From b6352341f96844714af327c205668ed2b897df1e Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 30 Dec 2024 16:48:19 -0600 Subject: [PATCH] perf(dict): Benchmark cased maps --- Cargo.lock | 1 + crates/dictgen/src/map.rs | 12 +- crates/dictgen/src/ordered_map.rs | 7 +- crates/typos-dict/Cargo.toml | 1 + .../benches/benches/cased_map_codegen.rs | 248866 +++++++++++++++ crates/typos-dict/benches/benches/main.rs | 12 + crates/typos-dict/tests/codegen.rs | 114 + 7 files changed, 249005 insertions(+), 8 deletions(-) create mode 100644 crates/typos-dict/benches/benches/cased_map_codegen.rs diff --git a/Cargo.lock b/Cargo.lock index 0e43a6f..b34216d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1509,6 +1509,7 @@ dependencies = [ "dictgen", "divan", "edit-distance", + "heck", "indexmap", "itertools 0.13.0", "phf", diff --git a/crates/dictgen/src/map.rs b/crates/dictgen/src/map.rs index 1678bb1..6c80279 100644 --- a/crates/dictgen/src/map.rs +++ b/crates/dictgen/src/map.rs @@ -17,13 +17,13 @@ impl MapGen<'_> { self } - pub fn write<'d, W: std::io::Write, V: std::fmt::Display>( + pub fn write( &self, file: &mut W, - data: impl Iterator, + data: impl Iterator, V)>, ) -> Result<(), std::io::Error> { let mut data: Vec<_> = data.collect(); - data.sort_unstable_by_key(|v| unicase::UniCase::new(v.0)); + data.sort_unstable_by_key(|v| unicase::UniCase::new(v.0.as_ref().to_owned())); let name = self.gen.name; let key_type = self.key_type(); @@ -32,6 +32,7 @@ impl MapGen<'_> { let mut smallest = usize::MAX; let mut largest = usize::MIN; for (key, _) in data.iter() { + let key = key.as_ref(); smallest = std::cmp::min(smallest, key.len()); largest = std::cmp::max(largest, key.len()); } @@ -50,6 +51,7 @@ impl MapGen<'_> { let data = data .iter() .map(|(key, value)| { + let key = key.as_ref(); ( if key.is_ascii() { crate::InsensitiveStr::Ascii(key) @@ -70,7 +72,7 @@ impl MapGen<'_> { let mut builder = phf_codegen::Map::new(); let data = data .iter() - .map(|(key, value)| (crate::InsensitiveAscii(key), value.to_string())) + .map(|(key, value)| (crate::InsensitiveAscii(key.as_ref()), value.to_string())) .collect::>(); for (key, value) in data.iter() { builder.entry(key, value.as_str()); @@ -85,7 +87,7 @@ impl MapGen<'_> { .map(|(key, value)| (key, value.to_string())) .collect::>(); for (key, value) in data.iter() { - builder.entry(key, value.as_str()); + builder.entry(key.as_ref(), value.as_str()); } let builder = builder.build(); writeln!(file, " map: {builder},")?; diff --git a/crates/dictgen/src/ordered_map.rs b/crates/dictgen/src/ordered_map.rs index c863e42..d2a05aa 100644 --- a/crates/dictgen/src/ordered_map.rs +++ b/crates/dictgen/src/ordered_map.rs @@ -17,13 +17,13 @@ impl OrderedMapGen<'_> { self } - pub fn write<'d, W: std::io::Write, V: std::fmt::Display>( + pub fn write( &self, file: &mut W, - data: impl Iterator, + data: impl Iterator, V)>, ) -> Result<(), std::io::Error> { let mut data: Vec<_> = data.collect(); - data.sort_unstable_by_key(|v| unicase::UniCase::new(v.0)); + data.sort_unstable_by_key(|v| unicase::UniCase::new(v.0.as_ref().to_owned())); let name = self.gen.name; let key_type = self.key_type(); @@ -38,6 +38,7 @@ impl OrderedMapGen<'_> { )?; writeln!(file, " keys: &[")?; for (key, _value) in data.iter() { + let key = key.as_ref(); smallest = std::cmp::min(smallest, key.len()); largest = std::cmp::max(largest, key.len()); diff --git a/crates/typos-dict/Cargo.toml b/crates/typos-dict/Cargo.toml index e5e36e8..3b32cc0 100644 --- a/crates/typos-dict/Cargo.toml +++ b/crates/typos-dict/Cargo.toml @@ -30,6 +30,7 @@ snapbox = "0.6.5" indexmap = "2.2.6" divan = "0.1.16" phf = "0.11.2" +heck = "0.5.0" [lints] workspace = true diff --git a/crates/typos-dict/benches/benches/cased_map_codegen.rs b/crates/typos-dict/benches/benches/cased_map_codegen.rs new file mode 100644 index 0000000..a5e0a28 --- /dev/null +++ b/crates/typos-dict/benches/benches/cased_map_codegen.rs @@ -0,0 +1,248866 @@ +// This file is @generated by crates/typos-dict/tests/codegen.rs +#![allow(clippy::unreadable_literal)] +#![allow(unreachable_pub)] + +pub static WORD_ASCII_LOWER: dictgen::Map<&'static str, &[&str]> = dictgen::Map { + map: ::phf::Map { + key: 12913932095322966823, + disps: &[ + (0, 35), + (0, 179), + (0, 136), + (0, 2), + (0, 7), + (0, 22), + (0, 525), + (0, 0), + (0, 7), + (0, 335), + (0, 2926), + (0, 120), + (0, 229), + (0, 0), + (0, 31), + (0, 250), + (0, 67), + (0, 24), + (0, 39), + (0, 140), + (0, 92), + (0, 1), + (0, 0), + (0, 79), + (0, 177), + (0, 154), + (0, 56), + (0, 135), + (0, 299), + (0, 153), + (0, 43), + (0, 17), + (0, 3), + (0, 2), + (0, 25), + (0, 2), + (0, 0), + (0, 42), + (0, 13), + (0, 4), + (0, 165), + (0, 105), + (0, 271), + (0, 20), + (0, 17), + (0, 43), + (0, 1021), + (0, 75), + (0, 110), + (0, 114), + (0, 4), + (0, 2), + (0, 226), + (0, 498), + (0, 222), + (0, 31), + (0, 136), + (0, 9), + (0, 15), + (0, 1), + (0, 3), + (0, 59), + (0, 105), + (0, 23), + (0, 3), + (0, 16), + (0, 221), + (0, 87), + (0, 701), + (0, 34), + (0, 4), + (0, 248), + (0, 391), + (0, 86), + (0, 3), + (0, 6), + (0, 59), + (0, 0), + (0, 5), + (0, 429), + (0, 0), + (0, 0), + (0, 0), + (0, 9), + (0, 2), + (0, 0), + (0, 10), + (0, 58), + (0, 13), + (0, 16), + (0, 67), + (0, 564), + (0, 28), + (0, 12), + (0, 16), + (0, 42), + (0, 15), + (0, 2), + (0, 3), + (0, 21), + (0, 86), + (0, 12), + (0, 461), + (0, 265), + (0, 2), + (0, 231), + (0, 0), + (0, 227), + (0, 1132), + (0, 0), + (0, 1), + (0, 31), + (0, 4), + (0, 56), + (0, 0), + (0, 413), + (0, 0), + (0, 0), + (0, 133), + (0, 29), + (0, 31), + (0, 52), + (0, 2), + (0, 0), + (0, 56), + (0, 19), + (0, 26), + (0, 7), + (0, 320), + (0, 11), + (0, 287), + (0, 44), + (0, 26), + (0, 915), + (0, 19), + (0, 129), + (0, 129), + (0, 190), + (0, 494), + (0, 17), + (0, 1360), + (0, 317), + (0, 4), + (0, 70), + (0, 462), + (0, 8), + (0, 248), + (0, 6), + (0, 64), + (0, 145), + (0, 34), + (0, 361), + (0, 1), + (0, 75), + (0, 0), + (0, 21), + (0, 112), + (0, 18), + (0, 0), + (0, 16), + (0, 2), + (0, 8), + (0, 700), + (0, 20), + (0, 619), + (0, 166), + (0, 1), + (0, 3), + (0, 423), + (0, 63), + (0, 234), + (0, 959), + (0, 1), + (0, 0), + (0, 76), + (0, 149), + (0, 140), + (0, 0), + (0, 407), + (0, 444), + (0, 437), + (0, 5), + (0, 604), + (0, 371), + (0, 228), + (0, 70), + (0, 1108), + (0, 258), + (0, 3), + (0, 107), + (0, 702), + (0, 320), + (0, 115), + (0, 116), + (0, 105), + (0, 14), + (0, 2), + (0, 20), + (0, 1591), + (0, 27), + (0, 8), + (0, 8), + (0, 0), + (0, 0), + (0, 0), + (0, 129), + (0, 7), + (0, 0), + (0, 1), + (0, 105), + (0, 1), + (0, 703), + (0, 135), + (0, 89), + (0, 223), + (0, 0), + (0, 535), + (0, 14), + (0, 138), + (0, 0), + (0, 184), + (0, 7), + (0, 209), + (0, 1), + (0, 731), + (0, 103), + (0, 247), + (0, 30), + (0, 0), + (0, 0), + (0, 4), + (0, 12), + (0, 0), + (0, 0), + (0, 87), + (0, 69), + (0, 50), + (0, 41), + (0, 5), + (0, 641), + (0, 28), + (0, 538), + (0, 627), + (0, 977), + (0, 52), + (0, 21), + (0, 96), + (0, 2), + (0, 14), + (0, 66), + (0, 1), + (0, 8), + (0, 17), + (0, 34), + (0, 144), + (0, 9), + (0, 6), + (0, 39), + (0, 82), + (0, 97), + (0, 26), + (0, 18), + (0, 182), + (0, 15), + (0, 30), + (0, 36), + (0, 10), + (0, 22), + (0, 1), + (0, 0), + (0, 0), + (0, 16), + (0, 53), + (0, 1), + (0, 203), + (0, 192), + (0, 3), + (0, 42), + (0, 375), + (0, 181), + (0, 60), + (0, 352), + (0, 0), + (0, 23), + (0, 105), + (0, 0), + (0, 1754), + (0, 58), + (0, 185), + (0, 1121), + (0, 3), + (0, 20), + (0, 66), + (0, 0), + (0, 22), + (0, 4), + (0, 4), + (0, 24), + (0, 43), + (0, 34), + (0, 13), + (0, 0), + (0, 0), + (0, 419), + (0, 682), + (0, 324), + (0, 14), + (0, 4), + (0, 39), + (0, 106), + (0, 0), + (0, 243), + (0, 192), + (0, 14), + (0, 541), + (0, 1), + (0, 35), + (0, 33), + (0, 0), + (0, 8), + (0, 55), + (0, 78), + (0, 817), + (0, 86), + (0, 12), + (0, 3), + (0, 79), + (0, 266), + (0, 3), + (0, 4), + (0, 64), + (0, 303), + (0, 0), + (0, 20), + (0, 8), + (0, 1215), + (0, 1), + (0, 15), + (0, 54), + (0, 66), + (0, 55), + (0, 142), + (0, 94), + (0, 424), + (0, 273), + (0, 205), + (0, 4), + (0, 40), + (0, 0), + (0, 1), + (0, 278), + (0, 4), + (0, 699), + (0, 0), + (0, 0), + (0, 5), + (0, 260), + (0, 214), + (0, 0), + (0, 9), + (0, 1), + (0, 72), + (0, 485), + (0, 47), + (0, 0), + (0, 13), + (0, 49), + (0, 51), + (0, 44), + (0, 282), + (0, 9), + (0, 440), + (0, 1), + (0, 454), + (0, 118), + (0, 0), + (0, 52), + (0, 626), + (0, 0), + (0, 6), + (0, 21), + (0, 16), + (0, 1), + (0, 22), + (0, 550), + (0, 43), + (0, 504), + (0, 888), + (0, 1702), + (0, 50), + (0, 1941), + (0, 3), + (0, 0), + (0, 5), + (0, 156), + (0, 465), + (0, 80), + (0, 637), + (0, 17), + (0, 14), + (0, 226), + (0, 214), + (0, 5), + (0, 419), + (0, 15), + (0, 35), + (0, 29), + (0, 1), + (0, 1340), + (0, 104), + (0, 29), + (0, 2), + (0, 54), + (0, 390), + (0, 526), + (0, 4), + (0, 14), + (0, 365), + (0, 719), + (0, 125), + (0, 61), + (0, 90), + (0, 2), + (0, 692), + (0, 257), + (0, 13), + (0, 14), + (0, 10), + (0, 93), + (0, 6), + (0, 1173), + (0, 35), + (0, 363), + (0, 0), + (0, 131), + (0, 914), + (0, 514), + (0, 2), + (0, 1302), + (0, 0), + (0, 1), + (0, 15), + (0, 33), + (0, 9), + (0, 133), + (0, 21), + (0, 97), + (0, 1017), + (0, 19), + (0, 734), + (0, 206), + (0, 1), + (0, 15), + (0, 13), + (0, 5), + (0, 0), + (0, 12), + (0, 17), + (0, 69), + (0, 70), + (0, 953), + (0, 112), + (0, 0), + (0, 318), + (0, 804), + (0, 0), + (0, 4), + (0, 69), + (0, 1143), + (0, 0), + (0, 141), + (0, 137), + (0, 0), + (0, 0), + (0, 11), + (0, 254), + (0, 322), + (0, 2), + (0, 682), + (0, 1098), + (0, 163), + (0, 9), + (0, 56), + (0, 43), + (0, 248), + (0, 197), + (0, 215), + (0, 706), + (0, 8), + (0, 6), + (0, 311), + (0, 59), + (0, 4), + (0, 53), + (0, 83), + (0, 1729), + (0, 695), + (0, 55), + (0, 8), + (0, 65), + (0, 13), + (0, 414), + (0, 264), + (0, 2), + (0, 162), + (0, 1), + (0, 92), + (0, 1469), + (0, 7), + (0, 234), + (0, 6), + (0, 73), + (0, 15), + (0, 0), + (0, 11), + (0, 18), + (0, 0), + (0, 0), + (0, 0), + (0, 278), + (0, 14), + (0, 2991), + (0, 4), + (0, 912), + (0, 24), + (0, 24), + (0, 41), + (0, 0), + (0, 1), + (0, 169), + (0, 63), + (0, 481), + (0, 4), + (0, 594), + (0, 2), + (0, 215), + (0, 949), + (0, 145), + (0, 91), + (0, 23), + (0, 74), + (0, 523), + (0, 0), + (0, 8), + (0, 3), + (0, 5), + (0, 297), + (0, 237), + (0, 87), + (0, 13), + (0, 2), + (0, 224), + (0, 0), + (0, 1362), + (0, 170), + (0, 0), + (0, 0), + (0, 6), + (0, 258), + (0, 3265), + (0, 0), + (0, 41), + (0, 36), + (0, 22), + (0, 191), + (0, 23), + (0, 3295), + (0, 14), + (0, 309), + (0, 3), + (0, 4), + (0, 155), + (0, 0), + (0, 19), + (0, 471), + (0, 4), + (0, 248), + (0, 171), + (0, 11), + (0, 273), + (0, 1741), + (0, 5), + (0, 0), + (0, 0), + (0, 8), + (0, 23), + (0, 71), + (0, 969), + (0, 19), + (0, 379), + (0, 266), + (0, 1264), + (0, 52), + (0, 149), + (0, 26), + (0, 162), + (0, 4), + (0, 3), + (0, 27), + (0, 75), + (0, 2), + (0, 4), + (0, 1), + (0, 203), + (0, 3), + (0, 16), + (0, 55), + (0, 212), + (0, 454), + (0, 98), + (0, 13), + (0, 15), + (0, 3), + (0, 21), + (0, 75), + (0, 7), + (0, 52), + (0, 39), + (0, 27), + (0, 1133), + (0, 0), + (0, 19), + (0, 309), + (0, 350), + (0, 14), + (0, 16), + (0, 1052), + (0, 14), + (0, 63), + (0, 16), + (0, 2), + (0, 33), + (0, 1), + (0, 658), + (0, 952), + (0, 78), + (0, 18), + (0, 195), + (0, 464), + (0, 1), + (0, 34), + (0, 29), + (0, 12), + (0, 324), + (0, 165), + (0, 14), + (0, 123), + (0, 242), + (0, 58), + (0, 0), + (0, 603), + (0, 23), + (0, 4), + (0, 5), + (0, 83), + (0, 181), + (0, 0), + (0, 141), + (0, 7), + (0, 3), + (0, 95), + (0, 2227), + (0, 33), + (0, 0), + (0, 49), + (0, 36), + (0, 24), + (0, 38), + (0, 0), + (0, 28), + (0, 0), + (0, 0), + (0, 2), + (0, 186), + (0, 226), + (0, 373), + (0, 430), + (0, 6), + (0, 1), + (0, 49), + (0, 0), + (0, 214), + (0, 718), + (0, 7), + (0, 1014), + (0, 20), + (0, 2), + (0, 71), + (0, 0), + (0, 157), + (0, 27), + (0, 6), + (0, 245), + (0, 21), + (0, 0), + (0, 11), + (0, 4), + (0, 35), + (0, 6), + (0, 518), + (0, 388), + (0, 187), + (0, 228), + (0, 56), + (0, 32), + (0, 6), + (0, 8), + (0, 1), + (0, 768), + (0, 46), + (0, 1502), + (0, 2), + (0, 8), + (0, 1), + (0, 97), + (0, 28), + (0, 14), + (0, 0), + (0, 0), + (0, 763), + (0, 63), + (0, 2), + (0, 456), + (0, 15), + (0, 30), + (0, 0), + (0, 2), + (0, 914), + (0, 937), + (0, 0), + (0, 60), + (0, 409), + (0, 1), + (0, 11), + (0, 291), + (0, 1), + (0, 25), + (0, 19), + (0, 7), + (0, 8), + (0, 3), + (0, 0), + (0, 3), + (0, 26), + (0, 0), + (0, 25), + (0, 31), + (0, 2), + (0, 3), + (0, 4), + (0, 227), + (0, 428), + (0, 1204), + (0, 471), + (0, 562), + (0, 44), + (0, 4), + (0, 48), + (0, 196), + (0, 3080), + (0, 20), + (0, 33), + (0, 7), + (0, 430), + (0, 7), + (0, 37), + (0, 8), + (0, 51), + (0, 7), + (0, 519), + (0, 203), + (0, 117), + (0, 12), + (0, 8), + (0, 1), + (0, 48), + (0, 54), + (0, 1770), + (0, 7), + (0, 402), + (0, 229), + (0, 3), + (0, 80), + (0, 0), + (0, 5), + (0, 806), + (0, 1), + (0, 8), + (0, 1665), + (0, 9), + (0, 18), + (0, 1), + (0, 252), + (0, 349), + (0, 195), + (0, 57), + (0, 2), + (0, 0), + (0, 79), + (0, 527), + (0, 48), + (0, 1184), + (0, 81), + (0, 194), + (0, 9), + (0, 989), + (0, 0), + (0, 13), + (0, 28), + (0, 12), + (0, 217), + (0, 163), + (0, 0), + (0, 7), + (0, 457), + (0, 16), + (0, 2), + (0, 154), + (0, 38), + (0, 0), + (0, 0), + (0, 32), + (0, 15), + (0, 207), + (0, 0), + (0, 39), + (0, 4), + (0, 0), + (0, 70), + (0, 0), + (0, 116), + (0, 4), + (0, 0), + (0, 842), + (0, 326), + (0, 0), + (0, 204), + (0, 89), + (0, 1013), + (0, 163), + (0, 505), + (0, 1093), + (0, 3), + (0, 733), + (0, 0), + (0, 189), + (0, 658), + (0, 8), + (0, 0), + (0, 649), + (0, 5), + (0, 247), + (0, 112), + (0, 808), + (0, 335), + (0, 7), + (0, 29), + (0, 56), + (0, 111), + (0, 1077), + (0, 1724), + (0, 13), + (0, 51), + (0, 2), + (0, 2082), + (0, 45), + (0, 251), + (0, 319), + (0, 1), + (0, 44), + (0, 296), + (0, 1), + (0, 518), + (0, 1378), + (0, 9), + (0, 0), + (0, 351), + (0, 150), + (0, 19), + (0, 370), + (0, 1458), + (0, 13), + (0, 179), + (0, 75), + (0, 3), + (0, 3), + (0, 0), + (0, 565), + (0, 105), + (0, 5), + (0, 357), + (0, 15), + (0, 16), + (0, 1), + (0, 2), + (0, 0), + (0, 8), + (0, 173), + (0, 74), + (0, 3), + (0, 267), + (0, 11), + (0, 138), + (0, 8), + (0, 5), + (0, 319), + (0, 0), + (0, 29), + (0, 3), + (0, 247), + (0, 38), + (0, 35), + (0, 0), + (0, 5), + (0, 0), + (0, 7), + (0, 8), + (0, 43), + (0, 303), + (0, 114), + (0, 0), + (0, 1), + (0, 262), + (0, 14), + (0, 84), + (0, 12), + (0, 0), + (0, 23), + (0, 49), + (0, 1118), + (0, 18), + (0, 0), + (0, 703), + (0, 20), + (0, 53), + (0, 504), + (0, 18), + (0, 25), + (0, 0), + (0, 543), + (0, 61), + (0, 466), + (0, 91), + (0, 1868), + (0, 3632), + (0, 237), + (0, 1), + (0, 29), + (0, 1), + (0, 249), + (0, 30), + (0, 1934), + (0, 0), + (0, 352), + (0, 135), + (0, 43), + (0, 0), + (0, 37), + (0, 1), + (0, 39), + (0, 504), + (0, 69), + (0, 355), + (0, 1), + (0, 4), + (0, 1), + (0, 185), + (0, 232), + (0, 3), + (0, 2412), + (0, 22), + (0, 35), + (0, 28), + (0, 28), + (0, 4), + (0, 16), + (0, 349), + (0, 22), + (0, 177), + (0, 87), + (0, 0), + (0, 0), + (0, 621), + (0, 0), + (0, 11), + (0, 16), + (0, 0), + (0, 4), + (0, 819), + (0, 688), + (0, 1931), + (0, 221), + (0, 776), + (0, 3), + (0, 116), + (0, 161), + (0, 2), + (0, 14), + (0, 5), + (0, 0), + (0, 15), + (0, 6), + (0, 411), + (0, 3), + (0, 1841), + (0, 1671), + (0, 16), + (0, 9), + (0, 74), + (0, 243), + (0, 64), + (0, 23), + (0, 0), + (0, 3), + (0, 87), + (0, 514), + (0, 770), + (0, 385), + (0, 607), + (0, 20), + (0, 9), + (0, 1), + (0, 15), + (0, 6), + (0, 17), + (0, 1), + (0, 703), + (0, 0), + (0, 609), + (0, 350), + (0, 1665), + (0, 51), + (0, 5), + (0, 1289), + (0, 98), + (0, 0), + (0, 3), + (0, 63), + (0, 0), + (0, 1381), + (0, 55), + (0, 0), + (0, 11), + (0, 0), + (0, 0), + (0, 327), + (0, 2), + (0, 15), + (0, 27), + (0, 12), + (0, 3), + (0, 223), + (0, 2253), + (0, 19), + (0, 16), + (0, 452), + (0, 0), + (0, 741), + (0, 877), + (0, 0), + (0, 22), + (0, 8), + (0, 203), + (0, 212), + (0, 856), + (0, 229), + (0, 0), + (0, 0), + (0, 23), + (0, 0), + (0, 21), + (0, 23), + (0, 3124), + (0, 188), + (0, 5), + (0, 217), + (0, 2), + (0, 0), + (0, 30), + (0, 536), + (0, 1), + (0, 212), + (0, 6), + (0, 22), + (0, 114), + (0, 1), + (0, 14), + (0, 72), + (0, 742), + (0, 334), + (0, 19), + (0, 1), + (0, 8), + (0, 0), + (0, 49), + (0, 31), + (0, 41), + (0, 1590), + (0, 1), + (0, 0), + (0, 14), + (0, 76), + (0, 5), + (0, 1), + (0, 196), + (0, 31), + (0, 63), + (0, 430), + (0, 45), + (0, 15), + (0, 0), + (0, 1122), + (0, 11), + (0, 314), + (0, 622), + (0, 1838), + (0, 2), + (0, 5), + (0, 9), + (0, 4), + (0, 74), + (0, 2), + (0, 37), + (0, 222), + (0, 2), + (0, 159), + (0, 6), + (0, 24), + (0, 1), + (0, 2), + (0, 28), + (0, 0), + (0, 1), + (0, 1), + (0, 789), + (0, 27), + (0, 0), + (0, 407), + (0, 21), + (0, 2002), + (0, 0), + (0, 1), + (0, 81), + (0, 186), + (0, 2), + (0, 10), + (0, 318), + (0, 261), + (0, 14), + (0, 4), + (0, 1729), + (0, 6), + (0, 1), + (0, 29), + (0, 396), + (0, 111), + (0, 7), + (0, 225), + (0, 102), + (0, 0), + (0, 11), + (0, 222), + (0, 7), + (0, 0), + (0, 0), + (0, 46), + (0, 1), + (0, 62), + (0, 265), + (0, 190), + (0, 49), + (0, 1773), + (0, 31), + (0, 38), + (0, 218), + (0, 1332), + (0, 176), + (0, 30), + (0, 25), + (0, 5), + (0, 20), + (0, 192), + (0, 46), + (0, 2), + (0, 491), + (0, 2), + (0, 41), + (0, 51), + (0, 6), + (0, 629), + (0, 8), + (0, 0), + (0, 63), + (0, 4180), + (0, 5), + (0, 5), + (0, 90), + (0, 28), + (0, 477), + (0, 9), + (0, 58), + (0, 0), + (0, 45), + (0, 1), + (0, 403), + (0, 512), + (0, 22), + (0, 5), + (0, 0), + (0, 48), + (0, 13), + (0, 5), + (0, 25), + (0, 849), + (0, 19), + (0, 4), + (0, 218), + (0, 23), + (0, 72), + (0, 22), + (0, 594), + (0, 314), + (0, 0), + (0, 19), + (0, 8), + (0, 3), + (0, 78), + (0, 7), + (0, 0), + (0, 19), + (0, 0), + (0, 1), + (0, 92), + (0, 0), + (0, 58), + (0, 338), + (0, 419), + (0, 436), + (0, 439), + (0, 2888), + (0, 12), + (0, 15), + (0, 759), + (0, 95), + (0, 0), + (0, 332), + (0, 100), + (0, 269), + (0, 87), + (0, 22), + (0, 2642), + (0, 526), + (0, 1), + (0, 50), + (0, 30), + (0, 1), + (0, 1), + (0, 22), + (0, 1), + (0, 2), + (0, 18), + (0, 139), + (0, 0), + (0, 176), + (0, 153), + (0, 13), + (0, 1627), + (0, 178), + (0, 14), + (0, 811), + (0, 11), + (0, 19), + (0, 302), + (0, 8), + (0, 6), + (0, 44), + (0, 0), + (0, 12), + (0, 15), + (0, 1566), + (0, 249), + (0, 14), + (0, 13), + (0, 1190), + (0, 111), + (0, 0), + (0, 1341), + (0, 0), + (0, 5), + (0, 82), + (0, 1050), + (0, 485), + (0, 88), + (0, 32), + (0, 64), + (0, 0), + (0, 460), + (0, 447), + (0, 11), + (0, 27), + (0, 9), + (0, 6), + (0, 1439), + (0, 92), + (0, 46), + (0, 29), + (0, 24), + (0, 0), + (0, 3), + (0, 75), + (0, 101), + (0, 6), + (0, 63), + (0, 29), + (0, 28), + (0, 105), + (0, 25), + (0, 0), + (0, 118), + (0, 936), + (0, 496), + (0, 27), + (0, 8), + (0, 1753), + (0, 2), + (0, 1012), + (0, 264), + (0, 0), + (0, 980), + (0, 222), + (0, 4), + (0, 27), + (0, 44), + (0, 12), + (0, 14), + (0, 269), + (0, 1), + (0, 1), + (0, 13), + (0, 4), + (0, 6), + (0, 193), + (0, 191), + (0, 0), + (0, 1), + (0, 28), + (0, 240), + (0, 1), + (0, 0), + (0, 2842), + (0, 69), + (0, 112), + (0, 958), + (0, 98), + (0, 162), + (0, 532), + (0, 747), + (0, 891), + (0, 2), + (0, 14), + (0, 1062), + (0, 41), + (0, 28), + (0, 223), + (0, 0), + (0, 269), + (0, 9), + (0, 69), + (0, 10), + (0, 321), + (0, 24), + (0, 216), + (0, 264), + (0, 37), + (0, 428), + (0, 29), + (0, 3), + (0, 160), + (0, 42), + (0, 46), + (0, 66), + (0, 21), + (0, 0), + (0, 75), + (0, 119), + (0, 255), + (0, 3), + (0, 27), + (0, 69), + (0, 48), + (0, 160), + (0, 713), + (0, 27), + (0, 4), + (0, 955), + (0, 151), + (0, 9), + (0, 35), + (0, 0), + (0, 23), + (0, 735), + (0, 3), + (0, 33), + (0, 0), + (0, 1836), + (0, 1452), + (0, 100), + (0, 33), + (0, 3), + (0, 918), + (0, 219), + (0, 213), + (0, 135), + (0, 198), + (0, 120), + (0, 0), + (0, 49), + (0, 1236), + (0, 16), + (0, 183), + (0, 59), + (0, 61), + (0, 13), + (0, 744), + (0, 47), + (0, 0), + (0, 32), + (0, 76), + (0, 47), + (0, 23), + (0, 87), + (0, 7), + (0, 182), + (0, 4), + (0, 6), + (0, 2), + (0, 84), + (0, 350), + (0, 1), + (0, 357), + (0, 192), + (0, 161), + (0, 1699), + (0, 93), + (0, 0), + (0, 7), + (0, 6), + (0, 7), + (0, 447), + (0, 95), + (0, 603), + (0, 304), + (0, 0), + (0, 224), + (0, 3), + (0, 0), + (0, 1), + (0, 0), + (0, 198), + (0, 38), + (0, 41), + (0, 17), + (0, 28), + (0, 106), + (0, 120), + (0, 2432), + (0, 324), + (0, 110), + (0, 67), + (0, 53), + (0, 144), + (0, 94), + (0, 0), + (0, 208), + (0, 7), + (0, 176), + (0, 0), + (0, 6), + (0, 40), + (0, 635), + (0, 14), + (0, 63), + (0, 64), + (0, 3), + (0, 15), + (0, 68), + (0, 134), + (0, 26), + (0, 7), + (0, 108), + (0, 0), + (0, 1), + (0, 219), + (0, 181), + (0, 198), + (0, 58), + (0, 12), + (0, 26), + (0, 89), + (0, 3), + (0, 62), + (0, 777), + (0, 151), + (0, 1), + (0, 7), + (0, 349), + (0, 433), + (0, 26), + (0, 154), + (0, 6), + (0, 817), + (0, 7), + (0, 11), + (0, 13), + (0, 65), + (0, 29), + (0, 2), + (0, 57), + (0, 11), + (0, 927), + (0, 47), + (0, 157), + (0, 784), + (0, 2), + (0, 3), + (0, 1033), + (0, 226), + (0, 2), + (0, 19), + (0, 5), + (0, 23), + (0, 485), + (0, 215), + (0, 0), + (0, 107), + (0, 0), + (0, 364), + (0, 170), + (0, 1), + (0, 29), + (0, 0), + (0, 1), + (0, 570), + (0, 49), + (0, 88), + (0, 2), + (0, 0), + (0, 43), + (0, 6), + (0, 0), + (0, 2), + (0, 169), + (0, 52), + (0, 14), + (0, 60), + (0, 273), + (0, 25), + (0, 136), + (0, 0), + (0, 27), + (0, 0), + (0, 105), + (0, 2), + (0, 7), + (0, 5), + (0, 1), + (0, 55), + (0, 106), + (0, 48), + (0, 1), + (0, 132), + (0, 0), + (0, 217), + (0, 0), + (0, 5), + (0, 1805), + (0, 24), + (0, 3), + (0, 1189), + (0, 0), + (0, 94), + (0, 0), + (0, 1191), + (0, 594), + (0, 66), + (0, 0), + (0, 1378), + (0, 144), + (0, 85), + (0, 3), + (0, 66), + (0, 2056), + (0, 3), + (0, 845), + (0, 20), + (0, 188), + (0, 212), + (0, 1), + (0, 1), + (0, 511), + (0, 9), + (0, 0), + (0, 560), + (0, 26), + (0, 0), + (0, 982), + (0, 100), + (0, 14), + (0, 2576), + (0, 115), + (0, 27), + (0, 59), + (0, 24), + (0, 4514), + (0, 735), + (0, 0), + (0, 161), + (0, 107), + (0, 1), + (0, 563), + (0, 0), + (0, 28), + (0, 7), + (0, 75), + (0, 616), + (0, 5), + (0, 296), + (0, 5), + (0, 252), + (0, 1961), + (0, 214), + (0, 0), + (0, 127), + (0, 0), + (0, 889), + (0, 3), + (0, 19), + (0, 3), + (0, 115), + (0, 0), + (0, 22), + (0, 22), + (0, 228), + (0, 19), + (0, 53), + (0, 152), + (0, 528), + (0, 2), + (0, 123), + (0, 122), + (0, 342), + (0, 170), + (0, 0), + (0, 14), + (0, 2564), + (0, 32), + (0, 3), + (0, 34), + (0, 13), + (0, 552), + (0, 263), + (0, 198), + (0, 261), + (0, 275), + (0, 69), + (0, 107), + (0, 0), + (0, 20), + (0, 0), + (0, 0), + (0, 2172), + (0, 7), + (0, 40), + (0, 8), + (0, 98), + (0, 701), + (0, 1788), + (0, 2), + (0, 6), + (0, 0), + (0, 34), + (0, 724), + (0, 11), + (0, 19), + (0, 3919), + (0, 318), + (0, 1621), + (0, 1299), + (0, 8), + (0, 707), + (0, 547), + (0, 14), + (0, 192), + (0, 78), + (0, 476), + (0, 285), + (0, 636), + (0, 313), + (0, 478), + (0, 0), + (0, 10), + (0, 34), + (0, 7), + (0, 1306), + (0, 1), + (0, 209), + (0, 581), + (0, 0), + (0, 70), + (0, 154), + (0, 112), + (0, 1514), + (0, 235), + (0, 10), + (0, 0), + (0, 626), + (0, 42), + (0, 38), + (0, 72), + (0, 83), + (0, 366), + (0, 253), + (0, 17), + (0, 1195), + (0, 10), + (0, 179), + (0, 1366), + (0, 30), + (0, 1), + (0, 543), + (0, 153), + (0, 34), + (0, 267), + (0, 71), + (0, 444), + (0, 94), + (0, 9), + (0, 12), + (0, 323), + (0, 383), + (0, 375), + (0, 201), + (0, 698), + (0, 10), + (0, 732), + (0, 37), + (0, 747), + (0, 184), + (0, 95), + (0, 93), + (0, 1293), + (0, 3), + (0, 2), + (0, 0), + (0, 44), + (0, 562), + (0, 93), + (0, 37), + (0, 3), + (0, 1667), + (0, 641), + (0, 45), + (0, 1326), + (0, 1), + (0, 11), + (0, 179), + (0, 13), + (0, 596), + (0, 34), + (0, 55), + (0, 434), + (0, 524), + (0, 2), + (0, 13), + (0, 0), + (0, 30), + (0, 0), + (0, 281), + (0, 2), + (0, 5), + (0, 34), + (0, 11), + (0, 131), + (0, 6), + (0, 12), + (0, 30), + (0, 4), + (0, 278), + (0, 17), + (0, 144), + (0, 40), + (0, 19), + (0, 2), + (0, 946), + (0, 19), + (0, 137), + (0, 373), + (0, 150), + (0, 1), + (0, 9), + (0, 2359), + (0, 156), + (0, 430), + (0, 235), + (0, 0), + (0, 832), + (0, 0), + (0, 9), + (0, 455), + (0, 193), + (0, 121), + (0, 3), + (0, 458), + (0, 442), + (0, 135), + (0, 4), + (0, 3846), + (0, 0), + (0, 23), + (0, 777), + (0, 9), + (0, 402), + (0, 923), + (0, 387), + (0, 34), + (0, 64), + (0, 7414), + (0, 366), + (0, 216), + (0, 161), + (0, 11), + (0, 675), + (0, 187), + (0, 10), + (0, 112), + (0, 213), + (0, 4392), + (0, 107), + (0, 30), + (0, 1795), + (0, 53), + (0, 7), + (0, 18), + (0, 952), + (0, 0), + (0, 26), + (0, 26), + (0, 1054), + (0, 92), + (0, 137), + (0, 2674), + (0, 141), + (0, 1), + (0, 1), + (0, 159), + (0, 2), + (0, 0), + (0, 0), + (0, 65), + (0, 5), + (0, 132), + (0, 56), + (0, 862), + (0, 446), + (0, 11), + (0, 11), + (0, 24), + (0, 44), + (0, 180), + (0, 1396), + (0, 12), + (0, 2126), + (0, 2), + (0, 31), + (0, 240), + (0, 211), + (0, 292), + (0, 32), + (0, 73), + (0, 13), + (0, 1), + (0, 15), + (0, 554), + (0, 53), + (0, 344), + (0, 112), + (0, 6), + (0, 6), + (0, 10), + (0, 0), + (0, 12), + (0, 13), + (0, 179), + (0, 1), + (0, 2), + (0, 6), + (0, 3), + (0, 3), + (0, 22), + (0, 4), + (0, 61), + (0, 47), + (0, 182), + (0, 0), + (0, 25), + (0, 34), + (0, 30), + (0, 7), + (0, 8), + (0, 1479), + (0, 27), + (0, 3545), + (0, 53), + (0, 80), + (0, 1), + (0, 25), + (0, 5), + (0, 1), + (0, 5693), + (0, 566), + (0, 363), + (0, 0), + (0, 16), + (0, 202), + (0, 3), + (0, 18), + (0, 8), + (0, 9), + (0, 19), + (0, 7), + (0, 61), + (0, 701), + (0, 4), + (0, 56), + (0, 232), + (0, 0), + (0, 198), + (0, 81), + (0, 177), + (0, 1195), + (0, 595), + (0, 183), + (0, 17), + (0, 3), + (0, 87), + (0, 27), + (0, 369), + (0, 2162), + (0, 258), + (0, 7), + (0, 3), + (0, 6), + (0, 7), + (0, 60), + (0, 27), + (0, 9), + (0, 2), + (0, 574), + (0, 35), + (0, 193), + (0, 163), + (0, 18), + (0, 58), + (0, 976), + (0, 84), + (0, 7), + (0, 4), + (0, 27), + (0, 17), + (0, 5), + (0, 1143), + (0, 1737), + (0, 215), + (0, 372), + (0, 71), + (0, 430), + (0, 30), + (0, 25), + (0, 42), + (0, 6), + (0, 186), + (0, 13), + (0, 250), + (0, 213), + (0, 43), + (0, 19), + (0, 1011), + (0, 38), + (0, 4), + (0, 3), + (0, 1331), + (0, 104), + (0, 137), + (0, 462), + (0, 334), + (0, 1), + (0, 0), + (0, 118), + (0, 63), + (0, 20), + (0, 23), + (0, 45), + (0, 265), + (0, 5), + (0, 551), + (0, 0), + (0, 88), + (0, 258), + (0, 15), + (0, 88), + (0, 4), + (0, 317), + (0, 66), + (0, 572), + (0, 2), + (0, 1), + (0, 0), + (0, 46), + (0, 0), + (0, 2), + (0, 1), + (0, 16), + (0, 1), + (0, 674), + (0, 285), + (0, 13), + (0, 11), + (0, 1942), + (0, 35), + (0, 0), + (0, 25), + (0, 0), + (0, 3), + (0, 2), + (0, 69), + (0, 685), + (0, 163), + (0, 262), + (0, 59), + (0, 1), + (0, 223), + (0, 17), + (0, 1743), + (0, 519), + (0, 1513), + (0, 5), + (0, 224), + (0, 3), + (0, 0), + (0, 47), + (0, 1215), + (0, 494), + (0, 11), + (0, 289), + (0, 151), + (0, 302), + (0, 237), + (0, 7), + (0, 27), + (0, 129), + (0, 8), + (0, 14), + (0, 157), + (0, 118), + (0, 25), + (0, 148), + (0, 8), + (0, 209), + (0, 28), + (0, 4533), + (0, 1), + (0, 964), + (0, 3), + (0, 63), + (0, 17), + (0, 6), + (0, 36), + (0, 1), + (0, 15), + (0, 0), + (0, 923), + (0, 1), + (0, 3697), + (0, 738), + (0, 2), + (0, 378), + (0, 0), + (0, 16), + (0, 3145), + (0, 20), + (0, 0), + (0, 1189), + (0, 74), + (0, 89), + (0, 1), + (0, 9), + (0, 161), + (0, 20), + (0, 192), + (0, 10), + (0, 68), + (0, 232), + (0, 56), + (0, 55), + (0, 2), + (0, 12), + (0, 150), + (0, 692), + (0, 31), + (0, 177), + (0, 6), + (0, 0), + (0, 15), + (0, 1152), + (0, 212), + (0, 1), + (0, 3), + (0, 236), + (0, 21), + (0, 22), + (0, 0), + (0, 242), + (0, 7), + (0, 1055), + (0, 49), + (0, 1209), + (0, 874), + (0, 1), + (0, 28), + (0, 67), + (0, 7), + (0, 1881), + (0, 1), + (0, 241), + (0, 666), + (0, 282), + (0, 28), + (0, 2), + (0, 5), + (0, 16), + (0, 126), + (0, 62), + (0, 15), + (0, 159), + (0, 1400), + (0, 14), + (0, 5), + (0, 42), + (0, 21), + (0, 1), + (0, 470), + (0, 32), + (0, 184), + (0, 393), + (0, 0), + (0, 0), + (0, 8), + (0, 1), + (0, 55), + (0, 8), + (0, 24), + (0, 359), + (0, 1249), + (0, 10), + (0, 1923), + (0, 378), + (0, 3), + (0, 28), + (0, 817), + (0, 2), + (0, 403), + (0, 829), + (0, 46), + (0, 0), + (0, 0), + (0, 1), + (0, 365), + (0, 4), + (0, 0), + (0, 255), + (0, 66), + (0, 86), + (0, 1119), + (0, 164), + (0, 501), + (0, 7), + (0, 102), + (0, 20), + (0, 360), + (0, 0), + (0, 194), + (0, 1), + (0, 462), + (0, 0), + (0, 716), + (0, 447), + (0, 6), + (0, 19), + (0, 1), + (0, 14), + (0, 3), + (0, 24), + (0, 226), + (0, 10), + (0, 34), + (0, 118), + (0, 87), + (0, 15), + (0, 156), + (0, 37), + (0, 5), + (0, 146), + (0, 463), + (0, 17), + (0, 316), + (0, 566), + (0, 2106), + (0, 59), + (0, 19), + (0, 2), + (0, 384), + (0, 0), + (0, 29), + (0, 599), + (0, 12), + (0, 8), + (0, 8), + (0, 579), + (0, 6), + (0, 2), + (0, 326), + (0, 854), + (0, 2133), + (0, 18), + (0, 0), + (0, 4), + (0, 83), + (0, 11), + (0, 0), + (0, 147), + (0, 184), + (0, 95), + (0, 234), + (0, 0), + (0, 16), + (0, 108), + (0, 715), + (0, 72), + (0, 365), + (0, 704), + (0, 18), + (0, 87), + (0, 167), + (0, 1), + (0, 8), + (0, 79), + (0, 282), + (0, 10), + (0, 4), + (0, 162), + (0, 3), + (0, 1203), + (0, 874), + (0, 778), + (0, 922), + (0, 449), + (0, 0), + (0, 163), + (0, 20), + (0, 233), + (0, 148), + (0, 974), + (0, 270), + (0, 24), + (0, 1763), + (0, 29), + (0, 5954), + (0, 168), + (0, 244), + (0, 304), + (0, 1506), + (0, 610), + (0, 352), + (0, 614), + (0, 98), + (0, 312), + (0, 159), + (0, 580), + (0, 775), + (0, 12), + (0, 19), + (0, 4), + (0, 161), + (0, 25), + (0, 1), + (0, 3), + (0, 21), + (0, 1), + (0, 18), + (0, 427), + (0, 15), + (0, 284), + (0, 10), + (0, 1841), + (0, 2), + (0, 160), + (0, 2), + (0, 4147), + (0, 0), + (0, 250), + (0, 33), + (0, 139), + (0, 0), + (0, 56), + (0, 30), + (0, 17), + (0, 8), + (0, 155), + (0, 12), + (0, 580), + (0, 24), + (0, 0), + (0, 407), + (0, 528), + (0, 959), + (0, 1453), + (0, 74), + (0, 9), + (0, 355), + (0, 22), + (0, 66), + (0, 0), + (0, 1), + (0, 4), + (0, 7), + (0, 684), + (0, 25), + (0, 97), + (0, 406), + (0, 589), + (0, 78), + (0, 117), + (0, 6), + (0, 1318), + (0, 1583), + (0, 1294), + (0, 368), + (0, 383), + (0, 41), + (0, 61), + (0, 58), + (0, 592), + (0, 2), + (0, 3071), + (0, 222), + (0, 382), + (0, 1), + (0, 96), + (0, 0), + (0, 948), + (0, 8), + (0, 4), + (0, 130), + (0, 425), + (0, 109), + (0, 135), + (0, 23), + (0, 169), + (0, 0), + (0, 306), + (0, 6), + (0, 78), + (0, 8), + (0, 10), + (0, 345), + (0, 122), + (0, 0), + (0, 248), + (0, 33), + (0, 1), + (0, 126), + (0, 19), + (0, 503), + (0, 0), + (0, 281), + (0, 206), + (0, 34), + (0, 781), + (0, 716), + (0, 94), + (0, 317), + (0, 0), + (0, 0), + (0, 90), + (0, 108), + (0, 0), + (0, 29), + (0, 5), + (0, 150), + (0, 87), + (0, 163), + (0, 276), + (0, 33), + (0, 121), + (0, 30), + (0, 1), + (0, 31), + (0, 97), + (0, 1), + (0, 739), + (0, 103), + (0, 19), + (0, 1), + (0, 15), + (0, 4), + (0, 16), + (0, 22), + (0, 230), + (0, 20), + (0, 137), + (0, 1145), + (0, 106), + (0, 301), + (0, 162), + (0, 50), + (0, 252), + (0, 55), + (0, 102), + (0, 44), + (0, 22), + (0, 3), + (0, 85), + (0, 18), + (0, 2), + (0, 1078), + (0, 15), + (0, 1195), + (0, 6), + (0, 121), + (0, 6), + (0, 12), + (0, 0), + (0, 1233), + (0, 5), + (0, 2), + (0, 81), + (0, 6), + (0, 1733), + (0, 390), + (0, 2), + (0, 0), + (0, 42), + (0, 38), + (0, 591), + (0, 626), + (0, 2), + (0, 41), + (0, 4), + (0, 281), + (0, 5), + (0, 826), + (0, 100), + (0, 0), + (0, 4), + (0, 59), + (0, 1), + (0, 22), + (0, 2), + (0, 2324), + (0, 146), + (0, 129), + (0, 273), + (0, 152), + (0, 751), + (0, 416), + (0, 148), + (0, 8), + (0, 13), + (0, 25), + (0, 655), + (0, 0), + (0, 77), + (0, 22), + (0, 17), + (0, 51), + (0, 1), + (0, 21), + (0, 221), + (0, 50), + (0, 18), + (0, 14), + (0, 0), + (0, 4), + (0, 0), + (0, 374), + (0, 10), + (0, 255), + (0, 574), + (0, 1), + (0, 1060), + (0, 32), + (0, 152), + (0, 47), + (0, 117), + (0, 526), + (0, 2254), + (0, 32), + (0, 0), + (0, 1126), + (0, 167), + (0, 37), + (0, 12), + (0, 2), + (0, 4), + (0, 3095), + (0, 197), + (0, 7), + (0, 239), + (0, 724), + (0, 112), + (0, 6), + (0, 51), + (0, 3), + (0, 4), + (0, 387), + (0, 0), + (0, 9), + (0, 10), + (0, 1373), + (0, 10), + (0, 113), + (0, 8), + (0, 4), + (0, 15), + (0, 1), + (0, 10), + (0, 33), + (0, 19), + (0, 381), + (0, 463), + (0, 41), + (0, 3054), + (0, 2), + (0, 31), + (0, 481), + (0, 156), + (0, 154), + (0, 38), + (0, 21), + (0, 685), + (0, 5), + (0, 20), + (0, 1106), + (0, 1), + (0, 4), + (0, 2224), + (0, 716), + (0, 709), + (0, 1), + (0, 3233), + (0, 38), + (0, 23), + (0, 13), + (0, 862), + (0, 37), + (0, 438), + (0, 425), + (0, 12), + (0, 392), + (0, 3), + (0, 1), + (0, 0), + (0, 172), + (0, 56), + (0, 34), + (0, 0), + (0, 4), + (0, 28), + (0, 98), + (0, 0), + (0, 12), + (0, 47), + (0, 1606), + (0, 873), + (0, 3), + (0, 22), + (0, 171), + (0, 76), + (0, 27), + (0, 7), + (0, 1934), + (0, 217), + (0, 0), + (0, 69), + (0, 1257), + (0, 7), + (0, 47), + (0, 6853), + (0, 5), + (0, 2), + (0, 39), + (0, 17), + (0, 4), + (0, 1934), + (0, 283), + (0, 42), + (0, 1161), + (0, 102), + (0, 9), + (0, 104), + (0, 14), + (0, 2), + (0, 361), + (0, 281), + (0, 328), + (0, 437), + (0, 2277), + (0, 19), + (0, 231), + (0, 1746), + (0, 1), + (0, 252), + (0, 48), + (0, 2), + (0, 69), + (0, 595), + (0, 21), + (0, 24), + (0, 0), + (0, 0), + (0, 1147), + (0, 1909), + (0, 405), + (0, 315), + (0, 17), + (0, 445), + (0, 2308), + (0, 64), + (0, 204), + (0, 65), + (0, 28), + (0, 625), + (0, 625), + (0, 1), + (0, 274), + (0, 304), + (0, 5), + (0, 1472), + (0, 214), + (0, 10), + (0, 8), + (0, 129), + (0, 240), + (0, 6), + (0, 15), + (0, 28), + (0, 26), + (0, 6), + (0, 1321), + (0, 59), + (0, 4), + (0, 9), + (0, 62), + (0, 838), + (0, 28), + (0, 53), + (0, 1), + (0, 11), + (0, 234), + (0, 102), + (0, 77), + (0, 2), + (0, 31), + (0, 0), + (0, 100), + (0, 0), + (0, 67), + (0, 590), + (0, 129), + (0, 192), + (0, 40), + (0, 2), + (0, 26), + (0, 9), + (0, 11), + (0, 0), + (0, 48), + (0, 58), + (0, 10), + (0, 708), + (0, 17), + (0, 637), + (0, 91), + (0, 2), + (0, 0), + (0, 24), + (0, 0), + (0, 10), + (0, 793), + (0, 1), + (0, 4), + (0, 131), + (0, 376), + (0, 1556), + (0, 44), + (0, 762), + (0, 367), + (0, 10), + (0, 66), + (0, 150), + (0, 27), + (0, 0), + (0, 10), + (0, 1), + (0, 269), + (0, 135), + (0, 0), + (0, 0), + (0, 639), + (0, 3), + (0, 32), + (0, 2725), + (0, 110), + (0, 5), + (0, 1), + (0, 119), + (0, 267), + (0, 160), + (0, 1), + (0, 176), + (0, 133), + (0, 814), + (0, 1), + (0, 98), + (0, 2), + (0, 0), + (0, 653), + (0, 0), + (0, 19), + (0, 0), + (0, 14), + (0, 31), + (0, 336), + (0, 1), + (0, 502), + (0, 2259), + (0, 655), + (0, 326), + (0, 177), + (0, 25), + (0, 3), + (0, 0), + (0, 888), + (0, 0), + (0, 4), + (0, 28), + (0, 6), + (0, 24), + (0, 2), + (0, 588), + (0, 2), + (0, 0), + (0, 5), + (0, 58), + (0, 376), + (0, 4), + (0, 58), + (0, 197), + (0, 2), + (0, 1), + (0, 209), + (0, 467), + (0, 4), + (0, 504), + (0, 169), + (0, 1157), + (0, 2), + (0, 25), + (0, 0), + (0, 13), + (0, 10), + (0, 1649), + (0, 626), + (0, 423), + (0, 221), + (0, 489), + (0, 182), + (0, 292), + (0, 1), + (0, 1402), + (0, 45), + (0, 478), + (0, 51), + (0, 0), + (0, 282), + (0, 4), + (0, 4), + (0, 4), + (0, 81), + (0, 5), + (0, 17), + (0, 53), + (0, 780), + (0, 1512), + (0, 0), + (0, 969), + (0, 9), + (0, 11), + (0, 2), + (0, 496), + (0, 1791), + (0, 1667), + (0, 389), + (0, 234), + (0, 10), + (0, 1193), + (0, 2), + (0, 663), + (0, 3), + (0, 46), + (0, 0), + (0, 193), + (0, 10), + (0, 35), + (0, 7), + (0, 333), + (0, 4), + (0, 30), + (0, 229), + (0, 626), + (0, 389), + (0, 4311), + (0, 0), + (0, 622), + (0, 4), + (0, 58), + (0, 14), + (0, 10), + (0, 226), + (0, 2625), + (0, 64), + (0, 56), + (0, 0), + (0, 12), + (0, 16), + (0, 5), + (0, 3023), + (0, 13), + (0, 48), + (0, 1), + (0, 100), + (0, 7), + (0, 171), + (0, 235), + (0, 3), + (0, 325), + (0, 266), + (0, 478), + (0, 13), + (0, 237), + (0, 3361), + (0, 17), + (0, 365), + (0, 1449), + (0, 174), + (0, 11), + (0, 91), + (0, 31), + (0, 1272), + (0, 550), + (0, 266), + (0, 41), + (0, 148), + (0, 10), + (0, 160), + (0, 3), + (0, 103), + (0, 68), + (0, 5), + (0, 6), + (0, 680), + (0, 517), + (0, 26), + (0, 26), + (0, 85), + (0, 175), + (0, 75), + (0, 111), + (0, 355), + (0, 7), + (0, 515), + (0, 362), + (0, 17), + (0, 123), + (0, 324), + (0, 3), + (0, 3), + (0, 63), + (0, 242), + (0, 456), + (0, 344), + (0, 475), + (0, 56), + (0, 463), + (0, 25), + (0, 3), + (0, 72), + (0, 800), + (0, 0), + (0, 1), + (0, 69), + (0, 0), + (0, 0), + (0, 3), + (0, 3), + (0, 215), + (0, 28), + (0, 3), + (0, 61), + (0, 146), + (0, 44), + (0, 109), + (0, 1168), + (0, 286), + (0, 1138), + (0, 274), + (0, 2), + (0, 30), + (0, 49), + (0, 204), + (0, 448), + (0, 153), + (0, 99), + (0, 1272), + (0, 170), + (0, 1), + (0, 1288), + (0, 1), + (0, 25), + (0, 270), + (0, 2), + (0, 262), + (0, 0), + (0, 685), + (0, 76), + (0, 77), + (0, 389), + (0, 1), + (0, 1), + (0, 0), + (0, 23), + (0, 184), + (0, 3), + (0, 57), + (0, 1), + (0, 160), + (0, 591), + (0, 343), + (0, 81), + (0, 10), + (0, 3), + (0, 5), + (0, 15), + (0, 4), + (0, 85), + (0, 17), + (0, 1036), + (0, 46), + (0, 581), + (0, 37), + (0, 30), + (0, 1), + (0, 2), + (0, 4), + (0, 593), + (0, 0), + (0, 356), + (0, 21), + (0, 2), + (0, 138), + (0, 60), + (0, 143), + (0, 305), + (0, 29), + (0, 10), + (0, 93), + (0, 19), + (0, 44), + (0, 28), + (0, 128), + (0, 1882), + (0, 203), + (0, 7), + (0, 76), + (0, 90), + (0, 2), + (0, 12), + (0, 1), + (0, 11), + (0, 117), + (0, 0), + (0, 608), + (0, 0), + (0, 0), + (0, 0), + (0, 1764), + (0, 6), + (0, 44), + (0, 10), + (0, 1363), + (0, 0), + (0, 0), + (0, 4), + (0, 1375), + (0, 22), + (0, 6), + (0, 68), + (0, 426), + (0, 25), + (0, 0), + (0, 2), + (0, 39), + (0, 151), + (0, 87), + (0, 90), + (0, 95), + (0, 1), + (0, 1078), + (0, 119), + (0, 338), + (0, 87), + (0, 89), + (0, 0), + (0, 2028), + (0, 4), + (0, 23), + (0, 2), + (0, 103), + (0, 34), + (0, 6), + (0, 7), + (0, 0), + (0, 2), + (0, 0), + (0, 83), + (0, 308), + (0, 182), + (0, 2), + (0, 197), + (0, 12), + (0, 96), + (0, 116), + (0, 12), + (0, 146), + (0, 1), + (0, 25), + (0, 0), + (0, 1027), + (0, 4), + (0, 5), + (0, 6), + (0, 79), + (0, 9), + (0, 116), + (0, 770), + (0, 4), + (0, 366), + (0, 298), + (0, 5166), + (0, 50), + (0, 30), + (0, 346), + (0, 0), + (0, 151), + (0, 9294), + (0, 89), + (0, 1), + (0, 1665), + (0, 163), + (0, 12), + (0, 47), + (0, 5447), + (0, 924), + (0, 43), + (0, 37), + (0, 32), + (0, 0), + (0, 137), + (0, 238), + (0, 649), + (0, 73), + (0, 1066), + (0, 271), + (0, 28), + (0, 329), + (0, 0), + (0, 4), + (0, 0), + (0, 540), + (0, 36), + (0, 19), + (0, 69), + (0, 463), + (0, 330), + (0, 8), + (0, 141), + (0, 0), + (0, 80), + (0, 115), + (0, 147), + (0, 7), + (0, 28), + (0, 10), + (0, 132), + (0, 19), + (0, 686), + (0, 60), + (0, 754), + (0, 0), + (0, 529), + (0, 28), + (0, 231), + (0, 14), + (0, 214), + (0, 0), + (0, 16), + (0, 0), + (0, 8), + (0, 226), + (0, 446), + (0, 0), + (0, 847), + (0, 16), + (0, 49), + (0, 40), + (0, 536), + (0, 7), + (0, 4), + (0, 83), + (1, 106), + (0, 1), + (0, 16), + (0, 40), + (0, 22), + (0, 10), + (0, 268), + (0, 198), + (0, 5), + (0, 105), + (0, 265), + (0, 1), + (0, 182), + (0, 130), + (0, 49), + (0, 217), + (0, 2712), + (0, 13), + (0, 39), + (0, 39), + (0, 1875), + (0, 1571), + (0, 24), + (0, 32), + (0, 65), + (0, 283), + (0, 55), + (0, 0), + (0, 68), + (0, 109), + (0, 98), + (0, 13), + (0, 326), + (0, 52), + (0, 164), + (0, 37), + (0, 22), + (0, 335), + (0, 1501), + (0, 0), + (0, 8), + (0, 38), + (0, 12), + (0, 5), + (0, 294), + (0, 221), + (0, 202), + (0, 0), + (0, 75), + (0, 292), + (0, 1272), + (0, 0), + (0, 85), + (0, 36), + (0, 30), + (0, 2), + (0, 63), + (0, 556), + (0, 4), + (0, 0), + (0, 0), + (0, 39), + (0, 50), + (0, 125), + (0, 9), + (0, 253), + (0, 1172), + (0, 4), + (0, 3), + (0, 1642), + (0, 30), + (0, 4), + (0, 12), + (0, 3), + (0, 253), + (0, 626), + (0, 62), + (0, 1), + (0, 197), + (0, 3), + (0, 195), + (0, 1026), + (0, 3674), + (0, 18), + (0, 0), + (0, 87), + (0, 1055), + (0, 315), + (0, 1796), + (0, 2), + (0, 11), + (0, 1008), + (0, 4), + (0, 0), + (0, 67), + (0, 86), + (0, 3), + (0, 210), + (0, 208), + (0, 15), + (0, 2), + (0, 54), + (0, 245), + (0, 10), + (0, 96), + (0, 3), + (0, 492), + (0, 23), + (0, 233), + (0, 240), + (0, 101), + (0, 87), + (0, 0), + (0, 1325), + (0, 589), + (0, 19), + (0, 245), + (0, 1), + (0, 449), + (0, 412), + (0, 98), + (0, 1), + (0, 1), + (0, 1), + (0, 244), + (0, 18), + (0, 244), + (0, 303), + (0, 0), + (0, 1644), + (0, 620), + (0, 1), + (0, 0), + (0, 334), + (0, 1), + (0, 669), + (0, 3), + (0, 343), + (0, 1065), + (0, 23), + (0, 367), + (0, 702), + (0, 15), + (0, 29), + (0, 452), + (0, 2), + (0, 24), + (0, 3), + (0, 3), + (0, 926), + (0, 285), + (0, 206), + (0, 15), + (0, 192), + (0, 221), + (0, 275), + (0, 8), + (0, 11), + (0, 363), + (0, 256), + (0, 1484), + (0, 2612), + (0, 1374), + (0, 6), + (0, 1), + (0, 1), + (0, 107), + (0, 8), + (0, 295), + (0, 703), + (0, 3), + (0, 0), + (0, 0), + (0, 3), + (0, 63), + (0, 294), + (0, 84), + (0, 12), + (0, 146), + (0, 61), + (0, 0), + (0, 115), + (0, 36), + (0, 159), + (0, 1), + (0, 0), + (0, 90), + (0, 43), + (0, 1), + (0, 332), + (0, 61), + (0, 0), + (0, 7), + (0, 849), + (0, 703), + (0, 1494), + (0, 537), + (0, 3), + (0, 26), + (0, 2), + (0, 56), + (0, 307), + (0, 39), + (0, 8), + (0, 16), + (0, 1), + (0, 1327), + (0, 379), + (0, 6), + (0, 7), + (0, 84), + (0, 19), + (0, 390), + (0, 138), + (0, 8), + (0, 146), + (0, 796), + (0, 24), + (0, 79), + (0, 59), + (0, 101), + (0, 20), + (0, 42), + (0, 0), + (0, 53), + (0, 8), + (0, 328), + (0, 1137), + (0, 9), + (0, 106), + (0, 5), + (0, 122), + (0, 39), + (0, 1), + (0, 874), + (0, 917), + (0, 5), + (0, 2488), + (0, 4), + (0, 340), + (0, 35), + (0, 5), + (0, 15), + (0, 327), + (0, 0), + (0, 31), + (0, 687), + (0, 0), + (0, 11), + (0, 1033), + (0, 127), + (0, 0), + (0, 1), + (0, 188), + (0, 0), + (0, 1853), + (0, 10), + (0, 0), + (0, 9), + (0, 4), + (0, 158), + (0, 313), + (0, 7), + (0, 161), + (0, 1), + (0, 238), + (0, 46), + (0, 173), + (0, 1039), + (0, 17), + (0, 357), + (0, 16), + (0, 101), + (0, 15), + (0, 422), + (0, 768), + (0, 0), + (0, 10), + (0, 656), + (0, 0), + (0, 14), + (0, 167), + (0, 361), + (0, 8), + (0, 2), + (0, 0), + (0, 25), + (0, 136), + (0, 0), + (0, 8197), + (0, 34), + (0, 1069), + (0, 42), + (0, 1), + (0, 53), + (0, 18), + (0, 5908), + (0, 327), + (0, 105), + (0, 56), + (0, 967), + (0, 6), + (0, 696), + (0, 16), + (0, 2030), + (0, 375), + (0, 1294), + (0, 6), + (0, 0), + (0, 1), + (0, 6457), + (0, 30), + (0, 34), + (0, 173), + (0, 102), + (0, 0), + (0, 0), + (0, 5), + (0, 1), + (0, 39), + (0, 0), + (0, 18), + (0, 126), + (0, 2066), + (0, 47), + (0, 120), + (0, 1), + (0, 10), + (0, 0), + (0, 314), + (0, 936), + (0, 7), + (0, 0), + (0, 156), + (0, 6), + (0, 0), + (0, 6), + (0, 3), + (0, 442), + (0, 0), + (0, 9), + (0, 214), + (0, 139), + (0, 80), + (0, 1), + (0, 55), + (0, 573), + (0, 708), + (0, 3217), + (0, 1985), + (0, 108), + (0, 2688), + (0, 121), + (0, 10), + (0, 7), + (0, 206), + (0, 609), + (0, 24), + (0, 156), + (0, 1100), + (0, 294), + (0, 11), + (0, 392), + (0, 284), + (0, 714), + (0, 28), + (0, 300), + (0, 421), + (0, 293), + (0, 295), + (0, 144), + (0, 2), + (0, 6), + (0, 37), + (0, 28), + (0, 102), + (0, 28), + (0, 560), + (0, 80), + (0, 665), + (0, 16), + (0, 23), + (0, 26), + (0, 8), + (0, 141), + (0, 1109), + (0, 1602), + (0, 177), + (0, 377), + (0, 17), + (0, 101), + (0, 11), + (0, 9), + (0, 353), + (0, 442), + (0, 16), + (0, 126), + (0, 1), + (0, 14), + (0, 20), + (0, 43), + (0, 128), + (0, 3), + (0, 338), + (0, 167), + (0, 188), + (0, 140), + (0, 855), + (0, 0), + (0, 0), + (0, 431), + (0, 0), + (0, 12), + (0, 53), + (0, 88), + (0, 438), + (0, 434), + (0, 0), + (0, 2098), + (0, 40), + (0, 0), + (0, 204), + (0, 1490), + (0, 4), + (0, 1084), + (0, 30), + (0, 14), + (0, 938), + (0, 322), + (0, 797), + (0, 880), + (0, 48), + (0, 51), + (0, 68), + (0, 49), + (0, 458), + (0, 1026), + (0, 17), + (0, 13), + (0, 42), + (0, 606), + (0, 0), + (0, 16), + (0, 142), + (0, 680), + (0, 77), + (0, 2267), + (0, 7), + (0, 2), + (0, 4), + (0, 69), + (0, 266), + (0, 282), + (0, 1493), + (0, 665), + (0, 705), + (0, 254), + (0, 147), + (0, 0), + (0, 685), + (0, 801), + (0, 21), + (0, 219), + (0, 4), + (0, 526), + (0, 677), + (0, 5), + (0, 2), + (0, 510), + (0, 108), + (0, 631), + (0, 1), + (0, 3962), + (0, 94), + (0, 150), + (0, 440), + (0, 10), + (0, 1845), + (0, 167), + (0, 0), + (0, 1), + (0, 3666), + (0, 0), + (0, 101), + (0, 94), + (0, 2), + (0, 888), + (0, 103), + (0, 471), + (0, 142), + (0, 530), + (0, 22), + (0, 14), + (0, 10), + (0, 1049), + (0, 51), + (0, 2224), + (0, 39), + (0, 431), + (0, 0), + (0, 19), + (0, 57), + (0, 444), + (0, 3215), + (0, 38), + (0, 201), + (0, 37), + (0, 252), + (0, 73), + (0, 78), + (0, 4297), + (0, 452), + (0, 0), + (0, 5), + (0, 1), + (0, 206), + (0, 23), + (0, 3), + (0, 1359), + (0, 561), + (0, 16), + (0, 83), + (0, 401), + (0, 266), + (0, 1), + (0, 1768), + (0, 593), + (0, 1), + (0, 253), + (0, 69), + (0, 12), + (0, 56), + (0, 60), + (0, 9), + (0, 848), + (0, 0), + (0, 189), + (0, 147), + (0, 2102), + (0, 2285), + (0, 2), + (0, 7), + (0, 6), + (0, 339), + (0, 36), + (0, 21), + (0, 128), + (0, 6), + (0, 10), + (0, 15), + (0, 0), + (0, 196), + (0, 1), + (0, 6), + (0, 193), + (0, 703), + (0, 61), + (0, 437), + (0, 93), + (0, 0), + (0, 10), + (0, 86), + (0, 74), + (0, 0), + (0, 0), + (0, 21), + (0, 4), + (0, 0), + (0, 4039), + (0, 2), + (0, 17), + (0, 3), + (0, 55), + (0, 87), + (0, 26), + (0, 146), + (0, 0), + (0, 493), + (0, 10), + (0, 2), + (0, 1123), + (0, 2012), + (0, 80), + (0, 3), + (0, 618), + (0, 309), + (0, 550), + (0, 2878), + (0, 10), + (0, 208), + (0, 3), + (0, 0), + (0, 786), + (0, 45), + (0, 50), + (0, 455), + (0, 585), + (0, 2614), + (0, 0), + (0, 49), + (0, 20), + (0, 0), + (0, 0), + (0, 1), + (0, 2046), + (0, 10), + (0, 0), + (0, 221), + (0, 760), + (0, 107), + (0, 656), + (0, 8), + (0, 4), + (0, 8), + (0, 50), + (0, 116), + (0, 13328), + (0, 1461), + (0, 1024), + (0, 5), + (0, 2), + (0, 268), + (0, 25), + (0, 13), + (0, 4), + (0, 25), + (0, 197), + (0, 1417), + (0, 14), + (0, 152), + (0, 275), + (0, 502), + (0, 67), + (0, 521), + (0, 79), + (0, 20), + (0, 70), + (0, 0), + (0, 1), + (0, 1252), + (0, 100), + (0, 16), + (0, 224), + (0, 53), + (0, 22), + (0, 14), + (0, 0), + (0, 439), + (0, 47), + (0, 2488), + (0, 87), + (0, 87), + (0, 967), + (0, 157), + (0, 5), + (0, 570), + (0, 148), + (0, 113), + (0, 209), + (0, 534), + (0, 42), + (0, 0), + (0, 79), + (0, 138), + (0, 50), + (0, 867), + (0, 179), + (0, 28), + (0, 418), + (0, 983), + (0, 94), + (0, 160), + (0, 56), + (0, 23), + (0, 0), + (0, 78), + (0, 26), + (0, 105), + (0, 1626), + (0, 1408), + (0, 471), + (0, 355), + (0, 12), + (0, 49), + (0, 172), + (0, 16), + (0, 1094), + (0, 22), + (0, 154), + (0, 1082), + (0, 82), + (0, 344), + (0, 71), + (0, 875), + (0, 3), + (0, 50), + (0, 309), + (0, 29), + (0, 1472), + (0, 0), + (0, 0), + (0, 77), + (0, 4), + (0, 7761), + (0, 47), + (0, 0), + (0, 2604), + (0, 33), + (0, 4), + (0, 58), + (0, 108), + (0, 388), + (0, 684), + (0, 42), + (0, 427), + (0, 182), + (0, 9), + (0, 1722), + (0, 505), + (0, 22), + (0, 40), + (0, 4), + (0, 297), + (0, 73), + (0, 13), + (0, 1206), + (0, 2), + (0, 1282), + (0, 6015), + (0, 16), + (0, 1186), + (0, 1), + (0, 662), + (0, 14), + (0, 3), + (0, 206), + (0, 58), + (0, 454), + (0, 27), + (0, 4), + (0, 2178), + (0, 0), + (0, 2), + (0, 39), + (0, 227), + (0, 35), + (0, 543), + (0, 19), + (0, 24), + (0, 8), + (0, 1410), + (0, 242), + (0, 7), + (0, 105), + (0, 36), + (0, 6), + (0, 14), + (0, 53), + (0, 47), + (0, 526), + (0, 20), + (0, 15), + (0, 121), + (0, 64), + (0, 311), + (0, 49), + (0, 150), + (0, 557), + (0, 528), + (0, 59), + (0, 104), + (0, 0), + (0, 739), + (0, 0), + (0, 2), + (0, 177), + (0, 1357), + (0, 34), + (0, 0), + (0, 3140), + (0, 147), + (0, 0), + (0, 0), + (0, 295), + (0, 333), + (0, 331), + (0, 1378), + (0, 1561), + (0, 536), + (0, 1), + (0, 0), + (0, 1077), + (0, 1194), + (0, 489), + (0, 19), + (0, 73), + (0, 6), + (0, 87), + (0, 1006), + (0, 476), + (0, 1746), + (0, 33), + (0, 2), + (0, 59), + (0, 24), + (0, 356), + (0, 0), + (0, 810), + (0, 742), + (0, 10), + (0, 8), + (0, 240), + (0, 0), + (0, 0), + (0, 0), + (0, 16), + (0, 371), + (0, 3), + (0, 0), + (0, 12), + (0, 245), + (0, 33), + (0, 9), + (0, 1), + (0, 2), + (0, 961), + (0, 0), + (0, 231), + (0, 0), + (0, 228), + (0, 168), + (0, 0), + (0, 2172), + (0, 369), + (0, 0), + (0, 1030), + (0, 111), + (0, 11), + (0, 21), + (0, 0), + (0, 83), + (0, 1), + (0, 29), + (0, 340), + (0, 0), + (0, 2136), + (0, 4131), + (0, 1650), + (0, 1422), + (0, 3489), + (0, 483), + (0, 245), + (0, 400), + (0, 7), + (0, 686), + (0, 16), + (0, 326), + (0, 66), + (0, 435), + (0, 50), + (0, 1), + (0, 166), + (0, 360), + (0, 3), + (0, 157), + (0, 695), + (0, 1454), + (0, 936), + (0, 0), + (0, 141), + (0, 377), + (0, 105), + (0, 719), + (0, 1142), + (0, 105), + (0, 109), + (0, 27), + (0, 1595), + (0, 63), + (0, 91), + (0, 81), + (0, 20), + (0, 742), + (0, 104), + (0, 2754), + (0, 0), + (0, 1), + (0, 62), + (0, 68), + (0, 5), + (0, 756), + (0, 869), + (0, 1), + (0, 57), + (0, 153), + (0, 38), + (0, 700), + (0, 32), + (0, 599), + (0, 899), + (0, 9), + (0, 547), + (0, 758), + (0, 12), + (0, 105), + (0, 1), + (0, 138), + (0, 549), + (0, 7), + (0, 26), + (0, 15), + (0, 2), + (0, 27), + (0, 0), + (0, 708), + (0, 1439), + (0, 0), + (0, 38), + (0, 142), + (0, 147), + (0, 3184), + (0, 0), + (0, 463), + (0, 102), + (0, 14), + (0, 2865), + (0, 201), + (0, 1), + (0, 20), + (0, 7), + (0, 1460), + (0, 176), + (0, 0), + (0, 20), + (0, 1), + (0, 313), + (0, 1), + (0, 310), + (0, 593), + (0, 1), + (0, 175), + (0, 327), + (0, 39), + (0, 0), + (0, 10659), + (0, 36), + (0, 1503), + (0, 1), + (0, 2), + (0, 4), + (0, 1), + (0, 842), + (0, 0), + (0, 0), + (0, 1027), + (0, 0), + (0, 12248), + (0, 1356), + (0, 3), + (0, 467), + (0, 3766), + (0, 79), + (0, 6), + (0, 1602), + (0, 3062), + (0, 4829), + (0, 7), + (0, 95), + (0, 5), + (0, 27), + (0, 153), + (0, 18), + (0, 2), + (0, 307), + (0, 5254), + (0, 2855), + (0, 184), + (0, 0), + (0, 963), + (0, 22), + (0, 580), + (0, 0), + (0, 0), + (0, 752), + (0, 636), + (0, 175), + (0, 376), + (0, 177), + (0, 2361), + (0, 2), + (0, 11), + (0, 32), + (0, 50), + (0, 8), + (0, 174), + (0, 1269), + (0, 81), + (0, 18), + (0, 5), + (0, 3), + (0, 8), + (0, 11), + (0, 191), + (0, 4), + (0, 877), + (0, 511), + (0, 49), + (0, 12676), + (0, 50), + (0, 2), + (0, 8), + (0, 76), + (0, 0), + (0, 399), + (0, 163), + (0, 129), + (0, 0), + (0, 1186), + (0, 419), + (0, 899), + (0, 4), + (0, 25), + (0, 128), + (0, 218), + (0, 25), + (0, 288), + (0, 947), + (0, 209), + (0, 549), + (0, 303), + (0, 93), + (0, 8), + (0, 149), + (0, 49), + (0, 608), + (0, 126), + (0, 91), + (0, 11), + (0, 144), + (0, 272), + (0, 10), + (0, 338), + (0, 0), + (0, 105), + (0, 19), + (0, 15), + (0, 316), + (0, 615), + (0, 96), + (0, 2256), + (0, 236), + (0, 2807), + (0, 132), + (0, 354), + (0, 1), + (0, 12), + (0, 12), + (0, 2), + (0, 774), + (0, 178), + (0, 21), + (0, 38), + (0, 2), + (0, 2), + (0, 6), + (0, 9), + (0, 2), + (0, 1386), + (0, 213), + (0, 47), + (0, 1), + (0, 2898), + (0, 246), + (0, 181), + (0, 224), + (0, 2362), + (0, 727), + (0, 48), + (0, 1973), + (0, 52), + (0, 1451), + (0, 594), + (0, 0), + (0, 0), + (0, 309), + (0, 420), + (0, 26), + (0, 243), + (0, 13), + (0, 1429), + (0, 8), + (0, 57), + (0, 28), + (0, 1), + (0, 0), + (0, 107), + (0, 19), + (0, 21), + (0, 45), + (0, 176), + (0, 2), + (0, 18), + (0, 78), + (0, 0), + (0, 770), + (0, 96), + (0, 1110), + (0, 9), + (0, 7), + (0, 1086), + (0, 211), + (0, 67), + (0, 15), + (0, 39), + (0, 795), + (0, 137), + (0, 2717), + (0, 21), + (0, 17), + (0, 396), + (0, 140), + (0, 19), + (0, 3), + (0, 3), + (0, 949), + (0, 63), + (0, 16), + (0, 2111), + (0, 859), + (0, 239), + (0, 128), + (0, 81), + (0, 4307), + (0, 0), + (0, 1264), + (0, 0), + (0, 343), + (0, 506), + (0, 11), + (0, 225), + (0, 26), + (0, 1751), + (0, 286), + (0, 1), + (0, 22), + (0, 386), + (0, 21), + (0, 1269), + (0, 11), + (0, 124), + (0, 55), + (0, 1195), + (0, 1), + (0, 1443), + (0, 99), + (0, 90), + (0, 331), + (0, 0), + (0, 1451), + (0, 9), + (0, 9), + (0, 1), + (0, 1803), + (0, 10), + (0, 78), + (0, 0), + (0, 1213), + (0, 3), + (0, 194), + (0, 27), + (0, 25), + (0, 13), + (0, 24), + (0, 527), + (0, 304), + (0, 6), + (0, 82), + (0, 56), + (0, 0), + (0, 4), + (0, 37), + (0, 7), + (0, 39), + (0, 942), + (0, 1302), + (0, 54), + (0, 4), + (0, 100), + (0, 1225), + (0, 29), + (0, 133), + (0, 5), + (0, 18), + (0, 80), + (0, 124), + (0, 397), + (0, 168), + (0, 21), + (0, 29), + (0, 609), + (0, 49), + (0, 808), + (0, 137), + (0, 0), + (0, 41), + (0, 64), + (0, 20), + (0, 191), + (0, 285), + (0, 47), + (0, 1751), + (0, 5), + (0, 46), + (0, 5694), + (0, 0), + (0, 5), + (0, 1343), + (0, 129), + (0, 0), + (0, 400), + (0, 38), + (0, 2), + (0, 0), + (0, 77), + (0, 18), + (0, 176), + (0, 592), + (0, 43), + (0, 1483), + (0, 1), + (0, 6), + (0, 1), + (0, 623), + (0, 6), + (0, 1415), + (0, 3), + (0, 103), + (0, 818), + (0, 584), + (0, 1), + (0, 15), + (0, 1646), + (0, 1896), + (0, 1), + (0, 955), + (0, 1), + (0, 11), + (0, 765), + (0, 76), + (0, 1096), + (0, 1517), + (0, 470), + (0, 611), + (0, 58), + (0, 177), + (0, 2), + (0, 8), + (0, 31), + (0, 2248), + (0, 0), + (0, 38), + (0, 1), + (0, 4), + (0, 2529), + (0, 475), + (0, 26), + (0, 16), + (0, 2), + (0, 162), + (0, 78), + (0, 15), + (0, 1), + (0, 0), + (0, 29), + (0, 192), + (0, 153), + (0, 193), + (0, 2553), + (0, 27), + (0, 4735), + (0, 5), + (0, 0), + (0, 912), + (0, 0), + (0, 526), + (0, 31), + (0, 1), + (0, 19), + (0, 98), + (0, 1670), + (0, 3595), + (0, 0), + (0, 173), + (0, 1077), + (0, 3506), + (0, 23), + (0, 8), + (0, 732), + (0, 16), + (0, 723), + (0, 0), + (0, 0), + (0, 146), + (0, 61), + (0, 35), + (0, 91), + (0, 1), + (0, 11), + (0, 1), + (0, 4), + (0, 4), + (0, 0), + (0, 831), + (0, 2), + (0, 50), + (0, 24), + (0, 1), + (0, 1), + (0, 924), + (0, 435), + (0, 2), + (0, 550), + (0, 33), + (0, 11), + (0, 2836), + (0, 36), + (0, 2534), + (0, 412), + (0, 22), + (0, 23), + (0, 25), + (0, 1025), + (0, 0), + (0, 0), + (0, 7), + (0, 38), + (0, 3), + (0, 192), + (0, 0), + (0, 831), + (0, 34), + (0, 10), + (0, 1), + (0, 0), + (0, 166), + (0, 118), + (0, 126), + (0, 14), + (0, 1748), + (0, 438), + (0, 834), + (0, 4), + (0, 210), + (0, 1101), + (0, 2), + (0, 15), + (0, 42), + (0, 314), + (0, 681), + (0, 157), + (0, 2), + (0, 1231), + (0, 80), + (0, 0), + (0, 2), + (0, 63), + (0, 1138), + (0, 20), + (0, 160), + (0, 0), + (0, 7), + (0, 579), + (0, 36), + (0, 395), + (0, 3), + (0, 54), + (0, 988), + (0, 27), + (0, 414), + (0, 37), + (0, 132), + (0, 14), + (0, 192), + (0, 6), + (0, 566), + (0, 978), + (0, 2), + (0, 24), + (0, 312), + (0, 794), + (0, 189), + (0, 305), + (0, 386), + (0, 61), + (0, 94), + (0, 168), + (0, 344), + (0, 298), + (0, 107), + (0, 0), + (0, 1159), + (0, 3476), + (0, 3794), + (0, 128), + (0, 24), + (0, 4), + (0, 0), + (0, 947), + (0, 1247), + (0, 708), + (0, 428), + (0, 125), + (0, 118), + (0, 8), + (0, 2788), + (0, 5), + (0, 4), + (0, 5), + (0, 83), + (0, 15), + (0, 237), + (0, 2), + (0, 2), + (0, 441), + (0, 4), + (0, 0), + (0, 309), + (0, 18), + (0, 430), + (0, 74), + (0, 1108), + (0, 176), + (0, 1), + (0, 541), + (0, 25), + (0, 0), + (0, 141), + (0, 1), + (0, 398), + (0, 346), + (0, 22), + (0, 3), + (0, 956), + (0, 0), + (0, 11), + (0, 5650), + (0, 4272), + (0, 0), + (0, 1960), + (0, 53), + (0, 1716), + (0, 379), + (0, 110), + (0, 1), + (0, 1), + (0, 527), + (0, 81), + (0, 17), + (0, 0), + (0, 15), + (0, 306), + (0, 79), + (0, 1), + (0, 254), + (0, 432), + (0, 103), + (0, 741), + (0, 78), + (0, 1245), + (0, 1145), + (0, 1510), + (0, 1387), + (0, 0), + (0, 1), + (0, 209), + (0, 53), + (0, 635), + (0, 282), + (0, 598), + (0, 56), + (0, 256), + (0, 0), + (0, 82), + (0, 0), + (0, 568), + (0, 66), + (0, 6), + (0, 166), + (0, 3053), + (0, 6), + (0, 1232), + (0, 928), + (0, 150), + (0, 0), + (0, 244), + (0, 719), + (0, 1630), + (0, 75), + (0, 2809), + (0, 5), + (0, 254), + (0, 0), + (0, 9), + (0, 2492), + (0, 22), + (0, 20), + (0, 351), + (0, 43), + (0, 8), + (0, 12), + (0, 286), + (0, 11), + (0, 2), + (0, 1419), + (0, 292), + (0, 1), + (0, 2208), + (0, 1959), + (0, 1381), + (0, 974), + (0, 41), + (0, 387), + (0, 2), + (0, 38), + (0, 115), + (0, 51), + (0, 123), + (0, 7), + (0, 1), + (0, 16), + (0, 2573), + (0, 261), + (0, 43), + (0, 273), + (0, 101), + (0, 3), + (0, 24), + (0, 5), + (0, 11), + (0, 0), + (0, 34), + (0, 1002), + (0, 2621), + (0, 14018), + (0, 110), + (0, 351), + (0, 1901), + (0, 3), + (0, 20), + (0, 0), + (0, 4673), + (0, 293), + (0, 390), + (0, 1), + (0, 0), + (0, 745), + (0, 150), + (0, 3), + (0, 2), + (0, 66), + (0, 131), + (0, 0), + (0, 107), + (0, 25), + (0, 0), + (0, 138), + (0, 85), + (0, 151), + (0, 3), + (0, 259), + (0, 100), + (0, 732), + (0, 8), + (0, 36), + (0, 104), + (0, 115), + (0, 6), + (0, 1), + (0, 639), + (0, 16), + (0, 152), + (0, 19), + (0, 8006), + (0, 17), + (0, 462), + (0, 311), + (0, 1), + (0, 89), + (0, 2305), + (0, 552), + (0, 1), + (0, 804), + (0, 10), + (0, 20), + (0, 16), + (0, 1599), + (0, 82), + (0, 93), + (0, 13), + (0, 26), + (0, 0), + (0, 2), + (0, 201), + (0, 399), + (0, 9), + (0, 2), + (0, 32), + (0, 85), + (0, 301), + (0, 346), + (0, 828), + (0, 209), + (0, 1137), + (0, 1), + (0, 657), + (0, 0), + (0, 615), + (0, 0), + (0, 393), + (0, 1), + (0, 956), + (0, 94), + (0, 106), + (0, 882), + (0, 436), + (0, 353), + (0, 428), + (0, 50), + (0, 2), + (0, 113), + (0, 0), + (0, 3568), + (0, 624), + (0, 413), + (0, 4), + (0, 114), + (0, 355), + (0, 27), + (0, 1051), + (0, 5), + (0, 66), + (0, 225), + (0, 6), + (0, 5), + (0, 1694), + (0, 95), + (0, 1), + (0, 333), + (0, 52), + (0, 336), + (0, 4), + (0, 1), + (0, 2060), + (0, 320), + (0, 8), + (0, 74), + (0, 1040), + (0, 5281), + (0, 12), + (0, 103), + (0, 55), + (0, 511), + (0, 13), + (0, 274), + (0, 76), + (0, 18), + (0, 101), + (0, 13), + (0, 511), + (0, 59), + (0, 6), + (0, 13), + (0, 574), + (0, 115), + (0, 51), + (0, 882), + (0, 879), + (0, 3), + (0, 72), + (0, 0), + (0, 19), + (0, 1037), + (0, 923), + (0, 0), + (0, 496), + (0, 607), + (0, 968), + (0, 3), + (0, 360), + (0, 1), + (0, 99), + (0, 830), + (0, 3656), + (0, 30), + (0, 1), + (0, 7), + (0, 150), + (0, 149), + (0, 577), + (0, 0), + (0, 4), + (0, 1009), + (0, 0), + (0, 81), + (0, 1697), + (0, 5), + (0, 347), + (0, 438), + (0, 0), + (0, 13), + (0, 1836), + (0, 8), + (0, 8), + (0, 52), + (0, 206), + (0, 729), + (0, 4745), + (0, 1803), + (0, 56), + (0, 294), + (0, 21), + (0, 24), + (0, 2655), + (0, 5), + (0, 100), + (0, 2), + (0, 370), + (0, 0), + (0, 95), + (0, 1), + (0, 381), + (0, 948), + (0, 156), + (0, 3), + (0, 884), + (0, 5029), + (0, 91), + (0, 1977), + (0, 695), + (0, 3), + (0, 18), + (0, 3), + (0, 6), + (0, 1), + (0, 11), + (0, 0), + (0, 137), + (0, 84), + (0, 9), + (0, 667), + (0, 2788), + (0, 940), + (0, 61), + (0, 9), + (0, 1214), + (0, 15), + (0, 351), + (0, 89), + (0, 5), + (0, 3), + (0, 2495), + (0, 129), + (0, 962), + (0, 495), + (0, 91), + (0, 375), + (0, 7), + (0, 616), + (0, 133), + (0, 81), + (0, 1715), + (0, 10), + (0, 129), + (0, 5338), + (0, 167), + (0, 3), + (0, 154), + (0, 1832), + (0, 1226), + (0, 730), + (0, 0), + (0, 1), + (0, 2), + (0, 2), + (0, 21), + (0, 148), + (0, 77), + (0, 253), + (0, 1674), + (0, 169), + (0, 86), + (0, 69), + (0, 1182), + (0, 7), + (0, 1487), + (0, 4), + (0, 29), + (0, 664), + (0, 90), + (0, 6), + (0, 7601), + (0, 10), + (0, 413), + (0, 1500), + (0, 255), + (0, 137), + (0, 21), + (0, 27), + (0, 2989), + (0, 1), + (0, 8), + (0, 0), + (0, 942), + (0, 2), + (0, 38), + (0, 1727), + (0, 355), + (0, 252), + (0, 14), + (0, 166), + (0, 284), + (0, 278), + (0, 585), + (0, 87), + (0, 266), + (0, 11), + (0, 6), + (0, 2), + (0, 176), + (0, 20), + (0, 3), + (0, 398), + (0, 76), + (0, 113), + (0, 56), + (0, 0), + (0, 5), + (0, 622), + (0, 431), + (0, 0), + (0, 8), + (0, 36), + (0, 8), + (0, 561), + (0, 0), + (0, 260), + (0, 0), + (0, 857), + (0, 0), + (0, 235), + (0, 7), + (0, 12), + (0, 1233), + (0, 432), + (0, 11), + (0, 14), + (0, 143), + (0, 79), + (0, 18), + (0, 57), + (0, 6), + (0, 1), + (0, 1), + (0, 57), + (0, 832), + (0, 30), + (0, 1334), + (0, 0), + (0, 81), + (0, 2711), + (0, 3352), + (0, 660), + (0, 527), + (0, 62), + (0, 0), + (0, 30), + (0, 10), + (0, 86), + (0, 1178), + (0, 374), + (0, 221), + (0, 1), + (0, 7), + (0, 71), + (0, 3571), + (0, 109), + (0, 37), + (0, 21), + (0, 91), + (0, 97), + (0, 449), + (0, 0), + (0, 7), + (0, 9), + (0, 1), + (0, 7), + (0, 0), + (0, 254), + (0, 65), + (0, 198), + (0, 274), + (0, 1477), + (0, 20), + (0, 521), + (0, 2319), + (0, 25), + (0, 57), + (0, 0), + (0, 28), + (0, 58), + (0, 0), + (0, 7), + (0, 1869), + (0, 2), + (0, 1), + (0, 121), + (0, 635), + (0, 15), + (0, 325), + (0, 649), + (0, 17), + (0, 3102), + (0, 35), + (0, 646), + (0, 462), + (0, 1167), + (0, 5), + (0, 38), + (0, 395), + (0, 0), + (0, 8), + (0, 1468), + (0, 96), + (0, 23), + (0, 25), + (0, 940), + (0, 1), + (0, 696), + (0, 66), + (0, 4), + (0, 431), + (0, 37), + (0, 0), + (0, 94), + (0, 16), + (0, 49), + (0, 725), + (0, 9), + (0, 73), + (0, 73), + (0, 43), + (0, 2), + (0, 1), + (0, 892), + (0, 234), + (0, 8055), + (0, 2583), + (0, 43), + (0, 0), + (0, 174), + (0, 76), + (0, 36), + (0, 91), + (0, 111), + (0, 8), + (0, 1), + (0, 1067), + (0, 2457), + (0, 0), + (0, 9), + (0, 14), + (0, 669), + (0, 223), + (0, 27), + (0, 17), + (0, 2), + (0, 0), + (0, 1342), + (0, 122), + (0, 0), + (0, 292), + (0, 1), + (0, 0), + (0, 311), + (0, 568), + (0, 135), + (0, 31), + (0, 761), + (0, 43), + (0, 9), + (0, 633), + (0, 15), + (0, 9), + (0, 8), + (0, 12), + (0, 30), + (0, 3166), + (0, 372), + (0, 266), + (0, 0), + (0, 574), + (0, 8), + (0, 14), + (0, 162), + (0, 10), + (0, 348), + (0, 278), + (0, 2938), + (0, 1264), + (0, 40), + (0, 2584), + (0, 194), + (0, 0), + (0, 2266), + (0, 473), + (0, 2), + (0, 91), + (0, 144), + (0, 9), + (0, 284), + (0, 2313), + (0, 503), + (0, 733), + (0, 12), + (0, 53), + (0, 7), + (0, 465), + (0, 2), + (0, 1), + (0, 69), + (0, 4), + (0, 102), + (0, 63), + (0, 59), + (0, 1291), + (0, 13), + (0, 691), + (0, 8527), + (0, 794), + (0, 902), + (0, 512), + (0, 80), + (0, 48), + (0, 0), + (0, 8), + (0, 155), + (0, 2), + (0, 578), + (0, 754), + (0, 1), + (0, 94), + (0, 1632), + (0, 862), + (0, 22), + (0, 296), + (0, 27), + (0, 443), + (0, 5), + (0, 1001), + (0, 422), + (0, 4274), + (0, 77), + (0, 160), + (0, 667), + (0, 0), + (0, 1), + (0, 813), + (0, 22), + (0, 79), + (0, 100), + (0, 1198), + (0, 6), + (0, 0), + (0, 130), + (0, 2), + (0, 1058), + (0, 54), + (0, 906), + (0, 2), + (0, 5), + (0, 1242), + (0, 1), + (0, 3), + (0, 281), + (0, 9), + (0, 144), + (0, 614), + (0, 497), + (0, 2134), + (0, 707), + (0, 15), + (0, 698), + (0, 4), + (0, 487), + (0, 12), + (0, 50), + (0, 127), + (0, 199), + (0, 432), + (0, 6), + (0, 1), + (0, 5357), + (0, 10), + (0, 59), + (0, 20), + (0, 49), + (0, 340), + (0, 3044), + (0, 93), + (0, 1), + (0, 2), + (0, 11), + (0, 8134), + (0, 39), + (0, 904), + (0, 89), + (0, 8), + (0, 169), + (0, 732), + (0, 75), + (0, 15), + (0, 573), + (0, 1), + (0, 0), + (0, 2723), + (0, 13780), + (0, 1764), + (0, 36), + (0, 298), + (0, 1), + (0, 3), + (0, 233), + (0, 2), + (0, 526), + (0, 44), + (0, 9), + (0, 76), + (0, 18), + (0, 70), + (0, 6), + (0, 0), + (0, 545), + (0, 1140), + (0, 58), + (0, 18), + (0, 383), + (0, 509), + (0, 2278), + (0, 9), + (0, 0), + (0, 5), + (0, 607), + (0, 2), + (0, 150), + (0, 1), + (0, 38), + (0, 3), + (0, 185), + (0, 120), + (0, 135), + (0, 3), + (0, 4), + (0, 25), + (0, 4), + (0, 240), + (0, 122), + (0, 29), + (0, 36), + (0, 122), + (0, 2), + (0, 24), + (0, 15), + (0, 439), + (0, 246), + (0, 1057), + (0, 0), + (0, 190), + (0, 103), + (0, 23), + (0, 64), + (0, 437), + (0, 15), + (0, 13), + (0, 271), + (0, 1), + (0, 1), + (0, 104), + (0, 2), + (0, 36), + (0, 32), + (0, 343), + (0, 0), + (0, 4), + (0, 248), + (0, 161), + (0, 0), + (0, 1), + (0, 1952), + (0, 4), + (0, 93), + (0, 169), + (0, 29), + (0, 3), + (0, 2), + (0, 26), + (0, 89), + (0, 0), + (0, 42), + (0, 8), + (0, 1618), + (0, 0), + (0, 1), + (0, 2956), + (0, 736), + (0, 1146), + (0, 852), + (0, 29), + (0, 2630), + (0, 2052), + (0, 70), + (0, 258), + (0, 28), + (0, 5), + (0, 1091), + (0, 2491), + (0, 168), + (0, 1262), + (0, 164), + (0, 338), + (0, 690), + (0, 275), + (0, 249), + (0, 2), + (0, 1643), + (0, 1094), + (0, 727), + (0, 1297), + (0, 63), + (0, 0), + (0, 1), + (0, 41), + (0, 2), + (0, 1168), + (0, 116), + (0, 125), + (0, 109), + (0, 1004), + (0, 273), + (0, 149), + (0, 202), + (0, 916), + (0, 1065), + (0, 17), + (0, 13), + (0, 853), + (0, 89), + (0, 103), + (0, 7), + (0, 2135), + (0, 2142), + (0, 2563), + (0, 0), + (0, 3), + (0, 269), + (0, 43), + (0, 1), + (0, 275), + (0, 6029), + (0, 33), + (0, 26), + (0, 2704), + (0, 443), + (0, 8142), + (0, 21), + (0, 960), + (0, 1537), + (0, 0), + (0, 32), + (0, 625), + (0, 126), + (0, 899), + (0, 812), + (0, 58), + (0, 108), + (0, 186), + (0, 104), + (0, 205), + (0, 720), + (0, 28), + (0, 9), + (0, 549), + (0, 4), + (0, 183), + (0, 10), + (0, 41), + (0, 4616), + (0, 692), + (0, 121), + (0, 204), + (0, 5794), + (0, 313), + (0, 1781), + (0, 3), + (0, 714), + (0, 188), + (0, 1196), + (0, 396), + (0, 259), + (0, 137), + (0, 318), + (0, 124), + (0, 263), + (0, 219), + (0, 1874), + (0, 575), + (0, 0), + (0, 880), + (0, 24), + (0, 0), + (0, 0), + (0, 843), + (0, 23), + (0, 1505), + (0, 253), + (0, 6), + (0, 0), + (0, 3), + (0, 156), + (0, 363), + (0, 192), + (0, 789), + (0, 2), + (0, 35), + (0, 1), + (0, 66), + (0, 7), + (0, 763), + (0, 803), + (0, 279), + (0, 404), + (0, 10), + (0, 173), + (0, 39), + (0, 577), + (0, 159), + (0, 7), + (0, 15), + (0, 632), + (0, 23), + (0, 0), + (0, 1177), + (0, 159), + (0, 3), + (0, 3373), + (0, 1779), + (0, 372), + (0, 939), + (0, 28), + (0, 54), + (0, 1132), + (0, 0), + (0, 0), + (0, 200), + (0, 2819), + (0, 18), + (0, 241), + (0, 0), + (0, 57), + (0, 38), + (0, 838), + (0, 1), + (0, 2030), + (0, 62), + (0, 1), + (0, 202), + (0, 923), + (0, 1), + (0, 892), + (0, 921), + (0, 1262), + (0, 16), + (0, 253), + (0, 8), + (0, 2293), + (0, 653), + (0, 10), + (0, 298), + (0, 3436), + (0, 13), + (0, 0), + (0, 0), + (0, 6), + (0, 1197), + (0, 349), + (0, 19), + (0, 563), + (0, 130), + (0, 2525), + (0, 389), + (0, 151), + (0, 8), + (0, 0), + (0, 0), + (0, 15), + (0, 1361), + (0, 686), + (0, 40), + (0, 131), + (0, 15), + (0, 1317), + (0, 125), + (0, 499), + (0, 257), + (0, 45), + (0, 12), + (0, 1794), + (0, 7), + (0, 78), + (0, 1251), + (0, 9), + (0, 705), + (0, 35), + (0, 36), + (0, 9), + (0, 293), + (0, 604), + (0, 235), + (0, 68), + (0, 3163), + (0, 4472), + (0, 44), + (0, 2825), + (0, 335), + (0, 78), + (0, 6550), + (0, 1256), + (0, 79), + (0, 56), + (0, 1), + (0, 212), + (0, 4), + (0, 43), + (0, 66), + (0, 27), + (0, 26), + (0, 104), + (0, 395), + (0, 24), + (0, 160), + (0, 0), + (0, 292), + (0, 2), + (0, 2), + (0, 3221), + (0, 1066), + (0, 1130), + (0, 123), + (0, 164), + (0, 0), + (0, 0), + (0, 75), + (0, 176), + (0, 815), + (0, 73), + (0, 65), + (0, 30), + (0, 5), + (0, 27), + (0, 20), + (0, 1), + (0, 129), + (0, 1660), + (0, 309), + (0, 177), + (0, 0), + (0, 464), + (0, 390), + (0, 12), + (0, 11), + (0, 2310), + (0, 1440), + (0, 41), + (0, 2), + (0, 75), + (0, 3), + (0, 7273), + (0, 9414), + (0, 118), + (0, 2), + (0, 2), + (0, 4), + (0, 274), + (0, 2243), + (0, 17), + (0, 4828), + (0, 245), + (0, 5), + (0, 394), + (0, 0), + (0, 45), + (0, 12), + (0, 66), + (0, 3), + (0, 507), + (0, 18431), + (0, 0), + (0, 8), + (0, 74), + (0, 8), + (0, 21), + (0, 18), + (0, 601), + (0, 16), + (0, 1127), + (0, 182), + (0, 0), + (0, 0), + (0, 40), + (0, 976), + (0, 9), + (0, 1891), + (0, 408), + (0, 47), + (0, 123), + (0, 979), + (0, 101), + (0, 57), + (0, 243), + (0, 1204), + (0, 2320), + (0, 380), + (0, 1566), + (0, 7), + (0, 15), + (0, 31), + (0, 0), + (0, 77), + (0, 23), + (0, 89), + (0, 93), + (0, 1929), + (0, 944), + (0, 3451), + (0, 53), + (0, 377), + (0, 11), + (0, 1456), + (0, 3), + (0, 57), + (0, 3), + (0, 1450), + (0, 13), + (0, 995), + (0, 242), + (0, 555), + (0, 1), + (0, 10), + (0, 4), + (0, 221), + (0, 3187), + (0, 951), + (0, 2), + (0, 193), + (0, 0), + (0, 1609), + (0, 367), + (0, 58), + (0, 3), + (0, 1432), + (0, 10), + (0, 415), + (0, 43), + (0, 346), + (0, 77), + (0, 547), + (0, 2), + (0, 18), + (0, 137), + (0, 455), + (0, 453), + (0, 37), + (0, 1), + (0, 60), + (0, 378), + (0, 27), + (0, 126), + (0, 14), + (0, 58), + (0, 4080), + (0, 393), + (0, 250), + (0, 1957), + (0, 133), + (0, 76), + (0, 6393), + (0, 173), + (0, 1), + (0, 4665), + (0, 107), + (0, 178), + (0, 2846), + (0, 152), + (0, 52), + (0, 9), + (0, 1), + (0, 0), + (0, 63), + (0, 4), + (0, 835), + (0, 4), + (0, 21), + (0, 110), + (0, 207), + (0, 0), + (0, 122), + (0, 3096), + (0, 164), + (0, 565), + (0, 36), + (0, 3047), + (0, 14), + (0, 429), + (0, 145), + (0, 3221), + (0, 47), + (0, 9), + (0, 81), + (0, 7652), + (0, 1599), + (0, 3), + (0, 57), + (0, 36), + (0, 8), + (0, 8), + (0, 535), + (0, 19), + (0, 942), + (0, 0), + (0, 8), + (0, 530), + (0, 17), + (0, 2315), + (0, 73), + (0, 83), + (0, 3311), + (0, 20), + (0, 204), + (0, 10), + (0, 21), + (0, 50), + (0, 3), + (0, 379), + (0, 202), + (0, 2102), + (0, 252), + (0, 3), + (0, 1000), + (0, 11866), + (0, 12), + (0, 113), + (0, 94), + (0, 2), + (0, 1294), + (0, 740), + (0, 1), + (0, 1121), + (0, 98), + (0, 62), + (0, 1027), + (0, 135), + (0, 4228), + (0, 802), + (0, 4), + (0, 2194), + (0, 0), + (0, 204), + (0, 4), + (0, 7), + (0, 4), + (0, 3280), + (0, 10), + (0, 1), + (0, 2), + (0, 8), + (0, 38), + (0, 5), + (0, 1), + (0, 733), + (0, 60), + (0, 15), + (0, 2), + (0, 21), + (0, 106), + (0, 588), + (0, 52), + (0, 690), + (0, 1169), + (0, 8), + (0, 2), + (0, 255), + (0, 90), + (0, 13), + (0, 555), + (0, 6), + (0, 199), + (0, 382), + (0, 71), + (0, 10), + (0, 172), + (0, 153), + (0, 12), + (0, 787), + (0, 191), + (0, 136), + (0, 31), + (0, 298), + (0, 3), + (0, 1596), + (0, 61), + (0, 10), + (0, 82), + (0, 1362), + (0, 17), + (0, 4), + (0, 21), + (0, 210), + (0, 145), + (0, 39), + (0, 39), + (0, 249), + (0, 961), + (0, 496), + (0, 3300), + (0, 131), + (0, 562), + (0, 72), + (0, 73), + (0, 243), + (0, 756), + (0, 4), + (0, 67), + (0, 961), + (0, 413), + (0, 2), + (0, 0), + (0, 1), + (0, 185), + (0, 59), + (0, 11), + (0, 110), + (0, 0), + (0, 26), + (0, 111), + (0, 35), + (0, 12), + (0, 5), + (0, 3358), + (0, 19), + (0, 138), + (0, 33), + (0, 8), + (0, 75), + (0, 1255), + (0, 351), + (0, 439), + (0, 562), + (0, 79), + (0, 114), + (0, 5), + (0, 10), + (0, 222), + (0, 3), + (0, 0), + (0, 0), + (0, 195), + (0, 1261), + (0, 41), + (0, 993), + (0, 20), + (0, 6), + (0, 230), + (0, 2526), + (0, 397), + (0, 24), + (0, 7), + (0, 14), + (0, 166), + (0, 0), + (0, 33), + (0, 11), + (0, 0), + (0, 279), + (0, 3), + (0, 56), + (0, 227), + (0, 1832), + (0, 0), + (0, 48), + (0, 3), + (0, 464), + (0, 423), + (0, 6), + (0, 5), + (0, 1130), + (0, 94), + (0, 27), + (0, 0), + (0, 242), + (0, 10), + (0, 198), + (0, 3127), + (0, 132), + (0, 272), + (0, 13), + (0, 3329), + (0, 46), + (0, 57), + (0, 3772), + (0, 18), + (0, 345), + (0, 245), + (0, 13), + (0, 232), + (0, 1), + (0, 10), + (0, 1592), + (0, 30), + (0, 311), + (0, 405), + (0, 1354), + (0, 34), + (0, 107), + (0, 17), + (0, 2), + (0, 1184), + (0, 993), + (0, 8), + (0, 20), + (0, 0), + (0, 11172), + (0, 25), + (0, 32), + (0, 1330), + (0, 610), + (0, 34), + (0, 266), + (0, 0), + (0, 773), + (0, 104), + (0, 383), + (0, 3), + (0, 533), + (0, 58), + (0, 24), + (0, 246), + (0, 0), + (0, 65), + (0, 3439), + (0, 78), + (0, 0), + (0, 400), + (0, 268), + (0, 166), + (0, 858), + (0, 28), + (0, 22), + (0, 811), + (0, 694), + (0, 2210), + (0, 0), + (0, 9), + (0, 0), + (0, 3), + (0, 28), + (0, 74), + (0, 38), + (0, 0), + (0, 241), + (0, 245), + (0, 92), + (0, 146), + (0, 291), + (0, 55), + (0, 1), + (0, 0), + (0, 50), + (0, 1779), + (0, 6071), + (0, 39), + (0, 26), + (0, 108), + (0, 1989), + (0, 7), + (0, 20), + (0, 5723), + (0, 7), + (0, 1), + (0, 402), + (0, 4), + (0, 549), + (0, 1), + (0, 7), + (0, 1585), + (0, 0), + (0, 1148), + (0, 9), + (0, 2), + (0, 8), + (0, 6404), + (0, 243), + (0, 868), + (0, 3081), + (0, 27), + (0, 14), + (0, 70), + (0, 50), + (0, 100), + (0, 0), + (0, 359), + (0, 97), + (0, 1801), + (0, 136), + (0, 58), + (0, 2292), + (0, 0), + (0, 0), + (0, 4), + (0, 2), + (0, 0), + (0, 389), + (0, 2117), + (0, 8), + (0, 287), + (0, 1243), + (0, 1591), + (0, 330), + (0, 4), + (0, 5001), + (0, 0), + (0, 72), + (0, 190), + (0, 0), + (0, 6), + (0, 2766), + (0, 201), + (0, 1), + (0, 467), + (0, 52), + (0, 281), + (0, 366), + (0, 763), + (0, 3), + (0, 0), + (0, 455), + (0, 751), + (0, 41), + (0, 3205), + (0, 0), + (0, 195), + (0, 0), + (0, 56), + (0, 28), + (0, 3), + (0, 32), + (0, 4251), + (0, 7175), + (0, 476), + (0, 40), + (0, 16591), + (0, 861), + (0, 12), + (0, 4084), + (0, 36), + (0, 0), + (0, 271), + (0, 7705), + (0, 28), + (0, 0), + (0, 2285), + (0, 28), + (0, 552), + (0, 17), + (0, 53), + (0, 777), + (0, 63), + (0, 234), + (0, 849), + (0, 123), + (0, 2445), + (0, 171), + (0, 27), + (0, 16), + (0, 1553), + (0, 175), + (0, 2787), + (0, 0), + (0, 0), + (0, 589), + (0, 1644), + (0, 0), + (0, 27), + (0, 25), + (0, 598), + (0, 19), + (0, 5902), + (0, 4494), + (0, 1552), + (0, 127), + (0, 0), + (0, 0), + (0, 92), + (0, 64), + (0, 0), + (0, 2158), + (0, 2813), + (0, 12317), + (0, 1311), + (0, 110), + (0, 129), + (0, 1182), + (0, 1343), + (0, 9), + (0, 27), + (0, 1967), + (0, 643), + (0, 63), + (0, 547), + (0, 3), + (0, 308), + (0, 243), + (0, 189), + (0, 101), + (0, 20), + (0, 73), + (0, 25), + (0, 39), + (0, 3), + (0, 57), + (0, 77), + (0, 72), + (0, 3429), + (0, 840), + (0, 36), + (0, 83), + (0, 361), + (0, 438), + (0, 17), + (0, 188), + (0, 593), + (0, 0), + (0, 0), + (0, 27), + (0, 391), + (0, 15), + (0, 1414), + (0, 446), + (0, 0), + (0, 45), + (0, 598), + (0, 0), + (0, 123), + (0, 19), + (0, 4), + (0, 785), + (0, 335), + (0, 138), + (0, 59), + (0, 12), + (0, 4), + (0, 3), + (0, 4019), + (0, 653), + (0, 594), + (0, 97), + (0, 1), + (0, 208), + (0, 74), + (0, 3), + (0, 12), + (0, 4), + (0, 363), + (0, 1105), + (0, 374), + (0, 1532), + (0, 28), + (0, 1), + (0, 159), + (0, 0), + (0, 9), + (0, 0), + (0, 18), + (0, 79), + (0, 82), + (0, 76), + (0, 183), + (0, 0), + (0, 1059), + (0, 348), + (0, 721), + (0, 8), + (0, 341), + (0, 7), + (0, 131), + (0, 50), + (0, 45), + (0, 9), + (0, 243), + (0, 0), + (0, 620), + (0, 117), + (0, 2129), + (0, 44), + (0, 176), + (0, 0), + (0, 109), + (0, 2), + (0, 163), + (0, 260), + (0, 0), + (0, 2179), + (0, 1792), + (0, 948), + (0, 1075), + (0, 1604), + (0, 410), + (0, 625), + (0, 255), + (0, 30), + (0, 1104), + (0, 1162), + (0, 4), + (0, 0), + (0, 62), + (0, 256), + (0, 185), + (0, 117), + (0, 2), + (0, 1), + (0, 974), + (0, 659), + (0, 2379), + (0, 1), + (0, 196), + (0, 349), + (0, 141), + (0, 2313), + (0, 27), + (0, 34), + (0, 15), + (0, 90), + (0, 106), + (0, 3898), + (0, 25), + (0, 23), + (0, 8), + (0, 244), + (0, 100), + (0, 2546), + (0, 36), + (0, 54), + (0, 3), + (0, 633), + (0, 672), + (0, 1051), + (0, 74), + (0, 938), + (0, 138), + (0, 1024), + (0, 13), + (0, 421), + (0, 278), + (0, 12), + (0, 5), + (0, 14), + (0, 2659), + (0, 58), + (0, 10), + (0, 2), + (0, 1), + (0, 4030), + (0, 218), + (0, 1265), + (0, 0), + (0, 877), + (0, 504), + (0, 3394), + (0, 2776), + (0, 37), + (0, 80), + (0, 23), + (0, 120), + (0, 110), + (0, 622), + (0, 329), + (0, 177), + (0, 27), + (0, 268), + (0, 3), + (0, 8), + (0, 225), + (0, 5), + (0, 1), + (0, 178), + (0, 311), + (0, 750), + (0, 58), + (0, 204), + (0, 14), + (0, 2426), + (0, 70), + (0, 8), + (0, 839), + (0, 53), + (0, 1812), + (0, 2564), + (0, 1236), + (0, 731), + (0, 299), + (0, 5), + (0, 852), + (0, 0), + (0, 387), + (0, 582), + (0, 18), + (0, 1033), + (0, 871), + (0, 2251), + (0, 1709), + (0, 35), + (0, 75), + (0, 0), + (0, 329), + (0, 185), + (0, 12), + (0, 3621), + (0, 31), + (0, 5), + (0, 867), + (0, 2292), + (0, 0), + (0, 2701), + (0, 13), + (0, 82), + (0, 172), + (0, 46), + (0, 70), + (0, 64), + (0, 0), + (0, 5019), + (0, 3), + (0, 0), + (0, 0), + (0, 209), + (0, 3984), + (0, 94), + (0, 35), + (0, 1577), + (0, 566), + (0, 2974), + (0, 36), + (0, 30), + (0, 30), + (0, 2916), + (0, 55), + (0, 90), + (0, 29), + (0, 1), + (0, 42), + (0, 37), + (0, 3513), + (0, 916), + (0, 338), + (0, 5100), + (0, 50), + (0, 358), + (0, 22), + (0, 116), + (0, 69), + (0, 116), + (0, 39), + (0, 1843), + (0, 185), + (0, 9), + (0, 4004), + (0, 8), + (0, 2), + (0, 1385), + (0, 73), + (0, 665), + (0, 164), + (0, 255), + (0, 108), + (0, 34), + (0, 3444), + (0, 694), + (0, 731), + (0, 1976), + (0, 686), + (0, 1937), + (0, 884), + (0, 0), + (0, 52), + (0, 27), + (0, 68), + (0, 8), + (0, 29), + (0, 24), + (0, 817), + (0, 4), + (0, 665), + (0, 2551), + (0, 822), + (0, 285), + (0, 119), + (0, 294), + (0, 1236), + (0, 4186), + (0, 1658), + (0, 1), + (0, 69), + (0, 65), + (0, 9), + (0, 23), + (0, 542), + (0, 11), + (0, 1720), + (0, 2417), + (0, 480), + (0, 5036), + (0, 1), + (0, 0), + (0, 2379), + (0, 3), + (0, 47), + (0, 443), + (0, 101), + (0, 3323), + (0, 247), + (0, 44), + (0, 16), + (0, 417), + (0, 9), + (0, 3), + (0, 590), + (0, 651), + (0, 2), + (0, 0), + (0, 38), + (0, 0), + (0, 3), + (0, 63), + (0, 153), + (0, 339), + (0, 205), + (0, 309), + (0, 121), + (0, 191), + (0, 4847), + (0, 66), + (0, 305), + (0, 285), + (0, 281), + (0, 0), + (0, 30), + (0, 0), + (0, 98), + (0, 3), + (0, 109), + (0, 306), + (0, 4), + (0, 134), + (0, 482), + (0, 153), + (0, 1914), + (0, 11), + (0, 1649), + (0, 4023), + (0, 53), + (0, 36), + (0, 958), + (0, 0), + (0, 170), + (0, 33), + (0, 539), + (0, 27), + (0, 61), + (0, 5), + (0, 2654), + (0, 2276), + (0, 3320), + (0, 1728), + (0, 211), + (0, 314), + (0, 541), + (0, 31), + (0, 22), + (0, 12), + (0, 19), + (0, 454), + (0, 2459), + (0, 584), + (0, 69), + (0, 822), + (0, 629), + (0, 71), + (0, 1111), + (0, 1120), + (0, 52), + (0, 2742), + (0, 0), + (0, 32), + (0, 49), + (0, 1115), + (0, 0), + (0, 61), + (0, 194), + (0, 109), + (0, 3546), + (0, 1978), + (0, 464), + (0, 1301), + (0, 1010), + (0, 271), + (0, 209), + (0, 197), + (0, 287), + (0, 0), + (0, 0), + (0, 1535), + (0, 3), + (0, 1038), + (0, 99), + (0, 1), + (0, 193), + (0, 2), + (0, 222), + (0, 15), + (0, 55), + (0, 601), + (0, 11), + (0, 174), + (0, 375), + (0, 445), + (0, 95), + (0, 72), + (0, 6), + (0, 1814), + (0, 585), + (0, 465), + (0, 6), + (0, 47), + (0, 84), + (0, 1457), + (0, 1510), + (0, 4011), + (0, 30), + (0, 10), + (0, 3705), + (0, 19834), + (0, 98), + (0, 56), + (0, 2), + (0, 3172), + (0, 48), + (0, 116), + (0, 584), + (0, 2), + (0, 38), + (0, 33), + (0, 3), + (0, 156), + (0, 233), + (0, 318), + (0, 204), + (0, 7), + (0, 161), + (0, 14), + (0, 274), + (0, 14), + (0, 1542), + (0, 73), + (0, 167), + (0, 232), + (0, 29), + (0, 19), + (0, 9030), + (0, 1585), + (0, 61), + (0, 3), + (0, 1), + (0, 62), + (0, 2154), + (0, 345), + (0, 470), + (0, 2849), + (0, 1604), + (0, 918), + (0, 76), + (0, 400), + (0, 1786), + (0, 4), + (0, 16), + (0, 127), + (0, 7472), + (0, 4301), + (0, 1022), + (0, 523), + (0, 1637), + (0, 3), + (0, 55), + (0, 618), + (0, 4), + (0, 0), + (0, 17), + (0, 555), + (0, 1542), + (0, 1817), + (0, 3), + (0, 9476), + (0, 1151), + (0, 77), + (0, 2797), + (0, 380), + (0, 1237), + (0, 1), + (0, 5), + (0, 34), + (0, 7), + (0, 114), + (0, 73), + (0, 4), + (0, 235), + (0, 131), + (0, 1), + (0, 4), + (0, 59), + (0, 144), + (0, 279), + (0, 213), + (0, 219), + (0, 463), + (0, 212), + (0, 78), + (0, 43), + (0, 742), + (0, 2978), + (0, 1017), + (0, 894), + (0, 0), + (0, 2), + (0, 55), + (0, 4), + (0, 1), + (0, 540), + (0, 1318), + (0, 0), + (0, 29), + (0, 2632), + (0, 50), + (0, 542), + (0, 229), + (0, 8), + (0, 4474), + (0, 4245), + (0, 994), + (0, 786), + (0, 1030), + (0, 20), + (0, 1510), + (0, 0), + (0, 749), + (0, 0), + (0, 10), + (0, 1261), + (0, 34), + (0, 525), + (0, 453), + (0, 12), + (0, 459), + (0, 0), + (0, 25), + (0, 639), + (0, 26), + (0, 17), + (0, 4), + (0, 113), + (0, 1785), + (0, 0), + (0, 1600), + (0, 269), + (0, 59), + (0, 0), + (0, 25), + (0, 1229), + (0, 539), + (0, 726), + (0, 142), + (0, 578), + (0, 366), + (0, 905), + (0, 92), + (0, 14), + (0, 610), + (0, 10), + (0, 1341), + (0, 18), + (0, 0), + (0, 46), + (0, 2), + (0, 484), + (0, 6115), + (0, 12009), + (0, 747), + (0, 34), + (0, 8), + (0, 84), + (0, 54), + (0, 949), + (0, 1), + (0, 53), + (0, 1), + (0, 32), + (0, 494), + (0, 240), + (0, 974), + (0, 26562), + (0, 478), + (0, 536), + (0, 0), + (0, 168), + (0, 88), + (0, 3702), + (0, 850), + (0, 0), + (0, 2238), + (0, 149), + (0, 0), + (0, 610), + (0, 189), + (0, 197), + (0, 1920), + (0, 16), + (0, 325), + (0, 1293), + (0, 15), + (0, 0), + (0, 98), + (0, 3), + (0, 269), + (0, 1), + (0, 685), + (0, 64), + (0, 90), + (0, 3), + (0, 1), + (0, 16), + (0, 1070), + (0, 59), + (0, 968), + (0, 53), + (0, 2996), + (0, 1118), + (0, 419), + (0, 22), + (0, 22), + (0, 11), + (0, 0), + (0, 597), + (0, 10), + (0, 135), + (0, 33085), + (0, 424), + (0, 41), + (0, 0), + (0, 6), + (0, 206), + (0, 387), + (0, 4), + (0, 1394), + (0, 19), + (0, 31), + (0, 750), + (0, 119), + (0, 6), + (0, 26), + (0, 572), + (0, 9841), + (0, 2358), + (0, 165), + (0, 12), + (0, 0), + (0, 283), + (0, 23), + (0, 32), + (0, 205), + (0, 1), + (0, 14), + (0, 164), + (0, 6), + (0, 123), + (0, 14), + (0, 122), + (0, 89), + (0, 326), + (0, 7), + (0, 18), + (0, 303), + (0, 183), + (0, 221), + (0, 7199), + (0, 2), + (0, 64), + (0, 1), + (0, 9), + (0, 20), + (0, 6), + (0, 650), + (0, 250), + (0, 133), + (0, 16), + (0, 0), + (0, 48), + (0, 9), + (0, 147), + (0, 1), + (0, 3), + (0, 144), + (0, 7232), + (0, 86), + (0, 21), + (0, 2128), + (0, 1), + (0, 1981), + (0, 24), + (0, 1174), + (0, 200), + (0, 309), + (0, 58), + (0, 2), + (0, 2), + (0, 9), + (0, 0), + (0, 12), + (0, 332), + (0, 183), + (0, 253), + (0, 4824), + (0, 2), + (0, 19573), + (0, 0), + (0, 1), + (0, 828), + (0, 729), + (0, 0), + (0, 237), + (0, 228), + (0, 64), + (0, 41), + (0, 76), + (0, 2886), + (0, 0), + (0, 480), + (0, 68), + (0, 8), + (0, 908), + (0, 25), + (0, 24), + (0, 2787), + (0, 55), + (0, 1172), + (0, 87), + (0, 1604), + (0, 28535), + (0, 5563), + (0, 36), + (0, 60), + (0, 1406), + (0, 63), + (0, 1805), + (0, 0), + (0, 43), + (0, 23), + (0, 0), + (0, 1), + (0, 0), + (0, 4), + (0, 107), + (0, 36), + (0, 4), + (0, 948), + (0, 191), + (0, 2), + (0, 199), + (0, 11), + (0, 56), + (0, 53), + (0, 1), + (0, 0), + (0, 160), + (0, 176), + (0, 161), + (0, 53), + (0, 655), + (0, 6), + (0, 20), + (0, 4), + (0, 29), + (0, 60), + (0, 34), + (0, 102), + (0, 2082), + (0, 1759), + (0, 94), + (0, 21), + (0, 53), + (0, 289), + (0, 1288), + (0, 8), + (0, 644), + (0, 59), + (0, 483), + (0, 14), + (0, 6), + (0, 0), + (0, 439), + (0, 2305), + (0, 844), + (0, 554), + (0, 99), + (0, 596), + (0, 196), + (0, 29), + (0, 1337), + (0, 173), + (0, 1427), + (0, 174), + (0, 1851), + (0, 168), + (0, 74), + (0, 24), + (0, 1743), + (0, 5), + (0, 3), + (0, 1212), + (0, 4), + (0, 785), + (0, 302), + (0, 0), + (0, 0), + (0, 3), + (0, 6), + (0, 298), + (0, 2141), + (0, 959), + (0, 3085), + (0, 0), + (0, 8), + (0, 448), + (0, 105), + (0, 0), + (0, 248), + (0, 144), + (0, 0), + (0, 557), + (0, 597), + (0, 183), + (0, 994), + (0, 595), + (0, 267), + (0, 435), + (0, 45), + (0, 18), + (0, 45), + (0, 347), + (0, 2363), + (0, 63), + (0, 48), + (0, 2), + (0, 54), + (0, 95), + (0, 393), + (0, 189), + (0, 1217), + (0, 0), + (0, 1472), + (0, 38), + (0, 1299), + (0, 8192), + (0, 124), + (0, 6), + (0, 266), + (0, 529), + (0, 1276), + (0, 254), + (0, 60), + (0, 2), + (0, 4), + (0, 7), + (0, 68), + (0, 9), + (0, 109), + (0, 5), + (0, 15), + (0, 280), + (0, 473), + (0, 1), + (0, 189), + (0, 702), + (0, 1168), + (0, 47), + (0, 49), + (0, 32), + (0, 5), + (0, 15), + (0, 53), + (0, 13), + (0, 59), + (0, 715), + (0, 481), + (0, 11), + (0, 2078), + (0, 74), + (0, 47), + (0, 320), + (0, 14701), + (0, 5172), + (0, 26), + (0, 0), + (0, 151), + (0, 32), + (0, 56), + (0, 596), + (0, 276), + (0, 59), + (0, 5215), + (0, 1467), + (0, 1213), + (0, 3530), + (0, 101), + (0, 356), + (0, 4889), + (0, 8), + (0, 37), + (0, 23), + (0, 68), + (0, 13177), + (0, 0), + (0, 3218), + (0, 3), + (0, 283), + (0, 1416), + (0, 559), + (0, 1481), + (0, 4457), + (0, 1082), + (0, 32), + (0, 0), + (0, 51), + (0, 0), + (0, 2699), + (0, 780), + (0, 1492), + (0, 4), + (0, 55), + (0, 960), + (0, 483), + (0, 1), + (0, 6), + (0, 0), + (0, 710), + (0, 3), + (0, 9), + (0, 5), + (0, 289), + (0, 1132), + (0, 4329), + (0, 1), + (0, 3698), + (0, 1281), + (0, 1521), + (0, 6124), + (0, 46), + (0, 20), + (0, 249), + (0, 2799), + (0, 933), + (0, 458), + (0, 13), + (0, 47), + (0, 2037), + (0, 5), + (0, 6), + (0, 0), + (0, 24), + (0, 145), + (0, 277), + (0, 1595), + (0, 98), + (0, 13), + (0, 9), + (0, 74), + (0, 251), + (0, 1), + (0, 2304), + (0, 2031), + (0, 7), + (0, 8), + (0, 1783), + (0, 13), + (0, 13), + (0, 302), + (0, 27644), + (0, 3), + (0, 9769), + (0, 644), + (0, 69), + (0, 3096), + (0, 1331), + (0, 627), + (0, 54), + (0, 0), + (0, 0), + (0, 3), + (0, 48), + (0, 312), + (0, 5823), + (0, 45), + (0, 2381), + (0, 23), + (0, 70), + (0, 197), + (0, 199), + (0, 2301), + (0, 8), + (0, 103), + (0, 12503), + (0, 6), + (0, 29), + (0, 13), + (0, 881), + (0, 38), + (0, 3942), + (0, 403), + (0, 86), + (0, 76), + (0, 5289), + (0, 69), + (0, 6), + (0, 5940), + (0, 1326), + (0, 5), + (0, 0), + (0, 29), + (0, 2674), + (0, 43), + (0, 0), + (0, 175), + (0, 1), + (0, 1490), + (0, 108), + (0, 3), + (0, 1936), + (0, 832), + (0, 1645), + (0, 46), + (0, 61), + (0, 6), + (0, 8), + (0, 527), + (0, 106), + (0, 0), + (0, 32), + (0, 130), + (0, 3), + (0, 2019), + (0, 84), + (0, 97), + (0, 8), + (0, 17), + (0, 159), + (0, 283), + (0, 27), + (0, 7), + (0, 1213), + (0, 108), + (0, 72), + (0, 103), + (0, 239), + (0, 403), + (0, 5), + (0, 131), + (0, 23), + (0, 59), + (0, 0), + (0, 481), + (0, 13), + (0, 156), + (0, 2), + (0, 615), + (0, 138), + (0, 0), + (0, 5676), + (0, 241), + (0, 1), + (0, 87), + (0, 213), + (0, 367), + (0, 257), + (0, 164), + (0, 4), + (0, 321), + (0, 1716), + (0, 90), + (0, 1882), + (0, 507), + (0, 3142), + (0, 0), + (0, 10), + (0, 7), + (0, 16663), + (0, 1860), + (0, 499), + (0, 791), + (0, 2), + (0, 317), + (0, 122), + (0, 2120), + (0, 0), + (0, 93), + (0, 14), + (0, 73), + (0, 2350), + (0, 2913), + (0, 11), + (0, 36), + (0, 466), + (0, 78), + (0, 207), + (0, 1172), + (0, 1933), + (0, 6706), + (0, 289), + (0, 275), + (0, 5108), + (0, 2503), + (0, 958), + (0, 286), + (0, 1), + (0, 159), + (0, 94), + (0, 0), + (0, 134), + (0, 1272), + (0, 3), + (0, 23), + (0, 762), + (0, 339), + (0, 50), + (0, 4), + (0, 51), + (0, 1403), + (0, 9), + (0, 0), + (0, 1472), + (0, 1201), + (0, 82), + (0, 0), + (0, 0), + (0, 916), + (0, 0), + (0, 75), + (0, 25), + (0, 75), + (0, 5649), + (0, 6), + (0, 47), + (0, 286), + (0, 32), + (0, 208), + (0, 1926), + (0, 5), + (0, 145), + (0, 0), + (0, 145), + (0, 0), + (0, 1255), + (0, 644), + (0, 3), + (0, 1399), + (0, 182), + (0, 5), + (0, 0), + (0, 494), + (0, 11), + (0, 1), + (0, 1884), + (0, 112), + (0, 1457), + (0, 21), + (0, 5355), + (0, 63), + (0, 3), + (0, 52), + (0, 0), + (0, 57), + (0, 12), + (0, 0), + (0, 358), + (0, 735), + (0, 15719), + (0, 81), + (0, 0), + (0, 310), + (0, 455), + (0, 123), + (0, 78), + (0, 3952), + (0, 3), + (0, 1156), + (0, 2), + (0, 111), + (0, 1344), + (0, 0), + (0, 34), + (0, 524), + (0, 292), + (0, 34), + (0, 88), + (0, 1200), + (0, 261), + (0, 788), + (0, 2684), + (0, 161), + (0, 64), + (0, 10980), + (0, 48), + (0, 340), + (0, 2), + (0, 0), + (0, 39), + (0, 161), + (0, 111), + (0, 86), + (0, 164), + (0, 220), + (0, 72), + (0, 406), + (0, 819), + (0, 512), + (0, 1544), + (0, 29), + (0, 3140), + (0, 2), + (0, 1164), + (0, 26), + (0, 29), + (0, 3), + (0, 1005), + (0, 317), + (0, 2), + (0, 4), + (0, 52), + (0, 1464), + (0, 1026), + (0, 14687), + (0, 132), + (0, 23), + (0, 767), + (0, 0), + (0, 4), + (0, 46), + (0, 79), + (0, 35175), + (0, 42), + (0, 178), + (0, 16), + (0, 3), + (0, 28), + (0, 78), + (0, 0), + (0, 176), + (0, 20), + (0, 67), + (0, 434), + (0, 4), + (0, 193), + (0, 181), + (0, 1062), + (0, 0), + (0, 955), + (0, 2), + (0, 442), + (0, 33), + (0, 2022), + (0, 125), + (0, 152), + (0, 353), + (0, 14), + (0, 23), + (0, 4), + (0, 0), + (0, 3160), + (0, 971), + (0, 2), + (0, 22), + (0, 280), + (0, 12), + (0, 371), + (0, 123), + (0, 592), + (0, 25), + (0, 916), + (0, 30), + (0, 343), + (0, 0), + (0, 10), + (0, 725), + (0, 202), + (0, 4), + (0, 188), + (0, 421), + (0, 1038), + (0, 204), + (0, 2040), + (0, 69), + (0, 21), + (0, 23), + (0, 3), + (0, 0), + (0, 0), + (0, 13), + (0, 461), + (0, 101), + (0, 33), + (0, 2), + (0, 19), + (0, 1380), + (0, 2), + (0, 0), + (0, 75), + (0, 701), + (0, 241), + (0, 32), + (0, 35), + (0, 80), + (0, 635), + (0, 1986), + (0, 0), + (0, 1404), + (0, 1345), + (0, 1029), + (0, 5), + (0, 8214), + (0, 65), + (0, 532), + (0, 0), + (0, 1422), + (0, 28), + (0, 6), + (0, 1), + (0, 5881), + (0, 50), + (0, 29), + (0, 26), + (0, 548), + (0, 0), + (0, 945), + (0, 798), + (0, 122), + (0, 1), + (0, 6419), + (0, 2), + (0, 464), + (0, 109), + (0, 10), + (0, 160), + (0, 10), + (0, 201), + (0, 31), + (0, 59), + (0, 25), + (0, 524), + (0, 318), + (0, 538), + (0, 1335), + (0, 423), + (0, 214), + (0, 0), + (0, 34), + (0, 832), + (0, 364), + (0, 12), + (0, 3), + (0, 1226), + (0, 69), + (0, 420), + (0, 539), + (0, 244), + (0, 12), + (0, 58), + (0, 50), + (0, 182), + (0, 12), + (0, 39), + (0, 1951), + (0, 1), + (0, 6), + (0, 1), + (0, 32), + (0, 189), + (0, 99), + (0, 43), + (0, 332), + (0, 155), + (0, 614), + (0, 4), + (0, 165), + (0, 361), + (0, 192), + (0, 372), + (0, 4043), + (0, 11), + (0, 20), + (0, 948), + (0, 119), + (0, 950), + (0, 4), + (0, 0), + (0, 57), + (0, 1140), + (0, 3), + (0, 59), + (0, 628), + (0, 1), + (0, 6657), + (0, 22), + (0, 231), + (0, 5), + (0, 1), + (0, 4739), + (0, 1781), + (0, 4), + (0, 33), + (0, 263), + (0, 2323), + (0, 1933), + (0, 2), + (0, 40), + (0, 60), + (0, 2141), + (0, 2077), + (0, 1369), + (0, 5788), + (0, 3057), + (0, 52), + (0, 22), + (0, 994), + (0, 6), + (0, 96), + (0, 0), + (0, 44), + (0, 7026), + (0, 6), + (0, 1209), + (0, 8), + (0, 940), + (0, 776), + (0, 633), + (0, 928), + (0, 1), + (0, 12), + (0, 1152), + (0, 378), + (0, 2643), + (0, 1568), + (0, 0), + (0, 13), + (0, 326), + (0, 2), + (0, 12342), + (0, 407), + (0, 52), + (0, 14), + (0, 0), + (0, 10), + (0, 1859), + (0, 9), + (0, 14), + (0, 559), + (0, 6458), + (0, 24), + (0, 0), + (0, 59), + (0, 142), + (0, 5), + (0, 73), + (0, 5), + (0, 34), + (0, 2), + (0, 29434), + (0, 0), + (0, 212), + (0, 0), + (0, 13), + (0, 125), + (0, 663), + (0, 11), + (0, 571), + (0, 329), + (0, 0), + (0, 472), + (0, 1), + (0, 1), + (0, 714), + (0, 229), + (0, 12), + (0, 2), + (0, 166), + (0, 128), + (0, 1828), + (0, 3), + (0, 290), + (0, 141), + (0, 3343), + (0, 98), + (0, 7103), + (0, 1284), + (0, 79), + (0, 1875), + (0, 558), + (0, 250), + (0, 13), + (0, 32), + (0, 332), + (0, 15880), + (0, 3), + (0, 82), + (0, 88), + (0, 655), + (0, 0), + (0, 4664), + (0, 1756), + (0, 1), + (0, 601), + (0, 3679), + (0, 113), + (0, 136), + (0, 23), + (0, 18375), + (0, 0), + (0, 8), + (0, 69), + (0, 21), + (0, 167), + (0, 311), + (0, 5009), + (0, 707), + (0, 332), + (0, 23), + (0, 5), + (0, 9), + (0, 1), + (0, 3024), + (0, 2725), + (0, 120), + (0, 8546), + (0, 1162), + (0, 39), + (0, 421), + (0, 131), + (0, 101), + (0, 30993), + (0, 0), + (0, 141), + (0, 478), + (0, 23434), + (0, 183), + (0, 5539), + (0, 0), + (0, 281), + (0, 161), + (0, 55), + (0, 1038), + (0, 83), + (0, 1), + (0, 4221), + (0, 9086), + (0, 757), + (0, 4), + (0, 41), + (0, 183), + (0, 62), + (0, 0), + (0, 3), + (0, 28), + (0, 964), + (0, 484), + (0, 291), + (0, 23), + (0, 0), + (0, 0), + (0, 11019), + (0, 4), + (0, 848), + (0, 1714), + (0, 2022), + (0, 8), + (0, 15), + (0, 250), + (0, 49), + (0, 95), + (0, 8910), + (0, 2151), + (0, 2315), + (0, 715), + (0, 2229), + (0, 103), + (0, 2310), + (0, 4), + (0, 396), + (0, 361), + (0, 317), + (0, 34), + (0, 178), + (0, 115), + (0, 128), + (0, 65), + (0, 4), + (0, 17), + (0, 138), + (0, 5), + (0, 114), + (0, 1), + (0, 2), + (0, 205), + (0, 85), + (0, 14), + (0, 4), + (0, 322), + (0, 3038), + (0, 19), + (0, 524), + (0, 4), + (0, 301), + (0, 2550), + (0, 598), + (0, 437), + (0, 1), + (0, 1), + (0, 250), + (0, 98), + (0, 64), + (0, 21), + (0, 183), + (0, 4069), + (0, 2515), + (0, 1), + (0, 1), + (0, 324), + (0, 6), + (0, 0), + (0, 2276), + (0, 5659), + (0, 315), + (0, 0), + (0, 9), + (0, 0), + (0, 4010), + (0, 0), + (0, 3394), + (0, 25), + (0, 76), + (0, 56), + (0, 118), + (0, 6), + (0, 816), + (0, 116), + (0, 175), + (0, 428), + (0, 17), + (0, 1290), + (0, 23), + (0, 477), + (0, 4), + (0, 1848), + (0, 305), + (0, 152), + (0, 23), + (0, 212), + (0, 75), + (0, 158), + (0, 1571), + (0, 1045), + (0, 205), + (0, 2), + (0, 301), + (0, 103), + (0, 4), + (0, 492), + (0, 849), + (0, 3747), + (0, 182), + (0, 27), + (0, 131), + (0, 1104), + (0, 73), + (0, 709), + (0, 522), + (0, 6), + (0, 0), + (0, 56), + (0, 58), + (0, 2027), + (0, 205), + (0, 3042), + (0, 1233), + (0, 1194), + (0, 98), + (0, 355), + (0, 639), + (0, 2133), + (0, 3), + (0, 11662), + (0, 4056), + (0, 64), + (0, 3771), + (0, 2), + (0, 0), + (0, 0), + (0, 37), + (0, 188), + (0, 9), + (0, 1), + (0, 110), + (0, 5091), + (0, 4), + (0, 23519), + (0, 1784), + (0, 132), + (0, 10), + (0, 15), + (0, 44), + (0, 45), + (0, 1), + (0, 89), + (0, 2177), + (0, 14), + (0, 5), + (0, 109), + (0, 153), + (0, 2), + (0, 0), + (0, 333), + (0, 568), + (0, 0), + (0, 35364), + (0, 59), + (0, 547), + (0, 495), + (0, 241), + (0, 17), + (0, 2309), + (0, 0), + (0, 1), + (0, 139), + (0, 4), + (0, 134), + (0, 362), + (0, 8), + (0, 0), + (0, 163), + (0, 145), + (0, 10), + (0, 3179), + (0, 4749), + (0, 644), + (0, 410), + (0, 1), + (0, 779), + (0, 0), + (0, 1252), + (0, 1966), + (0, 1), + (0, 24), + (0, 7620), + (0, 1063), + (0, 65), + (0, 164), + (0, 246), + (0, 1373), + (0, 1662), + (0, 0), + (0, 673), + (0, 5), + (0, 606), + (0, 2192), + (0, 113), + (0, 49), + (0, 48), + (0, 21), + (0, 919), + (0, 88), + (0, 14), + (0, 0), + (0, 167), + (0, 320), + (0, 81), + (0, 417), + (0, 2957), + (0, 2), + (0, 5378), + (0, 4), + (0, 729), + (0, 1850), + (0, 16007), + (0, 104), + (0, 257), + (0, 73), + (0, 4), + (0, 5), + (0, 1864), + (0, 350), + (0, 1911), + (0, 2063), + (0, 13), + (0, 64), + (0, 1222), + (0, 828), + (0, 324), + (0, 3726), + (0, 1420), + (0, 7361), + (0, 10), + (0, 2190), + (0, 1426), + (0, 9), + (0, 3428), + (0, 450), + (0, 219), + (0, 1710), + (0, 0), + (0, 692), + (0, 0), + (0, 124), + (0, 774), + (0, 6731), + (0, 125), + (0, 14), + (0, 33), + (0, 2786), + (0, 785), + (0, 26949), + (0, 476), + (0, 9), + (0, 4), + (0, 15), + (0, 34), + (0, 32), + (0, 1441), + (0, 236), + (0, 5), + (0, 3), + (0, 3114), + (0, 16), + (0, 0), + (0, 1346), + (0, 11), + (0, 3672), + (0, 5), + (0, 58), + (0, 4), + (0, 14), + (0, 20), + (0, 11365), + (0, 443), + (0, 1246), + (0, 886), + (0, 671), + (0, 0), + (0, 215), + (0, 270), + (0, 2147), + (0, 336), + (0, 0), + (0, 34), + (0, 36), + (0, 5), + (0, 2014), + (0, 225), + (0, 0), + (0, 1116), + (0, 187), + (0, 144), + (0, 0), + (0, 4975), + (0, 643), + (0, 1), + (0, 10), + (0, 775), + (0, 0), + (0, 4), + (0, 44), + (0, 4), + (0, 1089), + (0, 1117), + (0, 2438), + (0, 14), + (0, 1029), + (0, 11), + (0, 1686), + (0, 2), + (0, 707), + (0, 2297), + (0, 728), + (0, 9), + (0, 293), + (0, 405), + (0, 3), + (0, 6816), + (0, 6932), + (0, 10), + (0, 1907), + (0, 139), + (0, 517), + (0, 2757), + (0, 8773), + (0, 101), + (0, 293), + (0, 389), + (0, 9), + (0, 184), + (0, 2), + (0, 0), + (0, 821), + (0, 34), + (0, 0), + (0, 1), + (0, 0), + (0, 2), + (0, 0), + (0, 10143), + (0, 916), + (0, 1136), + (0, 4), + (0, 0), + (0, 540), + (0, 7), + (0, 1463), + (0, 3844), + (0, 432), + (0, 15), + (0, 2243), + (0, 534), + (0, 22), + (0, 204), + (0, 1640), + (0, 8695), + (0, 140), + (0, 0), + (0, 11), + (0, 0), + (0, 16), + (0, 251), + (0, 42), + (0, 72), + (0, 15), + (0, 6), + (0, 1198), + (0, 2239), + (0, 233), + (0, 121), + (0, 0), + (0, 5), + (0, 67), + (0, 2692), + (0, 1073), + (0, 4612), + (0, 179), + (0, 4378), + (0, 3380), + (0, 5), + (0, 115), + (0, 952), + (0, 171), + (0, 1507), + (0, 0), + (0, 5168), + (0, 2), + (0, 20), + (0, 33), + (0, 4), + (0, 0), + (0, 2501), + (0, 1740), + (0, 240), + (0, 23), + (0, 607), + (0, 180), + (0, 5109), + (0, 158), + (0, 113), + (0, 1), + (0, 1066), + (0, 39), + (0, 8), + (0, 45), + (0, 26), + (0, 3421), + (0, 3158), + (0, 2), + (0, 64), + (0, 3934), + (0, 201), + (0, 2697), + (0, 3019), + (0, 106), + (0, 688), + (0, 104), + (0, 5470), + (0, 24), + (0, 186), + (0, 327), + (0, 327), + (0, 1062), + (0, 2), + (0, 18), + (0, 96), + (0, 4), + (0, 777), + (0, 56), + (0, 6), + (0, 2701), + (0, 240), + (0, 6679), + (0, 15), + (0, 96), + (0, 297), + (0, 3), + (0, 866), + (0, 9), + (0, 1937), + (0, 0), + (0, 60), + (0, 160), + (0, 18), + (0, 9), + (0, 2110), + (0, 6), + (0, 134), + (0, 276), + (0, 9945), + (0, 3015), + (0, 64), + (0, 0), + (0, 9), + (0, 490), + (0, 1802), + (0, 12), + (0, 1), + (0, 21), + (0, 1), + (0, 2), + (0, 64), + (0, 41), + (0, 11), + (0, 1584), + (0, 13), + (0, 1), + (0, 3882), + (0, 185), + (0, 8), + (0, 449), + (0, 984), + (0, 615), + (0, 1897), + (0, 6002), + (0, 52), + (0, 478), + (0, 0), + (0, 1400), + (0, 976), + (0, 2981), + (0, 2087), + (0, 104), + (0, 12), + (0, 31), + (0, 2086), + (0, 3166), + (0, 1597), + (0, 2383), + (0, 0), + (0, 3), + (0, 1086), + (0, 12), + (0, 30), + (0, 64), + (0, 514), + (0, 35), + (0, 204), + (0, 2008), + (0, 0), + (0, 276), + (0, 41084), + (0, 31663), + (0, 57), + (0, 4), + (0, 0), + (0, 324), + (0, 171), + (0, 16), + (0, 47), + (0, 32), + (0, 254), + (0, 0), + (0, 6711), + (0, 1), + (0, 432), + (0, 272), + (0, 117), + (0, 235), + (0, 17), + (0, 2), + (0, 14898), + (0, 6131), + (0, 482), + (0, 1429), + (0, 2400), + (0, 1753), + (0, 489), + (0, 2086), + (0, 211), + (0, 49), + (0, 2362), + (0, 1368), + (0, 45), + (0, 1857), + (0, 192), + (0, 86), + (0, 29), + (0, 236), + (0, 1881), + (0, 22448), + (0, 439), + (0, 1301), + (0, 2629), + (0, 14517), + (0, 19), + (0, 2), + (0, 212), + (0, 1), + (0, 959), + (0, 36), + (0, 0), + (0, 3973), + (0, 207), + (0, 1464), + (0, 136), + (0, 2645), + (0, 11755), + (0, 3), + (0, 547), + (0, 2057), + (0, 27), + (0, 1), + (0, 4269), + (0, 107), + (0, 2658), + (0, 210), + (0, 4529), + (0, 4743), + (0, 3123), + (0, 2681), + (0, 12), + (0, 15), + (0, 850), + (0, 1387), + (0, 232), + (0, 4450), + (0, 24), + (0, 9), + (0, 6320), + (0, 2228), + (0, 15), + (0, 113), + (0, 3063), + (0, 168), + (0, 296), + (0, 2), + (0, 140), + (0, 548), + (0, 752), + (0, 28), + (0, 2), + (0, 493), + (0, 113), + (0, 3), + (0, 1939), + (0, 34), + (0, 3880), + (0, 130), + (0, 27), + (0, 1854), + (0, 701), + (0, 331), + (0, 0), + (0, 69), + (0, 56), + (0, 18), + (0, 1475), + (0, 65), + (0, 24), + (0, 2736), + (0, 2886), + (0, 2491), + (0, 138), + (0, 5849), + (0, 212), + (0, 507), + (0, 18), + (0, 1909), + (0, 759), + (0, 66), + (0, 126), + (0, 3), + (0, 1), + (0, 14), + (0, 112), + (0, 2480), + (0, 642), + (0, 43), + (0, 377), + (0, 346), + (0, 456), + (0, 44), + (0, 902), + (0, 627), + (0, 572), + (0, 0), + (0, 13), + (0, 1571), + (0, 1), + (0, 646), + (0, 4602), + (0, 40), + (0, 10), + (0, 147), + (0, 1849), + (0, 21), + (0, 107), + (0, 42), + (0, 4329), + (0, 5358), + (0, 2658), + (0, 6380), + (0, 261), + (0, 1134), + (0, 99), + (0, 307), + (0, 348), + (0, 4), + (0, 22), + (0, 1), + (0, 52), + (0, 82), + (0, 7), + (0, 84), + (0, 135), + (0, 533), + (0, 838), + (0, 5), + (0, 27), + (0, 4), + (0, 2268), + (0, 4246), + (0, 1), + (0, 4660), + (0, 45), + (0, 325), + (0, 462), + (0, 7), + (0, 273), + (0, 1843), + (0, 0), + (0, 721), + (0, 1830), + (0, 34), + (0, 25), + (0, 68), + (0, 9), + (0, 18), + (0, 9477), + (0, 2926), + (0, 15309), + (0, 21), + (0, 19531), + (0, 62), + (0, 17), + (0, 3761), + (0, 286), + (0, 2), + (0, 9047), + (0, 11), + (0, 852), + (0, 4), + (0, 1548), + (0, 259), + (0, 17), + (0, 40), + (0, 3032), + (0, 51), + (0, 135), + (0, 2853), + (0, 1168), + (0, 3490), + (0, 3146), + (0, 1597), + (0, 1), + (0, 4304), + (0, 41903), + (0, 1172), + (0, 1304), + (0, 8486), + (0, 277), + (0, 221), + (0, 2), + (0, 111), + (0, 11250), + (0, 0), + (0, 7), + (0, 10), + (0, 60), + (0, 1669), + (0, 1), + (0, 110), + (0, 1), + (0, 515), + (0, 10), + (0, 39), + (0, 1), + (0, 6953), + (0, 1328), + (0, 894), + (0, 364), + (0, 66), + (0, 7), + (0, 104), + (0, 4), + (0, 7), + (0, 91), + (0, 4), + (0, 6), + (0, 2384), + (0, 4770), + (0, 2837), + (0, 279), + (0, 302), + (1, 93), + (0, 2597), + (0, 27), + (0, 21), + (0, 0), + (0, 1320), + (0, 2585), + (0, 768), + (0, 72), + (0, 37), + (0, 752), + (0, 52), + (0, 197), + (0, 3), + (0, 1), + (0, 0), + (0, 119), + (0, 4), + (0, 1065), + (0, 1), + (0, 30191), + (0, 78), + (0, 50), + (0, 0), + (0, 1), + (0, 5921), + (0, 4), + (0, 160), + (0, 352), + (0, 186), + (0, 2), + (0, 1047), + (0, 6), + (0, 1090), + (0, 9), + (0, 4071), + (0, 4508), + (0, 2462), + (0, 8), + (0, 26), + (0, 39), + (0, 2520), + (0, 0), + (0, 488), + (0, 25), + (0, 2), + (0, 2), + (0, 184), + (0, 3), + (0, 761), + (0, 1740), + (0, 20969), + (0, 307), + (0, 4), + (0, 2), + (0, 0), + (0, 168), + (0, 1441), + (0, 165), + (0, 58), + (0, 147), + (0, 16), + (0, 3), + (0, 104), + (0, 696), + (0, 0), + (0, 4257), + (0, 1680), + (0, 44), + (0, 5), + (0, 12), + (0, 51), + (0, 11), + (0, 62), + (0, 4423), + (0, 22), + (0, 1), + (0, 672), + (0, 836), + (0, 564), + (0, 6), + (0, 11), + (0, 2642), + (0, 1482), + (0, 3), + (0, 5135), + (0, 2), + (0, 14), + (0, 2), + (0, 8), + (0, 9), + (0, 4570), + (0, 12), + (0, 1), + (0, 1), + (0, 40), + (0, 226), + (0, 2861), + (0, 93), + (0, 428), + (0, 23), + (0, 23), + (0, 11), + (0, 0), + (0, 9), + (0, 166), + (0, 611), + (0, 29), + (0, 2027), + (0, 108), + (0, 288), + (0, 78), + (0, 3517), + (0, 134), + (0, 39), + (0, 7), + (0, 1099), + (0, 327), + (0, 1111), + (0, 61), + (0, 18), + (0, 25389), + (0, 215), + (0, 94), + (0, 0), + (0, 429), + (0, 3303), + (0, 116), + (0, 197), + (0, 0), + (0, 6), + (0, 2980), + (0, 101), + (0, 10), + (0, 186), + (0, 889), + (0, 1), + (0, 2), + (0, 8), + (0, 4148), + (0, 8663), + (0, 1), + (0, 141), + (0, 69), + (0, 1338), + (0, 148), + (0, 10), + (0, 1158), + (0, 1), + (0, 3654), + (0, 1357), + (0, 4734), + (0, 309), + (0, 29), + (0, 0), + (0, 16), + (0, 16), + (0, 558), + (0, 21), + (0, 2), + (0, 205), + (0, 26), + (0, 738), + (0, 526), + (0, 148), + (0, 14), + (0, 100), + (0, 37), + (0, 2063), + (0, 52), + (0, 11), + (0, 113), + (0, 258), + (0, 7), + (0, 2387), + (0, 59), + (0, 1919), + (0, 8), + (0, 636), + (0, 26), + (0, 155), + (0, 1863), + (0, 30), + (0, 20984), + (0, 6), + (0, 20), + (0, 1037), + (0, 876), + (0, 413), + (0, 27), + (0, 6521), + (0, 32), + (0, 594), + (0, 357), + (0, 2589), + (0, 236), + (0, 54), + (0, 4366), + (0, 180), + (0, 139), + (0, 2165), + (0, 123), + (0, 3), + (0, 2147), + (0, 1378), + (0, 9), + (0, 54), + (0, 128), + (0, 929), + (0, 4), + (0, 724), + (0, 1), + (0, 11), + (0, 0), + (0, 5), + (0, 41), + (0, 80), + (0, 623), + (0, 0), + (0, 15), + (0, 0), + (0, 754), + (0, 563), + (0, 67), + (0, 4987), + (0, 26), + (0, 1), + (0, 15), + (0, 573), + (0, 28), + (0, 2763), + (0, 189), + (0, 3017), + (0, 1610), + (0, 37), + (0, 0), + (0, 7598), + (0, 39), + (0, 993), + (0, 37), + (0, 8), + (0, 126), + (0, 375), + (0, 215), + (0, 910), + (0, 284), + (0, 28), + (0, 1), + (0, 4), + (0, 58), + (0, 1589), + (0, 94), + (0, 12), + (0, 208), + (0, 1863), + (0, 1), + (0, 106), + (0, 12424), + (0, 8980), + (0, 10653), + (0, 34), + (0, 9), + (0, 482), + (0, 7911), + (0, 133), + (0, 1), + (0, 555), + (0, 799), + (0, 38), + (0, 2916), + (0, 677), + (0, 39), + (0, 114), + (0, 2465), + (0, 601), + (0, 2), + (0, 12), + (0, 1752), + (0, 9), + (0, 208), + (0, 30), + (0, 2618), + (0, 2162), + (0, 41), + (0, 1496), + (0, 124), + (0, 0), + (0, 2), + (0, 1174), + (0, 301), + (0, 56), + (0, 2), + (0, 3651), + (0, 116), + (0, 0), + (0, 8466), + (0, 54), + (0, 196), + (0, 11), + (0, 19), + (0, 20), + (0, 289), + (0, 15), + (0, 116), + (0, 1), + (0, 172), + (0, 30), + (0, 1), + (0, 4143), + (0, 14944), + (0, 27), + (0, 39), + (0, 3418), + (0, 1117), + (0, 6212), + (0, 130), + (0, 1), + (0, 2199), + (0, 1), + (0, 27), + (0, 1664), + (0, 576), + (0, 641), + (0, 1), + (0, 0), + (0, 527), + (0, 201), + (0, 31), + (0, 27), + (0, 6), + (0, 0), + (0, 2100), + (0, 42), + (0, 5027), + (0, 284), + (0, 33), + (0, 1), + (0, 51), + (0, 1328), + (0, 1183), + (0, 3629), + (0, 1814), + (0, 320), + (0, 42), + (0, 3176), + (0, 551), + (0, 66), + (0, 0), + (0, 1), + (0, 0), + (0, 18), + (0, 2), + (0, 0), + (0, 57), + (0, 164), + (0, 213), + (0, 63), + (0, 2320), + (0, 45), + (0, 8), + (0, 1905), + (0, 1), + (0, 624), + (0, 14), + (0, 1454), + (0, 9984), + (0, 595), + (0, 1), + (0, 22), + (0, 254), + (0, 355), + (0, 2077), + (0, 8), + (0, 243), + (0, 43539), + (0, 5059), + (0, 172), + (0, 1093), + (0, 0), + (0, 395), + (0, 96), + (0, 166), + (0, 48), + (0, 258), + (0, 36), + (0, 3412), + (0, 28), + (0, 23), + (0, 2326), + (0, 364), + (0, 16), + (0, 75), + (0, 2), + (0, 5584), + (0, 1029), + (0, 5), + (0, 4), + (0, 304), + (0, 16627), + (0, 7), + (0, 46), + (0, 3), + (0, 1025), + (0, 2), + (0, 761), + (0, 2720), + (0, 1764), + (0, 659), + (0, 472), + (0, 339), + (0, 7), + (0, 2110), + (0, 49), + (0, 63), + (0, 7), + (0, 0), + (0, 1417), + (0, 2303), + (0, 4), + (0, 81), + (0, 1270), + (0, 29), + (0, 577), + (0, 111), + (0, 76), + (0, 81), + (0, 716), + (0, 131), + (0, 425), + (0, 1064), + (0, 7128), + (0, 100), + (0, 567), + (0, 8), + (0, 1), + (0, 0), + (0, 7), + (0, 688), + (0, 3605), + (0, 59), + (0, 4581), + (0, 27), + (0, 799), + (0, 68), + (0, 115), + (0, 713), + (0, 99), + (0, 9711), + (0, 2), + (0, 399), + (0, 9302), + (0, 17), + (0, 2345), + (0, 68), + (0, 2), + (0, 1019), + (0, 5136), + (0, 217), + (0, 6), + (0, 3), + (0, 661), + (0, 8089), + (0, 92), + (0, 2206), + (0, 1), + (0, 1), + (0, 3), + (0, 66), + (0, 1901), + (0, 3154), + (0, 232), + (0, 232), + (0, 15961), + (0, 26314), + (0, 6), + (0, 8), + (0, 12), + (0, 657), + (0, 1603), + (0, 65), + (0, 2921), + (0, 19), + (0, 792), + (0, 104), + (0, 419), + (0, 200), + (0, 6067), + (0, 1), + (0, 100), + (0, 1637), + (0, 1804), + (0, 559), + (0, 69), + (0, 46), + (0, 3617), + (0, 31), + (0, 235), + (0, 673), + (0, 20), + (0, 193), + (0, 61), + (0, 4685), + (0, 1831), + (0, 0), + (0, 160), + (0, 202), + (0, 1123), + (0, 2181), + (0, 3007), + (0, 4554), + (0, 369), + (0, 565), + (0, 17), + (0, 22), + (0, 541), + (0, 244), + (0, 381), + (0, 33), + (0, 466), + (0, 54), + (0, 1268), + (0, 612), + (0, 88), + (0, 3246), + (0, 1367), + (0, 398), + (0, 9), + (0, 3063), + (0, 48), + (0, 21), + (0, 52), + (0, 5), + (0, 59), + (0, 50), + (0, 53), + (0, 408), + (0, 20), + (0, 1879), + (0, 3), + (0, 0), + (0, 68), + (0, 164), + (0, 613), + (0, 23), + (0, 258), + (0, 17766), + (0, 27), + (0, 14), + (0, 3557), + (0, 558), + (0, 1170), + (0, 186), + (0, 6831), + (0, 1), + (0, 84), + (0, 3162), + (0, 140), + (0, 2), + (0, 653), + (0, 14), + (0, 2523), + (0, 3058), + (0, 1738), + (0, 3), + (0, 0), + (0, 2556), + (0, 20), + (0, 942), + (0, 2354), + (0, 79), + (0, 33), + (0, 79), + (0, 194), + (0, 264), + (0, 1), + (0, 93), + (0, 441), + (0, 13), + (0, 0), + (0, 2), + (0, 80), + (0, 1310), + (0, 12), + (0, 8765), + (0, 4478), + (0, 83), + (0, 0), + (0, 0), + (0, 133), + (0, 2), + (0, 169), + (0, 1362), + (0, 47), + (0, 283), + (0, 0), + (0, 15), + (0, 815), + (0, 2486), + (0, 26681), + (0, 2936), + (0, 520), + (0, 2209), + (0, 0), + (0, 60), + (0, 0), + (0, 247), + (0, 0), + (0, 2168), + (0, 112), + (0, 2265), + (0, 478), + (0, 1222), + (0, 200), + (0, 102), + (0, 20), + (0, 0), + (0, 52), + (0, 130), + (0, 298), + (0, 1), + (0, 1), + (0, 16), + (0, 8), + (0, 308), + (0, 266), + (0, 0), + (0, 1619), + (0, 7847), + (0, 92), + (0, 29), + (0, 167), + (0, 19), + (0, 2102), + (0, 280), + (0, 0), + (0, 0), + (0, 1), + (0, 834), + (0, 5), + (0, 51), + (0, 4), + (0, 22), + (0, 10166), + (0, 5), + (0, 1660), + (0, 113), + (0, 290), + (0, 345), + (0, 13), + (0, 2159), + (0, 16), + (0, 7302), + (0, 310), + (0, 901), + (0, 9), + (0, 39), + (0, 803), + (0, 33), + (0, 14), + (0, 289), + (0, 3428), + (0, 6284), + (0, 4), + (0, 867), + (0, 0), + (0, 589), + (0, 429), + (0, 19), + (0, 83), + (0, 22), + (0, 0), + (0, 10470), + (0, 13), + (0, 69), + (0, 108), + (0, 68), + (0, 0), + (0, 126), + (0, 224), + (0, 1163), + (0, 136), + (0, 1058), + (0, 114), + (0, 763), + (0, 2725), + (0, 131), + (0, 35), + (0, 0), + (0, 377), + (0, 0), + (0, 14), + (0, 126), + (0, 5660), + (0, 6535), + (0, 118), + (0, 161), + (0, 488), + (0, 111), + (0, 15), + (0, 75), + (0, 353), + (0, 32), + (0, 2), + (0, 2160), + (0, 11), + (0, 430), + (0, 61), + (0, 27), + (0, 6405), + (0, 2), + (0, 131), + (0, 49), + (0, 1347), + (0, 0), + (0, 0), + (0, 3), + (0, 129), + (0, 907), + (0, 0), + (0, 478), + (0, 1), + (0, 26047), + (0, 336), + (0, 1), + (0, 741), + (0, 818), + (0, 1644), + (0, 1374), + (0, 70), + (0, 7790), + (0, 24610), + (0, 51), + (0, 0), + (0, 491), + (0, 3), + (0, 182), + (0, 1173), + (0, 806), + (0, 29), + (0, 277), + (0, 123), + (0, 766), + (0, 67), + (0, 42), + (0, 911), + (0, 1), + (0, 2957), + (0, 1), + (0, 11), + (0, 152), + (0, 1806), + (0, 12), + (0, 885), + (0, 73), + (0, 141), + (0, 7487), + (0, 381), + (0, 69), + (0, 213), + (0, 1768), + (0, 2), + (0, 100), + (0, 2078), + (0, 792), + (0, 554), + (0, 127), + (0, 5), + (0, 743), + (0, 395), + (0, 3622), + (0, 2193), + (0, 0), + (0, 269), + (0, 708), + (0, 844), + (0, 89), + (0, 3737), + (0, 10), + (0, 12), + (0, 6), + (0, 28), + (0, 45), + (0, 5912), + (0, 64), + (0, 191), + (0, 1), + (0, 0), + (0, 161), + (0, 348), + (0, 3947), + (0, 9476), + (0, 0), + (0, 2697), + (0, 3408), + (0, 3605), + (0, 405), + (0, 7413), + (0, 942), + (0, 3240), + (0, 31), + (0, 1153), + (0, 119), + (0, 3979), + (0, 158), + (0, 23), + (0, 3517), + (0, 0), + (0, 89), + (0, 608), + (0, 12), + (0, 18976), + (0, 7), + (0, 281), + (0, 67), + (0, 11), + (0, 19830), + (0, 19), + (0, 3478), + (0, 85), + (0, 1380), + (0, 57), + (0, 54), + (0, 454), + (0, 158), + (0, 384), + (0, 95), + (0, 19), + (0, 39), + (0, 0), + (0, 57), + (0, 5), + (0, 4), + (0, 31), + (0, 153), + (0, 7), + (0, 0), + (0, 3733), + (0, 11), + (0, 4118), + (0, 39), + (0, 152), + (0, 179), + (0, 39), + (0, 24), + (0, 408), + (0, 7), + (0, 340), + (0, 541), + (0, 95), + (0, 55), + (0, 387), + (0, 574), + (0, 8828), + (0, 21), + (0, 1439), + (0, 0), + (0, 6), + (0, 796), + (0, 1064), + (0, 105), + (0, 673), + (0, 136), + (0, 22), + (0, 253), + (0, 1442), + (0, 40), + (0, 3), + (0, 2016), + (0, 1034), + (0, 1230), + (0, 360), + (0, 22), + (0, 2531), + (0, 2763), + (0, 4648), + (0, 315), + (0, 245), + (0, 12), + (0, 63), + (0, 8), + (0, 3301), + (0, 42), + (0, 4989), + (0, 7188), + (0, 0), + (0, 10), + (0, 13), + (0, 783), + (0, 127), + (0, 95), + (0, 1032), + (0, 750), + (0, 0), + (0, 6697), + (0, 44), + (0, 0), + (0, 175), + (0, 20), + (0, 767), + (0, 27648), + (0, 0), + (0, 11), + (0, 771), + (0, 3), + (0, 7021), + (0, 2270), + (0, 2), + (0, 0), + (0, 3), + (0, 1115), + (0, 351), + (0, 1110), + (0, 1048), + (0, 1450), + (0, 1639), + (0, 401), + (0, 1581), + (0, 1014), + (0, 110), + (0, 32), + (0, 36461), + (0, 2064), + (0, 191), + (0, 237), + (0, 1436), + (0, 3), + (0, 22), + (0, 992), + (0, 14), + (0, 500), + (0, 4), + (0, 4496), + (0, 25), + (0, 0), + (0, 35), + (0, 20998), + (0, 99), + (0, 9491), + (0, 7713), + (0, 96), + (0, 2184), + (0, 1598), + (0, 278), + (0, 445), + (0, 505), + (0, 942), + (0, 87), + (0, 230), + (0, 8), + (0, 637), + (0, 789), + (0, 1178), + (0, 0), + (0, 14), + (0, 4), + (0, 66), + (0, 2), + (0, 33), + (0, 955), + (0, 85), + (0, 65), + (0, 37), + (0, 22), + (0, 6268), + (0, 357), + (0, 3), + (0, 1), + (0, 103), + (0, 387), + (0, 306), + (0, 3057), + (0, 81), + (0, 81), + (0, 55), + (0, 359), + (0, 0), + (0, 196), + (0, 37276), + (0, 14), + (0, 2713), + (0, 5), + (0, 12), + (0, 40), + (0, 104), + (0, 38), + (0, 56), + (0, 1047), + (0, 68), + (0, 944), + (0, 187), + (0, 798), + (0, 3), + (0, 799), + (0, 125), + (0, 0), + (0, 9), + (0, 65), + (0, 2806), + (0, 14), + (0, 2686), + (0, 995), + (0, 61), + (0, 912), + (0, 153), + (0, 1), + (0, 1), + (0, 2714), + (0, 39), + (0, 39), + (0, 148), + (0, 0), + (0, 483), + (0, 206), + (0, 2), + (0, 8050), + (0, 236), + (0, 30), + (0, 2301), + (0, 455), + (0, 44), + (0, 77), + (0, 163), + (0, 1), + (0, 97), + (0, 8), + (0, 9319), + (0, 7697), + (0, 123), + (0, 1260), + (0, 3206), + (0, 0), + (0, 2178), + (0, 17), + (0, 9423), + (0, 258), + (0, 4317), + (0, 1101), + (0, 904), + (0, 1187), + (0, 132), + (0, 5186), + (0, 3903), + (0, 1444), + (0, 9), + (0, 1), + (0, 295), + (0, 1062), + (0, 9), + (0, 16), + (0, 8), + (0, 949), + (0, 984), + (0, 2), + (0, 1030), + (0, 52), + (0, 1), + (0, 0), + (0, 101), + (0, 84), + (0, 8544), + (0, 19), + (0, 17867), + (0, 255), + (0, 39), + (0, 2853), + (0, 1866), + (0, 4060), + (0, 71), + (0, 2866), + (0, 284), + (0, 10), + (0, 2124), + (0, 1107), + (0, 333), + (0, 1076), + (0, 1152), + (0, 1261), + (0, 30), + (0, 3850), + (0, 98), + (0, 6), + (0, 40), + (0, 15), + (0, 24), + (0, 83), + (0, 0), + (0, 3064), + (0, 17), + (0, 18), + (0, 3), + (0, 83), + (0, 40), + (0, 67), + (0, 202), + (0, 36), + (0, 38622), + (0, 734), + (0, 47), + (0, 128), + (0, 107), + (0, 9), + (0, 1243), + (0, 24), + (0, 649), + (0, 45), + (0, 0), + (0, 2150), + (0, 795), + (0, 229), + (0, 1605), + (0, 17), + (0, 890), + (0, 129), + (0, 32), + (0, 1417), + (0, 46), + (0, 37), + (0, 339), + (0, 21), + (0, 2), + (0, 2246), + (0, 251), + (0, 7821), + (0, 4204), + (0, 4), + (0, 0), + (0, 44935), + (0, 0), + (0, 6), + (0, 437), + (0, 9), + (0, 2266), + (0, 1612), + (0, 497), + (0, 9), + (0, 22), + (0, 73), + (0, 1166), + (0, 98), + (0, 37), + (0, 150), + (0, 9), + (0, 105), + (0, 2), + (0, 2073), + (0, 1361), + (0, 143), + (0, 350), + (0, 1965), + (0, 34), + (0, 35), + (0, 7712), + (0, 158), + (0, 2165), + (0, 51), + (0, 3), + (0, 923), + (0, 8), + (0, 3825), + (0, 7), + (0, 3968), + (0, 179), + (0, 294), + (0, 2), + (0, 1742), + (0, 1550), + (0, 265), + (0, 278), + (0, 74), + (0, 7038), + (0, 806), + (0, 675), + (0, 1865), + (0, 8), + (0, 1), + (0, 46), + (0, 59), + (0, 11), + (0, 146), + (0, 3796), + (0, 7145), + (0, 182), + (0, 21), + (0, 497), + (0, 18), + (0, 792), + (0, 8), + (0, 90), + (0, 8), + (0, 83), + (0, 390), + (0, 19995), + (0, 917), + (0, 38), + (0, 2), + (0, 0), + (0, 12), + (0, 294), + (0, 458), + (0, 1), + (0, 525), + (0, 3012), + (0, 45), + (0, 299), + (0, 93), + (0, 2082), + (0, 12444), + (0, 274), + (0, 68), + (0, 3057), + (0, 93), + (0, 4864), + (0, 1572), + (0, 1), + (0, 1038), + (0, 2024), + (0, 54), + (0, 173), + (0, 8), + (0, 12), + (0, 7142), + (0, 122), + (0, 12), + (0, 674), + (0, 570), + (0, 185), + (0, 2), + (0, 20), + (0, 17), + (0, 55), + (0, 7532), + (0, 0), + (0, 137), + (0, 1491), + (0, 135), + (0, 165), + (0, 35), + (0, 0), + (0, 749), + (0, 36), + (0, 3255), + (0, 489), + (0, 184), + (0, 1040), + (0, 15023), + (0, 0), + (0, 19), + (0, 433), + (0, 93), + (0, 26), + (0, 44), + (0, 2060), + (0, 1881), + (0, 4151), + (0, 1), + (0, 85), + (0, 1), + (0, 129), + (0, 27), + (0, 3029), + (0, 20), + (0, 6), + (0, 133), + (0, 759), + (0, 90), + (0, 9), + (0, 210), + (0, 1), + (0, 475), + (0, 603), + (0, 3885), + (0, 181), + (0, 13420), + (0, 2328), + (0, 0), + (0, 135), + (0, 9), + (0, 8718), + (0, 0), + (0, 1271), + (0, 151), + (0, 15140), + (0, 3656), + (0, 67), + (0, 148), + (0, 19), + (0, 660), + (0, 534), + (0, 0), + (0, 5761), + (0, 710), + (0, 99), + (0, 5479), + (0, 28), + (0, 38), + (0, 0), + (0, 89), + (0, 131), + (0, 8), + (0, 6217), + (0, 57), + (0, 1127), + (0, 52), + (0, 429), + (0, 296), + (0, 29), + (0, 0), + (0, 19), + (0, 2), + (0, 0), + (0, 6), + (0, 376), + (0, 74), + (0, 464), + (0, 505), + (0, 3), + (0, 57), + (0, 11), + (0, 60), + (0, 1912), + (0, 543), + (0, 9058), + (0, 6151), + (0, 1410), + (0, 553), + (0, 646), + (0, 1932), + (0, 526), + (0, 1), + (0, 4864), + (0, 18), + (0, 1876), + (0, 1289), + (0, 305), + (0, 1), + (0, 622), + (0, 196), + (0, 306), + (0, 512), + (0, 24766), + (0, 44), + (0, 4858), + (0, 0), + (0, 3918), + (0, 0), + (0, 1304), + (0, 0), + (0, 257), + (0, 50), + (0, 1406), + (0, 4862), + (0, 11), + (0, 641), + (0, 67), + (0, 106), + (0, 0), + (0, 3529), + (0, 10), + (0, 1898), + (0, 7511), + (0, 38), + (0, 6), + (0, 213), + (0, 13973), + (0, 1088), + (0, 43037), + (0, 18), + (0, 0), + (0, 5), + (0, 48), + (0, 93), + (0, 617), + (0, 3188), + (0, 8), + (0, 2), + (0, 9), + (0, 52), + (0, 3189), + (0, 3915), + (0, 63), + (0, 103), + (0, 0), + (0, 4553), + (0, 25), + (0, 7006), + (0, 50), + (0, 7), + (0, 13495), + (0, 54), + (0, 52), + (0, 41), + (0, 97), + (0, 3), + (0, 5), + (0, 53), + (0, 36), + (0, 4083), + (0, 203), + (0, 701), + (0, 405), + (0, 301), + (0, 1), + (0, 1), + (0, 14590), + (0, 11632), + (0, 2), + (0, 153), + (0, 0), + (0, 7556), + (0, 115), + (0, 1706), + (0, 806), + (0, 8), + (0, 1258), + (0, 0), + (0, 34), + (0, 924), + (0, 184), + (0, 22), + (0, 86), + (0, 414), + (0, 246), + (0, 2904), + (0, 498), + (0, 11), + (0, 818), + (0, 5), + (0, 25), + (0, 14), + (0, 658), + (0, 119), + (0, 0), + (0, 8438), + (0, 305), + (0, 924), + (0, 256), + (0, 86), + (0, 42), + (0, 689), + (0, 1), + (0, 353), + (0, 93), + (0, 14), + (0, 52), + (0, 213), + (0, 10), + (0, 70), + (0, 2717), + (0, 852), + (0, 21898), + (0, 10202), + (0, 1241), + (0, 168), + (0, 178), + (0, 5165), + (0, 19), + (0, 3432), + (0, 5), + (0, 5576), + (0, 3968), + (0, 878), + (0, 8330), + (0, 1757), + (0, 68), + (0, 4), + (0, 1), + (0, 1456), + (0, 136), + (0, 257), + (0, 12), + (0, 20), + (0, 1571), + (0, 2968), + (0, 0), + (0, 367), + (0, 553), + (0, 193), + (0, 2), + (0, 638), + (0, 139), + (0, 3), + (0, 681), + (0, 6297), + (0, 969), + (0, 13448), + (0, 11), + (0, 938), + (0, 4679), + (0, 3), + (0, 278), + (0, 2267), + (0, 2), + (0, 21), + (0, 2981), + (0, 16), + (0, 15), + (0, 1922), + (0, 21), + (0, 37), + (0, 0), + (0, 31), + (0, 3961), + (0, 886), + (0, 1902), + (0, 3), + (0, 2718), + (0, 2), + (0, 35), + (0, 2610), + (0, 30), + (0, 1), + (0, 7), + (0, 2378), + (0, 3), + (0, 0), + (0, 215), + (0, 1847), + (0, 1807), + (0, 4727), + (0, 11), + (0, 3232), + (0, 66), + (0, 2), + (0, 685), + (0, 9345), + (0, 0), + (0, 6), + (0, 2), + (0, 580), + (0, 2), + (0, 46), + (0, 2), + (0, 6858), + (0, 28), + (0, 947), + (0, 2), + (0, 3), + (0, 3), + (0, 22), + (0, 0), + (0, 2), + (0, 40), + (0, 127), + (0, 12), + (0, 4210), + (0, 7451), + (0, 30), + (0, 41), + (0, 587), + (0, 137), + (0, 2060), + (0, 151), + (0, 1392), + (0, 96), + (0, 12), + (0, 0), + (0, 48), + (0, 777), + (0, 5106), + (0, 6527), + (0, 141), + (0, 13), + (0, 2242), + (0, 33), + (0, 991), + (0, 77), + (0, 134), + (0, 2594), + (0, 28), + (0, 9), + (0, 283), + (0, 604), + (0, 24), + (0, 754), + (0, 1606), + (0, 306), + (0, 38), + (0, 607), + (0, 281), + (0, 225), + (0, 7), + (0, 4), + (0, 33), + (0, 281), + (0, 386), + (0, 626), + (0, 29), + (0, 58), + (0, 0), + (0, 14), + (0, 5918), + (0, 1133), + (0, 19), + (0, 890), + (0, 4095), + (0, 435), + (0, 36), + (0, 906), + (0, 384), + (0, 16058), + (0, 173), + (0, 10), + (0, 0), + (0, 215), + (0, 167), + (0, 1), + (0, 697), + (0, 40), + (0, 1), + (0, 1160), + (0, 415), + (0, 3), + (0, 3), + (0, 2641), + (0, 1765), + (0, 2618), + (0, 6259), + (0, 364), + (0, 500), + (0, 83), + (0, 262), + (0, 32366), + (0, 24), + (0, 1402), + (0, 3397), + (0, 13), + (0, 1035), + (0, 0), + (0, 1162), + (0, 270), + (0, 553), + (0, 6), + (0, 1), + (0, 267), + (0, 99), + (0, 261), + (0, 1), + (0, 997), + (0, 126), + (0, 16), + (0, 3198), + (0, 1493), + (0, 59), + (0, 90), + (0, 1776), + (0, 2121), + (0, 41), + (0, 438), + (0, 9), + (0, 211), + (0, 201), + (0, 1891), + (0, 260), + (0, 0), + (0, 2692), + (0, 834), + (0, 1171), + (0, 52), + (0, 344), + (0, 9), + (0, 496), + (0, 1784), + (0, 1001), + (0, 230), + (0, 2), + (0, 10), + (0, 0), + (0, 18), + (0, 454), + (0, 1893), + (0, 1152), + (0, 13201), + (0, 2605), + (0, 1), + (0, 0), + (0, 1), + (0, 77), + (0, 187), + (0, 2), + (0, 8967), + (0, 1234), + (0, 6), + (0, 14459), + (0, 351), + (0, 28), + (0, 746), + (0, 4216), + (0, 9), + (0, 264), + (0, 6101), + (0, 9), + (0, 7663), + (0, 2323), + (0, 5), + (0, 128), + (0, 5), + (0, 0), + (0, 9), + (0, 6), + (0, 8525), + (0, 38), + (0, 116), + (0, 826), + (0, 323), + (0, 276), + (0, 7291), + (0, 4704), + (0, 198), + (0, 1), + (0, 3514), + (0, 611), + (0, 19), + (0, 13290), + (0, 2), + (0, 501), + (0, 1883), + (0, 217), + (0, 671), + (0, 4), + (0, 6260), + (0, 1184), + (0, 3), + (0, 0), + (0, 89), + (0, 21), + (0, 319), + (0, 0), + (0, 180), + (0, 140), + (0, 245), + (0, 9148), + (0, 2110), + (0, 39), + (0, 43), + (0, 390), + (0, 2), + (0, 10), + (0, 3396), + (0, 753), + (0, 207), + (0, 4470), + (0, 44), + (0, 29), + (0, 2896), + (0, 3118), + (0, 1424), + (0, 27447), + (0, 18378), + (0, 625), + (0, 144), + (0, 178), + (0, 504), + (0, 1943), + (0, 18), + (0, 21), + (0, 8), + (0, 946), + (0, 90), + (0, 1963), + (0, 4), + (0, 4), + (0, 3), + (0, 68), + (0, 7608), + (0, 99), + (0, 532), + (0, 13440), + (0, 910), + (0, 22287), + (0, 172), + (0, 335), + (0, 6280), + (0, 236), + (0, 1049), + (0, 2), + (0, 34), + (0, 186), + (0, 550), + (0, 593), + (0, 0), + (0, 239), + (0, 1), + (0, 17321), + (0, 91), + (0, 183), + (0, 506), + (0, 10886), + (0, 3), + (0, 63), + (0, 7744), + (0, 1487), + (0, 33862), + (0, 3), + (0, 2244), + (0, 181), + (0, 42), + (0, 3200), + (0, 4912), + (0, 299), + (0, 48), + (0, 1), + (0, 9), + (0, 0), + (0, 2), + (0, 1000), + (0, 3), + (0, 0), + (0, 3594), + (0, 8), + (0, 3094), + (0, 37), + (0, 1015), + (0, 154), + (0, 134), + (0, 486), + (0, 589), + (0, 3), + (0, 764), + (0, 1387), + (0, 248), + (0, 63), + (0, 2), + (0, 1), + (0, 4), + (0, 57), + (0, 4017), + (0, 39310), + (0, 28), + (0, 4575), + (0, 1), + (0, 23), + (0, 46), + (0, 14), + (0, 54), + (0, 2483), + (0, 418), + (0, 71), + (0, 998), + (0, 68), + (0, 14031), + (0, 824), + (0, 0), + (0, 4619), + (0, 640), + (0, 48), + (0, 0), + (0, 6613), + (0, 1417), + (0, 432), + (0, 0), + (0, 11418), + (0, 5166), + (0, 299), + (0, 5440), + (0, 1), + (0, 19), + (0, 76), + (0, 4), + (0, 546), + (0, 1), + (0, 1), + (0, 3091), + (0, 4), + (0, 20), + (0, 287), + (0, 2), + (0, 8567), + (0, 30), + (0, 19), + (0, 29), + (0, 14), + (0, 8710), + (0, 1913), + (0, 2), + (0, 55), + (0, 199), + (0, 1063), + (0, 1904), + (0, 754), + (0, 0), + (0, 472), + (0, 3), + (0, 1190), + (0, 4), + (0, 5), + (0, 127), + (0, 0), + (0, 4512), + (0, 300), + (0, 5), + (0, 154), + (0, 1200), + (0, 13720), + (0, 10), + (0, 28046), + (0, 37), + (0, 13), + (0, 31790), + (0, 5764), + (0, 330), + (0, 18), + (0, 3), + (0, 14214), + (0, 7546), + (0, 26), + (0, 11), + (0, 0), + (0, 17), + (0, 0), + (0, 160), + (0, 715), + (0, 5), + (0, 151), + (0, 8), + (0, 53), + (0, 1100), + (0, 1582), + (0, 1580), + (0, 35), + (0, 1606), + (0, 3299), + (0, 2495), + (0, 184), + (0, 153), + (0, 56), + (0, 101), + (0, 0), + (0, 1), + (0, 1615), + (0, 10), + (0, 2), + (0, 9599), + (0, 27), + (0, 4365), + (0, 269), + (0, 3), + (0, 58), + (0, 13), + (0, 19), + (0, 394), + (0, 8), + (0, 3000), + (0, 526), + (0, 1003), + (0, 117), + (0, 1681), + (0, 50), + (0, 5783), + (0, 1686), + (0, 929), + (0, 17), + (0, 2067), + (0, 3), + (0, 971), + (0, 119), + (0, 1196), + (0, 19418), + (0, 12), + (0, 3934), + (0, 39), + (0, 3), + (0, 153), + (0, 13323), + (0, 64), + (0, 6483), + (0, 6695), + (0, 10), + (0, 78), + (0, 3868), + (0, 140), + (0, 4323), + (0, 10), + (0, 1), + (0, 2166), + (0, 5), + (0, 46), + (0, 1617), + (0, 532), + (0, 342), + (0, 464), + (0, 0), + (0, 0), + (0, 509), + (0, 10410), + (0, 32), + (0, 194), + (0, 13), + (0, 1961), + (0, 35), + (0, 408), + (0, 5), + (0, 28695), + (0, 120), + (0, 1672), + (0, 8), + (0, 20), + (0, 1743), + (0, 131), + (0, 22698), + (0, 569), + (0, 2), + (0, 206), + (0, 4), + (0, 13), + (0, 12), + (0, 10261), + (0, 372), + (0, 3987), + (0, 28), + (0, 2464), + (0, 177), + (0, 526), + (0, 7), + (0, 4131), + (0, 8), + (0, 2298), + (0, 13), + (0, 0), + (0, 1), + (0, 1807), + (0, 5494), + (0, 6252), + (0, 5067), + (0, 560), + (0, 47), + (0, 3924), + (0, 1882), + (0, 418), + (0, 14802), + (0, 5045), + (0, 33), + (0, 0), + (0, 9321), + (0, 369), + (0, 26), + (0, 8), + (0, 10), + (0, 35119), + (0, 3911), + (0, 16), + (0, 129), + (0, 1301), + (0, 525), + (0, 375), + (0, 558), + (0, 1646), + (0, 0), + (0, 647), + (0, 1356), + (0, 3), + (0, 5673), + (0, 14872), + (0, 4), + (0, 18894), + (0, 70), + (0, 65), + (0, 181), + (0, 2202), + (0, 72), + (0, 5611), + (0, 6744), + (0, 0), + (0, 219), + (0, 2137), + (0, 341), + (0, 1231), + (0, 3193), + (0, 0), + (0, 4165), + (0, 2646), + (0, 1062), + (0, 451), + (0, 4336), + (0, 2185), + (0, 28), + (0, 6286), + (0, 0), + (0, 1969), + (0, 115), + (0, 1), + (0, 672), + (0, 3536), + (0, 1), + (0, 476), + (0, 6), + (0, 222), + (0, 906), + (0, 63), + (0, 9), + (0, 576), + (0, 1426), + (0, 181), + (0, 251), + (0, 23), + (0, 3105), + (0, 24532), + (0, 119), + (0, 7454), + (0, 3682), + (0, 1037), + (0, 5), + (0, 3348), + (0, 5277), + (0, 2373), + (0, 17), + (0, 670), + (0, 272), + (0, 12033), + (0, 36), + (0, 20), + (0, 12), + (0, 0), + (0, 38), + (0, 31), + (0, 3079), + (0, 19), + (0, 32), + (0, 5269), + (0, 599), + (0, 7361), + (0, 100), + (0, 41264), + (0, 2466), + (0, 1), + (0, 1053), + (0, 772), + (0, 0), + (0, 13), + (0, 3101), + (0, 122), + (0, 46), + (0, 119), + (0, 11), + (0, 73), + (0, 508), + (0, 2), + (0, 441), + (0, 82), + (0, 160), + (0, 0), + (0, 6), + (0, 7), + (0, 569), + (0, 2), + (0, 142), + (0, 6019), + (0, 252), + (0, 2354), + (0, 348), + (0, 2), + (0, 97), + (0, 32054), + (0, 400), + (0, 0), + (0, 1521), + (0, 116), + (0, 2311), + (0, 10655), + (0, 329), + (0, 0), + (0, 97), + (0, 0), + (0, 399), + (0, 3), + (0, 762), + (0, 60), + (0, 12299), + (0, 0), + (0, 1896), + (0, 1), + (0, 54), + (0, 3324), + (0, 119), + (0, 411), + (0, 6), + (0, 28), + (0, 11), + (0, 77), + (0, 1539), + (0, 3236), + (0, 28), + (0, 109), + (0, 12), + (0, 7956), + (0, 8), + (0, 0), + (0, 1222), + (0, 8023), + (0, 22), + (0, 1960), + (0, 53), + (0, 380), + (0, 3), + (0, 398), + (0, 20), + (0, 23), + (0, 22), + (0, 39), + (0, 27), + (0, 2), + (0, 0), + (0, 7891), + (0, 0), + (0, 57), + (0, 1060), + (0, 79), + (0, 1227), + (0, 142), + (0, 40), + (0, 132), + (0, 2), + (0, 677), + (0, 17283), + (0, 1697), + (0, 4563), + (0, 293), + (0, 3815), + (0, 95), + (0, 16104), + (0, 8), + (0, 3), + (0, 1188), + (0, 259), + (0, 1349), + (0, 475), + (0, 486), + (0, 519), + (0, 31008), + (0, 112), + (0, 675), + (0, 25), + (0, 0), + (0, 528), + (0, 409), + (1, 1), + (0, 2), + (0, 137), + (0, 16), + (0, 146), + (0, 3906), + (0, 86), + (0, 10973), + (0, 272), + (0, 20703), + (0, 16), + (0, 214), + (0, 370), + (0, 46), + (0, 10), + (0, 18), + (0, 38), + (0, 443), + (0, 19), + (0, 50), + (0, 7), + (0, 113), + (0, 1267), + (0, 10), + (0, 552), + (0, 4893), + (0, 157), + (0, 709), + (0, 1174), + (0, 45), + (0, 2724), + (0, 523), + (0, 24), + (0, 48), + (0, 7), + (0, 312), + (0, 13936), + (0, 1592), + (0, 144), + (0, 1006), + (0, 4199), + (0, 18), + (0, 2729), + (0, 0), + (0, 4), + (0, 372), + (0, 206), + (0, 1), + (0, 47), + (0, 17), + (0, 34538), + (0, 1981), + (0, 1), + (0, 8120), + (0, 0), + (0, 10003), + (0, 258), + (0, 10387), + (0, 6), + (0, 134), + (0, 61), + (0, 656), + (0, 476), + (0, 1019), + (0, 31), + (0, 4784), + (0, 463), + (0, 2664), + (0, 3671), + (0, 503), + (0, 80), + (0, 29), + (0, 1107), + (0, 192), + (0, 0), + (0, 2), + (0, 2871), + (0, 256), + (0, 580), + (0, 7), + (0, 5), + (0, 12), + (0, 157), + (0, 766), + (0, 1494), + (0, 128), + (0, 44), + (0, 9), + (0, 6437), + (0, 1633), + (0, 0), + (0, 0), + (0, 0), + (0, 54), + (0, 3002), + (0, 171), + (0, 2), + (0, 1766), + (0, 1348), + (0, 4324), + (0, 11), + (0, 43), + (0, 2011), + (0, 264), + (0, 625), + (0, 6), + (0, 4344), + (0, 1123), + (0, 822), + (0, 5199), + (0, 2), + (0, 164), + (0, 832), + (0, 1836), + (0, 53), + (0, 9), + (0, 16), + (0, 2), + (0, 349), + (0, 951), + (0, 2461), + (0, 102), + (0, 3025), + (0, 313), + (0, 545), + (0, 7), + (0, 245), + (0, 59), + (0, 2753), + (0, 0), + (0, 10), + (0, 7), + (0, 4937), + (0, 4), + (0, 1618), + (0, 4406), + (0, 33), + (0, 1294), + (0, 181), + (0, 358), + (0, 218), + (0, 803), + (0, 122), + (0, 1), + (0, 157), + (0, 1), + (0, 836), + (0, 1642), + (0, 180), + (0, 13114), + (0, 9), + (0, 13), + (0, 11), + (0, 600), + (0, 16), + (0, 1), + (0, 26), + (0, 792), + (0, 943), + (0, 2901), + (0, 6981), + (0, 9667), + (0, 15), + (0, 129), + (0, 152), + (0, 32), + (0, 0), + (0, 1), + (0, 1783), + (0, 235), + (0, 50), + (0, 1495), + (0, 134), + (0, 902), + (0, 36), + (0, 1714), + (0, 10275), + (0, 8), + (0, 4163), + (0, 2), + (0, 76), + (0, 1613), + (0, 1529), + (0, 15), + (0, 33), + (0, 1948), + (0, 0), + (0, 432), + (0, 609), + (0, 4226), + (0, 2975), + (0, 3326), + (0, 13), + (0, 30), + (0, 253), + (0, 63), + (0, 6), + (0, 3518), + (1, 497), + (0, 19), + (0, 173), + (0, 2), + (0, 218), + (0, 856), + (0, 3430), + (0, 11), + (0, 6709), + (0, 1189), + (0, 1964), + (0, 7), + (0, 121), + (0, 2126), + (0, 574), + (0, 78), + (0, 1), + (0, 51), + (0, 3599), + (0, 0), + (0, 1), + (0, 624), + (0, 3159), + (0, 74), + (0, 9), + (0, 1360), + (0, 325), + (0, 35), + (0, 33), + (0, 1573), + (0, 41), + (0, 60), + (0, 21), + (0, 676), + (0, 6235), + (0, 802), + (0, 230), + (0, 969), + (0, 56), + (0, 617), + (0, 4), + (0, 1091), + (0, 1), + (0, 2), + (0, 10433), + (0, 11), + (0, 6), + (0, 264), + (0, 3), + (0, 204), + (0, 0), + (0, 642), + (0, 6889), + (0, 1299), + (0, 228), + (0, 970), + (0, 0), + (0, 44306), + (0, 12757), + (0, 20152), + (0, 422), + (0, 0), + (0, 5), + (0, 32), + (0, 0), + (0, 14191), + (0, 2), + (0, 2168), + (0, 33), + (0, 3), + (0, 6), + (0, 3014), + (0, 1224), + (0, 2), + (0, 7687), + (0, 6), + (0, 2365), + (0, 0), + (0, 10066), + (0, 104), + (0, 2082), + (0, 871), + (0, 22), + (0, 30), + (0, 4), + (0, 1242), + (0, 6), + (0, 3088), + (0, 35962), + (0, 0), + (0, 3), + (0, 242), + (0, 1), + (0, 384), + (0, 169), + (0, 27218), + (0, 11846), + (0, 2893), + (0, 39), + (0, 304), + (0, 4), + (0, 3096), + (0, 4), + (0, 660), + (0, 718), + (0, 6483), + (0, 712), + (0, 1624), + (0, 36250), + (0, 12524), + (0, 5354), + (0, 5952), + (0, 142), + (0, 36), + (0, 129), + (0, 176), + (0, 402), + (0, 1), + (0, 253), + (0, 2296), + (0, 2601), + (0, 16680), + (0, 1790), + (0, 323), + (0, 3), + (0, 13468), + (0, 2237), + (0, 53), + (0, 626), + (0, 3292), + (0, 10581), + (0, 53), + (0, 3764), + (0, 7), + (0, 2250), + (0, 0), + (0, 193), + (0, 4166), + (0, 10), + (0, 8249), + (0, 3360), + (0, 5), + (0, 4971), + (0, 619), + (0, 16), + (0, 22), + (0, 2), + (0, 1093), + (0, 25), + (0, 299), + (0, 34), + (0, 60), + (0, 271), + (0, 289), + (0, 2242), + (0, 1631), + (0, 7), + (0, 14), + (0, 355), + (0, 462), + (0, 7), + (0, 86), + (0, 0), + (0, 8810), + (0, 0), + (0, 2), + (0, 453), + (0, 76), + (0, 1353), + (0, 5786), + (0, 6), + (0, 632), + (0, 27), + (0, 1), + (0, 4), + (0, 1), + (0, 142), + (0, 10), + (0, 721), + (0, 81), + (0, 2), + (0, 4172), + (0, 1844), + (0, 860), + (0, 0), + (0, 3174), + (0, 4039), + (0, 23), + (0, 1860), + (0, 21), + (0, 19039), + (0, 0), + (0, 95), + (0, 3), + (0, 202), + (0, 305), + (0, 0), + (0, 0), + (0, 43), + (0, 7042), + (0, 1940), + (0, 23), + (0, 420), + (0, 188), + (0, 0), + (0, 5), + (0, 1599), + (0, 588), + (0, 39451), + (0, 2), + (0, 0), + (0, 5032), + (0, 40), + (0, 385), + (0, 335), + (0, 16), + (0, 0), + (0, 30), + (0, 41), + (0, 1311), + (0, 26), + (0, 4205), + (0, 8456), + (0, 3408), + (0, 75), + (0, 1569), + (0, 1537), + (0, 1166), + (0, 2), + (0, 190), + (0, 179), + (0, 706), + (0, 143), + (0, 45), + (0, 953), + (0, 33), + (0, 8), + (0, 3196), + (0, 91), + (0, 84), + (0, 3156), + (0, 59), + (0, 5293), + (0, 215), + (0, 4113), + (0, 3274), + (0, 151), + (0, 0), + (0, 311), + (0, 185), + (0, 1232), + (0, 4746), + (0, 1491), + (0, 9361), + (0, 6000), + (0, 2868), + (0, 0), + (0, 4958), + (0, 672), + (0, 5603), + (0, 2483), + (0, 656), + (0, 280), + (0, 918), + (0, 3), + (0, 1206), + (0, 58), + (0, 38848), + (0, 10985), + (0, 739), + (0, 205), + (0, 9950), + (0, 5407), + (0, 103), + (0, 40), + (0, 124), + (0, 21), + (0, 1141), + (0, 3884), + (0, 11231), + (0, 18313), + (0, 96), + (0, 2040), + (0, 149), + (0, 117), + (0, 11467), + (0, 6992), + (0, 202), + (0, 56), + (0, 8), + (0, 29), + (0, 139), + (0, 1070), + (0, 391), + (0, 496), + (0, 1332), + (0, 200), + (0, 882), + (0, 0), + (0, 20), + (0, 585), + (0, 10210), + (0, 1325), + (0, 319), + (0, 19298), + (0, 2), + (0, 21), + (0, 13999), + (0, 19), + (0, 16), + (0, 397), + (0, 57), + (0, 543), + (0, 28937), + (0, 1598), + (0, 502), + (0, 30), + (0, 8319), + (0, 247), + (0, 1684), + (0, 19), + (0, 813), + (0, 10500), + (0, 1105), + (0, 10345), + (0, 57), + (0, 34), + (0, 827), + (0, 2175), + (0, 8024), + (0, 410), + (0, 800), + (0, 4175), + (0, 4691), + (0, 27), + (0, 4), + (0, 0), + (0, 3138), + (0, 707), + (0, 1597), + (0, 37), + (0, 0), + (0, 756), + (0, 152), + (0, 159), + (0, 1697), + (0, 1), + (0, 78), + (0, 38), + (0, 12187), + (0, 87), + (0, 23), + (0, 2020), + (0, 27425), + (0, 1885), + (0, 24), + (0, 1216), + (0, 17206), + (0, 1643), + (0, 647), + (0, 41), + (0, 3242), + (0, 229), + (0, 286), + (0, 6), + (0, 81), + (0, 1176), + (0, 120), + (0, 54), + (0, 264), + (0, 44), + (0, 27), + (0, 13), + (0, 3), + (0, 1184), + (0, 659), + (0, 457), + (0, 46), + (0, 22528), + (0, 2), + (0, 8), + (0, 3749), + (0, 2609), + (0, 1707), + (0, 10533), + (0, 14354), + (0, 366), + (0, 0), + (0, 1360), + (0, 1), + (0, 24726), + (0, 2428), + (0, 2801), + (0, 3572), + (0, 4749), + (0, 2725), + (0, 3330), + (0, 5360), + (0, 0), + (0, 430), + (0, 3072), + (0, 1823), + (0, 2700), + (0, 2471), + (0, 6432), + (0, 579), + (0, 80), + (0, 1), + (0, 35), + (0, 188), + (0, 6), + (0, 10), + (0, 5), + (0, 96), + (0, 252), + (0, 13187), + (0, 5848), + (0, 906), + (0, 5088), + (0, 5729), + (0, 40190), + (0, 18189), + (0, 9), + (0, 142), + (0, 86), + (0, 3), + (0, 102), + (0, 663), + (0, 1015), + (0, 9093), + (0, 18473), + (0, 3535), + (0, 1159), + (0, 38), + (0, 962), + (0, 13521), + (0, 1422), + (0, 1329), + (0, 1), + (0, 142), + (0, 50), + (0, 4217), + (0, 50), + (0, 112), + (0, 2282), + (0, 2), + (0, 424), + (0, 262), + (0, 5), + (0, 361), + (0, 5), + (0, 393), + (0, 771), + (0, 6978), + (0, 459), + (0, 834), + (0, 1), + (0, 110), + (0, 1), + (0, 175), + (0, 28), + (0, 282), + (0, 1430), + (0, 2), + (0, 438), + (0, 300), + (0, 70), + (0, 128), + (0, 26525), + (0, 9), + (0, 908), + (0, 0), + (0, 220), + (0, 1), + (0, 909), + (0, 3850), + (0, 1088), + (0, 10), + (0, 158), + (0, 275), + (0, 0), + (0, 0), + (0, 4), + (0, 1753), + (0, 8), + (0, 2), + (0, 13), + (0, 107), + (0, 170), + (0, 5932), + (0, 15), + (0, 337), + (0, 143), + (0, 305), + (0, 7), + (0, 8), + (0, 3781), + (0, 2), + (0, 3234), + (0, 38), + (0, 2), + (0, 23230), + (0, 226), + (0, 3), + (0, 21), + (0, 11), + (0, 124), + (0, 1), + (0, 1575), + (0, 12), + (0, 375), + (0, 138), + (0, 764), + (0, 33), + (0, 122), + (0, 365), + (0, 5423), + (0, 10), + (0, 2448), + (0, 4891), + (0, 173), + (0, 9), + (0, 422), + (0, 1662), + (0, 0), + (0, 4849), + (0, 887), + (0, 34177), + (0, 1107), + (0, 180), + (0, 124), + (0, 909), + (0, 1141), + (0, 146), + (0, 4751), + (0, 25), + (0, 9), + (0, 352), + (0, 22), + (0, 68), + (0, 73), + (0, 0), + (0, 7), + (0, 0), + (0, 15621), + (0, 14863), + (0, 2015), + (0, 17), + (0, 2781), + (0, 777), + (0, 200), + (0, 1), + (0, 1734), + (0, 1558), + (0, 63), + (0, 3367), + (0, 13), + (0, 3419), + (0, 579), + (0, 4079), + (0, 9924), + (0, 5), + (0, 8), + (0, 3), + (0, 7), + (0, 6), + (0, 38), + (0, 3008), + (0, 65), + (0, 1688), + (0, 61), + (0, 255), + (0, 6684), + (0, 61), + (0, 8), + (0, 19), + (0, 59), + (0, 8), + (0, 59), + (0, 993), + (0, 37235), + (0, 3), + (0, 0), + (0, 7), + (0, 578), + (0, 45), + (0, 2), + (0, 2093), + (0, 32), + (0, 10), + (0, 2172), + (0, 598), + (0, 22), + (0, 12), + (0, 866), + (0, 764), + (0, 12828), + (0, 5), + (0, 2767), + (0, 6), + (0, 386), + (0, 10), + (0, 8), + (0, 120), + (0, 3853), + (0, 221), + (0, 67), + (0, 233), + (0, 13), + (0, 2), + (0, 1292), + (0, 563), + (0, 263), + (0, 6141), + (0, 8726), + (0, 131), + (0, 11975), + (0, 2956), + (0, 650), + (0, 16), + (0, 26209), + (0, 8), + (0, 159), + (0, 0), + (0, 600), + (0, 7), + (0, 10702), + (0, 247), + (0, 7854), + (0, 3), + (0, 45972), + (0, 10942), + (0, 4283), + (0, 52), + (0, 226), + (0, 16955), + (0, 4), + (0, 9), + (0, 15), + (0, 817), + (0, 13328), + (0, 4928), + (0, 1), + (0, 1037), + (0, 63), + (0, 5), + (0, 6472), + (0, 11), + (0, 135), + (0, 354), + (0, 8), + (0, 470), + (0, 229), + (0, 4241), + (0, 3682), + (0, 1818), + (0, 36), + (0, 4731), + (0, 8642), + (0, 206), + (0, 734), + (0, 1417), + (0, 4804), + (0, 1464), + (0, 8895), + (0, 21), + (0, 77), + (0, 40), + (0, 6155), + (0, 2099), + (0, 2225), + (0, 4870), + (0, 108), + (0, 5798), + (0, 147), + (0, 266), + (0, 11426), + (0, 1205), + (0, 42242), + (0, 528), + (0, 16), + (0, 1), + (0, 33), + (0, 4), + (0, 40), + (0, 75), + (0, 39811), + (0, 518), + (0, 13231), + (0, 2713), + (0, 17), + (0, 2017), + (0, 3), + (0, 152), + (0, 196), + (0, 170), + (0, 986), + (0, 13747), + (0, 29), + (0, 46713), + (0, 378), + (0, 125), + (0, 199), + (0, 116), + (0, 5026), + (0, 2236), + (0, 42), + (0, 362), + (0, 2), + (0, 10788), + (0, 2), + (0, 2306), + (0, 814), + (0, 263), + (0, 627), + (0, 4772), + (0, 28), + (0, 16144), + (0, 11), + (0, 40330), + (0, 914), + (0, 6), + (0, 1001), + (0, 612), + (0, 6586), + (0, 671), + (0, 3258), + (0, 351), + (0, 28), + (0, 819), + (0, 146), + (0, 7239), + (0, 112), + (0, 77), + (0, 199), + (0, 945), + (0, 584), + (0, 103), + (0, 7310), + (0, 854), + (0, 80), + (0, 123), + (0, 19041), + (0, 2788), + (0, 1), + (0, 46), + (0, 53), + (0, 16883), + (0, 0), + (0, 2333), + (0, 1333), + (0, 76), + (0, 8160), + (0, 1607), + (0, 2145), + (0, 1), + (0, 3), + (0, 12), + (0, 71), + (0, 10637), + (0, 1117), + (0, 9), + (0, 0), + (0, 3517), + (0, 4352), + (0, 11), + (0, 178), + (0, 416), + (0, 1628), + (0, 11), + (0, 483), + (0, 380), + (0, 2405), + (0, 5118), + (0, 385), + (0, 84), + (0, 2040), + (0, 643), + (0, 5), + (0, 9038), + (0, 52), + (0, 3033), + (0, 0), + (0, 24), + (0, 151), + (0, 25), + (0, 34), + (0, 11061), + (0, 95), + (0, 1), + (0, 29), + (0, 62), + (0, 7), + (0, 3), + (0, 9143), + (0, 445), + (0, 68), + (0, 5195), + (0, 454), + (0, 8354), + (0, 10932), + (0, 101), + (0, 370), + (0, 132), + (0, 1172), + (0, 2595), + (0, 387), + (0, 79), + (0, 4214), + (0, 3), + (0, 112), + (0, 12), + (0, 203), + (0, 4243), + (0, 205), + (0, 4), + (0, 143), + (0, 2815), + (0, 5), + (0, 8441), + (0, 2311), + (0, 3), + (0, 1766), + (0, 1428), + (0, 77), + (0, 48), + (0, 147), + (0, 137), + (0, 3533), + (0, 3689), + (0, 131), + (0, 26), + (0, 8639), + (0, 125), + (0, 28), + (0, 3), + (0, 605), + (0, 2), + (0, 152), + (0, 35), + (0, 2047), + (0, 9), + (0, 3), + (0, 16008), + (0, 58), + (0, 294), + (0, 12), + (0, 416), + (0, 472), + (0, 506), + (0, 34), + (0, 161), + (0, 1692), + (0, 14), + (0, 18), + (0, 1413), + (0, 4030), + (0, 31), + (0, 88), + (0, 3301), + (0, 323), + (0, 21492), + (0, 90), + (0, 1), + (0, 969), + (0, 7), + (0, 521), + (0, 26696), + (0, 7980), + (0, 314), + (0, 76), + (0, 164), + (0, 200), + (0, 631), + (0, 9660), + (0, 2), + (0, 1054), + (0, 3475), + (0, 2400), + (0, 626), + (0, 29), + (0, 354), + (0, 406), + (0, 1), + (0, 12346), + (0, 2066), + (0, 1777), + (0, 2064), + (0, 1164), + (0, 1461), + (0, 93), + (0, 95), + (0, 873), + (0, 7), + (0, 269), + (0, 90), + (0, 4), + (0, 0), + (0, 1494), + (0, 464), + (0, 71), + (0, 73), + (0, 793), + (0, 1442), + (0, 252), + (0, 2797), + (0, 1015), + (0, 1458), + (0, 0), + (0, 2870), + (0, 2423), + (0, 3481), + (0, 23), + (0, 17572), + (0, 45), + (0, 712), + (0, 34), + (0, 467), + (0, 13621), + (0, 55471), + (0, 8), + (0, 10), + (0, 4), + (0, 3226), + (0, 4), + (0, 2117), + (0, 1), + (0, 2), + (0, 280), + (0, 12870), + (0, 16), + (0, 5510), + (0, 43), + (0, 3162), + (0, 380), + (0, 1), + (0, 194), + (0, 10), + (0, 3), + (0, 6621), + (0, 162), + (0, 14), + (0, 5088), + (0, 0), + (0, 739), + (0, 447), + (0, 1476), + (0, 0), + (0, 1), + (0, 35), + (0, 1), + (0, 0), + (0, 0), + (0, 720), + (0, 38), + (0, 666), + (0, 5), + (0, 890), + (0, 19), + (0, 1833), + (0, 304), + (0, 306), + (0, 1420), + (0, 4958), + (0, 0), + (0, 2275), + (0, 107), + (0, 5881), + (0, 1), + (0, 688), + (0, 0), + (0, 2378), + (0, 20), + (0, 133), + (0, 1104), + (0, 15), + (0, 2258), + (0, 9951), + (0, 7), + (0, 1), + (0, 300), + (0, 6), + (0, 9017), + (0, 698), + (0, 34343), + (0, 1391), + (0, 461), + (0, 4220), + (0, 15), + (0, 10789), + (0, 149), + (0, 6), + (0, 18), + (0, 174), + (0, 5150), + (0, 165), + (0, 1741), + (0, 554), + (0, 48758), + (0, 590), + (0, 15), + (0, 132), + (0, 78), + (0, 10043), + (0, 2664), + (0, 0), + (0, 14), + (0, 2339), + (0, 230), + (0, 0), + (0, 13), + (0, 57), + (0, 18), + (0, 430), + (0, 1580), + (0, 21736), + (0, 1239), + (0, 243), + (0, 9565), + (0, 1618), + (0, 178), + (0, 16), + (0, 18433), + (0, 666), + (0, 555), + (0, 1535), + (0, 196), + (0, 572), + (0, 246), + (0, 3954), + (0, 10), + (0, 5955), + (0, 2), + (0, 207), + (0, 103), + (0, 52), + (0, 8), + (0, 320), + (0, 14314), + (0, 14548), + (0, 42), + (0, 16), + (0, 1991), + (0, 1817), + (0, 52), + (0, 13004), + (0, 422), + (0, 337), + (0, 446), + (0, 15), + (0, 7247), + (0, 9885), + (0, 16), + (0, 14767), + (0, 5), + (0, 50), + (0, 352), + (0, 4301), + (0, 237), + (0, 234), + (0, 418), + (0, 199), + (0, 4354), + (0, 20), + (0, 13032), + (0, 5480), + (0, 22292), + (0, 762), + (0, 349), + (0, 296), + (0, 6), + (0, 4482), + (0, 4914), + (0, 4), + (0, 309), + (0, 5), + (0, 31), + (0, 3205), + (0, 5576), + (0, 4575), + (0, 461), + (0, 2), + (0, 5), + (0, 102), + (0, 7394), + (0, 13416), + (0, 647), + (0, 236), + (0, 108), + (0, 2101), + (0, 641), + (0, 0), + (0, 29), + (0, 2292), + (0, 1316), + (0, 8), + (0, 4), + (0, 10881), + (0, 58), + (0, 2), + (0, 155), + (0, 2630), + (0, 1044), + (0, 918), + (0, 25926), + (0, 12528), + (0, 17), + (0, 1), + (0, 2608), + (0, 9355), + (0, 23), + (0, 40), + (0, 43), + (0, 16), + (0, 6), + (0, 1), + (0, 179), + (0, 3227), + (0, 1), + (0, 21780), + (0, 4), + (0, 337), + (0, 269), + (0, 3730), + (0, 594), + (0, 26), + (0, 5), + (0, 6904), + (0, 6017), + (0, 418), + (0, 277), + (0, 212), + (0, 37727), + (0, 2801), + (0, 6523), + (0, 5456), + (0, 7), + (0, 435), + (0, 3769), + (0, 5555), + (0, 8439), + (0, 1954), + (0, 716), + (0, 118), + (0, 284), + (0, 295), + (0, 76), + (0, 1), + (0, 0), + (0, 7210), + (0, 23), + (0, 993), + (0, 27676), + (0, 5857), + (0, 7), + (0, 2311), + (0, 363), + (0, 438), + (0, 0), + (0, 1), + (0, 825), + (0, 89), + (0, 29988), + (0, 37291), + (0, 43), + (0, 85), + (0, 232), + (0, 12), + (0, 956), + (0, 1054), + (0, 0), + (0, 2917), + (0, 21329), + (0, 2), + (0, 2431), + (0, 5940), + (0, 0), + (0, 4510), + (0, 201), + (0, 3), + (0, 8419), + (0, 1), + (0, 44), + (0, 3), + (0, 99), + (0, 18021), + (0, 13151), + (0, 882), + (0, 20848), + (0, 11223), + (0, 7033), + (0, 232), + (0, 179), + (0, 477), + (0, 8002), + (0, 2246), + (0, 111), + (0, 19499), + (0, 71), + (0, 5143), + (0, 220), + (0, 7), + (0, 19313), + (0, 2111), + (0, 125), + (0, 1), + (0, 173), + (0, 14690), + (0, 2621), + (0, 222), + (0, 8), + (0, 10), + (0, 20622), + (0, 22), + (0, 25007), + (0, 403), + (0, 211), + (0, 16), + (0, 221), + (0, 2), + (0, 4), + (0, 140), + (0, 13), + (0, 7249), + (0, 9), + (0, 4), + (0, 6201), + (0, 1201), + (0, 37), + (0, 11), + (0, 1374), + (0, 150), + (0, 4), + (0, 102), + (0, 0), + (0, 705), + (0, 959), + (0, 0), + (0, 3136), + (0, 232), + (0, 338), + (0, 338), + (0, 13282), + (0, 3881), + (0, 82), + (0, 15), + (0, 1), + (0, 134), + (0, 195), + (0, 0), + (0, 8), + (0, 16980), + (0, 867), + (0, 1), + (0, 1225), + (0, 1064), + (0, 144), + (0, 2), + (0, 4), + (0, 2686), + (0, 9407), + (0, 8996), + (0, 68), + (0, 492), + (0, 14), + (0, 1027), + (0, 21), + (0, 17116), + (0, 600), + (0, 3000), + (0, 942), + (0, 0), + (0, 208), + (0, 13), + (0, 14), + (0, 4975), + (0, 372), + (0, 1135), + (0, 2), + (0, 47719), + (0, 425), + (0, 9), + (0, 7), + (0, 286), + (0, 734), + (0, 4207), + (0, 2), + (0, 1767), + (0, 327), + (0, 8110), + (0, 2409), + (0, 778), + (0, 15), + (0, 1193), + (0, 48), + (0, 0), + (0, 2682), + (0, 15441), + (0, 1605), + (0, 2101), + (0, 2), + (0, 6266), + (0, 360), + (0, 18606), + (0, 12), + (0, 45), + (0, 1981), + (0, 208), + (0, 14262), + (0, 5), + (0, 200), + (0, 94), + (0, 914), + (0, 490), + (0, 14693), + (0, 596), + (0, 1912), + (0, 2690), + (0, 28), + (0, 0), + (0, 1), + (0, 4557), + (0, 211), + (0, 4799), + (0, 2505), + (0, 516), + (0, 3449), + (0, 279), + (0, 8), + (0, 14), + (0, 10000), + (0, 577), + (0, 18643), + (0, 791), + (0, 27), + (0, 1), + (0, 18216), + (0, 2433), + (0, 40), + (0, 143), + (0, 385), + (0, 32792), + (0, 234), + (0, 87), + (0, 1396), + (0, 76), + (0, 952), + (0, 5915), + (0, 20), + (0, 188), + (0, 18), + (0, 153), + (0, 2), + (0, 157), + (0, 36), + (0, 0), + (0, 55419), + (0, 1068), + (0, 96), + (0, 16965), + (0, 3072), + (0, 3), + (0, 70), + (0, 14), + (0, 5), + (0, 5532), + (0, 1539), + (0, 53540), + (0, 2320), + (0, 159), + (0, 214), + (0, 103), + (0, 36), + (0, 2191), + (0, 16), + (0, 2), + (0, 266), + (0, 21), + (0, 5326), + (0, 8806), + (0, 71), + (0, 629), + (0, 21), + (0, 36551), + (0, 34), + (0, 0), + (0, 0), + (0, 9), + (0, 40), + (0, 235), + (0, 7), + (0, 5880), + (0, 1627), + (0, 367), + (0, 3887), + (0, 31242), + (0, 6), + (0, 0), + (0, 70), + (0, 7241), + (0, 2), + (0, 1868), + (0, 2167), + (0, 809), + (0, 49), + (0, 69), + (0, 1566), + (0, 1225), + (0, 344), + (0, 294), + (0, 3), + (0, 1580), + (0, 120), + (0, 4399), + (0, 489), + (0, 1187), + (0, 6591), + (0, 696), + (0, 10578), + (0, 182), + (0, 16252), + (0, 6452), + (0, 26367), + (0, 33065), + (0, 73), + (0, 10916), + (0, 10240), + (0, 7972), + (0, 443), + (0, 1), + (0, 15100), + (0, 0), + (0, 185), + (0, 4), + (0, 3), + (0, 10), + (0, 89), + (0, 15), + (0, 7538), + (0, 0), + (0, 10), + (0, 2), + (0, 0), + (0, 30), + (0, 6479), + (0, 2), + (0, 167), + (0, 80), + (0, 180), + (0, 9), + (0, 529), + (0, 14), + (0, 0), + (0, 10529), + (0, 13080), + (0, 121), + (0, 886), + (0, 0), + (0, 1795), + (0, 8755), + (0, 138), + (0, 68), + (0, 4), + (0, 1229), + (0, 4808), + (0, 0), + (0, 5), + (0, 27833), + (0, 1), + (0, 3286), + (0, 62), + (0, 9), + (0, 8572), + (0, 813), + (0, 81), + (0, 20), + (0, 0), + (0, 4), + (0, 274), + (0, 6342), + (0, 3025), + (0, 482), + (0, 1608), + (0, 27734), + (0, 26), + (0, 19323), + (0, 9731), + (0, 13094), + (0, 54), + (0, 7433), + (0, 2), + (0, 1), + (0, 340), + (0, 3703), + (0, 18), + (0, 669), + (0, 485), + (0, 236), + (0, 590), + (0, 9), + (0, 96), + (0, 387), + (0, 557), + (0, 0), + (0, 11), + (0, 5), + (0, 1), + (0, 22), + (0, 240), + (0, 301), + (0, 0), + (0, 24), + (0, 2458), + (0, 84), + (0, 0), + (0, 194), + (0, 8), + (0, 15337), + (0, 2931), + (0, 18665), + (0, 809), + (0, 745), + (0, 0), + (0, 239), + (0, 1), + (0, 30), + (0, 5599), + (0, 4), + (0, 16721), + (0, 3), + (0, 15), + (0, 12428), + (0, 2), + (0, 86), + (0, 1), + (0, 2951), + (0, 4), + (0, 620), + (0, 30), + (0, 642), + (0, 14088), + (0, 76), + (0, 7245), + (0, 172), + (0, 11), + (0, 433), + (0, 405), + (0, 40656), + (0, 175), + (0, 2464), + (0, 1569), + (0, 11), + (0, 11789), + (0, 3541), + (0, 1078), + (0, 11088), + (0, 13289), + (0, 1205), + (0, 589), + (0, 39), + (0, 1974), + (0, 2), + (0, 72), + (0, 276), + (0, 2), + (0, 18558), + (0, 39), + (0, 6), + (0, 1), + (0, 61), + (0, 0), + (0, 620), + (0, 29), + (0, 1656), + (0, 108), + (0, 7114), + (0, 0), + (0, 4796), + (0, 0), + (0, 70), + (0, 7650), + (0, 211), + (0, 124), + (0, 533), + (0, 4), + (0, 9320), + (0, 760), + (0, 27), + (0, 241), + (0, 5), + (0, 439), + (0, 8293), + (0, 1794), + (0, 3043), + (0, 33), + (0, 1224), + (0, 10), + (0, 20), + (0, 16637), + (0, 10), + (0, 0), + (0, 1194), + (0, 1), + (0, 2689), + (0, 1797), + (0, 11), + (0, 10926), + (0, 14125), + (0, 441), + (0, 50), + (0, 3391), + (0, 444), + (0, 231), + (0, 5), + (0, 1976), + (0, 2588), + (0, 70), + (0, 11), + (0, 2846), + (0, 1176), + (0, 1566), + (0, 163), + (0, 8), + (0, 569), + (0, 161), + (0, 5152), + (0, 1), + (0, 19), + (0, 29843), + (0, 26), + (0, 157), + (0, 120), + (0, 6), + (0, 9), + (0, 3), + (0, 1060), + (0, 591), + (0, 664), + (0, 1913), + (0, 8), + (0, 1191), + (0, 0), + (0, 10), + (0, 25), + (0, 1436), + (0, 9), + (0, 756), + (0, 9154), + (0, 831), + (0, 209), + (0, 26950), + (0, 1249), + (0, 107), + (0, 770), + (0, 5070), + (0, 996), + (0, 333), + (0, 47656), + (0, 66), + (0, 828), + (0, 9975), + (0, 876), + (0, 0), + (0, 6), + (0, 2674), + (0, 0), + (0, 22), + (0, 426), + (0, 510), + (0, 743), + (0, 34), + (0, 750), + (0, 1), + (0, 5456), + (0, 549), + (0, 20), + (0, 30), + (0, 408), + (0, 6071), + (0, 6), + (0, 33), + (0, 235), + (0, 83), + (0, 63), + (0, 9294), + (0, 4234), + (0, 644), + (0, 1128), + (0, 243), + (0, 66), + (0, 665), + (0, 97), + (0, 4), + (0, 95), + (0, 218), + (0, 6024), + (0, 15546), + (0, 2027), + (0, 198), + (0, 16466), + (0, 151), + (0, 123), + (0, 0), + (0, 66), + (0, 3), + (0, 0), + (0, 40), + (0, 2), + (0, 1257), + (0, 8), + (0, 776), + (0, 0), + (0, 36436), + (0, 251), + (0, 4955), + (0, 0), + (0, 2275), + (0, 8), + (0, 1248), + (0, 44661), + (0, 1), + (0, 15518), + (0, 1153), + (0, 535), + (0, 24), + (0, 26086), + (0, 241), + (0, 2541), + (0, 11179), + (0, 396), + (0, 1757), + (0, 5), + (0, 268), + (0, 10211), + (0, 3596), + (0, 1122), + (0, 2726), + (0, 27988), + (0, 12044), + (0, 77), + (0, 83), + (0, 3), + (0, 393), + (0, 87), + (0, 16), + (0, 0), + (0, 41), + (0, 192), + (0, 6853), + (0, 8524), + (0, 11), + (0, 17865), + (0, 31734), + (0, 3), + (0, 26), + (0, 847), + (0, 4870), + (0, 2), + (0, 5), + (0, 308), + (0, 11), + (0, 2522), + (0, 1525), + (0, 3845), + (0, 61), + (0, 6799), + (0, 27336), + (0, 981), + (0, 4284), + (0, 4848), + (0, 1154), + (0, 555), + (0, 109), + (0, 265), + (0, 22301), + (0, 6248), + (0, 10), + (0, 1214), + (0, 987), + (0, 139), + (0, 0), + (0, 243), + (0, 31270), + (0, 8800), + (0, 350), + (0, 909), + (0, 70), + (0, 10084), + (0, 6162), + (0, 7547), + (0, 678), + (0, 4727), + (0, 31843), + (0, 377), + (0, 38), + (0, 317), + (0, 6), + (0, 2), + (0, 0), + (0, 27), + (0, 153), + (0, 39), + (0, 2681), + (0, 67), + (0, 1969), + (0, 433), + (0, 1547), + (0, 12), + (0, 43886), + (0, 17), + (0, 470), + (0, 131), + (0, 12896), + (0, 1), + (0, 540), + (0, 10), + (0, 2954), + (0, 44), + (0, 5), + (0, 339), + (0, 343), + (0, 726), + (0, 0), + (0, 7194), + (0, 98), + (0, 497), + (0, 159), + (0, 4076), + (0, 2665), + (0, 0), + (0, 10), + (0, 9), + (0, 12), + (0, 395), + (0, 187), + (0, 423), + (0, 36140), + (0, 6029), + (0, 227), + (0, 244), + (0, 233), + (0, 26), + (0, 791), + (0, 14274), + (0, 65576), + (0, 20), + (0, 466), + (0, 411), + (0, 0), + (0, 88), + (0, 263), + (0, 25), + (0, 5972), + (0, 24), + (0, 814), + (0, 1032), + (0, 1040), + (0, 9502), + (0, 364), + (0, 2199), + (0, 104), + (0, 712), + (0, 29), + (0, 43414), + (0, 53), + (0, 9895), + (0, 51), + (0, 11639), + (0, 5648), + (0, 4361), + (0, 2641), + (0, 2692), + (0, 25), + (0, 24), + (0, 37), + (0, 2133), + (0, 365), + (0, 3), + (0, 1535), + (0, 37), + (0, 15), + (0, 467), + (0, 4018), + (0, 1440), + (0, 5042), + (0, 5911), + (0, 358), + (0, 378), + (0, 826), + (0, 8), + (0, 69), + (0, 38), + (0, 6), + (0, 1751), + (0, 3720), + (0, 443), + (0, 4993), + (0, 361), + (0, 788), + (0, 11), + (0, 8606), + (0, 10), + (0, 418), + (0, 1932), + (0, 0), + (0, 9), + (0, 153), + (0, 415), + (0, 64), + (0, 810), + (0, 50), + (0, 5258), + (0, 4846), + (0, 0), + (0, 34075), + (0, 23), + (0, 2), + (0, 7905), + (0, 551), + (0, 120), + (0, 815), + (0, 0), + (0, 13), + (0, 13), + (0, 792), + (0, 3348), + (0, 1219), + (0, 454), + (0, 106), + (0, 238), + (0, 901), + (0, 13477), + (0, 1), + (0, 358), + (0, 41), + (0, 262), + (0, 2950), + (0, 163), + (0, 7731), + (0, 2001), + (0, 6670), + (0, 57), + (0, 0), + (0, 539), + (0, 3966), + (0, 17816), + (0, 97), + (0, 860), + (0, 1681), + (0, 1224), + (0, 2931), + (0, 9), + (0, 101), + (0, 7065), + (0, 11679), + (0, 38), + (0, 902), + (0, 44429), + (0, 77), + (0, 0), + (0, 131), + (1, 113), + (0, 1), + (0, 0), + (0, 25), + (0, 0), + (0, 85), + (0, 1557), + (0, 8872), + (0, 9), + (0, 2), + (0, 26989), + (0, 24), + (0, 1271), + (0, 1086), + (0, 4111), + (0, 950), + (0, 10), + (0, 284), + (0, 6), + (0, 344), + (0, 18437), + (0, 1083), + (0, 4), + (0, 418), + (0, 74), + (0, 9362), + (0, 9724), + (0, 26), + (0, 271), + (0, 7296), + (0, 11040), + (0, 12721), + (0, 19), + (0, 5279), + (0, 211), + (0, 9), + (0, 195), + (0, 4411), + (0, 52), + (0, 54), + (0, 59), + (0, 6), + (0, 129), + (0, 35684), + (0, 277), + (0, 147), + (0, 1463), + (0, 18099), + (0, 8797), + (0, 2424), + (0, 5944), + (0, 7), + (0, 5415), + (0, 65), + (0, 756), + (0, 2), + (0, 8071), + (0, 1850), + (0, 102), + (0, 4), + (0, 627), + (0, 41149), + (0, 22327), + (0, 115), + (0, 15), + (0, 8), + (0, 1698), + (0, 31), + (0, 439), + (0, 2612), + (0, 22), + (0, 2541), + (0, 63), + (0, 960), + (0, 5591), + (0, 4570), + (0, 3678), + (0, 31), + (0, 213), + (0, 620), + (0, 1993), + (0, 9978), + (0, 2550), + (0, 15322), + (0, 3915), + (0, 0), + (0, 1707), + (0, 577), + (0, 959), + (0, 1), + (0, 26489), + (0, 6768), + (0, 507), + (0, 4644), + (0, 1575), + (0, 5), + (0, 38), + (0, 44), + (0, 13122), + (0, 23), + (0, 0), + (0, 29805), + (0, 38), + (0, 1), + (0, 37007), + (0, 5), + (0, 136), + (0, 21), + (0, 17662), + (0, 34157), + (0, 48), + (0, 1083), + (0, 2778), + (0, 1), + (0, 99), + (0, 209), + (0, 10299), + (0, 10), + (0, 5840), + (0, 0), + (0, 20), + (0, 2755), + (0, 804), + (0, 30), + (0, 123), + (0, 5538), + (0, 1807), + (0, 2775), + (0, 450), + (0, 786), + (0, 8), + (0, 1), + (0, 6297), + (0, 3), + (0, 1311), + (0, 217), + (0, 21), + (0, 9), + (0, 572), + (0, 193), + (0, 11), + (0, 8241), + (0, 3547), + (0, 23861), + (0, 6800), + (0, 568), + (0, 309), + (0, 855), + (0, 3647), + (0, 7), + (0, 1), + (0, 8644), + (0, 34), + (0, 31), + (0, 101), + (0, 431), + (0, 4), + (0, 1658), + (0, 1), + (0, 1517), + (0, 120), + (0, 15606), + (0, 5525), + (0, 1), + (0, 245), + (0, 5597), + (0, 19829), + (0, 2420), + (0, 11467), + (0, 1062), + (0, 18560), + (0, 830), + (0, 7146), + (0, 1680), + (0, 50), + (0, 811), + (0, 2), + (0, 41205), + (0, 1), + (0, 29921), + (0, 45780), + (0, 679), + (0, 1004), + (0, 0), + (0, 7481), + (0, 66), + (0, 4671), + (0, 45), + (0, 6301), + (0, 1), + (0, 13), + (0, 916), + (0, 4), + (0, 25469), + (0, 116), + (0, 133), + (0, 25716), + (0, 3263), + (0, 38), + (0, 4), + (0, 2), + (0, 22809), + (0, 5949), + (0, 20727), + (0, 44), + (0, 41953), + (0, 5712), + (0, 39), + (0, 3308), + (0, 26), + (0, 298), + (0, 5454), + (0, 1085), + (0, 36), + (0, 1764), + (0, 1659), + (0, 641), + (0, 18753), + (0, 148), + (0, 2509), + (0, 821), + (0, 2233), + (0, 56), + (0, 9792), + (0, 983), + (0, 46202), + (0, 6), + (0, 249), + (0, 0), + (0, 18611), + (0, 9808), + (0, 15081), + (0, 10137), + (0, 16590), + (0, 313), + (0, 1), + (0, 2429), + (0, 0), + (0, 0), + (0, 1), + (0, 2), + (0, 1011), + (0, 344), + (0, 653), + (0, 1), + (0, 52), + (0, 6), + (0, 262), + (0, 2), + (0, 14), + (0, 534), + (0, 0), + (0, 0), + (0, 31), + (0, 283), + (0, 1091), + (0, 329), + (0, 17), + (0, 0), + (0, 3133), + (0, 4902), + (0, 9), + (0, 77), + (0, 0), + (0, 12119), + (0, 1), + (0, 26880), + (0, 127), + (0, 250), + (0, 308), + (0, 38144), + (0, 2292), + (0, 20949), + (0, 4017), + (0, 2), + (0, 0), + (0, 23), + (0, 92), + (0, 14640), + (0, 46), + (0, 57), + (0, 33701), + (0, 58), + (0, 4171), + (0, 1919), + (0, 3392), + (0, 11), + (0, 1885), + (0, 170), + (0, 3), + (0, 91), + (0, 736), + (0, 750), + (0, 215), + (0, 1034), + (0, 44), + (0, 5293), + (0, 555), + (0, 4486), + (0, 2022), + (0, 13), + (0, 1), + (0, 16), + (0, 6947), + (0, 8701), + (0, 278), + (0, 25098), + (0, 4), + (0, 10), + (0, 30), + (0, 19586), + (0, 1783), + (0, 35), + (0, 38758), + (0, 44), + (0, 270), + (0, 5035), + (0, 4120), + (0, 13869), + (0, 192), + (0, 1872), + (0, 727), + (0, 10105), + (0, 1069), + (0, 5524), + (0, 4151), + (1, 15851), + (0, 12136), + (0, 15909), + (0, 766), + (0, 37), + (0, 4913), + (0, 10460), + (0, 22), + (0, 139), + (0, 3387), + (0, 48), + (0, 25530), + (0, 922), + (0, 2671), + (0, 145), + (0, 57471), + (0, 7271), + (0, 2072), + (0, 5916), + (0, 1935), + (0, 7), + (0, 28811), + (0, 3), + (0, 1169), + (0, 22), + (0, 1088), + (0, 3), + (0, 12), + (0, 87), + (0, 66), + (0, 4495), + (0, 115), + (0, 7), + (0, 13236), + (0, 0), + (0, 163), + (0, 21238), + (0, 5), + (0, 47), + (0, 6), + (1, 11332), + (0, 101), + (0, 45337), + (0, 23489), + (0, 56), + (0, 749), + (0, 337), + (0, 37), + (0, 2033), + (0, 4825), + (0, 10), + (0, 69), + (0, 8870), + (0, 2119), + (0, 59), + (0, 998), + (0, 26), + (0, 4911), + (0, 276), + (0, 9645), + (0, 1), + (0, 1820), + (0, 212), + (0, 10900), + (0, 3146), + (0, 0), + (0, 2), + (0, 128), + (0, 1328), + (0, 40652), + (0, 13), + (0, 1958), + (0, 38555), + (0, 76), + (0, 2328), + (0, 1235), + (0, 895), + (0, 5763), + (0, 1388), + (0, 1189), + (0, 4), + (0, 26855), + (0, 745), + (0, 198), + (0, 139), + (0, 1), + (0, 655), + (0, 3042), + (0, 4059), + (0, 7698), + (0, 31958), + (0, 8144), + (0, 63), + (0, 23), + (0, 19), + (0, 21004), + (0, 2), + (0, 7828), + (0, 13792), + (0, 194), + (0, 18386), + (0, 3), + (0, 283), + (0, 7709), + (0, 3), + (1, 2724), + (0, 11), + (0, 64), + (0, 6006), + (0, 716), + (0, 251), + (0, 20182), + (0, 589), + (0, 3), + (0, 214), + (0, 469), + (0, 133), + (0, 336), + (0, 2038), + (0, 15980), + (0, 455), + (0, 6094), + (0, 15346), + (0, 249), + (0, 164), + (0, 341), + (0, 0), + (0, 240), + (0, 209), + (0, 444), + (0, 10), + (0, 29731), + (0, 1), + (0, 1739), + (0, 5186), + (0, 1078), + (0, 3087), + (0, 28), + (0, 0), + (0, 35), + (0, 238), + (0, 22863), + (0, 1), + (0, 76), + (0, 3), + (0, 999), + (0, 35), + (0, 37299), + (0, 122), + (0, 66939), + (0, 7190), + (0, 1), + (0, 1), + (0, 55821), + (0, 4544), + (0, 35753), + (0, 3715), + (0, 413), + (0, 6), + (0, 266), + (0, 3058), + (0, 6684), + (0, 97), + (0, 1409), + (0, 50), + (0, 6626), + (0, 246), + (0, 2), + (0, 0), + (0, 5142), + (0, 5465), + (0, 845), + (0, 23176), + (0, 10015), + (0, 12), + (0, 139), + (0, 2), + (0, 39), + (0, 5941), + (0, 647), + (0, 7066), + (0, 2499), + (0, 9917), + (0, 115), + (0, 29), + (0, 14111), + (0, 27474), + (0, 24), + (0, 495), + (0, 38968), + (0, 4588), + (0, 1), + (0, 8481), + (0, 2379), + (0, 6057), + (0, 144), + (0, 24867), + (0, 14645), + (0, 316), + (0, 6498), + (0, 2430), + (0, 1), + (0, 10809), + (0, 16), + (0, 1995), + (0, 15312), + (0, 23317), + (0, 1580), + (0, 1), + (0, 96), + (0, 28014), + (0, 78), + (0, 0), + (0, 47), + (0, 15320), + (0, 1206), + (0, 1686), + (0, 1737), + (0, 850), + (0, 70), + (0, 7083), + (0, 3383), + (0, 2), + (0, 69), + (0, 46190), + (0, 1089), + (0, 25563), + (0, 3), + (0, 456), + (0, 1), + (0, 3471), + (0, 852), + (0, 44472), + (0, 4), + (0, 410), + (0, 4), + (0, 17907), + (0, 180), + (0, 298), + (0, 2840), + (0, 11785), + (0, 150), + (0, 2361), + (0, 5029), + (0, 1), + (0, 9410), + (0, 7), + (0, 0), + (0, 22558), + (0, 6), + (0, 635), + (0, 81), + (0, 118), + (0, 1625), + (0, 0), + (0, 11998), + (0, 613), + (0, 1), + (0, 10083), + (0, 1), + (0, 88), + (0, 3415), + (0, 2320), + (0, 3060), + (0, 48), + (0, 9941), + (0, 16531), + (0, 1740), + (0, 2970), + (0, 404), + (0, 10698), + (0, 531), + (0, 67), + (0, 8), + (0, 0), + (0, 1601), + (0, 6546), + (0, 25134), + (0, 49641), + (0, 38337), + (0, 38355), + (0, 62586), + (0, 181), + (0, 4910), + (0, 189), + (0, 0), + (0, 30), + (0, 61), + (0, 12675), + (0, 48595), + (0, 1043), + (0, 0), + (0, 1654), + (0, 13129), + (0, 31), + (0, 29), + (0, 64), + (0, 5766), + (0, 3), + (0, 39), + (0, 16805), + (0, 23092), + (0, 12574), + (0, 9232), + (0, 174), + (0, 0), + (0, 43372), + (0, 1), + (0, 18), + (0, 2), + (0, 548), + (0, 28775), + (0, 61), + (0, 273), + (0, 33857), + (0, 3475), + (0, 0), + (0, 76), + (0, 2444), + (0, 1382), + (0, 20788), + (0, 0), + (0, 41), + (0, 9), + (0, 354), + (0, 3), + (0, 839), + (0, 32), + (0, 26736), + (0, 18), + (0, 3298), + (0, 687), + (0, 6), + (0, 8), + (0, 1949), + (0, 34763), + (0, 16), + (1, 36337), + (0, 38), + (0, 10191), + (0, 3120), + (0, 18336), + (0, 95), + (0, 2), + (0, 13835), + (0, 28), + (0, 72), + (0, 21804), + (0, 2748), + (0, 27534), + (0, 470), + (0, 1654), + (0, 183), + (0, 4134), + (0, 18371), + (0, 8), + (0, 40505), + (0, 20674), + (0, 45201), + (0, 9542), + (0, 20), + (0, 1011), + (0, 37589), + (0, 4), + (0, 1), + (0, 15495), + (0, 1), + (0, 209), + (0, 4), + (0, 929), + (0, 119), + (0, 30656), + (0, 221), + (0, 8), + (0, 73), + (0, 16), + (0, 3075), + (0, 0), + (0, 478), + (0, 1211), + (0, 1), + (0, 2), + (0, 0), + (0, 362), + (0, 455), + (0, 1), + (0, 1153), + (0, 5659), + (0, 3), + (0, 32), + (0, 65), + (0, 17667), + (0, 219), + (0, 14), + (0, 272), + (0, 5), + (0, 248), + (0, 10089), + (0, 76), + (0, 431), + (0, 0), + (0, 412), + (0, 1), + (0, 65058), + (0, 1), + (0, 1), + (0, 1137), + (0, 0), + (0, 87), + (0, 29), + (0, 41452), + (0, 0), + (0, 1760), + (0, 6976), + (0, 297), + (0, 247), + (0, 30), + (0, 86), + (0, 6), + (0, 1), + (0, 268), + (0, 20938), + (0, 8), + (0, 3803), + (0, 2674), + (0, 0), + (0, 17), + (0, 4), + (0, 17991), + (0, 1100), + (0, 703), + (0, 10950), + (0, 37), + (0, 43), + (0, 10407), + (0, 86), + (0, 13757), + (0, 3867), + (0, 2806), + (0, 61), + (0, 775), + (0, 6148), + (0, 15820), + (0, 4863), + (0, 1), + (0, 85), + (0, 365), + (0, 58530), + (0, 1502), + (0, 1023), + (0, 42355), + (0, 794), + (0, 14782), + (0, 4), + (0, 56957), + (1, 26456), + (0, 544), + (0, 30), + (0, 4323), + (0, 521), + (1, 24160), + (0, 198), + (0, 4839), + (0, 275), + (0, 6700), + (0, 62617), + (0, 58), + (0, 11), + (0, 6134), + (0, 0), + (0, 3004), + (0, 5101), + (0, 703), + (0, 44086), + (0, 441), + (0, 1216), + (0, 12228), + (0, 22), + (0, 26), + (0, 481), + (0, 388), + (0, 7977), + (0, 61), + (0, 24), + (0, 78), + (0, 5786), + (0, 8), + (0, 3), + (0, 45), + (0, 229), + (0, 0), + (0, 15), + (0, 40822), + (0, 15970), + (0, 2762), + (0, 34), + (0, 382), + (0, 3494), + (0, 47839), + (0, 785), + (0, 56), + (0, 196), + (0, 708), + (0, 5), + (0, 10), + (0, 340), + (0, 60), + (0, 32), + (0, 103), + (0, 11400), + (0, 1466), + (0, 0), + (0, 6949), + (0, 5), + (0, 28), + (0, 9326), + (0, 11077), + (0, 234), + (0, 5202), + (0, 1680), + (0, 39), + (0, 20), + (0, 468), + (0, 71), + (0, 86), + (0, 3163), + (0, 1953), + (0, 3008), + (0, 3022), + (0, 35), + (0, 3), + (0, 3484), + (0, 1206), + (0, 17), + (0, 0), + (0, 12114), + (0, 45), + (0, 563), + (0, 4551), + (0, 27414), + (0, 15155), + (0, 209), + (0, 242), + (0, 1995), + (0, 1503), + (0, 59729), + (0, 7), + (0, 594), + (0, 25574), + (0, 6093), + (0, 200), + (0, 5276), + (0, 6), + (0, 4501), + (0, 6169), + (0, 1946), + (0, 0), + (0, 8), + (0, 119), + (0, 37), + (0, 25), + (0, 26429), + (0, 71), + (0, 534), + (0, 145), + (0, 3243), + (0, 257), + (0, 0), + (0, 8), + (0, 16), + (0, 21), + (0, 44729), + (0, 2756), + (0, 8775), + (0, 725), + (0, 207), + (0, 12069), + (0, 24380), + (0, 622), + (0, 12867), + (0, 293), + (0, 391), + (0, 35019), + ], + entries: &[ + ("ingrediens", &["ingredients"]), + ("edige", &["edge"]), + ("insteance", &["instance"]), + ("mutiplier", &["multiplier"]), + ("scientfic", &["scientific"]), + ("mentione", &["mentioned"]), + ("conceous", &["conscious"]), + ("carismatic", &["charismatic"]), + ("generase", &["generates"]), + ("indonesa", &["indonesia"]), + ("foloowing", &["following"]), + ("constitucional", &["constitutional"]), + ("sytemd", &["systemd"]), + ("cretes", &["creates", "crates"]), + ("understandbly", &["understandably"]), + ("implentors", &["implementers"]), + ("franchie", &["franchises"]), + ("homosexuales", &["homosexuals"]), + ("isalha", &["isalpha"]), + ("materilize", &["materialize"]), + ("frowrads", &["forwards"]), + ("operatorss", &["operators"]), + ("predeccesors", &["predecessor"]), + ("obhectification", &["objectification"]), + ("protocoll", &["protocol"]), + ("algorwwithm", &["algorithm"]), + ("inefficienty", &["inefficiently"]), + ("facilitatile", &["facilitate"]), + ("compositore", &["composite"]), + ("metephorically", &["metaphorically"]), + ("expontential", &["exponential"]), + ("owerread", &["overread"]), + ("creatred", &["created"]), + ("compliants", &["complaints"]), + ("downoading", &["downloading"]), + ("unsolocited", &["unsolicited"]), + ("derivitivs", &["derivatives"]), + ("reseration", &["reservation"]), + ("flattire", &["flatter"]), + ("compilaton", &["compilation"]), + ("troglodite", &["troglodyte"]), + ("happliy", &["happily"]), + ("lobbysits", &["lobbyists"]), + ("responsivle", &["responsive"]), + ("invincibile", &["invincible"]), + ("improbible", &["improbable"]), + ("nuissance", &["nuisance"]), + ("poitlessly", &["pointlessly"]), + ("mutiliated", &["mutilated"]), + ("negotitaor", &["negotiator"]), + ("souvineers", &["souvenirs"]), + ("pasturise", &["pasteurise"]), + ("initailizers", &["initializers"]), + ("exterioara", &["exterior"]), + ("emmiting", &["emitting"]), + ("esporst", &["esports"]), + ("aggressivly", &["aggressively"]), + ("intervenire", &["intervene"]), + ("millionaries", &["millionaires"]), + ("arraival", &["arrival"]), + ("antarcitca", &["antarctica"]), + ("unconsistent", &["inconsistent"]), + ("becauseq", &["because"]), + ("arbitratrily", &["arbitrarily"]), + ("proffesed", &["professed"]), + ("adovcates", &["advocates"]), + ("inialization", &["initialization"]), + ("hemicircles", &["semicircles"]), + ("experssions", &["expressions"]), + ("elektrolytes", &["electrolytes"]), + ("constrctions", &["constructions", "constrictions"]), + ("cofiguring", &["configuring"]), + ("resgisters", &["registers"]), + ("perfecxion", &["perfection"]), + ("rturning", &["returning"]), + ("reruirements", &["requirements"]), + ("mechinism", &["mechanism"]), + ("somtimes", &["sometimes"]), + ("rudimentry", &["rudimentary"]), + ("distinctily", &["distinctly"]), + ("experimint", &["experiment"]), + ("biger", &["bigger"]), + ("miniscully", &["minusculely"]), + ("assassines", &["assassins"]), + ("apporve", &["approve"]), + ( + "tralling", + &[ + "thralling", + "trailing", + "travelling", + "trialling", + "trilling", + "trolling", + ], + ), + ("manafactured", &["manufactured"]), + ("inititalise", &["initialise"]), + ("onwing", &["owning"]), + ("analize", &["analyze"]), + ("monatge", &["montage"]), + ("bwtween", &["between"]), + ("eqautions", &["equations"]), + ("cabnets", &["cabinets"]), + ("optmization", &["optimization"]), + ("haev", &["have", "heave"]), + ("serveiced", &["serviced"]), + ("unsubscritpitons", &["unsubscriptions"]), + ("rerwite", &["rewrite"]), + ("ligthweight", &["lightweight"]), + ("seciton", &["section"]), + ("brethen", &["brethren"]), + ("axix", &["axis"]), + ("reeasing", &["releasing"]), + ("queisce", &["quiesce"]), + ("acqusition", &["acquisition"]), + ("postiton", &["position"]), + ("questionaires", &["questionnaires"]), + ("institutionnels", &["institutions"]), + ("approprpiate", &["appropriate"]), + ("rudimentatry", &["rudimentary"]), + ("follww", &["follow"]), + ("eeger", &["eager"]), + ("namaed", &["named"]), + ("artifical", &["artificial"]), + ("israleis", &["israelis"]), + ("intercahnge", &["interchange"]), + ("agravate", &["aggravate"]), + ("registors", &["registers"]), + ("rebulds", &["rebuilds"]), + ("appareal", &["apparel"]), + ("amound", &["amount"]), + ("robberts", &["robbers"]), + ("manaul", &["manual"]), + ("includeds", &["includes", "included"]), + ("qualtitative", &["quantitative"]), + ("bartendars", &["bartenders"]), + ("pytnon", &["python"]), + ("exdcutive", &["executive"]), + ("tavelling", &["travelling"]), + ("afte", &["after"]), + ("configration", &["configuration"]), + ("folliwinwg", &["following"]), + ("accesssiblity", &["accessibility"]), + ("opjected", &["objected"]), + ("higeine", &["hygiene"]), + ("colective", &["collective"]), + ("abbout", &["about", "abbot"]), + ("differntial", &["differential"]), + ("agrgressive", &["aggressive"]), + ("baiscly", &["basically"]), + ("temprorily", &["temporarily"]), + ("instanciating", &["instantiating"]), + ("mudules", &["modules"]), + ("apporpriating", &["appropriating"]), + ("appaise", &["appease", "appraise"]), + ("acroos", &["across"]), + ("inevititably", &["inevitably"]), + ("sistemist", &["systemist"]), + ("obsure", &["obscure"]), + ("punihsment", &["punishments"]), + ("cancles", &["cancels"]), + ("tunnles", &["tunnels"]), + ("arbitraryly", &["arbitrary"]), + ("apllying", &["applying"]), + ("getttime", &["gettime"]), + ("calibrte", &["calibrate"]), + ("simplivity", &["simplicity"]), + ("ajacencies", &["adjacencies"]), + ("conetivity", &["connectivity"]), + ("faktoring", &["factoring"]), + ("modeul", &["module"]), + ("insidiuos", &["insidious"]), + ("suppport", &["support"]), + ("sadistisch", &["sadistic"]), + ("asertion", &["assertion"]), + ("datasset", &["dataset"]), + ("custoizable", &["customizable"]), + ("forwarrd", &["forward"]), + ("follwowed", &["followed"]), + ("adventurs", &["adventures"]), + ("contagiosa", &["contagious"]), + ("rememor", &["remember"]), + ("negotited", &["negotiated"]), + ("termianted", &["terminated"]), + ("quitt", &["quit"]), + ("simptom", &["symptom"]), + ("arthimetic", &["arithmetic"]), + ("allignment", &["alignment"]), + ("demolation", &["demolition"]), + ("downloadbale", &["downloadable"]), + ("acqusitions", &["acquisitions"]), + ("speficiers", &["specifiers"]), + ("desicive", &["decisive"]), + ("speficically", &["specifically"]), + ("temporarirly", &["temporarily"]), + ("sepeicfy", &["specify"]), + ("conpromising", &["compromising"]), + ("miscarraige", &["miscarriage"]), + ("obeserves", &["observes"]), + ("thruout", &["throughout"]), + ("transocder", &["transcoder"]), + ("abstracions", &["abstractions"]), + ("commense", &["commenters"]), + ("geneologies", &["genealogies"]), + ("uplader", &["uploader"]), + ("kerenls", &["kernels"]), + ("dicrete", &["discrete"]), + ("loding", &["loading"]), + ("programe", &["programme"]), + ("anonimity", &["anonymity"]), + ("porven", &["proven"]), + ("faile", &["failed", "fail"]), + ("miscommunicaiton", &["miscommunication"]), + ("scannign", &["scanning"]), + ("consciense", &["conscience"]), + ("jusitification", &["justification"]), + ("monolithisch", &["monolithic"]), + ("freqently", &["frequently"]), + ("discoruage", &["discourages"]), + ("relatin", &["relation"]), + ("physcologically", &["psychologically"]), + ("implemtentation", &["implementation"]), + ("disssociating", &["dissociating"]), + ("procedger", &["procedure"]), + ("allcating", &["allocating"]), + ("authencators", &["authenticators"]), + ("affraid", &["afraid"]), + ("forbit", &["forbid"]), + ("filtypes", &["filetypes"]), + ("angshiuosness", &["anxiousness"]), + ("francaises", &["franchises"]), + ("samuari", &["samurai"]), + ("predacessor", &["predecessor"]), + ("commentsry", &["commenters"]), + ("trasnforms", &["transforms"]), + ("businesse", &["businessmen"]), + ("rekursion", &["recursion"]), + ("nessessarily", &["necessarily"]), + ("assgins", &["assigns"]), + ("scatchss", &["catches", "scratches", "sketches"]), + ("arangement", &["arrangement"]), + ("significently", &["significantly"]), + ("presumabely", &["presumably"]), + ("ummark", &["unmark"]), + ("propsects", &["prospects"]), + ("intreeging", &["intriguing"]), + ("pepperment", &["peppermint"]), + ("implemenationa", &["implementation"]), + ("mislabaled", &["mislabeled"]), + ("singltons", &["singletons"]), + ("lileral", &["literal"]), + ("sometring", &["something"]), + ("professiomal", &["professionalism"]), + ("faiway", &["fairway"]), + ("uncompatible", &["incompatible"]), + ("derivitave", &["derivative"]), + ("standrats", &["standards"]), + ("toothrbush", &["toothbrush"]), + ("arbtirary", &["arbitrary"]), + ("passabe", &["passable"]), + ("transmorfers", &["transformer"]), + ("upgade", &["upgrade"]), + ("capabiltity", &["capability"]), + ("apointment", &["appointment"]), + ("concernig", &["concerning"]), + ("autocorect", &["autocorrect"]), + ("popolating", &["populating"]), + ("experiansial", &["experiential"]), + ("initiliasing", &["initialising"]), + ("passhtrough", &["passthrough"]), + ("functiom", &["function"]), + ("makro", &["macro"]), + ("assoiciated", &["associated"]), + ("laungages", &["languages"]), + ("noth", &["north"]), + ("dynamiclly", &["dynamically"]), + ("expedicion", &["expedition"]), + ("mortailty", &["mortality"]), + ("alraedy", &["already"]), + ("organisim", &["organism"]), + ("copiese", &["copies"]), + ("optimazation", &["optimization"]), + ("fautures", &["features"]), + ("tiebreakker", &["tiebreaker"]), + ("constititional", &["constitutional"]), + ("repeast", &["repeats"]), + ("probablybe", &["probable"]), + ("sustem", &["system"]), + ("influentual", &["influential"]), + ("icrementing", &["incrementing"]), + ("devine", &["define", "divine"]), + ("maniplulate", &["manipulate"]), + ("staurday", &["saturday"]), + ("lanauge", &["language"]), + ("familiarlize", &["familiarize"]), + ("disconeccts", &["disconnects"]), + ("exctraction", &["extraction"]), + ("mastermid", &["mastermind"]), + ("civalezation", &["civilization"]), + ("cacluater", &["calculator"]), + ("specfifies", &["specifies"]), + ("fractalers", &["fractals"]), + ("pratices", &["practices"]), + ("tagnets", &["tangents"]), + ("translaters", &["translators"]), + ("cahing", &["caching"]), + ("segmetns", &["segments"]), + ("whistel", &["whistle"]), + ("otherweise", &["otherwise"]), + ("pretains", &["pertains"]), + ("demphasize", &["deemphasize"]), + ("healtchare", &["healthcare"]), + ("answhars", &["answers"]), + ("execuion", &["execution"]), + ("excercise", &["exercise"]), + ("suppot", &["support"]), + ("contermporaneous", &["contemporaneous"]), + ("beneficary", &["beneficiary"]), + ("rechaged", &["recharged"]), + ("chenged", &["changed"]), + ("reaponsibility", &["responsibility"]), + ("genialia", &["genitalia"]), + ("authencicators", &["authenticators"]), + ("classses", &["classes"]), + ("clarskon", &["clarkson"]), + ("colleages", &["colleagues"]), + ("repositiories", &["repositories"]), + ("unannomous", &["unanimous"]), + ("speshally", &["specially", "especially"]), + ("barbarions", &["barbarians"]), + ("intstantly", &["instantly"]), + ("comparitavely", &["comparatively"]), + ("hypocrities", &["hypocrite"]), + ("judical", &["judicial"]), + ("hypathetically", &["hypothetically"]), + ("cummulated", &["cumulated"]), + ("allcommnads", &["allcommands"]), + ("muyst", &["must"]), + ("noght", &["night"]), + ("schizophernic", &["schizophrenic"]), + ("midle", &["middle"]), + ("thiests", &["theists"]), + ("complusive", &["compulsive"]), + ("reciepts", &["receipts"]), + ("overzealusly", &["overzealously"]), + ("cringeworthly", &["cringeworthy"]), + ("limitting", &["limiting"]), + ("configl", &["config"]), + ("coppermines", &["coppermine"]), + ("operandes", &["operands"]), + ("vinyet", &["vignette"]), + ("compleatly", &["completely"]), + ("supervisers", &["supervisors"]), + ("introducation", &["introduction"]), + ("intruduction", &["introduction"]), + ("drob", &["drop"]), + ("preffix", &["prefix"]), + ("compositon", &["composition"]), + ("nadly", &["badly"]), + ("proposito", &["proposition"]), + ("materiales", &["materials"]), + ("umbelievable", &["unbelievable"]), + ("repearedly", &["repealed"]), + ("concurrect", &["concurrent"]), + ("californien", &["californian"]), + ("saniziter", &["sanitizer"]), + ("interragation", &["interrogation"]), + ("contaminted", &["contaminated"]), + ("inclutions", &["inclusions"]), + ("signifcantly", &["significantly"]), + ("epliogue", &["epilogue"]), + ("accidentilly", &["accidentally"]), + ("incarcerato", &["incarceration"]), + ("unsollicited", &["unsolicited"]), + ("caefully", &["carefully"]), + ("backlghts", &["backlights"]), + ("defintivly", &["definitively"]), + ("averagine", &["averaging"]), + ("currupted", &["corrupted"]), + ("colorao", &["colorado"]), + ("nodulated", &["modulated"]), + ("populos", &["populous"]), + ("algorithims", &["algorithm", "algorithms"]), + ("roundinf", &["rounding"]), + ("dailogue", &["dialogue"]), + ("varstiy", &["varsity"]), + ("follwoiong", &["following"]), + ("reconfifure", &["reconfigure"]), + ("apprearance", &["appearance"]), + ("responsibel", &["responsibly"]), + ("initializates", &["initializes"]), + ("selcetion", &["selection"]), + ("aeriel", &["aerial"]), + ("impossibley", &["impossibly"]), + ("strting", &["string"]), + ("ansamble", &["ensemble"]), + ("negotaties", &["negotiates"]), + ("sirectionals", &["directionals"]), + ("permmission", &["permission"]), + ("sapeenad", &["subpoenaed"]), + ("reconnnaissance", &["reconnaissance"]), + ("delimiation", &["delimitation"]), + ("thirtsy", &["thirsty"]), + ("anwee", &["ennui"]), + ("camofluage", &["camouflage"]), + ("aggegrate", &["aggregate"]), + ("exsit", &["exist", "exit"]), + ("nutrutional", &["nutritional"]), + ("trurned", &["turned"]), + ("absoluely", &["absolutely"]), + ("constractor", &["constructor"]), + ("exaplanations", &["explanations"]), + ("prerequesites", &["prerequisites"]), + ("concentrant", &["concentrate"]), + ("sarcams", &["sarcasm"]), + ("alligning", &["aligning"]), + ("superbocks", &["superblocks"]), + ("heighest", &["heights", "highest"]), + ("nutricional", &["nutritional"]), + ("ake", &["ache"]), + ("proocessing", &["processing"]), + ("capitalizating", &["capitalization"]), + ("excempted", &["exempted"]), + ("commitin", &["committing"]), + ("advantegeous", &["advantageous"]), + ("avergaes", &["averages"]), + ("neightboring", &["neighboring"]), + ("certainlyt", &["certainty"]), + ("transparts", &["transports"]), + ("chidlbirth", &["childbirth"]), + ("hypvisor", &["hypervisor"]), + ("checkts", &["checked", "checks"]), + ("responsibily", &["responsibility"]), + ("flavores", &["flavors"]), + ("woulld", &["would"]), + ("dicided", &["decided"]), + ("aftrer", &["after"]), + ("disclipine", &["discipline"]), + ("conecntrated", &["concentrated"]), + ("segaults", &["segfaults"]), + ("incremenets", &["increments"]), + ("carolan", &["carolina"]), + ("platformt", &["platforms"]), + ("explecit", &["explicit"]), + ("multine", &["multiline"]), + ("reasearchers", &["researchers"]), + ("impossibile", &["impossible"]), + ("speficitiers", &["specifiers"]), + ("spsaced", &["spaced"]), + ("proccedings", &["proceedings"]), + ("sematic", &["semantic"]), + ("buddishm", &["buddhism"]), + ("interrtups", &["interrupts"]), + ("alforithmic", &["algorithmic"]), + ("certicates", &["certificates"]), + ("vesion", &["version"]), + ("blizzad", &["blizzard"]), + ("kollaboration", &["collaboration"]), + ("intervall", &["interval"]), + ("cancells", &["cancels"]), + ("similarites", &["similarities"]), + ("paitence", &["patience"]), + ("minuts", &["minutes"]), + ("asterik", &["asterisk"]), + ("unknonw", &["unknown"]), + ("simulatore", &["simulate"]), + ("algorithemically", &["algorithmically"]), + ("retcievers", &["receivers", "retrievers"]), + ("contredict", &["contradict"]), + ("calcuate", &["calculate"]), + ("experinementation", &["experimentation"]), + ("cahgning", &["changing"]), + ("strictier", &["stricter"]), + ("warninig", &["warning"]), + ("trubines", &["turbines"]), + ("authrorities", &["authorities"]), + ("confugration", &["configuration"]), + ("draculla", &["dracula"]), + ("susecptible", &["susceptible"]), + ("unavaoidable", &["unavoidable"]), + ("cirles", &["circles"]), + ("pregnanices", &["pregnancies"]), + ("pacakging", &["packaging"]), + ("gravitatiei", &["gravitate"]), + ("presearvations", &["preservations"]), + ("serapate", &["separate"]), + ("negogtiations", &["negotiations"]), + ("serialsies", &["serialises"]), + ("inquisiton", &["inquisition"]), + ("involintary", &["involuntary"]), + ("techer", &["teacher"]), + ("initiatiater", &["initiator"]), + ("sturctures", &["structures"]), + ("workaroungs", &["workarounds"]), + ("healthercare", &["healthcare"]), + ("interlly", &["internally"]), + ("heartbrake", &["heartbreak"]), + ("masturbaited", &["masturbated"]), + ("ingorance", &["ignorance"]), + ("shfiting", &["shifting"]), + ("respons", &["response", "respond"]), + ("counterracts", &["counterparts"]), + ("internface", &["interface"]), + ("componts", &["compost"]), + ("englsih", &["english"]), + ("pruposely", &["purposely"]), + ("seseeding", &["seceding"]), + ("intstant", &["instant"]), + ("listensers", &["listeners"]), + ("derogetory", &["derogatory"]), + ("assoicated", &["associated"]), + ("actiavte", &["activate"]), + ("accrose", &["across"]), + ("arbitrtily", &["arbitrarily"]), + ("peanuckle", &["pinochle"]), + ("unsucessfuly", &["unsuccessfully"]), + ("amnsety", &["amnesty"]), + ("analzyers", &["analyzers"]), + ("abtractions", &["abstractions"]), + ("functons", &["functions"]), + ("descrptors", &["descriptors"]), + ("preveiw", &["preview"]), + ("grahic", &["graphic"]), + ("emought", &["enough"]), + ("constructes", &["constructs"]), + ("consdiered", &["considered"]), + ("downvoteas", &["downvoters"]), + ("packhages", &["packages"]), + ("slignt", &["slight"]), + ("laballed", &["labelled"]), + ("suspicioun", &["suspicion"]), + ("abondon", &["abandon"]), + ("opeator", &["operator"]), + ("phialdelphia", &["philadelphia"]), + ("poineer", &["pioneer"]), + ("misinterprested", &["misinterpret"]), + ("emplore", &["employer"]), + ("nationalties", &["nationalist"]), + ("strinsg", &["strings"]), + ("underheight", &["underweight"]), + ("puls", &["pulse", "plus"]), + ("conenction", &["connection"]), + ("compilare", &["compiler"]), + ("caterpillers", &["caterpillars"]), + ("drwaing", &["drawing"]), + ("ministerens", &["ministers"]), + ("deattach", &["detach"]), + ("fluctuative", &["fluctuate"]), + ("procude", &["produce"]), + ("advatanges", &["advantages"]), + ("alernates", &["alternates"]), + ("euristics", &["heuristics"]), + ("previlege", &["privilege"]), + ("milliscond", &["millisecond"]), + ("guideance", &["guidance"]), + ("initializated", &["initialized"]), + ("vulnerarbilities", &["vulnerabilities"]), + ("recepion", &["reception"]), + ("revrieves", &["retrieves"]), + ("exceutes", &["executes"]), + ("singelarity", &["singularity"]), + ("sovereing", &["sovereign"]), + ("seconadry", &["secondary"]), + ("unfortuneatly", &["unfortunately"]), + ("conciderably", &["considerably"]), + ("insturment", &["instrument"]), + ("witrh", &["with"]), + ("subredditors", &["subreddits"]), + ("negociated", &["negotiated"]), + ("occording", &["according"]), + ("conecctivities", &["connectivities"]), + ("transofrmed", &["transformed"]), + ("genuinly", &["genuinely"]), + ("causees", &["causes"]), + ("defititions", &["definitions"]), + ("appretiative", &["appreciative"]), + ("standarized", &["standardized"]), + ("shepard", &["shepherd"]), + ("eastwoord", &["eastwood"]), + ("roung", &["round"]), + ("horziontal", &["horizontal"]), + ("implemnt", &["implement"]), + ("circumstnce", &["circumstance"]), + ("equaly", &["equally"]), + ("renegothiate", &["renegotiate"]), + ("anaylse", &["analyse"]), + ("fromation", &["formation"]), + ("bulnerabilities", &["vulnerabilities"]), + ("insepction", &["inspection"]), + ("confert", &["convert"]), + ("casheirs", &["cashiers"]), + ("limite", &["limit"]), + ("desturcted", &["destructed"]), + ("intefere", &["interfere"]), + ("trogloditic", &["troglodytic"]), + ("deployes", &["deploys"]), + ("mantainable", &["maintainable"]), + ("sopund", &["sound"]), + ("deccrements", &["decrements"]), + ("artemius", &["artemis"]), + ("welll", &["well"]), + ("humilitied", &["humiliated"]), + ("reprezentative", &["representative"]), + ("debuggin", &["debugging"]), + ("inprisonment", &["imprisonment"]), + ("successesful", &["successful"]), + ("saskatchwan", &["saskatchewan"]), + ("sypnosis", &["synopsis"]), + ("derivativs", &["derivatives"]), + ("geenrate", &["generate"]), + ("visibl", &["visible"]), + ("confued", &["confused"]), + ("extermist", &["extremist"]), + ("successed", &["succeeded", "success", "successful"]), + ("provideres", &["providers"]), + ("funcitonal", &["functional"]), + ("nacionalists", &["nationalists"]), + ("availablity", &["availability"]), + ("gauntlent", &["gauntlet"]), + ("defintition", &["definition"]), + ("bangledesh", &["bangladesh"]), + ("reccuring", &["recurring"]), + ("scandivanian", &["scandinavian"]), + ("vechiles", &["vehicles"]), + ("funchtions", &["functions"]), + ("bookmakred", &["bookmarked"]), + ("mathod", &["method"]), + ("opthalmologist", &["ophthalmologist"]), + ("disception", &["discretion"]), + ("allignments", &["alignments"]), + ("accomidate", &["accommodate"]), + ("situatinal", &["situational"]), + ("assertation", &["assertion"]), + ("aattributes", &["attributes"]), + ("cyphertexts", &["ciphertexts"]), + ("irrationnal", &["irrational"]), + ("provsioning", &["provisioning"]), + ("transocdes", &["transcodes"]), + ("coverred", &["covered"]), + ("folowing", &["following"]), + ("pharmasutically", &["pharmaceutical"]), + ("domans", &["domains"]), + ("mechanims", &["mechanism", "mechanisms"]), + ("incured", &["incurred"]), + ("chasiers", &["cashiers"]), + ("accidant", &["accident"]), + ("musilms", &["muslims"]), + ("centruy", &["century"]), + ("postiion", &["position"]), + ("attachement", &["attachment"]), + ("comitee", &["committee"]), + ("vangurad", &["vanguard"]), + ("precceding", &["preceding"]), + ("reenfoce", &["reenforce"]), + ("donwgraded", &["downgraded"]), + ("gaurd", &["guard", "gourd"]), + ("dealilng", &["dealing"]), + ("importanty", &["importantly"]), + ("filessytem", &["filesystem"]), + ("sponatenous", &["spontaneous"]), + ("sists", &["cysts", "sifts", "sits"]), + ("dissrupted", &["disrupted"]), + ("seetings", &["settings"]), + ("workarond", &["workaround"]), + ("farmasudic", &["pharmaceutic"]), + ("fertily", &["fertility"]), + ("architecutres", &["architectures"]), + ("catepillar", &["caterpillar"]), + ("kindgoms", &["kingdoms"]), + ("cacuasian", &["caucasian"]), + ("analysised", &["analyses"]), + ("repsonding", &["responding"]), + ("beacaon", &["beacon"]), + ("systemn", &["system"]), + ("recoginsed", &["recognised"]), + ("linz", &["lines"]), + ("forumla", &["formula"]), + ("counciles", &["councils"]), + ("bleuberry", &["blueberry"]), + ("selv", &["self"]), + ("execuatables", &["executables"]), + ("intenally", &["internally"]), + ("interships", &["internships"]), + ("untrustworty", &["untrustworthy"]), + ("opereation", &["operation"]), + ("objectivst", &["objectives"]), + ("monumet", &["monument"]), + ("confures", &["configures"]), + ("cellabrate", &["celebrate"]), + ("expalins", &["explains"]), + ("differneces", &["differences"]), + ("morriosn", &["morrison"]), + ("appied", &["applied"]), + ("negible", &["negligible"]), + ("newance", &["nuance"]), + ("supllies", &["supplies"]), + ("accoutned", &["accounted"]), + ("sinse", &["sines", "since"]), + ("amzing", &["amazing"]), + ("scrambleing", &["scrambling"]), + ("slashs", &["slashes"]), + ("alway", &["always"]), + ("commun", &["common", "commune"]), + ("degradacion", &["degradation"]), + ("logitude", &["longitude"]), + ("strategiske", &["strategies"]), + ("perfectably", &["perfectly"]), + ("distinctie", &["distinctive"]), + ("incremetal", &["incremental"]), + ("neighrorhood", &["neighborhood"]), + ("inquistior", &["inquisitor"]), + ("probblems", &["problems"]), + ("brusies", &["bruises"]), + ("serialzies", &["serializes"]), + ("bittersweeet", &["bittersweet"]), + ("mdifications", &["modifications"]), + ("lockscreeen", &["lockscreen"]), + ("unexpectend", &["unexpected"]), + ("posssibly", &["possibly"]), + ("portary", &["portray"]), + ("syringae", &["syringe"]), + ("hysterica", &["hysteria"]), + ("associateed", &["associated"]), + ("optmizations", &["optimizations"]), + ("internilized", &["internalized"]), + ("neightbors", &["neighbors"]), + ("strenghen", &["strengthen"]), + ("updaing", &["updating"]), + ("abosulte", &["absolute"]), + ("troglidites", &["troglodytes"]), + ("returming", &["returning"]), + ("sychronous", &["synchronous"]), + ("overzealisly", &["overzealously"]), + ("punishible", &["punishable"]), + ("evalueate", &["evaluate"]), + ("abuseres", &["abusers"]), + ("apolagetic", &["apologetic"]), + ("infiltrade", &["infiltrate"]), + ("pivott", &["pivot"]), + ("infinitelly", &["infinitely"]), + ("succeeed", &["succeed", "succeeded"]), + ("correlatas", &["correlates"]), + ("stnad", &["stand"]), + ("inconvinience", &["inconvenience"]), + ("copyrighed", &["copyrighted"]), + ("comlaint", &["complaint"]), + ("constructivo", &["construction"]), + ("reassurring", &["reassuring"]), + ("laboratoy", &["laboratory"]), + ("portugeuse", &["portuguese"]), + ("encocdings", &["encodings"]), + ("opperated", &["operated"]), + ("bisiness", &["business"]), + ("orcehstra", &["orchestra"]), + ("consonate", &["consonant"]), + ("renoun", &["renown"]), + ("depenendecy", &["dependency"]), + ("considerabely", &["considerable"]), + ("matainers", &["maintainers"]), + ("preseved", &["preserved"]), + ("execeeded", &["exceeded"]), + ("deciples", &["disciples"]), + ("impementaion", &["implementation"]), + ("saddnes", &["saddens"]), + ("defishant", &["deficient"]), + ("arbitrer", &["arbiter", "arbitrator"]), + ("vientamese", &["vietnamese"]), + ("cintainer", &["container"]), + ("likly", &["likely"]), + ("nawsea", &["nausea"]), + ("somethimng", &["something"]), + ("webiste", &["website"]), + ("esily", &["easily"]), + ("multiplis", &["multiplies"]), + ("modificaitons", &["modifications"]), + ("connectivety", &["connectivity"]), + ("descricing", &["describing"]), + ("faptastically", &["fantastically"]), + ("accelarete", &["accelerate"]), + ("unsual", &["unusual"]), + ("evrywhere", &["everywhere"]), + ("underlfowing", &["underflowing"]), + ("regulatorias", &["regulators"]), + ("endevered", &["endeavored"]), + ("unsustainible", &["unsustainable"]), + ("trasnmission", &["transmissions"]), + ("tipically", &["typically"]), + ("selektions", &["selections"]), + ("retursn", &["returns"]), + ("libraty", &["library"]), + ("merrors", &["mirrors"]), + ("whould", &["would"]), + ("wihout", &["without"]), + ("benevelent", &["benevolent"]), + ("appendt", &["append"]), + ("grabage", &["garbage"]), + ("tescase", &["testcase"]), + ("psuedo", &["pseudo"]), + ("throughtout", &["throughout"]), + ("identificacion", &["identification"]), + ("integeral", &["integral"]), + ("pasres", &["parses"]), + ("procceses", &["processes"]), + ("antibitoics", &["antibiotics"]), + ("compeeting", &["completing"]), + ("rembembered", &["remembered"]), + ("actulay", &["actually"]), + ("shortkut", &["shortcut"]), + ("krypotnite", &["kryptonite"]), + ("duing", &["during"]), + ("procesed", &["proceeds", "processed"]), + ("menstural", &["menstrual"]), + ("appatures", &["apertures"]), + ("desriable", &["desirable"]), + ("downloded", &["downloaded"]), + ("delimter", &["delimiter"]), + ("confirmaton", &["confirmation"]), + ("horiztonal", &["horizontal"]), + ("composits", &["composites"]), + ("urnaium", &["uranium"]), + ("algortism", &["algorithm"]), + ("determinstically", &["deterministically"]), + ("sellect", &["select"]), + ("certifcated", &["certificated"]), + ("structer", &["structure"]), + ("gadgest", &["gadgets"]), + ("remane", &["remain", "remake", "rename"]), + ("chagnes", &["changes"]), + ("prufe", &["proof"]), + ("clipbaord", &["clipboard"]), + ("mdification", &["modification"]), + ("unsubscripe", &["unsubscribe"]), + ("allocatation", &["allocation"]), + ("allegry", &["allergy"]), + ("unshfit", &["unshift"]), + ("recliam", &["reclaim"]), + ("unhealty", &["unhealthy"]), + ("overcloaked", &["overclocked"]), + ("momment", &["moment"]), + ("decomperssor", &["decompressor"]), + ("quantite", &["quantities"]), + ("recitfy", &["rectify"]), + ("geographich", &["geographic"]), + ("kerenl", &["kernel"]), + ("implimented", &["implemented"]), + ("undestanding", &["understanding"]), + ("spefification", &["specification"]), + ("magled", &["mangled"]), + ("directin", &["directions", "directing", "direction"]), + ("neighbeurhooding", &["neighbouring"]), + ("exturdes", &["extrudes"]), + ("disovery", &["discovery"]), + ("asymetric", &["asymmetric"]), + ("characteristicly", &["characteristically"]), + ("showfer", &["chauffeur", "shower"]), + ("systemetically", &["systematically"]), + ("anrachist", &["anarchist"]), + ("strenghtend", &["strengthen"]), + ("enourmously", &["enormously"]), + ("tranformation", &["transformation"]), + ("overwrittin", &["overwriting"]), + ("underwager", &["underwater"]), + ("yse", &["yes", "use", "nyse"]), + ("trasposition", &["transposition"]), + ("assicieted", &["associated"]), + ("aniwhere", &["anywhere"]), + ("algorothmic", &["algorithmic"]), + ("manangement", &["management"]), + ("cetain", &["certain"]), + ("diable", &["disable"]), + ("furnctional", &["functional"]), + ("creacionism", &["creationism"]), + ("tanenhill", &["tannehill"]), + ("dupplicated", &["duplicated"]), + ("continuousiy", &["continuously"]), + ("appropraitely", &["appropriately"]), + ("seinor", &["senior"]), + ("mutexs", &["mutexes"]), + ("functoins", &["functions"]), + ("necessay", &["necessary"]), + ("disconecct", &["disconnect"]), + ("inhumaan", &["inhuman"]), + ("introspeccion", &["introspection"]), + ("amealiarated", &["ameliorated"]), + ("copehnagen", &["copenhagen"]), + ("chasr", &["chaser", "chase"]), + ("devaint", &["deviant"]), + ("comitters", &["committers"]), + ("regaurdless", &["regardless"]), + ("protion", &["portion"]), + ("cotrolls", &["controls"]), + ("mircotransactions", &["microtransactions"]), + ("linerisation", &["linearisation"]), + ("uninitiliazed", &["uninitialized"]), + ("cyrto", &["crypto"]), + ("licesnse", &["license"]), + ("silabus", &["syllabus"]), + ("mashined", &["machined"]), + ("ignnore", &["ignore"]), + ("exersises", &["exercises"]), + ("chisell", &["chisel"]), + ("handlign", &["handling"]), + ("periphreals", &["peripherals"]), + ("ceremonije", &["ceremonies"]), + ("magnatude", &["magnitude"]), + ("preservativo", &["preservation"]), + ("calculcation", &["calculation"]), + ("inspectoras", &["inspectors"]), + ("sychronises", &["synchronises"]), + ("amelearates", &["ameliorates"]), + ("unvelievable", &["unbelievable"]), + ("goosebums", &["goosebumps"]), + ("frontlinies", &["frontline"]), + ("selcting", &["selecting"]), + ("wherether", &["whether"]), + ("naerly", &["nearly", "gnarly"]), + ("billborads", &["billboards"]), + ("sunconsciously", &["subconsciously"]), + ("commpleted", &["completed"]), + ("ignormig", &["ignoring"]), + ("commuable", &["commutable"]), + ("guarantes", &["guarantees"]), + ("hispanis", &["hispanics"]), + ("monumentais", &["monuments"]), + ("entquiries", &["enquiries"]), + ("terrurists", &["terrorists"]), + ("spefifer", &["specifier"]), + ("referefences", &["references"]), + ("apperciated", &["appreciated"]), + ("negoates", &["negotiates"]), + ("diagnotic", &["diagnostic"]), + ("dynmics", &["dynamics"]), + ("sentances", &["sentences"]), + ("orignates", &["originates"]), + ("paramterize", &["parameterize"]), + ("discogrophy", &["discography"]), + ("downvoteros", &["downvoters"]), + ("astronouts", &["astronauts"]), + ("journyes", &["journeyed", "journeys"]), + ("itnerpretaton", &["interpretation"]), + ("existenial", &["existential"]), + ("whethter", &["whether"]), + ("coodrinates", &["coordinates"]), + ("vassalos", &["vassals"]), + ("redircet", &["redirect"]), + ("switchting", &["switching"]), + ("notificications", &["notifications"]), + ("alhabetically", &["alphabetically"]), + ("cosntraining", &["constraining"]), + ("prostitude", &["prostitute"]), + ("reimplmenet", &["reimplement"]), + ("usebility", &["usability"]), + ("aobut", &["about"]), + ("incements", &["increments"]), + ("escated", &["escalated", "escaped"]), + ("decocdings", &["decodings"]), + ("specificiations", &["specifications"]), + ("emabrgo", &["embargo"]), + ("shanger", &["changer"]), + ("controversity", &["controversy"]), + ("nauseuos", &["nauseous"]), + ("protocal", &["protocol"]), + ("hierchal", &["hierarchical"]), + ("assosication", &["assassination"]), + ("recogize", &["recognize"]), + ("accessoire", &["accessories", "accessory"]), + ("shinking", &["shrinking"]), + ("whant", &["want"]), + ("terroist", &["terrorist"]), + ("angualr", &["angular"]), + ("willimas", &["williams"]), + ("unsubscibe", &["unsubscribe"]), + ("varient", &["variant"]), + ("retquirements", &["requirements"]), + ("crutchs", &["crutches"]), + ("snpashots", &["snapshots"]), + ("reprent", &["repent", "represent", "reprint"]), + ("orthongally", &["orthogonally"]), + ("achievemts", &["achieves"]), + ("desciribed", &["described"]), + ("asssertions", &["assertions"]), + ("thaliand", &["thailand"]), + ("casuation", &["causation"]), + ("resouced", &["resourced"]), + ("furtehr", &["further"]), + ("parth", &["path"]), + ("sintaks", &["syntax"]), + ("proagation", &["propagation"]), + ("startupbus", &["startups"]), + ("eviserating", &["eviscerating"]), + ("implamenting", &["implementing"]), + ("bziped", &["bzipped"]), + ("centerfuge", &["centrifuge"]), + ("doughter", &["daughter"]), + ("unlimted", &["unlimited"]), + ("exectutes", &["executes"]), + ("hopsitality", &["hospitality"]), + ("almightly", &["almighty"]), + ("antarctia", &["antarctica"]), + ("brazilianess", &["brazilians"]), + ("assotiated", &["associated"]), + ("infridgement", &["infringement"]), + ("religiones", &["religions"]), + ("sticthing", &["stitching"]), + ("sinoids", &["sinusoids"]), + ("suspendes", &["suspense"]), + ("couroption", &["corruption"]), + ("superseede", &["supersede"]), + ("enterpreneurs", &["entrepreneurs"]), + ("misspellling", &["misspelling"]), + ("inplicitly", &["implicitly"]), + ("corrisponded", &["corresponded"]), + ("befried", &["befriend"]), + ("dafualts", &["defaults"]), + ("possesess", &["possesses"]), + ("compilier", &["compiler"]), + ("rememember", &["remember"]), + ("debuggging", &["debugging"]), + ("undetecable", &["undetectable"]), + ("specialitzed", &["specialized"]), + ("literae", &["literate"]), + ("stichting", &["stitching"]), + ("inflatoin", &["inflation"]), + ("analyticaly", &["analytically"]), + ("explanitory", &["explanatory"]), + ("rewirte", &["rewrite"]), + ("defendernos", &["defenders"]), + ("rebuil", &["rebuild", "rebuilt"]), + ("unknwn", &["unknown"]), + ("anulls", &["annulled"]), + ("hyptothetical", &["hypothetical"]), + ("assymtotic", &["asymptotic"]), + ("urkainian", &["ukrainian"]), + ("evluated", &["evaluated"]), + ("autocorrent", &["autocorrect"]), + ("negotaiators", &["negotiators"]), + ("enterpreuners", &["entrepreneurs"]), + ("miscarriege", &["miscarriage"]), + ("valuabe", &["valuable"]), + ("connecor", &["connector"]), + ("animetions", &["animations"]), + ("whish", &["wish", "whisk"]), + ("conveluted", &["convoluted"]), + ("hypotheticaly", &["hypothetically"]), + ("promtps", &["prompts"]), + ("execuates", &["executes"]), + ("enrtries", &["entries"]), + ("opems", &["opens"]), + ("diferent", &["different"]), + ("spaeces", &["spaces"]), + ("collocweall", &["colloquial"]), + ("homecomming", &["homecoming"]), + ("unavailablility", &["unavailability"]), + ("sctripts", &["scripts"]), + ("foreignors", &["foreigners"]), + ("exprted", &["exported"]), + ("cllouding", &["clouding"]), + ("inolving", &["involving"]), + ("exhorbitent", &["exorbitant"]), + ("algebric", &["algebraic"]), + ("follwiong", &["following"]), + ("wiscling", &["whistling"]), + ("relases", &["releases"]), + ("silowetes", &["silhouettes"]), + ("perferred", &["preferred"]), + ("executabnles", &["executables"]), + ("philosophycal", &["philosophically"]), + ("restartarting", &["restarting"]), + ("immerdiate", &["immediate"]), + ("cna", &["can"]), + ("documants", &["documents"]), + ("reputposed", &["repurposed"]), + ("thourgh", &["thorough", "through"]), + ("legalizaton", &["legalization"]), + ("intolerence", &["intolerance"]), + ("experienceing", &["experiencing"]), + ("currenly", &["currently"]), + ("debina", &["debian"]), + ("embarrases", &["embarrassed"]), + ("pozitively", &["positively"]), + ("uupper", &["upper"]), + ("fundations", &["foundations"]), + ("kindergarden", &["kindergarten"]), + ("deamiguate", &["disambiguate"]), + ("annotaiotn", &["annotation"]), + ("disapporve", &["disapprove"]), + ("potental", &["potential"]), + ("adjative", &["adjective"]), + ("microtransacions", &["microtransactions"]), + ("emperial", &["imperial"]), + ("continaing", &["containing"]), + ("unspuported", &["unsupported"]), + ("aerosapce", &["aerospace"]), + ("scandenavia", &["scandinavia"]), + ("symphatetic", &["sympathetic"]), + ("referecnes", &["references"]), + ("polinator", &["pollinator"]), + ("addrerss", &["address"]), + ("abov", &["above"]), + ("foloowed", &["followed"]), + ("flage", &["flags", "flag"]), + ("negotates", &["negotiates"]), + ("govermnet", &["government"]), + ("stationairy", &["stationary"]), + ("composision", &["compositions"]), + ("divinitory", &["divinity"]), + ("unsubscirptions", &["unsubscriptions"]), + ("adfter", &["after"]), + ("phenominal", &["phenomenal"]), + ("mcroscopic", &["microscopic"]), + ("confort", &["comfort"]), + ("biploar", &["bipolar"]), + ("replaint", &["repaint"]), + ("deteoriated", &["deteriorated"]), + ("chek", &["check"]), + ("implementiaon", &["implementation"]), + ("probagation", &["propagation"]), + ("revelution", &["revelation", "revolution"]), + ("stripted", &["scripted", "stripped"]), + ("envoked", &["evoked", "invoked"]), + ("matcheable", &["matchable"]), + ("supreses", &["suppresses"]), + ("exctacted", &["extracted"]), + ("catgories", &["categories"]), + ("horizantal", &["horizontal"]), + ("myabe", &["maybe"]), + ("wraparround", &["wraparound"]), + ("grenads", &["grenades"]), + ("excitiment", &["excitement"]), + ("explainations", &["explanations"]), + ("unsuccess", &["unsuccessful"]), + ("deemphesized", &["deemphasized"]), + ("amnestry", &["amnesty"]), + ("gorup", &["group"]), + ("sidde", &["side"]), + ("directionnal", &["directional"]), + ("placemets", &["placements", "placemats"]), + ("phillipines", &["philippines"]), + ("islamistas", &["islamists"]), + ("legitamite", &["legitimate"]), + ("ritalian", &["ritalin"]), + ("repalcement", &["replacement"]), + ("kenerl", &["kernel"]), + ("allpications", &["applications"]), + ("compabibility", &["compatibility"]), + ("coprocesor", &["coprocessor"]), + ("llok", &["look"]), + ("encompase", &["encompass"]), + ("diferences", &["differences"]), + ("declerations", &["declarations"]), + ("presidencial", &["presidential"]), + ("reuqested", &["requested"]), + ("acquinated", &["acquainted"]), + ("omnisicent", &["omniscient"]), + ("distrcits", &["districts"]), + ("onyl", &["only"]), + ("recreatief", &["recreate"]), + ("reminicient", &["reminiscent"]), + ("insurnace", &["insurance"]), + ("sucesion", &["succession"]), + ("hempishere", &["hemisphere"]), + ("accronym", &["acronym"]), + ("infidility", &["infidelity"]), + ("redesiging", &["redesign"]), + ("resepecting", &["respecting"]), + ("pascheurize", &["pasteurize"]), + ("discareded", &["discarded"]), + ("underestamated", &["underestimated"]), + ("dericterys", &["directories"]), + ("sepina", &["subpena"]), + ("restrictios", &["restricts"]), + ("lunaticus", &["lunatics"]), + ("virginus", &["virgins"]), + ("impressoin", &["impressions"]), + ("ampethamine", &["amphetamine"]), + ("severite", &["severity"]), + ("unacompanied", &["unaccompanied"]), + ("reconsiled", &["reconsider"]), + ("exlporer", &["explorer"]), + ("apprasial", &["appraisal"]), + ("renegatiotiable", &["renegotiable"]), + ("grandizer", &["aggrandizer"]), + ("lanuch", &["launch"]), + ("charimsa", &["charisma"]), + ("outragesouly", &["outrageously"]), + ("unprobable", &["improbable", "unprovable"]), + ("enhhancement", &["enhancement"]), + ("fonctionalities", &["functionalities"]), + ("aray", &["array"]), + ("sutisfies", &["satisfies"]), + ("goilath", &["goliath"]), + ("happenes", &["happens"]), + ("irrationella", &["irrational"]), + ("initailzed", &["initialized"]), + ("mathemagically", &["mathematically"]), + ("enumeratior", &["enumerator"]), + ("thermodynmaics", &["thermodynamics"]), + ("potetial", &["potential"]), + ("indisputibly", &["indisputably"]), + ("propage", &["propagate"]), + ("confernece", &["conferences"]), + ("defalts", &["defaults"]), + ("dropabel", &["droppable"]), + ("skepticim", &["skepticism"]), + ("derictery", &["directory"]), + ("persmissions", &["permissions"]), + ("acchieveable", &["achievable"]), + ("transfender", &["transgender"]), + ("algoritmic", &["algorithmic"]), + ("bascktrack", &["backtrack"]), + ("syatems", &["systems"]), + ("typpes", &["types"]), + ("changnig", &["changing"]), + ("chizzil", &["chisel"]), + ("corrsponding", &["corresponding"]), + ("bearword", &["bareword"]), + ("expewrimental", &["experimental"]), + ("thourogh", &["thorough"]), + ("datea", &["date", "data"]), + ("universets", &["universes"]), + ("imaginitve", &["imaginative"]), + ("assocates", &["associates"]), + ("languge", &["language"]), + ("bulgaira", &["bulgaria"]), + ("negotioate", &["negotiate"]), + ("ensconsed", &["ensconced"]), + ("survery", &["survey"]), + ("transorms", &["transforms"]), + ("yelds", &["yields"]), + ("bouds", &["bounds"]), + ("emberrassment", &["embarrassment"]), + ("recgonizable", &["recognizable"]), + ("corrilated", &["correlated"]), + ("exagerrates", &["exaggerates"]), + ("destoring", &["destroying"]), + ("guarrentes", &["guarantees"]), + ("charizma", &["charisma"]), + ("overwrittes", &["overwrites"]), + ("palyback", &["playback"]), + ("concurer", &["conqueror"]), + ("antripanewers", &["entrepreneurs"]), + ("eloquintly", &["eloquently"]), + ("annoted", &["annotated"]), + ("froniter", &["frontier"]), + ("misinterprit", &["misinterpreting"]), + ("contension", &["contention"]), + ("medicineras", &["medicines"]), + ("caluiflower", &["cauliflower"]), + ("syncronised", &["synchronised"]), + ("otherwsie", &["otherwise"]), + ("scroolbar", &["scrollbar"]), + ("layrinx", &["larynx"]), + ("deocders", &["decoders"]), + ("libretarians", &["libertarians"]), + ("circulatiing", &["circulating"]), + ("catastrope", &["catastrophe"]), + ("decentrilized", &["decentralized"]), + ("sitautions", &["situations"]), + ("paralelly", &["parallelly"]), + ("militais", &["militias"]), + ("airosft", &["airsoft"]), + ("thime", &["time", "theme", "thyme", "thine"]), + ("instalation", &["installation"]), + ("navgiation", &["navigation"]), + ("transparenty", &["transparency"]), + ("difinitions", &["definitions"]), + ("neightborhood", &["neighborhood"]), + ("indusrty", &["industry"]), + ("planeswlakers", &["planeswalker"]), + ("nect", &["next"]), + ("otehrwise", &["otherwise"]), + ("neighbores", &["neighbors"]), + ("manyals", &["manuals"]), + ("proejcting", &["projecting"]), + ("occassioned", &["occasioned"]), + ("protagonistas", &["protagonists"]), + ("renegoitated", &["renegotiated"]), + ("activtes", &["activates"]), + ("repulican", &["republican"]), + ("nitching", &["niching"]), + ("speficiteid", &["specified"]), + ("excatly", &["exactly"]), + ("corrrectly", &["correctly"]), + ("spefiifies", &["specifies"]), + ("multibye", &["multibyte"]), + ("medatadata", &["metadata"]), + ("stange", &["strange"]), + ("isralies", &["israelis"]), + ("transkription", &["transcription"]), + ("mandarian", &["mandarin"]), + ("depecated", &["deprecated"]), + ("scandinavan", &["scandinavian"]), + ("apsirations", &["aspirations"]), + ("abstracs", &["abstracts"]), + ("pretendias", &["pretends"]), + ("possibily", &["possibility", "possibly"]), + ("annualy", &["annually"]), + ("convineance", &["convenience"]), + ("downagrades", &["downgrades"]), + ("architectrual", &["architectural"]), + ("gerenating", &["generating"]), + ("commads", &["commands"]), + ("suroundings", &["surroundings"]), + ("reformes", &["reforms"]), + ("teraforming", &["terraforming"]), + ("sentinals", &["sentinels"]), + ("libertatianism", &["libertarianism"]), + ("vertabray", &["vertebrae"]), + ("dissctor", &["dissector"]), + ("conceously", &["consciously"]), + ("implementacion", &["implementation"]), + ("modifified", &["modified"]), + ("formallity", &["formally"]), + ("professorin", &["profession"]), + ("furuther", &["further"]), + ("gererated", &["generated"]), + ("anchord", &["anchored"]), + ("substucture", &["substructure"]), + ("dataet", &["dataset"]), + ("pleace", &["please", "place"]), + ("insuffucient", &["insufficient"]), + ("persepective", &["perspective"]), + ("uppper", &["upper"]), + ("vacination", &["vaccination"]), + ("straiht", &["straight", "strait"]), + ("whell", &["wheel", "well"]), + ("contributer", &["contributor"]), + ("schol", &["school"]), + ("proocol", &["protocol"]), + ("appendig", &["appending"]), + ("persisten", &["persistent"]), + ("everyteim", &["everytime"]), + ("referneced", &["referenced"]), + ("constitition", &["constitution"]), + ("dissapprove", &["disapprove"]), + ("notofocation", &["notification"]), + ("rquires", &["requires"]), + ("badnwidth", &["bandwidth"]), + ("autmoation", &["automation"]), + ("envlope", &["envelope"]), + ("contstants", &["constants"]), + ("beauracratical", &["bureaucratic"]), + ("aligins", &["aligns"]), + ("casaroles", &["casseroles"]), + ("experinemented", &["experimented"]), + ("descriibes", &["describes"]), + ("instatiate", &["instantiate"]), + ("traditilnal", &["traditional"]), + ("nescessarily", &["necessarily"]), + ("optains", &["obtains"]), + ("semicondutor", &["semiconductor"]), + ("caluclates", &["calculates"]), + ("vulerabule", &["vulnerable"]), + ("responc", &["response", "respond"]), + ("nediums", &["mediums"]), + ("smething", &["something"]), + ("introverse", &["introverts"]), + ("coindidental", &["coincidental"]), + ("dingees", &["dinghies"]), + ("smarthpones", &["smartphones"]), + ("pounts", &["points"]), + ("experimdntel", &["experimental"]), + ("exctractors", &["extractors"]), + ("intersparsed", &["interspersed"]), + ("sctioning", &["sectioning", "suctioning"]), + ("excahcnge", &["exchange"]), + ("cheching", &["checking"]), + ("intersectin", &["intersection", "intersecting"]), + ("nurtients", &["nutrients"]), + ("coorinate", &["coordinate"]), + ("psychologyst", &["psychologist"]), + ("funchtional", &["functional"]), + ("langth", &["length"]), + ("althought", &["although"]), + ("consctructive", &["constructive"]), + ("hanldes", &["handles"]), + ("eyebrowes", &["eyebrows"]), + ("athleticsm", &["athleticism"]), + ("dimenions", &["dimensions"]), + ("decrytion", &["decryption"]), + ("nobady", &["nobody"]), + ("plaguarism", &["plagiarism"]), + ("pontuation", &["punctuation"]), + ("advatange", &["advantage"]), + ("interrups", &["interrupts"]), + ("obesssion", &["obsession"]), + ("tagued", &["tagged"]), + ("smarpthone", &["smartphones"]), + ("depedency", &["dependency"]), + ("prerequistes", &["prerequisites"]), + ("crimanally", &["criminally"]), + ("fof", &["for"]), + ("intervewing", &["intervening"]), + ("experimeted", &["experimented"]), + ("confrontating", &["confrontation"]), + ("twosday", &["tuesday"]), + ("dispayport", &["displayport"]), + ("converdation", &["conservation"]), + ("rebuidling", &["rebuilding"]), + ("personaes", &["personas"]), + ("inkonsistent", &["inconsistent"]), + ("uffers", &["buffers"]), + ("verications", &["verifications"]), + ("benn", &["been"]), + ("timzeone", &["timezone"]), + ("quicklyu", &["quickly"]), + ("copenhaven", &["copenhagen"]), + ("tucans", &["toucans"]), + ("seahwaks", &["seahawks"]), + ("carrage", &["carriage"]), + ("altruisitc", &["altruistic"]), + ("bootstapped", &["bootstrapped"]), + ("substitutivo", &["substitution"]), + ("konstant", &["constant"]), + ("broadley", &["broadly"]), + ("assasins", &["assassins"]), + ("unoin", &["union"]), + ("transscription", &["transcription"]), + ("permier", &["premier"]), + ("predetermiend", &["predetermined"]), + ("descriptoin", &["descriptions", "description"]), + ("sharpenning", &["sharpening"]), + ("confedarcy", &["confederacy"]), + ("indviduals", &["individuals"]), + ("fusipn", &["fusion"]), + ("excetutors", &["executors"]), + ("samller", &["smaller"]), + ("lookes", &["looks"]), + ("tehcies", &["techies"]), + ("coutnerparts", &["counterparts"]), + ("permissibe", &["permissible"]), + ("literatire", &["literate"]), + ("cllouded", &["clouded"]), + ("difuse", &["diffuse", "defuse"]), + ("renegotiotation", &["renegotiation"]), + ("barnched", &["branched"]), + ("minuites", &["minutes"]), + ("visuables", &["visuals"]), + ("aboluste", &["absolute"]), + ("feasbile", &["feasible"]), + ("cannabilyzing", &["cannibalizing"]), + ("innerstellar", &["interstellar"]), + ("hapy", &["happy"]), + ("signficantly", &["significantly"]), + ("tanlged", &["tangled"]), + ("fastr", &["faster"]), + ("algoorithmically", &["algorithmically"]), + ("duailty", &["duality"]), + ("locatio", &["locations"]), + ("suggestsed", &["suggested"]), + ("pacjage", &["package"]), + ("evaluete", &["evaluate"]), + ("dublicates", &["duplicates"]), + ("govenrments", &["governments"]), + ("ocurrences", &["occurrences"]), + ("eleate", &["relate"]), + ("scrambe", &["scramble"]), + ("operatoes", &["operates", "operators"]), + ("repants", &["repaints", "repents"]), + ("misinterprate", &["misinterpret"]), + ("condusive", &["conducive"]), + ("conincident", &["coincident"]), + ("surroundig", &["surroundings"]), + ("appearane", &["appearances"]), + ("tentalces", &["tentacles"]), + ("escalte", &["escalate"]), + ("eveluate", &["evaluate"]), + ("stoppoing", &["stopping"]), + ("travereses", &["traverses"]), + ("maintianing", &["maintaining"]), + ("earliet", &["earliest"]), + ("autonegotaiation", &["autonegotiation"]), + ("concervatives", &["conservatives"]), + ("pactched", &["patched"]), + ("catholicisim", &["catholicism"]), + ("gigabye", &["gigabyte"]), + ("homelessess", &["homelessness"]), + ("overcompansated", &["overcompensated"]), + ("arays", &["arrays"]), + ("mototola", &["motorola"]), + ("everwhere", &["everywhere"]), + ("litterate", &["literate"]), + ("concorrent", &["concurrent"]), + ("accommadates", &["accommodates"]), + ("funtions", &["functions"]), + ("intializations", &["initializations"]), + ("tranactions", &["transactions"]), + ("qualifer", &["qualifier"]), + ("survibability", &["survivability"]), + ("symptum", &["symptom"]), + ("paramtrical", &["parametrical"]), + ("prioritities", &["priorities"]), + ("skillsofts", &["skillshots"]), + ("accessoires", &["accessories", "accessorise"]), + ("comfirmed", &["confirmed"]), + ("virbator", &["vibrator"]), + ("resintalling", &["reinstalling"]), + ("recalcualted", &["recalculated"]), + ("healtzh", &["health", "healthz"]), + ("ceasar", &["cesar"]), + ("viabiliy", &["viability"]), + ("dessication", &["desiccation"]), + ("enoungh", &["enough"]), + ("verions", &["versions"]), + ("acronmys", &["acronyms"]), + ("deregualtion", &["deregulation"]), + ("succcessul", &["successful"]), + ("invisilibity", &["invisibility"]), + ("solgering", &["soldiering"]), + ("unifiy", &["unify"]), + ("logsitics", &["logistics"]), + ("typograhpy", &["typography"]), + ("propertes", &["properties"]), + ("aninate", &["animate"]), + ("projeciton", &["projection"]), + ("diffferences", &["differences"]), + ("comfortabil", &["comfortably"]), + ("enbedding", &["embedding"]), + ("synchroize", &["synchronize"]), + ("spectecular", &["spectacular"]), + ("representitive", &["representative"]), + ("potentiallly", &["potentially"]), + ("unasigned", &["unassigned"]), + ("guyzers", &["geysers"]), + ("infrasturcture", &["infrastructure"]), + ("suplanted", &["supplanted"]), + ("offsence", &["offence"]), + ("intergation", &["integration"]), + ("servcing", &["servicing", "serving"]), + ("refering", &["referring"]), + ("preverve", &["preserve"]), + ("agnosticim", &["agnosticism"]), + ("immidately", &["immediately"]), + ("blockchan", &["blockchain"]), + ("cartrdiges", &["cartridges"]), + ("catterpilars", &["caterpillars"]), + ("furiosuly", &["furiously"]), + ("additianally", &["additionally"]), + ("recgonizes", &["recognizes"]), + ("progroms", &["pogroms", "programs"]), + ("dispaly", &["display"]), + ("immortas", &["immortals"]), + ("ideosincratic", &["idiosyncratic"]), + ("seventeeen", &["seventeen"]), + ("convesions", &["conversions"]), + ("dissmised", &["dismissed"]), + ("ststionary", &["stationary"]), + ("asycnhronous", &["asynchronous"]), + ("trotskyites", &["trotskyists"]), + ("stattus", &["status"]), + ("similiarites", &["similarities"]), + ("sistematizing", &["systematizing"]), + ("direrctory", &["directory"]), + ("grea", &["great"]), + ("commplete", &["complete"]), + ("exersised", &["exercised"]), + ("musculaire", &["muscular"]), + ("momenet", &["moment"]), + ("integrey", &["integrity"]), + ("inmediatelly", &["immediately"]), + ("numering", &["numbering"]), + ("tomorrw", &["tomorrow"]), + ("facinated", &["fascinated"]), + ("redundent", &["redundant"]), + ("possitives", &["positives"]), + ("trgistration", &["registration"]), + ("dissconnects", &["disconnects"]), + ("deccrement", &["decrement"]), + ("comonents", &["components"]), + ("chivarly", &["chivalry"]), + ("magnesuim", &["magnesium"]), + ("intillectual", &["intellectual"]), + ("arcylic", &["acrylic"]), + ("memick", &["mimic"]), + ("labouriously", &["laboriously"]), + ("maliciusly", &["maliciously"]), + ("fellowshop", &["fellowship"]), + ("syncting", &["syncing"]), + ("autonegotionations", &["autonegotiations"]), + ("langurages", &["languages"]), + ("probelmatic", &["problematic"]), + ("sterio", &["stereo"]), + ("attahed", &["attached"]), + ("matricess", &["matrices", "mattresses"]), + ("dependenices", &["dependencies"]), + ("cuestion", &["question"]), + ("univiersal", &["universal"]), + ("allocarion", &["allocation"]), + ("chansellor", &["chancellor"]), + ("hisotry", &["history"]), + ("effortlessely", &["effortlessly"]), + ("progating", &["propagating"]), + ("addonts", &["addons"]), + ("dupliated", &["duplicated"]), + ("apporpriately", &["appropriately"]), + ("caould", &["could"]), + ("enabel", &["enable"]), + ("conceeted", &["conceited"]), + ("departmet", &["departments"]), + ("lollipoop", &["lollipop"]), + ("organim", &["organism"]), + ("osterage", &["ostrich"]), + ("replaints", &["repaints"]), + ("mehcanics", &["mechanics"]), + ("rininging", &["ringing"]), + ("convertable", &["convertible"]), + ("maximini", &["maximizing"]), + ("acoutsic", &["acoustic"]), + ("percetages", &["percentages"]), + ("orginized", &["organized"]), + ("stlaker", &["stalker"]), + ("sctipting", &["scripting"]), + ("cricital", &["critical"]), + ("versatille", &["versatile"]), + ("timetamp", &["timestamp"]), + ("sunglesses", &["sunglasses"]), + ("perfoemamces", &["performances"]), + ("agricultue", &["agriculture"]), + ("assited", &["assisted"]), + ("subsystyems", &["subsystems"]), + ("anonymousy", &["anonymously"]), + ("completeed", &["completed"]), + ("sysmatically", &["systematically"]), + ("answerd", &["answered"]), + ("expersion", &["expression"]), + ("differetn", &["different"]), + ("destiations", &["destinations"]), + ("misquito", &["mosquito"]), + ("compability", &["compatibility"]), + ("seemless", &["seamless"]), + ("satements", &["statements"]), + ("fuctionality", &["functionality"]), + ("stealthray", &["stealthy"]), + ("ommits", &["omits"]), + ("rendirer", &["renderer"]), + ("similarlity", &["similarity"]), + ("explizit", &["explicit"]), + ("propereties", &["properties"]), + ("pascheurization", &["pasteurization"]), + ("confesssion", &["confessions"]), + ("firsr", &["first"]), + ("succeds", &["succeeds"]), + ("correspontent", &["correspondent"]), + ("thorugh", &["through", "thorough"]), + ("procalimed", &["proclaimed"]), + ("polciy", &["policy"]), + ("traslate", &["translate"]), + ("availbable", &["available"]), + ("crutially", &["crucially"]), + ("libertatians", &["libertarians"]), + ("inouts", &["inputs"]), + ("guarnteeing", &["guaranteeing"]), + ("inconsistancies", &["inconsistencies"]), + ("depenent", &["dependent"]), + ("spellign", &["spelling"]), + ("protines", &["proteins"]), + ("caulfilower", &["cauliflower"]), + ("infridging", &["infringing"]), + ("presidancy", &["presidency"]), + ("algorithyms", &["algorithm"]), + ("harases", &["harasses"]), + ("gunslanger", &["gunslinger"]), + ("unfourtunately", &["unfortunately"]), + ("slaughted", &["slaughtered"]), + ("anaylze", &["analyze"]), + ("testiing", &["testing"]), + ("deapth", &["depth"]), + ("knwos", &["knows"]), + ("recreativo", &["recreation"]), + ("nessessary", &["necessary"]), + ("notmalize", &["normalize"]), + ("programem", &["programme"]), + ("handledy", &["handedly"]), + ("effectivly", &["effectively"]), + ("antiboitics", &["antibiotics"]), + ("officionados", &["aficionados"]), + ("acquiessing", &["acquiescing"]), + ("virtuose", &["virtues"]), + ("binrary", &["binary"]), + ("filetimes", &["lifetimes"]), + ("publishre", &["publisher"]), + ("nonexisted", &["nonexistent"]), + ("maniuplate", &["manipulate"]), + ("efore", &["afore", "before"]), + ("suseeds", &["secedes"]), + ("patriotas", &["patriots"]), + ("warpping", &["warping", "wrapping"]), + ("reuplod", &["reupload"]), + ("duplciated", &["duplicated"]), + ("exchanced", &["exchanged"]), + ("arbitray", &["arbitrary"]), + ("complexers", &["complexes"]), + ("protaginists", &["protagonists"]), + ("servcies", &["services"]), + ("expanation", &["explanation", "expansion"]), + ("invairably", &["invariably"]), + ("sisser", &["scissor", "sissier", "sister"]), + ("openned", &["opened"]), + ("rigtheousness", &["righteousness"]), + ("desktopbsd", &["desktops"]), + ("falvors", &["flavors"]), + ("soory", &["sorry"]), + ("semaphones", &["semaphores"]), + ("comotion", &["commotion"]), + ("proproties", &["properties"]), + ("exapend", &["expand"]), + ("kmow", &["know"]), + ("versital", &["versatile"]), + ("organistaion", &["organisation"]), + ("sutisfied", &["satisfied"]), + ("significanlty", &["significantly"]), + ("criminalul", &["criminally"]), + ("synchonizing", &["synchronizing"]), + ("liberae", &["liberate"]), + ("motivatie", &["motivate"]), + ("becommes", &["becomes"]), + ("sigurette", &["cigarette"]), + ("goruping", &["grouping"]), + ("caharacter", &["character"]), + ("positiv", &["positive"]), + ("tyrantical", &["tyrannical"]), + ("legth", &["length"]), + ("diarea", &["diarrhea"]), + ("anarchistes", &["anarchists"]), + ("assignes", &["assigns"]), + ("diggits", &["digits"]), + ("folliwers", &["followers"]), + ("registrart", &["registrar"]), + ("circumferencial", &["circumferential"]), + ("conveinences", &["conveniences"]), + ("certifiations", &["certifications"]), + ("abbbreviated", &["abbreviated"]), + ("depciting", &["depicting"]), + ("dumbbels", &["dumbbells"]), + ("kalidescopes", &["kaleidoscopes"]), + ("psychiatrics", &["psychiatrist"]), + ("toliet", &["toilet"]), + ("partians", &["partisan"]), + ("govermnment", &["government"]), + ("whoes", &["whose"]), + ("exapanded", &["expanded"]), + ("subnegoitations", &["subnegotiations"]), + ("addrress", &["address"]), + ("diallows", &["disallows"]), + ("capabilitiies", &["capabilities"]), + ("filsystems", &["filesystems"]), + ("anesthetia", &["anesthesia"]), + ("temporarilu", &["temporary"]), + ("prostite", &["prostitute"]), + ("affinties", &["affinities"]), + ("controlers", &["controls", "controllers"]), + ("seuence", &["sequence"]), + ("specifigations", &["specifications"]), + ("acheivements", &["achievements"]), + ("personalitie", &["personality"]), + ("wil", &["will", "well"]), + ("reconized", &["recognized"]), + ("investigativo", &["investigation"]), + ("leagality", &["legality"]), + ("knowlegdge", &["knowledge"]), + ("flawess", &["flawless"]), + ("netcape", &["netscape"]), + ("pateints", &["patients"]), + ("callbak", &["callback"]), + ("negotitaions", &["negotiations"]), + ("fpor", &["for"]), + ("deapths", &["depths"]), + ("guarranties", &["guarantees"]), + ("throtte", &["throttle", "trot"]), + ("bounbdary", &["boundary"]), + ("taiwanee", &["taiwanese"]), + ("encorporated", &["incorporated"]), + ("unfortuantly", &["unfortunately"]), + ("chizzelle", &["chisel"]), + ("tropedo", &["torpedo"]), + ("constly", &["costly"]), + ("repleacable", &["replaceable"]), + ("gargoil", &["gargoyle"]), + ("meanigfull", &["meaningful"]), + ("differnent", &["different"]), + ("supproting", &["supporting"]), + ("abstactor", &["abstractor"]), + ("abosulute", &["absolute"]), + ("medifors", &["metaphors"]), + ("reciepient", &["recipient"]), + ("monocrome", &["monochrome"]), + ("ligh", &["light", "lie", "lye"]), + ("rationnal", &["rational", "rationale"]), + ("castlers", &["castles"]), + ("theirselves", &["themselves"]), + ("narcissisist", &["narcissist"]), + ("renegotiting", &["renegotiating"]), + ("disassemle", &["disassemble"]), + ("auotmatic", &["automatic"]), + ("plattforms", &["platforms"]), + ("aksreddit", &["askreddit"]), + ("encyclopeadic", &["encyclopedia"]), + ("raedy", &["ready"]), + ("unplesant", &["unpleasant"]), + ("simplificating", &["simplification"]), + ("traslating", &["translating"]), + ("veritiable", &["verifiable"]), + ("novisheuts", &["novitiates"]), + ("masiff", &["massif"]), + ("comporable", &["comparable"]), + ("excisted", &["existed"]), + ("coutnerpart", &["counterpart"]), + ("exagerrated", &["exaggerated"]), + ("trucated", &["truncated"]), + ("sicinctly", &["succinctly"]), + ("porblem", &["problem"]), + ("folliwin", &["following"]), + ("cruzes", &["cruises"]), + ("prceeded", &["preceded"]), + ("dubly", &["doubly"]), + ("weither", &["whether"]), + ("experimanentation", &["experimentation"]), + ("overfapping", &["overlapping"]), + ("restaruants", &["restaurants"]), + ("answharing", &["answering"]), + ("backgroung", &["background"]), + ("noramlly", &["normally"]), + ("teamfigt", &["teamfight"]), + ("procrastonating", &["procrastinating"]), + ("implemntation", &["implementation"]), + ("apprecite", &["appreciate"]), + ("survivabililty", &["survivability"]), + ("juxtopose", &["juxtapose"]), + ("trinekts", &["trinkets"]), + ("antisosial", &["antisocial"]), + ("dominato", &["domination"]), + ("backen", &["backend"]), + ("corrisponds", &["corresponds"]), + ("transportatin", &["transportation"]), + ("ourselfs", &["ourselves"]), + ("inteligable", &["intelligible"]), + ("negoziating", &["negotiating"]), + ("parlaments", &["parliaments"]), + ("contzains", &["contains"]), + ("checheckpoit", &["checkpoint"]), + ("datastrcuture", &["datastructure"]), + ("weekened", &["weekend"]), + ("accidentually", &["accidentally"]), + ("terminatior", &["terminator"]), + ("looknig", &["looking"]), + ("vulnurable", &["vulnerable"]), + ("pronouce", &["pronounce"]), + ("custoizers", &["customizers"]), + ("indepdented", &["independent"]), + ("abtractor", &["abstractor"]), + ("adjacancy", &["adjacency"]), + ("resaerch", &["research"]), + ("ecoding", &["encoding", "decoding"]), + ("escluding", &["excluding"]), + ("microprecessor", &["microprocessor"]), + ("inverion", &["inversion"]), + ("impreve", &["improve"]), + ("beautilful", &["beautifully"]), + ("unconstituional", &["unconstitutional"]), + ("gotees", &["goatees"]), + ("throughts", &["thoughts"]), + ("missle", &["missile"]), + ("introductie", &["introduce"]), + ("intials", &["initials"]), + ("begginging", &["beginning"]), + ("heigher", &["higher"]), + ("misoganistic", &["misogynistic"]), + ("neighbeorhods", &["neighborhoods"]), + ("famework", &["framework"]), + ("scatching", &["catching", "scratching", "sketching"]), + ("oarcles", &["oracles"]), + ("determintes", &["determines"]), + ("restrait", &["restraint"]), + ("duplacted", &["duplicated"]), + ("erroenous", &["erroneous"]), + ("attatching", &["attaching"]), + ("datahasheets", &["datasheets"]), + ("inportant", &["important"]), + ("afghansitan", &["afghanistan"]), + ("shepres", &["spheres"]), + ("privatizied", &["privatized"]), + ("empahty", &["empathy"]), + ("hapenns", &["happens"]), + ("confrimation", &["confirmation"]), + ("platformar", &["platformer"]), + ("hundreths", &["hundredths"]), + ("coinsident", &["coincident"]), + ("apllicatin", &["application"]), + ("troublshooting", &["troubleshooting"]), + ("orgainsed", &["organised"]), + ("termimal", &["terminal"]), + ("pouint", &["point"]), + ("dezentralized", &["decentralized"]), + ("reqeusting", &["requesting"]), + ("fanserve", &["fanservice"]), + ("availbale", &["available"]), + ("mulitpath", &["multipath"]), + ("langugae", &["language"]), + ("difractive", &["diffractive"]), + ("reciprocoal", &["reciprocal"]), + ("catapillers", &["caterpillars"]), + ("invlove", &["involve"]), + ("guradians", &["guardians"]), + ("frament", &["fragment"]), + ("charactetrs", &["characters"]), + ("teaher", &["teacher"]), + ("postpocessing", &["postprocessing"]), + ("varifying", &["verifying"]), + ("organiszed", &["organise"]), + ("denominador", &["denominator"]), + ("inculdes", &["includes"]), + ("documentes", &["documents"]), + ("clasroom", &["classroom"]), + ("sumitted", &["submitted"]), + ("televesion", &["television"]), + ("smaple", &["sample"]), + ("copyrigth", &["copyright"]), + ("cockatils", &["cocktails"]), + ("forcibley", &["forcibly"]), + ("palnning", &["planning"]), + ("relaged", &["related"]), + ("intoxinated", &["intoxicated"]), + ("religeous", &["religious"]), + ("upsrteams", &["upstreams"]), + ("collased", &["collapsed"]), + ("fuctioning", &["functioning"]), + ("negothiation", &["negotiation"]), + ("evalutator", &["evaluator"]), + ("physicaly", &["physically"]), + ("dissapoonted", &["disappointed"]), + ("expexct", &["expect"]), + ("extenstion", &["extension"]), + ("sexualizied", &["sexualized"]), + ("wraapper", &["wrapper"]), + ("universite", &["universities"]), + ("compatibily", &["compatibility"]), + ("cliamtes", &["climates"]), + ("comparabile", &["comparable"]), + ("entitites", &["entities"]), + ("characterz", &["characterize"]), + ("lunatis", &["lunatics"]), + ("jurnyed", &["journeyed"]), + ("sctions", &["sections", "suctions"]), + ("itelf", &["itself"]), + ("sempaphores", &["semaphores"]), + ("vetrans", &["veterans"]), + ("gitatributes", &["gitattributes"]), + ("dinamic", &["dynamic"]), + ("apsaragus", &["asparagus"]), + ("visting", &["visiting", "listing"]), + ("unannimously", &["unanimously"]), + ("vulerabilities", &["vulnerabilities"]), + ("restrcitions", &["restriction"]), + ("converving", &["conserving", "conversing"]), + ("putpose", &["purpose"]), + ("expresse", &["expressive"]), + ("visbly", &["visibly"]), + ("caractere", &["character"]), + ("execucte", &["execute"]), + ("depostis", &["deposits"]), + ("abandomnent", &["abandonment"]), + ("prmitive", &["primitive"]), + ("ochestrating", &["orchestrating"]), + ("emultors", &["emulators"]), + ("isntruments", &["instruments"]), + ("inconditional", &["unconditional"]), + ("headhpones", &["headphones"]), + ("definjtely", &["definitely"]), + ("algorhitmically", &["algorithmically"]), + ("reveiver", &["receiver"]), + ("excists", &["exists"]), + ("bootoloader", &["bootloader"]), + ("invesitgate", &["investigate"]), + ("supernarkets", &["supermarkets"]), + ("decribe", &["describe"]), + ("jetsream", &["jetstream"]), + ("enouch", &["enough"]), + ("commiti", &["committee", "committing", "commit"]), + ("traverese", &["traverse", "traverses"]), + ("completelty", &["completely"]), + ("repitle", &["reptile"]), + ("perphas", &["perhaps"]), + ("philisophers", &["philosophers"]), + ("scetch", &["sketch"]), + ("litterfinger", &["littlefinger"]), + ("ambien", &["ambient"]), + ("convery", &["convert"]), + ("prescritpion", &["prescriptions"]), + ("dispecable", &["despicable"]), + ("clasas", &["class", "classes"]), + ("demogrpahic", &["demographic"]), + ("lineseaches", &["linesearches"]), + ("dereferanced", &["dereferenced"]), + ("exectue", &["execute"]), + ("certains", &["certain"]), + ("fonctional", &["functional"]), + ("perpetraded", &["perpetrated"]), + ("doosmday", &["doomsday"]), + ("carrers", &["careers"]), + ("remebered", &["remembered"]), + ("elaspe", &["elapse"]), + ("approrpriately", &["appropriately"]), + ("consevible", &["conceivable"]), + ("tranistioned", &["transitioned"]), + ("photographied", &["photographed"]), + ("lobbyistes", &["lobbyists"]), + ("renegotatiations", &["renegotiations"]), + ("peresent", &["present", "presents", "presence", "percent"]), + ("extepects", &["expects"]), + ("initailsation", &["initialisation"]), + ("summenors", &["summoners"]), + ("deklaration", &["declaration"]), + ("direcitons", &["directions"]), + ("settign", &["setting"]), + ("argumnets", &["arguments"]), + ("guarnanteeing", &["guaranteeing"]), + ("pshycologists", &["psychologists"]), + ("motorollas", &["motorola"]), + ("datatime", &["datetime"]), + ("considerd", &["considered"]), + ("changuing", &["changing"]), + ("flattern", &["flatten"]), + ("recogizing", &["recognizing"]), + ("expresion", &["expression"]), + ("comediants", &["comedians"]), + ("initialsing", &["initialising"]), + ("implemantation", &["implementation"]), + ("quantiation", &["quantization"]), + ("analysze", &["analyse"]), + ("assosiative", &["associative"]), + ("ocupying", &["occupying"]), + ("inaccessiable", &["inaccessible"]), + ("imporoted", &["imported"]), + ("modfides", &["modifies"]), + ("synonmyous", &["synonymous"]), + ("guarnateee", &["guarantee"]), + ("copenaghen", &["copenhagen"]), + ("delagates", &["delegates"]), + ("inconprehensible", &["incomprehensible"]), + ("dismantaled", &["dismantled"]), + ("tropcial", &["tropical"]), + ("scritping", &["scripting"]), + ("volcaron", &["volcano"]), + ("cantained", &["contained"]), + ("investiagtion", &["investigation"]), + ("pedestiran", &["pedestrian"]), + ("sussinct", &["succinct"]), + ("succes", &["success"]), + ("complatly", &["completely"]), + ("fiercly", &["fiercely"]), + ("sctripting", &["scripting"]), + ("initialzed", &["initialized"]), + ("tortilini", &["tortellini"]), + ("cameleons", &["chameleons"]), + ("illegitime", &["illegitimate"]), + ("acess", &["access"]), + ("resoreces", &["resources"]), + ("algoirthmically", &["algorithmically"]), + ("invinsible", &["invincible"]), + ("layed", &["laid"]), + ("holliday", &["holiday"]), + ("alignemnt", &["alignment"]), + ("connectioms", &["connections"]), + ("calculatess", &["calculated", "calculates"]), + ("extraxt", &["extract"]), + ("playgerize", &["plagiarize"]), + ("randomes", &["randoms"]), + ("inesrted", &["inserted"]), + ("persausion", &["persuasion"]), + ("acknoledged", &["acknowledged"]), + ("yeras", &["years"]), + ("retreval", &["retrieval"]), + ("meansure", &["measure"]), + ("mimiced", &["mimicked"]), + ("authencity", &["authenticity"]), + ("abandonne", &["abandonment"]), + ("responsibillity", &["responsibility"]), + ("acccepting", &["accepting"]), + ("anarkists", &["anarchists"]), + ("descriptons", &["descriptions"]), + ("sempphore", &["semaphore"]), + ("directoy", &["directory"]), + ("particpate", &["participate"]), + ("chiansaw", &["chainsaw"]), + ("fetaures", &["features"]), + ("sportsmamship", &["sportsmanship"]), + ("referenence", &["reference"]), + ("checksumed", &["checksummed"]), + ("mininises", &["minimises"]), + ("generte", &["generate"]), + ("determinanti", &["determination"]), + ("electroyltes", &["electrolytes"]), + ("roundtriping", &["roundtripping"]), + ("inverterad", &["inverted"]), + ("ostrocized", &["ostracized"]), + ("unpresedented", &["unprecedented"]), + ("hotsopt", &["hotspot"]), + ("predominantley", &["predominantly"]), + ("generatios", &["generators"]), + ("momoent", &["moment"]), + ("desrire", &["desire"]), + ("domecrats", &["democrats"]), + ("hadnler", &["handler"]), + ("prevously", &["previously"]), + ("dyspotian", &["dystopian"]), + ("replacong", &["replacing"]), + ("recommendes", &["recommends"]), + ("assihnments", &["assignments"]), + ("preservating", &["preservation"]), + ("circluars", &["circulars"]), + ("booard", &["board"]), + ("propectless", &["prospectless"]), + ("maibe", &["maybe"]), + ("tpyes", &["types"]), + ("hijkacks", &["hijacks"]), + ("oakery", &["ochery"]), + ("countainers", &["containers"]), + ("custonizers", &["customizers"]), + ("dissmantle", &["dismantle"]), + ("diplimatic", &["diplomatic"]), + ("defendes", &["defenders"]), + ("interplation", &["interpolation"]), + ("errot", &["error"]), + ("staticists", &["statistics"]), + ("thurday", &["thursday"]), + ("permanetly", &["permanently"]), + ("modifyer", &["modifier"]), + ("cigaretes", &["cigarettes"]), + ("ungeneralizeable", &["ungeneralizable"]), + ("revolutionaary", &["revolutionary"]), + ("techonology", &["technology"]), + ("primarilly", &["primarily"]), + ("targte", &["target"]), + ("represantations", &["representations"]), + ("worrry", &["worry"]), + ("spreadshets", &["spreadsheets"]), + ("overaall", &["overall"]), + ("arithemtic", &["arithmetic"]), + ("consumibles", &["consumables"]), + ("dispostion", &["disposition"]), + ("disagreemet", &["disagreements"]), + ("pilgramige", &["pilgrimage"]), + ("coercian", &["coercion"]), + ("mediteranean", &["mediterranean"]), + ("cosnsrained", &["constrained"]), + ("trignometry", &["trigonometry"]), + ("apeals", &["appeals"]), + ("enhacement", &["enhancement"]), + ("converved", &["conserved", "conversed"]), + ("choatic", &["chaotic"]), + ("jersualem", &["jerusalem"]), + ("multplier", &["multiplier"]), + ("constatnts", &["constants"]), + ("presbaterien", &["presbyterian"]), + ("valu", &["value"]), + ("symobilic", &["symbolic"]), + ("jusitfy", &["justify"]), + ("atrillery", &["artillery"]), + ("sentive", &["sensitive"]), + ("encoser", &["encoder"]), + ("excetute", &["execute"]), + ("disconenctions", &["disconnections"]), + ("penetraion", &["penetration"]), + ("expeirence", &["experience"]), + ("sematnics", &["semantics"]), + ("esitmating", &["estimating"]), + ("susceptibile", &["susceptible"]), + ("obgects", &["objects"]), + ("requiremnts", &["requirements"]), + ("unexpexted", &["unexpected"]), + ("enountering", &["encountering"]), + ("simultaneoulsy", &["simultaneously"]), + ("notmalized", &["normalized"]), + ("omniverous", &["omnivorous"]), + ("progagate", &["propagate"]), + ("parellels", &["parallels"]), + ("indepdence", &["independence"]), + ("stndard", &["standard"]), + ("organzation", &["organization"]), + ("upion", &["upon"]), + ("readius", &["radius"]), + ("tillt", &["tilt"]), + ("vitual", &["virtual"]), + ("critcally", &["critically"]), + ("neighbourhoud", &["neighbourhood"]), + ("matricies", &["matrices"]), + ("gonewidl", &["gonewild"]), + ("mocrochip", &["microchip"]), + ("expentancy", &["expectancy"]), + ("sheck", &["check", "shuck"]), + ("constructued", &["constructed"]), + ("sercret", &["secret"]), + ("bounudaries", &["boundaries"]), + ("concatonates", &["concatenates"]), + ("implemementation", &["implementation"]), + ("paranoya", &["paranoia"]), + ("clipoards", &["clipboards"]), + ("immitated", &["imitated"]), + ("collony", &["colony"]), + ("obliverated", &["obliterated"]), + ("tensiones", &["tensions"]), + ("oldes", &["oldest"]), + ("dowlink", &["downlink"]), + ("pefect", &["perfect"]), + ("acheeving", &["achieving"]), + ("millitary", &["military"]), + ("missmatched", &["mismatched"]), + ("simptomatically", &["symptomatically"]), + ("univerities", &["universities"]), + ("similtaneously", &["simultaneously"]), + ("coefficiant", &["coefficient"]), + ("cintaner", &["container"]), + ("replacememt", &["replacement"]), + ("inititalisations", &["initialisations"]), + ("righteoussness", &["righteousness"]), + ("accuartely", &["accurately"]), + ("tempopary", &["temporary"]), + ("buhddists", &["buddhists"]), + ("instrall", &["install"]), + ("lanuching", &["launching"]), + ("assiging", &["assigning"]), + ("tripple", &["triple"]), + ("corresonds", &["corresponds"]), + ("brigher", &["brighter"]), + ("defniately", &["definitely"]), + ("surprisinly", &["surprisingly"]), + ("narcissict", &["narcissist"]), + ("abput", &["about"]), + ("contatenate", &["concatenate"]), + ("regeneratin", &["regeneration"]), + ("discrepicies", &["discrepancies"]), + ("unpacket", &["unpacked"]), + ("assumotion", &["assumption"]), + ("exensions", &["extensions"]), + ("seconde", &["second"]), + ("lentills", &["lentils"]), + ("divertion", &["diversion"]), + ("ansalisation", &["nasalisation"]), + ("argumentitive", &["argumentative"]), + ("fracturare", &["fracture"]), + ("mormones", &["mormons"]), + ("emperical", &["empirical"]), + ("instutitionalized", &["institutionalized"]), + ("negitiated", &["negotiated"]), + ("doens", &["does", "doesn"]), + ("primititves", &["primitives"]), + ("evluative", &["evaluative"]), + ("subtitutes", &["substitutes"]), + ("simulaties", &["simulate"]), + ("sentense", &["sentence"]), + ("anotrher", &["another"]), + ("accumalates", &["accumulates"]), + ("cousings", &["cousins"]), + ("sentimant", &["sentimental"]), + ("ommishints", &["omniscience"]), + ("procedings", &["proceedings"]), + ("throtlled", &["throttled"]), + ("explantion", &["explanation"]), + ("principalis", &["principals"]), + ("negoatiable", &["negotiable"]), + ("abouve", &["above"]), + ("absoulely", &["absolutely"]), + ("definde", &["define", "defined", "defines"]), + ("undeneath", &["underneath"]), + ("initalialization", &["initialization"]), + ("aleays", &["always"]), + ("senaphores", &["semaphores"]), + ("ajust", &["adjust"]), + ("errornously", &["erroneously"]), + ("overrids", &["overrides"]), + ("oportunity", &["opportunity"]), + ("dertails", &["details"]), + ("prefitlering", &["prefiltering"]), + ("modifty", &["modify"]), + ("ultrason", &["ultrasound"]), + ("nknown", &["unknown"]), + ("relevence", &["relevance"]), + ("disporves", &["disproves"]), + ("beig", &["being"]), + ("finctionalities", &["functionalities"]), + ("accomplishs", &["accomplishes"]), + ("depdencies", &["dependencies"]), + ("necromencer", &["necromancer"]), + ("calulation", &["calculation"]), + ("meaurement", &["measurement"]), + ("ather", &["other"]), + ("exitts", &["exits"]), + ("commnetator", &["commentator"]), + ("keyevente", &["keyevent"]), + ("unexepcted", &["unexpected"]), + ("allwos", &["allows"]), + ("mapable", &["mappable"]), + ("defailt", &["default"]), + ("australiens", &["australians"]), + ("constitutues", &["constitute"]), + ("disastrious", &["disastrous"]), + ("spefication", &["specification"]), + ("downgarting", &["downgrading"]), + ("signitory", &["signatory"]), + ("chivaly", &["chivalry"]), + ("recipents", &["recipients"]), + ("unnecassary", &["unnecessary"]), + ("befoer", &["before"]), + ("estuwarries", &["estuaries"]), + ("blashpemy", &["blasphemy"]), + ("tehre", &["there"]), + ("conergence", &["convergence"]), + ("encoutner", &["encounter"]), + ("suppports", &["supports"]), + ("partnetship", &["partnership"]), + ("addresss", &["address"]), + ("restictions", &["restrictions"]), + ("writtten", &["written"]), + ("infinate", &["infinite"]), + ("speified", &["specified"]), + ("stoping", &["stopping"]), + ("azmiths", &["azimuths"]), + ("capabitilies", &["capabilities"]), + ("phychiatrists", &["psychiatrists"]), + ("requris", &["require"]), + ("spageti", &["spaghetti"]), + ("legac", &["legacy"]), + ("triggerrs", &["triggers"]), + ("appetitie", &["appetite"]), + ("optionss", &["options"]), + ("respecatble", &["respectable"]), + ("palesitnian", &["palestinians"]), + ("mandase", &["mandates"]), + ("apoligize", &["apologize"]), + ("tranlsation", &["translation"]), + ("deutchsland", &["deutschland"]), + ("predominatly", &["predominantly"]), + ("intered", &["interred", "interned"]), + ("youu", &["you"]), + ("millenium", &["millennium"]), + ("esists", &["exists"]), + ("vehcile", &["vehicle"]), + ("peanockle", &["pinochle"]), + ("dynamnically", &["dynamically"]), + ("receptos", &["receptors"]), + ("postumus", &["posthumous"]), + ("phenomon", &["phenomenon"]), + ("fanfcition", &["fanfiction"]), + ("anlyzing", &["analyzing"]), + ("muslces", &["muscles"]), + ("pascheurised", &["pasteurised"]), + ("sirvayling", &["surveiling"]), + ("ontainors", &["containers"]), + ("environmentals", &["environments"]), + ("unimportent", &["unimportant"]), + ("inpacting", &["impacting"]), + ("humanit", &["humanist"]), + ("congugate", &["conjugate"]), + ("conenience", &["convenience"]), + ("obeservation", &["observation"]), + ("herocis", &["heroics"]), + ("nasturshums", &["nasturtiums"]), + ("grandchilderen", &["grandchildren"]), + ("distibuting", &["distributing"]), + ("misreably", &["miserably"]), + ("pornograhpy", &["pornography"]), + ("defiantley", &["definitely"]), + ("questionsign", &["questioning"]), + ("inadvertantely", &["inadvertently"]), + ("enouraging", &["encouraging"]), + ("requeim", &["requiem"]), + ("romanica", &["romania"]), + ("evidende", &["evidenced"]), + ("calculaution", &["calculation"]), + ("inconlusive", &["inconclusive"]), + ("mandotory", &["mandatory"]), + ("namemespace", &["namespace"]), + ("sacrifising", &["sacrificing"]), + ("contrictions", &["contractions"]), + ("unresgisterd", &["unregistered"]), + ("systesms", &["systems"]), + ("constrution", &["construction"]), + ("limiation", &["limitation"]), + ("algoprithms", &["algorithms"]), + ("contraceptivo", &["contraception"]), + ("transsmision", &["transmissions"]), + ("instinctivly", &["instinctively"]), + ("bureuacratic", &["bureaucratic"]), + ("werstle", &["wrestle"]), + ("technologial", &["technological"]), + ("freindship", &["friendship"]), + ("populair", &["popular"]), + ("acquries", &["acquires", "equerries"]), + ("blackbery", &["blackberry"]), + ("resoiurcing", &["resourcing"]), + ("additon", &["addition"]), + ("qualfy", &["qualify"]), + ("organizarte", &["organizer"]), + ("prominant", &["prominent"]), + ("mulitpart", &["multipart"]), + ("whhen", &["when"]), + ("prostitiute", &["prostitute"]), + ("optmized", &["optimized"]), + ("peanuchle", &["pinochle"]), + ("sharpeneing", &["sharpening"]), + ("parallized", &["parallelized"]), + ("transmitor", &["transistor"]), + ("replacas", &["replicas", "replaces"]), + ("interent", &["internet"]), + ("incliuding", &["including"]), + ("temmporary", &["temporary", "temporarily"]), + ("givem", &["given"]), + ("swithcboard", &["switchboard"]), + ("buffereed", &["buffered"]), + ("ultimae", &["ultimate"]), + ("intercontinential", &["intercontinental"]), + ("disappared", &["disappeared"]), + ("arrangments", &["arrangements"]), + ("sincerley", &["sincerely"]), + ("traitour", &["traitor"]), + ("thoug", &["though"]), + ("clen", &["clan", "clean"]), + ("photoshoppad", &["photoshopped"]), + ("eveluator", &["evaluator"]), + ("docuemnt", &["document"]), + ("mutithreaded", &["multithreaded"]), + ("associeation", &["association"]), + ("allocaiting", &["allocating"]), + ("hwole", &["whole"]), + ("bombardeada", &["bombarded"]), + ("metapackge", &["metapackage"]), + ("conflcits", &["conflicts"]), + ("konfidential", &["confidential"]), + ("brockened", &["broken"]), + ("unsubstantiaed", &["unsubstantiated"]), + ("disparite", &["disparate"]), + ("coulour", &["colour"]), + ("mecahnism", &["mechanism"]), + ("caf", &["calf"]), + ("picknics", &["picnics"]), + ("delimietrs", &["delimiters"]), + ("disenchanged", &["disenchanted"]), + ("memery", &["memory"]), + ("gatway", &["gateway"]), + ("intellectualy", &["intellectually"]), + ("cunters", &["counters", "hunters"]), + ("downvotters", &["downvoters"]), + ("assitance", &["assistance"]), + ("ouputarea", &["outputarea"]), + ("toosday", &["tuesday"]), + ("selecetd", &["selected"]), + ("logorithmic", &["logarithmic"]), + ("disappearring", &["disappearing"]), + ("prtinf", &["printf"]), + ("resistes", &["resists"]), + ("cerinomies", &["ceremonies"]), + ("blatanlty", &["blatantly"]), + ("somehwere", &["somewhere"]), + ("appendex", &["appendix"]), + ("pyschopaths", &["psychopaths"]), + ("tranlating", &["translating"]), + ("assimalate", &["assimilate"]), + ("disapaits", &["dissipates"]), + ("thudnerbolt", &["thunderbolt"]), + ("reminises", &["reminisces"]), + ("transpant", &["transplant"]), + ("pentagoon", &["pentagon"]), + ("notifed", &["notified"]), + ("serverity", &["severity"]), + ("whants", &["wants"]), + ("organiserad", &["organised"]), + ("appreiate", &["appreciate"]), + ("classifcation", &["classification"]), + ("muste", &["must"]), + ("contiune", &["continue"]), + ("transiten", &["transient"]), + ("valule", &["value"]), + ("staionairy", &["stationary"]), + ("protohypes", &["prototypes"]), + ("messagd", &["messaged"]), + ("correcponded", &["corresponded"]), + ("choosen", &["chosen"]), + ("furture", &["future"]), + ("libraires", &["libraries"]), + ("desctivates", &["deactivates"]), + ("gourmelt", &["gourmet"]), + ("ocassioned", &["occasioned"]), + ("foder", &["coder", "folder"]), + ("instutitions", &["institutions"]), + ("formen", &["foremen"]), + ("podule", &["module"]), + ("regsitry", &["registry"]), + ("dataets", &["datasets"]), + ("ther", &["there", "their", "the", "other"]), + ("demodualtor", &["demodulator"]), + ("siver", &["diver", "silver", "sliver"]), + ("manipute", &["manipulate"]), + ("fornater", &["formatter"]), + ("negoations", &["negotiations"]), + ("furhtermore", &["furthermore"]), + ("inevetable", &["inevitable"]), + ("atomsphere", &["atmosphere"]), + ("canceld", &["canceled"]), + ("idenities", &["identities"]), + ("internation", &["international"]), + ("pedophilles", &["pedophile"]), + ("encompas", &["encompass"]), + ("locaite", &["locate"]), + ("fials", &["fails"]), + ("dispensories", &["dispensaries"]), + ( + "controle", + &["control", "controlled", "controller", "controls"], + ), + ("encyrpt", &["encrypt"]), + ("hungs", &["hangs", "hung"]), + ("collabrative", &["collaborative"]), + ("chizzelling", &["chiselling"]), + ("obtainabe", &["obtainable"]), + ("expolited", &["exploited"]), + ("vetran", &["veteran"]), + ("valdity", &["validity"]), + ("distrubute", &["distribute"]), + ("contibutes", &["contributes"]), + ("immobilzed", &["immobile"]), + ("bretheren", &["brethren"]), + ("refersher", &["refresher"]), + ("worksace", &["workspace"]), + ("ansalization", &["nasalization"]), + ("guarentied", &["guaranteed"]), + ("unfilp", &["unflip"]), + ("excerising", &["exercising"]), + ("abstrctions", &["abstractions"]), + ("consitional", &["conditional"]), + ("itenary", &["itinerary"]), + ("sidelen", &["sideline"]), + ("checkpiont", &["checkpoint"]), + ("upsrteaming", &["upstreaming"]), + ("asembles", &["assembles"]), + ("adjacentcy", &["adjacency", "adjacence"]), + ("dissables", &["disables"]), + ("coumter", &["counter"]), + ("altas", &["atlas"]), + ("laborerers", &["laborers"]), + ("controling", &["controlling"]), + ("phychopathic", &["psychopathic"]), + ("opearates", &["operates"]), + ("promethesus", &["prometheus"]), + ("movemnet", &["movement"]), + ("specualting", &["speculating"]), + ("obsidain", &["obsidian"]), + ("transmittion", &["transmission"]), + ("destrutors", &["destructors"]), + ("lookp", &["look", "looks", "lookup"]), + ("weev", &["weave"]), + ("plagiarius", &["plagiarism"]), + ("ignor", &["ignore"]), + ("asigns", &["assigns"]), + ("unsubscrible", &["unsubscribed"]), + ("progapators", &["propagators"]), + ("proocols", &["protocols"]), + ("siezures", &["seizures"]), + ("brigthnes", &["brightness"]), + ("noticable", &["noticeable"]), + ("relient", &["reliant"]), + ("supoorts", &["supports"]), + ("modiifiers", &["modifiers"]), + ("carnavor", &["carnivore"]), + ("explicitelly", &["explicitly"]), + ("moderaters", &["moderates"]), + ("contibute", &["contribute"]), + ("consideres", &["considered", "considers"]), + ("defendrs", &["defends"]), + ("paremeter", &["parameter"]), + ("comparitive", &["comparative"]), + ("languajes", &["languages"]), + ("ploygon", &["polygon"]), + ("confim", &["confirm"]), + ("buthcered", &["butchered"]), + ("contex", &["context"]), + ("difussion", &["diffusion"]), + ("reinstallled", &["reinstalled"]), + ("dissimiliary", &["dissimilarity"]), + ("interioare", &["interior"]), + ("tagets", &["targets"]), + ("renegotitions", &["renegotiations"]), + ("nce", &["nice", "once"]), + ("snippes", &["snippets"]), + ("coordinants", &["coordinates"]), + ("parametr", &["parameter"]), + ("preconcieve", &["preconceived"]), + ("poit", &["point"]), + ("conspirancy", &["conspiracy"]), + ("canistre", &["canister"]), + ("anotated", &["annotated"]), + ("insersect", &["intersect"]), + ("mississipppi", &["mississippi"]), + ("recommad", &["recommend"]), + ("seviced", &["serviced"]), + ("booe", &["buoy"]), + ("accidentes", &["accidents"]), + ("attachen", &["attach"]), + ("pestecides", &["pesticides"]), + ("coallescence", &["coalescence"]), + ("consenusal", &["consensual"]), + ("antaganistic", &["antagonistic"]), + ("preferance", &["preference"]), + ("afficianado", &["aficionado"]), + ("optismied", &["optimised"]), + ("optoin", &["option"]), + ("accrediation", &["accreditation"]), + ("interpoloates", &["interpolates"]), + ("cylcone", &["cyclone"]), + ("hindiusm", &["hinduism"]), + ("relese", &["release"]), + ("equelibrium", &["equilibrium"]), + ("evenlopes", &["envelopes"]), + ("underestiamte", &["underestimated"]), + ("esacape", &["escape"]), + ("calcultes", &["calculates"]), + ("momentaraly", &["momentarily"]), + ("preallocationg", &["preallocating", "preallocation"]), + ("nescesaries", &["necessaries"]), + ("levl", &["level"]), + ("authethication", &["authentication"]), + ("electricly", &["electrically"]), + ("commissionees", &["commissions"]), + ("concures", &["concurs", "conquers"]), + ("recusrsive", &["recursive"]), + ("qeust", &["quest"]), + ("configuartion", &["configuration"]), + ("unauthenticed", &["unauthenticated"]), + ("unconsicously", &["unconsciously"]), + ("zoinist", &["zionist"]), + ("blockcahin", &["blockchain"]), + ("absorbes", &["absorbs"]), + ("involunary", &["involuntary"]), + ("requrirement", &["requirement"]), + ("unsupproted", &["unsupported"]), + ("soucres", &["sources"]), + ("insigt", &["insight"]), + ("cvignore", &["cvsignore"]), + ("exeptional", &["exceptional"]), + ("metod", &["method"]), + ("oreintation", &["orientation"]), + ("baught", &["bought"]), + ("speciy", &["specify"]), + ("worflows", &["workflows"]), + ("involentary", &["involuntary"]), + ("disposte", &["dispose"]), + ("assimilerat", &["assimilate"]), + ("multiplr", &["multiplier"]), + ("banannas", &["bananas"]), + ("retrieveds", &["retrieved"]), + ("anlaytics", &["analytics"]), + ("jumpt", &["jumped", "jump"]), + ("checled", &["checked"]), + ("tings", &["things"]), + ("determinisim", &["determinism"]), + ("fringeworthy", &["cringeworthy"]), + ("pointure", &["pointer"]), + ("depreceation", &["depreciation", "deprecation"]), + ("substaintially", &["substantially"]), + ("reuseing", &["reusing"]), + ("defensen", &["defenseman"]), + ("monserrat", &["montserrat"]), + ("funvtions", &["functions"]), + ("napomms", &["napalms"]), + ("dissppointed", &["disappointed"]), + ("varaible", &["variable"]), + ("reques", &["request"]), + ("jewelrey", &["jewelry"]), + ("deativated", &["deactivated"]), + ("disapaiting", &["dissipating"]), + ("civilizatoin", &["civilizations"]), + ("signul", &["signal"]), + ("owervrite", &["overwrite"]), + ("trhusters", &["thrusters"]), + ("perforamnces", &["performances"]), + ("speficialleis", &["specifies"]), + ("conversationa", &["conservation"]), + ("missionera", &["missionary"]), + ("interprered", &["interpreter"]), + ("peridic", &["periodic"]), + ("idealistc", &["idealistic"]), + ("productivos", &["productions"]), + ("hierarcy", &["hierarchy"]), + ("modifler", &["modifier"]), + ("abbreivation", &["abbreviation"]), + ("preprared", &["prepared"]), + ("mulitplayer", &["multiplayer"]), + ("writtable", &["writable"]), + ("snippert", &["snippet"]), + ("preshis", &["precious"]), + ("conslutant", &["consultant"]), + ("notebok", &["notebook"]), + ("differencies", &["differences"]), + ("restaraunt", &["restaurant"]), + ("doubes", &["doubles"]), + ("neighbourood", &["neighbourhood"]), + ("deisgns", &["designs"]), + ("acknowledget", &["acknowledgment"]), + ("councellors", &["councillors", "counsellors"]), + ("modefied", &["modified"]), + ("koordinates", &["coordinates"]), + ("airsfot", &["airsoft"]), + ("clese", &["close"]), + ("soldger", &["soldier"]), + ("dysphoira", &["dysphoria"]), + ("sueprset", &["superset"]), + ("represensts", &["represents"]), + ("understandabley", &["understandably"]), + ("occasionals", &["occasions"]), + ("negoate", &["negotiate"]), + ("absoluts", &["absolutes"]), + ("vitaminas", &["vitamins"]), + ("duplicitas", &["duplicates"]), + ("misandy", &["misandry"]), + ("eyeballls", &["eyeballs"]), + ("halluzination", &["hallucination"]), + ("unavaialbel", &["unavailable"]), + ("exclamativo", &["exclamation"]), + ("perpretated", &["perpetrated"]), + ("listeing", &["listening"]), + ("resuse", &["reuse"]), + ("recommande", &["recommend"]), + ("resoiurces", &["resources"]), + ("terminalis", &["terminals"]), + ("muscially", &["musically"]), + ("oprhan", &["orphan"]), + ("coalessed", &["coalesced"]), + ("proedure", &["procedure"]), + ("implementates", &["implements"]), + ("omited", &["omitted"]), + ("construint", &["constraint"]), + ("collectivily", &["collectively"]), + ("aglorithms", &["algorithms"]), + ("massectomy", &["mastectomy"]), + ("intersteller", &["interstellar"]), + ("ezdrop", &["eavesdrop"]), + ("fetaure", &["feature"]), + ("piecewice", &["piecewise"]), + ("reminiser", &["reminiscer"]), + ("vertexts", &["vertices"]), + ("govermet", &["government"]), + ("understadns", &["understands"]), + ("sneding", &["sending"]), + ("caffeinne", &["caffeine"]), + ("craetes", &["crates", "creates"]), + ("conversaion", &["conversion"]), + ("compainons", &["companions"]), + ("inbraser", &["embracer"]), + ("cahined", &["chained"]), + ("britening", &["brightening"]), + ("ahere", &["adhere", "here"]), + ("shouder", &["shoulder", "shudder"]), + ("instrumenet", &["instrument"]), + ("eanble", &["enable"]), + ("authencication", &["authentication"]), + ("diffrence", &["difference"]), + ("whih", &["which"]), + ("painkilers", &["painkillers"]), + ("symblic", &["symbolic"]), + ("costums", &["costumes", "customs"]), + ("interploated", &["interpolated"]), + ("cimptomaticly", &["symptomatically"]), + ("embassey", &["embassy"]), + ("thirites", &["thirties"]), + ("conerning", &["concerning"]), + ("unpreductive", &["unproductive"]), + ("lighthearthed", &["lighthearted"]), + ("predujiced", &["prejudiced"]), + ("comfirmation", &["confirmation"]), + ("characgter", &["character"]), + ("experementers", &["experimenters"]), + ("artice", &["article"]), + ("conceptial", &["conceptual"]), + ("tranitioned", &["transitioned"]), + ("projectives", &["projectiles"]), + ("adapation", &["adaptation", "adoption"]), + ("emphazising", &["emphasising"]), + ("portestants", &["protestants"]), + ("acquring", &["acquiring"]), + ("descritpros", &["descriptors"]), + ("predicessors", &["predecessors"]), + ("partcularly", &["particularly"]), + ("replicaite", &["replicate"]), + ("appered", &["appeared"]), + ("derivativos", &["derivatives"]), + ("replacament", &["replacement"]), + ("wednesdsy", &["wednesdays"]), + ("limitiing", &["limiting"]), + ("questionning", &["questioning"]), + ("extaction", &["extraction"]), + ("generatie", &["generate"]), + ("encapsualtes", &["encapsulates"]), + ("initative", &["initiative"]), + ("acceptabelt", &["acceptable"]), + ("thos", &["those", "this"]), + ("heaer", &["header"]), + ("seledted", &["selected"]), + ("vai", &["via", "vie"]), + ("commulative", &["cumulative"]), + ("alhough", &["although"]), + ("clearling", &["clearing"]), + ("funchtionned", &["functioned"]), + ("casued", &["caused"]), + ("correcy", &["correct"]), + ("volocity", &["velocity"]), + ("lightweigt", &["lightweight"]), + ("cassims", &["chasms"]), + ("ealier", &["earlier"]), + ("ifnormation", &["information"]), + ("rearrangable", &["rearrangeable"]), + ("contaisn", &["contains"]), + ("opearators", &["operators"]), + ("illumini", &["illuminati"]), + ("bable", &["babel", "table", "bible"]), + ("sylablles", &["syllables"]), + ("commmitment", &["commitment"]), + ("compatablitiy", &["compatibility"]), + ("mircowaves", &["microwaves"]), + ("commanted", &["commanded", "commented"]), + ("referenences", &["references"]), + ("repubicans", &["republicans"]), + ("doxgen", &["doxygen"]), + ("memonics", &["mnemonics"]), + ("constiutents", &["constituents"]), + ("simliarly", &["similarly"]), + ("opbject", &["object"]), + ("implemtations", &["implementations"]), + ("importently", &["importantly"]), + ("braodcast", &["broadcast"]), + ("propse", &["propose"]), + ("uncensorred", &["uncensored"]), + ("verticall", &["vertical"]), + ("profilees", &["profiles"]), + ("cilanto", &["cilantro"]), + ("templateas", &["templates"]), + ("implausable", &["implausible"]), + ("allocatrd", &["allocated"]), + ("referrred", &["referred"]), + ("locaitions", &["locations"]), + ("inidicating", &["indicating"]), + ("alumnium", &["aluminium"]), + ("pryamid", &["pyramid"]), + ("initiatiated", &["initiated"]), + ("marijuannas", &["marijuana"]), + ("commentaar", &["commentary"]), + ("simultaneuos", &["simultaneous"]), + ("matainer", &["maintainer"]), + ("presed", &["preset", "pressed"]), + ("behabviour", &["behaviour"]), + ("leagelize", &["legalize"]), + ("availible", &["available"]), + ("incoporated", &["incorporated"]), + ("smller", &["smaller"]), + ("masculenity", &["masculinity"]), + ("conrtibs", &["contribs"]), + ("paramether", &["parameter"]), + ("artifict", &["artifact"]), + ("comppliance", &["compliance"]), + ("xinitiazlize", &["xinitialize"]), + ("fter", &["after"]), + ("workaorund", &["workaround"]), + ("encyclopadia", &["encyclopedia"]), + ("contrbution", &["contribution"]), + ("executiner", &["executioner"]), + ("finings", &["findings"]), + ("coaless", &["coalesce"]), + ("symbonname", &["symbolname"]), + ("entitities", &["entities"]), + ("cahche", &["cache"]), + ("defiend", &["defined"]), + ("managar", &["manager"]), + ("varialbles", &["variables"]), + ("underestimeted", &["underestimated"]), + ("conversiones", &["conversions"]), + ("mosquitero", &["mosquito"]), + ("puasing", &["pausing"]), + ("verifiy", &["verify"]), + ("retranser", &["retransfer"]), + ("dustification", &["justification"]), + ("simultaneos", &["simultaneous"]), + ("definatlly", &["definitely"]), + ("perseedes", &["precedes"]), + ("adjustement", &["adjustment"]), + ("differentate", &["differentiate"]), + ("downloadmanger", &["downloadmanager"]), + ("aggregrate", &["aggregate"]), + ("prependicular", &["perpendicular"]), + ("parmetian", &["parmesan"]), + ("illegas", &["illegals"]), + ("exeecutable", &["executable"]), + ("mixted", &["mixed"]), + ("permiere", &["premiere"]), + ("brianer", &["brainer"]), + ("gagnsters", &["gangsters"]), + ("expesnces", &["expenses"]), + ("mininized", &["minimized"]), + ("dymanically", &["dynamically"]), + ("execusive", &["exclusive"]), + ("celebratons", &["celebrations"]), + ("consciencious", &["conscientious"]), + ("predfined", &["predefined"]), + ("annoyying", &["annoying"]), + ("transfomm", &["transform"]), + ("inexpirienced", &["inexperienced"]), + ("unanimoulsy", &["unanimous"]), + ("dislays", &["displays"]), + ("portoguese", &["portuguese"]), + ("movepseed", &["movespeed"]), + ("sigrynges", &["syringes"]), + ("canabels", &["cannibals"]), + ("compleeted", &["completed"]), + ("alcholic", &["alcoholic"]), + ("woudld", &["would"]), + ("essentualy", &["essentially"]), + ("asumes", &["assumes"]), + ("recommneded", &["recommended"]), + ("appliations", &["applications"]), + ("emmediately", &["immediately"]), + ("identificable", &["identifiable"]), + ("casues", &["causes"]), + ("inexpereince", &["inexperience"]), + ("homogenity", &["homogeneity"]), + ("necesseraly", &["necessarily"]), + ("supervisores", &["supervisors"]), + ("unssupported", &["unsupported"]), + ("easiliy", &["easily"]), + ("consuemd", &["consumed"]), + ("consecuences", &["consequences"]), + ("cicruit", &["circuit"]), + ("libraier", &["library"]), + ("interperters", &["interpreter", "interpreters"]), + ("derfien", &["define"]), + ("priorites", &["priorities"]), + ("cotains", &["contains"]), + ("chinesse", &["chinese"]), + ("devasted", &["devastated"]), + ("felisatus", &["felicitous"]), + ("recievd", &["received"]), + ("blaspehmy", &["blasphemy"]), + ("protrait", &["portrait"]), + ("midpints", &["midpoints"]), + ("investigativos", &["investigations"]), + ("organices", &["organise"]), + ("experimentatation", &["experimentation"]), + ("magor", &["major"]), + ("reproduciblility", &["reproducibility"]), + ("bordlerands", &["borderlands"]), + ("arrrives", &["arrives"]), + ("disapperared", &["disappeared"]), + ("decypted", &["decrypted"]), + ("acclamied", &["acclaimed"]), + ("orgiginally", &["originally"]), + ("follwing", &["following"]), + ("reprented", &["repented", "represented", "reprinted"]), + ("labbeled", &["labeled"]), + ("aspahlt", &["asphalt"]), + ("proided", &["provided"]), + ("hax", &["hex"]), + ("dependicy", &["dependency"]), + ("bottlenects", &["bottlenecks"]), + ("incorrecly", &["incorrectly"]), + ("vectorrs", &["vectors"]), + ("transactoins", &["transactions"]), + ("initiliazes", &["initializes"]), + ("adition", &["addition"]), + ("dictaionaries", &["dictionaries"]), + ("comfrontation", &["confrontation"]), + ("perfoemers", &["performers"]), + ("comeptitions", &["competitions"]), + ("aquaduct", &["aqueduct"]), + ("assocate", &["associate"]), + ("lauched", &["launched"]), + ("neibhbours", &["neighbours"]), + ("asess", &["assess"]), + ("pruposefully", &["purposefully"]), + ("undergrand", &["undergrad"]), + ("universels", &["universes"]), + ("wrnagler", &["wrangler"]), + ("postions", &["positions"]), + ("sountrack", &["soundtrack"]), + ("revoce", &["revoke"]), + ("pxoxied", &["proxied"]), + ("runtine", &["runtime", "routine"]), + ("pubilc", &["public"]), + ("alternetive", &["alternative"]), + ("pehaps", &["perhaps"]), + ("assfalts", &["asphalts"]), + ("palces", &["places", "pales"]), + ("coordinnate", &["coordinate"]), + ("ois", &["is"]), + ("recenty", &["recently"]), + ("immedeatly", &["immediately"]), + ("disillation", &["distillation"]), + ("explainig", &["explaining"]), + ("cardinales", &["cardinals"]), + ("occours", &["occurs"]), + ("mastrubating", &["masturbating"]), + ("equire", &["require", "enquire", "equine", "esquire"]), + ("serbain", &["serbian"]), + ("considereis", &["considers"]), + ("modifdied", &["modified"]), + ("mornig", &["morning"]), + ("regulatr", &["regulator"]), + ("oridinarily", &["ordinarily"]), + ("materlas", &["materials"]), + ("announcemnt", &["announcement"]), + ("specktor", &["specter"]), + ("dirction", &["direction"]), + ("coalscece", &["coalescence"]), + ("christianty", &["christianity"]), + ("mortards", &["mortars"]), + ("inconviniance", &["inconvenience"]), + ("coulndt", &["couldnt"]), + ("prolouge", &["prologue"]), + ("withhelding", &["withholding"]), + ("unneccessary", &["unnecessary"]), + ("minimsation", &["minimisation"]), + ("victorin", &["victorian"]), + ("ameelarates", &["ameliorates"]), + ("neceassary", &["necessary"]), + ("whitspace", &["whitespace"]), + ("decleration", &["declaration"]), + ("unknowinly", &["unknowingly"]), + ("milktoasts", &["milquetoasts"]), + ("customizble", &["customizable"]), + ("distaces", &["distances", "distastes"]), + ("caclucation", &["calculation"]), + ("assighors", &["assignors"]), + ("disatvantage", &["disadvantage"]), + ("enginineer", &["engineer"]), + ("convuluted", &["convoluted"]), + ("resivwar", &["reservoir"]), + ("permuation", &["permutation"]), + ("numberous", &["numerous"]), + ("unsearcahble", &["unsearchable"]), + ("gerenate", &["generate"]), + ("terminolgy", &["terminology"]), + ("clearted", &["cleared"]), + ("kimeric", &["chimeric"]), + ("transmisssion", &["transmissions"]), + ("substantied", &["substantive"]), + ("connnections", &["connections"]), + ("distatesful", &["distasteful"]), + ("refiined", &["refined"]), + ("colombina", &["colombia"]), + ("automonous", &["autonomous"]), + ("brodcast", &["broadcast"]), + ("riminders", &["reminders"]), + ("survelliance", &["surveillance"]), + ("worklow", &["workflow"]), + ("engagaments", &["engagements"]), + ("purchsed", &["purchased"]), + ("containees", &["containers"]), + ("apprended", &["appended", "apprehended"]), + ("benine", &["benign"]), + ("conveinent", &["convenient"]), + ("argumnet", &["argument"]), + ("reomving", &["removing"]), + ("propectable", &["projectable", "protectable"]), + ("virament", &["vraiment"]), + ("gernerating", &["generating"]), + ("agragates", &["aggregates"]), + ("indever", &["endeavor"]), + ("defulting", &["defaulting"]), + ("spetsified", &["specified"]), + ("trotzkyist", &["trotskyist"]), + ("outisde", &["outside"]), + ("aggressivo", &["aggression"]), + ("chowse", &["choose", "chose"]), + ("recuning", &["reckoning", "recusing", "retuning"]), + ("fiddley", &["fiddly"]), + ("recun", &["reckon", "recon", "recur"]), + ("ovewritable", &["overwritable"]), + ("simpley", &["simply"]), + ("speficed", &["specified"]), + ("accompliss", &["accomplishes"]), + ("flavoures", &["flavours"]), + ("developme", &["development"]), + ("performanse", &["performances"]), + ("paermissions", &["permissions"]), + ("memomry", &["memory"]), + ("transcordes", &["transcodes"]), + ("oposition", &["opposition"]), + ("algortithmic", &["algorithmic"]), + ("acompanies", &["accompanies"]), + ("carimonial", &["ceremonial"]), + ("icrementally", &["incrementally"]), + ("disassmbly", &["disassembly"]), + ("statustics", &["statistics"]), + ("peform", &["perform"]), + ("intellecutal", &["intellectual"]), + ("implemememnt", &["implement"]), + ("bocome", &["become"]), + ("outperfomr", &["outperform"]), + ("expermeneters", &["experimenters"]), + ("inmplementation", &["implementation"]), + ("accompagny", &["accompany"]), + ("americants", &["americas"]), + ("proponenet", &["proponent"]), + ("microhpones", &["microphones"]), + ("utimate", &["ultimate"]), + ("graniet", &["granite"]), + ("disalbes", &["disables"]), + ("auttoatack", &["autoattack"]), + ("speficy", &["specify"]), + ("proflie", &["profile"]), + ("excecutions", &["executions"]), + ("assginment", &["assignment"]), + ("oveerun", &["overrun"]), + ("preinitalizes", &["preinitializes"]), + ("errots", &["errors"]), + ("perfecct", &["perfect"]), + ("popoulation", &["population"]), + ("investogator", &["investigator"]), + ("realiste", &["realise"]), + ("operting", &["operating"]), + ("socekts", &["sockets"]), + ("statiskt", &["statist"]), + ("parsially", &["partially"]), + ("acsension", &["ascension"]), + ("downgarading", &["downgrading"]), + ("oversubcribing", &["oversubscribing"]), + ("algotirhmic", &["algorithmic"]), + ("expermenetel", &["experimental"]), + ("inate", &["innate"]), + ("warnign", &["warning"]), + ("ridiculouly", &["ridiculously"]), + ("introduciton", &["introduction"]), + ("linguistcs", &["linguistics"]), + ("reove", &["remove"]), + ("poentially", &["potentially"]), + ("propagte", &["propagate"]), + ("descrtiptions", &["descriptions"]), + ("losslesly", &["losslessly"]), + ("tatgerts", &["targets"]), + ("jurisfiction", &["jurisdiction"]), + ("particularlly", &["particularly"]), + ("inctroduced", &["introduced"]), + ("infrastuctures", &["infrastructures"]), + ("prostitutas", &["prostitutes"]), + ("preoxide", &["peroxide"]), + ("objectivley", &["objectively"]), + ("finihed", &["finished"]), + ("triangulataion", &["triangulation"]), + ("expliciet", &["explicit"]), + ("asai", &["asia"]), + ("escates", &["escalates", "escapes"]), + ("legalimate", &["legitimate"]), + ("stressfull", &["stressful"]), + ("whipser", &["whisper"]), + ("concequent", &["consequent"]), + ("predocessor", &["predecessor"]), + ("inctance", &["instance"]), + ("yeld", &["yield"]), + ("realibly", &["reliably"]), + ("perfrom", &["perform"]), + ("parameds", &["paramedics"]), + ("presuasive", &["persuasive"]), + ("expexcting", &["expecting"]), + ("governmetn", &["governments"]), + ("assumues", &["assumes"]), + ("zylophone", &["xylophone"]), + ("contriubtion", &["contribution"]), + ("reigment", &["regiment"]), + ("annoncing", &["announcing"]), + ("grafics", &["graphics"]), + ("obligerated", &["obliterated"]), + ("introspektion", &["introspection"]), + ("incoherantly", &["incoherently"]), + ("disssembled", &["disassembled"]), + ("trainigs", &["training"]), + ("levetate", &["levitate"]), + ("preposterious", &["preposterous"]), + ("decocded", &["decoded"]), + ("helicopteros", &["helicopters"]), + ("massacrare", &["massacre"]), + ("imlimenting", &["implementing"]), + ("revison", &["revision"]), + ("engagment", &["engagement"]), + ("gigbayte", &["gigabyte"]), + ("correspomding", &["corresponding"]), + ("algotrithms", &["algorithms"]), + ("worfklows", &["workflows"]), + ("suppurtive", &["supportive"]), + ("fundamentalistiskt", &["fundamentalists"]), + ("ptiched", &["pitched"]), + ("cupborad", &["cupboard"]), + ("hienous", &["heinous"]), + ("disterbance", &["disturbance"]), + ("waitting", &["waiting"]), + ("triptishs", &["triptychs"]), + ("peases", &["leases", "pieces", "pleases"]), + ("absolutisme", &["absolutes"]), + ("extermest", &["extremest"]), + ("congnitively", &["cognitively"]), + ("excellenze", &["excellence"]), + ("veru", &["very"]), + ("broady", &["broadly"]), + ("enchanthing", &["enchanting"]), + ("maneuveur", &["maneuver"]), + ("funvtionalities", &["functionalities"]), + ("phospor", &["phosphor"]), + ("fulttershy", &["fluttershy"]), + ("preprocesor", &["preprocessor"]), + ("politicing", &["politician", "politicking"]), + ("moutned", &["mounted"]), + ("resued", &["reused", "rescued", "resumed"]), + ("transtitioned", &["transitioned"]), + ("vaued", &["valued"]), + ("intermisson", &["intermission"]), + ("ostraziced", &["ostracized"]), + ("rountripping", &["roundtripping"]), + ("libertania", &["libertarians"]), + ("initailizes", &["initializes"]), + ("packges", &["packages"]), + ("ofisianado", &["aficionado"]), + ("creting", &["creating"]), + ("directrly", &["directly"]), + ("secified", &["specified"]), + ("anonymouse", &["anonymous"]), + ("modee", &["mode"]), + ("documument", &["document"]), + ("technik", &["technique"]), + ("contradicton", &["contradiction"]), + ("dum", &["dumb"]), + ("yorkshie", &["yorkshire"]), + ("analyzies", &["analysis", "analyzes"]), + ("parenthesies", &["parenthesis", "parentheses"]), + ("factuallity", &["factually"]), + ("hearhtstone", &["hearthstone"]), + ("synchonise", &["synchronise"]), + ("minneapolites", &["minneapolis"]), + ("symphatizer", &["sympathizers"]), + ("suppreses", &["suppress"]), + ("senitments", &["sentiments"]), + ("apprendice", &["apprentice"]), + ("rendereds", &["rendered", "renders"]), + ("gymnistic", &["gymnastic"]), + ("recipiant", &["recipient"]), + ("auther", &["author"]), + ("settiing", &["setting"]), + ("aciton", &["action"]), + ("apparoches", &["approaches"]), + ("wpuld", &["would"]), + ("distirbutor", &["distributor"]), + ("pachtes", &["patches"]), + ("errer", &["error"]), + ("visuallisation", &["visualisation"]), + ("infrigement", &["infringement"]), + ("compartmet", &["compartment"]), + ("ellide", &["elide"]), + ("eto", &["to"]), + ("inddividual", &["individual"]), + ("depresssion", &["depression"]), + ("proove", &["prove"]), + ("gettting", &["getting"]), + ("experimnetel", &["experimental"]), + ("attement", &["attempt"]), + ("circumstntial", &["circumstantial"]), + ("implents", &["implements"]), + ("inlcusion", &["inclusion"]), + ("benjing", &["binging"]), + ("nationalistiske", &["nationalists"]), + ("invarinats", &["invariants"]), + ("utilisaton", &["utilisation"]), + ("datrabase", &["database"]), + ("translatron", &["translation"]), + ("nutrally", &["neutrally"]), + ("conpressed", &["compressed"]), + ("concersion", &["concession", "conversion"]), + ("scrach", &["scratch"]), + ("priveleges", &["privileges"]), + ("finilizes", &["finalizes"]), + ("computtaion", &["computation"]), + ("corporativos", &["corporations"]), + ("economicus", &["economics"]), + ("cardiovascualar", &["cardiovascular"]), + ("therapautic", &["therapeutic"]), + ("identifaction", &["identification"]), + ("ypu", &["you"]), + ("emminently", &["eminently"]), + ("convenietly", &["conveniently"]), + ("trageted", &["targeted"]), + ("manipualtion", &["manipulation"]), + ("impulsemos", &["impulses"]), + ("calcuim", &["calcium"]), + ("asscociated", &["associated"]), + ("dabue", &["debut"]), + ("redistirbuting", &["redistributing"]), + ("excutive", &["executive"]), + ("comunications", &["communications"]), + ("symhpony", &["symphony"]), + ("wheather", &["weather", "whether"]), + ("utilitatian", &["utilitarian"]), + ("campains", &["campaigns"]), + ("flavous", &["flavours"]), + ("outrside", &["outside"]), + ("vertixs", &["vertices"]), + ("caluculating", &["calculating"]), + ("ubiquituously", &["ubiquitously"]), + ("achievemnt", &["achievement"]), + ("abliity", &["ability"]), + ("suggestief", &["suggestive"]), + ("resepects", &["respects"]), + ("adavance", &["advance"]), + ("refrerenceing", &["referencing"]), + ("parareter", &["parameter"]), + ("asutrian", &["austrian"]), + ("garillas", &["guerillas"]), + ("crationists", &["creationists"]), + ("transportarte", &["transporter"]), + ("stutus", &["status"]), + ("conductuve", &["conductive", "conducive"]), + ("hoook", &["hook"]), + ("assasinate", &["assassinate"]), + ("narcisisst", &["narcissist"]), + ("penatgon", &["pentagon"]), + ("colorblend", &["colorblind"]), + ("miraculousy", &["miraculously"]), + ("dissasembles", &["disassembles"]), + ("commanists", &["communists"]), + ("recrutiting", &["recruiting"]), + ("economisit", &["economists"]), + ("complety", &["completely"]), + ("insturcted", &["instructed"]), + ("populare", &["popular"]), + ("dervived", &["derived"]), + ("akumulation", &["accumulation"]), + ("misaligments", &["misalignments"]), + ("chandalier", &["chandelier"]), + ("prealocating", &["preallocating"]), + ("cannt", &["cannot"]), + ("ecxite", &["excite"]), + ("motherbord", &["motherboard"]), + ("neighbhoring", &["neighboring"]), + ("wouuld", &["would"]), + ("includig", &["including"]), + ("auguments", &["arguments", "augments"]), + ("nesponse", &["response"]), + ("referens", &["references"]), + ("internatioanlism", &["internationalism"]), + ("otherwwise", &["otherwise"]), + ("modfications", &["modifications"]), + ("orientiation", &["orientation"]), + ("organziations", &["organizations"]), + ("delimitiaion", &["delimitation"]), + ("unresgistered", &["unregistered"]), + ("gitars", &["guitars"]), + ("cleint", &["client"]), + ("verifie", &["verify", "verified"]), + ("confrentational", &["confrontational"]), + ("enviorments", &["environments"]), + ("anphibian", &["amphibian"]), + ("foppy", &["floppy"]), + ("chernoybl", &["chernobyl"]), + ("organisate", &["organise"]), + ("implementaiton", &["implementation"]), + ("elecrton", &["electron"]), + ("automatied", &["automate"]), + ("civelezations", &["civilizations"]), + ("commentare", &["commenter"]), + ("transitors", &["transistor", "transistors"]), + ("fortitue", &["fortitude"]), + ("yaerly", &["yearly"]), + ("ontained", &["contained", "obtained"]), + ("assiatnce", &["assistance"]), + ("distibuted", &["distributed"]), + ("pojrect", &["project"]), + ("tournes", &["tourneys"]), + ("moribdly", &["morbidly"]), + ("alternatve", &["alternate", "alternative"]), + ("januaray", &["january"]), + ("exercizing", &["exercising"]), + ("unio", &["union"]), + ("seuqence", &["sequence"]), + ("accompagnies", &["accompanies"]), + ("insluated", &["insulated"]), + ("codeing", &["coding"]), + ("defaulst", &["defaults", "default"]), + ("intimidatin", &["intimidation"]), + ("bringtofont", &["bringtofront"]), + ("argubly", &["arguably"]), + ("journalistisk", &["journalists"]), + ("percission", &["percussion"]), + ("pryamids", &["pyramids"]), + ("extraordinaly", &["extraordinary"]), + ("substitition", &["substitution"]), + ("obay", &["obey"]), + ("thermomiter", &["thermometer"]), + ("locaites", &["locates"]), + ("allcator", &["allocator"]), + ("journalisim", &["journalism"]), + ("suvenear", &["souvenir"]), + ("programmars", &["programmers"]), + ("rispective", &["respective"]), + ("indains", &["indians"]), + ("experimener", &["experimenter"]), + ("bastardus", &["bastards"]), + ("manualyl", &["manually"]), + ("diagramms", &["diagrams"]), + ("weightlifitng", &["weightlifting"]), + ("follews", &["follows"]), + ("piched", &["picked", "pinched", "pitched"]), + ("severeid", &["severed"]), + ("thgat", &["that"]), + ("exchagnes", &["exchanges"]), + ("exeptions", &["exceptions"]), + ("utlimate", &["ultimate"]), + ("acditionally", &["additionally"]), + ("occurance", &["occurrence"]), + ("stament", &["statement"]), + ("degenarating", &["degenerating"]), + ("mose", &["more", "mouse", "mode"]), + ("perpandicularly", &["perpendicularly"]), + ("algorhtms", &["algorithms"]), + ("unhilight", &["unhighlight"]), + ("surviver", &["survivor"]), + ("effectivness", &["effectiveness"]), + ("inbraces", &["embraces"]), + ("labatory", &["lavatory", "laboratory"]), + ("sandales", &["sandals"]), + ("permissinos", &["permissions"]), + ("cannotation", &["connotation"]), + ("dynsaty", &["dynasty"]), + ("accetps", &["accepts"]), + ("asynschron", &["asynchronous"]), + ("retransfering", &["retransferring"]), + ("exculde", &["exclude"]), + ("ejaculaton", &["ejaculation"]), + ("populairty", &["popularity"]), + ("biappicative", &["biapplicative"]), + ("reveiw", &["review"]), + ("performaces", &["performances"]), + ("ajurnment", &["adjournment"]), + ("certifificates", &["certificates"]), + ("algorthimically", &["algorithmically"]), + ("degres", &["degrees", "digress"]), + ("sistematy", &["systematy"]), + ("disturben", &["disturbance"]), + ("speficeid", &["specified"]), + ("calclulated", &["calculated"]), + ("eligiblity", &["eligibility"]), + ("congegration", &["congregation"]), + ("understans", &["understands"]), + ("porjection", &["projection"]), + ("useg", &["user", "usage"]), + ("improted", &["imported"]), + ("mositurizing", &["moisturizing"]), + ("attrbution", &["attribution"]), + ("confidentally", &["confidentially"]), + ("uncesnored", &["uncensored"]), + ("anayslis", &["analysis"]), + ("preminence", &["preeminence"]), + ("hexgaons", &["hexagons"]), + ("comptown", &["compton"]), + ("universitets", &["universities"]), + ("vaid", &["valid", "void"]), + ("pseduo", &["pseudo"]), + ("defeind", &["defined", "defend"]), + ("generousity", &["generosity"]), + ("preidction", &["prediction"]), + ("extremiste", &["extremes"]), + ("unrakned", &["unranked"]), + ("unisntalling", &["uninstalling"]), + ("handicape", &["handicapped"]), + ("accoording", &["according"]), + ("respponses", &["responses"]), + ("consentious", &["conscientious"]), + ("reallocaes", &["reallocates"]), + ("encryptation", &["encryption"]), + ("gruseome", &["gruesome"]), + ("consumirse", &["consumerism"]), + ("rhinosaruss", &["rhinoceroses"]), + ("subconscius", &["subconscious"]), + ("commpatible", &["compatible"]), + ("partisions", &["partitions"]), + ("narcisssist", &["narcissist"]), + ("mjor", &["major"]), + ("cients", &["clients"]), + ("incompatabilty", &["incompatibility"]), + ("intamicy", &["intimacy"]), + ("govermental", &["governmental"]), + ("presearved", &["preserved"]), + ("capatilist", &["capitalist"]), + ("neighberhhods", &["neighborhoods"]), + ("gotee", &["goatee"]), + ("illegitemate", &["illegitimate"]), + ("moustahce", &["moustache"]), + ("absed", &["abased", "based"]), + ("attacs", &["attacks"]), + ("desingner", &["designer"]), + ("compareble", &["comparable"]), + ("cteation", &["creation"]), + ("seriaized", &["serialized"]), + ("corrolation", &["correlation"]), + ("demonstrat", &["demonstrate"]), + ("scandinvia", &["scandinavia"]), + ("trianed", &["trained"]), + ("counterfit", &["counterfeit"]), + ("flashflame", &["flashframe"]), + ("poportional", &["proportional"]), + ("rightfullly", &["rightfully"]), + ("exprots", &["exports"]), + ("ridicoulusly", &["ridiculously"]), + ("tarbal", &["tarball"]), + ("jailbrake", &["jailbreak"]), + ("coneninece", &["convenience"]), + ("stard", &["start"]), + ("allmost", &["almost"]), + ("verticles", &["verticals"]), + ("brisben", &["brisbane"]), + ("romaanin", &["romanian"]), + ("rethorical", &["rhetorical"]), + ("expoerted", &["exported"]), + ("animetion", &["animation"]), + ("interupting", &["interrupting"]), + ("compatable", &["compatible"]), + ("librabrie", &["library"]), + ("sanpsnots", &["snapshots"]), + ("unusaully", &["unusually"]), + ("explicitily", &["explicitly"]), + ("excectable", &["executable"]), + ("switcheasy", &["switches"]), + ("extraordinay", &["extraordinary"]), + ("interliveing", &["interleaving"]), + ("apperarance", &["appearance"]), + ("accomplise", &["accomplishes"]), + ("determinging", &["determining"]), + ("graphcis", &["graphics"]), + ("henc", &["hence"]), + ("prohibted", &["prohibited"]), + ("folwoind", &["following"]), + ("mutialted", &["mutilated"]), + ("utilitiy", &["utility"]), + ("initator", &["imitator", "initiator"]), + ("capitolized", &["capitalized"]), + ("initilialize", &["initialize"]), + ("declairs", &["declares"]), + ("plagiarizm", &["plagiarism"]), + ("acheivement", &["achievement"]), + ("imbrase", &["embrace"]), + ("sensitivety", &["sensitivity"]), + ("motnage", &["montage"]), + ("empyty", &["empty"]), + ("sociopathis", &["sociopaths"]), + ("austira", &["austria"]), + ("chaecks", &["checks"]), + ("phantoom", &["phantom"]), + ("prostituees", &["prostitutes"]), + ("provisonal", &["provisional"]), + ("enterrpise", &["enterprises"]), + ("criricals", &["criticals"]), + ("correograph", &["choreograph"]), + ("benchamrk", &["benchmark"]), + ("subirectory", &["subdirectory"]), + ("forensisch", &["forensic"]), + ("viewpoit", &["viewpoints"]), + ("necessaties", &["necessities"]), + ("secific", &["specific"]), + ("aquire", &["acquire"]), + ("rectangulaire", &["rectangular"]), + ("denomitator", &["denominator"]), + ("veneuzela", &["venezuela"]), + ("serveritie", &["severity", "severities"]), + ("israelitas", &["israelis"]), + ("accomodating", &["accommodating"]), + ("mulitated", &["mutilated"]), + ("learnign", &["learning"]), + ("barbarisch", &["barbaric"]), + ("whisperes", &["whispers"]), + ("contronl", &["control"]), + ("patroitism", &["patriotism"]), + ("spreadsheats", &["spreadsheets"]), + ("practive", &["practice"]), + ("virtiol", &["vitriol"]), + ("referrenced", &["referenced"]), + ("asssasins", &["assassins"]), + ("negotionating", &["negotiating"]), + ("cencter", &["center"]), + ("astronautlis", &["astronauts"]), + ("isntallation", &["installation"]), + ("prusue", &["pursue"]), + ("templete", &["template"]), + ("raeds", &["reads"]), + ("algorithimcally", &["algorithmically"]), + ("capicators", &["capacitors"]), + ("diplomatisch", &["diplomatic"]), + ("correpsondences", &["correspondences"]), + ("microfost", &["microsoft"]), + ("americanas", &["americans"]), + ("mangment", &["management"]), + ("unconcistency", &["inconsistency"]), + ("decomposited", &["decomposed"]), + ("itermediate", &["intermediate"]), + ("mediphors", &["metaphors"]), + ("withinn", &["within"]), + ("oour", &["our"]), + ("acquiantances", &["acquaintances"]), + ("warrantly", &["warranty"]), + ("multples", &["multiples"]), + ("initialysed", &["initialised"]), + ("deferrred", &["deferred"]), + ("tranports", &["transports"]), + ("strikely", &["strikingly"]), + ("currate", &["curate"]), + ("sectoned", &["sectioned"]), + ("enumearation", &["enumeration"]), + ("pinter", &["pointer", "printer"]), + ("buttton", &["button"]), + ("huanted", &["haunted"]), + ("interuptions", &["interruptions"]), + ("instabilt", &["instability"]), + ("senstitivity", &["sensitivity"]), + ("transeint", &["transient"]), + ("reenfocing", &["reenforcing"]), + ("execuets", &["executes"]), + ("audomoderator", &["automoderator"]), + ("proprietry", &["proprietary"]), + ("astrixes", &["asterisks"]), + ("differenciate", &["differentiate"]), + ("comradets", &["comrades"]), + ("ellitpical", &["elliptical"]), + ("serverites", &["severities"]), + ("woith", &["with"]), + ("exhibitin", &["exhibition"]), + ("recconeects", &["reconnects"]), + ("harvestgain", &["harvesting"]), + ("unprecendeted", &["unprecedented"]), + ("interpretatons", &["interpretations"]), + ("critisiscm", &["criticisms"]), + ("konstellation", &["constellation"]), + ("apporoximate", &["approximate"]), + ("specifu", &["specify"]), + ("equivelent", &["equivalent"]), + ("brunete", &["brunette"]), + ("valuled", &["valued"]), + ("irreplacalbe", &["irreplaceable"]), + ("intergrations", &["integrations"]), + ("intertwyned", &["intertwined"]), + ("aledge", &["allege"]), + ("firmare", &["firmware"]), + ("preshisly", &["preciously"]), + ("tendincies", &["tendencies"]), + ("versatel", &["versatile"]), + ("socioecenomic", &["socioeconomic"]), + ("sirectly", &["directly"]), + ("exclusivily", &["exclusivity"]), + ("openeing", &["opening"]), + ("conficted", &["conflicted"]), + ("mosnters", &["monsters"]), + ("orthoganal", &["orthogonal"]), + ("soemone", &["someone"]), + ("custonisers", &["customisers"]), + ("arbitraton", &["arbitration"]), + ("capatilization", &["capitalization"]), + ("dispprove", &["disprove", "disapprove"]), + ("aplyed", &["applied"]), + ("devirtualisaiton", &["devirtualisation"]), + ("inteview", &["interview"]), + ("recontruction", &["reconstruction"]), + ("consultating", &["consultation"]), + ("compoonent", &["component"]), + ("liklelihood", &["likelihood"]), + ("interestes", &["interests"]), + ("awming", &["awning"]), + ("programmate", &["programme"]), + ("reguire", &["require"]), + ("moderatley", &["moderately"]), + ("beligum", &["belgium"]), + ("maxmiums", &["maximums"]), + ("resposible", &["responsible"]), + ("parmesaen", &["parmesan"]), + ("huminoid", &["humanoid"]), + ("perordered", &["preordered"]), + ("cyrstal", &["crystal"]), + ("discusssed", &["discussed"]), + ("consideratin", &["considerations"]), + ("exmaples", &["examples"]), + ("jniw", &["know"]), + ("dedault", &["default"]), + ("initiaton", &["initiation"]), + ("envirnmental", &["environmental"]), + ("competance", &["competence"]), + ("realiest", &["earliest"]), + ("emperially", &["imperially"]), + ("develpers", &["developers"]), + ("demonstratie", &["demonstrate"]), + ("attrubites", &["attributes"]), + ("mandetory", &["mandatory"]), + ("auxilery", &["auxiliary"]), + ("hostiliy", &["hostility"]), + ("accideny", &["accidentally"]), + ("chassim", &["chasm"]), + ("plcement", &["placement"]), + ("depsoited", &["deposited"]), + ("backwad", &["backward"]), + ("subjec", &["subject"]), + ("undoubtedy", &["undoubtedly"]), + ("downvotear", &["downvoters"]), + ("newthon", &["newton"]), + ("countertrap", &["counterpart"]), + ("orginals", &["originals"]), + ("concering", &["concerning"]), + ("updrage", &["upgrade"]), + ("informatike", &["informative"]), + ("misunderstnading", &["misunderstandings"]), + ("aproched", &["approached"]), + ("behavriour", &["behaviour"]), + ("responed", &["respond"]), + ("moleculaire", &["molecular"]), + ("sinnic", &["cynic"]), + ("editabiliity", &["editability"]), + ("admiraal", &["admiral"]), + ("ftrunacate", &["ftruncate"]), + ("scrooling", &["scrolling"]), + ("delicous", &["delicious"]), + ("postives", &["positives"]), + ("authencator", &["authenticator"]), + ("gaurentees", &["guarantees"]), + ("luicfer", &["lucifer"]), + ("accademic", &["academic"]), + ("convertiable", &["convertible"]), + ("highschoool", &["highschool"]), + ("naybourhoods", &["neighbourhoods"]), + ("collidies", &["collides"]), + ("hrlpers", &["helpers"]), + ("propetys", &["properties"]), + ("citicenship", &["citizenship"]), + ("recuritment", &["recruitment"]), + ("concenting", &["connecting"]), + ("flouride", &["fluoride"]), + ("fullfiled", &["fulfilled"]), + ("offfense", &["offense"]), + ("catergory", &["category"]), + ("lithuiana", &["lithuania"]), + ("adivser", &["adviser"]), + ("certiticate", &["certificate"]), + ("theroy", &["theory"]), + ("relaimed", &["reclaimed"]), + ("averloads", &["overloads"]), + ("virutally", &["virtually"]), + ("wheteher", &["whether"]), + ("peasing", &["leasing", "piecing", "pleasing"]), + ("esging", &["edging"]), + ("complats", &["completes"]), + ("professionallism", &["professionalism"]), + ("apsirin", &["aspirin"]), + ("namespae", &["namespace"]), + ("tesellator", &["tessellator"]), + ("rarified", &["rarefied"]), + ("differnce", &["difference"]), + ("hahve", &["have", "halve", "half"]), + ("origininating", &["originating"]), + ("incmrement", &["increment"]), + ("intrepreter", &["interpreter"]), + ("expressino", &["expression"]), + ("extravegant", &["extravagant"]), + ("extremly", &["extremely"]), + ("psudocode", &["pseudocode"]), + ("justfied", &["justified"]), + ("challange", &["challenge"]), + ("intatiated", &["instantiated"]), + ("faymus", &["famous"]), + ("territorrial", &["territorial"]), + ("spectular", &["spectacular"]), + ("scuccess", &["success"]), + ("indicitave", &["indicative"]), + ("mediterranen", &["mediterranean"]), + ("emphatizes", &["emphasizes"]), + ("tution", &["tuition"]), + ("runnning", &["running"]), + ("initalizers", &["initializers"]), + ("hierachy", &["hierarchy"]), + ("deocding", &["decoding"]), + ("offsense", &["offense"]), + ("uncompletness", &["incompleteness"]), + ("prostitue", &["prostitute"]), + ("electronicos", &["electronics"]), + ("derivtives", &["derivatives"]), + ("alrigthy", &["alrighty"]), + ("certficate", &["certificate"]), + ("approrpiation", &["appropriation"]), + ("ypur", &["your"]), + ("instituion", &["institution"]), + ("existng", &["existing"]), + ("masteer", &["master"]), + ("juducial", &["judicial"]), + ("hammmer", &["hammer"]), + ("prrottypes", &["prototypes"]), + ("prexisting", &["preexisting"]), + ("authorizeed", &["authorized"]), + ("photograpgh", &["photographs"]), + ("stran", &["strand", "strain"]), + ("variantions", &["variations"]), + ("resteraunt", &["restaurant"]), + ("returm", &["return"]), + ("adapations", &["adaptations", "adoptions"]), + ("commedic", &["comedic"]), + ("concusions", &["concussion"]), + ("boleen", &["boolean"]), + ("geometrc", &["geometric", "geometry"]), + ("amongts", &["amongst"]), + ("buufers", &["buffers"]), + ("servece", &["service"]), + ("artilce", &["article"]), + ("substracted", &["subtracted"]), + ("republicants", &["republicans"]), + ("redistrubutions", &["redistributions"]), + ("vizualisation", &["visualisation"]), + ("portugues", &["portuguese"]), + ("meassurements", &["measurements"]), + ("nigthmares", &["nightmares"]), + ("spefier", &["specifier"]), + ("confidense", &["confidence"]), + ("getttimeofday", &["gettimeofday"]), + ("auxilleries", &["auxiliaries"]), + ("overrriden", &["overridden"]), + ("falso", &["false"]), + ("unorotated", &["unrotated"]), + ("performans", &["performances"]), + ("deintializing", &["deinitializing"]), + ("althogh", &["although"]), + ("eviciton", &["eviction"]), + ("thge", &["the"]), + ("dicussion", &["discussion"]), + ("disssociate", &["dissociate"]), + ("checl", &["check"]), + ("sophosticated", &["sophisticated"]), + ("optimizaton", &["optimization"]), + ("exagerrating", &["exaggerating"]), + ("assumbed", &["assumed"]), + ("poential", &["potential"]), + ("photograped", &["photographed"]), + ("interferience", &["interference"]), + ("dimensinoal", &["dimensional"]), + ("anythig", &["anything"]), + ("brownei", &["brownie"]), + ("dimenstion", &["dimension"]), + ("soliliquy", &["soliloquy"]), + ("proteciton", &["protections"]), + ("sophistocated", &["sophisticated"]), + ("involunatry", &["involuntary"]), + ("distrubing", &["disturbing"]), + ("decalratiosn", &["declarations"]), + ("reduceable", &["reducible"]), + ("simplifiy", &["simplify"]), + ("prdpagated", &["propagated"]), + ("elelmental", &["elemental"]), + ("experimenats", &["experiments"]), + ("authetnicators", &["authenticators"]), + ("extraordinairily", &["extraordinarily"]), + ("algorritmic", &["algorithmic"]), + ("interveen", &["intervene"]), + ("consummers", &["consumers"]), + ("kyrptonite", &["kryptonite"]), + ("neighbaring", &["neighboring"]), + ("comfrotable", &["comfortable"]), + ("voyouristically", &["voyeuristically"]), + ("represenations", &["representations"]), + ("segmenetd", &["segmented"]), + ("ovservers", &["observers"]), + ("intiate", &["initiate"]), + ("sytles", &["styles"]), + ("winnpieg", &["winnipeg"]), + ("convination", &["combination"]), + ("skeptisicm", &["skepticism"]), + ("chromosone", &["chromosome"]), + ("riminding", &["reminding"]), + ("liberatin", &["liberation"]), + ("calcuation", &["calculation"]), + ("compressable", &["compressible"]), + ("deteremine", &["determine"]), + ("mateiral", &["material"]), + ("appoving", &["approving"]), + ("treausre", &["treasure"]), + ("applicaple", &["applicable"]), + ("evalutors", &["evaluators"]), + ("alchimest", &["alchemist"]), + ("libguistic", &["linguistic"]), + ("harth", &["hearth"]), + ("cheesees", &["cheeses"]), + ("udnerstand", &["understand"]), + ("brockend", &["broken"]), + ("differnence", &["difference"]), + ("aledged", &["alleged"]), + ("pacjages", &["packages"]), + ("coctail", &["cocktail"]), + ("hedaers", &["headers"]), + ("selets", &["selects"]), + ("perfurd", &["preferred"]), + ("unversoned", &["unversioned"]), + ("segemnet", &["segment"]), + ("intereview", &["interview"]), + ("sprinke", &["sprinkle"]), + ("introspectivo", &["introspection"]), + ("encapsultion", &["encapsulation"]), + ("diabling", &["disabling"]), + ("szied", &["sized"]), + ("appearently", &["apparently"]), + ("asthetically", &["aesthetically"]), + ("reitrement", &["retirement"]), + ("certifificated", &["certificated"]), + ("cooridinates", &["coordinates"]), + ("introuduces", &["introduces"]), + ("reelease", &["release"]), + ("cusines", &["cuisines"]), + ("keybooards", &["keyboards"]), + ("showvinism", &["chauvinism"]), + ("organizaions", &["organizations"]), + ("automtic", &["automatic"]), + ("pedophille", &["pedophile"]), + ("iamges", &["images"]), + ("wathcer", &["watcher"]), + ("prefetchs", &["prefetches"]), + ("transprt", &["transport"]), + ("recendable", &["rescindable"]), + ("incorrrectly", &["incorrectly"]), + ("lasanga", &["lasagna"]), + ("conainers", &["containers"]), + ("vieweres", &["viewers"]), + ("gonig", &["going"]), + ("saggital", &["sagittal"]), + ("abominacion", &["abomination"]), + ("disapperar", &["disappear"]), + ("transcrips", &["transcripts"]), + ("stradegies", &["strategies"]), + ("spefixied", &["specified"]), + ("contacing", &["contacting"]), + ("revoluion", &["revolution"]), + ("bottlenck", &["bottleneck"]), + ("bitterswet", &["bittersweet"]), + ("depenencis", &["dependencies"]), + ("repective", &["receptive", "respective"]), + ("fisisist", &["physicist"]), + ("doign", &["doing"]), + ("dispair", &["despair"]), + ("divintiy", &["divinity"]), + ("trasforms", &["transforms"]), + ("neightbor", &["neighbor"]), + ("normolize", &["normalize"]), + ("utilies", &["utilities"]), + ("plcae", &["place"]), + ("unsibstantiated", &["unsubstantiated"]), + ("breifing", &["briefing"]), + ("emmits", &["emits"]), + ("americanis", &["americas"]), + ("pretencious", &["pretentious"]), + ("repraesentation", &["representation"]), + ("imigration", &["emigration", "immigration"]), + ("frequenct", &["frequency", "frequent"]), + ("miminizing", &["minimizing"]), + ("caucasin", &["caucasian"]), + ("ahev", &["have"]), + ("sadistc", &["sadistic"]), + ("fragementation", &["fragmentation"]), + ("datatore", &["datastore"]), + ("transferts", &["transfers"]), + ("entrapeneur", &["entrepreneur"]), + ("genratet", &["generated"]), + ("unexpectendly", &["unexpectedly"]), + ("manipulitive", &["manipulative"]), + ("thrads", &["threads"]), + ("instaled", &["installed"]), + ("emiss", &["remiss", "amiss", "amass"]), + ("desitned", &["destined"]), + ("utiliies", &["utilities"]), + ("sociaty", &["society"]), + ("phychologically", &["psychologically"]), + ("alcohal", &["alcohol"]), + ("idenify", &["identify"]), + ("immedialty", &["immediately"]), + ("presentato", &["presentation"]), + ("demolision", &["demolition"]), + ("converation", &["conversation"]), + ("structres", &["structures"]), + ("variabele", &["variable"]), + ("accicently", &["accidentally"]), + ("semconductor", &["semiconductor"]), + ("setion", &["section"]), + ("illumianti", &["illuminati"]), + ("acquantiances", &["acquaintances"]), + ("standarts", &["standards"]), + ("apppears", &["appears"]), + ("scramling", &["scrambling"]), + ("abstinense", &["abstinence"]), + ("escalted", &["escalated"]), + ("vermuth", &["vermouth"]), + ("littlepinger", &["littlefinger"]), + ("wrapepd", &["wrapped"]), + ("conservativsm", &["conservatism"]), + ("expanshion", &["expansion"]), + ("industrije", &["industries"]), + ("narcissisitc", &["narcissist"]), + ("huminatarian", &["humanitarian"]), + ("borader", &["broader"]), + ("beutifully", &["beautifully"]), + ("parsering", &["parsing"]), + ("canonalize", &["canonicalize"]), + ("dissapate", &["dissipate"]), + ("kubenretes", &["kubernetes"]), + ("viwer", &["viewer"]), + ("alignmment", &["alignment"]), + ("aritficial", &["artificial"]), + ("dectects", &["detects"]), + ("publichers", &["publishers"]), + ("runnging", &["running", "rummaging"]), + ("sekect", &["select"]), + ("nawseous", &["nauseous"]), + ("cehck", &["check"]), + ("formate", &["format"]), + ("unreasonal", &["unreasonably"]), + ("cinncinati", &["cincinnati"]), + ("execure", &["execute"]), + ("execulusive", &["exclusive"]), + ("motherborads", &["motherboards"]), + ("extnesion", &["extension"]), + ("trubadours", &["troubadours"]), + ("downvottes", &["downvoters"]), + ("scootes", &["scooters"]), + ("protals", &["portals"]), + ("backgrunds", &["backgrounds"]), + ("chromosoms", &["chromosomes"]), + ("exsted", &["existed"]), + ("dasy", &["daisy", "dash", "days", "easy"]), + ("entreprenaur", &["entrepreneur"]), + ("tiemr", &["timer"]), + ("pertinate", &["pertinent"]), + ("wezzal", &["weasel"]), + ("counteratk", &["counteract"]), + ("subconsicous", &["subconscious"]), + ("regio", &["region"]), + ("syndroms", &["syndromes"]), + ("fronat", &["format", "front"]), + ("rquirement", &["requirement"]), + ("experimmenting", &["experimenting"]), + ("progressioin", &["progressions"]), + ("bcause", &["because"]), + ("transmitirte", &["transmitter"]), + ("troglidite", &["troglodyte"]), + ("uniliterally", &["unilaterally"]), + ("procentual", &["percentual"]), + ("velcity", &["velocity"]), + ("tangentialy", &["tangentially"]), + ("kernerl", &["kernel"]), + ("hilighted", &["highlighted"]), + ("anway", &["anyway"]), + ("confidantal", &["confidential"]), + ("popuplarity", &["popularity"]), + ("sanlder", &["sandler"]), + ("falied", &["failed"]), + ("psycothic", &["psychotic"]), + ("chassm", &["chasm"]), + ("experienc", &["experience"]), + ("metropolys", &["metropolis"]), + ("witable", &["writeable"]), + ("alignmnet", &["alignment"]), + ("arbitratily", &["arbitrarily"]), + ("socialsim", &["socialism"]), + ("prooxies", &["proxies"]), + ("mathed", &["matched"]), + ("affectionnate", &["affectionate"]), + ("engieneers", &["engineers"]), + ("temproary", &["temporary"]), + ("additianal", &["additional"]), + ("roigins", &["origins"]), + ("followind", &["following"]), + ("languare", &["language"]), + ("organizativos", &["organizations"]), + ("collectieve", &["collective"]), + ("simpelst", &["simplest"]), + ("impement", &["implement"]), + ("minimage", &["minigame"]), + ("cointains", &["contains"]), + ("summorized", &["summarized"]), + ("meesages", &["messages"]), + ("grilfriend", &["girlfriend"]), + ("surgestion", &["suggestion"]), + ("palistian", &["palestinian"]), + ("condescendion", &["condescension"]), + ("appropreation", &["appropriation"]), + ("usptart", &["upstart"]), + ("spefifes", &["specifies"]), + ("controllng", &["controlling"]), + ("mastubrate", &["masturbated"]), + ("lightwight", &["lightweight"]), + ("accquire", &["acquire"]), + ("opeates", &["operates"]), + ("guarenties", &["guarantees"]), + ("referal", &["referral"]), + ("dopper", &["doppler"]), + ("memebrs", &["members"]), + ("depreating", &["deprecating"]), + ("congresssmen", &["congressmen"]), + ("functionaily", &["functionality"]), + ("stamentent", &["statement"]), + ("lauching", &["launching"]), + ("fysical", &["physical"]), + ("discreditted", &["discredited"]), + ("advertistments", &["advertisements"]), + ("slghtly", &["slightly"]), + ("censably", &["sensibly"]), + ("pitty", &["pity"]), + ("emenets", &["elements"]), + ("sycronising", &["synchronising"]), + ("conviencece", &["convenience"]), + ("autonegotioations", &["autonegotiations"]), + ("falseley", &["falsely"]), + ("barcleona", &["barcelona"]), + ("opps", &["oops"]), + ("probblem", &["problem"]), + ("diganosed", &["diagnosed"]), + ("conceald", &["concealed"]), + ("unpopluar", &["unpopular"]), + ("mediavel", &["medieval"]), + ("minitature", &["miniature"]), + ("negotioations", &["negotiations"]), + ("eforceable", &["enforceable"]), + ("virutalized", &["virtualized"]), + ("shorcuts", &["shortcuts"]), + ("horrendeus", &["horrendous"]), + ("rech", &["reach"]), + ("schizophrentic", &["schizophrenic"]), + ("dissaster", &["disaster"]), + ("quickyl", &["quickly"]), + ("bouns", &["bounds"]), + ("literallly", &["literally"]), + ("coprorations", &["corporations"]), + ("alloccates", &["allocates"]), + ("implemenet", &["implements", "implement"]), + ("conditianal", &["conditional"]), + ("effeceively", &["effectively"]), + ("comopnent", &["component"]), + ("releived", &["relieved"]), + ("mentionnned", &["mentioned"]), + ("orgasmos", &["orgasms"]), + ("curising", &["cruising"]), + ("instansiation", &["instantiation"]), + ("asynnc", &["async"]), + ("blacklit", &["blacklist"]), + ("spefifeirs", &["specifiers"]), + ("transaprency", &["transparency"]), + ("reconeection", &["reconnection"]), + ("experimmentation", &["experimentation"]), + ("iound", &["round", "wound"]), + ("organsied", &["organised"]), + ("applys", &["applies"]), + ("missconfiguration", &["misconfiguration"]), + ("carthagian", &["carthaginian"]), + ("utilty", &["utility"]), + ("experimetn", &["experiment"]), + ("munipulative", &["manipulative"]), + ("anticipacion", &["anticipation"]), + ("woodowrking", &["woodworking"]), + ("parastie", &["parasite"]), + ("irrationallity", &["irrationally"]), + ("wrkload", &["workload"]), + ("algoritmically", &["algorithmically"]), + ("noticabely", &["noticeably"]), + ("dissapproves", &["disapproves"]), + ("overridiing", &["overriding"]), + ("philosophiae", &["philosophies"]), + ("optiional", &["optional"]), + ("uhandled", &["unhandled"]), + ("distates", &["distaste"]), + ("conserns", &["concerns"]), + ("ambadexterouseness", &["ambidextrousness"]), + ("overwhem", &["overwhelm"]), + ("essentias", &["essentials"]), + ("experement", &["experiment"]), + ("mysogonistic", &["misogynistic"]), + ("independantes", &["independents"]), + ("insecue", &["insecure"]), + ("certi", &["certificate", "certify"]), + ("earthquackes", &["earthquakes"]), + ("continuacion", &["continuation"]), + ("compremises", &["compromises"]), + ("provencial", &["provincial"]), + ("pillaris", &["pillars"]), + ("disruptron", &["disruption"]), + ("invaribaly", &["invariably"]), + ("contians", &["contains"]), + ("progarmers", &["programmers"]), + ("authentciators", &["authenticators"]), + ("lannistars", &["lannisters"]), + ("presumibly", &["presumably"]), + ("automaticle", &["automatically"]), + ("prodcut", &["product"]), + ("judgementsl", &["judgemental"]), + ("symobolic", &["symbolic"]), + ("kidknapping", &["kidnapping"]), + ("limitating", &["limitation"]), + ("redeclaation", &["redeclaration"]), + ("milicious", &["malicious"]), + ("decipting", &["depicting"]), + ("singlular", &["singular"]), + ("destryer", &["destroyer"]), + ("balue", &["blue", "value"]), + ("jugnling", &["jungling"]), + ("cholesteral", &["cholesterol"]), + ("abstrctor", &["abstractor"]), + ("segfualts", &["segfaults"]), + ("racistas", &["racists"]), + ("powerlfiting", &["powerlifting"]), + ("carmtan", &["cartman"]), + ("accomondate", &["accommodate"]), + ("disssembles", &["disassembles"]), + ("namepaces", &["namespaces"]), + ("hypervior", &["hypervisor"]), + ("missconfigures", &["misconfigures"]), + ("businessemen", &["businessmen"]), + ("facilitiy", &["facility"]), + ("bomberos", &["bombers"]), + ("documation", &["documentation"]), + ("explonation", &["exploration"]), + ("decorders", &["decoders"]), + ("certian", &["certain"]), + ("replasements", &["replacements"]), + ("neckneards", &["neckbeards"]), + ("alsot", &["also"]), + ("abosrbing", &["absorbing"]), + ("investiagtive", &["investigative"]), + ("shareed", &["shared"]), + ("abizmal", &["abysmal"]), + ("battlefiled", &["battlefield"]), + ("evalutor", &["evaluator"]), + ("grillig", &["grilling"]), + ("transpancies", &["transparencies"]), + ("movign", &["moving"]), + ("sciprting", &["scripting"]), + ("groosum", &["gruesome"]), + ("abstrated", &["abstracted"]), + ("photographics", &["photographs"]), + ("narling", &["gnarling", "nailing", "narking", "snarling"]), + ("rescrition", &["restriction"]), + ("transcation", &["transaction"]), + ("poiunter", &["pointer"]), + ("masia", &["messiah"]), + ("nortifications", &["notifications"]), + ("regulary", &["regularly", "regular"]), + ("deatiling", &["detailing"]), + ("bugg", &["bug"]), + ("micoscopes", &["microscopes"]), + ("illustrater", &["illustrator"]), + ("algoprithmic", &["algorithmic"]), + ("commentries", &["commenters"]), + ("journalits", &["journals"]), + ("univeral", &["universal"]), + ("enlose", &["enclose"]), + ("diarreha", &["diarrhea"]), + ("coloful", &["colorful"]), + ("initialisiert", &["initialised"]), + ("subnegotionations", &["subnegotiations"]), + ("inclreased", &["increased"]), + ("rendtion", &["rendition"]), + ("dissambles", &["disassembles"]), + ("statisticly", &["statistical"]), + ("genuinelly", &["genuinely"]), + ("stuat", &["status"]), + ("virbate", &["vibrate"]), + ("curcumstance", &["circumstance"]), + ("larvas", &["larvae"]), + ("onwership", &["ownership"]), + ("semanitcs", &["semantics"]), + ("uncanney", &["uncanny"]), + ("expetctedly", &["expectedly"]), + ("sowe", &["sow"]), + ("destinationhash", &["destinations"]), + ("countr", &["counter", "contour", "country", "county"]), + ("appraoch", &["approach"]), + ("metohd", &["method"]), + ("juggarnaut", &["juggernaut"]), + ("coordiniates", &["coordinates"]), + ("ultilization", &["utilization"]), + ("districs", &["districts"]), + ("deathmath", &["deathmatch"]), + ("contributons", &["contributors"]), + ("episdoes", &["episodes"]), + ("tresurer", &["treasurer"]), + ("asender", &["ascender"]), + ("peroidicity", &["periodicity"]), + ("certaincy", &["certainty"]), + ("mesoneens", &["mezzanines"]), + ("volunatry", &["voluntary"]), + ("awsome", &["awesome"]), + ("signapore", &["singapore"]), + ("reimpplementation", &["reimplementation"]), + ("cluter", &["cluster"]), + ("physicials", &["physicians"]), + ("usees", &["uses"]), + ("hesistates", &["hesitates"]), + ("tangetially", &["tangentially"]), + ("monopilies", &["monopolies"]), + ("neglegting", &["neglecting"]), + ("visiblle", &["visible"]), + ("regresssive", &["regressive"]), + ("apocalypitic", &["apocalyptic"]), + ("prohibitied", &["prohibited"]), + ("extrats", &["extracts"]), + ("implemenets", &["implements"]), + ("charactarize", &["characterize"]), + ("sibilings", &["siblings"]), + ("nevelopes", &["envelopes"]), + ("annoucne", &["announce"]), + ("wresters", &["wrestlers"]), + ("afwully", &["awfully"]), + ("interpert", &["interpret"]), + ("disired", &["desired"]), + ("welp", &["whelp"]), + ("deinitalizing", &["deinitializing"]), + ("grafitti", &["graffiti"]), + ("conditonal", &["conditional"]), + ("resistas", &["resists"]), + ("experimetentations", &["experimentations"]), + ("paychiatrists", &["psychiatrists"]), + ("algotithmically", &["algorithmically"]), + ("cesspoool", &["cesspool"]), + ("parallalized", &["parallelized"]), + ("appplication", &["application"]), + ("sketchysex", &["sketches"]), + ("bouyancy", &["buoyancy"]), + ("spawing", &["spawning"]), + ("astranauts", &["astronauts"]), + ("extact", &["extract", "exact"]), + ("millioniares", &["millionaires"]), + ("amking", &["making"]), + ("proceesor", &["processor"]), + ("developpement", &["development"]), + ("benchmkars", &["benchmarks"]), + ("wimmen", &["women"]), + ("defensd", &["defends"]), + ("nominae", &["nominate"]), + ("confgure", &["configure"]), + ("collaros", &["collars"]), + ("thuis", &["this", "thus"]), + ("oprations", &["operations"]), + ("anyawy", &["anyway"]), + ("hoildays", &["holidays"]), + ("neighborhodd", &["neighborhood"]), + ("ukarine", &["ukraine"]), + ("certificaton", &["certification"]), + ("infantis", &["infants"]), + ("manipualtive", &["manipulative"]), + ("dictoinary", &["dictionary"]), + ("vaccum", &["vacuum"]), + ("filps", &["flips"]), + ("dropse", &["drops"]), + ("decrpyt", &["decrypt"]), + ("investigaiton", &["investigations"]), + ("passwirds", &["passwords"]), + ("workboos", &["workbooks"]), + ("indciate", &["indicate"]), + ("deregulatin", &["deregulation"]), + ("enoucnters", &["encounters"]), + ("objectivty", &["objectivity"]), + ("sarimonial", &["ceremonial"]), + ("leutenant", &["lieutenant"]), + ("differenciates", &["differentiates"]), + ("unimplimented", &["unimplemented"]), + ("coordenation", &["coordination"]), + ("redistributivo", &["redistribution"]), + ("ecret", &["secret", "erect"]), + ("thankyu", &["thankyou"]), + ("identificaton", &["identification"]), + ("thiunk", &["think"]), + ("investagator", &["investigator"]), + ("necessite", &["necessities"]), + ("intrests", &["interests"]), + ("sercurity", &["security"]), + ("mouthpeice", &["mouthpiece"]), + ("metophorically", &["metaphorically"]), + ("constructifs", &["constructs"]), + ("resembels", &["resembles"]), + ("aparment", &["apartment"]), + ("inconviniances", &["inconveniences"]), + ("uninitalizable", &["uninitializable"]), + ("incudes", &["includes"]), + ("refrerenced", &["referenced"]), + ("folwos", &["follows"]), + ("mirgated", &["migrated"]), + ("creamic", &["ceramic"]), + ("teridactyl", &["pterodactyl"]), + ("exhorbitently", &["exorbitantly"]), + ("negotaited", &["negotiated"]), + ("combinine", &["combine"]), + ("dicsuss", &["discuss"]), + ("accumualtor", &["accumulator"]), + ("seranomys", &["ceremonies"]), + ("pointzer", &["pointer"]), + ("diahrrea", &["diarrhea"]), + ("constructcor", &["constructor"]), + ("hyperthropy", &["hypertrophy"]), + ("esitmations", &["estimations"]), + ("juggernath", &["juggernaut"]), + ("firghtening", &["frightening"]), + ("atomticly", &["automatically"]), + ("algee", &["algae"]), + ("attentuation", &["attenuation"]), + ("trubinal", &["tribunal"]), + ("controceptives", &["contraceptives"]), + ("avalible", &["available"]), + ("associting", &["associating"]), + ("seperations", &["separations"]), + ("porotocols", &["protocols"]), + ("unintentionnal", &["unintentional"]), + ("renegatiotiates", &["renegotiates"]), + ("multilpe", &["multiple"]), + ("frontlinie", &["frontline"]), + ("angrilly", &["angrily"]), + ("sensability", &["sensibility"]), + ("sacrifaced", &["sacrificed"]), + ("porcess", &["process"]), + ("stichted", &["stitched"]), + ("aadding", &["adding"]), + ("compatiblities", &["compatibilities"]), + ("warninsgs", &["warnings"]), + ("stupidy", &["stupidly"]), + ("monochromo", &["monochrome"]), + ("acepted", &["accepted"]), + ("boierplate", &["boilerplate"]), + ("certicate", &["certificate"]), + ("deliverd", &["delivered"]), + ("simulatious", &["simulations"]), + ("paramiters", &["parameters"]), + ("sillibuses", &["syllabuses"]), + ("manipution", &["manipulation"]), + ("secunds", &["seconds"]), + ("expetimentelly", &["experimentally"]), + ("accordeon", &["accordion"]), + ("otation", &["notation", "rotation"]), + ("yieleded", &["yielded"]), + ("perferrmance", &["performance"]), + ("tawainese", &["taiwanese"]), + ("disconeection", &["disconnection"]), + ("islamistisk", &["islamists"]), + ("northeat", &["northeast"]), + ("comign", &["coming"]), + ("negotionation", &["negotiation"]), + ("disollusioned", &["disillusioned"]), + ("publsihing", &["publishing"]), + ("ignorat", &["ignorant"]), + ("thougth", &["thought"]), + ("cirsumstances", &["circumstances"]), + ("decortive", &["decorative"]), + ("multiprocesing", &["multiprocessing"]), + ("vunerability", &["vulnerability"]), + ("identifictaion", &["identification"]), + ("reuplads", &["reuploads"]), + ("underwoord", &["underworld"]), + ("atention", &["attention"]), + ("unnecessar", &["unnecessary"]), + ("flucutations", &["fluctuations"]), + ("charater", &["character"]), + ("pharmasudicals", &["pharmaceuticals"]), + ("radioactief", &["radioactive"]), + ("exectutions", &["executions"]), + ("conceide", &["conceived"]), + ("playthrouhgs", &["playthroughs"]), + ("deleteing", &["deleting"]), + ("unavialable", &["unavailable"]), + ("inventroy", &["inventory"]), + ("upstreeming", &["upstreaming"]), + ("dolphines", &["dolphins"]), + ("agreeded", &["agreed"]), + ("configutration", &["configuration"]), + ("sirynges", &["syringes"]), + ("juge", &["judge"]), + ("diolog", &["dialog"]), + ("consistenly", &["consistently"]), + ("unsinged", &["unsigned"]), + ("corrosponding", &["corresponding"]), + ("fezent", &["pheasant"]), + ("micrsoft", &["microsoft"]), + ("sofomores", &["sophomores"]), + ("ineficient", &["inefficient"]), + ("reconnaissence", &["reconnaissance"]), + ("gaurds", &["guards"]), + ("streched", &["stretched"]), + ("contemplat", &["contempt"]), + ("invonvenient", &["inconvenient"]), + ("etension", &["extension"]), + ("reponses", &["responses"]), + ("diabler", &["disabler"]), + ("verteces", &["vertices"]), + ("trnsfer", &["transfer"]), + ("packaeges", &["packages"]), + ("redings", &["readings"]), + ("comepndium", &["compendium"]), + ("oueue", &["queue"]), + ("direcctly", &["directly"]), + ("attemted", &["attempted"]), + ("demensions", &["dimensions"]), + ("negoticator", &["negotiator"]), + ("empahsizes", &["emphasizes"]), + ("napoloen", &["napoleon"]), + ("synchonises", &["synchronises"]), + ("facttory", &["factory"]), + ("instrament", &["instrument"]), + ("dormtund", &["dortmund"]), + ("inputing", &["inputting"]), + ("florene", &["florence"]), + ("erliear", &["earlier"]), + ("mantenance", &["maintenance"]), + ("shoudl", &["should"]), + ("frackign", &["fracking"]), + ("covarege", &["coverage"]), + ("unexecpted", &["unexpected"]), + ("speficeir", &["specifier"]), + ("economicaly", &["economically"]), + ("marevlous", &["marvelous"]), + ("requeried", &["required"]), + ("envrionment", &["environment"]), + ("implemends", &["implements"]), + ("nevelope", &["envelop", "envelope"]), + ("nown", &["known", "noun"]), + ("dislpaying", &["displaying"]), + ("compatbility", &["compatibility"]), + ("reaveled", &["revealed"]), + ("autonegoptionsotiations", &["autonegotiations"]), + ("furute", &["fruit", "future"]), + ("fecthing", &["fetching"]), + ("resul", &["result"]), + ("expemtion", &["exemption"]), + ("clientelle", &["clientele"]), + ("cann", &["can"]), + ("processsing", &["processing"]), + ("implments", &["implements"]), + ("leaast", &["least"]), + ("chararacter", &["character"]), + ("decompositing", &["decomposing"]), + ("degenerages", &["degenerates"]), + ("capitlaist", &["capitalist"]), + ("pxoxies", &["proxies"]), + ("hutnsman", &["huntsman"]), + ("crystas", &["crystals"]), + ("paymnet", &["payment"]), + ("enchancment", &["enchantment"]), + ("ckoud", &["cloud"]), + ("shudown", &["shutdown"]), + ("connextion", &["connexion"]), + ("aggressivley", &["aggressively"]), + ("vritualenv", &["virtualenv"]), + ("deduplicacion", &["deduplication"]), + ("gravitiation", &["gravitation"]), + ("impermable", &["impermeable"]), + ("stuidos", &["studios"]), + ("accesiiblity", &["accessibility"]), + ("authorithy", &["authority"]), + ("defautted", &["defaulted"]), + ("imexperience", &["inexperience"]), + ("reuploders", &["reuploaders"]), + ("legitamately", &["legitimately"]), + ("thouse", &["those"]), + ("mysogyny", &["misogyny"]), + ("victoris", &["victories"]), + ("approprate", &["appropriate"]), + ("inprooves", &["improves"]), + ("infomation", &["information"]), + ("extenision", &["extension"]), + ("pash", &["hash"]), + ("dispossal", &["disposal"]), + ("seesions", &["sessions"]), + ("miscairrage", &["miscarriage"]), + ("vulnerbilities", &["vulnerabilities"]), + ("photogrpah", &["photographs"]), + ("cannabilyzed", &["cannibalized"]), + ("casue", &["cause"]), + ("directove", &["directive"]), + ("initialialized", &["initialized"]), + ("employeer", &["employer"]), + ("manufacterurs", &["manufactures"]), + ("uknowns", &["unknowns"]), + ("utputs", &["outputs"]), + ("humillated", &["humiliated"]), + ("remignton", &["remington"]), + ("verticies", &["vertices"]), + ("girlfriens", &["girlfriends"]), + ("bouy", &["buoy"]), + ("peodphiles", &["pedophiles"]), + ("negoticable", &["negotiable"]), + ("hafltime", &["halftime"]), + ("massarce", &["massacre"]), + ("etsts", &["tests"]), + ("premius", &["premiums"]), + ("commenteries", &["commenters"]), + ("pithcers", &["pitchers"]), + ("ascendend", &["ascended"]), + ("pioneeer", &["pioneer"]), + ("addresssing", &["addressing"]), + ("simplifys", &["simplifies"]), + ("sitll", &["still"]), + ("prepetrator", &["perpetrator"]), + ("tranitioning", &["transitioning"]), + ("unexpecetd", &["unexpected"]), + ("inefficiant", &["inefficient"]), + ("simplisitically", &["simplistically"]), + ("fiters", &["filters", "fighters", "fitters", "fivers"]), + ("sylablle", &["syllable"]), + ("terminilogy", &["terminology"]), + ("acendence", &["ascendence"]), + ("beleave", &["believe"]), + ("experimtenation", &["experimentation"]), + ("attribiute", &["attribute"]), + ("doube", &["double"]), + ("compilatons", &["compilations"]), + ("provisiosn", &["provision"]), + ("understsnd", &["understands"]), + ("respoting", &["reposting"]), + ("recconecction", &["reconnection"]), + ("wholeheartadly", &["wholeheartedly"]), + ("straings", &["strains"]), + ("notication", &["notification"]), + ("flametrhower", &["flamethrower"]), + ("soparnos", &["sopranos"]), + ("callef", &["called", "caller"]), + ("prefere", &["prefer", "preferred"]), + ("perfix", &["prefix"]), + ("wrokflows", &["workflows"]), + ("wha", &["what"]), + ("quaterions", &["quaternions"]), + ("proteen", &["preteen", "protean", "protein"]), + ("carachter", &["character"]), + ("streamys", &["streams"]), + ("pronomial", &["pronominal"]), + ("tahn", &["than"]), + ("contractos", &["contracts"]), + ("demonstarting", &["demonstrating"]), + ("occurrencies", &["occurrences"]), + ("disgustose", &["disgusts"]), + ("appraoched", &["approached"]), + ("yelding", &["yielding"]), + ("linkfy", &["linkify"]), + ("fallhrough", &["fallthrough"]), + ("manupulated", &["manipulated"]), + ("seez", &["seize"]), + ("shardholders", &["shareholders"]), + ("festivales", &["festivals"]), + ("ayway", &["anyway", "away"]), + ("lenggth", &["length"]), + ("enfringement", &["infringement"]), + ("notoroius", &["notorious"]), + ("descirpition", &["description"]), + ("excesive", &["excessive"]), + ("circumcission", &["circumcision"]), + ("chalenging", &["challenging"]), + ("palestenian", &["palestinian"]), + ("outter", &["outer"]), + ("blancing", &["balancing", "glancing", "lancing"]), + ("arrangse", &["arranges"]), + ("deduplaction", &["deduplication"]), + ("transmitts", &["transmits"]), + ("obessions", &["obsessions"]), + ("addert", &["assert"]), + ("legnthy", &["lengthy"]), + ("uptreaming", &["upstreaming"]), + ("disproportionaly", &["disproportionately"]), + ("inititalising", &["initialising"]), + ("stribe", &["strive"]), + ("analyste", &["analyse"]), + ("propmpt", &["prompt"]), + ("allong", &["along"]), + ("propehcy", &["prophecy"]), + ("glyhs", &["glyphs"]), + ("shortenend", &["shortened"]), + ("remingotn", &["remington"]), + ("instales", &["installs"]), + ("existense", &["existence"]), + ("assassinatd", &["assassinated"]), + ("abnd", &["and"]), + ("catchip", &["catchup"]), + ("transfored", &["transformed"]), + ("spehres", &["spheres"]), + ("ridiculouness", &["ridiculousness"]), + ("seraches", &["searches"]), + ("accessess", &["accesses"]), + ("oridnary", &["ordinary"]), + ("chancillor", &["chancellor"]), + ("tucan", &["toucan"]), + ("determiens", &["determines"]), + ("partiula", &["particular"]), + ("distribue", &["distributed", "distribute"]), + ("attrubute", &["attribute"]), + ("octects", &["octets"]), + ("repsectfully", &["respectfully"]), + ("dribbeled", &["dribbled"]), + ("transprent", &["transparent"]), + ("plaftorms", &["platforms"]), + ("misunderstaning", &["misunderstanding"]), + ("dependncy", &["dependency"]), + ("outragiously", &["outrageously"]), + ("procrastibation", &["procrastination"]), + ("bordelrands", &["borderlands"]), + ("monitos", &["monitors"]), + ("csaes", &["cases"]), + ("experments", &["experiments"]), + ("uretrha", &["urethra"]), + ("chello", &["cello"]), + ("intrrupted", &["interrupted"]), + ("someting", &["something"]), + ("renegociated", &["renegotiated"]), + ("hairstlye", &["hairstyle"]), + ("metabolics", &["metabolism"]), + ("spcae", &["space"]), + ("finishied", &["finished"]), + ("teminated", &["terminated"]), + ("comptible", &["compatible"]), + ("egalitatian", &["egalitarian"]), + ("loadning", &["loading"]), + ("expementing", &["experimenting"]), + ("certainy", &["certainty"]), + ("attch", &["attach"]), + ("ankshiosness", &["anxiousness"]), + ("vas", &["was"]), + ("instrumnets", &["instruments"]), + ("accociated", &["associated"]), + ("regisrty", &["registry"]), + ("siloweting", &["silhouetting"]), + ("langauges", &["languages"]), + ("delcining", &["declining"]), + ("sicne", &["since"]), + ("vakue", &["value"]), + ("obtasisned", &["obtained"]), + ("yyou", &["you"]), + ("preocupation", &["preoccupation"]), + ("enumarating", &["enumerating"]), + ("chornicles", &["chronicles"]), + ("exceptionss", &["exceptions"]), + ("initail", &["initial"]), + ("preprended", &["prepended"]), + ("zerp", &["zero"]), + ("caprenter", &["carpenter"]), + ("descriptiors", &["descriptors"]), + ("overhual", &["overhaul"]), + ("comanding", &["commanding"]), + ("unxepectedly", &["unexpectedly"]), + ("slienced", &["silenced"]), + ("execueted", &["executed"]), + ("preppended", &["prepended"]), + ("funcionality", &["functionality"]), + ("referrs", &["refers"]), + ("payemnt", &["payment"]), + ("microscoptic", &["microscopic"]), + ("inscets", &["insects"]), + ("poiters", &["pointers"]), + ("couting", &["counting"]), + ("speces", &["spaces", "species", "spices"]), + ("algoithms", &["algorithms"]), + ("aquit", &["acquit"]), + ("decoratin", &["decorations"]), + ("createa", &["create"]), + ("associcate", &["associate"]), + ("outut", &["output"]), + ("benjes", &["binges"]), + ("getimezone", &["gettimezone"]), + ("virtal", &["virtual"]), + ("blongs", &["belongs"]), + ("anonomously", &["anonymously"]), + ("obervant", &["observant"]), + ("oragnise", &["organise"]), + ("conculsion", &["conclusion"]), + ("buisnessman", &["businessman"]), + ("interatellar", &["interstellar"]), + ("becaseu", &["because"]), + ("inaugures", &["inaugurates"]), + ("parentheesis", &["parenthesis"]), + ("depretiation", &["depreciation", "deprecation"]), + ("positionns", &["positions"]), + ("gorw", &["gore", "grow"]), + ("systemc", &["systemic"]), + ("tansact", &["transact"]), + ("absolule", &["absolute"]), + ("prefered", &["preferred"]), + ("sigit", &["digit"]), + ("someoen", &["someone"]), + ("succeding", &["succeeding"]), + ("insuffciently", &["insufficiently"]), + ("consitutes", &["constitutes"]), + ("follwos", &["follows"]), + ("scrutiney", &["scrutiny"]), + ("anarquistic", &["anarchistic"]), + ("thsnking", &["thanking"]), + ("alledgedly", &["allegedly"]), + ("massachusettians", &["massachusetts"]), + ("contribucion", &["contribution"]), + ("developmets", &["developments"]), + ("interpratation", &["interpretation"]), + ("groupd", &["grouped"]), + ("aassignment", &["assignment"]), + ("alligned", &["aligned"]), + ("genaral", &["general"]), + ("munbers", &["numbers"]), + ("subarmines", &["submarines"]), + ("openning", &["opening"]), + ("quinessential", &["quintessential"]), + ("auxileries", &["auxiliaries"]), + ("specificy", &["specify", "specificity", "specifically"]), + ("hoooks", &["hooks"]), + ("swaping", &["swapping"]), + ("authetnticators", &["authenticators"]), + ("notorize", &["notarize", "motorize"]), + ("excessivley", &["excessively"]), + ("indiciated", &["indicated"]), + ("insenitively", &["insensitively"]), + ("forcely", &["forcibly"]), + ("cylcic", &["cyclic"]), + ("environmen", &["environment"]), + ("cafeteira", &["cafeteria"]), + ("sovler", &["solver"]), + ("shenaniganns", &["shenanigans"]), + ("communikays", &["communiqués"]), + ("detatching", &["detaching"]), + ("vey", &["very"]), + ("kknow", &["know"]), + ("intraversion", &["introversion"]), + ("undergrund", &["underground"]), + ("policiy", &["policy"]), + ("systhemerror", &["systemerror"]), + ("crowkay", &["croquet"]), + ("displayied", &["displayed"]), + ("zefers", &["zephyrs"]), + ("sneeks", &["sneaks"]), + ("adwances", &["advances"]), + ("hyperlogic", &["hyperbolic"]), + ("exarcebated", &["exacerbated"]), + ("reesrved", &["reserved"]), + ("formuale", &["formulae"]), + ("presentaion", &["presentation"]), + ("psychopaat", &["psychopath"]), + ("coyp", &["copy"]), + ("inmediate", &["immediate"]), + ("vendeta", &["vendetta"]), + ("assmebled", &["assembled"]), + ("tesing", &["testing"]), + ("availabilty", &["availability"]), + ("bycicled", &["bicycled"]), + ("deezil", &["diesel"]), + ("dedupliate", &["deduplicate"]), + ("evolutionairy", &["evolutionary"]), + ("axises", &["axes"]), + ("reproduktion", &["reproduction"]), + ("natched", &["matched"]), + ("documnets", &["documents"]), + ("udpatable", &["updatable"]), + ("incldues", &["includes"]), + ("valkyre", &["valkyrie"]), + ("amung", &["among"]), + ("insttruction", &["instruction"]), + ("techinical", &["technical"]), + ("deovtion", &["devotion"]), + ("posisitioned", &["positioned"]), + ("progamers", &["programers"]), + ("paritals", &["partials"]), + ("sytsemic", &["systemic"]), + ("simulaiton", &["simulations", "simulation"]), + ("unrpoven", &["unproven"]), + ("leagalise", &["legalise"]), + ("presntations", &["presentations"]), + ("shuoldnt", &["shouldnt"]), + ("unspported", &["unsupported"]), + ("ressurect", &["resurrect"]), + ("remenber", &["remember"]), + ("spiritis", &["spirits"]), + ("syntethic", &["synthetic"]), + ("reposiry", &["repository"]), + ("belivable", &["believable"]), + ("derevative", &["derivative"]), + ("naieve", &["naive"]), + ("crossfiter", &["crossfire"]), + ("jaring", &["jarring"]), + ("perspectie", &["perspectives"]), + ("performaing", &["performing"]), + ("introversy", &["introverts"]), + ("communcated", &["communicated"]), + ("radiaoctive", &["radioactive"]), + ("assemblying", &["assembling"]), + ("compositons", &["compositions"]), + ("beging", &["begging", "beginning", "being"]), + ("rimitives", &["primitives"]), + ("disapplining", &["disciplining"]), + ("yestrday", &["yesterday"]), + ("reduse", &["reduce", "reuse"]), + ("dispacement", &["displacement"]), + ("cacausian", &["caucasian"]), + ("eliminte", &["eliminate"]), + ("guarnante", &["guarantee"]), + ("coalseced", &["coalesced"]), + ("acount", &["account"]), + ("controlelrs", &["controllers"]), + ("interopeable", &["interoperable"]), + ("afinity", &["affinity"]), + ("reasonble", &["reasonable"]), + ("sarcasim", &["sarcasm"]), + ("misfourtunes", &["misfortunes"]), + ("inludes", &["includes"]), + ("adaptee", &["adapted"]), + ("protoype", &["prototype"]), + ("neighbourhhood", &["neighbourhood"]), + ("interviwed", &["interviewed"]), + ("unobstrusive", &["unobtrusive"]), + ("decration", &["decoration"]), + ("iscrated", &["iscreated"]), + ("rearrangs", &["rearranges"]), + ("superfluos", &["superfluous"]), + ("bypas", &["bypass"]), + ("addresed", &["addressed"]), + ("connonations", &["connotations"]), + ("cotact", &["contact"]), + ("pennyslvania", &["pennsylvania"]), + ("disconet", &["disconnect"]), + ("disconeccting", &["disconnecting"]), + ("owership", &["ownership"]), + ("exerimental", &["experimental"]), + ("gropus", &["groups", "gropes"]), + ("aneeled", &["annealed"]), + ("evn", &["even"]), + ("arthrimetic", &["arithmetic"]), + ("obligitary", &["obligatory"]), + ("tempeartures", &["temperatures"]), + ("exapmle", &["example"]), + ("yosemeti", &["yosemite"]), + ("exlcudes", &["excludes"]), + ("assitant", &["assistant"]), + ("oigin", &["origin"]), + ("feministisk", &["feminists"]), + ("unoptimice", &["unoptimise", "unoptimize"]), + ("fundamentalisten", &["fundamentalists"]), + ("withdrawalls", &["withdrawals"]), + ("quuery", &["query"]), + ("zukeeni", &["zucchini"]), + ("phenonemon", &["phenomenon"]), + ("marshmalllows", &["marshmallows"]), + ("releasead", &["released"]), + ("bginning", &["beginning"]), + ("coordonates", &["coordinates"]), + ("languege", &["language"]), + ("melodieuse", &["melodies"]), + ("purhcased", &["purchased"]), + ("dirver", &["driver"]), + ("repostas", &["reposts"]), + ("nothin", &["nothing"]), + ("origion", &["origin"]), + ("spindel", &["spindle"]), + ("auhtenticate", &["authenticate"]), + ("fibonaacci", &["fibonacci"]), + ("sergun", &["surgeon"]), + ("disassember", &["disassembler"]), + ("improbe", &["improve"]), + ("retrned", &["returned"]), + ("releoad", &["reload"]), + ("healther", &["healthier"]), + ("transcrpit", &["transcript"]), + ("behaivour", &["behaviour"]), + ("ignorrd", &["ignored"]), + ("perposes", &["purposes"]), + ("presuambly", &["presumably"]), + ("diffrents", &["different", "difference"]), + ("confugire", &["configure"]), + ("orgins", &["origins", "organs"]), + ("fragmanted", &["fragment"]), + ("micortransactions", &["microtransactions"]), + ("authenenticator", &["authenticator"]), + ("authoriziation", &["authorization"]), + ("persectives", &["perspectives"]), + ("locaiting", &["locating"]), + ("regads", &["regards"]), + ("postition", &["position"]), + ("annihliation", &["annihilation"]), + ("beautifyl", &["beautifully"]), + ("capicator", &["capacitor"]), + ("intquiry", &["inquiry"]), + ("dereiving", &["deriving"]), + ("recrods", &["records"]), + ("cetainly", &["certainly"]), + ("intutive", &["intuitive"]), + ("loock", &["lock", "look"]), + ("deamonised", &["daemonised"]), + ("upredictable", &["unpredictable"]), + ("declinig", &["declining"]), + ("chatoic", &["chaotic"]), + ("obejctive", &["objective"]), + ("predeterminded", &["predetermined"]), + ("interratial", &["interracial"]), + ("recusrively", &["recursively"]), + ("susbsytems", &["subsystems"]), + ("direcctory", &["directory"]), + ("numbbering", &["numbering"]), + ("staus", &["status"]), + ("travesy", &["travesty"]), + ("chipertext", &["ciphertext"]), + ("poisonos", &["poisons"]), + ("defaul", &["default"]), + ("mantatory", &["mandatory"]), + ("cartilege", &["cartilage"]), + ("flattenning", &["flattening"]), + ("substituer", &["substitute"]), + ("shperical", &["spherical"]), + ("maintan", &["maintain"]), + ("commt", &["commit"]), + ("downlods", &["downloads"]), + ("rectengular", &["rectangular"]), + ("conchances", &["consciences"]), + ("monetizare", &["monetize"]), + ("comsumed", &["consumed"]), + ("whereever", &["wherever"]), + ("reluctently", &["reluctantly"]), + ("faktor", &["factor"]), + ("extravogant", &["extravagant"]), + ("resturn", &["return", "returns"]), + ("circunstances", &["circumstances"]), + ("momery", &["memory"]), + ("fermentacion", &["fermentation"]), + ("charimastic", &["charismatic"]), + ("contradictons", &["contradicts"]), + ("recject", &["reject"]), + ("upgarded", &["upgraded"]), + ("streights", &["straights", "straits"]), + ("shpuld", &["should"]), + ("periphrials", &["peripherals"]), + ("availabled", &["available"]), + ("experimenat", &["experiment"]), + ("randam", &["random"]), + ("explaintory", &["explanatory"]), + ("readibility", &["readability"]), + ("commadline", &["commandline"]), + ("fempto", &["femto"]), + ("tehy", &["they"]), + ("ocmpared", &["compared"]), + ("hamburgr", &["hamburgers"]), + ("occationally", &["occasionally"]), + ("compontent", &["component"]), + ("negarive", &["negative"]), + ("transconde", &["transcode"]), + ("exsistent", &["existent"]), + ("transconded", &["transcoded"]), + ("formuls", &["formulas"]), + ("expermentation", &["experimentation"]), + ("classificiation", &["classification"]), + ("separetes", &["separates"]), + ("illusiones", &["illusions"]), + ("straigthforward", &["straightforward"]), + ("journalistisch", &["journalistic"]), + ("civelesations", &["civilisations"]), + ("archeaology", &["archeology"]), + ("inquriy", &["inquiry"]), + ("componens", &["components"]), + ("dominanted", &["dominated"]), + ("overwhelemed", &["overwhelmed"]), + ("contributivo", &["contribution"]), + ("enrollemnt", &["enrollment"]), + ("folowwin", &["following"]), + ("famlilies", &["families"]), + ("configurres", &["configures"]), + ("inhernetly", &["inherently"]), + ("alwyas", &["always"]), + ("ninimally", &["minimally"]), + ("tetrahedoren", &["tetrahedron"]), + ("acquistion", &["acquisition"]), + ("ugglyness", &["ugliness"]), + ("embeddded", &["embedded"]), + ("renegotioating", &["renegotiating"]), + ("smapling", &["sampling"]), + ("coallition", &["coalition", "collation"]), + ("anitsocial", &["antisocial"]), + ("valentien", &["valentine"]), + ("inconveniance", &["inconvenience"]), + ("backround", &["background"]), + ("handeler", &["handler"]), + ("porportions", &["proportions"]), + ("kimerra", &["chimera"]), + ("battelships", &["battleship"]), + ("cermonies", &["ceremonies"]), + ("etended", &["extended", "attended"]), + ("constans", &["constants", "constance", "constant"]), + ("alread", &["already"]), + ("illegitamte", &["illegitimate"]), + ("connetation", &["connotation"]), + ("vulnerbuility", &["vulnerability"]), + ("targetd", &["targeted"]), + ("everaged", &["averaged"]), + ("quarantenni", &["quarantine"]), + ("animonee", &["anemone"]), + ("descreased", &["decreased"]), + ("novisheates", &["novitiates"]), + ("unexpectetly", &["unexpectedly"]), + ("cuves", &["curves", "cubes", "caves"]), + ("neighborgh", &["neighbor"]), + ("comletion", &["completion"]), + ("havea", &["have"]), + ("simetrie", &["symmetry"]), + ("bounhdary", &["boundary"]), + ("exilerating", &["exhilarating"]), + ("requeting", &["requesting"]), + ("infallibale", &["infallible"]), + ("adminsitrators", &["administrators"]), + ("represenatation", &["representation"]), + ("fortunatley", &["fortunately"]), + ("preferible", &["preferable"]), + ("concusssion", &["concussions"]), + ("inventario", &["inventor"]), + ("estabishing", &["establishing"]), + ("dupliate", &["duplicate"]), + ("perforamed", &["performed"]), + ("backbround", &["background"]), + ("advertistment", &["advertisement"]), + ("autheticated", &["authenticated"]), + ("conetivities", &["connectivities"]), + ("paychologically", &["psychologically"]), + ("fundementally", &["fundamentally"]), + ("hansome", &["handsome"]), + ("loggging", &["logging"]), + ("governered", &["governed"]), + ("protocoles", &["protocols"]), + ("phenomenen", &["phenomenon"]), + ("peristence", &["persistence"]), + ("beaurocratic", &["bureaucratic"]), + ("rationnals", &["rationales", "rationals"]), + ("infallable", &["infallible"]), + ("liekly", &["likely"]), + ("backgrace", &["backtrace"]), + ("speperator", &["separator"]), + ("recommeded", &["recommended"]), + ("vriable", &["variable"]), + ("arborting", &["aborting"]), + ("strucutral", &["structural"]), + ("inintialization", &["initialization"]), + ("emmisaries", &["emissaries"]), + ("simplei", &["simply"]), + ("miminised", &["minimised"]), + ("notmally", &["normally"]), + ("cordoroy", &["corduroy"]), + ("dissassembles", &["disassembles"]), + ("dinsoaurs", &["dinosaurs"]), + ("prematuraly", &["prematurely"]), + ("pessiary", &["pessary"]), + ("cataclsym", &["cataclysm"]), + ("expediate", &["expedite"]), + ("overwhemlingly", &["overwhelmingly"]), + ("acrued", &["accrued"]), + ("obediant", &["obedient"]), + ("definataly", &["definitely"]), + ("undertstand", &["understand"]), + ("reclutantly", &["reluctantly"]), + ("ddons", &["addons"]), + ("asssembler", &["assembler"]), + ("suppposed", &["supposed"]), + ("enivornment", &["environment"]), + ("monts", &["months"]), + ("dismentled", &["dismantled"]), + ("retored", &["restored"]), + ("prepate", &["prepare"]), + ("shortuts", &["shortcuts"]), + ("persecutin", &["persecution"]), + ("critisicm", &["criticism"]), + ("restucturing", &["restructuring"]), + ("supeblock", &["superblock"]), + ("totalitarni", &["totalitarian"]), + ("yorskhire", &["yorkshire"]), + ("sttring", &["string"]), + ("hurricances", &["hurricanes"]), + ("framming", &["framing"]), + ("lightnting", &["lightening"]), + ("thershold", &["threshold"]), + ("ephememeris", &["ephemeris"]), + ("distrabution", &["distribution"]), + ("projcts", &["projects"]), + ("quailified", &["qualified"]), + ("conservatisim", &["conservatism"]), + ("retunring", &["returning"]), + ("intiantiate", &["instantiate"]), + ("unfilpping", &["unflipping"]), + ("releaes", &["release", "releases"]), + ("authoratitatively", &["authoritatively"]), + ("screem", &["scream", "screen"]), + ("cheeseburges", &["cheeseburgers"]), + ("mointoring", &["monitoring"]), + ("whataver", &["whatever"]), + ("spefififed", &["specified"]), + ("determnine", &["determine"]), + ("tooic", &["topic"]), + ("schmea", &["schema"]), + ("vigourous", &["vigorous"]), + ("neighbos", &["neighbors"]), + ("aktivated", &["activated"]), + ("stardardize", &["standardize"]), + ("marginaal", &["marginal"]), + ("speficillication", &["specification"]), + ("feminisim", &["feminism"]), + ("enforncing", &["enforcing"]), + ("manufactureros", &["manufactures"]), + ("mininterpreting", &["misinterpreting"]), + ("imformation", &["information"]), + ("spectrail", &["spectral"]), + ("interchangeabley", &["interchangeably"]), + ("ambadextrouseness", &["ambidextrousness"]), + ("extrator", &["extractor"]), + ("guresome", &["gruesome"]), + ("probbaly", &["probably"]), + ("solating", &["isolating"]), + ("drammatic", &["dramatic"]), + ("underlyng", &["underlying"]), + ("cernomy", &["ceremony"]), + ("conneyct", &["connect"]), + ("recepit", &["recipe", "receipt"]), + ("goddammn", &["goddamn"]), + ("forwwarded", &["forwarded"]), + ("cluters", &["clusters", "clutters"]), + ("imprisonned", &["imprisoned"]), + ("dynamincal", &["dynamical"]), + ("suplants", &["supplants"]), + ("sodu", &["sod", "soda", "sods", "sudo"]), + ("bloocks", &["blocks"]), + ("pluse", &["pulse"]), + ("succesions", &["succession"]), + ("convoluded", &["convoluted"]), + ("ussual", &["usual"]), + ("reasearch", &["research"]), + ("limitted", &["limited"]), + ("ajacent", &["adjacent"]), + ("spefifications", &["specifications"]), + ("sytling", &["styling"]), + ("illistrate", &["illiterate", "illustrate"]), + ("mneonics", &["mnemonics"]), + ("subjectief", &["subjective"]), + ("unsupresses", &["unsuppresses"]), + ("modfier", &["modifier"]), + ("jefferty", &["jeffery"]), + ("unchaned", &["unchanged"]), + ("inpout", &["input"]), + ("gallary", &["gallery"]), + ("squsihy", &["squishy"]), + ("administartion", &["administration"]), + ("restraunts", &["restaurants", "restraints"]), + ("polotic", &["politic"]), + ("instrumenetd", &["instrumented"]), + ("summurizing", &["summarizing"]), + ("trotzkyists", &["trotskyists"]), + ("wekend", &["weekend"]), + ("transylvnia", &["transylvania"]), + ("genarate", &["generate"]), + ("cretaed", &["created"]), + ("prophacies", &["prophecies"]), + ("agriculteur", &["agriculture"]), + ("fallign", &["falling"]), + ("forntline", &["frontline"]), + ("reverece", &["reference", "reverence"]), + ("emabssy", &["embassy"]), + ("eacf", &["each"]), + ("sensitivty", &["sensitivity"]), + ("mainfests", &["manifests"]), + ("singulat", &["singular"]), + ("ocurrence", &["occurrence"]), + ("ludcrious", &["ludicrous"]), + ("paragrapgh", &["paragraphs"]), + ("segmeneted", &["segmented"]), + ("stilus", &["stylus"]), + ("contengent", &["contingent"]), + ("conscioussness", &["consciousness"]), + ("aggresiveness", &["aggressiveness"]), + ("scramblies", &["scramble"]), + ("borderlads", &["borderlands"]), + ("pease", &["lease", "peace", "piece", "please"]), + ("destry", &["destroy"]), + ("pasesd", &["passed"]), + ("speecheasy", &["speeches"]), + ("tabblow", &["tableau"]), + ("admittidly", &["admittedly"]), + ("benedit", &["benedict"]), + ("noralized", &["normalized"]), + ("pubilsher", &["publisher"]), + ("susseeder", &["seceder"]), + ("languagee", &["language"]), + ("temporries", &["temporaries"]), + ("neigbouring", &["neighbouring"]), + ("signficance", &["significance"]), + ("possibilties", &["possibilities"]), + ("excerises", &["exercises"]), + ("paramormal", &["paranormal"]), + ("correalation", &["correlation"]), + ("inconditionally", &["unconditionally"]), + ("oragnised", &["organised"]), + ("depenendent", &["dependent"]), + ("arcive", &["archive"]), + ("deimiter", &["delimiter"]), + ("ertor", &["error", "terror"]), + ("cubilce", &["cubicle"]), + ("instument", &["instrument"]), + ("extreamily", &["extremely"]), + ("nationalisim", &["nationalism"]), + ("demographis", &["demographics"]), + ("whihc", &["which"]), + ("awoid", &["avoid"]), + ("noticible", &["noticeable"]), + ("parargaphs", &["paragraphs"]), + ("execuions", &["executions"]), + ("downvotesd", &["downvoters"]), + ("parametetrized", &["parameterized"]), + ("fortat", &["format"]), + ("furncae", &["furnace"]), + ("degraderad", &["degraded"]), + ("hapen", &["happen"]), + ("condmen", &["condemn"]), + ("retirever", &["retriever"]), + ("interactevely", &["interactively"]), + ("simlutaneous", &["simultaneous"]), + ("liousville", &["louisville"]), + ("pscyhiatric", &["psychiatric"]), + ("auhtentication", &["authentication"]), + ("repetead", &["repeated"]), + ("hatchign", &["hatching"]), + ("highlithing", &["highlighting"]), + ("returend", &["returned"]), + ("pennslyvania", &["pennsylvania"]), + ("singlton", &["singleton"]), + ("convenction", &["convention", "convection"]), + ("additoinal", &["additional"]), + ("calim", &["claim"]), + ("decalres", &["declares"]), + ("calroies", &["calories"]), + ("toggele", &["toggle"]), + ("transormation", &["transformation"]), + ("mapings", &["mappings"]), + ("condtioned", &["conditioned"]), + ("asisstant", &["assistant"]), + ("ohter", &["other"]), + ("exclive", &["exclusive"]), + ("ostensiably", &["ostensibly"]), + ("retireve", &["retrieve"]), + ("registeresd", &["registered"]), + ("extraordinarly", &["extraordinary", "extraordinarily"]), + ("pathologial", &["pathological"]), + ("objectivitiy", &["objectivity"]), + ("benficial", &["beneficial"]), + ("adhearing", &["adhering"]), + ("qunatum", &["quantum"]), + ("fractalus", &["fractals"]), + ("fils", &["fills", "files", "file"]), + ("regitered", &["registered"]), + ("pretentieus", &["pretentious"]), + ("saskatechwan", &["saskatchewan"]), + ("recconecting", &["reconnecting"]), + ("deinitalized", &["deinitialized"]), + ("represenst", &["represents"]), + ("porgramme", &["programme"]), + ("protiens", &["proteins"]), + ("unplacable", &["unplayable"]), + ("untrasform", &["untransform"]), + ("synonimous", &["synonymous"]), + ("controllled", &["controlled"]), + ("isntances", &["instances"]), + ("qudrangles", &["quadrangles"]), + ("pateince", &["patience"]), + ("advandced", &["advanced"]), + ("enterprenuers", &["entrepreneurs"]), + ("imedialy", &["immediately"]), + ("enthusiams", &["enthusiasm"]), + ("konwn", &["known"]), + ("unapretiative", &["unappreciative"]), + ("initiaization", &["initialization"]), + ("administrer", &["administer"]), + ("mecahinsm", &["mechanism"]), + ("corected", &["corrected"]), + ("appreciatve", &["appreciative"]), + ("impletations", &["implementations"]), + ("invisibiliy", &["invisibility"]), + ("favoruite", &["favorite"]), + ("financialy", &["financially"]), + ("settelment", &["settlement"]), + ("concurrant", &["concurrent"]), + ("acknoweldged", &["acknowledged"]), + ("catalgoue", &["catalogue"]), + ("pairokeelly", &["parochially"]), + ("interpeters", &["interpreters"]), + ("disgustiny", &["disgustingly"]), + ("clincis", &["clinics"]), + ("bounading", &["bounding"]), + ("alrelady", &["already"]), + ("gard", &["guard"]), + ("momement", &["moment"]), + ("apsotles", &["apostles"]), + ("sergeat", &["sergeant"]), + ("notasion", &["notation"]), + ("grandizing", &["aggrandizing"]), + ("interesected", &["intersected"]), + ("servcie", &["service"]), + ("negoticated", &["negotiated"]), + ("characted", &["character"]), + ("confuring", &["configuring"]), + ("neighbourgs", &["neighbours"]), + ("humer", &["humor"]), + ("specfied", &["specified"]), + ("estimages", &["estimates"]), + ("equl", &["equal"]), + ("gloab", &["globe"]), + ("acuires", &["acquires"]), + ("pairlament", &["parliament"]), + ("parrallely", &["parallelly"]), + ("varilues", &["values", "variables"]), + ("connectino", &["connection"]), + ("dentifying", &["identifying"]), + ("agregation", &["aggregation"]), + ("displayd", &["displayed"]), + ("brazeer", &["brassiere"]), + ("afternon", &["afternoon"]), + ("mezmoriser", &["mesmeriser"]), + ("receeded", &["receded"]), + ("videostreamming", &["videostreaming"]), + ("undoubedtly", &["undoubtedly"]), + ("allocaiing", &["allocating"]), + ("overwhemled", &["overwhelmed"]), + ("sympathie", &["sympathize"]), + ("glaicer", &["glacier"]), + ("prespectives", &["perspectives"]), + ("numerial", &["numeral", "numerical"]), + ("correspdoning", &["corresponding"]), + ("autonegoitation", &["autonegotiation"]), + ("ninima", &["minima"]), + ("follfowong", &["following"]), + ("traverssal", &["traversal"]), + ("desorder", &["disorder"]), + ("dashboad", &["dashboard"]), + ("instantating", &["instantiating"]), + ("detaulting", &["defaulting"]), + ("whsiper", &["whisper"]), + ("assignt", &["assign"]), + ("ehtanol", &["ethanol"]), + ("fase", &["faze", "phase", "false"]), + ("porve", &["prove"]), + ("reomvable", &["removable"]), + ("sychroniser", &["synchroniser"]), + ("directd", &["directed"]), + ("coordinats", &["coordinates"]), + ("currrently", &["currently"]), + ("poping", &["popping", "pooping"]), + ("yomen", &["yeomen"]), + ("rebuildt", &["rebuilt"]), + ("expited", &["expedited", "expired"]), + ("autonegotatiations", &["autonegotiations"]), + ("certficiated", &["certificated"]), + ("resloving", &["resolving"]), + ("laotion", &["laotian", "lotion"]), + ("anonimously", &["anonymously"]), + ("skeep", &["skip"]), + ("triying", &["trying"]), + ("ellemental", &["elemental"]), + ("ptting", &["putting", "pitting"]), + ("deail", &["deal"]), + ("assumbing", &["assuming"]), + ("intilizing", &["initializing"]), + ("outrageoulsy", &["outrageously"]), + ("commments", &["comments"]), + ("grop", &["group", "drop"]), + ("legitimicy", &["legitimacy"]), + ("oportunities", &["opportunities"]), + ("neighbourgood", &["neighbourhood"]), + ("seezing", &["seizing"]), + ("tempuratures", &["temperatures"]), + ("difficault", &["difficult"]), + ("graineries", &["granaries"]), + ("obejct", &["object"]), + ("plesing", &["pleasing", "blessing"]), + ("destryoed", &["destroyed"]), + ("supremacits", &["supremacist"]), + ("admn", &["admin"]), + ("scritps", &["scripts"]), + ("revelas", &["reveals"]), + ("contignent", &["contingent"]), + ("verifty", &["verify"]), + ("neuroligical", &["neurological"]), + ("charactertistically", &["characteristically"]), + ("torotise", &["tortoise"]), + ("experemented", &["experimented"]), + ("confue", &["confuse"]), + ("emplyees", &["employees"]), + ("overzealus", &["overzealous"]), + ("radiocative", &["radioactive"]), + ("interactivo", &["interaction"]), + ("reast", &["rest"]), + ("agsinst", &["against"]), + ("mathematisch", &["mathematics"]), + ("unnnecessary", &["unnecessary"]), + ("etrors", &["errors", "terrors"]), + ("reciprocrate", &["reciprocate"]), + ("arrang", &["arrange"]), + ("plarform", &["platform"]), + ("anytying", &["anything"]), + ("notifes", &["notifies"]), + ("carinomies", &["ceremonies"]), + ("definately", &["definitely"]), + ("signifant", &["significant"]), + ("messsages", &["messages"]), + ("ocassionaly", &["occasionally"]), + ("etxt", &["text"]), + ("collenders", &["cullenders"]), + ("commemmorate", &["commemorate"]), + ("astronomicly", &["astronomical"]), + ("geomterically", &["geometrically"]), + ("proficienty", &["proficiency"]), + ("sofware", &["software"]), + ("restaurents", &["restaurants"]), + ("reversable", &["reversible"]), + ("labenese", &["lebanese"]), + ("nothingess", &["nothingness"]), + ("especiially", &["especially"]), + ("warppring", &["warping", "wrapping"]), + ("contentas", &["contents"]), + ("apoligized", &["apologized"]), + ("methapor", &["metaphor"]), + ("torerable", &["tolerable"]), + ("dissabling", &["disabling"]), + ("warrios", &["warriors"]), + ("seziures", &["seizures"]), + ("soldgering", &["soldiering"]), + ("builer", &["builder"]), + ("vaccinet", &["vaccinated"]), + ("funcationality", &["functionality"]), + ("experementation", &["experimentation"]), + ("prominantly", &["prominently"]), + ("pssibility", &["possibility"]), + ("interpriting", &["interpreting"]), + ("intity", &["entity"]), + ("instrumenetation", &["instrumentation"]), + ("impicitly", &["implicitly"]), + ("compitible", &["compatible"]), + ("putposes", &["purposes"]), + ("triangultaion", &["triangulation"]), + ("regsister", &["register"]), + ("unabel", &["unable"]), + ("obession", &["obsession"]), + ("preocessing", &["processing", "preprocessing"]), + ("abondons", &["abandons"]), + ("stortage", &["storage"]), + ("morphein", &["morphine"]), + ("algorhtmically", &["algorithmically"]), + ("witheld", &["withheld"]), + ("difrent", &["different"]), + ("dissallowed", &["disallowed"]), + ("defien", &["define"]), + ("succedd", &["succeed"]), + ("filpped", &["flipped"]), + ("studetn", &["student"]), + ("rebease", &["rebase"]), + ("intenationalism", &["internationalism"]), + ("silouwetes", &["silhouettes"]), + ("dumbfouded", &["dumbfounded"]), + ("behavoural", &["behavioural"]), + ("exacty", &["exactly"]), + ("visblie", &["visible"]), + ("inquisitr", &["inquisitor"]), + ("limitiation", &["limitation"]), + ("stereotpyes", &["stereotypes"]), + ("maching", &["machine", "marching", "matching"]), + ("mutliplier", &["multiplier"]), + ("notificatin", &["notification"]), + ("kidnappade", &["kidnapped"]), + ("perforams", &["performs"]), + ("fundimentalist", &["fundamentalist"]), + ("addtitional", &["additional"]), + ("processibg", &["processing"]), + ("transalted", &["translated"]), + ("selectoin", &["selection"]), + ("restarant", &["restaurant"]), + ("interacs", &["interacts"]), + ("ukrainisn", &["ukrainians"]), + ("electronik", &["election"]), + ("quanitze", &["quantize"]), + ("constured", &["construed"]), + ("apyooned", &["oppugned"]), + ("subtile", &["subfile", "subtitle", "subtle"]), + ("uniformes", &["uniforms"]), + ("contrtoller", &["controller"]), + ("uffering", &["buffering"]), + ("calllers", &["callers"]), + ("buddhits", &["buddhist"]), + ("prepostorous", &["preposterous"]), + ("intracite", &["intricate"]), + ("representitives", &["representatives"]), + ("insubstantiated", &["unsubstantiated"]), + ("readeable", &["readable"]), + ("complicite", &["complicate"]), + ("charactristic", &["characteristic"]), + ("comestic", &["cosmetic"]), + ("hightlighting", &["highlighting"]), + ("braevry", &["bravery"]), + ("exsitence", &["existence"]), + ("lanaguges", &["languages"]), + ("recustion", &["recursion"]), + ("vetinarian", &["veterinarian"]), + ("provideded", &["provided"]), + ("premit", &["permit"]), + ("analyis", &["analysis"]), + ("spectify", &["specify"]), + ("cornels", &["colonels"]), + ("tehir", &["their"]), + ("experimenally", &["experimentally"]), + ("reniassance", &["renaissance"]), + ("scafolding", &["scaffolding"]), + ("hypotheiss", &["hypotheses"]), + ("autimagically", &["automagically"]), + ("cirucular", &["circular"]), + ("dgetttext", &["dgettext"]), + ("stimualted", &["stimulated"]), + ("battalin", &["battalion"]), + ("parmaeters", &["parameters"]), + ("persuaso", &["persuasion"]), + ("controversey", &["controversy"]), + ("ciruit", &["circuit"]), + ("valentins", &["valentines"]), + ("defetead", &["defeated"]), + ("prestigieus", &["prestigious"]), + ("restriktive", &["restrictive"]), + ("besteality", &["bestiality"]), + ("operatings", &["operations", "operating"]), + ("thriteen", &["thirteen"]), + ("advisoriy", &["advisory", "advisories"]), + ("miror", &["mirror", "minor"]), + ("distingiush", &["distinguish"]), + ("functiioning", &["functioning"]), + ("sacrifacing", &["sacrificing"]), + ("esacped", &["escaped"]), + ("knowlegeable", &["knowledgeable"]), + ("requeum", &["requiem"]), + ("pucini", &["puccini"]), + ("bounary", &["boundary"]), + ("inadvertendly", &["inadvertently"]), + ("negotiationg", &["negotiating"]), + ("expcetion", &["exception"]), + ("vulnerabitlies", &["vulnerabilities"]), + ("critquing", &["critiquing"]), + ("reigster", &["register"]), + ("melatonian", &["melatonin"]), + ("remainst", &["remains"]), + ("exand", &["expand"]), + ("refrehser", &["refresher"]), + ("meditaiton", &["meditation"]), + ("addres", &["address"]), + ("westminter", &["westminster"]), + ("deamon", &["daemon"]), + ("determinated", &["determined"]), + ("togetehr", &["together"]), + ("jepordize", &["jeopardize"]), + ("spehrical", &["spherical"]), + ("depdenents", &["dependents"]), + ("noveau", &["nouveau"]), + ("relpase", &["relapse"]), + ("reciept", &["receipt"]), + ("sincerelly", &["sincerely"]), + ("govorment", &["government"]), + ("intepretors", &["interpreters"]), + ("decoritive", &["decorative"]), + ("updraging", &["upgrading"]), + ("cherch", &["church"]), + ("babysittting", &["babysitting"]), + ("viralently", &["virulently"]), + ("strictist", &["strictest"]), + ("mangaer", &["manager", "manger"]), + ("algorithmical", &["algorithmically"]), + ("imaptient", &["impatient"]), + ("awkard", &["awkward"]), + ("experimntelly", &["experimentally"]), + ("buffrer", &["buffer"]), + ("claer", &["clear"]), + ("incomprehensibe", &["incomprehensible"]), + ("needeed", &["needed"]), + ("includin", &["including"]), + ("jitterring", &["jittering"]), + ("prelayed", &["replayed"]), + ("nitched", &["niched"]), + ("larvays", &["larvae"]), + ("engeneer", &["engineer"]), + ("fragmenets", &["fragments"]), + ("naiborly", &["neighborly"]), + ("sucesssful", &["successful"]), + ("perference", &["preference"]), + ("accesable", &["accessible"]), + ("avoding", &["avoiding"]), + ("interpertive", &["interpretive"]), + ("folower", &["follower"]), + ("procrastibating", &["procrastinating"]), + ("bestiallity", &["bestiality"]), + ("trabsform", &["transform"]), + ("essencials", &["essentials"]), + ("specificatin", &["specification"]), + ("ammongst", &["amongst"]), + ("delimitiing", &["delimiting"]), + ("vidoegames", &["videogames"]), + ("expoit", &["exploit"]), + ("circumsizion", &["circumcision"]), + ("inspectres", &["inspectors"]), + ("colonizaton", &["colonization"]), + ("counsellng", &["counselling"]), + ("desccription", &["description"]), + ("admited", &["admitted"]), + ("considerion", &["consideration"]), + ("speciazlize", &["specialize"]), + ("sentimentals", &["sentiments"]), + ("accessiibility", &["accessibility"]), + ("coninue", &["continue"]), + ("momentos", &["moments"]), + ("perstige", &["prestige"]), + ("untill", &["until"]), + ("fature", &["feature"]), + ("disapait", &["dissipate"]), + ("variatoin", &["variation"]), + ("containts", &["contains"]), + ("conduict", &["conduit"]), + ("redifinition", &["redefinition"]), + ("regulamentations", &["regulations"]), + ("unsucceeds", &["unsuccessful"]), + ("jstu", &["just"]), + ("incohorent", &["incoherent"]), + ("skooling", &["schooling"]), + ("experimentaatl", &["experimental"]), + ("sumbitted", &["submitted"]), + ("proponants", &["proponents"]), + ("retunred", &["returned"]), + ("comisioner", &["commissioner"]), + ("hallucenations", &["hallucinations"]), + ("cooordinates", &["coordinates"]), + ("championsship", &["championships"]), + ("buddishts", &["buddhists"]), + ("expementally", &["experimentally"]), + ("deamonize", &["daemonize"]), + ("commissionned", &["commissioned"]), + ("sociapathic", &["sociopathic"]), + ("indivuduals", &["individuals"]), + ("weaknessses", &["weaknesses"]), + ("createing", &["creating"]), + ("odf", &["of"]), + ("otain", &["obtain"]), + ("uplaod", &["upload"]), + ("soberity", &["sobriety"]), + ("conrete", &["concrete"]), + ("cloesly", &["closely"]), + ("convienent", &["convenient"]), + ("juadism", &["judaism"]), + ("deviece", &["device"]), + ("parkays", &["parkways", "parlays", "parquets"]), + ("lsit", &["list", "slit", "sit"]), + ("algorhythm", &["algorithm"]), + ("transcorder", &["transcoder"]), + ("rranslations", &["translations"]), + ("prospertity", &["prosperity"]), + ("startign", &["starting"]), + ("andoirds", &["androids"]), + ("shortenning", &["shortening"]), + ("relace", &["replace"]), + ("fixutre", &["fixture"]), + ("conrtibuting", &["contributing"]), + ("completent", &["complement"]), + ("brewerey", &["brewery"]), + ("provincie", &["province"]), + ("separat", &["separate"]), + ("enchantmant", &["enchantment"]), + ("necessarally", &["necessarily"]), + ("vindicte", &["vindictive"]), + ("squrriel", &["squirrel"]), + ("declaritively", &["declaratively"]), + ("derrivatives", &["derivatives"]), + ("hypocrit", &["hypocrite"]), + ("amealearating", &["ameliorating"]), + ("manufacturedd", &["manufactured"]), + ("expanion", &["expansion"]), + ("torrentking", &["torrenting"]), + ("remembed", &["remembered"]), + ("foundaiton", &["foundations"]), + ("allainces", &["alliances"]), + ("concentraze", &["concentrate"]), + ("checket", &["checked"]), + ("referede", &["referee"]), + ("pracitse", &["practise"]), + ("cuasality", &["causality"]), + ("donwloads", &["downloads"]), + ("constrainsts", &["constraints"]), + ("turnapound", &["turnaround"]), + ("guantanamero", &["guantanamo"]), + ("sryians", &["syrians"]), + ("transcorders", &["transcoders"]), + ("agriculure", &["agriculture"]), + ("derefernces", &["dereferences"]), + ("divinition", &["divination", "definition"]), + ("defininng", &["defining"]), + ("elliminates", &["eliminates"]), + ("callibrating", &["calibrating"]), + ("newmonic", &["pneumonic"]), + ("unexpecetdly", &["unexpectedly"]), + ("miticates", &["mitigates"]), + ("displacemnts", &["displacements"]), + ("starins", &["strains"]), + ("dermined", &["determined"]), + ("kubernete", &["kubernetes"]), + ("specificaitons", &["specification", "specifications"]), + ("attritubed", &["attributed"]), + ("demenstration", &["demonstration"]), + ("cancled", &["canceled"]), + ("suppied", &["supplied"]), + ("prescripton", &["prescription"]), + ("parntered", &["partnered"]), + ("pathign", &["pathing"]), + ("malined", &["maligned"]), + ("yeasr", &["years"]), + ("properety", &["property"]), + ("fallbck", &["fallback"]), + ("inconsequencial", &["inconsequential"]), + ("etropy", &["entropy"]), + ("comperhension", &["comprehension"]), + ("rectiinear", &["rectilinear"]), + ("follwowong", &["following"]), + ("revelatons", &["revelations"]), + ("advanatage", &["advantage"]), + ("terminaron", &["terminator"]), + ("possiibly", &["possibly"]), + ("triptick", &["triptych"]), + ("aprtment", &["apartment"]), + ("alpahbetically", &["alphabetically"]), + ("jamacain", &["jamaican"]), + ("electromangetic", &["electromagnetic"]), + ("cyrstallization", &["crystallization"]), + ("succeesses", &["successes"]), + ("releant", &["relevant", "relent"]), + ("atomspheric", &["atmospheric"]), + ("implementating", &["implementation", "implementing"]), + ("refrenced", &["referenced"]), + ("publsihed", &["published"]), + ("expermentelly", &["experimentally"]), + ("princila", &["principals"]), + ("eescription", &["description"]), + ("envrironmental", &["environmental"]), + ("confifuration", &["configuration"]), + ("implemet", &["implements", "implement"]), + ("soem", &["some"]), + ("prefessionalism", &["professionalism"]), + ("oritinal", &["original"]), + ("intervew", &["interview"]), + ("taveled", &["traveled"]), + ("bracelettes", &["bracelets"]), + ("contstraints", &["constraints"]), + ("algorwwithmic", &["algorithmic"]), + ("precedencs", &["precedence"]), + ("refeshes", &["refreshes"]), + ("subpsace", &["subspace"]), + ("infinitley", &["infinitely"]), + ("almostly", &["almost"]), + ("manupilating", &["manipulating"]), + ("mechamisms", &["mechanisms"]), + ("repacing", &["replacing"]), + ("implented", &["implemented"]), + ("addpress", &["address"]), + ("exclsuives", &["exclusives"]), + ("spiritus", &["spirits"]), + ("triscadecafobia", &["triskaidekaphobia"]), + ("pronunication", &["pronunciation"]), + ("connecticuit", &["connecticut"]), + ("porcesses", &["processes"]), + ("obsolesence", &["obsolescence"]), + ("representes", &["represents", "represented"]), + ("restanti", &["restarting"]), + ("patenterad", &["patented"]), + ("autoattak", &["autoattack"]), + ("swepth", &["swept"]), + ("nummeric", &["numeric"]), + ("arond", &["around"]), + ("permissiosn", &["permissions"]), + ("forgiviness", &["forgiveness"]), + ("enthusiasic", &["enthusiastic"]), + ("pasturises", &["pasteurises"]), + ("perfomant", &["performant"]), + ("conversare", &["converse"]), + ("coincidnce", &["coincide"]), + ("panthoen", &["pantheon"]), + ("activies", &["activities"]), + ("conrrespondent", &["correspondent"]), + ("substitutie", &["substitutes"]), + ("perihperals", &["peripherals"]), + ("consolidare", &["consolidate"]), + ("syncronously", &["synchronously"]), + ("vulberabillities", &["vulnerabilities"]), + ("completaste", &["completes"]), + ("eligable", &["eligible"]), + ("anmesia", &["amnesia"]), + ("compitetion", &["competitions"]), + ("methdod", &["method", "methods"]), + ("unconsciouslly", &["unconsciously"]), + ("cervial", &["cervical", "servile", "serval"]), + ("opthamologist", &["ophthalmologist"]), + ("creatien", &["creatine"]), + ("declartator", &["declarator"]), + ("downcale", &["downscale"]), + ("enumarations", &["enumerations"]), + ("activiate", &["activate"]), + ("minstries", &["ministries"]), + ("ccahe", &["cache"]), + ("distintcly", &["distinctly"]), + ("foundaries", &["foundries"]), + ("expermented", &["experimented"]), + ("exepriment", &["experiment"]), + ("publisger", &["publisher"]), + ("divinitiy", &["divinity"]), + ("parititions", &["partitions"]), + ("exceucting", &["executing"]), + ("autocmpletes", &["autocompletes"]), + ("nanosecod", &["nanosecond"]), + ("materail", &["material"]), + ("conbined", &["combined", "confined"]), + ("valkirye", &["valkyrie"]), + ("objeccts", &["objects"]), + ("responisbility", &["responsibility"]), + ("corproration", &["corporation"]), + ("likewis", &["likewise"]), + ("hpe", &["hope"]), + ("fane", &["fan", "feign"]), + ("outperfoeming", &["outperforming"]), + ("tanslate", &["translate"]), + ("infintiy", &["infinity"]), + ("firrst", &["first"]), + ("denomonations", &["denominations"]), + ("intializating", &["initializing"]), + ("concicely", &["concisely"]), + ("sponsorhips", &["sponsorship"]), + ("expctedly", &["expectedly"]), + ("initmate", &["intimate"]), + ("ssudo", &["sudo"]), + ("strechting", &["stretching"]), + ("discontued", &["discounted"]), + ("intances", &["instances"]), + ("therofer", &["therefore"]), + ("saturacion", &["saturation"]), + ("producted", &["produced"]), + ("crsytallization", &["crystallization"]), + ("noice", &["noise", "nice", "notice"]), + ("enthuseasticly", &["enthusiastically"]), + ("famoust", &["famous"]), + ("inconsistented", &["inconsistent"]), + ("occasionaly", &["occasionally"]), + ("dentistes", &["dentists"]), + ("catastronphic", &["catastrophic"]), + ("excpetions", &["exceptions"]), + ("asssociate", &["associated"]), + ("outher", &["other", "outer"]), + ("octohedron", &["octahedron"]), + ("etrailer", &["retailer"]), + ("asended", &["ascended"]), + ("singoled", &["signaled", "singled"]), + ("tabluating", &["tabulating"]), + ("linueps", &["lineups"]), + ("succesed", &["succeeds"]), + ("differentes", &["differences", "difference", "different"]), + ("copletely", &["completely"]), + ("correspontences", &["correspondences"]), + ("abstrct", &["abstract"]), + ("bettween", &["between"]), + ("twilgiht", &["twilight"]), + ("laoding", &["loading"]), + ("interpretion", &["interpreting", "interpretation"]), + ("technoligically", &["technologically"]), + ("flordia", &["florida"]), + ("compadibility", &["compatibility"]), + ("desribing", &["describing"]), + ("defintion", &["definition"]), + ("sirectionalities", &["directionalities"]), + ("kidknapper", &["kidnapper"]), + ("publishher", &["publisher"]), + ("dupliagte", &["duplicate"]), + ("indianna", &["indiana"]), + ("rapresents", &["represents"]), + ("ceation", &["creation"]), + ("interwiever", &["interviewer"]), + ("produktion", &["production"]), + ("collsions", &["collisions"]), + ("arbitiraly", &["arbitrarily"]), + ("medoicre", &["mediocre"]), + ("authrorization", &["authorization"]), + ("insertes", &["inserts"]), + ("uppstream", &["upstream"]), + ("spontaneuosly", &["spontaneously"]), + ("groudnbreaking", &["groundbreaking"]), + ("coalleses", &["coalesces"]), + ("charecteristic", &["characteristic"]), + ("consire", &["conspire", "consider"]), + ("acadamy", &["academy"]), + ("acessor", &["accessor"]), + ("independt", &["independent"]), + ( + "vist", + &[ + "visit", "fist", "gist", "list", "mist", "vast", "vest", "vista", + ], + ), + ("teatotalers", &["teetotalers"]), + ("parterned", &["partnered"]), + ("proocess", &["process"]), + ("homosexuels", &["homosexuals"]), + ("idempontent", &["idempotent"]), + ("perosn", &["person"]), + ("compeates", &["competes"]), + ("comparativly", &["comparatively"]), + ("silksceened", &["silkscreened"]), + ("perfomeamces", &["performances"]), + ("expementers", &["experimenters"]), + ("mediocirty", &["mediocrity"]), + ("alteast", &["atleast"]), + ("diffussive", &["diffusive"]), + ("essentiall", &["essential", "essentially"]), + ("brainwased", &["brainwashed"]), + ("sacalars", &["scalars"]), + ("someghing", &["something"]), + ("evaluataion", &["evaluation"]), + ("affiliction", &["affiliation"]), + ("discracefulness", &["disgracefulness"]), + ("betcause", &["because"]), + ("frambuffer", &["framebuffer"]), + ("elction", &["election"]), + ("eddge", &["edge"]), + ("morg", &["morgue"]), + ("accrodingly", &["accordingly"]), + ("contaniments", &["containment"]), + ("improvemnets", &["improvements"]), + ("execututions", &["executions"]), + ("infilitrate", &["infiltrate"]), + ("recursivelly", &["recursively"]), + ("disconnnect", &["disconnect"]), + ("currnetly", &["currently"]), + ("fundamentais", &["fundamentals"]), + ("multipied", &["multiplied"]), + ("resiliance", &["resilience"]), + ("problaem", &["problem"]), + ("convinient", &["convenient"]), + ("inconvienience", &["inconvenience"]), + ("successsion", &["succession"]), + ("coporate", &["corporate"]), + ("turtels", &["turtles"]), + ("elemt", &["element"]), + ("experimen", &["experiment"]), + ("specificaiton", &["specifications", "specification"]), + ("blbos", &["blobs"]), + ("maintainence", &["maintenance"]), + ("protestantes", &["protestants"]), + ("diatance", &["distance"]), + ("wintesses", &["witnesses"]), + ("positivy", &["positivity", "positive", "positively"]), + ("referncial", &["referential"]), + ("meethod", &["method"]), + ("homecomeing", &["homecoming"]), + ("initiatves", &["initiatives"]), + ("sucessuflly", &["successfully"]), + ("comletly", &["completely"]), + ("prestegious", &["prestigious"]), + ("highligjt", &["highlight"]), + ("impecabbly", &["impeccably"]), + ("autsitic", &["autistic"]), + ("dislaimer", &["disclaimer"]), + ("exorbidant", &["exorbitant"]), + ("embaresses", &["embarrasses"]), + ("zookeini", &["zucchini"]), + ("runtume", &["runtime"]), + ("trickey", &["trickery"]), + ("implemted", &["implemented"]), + ("incorparates", &["incorporates"]), + ("encrytion", &["encryption"]), + ("assocition", &["association"]), + ("thhe", &["the"]), + ("cardborad", &["cardboard"]), + ("unforunate", &["unfortunate"]), + ("inaccuricies", &["inaccuracies"]), + ("retreived", &["retrieved"]), + ("follfowin", &["following"]), + ("autogenrated", &["autogenerated"]), + ("appretiate", &["appreciate"]), + ("differenciated", &["differentiated"]), + ("steramed", &["streamed"]), + ("arithemetic", &["arithmetic"]), + ("passwird", &["password"]), + ("dissambled", &["disassembled"]), + ("salughtering", &["slaughtering"]), + ("choising", &["choosing"]), + ("platfrom", &["platform"]), + ("moteuring", &["motoring"]), + ("warrante", &["warranties"]), + ("accsess", &["access"]), + ("descentences", &["descendents"]), + ("pedophils", &["pedophiles"]), + ("acorting", &["according"]), + ("hostspots", &["hotspots"]), + ("unchache", &["uncache"]), + ("constructer", &["constructor"]), + ("misogenist", &["misogynist"]), + ("compelting", &["completing"]), + ("subraction", &["subtraction"]), + ("desturb", &["disturb"]), + ("webapge", &["webpage"]), + ("referemce", &["reference"]), + ("sepereted", &["separated"]), + ("proposicion", &["proposition"]), + ("hypocracy", &["hypocrisy"]), + ("exceucted", &["executed"]), + ("recogized", &["recognized"]), + ("wellignton", &["wellington"]), + ("conceet", &["conceit"]), + ("speciyfying", &["specifying"]), + ("defenitions", &["definitions"]), + ("complusion", &["compulsion"]), + ("transofrmations", &["transformations"]), + ("placholders", &["placeholders"]), + ("intrepreting", &["interpreting"]), + ("sinature", &["signature"]), + ("favourtie", &["favourite"]), + ("leraned", &["learned"]), + ("consisten", &["consistent"]), + ("depsoit", &["deposit"]), + ("htpts", &["https"]), + ("homless", &["homeless"]), + ("strean", &["stream"]), + ("subscritpt", &["subscript"]), + ("confugires", &["configures"]), + ("poerful", &["powerful"]), + ("groouping", &["grouping"]), + ("disentry", &["dysentery"]), + ("browswers", &["browsers"]), + ("louisivlle", &["louisville"]), + ("damed", &["damned", "damped", "domed", "gamed"]), + ("cannisters", &["canisters"]), + ("disaproval", &["disapproval"]), + ("pinapple", &["pineapple"]), + ("obhects", &["objects"]), + ("godounov", &["godunov"]), + ("conververs", &["conservers"]), + ("dissallows", &["disallows"]), + ("conferance", &["conference"]), + ("diagnally", &["diagonally"]), + ("unsupressed", &["unsuppressed"]), + ("unregiste", &["unregister"]), + ("competiters", &["competitors"]), + ("propective", &["projective", "prospective", "protective"]), + ("immigrato", &["immigration"]), + ("brnach", &["branch"]), + ("knowlegeabel", &["knowledgeable"]), + ("berfore", &["before"]), + ("unrecognixed", &["unrecognized"]), + ("experiming", &["experimenting"]), + ("vinrator", &["vibrator"]), + ("biogtry", &["bigotry"]), + ("favorits", &["favorites"]), + ("acronymes", &["acronyms"]), + ("opeartes", &["operates"]), + ("infiltrarte", &["infiltrate"]), + ("processsors", &["processors"]), + ("placehoulder", &["placeholder"]), + ("thaat", &["that"]), + ("enormassly", &["enormously"]), + ("dissovle", &["dissolve"]), + ("multicat", &["multicast"]), + ("demandes", &["demands"]), + ("deathmacth", &["deathmatch"]), + ("dissapearance", &["disappearance"]), + ("wekk", &["week"]), + ("finanaces", &["finances"]), + ("appoximate", &["approximate"]), + ("folx", &["folks"]), + ("continuem", &["continuum"]), + ("orignal", &["original"]), + ("longic", &["logic"]), + ("jugdement", &["judgement"]), + ("creepes", &["creepers"]), + ("algorhythmic", &["algorithmic"]), + ("obejcted", &["objected"]), + ("fransiscan", &["franciscan"]), + ("distribusion", &["distributions"]), + ("neighbourhod", &["neighbourhood"]), + ("unmodfitied", &["unmodified"]), + ("atmosphereic", &["atmospheric"]), + ("algorithmus", &["algorithms"]), + ("humaniod", &["humanoid"]), + ("shepperd", &["shepherd"]), + ("mohammedan", &["muslim"]), + ("scripoted", &["scripted"]), + ("guysers", &["geysers"]), + ("purhcase", &["purchase"]), + ("republi", &["republic"]), + ("mintors", &["mentors", "monitors"]), + ("vallue", &["value"]), + ("expolits", &["exploits"]), + ("coincedentally", &["coincidentally"]), + ("thoguhts", &["thoughts"]), + ("precendence", &["precedence"]), + ("oricles", &["oracles"]), + ("analogeous", &["analogous"]), + ("generalizaing", &["generalizing"]), + ("hunderds", &["hundreds"]), + ("apartheied", &["apartheid"]), + ("positivitiy", &["positivity"]), + ("wrythes", &["writhes"]), + ("ressourcing", &["resourcing"]), + ("submarie", &["submarines"]), + ("allcation", &["allocation"]), + ("tpyically", &["typically"]), + ("carosel", &["carousel"]), + ("exceptionnal", &["exceptional"]), + ("gorgoeus", &["gorgeous"]), + ("deductiable", &["deductible"]), + ("deadpoool", &["deadpool"]), + ("ideologe", &["ideologies"]), + ("distractiv", &["district"]), + ("communicatie", &["communicate", "communication"]), + ("diaabled", &["disabled"]), + ("ministerns", &["ministers"]), + ("improvmenets", &["improvements"]), + ("virtualiation", &["virtualisation", "virtualization"]), + ("competions", &["completions"]), + ("decidates", &["dedicates"]), + ("privelaged", &["privileged"]), + ("neigbhourhood", &["neighbourhood"]), + ("hypocrytes", &["hypocrites"]), + ("qualitification", &["qualification"]), + ("sufocation", &["suffocation"]), + ("renegoatiated", &["renegotiated"]), + ("workfaround", &["workaround"]), + ("silowet", &["silhouette"]), + ("bitap", &["bitmap"]), + ("retriece", &["retrieve"]), + ("ajustement", &["adjustment"]), + ("comprassem", &["compress"]), + ("physciatrist", &["psychiatrist"]), + ("critizizing", &["criticizing"]), + ("homeworks", &["homework"]), + ("arranement", &["arrangement"]), + ("redefiende", &["redefined"]), + ("unproduktive", &["unproductive"]), + ("poitners", &["pointers"]), + ("construde", &["construed"]), + ("lenghtly", &["lengthy"]), + ("geopraphically", &["geographically"]), + ("traverls", &["travels", "traversals"]), + ("apporpriated", &["appropriated"]), + ("desctop", &["desktop"]), + ("ihaca", &["ithaca"]), + ("patriotes", &["patriots"]), + ("grammaticaal", &["grammatical"]), + ("inpacted", &["impacted"]), + ("esle", &["else"]), + ("analaog", &["analog"]), + ("enironment", &["environment"]), + ("apporval", &["approval"]), + ("idiologically", &["ideologically"]), + ("feisable", &["feasible"]), + ("eachotehr", &["eachother"]), + ("unsigend", &["unsigned"]), + ("synchonizes", &["synchronizes"]), + ("regultor", &["regulator"]), + ("administator", &["administrator"]), + ("illegitamite", &["illegitimate"]), + ("pluged", &["plugged"]), + ("compoonents", &["components"]), + ("curretn", &["current"]), + ("retrviever", &["retriever"]), + ("arrarys", &["arrays"]), + ("interepreted", &["interpreted"]), + ("quadrapedal", &["quadrupedal"]), + ("origial", &["original"]), + ("jaugars", &["jaguars"]), + ("apocalype", &["apocalypse"]), + ("overwitten", &["overwritten"]), + ("communitcated", &["communicated"]), + ("emmigrated", &["emigrated", "immigrated"]), + ("spefiies", &["specifies"]), + ("cace", &["cache"]), + ("narciscist", &["narcissist"]), + ("profesisonal", &["professionals"]), + ("justiifcation", &["justifications"]), + ("mimimun", &["minimum"]), + ("shcooled", &["schooled"]), + ("enhence", &["enhance"]), + ("perseed", &["precede"]), + ("alphapeticaly", &["alphabetically"]), + ("testng", &["testing"]), + ("abstrac", &["abstract"]), + ("subseqence", &["subsequence"]), + ("curce", &["course", "curse", "curve"]), + ("controception", &["contraception"]), + ("augmneter", &["augmenter"]), + ("learnd", &["learned"]), + ("calcable", &["calculable"]), + ("arbibtarily", &["arbitrarily"]), + ("quesrs", &["quests"]), + ("exsts", &["exists"]), + ("abnornally", &["abnormally"]), + ("temporalily", &["temporarily"]), + ("subtsitutable", &["substitutable"]), + ("omitt", &["omit"]), + ("protistant", &["protestant"]), + ("detauls", &["details"]), + ("condesned", &["condensed"]), + ("recive", &["receive"]), + ("astronaught", &["astronaut"]), + ("remarkibly", &["remarkably"]), + ("chihuahau", &["chihuahua"]), + ("entereing", &["entering"]), + ("follwoeer", &["follower"]), + ("installataion", &["installation"]), + ("exahusting", &["exhausting"]), + ("dictioanries", &["dictionaries"]), + ("convirted", &["converted"]), + ("descrptions", &["descriptions"]), + ("composibility", &["composability"]), + ("analysise", &["analyses"]), + ("exsists", &["exists"]), + ("redefintions", &["redefinitions"]), + ("resurrektion", &["resurrection"]), + ("rekursive", &["recursive"]), + ("recurive", &["recursive"]), + ("concnetration", &["concentrations"]), + ("mutatin", &["mutation"]), + ("giv", &["give"]), + ("authenfies", &["authenticates"]), + ("deviatie", &["deviate"]), + ("barberians", &["barbarians"]), + ("cloudes", &["clouds"]), + ("temporaily", &["temporarily"]), + ("propetrys", &["properties"]), + ("unexpetcted", &["unexpected"]), + ("overwhelemd", &["overwhelmed"]), + ("vebrose", &["verbose"]), + ("setitngs", &["settings"]), + ("croozes", &["cruises"]), + ("paret", &["parent", "parrot"]), + ("catgory", &["category"]), + ("captable", &["capable"]), + ("lefitsts", &["leftists"]), + ("hyperhtreaded", &["hyperthreaded"]), + ("possessin", &["possessions"]), + ("excesvly", &["excessively"]), + ("monochrom", &["monochrome"]), + ("erminated", &["terminated"]), + ("absoletely", &["absolutely"]), + ("therefoer", &["therefor"]), + ("orkid", &["orchid"]), + ("beleagured", &["beleaguered"]), + ("activw", &["active"]), + ("retreving", &["retrieving"]), + ("complicatie", &["complicit"]), + ("ibjects", &["objects"]), + ("vigilane", &["vigilante"]), + ("fingeprint", &["fingerprint"]), + ("depoisted", &["deposited"]), + ("perhasp", &["perhaps"]), + ("yaers", &["years"]), + ("microtransacciones", &["microtransactions"]), + ("conver", &["convert"]), + ("extremites", &["extremities"]), + ("confidentely", &["confidently"]), + ("assumng", &["assuming"]), + ("sacrifises", &["sacrifices"]), + ("dirtectory", &["directory"]), + ("sypmathy", &["sympathy"]), + ("bogos", &["bogus"]), + ("coverges", &["coverages", "converges"]), + ("transcievers", &["transceivers"]), + ("coneections", &["connections"]), + ("traisivity", &["transivity"]), + ("libertarains", &["libertarians"]), + ("expeected", &["expected"]), + ("ungreatful", &["ungrateful"]), + ("trespessing", &["trespassing"]), + ("tabbaray", &["taboret"]), + ("guarnateeed", &["guaranteed"]), + ("alternatieve", &["alternative"]), + ("serivceable", &["serviceable"]), + ("blockin", &["blocking"]), + ("fisical", &["physical", "fiscal"]), + ("facilisi", &["facilities"]), + ("organizaitonal", &["organizational"]), + ("relaised", &["realised"]), + ("neighbohood", &["neighborhood"]), + ("repeatetly", &["repeatedly"]), + ("fomrating", &["formatting"]), + ("furstrates", &["frustrates"]), + ("matadata", &["metadata"]), + ("hyperparamters", &["hyperparameters"]), + ("torlence", &["tolerance"]), + ("cambrigde", &["cambridge"]), + ("adjcent", &["adjacent"]), + ("provicative", &["provocative"]), + ("spefy", &["specify"]), + ("cycolps", &["cyclops"]), + ("migrantes", &["migrants"]), + ("excectedly", &["expectedly"]), + ("bowkay", &["bouquet"]), + ("coduct", &["conduct"]), + ("californican", &["californian"]), + ("coverge", &["coverage", "converge"]), + ("simular", &["similar"]), + ("jerusaleum", &["jerusalem"]), + ("capabable", &["capable"]), + ("chiledren", &["children"]), + ("chromosomers", &["chromosomes"]), + ("loacal", &["local"]), + ("cassm", &["chasm"]), + ("excedes", &["exceeds"]), + ("overwhleming", &["overwhelming"]), + ("implicitley", &["implicitly"]), + ("varinats", &["variants"]), + ("alllocate", &["allocate"]), + ("asemble", &["assemble"]), + ("hink", &["think"]), + ("ministery", &["ministry", "minister"]), + ("negitiations", &["negotiations"]), + ("oeprations", &["operations"]), + ("commnd", &["command"]), + ("preferencfe", &["preference"]), + ("cleannup", &["cleanup"]), + ("outfeild", &["outfield"]), + ("actuallin", &["actually"]), + ("synchrnization", &["synchronization"]), + ("approperiate", &["appropriate"]), + ("bradfrod", &["bradford"]), + ("commencera", &["commerce"]), + ("perfored", &["performed"]), + ("confurable", &["configurable"]), + ("informatino", &["information"]), + ("unexpercted", &["unexpected"]), + ("representationer", &["representations"]), + ("neighbeorhod", &["neighborhood"]), + ("sugget", &["suggest"]), + ("shtops", &["stops", "shops"]), + ("moderacion", &["moderation"]), + ("incentiveise", &["incentives"]), + ("definetly", &["definitely"]), + ("microoseconds", &["microseconds"]), + ("implemeneter", &["implementer"]), + ("availbel", &["available"]), + ("integation", &["integration"]), + ("intellecual", &["intellectual"]), + ("memership", &["membership"]), + ("infrustructure", &["infrastructure"]), + ("equipmentd", &["equipment"]), + ("serentiy", &["serenity"]), + ("brekpoints", &["breakpoints"]), + ("lefted", &["left"]), + ("skywalkr", &["skywalker"]), + ("editoras", &["editors"]), + ("baptims", &["baptism"]), + ("oriente", &["oriented"]), + ("constarints", &["constraint", "constraints"]), + ("requenst", &["request", "requests"]), + ("amatuer", &["amateur"]), + ("htey", &["they"]), + ("nigthlife", &["nightlife"]), + ("sheparding", &["shepherding"]), + ("becauae", &["because"]), + ("xour", &["your"]), + ("someoneis", &["someones"]), + ("coordinador", &["coordinator"]), + ("mischieveously", &["mischievously"]), + ("protraits", &["portraits"]), + ("uyou", &["you"]), + ("deamand", &["demand"]), + ("simgle", &["single"]), + ("custonizable", &["customizable"]), + ("utilties", &["utilities"]), + ("throwed", &["threw", "thrown"]), + ("speficifers", &["specifiers"]), + ("shenanigins", &["shenanigans"]), + ("releationship", &["relationship"]), + ("olypmic", &["olympic"]), + ("metropolians", &["metropolis"]), + ("phsyicists", &["physicists"]), + ("parmeter", &["parameter"]), + ("messenging", &["messaging"]), + ("thermistat", &["thermostat"]), + ("vertgio", &["vertigo"]), + ("algothitms", &["algorithms"]), + ("frequecy", &["frequency"]), + ("reguster", &["register"]), + ("reprents", &["repents", "represents", "reprints"]), + ("insensitiv", &["insensitive"]), + ("tunrtable", &["turntable"]), + ("exnternality", &["externality"]), + ("cocatenated", &["concatenated"]), + ("midified", &["modified"]), + ("penitum", &["pentium"]), + ("flatterd", &["flattered"]), + ("dcuments", &["documents"]), + ("allignement", &["alignment"]), + ("compatility", &["compatibility"]), + ("comarde", &["comrade"]), + ("xeonphobia", &["xenophobia"]), + ("painfullly", &["painfully"]), + ("othervise", &["otherwise"]), + ("analtyics", &["analytics"]), + ("mitigaiton", &["mitigation"]), + ("psacing", &["pacing", "spacing"]), + ("ignorrs", &["ignores"]), + ("cafetera", &["cafeteria"]), + ("conceled", &["concede"]), + ("intantiated", &["instantiated"]), + ("ertoneously", &["erroneously"]), + ("donwvoting", &["downvoting"]), + ("glorifindel", &["glorified"]), + ("fanaticals", &["fanatics"]), + ("candiates", &["candidates"]), + ("deactive", &["deactivate"]), + ("longitutde", &["longitude"]), + ("efficienty", &["efficiently"]), + ("manafacturer", &["manufacturer"]), + ("repraesentations", &["representations"]), + ("observeras", &["observers"]), + ("conets", &["connects"]), + ("divde", &["divide"]), + ("enthusiam", &["enthusiasm"]), + ("posistion", &["position"]), + ("annonce", &["announce"]), + ("proprietory", &["proprietary"]), + ("liares", &["liars"]), + ("managebale", &["manageable"]), + ("adultrey", &["adultery"]), + ("flacour", &["flavour"]), + ("impuner", &["impugner"]), + ("assemlies", &["assemblies"]), + ("cirtcuit", &["circuit"]), + ("lcoated", &["located"]), + ("resvolved", &["resolved"]), + ("lients", &["clients"]), + ("bouind", &["bound"]), + ("influancing", &["influencing"]), + ("catholocisim", &["catholicism"]), + ("pictureskness", &["picturesqueness"]), + ("quickier", &["quicker"]), + ("nastalgea", &["nostalgia"]), + ("conferedate", &["confederate"]), + ("deselctables", &["deselectable"]), + ("siad", &["said"]), + ("geograpy", &["geography"]), + ("rhaspody", &["rhapsody"]), + ("sponsers", &["sponsors"]), + ("tablespon", &["tablespoon"]), + ("sarters", &["starters"]), + ("anylsing", &["analysing"]), + ("execuded", &["executed"]), + ("hemorages", &["hemorrhages"]), + ("conseedd", &["conceded"]), + ("redneckese", &["rednecks"]), + ("spirutuality", &["spirituality"]), + ("awnsering", &["answering"]), + ("complys", &["complies"]), + ("effulence", &["effluence"]), + ("reintepret", &["reinterpret"]), + ("incremeant", &["increment"]), + ("subconchus", &["subconscious"]), + ("politicans", &["politicians"]), + ("debhlper", &["debhelper"]), + ("manifect", &["manifest"]), + ("srollbar", &["scrollbar"]), + ("apyooning", &["oppugning"]), + ("buget", &["budget"]), + ("descripcion", &["description"]), + ("appliactions", &["applications"]), + ("sentamental", &["sentimental"]), + ("actualty", &["actually"]), + ("prooperty", &["property"]), + ("insigth", &["insight"]), + ("garuantee", &["guarantee"]), + ("circumstential", &["circumstantial"]), + ("unencrpted", &["unencrypted"]), + ("expewrimenters", &["experimenters"]), + ("playge", &["plague"]), + ("intestinces", &["intestines"]), + ("duplation", &["duplication"]), + ("unspecializated", &["unspecialized"]), + ("derypt", &["decrypt"]), + ("convergens", &["converse"]), + ("plesently", &["pleasantly"]), + ("endpdoints", &["endpoints"]), + ("libertea", &["liberate"]), + ("evovler", &["evolver"]), + ("appreaciate", &["appreciate"]), + ("bounray", &["boundary"]), + ("altrusim", &["altruism"]), + ("cilpboard", &["clipboard"]), + ("anitquated", &["antiquated"]), + ("destorying", &["destroying"]), + ("chormosome", &["chromosome"]), + ("doubletquote", &["doublequote"]), + ("dublicate", &["duplicate"]), + ("cntain", &["contain"]), + ("spartants", &["spartans"]), + ("evertyhign", &["everything"]), + ("authenricated", &["authenticated"]), + ("constituinte", &["constituents"]), + ("islandes", &["islanders"]), + ("renegogtiates", &["renegotiates"]), + ("specefic", &["specific"]), + ("structued", &["structured"]), + ("toubling", &["troubling"]), + ("searhc", &["search"]), + ("waranties", &["warranties"]), + ("interpretier", &["interpreter"]), + ("mercanaries", &["mercenaries"]), + ("boycot", &["boycott"]), + ("alloud", &["aloud", "allowed"]), + ("specifcally", &["specifically"]), + ("collectivelly", &["collectively"]), + ("tryed", &["tried"]), + ("particualrly", &["particularly"]), + ("procedes", &["proceeds", "precedes"]), + ("subjest", &["subjects"]), + ("vaiant", &["variant"]), + ("confuing", &["confusing"]), + ("atmosphir", &["atmospheric"]), + ("interfer", &["interfere"]), + ("privisoned", &["provisioned"]), + ("enconders", &["encoders"]), + ("nominet", &["nominate"]), + ("corinthans", &["corinthians"]), + ("sugest", &["suggest"]), + ("silentely", &["silently"]), + ("identifierad", &["identified"]), + ("impressario", &["impresario"]), + ("memwars", &["memoirs"]), + ("chunc", &["chunk"]), + ("sugguest", &["suggest"]), + ("caling", &["calling", "scaling", "culling"]), + ("expesting", &["expecting"]), + ("audovisual", &["audiovisual"]), + ("proletariant", &["proletariat"]), + ("unsettleing", &["unsettling"]), + ("vetexes", &["vertices"]), + ("vulnerabuilities", &["vulnerabilities"]), + ("regenarated", &["regenerated"]), + ("subtrafuge", &["subterfuge"]), + ("chrenobyl", &["chernobyl"]), + ("biscuts", &["biscuits"]), + ("curefuly", &["carefully"]), + ("chrsitians", &["christians"]), + ("flasely", &["falsely"]), + ("expernal", &["external"]), + ("othwhise", &["otherwise"]), + ("clloudes", &["clouds"]), + ("imbalanaces", &["imbalances"]), + ("rnger", &["ranger"]), + ("captials", &["capitals"]), + ("nutraly", &["neutrally"]), + ("innocentius", &["innocents"]), + ("helo", &["hello"]), + ("alhpabetically", &["alphabetically"]), + ("ccale", &["scale"]), + ("ambadextrousness", &["ambidextrousness"]), + ("chlidish", &["childish"]), + ("continuning", &["continuing"]), + ("aglorithm", &["algorithm"]), + ("projeting", &["projecting"]), + ("imanent", &["eminent", "imminent"]), + ("kidknap", &["kidnap"]), + ("exculsivly", &["exclusively"]), + ("sometinh", &["something"]), + ("incomptable", &["incompatible"]), + ("promotheus", &["prometheus"]), + ("impuns", &["impugns"]), + ("ephermeral", &["ephemeral"]), + ("integrato", &["integration"]), + ("vallays", &["valets", "valleys"]), + ("raotated", &["rotated"]), + ("nonexistant", &["nonexistent"]), + ("hygenic", &["hygienic"]), + ("congigure", &["configure"]), + ("accumule", &["accumulate"]), + ("jennins", &["jennings"]), + ("applikation", &["application"]), + ("dealying", &["delaying"]), + ("thna", &["than"]), + ("iniside", &["inside"]), + ("pebblets", &["pebbles"]), + ("alphabeticly", &["alphabetical"]), + ("melineums", &["millennia"]), + ("seriolization", &["serialization"]), + ("advenced", &["advanced"]), + ("naybhorhoods", &["neighborhoods"]), + ("discovey", &["discovery"]), + ("staionary", &["stationary"]), + ("calcalate", &["calculate"]), + ("chuncked", &["chunked"]), + ("msot", &["most"]), + ("noticications", &["notifications"]), + ("reegions", &["regions"]), + ("decondings", &["decodings"]), + ("sobreity", &["sobriety"]), + ("evice", &["evict"]), + ("requime", &["requiem"]), + ("seqeuencer", &["sequencer"]), + ("caclulations", &["calculations"]), + ("fidality", &["fidelity"]), + ("respektable", &["respectable"]), + ("alleigances", &["allegiance"]), + ("negoziation", &["negotiation"]), + ("dispacth", &["dispatch"]), + ("rouglhy", &["roughly"]), + ("individaully", &["individually"]), + ("overpirced", &["overpriced"]), + ("intellegence", &["intelligence"]), + ("wakup", &["wakeup"]), + ("resutls", &["results"]), + ("backlghting", &["backlighting"]), + ("reqroduce", &["reproduce"]), + ("oxigen", &["oxygen"]), + ("declarted", &["declared"]), + ("usind", &["using"]), + ("wupport", &["support"]), + ("humantiarian", &["humanitarian"]), + ("prometheyus", &["prometheus"]), + ("experimet", &["experiments", "experiment"]), + ("exchnages", &["exchanges"]), + ("destroyes", &["destroys"]), + ("experimanentations", &["experimentations"]), + ("nessasary", &["necessary"]), + ("neighbborhood", &["neighborhood"]), + ("benghai", &["benghazi"]), + ("areodynamics", &["aerodynamics"]), + ("uncondisionnal", &["unconditional"]), + ("packags", &["packages"]), + ("reltaionship", &["relationship"]), + ("exercse", &["exercise"]), + ("encorded", &["encoded"]), + ("satsify", &["satisfy"]), + ("initialies", &["initialise"]), + ("renegotitaors", &["renegotiators"]), + ("blackhaws", &["blackhawks"]), + ("framentation", &["fragmentation"]), + ("isues", &["issues"]), + ("reccomending", &["recommending"]), + ("distinguising", &["distinguishing"]), + ("witnesssing", &["witnessing"]), + ("simplist", &["simplest"]), + ("existiong", &["existing"]), + ("cahracter", &["character"]), + ("upadates", &["updates"]), + ("decrmented", &["decremented"]), + ("extensevily", &["extensively"]), + ("opeartios", &["operations"]), + ("outperfom", &["outperform"]), + ("experimantations", &["experimentations"]), + ("contstructs", &["constructs"]), + ("overclcok", &["overclock"]), + ("folllowinwg", &["following"]), + ("warnining", &["warning"]), + ("perharps", &["perhaps"]), + ("singnalled", &["signalled"]), + ("discused", &["discussed"]), + ("faggotus", &["faggots"]), + ("idiosincratic", &["idiosyncratic"]), + ("htpt", &["http"]), + ("distuingished", &["distinguished"]), + ("assications", &["associations"]), + ("laboritory", &["laboratory"]), + ("feeks", &["feels"]), + ("palster", &["plaster"]), + ("crulety", &["cruelty"]), + ("eithe", &["either"]), + ("withous", &["without"]), + ("playbody", &["playboy"]), + ("armageddeon", &["armageddon"]), + ("supposidely", &["supposedly"]), + ("spaw", &["spawn"]), + ("enebaling", &["enabling"]), + ("righ", &["right"]), + ("reimpremented", &["reimplemented"]), + ("windoes", &["windows"]), + ("unconditionable", &["unconditional"]), + ("photoshoppade", &["photoshopped"]), + ("reomve", &["remove"]), + ("researce", &["researcher"]), + ("paralllel", &["parallel"]), + ("congiguration", &["configuration"]), + ("envionmental", &["environmental"]), + ("boostrapped", &["bootstrapped"]), + ("critcals", &["criticals"]), + ("buid", &["build"]), + ("advertisiers", &["advertisers"]), + ("bigegr", &["bigger"]), + ("implementastion", &["implementation"]), + ("downloadeble", &["downloadable"]), + ("destrucive", &["destructive"]), + ("equilevants", &["equivalents"]), + ("streamtrue", &["streamer"]), + ("troleld", &["trolled"]), + ("uncompresing", &["uncompressing"]), + ("exipration", &["expiration"]), + ("alltogether", &["altogether"]), + ("degragation", &["degradation"]), + ("namespaeed", &["namespaced"]), + ("referes", &["refers", "referees"]), + ("myitereator", &["myiterator"]), + ("premillenial", &["premillennial"]), + ("jacksonvillle", &["jacksonville"]), + ("woth", &["worth"]), + ("appreciaton", &["appreciation"]), + ("guniness", &["guinness"]), + ("exerise", &["exercise"]), + ("requrired", &["required"]), + ("precenence", &["preference", "precedence"]), + ("rosponse", &["response"]), + ("tangenitally", &["tangentially"]), + ("transsexaul", &["transsexual"]), + ("reconeccting", &["reconnecting"]), + ("essentiels", &["essentials"]), + ("missisipi", &["mississippi"]), + ("decipted", &["depicted"]), + ("affilation", &["affiliation"]), + ("miniumum", &["minimum"]), + ("antiqvated", &["antiquated"]), + ("ultering", &["altering"]), + ("contrain", &["constrain"]), + ("equel", &["equal"]), + ("cafs", &["calves"]), + ("councelling", &["counselling"]), + ("predicessor", &["predecessor"]), + ("maintence", &["maintenance"]), + ( + "containe", + &["contain", "contained", "container", "contains"], + ), + ("conseqeunces", &["consequence"]), + ("neightbours", &["neighbours"]), + ("directy", &["directly"]), + ("deboucing", &["debouncing"]), + ("exclusivy", &["exclusivity"]), + ("simly", &["simply", "simile", "smiley"]), + ("hyrdaulic", &["hydraulic"]), + ("exectuing", &["executing"]), + ("ppolygons", &["polygons"]), + ("reviewl", &["review"]), + ("bristool", &["bristol"]), + ("reparamterizing", &["reparameterizing"]), + ("veiwed", &["viewed"]), + ("expetcts", &["expects"]), + ("compelation", &["compilation"]), + ("milimetre", &["millimetre"]), + ("centipedle", &["centipede"]), + ("reinfocements", &["reinforcements"]), + ("spcaed", &["spaced"]), + ("framebufer", &["framebuffer"]), + ("animostiy", &["animosity"]), + ("cerainty", &["certainty"]), + ("villification", &["vilification"]), + ("whisperered", &["whispered"]), + ("medicad", &["medicaid"]), + ("uegister", &["unregister"]), + ("enouhg", &["enough"]), + ("indiens", &["indians", "endians"]), + ("vulberabilitis", &["vulnerabilities"]), + ("actuell", &["actual"]), + ("onveniently", &["conveniently"]), + ("benchs", &["benches"]), + ("sypmtoms", &["symptoms"]), + ("procrastrinate", &["procrastinate"]), + ("whithout", &["without"]), + ("conflictd", &["conflicts", "conflicted"]), + ("fonctionnal", &["functional"]), + ("ststr", &["strstr"]), + ("architecures", &["architectures"]), + ("comapnies", &["companies"]), + ("characts", &["characters"]), + ("leasures", &["leisures"]), + ("compatibitity", &["compatibility"]), + ("insteead", &["instead"]), + ("playthorugh", &["playthrough"]), + ("authoritay", &["authority"]), + ("redefinine", &["redefine"]), + ("conecept", &["concept"]), + ("misogonist", &["misogynist"]), + ("algotithm", &["algorithm"]), + ("correcponds", &["corresponds"]), + ("pysched", &["psyched"]), + ("theery", &["theory"]), + ("commedian", &["comedian"]), + ("incedentally", &["incidentally"]), + ("focued", &["focused"]), + ("propators", &["propagators"]), + ("corrollary", &["corollary"]), + ("degarde", &["degrade"]), + ("fanaticus", &["fanatics"]), + ("simultanous", &["simultaneous"]), + ("republicanas", &["republicans"]), + ("notifiactions", &["notifications"]), + ("quiting", &["quitting"]), + ("premption", &["preemption"]), + ("templeos", &["temples"]), + ("buffeur", &["buffer"]), + ("studnets", &["students"]), + ("esimators", &["estimators"]), + ("compoennt", &["component"]), + ("gramatically", &["grammatically"]), + ("dinteractively", &["interactively"]), + ("implimentor", &["implementor"]), + ("futrure", &["future"]), + ("patronozing", &["patronizing"]), + ("polute", &["pollute"]), + ("dicarded", &["discarded"]), + ("girlfreinds", &["girlfriends"]), + ("needlees", &["needles"]), + ("ccertificates", &["certificates"]), + ("unopossed", &["unopposed"]), + ("verisoner", &["versioner"]), + ("impossibry", &["impossibly"]), + ("individuais", &["individuals"]), + ("sav", &["save"]), + ("muticast", &["multicast"]), + ("creeperest", &["creepers"]), + ("insctuctions", &["instructions"]), + ("anecdotelly", &["anecdotally"]), + ("milesecond", &["millisecond"]), + ("situbbornness", &["stubbornness"]), + ("unexplaind", &["unexplained"]), + ("temperamant", &["temperament"]), + ("tenactiy", &["tenacity"]), + ("enusre", &["ensure"]), + ("cosnider", &["consider"]), + ("timesptamp", &["timestamp"]), + ("desitnation", &["destination"]), + ("penisnula", &["peninsula"]), + ("interveening", &["intervening"]), + ("recntly", &["recently"]), + ("speficiteir", &["specifier"]), + ("squirrles", &["squirrels"]), + ("overlanded", &["overloaded"]), + ("apprieciative", &["appreciative"]), + ("negatiotiable", &["negotiable"]), + ("unreadble", &["unreadable"]), + ("suphisticated", &["sophisticated"]), + ("nelink", &["netlink"]), + ("follewiong", &["following"]), + ("collares", &["collars"]), + ("hertically", &["hectically"]), + ("varius", &["various"]), + ("appies", &["applies"]), + ("crossair", &["crosshair"]), + ("spataializer", &["spatializer"]), + ("unicks", &["eunuchs"]), + ("arcives", &["archives"]), + ("consolide", &["consolidate"]), + ("vertica", &["vertical"]), + ("regualtors", &["regulators"]), + ("worshippping", &["worshipping"]), + ("presenning", &["presenting"]), + ("congigurations", &["configurations"]), + ("specifiees", &["specifies"]), + ("cimptomaticaly", &["symptomatically"]), + ("piegons", &["pigeons"]), + ("explaning", &["explaining"]), + ("mistrows", &["maestros"]), + ("terfformed", &["terraformed"]), + ("addictis", &["addictions"]), + ("recommneds", &["recommends"]), + ("dissmissing", &["dismissing"]), + ("anaylser", &["analyser"]), + ("contingient", &["contingent"]), + ("yoursleves", &["yourselves"]), + ("blosum", &["blossom"]), + ("impacte", &["impact"]), + ("anarkistic", &["anarchistic"]), + ("cavaet", &["caveat"]), + ("hipothetical", &["hypothetical"]), + ("distractin", &["district"]), + ("initializong", &["initializing"]), + ("coneted", &["connected"]), + ("crocodille", &["crocodile"]), + ("fasend", &["fastened"]), + ("imploed", &["implode"]), + ("innocous", &["innocuous"]), + ("temperement", &["temperament"]), + ("evrything", &["everything"]), + ("expeensive", &["expensive"]), + ("strng", &["string"]), + ("attachmant", &["attachment"]), + ("endcoder", &["encoder"]), + ("comlaining", &["complaining"]), + ("verndor", &["vendor"]), + ("garanties", &["guarantees"]), + ("installmant", &["installment"]), + ("playstlye", &["playstyle"]), + ("substansially", &["substantially"]), + ("nescesarily", &["necessarily"]), + ("coherance", &["coherence"]), + ("happing", &["happening", "happen"]), + ("mandarijn", &["mandarin"]), + ("brunettte", &["brunette"]), + ("operativos", &["operations"]), + ("strengthn", &["strengthen"]), + ("stranglove", &["strangle"]), + ("finacial", &["financial"]), + ("lubricat", &["lubricant"]), + ("neighborhooods", &["neighborhoods"]), + ("grantie", &["granite"]), + ("psedeo", &["pseudo"]), + ("amelearate", &["ameliorate"]), + ("precsions", &["precisions"]), + ("cliantro", &["cilantro"]), + ("dissappearing", &["disappearing"]), + ("structre", &["structure"]), + ("wraped", &["wrapped", "warped"]), + ("attaached", &["attached"]), + ("demolicion", &["demolition"]), + ("distractes", &["distracts"]), + ("overpowred", &["overpowered"]), + ("execultables", &["executables"]), + ("kazakstan", &["kazakhstan"]), + ("appraoches", &["approaches"]), + ("nostaglic", &["nostalgic"]), + ("refrerences", &["references"]), + ("pitmap", &["pixmap", "bitmap"]), + ("depricated", &["deprecated"]), + ("archtitecture", &["architecture"]), + ("ggogles", &["goggles", "googles"]), + ("doocumented", &["documented"]), + ("ocilated", &["oscillated"]), + ("vassales", &["vassals"]), + ("cymptumaticly", &["symptomatically"]), + ("disclsoure", &["disclosure"]), + ("commpound", &["compound"]), + ("disssembly", &["disassembly"]), + ("philosiphy", &["philosophy"]), + ("skirmiches", &["skirmish"]), + ("materialisimo", &["materialism"]), + ("encompusing", &["encompassing"]), + ("performa", &["performs"]), + ("battlearts", &["battlestar"]), + ("priotity", &["priority"]), + ("scuccessully", &["successfully"]), + ("currecny", &["currency"]), + ("ostensibily", &["ostensibly"]), + ("exaple", &["example"]), + ("obersvations", &["observations"]), + ("cramugins", &["curmudgeons"]), + ("cartilidge", &["cartilage"]), + ("enery", &["energy"]), + ("etherenet", &["ethernet"]), + ("comparitors", &["comparators"]), + ("neighbourhhod", &["neighbourhood"]), + ("unselcts", &["unselects"]), + ("viusualisation", &["visualisation"]), + ("picutre", &["picture"]), + ("arund", &["around"]), + ("remoive", &["remove"]), + ("undescore", &["underscore"]), + ("pionere", &["pioneer"]), + ("drity", &["dirty"]), + ("nuisans", &["nuisance"]), + ("egaletarian", &["egalitarian"]), + ("minimazed", &["minimized"]), + ("industrail", &["industrial"]), + ("judegment", &["judgment"]), + ("reallocaitons", &["reallocations"]), + ("distrobuted", &["distributed"]), + ("failt", &["fail", "failed"]), + ("passivley", &["passively"]), + ("purpotedly", &["purportedly"]), + ("upgerading", &["upgrading"]), + ("familly", &["family"]), + ("deserailise", &["deserialise"]), + ("meachnisms", &["mechanisms"]), + ("idealy", &["ideally"]), + ("highligjtes", &["highlights"]), + ("stadnard", &["standard"]), + ("resoluitons", &["resolutions"]), + ("frequencey", &["frequency"]), + ("serios", &["serious"]), + ("tabluate", &["tabulate"]), + ("supscriptions", &["subscriptions"]), + ("poitnd", &["pointed"]), + ("halfitme", &["halftime"]), + ("committment", &["commitment"]), + ("oreding", &["ordering"]), + ("paritition", &["partition"]), + ("singls", &["singles", "single"]), + ("definied", &["defined"]), + ("modelinng", &["modeling"]), + ("sketpics", &["skeptics"]), + ("notifacation", &["notification"]), + ("assasssin", &["assassins"]), + ("curelty", &["cruelty"]), + ("arborted", &["aborted"]), + ("funvtioning", &["functioning"]), + ("itialise", &["initialise"]), + ("differance", &["difference"]), + ("sillybuses", &["syllabuses"]), + ("guarenteers", &["guarantees"]), + ("desconstructed", &["deconstructed"]), + ("bufers", &["buffers"]), + ("consideratoin", &["considerations"]), + ("offcers", &["officers"]), + ("inhumain", &["inhuman"]), + ("precedense", &["precedence"]), + ("curremt", &["current"]), + ("trianglular", &["triangular"]), + ("delusionnal", &["delusional"]), + ("volatge", &["voltage"]), + ("beng", &["being"]), + ("argumentos", &["arguments"]), + ("calulations", &["calculations"]), + ("nevers", &["never"]), + ("archeaologist", &["archeologist"]), + ("speciic", &["specific"]), + ("beautful", &["beautiful"]), + ("excliuded", &["excluded"]), + ("compairing", &["comparing"]), + ("circumstace", &["circumstance"]), + ("omlet", &["omelet"]), + ("decrese", &["decrease"]), + ("offic", &["office"]), + ("streamm", &["stream"]), + ("explicityly", &["explicitly"]), + ("apllication", &["application"]), + ("victorios", &["victorious"]), + ("consummer", &["consumer"]), + ("reates", &["creates"]), + ("turain", &["terrain"]), + ("destrys", &["destroys"]), + ("liteautrue", &["literature"]), + ("shoould", &["should"]), + ("receved", &["received"]), + ("prosperety", &["prosperity"]), + ("kilometes", &["kilometers"]), + ("negoatiator", &["negotiator"]), + ("monestic", &["monastic"]), + ("horisontally", &["horizontally"]), + ("unexpeced", &["unexpected"]), + ("dipatch", &["dispatch"]), + ("margings", &["margins"]), + ("remarcably", &["remarkably"]), + ("arbitrors", &["arbiters", "arbitrators"]), + ("prepresent", &["represent"]), + ("configulation", &["configuration"]), + ("collapsers", &["collapses"]), + ("purpendicular", &["perpendicular"]), + ("transitionning", &["transitioning"]), + ("pointeres", &["pointers"]), + ("retyring", &["retrying"]), + ("familliar", &["familiar"]), + ("pharoah", &["pharaoh"]), + ("implementatation", &["implementation"]), + ("manifacturers", &["manufacturers"]), + ("deplorabil", &["deplorable"]), + ("expentiture", &["expenditure"]), + ("recyclying", &["recycling"]), + ("stanalone", &["standalone"]), + ("syndonic", &["syntonic"]), + ("adjatating", &["agitating"]), + ("geogcountry", &["geocountry"]), + ("collectinos", &["collections"]), + ("reposonder", &["responder"]), + ("collaction", &["collection"]), + ("undiserable", &["undesirable"]), + ("documentaire", &["documentaries"]), + ("similart", &["similarity"]), + ("unqoutes", &["unquotes"]), + ("laguagues", &["languages"]), + ("strectch", &["stretch"]), + ("alvorithmic", &["algorithmic"]), + ("judgemet", &["judgements"]), + ("caht", &["chat"]), + ("morroccan", &["moroccan"]), + ("thristy", &["thirsty"]), + ("descandent", &["descendent"]), + ("magnificient", &["magnificent"]), + ("resarch", &["research"]), + ("respawining", &["respawning"]), + ("theifs", &["thieves"]), + ("submitions", &["submissions"]), + ("detecing", &["detecting"]), + ("bufferred", &["buffered"]), + ("sheild", &["shield"]), + ("jursidictions", &["jurisdictions"]), + ("starightened", &["straightened"]), + ("desending", &["descending"]), + ("imperical", &["empirical", "imperial"]), + ("speciliazation", &["specialization"]), + ("paackaging", &["packaging"]), + ("punishemnt", &["punishments"]), + ("theread", &["thread"]), + ("serialialising", &["serialising"]), + ("sheduling", &["scheduling"]), + ("resitance", &["resistance"]), + ("coordinatior", &["coordinator"]), + ("actuion", &["action"]), + ("accontant", &["accountant"]), + ("enumarates", &["enumerates"]), + ("cuestioned", &["questioned"]), + ("nagivate", &["navigate"]), + ("falsley", &["falsely"]), + ("travercing", &["traversing"]), + ("processores", &["processors"]), + ("manufactuing", &["manufacturing"]), + ("sistematies", &["systematies"]), + ("unorderd", &["unordered"]), + ("supremicist", &["supremacist"]), + ("somehtings", &["somethings"]), + ("negotaites", &["negotiates"]), + ("daemonified", &["daemonised", "daemonized"]), + ("contrct", &["contract"]), + ("benedickt", &["benedict"]), + ("scratchs", &["scratches"]), + ("reconfiged", &["reconfigured"]), + ("canocical", &["canonical"]), + ("bounidng", &["bounding"]), + ("bangquits", &["banquets"]), + ("formulatoin", &["formulation"]), + ("declarayion", &["declaration"]), + ("trucates", &["truncates"]), + ("barsita", &["barista"]), + ("aggreated", &["aggregated"]), + ("paravirtualied", &["paravirtualised", "paravirtualized"]), + ("substracting", &["subtracting"]), + ("undoubtebly", &["undoubtedly"]), + ("comparisaions", &["comparisons"]), + ("bettern", &["better"]), + ("insigths", &["insights"]), + ("archytypes", &["archetypes"]), + ("hiptser", &["hipster"]), + ("prevelant", &["prevalent"]), + ("resumitted", &["resubmitted"]), + ("reincatnation", &["reincarnation"]), + ("adaquetely", &["adequately"]), + ("refesh", &["refresh"]), + ("unexpctedly", &["unexpectedly"]), + ("incerceration", &["incarceration"]), + ("alligeance", &["allegiance"]), + ("juxt", &["just"]), + ("ignorns", &["ignores"]), + ("silhoueting", &["silhouetting"]), + ("neverthless", &["nevertheless"]), + ("crdit", &["credit"]), + ("cheeseberger", &["cheeseburger"]), + ("extemely", &["extremely"]), + ("unsupportd", &["unsupported"]), + ("dimonds", &["diamonds"]), + ("stytle", &["style"]), + ("idel", &["idle"]), + ("istambul", &["istanbul"]), + ("conmpression", &["compression"]), + ("carcas", &["carcass", "caracas"]), + ("illustre", &["illustrate"]), + ("guantonamo", &["guantanamo"]), + ("evreytime", &["everytime"]), + ("withdrawles", &["withdrawals"]), + ("releveant", &["relevant"]), + ("synatx", &["syntax"]), + ("seperared", &["separated"]), + ("southernese", &["southerners"]), + ("upstreammed", &["upstreamed"]), + ("sctional", &["sectional", "suctional"]), + ("arresst", &["arrests"]), + ("monitoreado", &["monitored"]), + ("ingenuitiy", &["ingenuity"]), + ("normaly", &["normally"]), + ("oprhans", &["orphans"]), + ("asteriods", &["asteroids"]), + ("inspriational", &["inspirational"]), + ("fropm", &["from"]), + ("unbelievabley", &["unbelievably"]), + ("dictionare", &["dictionaries"]), + ("typographc", &["typographic"]), + ("jonts", &["joints"]), + ("specifiec", &["specific"]), + ("partaining", &["pertaining"]), + ("desychronize", &["desynchronize"]), + ("swithcover", &["switchover"]), + ("parallism", &["parallelism"]), + ("amealiarating", &["ameliorating"]), + ("speficifics", &["specifics"]), + ("manualy", &["manually"]), + ("reselction", &["reselection"]), + ("conenient", &["convenient"]), + ("tufure", &["future"]), + ("halfs", &["halves"]), + ("atempting", &["attempting"]), + ("extraversion", &["extroversion"]), + ("chartiable", &["charitable"]), + ("fursther", &["further"]), + ("enumearate", &["enumerate"]), + ("hamburglers", &["hamburgers"]), + ("konsultation", &["consultation"]), + ("spreadsheeet", &["spreadsheets"]), + ("combacks", &["comebacks"]), + ("operatoin", &["operation"]), + ("trucation", &["truncation"]), + ("blonged", &["belonged"]), + ("reconenction", &["reconnection"]), + ("renegoptionsotiable", &["renegotiable"]), + ("chaing", &["chain"]), + ("implimenting", &["implementing"]), + ("stimulatin", &["stimulation"]), + ("devfined", &["defined"]), + ("htting", &["hitting"]), + ("referenecs", &["references"]), + ("sythetic", &["synthetic"]), + ("philosiphical", &["philosophical"]), + ("prokrastination", &["procrastination"]), + ("ministeres", &["ministers"]), + ("varing", &["varying"]), + ("execuction", &["execution"]), + ("ethnicitiy", &["ethnicity"]), + ("rahpsody", &["rhapsody"]), + ("crytopgraphic", &["cryptographic"]), + ("trailling", &["trailing", "trialling", "trilling"]), + ("circumsision", &["circumcision"]), + ("equivalant", &["equivalent"]), + ("ficticous", &["fictitious"]), + ("functionlity", &["functionality"]), + ("leibnitz", &["leibniz"]), + ("fullets", &["fullest"]), + ("massachucetts", &["massachusetts"]), + ("dissatisifed", &["dissatisfied"]), + ("scepture", &["sceptre"]), + ("conceivibly", &["conceivably"]), + ("hygience", &["hygiene"]), + ("beween", &["between"]), + ("expementer", &["experimenter"]), + ("insepection", &["inspection"]), + ("carinomy", &["ceremony"]), + ("ultamite", &["ultimate"]), + ("thigsn", &["things"]), + ("apocalyspe", &["apocalypse"]), + ("mecahinsms", &["mechanisms"]), + ("docunment", &["document"]), + ("deserialziation", &["deserialization"]), + ("precentage", &["percentage"]), + ("algothitm", &["algorithm"]), + ("newcaste", &["newcastle"]), + ("paritally", &["partially"]), + ("plausable", &["plausible"]), + ("uncertainy", &["uncertainty"]), + ("privelidge", &["privileged"]), + ("partiot", &["patriot"]), + ("geniuss", &["geniuses"]), + ("enumeratiors", &["enumerators"]), + ("ttests", &["tests"]), + ("forumula", &["formula"]), + ("devestating", &["devastating"]), + ("alreadly", &["already"]), + ("emergancy", &["emergency"]), + ("misspeeling", &["misspelling"]), + ("writebufer", &["writebuffer"]), + ("desctiptors", &["descriptors"]), + ("remmeber", &["remember"]), + ("picthforks", &["pitchforks"]), + ("abosrbed", &["absorbed"]), + ("opinyonnaire", &["opinionnaire"]), + ("neighrourhoods", &["neighbourhoods"]), + ("cecker", &["checker"]), + ("deatil", &["detail"]), + ("milestons", &["milestones"]), + ("negotatiable", &["negotiable"]), + ("suppresors", &["suppressor"]), + ("bottm", &["bottom"]), + ("expriation", &["expiration"]), + ("explaines", &["explains"]), + ("invaid", &["invalid"]), + ("modifiyng", &["modifying"]), + ("labmda", &["lambda"]), + ("govrement", &["government"]), + ("charactears", &["characters"]), + ("spriritual", &["spiritual"]), + ("uncertaity", &["uncertainty"]), + ("chocoaltes", &["chocolates"]), + ("quaterion", &["quaternion"]), + ("virual", &["virtual", "viral"]), + ("diretive", &["directive"]), + ("campagining", &["campaigning"]), + ("transtitioning", &["transitioning"]), + ("patial", &["spatial"]), + ("connecitcut", &["connecticut"]), + ("perpandicular", &["perpendicular"]), + ("privaleged", &["privileged"]), + ("undertacker", &["undertaker"]), + ("baristia", &["barista"]), + ("diagonse", &["diagnose"]), + ("revisiones", &["revisions"]), + ("bulds", &["builds"]), + ("backslase", &["backslash"]), + ("transhpobic", &["transphobic"]), + ("peaples", &["peoples"]), + ("explaination", &["explanation"]), + ("anulling", &["annulling"]), + ("remot", &["remote"]), + ("revelant", &["relevant"]), + ("workspsace", &["workspace"]), + ("indisputible", &["indisputable"]), + ("ammenities", &["amenities"]), + ("declaraste", &["declares"]), + ("avaloable", &["available"]), + ("numberals", &["numerals"]), + ("revist", &["revisit"]), + ("reflektion", &["reflection"]), + ("supportied", &["supported"]), + ("carbohyrdates", &["carbohydrates"]), + ("corpsers", &["corpses"]), + ("arpatheid", &["apartheid"]), + ("tranmitting", &["transmitting"]), + ("execune", &["execute"]), + ("evailable", &["available"]), + ("collone", &["cologne"]), + ("tillted", &["tilted"]), + ("ede", &["edge"]), + ("compitability", &["compatibility"]), + ("competution", &["computation"]), + ("renegoziates", &["renegotiates"]), + ("correspods", &["corresponds"]), + ("witnissing", &["witnessing"]), + ("igzorted", &["exhorted"]), + ("disticntion", &["distinctions"]), + ("extermists", &["extremists"]), + ("assoziation", &["association"]), + ("cringeworthey", &["cringeworthy"]), + ("thikning", &["thinking", "thickening"]), + ("desentisized", &["desensitized"]), + ("clasrooms", &["classrooms"]), + ("alphabeast", &["alphabet"]), + ("reappeares", &["reappears"]), + ("cirquit", &["circuit"]), + ("commishioner", &["commissioner"]), + ("tacticallity", &["tactically"]), + ("brughtness", &["brightness"]), + ("calucaltion", &["calculation"]), + ("abanden", &["abandon"]), + ("affirmate", &["affirmative"]), + ("transfarmers", &["transformers"]), + ("thiknesses", &["thicknesses"]), + ("fould", &["foul", "fouled", "fold"]), + ("neading", &["heading", "kneading", "needing"]), + ("ignorned", &["ignored"]), + ("atomticaly", &["automatically"]), + ("immidiately", &["immediately"]), + ("exahusted", &["exhausted"]), + ("inconistencies", &["inconsistencies"]), + ("qith", &["with"]), + ("formattting", &["formatting"]), + ("protaginst", &["protagonist"]), + ("uise", &["use"]), + ("carmonial", &["ceremonial"]), + ("originalis", &["originals"]), + ("visualiztion", &["visualization"]), + ("laguanges", &["languages"]), + ("busineses", &["business", "businesses"]), + ("accurarcy", &["accuracy"]), + ("colaborative", &["collaborative"]), + ("millisenconds", &["milliseconds"]), + ("pesticedes", &["pesticides"]), + ("gost", &["ghost"]), + ("specifcations", &["specifications"]), + ("contagios", &["contagious"]), + ("anectodes", &["anecdotes"]), + ("vandalisim", &["vandalism"]), + ("facourite", &["favourite"]), + ("proporition", &["proposition"]), + ("kewords", &["keywords"]), + ("introdued", &["introduced"]), + ("recconenction", &["reconnection"]), + ("dynamlic", &["dynamic"]), + ("manifestas", &["manifests"]), + ("deflaction", &["deflection"]), + ("considerais", &["considers"]), + ("corellation", &["correlation"]), + ("intracacies", &["intricacies"]), + ("lonber", &["longer", "loner"]), + ("transpacency", &["transparency"]), + ("involtues", &["involutes"]), + ("overzealis", &["overzealous"]), + ("mulitipliers", &["multipliers"]), + ("initiliase", &["initialise"]), + ("resoourced", &["resourced"]), + ("seconary", &["secondary"]), + ("cerbreus", &["cerberus"]), + ("technolgy", &["technology"]), + ("ibuprofein", &["ibuprofen"]), + ("miltiline", &["multiline"]), + ("incontrollably", &["uncontrollably"]), + ("separtes", &["separates"]), + ("sceonds", &["seconds"]), + ("grafield", &["garfield"]), + ("metaphoricial", &["metaphorical"]), + ("suppresions", &["suppression", "suppressions"]), + ("subtilte", &["subtitle"]), + ("aprroximate", &["approximate"]), + ("gentialia", &["genitalia"]), + ("hoppefully", &["hopefully"]), + ("containined", &["contained"]), + ("recipiants", &["recipients"]), + ("porfolio", &["portfolio"]), + ("arrangde", &["arranged"]), + ("continuent", &["contingent"]), + ("handshages", &["handshakes"]), + ("catapillars", &["caterpillars"]), + ("captrure", &["capture"]), + ("prefitlers", &["prefilters"]), + ("predifined", &["predefined"]), + ("recurssion", &["recursion"]), + ("excecise", &["exercise"]), + ("submariens", &["submarines"]), + ("reaserchers", &["researchers"]), + ("simplictic", &["simplistic"]), + ("similiarity", &["similarity"]), + ("challengur", &["challenger"]), + ("phenomonenon", &["phenomenon"]), + ("eliminas", &["eliminates"]), + ("eazy", &["easy"]), + ("impracticle", &["impractical"]), + ("conceved", &["concede"]), + ("vitrually", &["virtually"]), + ("memoery", &["memory"]), + ("christains", &["christians"]), + ("squareds", &["squares"]), + ("iformation", &["information"]), + ("waislines", &["waistlines"]), + ("oakerous", &["ocherous"]), + ("vlone", &["clone"]), + ("acceptible", &["acceptable"]), + ("progressionwise", &["progressions"]), + ("reampping", &["remapping", "revamping"]), + ("parital", &["parietal", "partial"]), + ("behabiors", &["behaviors"]), + ("audibel", &["audible"]), + ("maniuplating", &["manipulating"]), + ("sacrificare", &["sacrifice"]), + ("nominatie", &["nominate"]), + ("adverserial", &["adversarial"]), + ("langugaes", &["languages"]), + ("estimativo", &["estimation"]), + ("experimetner", &["experimenter"]), + ("kweyword", &["keyword"]), + ("constitutent", &["constituent"]), + ("implementataion", &["implementation"]), + ("tolerants", &["tolerates"]), + ("disscts", &["dissects"]), + ("officionado", &["aficionado"]), + ("sevirity", &["severity"]), + ("turksih", &["turkish"]), + ("denominar", &["denominator"]), + ("experimmental", &["experimental"]), + ("hemoragic", &["haemorrhagic", "hemorrhagic"]), + ("awesoneness", &["awesomeness"]), + ("sessio", &["session"]), + ("righmost", &["rightmost"]), + ("chanses", &["chances"]), + ("behaiour", &["behaviour"]), + ("fatiuge", &["fatigue"]), + ("exepect", &["expect"]), + ("undenialbly", &["undeniably"]), + ("whil", &["while"]), + ("compagnons", &["companions"]), + ("interpretated", &["interpreted"]), + ("platoforms", &["platforms"]), + ("arhives", &["archives"]), + ("infektious", &["infectious"]), + ("genered", &["generated"]), + ("symapthetic", &["sympathetic"]), + ("adpat", &["adapt"]), + ("othogonal", &["orthogonal"]), + ("psychedellics", &["psychedelics"]), + ("frezes", &["freezes"]), + ("experimneted", &["experimented"]), + ("provoding", &["providing"]), + ("influencial", &["influential"]), + ("exisitent", &["existent"]), + ("wellingston", &["wellington"]), + ("apologes", &["apologise"]), + ("dequed", &["dequeued"]), + ("essentialy", &["essentially"]), + ("repedetly", &["repeatedly"]), + ("transcocde", &["transcode"]), + ("pittsbrugh", &["pittsburgh"]), + ("iluminations", &["illuminations"]), + ("conicide", &["coincide"]), + ("translpant", &["transplants"]), + ("noramalized", &["normalized"]), + ("neesd", &["needs"]), + ("docmenetation", &["documentation"]), + ("gude", &["guide", "good"]), + ("parallize", &["parallelize"]), + ("forgeiner", &["foreigner"]), + ("prepraring", &["preparing"]), + ("certficiate", &["certificate"]), + ("vyer", &["very"]), + ("propertis", &["properties"]), + ("mccarhty", &["mccarthy"]), + ("truthfuly", &["truthfully"]), + ("zookeeni", &["zucchini"]), + ("forgeiners", &["foreigners"]), + ("japanses", &["japanese"]), + ("skillsto", &["skillshots"]), + ("bencmarking", &["benchmarking"]), + ("folliwong", &["following"]), + ("conviniency", &["convenience"]), + ("isarelis", &["israelis"]), + ("executble", &["executable"]), + ("reveiwers", &["reviewers"]), + ("specivied", &["specified"]), + ("repressented", &["represented"]), + ("appares", &["appears"]), + ("engery", &["energy"]), + ("implct", &["implicit"]), + ("mircophones", &["microphones"]), + ("conlusions", &["conclusions"]), + ("businessen", &["businessmen"]), + ("copie", &["copied", "copier", "copies", "copy"]), + ("maraudeur", &["marauder"]), + ("visiable", &["visible"]), + ("anonynous", &["anonymous"]), + ("xenbolade", &["xenoblade"]), + ("translater", &["translator"]), + ("plases", &["places", "pleases", "phases"]), + ("exeucte", &["execute"]), + ("enebale", &["enable"]), + ("evluate", &["evaluate"]), + ("unconditianaly", &["unconditionally"]), + ("expierence", &["experience"]), + ("addrass", &["address"]), + ("gallleries", &["galleries"]), + ("immitating", &["imitating"]), + ("loaction", &["location"]), + ("througout", &["throughout"]), + ("clutser", &["cluster", "clutter"]), + ("incorperated", &["incorporated"]), + ("misstypes", &["mistypes"]), + ("olreans", &["orleans"]), + ("foppys", &["floppies"]), + ("conector", &["connector"]), + ("impementor", &["implementer"]), + ("itterable", &["iterable"]), + ("premultipled", &["premultiplied"]), + ("palletes", &["palettes"]), + ("comprension", &["compression"]), + ("cilyndre", &["cylinder"]), + ("autocompete", &["autocomplete"]), + ("liasing", &["liaising"]), + ("simetricaly", &["symmetrically"]), + ("speceficly", &["specifically"]), + ("homosexuella", &["homosexual"]), + ("itterator", &["iterator"]), + ("victoriuous", &["victorious"]), + ("copiler", &["compiler"]), + ("councels", &["councils", "counsels"]), + ("eather", &["either"]), + ("ofuscated", &["obfuscated"]), + ("bureaucraps", &["bureaucrats"]), + ("recongition", &["recognition"]), + ("torrentbig", &["torrenting"]), + ("assember", &["assembler"]), + ("influincing", &["influencing"]), + ("christiaan", &["christian"]), + ("susbtantially", &["substantially"]), + ("infecteous", &["infectious"]), + ("howerver", &["however"]), + ("reguarlise", &["regularise"]), + ("unlcean", &["unclean"]), + ("kewword", &["keyword"]), + ("euqivalents", &["equivalents"]), + ("enchanging", &["enchanting"]), + ("tawk", &["talk"]), + ("elaspes", &["elapses"]), + ("devirtualizaion", &["devirtualization"]), + ("alogrithms", &["algorithms"]), + ("throuth", &["through"]), + ("apostraphe", &["apostrophe"]), + ("decosers", &["decoders"]), + ("languahes", &["languages"]), + ("decsendants", &["descendants"]), + ("commonweath", &["commonwealth"]), + ("reedemed", &["redeemed"]), + ("diskretize", &["discretize"]), + ("sepearation", &["separation"]), + ("conatin", &["contain"]), + ("speficiifes", &["specifies"]), + ("architures", &["architectures"]), + ("councelled", &["counselled"]), + ("trogladitism", &["troglodytism"]), + ("privilidges", &["privileges"]), + ("reprtoire", &["repertoire"]), + ("strawburry", &["strawberry"]), + ("desltops", &["desktops"]), + ("negativelly", &["negatively"]), + ("compications", &["complications"]), + ("nostolgia", &["nostalgia"]), + ("ancestory", &["ancestry"]), + ("diffucult", &["difficult"]), + ("subproccese", &["subprocess"]), + ("improofment", &["improvement"]), + ("allegiancies", &["allegiance"]), + ("boxs", &["box", "boxes"]), + ("comunicate", &["communicate"]), + ("interfals", &["intervals"]), + ("persones", &["persons"]), + ("phyton", &["python"]), + ("accociating", &["associating"]), + ("separeting", &["separating"]), + ("availablility", &["availability"]), + ("tanslation", &["translation"]), + ("conjuncting", &["conjunction"]), + ("auccessive", &["successive"]), + ("vulnderabilities", &["vulnerabilities"]), + ("operaion", &["operation"]), + ("specailizes", &["specializes"]), + ("percantage", &["percentage"]), + ("internaly", &["internally"]), + ("legitimetly", &["legitimately"]), + ("detrmined", &["determined"]), + ("estuwarry", &["estuary"]), + ("restrcited", &["restricted"]), + ("anoyed", &["annoyed"]), + ("eitquette", &["etiquette"]), + ("monestary", &["monastery", "monetary"]), + ("equipments", &["equipment"]), + ("rengenerate", &["regenerate"]), + ("incarnacion", &["incarnation"]), + ("absoloutely", &["absolutely"]), + ("albumns", &["albums"]), + ("retoractively", &["retroactively"]), + ("ecplicitly", &["explicitly"]), + ("preordes", &["preorders"]), + ("sucessive", &["successive"]), + ("uncheked", &["unchecked"]), + ("explossive", &["explosives"]), + ("futhroc", &["futhark", "futhorc"]), + ("injustaces", &["injustices"]), + ("attornies", &["attorneys"]), + ("optionalliy", &["optionally"]), + ("adknowledges", &["acknowledges"]), + ("communsit", &["communist"]), + ("pepole", &["people"]), + ("transgenered", &["transgendered"]), + ("samle", &["sample"]), + ("moutning", &["mounting"]), + ("adapated", &["adapted"]), + ("wendesdays", &["wednesdays"]), + ("endpoing", &["endpoint"]), + ("traceing", &["tracing"]), + ("homophonia", &["homophobia"]), + ("thunderboldt", &["thunderbolt"]), + ("agnostisism", &["agnosticism"]), + ("corection", &["correction"]), + ("bve", &["be"]), + ("atomtically", &["automatically"]), + ("simplets", &["simplest"]), + ("unitesstates", &["unitedstates"]), + ("adventrues", &["adventures"]), + ("illumaniti", &["illuminati"]), + ("appereance", &["appearance"]), + ("vallaying", &["valeting"]), + ("psycological", &["psychological"]), + ("genreates", &["generates"]), + ("spririous", &["spurious"]), + ("trnasmit", &["transmit"]), + ("pbulisher", &["publisher"]), + ("inclduing", &["including"]), + ("agigressive", &["aggressive"]), + ("experimneter", &["experimenter"]), + ("tendencias", &["tendencies"]), + ("ressemble", &["reassemble", "resemble"]), + ("bangaldeshi", &["bangladesh"]), + ("progesssive", &["progressive"]), + ("unspeficiallifed", &["unspecified"]), + ("abscence", &["absence"]), + ("callack", &["callback"]), + ("optinal", &["optional"]), + ("misundarstanding", &["misunderstandings"]), + ("intergrates", &["integrates"]), + ("tranlsating", &["translating"]), + ("overprised", &["overpriced"]), + ("agricultual", &["agricultural"]), + ("nightmeres", &["nightmares"]), + ("applicatable", &["applicable"]), + ("hopfully", &["hopefully"]), + ("systemisch", &["systemic"]), + ("exhasuted", &["exhausted"]), + ("instllations", &["installations", "instillations"]), + ("complane", &["complacent"]), + ("posative", &["positive"]), + ("guaruantes", &["guarantees"]), + ("suprising", &["surprising"]), + ("recalcuations", &["recalculations"]), + ("asynchroneously", &["asynchronously"]), + ("alogorithm", &["algorithm"]), + ("acknolwedgement", &["acknowledgement"]), + ("wikileakes", &["wikileaks"]), + ("scketching", &["sketching"]), + ("condiiton", &["condition"]), + ("intereseting", &["interesting"]), + ("thursdey", &["thursday"]), + ("paramterise", &["parameterise"]), + ("folllowiong", &["following"]), + ("degrate", &["degrade"]), + ("availabke", &["available"]), + ("vulberabuiliti", &["vulnerability"]), + ("contiuation", &["continuation"]), + ("clerification", &["clarification"]), + ("distoriton", &["distortion"]), + ("eperience", &["experience"]), + ("reture", &["return"]), + ("reccomended", &["recommended"]), + ("regisry", &["registry"]), + ("journyed", &["journeyed"]), + ("orlenas", &["orleans"]), + ("preample", &["preamble"]), + ("ephemereally", &["ephemerally"]), + ("agument", &["argument"]), + ("participas", &["participants"]), + ("alogrithmically", &["algorithmically"]), + ("sunglases", &["sunglasses"]), + ("cocuments", &["document"]), + ("scetching", &["sketching"]), + ("nasturshum", &["nasturtium"]), + ("crurrent", &["current"]), + ("disciplies", &["disciplines"]), + ("suitablity", &["suitability"]), + ("autonegotition", &["autonegotiation"]), + ("miscelleneous", &["miscellaneous"]), + ("exsting", &["existing"]), + ("dysfuncion", &["dysfunction"]), + ("iniitialization", &["initialization"]), + ("separatelly", &["separately"]), + ("scorebored", &["scoreboard"]), + ("glight", &["flight"]), + ("convovling", &["convolving"]), + ("steramer", &["streamer"]), + ("componbents", &["components"]), + ("speakign", &["speaking"]), + ("surley", &["surly", "surely"]), + ("healtheir", &["healthier"]), + ("anicents", &["ancients"]), + ("disapporval", &["disapproval"]), + ("admnistrator", &["administrator"]), + ("attendent", &["attendant"]), + ("confidenty", &["confidently"]), + ("truamatized", &["traumatized"]), + ("tranparency", &["transparency"]), + ("invoekr", &["invoker"]), + ("paraphrashed", &["paraphrase"]), + ("aquiessing", &["acquiescing"]), + ("instantanious", &["instantaneous"]), + ("certfy", &["certify"]), + ("memner", &["member"]), + ("responsing", &["responding"]), + ("definitaly", &["definitely"]), + ("rememoring", &["remembering"]), + ("pairokeally", &["parochially"]), + ("niusance", &["nuisance"]), + ("autonegothiations", &["autonegotiations"]), + ("speciries", &["specifies"]), + ("deteceted", &["detected"]), + ("mornin", &["morning"]), + ("suffcient", &["sufficient"]), + ("packtes", &["packets"]), + ("redy", &["ready", "red"]), + ("varilue", &["value", "variable"]), + ("garanteeed", &["guaranteed"]), + ("vissible", &["visible"]), + ("characstyle", &["charstyle"]), + ("hve", &["have"]), + ("diplomacia", &["diplomatic"]), + ("potentional", &["potential"]), + ("repositary", &["repository"]), + ("inforce", &["enforce"]), + ("senarios", &["scenarios"]), + ("smae", &["same"]), + ("neightbourhoods", &["neighbourhoods"]), + ("toekn", &["token"]), + ("strang", &["strange"]), + ("sovren", &["sovereign"]), + ("certainity", &["certainty"]), + ("signguature", &["signature"]), + ("jewlery", &["jewelry"]), + ("successfullness", &["successfulness"]), + ("claymoe", &["claymore"]), + ("threeof", &["thereof"]), + ("merchans", &["merchants"]), + ("roigin", &["origin"]), + ("masterbation", &["masturbation"]), + ("conicidental", &["coincidental"]), + ("cancelleation", &["cancellation"]), + ("averload", &["overload"]), + ("plausibe", &["plausible"]), + ("poriferal", &["peripheral"]), + ("victorieuse", &["victories"]), + ("speficillies", &["specifies"]), + ("abdominable", &["abdominal"]), + ("unforutunately", &["unfortunately"]), + ("simlifies", &["simplifies"]), + ("acconding", &["according"]), + ("conventient", &["convenient"]), + ("departement", &["department"]), + ("diffues", &["defuse", "diffuse"]), + ("opporunities", &["opportunities"]), + ("capactiors", &["capacitors"]), + ("reintepreted", &["reinterpreted"]), + ("compononent", &["component"]), + ("processig", &["processing"]), + ("startsup", &["startups"]), + ("validte", &["validate"]), + ("protectie", &["protective"]), + ("qualitying", &["qualifying"]), + ("casheir", &["cashier"]), + ("maangers", &["managers"]), + ("prerogitive", &["prerogative"]), + ("esacpe", &["escape"]), + ("cpacity", &["capacity"]), + ("rearrangments", &["rearrangements"]), + ("ises", &["uses"]), + ("immeidately", &["immediately"]), + ("consumend", &["consumed"]), + ("shadoloo", &["shadaloo"]), + ("chaied", &["chained"]), + ("ciphe", &["cipher"]), + ("afterw", &["after"]), + ("exceutions", &["executions"]), + ("seplicuraly", &["sepulchrally"]), + ("exchagnging", &["exchanging"]), + ("plattoes", &["plateaus"]), + ("illustratin", &["illustrations"]), + ("alinging", &["aligning"]), + ("dissmiss", &["dismiss"]), + ("stlye", &["style"]), + ("deduplaicate", &["deduplicate"]), + ("syntetic", &["synthetic"]), + ("silhoueted", &["silhouetted"]), + ("unsuccee", &["unsuccessful"]), + ("acoostic", &["acoustic"]), + ("stretchs", &["stretches"]), + ("chnging", &["changing"]), + ("sufficating", &["suffocating"]), + ("faund", &["found", "fund"]), + ("civilasations", &["civilisations"]), + ("indonistan", &["indonesian"]), + ("adtodetect", &["autodetect"]), + ("unlimeted", &["unlimited"]), + ("rendazyvou", &["rendezvous"]), + ("memeber", &["member"]), + ("coice", &["choice"]), + ("malcom", &["malcolm"]), + ("confiugring", &["configuring"]), + ("cerifies", &["certifies", "verifies"]), + ("sumbarine", &["submarine"]), + ("unhilighted", &["unhighlighted"]), + ("discretiation", &["discretization"]), + ("cardiocascular", &["cardiovascular"]), + ("sepecify", &["specify"]), + ("unbeakable", &["unbeatable"]), + ("vulberbilities", &["vulnerabilities"]), + ("dividendes", &["dividends"]), + ("lerans", &["learns"]), + ("fritional", &["frictional"]), + ("tatgerted", &["targeted"]), + ("autononous", &["autonomous"]), + ("follewind", &["following"]), + ("sensitiviy", &["sensitivity"]), + ("cannotations", &["connotations"]), + ("transparren", &["transparent"]), + ("successefully", &["successfully"]), + ("naybour", &["neighbour"]), + ("colission", &["collision"]), + ("revoluions", &["revolutions"]), + ("unbalnaced", &["unbalanced"]), + ("cluprit", &["culprit"]), + ("asessment", &["assessment"]), + ("authethenticates", &["authenticates"]), + ("burtst", &["burst"]), + ("sizemologogical", &["seismological"]), + ("recovr", &["recover"]), + ("poniters", &["pointers"]), + ("fritions", &["frictions"]), + ("dialaog", &["dialog"]), + ("airrcraft", &["aircraft"]), + ("rertieve", &["retrieve"]), + ("extrapole", &["extrapolate"]), + ("riminicing", &["reminiscing"]), + ("packaegs", &["packages"]), + ("merecats", &["meerkats"]), + ("overwridden", &["overridden", "overwritten"]), + ("eleemnts", &["elements"]), + ("thnigs", &["things"]), + ("spefally", &["specially", "specifically"]), + ("opeming", &["opening"]), + ("condeferacy", &["confederacy"]), + ("geomtry", &["geometry"]), + ("experesed", &["expressed"]), + ("spefcifieir", &["specifier"]), + ("idiosincracy", &["idiosyncrasy"]), + ("upladers", &["uploaders"]), + ("legitimatly", &["legitimately"]), + ("bisexuella", &["bisexual"]), + ("certitication", &["certification"]), + ("serioulsy", &["seriously"]), + ("spred", &["spread"]), + ("interseccts", &["intersects"]), + ("pilons", &["pillions", "pylons"]), + ("rearrangnig", &["rearranging"]), + ("revsions", &["revisions"]), + ("neightobrhoods", &["neighborhoods"]), + ("videogams", &["videogames"]), + ("ermington", &["remington"]), + ("transacion", &["transaction"]), + ("attracs", &["attracts"]), + ("reserachers", &["researchers"]), + ("variavble", &["variable"]), + ("progarammed", &["programmed"]), + ("reflet", &["reflect"]), + ("anguluar", &["angular"]), + ("modles", &["models", "modules"]), + ("expesncive", &["expensive"]), + ("wihch", &["which"]), + ("distingusihing", &["distinguishing"]), + ("disingenious", &["disingenuous"]), + ("uninterruptable", &["uninterruptible"]), + ("elecrtomagnetic", &["electromagnetic"]), + ("alterantive", &["alternative"]), + ("disiplined", &["disciplined"]), + ("choesive", &["cohesive"]), + ("conecntrate", &["concentrate"]), + ("asbestoast", &["asbestos"]), + ("convinently", &["conveniently"]), + ("oversimplificaiton", &["oversimplification"]), + ("censability", &["sensibility"]), + ("sufficency", &["sufficiency"]), + ("hypothess", &["hypotheses"]), + ("buttong", &["button"]), + ("chuncks", &["chunks"]), + ("espaced", &["escaped"]), + ("sepeators", &["separators"]), + ("acitvates", &["activates"]), + ("ammoung", &["among"]), + ("againsg", &["against"]), + ("hach", &["hatch", "hack", "hash"]), + ("interperated", &["interpreted"]), + ("boolen", &["boolean"]), + ("contemporaneus", &["contemporaneous"]), + ("broacasts", &["broadcasts"]), + ("geraff", &["giraffe"]), + ("runting", &["runtime"]), + ("vailable", &["available"]), + ("annoucnements", &["announcements"]), + ("inhertiance", &["inheritance"]), + ("irritatie", &["irritate"]), + ("privaleges", &["privileges"]), + ("dermitologist", &["dermatologist"]), + ("represenative", &["representative"]), + ("acknowlwdge", &["acknowledge"]), + ("refirgerator", &["refrigerator"]), + ("dinosaurus", &["dinosaurs"]), + ("expetiments", &["experiments"]), + ("enegineering", &["engineering"]), + ("corressponding", &["corresponding"]), + ("upstreemer", &["upstreamer"]), + ("engieneer", &["engineer"]), + ("assembed", &["assembled"]), + ("stingent", &["stringent"]), + ("themeselves", &["themselves"]), + ("urrlib", &["urllib"]), + ("mofdified", &["modified"]), + ("intorduce", &["introduce"]), + ("quanitites", &["quantities"]), + ("wihich", &["which"]), + ("vibratin", &["vibration"]), + ("syncronizations", &["synchronizations"]), + ("smeesters", &["semesters"]), + ("targt", &["target"]), + ("experimens", &["experiments"]), + ("hunderd", &["hundred"]), + ("alloted", &["allotted"]), + ("miltary", &["military"]), + ("eliminase", &["eliminates"]), + ("spesific", &["specific"]), + ("densley", &["densely"]), + ("mehtodical", &["methodical"]), + ("annoyences", &["annoyances"]), + ("eextraction", &["extraction"]), + ("decsribed", &["described"]), + ("termintating", &["terminating"]), + ("arisoft", &["airsoft"]), + ("monorchrome", &["monochrome"]), + ("counsilers", &["counselors"]), + ("consipracies", &["conspiracies"]), + ("mellinneums", &["millennia"]), + ("indulgue", &["indulge"]), + ("dfines", &["defines"]), + ("commmunicate", &["communicate"]), + ("conmmutes", &["commutes"]), + ("acccessible", &["accessible"]), + ("assmebling", &["assembling"]), + ("cedential", &["credential"]), + ("guardain", &["guardian"]), + ("identifieras", &["identifies"]), + ("redepmtion", &["redemption"]), + ("apperciate", &["appreciate"]), + ("chineese", &["chinese"]), + ("parametic", &["parametric", "paramedic"]), + ("consultaion", &["consultation"]), + ("corelate", &["correlate"]), + ("endoresment", &["endorsement"]), + ("civilezations", &["civilizations"]), + ("afflection", &["affliction"]), + ("optimasation", &["optimisation"]), + ("precondtions", &["preconditions"]), + ("clyamore", &["claymore"]), + ("enterpirses", &["enterprises"]), + ("repentent", &["repentant"]), + ("wrappend", &["wrapped"]), + ("trintiy", &["trinity"]), + ("vegitable", &["vegetable"]), + ("evalutaing", &["evaluating"]), + ("magolia", &["magnolia"]), + ("iten", &["item"]), + ("expansiones", &["expansions"]), + ("leceister", &["leicester"]), + ("croucing", &["crouching"]), + ("connecto", &["connect"]), + ("nieghbours", &["neighbours"]), + ("follew", &["follow"]), + ("backgroound", &["background"]), + ("interational", &["international"]), + ("unworty", &["unworthy"]), + ("desition", &["decision"]), + ("acqures", &["acquires"]), + ("previaling", &["prevailing"]), + ("distirbance", &["disturbance"]), + ("expewrimenting", &["experimenting"]), + ("derpatologist", &["dermatologist"]), + ("senaireo", &["scenario"]), + ("soomewhat", &["somewhat"]), + ("testimoney", &["testimony"]), + ("checkmeat", &["checkmate"]), + ("victoires", &["victories"]), + ("recriational", &["recreational"]), + ("deactiving", &["deactivating"]), + ("directort", &["directory"]), + ("skeptisism", &["skepticism"]), + ("dorceful", &["forceful"]), + ("renewabels", &["renewables"]), + ("accordian", &["accordion"]), + ("prefectly", &["perfectly"]), + ("deslected", &["deselected"]), + ("convenvient", &["convenient"]), + ("cdecompress", &["decompress"]), + ("wuthin", &["within"]), + ("brach", &["branch"]), + ("itnerface", &["interface"]), + ("custoemr", &["customer"]), + ("stuctured", &["structured"]), + ("expressley", &["expressly"]), + ("asbolutelly", &["absolutely"]), + ("masturbatin", &["masturbation"]), + ("entirey", &["entirety", "entirely"]), + ("specificially", &["specifically"]), + ("procesor", &["processor"]), + ("particuarly", &["particularly"]), + ("trilogoy", &["trilogy"]), + ("adealide", &["adelaide"]), + ("emprisonment", &["imprisonment"]), + ("constrainted", &["constrained"]), + ("holocuast", &["holocaust"]), + ("aliasas", &["aliases"]), + ("interfces", &["interfaces"]), + ("interesections", &["intersections"]), + ("contaminent", &["containment"]), + ("discontinuos", &["discontinuous"]), + ("lispticks", &["lipsticks"]), + ("advantadges", &["advantages"]), + ("registeing", &["registering"]), + ("defail", &["detail"]), + ("spritre", &["sprite"]), + ("funture", &["future"]), + ("paramedicos", &["paramedics"]), + ("gere", &["gear", "here"]), + ("integreres", &["interferes"]), + ("progammability", &["programmability"]), + ("sihlouette", &["silhouette"]), + ("maniuplations", &["manipulations"]), + ("discusting", &["discussing", "disgusting"]), + ("opearator", &["operator"]), + ("milliseond", &["millisecond"]), + ("tranlatable", &["translatable"]), + ("callbakc", &["callback"]), + ("aways", &["always", "away"]), + ("specemin", &["specimen"]), + ("renegoptionsotiates", &["renegotiates"]), + ("specailly", &["specially"]), + ("aggresive", &["aggressive"]), + ("youseff", &["yousef", "yourself"]), + ("senfile", &["sendfile"]), + ("negoable", &["negotiable"]), + ("conviciton", &["conviction"]), + ("cabniet", &["cabinet"]), + ("mysekf", &["myself"]), + ("foudning", &["founding"]), + ("mounth", &["month", "mouth"]), + ("potemtial", &["potential"]), + ("regularlized", &["regularized"]), + ("handlling", &["handling"]), + ("marineris", &["mariners"]), + ("toggeles", &["toggles"]), + ("investions", &["inventions"]), + ("confuzzes", &["confuses"]), + ("willfuly", &["willfully"]), + ("porperty", &["property"]), + ("convaxness", &["convexness"]), + ("exeeds", &["exceeds"]), + ("poluted", &["polluted"]), + ("spllitting", &["splitting"]), + ("minimalstic", &["minimalist"]), + ("assumme", &["assume"]), + ("disrespectul", &["disrespectful"]), + ("manetains", &["maintains"]), + ("weeknd", &["weekend"]), + ("hastable", &["hashtable"]), + ("deflaut", &["default"]), + ("availaible", &["available"]), + ("constracts", &["constructs"]), + ("construcor", &["constructor"]), + ("synchonous", &["synchronous"]), + ("flahsed", &["flashed"]), + ("hypocrytical", &["hypocritical"]), + ("addrerssing", &["addressing"]), + ("insertas", &["inserts"]), + ("trasnparencies", &["transparencies"]), + ("timestampes", &["timestamps"]), + ("registeries", &["registers"]), + ("thearpy", &["therapy"]), + ("segument", &["segment"]), + ("colide", &["collide"]), + ("solger", &["soldier"]), + ("descrybe", &["describe"]), + ("jerusalm", &["jerusalem"]), + ("presitgious", &["prestigious"]), + ("dota", &["data"]), + ("refacor", &["refactor"]), + ("exces", &["excess"]), + ("availbility", &["availability"]), + ("invovle", &["involve"]), + ("substantitve", &["substantive"]), + ("reminsicent", &["reminiscent"]), + ("authenrication", &["authentication"]), + ("convenions", &["conventions"]), + ("diabets", &["diabetes"]), + ("harrassments", &["harassments"]), + ("overwhelminly", &["overwhelmingly"]), + ("automato", &["automation"]), + ("expeirimentations", &["experimentations"]), + ("reprepresents", &["represents"]), + ("auxilliaries", &["auxiliaries"]), + ("oaut", &["oauth"]), + ("basline", &["baseline"]), + ("vertival", &["vertical"]), + ("seprators", &["separators"]), + ("leagacy", &["legacy"]), + ("avaoided", &["avoided"]), + ("consuder", &["consider"]), + ("degradead", &["degraded"]), + ("colliquial", &["colloquial"]), + ("acounts", &["accounts"]), + ("subexperessions", &["subexpressions"]), + ("recomputaion", &["recomputation"]), + ("chromosones", &["chromosomes"]), + ("douible", &["double"]), + ("geoio", &["geoip"]), + ("aganst", &["against"]), + ("copver", &["cover"]), + ("cgywin", &["cygwin"]), + ("keepint", &["keeping"]), + ("alternitives", &["alternatives"]), + ("millseconds", &["milliseconds"]), + ("avator", &["avatar"]), + ("critiicals", &["criticals"]), + ("performancewise", &["performances"]), + ("bbooleans", &["booleans"]), + ("wieght", &["weight"]), + ("refletions", &["reflections"]), + ("susbsystems", &["subsystems"]), + ("hypevisor", &["hypervisor"]), + ("alls", &["all", "falls"]), + ("beautifull", &["beautiful", "beautifully"]), + ("mosqutio", &["mosquito"]), + ("orignate", &["originate"]), + ("withoug", &["without"]), + ("informaiton", &["information"]), + ("frowrading", &["forwarding"]), + ("renegosiator", &["renegotiator"]), + ("reneweal", &["renewal"]), + ("asynchonously", &["asynchronously"]), + ("offstets", &["offsets"]), + ("calue", &["value"]), + ("horizontaal", &["horizontal"]), + ("comittish", &["committish"]), + ("brwosers", &["browsers"]), + ("condidional", &["conditional"]), + ("defensese", &["defenseless"]), + ("mirgaine", &["migraine"]), + ("succesion", &["succession"]), + ("spefiier", &["specifier"]), + ("blindy", &["blindly"]), + ("similiarty", &["similarity"]), + ("jupyther", &["jupyter"]), + ("peforming", &["performing"]), + ("proeperty", &["property"]), + ("concentartion", &["concentrations"]), + ("arlighty", &["alrighty"]), + ("constriants", &["constraints"]), + ("attachemnts", &["attachments"]), + ("summmaries", &["summaries"]), + ("individuella", &["individual"]), + ("illustraded", &["illustrated"]), + ("procoess", &["process"]), + ("steroetypical", &["stereotypical"]), + ("documentarsi", &["documentaries"]), + ("astethically", &["aesthetically"]), + ("atheistical", &["atheistic"]), + ("containes", &["contains", "contained", "container"]), + ("retrvieves", &["retrieves"]), + ("inidvidual", &["individual"]), + ("withion", &["within"]), + ("lentiles", &["lentils"]), + ("articulted", &["articulated"]), + ("progressivily", &["progressively"]), + ("waring", &["warning"]), + ("relfect", &["reflect"]), + ("instale", &["install"]), + ("promtping", &["prompting"]), + ("mamento", &["memento"]), + ("foresseable", &["foreseeable"]), + ("boundarys", &["boundaries"]), + ("symphaty", &["sympathy"]), + ("jalusey", &["jealousy", "jalousie"]), + ("refelcts", &["reflects"]), + ("calculting", &["calculating"]), + ("referanced", &["referenced"]), + ("mininizing", &["minimizing"]), + ("loged", &["logged", "lodged", "longed"]), + ("experimnt", &["experiment"]), + ("subexpession", &["subexpression"]), + ("imrpovised", &["improvised"]), + ("reimpplementating", &["reimplementing"]), + ("gurantees", &["guarantees"]), + ("corrrection", &["correction"]), + ("reapeat", &["repeat"]), + ("renegotatiates", &["renegotiates"]), + ("markedet", &["marketed"]), + ("attrubutes", &["attributes"]), + ("acknoweldge", &["acknowledge"]), + ("statisfieds", &["satisfies"]), + ("sensisble", &["sensible"]), + ("odly", &["oddly"]), + ("catgeory", &["category"]), + ("straightie", &["straighten"]), + ("arithmetisch", &["arithmetic"]), + ("soop", &["soup", "scoop", "snoop", "soap"]), + ("exchanched", &["exchanged"]), + ("refects", &["reflects"]), + ("fantasty", &["fantasy"]), + ("estabilish", &["establish"]), + ("monkies", &["monkeys"]), + ("odrer", &["order"]), + ("satruation", &["saturation"]), + ("orginize", &["organize"]), + ("oakereous", &["ocherous"]), + ("directorguy", &["directory"]), + ("overshadowered", &["overshadowed"]), + ("threadd", &["threaded"]), + ("degister", &["deregister"]), + ("classicus", &["classics"]), + ("philippides", &["philippines"]), + ("singulatiry", &["singularity"]), + ("algohmic", &["algorithmic"]), + ("exaplaination", &["explanation"]), + ("awknowledged", &["acknowledged"]), + ("keealive", &["keepalive"]), + ("underestimateing", &["underestimating"]), + ("initializatons", &["initializations"]), + ("nostaglia", &["nostalgia"]), + ("acknowlegdement", &["acknowledgement"]), + ("compandium", &["compendium"]), + ("poost", &["post"]), + ("aprrovement", &["approval"]), + ("unneded", &["unneeded"]), + ("fabircated", &["fabricated"]), + ("imporoved", &["improved"]), + ("contries", &["countries"]), + ("inteval", &["interval"]), + ("funcions", &["functions"]), + ("lewchemia", &["leukaemia", "leukemia"]), + ("directoories", &["directories"]), + ("comperable", &["comparable"]), + ("authroity", &["authority"]), + ("unregisteres", &["unregisters", "unregistered"]), + ("plagierism", &["plagiarism"]), + ("resgination", &["resignation"]), + ("bassic", &["basic"]), + ("atrifacts", &["artifacts"]), + ("explanetary", &["explanatory"]), + ("licesnes", &["licenses"]), + ("comminist", &["communist"]), + ("guarrentee", &["guarantee"]), + ("busines", &["business"]), + ("reasom", &["reason"]), + ("annayed", &["annoyed"]), + ("constructus", &["constructs"]), + ("suficating", &["suffocating"]), + ("approximatley", &["approximately"]), + ("wrekcing", &["wrecking"]), + ("custoisation", &["customisation"]), + ("procrastinaton", &["procrastination"]), + ("cnfigured", &["configured"]), + ("chromose", &["chromosome"]), + ("miminalist", &["minimalist"]), + ("insignifigant", &["insignificant"]), + ("altenate", &["alternate"]), + ("ukrainie", &["ukraine"]), + ("quarantied", &["quarantine"]), + ("recursses", &["recurses"]), + ("amphatheaters", &["amphitheaters"]), + ("upsreamed", &["upstreamed"]), + ("industires", &["industries"]), + ("contigous", &["contiguous"]), + ("warninds", &["warnings"]), + ("intiallisation", &["initialisation"]), + ("knwoledgable", &["knowledgable"]), + ("previou", &["previous"]), + ("transciprt", &["transcripts"]), + ("expeimentation", &["experimentation"]), + ("tarvisci", &["travisci"]), + ("mysefl", &["myself"]), + ("snigles", &["singles"]), + ("suddnely", &["suddenly"]), + ("ignormable", &["ignorable"]), + ("blackhakws", &["blackhawks"]), + ("expermientel", &["experimental"]), + ("beofre", &["before"]), + ("inpust", &["input", "inputs"]), + ("unnessecarry", &["unnecessary"]), + ("scpeter", &["scepter"]), + ("archvie", &["archive"]), + ("poisitioning", &["positioning"]), + ("cercomstance", &["circumstance"]), + ("continenet", &["continents"]), + ("immigrents", &["immigrants"]), + ("unneccecary", &["unnecessary"]), + ("pavillion", &["pavilion"]), + ("prset", &["preset"]), + ("translatied", &["translated"]), + ("gaurantees", &["guarantees"]), + ("terminarla", &["terminal"]), + ("disapears", &["disappears"]), + ("propertyn", &["property"]), + ("dimesnion", &["dimension"]), + ("inersting", &["inserting"]), + ("underog", &["undergo"]), + ("linguitics", &["linguistic"]), + ("buitin", &["builtin"]), + ("acquiantance", &["acquaintances"]), + ("exclusivs", &["exclusives"]), + ("orienation", &["orientation"]), + ("focuss", &["focus"]), + ("adresable", &["addressable"]), + ("custoners", &["customers"]), + ("witholding", &["withholding"]), + ("eyt", &["yet"]), + ("fle", &["file"]), + ("deltion", &["deletion"]), + ("incarnaton", &["incarnation"]), + ("battlehsips", &["battleship"]), + ("articat", &["artifact"]), + ("unconsciouly", &["unconsciously"]), + ("schozophrenic", &["schizophrenic"]), + ("guarneteeing", &["guaranteeing"]), + ("mormonisim", &["mormonism"]), + ("intsalls", &["installs"]), + ("forula", &["formula"]), + ("reconections", &["reconnections"]), + ("comminity", &["community"]), + ("engieer", &["engineer"]), + ("mispelled", &["misspelled"]), + ("dispairty", &["disparity"]), + ("fillement", &["filament"]), + ("acquited", &["acquitted"]), + ("compitation", &["computation"]), + ("tehnically", &["ethnically", "technically"]), + ("soveriegnty", &["sovereignty"]), + ("enulation", &["emulation"]), + ("tailsman", &["talisman"]), + ("dsplays", &["displays"]), + ("tradtionally", &["traditionally"]), + ("scatchs", &["catches", "scratches", "sketches"]), + ("additinoally", &["additionally"]), + ("mateirals", &["materials"]), + ("involuntarly", &["involuntary"]), + ("protelariat", &["proletariat"]), + ("fileter", &["filter"]), + ("bringin", &["bringing"]), + ("rickoshayed", &["ricocheted"]), + ("acknowlegement", &["acknowledgement"]), + ("opitional", &["optional"]), + ("unimporant", &["unimportant"]), + ("positionial", &["positional"]), + ("heirarchies", &["hierarchies"]), + ("connectiviy", &["connectivity"]), + ("correponds", &["corresponds"]), + ("manufacturered", &["manufactured"]), + ("achieval", &["achievable"]), + ("moelcules", &["molecules"]), + ("satasfaction", &["satisfaction"]), + ("daclaration", &["declaration"]), + ("requiested", &["requested"]), + ("sclaing", &["scaling"]), + ("disconencting", &["disconnecting"]), + ("fetchs", &["fetches"]), + ("loyality", &["loyalty"]), + ("applicaition", &["application"]), + ("exted", &["extend"]), + ("overlodes", &["overloads"]), + ("exilerate", &["exhilarate"]), + ("uinque", &["unique"]), + ("telphony", &["telephony"]), + ("pertubing", &["perturbing"]), + ("answhared", &["answered"]), + ("respresentations", &["representations"]), + ("exmaine", &["examine"]), + ("requierment", &["requirement"]), + ("goverend", &["governed"]), + ("directoris", &["directories"]), + ("subsrcibed", &["subscribed"]), + ("guarentying", &["guarantee"]), + ("brightoner", &["brighten"]), + ("outoign", &["outgoing"]), + ("reliabilty", &["reliability"]), + ("unintensionally", &["unintentionally"]), + ("oponent", &["opponent"]), + ("excitment", &["excitement"]), + ("modifcication", &["modification"]), + ("sqared", &["squared"]), + ("snowbolling", &["snowballing"]), + ("concentratie", &["concentrate"]), + ("inheriths", &["inherits"]), + ("prestigue", &["prestige"]), + ("possiblility", &["possibility"]), + ("abundancies", &["abundances"]), + ("implementas", &["implements"]), + ("sumulates", &["simulates"]), + ("intrrupt", &["interrupt"]), + ("downgaraded", &["downgraded"]), + ("sycronize", &["synchronize"]), + ("dissappeard", &["disappeared"]), + ("metada", &["metadata"]), + ("deselct", &["deselect"]), + ("destrutor", &["destructor"]), + ("temporaly", &["temporary", "temporarily", "temporally"]), + ("sexuallity", &["sexually"]), + ("managemnet", &["management"]), + ("fortunat", &["fortunate"]), + ("indiviudally", &["individually"]), + ("deregisteres", &["deregisters"]), + ("experimention", &["experimenting"]), + ("appreacite", &["appreciate"]), + ("distribues", &["distributes"]), + ("precisly", &["precisely"]), + ("bracnh", &["branch"]), + ("amatuers", &["amateurs"]), + ("architypes", &["archetypes"]), + ("represant", &["represent"]), + ("plabeswalker", &["planeswalker"]), + ("provacotive", &["provocative"]), + ("relyed", &["relied"]), + ("adivsoriyes", &["advisories"]), + ("unnessasary", &["unnecessary"]), + ("notificaiton", &["notification"]), + ("underneith", &["underneath"]), + ("booltloader", &["bootloader"]), + ("censible", &["sensible"]), + ("aestethically", &["aesthetically"]), + ("hydogen", &["hydrogen"]), + ("exectuion", &["execution"]), + ("prediciton", &["prediction"]), + ("opeation", &["operation"]), + ("pharmasist", &["pharmacist"]), + ("approiate", &["appropriate"]), + ("asymetrically", &["asymmetrically"]), + ("spaecing", &["spacing"]), + ( + "narl", + &[ + "earl", "farl", "gnarl", "marl", "nail", "nark", "nary", "snarl", + ], + ), + ("diagnositcs", &["diagnostic"]), + ("transformase", &["transforms"]), + ("convinence", &["convenience"]), + ("observerd", &["observed"]), + ("applicabel", &["applicable"]), + ("mysteriosly", &["mysteriously"]), + ("saterday", &["saturday"]), + ("miscomunnication", &["miscommunication"]), + ("socailly", &["socially"]), + ("mointors", &["monitors"]), + ("opppsite", &["opposite"]), + ("hunman", &["human"]), + ("sucesss", &["success"]), + ("communucation", &["communication"]), + ("specficication", &["specification"]), + ("fauilures", &["failures"]), + ("manufactueres", &["manufactures"]), + ("exclusuive", &["exclusive"]), + ("assignged", &["assigned"]), + ("conrruptable", &["corruptible"]), + ("cretating", &["creating"]), + ("glichtes", &["glitches"]), + ("clogure", &["clojure"]), + ("camoflaged", &["camouflaged"]), + ("comparistion", &["comparison"]), + ("thm", &["them"]), + ("fabulos", &["fabulous"]), + ("replacation", &["replication"]), + ("renwal", &["renewal"]), + ("encompased", &["encompassed"]), + ("simptomaticlly", &["symptomatically"]), + ("montanna", &["montana"]), + ("sencond", &["second"]), + ("uncondtional", &["unconditional"]), + ("partitionns", &["partitions"]), + ("aloows", &["allows"]), + ("hierchy", &["hierarchy"]), + ("planetwalker", &["planeswalker"]), + ("keyboads", &["keyboards"]), + ("internatinalists", &["internationalists"]), + ("adroable", &["adorable"]), + ("overides", &["overrides"]), + ("wellingotn", &["wellington"]), + ("perdict", &["predict"]), + ("profirled", &["profiled"]), + ("projectie", &["projectile"]), + ("genrate", &["generate"]), + ("organizatinal", &["organizational"]), + ("disconenction", &["disconnection"]), + ("transportar", &["transporter"]), + ("equilavalent", &["equivalent"]), + ("speficifally", &["specifically"]), + ("epiloge", &["epilogue"]), + ("upadter", &["updater"]), + ("uninitailized", &["uninitialized"]), + ("scripot", &["script"]), + ("appraochable", &["approachable"]), + ("dilemas", &["dilemmas"]), + ("algorihtm", &["algorithm"]), + ("euphoira", &["euphoria"]), + ("dicitonary", &["dictionary"]), + ("pathifnder", &["pathfinder"]), + ("noramalises", &["normalises"]), + ("dicount", &["discount"]), + ("curcible", &["crucible"]), + ("extradiction", &["extradition"]), + ("connectpro", &["connector"]), + ("standrd", &["standard"]), + ("earilest", &["earliest"]), + ("definitoin", &["definition"]), + ("unsistainable", &["unsustainable"]), + ("monomophization", &["monomorphization"]), + ("excessivly", &["excessively"]), + ("relinguish", &["relinquish"]), + ("execuables", &["executables"]), + ("eyeshdaow", &["eyeshadow"]), + ("spreadhseets", &["spreadsheets"]), + ("spacifies", &["specifies"]), + ("cuases", &["causes"]), + ("requrements", &["requirements"]), + ("improters", &["importers"]), + ("cloure", &["clojure", "closure"]), + ("opponet", &["opponent"]), + ("unxepected", &["unexpected"]), + ("siffixed", &["suffixed"]), + ("prosectued", &["prosecuted"]), + ("intrigured", &["intrigue"]), + ("duplacated", &["duplicated"]), + ("enlightment", &["enlightenment"]), + ("trunctating", &["truncating"]), + ("clssroom", &["classroom"]), + ("expetimentation", &["experimentation"]), + ("misogynistc", &["misogynistic"]), + ("counds", &["counts"]), + ("profitibality", &["profitability"]), + ("conexant", &["connexant"]), + ("syntactally", &["syntactically"]), + ("eigth", &["eighth", "eight"]), + ("attributted", &["attribute"]), + ("spectatores", &["spectators"]), + ("goddman", &["goddamn"]), + ("conquerd", &["conquered"]), + ("publushes", &["publishes"]), + ("execunes", &["executes"]), + ("refcound", &["refcount"]), + ("decompresor", &["decompressor"]), + ("wirters", &["writers"]), + ("seconly", &["secondly"]), + ("algorithimical", &["algorithmic", "algorithmically"]), + ("volentiers", &["volunteers"]), + ("decomplier", &["decompiler"]), + ("preperies", &["properties"]), + ("enumrates", &["enumerates"]), + ("dissagreement", &["disagreement"]), + ("appliacable", &["applicable"]), + ("colmns", &["columns"]), + ("prolicks", &["prolix"]), + ("defnietly", &["definitely"]), + ("pshycopathic", &["psychopathic"]), + ("specificaly", &["specifically"]), + ("incorreect", &["incorrect"]), + ("tecnicians", &["technicians"]), + ("coalaesce", &["coalesce"]), + ("underlflowing", &["underflowing"]), + ("unsubscritption", &["unsubscription"]), + ("negoatiations", &["negotiations"]), + ("sweathsirt", &["sweatshirt"]), + ("immunosupressant", &["immunosuppressant"]), + ("manufactuered", &["manufactured"]), + ("successfui", &["successful"]), + ("pasitioning", &["positioning"]), + ("tronado", &["tornado"]), + ("invitacion", &["invitation"]), + ("informacion", &["information"]), + ("circomstances", &["circumstances"]), + ("burueacrats", &["bureaucrats"]), + ("physcially", &["physically"]), + ("vulnerabile", &["vulnerable"]), + ("neutraal", &["neutral"]), + ("stadnardising", &["standardising"]), + ("philiphines", &["philippines"]), + ("enaable", &["enable"]), + ("overflw", &["overflow"]), + ("tramsmitting", &["transmitting"]), + ("regeistration", &["registration"]), + ("adovcated", &["advocated"]), + ("swalled", &["stalled", "swapped"]), + ("sentaments", &["sentiments"]), + ("opeatrors", &["operators"]), + ("acknolwedging", &["acknowledging"]), + ("refriderator", &["refrigerator"]), + ("midfileders", &["midfielders"]), + ("materalists", &["materialist"]), + ("expliot", &["exploit"]), + ("expeiments", &["experiments"]), + ("currens", &["currents"]), + ("opeabcrations", &["operations"]), + ("templarius", &["templars"]), + ("promiscous", &["promiscuous"]), + ("constructtors", &["constructors"]), + ("accouned", &["accounted"]), + ("definatey", &["definitely"]), + ("integrering", &["interfering"]), + ("reportresouces", &["reportresources"]), + ("keynode", &["keynote"]), + ("addicitons", &["addictions"]), + ("formates", &["formats"]), + ("extravagina", &["extravagant"]), + ("postulat", &["postulate"]), + ("siloueted", &["silhouetted"]), + ("experimed", &["experimented"]), + ("enameld", &["enameled"]), + ("certificat", &["certificate"]), + ("brower", &["browser"]), + ("thereaputic", &["therapeutic"]), + ("dudo", &["sudo"]), + ("underfowed", &["underflowed"]), + ("inilne", &["inline"]), + ("stablility", &["stability"]), + ("buro", &["bureau", "burro"]), + ("conversatoin", &["conversations"]), + ("unemployemnt", &["unemployment"]), + ("judegmental", &["judgmental"]), + ("scandinavica", &["scandinavian"]), + ("briusers", &["bruisers"]), + ("untintuitive", &["unintuitive"]), + ("auxiliar", &["auxiliary"]), + ("micoscope", &["microscope"]), + ("corrrected", &["corrected"]), + ("ridiculued", &["ridicule"]), + ("conjuction", &["conjunction"]), + ("conttributed", &["contributed"]), + ("obligitory", &["obligatory"]), + ("reattachement", &["reattachment"]), + ("disttribution", &["distribution"]), + ("devince", &["device"]), + ("milages", &["mileages"]), + ("submittted", &["submitted"]), + ("organsiations", &["organisations"]), + ("mirrioring", &["mirroring"]), + ("fullfilling", &["fulfilling"]), + ("unanimuous", &["unanimous"]), + ("unsuccessfullly", &["unsuccessfully"]), + ("perfermences", &["performances"]), + ("visuabised", &["visualised"]), + ("speficeirs", &["specifiers"]), + ("carrige", &["carriage"]), + ("tempearure", &["temperature"]), + ("moslty", &["mostly"]), + ("acordinng", &["according"]), + ("afterthougth", &["afterthought"]), + ("feek", &["feel"]), + ("dosclosure", &["disclosure"]), + ("humerous", &["humorous", "humerus"]), + ("memerization", &["memorization"]), + ("speficififes", &["specifies"]), + ("destruktors", &["destructors"]), + ("roahces", &["roaches"]), + ("aggrgate", &["aggregate"]), + ("harranged", &["arranged", "harangued"]), + ("manefestation", &["manifestation"]), + ("chandaleer", &["chandelier"]), + ("wieghed", &["weighed"]), + ("egenralize", &["generalize"]), + ("uninstatiated", &["uninstantiated"]), + ("regardles", &["regardless"]), + ("argubaly", &["arguably"]), + ("ingredientes", &["ingredients"]), + ("manufactorers", &["manufacturers"]), + ("wraning", &["warning"]), + ("endnoden", &["endnode"]), + ("realtionships", &["relationships"]), + ("readiable", &["readable"]), + ("cacluation", &["calculation"]), + ("aruments", &["arguments"]), + ("subfolfers", &["subfolders"]), + ("gastly", &["ghastly", "vastly"]), + ("performantes", &["performances"]), + ("socialy", &["socially"]), + ("departue", &["departure"]), + ("referenc", &["reference"]), + ("legimitately", &["legitimately"]), + ("comparitions", &["comparisons"]), + ("desing", &["design"]), + ("differencess", &["differences"]), + ("initialses", &["initialises"]), + ("anticiapte", &["anticipate"]), + ("associatated", &["associated"]), + ("dictionaire", &["dictionaries"]), + ("idemopotent", &["idempotent"]), + ("vegtable", &["vegetable"]), + ("facsinated", &["fascinated"]), + ("classis", &["classics"]), + ("autonogotiation", &["autonegotiation"]), + ("attribues", &["attributes"]), + ("horishima", &["hiroshima"]), + ("metaphore", &["metaphor"]), + ("mathemathics", &["mathematics"]), + ("considerstions", &["considerations"]), + ("depencencies", &["dependencies"]), + ("initailziation", &["initialization"]), + ("thhis", &["this"]), + ("unrecocnized", &["unrecognized"]), + ("buiders", &["builders"]), + ("ecomonics", &["economics"]), + ("visiter", &["visitor"]), + ("akss", &["asks", "ass"]), + ("misogynisic", &["misogynistic"]), + ("herculase", &["hercules"]), + ("geraphics", &["graphics"]), + ("manifestanti", &["manifestation"]), + ("pleanty", &["plenty"]), + ("constuctions", &["constructions"]), + ("repetetion", &["repetition"]), + ("electormagnetic", &["electromagnetic"]), + ("refleciton", &["reflections"]), + ("reliefes", &["relieves"]), + ("momory", &["memory"]), + ("resursively", &["recursively"]), + ("algoruthms", &["algorithms"]), + ("succcessor", &["successor"]), + ("ejacualtion", &["ejaculation"]), + ("diassembly", &["disassembly"]), + ("intiutively", &["intuitively"]), + ("expepts", &["expects"]), + ("entired", &["entered", "entire"]), + ("mathimatical", &["mathematical"]), + ("anpitheater", &["amphitheater"]), + ("desingable", &["designable"]), + ("stateman", &["statesman"]), + ("neees", &["knees", "needs"]), + ("automatially", &["automatically"]), + ("suggessts", &["suggests"]), + ("collaspible", &["collapsible"]), + ("accociate", &["associate"]), + ("experimentt", &["experiment"]), + ("diagnoes", &["diagnose"]), + ("initiatve", &["initiate"]), + ("provisiong", &["provisioning"]), + ("confuzes", &["confuses"]), + ("provicdes", &["provides"]), + ("reocmpression", &["recompression"]), + ("practie", &["practise"]), + ("opague", &["opaque"]), + ("termninal", &["terminal"]), + ("jurisdiciton", &["jurisdiction"]), + ("undestand", &["understand"]), + ("assigne", &["assign", "assigned"]), + ("subdivised", &["subdivided"]), + ("anytning", &["anything"]), + ("wonderfull", &["wonderful"]), + ("otate", &["notate", "rotate"]), + ("vecotr", &["vector"]), + ("heartbraker", &["heartbreak"]), + ("programes", &["programs"]), + ("progapates", &["propagates"]), + ("remore", &["remote"]), + ("blugaria", &["bulgaria"]), + ("bufer", &["buffer"]), + ("craweld", &["crawled"]), + ("asignment", &["assignment"]), + ("archetectural", &["architectural"]), + ("amrpits", &["armpits"]), + ("unregisterable", &["unregistrable"]), + ("epect", &["expect"]), + ("ciriticals", &["criticals"]), + ("imblance", &["imbalance"]), + ("reintarnation", &["reincarnation"]), + ("industrialzed", &["industrialized"]), + ("replcaced", &["replaced"]), + ("contraining", &["constraining"]), + ("probabably", &["probably"]), + ("pilgirm", &["pilgrim"]), + ("imporv", &["improve", "improv"]), + ("provervial", &["proverbial"]), + ("psycology", &["psychology"]), + ("pharmaseudically", &["pharmaceutical"]), + ("troubeshoots", &["troubleshoots"]), + ("leaset", &["least"]), + ("favouritsm", &["favourites"]), + ("environmnent", &["environment"]), + ("porperties", &["properties"]), + ("mutimarked", &["multimarked"]), + ("lavelled", &["labelled", "levelled"]), + ("prodcuts", &["products"]), + ("duplictaed", &["duplicated"]), + ("uprgades", &["upgrades"]), + ("flahses", &["flashes"]), + ("appearning", &["appearing"]), + ("selet", &["select"]), + ("wonderfullly", &["wonderfully"]), + ("prabable", &["probable"]), + ("dipsosing", &["disposing"]), + ("projecto", &["projection"]), + ("electornics", &["electronics"]), + ("haethen", &["heathen"]), + ("scrunity", &["scrutiny"]), + ("compre", &["compare", "compère"]), + ("indepenendence", &["independence"]), + ("avaialbel", &["available"]), + ("obviosly", &["obviously"]), + ("bombarment", &["bombardment"]), + ("drescriptions", &["descriptions"]), + ("dealocate", &["deallocate"]), + ("referenes", &["references"]), + ("sportsmenship", &["sportsmanship"]), + ("channnels", &["channels"]), + ("middelware", &["middleware"]), + ("maxiumum", &["maximum"]), + ("availabity", &["availability"]), + ("intentation", &["indentation"]), + ("illegitimite", &["illegitimate"]), + ("palyerbase", &["playerbase"]), + ("implemets", &["implements"]), + ("spesifically", &["specifically"]), + ("cption", &["caption", "option"]), + ("execututed", &["executed"]), + ("aassign", &["assign"]), + ("grapichs", &["graphics"]), + ("reeasers", &["releasers"]), + ("communicatoin", &["communications"]), + ("morrocco", &["morocco"]), + ("conversly", &["conversely"]), + ("brutailty", &["brutality"]), + ("optioinal", &["optional"]), + ("defitions", &["definitions"]), + ("fortunantly", &["fortunately"]), + ("autoamtically", &["automatically"]), + ("maninpulations", &["manipulations"]), + ("telementry", &["telemetry"]), + ("insturction", &["instruction"]), + ("penetratin", &["penetration"]), + ("scartches", &["scratches"]), + ("criticisn", &["criticising"]), + ("copenhagn", &["copenhagen"]), + ("mistread", &["mistreated"]), + ("reqeusted", &["requested"]), + ("northeren", &["northern"]), + ("executres", &["executes"]), + ("annoynace", &["annoyance"]), + ("disconected", &["disconnected"]), + ("singularily", &["singularity"]), + ("equilibriam", &["equilibrium"]), + ("speciifc", &["specific"]), + ("dictioary", &["dictionary"]), + ("aggresssion", &["aggression"]), + ("temproral", &["temporal"]), + ("prioritie", &["prioritize"]), + ("referencial", &["referential"]), + ("feasability", &["feasibility"]), + ("opearnds", &["operands"]), + ("henious", &["heinous"]), + ("discribe", &["describe"]), + ("deyhdrated", &["dehydrated"]), + ("deposite", &["deposit"]), + ("toruisty", &["touristy"]), + ("accecess", &["access"]), + ("beleaves", &["believes"]), + ("exploitaiton", &["exploitation"]), + ("rationaly", &["rationally"]), + ("ciphrs", &["ciphers"]), + ("inquries", &["inquiries"]), + ("plateu", &["plateau"]), + ("reisntall", &["reinstall"]), + ("segegrated", &["segregated"]), + ("coorect", &["correct"]), + ("keboard", &["keyboard"]), + ("dialecs", &["dialects"]), + ("dispensory", &["dispensary"]), + ("countert", &["counteract"]), + ("tranformed", &["transformed"]), + ("unworhty", &["unworthy"]), + ("oprimize", &["optimize"]), + ("coneninet", &["convenient"]), + ("negativeity", &["negativity"]), + ("forceably", &["forcibly"]), + ("transporteur", &["transporter"]), + ("alredy", &["already"]), + ("albiet", &["albeit"]), + ("templeting", &["templating"]), + ("warcarft", &["warcraft"]), + ("conservaton", &["conservation"]), + ("thornes", &["thrones"]), + ("continetal", &["continental"]), + ("isuses", &["issues"]), + ("policitian", &["politician"]), + ("somethinfg", &["somethings"]), + ("databasse", &["database", "databases"]), + ("idenitfy", &["identify"]), + ("alternitavely", &["alternatively"]), + ("manufacter", &["manufacture"]), + ("colllect", &["collect"]), + ("anomally", &["anomaly"]), + ("obhection", &["objection"]), + ("leigons", &["legions"]), + ("clearouput", &["clearoutput"]), + ("precautios", &["precautions"]), + ("sive", &["save", "sieve"]), + ("thst", &["that"]), + ("vegatarian", &["vegetarian"]), + ("iniect", &["inject"]), + ("unnessarily", &["unnecessarily"]), + ("rocorded", &["recorded"]), + ("lineupes", &["lineups"]), + ("availalbe", &["available"]), + ("discracefully", &["disgracefully"]), + ("audiobookas", &["audiobooks"]), + ("robutness", &["robustness"]), + ("exatled", &["exalted"]), + ("ciotee", &["coyote"]), + ("ampehtamines", &["amphetamines"]), + ("characterstic", &["characteristic"]), + ("consums", &["consumes"]), + ("releated", &["related"]), + ("parallizes", &["parallelizes"]), + ("dortmud", &["dortmund"]), + ("affinty", &["affinity"]), + ("virtualisaiton", &["virtualisation"]), + ("amerliorating", &["ameliorating"]), + ("politiikan", &["politician"]), + ("manipluation", &["manipulation"]), + ("serached", &["searched"]), + ("misformed", &["malformed"]), + ("fitlers", &["filters"]), + ("algortim", &["algorithm"]), + ("compatatble", &["compatible"]), + ("seriousally", &["seriously"]), + ("withought", &["without"]), + ("inverals", &["intervals"]), + ("verifer", &["verifier"]), + ("asymettric", &["asymmetric"]), + ("apropriately", &["appropriately"]), + ("exclusiveity", &["exclusivity"]), + ("differetnt", &["different"]), + ("objetcs", &["objects"]), + ("algorithmm", &["algorithm"]), + ("trotzky", &["trotsky"]), + ("accussed", &["accused"]), + ("custonize", &["customize"]), + ("cusstomizable", &["customizable"]), + ("eceonomy", &["economy"]), + ("cuncurency", &["concurrency"]), + ("monopolly", &["monopoly"]), + ("powersehll", &["powershell"]), + ("paramater", &["parameter"]), + ("religon", &["religion"]), + ("microwavees", &["microwaves"]), + ("calcluates", &["calculates"]), + ("assmption", &["assumption"]), + ("instered", &["inserted"]), + ("bengzhai", &["benghazi"]), + ("obselete", &["obsolete"]), + ("pharmaseutical", &["pharmaceutical"]), + ("intuitivno", &["intuition"]), + ("horizntal", &["horizontal"]), + ("beardude", &["bearded"]), + ("passabel", &["passable"]), + ("flemmish", &["flemish"]), + ("renegotaitor", &["renegotiator"]), + ("testomony", &["testimony"]), + ("benevolant", &["benevolent"]), + ("emmisions", &["emissions"]), + ("passionatley", &["passionately"]), + ("diasspointed", &["disappointed"]), + ("ussuall", &["usual"]), + ("pice", &["piece"]), + ("redeisgn", &["redesign"]), + ("allocaion", &["allocation"]), + ("presumptuos", &["presumptuous"]), + ("successfule", &["successful"]), + ("faulures", &["failures"]), + ("hrlp", &["help"]), + ("immidiatly", &["immediately"]), + ("particualr", &["particular"]), + ("interepeted", &["interpreted"]), + ("wrappered", &["wrapped"]), + ("legislatie", &["legislative"]), + ("hierachycal", &["hierarchical"]), + ("predescesors", &["predecessors"]), + ("construces", &["constructs"]), + ("poited", &["pointed"]), + ("dyanamically", &["dynamically"]), + ("modfifying", &["modifying"]), + ("searche", &["search", "searched"]), + ("reparing", &["repairing"]), + ("mastquerade", &["masquerade"]), + ("alloction", &["allocation"]), + ("peopl", &["people"]), + ("sentaors", &["senators"]), + ("expectional", &["exceptional"]), + ("exagerates", &["exaggerates"]), + ("assumung", &["assuming"]), + ("diamater", &["diameter"]), + ("keesh", &["quiche"]), + ("publusher", &["publisher"]), + ("triangel", &["triangle"]), + ("regsitered", &["registered"]), + ("trasferred", &["transferred"]), + ("revolations", &["revolutions"]), + ("chizzling", &["chiseling"]), + ("irrevirsible", &["irreversible"]), + ("celverly", &["cleverly"]), + ("substiutions", &["substitutions"]), + ("withoit", &["without"]), + ("micrcontroller", &["microcontroller"]), + ("decriptions", &["descriptions", "decryptions"]), + ("productivty", &["productivity"]), + ("trotzkism", &["trotskyism"]), + ("miscarridge", &["miscarriage"]), + ("fitering", &["filtering"]), + ("obusing", &["abusing"]), + ("sequecences", &["sequences"]), + ("fallbacl", &["fallback"]), + ("virture", &["virtue"]), + ("aplly", &["apply"]), + ("rendezous", &["rendezvous"]), + ("engieers", &["engineers"]), + ("equivolents", &["equivalents"]), + ("preoperty", &["property"]), + ("deflatin", &["deflation"]), + ("custoising", &["customising"]), + ("manully", &["manually"]), + ("garantees", &["guarantees"]), + ("wether", &["weather", "whether"]), + ("consqeuences", &["consequence"]), + ("conditinal", &["conditional"]), + ("levelign", &["leveling"]), + ("functitons", &["functions"]), + ("piclking", &["pickling"]), + ("actuakly", &["actually"]), + ("allocaes", &["allocates"]), + ("loders", &["loaders"]), + ("stubmled", &["stumbled"]), + ("additionnaly", &["additionally"]), + ("claravoyants", &["clairvoyants"]), + ("intermittient", &["intermittent"]), + ("councelors", &["counselors"]), + ("dificulty", &["difficulty"]), + ("opearations", &["operations"]), + ("creteria", &["criteria"]), + ("compensationg", &["compensating"]), + ("selecctions", &["selections"]), + ("onlly", &["only"]), + ("multiverese", &["multiverse"]), + ("isntaller", &["installer"]), + ("senarreos", &["scenarios"]), + ("instanteneous", &["instantaneous"]), + ("bouunds", &["bounds"]), + ("vocabularity", &["vocabulary"]), + ("insall", &["install"]), + ("figthing", &["fighting"]), + ("combusion", &["combustion"]), + ("sensacionalist", &["sensationalist"]), + ("reposity", &["repository"]), + ("inherrits", &["inherits"]), + ("transofrm", &["transform"]), + ("expermenetally", &["experimentally"]), + ("determinare", &["determine"]), + ("anxiuosly", &["anxiously"]), + ("painkilllers", &["painkillers"]), + ("experementing", &["experimenting"]), + ("charitible", &["charitable"]), + ("trollys", &["trolleys"]), + ("directtories", &["directories"]), + ("experimtenally", &["experimentally"]), + ("saandbox", &["sandbox"]), + ("speciry", &["specify"]), + ("negotaiations", &["negotiations"]), + ("manifestes", &["manifests"]), + ("genereating", &["generating"]), + ("freqency", &["frequency"]), + ("thnig", &["thing"]), + ("cringyworthy", &["cringeworthy"]), + ("naturaly", &["naturally"]), + ("fases", &["fazes", "phases"]), + ("priveledge", &["privilege"]), + ("exeuctioner", &["executioner"]), + ("allocos", &["allocs"]), + ("execeeds", &["exceeds"]), + ("eneables", &["enables"]), + ("insecurites", &["insecurities"]), + ("temparament", &["temperament"]), + ("politicanti", &["politician"]), + ("promissing", &["promising"]), + ("rearranes", &["rearranges"]), + ("execued", &["executed"]), + ("largets", &["largest", "targets"]), + ("authenaticates", &["authenticates"]), + ("provdes", &["provides"]), + ("experct", &["expect", "excerpt"]), + ("desintegrated", &["disintegrated"]), + ("placehoulders", &["placeholders"]), + ("sequelce", &["sequence"]), + ("advsie", &["advise"]), + ("interpresonal", &["interpersonal"]), + ("claibscale", &["calibscale"]), + ("quizs", &["quizzes"]), + ("modift", &["modify"]), + ("settelement", &["settlement"]), + ("snaphsot", &["snapshot"]), + ("attnetion", &["attention"]), + ("relatie", &["relative"]), + ("renegotaitions", &["renegotiations"]), + ("raelly", &["really"]), + ("infinet", &["infinite"]), + ("srcipts", &["scripts"]), + ("transciever", &["transceiver"]), + ("dettach", &["detach"]), + ("distuingishing", &["distinguishing"]), + ("fundamentalistisk", &["fundamentalists"]), + ("modifers", &["modifiers"]), + ("negoptionsotiated", &["negotiated"]), + ("toether", &["together", "tether"]), + ("regardsless", &["regardless"]), + ("applaudes", &["applause"]), + ("attrbiute", &["attribute"]), + ("conversible", &["convertible"]), + ("deleteting", &["deleting"]), + ("modificatins", &["modifications"]), + ("distase", &["distaste"]), + ("regreses", &["regress"]), + ("experiancing", &["experiencing"]), + ("dsyfunction", &["dysfunction"]), + ("ndoe", &["node"]), + ("maitain", &["maintain"]), + ("margarent", &["margaret"]), + ("conosuer", &["connoisseur"]), + ("distirbutes", &["distributes"]), + ("esimate", &["estimate"]), + ("disapated", &["dissipated"]), + ("charsima", &["charisma"]), + ("astronuats", &["astronauts"]), + ("countrys", &["countries"]), + ("partice", &["particle"]), + ("infomred", &["informed"]), + ("impelment", &["implement"]), + ("tunelled", &["tunnelled"]), + ("instansiated", &["instantiated"]), + ("standars", &["standards", "standard"]), + ("dissobedient", &["disobedient"]), + ("enahnces", &["enhances"]), + ("discuse", &["discuss"]), + ("foreard", &["forward"]), + ("interrigation", &["interrogation"]), + ("boundin", &["bounding"]), + ("upsupported", &["unsupported"]), + ("desencitized", &["desensitized"]), + ("eldistribution", &["redistribution"]), + ("voleyball", &["volleyball"]), + ("updatwe", &["update"]), + ("traingulation", &["triangulation"]), + ("prescriptionists", &["prescriptions"]), + ("interesed", &["interested"]), + ("transferer", &["transferred"]), + ("automaticaly", &["automatically"]), + ("mixxed", &["mixed"]), + ("inititate", &["initiate"]), + ("fundemantal", &["fundamental"]), + ("teatotaler", &["teetotaler"]), + ("deocrative", &["decorative"]), + ("dispeners", &["dispenser"]), + ("alchmey", &["alchemy"]), + ("exploitating", &["exploitation"]), + ("turltes", &["turtles"]), + ("succcessful", &["successful"]), + ("usuer", &["user"]), + ("corrspond", &["correspond"]), + ("litteral", &["literal"]), + ("requed", &["requeued"]), + ("sibiling", &["sibling"]), + ("prostitutos", &["prostitutes"]), + ("unneccesary", &["unnecessary"]), + ("commutated", &["commuted"]), + ("pscyhotic", &["psychotic"]), + ("valye", &["valse", "value", "valve"]), + ("muscil", &["muscle", "mussel"]), + ("perticularly", &["particularly"]), + ("decommpress", &["decompress"]), + ("persistented", &["persisted"]), + ("carimony", &["ceremony"]), + ("stryofoam", &["styrofoam"]), + ("staition", &["station"]), + ("denyed", &["denied"]), + ("intead", &["instead"]), + ("aboslutes", &["absolutes"]), + ("radioaktive", &["radioactive"]), + ("perlciritc", &["perlcritic"]), + ("unambigious", &["unambiguous"]), + ("desentizised", &["desensitised"]), + ("tranverser", &["traverser"]), + ("remainining", &["remaining"]), + ("necessiates", &["necessities"]), + ("interwebbs", &["interwebs"]), + ("neighbeor", &["neighbor"]), + ("avod", &["avoid"]), + ("regradless", &["regardless"]), + ("ambiguos", &["ambiguous"]), + ("commutating", &["commuting"]), + ("thorats", &["throats"]), + ("assemple", &["assemble"]), + ("signfiy", &["signify"]), + ("transtions", &["transitions"]), + ("orginates", &["originates"]), + ("satisify", &["satisfy"]), + ("pigins", &["pigeons"]), + ("touchapd", &["touchpad"]), + ("confrontato", &["confrontation"]), + ("initiatied", &["initiated"]), + ("supermakert", &["supermarkets"]), + ("disard", &["discard"]), + ("everthing", &["everything"]), + ("faktors", &["factors"]), + ("arrance", &["arrange"]), + ("britian", &["britain"]), + ("conceptally", &["conceptually"]), + ("cheeck", &["check", "cheek"]), + ("caroseles", &["carousels"]), + ("consequnce", &["consequence"]), + ("mwcos", &["macos"]), + ("parnter", &["partner"]), + ("acchievable", &["achievable"]), + ("ideologins", &["ideologies"]), + ("woudlnt", &["wouldnt"]), + ("sction", &["section", "suction"]), + ("depelted", &["depleted"]), + ("concerend", &["concerned"]), + ("molestato", &["molestation"]), + ("mccarthyst", &["mccarthyist"]), + ("disgarees", &["disagrees"]), + ("evertyhing", &["everything"]), + ("inexblicably", &["inexplicably"]), + ("reacll", &["recall"]), + ("investigaters", &["investigators"]), + ("resitsance", &["resistances"]), + ("extacy", &["ecstasy"]), + ("threee", &["three"]), + ("authoer", &["author"]), + ("pusblishing", &["publishing"]), + ("perfomamce", &["performance"]), + ("serialiasation", &["serialisation"]), + ("lanagugs", &["languages"]), + ("expidited", &["expedited"]), + ("declinining", &["declining"]), + ("shrinked", &["shrunk", "shrank"]), + ("craetors", &["craters", "creators"]), + ("patholgoical", &["pathological"]), + ("owerwrites", &["overwrites"]), + ("summerised", &["summarised"]), + ("finisched", &["finished"]), + ("overshadowd", &["overshadowed"]), + ("devastaded", &["devastated"]), + ("futuristc", &["futuristic"]), + ("meaninng", &["meaning"]), + ("catherdal", &["cathedral"]), + ("repertoir", &["repertoire"]), + ("asssertion", &["assertion"]), + ("raoches", &["roaches"]), + ("glimpes", &["glimpse"]), + ("recrational", &["recreational"]), + ("onws", &["owns"]), + ("failer", &["failure"]), + ("centenal", &["centennial", "sentinel"]), + ("sfety", &["safety"]), + ("excat", &["exact"]), + ("covnerters", &["converters"]), + ("initliazation", &["initialization"]), + ("qurorum", &["quorum"]), + ("pascheurisation", &["pasteurisation"]), + ("manualyy", &["manually"]), + ("fanfaction", &["fanfiction"]), + ("interferencies", &["interferences"]), + ("mirosoft", &["microsoft"]), + ("incurruptible", &["incorruptible"]), + ("perhas", &["perhaps"]), + ("arquitectures", &["architectures"]), + ("exaggurating", &["exaggerating"]), + ("wendsay", &["wednesday"]), + ("germanisch", &["germanic"]), + ("lippizaner", &["lipizzaner"]), + ("somoenes", &["someones"]), + ("actualiy", &["actuality"]), + ("writewr", &["writer"]), + ("rigeur", &["rigueur", "rigour"]), + ("numberr", &["number"]), + ("benges", &["binges"]), + ("riminder", &["reminder"]), + ("percentabge", &["percentage"]), + ("languagues", &["languages"]), + ("guaranted", &["guaranteed"]), + ("mimaches", &["mismatches"]), + ("transperently", &["transparently"]), + ("hodlings", &["holdings"]), + ("siguretes", &["cigarettes"]), + ("destroing", &["destroying"]), + ("collborative", &["collaborative"]), + ("returne", &["return", "returned"]), + ("abstration", &["abstraction"]), + ("euorpeans", &["europeans"]), + ("incomprehenisble", &["incomprehensible"]), + ("placehoder", &["placeholder"]), + ("asend", &["ascend"]), + ("centenals", &["centennials", "sentinels"]), + ("intraverted", &["introverted"]), + ("pursuaded", &["persuaded"]), + ("beaurocratical", &["bureaucratic"]), + ("reconcider", &["reconsider"]), + ("buit", &["built"]), + ("pithces", &["pitches"]), + ("assignmetns", &["assignments"]), + ("onlie", &["online", "only"]), + ("creationnist", &["creationist"]), + ("sanpshot", &["snapshot"]), + ("cyrrilic", &["cyrillic"]), + ("comdemnation", &["condemnation"]), + ("onsalught", &["onslaught"]), + ("scrao", &["scrap"]), + ("exprression", &["expression"]), + ("efficvely", &["effectively"]), + ("autoincrememnt", &["autoincrement"]), + ("determening", &["determining"]), + ("margaritte", &["margaret"]), + ("deduplacted", &["deduplicated"]), + ("assumuption", &["assumption"]), + ("discourrage", &["discourage"]), + ("aviod", &["avoid"]), + ("handeldy", &["handedly"]), + ("acutally", &["actually"]), + ("cosolation", &["consolation"]), + ("govermnent", &["governments"]), + ("visilbity", &["visibility"]), + ("unregsitered", &["unregistered"]), + ("repeatedlt", &["repealed"]), + ("legende", &["legendre", "legend", "legends"]), + ("premines", &["premise"]), + ("idential", &["identical"]), + ("jkd", &["jdk"]), + ("requrest", &["request"]), + ("corrisponding", &["corresponding"]), + ("bastardes", &["bastards"]), + ("hardwdare", &["hardware"]), + ("legitimitely", &["legitimately"]), + ("animtion", &["animation"]), + ("compairisons", &["comparisons"]), + ("mamory", &["memory"]), + ("trustowrthy", &["trustworthy"]), + ("restuarant", &["restaurant"]), + ("arrrive", &["arrive"]), + ("perpitrated", &["perpetrated"]), + ("entensions", &["extensions"]), + ("inconcistency", &["inconsistency"]), + ("insipres", &["inspires"]), + ("staticaly", &["statically"]), + ("puprose", &["purpose"]), + ("syarcuse", &["syracuse"]), + ("hweaton", &["wheaton"]), + ("indiated", &["indicated"]), + ("capitolists", &["capitalists"]), + ("manifestacion", &["manifestation"]), + ("catostraphically", &["catastrophically"]), + ("magnifient", &["magnificent"]), + ("trackres", &["trackers"]), + ("ignord", &["ignored"]), + ("placemenet", &["placements", "placement"]), + ("haversting", &["harvesting"]), + ("definitios", &["definition", "definitions"]), + ("unisntalled", &["uninstalled"]), + ("enginineers", &["engineers"]), + ("retieves", &["retrieves"]), + ("algorhitms", &["algorithms"]), + ("misspelld", &["misspelled"]), + ("enthusuastic", &["enthusiastic"]), + ("geneticaly", &["genetically"]), + ("slaptoon", &["splatoon"]), + ("comandline", &["commandline"]), + ("compliations", &["compilation", "compilations"]), + ("aboves", &["above"]), + ("architure", &["architecture"]), + ("southerness", &["southerners"]), + ("mechanichal", &["mechanical"]), + ("interewbs", &["interwebs"]), + ("happaned", &["happened"]), + ("prostitutke", &["prostitutes"]), + ("stoer", &["store"]), + ("shoule", &["should"]), + ("resepctively", &["respectively"]), + ("graudates", &["graduates"]), + ("procede", &["proceed", "precede"]), + ("mathimaticians", &["mathematicians"]), + ("conqure", &["conquer"]), + ("pershusly", &["preciously"]), + ("immensley", &["immensely"]), + ("apporached", &["approached"]), + ("monumentals", &["monuments"]), + ("incarantion", &["incarnation"]), + ("committis", &["committees"]), + ("replentishs", &["replenishes"]), + ("dissimmetrical", &["dissymmetrical"]), + ("choosed", &["chose", "chosen"]), + ("deferentiating", &["differentiating"]), + ("depdenences", &["dependences"]), + ("outrageosly", &["outrageously"]), + ("shenanigains", &["shenanigans"]), + ("dissasociates", &["disassociates"]), + ("agrandize", &["aggrandize"]), + ("deducatble", &["deductible"]), + ("whoose", &["whose"]), + ("sheduler", &["scheduler"]), + ("interpreation", &["interpretation"]), + ("requiered", &["required"]), + ("publc", &["public", "pubic"]), + ("coloumns", &["columns"]), + ("befow", &["below"]), + ("sanotrum", &["santorum"]), + ("communsits", &["communists"]), + ("americaps", &["americas"]), + ("disscuss", &["discuss"]), + ("existy", &["exist"]), + ("limiations", &["limitations"]), + ("separatron", &["separation"]), + ("idealistisch", &["idealistic"]), + ("revrievers", &["retrievers"]), + ("coordintates", &["coordinates"]), + ("caclulation", &["calculation"]), + ("affintize", &["affinitize"]), + ("privilages", &["privileges"]), + ("institutie", &["institute"]), + ("balckberry", &["blackberry"]), + ("determinsim", &["determinism"]), + ("stadnardizing", &["standardizing"]), + ("strawberrry", &["strawberry"]), + ("visuabizes", &["visualizes"]), + ("overthining", &["overthinking"]), + ("chairmain", &["chairman"]), + ("presidentail", &["presidential"]), + ("tocksen", &["toxin"]), + ("forwar", &["forward"]), + ("puchase", &["purchase"]), + ("organites", &["organise"]), + ("descritors", &["descriptors"]), + ("manipulaton", &["manipulation"]), + ("doamins", &["domains"]), + ("subscryber", &["subscriber"]), + ("trak", &["track"]), + ("melbounre", &["melbourne"]), + ("naything", &["anything"]), + ("cinematogrophy", &["cinematography"]), + ("qauntum", &["quantum"]), + ("doocumentations", &["documentations"]), + ("outgoign", &["outgoing"]), + ("comleted", &["completed"]), + ("extrated", &["extracted"]), + ("magents", &["magnets"]), + ("wacther", &["watcher"]), + ("ecstasty", &["ecstasy"]), + ("verbouse", &["verbose"]), + ("democrates", &["democrats"]), + ("retcieves", &["retrieves", "receives"]), + ("scketched", &["sketched"]), + ("abandonded", &["abandoned"]), + ("inspirerad", &["inspired"]), + ("rgister", &["register"]), + ("decapsulting", &["decapsulating"]), + ("interviewd", &["interviewed"]), + ("defineed", &["defined"]), + ("disasembled", &["disassembled"]), + ("hothsot", &["hotshot"]), + ("todya", &["today"]), + ("placeholers", &["placeholders"]), + ("langueage", &["language"]), + ("bandwith", &["bandwidth"]), + ("guareenteed", &["guaranteed"]), + ("hypertorphy", &["hypertrophy"]), + ("selectrion", &["selection"]), + ("homosexualty", &["homosexuality"]), + ("colourd", &["coloured"]), + ("callis", &["callus"]), + ("disassebled", &["disassembled"]), + ("particuraly", &["particularly"]), + ("actresss", &["actresses"]), + ("granularty", &["granularity"]), + ("underestemate", &["underestimate"]), + ("surveyer", &["surveyor"]), + ("lithuaninan", &["lithuania"]), + ("versio", &["version"]), + ("deflecto", &["deflection"]), + ("auotcorrect", &["autocorrect"]), + ("historiens", &["histories"]), + ("inprovements", &["improvements"]), + ("defaulat", &["default"]), + ("uppstreamer", &["upstreamer"]), + ("eanable", &["enable"]), + ("cantacts", &["contacts"]), + ("ellipsises", &["ellipsis"]), + ("obilvion", &["oblivion"]), + ("upgades", &["upgrades"]), + ("localed", &["located"]), + ("conspirace", &["conspiracies"]), + ("absovle", &["absolve"]), + ("tusnami", &["tsunami"]), + ("corus", &["chorus"]), + ("comapre", &["compare"]), + ("avaluated", &["evaluated"]), + ("structue", &["structure"]), + ("balony", &["baloney", "bologna"]), + ("intiailized", &["initialized"]), + ("yeilds", &["yields"]), + ("merecat", &["meerkat"]), + ("rebuplican", &["republican"]), + ("copenhagun", &["copenhagen"]), + ("plalforms", &["platforms"]), + ("vampries", &["vampires"]), + ("etcc", &["etc"]), + ("hopmepages", &["homepages"]), + ("anarchit", &["anarchist"]), + ("wrapp", &["wrap"]), + ("properitary", &["proprietary"]), + ("negotiotations", &["negotiations"]), + ("fluctuatin", &["fluctuations"]), + ("workstaiton", &["workstation"]), + ("overruning", &["overrunning"]), + ("elimimates", &["eliminates"]), + ("solatary", &["solitary"]), + ("remeniss", &["reminisce"]), + ("blueberies", &["blueberries"]), + ("unmarsalling", &["unmarshalling"]), + ("experimtenelly", &["experimentally"]), + ("crtically", &["critically"]), + ("sistematics", &["systematics"]), + ("trasnferring", &["transferring"]), + ("functionon", &["function"]), + ("windsheild", &["windshield"]), + ("gien", &["given"]), + ("supoprt", &["support"]), + ("tangeants", &["tangents"]), + ("bunble", &["bundle"]), + ("pendning", &["pending"]), + ("miltiant", &["militant"]), + ("grandeeos", &["grandiose"]), + ("assciated", &["associated"]), + ("reeturn", &["return"]), + ("prequisite", &["prerequisite"]), + ("equuivalence", &["equivalence"]), + ("cosole", &["console"]), + ("quantzation", &["quantization"]), + ("assocations", &["associations"]), + ("chopipng", &["chopping"]), + ("compair", &["compare"]), + ("farction", &["fraction", "faction"]), + ("reintantiating", &["reinstantiating"]), + ("soild", &["solid"]), + ("disadvantges", &["disadvantages"]), + ("geneators", &["generators"]), + ("booleanss", &["booleans"]), + ("renegotatie", &["renegotiate"]), + ("interchage", &["interchange"]), + ("theoreticly", &["theoretical"]), + ("possabilties", &["possibilities"]), + ("serch", &["search"]), + ("observasion", &["observations"]), + ("regading", &["regarding"]), + ("vurnerability", &["vulnerability"]), + ("smll", &["small", "smell"]), + ("partiton", &["partition"]), + ("insersted", &["inserted"]), + ("tribunaal", &["tribunal"]), + ("scnadinavian", &["scandinavian"]), + ("wallpapes", &["wallpapers"]), + ("abbreviato", &["abbreviation"]), + ("correltions", &["correlations"]), + ("realies", &["realise"]), + ("approprite", &["appropriate"]), + ("realling", &["really"]), + ("archetyps", &["archetypes"]), + ("sociopati", &["sociopathic"]), + ("unnecessairly", &["unnecessarily"]), + ("messured", &["measured"]), + ("philadalphia", &["philadelphia"]), + ("standatd", &["standard"]), + ("bureuacrats", &["bureaucrats"]), + ("problomatic", &["problematic"]), + ("reurn", &["return"]), + ("exlicite", &["explicit"]), + ("acquanitances", &["acquaintance"]), + ("transylmania", &["transylvania"]), + ("persecutted", &["persecuted"]), + ("ocurrs", &["occurs"]), + ("hagases", &["haggises"]), + ("tranalation", &["translation"]), + ("dipthongs", &["diphthongs"]), + ("vew", &["view"]), + ("overlowing", &["overflowing"]), + ("criticos", &["critics"]), + ("accesible", &["accessible"]), + ("billionaries", &["billionaires"]), + ("ontainers", &["containers"]), + ("experimentter", &["experimenter"]), + ("lannesters", &["lannisters"]), + ("imeadiatly", &["immediately"]), + ("tese", &["these", "tease", "terse"]), + ("patholigical", &["pathological"]), + ("attenion", &["attention"]), + ("openening", &["opening"]), + ("enteties", &["entities"]), + ("ignors", &["ignores"]), + ("dosument", &["document"]), + ("politcal", &["political"]), + ("combatible", &["compatible"]), + ("parrent", &["parent"]), + ("specialistes", &["specialists"]), + ("directionh", &["direction"]), + ("chages", &["changes", "charges"]), + ("lexicographycally", &["lexicographically"]), + ("platnium", &["platinum"]), + ("theyr", &["their", "there"]), + ("livel", &["level"]), + ("stuill", &["still"]), + ("bazare", &["bazaar", "bizarre"]), + ("pharmaseudicals", &["pharmaceuticals"]), + ("gorry", &["gory"]), + ("penetracion", &["penetration"]), + ("tey", &["they"]), + ("subcatagories", &["subcategories"]), + ("antractica", &["antarctica"]), + ("mentallity", &["mentally"]), + ("linewdith", &["linewidth"]), + ("nominatino", &["nominations"]), + ("juridisction", &["jurisdictions"]), + ("calagry", &["calgary"]), + ("debbugger", &["debugger"]), + ("sepearted", &["separated"]), + ("legitimiately", &["legitimately"]), + ("cardnial", &["cardinal"]), + ("picknicked", &["picnicked"]), + ("unchaged", &["unchanged"]), + ("maintaning", &["maintaining"]), + ("valus", &["values", "talus", "value"]), + ("regeneraton", &["regeneration"]), + ("insepect", &["inspect"]), + ("lifes", &["lives"]), + ("rememebrs", &["remembers"]), + ("despiste", &["despise"]), + ("surveill", &["surveil"]), + ("mimmick", &["mimic"]), + ("mohammedans", &["muslims"]), + ("shuttdown", &["shutdown"]), + ("utilizization", &["utilization"]), + ("fomratting", &["formatting"]), + ("pususading", &["persuading"]), + ("datee", &["date"]), + ("celar", &["cellar", "clear"]), + ("averageifs", &["averages"]), + ("copys", &["copies"]), + ("ptichforks", &["pitchforks"]), + ("fals", &["false"]), + ("regularlas", &["regulars"]), + ("constituional", &["constitutional"]), + ("heirarchy", &["hierarchy"]), + ("overextimating", &["overestimating"]), + ("assiociating", &["associating"]), + ("affecfted", &["affected"]), + ("dimensonality", &["dimensionality"]), + ("fumction", &["function"]), + ("performmed", &["performed"]), + ("wrold", &["world"]), + ("easthetics", &["esthetics"]), + ("tempraral", &["temporal"]), + ("distribuent", &["distribute"]), + ("prooof", &["proof"]), + ("retrives", &["retrieves"]), + ("matheticians", &["mathematicians"]), + ("carrears", &["careers"]), + ("subnegotioations", &["subnegotiations"]), + ("requeriment", &["requirement"]), + ("apprentise", &["apprentice"]), + ("bullevards", &["boulevards"]), + ("shatows", &["châteaus", "châteaux", "shadows"]), + ("presonally", &["personally"]), + ("confererate", &["confederate"]), + ("relected", &["reelected", "reflected"]), + ("renegotionate", &["renegotiate"]), + ("diagonsed", &["diagnosed"]), + ("practicval", &["practical"]), + ("satandards", &["standards"]), + ("collectivley", &["collectively"]), + ("hydorgen", &["hydrogen"]), + ("prpose", &["propose"]), + ("approuval", &["approval"]), + ("corrct", &["correct"]), + ("featchs", &["fetches"]), + ("commuincate", &["communicated"]), + ("eyars", &["years", "eyas"]), + ("dorment", &["dormant"]), + ("neaded", &["needed", "kneaded", "headed"]), + ("transisions", &["transitions"]), + ("rulle", &["rule"]), + ("crucialy", &["crucially"]), + ("statistc", &["statistic"]), + ("poistioning", &["positioning"]), + ("sufficiantly", &["sufficiently"]), + ("spirtual", &["spiritual"]), + ("deatail", &["detail"]), + ("oder", &["order", "odor", "older"]), + ("anonyms", &["anonymous"]), + ("effiently", &["efficiently"]), + ("remaing", &["remaining"]), + ("covere", &["cover"]), + ("accidebtly", &["accidentally"]), + ("embeddeding", &["embedding"]), + ("numberic", &["numeric"]), + ("cronological", &["chronological"]), + ("resembe", &["resemble"]), + ("islamisist", &["islamist"]), + ("partiitoning", &["partitioning"]), + ("championshiop", &["championships"]), + ("sacrifying", &["sacrificing"]), + ("doocumenting", &["documenting"]), + ("shcemes", &["schemes"]), + ("leat", &["lead", "leak", "least", "leaf"]), + ("underminging", &["undermining"]), + ("befirend", &["befriend"]), + ("audioboost", &["audiobooks"]), + ("plcaement", &["placement"]), + ("suspedn", &["suspend"]), + ("grapgics", &["graphics"]), + ("incrmenetd", &["incremented"]), + ("higth", &["height"]), + ("costitution", &["constitution"]), + ("orienatated", &["orientated"]), + ("corsshairs", &["crosshairs"]), + ("deamonising", &["daemonising"]), + ("facillitate", &["facilitate"]), + ("expcets", &["expects"]), + ("clipboads", &["clipboards"]), + ("taxonmy", &["taxonomy"]), + ("straitforward", &["straightforward"]), + ("barbarain", &["barbarian"]), + ("holdiay", &["holiday"]), + ("differintiate", &["differentiate"]), + ("aggrees", &["agrees"]), + ("questios", &["questions"]), + ("rememebered", &["remembered"]), + ("chelsae", &["chelsea"]), + ("bloeks", &["blokes"]), + ("implicatia", &["implicit"]), + ("grassrooots", &["grassroots"]), + ("organisatons", &["organisations"]), + ("discrapency", &["discrepancy"]), + ("sacromento", &["sacramento"]), + ("aand", &["and"]), + ("atatchment", &["attachment"]), + ("dahboard", &["dashboard"]), + ("increas", &["increase"]), + ("effortlessy", &["effortlessly"]), + ("battelfront", &["battlefront"]), + ("unsintalled", &["uninstalled"]), + ("layou", &["layout"]), + ("vulnerabiliies", &["vulnerabilities"]), + ("acceleread", &["accelerated"]), + ("canabel", &["cannibal"]), + ("operationable", &["operational"]), + ("regretably", &["regrettably"]), + ("dragable", &["draggable"]), + ("lacklusture", &["lacklustre"]), + ("othr", &["other"]), + ("comparisns", &["comparisons"]), + ("unexpetedly", &["unexpectedly"]), + ("sucsessfully", &["successfully"]), + ("plaforms", &["platforms"]), + ("workarrounds", &["workarounds"]), + ("predicitve", &["predictive"]), + ("rejcted", &["rejected"]), + ("tryahrd", &["tryhard"]), + ("liminted", &["limited"]), + ("farhenheit", &["fahrenheit"]), + ("succedded", &["succeeded"]), + ("rehabilitaion", &["rehabilitation"]), + ("componsites", &["composites"]), + ("recocnisable", &["recognisable", "reconcilable"]), + ("symoblically", &["symbolically"]), + ("appling", &["applying", "appalling"]), + ("mainenance", &["maintenance"]), + ("savees", &["saves"]), + ("bloked", &["blocked"]), + ("obeject", &["object"]), + ("jont", &["joint"]), + ("duoblequote", &["doublequote"]), + ("skirmesh", &["skirmish"]), + ("tresured", &["treasured"]), + ("recongnize", &["recognize"]), + ("dupicate", &["duplicate"]), + ("corrospondence", &["correspondence"]), + ("materialsm", &["materialism"]), + ("transgeder", &["transgender"]), + ("fransiscans", &["franciscans"]), + ("mileau", &["milieu"]), + ("conpsiracy", &["conspiracy"]), + ("sophisticaed", &["sophisticated"]), + ("contined", &["continued"]), + ("potentialy", &["potentially"]), + ("reminsicently", &["reminiscently"]), + ("trasformer", &["transformer"]), + ("locaize", &["localize"]), + ("smartre", &["smarter"]), + ("velociry", &["velocity"]), + ("singulaire", &["singular"]), + ("scince", &["science"]), + ("otations", &["notations", "rotations"]), + ("vulnerabilitis", &["vulnerabilities"]), + ("appropiately", &["appropriately"]), + ("monolight", &["moonlight"]), + ("comman", &["command", "common", "comma", "commas"]), + ("distinquishable", &["distinguishable"]), + ("premesis", &["premises"]), + ("medeterranean", &["mediterranean"]), + ("compresions", &["compressions"]), + ("ventalation", &["ventilation"]), + ("portait", &["portrait"]), + ("deatails", &["details"]), + ("illumniati", &["illuminati"]), + ("mearly", &["merely", "nearly"]), + ("toggeled", &["toggled"]), + ("pscyhopath", &["psychopath"]), + ("proceddings", &["proceedings"]), + ("phsyiology", &["physiology"]), + ("destinato", &["destination"]), + ("misdomeanor", &["misdemeanor"]), + ("origininated", &["originated"]), + ("relatibe", &["relative"]), + ("selecing", &["selecting"]), + ("anbd", &["and"]), + ("percious", &["precious"]), + ("exolicitly", &["explicitly"]), + ("garnison", &["garrison"]), + ("acssumed", &["assumed"]), + ("ocurrance", &["occurrence"]), + ("wordl", &["world"]), + ("mounring", &["mourning"]), + ("vulerable", &["vulnerable"]), + ("reprorting", &["reporting"]), + ("highscholl", &["highschool"]), + ("vairous", &["various"]), + ("unstructred", &["unstructured"]), + ("opeabcration", &["operation"]), + ("etender", &["extender", "attender"]), + ("coersion", &["coercion", "conversion"]), + ("confidental", &["confidential"]), + ("tcpdumpp", &["tcpdump"]), + ("unprecise", &["imprecise"]), + ("dangeroys", &["dangerously"]), + ("measuremenets", &["measurements"]), + ("genertor", &["generator"]), + ("abbreviatin", &["abbreviation"]), + ("tha", &["than", "that", "the"]), + ("languaqe", &["language"]), + ("minneaoplis", &["minneapolis"]), + ("telemery", &["telemetry"]), + ("accessibilty", &["accessibility"]), + ("visulizations", &["visualizations"]), + ("genrations", &["generations"]), + ("preseves", &["preserves"]), + ("countriside", &["countryside"]), + ("follers", &["followers"]), + ("empolyees", &["employees"]), + ("implausbile", &["implausible"]), + ("trespasing", &["trespassing"]), + ("enhancemants", &["enhancements"]), + ("brocoli", &["broccoli"]), + ("contrubute", &["contribute"]), + ("residentual", &["residential"]), + ("swtichbacks", &["switchbacks"]), + ("opinyon", &["opinion"]), + ("intereting", &["interesting"]), + ("retroactivily", &["retroactively"]), + ("regsters", &["registers"]), + ("guradian", &["guardian"]), + ("dimmensioning", &["dimensioning"]), + ("compenduim", &["compendium"]), + ("enviromnentally", &["environmentally"]), + ("jsut", &["just"]), + ("cahe", &["cache"]), + ("refcounf", &["refcount"]), + ("realstic", &["realistic"]), + ("thinn", &["thin"]), + ("clasic", &["classic"]), + ("executino", &["execution"]), + ("neigther", &["neither"]), + ("repeatidly", &["repeatedly"]), + ("sepearetly", &["separately"]), + ("soalris", &["solaris"]), + ("navigtion", &["navigation"]), + ("regresives", &["regressive"]), + ("tremelos", &["tremolos"]), + ("scriputres", &["scriptures"]), + ("enforcable", &["enforceable"]), + ("sotryline", &["storyline"]), + ("sarter", &["starter"]), + ("creationnism", &["creationism"]), + ("tanslates", &["translates"]), + ("appreiciate", &["appreciate"]), + ("transperantly", &["transparently"]), + ("perfomeanse", &["performance"]), + ("addeed", &["added"]), + ("hava", &["have"]), + ("missleading", &["misleading"]), + ("discriminatin", &["discrimination"]), + ("overcompansation", &["overcompensation"]), + ("permuatation", &["permutation"]), + ("executiong", &["execution", "executing"]), + ("captalized", &["capitalized"]), + ("defautled", &["defaulted"]), + ("fertilizar", &["fertilizer"]), + ("chacacter", &["character"]), + ("siginifies", &["signifies"]), + ("cigarrette", &["cigarette"]), + ("apear", &["appear"]), + ("protostant", &["protestant"]), + ("launck", &["launch"]), + ("assymtote", &["asymptote"]), + ("defaulls", &["defaults"]), + ("ignoers", &["ignores"]), + ("unale", &["unable"]), + ("valsues", &["values"]), + ("beraded", &["bearded"]), + ("combintaions", &["combinations"]), + ("inpsiration", &["inspiration"]), + ("initilised", &["initialised"]), + ("objectivication", &["objectification"]), + ("programmetically", &["programmatically"]), + ("unlabled", &["unlabeled"]), + ("binay", &["binary"]), + ("hystarically", &["hysterically"]), + ("spontaneos", &["spontaneous"]), + ("renegotaited", &["renegotiated"]), + ("disonnect", &["disconnect"]), + ("chargeur", &["charger"]), + ("pertubate", &["perturb"]), + ("coratia", &["croatia"]), + ("classesss", &["classes"]), + ("nevere", &["never"]), + ("skatebored", &["skateboard"]), + ("dcompressed", &["decompressed"]), + ("notificatios", &["notification", "notifications"]), + ("exnternal", &["external"]), + ("negoziators", &["negotiators"]), + ("recivership", &["receivership"]), + ("lifesystem", &["filesystem"]), + ("bioligically", &["biologically"]), + ("stattistic", &["statistic"]), + ("correspomdence", &["correspondence"]), + ("veiws", &["views"]), + ("reconncting", &["reconnecting"]), + ("negotiotator", &["negotiator"]), + ("onn", &["on"]), + ("dribbels", &["dribbles"]), + ("similarily", &["similarly"]), + ("orangatang", &["orangutang"]), + ("pltform", &["platform"]), + ("obtainible", &["obtainable"]), + ("outrageuosly", &["outrageously"]), + ("intesnity", &["intensity"]), + ("avataras", &["avatars"]), + ("actusally", &["actually"]), + ("adviseer", &["adviser"]), + ("unexcpected", &["unexpected"]), + ("experiantial", &["experiential"]), + ("weakensses", &["weaknesses"]), + ("backgrount", &["background"]), + ("maruader", &["marauder"]), + ("backets", &["baskets", "brackets", "buckets"]), + ("recruting", &["recruiting"]), + ("datatstructures", &["datastructures"]), + ("quarante", &["quarantine"]), + ("blueprients", &["blueprints"]), + ("trotzkists", &["trotskyists"]), + ("orginial", &["original"]), + ("segway", &["segue"]), + ("unsupposed", &["unsupported"]), + ("respektive", &["respective"]), + ("unselecgts", &["unselects"]), + ("mensutral", &["menstrual"]), + ("owerflows", &["overflows"]), + ("underastimate", &["underestimate"]), + ("tempreatures", &["temperatures"]), + ("terurn", &["return"]), + ("grappel", &["grapple"]), + ("polishs", &["polishes"]), + ("apologisms", &["apologists"]), + ("expres", &["express"]), + ("browine", &["brownie"]), + ("occour", &["occur"]), + ("attributs", &["attributes"]), + ("duplacate", &["duplicate"]), + ("commuinications", &["communications"]), + ("mediocry", &["mediocrity"]), + ("anecdotice", &["anecdote"]), + ("resorece", &["resource"]), + ("qualifieds", &["qualifies"]), + ("sigle", &["single", "sigil"]), + ("unfortunetely", &["unfortunately"]), + ("personell", &["personnel"]), + ("channets", &["channels"]), + ("inconsistensies", &["inconsistencies"]), + ("freedos", &["freedoms"]), + ("louieville", &["louisville"]), + ("esclusions", &["exclusions"]), + ("comparispon", &["comparison"]), + ("explian", &["explain"]), + ("encose", &["enclose", "encode"]), + ("rightiousness", &["righteousness"]), + ("safly", &["safely"]), + ("nd", &["and"]), + ("execuiting", &["executing"]), + ("chatows", &["châteaux"]), + ("resourcd", &["resourced", "resource"]), + ("egaliterian", &["egalitarian"]), + ("optimice", &["optimise", "optimize"]), + ("subract", &["subtract"]), + ("serailzed", &["serialized"]), + ("rationel", &["rationale"]), + ("overeaching", &["overarching"]), + ("strugling", &["struggling"]), + ("confgiure", &["configure"]), + ("registger", &["register"]), + ("ignortable", &["ignorable"]), + ("sived", &["saved", "sieved"]), + ("spefcifiying", &["specifying"]), + ("geeneric", &["generic"]), + ("manufactered", &["manufactured"]), + ("refurbushed", &["refurbished"]), + ("dicriminates", &["discriminates"]), + ("configer", &["configure"]), + ("intregal", &["integral"]), + ("switcn", &["switch"]), + ("subdivisio", &["subdivision"]), + ("firware", &["firmware"]), + ("amelearative", &["ameliorative"]), + ("recruitcs", &["recruits"]), + ("persisent", &["persistent"]), + ("resolt", &["result"]), + ("hypenate", &["hyphenate"]), + ("vartically", &["vertically"]), + ("seelected", &["selected"]), + ("accpeted", &["accepted"]), + ("intimitely", &["intimately"]), + ("congragulations", &["congratulations"]), + ("margines", &["margins"]), + ("donejun", &["dungeon"]), + ("defiened", &["defined"]), + ("severat", &["several"]), + ("builded", &["built"]), + ("noramal", &["normal"]), + ("duplated", &["duplicated"]), + ("symptons", &["symptoms"]), + ("acctual", &["actual"]), + ("spesified", &["specified"]), + ("blanketts", &["blankets"]), + ("compramising", &["compromising"]), + ("maxmimum", &["maximum"]), + ("configuare", &["configure"]), + ("astronatus", &["astronauts"]), + ("partisipate", &["participate"]), + ("confunsing", &["confusing"]), + ("gunatanamo", &["guantanamo"]), + ("counteries", &["counters"]), + ("extremisim", &["extremism"]), + ("imporving", &["improving"]), + ("charmisa", &["charisma"]), + ("attribtue", &["attribute"]), + ("kilomteres", &["kilometers"]), + ("reinfoces", &["reinforces"]), + ("containmemt", &["containment"]), + ("soical", &["social"]), + ("distincitons", &["distinctions"]), + ("facilitant", &["facilitate"]), + ("masos", &["macos"]), + ("assignenment", &["assignment"]), + ("enableing", &["enabling"]), + ("gauntlettes", &["gauntlets"]), + ("excell", &["excel"]), + ("midfiedler", &["midfielder"]), + ("exchagnge", &["exchange"]), + ("historicians", &["historians"]), + ("squirrle", &["squirrel"]), + ("trialer", &["trailer"]), + ("propetiies", &["properties"]), + ("caclulate", &["calculate"]), + ("planteary", &["planetary"]), + ("seperaters", &["separators"]), + ("pyschopath", &["psychopath"]), + ("trageting", &["targeting"]), + ("britenes", &["brightenes"]), + ("imrovement", &["improvement"]), + ("ingeger", &["integer"]), + ("arriveis", &["arrives"]), + ("direcitonal", &["directional"]), + ("demoninator", &["denominator"]), + ("opeartor", &["operator"]), + ("downraded", &["downgraded"]), + ("problamatic", &["problematic"]), + ("afghanisthan", &["afghanistan"]), + ("stap", &["step", "stop"]), + ("malins", &["maligns"]), + ("ponter", &["pointer"]), + ("familair", &["familiar"]), + ("browseable", &["browsable"]), + ("liberalest", &["liberate"]), + ("reprocuced", &["reproduced", "reprocured"]), + ("expiremented", &["experimented"]), + ("contnet", &["content"]), + ("prevailling", &["prevailing"]), + ("notificastion", &["notification"]), + ("registerd", &["registered", "registers"]), + ("cahched", &["cached"]), + ("epxiressions", &["expressions"]), + ("neighboordhood", &["neighborhood"]), + ("fieled", &["field"]), + ("similary", &["similarly"]), + ("presnt", &["present"]), + ("preferecne", &["preference"]), + ("beeing", &["being", "been"]), + ("equivalenet", &["equivalents", "equivalent"]), + ("ignormed", &["ignored"]), + ("synegry", &["synergy"]), + ("authenitcating", &["authenticating"]), + ("contriversy", &["controversy"]), + ("queston", &["question"]), + ("constructiong", &["constructing", "construction"]), + ("fomrated", &["formatted"]), + ("tepmorarily", &["temporarily"]), + ("genarates", &["generates"]), + ("exeqution", &["execution"]), + ("netacpe", &["netscape"]), + ("languales", &["languages"]), + ("stravation", &["starvation"]), + ("beforehands", &["beforehand"]), + ("refromatting", &["refomatting"]), + ("instantenious", &["instantaneous"]), + ("swtichboard", &["switchboard"]), + ("symmetri", &["symmetry"]), + ("tempurture", &["temperature"]), + ("mathamatics", &["mathematics"]), + ("atheltes", &["athletes"]), + ("experimentatl", &["experimental"]), + ("inhabitents", &["inhabitants"]), + ("chamnge", &["change"]), + ("practicioners", &["practitioners"]), + ("knuckel", &["knuckle"]), + ("libgng", &["libpng"]), + ("xepecting", &["expecting"]), + ("cmmand", &["command"]), + ("inforamtion", &["information"]), + ("didi", &["did"]), + ("neccesarily", &["necessarily"]), + ("mdoels", &["models"]), + ("relcutant", &["reluctant"]), + ("posiblity", &["possibility"]), + ("weridos", &["weirdos"]), + ("serwer", &["server", "sewer"]), + ("callss", &["calls"]), + ("althetes", &["athletes"]), + ("trogliditical", &["troglodytical"]), + ("complited", &["completed"]), + ("alternador", &["alternator"]), + ("expresso", &["espresso"]), + ("abilitiy", &["ability"]), + ("premultiplcation", &["premultiplication"]), + ("retetting", &["resetting", "retesting"]), + ("materils", &["materials"]), + ("keyowrd", &["keyword"]), + ("breakthrouh", &["breakthrough"]), + ("depedencys", &["dependencies"]), + ("iterstion", &["iteration"]), + ("recomendations", &["recommendations"]), + ("mindcrak", &["mindcrack"]), + ("silouhettes", &["silhouettes"]), + ("relevation", &["revelation"]), + ("headlesss", &["headless"]), + ("certifiate", &["certificate"]), + ("cooridate", &["coordinate"]), + ("masogynistic", &["misogynistic"]), + ("aboiut", &["about"]), + ("destinaitons", &["destinations"]), + ("preprares", &["prepares"]), + ("tablespooons", &["tablespoon"]), + ("inititalised", &["initialised"]), + ("insanelly", &["insanely"]), + ("compiliers", &["compilers"]), + ("temporraries", &["temporaries"]), + ("responsbilty", &["responsibly"]), + ("cuestionable", &["questionable"]), + ("abusrdity", &["absurdity"]), + ("litigatin", &["litigation"]), + ("organered", &["orangered"]), + ("protaganists", &["protagonists"]), + ("debudgs", &["debugs"]), + ("disscuesed", &["discussed"]), + ("restirer", &["restorer"]), + ("transperancy", &["transparency"]), + ("speficifation", &["specification"]), + ("applide", &["applied"]), + ("recommdation", &["recommendation"]), + ("futur", &["future"]), + ("assimliated", &["assimilate"]), + ("peculure", &["peculiar"]), + ("declaire", &["declare"]), + ("wrokloads", &["workloads"]), + ("definned", &["defined"]), + ("rasiing", &["raising"]), + ("pliars", &["pliers"]), + ("plugun", &["plugin"]), + ("handshale", &["handshake"]), + ("discribed", &["described"]), + ("defanitly", &["defiantly"]), + ("contempory", &["contemporary"]), + ("termplates", &["templates"]), + ("correlacion", &["correlation"]), + ("satrudays", &["saturdays"]), + ("technologicially", &["technologically"]), + ("determimnes", &["determines"]), + ("chasnge", &["change", "changes"]), + ("sepatae", &["separate"]), + ("declair", &["declare"]), + ("boucing", &["bouncing"]), + ("bootraping", &["bootstrapping"]), + ("acordians", &["accordions"]), + ("depencendency", &["dependency"]), + ("comple", &["complete"]), + ("exaustive", &["exhaustive"]), + ("remaines", &["remains", "remained"]), + ("medidating", &["meditating"]), + ("clitorious", &["clitoris"]), + ("substasks", &["subtasks"]), + ("unilaterlly", &["unilaterally"]), + ("excliude", &["exclude"]), + ("santizing", &["sanitizing"]), + ("spekaing", &["speaking"]), + ("guarunted", &["guaranteed"]), + ("sciense", &["sciences"]), + ("athletiscm", &["athleticism"]), + ("templaras", &["templars"]), + ("exerciese", &["exercises", "exercise"]), + ("extented", &["extended"]), + ("eferences", &["references"]), + ("sooaside", &["suicide"]), + ("flexibily", &["flexibility", "flexibly"]), + ("eliptical", &["elliptical"]), + ("destructro", &["destructor"]), + ("eill", &["will"]), + ("sinceer", &["sincere"]), + ("reconicle", &["reconcile"]), + ("confiugrable", &["configurable"]), + ("goess", &["goes"]), + ("whyt", &["what", "why"]), + ("prjections", &["projections"]), + ("consestently", &["consistently"]), + ("evidencd", &["evidenced"]), + ("instint", &["instinct"]), + ("bloker", &["blocker"]), + ("barriors", &["barriers"]), + ("succient", &["succinct"]), + ("termniating", &["terminating"]), + ("indicatore", &["indicate"]), + ("univerally", &["universally"]), + ("representacion", &["representation"]), + ("fullscren", &["fullscreen"]), + ("antagonstic", &["antagonist"]), + ("sudeo", &["sudo"]), + ("stereotipical", &["stereotypical"]), + ("equivalentsly", &["equivalently", "equivalency"]), + ("conversationable", &["conversational"]), + ("masculinty", &["masculinity"]), + ("mircales", &["miracles"]), + ("sensationilism", &["sensationalism"]), + ("euthanazia", &["euthanasia"]), + ("alhpabetical", &["alphabetical"]), + ("sciencers", &["sciences"]), + ("repetetions", &["repetitions"]), + ("amealiarates", &["ameliorates"]), + ("liberatore", &["liberate"]), + ("sucessses", &["successes"]), + ("autonegothiation", &["autonegotiation"]), + ("ryour", &["your"]), + ("grandizement", &["aggrandizement"]), + ("tightely", &["tightly"]), + ("ocotber", &["october"]), + ("whather", &["whether", "weather"]), + ("firghtened", &["frightened"]), + ("mulipart", &["multipart"]), + ("confirmas", &["confirms"]), + ("servie", &["service"]), + ("als", &["also"]), + ("agregates", &["aggregates"]), + ("screenwrighter", &["screenwriter"]), + ("inititalization", &["initialization"]), + ("reveral", &["reversal", "referral"]), + ("foundatin", &["foundations"]), + ("fragmants", &["fragments"]), + ("convcition", &["convictions"]), + ("porblems", &["problems"]), + ("neighbohoods", &["neighborhoods"]), + ("dogmatisch", &["dogmatic"]), + ("exitsing", &["existing", "exiting"]), + ("strerrror", &["strerror"]), + ("delfation", &["deflation"]), + ("anitdepressants", &["antidepressants"]), + ("deassering", &["deasserting"]), + ("commenty", &["commentary"]), + ("intriguied", &["intrigue"]), + ("abstrctly", &["abstractly"]), + ("disciplenary", &["disciplinary"]), + ("atll", &["all"]), + ("disastisfied", &["dissatisfied"]), + ("privelige", &["privilege"]), + ("detailes", &["details"]), + ("bunlder", &["bundler"]), + ("taliored", &["tailored"]), + ("navigting", &["navigating"]), + ("represnting", &["representing"]), + ("thermodinamics", &["thermodynamics"]), + ("receveing", &["receiving"]), + ("negosiated", &["negotiated"]), + ("quarterbackers", &["quarterbacks"]), + ("pologon", &["polygon"]), + ("arhive", &["archive"]), + ("informatin", &["information", "informing"]), + ("andd", &["and"]), + ("neighberhoofs", &["neighborhoods"]), + ("parachutte", &["parachute"]), + ("onsluaght", &["onslaught"]), + ("speficialleir", &["specifier"]), + ("soure", &["source", "sure", "sore", "sour", "soured"]), + ("analiticaly", &["analytically"]), + ("electroncs", &["electrons"]), + ("systm", &["system"]), + ("teamspek", &["teamspeak"]), + ("consired", &["conspired", "considered"]), + ("sigleton", &["singleton"]), + ("hachish", &["hackish"]), + ("illionis", &["illinois"]), + ("refurbised", &["refurbished"]), + ("signularity", &["singularity"]), + ("viariable", &["variable"]), + ("blaclist", &["blacklist"]), + ("requierd", &["required"]), + ("handshakres", &["handshakes"]), + ("fetishers", &["fetishes"]), + ("puplated", &["populated"]), + ("chillade", &["chilled"]), + ("expewrimentation", &["experimentation"]), + ("introducinc", &["introducing"]), + ("vertifications", &["verifications"]), + ("configaration", &["configuration"]), + ("specifyed", &["specified"]), + ("sistemed", &["systemed"]), + ("consquence", &["consequence"]), + ("confuzing", &["confusing"]), + ("vibratoare", &["vibrator"]), + ("throughtput", &["throughput"]), + ("exponentiell", &["exponential"]), + ("identifcation", &["identification"]), + ("meditatin", &["meditation"]), + ("automatical", &["automatically", "automatic", "automated"]), + ("surgests", &["suggests"]), + ("valentinas", &["valentines"]), + ("exhustiveness", &["exhaustiveness"]), + ("qouted", &["quoted"]), + ("garanteed", &["guaranteed"]), + ("laughablly", &["laughably"]), + ("comfortabel", &["comfortably"]), + ("implmenetd", &["implemented"]), + ("tempory", &["temporary"]), + ("virtualzation", &["virtualization"]), + ("assumking", &["assuming"]), + ("initations", &["imitations", "initiations"]), + ("probabiliy", &["probability"]), + ("weill", &["will"]), + ("kroeans", &["koreans"]), + ("installatin", &["installations"]), + ("containr", &["container"]), + ("initializatin", &["initialization"]), + ("afer", &["after"]), + ("monolitich", &["monolithic"]), + ("deferencing", &["dereferencing"]), + ("matemathical", &["mathematical"]), + ("sthe", &["the"]), + ("constantins", &["constants"]), + ("attacthed", &["attached"]), + ("supspects", &["suspects"]), + ("handshares", &["handshakes"]), + ("percievable", &["perceivable"]), + ("reapeats", &["repeats"]), + ("copenhaagen", &["copenhagen"]), + ("napom", &["napalm"]), + ("alinments", &["alignments"]), + ("equil", &["equal"]), + ("pharmaseutically", &["pharmaceutical"]), + ("experinementers", &["experimenters"]), + ("repoerter", &["reporter"]), + ("cigarett", &["cigarette"]), + ("mege", &["merge"]), + ("renegoitating", &["renegotiating"]), + ("benifited", &["benefited"]), + ("suttling", &["shuttling"]), + ("reosurces", &["resources"]), + ("complextion", &["complexion"]), + ("linerisations", &["linearisations"]), + ("subnegotion", &["subnegotiation"]), + ("addresst", &["address", "addressed"]), + ("expecation", &["expectation"]), + ("apending", &["appending"]), + ("sentencian", &["sentencing"]), + ("planetos", &["planets"]), + ("replacted", &["replaced", "replicated"]), + ("contactes", &["contacts"]), + ("benchmakrs", &["benchmarks"]), + ("retriger", &["retrigger"]), + ("relashionships", &["relationships"]), + ("aqcuaintances", &["acquaintances"]), + ("entitiys", &["entities"]), + ("resoourcing", &["resourcing"]), + ("candidiate", &["candidate"]), + ("speficications", &["specifications"]), + ("pertubation", &["perturbation"]), + ("laer", &["later", "layer"]), + ("acsii", &["ascii"]), + ("langerie", &["lingerie"]), + ("curtesy", &["courtesy", "curtsy"]), + ("utimately", &["ultimately"]), + ("pharmasuticaly", &["pharmaceutical"]), + ("resuces", &["rescues"]), + ("aledges", &["alleges"]), + ("stelathy", &["stealthy"]), + ("medioker", &["mediocre"]), + ("prohibitons", &["prohibits"]), + ("segault", &["segfault"]), + ("irracional", &["irrational"]), + ("computacion", &["computation"]), + ("capcacity", &["capacity"]), + ("bilangual", &["bilingual"]), + ("pacage", &["package"]), + ("systhem", &["system"]), + ("delimitited", &["delimited"]), + ("emphazied", &["emphasized"]), + ("acidental", &["accidental"]), + ("langagues", &["languages"]), + ("particullary", &["particularly"]), + ("becxause", &["because"]), + ("defintley", &["definitely"]), + ("zukeenee", &["zucchini"]), + ("indepdendency", &["independency"]), + ("deafult", &["default"]), + ("reconfure", &["reconfigure"]), + ("portarying", &["portraying"]), + ("attruibute", &["attribute"]), + ("experminental", &["experimental"]), + ("resorcing", &["resourcing"]), + ("coversity", &["coverity"]), + ("commericial", &["commercial"]), + ("carinomial", &["ceremonial"]), + ("medicority", &["mediocrity"]), + ("concidered", &["considered"]), + ("discrimiate", &["discriminate"]), + ("dissobedience", &["disobedience"]), + ("criteak", &["critique"]), + ("feltcher", &["fletcher"]), + ("licenceing", &["licencing"]), + ("inturpratation", &["interpretation"]), + ("explenations", &["explanations"]), + ("reciprocant", &["reciprocate"]), + ("paticular", &["particular"]), + ("comparaste", &["compares"]), + ("fleed", &["fled", "freed"]), + ("atheistisch", &["atheistic"]), + ("jurnaler", &["journaler"]), + ("derefenrence", &["dereference"]), + ("cooridnates", &["coordinates"]), + ("partical", &["particular", "partial", "particle"]), + ("segmenets", &["segments"]), + ("crahed", &["crashed"]), + ("synonymos", &["synonymous"]), + ("involontary", &["involuntary"]), + ("remian", &["remain"]), + ("significat", &["significant"]), + ("varations", &["variations"]), + ("mailny", &["mainly"]), + ("inexperince", &["inexperience"]), + ("charcaol", &["charcoal"]), + ("unsharable", &["unshareable"]), + ("neighter", &["neither"]), + ("constructurs", &["constructors"]), + ("shawhsank", &["shawshank"]), + ("jist", &["gist"]), + ("intertwinned", &["intertwined"]), + ("systesm", &["systems"]), + ("comaptible", &["compatible"]), + ("perfoemanse", &["performance"]), + ("goldburger", &["goldberg"]), + ("catestrophic", &["catastrophic"]), + ("montanha", &["montana"]), + ("idiosynchracies", &["idiosyncrasies"]), + ("parlament", &["parliament"]), + ("suprisd", &["surprised"]), + ("terminaison", &["termination"]), + ("comapring", &["comparing"]), + ("reeiving", &["receiving", "reviving"]), + ("foundatoin", &["foundations"]), + ("coodrinate", &["coordinate"]), + ("fashism", &["fascism"]), + ("declartative", &["declarative"]), + ("cmpression", &["compression"]), + ("aknowledge", &["acknowledge"]), + ("ventillates", &["ventilates"]), + ("srinking", &["shrinking"]), + ("yoiur", &["your"]), + ("caclulated", &["calculated"]), + ("clik", &["click"]), + ("congratualte", &["congratulate"]), + ("searchign", &["searching"]), + ("operatior", &["operator"]), + ("hampster", &["hamster"]), + ("solf", &["solve", "sold"]), + ("lasonya", &["lasagna"]), + ("sufix", &["suffix"]), + ("sovereignety", &["sovereignty"]), + ("presidet", &["presidents"]), + ("disassebler", &["disassembler"]), + ("researved", &["reserved"]), + ("metropoliton", &["metropolitan"]), + ("surrount", &["surround"]), + ("acceleartor", &["accelerator"]), + ("geogrpahy", &["geography"]), + ("converzation", &["conservation"]), + ("scrached", &["scratched"]), + ("interpretares", &["interpreter"]), + ("convertations", &["conversations", "conversions"]), + ("transcocding", &["transcoding"]), + ("nationaliy", &["nationality"]), + ("sirective", &["directive"]), + ("propulsing", &["propulsion"]), + ("promtply", &["promptly"]), + ("newspapaers", &["newspapers"]), + ("mittigate", &["mitigate"]), + ("entiteld", &["entitled"]), + ("assfalt", &["asphalt"]), + ("multyplying", &["multiplying"]), + ("congretation", &["congregation"]), + ("astroanut", &["astronaut"]), + ("ediitor", &["editor"]), + ("opnion", &["opinion"]), + ("sirectories", &["directories"]), + ("corresponed", &["corresponded"]), + ("patrens", &["patron", "patterns"]), + ("databae", &["database"]), + ("repostiories", &["repositories"]), + ("ecounters", &["encounters"]), + ("caucasain", &["caucasian"]), + ("ccertification", &["certification"]), + ("childen", &["children"]), + ("enbales", &["enables"]), + ("blizzcoin", &["blizzcon"]), + ("electhor", &["electro"]), + ("disciplinas", &["disciplines"]), + ("tresuary", &["treasury"]), + ("protectores", &["protectors"]), + ("posiitivity", &["positivity"]), + ("milwakuee", &["milwaukee"]), + ("enlcosed", &["enclosed"]), + ("assymmetrical", &["asymmetrical"]), + ("insignificat", &["insignificant"]), + ("modidfiers", &["modifiers"]), + ("pleaseure", &["pleasure"]), + ("contrubutes", &["contributes"]), + ("eumeration", &["enumeration"]), + ("unfortunetly", &["unfortunately"]), + ("againt", &["against"]), + ("sepearately", &["separately"]), + ("mappeds", &["mapped"]), + ("vulberbuility", &["vulnerability"]), + ("agrument", &["argument"]), + ("specias", &["specials"]), + ("pluggin", &["plugin"]), + ("implemetnation", &["implementations", "implementation"]), + ("burgundry", &["burgundy"]), + ("aaggregation", &["aggregation"]), + ("neglegible", &["negligible"]), + ("staration", &["starvation"]), + ("protogonist", &["protagonist"]), + ("argumet", &["argument"]), + ("preferrable", &["preferable"]), + ("inearisation", &["linearisation"]), + ("recommednation", &["recommendation"]), + ("connetcion", &["connection"]), + ("berween", &["between"]), + ("mutlitude", &["multitude"]), + ("cateogries", &["categories"]), + ("enthuiasts", &["enthusiast"]), + ("hesitatin", &["hesitation"]), + ("simle", &["simple", "smile", "simile"]), + ("setions", &["sections"]), + ("attrribute", &["attribute"]), + ("commenciez", &["commence"]), + ("experimanetations", &["experimentations"]), + ("actullay", &["actually"]), + ("skool", &["school"]), + ("alwys", &["always"]), + ("appoitnment", &["appointments"]), + ("highligher", &["highlighter"]), + ("annonomusly", &["anonymously"]), + ("constituye", &["constitute"]), + ("cheerleeder", &["cheerleader"]), + ("apaul", &["appall"]), + ("regiser", &["register"]), + ("duraiton", &["duration"]), + ("chameloen", &["chameleon"]), + ("paniic", &["panic"]), + ("sceen", &["scene", "seen", "screen", "scheme"]), + ("recendes", &["rescinds"]), + ("hannibl", &["hannibal"]), + ("suystem", &["system"]), + ("prohpets", &["prophets"]), + ("mutliplexer", &["multiplexer"]), + ("remarkabley", &["remarkably"]), + ("weilded", &["wielded"]), + ("retruns", &["returns"]), + ("contaier", &["container"]), + ("skwalking", &["squawking"]), + ("ilogical", &["illogical"]), + ("predictons", &["predictions"]), + ("extradtion", &["extraction"]), + ("clinet", &["client"]), + ("blosums", &["blossoms"]), + ("subsctitution", &["substitution"]), + ("addig", &["adding"]), + ("synthsize", &["synthesize"]), + ("undergratuate", &["undergraduate"]), + ("generatos", &["generators"]), + ("utiliza", &["utilize"]), + ("mexicanas", &["mexicans"]), + ("overrading", &["overriding"]), + ("depdendents", &["dependents"]), + ("whisperd", &["whispered"]), + ("unfortune", &["unfortunate"]), + ("bisuness", &["business"]), + ("convnetions", &["conventions"]), + ("chidlren", &["children"]), + ("mostlky", &["mostly"]), + ("outout", &["output"]), + ("monolythic", &["monolithic"]), + ("namesapced", &["namespaced"]), + ("perfecctly", &["perfectly"]), + ("legitimt", &["legitimate"]), + ("pestore", &["petstore"]), + ("porcelina", &["porcelain"]), + ("subscritption", &["subscription"]), + ("narcisissts", &["narcissist"]), + ("dominationg", &["dominating"]), + ("computacional", &["computational"]), + ("ignorred", &["ignored"]), + ("splittng", &["splitting"]), + ("skpetics", &["skeptics"]), + ("misunderstunding", &["misunderstandings"]), + ("rationalizaton", &["rationalization"]), + ("pepperocini", &["pepperoni"]), + ("unsless", &["unless", "useless"]), + ("anticuated", &["antiquated"]), + ("commercent", &["commence"]), + ("addrss", &["address"]), + ("signol", &["signal"]), + ("absolautely", &["absolutely"]), + ("comaprison", &["comparison"]), + ("mke", &["make"]), + ("elementay", &["elementary"]), + ("objectivelly", &["objectively"]), + ("mischeivous", &["mischievous"]), + ("pyschiatrists", &["psychiatrists"]), + ("westernerns", &["westerners"]), + ("interaktivly", &["interactively"]), + ("cuted", &["cut", "cute", "cuter"]), + ("termendous", &["tremendous"]), + ("assum", &["assume"]), + ("surfcae", &["surface"]), + ("imporbable", &["improbable"]), + ("menioned", &["mentioned"]), + ("domimation", &["domination"]), + ("specifclly", &["specifically"]), + ("addess", &["address"]), + ("polylon", &["polygon", "pylon"]), + ("concentic", &["concentric"]), + ("olypmics", &["olympics"]), + ("stamnia", &["stamina"]), + ("weighys", &["weights"]), + ("hallusinations", &["hallucinations"]), + ("physiciens", &["physicians"]), + ("neested", &["nested"]), + ("thermodynanics", &["thermodynamics"]), + ("useed", &["used"]), + ("programatic", &["programmatic"]), + ("pathnme", &["pathname"]), + ("iput", &["input"]), + ("assumend", &["assumed"]), + ("sizebale", &["sizeable"]), + ("messaes", &["messages"]), + ("controoler", &["controller"]), + ("reprodicibly", &["reproducibly"]), + ("uninteresed", &["uninterested"]), + ("parisitic", &["parasitic"]), + ("invisibily", &["invisibility"]), + ("extensivly", &["extensively"]), + ("expeimenters", &["experimenters"]), + ("explortation", &["exploitation"]), + ("intellectuels", &["intellectuals"]), + ("warninng", &["warning"]), + ("hight", &["height", "high"]), + ("inpractical", &["impractical"]), + ("whioch", &["which"]), + ("benchmkaring", &["benchmarking"]), + ("depracated", &["deprecated"]), + ("acclerated", &["accelerated"]), + ("transportng", &["transporting"]), + ("jailbrocken", &["jailbroken"]), + ("manupilated", &["manipulated"]), + ("humanitites", &["humanities"]), + ("successtion", &["succession", "suggestion"]), + ("allegeance", &["allegiance"]), + ("coordanate", &["coordinate"]), + ("embdder", &["embedder"]), + ("quetions", &["questions"]), + ("snetries", &["sentries"]), + ("occupaiton", &["occupation"]), + ("resoures", &["resources"]), + ("peferable", &["preferable"]), + ("attachemnt", &["attachment"]), + ("aspiratons", &["aspirations"]), + ("manfacturer", &["manufacturer"]), + ("accpeting", &["accepting"]), + ("cirucits", &["circuits"]), + ("wothout", &["without"]), + ("printting", &["printing"]), + ("probablity", &["probability"]), + ("arbtirarily", &["arbitrarily"]), + ("repositiroes", &["repositories"]), + ("photoshopd", &["photoshopped"]), + ("masteires", &["masteries"]), + ("authoratatively", &["authoritatively"]), + ("incarcaration", &["incarceration"]), + ("austrailans", &["australians"]), + ("dijstra", &["dijkstra"]), + ("hospitales", &["hospitals"]), + ("incoprorates", &["incorporates"]), + ("denomenations", &["denominations"]), + ("snodwen", &["snowden"]), + ("justificatons", &["justifications"]), + ("unchaneged", &["unchanged"]), + ("forementionned", &["aforementioned"]), + ("mixxing", &["mixing"]), + ("frational", &["fractional"]), + ("hypethetical", &["hypothetical"]), + ("considerabley", &["considerably"]), + ("aritrary", &["arbitrary"]), + ("constituante", &["constituents"]), + ("branck", &["branch"]), + ("effords", &["efforts", "affords"]), + ("andelabra", &["candelabra"]), + ("excluse", &["excludes", "exclude", "excuse", "exclusive"]), + ("namesd", &["named", "names"]), + ("commad", &["command"]), + ("simplistisch", &["simplistic"]), + ("fertiziler", &["fertilizer"]), + ("endge", &["edge", "end"]), + ("affleunt", &["affluent"]), + ("spectaters", &["spectators"]), + ("formulayic", &["formulaic"]), + ("articluate", &["articulate"]), + ("assocciative", &["associative"]), + ("routet", &["routed", "route", "router"]), + ("simplistes", &["simplest"]), + ("sepetates", &["separates"]), + ("inerits", &["inherits"]), + ("maraconi", &["macaroni"]), + ("terriffic", &["terrific"]), + ("mape", &["map"]), + ("rith", &["with"]), + ("assistent", &["assistant"]), + ("enqueud", &["enqueued"]), + ("decalred", &["declared"]), + ("describbed", &["described"]), + ("pertians", &["pertains"]), + ("synonynous", &["synonymous"]), + ("interfers", &["interferes"]), + ("immerisve", &["immersive"]), + ("suddeny", &["suddenly"]), + ("weeves", &["weaves"]), + ("idepotency", &["idempotency"]), + ("enetering", &["entering"]), + ("expirie", &["expire"]), + ("commandmants", &["commandments"]), + ("assoziated", &["associated"]), + ("decorativos", &["decorations"]), + ("reacheable", &["reachable"]), + ("administren", &["administer"]), + ("collasped", &["collapsed"]), + ("repressin", &["repression"]), + ("renegotating", &["renegotiating"]), + ("iteratons", &["iterations"]), + ("extermporaneous", &["extemporaneous"]), + ("foreginer", &["foreigner"]), + ("unreproducable", &["unreproducible"]), + ("momementarily", &["momentarily"]), + ("transacitons", &["transactions"]), + ("alechmist", &["alchemist"]), + ("probabillity", &["probability"]), + ("bidnings", &["bindings"]), + ("synomym", &["synonym"]), + ("cliffhangar", &["cliffhanger"]), + ("timly", &["timely"]), + ("resullt", &["result"]), + ("preformances", &["performances"]), + ("unbeliebable", &["unbelievable"]), + ("quaternin", &["quaternion"]), + ("approriate", &["appropriate"]), + ("profirles", &["profiles"]), + ("virtualenf", &["virtualenv"]), + ("althetics", &["athletics"]), + ("epilgoue", &["epilogue"]), + ("roboustness", &["robustness"]), + ("provie", &["provide", "prove"]), + ("micorwave", &["microwave"]), + ("resotres", &["restores"]), + ("draging", &["dragging"]), + ("amensia", &["amnesia"]), + ("reinkarnation", &["reincarnation"]), + ("interprate", &["interpret"]), + ("gord", &["gourd"]), + ("opaykely", &["opaquely"]), + ("familiary", &["familiarity"]), + ("harmonisch", &["harmonic"]), + ("introversa", &["introverts"]), + ("tiemstamps", &["timestamps"]), + ("disucss", &["discuss"]), + ("incompatablie", &["incompatible", "incompatibly"]), + ("alignmments", &["alignments"]), + ("perswasion", &["persuasion"]), + ("itentionally", &["intentionally"]), + ("slewthed", &["sleuthed"]), + ("comrpession", &["compression"]), + ("establising", &["establishing"]), + ("incementally", &["incrementally"]), + ("assualts", &["assaults"]), + ("dissmisses", &["dismisses"]), + ("quiest", &["quest", "quiet"]), + ("humoros", &["humorous"]), + ("minimals", &["minimalist"]), + ("ammending", &["amending"]), + ("decomissioning", &["decommissioning"]), + ("derivated", &["derived"]), + ("severeal", &["several"]), + ("equipt", &["equipped"]), + ("coallees", &["coalesces"]), + ("negotitates", &["negotiates"]), + ("theading", &["threading"]), + ("somehere", &["somewhere"]), + ("optmisations", &["optimisations"]), + ("carbohdyrates", &["carbohydrates"]), + ("leagel", &["legal"]), + ("hamburgaren", &["hamburger"]), + ("agrement", &["agreement"]), + ("acornyms", &["acronyms"]), + ("chateos", &["châteaux"]), + ("angshios", &["anxious"]), + ("literarely", &["literary"]), + ("renegociation", &["renegotiation"]), + ("excepcional", &["exceptional"]), + ("fondamentalists", &["fundamentalists"]), + ("unexcected", &["unexpected"]), + ("foults", &["faults"]), + ("rearrangte", &["rearrange"]), + ("commponent", &["component"]), + ("codition", &["condition"]), + ("mistakently", &["mistakenly"]), + ("pyschologist", &["psychologist"]), + ("diplaying", &["displaying"]), + ("alternitively", &["alternatively"]), + ("subelemet", &["subelement"]), + ("decalare", &["declare"]), + ("spefixifer", &["specifier"]), + ("dysphroia", &["dysphoria"]), + ("egenralises", &["generalises"]), + ("disapoint", &["disappoint"]), + ("buidl", &["build"]), + ("confifured", &["configured"]), + ("specilisations", &["specialisations"]), + ("tarnsparent", &["transparent"]), + ("memembers", &["members", "remembers"]), + ("cardianl", &["cardinal"]), + ("revolutionay", &["revolutionary"]), + ("decoratieve", &["decorative"]), + ("stragedy", &["strategy", "tragedy"]), + ("propigate", &["propagate"]), + ("modell", &["model"]), + ("vektors", &["vectors"]), + ("acceptence", &["acceptance"]), + ("discconencting", &["disconnecting"]), + ("afeter", &["after"]), + ("ackowledgement", &["acknowledgement"]), + ("zookeper", &["zookeeper"]), + ("mechansim", &["mechanism"]), + ("securre", &["secure"]), + ("capitalsit", &["capitalists"]), + ("mechanicsms", &["mechanisms"]), + ("symboll", &["symbol"]), + ("obhecting", &["objecting"]), + ("affilates", &["affiliates"]), + ("abord", &["abort", "aboard"]), + ("renegatiotiations", &["renegotiations"]), + ("destory", &["destroy"]), + ("opulates", &["populates", "opiates"]), + ("ignorence", &["ignorance"]), + ("technologia", &["technological"]), + ("decompressd", &["decompressed"]), + ("possiblly", &["possibly"]), + ("multiplebgs", &["multiples"]), + ("commmunicates", &["communicates"]), + ("ocraina", &["ocarina"]), + ("interprating", &["interpreting"]), + ("disgiuse", &["disguise"]), + ("neckbread", &["neckbeard"]), + ("extractino", &["extracting"]), + ("democraphic", &["demographic"]), + ("experminentations", &["experimentations"]), + ("tagg", &["tag"]), + ("lieutanent", &["lieutenant"]), + ("soundtrakc", &["soundtracks"]), + ("journalistens", &["journalists"]), + ("posssible", &["possible"]), + ("testicels", &["testicles"]), + ("presens", &["presents"]), + ("evluators", &["evaluators"]), + ("liveatream", &["livestream"]), + ("commtted", &["committed"]), + ("raosting", &["roasting"]), + ("mangitude", &["magnitude"]), + ("suggestieve", &["suggestive"]), + ("catogerized", &["categorized"]), + ("scehdule", &["schedule"]), + ("convenit", &["convenient"]), + ("actve", &["active"]), + ("insurgance", &["insurgency"]), + ("universiality", &["universality"]), + ("incerase", &["increase"]), + ("loocking", &["locking", "looking"]), + ("cosmeticas", &["cosmetics"]), + ("experess", &["express"]), + ("collegue", &["colleague"]), + ("miliary", &["military"]), + ("illegitamate", &["illegitimate"]), + ("locaions", &["locations"]), + ("maintane", &["maintain"]), + ("winsdor", &["windsor"]), + ("irrelvant", &["irrelevant"]), + ("accces", &["access"]), + ("hygene", &["hygiene"]), + ("igorned", &["ignored"]), + ("sociapaths", &["sociopaths"]), + ("workbneches", &["workbenches"]), + ("claread", &["cleared"]), + ("effecitvely", &["effectively"]), + ("indentifing", &["identifying"]), + ("adpapted", &["adapted"]), + ("thet", &["that", "the"]), + ("exprimental", &["experimental"]), + ("actully", &["actually"]), + ("requierement", &["requirement"]), + ("endpont", &["endpoint"]), + ("defibately", &["definitely"]), + ("critcially", &["critically"]), + ("seqensing", &["sequencing"]), + ("sympathatic", &["sympathetic"]), + ("sysematic", &["systematic"]), + ("frst", &["first"]), + ("renforcement", &["reinforcement"]), + ("recalcualtion", &["recalculation"]), + ("guarnanteed", &["guaranteed"]), + ("interatively", &["interactively"]), + ("conrruption", &["corruption"]), + ("reponds", &["responds"]), + ("speeped", &["sped"]), + ("associatd", &["associated"]), + ("reinstatiated", &["reinstantiated"]), + ("marixsts", &["marxists"]), + ("expemt", &["exempt"]), + ("implementataions", &["implementations"]), + ("pepperino", &["pepperoni"]), + ("dupliacte", &["duplicate"]), + ("mesures", &["measures"]), + ("minimilist", &["minimalist"]), + ("guidence", &["guidance"]), + ("suscede", &["secede", "succeed"]), + ("tolerence", &["tolerance"]), + ("aggraveted", &["aggravated"]), + ("phonecian", &["phoenecian"]), + ("renegothiators", &["renegotiators"]), + ("authetnticating", &["authenticating"]), + ("decocder", &["decoder"]), + ("vritual", &["virtual"]), + ("defaint", &["defiant"]), + ("inerit", &["inherit"]), + ("invloves", &["involves"]), + ("reallocaitions", &["reallocations"]), + ("yoh", &["you"]), + ("outnumberd", &["outnumbered"]), + ("coloer", &["color"]), + ("downvotted", &["downvote"]), + ("marginis", &["margins"]), + ("wissling", &["whistling"]), + ("casses", &["cases"]), + ("speficitations", &["specifications"]), + ("proporpotion", &["proportion"]), + ("multiplyer", &["multiple", "multiplier", "multiplayer"]), + ("deskys", &["disguise"]), + ("travere", &["traverse"]), + ("totalitatian", &["totalitarian"]), + ("azma", &["asthma"]), + ("seacrchable", &["searchable"]), + ("progate", &["propagate"]), + ("airpost", &["airports"]), + ("clearity", &["clarity"]), + ("beginnner", &["beginner"]), + ("exisiting", &["existing"]), + ("disasemble", &["disassemble"]), + ("arcitectures", &["architectures"]), + ("breweres", &["brewers"]), + ("combinbe", &["combined"]), + ("prejeduces", &["prejudices"]), + ("progressiste", &["progresses"]), + ("overengeneer", &["overengineer"]), + ("speficifcally", &["specifically"]), + ("garnola", &["granola"]), + ("ridiculled", &["ridicule"]), + ("lengh", &["length"]), + ("counded", &["counted"]), + ("recrusevly", &["recursively"]), + ("exchanche", &["exchange"]), + ("scripoting", &["scripting"]), + ("professorn", &["profession"]), + ("thoecracy", &["theocracy"]), + ("instlling", &["installing", "instilling"]), + ("normalyy", &["normally"]), + ("unconcsious", &["unconscious"]), + ("maniuplators", &["manipulators"]), + ("conlcudes", &["concludes"]), + ("excpetional", &["exceptional"]), + ("extraodrinary", &["extraordinary"]), + ("mirgation", &["migration"]), + ("appreciaite", &["appreciative"]), + ("illegallly", &["illegally"]), + ("arange", &["arrange"]), + ("dialig", &["dialog"]), + ("journied", &["journeyed"]), + ("ilustration", &["illustration"]), + ("allcoator", &["allocator"]), + ("strem", &["stream"]), + ("cinfigurations", &["configurations"]), + ("pacth", &["patch"]), + ("distinugish", &["distinguish"]), + ("distibutes", &["distributes"]), + ("couses", &["courses", "causes"]), + ("contagioso", &["contagious"]), + ("insepsion", &["inception"]), + ("contitnent", &["contingent"]), + ("librabries", &["libraries"]), + ("verifing", &["verifying"]), + ("specialt", &["specialist"]), + ("activaed", &["activated"]), + ("threashold", &["threshold"]), + ("opjection", &["objection"]), + ("extedned", &["extended"]), + ("offcials", &["officials"]), + ("apperarances", &["appearances"]), + ("miscarrage", &["miscarriage"]), + ("survaillance", &["surveillance"]), + ("recalcuates", &["recalculates"]), + ("authenticy", &["authenticity"]), + ("deinitalization", &["deinitialization"]), + ("algotirhms", &["algorithms"]), + ("chanllenging", &["challenging"]), + ("incosistency", &["inconsistency"]), + ("includign", &["including"]), + ("wordpres", &["wordpress"]), + ("exeception", &["exception"]), + ("conquerring", &["conquering"]), + ("affter", &["after"]), + ("invisble", &["invisible"]), + ("thid", &["this"]), + ("unssuccesful", &["unsuccessful"]), + ("backedn", &["backend"]), + ("byast", &["biased"]), + ("oce", &["once", "one", "ore"]), + ("leesurely", &["leisurely"]), + ("vacummes", &["vacuums"]), + ("developping", &["developing"]), + ("propostion", &["proposition"]), + ("aotomatical", &["automatic"]), + ("tiemstamped", &["timestamped"]), + ("reource", &["resource"]), + ("unlcear", &["unclear"]), + ("legnths", &["lengths"]), + ("definettly", &["definitely"]), + ("tempraraly", &["temporarily", "temporally"]), + ("faulure", &["failure"]), + ("nerally", &["neurally"]), + ("intrinseci", &["intrinsic"]), + ("nationella", &["national"]), + ("acconted", &["accounted"]), + ("provedd", &["proved", "provided"]), + ("emal", &["email"]), + ("iniitializations", &["initializations"]), + ("dirving", &["driving"]), + ("investigare", &["investigate"]), + ("statusses", &["statuses"]), + ("suffciency", &["sufficiency"]), + ("exclusivelly", &["exclusively"]), + ("heartbeast", &["heartbeat"]), + ("containors", &["containers"]), + ("prosphetic", &["prosthetic"]), + ("accumulater", &["accumulator"]), + ("developemnt", &["developments"]), + ("dertmine", &["determine"]), + ("tecniques", &["techniques"]), + ("prostethics", &["prosthetic"]), + ("sligtly", &["slightly"]), + ("propely", &["properly"]), + ("respectes", &["respects"]), + ("storag", &["storage"]), + ("descritpor", &["descriptor"]), + ("mineras", &["minerals"]), + ("redirction", &["redirection"]), + ("retroactivley", &["retroactively"]), + ("misunderstandigs", &["misunderstandings"]), + ("pluging", &["plugging", "plugin"]), + ("usigned", &["unsigned"]), + ("happned", &["happened"]), + ("bilsters", &["blisters"]), + ("reinstatiation", &["reinstantiation"]), + ("ambassodor", &["ambassador"]), + ("glipmse", &["glimpse"]), + ("mecernary", &["mercenary"]), + ("imporovements", &["improvements"]), + ("acerage", &["acreage"]), + ("unexpectadly", &["unexpectedly"]), + ("raison", &["reason", "raisin"]), + ("uncommmented", &["uncommented"]), + ("neighbhors", &["neighbors"]), + ("thereads", &["threads"]), + ("whic", &["which"]), + ("provede", &["provide"]), + ("encodng", &["encoding"]), + ("altheticism", &["athleticism"]), + ("encourges", &["encourages"]), + ("dispathing", &["dispatching"]), + ("unnecessiarlly", &["unnecessarily"]), + ("techically", &["tactically", "technically"]), + ("canonicalizations", &["canonicalization"]), + ("miscallenous", &["miscellaneous"]), + ("causalties", &["casualties"]), + ("divisionals", &["divisions"]), + ("dissonence", &["dissonance"]), + ("widepsread", &["widespread"]), + ("knarly", &["gnarly"]), + ("tenative", &["tentative"]), + ("referencable", &["referenceable"]), + ("unselecgted", &["unselected"]), + ("arcitecture", &["architecture"]), + ("sustainabiltiy", &["sustainability"]), + ("neckbeardius", &["neckbeards"]), + ("architecht", &["architect"]), + ("exicting", &["exciting"]), + ("purpetuating", &["perpetuating"]), + ("compatbile", &["compatible"]), + ("ennumerate", &["enumerate"]), + ("protestas", &["protests"]), + ("astonashing", &["astonishing"]), + ("touranments", &["tournaments"]), + ("respsectively", &["respectively"]), + ("soecialize", &["specialized"]), + ("branckets", &["brackets"]), + ("rigth", &["right"]), + ("shenanegans", &["shenanigans"]), + ("contriubtes", &["contributes"]), + ("consentration", &["concentration"]), + ("imbracing", &["embracing"]), + ("valenca", &["valencia"]), + ("follwoes", &["follows"]), + ("kintergarten", &["kindergarten"]), + ("taxnomy", &["taxonomy"]), + ("suppliementing", &["supplementing"]), + ("retuerned", &["returned"]), + ("apprieciation", &["appreciation"]), + ("alows", &["allows"]), + ("commisioner", &["commissioner"]), + ("intentionnal", &["intentional"]), + ("arround", &["around"]), + ("missconfigure", &["misconfigure"]), + ("desitny", &["destiny"]), + ("smouth", &["smooth"]), + ("secene", &["scene"]), + ("diffculties", &["difficulties"]), + ("demog", &["demo"]), + ("adaquitly", &["adequately"]), + ("handleer", &["handler"]), + ("infomration", &["information"]), + ("vascetomy", &["vasectomy"]), + ("relvant", &["relevant"]), + ("caugt", &["caught"]), + ("elememt", &["element"]), + ("securtiy", &["security"]), + ("pascheurized", &["pasteurized"]), + ("insturctors", &["instructors"]), + ("picknicing", &["picnicking"]), + ("confidencial", &["confidential"]), + ("hemoraged", &["hemorrhaged"]), + ("oredering", &["ordering"]), + ("inifinity", &["infinity"]), + ("overheading", &["overheating"]), + ("backtacking", &["backpacking"]), + ("absodefly", &["absolute"]), + ("protoypes", &["prototypes"]), + ("coordinater", &["coordinator"]), + ("hystericly", &["hysterical"]), + ("artficial", &["artificial"]), + ("comptuers", &["computers"]), + ("asymetri", &["asymmetric", "asymmetry"]), + ("pieceweise", &["piecewise"]), + ("protlets", &["portlets"]), + ("allocte", &["allocate"]), + ("geographicly", &["geographical"]), + ("intuitivly", &["intuitively"]), + ("withuout", &["without"]), + ("pensioen", &["pension"]), + ("componennts", &["components"]), + ("treausres", &["treasures"]), + ("progressivly", &["progressively"]), + ("rhythim", &["rhythm"]), + ("surrouns", &["surrounds"]), + ("carrotts", &["carrots"]), + ("controllor", &["controller"]), + ("differntiating", &["differentiating"]), + ("assumuing", &["assuming"]), + ("obivous", &["obvious"]), + ("optionall", &["optional", "optionally"]), + ("reanming", &["renaming"]), + ("watchdong", &["watchdog"]), + ("experiration", &["expiration"]), + ("lossing", &["losing"]), + ("positionof", &["position"]), + ("completd", &["complete", "completed"]), + ("mosntrosity", &["monstrosity"]), + ("corrrect", &["correct"]), + ("curerent", &["current"]), + ("callbakcs", &["callbacks"]), + ("mistmatch", &["mismatch"]), + ("pacakaging", &["packaging"]), + ("restrictie", &["restrictive"]), + ("specialites", &["specializes"]), + ("exilerated", &["exhilarated"]), + ("auctioners", &["auctions"]), + ("substantivly", &["substantially", "substantively"]), + ("starup", &["startup"]), + ("cyle", &["cycle"]), + ("absodeflyly", &["absolutely"]), + ("changess", &["changes"]), + ("soilders", &["soldiers"]), + ("directtory", &["directory"]), + ("prugatory", &["purgatory"]), + ("assoicates", &["associates"]), + ("spefices", &["specifies"]), + ("reassinging", &["reassigning"]), + ("unregsiter", &["unregister"]), + ("movemments", &["movements"]), + ("derefencing", &["dereferencing"]), + ("toos", &["tools"]), + ("cataylst", &["catalyst"]), + ("negotatiate", &["negotiate"]), + ("dicarding", &["discarding"]), + ("strucrures", &["structures"]), + ("arral", &["array"]), + ("redemtion", &["redemption"]), + ("meber", &["member"]), + ("undernearth", &["underneath"]), + ("implementato", &["implementation"]), + ("plesae", &["please"]), + ("vectorr", &["vector"]), + ("criticallity", &["critically"]), + ("psudo", &["pseudo"]), + ("butterey", &["buttery"]), + ("defaullt", &["default"]), + ("inkompatible", &["incompatible"]), + ("competitevely", &["competitively"]), + ("allegric", &["allergic"]), + ("paramemter", &["parameter"]), + ("horziontally", &["horizontally"]), + ("relentlessley", &["relentlessly"]), + ("briused", &["bruised"]), + ("contener", &["container"]), + ("withourt", &["without"]), + ("futureus", &["futures"]), + ("functiionality", &["functionality"]), + ("definitv", &["definitive"]), + ("coutnering", &["countering"]), + ("blancked", &["blanked"]), + ("modifer", &["modifier"]), + ("neiter", &["neither"]), + ("accomadating", &["accommodating"]), + ("intersetion", &["intersection"]), + ("chirstmas", &["christmas"]), + ("sectopmed", &["sectioned"]), + ("movemnets", &["movements"]), + ("enviormental", &["environmental"]), + ("ninties", &["nineties"]), + ("dissalowing", &["disallowing"]), + ("orgininal", &["original"]), + ("fabricacion", &["fabrication"]), + ("subfromat", &["subformat"]), + ("differencial", &["differential"]), + ("respectuos", &["respects"]), + ("replacment", &["replacement"]), + ("mdified", &["modified"]), + ("arrengements", &["arrangements"]), + ("butterry", &["buttery"]), + ("numers", &["numbers"]), + ("simulatin", &["simulation"]), + ("ownders", &["wonders"]), + ("keybooard", &["keyboard"]), + ("fatalitites", &["fatalities"]), + ("sequenstial", &["sequential"]), + ("acheeves", &["achieves"]), + ("photographes", &["photographs"]), + ("incompatibil", &["incompatible"]), + ("mesaureed", &["measured"]), + ("harrassment", &["harassment"]), + ("verboase", &["verbose"]), + ("inititiave", &["initiatives"]), + ("ugprade", &["upgrade"]), + ("critcial", &["critical"]), + ("perfoming", &["performing"]), + ("bivwack", &["bivouac"]), + ("replcaing", &["replacing"]), + ("aquainted", &["acquainted"]), + ("hypen", &["hyphen"]), + ("tillts", &["tilts"]), + ("corperate", &["corporate"]), + ("playhtroughs", &["playthroughs"]), + ("asbolute", &["absolute"]), + ("enumuration", &["enumeration"]), + ("warninings", &["warnings"]), + ("attacted", &["attached"]), + ("unexplaned", &["unexplained"]), + ("locaiing", &["locating"]), + ("indestructuble", &["indestructible"]), + ("abomonation", &["abomination"]), + ("repsonse", &["response"]), + ("cofirming", &["confirming"]), + ("boundry", &["boundary"]), + ("backbrounds", &["backgrounds"]), + ("improvee", &["improve"]), + ("spotifty", &["spotify"]), + ("confeses", &["confess"]), + ("percusson", &["percussion"]), + ("crabine", &["carbine"]), + ("definitevely", &["definitively"]), + ("negogiated", &["negotiated"]), + ("electricrain", &["electrician"]), + ("arrayes", &["arrays"]), + ("sacraficed", &["sacrificed"]), + ("inaccurrate", &["inaccurate"]), + ("dueing", &["doing", "during", "dueling"]), + ("proportianal", &["proportional"]), + ("motivatinal", &["motivational"]), + ("saskatcehwan", &["saskatchewan"]), + ("cassarole", &["casserole"]), + ("timestmaps", &["timestamps"]), + ("neigbhorhood", &["neighborhoods", "neighborhood"]), + ("progammed", &["programmed"]), + ("quesitoned", &["questioned"]), + ("clairfy", &["clarify"]), + ("calculuations", &["calculations"]), + ("templaced", &["templated"]), + ("commnication", &["communication"]), + ("versiob", &["version"]), + ("offeres", &["offers"]), + ("guarenteeded", &["guaranteed"]), + ("bootstap", &["bootstrap"]), + ("revovler", &["revolver"]), + ("reinstaled", &["reinstalled"]), + ("initilaize", &["initialize"]), + ("mechancis", &["mechanics"]), + ("fomatter", &["formatter"]), + ("effetct", &["effect"]), + ("exploititive", &["exploitative"]), + ("hacthing", &["hatching"]), + ("poltically", &["politically"]), + ("despict", &["depict"]), + ("implemenatation", &["implementation"]), + ("trigged", &["triggered"]), + ("enchamtment", &["enchantment"]), + ("abtracted", &["abstracted"]), + ("drotmund", &["dortmund"]), + ("seeverities", &["severities"]), + ("legislatiors", &["legislators"]), + ("brackeds", &["brackets"]), + ("pseudopoential", &["pseudopotential"]), + ("authethicators", &["authenticators"]), + ("accordling", &["according"]), + ("absuers", &["abusers"]), + ("updateing", &["updating"]), + ("automical", &["automatic"]), + ("execeed", &["exceed"]), + ("ussage", &["usage"]), + ("cooperatve", &["cooperative"]), + ("rhymme", &["rhyme"]), + ("pubished", &["published"]), + ("unawnsered", &["unanswered"]), + ("emtied", &["emptied"]), + ("clssrooms", &["classrooms"]), + ("refrers", &["refers"]), + ("proprieter", &["proprietor"]), + ("generaste", &["generates"]), + ("functiuons", &["functions"]), + ("fugure", &["figure"]), + ("cecks", &["checks"]), + ("nightlcub", &["nightclub"]), + ("neconstitutional", &["unconstitutional"]), + ("atrocoties", &["atrocities"]), + ("execpt", &["except"]), + ("defininition", &["definition"]), + ("scientests", &["scientists"]), + ("fillung", &["filling"]), + ("horizonts", &["horizons"]), + ("corresponsing", &["corresponding"]), + ("spefiifations", &["specifications"]), + ("subsequenty", &["subsequently"]), + ("repsonsibly", &["responsibly"]), + ("seranomial", &["ceremonial"]), + ("quesion", &["question"]), + ("segemented", &["segmented"]), + ("subcription", &["subscription"]), + ("numbet", &["number"]), + ("annyoance", &["annoyance"]), + ("hedaer", &["header"]), + ("disadvanteged", &["disadvantaged"]), + ("unplease", &["displease"]), + ("queriable", &["queryable"]), + ("javsscript", &["javascript"]), + ("commissionar", &["commissioner"]), + ("actine", &["active"]), + ("omre", &["more"]), + ("whcich", &["which"]), + ("thiks", &["thinks"]), + ("itterative", &["iterative"]), + ("experimnetal", &["experimental"]), + ("procliamed", &["proclaimed"]), + ("psycholigists", &["psychologists"]), + ("consolacion", &["consolation"]), + ("theorectically", &["theoretically"]), + ("mismaching", &["mismatching"]), + ("substans", &["substances"]), + ("perfro", &["perform"]), + ("initialiting", &["initializing"]), + ("concurret", &["concurrent"]), + ("neurosicence", &["neuroscience"]), + ("colections", &["collections"]), + ("skyp", &["skip", "skype"]), + ("timestimp", &["timestamp"]), + ("finanize", &["finalize"]), + ("recconections", &["reconnections"]), + ("getegories", &["categories"]), + ("betrween", &["between"]), + ("consequece", &["consequence"]), + ("conditianally", &["conditionally"]), + ("dentifier", &["identifier"]), + ("intervier", &["interviewer"]), + ("thah", &["than"]), + ("confuzed", &["confused"]), + ("commomwealth", &["commonwealth"]), + ("antagonostic", &["antagonist"]), + ("underlflow", &["underflow"]), + ("calcultater", &["calculator"]), + ("entreperneur", &["entrepreneurs"]), + ("associuated", &["associated"]), + ("decieved", &["deceived"]), + ("actial", &["actual"]), + ("metophorical", &["metaphorical"]), + ("referinng", &["referring"]), + ("folowwiong", &["following"]), + ("maximice", &["maximize"]), + ("includ", &["include"]), + ("straigth", &["straight"]), + ("decyrpt", &["decrypt"]), + ("aparatuses", &["apparatuses"]), + ("misubderstanding", &["misunderstandings"]), + ("ncessarily", &["necessarily"]), + ("thougts", &["thoughts"]), + ("uncomfortabley", &["uncomfortably"]), + ("kibutzes", &["kibbutzim"]), + ("interectioned", &["interaction", "intersection"]), + ("dystpoian", &["dystopian"]), + ("inherritance", &["inheritance"]), + ("eloquantly", &["eloquently"]), + ("anntations", &["annotations"]), + ("limititation", &["limitation"]), + ("siringe", &["syringe"]), + ("mattern", &["matter", "pattern"]), + ("reseraching", &["researching"]), + ("transimtted", &["transmitted"]), + ("unexpetect", &["unexpected"]), + ("strategisch", &["strategic"]), + ("workbanch", &["workbench"]), + ("invalidiate", &["invalidate"]), + ("emmitting", &["emitting"]), + ("transcevier", &["transceiver"]), + ("intriuge", &["intrigue"]), + ("januray", &["january"]), + ("merceneries", &["mercenaries"]), + ("animaiters", &["animators"]), + ("mushroooms", &["mushroom"]), + ("renegogtiated", &["renegotiated"]), + ("tressle", &["trestle"]), + ("variatinos", &["variations"]), + ("retun", &["return"]), + ("standy", &["standby", "sandy", "standee"]), + ("insepected", &["inspected"]), + ("incognition", &["incognito"]), + ("geographicial", &["geographical"]), + ("perscribe", &["prescribe"]), + ("wtih", &["with"]), + ("execture", &["execute"]), + ("volatillity", &["volatility"]), + ("stabiliting", &["stabilizing"]), + ("israelits", &["israelis"]), + ("combinatino", &["combinations"]), + ("unrealisitc", &["unrealistic"]), + ("repaced", &["replaced"]), + ("interacteve", &["interactive"]), + ("prdpagation", &["propagation"]), + ("practisioners", &["practitioners"]), + ("uncetain", &["uncertain"]), + ("dribbel", &["dribble"]), + ("buring", &["burying", "burning", "burin", "during"]), + ("algorythms", &["algorithms"]), + ("concelaer", &["concealer"]), + ("wdth", &["width"]), + ("coverign", &["covering"]), + ("resposes", &["responses"]), + ("gynmastics", &["gymnastics"]), + ("swiflty", &["swiftly"]), + ("woud", &["would"]), + ("termperatue", &["temperature"]), + ("preparetion", &["preparation"]), + ("expermientation", &["experimentation"]), + ("destinatins", &["destinations"]), + ("negativaty", &["negativity"]), + ("hashi", &["hash"]), + ("diagnosted", &["diagnose"]), + ("callbck", &["callback"]), + ("trasnlated", &["translated"]), + ("casaulties", &["casualties"]), + ("collecte", &["collective"]), + ("arbitryarily", &["arbitrarily"]), + ("matcbh", &["match"]), + ("leanr", &["lean", "learn", "leaner"]), + ("acclerometers", &["accelerometers"]), + ("syntaces", &["syntax", "syntaxes"]), + ("accumalte", &["accumulate"]), + ("specifcied", &["specified"]), + ("gouvener", &["governor"]), + ("atelast", &["atleast"]), + ("calrify", &["clarify"]), + ("optionaly", &["optionally"]), + ("satisfactoraly", &["satisfactory"]), + ("enlargment", &["enlargement"]), + ("miinimise", &["minimise"]), + ("aggrated", &["aggregated"]), + ("datattype", &["datatype"]), + ("facsination", &["fascination"]), + ("recovry", &["recovery"]), + ("desinging", &["designing"]), + ("overriddden", &["overridden"]), + ("arugement", &["argument"]), + ("emphatising", &["emphasising"]), + ("speficeis", &["specifies"]), + ("surplanted", &["supplanted"]), + ("labled", &["labeled"]), + ("merhcant", &["merchant"]), + ("destroyeds", &["destroyers"]), + ("algoristhm", &["algorithm", "algorithms"]), + ("hypoteses", &["hypotheses"]), + ("gerate", &["generate", "gyrate"]), + ("coontent", &["content"]), + ("uneeded", &["unneeded", "unheeded", "needed"]), + ("penetrarion", &["penetration"]), + ("conduiting", &["conducting"]), + ("reconecct", &["reconnect"]), + ("accodr", &["accord"]), + ("participaste", &["participants"]), + ("supervisiors", &["supervisors"]), + ("prosterity", &["prosperity"]), + ("invocies", &["invoices"]), + ("panc", &["panic"]), + ("shirnk", &["shrink"]), + ("inheirtance", &["inheritance"]), + ("confedence", &["conference"]), + ("fundirse", &["fundies"]), + ("performens", &["performers"]), + ("shareing", &["sharing"]), + ("volontary", &["voluntary"]), + ("kidknaps", &["kidnaps"]), + ("expermienter", &["experimenter"]), + ("ungodley", &["ungodly"]), + ("slach", &["slash"]), + ("cofigures", &["configures"]), + ("diganose", &["diagnose"]), + ("satifsying", &["satisfying"]), + ("enlsaved", &["enslaved"]), + ("ehtnically", &["ethnically"]), + ("televsion", &["television"]), + ("steriods", &["steroids"]), + ("archaology", &["archeology", "archaeology"]), + ("delpoying", &["deploying"]), + ("presitigous", &["prestigious"]), + ("coneects", &["connects"]), + ("explosvies", &["explosives"]), + ("inconveniet", &["inconvenient"]), + ("managets", &["managers"]), + ("diffence", &["difference"]), + ("effectice", &["effective"]), + ("packats", &["packets"]), + ("childrends", &["childrens"]), + ("condescenscion", &["condescension"]), + ("foreingers", &["foreigners"]), + ("headerr", &["header"]), + ("coloums", &["columns"]), + ("deleleted", &["deleted"]), + ("scorpiomon", &["scorpion"]), + ("minnestoa", &["minnesota"]), + ("fullsceen", &["fullscreen"]), + ("autmatic", &["automatic"]), + ("updateded", &["updated"]), + ("unsychronise", &["unsynchronise"]), + ("sepererate", &["separate"]), + ("explanes", &["explains"]), + ("distribued", &["distributed"]), + ("untils", &["until", "utils"]), + ("movemnts", &["movements"]), + ("seperable", &["separable"]), + ("stattues", &["statutes"]), + ("implemntations", &["implementations"]), + ("antagonistc", &["antagonistic"]), + ("wathcing", &["watching"]), + ("disconects", &["disconnects"]), + ("infex", &["index"]), + ("polyedral", &["polyhedral"]), + ("nirvanna", &["nirvana"]), + ("accumuated", &["accumulated"]), + ("hispanicos", &["hispanics"]), + ("unrestrictred", &["unrestricted"]), + ("supermarkerts", &["supermarkets"]), + ("activtion", &["activation"]), + ("transparecy", &["transparency"]), + ("curiser", &["cruiser"]), + ("refartor", &["refactor", "refractor"]), + ("inlightening", &["enlightening"]), + ("interepolated", &["interpolated"]), + ("conselation", &["consolation"]), + ("piplines", &["pipelines"]), + ("reseletion", &["reselection"]), + ("complets", &["completes"]), + ("cyprto", &["crypto"]), + ("univrsal", &["universal"]), + ("challeneged", &["challenged"]), + ("buinsesses", &["businesses"]), + ("unconditinally", &["unconditionally"]), + ("cxan", &["cyan"]), + ("frustrantes", &["frustrates"]), + ("autio", &["audio"]), + ("durign", &["during"]), + ("converage", &["converge", "coverage"]), + ("symetri", &["symmetry"]), + ("implemetend", &["implemented"]), + ("presidencey", &["presidency"]), + ("respectifs", &["respects"]), + ("abbort", &["abort", "abbot"]), + ("reevaulating", &["reevaluating"]), + ("histarical", &["historical"]), + ("douchely", &["douchey"]), + ("consumating", &["consummating"]), + ("slite", &["elite", "site", "sleight", "slide"]), + ("adres", &["address"]), + ("conrresponding", &["corresponding"]), + ("ocurring", &["occurring"]), + ("indicato", &["indication"]), + ("assymetrical", &["asymmetrical"]), + ("deconding", &["decoding"]), + ("entreperure", &["entrepreneur"]), + ("expexted", &["expected"]), + ("transohobic", &["transphobic"]), + ("unifnished", &["unfinished"]), + ("upadate", &["update"]), + ("interaxtion", &["interaction"]), + ("refernece", &["reference"]), + ("roundabounts", &["roundabout"]), + ("interessted", &["interested"]), + ("quailty", &["quality"]), + ("neighorhood", &["neighborhood"]), + ("pigun", &["pigeon"]), + ("secion", &["section"]), + ("algororithmically", &["algorithmically"]), + ("ediitors", &["editors"]), + ("scafolder", &["scaffolder"]), + ("abudcted", &["abducted"]), + ("protocools", &["protocols"]), + ("metalurgical", &["metallurgical"]), + ("aribter", &["arbiter"]), + ("tegister", &["register"]), + ("needleslly", &["needlessly"]), + ("regsions", &["regions"]), + ("incorpore", &["incorporate"]), + ("microtransacton", &["microtransactions"]), + ("qoutient", &["quotient"]), + ("uninstaling", &["uninstalling"]), + ("heirarchical", &["hierarchical"]), + ("benefitical", &["beneficial"]), + ("circuitos", &["circuits"]), + ("thown", &["thrown", "town"]), + ("annount", &["announce"]), + ("supposeded", &["supposed"]), + ("tomorrwo", &["tomorrow"]), + ("thouroughly", &["thoroughly"]), + ("poverful", &["powerful"]), + ("channged", &["changed"]), + ("tokenizaing", &["tokenizing"]), + ("unsubscrube", &["unsubscribe"]), + ("exracting", &["extracting"]), + ("anywyas", &["anyways"]), + ("dysfunktional", &["dysfunctional"]), + ("quaruntine", &["quarantine"]), + ("signater", &["signature"]), + ("farse", &["farce"]), + ("psychedelicious", &["psychedelics"]), + ("persecusion", &["persecution"]), + ("enthuasists", &["enthusiasts"]), + ("intriuged", &["intrigued"]), + ("hitboxs", &["hitboxes"]), + ("paretns", &["parents"]), + ("prematurelly", &["prematurely"]), + ("subsequentely", &["subsequently"]), + ("napolen", &["napoleon"]), + ("vocabularly", &["vocabulary"]), + ("consumerisim", &["consumerism"]), + ("adminsiter", &["administer"]), + ("submisison", &["submissions", "submission"]), + ("follwoin", &["following"]), + ("rceate", &["create"]), + ("initailisation", &["initialisation"]), + ("individiually", &["individually"]), + ("viserally", &["viscerally"]), + ("romainan", &["romanian"]), + ("depressieve", &["depressive"]), + ("becauses", &["because"]), + ("distater", &["disaster"]), + ("declartors", &["declarators"]), + ("ellignton", &["ellington"]), + ("requriement", &["requirement"]), + ("inidicated", &["indicated"]), + ("simpilfy", &["simplify"]), + ("funchtionn", &["function"]), + ("headle", &["handle"]), + ("inefficienct", &["inefficient"]), + ("enbraces", &["embraces"]), + ("initmately", &["intimately"]), + ("tought", &["thought", "taught", "tough"]), + ("establishs", &["establishes"]), + ("incosistente", &["inconsistent"]), + ("preparacion", &["preparation"]), + ("cuntaminated", &["contaminated"]), + ("wawe", &["wave"]), + ("represeting", &["representing"]), + ("defragmenation", &["defragmentation"]), + ("hollywod", &["hollywood"]), + ("wiscle", &["whistle"]), + ("guarntees", &["guarantees"]), + ("concelaed", &["concealed"]), + ("expewrimentelly", &["experimentally"]), + ("unrosponsive", &["unresponsive"]), + ("actiavtes", &["activates"]), + ("alterated", &["altered"]), + ("onmiscient", &["omniscient"]), + ("wishlit", &["wishlist"]), + ("wrkloads", &["workloads"]), + ("unborned", &["unborn"]), + ("midfeild", &["midfield"]), + ("workig", &["working"]), + ("discconenctions", &["disconnections"]), + ("journolist", &["journalist"]), + ("telocom", &["telecom"]), + ("desginated", &["designated"]), + ("electrolites", &["electrolytes"]), + ("overweigth", &["overweight"]), + ("abondoning", &["abandoning"]), + ("hallicunations", &["hallucinations"]), + ("battelfield", &["battlefield"]), + ("redistirbutes", &["redistributes"]), + ("champagen", &["champagne"]), + ("replubic", &["republic"]), + ("versatily", &["versatility"]), + ("chnanged", &["changed"]), + ("industiral", &["industrial"]), + ("escaltion", &["escalation"]), + ("creationistas", &["creationists"]), + ("jouranlist", &["journalist"]), + ("rethoric", &["rhetoric"]), + ("perfomranse", &["performance"]), + ("sillabus", &["syllabus"]), + ("fashoned", &["fashioned"]), + ("clearstorys", &["clerestories"]), + ("passionais", &["passions"]), + ("milennium", &["millennium"]), + ("reloccates", &["relocates"]), + ("nationalistisen", &["nationalists"]), + ("droppped", &["dropped"]), + ("optioins", &["options"]), + ("horizzontal", &["horizontal"]), + ("speperate", &["separate"]), + ("brwoser", &["browser"]), + ("confunder", &["confounder"]), + ("circumvernt", &["circumvent"]), + ("comparitively", &["comparatively"]), + ("subscrpition", &["subscriptions"]), + ("characterists", &["characteristics"]), + ("genitalias", &["genitals"]), + ("cobvers", &["covers"]), + ("underdong", &["underdog"]), + ("expements", &["experiments"]), + ("mairlyn", &["marilyn"]), + ("detialing", &["detailing"]), + ("skeptis", &["skeptics"]), + ("viseral", &["visceral"]), + ("opertunities", &["opportunities"]), + ("ciotees", &["coyotes"]), + ("invinicble", &["invincible"]), + ("buffr", &["buffer"]), + ("extreamly", &["extremely"]), + ("praisse", &["praises"]), + ("corsses", &["crosses", "courses"]), + ("physicts", &["physicist"]), + ("protol", &["protocol"]), + ("sirectives", &["directives"]), + ("concentated", &["concentrated"]), + ("loook", &["look"]), + ("egyptain", &["egyptian"]), + ("promordials", &["primordials"]), + ("valuble", &["valuable"]), + ("driagram", &["diagram"]), + ("outreagous", &["outrageous"]), + ("bunding", &["binding", "bounding", "bundling"]), + ("aggreagator", &["aggregator"]), + ("hyopthetically", &["hypothetically"]), + ("enviornmentally", &["environmentally"]), + ("exitt", &["exit"]), + ("appropriato", &["appropriation"]), + ("ypes", &["types"]), + ("equeations", &["equations"]), + ("libertariaism", &["libertarianism"]), + ("stresss", &["stresses"]), + ("consectively", &["consecutively"]), + ("corretly", &["correctly"]), + ("kitches", &["kitchens"]), + ("wesbite", &["website"]), + ("incldue", &["include"]), + ("flashligt", &["flashlight"]), + ("plausability", &["plausibility"]), + ("disctionary", &["dictionary"]), + ("uptreamed", &["upstreamed"]), + ("retailation", &["retaliation"]), + ("exturding", &["extruding"]), + ("tere", &["there", "here"]), + ("insdie", &["inside"]), + ("supproter", &["supporter"]), + ("aggreed", &["agreed"]), + ("serimonial", &["ceremonial"]), + ("costomization", &["customization"]), + ("enthusiastics", &["enthusiasts"]), + ("revelaing", &["revealing"]), + ("moisturizor", &["moisturizer"]), + ("attrbuted", &["attributed"]), + ("multipling", &["multiplying"]), + ("exponentialy", &["exponentially"]), + ("incalid", &["invalid"]), + ("lackered", &["lacquered"]), + ("verticle", &["vertical"]), + ("eccessive", &["excessive"]), + ("scalled", &["scaled"]), + ("replacemnnt", &["replacement"]), + ("avengence", &["vengeance"]), + ("elimenates", &["eliminates"]), + ("degenratet", &["degenerated"]), + ("guas", &["gauss"]), + ("dimention", &["dimension"]), + ("renegoziation", &["renegotiation"]), + ("secceeded", &["seceded", "succeeded"]), + ("srriacha", &["sriracha"]), + ("allacritty", &["alacritty"]), + ("neckboards", &["neckbeards"]), + ("comparition", &["comparison"]), + ("metaphyics", &["metaphysics"]), + ("nagatively", &["negatively"]), + ("cootdinated", &["coordinated"]), + ("conceviable", &["conceivable"]), + ("udates", &["updates"]), + ("converssion", &["conversion"]), + ("bitfiled", &["bitfield"]), + ("disolved", &["dissolved"]), + ("pshycopath", &["psychopath"]), + ("presciuos", &["precious"]), + ("reffer", &["refer"]), + ("experims", &["experiments"]), + ("lern", &["learn", "lean"]), + ("experimetnel", &["experimental"]), + ("charictor", &["character"]), + ("chipstes", &["chipsets"]), + ("coordinar", &["coordinator"]), + ("synomymous", &["synonymous"]), + ("nucelar", &["nuclear"]), + ("hask", &["hash"]), + ("providance", &["providence"]), + ("opnssl", &["openssl"]), + ("magnited", &["magnitude"]), + ("limitited", &["limited"]), + ("poers", &["powers"]), + ("reputposing", &["repurposing"]), + ("inconsequentual", &["inconsequential"]), + ("wahtever", &["whatever"]), + ("dishonesy", &["dishonesty"]), + ("securiy", &["security"]), + ("uncertainities", &["uncertainties"]), + ("calcuates", &["calculates"]), + ("flakeness", &["flakiness"]), + ("gogin", &["going", "gauguin"]), + ("intalled", &["installed"]), + ("runnners", &["runners"]), + ("yout", &["your"]), + ("absoulte", &["absolute"]), + ("shiped", &["shipped"]), + ("expeimental", &["experimental"]), + ("subjectivety", &["subjectively"]), + ("arogant", &["arrogant"]), + ("offcial", &["official"]), + ("wlll", &["will"]), + ("tjpanishad", &["upanishad"]), + ("machne", &["machine"]), + ("kwuzine", &["cuisine"]), + ("determned", &["determined"]), + ("precurors", &["precursor"]), + ("catpures", &["captures"]), + ("autonegotaiations", &["autonegotiations"]), + ("modfieir", &["modifier"]), + ("chanell", &["channel"]), + ("unbareable", &["unbearable"]), + ("lectureres", &["lectures"]), + ("enhencments", &["enhancements"]), + ("experimnetelly", &["experimentally"]), + ("esspecially", &["especially"]), + ("experimtens", &["experiments"]), + ("preject", &["prefect", "project"]), + ("cooldows", &["cooldowns"]), + ("exculding", &["excluding"]), + ("considerant", &["considerate"]), + ("comparispons", &["comparisons"]), + ("shepe", &["shape"]), + ("shtopped", &["stopped", "shopped"]), + ("immserive", &["immersive"]), + ("materiaal", &["material"]), + ("tabke", &["table"]), + ("functiionally", &["functionally"]), + ("conceted", &["concede"]), + ("inexistant", &["inexistent"]), + ("chiuldren", &["children"]), + ("refrigirator", &["refrigerator"]), + ("algorthymic", &["algorithmic"]), + ("varation", &["variation"]), + ("authendicators", &["authenticators"]), + ("graphie", &["graphite"]), + ("renegotioting", &["renegotiating"]), + ("repititions", &["repetitions"]), + ("sercives", &["services"]), + ("misisonary", &["missionary"]), + ("relocatated", &["relocated"]), + ("spolied", &["spoiled"]), + ("finnished", &["finished"]), + ("riaders", &["raiders"]), + ("desnity", &["density", "destiny"]), + ("traingulating", &["triangulating"]), + ("heavilly", &["heavily"]), + ("premissions", &["permissions"]), + ("roiginally", &["originally"]), + ("cleean", &["clean"]), + ("spectacullar", &["spectacularly"]), + ("staurdays", &["saturdays"]), + ("contanting", &["contacting"]), + ("freindzoned", &["friendzoned"]), + ("verifiyng", &["verifying"]), + ("absoulute", &["absolute"]), + ("sunderlund", &["sunderland"]), + ("hypotherical", &["hypothetical"]), + ("accidantely", &["accidentally"]), + ("forgeting", &["forgetting"]), + ("bbefore", &["before"]), + ("restouration", &["restoration"]), + ("poninter", &["pointer"]), + ("referesh", &["refresh"]), + ("originalet", &["originated"]), + ("mozillla", &["mozilla"]), + ("vulnerarbility", &["vulnerability"]), + ("extrapulate", &["extrapolate"]), + ("pumkin", &["pumpkin"]), + ("qualifiactions", &["qualification"]), + ("pased", &["passed", "parsed"]), + ("restauraunts", &["restaurants"]), + ("ilustrate", &["illustrate"]), + ("disapperaing", &["disappearing"]), + ("complexitiy", &["complexity"]), + ("hostory", &["history"]), + ("examinated", &["examined"]), + ("enque", &["enqueue"]), + ("reuired", &["required"]), + ("vindictave", &["vindictive"]), + ("subsitututes", &["substitutes"]), + ("continuousy", &["continuously"]), + ("certifaction", &["certification"]), + ("humanitarien", &["humanitarian"]), + ("interprett", &["interpret"]), + ("iterstions", &["iterations"]), + ("pursude", &["pursued"]), + ("corrensponding", &["corresponding"]), + ("monumentaal", &["monumental"]), + ("paramterization", &["parametrization", "parameterization"]), + ("recieves", &["receives"]), + ("pobably", &["probably"]), + ("ressurects", &["resurrects"]), + ("consctructed", &["constructed"]), + ("kimera", &["chimera"]), + ("unexpetectly", &["unexpectedly"]), + ("resovling", &["resolving"]), + ("origianlly", &["originally"]), + ("assosiacitions", &["associations"]), + ("imperialsm", &["imperialism"]), + ("compromized", &["compromised"]), + ("descripter", &["descriptor"]), + ("radaince", &["radiance"]), + ("handcufs", &["handcuffs"]), + ("predicited", &["predicated"]), + ("prostituto", &["prostitution"]), + ("accelearte", &["accelerate"]), + ("intterupts", &["interrupts"]), + ("alternativelly", &["alternatively"]), + ("victimas", &["victims"]), + ("presure", &["pressure"]), + ("procrastinazione", &["procrastination"]), + ("astonoshing", &["astonishing"]), + ("valentimes", &["valentines"]), + ("certific", &["certificate", "certification"]), + ("allaince", &["alliance"]), + ("exellent", &["excellent"]), + ("accompagned", &["accompanied"]), + ("autherized", &["authorized"]), + ("ineqality", &["inequality"]), + ("paragaph", &["paragraph"]), + ("gravitationnal", &["gravitational"]), + ("trapeziodal", &["trapezoidal"]), + ("seeged", &["sieged"]), + ("intersts", &["interests"]), + ("specifiation", &["specification"]), + ("desiar", &["desire"]), + ("oveflow", &["overflow"]), + ("reimplmentation", &["reimplementation"]), + ("cuase", &["cause"]), + ("incredibily", &["incredibly"]), + ("scandenavian", &["scandinavian"]), + ("namned", &["named"]), + ("capabiilities", &["capabilities"]), + ("advertisment", &["advertisement"]), + ("termniation", &["termination"]), + ("clatified", &["clarified"]), + ("claculator", &["calculator"]), + ("definatily", &["definitely"]), + ("serverlesss", &["serverless"]), + ("necassry", &["necessary"]), + ("automaticly", &["automatically"]), + ("surrenderred", &["surrendered"]), + ("compilaitons", &["compilations"]), + ("chromasomes", &["chromosomes"]), + ("couted", &["counted"]), + ("reguirements", &["requirements"]), + ("sheilds", &["shields"]), + ("pharmasutical", &["pharmaceutical"]), + ("assemblie", &["assemble"]), + ("convervation", &["conservation", "conversation"]), + ("vegaterians", &["vegetarians"]), + ("abdomine", &["abdomen"]), + ("observaton", &["observation"]), + ("enthusists", &["enthusiasts"]), + ("marshamllow", &["marshmallow"]), + ("transcocded", &["transcoded"]), + ("userames", &["usernames"]), + ("combinatorical", &["combinatorial"]), + ("reliabley", &["reliably"]), + ("champage", &["champagne"]), + ("backpacing", &["backpacking"]), + ("abusrdly", &["absurdly"]), + ("vulnderability", &["vulnerability"]), + ("intensitive", &["insensitive", "intensive"]), + ("girlfirend", &["girlfriend"]), + ("woulf", &["would"]), + ("opeatror", &["operator"]), + ("slighly", &["slightly"]), + ("deferance", &["deference"]), + ("agrandizing", &["aggrandizing"]), + ("chateaos", &["châteaux"]), + ("scripe", &["scrape", "scribe", "scrip", "script", "stripe"]), + ("dependecy", &["dependency"]), + ("propositivo", &["proposition"]), + ("surpised", &["surprised"]), + ("inherrently", &["inherently"]), + ("revisting", &["revisiting"]), + ("perpetraron", &["perpetrator"]), + ("explination", &["explanation"]), + ("shorthly", &["shortly"]), + ("reivison", &["revision"]), + ("occures", &["occurs"]), + ("tinterrupts", &["interrupts"]), + ("procrastiantion", &["procrastination"]), + ("execising", &["exercising"]), + ("currentfps", &["currents"]), + ("prooven", &["proven"]), + ("abstenince", &["abstinence"]), + ("speshal", &["special"]), + ("hyerlink", &["hyperlink"]), + ("espically", &["especially"]), + ("prejucides", &["prejudices"]), + ("undergated", &["underrated"]), + ("placeholdr", &["placeholder"]), + ("strkethrough", &["strikethrough"]), + ("cuztomize", &["customize"]), + ("setquential", &["sequential"]), + ("angshiosly", &["anxiously"]), + ("guarenteerd", &["guaranteed"]), + ("chache", &["cache"]), + ("contein", &["contain"]), + ("invalidtes", &["invalidates"]), + ("instsalls", &["installs"]), + ("expiers", &["expires"]), + ("auxillaries", &["auxiliaries"]), + ("stegnographic", &["steganographic"]), + ("trubadors", &["troubadours"]), + ("esccape", &["escape"]), + ("hindisght", &["hindsight"]), + ("permution", &["permutation"]), + ("characaters", &["characters"]), + ("preorded", &["preordered"]), + ("percentagens", &["percentages"]), + ("ggogled", &["googled"]), + ("durring", &["during"]), + ("trasport", &["transport"]), + ("enviornments", &["environments"]), + ("transtator", &["translator"]), + ("hiearchical", &["hierarchical"]), + ("necesarily", &["necessarily"]), + ("trustwhorty", &["trustworthy"]), + ("completelys", &["completes"]), + ("resloved", &["resolved"]), + ("impune", &["impugn"]), + ("proviers", &["providers"]), + ("scuccesses", &["successes"]), + ("emphazises", &["emphasises"]), + ("iself", &["itself"]), + ("comapred", &["compared"]), + ("fesitvals", &["festivals"]), + ("chronicals", &["chronicles"]), + ("affinily", &["affinity"]), + ("prefecth", &["prefetch"]), + ("registartion", &["registration"]), + ("exclusie", &["exclusive"]), + ("restrictes", &["restricts"]), + ("marginaly", &["marginally"]), + ("sutable", &["suitable", "stable"]), + ("comissioning", &["commissioning"]), + ("comparment", &["compartment"]), + ("explosie", &["explosive"]), + ("civelisations", &["civilisations"]), + ("recpies", &["recipes"]), + ("sensasional", &["sensational"]), + ("expection", &["exception", "expectation"]), + ("misquitos", &["mosquitos"]), + ("instrucional", &["instructional"]), + ("inconfortable", &["uncomfortable"]), + ("suggestons", &["suggests"]), + ("bimontly", &["bimonthly"]), + ("proceedes", &["proceeds"]), + ("petrolem", &["petroleum"]), + ("estabish", &["establish"]), + ("whre", &["where"]), + ("litte", &["little"]), + ("coordiinates", &["coordinates"]), + ("publicher", &["publisher"]), + ("alrogithm", &["algorithm"]), + ("expermimenters", &["experimenters"]), + ("nighboring", &["neighboring"]), + ("followig", &["following"]), + ("fariar", &["farrier"]), + ("reminsces", &["reminisces"]), + ("countermeausure", &["countermeasure"]), + ("raotat", &["rotate"]), + ("shakespere", &["shakespeare"]), + ("horizontes", &["horizons"]), + ("althorithmically", &["algorithmically"]), + ("influanced", &["influenced"]), + ("misrepresentated", &["misrepresented"]), + ("renmants", &["remnants"]), + ("intoto", &["into"]), + ("anceints", &["ancients"]), + ("prefferably", &["preferably"]), + ("superseeds", &["supersedes"]), + ("temportary", &["temporary"]), + ("emcompassed", &["encompassed"]), + ("independetn", &["independents"]), + ("bulnerability", &["vulnerability"]), + ("curvasious", &["curvacious"]), + ("replacaiblity", &["replaceability", "replicability"]), + ("unbreakeble", &["unbreakable"]), + ("movemet", &["movement"]), + ("vally", &["valley"]), + ("esctatic", &["ecstatic"]), + ("famoulsy", &["famously"]), + ("betwen", &["between"]), + ("algotrithmic", &["algorithmic"]), + ("affinitze", &["affinitize"]), + ("initisl", &["initials"]), + ("modifaction", &["modification"]), + ("anphitheater", &["amphitheater"]), + ("coercable", &["coercible"]), + ("althorithmic", &["algorithmic"]), + ("extens", &["extends", "externs"]), + ("muniches", &["munchies"]), + ("pacificts", &["pacifist"]), + ("defaulty", &["default"]), + ("sizemologist", &["seismologist"]), + ("istantly", &["instantly"]), + ("incompatibilies", &["incompatibilities"]), + ("momentus", &["moments"]), + ("imlicit", &["implicit"]), + ("interpreteer", &["interpreter"]), + ("bigtory", &["bigotry"]), + ("dynmically", &["dynamically"]), + ("confuguration", &["configuration"]), + ("libertarianists", &["libertarians"]), + ("initilises", &["initialises"]), + ("powre", &["power"]), + ("dissagregation", &["dissaggregation"]), + ("diskrimination", &["discrimination"]), + ("liness", &["lines"]), + ("instrumentul", &["instrumental"]), + ("capablities", &["capabilities"]), + ("repsented", &["repented", "represented"]), + ("buiness", &["business"]), + ("falures", &["failures"]), + ("curruptable", &["corruptible"]), + ("prooxy", &["proxy"]), + ("satuaday", &["saturday"]), + ("transvorms", &["transforms"]), + ("inscpeting", &["inspecting"]), + ("overwirte", &["overwrite"]), + ("bugix", &["bugfix"]), + ("hlep", &["help"]), + ("muncipality", &["municipality"]), + ("specfiied", &["specified"]), + ("picturesk", &["picturesque"]), + ("therstat", &["thermostat"]), + ("degenerare", &["degenerate"]), + ("cerinomially", &["ceremonially"]), + ("indizies", &["indices"]), + ("signatue", &["signatures", "signature"]), + ("orthoganalize", &["orthogonalize"]), + ("strenghened", &["strengthened"]), + ("registing", &["registering"]), + ("appearnce", &["appearance"]), + ("shifteer", &["shifter"]), + ("coult", &["could"]), + ("adjustible", &["adjustable"]), + ("verfifiers", &["verifiers"]), + ("philadelpia", &["philadelphia"]), + ("mississipi", &["mississippi"]), + ("ussing", &["using"]), + ("marijauna", &["marijuana"]), + ("mirorrs", &["mirrors"]), + ("advisorys", &["advisors"]), + ("vry", &["very"]), + ("exlcusions", &["exclusions"]), + ("guestimate", &["guesstimate"]), + ("unintialsied", &["uninitialised"]), + ("misygonist", &["misogynist"]), + ("smallar", &["smaller"]), + ("iamge", &["image"]), + ("soovineer", &["souvenir"]), + ("responsiblty", &["responsibly"]), + ("synthedic", &["synthetic"]), + ("ellapsed", &["elapsed"]), + ("provisionging", &["provisioning"]), + ("cahdidates", &["candidates"]), + ("appropirate", &["appropriate"]), + ("endpionts", &["endpoints"]), + ("progessed", &["progressed"]), + ("segretated", &["segregated"]), + ("caputres", &["captures"]), + ("anonomous", &["anonymous"]), + ("comsume", &["consume"]), + ("phisosophy", &["philosophy"]), + ("encruption", &["encryption"]), + ("faeture", &["feature"]), + ("overbaord", &["overboard"]), + ("elemts", &["elements"]), + ("speficiallifer", &["specifier"]), + ("declars", &["declares", "declared"]), + ("palythroughs", &["playthroughs"]), + ("propechy", &["prophecy"]), + ("paraneter", &["parameter"]), + ("desposit", &["deposit", "deposition"]), + ("charctor", &["character"]), + ("valkryie", &["valkyrie"]), + ("intricicies", &["intricacies"]), + ("soures", &["sources", "sores", "sours", "soured"]), + ("convesration", &["conservation"]), + ("evangelia", &["evangelical"]), + ("domiantes", &["dominates"]), + ("headquater", &["headquarter"]), + ("narcisscism", &["narcissism"]), + ("implictly", &["implicitly"]), + ("rithmicly", &["rhythmically"]), + ("psychidelic", &["psychedelic"]), + ("devide", &["divide", "device"]), + ("asssert", &["assert"]), + ("referrencing", &["referencing"]), + ("relentlessy", &["relentlessly"]), + ("remvoe", &["remove"]), + ("ocassions", &["occasions"]), + ("strctures", &["structures"]), + ("cringewothy", &["cringeworthy"]), + ("trasnlation", &["translation"]), + ("pakcage", &["package"]), + ("relgious", &["religious"]), + ("modifikation", &["modification"]), + ("speficiying", &["specifying"]), + ("adjsence", &["adjacence"]), + ("instanciated", &["instantiated"]), + ("pronography", &["pornography"]), + ("duting", &["during"]), + ("defaulfs", &["defaults"]), + ("despenser", &["dispenser"]), + ("amphetmaine", &["amphetamines"]), + ("latops", &["laptops"]), + ("euphroic", &["euphoric"]), + ("foreseeble", &["foreseeable"]), + ("milliescond", &["millisecond"]), + ("acccessors", &["accessors"]), + ("inaccesible", &["inaccessible"]), + ("dialgo", &["dialog"]), + ("follwinwg", &["following"]), + ("finanically", &["financially"]), + ("poperty", &["property", "properly"]), + ("suspeciously", &["suspiciously"]), + ("knwo", &["know"]), + ("toahiba", &["toshiba"]), + ("applicatons", &["applications"]), + ("poupular", &["popular"]), + ("stressade", &["stressed"]), + ("orignials", &["originals"]), + ("booelan", &["boolean"]), + ("desciribing", &["describing"]), + ("bevcause", &["because"]), + ("acustommed", &["accustomed"]), + ("dreawn", &["drawn"]), + ("chromozome", &["chromosome"]), + ("certiticates", &["certificates"]), + ("professioanl", &["professionals"]), + ("defectus", &["defects"]), + ("backgrounts", &["backgrounds"]), + ("orginasation", &["organisation"]), + ("analogus", &["analogous"]), + ("descriping", &["describing"]), + ("differens", &["differences", "difference"]), + ("susbtantial", &["substantial"]), + ("configuared", &["configured"]), + ("clenaup", &["cleanup"]), + ("unedicated", &["uneducated"]), + ("evalation", &["evaluation"]), + ("paravirutalized", &["paravirtualized"]), + ("completeds", &["completes"]), + ("libraryes", &["libraries"]), + ("conlcusion", &["conclusion"]), + ("attribyes", &["attributes"]), + ("scrpted", &["scripted"]), + ("canoncial", &["canonical"]), + ("frane", &["frame"]), + ("speechs", &["speeches"]), + ("receipients", &["recipients"]), + ("outllook", &["outlook"]), + ("refereneced", &["referenced"]), + ("rabinnical", &["rabbinical"]), + ("theoritically", &["theoretically"]), + ("iniative", &["initiative"]), + ("fromates", &["formats"]), + ("libraies", &["libraries"]), + ("expeense", &["expense"]), + ("offesnively", &["offensively"]), + ("meixcan", &["mexican"]), + ("recongizing", &["recognizing"]), + ("borwser", &["browsers"]), + ("capitalistes", &["capitalists"]), + ("juni", &["june"]), + ("implausble", &["implausible"]), + ("manufactuers", &["manufacturers", "manufactures"]), + ("enthicity", &["ethnicity"]), + ("colonialsm", &["colonialism"]), + ("codespel", &["codespell"]), + ("reconnct", &["reconnect"]), + ("maybelle", &["maybelline"]), + ("disretion", &["discretion"]), + ("eextracts", &["extracts"]), + ("multliplier", &["multiplier"]), + ("manifestons", &["manifests"]), + ("incomprehesible", &["incomprehensible"]), + ("sequencess", &["sequences"]), + ("bumpting", &["bumping"]), + ("personaly", &["personally"]), + ("denomintor", &["denominator"]), + ("startegy", &["strategy"]), + ("capsulers", &["capsules"]), + ("illegalls", &["illegals"]), + ("regalar", &["regular"]), + ("infomed", &["informed"]), + ("parocheelly", &["parochially"]), + ("sytactical", &["syntactical"]), + ("ascconciated", &["associated"]), + ("emiited", &["emitted"]), + ("debbuger", &["debugger"]), + ("confederecy", &["confederacy"]), + ("disciplinairy", &["disciplinary"]), + ("proceseses", &["processes"]), + ("anopther", &["another"]), + ("absailing", &["abseiling"]), + ("probabilties", &["probabilities"]), + ("senteces", &["sentences"]), + ("stawk", &["stalk"]), + ("escalative", &["escalate"]), + ("distribuition", &["distribution"]), + ("redistirbuted", &["redistributed"]), + ("paranetrized", &["parameterized"]), + ("detuschland", &["deutschland"]), + ("acknowlegdes", &["acknowledges"]), + ("descover", &["discover"]), + ("transfarring", &["transferring"]), + ("exting", &["existing", "exiting", "texting"]), + ("avoinded", &["avoided"]), + ("dcoked", &["docked"]), + ("simlutaneously", &["simultaneously"]), + ("socioligical", &["sociological"]), + ("aache", &["ache", "cache"]), + ("trucate", &["truncate"]), + ("untimatly", &["ultimately"]), + ("chescksums", &["checksums"]), + ("pedestrains", &["pedestrians"]), + ("pasturized", &["pasteurized"]), + ("ctificated", &["certificated"]), + ("unchangeble", &["unchangeable"]), + ("multipliy", &["multiply"]), + ("tentacuel", &["tentacle"]), + ("initialialise", &["initialise"]), + ("pruchases", &["purchases"]), + ("acquaintences", &["acquaintances"]), + ("hierarhcical", &["hierarchical"]), + ("persecucion", &["persecution"]), + ("ofsetted", &["offsetted"]), + ("convient", &["convenient", "convent"]), + ("steroetypes", &["stereotypes"]), + ("characterstically", &["characteristically"]), + ("thikns", &["thinks"]), + ("conlcuded", &["concluded"]), + ("initializaton", &["initialization"]), + ("addtion", &["addition"]), + ("unneccessarily", &["unnecessarily"]), + ("colision", &["collision"]), + ("dissapointment", &["disappointment"]), + ("oustiders", &["outsiders"]), + ("handshaling", &["handshaking"]), + ("streigtness", &["straightness"]), + ("ue", &["use", "due"]), + ("throttleing", &["throttling"]), + ("deiners", &["deniers"]), + ("vacumed", &["vacuumed"]), + ("vulnerabilility", &["vulnerability"]), + ("substutite", &["substitutes", "substitute"]), + ("currenct", &["current"]), + ("consttructor", &["constructor"]), + ("benchamarking", &["benchmarking"]), + ("deifnes", &["defines"]), + ("excecutor", &["executor"]), + ("spefixically", &["specifically"]), + ("verfified", &["verified"]), + ("guarranteed", &["guaranteed"]), + ("becacdd", &["because"]), + ("ertors", &["errors", "terrors"]), + ("swasitka", &["swastika"]), + ("mutully", &["mutually"]), + ("retreeve", &["retrieve"]), + ("angshus", &["anxious"]), + ("broadbad", &["broadband"]), + ("inpsector", &["inspector"]), + ("butons", &["buttons"]), + ("analaysis", &["analysis"]), + ("rescourcing", &["resourcing"]), + ("dicates", &["dictates"]), + ("extist", &["exist"]), + ("seprated", &["separated"]), + ("pengwen", &["penguin"]), + ("conjunciton", &["conjunction"]), + ("imaginaton", &["imagination"]), + ("lolal", &["total"]), + ("discrace", &["disgrace"]), + ("standartds", &["standards"]), + ("chrash", &["crash", "thrash", "trash"]), + ("millisencond", &["millisecond"]), + ("originalty", &["originality"]), + ("wiating", &["waiting"]), + ("immeadiate", &["immediate"]), + ("favourits", &["favourites"]), + ("ciriteria", &["criteria"]), + ("effortlesly", &["effortlessly"]), + ("autherization", &["authorization"]), + ("exprot", &["export"]), + ("notifiaction", &["notification"]), + ("cataclismical", &["cataclysmic"]), + ("intrinsecally", &["intrinsically"]), + ("dimenionsal", &["dimensional"]), + ("proclomation", &["proclamation"]), + ("containerr", &["container"]), + ("supresing", &["suppressing"]), + ("conent", &["content"]), + ("dealershits", &["dealerships"]), + ("materal", &["material"]), + ("becaouse", &["because"]), + ("sepulchrly", &["sepulchrally"]), + ("imperialst", &["imperialist"]), + ("trrigering", &["triggering"]), + ("paltette", &["palette"]), + ("indivdually", &["individually"]), + ("enthuseastically", &["enthusiastically"]), + ("approproximation", &["approximation"]), + ("exceprt", &["excerpt"]), + ("expoited", &["exploited"]), + ("intially", &["initially"]), + ("addaptation", &["adaptation"]), + ("wraapp", &["wrap"]), + ("pervail", &["prevail"]), + ("compataility", &["compatibility"]), + ("smaurai", &["samurai"]), + ("maniuplator", &["manipulator"]), + ("phenonemal", &["phenomenal"]), + ("impovershied", &["impoverished"]), + ("glyh", &["glyph"]), + ("integreated", &["integrated"]), + ("custoisable", &["customisable"]), + ("guarenteedes", &["guarantees"]), + ("renegoation", &["renegotiation"]), + ("renditioon", &["rendition"]), + ("inflatabe", &["inflatable"]), + ("typped", &["typed"]), + ("inconsisently", &["inconsistently"]), + ("examplifies", &["exemplifies"]), + ("implemenationd", &["implementation"]), + ("sybsystem", &["subsystem"]), + ("gargage", &["garbage", "garage"]), + ("evalutated", &["evaluated"]), + ("unexspected", &["unexpected"]), + ("recalcuate", &["recalculate"]), + ("collaris", &["collars"]), + ("orientato", &["orientation"]), + ("inclenation", &["inclination"]), + ("discreto", &["discretion"]), + ("detctable", &["detectable"]), + ("attrirbute", &["attribute"]), + ("bootsram", &["bootram"]), + ("diamter", &["diameter"]), + ("suplant", &["supplant"]), + ("uncoditionally", &["unconditionally"]), + ("inteligance", &["intelligence"]), + ("vulnearbilities", &["vulnerabilities"]), + ("cips", &["chips"]), + ("actiavtions", &["activations"]), + ("contributs", &["contributes"]), + ("shineing", &["shining"]), + ("uncorelated", &["uncorrelated"]), + ("savanha", &["savanna"]), + ("repalce", &["replace"]), + ("exclamantion", &["exclamation"]), + ("greatfull", &["grateful", "gratefully"]), + ("transmisisons", &["transmissions"]), + ("boganveelia", &["bougainvillea"]), + ("optimizaing", &["optimizing"]), + ("intsrumental", &["instrumental"]), + ("creaters", &["craters", "creators"]), + ("predessecor", &["predecessor"]), + ("carret", &["caret"]), + ("associtive", &["associative"]), + ("interactes", &["interacts"]), + ("irrisponsible", &["irresponsible"]), + ("writtin", &["written", "writing"]), + ("perisist", &["persist"]), + ("acccessd", &["accessed"]), + ("reconstruciton", &["reconstruction"]), + ("studens", &["students"]), + ("perserves", &["preserves"]), + ("schme", &["scheme"]), + ("pleae", &["please"]), + ("pharmacias", &["pharmacist"]), + ("keywoed", &["keyword"]), + ("sovereinty", &["sovereignty"]), + ("incrementall", &["incremental", "incrementally"]), + ("oprimization", &["optimization"]), + ("excectional", &["exceptional"]), + ("complicaed", &["complicate"]), + ("giltchy", &["glitchy"]), + ("donwvotes", &["downvotes"]), + ("unbelievibly", &["unbelievably"]), + ("direcotries", &["directories"]), + ("distirbutions", &["distributions"]), + ("dacquiri", &["daiquiri"]), + ("descreasing", &["decreasing"]), + ("tieth", &["tithe"]), + ("exectued", &["executed"]), + ("cuztomizations", &["customizations"]), + ("yto", &["to"]), + ("parshal", &["marshal", "partial"]), + ("additivies", &["additive"]), + ("conditoinal", &["conditional"]), + ("coalleing", &["coalescing"]), + ("nothink", &["nothing"]), + ("schmeas", &["schemas"]), + ("instrcution", &["instruction"]), + ("interpersonel", &["interpersonal"]), + ("sasuages", &["sausages"]), + ("completition", &["completion"]), + ("subcribed", &["subscribed"]), + ("visualizaton", &["visualization"]), + ("biult", &["built", "build"]), + ("procrastrinating", &["procrastinating"]), + ("prejuduces", &["prejudices"]), + ("appareance", &["appearance"]), + ("algorithmes", &["algorithms"]), + ("initation", &["initiation", "imitation"]), + ("fomulas", &["formula"]), + ("trivival", &["trivial"]), + ("threefor", &["therefor"]), + ("continuare", &["continue"]), + ("referered", &["referred"]), + ("dymamically", &["dynamically"]), + ("scarmbling", &["scrambling"]), + ("gunsiinger", &["gunslinger"]), + ("disconneted", &["disconnected"]), + ("restiring", &["restoring"]), + ("foreignese", &["foreigners"]), + ("loking", &["looking"]), + ("declareation", &["declaration"]), + ("stimilants", &["stimulants"]), + ("recruites", &["recruits"]), + ("ecclectic", &["eclectic"]), + ("environmently", &["environmental"]), + ("authrorisation", &["authorisation"]), + ("protess", &["protests"]), + ("characater", &["caricature", "character"]), + ("schedual", &["schedule"]), + ("impcating", &["impacting"]), + ("rhethorically", &["rhetorically"]), + ("critqued", &["critiqued"]), + ("resoect", &["respect"]), + ("chractors", &["characters"]), + ("medacine", &["medicine"]), + ("contigency", &["contingency"]), + ("schoole", &["schooled", "schools"]), + ("segmends", &["segments"]), + ("percievabley", &["perceivably"]), + ("elephantes", &["elephants"]), + ("milliesconds", &["milliseconds"]), + ("demoliting", &["demolition"]), + ("lunaticos", &["lunatics"]), + ("diggital", &["digital"]), + ("infiltratie", &["infiltrate"]), + ("mehtodically", &["methodically"]), + ("maneer", &["manner"]), + ("reimpliment", &["reimplement"]), + ("ocurr", &["occur"]), + ("bypased", &["bypassed"]), + ("virtualiziation", &["virtualization"]), + ("concsiousness", &["consciousness"]), + ("notorios", &["notorious"]), + ("cocnerns", &["concerns"]), + ("latiudes", &["latitudes"]), + ("dectection", &["detection"]), + ("conveinience", &["convenience"]), + ("beakpoints", &["breakpoints"]), + ("beghaviors", &["behaviors"]), + ("accpetable", &["acceptable"]), + ("infiltraitor", &["infiltrator"]), + ("marganilized", &["marginalized"]), + ("profied", &["profiled"]), + ("backgroud", &["background"]), + ("refecting", &["reflecting"]), + ("ristrict", &["restrict"]), + ("halfiax", &["halifax"]), + ("genration", &["generation"]), + ("discraces", &["disgraces"]), + ("intalls", &["installs"]), + ("endorces", &["endorse"]), + ("performe", &["perform", "performed"]), + ("genrics", &["generics"]), + ("origininates", &["originates"]), + ("rerurn", &["return", "rerun"]), + ("armagedden", &["armageddon"]), + ("envolutionary", &["evolutionary"]), + ("produt", &["product"]), + ("motovational", &["motivational"]), + ("distrubed", &["disturbed"]), + ("catastrohpe", &["catastrophe"]), + ("platnuim", &["platinum"]), + ("jurnied", &["journeyed"]), + ("girlfrined", &["girlfriends"]), + ("turains", &["terrains"]), + ("gettin", &["getting"]), + ("behabiour", &["behaviour"]), + ("rapsadys", &["rhapsodies"]), + ("verex", &["vertex"]), + ("hallusination", &["hallucination"]), + ("analsys", &["analysis"]), + ("susinctly", &["succinctly"]), + ("crewsant", &["croissant"]), + ("murderes", &["murders"]), + ("feld", &["field"]), + ("parametised", &["parametrised"]), + ("noteboooks", &["notebooks"]), + ("philosohpies", &["philosophies"]), + ("upadtes", &["updates"]), + ("suppurt", &["support"]), + ("unifomtity", &["uniformity"]), + ("analises", &["analysis", "analyses"]), + ("expemtions", &["exemptions"]), + ("condmened", &["condemned"]), + ("finishs", &["finishes"]), + ("repesenting", &["representing"]), + ("authetnication", &["authentication"]), + ("cyclistes", &["cyclists"]), + ("uffered", &["buffered"]), + ("hirarcies", &["hierarchies"]), + ("mathetician", &["mathematician"]), + ("spefifier", &["specifier"]), + ("gigaybte", &["gigabyte"]), + ("bourgeoius", &["bourgeois"]), + ("senoirs", &["seniors"]), + ("algorithmi", &["algorithm"]), + ("enchancement", &["enhancement", "enchantment"]), + ("datesets", &["datasets"]), + ("applly", &["apply"]), + ("acyrlic", &["acrylic"]), + ("norwegin", &["norwegian"]), + ("snycing", &["syncing"]), + ("purgable", &["purgeable"]), + ("equilibrum", &["equilibrium"]), + ("sherifs", &["sheriffs"]), + ("seflies", &["selfies"]), + ("dishonet", &["dishonesty"]), + ("clcoksource", &["clocksource"]), + ("ome", &["some"]), + ("consultate", &["consultant"]), + ("standbuy", &["standby"]), + ("poninted", &["pointed"]), + ("triggger", &["trigger"]), + ("specifc", &["specific"]), + ("dcumented", &["documented"]), + ("prinicpal", &["principal"]), + ("peaces", &["pieces", "peace"]), + ("recogniton", &["recognition"]), + ("carryng", &["carrying"]), + ("btye", &["byte"]), + ("variabe", &["variable"]), + ("flatteur", &["flatter"]), + ("bersekrer", &["berserker"]), + ("meeans", &["means"]), + ("beginnins", &["beginnings"]), + ("consntantly", &["constantly"]), + ("progresison", &["progressions"]), + ("babysittng", &["babysitting"]), + ("imediately", &["immediately"]), + ("insctuction", &["instruction"]), + ("positionnal", &["positional"]), + ("twords", &["towards"]), + ("excetuting", &["executing"]), + ("dispesnary", &["dispensary"]), + ("merchanise", &["merchandise"]), + ("socilaist", &["socialist"]), + ("insrugency", &["insurgency"]), + ("reguardless", &["regardless"]), + ("favuourites", &["favourites"]), + ("dungoen", &["dungeon"]), + ("manifestaion", &["manifestation"]), + ("copyritghted", &["copyrighted"]), + ("gatherins", &["gatherings"]), + ("comfortablity", &["comfortably"]), + ("depdends", &["depends"]), + ("liberaries", &["libraries"]), + ("santity", &["sanctity", "sanity"]), + ("serailzied", &["serialized"]), + ("accompianed", &["accompanied"]), + ("renegotionations", &["renegotiations"]), + ("modificaiton", &["modification"]), + ("wendsday", &["wednesday"]), + ("numberring", &["numbering"]), + ("renegotitates", &["renegotiates"]), + ("alingments", &["alignments"]), + ("apprieciating", &["appreciating"]), + ("creationst", &["creationist"]), + ("disasssembler", &["disassembler"]), + ("recconecctions", &["reconnections"]), + ("releas", &["release"]), + ("argreements", &["agreements"]), + ("interfact", &["interact", "interface"]), + ("descritpion", &["descriptions", "description"]), + ("regaridng", &["regarding"]), + ("serach", &["search"]), + ("candadate", &["candidate"]), + ("converion", &["conversion"]), + ("cartdrige", &["cartridge"]), + ("inituition", &["initiation"]), + ("notfication", &["notification"]), + ("banruptcy", &["bankruptcy"]), + ("attrubytes", &["attributes"]), + ("intimitaded", &["intimidated"]), + ("explicty", &["explicitly", "explicit"]), + ("intallationpath", &["installationpath"]), + ("collaboratin", &["collaboration"]), + ("malyasian", &["malaysian"]), + ("insticnts", &["instincts"]), + ("promatory", &["promontory"]), + ("unworthly", &["unworthy"]), + ("mistreaded", &["mistreated"]), + ("cloen", &["clone"]), + ("poiint", &["point"]), + ("headhsot", &["headshot"]), + ("awnser", &["answer"]), + ("embarasses", &["embarrasses"]), + ("partcipate", &["participate"]), + ("constucter", &["constructor"]), + ("accountents", &["accountants"]), + ("featcher", &["feather", "feature", "fetcher"]), + ("congresional", &["congressional"]), + ("locaizes", &["localizes"]), + ("intervining", &["intervening"]), + ("shakesperean", &["shakespeare"]), + ("gueswork", &["guesswork"]), + ("absoleted", &["obsoleted"]), + ("garfied", &["garfield"]), + ("interveing", &["intervening"]), + ("destoryers", &["destroyers"]), + ("inputsream", &["inputstream"]), + ("negotiatons", &["negotiations"]), + ("destinguish", &["distinguish"]), + ("mentaly", &["mentally"]), + ("reallocaion", &["reallocation"]), + ("resstrictions", &["restrictions"]), + ("assembleing", &["assembling"]), + ("appendent", &["appended"]), + ("digitis", &["digits"]), + ("experiances", &["experiences"]), + ("scrubed", &["scrubbed"]), + ("germanos", &["germans"]), + ("fecthes", &["fetches"]), + ("obcject", &["object"]), + ("developmnet", &["developments"]), + ("nostirls", &["nostrils"]), + ("customisatons", &["customisations"]), + ("revlalidation", &["revalidation"]), + ("inquier", &["inquire"]), + ("acedamia", &["academia"]), + ("ebst", &["best"]), + ("birmingharam", &["birmingham"]), + ("jersyes", &["jerseys"]), + ("introvertie", &["introverted"]), + ("renegoziators", &["renegotiators"]), + ("cummunicate", &["communicate"]), + ("convinve", &["convince"]), + ("prependet", &["prepended"]), + ("operattion", &["operation"]), + ("earlist", &["earliest"]), + ("leace", &["leave"]), + ("approachs", &["approaches"]), + ("beuracracy", &["bureaucracy"]), + ("perservation", &["preservation"]), + ("unnistall", &["uninstall"]), + ("ading", &["adding"]), + ("substentially", &["substantially"]), + ("nuclean", &["unclean"]), + ("skagerak", &["skagerrak"]), + ("denonimator", &["denominator"]), + ("volunteed", &["volunteered"]), + ("desciribe", &["describe"]), + ("muext", &["mutex"]), + ("tramsmitted", &["transmitted"]), + ("algorthyns", &["algorithms"]), + ("signifiant", &["significant"]), + ("indepenedent", &["independent"]), + ("dictrionaries", &["dictionaries"]), + ("invulenrable", &["invulnerable"]), + ("kongregation", &["congregation"]), + ("suprimacist", &["supremacist"]), + ("profesional", &["professional"]), + ("inut", &["input"]), + ("innoavtion", &["innovations"]), + ("limition", &["limitation"]), + ("expectatoins", &["expectations"]), + ("shoudle", &["should"]), + ("skepticles", &["skeptics"]), + ("expereience", &["experience"]), + ("austair", &["austere"]), + ("messae", &["message", "messy"]), + ("playthroughers", &["playthroughs"]), + ("transmiting", &["transmitting"]), + ("disshearteningly", &["dishearteningly"]), + ("componoents", &["components"]), + ("fewd", &["few", "feud"]), + ("parseing", &["parsing"]), + ("misalinged", &["misaligned"]), + ("constantsm", &["constants"]), + ("simulato", &["simulation"]), + ("expermentel", &["experimental"]), + ("parokeal", &["parochial"]), + ("categogy", &["category"]), + ("isssues", &["issues"]), + ("mimatching", &["mismatching"]), + ("optioanl", &["optional"]), + ("minimzes", &["minimizes"]), + ("benging", &["binging"]), + ("pythong", &["python"]), + ("bengalos", &["bengals"]), + ("inconveniente", &["inconvenience"]), + ("procees", &["proceeds", "process"]), + ("mcalren", &["mclaren"]), + ("irrelavent", &["irrelevant"]), + ("execue", &["execute"]), + ("defauts", &["defaults"]), + ("genereates", &["generates"]), + ("mutablity", &["mutability"]), + ("orieations", &["orientations"]), + ("psychiatist", &["psychiatrist"]), + ("perpertators", &["perpetrators"]), + ("underpowred", &["underpowered"]), + ("helerps", &["helpers"]), + ("manifistation", &["manifestation"]), + ("custonisable", &["customisable"]), + ("sepertators", &["separators"]), + ("opten", &["often", "open"]), + ("impresive", &["impressive"]), + ("seaches", &["searches"]), + ("arbitrion", &["arbitration"]), + ("governemnts", &["governments"]), + ("thunberbolt", &["thunderbolt"]), + ("metamophosis", &["metamorphosis"]), + ("sandobx", &["sandbox"]), + ("upating", &["updating"]), + ("addersses", &["addresses"]), + ("experse", &["expense", "express"]), + ("krankenstein", &["frankenstein"]), + ("expermental", &["experimental"]), + ("regardnig", &["regarding"]), + ("oberves", &["observes"]), + ("pickyunes", &["picayunes"]), + ("unnecssary", &["unnecessary"]), + ("performous", &["performs"]), + ("infectin", &["infections"]), + ("creted", &["created"]), + ("calucalted", &["calculated"]), + ("warrents", &["warrants"]), + ("expectionally", &["exceptionally"]), + ("paychologist", &["psychologist"]), + ("follwwers", &["followers"]), + ("bimillenium", &["bimillennium"]), + ("correespond", &["correspond"]), + ("duplicatess", &["duplicates"]), + ("assembeld", &["assembled"]), + ("litquid", &["liquid"]), + ("alterante", &["alternate"]), + ("resolvinf", &["resolving"]), + ("harcoding", &["hardcoding"]), + ("wrythed", &["writhed"]), + ("firball", &["fireball", "furball"]), + ("stormfrount", &["stormfront"]), + ("spoitfy", &["spotify"]), + ("folowinwg", &["following"]), + ("restricion", &["restriction"]), + ("concentrace", &["concentrate"]), + ("caclulus", &["calculus"]), + ("specfify", &["specify"]), + ("acoording", &["according"]), + ("interacively", &["interactively"]), + ("brokeness", &["brokenness"]), + ("analizes", &["analyzes"]), + ("cooldwons", &["cooldowns"]), + ("speficitier", &["specifier"]), + ("activistion", &["activision"]), + ("onlt", &["only"]), + ("kalidescope", &["kaleidoscope"]), + ("recreateation", &["recreation"]), + ("accessort", &["accessor"]), + ("inflamation", &["inflammation"]), + ("beyound", &["beyond"]), + ("encrrypted", &["encrypted"]), + ("eleminated", &["eliminated"]), + ("xenophoby", &["xenophobia"]), + ("systamatic", &["systematic"]), + ("verifieing", &["verifying"]), + ("occurances", &["occurrences"]), + ("rektifications", &["certifications"]), + ("impressin", &["impressions"]), + ("allocatbale", &["allocatable"]), + ("comapny", &["company"]), + ("promsicuous", &["promiscuous"]), + ("syntakt", &["syntax"]), + ("lozonya", &["lasagna"]), + ("murderus", &["murders"]), + ("aquisition", &["acquisition"]), + ("exctract", &["extract"]), + ("convense", &["convince"]), + ("lepard", &["leopard"]), + ("sysyems", &["systems"]), + ("corresponsding", &["corresponding"]), + ("interpreteert", &["interpreter"]), + ("coordinites", &["coordinates"]), + ("aliase", &["aliases", "alias"]), + ("bulding", &["building"]), + ("supportet", &["supporter", "supported"]), + ("tranmsission", &["transmissions"]), + ("mininum", &["minimum"]), + ("agorithm", &["algorithm"]), + ("disqaulified", &["disqualified"]), + ("siginify", &["signify"]), + ("bradcast", &["broadcast"]), + ("protrayed", &["portrayed"]), + ("comiting", &["committing"]), + ("nanosencond", &["nanosecond"]), + ("uplaoded", &["uploaded"]), + ("amonst", &["amongst"]), + ("virgings", &["virgins"]), + ("cigarrettes", &["cigarettes"]), + ("liberatrianism", &["libertarianism"]), + ("unexpect", &["unexpected"]), + ("relocaiton", &["relocation"]), + ("speculatin", &["speculation"]), + ("recide", &["reside"]), + ("strema", &["stream"]), + ("texturers", &["textures"]), + ("reminiscense", &["reminiscence"]), + ("pixelx", &["pixels", "pixel"]), + ("automanifactured", &["automanufactured"]), + ("terurns", &["returns"]), + ("cople", &["couple"]), + ("bounsary", &["boundary"]), + ("expeirimenters", &["experimenters"]), + ("reciding", &["residing"]), + ("namepace", &["namespace"]), + ("lenghthy", &["lengthy"]), + ("overcrouded", &["overcrowded"]), + ("authecated", &["authenticated"]), + ("distubring", &["disturbing"]), + ("sometines", &["sometimes"]), + ("execuitable", &["executable"]), + ("declartions", &["declarations"]), + ("userapace", &["userspace"]), + ("portugese", &["portuguese"]), + ("savgroup", &["savegroup"]), + ("assosiates", &["associates"]), + ("covenental", &["covenant"]), + ("cipersuites", &["ciphersuites"]), + ("ovservable", &["observable"]), + ("surprizing", &["surprising"]), + ("pyschology", &["psychology"]), + ("undertable", &["understandable", "understand"]), + ("shaodws", &["shadows"]), + ("dissapper", &["disappear"]), + ("approppriately", &["appropriately"]), + ("statring", &["starting"]), + ("antagonisitic", &["antagonistic"]), + ("redability", &["readability"]), + ("transferers", &["transfers"]), + ("sasuage", &["sausage"]), + ("declartators", &["declarators"]), + ("catloag", &["catalog"]), + ("reuest", &["request"]), + ("renegotitaing", &["renegotiating"]), + ("kunckles", &["knuckles"]), + ("subnegotations", &["subnegotiations"]), + ("daugther", &["daughter"]), + ("completelyl", &["completely"]), + ("yementite", &["yemenite", "yemeni"]), + ("languqge", &["language"]), + ("friendboned", &["friendzoned"]), + ("sitaution", &["situation"]), + ("africanos", &["africans"]), + ("omnishience", &["omniscience"]), + ("forsekan", &["forsaken"]), + ("parenthsis", &["parenthesis"]), + ("annaying", &["annoying"]), + ("onmishints", &["omniscience"]), + ("distribitor", &["distributor"]), + ("chrminance", &["chrominance"]), + ("qwesant", &["croissant"]), + ("keyward", &["keyword"]), + ("contets", &["contents", "contexts"]), + ("thik", &["thick", "think"]), + ("elicided", &["elicited"]), + ("ressapee", &["recipe"]), + ("consomation", &["consolation"]), + ("explicilt", &["explicit"]), + ("brodaway", &["broadway"]), + ("winchestor", &["winchester"]), + ("inconsisent", &["inconsistent"]), + ("invertendo", &["inverted"]), + ("straightmen", &["straighten"]), + ("tye", &["type", "tie"]), + ("execuited", &["executed"]), + ("puplate", &["populate"]), + ("conviniencys", &["conveniences"]), + ("naughtly", &["naughty"]), + ("debth", &["depth"]), + ("orgainzer", &["organizer"]), + ("sinoid", &["sinusoid"]), + ("redirec", &["redirect"]), + ("coonstantly", &["constantly"]), + ("millsencond", &["millisecond"]), + ("replacite", &["replicate"]), + ("mulltiple", &["multiple"]), + ("transpatrent", &["transparent"]), + ("connetor", &["connector"]), + ("attribuition", &["attribution"]), + ("mercurcy", &["mercury"]), + ("transfrom", &["transform"]), + ("unsubstantianted", &["unsubstantiated"]), + ("memmics", &["mimics"]), + ("follewin", &["following"]), + ("recoverys", &["recovers"]), + ("gentlemanne", &["gentlemen"]), + ("ideolouges", &["ideologies"]), + ("langht", &["length"]), + ("substantiable", &["substantial"]), + ("scenarious", &["scenarios"]), + ("dectecte", &["detect", "detected", "detects"]), + ("componemts", &["components"]), + ("highligjts", &["highlights"]), + ("cahange", &["change"]), + ("scriipt", &["script"]), + ("envioment", &["environment"]), + ("abondoned", &["abandoned"]), + ("dicovering", &["discovering"]), + ("catagorizations", &["categorizations"]), + ("detahced", &["detached"]), + ("exceutors", &["executors"]), + ("certificaat", &["certificate"]), + ("euclidian", &["euclidean"]), + ("mainfest", &["manifest"]), + ("databaeses", &["databases"]), + ("traveersing", &["traversing"]), + ("functitonal", &["functional"]), + ("dunegons", &["dungeons"]), + ("permssions", &["permissions"]), + ("morhpine", &["morphine"]), + ("moint", &["mount"]), + ("rapsady", &["rhapsody"]), + ("labbel", &["label"]), + ("understandebly", &["understandably"]), + ("metagem", &["metagame"]), + ("temlate", &["template"]), + ("spefifiable", &["specifiable"]), + ("adivce", &["advice", "advise"]), + ("locaes", &["locates"]), + ("sorkflow", &["workflow"]), + ("cootdinating", &["coordinating"]), + ("commectivity", &["connectivity"]), + ("simptumatic", &["symptomatic"]), + ("bureaucracie", &["bureaucratic"]), + ("tiggering", &["triggering"]), + ("whitsling", &["whistling"]), + ("goruotine", &["goroutine"]), + ("wiyh", &["with"]), + ("unexpanced", &["unexpanded"]), + ("popuplation", &["population"]), + ("undertsand", &["understands", "understand"]), + ("escalatin", &["escalation"]), + ("fuctions", &["functions"]), + ("tutoriel", &["tutorial"]), + ("timesamps", &["timestamps"]), + ("heree", &["here"]), + ("canvase", &["canvas"]), + ("pertubates", &["perturbs"]), + ("calcualted", &["calculated"]), + ("approxiamtely", &["approximately"]), + ("hygeine", &["hygiene"]), + ("bejiing", &["beijing"]), + ("condamning", &["condemning"]), + ("programmmed", &["programme"]), + ("exerternal", &["external"]), + ("sumation", &["summation"]), + ("indicatess", &["indicates"]), + ("memerships", &["memberships"]), + ("acftually", &["factually"]), + ("statemnt", &["statement"]), + ("strat", &["start", "strata"]), + ("excludle", &["exclude"]), + ("protestare", &["protesters"]), + ("emptniess", &["emptiness"]), + ("subnegothiation", &["subnegotiation"]), + ("triguered", &["triggered"]), + ("onslaugth", &["onslaught"]), + ("soveregnity", &["sovereignty"]), + ("facilitarte", &["facilitate"]), + ("rehersing", &["rehearsing"]), + ("corecct", &["correct"]), + ("developpe", &["develop"]), + ("alisas", &["alias", "aliases"]), + ("exlusionary", &["exclusionary"]), + ("sepearate", &["separate"]), + ("prodominantly", &["predominantly"]), + ("certin", &["certain"]), + ("offser", &["offset"]), + ("medicince", &["medicine"]), + ("landins", &["landings"]), + ("possibities", &["possibilities"]), + ("piblisher", &["publisher"]), + ("insentivises", &["insensitive"]), + ("dislikse", &["dislikes"]), + ("modukles", &["modules"]), + ("unlcoks", &["unlocks"]), + ("potention", &["potential"]), + ("configuuration", &["configuration"]), + ("horader", &["hoarder"]), + ("participare", &["participate"]), + ("givne", &["given"]), + ("askreddt", &["askreddit"]), + ("automaticlly", &["automatically"]), + ("correccion", &["correction"]), + ("storyteling", &["storytelling"]), + ("questiosn", &["questions"]), + ("tenatious", &["tenacious"]), + ("invertation", &["inversion"]), + ("floruish", &["flourish"]), + ("importerad", &["imported"]), + ("engeneering", &["engineering"]), + ("colorpsace", &["colorspace"]), + ("servised", &["serviced"]), + ("inernally", &["internally"]), + ("disastrosa", &["disastrous"]), + ("compesition", &["composition"]), + ("equilvalently", &["equivalently"]), + ("ouputs", &["outputs"]), + ("woukd", &["would"]), + ("sillybus", &["syllabus"]), + ("vulberabuilitis", &["vulnerabilities"]), + ("estiamte", &["estimate"]), + ("exisitng", &["existing", "exiting"]), + ("deacitivation", &["deactivation"]), + ("disappering", &["disappearing"]), + ("servces", &["services", "serves"]), + ("monstrosoty", &["monstrosity"]), + ("nnot", &["not"]), + ("terriories", &["territories"]), + ("speeling", &["spelling"]), + ("successeurs", &["successes"]), + ("terrirories", &["territories"]), + ("pennisula", &["peninsula"]), + ("suppies", &["supplies"]), + ("extortin", &["extortion"]), + ("projecties", &["projectiles"]), + ("equavalent", &["equivalent"]), + ("maintinance", &["maintenance"]), + ("revoluitons", &["revolutions"]), + ("schedualing", &["scheduling"]), + ("parge", &["large"]), + ("animaite", &["animate"]), + ("illegetimate", &["illegitimate"]), + ("striclty", &["strictly"]), + ("resolveres", &["resolves"]), + ("defendre", &["defender"]), + ("subnegotitations", &["subnegotiations"]), + ("hashtabke", &["hashtable"]), + ("undeterministic", &["indeterministic"]), + ("neighbur", &["neighbor"]), + ("practicarlo", &["practical"]), + ("trasnphobic", &["transphobic"]), + ("colaborations", &["collaborations"]), + ("coexsits", &["coexists"]), + ("unterlying", &["underlying"]), + ("sewrvice", &["service"]), + ("naibhors", &["neighbor", "neighbors"]), + ("stero", &["stereo"]), + ("unwarrented", &["unwarranted"]), + ("quanities", &["quantities"]), + ("offereing", &["offering"]), + ("aligined", &["aligned"]), + ("overpaied", &["overpaid"]), + ("capitans", &["captains"]), + ("permutions", &["permutations"]), + ("anphatheater", &["amphitheater"]), + ("originallity", &["originality"]), + ("furfill", &["fulfill"]), + ("eddges", &["edges"]), + ("indetifiable", &["identifiable"]), + ("prediciment", &["predicament"]), + ("cenarios", &["scenarios"]), + ("discovring", &["discovering"]), + ("phlematic", &["phlegmatic"]), + ("grandient", &["gradient"]), + ("neighborghs", &["neighbors"]), + ("deterioriating", &["deteriorating"]), + ("uniterrupted", &["uninterrupted"]), + ("hestitate", &["hesitate"]), + ("eleminate", &["eliminate"]), + ("vegitarions", &["vegetarians"]), + ("assset", &["asset"]), + ("seamlessley", &["seamlessly"]), + ("complilations", &["complications"]), + ("prodecural", &["procedural"]), + ("depandancy", &["dependency"]), + ("maximim", &["maximum"]), + ("vetex", &["vertex"]), + ("perticipation", &["participation"]), + ("lits", &["list"]), + ("spefiifeirs", &["specifiers"]), + ("aboroginal", &["aboriginal"]), + ("pararmeter", &["parameter"]), + ("contridictory", &["contradictory"]), + ("splitted", &["split"]), + ("pilgrimmages", &["pilgrimages"]), + ("inefficent", &["inefficient"]), + ("streight", &["straight", "strait"]), + ("infintiely", &["infinitely"]), + ("configuratio", &["configuration"]), + ("handeling", &["handling"]), + ("socailists", &["socialists"]), + ("hanling", &["handling"]), + ("produceds", &["produces", "produced"]), + ("cpuld", &["could"]), + ("guarnanty", &["guaranty"]), + ("abillity", &["ability"]), + ("proceesed", &["processed"]), + ("unspefifeid", &["unspecified"]), + ("dragones", &["dragons"]), + ("verifiaction", &["verification"]), + ("speficieir", &["specifier"]), + ("modfying", &["modifying"]), + ("religeously", &["religiously"]), + ("sitckers", &["stickers"]), + ("undertands", &["understands"]), + ("cummulative", &["cumulative"]), + ("organzier", &["organizer"]), + ("amneisa", &["amnesia"]), + ("lighnting", &["lightning"]), + ("teraformed", &["terraformed"]), + ("profissional", &["professional"]), + ("pratically", &["practically"]), + ("helikopter", &["helicopter"]), + ("incompatabable", &["incompatible"]), + ("counpounds", &["compounds"]), + ("imbraser", &["embracer"]), + ("osffsets", &["offsets"]), + ("docomented", &["documented"]), + ("internacional", &["international"]), + ("unocde", &["unicode"]), + ("knoweldgable", &["knowledgable"]), + ("vegaterian", &["vegetarian"]), + ("acccept", &["accept"]), + ("arthrits", &["arthritis"]), + ("enormass", &["enormous"]), + ("broswable", &["browsable"]), + ("phycisians", &["physicians"]), + ("lenghths", &["lengths"]), + ("limitaiton", &["limitation"]), + ("definate", &["definite"]), + ("sensitivy", &["sensitivity", "sensitively"]), + ("clincial", &["clinical"]), + ("policitally", &["politically"]), + ("sigatures", &["signatures"]), + ("compots", &["compost"]), + ("destops", &["desktops"]), + ("enlish", &["english", "enlist"]), + ("consistentcy", &["consistently"]), + ("segfualt", &["segfault"]), + ("papanicalou", &["papanicolaou"]), + ("absestos", &["asbestos"]), + ("physisist", &["physicist"]), + ("prologomena", &["prolegomena"]), + ("offfsets", &["offsets"]), + ("internelized", &["internalized"]), + ("insuffient", &["insufficient"]), + ("boostraping", &["bootstrapping"]), + ("copyrigt", &["copyright"]), + ("precomupted", &["precomputed"]), + ("independets", &["independents"]), + ("varians", &["variants"]), + ("confisgated", &["confiscated"]), + ("hypotheticly", &["hypothetical"]), + ("redefinied", &["redefine"]), + ("popularily", &["popularity"]), + ("obsolte", &["obsolete"]), + ("legnedary", &["legendary"]), + ("crtical", &["critical"]), + ("moratlity", &["mortality"]), + ("voluem", &["volume"]), + ("personnell", &["personnel"]), + ("suspciously", &["suspiciously"]), + ("indiquates", &["indicates"]), + ("discontinous", &["discontinuous"]), + ("contendor", &["contender"]), + ("expept", &["expect", "except"]), + ("tranposing", &["transposing"]), + ("intesnely", &["intensely"]), + ("reviewes", &["reviewers"]), + ("asssumes", &["assumes"]), + ("swearengin", &["swearing"]), + ("tuotirals", &["tutorials"]), + ("photoshoppped", &["photoshopped"]), + ("enahncing", &["enhancing"]), + ("executbles", &["executables"]), + ("ligthhouse", &["lighthouse"]), + ("unrestriced", &["unrestricted"]), + ("transgendred", &["transgendered"]), + ("compatabillity", &["compatibility"]), + ("unlimitied", &["unlimited"]), + ("registratino", &["registration"]), + ("depdenence", &["dependence"]), + ("unfamilair", &["unfamiliar"]), + ("switchign", &["switching"]), + ("particel", &["particle"]), + ("interationalists", &["internationalists"]), + ("incomfortable", &["uncomfortable"]), + ("aclhemist", &["alchemist"]), + ("datatyep", &["datatype"]), + ("patially", &["partially"]), + ("incrment", &["increment"]), + ("bcuckets", &["buckets"]), + ("conditionn", &["condition"]), + ("speparate", &["separate"]), + ("polititians", &["politicians"]), + ("reseach", &["research"]), + ("invovling", &["involving"]), + ("partcularity", &["particularity"]), + ("constrcuct", &["construct"]), + ("motherbords", &["motherboards"]), + ("fortelling", &["foretelling"]), + ("inspries", &["inspires"]), + ("imparital", &["impartial"]), + ("expotition", &["exposition"]), + ("downgradingn", &["downgrading"]), + ("compoesd", &["composed"]), + ("acheivment", &["achievement"]), + ("kenerls", &["kernels"]), + ("opperation", &["operation"]), + ("illess", &["illness"]), + ("negotaite", &["negotiate"]), + ("examle", &["example"]), + ("allopones", &["allophones"]), + ("iniitialized", &["initialized"]), + ("tiitle", &["title"]), + ("natinalism", &["nationalism"]), + ("deleteion", &["deletion"]), + ("authencticate", &["authenticate"]), + ("sociopolical", &["sociological"]), + ("explined", &["explained"]), + ("abbrevating", &["abbreviating"]), + ("implecations", &["implications"]), + ("propertiary", &["proprietary"]), + ("assfalting", &["asphalting"]), + ("unsucessful", &["unsuccessful"]), + ("exhalted", &["exalted"]), + ("thernodynamics", &["thermodynamics"]), + ("acsending", &["ascending"]), + ("locaiton", &["location"]), + ("statuss", &["status"]), + ("presumely", &["presumably"]), + ("obtainig", &["obtaining"]), + ("mistical", &["mystical"]), + ("integates", &["integrates"]), + ("romoted", &["remoted"]), + ("modidfy", &["modify"]), + ("buffring", &["buffering"]), + ("franchines", &["franchises"]), + ("apreciating", &["appreciating"]), + ("quereis", &["queries"]), + ("trasncripts", &["transcripts"]), + ("procedurial", &["procedural"]), + ("aqcuired", &["acquired"]), + ("sqashing", &["squashing"]), + ("illegales", &["illegals"]), + ("instnances", &["instances"]), + ("plcaed", &["placed"]), + ("hierarhcically", &["hierarchically"]), + ("experimanetation", &["experimentation"]), + ("defins", &["defines", "define"]), + ("actvated", &["activated"]), + ("triscaidecaphobia", &["triskaidekaphobia"]), + ("cange", &["change"]), + ("camboda", &["cambodia"]), + ("verfification", &["verification"]), + ("authecators", &["authenticators"]), + ("inlude", &["include"]), + ("obhectifies", &["objectifies"]), + ("organisaions", &["organisations"]), + ("inproper", &["improper"]), + ("recreationnal", &["recreational"]), + ("shystems", &["systems"]), + ("clsoe", &["close"]), + ("profitabiliy", &["profitability"]), + ("chekcing", &["checking"]), + ("discconets", &["disconnects"]), + ("assignement", &["assignment"]), + ("incedents", &["incidents"]), + ("lightergas", &["lighters"]), + ("measurmenets", &["measurements"]), + ("sequense", &["sequence"]), + ("nihilsim", &["nihilism"]), + ("depresso", &["depression"]), + ("utiltiy", &["utility"]), + ("accidnetly", &["accidentally"]), + ("benig", &["being"]), + ("anevironment", &["environment"]), + ("renegotaiation", &["renegotiation"]), + ("avarageing", &["averaging"]), + ("egregrious", &["egregious"]), + ("resuorcing", &["resourcing"]), + ("ciruclating", &["circulating"]), + ("assumus", &["assumes"]), + ("renegotitor", &["renegotiator"]), + ("californnia", &["californian"]), + ("implemnted", &["implemented"]), + ("pascheurises", &["pasteurises"]), + ("deatlhy", &["deathly"]), + ("valeu", &["value"]), + ("experimneters", &["experimenters"]), + ("rearranement", &["rearrangement"]), + ("arrangmeents", &["arrangements"]), + ("dyanmite", &["dynamite"]), + ("administraron", &["administrator"]), + ("stylessheets", &["stylesheets"]), + ("arranagement", &["arrangement"]), + ("metropollis", &["metropolis"]), + ("inteligantly", &["intelligently"]), + ("institutionella", &["institutional"]), + ("varibale", &["variable"]), + ("liasion", &["liaison"]), + ("metatada", &["metadata"]), + ("immedeate", &["immediate"]), + ("endiannes", &["endianness"]), + ("ballisitc", &["ballistic"]), + ("otherwis", &["otherwise"]), + ("unsuprisingly", &["unsurprisingly"]), + ("dataum", &["datum"]), + ("perfomrnace", &["performance"]), + ("transmmit", &["transmit"]), + ("expesses", &["expresses"]), + ("calcluator", &["calculators"]), + ("intermettent", &["intermittent"]), + ("negitiators", &["negotiators"]), + ("restricters", &["restricts"]), + ("reviewr", &["reviewer"]), + ("auxilliary", &["auxiliary"]), + ("necessitive", &["necessities"]), + ("accellerated", &["accelerated"]), + ("epihpany", &["epiphany"]), + ("ignorgs", &["ignores"]), + ("tempraarly", &["temporarily"]), + ("asuming", &["assuming"]), + ("esclusion", &["exclusion"]), + ("reponsible", &["responsible"]), + ("sentinal", &["sentinel"]), + ("vengance", &["vengeance"]), + ("exlcuding", &["excluding"]), + ("malpractce", &["malpractice"]), + ("prvide", &["provide"]), + ("instituded", &["instituted"]), + ("udnerpowered", &["underpowered"]), + ("scandaniva", &["scandinavia"]), + ("strawburries", &["strawberries"]), + ("midpoins", &["midpoint", "midpoints"]), + ("signabl", &["signable", "signal"]), + ("proporting", &["proportion"]), + ("synchroniously", &["synchronously"]), + ("degridation", &["degradation"]), + ("effeciently", &["efficiently"]), + ("cyliders", &["cylinders"]), + ("preveiwers", &["previewers"]), + ("decerned", &["discerned"]), + ("transcipt", &["transcript"]), + ("generalizating", &["generalization"]), + ("maintaner", &["maintainer"]), + ("arbitrairly", &["arbitrarily"]), + ("questiond", &["questioned"]), + ("secue", &["secure"]), + ("entend", &["intend"]), + ("researvations", &["reservations"]), + ("considertaion", &["considerations"]), + ("apporpriate", &["appropriate"]), + ("towrds", &["towards"]), + ("altriustic", &["altruistic"]), + ("uncertaintly", &["uncertainty"]), + ("secrect", &["secret"]), + ("institude", &["instituted"]), + ("competidor", &["competitor"]), + ("variatoins", &["variations"]), + ("asssits", &["assists"]), + ("footnoes", &["footnotes"]), + ("experimdnts", &["experiments"]), + ("administrar", &["administrator"]), + ("preferibly", &["preferably"]), + ("ususal", &["usual"]), + ("expropiated", &["expropriated"]), + ("predection", &["prediction"]), + ("opbjects", &["objects"]), + ("peferential", &["preferential"]), + ("appericate", &["appreciate"]), + ("counsoling", &["counseling"]), + ("pn", &["on"]), + ("unregulared", &["unregulated"]), + ("cigeratte", &["cigarette"]), + ("ownner", &["owner"]), + ("ba", &["by", "be"]), + ("keysenian", &["keynesian"]), + ("multitaking", &["multitasking"]), + ("aassumed", &["assumed"]), + ("minggw", &["mingw"]), + ("thier", &["their"]), + ("hositlity", &["hostility"]), + ("tage", &["stage", "take", "tag", "tagged"]), + ("hinduisum", &["hinduism"]), + ("instincs", &["instincts"]), + ("tsuanmi", &["tsunami"]), + ("restorated", &["restored"]), + ("arethmetic", &["arithmetic"]), + ("execuding", &["executing", "excluding"]), + ("togather", &["together"]), + ("intercollegate", &["intercollegiate"]), + ("esitmated", &["estimated"]), + ("harrasses", &["harassed"]), + ("confimred", &["confirmed"]), + ("becomming", &["becoming"]), + ("justifiaction", &["justifications"]), + ("createin", &["creatine"]), + ("lible", &["libel", "liable"]), + ("canadianese", &["canadians"]), + ("novembeard", &["november"]), + ("infoms", &["informs"]), + ("containining", &["containing"]), + ("simptomatic", &["symptomatic"]), + ("neibors", &["neighbors"]), + ("strutures", &["structures"]), + ("wiredness", &["weirdness"]), + ("interpolar", &["interpolator"]), + ("serailze", &["serialize"]), + ("paralelising", &["parallelising"]), + ("frustraited", &["frustrated"]), + ("commenwealth", &["commonwealth"]), + ("restaraunts", &["restaurants"]), + ("ostensably", &["ostensibly"]), + ("consideras", &["considers"]), + ("exclusuives", &["exclusives"]), + ("releaeing", &["releasing"]), + ("signture", &["signature"]), + ("escapse", &["escapes"]), + ("cimmetrical", &["symmetrical"]), + ("galllery", &["gallery"]), + ("unexcepted", &["unexpected"]), + ("garflied", &["garfield"]), + ("inperfections", &["imperfections"]), + ("confgiuration", &["configuration"]), + ("arugments", &["arguments"]), + ("paratheses", &["parentheses"]), + ("ptd", &["pdf"]), + ("perfomenaces", &["performances"]), + ("correspondg", &["corresponding"]), + ("commiting", &["committing"]), + ("populaties", &["populate"]), + ("paramerter", &["parameter"]), + ("enterprenuer", &["entrepreneur"]), + ("proosed", &["proposed"]), + ("hopelessley", &["hopelessly"]), + ("unsunscribed", &["unsubscribed"]), + ("normlized", &["normalized"]), + ("unmodifable", &["unmodifiable"]), + ("ukraineans", &["ukrainians"]), + ("contans", &["contains"]), + ("uncomitted", &["uncommitted"]), + ("encorcing", &["enforcing"]), + ("neighbourhooods", &["neighbourhoods"]), + ("delimitor", &["delimiter"]), + ("redistributin", &["redistribution"]), + ("dosclosed", &["disclosed"]), + ("possessers", &["possesses"]), + ("negosiator", &["negotiator"]), + ("transparancy", &["transparency"]), + ("somethinhg", &["somethings"]), + ("subcribing", &["subscribing"]), + ("downlading", &["downloading"]), + ("positionnes", &["positions"]), + ("instrace", &["instance"]), + ("adolescene", &["adolescence"]), + ("withput", &["without"]), + ("underwheling", &["underwhelming"]), + ("othe", &["other"]), + ("buffere", &["buffer"]), + ("nurish", &["nourish"]), + ("inproovments", &["improvements"]), + ("proprogators", &["propagators"]), + ("lenguages", &["languages"]), + ("personalitity", &["personality"]), + ("differenes", &["differences"]), + ("consorcium", &["consortium"]), + ("beauquet", &["bouquet"]), + ("traversie", &["traverse"]), + ("restaraunteurs", &["restauranteurs"]), + ("beucase", &["because"]), + ("incorreclty", &["incorrectly"]), + ("noramls", &["normals"]), + ("tempratures", &["temperatures"]), + ("termianl", &["terminal"]), + ("adversiting", &["advertising"]), + ("numberal", &["numeral"]), + ("screenhots", &["screenshots"]), + ("organismus", &["organisms"]), + ("phyiscal", &["physical"]), + ("tomrorow", &["tomorrow"]), + ("crednetials", &["credentials"]), + ("exeuctes", &["executes"]), + ("needels", &["needles"]), + ("registrers", &["registers"]), + ("transprency", &["transparency"]), + ("infromed", &["informed"]), + ("evesdrops", &["eavesdrops"]), + ("playhtrough", &["playthrough"]), + ("optionnaly", &["optionally"]), + ("datatstructure", &["datastructure"]), + ("compansate", &["compensate"]), + ("dectecting", &["detecting"]), + ("comfterble", &["comfortable"]), + ("slaches", &["slashes"]), + ("narcississt", &["narcissist"]), + ("italianos", &["italians"]), + ("inititialization", &["initialization"]), + ("attendents", &["attendants"]), + ("paramterises", &["parameterises"]), + ("fictionaries", &["dictionaries"]), + ("trilinar", &["trilinear", "trillionaire"]), + ("analyzator", &["analyzer"]), + ("difficulte", &["difficulties"]), + ("indepedantly", &["independently"]), + ("langualge", &["language"]), + ("deamonises", &["daemonises"]), + ("lcoation", &["location"]), + ("forenics", &["forensic"]), + ("intimadate", &["intimidate"]), + ("embalance", &["imbalance"]), + ("pronunciacion", &["pronunciation"]), + ("algorthims", &["algorithms"]), + ("colonializm", &["colonialism"]), + ("philisophies", &["philosophies"]), + ("versons", &["versions"]), + ("consitutute", &["constitute"]), + ("sketpic", &["skeptic"]), + ("depcition", &["depiction"]), + ("protcol", &["protocol"]), + ("lablels", &["labels"]), + ("allergisch", &["allergic"]), + ("subscritpion", &["subscriptions", "subscription"]), + ("anormaly", &["abnormally"]), + ("desregarding", &["disregarding"]), + ("negoptionsotiable", &["negotiable"]), + ("despides", &["despised"]), + ("languange", &["language"]), + ("thermomether", &["thermometer"]), + ("existying", &["existing"]), + ("colelction", &["collection"]), + ("unkmown", &["unknown"]), + ("analzyes", &["analyzes"]), + ("invalidting", &["invalidating"]), + ("patameters", &["parameters"]), + ("cirucumstances", &["circumstances"]), + ("illustrasion", &["illustration"]), + ("avisories", &["advisories"]), + ("vould", &["would"]), + ("paticles", &["particles"]), + ("nervouse", &["nervous"]), + ("sirections", &["directions"]), + ("assigments", &["assignments"]), + ("rearrangde", &["rearranged"]), + ("doublerift", &["doublelift"]), + ("enhancment", &["enhancement"]), + ("forulas", &["formulas"]), + ("etroneously", &["erroneously"]), + ("retrvieved", &["retrieved"]), + ("delibitating", &["debilitating"]), + ("runnig", &["running"]), + ("opjecteing", &["objecting"]), + ("defination", &["definition"]), + ("acent", &["ascent"]), + ("marjority", &["majority"]), + ("eveolutionary", &["evolutionary"]), + ("neighboorhood", &["neighborhood"]), + ("tranversal", &["transversal", "traversal"]), + ("relativy", &["relativity"]), + ("sarinomies", &["ceremonies"]), + ("convertr", &["converter"]), + ("epxansion", &["expansion"]), + ("disobeidence", &["disobedience"]), + ("guarunte", &["guarantee"]), + ("newmaticly", &["pneumatically"]), + ("nescessary", &["necessary"]), + ("vallay", &["valet", "valley"]), + ("scriptue", &["scriptures"]), + ("moistruizer", &["moisturizer"]), + ("commplain", &["complain"]), + ("conditianaly", &["conditionally"]), + ("pormetheus", &["prometheus"]), + ("desgustingly", &["disgustingly"]), + ("sytematic", &["systematic"]), + ("peripherials", &["peripherals"]), + ("repote", &["report", "remote"]), + ("spefcifieis", &["specifies"]), + ("incemented", &["incremented"]), + ("deifne", &["define"]), + ("subscirpt", &["subscript"]), + ("ditribute", &["distribute"]), + ("expodition", &["exposition"]), + ("reportign", &["reporting"]), + ("implimention", &["implementation"]), + ("goddanm", &["goddam"]), + ("eventualy", &["eventually"]), + ("overpowed", &["overpowered"]), + ("arbitratry", &["arbitrary"]), + ("aracnid", &["arachnid"]), + ("fantasmically", &["fantastically"]), + ("circuncision", &["circumcision"]), + ("undfined", &["undefined"]), + ("suppliment", &["supplement"]), + ("embarrasing", &["embarrassing"]), + ("laiter", &["later"]), + ("nationalisitc", &["nationalistic"]), + ("augmneters", &["augmenters"]), + ("comletely", &["completely"]), + ("preiodic", &["periodic"]), + ("fascistes", &["fascists"]), + ("gorgous", &["gorgeous"]), + ("labeledby", &["labelledby"]), + ("presuade", &["persuade"]), + ("feetur", &["feature"]), + ("charactrs", &["characters"]), + ("underraker", &["undertaker"]), + ("encouragment", &["encouragement"]), + ("propogation", &["propagation"]), + ("multipllication", &["multiplication"]), + ("recruses", &["recurses"]), + ("comparistons", &["comparisons"]), + ("slewth", &["sleuth"]), + ("effekt", &["effect"]), + ("imperailist", &["imperialist"]), + ("execuse", &["excuse", "execute"]), + ("exlcusive", &["exclusive"]), + ("doman", &["domain"]), + ("invesre", &["inverse"]), + ("prececessor", &["predecessor"]), + ("diagonsis", &["diagnosis"]), + ("characteritic", &["characteristic"]), + ("bachlers", &["bachelors"]), + ("inequallity", &["inequality"]), + ("palyer", &["player"]), + ("abosrption", &["absorption"]), + ("sandnig", &["sanding"]), + ("alocholics", &["alcoholics"]), + ("refences", &["references"]), + ("automotize", &["automotive"]), + ("unsustainble", &["unsustainable"]), + ("unbeliveable", &["unbelievable"]), + ("suspiciois", &["suspicions"]), + ("virtuell", &["virtual"]), + ("subsidezed", &["subsidized"]), + ("infermon", &["inferno"]), + ("apporving", &["approving"]), + ("analysator", &["analyser"]), + ("chernyobl", &["chernobyl"]), + ("ideoligies", &["ideologies"]), + ("failsaves", &["failsafes"]), + ("manues", &["menus"]), + ("posesses", &["possesses"]), + ("misrepreseted", &["misrepresented"]), + ("prevailaing", &["prevailing"]), + ("equiptment", &["equipment"]), + ("soundtrakk", &["soundtrack"]), + ("rearranment", &["rearrangement"]), + ("persumption", &["presumption"]), + ("ambitous", &["ambitious"]), + ("chached", &["cached"]), + ("seperaor", &["separator"]), + ("hanel", &["handle"]), + ("discussiong", &["discussing"]), + ("funvtionality", &["functionality"]), + ("broacast", &["broadcast"]), + ("lewtenant", &["lieutenant"]), + ("diectly", &["directly"]), + ("aso", &["also"]), + ("dispossed", &["disposed", "dispossessed"]), + ("rocord", &["record"]), + ("downgaded", &["downgraded"]), + ("influensed", &["influences"]), + ("imporve", &["improve"]), + ("stroyline", &["storyline"]), + ("nawseously", &["nauseously"]), + ("dectected", &["detected"]), + ("transfomers", &["transforms"]), + ("competitivly", &["competitively"]), + ("allcoating", &["allocating"]), + ("tobbaco", &["tobacco"]), + ("situtaion", &["situation"]), + ("collaberation", &["collaboration"]), + ("soluable", &["soluble"]), + ("transporder", &["transporter"]), + ("appetities", &["appetite"]), + ("distrubted", &["distributed", "disrupted"]), + ("decyphered", &["deciphered"]), + ("machiens", &["machines"]), + ("renegothiating", &["renegotiating"]), + ("regularlizes", &["regularizes"]), + ("paragraps", &["paragraphs"]), + ("clairvoiantes", &["clairvoyants"]), + ("algorihtmic", &["algorithmic"]), + ("ninjs", &["ninja", "ninjas"]), + ("unsespecting", &["unsuspecting"]), + ("proplem", &["problem"]), + ("mointor", &["monitor"]), + ("obejects", &["objects"]), + ("alledges", &["alleges"]), + ("asbtracted", &["abstracted"]), + ("ectsasy", &["ecstasy"]), + ("nework", &["network"]), + ("difficaulties", &["difficulties"]), + ("excpetionally", &["exceptionally"]), + ("obstacal", &["obstacle"]), + ("arbibtrarily", &["arbitrarily"]), + ("downlaod", &["download"]), + ("leasure", &["leisure"]), + ("deamonified", &["daemonised", "daemonized"]), + ("collectioners", &["collections"]), + ("reconected", &["reconnected"]), + ("recommanded", &["recommended"]), + ("indeces", &["indices"]), + ("theripists", &["therapists"]), + ("helpe", &["helper"]), + ("seaching", &["searching"]), + ("diappeares", &["disappears"]), + ("refeeres", &["referees"]), + ("lingeire", &["lingerie"]), + ("techncially", &["technically"]), + ("resposne", &["response"]), + ("workfows", &["workflows"]), + ("paychedelics", &["psychedelics"]), + ("openend", &["opened"]), + ("counries", &["countries", "counties"]), + ("satify", &["satisfy"]), + ("explaned", &["explained"]), + ("pointseta", &["poinsettia"]), + ("analyseres", &["analyses"]), + ("adapater", &["adapter"]), + ("negotionators", &["negotiators"]), + ("neighberhhood", &["neighborhood"]), + ("rto", &["to"]), + ("reculrively", &["recursively"]), + ("pronounceing", &["pronouncing"]), + ("continuoous", &["continuous"]), + ("mataphysical", &["metaphysical"]), + ("musel", &["muscle", "mussel"]), + ("oultline", &["outline"]), + ("becausee", &["because"]), + ("famlily", &["family"]), + ("priortize", &["prioritize"]), + ("insistince", &["insistence"]), + ("brakpoint", &["breakpoint"]), + ("propeht", &["prophet"]), + ("shephered", &["shepherd"]), + ("parmeters", &["parameters"]), + ("wronf", &["wrong"]), + ("amerliorates", &["ameliorates"]), + ("intruments", &["instruments"]), + ("precomiled", &["precompiled"]), + ("approopriate", &["appropriate"]), + ("mocrocontrollers", &["microcontrollers"]), + ("dedfined", &["defined"]), + ("ervery", &["every"]), + ("unannomus", &["unanimous"]), + ("instnce", &["instance"]), + ("tornadoe", &["tornado"]), + ("incompable", &["incompatible"]), + ("supervisin", &["supervision"]), + ("experimanentelly", &["experimentally"]), + ("coruption", &["corruption"]), + ("airlfow", &["airflow"]), + ("visualsations", &["visualisations"]), + ("addtional", &["additional"]), + ("luminose", &["luminous"]), + ("symantics", &["semantics"]), + ("terrestial", &["terrestrial"]), + ("aassignments", &["assignments"]), + ("processpr", &["processor"]), + ("perferrable", &["preferable"]), + ("tentalce", &["tentacle"]), + ("follwer", &["follower"]), + ("tahnkyou", &["thankyou"]), + ("delcares", &["declares"]), + ("calulates", &["calculates"]), + ("initilising", &["initialising"]), + ("bicthes", &["bitches"]), + ("interpretaton", &["interpretation"]), + ("purposfully", &["purposefully"]), + ("patriottism", &["patriotism"]), + ("peicewise", &["piecewise"]), + ("regualator", &["regulator"]), + ("intiial", &["initial"]), + ("maks", &["mask", "masks", "makes", "make"]), + ("attirbute", &["attribute"]), + ("experimanting", &["experimenting"]), + ("warnins", &["warnings"]), + ("orginally", &["originally"]), + ("initilaziaton", &["initialization"]), + ("isotrophically", &["isotropically"]), + ("seldomly", &["seldom"]), + ("corssfire", &["crossfire"]), + ("helpfull", &["helpful"]), + ("gisers", &["geysers"]), + ("generallly", &["generally"]), + ("descripor", &["descriptor"]), + ("monoploy", &["monopoly"]), + ("addnos", &["addons"]), + ("maked", &["marked", "made"]), + ("downagraded", &["downgraded"]), + ("apretiated", &["appreciated"]), + ("exceutables", &["executables"]), + ("photograpers", &["photographers"]), + ("accusition", &["accusation"]), + ("councel", &["council", "counsel"]), + ("expresscoin", &["expression"]), + ("patren", &["patron", "pattern"]), + ("experimelly", &["experimentally"]), + ("propertly", &["property", "properly"]), + ("guarnteed", &["guaranteed"]), + ("nontheless", &["nonetheless"]), + ("gracelfuly", &["gracefully"]), + ("technicalty", &["technicality"]), + ("ralative", &["relative"]), + ("anwsered", &["answered"]), + ("nowdays", &["nowadays"]), + ("assighee", &["assignee"]), + ("infestating", &["infestation"]), + ("cognizent", &["cognizant"]), + ("undesireble", &["undesirable"]), + ("responsibilties", &["responsibilities"]), + ("anniversry", &["anniversary"]), + ("charactarization", &["characterization"]), + ("enew", &["new"]), + ("tangientally", &["tangentially"]), + ("entartainment", &["entertainment"]), + ("downrgade", &["downgrade"]), + ("inerpolation", &["interpolation"]), + ("unamed", &["unnamed"]), + ("nonsens", &["nonsense"]), + ("progapation", &["propagation"]), + ("manipulationg", &["manipulating"]), + ("tranporting", &["transporting"]), + ("resuilted", &["resulted"]), + ("ened", &["need"]), + ("reconncts", &["reconnects"]), + ("circuling", &["circling"]), + ("exclussive", &["exclusives"]), + ("capitilize", &["capitalize"]), + ("visuabization", &["visualization"]), + ("perferrance", &["preference"]), + ("sinlges", &["singles"]), + ("usses", &["uses"]), + ("journalistische", &["journalistic"]), + ("plannign", &["planning"]), + ("infiltrase", &["infiltrate"]), + ("underwright", &["underweight"]), + ("electricman", &["electrician"]), + ("trought", &["through"]), + ("apshalt", &["asphalt"]), + ("burritio", &["burrito"]), + ("authentisity", &["authenticity"]), + ("apprixamated", &["approximated"]), + ("phsyicist", &["physicist"]), + ("interpretions", &["interpretations"]), + ("bulletprooof", &["bulletproof"]), + ("cropses", &["corpses"]), + ("feburary", &["february"]), + ("exclusuively", &["exclusively"]), + ("pyhsicals", &["physicals"]), + ("pasturisation", &["pasteurisation"]), + ("conlcusions", &["conclusions"]), + ("negotaition", &["negotiation"]), + ("allegence", &["allegiance"]), + ("genatilia", &["genitalia"]), + ("negotionations", &["negotiations"]), + ("keyensian", &["keynesian"]), + ("begginnig", &["beginning"]), + ("nutritivos", &["nutritious"]), + ("experties", &["expertise"]), + ("infininte", &["infinite"]), + ("consolodated", &["consolidated"]), + ("insonsistency", &["inconsistency"]), + ("compillers", &["compilers"]), + ("immeadiately", &["immediately"]), + ("abselutly", &["absolutely"]), + ("sie", &["size", "sigh", "side"]), + ("dependding", &["depending"]), + ("accessbility", &["accessibility"]), + ("stil", &["still"]), + ("excract", &["extract"]), + ("currennts", &["currents"]), + ("empries", &["empires"]), + ("similari", &["similar"]), + ("yieldin", &["yielding"]), + ("guantanoma", &["guantanamo"]), + ("eyebals", &["eyeballs"]), + ("lnguage", &["language"]), + ("trememdously", &["tremendously"]), + ("checg", &["check"]), + ("amphatamines", &["amphetamines"]), + ("programattically", &["programmatically"]), + ("deaemon", &["daemon"]), + ("opportunitites", &["opportunities"]), + ("apperars", &["appears"]), + ("sanwiches", &["sandwiches"]), + ("tremendos", &["tremendous"]), + ("intsall", &["install"]), + ("weakneses", &["weakness"]), + ("corrospond", &["correspond"]), + ("thirteeen", &["thirteen"]), + ("delele", &["delete"]), + ("contails", &["contains"]), + ("pannels", &["panels"]), + ("unmainted", &["unmaintained"]), + ("designes", &["designs"]), + ("sycled", &["cycled"]), + ("seperate", &["separate"]), + ("dupliction", &["duplication"]), + ("contribues", &["contributes"]), + ("inersial", &["inertial"]), + ("deveopers", &["developers"]), + ("similair", &["similar"]), + ("dentence", &["sentence"]), + ("discontigious", &["discontiguous"]), + ("slaverly", &["slavery"]), + ("occurr", &["occur"]), + ("nostaligc", &["nostalgic"]), + ("contanst", &["constants", "contents"]), + ("anylzing", &["analyzing"]), + ("nimute", &["minute"]), + ("comparason", &["comparison"]), + ("iluminates", &["illuminates"]), + ("aggregatet", &["aggregated"]), + ("pringing", &["printing", "springing"]), + ("wednesdaay", &["wednesday"]), + ("vegitariens", &["vegetarians"]), + ("brainwasing", &["brainwashing"]), + ("sacrifise", &["sacrifices"]), + ("criticisims", &["criticisms"]), + ("disingenuious", &["disingenuous"]), + ("guarnantees", &["guarantees"]), + ("boundatries", &["boundaries"]), + ("eyar", &["year", "eyas"]), + ("dyspohria", &["dysphoria"]), + ("refenrenced", &["referenced"]), + ("vavriable", &["variable"]), + ("inentory", &["inventory"]), + ("renegatiotiators", &["renegotiators"]), + ("qubic", &["cubic", "qubit"]), + ("sciprt", &["script"]), + ("candidatxs", &["candidates"]), + ("defiantely", &["definitely", "defiantly"]), + ("prohram", &["program"]), + ("bianries", &["binaries"]), + ("mysteris", &["mysteries"]), + ("ambadextrous", &["ambidextrous"]), + ("temparary", &["temporary"]), + ("compatibilty", &["compatibility"]), + ("immortalty", &["immortality"]), + ("leagal", &["legal"]), + ("vigoruosly", &["vigorously"]), + ("suplied", &["supplied"]), + ("distirbuted", &["distribute", "distributed"]), + ("touchsceen", &["touchscreen"]), + ("rimanissing", &["reminiscing"]), + ("overcompansating", &["overcompensating"]), + ("terrabytes", &["terabytes"]), + ("demamd", &["demand"]), + ("accually", &["actually"]), + ("peedmonts", &["piedmonts"]), + ("conecnts", &["connects", "contents"]), + ("directoory", &["directory"]), + ("tabl", &["table"]), + ("guaduloupe", &["guadalupe", "guadeloupe"]), + ("chaarcters", &["characters"]), + ("desicion", &["decision"]), + ("fability", &["facility"]), + ("sufficiant", &["sufficient"]), + ("pebblers", &["pebbles"]), + ("permessions", &["permissions"]), + ("elemenents", &["elements"]), + ("coerse", &["coerce"]), + ("bitocin", &["bitcoin"]), + ("modiofication", &["modification"]), + ("hardwod", &["hardwood"]), + ("halpoints", &["halfpoints"]), + ("sublasse", &["subclasse"]), + ("progess", &["progress"]), + ("collequial", &["colloquial"]), + ("bakwards", &["backwards"]), + ("interveres", &["interferes"]), + ("updgrades", &["upgrades"]), + ("actresess", &["actresses"]), + ("extenstions", &["extensions"]), + ("studenst", &["students"]), + ("upgardes", &["upgrades"]), + ("defaulkts", &["defaults"]), + ("photogrophers", &["photographers"]), + ("spoonfulls", &["spoonfuls"]), + ("presecution", &["persecution"]), + ("convenctional", &["conventional"]), + ("follwower", &["follower"]), + ("derivtive", &["derivative"]), + ("depretiated", &["depreciated", "deprecated"]), + ("recquired", &["required"]), + ("quesets", &["quests"]), + ("neighbeurhoors", &["neighbours"]), + ("spefiififed", &["specified"]), + ("diferently", &["differently"]), + ("tusday", &["tuesday"]), + ("plateua", &["plateau"]), + ("coumpound", &["compound"]), + ("automaticalyl", &["automatically"]), + ("cumulattive", &["cumulative"]), + ("totat", &["total"]), + ("divice", &["device"]), + ("subolders", &["subfolders"]), + ("logisticas", &["logistics"]), + ("descriptino", &["description"]), + ("lincolin", &["lincoln"]), + ("usful", &["useful"]), + ("unexpeptedly", &["unexpectedly"]), + ("maliciousally", &["maliciously"]), + ("unbalanaced", &["unbalanced"]), + ("modfiable", &["modifiable"]), + ("techinques", &["techniques"]), + ("undeniablly", &["undeniably"]), + ("unselecgt", &["unselect"]), + ("flutteryshy", &["fluttershy"]), + ("checksms", &["checksums"]), + ("conjuctions", &["conjunctions"]), + ("bandwitdh", &["bandwidth"]), + ("utpoian", &["utopian"]), + ("overridded", &["overrode", "overridden"]), + ("reinitalization", &["reinitialization"]), + ("spiritualiy", &["spiritually"]), + ("pyscic", &["psychic"]), + ("requirs", &["requires"]), + ("enhacning", &["enhancing"]), + ("incarserated", &["incarcerated"]), + ("comminicated", &["communicated"]), + ("coutneract", &["counteract"]), + ("skillfullness", &["skillfulness"]), + ("crucibel", &["crucible"]), + ("initilization", &["initialization"]), + ("consisent", &["consistent"]), + ("genrated", &["generated"]), + ("decmeber", &["december"]), + ("implementatoins", &["implementations"]), + ("subnegotionation", &["subnegotiation"]), + ("chihuaha", &["chihuahua"]), + ("opbjective", &["objective"]), + ("sequnces", &["sequences"]), + ("transitor", &["transistor"]), + ("equivlalent", &["equivalent"]), + ("counld", &["could"]), + ("cartiesian", &["cartesian"]), + ("preinitalized", &["preinitialized"]), + ("repsects", &["respects"]), + ("feminint", &["femininity"]), + ("ganbia", &["gambia"]), + ("neighboards", &["neighborhoods"]), + ("convertibile", &["convertible"]), + ("distrub", &["disturb"]), + ("responser", &["responder"]), + ("sandity", &["sanity"]), + ("rockerfeller", &["rockefeller"]), + ("emphacized", &["emphasized"]), + ("dissbles", &["disables"]), + ("approoximations", &["approximations"]), + ("crosshar", &["crosshair"]), + ("deocder", &["decoder"]), + ("nationaly", &["nationally"]), + ("structurs", &["structures"]), + ("southernes", &["southerners"]), + ("overlaoded", &["overloaded"]), + ("autonomos", &["autonomous"]), + ("speficiiable", &["specifiable"]), + ("combinig", &["combining"]), + ("certifiating", &["certificating"]), + ("refreh", &["refresh"]), + ("referencs", &["references"]), + ("mentiong", &["mentioning"]), + ("senstive", &["sensitive"]), + ("necssarily", &["necessarily"]), + ("improbing", &["improving"]), + ("touristsy", &["touristy"]), + ("statisfies", &["satisfies"]), + ("libraray", &["library"]), + ("infrequentcies", &["infrequencies"]), + ("burritoes", &["burritos"]), + ("precendece", &["precedence"]), + ("substask", &["subtask"]), + ("derrived", &["derived"]), + ("couldnot", &["couldnt"]), + ("michgian", &["michigan"]), + ("alocate", &["allocate"]), + ("corrolates", &["correlates"]), + ("pinuckle", &["pinochle"]), + ("contagen", &["contagion"]), + ("undergorund", &["underground"]), + ("compresors", &["compressor", "compressors"]), + ("configued", &["configured"]), + ("unsignificant", &["insignificant"]), + ("dramaticaly", &["dramatically"]), + ("kilomiters", &["kilometers"]), + ("definitinely", &["definitively"]), + ("acknoledge", &["acknowledge"]), + ("disrespekting", &["disrespecting"]), + ("paiting", &["painting"]), + ("modifiation", &["modification"]), + ("imbraces", &["embraces"]), + ("necessarry", &["necessary"]), + ("guareented", &["guaranteed"]), + ("appreceating", &["appreciating"]), + ("condntional", &["conditional"]), + ("liberatrian", &["libertarians"]), + ("titainum", &["titanium"]), + ("evaluationg", &["evaluating"]), + ("traspositions", &["transpositions"]), + ("exceedinly", &["exceedingly"]), + ("egyptains", &["egyptians"]), + ("unregester", &["unregister"]), + ("riminicer", &["reminiscer"]), + ("analysie", &["analyse"]), + ("redistribuito", &["redistribution"]), + ("luanches", &["launches"]), + ("referant", &["referent"]), + ("relize", &["realize"]), + ("compeittion", &["competitions"]), + ("matirx", &["matrix"]), + ("piars", &["pairs", "piers", "pliers"]), + ("marxisit", &["marxist"]), + ("simultinously", &["simultaneously"]), + ("doucmentated", &["documented"]), + ("homophibic", &["homophobic"]), + ("coalesed", &["coalesced"]), + ("sctioned", &["sectioned", "suctioned"]), + ("assocciation", &["association"]), + ("paschurised", &["pasteurised"]), + ("overridde", &["overridden", "override"]), + ("syntetized", &["synthetized"]), + ("pyramidas", &["pyramids"]), + ("reparamterization", &["reparameterization"]), + ("futuristisch", &["futuristic"]), + ("cutscences", &["cutscene"]), + ("gausian", &["gaussian"]), + ("confrm", &["confirm"]), + ("wser", &["user"]), + ("santized", &["sanitized"]), + ("immobilie", &["immobile"]), + ("attriebutes", &["attributes"]), + ("configurtion", &["configuration"]), + ("leagl", &["legal"]), + ("murr", &["myrrh"]), + ("deivices", &["devices"]), + ("speciffic", &["specific"]), + ("polygoon", &["polygon"]), + ("confims", &["confirms"]), + ("propencity", &["propensity"]), + ("consistens", &["consists"]), + ("interesects", &["intersects"]), + ("breack", &["brake", "break"]), + ("stackk", &["stack"]), + ("alternativly", &["alternatively"]), + ("conspericies", &["conspiracies"]), + ("debouces", &["debounces"]), + ("survivebility", &["survivability"]), + ("shuold", &["should"]), + ("makretplace", &["marketplace"]), + ("nationalististic", &["nationalistic"]), + ("stumbeld", &["stumbled"]), + ("necesseary", &["necessary"]), + ("longitue", &["longitude"]), + ("buttom", &["button", "bottom"]), + ("inconsistensy", &["inconsistency"]), + ("handshakring", &["handshaking"]), + ("masturabte", &["masturbate"]), + ("arrrived", &["arrived"]), + ("copntroller", &["controller"]), + ("olmypics", &["olympics"]), + ("refere", &["refer", "referee"]), + ("frineds", &["friends"]), + ("computato", &["computation"]), + ("supplamented", &["supplemented"]), + ("embrago", &["embargo"]), + ("visuaised", &["visualised"]), + ("vedio", &["video"]), + ("combiniation", &["combination"]), + ("recommandes", &["recommends"]), + ("sirectness", &["directness"]), + ("stpiped", &["stripped"]), + ("straigthened", &["straightened"]), + ("unresovlable", &["unresolvable"]), + ("validataion", &["validation"]), + ("costumizations", &["customization"]), + ("righteouness", &["righteousness"]), + ("unbalenced", &["unbalanced"]), + ("pading", &["padding"]), + ("pojrecting", &["projecting"]), + ("sychronized", &["synchronized"]), + ("proce", &["price"]), + ("hallucinaitons", &["hallucination"]), + ("arsnic", &["arsenic"]), + ("originial", &["original"]), + ("cosntraint", &["constraint"]), + ("troling", &["trolling"]), + ("decremenst", &["decrements"]), + ("suppoort", &["support"]), + ("arbiraty", &["arbitrary"]), + ("initailize", &["initialize"]), + ("peppermit", &["peppermint"]), + ("miliciousally", &["maliciously"]), + ("hallaluya", &["hallelujah"]), + ("misunderstod", &["misunderstood"]), + ("crytographically", &["cryptographically"]), + ("approche", &["approach"]), + ("environemts", &["environments"]), + ("aprehensive", &["apprehensive"]), + ("negoitates", &["negotiates"]), + ("facepam", &["facepalm"]), + ("confiugure", &["configure"]), + ("technicien", &["technician"]), + ("implementatition", &["implementation"]), + ("debiab", &["debian"]), + ("disaapoint", &["disappoint"]), + ("sesitiveness", &["sensitiveness"]), + ("misudnerstanding", &["misunderstandings"]), + ("eqaulity", &["equality"]), + ("uqest", &["quest"]), + ("codesream", &["codestream"]), + ("misintrepreted", &["misinterpreted"]), + ("alreaady", &["already"]), + ("quadrupple", &["quadruple"]), + ("disturbence", &["disturbance"]), + ("enthusiasim", &["enthusiasm"]), + ("spefcifieid", &["specified"]), + ("foucs", &["focus"]), + ("broadcasing", &["broadcasting"]), + ("coerceion", &["coercion"]), + ("veregated", &["variegated"]), + ("biinary", &["binary"]), + ("proffessional", &["professional"]), + ("foders", &["coders", "folders"]), + ("evauluate", &["evaluate"]), + ("veriable", &["variable", "veritable"]), + ("approvel", &["approval"]), + ("disspaointed", &["disappointed"]), + ("ritlain", &["ritalin"]), + ("modfiications", &["modifications"]), + ("hirearchy", &["hierarchy"]), + ("evovles", &["evolves"]), + ("requierements", &["requirements"]), + ("remontly", &["remotely"]), + ("temporafy", &["temporary"]), + ("aggresively", &["aggressively"]), + ("meauring", &["measuring"]), + ("sufocated", &["suffocated"]), + ("subtitels", &["subtitles"]), + ("dissimiliarity", &["dissimilarity"]), + ("pregnance", &["pregnancies"]), + ("peritinkle", &["periwinkle"]), + ("backaloriettes", &["baccalaureates"]), + ("remmapped", &["remapped"]), + ("arguablly", &["arguably"]), + ("renassiance", &["renaissance"]), + ("embarassig", &["embarrassing"]), + ("agrigultural", &["agricultural"]), + ("experices", &["experiences"]), + ("cockaroches", &["cockroaches"]), + ("variavle", &["variable"]), + ("benchamrking", &["benchmarking"]), + ("contenental", &["continental"]), + ("crystsl", &["crystals"]), + ("warinigs", &["warnings"]), + ("poisitioned", &["positioned"]), + ("ameeliarating", &["ameliorating"]), + ("charactoristics", &["characteristics"]), + ("crsytalline", &["crystalline"]), + ("suggestins", &["suggestions"]), + ("androis", &["androids"]), + ("associatie", &["associated"]), + ("subseqeunt", &["subsequent"]), + ("sentancing", &["sentencing"]), + ("overestemating", &["overestimating"]), + ("attmepting", &["attempting"]), + ("controverial", &["controversial"]), + ("integrety", &["integrity"]), + ("reproted", &["reported"]), + ("acknolwedge", &["acknowledge"]), + ("civilesations", &["civilisations"]), + ("demonstartes", &["demonstrates"]), + ("improbments", &["improvements"]), + ("subjectivley", &["subjectively"]), + ("inadverdently", &["inadvertently"]), + ("intillectuals", &["intellectuals"]), + ("reproducably", &["reproducibly"]), + ("connecions", &["connections"]), + ("ducment", &["document"]), + ("ambedded", &["embedded"]), + ("tidibts", &["tidbits"]), + ("pathneame", &["pathname"]), + ("proprly", &["properly"]), + ("simualte", &["simulate"]), + ("negociations", &["negotiations"]), + ("upgradei", &["upgrade"]), + ("ackowledges", &["acknowledges"]), + ("itterations", &["iterations"]), + ("mvoes", &["moves"]), + ("denomenator", &["denominator"]), + ("nasted", &["nested"]), + ("timetamps", &["timestamps"]), + ("modication", &["modification"]), + ("eytmology", &["etymology"]), + ("hispters", &["hipsters"]), + ("perfoemant", &["performant"]), + ("awkwardsness", &["awkwardness"]), + ("prerogotive", &["prerogative"]), + ("robustnes", &["robustness"]), + ("susncreen", &["sunscreen"]), + ("attractes", &["attracts"]), + ("petterns", &["patterns"]), + ("laod", &["load"]), + ("inexpirience", &["inexperience"]), + ("accessbile", &["accessible"]), + ("documentationn", &["documentation"]), + ("sabatoshed", &["sabotaged"]), + ("ayways", &["always"]), + ("transolated", &["translated"]), + ("affliciton", &["affliction"]), + ("survivied", &["survived"]), + ("spefifations", &["specifications"]), + ("streamus", &["streams"]), + ("helicoptors", &["helicopters"]), + ("curruent", &["current"]), + ("gettng", &["getting"]), + ("alogirhtmically", &["algorithmically"]), + ("mocrocontroller", &["microcontroller"]), + ("antartic", &["antarctic"]), + ("simultaenous", &["simultaneous"]), + ("psydonym", &["pseudonym"]), + ("environnements", &["environments"]), + ("possesssion", &["possessions"]), + ("agains", &["against", "again"]), + ("identital", &["identical"]), + ("requsting", &["requesting"]), + ("determin", &["determine"]), + ("reaserched", &["researched"]), + ("relagation", &["relaxation"]), + ("vertabim", &["verbatim"]), + ("pramater", &["parameter"]), + ("experimntel", &["experimental"]), + ("carthesian", &["cartesian"]), + ("benechmark", &["benchmark"]), + ("andriod", &["android"]), + ("popualtion", &["populations"]), + ("contribue", &["contribute"]), + ("shattening", &["shattering"]), + ("dobled", &["doubled"]), + ("clossing", &["closing"]), + ("primtive", &["primitive"]), + ("acccessibility", &["accessibility"]), + ("prviate", &["private"]), + ("pharmaceutial", &["pharmaceutical"]), + ("reussing", &["reusing"]), + ("desolve", &["dissolve"]), + ("comnparing", &["comparing"]), + ("arameters", &["parameters"]), + ("fractalis", &["fractals"]), + ("examin", &["examine", "examining"]), + ("deepo", &["depot"]), + ("releave", &["relieve"]), + ("artifac", &["artifact"]), + ("desgined", &["designed"]), + ("propect", &["project", "prospect", "protect"]), + ("weahter", &["weather"]), + ("micoscopy", &["microscopy"]), + ("whlch", &["which"]), + ("openscourced", &["opensourced"]), + ("esitmator", &["estimator"]), + ("praefix", &["prefix"]), + ("ellected", &["elected"]), + ("lmited", &["limited"]), + ("multithreded", &["multithreaded"]), + ("cconfiguration", &["configuration"]), + ("swapiness", &["swappiness"]), + ("podemso", &["podemos"]), + ("documentacion", &["documentation"]), + ("moisutrizer", &["moisturizer"]), + ("offensivly", &["offensively"]), + ("becaused", &["because"]), + ("refelects", &["reflects"]), + ("guassian", &["gaussian"]), + ("defaulds", &["defaults"]), + ("neighbeods", &["neighborhoods"]), + ("lookin", &["looking"]), + ("countires", &["countries", "counties"]), + ("campainging", &["campaigning"]), + ("renegotable", &["renegotiable"]), + ("souveniers", &["souvenirs"]), + ("containters", &["containers"]), + ("termendously", &["tremendously"]), + ("speficier", &["specifier"]), + ("congresman", &["congressman"]), + ("messeges", &["messages"]), + ("neightborhoods", &["neighborhoods"]), + ("inherted", &["inherited"]), + ("ginee", &["guinea"]), + ("strage", &["storage", "strange"]), + ("enfored", &["enforced"]), + ("radicalis", &["radicals"]), + ("generell", &["general"]), + ("unfiform", &["uniform"]), + ("exection", &["execution"]), + ("volumne", &["volume"]), + ("regerenerate", &["regenerate"]), + ("predictin", &["prediction"]), + ("experimaneted", &["experimented"]), + ("estimage", &["estimate"]), + ("assignmet", &["assignment"]), + ("excutes", &["executes"]), + ("ambadexterousness", &["ambidextrousness"]), + ("paretheses", &["parentheses"]), + ("matchamking", &["matchmaking"]), + ("unconditialy", &["unconditionally"]), + ("dipslay", &["display"]), + ("cotaves", &["octaves"]), + ("songlar", &["singular"]), + ("colllapses", &["collapses"]), + ("configureing", &["configuring"]), + ("prcessing", &["processing"]), + ("inialize", &["initialize"]), + ("soucre", &["source"]), + ("thirlling", &["thrilling"]), + ("serveice", &["service"]), + ("atuhenticator", &["authenticator"]), + ("responsbily", &["responsibly"]), + ("assymetries", &["asymmetries"]), + ("resturant", &["restaurant"]), + ("simptumatically", &["symptomatically"]), + ("programm", &["program", "programme"]), + ("disadvantged", &["disadvantaged"]), + ("unaquired", &["unacquired"]), + ("missionaires", &["missionaries"]), + ("billionairre", &["billionaire"]), + ("folowws", &["follows"]), + ("commitus", &["commits"]), + ("narcissitc", &["narcissist"]), + ("workpace", &["workspace"]), + ("beleaved", &["believed"]), + ("schmes", &["schemes"]), + ("leaglise", &["legalise"]), + ("scupting", &["sculpting"]), + ("cilinder", &["cylinder"]), + ("villageois", &["villages"]), + ("finantially", &["financially"]), + ("interesct", &["intersect"]), + ("presest", &["presets"]), + ("corrilates", &["correlates"]), + ("thicknes", &["thickness", "thickens"]), + ("buidler", &["builder"]), + ("colescing", &["coalescing"]), + ("cataclyms", &["cataclysm"]), + ("desctiptor", &["descriptor"]), + ("interpretarem", &["interpreter"]), + ("implmenetaions", &["implementations"]), + ("announcess", &["announces"]), + ("commentater", &["commentator"]), + ("coutermeasueres", &["countermeasures"]), + ("explictely", &["explicitly"]), + ("circunstantial", &["circumstantial"]), + ("embendings", &["embeddings"]), + ("proces", &["process"]), + ("erronously", &["erroneously"]), + ("manufacutre", &["manufactures"]), + ("industiralized", &["industrialized"]), + ("practicianer", &["practitioner"]), + ("newspappers", &["newspapers"]), + ("doplhin", &["dolphin"]), + ("suspicously", &["suspiciously"]), + ("saty", &["stay"]), + ("goldamn", &["goldman"]), + ("overrride", &["override"]), + ("releation", &["relation"]), + ("invalidatiopn", &["invalidation"]), + ("pagentry", &["pageantry", "plangently"]), + ("misogynyst", &["misogynist"]), + ("earily", &["easily", "eerily"]), + ("pivotting", &["pivoting"]), + ("modications", &["modifications"]), + ("displacment", &["displacement"]), + ("bureaucratisch", &["bureaucratic"]), + ("embdedded", &["embedded"]), + ("retardating", &["retardation"]), + ("conciousness", &["consciousness"]), + ("narcissit", &["narcissist"]), + ("tranformer", &["transformer"]), + ("speficifeirs", &["specifiers"]), + ("downlads", &["downloads"]), + ("sidelinien", &["sideline"]), + ("originalt", &["originality"]), + ("experimanted", &["experimented"]), + ("condionally", &["conditionally"]), + ("prferables", &["preferables", "preferable"]), + ("pagenation", &["pagination"]), + ("daugthers", &["daughters"]), + ("ourselve", &["ourself", "ourselves"]), + ("definitlety", &["definitely"]), + ("itereating", &["iterating"]), + ("optmisation", &["optimisation"]), + ("apollstree", &["upholstery"]), + ("restuarants", &["restaurants"]), + ("arreay", &["array"]), + ("grammartical", &["grammatical"]), + ( + "foding", + &["boding", "coding", "fading", "folding", "fording"], + ), + ("acumulated", &["accumulated"]), + ("accomodoate", &["accommodate"]), + ("compatibililty", &["compatibility"]), + ("intercepticons", &["interceptions"]), + ("shpaes", &["shapes"]), + ("colectors", &["collectors"]), + ("efficently", &["efficiently"]), + ("equivallent", &["equivalent"]), + ("estiamtes", &["estimates"]), + ("calcultions", &["calculations"]), + ("proprties", &["properties"]), + ("experim", &["experiment"]), + ("preconveived", &["preconceived"]), + ("unrecoginized", &["unrecognized"]), + ("rocordings", &["recordings"]), + ("orgin", &["origin", "organ"]), + ("irradates", &["irradiates"]), + ("crationalism", &["nationalism", "rationalism"]), + ("kombinations", &["combinations"]), + ("stardardizing", &["standardizing"]), + ("onventions", &["conventions"]), + ("unresloved", &["unresolved"]), + ("prolitariat", &["proletariat"]), + ("shtopes", &["stops", "shops"]), + ("instriction", &["instruction"]), + ("caridnals", &["cardinals"]), + ("fogets", &["forgets"]), + ("pornograhy", &["pornography"]), + ("elelmentary", &["elementary"]), + ("foloower", &["follower"]), + ("sunfiber", &["sunfire"]), + ("peirced", &["pierced"]), + ("lannguages", &["languages"]), + ("drawng", &["drawing"]), + ("devloping", &["developing"]), + ("alcohalics", &["alcoholics"]), + ("woould", &["would"]), + ("responsbility", &["responsibility"]), + ("narciscism", &["narcissism"]), + ("catastraphe", &["catastrophe"]), + ("permiums", &["premiums"]), + ("rearrant", &["rearrangement"]), + ("proprietery", &["proprietary"]), + ("authencates", &["authenticates"]), + ("particalur", &["particular"]), + ("infered", &["inferred"]), + ("indiate", &["indicate"]), + ("sequneces", &["sequences"]), + ("iteator", &["iterator"]), + ("boyfriens", &["boyfriends"]), + ("coalleed", &["coalesced"]), + ("cahannel", &["channel"]), + ("excersizing", &["exercising"]), + ("preipheral", &["peripheral"]), + ("menetioning", &["mentioning"]), + ("nuculear", &["nuclear"]), + ("swicth", &["switch"]), + ("furiuosly", &["furiously"]), + ("matierals", &["materials"]), + ("facillities", &["facilities"]), + ("abtractness", &["abstractness"]), + ("utilitise", &["utilise"]), + ("reportidly", &["reportedly"]), + ("asynchoronous", &["asynchronous"]), + ("optionial", &["optional"]), + ("confidantally", &["confidentially"]), + ("revoluttionary", &["revolutionary"]), + ("processsed", &["processed"]), + ("curreny", &["currency"]), + ("extream", &["extreme"]), + ("suspectible", &["susceptible"]), + ("sotrylines", &["storylines"]), + ("interrrupting", &["interrupting"]), + ("colloquail", &["colloquial"]), + ("arbitry", &["arbitrary"]), + ("confugured", &["configured"]), + ("repant", &["repaint", "repent"]), + ("preexisiting", &["preexisting"]), + ("completetion", &["completion"]), + ("fraternaty", &["fraternity"]), + ("complelely", &["completely"]), + ("paraghraph", &["paragraph"]), + ("respresenting", &["representing"]), + ("comnnected", &["connected"]), + ("icremented", &["incremented"]), + ("forfiting", &["forfeiting"]), + ("doesing", &["doing", "does", "dosing", "dozing"]), + ("reqires", &["requires"]), + ("decopresses", &["decompresses"]), + ("interript", &["interrupt"]), + ("unitilizing", &["uninitializing"]), + ("represnets", &["represents"]), + ("trotskyite", &["trotskyist"]), + ("necormancer", &["necromancer"]), + ("neighboordhoods", &["neighborhoods"]), + ("coloered", &["colored"]), + ("primitiv", &["primitive"]), + ("radomizer", &["randomizer"]), + ("paralles", &["parallels"]), + ("mchanisms", &["mechanisms"]), + ("unregisterd", &["unregistered"]), + ("encypted", &["encrypted"]), + ("politicains", &["politicians"]), + ("alliviate", &["alleviate"]), + ("detatch", &["detach"]), + ("continouos", &["continuous"]), + ("witth", &["with"]), + ("lunguages", &["languages"]), + ("counsilors", &["counselors"]), + ("accountent", &["accountant"]), + ("abodmen", &["abdomen"]), + ("caterpiller", &["caterpillar"]), + ("eamcs", &["emacs"]), + ("anlge", &["angle"]), + ("unsetlling", &["unsettling"]), + ("persucution", &["persecution"]), + ("veryfieng", &["verifying"]), + ("lastes", &["latest"]), + ("thow", &["throw", "tow"]), + ("uneforceable", &["unenforceable"]), + ("clammer", &["clamber", "clamor"]), + ("equeation", &["equation"]), + ("millenials", &["millennials"]), + ("startparanthesis", &["startparentheses"]), + ("descriptin", &["description"]), + ("speperateing", &["separating"]), + ("clusetr", &["cluster"]), + ("organizaiton", &["organization"]), + ("documentiation", &["documentation"]), + ("identiviert", &["identifiers"]), + ("harnomics", &["harmonics"]), + ("exploting", &["exploiting", "exploring"]), + ("maintian", &["maintain"]), + ("uless", &["unless"]), + ("compeitions", &["competitions"]), + ("councills", &["councils"]), + ("inconveninece", &["inconvenience"]), + ("ghostscipt", &["ghostscript"]), + ("specficying", &["specifying"]), + ("terorrism", &["terrorism"]), + ("porving", &["proving"]), + ("calcualates", &["calculates"]), + ("optomism", &["optimism"]), + ("denominato", &["denomination"]), + ("argessive", &["aggressive"]), + ("unchangable", &["unchangeable"]), + ("aritsts", &["artists"]), + ("augument", &["argument", "augment"]), + ("exspensed", &["expensed"]), + ("accress", &["access"]), + ("attibures", &["attributes"]), + ("mistakedly", &["mistakenly"]), + ("physcological", &["psychological"]), + ("symoblism", &["symbolism"]), + ("renderd", &["rendered"]), + ("speciall", &["special", "specially"]), + ("inconsistantly", &["inconsistently"]), + ("preferis", &["prefers"]), + ("devcie", &["device"]), + ("additoinaly", &["additionally"]), + ("insallation", &["installation"]), + ("exampple", &["example"]), + ("independendly", &["independently"]), + ("contientous", &["contentious"]), + ("traditionnal", &["traditional"]), + ("deserialsiation", &["deserialisation"]), + ("transmittted", &["transmitted"]), + ("micorphones", &["microphones"]), + ("variablies", &["variables"]), + ("courcework", &["coursework"]), + ("destablized", &["destabilized"]), + ("autolaod", &["autoload"]), + ("cilinders", &["cylinders"]), + ("resoured", &["resourced"]), + ("palestininans", &["palestinians"]), + ("pretected", &["protected"]), + ("negitiation", &["negotiation"]), + ("awkwardy", &["awkwardly"]), + ("currentlly", &["currently"]), + ("porgrammeers", &["programmers"]), + ("disciplen", &["disciplines"]), + ("orcestrate", &["orchestrate"]), + ("functionning", &["functioning"]), + ("mssing", &["missing"]), + ("coordenated", &["coordinated"]), + ("prevelance", &["prevalence"]), + ("boound", &["bound"]), + ("presistency", &["persistency"]), + ("discconects", &["disconnects"]), + ("problematisch", &["problematic"]), + ("molestarse", &["molester"]), + ("distribuit", &["distribute"]), + ("cahhels", &["channels"]), + ("contaminatie", &["contaminated"]), + ("permuations", &["permutations"]), + ("cleares", &["clears"]), + ("striaghten", &["straighten"]), + ("investigsting", &["investigating"]), + ("abbrevation", &["abbreviation"]), + ("billegerent", &["belligerent"]), + ("diretory", &["directory"]), + ("atheletes", &["athletes"]), + ("sungalsses", &["sunglasses"]), + ("argicultural", &["agricultural"]), + ("dupliation", &["duplication"]), + ("diplacement", &["displacement"]), + ("webstie", &["website"]), + ("operants", &["operands"]), + ("modfiying", &["modifying"]), + ("reprecussions", &["repercussions"]), + ("globlaly", &["globally"]), + ("rlated", &["related"]), + ("commadns", &["commands"]), + ("nwo", &["now"]), + ("peplica", &["replica"]), + ("immediatley", &["immediately"]), + ("nortmally", &["normally"]), + ("adjectiveus", &["adjectives"]), + ("follewing", &["following"]), + ("agrocultural", &["agricultural"]), + ("dissappinted", &["disappointed"]), + ("disgareement", &["disagreements"]), + ("collecties", &["collects"]), + ("approxmates", &["approximates"]), + ("nocture", &["nocturne"]), + ("indepencence", &["independence"]), + ("juxtified", &["justified"]), + ("initilializes", &["initializes"]), + ("slefies", &["selfies"]), + ("simmetriclly", &["symmetrically"]), + ("comitted", &["committed"]), + ("recommnds", &["recommends"]), + ("handshacking", &["handshaking"]), + ("bitamps", &["bitmaps"]), + ("functonal", &["functional"]), + ("compilcate", &["complicate"]), + ("permise", &["premise"]), + ("guarnty", &["guaranty"]), + ("demosntrably", &["demonstrably"]), + ("importend", &["imported"]), + ("inbetweeen", &["inbetween"]), + ("persitentely", &["persistently"]), + ("commtis", &["commits"]), + ("parmaters", &["parameters"]), + ("lood", &["blood", "flood", "lewd", "look", "loom", "mood"]), + ("everytiem", &["everytime"]), + ("vacumme", &["vacuum"]), + ("detialed", &["detailed"]), + ("blocack", &["blockack"]), + ("examinining", &["examining"]), + ("rendring", &["rendering"]), + ("homewoner", &["homeowner"]), + ("underastimating", &["underestimating"]), + ("secretley", &["secretly"]), + ("octohedra", &["octahedra"]), + ("vulnerabilitiy", &["vulnerability"]), + ("fellowhsip", &["fellowship"]), + ("homogeneos", &["homogeneous"]), + ("vegitarion", &["vegetarian"]), + ("advantagous", &["advantageous"]), + ("contineous", &["continuous"]), + ("instaance", &["instance"]), + ("proptly", &["promptly"]), + ("certifate", &["certificate"]), + ("brwosable", &["browsable"]), + ("rondayvoued", &["rendezvoused"]), + ("termianls", &["terminals"]), + ("credate", &["created"]), + ("allocaton", &["allocation"]), + ("certicated", &["certificated"]), + ("mdoeling", &["modeling"]), + ("truged", &["trudged"]), + ("testiclees", &["testicles"]), + ("replacated", &["replicated"]), + ("pointes", &["pointers", "points"]), + ("chromasome", &["chromosome"]), + ("muliples", &["multiples"]), + ("demonstraby", &["demonstrably"]), + ("receiption", &["reception"]), + ("boilerplatte", &["boilerplate"]), + ("degarded", &["degraded"]), + ("friendsi", &["friendlies"]), + ("currence", &["currencies"]), + ("subruban", &["suburban"]), + ("ineffecitve", &["ineffective"]), + ("algorihtms", &["algorithms"]), + ("distrubition", &["distribution"]), + ("reuplods", &["reuploads"]), + ("crusiers", &["cruisers"]), + ("iterfaces", &["interfaces"]), + ("preppent", &["prepend", "preprent"]), + ("republis", &["republics"]), + ("correcty", &["correctly"]), + ("democarcy", &["democracy"]), + ("wihtin", &["within"]), + ("concurrectly", &["concurrently"]), + ("mnay", &["many"]), + ("concatentations", &["concatenations"]), + ("unexpetctedly", &["unexpectedly"]), + ("postprocesing", &["postprocessing"]), + ("sepetated", &["separated"]), + ("ingnorar", &["ignore", "ignorant"]), + ("umambiguous", &["unambiguous"]), + ("countres", &["counters"]), + ("updgrading", &["upgrading"]), + ("politican", &["politician"]), + ("cabinettas", &["cabinets"]), + ("unfarily", &["unfairly"]), + ("defitenly", &["definitely"]), + ("otherwordly", &["otherworldly"]), + ("illustraitor", &["illustrator"]), + ("recgonition", &["recognition"]), + ("continous", &["continuous"]), + ("philosophia", &["philosophical"]), + ("acknowlegde", &["acknowledge"]), + ("paramterless", &["parameterless"]), + ("causacian", &["caucasian"]), + ("availanle", &["available"]), + ("authenenticating", &["authenticating"]), + ("fiorget", &["forget"]), + ("osicllations", &["oscillations"]), + ("statemens", &["statements"]), + ("focument", &["document"]), + ("exemple", &["example"]), + ("ignorgg", &["ignoring"]), + ("authenicaes", &["authenticates"]), + ("boungind", &["bounding"]), + ("editots", &["editors"]), + ("queueud", &["queued"]), + ("inablility", &["inability"]), + ("tust", &["trust"]), + ("transacrtion", &["transaction"]), + ("exceucte", &["execute"]), + ("seperating", &["separating"]), + ("gaurentee", &["guarantee"]), + ("radicas", &["radicals"]), + ("socreboard", &["scoreboard"]), + ("socratease", &["socrates"]), + ("covnersation", &["conservation"]), + ("musicaly", &["musically"]), + ("stereotipe", &["stereotype"]), + ("optimisitic", &["optimistic"]), + ("trasnporter", &["transporter"]), + ("prosectuor", &["prosecutor"]), + ("ervices", &["services"]), + ("elagantly", &["elegantly"]), + ("transprot", &["transport"]), + ("cafine", &["caffeine"]), + ("cricitally", &["critically"]), + ("commitable", &["committable"]), + ("whiped", &["whipped", "wiped"]), + ("conly", &["only"]), + ("disalow", &["disallow"]), + ("wholeheartedy", &["wholeheartedly"]), + ("frankinstein", &["frankenstein"]), + ("inapropriately", &["inappropriately"]), + ("implementasi", &["implements"]), + ("customicable", &["customisable", "customizable"]), + ("cancelleable", &["cancellable"]), + ("delimitimg", &["delimiting"]), + ("strategice", &["strategies"]), + ("staggerwing", &["staggering"]), + ("pertrubation", &["perturbation"]), + ("confideny", &["confidently"]), + ("televisivo", &["television"]), + ("specfifying", &["specifying"]), + ("midfieldiers", &["midfielders"]), + ("archioves", &["archives"]), + ("psycholigical", &["psychological"]), + ("gnerations", &["generations"]), + ("contribuito", &["contribution"]), + ("bokmarks", &["bookmarks"]), + ("satisifying", &["satisfying"]), + ("benchmarmking", &["benchmarking"]), + ("cecked", &["checked"]), + ("compesitions", &["compositions"]), + ("lisetning", &["listening"]), + ("retuend", &["returned"]), + ("ensalve", &["enslave"]), + ("exclamating", &["exclamation"]), + ("responsibley", &["responsibly"]), + ("instlaled", &["installed"]), + ("sereousally", &["seriously"]), + ("unitialized", &["uninitialized"]), + ("reinitilize", &["reinitialize"]), + ("offereings", &["offerings"]), + ("resroucing", &["resourcing"]), + ("distibutions", &["distributions"]), + ("generaly", &["generally"]), + ("analyes", &["analyse", "analyses", "analyzes", "analyze"]), + ("conected", &["connected"]), + ("stuborn", &["stubborn"]), + ("sionists", &["zionists"]), + ("tolerabe", &["tolerable"]), + ("plannig", &["planning"]), + ("coolent", &["coolant"]), + ("forcasters", &["forecasters"]), + ("oeration", &["operation"]), + ("deffinetly", &["definitely"]), + ("haved", &["have"]), + ("einstance", &["instance"]), + ("ooutputs", &["outputs"]), + ("venyet", &["vignette"]), + ("charactaristic", &["characteristic"]), + ("tanget", &["tangent"]), + ("datattypes", &["datatypes"]), + ("sycn", &["sync"]), + ("pseudorinverse", &["pseudoinverse"]), + ("evaluatated", &["evaluated"]), + ("distiungished", &["distinguished"]), + ("declarasen", &["declares"]), + ("aixs", &["axis"]), + ("elephantos", &["elephants"]), + ("xepected", &["expected"]), + ("noteable", &["notable"]), + ("disaprity", &["disparity"]), + ("unmached", &["unmatched"]), + ("acknowleged", &["acknowledge", "acknowledged"]), + ("pincher", &["pinscher"]), + ("sandlas", &["sandals"]), + ("prirority", &["priority"]), + ("poistivly", &["positively"]), + ("ubsubstantiated", &["unsubstantiated"]), + ("dialouge", &["dialogue"]), + ("catapillar", &["caterpillar"]), + ("narcassism", &["narcissism"]), + ("addos", &["addons"]), + ("subscriped", &["subscribed"]), + ("brigdes", &["bridges"]), + ("commonwelath", &["commonwealth"]), + ("repesents", &["represents"]), + ("disadvandage", &["disadvantaged"]), + ("multline", &["multiline"]), + ("participent", &["participant"]), + ("percaution", &["precaution"]), + ("buildning", &["building"]), + ("enflamed", &["inflamed"]), + ("proccessing", &["processing"]), + ("calucaltions", &["calculations"]), + ("strengts", &["strengths"]), + ("resuction", &["reduction"]), + ("lpatform", &["platform"]), + ("normolise", &["normalise"]), + ("pharamceuticals", &["pharmaceutical"]), + ("lifestye", &["lifestyle"]), + ("inpersonating", &["impersonating"]), + ("serciving", &["servicing"]), + ("hambergers", &["hamburgers"]), + ("accupts", &["accepts"]), + ("shakepseare", &["shakespeare"]), + ("qualfied", &["qualified"]), + ("alterating", &["alteration"]), + ("sheped", &["shaped", "shepherd"]), + ("forld", &["fold"]), + ("negoticates", &["negotiates"]), + ("strangreal", &["strangle"]), + ("hurrycanes", &["hurricanes"]), + ("lieutanant", &["lieutenant"]), + ("degrads", &["degrades"]), + ("reedeming", &["redeeming"]), + ("metalic", &["metallic"]), + ("regresos", &["regress"]), + ("neturality", &["neutrality"]), + ("correspomdent", &["correspondent"]), + ("warrnings", &["warnings"]), + ("vakues", &["values"]), + ("midpiont", &["midpoint"]), + ("diong", &["doing"]), + ("brose", &["browse", "rose"]), + ("uplaods", &["uploads"]), + ("comfortablely", &["comfortably"]), + ("aquitted", &["acquitted"]), + ("failuer", &["failure"]), + ("yoour", &["your"]), + ("hypothises", &["hypotheses"]), + ("develpments", &["developments"]), + ("phyisque", &["physique"]), + ("constand", &["constant"]), + ("constarnation", &["consternation"]), + ("artifically", &["artificially"]), + ("vulberabuilty", &["vulnerability"]), + ("allianse", &["alliances"]), + ("reptiel", &["reptile"]), + ("agresssive", &["aggressive"]), + ("standarizing", &["standardizing"]), + ("incoporates", &["incorporates"]), + ("filenae", &["filename"]), + ("arbirary", &["arbitrary"]), + ("residude", &["residue"]), + ("deccelerating", &["decelerating"]), + ("combinacion", &["combination"]), + ("dubley", &["doubly"]), + ("prostituiton", &["prostitution"]), + ("similiarly", &["similarly"]), + ("delare", &["declare"]), + ("speciallity", &["specially"]), + ("restorani", &["restoration"]), + ("assembeler", &["assembler"]), + ("applicalbe", &["applicable"]), + ("renegotiotations", &["renegotiations"]), + ("contreversial", &["controversial"]), + ("correnspondence", &["correspondence"]), + ("knockous", &["noxious"]), + ("starups", &["startups"]), + ("unknowningly", &["unknowingly"]), + ("exclusivley", &["exclusively"]), + ("notifiations", &["notifications"]), + ("dissallow", &["disallow"]), + ("occurrance", &["occurrence"]), + ("nostaliga", &["nostalgia"]), + ("abstenance", &["abstinence"]), + ("thsould", &["should"]), + ("clibpoards", &["clipboards"]), + ("adminstrative", &["administrative"]), + ("interger", &["integer"]), + ("reconstrcuted", &["reconstructed"]), + ("electronix", &["election"]), + ("unspeficeid", &["unspecified"]), + ("pijun", &["pigeon"]), + ("instantaenous", &["instantaneous"]), + ("ignorgd", &["ignored"]), + ("progrmae", &["program"]), + ("intervencion", &["intervention"]), + ("constract", &["construct"]), + ("crapenter", &["carpenter"]), + ("embarased", &["embarrassed"]), + ("contryie", &["countryie"]), + ("trasformed", &["transformed"]), + ("chizling", &["chiseling"]), + ("concenrtation", &["concentrations"]), + ("comtaminated", &["contaminated"]), + ("downgrated", &["downgrade", "downgraded"]), + ("recconeection", &["reconnection"]), + ("resonse", &["response"]), + ("detemines", &["determines"]), + ("algorihtmically", &["algorithmically"]), + ("accesssibility", &["accessibility"]), + ("jefferry", &["jeffery"]), + ("uncontitutional", &["unconstitutional"]), + ("moddel", &["model"]), + ("nominatin", &["nomination"]), + ("egonomic", &["ergonomic", "economic"]), + ("feilds", &["fields"]), + ("aggresions", &["aggression"]), + ("executabled", &["executable", "executables"]), + ("inaccurasies", &["inaccuracies"]), + ("phenemenon", &["phenomenon"]), + ("adjudivate", &["adjudicate"]), + ("entirley", &["entirely"]), + ("skateborad", &["skateboard"]), + ("hapends", &["happens"]), + ("editted", &["edited"]), + ("sibtitles", &["subtitles"]), + ("bitwize", &["bitwise"]), + ("defintions", &["definitions"]), + ("estabished", &["established"]), + ("traveles", &["travels"]), + ("deficites", &["deficits"]), + ("bulletbroof", &["bulletproof"]), + ("prsets", &["presets"]), + ("formaly", &["formally", "formerly"]), + ("reputacion", &["reputation"]), + ("tessllation", &["tessellation"]), + ("eminated", &["emanated"]), + ("certan", &["certain"]), + ("dissapoint", &["disappoint"]), + ("valuling", &["valuing"]), + ("despicaple", &["despicable"]), + ("copurighted", &["copyrighted"]), + ("cteateing", &["creating"]), + ("dinally", &["finally"]), + ("assistence", &["assistance"]), + ("traditiona", &["traditional"]), + ("chisling", &["chiseling"]), + ("municiple", &["municipal"]), + ("locaise", &["localise"]), + ("technitians", &["technicians"]), + ("insuccessful", &["unsuccessful"]), + ("pasturization", &["pasteurization"]), + ("imbrased", &["embraced"]), + ("hamburgurs", &["hamburgers"]), + ("argumentas", &["arguments"]), + ("appreciateive", &["appreciative"]), + ("bumpt", &["bump"]), + ("dissamblies", &["disassemblies"]), + ("consern", &["concern"]), + ("bluebery", &["blueberry"]), + ("paradim", &["paradigm"]), + ("distrubution", &["distribution"]), + ("diasbling", &["disabling"]), + ("descriminator", &["discriminator"]), + ("unfilpped", &["unflipped"]), + ("siganture", &["signature"]), + ("distinktion", &["distinction"]), + ("incremently", &["incremental"]), + ("accomodates", &["accommodates"]), + ("restrainig", &["restraining"]), + ("reboudning", &["rebounding"]), + ("trasnfers", &["transfers"]), + ("ofcrouse", &["ofcourse"]), + ("represeted", &["represented"]), + ("undertsood", &["understood"]), + ("obiously", &["obviously"]), + ("truns", &["turns"]), + ("spefcifieirs", &["specifiers"]), + ("remarkes", &["remarks"]), + ("diagnosi", &["diagnostic"]), + ("normailzation", &["normalization"]), + ("operatio", &["operation"]), + ("definitieve", &["definitive"]), + ("underminig", &["undermining"]), + ("pysically", &["physically"]), + ("powetlifting", &["powerlifting"]), + ("beautifys", &["beautifies"]), + ("sensationail", &["sensational"]), + ("ongewild", &["gonewild"]), + ("inintialisation", &["initialisation"]), + ("writng", &["writing"]), + ("oriantated", &["orientated"]), + ("highlited", &["highlighted"]), + ("uninfroming", &["uninforming", "uniforming"]), + ("annouced", &["announced"]), + ("electriciy", &["electricity"]), + ("techincally", &["technically"]), + ("representd", &["represented"]), + ("chaneged", &["changed"]), + ("obleek", &["oblique"]), + ("topoplogy", &["topology"]), + ("brilliante", &["brilliance"]), + ("timestan", &["timespan"]), + ("missionairy", &["missionary"]), + ("explixitely", &["explicitly"]), + ("handedlly", &["handedly"]), + ("ocilates", &["oscillates"]), + ("licemse", &["license"]), + ("interrugum", &["interregnum"]), + ("verctors", &["vectors"]), + ("entireity", &["entirety"]), + ("authenificator", &["authenticator"]), + ("reevalulate", &["reevaluate"]), + ("traingulate", &["triangulate"]), + ("poisonus", &["poisons"]), + ("accountt", &["accountant"]), + ("communisit", &["communist"]), + ("ostrecized", &["ostracized"]), + ("pleacing", &["placing"]), + ("charascter", &["character"]), + ("triks", &["tricks", "trikes"]), + ("desogning", &["designing"]), + ("sintacks", &["syntax"]), + ("formatings", &["formations"]), + ("howeverm", &["however"]), + ("exapct", &["except", "exact"]), + ("budled", &["bundled"]), + ("incidently", &["incidentally"]), + ("flem", &["phlegm"]), + ("simplet", &["simplest"]), + ("dimenionsalities", &["dimensionalities"]), + ("eventially", &["eventually"]), + ("pennsylvanica", &["pennsylvania"]), + ("compenstate", &["compensate"]), + ("mek", &["me"]), + ("despide", &["despised"]), + ("integratron", &["integration"]), + ("tramsmit", &["transmit"]), + ("exectuive", &["executive"]), + ("constistency", &["consistency"]), + ("cpontent", &["content"]), + ("addrersss", &["address"]), + ("approximed", &["approximated"]), + ("markerplace", &["marketplace"]), + ("miraculaous", &["miraculous"]), + ("abnoramlly", &["abnormally"]), + ("enclosng", &["enclosing"]), + ("negotatiates", &["negotiates"]), + ("formual", &["formula"]), + ("sucessively", &["successively"]), + ("analysees", &["analyses"]), + ("deffine", &["define"]), + ("rendundant", &["redundant"]), + ("hardenend", &["hardened"]), + ("simluate", &["simulate"]), + ("gerneric", &["generic"]), + ("impressons", &["impressions"]), + ("moddeled", &["modeled"]), + ("awesomley", &["awesomely"]), + ("lene", &["lens"]), + ("nromandy", &["normandy"]), + ("reaponsibilities", &["responsibilities"]), + ("improbes", &["improves"]), + ("exercize", &["exercise"]), + ("rolepaly", &["roleplay"]), + ("dekstop", &["desktop"]), + ("beleifable", &["believable"]), + ("pathanme", &["pathname"]), + ("guaruntes", &["guarantees"]), + ("analitycs", &["analytics"]), + ("trings", &["strings", "rings"]), + ("creationsit", &["creationist"]), + ("execuitables", &["executables"]), + ("boquet", &["bouquet"]), + ("condtionals", &["conditionals"]), + ( + "decreate", + &["decrease", "desecrate", "destroy", "discrete"], + ), + ("ofcousre", &["ofcourse"]), + ("moer", &["more"]), + ("extraoridnary", &["extraordinary"]), + ("concatentates", &["concatenates"]), + ("coprorates", &["corporates"]), + ("descripters", &["descriptors"]), + ("formua", &["formula"]), + ("categorice", &["categorize"]), + ("infulential", &["influential"]), + ("speficillics", &["specifics"]), + ("muesums", &["museums"]), + ("defintian", &["definition"]), + ("symmetral", &["symmetric"]), + ("proocesses", &["processes"]), + ("reconncted", &["reconnected"]), + ("impedence", &["impedance"]), + ("larwence", &["lawrence"]), + ("obscuirty", &["obscurity"]), + ("horizonal", &["horizontal"]), + ("necassary", &["necessary"]), + ("sucessess", &["success"]), + ("requestd", &["requested"]), + ("execultable", &["executable"]), + ("sawstika", &["swastika"]), + ("notmutch", &["notmuch"]), + ("sistemically", &["systemically"]), + ("leagelise", &["legalise"]), + ("regularlised", &["regularised"]), + ("rostaing", &["roasting"]), + ("responsibilies", &["responsibilities"]), + ("mension", &["mansion", "mention"]), + ("hierachry", &["hierarchy"]), + ("presss", &["press", "presses"]), + ("wrappper", &["wrapper"]), + ("neighboor", &["neighbor", "neighbour"]), + ("extensivley", &["extensively"]), + ("minmum", &["minimum"]), + ("unconstitutionnal", &["unconstitutional"]), + ("initialied", &["initialized"]), + ("excecutes", &["executes"]), + ("resistered", &["resisted"]), + ("touchscren", &["touchscreen"]), + ("chnangelog", &["changelog"]), + ("characteristc", &["characteristics"]), + ("criticim", &["criticisms"]), + ("trimmng", &["trimming"]), + ("reagards", &["regards"]), + ("vrsions", &["versions"]), + ("exersizes", &["exercises"]), + ("desitnations", &["destinations"]), + ("cataclysym", &["cataclysm"]), + ("tlak", &["talk"]), + ("customizaton", &["customization"]), + ("elagant", &["elegant"]), + ("subsudized", &["subsidized"]), + ("politiciens", &["politicians"]), + ("teated", &["treated"]), + ("knowledage", &["knowledge"]), + ("keneysian", &["keynesian"]), + ("descirbe", &["describe"]), + ("delarations", &["declarations"]), + ("disapplines", &["disciplines"]), + ("naximum", &["maximum"]), + ("fonctions", &["functions"]), + ("paln", &["plan", "pain", "palm"]), + ("huristic", &["heuristic"]), + ("proportians", &["proportions"]), + ("asynchronus", &["asynchronous"]), + ("suppor", &["support"]), + ("electorale", &["electorate"]), + ("specilaized", &["specialize"]), + ("engramms", &["engrams"]), + ("consrvative", &["conservative"]), + ("execusions", &["executions"]), + ("resignating", &["resignation"]), + ("renegoitation", &["renegotiation"]), + ("chnaged", &["changed"]), + ("wholy", &["wholly", "holy"]), + ("prescence", &["presence"]), + ("harassement", &["harassment"]), + ("resultion", &["resolution"]), + ("substace", &["substance"]), + ("deciple", &["disciple"]), + ("alignmet", &["alignment"]), + ("acessed", &["accessed"]), + ("dingity", &["dignity"]), + ("hopefull", &["hopeful", "hopefully"]), + ("undefuned", &["undefined"]), + ("inmmediately", &["immediately"]), + ("intermedite", &["intermediate"]), + ("irrationel", &["irrational"]), + ("respection", &["respecting"]), + ("frequences", &["frequencies"]), + ("capatilize", &["capitalize"]), + ("transformare", &["transformers"]), + ("spligs", &["splits"]), + ("selectivley", &["selectively"]), + ("sponatneous", &["spontaneous"]), + ("filpping", &["flipping"]), + ("transylvanai", &["transylvania"]), + ("adventue", &["adventures"]), + ("disrecpect", &["disrespect"]), + ("fonetic", &["phonetic"]), + ("prinicpals", &["principals"]), + ("encprytion", &["encryption"]), + ("rebuilts", &["rebuilds", "rebuilt", "rebuild"]), + ("workspae", &["workspace"]), + ("coalasece", &["coalescence"]), + ("hallcuinations", &["hallucination"]), + ("cumbursome", &["cumbersome"]), + ("transconders", &["transcoders"]), + ("imperialisim", &["imperialism"]), + ("preambule", &["preamble"]), + ("conections", &["connections"]), + ("sucessfully", &["successfully"]), + ("coupel", &["couple"]), + ("unshfited", &["unshifted"]), + ("bastracter", &["abstracter"]), + ("reverced", &["reversed"]), + ("sllocation", &["allocation"]), + ("actove", &["active"]), + ("efficencty", &["efficiency"]), + ("eveolved", &["evolved"]), + ("eevery", &["every"]), + ("dysfunktion", &["dysfunction"]), + ("unnecesarrily", &["unnecessarily"]), + ("fronteir", &["frontier"]), + ("unvalidate", &["invalidate"]), + ("dichomoty", &["dichotomy"]), + ("morgs", &["morgues"]), + ("proocedures", &["procedures"]), + ("productivy", &["productivity"]), + ("disucussion", &["discussion"]), + ("narctoics", &["narcotics"]), + ("perfomance", &["performance"]), + ("conpares", &["compares"]), + ("psydonymous", &["pseudonymous"]), + ("influenses", &["influences"]), + ("benchamrks", &["benchmarks"]), + ("accessile", &["accessible"]), + ("fike", &["file"]), + ("pompay", &["pompeii"]), + ("reconets", &["reconnects"]), + ("notififations", &["notifications"]), + ("interessting", &["interesting"]), + ("experimenaters", &["experimenters"]), + ("requied", &["required"]), + ("deafualt", &["default"]), + ("penalities", &["penalties"]), + ("implaments", &["implements"]), + ("frmat", &["format"]), + ("preffixing", &["prefixing"]), + ("demographical", &["demographic"]), + ("behngazi", &["benghazi"]), + ("downoaded", &["downloaded"]), + ("hosthot", &["hotshot"]), + ("filebame", &["filename"]), + ("califorian", &["californian"]), + ("beacuse", &["because"]), + ("seperateely", &["separately"]), + ("unreconized", &["unrecognized"]), + ("checkoslovakia", &["czechoslovakia"]), + ("reseverd", &["reserved"]), + ("generilize", &["generalize"]), + ("evey", &["every"]), + ("timespanps", &["timespans"]), + ("experiemnts", &["experiments"]), + ("negotite", &["negotiate"]), + ("negligente", &["negligence"]), + ("paragrphs", &["paragraphs"]), + ("maneouvred", &["manoeuvred"]), + ("canadains", &["canadians"]), + ("dicationaries", &["dictionaries"]), + ("memwoir", &["memoir"]), + ("dispay", &["display"]), + ("supermacist", &["supremacist"]), + ("diregard", &["disregard"]), + ("typopgrahical", &["typographical"]), + ("instlled", &["installed", "instilled"]), + ("allone", &["alone"]), + ("newletters", &["newsletters"]), + ("representetive", &["representative"]), + ("opperates", &["operates"]), + ("midifelders", &["midfielders"]), + ("kwno", &["know"]), + ("unanwsered", &["unanswered"]), + ("gnored", &["ignored"]), + ("spefation", &["separation", "specification"]), + ("politessen", &["politeness"]), + ("contradictary", &["contradictory"]), + ("stressers", &["stresses"]), + ("ommitted", &["omitted"]), + ("opearted", &["operated"]), + ("thumbnial", &["thumbnail"]), + ("relegetion", &["relegation"]), + ("pararllell", &["parallel"]), + ("convienently", &["conveniently"]), + ("definaetly", &["definitely"]), + ("compositied", &["composite"]), + ("evalutions", &["evaluations"]), + ("unsucessufll", &["unsuccessful"]), + ("netwroking", &["networking"]), + ("supposingly", &["supposedly"]), + ("conditionnaly", &["conditionally"]), + ("togeterness", &["togetherness"]), + ("playthourghs", &["playthroughs"]), + ("decsended", &["descended"]), + ("interseciton", &["intersections"]), + ("cauhgt", &["caught"]), + ("squence", &["sequence"]), + ("pilrgim", &["pilgrim"]), + ("codepoitn", &["codepoint"]), + ("addrssed", &["addressed"]), + ("pericings", &["piercings"]), + ("colorts", &["colors"]), + ("accomadations", &["accommodations"]), + ("cofigure", &["configure"]), + ("curnel", &["colonel"]), + ("disabing", &["disabling"]), + ("catagories", &["categories"]), + ("incremeantal", &["incremental"]), + ("morni", &["morning"]), + ("equivilents", &["equivalents"]), + ("intestins", &["intestines"]), + ("insepct", &["inspect"]), + ("corrilation", &["correlation"]), + ("symantic", &["semantic"]), + ("improovements", &["improvements"]), + ("capatilism", &["capitalism"]), + ("recommdended", &["recommended"]), + ("experimetental", &["experimental"]), + ("catastrophies", &["catastrophe"]), + ("intereference", &["interference"]), + ("pretect", &["protect"]), + ("pijeons", &["pigeons"]), + ("rainbos", &["rainbows"]), + ("suprizingly", &["surprisingly"]), + ("initilise", &["initialise"]), + ("espisodical", &["episodical"]), + ("transformarem", &["transformer"]), + ("autodected", &["autodetected"]), + ("resotre", &["restore"]), + ("evetually", &["eventually"]), + ("awnsers", &["answers"]), + ("employeers", &["employees"]), + ("differate", &["differentiate"]), + ("eneable", &["enable"]), + ("origonally", &["originally"]), + ("apacolyptic", &["apocalyptic"]), + ("necassery", &["necessary"]), + ("insistenze", &["insistence"]), + ("profitible", &["profitable"]), + ("programable", &["programmable"]), + ("accordin", &["according"]), + ("suggestes", &["suggests"]), + ("frustations", &["frustrations"]), + ("kresh", &["crèche"]), + ("reperesentations", &["representations"]), + ("specialops", &["specials"]), + ("valtage", &["voltage"]), + ("monolitihic", &["monolithic"]), + ("granulatity", &["granularity"]), + ("defianetly", &["definitely"]), + ("imcompetence", &["incompetence"]), + ("immsersive", &["immersive"]), + ("assfalted", &["asphalted"]), + ("curresponding", &["corresponding"]), + ("authenificators", &["authenticators"]), + ("bulid", &["build"]), + ("guarnaty", &["guaranty"]), + ("jamaicains", &["jamaican"]), + ("vishus", &["vicious"]), + ("unforetunately", &["unfortunately"]), + ("privilegie", &["privilege"]), + ("lok", &["look"]), + ("hypocriticial", &["hypocritical"]), + ("qeueue", &["queue"]), + ("youself", &["yourself"]), + ("functiton", &["function"]), + ("rquested", &["requested"]), + ("subsitution", &["substitution"]), + ("arbitrty", &["arbitrary"]), + ("heroicos", &["heroics"]), + ("mysteriouly", &["mysteriously"]), + ("necessery", &["necessary"]), + ("outsorucing", &["outsourcing"]), + ("performaed", &["performed"]), + ("pennisulas", &["peninsulas"]), + ("stormde", &["stormed"]), + ("acutual", &["actual"]), + ("preferrably", &["preferably"]), + ("commpliant", &["compliant"]), + ("indivual", &["individual"]), + ("deprected", &["deprecated"]), + ("wekeend", &["weekend"]), + ("initialitze", &["initialize"]), + ("assignemnts", &["assignments"]), + ("acendency", &["ascendency"]), + ("cartmaan", &["cartman"]), + ("attribbute", &["attribute"]), + ("ineffciently", &["inefficiently"]), + ("subnegotication", &["subnegotiation"]), + ("uiu", &["you"]), + ("revolutionairy", &["revolutionary"]), + ("avdisory", &["advisory"]), + ("represantative", &["representative"]), + ("additinally", &["additionally"]), + ("waas", &["was"]), + ("apocalpytic", &["apocalyptic"]), + ("intellectualisme", &["intellectuals"]), + ("debugee", &["debuggee"]), + ("varnings", &["warnings"]), + ("avoinding", &["avoiding"]), + ("peodphile", &["pedophile"]), + ("depdendants", &["dependants"]), + ("sculpteur", &["sculpture"]), + ("frustrasion", &["frustrations"]), + ("tollerance", &["tolerance"]), + ("polygone", &["polygon"]), + ("bronocs", &["broncos"]), + ("prezidential", &["presidential"]), + ("vulnearbuility", &["vulnerability"]), + ("autocorrct", &["autocorrect"]), + ("canabelyzing", &["cannibalizing"]), + ("projction", &["projection"]), + ("chiled", &["child", "chilled"]), + ("reimplementaions", &["reimplementations"]), + ("certaion", &["certain"]), + ("subnegotaiation", &["subnegotiation"]), + ("snowbals", &["snowballs"]), + ("improofs", &["improves"]), + ("incriments", &["increments"]), + ("missence", &["missense"]), + ("exlusions", &["exclusions"]), + ("progates", &["propagates"]), + ("decpetion", &["deception"]), + ("playtgroughs", &["playthroughs"]), + ("derprecated", &["deprecated"]), + ("anecdotale", &["anecdote"]), + ("cassete", &["cassette"]), + ("addessed", &["addressed"]), + ("conrruptible", &["corruptible"]), + ("builters", &["builders"]), + ("feodras", &["fedoras"]), + ("stereotypeing", &["stereotyping"]), + ("jumpimng", &["jumping"]), + ("spontanes", &["spontaneous"]), + ("configuaration", &["configuration"]), + ("paht", &["path", "pat", "part"]), + ("intellectualls", &["intellectuals"]), + ("exaggarating", &["exaggerating"]), + ("sacrilegeous", &["sacrilegious"]), + ("bullyan", &["bouillon"]), + ("unsuprized", &["unsurprised"]), + ("absouletely", &["absolutely"]), + ("credntial", &["credential"]), + ("dalegate", &["delegate"]), + ("fundation", &["foundation"]), + ("instnsiation", &["instantiation"]), + ("clonez", &["clones", "cloner"]), + ("somehitng", &["something"]), + ("igrnore", &["ignore"]), + ("composities", &["composite"]), + ("strart", &["start"]), + ("sreenshot", &["screenshot"]), + ("historyans", &["historians"]), + ("partioned", &["partitioned"]), + ("vietnameese", &["vietnamese"]), + ("coallecing", &["coalescing"]), + ("interruptted", &["interrupted"]), + ("analitycal", &["analytical"]), + ("gigantisch", &["gigantic"]), + ("reinstaling", &["reinstalling"]), + ("minamilist", &["minimalist"]), + ("forgivens", &["forgiveness"]), + ("accidentaly", &["accidentally"]), + ("confugure", &["configure"]), + ("aleniate", &["alienate"]), + ("deompression", &["decompression"]), + ("bouregois", &["bourgeois"]), + ("aborigene", &["aborigine"]), + ("austrailia", &["australia"]), + ("nescesarry", &["necessary"]), + ("sist", &["cyst", "sift", "sits"]), + ("catergorized", &["categorized"]), + ("rendazyvooed", &["rendezvoused"]), + ("promocional", &["promotional"]), + ("strenghten", &["strengthen"]), + ("suspiciuosly", &["suspiciously"]), + ("deplorible", &["deplorable"]), + ("frequancies", &["frequencies"]), + ("subsitutions", &["substitutions"]), + ("negogtiates", &["negotiates"]), + ("particiapted", &["participated"]), + ("bofere", &["before"]), + ("retrosepct", &["retrospect"]), + ("innappropriate", &["inappropriate"]), + ("representstive", &["representatives"]), + ("aircarft", &["aircraft"]), + ("respresent", &["represent"]), + ("becuae", &["because"]), + ("compliling", &["compiling"]), + ("arcticle", &["article"]), + ("timstamp", &["timestamp"]), + ("pairocheelly", &["parochially"]), + ("appened", &["append", "appended", "happened"]), + ("spefixiable", &["specifiable"]), + ("proirity", &["priority"]), + ("renaissanse", &["renaissance"]), + ("mortage", &["mortgage"]), + ("occuring", &["occurring"]), + ("packaege", &["package"]), + ("abvailable", &["available"]), + ("eplison", &["epsilon"]), + ("expoter", &["exporter"]), + ("constitude", &["constitute"]), + ("pengiuns", &["penguins"]), + ("recongnizes", &["recognizes"]), + ("carrrier", &["carrier"]), + ("expexcted", &["expected"]), + ("procesors", &["processors"]), + ("simplies", &["implies", "simplifies"]), + ("assisstant", &["assistant"]), + ("psueudo", &["pseudo"]), + ("respectivelly", &["respectively"]), + ("instertion", &["insertion"]), + ("gimmickey", &["gimmicky"]), + ("avtive", &["active"]), + ("writed", &["wrote", "written", "write", "writer"]), + ("dissapers", &["disappears"]), + ("replacments", &["replacements"]), + ("minniapolis", &["minneapolis"]), + ("offerred", &["offered"]), + ("cooridnation", &["coordination"]), + ("bacwards", &["backwards"]), + ("quering", &["querying"]), + ("mobiltiy", &["mobility"]), + ("dimenion", &["dimension", "dominion"]), + ("portfoilo", &["portfolio"]), + ("enduce", &["induce"]), + ("relocateable", &["relocatable"]), + ("confiramtion", &["confirmation"]), + ("algorightmically", &["algorithmically"]), + ("merchanters", &["merchants"]), + ("apporiate", &["appropriate"]), + ("resolvs", &["resolves"]), + ("queryinterace", &["queryinterface"]), + ("derogotary", &["derogatory"]), + ("miscrosoft", &["microsoft"]), + ("skateboad", &["skateboard"]), + ("perfomeant", &["performant"]), + ("patinet", &["patient"]), + ("theyre", &["their", "there"]), + ("imrpoving", &["improving"]), + ("jamaicaman", &["jamaican"]), + ("assinging", &["assigning"]), + ("indonisian", &["indonesian"]), + ("metricas", &["metrics"]), + ("depreate", &["deprecate"]), + ("suppresion", &["suppression"]), + ("folowwiwng", &["following"]), + ("correponsing", &["corresponding"]), + ("exoressuin", &["expression"]), + ("specifiy", &["specify"]), + ("rebuildling", &["rebuilding"]), + ("commongly", &["commonly"]), + ("emprove", &["improve"]), + ("featutures", &["features"]), + ("interprete", &["interpret"]), + ("warnin", &["warning"]), + ("depressief", &["depressive"]), + ("instsallation", &["installation"]), + ("folers", &["folders"]), + ("invlisible", &["invisible"]), + ("entreprenure", &["entrepreneurs"]), + ("orthonormalizatin", &["orthonormalization"]), + ("guarnatee", &["guarantee"]), + ("reviwed", &["reviewed"]), + ("tranlsations", &["translations"]), + ("plagairism", &["plagiarism"]), + ("recenlty", &["recently"]), + ("distnguished", &["distinguished"]), + ("simplifiyng", &["simplifying"]), + ("stormend", &["stormed"]), + ("aysnc", &["async"]), + ("straind", &["strained"]), + ("powerlifitng", &["powerlifting"]), + ("foward", &["forward"]), + ("observacion", &["observation"]), + ("konservatism", &["conservatism"]), + ("certifice", &["certificate"]), + ("academicus", &["academics"]), + ("dissambly", &["disassembly"]), + ("exceptons", &["exceptions"]), + ("proocedure", &["procedure"]), + ("synonumous", &["synonymous"]), + ("kryptonyte", &["kryptonite"]), + ("friednship", &["friendships"]), + ("constently", &["constantly"]), + ("experimetent", &["experiment"]), + ("antecedant", &["antecedent"]), + ("conversatiosn", &["conservation"]), + ("swedisch", &["swedish"]), + ("evoluates", &["evaluates"]), + ("descktop", &["desktop"]), + ("mulitiple", &["multiple"]), + ("underying", &["underlying"]), + ("confedercy", &["confederacy"]), + ("generaged", &["generated"]), + ("peom", &["poem"]), + ("obsereved", &["observed"]), + ("liuke", &["like"]), + ("americain", &["american"]), + ("monumentous", &["monuments"]), + ("terminater", &["terminator"]), + ("brfore", &["before"]), + ("congfigure", &["configure"]), + ("althougth", &["although"]), + ("deactiviate", &["deactivate"]), + ("nullabour", &["nullarbor"]), + ("characterisitc", &["characteristics"]), + ("capacators", &["capacitors"]), + ("vegetariens", &["vegetarians"]), + ("nacionalistic", &["nationalistic"]), + ("noticeablely", &["noticeably"]), + ("condemantion", &["condemnation"]), + ("siduction", &["seduction"]), + ("likeley", &["likely"]), + ("fixels", &["pixels"]), + ("gullibe", &["gullible"]), + ("difine", &["define", "divine"]), + ("essentals", &["essentials"]), + ("supervisior", &["supervisor"]), + ("ameythst", &["amethyst"]), + ("regeneracion", &["regeneration"]), + ("alocation", &["allocation"]), + ("charactars", &["characters"]), + ("apprixamately", &["approximately"]), + ("australianess", &["australians"]), + ("happnes", &["happens", "happiness"]), + ("manetaining", &["maintaining"]), + ("aond", &["and"]), + ("especialyl", &["especially"]), + ("fondamentalist", &["fundamentalist"]), + ("undelering", &["underlying"]), + ("brewerys", &["brewers"]), + ("realated", &["related"]), + ("compoments", &["components"]), + ("unpreparred", &["unprepared"]), + ("organsiation", &["organisation"]), + ("subsidie", &["subsidized"]), + ("continuating", &["continuation"]), + ("foreamrs", &["forearms"]), + ("bounnding", &["bounding"]), + ("quikc", &["quick"]), + ("kidnappping", &["kidnapping"]), + ("contat", &["contact"]), + ("segmenet", &["segment"]), + ("hass", &["hash"]), + ("texline", &["textline"]), + ("anwers", &["answers"]), + ("carefullly", &["carefully"]), + ("unconvencional", &["unconventional"]), + ("raeding", &["reading"]), + ("recordarme", &["recorder"]), + ("miinimize", &["minimize"]), + ("upladad", &["upload", "uploaded"]), + ("communite", &["communities"]), + ("instrucutions", &["instructions"]), + ("philidalphia", &["philadelphia"]), + ("ideoligically", &["ideologically"]), + ("samles", &["samples", "seamless"]), + ("mustator", &["mutator"]), + ("autosence", &["autosense"]), + ("questoins", &["questions"]), + ("retalaite", &["retaliate"]), + ("analiser", &["analyser"]), + ("loadous", &["loadouts"]), + ("postiive", &["positive"]), + ("argumment", &["argument"]), + ("cursosr", &["cursors"]), + ("serialzie", &["serialize"]), + ("performes", &["performed", "performs"]), + ("musuem", &["museum"]), + ("neede", &["needed", "need"]), + ("decrpt", &["decrypt"]), + ("entreprener", &["entrepreneurs"]), + ("incrememnting", &["incrementing"]), + ("atheistc", &["atheistic"]), + ("dyanmics", &["dynamics"]), + ("siving", &["saving", "sieving"]), + ("aethists", &["atheists"]), + ("veriftying", &["verifying"]), + ("skeptecism", &["skepticism"]), + ("sacntuary", &["sanctuary"]), + ("demograpic", &["demographic"]), + ("objecs", &["objects"]), + ("wrokload", &["workload"]), + ("noramalize", &["normalize"]), + ("decompresing", &["decompressing"]), + ("parshaly", &["partially"]), + ("trignametric", &["trigonometric"]), + ("determind", &["determined"]), + ("inusrgency", &["insurgency"]), + ("deoendencies", &["dependencies"]), + ("collabarate", &["collaborate"]), + ("workench", &["workbench"]), + ("bebefore", &["before"]), + ("shrpanel", &["shrapnel"]), + ("votlage", &["voltage"]), + ("transaccion", &["transaction"]), + ("arbitualy", &["arbitrary"]), + ("partions", &["partitions", "portions"]), + ("dysoptian", &["dystopian"]), + ("sufficit", &["sufficient"]), + ("unechecked", &["unchecked"]), + ("relaoded", &["reloaded"]), + ("fonctionnaly", &["functionally", "functionality"]), + ("comparission", &["comparisons", "comparison"]), + ("determinisic", &["deterministic"]), + ("tramuatized", &["traumatized"]), + ("canditates", &["candidates"]), + ("hystericallly", &["hysterically"]), + ("speficiy", &["specify"]), + ("eqivalents", &["equivalents"]), + ("armageedon", &["armageddon"]), + ("plasticus", &["plastics"]), + ("accelerater", &["accelerator"]), + ("srcipt", &["script"]), + ("egal", &["equal"]), + ("sigits", &["digits"]), + ("sunggle", &["snuggle"]), + ("hellucinations", &["hallucinations"]), + ("sycronus", &["synchronous"]), + ("capitalisn", &["capitals"]), + ("yoyr", &["your"]), + ("thight", &["tight", "thigh", "fight"]), + ("alforithm", &["algorithm"]), + ("neumonia", &["pneumonia"]), + ("ubiqituous", &["ubiquitous"]), + ("parterns", &["partners"]), + ("cohabitating", &["cohabiting"]), + ("miximum", &["maximum"]), + ("resurce", &["resource"]), + ("fomater", &["formatter"]), + ("biscut", &["biscuit"]), + ("inaktively", &["inactively"]), + ("invulnerabe", &["invulnerable"]), + ("plethroa", &["plethora"]), + ("beauracratically", &["bureaucratically"]), + ("algortimically", &["algorithmically"]), + ("optionel", &["optional"]), + ("attribue", &["attribute"]), + ("developped", &["developed"]), + ("dissalow", &["disallow"]), + ("clasically", &["classically"]), + ("retruning", &["returning"]), + ("initialitse", &["initialise"]), + ("hsa", &["has"]), + ("scketch", &["sketch"]), + ("relativly", &["relatively"]), + ("benevelont", &["benevolent"]), + ("rictatorship", &["dictatorship"]), + ("resorces", &["resources"]), + ("heroicus", &["heroics"]), + ("modprobbing", &["modprobing"]), + ("vehilce", &["vehicle"]), + ("straines", &["strains"]), + ("overlayed", &["overlaid"]), + ("whislte", &["whistle"]), + ("infromation", &["information"]), + ("implemened", &["implemented"]), + ("researves", &["reserves"]), + ("unitilising", &["uninitialising"]), + ("alue", &["value"]), + ("extraciton", &["extraction"]), + ("execudes", &["executes"]), + ("spefiififes", &["specifies"]), + ("persepectives", &["perspectives"]), + ("quetion", &["question"]), + ("transformus", &["transforms"]), + ("metholodogy", &["methodology"]), + ("contracictions", &["contradictions"]), + ("defyning", &["defining"]), + ("administerd", &["administered"]), + ("casesensetive", &["casesensitive"]), + ("envinroment", &["environments"]), + ("traingulates", &["triangulates"]), + ("capitolist", &["capitalist"]), + ("permissiable", &["permissible"]), + ("bitween", &["between"]), + ("wimmens", &["women"]), + ("equaliteral", &["equilateral"]), + ("vietnamees", &["vietnamese"]), + ("nastertiums", &["nasturtiums"]), + ("conqured", &["conquered"]), + ("unencrpt", &["unencrypt"]), + ("asignee", &["assignee"]), + ("comission", &["commission"]), + ("differantiation", &["differentiation"]), + ("exessive", &["excessive"]), + ("ostenisbly", &["ostensibly"]), + ("dedect", &["deduct", "detect"]), + ("filname", &["filename"]), + ("reconizing", &["recognizing"]), + ("infallibe", &["infallible"]), + ("compromessi", &["compromises"]), + ("devloved", &["devolved"]), + ("constandly", &["constantly"]), + ("deendencies", &["dependencies"]), + ("intrest", &["interest", "insert"]), + ("rotatios", &["rotations", "ratios"]), + ("adivsories", &["advisories"]), + ("presentaional", &["presentational"]), + ("guarentyd", &["guaranteed"]), + ("employeurs", &["employer"]), + ("amministrative", &["administrative"]), + ("intenst", &["intents"]), + ("expeience", &["experience"]), + ("regulatin", &["regulations"]), + ("architecuture", &["architecture"]), + ("arbirtary", &["arbitrary"]), + ("introdus", &["introduces"]), + ("associdated", &["associated"]), + ("earlies", &["earliest"]), + ("postgressql", &["postgresql"]), + ("capmbell", &["campbell"]), + ("invoved", &["involved"]), + ("enterpries", &["enterprises"]), + ("calllbacks", &["callbacks"]), + ("unoperational", &["nonoperational"]), + ("decemer", &["december"]), + ("restrictifs", &["restricts"]), + ("contemperary", &["contemporary"]), + ("enhanchements", &["enhancements"]), + ("pretentios", &["pretentious"]), + ("glyped", &["glyphed"]), + ("acesses", &["accesses"]), + ("speficics", &["specifics"]), + ("unacknowleged", &["unacknowledged"]), + ("charatable", &["charitable"]), + ("optimizate", &["optimize"]), + ("lnguages", &["languages"]), + ("uncorrect", &["incorrect"]), + ("cocument", &["document"]), + ("dyanmic", &["dynamic"]), + ("speficiallics", &["specifics"]), + ("bitwiedh", &["bitwidth"]), + ("susceptiable", &["susceptible"]), + ("insentivie", &["insensitive"]), + ("triology", &["trilogy"]), + ("authobiography", &["autobiography"]), + ("sqiushy", &["squishy"]), + ("disatissfied", &["dissatisfied"]), + ("decalre", &["declare"]), + ("synchonrously", &["synchronously"]), + ("depened", &["depend"]), + ("pruchased", &["purchased"]), + ("innacurately", &["inaccurately"]), + ("accesssiiblity", &["accessibility"]), + ("myselve", &["myself"]), + ("antiquited", &["antiquated"]), + ("condradicted", &["contradicted"]), + ( + "corse", + &[ + "course", "coarse", "core", "corpse", "cors", "corset", "curse", "horse", + "norse", "torse", "worse", + ], + ), + ("fyou", &["you"]), + ("enveloppes", &["envelope", "envelopes"]), + ("suspsend", &["suspend"]), + ("unidimensionnal", &["unidimensional"]), + ("bootsrap", &["bootstrap"]), + ("savely", &["safely"]), + ("accomplishements", &["accomplishments"]), + ("demonination", &["denominations"]), + ("probablities", &["probabilities"]), + ("currious", &["curious"]), + ("armagaddon", &["armageddon"]), + ("fontier", &["frontier"]), + ("pipeliens", &["pipelines"]), + ("unexpectadely", &["unexpectedly"]), + ("reduntant", &["redundant"]), + ("alloctor", &["allocator"]), + ("unsubscrbe", &["unsubscribe"]), + ("recoginzed", &["recognized"]), + ("assesing", &["assessing"]), + ("pressentation", &["presentation"]), + ("acquantainces", &["acquaintances"]), + ("frgament", &["fragment"]), + ("articifial", &["artificial"]), + ("approproximate", &["approximate"]), + ("embodyment", &["embodiment"]), + ("respest", &["respects"]), + ("deatching", &["detaching"]), + ("folowwinwg", &["following"]), + ("parallization", &["parallelization"]), + ("begnals", &["bengals"]), + ("neighbhorhood", &["neighborhood"]), + ("organizatons", &["organizations"]), + ("doucmenting", &["documenting"]), + ("recjecting", &["rejecting"]), + ("ambassabor", &["ambassador"]), + ("confidantals", &["confidentials"]), + ("chatch", &["catch"]), + ("cahr", &["char"]), + ("condifurable", &["configurable"]), + ("regionaal", &["regional"]), + ("segwayed", &["segued"]), + ("notificarion", &["notification"]), + ("redliens", &["redlines"]), + ("autenticating", &["authenticating"]), + ("caculater", &["calculator"]), + ("regimet", &["regiment"]), + ("experimtening", &["experimenting"]), + ("leavong", &["leaving"]), + ("fundametals", &["fundamentals"]), + ("exspectedly", &["expectedly"]), + ("authencticator", &["authenticator"]), + ("abovmentioned", &["abovementioned"]), + ("orginazations", &["organizations"]), + ("cariactures", &["caricature"]), + ("negotiatians", &["negotiations"]), + ("saturdey", &["saturday"]), + ("recognices", &["recognizes"]), + ("uggly", &["ugly"]), + ("excetpions", &["exceptions"]), + ("commond", &["command"]), + ("perferectly", &["perfectly"]), + ("unbeleivable", &["unbelievable"]), + ("tenatively", &["tentatively"]), + ("intinite", &["infinite"]), + ("athron", &["athlon"]), + ("crictical", &["critical"]), + ("shouws", &["shows"]), + ("nimphian", &["nymphean"]), + ("resorusion", &["resolution"]), + ("contendors", &["contenders"]), + ("philospher", &["philosopher"]), + ("lonliness", &["loneliness"]), + ("overclockign", &["overclocking"]), + ("capitilazation", &["capitalization"]), + ("broadcastors", &["broadcasts"]), + ("anonmyously", &["anonymously"]), + ("nickanme", &["nickname"]), + ("unoptimzed", &["unoptimized"]), + ("cirilic", &["cyrillic"]), + ("descentants", &["descendants"]), + ("maximium", &["maximum"]), + ("transolate", &["translate"]), + ("repeled", &["repelled"]), + ("heroicas", &["heroics"]), + ("deutschand", &["deutschland"]), + ("expensable", &["expendable"]), + ("paralel", &["parallel"]), + ("lengt", &["length"]), + ("atitude", &["attitude"]), + ("irreproducable", &["irreproducible"]), + ("initialysing", &["initialising"]), + ("conjonction", &["conjunction"]), + ("basides", &["besides"]), + ("emailling", &["emailing"]), + ("submissies", &["submissive"]), + ("thak", &["thank"]), + ("manufature", &["manufacture"]), + ("adter", &["after"]), + ("administrativne", &["administrative"]), + ("indestructibe", &["indestructible"]), + ("opitcal", &["optical"]), + ("proportionel", &["proportional"]), + ("standartizator", &["standardizer"]), + ("autoconpleted", &["autocompleted"]), + ("refererences", &["references"]), + ("nuetered", &["neutered"]), + ("preseve", &["preserve"]), + ("rivlary", &["rivalry"]), + ("leack", &["leak"]), + ("binares", &["binaries"]), + ("projcet", &["project"]), + ("experimation", &["experimentation"]), + ("increadible", &["incredible"]), + ("nuisanse", &["nuisance"]), + ("dismanting", &["dismantling"]), + ("expement", &["experiment"]), + ("lanich", &["launch"]), + ("meausure", &["measure"]), + ("sentaor", &["senator"]), + ("prooperties", &["properties"]), + ("modiffer", &["modifier"]), + ("appointmnet", &["appointment"]), + ("exlusively", &["exclusively"]), + ("nombering", &["numbering"]), + ("dagners", &["dangers"]), + ("philadelhpia", &["philadelphia"]), + ("failue", &["failure"]), + ("clearnance", &["clearance"]), + ("reoutes", &["routes"]), + ("practioners", &["practitioners"]), + ("damon", &["daemon", "demon"]), + ("topicaizer", &["topicalizer"]), + ("depeding", &["depending"]), + ("folliw", &["follow"]), + ("backbacking", &["backpacking"]), + ("distributie", &["distributed"]), + ("levetated", &["levitated"]), + ("mountpionts", &["mountpoints"]), + ("contraddice", &["contradicted"]), + ("veiwer", &["viewer"]), + ("eczecuted", &["executed"]), + ("acceptabil", &["acceptable"]), + ("silohuette", &["silhouette"]), + ("periwinkie", &["periwinkle"]), + ("wigdet", &["widget"]), + ("illustraties", &["illustrate"]), + ("dezember", &["december"]), + ("persistense", &["persistence"]), + ("calulater", &["calculator"]), + ("antisipation", &["anticipation"]), + ("indestructble", &["indestructible"]), + ("configurationn", &["configuration"]), + ("supresed", &["suppressed"]), + ("breifly", &["briefly"]), + ("concurment", &["concurrent"]), + ("intestinos", &["intestines"]), + ("diplomancy", &["diplomacy"]), + ("sheeps", &["sheep"]), + ("specificated", &["specified"]), + ("triancle", &["triangle"]), + ("simplisity", &["simplicity"]), + ("authenitcator", &["authenticator"]), + ("straigthening", &["straightening"]), + ("planeswaller", &["planeswalker"]), + ("adaptove", &["adaptive", "adoptive"]), + ("parternships", &["partnership"]), + ("impactes", &["impacts"]), + ("reutrns", &["returns"]), + ("decieding", &["deciding"]), + ("reletive", &["relative"]), + ("availabal", &["available"]), + ("possiblely", &["possibly"]), + ("incrementos", &["increments"]), + ("acommodate", &["accommodate"]), + ("spefifeis", &["specifies"]), + ("kighbosh", &["kibosh"]), + ("unconditianally", &["unconditionally"]), + ("operatoutg", &["operating"]), + ("trancation", &["truncation"]), + ("compresible", &["compressible"]), + ("protectons", &["protectors"]), + ("conersions", &["conversions"]), + ("shapshots", &["snapshots"]), + ("cooridnator", &["coordinator"]), + ("ineritor", &["inheritor"]), + ("noo", &["no"]), + ("visualizaitons", &["visualizations"]), + ("negotaiable", &["negotiable"]), + ("fantaic", &["fanatic"]), + ("titile", &["title"]), + ("esclated", &["escalated"]), + ("configuted", &["configured"]), + ("trancendent", &["transcendent"]), + ("otuput", &["output"]), + ("puposes", &["purposes"]), + ("tge", &["the"]), + ("attributen", &["attribute"]), + ("deaults", &["defaults"]), + ("transgenger", &["transgender"]), + ("dispositon", &["disposition"]), + ("exaggeratin", &["exaggeration"]), + ("partecipants", &["participants"]), + ("cleasning", &["cleansing"]), + ("develoments", &["developments"]), + ("playaround", &["playground"]), + ("cretate", &["create"]), + ("flechter", &["fletcher"]), + ("subsidiezed", &["subsidized"]), + ("instucts", &["instructs"]), + ("criticiszed", &["criticise"]), + ("comapatibility", &["compatibility"]), + ("comensate", &["compensate"]), + ("inderts", &["inserts"]), + ("inspite", &["inspire"]), + ("generilizes", &["generalizes"]), + ("publiches", &["publishes"]), + ("brokend", &["broken"]), + ("cooefficients", &["coefficients"]), + ("persussion", &["persuasion"]), + ("camaera", &["camera"]), + ("numnbers", &["numbers"]), + ("manaise", &["mayonnaise"]), + ("reimplimenting", &["reimplementing"]), + ("acusation", &["causation"]), + ("idead", &["idea", "ideas", "ideal", "dead"]), + ("insmonia", &["insomnia"]), + ("originl", &["original"]), + ("phenemona", &["phenomena"]), + ("possesion", &["possession"]), + ("effient", &["efficient"]), + ("secconds", &["seconds"]), + ("compresores", &["compressor"]), + ("admnistrators", &["administrators"]), + ("invice", &["invoice"]), + ("accpetance", &["acceptance"]), + ("pakages", &["packages"]), + ("notorized", &["notarized"]), + ("inclused", &["included"]), + ("upstaris", &["upstairs"]), + ("thest", &["test"]), + ("paraprhase", &["paraphrase"]), + ("inculding", &["including"]), + ("metropilis", &["metropolis"]), + ("recuriting", &["recruiting"]), + ("canceltation", &["cancellation"]), + ("testicel", &["testicle"]), + ("idenfitifer", &["identifier"]), + ("documentataion", &["documentation"]), + ("forgivance", &["forgiven"]), + ("cacahe", &["cache"]), + ("referres", &["refers"]), + ("folowin", &["following"]), + ("intersted", &["interested"]), + ("redable", &["readable"]), + ("contrinution", &["contribution"]), + ("endiannness", &["endianness"]), + ("downgarde", &["downgrade"]), + ("cumpus", &["compass"]), + ("speices", &["species"]), + ("unopenend", &["unopened"]), + ("memebership", &["membership"]), + ("persciuos", &["precious"]), + ("attenation", &["attenuation", "attention"]), + ("corporacion", &["corporation"]), + ("orchistrated", &["orchestrated"]), + ("arbirtrary", &["arbitrary"]), + ("endianesse", &["endianness"]), + ("strucuring", &["structuring"]), + ("extrapoliate", &["extrapolate"]), + ("onself", &["oneself"]), + ("refleted", &["reflected"]), + ("voilently", &["violently"]), + ("desentitized", &["desensitized"]), + ("alinged", &["alined"]), + ("bateries", &["batteries"]), + ("deffering", &["differing"]), + ("reconeections", &["reconnections"]), + ("massachusets", &["massachusetts"]), + ("faseeshusly", &["facetiously"]), + ("iteract", &["interact"]), + ("probalibity", &["probability"]), + ("paksitani", &["pakistani"]), + ("neighouring", &["neighbouring"]), + ("colourpsace", &["colourspace"]), + ("reconstucting", &["reconstructing"]), + ("attribye", &["attribute"]), + ("pacthes", &["patches"]), + ("vulerabuility", &["vulnerability"]), + ("acqured", &["acquired"]), + ("publucation", &["publication"]), + ("contracto", &["contraction"]), + ("disign", &["design"]), + ("turnning", &["turning"]), + ("degeree", &["degree"]), + ("uncompetive", &["uncompetitive"]), + ("vulneability", &["vulnerability"]), + ("enmvironment", &["environment"]), + ("refinemenet", &["refinement"]), + ("excecptions", &["exceptions"]), + ("unnsupported", &["unsupported"]), + ("havve", &["have"]), + ("kommas", &["comas", "commas"]), + ("claculates", &["calculates"]), + ("pipeplines", &["pipelines"]), + ("kidknapped", &["kidnapped"]), + ("congratualted", &["congratulate"]), + ("devolopments", &["developments"]), + ("uptadeable", &["updatable"]), + ("visibiliy", &["visibility", "visibly"]), + ("repostig", &["reposting"]), + ("evalutates", &["evaluates"]), + ("samue", &["same", "samuel"]), + ("aquires", &["acquires"]), + ("afhganistan", &["afghanistan"]), + ("lanauages", &["languages"]), + ("categoriei", &["categorize"]), + ("iterrupt", &["interrupt"]), + ("behinde", &["behind"]), + ("compilgers", &["compilers"]), + ("repositorys", &["repositories"]), + ("jalibreak", &["jailbreak"]), + ("opinyonists", &["opinionists"]), + ("restire", &["restore"]), + ("anothers", &["another"]), + ("assnage", &["assange"]), + ("viweed", &["viewed"]), + ("corralates", &["correlates"]), + ("ethincities", &["ethnicities"]), + ("delgation", &["delegation"]), + ("sentimetal", &["sentimental"]), + ("abortificant", &["abortifacient"]), + ("harrased", &["harassed"]), + ("evoluate", &["evaluate"]), + ("metatadata", &["metadata"]), + ("adevnturing", &["adventuring"]), + ("succedfully", &["successfully"]), + ("snowfalling", &["snowballing"]), + ("contstructor", &["constructor"]), + ("awknowledging", &["acknowledging"]), + ("pressiously", &["preciously"]), + ("arbitriraly", &["arbitrarily"]), + ("adventagous", &["advantageous"]), + ("persecutie", &["persecuted"]), + ("seqense", &["sequence"]), + ("availabel", &["available"]), + ("replicaiing", &["replicating"]), + ("seziure", &["seizure"]), + ("irritatin", &["irritation"]), + ("parameteras", &["parameters"]), + ("counteres", &["counters"]), + ("checkd", &["checked"]), + ("opinyonated", &["opinionated"]), + ("uncensord", &["uncensored"]), + ("ansester", &["ancestor"]), + ("speficifying", &["specifying"]), + ("reinfocing", &["reinforcing"]), + ("coallesed", &["coalesced"]), + ("compensante", &["compensate"]), + ("unbannd", &["unbanned"]), + ("ventillate", &["ventilate"]), + ("wrteched", &["wretched"]), + ("asyncronous", &["asynchronous"]), + ("attrbute", &["attribute"]), + ("enviornemntal", &["environmental"]), + ("militiades", &["militias"]), + ("spreaded", &["spread"]), + ("superfluious", &["superfluous"]), + ("philadlephia", &["philadelphia"]), + ("volatiliy", &["volatility"]), + ("bounday", &["boundary"]), + ("additioanl", &["additional"]), + ("whitepsaces", &["whitespaces"]), + ("lackrimose", &["lachrymose"]), + ("threates", &["threatens"]), + ("confgi", &["config"]), + ("sucesses", &["successes"]), + ("imporved", &["improved"]), + ("tantrumers", &["tantrums"]), + ("speficiic", &["specific"]), + ("resilence", &["resilience"]), + ("instaciate", &["instantiate"]), + ("butifully", &["beautifully"]), + ("diretives", &["directives"]), + ("anynomity", &["anonymity"]), + ("grpahic", &["graphic"]), + ("anoter", &["another"]), + ("coner", &["corner", "coroner"]), + ("interescts", &["intersects"]), + ("epilespy", &["epilepsy"]), + ("modfifies", &["modifies"]), + ("controvery", &["controversy"]), + ("acclerate", &["accelerate"]), + ("cenitpede", &["centipede"]), + ("curatin", &["curtain"]), + ("abtraction", &["abstraction"]), + ("questionnair", &["questionnaire"]), + ("pasre", &["parse"]), + ("amoutns", &["amounts"]), + ("btyes", &["bytes"]), + ("upsteraming", &["upstreaming"]), + ("satelitte", &["satellite"]), + ("predomenantly", &["predominantly"]), + ("bachleor", &["bachelor"]), + ("endangerd", &["endangered"]), + ("sepulchraly", &["sepulchrally"]), + ("aptitudine", &["aptitude"]), + ("correctings", &["corrections"]), + ("throtting", &["throttling", "trotting"]), + ("ehancement", &["enhancement"]), + ("calcurate", &["calculate"]), + ("sentincing", &["sentencing"]), + ("effcient", &["efficient"]), + ("triniy", &["trinity"]), + ("degenerage", &["degenerate"]), + ("prothsetic", &["prosthetic"]), + ("authenricator", &["authenticator"]), + ("eclise", &["eclipse"]), + ("proberty", &["property", "properly"]), + ("revelutionary", &["revolutionary"]), + ("quaility", &["quality"]), + ("neruoscience", &["neuroscience"]), + ("attriburtion", &["attribution"]), + ("wih", &["with"]), + ("heartborken", &["heartbroken"]), + ("initialse", &["initialise"]), + ("gayshas", &["geishas"]), + ("iteartor", &["iterator"]), + ("glitchs", &["glitches"]), + ("sovled", &["solved"]), + ("remmve", &["remove"]), + ("expermentations", &["experimentations"]), + ("paramterizing", &["parameterizing"]), + ("disignated", &["designated"]), + ("inconciderate", &["inconsiderate"]), + ("electrodan", &["electron"]), + ("uper", &["super", "upper"]), + ("difenitly", &["definitely"]), + ("victorain", &["victorian"]), + ("empass", &["impasse"]), + ("spcecified", &["specified"]), + ("stuf", &["stuff"]), + ("hamburges", &["hamburgers"]), + ("algorthms", &["algorithms"]), + ("mumber", &["number"]), + ("threadsave", &["threadsafe"]), + ("journalims", &["journals"]), + ("frition", &["friction"]), + ("plagiarios", &["plagiarism"]), + ("shenanagins", &["shenanigans"]), + ("trasmit", &["transmit"]), + ("justifiy", &["justify"]), + ("sapces", &["spaces"]), + ("delate", &["delete"]), + ("replacalbe", &["replaceable"]), + ("suspicioso", &["suspicions"]), + ("disrepsect", &["disrespect"]), + ("expets", &["expects"]), + ("littl", &["little"]), + ("ignonre", &["ignore"]), + ("uninitalizes", &["uninitializes"]), + ("qualifed", &["qualified"]), + ("suggesstions", &["suggestions"]), + ("condfigures", &["configures"]), + ("contoller", &["controller"]), + ("ingenius", &["ingenious"]), + ("celing", &["ceiling"]), + ("pilgramig", &["pilgrimage"]), + ("datbases", &["databases"]), + ("bimillenia", &["bimillennia"]), + ("rationalizating", &["rationalization"]), + ("unimplemeted", &["unimplemented"]), + ("deriair", &["derriere"]), + ("perhabs", &["perhaps"]), + ("lingth", &["length"]), + ("agianst", &["against"]), + ("accliamed", &["acclaimed"]), + ("excerise", &["exercise"]), + ("hvea", &["have", "heave"]), + ("exectuables", &["executable", "executables"]), + ("wayoint", &["waypoint"]), + ("calcurated", &["calculated"]), + ("trully", &["truly"]), + ("loockdown", &["lockdown"]), + ("piolting", &["piloting"]), + ("priotised", &["prioritised"]), + ("dicuss", &["discuss"]), + ("commendments", &["commandments"]), + ("strenghtens", &["strengthen"]), + ("coordianted", &["coordinated"]), + ("solutons", &["solutions"]), + ("understadnable", &["understandable"]), + ("accpet", &["accept"]), + ("instnt", &["instant"]), + ("androinds", &["androids"]), + ("specifig", &["specific"]), + ("downoloading", &["downloading"]), + ("gloassary", &["glossary"]), + ("mistery", &["mystery"]), + ("consrtucts", &["constructs"]), + ("godsped", &["godspeed"]), + ("deplyoing", &["deploying"]), + ("whitsles", &["whistles"]), + ("algorithemic", &["algorithmic"]), + ("enivitable", &["inevitable"]), + ("acceleated", &["accelerated"]), + ("dictionairy", &["dictionary"]), + ("underyling", &["underlying"]), + ("starnation", &["starvation"]), + ("neutraly", &["neutrality"]), + ("distatseful", &["distasteful"]), + ("mainfestation", &["manifestation"]), + ("swiftley", &["swiftly"]), + ("constast", &["constants"]), + ("cousing", &["cousin"]), + ("certifificate", &["certificate"]), + ("evluating", &["evaluating"]), + ("equiment", &["equipment"]), + ("cashires", &["cashiers"]), + ("disgrateful", &["disgraceful"]), + ("acusing", &["causing"]), + ("angshisly", &["anxiously"]), + ("histerical", &["historical", "hysterical"]), + ("quesions", &["questions"]), + ("authetnticate", &["authenticate"]), + ("rhinosaruses", &["rhinoceroses"]), + ("outcalssed", &["outclassed"]), + ("discussin", &["discussion"]), + ("negoator", &["negotiator"]), + ("arrangable", &["arrangeable"]), + ("downvotees", &["downvoters"]), + ("sceond", &["second"]), + ("cappable", &["capable"]), + ("trasnformers", &["transformers"]), + ("clasical", &["classical"]), + ("overwirtten", &["overwritten"]), + ("instralling", &["installing"]), + ("adrea", &["area"]), + ("utiliztion", &["utilization"]), + ("troossos", &["trousseaus", "trousseaux"]), + ("mediocricy", &["mediocrity"]), + ("regconized", &["recognized"]), + ("propertus", &["properties"]), + ("samori", &["samurai"]), + ("runnint", &["running"]), + ("introductary", &["introductory"]), + ("accuray", &["accuracy", "actuary"]), + ("intorverted", &["introverted"]), + ("obsolted", &["obsoleted"]), + ("arbitarary", &["arbitrary"]), + ("worspace", &["workspace"]), + ("calcualions", &["calculations"]), + ("transperencies", &["transparencies"]), + ("ethcially", &["ethically"]), + ("earthquakers", &["earthquakes"]), + ("constallations", &["constellations"]), + ("butterfleye", &["butterfly"]), + ("picnicer", &["picnicker"]), + ("fileshystem", &["filesystem"]), + ("alpabets", &["alphabets"]), + ("signifikant", &["significant"]), + ("orgasmus", &["orgasms"]), + ("targer", &["target"]), + ("philosipher", &["philosopher"]), + ("obvioulsy", &["obviously"]), + ("alst", &["last"]), + ("suporting", &["supporting"]), + ("unselctes", &["unselects"]), + ("keyesnian", &["keynesian"]), + ("billon", &["billion"]), + ("explisitly", &["explicitly"]), + ("considert", &["considerate", "considered", "consider"]), + ("promter", &["promoter", "prompter"]), + ("suficate", &["suffocate"]), + ("bastardous", &["bastards"]), + ("syracue", &["syracuse"]), + ("presentes", &["presents"]), + ("existnace", &["existence"]), + ("solates", &["isolates"]), + ("depitcs", &["depicts"]), + ("algorthnic", &["algorithmic"]), + ("brazillans", &["brazilians"]), + ("direcotory", &["directory"]), + ("provocitive", &["provocative"]), + ("botton", &["bottom", "button"]), + ("triggereing", &["triggering"]), + ("balcanes", &["balances"]), + ("circumstnaces", &["circumstance"]), + ("desitions", &["decisions"]), + ("kyrillic", &["cyrillic"]), + ("dissimmetric", &["dissymmetric"]), + ("esgers", &["edgers"]), + ("prominantely", &["prominently"]), + ("asembling", &["assembling"]), + ("construccion", &["construction"]), + ("annoucning", &["announcing"]), + ("usied", &["busied", "used"]), + ("creeates", &["creates"]), + ("vertially", &["vertically"]), + ("deficientcy", &["deficiency"]), + ("imediate", &["immediate"]), + ("euhporia", &["euphoria"]), + ("possabilites", &["possibilities"]), + ("heade", &["head", "header"]), + ("chromossome", &["chromosomes"]), + ("communicaiton", &["communication"]), + ("menutitems", &["menuitems"]), + ("confidenly", &["confidently"]), + ("expermenting", &["experimenting"]), + ("subisdizing", &["subsidizing"]), + ("retpresenting", &["representing"]), + ("furthemore", &["furthermore"]), + ("archvies", &["archives"]), + ("attibutes", &["attributes"]), + ("ciricular", &["circular"]), + ("regluar", &["regular"]), + ("intelelctuals", &["intellectuals"]), + ("neumonicly", &["mnemonically"]), + ("persain", &["persian"]), + ("supsicion", &["suspicion"]), + ("equilibirum", &["equilibrium"]), + ("esponding", &["desponding", "responding"]), + ("concentracion", &["concentration"]), + ("tarffic", &["traffic"]), + ("restaurent", &["restaurant"]), + ("overlapp", &["overlap"]), + ("refedendum", &["referendum"]), + ("baptisim", &["baptism"]), + ("cacnel", &["cancel"]), + ("hopefuly", &["hopefully"]), + ("flexiblity", &["flexibility"]), + ("angostic", &["agnostic"]), + ("renegothiated", &["renegotiated"]), + ("approriately", &["appropriately"]), + ("exportas", &["exports"]), + ("veryfying", &["verifying"]), + ("vegitables", &["vegetables"]), + ("avisoriyes", &["advisories"]), + ("yesturday", &["yesterday"]), + ("algebraical", &["algebraic"]), + ("sendinng", &["sending"]), + ("coinsidence", &["coincidence"]), + ("activisits", &["activist"]), + ("unportected", &["unprotected"]), + ("asychronously", &["asynchronously"]), + ("textuer", &["texture"]), + ("micorsoft", &["microsoft"]), + ("bussy", &["busy"]), + ("dumbbellls", &["dumbbells"]), + ("aack", &["ack"]), + ("austeriy", &["austerity"]), + ("dimensonal", &["dimensional"]), + ("reprihensible", &["reprehensible"]), + ("exponetial", &["exponential"]), + ("interrogatin", &["interrogation"]), + ("charactor", &["character"]), + ("definitaley", &["definitely"]), + ("librray", &["library"]), + ("convertion", &["conversion"]), + ("respectivly", &["respectively"]), + ("collisins", &["collisions", "collusions"]), + ("hatchig", &["hatching"]), + ("comparititive", &["comparative"]), + ("sightstine", &["sightstone"]), + ("malasyian", &["malaysian"]), + ("sinistre", &["sinister"]), + ("sampel", &["sample"]), + ("reeturned", &["returned"]), + ("nostriles", &["nostrils"]), + ("kiyacked", &["kayaked"]), + ("globlal", &["global"]), + ("compliles", &["compiles"]), + ("canclled", &["cancelled"]), + ("dereigstering", &["deregistering"]), + ("dictoinaries", &["dictionaries"]), + ("tramsforming", &["transforming"]), + ("diosese", &["diocese"]), + ("peicemeal", &["piecemeal"]), + ("wayoints", &["waypoints"]), + ("livescream", &["livestream"]), + ("imaginitave", &["imaginative"]), + ("rearrangmenet", &["rearrangement"]), + ( + "flase", + &["false", "flake", "flame", "flare", "flash", "flask"], + ), + ("commandpod", &["commando"]), + ("critisism", &["criticism"]), + ("limosines", &["limousines"]), + ("incliding", &["including"]), + ("cjoice", &["choice"]), + ("gropu", &["group"]), + ("transformatted", &["transformed"]), + ("guareenteeing", &["guaranteeing"]), + ("projecticle", &["projectile"]), + ("contradicory", &["contradictory"]), + ("tolelerance", &["tolerance"]), + ("accreditied", &["accredited"]), + ("summore", &["summoner"]), + ("depsise", &["despise"]), + ("contur", &["contour"]), + ("forard", &["forward"]), + ("conerter", &["converter"]), + ("dissable", &["disable"]), + ("paterns", &["patterns"]), + ("bunded", &["binded", "bounded", "bundled"]), + ("commision", &["commission"]), + ("closley", &["closely"]), + ("kuberetes", &["kubernetes"]), + ("systhemmemory", &["systemmemory"]), + ("bector", &["vector"]), + ("administratiors", &["administrators"]), + ("specialzed", &["specialized"]), + ("condigdialog", &["configdialog"]), + ("resason", &["reason"]), + ("fundamnetally", &["fundamentally"]), + ("braceletes", &["bracelets"]), + ("winndow", &["window"]), + ("comutations", &["computations"]), + ("enchancing", &["enchanting"]), + ("unadvertent", &["inadvertent"]), + ("delayis", &["delays"]), + ("liberales", &["liberals"]), + ("tihkn", &["think"]), + ("ingrediets", &["ingredient"]), + ("hypocrties", &["hypocrites"]), + ("catpured", &["captured"]), + ("submarinas", &["submarines"]), + ("unnesesarily", &["unnecessarily"]), + ("enounter", &["encounter"]), + ("impossiblely", &["impossibly"]), + ("surreptiously", &["surreptitiously"]), + ("establsihment", &["establishments"]), + ("isteners", &["listeners"]), + ("tunraround", &["turnaround"]), + ("matrials", &["materials"]), + ("visuabized", &["visualized"]), + ("assymthotic", &["asymptotic"]), + ("documments", &["documents"]), + ("mkaing", &["making"]), + ("connecte", &["connected"]), + ("asnwerer", &["answerer"]), + ("downrgaded", &["downgraded"]), + ("professsion", &["professions"]), + ("othwerise", &["otherwise"]), + ("extermely", &["extremely"]), + ("masturbatie", &["masturbated"]), + ("uncomon", &["uncommon"]), + ("inhomogenous", &["inhomogeneous"]), + ("conculsive", &["conclusive"]), + ("upstiars", &["upstairs"]), + ("calcualte", &["calculate"]), + ("webhools", &["webhooks"]), + ("inventaron", &["inventor"]), + ("apparence", &["appearance"]), + ("editedt", &["edited"]), + ("insensitivy", &["insensitivity"]), + ("wereabouts", &["whereabouts"]), + ("catholizism", &["catholicism"]), + ("defaltion", &["deflation"]), + ("fing", &["find"]), + ("scrolld", &["scrolled"]), + ("neckbeardese", &["neckbeards"]), + ("slowy", &["slowly"]), + ("langhts", &["lengths"]), + ("vulnurability", &["vulnerability"]), + ("announements", &["announcements"]), + ("reckognize", &["recognize"]), + ("tention", &["tension"]), + ("appoximations", &["approximations"]), + ("disconeting", &["disconnecting"]), + ("theocracry", &["theocracy"]), + ("rewatchimg", &["rewatching"]), + ("initiliases", &["initialises"]), + ("visibale", &["visible"]), + ("tratior", &["traitor"]), + ("mastrubate", &["masturbate"]), + ("amateurest", &["amateurs"]), + ("atheisim", &["atheism"]), + ("detertmines", &["determines"]), + ("classicos", &["classics"]), + ("patriarh", &["patriarchy"]), + ("resepective", &["respective"]), + ("physcial", &["physical"]), + ("interprated", &["interpreted"]), + ("karisma", &["charisma"]), + ("furher", &["further"]), + ("partitial", &["partial"]), + ("domecracy", &["democracy"]), + ("neded", &["needed"]), + ("aggreggate", &["aggregate"]), + ("cruze", &["cruise"]), + ("removeing", &["removing"]), + ("guareentee", &["guarantee"]), + ("suprious", &["spurious"]), + ("exersices", &["exercises"]), + ("aotomatically", &["automatically"]), + ("nimphlike", &["nymphlike"]), + ("childern", &["children"]), + ("introdiced", &["introduced"]), + ("ignitin", &["ignition"]), + ("entusiastic", &["enthusiastic"]), + ("scientficaly", &["scientifically"]), + ("emplyee", &["employee"]), + ("selectes", &["selects"]), + ("delcarations", &["declarations"]), + ("authoratitive", &["authoritative"]), + ("datastucture", &["datastructure"]), + ("pictureskly", &["picturesquely"]), + ("conectix", &["connectix"]), + ("detectoare", &["detector"]), + ("respondis", &["responds"]), + ("alcehmist", &["alchemist"]), + ("thrid", &["third"]), + ("stocastic", &["stochastic"]), + ("talbian", &["taliban"]), + ("progarmable", &["programmable"]), + ("notifcations", &["notifications"]), + ("afterhtought", &["afterthought"]), + ("stregnths", &["strengths"]), + ("assumued", &["assumed"]), + ("repetoires", &["repertoires"]), + ("eveolution", &["evolution"]), + ("relativiser", &["relatives"]), + ("mischevusly", &["mischievously"]), + ("infomatrion", &["information"]), + ("decose", &["decode"]), + ("bluebarries", &["blueberries"]), + ("crowdsigna", &["crowdsignal"]), + ("obediance", &["obedience"]), + ("iniate", &["initiate"]), + ("peraphs", &["perhaps"]), + ("follwoiwng", &["following"]), + ("linheight", &["lineheight"]), + ("extration", &["extraction"]), + ("vaguelly", &["vaguely"]), + ("gald", &["glad"]), + ("devastaing", &["devastating"]), + ("zimbawbe", &["zimbabwe"]), + ("hanlder", &["handler"]), + ("conmpress", &["compress"]), + ("evolutionnary", &["evolutionary"]), + ("illgal", &["illegal"]), + ("uneccessary", &["unnecessary"]), + ("expeimentelly", &["experimentally"]), + ("civilazations", &["civilizations"]), + ("incompatabilities", &["incompatibilities"]), + ("conroller", &["controller"]), + ("burrtio", &["burrito"]), + ("immigraiton", &["immigration"]), + ("unmappend", &["unmapped"]), + ("tobot", &["robot"]), + ("tramsition", &["transition"]), + ("alegience", &["allegiance"]), + ("unparented", &["parentless"]), + ("proceedures", &["procedures"]), + ("aproch", &["approach"]), + ("muscel", &["muscle", "mussel"]), + ("dysfuncitonal", &["dysfunctional"]), + ("motorcicles", &["motorcycles"]), + ("briter", &["brighter"]), + ("chroline", &["chlorine"]), + ("execused", &["excused", "executed"]), + ("togling", &["toggling"]), + ("distributiors", &["distributors"]), + ("theorically", &["theoretically"]), + ("srite", &["sprite"]), + ("simulatanously", &["simultaneously"]), + ("posion", &["poison", "psion", "position"]), + ("refocussed", &["refocused"]), + ("modfitiers", &["modifiers"]), + ("reynlods", &["reynolds"]), + ("specificato", &["specification"]), + ("magnifecent", &["magnificent"]), + ("solgers", &["soldiers"]), + ("dielectircs", &["dielectrics"]), + ("primtiive", &["primitive"]), + ("unexected", &["unexpected"]), + ("neumeric", &["numeric"]), + ("ontairo", &["ontario"]), + ("inconsiderant", &["inconsiderate"]), + ("weaknesess", &["weaknesses"]), + ("uruguary", &["uruguay"]), + ("simmetricly", &["symmetricly"]), + ("suprisingly", &["surprisingly"]), + ("sybmols", &["symbols"]), + ("pessimisstic", &["pessimistic"]), + ("northwet", &["northwest"]), + ("sqiurtle", &["squirtle"]), + ("thunderjolt", &["thunderbolt"]), + ("restrainted", &["restrained"]), + ("sanitzed", &["sanitized"]), + ("neibor", &["neighbor"]), + ("configuarion", &["configuration"]), + ("otherways", &["otherwise"]), + ("addcits", &["addicts"]), + ("fimilies", &["families"]), + ("negotaible", &["negotiable"]), + ("assemalating", &["assimilating"]), + ("altriusm", &["altruism"]), + ("degradating", &["degradation"]), + ("capitas", &["capitals"]), + ("versoions", &["versions"]), + ("whyth", &["with"]), + ("effecticely", &["effectively"]), + ("rythem", &["rhythm"]), + ("absolument", &["absolute"]), + ("enlightenting", &["enlightening"]), + ("incombatibility", &["incompatibility"]), + ("cmoputers", &["computers"]), + ("teancity", &["tenacity"]), + ("demonstartion", &["demonstration"]), + ("timestemps", &["timestamps"]), + ("neighobring", &["neighboring"]), + ("delegaties", &["delegate"]), + ("localation", &["location"]), + ("environnement", &["environment"]), + ("marijuanna", &["marijuana"]), + ("whirpools", &["whirlpools"]), + ("oversubscirbe", &["oversubscribe"]), + ("destruktion", &["destruction"]), + ("bergamont", &["bergamot"]), + ("ect", &["etc"]), + ("assessmants", &["assessments"]), + ("sillibus", &["syllabus"]), + ("defeined", &["defined"]), + ("genuises", &["geniuses"]), + ("legendarisk", &["legendaries"]), + ("constols", &["controls"]), + ("electricion", &["electrician"]), + ("hetreosexual", &["heterosexual"]), + ("unsuccessul", &["unsuccessful"]), + ("verbage", &["verbiage"]), + ("circomstance", &["circumstance"]), + ("dissimiliar", &["dissimilar"]), + ("surported", &["supported"]), + ("processeurs", &["processes"]), + ("counselers", &["counselors"]), + ("concious", &["conscious"]), + ("accidentily", &["accidentally"]), + ("abutts", &["abuts"]), + ("transfert", &["transfer", "transferred"]), + ("redction", &["reduction", "redaction"]), + ("simptum", &["symptom"]), + ("highalnder", &["highlander"]), + ("victorinus", &["victorious"]), + ("srikeout", &["strikeout"]), + ("predjuiced", &["prejudiced"]), + ("roght", &["right"]), + ("encordes", &["encodes", "encores"]), + ("experimnting", &["experimenting"]), + ("accompained", &["accompanied"]), + ("dispencary", &["dispensary"]), + ("harrasing", &["harassing"]), + ("goosepumps", &["goosebumps"]), + ("nifes", &["knives"]), + ("presentors", &["presents"]), + ("uncorrectly", &["incorrectly"]), + ("sisnce", &["since"]), + ("spontaenous", &["spontaneous"]), + ("assupmtion", &["assumptions"]), + ("prepair", &["prepare"]), + ("familairize", &["familiarize"]), + ("vertbrae", &["vertebrae"]), + ("parallely", &["parallelly"]), + ("perxoide", &["peroxide"]), + ("elemens", &["elements"]), + ("deliminted", &["delimited"]), + ("interecptor", &["interceptor"]), + ("avaiblable", &["available"]), + ("dissalowed", &["disallowed"]), + ("preorderded", &["preordered"]), + ("recepticals", &["receptacles"]), + ("distrbution", &["distribution"]), + ("anecodtally", &["anecdotally"]), + ("correcpond", &["correspond"]), + ("itnerpret", &["interpret"]), + ("australin", &["australians"]), + ("autasaves", &["autosaves"]), + ("ocmputed", &["computed"]), + ("sescedes", &["secedes"]), + ("execured", &["executed"]), + ("speically", &["specially"]), + ("discription", &["description"]), + ("liquides", &["liquids"]), + ("publicaly", &["publicly"]), + ("architexture", &["architecture"]), + ("evloving", &["evolving"]), + ("circulaire", &["circular"]), + ("unenforcable", &["unenforceable"]), + ("expextancy", &["expectancy"]), + ("tequests", &["requests"]), + ("pennensula", &["peninsula"]), + ("termimals", &["terminals"]), + ("conigured", &["configured"]), + ("renegoatiators", &["renegotiators"]), + ("plceholder", &["placeholder"]), + ("anymoer", &["anymore"]), + ("langiage", &["language"]), + ("civilications", &["civilizations"]), + ("penisylvania", &["pennsylvania"]), + ("garantie", &["guarantee"]), + ("numvers", &["numbers"]), + ("wtyle", &["style"]), + ("metropolies", &["metropolis"]), + ("indicees", &["indices"]), + ("rectifiy", &["rectify"]), + ("archtiects", &["architects"]), + ("calclulation", &["calculation"]), + ("incremnetal", &["incremental"]), + ("neighbous", &["neighbours"]), + ("fonctioning", &["functioning"]), + ("achillees", &["achilles"]), + ("direrctors", &["directors"]), + ("intiailised", &["initialised"]), + ("attcahed", &["attached"]), + ("euorpean", &["european"]), + ("fushas", &["fuchsias"]), + ("environemtal", &["environmental"]), + ("introduceras", &["introduces"]), + ("psychologysts", &["psychologists"]), + ("transfroming", &["transforming"]), + ("operasional", &["operational"]), + ("thrresholds", &["thresholds"]), + ("questionalble", &["questionable"]), + ("meerly", &["merely"]), + ("arbritary", &["arbitrary"]), + ("mocrosecond", &["microsecond"]), + ("predicitons", &["predictions"]), + ("temproay", &["temporary"]), + ("commatas", &["commas", "commata"]), + ("reimbursment", &["reimbursement"]), + ("argemnt", &["argument"]), + ("debudgged", &["debugged"]), + ("tavelled", &["travelled"]), + ("suppored", &["supported"]), + ("mutualy", &["mutually"]), + ("descripe", &["describe"]), + ("modfity", &["modify"]), + ("extits", &["exits", "excites"]), + ("nieghborhood", &["neighborhood"]), + ("sience", &["science", "silence"]), + ("apperture", &["aperture"]), + ("eyebrowns", &["eyebrows"]), + ("practitionner", &["practitioner"]), + ("bounardies", &["boundaries"]), + ("professionnal", &["professional"]), + ("monochorome", &["monochrome"]), + ("directoies", &["directories"]), + ("espace", &["escape"]), + ("architectuur", &["architecture"]), + ("asssasin", &["assassin"]), + ("propmt", &["prompt"]), + ("vietual", &["virtual"]), + ("umbrealla", &["umbrella"]), + ("charakter", &["character"]), + ("promisses", &["promises"]), + ("platofmrs", &["platforms"]), + ("implmenetation", &["implementation"]), + ("contengency", &["contingency"]), + ("cellabrated", &["celebrated"]), + ("annoucenment", &["announcements"]), + ("dokc", &["dock"]), + ("authenitcated", &["authenticated"]), + ("interfase", &["interfaces"]), + ("stupidfree", &["stupider"]), + ("compredded", &["compressed"]), + ("undergradute", &["undergraduate"]), + ("privilegde", &["privileges"]), + ("stram", &["steam", "stream", "tram"]), + ("thoughout", &["throughout"]), + ("tentaively", &["tentatively"]), + ("extiting", &["exciting", "exiting"]), + ("desitination", &["destination"]), + ("millenian", &["millennia"]), + ("insturmental", &["instrumental"]), + ("distengish", &["distinguish"]), + ("negoatiated", &["negotiated"]), + ("miagic", &["magic"]), + ("southbrige", &["southbridge"]), + ("alforithmically", &["algorithmically"]), + ("prostitucion", &["prostitution"]), + ("elemetns", &["elements"]), + ("presreving", &["preserving"]), + ("worhsipping", &["worshipping"]), + ("algorothm", &["algorithm"]), + ("toplogical", &["topological"]), + ("wealtheir", &["wealthier"]), + ("disliks", &["dislikes"]), + ("outperfroms", &["outperform"]), + ("superceding", &["superseding"]), + ("govermenet", &["government"]), + ("backounds", &["backgrounds"]), + ("schems", &["schemes", "schemas"]), + ("movememt", &["movement"]), + ("compation", &["compaction"]), + ("populary", &["popularity"]), + ("actualoy", &["actually"]), + ("proprogator", &["propagator"]), + ("scheam", &["schema"]), + ("checkear", &["checker"]), + ("complimation", &["complication"]), + ("unmodfided", &["unmodified"]), + ("siezable", &["sizable"]), + ("recepcionist", &["receptionist"]), + ("propbably", &["probably"]), + ("buidling", &["building"]), + ("architecturial", &["architectural"]), + ("framworks", &["frameworks"]), + ("detaisl", &["details"]), + ("compaire", &["compare"]), + ("anoymous", &["anonymous"]), + ("investigstions", &["investigations"]), + ("chlidfree", &["childfree"]), + ("granuality", &["granularity"]), + ("experienshial", &["experiential"]), + ("unsubsrcibed", &["unsubscribed"]), + ("demograhpics", &["demographics"]), + ("chromisomes", &["chromosomes"]), + ("depoyed", &["deployed"]), + ("philosohpical", &["philosophical"]), + ("ancilliary", &["ancillary"]), + ("insentivised", &["insensitive"]), + ("chrsitianity", &["christianity"]), + ("accracy", &["accuracy"]), + ("enthusigasm", &["enthusiasm"]), + ("relyably", &["reliably"]), + ("hexgaonal", &["hexagonal"]), + ("detailled", &["detailed"]), + ("restaruant", &["restaurant"]), + ("approrpriate", &["appropriate"]), + ("alyways", &["always"]), + ("oterwise", &["otherwise"]), + ("soddering", &["soldering"]), + ("approuved", &["approved"]), + ("synchonized", &["synchronized"]), + ("algorhytm", &["algorithm"]), + ("otpions", &["options"]), + ("missionarry", &["missionary"]), + ("perfermance", &["performance"]), + ("represention", &["representing", "representation"]), + ("utiliizing", &["utilizing"]), + ("masturbait", &["masturbate"]), + ("spefifation", &["specification"]), + ("absolure", &["absolute"]), + ("nighther", &["neither"]), + ("varaiable", &["variable"]), + ("reparamterised", &["reparameterised"]), + ("excpects", &["expects"]), + ("insentivite", &["insensitive"]), + ("insetion", &["insertion", "insection"]), + ("ifle", &["file"]), + ("environmentl", &["environmentally"]), + ("neightbour", &["neighbour"]), + ("sirynge", &["syringe"]), + ("closests", &["closest", "closets"]), + ("ignortg", &["ignoring"]), + ("underwieght", &["underweight"]), + ("depening", &["depending", "deepening"]), + ("inheritence", &["inheritance"]), + ("occrured", &["occurred"]), + ("rapresent", &["represent"]), + ("prinicipal", &["principal"]), + ("prohabition", &["prohibition"]), + ("alligns", &["aligns"]), + ("chiziled", &["chiseled"]), + ("sofmores", &["sophomores"]), + ("cancuks", &["canucks"]), + ("propecting", &["projecting", "prospecting", "protecting"]), + ("rotat", &["rotate"]), + ("temproarly", &["temporarily"]), + ("highlighers", &["highlighters"]), + ("ciritcs", &["critics"]), + ("stopry", &["story"]), + ("packkaging", &["packaging"]), + ("distnces", &["distances"]), + ("prevalecen", &["prevalence"]), + ("relpased", &["relapsed"]), + ("snippests", &["snippets"]), + ("strangeshit", &["strangest"]), + ("episonage", &["espionage"]), + ("clasifies", &["classifies"]), + ("ressources", &["resources"]), + ("koolots", &["culottes"]), + ("dividened", &["dividend"]), + ("alcoholicas", &["alcoholics"]), + ("checling", &["checking"]), + ("shfiter", &["shifter"]), + ("incomfortably", &["uncomfortably"]), + ("derevatives", &["derivatives"]), + ("aroudn", &["around"]), + ("lacklaster", &["lackluster"]), + ("anarkist", &["anarchist"]), + ("coorinates", &["coordinates"]), + ("decices", &["decides"]), + ("hashs", &["hashes"]), + ("bettr", &["better", "bettor"]), + ("righetous", &["righteous"]), + ("arbitrition", &["arbitration"]), + ("experamentations", &["experimentations"]), + ("defleciton", &["deflection"]), + ("eigtheen", &["eighteen"]), + ("weigthed", &["weighted"]), + ("applicatoin", &["application"]), + ("truble", &["trouble"]), + ("brekaout", &["breakout"]), + ("targetted", &["targeted"]), + ("capabilitieis", &["capabilities"]), + ("hypocriscy", &["hypocrisy"]), + ("absoulete", &["absolute", "obsolete"]), + ("ratpure", &["rapture"]), + ("spontaneus", &["spontaneous"]), + ("openess", &["openness"]), + ("retributioon", &["retribution"]), + ("hypohthezied", &["hypothesized"]), + ("realiztion", &["realization"]), + ("liberarion", &["liberation"]), + ("corporatie", &["corporate"]), + ("resitor", &["resistor"]), + ("partiular", &["particular"]), + ("reigon", &["region", "reign"]), + ("suborutines", &["subroutines"]), + ("optimiztions", &["optimizations"]), + ("directiories", &["directories"]), + ("internationl", &["international"]), + ("chisiling", &["chiseling"]), + ("rountriping", &["roundtripping"]), + ("discrecion", &["discretion"]), + ("renegotitaes", &["renegotiates"]), + ("peirodicals", &["periodicals"]), + ("analyist", &["analyst"]), + ("depdening", &["depending"]), + ("initalise", &["initialise"]), + ("segmended", &["segmented"]), + ("implemenations", &["implementations"]), + ("targettting", &["targeting"]), + ("serialsie", &["serialise"]), + ("deserialzes", &["deserializes"]), + ("cinematagraphy", &["cinematography"]), + ("transforners", &["transformers"]), + ("corinthinas", &["corinthians"]), + ("gangsterest", &["gangsters"]), + ("intervied", &["interviewed"]), + ("philosophycally", &["philosophically"]), + ("berekley", &["berkeley"]), + ("worfklow", &["workflow"]), + ("vektor", &["vector"]), + ("campagins", &["campaigns"]), + ("supsiciously", &["suspiciously"]), + ("funchtionning", &["functioning"]), + ("travering", &["traversing"]), + ("associeate", &["associate"]), + ("applizes", &["applies"]), + ("succeeeded", &["succeeded"]), + ("kimerically", &["chimerically"]), + ("experiance", &["experience"]), + ("discriminatoire", &["discriminate"]), + ("preppendet", &["prepended"]), + ("chipp", &["chip"]), + ("compabitiliby", &["compatibility"]), + ("nieghbor", &["neighbor"]), + ("tallents", &["tallest"]), + ("appriceate", &["appreciates"]), + ("microprocesspr", &["microprocessor"]), + ("directorys", &["directors", "directories"]), + ("througput", &["throughput"]), + ("aroara", &["aurora"]), + ("requet", &["request"]), + ("gardai", &["gardaí"]), + ("menmonic", &["mnemonic"]), + ("incorreectly", &["incorrectly"]), + ("abstacts", &["abstracts"]), + ("referemdum", &["referendum"]), + ("thunderblot", &["thunderbolt"]), + ("polcy", &["policy"]), + ("consitute", &["constitute"]), + ("signales", &["signals"]), + ("triming", &["trimming", "timing"]), + ("redifine", &["redefine"]), + ("clsuters", &["clusters"]), + ("sourcs", &["sources", "source"]), + ("maxumum", &["maximum"]), + ("bitcon", &["bitcoin"]), + ("alignmets", &["alignments"]), + ("contuinity", &["continuity"]), + ("hyprocisy", &["hypocrisy"]), + ("histry", &["history"]), + ("communciations", &["communications"]), + ("ceasars", &["caesars"]), + ("finialize", &["finalize"]), + ("deffers", &["differs", "defers"]), + ("sirect", &["direct"]), + ("surrouding", &["surrounding"]), + ("divisable", &["divisible"]), + ("autogenratet", &["autogenerated"]), + ("tangetial", &["tangential"]), + ("comutability", &["commutability"]), + ("exectable", &["executable"]), + ("authenicators", &["authenticators"]), + ("deciptions", &["depictions"]), + ("tarmigan", &["ptarmigan"]), + ("malless", &["malice"]), + ("psoition", &["position"]), + ("intterupting", &["interrupting"]), + ("methpds", &["methods"]), + ("combiation", &["combination"]), + ("authobiographic", &["autobiographic"]), + ("alhapetically", &["alphabetically"]), + ("offensivelly", &["offensively"]), + ("cipboard", &["clipboard"]), + ("metaphotically", &["metaphorically"]), + ("guarrantee", &["guarantee"]), + ("abnove", &["above"]), + ("trigered", &["triggered"]), + ("initiaitives", &["initiatives"]), + ("enumurates", &["enumerates"]), + ("oversimplificaton", &["oversimplification"]), + ("repostes", &["reposts", "ripostes"]), + ("delerious", &["delirious"]), + ("demograhic", &["demographic"]), + ("accumalted", &["accumulated"]), + ("vitenam", &["vietnam"]), + ("fundimental", &["fundamental"]), + ("seding", &["sending", "seeding", "ceding"]), + ("ignest", &["ingest"]), + ("contradictin", &["contradiction"]), + ("inadequete", &["inadequate"]), + ("apporaching", &["approaching"]), + ("doucmentation", &["documentation"]), + ("consuption", &["consumption"]), + ("gignatic", &["gigantic"]), + ("creadentialed", &["credentialed"]), + ("modernination", &["modernization"]), + ("irritaties", &["irritate"]), + ("certifacte", &["certificate"]), + ("instutions", &["intuitions", "institutions"]), + ("unimpresssed", &["unimpressed"]), + ("attendence", &["attendance"]), + ("vriety", &["variety"]), + ("broacasting", &["broadcasting"]), + ("deviiates", &["deviates"]), + ("raisedd", &["raised"]), + ("resolutoin", &["resolutions"]), + ("schozophrenia", &["schizophrenia"]), + ("svae", &["save", "suave"]), + ("seconday", &["secondary"]), + ("corousel", &["carousel"]), + ("facirity", &["facility"]), + ("symapthy", &["sympathy"]), + ("snippetts", &["snippets"]), + ("styl", &["style"]), + ("factualy", &["factually"]), + ("underwaer", &["underwear"]), + ("franchsies", &["franchises"]), + ("propreitary", &["proprietary"]), + ("trianwreck", &["trainwreck"]), + ("uninstallimg", &["uninstalling"]), + ("rearrangents", &["rearrangements"]), + ("gettings", &["getting"]), + ("serailisation", &["serialisation"]), + ("excesv", &["excessive"]), + ("allignmenterror", &["alignmenterror"]), + ("ellided", &["elided"]), + ("inuition", &["intuition"]), + ("availailability", &["availability"]), + ("dirbble", &["dribble"]), + ("tral", &["trail", "trial"]), + ("consttruction", &["construction"]), + ("orthgonal", &["orthogonal"]), + ("dissassembling", &["disassembling"]), + ("informaional", &["informational"]), + ("quitted", &["quit"]), + ("itegral", &["integral"]), + ("insided", &["inside"]), + ("intrrupts", &["interrupts"]), + ("metiphorically", &["metaphorically"]), + ("inutitively", &["intuitively"]), + ("distrubances", &["disturbance"]), + ("expantion", &["expansion"]), + ("doocument", &["document"]), + ("partols", &["patrols"]), + ("indestrictible", &["indestructible"]), + ("waitign", &["waiting"]), + ("competiton", &["competition"]), + ("insanley", &["insanely"]), + ("highlane", &["highlander"]), + ("initializiation", &["initialization"]), + ("incompatability", &["incompatibility"]), + ("recommands", &["recommends"]), + ("interdependecies", &["interdependencies"]), + ("imense", &["immense"]), + ("serveices", &["services"]), + ("zefer", &["zephyr"]), + ("modfel", &["model"]), + ("desriptors", &["descriptors"]), + ("contstant", &["constant"]), + ("regresison", &["regression"]), + ("philospoher", &["philosopher"]), + ("fubding", &["funding"]), + ("meterology", &["meteorology"]), + ("colleteral", &["collateral"]), + ("conecpts", &["concepts"]), + ("psychodelics", &["psychedelics"]), + ("comlete", &["complete"]), + ("deocdes", &["decodes"]), + ("espcially", &["especially"]), + ("windshiled", &["windshield"]), + ("fodler", &["folder"]), + ("weigth", &["weight"]), + ("recipricate", &["reciprocate"]), + ("receieve", &["receive"]), + ("inivisible", &["invisible"]), + ("permisssion", &["permissions", "permission"]), + ("perparation", &["preparation"]), + ("uncomrpessed", &["uncompressed"]), + ("projectio", &["projection"]), + ("relaser", &["releaser"]), + ("meaasures", &["measures"]), + ("memorozation", &["memorization"]), + ("parliamone", &["parliament"]), + ("completess", &["completeness", "completes"]), + ("ukrainina", &["ukrainian"]), + ("cylindical", &["cylindrical"]), + ("serie", &["series"]), + ("separetely", &["separately"]), + ("tournamnets", &["tournaments"]), + ("chimmenies", &["chimneys"]), + ("optoins", &["options"]), + ("entreprenur", &["entrepreneur"]), + ("pascheurise", &["pasteurise"]), + ("construcing", &["constructing"]), + ("specifcation", &["specification"]), + ("folloing", &["following"]), + ("supsense", &["suspense"]), + ("demonstrationens", &["demonstrations"]), + ("multivriate", &["multivariate"]), + ("tredning", &["trending"]), + ("mybe", &["maybe"]), + ("reprecussion", &["repercussions", "repercussion"]), + ("chizzled", &["chiseled"]), + ("nonsesne", &["nonsense"]), + ("leaglization", &["legalization"]), + ("unalligned", &["unaligned"]), + ("priotized", &["prioritized"]), + ("hydrolics", &["hydraulics"]), + ("downlowds", &["downloads"]), + ("tournements", &["tournaments"]), + ("bangladesch", &["bangladesh"]), + ("orderd", &["ordered"]), + ("futurestic", &["futuristic"]), + ("expoent", &["exponent"]), + ("minimze", &["minimize"]), + ("schizophrena", &["schizophrenia"]), + ("coleeges", &["colleagues"]), + ("indiciates", &["indicates"]), + ("perfomrance", &["performances", "performance"]), + ("reulator", &["regulator"]), + ("ocilator", &["oscillator"]), + ("exposicion", &["exposition"]), + ("staright", &["straight"]), + ("invidivual", &["individual"]), + ("housand", &["thousand"]), + ("approxmimation", &["approximation"]), + ("scalale", &["scalable"]), + ("defaintly", &["defiantly"]), + ("tweeks", &["tweaks"]), + ("steryotypes", &["stereotypes"]), + ("intepretations", &["interpretations"]), + ("creats", &["creates"]), + ("functionable", &["functional", "functioning"]), + ("editting", &["editing"]), + ("qwessant", &["croissant"]), + ("overreidden", &["overridden"]), + ("subsituents", &["substituents"]), + ("forin", &["foreign"]), + ("usting", &["using"]), + ("assistnace", &["assistance"]), + ("unich", &["unix"]), + ("autorization", &["authorization"]), + ("awarness", &["awareness"]), + ("balnce", &["balance"]), + ("dirtyed", &["dirtied"]), + ("extsing", &["existing"]), + ("simptoms", &["symptoms"]), + ("toxicitiy", &["toxicity"]), + ("tryied", &["tried"]), + ("everset", &["everest"]), + ("sheepel", &["sheeple"]), + ("dominacion", &["domination"]), + ("contritutions", &["contributions"]), + ("instructios", &["instructors"]), + ("refroms", &["reforms"]), + ("materialsim", &["materialism"]), + ("desingned", &["designed"]), + ("palstics", &["plastics"]), + ("coinitailize", &["coinitialize"]), + ("erorneusly", &["erroneously"]), + ("orcestrator", &["orchestrator"]), + ("compleation", &["compilation", "completion"]), + ("precumputed", &["precomputed"]), + ("trogliditic", &["troglodytic"]), + ("myselfes", &["myself"]), + ("visiably", &["visibly"]), + ("caclulates", &["calculates"]), + ("halp", &["help"]), + ("elseswhere", &["elsewhere"]), + ("backwrad", &["backward"]), + ("coopeartes", &["cooperates"]), + ("psaced", &["paced", "spaced"]), + ("strcture", &["structure"]), + ("sculpter", &["sculpture", "sculptor"]), + ("windhsield", &["windshield"]), + ("moderatin", &["moderation"]), + ("refered", &["referred"]), + ("overclocled", &["overclocked"]), + ("spripted", &["scripted"]), + ("ideosyncracies", &["ideosyncrasies", "idiosyncrasies"]), + ("interractial", &["interracial"]), + ("tightare", &["tighter"]), + ("spefifically", &["specifically"]), + ("fullsceren", &["fullscreen"]), + ("unfortuately", &["unfortunately"]), + ("vaieties", &["varieties"]), + ("rimanisses", &["reminisces"]), + ("compelte", &["complete"]), + ("monotiring", &["monitoring"]), + ("misundrestanding", &["misunderstandings"]), + ("complating", &["completing"]), + ("uncomented", &["uncommented"]), + ("knowledgeble", &["knowledgeable"]), + ("inherriting", &["inheriting"]), + ("competend", &["competed"]), + ("repeates", &["repeats"]), + ("pathane", &["pathname"]), + ("loclas", &["locals"]), + ("anualized", &["annualized"]), + ("initialyzes", &["initializes"]), + ("deketes", &["deletes"]), + ("hefer", &["heifer"]), + ("sohw", &["show"]), + ("fequency", &["frequency"]), + ("owerpowering", &["overpowering"]), + ("definently", &["definitely"]), + ("allcoateng", &["allocating"]), + ("designato", &["designation"]), + ("coyrights", &["copyrights"]), + ("argumetns", &["arguments"]), + ("alege", &["allege"]), + ("diffcult", &["difficult"]), + ("listenters", &["listeners"]), + ("certificstes", &["certificates"]), + ("sumbitting", &["submitting"]), + ("websit", &["website"]), + ("hovever", &["however"]), + ("continentul", &["continental"]), + ("arrity", &["arity", "parity"]), + ("widnow", &["widow", "window"]), + ("catapiller", &["caterpillar"]), + ("motorcylce", &["motorcycle"]), + ("calicum", &["calcium"]), + ("custamizes", &["customizes"]), + ("declration", &["declaration"]), + ("determins", &["determines"]), + ("stabilzied", &["stabilized"]), + ("popoulus", &["populous"]), + ("musicallity", &["musically"]), + ("sprecial", &["special"]), + ("outisders", &["outsiders"]), + ("regardes", &["regards"]), + ("annonymouse", &["anonymous"]), + ("algoithm", &["algorithm"]), + ("deomcrats", &["democrats"]), + ("workstaion", &["workstation"]), + ("vulnerabillity", &["vulnerability"]), + ("negotitors", &["negotiators"]), + ("consenus", &["consensus"]), + ("bloted", &["bloated"]), + ("blanace", &["balance"]), + ("frecuent", &["frequent"]), + ("pharmeceutical", &["pharmaceutical"]), + ("deccelerated", &["decelerated"]), + ("enougth", &["enough"]), + ("orthognally", &["orthogonally"]), + ("anniversay", &["anniversary"]), + ("arount", &["around"]), + ("elementries", &["elementaries"]), + ("commamd", &["command"]), + ("collaterol", &["collateral"]), + ("seperatos", &["separators"]), + ("gentailia", &["genitalia"]), + ("assumtpions", &["assumptions"]), + ("anphibians", &["amphibians"]), + ("multitudine", &["multitude"]), + ("miliraty", &["military"]), + ("temproaily", &["temporarily"]), + ("exeption", &["exception", "exemption"]), + ("tournamets", &["tournaments"]), + ("stealty", &["stealthy"]), + ("normnal", &["normal"]), + ("sensacional", &["sensational"]), + ("civalization", &["civilization"]), + ("characterizaton", &["characterization"]), + ("commodites", &["commodities"]), + ("reprocucing", &["reproducing", "reprocuring"]), + ("transistior", &["transistor"]), + ("imperitave", &["imperative"]), + ("deactiviates", &["deactivates"]), + ("ringotne", &["ringtone"]), + ("enumarate", &["enumerate"]), + ("facist", &["fascist"]), + ("upagrades", &["upgrades"]), + ("concedered", &["conceded"]), + ("mdify", &["modify"]), + ("simpliifcation", &["simplification"]), + ("utiltiarian", &["utilitarian"]), + ("acually", &["actually"]), + ("veriables", &["variables"]), + ("hamburgeres", &["hamburgers"]), + ("torndao", &["tornado"]), + ("idealogy", &["ideology"]), + ("associatied", &["associated"]), + ("fomr", &["from", "form"]), + ("hiena", &["hyena"]), + ("listerner", &["listener"]), + ("substanitally", &["substantially"]), + ("parralell", &["parallel"]), + ("portrayls", &["portrays"]), + ("consisant", &["consistent"]), + ("assymptotic", &["asymptotic"]), + ("indepdendant", &["independent"]), + ("delagate", &["delegate"]), + ("adjustmens", &["adjustments"]), + ("accelerare", &["accelerate"]), + ("elminates", &["eliminates"]), + ("fullscreeen", &["fullscreen"]), + ("symetric", &["symmetric"]), + ("noralize", &["normalize"]), + ("addiotional", &["additional"]), + ("releaving", &["relieving"]), + ("tempararily", &["temporarily"]), + ("silscreened", &["silkscreened"]), + ("pharamcists", &["pharmacist"]), + ("discconencts", &["disconnects"]), + ("revisted", &["revisited"]), + ("interet", &["interest"]), + ("respesct", &["respects"]), + ("pacakged", &["packaged"]), + ("occasinally", &["occasionally"]), + ("aksed", &["asked"]), + ("folowers", &["followers"]), + ("imrpovement", &["improvement"]), + ("crossfiters", &["crossfire"]), + ("extesnion", &["extension"]), + ("correctivos", &["corrections"]), + ("afther", &["after", "father"]), + ("quotent", &["quotient"]), + ("continuousle", &["continuously"]), + ("pakcages", &["packages"]), + ("carmony", &["ceremony"]), + ("metropolian", &["metropolitan"]), + ("authenicating", &["authenticating"]), + ("corresonded", &["corresponded"]), + ("stratigically", &["strategically"]), + ("automonomous", &["autonomous"]), + ("annonomusally", &["anonymously"]), + ("steadilly", &["steadily"]), + ("guaruanteing", &["guaranteeing"]), + ("iteraions", &["iterations"]), + ("signes", &["signs"]), + ("challanging", &["challenging"]), + ("deciption", &["depiction"]), + ("intoxicted", &["intoxicated"]), + ("overpolulation", &["overpopulation"]), + ("perserve", &["preserve"]), + ("neighbars", &["neighbors"]), + ("perfoemamce", &["performance"]), + ("instalaltion", &["installations"]), + ("makss", &["masks", "makes"]), + ("triolgy", &["trilogy"]), + ("boradway", &["broadway"]), + ("charachers", &["characters"]), + ("specifices", &["specifics", "specifies"]), + ("assumud", &["assumed"]), + ("resposnes", &["responses"]), + ("persaude", &["persuade"]), + ("bannet", &["bayonet"]), + ("timestmp", &["timestamp"]), + ("soundard", &["soundcard"]), + ("cofig", &["config"]), + ("alow", &["allow"]), + ("comnpletion", &["completion"]), + ("attemts", &["attempts"]), + ("deposint", &["deposing"]), + ("penguis", &["penguins"]), + ("imbrases", &["embraces"]), + ("descovery", &["discovery"]), + ("behavies", &["behaves"]), + ("sturggles", &["struggles"]), + ("integraal", &["integral"]), + ("rewrire", &["rewrite", "rewire"]), + ("tihnk", &["think"]), + ("animaitor", &["animator"]), + ("neveretheless", &["nevertheless"]), + ("ocasionally", &["occasionally"]), + ("meaurements", &["measurements"]), + ("recivers", &["receivers"]), + ("sepererated", &["separated"]), + ("basiclly", &["basically"]), + ("distunguish", &["distinguish"]), + ("orchestarted", &["orchestrated"]), + ("conecurrency", &["concurrency"]), + ("regenrative", &["regenerative"]), + ("comventions", &["conventions"]), + ("coordinatess", &["coordinates"]), + ("necesasry", &["necessary"]), + ("emprically", &["empirically"]), + ("winnins", &["winnings"]), + ("compromiss", &["compromises"]), + ("massachusents", &["massachusetts"]), + ("trustwothy", &["trustworthy"]), + ("funcitons", &["functions"]), + ("instatiating", &["instantiating"]), + ("toubles", &["troubles"]), + ("hallukination", &["hallucination"]), + ("styhe", &["style"]), + ("explanetory", &["explanatory"]), + ("befre", &["before"]), + ("callser", &["caller"]), + ("literarlly", &["literary"]), + ("requsted", &["requested"]), + ("omnipetent", &["omnipotent"]), + ("misdemenors", &["misdemeanors"]), + ("memorizacion", &["memorization"]), + ("uncalcualted", &["uncalculated"]), + ("anlyzed", &["analyzed"]), + ("caraff", &["carafe"]), + ("dissassemble", &["disassemble"]), + ("restriktion", &["restriction"]), + ("separacion", &["separation"]), + ("execuatble", &["executable"]), + ("condidtioning", &["conditioning"]), + ("agants", &["agents", "against"]), + ("comit", &["commit"]), + ("hostpot", &["hotspot"]), + ("economisch", &["economic"]), + ("coponent", &["component"]), + ("defaulh", &["default"]), + ("reverseed", &["reversed"]), + ("reprase", &["reparse"]), + ("transcendance", &["transcendence"]), + ("healt", &["health"]), + ("ignorne", &["ignore"]), + ("contradiciton", &["contradiction"]), + ("projectiel", &["projectiles"]), + ("ingestigator", &["investigator"]), + ("milawukee", &["milwaukee"]), + ("currenntly", &["currently"]), + ("tyour", &["your", "tour"]), + ("stupiditiy", &["stupidity"]), + ("cusstomers", &["customers"]), + ("iranina", &["iranian"]), + ("symphonity", &["symphony"]), + ("halloweeen", &["halloween"]), + ("shoild", &["should"]), + ("authenenticates", &["authenticates"]), + ("beauti", &["beauty"]), + ("appretiated", &["appreciated"]), + ("clearifying", &["clarifying"]), + ("sytemwindow", &["systemwindow"]), + ("impcated", &["impacted"]), + ("intefaces", &["interfaces"]), + ("deserialsies", &["deserialises"]), + ("outsouring", &["outsourcing"]), + ("subsizided", &["subsidized"]), + ("navagating", &["navigating"]), + ("attches", &["attaches"]), + ("disrm", &["disarm"]), + ("gaurdian", &["guardian"]), + ("ultimely", &["ultimately"]), + ("subree", &["subtree"]), + ("divet", &["divot"]), + ("interates", &["iterates", "interacts", "integrated"]), + ("regaurding", &["regarding"]), + ("contirbuted", &["contributed"]), + ("eptiome", &["epitome"]), + ("languague", &["language"]), + ("intolernace", &["intolerance"]), + ("communciate", &["communicate"]), + ("formallized", &["formalized"]), + ("dusfunctional", &["dysfunctional"]), + ("cutsceens", &["cutscenes"]), + ("developement", &["development"]), + ("idenfier", &["identifier"]), + ("realitvely", &["relatively"]), + ("contan", &["contain"]), + ("whrilwind", &["whirlwind"]), + ("initalize", &["initialize"]), + ("objectivs", &["objectives"]), + ("readning", &["reading"]), + ("californica", &["california"]), + ("descriptoy", &["descriptor"]), + ("nuerons", &["neurons"]), + ("challengue", &["challenger"]), + ("palestein", &["palestine"]), + ("qeusts", &["quests"]), + ("distibutor", &["distributor"]), + ("politiness", &["politeness"]), + ("suggetsion", &["suggestion"]), + ("meagtron", &["megatron"]), + ("veriosns", &["versions"]), + ("chrisitanity", &["christianity"]), + ("renouned", &["renounced", "renowned"]), + ("subconsciouly", &["subconsciously"]), + ("exectuted", &["executed"]), + ("interpet", &["interpret"]), + ("interpretarse", &["interpreter"]), + ("yuforically", &["euphorically"]), + ("reconeccts", &["reconnects"]), + ("dockson", &["dachshund"]), + ("mathods", &["methods"]), + ("franciso", &["francisco"]), + ("refillls", &["refills"]), + ("initialisere", &["initialisers"]), + ("funczion", &["function"]), + ("arrangte", &["arrange"]), + ("privalege", &["privilege"]), + ("lauguage", &["language"]), + ("sellected", &["selected"]), + ("familiare", &["familiarize"]), + ("valuess", &["values"]), + ("currecting", &["correcting"]), + ("consulant", &["consultant"]), + ("embrio", &["embryo"]), + ("scandinavien", &["scandinavian"]), + ("whatepsace", &["whitespace"]), + ("centain", &["certain"]), + ("swticher", &["switcher"]), + ("secotr", &["sector"]), + ("misunderstandingly", &["misunderstandings"]), + ("cengter", &["center"]), + ("assimilant", &["assimilate"]), + ("retore", &["restore"]), + ("juggernaunt", &["juggernaut"]), + ("sampels", &["samples"]), + ("chochka", &["tchotchke"]), + ("inconsitent", &["inconsistent"]), + ("perfomranses", &["performances"]), + ("overcompansate", &["overcompensate"]), + ("specfying", &["specifying"]), + ("tamplate", &["template"]), + ("progressivsm", &["progressives"]), + ("collaboratore", &["collaborate"]), + ("grahpically", &["graphically"]), + ("spacebr", &["spacebar"]), + ("stampeed", &["stamped"]), + ("mebmer", &["member"]), + ("opimized", &["optimized"]), + ("surevy", &["survey"]), + ("initliasation", &["initialisation"]), + ("decending", &["descending"]), + ("sepearet", &["separate"]), + ("telemitry", &["telemetry"]), + ("flass", &["class", "glass", "flask", "flash"]), + ("targed", &["target"]), + ("paradimes", &["paradise"]), + ("netiher", &["neither"]), + ("exturd", &["extrude"]), + ("normaliztion", &["normalization"]), + ("chipps", &["chips"]), + ("consctructor", &["constructor"]), + ("constrating", &["constraint"]), + ("availaility", &["availability"]), + ("metodology", &["methodology"]), + ("incompatabiity", &["incompatibility"]), + ("equailateral", &["equilateral"]), + ("mdifier", &["modifier"]), + ("absoluthely", &["absolutely"]), + ("downagrading", &["downgrading"]), + ("recieved", &["received"]), + ("devy", &["divvy"]), + ("necessitites", &["necessities"]), + ("extrotion", &["extortion"]), + ("dictioanry", &["dictionary"]), + ("funtionalty", &["functionality"]), + ("alternavtives", &["alternatives"]), + ("noncombatents", &["noncombatants"]), + ("skateboader", &["skateboard"]), + ("nationalistische", &["nationalistic"]), + ("inluence", &["influence"]), + ("onl", &["only"]), + ("interfear", &["interfere"]), + ("distincion", &["distinction"]), + ("critized", &["criticized"]), + ("disproportianate", &["disproportionate"]), + ("chracter", &["character"]), + ("opimisation", &["optimisation"]), + ("traverced", &["traversed"]), + ("appen", &["append"]), + ("redistirbute", &["redistribute"]), + ("describiste", &["describes"]), + ("crystalys", &["crystals"]), + ("caracteristic", &["characteristic"]), + ("interrest", &["interest"]), + ("conjuntion", &["conjunction"]), + ("pezier", &["bezier"]), + ("disemination", &["dissemination"]), + ("breanches", &["branches"]), + ("argumetn", &["argument"]), + ("manufaturing", &["manufacturing"]), + ("quesitoning", &["questioning"]), + ("crankenstein", &["frankenstein"]), + ("corralation", &["correlation"]), + ("unneccecarily", &["unnecessarily"]), + ("counterprodutive", &["counterproductive"]), + ("seahakws", &["seahawks"]), + ("anjanew", &["ingenue"]), + ("hosrtname", &["hostname"]), + ("conrruptions", &["corruptions"]), + ("homogeoneous", &["homogeneous"]), + ("innovatief", &["innovate"]), + ("avoded", &["avoided"]), + ("simpathizers", &["sympathizers"]), + ("alforithms", &["algorithms"]), + ("tomorr", &["tomorrow"]), + ("oriign", &["origin"]), + ("invication", &["invocation"]), + ("ocasioned", &["occasioned"]), + ("comarators", &["comparators"]), + ("listeneing", &["listening"]), + ("deternine", &["determine"]), + ("compund", &["compound"]), + ("attatched", &["attached"]), + ("jalibroken", &["jailbroken"]), + ("settlemetns", &["settlements"]), + ("contsructor", &["constructor"]), + ("generationens", &["generations"]), + ("unnessecarily", &["unnecessarily"]), + ("reintantiate", &["reinstantiate"]), + ("interpretato", &["interpretation"]), + ("exixting", &["existing"]), + ("executatables", &["executables"]), + ("paor", &["pair"]), + ("initailze", &["initialize"]), + ("presidentcy", &["presidency"]), + ("famiy", &["family"]), + ("receips", &["receipts"]), + ("broswing", &["browsing"]), + ("disambiguaing", &["disambiguating"]), + ("redict", &["redirect"]), + ("tranfers", &["transfers"]), + ("jelousy", &["jealousy"]), + ("beliveable", &["believable"]), + ("docuements", &["documents"]), + ("conincidence", &["coincidence"]), + ("satistics", &["statistics"]), + ("omages", &["homages"]), + ("elelement", &["element"]), + ("deficienct", &["deficient"]), + ("initiailizes", &["initializes"]), + ("elsef", &["elseif"]), + ("platofrms", &["platforms"]), + ("genrates", &["generates"]), + ("cabnet", &["cabinet"]), + ("seh", &["she"]), + ("dael", &["deal", "dial", "dahl"]), + ("existet", &["existent"]), + ("interersted", &["interpreted"]), + ("moderatorn", &["moderation"]), + ("observabl", &["observable"]), + ("historicas", &["historians"]), + ("zellots", &["zealots"]), + ("muscluar", &["muscular"]), + ("functitonally", &["functionally"]), + ("millimiters", &["millimeters"]), + ("abadoned", &["abandoned"]), + ("hardwoord", &["hardwood"]), + ("organiclly", &["organically"]), + ("miinimized", &["minimized"]), + ("resistendo", &["resisted"]), + ("maitenance", &["maintenance"]), + ("meathod", &["method"]), + ("instancce", &["instance"]), + ("alhapet", &["alphabet"]), + ("experaments", &["experiments"]), + ("throu", &["thru"]), + ("architecte", &["architecture"]), + ("cartdridge", &["cartridge"]), + ("assocation", &["association"]), + ("suceeded", &["succeeded"]), + ("aproved", &["approved"]), + ("indiscrimnate", &["indiscriminate"]), + ("edittor", &["editor"]), + ("clearstories", &["clerestories"]), + ("privleges", &["privileges"]), + ("embarasaing", &["embarrassing"]), + ("characher", &["character"]), + ("marshmalows", &["marshmallows"]), + ("implementaton", &["implementation"]), + ("norhtwestern", &["northwestern"]), + ("stimulaton", &["stimulation"]), + ("cooresponding", &["corresponding"]), + ("frameowrk", &["framework"]), + ("receves", &["receives"]), + ("surgested", &["suggested"]), + ("monumnet", &["monument"]), + ("negotatiated", &["negotiated"]), + ("neighborhod", &["neighborhood"]), + ("lesssons", &["lessons"]), + ("reuinon", &["reunion"]), + ("nunber", &["number"]), + ("vulnerabuiliti", &["vulnerability"]), + ("filiament", &["filament"]), + ("cashies", &["cashiers"]), + ("incramentally", &["incrementally"]), + ("fileystems", &["filesystems"]), + ("accompagniment", &["accompaniment"]), + ("attept", &["attempt"]), + ("exlcusively", &["exclusively"]), + ("misunderstandind", &["misunderstandings"]), + ("exced", &["exceed"]), + ("enumeratable", &["enumerable"]), + ("derypted", &["decrypted"]), + ("organizacional", &["organizational"]), + ("databsae", &["database"]), + ("belifes", &["beliefs"]), + ("commti", &["commit"]), + ("concioussness", &["consciousness"]), + ("cailbre", &["calibre"]), + ("neighborhoof", &["neighborhood"]), + ("underlaying", &["underlying"]), + ("syntehsise", &["synthesise"]), + ("infinty", &["infinity"]), + ("collosal", &["colossal"]), + ("arrangtes", &["arranges"]), + ("paraphraze", &["paraphrase"]), + ("experimanetel", &["experimental"]), + ("regisrers", &["registers"]), + ("fetishs", &["fetishes"]), + ("veresion", &["version"]), + ("enterprsie", &["enterprises"]), + ("enoucnter", &["encounter"]), + ("premuim", &["premium"]), + ("cylcical", &["cyclical"]), + ("enbable", &["enable"]), + ("alowing", &["allowing"]), + ("conmnection", &["connection"]), + ("deduplaicated", &["deduplicated"]), + ("inevitabile", &["inevitable"]), + ("disadventaged", &["disadvantaged"]), + ("misogyinst", &["misogynist"]), + ("fomat", &["format"]), + ("mastrubates", &["masturbate"]), + ("nefarios", &["nefarious"]), + ("forlder", &["folder"]), + ("hisory", &["history"]), + ("itialize", &["initialize"]), + ("recordarse", &["recorder"]), + ("trotzkyism", &["trotskyism"]), + ("scholorship", &["scholarship"]), + ("bacl", &["back"]), + ("uninitalized", &["uninitialized"]), + ("refromed", &["reformed"]), + ("kuberentes", &["kubernetes"]), + ("accorndingly", &["accordingly"]), + ("paintin", &["painting"]), + ("classificato", &["classification"]), + ("agaisnt", &["against"]), + ("reprodicibility", &["reproducibility"]), + ("assumimg", &["assuming"]), + ("intraspection", &["introspection"]), + ("membran", &["membrane"]), + ("aliged", &["aligned"]), + ("negoticate", &["negotiate"]), + ("neighbeuthood", &["neighbourhood"]), + ("quafeur", &["coiffure"]), + ("directsion", &["direction"]), + ("transtioned", &["transitioned"]), + ("amalgomated", &["amalgamated"]), + ("recommds", &["recommends"]), + ("conrol", &["control"]), + ("galsgow", &["glasgow"]), + ("depdenencies", &["dependencies"]), + ("peremiter", &["perimeter"]), + ("varables", &["variables"]), + ("gateing", &["gating"]), + ("landscae", &["landscapes"]), + ("guarneted", &["guaranteed"]), + ("installl", &["install"]), + ("fridey", &["friday"]), + ("alignation", &["alignment"]), + ("shepes", &["shapes"]), + ("communiy", &["community"]), + ("categorie", &["category", "categories"]), + ("democraphics", &["demographics"]), + ("connectd", &["connected"]), + ("heigths", &["heights"]), + ("hstory", &["history"]), + ("overlyaing", &["overlaying"]), + ("semseters", &["semesters"]), + ("trasnmitted", &["transmitted"]), + ("noral", &["normal", "moral"]), + ("commpressed", &["compressed"]), + ("soundtracs", &["soundtracks"]), + ("possesseurs", &["possesses"]), + ("dashbord", &["dashboard"]), + ("reposotory", &["repository"]), + ("bureaucratische", &["bureaucratic"]), + ("seprarate", &["separate"]), + ("journing", &["journeying"]), + ("corectness", &["correctness"]), + ("terminoligy", &["terminology"]), + ("authenfiing", &["authenticating"]), + ("troughout", &["throughout", "throughput"]), + ("discconecting", &["disconnecting"]), + ("serializaable", &["serializable"]), + ("expementelly", &["experimentally"]), + ("egytpians", &["egyptians"]), + ("hurriance", &["hurricane"]), + ("corregated", &["correlated"]), + ("birdamn", &["birdman"]), + ("deocde", &["decode"]), + ("antoher", &["another"]), + ("surroud", &["surround"]), + ("chractor", &["character"]), + ("closeing", &["closing"]), + ("enumation", &["enumeration"]), + ("aesy", &["easy"]), + ("serebrally", &["cerebrally"]), + ("secretery", &["secretary"]), + ("unsucessflly", &["unsuccessfully"]), + ("exta", &["extra"]), + ("complte", &["complete"]), + ("sandwhiches", &["sandwiches"]), + ("inexplicabley", &["inexplicably"]), + ("nahsville", &["nashville"]), + ("wavelengh", &["wavelength"]), + ("socilaism", &["socialism"]), + ("insomina", &["insomnia"]), + ("vallayed", &["valeted"]), + ("recretes", &["recreates"]), + ("engagemet", &["engagements"]), + ("definateley", &["definitely"]), + ("culturels", &["cultures"]), + ("contrabution", &["contribution"]), + ("proposte", &["propose"]), + ("forseeable", &["foreseeable"]), + ("scavange", &["scavenge"]), + ("conrrespondingly", &["correspondingly"]), + ("influcence", &["influence"]), + ("langurage", &["language"]), + ("tgat", &["that"]), + ("segemnt", &["segment"]), + ("sgadow", &["shadow"]), + ("circuts", &["circuits"]), + ("initialiation", &["initialization"]), + ("writter", &["writer", "written"]), + ("comatible", &["compatible"]), + ("stubborness", &["stubbornness"]), + ("trianges", &["triangles", "triages"]), + ("reslut", &["result"]), + ("aparent", &["apparent"]), + ("subfolfer", &["subfolder"]), + ("vernaculaire", &["vernacular"]), + ("scholarhips", &["scholarship", "scholarships"]), + ("capabiltiy", &["capability"]), + ("constanly", &["constantly"]), + ("communicaton", &["communication"]), + ("vurnerabilities", &["vulnerabilities"]), + ("authentciator", &["authenticator"]), + ("stoarge", &["storage"]), + ("generelizing", &["generalizing"]), + ("metagaem", &["metagame"]), + ("aftewards", &["afterwards"]), + ("experimnts", &["experiments"]), + ("funides", &["fundies"]), + ("renegotionable", &["renegotiable"]), + ("scrtips", &["scripts"]), + ("conclusies", &["conclusive"]), + ("nostrills", &["nostrils"]), + ("accesssing", &["accessing"]), + ("preceived", &["perceived"]), + ("abbrievation", &["abbreviation"]), + ("precedessor", &["predecessor"]), + ("deutshcland", &["deutschland"]), + ("tranlations", &["translations"]), + ("funvtioned", &["functioned"]), + ("pharmaseuticals", &["pharmaceuticals"]), + ("miraculu", &["miraculous"]), + ("requities", &["requisites"]), + ("accordign", &["according"]), + ("ignorng", &["ignoring"]), + ("igzorting", &["exhorting"]), + ("anynomous", &["anonymous"]), + ("loded", &["loaded"]), + ("costomer", &["customer"]), + ("convrt", &["convert"]), + ("mchanical", &["mechanical"]), + ("massace", &["massacre"]), + ("evluates", &["evaluates"]), + ("critiical", &["critical"]), + ("availibility", &["availability"]), + ("constuction", &["construction"]), + ("avacodos", &["avocados"]), + ("descerning", &["descending"]), + ("releaing", &["releasing"]), + ("certificationkits", &["certifications"]), + ("privoded", &["provided"]), + ("trascription", &["transcription"]), + ("structere", &["structure"]), + ("suppliad", &["supplied"]), + ("expectd", &["expected"]), + ("dictrionary", &["dictionary"]), + ("commpression", &["compression"]), + ("embarrasingly", &["embarrassingly"]), + ("realtivity", &["relativity"]), + ("dicriminating", &["discriminating"]), + ("repell", &["repel"]), + ("speelling", &["spelling"]), + ("usptarts", &["upstarts"]), + ("concatinate", &["concatenate"]), + ("probabilies", &["probabilities"]), + ("ignorming", &["ignoring"]), + ("endevers", &["endeavors"]), + ("anination", &["animation"]), + ("progatonists", &["protagonists"]), + ("mathameticians", &["mathematicians"]), + ("subfroms", &["subforms"]), + ("technoligies", &["technologies"]), + ("olbigatory", &["obligatory"]), + ("confins", &["confines"]), + ("atomicly", &["atomically"]), + ("desintegration", &["disintegration"]), + ("cimetrical", &["symmetrical"]), + ("powerprint", &["powerpoint"]), + ("neighbehood", &["neighborhood"]), + ("desinger", &["designer"]), + ("businees", &["business"]), + ("literatre", &["literate"]), + ("interpeted", &["interpreted"]), + ("materails", &["materials"]), + ("probaby", &["probably"]), + ("booleens", &["booleans"]), + ("regulatories", &["regulators"]), + ("raspbery", &["raspberry"]), + ("kubenernetes", &["kubernetes"]), + ("providse", &["provides", "provide"]), + ("passionale", &["passionately"]), + ("minneosta", &["minnesota"]), + ("enthusiests", &["enthusiasts"]), + ("thougths", &["thoughts"]), + ("prepaird", &["prepaid"]), + ("inhert", &["inherit"]), + ("fpt", &["ftp"]), + ("transitoning", &["transitioning"]), + ("ownerd", &["owned"]), + ("someoene", &["someone"]), + ("agriculteral", &["agricultural"]), + ("docuhey", &["douchey"]), + ("clitoridis", &["clitoris"]), + ("transision", &["transition"]), + ("oylmpics", &["olympics"]), + ("equilavents", &["equivalents"]), + ("requilme", &["requiem"]), + ("plataeu", &["plateau"]), + ("packaing", &["packaging"]), + ("mechandise", &["merchandise"]), + ("imablances", &["imbalances"]), + ("improt", &["import"]), + ("tranpose", &["transpose"]), + ("promiss", &["promise"]), + ("tracsodes", &["transcodes"]), + ("acknodledgments", &["acknowledgments"]), + ("terrerists", &["terrorists"]), + ("subsysytems", &["subsystems"]), + ("nin", &["inn", "min", "bin", "nine"]), + ("resoure", &["resource"]), + ("experimments", &["experiments"]), + ("throuhgout", &["throughout"]), + ("inexplicibly", &["inexplicably"]), + ("stimualtion", &["stimulation"]), + ("exchnage", &["exchange"]), + ("throguh", &["through"]), + ("roduce", &["reduce", "produce"]), + ("summarizaion", &["summarization"]), + ("diagnositc", &["diagnostic"]), + ("exceotions", &["exemptions"]), + ("trik", &["trick", "trike"]), + ("unterleaved", &["interleaved"]), + ("ghostscritp", &["ghostscript"]), + ("driveris", &["drivers"]), + ("photographyi", &["photographic"]), + ("gerneral", &["general"]), + ("iplementation", &["implementation"]), + ("doalog", &["dialog"]), + ("commecen", &["commence"]), + ("retriev", &["retrieve"]), + ("bounadries", &["boundaries"]), + ("channge", &["change"]), + ("shwon", &["shown"]), + ("compeditor", &["competitor"]), + ("beind", &["behind", "being"]), + ("approxiately", &["approximately"]), + ("divion", &["division"]), + ("typicallly", &["typically"]), + ("illuminazi", &["illuminati"]), + ("descrpition", &["descriptions"]), + ("lexial", &["lexical"]), + ("tempset", &["tempest"]), + ("intergate", &["integrate"]), + ("referign", &["referring"]), + ("armenina", &["armenian"]), + ("contrainers", &["containers"]), + ("excpected", &["expected"]), + ("fomating", &["formatting"]), + ("unimpressd", &["unimpressed"]), + ("intereacts", &["interfaces"]), + ("percentanges", &["percentages"]), + ("pojrections", &["projections"]), + ("pricision", &["precision"]), + ("scientifcly", &["scientifically"]), + ("transparceny", &["transparency"]), + ("exercies", &["exercise"]), + ("depoist", &["deposit"]), + ("protagonsit", &["protagonists"]), + ("qualifierais", &["qualifiers"]), + ("electrial", &["electrical"]), + ("juse", &["just", "juice", "jude", "june"]), + ("existince", &["existence"]), + ("proeprties", &["properties"]), + ("bablyon", &["babylon"]), + ("misognyistic", &["misogynistic"]), + ("treaeted", &["treated"]), + ("registrain", &["registration"]), + ("conclsuions", &["concussions"]), + ("sepearator", &["separator"]), + ("idendifier", &["identifier"]), + ("coallecence", &["coalescence"]), + ("playthrougth", &["playthroughs"]), + ("phillosophically", &["philosophically"]), + ("preficientsy", &["proficiency"]), + ("absolutelys", &["absolutes"]), + ("ilegal", &["illegal"]), + ("faiulre", &["failure"]), + ("poistive", &["positive"]), + ("remved", &["removed"]), + ("launchered", &["launched"]), + ("outperfoem", &["outperform"]), + ("tendencije", &["tendencies"]), + ("referancing", &["referencing"]), + ("progammatic", &["programmatic"]), + ("neighbourhhoods", &["neighbourhoods"]), + ("symmety", &["symmetry"]), + ("onlu", &["only"]), + ("sependent", &["dependent"]), + ("alrightty", &["alrighty"]), + ("unversionned", &["unversioned"]), + ("organizacion", &["organization"]), + ("collaquial", &["colloquial"]), + ("resurect", &["resurrect"]), + ("assosiacition", &["association"]), + ("minsiters", &["ministers"]), + ("preventitve", &["preventative"]), + ("decalartion", &["declaration"]), + ("spectauclar", &["spectacular"]), + ("shotcut", &["shortcut"]), + ("excplicit", &["explicit"]), + ("tabualtes", &["tabulates"]), + ("becaues", &["because"]), + ("accout", &["account"]), + ("neightobrs", &["neighbors"]), + ("futre", &["future"]), + ("comsumption", &["consumption"]), + ("calle", &["called", "caller", "calls"]), + ("replcaof", &["replicaof"]), + ("automony", &["autonomy"]), + ("scholarstic", &["scholastic", "scholarly"]), + ("agreeement", &["agreement"]), + ("practicioner", &["practitioner"]), + ("dribbeling", &["dribbling"]), + ("differntly", &["differently"]), + ("controllling", &["controlling"]), + ("announcents", &["announces"]), + ("sarcastc", &["sarcastic"]), + ("consectuive", &["consecutive"]), + ("chirstians", &["christians"]), + ("mayority", &["majority"]), + ("dispenced", &["dispensed"]), + ("thsi", &["this"]), + ("perdominantly", &["predominantly"]), + ("cofriming", &["confirming"]), + ("competitio", &["competitor"]), + ("envorce", &["enforce"]), + ("fanficitons", &["fanfiction"]), + ("evertything", &["everything"]), + ("temparature", &["temperature"]), + ("marketting", &["marketing"]), + ("reeturns", &["returns"]), + ("convoultions", &["convolutions"]), + ("jounralists", &["journalists"]), + ("beuatifully", &["beautifully"]), + ("clos", &["close"]), + ("conincides", &["coincides"]), + ("transferrred", &["transferred"]), + ("prmitives", &["primitives"]), + ("animatte", &["animate"]), + ("undedined", &["undefined"]), + ("ineffciency", &["inefficiency"]), + ("redidual", &["residual"]), + ("neurologia", &["neurological"]), + ("krpytonite", &["kryptonite"]), + ("waths", &["whats", "watches"]), + ("sateful", &["stateful"]), + ("fashionalbe", &["fashionable"]), + ("instraments", &["instruments"]), + ("certfication", &["certification"]), + ("partirion", &["partition"]), + ("associtated", &["associated"]), + ("facilititate", &["facilitate"]), + ("dissimlar", &["dissimilar"]), + ("sponteanously", &["spontaneously"]), + ("fantazise", &["fantasise"]), + ("gigabtye", &["gigabyte"]), + ("caliming", &["claiming"]), + ("royalites", &["royalties"]), + ("governmant", &["governmental"]), + ("contence", &["contents"]), + ("dentering", &["centering"]), + ("rearrangt", &["rearrangement"]), + ("transisitions", &["transitions"]), + ("dismanteled", &["dismantled"]), + ("acknolwedges", &["acknowledges"]), + ("unimpemented", &["unimplemented"]), + ("spedific", &["specific"]), + ("selctor", &["selector"]), + ("reassureing", &["reassuring"]), + ("southernest", &["southerners"]), + ("miminized", &["minimized"]), + ("layour", &["layout"]), + ("iranianos", &["iranians"]), + ("natinalists", &["nationalists"]), + ("cubcile", &["cubicle"]), + ("multliple", &["multiple"]), + ("communiction", &["communication"]), + ("uninstalable", &["uninstallable"]), + ("differnencing", &["differencing"]), + ("experiancial", &["experiential"]), + ("elegently", &["elegantly"]), + ("imlicitly", &["implicitly"]), + ("algorith", &["algorithm"]), + ("victems", &["victims"]), + ("argements", &["arguments"]), + ("reparamterizes", &["reparameterizes"]), + ("mistrow", &["maestro"]), + ("consumate", &["consummate"]), + ("appearrs", &["appears"]), + ("singols", &["signals", "singles"]), + ("distancef", &["distanced", "distances", "distance"]), + ("startegies", &["strategies"]), + ("reminiscient", &["reminiscent"]), + ("extensivelly", &["extensively"]), + ("initializs", &["initialize", "initializes"]), + ("envoke", &["evoke", "invoke"]), + ("occations", &["occasions"]), + ("deamanding", &["demanding"]), + ("corrupto", &["corruption"]), + ("segmens", &["segment", "segments"]), + ("aluminimum", &["aluminium"]), + ("coridal", &["cordial"]), + ("cellebrating", &["celebrating"]), + ("mutiply", &["multiply"]), + ("tempreature", &["temperature"]), + ("rovides", &["provides"]), + ("witk", &["with"]), + ("revealtion", &["revelations"]), + ("alloed", &["allowed", "aloud"]), + ("componeents", &["components"]), + ("infaillible", &["infallible"]), + ("notificarions", &["notifications"]), + ("distraktion", &["distraction"]), + ("misinterpert", &["misinterpret"]), + ("writen", &["written"]), + ("reserverd", &["reserved"]), + ("antiquaited", &["antiquated"]), + ("desychronized", &["desynchronized"]), + ("restricitng", &["restricting"]), + ("parantheses", &["parentheses"]), + ("ankshiuos", &["anxious"]), + ("datatgrams", &["datagrams"]), + ("definding", &["defining"]), + ("alignent", &["alignment"]), + ("contro", &["control"]), + ("trals", &["trails", "trials"]), + ("athelticism", &["athleticism"]), + ("deatiled", &["detailed"]), + ("simplicifaction", &["simplification"]), + ("respondus", &["responds"]), + ("greenalnd", &["greenland"]), + ("listner", &["listener"]), + ("upstreem", &["upstream"]), + ("aboslute", &["absolute"]), + ("iminent", &["eminent", "imminent", "immanent"]), + ("passwrod", &["password"]), + ("provdided", &["provided"]), + ("upates", &["updates"]), + ("ariculations", &["articulations"]), + ("framewoek", &["framework"]), + ("desnely", &["densely"]), + ("indluces", &["includes"]), + ("applicatino", &["application"]), + ("visibillity", &["visibility"]), + ("middlewar", &["middleware"]), + ("missletow", &["mistletoe"]), + ("dissimmetry", &["dissymmetry"]), + ("somwhat", &["somewhat"]), + ("ocilators", &["oscillators"]), + ("dosseay", &["dossier"]), + ("temproal", &["temporal"]), + ("hte", &["the"]), + ("nutrutious", &["nutritious"]), + ("reuplaoding", &["reuploading"]), + ("hosptial", &["hospital"]), + ("fiedling", &["fielding"]), + ("ressembled", &["reassembled", "resembled"]), + ("accissible", &["accessible"]), + ("birgade", &["brigade"]), + ("lsiting", &["listing"]), + ("absoute", &["absolute"]), + ("hostories", &["histories"]), + ("phillippines", &["philippines"]), + ("phoen", &["phone"]), + ("sucsess", &["success"]), + ("unspeficillied", &["unspecified"]), + ("specialsts", &["specialists"]), + ("tablular", &["tabular"]), + ("administratior", &["administrator"]), + ("inconvinence", &["inconvenience"]), + ("tehere", &["there"]), + ("aproach", &["approach"]), + ("prcoessing", &["processing"]), + ("outsoursed", &["outsourced"]), + ("prostiture", &["prostitute"]), + ("jaunary", &["january"]), + ("speicfied", &["specified"]), + ("offlaod", &["offload"]), + ("remotly", &["remotely"]), + ("spilnter", &["splinter"]), + ("asynchorous", &["asynchronous"]), + ("wirter", &["writer"]), + ("controlas", &["controls"]), + ("nonsenscial", &["nonsensical"]), + ("instnaces", &["instances"]), + ("hiygeine", &["hygiene"]), + ("duetschland", &["deutschland"]), + ("incrases", &["increases"]), + ("macrow", &["macro"]), + ("aborignial", &["aboriginal"]), + ("touritsy", &["touristy"]), + ("multpliers", &["multipliers"]), + ("alwans", &["always"]), + ("mattreses", &["mattress"]), + ("cartrigdes", &["cartridges"]), + ("rescourced", &["resourced"]), + ("proconceived", &["preconceived"]), + ("constitucion", &["constitution"]), + ("entretaining", &["entertaining"]), + ("generalyse", &["generalise"]), + ("mehods", &["methods"]), + ("discriminare", &["discriminate"]), + ("infectation", &["infestation"]), + ("dynamcally", &["dynamically"]), + ("allways", &["always"]), + ("cosntrained", &["constrained"]), + ("consumirem", &["consumerism"]), + ("acitions", &["actions"]), + ("regarting", &["regarding"]), + ("perfromer", &["performer"]), + ("disucssing", &["discussing"]), + ("conotrols", &["controls"]), + ("infrmation", &["information"]), + ("airscape", &["airspace"]), + ("centeres", &["centers"]), + ("capitalsim", &["capitalism"]), + ("suces", &["success"]), + ("sensores", &["sensors"]), + ("charicterized", &["characterized"]), + ("cheesse", &["cheeses"]), + ("ouput", &["output"]), + ("magicain", &["magician"]), + ("apostrophies", &["apostrophe", "apostrophes"]), + ("brillianty", &["brilliantly"]), + ("propuslion", &["propulsion"]), + ("sudio", &["audio", "sudo"]), + ("sesssions", &["sessions"]), + ("inspried", &["inspired"]), + ("migt", &["might", "midget"]), + ("immortalisy", &["immortals"]), + ("illuminoti", &["illuminati"]), + ("reproduciable", &["reproduceable"]), + ("dispalcement", &["displacement"]), + ("forutunate", &["fortunate"]), + ("sexaully", &["sexually"]), + ("inclode", &["include"]), + ("distinguise", &["distinguished", "distinguish"]), + ("edoema", &["edema"]), + ("monolopies", &["monopolies"]), + ("mappping", &["mapping"]), + ("opportunaity", &["opportunity"]), + ("jouranlism", &["journalism"]), + ("influenser", &["influences"]), + ("formmated", &["formatted"]), + ("propery", &["property", "properly"]), + ("inverval", &["interval"]), + ("moteured", &["motored"]), + ("tath", &["that"]), + ("platorm", &["platform"]), + ("lyche", &["lychee"]), + ("reanme", &["rename"]), + ("agrumentative", &["argumentative"]), + ("thye", &["they"]), + ("guideded", &["guided"]), + ("objektives", &["objectives"]), + ("spefixying", &["specifying"]), + ("conersion", &["conversion"]), + ("compromizing", &["compromising"]), + ("beliveably", &["believably"]), + ("liberatrians", &["libertarians"]), + ("zimbabew", &["zimbabwe"]), + ("sprinkeld", &["sprinkled"]), + ("createed", &["created"]), + ("performamce", &["performance"]), + ("brusseles", &["brussels"]), + ("opeariton", &["operation"]), + ("incremeanted", &["incremented"]), + ("roundabount", &["roundabout"]), + ("faciltiy", &["facility"]), + ("disssembling", &["disassembling"]), + ("vunrabilities", &["vulnerabilities"]), + ("succceed", &["succeed"]), + ("illumimati", &["illuminati"]), + ("instntly", &["instantly"]), + ("rememors", &["remembers"]), + ("eneumretaions", &["enumerations"]), + ("libertaryanism", &["libertarianism"]), + ("discalimer", &["disclaimer"]), + ("abbrevated", &["abbreviated"]), + ("detemine", &["determine"]), + ("prescripe", &["prescribe"]), + ("negoziator", &["negotiator"]), + ("ccustoms", &["customs"]), + ("negotiote", &["negotiate"]), + ("wressels", &["wrestles"]), + ("kubirck", &["kubrick"]), + ("matrie", &["matrix"]), + ("warrent", &["warrant"]), + ("authencate", &["authenticate"]), + ("completley", &["completely"]), + ("amened", &["amended", "amend"]), + ("multile", &["multiple"]), + ("sponatenously", &["spontaneously"]), + ("rememers", &["remembers"]), + ("tigthened", &["tightened"]), + ("conditialy", &["conditionally"]), + ("messagers", &["messages"]), + ("indocrtination", &["indoctrination"]), + ("resrouces", &["resources"]), + ("antiviurs", &["antivirus"]), + ("anixety", &["anxiety"]), + ("descened", &["descend"]), + ("mothing", &["nothing"]), + ("booda", &["buddha"]), + ("disariable", &["desirable"]), + ("tortillera", &["tortilla"]), + ("punsihable", &["punishable"]), + ("coefficientss", &["coefficients"]), + ("includs", &["includes"]), + ("renegotionating", &["renegotiating"]), + ("includied", &["included"]), + ("chanceling", &["canceling"]), + ("underfaker", &["undertaker"]), + ("swaers", &["swears"]), + ("coppy", &["copy", "choppy"]), + ("estabishes", &["establishes"]), + ("coordinte", &["coordinate"]), + ("dolhpins", &["dolphins"]), + ("expirence", &["experience"]), + ("saksatchewan", &["saskatchewan"]), + ("appreicates", &["appreciates"]), + ("engrames", &["engrams"]), + ("consecuitively", &["consecutively"]), + ("narcisissm", &["narcissism"]), + ("serounds", &["surrounds"]), + ("perfecly", &["perfectly"]), + ("experimant", &["experiment"]), + ("inquisitio", &["inquisitor"]), + ("neglectn", &["neglecting"]), + ("uniniteresting", &["uninteresting"]), + ("girlling", &["grilling"]), + ("explot", &["exploit", "explore"]), + ("edeycat", &["etiquette"]), + ("damons", &["daemons", "demons"]), + ("parenthisis", &["parenthesis"]), + ("imbaress", &["embarrass"]), + ("releafes", &["relieves"]), + ("elecricity", &["electricity"]), + ("follwwin", &["following"]), + ("toughts", &["thoughts"]), + ("probbaility", &["probability"]), + ("seplicural", &["sepulchral"]), + ("instlalations", &["installations"]), + ("renegosiated", &["renegotiated"]), + ("diaciritc", &["diacritic"]), + ("depositers", &["deposits"]), + ("recylcing", &["recycling"]), + ("theramin", &["theremin"]), + ("experimetentelly", &["experimentally"]), + ("veiwpoints", &["viewpoints"]), + ("interrput", &["interrupt"]), + ("arros", &["arrows"]), + ("denominaton", &["denomination"]), + ("depnding", &["depending"]), + ("accepatble", &["acceptable"]), + ("energis", &["energies"]), + ("ventilato", &["ventilation"]), + ("asssembly", &["assembly"]), + ("groshuries", &["groceries"]), + ("pyhsical", &["physical"]), + ("monumentos", &["monuments"]), + ("wreslte", &["wrestle"]), + ("uninitializaed", &["uninitialized"]), + ("mozillia", &["mozilla"]), + ("quroum", &["quorum"]), + ("wavelenghs", &["wavelength", "wavelengths"]), + ("reconencts", &["reconnects"]), + ("krytponite", &["kryptonite"]), + ("favourates", &["favourites"]), + ("argumants", &["arguments"]), + ("exturde", &["extrude"]), + ("depature", &["departure"]), + ("exectuioners", &["executioner"]), + ("orginated", &["originated"]), + ("colleage", &["colleagues", "colleague"]), + ("ellipticle", &["elliptical"]), + ("correspomdences", &["correspondences"]), + ("reapper", &["reappear"]), + ("typopgrahic", &["typographic"]), + ("overwrited", &["overwritten", "overwrote"]), + ("experimentaats", &["experiments"]), + ("impelemnt", &["implement"]), + ("failitate", &["facilitate"]), + ("almoast", &["almost"]), + ("rationallity", &["rationally"]), + ("famly", &["family"]), + ("usued", &["used"]), + ("automagicaly", &["automagically"]), + ("sectionis", &["sections"]), + ("ephememeral", &["ephemeral"]), + ("ofocurse", &["ofcourse"]), + ("shopkeeepers", &["shopkeepers"]), + ("endoresments", &["endorsement"]), + ("reserch", &["research"]), + ("excorciating", &["excruciating"]), + ("excetions", &["exceptions"]), + ("pasturising", &["pasteurising"]), + ("molestaion", &["molestation"]), + ("transmitsion", &["transmission"]), + ("characteteristic", &["characteristic"]), + ("aparant", &["apparent"]), + ("rabit", &["rabbit"]), + ("peninsual", &["peninsula"]), + ("languate", &["language"]), + ("tangencially", &["tangentially"]), + ("dioreha", &["diarrhea"]), + ("curefully", &["carefully"]), + ("inlclusive", &["inclusive"]), + ("agai", &["again"]), + ("remvoes", &["removes"]), + ("changges", &["changes"]), + ("nomes", &["gnomes"]), + ("protrayal", &["portrayal"]), + ("multimational", &["multinational"]), + ("uniquiness", &["uniqueness"]), + ("edxpected", &["expected"]), + ("groupes", &["groups", "grouped"]), + ("stagnat", &["stagnant"]), + ("wirtable", &["writable", "writeable"]), + ("decerns", &["discerns"]), + ("satandard", &["standard"]), + ("defiently", &["definitely"]), + ("intefering", &["interfering"]), + ("announement", &["announcement"]), + ("colose", &["close"]), + ("infrignement", &["infringement"]), + ("stressende", &["stressed"]), + ("counterfiet", &["counterfeit"]), + ("othewize", &["otherwise"]), + ("lepards", &["leopards"]), + ("boomarks", &["bookmarks"]), + ("trasnports", &["transports"]), + ("cholestorol", &["cholesterol"]), + ("wroet", &["wrote"]), + ("certifactes", &["certificates"]), + ("integirty", &["integrity"]), + ("liberterianism", &["libertarianism"]), + ("vechicle", &["vehicle"]), + ("refelcted", &["reflected"]), + ("flaskbacks", &["flashbacks"]), + ("vauled", &["valued"]), + ("becomeing", &["becoming"]), + ("reconection", &["reconnection"]), + ("objectivas", &["objectives"]), + ("boggus", &["bogus"]), + ("refelct", &["reflect"]), + ("regularily", &["regularly"]), + ("rigths", &["rights"]), + ("flamethorwer", &["flamethrower"]), + ("patheitc", &["pathetic"]), + ("pplication", &["application"]), + ("articel", &["article"]), + ("defaulhs", &["defaults"]), + ("conters", &["conteurs", "counters"]), + ("horizones", &["horizons"]), + ("cosntrain", &["constrain"]), + ("structire", &["structure"]), + ("kuridsh", &["kurdish"]), + ("cacluator", &["calculator"]), + ("introduceres", &["introduces"]), + ("condenmation", &["condemnation"]), + ("volatages", &["voltages"]), + ("expries", &["expires"]), + ("algortihmic", &["algorithmic"]), + ("destoy", &["destroy"]), + ("sexualy", &["sexually"]), + ("guardiands", &["guardians"]), + ("insurence", &["insurance"]), + ("decresses", &["decreases"]), + ("portayed", &["portrayed"]), + ("anarchiszm", &["anarchism"]), + ("circomvent", &["circumvent"]), + ("audince", &["audience"]), + ("califnoria", &["californian"]), + ("shelterd", &["sheltered"]), + ("uniquesness", &["uniqueness"]), + ("copyeight", &["copyright"]), + ("ofthen", &["often"]), + ("deactived", &["deactivated"]), + ("treasuers", &["treasures"]), + ("belives", &["believes", "beliefs"]), + ("ligths", &["lights"]), + ("candinates", &["candidates"]), + ("parises", &["praises"]), + ("physcopathic", &["psychopathic"]), + ("adquired", &["acquired"]), + ("subporgram", &["subprogram"]), + ("cuileoga", &["cuileog"]), + ("asumption", &["assumption"]), + ("expoentntial", &["exponential"]), + ("conact", &["contact"]), + ("requirmentes", &["requirements"]), + ("consitent", &["consistent"]), + ("resused", &["reused", "refused", "resumed"]), + ("nautulis", &["nautilus"]), + ("pospone", &["postpone"]), + ("gocde", &["gcode"]), + ("sucesfull", &["successful"]), + ("additiona", &["additional"]), + ("direciton", &["direction"]), + ("unspefiififed", &["unspecified"]), + ("nesessary", &["necessary"]), + ("enginge", &["engine"]), + ("mandaste", &["mandates"]), + ("gayity", &["gayety"]), + ("spesialisation", &["specialisation"]), + ("exluding", &["excluding", "exuding"]), + ("biologiskt", &["biologist"]), + ("geometricians", &["geometers"]), + ("trasportable", &["transportable"]), + ("fluctuatie", &["fluctuate"]), + ("menthods", &["methods"]), + ("unkwown", &["unknown"]), + ("repedability", &["repeatability"]), + ("busrting", &["bursting"]), + ("unnistalling", &["uninstalling"]), + ("evaluatiing", &["evaluating"]), + ("justificacion", &["justification"]), + ("currentry", &["currently"]), + ("reuqire", &["required"]), + ("positiong", &["positioning", "position"]), + ("unexpectly", &["unexpectedly"]), + ("batery", &["battery"]), + ("commtited", &["committed"]), + ("enumrate", &["enumerate"]), + ("dentifiers", &["identifiers"]), + ("imperetive", &["imperative"]), + ("accupied", &["occupied"]), + ("cofirmed", &["confirmed"]), + ("adeliade", &["adelaide"]), + ("transkript", &["transcript"]), + ("simplities", &["simplicities"]), + ("delivey", &["delivery"]), + ("ciritic", &["critic"]), + ("presumebly", &["presumably"]), + ("constructieve", &["constructive"]), + ("smoothign", &["smoothing"]), + ("clienta", &["client"]), + ("unfortunatelly", &["unfortunately"]), + ("metiphorical", &["metaphorical"]), + ("connectec", &["connected"]), + ("cooordinate", &["coordinate"]), + ("usuall", &["usually", "usual"]), + ("perfoemnaces", &["performances"]), + ("vectros", &["vectors"]), + ("asterois", &["asteroids"]), + ("icluding", &["including"]), + ("appoved", &["approved"]), + ("guareenty", &["guaranty"]), + ("accostumed", &["accustomed"]), + ("soemthings", &["somethings"]), + ("palesitnians", &["palestinians"]), + ("caeses", &["ceases"]), + ("guerrillera", &["guerrilla"]), + ("recompuutes", &["recomputes"]), + ("depent", &["depend"]), + ("assistat", &["assistants"]), + ("measuements", &["measurements"]), + ("scurtiny", &["scrutiny"]), + ("transfromed", &["transformed"]), + ("sarimony", &["ceremony"]), + ("retreved", &["retrieved"]), + ("arbitrarely", &["arbitrarily"]), + ("sonething", &["something"]), + ("pltforms", &["platforms"]), + ("restorarion", &["restoration"]), + ("epecting", &["expecting"]), + ("daed", &["dead"]), + ("singoolarly", &["singularly"]), + ("varaiation", &["variation"]), + ("possiblilty", &["possibility"]), + ("subnegoptionsotiation", &["subnegotiation"]), + ("varibility", &["variability"]), + ("brakpoints", &["breakpoints"]), + ("whever", &["wherever"]), + ("poosible", &["possible"]), + ("mysitcal", &["mystical"]), + ("accidentely", &["accidentally"]), + ("combinatios", &["combinations"]), + ("legths", &["lengths"]), + ("varience", &["variance"]), + ("supportts", &["supports"]), + ("ditorconfig", &["editorconfig"]), + ("fushing", &["flushing"]), + ("tigthening", &["tightening"]), + ("passivelly", &["passively"]), + ("trnasmited", &["transmitted"]), + ("husban", &["husband"]), + ("primiarily", &["primarily"]), + ("mispelt", &["misspelt"]), + ("constitutn", &["constituents"]), + ("cathredal", &["cathedral"]), + ("destinaions", &["destinations"]), + ("stimulai", &["stimuli"]), + ("meaasure", &["measure"]), + ("graudation", &["graduation"]), + ("desrciptions", &["descriptions"]), + ("transscript", &["transcript"]), + ("narssicistic", &["narcissistic"]), + ("censable", &["sensible"]), + ("carimonially", &["ceremonially"]), + ("protecs", &["protects"]), + ("buddah", &["buddha"]), + ("suppoert", &["support"]), + ("avoind", &["avoid"]), + ("overfloww", &["overflow"]), + ("expementel", &["experimental"]), + ("abberations", &["aberrations"]), + ("weightlfiting", &["weightlifting"]), + ("seperetes", &["separates"]), + ("persumably", &["presumably"]), + ("wildebeasts", &["wildebeests"]), + ("structrually", &["structurally"]), + ("pertrubations", &["perturbations"]), + ("chillead", &["chilled"]), + ("inpacts", &["impacts"]), + ("socieites", &["societies"]), + ("gunslingner", &["gunslinger"]), + ("straightin", &["straighten"]), + ("authroized", &["authorized"]), + ("generalnie", &["generalize"]), + ("distrobutes", &["distributes"]), + ("issueing", &["issuing"]), + ("lovley", &["lovely"]), + ("mdifielders", &["midfielders"]), + ("opeartions", &["operations"]), + ("competetor", &["competitor"]), + ("proflier", &["profiler"]), + ("converterd", &["converted", "converter"]), + ("sumbissive", &["submissive"]), + ("renegoatiator", &["renegotiator"]), + ("oligrachy", &["oligarchy"]), + ("intangeble", &["intangible"]), + ( + "supercalifragilisticexpialidoceous", + &["supercalifragilisticexpialidocious"], + ), + ("polymorhed", &["polymorphed"]), + ("circuis", &["circuits"]), + ("lates", &["later", "latest"]), + ("speshelly", &["specially", "especially"]), + ("groupe", &["group", "grouped"]), + ("appliable", &["applicable"]), + ("venegance", &["vengeance"]), + ("thast", &["that"]), + ("electroncis", &["electrons"]), + ("encripts", &["encrypts"]), + ("valetta", &["valletta"]), + ("symobolical", &["symbolical"]), + ("separed", &["separated"]), + ("crowshay", &["crochet"]), + ("unrnaked", &["unranked"]), + ("instller", &["installer"]), + ("premuims", &["premiums"]), + ("conervative", &["conservative"]), + ("karam", &["karma"]), + ("notificaions", &["notifications"]), + ("numbert", &["number"]), + ("transcripting", &["transcribing", "transcription"]), + ("interection", &["interaction", "intersection"]), + ("symptumatic", &["symptomatic"]), + ("espicially", &["especially"]), + ("thankyoou", &["thankyou"]), + ("literarry", &["literary"]), + ("inresponsive", &["unresponsive"]), + ("delcare", &["declare"]), + ("multiplicites", &["multiplicities"]), + ("commisioned", &["commissioned"]), + ("incomapatibility", &["incompatibility"]), + ("asteriks", &["asterisk", "asterisks"]), + ("understan", &["understand"]), + ("ingorant", &["ignorant"]), + ("playstye", &["playstyle"]), + ("confrence", &["conference"]), + ("shapsnots", &["snapshots"]), + ("buitlin", &["builtin"]), + ("struggeled", &["struggled"]), + ("duplicatas", &["duplicates"]), + ("dislpay", &["display"]), + ("proflied", &["profiled", "profiles"]), + ("poitned", &["pointed"]), + ("configulations", &["configurations"]), + ("represnetation", &["representations", "representation"]), + ("abolustely", &["absolutely"]), + ("hosteles", &["hostels"]), + ("algerba", &["algebra"]), + ("langugage", &["language"]), + ("improtations", &["importations"]), + ("offensivley", &["offensively"]), + ("graduatin", &["graduation"]), + ("reporteros", &["reporters"]), + ("doucheus", &["douches"]), + ("riminiced", &["reminisced"]), + ("serebral", &["cerebral"]), + ("republcians", &["republicans"]), + ("photogrpaher", &["photographer"]), + ("shledon", &["sheldon"]), + ("uncertianty", &["uncertainty"]), + ("homeowneris", &["homeowners"]), + ("locaises", &["localises"]), + ("faoming", &["foaming"]), + ("accelleration", &["acceleration"]), + ("enforing", &["enforcing"]), + ("tottehnam", &["tottenham"]), + ("permuatates", &["permutates"]), + ("foler", &["folder"]), + ("yur", &["your"]), + ("commandmant", &["commandment"]), + ("finsih", &["finish"]), + ("anticipato", &["anticipation"]), + ("receiviing", &["receiving"]), + ("natinally", &["nationally"]), + ("misunderstanging", &["misunderstandings"]), + ("monolite", &["monolithic"]), + ("uppercas", &["uppercase"]), + ("excludeds", &["excludes"]), + ("cantacted", &["contacted"]), + ("meading", &["meaning"]), + ("disconnectus", &["disconnects"]), + ("snadstorm", &["sandstorm"]), + ("exnternally", &["externally"]), + ("beaurocratically", &["bureaucratically"]), + ("hermertic", &["hermetic"]), + ("instrucitons", &["instruction", "instructions"]), + ("spartas", &["spartans"]), + ("coolot", &["culotte"]), + ("cloes", &["close"]), + ("belog", &["belong"]), + ("reparied", &["repaired"]), + ("resons", &["reasons"]), + ("barrriers", &["barriers"]), + ("expepting", &["expecting"]), + ("convenant", &["covenant"]), + ("asiprin", &["aspirin"]), + ("transmited", &["transmitted"]), + ("construc", &["construct"]), + ("bacehlor", &["bachelor"]), + ("disconnec", &["disconnect"]), + ("worklfows", &["workflows"]), + ("excective", &["executive"]), + ("asycn", &["async"]), + ("emberrassing", &["embarrassing"]), + ("anarchisim", &["anarchism"]), + ("previsously", &["previously"]), + ("cusstomization", &["customization"]), + ("ponting", &["pointing"]), + ("unforgetable", &["unforgettable"]), + ("silibus", &["syllabus"]), + ("recieveing", &["receiving"]), + ("spporting", &["supporting"]), + ("instatiations", &["instantiations"]), + ("contraitns", &["constraints"]), + ("hightlight", &["highlight"]), + ("multiplicativo", &["multiplication"]), + ("imcomplete", &["incomplete"]), + ("persicuted", &["persecuted"]), + ("activatin", &["activation"]), + ("mofification", &["modification"]), + ("macinthosh", &["macintosh"]), + ("sturucture", &["structure"]), + ("nativley", &["natively"]), + ("speficiallied", &["specified"]), + ("encocding", &["encoding"]), + ("miscommuniction", &["miscommunication"]), + ("discourged", &["discouraged"]), + ("philippinos", &["philippines"]), + ("ovewritten", &["overwritten"]), + ("tramploine", &["trampoline"]), + ("necromanser", &["necromancer"]), + ("naybours", &["neighbours"]), + ("difficuly", &["difficulty"]), + ("uncompressible", &["incompressible"]), + ("correcponding", &["corresponding"]), + ("unspefixeid", &["unspecified"]), + ("domensions", &["dimensions"]), + ("diagnonal", &["diagonal"]), + ("perfomeers", &["performers"]), + ("cretator", &["creator"]), + ("modifires", &["modifiers"]), + ("contiuguous", &["contiguous"]), + ("choicers", &["choices"]), + ("vactors", &["vectors"]), + ("taxanomic", &["taxonomic"]), + ("immobille", &["immobile"]), + ("experimanetelly", &["experimentally"]), + ("allocaite", &["allocate"]), + ("synthesys", &["synthesis"]), + ("ccordinate", &["coordinate"]), + ("repraesentational", &["representational"]), + ("prefex", &["prefix"]), + ("individial", &["individual"]), + ("obviouly", &["obviously"]), + ("rickoshays", &["ricochets"]), + ("predictious", &["predictions"]), + ("crossifre", &["crossfire"]), + ("actibity", &["activity"]), + ("splatooon", &["splatoon"]), + ("charactaristics", &["characteristics"]), + ("wishpered", &["whispered"]), + ("disadvanteges", &["disadvantages"]), + ("patriarca", &["patriarchal"]), + ("collectin", &["collection"]), + ("cannabil", &["cannibal"]), + ("temptatation", &["temptation"]), + ("criticisze", &["criticise"]), + ("colunn", &["column", "colon"]), + ("createive", &["creative"]), + ("oblitarated", &["obliterated"]), + ("redistrubute", &["redistribute"]), + ("housr", &["hours", "house"]), + ("pelase", &["please"]), + ("negotioation", &["negotiation"]), + ("packhage", &["package"]), + ( + "traling", + &[ + "trailing", + "trialing", + "tracing", + "trading", + "traveling", + "trawling", + ], + ), + ("conciveably", &["conceivably"]), + ("beginnin", &["beginning"]), + ("piankillers", &["painkillers"]), + ("presse", &["pressed", "press"]), + ("neast", &["nearest", "beast"]), + ("indianas", &["indians"]), + ("projetile", &["projectile"]), + ("downlond", &["download"]), + ("duplactes", &["duplicates"]), + ("languqges", &["languages"]), + ("hopful", &["hopeful"]), + ("predecence", &["precedence"]), + ("alocations", &["allocations"]), + ("transplats", &["transplants"]), + ("evoluton", &["evolution"]), + ("datatbases", &["databases"]), + ("constructie", &["constructive"]), + ("condtionally", &["conditionally"]), + ("dissappears", &["disappears"]), + ("inster", &["insert"]), + ("exampples", &["examples"]), + ("proficincy", &["proficiency"]), + ("droping", &["dropping"]), + ("dispoves", &["dispose"]), + ("conceivabley", &["conceivably"]), + ("cellxs", &["cells"]), + ("manipulant", &["manipulate"]), + ("unconsisntency", &["inconsistency"]), + ("chiselle", &["chisel"]), + ("perssious", &["precious"]), + ("vrituoso", &["virtuoso"]), + ("sawtaying", &["sautéing"]), + ("inpired", &["inspired"]), + ("thubmnails", &["thumbnails"]), + ("proportionaly", &["proportionally"]), + ("themselfe", &["themselves", "themself"]), + ("renegoptionsotiators", &["renegotiators"]), + ("tehnical", &["technical"]), + ("mormonsim", &["mormonism"]), + ("bakgrounds", &["backgrounds"]), + ("harvasting", &["harvesting"]), + ("cuztomizing", &["customizing"]), + ("corpration", &["corporation"]), + ("initates", &["imitates", "initiates"]), + ("definetaly", &["definitely"]), + ("nationalisic", &["nationalistic"]), + ("responsed", &["responded", "responses"]), + ("poeples", &["peoples"]), + ("unexpepted", &["unexpected"]), + ("anonther", &["another"]), + ("incresed", &["increased"]), + ("cretates", &["creates"]), + ("connectons", &["connections"]), + ("sligth", &["slight"]), + ("assemnly", &["assembly"]), + ("productioin", &["productions"]), + ("underlowed", &["underflowed"]), + ("subrountine", &["subroutine"]), + ("litaral", &["literal"]), + ("batchleur", &["bachelor"]), + ("newsans", &["nuisance"]), + ("pasttime", &["pastime"]), + ("intircate", &["intricate"]), + ("neighbr", &["neighbor"]), + ("algrithm", &["algorithm"]), + ("retireving", &["retrieving"]), + ("regsitration", &["registration"]), + ("toriodal", &["toroidal"]), + ("festivle", &["festive"]), + ("ytou", &["you"]), + ("conclsuion", &["concussion"]), + ("therough", &["through", "thorough"]), + ("regitering", &["registering"]), + ("survivabiity", &["survivability"]), + ("parliamant", &["parliament"]), + ("intemediary", &["intermediary"]), + ("exepected", &["expected"]), + ("axissymmetric", &["axisymmetric"]), + ("fewsha", &["fuchsia"]), + ("acutal", &["actual"]), + ("custonising", &["customising"]), + ("econimically", &["economically"]), + ("infreqency", &["infrequency"]), + ("messurment", &["measurement"]), + ("sandwishes", &["sandwiches"]), + ("disabes", &["disables"]), + ("mecernaries", &["mercenaries"]), + ("outputing", &["outputting"]), + ("highligjting", &["highlighting"]), + ("leuitenant", &["lieutenant"]), + ("messqage", &["message"]), + ("exlude", &["exclude", "exude"]), + ("algotihms", &["algorithms"]), + ("continoue", &["continue"]), + ("paremters", &["parameters"]), + ("unexpetected", &["unexpected"]), + ("emulaion", &["emulation"]), + ("marmelade", &["marmalade"]), + ("uncommmitted", &["uncommitted"]), + ("replicae", &["replicated", "replicate"]), + ("impossiblble", &["impossible"]), + ("substitutue", &["substitutes"]), + ("scatched", &["caught", "scratched", "sketched"]), + ("collectivly", &["collectively"]), + ("swastikka", &["swastika"]), + ("unaliged", &["unaligned"]), + ("reconects", &["reconnects"]), + ("sumary", &["summary"]), + ("nurishment", &["nourishment"]), + ("cosndier", &["consider"]), + ("glyserin", &["glycerin"]), + ("approproximates", &["approximates"]), + ("perpedicularly", &["perpendicularly"]), + ("purposley", &["purposely"]), + ("tje", &["the"]), + ("unlikey", &["unlikely"]), + ("inclues", &["includes"]), + ("prequisites", &["prerequisites"]), + ("subscripton", &["subscription"]), + ("administraion", &["administration"]), + ("skipe", &["skip"]), + ("exclusivos", &["exclusives"]), + ("defauled", &["default", "defaulted"]), + ("cleanisng", &["cleansing"]), + ("tpye", &["type"]), + ("templetes", &["templates"]), + ("intellectul", &["intellectuals"]), + ("standarize", &["standardize"]), + ("pronnounced", &["pronounced"]), + ("lonly", &["lonely", "only"]), + ("showboarding", &["snowboarding"]), + ("superifical", &["superficial"]), + ("dedupliated", &["deduplicated"]), + ("termanology", &["terminology"]), + ("decies", &["decides"]), + ("reflectie", &["reflective"]), + ("miraculosly", &["miraculously"]), + ("alternativos", &["alternatives"]), + ("contencion", &["contention"]), + ("contorls", &["controls"]), + ("meni", &["menu"]), + ("cehcker", &["checker"]), + ("knowlege", &["knowledge"]), + ("symbsol", &["symbol"]), + ("destructivo", &["destruction"]), + ("synchroneously", &["synchronously"]), + ("perserverance", &["perseverance"]), + ("clloud", &["cloud"]), + ("itializing", &["initializing"]), + ("defered", &["deferred"]), + ("ciruits", &["circuits"]), + ("manipualte", &["manipulate"]), + ("reinstallling", &["reinstalling"]), + ("privaticed", &["privatized"]), + ("closesly", &["closely"]), + ("disssembler", &["disassembler"]), + ("inmense", &["immense"]), + ("headseat", &["headset"]), + ("disribution", &["distribution"]), + ("falltrough", &["fallthrough"]), + ("verificacion", &["verification"]), + ("perfurs", &["prefers"]), + ("crusier", &["cruiser"]), + ("depdencencies", &["dependencies"]), + ("vanguad", &["vanguard"]), + ("extedn", &["extend"]), + ("sunconscious", &["subconscious"]), + ("specalization", &["specialization"]), + ("comparare", &["compare"]), + ("vietnamiese", &["vietnamese"]), + ("lightrooom", &["lightroom"]), + ("opetional", &["optional"]), + ("tempdate", &["template"]), + ("susepect", &["suspect"]), + ("emenet", &["element"]), + ("confinguration", &["configuration"]), + ("enthusaists", &["enthusiasts"]), + ("follwoeing", &["following"]), + ("ignorning", &["ignoring"]), + ("residentail", &["residential"]), + ("acquaintaince", &["acquaintance"]), + ("befor", &["before"]), + ("degreee", &["degree"]), + ("coordinato", &["coordination"]), + ("surpress", &["suppress"]), + ("professsor", &["professors"]), + ("electrolyes", &["electrolytes"]), + ("neigbour", &["neighbour"]), + ("disupted", &["disputed"]), + ("tupparware", &["tupperware"]), + ("regerts", &["regrets"]), + ("calcualtors", &["calculators"]), + ("instrinics", &["intrinsics"]), + ("intterrupt", &["interrupt"]), + ("fianl", &["final"]), + ("representstion", &["representations"]), + ("chassies", &["chassis"]), + ("afternooon", &["afternoon"]), + ("preferecnes", &["preferences"]), + ("encrcyptions", &["encryptions"]), + ("vecvtor", &["vector"]), + ("pozitive", &["positive"]), + ("terarform", &["terraform"]), + ("algortims", &["algorithms"]), + ("dissamble", &["disassemble"]), + ("homosexuel", &["homosexual"]), + ("isrealis", &["israelis"]), + ("semaintics", &["semantics"]), + ("segwaying", &["segueing"]), + ("hamburgesa", &["hamburgers"]), + ("anarchsim", &["anarchism"]), + ("cafay", &["cafe"]), + ("fursermore", &["furthermore"]), + ("purposal", &["proposal"]), + ("sigurets", &["cigarets"]), + ("ulrasonic", &["ultrasonic"]), + ("passthrought", &["passthrough"]), + ("consideracion", &["consideration"]), + ("camapign", &["campaign"]), + ("itention", &["intention"]), + ("greif", &["grief"]), + ("capacitaron", &["capacitor"]), + ("neumonitis", &["pneumonitis"]), + ("wishpers", &["whispers"]), + ("conquerers", &["conquerors"]), + ("notificaion", &["notification"]), + ("invesrse", &["inverse"]), + ("prioroty", &["priority"]), + ("impossibe", &["impossible"]), + ("perfomenace", &["performance"]), + ("depenency", &["dependency"]), + ("numners", &["numbers"]), + ("custmer", &["customer"]), + ("coexsit", &["coexist"]), + ("depcrecated", &["deprecated"]), + ("assocciations", &["associations"]), + ("wastefull", &["wasteful", "wastefully"]), + ("drasticaly", &["drastically"]), + ("penguings", &["penguins"]), + ("sufface", &["surface"]), + ("genomew", &["genome"]), + ("recipientes", &["recipients"]), + ("corrolations", &["correlations"]), + ("documnent", &["document"]), + ("compuslive", &["compulsive"]), + ("overreactiong", &["overreacting"]), + ("thir", &["this", "third", "their"]), + ("shuld", &["should"]), + ("belown", &["belong"]), + ("cicular", &["circular"]), + ("desctructed", &["destructed"]), + ("intenational", &["international"]), + ("limitaions", &["limitations"]), + ("wormarounds", &["workarounds"]), + ("lefitst", &["leftist"]), + ("simlar", &["similar"]), + ("transforations", &["transformations"]), + ("transphonic", &["transphobic"]), + ("renegociable", &["renegotiable"]), + ("prdpagates", &["propagates"]), + ("assistanse", &["assistants"]), + ("wron", &["wrong"]), + ("tentacreul", &["tentacle"]), + ("environmentt", &["environment"]), + ("gerneraly", &["generally"]), + ("verision", &["version"]), + ("alchol", &["alcohol"]), + ("subresoure", &["subresource"]), + ("unios", &["unions"]), + ("encocders", &["encoders"]), + ("disble", &["disable"]), + ("subscribres", &["subscribers", "subscribes"]), + ("dependencey", &["dependency"]), + ("reosurcing", &["resourcing"]), + ("govnerment", &["government"]), + ("mermory", &["memory"]), + ("postphoned", &["postponed"]), + ("ecnetricity", &["eccentricity"]), + ("aggrivating", &["aggravating"]), + ("algorithmns", &["algorithms"]), + ("feeback", &["feedback"]), + ("dilligently", &["diligently"]), + ("uncommpresed", &["uncompressed"]), + ("americanss", &["americas"]), + ("asphlat", &["asphalt"]), + ("consipracy", &["conspiracy"]), + ("specifigation", &["specification"]), + ("substractions", &["subtractions"]), + ("amde", &["made"]), + ("springst", &["sprints"]), + ("createdd", &["created"]), + ("compatiblilty", &["compatibility"]), + ("varierty", &["variety"]), + ("horitzontal", &["horizontal"]), + ("chocloates", &["chocolates"]), + ("arbitraily", &["arbitrarily"]), + ("recipees", &["recipes"]), + ("neighbots", &["neighbors"]), + ("presernt", &["present"]), + ("agonsticism", &["agnosticism"]), + ("sovereigny", &["sovereignty"]), + ("expeirimenter", &["experimenter"]), + ("naibhorly", &["neighborly"]), + ("decodeing", &["decoding"]), + ("beigin", &["begin"]), + ("asssassans", &["assassins"]), + ("calloed", &["called"]), + ("conventionnal", &["conventional"]), + ("expcetations", &["expectations"]), + ("specefied", &["specified"]), + ("heorine", &["heroine"]), + ("britener", &["brightener"]), + ("stimilated", &["stimulated"]), + ("excpet", &["except"]), + ("adjustes", &["adjusted", "adjusts"]), + ("repulic", &["republic"]), + ("defin", &["define"]), + ("exercide", &["exercised"]), + ("pascheurising", &["pasteurising"]), + ("syncrhonised", &["synchronised"]), + ("interative", &["interactive"]), + ("adeqaute", &["adequate"]), + ("mansalughter", &["manslaughter"]), + ("hypentated", &["hyphenated"]), + ("entitity", &["entity"]), + ("malaysain", &["malaysian"]), + ("implementationer", &["implementations"]), + ("professinal", &["professional"]), + ("depdendancies", &["dependencies"]), + ("feminim", &["feminism"]), + ("abiguity", &["ambiguity"]), + ("paladinlst", &["paladins"]), + ("gravitacional", &["gravitational"]), + ("guarrantieing", &["guaranteeing"]), + ("resubstituion", &["resubstitution"]), + ("naopleon", &["napoleon"]), + ("aling", &["aline", "along", "ailing", "sling"]), + ("reconetion", &["reconnection"]), + ("buipd", &["build"]), + ("unconditionnal", &["unconditional"]), + ("autonegotioation", &["autonegotiation"]), + ("joystic", &["joystick"]), + ("cylces", &["cycles"]), + ("adrresses", &["addresses"]), + ("speperating", &["separating"]), + ("cofigured", &["configured"]), + ("propeties", &["properties"]), + ("professionel", &["professional"]), + ("expence", &["expense"]), + ("unintelligant", &["unintelligent"]), + ("elastisize", &["elasticize"]), + ("enviorement", &["environment"]), + ("revolutionair", &["revolutionary"]), + ("intot", &["into"]), + ("commndline", &["commandline"]), + ("allcater", &["allocator"]), + ("mimmicking", &["mimicking"]), + ("vehicels", &["vehicles"]), + ("slaugther", &["slaughter"]), + ("largley", &["largely"]), + ("asissted", &["assisted"]), + ("fiew", &["few", "flew"]), + ("decission", &["decision"]), + ("attribuite", &["attribute"]), + ("refleting", &["reflecting"]), + ("simultanously", &["simultaneously"]), + ("traumitized", &["traumatized"]), + ("depreceate", &["deprecate", "depreciate"]), + ("complile", &["compile"]), + ("cotangens", &["cotangents"]), + ("quibic", &["cubic"]), + ("permessioned", &["permissioned"]), + ("conseed", &["concede"]), + ("coducts", &["conducts"]), + ("standbay", &["standby"]), + ("somewaht", &["somewhat"]), + ("jurnals", &["journals"]), + ("ridicilous", &["ridiculous"]), + ("dusgustingly", &["disgustingly"]), + ("proivde", &["provide"]), + ("ampilfy", &["amplify"]), + ("ingnore", &["ignore"]), + ("associaties", &["associates"]), + ("burisers", &["bruisers"]), + ("stabilite", &["stabilize"]), + ("cabinent", &["cabinet"]), + ("metropolitaine", &["metropolitan"]), + ("sepcifically", &["specifically"]), + ("extractnow", &["extraction"]), + ("scritped", &["scripted"]), + ("diagonstic", &["diagnostic"]), + ("diaginal", &["diagonal"]), + ("captainers", &["captains"]), + ("ininite", &["infinite"]), + ("propserity", &["prosperity"]), + ("legnth", &["length"]), + ("monchrome", &["monochrome"]), + ("sharplay", &["sharply"]), + ("subgregion", &["subregion"]), + ("boooleans", &["booleans"]), + ("partiets", &["parties"]), + ("typcasts", &["typecasts"]), + ("destrucion", &["destruction"]), + ("sequenes", &["sequences"]), + ("patinetly", &["patiently"]), + ("expectansy", &["expectancy"]), + ("recepits", &["receipts"]), + ("peole", &["people"]), + ("vaild", &["valid"]), + ("handcuffes", &["handcuffs"]), + ("restaurnat", &["restaurant"]), + ("namnespace", &["namespace"]), + ("constists", &["consists"]), + ("recreting", &["recreating"]), + ("oerations", &["operations"]), + ("threah", &["thread", "threat"]), + ("vinyets", &["vignettes"]), + ("sescrets", &["secrets"]), + ("lond", &["long"]), + ("asshates", &["asshats"]), + ("commentarea", &["commenter"]), + ("delaloc", &["delalloc"]), + ("deprectated", &["deprecated"]), + ("succed", &["succeed"]), + ("compatably", &["compatibly"]), + ("guarnantes", &["guarantees"]), + ("controversa", &["controversial"]), + ("hundret", &["hundred", "hundreds"]), + ("awekened", &["weakened"]), + ("elementy", &["elementary"]), + ("seperator", &["separator"]), + ("covnerter", &["converter"]), + ("wiavers", &["waivers"]), + ("thrreshold", &["threshold"]), + ("alginments", &["alignments"]), + ("gorillla", &["gorilla"]), + ("aggregats", &["aggregate", "aggregates"]), + ("ninty", &["ninety", "minty"]), + ("duleing", &["dueling"]), + ("dimenionsality", &["dimensionality"]), + ("negatiotiates", &["negotiates"]), + ("bouunded", &["bounded"]), + ("persets", &["presets"]), + ("intepretator", &["interpretor", "interpreter"]), + ("buros", &["bureaus", "burros"]), + ("physiqe", &["physique"]), + ("authenticty", &["authenticity"]), + ("hesistations", &["hesitations"]), + ("cynisicm", &["cynicism"]), + ("lithuaina", &["lithuania"]), + ("socialisim", &["socialism"]), + ("achivements", &["achievements"]), + ("effecively", &["effectively"]), + ("wheh", &["when"]), + ("indoensian", &["indonesian"]), + ("unresovled", &["unresolved"]), + ("accummulated", &["accumulated"]), + ("catastrofy", &["catastrophe"]), + ("secont", &["second"]), + ("havr", &["have"]), + ("allegedely", &["allegedly"]), + ("referrence", &["reference"]), + ("compaitbility", &["compatibility"]), + ("speaces", &["spaces", "species"]), + ("lugage", &["luggage"]), + ("cihpher", &["cipher"]), + ("unsucesful", &["unsuccessful"]), + ("mdifying", &["modifying"]), + ("psitoin", &["position"]), + ("recongifure", &["reconfigure"]), + ("breal", &["break"]), + ("poind", &["point"]), + ("presener", &["presenter"]), + ("metacharater", &["metacharacter"]), + ("susbtrate", &["substrate"]), + ("earthqauke", &["earthquake"]), + ("virtualy", &["virtually"]), + ("uncomfortablly", &["uncomfortably"]), + ("manuly", &["manually"]), + ("nothingsness", &["nothingness"]), + ("factores", &["factors"]), + ("extensios", &["extensions"]), + ("instrumnet", &["instrument"]), + ("gaus", &["gauss", "gauze"]), + ("dependeded", &["depended"]), + ("dictaters", &["dictates"]), + ("unintentionaly", &["unintentionally"]), + ("igoned", &["ignored"]), + ("conviently", &["conveniently"]), + ("situration", &["situation"]), + ("civiliaztion", &["civilizations"]), + ("retreeves", &["retrieves"]), + ("echosystem", &["ecosystem"]), + ("convieniently", &["conveniently"]), + ("stirker", &["striker"]), + ("exicutable", &["executable"]), + ("subtances", &["substances"]), + ("alternaively", &["alternatively"]), + ("lauches", &["launches"]), + ("rrror", &["error"]), + ("convered", &["converted", "covered"]), + ("thermostast", &["thermostat"]), + ("reapired", &["repaired"]), + ("possobly", &["possibly"]), + ("aaccess", &["access"]), + ("generationnal", &["generational"]), + ("algotighm", &["algorithm"]), + ("wiew", &["view"]), + ("endcodes", &["encodes"]), + ("begines", &["begins"]), + ("portalus", &["portals"]), + ("anyonse", &["anyones"]), + ("microtransactios", &["microtransactions"]), + ("brance", &["branch", "brace", "branches"]), + ("dereferenccing", &["dereferencing"]), + ("foudn", &["found"]), + ("algortithmically", &["algorithmically"]), + ("exactely", &["exactly"]), + ("touh", &["touch"]), + ("trogladite", &["troglodyte"]), + ("propertiees", &["properties"]), + ("talbe", &["table"]), + ("burtality", &["brutality"]), + ("atomical", &["atomic"]), + ("calbirating", &["calibrating"]), + ("redcue", &["reduce"]), + ("loiusiana", &["louisiana"]), + ("definitivley", &["definitively"]), + ("enhancd", &["enhanced"]), + ("decoposes", &["decomposes"]), + ("cartells", &["cartels"]), + ("proporpotional", &["proportional"]), + ("hiarchy", &["hierarchy"]), + ("intellecutals", &["intellectuals"]), + ("wirk", &["work"]), + ("discconections", &["disconnections"]), + ("spesifics", &["specifics"]), + ("enbabling", &["enabling"]), + ("negothiated", &["negotiated"]), + ("uniocde", &["unicode"]), + ("decompres", &["decompress"]), + ("organzing", &["organizing"]), + ("outpouts", &["outputs"]), + ("cnter", &["center"]), + ("cantain", &["contain"]), + ("thiis", &["this"]), + ("outperfome", &["outperform"]), + ("colgone", &["cologne"]), + ("tempates", &["templates"]), + ("inreractive", &["interactive"]), + ("aliver", &["alive", "liver", "sliver"]), + ("idiosincracies", &["idiosyncrasies"]), + ("rewatchig", &["rewatching"]), + ("demonstre", &["demonstrate"]), + ("retrict", &["restrict"]), + ("functionnaly", &["functionally"]), + ("comrpessing", &["compressing"]), + ("relaod", &["reload"]), + ("indepdendetly", &["independently"]), + ("briges", &["bridges"]), + ("histgram", &["histogram"]), + ("corrdior", &["corridor"]), + ("corporatoins", &["corporations"]), + ("susseedes", &["secedes"]), + ("francsico", &["francisco"]), + ("syncronized", &["synchronized"]), + ("internetest", &["internets"]), + ("dystopain", &["dystopian"]), + ("tyes", &["types", "ties"]), + ("engagemnet", &["engagements"]), + ("projecttion", &["projection"]), + ("probablly", &["probably"]), + ("knuckels", &["knuckles"]), + ("improofing", &["improving"]), + ("dissapperd", &["disappeared"]), + ("circluarly", &["circularly"]), + ("highligth", &["highlight"]), + ("gnaking", &["ganking"]), + ("cleaneup", &["cleanup"]), + ("gratutious", &["gratuitous"]), + ("confituration", &["configuration"]), + ("uninamous", &["unanimous"]), + ("unpriveleged", &["unprivileged"]), + ("constructted", &["constructed"]), + ("schoalrship", &["scholarships"]), + ("identites", &["identities"]), + ("meassurement", &["measurement"]), + ("certaintity", &["certainty"]), + ("overlfowing", &["overflowing"]), + ("swithes", &["switches"]), + ("administratieve", &["administrative"]), + ("ambassader", &["ambassador"]), + ("malfunktion", &["malfunction"]), + ("amunition", &["ammunition"]), + ("folwoiong", &["following"]), + ("congrassman", &["congressman"]), + ("faincee", &["fiancee"]), + ("enterprices", &["enterprises"]), + ("accapted", &["accepted"]), + ("moduile", &["module"]), + ("politickin", &["politician"]), + ("exterme", &["extreme"]), + ("coneect", &["connect"]), + ("orientacion", &["orientation"]), + ("delivatives", &["derivatives"]), + ("execucted", &["executed"]), + ("fictionnal", &["fictional"]), + ("implemenrt", &["implement"]), + ("continum", &["continuum"]), + ("soket", &["socket"]), + ("extremelly", &["extremely"]), + ("detectivs", &["detectives"]), + ("santourm", &["santorum"]), + ("amateus", &["amateurs"]), + ("prefitler", &["prefilter"]), + ("bacup", &["backup"]), + ("solveable", &["solvable"]), + ("alternaties", &["alternates", "alternatives"]), + ("whilw", &["while"]), + ("psychopats", &["psychopaths"]), + ("soddered", &["soldered"]), + ("recusrive", &["recursive"]), + ("attributess", &["attributes"]), + ("inheriet", &["inherit"]), + ("repearable", &["repeatable"]), + ("supplamental", &["supplemental"]), + ("suspecious", &["suspicious"]), + ("indespensible", &["indispensable"]), + ("appriecate", &["appreciates"]), + ("tamplates", &["templates"]), + ("cofirmation", &["confirmation"]), + ("confidentuality", &["confidential"]), + ("migrans", &["migrants"]), + ("guarantie", &["guarantee"]), + ("imtimidation", &["intimidation"]), + ("timmestamps", &["timestamps"]), + ("ilumination", &["illumination"]), + ("cuztomization", &["customization"]), + ("montsh", &["months"]), + ("unempolyed", &["unemployed"]), + ("seleted", &["selected", "deleted"]), + ("conviced", &["convinced"]), + ("aprticle", &["particle"]), + ("caharacters", &["characters"]), + ("reconect", &["reconnect"]), + ("reqeuest", &["request"]), + ("dokced", &["docked"]), + ("symol", &["symbol"]), + ("startin", &["starting"]), + ("suprises", &["surprises"]), + ("encyclopeida", &["encyclopedia"]), + ("numeber", &["number"]), + ("vegtables", &["vegetables"]), + ("presedency", &["presidency"]), + ("sadning", &["sanding"]), + ("penerator", &["penetrator"]), + ("collegate", &["collegiate"]), + ("platfotmer", &["platformer"]), + ("subdirectorys", &["subdirectories"]), + ("shapsnot", &["snapshot"]), + ("moddifications", &["modifications"]), + ("israelies", &["israelis"]), + ("bureaucrasy", &["bureaucrats"]), + ("confiugration", &["configuration"]), + ("procative", &["proactive"]), + ("asdignment", &["assignment"]), + ("unbannend", &["unbanned"]), + ("totol", &["total"]), + ("extactly", &["exactly"]), + ("ukriane", &["ukraine"]), + ("customizatons", &["customizations"]), + ("partitoning", &["partitioning"]), + ("congnitive", &["cognitive"]), + ("intialze", &["initialize"]), + ("skatebrand", &["skateboard"]), + ("misinterprating", &["misinterpreting"]), + ("medicaiton", &["medication"]), + ("executding", &["executing"]), + ("prodused", &["produced"]), + ("assingment", &["assignment"]), + ("anonymoys", &["anonymously"]), + ("cigerattes", &["cigarettes"]), + ("demudulator", &["demodulator"]), + ("concernt", &["concert"]), + ("derogatary", &["derogatory"]), + ("measue", &["measure"]), + ("polyphonyic", &["polyphonic"]), + ("wantd", &["wanted"]), + ("confesso", &["confession"]), + ("volunatrily", &["voluntarily"]), + ("fundimentalists", &["fundamentalists"]), + ("eit", &["it"]), + ("initalising", &["initialising"]), + ("insesitive", &["insensitive"]), + ("democrasies", &["democracies"]), + ("traumatisch", &["traumatic"]), + ("wigdets", &["widgets"]), + ("aligne", &["align"]), + ("renegotionators", &["renegotiators"]), + ("existance", &["existence"]), + ("irrispective", &["irrespective"]), + ("positionly", &["positional"]), + ("implementatino", &["implementations"]), + ("physicions", &["physicians"]), + ("authenitcate", &["authenticate"]), + ("inncrement", &["increment"]), + ("occrrances", &["occurrences"]), + ("consistuents", &["constituents"]), + ("compatibil", &["compatible"]), + ("conservitives", &["conservatives"]), + ("platfomr", &["platform"]), + ("pleasd", &["pleased"]), + ("valentie", &["valentines"]), + ("highes", &["highest", "highs"]), + ("asendancy", &["ascendancy"]), + ("neiborhoods", &["neighborhoods"]), + ("mustated", &["mutated"]), + ("activaste", &["activates"]), + ("flacours", &["flavours"]), + ("anonimusly", &["anonymously"]), + ("mechanis", &["mechanics", "mechanism"]), + ("cick", &["click"]), + ("assesmenet", &["assessment"]), + ("connectinos", &["connections"]), + ("confgured", &["configured"]), + ("procelains", &["porcelains"]), + ("bioligical", &["biological"]), + ("undertsanding", &["understanding"]), + ("workfroce", &["workforce"]), + ("unsusbtantiated", &["unsubstantiated"]), + ("guiseppe", &["giuseppe"]), + ("syteny", &["synteny"]), + ("landspaces", &["landscapes"]), + ("guaranteey", &["guaranty"]), + ("rondazyvooed", &["rendezvoused"]), + ("trancriptions", &["transcriptions"]), + ("optin", &["option"]), + ("reuploding", &["reuploading"]), + ("homelesness", &["homelessness"]), + ("receptores", &["receptors"]), + ("surbuban", &["suburban"]), + ("paswords", &["passwords"]), + ("prohibitivo", &["prohibition"]), + ("recomment", &["recommend"]), + ("shutodwn", &["shutdown"]), + ("extrememely", &["extremely"]), + ("womens", &["women"]), + ("textfrme", &["textframe"]), + ("brightnesss", &["brightness"]), + ("arrray", &["array"]), + ("multipled", &["multiplied"]), + ("assighed", &["assigned"]), + ("privides", &["provides"]), + ("suprised", &["surprised"]), + ("procuder", &["procurer", "producer"]), + ("makign", &["making"]), + ("measuement", &["measurement"]), + ("speficic", &["specific"]), + ("enterprice", &["enterprise"]), + ("measurmenet", &["measurement"]), + ("maintans", &["maintains"]), + ("evaulates", &["evaluates"]), + ("converitble", &["convertible"]), + ("mechananism", &["mechanism"]), + ("superouman", &["superhuman"]), + ("thunderboat", &["thunderbolt"]), + ("mutal", &["mutual"]), + ("additonal", &["additional"]), + ("funcitonality", &["functionality"]), + ("retardatron", &["retardation"]), + ("fraebuffer", &["framebuffer"]), + ("brocken", &["broken"]), + ("crigneworthy", &["cringeworthy"]), + ("renegotaitors", &["renegotiators"]), + ("prayries", &["prairies"]), + ("ambiguious", &["ambiguous"]), + ("stdanard", &["standard"]), + ("condolances", &["condolences"]), + ("sweatshit", &["sweatshirt"]), + ("selektor", &["selector"]), + ("desactivate", &["deactivate"]), + ("disgracful", &["disgraceful"]), + ("cercomstancial", &["circumstantial"]), + ("tourisy", &["touristy"]), + ("manule", &["manual"]), + ("accoridng", &["according"]), + ("blackshits", &["blacksmith"]), + ("experimetation", &["experimentation"]), + ("represntation", &["representation"]), + ("mathmaticians", &["mathematicians"]), + ("benefitial", &["beneficial"]), + ("messure", &["measure"]), + ("qtuie", &["quite", "quiet"]), + ("pastural", &["pastoral"]), + ("associeating", &["associating"]), + ("lighthning", &["lightening"]), + ("knowladgable", &["knowledgable"]), + ("salery", &["salary"]), + ("runn", &["run"]), + ("subnegogtiation", &["subnegotiation"]), + ("controlller", &["controller"]), + ("extraordiary", &["extraordinary"]), + ("deactivatiion", &["deactivation"]), + ("acuired", &["acquired"]), + ("expewrimentally", &["experimentally"]), + ("assums", &["assumes"]), + ("nutrieous", &["nutritious"]), + ("potentital", &["potential"]), + ("rewtched", &["wretched"]), + ("fingersi", &["fingertips"]), + ("represnt", &["represent"]), + ("misake", &["mistake"]), + ("approximetly", &["approximately"]), + ("temperary", &["temporary"]), + ("continutation", &["continuation"]), + ("sisteming", &["systemic", "stemming"]), + ("conplimenting", &["complimenting"]), + ("overpovered", &["overpowered"]), + ("intereprets", &["interprets"]), + ("dispaying", &["displaying"]), + ("dowloads", &["downloads"]), + ("withough", &["without"]), + ("larvay", &["larvae"]), + ("passagens", &["passages"]), + ("portguese", &["portuguese"]), + ("arbitralily", &["arbitrarily"]), + ("counterfiets", &["counterfeit"]), + ("circual", &["circular"]), + ("spefixies", &["specifies"]), + ("interersting", &["interpreting"]), + ("incidential", &["incidental"]), + ("cheduling", &["scheduling"]), + ("philosophics", &["philosophies"]), + ("simetriclly", &["symmetrically"]), + ("uffer", &["buffer"]), + ("emprisoned", &["imprisoned"]), + ("federacion", &["federation"]), + ("succecful", &["successful"]), + ("sceanrios", &["scenarios"]), + ("championshp", &["championship"]), + ("hipocritical", &["hypocritical"]), + ("concervative", &["conservative"]), + ("shtopp", &["stop", "shop"]), + ("grainte", &["granite"]), + ("substanse", &["substances"]), + ("apperant", &["apparent", "aberrant"]), + ("brigaged", &["brigade"]), + ("occoured", &["occurred"]), + ("indipendently", &["independently"]), + ("autheniticator", &["authenticator"]), + ("legitimaly", &["legitimacy"]), + ("mirorring", &["mirroring"]), + ("ttached", &["attached"]), + ("unintentionnally", &["unintentionally"]), + ("edibels", &["edibles"]), + ("pyschological", &["psychological"]), + ("chtulhu", &["cthulhu"]), + ("interationalism", &["internationalism"]), + ("spritns", &["sprints"]), + ("comunication", &["communication"]), + ("similarely", &["similarly"]), + ("responsiblity", &["responsibility"]), + ("passtrough", &["passthrough"]), + ("annoucement", &["announcement"]), + ("experimenations", &["experimentations"]), + ("fingerpint", &["fingerprint"]), + ("procuded", &["produced"]), + ("sloughtering", &["slaughtering"]), + ("shperes", &["spheres"]), + ("guarnateees", &["guarantees"]), + ("abck", &["back"]), + ("infograpgic", &["infographic"]), + ("orgnaisation", &["organisations"]), + ("formattind", &["formatting"]), + ("blamethrower", &["flamethrower"]), + ("diagostic", &["diagnostic"]), + ("wieghted", &["weighted", "weighed"]), + ("belogs", &["belongs"]), + ("otherise", &["otherwise"]), + ("sensationslism", &["sensationalism"]), + ("expireds", &["expires"]), + ("supressing", &["suppressing"]), + ("poinyent", &["poignant"]), + ("politicus", &["politics"]), + ("inventiones", &["inventions"]), + ("conversley", &["conversely"]), + ("retrive", &["retrieve"]), + ("alterntives", &["alternatives"]), + ("anguage", &["language"]), + ("firebals", &["fireballs"]), + ("sustainabilty", &["sustainability"]), + ("commmons", &["commons"]), + ("condtiion", &["condition"]), + ("bruses", &["bruises"]), + ("obsevrer", &["observer"]), + ("anaolgue", &["analogue"]), + ("comparied", &["compared"]), + ("dickisch", &["dickish"]), + ("configruations", &["configurations"]), + ("procssed", &["processed"]), + ("endolithes", &["endoliths"]), + ("enpoints", &["endpoints"]), + ("prestigiosi", &["prestigious"]), + ("unintiallised", &["uninitialised"]), + ("executablble", &["executable"]), + ("canadan", &["canadian"]), + ("brooz", &["bruise"]), + ("tigger", &["trigger"]), + ("cocumentation", &["documentation"]), + ("critisicms", &["criticisms"]), + ("trubling", &["troubling"]), + ("modifiying", &["modifying"]), + ("versionaddded", &["versionadded"]), + ("insensistively", &["insensitively"]), + ("asembly", &["assembly"]), + ("constituion", &["constitution"]), + ("seond", &["second", "send"]), + ("tolerent", &["tolerant"]), + ("exchangees", &["exchanges"]), + ("concened", &["concede"]), + ("processer", &["processor"]), + ("stabelized", &["stabilized"]), + ("clonet", &["clone"]), + ("custonised", &["customised"]), + ("bunbling", &["bundling"]), + ("invesment", &["investment"]), + ("leasurely", &["leisurely"]), + ("firmnware", &["firmware"]), + ("parliamnetary", &["parliamentary"]), + ("admininstrator", &["administrator"]), + ("mocrochips", &["microchips"]), + ("computating", &["computation"]), + ("thankfull", &["thankful"]), + ("prepetuates", &["perpetuates"]), + ("forfited", &["forfeited"]), + ("temr", &["term"]), + ("transfors", &["transforms"]), + ("attribiutes", &["attributes"]), + ("percential", &["percentile"]), + ("cigurets", &["cigarets"]), + ("illustratior", &["illustrator"]), + ("shoucl", &["should"]), + ("terriroty", &["territory"]), + ("speperates", &["separates"]), + ("dorce", &["force"]), + ("brimingham", &["birmingham"]), + ("questionares", &["questionnaires"]), + ("reinstallng", &["reinstalling"]), + ("inherints", &["inherits"]), + ("transprots", &["transports"]), + ("conrrupt", &["corrupt"]), + ("sterams", &["streams"]), + ("succesive", &["successive"]), + ("leesure", &["leisure"]), + ("implicetly", &["implicitly"]), + ("gringeworthy", &["cringeworthy"]), + ("atachments", &["attachments"]), + ("entoxication", &["intoxication"]), + ("correctures", &["correctors"]), + ("deferreal", &["deferral"]), + ("doygen", &["doxygen"]), + ("elemets", &["elements"]), + ("privcy", &["privacy"]), + ("synchonously", &["synchronously"]), + ("experes", &["express"]), + ("intentionaly", &["intentionally"]), + ("terninal", &["terminal"]), + ("orginiate", &["originate"]), + ("conservato", &["conservation"]), + ("thermodynaics", &["thermodynamics"]), + ("differnetly", &["differently"]), + ("renegotatiators", &["renegotiators"]), + ("virttual", &["virtual"]), + ("compitance", &["compliance"]), + ("stablized", &["stabilized"]), + ("serverite", &["severity"]), + ("varialbes", &["variables"]), + ("diffirentiate", &["differentiate"]), + ("nationas", &["nationals"]), + ("ceremone", &["ceremonies"]), + ("extranous", &["extraneous"]), + ("speicifed", &["specified"]), + ("cussess", &["success"]), + ("multipler", &["multiplier", "multiple"]), + ("tigthen", &["tighten"]), + ("overkapping", &["overlapping"]), + ("resuorce", &["resource"]), + ("livestrem", &["livestream"]), + ("pendantic", &["pedantic"]), + ("treate", &["treat"]), + ("radation", &["radiation"]), + ("prblem", &["problem"]), + ("intressting", &["interesting"]), + ("apropriate", &["appropriate"]), + ("persuasing", &["persuasion"]), + ("overvrides", &["overrides"]), + ("furst", &["first"]), + ("legitimancy", &["legitimacy"]), + ("roundtriped", &["roundtripped"]), + ("impossibul", &["impossibly"]), + ("chornological", &["chronological"]), + ("meditatiing", &["meditating"]), + ("implemente", &["implement", "implemented"]), + ("presideny", &["presidency"]), + ("prepatory", &["preparatory"]), + ("impelentation", &["implementation"]), + ("contemporany", &["contemporary"]), + ("subroutie", &["subroutine"]), + ("stategies", &["strategies"]), + ("affirmitve", &["affirmative"]), + ("rregister", &["register"]), + ("compremised", &["compromised"]), + ("standartd", &["standard"]), + ("determinne", &["determine"]), + ("steroetyping", &["stereotyping"]), + ("borad", &["board"]), + ("incrementas", &["increments"]), + ("instrinsics", &["intrinsics"]), + ("liecester", &["leicester"]), + ("psudoinverse", &["pseudoinverse"]), + ("souvinear", &["souvenir"]), + ("stratagically", &["strategically"]), + ("encrpyt", &["encrypt"]), + ("malpractise", &["malpractice"]), + ("contuine", &["continue"]), + ("adequetely", &["adequately"]), + ("compleating", &["completing"]), + ("proccessed", &["processed"]), + ("punctutation", &["punctuation"]), + ("spported", &["supported"]), + ("selifes", &["selfies"]), + ("customizabe", &["customizable"]), + ("regargless", &["regardless"]), + ("intelligient", &["intelligent"]), + ("sentationalism", &["sensationalism"]), + ("follfows", &["follows"]), + ("framwework", &["framework"]), + ("tempaltes", &["templates"]), + ("mocroprocessors", &["microprocessors"]), + ("intstructs", &["instructs"]), + ("separtates", &["separates"]), + ("coeffcient", &["coefficient"]), + ("intimidatie", &["intimidated"]), + ("cliuents", &["clients"]), + ("tragicallly", &["tragically"]), + ("athleticisim", &["athleticism"]), + ("deuplicated", &["deduplicated", "duplicated"]), + ("donwloading", &["downloading"]), + ("writters", &["writers"]), + ("developmet", &["developments", "development"]), + ("loca", &["local"]), + ("disingenuos", &["disingenuous"]), + ("algorwwithmically", &["algorithmically"]), + ("charcters", &["characters"]), + ("manufactuter", &["manufacture"]), + ("decsiptors", &["descriptors"]), + ("hullucinations", &["hallucinations"]), + ("regarless", &["regardless"]), + ("monoploies", &["monopolies"]), + ("sestatusmsg", &["setstatusmsg"]), + ("loaader", &["loader"]), + ("penalites", &["penalties"]), + ("disgarded", &["discarded", "discarted"]), + ("poitnes", &["points"]), + ("behtesda", &["bethesda"]), + ("characterstics", &["characteristics"]), + ("libretarianism", &["libertarianism"]), + ("eailier", &["earlier"]), + ("espisodically", &["episodically"]), + ("partisain", &["partisan"]), + ("constrctors", &["constructors"]), + ("qualifikation", &["qualification"]), + ("unknonwn", &["unknown"]), + ("compatibile", &["compatible"]), + ("defaukt", &["default"]), + ("invesitgative", &["investigative"]), + ("outragious", &["outrageous"]), + ("registertd", &["registered"]), + ("luancher", &["launcher"]), + ("caluclator", &["calculator"]), + ("mimick", &["mimic"]), + ("suspicous", &["suspicious"]), + ("multiplcation", &["multiplication"]), + ("accomodate", &["accommodate"]), + ("subcirucit", &["subcircuit"]), + ("inintialize", &["initialize"]), + ("retroactivelly", &["retroactively"]), + ("keeplive", &["keepalive"]), + ("numbbers", &["numbers"]), + ("discoved", &["discovered"]), + ("decompresssion", &["decompression"]), + ("franticaly", &["frantically"]), + ("cahgne", &["change"]), + ("speficiallically", &["specifically"]), + ("reoport", &["report"]), + ("embargos", &["embargoes"]), + ("obliderated", &["obliterated"]), + ("ideologiset", &["ideologies"]), + ("regulament", &["regulate"]), + ("awrnings", &["warnings"]), + ("noticication", &["notification"]), + ("zars", &["czars"]), + ("extracter", &["extractor"]), + ("swithing", &["switching"]), + ("hexadeimcal", &["hexadecimal"]), + ("probabilisitic", &["probabilistic"]), + ("activ", &["active"]), + ("siwzzle", &["swizzle"]), + ("sandwhich", &["sandwich"]), + ("misteryous", &["mysterious"]), + ("terrorisim", &["terrorism"]), + ("brotherhod", &["brotherhood"]), + ("physicits", &["physicist"]), + ("survivabillity", &["survivability"]), + ("catastrofies", &["catastrophes"]), + ("leageue", &["league"]), + ("supllied", &["supplied"]), + ("confifure", &["configure"]), + ("cosntitutive", &["constitutive"]), + ("liklihood", &["likelihood"]), + ("hnalder", &["handler"]), + ("retireds", &["retires"]), + ("excecute", &["execute"]), + ("upported", &["supported"]), + ("sysytem", &["system"]), + ("geomentry", &["geometry"]), + ("blessins", &["blessings"]), + ("requestying", &["requesting"]), + ("reelation", &["relation"]), + ("unresgisters", &["unregisters"]), + ("moistorizing", &["moisturizing"]), + ("copmilation", &["compilation"]), + ("mediocer", &["mediocre"]), + ("autocmpleting", &["autocompleting"]), + ("sepraate", &["separate"]), + ("depanding", &["depending"]), + ("afect", &["affect", "effect"]), + ("timdelta", &["timedelta"]), + ("universitites", &["universities"]), + ("evesdropping", &["eavesdropping"]), + ("misogynisitic", &["misogynistic"]), + ("haa", &["has"]), + ("nexessary", &["necessary"]), + ("relys", &["relies"]), + ("transparantie", &["transparent"]), + ("concentrait", &["concentrate"]), + ("simultaneus", &["simultaneous"]), + ("disapeard", &["disappeared"]), + ("traditonal", &["traditional"]), + ("structed", &["structured"]), + ("excpetion", &["exception"]), + ("elementray", &["elementary"]), + ("vitrual", &["virtual"]), + ("nastertiems", &["nasturtiums"]), + ("refernnce", &["reference"]), + ("bottlebeck", &["bottleneck"]), + ("joepardy", &["jeopardy"]), + ("belwo", &["below"]), + ("coherantly", &["coherently"]), + ("startegically", &["strategically"]), + ("hangig", &["hanging"]), + ("shtoppes", &["stops", "shops"]), + ("paches", &["patches"]), + ("consrtucted", &["constructed"]), + ("commans", &["commands"]), + ("inspiraton", &["inspiration"]), + ("addiitonall", &["additional"]), + ("biddings", &["bidding"]), + ("assumang", &["assuming"]), + ("expermenetelly", &["experimentally"]), + ("predesposed", &["predisposed"]), + ("asbtracter", &["abstracter"]), + ("alarams", &["alarms"]), + ("theistc", &["theistic"]), + ("degenere", &["degenerate"]), + ("discontinus", &["discontinue", "discontinuous"]), + ("shoulndt", &["shouldnt"]), + ("shortcommings", &["shortcomings"]), + ("wiht", &["with"]), + ("headquartes", &["headquarters"]), + ("renegotiotion", &["renegotiation"]), + ("cutscens", &["cutscenes"]), + ("inchoerent", &["incoherent"]), + ("frustraties", &["frustrates"]), + ("eastwod", &["eastwood"]), + ("infor", &["info"]), + ("replaceble", &["replaceable"]), + ("unbunded", &["unbundled", "unbounded"]), + ("diaplays", &["displays"]), + ("multitute", &["multitude"]), + ("exorbirant", &["exorbitant"]), + ("whethe", &["whether"]), + ("subtarger", &["subtarget"]), + ("opeinging", &["opening"]), + ("goegraphically", &["geographically"]), + ("custcenes", &["cutscenes"]), + ("groupped", &["grouped"]), + ("cipersuite", &["ciphersuite"]), + ("considdered", &["considered"]), + ("additonaly", &["additionally"]), + ("resturns", &["returns"]), + ("contensious", &["contentious"]), + ("cipheruites", &["ciphersuites"]), + ("parallelipiped", &["parallelepiped"]), + ("nationalit", &["nationalist"]), + ("intraverts", &["introverts"]), + ("busniess", &["business"]), + ("tranaction", &["transaction"]), + ("plugable", &["pluggable"]), + ("farsical", &["farcical"]), + ("koreanos", &["koreans"]), + ("dehyrdation", &["dehydration"]), + ("voluntairy", &["voluntarily"]), + ("plase", &["place", "please", "phase", "plaice"]), + ("continuious", &["continuous"]), + ("reayd", &["ready", "read"]), + ("ashpalt", &["asphalt"]), + ("unbreakbale", &["unbreakable"]), + ("releations", &["relations"]), + ("optins", &["options"]), + ("historinhas", &["historians"]), + ("troublehshoot", &["troubleshoot"]), + ("unattented", &["unattended"]), + ("prersistent", &["persistent"]), + ("commissionner", &["commissioner"]), + ("shamelessley", &["shamelessly"]), + ("boardcast", &["broadcast"]), + ("supoorted", &["supported"]), + ("cigarretes", &["cigarettes"]), + ("downvoteds", &["downvoters"]), + ("inteded", &["intended"]), + ("rumuors", &["rumors"]), + ("diferentiates", &["differentiates"]), + ("evesdropped", &["eavesdropped"]), + ("xdescribe", &["describe"]), + ("complections", &["completions"]), + ("containting", &["containing"]), + ("attirbutes", &["attributes"]), + ("configuratuion", &["configuration"]), + ("foreginers", &["foreigners"]), + ("peroidically", &["periodically"]), + ("corrispondence", &["correspondence"]), + ("intangibile", &["intangible"]), + ("proably", &["probably"]), + ("namnespaces", &["namespaces"]), + ("bargani", &["bargain"]), + ("infulences", &["influences"]), + ("protray", &["portray"]), + ("sepecifed", &["specified"]), + ("sweerheart", &["sweetheart"]), + ("transisitor", &["transistor"]), + ("prototyes", &["prototypes"]), + ("speficiifed", &["specified"]), + ("instelling", &["installing"]), + ("instruemnt", &["instrument"]), + ("retransfered", &["retransferred"]), + ("predominently", &["predominantly"]), + ("undorder", &["unorder"]), + ("agnostacism", &["agnosticism"]), + ("authenfiion", &["authentication"]), + ("mannarisms", &["mannerisms"]), + ("functioms", &["functions"]), + ("suposed", &["supposed"]), + ("extravigant", &["extravagant"]), + ("channeles", &["channels"]), + ("spcial", &["special"]), + ("randayvooed", &["rendezvoused"]), + ("complation", &["completion", "compilation"]), + ("entirly", &["entirely"]), + ("workspce", &["workspace"]), + ("veritcal", &["vertical"]), + ("beond", &["beyond"]), + ("pesticidas", &["pesticides"]), + ("phote", &["photo"]), + ("amphetamins", &["amphetamines"]), + ("juristiction", &["jurisdiction"]), + ("indiania", &["indiana"]), + ("sistematising", &["systematising"]), + ("dementa", &["dementia"]), + ("scriopting", &["scripting"]), + ("melborne", &["melbourne"]), + ("acumulative", &["accumulative"]), + ("tranmist", &["transmit"]), + ("interpretter", &["interpreter"]), + ("vlarge", &["large"]), + ("spontaniously", &["spontaneously"]), + ("phlemy", &["phlegmy"]), + ("declaratons", &["declarations"]), + ("tracsoders", &["transcoders"]), + ("knive", &["knife"]), + ("distrbutions", &["distributions"]), + ("inidicate", &["indicate"]), + ("permtuation", &["permutation"]), + ("fanatsize", &["fantasize"]), + ("enconde", &["encode"]), + ("impelments", &["implements"]), + ("curiousities", &["curiosities"]), + ("faceplam", &["facepalm"]), + ("cirucit", &["circuit"]), + ("confursed", &["confused"]), + ("comfortablly", &["comfortably"]), + ("cunter", &["counter", "hunter"]), + ("enviorenmental", &["environmental"]), + ("shoft", &["shift", "short"]), + ("syntaxt", &["syntax"]), + ("borken", &["broken"]), + ("ideologice", &["ideologies"]), + ("duplacte", &["duplicate"]), + ("affact", &["affect", "effect"]), + ("recomendatoin", &["recommendation"]), + ("offerd", &["offered"]), + ("reconstucts", &["reconstructs"]), + ("construcive", &["constructive"]), + ("obstruccion", &["obstruction"]), + ("initialiazed", &["initialized"]), + ("optimizacion", &["optimization"]), + ("electoraat", &["electorate"]), + ("serieses", &["series"]), + ("flages", &["flags"]), + ("conatiners", &["containers"]), + ("patientens", &["patients"]), + ("seconfs", &["seconds"]), + ("libreoffie", &["libreoffice"]), + ("essense", &["essence"]), + ("arbitryary", &["arbitrary"]), + ("wotk", &["work"]), + ("augest", &["august"]), + ("reveiwing", &["reviewing"]), + ("southernerns", &["southerners"]), + ("messiach", &["messiah"]), + ("trarget", &["target"]), + ("hipsanics", &["hispanics"]), + ("zoocheenei", &["zucchinis"]), + ("privelege", &["privilege"]), + ("exhasuting", &["exhausting"]), + ("weild", &["wield", "wild"]), + ("automatice", &["automate"]), + ("ediits", &["edits"]), + ("studoi", &["studio"]), + ("absolutelly", &["absolutely"]), + ("gauage", &["gauge"]), + ("containuations", &["continuations"]), + ("admininistrative", &["administrative"]), + ("privilegied", &["privileged"]), + ("naame", &["name"]), + ("rurrent", &["current"]), + ("probbly", &["probably"]), + ("apperciation", &["appreciation"]), + ("preservato", &["preservation"]), + ("condfiguration", &["configuration"]), + ("explotation", &["exploitation", "exploration"]), + ("contrst", &["contrast"]), + ("exhaustin", &["exhaustion"]), + ("pointetrs", &["pointers"]), + ("execuctes", &["executes"]), + ("bulnerable", &["vulnerable"]), + ("beleiv", &["believe", "belief"]), + ("inquirey", &["inquiry"]), + ("napoming", &["napalming"]), + ("alchohol", &["alcohol"]), + ("anaylsis", &["analysis"]), + ("simpliifcations", &["simplifications"]), + ("referened", &["referenced"]), + ("transfromation", &["transformation"]), + ("micrpohone", &["microphones"]), + ("mulitple", &["multiple"]), + ("guarrentees", &["guarantees"]), + ("hundrets", &["hundreds"]), + ("belyes", &["belies"]), + ("imaginatiei", &["imaginative"]), + ("dnamically", &["dynamically"]), + ("narcoticos", &["narcotics"]), + ("carefuly", &["carefully"]), + ("dictionnaries", &["dictionaries"]), + ("misdimeanor", &["misdemeanor"]), + ("pinteret", &["pinterest"]), + ("hendler", &["handler"]), + ("performancetest", &["performances"]), + ("tolorance", &["tolerance"]), + ("privision", &["provision"]), + ("propigated", &["propagated"]), + ("begininings", &["beginnings"]), + ("bureaucats", &["bureaucrats"]), + ("receied", &["received"]), + ("tutoriels", &["tutorials"]), + ("delimters", &["delimiter"]), + ("simultaneuous", &["simultaneous"]), + ("ridiculose", &["ridicule"]), + ("happenning", &["happening"]), + ("neighourhood", &["neighbourhood"]), + ("initilizing", &["initializing"]), + ("virgintiy", &["virginity"]), + ("electrolyts", &["electrolytes"]), + ("sublcass", &["subclass"]), + ("offpsring", &["offspring"]), + ("examing", &["examining"]), + ("identifieer", &["identifier"]), + ("cronologically", &["chronologically"]), + ("eceptions", &["exceptions"]), + ("hiearchies", &["hierarchies"]), + ("docmunet", &["document"]), + ("coneccts", &["connects"]), + ("decribing", &["describing"]), + ("aboue", &["about", "above"]), + ("remenissently", &["reminiscently"]), + ("democratisch", &["democratic"]), + ("humillating", &["humiliating"]), + ("aneroxic", &["anorexic"]), + ("disscovering", &["discovering"]), + ("decorelate", &["decorrelate"]), + ("singnal", &["signal"]), + ("actuak", &["actual"]), + ("allocaiton", &["allocation"]), + ("dowloader", &["downloader"]), + ("htlm", &["html"]), + ("perpetutate", &["perpetuate"]), + ("aesthethics", &["aesthetics"]), + ("perpenticular", &["perpendicular"]), + ("wounderful", &["wonderful"]), + ("guarneteed", &["guaranteed"]), + ("subscritptions", &["subscriptions"]), + ("socartes", &["socrates"]), + ("seriouslly", &["seriously"]), + ("regulamentation", &["regulation"]), + ("interpretting", &["interpreting"]), + ("dicovers", &["discovers"]), + ("cinfiguration", &["configuration"]), + ("propected", &["projected", "prospected", "protected"]), + ("opertional", &["operational"]), + ("exchaged", &["exchanged"]), + ("experimetel", &["experimental"]), + ("incovenience", &["inconvenience"]), + ("negotitable", &["negotiable"]), + ("negotioating", &["negotiating"]), + ("emtpy", &["empty"]), + ("imapcting", &["impacting"]), + ("survices", &["services", "survives"]), + ("dependenceis", &["dependencies"]), + ("demosntration", &["demonstrations"]), + ("downrgading", &["downgrading"]), + ("ungrapeful", &["ungrateful"]), + ("dereferances", &["dereferences"]), + ("climer", &["climber"]), + ("trustworthyness", &["trustworthiness"]), + ("microtranscation", &["microtransactions"]), + ("psychedilic", &["psychedelic"]), + ("narcisst", &["narcissist"]), + ("enlightnment", &["enlightenment"]), + ("propehts", &["prophets"]), + ("scirpts", &["scripts"]), + ("booundary", &["boundary"]), + ("latitide", &["latitude"]), + ("stornegst", &["strongest"]), + ("dependancy", &["dependency"]), + ("etablish", &["establish"]), + ("cusstoms", &["customs"]), + ("speficication", &["specification"]), + ("initilialized", &["initialized"]), + ("approches", &["approaches"]), + ("centuties", &["centuries"]), + ("adddress", &["address"]), + ("pretecting", &["protecting"]), + ("ccordinates", &["coordinates"]), + ("storge", &["storage"]), + ("boutqiue", &["boutique"]), + ("luch", &["lunch"]), + ("suuporting", &["supporting"]), + ("translath", &["translate"]), + ("delivere", &["deliveries"]), + ("champain", &["champagne"]), + ("generatons", &["generators"]), + ("longitudonal", &["longitudinal"]), + ("approxiate", &["approximate"]), + ("publcize", &["publicize"]), + ("encondes", &["encodes"]), + ("rmeoved", &["removed"]), + ("contestat", &["contestants"]), + ("disproportiante", &["disproportionate"]), + ("apolgies", &["apologies"]), + ("operaions", &["operations"]), + ("custonise", &["customise"]), + ("spashed", &["splashed"]), + ("dissapoined", &["disappointed"]), + ("sunifre", &["sunfire"]), + ("pararm", &["param"]), + ("intrerrupt", &["interrupt"]), + ("accortance", &["accordance"]), + ("repubican", &["republican"]), + ("thigny", &["thingy"]), + ("desicate", &["desiccate"]), + ("anthropolgist", &["anthropologist"]), + ("marjiuana", &["marijuana"]), + ("esponiage", &["espionage"]), + ("expexting", &["expecting"]), + ("dialgos", &["dialogs"]), + ("recontructing", &["reconstructing"]), + ("freedums", &["freedoms"]), + ("mechnisms", &["mechanisms"]), + ("steriotypes", &["stereotypes"]), + ("independenet", &["independents"]), + ("prolateriat", &["proletariat"]), + ("toursity", &["touristy"]), + ("decomposits", &["decomposes"]), + ("clickear", &["clicker"]), + ("continentes", &["continents"]), + ("jurisidction", &["jurisdiction"]), + ("confunses", &["confuses"]), + ("distrubuted", &["distributed"]), + ("windsheilds", &["windshield"]), + ("undeniabley", &["undeniably"]), + ("zimbabwaen", &["zimbabwe"]), + ("excetion", &["exception"]), + ("conversatin", &["conversations"]), + ("riges", &["rides", "ridges"]), + ("interporation", &["interpolation"]), + ("sticthed", &["stitched"]), + ("provive", &["provide"]), + ("experimentaal", &["experimental"]), + ("offsett", &["offset"]), + ("spashes", &["splashes"]), + ("exitted", &["exited"]), + ("terriblly", &["terribly"]), + ("automotion", &["automation"]), + ("boyfrients", &["boyfriends"]), + ("bouced", &["bounced"]), + ("epression", &["expression"]), + ("objectss", &["objects"]), + ("gruopd", &["grouped"]), + ("differnetiated", &["differentiated"]), + ("interaccion", &["interaction"]), + ("opinyonatedly", &["opinionatedly"]), + ("flourishment", &["flourishing"]), + ("inheritablility", &["inheritability"]), + ("additoinally", &["additionally"]), + ("appraently", &["apparently"]), + ("compilication", &["complication"]), + ("operaterrg", &["operating"]), + ("afforable", &["affordable"]), + ("cliks", &["clicks"]), + ("canges", &["changes"]), + ("hankerchif", &["handkerchief"]), + ("buiild", &["build"]), + ("distncte", &["distance"]), + ("renegoziations", &["renegotiations"]), + ("filmmakare", &["filmmakers"]), + ("withon", &["within"]), + ("inconsistend", &["inconsistent"]), + ("otpion", &["option"]), + ("goemetries", &["geometries"]), + ("sustainabillity", &["sustainability"]), + ("unziped", &["unzipped"]), + ("rearrangent", &["rearrangement"]), + ("operartor", &["operator"]), + ("hospitalty", &["hospitality"]), + ("senitnels", &["sentinels"]), + ("ojection", &["objection"]), + ("formidabel", &["formidable"]), + ("owrk", &["work"]), + ("sundey", &["sunday"]), + ("kernals", &["kernels"]), + ("moddels", &["models"]), + ("idicated", &["indicated"]), + ("expeted", &["expected"]), + ("beleifing", &["believing"]), + ("cholestrol", &["cholesterol"]), + ("accidantly", &["accidentally"]), + ("protuguese", &["portuguese"]), + ("contense", &["contenders"]), + ("beiginning", &["beginning"]), + ("gladiatr", &["gladiator"]), + ("nipticking", &["nitpicking"]), + ("checkpoit", &["checkpoints"]), + ("orangerd", &["orangered"]), + ("fouund", &["found"]), + ("marketpalce", &["marketplace"]), + ("elementry", &["elementary"]), + ("defineas", &["defines"]), + ("tendancies", &["tendencies"]), + ("persistance", &["persistence"]), + ("modifciation", &["modification"]), + ("littele", &["little"]), + ("documenatation", &["documentation"]), + ("riminices", &["reminisces"]), + ("birghtest", &["brightest"]), + ("transconder", &["transcoder"]), + ("asside", &["aside"]), + ("lesibans", &["lesbians"]), + ("directpry", &["directory"]), + ("expecatation", &["expectation"]), + ("contrsting", &["contrasting"]), + ("representatino", &["representation"]), + ("alogirhtms", &["algorithms"]), + ("fiedled", &["fielded"]), + ("unsoclicited", &["unsolicited"]), + ("anyhting", &["anything"]), + ("modfided", &["modified"]), + ("sirector", &["director"]), + ("artificialy", &["artificially"]), + ("deliberatley", &["deliberately"]), + ("inconsitency", &["inconsistency"]), + ("unitilised", &["uninitialised"]), + ("tomarrow", &["tomorrow"]), + ("classifed", &["classified"]), + ("customn", &["custom"]), + ("hiesman", &["heisman"]), + ("assemblare", &["assemble"]), + ("intstructer", &["instructor"]), + ("libretarian", &["libertarian"]), + ("assymptotically", &["asymptotically"]), + ("ideologije", &["ideologies"]), + ("presbaterians", &["presbyterians"]), + ("preconfiged", &["preconfigured"]), + ("fundamnetalist", &["fundamentalist"]), + ("jeffies", &["jiffies"]), + ("informatins", &["information"]), + ("longiudes", &["longitudes"]), + ("slewths", &["sleuths"]), + ("accidens", &["accidents"]), + ("divicer", &["divider"]), + ("atendance", &["attendance"]), + ("calculatoare", &["calculator"]), + ("premanently", &["permanently"]), + ("pigin", &["pigeon"]), + ("reelvant", &["relevant"]), + ("felxible", &["flexible"]), + ("coloeration", &["coloration"]), + ("unprofessinal", &["unprofessional"]), + ("precondtion", &["precondition"]), + ("consctructions", &["constructions"]), + ("filessytems", &["filesystems"]), + ("depdenent", &["dependent"]), + ("intertainment", &["entertainment"]), + ("sxmbols", &["symbols"]), + ("frigthening", &["frightening"]), + ("difficullty", &["difficulty"]), + ("lastr", &["last"]), + ("patterened", &["patterned"]), + ("igored", &["ignored"]), + ("specializaiton", &["specialization"]), + ("asbtracting", &["abstracting"]), + ("assoaiations", &["associations"]), + ("triskadecafobia", &["triskaidekaphobia"]), + ("trustworty", &["trustworthy"]), + ("yatch", &["yacht"]), + ("seperataed", &["separated"]), + ("entretained", &["entertained"]), + ("distnct", &["distinct"]), + ("activisit", &["activist"]), + ("tunned", &["tuned"]), + ("vacinates", &["vaccinates"]), + ("brussells", &["brussels"]), + ("implmentation", &["implementation"]), + ("comediantes", &["comedians"]), + ("bidimentionnal", &["bidimensional"]), + ("avaiible", &["available"]), + ("nessecary", &["necessary"]), + ("acquiantence", &["acquaintance"]), + ("tre", &["tree"]), + ("defuct", &["defunct"]), + ("kookoo", &["cuckoo"]), + ("deccelerates", &["decelerates"]), + ("amercian", &["american"]), + ("bounnd", &["bound"]), + ("standarad", &["standard"]), + ("ciphersuit", &["ciphersuite"]), + ("insuficient", &["insufficient"]), + ("anecodtes", &["anecdotes"]), + ("teampseak", &["teamspeak"]), + ("inquisito", &["inquisition"]), + ("clumn", &["column"]), + ("temporrary", &["temporary"]), + ("confrontaion", &["confrontation"]), + ("extractet", &["extracted"]), + ("prohibirte", &["prohibit"]), + ("defalut", &["default"]), + ("debuggge", &["debuggee"]), + ("experimneting", &["experimenting"]), + ("satuadays", &["saturdays"]), + ("chronologial", &["chronological"]), + ("tranlsated", &["translated"]), + ("spefeid", &["specified"]), + ("cerimonies", &["ceremonies"]), + ("paritions", &["partitions"]), + ("breasttaking", &["breathtaking"]), + ("assoications", &["associations"]), + ("validaing", &["validating"]), + ("experimnetation", &["experimentation"]), + ("nightlty", &["nightly"]), + ("decentraliced", &["decentralized"]), + ("discuess", &["discuss"]), + ("rittler", &["rattler", "riddler"]), + ("calfs", &["calves"]), + ("presentacion", &["presentation"]), + ("substact", &["subtract"]), + ("queset", &["quest"]), + ("periodicly", &["periodically"]), + ("sacrefices", &["sacrifices"]), + ("displying", &["displaying"]), + ("humanitary", &["humanity"]), + ("ejaculatin", &["ejaculation"]), + ("homosexuallity", &["homosexuality"]), + ("enrgy", &["energy"]), + ("bollcoks", &["bollocks"]), + ("experimnetations", &["experimentations"]), + ("somwhere", &["somewhere"]), + ("criticis", &["critics"]), + ("appreciatie", &["appreciative"]), + ("deskop", &["desktop"]), + ("newmatically", &["pneumatically"]), + ("attrbutions", &["attributions"]), + ("disocunt", &["discount"]), + ("cannibalizm", &["cannibalism"]), + ("publshed", &["published"]), + ("sourcees", &["sources"]), + ("persistens", &["persists"]), + ("determinato", &["determination"]), + ("allocateng", &["allocating"]), + ("longitme", &["longtime"]), + ("duplicas", &["duplicates"]), + ("highpander", &["highlander"]), + ("petroluem", &["petroleum"]), + ("bofy", &["body"]), + ("zoinists", &["zionists"]), + ("reflexs", &["reflexes"]), + ("indefinately", &["indefinitely"]), + ("namess", &["names"]), + ("inovation", &["innovation"]), + ("opinyonators", &["opinionators"]), + ("blackshit", &["blacksmith"]), + ("oscilating", &["oscillating"]), + ("correnspondent", &["correspondent"]), + ("uninstaled", &["uninstalled"]), + ("eduation", &["education"]), + ("communitites", &["communities"]), + ("premeir", &["premier"]), + ("aboout", &["about"]), + ("preferencfes", &["preferences"]), + ("invalaid", &["invalid"]), + ("consitutuents", &["constituents"]), + ("paralzyed", &["paralyzed"]), + ("createur", &["creature"]), + ("personilized", &["personalized"]), + ("paragrpah", &["paragraph"]), + ("jossle", &["jostle"]), + ("unpopulair", &["unpopular"]), + ("seriouly", &["seriously"]), + ("inkompetence", &["incompetence"]), + ("enocdes", &["encodes"]), + ("unpredictabe", &["unpredictable"]), + ("desciptor", &["descriptor"]), + ("alternaive", &["alternative"]), + ("carreid", &["carried"]), + ("swnasea", &["swansea"]), + ("uprgade", &["upgrade"]), + ("expresss", &["expresses", "express"]), + ("pleasently", &["pleasantly"]), + ("coalacing", &["coalescing"]), + ("speciying", &["specifying"]), + ("discontinuted", &["discontinued"]), + ("autheniticated", &["authenticated"]), + ("compilicated", &["complicated"]), + ("comutation", &["commutation", "computation"]), + ("perfomeative", &["performative"]), + ("prestigeous", &["prestigious"]), + ("explosivas", &["explosives"]), + ("originas", &["origins"]), + ("throtted", &["throttled", "trotted"]), + ("experiation", &["expiration"]), + ("popolates", &["populates"]), + ("sinlgeplayer", &["singleplayer"]), + ("certifcates", &["certificates"]), + ("discourgae", &["discourages"]), + ("generall", &["generally", "general"]), + ("accountas", &["accountants"]), + ("propmted", &["prompted"]), + ("subsysthems", &["subsystems"]), + ("payement", &["payment"]), + ("proceder", &["procedure"]), + ("poperly", &["properly", "property"]), + ("bouding", &["bounding"]), + ("manuelly", &["manually"]), + ("crashess", &["crashes"]), + ("passiv", &["passive"]), + ("prexixed", &["prefixed"]), + ("sometiems", &["sometimes"]), + ("atriculate", &["articulate"]), + ("negosiation", &["negotiation"]), + ("chlroine", &["chlorine"]), + ("inserst", &["insert"]), + ("ethnaol", &["ethanol"]), + ("anonimus", &["anonymous"]), + ("veiwpoint", &["viewpoint"]), + ("dirfting", &["drifting"]), + ("dissassociated", &["disassociated"]), + ("sublcuase", &["subclause"]), + ("aproaches", &["approaches"]), + ("angluar", &["angular"]), + ("ansynchronous", &["asynchronous"]), + ("availaable", &["available"]), + ("experimentaitally", &["experimentally"]), + ("qaulifies", &["qualifies"]), + ("anonymus", &["anonymous"]), + ("discriminacion", &["discrimination"]), + ("desingation", &["designation"]), + ("overwheliming", &["overwhelming"]), + ("libraties", &["libraries"]), + ("autoagressive", &["autoaggressive"]), + ("experimants", &["experiments"]), + ("corrensponds", &["corresponds"]), + ("sepetate", &["separate"]), + ("delaerships", &["dealerships"]), + ("reliabily", &["reliability", "reliably"]), + ("visheator", &["vitiator"]), + ("nautres", &["natures"]), + ("arbitiray", &["arbitrary"]), + ("specifially", &["specifically"]), + ("experimenated", &["experimented"]), + ("loadig", &["loading"]), + ("methds", &["methods"]), + ("greenore", &["greener"]), + ("puplates", &["populates"]), + ("mircoscope", &["microscope"]), + ("interdependant", &["interdependent"]), + ("coressponding", &["corresponding"]), + ("renegoatiates", &["renegotiates"]), + ("socialini", &["socializing"]), + ("identiies", &["identities"]), + ("ackowledgements", &["acknowledgements"]), + ("hypocrates", &["hypocrites"]), + ("translatation", &["translation"]), + ("horrenduous", &["horrendous"]), + ("somethigng", &["something"]), + ("sotrmfront", &["stormfront"]), + ("cuztomizable", &["customizable"]), + ("keywoards", &["keywords"]), + ("follwoing", &["following"]), + ("boxe", &["boxes", "box", "boxer"]), + ("pursiut", &["pursuit"]), + ("aestethic", &["aesthetic"]), + ("calcultate", &["calculate"]), + ("widht", &["width"]), + ("electritian", &["electrician"]), + ("varian", &["variant"]), + ("capabiity", &["capability"]), + ("overtunred", &["overturned"]), + ("minimzation", &["minimization"]), + ("circulaton", &["circulation"]), + ("helpped", &["helped"]), + ("presidunce", &["presidency"]), + ("relatievly", &["relatively"]), + ("periwankle", &["periwinkle"]), + ("coincidencal", &["coincidental"]), + ("elsewhwere", &["elsewhere"]), + ("prepaired", &["prepared"]), + ("differentiantion", &["differentiation"]), + ("deintialize", &["deinitialize"]), + ("ameelarator", &["ameliorator"]), + ("philoshopically", &["philosophically"]), + ("debuggged", &["debugged"]), + ("temperaturas", &["temperatures"]), + ("constarint", &["constraint"]), + ("mechines", &["machines"]), + ("turtorials", &["tutorials"]), + ("adevntures", &["adventures"]), + ("calcuated", &["calculated"]), + ("connetion", &["connection"]), + ("pesitcides", &["pesticides"]), + ("resitors", &["resistors"]), + ("unnessessarily", &["unnecessarily"]), + ("pickyune", &["picayune"]), + ("authecate", &["authenticate"]), + ("reminscer", &["reminiscer"]), + ("secod", &["second"]), + ("matresses", &["mattresses"]), + ("familar", &["familiar"]), + ("monothilic", &["monolithic"]), + ("groth", &["growth"]), + ("messuring", &["measuring"]), + ("contianing", &["containing"]), + ("instanteniously", &["instantaneously"]), + ("inexperiecned", &["inexperience"]), + ("atrribute", &["attribute"]), + ( + "traled", + &[ + "traced", "traded", "trailed", "traveled", "trawled", "trialed", + ], + ), + ("approoximately", &["approximately"]), + ("owernship", &["ownership"]), + ("shepereds", &["shepherds"]), + ("procedureal", &["procedural"]), + ("downgrate", &["downgrade"]), + ("antiobitics", &["antibiotic"]), + ("harge", &["charge"]), + ("enalbes", &["enables"]), + ("trasnmitter", &["transmitter"]), + ("abjects", &["objects"]), + ("cumpuses", &["compasses"]), + ("operationel", &["operational"]), + ("ednpoint", &["endpoint"]), + ("functoning", &["functioning"]), + ("uncerainty", &["uncertainty"]), + ("sterlie", &["sterile"]), + ("froday", &["friday"]), + ("experimanetal", &["experimental"]), + ("hemorage", &["hemorrhage"]), + ("seaparate", &["separate"]), + ("statemanet", &["statement"]), + ("fraturnity", &["fraternity"]), + ("westernese", &["westerners"]), + ("postincremend", &["postincrement"]), + ("simutaneously", &["simultaneously"]), + ("callbacsk", &["callback"]), + ("remannt", &["remnant"]), + ("tonguers", &["tongues"]), + ("unusally", &["unusually"]), + ("algohmically", &["algorithmically"]), + ("rapelled", &["rappelled"]), + ("benechmarked", &["benchmarked"]), + ("rehtorical", &["rhetorical"]), + ("cliping", &["clipping"]), + ("indpendence", &["independence"]), + ("subsituted", &["substituted"]), + ("apperently", &["apparently"]), + ("substitiute", &["substitute"]), + ("stablity", &["stability"]), + ("repsond", &["respond"]), + ("ignested", &["ingested"]), + ("dditional", &["additional"]), + ("manupilations", &["manipulations"]), + ("complection", &["completion"]), + ("weigths", &["weights"]), + ("critque", &["critique"]), + ("bounudary", &["boundary"]), + ("higlights", &["highlights"]), + ("unaccpetable", &["unacceptable"]), + ("cloisonays", &["cloisonnés"]), + ("traget", &["target"]), + ("composit", &["compost", "composite"]), + ("mutch", &["much"]), + ("reuploded", &["reuploaded"]), + ("appicaliton", &["application"]), + ("poicy", &["policy"]), + ("asethetically", &["aesthetically"]), + ("benckmarks", &["benchmarks"]), + ("asignees", &["assignees"]), + ("appriorate", &["appropriate"]), + ("placd", &["placed", "place"]), + ("discosure", &["discourse"]), + ("tiawanese", &["taiwanese"]), + ("socialsits", &["socialists"]), + ("flahsing", &["flashing"]), + ("reaserching", &["researching"]), + ("overtunned", &["overturned"]), + ("retriving", &["retrieving"]), + ("germaniac", &["germanic"]), + ("dynammic", &["dynamic"]), + ("procotols", &["protocols"]), + ("licesne", &["license"]), + ("reay", &["ready", "really", "ray"]), + ("personalites", &["personalities"]), + ("futurisitic", &["futuristic"]), + ("satisfacting", &["satisfaction"]), + ("devellopment", &["development"]), + ("liekely", &["likely"]), + ("calcluate", &["calculate"]), + ("adbandon", &["abandon"]), + ("vartices", &["vertices"]), + ("accuraccies", &["accuracies"]), + ("mehtods", &["methods"]), + ("miminaly", &["minimally"]), + ("represensible", &["reprehensible"]), + ("competitoin", &["competitions"]), + ("efficeincy", &["efficiency"]), + ("dynamis", &["dynamics"]), + ("participaton", &["participant"]), + ("descritpiton", &["description"]), + ("insurgancy", &["insurgency"]), + ("deserialze", &["deserialize"]), + ("makwfile", &["makefile"]), + ("veamant", &["vehement"]), + ("comon", &["common"]), + ("colorpsaces", &["colorspaces"]), + ("shortcat", &["shortcut"]), + ("inveting", &["inverting"]), + ("genereated", &["generated"]), + ("authentiction", &["authentication"]), + ("activistas", &["activists"]), + ("rhytmic", &["rhythmic"]), + ("intecepted", &["intercepted"]), + ("metatdata", &["metadata"]), + ("contricted", &["contracted"]), + ("indoensia", &["indonesia"]), + ("misnadry", &["misandry"]), + ("enpdoint", &["endpoint"]), + ("speficities", &["specificities"]), + ("reminiscant", &["reminiscent"]), + ("binraries", &["binaries"]), + ("sparated", &["separated"]), + ("thoruoghly", &["thoroughly"]), + ("infiltre", &["infiltrate"]), + ("trikery", &["trickery"]), + ("touchdwon", &["touchdown"]), + ("asisst", &["assist"]), + ("environemnts", &["environments"]), + ("carnavors", &["carnivores"]), + ("appologise", &["apologise"]), + ("conains", &["contains"]), + ("intidimate", &["intimidate"]), + ("gererate", &["generate"]), + ("seletions", &["selections", "deletions"]), + ("spwaned", &["spawned"]), + ("therefour", &["therefor"]), + ("prometheius", &["prometheus"]), + ("memebrof", &["memberof"]), + ("arbitraly", &["arbitrary"]), + ("sizez", &["sizes", "sized"]), + ("arbitraion", &["arbitration"]), + ("difficults", &["difficulties", "difficult"]), + ("alises", &["aliases"]), + ("seeverity", &["severity"]), + ("hamburguers", &["hamburgers"]), + ("administre", &["administer"]), + ("adoptor", &["adopter", "adaptor"]), + ("restartalbe", &["restartable"]), + ("reposititioning", &["repositioning"]), + ("generalizacion", &["generalization"]), + ("camelion", &["chameleon"]), + ("turtleh", &["turtle"]), + ("technics", &["techniques"]), + ("adjsuted", &["adjusted"]), + ("partisioning", &["partitioning"]), + ("ownward", &["onward"]), + ("consistendt", &["consistent"]), + ("uncommpression", &["uncompression"]), + ("sematical", &["semantical"]), + ("sqaure", &["square"]), + ("sunbinterpreter", &["subinterpreter"]), + ("medevial", &["medieval"]), + ("ventillated", &["ventilated"]), + ("touranment", &["tournaments"]), + ("unbeleifable", &["unbelievable"]), + ("decutables", &["deductibles"]), + ("omnishients", &["omniscience"]), + ("semnatics", &["semantics"]), + ("cannotes", &["cannot", "connotes"]), + ("congraturations", &["congratulations"]), + ("programatically", &["programmatically"]), + ("modfieirs", &["modifiers"]), + ("ssee", &["see"]), + ("permitis", &["permits"]), + ("amealearated", &["ameliorated"]), + ("internvals", &["intervals"]), + ("searchs", &["searches"]), + ("tomor", &["tomorrow"]), + ("catloags", &["catalogs"]), + ("goint", &["going"]), + ("indigineous", &["indigenous"]), + ("broadcat", &["broadcasts", "broadcast"]), + ("avalailable", &["available"]), + ("andriods", &["androids"]), + ("availabed", &["available"]), + ("etends", &["extends", "attends"]), + ("greysacles", &["greyscales"]), + ("reuseable", &["reusable"]), + ("anywere", &["anywhere"]), + ("dtoring", &["storing"]), + ("calculattions", &["calculations"]), + ("callbbacks", &["callbacks"]), + ("mergin", &["merging"]), + ("saferi", &["safari"]), + ("direrctor", &["director"]), + ("pairokeality", &["parochiality"]), + ("gamemdoe", &["gamemode"]), + ("corrupcion", &["corruption"]), + ("caronaviruses", &["coronaviruses"]), + ("detorit", &["detroit"]), + ("igore", &["ignore"]), + ("insterested", &["interested"]), + ("grammaticaly", &["grammatically"]), + ("socailized", &["socialized"]), + ("manaze", &["mayonnaise"]), + ("identfy", &["identify"]), + ("amperstands", &["ampersands"]), + ("sentivite", &["sensitive"]), + ("gerenations", &["generations"]), + ("scorates", &["socrates"]), + ("imporsts", &["imports"]), + ("experements", &["experiments"]), + ("anectotally", &["anecdotally"]), + ("infite", &["infinite"]), + ("inturrupting", &["interrupting"]), + ("tabacco", &["tobacco"]), + ("overide", &["override"]), + ("evalulated", &["evaluated"]), + ("imperitive", &["imperative"]), + ("guarneteing", &["guaranteeing"]), + ("rahter", &["rather"]), + ("embededded", &["embedded"]), + ("exploitions", &["explosions", "exploitations", "exploits"]), + ("converstaions", &["conversations"]), + ("principielt", &["principle"]), + ("hotizontally", &["horizontally"]), + ("traveerses", &["traverses"]), + ("excitied", &["excited"]), + ("uninstlaling", &["uninstalling"]), + ("separeter", &["separator"]), + ("hestiant", &["hesitant"]), + ("disgustingy", &["disgustingly"]), + ("sprecialized", &["specialized"]), + ("negotaiating", &["negotiating"]), + ("comparisaion", &["comparison"]), + ("contorled", &["controlled"]), + ("eighter", &["either"]), + ("alcoholis", &["alcoholics"]), + ("slaughterd", &["slaughtered"]), + ("trasnplant", &["transplant"]), + ("transporing", &["transporting"]), + ("verificaions", &["verifications"]), + ("begninning", &["beginning"]), + ("assurred", &["assured"]), + ("recourcing", &["resourcing"]), + ("cannobalism", &["cannibalism"]), + ("aposltes", &["apostles"]), + ("littiefinger", &["littlefinger"]), + ("corprorations", &["corporations"]), + ("tokne", &["token"]), + ("proffessor", &["professor"]), + ("destrucor", &["destructor"]), + ("propoganda", &["propaganda"]), + ("markter", &["marker"]), + ("acceptted", &["accepted"]), + ("convining", &["combining"]), + ("desciption", &["description"]), + ("secontly", &["secondly"]), + ("participatin", &["participation"]), + ("congresmen", &["congressmen"]), + ("verfier", &["verifier"]), + ("interpretet", &["interpreted"]), + ("contrrols", &["controls"]), + ("apprentince", &["apprentice"]), + ("preisthood", &["priesthood"]), + ("permenent", &["permanent"]), + ("fundamentalt", &["fundamentalist"]), + ("shiftd", &["shifted", "shifts"]), + ("originall", &["original", "originally"]), + ("quoteed", &["quoted"]), + ("disurption", &["disruption"]), + ("homophibia", &["homophobia"]), + ("vertecies", &["vertices"]), + ("reproductible", &["reproducible"]), + ("origines", &["origins"]), + ("verifiying", &["verifying"]), + ("chromum", &["chromium"]), + ("spiritualy", &["spiritually"]), + ("antennna", &["antenna"]), + ("wroks", &["works"]), + ("anticpate", &["anticipate"]), + ("suboutine", &["subroutine"]), + ("macarino", &["macaroni"]), + ("genrally", &["generally"]), + ("compreses", &["compress", "compresses"]), + ("excempts", &["exempts"]), + ("expecations", &["expectations"]), + ("supprots", &["supports"]), + ("subterranian", &["subterranean"]), + ("circunstance", &["circumstance"]), + ("hierarchie", &["hierarchy"]), + ("basf", &["base"]), + ("agaist", &["against"]), + ("adjasence", &["adjacence"]), + ("levander", &["lavender"]), + ("plcaebo", &["placebo"]), + ("aply", &["apply"]), + ("renegotiotates", &["renegotiates"]), + ("subdirecty", &["subdirectory"]), + ("sentions", &["sections"]), + ("solutino", &["solution"]), + ("forcast", &["forecast"]), + ("installaitons", &["installations"]), + ("imidiately", &["immediately"]), + ("intrinsisch", &["intrinsic"]), + ("cartlege", &["cartilage"]), + ("preppend", &["prepend"]), + ("unfriendy", &["unfriendly"]), + ("procrastrinated", &["procrastinated"]), + ("inforgivable", &["unforgivable"]), + ("rendazyvoo", &["rendezvous"]), + ("tringket", &["trinket"]), + ("astornauts", &["astronauts"]), + ("overlows", &["overflows"]), + ("educaiton", &["education"]), + ("destractions", &["distractions"]), + ("continious", &["continuous"]), + ("originary", &["originally"]), + ("executivas", &["executives"]), + ("notifictions", &["notifications"]), + ("distibution", &["distribution"]), + ("candidats", &["candidates"]), + ("buis", &["buoy", "buoys", "buys"]), + ("distorsion", &["distortion"]), + ("epslion", &["epsilon"]), + ("modulu", &["modulo"]), + ("sigrynge", &["syringe"]), + ("negotatiating", &["negotiating"]), + ("dissct", &["dissect"]), + ("rediect", &["redirect"]), + ("lietuenant", &["lieutenant"]), + ("thei", &["their", "they"]), + ("ineqaulity", &["inequality"]), + ("dilligence", &["diligence"]), + ("cooridnate", &["coordinate"]), + ("sparsly", &["sparsely"]), + ("laysered", &["lasered", "layered"]), + ("corrrupt", &["corrupt"]), + ("unkonwns", &["unknowns"]), + ("properites", &["properties"]), + ("dammage", &["damage"]), + ("suspicision", &["suspicions"]), + ("wokrspace", &["workspace"]), + ("contructing", &["contracting", "constructing"]), + ("everyoens", &["everyones"]), + ("differant", &["different"]), + ("barbarin", &["barbarian"]), + ("initiallly", &["initially"]), + ("infintrator", &["infiltrator"]), + ("uncomenting", &["uncommenting"]), + ("dependandt", &["dependant"]), + ("phramacy", &["pharmacy"]), + ("celestail", &["celestial"]), + ("compleetness", &["completeness"]), + ("defishantly", &["deficiently"]), + ("bigallic", &["bigalloc"]), + ("ccertificated", &["certificated"]), + ("agnostocism", &["agnosticism"]), + ("vitmain", &["vitamin"]), + ("penduluum", &["pendulum"]), + ("perssiuosly", &["preciously"]), + ("colerscheme", &["colorscheme"]), + ("intermediare", &["intermediate"]), + ("progrewss", &["progress"]), + ("blackade", &["blacked"]), + ("quantitity", &["quantity"]), + ("immensly", &["immensely"]), + ("appropaite", &["appropriate"]), + ("effctively", &["effectively"]), + ("restricteds", &["restricts"]), + ("apprixamating", &["approximating"]), + ("reminsce", &["reminisce"]), + ("hererosexual", &["heterosexual"]), + ("acoount", &["account"]), + ("aniway", &["anyway"]), + ("agnostisch", &["agnostic"]), + ("whitleist", &["whitelist"]), + ("architexts", &["architects"]), + ("tbe", &["the"]), + ("debudgger", &["debugger"]), + ("deploymnet", &["deployment"]), + ("roviding", &["providing"]), + ("discrouage", &["discourages"]), + ("sceintifically", &["scientifically"]), + ("railrod", &["railroad"]), + ("transparrently", &["transparently"]), + ("armegaddon", &["armageddon"]), + ("klicks", &["clicks"]), + ("thta", &["that"]), + ("artifcacts", &["artifacts"]), + ("scroipttype", &["scripttype"]), + ("handleing", &["handling"]), + ("conig", &["config"]), + ("arithmetc", &["arithmetic"]), + ("hotname", &["hostname"]), + ("simplefying", &["simplifying"]), + ("consious", &["conscious"]), + ("transmittd", &["transmitted"]), + ("lolerant", &["tolerant"]), + ("pseudopoentials", &["pseudopotentials"]), + ("hopefulle", &["hopefully"]), + ("repostory", &["repository"]), + ("docoment", &["document"]), + ("scandianvia", &["scandinavian"]), + ("semaphone", &["semaphore"]), + ("symboles", &["symbols"]), + ("erronerous", &["erroneous"]), + ("tme", &["time"]), + ("decresing", &["decreasing", "deceasing"]), + ("artsits", &["artists"]), + ("decocders", &["decoders"]), + ("seeging", &["sieging"]), + ("commmiting", &["committing"]), + ("renegotaiations", &["renegotiations"]), + ("neighbeuts", &["neighbours"]), + ("contrller", &["controller"]), + ("anyoens", &["anyones"]), + ("agressivity", &["aggressivity"]), + ("streightness", &["straightness"]), + ("followoing", &["following"]), + ("vave", &["have", "valve"]), + ("gauarana", &["guaraná"]), + ("averadge", &["averaged"]), + ("experimdnters", &["experimenters"]), + ("menual", &["manual"]), + ("artifactos", &["artifacts"]), + ("anialate", &["annihilate"]), + ("agruments", &["arguments"]), + ("conviniance", &["convenience"]), + ("projctors", &["projectors"]), + ("descrutor", &["destructor"]), + ("wirtten", &["written"]), + ("bactch", &["batch"]), + ("psychiatrict", &["psychiatrist"]), + ("reprucible", &["reproducible"]), + ("worthwile", &["worthwhile"]), + ("similia", &["similar"]), + ("foregroud", &["foreground"]), + ("kontamination", &["contamination"]), + ("upsream", &["upstream"]), + ("standrat", &["standard"]), + ("blutooth", &["bluetooth"]), + ("kighboshes", &["kiboshes"]), + ("postitive", &["positive"]), + ("ancedote", &["anecdote"]), + ("renegoptionsotiated", &["renegotiated"]), + ("selfiers", &["selfies"]), + ("incorperates", &["incorporates"]), + ("termniations", &["terminations"]), + ("encompused", &["encompassed"]), + ("paranoa", &["paranoia"]), + ("absoultly", &["absolutely"]), + ("insurgeny", &["insurgency"]), + ("pinetrest", &["pinterest"]), + ("pascheurizes", &["pasteurizes"]), + ("socialiss", &["socialists"]), + ("fileystem", &["filesystem"]), + ("destintation", &["destination"]), + ("altogehter", &["altogether"]), + ("strategis", &["strategies"]), + ("scandimania", &["scandinavia"]), + ("systemetic", &["systematic"]), + ("follfowiwng", &["following"]), + ("stimulents", &["stimulants"]), + ("multplying", &["multiplying"]), + ("singulair", &["singular"]), + ("pateint", &["patient"]), + ("unfomfortable", &["uncomfortable"]), + ("portraiing", &["portraying"]), + ("qhich", &["quiche", "which"]), + ("definitiion", &["definition"]), + ("accoun", &["account"]), + ("uplaodaded", &["uploaded"]), + ("withtin", &["within"]), + ("stiffneing", &["stiffening"]), + ("heirarchically", &["hierarchically"]), + ("oversubcribes", &["oversubscribes"]), + ("composiblity", &["composability"]), + ("seachkey", &["searchkey"]), + ("collonade", &["colonnade"]), + ("realiztions", &["realizations"]), + ("displa", &["display"]), + ("unconscous", &["unconscious"]), + ("mechancially", &["mechanically"]), + ("translatin", &["translations"]), + ("preferental", &["preferential"]), + ("freindlies", &["friendlies"]), + ("infiltartor", &["infiltrator"]), + ("inbewteen", &["inbetween"]), + ("miinimizing", &["minimizing"]), + ("orphanded", &["orphaned"]), + ("rucuperate", &["recuperate"]), + ("certiainly", &["certainly"]), + ("transfomations", &["transformations"]), + ("orignially", &["originally"]), + ("supeena", &["subpoena"]), + ("emergend", &["emerged"]), + ("specificer", &["specifier"]), + ("cmmanding", &["commanding"]), + ("apprectice", &["apprentice"]), + ("amendmet", &["amendments"]), + ("stript", &["stripped", "script"]), + ("linguisics", &["linguistics"]), + ("helment", &["helmet"]), + ("equilavent", &["equivalent"]), + ("rapair", &["repair"]), + ("efficientcy", &["efficiently"]), + ("mamentos", &["mementos"]), + ("fromat", &["format"]), + ("battlescar", &["battlestar"]), + ("notirications", &["notifications"]), + ("renforce", &["reinforce"]), + ("optening", &["opening"]), + ("experimenatally", &["experimentally"]), + ("credibillity", &["credibility"]), + ("aranged", &["arranged"]), + ("tesselatad", &["tessellated"]), + ("wiith", &["with"]), + ("flud", &["flood"]), + ("trucating", &["truncating"]), + ("obvoius", &["obvious"]), + ("crytsal", &["crystal"]), + ("exspects", &["expects"]), + ("destoyed", &["destroyed"]), + ("abnormaly", &["abnormally"]), + ("refubrished", &["refurbished"]), + ("punisse", &["punishes"]), + ("documentare", &["documentaries"]), + ("exibition", &["exhibition"]), + ("accesseries", &["accessories"]), + ("spoaces", &["spaces"]), + ("uniquey", &["uniquely"]), + ("cardinalis", &["cardinals"]), + ("currenctly", &["currency", "currently"]), + ("alhapetical", &["alphabetical"]), + ("illustraton", &["illustration"]), + ("experimentos", &["experiments"]), + ("psyhic", &["psychic"]), + ("afrer", &["after"]), + ("prayrys", &["prairies"]), + ("desicions", &["decisions"]), + ("integratione", &["integration"]), + ("notacible", &["noticeable"]), + ("overblocking", &["overclocking"]), + ("operaiton", &["operation"]), + ("reproducablitity", &["reproducibility"]), + ("decoratored", &["decorated"]), + ("immeditately", &["immediately"]), + ("accomodation", &["accommodation"]), + ("framwd", &["framed"]), + ("illegaly", &["illegally"]), + ("chocolste", &["chocolates"]), + ("leaneantly", &["leniently"]), + ("reather", &["feather", "rather"]), + ("unspefified", &["unspecified"]), + ("inguenity", &["ingenuity"]), + ("troublehsoot", &["troubleshoot"]), + ("decieves", &["deceives"]), + ("efectively", &["effectively"]), + ("constracted", &["constructed"]), + ("sednetary", &["sedentary"]), + ("reparamterize", &["reparameterize"]), + ("renegoticates", &["renegotiates"]), + ("sensitiv", &["sensitive"]), + ("thereotically", &["theoretically"]), + ("appenines", &["apennines"]), + ("noptifying", &["notifying"]), + ("provodes", &["provides"]), + ("naybhorly", &["neighborly"]), + ("paitent", &["patient"]), + ("clipboar", &["clipboard"]), + ("pacakges", &["packages"]), + ("evluations", &["evaluations"]), + ("extraploate", &["extrapolate"]), + ("younget", &["youngest"]), + ("misunderstadings", &["misunderstandings"]), + ("mothreboard", &["motherboards"]), + ("headhpone", &["headphone"]), + ("dependencly", &["dependency"]), + ("orbtial", &["orbital"]), + ("murderered", &["murdered"]), + ("inexpenisve", &["inexpensive"]), + ("decremeanting", &["decrementing"]), + ("deallcoate", &["deallocate"]), + ("commemerative", &["commemorative"]), + ("decorder", &["decoder"]), + ("naugthy", &["naughty"]), + ("efficiant", &["efficient"]), + ("barrakcs", &["barracks"]), + ("publick", &["public"]), + ("vulnerbility", &["vulnerability"]), + ("padds", &["pads"]), + ("fule", &["file"]), + ("acccord", &["accord"]), + ("intricaces", &["intricacies"]), + ("inpsired", &["inspired"]), + ("recoves", &["recovers"]), + ("distriubtion", &["distributions"]), + ("intented", &["intended", "indented"]), + ("recurits", &["recruits"]), + ("caculations", &["calculations"]), + ("enthusiats", &["enthusiast"]), + ("whitsle", &["whistle"]), + ("procecure", &["procedure"]), + ("misrepresentatie", &["misrepresentation"]), + ("reslution", &["resolution"]), + ("inpsire", &["inspire"]), + ("mecanical", &["mechanical"]), + ("comapare", &["compare"]), + ("shaprie", &["sharpie"]), + ("interracting", &["interacting"]), + ("fromed", &["formed"]), + ("comunists", &["communists"]), + ("represnet", &["represent"]), + ("romoteing", &["remoting"]), + ("negoitations", &["negotiations"]), + ("applikays", &["appliqués"]), + ("loepard", &["leopard"]), + ("conditially", &["conditionally"]), + ("reenforcements", &["reinforcements"]), + ("prference", &["preference"]), + ("correspon", &["correspond"]), + ("individally", &["individually"]), + ("heuristcs", &["heuristics"]), + ("instlaling", &["installing"]), + ("academicaly", &["academically"]), + ("conponents", &["components"]), + ("intolerante", &["intolerance"]), + ("cahining", &["chaining"]), + ("otherwhere", &["elsewhere"]), + ("disgruntld", &["disgruntled"]), + ("columnular", &["columnar"]), + ("yoesmite", &["yosemite"]), + ("accumulaton", &["accumulation"]), + ("readdrsses", &["readdresses"]), + ("spliting", &["splitting"]), + ("conveinence", &["convenience"]), + ("peculair", &["peculiar"]), + ("collaterial", &["collateral"]), + ("sancutary", &["sanctuary"]), + ("vinigarettes", &["vinaigrettes"]), + ("paranoida", &["paranoia"]), + ("interactionn", &["interaction"]), + ("aligining", &["aligning"]), + ("varifications", &["verifications"]), + ("propert", &["property"]), + ("explitly", &["explicitly"]), + ("youforic", &["euphoric"]), + ("disproportinate", &["disproportionate"]), + ("disqustingly", &["disgustingly"]), + ("hurrikanes", &["hurricanes"]), + ("farcking", &["fracking"]), + ("wispers", &["whispers"]), + ("poluting", &["polluting"]), + ("subscibres", &["subscribers", "subscribes"]), + ("dicover", &["discover"]), + ("lifeycle", &["lifecycle"]), + ("entreprenures", &["entrepreneurs"]), + ("trainigns", &["trainings"]), + ("enthusiant", &["enthusiast"]), + ("vallys", &["valleys"]), + ("recongized", &["recognized"]), + ("generas", &["generals"]), + ("tweleve", &["twelve"]), + ("grandchilder", &["grandchildren"]), + ("relaods", &["reloads"]), + ("hurricance", &["hurricane"]), + ("poylgon", &["polygon"]), + ("birectional", &["bidirectional"]), + ("rearrants", &["rearrangements"]), + ("commnads", &["commands"]), + ("miniture", &["miniature"]), + ("rivarlies", &["rivalries"]), + ("corectly", &["correctly"]), + ("itsef", &["itself"]), + ("manufatured", &["manufactured"]), + ("sillicon", &["silicon"]), + ("transiever", &["transceiver"]), + ("connectionas", &["connections"]), + ("torphies", &["trophies"]), + ("minisucle", &["miniscule"]), + ("nimphomaniac", &["nymphomaniac"]), + ("shnaghai", &["shanghai"]), + ("anomolous", &["anomalous"]), + ("protestos", &["protests"]), + ("subscribirse", &["subscriber"]), + ("commenteers", &["commenter"]), + ("blatanty", &["blatantly"]), + ("ackward", &["awkward", "backward"]), + ("softwre", &["software"]), + ("capialized", &["capitalized"]), + ("momements", &["moments"]), + ("interrface", &["interface"]), + ("atribut", &["attribute"]), + ("traines", &["trainers"]), + ("enlightining", &["enlightening"]), + ("unbreakabke", &["unbreakable"]), + ("contaminen", &["containment"]), + ("reparametrized", &["reparameterized"]), + ("tessleator", &["tessellator"]), + ("anohter", &["another"]), + ("rocorder", &["recorder"]), + ("congifure", &["configure"]), + ("pedophilea", &["pedophilia"]), + ("assebly", &["assembly"]), + ("varified", &["verified"]), + ("benefied", &["benefited"]), + ("discconect", &["disconnect"]), + ("ignorge", &["ignore"]), + ("eventaully", &["eventually"]), + ("goalkeeprs", &["goalkeeper"]), + ("speficitied", &["specified"]), + ("ciricle", &["circle"]), + ("typorgapher", &["typographer"]), + ("unheathly", &["unhealthy"]), + ("studdy", &["study"]), + ("duplaicates", &["duplicates"]), + ("austrai", &["austria"]), + ("unsuable", &["unusable"]), + ("enthaply", &["enthalpy"]), + ("clipboad", &["clipboard"]), + ("protagoinst", &["protagonists"]), + ("exceotion", &["exemption"]), + ("guarranteing", &["guaranteeing"]), + ("sitl", &["still"]), + ("purpuses", &["purposes"]), + ("concentratons", &["concentrations"]), + ("intaller", &["installer"]), + ("turle", &["turtle"]), + ("tengentially", &["tangentially"]), + ("grobal", &["global"]), + ("comtainer", &["container"]), + ("oversubscibed", &["oversubscribed"]), + ("wolwide", &["worldwide"]), + ("efficeint", &["efficient"]), + ("responisve", &["responsive"]), + ("subjectifs", &["subjects"]), + ("allievate", &["alleviate"]), + ("entquire", &["enquire"]), + ("uprading", &["upgrading"]), + ("igores", &["ignores"]), + ("intenionally", &["intentionally"]), + ("emualtion", &["emulation"]), + ("lepracy", &["leprosy"]), + ("specializare", &["specialize"]), + ("becausae", &["because"]), + ("perfomramces", &["performances"]), + ("psychologycal", &["psychologically"]), + ("equivlent", &["equivalent"]), + ("alwasy", &["always"]), + ("exatctly", &["exactly"]), + ("transformes", &["transformers"]), + ("elemenent", &["element"]), + ("organsier", &["organiser"]), + ("disscovers", &["discovers"]), + ("globbal", &["global"]), + ("deflectin", &["deflection"]), + ("anticapate", &["anticipate"]), + ("stupidr", &["stupider"]), + ("regrigerator", &["refrigerator"]), + ("paltforms", &["platforms"]), + ("terrorities", &["territories"]), + ("eratic", &["erratic"]), + ("unbelizeable", &["unbelievable"]), + ("mountian", &["mountain"]), + ("concesions", &["concession"]), + ("journy", &["journey"]), + ("uests", &["quests"]), + ("seventen", &["seventeen"]), + ("parenthasis", &["parenthesis"]), + ("descrption", &["description"]), + ("pireced", &["pierced"]), + ("mutally", &["mutually"]), + ("illuminanti", &["illuminati"]), + ("documentaires", &["documentaries"]), + ("crediential", &["credential"]), + ("placeholer", &["placeholder"]), + ("scheudled", &["scheduled"]), + ("fugured", &["figured"]), + ("poointer", &["pointer"]), + ("combinaiton", &["combinations"]), + ("introducted", &["introduced"]), + ("transisioned", &["transitioned"]), + ("coveres", &["covers"]), + ("circuncised", &["circumcised"]), + ("furethest", &["furthest"]), + ("orgasmes", &["orgasms"]), + ("neighberhodds", &["neighborhoods"]), + ("characteter", &["character"]), + ("derivatvies", &["derivatives"]), + ("vulnerabuilites", &["vulnerabilities"]), + ("recconencting", &["reconnecting"]), + ("exeucted", &["executed"]), + ("equivqlent", &["equivalent"]), + ("flexibilty", &["flexibility"]), + ("irrelivant", &["irrelevant"]), + ("resposive", &["responsive"]), + ("diplay", &["display"]), + ("uncersored", &["uncensored"]), + ("uest", &["quest"]), + ("outragoues", &["outrageous"]), + ("ths", &["the", "this"]), + ("imge", &["image"]), + ("mofifies", &["modifies"]), + ("monsday", &["monday"]), + ("performanve", &["performance"]), + ("anticapated", &["anticipated"]), + ("fundamnetal", &["fundamentals"]), + ("interferd", &["interfered"]), + ("inconsistecy", &["inconsistency"]), + ("transofrming", &["transforming"]), + ("unspeficilleid", &["unspecified"]), + ("oftenly", &["often"]), + ("chargehr", &["charger"]), + ("represetation", &["representation"]), + ("definityl", &["definitely"]), + ("snappng", &["snapping"]), + ("balanceada", &["balanced"]), + ("stimulli", &["stimuli"]), + ("singoolarity", &["singularity"]), + ("erlier", &["earlier"]), + ("containt", &["contain", "content"]), + ("arbitually", &["arbitrarily"]), + ("interting", &["interacting", "inserting"]), + ("fliped", &["flipped"]), + ("inventios", &["inventions"]), + ("deailing", &["dealing"]), + ("reallocaiing", &["reallocating"]), + ("alog", &["along"]), + ("phongraph", &["phonograph"]), + ("capitilist", &["capitalist"]), + ("mutliply", &["multiply"]), + ("illinoians", &["illinois"]), + ("dequeing", &["dequeuing"]), + ("irriration", &["irritation"]), + ("favourties", &["favourites"]), + ("pontential", &["potential"]), + ("unhealhty", &["unhealthy"]), + ("recogniced", &["recognised"]), + ("personatus", &["personas"]), + ("pretious", &["previous"]), + ("wohle", &["whole"]), + ("cloding", &["closing"]), + ("compressd", &["compressed"]), + ("mobify", &["modify"]), + ("opinyonaire", &["opinionnaire"]), + ("shepperds", &["shepherds"]), + ("neurton", &["neutron"]), + ("desallocates", &["deallocates"]), + ("sufficiennt", &["sufficient"]), + ("greather", &["greater"]), + ("initliaser", &["initialiser"]), + ("srarted", &["started"]), + ("peforated", &["perforated"]), + ("inatruction", &["instruction"]), + ("chec", &["check"]), + ("overrideable", &["overridable"]), + ("susbtantive", &["substantive"]), + ("builr", &["build"]), + ("explcitely", &["explicitly"]), + ("acqauinted", &["acquainted"]), + ("bunlding", &["bundling"]), + ("toliets", &["toilets"]), + ("subsecrion", &["subsection"]), + ("bioplar", &["bipolar"]), + ("infreqeuncy", &["infrequency"]), + ("overheathing", &["overheating"]), + ("noy", &["not"]), + ("forawrd", &["forward"]), + ("qualifiies", &["qualifiers"]), + ("performas", &["performs"]), + ("contextuel", &["contextual"]), + ("promotinal", &["promotional"]), + ("headachs", &["headaches"]), + ("experimentul", &["experimental"]), + ("comparism", &["comparison"]), + ("resorucing", &["resourcing"]), + ("donwloadable", &["downloadable"]), + ("coalaescing", &["coalescing"]), + ("guaranteeds", &["guarantees"]), + ("troubador", &["troubadour"]), + ("modifiy", &["modify"]), + ("descriminating", &["discriminating"]), + ("stroylines", &["storylines"]), + ("explins", &["explains"]), + ("ostencibly", &["ostensibly"]), + ("cacluated", &["calculated"]), + ("bodywieght", &["bodyweight"]), + ("howover", &["however"]), + ("enterie", &["entry"]), + ("scartching", &["scratching"]), + ("trasnparent", &["transparent"]), + ("corsari", &["corsair"]), + ("whitch", &["which"]), + ("sencondary", &["secondary"]), + ("devleopers", &["developers"]), + ("quantitaive", &["quantitative"]), + ("permenently", &["permanently"]), + ("provisiones", &["provisions"]), + ("illegsl", &["illegals"]), + ("consecuence", &["consequence"]), + ("exlated", &["exalted"]), + ("ropository", &["repository"]), + ("involed", &["involved"]), + ("somethinks", &["somethings"]), + ("biridectionality", &["bidirectionality"]), + ("outlcassed", &["outclassed"]), + ("sover", &["solver"]), + ("renforcements", &["reinforcements"]), + ("stupire", &["stupider"]), + ("themsef", &["themself"]), + ("termporaries", &["temporaries"]), + ("accesories", &["accessories"]), + ("endcoding", &["encoding"]), + ("psitoins", &["positions"]), + ("hestiate", &["hesitate"]), + ("questionalbe", &["questionable"]), + ("cambrige", &["cambridge"]), + ("unce", &["once"]), + ("recurding", &["recurring"]), + ("desensitzed", &["desensitized"]), + ("prevews", &["previews"]), + ("norml", &["normal", "norm"]), + ("comparisements", &["comparisons"]), + ("depenently", &["dependently"]), + ("comiler", &["compiler"]), + ("coefficeints", &["coefficients"]), + ("problably", &["probably"]), + ("renegoatiate", &["renegotiate"]), + ("penisula", &["peninsula"]), + ("flatened", &["flattened"]), + ("caluculated", &["calculated"]), + ("ony", &["only", "on", "one"]), + ("scandivania", &["scandinavian"]), + ("dissappers", &["disappears"]), + ("reimpplement", &["reimplement"]), + ("framei", &["frame"]), + ("sacrafice", &["sacrifice"]), + ("belye", &["belie"]), + ("outwieghs", &["outweighs"]), + ("discoveres", &["discovers"]), + ("helpying", &["helping"]), + ("wolrdview", &["worldview"]), + ("miminise", &["minimise"]), + ("terretories", &["territories"]), + ("seletion", &["selection", "deletion"]), + ("disovering", &["discovering"]), + ("misunterstood", &["misunderstood"]), + ("validting", &["validating"]), + ("authorites", &["authorities"]), + ("directrive", &["directive"]), + ("wariors", &["warriors"]), + ("simplificacion", &["simplification"]), + ("stipped", &["stripped"]), + ("whistels", &["whistles"]), + ("norwegain", &["norwegian"]), + ("threshod", &["threshold"]), + ("forbad", &["forbade"]), + ("flawlessy", &["flawlessly"]), + ("diposed", &["disposed", "deposed"]), + ("tempororarily", &["temporarily"]), + ("brussles", &["brussels"]), + ("frustratin", &["frustration"]), + ("undenaible", &["undeniable"]), + ("contracter", &["contractor"]), + ("hybrides", &["hybrids"]), + ("steram", &["stream"]), + ("athorization", &["authorization"]), + ("equivilence", &["equivalence"]), + ("garenteed", &["guaranteed"]), + ("circularlly", &["circularly"]), + ("dimnension", &["dimension"]), + ("transfomation", &["transformation"]), + ("pretensje", &["pretense"]), + ("aritst", &["artist"]), + ("metropolitian", &["metropolitan"]), + ("agressive", &["aggressive"]), + ("calibler", &["caliber"]), + ("clarfiy", &["clarify"]), + ("occupance", &["occupancy"]), + ("entrapeneurs", &["entrepreneur"]), + ("invulverable", &["invulnerable"]), + ("relationsship", &["relationships"]), + ("overzelosly", &["overzealously"]), + ("refeshed", &["refreshed"]), + ("indivudual", &["individual"]), + ("algorothms", &["algorithms"]), + ("jurnyes", &["journeys"]), + ("explioted", &["exploited"]), + ("rewitten", &["rewritten"]), + ("derviatives", &["derivatives"]), + ("narcissisism", &["narcissism"]), + ("concaneted", &["concatenated"]), + ("scroling", &["scrolling"]), + ("relatation", &["relaxation"]), + ("zealouts", &["zealous"]), + ("acomplish", &["accomplish"]), + ("exepectations", &["expectations"]), + ("intimidad", &["intimidated"]), + ("quarantena", &["quarantine"]), + ("documnet", &["document"]), + ("convervative", &["conservative"]), + ("cimmetricaly", &["symmetrically"]), + ("imrpoved", &["improved"]), + ("deconded", &["decoded"]), + ("referncence", &["reference"]), + ("openen", &["opened", "opening"]), + ("monumnets", &["monuments"]), + ("defauld", &["default"]), + ("complcated", &["complicated"]), + ("horrable", &["horrible"]), + ("regars", &["regards"]), + ("prommpts", &["prompts"]), + ("skwyard", &["skyward"]), + ("oger", &["ogre"]), + ("continient", &["contingent"]), + ("provinence", &["providence"]), + ("bayoent", &["bayonet"]), + ("meidcare", &["medicare"]), + ("leggacies", &["legacies"]), + ("jeapardy", &["jeopardy"]), + ("shecking", &["checking", "shucking"]), + ("dispalyes", &["displays"]), + ("conext", &["context", "connect", "connects"]), + ("contribted", &["contributed"]), + ("consoldate", &["consolidate"]), + ("primiary", &["primary"]), + ("achievemint", &["achievement"]), + ("platflorm", &["platform"]), + ("commnds", &["commands"]), + ("convineances", &["conveniences"]), + ("aloable", &["allowable", "available"]), + ("pagagraph", &["paragraph"]), + ("documment", &["document"]), + ("amature", &["armature", "amateur"]), + ("randayvoued", &["rendezvoused"]), + ("futal", &["futile"]), + ("collsion", &["collision"]), + ("preferrs", &["prefers"]), + ("buidlers", &["builders"]), + ("defininitions", &["definitions"]), + ("shouw", &["show"]), + ("jenkin", &["jenkins"]), + ("simluation", &["simulation"]), + ("positionning", &["positioning"]), + ("gracefuly", &["gracefully"]), + ("schziophrenic", &["schizophrenic"]), + ("platfform", &["platform"]), + ("paramemeter", &["parameter"]), + ("anomolies", &["anomalies"]), + ("lightbulp", &["lightbulb"]), + ("manufacturor", &["manufacturer"]), + ("autonegotitaions", &["autonegotiations"]), + ("severly", &["severely"]), + ("precausion", &["precaution"]), + ("conect", &["connect"]), + ("behavour", &["behaviour"]), + ("varieable", &["variable"]), + ("objectivify", &["objectivity"]), + ("delimition", &["delimitation"]), + ("expectatoin", &["expectation"]), + ("uploadds", &["uploads"]), + ("exchenge", &["exchange"]), + ("possesss", &["possesses"]), + ("succceeded", &["succeeded"]), + ("choise", &["choice"]), + ("adverticed", &["advertised"]), + ("ampatheater", &["amphitheater"]), + ("karismatically", &["charismatically"]), + ("shenangians", &["shenanigans"]), + ("explicete", &["explicit", "explicitly"]), + ("inevitibly", &["inevitably"]), + ("focusf", &["focus"]), + ("weappons", &["weapons"]), + ("youe", &["your"]), + ("composutes", &["composites"]), + ("licemses", &["licenses"]), + ("adecuate", &["adequate"]), + ("dimesnional", &["dimensional"]), + ("downloding", &["downloading"]), + ("engineed", &["engineered"]), + ("opreands", &["operands"]), + ("politicin", &["politician"]), + ("neighberhood", &["neighborhood"]), + ("abovemtioned", &["abovementioned"]), + ("cardiovasculaire", &["cardiovascular"]), + ("comparation", &["comparison"]), + ("concatonated", &["concatenated"]), + ("europeaness", &["europeans"]), + ("algoroithmically", &["algorithmically"]), + ("apolegetic", &["apologetic"]), + ("equilvalent", &["equivalent"]), + ("apporachable", &["approachable"]), + ("algorithem", &["algorithm"]), + ("adpats", &["adapts"]), + ("brosing", &["browsing"]), + ("omlets", &["omelets"]), + ("encounteerd", &["encountered"]), + ("pathfindir", &["pathfinder"]), + ("invokation", &["invocation"]), + ("nucelus", &["nucleus"]), + ("momentarilly", &["momentarily"]), + ("visibilit", &["visibility"]), + ("nothern", &["northern"]), + ("reosne", &["reason"]), + ("journalistc", &["journalistic"]), + ("suggeste", &["suggestive"]), + ("acale", &["scale"]), + ("propolsion", &["propulsion"]), + ("protruberances", &["protuberances"]), + ("independant", &["independent"]), + ("seperares", &["separates"]), + ("groshury", &["grocery"]), + ("phython", &["python"]), + ("vershin", &["version"]), + ("chaged", &["changed", "charged"]), + ("lewtenants", &["lieutenants"]), + ("poilcy", &["policy"]), + ("traileras", &["trailers"]), + ("coodinate", &["coordinate"]), + ("expoldes", &["explodes"]), + ("benevelant", &["benevolent"]), + ("constructur", &["constructor"]), + ("assigment", &["assignment"]), + ("cartrdige", &["cartridge"]), + ("excetuted", &["executed"]), + ("entending", &["intending"]), + ("montioring", &["monitoring"]), + ("akumulates", &["accumulates"]), + ("confiuration", &["configuration"]), + ("yoman", &["yeoman"]), + ("startig", &["starting"]), + ("thursdsy", &["thursdays"]), + ("reounded", &["rounded"]), + ("iechart", &["piechart"]), + ("calclulates", &["calculates"]), + ("resolutino", &["resolutions", "resolution"]), + ("untraind", &["untrained"]), + ("framented", &["fragmented"]), + ("regorded", &["recorded"]), + ("havin", &["having"]), + ("renegothiation", &["renegotiation"]), + ("decalration", &["declaration"]), + ("ankshisness", &["anxiousness"]), + ("soovinneer", &["souvenir"]), + ("feets", &["feet", "feats"]), + ("perfomeance", &["performance"]), + ("smalles", &["smallest"]), + ("learing", &["learning"]), + ("cuddleys", &["cuddles"]), + ("carrear", &["career"]), + ("atronomical", &["agronomical", "astronomical"]), + ("appraoching", &["approaching"]), + ("brigde", &["bridge"]), + ("cernomial", &["ceremonial"]), + ("estiomators", &["estimators"]), + ("emplyment", &["employment"]), + ("compensacion", &["compensation"]), + ("prinf", &["print", "printf", "sprintf"]), + ("characteds", &["characters"]), + ("unconvensional", &["unconventional"]), + ("braoder", &["broader"]), + ("clas", &["class"]), + ("contais", &["contains"]), + ("definatively", &["definitively"]), + ("cloumn", &["column"]), + ("prodution", &["production"]), + ("readed", &["read", "readd", "readded"]), + ("comression", &["compression"]), + ("singol", &["signal", "single"]), + ("withrdawing", &["withdrawing"]), + ("preleminary", &["preliminary"]), + ("historial", &["historical"]), + ("ownenership", &["ownership"]), + ("emphesized", &["emphasized"]), + ("exceuctors", &["executors"]), + ("qestions", &["questions"]), + ("exameples", &["examples"]), + ("unitilities", &["utilities"]), + ("domonstrates", &["demonstrates"]), + ("incvalid", &["invalid"]), + ("dependnecy", &["dependency"]), + ("aaproximately", &["approximately"]), + ("consier", &["consider"]), + ("indexs", &["indexes", "indices"]), + ("unmisakably", &["unmistakably"]), + ("imagenary", &["imaginary"]), + ("soovinear", &["souvenir"]), + ("definatly", &["definitely"]), + ("civelisation", &["civilisation"]), + ("machanism", &["mechanism"]), + ("insufficently", &["insufficiently"]), + ("embarassign", &["embarrassing"]), + ("pinpiont", &["pinpoint"]), + ("spefixications", &["specifications"]), + ("withelist", &["whitelist"]), + ("jonatahn", &["jonathan"]), + ("coalesc", &["coalesce"]), + ("druming", &["drumming"]), + ("deifning", &["defining"]), + ("succesors", &["successors"]), + ("operativne", &["operative"]), + ("sceintific", &["scientific"]), + ("symptoom", &["symptom"]), + ("astronautas", &["astronauts"]), + ("paragarphs", &["paragraphs"]), + ("workarunds", &["workarounds"]), + ("exhasut", &["exhaust"]), + ("handshacked", &["handshaked"]), + ("funiture", &["furniture"]), + ("horitontal", &["horizontal"]), + ("conflicing", &["conflicting"]), + ("outweights", &["outweighs"]), + ("manevuer", &["maneuver"]), + ("losted", &["listed", "lost", "lasted"]), + ("malaira", &["malaria"]), + ("negotioates", &["negotiates"]), + ("buddhim", &["buddhism"]), + ("neighboorhod", &["neighbourhood", "neighborhood"]), + ("zionsit", &["zionist"]), + ("eacg", &["each"]), + ("caclucator", &["calculator"]), + ("cosoled", &["consoled"]), + ("privilegeds", &["privileges"]), + ("graphiclly", &["graphically"]), + ("tilda", &["tilde"]), + ("indicationg", &["indicating", "indication"]), + ("eanbles", &["enables"]), + ("downtraded", &["downgraded"]), + ("compeares", &["compares"]), + ("renegoates", &["renegotiates"]), + ("carreer", &["career"]), + ("mathematicaly", &["mathematically"]), + ("immidiatelly", &["immediately"]), + ("taggs", &["tags"]), + ("culumative", &["cumulative"]), + ("syle", &["style"]), + ("regularlising", &["regularising"]), + ("disposel", &["disposal"]), + ("pitchworks", &["pitchforks"]), + ("vetored", &["vectored", "vetoed"]), + ("guranteed", &["guaranteed"]), + ("controlleras", &["controllers"]), + ("authentified", &["authenticated"]), + ("declaraton", &["declaration"]), + ("progresion", &["progression"]), + ("resrouced", &["resourced"]), + ("prefence", &["preference", "presence", "pretence"]), + ("commpare", &["compare"]), + ("archiac", &["archaic"]), + ("constcurts", &["constructs"]), + ("summones", &["summoners"]), + ("verfy", &["verify"]), + ("authencating", &["authenticating"]), + ("monomorpize", &["monomorphize"]), + ("tequlia", &["tequila"]), + ("incentivate", &["incentive"]), + ("indepdendently", &["independently"]), + ("dfinition", &["definition"]), + ("calescing", &["coalescing"]), + ("documentery", &["documentary"]), + ("speficifc", &["specific"]), + ("hussel", &["hustle", "mussel"]), + ("construtors", &["constructors"]), + ("valud", &["valid", "value"]), + ("delievries", &["deliveries"]), + ("gool", &["ghoul"]), + ("motiation", &["motivation"]), + ("autonegosiations", &["autonegotiations"]), + ("unconcsiously", &["unconsciously"]), + ("photogrpahed", &["photographed"]), + ("collaberate", &["collaborate"]), + ("evalutaion", &["evaluation"]), + ("deplicated", &["deprecated"]), + ("malfonction", &["malfunction"]), + ("invitating", &["invitation"]), + ("confirmaed", &["confirmed"]), + ("transpart", &["transport"]), + ("chirstian", &["christian"]), + ("sovereinity", &["sovereignty"]), + ("judgementals", &["judgements"]), + ("spitirually", &["spiritually"]), + ("electromagnetc", &["electromagnetic"]), + ("guardianis", &["guardians"]), + ("experimaneting", &["experimenting"]), + ("poesession", &["possession"]), + ("indictes", &["indicates"]), + ("wirth", &["with", "worth"]), + ("buzilla", &["bugzilla"]), + ("teached", &["taught"]), + ("exexutable", &["executable"]), + ("combinatins", &["combinations"]), + ("happilly", &["happily"]), + ("boudaries", &["boundaries"]), + ("somethiung", &["something"]), + ("execption", &["exception"]), + ("braches", &["branches", "breaches"]), + ("systimatically", &["systematically"]), + ("recostruct", &["reconstruct"]), + ("informatoin", &["information"]), + ("grahical", &["graphical"]), + ("disporportionatly", &["disproportionately"]), + ("configutes", &["configures"]), + ("gentlemn", &["gentlemen"]), + ("commutive", &["commutative"]), + ("experimetnelly", &["experimentally"]), + ("elctromagnetic", &["electromagnetic"]), + ("percetnage", &["percentages"]), + ("geneation", &["generation"]), + ("dolphis", &["dolphins"]), + ("dicard", &["discard"]), + ("chararcter", &["character"]), + ("interaly", &["internally"]), + ("indenx", &["index"]), + ("useing", &["using"]), + ("approximat", &["approximate"]), + ("earlyer", &["earlier"]), + ("chronologicly", &["chronological"]), + ("imablanced", &["imbalanced"]), + ("periode", &["period"]), + ("comparetively", &["comparatively"]), + ("picoseonds", &["picoseconds"]), + ("recude", &["reduce"]), + ("personarse", &["personas"]), + ("convice", &["convince"]), + ("genereate", &["generate"]), + ("parliamantary", &["parliamentary"]), + ("recommeding", &["recommending"]), + ("exictement", &["excitement"]), + ("eaziest", &["easiest"]), + ("hypenated", &["hyphenated"]), + ("pojrectors", &["projectors"]), + ("universale", &["universe"]), + ("fixel", &["pixel"]), + ("seramonies", &["ceremonies"]), + ("roataion", &["rotation"]), + ("sprakling", &["sparkling"]), + ("dependedn", &["dependent"]), + ("oherwise", &["otherwise"]), + ("imcompatibility", &["incompatibility"]), + ("themselvs", &["themselves"]), + ("incompetentence", &["incompetence"]), + ("differnet", &["different"]), + ("neice", &["niece", "nice"]), + ("constanst", &["constants"]), + ("rigoreous", &["rigorous"]), + ("renegotications", &["renegotiations"]), + ("copyritght", &["copyright"]), + ("inbrases", &["embraces"]), + ("geomety", &["geometry"]), + ("follwowinwg", &["following"]), + ("hamliton", &["hamilton"]), + ("afor", &["for"]), + ("warnongs", &["warnings"]), + ("listenter", &["listener"]), + ("kicthen", &["kitchen"]), + ("basicallly", &["basically"]), + ("leaglize", &["legalize"]), + ("creativey", &["creatively"]), + ("safeing", &["saving"]), + ("thses", &["these"]), + ("adrress", &["address"]), + ("dicide", &["decide"]), + ("thumnails", &["thumbnails"]), + ("louisviile", &["louisville"]), + ("reinitalises", &["reinitialises"]), + ("foor", &["foot", "for"]), + ("rekative", &["relative"]), + ("medicaitons", &["medications"]), + ("stornfront", &["stormfront"]), + ("acchieved", &["achieved"]), + ("fiferox", &["firefox"]), + ("modifcations", &["modifications"]), + ("invulnerabile", &["invulnerable"]), + ("maletonin", &["melatonin"]), + ("intested", &["interested"]), + ("inertion", &["insertion"]), + ("beutification", &["beautification"]), + ("semestre", &["semester"]), + ("kingdomers", &["kingdoms"]), + ("adeilade", &["adelaide"]), + ("attented", &["attended"]), + ("olny", &["only"]), + ("incoherant", &["incoherent"]), + ("prefferable", &["preferable"]), + ("privilidge", &["privilege"]), + ("interrogacion", &["interrogation"]), + ("swtich", &["switch"]), + ("corosponding", &["corresponding"]), + ("chanlder", &["chandler"]), + ("tournmanets", &["tournaments"]), + ("preipherals", &["peripherals"]), + ("assimialted", &["assimilate"]), + ("aparthide", &["apartheid"]), + ("mutipule", &["multiple"]), + ("fomed", &["formed"]), + ("harcoded", &["hardcoded"]), + ("understant", &["understand"]), + ("parliamentry", &["parliamentary"]), + ("somwhow", &["somehow"]), + ("technicials", &["technicians"]), + ("chnanges", &["changes"]), + ("yotube", &["youtube"]), + ("inforational", &["informational"]), + ("splittr", &["splitter"]), + ("tdoo", &["todo"]), + ("baoynet", &["bayonet"]), + ("dimentions", &["dimensions"]), + ("autheniticates", &["authenticates"]), + ("figuretively", &["figuratively"]), + ("frequantly", &["frequently"]), + ("schem", &["scheme", "schema"]), + ("incluging", &["including"]), + ("mortum", &["mortem"]), + ("contentes", &["contents"]), + ("bulit", &["built"]), + ("suspicios", &["suspicious"]), + ("ojects", &["objects"]), + ("pyrhon", &["python"]), + ("popluar", &["popular"]), + ("negotionated", &["negotiated"]), + ("capitilized", &["capitalized"]), + ("alogirthmic", &["algorithmic"]), + ("emphisizes", &["emphasizes"]), + ("communcation", &["communication"]), + ("comforming", &["comforting"]), + ("contaings", &["contains"]), + ("enhaced", &["enhanced"]), + ("usless", &["useless"]), + ("exector", &["executor"]), + ("requrested", &["requested"]), + ("trasnfer", &["transfer"]), + ("anitime", &["anytime"]), + ("kenndey", &["kennedy"]), + ("panmedic", &["pandemic"]), + ("fundamentalistas", &["fundamentalists"]), + ("pennsylvainia", &["pennsylvania"]), + ("ukraininas", &["ukrainians"]), + ("propects", &["projects", "prospects", "protects"]), + ("cogniscent", &["cognisant"]), + ("comlpeter", &["completer"]), + ("complacient", &["complacent"]), + ("gabage", &["garbage"]), + ("perferect", &["perfect"]), + ("statistisk", &["statistics"]), + ("spefcifics", &["specifics"]), + ("relitavely", &["relatively"]), + ("mormonts", &["mormons"]), + ("withouyt", &["without"]), + ("changable", &["changeable"]), + ("accension", &["accession", "ascension"]), + ("valkyire", &["valkyrie"]), + ("dominanting", &["dominating"]), + ("togther", &["together"]), + ("trasforming", &["transforming"]), + ("connectins", &["connects", "connections"]), + ("compulsary", &["compulsory"]), + ("notoriuosly", &["notoriously"]), + ("eisntance", &["instance"]), + ("terrorsim", &["terrorism"]), + ("phlema", &["phlegma"]), + ("specularite", &["speculative"]), + ("crahes", &["crashes"]), + ("repulsie", &["repulsive"]), + ("wraapping", &["wrapping"]), + ("abstrcter", &["abstracter"]), + ("versatilty", &["versatility"]), + ("experimetations", &["experimentations"]), + ("persewes", &["pursues"]), + ("reipients", &["recipients"]), + ("heplful", &["helpful"]), + ("wrapps", &["wraps"]), + ("vereigated", &["variegated"]), + ("bakends", &["backends"]), + ("cognitivie", &["cognitive"]), + ("egde", &["edge"]), + ("repare", &["reparse", "repair"]), + ("guarnteing", &["guaranteeing"]), + ("nortification", &["notification"]), + ("cultrually", &["culturally"]), + ("offlaoded", &["offloaded"]), + ("argentia", &["argentina"]), + ("interaces", &["interfaces"]), + ("enumration", &["enumeration"]), + ("chizelling", &["chiselling"]), + ("deffinition", &["definition"]), + ("dashboads", &["dashboards"]), + ("scafolded", &["scaffolded"]), + ("cordiante", &["coordinate"]), + ("fundemantalist", &["fundamentalist"]), + ("serachs", &["searches"]), + ("bevorehand", &["beforehand"]), + ("shartening", &["sharpening"]), + ("mininal", &["minimal"]), + ("imortable", &["importable"]), + ("poltry", &["poultry"]), + ("armageddan", &["armageddon"]), + ("dereferencable", &["dereferenceable"]), + ("assighs", &["assigns"]), + ("vaguley", &["vaguely"]), + ("converastion", &["conversations"]), + ("eqaution", &["equation"]), + ("cartensian", &["cartesian"]), + ("uninitilized", &["uninitialized"]), + ("firefigthers", &["firefighters"]), + ("receving", &["receiving"]), + ("iif", &["if"]), + ("experimntations", &["experimentations"]), + ("algorrithmically", &["algorithmically"]), + ("circit", &["circuit"]), + ("scracthes", &["scratches"]), + ("diretcx", &["directx"]), + ("sunsday", &["sunday"]), + ("touble", &["trouble"]), + ("valentinos", &["valentines"]), + ("arrangd", &["arranged"]), + ("deserialsing", &["deserialising"]), + ("mccarthey", &["mccarthy"]), + ("requre", &["require"]), + ("normallized", &["normalized"]), + ("warrning", &["warning"]), + ("viw", &["view"]), + ("paradime", &["paradigm"]), + ("auhtors", &["authors"]), + ("finihsed", &["finished"]), + ("simeltaneously", &["simultaneously"]), + ("suround", &["surround"]), + ("feminie", &["feminine"]), + ("contradice", &["contradicted"]), + ("appropriaton", &["appropriation"]), + ("theorectical", &["theoretical"]), + ("sustitution", &["substitution"]), + ("nessisary", &["necessary"]), + ("decallocate", &["deallocate"]), + ("simulataneously", &["simultaneously"]), + ("experirations", &["expirations"]), + ("asure", &["assure"]), + ("exceuctions", &["executions"]), + ("pscyhed", &["psyched"]), + ("coexinsts", &["coexists"]), + ("enountered", &["encountered"]), + ("bengazhi", &["benghazi"]), + ("atmospere", &["atmosphere"]), + ("retrubution", &["retribution"]), + ("acknowlegded", &["acknowledged"]), + ("resopnsible", &["responsible"]), + ("authenctication", &["authentication"]), + ("taged", &["tagged"]), + ("surrogage", &["surrogate"]), + ("warings", &["warnings"]), + ("volxels", &["voxels"]), + ("egenral", &["general"]), + ("ortogonality", &["orthogonality"]), + ("prevew", &["preview"]), + ("typechek", &["typecheck"]), + ("dysfucntion", &["dysfunction"]), + ("lasagnea", &["lasagna"]), + ("dasboards", &["dashboards"]), + ("abberation", &["aberration"]), + ("civilziation", &["civilizations"]), + ("supriously", &["spuriously"]), + ("allocatote", &["allocate"]), + ("becames", &["becomes", "became"]), + ("aditionally", &["additionally"]), + ("themsleves", &["themselves"]), + ("detectt", &["detect"]), + ("matser", &["master"]), + ("liesure", &["leisure"]), + ("apreciative", &["appreciative"]), + ("curiculum", &["curriculum"]), + ("deambiguate", &["disambiguate"]), + ("straigh", &["straight"]), + ("requiremnt", &["requirement"]), + ("transportion", &["transporting"]), + ("happenend", &["happened"]), + ("relocae", &["relocate"]), + ("corgnito", &["cognito"]), + ("mistankely", &["mistakenly"]), + ("decriptor", &["descriptor"]), + ("direktional", &["directional"]), + ("desisions", &["decisions"]), + ("irreverisble", &["irreversible"]), + ("peroids", &["periods"]), + ("negogtiable", &["negotiable"]), + ("environmetal", &["environmental"]), + ("experessions", &["expressions"]), + ("officaly", &["officially"]), + ("fruther", &["further"]), + ("fahernheit", &["fahrenheit"]), + ("hedgehoog", &["hedgehog"]), + ("phisiological", &["physiological"]), + ("merchat", &["merchant"]), + ("wirtual", &["virtual"]), + ("unefficient", &["inefficient"]), + ("telegrpah", &["telegraph"]), + ("redered", &["rendered"]), + ("fomrats", &["formats"]), + ("negotication", &["negotiation"]), + ("entriy", &["entry", "entries"]), + ("accomponied", &["accompanied"]), + ("constent", &["consent"]), + ("inoquous", &["innocuous"]), + ("sparyed", &["sprayed"]), + ("asssuming", &["assuming"]), + ("hydropile", &["hydrophile"]), + ("replacating", &["replicating"]), + ("architetcures", &["architectures"]), + ("ignory", &["ignore"]), + ("arbritray", &["arbitrary"]), + ("forwaded", &["forwarded"]), + ("cholestoral", &["cholesterol"]), + ("subconcsiously", &["subconsciously"]), + ("sequensing", &["sequencing"]), + ("interpeting", &["interpreting"]), + ("achivement", &["achievement"]), + ("fakse", &["fake"]), + ("absoluet", &["absolute"]), + ("difract", &["diffract"]), + ("expendeble", &["expendable"]), + ("profesions", &["profession"]), + ("godpseed", &["godspeed"]), + ("apenines", &["apennines"]), + ("reknown", &["renown"]), + ("partiotism", &["patriotism"]), + ("outbuts", &["outputs"]), + ("traingulated", &["triangulated"]), + ("ctificates", &["certificates"]), + ("marniers", &["mariners"]), + ("uesfull", &["useful"]), + ("misogynystic", &["misogynistic"]), + ("fliter", &["filter"]), + ("micropones", &["microphones"]), + ("comferting", &["comforting"]), + ("pseude", &["pseudo"]), + ("assighers", &["assigners"]), + ("semicondictor", &["semiconductor"]), + ("depcited", &["depicted"]), + ("treatmens", &["treatments"]), + ("escpae", &["escape"]), + ("strians", &["strains"]), + ("workaronuds", &["workarounds"]), + ("overlflow", &["overflow"]), + ("alaready", &["already"]), + ("dogding", &["dodging"]), + ("cahchedb", &["cachedb"]), + ("protocool", &["protocol"]), + ("exract", &["extract"]), + ("losened", &["loosened"]), + ("unbelivebly", &["unbelievably"]), + ("unsustianable", &["unsustainable"]), + ("baised", &["raised"]), + ("appearnace", &["appearances"]), + ("idetify", &["identify"]), + ("crusdae", &["crusade"]), + ("exceirpts", &["excerpts"]), + ("backrace", &["backtrace"]), + ("ridiculousy", &["ridiculously"]), + ("handboook", &["handbook"]), + ("evnet", &["event"]), + ("sucesful", &["successful"]), + ("lik", &["like", "lick", "link"]), + ("conversino", &["conversions"]), + ("reoder", &["reorder"]), + ("sportmansship", &["sportsmanship"]), + ("betwween", &["between"]), + ("reserv", &["reserve"]), + ("covnersion", &["conversion"]), + ("fidn", &["find"]), + ("argentinia", &["argentina"]), + ("shakesphere", &["shakespeare"]), + ("alll", &["all"]), + ("qiests", &["quests"]), + ("descion", &["decision"]), + ("discconecction", &["disconnection"]), + ("hiddin", &["hidden", "hiding"]), + ("geneated", &["generated"]), + ("progarmed", &["programmed"]), + ("unchainged", &["unchanged"]), + ("coallesses", &["coalesces"]), + ("hadler", &["handler"]), + ("truw", &["true"]), + ("judgementle", &["judgemental"]), + ("pachtches", &["patches"]), + ("peroendicular", &["perpendicular"]), + ("jamine", &["jasmine"]), + ("litle", &["little"]), + ("remnans", &["remnants"]), + ("dout", &["doubt"]), + ("adpated", &["adapted"]), + ("familiaries", &["familiarize"]), + ("contatc", &["contact"]), + ("contreversy", &["controversy"]), + ("verbaly", &["verbally"]), + ("thaughts", &["thoughts"]), + ("misscounted", &["miscounted"]), + ("clening", &["cleaning"]), + ("moderatedly", &["moderately"]), + ("polocys", &["policies"]), + ("monologe", &["monologue"]), + ("reqested", &["requested"]), + ("traditionnally", &["traditionally"]), + ("bedore", &["before"]), + ("overpopluation", &["overpopulation"]), + ("neighbets", &["neighbors"]), + ("ehtereal", &["ethereal"]), + ("teatotlers", &["teetotalers"]), + ("territority", &["territory"]), + ("ununsed", &["unused"]), + ("condtition", &["condition"]), + ("functtioning", &["functioning"]), + ("chrashes", &["crashes", "thrashes", "trashes"]), + ("createn", &["creatine"]), + ("diffculty", &["difficulty"]), + ("repulicans", &["republicans"]), + ("rhe", &["the"]), + ("conferming", &["confirming"]), + ("pairokeelity", &["parochiality"]), + ("onwee", &["ennui"]), + ("butthoe", &["butthole"]), + ("speperats", &["separates"]), + ("developmemt", &["development"]), + ("winndows", &["windows"]), + ("htmp", &["html"]), + ("corinthins", &["corinthians"]), + ("whitin", &["within"]), + ("specailized", &["specialized"]), + ("tallerable", &["tolerable"]), + ("extensiable", &["extensible"]), + ("artmeis", &["artemis"]), + ("decalrations", &["declarations"]), + ("narcississm", &["narcissism"]), + ("exceuctive", &["executive"]), + ("beuatiful", &["beautiful"]), + ("propvider", &["provider"]), + ("unviersally", &["universally"]), + ("aboriginial", &["aboriginal"]), + ("subsizide", &["subsidize"]), + ("sucesfully", &["successfully"]), + ("widnows", &["windows", "widows"]), + ("tranients", &["transients"]), + ("delimitiations", &["delimitations"]), + ("spefixifes", &["specifies"]), + ("neurosciene", &["neuroscience"]), + ("favoutrable", &["favourable"]), + ("containin", &["containing"]), + ("connectted", &["connected"]), + ("contanimate", &["contaminated"]), + ("convincted", &["convince"]), + ("authenaticating", &["authenticating"]), + ("caracter", &["character"]), + ("coallescing", &["coalescing"]), + ("idealisitic", &["idealistic"]), + ("fnd", &["find"]), + ("exptected", &["expected"]), + ("disputerad", &["disputed"]), + ("verything", &["everything"]), + ("resycn", &["resync"]), + ("gauarentee", &["guarantee"]), + ("servioce", &["service"]), + ("holdiays", &["holidays"]), + ("caculated", &["calculated"]), + ("proifle", &["profile"]), + ("vacinating", &["vaccinating"]), + ("perminently", &["permanently"]), + ("stickyness", &["stickiness"]), + ("completelly", &["completely"]), + ("grpahical", &["graphical"]), + ("enocder", &["encoder"]), + ("diffrentiate", &["differentiate"]), + ("propabilities", &["probabilities"]), + ("ciltoris", &["clitoris"]), + ("conecting", &["connecting"]), + ("parralelly", &["parallelly"]), + ("reseting", &["resetting"]), + ("abstaction", &["abstraction"]), + ("boeleans", &["booleans"]), + ("informitive", &["informative"]), + ("inersia", &["inertia"]), + ("executuables", &["executables"]), + ("unspecifiec", &["unspecific"]), + ("easyer", &["easier"]), + ("accomondation", &["accommodation"]), + ("redeable", &["readable"]), + ("origional", &["original"]), + ("ancestoral", &["ancestral"]), + ("disastrose", &["disastrous"]), + ("exepmtions", &["exemptions"]), + ("suposeable", &["supposable"]), + ("authoritive", &["authoritative"]), + ("layringes", &["larynges"]), + ("flutterspy", &["fluttershy"]), + ("depennding", &["depending"]), + ("powerppc", &["powerpc"]), + ("conglaturations", &["congratulations"]), + ("dissepointed", &["disappointed"]), + ("aassociated", &["associated"]), + ("summurizes", &["summarizes"]), + ("comfortbly", &["comfortably"]), + ("sigurete", &["cigarette"]), + ("illigetimate", &["illegitimate"]), + ("rabbitts", &["rabbits"]), + ("preperation", &["preparation"]), + ("consciousely", &["consciously"]), + ("exsisting", &["existing"]), + ("perfomrant", &["performant"]), + ("cofrims", &["confirms"]), + ("methaphors", &["metaphors"]), + ("transito", &["transition"]), + ("jouranlistic", &["journalistic"]), + ("ording", &["ordering"]), + ("destort", &["distort"]), + ("surprisinlgy", &["surprisingly"]), + ("sinds", &["since"]), + ("volcanoe", &["volcano"]), + ("somethijng", &["something"]), + ("banches", &["branches", "benches"]), + ("termined", &["terminated"]), + ("skeletones", &["skeletons"]), + ("palletted", &["paletted"]), + ("freqencies", &["frequencies"]), + ("constituer", &["constitute"]), + ("narcessist", &["narcissist"]), + ("faireness", &["fairness"]), + ("exhisting", &["existing"]), + ("devirtualizaiton", &["devirtualization"]), + ("koordinate", &["coordinate"]), + ("rertieved", &["retrieved"]), + ("oout", &["out"]), + ("simialir", &["similar"]), + ("nformation", &["information"]), + ("everybodies", &["everybody"]), + ("monolistic", &["monolithic"]), + ("renegotatiors", &["renegotiators"]), + ("algorritm", &["algorithm"]), + ("nationalistista", &["nationalists"]), + ("encryptiong", &["encryption"]), + ("unjustifyed", &["unjustified"]), + ("collisiton", &["collusion", "collision"]), + ("grpah", &["graph"]), + ("capaciters", &["capacitors"]), + ("tranceiver", &["transceiver"]), + ("sesceding", &["seceding"]), + ("protraying", &["portraying"]), + ("explanatin", &["explanations"]), + ("inoperant", &["inoperative"]), + ("charactersitic", &["characteristics", "characteristic"]), + ("proportionallly", &["proportionally"]), + ("invididually", &["individually"]), + ("unanimuously", &["unanimously"]), + ("alcoholisim", &["alcoholism"]), + ("eveluation", &["evaluation"]), + ("requets", &["request", "requests"]), + ("psudonym", &["pseudonym"]), + ("skpeticism", &["skepticism"]), + ("componenete", &["component", "components"]), + ("thay", &["they", "that"]), + ("differrent", &["different"]), + ("dinosar", &["dinosaur"]), + ("deminsion", &["dimension"]), + ("neet", &["need", "neat"]), + ("faill", &["fail"]), + ("arbitralrily", &["arbitrarily"]), + ("subtrings", &["substrings"]), + ("skecthy", &["sketchy"]), + ("addrsses", &["addresses"]), + ("uniqness", &["uniqueness"]), + ("breshed", &["brushed"]), + ("grandised", &["aggrandised"]), + ("checkpoing", &["checkpoint"]), + ("arbitarily", &["arbitrarily"]), + ("minerial", &["mineral"]), + ("rehtoric", &["rhetoric"]), + ("ealiest", &["earliest"]), + ("squarley", &["squarely"]), + ("speparated", &["separated"]), + ("alis", &["alas", "alias", "alms", "axis"]), + ("acheivments", &["achievements"]), + ("seramonys", &["ceremonies"]), + ("multilpier", &["multiplier"]), + ("distribuited", &["distributed"]), + ("meaned", &["meant"]), + ("exlusion", &["exclusion"]), + ("desturbed", &["disturbed"]), + ("responsile", &["responsive"]), + ("shorcut", &["shortcut"]), + ("misinterpred", &["misinterpreted"]), + ("follfowinwg", &["following"]), + ("damanges", &["damages"]), + ("immuniy", &["immunity"]), + ("baslines", &["baselines"]), + ("scrpited", &["scripted"]), + ("youthinasia", &["euthanasia"]), + ("languanges", &["languages"]), + ("bufferent", &["buffered"]), + ("teches", &["teaches"]), + ("concentrare", &["concentrate"]), + ("demamgled", &["demangled"]), + ("barnch", &["branch"]), + ("softare", &["software"]), + ("sciripts", &["scripts"]), + ("psuedocolor", &["pseudocolor"]), + ("dissrupts", &["disrupts"]), + ("ionde", &["inode"]), + ("marshamllows", &["marshmallows"]), + ("quartenion", &["quaternion"]), + ("appon", &["upon"]), + ("parmaeter", &["parameter"]), + ("misrepresentating", &["misrepresenting"]), + ("revew", &["review"]), + ("beinning", &["beginning"]), + ("obyect", &["object"]), + ("assocaites", &["associates"]), + ("appeciate", &["appreciate"]), + ("expermimented", &["experimented"]), + ("pallette", &["palette"]), + ("suggesttion", &["suggestion"]), + ("woudlve", &["wouldve"]), + ("functuon", &["function"]), + ("fracional", &["fractional"]), + ("denseley", &["densely"]), + ("retaired", &["retired"]), + ("embeding", &["embedding"]), + ("connstraint", &["constraint"]), + ("emphisized", &["emphasized"]), + ("acheiving", &["achieving"]), + ("grassrooters", &["grassroots"]), + ("exchagnges", &["exchanges"]), + ("behavioutr", &["behaviour"]), + ("opulate", &["populate", "opiate", "opulent"]), + ("californina", &["californian"]), + ("grups", &["groups"]), + ("swicthing", &["switching"]), + ("notfications", &["notifications"]), + ("disfunctionality", &["dysfunctionality"]), + ("egenralise", &["generalise"]), + ("trainner", &["trainer"]), + ("savves", &["salves", "saves"]), + ("anihilation", &["annihilation"]), + ("contemple", &["contemplate"]), + ("evaluataions", &["evaluations"]), + ("desingning", &["designing"]), + ("autocoplete", &["autocomplete"]), + ("depedencies", &["dependencies"]), + ("cruicial", &["crucial"]), + ("registring", &["registering"]), + ("knowlegdeable", &["knowledgeable"]), + ("caharcter", &["character"]), + ("problaems", &["problems"]), + ("considerablly", &["considerably"]), + ("streoid", &["steroid"]), + ("labirynth", &["labyrinth"]), + ("commmet", &["comment"]), + ("playwrite", &["playwright"]), + ("comediac", &["comedic"]), + ("consciouslly", &["consciously"]), + ("subtitltes", &["subtitle"]), + ("enumated", &["enumerated"]), + ("silhouweted", &["silhouetted"]), + ("tecnical", &["technical"]), + ("activties", &["activities"]), + ("beneits", &["benefits"]), + ("indcates", &["indicates"]), + ("mchanism", &["mechanism"]), + ("intevals", &["intervals"]), + ("trasformations", &["transformations"]), + ("hypocricy", &["hypocrisy"]), + ("initiaitve", &["initiatives"]), + ("homineum", &["hominem"]), + ("permanantely", &["permanently"]), + ("fiding", &["finding", "fidling"]), + ("recomend", &["recommend"]), + ("unrelted", &["unrelated"]), + ("subcommnad", &["subcommand"]), + ("participats", &["participant"]), + ("exlcamation", &["exclamation"]), + ("homegeneous", &["homogeneous"]), + ("partiticipant", &["participant"]), + ("compansated", &["compensated"]), + ("togehter", &["together"]), + ("oximoron", &["oxymoron"]), + ("commericially", &["commercially"]), + ("playthroughts", &["playthroughs"]), + ("inevitablely", &["inevitably"]), + ("compromisng", &["compromising"]), + ("motivatin", &["motivations"]), + ("grammarically", &["grammatically"]), + ("mangeld", &["mangled"]), + ("wayword", &["wayward"]), + ("parameteer", &["parameter"]), + ("reachablity", &["reachability"]), + ("sensativity", &["sensitivity"]), + ("swiming", &["swimming"]), + ("highligts", &["highlights"]), + ("billbaord", &["billboard"]), + ("neigher", &["neither"]), + ("estabishd", &["established"]), + ("mathemetician", &["mathematician"]), + ("embaressing", &["embarrassing"]), + ("hvae", &["have"]), + ("comsuming", &["consuming"]), + ("defensivly", &["defensively"]), + ("allign", &["align"]), + ("intiutive", &["intuitive"]), + ("contrinutions", &["contributions"]), + ("scipts", &["scripts", "skips"]), + ("downoloaded", &["downloaded"]), + ("discriminitory", &["discriminatory"]), + ("repbulic", &["republic"]), + ("unsubstanciated", &["unsubstantiated"]), + ("scandlas", &["scandals"]), + ("ideologis", &["ideologies"]), + ("adew", &["adieu"]), + ("delections", &["detections", "deletions", "selections"]), + ("buearucratic", &["bureaucratic"]), + ("disconneced", &["disconnected"]), + ("singels", &["singles"]), + ("correesponds", &["corresponds"]), + ("spefified", &["specified"]), + ("gameply", &["gameplay"]), + ("eraised", &["erased"]), + ("coundition", &["condition"]), + ("hypocrits", &["hypocrites"]), + ("stupdily", &["stupidly"]), + ("aggregatore", &["aggregate"]), + ("doplhins", &["dolphins"]), + ("resuling", &["resulting"]), + ("homeword", &["homeworld"]), + ("alochol", &["alcohol"]), + ("comissioner", &["commissioner"]), + ("entrepreuner", &["entrepreneurs"]), + ("simplisitic", &["simplistic"]), + ("maintainance", &["maintenance"]), + ("nutritian", &["nutritional"]), + ("spectaculair", &["spectacular"]), + ("outpsoken", &["outspoken"]), + ("intterupt", &["interrupt"]), + ("brewerks", &["brewers"]), + ("appriopriate", &["appropriate"]), + ("vigilanties", &["vigilante", "vigilantes"]), + ("populaiton", &["populations"]), + ("contry", &["country"]), + ("preferrences", &["preferences"]), + ("corollla", &["corolla"]), + ("regresion", &["regression"]), + ("erros", &["errors"]), + ("recipies", &["recipes"]), + ("marignal", &["marginal"]), + ("particapate", &["participate"]), + ("salvery", &["slavery"]), + ("rferences", &["references"]), + ("recurions", &["recursions"]), + ("marz", &["march", "mars"]), + ("campain", &["campaign"]), + ("becaause", &["because"]), + ("motherobard", &["motherboards"]), + ("fisist", &["physicist"]), + ("cachse", &["cache", "caches"]), + ("compleates", &["completes"]), + ("achors", &["anchors"]), + ("specailize", &["specializes"]), + ("normol", &["normal"]), + ("heruistics", &["heuristics"]), + ("reomved", &["removed"]), + ("platfarms", &["platforms"]), + ("levleling", &["leveling"]), + ("embrodery", &["embroidery"]), + ("summaried", &["summarized"]), + ("correspondend", &["correspondent"]), + ("malicous", &["malicious"]), + ("confimr", &["confirm"]), + ("indepdendent", &["independent"]), + ("gorumet", &["gourmet"]), + ("unconditionnally", &["unconditionally"]), + ("varibels", &["variables"]), + ("adapaters", &["adapters"]), + ("demcorats", &["democrats"]), + ("midotwn", &["midtown"]), + ("indure", &["endure"]), + ("readabout", &["readable"]), + ("dictatorhip", &["dictatorship"]), + ("accourdingly", &["accordingly"]), + ("overlcocking", &["overclocking"]), + ("deporarily", &["temporarily"]), + ("calues", &["values"]), + ("failiure", &["failure"]), + ("selectivly", &["selectively"]), + ("definltely", &["definitely"]), + ("experimetentel", &["experimental"]), + ("arbritarily", &["arbitrarily"]), + ("putposed", &["purposed"]), + ("odasee", &["odyssey"]), + ("damamged", &["damaged"]), + ("humanoind", &["humanoid"]), + ("virualization", &["visualization"]), + ("caculates", &["calculates"]), + ("downloades", &["downloads"]), + ("simplication", &["simplification"]), + ("tiggers", &["triggers"]), + ("statistisch", &["statistics"]), + ("mechanincs", &["mechanic"]), + ("momentarly", &["momentarily"]), + ("workapace", &["workspace"]), + ("utilites", &["utilities"]), + ("libell", &["libel"]), + ("oringal", &["original"]), + ("manufactuters", &["manufactures"]), + ("contectual", &["contextual"]), + ("alikes", &["alike", "likes"]), + ("neoroscience", &["neuroscience"]), + ("forwardig", &["forwarding"]), + ("indecate", &["indicate"]), + ("machinary", &["machinery"]), + ("mor", &["more"]), + ("branchsi", &["branches"]), + ("calees", &["callees"]), + ("negoating", &["negotiating"]), + ("custimized", &["customized"]), + ("wonderes", &["wonders"]), + ("constriant", &["constraint"]), + ("acccesses", &["accesses"]), + ("disatisfied", &["dissatisfied"]), + ("explosin", &["explosions"]), + ("chilren", &["children"]), + ("popuplar", &["popular"]), + ("sloothed", &["sleuthing"]), + ("coordinaton", &["coordination"]), + ("reasonabily", &["reasonably"]), + ("searchd", &["searched"]), + ("knowldgeable", &["knowledgable"]), + ("susbsystem", &["subsystem"]), + ("precausions", &["precautions"]), + ("applyig", &["applying"]), + ("betweeen", &["between"]), + ("diffeent", &["different"]), + ("sexualixed", &["sexualized"]), + ("opponenets", &["opponent"]), + ("iterest", &["interest"]), + ("environement", &["environment"]), + ("potrait", &["portrait"]), + ("porposes", &["proposes", "purposes"]), + ("metahpor", &["metaphor"]), + ("officailly", &["officially"]), + ("coornates", &["coordinates"]), + ("perpetuas", &["perpetuates"]), + ("atheltic", &["athletic"]), + ("nimphos", &["nymphos"]), + ("confesos", &["confess"]), + ("existin", &["existing"]), + ("expressable", &["expressible"]), + ("upate", &["update"]), + ("interferisse", &["interferes"]), + ("negotator", &["negotiator"]), + ("suspicison", &["suspicions"]), + ("yourselfes", &["yourselves"]), + ("desogner", &["designer"]), + ("hel", &["help", "hell", "heal"]), + ("spefiifeid", &["specified"]), + ("formmatted", &["formatted"]), + ("produtcion", &["productions"]), + ("experminentation", &["experimentation"]), + ("pattened", &["patented", "patterned"]), + ("deconders", &["decoders"]), + ("sendetary", &["sedentary"]), + ("practicallity", &["practically", "practicality"]), + ("preconditoner", &["preconditioner"]), + ("anytihng", &["anything"]), + ("featurs", &["features"]), + ("transfere", &["transferred"]), + ("grwo", &["grow"]), + ("subsrcibe", &["subscribe"]), + ("ownersip", &["ownership"]), + ("maka", &["make"]), + ("iranias", &["iranians"]), + ("capitilism", &["capitalism"]), + ("protectiei", &["protective"]), + ("revolutins", &["revolutions"]), + ("interpretaion", &["interpretation"]), + ("somethimg", &["something"]), + ("defensie", &["defensive"]), + ("wondeirng", &["wondering"]), + ("districct", &["district"]), + ("pornogrphy", &["pornography"]), + ("valentein", &["valentine"]), + ("perclude", &["preclude"]), + ("rhaposdy", &["rhapsody"]), + ("propection", &["projection", "prospection", "protection"]), + ("curroption", &["corruption"]), + ("procuding", &["procuring", "producing"]), + ("depdendancy", &["dependency"]), + ("cosidered", &["considered"]), + ("reliablity", &["reliability"]), + ("reacing", &["reaching"]), + ("quee", &["queue"]), + ("rememer", &["remember"]), + ("overiden", &["overridden"]), + ("settlemens", &["settlements"]), + ("reasonal", &["reasonably"]), + ("listiner", &["listener"]), + ("annotion", &["annotation"]), + ("andf", &["and"]), + ("blurr", &["blur", "blurred"]), + ("peferring", &["preferring"]), + ("appreicated", &["appreciated"]), + ("bridg", &["bridge"]), + ("corrulates", &["correlates"]), + ("godafther", &["godfather"]), + ("logictical", &["logistical"]), + ("tommorow", &["tomorrow"]), + ("certifciates", &["certificates"]), + ("hailfax", &["halifax"]), + ("lighitng", &["lighting"]), + ("unavailabe", &["unavailable"]), + ("flawleslly", &["flawlessly"]), + ("requriements", &["requirements"]), + ("sympethizers", &["sympathizers"]), + ("subsequnt", &["subsequent"]), + ("renegoticated", &["renegotiated"]), + ("invensions", &["inventions"]), + ("execuing", &["executing"]), + ("enemployment", &["unemployment"]), + ("troubleshooot", &["troubleshoot"]), + ("argumement", &["argument"]), + ("unatteneded", &["unattended"]), + ("exclusiev", &["exclusive"]), + ("negotatiors", &["negotiators"]), + ("embbeddings", &["embeddings"]), + ("experimment", &["experiment"]), + ("foloowin", &["following"]), + ("sebsatian", &["sebastian"]), + ("assighor", &["assignor"]), + ("eneabling", &["enabling"]), + ("disrespekt", &["disrespect"]), + ("procastrinating", &["procrastinating"]), + ("bankgok", &["bangkok"]), + ("chngelog", &["changelog"]), + ("acccess", &["access"]), + ("autofilt", &["autofilter"]), + ("disgonal", &["diagonal"]), + ("identfied", &["identified"]), + ("containted", &["contained"]), + ("inheret", &["inherit"]), + ("facour", &["favour"]), + ("intialize", &["initialize"]), + ("possibilies", &["possibilities"]), + ("entoty", &["entity"]), + ("optionsl", &["optional", "options"]), + ("randumness", &["randomness"]), + ("ridicilously", &["ridiculously"]), + ("carinval", &["carnival"]), + ("cthulhlu", &["cthulhu"]), + ("upgarades", &["upgrades"]), + ("misinterpretion", &["misinterpreting"]), + ("ovrridables", &["overridables"]), + ("recconected", &["reconnected"]), + ("ulter", &["alter"]), + ("totalitaran", &["totalitarian"]), + ("empasses", &["impasses"]), + ("takeing", &["taking"]), + ("authenfior", &["authenticator"]), + ("extepect", &["expect"]), + ("retrival", &["retrieval", "retrial"]), + ("modidfications", &["modifications"]), + ("practies", &["practise"]), + ("callibrates", &["calibrates"]), + ("processessing", &["processing"]), + ("contraccion", &["contraction"]), + ("mathematicks", &["mathematics"]), + ("organizors", &["organizers"]), + ("segregacion", &["segregation"]), + ("pary", &["party", "parry"]), + ("mangets", &["magnets"]), + ("disciplinery", &["disciplinary"]), + ("sincereley", &["sincerely"]), + ("remanin", &["remain", "remaining"]), + ("soltion", &["solution"]), + ("mistatch", &["mismatch"]), + ("startng", &["starting"]), + ("browisng", &["browsing"]), + ("combiniations", &["combinations"]), + ("vulerabuilities", &["vulnerabilities"]), + ("fingerpints", &["fingerprints", "fingertips"]), + ("runnigng", &["running"]), + ("fashist", &["fascist"]), + ("experimanentel", &["experimental"]), + ("icefrong", &["icefrog"]), + ("yeild", &["yield"]), + ("facorite", &["favorite"]), + ("conecctivity", &["connectivity"]), + ("collectons", &["collections"]), + ("themsevles", &["themselves"]), + ("renegotates", &["renegotiates"]), + ("calcel", &["cancel"]), + ("smackdwon", &["smackdown"]), + ("resently", &["recently"]), + ("wirh", &["with"]), + ("commnets", &["comments"]), + ("expantions", &["expansions"]), + ("colubmia", &["columbia"]), + ("convertables", &["convertibles"]), + ("calculatted", &["calculated"]), + ("underpowed", &["underpowered"]), + ("regualtion", &["regulations"]), + ("nominacion", &["nomination"]), + ("acculumating", &["accumulating"]), + ("eegerly", &["eagerly"]), + ("colapsed", &["collapsed"]), + ("athletisicm", &["athleticism"]), + ("coyotees", &["coyotes"]), + ("humber", &["number"]), + ("feministers", &["feminists"]), + ("coresponding", &["corresponding"]), + ("indepently", &["independently"]), + ("unleess", &["unleash", "unless"]), + ("exampels", &["examples"]), + ("genralisations", &["generalisations"]), + ("speicified", &["specified"]), + ("wihtout", &["without"]), + ("deifned", &["defined"]), + ("wighted", &["weighted", "weighed"]), + ( + "composte", + &["compose", "composed", "composite", "compost", "composted"], + ), + ("oublisher", &["publisher"]), + ("seranomies", &["ceremonies"]), + ("beneeth", &["beneath"]), + ("challanage", &["challenge"]), + ("assassinats", &["assassins"]), + ("intreeged", &["intrigued"]), + ("anitialising", &["antialiasing"]), + ("varriances", &["variances"]), + ("brazillian", &["brazilian"]), + ("gir", &["git"]), + ("subtiel", &["subtitle"]), + ("paramterized", &["parameterized"]), + ("resolustion", &["resolution"]), + ("iranains", &["iranians"]), + ("uesd", &["used"]), + ("execuition", &["execution"]), + ("restoreable", &["restorable"]), + ("enginees", &["engineers", "engines"]), + ("disassocate", &["disassociate"]), + ("auxiluary", &["auxiliary"]), + ("jamiaca", &["jamaica"]), + ("complimenary", &["complimentary"]), + ("simillar", &["similar"]), + ("poriod", &["period"]), + ("defaulf", &["default"]), + ("exhanged", &["exchanged"]), + ("lithuim", &["lithium"]), + ("librayr", &["library"]), + ("encounterd", &["encountered"]), + ("invincable", &["invincible"]), + ("responcible", &["responsible"]), + ("magincian", &["magician"]), + ("booolean", &["boolean"]), + ("howver", &["however"]), + ("solataire", &["solitaire"]), + ("consenquently", &["consequently"]), + ("trotzkyites", &["trotskyists"]), + ("incompatably", &["incompatibly"]), + ("refrom", &["reform"]), + ("refector", &["refactor"]), + ("conatains", &["contains"]), + ("cnannel", &["channel"]), + ("excliuding", &["excluding"]), + ("aussian", &["gaussian", "russian", "austrian"]), + ("nigthmare", &["nightmare"]), + ("recending", &["rescinding"]), + ("violoations", &["violations"]), + ("itnerpreted", &["interpreted"]), + ("relaease", &["release"]), + ("scheduluing", &["scheduling"]), + ("percevied", &["perceived"]), + ("prooving", &["proving"]), + ("perorders", &["preorders"]), + ("vessells", &["vessels"]), + ("ublisher", &["publisher"]), + ("snaping", &["snapping"]), + ("misceancellous", &["miscellaneous"]), + ("opyions", &["options"]), + ("cliboards", &["clipboards"]), + ("numbber", &["number"]), + ("encumberance", &["encumbrance"]), + ("confirmacion", &["confirmation"]), + ("atend", &["attend"]), + ("micrsft", &["microsoft"]), + ("butterfy", &["butterfly"]), + ("toruney", &["tourney"]), + ("recognizible", &["recognizable"]), + ("hatian", &["haitian"]), + ("languanage", &["language"]), + ("finctionality", &["functionality"]), + ("inferrence", &["inference"]), + ("tecnician", &["technician"]), + ("projektion", &["projection"]), + ("neightobrhood", &["neighborhood"]), + ("cheerleadra", &["cheerleader"]), + ("structrual", &["structural"]), + ("origionally", &["originally"]), + ("assassinas", &["assassins"]), + ("iland", &["island"]), + ("reeased", &["released"]), + ("candicate", &["candidate"]), + ("howewer", &["however"]), + ("privisional", &["provisional"]), + ("scholership", &["scholarship"]), + ("austrain", &["austrian"]), + ("empressive", &["impressive"]), + ("almsot", &["almost"]), + ("assest", &["asset", "assess"]), + ("specificically", &["specifically"]), + ("beahvior", &["behavior"]), + ("disproportiantely", &["disproportionately"]), + ("renegotible", &["renegotiable"]), + ("segrigated", &["segregated"]), + ("plese", &["please"]), + ("bistream", &["bitstream"]), + ("opacy", &["opacity"]), + ("mmanifest", &["manifest"]), + ("precendeces", &["precedences"]), + ("degenarate", &["degenerate"]), + ("dimenional", &["dimensional"]), + ("glithces", &["glitches"]), + ("skippping", &["skipping"]), + ("simmetric", &["symmetric"]), + ("uncomftorably", &["uncomfortably"]), + ("transcrits", &["transcripts"]), + ("forvatter", &["formatter"]), + ("bunji", &["bungee"]), + ("inspriation", &["inspiration"]), + ("coalascence", &["coalescence"]), + ("detault", &["default"]), + ("priveleged", &["privileged"]), + ("resoources", &["resources"]), + ("expetced", &["expected"]), + ("sinnagog", &["synagog"]), + ("successing", &["succession", "successive"]), + ("rasie", &["raise"]), + ("belligerante", &["belligerent"]), + ("compariable", &["comparable"]), + ("perfromers", &["performers"]), + ("assesement", &["assessment"]), + ("architectes", &["architects"]), + ("dissapointing", &["disappointing"]), + ("appontment", &["appointment"]), + ("unsyncronized", &["unsynchronized"]), + ("advertsing", &["advertising"]), + ("variuous", &["various"]), + ("scandalos", &["scandals"]), + ("beginer", &["beginner"]), + ("theard", &["thread"]), + ("coinsidental", &["coincidental"]), + ("ned", &["need", "end"]), + ("acroynms", &["acronyms"]), + ("swansoon", &["swanson"]), + ("vegetarianas", &["vegetarians"]), + ("degradato", &["degradation"]), + ("bethesa", &["bethesda"]), + ("plantium", &["platinum"]), + ("neuronas", &["neurons"]), + ("callsr", &["calls"]), + ("sytntax", &["syntax"]), + ("respose", &["response"]), + ("outpupt", &["output"]), + ("swown", &["shown"]), + ("wavelegnths", &["wavelength"]), + ("interpretatin", &["interpretations"]), + ("resistribution", &["redistribution"]), + ("nostris", &["nostrils"]), + ("accss", &["access"]), + ("mportant", &["important"]), + ("experimdnting", &["experimenting"]), + ("fumctional", &["functional"]), + ("staggaring", &["staggering"]), + ("akumulate", &["accumulate"]), + ("sholder", &["shoulder"]), + ("apporximate", &["approximate"]), + ("rebounce", &["rebound"]), + ("cotrolles", &["controls"]), + ("influening", &["influencing"]), + ("ingored", &["ignored"]), + ("implenment", &["implement"]), + ("latley", &["lately"]), + ("midfileder", &["midfielder"]), + ("appropropreate", &["appropriate"]), + ("appointmet", &["appointments"]), + ("presidenital", &["presidential"]), + ("desciription", &["description"]), + ("initalling", &["initialling"]), + ("cooparetive", &["cooperative"]), + ("ephipany", &["epiphany"]), + ("plesantly", &["pleasantly"]), + ("accessment", &["assessment"]), + ("ouer", &["outer"]), + ("distribuito", &["distribution"]), + ("handeld", &["handled", "handheld"]), + ("anlaysis", &["analysis"]), + ("ueslessness", &["uselessness"]), + ("excisting", &["existing"]), + ("updats", &["updates"]), + ("unbouunded", &["unbounded"]), + ("addjusts", &["adjusts"]), + ("nearset", &["nearest"]), + ("montanta", &["montana"]), + ("charismastic", &["charismatic"]), + ("guarunty", &["guaranty"]), + ("anialated", &["annihilated"]), + ("resignition", &["resignation"]), + ("transparanet", &["transparent"]), + ("wiat", &["wait"]), + ("itnerprelation", &["interpretation"]), + ("temptetion", &["temptation"]), + ("emplying", &["employing"]), + ("companis", &["companions"]), + ("declatations", &["declarations"]), + ("generatng", &["generating"]), + ("accestors", &["accessors", "ancestors"]), + ("confederatie", &["confederate"]), + ("fixe", &["fixed", "fixes", "fix", "fixme", "fixer"]), + ("penciles", &["pencils"]), + ("guestures", &["gestures"]), + ("cellural", &["cellular"]), + ("naploeon", &["napoleon"]), + ("disscussing", &["discussing"]), + ("argment", &["argument"]), + ("relapes", &["relapse"]), + ("analsyed", &["analysed"]), + ("libertarianismo", &["libertarians"]), + ("representationen", &["representations"]), + ("amealiarate", &["ameliorate"]), + ("musels", &["muscles", "mussels"]), + ("grilfriends", &["girlfriends"]), + ("organiste", &["organise"]), + ("auccess", &["success"]), + ("pershisly", &["preciously"]), + ("accompt", &["account"]), + ("orginal", &["original"]), + ("succcessors", &["successors"]), + ("sarimonies", &["ceremonies"]), + ("corener", &["corner", "coroner"]), + ("themseleves", &["themselves"]), + ("islamisters", &["islamists"]), + ("langiages", &["languages"]), + ("reminising", &["reminiscing"]), + ("apprixamates", &["approximates"]), + ("efect", &["effect"]), + ("downwoters", &["downvoters"]), + ("proprogations", &["propagations"]), + ("blopgpot", &["blogpost"]), + ("conenctration", &["concentrations"]), + ("additivive", &["additive"]), + ("cyllinders", &["cylinders"]), + ("algebrra", &["algebra"]), + ("rondayvou", &["rendezvous"]), + ("constrast", &["contrast"]), + ("incorparate", &["incorporate"]), + ("mentoned", &["mentioned"]), + ("nationalisties", &["nationalists"]), + ("loging", &["logging", "lodging"]), + ("manslaugher", &["manslaughter"]), + ("stregnthen", &["strengthen"]), + ("mdoelled", &["modelled"]), + ("exectures", &["executes"]), + ("compatability", &["compatibility"]), + ("scatch", &["catch", "scratch", "sketch"]), + ("reasonablely", &["reasonably"]), + ("methdos", &["methods"]), + ("collectifs", &["collects"]), + ("intreeguing", &["intriguing"]), + ("ridiculosly", &["ridiculously"]), + ("neighberhhoods", &["neighborhoods"]), + ("geographia", &["geographical"]), + ("shpae", &["shape"]), + ("admininistrator", &["administrator"]), + ("jelusey", &["jealousy"]), + ("algorhitmic", &["algorithmic"]), + ("progam", &["program"]), + ("verisions", &["revisions"]), + ("zombe", &["zombie"]), + ("transactoin", &["transaction"]), + ("evidance", &["evidence"]), + ("achived", &["achieved", "archived"]), + ("certificats", &["certificates"]), + ("convenent", &["convenient"]), + ("enviorenments", &["environments"]), + ("wishpering", &["whispering"]), + ("locgical", &["logical"]), + ("hthe", &["the"]), + ("aggreation", &["aggregation"]), + ("pretaining", &["pertaining"]), + ("libraie", &["library"]), + ("gradute", &["graduate"]), + ("metropoliten", &["metropolitan"]), + ("behvaiour", &["behaviour"]), + ("anoerxia", &["anorexia"]), + ("flusing", &["flushing"]), + ("customzied", &["customized"]), + ("interpersonnal", &["interpersonal"]), + ("dissapionted", &["disappointed"]), + ("fancyness", &["fanciness"]), + ("fortunatelly", &["fortunately"]), + ("ptichers", &["pitchers"]), + ("acovados", &["avocados"]), + ("nner", &["inner"]), + ("bounardy", &["boundary"]), + ("tomorow", &["tomorrow"]), + ("implmenetations", &["implementations"]), + ("respectons", &["respects"]), + ("assisst", &["assists", "assist"]), + ("incremet", &["increment"]), + ("traveresed", &["traversed"]), + ("rebuplicans", &["republicans"]), + ("aganda", &["agenda", "uganda"]), + ("envioronmental", &["environmental"]), + ("executabels", &["executables"]), + ("temprorarly", &["temporarily"]), + ("reprort", &["report"]), + ("anticdotes", &["anecdotes", "antidotes"]), + ("anways", &["anyway"]), + ("contibuting", &["contributing"]), + ("bluetootn", &["bluetooth"]), + ("languaces", &["languages"]), + ("assimilatie", &["assimilate"]), + ("removerd", &["removed"]), + ("settingss", &["settings"]), + ("alievating", &["alienating"]), + ("athetlic", &["athletic"]), + ("reprot", &["report"]), + ("ocupies", &["occupies"]), + ("redicilous", &["ridiculous"]), + ("purchace", &["purchase"]), + ("tranparent", &["transparent"]), + ("hypocrasy", &["hypocrisy"]), + ("stle", &["style"]), + ("tesitcle", &["testicle"]), + ("divised", &["divided", "devised"]), + ("suspiciuos", &["suspicions"]), + ("anull", &["annul"]), + ("extreamely", &["extremely"]), + ("bufferd", &["buffered"]), + ("cheezeburgers", &["cheeseburgers"]), + ("itervals", &["intervals"]), + ("rquest", &["request", "quest"]), + ("enhenced", &["enhanced"]), + ("perimetr", &["perimeter"]), + ("encourageing", &["encouraging"]), + ("alignemnts", &["alignments"]), + ("suffaces", &["surfaces"]), + ("piggypack", &["piggyback"]), + ("consturcted", &["constructed"]), + ("redistrubuted", &["redistributed"]), + ("unregnized", &["unrecognized"]), + ("consumated", &["consummated"]), + ("orietations", &["orientations"]), + ("unbrakeable", &["unbreakable"]), + ("autogrpah", &["autograph"]), + ("terorrist", &["terrorist"]), + ("intimidaton", &["intimidation"]), + ("theif", &["thief"]), + ("elipticity", &["ellipticity"]), + ("anythng", &["anything"]), + ("enebales", &["enables"]), + ("logrithms", &["logarithms"]), + ("piguns", &["pigeons"]), + ("transcripcion", &["transcription"]), + ("montiors", &["monitors"]), + ("enginin", &["engine"]), + ("astarisks", &["asterisks"]), + ("descritprs", &["descriptors"]), + ("indsutry", &["industry"]), + ("cliffhander", &["cliffhanger"]), + ("incuding", &["including"]), + ("assisiate", &["associate"]), + ("dermetologist", &["dermatologist"]), + ("heidelburg", &["heidelberg"]), + ("covarages", &["coverages"]), + ("inexeprienced", &["inexperience"]), + ("experiemntal", &["experimental"]), + ("declartion", &["declaration"]), + ("nationalis", &["nationals"]), + ("ctuhlhu", &["cthulhu"]), + ("reinitailised", &["reinitialised"]), + ("aactually", &["actually"]), + ("downovted", &["downvoted"]), + ("connstrained", &["constrained"]), + ("wrod", &["word"]), + ("commnt", &["comment"]), + ("comissioned", &["commissioned"]), + ("discraceful", &["disgraceful"]), + ("prority", &["priority"]), + ("sculputre", &["sculpture"]), + ("mininalist", &["minimalist"]), + ("enities", &["entities"]), + ("deconstrcutor", &["deconstructor"]), + ("kenel", &["kernel", "kennel"]), + ("maintaied", &["maintained"]), + ("fisionable", &["fissionable"]), + ("exlporers", &["explorers"]), + ("plasitcs", &["plastics"]), + ("burlgar", &["burglar"]), + ("infestato", &["infestation"]), + ("descrementing", &["decrementing"]), + ("reproduccion", &["reproduction"]), + ("backound", &["background"]), + ("iverse", &["diverse", "inverse"]), + ("anniversy", &["anniversary"]), + ("apreteated", &["appreciated"]), + ("noteriety", &["notoriety"]), + ("narcississts", &["narcissist"]), + ("sympothize", &["sympathize"]), + ("simiilar", &["similar"]), + ("organaize", &["organize"]), + ("alocates", &["allocates"]), + ("untargetted", &["untargeted"]), + ("unanomous", &["unanimous"]), + ("nstall", &["install"]), + ("intrigueing", &["intriguing"]), + ("unreigsters", &["unregisters"]), + ("typographyc", &["typographic"]), + ("decembeard", &["december"]), + ("dispalyed", &["displayed"]), + ("coform", &["conform"]), + ("aroaras", &["auroras"]), + ("relatative", &["relative"]), + ("convienence", &["convenience"]), + ("conservice", &["conserve"]), + ("exhaused", &["exhausted"]), + ("evition", &["eviction"]), + ("undermindes", &["undermines"]), + ("initalizing", &["initializing"]), + ("marignally", &["marginally"]), + ("senatores", &["senators"]), + ("ameeliarative", &["ameliorative"]), + ("contac", &["contact"]), + ("deveolpment", &["developments", "development"]), + ("unrepsonsive", &["unresponsive"]), + ("employement", &["employment"]), + ("victums", &["victims"]), + ("allcoaters", &["allocators"]), + ("dependens", &["depends", "dependents"]), + ("reconfugre", &["reconfigure"]), + ("definitivos", &["definitions"]), + ("documentatation", &["documentation"]), + ("intergrate", &["integrate"]), + ("homineim", &["hominem"]), + ("mathwes", &["mathews"]), + ("asceding", &["ascending"]), + ("envirnoments", &["environments"]), + ("interferce", &["interferes"]), + ("contnt", &["content"]), + ("exapansion", &["expansion"]), + ("neether", &["neither"]), + ("neighoring", &["neighboring"]), + ("sucide", &["suicide"]), + ("teching", &["teaching"]), + ("mannorisms", &["mannerisms"]), + ("administrez", &["administer"]), + ("loadin", &["loading"]), + ("deauthenication", &["deauthentication"]), + ("cheslea", &["chelsea"]), + ("definisions", &["definitions"]), + ("intolerent", &["intolerant"]), + ("dorp", &["drop"]), + ("aportionable", &["apportionable"]), + ("amonut", &["amount"]), + ("structeres", &["structures"]), + ("frequentily", &["frequently"]), + ("confrontativo", &["confrontation"]), + ("versins", &["versions"]), + ("unnecissary", &["unnecessary"]), + ("modifed", &["modified"]), + ("distincte", &["distinctive"]), + ("incoperates", &["incorporates"]), + ("beaslty", &["beastly"]), + ("possesse", &["possessive"]), + ("delelte", &["delete"]), + ("exturded", &["extruded"]), + ("experiense", &["experiences"]), + ("customns", &["customs"]), + ("skillshoot", &["skillshots"]), + ("thankyooou", &["thankyou"]), + ("pinuchle", &["pinochle"]), + ("adminastrator", &["administrator"]), + ("dispatchs", &["dispatches"]), + ("impleting", &["implementing"]), + ("febraury", &["february"]), + ("inconsistendtly", &["inconsistently"]), + ("fabircatings", &["fabricating"]), + ("orkids", &["orchids"]), + ("contignuous", &["contiguous"]), + ("ovride", &["override"]), + ("uprgaded", &["upgraded"]), + ("unvailable", &["unavailable"]), + ("patrios", &["patriots"]), + ("registraions", &["registrations"]), + ("authenitcates", &["authenticates"]), + ("progressie", &["progressives"]), + ("neighborhoud", &["neighborhood"]), + ("rsourced", &["resourced", "sourced"]), + ("ellingotn", &["ellington"]), + ("absoltely", &["absolutely"]), + ("participante", &["participate"]), + ("synonomous", &["synonymous"]), + ("sctosman", &["scotsman"]), + ("pretens", &["pretends"]), + ("elemnets", &["elements"]), + ("wrorker", &["worker"]), + ("rasterizor", &["rasterizer"]), + ("escapemant", &["escapement"]), + ("expidition", &["expedition"]), + ("maininly", &["mainly"]), + ("functionaltiy", &["functionality"]), + ("assasined", &["assassinated"]), + ("opern", &["open"]), + ("hten", &["then", "hen", "the"]), + ("hovewer", &["however"]), + ("appllied", &["applied"]), + ("maginitude", &["magnitude"]), + ("unapplicable", &["inapplicable"]), + ("vallidity", &["validity"]), + ("transmiters", &["transmitters"]), + ("perfomeanses", &["performances"]), + ("unnessesary", &["unnecessary"]), + ("susequently", &["subsequently"]), + ("accoding", &["according"]), + ("minuscle", &["minuscule"]), + ("licnese", &["license"]), + ("characteritiscs", &["characteristics"]), + ("declation", &["declaration"]), + ("mulitverse", &["multiverse"]), + ("ocupiers", &["occupiers"]), + ("eneumerations", &["enumerations"]), + ("redenderer", &["renderer"]), + ("utitled", &["untitled"]), + ("charcteristics", &["characteristics"]), + ("htikn", &["think"]), + ("permuatating", &["permutating"]), + ("secratary", &["secretary"]), + ("skippped", &["skipped"]), + ("restrcuture", &["restructure"]), + ("diaram", &["diagram", "diorama"]), + ("prepetually", &["perpetually"]), + ("cuased", &["caused"]), + ("templeted", &["templated"]), + ("explotiation", &["exploitation"]), + ("checkstums", &["checksums"]), + ("refrormatting", &["reformatting"]), + ("incredibley", &["incredibly"]), + ("undeflow", &["underflow"]), + ("inbrase", &["embrace"]), + ("invincil", &["invincible"]), + ("doller", &["dollar"]), + ("truncat", &["truncate"]), + ("saskatchewinian", &["saskatchewan"]), + ("repectively", &["respectively"]), + ("autoneogotiation", &["autonegotiation"]), + ("itentional", &["intentional"]), + ("conten", &["contain"]), + ("aginst", &["against"]), + ("returnn", &["return"]), + ("jackonsville", &["jacksonville"]), + ("morgatges", &["mortgages"]), + ("trasnportation", &["transportation"]), + ("siezes", &["sizes", "seizes"]), + ("cricles", &["circles"]), + ("notoreously", &["notoriously"]), + ("taks", &["task", "tasks", "takes"]), + ("excludind", &["excluding"]), + ("facors", &["favors", "fakers"]), + ("perssiously", &["preciously"]), + ("quantitites", &["quantities"]), + ("chercked", &["checked", "checkered"]), + ("providor", &["provider", "providore"]), + ("faciliate", &["facilitate"]), + ("fedback", &["feedback"]), + ("inofficial", &["unofficial"]), + ("improviserad", &["improvised"]), + ("coalcece", &["coalescence"]), + ("mayonase", &["mayonnaise"]), + ("indiffernce", &["indifference"]), + ("villify", &["vilify"]), + ("resistencias", &["resistances"]), + ("eviserated", &["eviscerated"]), + ("tangets", &["tangents"]), + ("incoherance", &["incoherence"]), + ("otherws", &["otherwise"]), + ("househols", &["households"]), + ("governened", &["governed"]), + ("opearors", &["operators"]), + ("furhest", &["furthest"]), + ("comfertably", &["comfortably"]), + ("simulataeous", &["simultaneous"]), + ("prestine", &["pristine"]), + ("convorsation", &["conversation"]), + ("deploiment", &["deployment"]), + ("surrouded", &["surrounded"]), + ("repsawn", &["respawn"]), + ("sequetial", &["sequential"]), + ("merchantos", &["merchants"]), + ("anythign", &["anything"]), + ("acheviable", &["achievable"]), + ("contaigous", &["contagious"]), + ("spefify", &["specify"]), + ("regiems", &["regimes"]), + ("postivie", &["positive"]), + ("zionistisk", &["zionists"]), + ("sweatshits", &["sweatshirt"]), + ("malcious", &["malicious"]), + ("dfinitions", &["definitions"]), + ("comisioned", &["commissioned"]), + ("expeditivo", &["expedition"]), + ("symtpoms", &["symptoms"]), + ("specificies", &["specifics", "specifies"]), + ("sawteed", &["sautéd"]), + ("profitabel", &["profitable"]), + ("depositas", &["deposits"]), + ("adjecent", &["adjacent"]), + ("centriod", &["centroid"]), + ("cche", &["cache"]), + ("profesion", &["profusion", "profession"]), + ("produktions", &["productions"]), + ("archtecture", &["architecture"]), + ("ploynomial", &["polynomial"]), + ("billioniares", &["billionaires"]), + ("whilest", &["whilst"]), + ("reversees", &["reverses"]), + ("intensites", &["intensities"]), + ("equivelant", &["equivalent"]), + ("stderrr", &["stderr"]), + ("preferece", &["preference"]), + ("traved", &["traversed"]), + ("sucessor", &["successor"]), + ("macthes", &["matches"]), + ("lesiban", &["lesbian"]), + ("uncommpressed", &["uncompressed"]), + ("preferabley", &["preferably"]), + ("apprentace", &["apprentice"]), + ("asolute", &["absolute"]), + ("preponderence", &["preponderance"]), + ("normalyze", &["normalize"]), + ("accomodations", &["accommodations"]), + ("progresssive", &["progressives"]), + ("caliased", &["aliased"]), + ("counrty", &["country"]), + ("nymber", &["number"]), + ("providors", &["providers", "providores"]), + ("cerificate", &["certificate"]), + ("meditato", &["meditation"]), + ("masturabted", &["masturbated"]), + ("metaphsyics", &["metaphysics"]), + ("practial", &["practical"]), + ("theologia", &["theological"]), + ("sometrings", &["somethings"]), + ("johhny", &["johnny"]), + ("aterny", &["attorney"]), + ("visuab", &["visual"]), + ("europian", &["european"]), + ("univesity", &["university"]), + ("fotograf", &["photograph"]), + ("nurisher", &["nourisher"]), + ("subredddits", &["subreddits"]), + ("hierarchichally", &["hierarchically"]), + ("downsterams", &["downstreams"]), + ("enchantmants", &["enchantments"]), + ("ubiquitos", &["ubiquitous"]), + ("inidicates", &["indicates"]), + ("descirptor", &["descriptor"]), + ("complciations", &["complication"]), + ("egotastical", &["egotistical"]), + ("virtiual", &["virtual"]), + ("subseqent", &["subsequent"]), + ("speparation", &["separation"]), + ("familiarizate", &["familiarize"]), + ("artifacs", &["artifacts"]), + ("nationaal", &["national"]), + ("nusaince", &["nuisance"]), + ("conventinal", &["conventional"]), + ("expermient", &["experiments", "experiment"]), + ("alternatr", &["alternator"]), + ("dislayed", &["displayed"]), + ("mistro", &["maestro"]), + ("accumalate", &["accumulate"]), + ("declaremos", &["declares"]), + ("implicite", &["implicit", "implicitly"]), + ("fullfil", &["fulfil"]), + ("delet", &["delete"]), + ("expeecting", &["expecting"]), + ("impements", &["implements"]), + ("abilty", &["ability"]), + ("incomaptibelities", &["incompatibilities"]), + ("proocessed", &["processed"]), + ("marger", &["merger", "marker"]), + ("destector", &["detector"]), + ("disrecpected", &["disrespected"]), + ("algorihm", &["algorithm"]), + ("generationals", &["generations"]), + ("decompresed", &["decompressed"]), + ("ehther", &["ether", "either"]), + ("uncontrollabley", &["uncontrollably"]), + ("withdrawel", &["withdrawal"]), + ("bitis", &["bits"]), + ("unspected", &["unexpected"]), + ("crirically", &["critically"]), + ("capitolism", &["capitalism"]), + ("procides", &["provides"]), + ("extraordinairly", &["extraordinarily"]), + ("propagatex", &["propagates", "propagated"]), + ("crticals", &["criticals"]), + ("studis", &["studies", "studios"]), + ("pronunce", &["pronounce"]), + ("tipe", &["type", "tip"]), + ("indepentend", &["independents"]), + ("spefying", &["specifying"]), + ("contsruction", &["construction"]), + ("soverignity", &["sovereignty"]), + ("rrrored", &["errored"]), + ("vegitarien", &["vegetarian"]), + ("initializd", &["initialized"]), + ("detramental", &["detrimental"]), + ("singuarl", &["singular"]), + ("fomatted", &["formatted"]), + ("frontent", &["frontend"]), + ("occsionally", &["occasionally"]), + ("counterporductive", &["counterproductive"]), + ("algorhytmically", &["algorithmically"]), + ("siturations", &["situations"]), + ("algoorithmic", &["algorithmic"]), + ("exlcusives", &["exclusives"]), + ("primitves", &["primitives"]), + ("archiv", &["archive"]), + ("pratictioner", &["practitioners"]), + ("chosse", &["choose", "chose"]), + ("surrenderd", &["surrendered"]), + ("defaulrs", &["defaults"]), + ("negotatiation", &["negotiation"]), + ("tacitcally", &["tactically"]), + ("rearrangtement", &["rearrangement"]), + ("constransi", &["constraints"]), + ("electrinic", &["electrician"]), + ("noramalizing", &["normalizing"]), + ("privde", &["provide"]), + ("positivitey", &["positivity"]), + ("speeping", &["sleeping"]), + ("microtramsactions", &["microtransactions"]), + ("reminscently", &["reminiscently"]), + ("equilibrim", &["equilibrium"]), + ("scientifc", &["scientific"]), + ("catholisism", &["catholicism"]), + ("constrant", &["constraint"]), + ("limitions", &["limitations"]), + ("eqution", &["equation"]), + ("audioboook", &["audiobook"]), + ("mkaes", &["makes"]), + ("focuse", &["focus"]), + ("insentives", &["incentives"]), + ("ahtleticism", &["athleticism"]), + ("cooperacion", &["cooperation"]), + ("agriculutral", &["agricultural"]), + ("cannibalsm", &["cannibalism"]), + ("refererence", &["reference"]), + ("electrican", &["electrician"]), + ("druing", &["during"]), + ("rendesvous", &["rendezvous"]), + ("licsensing", &["licensing"]), + ("expeect", &["expect"]), + ("reaons", &["reasons"]), + ("subnegatiotiations", &["subnegotiations"]), + ("uncompetetive", &["uncompetitive"]), + ("reposonders", &["responders"]), + ("subsedent", &["subsequent"]), + ("coordinare", &["coordinate"]), + ("satuaration", &["saturation"]), + ("suuport", &["support"]), + ("novmeber", &["november"]), + ("langnguages", &["languages"]), + ("officeals", &["officials"]), + ("gratuituous", &["gratuitous"]), + ("occurences", &["occurrences"]), + ("dereived", &["derived"]), + ("squishey", &["squishy"]), + ("inconsistancy", &["inconsistency"]), + ("athleticm", &["athleticism"]), + ("enterrnal", &["external", "internal"]), + ("primtives", &["primitives"]), + ("excpect", &["expect"]), + ("disporue", &["disparue"]), + ("rectrangle", &["rectangle"]), + ("independentiste", &["independents"]), + ("nationalistc", &["nationalistic"]), + ("apprieciate", &["appreciate"]), + ("satursday", &["saturday"]), + ("warrenty", &["warranty"]), + ("psuh", &["push"]), + ("blockhain", &["blockchain"]), + ("autimatically", &["automatically"]), + ("succesor", &["successor"]), + ("thermodynamcis", &["thermodynamics"]), + ("speace", &["peace", "space"]), + ("compielers", &["compilers"]), + ("underbog", &["undergo"]), + ("viligante", &["vigilante"]), + ("involuntarely", &["involuntary"]), + ("provine", &["province"]), + ("anytrhing", &["anything"]), + ("announcemnts", &["announcements"]), + ("escased", &["escaped"]), + ("meixcans", &["mexicans"]), + ("trun", &["turn"]), + ("compatiable", &["compatible"]), + ("decisiones", &["decisions"]), + ("obersvation", &["observation"]), + ("sycronously", &["synchronously"]), + ("embedds", &["embeds"]), + ("patethic", &["pathetic"]), + ("vrigins", &["virgins"]), + ("persewed", &["pursued"]), + ("aggreataon", &["aggregation"]), + ("ajasencies", &["adjacencies"]), + ("prophesie", &["prophecies"]), + ("derviative", &["derivative"]), + ("broadwalk", &["boardwalk"]), + ("erraticly", &["erratically"]), + ("propogate", &["propagate"]), + ("prestiguous", &["prestigious"]), + ("variabbles", &["variables"]), + ("dublication", &["duplication"]), + ("wonce", &["nonce", "once", "ponce", "wince"]), + ("accordinag", &["according"]), + ("seelction", &["selection"]), + ("somethinmg", &["somethings"]), + ("executbales", &["executables"]), + ("represetning", &["representing"]), + ("incestigator", &["investigator"]), + ("vacciners", &["vaccines"]), + ("securuity", &["security"]), + ("oprimized", &["optimized"]), + ("reinforcemt", &["reinforcement"]), + ("tessleating", &["tessellating"]), + ("bengeing", &["bingeing"]), + ("orgiin", &["origin"]), + ("deserialzied", &["deserialized"]), + ("developrs", &["develops"]), + ("recreacional", &["recreational"]), + ("uppstreaming", &["upstreaming"]), + ("configurato", &["configuration"]), + ("precsion", &["precision"]), + ("kuberenetes", &["kubernetes"]), + ("asychronize", &["asynchronize"]), + ("swithed", &["switched"]), + ("proyecting", &["projecting", "protecting"]), + ("incorportaed", &["incorporated"]), + ("phtread", &["pthread"]), + ("destiantion", &["destinations", "destination"]), + ("asuterity", &["austerity"]), + ("missmatch", &["mismatch"]), + ("vulneabilities", &["vulnerabilities"]), + ("definetley", &["definitely"]), + ("extrapoloate", &["extrapolate"]), + ("inteprets", &["interprets"]), + ("renegoptionsotiate", &["renegotiate"]), + ("pratictioners", &["practitioners"]), + ("scavanger", &["scavenger"]), + ("concurents", &["concurrents", "concurrence"]), + ("direcotry", &["directory"]), + ("reudce", &["reduce"]), + ("randazyvou", &["rendezvous"]), + ("statsit", &["statist"]), + ("negitiable", &["negotiable"]), + ("coneecting", &["connecting"]), + ("secitons", &["sections"]), + ("croation", &["croatian"]), + ("desintations", &["destinations"]), + ("inadiquate", &["inadequate"]), + ("steped", &["stepped"]), + ("attachs", &["attaches"]), + ("participte", &["participate"]), + ("tarces", &["traces"]), + ("impot", &["import"]), + ("troublehsooting", &["troubleshooting"]), + ("btiched", &["bitched"]), + ("encaspulating", &["encapsulating"]), + ("highlightin", &["highlighting"]), + ("funcitonally", &["functionally"]), + ("expception", &["exception"]), + ("neverthelss", &["nevertheless"]), + ("extrememly", &["extremely"]), + ("bountry", &["boundary"]), + ("oredes", &["orders"]), + ("condem", &["condemn"]), + ("ppublisher", &["publisher"]), + ("esger", &["edger"]), + ("milliseonds", &["milliseconds"]), + ("cours", &["course"]), + ("porjectiles", &["projectiles"]), + ("ocupy", &["occupy"]), + ("unmamanged", &["unmanaged"]), + ("alwas", &["always"]), + ("accumualte", &["accumulate"]), + ("fonctionnality", &["functionality"]), + ("coments", &["comments"]), + ("pacht", &["patch"]), + ("percise", &["precise"]), + ("protocl", &["protocol"]), + ("perdictable", &["predictable"]), + ("acculumation", &["accumulation"]), + ("stiches", &["stitches"]), + ("programa", &["program"]), + ("overwelm", &["overwhelm"]), + ("referenses", &["referees", "references"]), + ("extruciating", &["excruciating"]), + ("uninished", &["unfinished"]), + ("supoorting", &["supporting"]), + ("consitutuent", &["constituent"]), + ("exended", &["extended"]), + ("simily", &["simile", "smiley", "simply", "similarly"]), + ("believeble", &["believable"]), + ("oru", &["our"]), + ("compitable", &["compatible"]), + ("anxiosness", &["anxiousness"]), + ("mayybe", &["maybe"]), + ("shevles", &["shelves"]), + ("perdicting", &["predicting"]), + ("palyable", &["playable"]), + ("develompent", &["developments", "development"]), + ("paragrah", &["paragraph"]), + ("disproportionnate", &["disproportionate"]), + ("unidentifiedly", &["unidentified"]), + ("atttribute", &["attribute"]), + ("padam", &["param"]), + ("alturistic", &["altruistic"]), + ("springfeld", &["springfield"]), + ("failes", &["fails", "failed"]), + ("wotking", &["working"]), + ("spendour", &["splendour"]), + ("disrete", &["discrete"]), + ("campagin", &["campaign"]), + ("improvmenet", &["improvement"]), + ("relevations", &["revelations"]), + ("kindgergarden", &["kindergarten"]), + ("barracs", &["barracks"]), + ("finsihing", &["finishing"]), + ("expecially", &["especially"]), + ("atrtributes", &["attributes"]), + ("swaering", &["swearing"]), + ("assmumption", &["assumption"]), + ("abundacies", &["abundances"]), + ("pessimitic", &["pessimistic"]), + ("stuation", &["situation", "station"]), + ("bycicles", &["bicycles"]), + ("autoonf", &["autoconf"]), + ("reconstitue", &["reconstitute"]), + ("godlman", &["goldman"]), + ("boycutting", &["boycotting"]), + ("descides", &["decides"]), + ("seralize", &["serialize"]), + ("unrealeased", &["unreleased"]), + ("guarrantees", &["guarantees"]), + ("sucome", &["succumb"]), + ("sovietes", &["soviets"]), + ("favoritisme", &["favorites"]), + ("accets", &["accepts"]), + ("yera", &["year"]), + ("contrubite", &["contributes"]), + ("healty", &["healthy"]), + ("reinitailise", &["reinitialise"]), + ("utilizacion", &["utilization"]), + ("privaye", &["private"]), + ("emabrassing", &["embarrassing"]), + ("transcriptus", &["transcripts"]), + ("speficiallations", &["specifications"]), + ("accessoirs", &["accessories"]), + ("kighboshed", &["kiboshed"]), + ("colummns", &["columns"]), + ("detetion", &["detection", "deletion"]), + ("restrics", &["restricts"]), + ("saame", &["same"]), + ("seeting", &["seating", "setting", "seething"]), + ("postponinig", &["postponing"]), + ("gardient", &["gradient"]), + ("abstrcting", &["abstracting"]), + ("hexgaon", &["hexagon"]), + ("controversary", &["controversy"]), + ("disproportionaltely", &["disproportionately"]), + ("regulationg", &["regulating"]), + ("repressents", &["represents"]), + ("synposis", &["synopsis"]), + ("disctinction", &["distinction"]), + ("envrionments", &["environments"]), + ("languauge", &["language"]), + ("erorrs", &["errors"]), + ("disgusied", &["disguised"]), + ("resintall", &["reinstall"]), + ("thenn", &["then"]), + ("umbrellla", &["umbrella"]), + ("healtheast", &["healthiest"]), + ("degrassie", &["degrasse"]), + ("constructting", &["constructing"]), + ("hypocrticial", &["hypocritical"]), + ("traumetized", &["traumatized"]), + ("senteneces", &["sentences"]), + ("callabcks", &["callbacks"]), + ("cocnurency", &["concurrency"]), + ("representive", &["representative"]), + ("amognst", &["amongst"]), + ("rference", &["reference"]), + ("parameterts", &["parameters"]), + ("konversation", &["conversation"]), + ("nned", &["need"]), + ("inclusing", &["including"]), + ("attrivute", &["attribute"]), + ("repreesnts", &["represents"]), + ("otput", &["output"]), + ("synthesesia", &["synthesis"]), + ("calgarry", &["calgary"]), + ("instructino", &["instruction"]), + ("itens", &["items"]), + ("exluded", &["excluded", "exuded"]), + ("nodels", &["models"]), + ("roiginal", &["original"]), + ("sociophatic", &["sociopathic"]), + ("polcies", &["policies"]), + ("outskrits", &["outskirts"]), + ("syndrom", &["syndrome"]), + ("aposthrophe", &["apostrophe"]), + ("zionsim", &["zionism"]), + ("alltough", &["although"]), + ("implemeneted", &["implemented"]), + ("absolue", &["absolute"]), + ("mirro", &["mirror"]), + ("speficifier", &["specifier"]), + ("progressivo", &["progression"]), + ("exchnge", &["exchange"]), + ("fanatsic", &["fanatics"]), + ("queenland", &["queensland"]), + ("officals", &["officials"]), + ("cheerleards", &["cheerleaders"]), + ("exampel", &["example"]), + ("athients", &["atheist"]), + ("equipement", &["equipment"]), + ("bookkeping", &["bookkeeping"]), + ("namne", &["name"]), + ("cincinnatti", &["cincinnati"]), + ("guaruanteeing", &["guaranteeing"]), + ("identties", &["identities"]), + ("techers", &["teachers"]), + ("bariner", &["brainer"]), + ("fossiles", &["fossils"]), + ("issus", &["issues"]), + ("furtherst", &["furthest"]), + ("syntacts", &["syntax"]), + ("defived", &["derived"]), + ("templares", &["templars"]), + ("pornogrophy", &["pornography"]), + ("mercahnt", &["merchant"]), + ("perturbe", &["perturb", "perturbed"]), + ("mirrord", &["mirrored"]), + ("vaccinae", &["vaccinated"]), + ("downgartes", &["downgrades"]), + ("experimintations", &["experimentations"]), + ("apoligetic", &["apologetic"]), + ("distanca", &["distance"]), + ("disconect", &["disconnect"]), + ("garfeild", &["garfield"]), + ("billboad", &["billboard"]), + ("initiatiate", &["initiate"]), + ("descedent", &["descendent"]), + ("cheeper", &["cheaper"]), + ("previuosly", &["previously"]), + ("furthremore", &["furthermore"]), + ("languae", &["language"]), + ("unesacped", &["unescaped"]), + ("preffer", &["prefer"]), + ("asbtractor", &["abstractor"]), + ("abiss", &["abyss"]), + ("insistes", &["insists"]), + ("suposing", &["supposing"]), + ("sugested", &["suggested"]), + ("missionare", &["missionaries"]), + ("namepsace", &["namespace"]), + ("torrentas", &["torrents"]), + ("langauge", &["language"]), + ("othographic", &["orthographic"]), + ("seeems", &["seems"]), + ("pshycologically", &["psychologically"]), + ("patienty", &["patiently"]), + ("tempalrs", &["templars"]), + ("nationsl", &["nationals"]), + ("isloation", &["isolation"]), + ("immediatly", &["immediately"]), + ("plcaeholder", &["placeholder"]), + ("premilinary", &["preliminary"]), + ("thicking", &["thinking", "thickening"]), + ("memwar", &["memoir"]), + ("aplikays", &["appliqués"]), + ("truelly", &["truly"]), + ("rouding", &["rounding"]), + ("chaning", &["chaining", "changing"]), + ("immediatelty", &["immediately"]), + ("frankensite", &["frankenstein"]), + ("chossen", &["chosen"]), + ("intervalles", &["intervals"]), + ("asnwered", &["answered"]), + ("positiviy", &["positivity"]), + ("stricly", &["strictly"]), + ("antisocail", &["antisocial"]), + ("frustrants", &["frustrates"]), + ("filterig", &["filtering"]), + ("charcteristic", &["characteristic"]), + ("sudents", &["students"]), + ("imparied", &["impaired"]), + ("oversimplifaction", &["oversimplification"]), + ("assasin", &["assassin"]), + ("perfermances", &["performances"]), + ("spefifying", &["specifying"]), + ("startes", &["starts"]), + ("troble", &["trouble"]), + ("dealed", &["dealt"]), + ("pijeon", &["pigeon"]), + ("canoncical", &["canonical"]), + ("munchis", &["munchies"]), + ("avoud", &["avoid"]), + ("elsiof", &["elseif"]), + ("periodisch", &["periodic"]), + ("inconvienenced", &["inconvenience"]), + ("assymmetric", &["asymmetric"]), + ("miniscue", &["miniscule"]), + ("metting", &["meeting"]), + ("thsnk", &["thank"]), + ("ditributed", &["distributed"]), + ("noteworthly", &["noteworthy"]), + ("unbeerable", &["unbearable"]), + ("explicetely", &["explicitly"]), + ("staf", &["staff"]), + ("interstela", &["interstellar"]), + ("paraprhasing", &["paraphrasing"]), + ("failuare", &["failure"]), + ("analystics", &["analysts"]), + ("nedless", &["needless", "needles"]), + ("unforutunate", &["unfortunate"]), + ("importent", &["important"]), + ("porvided", &["provided"]), + ("regulatiors", &["regulators"]), + ("beginnnings", &["beginnings"]), + ("condifure", &["configure"]), + ("mecahnics", &["mechanics"]), + ("buddhsim", &["buddhism"]), + ("reaaranges", &["rearranges"]), + ("controleurs", &["controllers"]), + ("arrangerad", &["arranged"]), + ("contribuie", &["contribute"]), + ("resoruces", &["resources"]), + ("renegotitaed", &["renegotiated"]), + ("explanaiton", &["explanations", "explanation"]), + ("understnad", &["understands"]), + ("vitories", &["victories"]), + ("emprovements", &["improvements"]), + ("provicial", &["provincial"]), + ("supprort", &["support"]), + ("symmetria", &["symmetrical"]), + ("attemting", &["attempting"]), + ("negotitated", &["negotiated"]), + ("exrensions", &["extensions"]), + ("fascisation", &["fascination"]), + ("ownder", &["owner"]), + ("unimplemened", &["unimplemented"]), + ("playthrougs", &["playthroughs"]), + ("shoudt", &["should"]), + ("cansiter", &["canister"]), + ("guarunteed", &["guaranteed"]), + ("invokved", &["invoked"]), + ("availeable", &["available"]), + ("narcisissim", &["narcissism"]), + ("accorting", &["according"]), + ("ommishients", &["omniscience"]), + ("monarcy", &["monarchy"]), + ("contestents", &["contestants"]), + ("inherided", &["inherited"]), + ("attribte", &["attribute"]), + ("subtitiles", &["subtitles"]), + ("forthcomming", &["forthcoming"]), + ("dscrete", &["discrete"]), + ("attatchments", &["attachments"]), + ("suface", &["surface"]), + ("istruction", &["instruction"]), + ("cataclym", &["cataclysm"]), + ("archecture", &["architecture"]), + ("aesthestic", &["aesthetics"]), + ("empted", &["emptied"]), + ("grabge", &["garbage"]), + ("emphesizing", &["emphasizing"]), + ("expermients", &["experiments"]), + ("implentation", &["implementation"]), + ("distinguises", &["distinguishes"]), + ("expanson", &["expansion"]), + ("perfomring", &["performing"]), + ("decocding", &["decoding"]), + ("parntering", &["partnering"]), + ("expoentially", &["exponentially"]), + ("smal", &["small"]), + ("demograhpic", &["demographic"]), + ("rembembering", &["remembering"]), + ("chlid", &["child"]), + ("euthanaisa", &["euthanasia"]), + ("upgarading", &["upgrading"]), + ("ffrom", &["from"]), + ("scaepgoat", &["scapegoat"]), + ("identifikation", &["identification"]), + ("applyable", &["applicable"]), + ("syatem", &["system"]), + ("bcucket", &["bucket"]), + ("manglade", &["mangled"]), + ("correnspondents", &["correspondents"]), + ("boyfreind", &["boyfriend"]), + ("depecreated", &["deprecated"]), + ("paramter", &["parameter"]), + ("uninitialses", &["uninitialises"]), + ("reosnable", &["reasonable"]), + ("authoritiers", &["authorities"]), + ("approxmations", &["approximations"]), + ("skeletl", &["skeletal"]), + ("scandinaivan", &["scandinavia"]), + ("renegotioations", &["renegotiations"]), + ("dedection", &["detection", "deduction"]), + ("nextwork", &["network"]), + ("analysy", &["analysis"]), + ("cielings", &["ceilings"]), + ("seqenses", &["sequences"]), + ("seperato", &["separator"]), + ("worskspace", &["workspace"]), + ("unequalities", &["inequalities"]), + ("consummed", &["consumed"]), + ("alhabets", &["alphabets"]), + ("momomento", &["memento", "moment"]), + ("indepdendantly", &["independently"]), + ("emmisarry", &["emissary"]), + ("effciency", &["efficiency"]), + ("fingertrips", &["fingertips"]), + ("thrusdays", &["thursdays"]), + ("pring", &["print", "bring", "ping", "spring"]), + ("architechural", &["architectural"]), + ("unintersting", &["uninteresting"]), + ("unauthroized", &["unauthorized"]), + ("sedereal", &["sidereal"]), + ("inflatible", &["inflatable"]), + ("preditable", &["predictable"]), + ("morrsion", &["morrison"]), + ("prosperious", &["prosperous"]), + ("narcisscist", &["narcissist"]), + ("alghoritmic", &["algorithmic"]), + ("miscellanous", &["miscellaneous"]), + ("autistc", &["autistic"]), + ("notity", &["notify"]), + ("subrotuines", &["subroutines"]), + ("ythe", &["the"]), + ("congrigation", &["congregation"]), + ("algortihm", &["algorithm"]), + ("reconeted", &["reconnected"]), + ("inqusitior", &["inquisitor"]), + ("segmnets", &["segments"]), + ("syllabel", &["syllable"]), + ("transcendentational", &["transcendental"]), + ("dterminated", &["determined"]), + ("withih", &["within"]), + ("scannig", &["scanning"]), + ("neccecarily", &["necessarily"]), + ("prepherial", &["peripheral"]), + ("socialistos", &["socialists"]), + ("balcksmith", &["blacksmith"]), + ("volenteered", &["volunteered"]), + ("experimened", &["experimented"]), + ("ecountered", &["encountered"]), + ("onmishiences", &["omnisciences"]), + ("archove", &["archive"]), + ("libraarie", &["library"]), + ("realsitic", &["realistic"]), + ("detrmining", &["determining"]), + ("truthfullly", &["truthfully"]), + ("resolviste", &["resolves"]), + ("monarkey", &["monarchy"]), + ("kinteic", &["kinetic"]), + ("vallid", &["valid"]), + ("interesst", &["interests", "interest"]), + ("transparity", &["transparency"]), + ("dilaog", &["dialog"]), + ("docuemtns", &["documents"]), + ("seive", &["sieve"]), + ("metabloism", &["metabolism"]), + ("kilometros", &["kilometres"]), + ("descriminant", &["discriminant"]), + ("singature", &["signature"]), + ("suposes", &["supposes"]), + ("sugguestion", &["suggestion"]), + ("dircetory", &["directory"]), + ("unperturb", &["unperturbed"]), + ("negotioator", &["negotiator"]), + ("shanghi", &["shanghai"]), + ("spefifers", &["specifiers"]), + ("alpabetical", &["alphabetical"]), + ("approxamations", &["approximations"]), + ("dissasociation", &["disassociation"]), + ("shoukd", &["should"]), + ("burritto", &["burrito"]), + ("speficiallies", &["specifies"]), + ("ignorme", &["ignore"]), + ("boides", &["bodies"]), + ("ture", &["true", "pure"]), + ("prcoessed", &["processed"]), + ("apostrophie", &["apostrophe"]), + ("paristan", &["partisan"]), + ("statememts", &["statements"]), + ("ein", &["in"]), + ("tirangle", &["triangle"]), + ("thundebird", &["thunderbird"]), + ("wiil", &["will"]), + ("eptier", &["emptier"]), + ("carridge", &["carriage", "cartridge"]), + ("altogheter", &["altogether"]), + ("experimantel", &["experimental"]), + ("socity", &["society"]), + ("sesssion", &["session"]), + ("unlkely", &["unlikely"]), + ("decoraded", &["decorated"]), + ("aganist", &["against"]), + ("custon", &["custom"]), + ("consideret", &["considerate"]), + ("renegociate", &["renegotiate"]), + ("timedlta", &["timedelta"]), + ("enttries", &["entries"]), + ("stratup", &["startup"]), + ("impovement", &["improvement"]), + ("nuetrality", &["neutrality"]), + ("sapphrie", &["sapphire"]), + ("autonegoatiation", &["autonegotiation"]), + ("elimnated", &["eliminated"]), + ("origininate", &["originate"]), + ("reliefing", &["relieving"]), + ("componnents", &["components"]), + ("quoshants", &["quotients"]), + ("ivoked", &["invoked"]), + ("eamil", &["email"]), + ("overrridden", &["overridden"]), + ("convinceing", &["convincing"]), + ("aniother", &["another"]), + ("sopunds", &["sounds"]), + ("intrinisics", &["intrinsics"]), + ("spefically", &["specifically"]), + ("expexctedly", &["expectedly"]), + ("etst", &["test"]), + ("rasied", &["raised"]), + ("prograstination", &["procrastination"]), + ("inadventently", &["inadvertently"]), + ("tigthly", &["tightly"]), + ("skillshosts", &["skillshots"]), + ("releses", &["releases"]), + ("inlcluding", &["including"]), + ("encoutners", &["encounters"]), + ("autonegosiation", &["autonegotiation"]), + ("dicisions", &["decisions"]), + ("oints", &["points", "pints"]), + ("sepcifications", &["specification", "specifications"]), + ("sepertors", &["separators"]), + ("affliation", &["affliction"]), + ("realy", &["really", "relay", "real"]), + ("provdied", &["provided"]), + ("littlefinder", &["littlefinger"]), + ("alpbabetically", &["alphabetically"]), + ("unifom", &["uniform"]), + ("arrangting", &["arranging"]), + ("respiratoy", &["respiratory"]), + ("confidentail", &["confidential"]), + ("assistendo", &["assisted"]), + ("syllabills", &["syllabus", "syllabification"]), + ("datastrcutures", &["datastructures"]), + ("quckstarter", &["quickstarter"]), + ("selcted", &["selected"]), + ("exerience", &["experience"]), + ("speficiics", &["specifics"]), + ("councidental", &["coincidental"]), + ("visualizacion", &["visualization"]), + ("luanchers", &["launchers"]), + ("transalting", &["translating"]), + ("apreciate", &["appreciate"]), + ("tarpolin", &["tarpaulin"]), + ("remenissense", &["reminiscence"]), + ("camer", &["camera"]), + ("derefenced", &["dereferenced"]), + ("intellectals", &["intellectuals"]), + ("probablistically", &["probabilistically"]), + ("hiden", &["hidden"]), + ("claerly", &["clearly"]), + ("detctions", &["detections"]), + ("existentiel", &["existential"]), + ("transolating", &["translating"]), + ("schoalrs", &["scholars"]), + ("doublellift", &["doublelift"]), + ("mensioning", &["mentioning"]), + ("consequtively", &["consecutively"]), + ("xenophobical", &["xenophobia"]), + ("virtualizaion", &["virtualization"]), + ("execuctions", &["executions"]), + ("certifacted", &["certificated"]), + ("sufferd", &["suffered"]), + ("naviagte", &["navigate"]), + ("downvoteers", &["downvoters"]), + ("develoers", &["developers"]), + ("optimissm", &["optimism"]), + ("repaces", &["replaces"]), + ("rittles", &["rattles", "riddles"]), + ("margerat", &["margaret"]), + ("expermenters", &["experimenters"]), + ("collectems", &["collects"]), + ("intervento", &["intervention"]), + ("implentations", &["implementations"]), + ("tradionally", &["traditionally"]), + ("preveiws", &["previews"]), + ("preinted", &["printed"]), + ("achiavable", &["achievable"]), + ("trush", &["trust", "trash", "thrush"]), + ("oeprator", &["operator"]), + ("instllation", &["installation", "instillation"]), + ("entety", &["entity"]), + ("juxtifying", &["justifying"]), + ("enhabce", &["enhance"]), + ("onservation", &["conservation", "observation"]), + ("prejudgudicing", &["prejudicing"]), + ("unitilty", &["utility"]), + ("buissinesses", &["businesses"]), + ("suficient", &["sufficient"]), + ("campusers", &["campuses"]), + ("apendix", &["appendix"]), + ("solwed", &["solved"]), + ("onmisience", &["omniscience"]), + ("browswed", &["browsed"]), + ("asthetics", &["aesthetics"]), + ("etend", &["extend", "attend"]), + ("uncondisional", &["unconditional"]), + ("unisgned", &["unsigned"]), + ("resulotion", &["resolution"]), + ("caricuture", &["caricature"]), + ("retransferrd", &["retransferred"]), + ("authenicaion", &["authentication"]), + ("necessites", &["necessities"]), + ("buider", &["builder"]), + ("boomark", &["bookmark"]), + ("disnabled", &["disabled"]), + ("aditionaly", &["additionally"]), + ("dezibel", &["decibel"]), + ("degrase", &["degrasse"]), + ("excetutables", &["executables"]), + ("hyperldger", &["hyperledger"]), + ("sawte", &["sauté"]), + ("multiplays", &["multiply"]), + ("harrassed", &["harassed"]), + ("attrocities", &["atrocities"]), + ("systen", &["system"]), + ("personis", &["persons"]), + ("decryptation", &["decryption"]), + ("ressemblance", &["resemblance"]), + ("imgage", &["image"]), + ("alternetives", &["alternatives"]), + ("lewow", &["luau"]), + ("quaterly", &["quarterly"]), + ("collationg", &["collation"]), + ("phylosophical", &["philosophical"]), + ("experimntally", &["experimentally"]), + ("subseuqent", &["subsequent"]), + ("naxima", &["maxima"]), + ("extraxtors", &["extractors"]), + ("vaue", &["value"]), + ("methodoloy", &["methodology"]), + ("executionar", &["executioner"]), + ("granjure", &["grandeur"]), + ("invers", &["inverse", "invert"]), + ("folling", &["following", "falling", "rolling"]), + ("debub", &["debug"]), + ("bureaocratic", &["bureaucratic"]), + ("pipeine", &["pipeline"]), + ("chowsing", &["choosing"]), + ("scalarizaiton", &["scalarization"]), + ("prosperos", &["prosperous"]), + ("bastractly", &["abstractly"]), + ("impplementation", &["implementation"]), + ("aborginial", &["aboriginal"]), + ("fundamentalister", &["fundamentalists"]), + ("devfine", &["define"]), + ("recomments", &["recommends"]), + ("centerns", &["centers"]), + ("bumbed", &["bombed", "bumped"]), + ("influenceing", &["influencing"]), + ("defautlt", &["default"]), + ("underfined", &["undefined"]), + ("versoin", &["version"]), + ("contempate", &["contemplate"]), + ("cardina", &["cardigan"]), + ("brazilias", &["brazilians"]), + ("invokving", &["invoking"]), + ("fianite", &["finite"]), + ("intelegence", &["intelligence"]), + ("dissaponited", &["disappointed"]), + ("omnishints", &["omniscience"]), + ("catridge", &["cartridge"]), + ("regrds", &["regards"]), + ("flaried", &["flaired"]), + ("libratie", &["library"]), + ("ablum", &["album"]), + ("modifyes", &["modifies"]), + ("arised", &["arose"]), + ("particularily", &["particularly"]), + ("vasectomey", &["vasectomy"]), + ("masacra", &["mascara"]), + ("instruktion", &["instruction"]), + ("knowlegde", &["knowledge"]), + ("oprator", &["operator"]), + ("dispicable", &["despicable"]), + ("furished", &["furnished"]), + ("decryptyon", &["decryption"]), + ("serches", &["searches"]), + ("personsa", &["personas"]), + ("subdiretories", &["subdirectories"]), + ("commpressd", &["compressed"]), + ("acquantiance", &["acquaintances"]), + ("tothiba", &["toshiba"]), + ("plaform", &["platform"]), + ("imporant", &["important"]), + ("previwes", &["previews"]), + ("irreversebly", &["irreversible"]), + ("opeations", &["operations"]), + ("messgaes", &["messages"]), + ("coloumn", &["column"]), + ("experinementations", &["experimentations"]), + ("offfence", &["offence"]), + ("recrated", &["recreated"]), + ("sice", &["since"]), + ("desallocate", &["deallocate"]), + ("exciptions", &["exceptions"]), + ("recommnded", &["recommended"]), + ("executations", &["executions"]), + ("expepecting", &["expecting"]), + ("exersize", &["exercise"]), + ("indigenious", &["indigenous"]), + ("separetedly", &["separately"]), + ("appretince", &["apprentice"]), + ("paramemters", &["parameters"]), + ("transferes", &["transfers"]), + ("disrespecing", &["disrespecting"]), + ("kubernates", &["kubernetes"]), + ("battlefornt", &["battlefront"]), + ("envireonment", &["environment"]), + ("losd", &["lost", "loss", "lose", "load"]), + ("catstrophe", &["catastrophe"]), + ("spectification", &["specification"]), + ("appropiration", &["appropriation"]), + ("compliace", &["compliance"]), + ("chating", &["chatting"]), + ("eamples", &["examples"]), + ("irridation", &["irritation"]), + ("ourselfe", &["ourselves", "ourself"]), + ("firendzoned", &["friendzoned"]), + ("microcontrolers", &["microcontrollers"]), + ("reosurce", &["resource"]), + ("enourmous", &["enormous"]), + ("dissmantles", &["dismantles"]), + ("autmoations", &["automations"]), + ("accomodata", &["accommodate"]), + ("warwcik", &["warwick"]), + ("sepectral", &["spectral"]), + ("tabualte", &["tabulate"]), + ("individals", &["individuals"]), + ("enlightenend", &["enlightened"]), + ("sctripted", &["scripted"]), + ("finailze", &["finalize"]), + ("zomebie", &["zombie"]), + ("palce", &["place", "palace"]), + ("microtransations", &["microtransactions"]), + ("unitled", &["untitled"]), + ("inidans", &["indians"]), + ("worshippig", &["worshipping"]), + ("apologistes", &["apologists"]), + ("uplading", &["uploading"]), + ("shaerd", &["shared", "shard"]), + ("distibute", &["distribute"]), + ("latitudine", &["latitude"]), + ("cockroackes", &["cockroaches"]), + ("imnage", &["image"]), + ("blackbeery", &["blackberry"]), + ("notigications", &["notifications"]), + ("associcates", &["associates"]), + ("puplar", &["popular"]), + ("argiculture", &["agriculture"]), + ("disconnectme", &["disconnected"]), + ("televison", &["television"]), + ("expermimental", &["experimental"]), + ("surprize", &["surprise"]), + ("deambigation", &["disambiguation"]), + ("depenedecy", &["dependency"]), + ("complettly", &["completely"]), + ("testca", &["testcase"]), + ("puting", &["putting"]), + ("esacpes", &["escapes"]), + ("editoro", &["editor"]), + ("wuestions", &["questions"]), + ("decprecated", &["deprecated"]), + ("thumbanil", &["thumbnail"]), + ("vidoe", &["video"]), + ("impementaions", &["implementations"]), + ("capabillities", &["capabilities"]), + ("lightnign", &["lightning"]), + ("myhtical", &["mythical"]), + ("connectit", &["connecticut"]), + ("enaugh", &["enough"]), + ("imapct", &["impact"]), + ("ablout", &["about"]), + ("coytoes", &["coyotes"]), + ("interbread", &["interbreed", "interbred"]), + ("expeiriments", &["experiments"]), + ("marvelos", &["marvelous"]), + ("extremaly", &["extremely"]), + ("linguisitcs", &["linguistics"]), + ("varibles", &["variables"]), + ("benjed", &["binged"]), + ("replys", &["replies"]), + ("facisnation", &["fascination"]), + ("changee", &["change", "changed", "changes"]), + ("diaspra", &["diaspora"]), + ("improtant", &["important"]), + ("exceptionel", &["exceptional"]), + ("augmnetes", &["augments"]), + ("singleon", &["singleton"]), + ("anothe", &["another"]), + ("mensions", &["mansions", "mentions"]), + ("emitetd", &["emitted"]), + ("renegotatiated", &["renegotiated"]), + ("numebrs", &["numbers"]), + ("buttonn", &["button"]), + ("excecuts", &["executes"]), + ("instructivo", &["instruction"]), + ("expectency", &["expectancy"]), + ("miscarraiges", &["miscarriage"]), + ("absense", &["absence"]), + ("sensibilites", &["sensibilities"]), + ("sepeartes", &["separates"]), + ("depressin", &["depression"]), + ("opeg", &["open"]), + ("nastershums", &["nasturtiums"]), + ("ultimatelly", &["ultimately"]), + ("strugglebus", &["struggles"]), + ("collecitons", &["collections"]), + ("disovered", &["discovered"]), + ("experimetnation", &["experimentation"]), + ("exlcuded", &["excluded"]), + ("meachinisms", &["mechanisms"]), + ("rountine", &["routine"]), + ("tetrahedrans", &["tetrahedrons"]), + ("crowsourced", &["crowdsourced"]), + ("workaroung", &["workaround"]), + ("onoly", &["only"]), + ("generat", &["generate", "general"]), + ("poistions", &["positions"]), + ("necesserily", &["necessarily"]), + ("collumns", &["columns"]), + ("repsectively", &["respectively"]), + ("muscicians", &["musicians"]), + ("interacsions", &["interactions"]), + ("dissble", &["disable"]), + ("relaibly", &["reliably"]), + ("rendeirng", &["rendering"]), + ("langeuagesection", &["languagesection"]), + ("voif", &["void"]), + ("comress", &["compress"]), + ("beatiful", &["beautiful"]), + ("inquisitir", &["inquisitor"]), + ("loger", &["logger", "lodger", "longer"]), + ("avriables", &["variables"]), + ("reliefed", &["relieved"]), + ("representaciones", &["representations"]), + ("courtrooom", &["courtroom"]), + ("syringue", &["syringe"]), + ("emai", &["email"]), + ("nmemonic", &["mnemonic"]), + ("conviluted", &["convoluted"]), + ("interfcaes", &["interfaces"]), + ("inattractive", &["unattractive"]), + ("brancket", &["bracket"]), + ("aunthenticate", &["authenticate"]), + ("initiialise", &["initialise"]), + ("unncessary", &["unnecessary"]), + ("vacciante", &["vaccinate"]), + ("structually", &["structurally"]), + ("resgister", &["register"]), + ("corupted", &["corrupted"]), + ("unverfified", &["unverified"]), + ("whent", &["went"]), + ("tempraay", &["temporary"]), + ("embezelled", &["embezzled"]), + ("arument", &["argument"]), + ("expidentures", &["expenditures"]), + ("dasporas", &["diasporas"]), + ("landacapes", &["landscapes"]), + ("unvierse", &["universe"]), + ("worring", &["working"]), + ("decription", &["description", "decryption"]), + ("algorithsm", &["algorithms", "algorithm"]), + ("intimaty", &["intimately"]), + ("civilizatin", &["civilizations"]), + ("figuritively", &["figuratively"]), + ("assoaiating", &["associating"]), + ("receve", &["receive"]), + ("expirement", &["experiment"]), + ("obstancles", &["obstacles"]), + ("perfer", &["prefer"]), + ("cource", &["course", "coerce", "source"]), + ("endien", &["endian", "indian"]), + ("relavence", &["relevance"]), + ("rela", &["real"]), + ("consturction", &["construction"]), + ("stompted", &["stomped"]), + ("introsepection", &["introspection"]), + ("stroing", &["storing"]), + ("audcaity", &["audacity"]), + ("brightn", &["brighten"]), + ("zepplien", &["zeppelin"]), + ("diskretization", &["discretization"]), + ("oppsofite", &["opposite"]), + ("speficillifes", &["specifies"]), + ("melinneums", &["millennia"]), + ("deprevation", &["deprivation"]), + ("transiets", &["transients"]), + ("canabelyze", &["cannibalize"]), + ("currects", &["corrects", "currents"]), + ("nauitlus", &["nautilus"]), + ("paragph", &["paragraph"]), + ("anpatheaters", &["amphitheaters"]), + ("moast", &["most", "moat"]), + ("disuade", &["dissuade"]), + ("accpets", &["accepts"]), + ("opponant", &["opponent"]), + ("economiclly", &["economically"]), + ("ensalved", &["enslaved"]), + ("reposonding", &["responding"]), + ("clobal", &["global"]), + ("repositionning", &["repositioning"]), + ("poisond", &["poisoned"]), + ("ketmaine", &["ketamine"]), + ("capusle", &["capsule"]), + ("extreems", &["extremes"]), + ("ohone", &["phone"]), + ("unsuded", &["unused", "unsuited"]), + ("innocens", &["innocents"]), + ("believ", &["believe"]), + ("destinctions", &["destinations"]), + ("begininng", &["beginning"]), + ("atuhenticates", &["authenticates"]), + ("alleigance", &["allegiance"]), + ("duplicted", &["duplicated"]), + ("anpitheaters", &["amphitheaters"]), + ("buda", &["buddha"]), + ("rether", &["rather"]), + ("experimtenal", &["experimental"]), + ("spawnve", &["spawn"]), + ("exctractor", &["extractor"]), + ("scientiss", &["scientist"]), + ("preven", &["prevent"]), + ("historycal", &["historical"]), + ("throners", &["thrones"]), + ("offseted", &["offsetted"]), + ("unick", &["eunuch", "unix"]), + ("distrubited", &["distributed"]), + ("portolio", &["portfolio"]), + ("omishints", &["omniscience"]), + ("anitrez", &["antirez"]), + ("onece", &["once"]), + ("immoblie", &["immobile"]), + ("obesrver", &["observer"]), + ("experamental", &["experimental"]), + ("retribucion", &["retribution"]), + ("invariabil", &["invariably"]), + ("unexpeected", &["unexpected"]), + ("suseeder", &["seceder"]), + ("optios", &["options"]), + ("incomping", &["incoming"]), + ("evrithing", &["everything"]), + ("blasphmey", &["blasphemy"]), + ("theire", &["their"]), + ("oportions", &["options", "apportions"]), + ("classied", &["classified"]), + ("phlem", &["phlegm", "phloem"]), + ("bengalas", &["bengals"]), + ("besided", &["besides"]), + ("lanaguge", &["language"]), + ("substituion", &["substitution"]), + ("eles", &["eels", "else"]), + ("margianlly", &["marginally"]), + ("bourgeios", &["bourgeois"]), + ("knoe", &["know"]), + ("unconvenient", &["inconvenient"]), + ("finshed", &["finished"]), + ("trasformation", &["transformation"]), + ("zucheeni", &["zucchini"]), + ("mysef", &["myself"]), + ("elemenets", &["elements"]), + ("renketon", &["renekton"]), + ("identifed", &["identified"]), + ("segement", &["segment"]), + ("perfoemanses", &["performances"]), + ("veryify", &["verify"]), + ("lerned", &["learned", "leaned"]), + ("tolorances", &["tolerances"]), + ("turaround", &["turnaround"]), + ("causion", &["caution"]), + ("disruptness", &["disruption"]), + ("poisin", &["poison"]), + ("referals", &["referrals"]), + ("vulerability", &["vulnerability"]), + ("sissers", &["scissors", "sisters"]), + ("procrastion", &["procreation"]), + ("depercate", &["deprecate"]), + ("neccecary", &["necessary"]), + ("downvotr", &["downvoters"]), + ("solate", &["isolate"]), + ("admittetly", &["admittedly"]), + ("orer", &["order"]), + ("flacored", &["flavored"]), + ("debgug", &["debug"]), + ("seceed", &["succeed", "secede"]), + ("simliar", &["similar"]), + ("whike", &["while"]), + ("falvored", &["flavored"]), + ("caffiene", &["caffeine"]), + ("ative", &["active", "native"]), + ("menas", &["means"]), + ("constitue", &["constitutes", "constitute"]), + ("underlows", &["underflows"]), + ("ommisiences", &["omnisciences"]), + ("promiscus", &["promiscuous"]), + ("edning", &["edging", "ending"]), + ("produly", &["proudly"]), + ("nulk", &["null"]), + ("calcurating", &["calculating"]), + ("imolicit", &["implicit"]), + ("publich", &["publish", "public"]), + ("speficiies", &["specifies"]), + ("survay", &["survey"]), + ("jasmien", &["jasmine"]), + ("speficiifer", &["specifier"]), + ("secrety", &["secretly"]), + ("acticated", &["activated"]), + ("rearrage", &["rearrange"]), + ("caryons", &["crayons"]), + ("comamnds", &["commands"]), + ("abtracter", &["abstracter"]), + ("alternatly", &["alternately"]), + ("biejing", &["beijing"]), + ("environmnet", &["environments", "environment"]), + ("attachmet", &["attachments"]), + ( + "tralled", + &[ + "trailed", + "travelled", + "trawled", + "trialled", + "trilled", + "trolled", + ], + ), + ("sysem", &["system"]), + ("filtersing", &["filtering"]), + ("incomapatible", &["incompatible"]), + ("meens", &["means"]), + ("permitions", &["permissions"]), + ("functionaliy", &["functionally"]), + ("characteres", &["characters"]), + ("juggurnaut", &["juggernaut"]), + ("disproprotionately", &["disproportionately"]), + ("detaild", &["detailed"]), + ("uplods", &["uploads"]), + ("prevous", &["previous"]), + ("propertius", &["properties"]), + ("magneisum", &["magnesium"]), + ("maesures", &["measures"]), + ("sacrificied", &["sacrifice"]), + ("sequencies", &["sequences"]), + ("administratio", &["administrator"]), + ("abstacter", &["abstracter"]), + ("purtains", &["pertains"]), + ("explictly", &["explicitly"]), + ("resignement", &["resignment"]), + ("kryptoninte", &["kryptonite"]), + ("subtring", &["substring"]), + ("insectes", &["insects"]), + ("yopur", &["your"]), + ("algorithmmic", &["algorithmic"]), + ("suttles", &["shuttles"]), + ("maybellline", &["maybelline"]), + ("bloodporne", &["bloodborne"]), + ("progresively", &["progressively"]), + ("superpowereds", &["superpowers"]), + ("correkting", &["correcting"]), + ("lightrom", &["lightroom"]), + ("freee", &["free"]), + ("alphanumberic", &["alphanumeric"]), + ("robberys", &["robbers"]), + ("galations", &["galatians"]), + ("regulacion", &["regulation"]), + ("refrubished", &["refurbished"]), + ("apartmens", &["apartments"]), + ("direccion", &["direction"]), + ("speciales", &["specials"]), + ("hotsport", &["hotspot"]), + ("extedners", &["extenders"]), + ("datatyeps", &["datatypes"]), + ("attackes", &["attackers"]), + ("contirbutors", &["contributors"]), + ("sarinomys", &["ceremonies"]), + ("insperation", &["inspiration"]), + ("enusure", &["ensure"]), + ("execeptions", &["exceptions"]), + ("appicative", &["applicative"]), + ("murderd", &["murdered"]), + ("pagent", &["pageant", "plangent"]), + ("afternarket", &["aftermarket"]), + ("piont", &["point"]), + ("destinaiton", &["destinations", "destination"]), + ("accompagning", &["accompanying"]), + ("anonmyous", &["anonymous"]), + ("storate", &["storage"]), + ("massivelly", &["massively"]), + ("seperatist", &["separatist"]), + ("misstaken", &["mistaken"]), + ("prefernces", &["preferences"]), + ("suger", &["sugar"]), + ("predacessors", &["predecessors"]), + ("databaes", &["database"]), + ("strechted", &["stretched"]), + ("consentiously", &["conscientiously"]), + ("modualr", &["modular"]), + ("congifuration", &["configuration"]), + ("invitaion", &["invitation"]), + ("opportuntiy", &["opportunity"]), + ("credientals", &["credentials"]), + ("informatiom", &["information"]), + ("cureful", &["careful"]), + ("directsions", &["directions"]), + ("obejcts", &["objects"]), + ("oberver", &["observer"]), + ("subbtle", &["subtle"]), + ("onchage", &["onchange"]), + ("costumise", &["costumes"]), + ("supermarkert", &["supermarkets"]), + ("aquiesses", &["acquiesces"]), + ("newslines", &["newlines"]), + ("devels", &["delves"]), + ("reptils", &["reptiles"]), + ("conditionnal", &["conditional"]), + ("araound", &["around"]), + ("theroem", &["theorem"]), + ("componenents", &["components"]), + ("surpeme", &["supreme"]), + ("draughtman", &["draughtsman"]), + ("thne", &["then"]), + ("nomimal", &["nominal"]), + ("spefcifically", &["specifically"]), + ("nast", &["mast", "nasty", "nest"]), + ("inheretance", &["inheritance"]), + ("accidentley", &["accidentally"]), + ("publsiher", &["publisher"]), + ("caluclations", &["calculations"]), + ("wierdly", &["weirdly"]), + ("commisioning", &["commissioning"]), + ("smarthpone", &["smartphone"]), + ("josn", &["json"]), + ("marrige", &["marriage"]), + ("esential", &["essential"]), + ("failurs", &["failures"]), + ("existenta", &["existential"]), + ("peple", &["people"]), + ("ovverridden", &["overridden"]), + ("partifular", &["particular"]), + ("higway", &["highway"]), + ("screenchots", &["screenshots"]), + ("desireable", &["desirable"]), + ("vulberabuillity", &["vulnerability"]), + ("broacasted", &["broadcast"]), + ("beacuase", &["because"]), + ("squirrells", &["squirrels"]), + ("mimmicked", &["mimicked"]), + ("juvenille", &["juvenile"]), + ("initailly", &["initially"]), + ("complexs", &["complexes"]), + ("marrtyred", &["martyred"]), + ("langueages", &["languages"]), + ("pefered", &["preferred"]), + ("identitical", &["identical"]), + ("zookeinees", &["zucchinis"]), + ("kwnown", &["known"]), + ("unreoverable", &["unrecoverable"]), + ("wireframw", &["wireframe"]), + ("enseble", &["ensemble"]), + ("miagical", &["magical"]), + ("phisical", &["physical"]), + ("furneture", &["furniture"]), + ("transparant", &["transparent"]), + ("dominantes", &["dominants", "dominates"]), + ("recoreds", &["records"]), + ("omaj", &["homage", "oman"]), + ("conotroled", &["controlled"]), + ("substraction", &["subtraction"]), + ("concatanate", &["concatenate"]), + ("journalsim", &["journalism"]), + ("dirations", &["durations"]), + ("subsiziding", &["subsidizing"]), + ("metion", &["mention"]), + ("prospectos", &["prospects"]), + ("exapnds", &["expands"]), + ("complimentory", &["complimentary"]), + ("inplementation", &["implementation"]), + ("amalgum", &["amalgam"]), + ("diplayed", &["displayed"]), + ("obersvant", &["observant"]), + ("acceleartion", &["acceleration"]), + ("omisience", &["omniscience"]), + ("rectanlge", &["rectangle"]), + ("lteral", &["literal"]), + ("palistinian", &["palestinian"]), + ("copenhaegen", &["copenhagen"]), + ("comitting", &["committing"]), + ("anisotrophically", &["anisotropically"]), + ("annilihated", &["annihilated"]), + ("disrepectfully", &["disrespectfully"]), + ("identiable", &["identifiable"]), + ("retreiving", &["retrieving"]), + ("murdererous", &["murderers"]), + ("grooups", &["groups"]), + ("reachers", &["readers"]), + ("detecion", &["detection"]), + ("dahsboard", &["dashboard"]), + ("skools", &["schools"]), + ("aprroximation", &["approximation"]), + ("firey", &["fiery"]), + ("initialyse", &["initialise"]), + ("merory", &["memory"]), + ("timestaps", &["timestamps"]), + ("againts", &["against"]), + ("sufficates", &["suffocates"]), + ("respondible", &["responsible"]), + ("implmentations", &["implementations"]), + ("visercal", &["visceral"]), + ("frankin", &["franklin"]), + ("parlaimentary", &["parliamentary"]), + ("identitiy", &["identity"]), + ("uncessarily", &["unnecessarily"]), + ("relpy", &["reply"]), + ("discrepance", &["discrepancy"]), + ("dialate", &["dilate"]), + ("writeing", &["writing"]), + ("extimator", &["estimator"]), + ("repects", &["respects"]), + ("passs", &["pass"]), + ("renegotitations", &["renegotiations"]), + ("delaing", &["delaying"]), + ("endevering", &["endeavoring"]), + ("expansivos", &["expansions"]), + ("catagori", &["category"]), + ("regurally", &["regularly"]), + ("hipopotamus", &["hippopotamus"]), + ("safepooints", &["safepoints"]), + ("histogam", &["histogram"]), + ("sympothetic", &["sympathetic"]), + ("describng", &["describing"]), + ("unqouting", &["unquoting"]), + ("launchign", &["launching"]), + ("maniputor", &["manipulator"]), + ("fruitsations", &["frustrations"]), + ("progressivey", &["progressively"]), + ("eagrely", &["eagerly"]), + ("herione", &["heroine"]), + ("cambrdige", &["cambridge"]), + ("allcoate", &["allocate"]), + ("discconeecting", &["disconnecting"]), + ("depositos", &["deposits"]), + ("ediiting", &["editing"]), + ("serialzied", &["serialized"]), + ("illigal", &["illegal"]), + ("spaece", &["space"]), + ("cuples", &["couples"]), + ("percentille", &["percentile"]), + ("vaalues", &["values"]), + ("debain", &["debian"]), + ("intracicies", &["intricacies"]), + ("opeartors", &["operators"]), + ("chinmey", &["chimney"]), + ("distribtuion", &["distributions", "distribution"]), + ("discontigous", &["discontiguous"]), + ("destanation", &["destination"]), + ("publisehd", &["published"]), + ("whaeton", &["wheaton"]), + ("connot", &["cannot"]), + ("farest", &["fairest", "farthest"]), + ("progaramm", &["program"]), + ("blueberrries", &["blueberries"]), + ("welcom", &["welcome"]), + ("superisor", &["superiors"]), + ("interetsed", &["interested"]), + ("helicopers", &["helicopters"]), + ("ocorrences", &["occurrences"]), + ("vaiation", &["aviation"]), + ("ancestores", &["ancestors"]), + ("excuting", &["executing"]), + ("wardobe", &["wardrobe"]), + ("evalauted", &["evaluated"]), + ("meskeeto", &["mosquito"]), + ("confiugrations", &["configurations"]), + ("foregorund", &["foreground"]), + ("quanity", &["quantity"]), + ("speficifer", &["specifier"]), + ("reconstuct", &["reconstruct"]), + ("invinvible", &["invincible"]), + ("immediantely", &["immediately"]), + ("annihilatron", &["annihilation"]), + ("vulnarable", &["vulnerable"]), + ("mininise", &["minimise"]), + ("itselfs", &["itself"]), + ("subtarcted", &["subtracted"]), + ("ryou", &["you"]), + ("relatiate", &["retaliate"]), + ("signinged", &["signing"]), + ("emotionella", &["emotionally"]), + ("possesives", &["possessive"]), + ("academicese", &["academics"]), + ("decremenet", &["decrement"]), + ("narwharl", &["narwhal"]), + ("algorthn", &["algorithm"]), + ("renegociators", &["renegotiators"]), + ("deinitalize", &["deinitialize"]), + ("anonimised", &["anonymised"]), + ("elenment", &["element"]), + ("diassembling", &["disassembling"]), + ("pornograpghy", &["pornography"]), + ("crystalls", &["crystals"]), + ("lepracan", &["leprechaun"]), + ("rotaions", &["rotations"]), + ("resssurecting", &["resurrecting"]), + ("furnature", &["furniture"]), + ("ineffient", &["inefficient"]), + ("corrdinate", &["coordinate"]), + ("hwoever", &["however"]), + ("depictes", &["depicts"]), + ("neighborhods", &["neighborhoods"]), + ("usupported", &["unsupported"]), + ("entiti", &["entity"]), + ("entreprenuer", &["entrepreneur"]), + ("superflous", &["superfluous"]), + ("preceds", &["precedes"]), + ("procesess", &["processes"]), + ("spripts", &["scripts"]), + ("noninital", &["noninitial"]), + ("pimxaps", &["pixmaps"]), + ("invisiable", &["invisible"]), + ("legitemately", &["legitimately"]), + ("markeras", &["markers"]), + ("compilger", &["compiler"]), + ("prairy", &["prairie"]), + ("cahce", &["cache"]), + ("yopu", &["you"]), + ("aagain", &["again"]), + ("dissappear", &["disappear"]), + ("litature", &["literature"]), + ("disambigouate", &["disambiguate"]), + ("adventureous", &["adventures"]), + ("commpletely", &["completely"]), + ("prophey", &["prophecy"]), + ("confortable", &["comfortable"]), + ("correpsondence", &["correspondence"]), + ("weekedn", &["weekend"]), + ("polygammy", &["polygamy"]), + ("modificacion", &["modification"]), + ("disassbly", &["disassembly"]), + ("copany", &["company"]), + ("avaiiability", &["availability"]), + ("pxoxy", &["proxy"]), + ("accordint", &["according"]), + ("difficulity", &["difficulty"]), + ("foontnotes", &["footnotes"]), + ("targest", &["target", "targets"]), + ("generaton", &["generation", "generator"]), + ("unconvential", &["unconventional"]), + ("intance", &["instance", "intense"]), + ("comfrontational", &["confrontational"]), + ("perfomr", &["perform"]), + ("refernce", &["reference"]), + ("explicetly", &["explicitly"]), + ("antiboitic", &["antibiotics"]), + ("tuesdsy", &["tuesdays", "tuesday"]), + ("espoinage", &["espionage"]), + ("initilisations", &["initialisations"]), + ("propoagate", &["propagate"]), + ("vriginity", &["virginity"]), + ("esimations", &["estimations"]), + ("banched", &["branched", "benched"]), + ("perpertrated", &["perpetrated"]), + ("consistensy", &["consistency"]), + ("delievere", &["delivered"]), + ("condolensces", &["condolences"]), + ("nashvile", &["nashville"]), + ("inevitablity", &["inevitably"]), + ("convinsing", &["convincing"]), + ("intialistion", &["initialisation"]), + ("fursest", &["first", "furthest"]), + ("acumulates", &["accumulates"]), + ("pich", &["pitch", "pick", "pinch"]), + ("sppeches", &["speeches"]), + ("detetes", &["deletes", "detects"]), + ("experimentaatlly", &["experimentally"]), + ("thoguht", &["thought"]), + ("santize", &["sanitize"]), + ("inherrited", &["inherited"]), + ("transocders", &["transcoders"]), + ("forunately", &["fortunately"]), + ("repulisve", &["repulsive"]), + ("converstaional", &["conversational"]), + ("follewiwng", &["following"]), + ("experimintelly", &["experimentally"]), + ("paralells", &["parallels"]), + ("jouney", &["journey"]), + ("relfexes", &["reflexes"]), + ("organziation", &["organization"]), + ("avarage", &["average"]), + ("accoutns", &["accounts"]), + ("guared", &["guard", "guarded"]), + ("eleased", &["released"]), + ("previvous", &["previous"]), + ("commenet", &["comment"]), + ("specialtys", &["specials"]), + ("vulbearbuility", &["vulnerability"]), + ("interpoloating", &["interpolating"]), + ("catergories", &["categories"]), + ("transmist", &["transmit"]), + ("initialyzed", &["initialized"]), + ("incompasitate", &["incapacitate"]), + ("someon", &["someone"]), + ("sufficated", &["suffocated"]), + ("dispraportionate", &["disproportionate"]), + ("demonstrants", &["demonstrates"]), + ("procurment", &["procurement"]), + ("mysogynist", &["misogynist"]), + ("corruput", &["corrupt"]), + ("mornign", &["morning"]), + ("milage", &["mileage"]), + ("pyton", &["python"]), + ("unicornus", &["unicorns"]), + ("maitainers", &["maintainers"]), + ("infinie", &["infinite"]), + ("arrangt", &["arrangement"]), + ("vulberabuilities", &["vulnerabilities"]), + ("capitalizaiton", &["capitalization"]), + ("retalitated", &["retaliated"]), + ("auxilary", &["auxiliary"]), + ("conpilers", &["compilers"]), + ("pecuilar", &["peculiar"]), + ("cemetarey", &["cemetery"]), + ("bachleors", &["bachelors"]), + ("mountan", &["mountain"]), + ("consntants", &["constants"]), + ("overrie", &["override", "ovary"]), + ("relocaitons", &["relocations"]), + ("instantations", &["instantiations"]), + ("adpater", &["adapter"]), + ("availebilities", &["availabilities"]), + ("situationly", &["situational", "situationally"]), + ("commen", &["commend", "comment", "common"]), + ("indepandance", &["independence"]), + ("manafactures", &["manufactures"]), + ("fartherest", &["furthest"]), + ("negotating", &["negotiating"]), + ("udid", &["uuid"]), + ("functon", &["function"]), + ("horizonatally", &["horizontally"]), + ("arious", &["various"]), + ("pubilsh", &["publish"]), + ("salaires", &["salaries"]), + ("sylabus", &["syllabus"]), + ("iteraion", &["iteration"]), + ("stereotypian", &["stereotyping"]), + ("instanciates", &["instantiates"]), + ("caleee", &["callee"]), + ("intedned", &["intended"]), + ("relocaions", &["relocations"]), + ("substract", &["subtract"]), + ("sudnerland", &["sunderland"]), + ("cenventions", &["conventions"]), + ("renaissaince", &["renaissance"]), + ("presedence", &["precedence"]), + ("renegotiotable", &["renegotiable"]), + ("adamently", &["adamantly"]), + ("winodw", &["window"]), + ("absoutly", &["absolutely"]), + ("improvment", &["improvement"]), + ("indescriminent", &["indiscriminate"]), + ("transcording", &["transcoding"]), + ("alcoholc", &["alcoholics"]), + ("eliminting", &["eliminating"]), + ("friendhsip", &["friendship"]), + ("construced", &["constructed", "construed"]), + ("perferctly", &["perfectly"]), + ("pagents", &["pageants", "plangents"]), + ("unencyrpted", &["unencrypted"]), + ("earthquack", &["earthquake"]), + ("reportedy", &["reportedly"]), + ("peusdo", &["pseudo"]), + ("leaglizing", &["legalizing"]), + ("onlye", &["only"]), + ("arguemnt", &["argument"]), + ("initilalize", &["initialize"]), + ("microprocessprs", &["microprocessors"]), + ("gimmickers", &["gimmicks"]), + ("foloow", &["follow"]), + ("infroms", &["informs"]), + ("freesytle", &["freestyle"]), + ("relativno", &["relation"]), + ("dependending", &["depending"]), + ("reacahable", &["reachable"]), + ("impresonating", &["impersonating"]), + ("agnsoticism", &["agnosticism"]), + ("captued", &["captured"]), + ("hypocriet", &["hypocrite"]), + ("ignoded", &["ignored"]), + ("intensley", &["intensely"]), + ("formidible", &["formidable"]), + ("documentories", &["documentaries"]), + ("versioing", &["versioning"]), + ("tempatied", &["templatized"]), + ("vulnreabilities", &["vulnerabilities"]), + ("comsumers", &["consumers"]), + ("coninstallable", &["coinstallable"]), + ("offsited", &["offside"]), + ("intensionaly", &["intentionally", "intensionally"]), + ("kicthens", &["kitchens"]), + ("strechtes", &["stretches"]), + ("swizterland", &["switzerland"]), + ("defnitions", &["definitions"]), + ("prceeding", &["preceding"]), + ("corrruption", &["corruption"]), + ("tranforms", &["transforms"]), + ("bloodboner", &["bloodborne"]), + ("speack", &["speak"]), + ("reparamterise", &["reparameterise"]), + ("unreplacalbe", &["unreplaceable"]), + ("pronouciation", &["pronunciation"]), + ("musculair", &["muscular"]), + ("inpoverished", &["impoverished"]), + ("comlains", &["complains"]), + ("friednzone", &["friendzoned"]), + ("repressentation", &["representation"]), + ("indavidual", &["individual"]), + ("dopmaine", &["dopamine"]), + ("interrim", &["interim"]), + ("effeciency", &["efficiency"]), + ("pedohpile", &["pedophile"]), + ("insuinating", &["insinuating"]), + ("testasterone", &["testosterone"]), + ("greneer", &["greener"]), + ("assumnes", &["assumes"]), + ("ontains", &["contains"]), + ("proviedes", &["provides"]), + ("hoenstly", &["honestly"]), + ("usefutl", &["useful"]), + ("mashetty", &["machete"]), + ("neighbes", &["neighbors"]), + ("bemusemnt", &["bemusement"]), + ("tranactional", &["transactional"]), + ("handlig", &["handling"]), + ("digial", &["digital"]), + ("sotry", &["story", "sorry"]), + ("speciallize", &["specialize"]), + ("sorcerey", &["sorcery"]), + ("condomes", &["condoms"]), + ("locaitons", &["locations"]), + ("udpater", &["updater"]), + ("vetween", &["between"]), + ("autofomat", &["autoformat"]), + ("commpessed", &["compressed"]), + ("curch", &["church"]), + ("companians", &["companions"]), + ("coallision", &["collision"]), + ("linguisticas", &["linguistics"]), + ("merchindise", &["merchandise"]), + ("funchtioning", &["functioning"]), + ("scheule", &["schedule"]), + ("scheudle", &["schedule"]), + ("impuning", &["impugning"]), + ("rococco", &["rococo"]), + ("priorietor", &["proprietor"]), + ("diplays", &["displays"]), + ("estoniya", &["estonia"]), + ("notning", &["nothing"]), + ("sorceror", &["sorcerer"]), + ("itselv", &["itself"]), + ("cautio", &["caution"]), + ("initalialisation", &["initialisation"]), + ("curremtly", &["currently"]), + ("parias", &["pariahs", "parkas"]), + ("mechanismus", &["mechanisms"]), + ("impossiblly", &["impossibly"]), + ("inconveience", &["inconvenience"]), + ("secods", &["seconds"]), + ("arragned", &["arranged"]), + ("wich", &["which"]), + ("prohibitted", &["prohibited"]), + ("vegitarian", &["vegetarian"]), + ("reitterate", &["reiterate"]), + ("explitictly", &["explicitly"]), + ("deacitvated", &["deactivated"]), + ("applictions", &["applications"]), + ("contating", &["contacting", "containing"]), + ("boelean", &["boolean"]), + ("regsisters", &["registers"]), + ("mediorce", &["mediocre"]), + ("causailty", &["causality"]), + ("combintation", &["combination"]), + ("filterd", &["filtered"]), + ("everyhting", &["everything"]), + ("conclusie", &["conclusive"]), + ("cheeseface", &["cheesecake"]), + ("inhereted", &["inherited"]), + ("releating", &["relating"]), + ("settlemnts", &["settlements"]), + ("maintream", &["mainstream"]), + ("descirbes", &["describes"]), + ("persuated", &["persuade"]), + ("repaires", &["repairs"]), + ("speficying", &["specifying"]), + ("importence", &["importance"]), + ("accumalator", &["accumulator"]), + ("appearence", &["appearance"]), + ("repeting", &["repeating"]), + ("archetpye", &["archetype"]), + ("representaiton", &["representations", "representation"]), + ("renmant", &["remnant"]), + ("identifing", &["identifying"]), + ("sortings", &["sorting"]), + ("attahced", &["attached"]), + ("resturctured", &["restructured"]), + ("vocabluary", &["vocabulary"]), + ("floresent", &["fluorescent", "florescent"]), + ("aeactivate", &["deactivate", "activate"]), + ("uncessary", &["unnecessary"]), + ("conchusally", &["consciously"]), + ("effortlessley", &["effortlessly"]), + ("combability", &["compatibility"]), + ("prefereably", &["preferably"]), + ("buddisht", &["buddhist"]), + ("confidenciality", &["confidential"]), + ("negothiators", &["negotiators"]), + ("condtitional", &["conditional"]), + ("inbrios", &["embryos"]), + ("implementatoion", &["implementation"]), + ("saddenes", &["saddens"]), + ("cannnot", &["cannot"]), + ("copyrughted", &["copyrighted"]), + ("piplelines", &["pipelines"]), + ("combiations", &["combinations"]), + ("rearrangmeents", &["rearrangements"]), + ("cellabration", &["celebration"]), + ("sycle", &["cycle"]), + ("serialsing", &["serialising"]), + ("coeefficients", &["coefficients"]), + ("bahaviour", &["behaviour"]), + ("registerdns", &["registers"]), + ("proteinas", &["proteins"]), + ("wraapped", &["wrapped"]), + ("stalekrs", &["stalkers"]), + ("syntaxical", &["syntactical"]), + ("abadonded", &["abandoned"]), + ("oustide", &["outside"]), + ("veiwing", &["viewing"]), + ("faught", &["fought"]), + ("supressible", &["suppressible"]), + ("someoens", &["someones"]), + ("transcocdes", &["transcodes"]), + ("intuitevly", &["intuitively"]), + ("noramalised", &["normalised"]), + ("disproportionatley", &["disproportionately"]), + ("dependecys", &["dependencies"]), + ("unpleaseant", &["unpleasant"]), + ("charecters", &["characters"]), + ("paackage", &["package"]), + ("arcehtype", &["archetype"]), + ("misinterpted", &["misinterpret"]), + ("mimatch", &["mismatch"]), + ("torrenters", &["torrents"]), + ("intiailizeing", &["initializing"]), + ("guarnetee", &["guarantee"]), + ("techiniques", &["techniques"]), + ("commpact", &["compact"]), + ("unresgister", &["unregister"]), + ("workbanchs", &["workbenches"]), + ("deisgners", &["designers"]), + ("parliments", &["parliaments"]), + ("relaible", &["reliable"]), + ("hopyfully", &["hopefully"]), + ("contimplating", &["contemplating"]), + ("invertions", &["inventions", "inversions"]), + ("relataive", &["relative"]), + ("determinacion", &["determination"]), + ("intensitiy", &["intensity"]), + ("stategy", &["strategy"]), + ("sycronous", &["synchronous"]), + ("privleged", &["privileged"]), + ("independnet", &["independents", "independent"]), + ("genereal", &["general"]), + ("drawed", &["drew", "drawn"]), + ("wereas", &["whereas"]), + ("miinimisation", &["minimisation"]), + ("detecs", &["detects", "deters", "detect"]), + ("shcedule", &["schedule"]), + ("associcated", &["associated"]), + ("sigals", &["signals", "sigils"]), + ("moisutrizing", &["moisturizing"]), + ("inseperable", &["inseparable"]), + ("execuation", &["execution"]), + ("mayballine", &["maybelline"]), + ("autonegotiotation", &["autonegotiation"]), + ("neighberghs", &["neighbors"]), + ("unued", &["unused"]), + ("doubthed", &["doubted"]), + ("introducting", &["introduction"]), + ("commeneted", &["commented"]), + ("admissability", &["admissibility"]), + ("tournemant", &["tournament"]), + ("loosy", &["lossy", "lousy", "loose"]), + ("awating", &["awaiting"]), + ("evalueted", &["evaluated"]), + ("shampionship", &["championship"]), + ("catholicus", &["catholics"]), + ("icrease", &["increase"]), + ("interaktive", &["interactive", "interactively"]), + ("comsumer", &["consumer"]), + ("miralces", &["miracles"]), + ("imlimentation", &["implementation"]), + ("oculd", &["could"]), + ("supposeable", &["supposable"]), + ("rescheudle", &["reschedule"]), + ("sprecially", &["specially"]), + ("longevitiy", &["longevity"]), + ("backjacking", &["backpacking"]), + ("acrage", &["acreage"]), + ("reosource", &["resource"]), + ("cernomially", &["ceremonially"]), + ("greenhosue", &["greenhouse"]), + ("supressions", &["suppressions"]), + ("cencrete", &["concrete"]), + ("ooutput", &["output"]), + ("gerated", &["generated", "gyrated"]), + ("overwieght", &["overweight"]), + ("uncomfrotable", &["uncomfortable"]), + ("sandviches", &["sandwiches"]), + ("trinkst", &["trinkets"]), + ("capsuls", &["capsules"]), + ("ordr", &["order"]), + ("suh", &["such"]), + ("designade", &["designated"]), + ("delgates", &["delegates"]), + ("abouta", &["about"]), + ("wolrdwide", &["worldwide"]), + ("staidum", &["stadium"]), + ("cutsomer", &["customer"]), + ("invaderats", &["invaders"]), + ("impotr", &["import", "importer"]), + ("manufacters", &["manufactures"]), + ("rickoshay", &["ricochet"]), + ("glodberg", &["goldberg"]), + ("tarced", &["traced"]), + ("apocolapse", &["apocalypse"]), + ("distrbuted", &["distributed"]), + ("algotithms", &["algorithms"]), + ("ciphes", &["ciphers"]), + ("cassettte", &["cassette"]), + ("bunbled", &["bundled"]), + ("easer", &["easier", "eraser"]), + ("directix", &["directx"]), + ("negotiotating", &["negotiating"]), + ("clealy", &["cleanly", "clearly"]), + ("cmak", &["cmake"]), + ("parasits", &["parasites"]), + ("ojbect", &["object"]), + ("defenate", &["definite"]), + ("nutritios", &["nutritious"]), + ("secne", &["scene"]), + ("belond", &["belong"]), + ("extrimists", &["extremists"]), + ("geographycally", &["geographically"]), + ("interfal", &["interval"]), + ("digset", &["digest"]), + ("prejudgudices", &["prejudices"]), + ("sitirring", &["stirring"]), + ("idenitify", &["identify"]), + ("mamuth", &["mammoth"]), + ("synopsies", &["synopsis"]), + ("techniquest", &["techniques"]), + ("primay", &["primary"]), + ("infantus", &["infants"]), + ("exat", &["exact"]), + ("tpos", &["typos"]), + ("acknowleges", &["acknowledges"]), + ("dumplicates", &["duplicates"]), + ("resotrer", &["restorer"]), + ("vulnerabity", &["vulnerability"]), + ("martail", &["martial"]), + ("assiting", &["assisting"]), + ("quartlery", &["quarterly"]), + ("actiavting", &["activating"]), + ("obtrains", &["obtains"]), + ("sharpining", &["sharpening"]), + ("errros", &["errors"]), + ("guttaral", &["guttural"]), + ("pscyhopaths", &["psychopaths"]), + ("arrary", &["array"]), + ("convetions", &["conventions"]), + ("distorsions", &["distortions"]), + ("notario", &["ontario"]), + ("targtets", &["targets"]), + ("equalibrium", &["equilibrium"]), + ("depenencies", &["dependencies"]), + ( + "conceptification", + &["conceptualisation", "conceptualization"], + ), + ("handicaped", &["handicapped"]), + ("thouhgts", &["thoughts"]), + ("irelevent", &["irrelevant"]), + ("follwoein", &["following"]), + ("assotiation", &["association"]), + ("silybuses", &["syllabuses"]), + ("auotattack", &["autoattack"]), + ("expermentally", &["experimentally"]), + ("cornmitted", &["committed"]), + ("punctation", &["punctuation"]), + ("neighbeurghs", &["neighbours"]), + ("decroation", &["decoration"]), + ("ajacentcy", &["adjacency"]), + ("temselves", &["themselves"]), + ("sirected", &["directed"]), + ("tommarow", &["tomorrow"]), + ("prioroties", &["priorities"]), + ("writet", &["writes"]), + ("omniverously", &["omnivorously"]), + ("renegoziable", &["renegotiable"]), + ("extenal", &["external"]), + ("productos", &["products"]), + ("experimentts", &["experiments"]), + ("buliding", &["building"]), + ("documentaiton", &["documentation"]), + ("terrforming", &["terraforming"]), + ("significato", &["significant"]), + ("termnials", &["terminals"]), + ("speficifeir", &["specifier"]), + ("recursivion", &["recursion"]), + ("somenone", &["someone"]), + ("netropolitan", &["metropolitan"]), + ("anouncement", &["announcement"]), + ("ciritc", &["critic"]), + ("auhtor", &["author"]), + ("renegotations", &["renegotiations"]), + ("belifs", &["beliefs"]), + ("coordate", &["cordinate"]), + ("disgest", &["digest"]), + ("parapharse", &["paraphrase"]), + ("oepnapi", &["openapi"]), + ("expertas", &["experts"]), + ("negothiates", &["negotiates"]), + ("commnents", &["comments"]), + ("eitehr", &["either"]), + ("intepolate", &["interpolate"]), + ("accont", &["account"]), + ("recconeting", &["reconnecting"]), + ("housingkeeping", &["housekeeping"]), + ("definititely", &["definitively"]), + ("bolor", &["color"]), + ("unsucessfually", &["unsuccessfully"]), + ("motorcicle", &["motorcycle"]), + ("predjuice", &["prejudice"]), + ("agrred", &["agreed"]), + ("premissible", &["permissible"]), + ("hesiman", &["heisman"]), + ("exculsion", &["exclusion"]), + ("uncontrollabe", &["uncontrollable"]), + ("spagetti", &["spaghetti"]), + ("guarranty", &["guaranty"]), + ("webage", &["webpage"]), + ("religous", &["religious"]), + ("dumbfouned", &["dumbfounded"]), + ("deregiters", &["deregisters"]), + ("annyoingly", &["annoyingly"]), + ("referenceing", &["referencing"]), + ("ebale", &["enable"]), + ("emptyed", &["emptied"]), + ("recogizes", &["recognizes"]), + ("bypasing", &["bypassing"]), + ("approched", &["approached"]), + ("fnction", &["function"]), + ("suspention", &["suspension"]), + ("adapers", &["adapters"]), + ("intentended", &["intended"]), + ("paralellization", &["parallelization"]), + ("convervable", &["conservable"]), + ("vacinate", &["vaccinate"]), + ("hungarin", &["hungarian"]), + ("subscriptin", &["subscriptions"]), + ("wissles", &["whistles"]), + ("amacing", &["amazing"]), + ("innoculate", &["inoculate"]), + ("paritioning", &["partitioning"]), + ("beforr", &["before"]), + ("semster", &["semester"]), + ("associaiton", &["associations"]), + ("propgating", &["propagating"]), + ("sapeenas", &["subpoenas"]), + ("neighbrs", &["neighbors"]), + ("simulataeously", &["simultaneously"]), + ("analsyts", &["analysts"]), + ("subsitutuent", &["substituent"]), + ("pase", &["pass", "pace", "parse", "phase"]), + ("virgines", &["virgins"]), + ("supermakter", &["supermarkets"]), + ("calld", &["called"]), + ("applicaiton", &["application"]), + ("survivabilty", &["survivability"]), + ("consumtion", &["consumption"]), + ("boostrap", &["bootstrap"]), + ("godspede", &["godspeed"]), + ("calcualtor", &["calculator"]), + ("brutallly", &["brutally"]), + ("cocktials", &["cocktails"]), + ("unregognised", &["unrecognised"]), + ("subexperesions", &["subexpressions"]), + ("craetor", &["crater", "creator"]), + ("interploation", &["interpolation"]), + ("polishuset", &["polishes"]), + ("paculier", &["peculiar"]), + ("repete", &["repeat"]), + ("altitide", &["altitude"]), + ("turorial", &["tutorial"]), + ("architectual", &["architectural"]), + ("turrains", &["terrains"]), + ("solgered", &["soldiered"]), + ("bookeeping", &["bookkeeping"]), + ("transformated", &["transformed"]), + ("defficult", &["difficult"]), + ("coordiates", &["coordinates"]), + ("osffset", &["offset"]), + ("germanus", &["germans"]), + ("channges", &["changes"]), + ("overclcoking", &["overclocking"]), + ("cylcists", &["cyclists"]), + ("birthdayers", &["birthdays"]), + ("condradictions", &["contradictions"]), + ("commmemorated", &["commemorated"]), + ("coutnerproductive", &["counterproductive"]), + ("intialsed", &["initialised"]), + ("underfiend", &["undefined"]), + ("persewing", &["pursuing"]), + ("rigourous", &["rigorous"]), + ("vrify", &["verify"]), + ("apyoon", &["oppugn"]), + ("elimintates", &["eliminates"]), + ("initialyses", &["initialises"]), + ("forbiten", &["forbidden"]), + ("interesing", &["interesting"]), + ("dscretion", &["discretion"]), + ("sequensed", &["sequenced"]), + ("survivabiltiy", &["survivability"]), + ("fingertaps", &["fingertips"]), + ("threatended", &["threatened"]), + ("playwrites", &["playwrights"]), + ("browesr", &["browser"]), + ("skipp", &["skip", "skipped"]), + ("bloggeur", &["blogger"]), + ("multidimensinal", &["multidimensional"]), + ("limti", &["limit"]), + ("reguarlizer", &["regularizer"]), + ("nervana", &["nirvana"]), + ("associatons", &["associations"]), + ("strating", &["starting"]), + ("neccsessary", &["necessary"]), + ("crusdaers", &["crusaders"]), + ("horrendos", &["horrendous"]), + ("percpetion", &["perceptions"]), + ("cleanlyness", &["cleanliness"]), + ("vitmains", &["vitamins"]), + ("cartride", &["cartridge"]), + ("concentate", &["concentrate"]), + ("covnerted", &["converted"]), + ("somthign", &["something"]), + ("prpeparations", &["preparations"]), + ("chceking", &["checking"]), + ("cathloics", &["catholics"]), + ("temproraly", &["temporarily"]), + ("differene", &["differences", "difference"]), + ("ancapsulated", &["encapsulated"]), + ("intialisation", &["initialisation"]), + ("breakthruogh", &["breakthrough"]), + ("transitionns", &["transitions"]), + ("friendzonned", &["friendzoned"]), + ("vulbearbility", &["vulnerability"]), + ("organicaly", &["organically"]), + ("selecgt", &["select"]), + ("palatte", &["palette"]), + ("overzealosly", &["overzealously"]), + ("onging", &["ongoing"]), + ("ethincally", &["ethnically"]), + ("devicest", &["devices"]), + ("invisibile", &["invisible"]), + ("expandibility", &["expandability"]), + ("infrigning", &["infringing"]), + ("shitstrom", &["shitstorm"]), + ("renegoticating", &["renegotiating"]), + ("bult", &["built"]), + ("conenctor", &["connector"]), + ("corcodile", &["crocodile"]), + ("explaing", &["explaining"]), + ("clairvoiants", &["clairvoyants"]), + ("trubbles", &["troubles"]), + ("embarass", &["embarrass"]), + ("espaces", &["escapes"]), + ("conficts", &["conflicts"]), + ("paraylzed", &["paralyzed"]), + ("speficillifer", &["specifier"]), + ("returen", &["return"]), + ("manouevring", &["manoeuvring"]), + ("awrning", &["awning", "warning"]), + ("overloards", &["overload"]), + ("reminsced", &["reminisced"]), + ("guardianes", &["guardians"]), + ("cleff", &["clef"]), + ("logicaly", &["logically"]), + ("conerted", &["converted"]), + ("endding", &["ending"]), + ("partision", &["partition"]), + ("frecuency", &["frequency"]), + ("borderlans", &["borderlands"]), + ("inevatible", &["inevitable"]), + ("acomplished", &["accomplished"]), + ("destiation", &["destination"]), + ("renegotaiating", &["renegotiating"]), + ("esitmation", &["estimation"]), + ("ciculars", &["circulars"]), + ("donwvoted", &["downvoted"]), + ("columbidae", &["columbia"]), + ("watermask", &["watermark"]), + ("oragnes", &["oranges"]), + ("sccesses", &["successes"]), + ("experimetentally", &["experimentally"]), + ("seting", &["setting"]), + ("intrewebs", &["interwebs"]), + ("repricussions", &["repercussions"]), + ("disscovered", &["discovered"]), + ("subsequnce", &["subsequence"]), + ("coexhists", &["coexists"]), + ("errornoeus", &["erroneous"]), + ("excecised", &["excised", "exercised"]), + ("functtion", &["function"]), + ("cancle", &["cancel"]), + ("coonnection", &["connection"]), + ("accellerator", &["accelerator"]), + ("requirying", &["requerying"]), + ("numbder", &["number"]), + ("enterily", &["entirely"]), + ("tamplating", &["templating"]), + ("sementically", &["semantically"]), + ("shif", &["shift"]), + ("implacted", &["impacted"]), + ("bloorborne", &["bloodborne"]), + ("percenatge", &["percentages", "percentage"]), + ("intialiser", &["initialiser"]), + ("disappers", &["disappears"]), + ("approxiates", &["approximates"]), + ("roomates", &["roommates"]), + ("olmypic", &["olympic"]), + ("radaint", &["radiant"]), + ("concsious", &["conscious"]), + ("compativle", &["compatible"]), + ("inappropiate", &["inappropriate"]), + ("stati", &["statuses", "state", "static"]), + ("sofmore", &["sophomore"]), + ("syndacite", &["syndicate"]), + ("tournamnet", &["tournament"]), + ("buearucrats", &["bureaucrats"]), + ("awakend", &["awakened"]), + ("plantes", &["planets"]), + ("conatins", &["contains"]), + ("structred", &["structured"]), + ("docuement", &["document"]), + ("workarround", &["workaround"]), + ("proprocessed", &["preprocessed"]), + ("disporportionately", &["disproportionately"]), + ("phychologist", &["psychologist"]), + ("shortenting", &["shortening"]), + ("packeges", &["packages"]), + ("notfy", &["notify"]), + ("streatching", &["stretching"]), + ("publsih", &["publish"]), + ("adjuscent", &["adjacent"]), + ("dependenies", &["dependencies"]), + ("homewoners", &["homeowners"]), + ("neighbehoods", &["neighborhoods"]), + ("intepreted", &["interpreted"]), + ("conttributions", &["contributions"]), + ("everyhing", &["everything"]), + ("everyon", &["everyone"]), + ("corinthains", &["corinthians"]), + ("overidden", &["overridden"]), + ("authendicating", &["authenticating"]), + ("coallesing", &["coalescing"]), + ("corrision", &["corrosion"]), + ("pscyhologists", &["psychologists"]), + ("specializied", &["specialize"]), + ("exepcted", &["expected"]), + ("abreviations", &["abbreviations"]), + ("particluar", &["particular"]), + ("optoinal", &["optional"]), + ("metaphisics", &["metaphysics"]), + ("excetutable", &["executable"]), + ("aritmethic", &["arithmetic"]), + ("mingiame", &["minigame"]), + ("personhoood", &["personhood"]), + ("overhtinking", &["overthinking"]), + ("soverign", &["sovereign"]), + ("microseonds", &["microseconds"]), + ("zepplein", &["zeppelin"]), + ("clearence", &["clearance"]), + ("enouph", &["enough"]), + ("theiv", &["thief"]), + ("schedue", &["schedule"]), + ( + "exploition", + &["exploiting", "explosion", "exploitation", "exploit"], + ), + ("visuabises", &["visualises"]), + ("subtitutions", &["substitutions"]), + ("agregator", &["aggregator"]), + ("vietnamesea", &["vietnamese"]), + ("spectacularely", &["spectacularly"]), + ("speciaal", &["special"]), + ("encyclopdia", &["encyclopedia"]), + ("cicrle", &["circle"]), + ("subnegothiations", &["subnegotiations"]), + ("coproccessors", &["coprocessors"]), + ("ziping", &["zipping"]), + ("acknwoledge", &["acknowledges"]), + ("articals", &["articles"]), + ("craceful", &["graceful"]), + ("distinguised", &["distinguished"]), + ("mikrosecond", &["microsecond"]), + ("neighbhor", &["neighbor"]), + ("reclutant", &["reluctant"]), + ("repbulican", &["republican"]), + ("envirnments", &["environments"]), + ("initialzation", &["initialization"]), + ("countainer", &["container"]), + ("corridoors", &["corridors"]), + ("neighberhoods", &["neighborhoods"]), + ("taiwanesse", &["taiwanese"]), + ("exceirpt", &["excerpt"]), + ("chromozomes", &["chromosomes"]), + ("glimspe", &["glimpse"]), + ("increses", &["increases"]), + ("instancs", &["instances"]), + ("variabel", &["variable"]), + ("presidenta", &["presidential"]), + ("consrtuct", &["construct"]), + ("sturtures", &["structures"]), + ("returs", &["returns"]), + ("stacionary", &["stationary"]), + ("happenns", &["happens"]), + ("commansd", &["commands"]), + ("bastracts", &["abstracts"]), + ("exceute", &["execute"]), + ("dominiant", &["dominant"]), + ("messagoe", &["message"]), + ("opportunty", &["opportunity"]), + ("srew", &["screw", "shrew", "sew"]), + ("matris", &["matrix"]), + ("generalizng", &["generalizing"]), + ("serveless", &["serverless"]), + ("wresseled", &["wrestled"]), + ("pinnaple", &["pineapple"]), + ("qutie", &["quite", "quiet"]), + ("explicilty", &["explicitly"]), + ("avaluates", &["evaluates"]), + ("amphetemine", &["amphetamine"]), + ("simlicity", &["simplicity"]), + ("unknouwn", &["unknown"]), + ("parrallel", &["parallel"]), + ("cleantup", &["cleanup"]), + ("narly", &["gnarly"]), + ("topoplogies", &["topologies"]), + ("naiborhood", &["neighborhood"]), + ("intentially", &["intentionally"]), + ("inforrmation", &["information"]), + ("econimical", &["economical"]), + ("inherint", &["inherit"]), + ("woarkaround", &["workaround"]), + ("moteurs", &["motors"]), + ("specifes", &["specifies"]), + ("bayliwick", &["bailiwick"]), + ("rehabilitaiton", &["rehabilitation"]), + ("cherck", &["check"]), + ("moeny", &["money"]), + ("sawteing", &["sautéing"]), + ("startting", &["starting"]), + ("repeadedly", &["repeatedly"]), + ("witht", &["with"]), + ("partiticular", &["particular"]), + ("connatations", &["connotations"]), + ("kepping", &["keeping"]), + ("deliever", &["deliver"]), + ("superflouse", &["superfluous"]), + ("smapled", &["sampled"]), + ("paralelizing", &["parallelizing"]), + ("exploreres", &["explorers"]), + ("vulnerabilitie", &["vulnerability"]), + ("alogorithms", &["algorithms"]), + ("masteriers", &["masteries"]), + ("opprotunities", &["opportunities"]), + ("descendat", &["descendant"]), + ("ackowledged", &["acknowledged"]), + ("testice", &["testicle"]), + ("experiened", &["experienced"]), + ("explane", &["explain"]), + ("sometiem", &["sometime", "sometimes"]), + ("eith", &["with"]), + ("philospohy", &["philosophy"]), + ("oppenly", &["openly"]), + ("unsubscritpion", &["unsubscription"]), + ("defenderlos", &["defenders"]), + ("poistion", &["position"]), + ("regulaotrs", &["regulators"]), + ("apportunity", &["opportunity"]), + ("jurnys", &["journeys"]), + ("pensies", &["penises"]), + ("appreication", &["appreciation"]), + ("resovle", &["resolve"]), + ("unofficail", &["unofficial"]), + ("supressors", &["suppressors"]), + ("dispencers", &["dispenser"]), + ("consequental", &["consequently"]), + ("modernizationz", &["modernizations"]), + ("violatin", &["violation"]), + ("conotrol", &["control"]), + ("maitainance", &["maintenance"]), + ("represnetations", &["representations"]), + ("chateo", &["château"]), + ("prededence", &["precedence"]), + ("simulantaneously", &["simultaneously"]), + ("recrooters", &["recruiters"]), + ("assesed", &["assessed"]), + ("distribtuions", &["distributions"]), + ("dependices", &["dependencies"]), + ("akumulated", &["accumulated"]), + ("banglidesh", &["bangladesh"]), + ("irreplacable", &["irreplaceable"]), + ("renference", &["reference"]), + ("mispronounciation", &["mispronunciation"]), + ("maneagable", &["manageable"]), + ("absoultes", &["absolutes"]), + ("suspisions", &["suspicions"]), + ("discconeted", &["disconnected"]), + ("platfoem", &["platform"]), + ("decendentant", &["descendant"]), + ("presrciption", &["prescriptions"]), + ("explecitily", &["explicitly"]), + ("technichian", &["technician"]), + ("prejected", &["projected"]), + ("triscaidekafobia", &["triskaidekaphobia"]), + ("fugures", &["figures"]), + ("actice", &["active"]), + ("annilihation", &["annihilation"]), + ("knoweldge", &["knowledge"]), + ("calenday", &["calendar"]), + ("geogrpahically", &["geographically"]), + ("raoming", &["roaming"]), + ("nessary", &["necessary"]), + ("logarithmical", &["logarithmically"]), + ("amalgums", &["amalgams"]), + ("thn", &["then"]), + ("discrimianted", &["discriminated"]), + ("arhtritis", &["arthritis"]), + ("gutiars", &["guitars"]), + ("retieved", &["retrieved"]), + ("platofmr", &["platform"]), + ("obliterared", &["obliterated"]), + ("agian", &["again"]), + ("reprsented", &["represented"]), + ("disappered", &["disappeared"]), + ("obsucated", &["obfuscated"]), + ("updateed", &["updated"]), + ("saven", &["save"]), + ("sperate", &["separate"]), + ("skelatel", &["skeletal"]), + ("inpossibility", &["impossibility"]), + ("subsiduary", &["subsidiary"]), + ("neighbooring", &["neighboring"]), + ("sawnson", &["swanson"]), + ("obyekt", &["object"]), + ("directrx", &["directx"]), + ("chunaks", &["chunks"]), + ("affinitiy", &["affinity"]), + ("renegotaiable", &["renegotiable"]), + ("compatitbility", &["compatibility"]), + ("naibhorhoods", &["neighborhoods"]), + ("completor", &["completer", "completion"]), + ("doumentc", &["document"]), + ("avalability", &["availability"]), + ("sighn", &["sign"]), + ("arrivial", &["arrival"]), + ("applycable", &["applicable"]), + ("suposable", &["supposable"]), + ("mdoelling", &["modelling"]), + ("occationly", &["occasionally"]), + ("programmming", &["programming"]), + ("missunderstood", &["misunderstood"]), + ("souvinneers", &["souvenirs"]), + ("enchanement", &["enchantment"]), + ("necesarrily", &["necessarily"]), + ("attentuations", &["attenuations"]), + ("starlted", &["startled"]), + ("specialies", &["specializes"]), + ("compromisse", &["compromises"]), + ("descisions", &["decisions"]), + ("conexts", &["contexts", "connects"]), + ("ist", &["is", "it", "its", "sit", "list"]), + ("communit", &["communist"]), + ("regulirization", &["regularization"]), + ("consome", &["consume"]), + ("executue", &["execute"]), + ("assmbler", &["assembler"]), + ("extensiones", &["extensions"]), + ("speficiation", &["specification"]), + ("sidleine", &["sideline"]), + ("nationales", &["nationals"]), + ("defintiely", &["definitely"]), + ("commmit", &["commit"]), + ("whiltelisted", &["whitelisted"]), + ("goups", &["groups"]), + ("pertrub", &["perturb"]), + ("idenity", &["identity"]), + ("chcek", &["check"]), + ("bouning", &["bounding"]), + ("contentios", &["contentious"]), + ("abourt", &["abort", "about"]), + ("suspiciosly", &["suspiciously"]), + ("numnber", &["number"]), + ("arborts", &["aborts"]), + ("livelehood", &["livelihood"]), + ("paraphrashing", &["paraphrasing"]), + ("sytler", &["styler"]), + ("vaiables", &["variables"]), + ("brazilions", &["brazilians"]), + ("covanent", &["covenant"]), + ("presidante", &["presidents"]), + ("assosiated", &["associated"]), + ("malaysa", &["malaysia"]), + ("construters", &["constructors"]), + ("guaruantees", &["guarantees"]), + ("annihalated", &["annihilated"]), + ("exteral", &["external"]), + ("condescenion", &["condescension"]), + ("supercede", &["supersede"]), + ("segergation", &["segregation"]), + ("transcris", &["transcripts"]), + ("readmition", &["readmission"]), + ("implicatons", &["implications"]), + ("missmatchd", &["mismatched"]), + ("consttruct", &["construct"]), + ("raplace", &["replace"]), + ("annouing", &["annoying"]), + ("mocule", &["module"]), + ("degenration", &["degeneration"]), + ("satisfactority", &["satisfactorily"]), + ("arguemnts", &["arguments"]), + ("unspefixied", &["unspecified"]), + ("beliavable", &["believable"]), + ("attaindre", &["attainder", "attained"]), + ("accesssors", &["accessors"]), + ("sensibilisiert", &["sensibilities"]), + ("substitutues", &["substitutes"]), + ("espacing", &["escaping"]), + ("idenifiable", &["identifiable"]), + ("wrecthed", &["wretched"]), + ("crosspot", &["crosspost"]), + ("algotithmic", &["algorithmic"]), + ("disrespecful", &["disrespectful"]), + ("misunterstanding", &["misunderstandings"]), + ("inmediatily", &["immediately"]), + ("exectuor", &["executor"]), + ("authenricating", &["authenticating"]), + ("misygonistic", &["misogynistic"]), + ("capteurs", &["captures"]), + ("genetive", &["genitive"]), + ("barays", &["berets"]), + ("strenghtening", &["strengthening"]), + ("ciricuit", &["circuit"]), + ("supremasist", &["supremacist"]), + ("poeple", &["people"]), + ("nestolgia", &["nostalgia"]), + ("initilizations", &["initializations"]), + ("feasable", &["feasible"]), + ("easely", &["easily"]), + ("authenricators", &["authenticators"]), + ("chatedral", &["cathedral"]), + ("bankrutpcy", &["bankruptcy"]), + ("organisaion", &["organisation"]), + ("positivitely", &["positivity"]), + ("capible", &["capable"]), + ("incoginto", &["incognito"]), + ("funcstions", &["functions"]), + ("spleling", &["spelling"]), + ("retreve", &["retrieve"]), + ("silouweting", &["silhouetting"]), + ("experimers", &["experimenters"]), + ("sirection", &["direction"]), + ("reorginized", &["reorganized"]), + ("composuted", &["composited"]), + ("comparitave", &["comparative"]), + ("missign", &["missing"]), + ("beginining", &["beginning"]), + ("indoctrinatin", &["indoctrination"]), + ("improovement", &["improvement"]), + ("scostman", &["scotsman"]), + ("characeters", &["characters"]), + ("sufferage", &["suffrage"]), + ("bytetream", &["bytestream"]), + ("subtletly", &["subtlety"]), + ("intriuging", &["intriguing"]), + ("suppres", &["suppress"]), + ("unsubscriped", &["unsubscribed"]), + ("authentation", &["authentication"]), + ("techonlogical", &["technological"]), + ("consectuve", &["consecutive"]), + ("inititalisation", &["initialisation"]), + ("differente", &["difference"]), + ("supporteur", &["supporter"]), + ("chatolic", &["catholic"]), + ("geneological", &["genealogical"]), + ("exibitions", &["exhibitions"]), + ("wherease", &["whereas"]), + ("idividuals", &["individuals"]), + ("weeekend", &["weekend"]), + ("entension", &["extension"]), + ("tempraraily", &["temporarily"]), + ("costructor", &["constructor"]), + ("outperfomeing", &["outperforming"]), + ("debbugged", &["debugged"]), + ("unvierses", &["universes"]), + ("depencent", &["dependent"]), + ("inspiracion", &["inspiration"]), + ("decypher", &["decipher"]), + ("techincian", &["technician"]), + ("foriegners", &["foreigners"]), + ("ingriedents", &["ingredient"]), + ("negotaiated", &["negotiated"]), + ("cleanleness", &["cleanliness"]), + ("oscilllators", &["oscillators"]), + ("iniitialize", &["initialize"]), + ("adddresses", &["addresses"]), + ("verfifications", &["verifications"]), + ("skalar", &["scalar"]), + ("introductionary", &["introductory"]), + ("unjustifed", &["unjustified"]), + ("inconsistentcy", &["inconsistency"]), + ("camouglage", &["camouflage"]), + ("moisterizer", &["moisturizer"]), + ("iomaped", &["iomapped"]), + ("sustainaiblity", &["sustainability"]), + ("appropiate", &["appropriate"]), + ("alingment", &["alignment"]), + ("dimansional", &["dimensional"]), + ("disciplins", &["disciplines"]), + ("repeteadly", &["repeatedly"]), + ("millon", &["million"]), + ("aactual", &["actual"]), + ("specifeid", &["specified"]), + ("reactiony", &["reactionary"]), + ("compilaiton", &["compilation"]), + ("impreative", &["imperative"]), + ("vaccins", &["vaccines"]), + ("prediciotn", &["prediction"]), + ("infinit", &["infinite"]), + ("stickness", &["stickiness"]), + ("differentl", &["differential", "differently"]), + ("unkowningly", &["unknowingly"]), + ("neighor", &["neighbor"]), + ("collectos", &["collectors"]), + ("encrupted", &["encrypted"]), + ("follwoong", &["following"]), + ("speficifies", &["specifies"]), + ("crusive", &["cursive"]), + ("refreshs", &["refreshes"]), + ("fideltiy", &["fidelity"]), + ("registrato", &["registration"]), + ("photogrpahy", &["photography"]), + ("underglo", &["undergo"]), + ("instrumenal", &["instrumental"]), + ("unsuccessfull", &["unsuccessful"]), + ("collaboratoin", &["collaboration"]), + ("exicted", &["excited"]), + ("transfromer", &["transformers", "transformer"]), + ("attractin", &["attraction"]), + ("goergia", &["georgia"]), + ("movespeeed", &["movespeed"]), + ("preformers", &["performers"]), + ("instinctivley", &["instinctively"]), + ("resloves", &["resolves"]), + ("requiers", &["requires"]), + ("misinterperet", &["misinterpret"]), + ("microseond", &["microsecond"]), + ("parctise", &["practise"]), + ("scavanged", &["scavenged"]), + ("propertery", &["property"]), + ("hense", &["hence"]), + ("correspomdents", &["correspondents"]), + ("transferrring", &["transferring"]), + ("irelevant", &["irrelevant"]), + ("tiwards", &["towards"]), + ("imporoving", &["improving"]), + ("expereincing", &["experiencing"]), + ("blcok", &["block"]), + ("helicpoter", &["helicopter"]), + ("sufferring", &["suffering"]), + ("contongency", &["contingency"]), + ("wildreness", &["wilderness"]), + ("giser", &["geyser"]), + ("rewitable", &["rewritable"]), + ("enalbe", &["enable"]), + ("siezing", &["seizing", "sizing"]), + ("retrivable", &["retrievable"]), + ("propoerties", &["properties"]), + ("fingerpoints", &["fingerprints"]), + ("detectarlo", &["detector"]), + ("digsted", &["digested"]), + ("usinng", &["using"]), + ("alloocates", &["allocates"]), + ("occcurrences", &["occurrences"]), + ("settup", &["setup"]), + ("compositong", &["compositing"]), + ("caronavirus", &["coronavirus"]), + ("apperantly", &["apparently"]), + ("oll", &["all", "ole", "old", "olly", "oil"]), + ("implcitly", &["implicitly"]), + ("sceduled", &["scheduled"]), + ("umberlla", &["umbrella"]), + ("retart", &["restart"]), + ("proficeint", &["proficient"]), + ("utilitising", &["utilising"]), + ("astronimical", &["astronomical"]), + ("victemizing", &["victimizing"]), + ("exchnaging", &["exchanging"]), + ("perferm", &["perform"]), + ("partiel", &["particle"]), + ("algorithmnic", &["algorithmic"]), + ("assosiating", &["associating"]), + ("spefcifiable", &["specifiable"]), + ("irectory", &["directory"]), + ("apllicatins", &["applications"]), + ("richochet", &["ricochet"]), + ("inscrutible", &["inscrutable"]), + ("iteratable", &["iterable"]), + ("expcet", &["except", "expect"]), + ("requiere", &["require"]), + ("specualtion", &["speculation"]), + ("achive", &["achieve", "archive"]), + ("idenitified", &["identifies"]), + ("enhacements", &["enhancements"]), + ("callibrate", &["calibrate"]), + ("dermatolagist", &["dermatologist"]), + ("accessable", &["accessible"]), + ("aritmetic", &["arithmetic"]), + ("functionalty", &["functionality"]), + ("cacoon", &["cocoon"]), + ("readble", &["readable"]), + ("relpacement", &["replacement"]), + ("forcasted", &["forecasted"]), + ("inteligability", &["intelligibility"]), + ("accomidation", &["accommodation"]), + ("profesionals", &["professionals"]), + ("tieing", &["tying"]), + ("enlighment", &["enlighten"]), + ("instersections", &["intersections"]), + ("proyects", &["projects", "protects"]), + ("esnures", &["ensures"]), + ("elimanation", &["elimination"]), + ("exaplaining", &["explaining"]), + ("adiditon", &["addition"]), + ("inevtiably", &["inevitably"]), + ("irresponsbile", &["irresponsible"]), + ("academicos", &["academics"]), + ("sepereated", &["separated"]), + ("expensie", &["expense"]), + ("narcissicm", &["narcissism"]), + ("correctlly", &["correctly"]), + ("lookng", &["looking"]), + ("missingassignement", &["missingassignment"]), + ("natioanls", &["nationals"]), + ("causalty", &["casualty"]), + ("fraudelant", &["fraudulent"]), + ("impementling", &["implementing"]), + ("mercaneries", &["mercenaries"]), + ("halluzinations", &["hallucinations"]), + ("bounndary", &["boundary"]), + ("consistes", &["consists", "consisted"]), + ("incoroporated", &["incorporated"]), + ("confugurable", &["configurable"]), + ("reopended", &["reopened"]), + ("adbominal", &["abdominal"]), + ("replacemenet", &["replacement"]), + ("traliers", &["trailers"]), + ("dereive", &["derive"]), + ("abd", &["and"]), + ("fotografic", &["photographic"]), + ("exlusive", &["exclusive"]), + ("abitrate", &["arbitrate"]), + ("vaiable", &["variable"]), + ("assumad", &["assumed"]), + ("insipring", &["inspiring"]), + ("adminsitrator", &["administrator"]), + ("slaugthering", &["slaughtering"]), + ("rotaitons", &["rotations"]), + ("tempurature", &["temperature"]), + ("underfows", &["underflows"]), + ("adresse", &["address"]), + ("defenesless", &["defenseless"]), + ("electronagnetic", &["electromagnetic"]), + ("zobriust", &["zobrist"]), + ("stcokbrush", &["stockbrush"]), + ("exercieses", &["exercises"]), + ("autonegotitaion", &["autonegotiation"]), + ("negilgence", &["negligence"]), + ("athough", &["although"]), + ("triscaidekaphobia", &["triskaidekaphobia"]), + ("contetion", &["contention"]), + ("breakes", &["breaks"]), + ("lanauage", &["language"]), + ("convigure", &["configure"]), + ("dandidates", &["candidates"]), + ("maximixing", &["maximizing"]), + ("adpter", &["adapter"]), + ("provisoined", &["provisioned"]), + ("unrepetant", &["unrepentant"]), + ("ascneding", &["ascending"]), + ("marhsmallow", &["marshmallow"]), + ("unsuccesfully", &["unsuccessfully"]), + ("condemend", &["condemned"]), + ("agressiveness", &["aggressiveness"]), + ("inbankment", &["embankment"]), + ("cafetiera", &["cafeteria"]), + ("metaphoricly", &["metaphorical"]), + ("physqiue", &["physique"]), + ("depdency", &["dependency"]), + ("spontaneuos", &["spontaneous"]), + ("proceeeding", &["proceeding"]), + ("interaxtions", &["interactions"]), + ("documenteries", &["documentaries"]), + ("inconvineance", &["inconvenience"]), + ("orhtogonally", &["orthogonally"]), + ("annilihate", &["annihilated"]), + ("reuqirements", &["requirements"]), + ("gravitatie", &["gravitate"]), + ("overlowed", &["overflowed", "overloaded"]), + ("intquiries", &["inquiries"]), + ("outrageos", &["outrageous"]), + ("perfomers", &["performers"]), + ("declard", &["declared"]), + ("answhare", &["answer"]), + ("memebered", &["remembered"]), + ("devic", &["device"]), + ("doocuments", &["documents"]), + ("passiones", &["passions"]), + ("adjcentcy", &["adjacency"]), + ("enoucntering", &["encountering"]), + ("desscribing", &["describing"]), + ("succesully", &["successfully"]), + ("dependends", &["depended"]), + ("asburdity", &["absurdity"]), + ("leafs", &["leaves"]), + ("compatablie", &["compatible", "compatibly"]), + ("derogotory", &["derogatory"]), + ("companys", &["companies"]), + ("invalidante", &["invalidate"]), + ("sructure", &["structure"]), + ("incliude", &["include"]), + ("sircular", &["circular"]), + ("invetory", &["inventory"]), + ("hanshakes", &["handshakes"]), + ("somene", &["someone"]), + ("unresonable", &["unreasonable"]), + ("foreseaable", &["foreseeable"]), + ("archetecture", &["architecture"]), + ("desne", &["dense"]), + ("earliear", &["earlier"]), + ("snapsnot", &["snapshot"]), + ("correspontents", &["correspondents"]), + ("manupulates", &["manipulates"]), + ("conecpt", &["concept"]), + ("exersized", &["exercised"]), + ("unnecissarily", &["unnecessarily"]), + ("scrtiping", &["scripting"]), + ("notaion", &["notation"]), + ("widgetas", &["widgets"]), + ("ficks", &["flicks", "fix"]), + ("overlauded", &["overloaded"]), + ("indepdenently", &["independently"]), + ("atrtribute", &["attribute"]), + ("succefully", &["successfully"]), + ("reveiwes", &["reviews", "reviewers"]), + ("boungaries", &["boundaries"]), + ("potisive", &["positive"]), + ("restircted", &["restricted"]), + ("sponsered", &["sponsored"]), + ("mischevus", &["mischievous"]), + ("angshusly", &["anxiously"]), + ("deativates", &["deactivates"]), + ("forgiener", &["foreigner"]), + ("diffuclt", &["difficult"]), + ("motorcyce", &["motorcycles"]), + ("analye", &["analyse", "analyze"]), + ("coexsited", &["coexisted"]), + ("fornt", &["front"]), + ("spript", &["script"]), + ("onmishients", &["omniscience"]), + ("pirric", &["pyrrhic"]), + ("transistioning", &["transitioning"]), + ("vlues", &["values"]), + ("expeirimenting", &["experimenting"]), + ("culprint", &["culprit"]), + ("ocupier", &["occupier"]), + ("exhuast", &["exhaust"]), + ("rady", &["ready"]), + ("subtitution", &["substitution"]), + ("approxiamte", &["approximate"]), + ("retreves", &["retrieves"]), + ("versino", &["version"]), + ("paramaters", &["parameters"]), + ("performnace", &["performances", "performance"]), + ("varialbe", &["variable"]), + ("functionailty", &["functionality"]), + ("tirangles", &["triangles"]), + ("consensuel", &["consensual"]), + ("suseptible", &["susceptible"]), + ("natioanlists", &["nationalists"]), + ("referncences", &["references"]), + ("lifepsan", &["lifespan"]), + ("mnethods", &["methods"]), + ("micrphone", &["microphone"]), + ("combinato", &["combination"]), + ("pthreds", &["pthreads"]), + ("infrequantcies", &["infrequencies"]), + ("sigles", &["singles", "sigils"]), + ("perticulars", &["particulars"]), + ("mutlivolume", &["multivolume"]), + ("instalded", &["installed"]), + ("emtying", &["emptying"]), + ("chlesea", &["chelsea"]), + ("spinock", &["spinlock"]), + ("characterss", &["characters"]), + ("lenths", &["lengths"]), + ("depandance", &["dependance"]), + ("blocekd", &["blocked"]), + ("avaoid", &["avoid"]), + ("amerliorate", &["ameliorate"]), + ("sacreficed", &["sacrificed"]), + ("envrionmentally", &["environmentally"]), + ("reuplading", &["reuploading"]), + ("swtichable", &["switchable"]), + ("authetnicates", &["authenticates"]), + ("anoxeric", &["anorexic"]), + ("analisis", &["analysis"]), + ("calll", &["call"]), + ("faiways", &["fairways"]), + ("statitics", &["statistics"]), + ("inconsistant", &["inconsistent"]), + ("immigranti", &["immigration"]), + ("threatments", &["treatments"]), + ("respectivley", &["respectively"]), + ("sucessot", &["successor"]), + ("strawbery", &["strawberry"]), + ("exaples", &["examples"]), + ("revriever", &["retriever"]), + ("autonomity", &["autonomy"]), + ("keywors", &["keywords"]), + ("emphaised", &["emphasised"]), + ("enabeled", &["enabled"]), + ("repsonsible", &["responsible"]), + ("intialization", &["initialization"]), + ("attacehd", &["attached"]), + ("intoxicaton", &["intoxication"]), + ("incompatiable", &["incompatible"]), + ("hoding", &["holding"]), + ("subsequntly", &["subsequently"]), + ("tripel", &["triple"]), + ("laugnages", &["languages"]), + ("characterazation", &["characterization"]), + ("usin", &["using"]), + ("disapprouving", &["disapproving"]), + ("assignmenet", &["assignment"]), + ("isalnders", &["islanders"]), + ("casaulity", &["causality"]), + ("abdonimal", &["abdominal"]), + ("microhpone", &["microphone"]), + ("anectodal", &["anecdotal"]), + ("unsucessfull", &["unsuccessful"]), + ("extendos", &["extends"]), + ("promose", &["promotes"]), + ("fantasiaing", &["fantasizing"]), + ("disapointed", &["disappointed"]), + ("downvoties", &["downvoters"]), + ("popoen", &["popen"]), + ("bulletproff", &["bulletproof"]), + ("mezmorising", &["mesmerising"]), + ("unning", &["running"]), + ("morisette", &["morissette"]), + ("subsquent", &["subsequent"]), + ("superceed", &["supersede"]), + ("persocuted", &["persecuted"]), + ("uncensered", &["uncensored"]), + ("seqence", &["sequence"]), + ("bloddy", &["bloody"]), + ("upgerades", &["upgrades"]), + ("phsyically", &["physically"]), + ("agreing", &["agreeing"]), + ("pipepline", &["pipeline"]), + ("toothbruch", &["toothbrush"]), + ("efinitions", &["definitions"]), + ("uncontrallably", &["uncontrollably"]), + ("contemplare", &["contemplate"]), + ("conecction", &["connection"]), + ("boundrary", &["boundary"]), + ("dosen", &["dozen", "dose", "doesn"]), + ("finising", &["finishing"]), + ("fornatted", &["formatted"]), + ("negativy", &["negativity"]), + ("iternship", &["internship"]), + ("exeution", &["execution"]), + ("forwading", &["forwarding"]), + ("truely", &["truly"]), + ("aimation", &["animation"]), + ("improvemnt", &["improvement"]), + ("mutliplying", &["multiplying"]), + ("symbolisim", &["symbolism"]), + ("eejus", &["aegis"]), + ("appriximations", &["approximations"]), + ("assisant", &["assistant"]), + ("extraordinaryly", &["extraordinarily"]), + ("trempoline", &["trampoline"]), + ("enhancemenmt", &["enhancement"]), + ("baase", &["abase", "base"]), + ("ascnesion", &["ascension"]), + ("genersl", &["generals"]), + ("confoguration", &["configuration"]), + ("functtionalities", &["functionalities"]), + ("brithday", &["birthday"]), + ("progerssion", &["progressions"]), + ("hesistated", &["hesitated"]), + ("billionarie", &["billionaire"]), + ("transplantees", &["transplants"]), + ("reciporcate", &["reciprocate"]), + ("begative", &["negative"]), + ("missusing", &["misusing"]), + ("terrirorial", &["territorial"]), + ("arranents", &["arrangements"]), + ("careflly", &["carefully"]), + ("sychronization", &["synchronization"]), + ("perfoemed", &["performed"]), + ("netwrork", &["network"]), + ("cleaing", &["cleaning"]), + ("prefernce", &["preference"]), + ("intuitivley", &["intuitively"]), + ("mathimatician", &["mathematician"]), + ("trotzkist", &["trotskyist"]), + ("orthagonalize", &["orthogonalize"]), + ("occasionnal", &["occasional"]), + ("provincies", &["province"]), + ("simplier", &["simpler"]), + ("gitar", &["guitar"]), + ("algorithym", &["algorithm"]), + ("turstworthy", &["trustworthy"]), + ("defeference", &["dereference"]), + ("physicallity", &["physically"]), + ("annoucnement", &["announcement"]), + ("revolvr", &["revolver"]), + ("praameters", &["parameters"]), + ("boolan", &["boolean"]), + ("pasturizes", &["pasteurizes"]), + ("underpining", &["undermining"]), + ("supporing", &["supporting"]), + ("destinarion", &["destination"]), + ("fointers", &["pointers"]), + ("attribured", &["attributed"]), + ("namme", &["name"]), + ("traslalations", &["translations"]), + ("prelimenary", &["preliminary"]), + ("dezine", &["design"]), + ("relesaed", &["released"]), + ("dimensionals", &["dimensions"]), + ("digitially", &["digitally"]), + ("disresepcted", &["disrespected"]), + ("conider", &["consider"]), + ("paticularly", &["particularly"]), + ("allegedley", &["allegedly"]), + ("participatie", &["participated"]), + ("algoristhms", &["algorithms"]), + ("professores", &["professors"]), + ("excetptional", &["exceptional"]), + ("sykward", &["skyward"]), + ("treatement", &["treatment"]), + ("steroetype", &["stereotype"]), + ("embeed", &["embed"]), + ("recroots", &["recruits"]), + ("inadvertantly", &["inadvertently"]), + ("identifiler", &["identifier"]), + ("schduler", &["scheduler"]), + ("compromosing", &["compromising"]), + ("srting", &["string", "sorting"]), + ("pyrmaids", &["pyramids"]), + ("assasination", &["assassination"]), + ("experimenation", &["experimentation"]), + ("spezialisation", &["specialisation"]), + ("completito", &["completion"]), + ("seseeder", &["seceder"]), + ("atributes", &["attributes"]), + ("slanguage", &["language"]), + ("standtard", &["standard"]), + ("entbook", &["netbook"]), + ("frotn", &["front"]), + ("vulberabilty", &["vulnerability"]), + ("inferioara", &["inferior"]), + ("commandbox", &["commando"]), + ("curretnly", &["currently"]), + ("teritory", &["territory"]), + ("metrigal", &["metrical"]), + ("defently", &["definitely"]), + ("furctose", &["fructose"]), + ("eeverything", &["everything"]), + ("followint", &["following"]), + ("contracitions", &["contradictions"]), + ("choclate", &["chocolate"]), + ("liquidos", &["liquids"]), + ("possiblities", &["possibilities"]), + ("confugres", &["configures"]), + ("scemes", &["schemes", "scenes"]), + ("clsasified", &["classified"]), + ("assassine", &["assassinate"]), + ("cahnges", &["changes"]), + ("suppprt", &["support"]), + ("crusdaer", &["crusader"]), + ("algorithmms", &["algorithms"]), + ("sqaured", &["squared"]), + ("mislading", &["misleading", "misloading"]), + ("approproximately", &["approximately"]), + ("multipl", &["multiple", "multiply"]), + ("aspestus", &["asbestos"]), + ("subtabels", &["subtables"]), + ("otherweis", &["otherwise"]), + ("sintacs", &["syntax"]), + ("redundnacy", &["redundancy"]), + ("alliasing", &["aliasing"]), + ("contersink", &["countersink"]), + ("indepenedently", &["independently"]), + ("metropolitin", &["metropolitan"]), + ("riskay", &["risky", "risqué"]), + ("cercumstantial", &["circumstantial"]), + ("compasssion", &["compassion"]), + ("matatable", &["metatable"]), + ("buidls", &["builds"]), + ("sortlst", &["sortlist"]), + ("orienetaion", &["orientation"]), + ("conrrupts", &["corrupts"]), + ("compied", &["compiled"]), + ("airator", &["aerator"]), + ("savigns", &["savings"]), + ("throug", &["through"]), + ("priroity", &["priority"]), + ("seriban", &["serbian"]), + ("transplat", &["transplant"]), + ("reconet", &["reconnect"]), + ("overtapping", &["overlapping"]), + ("parition", &["partition"]), + ("prescribtion", &["prescription"]), + ("managmenet", &["management"]), + ("compililation", &["compilation"]), + ("voume", &["volume"]), + ("artical", &["article"]), + ("specifiecs", &["specifics"]), + ("timestans", &["timespans"]), + ("adivsoriy", &["advisory", "advisories"]), + ("definitly", &["definitely"]), + ("discreditied", &["discredited"]), + ("ineffiently", &["inefficiently"]), + ("skelton", &["skeleton"]), + ("californa", &["california"]), + ("simplicty", &["simplicity"]), + ("simulataniously", &["simultaneously"]), + ("combinaton", &["combination"]), + ("micorcode", &["microcode"]), + ("cerain", &["certain"]), + ("independed", &["independent"]), + ("delelete", &["delete"]), + ("opose", &["oppose"]), + ("encocde", &["encode"]), + ("indianapols", &["indianapolis"]), + ("unitialised", &["uninitialised"]), + ("identcal", &["identical"]), + ("secuencing", &["sequencing"]), + ("discconenction", &["disconnection"]), + ("succint", &["succinct"]), + ("journies", &["journeys"]), + ("openscource", &["opensource"]), + ("deminsional", &["dimensional"]), + ("repersents", &["represents"]), + ("apach", &["apache"]), + ("thounsands", &["thousands"]), + ("undocummented", &["undocumented"]), + ("intelegently", &["intelligently"]), + ("infiltrater", &["infiltrator"]), + ("preimere", &["premiere"]), + ("brazileans", &["brazilians"]), + ("jaguares", &["jaguars"]), + ("labratory", &["laboratory"]), + ("delopyment", &["deployment"]), + ("depercation", &["deprecation"]), + ("defferred", &["deferred"]), + ("develp", &["develop"]), + ("sementation", &["segmentation"]), + ("complainte", &["complained"]), + ("thsnks", &["thanks"]), + ("speficifiers", &["specifiers"]), + ("savannh", &["savannah"]), + ("trunlde", &["trundle"]), + ("specifieed", &["specified"]), + ("leegun", &["legion"]), + ("sufficiancy", &["sufficiency"]), + ("militis", &["militias"]), + ("allocted", &["allocated"]), + ("statuys", &["status"]), + ("retrieces", &["retrieves"]), + ("undergating", &["undertaking"]), + ("bage", &["bag"]), + ("alternativley", &["alternatively"]), + ("theads", &["threads"]), + ("charaset", &["charset"]), + ("convereted", &["converted"]), + ("excellant", &["excellent"]), + ("toritllas", &["tortillas"]), + ("negociable", &["negotiable"]), + ("dregrees", &["degrees"]), + ("truging", &["trudging"]), + ("compatble", &["compatible"]), + ("sugguesting", &["suggesting"]), + ("packade", &["packaged"]), + ("existung", &["existing"]), + ("additivley", &["additive"]), + ("impletation", &["implementation"]), + ("figurestyle", &["figurestyles"]), + ("cteating", &["creating"]), + ("entiy", &["entity"]), + ("separatos", &["separators"]), + ("construrtors", &["constructors"]), + ("recompence", &["recompense"]), + ("nineth", &["ninth"]), + ("chihuahuha", &["chihuahua"]), + ("journalistes", &["journalists"]), + ("injest", &["ingest"]), + ("tehm", &["them"]), + ("prolem", &["problem"]), + ("vulberabuilitiy", &["vulnerability"]), + ("manetained", &["maintained"]), + ("patroits", &["patriots"]), + ("unconcistent", &["inconsistent"]), + ("algorythems", &["algorithms"]), + ("desginations", &["destinations"]), + ("domisticated", &["domesticated"]), + ("flacourings", &["flavourings"]), + ("relased", &["released"]), + ("pragamtic", &["pragmatic"]), + ("unadvertedly", &["inadvertently"]), + ("floding", &["folding", "flooding"]), + ("conversatino", &["conservation"]), + ("arithmethic", &["arithmetic"]), + ("crypted", &["encrypted"]), + ("seperatally", &["separately"]), + ("avergaed", &["averaged"]), + ("tremondous", &["tremendous"]), + ("swaer", &["swear"]), + ("criticaly", &["critically"]), + ("organie", &["organise"]), + ("arciving", &["archiving"]), + ("pharmsci", &["pharmacist"]), + ("stealthely", &["stealthy"]), + ("determenant", &["determinant"]), + ("pointint", &["pointing"]), + ("negoziated", &["negotiated"]), + ("perfomes", &["performs"]), + ("perturbates", &["perturbs"]), + ("renegotaiting", &["renegotiating"]), + ("oppponent", &["opponent"]), + ("perputrators", &["perpetrators"]), + ("dependig", &["depending"]), + ("reimplented", &["reimplemented"]), + ("childres", &["childrens", "children"]), + ("ilegally", &["illegally"]), + ("workd", &["worked", "works"]), + ("metiphors", &["metaphors"]), + ("requiest", &["request"]), + ("temperture", &["temperature"]), + ("trunctated", &["truncated"]), + ("activly", &["actively"]), + ("depcitions", &["depictions"]), + ("ameelarative", &["ameliorative"]), + ("absouldly", &["absolutely"]), + ("orhtogonality", &["orthogonality"]), + ("perferable", &["preferable"]), + ("valitdity", &["validity"]), + ("downwoting", &["downvoting"]), + ("cramugin", &["curmudgeon"]), + ("threds", &["threads"]), + ("abstracton", &["abstraction"]), + ("consitency", &["consistency"]), + ("coccinele", &["coccinelle"]), + ("parfay", &["parfait"]), + ("curros", &["cursor"]), + ("hese", &["these"]), + ("antrophology", &["anthropology"]), + ("agruably", &["arguably"]), + ("hollowcost", &["holocaust"]), + ("anount", &["amount"]), + ("specication", &["specification"]), + ("mysogenistic", &["misogynistic"]), + ("profitabil", &["profitable"]), + ("cofeee", &["coffee"]), + ("disapprouves", &["disapproves"]), + ("plased", &["placed", "pleased", "phased"]), + ("opearitos", &["operations"]), + ("cassms", &["chasms"]), + ("bounaary", &["boundary"]), + ("ilness", &["illness"]), + ("analyitcal", &["analytical"]), + ("requieum", &["requiem"]), + ("transfomer", &["transformer"]), + ("datsets", &["datasets"]), + ("progressivisme", &["progressives"]), + ("descallocated", &["deallocated"]), + ("conficting", &["conflicting"]), + ("tpic", &["topic"]), + ("obervs", &["observes"]), + ("assumbes", &["assumes"]), + ("hypothesies", &["hypothesis"]), + ("torpeados", &["torpedoes"]), + ("mdifies", &["modifies"]), + ("accesssor", &["accessor"]), + ("absoltue", &["absolute"]), + ("tamplated", &["templated"]), + ("novisheate", &["novitiate"]), + ("volounteered", &["volunteered"]), + ("braista", &["barista"]), + ("microsof", &["microsoft"]), + ("tehse", &["these"]), + ("accorind", &["according"]), + ("intersectuion", &["intersection"]), + ("abstrator", &["abstractor"]), + ("neads", &["heads", "kneads", "needs"]), + ("gullbile", &["gullible"]), + ("unsolicated", &["unsolicited"]), + ("agricultre", &["agriculture"]), + ("obiect", &["object"]), + ("grapefriut", &["grapefruit"]), + ("massachussetts", &["massachusetts"]), + ("distintions", &["distinctions"]), + ("discovred", &["discovered"]), + ("preferente", &["preference"]), + ("themselfs", &["themselves"]), + ("potatoe", &["potato"]), + ("adolencent", &["adolescent"]), + ("reconstuction", &["reconstruction"]), + ("effectly", &["effectively"]), + ("mutlipliers", &["multipliers"]), + ("inclanation", &["inclination"]), + ("prediceted", &["predicated"]), + ("demoninations", &["denominations"]), + ("toursit", &["tourist"]), + ("indonasian", &["indonesian"]), + ("perfome", &["perform"]), + ("adjasent", &["adjacent"]), + ("ludricous", &["ludicrous"]), + ("yourselve", &["yourselves", "yourself"]), + ("mathcing", &["matching"]), + ("durining", &["during"]), + ("democracis", &["democracies"]), + ("extensiosn", &["extensions"]), + ("ritable", &["writable"]), + ("apolgize", &["apologize"]), + ("creationg", &["creation", "creating"]), + ("neslave", &["enslave"]), + ("creationsits", &["creationists"]), + ("mutux", &["mutex"]), + ("indicatie", &["indicative"]), + ("spiritualty", &["spirituality"]), + ("coruching", &["crouching"]), + ("scopeing", &["scoping"]), + ("invulnerbale", &["invulnerable"]), + ("renegotionates", &["renegotiates"]), + ("manifestior", &["manifestation"]), + ("genralisation", &["generalisation"]), + ("redandant", &["redundant"]), + ("guarnateeeing", &["guaranteeing"]), + ("mulitplier", &["multiplier"]), + ("restaurnad", &["restaurant"]), + ("broges", &["brogues"]), + ("lesiure", &["leisure"]), + ("authorizaton", &["authorization"]), + ("ameeliarator", &["ameliorator"]), + ("particpiate", &["participated"]), + ("comerant", &["cormorant"]), + ("perseeded", &["preceded"]), + ("explorare", &["explorer"]), + ("preceedes", &["precedes"]), + ("usused", &["unused"]), + ("revlover", &["revolver"]), + ("doublded", &["doubled"]), + ("folllowong", &["following"]), + ("calrifying", &["clarifying"]), + ("eddited", &["edited"]), + ("abominaton", &["abomination"]), + ("currect", &["correct", "current"]), + ("metrololitan", &["metropolitan"]), + ("qualifyers", &["qualifiers"]), + ("abstracion", &["abstraction"]), + ("equilibium", &["equilibrium"]), + ("implemeneting", &["implementing"]), + ("profier", &["profiler"]), + ("grenaders", &["grenades"]), + ("anser", &["answer"]), + ("enviromentally", &["environmentally"]), + ("manaually", &["manually"]), + ("enforse", &["enforces"]), + ("aditionnal", &["additional"]), + ("quafeured", &["coiffured"]), + ("asssume", &["assume"]), + ("thicknessess", &["thicknesses"]), + ("scrpting", &["scripting"]), + ("arbitors", &["arbiters", "arbitrators"]), + ("abstracto", &["abstraction"]), + ("delpeted", &["depleted"]), + ("retartation", &["retardation"]), + ("unflexible", &["inflexible"]), + ("distrobuting", &["distributing"]), + ("effecked", &["effected"]), + ("hillarious", &["hilarious"]), + ("humilitaion", &["humiliation"]), + ("defargkey", &["defragkey"]), + ("scenerios", &["scenarios"]), + ("succee", &["succeed"]), + ("scrpiting", &["scripting"]), + ("scandanivian", &["scandinavian"]), + ("intreeg", &["intrigue"]), + ("backgroudn", &["backgrounds", "background"]), + ("cahgner", &["changer"]), + ("pairocheelity", &["parochiality"]), + ("legoins", &["legions"]), + ("distniguished", &["distinguished"]), + ("diggit", &["digit"]), + ("specilisation", &["specialisation"]), + ("negosiations", &["negotiations"]), + ("pscyhologist", &["psychologist"]), + ("vecotor", &["vector"]), + ("europenas", &["europeans"]), + ("detroyed", &["destroyed"]), + ("relaspe", &["relapse"]), + ("physcopath", &["psychopath"]), + ("sugery", &["surgery"]), + ("essencially", &["essentially"]), + ("psrameter", &["parameter"]), + ("snapshop", &["snapshot"]), + ("contriction", &["contraction"]), + ("defninition", &["definition"]), + ("docuemtnation", &["documentation"]), + ("desperato", &["desperation"]), + ("sccopes", &["scopes"]), + ("renegoptionsotiating", &["renegotiating"]), + ("usualyl", &["usually"]), + ("validata", &["validate"]), + ("disconets", &["disconnects"]), + ("debuggg", &["debug"]), + ("buuilds", &["builds"]), + ("discracing", &["disgracing"]), + ("sasktachewan", &["saskatchewan"]), + ("sargant", &["sergeant"]), + ("morphen", &["morphine"]), + ("anyaway", &["anyway"]), + ("subcouncious", &["subconscious"]), + ("straighforward", &["straightforward"]), + ("hopefullt", &["hopefully"]), + ("imort", &["import"]), + ("dissasociate", &["disassociate"]), + ("corosion", &["corrosion"]), + ("incrememtal", &["incremental"]), + ("dissimliarly", &["dissimilarly"]), + ("notifycation", &["notification"]), + ("shepards", &["shepherds"]), + ("recources", &["resources"]), + ("defautt", &["default"]), + ("algortismically", &["algorithmically"]), + ("adjustmants", &["adjustments"]), + ("reccommending", &["recommending"]), + ("extraordinarely", &["extraordinarily"]), + ("stalagtite", &["stalactite"]), + ("speficitically", &["specifically"]), + ("transfromers", &["transformers"]), + ("penguines", &["penguins"]), + ("serimonys", &["ceremonies"]), + ("franchies", &["franchise"]), + ("cardnials", &["cardinals"]), + ("decribed", &["described"]), + ("deatched", &["detached"]), + ("firts", &["flirts", "first"]), + ("greatfully", &["gratefully"]), + ("interferens", &["interferes"]), + ("instantate", &["instantiate"]), + ("huld", &["held", "hold"]), + ("pregant", &["pregnant"]), + ("definitivelly", &["definitively"]), + ("logial", &["logical"]), + ("montaj", &["montage"]), + ("absoulutely", &["absolutely"]), + ("tolernce", &["tolerance"]), + ("institucionalized", &["institutionalized"]), + ("reenfocement", &["reinforcement"]), + ("condident", &["confident"]), + ("opjecting", &["objecting"]), + ("partiitoned", &["partitioned"]), + ("instantenous", &["instantaneous"]), + ("strategisk", &["strategies"]), + ("reservered", &["reserved"]), + ("domonstrating", &["demonstrating"]), + ("adaped", &["adapted", "adapt", "adopted", "adopt"]), + ("safty", &["safety"]), + ("bangledash", &["bangladesh"]), + ("activeted", &["activated"]), + ("appar", &["appear"]), + ("fschk", &["fsck"]), + ("convento", &["convention"]), + ("empressively", &["impressively"]), + ("desgin", &["design"]), + ("adpaters", &["adapters"]), + ("ecologia", &["ecological"]), + ("intersecing", &["intersecting"]), + ("responsibilitys", &["responsibilities"]), + ("hightlighted", &["highlighted"]), + ("comparre", &["compare"]), + ("wierdness", &["weirdness"]), + ("oficianado", &["aficionado"]), + ("arbitiarily", &["arbitrarily"]), + ("barrles", &["barrels"]), + ("sandiwches", &["sandwiches"]), + ("awared", &["awarded"]), + ("convertis", &["converts"]), + ("homophoboes", &["homophobe"]), + ("defaule", &["default"]), + ("undernieth", &["underneath"]), + ("renegotaiator", &["renegotiator"]), + ("advetise", &["advertise"]), + ("confedential", &["confidential"]), + ("scaning", &["scanning"]), + ("loigns", &["logins"]), + ("elment", &["element"]), + ("identitites", &["identities"]), + ("explecitly", &["explicitly"]), + ("phemonena", &["phenomena"]), + ("adapative", &["adaptive"]), + ("qualifiaction", &["qualification"]), + ("listenning", &["listening"]), + ("imaghe", &["image"]), + ("dpendent", &["dependent"]), + ("repesentation", &["representation"]), + ("laready", &["already"]), + ("adequit", &["adequate"]), + ("proprogates", &["propagates"]), + ("instread", &["instead"]), + ("sitations", &["situations"]), + ("decruption", &["decryption"]), + ("accommadate", &["accommodate"]), + ("utilitisation", &["utilisation"]), + ("promtped", &["prompted"]), + ("monotired", &["monitored"]), + ("erroniously", &["erroneously"]), + ("whithin", &["within"]), + ("referensed", &["referenced"]), + ("knowlage", &["knowledge"]), + ("sluaghtered", &["slaughtered"]), + ("radiactive", &["radioactive"]), + ("directroies", &["directories"]), + ("consultata", &["consultant"]), + ("packageid", &["packaged"]), + ("natioanlistic", &["nationalistic"]), + ("subexperssions", &["subexpressions"]), + ("expermimentations", &["experimentations"]), + ("dissappointed", &["disappointed"]), + ("perfomrer", &["performer"]), + ("tranzistor", &["transistor"]), + ("metaphyiscal", &["metaphysical"]), + ("whitelsit", &["whitelist"]), + ("conttroller", &["controller"]), + ("repport", &["report"]), + ("entaglements", &["entanglements"]), + ("sript", &["script"]), + ("pendinig", &["pending"]), + ("substituto", &["substitution"]), + ("eifnach", &["einfach"]), + ("instututionalized", &["institutionalized"]), + ("commpresed", &["compressed"]), + ("shoudld", &["should"]), + ("schduling", &["scheduling"]), + ("reconisder", &["reconsider"]), + ("censabilities", &["sensibilities"]), + ("momomentarily", &["momentarily"]), + ("compres", &["compress", "compares"]), + ("cteations", &["creations"]), + ("filse", &["files"]), + ("apretiating", &["appreciating"]), + ("publshers", &["publishers"]), + ("capatibility", &["compatibility"]), + ("subjektive", &["subjective"]), + ("tranitions", &["transitions"]), + ("openapig", &["openapi"]), + ("bacholer", &["bachelor"]), + ("ostentibly", &["ostensibly"]), + ("affectionatley", &["affectionate"]), + ("pevent", &["prevent"]), + ("overwritren", &["overwritten"]), + ("deplorabile", &["deplorable"]), + ("reallocaites", &["reallocates"]), + ("considred", &["considered"]), + ("shreak", &["shriek"]), + ("origiginal", &["original"]), + ("ameelarating", &["ameliorating"]), + ("dran", &["drawn"]), + ("eveolves", &["evolves"]), + ("coincidentia", &["coincidental"]), + ("orgainse", &["organise"]), + ("strucures", &["structures"]), + ("seeen", &["seen"]), + ("confirmatinon", &["confirmation"]), + ("valuie", &["value"]), + ("adatpers", &["adapters"]), + ("operater", &["operator"]), + ("igzorter", &["exhorter"]), + ("expensve", &["expense"]), + ("associatio", &["association"]), + ("espisodes", &["episodes"]), + ("fasening", &["fastening"]), + ("delievers", &["delivers"]), + ("redistributeable", &["redistributable"]), + ("widghets", &["widgets"]), + ("irrevelant", &["irrelevant"]), + ("degnerated", &["degenerated"]), + ("disagres", &["disagrees"]), + ("subresoures", &["subresources"]), + ("cinematagrophy", &["cinematography"]), + ("sinicaly", &["cynically"]), + ("catastrphe", &["catastrophe"]), + ("dedicacion", &["dedication"]), + ("bootlaoders", &["bootloaders"]), + ("nauesous", &["nauseous"]), + ("machiine", &["machine"]), + ("juadaism", &["judaism"]), + ("aqueos", &["aqueous"]), + ("neighbourbood", &["neighbourhood"]), + ("exnternalities", &["externalities"]), + ("termniator", &["terminator"]), + ("statisitcal", &["statistical"]), + ("prorotype", &["prototype"]), + ("cemetaries", &["cemeteries"]), + ("stanards", &["standards"]), + ("servced", &["serviced", "served"]), + ("broadcase", &["broadcast"]), + ("marxisim", &["marxism"]), + ("sovereighty", &["sovereignty"]), + ("corresonding", &["corresponding"]), + ("abbrevations", &["abbreviations"]), + ("teamfighs", &["teamfights"]), + ("accessble", &["accessible"]), + ("exagerate", &["exaggerate"]), + ("conglaturation", &["congratulations"]), + ("sepcial", &["special"]), + ("netruality", &["neutrality"]), + ("neigbours", &["neighbours"]), + ("intruducing", &["introducing"]), + ("unfortunantly", &["unfortunately"]), + ("exceutives", &["executives"]), + ("protagnoists", &["protagonists"]), + ("enbaled", &["enabled"]), + ("contaminents", &["containment"]), + ("invervention", &["intervention"]), + ("slippey", &["slippery"]), + ("intelligance", &["intelligence"]), + ("nazionalists", &["nationalists"]), + ("negosiate", &["negotiate"]), + ("composiiton", &["compositions"]), + ("reasonbly", &["reasonably"]), + ("sheepherd", &["shepherd"]), + ("socioeconmic", &["socioeconomic"]), + ("bobybuilding", &["bodybuilding"]), + ("aqcuainted", &["acquainted"]), + ("blackbeary", &["blackberry"]), + ("indiates", &["indicates"]), + ("downvotest", &["downvoters"]), + ("interchangeablely", &["interchangeably"]), + ("confussion", &["confession"]), + ("sensititivity", &["sensitivity"]), + ("mercenarias", &["mercenaries"]), + ("dissimlarly", &["dissimilarly"]), + ("anthings", &["anythings"]), + ("diql", &["dial"]), + ("expest", &["expect"]), + ("wlacott", &["walcott"]), + ("tcppcheck", &["cppcheck"]), + ("perputually", &["perpetually"]), + ("simpicity", &["simplicity"]), + ("calculcate", &["calculate"]), + ("aplies", &["applies"]), + ("insurace", &["insurance"]), + ("wryth", &["writhe"]), + ("escalting", &["escalating"]), + ("releifing", &["relieving"]), + ("floruide", &["fluoride"]), + ("uninterneted", &["uninterested"]), + ("detectsions", &["detections"]), + ("arrangteable", &["arrangeable"]), + ("illigitament", &["illegitimate"]), + ("prograaming", &["programming"]), + ("assosciated", &["associated"]), + ("compresion", &["compression"]), + ("dpeends", &["depends"]), + ("curtian", &["curtain"]), + ("oppurtinity", &["opportunity"]), + ("asudo", &["sudo"]), + ("orgainze", &["organize"]), + ("democracries", &["democracies"]), + ("gautnlet", &["gauntlet"]), + ("poistively", &["positively"]), + ("coefficent", &["coefficient"]), + ("workpsace", &["workspace"]), + ("excersize", &["exercise"]), + ("metifors", &["metaphors"]), + ("hostanme", &["hostname"]), + ("berserkr", &["berserker"]), + ("napoleonian", &["napoleonic"]), + ("furnction", &["function"]), + ("obamination", &["abomination"]), + ("imorts", &["imports"]), + ("arrangtement", &["arrangement"]), + ("benjer", &["binger"]), + ("steorid", &["steroid"]), + ("siwtching", &["switching"]), + ("insitutions", &["institutions"]), + ("elemant", &["element"]), + ("outskirters", &["outskirts"]), + ("passionatelly", &["passionately"]), + ("futher", &["further"]), + ("lackbuster", &["lackluster"]), + ("survye", &["survey"]), + ("syschronize", &["synchronize"]), + ("hydregon", &["hydrogen"]), + ("excplicitly", &["explicitly"]), + ("uneccessarily", &["unnecessarily"]), + ("destkops", &["desktops"]), + ("patten", &["pattern", "patent"]), + ("assimliate", &["assimilate"]), + ("constallation", &["constellation"]), + ("representate", &["representative"]), + ("functtioned", &["functioned"]), + ("proteection", &["protection"]), + ("extractivo", &["extraction"]), + ("ypou", &["you"]), + ("deliverys", &["delivers", "deliveries"]), + ("preconceieved", &["preconceived"]), + ("finacee", &["fiancee"]), + ("avoing", &["avoiding"]), + ("funtionally", &["functionally"]), + ("divsions", &["divisions"]), + ("downovting", &["downvoting"]), + ("constatnly", &["constantly"]), + ("ignorged", &["ignored"]), + ("synchronsouly", &["synchronously"]), + ("countrywides", &["countryside"]), + ("inhertance", &["inheritance"]), + ("dictionnary", &["dictionary"]), + ("respresented", &["represented"]), + ("extenions", &["extension", "extensions"]), + ("renderadble", &["renderable"]), + ("cliuster", &["cluster"]), + ("repositiory", &["repository"]), + ("opearions", &["operations"]), + ("warnkngs", &["warnings"]), + ("advsior", &["advisor"]), + ("vriables", &["variables"]), + ("paravirutalize", &["paravirtualize"]), + ("exectution", &["execution"]), + ("correspondants", &["correspondents"]), + ("convension", &["convention", "conversion"]), + ("bouce", &["bounce"]), + ("goegraphic", &["geographic"]), + ("wiill", &["will"]), + ("namaes", &["names"]), + ("realtively", &["relatively"]), + ("candinate", &["candidate"]), + ("excedding", &["exceeding"]), + ("incompotent", &["incompetent"]), + ("attribytes", &["attributes"]), + ("difuses", &["diffuses", "defused"]), + ("validattion", &["validation"]), + ("libertarianisim", &["libertarianism"]), + ("definotely", &["definitely"]), + ("tirdent", &["trident"]), + ("handlade", &["handled"]), + ("proficiancy", &["proficiency"]), + ("cnannels", &["channels"]), + ("workwround", &["workaround"]), + ("pinoeer", &["pioneer"]), + ("intrepreted", &["interpreted"]), + ("confuzzed", &["confused"]), + ("decomiler", &["decompiler"]), + ("cooger", &["cougar"]), + ("asynchrnously", &["asynchronously"]), + ("palyboy", &["playboy"]), + ("packes", &["packages", "packed", "packs"]), + ("clutchign", &["clutching"]), + ("initialzing", &["initializing"]), + ("psysiological", &["physiological"]), + ("ecause", &["because"]), + ("atalog", &["catalog"]), + ("visious", &["vicious"]), + ("thoughful", &["thoughtful"]), + ("everythig", &["everything"]), + ("starined", &["strained"]), + ("cylcops", &["cyclops"]), + ("partitionned", &["partitioned"]), + ("prosepct", &["prospect"]), + ("historietas", &["histories"]), + ("installes", &["installs"]), + ("discontiguos", &["discontiguous"]), + ("genralize", &["generalize"]), + ("carrien", &["carrier"]), + ("unsusbcribed", &["unsubscribed"]), + ("architecutre", &["architecture"]), + ("uknown", &["unknown"]), + ("compresas", &["compress"]), + ("organisera", &["organisers"]), + ("incuring", &["incurring"]), + ("exposse", &["exposes"]), + ("configuraton", &["configuration"]), + ("creeate", &["create"]), + ("additionnally", &["additionally"]), + ("cirlces", &["circles"]), + ("regenarate", &["regenerate"]), + ("meight", &["might"]), + ("justificaiton", &["justification"]), + ("minimsing", &["minimising"]), + ("renegoitable", &["renegotiable"]), + ("corvering", &["covering"]), + ("stringnet", &["stringent"]), + ("grahpite", &["graphite"]), + ("histroicaly", &["historically"]), + ("contine", &["continue", "contain"]), + ("apocaliptic", &["apocalyptic"]), + ("squardon", &["squadron"]), + ("championsip", &["championship"]), + ("contrainer", &["container", "constrained"]), + ("therafter", &["thereafter"]), + ("plguin", &["plugin"]), + ("tramas", &["trams", "traumas"]), + ("trriggering", &["triggering"]), + ("recjected", &["rejected"]), + ("legitimiate", &["legitimate"]), + ("abstrater", &["abstracter"]), + ("tragectory", &["trajectory"]), + ("perscius", &["precious"]), + ("warnibg", &["warning"]), + ("incompatablity", &["incompatibility"]), + ("particiapnts", &["participant"]), + ("iterater", &["iterator"]), + ("inacuraccies", &["inaccuracies"]), + ("segrigation", &["segregation"]), + ("inconveinent", &["inconvenient"]), + ("pleasent", &["pleasant"]), + ("subnegotaiations", &["subnegotiations"]), + ("procceed", &["proceed"]), + ("forcably", &["forcibly"]), + ("avdisories", &["advisories"]), + ("dieing", &["dying", "dyeing"]), + ("accomdation", &["accommodation"]), + ("commutablility", &["commutability"]), + ("creatre", &["create"]), + ("formated", &["formatted"]), + ("spefied", &["specified"]), + ("manafacturers", &["manufacturers"]), + ("unalllowed", &["unallowed"]), + ("consicous", &["conscious"]), + ("buissness", &["business"]), + ("decalared", &["declared"]), + ("evangers", &["avengers"]), + ("unhapppy", &["unhappy"]), + ("scences", &["scenes", "sciences", "senses", "census"]), + ("heridity", &["heredity"]), + ("methids", &["methods"]), + ("debufs", &["debugfs"]), + ("fronend", &["frontend"]), + ("deine", &["define"]), + ("grobally", &["globally"]), + ("acitivity", &["activity"]), + ("imporove", &["improve"]), + ("philosopy", &["philosophy"]), + ("neighborhhods", &["neighborhoods"]), + ("poped", &["popped", "pooped"]), + ("separatisme", &["separates"]), + ("ontaining", &["containing"]), + ("kinnect", &["kinect"]), + ("fnuction", &["function"]), + ("initalisers", &["initialisers"]), + ("avaialable", &["available"]), + ("cerify", &["certify", "verify"]), + ("deperecating", &["deprecating"]), + ("cahdidate", &["candidate"]), + ("operatons", &["operations"]), + ("underwhelimg", &["underwhelming"]), + ("cermony", &["ceremony"]), + ("permutaions", &["permutations"]), + ("delimitier", &["delimiter"]), + ("converstons", &["conversations", "conversions"]), + ("lavel", &["level", "laravel", "label"]), + ("chivlary", &["chivalry"]), + ("collorscheme", &["colorscheme"]), + ("resumsed", &["resumed"]), + ("consumbales", &["consumables"]), + ("confudion", &["confusion"]), + ("librraies", &["libraries"]), + ("schyzophrenic", &["schizophrenic"]), + ("denominaron", &["denominator"]), + ("constrainst", &["constraint", "constraints"]), + ("defaullts", &["defaults"]), + ("testifiy", &["testify"]), + ("computationnal", &["computational"]), + ("initilized", &["initialized"]), + ("replaceemnt", &["replacement"]), + ("restraind", &["restrained"]), + ("diagnistic", &["diagnostic"]), + ("statsitical", &["statistical"]), + ("characte", &["character"]), + ("polulated", &["populated"]), + ("appropropiately", &["appropriately"]), + ("exising", &["existing"]), + ("culturs", &["cultures"]), + ("retribuiton", &["retribution"]), + ("slq", &["sql"]), + ("adrersser", &["addresser"]), + ("corordination", &["coordination"]), + ("lackers", &["lacquers"]), + ("incorruptable", &["incorruptible"]), + ("encylopedia", &["encyclopedia"]), + ("conditionaly", &["conditionally"]), + ("geomeotry", &["geometry"]), + ("generage", &["generate"]), + ("terrform", &["terraform"]), + ("correcly", &["correctly"]), + ("goind", &["going"]), + ("corrseponding", &["corresponding"]), + ("compabitility", &["compatibility"]), + ("specficied", &["specified"]), + ("perfur", &["prefer"]), + ("configuations", &["configurations"]), + ("opinyonate", &["opinionated"]), + ("unorigional", &["unoriginal"]), + ("airboner", &["airborne"]), + ("dernormalization", &["denormalization"]), + ("northwesten", &["northwestern"]), + ("confiures", &["configures"]), + ("vaticaan", &["vatican"]), + ("faceis", &["faces"]), + ("visibile", &["visible"]), + ("sequece", &["sequence"]), + ("reposond", &["respond"]), + ("sucesssfully", &["successfully"]), + ("devcent", &["decent"]), + ("skillhosts", &["skillshots"]), + ("incrediby", &["incredibly"]), + ("floaring", &["floating", "flooring"]), + ("enhabces", &["enhances"]), + ("inapropriate", &["inappropriate"]), + ("mehcanical", &["mechanical"]), + ("degnerates", &["degenerates"]), + ("proactivley", &["proactive"]), + ("ivocation", &["invocation"]), + ("deffault", &["default"]), + ("camcel", &["camel"]), + ("intriquing", &["intriguing"]), + ("integratie", &["integrated"]), + ("independente", &["independence"]), + ("allcateing", &["allocating"]), + ("superviser", &["supervisor"]), + ("subsituent", &["substituent"]), + ("inpiration", &["inspiration"]), + ("recurisvely", &["recursively"]), + ("absoluate", &["absolute"]), + ("sodders", &["solders"]), + ("spefixeir", &["specifier"]), + ("suggestin", &["suggestion"]), + ("standarise", &["standardise"]), + ("rebision", &["revision"]), + ("consructions", &["constructions"]), + ("dawrves", &["dwarves"]), + ("preesnt", &["present"]), + ("awesomey", &["awesomely"]), + ("communitcate", &["communicate"]), + ("catholisim", &["catholicism"]), + ("rusteld", &["rustled"]), + ("unconditianal", &["unconditional"]), + ("inconvienent", &["inconvenient"]), + ("streemlining", &["streamlining"]), + ("ouptuted", &["outputted"]), + ("appreicate", &["appreciate"]), + ("perpetuae", &["perpetuate"]), + ("communtiy", &["community"]), + ("authenicate", &["authenticate"]), + ("believs", &["believes"]), + ("visisble", &["visible"]), + ("cotnainer", &["container"]), + ("hystarical", &["hysterical"]), + ("absintence", &["abstinence"]), + ("mathch", &["match"]), + ("dpuble", &["double"]), + ("authenicaor", &["authenticator"]), + ("folfers", &["folders"]), + ("gurrantee", &["guarantee"]), + ("convience", &["convince", "convenience"]), + ("grandized", &["aggrandized"]), + ("elsewere", &["elsewhere"]), + ("brosable", &["browsable"]), + ("transctions", &["transitions", "transactions"]), + ("valies", &["values"]), + ("hihg", &["high"]), + ("battlefiend", &["battlefield"]), + ("creativelly", &["creatively"]), + ("perverst", &["pervert"]), + ("stadnardised", &["standardised"]), + ("crocodilule", &["crocodile"]), + ("sttrict", &["strict"]), + ("lew", &["dew", "hew", "lieu", "sew"]), + ("incompitent", &["incompetent"]), + ("efficienctly", &["efficiency"]), + ("fradulent", &["fraudulent"]), + ("institutiei", &["institute"]), + ("neturon", &["neutron"]), + ("psychedelicness", &["psychedelics"]), + ("recpetors", &["receptors"]), + ("buton", &["button"]), + ("independly", &["independently"]), + ("indpendently", &["independently"]), + ("setyp", &["setup"]), + ("disgrunted", &["disgruntled"]), + ("fashon", &["fashion"]), + ("noninitalized", &["noninitialized"]), + ("mileu", &["milieu"]), + ("objtain", &["obtain"]), + ("suceses", &["successes"]), + ("biyou", &["bayou"]), + ("opionally", &["optionally"]), + ("justs", &["just"]), + ("platfoms", &["platforms"]), + ("trasnactions", &["transactions"]), + ("incorperating", &["incorporating"]), + ("morphie", &["morphine"]), + ("exeucting", &["executing"]), + ("orignally", &["originally"]), + ("vacestomy", &["vasectomy"]), + ("rearrangmeent", &["rearrangement"]), + ("defineable", &["definable"]), + ("expeditonary", &["expeditionary"]), + ("classificaitons", &["classifications"]), + ("folliong", &["following"]), + ("empressing", &["impressing"]), + ("socila", &["social"]), + ("subtance", &["substance"]), + ("frankenstain", &["frankenstein"]), + ("applicaten", &["application"]), + ("labryinth", &["labyrinth"]), + ("fantasticlly", &["fantastically"]), + ("targested", &["targeted"]), + ("lications", &["locations"]), + ("reregisteration", &["reregistration"]), + ("methamatician", &["mathematician"]), + ("testestorone", &["testosterone"]), + ("cartledge", &["cartilage"]), + ("downsteam", &["downstream"]), + ("diffent", &["different"]), + ("soscket", &["socket"]), + ("autonegotations", &["autonegotiations"]), + ("modifciations", &["modifications"]), + ("membershup", &["membership"]), + ("corridoor", &["corridor"]), + ("continuely", &["continually"]), + ("confunse", &["confuse"]), + ("nunnecssary", &["unnecessary"]), + ("summurize", &["summarize"]), + ("inticrate", &["intricate"]), + ("develpoment", &["developments"]), + ("ownwer", &["owner"]), + ("ressemblence", &["resemblance"]), + ("striings", &["strings"]), + ("charismatisch", &["charismatic"]), + ("cros", &["cross"]), + ("apointing", &["appointing"]), + ("monitering", &["monitoring"]), + ("fumctioned", &["functioned"]), + ("speficable", &["specifiable"]), + ("assumming", &["assuming"]), + ("embarras", &["embarrass"]), + ("subconsiously", &["subconsciously"]), + ("implemenetaion", &["implementation"]), + ("perpindicular", &["perpendicular"]), + ("metabloic", &["metabolic"]), + ("drvier", &["driver"]), + ("influencin", &["influencing"]), + ("explaine", &["explain"]), + ("authentciating", &["authenticating"]), + ("holf", &["hold"]), + ("interpoloate", &["interpolate"]), + ("squrared", &["squared"]), + ("lithuanina", &["lithuania"]), + ("performace", &["performance"]), + ("avaiability", &["availability"]), + ("postcondtions", &["postconditions"]), + ("unforgivible", &["unforgivable"]), + ("hae", &["have"]), + ("bandwagoon", &["bandwagon"]), + ("reccords", &["records"]), + ("psychologits", &["psychologists"]), + ("vidoegame", &["videogame"]), + ("detaulted", &["defaulted"]), + ("cellebrates", &["celebrates"]), + ("dissasembler", &["disassembler"]), + ("automatonic", &["automation"]), + ("variabled", &["variables", "variable"]), + ("unnecessarely", &["unnecessarily"]), + ("namspace", &["namespace"]), + ("youn", &["your", "you", "young"]), + ("responcive", &["responsive"]), + ("reqiores", &["requires"]), + ("simliiar", &["similar"]), + ("dissatisfed", &["dissatisfied"]), + ("relatibely", &["relatively"]), + ("ambuguity", &["ambiguity"]), + ("preverse", &["perverse"]), + ("updte", &["update"]), + ("despiration", &["desperation"]), + ("calclulate", &["calculate"]), + ("acidentally", &["accidentally"]), + ("offcially", &["officially"]), + ("serialialize", &["serialize"]), + ("motherbaords", &["motherboards"]), + ("renegotionator", &["renegotiator"]), + ("logisitcal", &["logistical"]), + ("perfomnace", &["performance"]), + ("wirting", &["writing"]), + ("confuze", &["confuse"]), + ("contraceptie", &["contraceptives"]), + ("lighthearded", &["lighthearted"]), + ("loooking", &["looking"]), + ("mentioed", &["mentioned"]), + ("initailises", &["initialises"]), + ("exclucivity", &["exclusivity"]), + ("compablity", &["compatibility"]), + ("troubeshooted", &["troubleshooted"]), + ("assisstance", &["assistance"]), + ("idependent", &["independent"]), + ("copyirghts", &["copyrights"]), + ("redudancy", &["redundancy"]), + ("prodiction", &["production"]), + ("bounsd", &["bounds"]), + ("doubleiift", &["doublelift"]), + ("ensureing", &["ensuring"]), + ("leyers", &["layers"]), + ("sponsorees", &["sponsors"]), + ("pronunciaton", &["pronunciation"]), + ("neumonectomies", &["pneumonectomies"]), + ("tranceivers", &["transceivers"]), + ("conservaties", &["conservatives"]), + ("harasment", &["harassment"]), + ("insesitivity", &["insensitivity"]), + ("tooks", &["takes", "took"]), + ("agrandizes", &["aggrandizes"]), + ("negotaitions", &["negotiations"]), + ("stauration", &["saturation"]), + ("scarmbled", &["scrambled"]), + ("aequidistant", &["equidistant"]), + ("hypethetically", &["hypothetically"]), + ("teamifght", &["teamfight"]), + ("automaitc", &["automatic"]), + ("carnege", &["carnage", "carnegie"]), + ("priveliges", &["privileges"]), + ("hapened", &["happened"]), + ("nusance", &["nuisance"]), + ("mchanic", &["mechanic"]), + ("availaliable", &["available"]), + ("inefficency", &["inefficiency"]), + ("superham", &["superhuman"]), + ("descripes", &["describes"]), + ("facilitare", &["facilitate"]), + ("ocluded", &["occluded"]), + ("goldbeg", &["goldberg"]), + ("emergerd", &["emerged"]), + ("permissin", &["permissions"]), + ("evolveos", &["evolves"]), + ("administation", &["administration"]), + ("sligntly", &["slightly"]), + ("propterties", &["properties"]), + ("peciluar", &["peculiar"]), + ("dimond", &["diamond"]), + ("travesal", &["traversal"]), + ("combinatio", &["combination"]), + ("ancesters", &["ancestors"]), + ("observabe", &["observable"]), + ("premptively", &["preemptively"]), + ("benefical", &["beneficial"]), + ("accute", &["acute"]), + ("chronichles", &["chronicles"]), + ("purposefuly", &["purposefully"]), + ("affaires", &["affairs"]), + ("mentionnes", &["mentions"]), + ("diaster", &["disaster"]), + ("bookkeeiping", &["bookkeeping"]), + ("cll", &["call"]), + ("radify", &["ratify"]), + ("cavren", &["cavern"]), + ("resperitory", &["respiratory"]), + ("delporable", &["deplorable"]), + ("informatiei", &["informative"]), + ("idenpenendtly", &["independently"]), + ("sebastiaan", &["sebastian"]), + ("dilligent", &["diligent"]), + ("continut", &["continuity"]), + ("govemrent", &["government"]), + ("benerate", &["generate", "venerate"]), + ("consequencies", &["consequence"]), + ("concervation", &["conservation"]), + ("negotators", &["negotiators"]), + ("paramerts", &["parameters"]), + ("survaillence", &["surveillance"]), + ("unavaialbe", &["unavailable"]), + ("inappropreate", &["inappropriate"]), + ("domian", &["domain"]), + ("langual", &["lingual"]), + ("intriduced", &["introduced"]), + ("pocession", &["procession", "possession"]), + ("noteboook", &["notebook"]), + ("disbelife", &["disbelief"]), + ("resolutons", &["resolutions"]), + ("grandchildern", &["grandchildren"]), + ("emphazised", &["emphasised"]), + ("delibarate", &["deliberate"]), + ("declarase", &["declares"]), + ("programmar", &["programmer"]), + ("countinueq", &["continueq", "continue"]), + ("cimptom", &["symptom"]), + ("masterpice", &["masterpiece"]), + ("fomatting", &["formatting"]), + ("infograhic", &["infographic"]), + ("counterfest", &["counterfeit"]), + ("sersies", &["series"]), + ("burssels", &["brussels"]), + ("follwoeind", &["following"]), + ("unfairy", &["unfairly"]), + ("obejctives", &["objectives"]), + ("incrmented", &["incremented"]), + ("extrimities", &["extremities"]), + ("belivebly", &["believably"]), + ("availabelity", &["availability"]), + ("constituite", &["constitute"]), + ("lateration", &["alteration"]), + ("returing", &["returning"]), + ("circluar", &["circular"]), + ("nullalbe", &["nullable"]), + ("psaswd", &["passwd"]), + ("clitors", &["clitoris"]), + ("sagitarius", &["sagittarius"]), + ("regisration", &["registration"]), + ("isntructed", &["instructed"]), + ("mysoganistic", &["misogynistic"]), + ("polypoylgons", &["polypolygons"]), + ("gramar", &["grammar"]), + ("quantaty", &["quantity"]), + ("emlation", &["emulation"]), + ("condfigure", &["configure"]), + ("sexuallly", &["sexually"]), + ("shileded", &["shielded"]), + ("addiitonal", &["additional"]), + ("cancelability", &["cancellability"]), + ("detctor", &["detector"]), + ("extremally", &["extremely"]), + ("actualy", &["actually"]), + ("popolated", &["populated"]), + ("heaveny", &["heavenly"]), + ("addapt", &["adapt"]), + ("doker", &["docker"]), + ("hardward", &["hardware"]), + ("hieghts", &["heights"]), + ("sponsorhip", &["sponsorship"]), + ("substarte", &["substrate"]), + ("passthough", &["passthrough"]), + ("alogirthmically", &["algorithmically"]), + ("anaylst", &["analyst"]), + ("secertly", &["secretly"]), + ("distribuion", &["distribution"]), + ("measurd", &["measured", "measure"]), + ("crutchetts", &["crutches"]), + ("fille", &["file", "fill", "filled"]), + ("assymptote", &["asymptote"]), + ("handshacke", &["handshake"]), + ("arguabley", &["arguably"]), + ("intergrated", &["integrated"]), + ("ofrward", &["forward"]), + ("relaesed", &["released"]), + ("interfearnce", &["interference"]), + ("asbolutely", &["absolutely"]), + ("sanwich", &["sandwich"]), + ("porgramming", &["programming"]), + ("hypotethical", &["hypothetical"]), + ("approbiate", &["appropriate"]), + ("remmebering", &["remembering"]), + ("marhsmallows", &["marshmallows"]), + ("interperting", &["interpreting"]), + ("changability", &["changeability"]), + ("uncommments", &["uncomments"]), + ("docuentation", &["documentation"]), + ("worflow", &["workflow"]), + ("cheeseburgler", &["cheeseburger"]), + ("meatfile", &["metafile"]), + ("inpterpreter", &["interpreter"]), + ("noticabley", &["noticeably"]), + ("indiviuals", &["individuals"]), + ("hopsitalized", &["hospitalized"]), + ("quarternion", &["quaternion"]), + ("instructores", &["instructors"]), + ("addted", &["added"]), + ("freinds", &["friends"]), + ("prooduct", &["product"]), + ("nummerical", &["numerical"]), + ("deomcrat", &["democrat"]), + ("athiest", &["atheist"]), + ("downoload", &["download"]), + ("sepcified", &["specified"]), + ("expoential", &["exponential"]), + ("appropritate", &["appropriate"]), + ("equilvalents", &["equivalents"]), + ("nullalble", &["nullable"]), + ("addrees", &["address"]), + ("renewabe", &["renewables"]), + ("consruct", &["construct"]), + ("adaquately", &["adequately"]), + ("inadvertenly", &["inadvertently"]), + ("sysmtes", &["systems"]), + ("pasred", &["parsed"]), + ("elemetal", &["elemental"]), + ("libries", &["libraries"]), + ("civalazations", &["civilizations"]), + ("embarrasment", &["embarrassment"]), + ("classsical", &["classical"]), + ("carrefull", &["careful"]), + ("mircosoft", &["microsoft"]), + ("improoved", &["improved"]), + ("uplaoders", &["uploaders"]), + ("exemples", &["examples"]), + ("partitionss", &["partitions"]), + ("lazyness", &["laziness"]), + ("anaylzer", &["analyzer"]), + ("rademption", &["redemption"]), + ("torando", &["tornado"]), + ("resoource", &["resource"]), + ("centepide", &["centipede"]), + ("alterantives", &["alternatives"]), + ("spanisch", &["spanish"]), + ("experimantally", &["experimentally"]), + ("unconventianal", &["unconventional"]), + ("cancelles", &["cancels"]), + ("boudry", &["boundary"]), + ("heigest", &["highest"]), + ("hyperbrophy", &["hypertrophy"]), + ("conditionnally", &["conditionally"]), + ("upsterams", &["upstreams"]), + ("naiborhoods", &["neighborhoods"]), + ("celler", &["cellar"]), + ("summerized", &["summarized"]), + ("substitudes", &["substitutes"]), + ("sepereate", &["separate"]), + ("bachelores", &["bachelors"]), + ("senaphore", &["semaphore"]), + ("thoerem", &["theorem"]), + ("malfucntion", &["malfunction"]), + ("unmodifed", &["unmodified"]), + ("commentes", &["commenters"]), + ("publiclly", &["publicly"]), + ("rysnc", &["rsync"]), + ("configuartions", &["configurations"]), + ("inquisicion", &["inquisition"]), + ("continens", &["continents"]), + ("transplantes", &["transplants"]), + ("experimening", &["experimenting"]), + ("packadge", &["packaged"]), + ("expet", &["expect", "expat"]), + ("smartare", &["smarter"]), + ("inclinacion", &["inclination"]), + ("kiyack", &["kayak"]), + ("aithentication", &["authentication"]), + ("unoffocial", &["unofficial"]), + ("tranient", &["transient"]), + ("identitets", &["identities"]), + ("repatition", &["repetition", "repartition"]), + ("solitudine", &["solitude"]), + ("distrubance", &["disturbance"]), + ("addopted", &["adopted"]), + ("belittleing", &["belittling"]), + ("observating", &["observation"]), + ("imprefection", &["imperfections"]), + ("rhythimcally", &["rhythmically"]), + ("indonesion", &["indonesian"]), + ("belive", &["believe"]), + ("sturctural", &["structural"]), + ("capabiliites", &["capabilities"]), + ("stong", &["strong"]), + ("strarting", &["starting"]), + ("confussions", &["confessions"]), + ("paniics", &["panics"]), + ("unpriviledged", &["unprivileged"]), + ("renegotioted", &["renegotiated"]), + ("refinmenet", &["refinement"]), + ("appologies", &["apologies"]), + ("versitle", &["versatile"]), + ("interfce", &["interface"]), + ("annoyning", &["annoying"]), + ("unsusbcribe", &["unsubscribe"]), + ("perfomeamce", &["performance"]), + ("whicg", &["which"]), + ("sintax", &["syntax"]), + ("buttin", &["button"]), + ("assihnment", &["assignment"]), + ("itialized", &["initialized"]), + ("unstruction", &["instruction"]), + ("bombarderad", &["bombarded"]), + ("improsonment", &["imprisonment"]), + ("abstracness", &["abstractness"]), + ("bacic", &["basic"]), + ("spiltting", &["splitting"]), + ("authenciates", &["authenticates"]), + ("encompus", &["encompass"]), + ("chekcout", &["checkout"]), + ("symptumaticaly", &["symptomatically"]), + ("intoxination", &["intoxication"]), + ("sucessfull", &["successful"]), + ("sintakt", &["syntax"]), + ("continour", &["continuous"]), + ("diffrences", &["differences"]), + ("scubscriber", &["subscriber"]), + ("arbitratrion", &["arbitration"]), + ("beweeen", &["between"]), + ("distructors", &["destructors"]), + ("whoms", &["whom", "whose"]), + ("discconecctions", &["disconnections"]), + ("limk", &["link"]), + ("modesl", &["models"]), + ("concatentated", &["concatenated"]), + ("disposle", &["dispose"]), + ("butterfiles", &["butterflies"]), + ("nesesarily", &["necessarily"]), + ("checkum", &["checksum"]), + ("faciliates", &["facilitates"]), + ("addicionally", &["additionally"]), + ("distractons", &["distracts"]), + ("parallell", &["parallel"]), + ("chaging", &["changing", "charging"]), + ("captialize", &["capitalize"]), + ("survivabiliy", &["survivability"]), + ("conseeds", &["concedes"]), + ("detmatologist", &["dermatologist"]), + ("passwors", &["passwords"]), + ("initialze", &["initialize"]), + ("nedded", &["needed"]), + ("unahppy", &["unhappy"]), + ("consumation", &["consumption", "consummation"]), + ("nonesense", &["nonsense"]), + ("inappropriae", &["inappropriately"]), + ("deducitble", &["deductible"]), + ("offest", &["offset"]), + ("alighnment", &["alignment"]), + ("contradiccion", &["contradiction"]), + ("possessess", &["possesses"]), + ("developmently", &["developmental"]), + ("incompatatible", &["incompatible"]), + ("viloently", &["violently"]), + ("themplate", &["template"]), + ("librery", &["library"]), + ("seramonial", &["ceremonial"]), + ("standarising", &["standardising"]), + ("exchane", &["exchange"]), + ("allso", &["also"]), + ("cigurete", &["cigarette"]), + ("tirbunal", &["tribunal"]), + ("applie", &["applied", "apply"]), + ("humitidy", &["humidity"]), + ("subclasssing", &["subclassing"]), + ("instace", &["instance"]), + ("autoritharian", &["authoritarian"]), + ("authoroties", &["authorities"]), + ("recurison", &["recursion"]), + ("arbort", &["abort"]), + ("incompatabile", &["incompatible"]), + ("teminate", &["terminate"]), + ("brane", &["brain"]), + ("execuetes", &["executes"]), + ("preferenes", &["preferences"]), + ("developent", &["development"]), + ("protruberance", &["protuberance"]), + ("clonning", &["cloning"]), + ("misspel", &["misspell"]), + ("aperatures", &["apertures"]), + ("execuitions", &["executions"]), + ("differntiated", &["differentiated"]), + ("paramadics", &["paramedics"]), + ("advantagious", &["advantageous"]), + ("optain", &["obtain"]), + ("declaraction", &["declaration"]), + ("compatilibity", &["compatibility"]), + ("seperadly", &["separately"]), + ("booees", &["buoys"]), + ("schdules", &["schedules"]), + ("regestered", &["registered"]), + ("sies", &["size", "sighs", "sides"]), + ("interventie", &["intervene"]), + ("recontruct", &["reconstruct"]), + ("sheakspeare", &["shakespeare"]), + ("benechmarking", &["benchmarking"]), + ("contracters", &["contractors"]), + ("comeptition", &["competition"]), + ("salaris", &["salaries"]), + ("ulteration", &["alteration"]), + ("uninstallng", &["uninstalling"]), + ("otherwice", &["otherwise"]), + ("techinically", &["technically"]), + ("rquiring", &["requiring"]), + ("suspisious", &["suspicious"]), + ("eliminetaion", &["elimination"]), + ("acumulating", &["accumulating"]), + ("approxmate", &["approximate"]), + ("specrtal", &["spectral"]), + ("airbourne", &["airborne"]), + ("devleoped", &["developed"]), + ("obvisously", &["obviously"]), + ("amercia", &["america"]), + ("intiailising", &["initialising"]), + ("unexpestedly", &["unexpectedly"]), + ("expermeneter", &["experimenter"]), + ("caracteristics", &["characteristics"]), + ("adddition", &["addition"]), + ("hueristic", &["heuristic"]), + ("levicitus", &["leviticus"]), + ("oly", &["only"]), + ("sizeble", &["sizable", "sizeable"]), + ("socilaized", &["socialized"]), + ("naybourhood", &["neighbourhood"]), + ("sepereates", &["separates"]), + ("wreslter", &["wrestler"]), + ("ligthweights", &["lightweights"]), + ("seqensed", &["sequenced"]), + ("discconecct", &["disconnect"]), + ("aiport", &["airport"]), + ("verbse", &["verbose"]), + ("dissimliar", &["dissimilar"]), + ("pooints", &["points"]), + ("procesure", &["procedure"]), + ("invalis", &["invalid"]), + ("execurables", &["executables"]), + ("cteates", &["creates"]), + ("threataning", &["threatening"]), + ("avaiibility", &["availability"]), + ("agressie", &["aggressive"]), + ("consultanti", &["consultation"]), + ("definitlty", &["definitely"]), + ("whan", &["want", "when"]), + ("gallaries", &["galleries"]), + ("definision", &["definition"]), + ("guardin", &["guardian"]), + ("intiallization", &["initialization"]), + ("follwoeers", &["followers"]), + ("optimyze", &["optimize"]), + ("dispath", &["dispatch"]), + ("aggregious", &["egregious"]), + ("exhcuasted", &["exhausted"]), + ("abuot", &["about"]), + ("bastractor", &["abstractor"]), + ("deselcting", &["deselecting"]), + ("appropriatedly", &["appropriately"]), + ("declears", &["declares"]), + ("instrumentos", &["instruments"]), + ("sirvayles", &["surveils"]), + ("knarling", &["gnarling"]), + ("mcuh", &["much"]), + ("instutionalized", &["institutionalized"]), + ("tremendeous", &["tremendous"]), + ("byciclist", &["bicyclist"]), + ("negotiatie", &["negotiated"]), + ("nealy", &["nearly", "newly"]), + ("cirticising", &["criticising"]), + ("referiang", &["referring"]), + ("whiltelisting", &["whitelisting"]), + ("execuable", &["executable"]), + ("tweek", &["tweak"]), + ("hitories", &["histories"]), + ("repositotries", &["repositories"]), + ("pasturised", &["pasteurised"]), + ("nondeteministic", &["nondeterministic"]), + ("condfiguring", &["configuring"]), + ("quarentine", &["quarantine"]), + ("birthdsy", &["birthdays"]), + ("invaldates", &["invalidates"]), + ("hyposeses", &["hypotheses"]), + ("sprech", &["speech"]), + ("execurable", &["executable"]), + ("retireved", &["retrieved"]), + ("pleass", &["pleases", "bless"]), + ("spefififes", &["specifies"]), + ("relaeses", &["releases"]), + ("validasted", &["validated"]), + ("delibery", &["delivery"]), + ("temafights", &["teamfights"]), + ("develoeprs", &["developers"]), + ("conterparts", &["counterparts"]), + ("intermedie", &["intermediate"]), + ("enties", &["entries"]), + ("asphyxation", &["asphyxiation"]), + ("rigt", &["right"]), + ("interpretarte", &["interpreter"]), + ("orginizations", &["organizations"]), + ("posicional", &["positional"]), + ("declarnig", &["declaring"]), + ("curruptions", &["corruptions"]), + ("similiarities", &["similarities"]), + ("generoator", &["generator"]), + ("icluded", &["included"]), + ("pleaase", &["please"]), + ("formuala", &["formula"]), + ("althoug", &["although"]), + ("coexistance", &["coexistence"]), + ("marryied", &["married"]), + ("selectiosn", &["selections"]), + ("booteek", &["boutique"]), + ("agumented", &["augmented"]), + ("alchoolism", &["alcoholism"]), + ("twon", &["town"]), + ("wilcards", &["wildcards"]), + ("categoriezed", &["categorized"]), + ("technicaly", &["technically"]), + ("conceviably", &["conceivably"]), + ("diciding", &["deciding"]), + ("mointored", &["monitored"]), + ("disnegage", &["disengage"]), + ("congigs", &["configs"]), + ("systax", &["syntax"]), + ("dimensiom", &["dimension"]), + ("reminiscint", &["reminiscent"]), + ("calcualtes", &["calculates"]), + ("costum", &["custom", "costume"]), + ("squeakly", &["squeaky"]), + ("optiones", &["options"]), + ("instancees", &["instances"]), + ("monstorsity", &["monstrosity"]), + ("localzation", &["localization"]), + ("annonced", &["announced"]), + ("heathern", &["heathen"]), + ("detech", &["detach", "detect"]), + ("coordinaters", &["coordinates"]), + ("conaines", &["contains"]), + ("perdictive", &["predictive"]), + ("prioirties", &["priorities"]), + ("executale", &["executable"]), + ("occupided", &["occupied"]), + ("forse", &["force"]), + ("equivlantly", &["equivalently"]), + ("culteral", &["cultural"]), + ("competant", &["competent"]), + ("verificato", &["verification"]), + ("corolloa", &["corolla"]), + ("spartaniis", &["spartans"]), + ("propectus", &["prospectus"]), + ("mypsace", &["myspace"]), + ("suprizing", &["surprising"]), + ("enble", &["enable"]), + ("guarranteeing", &["guaranteeing"]), + ("indivuals", &["individuals"]), + ("arrestos", &["arrests"]), + ("encrptions", &["encryptions"]), + ("ethicaly", &["ethically"]), + ("arrangts", &["arrangements"]), + ("deduplaication", &["deduplication"]), + ("bulgaia", &["bulgaria"]), + ("fundamentas", &["fundamentals"]), + ("folowong", &["following"]), + ("proyect", &["project", "protect"]), + ("opreation", &["operation"]), + ("checheckpoits", &["checkpoints"]), + ("averageed", &["averaged"]), + ("authenicae", &["authenticate"]), + ("disgn", &["design"]), + ("exploracion", &["exploration"]), + ("resuilt", &["result"]), + ("advices", &["advice", "advises"]), + ("theese", &["these"]), + ("temperarure", &["temperature"]), + ("legendariske", &["legendaries"]), + ("messangers", &["messengers"]), + ("parial", &["partial"]), + ("civillians", &["civilians"]), + ("geting", &["getting"]), + ("outnumbred", &["outnumbered"]), + ("infalted", &["inflated"]), + ("facedrwaing", &["facedrawing"]), + ("teetotler", &["teetotaler"]), + ("cmobination", &["combination"]), + ("developmetn", &["developments"]), + ("langulages", &["languages"]), + ("sctipts", &["scripts"]), + ("cententenial", &["centennial"]), + ("autmatically", &["automatically"]), + ("folllowiwng", &["following"]), + ("retores", &["restores"]), + ("mellineums", &["millennia"]), + ("concuring", &["concurring", "conquering"]), + ("tomorroe", &["tomorrow"]), + ("motorolla", &["motorola"]), + ("appropirately", &["appropriately"]), + ("tongiht", &["tonight"]), + ("withoud", &["without"]), + ("progresssing", &["progressing"]), + ("lebanesse", &["lebanese"]), + ("vaulable", &["valuable"]), + ("polgons", &["polygons"]), + ("signatuire", &["signature"]), + ("experiement", &["experiment"]), + ("belittlling", &["belittling"]), + ("mistakengly", &["mistakenly"]), + ("dishinored", &["dishonored"]), + ("eaither", &["either"]), + ("litllefinger", &["littlefinger"]), + ("affulent", &["affluent"]), + ("yougest", &["youngest"]), + ("variabla", &["variable"]), + ("optimsitic", &["optimistic"]), + ("throuhg", &["through"]), + ("exatly", &["exactly"]), + ("vieports", &["viewports"]), + ("rewiever", &["reviewer"]), + ("sucessiv", &["successive"]), + ("lokale", &["locale"]), + ("devovled", &["devolved"]), + ("coversions", &["conversions"]), + ("sacrificies", &["sacrifice"]), + ("historycally", &["historically"]), + ("wakeus", &["wakeups", "walrus"]), + ("univercity", &["university"]), + ("accessibile", &["accessible"]), + ("instersectionality", &["intersectionality"]), + ("addintional", &["additional"]), + ("priviliges", &["privileges"]), + ("witha", &["with"]), + ("retargetting", &["retargeting"]), + ("erraneously", &["erroneously"]), + ("temprorarily", &["temporarily"]), + ("nastertium", &["nasturtium"]), + ("overcloked", &["overclocked"]), + ("conchusly", &["consciously"]), + ("compaible", &["compatible"]), + ("shecked", &["checked", "shucked"]), + ("upgeraded", &["upgraded"]), + ("algotighms", &["algorithms"]), + ("intrrupting", &["interrupting"]), + ("exagerating", &["exaggerating"]), + ("resizeing", &["resizing"]), + ("mairjuana", &["marijuana"]), + ("aborigional", &["aboriginal"]), + ("anyother", &["another"]), + ("environmenet", &["environment"]), + ("espacally", &["especially"]), + ("realeased", &["released"]), + ("accoriding", &["according"]), + ("loder", &["loader"]), + ("scaleing", &["scaling"]), + ("africanas", &["africans"]), + ("mutices", &["mutexes"]), + ("dissapointted", &["disappointed"]), + ("poinnter", &["pointer"]), + ("redistrubition", &["redistribution"]), + ("assmelber", &["assembler"]), + ("beliefing", &["believing"]), + ("contributo", &["contribution"]), + ("engieering", &["engineering"]), + ("touristas", &["tourists"]), + ("coallessing", &["coalescing"]), + ("frigthened", &["frightened"]), + ("assumue", &["assume"]), + ("destruciton", &["destruction"]), + ("proprogating", &["propagating"]), + ("subobjecs", &["subobjects"]), + ("backgrouund", &["background"]), + ("workstaton", &["workstation"]), + ("agnosticsm", &["agnosticism"]), + ("sucesfuly", &["successfully"]), + ("canoncal", &["canonical"]), + ("meassure", &["measure"]), + ("impoverised", &["impoverished"]), + ("millionar", &["millionaire"]), + ("remoiving", &["removing"]), + ("temporray", &["temporary"]), + ("nostalga", &["nostalgia"]), + ("artificiella", &["artificial"]), + ("substiution", &["substitution"]), + ("perferrs", &["prefers"]), + ("disruptin", &["disruption"]), + ("executtions", &["executions"]), + ("bandwdiths", &["bandwidths"]), + ("easilty", &["easily"]), + ("contriubting", &["contributing"]), + ("convienient", &["convenient"]), + ("insufficent", &["insufficient"]), + ("akumulative", &["accumulative"]), + ("backrgounds", &["backgrounds"]), + ("birmimgham", &["birmingham"]), + ("ahlpas", &["alphas"]), + ("vulnerabule", &["vulnerable"]), + ("fileshystems", &["filesystems"]), + ("requiesting", &["requesting"]), + ("ressurrection", &["resurrection"]), + ("gutiarist", &["guitarist"]), + ("sacremento", &["sacramento"]), + ("anesthisia", &["anesthesia"]), + ("sweidsh", &["swedish"]), + ("croatioa", &["croatia"]), + ("autonegotitation", &["autonegotiation"]), + ("liebrals", &["liberals"]), + ("deprication", &["deprivation"]), + ("cnosoles", &["consoles"]), + ("commishioned", &["commissioned"]), + ("logictech", &["logitech"]), + ("miticate", &["mitigate"]), + ("embarasingly", &["embarrassingly"]), + ("discoverys", &["discovers"]), + ("confedaracy", &["confederacy"]), + ("destrcutors", &["destructors"]), + ("committy", &["committee"]), + ("derectory", &["directory"]), + ("boyant", &["buoyant"]), + ("legimitate", &["legitimate"]), + ("gubnatorial", &["gubernatorial"]), + ("outnunbered", &["outnumbered"]), + ("substitutos", &["substitutes"]), + ("terriblely", &["terribly"]), + ("archiectures", &["architectures"]), + ("konservatives", &["conservatives"]), + ("ruleboook", &["rulebook"]), + ("similiary", &["similarity"]), + ("classsic", &["classics"]), + ("organims", &["organism"]), + ("harnesss", &["harness"]), + ("configulate", &["configurate"]), + ("probblezs", &["problems"]), + ("algotirhm", &["algorithm"]), + ("rabbitos", &["rabbits"]), + ("autheticates", &["authenticates"]), + ("guarntee", &["guarantee"]), + ("folwoed", &["followed"]), + ("subnegociation", &["subnegotiation"]), + ("eextract", &["extract"]), + ("persuit", &["pursuit"]), + ("importatnt", &["important"]), + ("curcumstantial", &["circumstantial"]), + ("portrary", &["portray"]), + ("finisch", &["finish", "finnish"]), + ("goup", &["group"]), + ("lemosines", &["limousines"]), + ("trainngs", &["training"]), + ("insterad", &["instead"]), + ("destruktive", &["destructive"]), + ("muscils", &["muscles", "mussels"]), + ("polynomals", &["polynomials"]), + ("muc", &["much"]), + ("succeeeds", &["succeeds"]), + ("manouverability", &["maneuverability"]), + ("sychronisly", &["synchronously"]), + ("perdiction", &["prediction"]), + ("regardign", &["regarding"]), + ("shatnering", &["shattering"]), + ("gaurantee", &["guarantee"]), + ("compiant", &["compliant"]), + ("dynmaic", &["dynamic"]), + ("proceededs", &["proceeds"]), + ("suppoed", &["supposed"]), + ("instiatiate", &["instantiate"]), + ("aresnal", &["arsenal"]), + ("levleing", &["leveling"]), + ("cacl", &["calc"]), + ("corsspost", &["crosspost"]), + ("exitance", &["existence"]), + ("basnhee", &["banshee"]), + ("renegoptionsotiation", &["renegotiation"]), + ("chipersuite", &["ciphersuite"]), + ("neckbears", &["neckbeards"]), + ("mindlessy", &["mindlessly"]), + ("chancnel", &["channel", "cancel"]), + ("explodeds", &["explodes"]), + ("staticly", &["statically"]), + ("passords", &["passwords"]), + ("reactionair", &["reactionary"]), + ("coducter", &["conductor"]), + ("hierarhcy", &["hierarchy"]), + ("perferrably", &["preferably"]), + ("commercail", &["commercials"]), + ("complet", &["complete"]), + ("classess", &["classes"]), + ("unreacahble", &["unreachable"]), + ("clent", &["client"]), + ("projectd", &["projected"]), + ("chemcially", &["chemically"]), + ("spawed", &["spawned"]), + ("inquirie", &["inquire"]), + ("apprecited", &["appreciated"]), + ("atends", &["attends"]), + ("formidabble", &["formidable"]), + ("intrcutions", &["instructions"]), + ("intelligable", &["intelligible"]), + ("vageuly", &["vaguely"]), + ("upsteram", &["upstream"]), + ("doubth", &["doubt"]), + ("cartiledge", &["cartilage"]), + ("patriarcial", &["patriarchal"]), + ("clasified", &["classified"]), + ("saddly", &["saddle", "sadly"]), + ("platfforms", &["platforms"]), + ("norhern", &["northern"]), + ("influental", &["influential"]), + ("anoymously", &["anonymously"]), + ("evalutaed", &["evaluated"]), + ("rapell", &["rappel"]), + ("resmeble", &["resemble"]), + ("experimintally", &["experimentally"]), + ("contracs", &["contracts"]), + ("supression", &["suppression"]), + ("vulberabuilitie", &["vulnerability"]), + ("breakpint", &["breakpoint"]), + ("unifforms", &["uniforms"]), + ("dregee", &["degree"]), + ("pomegranite", &["pomegranate"]), + ("inconsistance", &["inconsistency"]), + ("mosnter", &["monster"]), + ("declarees", &["declares"]), + ("clesius", &["celsius"]), + ("conqeur", &["conquer"]), + ("santroum", &["santorum"]), + ("prediously", &["previously"]), + ("sensasionalism", &["sensationalism"]), + ("relocaing", &["relocating"]), + ("sematics", &["semantics"]), + ("perferrmence", &["performance"]), + ("misinterpet", &["misinterpret"]), + ("bivouacing", &["bivouacking"]), + ("behoviour", &["behaviour"]), + ("cuatiously", &["cautiously"]), + ("carbohydrats", &["carbohydrates"]), + ("chocalates", &["chocolates"]), + ("reformating", &["reformatting"]), + ("polltry", &["poultry"]), + ("standlone", &["standalone"]), + ("conecnt", &["connect", "content"]), + ("hurse", &["hearse", "nurse"]), + ("meagthread", &["megathread"]), + ("firsth", &["first"]), + ("prouldy", &["proudly"]), + ("fileld", &["field"]), + ("brugundy", &["burgundy"]), + ("nessecarily", &["necessarily"]), + ("exteded", &["extended"]), + ("stitchs", &["stitches"]), + ("increading", &["increasing"]), + ("vawdvillian", &["vaudevillian"]), + ("dissplay", &["display"]), + ("stationair", &["stationary"]), + ("alghoritms", &["algorithms"]), + ("metrapolis", &["metropolis"]), + ("distrbute", &["distribute"]), + ("avcoids", &["avoids"]), + ("roundtripp", &["roundtrip"]), + ("subexpresssions", &["subexpressions"]), + ("presistence", &["persistence"]), + ("trnasparent", &["transparent"]), + ("socailism", &["socialism"]), + ("tansparent", &["transparent"]), + ("compramises", &["compromises"]), + ("breastfeading", &["breastfeeding"]), + ("controvesy", &["controversy"]), + ("construits", &["constructs"]), + ("decosed", &["decoded"]), + ("varients", &["variants"]), + ("traveersed", &["traversed"]), + ("catasthrope", &["catastrophe"]), + ("catagorically", &["categorically"]), + ("newmonia", &["pneumonia"]), + ("passionnate", &["passionate"]), + ("dependong", &["depending"]), + ("descriced", &["described"]), + ("tidyness", &["tidiness"]), + ("heavely", &["heavily"]), + ("resmebles", &["resembles"]), + ("crationist", &["creationist"]), + ("psychedellic", &["psychedelic"]), + ("inrement", &["increment"]), + ("dissapered", &["disappeared"]), + ("releafs", &["relieves"]), + ("ceassers", &["caesars"]), + ("invididual", &["individual"]), + ("chasims", &["chasms"]), + ("algorithimically", &["algorithmically"]), + ("hadling", &["handling"]), + ("aggenst", &["against"]), + ("platfomrs", &["platforms"]), + ("charisa", &["charisma"]), + ("intendes", &["intends"]), + ("electronis", &["electronics"]), + ("neighbeuthoods", &["neighbourhoods"]), + ("brednan", &["brendan"]), + ("yourselvs", &["yourselves"]), + ("cokies", &["cookies"]), + ("sementics", &["semantics"]), + ("trys", &["tries"]), + ("cutscenses", &["cutscene"]), + ("exeutable", &["executable"]), + ("apealed", &["appealed"]), + ("evalited", &["evaluated"]), + ("socalists", &["socialists"]), + ("condidtions", &["conditions"]), + ("substittue", &["substitutes"]), + ("disrecpecting", &["disrespecting"]), + ("qaulification", &["qualification"]), + ("contaminato", &["contamination"]), + ("tehtering", &["tethering"]), + ("sciprts", &["scripts"]), + ("restrcting", &["restarting"]), + ("enviroments", &["environments"]), + ("decosings", &["decodings"]), + ("ssoaiating", &["associating"]), + ("decalring", &["declaring"]), + ("alunimum", &["aluminum"]), + ("endcodings", &["encodings"]), + ("utiilties", &["utilities"]), + ("dimands", &["demands", "diamonds"]), + ("specimines", &["specimen"]), + ("besed", &["based"]), + ("considerble", &["considerable"]), + ("adventuers", &["adventures"]), + ("uncommmon", &["uncommon"]), + ("sansitizers", &["sanitizers"]), + ("expectred", &["expected"]), + ("presedential", &["presidential"]), + ("sacreligious", &["sacrilegious"]), + ("dispraportionately", &["disproportionately"]), + ("siez", &["size", "seize"]), + ("congitive", &["cognitive"]), + ("chunck", &["chunk"]), + ("informatief", &["informative"]), + ("pandorra", &["pandora"]), + ("stivk", &["stick"]), + ("hemoraging", &["hemorrhaging"]), + ("suburburban", &["suburban"]), + ("inpuut", &["input"]), + ("spellshecking", &["spellchecking"]), + ("otiginal", &["original"]), + ("klick", &["click"]), + ("basci", &["basic"]), + ("miminize", &["minimize"]), + ("attementing", &["attempting"]), + ("tangenet", &["tangent"]), + ("influnce", &["influence"]), + ("socailizing", &["socializing"]), + ("charactes", &["characters"]), + ("supoort", &["support"]), + ("segretation", &["segregation"]), + ("globablly", &["globally"]), + ("disapplined", &["disciplined"]), + ("streames", &["streams"]), + ("downladed", &["downloaded"]), + ("villegas", &["villages"]), + ("somethihng", &["something"]), + ("controllerd", &["controlled"]), + ("cailbration", &["calibration"]), + ("personhod", &["personhood"]), + ("wiyth", &["with"]), + ("sympathethic", &["sympathetic"]), + ("legenadries", &["legendaries"]), + ("threshhold", &["threshold"]), + ("successfullt", &["successfully"]), + ("reuplad", &["reupload"]), + ("freqiencies", &["frequencies"]), + ("adeladie", &["adelaide"]), + ("declartation", &["declaration"]), + ("etroneous", &["erroneous"]), + ("revelaed", &["revealed"]), + ("indoneisa", &["indonesia"]), + ("simplificaiton", &["simplification"]), + ("homoegenous", &["homogeneous"]), + ("cymk", &["cmyk"]), + ("disingeneous", &["disingenuous"]), + ("dispensarie", &["dispenser"]), + ("mothebroard", &["motherboards"]), + ("rertievers", &["retrievers"]), + ("relocaton", &["relocation"]), + ("bethedsa", &["bethesda"]), + ("autonegotitions", &["autonegotiations"]), + ("yeaterday", &["yesterday"]), + ("aproximately", &["approximately"]), + ("notatin", &["notation"]), + ("heartbrakes", &["heartbreak"]), + ("meccob", &["macabre"]), + ("counterd", &["countered"]), + ("needlessley", &["needlessly"]), + ("fullly", &["fully"]), + ("bewteeness", &["betweenness"]), + ("sement", &["cement", "segment"]), + ("buils", &["builds"]), + ("betehsda", &["bethesda"]), + ("endlessley", &["endlessly"]), + ("headests", &["headsets"]), + ("extremised", &["extremes"]), + ("probleem", &["problem"]), + ("unconditonal", &["unconditional"]), + ("calcularon", &["calculator"]), + ("seplicurally", &["sepulchrally"]), + ("prepetrated", &["perpetrated"]), + ("implicictly", &["implicitly"]), + ("talkign", &["talking"]), + ("pennal", &["panel"]), + ("inisialise", &["initialise"]), + ("terrformed", &["terraformed"]), + ("configurting", &["configuring"]), + ("caterogized", &["categorized"]), + ("appendend", &["appended"]), + ("procrastenating", &["procrastinating"]), + ("contigously", &["contiguously"]), + ("tabualtor", &["tabulator"]), + ("experamenters", &["experimenters"]), + ("inappropriet", &["inappropriately"]), + ("installatron", &["installation"]), + ("knarls", &["gnarls"]), + ("rearrangaelbe", &["rearrangeable"]), + ("waterprooof", &["waterproof"]), + ("passanger", &["passenger"]), + ("experimintel", &["experimental"]), + ("direcion", &["direction"]), + ("accound", &["account"]), + ("reorginised", &["reorganised"]), + ("tweeked", &["tweaked"]), + ("dysfonctional", &["dysfunctional"]), + ("infiltratred", &["infiltrate"]), + ("obtaine", &["obtain", "obtained", "obtains"]), + ("disbeleif", &["disbelief"]), + ("autonegociated", &["autonegotiated"]), + ("refelctive", &["reflective"]), + ("backgrond", &["background"]), + ("covnert", &["convert"]), + ("strucuture", &["structure"]), + ("caspules", &["capsules"]), + ("alegance", &["allegiance"]), + ("converstions", &["conversions", "conversations"]), + ("reamining", &["remaining"]), + ("formidabil", &["formidable"]), + ("misogynt", &["misogynist"]), + ("overrwritten", &["overwritten"]), + ("placeholdes", &["placeholders"]), + ("forsakn", &["forsaken"]), + ("exporintg", &["exporting"]), + ("expempt", &["exempt"]), + ("valenica", &["valencia"]), + ("gourment", &["gourmet"]), + ("interstaller", &["interstellar"]), + ("reevaulated", &["reevaluate"]), + ("contraciction", &["contradiction"]), + ("streching", &["stretching"]), + ("shfit", &["shift"]), + ("assing", &["assign"]), + ("memoty", &["memory"]), + ("publisehr", &["publisher"]), + ("designacion", &["designation"]), + ("prebious", &["previous"]), + ("unnecassarily", &["unnecessarily"]), + ("contriubted", &["contributed"]), + ("qust", &["quest"]), + ("labeld", &["labeled"]), + ("downgade", &["downgrade"]), + ("encountred", &["encountered"]), + ("initiatiating", &["initiating"]), + ("obtianable", &["obtainable"]), + ("transitons", &["transitions"]), + ("reinitalising", &["reinitialising"]), + ("mthods", &["methods"]), + ("oblitirated", &["obliterated"]), + ("texual", &["textual"]), + ("implicati", &["implicit"]), + ("connatation", &["connotation"]), + ("derfiend", &["defined"]), + ("amoutn", &["amount"]), + ("stength", &["strength"]), + ("contianers", &["containers"]), + ("addreess", &["address"]), + ("entit", &["entity"]), + ("difused", &["diffused", "defused"]), + ("aesily", &["easily"]), + ("zukeenei", &["zucchinis"]), + ("sofomore", &["sophomore"]), + ("ducument", &["document"]), + ("solfed", &["solved"]), + ("disucssion", &["discussion"]), + ("peroidic", &["periodic"]), + ("programmical", &["programmatical"]), + ("supressor", &["suppressor"]), + ("assingned", &["assigned"]), + ("possabilities", &["possibilities"]), + ("visulisations", &["visualisations"]), + ("mutliplicites", &["multiplicities"]), + ("seahaws", &["seahawks"]), + ("disqualifyed", &["disqualified"]), + ("foloows", &["follows"]), + ("tryinng", &["trying"]), + ("indicativo", &["indication"]), + ("percieved", &["perceived"]), + ("unmodfieid", &["unmodified"]), + ("popuation", &["population"]), + ("intuituvely", &["intuitively"]), + ("protostants", &["protestants"]), + ("baises", &["biases"]), + ("hierarchichal", &["hierarchical"]), + ("medicallly", &["medically"]), + ("mocrophones", &["microphones"]), + ("coprrights", &["copyrights"]), + ("underrrun", &["underrun"]), + ("becoz", &["because"]), + ("wishlsit", &["wishlist"]), + ("transiet", &["transient"]), + ("countes", &["counters"]), + ("polotically", &["politically"]), + ("ballsitic", &["ballistic"]), + ("internationaly", &["internationally"]), + ("abstraktion", &["abstraction"]), + ("relms", &["elms", "helms", "realms", "reams"]), + ("caridnal", &["cardinal"]), + ("requrests", &["requests"]), + ("minue", &["menu", "minus", "minute"]), + ("neighboing", &["neighboring"]), + ("thurver", &["further"]), + ("insttuction", &["instruction"]), + ("expliots", &["exploits"]), + ("silhouetes", &["silhouettes"]), + ("selecion", &["selection"]), + ("perfoms", &["performs"]), + ("compososite", &["composite"]), + ("exposese", &["exposes"]), + ("extrapolite", &["extrapolate"]), + ("scirpt", &["script"]), + ("reinitalizes", &["reinitializes"]), + ("thios", &["this"]), + ("interuupt", &["interrupt"]), + ("instatutionalized", &["institutionalized"]), + ("abbriviate", &["abbreviate"]), + ("miroring", &["mirroring"]), + ("availibilities", &["availabilities"]), + ("asethetics", &["aesthetics"]), + ("actication", &["activation"]), + ("archeytpes", &["archetypes"]), + ("conditial", &["conditional"]), + ("guareenteing", &["guaranteeing"]), + ("mallicious", &["malicious"]), + ("assemalate", &["assimilate"]), + ("ampethamines", &["amphetamines"]), + ("previouls", &["previous"]), + ("chaarges", &["charges"]), + ("sequenec", &["sequence"]), + ("darkenss", &["darkness"]), + ("beastiary", &["bestiary"]), + ("pronunciato", &["pronunciation"]), + ("mediciad", &["medicaid"]), + ("meybe", &["maybe"]), + ("hijkacked", &["hijacked"]), + ("becase", &["because"]), + ("horicontal", &["horizontal"]), + ("futurers", &["futures"]), + ("finitel", &["finite"]), + ("isconnection", &["isconnected"]), + ("critisicing", &["criticizing"]), + ("responsbile", &["responsible"]), + ("rabits", &["rabbits"]), + ("mimatches", &["mismatches"]), + ("indexig", &["indexing"]), + ("eleent", &["element"]), + ("theoretial", &["theoretical"]), + ("clevery", &["cleverly"]), + ("statemenet", &["statement"]), + ("commentars", &["commenters"]), + ("eralier", &["earlier"]), + ("compiliant", &["compliant"]), + ("headahces", &["headaches"]), + ("experamenting", &["experimenting"]), + ("catostrophic", &["catastrophic"]), + ("couning", &["counting"]), + ("designstion", &["designation"]), + ("dialgoue", &["dialogue"]), + ("mannually", &["manually"]), + ("allocae", &["allocate"]), + ("environemntally", &["environmentally"]), + ("consepts", &["concepts"]), + ("eplicitly", &["explicitly"]), + ("selctable", &["selectable"]), + ("regardlesss", &["regardless"]), + ("acticating", &["activating"]), + ("actualpy", &["actually"]), + ("spefiific", &["specific"]), + ("cheerlearder", &["cheerleader"]), + ("innocuos", &["innocuous"]), + ("shepered", &["shepherd"]), + ("territoral", &["territorial"]), + ("orgainsation", &["organisation"]), + ("carriadge", &["carriage"]), + ("prabability", &["probability"]), + ("lgeacy", &["legacy"]), + ("withen", &["within"]), + ("thsnkfulness", &["thankfulness"]), + ("waranty", &["warranty"]), + ("messurement", &["measurement"]), + ("uninstallled", &["uninstalled"]), + ("parametros", &["parameters"]), + ("experinece", &["experience"]), + ("scubscribes", &["subscribes"]), + ("vunerabilities", &["vulnerabilities"]), + ("conpassionate", &["compassionate"]), + ("contollers", &["controllers"]), + ("optimizier", &["optimizer"]), + ("betrayeado", &["betrayed"]), + ("disbaled", &["disabled"]), + ("negotionates", &["negotiates"]), + ("speficiied", &["specified"]), + ("laungage", &["language"]), + ("descovering", &["discovering"]), + ("transpable", &["transposable"]), + ("presreved", &["preserved"]), + ("experimanter", &["experimenter"]), + ("overlflows", &["overflows"]), + ("nescesarrily", &["necessarily"]), + ("comunicating", &["communicating"]), + ("statment", &["statement"]), + ("rememebr", &["remember"]), + ("virtalenv", &["virtualenv"]), + ("vetical", &["vertical"]), + ("evalutations", &["evaluations"]), + ("memove", &["memmove"]), + ("ideosyncratic", &["idiosyncratic"]), + ("meaningul", &["meaningful"]), + ("splaton", &["splatoon"]), + ("cotten", &["cotton"]), + ("unsanfe", &["unsafe"]), + ("insaney", &["insanely"]), + ("doamin", &["domain", "dopamine"]), + ("champiosnhip", &["championships"]), + ("clannand", &["clannad"]), + ("devaite", &["deviate"]), + ("provison", &["provision"]), + ("misgoynist", &["misogynist"]), + ("unilaterallly", &["unilaterally"]), + ("servivce", &["service"]), + ("sugguestions", &["suggestions"]), + ("ocasionaly", &["occasionally"]), + ("parctical", &["practical"]), + ("viwe", &["view"]), + ("partialially", &["partially"]), + ("micoscopic", &["microscopic"]), + ("uplads", &["uploads"]), + ("terminalogy", &["terminology"]), + ("driectx", &["directx"]), + ("negotitating", &["negotiating"]), + ("beggining", &["beginning"]), + ("apologistics", &["apologists"]), + ("acidents", &["accidents"]), + ("affordible", &["affordable"]), + ("complated", &["completed"]), + ("produciton", &["production"]), + ("persisited", &["persisted"]), + ("terrorsits", &["terrorists"]), + ("tecnically", &["technically"]), + ("expressy", &["expressly"]), + ("goood", &["good"]), + ("supersition", &["supervision"]), + ("fullill", &["fulfill"]), + ("accunt", &["account"]), + ("theologial", &["theological"]), + ("paculierly", &["peculiarly"]), + ("unexepecedly", &["unexpectedly"]), + ("desperatelly", &["desperately"]), + ("influented", &["influenced"]), + ("photagraphers", &["photographers"]), + ("unseccessful", &["unsuccessful"]), + ("liberacion", &["liberation"]), + ("typicaly", &["typically"]), + ("paymet", &["payment"]), + ("ziped", &["zipped"]), + ("dissallowing", &["disallowing"]), + ("commparisons", &["comparisons"]), + ("sugned", &["signed"]), + ("shaodw", &["shadow"]), + ("transportor", &["transporter"]), + ("derferencing", &["dereferencing"]), + ("distructions", &["distractions"]), + ("trggers", &["triggers"]), + ("definitifely", &["definitively"]), + ("datatset", &["dataset"]), + ("prvode", &["provide"]), + ("numver", &["number"]), + ("wisnton", &["winston"]), + ("sytems", &["systems"]), + ("paackages", &["packages"]), + ("conetions", &["connections"]), + ("signins", &["signings"]), + ("nighbor", &["neighbor"]), + ("differenly", &["differently"]), + ("resrved", &["reserved"]), + ("jurisdiktion", &["jurisdiction"]), + ("assassinato", &["assassination"]), + ("inproperly", &["improperly"]), + ("combatans", &["combatants"]), + ("architecutures", &["architectures"]), + ("establised", &["established"]), + ("contingincy", &["contingency"]), + ("implemening", &["implementing"]), + ("emergancies", &["emergencies"]), + ("etensible", &["extensible"]), + ("keywprd", &["keyword"]), + ("synchronus", &["synchronous"]), + ("errenous", &["erroneous"]), + ("administraters", &["administrators"]), + ("triskadekaphobia", &["triskaidekaphobia"]), + ("aizmuth", &["azimuth"]), + ("componets", &["components"]), + ("attriburtes", &["attributes"]), + ("napommed", &["napalmed"]), + ("abbriviations", &["abbreviations"]), + ("sanctionne", &["sanctioned"]), + ("iresistible", &["irresistible"]), + ("switchs", &["switches"]), + ("copyeights", &["copyrights"]), + ("neratives", &["narratives", "negatives"]), + ("initaitives", &["initiatives"]), + ("frustrato", &["frustration"]), + ("aproching", &["approaching"]), + ("comapatible", &["compatible"]), + ("expermientelly", &["experimentally"]), + ("cycular", &["circular"]), + ("cration", &["creation", "nation", "ration"]), + ("jounralism", &["journalism"]), + ("rseolution", &["resolution"]), + ("maximun", &["maximum"]), + ("differantiator", &["differentiator"]), + ("commputes", &["computes"]), + ("continuons", &["continuous"]), + ("hiearchy", &["hierarchy"]), + ("expicitly", &["explicitly"]), + ("kitites", &["kitties"]), + ("raidant", &["radiant"]), + ("compeare", &["compare"]), + ("envionrment", &["environment"]), + ("anticipatin", &["anticipation"]), + ("speep", &["sleep"]), + ("senquence", &["sequence"]), + ("moduels", &["modules"]), + ("droped", &["dropped"]), + ("reveret", &["revert"]), + ("concieted", &["conceited"]), + ("sculpters", &["sculptors", "sculptures"]), + ("elephantis", &["elephants"]), + ("chocolatie", &["chocolates"]), + ("unnacquired", &["unacquired"]), + ("responsabilities", &["responsibilities"]), + ("confirmaiton", &["confirmation"]), + ("cusomers", &["customers"]), + ("beginng", &["beginning"]), + ("acknoledgment", &["acknowledgment"]), + ("argumeents", &["arguments"]), + ("assasinated", &["assassinated"]), + ("warniongs", &["warnings"]), + ("implementattion", &["implementation"]), + ("delgating", &["delegating"]), + ("cotnaining", &["containing"]), + ("climers", &["climbers"]), + ("standarizes", &["standardizes"]), + ("amzaing", &["amazing"]), + ("vietmanese", &["vietnamese"]), + ("mozzeralla", &["mozzarella"]), + ("nestolgic", &["nostalgic"]), + ("pedictions", &["depictions"]), + ("nastersiums", &["nasturtiums"]), + ("ailenating", &["alienating"]), + ("astonising", &["astonishing"]), + ("findn", &["find"]), + ("ponts", &["points"]), + ("debugggs", &["debugs"]), + ("cabbagge", &["cabbage"]), + ("execuite", &["execute"]), + ("reisntalled", &["reinstalled"]), + ("userful", &["useful"]), + ("fizeek", &["physique"]), + ("constructief", &["constructive"]), + ("singel", &["single", "signal"]), + ("lesbain", &["lesbian"]), + ("speical", &["special"]), + ("thorw", &["throw"]), + ("undocomented", &["undocumented"]), + ("frequenies", &["frequencies"]), + ("relase", &["release"]), + ("golbaly", &["globally"]), + ("philospohical", &["philosophical"]), + ("istself", &["itself"]), + ("availavle", &["available"]), + ("mutliation", &["mutilation"]), + ("medicore", &["mediocre"]), + ("discconetions", &["disconnections"]), + ("neighbourhing", &["neighbouring"]), + ("theier", &["their"]), + ("workststion", &["workstation"]), + ("syllabe", &["syllable"]), + ("demonstrativno", &["demonstrations"]), + ("apreteate", &["appreciate"]), + ("millsecond", &["millisecond"]), + ("vreity", &["variety"]), + ("vyre", &["very"]), + ("accelerato", &["acceleration"]), + ("contriception", &["contraception"]), + ("uminportant", &["unimportant"]), + ("invulernable", &["invulnerable"]), + ("properities", &["properties"]), + ("defaules", &["defaults"]), + ("allocal", &["allocate"]), + ("acendance", &["ascendance"]), + ("cahsier", &["cashier"]), + ("peopel", &["people"]), + ("councellor", &["councillor", "counsellor"]), + ("aunthenticating", &["authenticating"]), + ("clipoing", &["clipping"]), + ("lexographic", &["lexicographic"]), + ("gettign", &["getting"]), + ("probly", &["probably"]), + ("mutatable", &["mutable"]), + ("dubled", &["doubled"]), + ("brievety", &["brevity"]), + ("govermetn", &["government"]), + ("hardend", &["hardened"]), + ("restorating", &["restoration"]), + ("circustances", &["circumstances"]), + ("contfibs", &["contribs"]), + ("fotograph", &["photograph"]), + ("economicas", &["economics"]), + ("surpases", &["surpass"]), + ("lnow", &["know"]), + ("tyhat", &["that"]), + ("syrains", &["syrians"]), + ("painiting", &["painting"]), + ("unicornis", &["unicorns"]), + ("recrutier", &["recruiter"]), + ("algorhytmic", &["algorithmic"]), + ("generatig", &["generating"]), + ("vaibility", &["viability"]), + ("rebellis", &["rebellious"]), + ("competense", &["competence"]), + ("gloabal", &["global"]), + ("thowing", &["throwing"]), + ("debouced", &["debounced"]), + ("microtransactional", &["microtransactions"]), + ("spaws", &["spawns"]), + ("pyhon", &["python"]), + ("uninfrom", &["uninform", "uniform"]), + ("ambulences", &["ambulances"]), + ("moible", &["mobile"]), + ("downtoking", &["downvoting"]), + ("subjet", &["subject"]), + ("profling", &["profiling"]), + ("allthough", &["although"]), + ("contentuous", &["contentious"]), + ("uniformely", &["uniformly"]), + ("unsubscirbed", &["unsubscribed"]), + ("coutnerfeit", &["counterfeit"]), + ("depandancies", &["dependencies"]), + ("computanti", &["computation"]), + ("breserker", &["berserker"]), + ("parlamentary", &["parliamentary"]), + ("geoemtries", &["geometries"]), + ("expementations", &["experimentations"]), + ("volentiered", &["volunteered"]), + ("periperal", &["peripheral"]), + ("combanations", &["combinations"]), + ("pennals", &["panels"]), + ("egenralised", &["generalised"]), + ("cloacks", &["cloaks"]), + ("channles", &["channels"]), + ("letivicus", &["leviticus"]), + ("rember", &["remember"]), + ("circomvented", &["circumvented"]), + ("arquitecture", &["architecture"]), + ("constext", &["context"]), + ("offically", &["officially"]), + ("authenciating", &["authenticating"]), + ("authencicated", &["authenticated"]), + ("shapt", &["shape", "shaped"]), + ("toppins", &["toppings"]), + ("breathtakng", &["breathtaking"]), + ("metalurgic", &["metallurgic"]), + ("sertificated", &["certificated"]), + ("accesors", &["accessors"]), + ("syntehsized", &["synthesized"]), + ("unfortunaly", &["unfortunately"]), + ("apprieciates", &["appreciates"]), + ("seezure", &["seizure"]), + ("conneticut", &["connecticut"]), + ("folwoong", &["following"]), + ("rittling", &["rattling", "riddling"]), + ("rutes", &["brutes", "routes", "rules"]), + ("prusuit", &["pursuit"]), + ("pervertes", &["perverse"]), + ("redaundant", &["redundant"]), + ("repharse", &["rephrase"]), + ("nimutes", &["minutes"]), + ("mantanine", &["maintain"]), + ("stereotpye", &["stereotypes"]), + ("calbirator", &["calibrator"]), + ("explorerers", &["explorers"]), + ("anotations", &["annotations"]), + ("insistas", &["insists"]), + ("concatinations", &["concatenations"]), + ("chemsitry", &["chemistry"]), + ("terratories", &["territories"]), + ("macroses", &["macros"]), + ("branc", &["branch"]), + ("invaderas", &["invaders"]), + ("functiional", &["functional"]), + ("separatring", &["separating"]), + ("kickstartr", &["kickstarter"]), + ("expercted", &["expected", "excerpted"]), + ("debehlper", &["debhelper"]), + ("downlod", &["download"]), + ("robocoup", &["robocop"]), + ("nedd", &["need"]), + ("charicters", &["characters"]), + ("prvileged", &["privileged"]), + ("accomplishent", &["accomplishment"]), + ("templaces", &["templates"]), + ("basod", &["based"]), + ("inormation", &["information"]), + ("fesiable", &["feasible"]), + ("strigifying", &["stringifying"]), + ("singularty", &["singularity"]), + ("behvaiours", &["behaviours"]), + ("nitorgen", &["nitrogen"]), + ("parant", &["parent"]), + ("carribean", &["caribbean"]), + ("weeek", &["week"]), + ("micorcodes", &["microcodes"]), + ("cellebrated", &["celebrated"]), + ("caluses", &["clauses"]), + ("premeired", &["premiered"]), + ("sophicated", &["sophisticated"]), + ("benovelent", &["benevolent"]), + ("bureauracy", &["bureaucracy"]), + ("reproducive", &["reproductive"]), + ("sanple", &["sample"]), + ("boffer", &["buffer"]), + ("comsetics", &["cosmetics"]), + ("overules", &["overuse"]), + ("esoterisch", &["esoteric"]), + ("anticiaption", &["anticipation"]), + ("itereator", &["iterator"]), + ("insepctor", &["inspector"]), + ("championsips", &["championships"]), + ("commandes", &["commands"]), + ("autonegoziation", &["autonegotiation"]), + ("mediocrily", &["mediocrity"]), + ("unsed", &["used", "unused", "unset"]), + ("subtetly", &["subtlety"]), + ("restricton", &["restriction"]), + ("descrice", &["describe"]), + ("interchangebale", &["interchangeable"]), + ("portrat", &["portrait"]), + ("symemetric", &["symmetric"]), + ("dificult", &["difficult"]), + ("powerhorse", &["powerhouse"]), + ("agrandized", &["aggrandized"]), + ("negociators", &["negotiators"]), + ("buildpackges", &["buildpackages"]), + ("dribbeld", &["dribbled"]), + ("currecy", &["currency"]), + ( + "paramterizations", + &["parametrizations", "parameterizations"], + ), + ("appoligize", &["apologize"]), + ("camoflaguing", &["camouflaging"]), + ("ancedotally", &["anecdotally"]), + ("concecutive", &["consecutive"]), + ("cotroll", &["control"]), + ("dimensionsal", &["dimensional"]), + ("celesital", &["celestial"]), + ("checkt", &["checked"]), + ("sponosred", &["sponsored"]), + ("conerting", &["converting"]), + ("characteritisc", &["characteristic"]), + ("illegitmate", &["illegitimate"]), + ("dateset", &["dataset"]), + ("relfects", &["reflects"]), + ("evryone", &["everyone"]), + ("calclulations", &["calculations"]), + ("verbous", &["verbose"]), + ("ploting", &["plotting"]), + ("spoliers", &["spoilers"]), + ("descriotion", &["description"]), + ("stardardized", &["standardized"]), + ("shourtcur", &["shortcut"]), + ("perticipating", &["participating"]), + ("ugpraded", &["upgraded"]), + ("youi", &["you"]), + ("gagit", &["gadget"]), + ("ennemies", &["enemies"]), + ("jumo", &["jump"]), + ("partitinioning", &["partitioning"]), + ("treting", &["treating"]), + ("miracoulus", &["miraculous"]), + ("ministr", &["minister"]), + ("coners", &["corners", "coroners"]), + ("assisnate", &["assassinate"]), + ("overiding", &["overriding"]), + ("indentically", &["identically"]), + ("initalisations", &["initialisations"]), + ("digets", &["digest", "digests"]), + ("compansates", &["compensates"]), + ("confessionis", &["confessions"]), + ("inobtrusive", &["unobtrusive"]), + ("particapated", &["participated"]), + ("bounadry", &["boundary"]), + ("resseted", &["reset"]), + ("detcetions", &["detections"]), + ("folwoing", &["following"]), + ("balaster", &["baluster"]), + ("domension", &["dimension"]), + ("reloction", &["relocation"]), + ("supervisoras", &["supervisors"]), + ("discribes", &["describes"]), + ("underming", &["undermining"]), + ("creaing", &["creating"]), + ("cyrllic", &["cyrillic"]), + ("accomadated", &["accommodated"]), + ("supspecting", &["suspecting"]), + ("unintialzied", &["uninitialized"]), + ("respresentation", &["representation"]), + ("consituency", &["constituency"]), + ("proceses", &["processes"]), + ("articualte", &["articulate"]), + ("assembe", &["assemble"]), + ("laundrey", &["laundry"]), + ("enthically", &["ethnically"]), + ("udnerdog", &["underdog"]), + ("suspision", &["suspicion"]), + ("wroking", &["working"]), + ("succsessive", &["successive"]), + ("visiblities", &["visibilities"]), + ("creationis", &["creations"]), + ("nam", &["name"]), + ("tranlation", &["translation"]), + ("inappropriatly", &["inappropriately"]), + ("ddelete", &["delete"]), + ("cricitising", &["criticising"]), + ("expecte", &["expected"]), + ("maintainted", &["maintained"]), + ("toglled", &["toggled"]), + ("wating", &["waiting"]), + ("constency", &["consistency"]), + ("conferenze", &["conference"]), + ("somethinng", &["somethings"]), + ("comlexity", &["complexity"]), + ("negatiotiators", &["negotiators"]), + ("ouevre", &["oeuvre"]), + ("aplicability", &["applicability"]), + ("positoned", &["positioned"]), + ("raidoactive", &["radioactive"]), + ("resoruced", &["resourced"]), + ("intruductory", &["introductory"]), + ("annotaion", &["annotation"]), + ("satistactory", &["satisfactory"]), + ("thonic", &["chthonic"]), + ("flashligth", &["flashlight"]), + ("algorrithmic", &["algorithmic"]), + ("resonses", &["responses"]), + ("workarouds", &["workarounds"]), + ("treutned", &["returned"]), + ("catogory", &["category"]), + ("expexnasion", &["expansion"]), + ("unadvertently", &["inadvertently"]), + ("idirectly", &["indirectly"]), + ("unintialized", &["uninitialized"]), + ("transforums", &["transforms"]), + ("legistative", &["legislative"]), + ("malfunciton", &["malfunction"]), + ("sponzored", &["sponsored"]), + ("expermiental", &["experimental"]), + ("gadged", &["gadget", "gauged"]), + ("priots", &["priors"]), + ("implementd", &["implemented"]), + ("differenty", &["differently"]), + ("tabeles", &["tables"]), + ("tempereature", &["temperature"]), + ("oriant", &["orient"]), + ("unexpexctedly", &["unexpectedly"]), + ("tentant", &["tenant"]), + ("straigt", &["straight"]), + ("namesspaces", &["namespaces"]), + ("tranferred", &["transferred"]), + ("prolems", &["problems"]), + ("meaningess", &["meanings"]), + ("assoicate", &["associate"]), + ("refernced", &["referenced"]), + ("comparisement", &["comparison"]), + ("initalizes", &["initializes"]), + ("higer", &["higher"]), + ("quadrapeds", &["quadrupeds"]), + ("pitckforks", &["pitchforks"]), + ("democract", &["democrat"]), + ("innocentes", &["innocents"]), + ("guarrente", &["guarantee"]), + ("pople", &["people"]), + ("inactvie", &["inactive"]), + ("politicas", &["politics"]), + ("ninteenth", &["nineteenth"]), + ("methodoligies", &["methodologies"]), + ("macack", &["macaque"]), + ("dissadvantages", &["disadvantages"]), + ("cusstomized", &["customized"]), + ("speficitics", &["specifics"]), + ("challenege", &["challenge"]), + ("masster", &["master"]), + ("exculsives", &["exclusives"]), + ("newancing", &["nuancing"]), + ("strenght", &["strength"]), + ("illustraion", &["illustration"]), + ("costexpr", &["constexpr"]), + ("critisizms", &["criticisms"]), + ("rejplace", &["replace"]), + ("frindly", &["friendly"]), + ("refreing", &["referring"]), + ("architectureal", &["architectural"]), + ("aquisitions", &["acquisitions"]), + ("centrigrade", &["centigrade"]), + ("anticipe", &["anticipate"]), + ("authorizatoin", &["authorization"]), + ("anonymousny", &["anonymously"]), + ("maintanence", &["maintenance"]), + ("cutomer", &["customer"]), + ("correciton", &["corrections"]), + ("dissmises", &["dismisses"]), + ("sreenshots", &["screenshots"]), + ("cringery", &["cringey"]), + ("denomals", &["denormals"]), + ("sufication", &["suffocation"]), + ("childlren", &["children"]), + ("permuate", &["permutate", "permute"]), + ("essentally", &["essentially"]), + ("vulnerabuilitis", &["vulnerabilities"]), + ("graduaste", &["graduates"]), + ("coneected", &["connected"]), + ("osffsetting", &["offsetting"]), + ("dispersa", &["dispensary"]), + ("interactins", &["interacts"]), + ("brakley", &["barkley"]), + ("modidfying", &["modifying"]), + ("arbitiary", &["arbitrary"]), + ("stopp", &["stop"]), + ("algothitmic", &["algorithmic"]), + ("keyosk", &["kiosk"]), + ("wokrload", &["workload"]), + ("uncomfortablely", &["uncomfortably"]), + ("initializate", &["initialize"]), + ("geeoteen", &["guillotine"]), + ("replusive", &["repulsive"]), + ("convirting", &["converting"]), + ("electrinics", &["electronics"]), + ("vessles", &["vessels"]), + ("algorithim", &["algorithm"]), + ("thrusday", &["thursday"]), + ("anyting", &["anything"]), + ("containd", &["contained"]), + ("calcultated", &["calculated"]), + ("famliy", &["family"]), + ("expension", &["expansion"]), + ("portaits", &["portraits"]), + ("chronice", &["chronicles"]), + ("accelarated", &["accelerated"]), + ("deprectating", &["deprecating"]), + ("nestalgically", &["nostalgically"]), + ("captian", &["captain"]), + ("tanslator", &["translator"]), + ("alogned", &["aligned"]), + ("heroices", &["heroics"]), + ("unknwons", &["unknowns"]), + ("declatory", &["declaratory"]), + ("absulute", &["absolute"]), + ("interationalist", &["internationalist"]), + ("desallocated", &["deallocated"]), + ("experimentatin", &["experimentation", "experimenting"]), + ("neighbourhodd", &["neighbourhood"]), + ("forr", &["for"]), + ("congifured", &["configured"]), + ("orchastrated", &["orchestrated"]), + ("subscribber", &["subscriber"]), + ("roated", &["rotated"]), + ("cementary", &["cemetery"]), + ("identifiters", &["identifier"]), + ("vloned", &["cloned"]), + ("atifacts", &["artifacts"]), + ("workpsaces", &["workspaces"]), + ("concidering", &["considering"]), + ("collaboratie", &["collaborate"]), + ("reguired", &["required"]), + ("secuity", &["security"]), + ("exctracted", &["extracted"]), + ("schziophrenia", &["schizophrenia"]), + ("subesquently", &["subsequently"]), + ("contibution", &["contribution"]), + ("descriminate", &["discriminate"]), + ("condulences", &["condolences"]), + ("conviccion", &["conviction"]), + ("interploate", &["interpolate"]), + ("ugprades", &["upgrades"]), + ("inconsistentcies", &["inconsistencies"]), + ("shutted", &["shut"]), + ("succceeds", &["succeeds"]), + ("assocating", &["associating"]), + ("reportes", &["reporters"]), + ("extremeties", &["extremities"]), + ("interesction", &["intersection"]), + ("sanhedrim", &["sanhedrin"]), + ("rendererd", &["rendered"]), + ("unexecptedly", &["unexpectedly"]), + ("fingernals", &["fingernails"]), + ("hypvisors", &["hypervisors"]), + ("dispence", &["dispense"]), + ("suasage", &["sausage"]), + ("ure", &["sure", "ire", "are", "urea", "rue"]), + ("counrtyside", &["countryside"]), + ("predujice", &["prejudice"]), + ("circumferance", &["circumference"]), + ("variavles", &["variables"]), + ("opperations", &["operations"]), + ("spontaneosly", &["spontaneously"]), + ("inititaive", &["initiatives"]), + ("arcitechture", &["architecture"]), + ("interaced", &["interacted", "interlaced", "interfaced"]), + ("initiale", &["initial"]), + ("obscolescence", &["obsolescence"]), + ("inexperiened", &["inexperienced"]), + ("addreses", &["addresses"]), + ("requies", &["requires"]), + ("delted", &["deleted"]), + ("intutively", &["intuitively"]), + ("diferrent", &["different"]), + ("defautl", &["default"]), + ("justfiy", &["justify"]), + ("ihs", &["his"]), + ("tesited", &["tested"]), + ("consumbale", &["consumables"]), + ("expetects", &["expects"]), + ("preconceved", &["preconceived"]), + ("encrpts", &["encrypts"]), + ("edn", &["end"]), + ("comparetive", &["comparative"]), + ("creatation", &["creation"]), + ("presentatuion", &["presentation"]), + ("algotrithm", &["algorithm"]), + ("descrie", &["describe"]), + ("neighbeorhoods", &["neighborhoods"]), + ("diposition", &["disposition"]), + ("handshakng", &["handshaking"]), + ("difficut", &["difficulty"]), + ("dymanics", &["dynamics"]), + ("unihabited", &["uninhabited"]), + ("specufy", &["specify"]), + ("predictave", &["predictive"]), + ("isplay", &["display"]), + ("moudule", &["module"]), + ("contrains", &["constrains", "constraints"]), + ("cigarrets", &["cigarets"]), + ("striaght", &["straight"]), + ("intervalos", &["intervals"]), + ("seelct", &["select"]), + ("multixsite", &["multisite"]), + ("moibles", &["mobiles"]), + ("monopols", &["monopolies"]), + ("lonlieness", &["loneliness"]), + ("fliters", &["filters"]), + ("probbably", &["probably"]), + ("wekaer", &["weaker"]), + ("follwwiwng", &["following"]), + ("concequences", &["consequences"]), + ("perfoemer", &["performer"]), + ("hypocritcal", &["hypocritical"]), + ("stivks", &["sticks"]), + ("jion", &["join"]), + ("empiers", &["empires"]), + ("cannbial", &["cannibal"]), + ("maintaince", &["maintained", "maintenance"]), + ("unanymous", &["unanimous"]), + ("comptition", &["competition"]), + ("descreptions", &["descriptions"]), + ("polynomal", &["polynomial"]), + ("temporrarily", &["temporarily"]), + ("arlready", &["already"]), + ("seriel", &["serial"]), + ("sympethize", &["sympathize"]), + ("custoemrs", &["customers"]), + ("configury", &["configurable"]), + ("differiator", &["differentiator"]), + ("docrtines", &["doctrines"]), + ("cavlary", &["cavalry"]), + ("irritacion", &["irritation"]), + ("versfion", &["version"]), + ("girafffe", &["giraffe"]), + ("piches", &["pinches", "pitches"]), + ("sufocate", &["suffocate"]), + ("specifiyng", &["specifying"]), + ("sociopatic", &["sociopathic"]), + ("enouugh", &["enough"]), + ("qurter", &["quarter"]), + ("simulatenously", &["simultaneously"]), + ("sructures", &["structures"]), + ("featchures", &["features"]), + ("regiones", &["regions"]), + ("sketckes", &["skates", "sketches"]), + ("hamphsire", &["hampshire"]), + ("deliverate", &["deliberate"]), + ("compagny", &["company"]), + ("nechanism", &["mechanism"]), + ("adolence", &["adolescent"]), + ("negotatiations", &["negotiations"]), + ("uniqe", &["unique"]), + ("decroative", &["decorative"]), + ("instalement", &["installment"]), + ("prusues", &["pursues"]), + ("lieutentant", &["lieutenant"]), + ("sesitively", &["sensitively"]), + ("possibbe", &["possible"]), + ("scholorships", &["scholarships"]), + ("fantistically", &["fantastically"]), + ("sellection", &["selection"]), + ("frivilous", &["frivolous"]), + ("improovment", &["improvement"]), + ("compostion", &["composition"]), + ("skatebaords", &["skateboard"]), + ("beleaver", &["believer"]), + ("comparisin", &["comparison"]), + ("coordiniate", &["coordinate"]), + ("flavord", &["flavored"]), + ("veritgo", &["vertigo"]), + ("sovle", &["solve"]), + ("lient", &["client", "clients"]), + ("diamters", &["diameters"]), + ("quessants", &["croissants"]), + ("polititian", &["politician"]), + ("physiscian", &["physician"]), + ("innovaties", &["innovate"]), + ("balanceado", &["balanced"]), + ("plently", &["plenty"]), + ("recpetive", &["receptive"]), + ("disabilitiles", &["disabilities"]), + ("propertyst", &["properties"]), + ("captialism", &["capitalism"]), + ("cubburds", &["cupboards"]), + ("idenfitify", &["identify"]), + ("homogeneus", &["homogeneous"]), + ("undeniablely", &["undeniably"]), + ("misunderstandimg", &["misunderstandings"]), + ("symble", &["symbol"]), + ("absrobed", &["absorbed"]), + ("vieport", &["viewport"]), + ("buttrey", &["buttery"]), + ("graidents", &["gradients"]), + ("catchs", &["catches"]), + ("goldifsh", &["goldfish"]), + ("leagcy", &["legacy"]), + ("cahgned", &["changed"]), + ("sympathien", &["sympathize"]), + ("instramental", &["instrumental"]), + ("indentatin", &["indentation"]), + ("etamology", &["etymology"]), + ("utillities", &["utilities"]), + ("dalled", &["called", "dolled", "dallied"]), + ("denomonator", &["denominator"]), + ("dissarray", &["disarray"]), + ("threated", &["threaded", "threatened", "treated"]), + ("patriarical", &["patriarchal"]), + ("creepig", &["creeping"]), + ("detet", &["detect", "delete"]), + ("trianers", &["trainers"]), + ("attriubute", &["attribute"]), + ("sacrificng", &["sacrificing"]), + ("dueration", &["duration"]), + ("contintent", &["contingent"]), + ("avilability", &["availability"]), + ("historicly", &["historical"]), + ("coalacece", &["coalesce", "coalescence"]), + ("movei", &["movie"]), + ("sasauges", &["sausages"]), + ("simultaniously", &["simultaneously"]), + ("cusine", &["cuisine"]), + ("relaoding", &["reloading"]), + ("constains", &["constrains", "contains"]), + ("appologize", &["apologize"]), + ("synphony", &["symphony"]), + ("anythin", &["anything"]), + ("cpmpression", &["compression"]), + ("prefection", &["perfection"]), + ("nervanic", &["nirvanic"]), + ("fantacising", &["fantasising"]), + ("participati", &["participant"]), + ("heronie", &["heroine"]), + ("oversubscibe", &["oversubscribe"]), + ("stuents", &["students"]), + ("percieve", &["perceive"]), + ("perenially", &["perennially"]), + ("spesifications", &["specifications"]), + ("folwoiwng", &["following"]), + ("execustion", &["execution"]), + ("devotin", &["devotion"]), + ("decied", &["decide", "decided"]), + ("undefiend", &["undefined"]), + ("gunniess", &["guinness"]), + ("interseting", &["interesting"]), + ("uncognized", &["unrecognized"]), + ("napolean", &["napoleon"]), + ("wrokflow", &["workflow"]), + ("experimdntations", &["experimentations"]), + ("garantied", &["guaranteed"]), + ("undermimes", &["undermines"]), + ("mysteriousy", &["mysteriously"]), + ("volatiltiy", &["volatility"]), + ("deplorabel", &["deplorable"]), + ("demonstratin", &["demonstration"]), + ("cooridnated", &["coordinated"]), + ("nostalgisch", &["nostalgic"]), + ("manyal", &["manual"]), + ("govoner", &["governor"]), + ("gneral", &["general"]), + ("tablesppon", &["tablespoon"]), + ("positionining", &["positioning"]), + ("fethces", &["fetches"]), + ("alhapets", &["alphabets"]), + ("sociopathes", &["sociopaths"]), + ("resetable", &["resettable"]), + ("phenomonen", &["phenomenon"]), + ("windosr", &["windsor"]), + ("intermittment", &["intermittent"]), + ("magainzes", &["magazines"]), + ("funtionallity", &["functionality"]), + ("upagrade", &["upgrade"]), + ("missng", &["missing"]), + ("explecitely", &["explicitly"]), + ("reouted", &["routed", "rerouted"]), + ("sensetionalism", &["sensationalism"]), + ("hvaing", &["having"]), + ("staps", &["steps", "stops"]), + ("twiligt", &["twilight"]), + ("sotrage", &["storage", "shortage"]), + ("exuberent", &["exuberant"]), + ("afetr", &["after"]), + ("neighbourhoor", &["neighbour"]), + ("hsould", &["should"]), + ("experimdnter", &["experimenter"]), + ("fouind", &["found"]), + ("adjectivs", &["adjectives"]), + ("lingiere", &["lingerie"]), + ("porftolio", &["portfolio"]), + ("alignmenets", &["alignments"]), + ("inifnite", &["infinite"]), + ("argumentatie", &["argumentative"]), + ("reimplementaion", &["reimplementation"]), + ("overklocked", &["overclocked"]), + ("acnowledge", &["acknowledge"]), + ("collest", &["collects"]), + ("cofrimation", &["confirmation"]), + ("renegogtiable", &["renegotiable"]), + ("comparements", &["compartments"]), + ("methjod", &["method"]), + ("assistents", &["assistants"]), + ("aneroxia", &["anorexia"]), + ("stlakers", &["stalkers"]), + ("expermenet", &["experiment"]), + ("demostrates", &["demonstrates"]), + ("traker", &["tracker"]), + ("aer", &["are"]), + ("pronuntiation", &["pronunciation"]), + ("tsunmai", &["tsunami"]), + ("pronounds", &["pronouns"]), + ("infalability", &["infallibility"]), + ("perforam", &["perform"]), + ("cyphersuite", &["ciphersuite"]), + ("opitionally", &["optionally"]), + ("confuigration", &["configuration"]), + ("supproters", &["supporters"]), + ("predominantely", &["predominantly"]), + ("folliwing", &["following"]), + ("spacific", &["specific"]), + ("appicable", &["applicable"]), + ("tidibt", &["tidbit"]), + ("sparlking", &["sparkling"]), + ("descriptot", &["descriptor"]), + ("interesection", &["intersection"]), + ("continiously", &["continuously"]), + ("solutiin", &["solution"]), + ("successfull", &["successful"]), + ("pretendend", &["pretended"]), + ("euqivalent", &["equivalent"]), + ("acive", &["active"]), + ("excplict", &["explicit"]), + ("imrpoves", &["improves"]), + ("interepolating", &["interpolating"]), + ("alhpabetic", &["alphabetic"]), + ("interviewr", &["interviewer"]), + ("reqisters", &["registers"]), + ("plagarism", &["plagiarism"]), + ("satement", &["statement"]), + ("medhod", &["method"]), + ("professionnals", &["professionals"]), + ("textture", &["texture"]), + ("throughiut", &["throughput"]), + ("cruzer", &["cruiser"]), + ("priorit", &["priority"]), + ("vicotrian", &["victorian"]), + ("affixiation", &["affiliation"]), + ("centipeddle", &["centipede"]), + ("mountpiont", &["mountpoint"]), + ("unsufficient", &["insufficient"]), + ("accoustic", &["acoustic"]), + ("deivatives", &["derivatives"]), + ("experimenater", &["experimenter"]), + ("consective", &["consecutive"]), + ("michina", &["michigan"]), + ("possobily", &["possibly"]), + ("uncompresed", &["uncompressed"]), + ("happenned", &["happened"]), + ("descized", &["disguised"]), + ("tnan", &["than"]), + ("assumuptions", &["assumptions"]), + ("releasse", &["release"]), + ("grativate", &["gravitate"]), + ("misunderdtanding", &["misunderstandings"]), + ("memebers", &["members"]), + ("coalace", &["coalesce"]), + ("repeition", &["repetition"]), + ("playthorughs", &["playthroughs"]), + ("califonria", &["californian"]), + ("dcokerd", &["dockerd", "docked", "docker"]), + ("resourse", &["resources", "recourse", "resource"]), + ("carribbean", &["caribbean"]), + ("traditition", &["tradition"]), + ("predecated", &["predicated"]), + ("favritt", &["favorite"]), + ("preshus", &["precious"]), + ("girafes", &["giraffes"]), + ("anonymos", &["anonymous"]), + ("interchangeablity", &["interchangeably"]), + ("informfation", &["information"]), + ("japaneese", &["japanese"]), + ("distributon", &["distribution"]), + ("appaluse", &["applause"]), + ("benj", &["binge"]), + ("coputer", &["computer"]), + ("retaliaton", &["retaliation"]), + ("counciler", &["councilor"]), + ("easliy", &["easily"]), + ("protfolio", &["portfolio"]), + ("meantioned", &["mentioned"]), + ("deploiments", &["deployments"]), + ("inestart", &["linestart"]), + ("opinon", &["opinion"]), + ("vbsrcript", &["vbscript"]), + ("conotrolled", &["controlled"]), + ("destance", &["distance"]), + ("conservacion", &["conservation"]), + ("dimenionality", &["dimensionality"]), + ("explorating", &["exploration"]), + ("interveiws", &["interviews"]), + ("consequtive", &["consecutive"]), + ("betweek", &["between"]), + ("internatioanlists", &["internationalists"]), + ("relead", &["reload"]), + ("sympatheic", &["sympathetic"]), + ("presonas", &["personas"]), + ("scenerio", &["scenario"]), + ("devided", &["divided"]), + ("pshycology", &["psychology"]), + ("sudmobule", &["submodule"]), + ("dissmissed", &["dismissed"]), + ("socalist", &["socialist"]), + ("cilyndres", &["cylinders"]), + ("inexperianced", &["inexperienced"]), + ("propechies", &["prophecies"]), + ("competitivos", &["competitions"]), + ("falg", &["flag"]), + ("consdired", &["considered"]), + ("neighboorhods", &["neighborhoods"]), + ("contanti", &["contacting"]), + ("instructie", &["instructed"]), + ("progresss", &["progresses", "progress"]), + ("unsubscritpiton", &["unsubscription"]), + ("traking", &["tracking"]), + ("inddex", &["index"]), + ("caluclators", &["calculators"]), + ("silicoln", &["silicon"]), + ("coluns", &["columns"]), + ("shatow", &["château", "châteaux", "shadow"]), + ("esumption", &["resumption"]), + ("distrubutions", &["distributions"]), + ("constuct", &["construct"]), + ("ponits", &["points"]), + ("optimiation", &["optimization", "optimisation"]), + ("egostitical", &["egotistical"]), + ("insufficency", &["insufficiency"]), + ("prometheous", &["prometheus"]), + ("fornat", &["format"]), + ("challengs", &["challenges"]), + ("breefly", &["briefly"]), + ("eatswood", &["eastwood"]), + ("certificion", &["certification"]), + ("therapeutisch", &["therapeutic"]), + ("exlposion", &["explosion"]), + ("driveable", &["drivable"]), + ("overzelisly", &["overzealously"]), + ("conveince", &["convenience"]), + ("whle", &["while"]), + ("confursing", &["confusing"]), + ("termniated", &["terminated"]), + ("comformity", &["conformity"]), + ("paragrpahs", &["paragraphs"]), + ("exclamanation", &["exclamation"]), + ("serinomies", &["ceremonies"]), + ("intristically", &["intrinsically"]), + ("consumersim", &["consumerism"]), + ("fewg", &["few", "fugue"]), + ("frusteration", &["frustration"]), + ("anaysis", &["analysis"]), + ("exhuasted", &["exhausted"]), + ("causeing", &["causing"]), + ("credis", &["credits"]), + ("excplictly", &["explicitly"]), + ("indicatior", &["indicator"]), + ("fitlered", &["filtered"]), + ("moderm", &["modem", "modern"]), + ("migrateable", &["migratable"]), + ("eyesahdow", &["eyeshadow"]), + ("heveanly", &["heavenly"]), + ("reposonse", &["response"]), + ("dieabled", &["disabled"]), + ("egpytian", &["egyptian"]), + ("viewtransfromation", &["viewtransformation"]), + ("ultimative", &["ultimate"]), + ("intereaction", &["intersection"]), + ("precisily", &["precisely"]), + ("earler", &["earlier"]), + ("siganls", &["signals"]), + ("unnecesarily", &["unnecessarily"]), + ("legitamicy", &["legitimacy"]), + ("knigths", &["knights"]), + ("decsriptor", &["descriptor"]), + ("aggreate", &["aggregate"]), + ("lavendr", &["lavender"]), + ("sekects", &["selects"]), + ("applogies", &["apologies"]), + ("jorunal", &["journal"]), + ("ciricularize", &["circularize"]), + ("destroyr", &["destroyers"]), + ("condtitionals", &["conditionals"]), + ("phyiscally", &["physically"]), + ("shennaigans", &["shenanigans"]), + ("speperater", &["separator"]), + ("orchesta", &["orchestra"]), + ("olymipcs", &["olympics"]), + ("pepperonni", &["pepperoni"]), + ("inhabitats", &["inhabitants"]), + ("irreversable", &["irreversible"]), + ("soverein", &["sovereign"]), + ("embrios", &["embryos"]), + ("collison", &["collision", "collusion"]), + ("releifed", &["relieved"]), + ("apretiates", &["appreciates"]), + ("spezify", &["specify"]), + ("ignoreing", &["ignoring"]), + ("hijkacking", &["hijacking"]), + ("converastions", &["conservation"]), + ("matieral", &["material"]), + ("impropable", &["improbable"]), + ("providee", &["providence"]), + ("emapthy", &["empathy"]), + ("fascinacion", &["fascination"]), + ("inpouts", &["inputs"]), + ("chercking", &["checking"]), + ("enligthened", &["enlightened"]), + ("execututes", &["executes"]), + ("centrafuge", &["centrifuge"]), + ("manipulted", &["manipulated"]), + ("recipet", &["receipt"]), + ("througt", &["through"]), + ("scrtiped", &["scripted"]), + ("analzye", &["analyze"]), + ("sepetaror", &["separator"]), + ("syntaxically", &["syntactically"]), + ("nigthclub", &["nightclub"]), + ("anialates", &["annihilates"]), + ("assersions", &["assertions"]), + ("cheked", &["checked"]), + ("facilitiate", &["facilitate"]), + ("tranformations", &["transformations"]), + ("socketted", &["socketed"]), + ("peripheria", &["peripheral"]), + ("properies", &["properties"]), + ("absurditiy", &["absurdity"]), + ("nationallity", &["nationally"]), + ("cleints", &["clients"]), + ("manetain", &["maintain"]), + ("nomrally", &["normally"]), + ("evelation", &["elevation"]), + ("improtantly", &["importantly"]), + ("categogical", &["categorical"]), + ("revelaitons", &["revelations"]), + ("surpises", &["surprises"]), + ("tthe", &["the"]), + ("publised", &["published"]), + ("analzying", &["analyzing"]), + ("excesed", &["exceeded"]), + ("laboreres", &["laborers"]), + ("prdpagator", &["propagator"]), + ("copleted", &["completed"]), + ("unathorized", &["unauthorized"]), + ("experimentle", &["experimented"]), + ("availibity", &["availability"]), + ("poiter", &["pointer"]), + ("voluntered", &["volunteered"]), + ("friendsies", &["friendlies"]), + ("teachnig", &["teaching"]), + ("tourits", &["tourist"]), + ("insignifacnt", &["insignificant"]), + ("anorexiac", &["anorexic"]), + ("istead", &["instead"]), + ("staidums", &["stadiums"]), + ("transalte", &["translate"]), + ("neighberhhod", &["neighborhood"]), + ("cilent", &["client", "silent"]), + ("funtional", &["functional"]), + ("invocaition", &["invocation"]), + ("recalulated", &["recalculated"]), + ("declataions", &["declarations"]), + ("dereferencces", &["dereferences"]), + ("mechinical", &["mechanical"]), + ("replacemtn", &["replacements"]), + ("initating", &["imitating", "initiating"]), + ("packge", &["package"]), + ("integarte", &["integrate"]), + ("inisialises", &["initialises"]), + ("storeable", &["storable"]), + ("stirng", &["string"]), + ("swaskita", &["swastika"]), + ("espressso", &["espresso"]), + ("qualifiy", &["qualify"]), + ("exchagned", &["exchanged"]), + ("espect", &["expect"]), + ("inclinaison", &["inclination"]), + ("prouncements", &["pronouncements"]), + ("untranslateable", &["untranslatable"]), + ("misrepresentaiton", &["misrepresentation"]), + ("emprovement", &["improvement"]), + ("intiailiser", &["initialiser"]), + ("hinderance", &["hindrance"]), + ("aotomate", &["automate"]), + ("vulenrability", &["vulnerability"]), + ("environemnt", &["environment"]), + ("bigfooot", &["bigfoot"]), + ("jailbroaken", &["jailbroken"]), + ("debia", &["debian"]), + ("inseting", &["inserting"]), + ("emcompass", &["encompass"]), + ("unsued", &["unused"]), + ("specifiction", &["specification"]), + ("trailins", &["trailing"]), + ("cassaroles", &["casseroles"]), + ("eczecutive", &["executive"]), + ("expeceting", &["expecting"]), + ("demandas", &["demands"]), + ("sotred", &["sorted", "stored"]), + ("accommadating", &["accommodating"]), + ("subnegotaitions", &["subnegotiations"]), + ("coloringh", &["coloring"]), + ("southerers", &["southerners"]), + ("ccpcheck", &["cppcheck"]), + ("legionaires", &["legionnaires"]), + ("technitian", &["technician"]), + ("construtor", &["constructor"]), + ("sirects", &["directs"]), + ("aslias", &["alias"]), + ("assemalates", &["assimilates"]), + ("boold", &["bold", "bool"]), + ("venezeula", &["venezuela"]), + ("pancakers", &["pancakes"]), + ("achievments", &["achievements"]), + ("cannibalisim", &["cannibalism"]), + ("kernerls", &["kernels"]), + ("clonable", &["cloneable"]), + ("origiginally", &["originally"]), + ("charachters", &["characters"]), + ("interchangeble", &["interchangeable"]), + ("unrelatd", &["unrelated"]), + ("kackie", &["khaki"]), + ("perfurrd", &["preferred"]), + ("portabilty", &["portability"]), + ("bariier", &["barrier"]), + ("zealoths", &["zealots"]), + ("logorithms", &["logarithms"]), + ("expeirimentally", &["experimentally"]), + ("unrealistc", &["unrealistic"]), + ("treament", &["treatment"]), + ("britsol", &["bristol"]), + ("trasparency", &["transparency"]), + ("ocatve", &["octave"]), + ("optimizible", &["optimizable"]), + ("elments", &["elements"]), + ("upgradingn", &["upgrading"]), + ("scyhter", &["scyther"]), + ("claring", &["clearing"]), + ("sriraca", &["sriracha"]), + ("beggingin", &["beginning"]), + ("reqiuem", &["requiem"]), + ("civelesation", &["civilisation"]), + ("repaitnt", &["repaint"]), + ("vulnerabilitu", &["vulnerability"]), + ("cances", &["cancel"]), + ("exhaustivo", &["exhaustion"]), + ("interrputs", &["interrupts"]), + ("interafce", &["interface"]), + ("crutial", &["crucial"]), + ("autonegociation", &["autonegotiation"]), + ("efel", &["evil"]), + ("deduplation", &["deduplication"]), + ("distinquishing", &["distinguishing"]), + ("inlcuded", &["included"]), + ("libertarinaism", &["libertarianism"]), + ("memmicking", &["mimicking"]), + ("sepcifies", &["specifies"]), + ("plaftorm", &["platform"]), + ("compresss", &["compress"]), + ("environmets", &["environments"]), + ("reander", &["render"]), + ("analyseas", &["analyses"]), + ("combonations", &["combinations"]), + ("yourr", &["your"]), + ("liberas", &["liberals"]), + ("direcoty", &["directory"]), + ("jamaina", &["jamaican"]), + ("widder", &["wider"]), + ("maintiain", &["maintain"]), + ("cler", &["clear"]), + ("physciatric", &["psychiatric"]), + ("fermenterad", &["fermented"]), + ("componeent", &["component"]), + ("onwer", &["owner"]), + ("alhpabets", &["alphabets"]), + ("gernade", &["grenade"]), + ("apprciate", &["appreciate"]), + ("orpan", &["orphan"]), + ("metamage", &["metagame"]), + ("editon", &["edition"]), + ("motiveated", &["motivated"]), + ("authenicates", &["authenticates"]), + ("transperant", &["transparent"]), + ("responcibly", &["responsibly"]), + ("experimentella", &["experimental"]), + ("consistencency", &["consistency"]), + ("prohibitng", &["prohibiting"]), + ("definatedly", &["definitely"]), + ("precisie", &["precise"]), + ("developmetns", &["developments"]), + ("cedentials", &["credentials"]), + ("situtations", &["situations"]), + ("normalyzed", &["normalized"]), + ("dissmantled", &["dismantled"]), + ("autheniticators", &["authenticators"]), + ("aeriels", &["aerials"]), + ("compatibillity", &["compatibility"]), + ("ardvarks", &["aardvarks"]), + ("philippinnes", &["philippines"]), + ("uncoming", &["upcoming", "oncoming"]), + ("matchmakeing", &["matchmaking"]), + ("encription", &["encryption"]), + ("ammendments", &["amendments"]), + ("inexperiente", &["inexperience"]), + ("ungreatfull", &["ungrateful"]), + ("threatining", &["threatening"]), + ("enumurating", &["enumerating"]), + ("disposses", &["disposes", "dispossess"]), + ("negothiations", &["negotiations"]), + ("serialialises", &["serialises"]), + ("materiasl", &["materials", "material"]), + ("orgiginal", &["original"]), + ("reuplaodad", &["reupload", "reuploaded"]), + ("constrol", &["control"]), + ("fornesic", &["forensic"]), + ("upgarted", &["upgraded"]), + ("skimrish", &["skirmish"]), + ("compilr", &["compiler"]), + ("reaarange", &["rearrange"]), + ("tonihgt", &["tonight"]), + ("indivdualy", &["individually"]), + ("routiens", &["routines"]), + ("abount", &["about"]), + ("tranlsate", &["translate"]), + ("renetkon", &["renekton"]), + ("entery", &["entry"]), + ("conanical", &["canonical"]), + ("unsubscritptions", &["unsubscriptions"]), + ("silhouwetes", &["silhouettes"]), + ("dunegon", &["dungeon"]), + ("bunbler", &["bundler"]), + ("dupliacted", &["duplicated"]), + ("executation", &["execution"]), + ("abstacted", &["abstracted"]), + ("provintial", &["provincial"]), + ("incemental", &["incremental"]), + ("conncurrent", &["concurrent"]), + ("serimonies", &["ceremonies"]), + ("preorderd", &["preordered"]), + ("contriubte", &["contributes", "contribute"]), + ("consonents", &["consonants"]), + ("purpuse", &["purpose"]), + ("superioris", &["superiors"]), + ("banlance", &["balance"]), + ("geograhpical", &["geographical"]), + ("geenration", &["generation"]), + ("operatations", &["operations"]), + ("avatares", &["avatars"]), + ("mailling", &["mailing"]), + ("termporal", &["temporal"]), + ("exceptionaly", &["exceptionally"]), + ("specifiecations", &["specifications"]), + ("repsots", &["reposts"]), + ("contestais", &["contests"]), + ("soldily", &["solidly"]), + ("resluts", &["results"]), + ("coulumns", &["columns", "coulombs"]), + ("unballance", &["unbalance"]), + ("nnovisheate", &["novitiate"]), + ("champane", &["champagne"]), + ("exapmles", &["examples"]), + ("goalkeaper", &["goalkeeper"]), + ("cringeworty", &["cringeworthy"]), + ("avaiiable", &["available"]), + ("disappearnace", &["disappearance"]), + ("immortaliy", &["immortality"]), + ("microsot", &["microsoft"]), + ("transesxuals", &["transsexuals"]), + ("cecking", &["checking"]), + ("propogates", &["propagates"]), + ("assiged", &["assigned"]), + ("maniuplated", &["manipulated"]), + ("indentification", &["identification"]), + ("approxiamtions", &["approximations"]), + ("rsources", &["resources", "sources"]), + ("appearaing", &["appearing"]), + ("pscyhological", &["psychological"]), + ("pristen", &["pristine"]), + ("execitioner", &["executioner"]), + ("fabrikation", &["fabrication"]), + ("normalyly", &["normally"]), + ("dispbibute", &["distribute"]), + ("silabuses", &["syllabuses"]), + ("adjcence", &["adjacence"]), + ("phemonenon", &["phenomenon"]), + ("whethor", &["whether"]), + ("bastraction", &["abstraction"]), + ("rememberd", &["remembered"]), + ("retrevier", &["retriever"]), + ("subsequest", &["subsequent"]), + ("disgustes", &["disgusts"]), + ("teetotlers", &["teetotalers"]), + ("stripting", &["scripting", "stripping"]), + ("definie", &["definite"]), + ("uninteristing", &["uninteresting"]), + ("suportted", &["supported"]), + ("nevelop", &["envelop"]), + ("bounderies", &["boundaries"]), + ("vanadlism", &["vandalism"]), + ("improtation", &["importation"]), + ("chronciles", &["chronicles"]), + ("exchnged", &["exchanged"]), + ("askes", &["asks"]), + ("releagtion", &["relegation"]), + ("oppportunity", &["opportunity"]), + ("workaraounds", &["workarounds"]), + ("exernal", &["external"]), + ("emergenies", &["emergencies"]), + ("muhc", &["much"]), + ("indluge", &["indulge"]), + ("professin", &["professions"]), + ("maintinence", &["maintenance"]), + ("pluign", &["plugin"]), + ("sepecifiers", &["specifiers"]), + ("amiguous", &["ambiguous"]), + ("conatain", &["contain"]), + ("inbrasing", &["embracing"]), + ("californiaman", &["californian"]), + ("tranparently", &["transparently"]), + ("summonr", &["summoner"]), + ("transperancies", &["transparencies"]), + ("calculatter", &["calculator"]), + ("blacony", &["balcony"]), + ("spefcifications", &["specifications"]), + ("dargons", &["dragons"]), + ("resolverse", &["resolves"]), + ("unsignd", &["unsigned"]), + ("claculation", &["calculation"]), + ("similates", &["simulates"]), + ("paramete", &["parameter"]), + ("randomally", &["randomly"]), + ("unsubscibing", &["unsubscribing"]), + ("hagasses", &["haggises"]), + ("treatmet", &["treatments"]), + ("devicess", &["devices"]), + ("embaressed", &["embarrassed"]), + ("unecrypted", &["unencrypted"]), + ("prerequiste", &["prerequisite"]), + ("avaialbility", &["availability"]), + ("formend", &["formed"]), + ("subtruct", &["subtract"]), + ("multismapling", &["multisampling"]), + ("assassian", &["assassin"]), + ("desigining", &["designing"]), + ("realible", &["reliable"]), + ("illustartion", &["illustration"]), + ("michellle", &["michelle"]), + ("amphetmaines", &["amphetamines"]), + ("nihilim", &["nihilism"]), + ("bouqet", &["bouquet"]), + ("keeo", &["keep"]), + ("manufacturier", &["manufacturer"]), + ("magisine", &["magazine"]), + ("innacurate", &["inaccurate"]), + ("specualtive", &["speculative"]), + ("inveitably", &["inevitably"]), + ("viedo", &["video"]), + ("retargetted", &["retargeted"]), + ("analsying", &["analysing"]), + ("apporaches", &["approaches"]), + ("flexibile", &["flexible"]), + ("quiests", &["quests"]), + ("denumenator", &["denominator"]), + ("impoved", &["improved"]), + ("anonotate", &["annotate"]), + ("peson", &["person"]), + ("convincersi", &["convinces"]), + ("activelly", &["actively"]), + ("mathemeticians", &["mathematicians"]), + ("referr", &["refer"]), + ("prcedure", &["procedure"]), + ("unexepctedly", &["unexpectedly"]), + ("attiributes", &["attributes"]), + ("lotharingen", &["lothringen"]), + ("disconnet", &["disconnect"]), + ("proable", &["probable"]), + ("forlders", &["folders"]), + ("intialises", &["initialises"]), + ("sumamry", &["summary"]), + ("modifable", &["modifiable"]), + ("physial", &["physical"]), + ("funxtion", &["function"]), + ("litarals", &["literals"]), + ("pentuim", &["pentium"]), + ("limitiaions", &["limitations"]), + ("convesion", &["conversion"]), + ("deliviered", &["delivered"]), + ("disciplanary", &["disciplinary"]), + ("bundeled", &["bundled"]), + ("assebmly", &["assembly"]), + ("dissabled", &["disabled"]), + ("variabl", &["variable"]), + ("algorothmically", &["algorithmically"]), + ("restauration", &["restoration"]), + ("conecctors", &["connectors"]), + ("inconvenince", &["inconvenience"]), + ("miracalous", &["miraculous"]), + ("disciprine", &["discipline"]), + ("challeneger", &["challenger"]), + ("introduse", &["introduces", "introduce"]), + ("kommissioner", &["commissioner"]), + ("deifnately", &["definitely"]), + ("poreclain", &["porcelain"]), + ("protistants", &["protestants"]), + ("statemnet", &["statement"]), + ("penality", &["penalty"]), + ("excewptions", &["exceptions"]), + ("accomadate", &["accommodate"]), + ("varmits", &["varmints"]), + ("bastractness", &["abstractness"]), + ("negotiotes", &["negotiates"]), + ("tempororary", &["temporary"]), + ("qualifieres", &["qualifiers"]), + ("ususally", &["usually"]), + ("sould", &["could", "should", "sold"]), + ("bullest", &["bullets"]), + ("eczecutives", &["executives"]), + ("negotionate", &["negotiate"]), + ("memeberships", &["memberships"]), + ("asymmeric", &["asymmetric"]), + ("sympathtic", &["sympathetic"]), + ("expese", &["expense"]), + ("depdendent", &["dependent"]), + ("chmabers", &["chambers"]), + ("cartrige", &["cartridge"]), + ("detaults", &["defaults"]), + ("translattable", &["translatable"]), + ("contingancy", &["contingency"]), + ("dealershp", &["dealerships"]), + ("standarisation", &["standardisation"]), + ("bullevard", &["boulevard"]), + ("upgartes", &["upgrades"]), + ("accient", &["accident"]), + ("asymetricaly", &["asymmetrically"]), + ("increaing", &["increasing"]), + ("selfishess", &["selfishness"]), + ("invunlerable", &["invulnerable"]), + ("shilouette", &["silhouette"]), + ("constrcted", &["constructed", "constricted"]), + ("foto", &["photo"]), + ("posibilties", &["possibilities"]), + ("draculea", &["dracula"]), + ("thankfuly", &["thankfully"]), + ("interelaved", &["interleaved"]), + ("funcitoned", &["functioned"]), + ("insuffcient", &["insufficient"]), + ("descendenta", &["descendents"]), + ("generilises", &["generalises"]), + ("paravirutalise", &["paravirtualise"]), + ("tranpshobic", &["transphobic"]), + ("privilige", &["privilege"]), + ("extermly", &["extremely"]), + ("publisheed", &["published"]), + ("contiains", &["contains"]), + ("dynamicdns", &["dynamics"]), + ("clossed", &["closed"]), + ("objectificaiton", &["objectification"]), + ("dieases", &["diseases"]), + ("mateials", &["materials", "metals"]), + ("genitaliban", &["genitalia"]), + ("whcih", &["which"]), + ("definetyl", &["definitely"]), + ("overreides", &["overrides"]), + ("suspicisons", &["suspicions"]), + ("instnsiated", &["instantiated"]), + ("execuations", &["executions"]), + ("contencious", &["contentious"]), + ("soldgers", &["soldiers"]), + ("acceptibly", &["acceptably"]), + ("transsexuel", &["transsexual"]), + ("stragegy", &["strategy"]), + ("randayvous", &["rendezvous"]), + ("medifor", &["metaphor"]), + ("incompleete", &["incomplete"]), + ("activete", &["activate"]), + ("acceleratio", &["accelerator"]), + ("diangose", &["diagnose"]), + ("boardband", &["broadband"]), + ("volunteeer", &["volunteers"]), + ("backgroudns", &["backgrounds"]), + ("monsterous", &["monsters"]), + ("itnerprets", &["interprets"]), + ("covriate", &["covariate"]), + ("uplaoder", &["uploader"]), + ("apprently", &["apparently"]), + ("recpetionist", &["receptionist"]), + ("positition", &["position"]), + ("metropos", &["metropolis"]), + ("charicterization", &["characterization"]), + ("strawberies", &["strawberries"]), + ("whitre", &["white"]), + ("exlpoit", &["exploit"]), + ("reccursively", &["recursively"]), + ("tenacles", &["tentacles"]), + ("endevors", &["endeavors"]), + ("mosue", &["mosque", "mouse"]), + ("ciricles", &["circles"]), + ("muscician", &["musician"]), + ("arbirtarily", &["arbitrarily"]), + ("comperative", &["comparative"]), + ("transformis", &["transforms"]), + ("proovread", &["proofread"]), + ("dellocate", &["deallocate"]), + ("functrion", &["function"]), + ("catloaged", &["cataloged"]), + ("ejacualte", &["ejaculate"]), + ("ingores", &["ignores"]), + ("georiga", &["georgia"]), + ("racionalization", &["rationalization"]), + ("girlfrinds", &["girlfriends"]), + ("unbeliavably", &["unbelievably"]), + ("diresired", &["desired"]), + ("sectopned", &["sectioned"]), + ("additioanal", &["additional"]), + ("excelent", &["excellent"]), + ("follwowind", &["following"]), + ("somaila", &["somalia"]), + ("oiginally", &["originally"]), + ("psychotisch", &["psychotic"]), + ("inventry", &["inventory"]), + ("ovelap", &["overlap"]), + ("mechnanism", &["mechanism"]), + ("clikcbait", &["clickbait"]), + ("exhilerating", &["exhilarating"]), + ("compansations", &["compensations"]), + ("sublass", &["subclass"]), + ("longitute", &["longitude"]), + ("accumlating", &["accumulating"]), + ("blcoks", &["blocks"]), + ("iiterator", &["iterator"]), + ("unfoulded", &["unfolded"]), + ("welathier", &["wealthier"]), + ("triumpth", &["triumph"]), + ("stakeboarding", &["skateboarding"]), + ("experimenatations", &["experimentations"]), + ("renegotioble", &["renegotiable"]), + ("aboce", &["above", "abode"]), + ("claculators", &["calculators"]), + ("eclispe", &["eclipse"]), + ("ofisionado", &["aficionado"]), + ("demsond", &["desmond"]), + ("readyness", &["readiness"]), + ("improoves", &["improves"]), + ("prediccion", &["prediction"]), + ("toxicitity", &["toxicity"]), + ("expcting", &["expecting"]), + ("furmula", &["formula"]), + ("windwos", &["windows"]), + ("transparancies", &["transparencies"]), + ("wincheseter", &["winchester"]), + ("aggreived", &["aggrieved"]), + ("execptions", &["exceptions"]), + ("headquaters", &["headquarters"]), + ("texxt", &["text"]), + ("encouranged", &["encouraged"]), + ("dicovered", &["discovered"]), + ("keyworkd", &["keyword"]), + ("transparcenies", &["transparencies"]), + ("confliting", &["conflating"]), + ("secpter", &["scepter"]), + ("environmenets", &["environments"]), + ("withouht", &["without"]), + ("definitivno", &["definition"]), + ("organizate", &["organize"]), + ("mimimal", &["minimal"]), + ("defults", &["defaults"]), + ("orentation", &["orientation"]), + ("coinsiding", &["coinciding"]), + ("determinitic", &["deterministic"]), + ("progarmer", &["programmer"]), + ("stimulas", &["stimulants"]), + ("temeprature", &["temperature"]), + ("beliveble", &["believable"]), + ("coalascece", &["coalescence"]), + ("neighberhing", &["neighboring"]), + ("enviornemnt", &["environment"]), + ("resevation", &["reservation"]), + ("excectives", &["executives"]), + ("unecesary", &["unnecessary"]), + ("esseintially", &["essentially"]), + ("paperworks", &["paperwork"]), + ("archtiectures", &["architectures"]), + ("executre", &["execute"]), + ("slipperies", &["slippers"]), + ("legendaryes", &["legendaries"]), + ("decrytpion", &["decryption"]), + ("constanty", &["constantly"]), + ("occurded", &["occurred"]), + ("methodd", &["method"]), + ("decremeneted", &["decremented"]), + ("upgerade", &["upgrade"]), + ("chuncs", &["chunks"]), + ("aligment", &["alignment"]), + ("symphatizers", &["sympathizers"]), + ("notificaction", &["notification"]), + ("desriptor", &["descriptor"]), + ("experieces", &["experiences"]), + ("aircrafts", &["aircraft"]), + ("unspefixifed", &["unspecified"]), + ("programmeurs", &["programmer"]), + ("temporyrily", &["temporarily"]), + ("skeletaal", &["skeletal"]), + ("evaluatating", &["evaluating"]), + ("applyes", &["applies"]), + ("sautay", &["sauté"]), + ("folliwiong", &["following"]), + ("ansestors", &["ancestors"]), + ("acomodated", &["accommodated"]), + ("changge", &["change"]), + ("diffences", &["differences", "defences"]), + ("warnind", &["warning"]), + ("madsion", &["madison"]), + ("unconscioulsy", &["unconsciously"]), + ("resolvendo", &["resolved"]), + ("fincial", &["financial"]), + ("behavoirs", &["behaviors"]), + ("expaning", &["expanding"]), + ("plebicite", &["plebiscite"]), + ("evalutive", &["evaluative"]), + ("niot", &["not"]), + ("bouned", &["bounded"]), + ("transprently", &["transparently"]), + ("ecxites", &["excites"]), + ("unidrectional", &["unidirectional"]), + ("encompasess", &["encompasses"]), + ("sideral", &["sidereal"]), + ("lonley", &["lonely"]), + ("guantanameow", &["guantanamo"]), + ("industrialied", &["industrialized"]), + ("authenicator", &["authenticator"]), + ("necessaray", &["necessary"]), + ("sycronizing", &["synchronizing"]), + ("mcreggor", &["mcgregor"]), + ("directrories", &["directories"]), + ("retcieved", &["received", "retrieved"]), + ("amounds", &["amounts"]), + ("negotitators", &["negotiators"]), + ("ciriticality", &["criticality"]), + ("avriant", &["variant"]), + ("jscipt", &["jscript"]), + ("posatives", &["positives"]), + ("acii", &["ascii"]), + ("idetifies", &["identifies"]), + ("literatue", &["literate"]), + ("differenct", &["different"]), + ("extimators", &["estimators"]), + ("annonymous", &["anonymous"]), + ("repalying", &["replaying"]), + ("populatin", &["populations"]), + ("exceopt", &["exempt"]), + ("indefinate", &["indefinite"]), + ("pronoucned", &["pronounced"]), + ("throurh", &["through"]), + ("bobard", &["board", "bombard"]), + ("authorithies", &["authorities"]), + ("spirites", &["spirits"]), + ("projecte", &["projectile"]), + ("impluses", &["impulses"]), + ("optimaal", &["optimal"]), + ("atmoizer", &["atomizer"]), + ("distrubite", &["distribute"]), + ("unequality", &["inequality"]), + ("nutrientes", &["nutrients"]), + ("socail", &["social"]), + ("swtizerland", &["switzerland"]), + ("retireus", &["retires"]), + ("spcaing", &["spacing"]), + ("apartide", &["apartheid"]), + ("whiltelists", &["whitelists"]), + ("maestries", &["masteries"]), + ("asssit", &["assist"]), + ("ewhwer", &["where"]), + ("unconditionnaly", &["unconditionally"]), + ("sentenceing", &["sentencing"]), + ("avaible", &["available"]), + ("physioligy", &["physiology"]), + ("faillures", &["failures"]), + ("pakistain", &["pakistani"]), + ("indepedent", &["independent"]), + ("promptus", &["prompts"]), + ("intellegently", &["intelligently"]), + ("hypothisis", &["hypothesis"]), + ("silouhette", &["silhouette"]), + ("speficifications", &["specifications"]), + ("wresselers", &["wrestlers"]), + ("misrepresention", &["misrepresenting"]), + ("maragret", &["margaret"]), + ("gloiath", &["goliath"]), + ("camperos", &["campers"]), + ("expetimentel", &["experimental"]), + ("otherwose", &["otherwise"]), + ("platformie", &["platformer"]), + ("sequentail", &["sequential"]), + ("diagramm", &["diagram"]), + ("investiage", &["investigate"]), + ("neighboods", &["neighborhoods"]), + ("organisationens", &["organisations"]), + ("tortilllas", &["tortilla"]), + ("brouter", &["router"]), + ("offsetes", &["offsets"]), + ("misinterprent", &["misinterpret"]), + ("fedorans", &["fedoras"]), + ("despicible", &["despicable"]), + ("mircophone", &["microphone"]), + ("convertie", &["convertible"]), + ("allos", &["allows"]), + ("dermine", &["determine"]), + ("backgroun", &["background"]), + ("akkumulation", &["accumulation"]), + ("roaylties", &["royalties"]), + ("guarenteeing", &["guaranteeing"]), + ("wonderfuly", &["wonderfully"]), + ("secions", &["sections"]), + ("applicatio", &["application"]), + ("enumertaion", &["enumeration"]), + ("rectanges", &["rectangles"]), + ("beauracracy", &["bureaucracy"]), + ("avioded", &["avoided"]), + ("delivermode", &["deliverymode"]), + ("ebedded", &["embedded"]), + ("resturcture", &["restructure"]), + ("maniuplative", &["manipulative"]), + ("manufactureds", &["manufactures"]), + ("distributin", &["distribution"]), + ("nimations", &["animations"]), + ("shanging", &["changing", "shanking"]), + ("epsresso", &["espresso"]), + ("installus", &["installs"]), + ("expreses", &["express", "expresses"]), + ("critiically", &["critically"]), + ("acknowlegements", &["acknowledgements"]), + ("idendity", &["identity"]), + ("joystik", &["joystick"]), + ("procrastinatin", &["procrastination"]), + ("militians", &["militias"]), + ("grifeing", &["griefing"]), + ("neigbhour", &["neighbour"]), + ("tylenool", &["tylenol"]), + ("reccord", &["record"]), + ("preferend", &["preferred", "preference"]), + ("emnity", &["enmity"]), + ("traveral", &["traversal"]), + ("mutipath", &["multipath"]), + ("neumonics", &["mnemonics"]), + ("ankshiosly", &["anxiously"]), + ("agreemnet", &["agreement"]), + ("sistem", &["system"]), + ("locatoins", &["locations"]), + ("vertx", &["vertex"]), + ("propositon", &["proposition"]), + ("lifetsyles", &["lifestyles"]), + ("explioting", &["exploiting"]), + ("extimate", &["estimate"]), + ("marraige", &["marriage"]), + ("parametrs", &["parameters"]), + ("analzer", &["analyzer"]), + ("abritrarily", &["arbitrarily"]), + ("doscloses", &["discloses"]), + ("initialisaing", &["initialising"]), + ("corresond", &["correspond"]), + ("bullerproof", &["bulletproof"]), + ("reguiring", &["requiring"]), + ("submachne", &["submachine"]), + ("datatytpe", &["datatype"]), + ("doagonal", &["diagonal"]), + ("differemt", &["different"]), + ("exculsivity", &["exclusivity"]), + ("survivavility", &["survivability"]), + ("sempaphore", &["semaphore"]), + ("disscting", &["dissecting"]), + ("optimisitc", &["optimistic"]), + ("anedoctally", &["anecdotally"]), + ("misinterpretions", &["misinterpreting"]), + ("widhtpoint", &["widthpoint"]), + ("imorting", &["importing"]), + ("concrets", &["concerts", "concrete"]), + ("chaninging", &["changing"]), + ("subtructing", &["subtracting"]), + ("michagan", &["michigan"]), + ("commnands", &["commands"]), + ("diminsh", &["diminish"]), + ("gauntelts", &["gauntlets"]), + ("mosqueto", &["mosquitoes"]), + ("solfer", &["solver", "solder"]), + ("namspaces", &["namespaces"]), + ("divisons", &["divisions"]), + ("cahsiers", &["cashiers"]), + ("fatalaties", &["fatalities"]), + ("heretosexual", &["heterosexual"]), + ("atmopsheric", &["atmospheric"]), + ("foregroung", &["foreground"]), + ("achiving", &["achieving", "archiving"]), + ("alphabt", &["alphabet"]), + ("implemetations", &["implementations"]), + ("aprroximately", &["approximately"]), + ("reformattd", &["reformatted"]), + ("benificial", &["beneficial"]), + ("inapporpriate", &["inappropriate"]), + ("resopnse", &["response"]), + ("mythraic", &["mithraic"]), + ("cerrebral", &["cerebral"]), + ("supscription", &["subscription"]), + ("metropolois", &["metropolis"]), + ("hygienne", &["hygiene"]), + ("microwae", &["microwaves"]), + ("ghandi", &["gandhi"]), + ("pointeur", &["pointer"]), + ("unanswerd", &["unanswered"]), + ("usseful", &["useful"]), + ("succseeded", &["succeeded"]), + ("decend", &["descend"]), + ("commoditiy", &["commodity"]), + ("occation", &["occasion"]), + ("amaturs", &["amateurs"]), + ("iwll", &["will"]), + ("infrastrcuture", &["infrastructure"]), + ("steriel", &["sterile"]), + ("traslalating", &["translating"]), + ("thsose", &["those"]), + ("enhaces", &["enhances"]), + ("indifferant", &["indifferent"]), + ("comppiler", &["compiler"]), + ("specialication", &["specialization"]), + ("innecessarily", &["unnecessarily"]), + ("supprts", &["supports"]), + ("nurtient", &["nutrient"]), + ("serching", &["searching"]), + ("discusion", &["discussion"]), + ("devcies", &["devices"]), + ("curnilinear", &["curvilinear"]), + ("implament", &["implement"]), + ("hrlping", &["helping"]), + ("fassinate", &["fascinate"]), + ("suystems", &["systems"]), + ("mysapce", &["myspace"]), + ("promisculous", &["promiscuous"]), + ("angosticism", &["agnosticism"]), + ("persistes", &["persists"]), + ("comannds", &["commands"]), + ("mastrubated", &["masturbated"]), + ("swiching", &["switching"]), + ("traning", &["training"]), + ("desroyer", &["destroyer"]), + ("disambiguaiton", &["disambiguation"]), + ("hypvervisors", &["hypervisors"]), + ("usuing", &["using"]), + ("simplfy", &["simplify"]), + ("treatis", &["treaties"]), + ("ignorgable", &["ignorable"]), + ("skopped", &["shopped", "skipped", "slopped", "stopped"]), + ("intepretation", &["interpretation"]), + ("tanseint", &["transient"]), + ("messag", &["message"]), + ("draclua", &["dracula"]), + ( + "oaker", + &[ + "baker", "faker", "laker", "maker", "oaken", "oakier", "ocher", "taker", + ], + ), + ("ptherads", &["pthreads"]), + ("platimun", &["platinum"]), + ("collisson", &["collisions"]), + ("consistenty", &["consistently"]), + ("whenver", &["whenever"]), + ("constituient", &["constitute"]), + ("origiginals", &["originals"]), + ("offisionado", &["aficionado"]), + ("unsucesssfuly", &["unsuccessfully"]), + ("numebers", &["numbers"]), + ("adventrous", &["adventurous"]), + ("singelarly", &["singularly"]), + ("eatting", &["eating"]), + ("ancapsulates", &["encapsulates"]), + ("acccessor", &["accessor"]), + ("copyied", &["copied"]), + ("propagana", &["propaganda"]), + ("interespersed", &["interspersed"]), + ("prodeed", &["proceed"]), + ("itersection", &["intersection"]), + ("equalls", &["equals"]), + ("marginable", &["marginal"]), + ("langeuage", &["language"]), + ("covection", &["convection"]), + ("arbirarily", &["arbitrarily"]), + ("vulnerabiltiy", &["vulnerability"]), + ("supplimental", &["supplemental"]), + ("abosulutely", &["absolutely"]), + ("intruduced", &["introduced"]), + ("contaminacion", &["contamination"]), + ("immedietly", &["immediately"]), + ("southamton", &["southampton"]), + ("goveremnt", &["government"]), + ("bottonm", &["bottom"]), + ("incooperates", &["incorporates"]), + ("definitivly", &["definitively"]), + ("devirutalised", &["devirtualised"]), + ("prestigiose", &["prestigious"]), + ("dismantleing", &["dismantling"]), + ("incompatble", &["incompatible"]), + ("featch", &["fetch", "each"]), + ("availbvility", &["availability"]), + ("atatched", &["attached"]), + ("capcity", &["capacity"]), + ("browswable", &["browsable"]), + ("netwroked", &["networked"]), + ("rigtheous", &["righteous"]), + ("recored", &["recorded"]), + ("resotrations", &["restorations"]), + ("disrection", &["discretion"]), + ("progations", &["propagations"]), + ("confessin", &["confession"]), + ("substituions", &["substitutions"]), + ("verticallity", &["vertically"]), + ("aestheticlly", &["aesthetically"]), + ("existencial", &["existential"]), + ("celebirties", &["celebrities"]), + ("dumplicate", &["duplicate"]), + ("reschdule", &["reschedule"]), + ("techicians", &["technicians"]), + ("encocder", &["encoder"]), + ("delgator", &["delegator"]), + ("impusle", &["impulse"]), + ("projetction", &["projection"]), + ("hoilday", &["holiday"]), + ("sbsampling", &["subsampling"]), + ("trignametry", &["trigonometry"]), + ("abandonig", &["abandoning"]), + ("pennensulas", &["peninsulas"]), + ("flatterende", &["flattered"]), + ("buoancy", &["buoyancy"]), + ("contaiun", &["contain"]), + ("proportionallity", &["proportionally"]), + ("phasis", &["phases"]), + ("motoral", &["motorola"]), + ("legalizate", &["legalize"]), + ("volonteering", &["volunteering"]), + ("eighteeen", &["eighteen"]), + ("algorihmically", &["algorithmically"]), + ("owerflowing", &["overflowing"]), + ("preventivno", &["prevention"]), + ("dsiabled", &["disabled"]), + ("expresions", &["expression", "expressions"]), + ("compilability", &["compatibility"]), + ("sitautional", &["situational"]), + ("absail", &["abseil"]), + ("bloekes", &["blokes"]), + ("reivew", &["review"]), + ("innovaiton", &["innovations"]), + ("intialising", &["initialising"]), + ("survavibility", &["survivability"]), + ("insepctions", &["inspections"]), + ("evaulating", &["evaluating"]), + ("comination", &["combination"]), + ("cockateel", &["cockatiel"]), + ("helicotper", &["helicopters"]), + ("represants", &["represents"]), + ("altruisim", &["altruism"]), + ("execuatbles", &["executables"]), + ("annoucing", &["announcing"]), + ("worng", &["wrong", "worn"]), + ("mandatatory", &["mandatory"]), + ("temtation", &["temptation"]), + ("quantites", &["quantities"]), + ("exaggerrate", &["exaggerate"]), + ("knowledgabe", &["knowledgable"]), + ("finctional", &["functional", "fictional"]), + ("darma", &["dharma"]), + ("retransmition", &["retransmission"]), + ("vulberabilties", &["vulnerabilities"]), + ("cavrens", &["caverns"]), + ("instralls", &["installs"]), + ("negligiable", &["negligible"]), + ("vincinity", &["vicinity"]), + ("runned", &["ran", "run", "ruined"]), + ("playists", &["playlists"]), + ("alpanumeric", &["alphanumeric"]), + ("establishmnet", &["establishments"]), + ("alised", &["aliased"]), + ("arithmitic", &["arithmetic"]), + ("eactly", &["exactly"]), + ("shittoon", &["shitton"]), + ("featchuring", &["featuring"]), + ("visuaization", &["visualization"]), + ("oreder", &["order"]), + ("brocolee", &["broccoli"]), + ("allinace", &["alliance"]), + ("unintialised", &["uninitialised"]), + ("fundamently", &["fundamental"]), + ("contirbution", &["contribution"]), + ("proabably", &["probably"]), + ("outsoure", &["outsourced"]), + ("scarifices", &["sacrifices"]), + ("questoin", &["question"]), + ("precendent", &["precedent"]), + ("relfecting", &["reflecting"]), + ("conslutants", &["consultant"]), + ("caads", &["cards"]), + ("briuses", &["bruises"]), + ("quartery", &["quarterly"]), + ("filesytems", &["filesystem", "filesystems"]), + ("deactivete", &["deactivate"]), + ("optimiality", &["optimality"]), + ("overlfowed", &["overflowed"]), + ("syles", &["styles"]), + ("genarating", &["generating"]), + ("seqencing", &["sequencing"]), + ("instrctional", &["instructional"]), + ("handkerchif", &["handkerchief"]), + ("alo", &["also"]), + ("unitss", &["units"]), + ("usnupported", &["unsupported"]), + ("safepooint", &["safepoint"]), + ("conveience", &["convenience"]), + ("considderation", &["consideration"]), + ("unrealible", &["unreliable"]), + ("progressvie", &["progressives"]), + ("standardd", &["standard"]), + ("abritrary", &["arbitrary"]), + ("mutbale", &["mutable"]), + ("asigned", &["assigned"]), + ("inexpereinced", &["inexperienced"]), + ("stormfornt", &["stormfront"]), + ("interation", &["iteration", "interaction", "integration"]), + ("advertisors", &["advertisers"]), + ("deprivition", &["deprivation"]), + ("repace", &["replace"]), + ("garanty", &["guarantee"]), + ("overrriddden", &["overridden"]), + ("overcloaking", &["overclocking"]), + ("registy", &["registry"]), + ("curiosly", &["curiously"]), + ("unsucccessul", &["unsuccessful"]), + ("heirachy", &["hierarchy"]), + ("litlle", &["little"]), + ("icreasing", &["increasing"]), + ("summmarisation", &["summarisation"]), + ("dissatsified", &["dissatisfied"]), + ("animatonic", &["animatronic"]), + ("undfines", &["undefines"]), + ("dicussed", &["discussed"]), + ("striaghtens", &["straightens"]), + ("civelization", &["civilization"]), + ("medicinske", &["medicine"]), + ("reptuable", &["reputable"]), + ("intriduce", &["introduce"]), + ("invidual", &["individual"]), + ("evelope", &["envelope", "envelop"]), + ("conferene", &["conferences", "conference"]), + ("cjanged", &["changed"]), + ("freqquency", &["frequency"]), + ("knowledgabel", &["knowledgable"]), + ("guarnanted", &["guaranteed"]), + ("captians", &["captains"]), + ("beffer", &["buffer"]), + ("recretion", &["recreation"]), + ("eraticly", &["erratically"]), + ("disciminator", &["discriminator"]), + ("recommendeds", &["recommends"]), + ("competenze", &["competence"]), + ("zookeenees", &["zucchinis"]), + ("omage", &["homage"]), + ("cryptograpic", &["cryptographic"]), + ("seriosuly", &["seriously"]), + ("bracnhed", &["branched"]), + ("inbility", &["inability"]), + ("progarm", &["program"]), + ("davantage", &["advantage"]), + ("lightweigh", &["lightweight"]), + ("peronal", &["personal"]), + ("peassignment", &["reassignment"]), + ("correcteness", &["correctness"]), + ("lanucher", &["launcher"]), + ("inifinte", &["infinite"]), + ("uplaodes", &["uploads"]), + ("preveiwer", &["previewer"]), + ("indistructible", &["indestructible"]), + ("incluing", &["including"]), + ("excecutable", &["executable"]), + ("follwoeed", &["followed"]), + ("acknowlegment", &["acknowledgment"]), + ("spicify", &["specify"]), + ("souvenier", &["souvenir"]), + ("acquantaince", &["acquaintance"]), + ("outisder", &["outsider"]), + ("navagation", &["navigation"]), + ("btween", &["between"]), + ("audbile", &["audible"]), + ("licesing", &["licensing"]), + ("apolagized", &["apologized"]), + ("neighborhouds", &["neighborhoods"]), + ("uncomftorable", &["uncomfortable"]), + ("algothitmically", &["algorithmically"]), + ("staitions", &["stations"]), + ("threshods", &["thresholds"]), + ("nutirent", &["nutrient"]), + ("ariplane", &["airplane"]), + ("dissipointed", &["disappointed"]), + ("excahnge", &["exchange"]), + ("simpy", &["simply"]), + ("expropiates", &["expropriates"]), + ("excersizes", &["exercises"]), + ("humouros", &["humorous"]), + ("blegium", &["belgium"]), + ("ambadexterously", &["ambidextrously"]), + ("contradically", &["contradictory"]), + ("rranslation", &["translation"]), + ("instralled", &["installed"]), + ("aestheticaly", &["aesthetically"]), + ("conspiriator", &["conspirator"]), + ("interect", &["interacted", "interact", "intersect"]), + ("ancapsulate", &["encapsulate"]), + ("diffuculties", &["difficulties"]), + ("srtifact", &["artifact"]), + ("forigener", &["foreigner"]), + ("advsied", &["advised"]), + ("comaptibele", &["compatible"]), + ("geomerty", &["geometry"]), + ("abour", &["about"]), + ("trasmission", &["transmission"]), + ("desine", &["design"]), + ("insensetive", &["insensitive"]), + ("worksapce", &["workspace"]), + ("derfined", &["defined"]), + ("authenfie", &["authenticate"]), + ("sincerly", &["sincerely"]), + ("containter", &["container"]), + ("locaing", &["locating"]), + ("unexpeectedly", &["unexpectedly"]), + ("wya", &["way"]), + ("ncessary", &["necessary"]), + ("excect", &["except", "expect"]), + ("diferentiated", &["differentiated"]), + ("suscript", &["subscript"]), + ("activisiom", &["activism"]), + ("reverved", &["reserved"]), + ("multipul", &["multiple"]), + ("secondaray", &["secondary"]), + ("signles", &["singles", "signals"]), + ("consciouness", &["consciousness"]), + ("analsyers", &["analysers"]), + ("anecdatally", &["anecdotally"]), + ("devirutalized", &["devirtualized"]), + ("dermining", &["determining"]), + ("anotating", &["annotating"]), + ("identitier", &["identifier"]), + ("dependece", &["dependence"]), + ("respnse", &["response"]), + ("yot", &["yacht"]), + ("finailse", &["finalise"]), + ("firends", &["friends"]), + ("deduplated", &["deduplicated"]), + ("involantary", &["involuntary"]), + ("implosed", &["implode"]), + ("arizonia", &["arizona"]), + ("historicaly", &["historically"]), + ("pysical", &["physical"]), + ("couters", &["counters", "routers", "scouters"]), + ("mulitplication", &["multiplication"]), + ("adviced", &["advised"]), + ("inferface", &["interface"]), + ("affirmitave", &["affirmative"]), + ("processesor", &["processors"]), + ("gratuidous", &["gratuitous"]), + ("algorythmic", &["algorithmic"]), + ("submti", &["submit"]), + ("betweed", &["between"]), + ("libralie", &["library"]), + ("isntrumental", &["instrumental"]), + ("setitng", &["setting"]), + ("squirrelus", &["squirrels"]), + ("streigt", &["straight", "strait"]), + ("puesdo", &["pseudo"]), + ("attraktion", &["attraction"]), + ("marineros", &["mariners"]), + ("compeletely", &["completely"]), + ("floridia", &["florida"]), + ("handshking", &["handshaking"]), + ("meaninful", &["meaningful"]), + ("intiailizing", &["initializing"]), + ("omishiences", &["omnisciences"]), + ("captialists", &["capitalists"]), + ("apostrafy", &["apostrophe"]), + ("assiociation", &["association"]), + ("securrly", &["securely"]), + ("requierments", &["requirements"]), + ("vehemantly", &["vehemently"]), + ("specifactions", &["specifications"]), + ("afganhistan", &["afghanistan"]), + ("disruptivo", &["disruption"]), + ("undesitable", &["undesirable"]), + ("unprobably", &["improbably"]), + ("resoruce", &["resource"]), + ("intravert", &["introvert"]), + ("sheat", &["sheath", "sheet", "cheat"]), + ("subclassess", &["subclasses"]), + ("amargeddon", &["armageddon"]), + ("claravoyantes", &["clairvoyants"]), + ("shetlers", &["shelters"]), + ("justificativo", &["justification"]), + ("convexe", &["convex", "convexes"]), + ("musils", &["muscles", "mussels"]), + ("liberalizm", &["liberalism"]), + ("returnig", &["returning"]), + ("descritptors", &["descriptors"]), + ("prfer", &["prefer"]), + ("empathie", &["empathize"]), + ("euphroia", &["euphoria"]), + ("assummes", &["assumes"]), + ("intstructor", &["instructor"]), + ("ccordinats", &["coordinates"]), + ("garfiled", &["garfield"]), + ("backgrouns", &["backgrounds"]), + ("progesses", &["progresses"]), + ("essesital", &["essential"]), + ("synchrnonization", &["synchronization"]), + ("knowldege", &["knowledge"]), + ("prividing", &["providing"]), + ("denomitators", &["denominators"]), + ("exerciesing", &["exercising"]), + ("newletter", &["newsletter"]), + ("teaspooon", &["teaspoon"]), + ("postmage", &["postimage"]), + ("alcoholsim", &["alcoholism"]), + ("forresst", &["forrest"]), + ("initialsed", &["initialised"]), + ("begginng", &["begging"]), + ("experimanentally", &["experimentally"]), + ("encrypte", &["encrypted", "encrypt"]), + ("classifers", &["classifiers"]), + ("conjuncion", &["conjunction"]), + ("asumtotic", &["asymptotic"]), + ("seing", &["seeing"]), + ("instrcutinos", &["instructions"]), + ("ourselfes", &["ourselves"]), + ("transtive", &["transitive"]), + ("challegner", &["challenger"]), + ("mariyln", &["marilyn"]), + ("medai", &["media"]), + ("granchildren", &["grandchildren"]), + ("alsmost", &["almost"]), + ("attrubte", &["attribute"]), + ("konfirmation", &["confirmation"]), + ("embeded", &["embedded"]), + ("separartor", &["separator"]), + ("progressivley", &["progressively"]), + ("applciations", &["applications"]), + ("recommdend", &["recommend"]), + ("suspicioulsy", &["suspiciously"]), + ("usege", &["usage"]), + ("constrollers", &["controllers"]), + ("regulaion", &["regulation"]), + ("adminstration", &["administration"]), + ("depretiate", &["depreciate", "deprecate"]), + ("satric", &["satiric"]), + ("consitution", &["constitution"]), + ("repreesnted", &["represented"]), + ("understaning", &["understanding"]), + ("formattgin", &["formatting"]), + ("herclues", &["hercules"]), + ("undertandable", &["understandable"]), + ("authenaticator", &["authenticator"]), + ("unassings", &["unassigns"]), + ("versiom", &["version"]), + ("misisonaries", &["missionaries"]), + ("contridicted", &["contradicted"]), + ("adventuros", &["adventurous"]), + ("everithing", &["everything"]), + ("conrtib", &["contrib"]), + ("psychaitrists", &["psychiatrists"]), + ("toiletts", &["toilets"]), + ("absoprtion", &["absorption"]), + ("oscillater", &["oscillator"]), + ("occcur", &["occur"]), + ("artuments", &["arguments"]), + ("restricitons", &["restrictions"]), + ("psychiatrisch", &["psychiatric"]), + ("pandoria", &["pandora"]), + ("opinons", &["opinions"]), + ("panicing", &["panicking"]), + ("misdameanor", &["misdemeanor"]), + ("travered", &["traversed"]), + ("statitic", &["statistic"]), + ("atuhenticators", &["authenticators"]), + ("inappropraite", &["inappropriate"]), + ("investigatons", &["investigations"]), + ("suprise", &["surprise"]), + ("nationalizm", &["nationalism"]), + ("isses", &["issues"]), + ("anytthing", &["anything"]), + ("handlebards", &["handlebars"]), + ("omnipotant", &["omnipotent"]), + ("repentable", &["repeatable"]), + ("balconny", &["balcony"]), + ("illuminite", &["illuminati"]), + ("dircet", &["direct"]), + ("guarrenty", &["guaranty"]), + ("ileagle", &["illegal"]), + ("extensibilty", &["extensibility"]), + ("currancies", &["currencies"]), + ("deamonizes", &["daemonizes"]), + ("inspectons", &["inspections"]), + ("namespsce", &["namespace"]), + ("perfermence", &["performance"]), + ("bounndaries", &["boundaries"]), + ("sionist", &["zionist"]), + ("stadius", &["stadiums"]), + ("gettetx", &["gettext"]), + ("betweeness", &["betweenness"]), + ("inaproppriately", &["inappropriately"]), + ("excetutions", &["executions"]), + ("definltey", &["definitely"]), + ("threhold", &["threshold"]), + ("benchmkared", &["benchmarked"]), + ("prepondance", &["preponderance"]), + ("auxliliary", &["auxiliary"]), + ("trasposed", &["transposed"]), + ("chekout", &["checkout"]), + ("therefo", &["thereof"]), + ("particulaly", &["particularly"]), + ("accquiring", &["acquiring"]), + ("decelaration", &["deceleration", "declaration"]), + ("incoprorated", &["incorporated"]), + ("inbracer", &["embracer"]), + ("primordal", &["primordial"]), + ("patroitic", &["patriotic"]), + ("phenomenol", &["phenomenal"]), + ("attibute", &["attribute"]), + ("transparntly", &["transparently"]), + ("pumkpins", &["pumpkins"]), + ("exclusvies", &["exclusives"]), + ("millenial", &["millennial"]), + ("asendance", &["ascendance"]), + ("arbitrarity", &["arbitrarily"]), + ("systme", &["system"]), + ("misognyists", &["misogynist"]), + ("trustwortyness", &["trustworthiness"]), + ("dipthong", &["diphthong"]), + ("advane", &["advance"]), + ("corperations", &["corporations"]), + ("socialistisk", &["socialists"]), + ("disclipines", &["disciplines"]), + ("strategiclly", &["strategically"]), + ("develpment", &["development"]), + ("infinitey", &["infinity"]), + ("prosicutor", &["prosecutor"]), + ("desigern", &["designer"]), + ("kryptolite", &["kryptonite"]), + ("algotihmically", &["algorithmically"]), + ("imperealist", &["imperialist"]), + ("abble", &["able"]), + ("compiliance", &["compliance"]), + ("alnterating", &["alternating"]), + ("impplementating", &["implementing"]), + ("abstact", &["abstract"]), + ("principl", &["principals"]), + ("espescially", &["especially"]), + ("intiminated", &["intimidated"]), + ("extrem", &["extremum", "extreme"]), + ("steadliy", &["steadily"]), + ("comminucate", &["communicate"]), + ("fauilure", &["failure"]), + ("bersekr", &["berserk"]), + ("membersip", &["membership"]), + ("sacrifies", &["sacrifices"]), + ("turorials", &["tutorials"]), + ("exclusiv", &["exclusive"]), + ("construtced", &["constructed"]), + ("shepre", &["sphere"]), + ("unambigously", &["unambiguously"]), + ("debuggger", &["debugger"]), + ("momoments", &["moments"]), + ("follwers", &["followers"]), + ("gundamentalists", &["fundamentalists"]), + ("propatagion", &["propagation"]), + ("proyected", &["projected", "protected"]), + ("trafficing", &["trafficking"]), + ("whench", &["whence"]), + ("cooresponds", &["corresponds"]), + ("dramtic", &["dramatic"]), + ("notidy", &["notify"]), + ("interactiv", &["interactive"]), + ("inrerface", &["interface"]), + ("threatend", &["threatened"]), + ("circulary", &["circular"]), + ("transgenderd", &["transgendered"]), + ("illegimacy", &["illegitimacy"]), + ("cteater", &["creator"]), + ("requesr", &["request"]), + ("potencially", &["potentially"]), + ("donn", &["done", "don"]), + ("expressiong", &["expressing", "expression"]), + ("moteef", &["motif"]), + ("heathy", &["healthy"]), + ("conflcit", &["conflict"]), + ("firggin", &["friggin"]), + ("succede", &["succeed"]), + ("unmodfied", &["unmodified"]), + ("torrest", &["torrents"]), + ("envrirons", &["environs"]), + ("exclsuive", &["exclusive"]), + ("barrer", &["barred", "barrel", "barren", "barrier"]), + ("distribuite", &["distribute"]), + ("critisiced", &["criticized"]), + ("characterisitcs", &["characteristics"]), + ("hopefullu", &["hopefully"]), + ("stabliize", &["stabilize"]), + ("beyone", &["beyond"]), + ("highight", &["highlight"]), + ("verfifying", &["verifying"]), + ("progagates", &["propagates"]), + ("wolffram", &["wolfram"]), + ("abundace", &["abundance"]), + ("funxtionalities", &["functionalities"]), + ("emptyy", &["empty"]), + ("negotioated", &["negotiated"]), + ("tryes", &["tries"]), + ("creadentials", &["credentials"]), + ("clearification", &["clarification"]), + ("upgraddes", &["upgrades"]), + ("detructed", &["destructed"]), + ("describs", &["describe", "describes"]), + ("miscellanious", &["miscellaneous"]), + ("cannonicalize", &["canonicalize"]), + ("emissed", &["amassed", "amiss"]), + ("mormalizes", &["normalizes"]), + ("feeded", &["fed"]), + ("successfulyl", &["successfully"]), + ("klicked", &["clicked"]), + ("cloesd", &["closed"]), + ("contiuously", &["continuously"]), + ("techiques", &["techniques"]), + ("immenint", &["imminent"]), + ("ministerios", &["ministers"]), + ("boycottting", &["boycotting"]), + ("astrixs", &["asterisks"]), + ("gammeode", &["gamemode"]), + ("compramised", &["compromised"]), + ("sprinklered", &["sprinkled"]), + ("documentating", &["documentation"]), + ("mississipis", &["mississippi"]), + ("extention", &["extension"]), + ("carraige", &["carriage"]), + ("capitalisim", &["capitalism"]), + ("miltiple", &["multiple"]), + ("drescription", &["description"]), + ("willk", &["will"]), + ("shotcuts", &["shortcuts"]), + ("squarey", &["squarely"]), + ("ultimatly", &["ultimately"]), + ("replacemet", &["replacements"]), + ("addiitons", &["additions"]), + ("refrerence", &["reference"]), + ("refromation", &["reformation"]), + ("predictible", &["predictable"]), + ("propperly", &["properly"]), + ("spansih", &["spanish"]), + ("circumstantual", &["circumstantial"]), + ("recconection", &["reconnection"]), + ("foreced", &["forced"]), + ("incoherancy", &["incoherency"]), + ("fasodds", &["facades"]), + ("chceked", &["checked"]), + ("follfowers", &["followers"]), + ("veitnam", &["vietnam"]), + ("punishmet", &["punishments"]), + ("overwise", &["otherwise"]), + ("victum", &["victim"]), + ("aproximation", &["approximation"]), + ("clitorius", &["clitoris"]), + ("reassocation", &["reassociation"]), + ("exeed", &["exceed"]), + ("productin", &["productions"]), + ("cirucmference", &["circumference"]), + ("rewirtten", &["rewritten"]), + ("descendend", &["descended", "descendent"]), + ("significanly", &["significantly"]), + ("enegery", &["energy"]), + ("disresepct", &["disrespect"]), + ("competiveness", &["competitiveness"]), + ("constructo", &["construction"]), + ("copenhagan", &["copenhagen"]), + ("deteced", &["detected"]), + ("enntries", &["entries"]), + ("obstrucion", &["obstruction"]), + ("continuati", &["continuity"]), + ("tuesdsay", &["tuesdays"]), + ("prefitlered", &["prefiltered"]), + ("onomonopea", &["onomatopoeia"]), + ("shoudlers", &["shoulders"]), + ("monopoloy", &["monopoly"]), + ("fiedls", &["fields"]), + ("specailty", &["specialty"]), + ("wuthout", &["without"]), + ("vulberabuilties", &["vulnerabilities"]), + ("peirod", &["period"]), + ("simialr", &["similar"]), + ("transitionnal", &["transitional"]), + ("morphinate", &["morphine"]), + ("exceuted", &["executed"]), + ("formattied", &["formatted"]), + ("elimintation", &["elimination"]), + ("paramert", &["parameter"]), + ("documetnation", &["documentation"]), + ("vacinations", &["vaccinations"]), + ("interesseted", &["interested"]), + ("orginially", &["originally"]), + ("definetlly", &["definitely"]), + ("percautions", &["precautions"]), + ("posponed", &["postponed"]), + ("equippment", &["equipment"]), + ("poeoples", &["peoples"]), + ("firmawre", &["firmware"]), + ("satruday", &["saturday"]), + ("chopy", &["choppy", "chop"]), + ("cymptumatically", &["symptomatically"]), + ("strucure", &["structure"]), + ("boardway", &["broadway"]), + ("vegetarien", &["vegetarian"]), + ("fragmnet", &["fragment"]), + ("proccesors", &["processors"]), + ("familierize", &["familiarize"]), + ("ansyert", &["answer", "answered"]), + ("dorced", &["forced"]), + ("alocholism", &["alcoholism"]), + ("corrrupted", &["corrupted"]), + ("reprots", &["reports"]), + ("audiobok", &["audiobook"]), + ("metrigs", &["metrics"]), + ("algorihmic", &["algorithmic"]), + ("triked", &["tricked"]), + ("unselct", &["unselect"]), + ("comitte", &["committed", "committee"]), + ("rollarcoaster", &["rollercoaster"]), + ("pecularity", &["peculiarity"]), + ("ambiant", &["ambient"]), + ("comnpresion", &["compression"]), + ("aoto", &["auto"]), + ("lenghth", &["length"]), + ("sattellite", &["satellite"]), + ("conirm", &["confirm"]), + ("scrpt", &["script"]), + ("amendement", &["amendment"]), + ("rapelling", &["rappelling"]), + ("androiders", &["androids"]), + ("operatione", &["operation"]), + ("lenghts", &["lengths"]), + ("privitized", &["privatized"]), + ("ouurs", &["ours"]), + ("civilains", &["civilians"]), + ("slection", &["selection"]), + ("admissable", &["admissible"]), + ("counterfeight", &["counterfeit"]), + ("enconding", &["encoding"]), + ("insenstively", &["insensitively"]), + ("confrimations", &["confirmations"]), + ("correllations", &["correlations"]), + ("rhetorisch", &["rhetoric"]), + ("recomanded", &["recommended"]), + ("kubermetes", &["kubernetes"]), + ("inbrased", &["embraced"]), + ("trasnlate", &["translate"]), + ("replacables", &["replaceables"]), + ("blackjak", &["blackjack"]), + ("eelments", &["elements"]), + ("retarting", &["restarting"]), + ("inifinite", &["infinite"]), + ("containns", &["contains"]), + ("mutliated", &["mutilated"]), + ("illustarted", &["illustrated"]), + ("cardiovascualr", &["cardiovascular"]), + ("surveilence", &["surveillance"]), + ("stogare", &["storage"]), + ("modfiy", &["modify"]), + ("cauing", &["causing"]), + ("armageddomon", &["armageddon"]), + ("supporre", &["supporters"]), + ("vairables", &["variables"]), + ("implemt", &["implement"]), + ("inticracies", &["intricacies"]), + ("selfeshness", &["selfishness"]), + ("protestat", &["protestant"]), + ("sharkening", &["sharpening"]), + ("becauce", &["because"]), + ("omnisiences", &["omnisciences"]), + ("consending", &["consenting"]), + ("interaktively", &["interactively"]), + ("repatwar", &["repertoire"]), + ("comopnents", &["components"]), + ("coure", &["course"]), + ("modifify", &["modify"]), + ("neighberhoor", &["neighbor"]), + ("curentfilter", &["currentfilter"]), + ("statisfying", &["satisfying"]), + ("chnages", &["changes"]), + ("argemnts", &["arguments"]), + ("similat", &["similar"]), + ("initilizes", &["initializes"]), + ("acheives", &["achieves"]), + ("conterpart", &["counterpart"]), + ("certifiated", &["certificated"]), + ("journalisitic", &["journalistic"]), + ("unfamilliar", &["unfamiliar"]), + ("sectons", &["sections"]), + ("occrring", &["occurring"]), + ("deprectation", &["deprecation"]), + ("cursro", &["cursor"]), + ("shurely", &["surely"]), + ("reguator", &["regulator"]), + ("spepc", &["spec"]), + ("eneter", &["enter"]), + ("preservered", &["preserved"]), + ("infograhpic", &["infographic"]), + ("arrangnig", &["arranging"]), + ("responcibilities", &["responsibilities"]), + ("intiatives", &["initiatives"]), + ("trackign", &["tracking"]), + ("stucts", &["structs"]), + ("coprses", &["corpses"]), + ("moutnpoints", &["mountpoints"]), + ("enmvironments", &["environments"]), + ("uncompresors", &["uncompressors"]), + ("dirrection", &["direction"]), + ("intersecction", &["intersection"]), + ("adpapter", &["adapter"]), + ("bodiese", &["bodies"]), + ("epxanded", &["expanded"]), + ("taveling", &["traveling"]), + ("respresents", &["represents"]), + ("suceessfully", &["successfully"]), + ("instantaneos", &["instantaneous"]), + ("artcle", &["article"]), + ("invailid", &["invalid"]), + ("butcherd", &["butchered"]), + ("programas", &["programs"]), + ("isladn", &["island"]), + ("authenatication", &["authentication"]), + ("grievences", &["grievances"]), + ("rerference", &["reference"]), + ("beeings", &["beings"]), + ("impotant", &["important", "impotent"]), + ("individuels", &["individuals"]), + ("corrleations", &["correlations"]), + ("frankenstine", &["frankenstein"]), + ("exponentiel", &["exponential"]), + ("discpline", &["discipline"]), + ("siffixing", &["suffixing"]), + ("interpoluation", &["interpolation"]), + ("animaton", &["animation"]), + ("vigrins", &["virgins"]), + ("appareil", &["apparel"]), + ("romote", &["remote"]), + ("intimidade", &["intimidated"]), + ("lesstiff", &["lesstif"]), + ("reseached", &["researched"]), + ("beglian", &["belgian"]), + ("polysaccharid", &["polysaccharide"]), + ("clevelry", &["cleverly"]), + ("redundate", &["redundant"]), + ("interactivly", &["interactively"]), + ("fielname", &["filename"]), + ("adverst", &["adverts"]), + ("pyschedelics", &["psychedelics"]), + ("follder", &["folder"]), + ("reconasence", &["reconnaissance"]), + ("derefence", &["dereference"]), + ("congratulatons", &["congratulations"]), + ("lightweigth", &["lightweight"]), + ("straightfoward", &["straightforward"]), + ("ingeunity", &["ingenuity"]), + ("reconize", &["recognize"]), + ("fasicsts", &["fascists"]), + ("rollercoatser", &["rollercoaster"]), + ("advantageos", &["advantageous"]), + ("disperportionate", &["disproportionate"]), + ("directrives", &["directives"]), + ("evaluacion", &["evaluation"]), + ("distrbutes", &["distributes"]), + ("concatation", &["concatenation"]), + ("tansaction", &["transaction"]), + ("houres", &["hours"]), + ("neckbreads", &["neckbeards"]), + ("aspergerers", &["aspergers"]), + ("sudu", &["sudo"]), + ("redesing", &["redesign"]), + ("kyebosh", &["kibosh"]), + ("exliled", &["exiled"]), + ("expored", &["explored", "exported"]), + ("asethetic", &["aesthetic"]), + ("vulnerarble", &["vulnerable"]), + ("implemts", &["implements"]), + ("initiatiats", &["initiates"]), + ("caluclated", &["calculated"]), + ("srouce", &["source"]), + ("stadnardized", &["standardized"]), + ("tupless", &["tuples"]), + ("vulnerabilties", &["vulnerabilities"]), + ("publising", &["publishing"]), + ("universella", &["universally"]), + ("tht", &["the", "that"]), + ("quantifiy", &["quantify"]), + ("deterministisch", &["deterministic"]), + ("probem", &["problem"]), + ("championchip", &["championship"]), + ("creationsts", &["creationists"]), + ("mathces", &["matches"]), + ("admittadly", &["admittedly"]), + ("poperee", &["potpourri"]), + ("settters", &["setters"]), + ("regaring", &["regarding"]), + ("psychopathes", &["psychopaths"]), + ("capitlaize", &["capitalized"]), + ("ceritfication", &["certifications"]), + ("broadcasti", &["broadcast"]), + ("gloassaries", &["glossaries"]), + ("thesholds", &["thresholds"]), + ("aunthentication", &["authentication"]), + ("heigthened", &["heightened"]), + ("numnbering", &["numbering"]), + ("anwsers", &["answers"]), + ("underpowerd", &["underpowered"]), + ("aesthatically", &["aesthetically"]), + ("buiilding", &["building"]), + ("contextura", &["contextual"]), + ("cornders", &["corners"]), + ("vicitms", &["victims"]), + ("atheneans", &["athenians"]), + ("tutorual", &["tutorial"]), + ("annays", &["annoys", "any"]), + ("protrays", &["portrays"]), + ("incompability", &["incompatible", "incompatibility"]), + ("duplcates", &["duplicates"]), + ("experimentan", &["experimentation"]), + ("buffert", &["buffer"]), + ("lokales", &["locales"]), + ("undoubtetly", &["undoubtedly"]), + ("perodically", &["periodically"]), + ("accointing", &["accounting"]), + ("soundrtack", &["soundtracks"]), + ("contributie", &["contribute"]), + ("involuntairy", &["involuntary"]), + ("krypronite", &["kryptonite"]), + ("counterract", &["counterpart"]), + ("butterfries", &["butterflies"]), + ("agrgressively", &["aggressively"]), + ("disclosue", &["disclosure"]), + ("hilight", &["highlight"]), + ("inapporpriately", &["inappropriately"]), + ("cleanpu", &["cleanup"]), + ("inconsequental", &["inconsequential"]), + ("misteek", &["mystique"]), + ("serverles", &["serverless"]), + ("probelms", &["problems"]), + ("sceme", &["scheme", "scene"]), + ("specialzes", &["specializes"]), + ("dowt", &["doubt"]), + ("comtemplating", &["contemplating"]), + ("quadrooples", &["quadruples"]), + ("bankruptsy", &["bankruptcy"]), + ("microtranscations", &["microtransactions"]), + ("realiy", &["really"]), + ("logrithm", &["logarithm"]), + ("embebbed", &["embedded"]), + ("eyeballers", &["eyeballs"]), + ("determenistic", &["deterministic"]), + ("repostus", &["reposts"]), + ("commmented", &["commented"]), + ("lavels", &["levels", "labels"]), + ("homoepathy", &["homoeopathy"]), + ("divrese", &["diverse"]), + ("reprocible", &["reproducible"]), + ("propectuses", &["prospectuses"]), + ("sytlish", &["stylish"]), + ("pairocheel", &["parochial"]), + ("informtion", &["information"]), + ("febrary", &["february"]), + ("exhistance", &["existence"]), + ("ralation", &["relation"]), + ("acknoledging", &["acknowledging"]), + ("embarassment", &["embarrassment"]), + ("fluttersky", &["fluttershy"]), + ("diconnects", &["disconnects"]), + ("becouse", &["because"]), + ("trandional", &["traditional"]), + ("decriptors", &["descriptors"]), + ("grapics", &["graphics"]), + ("proletaricat", &["proletariat"]), + ("confussed", &["confused"]), + ("explotied", &["exploited"]), + ("interpolaiton", &["interpolation"]), + ("astronaunt", &["astronaut"]), + ("distributs", &["distributors"]), + ("vitrole", &["vitriol"]), + ("rezurrection", &["resurrection"]), + ("esiest", &["easiest"]), + ("amatersu", &["amateurs"]), + ("anntoations", &["annotations"]), + ("electon", &["election", "electron"]), + ("mocrosoft", &["microsoft"]), + ("defenisvely", &["defensively"]), + ("discribing", &["describing"]), + ("eslewhere", &["elsewhere"]), + ("schizoprhenia", &["schizophrenia"]), + ("inpenetrable", &["impenetrable"]), + ("oveflowing", &["overflowing"]), + ("vallies", &["valleys"]), + ("sylinders", &["cylinders"]), + ("traveres", &["traverse"]), + ("stripts", &["scripts", "strips"]), + ("initate", &["initiate", "imitate"]), + ("emperically", &["empirically"]), + ("cumpolsory", &["compulsory"]), + ("presentated", &["presented"]), + ("sympathyzers", &["sympathizers"]), + ("trength", &["strength"]), + ("ventillating", &["ventilating"]), + ("versatle", &["versatile"]), + ("gloriuos", &["glorious"]), + ("prepetrators", &["perpetrators"]), + ("termperature", &["temperature"]), + ("deteriate", &["deteriorate"]), + ("burguny", &["burgundy"]), + ("reccommendation", &["recommendation"]), + ("exsitance", &["existence"]), + ("correctons", &["corrections"]), + ("assiciated", &["associated"]), + ("intrepret", &["interpret"]), + ("caliofrnia", &["californian"]), + ("navagitation", &["navigation"]), + ("anager", &["manager", "anger"]), + ("exchancing", &["exchanging"]), + ("hemmorhage", &["hemorrhage"]), + ("particuliar", &["particular"]), + ("stereotypcial", &["stereotypical"]), + ("genitala", &["genitalia"]), + ("formating", &["formatting"]), + ("cpcheck", &["cppcheck"]), + ("direclty", &["directly"]), + ("infromal", &["informal"]), + ("instsall", &["install"]), + ("instutitional", &["institutional"]), + ("seperatd", &["separated"]), + ("unsiged", &["unsigned"]), + ("hexademical", &["hexadecimal"]), + ("serounded", &["surrounded"]), + ("customie", &["customize"]), + ("inconveniantly", &["inconveniently"]), + ("invarinat", &["invariant"]), + ("copurights", &["copyrights"]), + ("atachment", &["attachment"]), + ("restires", &["restores"]), + ("coulored", &["colored"]), + ("impres", &["impress"]), + ("guantanemo", &["guantanamo"]), + ("progaramms", &["programs"]), + ("renassaince", &["renaissance"]), + ("amerliorated", &["ameliorated"]), + ("curcuits", &["circuits"]), + ("concencration", &["concentration"]), + ("republcian", &["republican"]), + ("leanring", &["learning"]), + ("unreasonablly", &["unreasonably"]), + ("origininal", &["original"]), + ("lubicrant", &["lubricant"]), + ("confids", &["confides"]), + ("unilatreal", &["unilateral"]), + ("serenitary", &["serenity"]), + ("moustace", &["moustache"]), + ("porpose", &["propose"]), + ("reponsibilities", &["responsibilities"]), + ("slotable", &["slottable"]), + ("rqeuests", &["requests", "quests"]), + ("sumulations", &["simulations"]), + ("randomns", &["randoms"]), + ("prefarable", &["preferable"]), + ("gemoetry", &["geometry"]), + ("identifeirs", &["identifiers"]), + ("herculeas", &["hercules"]), + ("deliminated", &["delimited"]), + ("konstants", &["constants"]), + ("habaeus", &["habeas"]), + ("updatete", &["update"]), + ("audactiy", &["audacity"]), + ("mistic", &["mystic"]), + ("assessement", &["assessment"]), + ("assmebler", &["assembler"]), + ("mordern", &["modern"]), + ("islamiskt", &["islamist"]), + ("intiialize", &["initialize"]), + ("trhilling", &["thrilling"]), + ("handsake", &["handshake"]), + ("squishly", &["squishy"]), + ("fifht", &["fifth", "fight"]), + ("numeraotr", &["numerator"]), + ("insualted", &["insulated"]), + ("parametre", &["parameter"]), + ("microscophic", &["microscopic"]), + ("thhese", &["these"]), + ("pytohn", &["python"]), + ("mislabled", &["mislabeled"]), + ("forgotton", &["forgotten"]), + ("bonsues", &["bonuses"]), + ("properries", &["properties"]), + ("rebllions", &["rebellions"]), + ("hestiation", &["hesitation"]), + ("featching", &["fetching"]), + ("authenication", &["authentication"]), + ("manouvers", &["maneuvers"]), + ("liberalis", &["liberals"]), + ("registred", &["registered"]), + ("philipines", &["philippines"]), + ("carolinia", &["carolina"]), + ("microtransactons", &["microtransactions"]), + ("unreasonabley", &["unreasonably"]), + ("aproaching", &["approaching"]), + ("sabatosh", &["sabotage"]), + ("consumires", &["consumerism"]), + ("politelly", &["politely"]), + ("agrieved", &["aggrieved"]), + ("eveidence", &["evidence"]), + ("repsresents", &["represents"]), + ("enviorements", &["environments"]), + ("turkoise", &["turquoise"]), + ("skwalk", &["squawk"]), + ("advocats", &["advocates"]), + ("inaccuraces", &["inaccuracies"]), + ("prassing", &["passing"]), + ("authethicator", &["authenticator"]), + ("referene", &["referee", "reference"]), + ("particalar", &["particular"]), + ("meida", &["media"]), + ("sholuld", &["should"]), + ("magizine", &["magazine"]), + ("retures", &["returns"]), + ("autenticator", &["authenticator"]), + ("funxtioned", &["functioned"]), + ("investigacion", &["investigation"]), + ("notse", &["notes", "note"]), + ("yau", &["you", "yaw"]), + ("territoris", &["territories"]), + ("fater", &["faster"]), + ("correcters", &["correctors"]), + ("arrise", &["arise"]), + ("disriminator", &["discriminator"]), + ("assassiante", &["assassinate"]), + ("speficialleid", &["specified"]), + ("icesickle", &["icicle"]), + ("mananager", &["manager"]), + ("nowns", &["knowns", "nouns"]), + ("andlers", &["handlers", "antlers"]), + ("intersertions", &["insertions", "intersections"]), + ("cloberring", &["clobbering"]), + ("sythesize", &["synthesize"]), + ("toppingest", &["toppings"]), + ("persuassive", &["persuasive"]), + ("prejudgudiced", &["prejudiced"]), + ("godlberg", &["goldberg"]), + ("downlaods", &["downloads"]), + ("independnt", &["independent"]), + ("trasnport", &["transport"]), + ("serialialization", &["serialization"]), + ("plauthroughs", &["playthroughs"]), + ("inlcude", &["include"]), + ("significante", &["significance"]), + ("parsial", &["partial"]), + ("gormay", &["gourmet"]), + ("causions", &["cautions"]), + ("rearranments", &["rearrangements"]), + ("recend", &["rescind"]), + ("expresed", &["expressed"]), + ("maniuplation", &["manipulation"]), + ("sphagetti", &["spaghetti"]), + ("testin", &["testing"]), + ("classificaiton", &["classification"]), + ("intalleing", &["installing"]), + ("capsulets", &["capsules"]), + ("foirefox", &["firefox"]), + ("determing", &["determining", "determine"]), + ("fasodd", &["facade"]), + ("colorizoer", &["colorizer"]), + ("unnistalled", &["uninstalled"]), + ("stereotpyical", &["stereotypical"]), + ("cheezeburger", &["cheeseburger"]), + ("fineshes", &["finesse"]), + ("demonstate", &["demonstrate"]), + ("gernerator", &["generator"]), + ("bookmar", &["bookmark"]), + ("dividendos", &["dividends"]), + ("definito", &["definition"]), + ("trasnformer", &["transformer"]), + ("toxen", &["toxin"]), + ("regularis", &["regulars"]), + ("mariens", &["marines"]), + ("chnaging", &["changing"]), + ("strawbrerry", &["strawberry"]), + ("unasnwered", &["unanswered"]), + ("everyoneis", &["everyones"]), + ("exhausto", &["exhaustion"]), + ("extrapolant", &["extrapolate"]), + ("streem", &["stream"]), + ("techician", &["technician"]), + ("envirnoment", &["environment"]), + ("mirgates", &["migrates"]), + ("fowlling", &["following"]), + ("counterpont", &["counterpoint"]), + ("comparigon", &["comparison"]), + ("neighbeuing", &["neighbouring"]), + ("substante", &["substantive"]), + ("brough", &["brought"]), + ("inituialisation", &["initialisation"]), + ("recommedations", &["recommendations"]), + ("navtives", &["natives"]), + ("seround", &["surround"]), + ("upgradding", &["upgrading"]), + ("offloded", &["offloaded"]), + ("tattooes", &["tattoos"]), + ("concurently", &["concurrently"]), + ("declartiuons", &["declarations"]), + ("renegoatiable", &["renegotiable"]), + ("equivelents", &["equivalents"]), + ("cntains", &["contains"]), + ("conclussive", &["conclusive"]), + ("expanisve", &["expansive"]), + ("subsequenlty", &["subsequently"]), + ("illustartions", &["illustrations"]), + ("printerest", &["printers"]), + ("assupmption", &["assumption"]), + ("skooled", &["schooled"]), + ("commpute", &["compute"]), + ("unpplied", &["unapplied"]), + ("animete", &["animate"]), + ("intepretor", &["interpreter"]), + ("instincitvely", &["instinctively"]), + ("connectet", &["connected"]), + ("interrogato", &["interrogation"]), + ("dummmy", &["dummy"]), + ("produkt", &["product"]), + ("compairs", &["compares"]), + ("functionallity", &["functionality"]), + ("ot", &["to", "of", "or", "not"]), + ("dcok", &["dock"]), + ("giagbyte", &["gigabyte"]), + ("intiallisations", &["initialisations"]), + ("adventageous", &["advantageous"]), + ("intanjible", &["intangible"]), + ("counterpaly", &["counterplay"]), + ("sintac", &["syntax"]), + ("mclarean", &["mclaren"]), + ("familys", &["families"]), + ("resoves", &["resolves"]), + ("cantacting", &["contacting"]), + ("automicatilly", &["automatically"]), + ("runnin", &["running"]), + ("disokay", &["display"]), + ("agreemnt", &["agreement"]), + ("glyping", &["glyphing"]), + ("islmaic", &["islamic"]), + ("unexpactedly", &["unexpectedly"]), + ("manufacturerd", &["manufactured"]), + ("pakageimpl", &["packageimpl"]), + ("compensative", &["compensate"]), + ("florecen", &["florence"]), + ("retyrable", &["retryable"]), + ("appreciste", &["appreciates"]), + ("dcoks", &["docks"]), + ("whis", &["this", "whisk"]), + ("coonstructed", &["constructed"]), + ("positvely", &["positively"]), + ("experimnted", &["experimented"]), + ("recompuuted", &["recomputed"]), + ("llike", &["like"]), + ("seezes", &["seizes"]), + ("eveolving", &["evolving"]), + ("documentory", &["documentary"]), + ("compession", &["compassion"]), + ("nastyness", &["nastiness"]), + ("losely", &["loosely"]), + ("virutalization", &["virtualization"]), + ("octohedral", &["octahedral"]), + ("intitialize", &["initialize"]), + ("restrective", &["restrictive"]), + ("incrmenting", &["incrementing"]), + ("hesitstion", &["hesitation"]), + ("meatadata", &["metadata"]), + ("isntalations", &["installations"]), + ("projecitle", &["projectiles"]), + ("follwowin", &["following"]), + ("fightings", &["fighting"]), + ("formidabile", &["formidable"]), + ("observered", &["observed"]), + ("conflit", &["conflict"]), + ("acquianted", &["acquainted"]), + ( + "laf", + &["kaf", "kaph", "lac", "lad", "lag", "laugh", "leaf", "loaf"], + ), + ("backgorunds", &["backgrounds"]), + ("handwritting", &["handwriting"]), + ("vanishs", &["vanishes"]), + ("recalulation", &["recalculation"]), + ("exchnges", &["exchanges"]), + ("imporves", &["improves"]), + ("subnegotation", &["subnegotiation"]), + ("molestare", &["molester"]), + ("redesgin", &["redesign"]), + ("apppend", &["append"]), + ("transferrs", &["transfers"]), + ("trasnlations", &["translations"]), + ("confidance", &["confidence"]), + ("mergge", &["merge"]), + ("probobly", &["probably"]), + ("measuing", &["measuring"]), + ("correspondint", &["corresponding", "correspondent"]), + ("calbirated", &["calibrated"]), + ("accountabillity", &["accountability"]), + ("criticists", &["critics"]), + ("authenfied", &["authenticated"]), + ("automicly", &["automatically"]), + ("difussive", &["diffusive"]), + ("comitter", &["committer"]), + ("torpedos", &["torpedoes"]), + ("corinthinans", &["corinthians"]), + ("oribtal", &["orbital"]), + ("instrumetal", &["instrumental"]), + ("avoif", &["avoid"]), + ("desensitied", &["desensitized"]), + ("downgrating", &["downgrading"]), + ("overmapping", &["overlapping"]), + ("mensioned", &["mentioned"]), + ("assualt", &["assault"]), + ("prepates", &["prepares"]), + ("fasade", &["facade"]), + ("drankenstein", &["frankenstein"]), + ("constillation", &["constellation"]), + ("plecing", &["placing"]), + ("entropay", &["entropy"]), + ("someonelse", &["someones"]), + ("mandats", &["mandates"]), + ("interruptable", &["interruptible"]), + ("bitswaping", &["bitswapping"]), + ("jagwar", &["jaguar"]), + ("facisnated", &["fascinated"]), + ("doocumentary", &["documentary"]), + ("pharmacuetical", &["pharmaceutical"]), + ("trotzkyite", &["trotskyist"]), + ("itentionaly", &["intentionally"]), + ("veriasion", &["variation"]), + ("proceded", &["proceeded", "preceded"]), + ("mappble", &["mappable"]), + ("simptumaticlly", &["symptomatically"]), + ("analzyed", &["analyzed"]), + ("tepmlate", &["template"]), + ("vectrors", &["vectors"]), + ("attepmpt", &["attempt"]), + ("continiuty", &["continuity"]), + ("histocompatability", &["histocompatibility"]), + ("perforemance", &["performance"]), + ("philosoper", &["philosopher"]), + ("librrary", &["library"]), + ("proceeed", &["proceed"]), + ("disgustigly", &["disgustingly"]), + ("terriroties", &["territories"]), + ("bounrary", &["boundary"]), + ("paralleles", &["parallels"]), + ("algorhithms", &["algorithms"]), + ("introspectin", &["introspection"]), + ("neighburhoods", &["neighborhoods"]), + ("transmisison", &["transmission"]), + ("easili", &["easily"]), + ("dereferncences", &["dereferences"]), + ("overclockig", &["overclocking"]), + ("progagated", &["propagated"]), + ("unappeasing", &["unappealing"]), + ("chaecker", &["checker"]), + ("deficiancy", &["deficiency"]), + ("subnegosiations", &["subnegotiations"]), + ("tranformative", &["transformative"]), + ("analyticals", &["analytics"]), + ("lizensing", &["licensing"]), + ("orcestras", &["orchestras"]), + ("accusato", &["accusation"]), + ("computition", &["computation"]), + ("democarcies", &["democracies"]), + ("pennensular", &["peninsular"]), + ("releiving", &["relieving"]), + ("accelertor", &["accelerator"]), + ("positoins", &["positions"]), + ("claus", &["clause"]), + ("traiges", &["triages"]), + ("hepler", &["helper"]), + ("neighbourhouds", &["neighbourhoods"]), + ("inelligible", &["ineligible"]), + ("insectos", &["insects"]), + ("detalis", &["details"]), + ("humants", &["humanist"]), + ("visuable", &["visual", "visible"]), + ("ankshiuosly", &["anxiously"]), + ("transplanet", &["transplant"]), + ("preprare", &["prepare"]), + ("crocodiller", &["crocodile"]), + ("unesacpe", &["unescape"]), + ("ukraininans", &["ukrainians"]), + ("disablle", &["disable"]), + ("reloccate", &["relocate"]), + ("processses", &["processes"]), + ("structrues", &["structures"]), + ("scannning", &["scanning"]), + ("approvement", &["approval"]), + ("nto", &["not"]), + ("bandwidthm", &["bandwidth"]), + ("functio", &["function"]), + ("explicite", &["explicit", "explicitly"]), + ("anhoter", &["another"]), + ("airplance", &["airplane"]), + ("peridically", &["periodically"]), + ("carmalite", &["carmelite"]), + ("plastre", &["plaster"]), + ("bakend", &["backend", "baked"]), + ("fantacizing", &["fantasizing"]), + ("speficiations", &["specifications"]), + ("legitemate", &["legitimate"]), + ("canniballism", &["cannibalism"]), + ("daugter", &["daughter"]), + ("witdh", &["width"]), + ("aliasses", &["aliases"]), + ("bloodbonre", &["bloodborne"]), + ("bject", &["object"]), + ("follwo", &["follow"]), + ("definstely", &["definitely"]), + ("seina", &["seine", "sienna"]), + ("decendent", &["descendent"]), + ("sentimentos", &["sentiments"]), + ("apoligies", &["apologies"]), + ("neighberhoors", &["neighbors"]), + ("permssion", &["permission"]), + ("supportt", &["support"]), + ("subquue", &["subqueue"]), + ("persuing", &["pursuing"]), + ("seqeunce", &["sequence"]), + ("caputred", &["captured"]), + ("rectangualr", &["rectangular"]), + ("fand", &["fang", "find"]), + ("aplicabile", &["applicable"]), + ("experimaneter", &["experimenter"]), + ("excetutes", &["executes"]), + ("competitiion", &["competition"]), + ("layrinxes", &["larynxes"]), + ("descandant", &["descendant"]), + ("outweight", &["outweigh"]), + ("impeccible", &["impeccable"]), + ("canidate", &["candidate"]), + ("compelxity", &["complexity"]), + ("singuarity", &["singularity"]), + ("apoligise", &["apologise"]), + ("utilitizing", &["utilizing"]), + ("renegotioable", &["renegotiable"]), + ("connnect", &["connect"]), + ("cateogry", &["category"]), + ("distnace", &["distance"]), + ("verticaly", &["vertically"]), + ("erverything", &["everything"]), + ("temporay", &["temporary"]), + ("manement", &["management"]), + ("evesdrop", &["eavesdrop"]), + ("debugg", &["debug"]), + ("approxmation", &["approximation"]), + ("conection", &["connection"]), + ("querys", &["queries"]), + ("merchantablity", &["merchantability"]), + ("yorksher", &["yorkshire"]), + ("pilar", &["pillar"]), + ("forunner", &["forerunner"]), + ("ulitmatum", &["ultimatum"]), + ("secutity", &["security"]), + ("progarammatic", &["programmatic"]), + ("picthfork", &["pitchfork"]), + ("bicylces", &["bicycles"]), + ("accepterad", &["accepted"]), + ("singlers", &["singles"]), + ("oscillaters", &["oscillators"]), + ("cahrge", &["charge"]), + ("returnd", &["returned"]), + ("devlop", &["develop"]), + ("asterices", &["asterisks"]), + ("aincents", &["ancients"]), + ("acknowledgeing", &["acknowledging"]), + ("appared", &["appeared"]), + ("psycholigically", &["psychologically"]), + ("prferred", &["preferred"]), + ("recource", &["resource", "recourse"]), + ("tibetian", &["tibetan"]), + ("informis", &["informs"]), + ("bountries", &["boundaries"]), + ("reallllly", &["really"]), + ("uptdate", &["update"]), + ("chanched", &["changed"]), + ("juggernaugt", &["juggernaut"]), + ("ancapsulating", &["encapsulating"]), + ("comlaints", &["complaints"]), + ("enabe", &["enable"]), + ("multple", &["multiple"]), + ("satsified", &["satisfied"]), + ("investemnt", &["investments"]), + ("transitiong", &["transitioning"]), + ("manadrin", &["mandarin"]), + ("acousitc", &["acoustic"]), + ("rapresented", &["represented"]), + ("pasasword", &["password"]), + ("sooit", &["suet", "suit", "soot"]), + ("allocationg", &["allocating", "allocation"]), + ("strawbeary", &["strawberry"]), + ("disturping", &["disrupting"]), + ("optimiced", &["optimised", "optimized"]), + ("speparator", &["separator"]), + ("zelaous", &["zealous"]), + ("calcluations", &["calculation"]), + ("timetstamp", &["timestamp"]), + ("arrangmenet", &["arrangement"]), + ("unavaialable", &["unavailable"]), + ("sawtayed", &["sautéd"]), + ("resursive", &["recursive", "resourceful"]), + ("flourescent", &["fluorescent", "florescent"]), + ("elcipse", &["eclipse"]), + ("applyting", &["applying"]), + ("marekting", &["marketing"]), + ("benghazzi", &["benghazi"]), + ("chgange", &["change"]), + ("particual", &["particular"]), + ("changgeling", &["changeling"]), + ("manifestors", &["manifests"]), + ("untoched", &["untouched"]), + ("incremeneted", &["incremented"]), + ("fristly", &["firstly"]), + ("camelions", &["chameleons"]), + ("encyrption", &["encryption"]), + ("consensis", &["consensus"]), + ("convicto", &["conviction"]), + ("deambiguation", &["disambiguation"]), + ("usible", &["usable"]), + ("trandgender", &["transgender"]), + ("remifications", &["ramifications"]), + ("tempation", &["temptation"]), + ("currentlys", &["currents"]), + ("alignmnt", &["alignment"]), + ("physicis", &["physicians"]), + ("functin", &["function"]), + ("portrating", &["portraying"]), + ("hypotehtically", &["hypothetically"]), + ("domians", &["domains"]), + ("mormalise", &["normalise"]), + ("renegotaiate", &["renegotiate"]), + ("corrputed", &["corrupted"]), + ("wirte", &["write"]), + ("groosome", &["gruesome"]), + ("plagerism", &["plagiarism"]), + ("equvilent", &["equivalent"]), + ("acuracy", &["accuracy"]), + ("nighly", &["nightly"]), + ("sautayes", &["sautés"]), + ("asynchornous", &["asynchronous"]), + ("calulate", &["calculate"]), + ("anononymous", &["anonymous"]), + ("landshapes", &["landscapes"]), + ("representerad", &["represented"]), + ("vaidate", &["validate"]), + ("automatron", &["automation"]), + ("expropiating", &["expropriating"]), + ("interept", &["intercept"]), + ("thare", &["there"]), + ("warnkng", &["warning"]), + ("massechusetts", &["massachusetts"]), + ("dowgrade", &["downgrade"]), + ("scrollin", &["scrolling"]), + ("latecny", &["latency"]), + ("expressin", &["expression"]), + ("mis", &["miss", "mist"]), + ("authenaticators", &["authenticators"]), + ("capitlizes", &["capitalizes"]), + ("arival", &["arrival"]), + ("configuation", &["configuration"]), + ("heroe", &["hero"]), + ("posotion", &["position"]), + ("shelveys", &["shelves"]), + ("eleemnt", &["element"]), + ("expells", &["expels"]), + ("valtages", &["voltages"]), + ("receets", &["receipts"]), + ("targesting", &["targeting"]), + ("integraton", &["integration"]), + ("proabilities", &["probabilities"]), + ("documention", &["documentation"]), + ("lifecyle", &["lifecycle"]), + ("tookit", &["toolkit"]), + ("doccuments", &["documents"]), + ("contaction", &["contacting"]), + ("autocorrekt", &["autocorrect"]), + ("releife", &["relief"]), + ("gnawwed", &["gnawed"]), + ("isssue", &["issue"]), + ("protectes", &["protects"]), + ("plcaes", &["places"]), + ("christiantiy", &["christianity"]), + ("imporvement", &["improvement"]), + ("relinguishing", &["relinquishing"]), + ("unconfiged", &["unconfigured"]), + ("strated", &["started"]), + ("mantaining", &["maintaining"]), + ("extrenaly", &["externally"]), + ("compontents", &["components"]), + ("retreive", &["retrieve"]), + ("serrebrally", &["cerebrally"]), + ("documenation", &["documentation"]), + ("arugably", &["arguably"]), + ("interepreting", &["interpreting"]), + ("evalutaes", &["evaluates"]), + ("advicing", &["advising"]), + ("refartored", &["refactored", "refracted"]), + ("incompataility", &["incompatibility"]), + ("moveing", &["moving"]), + ("measureable", &["measurable"]), + ("credidential", &["credential"]), + ("highst", &["highest"]), + ("instrunctions", &["instructions"]), + ("neglacting", &["neglecting"]), + ("lating", &["latin"]), + ("cancerns", &["cancers"]), + ("mulitplicative", &["multiplicative"]), + ("genereric", &["generic"]), + ("inconveniece", &["inconvenience"]), + ("avialible", &["available"]), + ("pracitcal", &["practical"]), + ("endianess", &["endianness"]), + ("dashs", &["dashes"]), + ("cahgnes", &["changes"]), + ("specialits", &["specials"]), + ("cushins", &["cushions"]), + ("stanard", &["standard"]), + ("manifacturing", &["manufacturing"]), + ("reprodicing", &["reproducing"]), + ("connotaion", &["connotation"]), + ("withou", &["without"]), + ("woill", &["will"]), + ("exmple", &["example"]), + ("manangers", &["managers"]), + ("archictect", &["architect"]), + ("itereate", &["iterate"]), + ("instrcutor", &["instructors"]), + ("arpeture", &["aperture"]), + ("androidtvs", &["androids"]), + ("enterprishe", &["enterprises"]), + ("youngents", &["youngest"]), + ("plaigarism", &["plagiarism"]), + ("subracted", &["subtracted"]), + ("emables", &["enables"]), + ("trunctate", &["truncate"]), + ("speficitic", &["specific"]), + ("vasall", &["vassal"]), + ("experimentted", &["experimented"]), + ("rellocates", &["reallocates", "relocates"]), + ("curruption", &["corruption"]), + ("differentitation", &["differentiation"]), + ("approacing", &["approaching"]), + ("environmane", &["environment"]), + ("expierenced", &["experienced"]), + ("thisy", &["this"]), + ("anthing", &["anything"]), + ("brightess", &["brightness"]), + ("epigramic", &["epigrammatic"]), + ("ropeat", &["repeat"]), + ("terfforms", &["terraforms"]), + ("incorrrect", &["incorrect"]), + ("sylog", &["syslog"]), + ("instruccion", &["instruction"]), + ("numberred", &["numbered"]), + ("posiitive", &["positive"]), + ("stucked", &["stuck"]), + ("negaive", &["negative"]), + ("evertyime", &["everytime"]), + ("geomteric", &["geometric"]), + ("excede", &["exceed"]), + ("interruped", &["interrupted"]), + ("constinually", &["continually"]), + ("spoaced", &["spaced"]), + ("sugestion", &["suggestion"]), + ("cliens", &["clients"]), + ("liturature", &["literature"]), + ("origianally", &["originally"]), + ("protectron", &["protection"]), + ("intialisers", &["initialisers"]), + ("afterthougt", &["afterthought"]), + ("legel", &["legal"]), + ("pericing", &["piercing"]), + ("slayign", &["slaying"]), + ("enhencment", &["enhancement"]), + ("uodate", &["update"]), + ("depictin", &["depictions"]), + ("millitant", &["militant"]), + ("cereates", &["creates"]), + ("constructred", &["constructed"]), + ("interupts", &["interrupts"]), + ("subsiquent", &["subsequent"]), + ("firefigter", &["firefighter"]), + ("pyrmaid", &["pyramid"]), + ("puritannical", &["puritanical"]), + ("forenisc", &["forensic"]), + ("maneveurs", &["maneuvers"]), + ("workrounds", &["workarounds"]), + ("exlpoits", &["exploits"]), + ("obssesive", &["obsessive"]), + ("sporanos", &["sopranos"]), + ("candiate", &["candidate"]), + ("nax", &["max", "nad"]), + ("paralisys", &["paralysis"]), + ("inflateble", &["inflatable"]), + ("popolate", &["populate"]), + ("dectorator", &["decorator"]), + ("squashgin", &["squashing"]), + ("somethines", &["somethings"]), + ("gatherig", &["gatherings", "gathering"]), + ("tesellated", &["tessellated"]), + ("deyhdration", &["dehydration"]), + ("faclons", &["falcons"]), + ("mnemoncis", &["mnemonics"]), + ("administraively", &["administratively"]), + ("obsolited", &["obsoleted"]), + ("argumeng", &["argument"]), + ("pertubations", &["perturbations"]), + ("promprted", &["prompted"]), + ("obtaion", &["obtain"]), + ("sautayed", &["sautéd"]), + ("nestwork", &["network"]), + ("ment", &["meant"]), + ("priviously", &["previously"]), + ("overlflowed", &["overflowed"]), + ("algoritthm", &["algorithm"]), + ("autonation", &["automation"]), + ("enterpirse", &["enterprise"]), + ("interace", &["interacted", "interface"]), + ("scholalry", &["scholarly"]), + ("chronicels", &["chronicles"]), + ("tyo", &["to"]), + ("versuons", &["versions"]), + ("exeeding", &["exceeding"]), + ("hallunications", &["hallucinations"]), + ("cilents", &["clients", "silents", "silence"]), + ("usuallly", &["usually"]), + ("itsself", &["itself"]), + ("explicly", &["explicitly"]), + ("retuned", &["returned"]), + ("genertion", &["generation"]), + ("acused", &["accused"]), + ("exampeles", &["examples"]), + ("skept", &["skipped"]), + ("associaton", &["association"]), + ("accrding", &["according"]), + ("perpatuates", &["perpetuates"]), + ("weigthlifting", &["weightlifting"]), + ("perfmormance", &["performance"]), + ("desribed", &["described"]), + ("gentelmen", &["gentlemen"]), + ("eleminating", &["eliminating"]), + ("strengtened", &["strengthened"]), + ("afecting", &["affecting"]), + ("profitiablity", &["profitability"]), + ("wavelenghth", &["wavelength"]), + ("luckly", &["luckily"]), + ("columne", &["column"]), + ("navigatie", &["navigate"]), + ("sokobon", &["sokoban"]), + ("omniscienct", &["omniscient"]), + ("threadened", &["threaded"]), + ("differet", &["different"]), + ("supposely", &["supposedly"]), + ("sponteneously", &["spontaneously"]), + ("stringet", &["stringent"]), + ("dischard", &["discharged"]), + ("shieldd", &["shielded"]), + ("carefull", &["careful", "carefully"]), + ("survallience", &["surveillance"]), + ("secoundly", &["secondly"]), + ("tessealte", &["tessellate"]), + ("sanctionned", &["sanctioned"]), + ("deesil", &["diesel"]), + ("humiliaton", &["humiliation"]), + ("pkaythroughs", &["playthroughs"]), + ("rizes", &["rises"]), + ("cirucmflex", &["circumflex"]), + ("spawining", &["spawning"]), + ("nativelly", &["natively"]), + ("gauntles", &["gauntlets"]), + ("colonizators", &["colonizers"]), + ("punsiher", &["punisher"]), + ("intpreter", &["interpreter"]), + ("spoilerd", &["spoiled"]), + ("hypathetical", &["hypothetical"]), + ("posistions", &["positions"]), + ("packgement", &["packaging"]), + ("rgeards", &["regards"]), + ("exceutive", &["executive"]), + ("speficifcations", &["specifications"]), + ("upadte", &["update"]), + ("omisiences", &["omnisciences"]), + ("contraversy", &["controversy"]), + ("specificaton", &["specification"]), + ("furthurmore", &["furthermore"]), + ("vicintiy", &["vicinity"]), + ("infalte", &["inflate"]), + ("infoemation", &["information"]), + ("honsetly", &["honestly"]), + ("renderring", &["rendering"]), + ("contaning", &["containing"]), + ("windowz", &["windows"]), + ("dissopointed", &["disappointed"]), + ("prohibts", &["prohibits"]), + ("dogdammit", &["goddammit"]), + ("conatining", &["containing"]), + ("forgein", &["foreign"]), + ("behaviro", &["behavior"]), + ("otrhographic", &["orthographic"]), + ("sourthern", &["southern"]), + ("marinens", &["marines"]), + ("decodding", &["decoding"]), + ("recognision", &["recognition"]), + ("dossapointed", &["disappointed"]), + ("cahrging", &["charging"]), + ("billingualism", &["bilingualism"]), + ("mathemetical", &["mathematical"]), + ("abstraced", &["abstracted"]), + ("exceprts", &["excerpts"]), + ("serinomial", &["ceremonial"]), + ("viscreal", &["visceral"]), + ("simspon", &["simpson"]), + ("cataclism", &["cataclysm"]), + ("unublish", &["unpublish"]), + ("protestantisk", &["protestants"]), + ("suppier", &["supplier"]), + ("pennsilvania", &["pennsylvania"]), + ("subscibe", &["subscribe"]), + ("usueful", &["useful"]), + ("outfiled", &["outfield"]), + ("innovacion", &["innovation"]), + ("vertify", &["verify"]), + ("binidng", &["binding"]), + ("experimdnt", &["experiment"]), + ("comunism", &["communism"]), + ("performences", &["performances"]), + ("countertraps", &["counterparts"]), + ("attepts", &["attempts"]), + ("impcat", &["impact"]), + ("durtaion", &["duration"]), + ("errror", &["error"]), + ("chinees", &["chinese"]), + ("compromisses", &["compromises"]), + ("inappropirate", &["inappropriate"]), + ("methdo", &["method"]), + ("gratutiously", &["gratuitously"]), + ("veragated", &["variegated"]), + ("fairoh", &["pharaoh"]), + ("anonimusally", &["anonymously"]), + ("tablepsace", &["tablespace"]), + ("settng", &["setting"]), + ("cartles", &["cartels"]), + ("serounding", &["surrounding"]), + ("cheeseburgs", &["cheeseburgers"]), + ("cluthcing", &["clutching"]), + ("genenerally", &["generally"]), + ("fractoinal", &["fractional"]), + ("elelments", &["elements"]), + ("defaulrts", &["defaults"]), + ("rightt", &["right"]), + ("supernatual", &["supernatural"]), + ("uninspiried", &["uninspired"]), + ("responces", &["response", "responses"]), + ("infrastrukture", &["infrastructure"]), + ("conontation", &["connotation"]), + ("comparisms", &["comparisons"]), + ("ceritificate", &["certificate"]), + ("clicklabe", &["clickable"]), + ("comparising", &["comparing"]), + ("prototoype", &["prototype"]), + ("dysfucntional", &["dysfunctional"]), + ("follewinwg", &["following"]), + ("beight", &["height"]), + ("defamating", &["defamation"]), + ("ariborne", &["airborne"]), + ("catagorie", &["category", "categories"]), + ("incompatiability", &["incompatibility"]), + ("importamnt", &["important"]), + ("manufacteres", &["manufactures"]), + ("sementic", &["semantic"]), + ("attribuets", &["attributes"]), + ("encripted", &["encrypted"]), + ("compeating", &["completing", "competing"]), + ("accociates", &["associates"]), + ("permuated", &["permutated", "permuted"]), + ("colllection", &["collection"]), + ("seplling", &["spelling"]), + ("maybellinne", &["maybelline"]), + ("subcriptions", &["subscriptions"]), + ("rediculous", &["ridiculous"]), + ("revereces", &["references"]), + ("complate", &["complacent", "complete"]), + ("vindicitve", &["vindictive"]), + ("simultainously", &["simultaneously"]), + ("disription", &["disruption"]), + ("continuativo", &["continuation"]), + ("automodertor", &["automoderator"]), + ("interpoloations", &["interpolations"]), + ("privious", &["previous"]), + ("poweful", &["powerful"]), + ("voyour", &["voyeur"]), + ("collegaue", &["colleague"]), + ("dictionries", &["dictionaries"]), + ("meditarrenean", &["mediterranean"]), + ("administraton", &["administration"]), + ("aquries", &["acquires", "equerries"]), + ("retourned", &["returned"]), + ("addiiton", &["addition"]), + ("intentialy", &["intentionally"]), + ("butterfies", &["butterflies"]), + ("aunthenticated", &["authenticated"]), + ("intendos", &["intends"]), + ("ultraound", &["ultrasound"]), + ("interate", &["iterate"]), + ("overwelming", &["overwhelming"]), + ("usefull", &["useful"]), + ("swtiches", &["switches"]), + ("proocecures", &["procedures"]), + ("asser", &["assert"]), + ("statisitcs", &["statistics"]), + ("escalatie", &["escalate"]), + ("experiminting", &["experimenting"]), + ("elamentries", &["elementaries"]), + ("prosicuted", &["prosecuted"]), + ("checksm", &["checksum"]), + ("aggrgates", &["aggregates"]), + ("veriation", &["variation"]), + ("transparnt", &["transparent"]), + ("appature", &["aperture"]), + ("slase", &["slash"]), + ("ailenated", &["alienated"]), + ("realibility", &["reliability"]), + ("flippade", &["flipped"]), + ("anye", &["any"]), + ("himselv", &["himself"]), + ("probabaly", &["probably"]), + ("italias", &["italians"]), + ("acorss", &["across"]), + ("umcomfortably", &["uncomfortably"]), + ("occucences", &["occurrences"]), + ("marshmallowiest", &["marshmallows"]), + ("pulisher", &["publisher"]), + ("appriciate", &["appreciate"]), + ("austeer", &["austere"]), + ("requisits", &["requisites"]), + ("doese", &["does"]), + ("poits", &["points"]), + ("conceptul", &["conceptual"]), + ("precisou", &["precious"]), + ("embarrasement", &["embarrassment"]), + ("childbrith", &["childbirth"]), + ("generelization", &["generalization"]), + ("crowbahr", &["crowbar"]), + ("insinuationg", &["insinuating"]), + ("virutalize", &["virtualize"]), + ("appluase", &["applause"]), + ("respresentational", &["representational"]), + ("consuments", &["consumes"]), + ("bnndler", &["bundler"]), + ("initializexd", &["initialized"]), + ("numberrs", &["numbers"]), + ("cotnains", &["contains"]), + ("follwed", &["followed"]), + ("fucntioning", &["functioning"]), + ("nastertiem", &["nasturtium"]), + ("sourc", &["source"]), + ("cadidate", &["candidate"]), + ("abstracly", &["abstractly"]), + ("preimer", &["premier"]), + ("balsphemy", &["blasphemy"]), + ("expeirimentation", &["experimentation"]), + ("alogrithm", &["algorithm"]), + ("priot", &["prior"]), + ("initailise", &["initialise"]), + ("sepend", &["depend", "suspend"]), + ("forwad", &["forward"]), + ("woithout", &["without"]), + ("raotating", &["rotating"]), + ("possble", &["possible"]), + ("coordintae", &["coordinate"]), + ("fabricatie", &["fabricated"]), + ("intefered", &["interfered"]), + ("porviding", &["providing"]), + ("tolkein", &["tolkien"]), + ("writte", &["write", "written"]), + ("breakthorugh", &["breakthrough"]), + ("montajes", &["montages"]), + ("abandenment", &["abandonment"]), + ("cartirdges", &["cartridges"]), + ("mutlitasking", &["multitasking"]), + ("provocatief", &["provocative"]), + ("experimentaions", &["experimentations"]), + ("agancy", &["agency"]), + ("traslates", &["translates"]), + ("perticipates", &["participates"]), + ("autoconplete", &["autocomplete"]), + ("breakthruoghs", &["breakthroughs"]), + ("velidate", &["validate"]), + ("sacarmento", &["sacramento"]), + ("cooperativo", &["cooperation"]), + ("condascending", &["condescending"]), + ("implet", &["implement"]), + ("genralization", &["generalization"]), + ("orhcestra", &["orchestra"]), + ("unbeareble", &["unbearable"]), + ("abstrations", &["abstractions"]), + ("clitories", &["clitoris"]), + ("trasported", &["transported"]), + ("appetitite", &["appetite"]), + ("braket", &["bracket", "brake"]), + ("strenghening", &["strengthening"]), + ("lmits", &["limits"]), + ("caluclating", &["calculating"]), + ("parellism", &["parallelism"]), + ("alternetively", &["alternatively"]), + ("unplaybale", &["unplayable"]), + ("reccommendations", &["recommendations"]), + ("spartsn", &["spartans"]), + ("vulnerablities", &["vulnerabilities"]), + ("coeffiecients", &["coefficients"]), + ("contridicts", &["contradicts"]), + ("arry", &["array", "carry"]), + ("speficillications", &["specifications"]), + ("oriantate", &["orientate"]), + ("limitant", &["militant"]), + ("resuced", &["rescued"]), + ("frequenices", &["frequencies"]), + ("otherwrite", &["overwrite"]), + ("homophobie", &["homophobe"]), + ("adresss", &["address"]), + ("automic", &["atomic", "automatic"]), + ("ecxtracted", &["extracted"]), + ("outpusts", &["outputs"]), + ("qualificaitons", &["qualifications"]), + ("reallly", &["really"]), + ("encrytption", &["encryption"]), + ("brasillian", &["brazilian"]), + ("polymore", &["polymer"]), + ("reqeust", &["request"]), + ("preferas", &["prefers"]), + ("propultion", &["propulsion"]), + ("raotats", &["rotates"]), + ("visibles", &["visible"]), + ("dermatoligist", &["dermatologist"]), + ("reprodice", &["reproduce"]), + ("juvenilles", &["juvenile"]), + ("individuales", &["individuals"]), + ("superopeator", &["superoperator"]), + ("analoguous", &["analogous"]), + ("fragmenetd", &["fragmented"]), + ("intterupted", &["interrupted"]), + ("mechamism", &["mechanism"]), + ("perputrator", &["perpetrator"]), + ("coleeg", &["colleague"]), + ("developmenet", &["developments"]), + ("unocode", &["unicode"]), + ("eneters", &["enters"]), + ("modfiders", &["modifiers"]), + ("executeables", &["executables"]), + ("expesive", &["expensive"]), + ("caraboo", &["caribou"]), + ("splited", &["split"]), + ("unfortunatly", &["unfortunately"]), + ("punctiation", &["punctuation"]), + ("juli", &["july"]), + ("reding", &["reading"]), + ("commmitting", &["committing"]), + ("correctely", &["correctly"]), + ("pligrim", &["pilgrim"]), + ("discconeccted", &["disconnected"]), + ("realisim", &["realism"]), + ("securtity", &["security"]), + ("assesments", &["assessments"]), + ("acqueus", &["aqueous"]), + ("prdpagators", &["propagators"]), + ("matix", &["matrix"]), + ("diagnossed", &["diagnose"]), + ("calculautions", &["calculations"]), + ("attirubte", &["attribute"]), + ("hotizontal", &["horizontal"]), + ("trollade", &["trolled"]), + ("strucurs", &["structures"]), + ("gypises", &["gypsies"]), + ("nastersiems", &["nasturtiums"]), + ("browswer", &["browser"]), + ("electricien", &["electrician"]), + ("ballances", &["balances"]), + ("continer", &["container"]), + ("perpsective", &["perspective"]), + ("periphirals", &["peripherals"]), + ("addresable", &["addressable"]), + ("positivisty", &["positivity"]), + ("genarated", &["generated"]), + ("indentleveal", &["indentlevel"]), + ("commandered", &["commanded"]), + ("intrested", &["interested"]), + ("verbaitm", &["verbatim"]), + ("friendzoneado", &["friendzoned"]), + ("corect", &["correct"]), + ("beleve", &["believe"]), + ("patince", &["patience"]), + ("epliepsy", &["epilepsy"]), + ("apprecaited", &["appreciated"]), + ("caffeen", &["caffeine"]), + ("unavaialbale", &["unavailable"]), + ("somethinig", &["somethings"]), + ("admininistrators", &["administrators"]), + ("memcahe", &["memcache"]), + ("rennovating", &["renovating"]), + ("youre", &["your"]), + ("unrecovable", &["unrecoverable"]), + ("sudmobules", &["submodules"]), + ("agrrement", &["agreement"]), + ("commpletion", &["completion"]), + ("objekt", &["object"]), + ("individuall", &["individual", "individually"]), + ("ammends", &["amends"]), + ("modifactions", &["modifications"]), + ("ines", &["lines"]), + ("boounds", &["bounds"]), + ("organizativo", &["organization"]), + ("ambuigity", &["ambiguity"]), + ("derugulation", &["deregulation"]), + ("gankign", &["ganking"]), + ("vacinated", &["vaccinated"]), + ("missionaire", &["missionaries"]), + ("agant", &["agent"]), + ("disconetion", &["disconnection"]), + ("stategised", &["strategised"]), + ("conservite", &["conserve"]), + ("swtichers", &["switchers"]), + ("sykwalker", &["skywalker"]), + ("nawshes", &["nauseous"]), + ("describibg", &["describing"]), + ("leaveing", &["leaving"]), + ("exceuctable", &["executable"]), + ("multiplyng", &["multiplying"]), + ("armamant", &["armament"]), + ("horriblely", &["horribly"]), + ("tridnet", &["trident"]), + ("experimtenations", &["experimentations"]), + ("convicitons", &["convictions"]), + ("javascropt", &["javascript"]), + ("opearands", &["operands"]), + ("olbiterated", &["obliterated"]), + ("temprement", &["temperament"]), + ("bureaucratius", &["bureaucrats"]), + ("prepocessor", &["preprocessor"]), + ("aotomated", &["automated"]), + ("negotiatin", &["negotiations"]), + ("coording", &["according"]), + ("exclusivety", &["exclusivity"]), + ("terninals", &["terminals"]), + ("spefiification", &["specification"]), + ("minimalisity", &["minimalist"]), + ("exchage", &["exchange"]), + ("redefintion", &["redefinition"]), + ("stuipder", &["stupider"]), + ("transpeorted", &["transported"]), + ("recconenctions", &["reconnections"]), + ("telegrah", &["telegraph"]), + ("coul", &["could"]), + ("disclamer", &["disclaimer"]), + ("paranoicas", &["paranoia"]), + ("stuctures", &["structures"]), + ("resemebling", &["resembling"]), + ("webassemby", &["webassembly"]), + ("finanical", &["financial"]), + ("descrition", &["description"]), + ("publihser", &["publisher"]), + ("inconvienence", &["inconvenience"]), + ("cruical", &["crucial"]), + ("woudl", &["would"]), + ("conveniet", &["convenient"]), + ("unresposive", &["unresponsive"]), + ("adoptors", &["adopters", "adaptors"]), + ("cimptomatically", &["symptomatically"]), + ("undertstanding", &["understanding"]), + ("woundering", &["wondering"]), + ("negociator", &["negotiator"]), + ("resturcturing", &["restructuring"]), + ("grizzley", &["grizzly"]), + ("thouhgt", &["thought"]), + ("misakes", &["mistakes"]), + ("collistion", &["collision"]), + ("metablosim", &["metabolism"]), + ("alorithm", &["algorithm"]), + ("mismatchd", &["mismatched"]), + ("illistrations", &["illustrations"]), + ("protability", &["portability", "probability"]), + ("appoximates", &["approximates"]), + ("analouge", &["analogue"]), + ("headshoot", &["headshot"]), + ("kernul", &["colonel", "kernel"]), + ("malicously", &["maliciously"]), + ("furnctions", &["functions"]), + ("descibes", &["describes"]), + ("negoated", &["negotiated"]), + ("wirded", &["wired", "weird"]), + ("contuining", &["continuing"]), + ("connectivitiy", &["connectivity"]), + ("britened", &["brightened"]), + ("proportionnal", &["proportional"]), + ("metorpolitan", &["metropolitan"]), + ("priestes", &["priests"]), + ("limitimg", &["limiting"]), + ("defaulz", &["default", "defaults"]), + ("disptach", &["dispatch"]), + ("diffult", &["difficult"]), + ("fom", &["form", "from"]), + ("escludes", &["excludes"]), + ("timestanp", &["timestamp", "timespan"]), + ("millioniare", &["millionaire"]), + ("penisse", &["penises"]), + ("vernecular", &["vernacular"]), + ("chassids", &["chassis"]), + ("abtracting", &["abstracting"]), + ("sacrifaces", &["sacrifices"]), + ("implausibe", &["implausible"]), + ("substistutions", &["substitutions"]), + ("unspeficified", &["unspecified"]), + ("standerdized", &["standardized"]), + ("couse", &["course", "cause"]), + ("allcoated", &["allocated"]), + ("motoroloa", &["motorola"]), + ("offets", &["offsets", "offers"]), + ("nonsignificant", &["insignificant"]), + ("renegotionation", &["renegotiation"]), + ("beforing", &["before"]), + ("cahacters", &["characters"]), + ("argmuments", &["arguments"]), + ("shortern", &["shorten"]), + ("minimilast", &["minimalist"]), + ("nostalgica", &["nostalgia"]), + ("elemenet", &["element"]), + ("reniger", &["reneger"]), + ("negoptionsotiator", &["negotiator"]), + ("perpretator", &["perpetrators"]), + ("aks", &["ask"]), + ("nominatons", &["nominations"]), + ("cointain", &["contain"]), + ("capaciaty", &["capacity"]), + ("characteer", &["character"]), + ("disrispectful", &["disrespectful"]), + ("eliminaste", &["eliminates"]), + ("addresesd", &["addressed"]), + ("intreguing", &["intriguing"]), + ("vareity", &["variety"]), + ("shareholdes", &["shareholders"]), + ("analig", &["analog"]), + ("improsined", &["imprisoned"]), + ("prologe", &["prologue"]), + ("browines", &["brownies"]), + ("metatatble", &["metatable"]), + ("repsecting", &["respecting"]), + ("bookkepp", &["bookkeep"]), + ("disssemble", &["disassemble"]), + ("alocholic", &["alcoholic"]), + ("juggernuat", &["juggernaut"]), + ("peformed", &["performed"]), + ("delimeters", &["delimiters"]), + ("documentry", &["documentary"]), + ("necesarry", &["necessary"]), + ("distincitve", &["distinctive"]), + ("chiper", &["cipher", "chipper", "chimer"]), + ("apostrafies", &["apostrophes"]), + ("expempted", &["exempted"]), + ("possbile", &["possible", "possibly"]), + ("eptrapolated", &["extrapolated"]), + ("compaired", &["compared"]), + ("veriations", &["variations"]), + ("skepticisim", &["skepticism"]), + ("versionm", &["version"]), + ("intruiging", &["intriguing"]), + ("reevaulate", &["reevaluate"]), + ("initailizing", &["initializing"]), + ("othere", &["other"]), + ("precondtioners", &["preconditioners"]), + ("indicateds", &["indicated", "indicates"]), + ("blances", &["balances", "glances", "lances"]), + ("offener", &["oftener"]), + ("multlipliers", &["multipliers"]), + ("decriptive", &["descriptive"]), + ("delemeter", &["delimiter"]), + ("masqurade", &["masquerade"]), + ("exponantation", &["exponentiation"]), + ("grranted", &["granted"]), + ("guarrantying", &["guaranteeing"]), + ("ascripts", &["scripts"]), + ("leniant", &["lenient"]), + ("rememebering", &["remembering"]), + ("bresh", &["brush", "fresh"]), + ("hallowen", &["halloween"]), + ("aggragator", &["aggregator"]), + ("complementt", &["complement"]), + ("distributivos", &["distributions"]), + ("defitnaly", &["defiantly"]), + ("batchleurs", &["bachelors"]), + ("hsell", &["shell"]), + ("comparitve", &["comparative"]), + ("converning", &["converting"]), + ("applicatios", &["applications"]), + ("palestininas", &["palestinians"]), + ("alterantively", &["alternatively"]), + ("oscilliscope", &["oscilloscope"]), + ("fomaing", &["foaming"]), + ("extrodinary", &["extraordinary"]), + ("deubuging", &["debugging"]), + ("confessino", &["confessions"]), + ("spefies", &["specifies"]), + ("perferrances", &["preferences"]), + ("versiones", &["versions"]), + ("nams", &["names"]), + ("converseley", &["conversely"]), + ("punicode", &["punycode"]), + ("esctasy", &["ecstasy"]), + ("computre", &["compute"]), + ("binairy", &["binary"]), + ("morroco", &["morocco"]), + ("escpaes", &["escapes"]), + ("detroy", &["destroy"]), + ("valentones", &["valentines"]), + ("sryacuse", &["syracuse"]), + ("perservere", &["persevere"]), + ("transorming", &["transforming"]), + ("chasiss", &["chassis"]), + ("numericable", &["numerical"]), + ("rectanguar", &["rectangular"]), + ("herat", &["heart"]), + ("libertariansm", &["libertarianism"]), + ("serialsied", &["serialised"]), + ("scheduel", &["schedule"]), + ("standartised", &["standardised"]), + ("treshold", &["threshold"]), + ("completalbe", &["completable"]), + ("registraion", &["registration"]), + ("experiensial", &["experiential"]), + ("rhapsoy", &["rhapsody"]), + ("situatuion", &["situation"]), + ("exatract", &["extract"]), + ("chocolot", &["chocolate"]), + ("inforation", &["information"]), + ("indicitive", &["indicative"]), + ("enconded", &["encoded"]), + ("phenominon", &["phenomenon"]), + ("conqueor", &["conquer"]), + ("synchrnoized", &["synchronized"]), + ("subscirber", &["subscribers", "subscriber"]), + ("mudering", &["murdering"]), + ("etablished", &["established"]), + ("irrationallly", &["irrationally"]), + ("levetating", &["levitating"]), + ("wrappng", &["wrapping"]), + ("unreasonbly", &["unreasonably"]), + ("experimentaally", &["experimentally"]), + ("buik", &["bulk"]), + ("positionne", &["positioned"]), + ("consilidated", &["consolidated"]), + ("withotu", &["without"]), + ("icongnito", &["incognito"]), + ("inport", &["import"]), + ("wihle", &["while"]), + ("storeis", &["storeys", "stores"]), + ("thist", &["this"]), + ("ontainor", &["container"]), + ("dissimillar", &["dissimilar"]), + ("monopoply", &["monopoly"]), + ("widespred", &["widespread"]), + ("compitition", &["competition"]), + ("authencicator", &["authenticator"]), + ("contatenated", &["concatenated"]), + ("duplacation", &["duplication"]), + ("desitinations", &["destinations"]), + ("determinte", &["determine", "determined"]), + ("nostolgic", &["nostalgic"]), + ("cellabrates", &["celebrates"]), + ("incompaitiblity", &["incompatibility"]), + ("formatiing", &["formatting"]), + ("backfied", &["backfield"]), + ("intiials", &["initials"]), + ("expewrimenter", &["experimenter"]), + ("undermineras", &["undermines"]), + ("cuacasian", &["caucasian"]), + ("enterring", &["entering"]), + ("unplesent", &["unpleasant"]), + ("heartborne", &["heartbroken"]), + ("teacers", &["teachers"]), + ("teplmate", &["template"]), + ("distinquishes", &["distinguishes"]), + ("characyers", &["characters"]), + ("lenghtend", &["lengthened"]), + ("communits", &["communist"]), + ("procucing", &["procuring", "producing"]), + ("starwberry", &["strawberry"]), + ("acquiesses", &["acquiesces"]), + ("incosistencies", &["inconsistencies"]), + ("emegrency", &["emergency"]), + ("negoitator", &["negotiator"]), + ("sansitizer", &["sanitizer"]), + ("thereom", &["theorem"]), + ("behaivours", &["behaviours"]), + ("foced", &["forced"]), + ("paranioa", &["paranoia"]), + ("susbcribe", &["subscribe"]), + ("unduee", &["undue"]), + ("intrinsinc", &["intrinsic"]), + ("embarassing", &["embarrassing"]), + ("mesurement", &["measurement"]), + ("correspondance", &["correspondence"]), + ("distribuitor", &["distributor"]), + ("hairsytle", &["hairstyle"]), + ("comparisen", &["compares"]), + ("chagned", &["changed"]), + ("reguler", &["regular"]), + ("improovments", &["improvements"]), + ("speficillier", &["specifier"]), + ("compaibility", &["compatibility"]), + ("transister", &["transistor"]), + ("subisdized", &["subsidized"]), + ("obayed", &["obeyed"]), + ("relativitiy", &["relativity"]), + ("delgations", &["delegations"]), + ("metephorical", &["metaphorical"]), + ("particale", &["particle"]), + ("curev", &["curve"]), + ("communciation", &["communication"]), + ("trucnate", &["truncate"]), + ("tabluates", &["tabulates"]), + ("steping", &["stepping"]), + ("workbanches", &["workbenches"]), + ("upack", &["unpack"]), + ("transcondes", &["transcodes"]), + ("temparatures", &["temperatures"]), + ("finanaced", &["financed"]), + ("habsbourg", &["habsburg"]), + ("freedomes", &["freedoms"]), + ("fanatism", &["fanaticism"]), + ("speficieirs", &["specifiers"]), + ("vefiry", &["verify"]), + ("wawrick", &["warwick"]), + ("transformaton", &["transformation"]), + ("amublance", &["ambulance"]), + ("alogirthms", &["algorithms"]), + ("shoping", &["shopping"]), + ("programmaticaly", &["programmatically"]), + ("ownerhsip", &["ownership"]), + ("expersses", &["expresses"]), + ("belys", &["belies"]), + ("scafold", &["scaffold"]), + ("overivew", &["overview"]), + ("configuratrions", &["configurations"]), + ("avaiilable", &["available"]), + ("outfidel", &["outfield"]), + ("desturtors", &["destructors"]), + ("sythetics", &["synthetics"]), + ("cylider", &["cylinder"]), + ("renegotitaion", &["renegotiation"]), + ("defeaulted", &["defaulted"]), + ("neccessarily", &["necessarily"]), + ("uplodad", &["upload", "uploaded"]), + ("senconds", &["seconds"]), + ("databsaes", &["databases"]), + ("micorwaves", &["microwaves"]), + ("connecticunts", &["connecticut"]), + ("downgading", &["downgrading"]), + ("boradcasting", &["broadcasting"]), + ("hurriganes", &["hurricanes"]), + ("collumn", &["column"]), + ("fabircate", &["fabricate"]), + ("coexhisted", &["coexisted"]), + ("tabeview", &["tabview"]), + ("prcoess", &["process"]), + ("embarassingly", &["embarrassingly"]), + ("dublications", &["publications"]), + ("vernicular", &["vernacular"]), + ("honeymon", &["honeymoon"]), + ("kryptonie", &["kryptonite"]), + ("numer", &["number"]), + ("mintoring", &["mentoring", "monitoring"]), + ("transisition", &["transition"]), + ("inded", &["indeed", "index"]), + ("apperent", &["apparent"]), + ("minneaplis", &["minneapolis"]), + ("unablet", &["unable"]), + ("computaion", &["computation"]), + ("htat", &["that"]), + ("incompletd", &["incomplete"]), + ("intallations", &["installations"]), + ("cpoy", &["coy", "copy"]), + ("vulnerabulility", &["vulnerability"]), + ("microtransactiosn", &["microtransactions"]), + ("packacge", &["package"]), + ("constrints", &["constraints"]), + ("insepects", &["inspects"]), + ("sponteneous", &["spontaneous"]), + ("cleary", &["clearly"]), + ("jounral", &["journal"]), + ("materaial", &["material"]), + ("ehance", &["enhance"]), + ("irregulierties", &["irregularities"]), + ("commmited", &["committed"]), + ("recepients", &["recipients"]), + ("unaffliated", &["unaffiliated"]), + ("algorthimic", &["algorithmic"]), + ("termplate", &["template"]), + ("sistemizes", &["systemizes"]), + ("yiu", &["you"]), + ("eelment", &["element"]), + ("undertoe", &["undertones"]), + ("comissions", &["commissions"]), + ("prejection", &["projection"]), + ("masturbathe", &["masturbated"]), + ("debnia", &["debian"]), + ("coallesceing", &["coalescing"]), + ("invulnarable", &["invulnerable"]), + ("celisus", &["celsius"]), + ("spwans", &["spawns"]), + ("surrondings", &["surroundings"]), + ("acqure", &["acquire"]), + ("transimssion", &["transmissions"]), + ("unspeficed", &["unspecified"]), + ("saphires", &["sapphires"]), + ("indien", &["indian", "endian"]), + ("invokee", &["invoked", "invoke"]), + ("fluroide", &["fluoride"]), + ("paschurise", &["pasteurise"]), + ("complicaties", &["complicate"]), + ("empahsizing", &["emphasizing"]), + ("opinoniated", &["opinionated"]), + ("ostrasiced", &["ostracized"]), + ("executign", &["executing"]), + ("provinciae", &["province"]), + ("agruing", &["arguing"]), + ("chcukles", &["chuckles"]), + ("asscoaied", &["associated"]), + ("predefineds", &["predefined"]), + ("internels", &["internals"]), + ("replasement", &["replacement"]), + ("theoligical", &["theological"]), + ("disabilitily", &["disability"]), + ("reflecters", &["reflects"]), + ("espeically", &["especially"]), + ("preficient", &["proficient"]), + ("prioirty", &["priority"]), + ("reuquest", &["request"]), + ("downgrates", &["downgrades"]), + ("pege", &["page"]), + ("silouet", &["silhouette"]), + ("intervines", &["intervenes"]), + ("sometihing", &["something"]), + ("conferrencing", &["conferencing"]), + ("adressing", &["addressing"]), + ("perservered", &["persevered"]), + ("adjustmenet", &["adjustment"]), + ("chloesterol", &["cholesterol"]), + ("collataral", &["collateral"]), + ("assimulate", &["assimilate"]), + ("neighobrhood", &["neighborhood"]), + ("comemoretion", &["commemoration"]), + ("desintation", &["destination"]), + ("unregsitering", &["unregistering"]), + ("accidenty", &["accidentally"]), + ("conflciting", &["conflicting"]), + ("insentitive", &["insensitive"]), + ("interveign", &["intervening"]), + ("hostorical", &["historical"]), + ("unsing", &["unsigned", "using"]), + ("transcrito", &["transcript"]), + ("paradse", &["parades"]), + ("deneirs", &["deniers"]), + ("deliberite", &["deliberate"]), + ("ofrom", &["from"]), + ("experimmented", &["experimented"]), + ("attibuted", &["attributed"]), + ("unstalls", &["installs", "uninstalls"]), + ("basilcy", &["basically"]), + ("sizemologists", &["seismologists"]), + ("compolsury", &["compulsory"]), + ("isdefinitely", &["indefinitely"]), + ("paraphanalia", &["paraphernalia"]), + ("phenomonal", &["phenomenal"]), + ("conplications", &["complications"]), + ("tortillla", &["tortilla"]), + ("previosly", &["previously"]), + ("continuarla", &["continual"]), + ("romotes", &["remotes"]), + ("cumbersone", &["cumbersome"]), + ("registsers", &["registers"]), + ("fremented", &["fermented"]), + ("modifieras", &["modifiers"]), + ("visiblity", &["visibility"]), + ("unsubsribe", &["unsubscribe"]), + ("sarcastisch", &["sarcastic"]), + ("opinyonable", &["opinionable"]), + ("brithdays", &["birthdays"]), + ("incompatibl", &["incompatible"]), + ("affort", &["afford", "effort"]), + ("behaivior", &["behavior"]), + ("ultimatuum", &["ultimatum"]), + ("pathame", &["pathname"]), + ("benevalent", &["benevolent"]), + ("suppresson", &["suppression"]), + ("magnatiude", &["magnitude"]), + ("tempororily", &["temporarily"]), + ("suppresssions", &["suppressions"]), + ("continously", &["continuously"]), + ("ahppen", &["happen"]), + ("windoows", &["windows"]), + ("replaceemnts", &["replacements"]), + ("indoctronated", &["indoctrinated"]), + ("reluctanty", &["reluctantly"]), + ("hypocrises", &["hypocrites"]), + ("dokcer", &["docker"]), + ("liablity", &["liability"]), + ("deciedd", &["decided"]), + ("midtwon", &["midtown"]), + ("currrent", &["current"]), + ("ccurred", &["occurred"]), + ("reqiure", &["require"]), + ("neigbhours", &["neighbours"]), + ("bettter", &["better"]), + ("sugests", &["suggests"]), + ("sopce", &["scope"]), + ("persued", &["pursued"]), + ("linaer", &["linear"]), + ("inconviences", &["inconveniences"]), + ("wahts", &["whats"]), + ("heriocs", &["heroics"]), + ("writting", &["writing"]), + ("realiable", &["reliable"]), + ("conetor", &["connector"]), + ("encaspulation", &["encapsulation"]), + ("colonozation", &["colonization"]), + ("traslucency", &["translucency"]), + ("imlemented", &["implemented"]), + ("exchnaged", &["exchanged"]), + ("proccesed", &["processed"]), + ("importamt", &["important"]), + ("seramony", &["ceremony"]), + ("tangentailly", &["tangentially"]), + ("adapive", &["adaptive"]), + ("precidence", &["precedence"]), + ("neutrallity", &["neutrality"]), + ("stylessheet", &["stylesheet", "stylesheets"]), + ("informarla", &["informal"]), + ("philosiphers", &["philosophers"]), + ("contants", &["constants", "contents"]), + ("recal", &["recall"]), + ("symobl", &["symbol"]), + ("forefit", &["forfeit"]), + ("buissiness", &["business"]), + ("isoloated", &["isolated"]), + ("resistable", &["resistible"]), + ("talekd", &["talked"]), + ("collpases", &["collapses"]), + ("configutation", &["configuration"]), + ("complciated", &["complicate"]), + ("minerales", &["minerals"]), + ("unregistred", &["unregistered"]), + ("dirived", &["derived"]), + ("provieded", &["provided"]), + ("misforture", &["misfortune"]), + ("vulnearabule", &["vulnerable"]), + ("entites", &["entities"]), + ("firslty", &["firstly"]), + ("absolunely", &["absolutely"]), + ("regiters", &["registers"]), + ("presumabley", &["presumably"]), + ("empitness", &["emptiness"]), + ("intrinsict", &["intrinsic"]), + ("motherboad", &["motherboard"]), + ("expressiosn", &["expressions"]), + ("indide", &["inside", "indeed"]), + ("criticicing", &["criticising"]), + ("frequentry", &["frequently"]), + ("continuu", &["continuous"]), + ("multiplicaiton", &["multiplication"]), + ("stradegy", &["strategy"]), + ("unmodfide", &["unmodified"]), + ("witnesss", &["witnesses"]), + ("delievred", &["delivered"]), + ("blackend", &["blacked"]), + ("undoed", &["undo", "undone"]), + ("mixure", &["mixture"]), + ("resteraunts", &["restaurants"]), + ("hazzle", &["hassle"]), + ("overreide", &["override"]), + ("symapthize", &["sympathize"]), + ("representn", &["representing"]), + ("necromacer", &["necromancer"]), + ("anniversarry", &["anniversary"]), + ("popuplating", &["populating"]), + ("catterpilar", &["caterpillar"]), + ("comaprisons", &["comparisons"]), + ("bilt", &["built"]), + ("certifciate", &["certificate"]), + ("excemptions", &["exemptions"]), + ("indigeneous", &["indigenous"]), + ("succeedes", &["succeeds"]), + ("indepentent", &["independent"]), + ("pinancle", &["pinnacle"]), + ("wmpty", &["empty"]), + ("anarchim", &["anarchism"]), + ("sherlok", &["sherlock"]), + ("temparement", &["temperament"]), + ("sychronisation", &["synchronisation"]), + ("sanytise", &["sanitise"]), + ("sparkel", &["sparkle"]), + ("kiyacks", &["kayaks"]), + ("kubenertes", &["kubernetes"]), + ("thess", &["this", "these"]), + ("futurisitc", &["futuristic"]), + ("metalness", &["metallicity"]), + ("expidite", &["expedite"]), + ("alwayse", &["always"]), + ("sutisfy", &["satisfy"]), + ("experimanets", &["experiments"]), + ("regrding", &["regarding"]), + ("spcaes", &["spaces"]), + ("commandent", &["commandment"]), + ("subtak", &["subtask"]), + ("multliples", &["multiples"]), + ("owener", &["owner"]), + ("nclude", &["include"]), + ("usefule", &["useful"]), + ("gaget", &["gadget"]), + ("adventages", &["advantages"]), + ("dispatcgh", &["dispatch"]), + ("referrences", &["references"]), + ("algoritm", &["algorithm"]), + ("cabniets", &["cabinets"]), + ("prioritity", &["priority"]), + ("sequentually", &["sequentially"]), + ("comrpess", &["compress"]), + ("workbnech", &["workbench"]), + ("girefing", &["griefing"]), + ("multiplaer", &["multiplier"]), + ("pricinpals", &["principals"]), + ("convienance", &["convenience"]), + ("feminsim", &["feminism"]), + ("decern", &["discern"]), + ("constitutinal", &["constitutional"]), + ("intimitaly", &["intimately"]), + ("suppoprted", &["supported"]), + ("proponet", &["proponents"]), + ("ciritcal", &["critical"]), + ("vulberbility", &["vulnerability"]), + ("collissions", &["collisions"]), + ("wresseler", &["wrestler"]), + ("assumtion", &["assumption"]), + ("eletricity", &["electricity"]), + ("remians", &["remains"]), + ("hallucinatin", &["hallucinations"]), + ("custamizing", &["customizing"]), + ("unregstered", &["unregistered"]), + ("asemblers", &["assemblers"]), + ("accssor", &["accessor"]), + ("itentical", &["identical"]), + ("languace", &["language"]), + ("tetrahedran", &["tetrahedron"]), + ( + "narls", + &[ + "earls", "farls", "gnarls", "marls", "nails", "narks", "snarls", + ], + ), + ("molestating", &["molestation"]), + ("robocorp", &["robocop"]), + ("esclude", &["exclude"]), + ("interited", &["inherited"]), + ("kroniclers", &["chroniclers"]), + ("uperclass", &["upperclass"]), + ("perfomeed", &["performed"]), + ("detrimentul", &["detrimental"]), + ("collecing", &["collecting"]), + ("simulteanous", &["simultaneous"]), + ("tansactional", &["transactional"]), + ("vitimans", &["vitamins"]), + ("contstruct", &["construct"]), + ("kimerical", &["chimerical"]), + ("sysmte", &["system"]), + ("withun", &["within"]), + ("tranluscent", &["translucent"]), + ("preciesly", &["precisely"]), + ("glpyh", &["glyph"]), + ("chocolatte", &["chocolates"]), + ("deserialsied", &["deserialised"]), + ("sweetshart", &["sweetheart"]), + ("philosohpy", &["philosophy"]), + ("algorithmnically", &["algorithmically"]), + ("scenarion", &["scenario"]), + ("hemishpere", &["hemisphere"]), + ("polysaccaride", &["polysaccharide"]), + ("soovineers", &["souvenirs"]), + ("enouncters", &["encounters"]), + ("bulletted", &["bulleted"]), + ("thenes", &["themes"]), + ("veiwership", &["viewership"]), + ("wehther", &["whether"]), + ("resourcde", &["resourced", "resource"]), + ("confimration", &["confirmation"]), + ("assistante", &["assistance"]), + ("satisfactoin", &["satisfaction"]), + ("mimmics", &["mimics"]), + ("initalization", &["initialization"]), + ("theive", &["thief"]), + ("implemenetaions", &["implementations"]), + ("prohobited", &["prohibited"]), + ("rysurrection", &["resurrection"]), + ("guass", &["gauss"]), + ("assoaiated", &["associated"]), + ("technoligical", &["technological"]), + ("effectivenss", &["effectiveness"]), + ("realistc", &["realistic"]), + ("acknowledgemnt", &["acknowledgement"]), + ("acheeve", &["achieve"]), + ("politiicans", &["politician"]), + ("sebastin", &["sebastian"]), + ("sideboad", &["sideboard"]), + ("specufies", &["specifies"]), + ("shortcomming", &["shortcoming"]), + ("statisitics", &["statistics"]), + ("fowards", &["forwards"]), + ("folllowind", &["following"]), + ("programd", &["programed"]), + ("manyally", &["manually"]), + ("vulnerabillities", &["vulnerabilities"]), + ("inexplicablly", &["inexplicably"]), + ("deecorator", &["decorator"]), + ("charactersistics", &["characteristics"]), + ("folliwng", &["following"]), + ("availibilty", &["availability"]), + ("exepectation", &["expectation"]), + ("copytighted", &["copyrighted"]), + ("perforemd", &["performed"]), + ("tentacls", &["tentacles"]), + ("informate", &["informative"]), + ("concervatism", &["conservatism"]), + ("infom", &["inform"]), + ("istalling", &["installing"]), + ("scartch", &["scratch"]), + ("intenseley", &["intensely"]), + ("unexpexcted", &["unexpected"]), + ("eroneous", &["erroneous"]), + ("microphen", &["microphone"]), + ("reamin", &["remain"]), + ("oppresssing", &["oppressing"]), + ("encorders", &["encoders"]), + ("separted", &["separated"]), + ("mangesium", &["magnesium"]), + ("omiitted", &["omitted"]), + ("currenlty", &["currently"]), + ("incompatablitiy", &["incompatibility"]), + ("diagnositic", &["diagnostic"]), + ("follwoe", &["follow"]), + ("squadroon", &["squadron"]), + ("unsubscrive", &["unsubscribe"]), + ("commmitted", &["committed"]), + ("grandchilden", &["grandchildren"]), + ("arugable", &["arguable"]), + ("ristricted", &["restricted"]), + ("synchronuously", &["synchronously"]), + ("minoritets", &["minorities"]), + ("compelted", &["completed"]), + ("cosnumer", &["consumer"]), + ("blong", &["belong"]), + ("critizised", &["criticised"]), + ("competetion", &["competition"]), + ("quanlifies", &["qualifies", "quantifies"]), + ("readnig", &["reading"]), + ("scripots", &["scripts"]), + ("regarldess", &["regardless"]), + ("consifered", &["considered"]), + ("corrsponded", &["corresponded"]), + ("reputposes", &["repurposes"]), + ("efficienct", &["efficient"]), + ("fundamentalismus", &["fundamentalists"]), + ("capitarist", &["capitalist"]), + ("pregnencies", &["pregnancies"]), + ("vitamis", &["vitamins"]), + ("surrundering", &["surrendering"]), + ("drunkeness", &["drunkenness"]), + ("bloaded", &["bloated"]), + ("downloadbel", &["downloadable"]), + ("dijskstra", &["dijkstra"]), + ("ulimited", &["unlimited"]), + ("theoreticaly", &["theoretically"]), + ("peices", &["pieces"]), + ("algorthinic", &["algorithmic"]), + ("jewllery", &["jewellery"]), + ("saught", &["sought"]), + ("weaponary", &["weaponry"]), + ("rearrangting", &["rearranging"]), + ("represantiation", &["representation"]), + ("partialy", &["partially"]), + ("transparanetly", &["transparently"]), + ("extrators", &["extractors"]), + ("tailord", &["tailored"]), + ("mdoes", &["does", "modes"]), + ("notificatons", &["notifications"]), + ("depenendency", &["dependency"]), + ("sepeates", &["separates"]), + ("techniquet", &["technique"]), + ("visuaise", &["visualise"]), + ("metabolsim", &["metabolism"]), + ("inaccuraccy", &["inaccuracy"]), + ("licencie", &["licence"]), + ("recevieved", &["received"]), + ("beutiful", &["beautiful"]), + ("proejction", &["projection"]), + ("temorary", &["temporary"]), + ("disguisted", &["disguise"]), + ("functiuon", &["function"]), + ("compositoin", &["compositions"]), + ("suscribed", &["subscribed"]), + ("expeimentally", &["experimentally"]), + ("architcture", &["architecture"]), + ("compoents", &["components"]), + ("aproximate", &["approximate"]), + ("interspursed", &["interspersed"]), + ("adament", &["adamant"]), + ("controversials", &["controversial"]), + ("agnositc", &["agnostic"]), + ("suppying", &["supplying"]), + ("evaulted", &["evaluated"]), + ("injustics", &["injustices"]), + ("behaivors", &["behaviors"]), + ("shortcutt", &["shortcut"]), + ("diagonale", &["diagonal"]), + ("directoty", &["directory"]), + ("custumised", &["customised"]), + ("disappeard", &["disappeared"]), + ("aready", &["already"]), + ("roundign", &["rounding"]), + ("frsibee", &["frisbee"]), + ("wisconisn", &["wisconsin"]), + ("aorund", &["around"]), + ("demonstraties", &["demonstrate"]), + ("exhistence", &["existence"]), + ("contrsted", &["contrasted"]), + ("recongnises", &["recognises"]), + ("symtpom", &["symptom"]), + ("unconditial", &["unconditional"]), + ("misinterperts", &["misinterprets"]), + ("extracto", &["extraction"]), + ("expercts", &["expects"]), + ("mexicanus", &["mexicans"]), + ("ahlpa", &["alpha"]), + ("deterministische", &["deterministic"]), + ("unreigister", &["unregister"]), + ("archtiecture", &["architecture"]), + ("nutral", &["neutral"]), + ("singeled", &["singled", "signaled"]), + ("spectatular", &["spectacular"]), + ("communitcations", &["communications"]), + ("experessing", &["expressing"]), + ("photografy", &["photography"]), + ("progaming", &["programing"]), + ("endpiont", &["endpoint"]), + ("compiltaion", &["compilation"]), + ("ratatooee", &["ratatouille"]), + ("socioeconimc", &["socioeconomic"]), + ("penguiness", &["penguins"]), + ("experiemnted", &["experimented"]), + ("specifiing", &["specifying"]), + ("shortkuts", &["shortcuts"]), + ("reconcilation", &["reconciliation"]), + ("corelated", &["correlated"]), + ("servocing", &["servicing"]), + ("socripting", &["scripting"]), + ("introducion", &["introduction"]), + ("vulacn", &["vulcan"]), + ("srpouts", &["sprouts"]), + ("conttributing", &["contributing"]), + ("reconstrcution", &["reconstruction"]), + ("organizaed", &["organize"]), + ("suspiciouly", &["suspiciously"]), + ("mericful", &["merciful"]), + ("followin", &["following"]), + ("obatinable", &["obtainable"]), + ("paoition", &["position"]), + ("rivision", &["revision"]), + ("discontiued", &["discontinued"]), + ("philisopher", &["philosopher"]), + ("synthesasia", &["synthesis"]), + ("terrotories", &["territories"]), + ("wavelnes", &["wavelines"]), + ("punishmnet", &["punishments"]), + ("conclued", &["conclude"]), + ("directely", &["directly"]), + ("bottlneck", &["bottleneck"]), + ("annoation", &["annotation"]), + ("reename", &["rename"]), + ("beding", &["bedding", "begging"]), + ("trunction", &["truncation"]), + ("technicain", &["technician"]), + ("appliences", &["appliances"]), + ("significanty", &["significantly"]), + ("colaboration", &["collaboration"]), + ("excuted", &["executed"]), + ("difficaulty", &["difficulty"]), + ("downrgades", &["downgrades"]), + ("bueraucrats", &["bureaucrats"]), + ("ocilaters", &["oscillators"]), + ("unducumented", &["undocumented"]), + ("repblicans", &["republicans"]), + ("dissassemblies", &["disassemblies"]), + ("charactristics", &["characteristics"]), + ("algortithms", &["algorithms"]), + ("alrightey", &["alrighty"]), + ("ehough", &["enough"]), + ("parsialy", &["partially"]), + ("mkea", &["make"]), + ("stanp", &["stamp"]), + ("convinved", &["convinced"]), + ("interprerter", &["interpreter"]), + ("carcuses", &["carcasses"]), + ("comftorably", &["comfortably"]), + ("cruthces", &["crutches"]), + ("stabilited", &["stabilized"]), + ("somethiing", &["something"]), + ("contianer", &["container"]), + ("sccript", &["script"]), + ("acquisito", &["acquisition"]), + ("illuminarti", &["illuminati"]), + ("neighbout", &["neighbour"]), + ("aboriganal", &["aboriginal"]), + ("precessing", &["processing"]), + ("everyons", &["everyones"]), + ("cylindre", &["cylinder"]), + ("motivet", &["motivate"]), + ("constituintes", &["constituents"]), + ("arre", &["are"]), + ("aforememtioned", &["aforementioned"]), + ("speadsheet", &["spreadsheet"]), + ("paranomral", &["paranormal"]), + ("opreration", &["operation"]), + ("settiings", &["settings"]), + ("throthling", &["throttling"]), + ("contolls", &["controls"]), + ("ehtnicities", &["ethnicities"]), + ("disastroso", &["disastrous"]), + ("birghten", &["brighten"]), + ("comparasion", &["comparison"]), + ("aborte", &["aborted", "abort", "aborts"]), + ("reseracher", &["researchers"]), + ("aruging", &["arguing"]), + ("reallocaite", &["reallocate"]), + ("placeemnts", &["placements"]), + ("turcoise", &["turquoise"]), + ("apporpriates", &["appropriates"]), + ("autosaveperodical", &["autosaveperiodical"]), + ("scorpoin", &["scorpion"]), + ("combinining", &["combining"]), + ("filterss", &["filters"]), + ("regonize", &["recognize"]), + ("algoorithms", &["algorithms"]), + ("vulnerabilites", &["vulnerabilities"]), + ("blieve", &["believe"]), + ("friendlines", &["friendlies"]), + ("alignmeent", &["alignment"]), + ("confilct", &["conflict"]), + ("lollipoopy", &["lollipop"]), + ("beleieve", &["believe"]), + ("ommisience", &["omniscience"]), + ("uploding", &["uploading"]), + ("enforcees", &["enforces"]), + ("relativety", &["relativity"]), + ("engeries", &["energies"]), + ("protectoin", &["protections", "protection"]), + ("incombatibilities", &["incompatibilities"]), + ("alimunium", &["aluminium"]), + ("assocciated", &["associated"]), + ("identifiaction", &["identification"]), + ("blokcer", &["blocker"]), + ("enumurated", &["enumerated"]), + ("buildd", &["build", "builds"]), + ("fushed", &["flushed"]), + ("hullucination", &["hallucination"]), + ("utput", &["output"]), + ("unstalled", &["installed", "uninstalled"]), + ("influencian", &["influencing"]), + ("recommeneded", &["recommended"]), + ("bronken", &["broken"]), + ("dows", &["does"]), + ("processees", &["processes"]), + ("markters", &["markers"]), + ("folwoin", &["following"]), + ("resurse", &["recurse", "resource"]), + ("enthusiants", &["enthusiast"]), + ("diffferent", &["different"]), + ("failtures", &["failures"]), + ("inconvince", &["inconvenience"]), + ("domesitcated", &["domesticated"]), + ("checbox", &["checkbox"]), + ("bostom", &["boston", "bottom"]), + ("touristes", &["tourists"]), + ("requireing", &["requiring"]), + ("grbber", &["grabber"]), + ("embarressed", &["embarrassed"]), + ("promethues", &["prometheus"]), + ("coalsece", &["coalescence"]), + ("buriser", &["bruiser"]), + ("inquiriy", &["inquiry"]), + ("finshes", &["finishes", "finches"]), + ("whitespcae", &["whitespace"]), + ("imperfectionists", &["imperfections"]), + ("immideately", &["immediately"]), + ("addesses", &["addresses"]), + ("warnning", &["warning"]), + ("segmentaion", &["segmentation"]), + ("volunteraly", &["voluntarily"]), + ("recognization", &["recognition"]), + ("moisturier", &["moisturizer"]), + ("lieutenat", &["lieutenant"]), + ("phramacist", &["pharmacist"]), + ("merang", &["meringue"]), + ("soveriengty", &["sovereignty"]), + ("optimistisch", &["optimistic"]), + ("addjust", &["adjust"]), + ("encorde", &["encode", "encore"]), + ("nullfiy", &["nullify"]), + ("sturggling", &["struggling"]), + ("aneel", &["anneal"]), + ("overbearring", &["overbearing"]), + ("linguisitc", &["linguistics"]), + ("otehrwize", &["otherwise"]), + ("continuemos", &["continues"]), + ("specialice", &["specialize"]), + ("assembley", &["assembly"]), + ("graoh", &["graph"]), + ("handhake", &["handshake"]), + ("coordinnates", &["coordinates"]), + ("asutralian", &["australian"]), + ("nver", &["never"]), + ("ciritical", &["critical"]), + ("mashine", &["machine"]), + ("classicals", &["classics"]), + ("civalasations", &["civilisations"]), + ("milktoast", &["milquetoast"]), + ("seperatelly", &["separately"]), + ("mopdule", &["module"]), + ("prostitutie", &["prostitute"]), + ("corralated", &["correlated"]), + ("represso", &["repression"]), + ("victemize", &["victimize"]), + ("destuctive", &["destructive"]), + ("guantanano", &["guantanamo"]), + ("wass", &["was"]), + ("colleciton", &["collection"]), + ("datatyoe", &["datatype"]), + ("initailse", &["initialise"]), + ("reserverad", &["reserved"]), + ("correcton", &["correction"]), + ("whaat", &["what"]), + ("sepererates", &["separates"]), + ("conplimented", &["complimented"]), + ("lightneing", &["lightening"]), + ("acordion", &["accordion"]), + ("invalidted", &["invalidated"]), + ("cotranser", &["cotransfer"]), + ("dominno", &["dominion"]), + ("enrties", &["entries"]), + ("distingish", &["distinguish"]), + ("wsee", &["see"]), + ("specifity", &["specificity"]), + ("constraing", &["constraining", "constraint"]), + ("enclosue", &["enclosure"]), + ("stummac", &["stomach"]), + ("jekins", &["jenkins"]), + ("broblematic", &["problematic"]), + ("climbes", &["climbers"]), + ("pronouced", &["pronounced"]), + ("institue", &["institute"]), + ("unexperctedly", &["unexpectedly"]), + ("maintaing", &["maintaining"]), + ("mintues", &["minutes"]), + ("unconnectes", &["unconnected"]), + ("inflamable", &["inflatable"]), + ("destinatons", &["destinations"]), + ("americams", &["americas"]), + ("rivlaries", &["rivalries"]), + ("superstitiosi", &["superstitious"]), + ("representatitive", &["representative"]), + ("convencionally", &["conventionally"]), + ("repatwars", &["repertoires"]), + ("vigilantie", &["vigilante"]), + ("copenahgen", &["copenhagen"]), + ("anthropolgy", &["anthropology"]), + ("adjustsments", &["adjustments"]), + ("positionl", &["positional"]), + ("evluation", &["evaluation"]), + ("obssessed", &["obsessed"]), + ("denstiy", &["density"]), + ("obssesion", &["obsession"]), + ("localtions", &["locations"]), + ("expeimentations", &["experimentations"]), + ("unstallation", &["installation", "uninstallation"]), + ("covergence", &["convergence"]), + ("deendency", &["dependency"]), + ("backgroounds", &["backgrounds"]), + ("imfamus", &["infamous"]), + ("dispensaire", &["dispensaries"]), + ("comprossor", &["compressor"]), + ("vectore", &["vector"]), + ("epandable", &["expandable"]), + ("expolsives", &["explosives"]), + ("udloaded", &["unloaded"]), + ("futurustic", &["futuristic"]), + ("electricain", &["electrician"]), + ("margart", &["margaret"]), + ("disinteresed", &["disinterested"]), + ("regulatorios", &["regulators"]), + ("individaul", &["individual"]), + ("behvavior", &["behavior"]), + ("presist", &["persist"]), + ("randomzied", &["randomized"]), + ("configurtoin", &["configuration"]), + ("tempremental", &["temperamental"]), + ("fragmeneted", &["fragmented"]), + ("achievment", &["achievement"]), + ("inmutable", &["immutable"]), + ("inaccuraccies", &["inaccuracies"]), + ("syntesized", &["synthesized"]), + ("zoocheinei", &["zucchinis"]), + ("silowetist", &["silhouettist"]), + ("experimdntal", &["experimental"]), + ("appricated", &["appreciated"]), + ("absoult", &["absolute"]), + ("acquaintaces", &["acquaintances"]), + ("succesfull", &["successful"]), + ("incoprorate", &["incorporate"]), + ("executbale", &["executable"]), + ("databse", &["database"]), + ("proble", &["probe", "probably", "problem"]), + ("unknwoing", &["unknowing"]), + ("corporatoin", &["corporation"]), + ("organsies", &["organises"]), + ("accompagnying", &["accompanying"]), + ("descirption", &["descriptions", "description"]), + ("indefinitive", &["indefinite"]), + ("suggesst", &["suggests", "suggest"]), + ("romotly", &["remotely"]), + ("plasticosa", &["plastics"]), + ("inexperieced", &["inexperienced"]), + ("fractales", &["fractals"]), + ("unline", &["unlike"]), + ("sketck", &["skate", "sketch"]), + ("portoflio", &["portfolio"]), + ("datatytpes", &["datatypes"]), + ("seeem", &["seem"]), + ("recconetion", &["reconnection"]), + ("forgoten", &["forgotten"]), + ("benckmarked", &["benchmarked"]), + ("prodecures", &["procedures"]), + ("mopre", &["more"]), + ("cofrim", &["confirm"]), + ("optimazations", &["optimizations"]), + ("controled", &["controlled"]), + ("contols", &["controls"]), + ("incremenet", &["increment"]), + ("gorups", &["groups"]), + ("soler", &["solver", "solar", "solely"]), + ("spacification", &["specification"]), + ("identicals", &["identical"]), + ("aggessively", &["aggressively"]), + ("clutsers", &["clusters"]), + ("subpackges", &["subpackages"]), + ("reupladed", &["reuploaded"]), + ("miliitas", &["militias"]), + ("intriduction", &["introduction"]), + ("myselfe", &["myself"]), + ("wroked", &["worked"]), + ("overpowerd", &["overpowered"]), + ("vriament", &["vraiment"]), + ("meterosexual", &["heterosexual"]), + ("depenencys", &["dependencies"]), + ("callcack", &["callback"]), + ("platfarmer", &["platformer"]), + ("activitites", &["activities"]), + ("prerequisits", &["prerequisites"]), + ("independntly", &["independently"]), + ("corrispondant", &["correspondent"]), + ("coalesses", &["coalesces"]), + ("velociries", &["velocities"]), + ("desgins", &["designs"]), + ("laguages", &["languages"]), + ("mial", &["mail"]), + ("soiurce", &["source"]), + ("interactifs", &["interacts"]), + ("syncronisation", &["synchronisation"]), + ("deprectate", &["deprecate"]), + ("unattendend", &["unattended"]), + ("trasnformations", &["transformations"]), + ("tomoorw", &["tomorrow"]), + ("intangiable", &["intangible"]), + ("misterious", &["mysterious"]), + ("corruptable", &["corruptible"]), + ("arrestes", &["arrests"]), + ("passord", &["password"]), + ("secuenced", &["sequenced"]), + ("orthagnal", &["orthogonal"]), + ("inofrmation", &["information"]), + ("spirituallity", &["spiritually"]), + ("promts", &["prompts"]), + ("overvize", &["otherwise"]), + ("undesriable", &["undesirable"]), + ("expetcting", &["expecting"]), + ("determinisitc", &["deterministic"]), + ("logiteh", &["logitech"]), + ("demograpics", &["demographics"]), + ("distrubutors", &["distributors"]), + ("generilised", &["generalised"]), + ("directroy", &["directory"]), + ("deatches", &["detaches"]), + ("facsist", &["fascist"]), + ("srtifacts", &["artifacts"]), + ("transpararently", &["transparently"]), + ("tyoe", &["type", "toe", "toey"]), + ("documeneters", &["documenters"]), + ("acchiever", &["achiever"]), + ("certificed", &["certificated"]), + ("unregiters", &["unregisters"]), + ("peloponnes", &["peloponnese", "peloponnesus"]), + ("characers", &["characters"]), + ("vartex", &["vertex"]), + ("circumstanta", &["circumstantial"]), + ("transisioning", &["transitioning"]), + ("perticipate", &["participate"]), + ("electoratul", &["electoral"]), + ("correllation", &["correlation"]), + ("opion", &["option"]), + ("srttings", &["settings"]), + ("newcaslte", &["newcastle"]), + ("repelases", &["releases"]), + ("implememting", &["implementing"]), + ("memics", &["mimics"]), + ("piecwise", &["piecewise"]), + ("changably", &["changeably"]), + ("cheesecase", &["cheesecake"]), + ("matchine", &["machine", "matching"]), + ("librarse", &["libraries"]), + ("incentivos", &["incentives"]), + ("expetimental", &["experimental"]), + ("confifurable", &["configurable"]), + ("autheticators", &["authenticators"]), + ("detets", &["detects", "deletes"]), + ("inverions", &["inversions"]), + ("remoote", &["remote"]), + ("implment", &["implement"]), + ("searh", &["search"]), + ("locaized", &["localized"]), + ("intelisense", &["intellisense"]), + ("spcification", &["specification"]), + ("rturned", &["returned"]), + ("shoudln", &["should"]), + ("ecstacys", &["ecstasy"]), + ("rmeove", &["remove"]), + ("diffuculty", &["difficulty"]), + ("blackhwaks", &["blackhawks"]), + ("ebaled", &["enabled"]), + ("destinataion", &["destination"]), + ("distuingish", &["distinguish"]), + ("bithced", &["bitched"]), + ("interregation", &["interrogation"]), + ("syntacks", &["syntax"]), + ("alignmenet", &["alignment"]), + ("spefiifics", &["specifics"]), + ("extimation", &["estimation"]), + ("tihs", &["this"]), + ("tracsoded", &["transcoded"]), + ("resquest", &["request"]), + ("requieres", &["requires"]), + ("inteegration", &["integration"]), + ("explantions", &["explanations"]), + ("comparativley", &["comparatively"]), + ("isntalation", &["installation"]), + ("properlty", &["properly", "property"]), + ("laods", &["loads"]), + ("thex", &["the", "then"]), + ("vegetarain", &["vegetarians"]), + ("incluudes", &["includes"]), + ("renforces", &["reinforces"]), + ("cylnders", &["cylinders"]), + ("unregistrs", &["unregisters"]), + ("experinementing", &["experimenting"]), + ("ssame", &["same"]), + ("dissmantling", &["dismantling"]), + ("concelear", &["concealer"]), + ("erors", &["errors"]), + ("astronautes", &["astronauts"]), + ("renegotitors", &["renegotiators"]), + ("patriatism", &["patriotism"]), + ("secuirty", &["security"]), + ("resonable", &["reasonable"]), + ("adminstrators", &["administrators"]), + ("louisvillle", &["louisville"]), + ("stormade", &["stormed"]), + ("abundunt", &["abundant"]), + ("reudctions", &["reductions"]), + ("imperialstic", &["imperialist"]), + ("overpooling", &["overlooking"]), + ("filesname", &["filename", "filenames"]), + ("atuhenticating", &["authenticating"]), + ("bithces", &["bitches"]), + ("fied", &["field"]), + ("publisged", &["published"]), + ("refectoring", &["refactoring"]), + ("partisioned", &["partitioned"]), + ("approxamation", &["approximation"]), + ("legact", &["legacy"]), + ("retanslate", &["retranslate"]), + ("tcahces", &["caches"]), + ("esnured", &["ensured"]), + ("daty", &["data", "date"]), + ("temporarilly", &["temporarily"]), + ("degeneraging", &["degenerating"]), + ("aronud", &["around"]), + ("appproach", &["approach"]), + ("vetor", &["vector", "veto"]), + ("depretiating", &["depreciating", "deprecating"]), + ("instititional", &["institutional"]), + ("probabalistically", &["probabilistically"]), + ("deadlfits", &["deadlifts"]), + ("udating", &["updating", "dating"]), + ("upporterd", &["supported"]), + ("informations", &["information"]), + ("vestigal", &["vestigial"]), + ("volonteer", &["volunteer"]), + ("pakistanti", &["pakistani"]), + ("tcahce", &["cache"]), + ("masturbe", &["masturbate"]), + ("mainling", &["mailing"]), + ("renegotiotors", &["renegotiators"]), + ("disciniplary", &["disciplinary"]), + ("transluent", &["translucent"]), + ("discovrs", &["discovers"]), + ("mathmatically", &["mathematically"]), + ("primeter", &["perimeter"]), + ("inovice", &["invoice"]), + ("incorperation", &["incorporation"]), + ("cahanges", &["changes"]), + ("compount", &["compound"]), + ("epxected", &["expected"]), + ("aded", &["added"]), + ("dentistas", &["dentists"]), + ("dependeing", &["depending"]), + ("condradicting", &["contradicting"]), + ("repblic", &["republic"]), + ("scientits", &["scientist"]), + ("costumize", &["customize"]), + ("hallcuination", &["hallucination"]), + ("upated", &["updated"]), + ("sizemology", &["seismology"]), + ("loiusville", &["louisville"]), + ("manufacuter", &["manufacture"]), + ("fluorish", &["flourish"]), + ("accelerte", &["accelerate"]), + ("peported", &["reported", "purported"]), + ("attribtes", &["attributes", "attribute"]), + ("bascily", &["basically"]), + ("interivew", &["interview"]), + ("topolgy", &["topology"]), + ("compatators", &["comparators"]), + ("registerss", &["registers"]), + ("nessesary", &["necessary"]), + ("attracties", &["attracts"]), + ("strig", &["string"]), + ("interpoloation", &["interpolation"]), + ("perputuates", &["perpetuates"]), + ("certaintly", &["certainly"]), + ("opinyonative", &["opinionative"]), + ("transcorded", &["transcoded"]), + ("apllies", &["applies"]), + ("delimitiation", &["delimitation"]), + ("disabels", &["disables"]), + ("ptichfork", &["pitchfork"]), + ("exaggarate", &["exaggerate"]), + ("gpysies", &["gypsies"]), + ("contriubtions", &["contributions"]), + ("legitimite", &["legitimate"]), + ("ubiquotous", &["ubiquitous"]), + ("firdt", &["first", "third"]), + ("secuence", &["sequence"]), + ("regualte", &["regulate"]), + ("upraded", &["upgraded"]), + ("backened", &["backend", "blackened"]), + ("compraison", &["comparisons"]), + ("wintson", &["winston"]), + ("dropable", &["droppable"]), + ("achiveing", &["achieving"]), + ("transitiond", &["transitioned"]), + ("throtlling", &["throttling"]), + ("fustrating", &["frustrating"]), + ("blockse", &["blocks"]), + ("neglagence", &["negligence"]), + ("commiter", &["committer"]), + ("friendle", &["friendlies"]), + ("generilise", &["generalise"]), + ("wednesdey", &["wednesday"]), + ("classs", &["class"]), + ("massoose", &["masseuse"]), + ("compensatie", &["compensate"]), + ("inadvertedly", &["inadvertently"]), + ("opitons", &["options"]), + ("unaminous", &["unanimous"]), + ("neighbeordhoods", &["neighborhoods"]), + ("performacne", &["performance"]), + ("dillimport", &["dllimport"]), + ("relatib", &["relative", "relatable"]), + ("filessystem", &["filesystem"]), + ("songling", &["singling", "dongling"]), + ("definiation", &["definition"]), + ("contian", &["contain"]), + ("dinghys", &["dinghies"]), + ("futture", &["future"]), + ("equivelance", &["equivalence"]), + ("addictin", &["addictions"]), + ("insigned", &["unsigned"]), + ("aggaravates", &["aggravates"]), + ("entrepeneur", &["entrepreneur"]), + ("pertaing", &["pertaining"]), + ("retur", &["return"]), + ("incarciration", &["incarceration"]), + ("responsebilities", &["responsibilities"]), + ("grestest", &["greatest"]), + ("anniversairy", &["anniversary"]), + ("delibrately", &["deliberately"]), + ("emmited", &["emitted"]), + ("ownes", &["owns", "ones"]), + ("commonwelth", &["commonwealth"]), + ("lifceycle", &["lifecycle"]), + ("hieroglphs", &["hieroglyphs"]), + ("confilcting", &["conflicting"]), + ("consitutional", &["constitutional"]), + ("dealte", &["delete"]), + ("keyworkds", &["keywords"]), + ("plantiff", &["plaintiff"]), + ("stealhty", &["stealthy"]), + ("prestes", &["presets"]), + ("mear", &["wear", "mere", "mare"]), + ("contens", &["contents", "contains"]), + ("bardford", &["bradford"]), + ("ortogonalization", &["orthogonalization"]), + ("properrys", &["properties"]), + ("ireelevant", &["irrelevant"]), + ("scuccessful", &["successful"]), + ("dregees", &["degrees"]), + ("festivalens", &["festivals"]), + ("stabalize", &["stabilize"]), + ("coalsence", &["coalescence"]), + ("overhwelmingly", &["overwhelmingly"]), + ("prostitition", &["prostitution"]), + ("caribles", &["variables"]), + ("commmands", &["commands"]), + ("aktivating", &["activating"]), + ("fluctaute", &["fluctuate"]), + ("anxios", &["anxious"]), + ("repoter", &["reporter"]), + ("stupidiy", &["stupidity"]), + ("replacemnts", &["replacements"]), + ("defitinly", &["definitely"]), + ("sensationaism", &["sensationalism"]), + ("expeting", &["expecting"]), + ("peridoic", &["periodic"]), + ("naturels", &["natures"]), + ("expasion", &["expansion"]), + ("coururier", &["courier", "couturier"]), + ("antialising", &["antialiasing"]), + ("reaceive", &["receive"]), + ("maddness", &["madness"]), + ("suttled", &["shuttled"]), + ("wokr", &["work"]), + ("deahtly", &["deathly"]), + ("momoment", &["moment"]), + ("malyasia", &["malaysia"]), + ("bottlencks", &["bottlenecks"]), + ("tasliman", &["talisman"]), + ("intializtion", &["initialization"]), + ("portriat", &["portrait"]), + ("descrbes", &["describes"]), + ("sequnce", &["sequence"]), + ("chidren", &["children"]), + ("negotible", &["negotiable"]), + ("condidates", &["candidates"]), + ("superivsor", &["supervisors"]), + ("anecdotle", &["anecdote"]), + ("minum", &["minimum"]), + ("gilty", &["guilty"]), + ("alchemsit", &["alchemist"]), + ("accommidate", &["accommodate"]), + ("wollowing", &["following", "wallowing"]), + ("refereees", &["referees"]), + ("correspend", &["correspond"]), + ("singlar", &["singular"]), + ("priviledge", &["privilege"]), + ("cursos", &["cursors", "cursor"]), + ("reitterates", &["reiterates"]), + ("screenchot", &["screenshot"]), + ("objec", &["object"]), + ("mismactch", &["mismatch"]), + ("renegotatible", &["renegotiable"]), + ("concatented", &["concatenated"]), + ("nationailty", &["nationality"]), + ("discusson", &["discussion"]), + ("genralizations", &["generalizations"]), + ("stautes", &["statues"]), + ("nautiuls", &["nautilus"]), + ("assumpation", &["assumption"]), + ("repititive", &["repetitive"]), + ("vulnerabilies", &["vulnerabilities"]), + ("notifictations", &["notifications"]), + ("destinataions", &["destinations"]), + ("againnst", &["against"]), + ("acccount", &["account"]), + ("chinense", &["chinese"]), + ("varn", &["warn"]), + ("measues", &["measures"]), + ("schedul", &["schedule"]), + ("restarants", &["restaurants"]), + ("unrechable", &["unreachable"]), + ("enevlope", &["envelope"]), + ("uncompreessed", &["uncompressed"]), + ("maintaints", &["maintains"]), + ("perview", &["preview", "purview"]), + ("tkaing", &["taking"]), + ("passin", &["passing"]), + ("chizell", &["chisel"]), + ("annihilaton", &["annihilation"]), + ("sasketchawan", &["saskatchewan"]), + ("perspectief", &["perspective"]), + ("condfigurations", &["configurations"]), + ("meory", &["maori", "memory"]), + ("dynaminc", &["dynamic"]), + ("chekers", &["checkers"]), + ("excecption", &["exception"]), + ("inculde", &["include"]), + ("cutted", &["cut", "cutter", "gutted"]), + ("helathcare", &["healthcare"]), + ("tablespooon", &["tablespoon"]), + ("extrenally", &["externally"]), + ("currectly", &["correctly", "currently"]), + ("dissassociates", &["disassociates"]), + ("enterprize", &["enterprise"]), + ("orchestrial", &["orchestra"]), + ("preceeded", &["preceded", "proceeded"]), + ("cosemtic", &["cosmetic"]), + ("worthelss", &["worthless"]), + ("disconecction", &["disconnection"]), + ("inpracticality", &["impracticality"]), + ("cinematogrpahy", &["cinematography"]), + ("exeggeration", &["exaggeration"]), + ("caricaturile", &["caricature"]), + ("isralei", &["israeli"]), + ("directorty", &["directory"]), + ("proclamed", &["proclaimed"]), + ("requiements", &["requirements"]), + ("spefixic", &["specific"]), + ("importanly", &["importantly"]), + ("processore", &["processor"]), + ("langyages", &["languages"]), + ("initailsiation", &["initialisation"]), + ("platorms", &["platforms"]), + ("provocatie", &["provocative"]), + ("renegosiations", &["renegotiations"]), + ("proocecure", &["procedure"]), + ("aplogies", &["apologies"]), + ("wholeheartdly", &["wholeheartedly"]), + ("triky", &["tricky"]), + ("carrages", &["carriages"]), + ("locaised", &["localised"]), + ("prefereble", &["preferable"]), + ("silouetist", &["silhouettist"]), + ("combatents", &["combatants"]), + ("natioanlly", &["nationally"]), + ("aspected", &["expected"]), + ("commnet", &["comment"]), + ("chanceller", &["chancellor"]), + ("remenisser", &["reminiscer"]), + ("tring", &["trying", "string", "ring"]), + ("independenantly", &["independently"]), + ("afgahnistan", &["afghanistan"]), + ("contageous", &["contagious"]), + ("remenissent", &["reminiscent"]), + ("ismas", &["isthmus"]), + ("rekenton", &["renekton"]), + ("advatage", &["advantage"]), + ("opporutnity", &["opportunity"]), + ("initilize", &["initialize"]), + ("unbreakble", &["unbreakable"]), + ("anthropoly", &["anthropology"]), + ("necessaary", &["necessary"]), + ("exponant", &["exponent"]), + ("vritualise", &["virtualise"]), + ("unter", &["under"]), + ("hagas", &["haggis"]), + ("koncentration", &["concentration"]), + ("pyramide", &["pyramid"]), + ("differances", &["differences"]), + ("vulnerbuilities", &["vulnerabilities"]), + ("gauntlents", &["gauntlet"]), + ("containeres", &["containers"]), + ("validitiy", &["validity"]), + ("geogrpahical", &["geographical"]), + ("minoosha", &["minutia", "minutiae"]), + ("numerious", &["numerous"]), + ("congradulate", &["congratulate"]), + ("showerd", &["showered"]), + ("cloesing", &["closing"]), + ("enumarated", &["enumerated"]), + ("entrace", &["entrance"]), + ("tecnology", &["technology"]), + ("wednesdsay", &["wednesdays"]), + ("atempt", &["attempt"]), + ("fromated", &["formatted"]), + ("pressious", &["precious"]), + ("portrayl", &["portrayal"]), + ("focu", &["focus"]), + ("perfoeming", &["performing"]), + ("countours", &["contours", "counters"]), + ("eneumretaion", &["enumeration"]), + ("deriatives", &["derivatives"]), + ("immediatlly", &["immediately"]), + ("grapical", &["graphical"]), + ("neighburing", &["neighboring"]), + ("procedres", &["procedures"]), + ("volenteers", &["volunteers"]), + ("discusison", &["discussions"]), + ("resaurant", &["restaurant"]), + ("sadisitc", &["sadistic"]), + ("documnetation", &["documentation"]), + ("comsummes", &["consumes"]), + ("analyseles", &["analyses"]), + ("ressurected", &["resurrected"]), + ("comonent", &["component"]), + ("cardaic", &["cardiac"]), + ("cleareance", &["clearance"]), + ("symmertical", &["symmetrical"]), + ("transicional", &["transitional"]), + ("exmport", &["export"]), + ("homophopia", &["homophobia"]), + ("bounbdaries", &["boundaries"]), + ("swithced", &["switched"]), + ("dcoker", &["docker"]), + ("opiton", &["option"]), + ("playthrogh", &["playthrough"]), + ("perfromed", &["performed"]), + ("indentaion", &["indentation"]), + ("hetrogenous", &["heterogenous", "heterogeneous"]), + ("ecomonical", &["economical"]), + ("refectiv", &["reflective"]), + ("trogloditism", &["troglodytism"]), + ("continutity", &["continuity"]), + ("tequilia", &["tequila"]), + ("recconenct", &["reconnect"]), + ("indistiguishable", &["indistinguishable"]), + ("oerflow", &["overflow"]), + ("conecntration", &["concentrations"]), + ("princible", &["principle"]), + ("algoroithm", &["algorithm"]), + ("inspiritional", &["inspirational"]), + ("weired", &["weird"]), + ("formely", &["formerly"]), + ("elmenet", &["element"]), + ("skiping", &["skipping"]), + ("imploys", &["employs"]), + ("oppisite", &["opposite"]), + ("attemptting", &["attempting"]), + ("demesticated", &["domesticated"]), + ("modyfing", &["modifying"]), + ("ardiuno", &["arduino"]), + ("meassures", &["measures"]), + ("rertieves", &["retrieves"]), + ("extremley", &["extremely"]), + ("missen", &["mizzen"]), + ("breakthroughts", &["breakthroughs"]), + ("fotografy", &["photography"]), + ("incorect", &["incorrect"]), + ("algorthym", &["algorithm"]), + ("intimitated", &["intimidated"]), + ("servantes", &["servants"]), + ("selceted", &["selected"]), + ("propriotary", &["proprietary"]), + ("accompined", &["accompanied"]), + ("nubmers", &["numbers"]), + ("ententries", &["entries"]), + ("revolutionar", &["revolutionary"]), + ("exhuasting", &["exhausting"]), + ("impeared", &["impaired"]), + ("independtly", &["independently"]), + ("chillend", &["chilled"]), + ("canabelyzes", &["cannibalizes"]), + ("repentence", &["repentance"]), + ("infestaton", &["infestation"]), + ("progarammatically", &["programmatically"]), + ("dcument", &["document"]), + ("mergging", &["merging"]), + ("inbrio", &["embryo"]), + ("isntance", &["instance"]), + ("mayalsia", &["malaysia"]), + ("infilitrated", &["infiltrated"]), + ("depreacted", &["deprecated"]), + ("anologon", &["analogon"]), + ("calculatble", &["calculatable", "calculable"]), + ("subsrcibers", &["subscribers"]), + ("scriipting", &["scripting"]), + ("inexpierenced", &["inexperienced"]), + ("alogirthm", &["algorithm"]), + ("antidepresssants", &["antidepressants"]), + ("isntall", &["install"]), + ("seprator", &["separator"]), + ("evem", &["even", "ever"]), + ("maradeur", &["marauder"]), + ("modiflers", &["modifiers"]), + ("evaluatate", &["evaluate"]), + ("exoticos", &["exotics"]), + ("imlpementation", &["implementations"]), + ("sepcifying", &["specifying"]), + ("tracsoding", &["transcoding"]), + ("suject", &["subject"]), + ("tesitcles", &["testicles"]), + ("cofirmations", &["confirmations"]), + ("explicatia", &["explicit"]), + ("condemnd", &["condemned"]), + ("terimate", &["terminate"]), + ("investegator", &["investigator"]), + ("prolbems", &["problems"]), + ("consultunt", &["consultant"]), + ("sevrity", &["severity"]), + ("staoshi", &["satoshi"]), + ("invinceble", &["invincible"]), + ("unitialize", &["uninitialize"]), + ("illuminaci", &["illuminati"]), + ("bulagria", &["bulgaria"]), + ("hyperlobic", &["hyperbolic"]), + ("goverment", &["government"]), + ("capitalizaton", &["capitalization"]), + ("extensability", &["extensibility"]), + ("repalcements", &["replacements"]), + ("particually", &["particularly"]), + ("erroneus", &["erroneous"]), + ("cesspol", &["cesspool"]), + ("deterimnes", &["determines"]), + ("negotitations", &["negotiations"]), + ("commmitters", &["committers"]), + ("funcsions", &["functions"]), + ("unemploymed", &["unemployed"]), + ("continenets", &["continents"]), + ("movment", &["movement"]), + ("reprogramms", &["reprograms"]), + ("faciltate", &["facilitate"]), + ("sepeator", &["separator"]), + ("inititaliser", &["initialiser"]), + ("naviagation", &["navigation"]), + ("sacrifical", &["sacrificial"]), + ("neccesary", &["necessary"]), + ("retributivo", &["retribution"]), + ("discconeects", &["disconnects"]), + ("undermineing", &["undermining"]), + ("teaspon", &["teaspoon"]), + ("termniate", &["terminate"]), + ("warrantles", &["warranties"]), + ("shortcats", &["shortcuts"]), + ("authoritation", &["authorization"]), + ("theroies", &["theories"]), + ("inheritences", &["inheritances"]), + ("categogies", &["categories"]), + ("tranition", &["transition"]), + ("imaginery", &["imaginary", "imagery"]), + ("sacrifizing", &["sacrificing"]), + ("simpliy", &["simplify", "simply"]), + ("legalizare", &["legalize"]), + ("desplayed", &["displayed"]), + ("slecting", &["selecting"]), + ("spefeirs", &["specifiers"]), + ("dillemas", &["dilemmas"]), + ("ryenolds", &["reynolds"]), + ("redeemeed", &["redeemed"]), + ("timzezones", &["timezones"]), + ("admrial", &["admiral"]), + ("androgenous", &["androgynous"]), + ("excesively", &["excessively"]), + ("sepearte", &["separate"]), + ("defenderlas", &["defenders"]), + ("speficiallifed", &["specified"]), + ("dangerousely", &["dangerously"]), + ("authenaticate", &["authenticate"]), + ("precission", &["precision", "percussion", "precession"]), + ("depseration", &["desperation"]), + ("generoisty", &["generosity"]), + ("tablle", &["table"]), + ("accelration", &["acceleration"]), + ("accessiiblity", &["accessibility"]), + ("asscii", &["ascii"]), + ("tindergarten", &["kindergarten"]), + ("cyandie", &["cyanide"]), + ("databaases", &["databases"]), + ("speficers", &["specifiers"]), + ("acceot", &["accept"]), + ("reveiws", &["reviews"]), + ("ocilate", &["oscillate"]), + ("optizmied", &["optimized"]), + ("minituare", &["miniature"]), + ("variing", &["varying"]), + ("forwrd", &["forward"]), + ("ziper", &["zipper"]), + ("acording", &["according"]), + ("distrcit", &["district"]), + ("scketches", &["sketches"]), + ("addaptations", &["adaptations"]), + ("sypmathize", &["sympathize"]), + ("instanatiation", &["instantiation"]), + ("verchews", &["virtues"]), + ("improtance", &["importance"]), + ("compilance", &["compliance"]), + ("craced", &["graced"]), + ("framents", &["fragments"]), + ("consistancy", &["consistency"]), + ("kingergarten", &["kindergarten"]), + ("recallection", &["recollection"]), + ("ditsnace", &["distance"]), + ("downstrean", &["downstream"]), + ("thiking", &["thinking"]), + ("disguntingly", &["disgustingly"]), + ("messagease", &["messages"]), + ("imperiarist", &["imperialist"]), + ("persew", &["pursue"]), + ("swithcing", &["switching"]), + ("inidcates", &["indicates"]), + ("argumant", &["argument"]), + ("coruptions", &["corruptions"]), + ("warnigns", &["warnings"]), + ("charactear", &["character"]), + ("defaulr", &["default"]), + ("utilitization", &["utilization"]), + ("corinthiens", &["corinthians"]), + ("secnd", &["second"]), + ("dirrectly", &["directly"]), + ("platfroms", &["platforms"]), + ("resuables", &["reusables"]), + ("apporved", &["approved"]), + ("priviate", &["private"]), + ("aeorspace", &["aerospace"]), + ("deliberatly", &["deliberately"]), + ("orthagonal", &["orthogonal"]), + ("auxialiary", &["auxiliary"]), + ("reegion", &["region"]), + ("specifid", &["specified"]), + ("contestes", &["contests"]), + ("somehwo", &["somehow"]), + ("unititialized", &["uninitialized"]), + ("corproate", &["corporate"]), + ("sattelits", &["satellites"]), + ("oberving", &["observing"]), + ("experimetally", &["experimentally"]), + ("renegae", &["renegade"]), + ("sorce", &["source", "force"]), + ("approprietly", &["appropriately"]), + ("forunate", &["fortunate"]), + ("precent", &["percent", "prescient"]), + ("repubic", &["republic"]), + ("morges", &["morgues"]), + ("pharmacueticals", &["pharmaceutical"]), + ("inconsistendly", &["inconsistently"]), + ("thte", &["the", "that"]), + ("represenatations", &["representations"]), + ("donwloaded", &["downloaded"]), + ("perfors", &["performs"]), + ("leaglity", &["legality"]), + ("hierarachy", &["hierarchy"]), + ("assmumes", &["assumes"]), + ("subnegotatiation", &["subnegotiation"]), + ("recusively", &["recursively", "reclusively"]), + ("decieve", &["deceive"]), + ("exerciseing", &["exercising"]), + ("constraings", &["constraints", "constrains"]), + ("subexpersions", &["subexpressions"]), + ("begain", &["began"]), + ("canadias", &["canadians"]), + ("initialiss", &["initialise", "initialises"]), + ("democratas", &["democrats"]), + ("upddated", &["updated"]), + ("unhandeled", &["unhandled"]), + ("resumbmitting", &["resubmitting"]), + ("tecture", &["texture"]), + ("exlamation", &["exclamation"]), + ("implementaions", &["implementations"]), + ("stealthboy", &["stealthy"]), + ("condencing", &["condemning"]), + ("passowrds", &["passwords"]), + ("tmorrow", &["tomorrow"]), + ("reimpplemented", &["reimplemented"]), + ("clinicaly", &["clinically"]), + ("multilangual", &["multilingual"]), + ("mistatched", &["mismatched"]), + ("newtork", &["network"]), + ("surbert", &["sherbert"]), + ("recommned", &["recommend"]), + ("expepect", &["expect"]), + ("abbrievations", &["abbreviation"]), + ("conteiners", &["contenders"]), + ("fwe", &["few"]), + ("expectany", &["expectancy"]), + ("regulaer", &["regular"]), + ("attribted", &["attributed"]), + ("legitimatcy", &["legitimacy"]), + ("defelct", &["deflect"]), + ("progarammability", &["programmability"]), + ("ehanced", &["enhanced"]), + ("apreciates", &["appreciates"]), + ("independantly", &["independently"]), + ("experimentaitng", &["experimenting"]), + ("akransas", &["arkansas"]), + ("independet", &["independent"]), + ("recommondations", &["recommendations"]), + ("dynically", &["dynamically"]), + ("geomtery", &["geometry"]), + ("inquisidor", &["inquisitor"]), + ("interlectual", &["intellectual"]), + ("happeing", &["happening"]), + ("coputed", &["computed"]), + ("betwene", &["between"]), + ("methons", &["methods"]), + ("benifitial", &["beneficial"]), + ("implementtaion", &["implementation"]), + ("doen", &["done", "don", "doesn"]), + ("hypcorite", &["hypocrite"]), + ("publlisher", &["publisher"]), + ("segements", &["segments"]), + ("accountat", &["accountants"]), + ("execuned", &["executed"]), + ("consumiste", &["consumes"]), + ("strciter", &["stricter"]), + ("vizualization", &["visualization", "virtualization"]), + ("optonally", &["optionally"]), + ("avatards", &["avatars"]), + ("afternnon", &["afternoon"]), + ("chanels", &["channels"]), + ("demogrpahics", &["demographics"]), + ("contriceptives", &["contraceptives"]), + ("activty", &["activity"]), + ("patrairchy", &["patriarchy"]), + ("postproccessing", &["postprocessing"]), + ("representaional", &["representational"]), + ("anormal", &["abnormal"]), + ("eploits", &["exploits"]), + ("renderes", &["renders", "renderers"]), + ("comectivity", &["connectivity"]), + ("apeture", &["aperture"]), + ("activationg", &["activating"]), + ("desparately", &["desperately"]), + ("assoaiation", &["association"]), + ("dicotomies", &["dichotomies"]), + ("incraments", &["increments"]), + ("prototye", &["prototype"]), + ("omajes", &["homages"]), + ("caraboos", &["caribous"]), + ("morining", &["morning"]), + ("misunderatanding", &["misunderstandings"]), + ("trasnformed", &["transformed"]), + ("abondened", &["abandoned"]), + ("agknowledged", &["acknowledged"]), + ("innner", &["inner"]), + ("literative", &["literate"]), + ("realoded", &["reloaded"]), + ("summar", &["summary", "summer"]), + ("paramterisation", &["parameterisation"]), + ("amphedamines", &["amphetamines"]), + ("repsonsibilities", &["responsibilities"]), + ("deafults", &["defaults"]), + ("margenalized", &["marginalized"]), + ("undoctrinated", &["indoctrinated"]), + ("perdators", &["predators"]), + ("rationalizaiton", &["rationalization"]), + ("initialisaiton", &["initialisation"]), + ("incosistent", &["inconsistent"]), + ("scenegraaphs", &["scenegraphs"]), + ("transmissable", &["transmissible"]), + ("expewrimented", &["experimented"]), + ("sequencially", &["sequentially"]), + ("unflaged", &["unflagged"]), + ("boradcast", &["broadcast"]), + ("upadating", &["updating"]), + ("sarcasam", &["sarcasm"]), + ("concenrs", &["concerns"]), + ("chuch", &["church"]), + ("acheevements", &["achievements"]), + ("exchenges", &["exchanges"]), + ("backwardss", &["backwards"]), + ("somethig", &["something"]), + ("anphatheaters", &["amphitheaters"]), + ("comporession", &["compression"]), + ("preseverance", &["perseverance"]), + ("fantazising", &["fantasising"]), + ("drection", &["direction"]), + ("boradwalk", &["boardwalk"]), + ("layrinks", &["larynx"]), + ("deficience", &["deficiencies"]), + ("excellance", &["excellence"]), + ("calcutlates", &["calculates"]), + ("soverignty", &["sovereignty"]), + ("terfform", &["terraform"]), + ("abbreveation", &["abbreviation"]), + ("immortaly", &["immortality"]), + ("noticiably", &["noticeably"]), + ("suddently", &["suddenly"]), + ("accountatns", &["accountants"]), + ("saftey", &["safety"]), + ("renegated", &["renegade"]), + ("autoeselect", &["autoselect"]), + ("manufactureras", &["manufactures"]), + ("authenaticated", &["authenticated"]), + ("vulberabuilites", &["vulnerabilities"]), + ("bafore", &["before"]), + ("unarchvied", &["unarchived"]), + ("everbody", &["everybody"]), + ("natuilus", &["nautilus"]), + ("complicaitons", &["complication"]), + ("intendend", &["intended"]), + ("subtrate", &["substrate"]), + ("neighobr", &["neighbor"]), + ("alcoholicos", &["alcoholics"]), + ("ploarized", &["polarized"]), + ("classifer", &["classifier"]), + ("autoneotiation", &["autonegotiation"]), + ("trumendously", &["tremendously"]), + ("comprehention", &["comprehension"]), + ("bieng", &["being"]), + ("imperiaal", &["imperial"]), + ("libitarianisn", &["libertarianism"]), + ("visuales", &["visuals"]), + ("ailgn", &["align"]), + ("finanlize", &["finalize"]), + ("maintance", &["maintenance"]), + ("namnes", &["names"]), + ("playist", &["playlist"]), + ("elimates", &["eliminates"]), + ("laucnhed", &["launched"]), + ("sieze", &["seize", "size"]), + ("gallaxies", &["galaxies"]), + ("execept", &["except"]), + ("initalises", &["initialises"]), + ("gret", &["great"]), + ("silhouwetist", &["silhouettist"]), + ("initialzied", &["initialized"]), + ("experimanenting", &["experimenting"]), + ("socializng", &["socializing"]), + ("spcific", &["specific"]), + ("reched", &["reached"]), + ("ordert", &["ordered"]), + ("descvription", &["description"]), + ("anitaliasing", &["antialiasing"]), + ("immobilien", &["immobile"]), + ("liteicon", &["litecoin"]), + ("referemces", &["references"]), + ("indictrinated", &["indoctrinated"]), + ("conseeded", &["conceded"]), + ("incompetente", &["incompetence"]), + ("behavoiurs", &["behaviours"]), + ("ambidexterousness", &["ambidextrousness"]), + ("functionionality", &["functionality"]), + ("disconncet", &["disconnects"]), + ("intimitating", &["intimidating"]), + ("incrfemental", &["incremental"]), + ("requsites", &["requisites"]), + ("acccurate", &["accurate"]), + ("pernament", &["permanent"]), + ("transcations", &["transactions"]), + ("antripanewer", &["entrepreneur"]), + ("nojification", &["notification"]), + ("imlementing", &["implementing"]), + ("reporposed", &["repurposed"]), + ("escartments", &["escarpments"]), + ("spagheti", &["spaghetti"]), + ("unstabel", &["unstable"]), + ("bescribed", &["described"]), + ("tittled", &["titled"]), + ("spammend", &["spammed"]), + ("encaspulate", &["encapsulate"]), + ("predictivo", &["prediction"]), + ("implementator", &["implementer"]), + ("combinate", &["combine"]), + ("chairtable", &["charitable"]), + ("savere", &["severe"]), + ("contiunity", &["continuity"]), + ("predecesser", &["predecessor"]), + ("dencodings", &["encodings"]), + ("occaisonally", &["occasionally"]), + ("overwirting", &["overwriting"]), + ("attempeting", &["attempting"]), + ("caese", &["cease"]), + ("oppurtunites", &["opportunities"]), + ("automaticalyy", &["automatically"]), + ("privilidged", &["privileged"]), + ("strangets", &["strangest"]), + ("iritating", &["irritating"]), + ("reflecte", &["reflective"]), + ("perhpas", &["perhaps"]), + ("pursuade", &["persuade"]), + ("discriptions", &["descriptions"]), + ("returnning", &["returning"]), + ("diliberately", &["deliberately"]), + ("sccope", &["scope"]), + ("horzontally", &["horizontally"]), + ("adequatedly", &["adequately"]), + ("prohibting", &["prohibiting"]), + ("tyrannia", &["tyrannical"]), + ("peacd", &["peace"]), + ("exsits", &["exists", "exist"]), + ("sketpicism", &["skepticism"]), + ("aswer", &["answer"]), + ("encounteres", &["encounters"]), + ("submoule", &["submodule"]), + ("formulaes", &["formulas"]), + ("tickness", &["thickness"]), + ("simptomaticaly", &["symptomatically"]), + ("preventetive", &["preventative"]), + ("liberterian", &["libertarian"]), + ("ansambles", &["ensembles"]), + ("extravagent", &["extravagant"]), + ("nominativo", &["nomination"]), + ("inlcuding", &["including"]), + ("constructies", &["constructs"]), + ("mannersims", &["mannerisms"]), + ("disabiltitiy", &["disability"]), + ("unuseable", &["unusable"]), + ("costant", &["constant"]), + ("modifx", &["modify"]), + ("potition", &["position"]), + ("docstatistik", &["docstatistic"]), + ("becauase", &["because"]), + ("blatently", &["blatantly"]), + ("bleading", &["bleeding"]), + ("rememembered", &["remembered"]), + ("tomororw", &["tomorrow"]), + ("enducing", &["inducing"]), + ("disrtibution", &["distributions"]), + ("linguisticos", &["linguistics"]), + ("impropely", &["improperly"]), + ("malicius", &["malicious"]), + ("transocde", &["transcode"]), + ("installataions", &["installations"]), + ("iresistable", &["irresistible"]), + ("scoket", &["socket"]), + ("meesage", &["message"]), + ("appearences", &["appearances"]), + ("choos", &["choose"]), + ("absolutlye", &["absolutely"]), + ("miserabley", &["miserably"]), + ("hadlers", &["handler"]), + ("tablepsaces", &["tablespaces"]), + ("unreigstering", &["unregistering"]), + ("assosiation", &["association"]), + ("desensatized", &["desensitized"]), + ("reqistration", &["registration"]), + ("reimplemenet", &["reimplement"]), + ("simplifyed", &["simplified"]), + ("vassalls", &["vassals"]), + ("consitant", &["consistent"]), + ("replacmenet", &["replacement"]), + ("mexicaness", &["mexicans"]), + ("corrleation", &["correlation"]), + ("follinwg", &["following"]), + ("renegotaition", &["renegotiation"]), + ("harrange", &["arrange", "harangue"]), + ("sqaures", &["squares"]), + ("decrment", &["decrement"]), + ("discconected", &["disconnected"]), + ("bootom", &["bottom"]), + ("critisized", &["criticized"]), + ("nwe", &["new"]), + ("expestedly", &["expectedly"]), + ("sequnece", &["sequence"]), + ("ceaser", &["cesar"]), + ("nulable", &["nullable"]), + ("mathematitian", &["mathematician"]), + ("tomorrrow", &["tomorrow"]), + ("swalloed", &["swallowed"]), + ("termine", &["determine"]), + ("optimizare", &["optimize"]), + ("vanillla", &["vanilla"]), + ("scourcer", &["scourer", "sorcerer", "scouser"]), + ("celebrite", &["celebrities"]), + ("occurrs", &["occurs"]), + ("overstreching", &["overstretching"]), + ("huricane", &["hurricane"]), + ("hotshoot", &["hotshot"]), + ("acces", &["access"]), + ("detction", &["detection"]), + ("sucidial", &["suicidal"]), + ("technicallity", &["technically"]), + ("quizes", &["quizzes"]), + ("romotely", &["remotely"]), + ("bankrupty", &["bankruptcy"]), + ("completin", &["completion"]), + ("foloowiwng", &["following"]), + ("collocweally", &["colloquially"]), + ("encyption", &["encryption"]), + ("abtractly", &["abstractly"]), + ("veryifing", &["verifying"]), + ("dafualted", &["defaulted"]), + ("rearrangteable", &["rearrangeable"]), + ("reqirements", &["requirements"]), + ("orccurs", &["occurs"]), + ("virtical", &["vertical"]), + ("rechargable", &["rechargeable"]), + ("evironment", &["environment"]), + ("transtitions", &["transitions"]), + ("spectified", &["specified"]), + ("nibmle", &["nimble"]), + ("rquesting", &["requesting"]), + ("polically", &["politically"]), + ("algorthmically", &["algorithmically"]), + ("maintenamce", &["maintenance"]), + ("repreesnt", &["represent"]), + ("pushpus", &["pushups"]), + ("dimentional", &["dimensional"]), + ("unfirendly", &["unfriendly"]), + ("metaphyiscs", &["metaphysics"]), + ("camoflages", &["camouflages"]), + ("tarrifs", &["tariffs"]), + ("xepect", &["expect"]), + ("consitututed", &["constituted"]), + ("speficitally", &["specifically"]), + ("mebran", &["membrane"]), + ("kernal", &["kernel"]), + ("meranda", &["veranda", "miranda"]), + ("licesned", &["licensed"]), + ("capalized", &["capitalized"]), + ("countrs", &["counters", "contours", "countries"]), + ("reletively", &["relatively"]), + ("implmenting", &["implementing"]), + ("wieghtlifting", &["weightlifting"]), + ("conainer", &["container"]), + ("hokay", &["okay"]), + ("discrption", &["discretion"]), + ("speicalist", &["specialist"]), + ("desentisize", &["desensitized"]), + ("wedensday", &["wednesday"]), + ("pressiuosly", &["preciously"]), + ("unifform", &["uniform"]), + ("killingest", &["killings"]), + ("addionally", &["additionally"]), + ("franscico", &["francisco"]), + ("untrached", &["untracked"]), + ("microntroller", &["microcontroller"]), + ("inefficently", &["inefficiently"]), + ("intermitent", &["intermittent"]), + ("epected", &["expected"]), + ("progreess", &["progress"]), + ("reclaimation", &["reclamation"]), + ("regultory", &["regulatory"]), + ("lasagnia", &["lasagna"]), + ("internetbs", &["internets"]), + ("doubthing", &["doubting"]), + ("naibors", &["neighbors"]), + ("vulberabuillities", &["vulnerabilities"]), + ("taht", &["that"]), + ("beastiaries", &["bestiaries"]), + ("negotaiation", &["negotiation"]), + ("occulsion", &["occlusion"]), + ("hiptsers", &["hipsters"]), + ("symnols", &["symbols"]), + ("dependente", &["dependence"]), + ("boundares", &["boundaries"]), + ("microscrope", &["microscope"]), + ("caucasion", &["caucasian"]), + ("follwoeong", &["following"]), + ("conviniances", &["conveniences"]), + ("exteneded", &["extended"]), + ("disadvantadge", &["disadvantaged", "disadvantage"]), + ("crsytallisation", &["crystallisation"]), + ("sophistacated", &["sophisticated"]), + ("sirectors", &["directors"]), + ("defautts", &["defaults"]), + ("wondring", &["wondering"]), + ("woh", &["who"]), + ("cummand", &["command"]), + ("artifial", &["artificial"]), + ("unexperience", &["inexperience"]), + ("conrrespond", &["correspond"]), + ("dubling", &["doubling", "dublin"]), + ("pach", &["patch", "path"]), + ("yuforic", &["euphoric"]), + ("dichtomy", &["dichotomy"]), + ("funcional", &["functional"]), + ("exeuctions", &["executions"]), + ("entrepreneuers", &["entrepreneurs"]), + ("coallessed", &["coalesced"]), + ("trasngender", &["transgender"]), + ("miminally", &["minimally"]), + ("electic", &["electric", "eclectic"]), + ("negosiators", &["negotiators"]), + ("elliminating", &["eliminating"]), + ("satisfiction", &["satisfaction"]), + ("sighrynge", &["syringe"]), + ("appaers", &["appears"]), + ("hispanicus", &["hispanics"]), + ("hardocde", &["hardcode"]), + ("conenctivities", &["connectivities"]), + ("featuires", &["features"]), + ("differnces", &["differences"]), + ("piecewiese", &["piecewise"]), + ("dimand", &["demand", "diamond"]), + ("improvished", &["improvised"]), + ("oppinion", &["opinion"]), + ("expressie", &["expressive"]), + ("improvemen", &["improvement"]), + ("proftiable", &["profitable"]), + ("yaer", &["year"]), + ("announed", &["announced"]), + ("miligram", &["milligram"]), + ("sistemists", &["systemists"]), + ("alteratives", &["alternatives"]), + ("offfset", &["offset"]), + ("midnlessly", &["mindlessly"]), + ("compulstion", &["compulsion"]), + ("ccorrect", &["correct"]), + ("pedophilla", &["pedophilia"]), + ("relevat", &["relevant"]), + ("sequeze", &["squeeze", "sequence"]), + ("ameelarate", &["ameliorate"]), + ("endpdoint", &["endpoint"]), + ("fianlly", &["finally"]), + ("rocess", &["process"]), + ("explainging", &["explaining"]), + ("homewrold", &["homeworld"]), + ("covnerting", &["converting"]), + ("containinng", &["containing"]), + ("troubleshotting", &["troubleshooting"]), + ("algororithms", &["algorithms"]), + ("capatilists", &["capitalists"]), + ("alhpabet", &["alphabet"]), + ("negotate", &["negotiate"]), + ("becayse", &["because"]), + ("constrasts", &["contrasts"]), + ("custcene", &["cutscene"]), + ("whsipered", &["whispered"]), + ("equvivalent", &["equivalent"]), + ("vegitation", &["vegetation"]), + ("disbelif", &["disbelief"]), + ("paramenter", &["parameter"]), + ("professionalisme", &["professionals"]), + ("experencing", &["experiencing"]), + ("unsuccees", &["unsuccessful"]), + ("contributin", &["contribution"]), + ("typess", &["types"]), + ("masturdating", &["masturbating"]), + ("receipient", &["recipient"]), + ("percession", &["percussion"]), + ("givving", &["giving"]), + ("commputing", &["computing"]), + ("autum", &["autumn"]), + ("secretos", &["secrets"]), + ("spefixifed", &["specified"]), + ("dimenstional", &["dimensional"]), + ("documantary", &["documentary"]), + ("tremondously", &["tremendously"]), + ("standarization", &["standardization"]), + ("sponsorhsip", &["sponsorship"]), + ("sccripts", &["scripts"]), + ("disposse", &["dispose"]), + ("dominaters", &["dominates"]), + ("arugmentative", &["argumentative"]), + ( + "responde", + &["respond", "response", "responds", "responded", "responder"], + ), + ("accessintg", &["accessing"]), + ("foundary", &["foundry"]), + ("downsteramers", &["downstreamers"]), + ("replicaions", &["replications"]), + ("tranmitted", &["transmitted"]), + ("breshing", &["brushing"]), + ("inhibt", &["inhibit"]), + ("requsite", &["requisite"]), + ("contributiors", &["contributors"]), + ("moonligt", &["moonlight"]), + ("appreteated", &["appreciated"]), + ("defeault", &["default"]), + ("aritfact", &["artifact"]), + ("clampping", &["clamping"]), + ("expers", &["express"]), + ("falure", &["failure"]), + ("fortan", &["fortran"]), + ("extraced", &["extracted"]), + ("mathched", &["matched"]), + ("distrobuts", &["distributes"]), + ("independance", &["independence"]), + ("sytle", &["style"]), + ("essentual", &["essential"]), + ("facilitait", &["facilitate"]), + ("acedemic", &["academic"]), + ("storelines", &["storylines"]), + ("kubenetes", &["kubernetes"]), + ("simpification", &["simplification"]), + ("consideren", &["considered"]), + ("replasing", &["replacing", "relapsing", "rephasing"]), + ("unarchving", &["unarchiving"]), + ("overcompansates", &["overcompensates"]), + ("griaffe", &["giraffe"]), + ("riminicent", &["reminiscent"]), + ("philosohpically", &["philosophically"]), + ("limitiations", &["limitations"]), + ("renaissence", &["renaissance"]), + ("copyritghts", &["copyrights"]), + ("coorespond", &["correspond"]), + ("autoattaks", &["autoattack"]), + ("reall", &["real", "really", "recall"]), + ("epsorts", &["esports"]), + ("propertiies", &["properties"]), + ("intimidare", &["intimidate"]), + ("remembee", &["remembered"]), + ("stroring", &["storing"]), + ("adventurious", &["adventurous"]), + ("realted", &["related"]), + ("subtiles", &["subfiles", "subtitles"]), + ("parially", &["partially"]), + ("unconfortably", &["uncomfortably"]), + ("locae", &["locate"]), + ("interesat", &["interest"]), + ("junglig", &["jungling"]), + ("winodws", &["windows"]), + ("elipsises", &["ellipses", "ellipsis"]), + ("excceds", &["exceeds"]), + ("calculationg", &["calculating"]), + ("illumintati", &["illuminati"]), + ("unwraping", &["unwrapping"]), + ("walkthrthrough", &["walkthrough"]), + ("melboure", &["melbourne"]), + ("virtualisaion", &["virtualisation"]), + ("circkets", &["crickets"]), + ("openion", &["opinion"]), + ("profie", &["profile"]), + ("skteches", &["sketches"]), + ("microtransactioms", &["microtransactions"]), + ("neighberhooods", &["neighborhoods"]), + ("defanitely", &["definitely"]), + ("custoise", &["customise"]), + ("fortunatly", &["fortunately"]), + ("unsuppported", &["unsupported"]), + ("serialziation", &["serialization"]), + ("foloowiong", &["following"]), + ("broadacasting", &["broadcasting"]), + ("bazerk", &["berserk"]), + ("invisivility", &["invisibility"]), + ("comsummed", &["consumed"]), + ("liberry", &["library"]), + ("undermineres", &["undermines"]), + ("tendensies", &["tendencies"]), + ("akkumulative", &["accumulative"]), + ("delievry", &["delivery"]), + ("compatibel", &["compatible"]), + ("comisions", &["commissions"]), + ("laodouts", &["loadouts"]), + ("parokeally", &["parochially"]), + ("sperhical", &["spherical"]), + ("permanenty", &["permanently"]), + ("slavage", &["salvage"]), + ("progressionists", &["progressions"]), + ("suspitions", &["suspicions"]), + ("neccessity", &["necessity"]), + ("examind", &["examined"]), + ("coefficiens", &["coefficients"]), + ("arithmentic", &["arithmetic"]), + ("weightlifing", &["weightlifting"]), + ("dangeros", &["dangers"]), + ("compilcating", &["complicating"]), + ("singulariy", &["singularity"]), + ("competion", &["competition", "completion"]), + ("bloock", &["block"]), + ("switzerand", &["switzerland"]), + ("limmits", &["limits"]), + ("threatenes", &["threatens"]), + ("amealiarative", &["ameliorative"]), + ("implementaciones", &["implementations"]), + ("ispatches", &["dispatches"]), + ("kronicled", &["chronicled"]), + ("dominateurs", &["dominates"]), + ("amrenian", &["armenian"]), + ("rebuld", &["rebuild"]), + ("depserate", &["desperate"]), + ("buffor", &["buffer"]), + ("unreacheable", &["unreachable"]), + ("uncomfortablity", &["uncomfortably"]), + ("linguistisch", &["linguistics"]), + ("mathamatician", &["mathematician"]), + ("neessesary", &["necessary"]), + ("beautyfull", &["beautiful"]), + ("approxamate", &["approximate"]), + ("parokeelly", &["parochially"]), + ("geographacilly", &["geographically"]), + ("viwers", &["viewers"]), + ("galatic", &["galactic"]), + ("syntehsis", &["synthesis"]), + ("algorythmically", &["algorithmically"]), + ("plcaeholders", &["placeholders"]), + ("sensationella", &["sensational"]), + ("asent", &["ascent"]), + ("irrationably", &["irrationally"]), + ("simluated", &["simulated"]), + ("wepbage", &["webpage"]), + ("politicion", &["politician"]), + ("conatined", &["contained"]), + ("presumeably", &["presumably"]), + ("pinoneered", &["pioneered"]), + ("requisit", &["requisite"]), + ("assumbe", &["assume"]), + ("tightenting", &["tightening"]), + ("auctionrs", &["auctions"]), + ("nayborly", &["neighborly"]), + ("produceres", &["produces"]), + ("limitts", &["limits"]), + ("fundamentalista", &["fundamentals"]), + ("reuplaods", &["reuploads"]), + ("desillusioned", &["disillusioned"]), + ("incoropate", &["incorporate"]), + ("screenshit", &["screenshot"]), + ("geomoetric", &["geometric"]), + ("laborotory", &["laboratory"]), + ("intergers", &["integers"]), + ("convoultion", &["convolution"]), + ("naybor", &["neighbor"]), + ("determen", &["determines"]), + ("considder", &["consider"]), + ("polyginal", &["polygonal"]), + ("accordind", &["according"]), + ("dertermine", &["determine"]), + ("descriptio", &["description"]), + ("navigato", &["navigation"]), + ("gerogia", &["georgia"]), + ("intimide", &["intimidate"]), + ("enthuisast", &["enthusiasts"]), + ("familiair", &["familiar"]), + ("picknicer", &["picnicker"]), + ("hime", &["him"]), + ("revolutionnary", &["revolutionary"]), + ("glitchly", &["glitchy"]), + ("decortator", &["decorator"]), + ("unforunately", &["unfortunately"]), + ("synonymes", &["synonyms"]), + ("generages", &["generates"]), + ("perpatuate", &["perpetuate"]), + ("unexpectedtly", &["unexpectedly"]), + ("saskatchawan", &["saskatchewan"]), + ("alltogeher", &["altogether"]), + ("themselfes", &["themselves"]), + ("montains", &["mountains"]), + ("approximitely", &["approximately"]), + ("sucessufll", &["successful"]), + ("dissole", &["dissolve"]), + ("previoulsy", &["previously"]), + ("progressus", &["progresses"]), + ("mdoeled", &["modeled"]), + ("supposidly", &["supposedly"]), + ("commpile", &["compile"]), + ("iresistably", &["irresistibly"]), + ("mathimatically", &["mathematically"]), + ("trogladitic", &["troglodytic"]), + ("speficification", &["specification"]), + ("argumeent", &["argument"]), + ("zlot", &["slot"]), + ("validationt", &["validation"]), + ("discconection", &["disconnection"]), + ("ephemerial", &["ephemeral"]), + ("detial", &["detail"]), + ("feautures", &["features"]), + ("suppressingd", &["suppressing"]), + ("persciuosly", &["preciously"]), + ("quadranle", &["quadrangle"]), + ("definitio", &["definition"]), + ("curisoity", &["curiosity"]), + ("interstallar", &["interstellar"]), + ("pakge", &["package"]), + ("thredhold", &["threshold"]), + ("completeion", &["completion"]), + ("metadta", &["metadata"]), + ("coeficents", &["coefficients"]), + ("certern", &["certain"]), + ("jospeh", &["joseph"]), + ("offaet", &["offset"]), + ("indoneisan", &["indonesian"]), + ("despensaries", &["dispensaries"]), + ("braodly", &["broadly"]), + ("perferance", &["preference"]), + ("definend", &["defined"]), + ("cjoices", &["choices"]), + ("toturials", &["tutorials"]), + ("attemps", &["attempts"]), + ("unrepetent", &["unrepentant"]), + ("dissimilat", &["dissimilar"]), + ("expport", &["export"]), + ("colelctive", &["collective"]), + ("soterd", &["stored", "sorted"]), + ("refures", &["refuses"]), + ("timzezone", &["timezone"]), + ("familes", &["families"]), + ("incoropates", &["incorporates"]), + ("archiecture", &["architecture"]), + ("ediable", &["editable"]), + ("receptionst", &["receptionist"]), + ("calclulating", &["calculating"]), + ("guerrilas", &["guerrillas"]), + ("alternitive", &["alternative"]), + ("calciulate", &["calculate"]), + ("downlowding", &["downloading"]), + ("uncetainties", &["uncertainties"]), + ("thights", &["tights", "thighs", "fights"]), + ("ampitude", &["amplitude"]), + ("subscibers", &["subscribers"]), + ("senarreo", &["scenario"]), + ("absitnence", &["abstinence"]), + ("uploded", &["uploaded"]), + ("encryptrion", &["encryption"]), + ("sereously", &["seriously"]), + ("bugdets", &["budgets"]), + ("initaliser", &["initialiser"]), + ("uninstallling", &["uninstalling"]), + ("duplate", &["duplicate"]), + ("appropropiate", &["appropriate"]), + ("assoaiate", &["associate"]), + ("usign", &["using", "unsign"]), + ("normalos", &["normals"]), + ("incremeanting", &["incrementing"]), + ("commoditites", &["commodities"]), + ("transcocders", &["transcoders"]), + ("avacados", &["avocados"]), + ("summmary", &["summary"]), + ("compones", &["compose"]), + ("pointss", &["points"]), + ("reatime", &["realtime"]), + ("particpants", &["participants"]), + ("aqquaintance", &["acquaintance"]), + ("ciguret", &["cigaret"]), + ("rescource", &["resource"]), + ("quantitiy", &["quantity"]), + ("achivable", &["achievable"]), + ("simialrity", &["similarity"]), + ("applaued", &["applaud"]), + ("croporation", &["corporation"]), + ("coyprighted", &["copyrighted"]), + ("partiulars", &["particulars"]), + ("kookoos", &["cuckoos"]), + ("opperator", &["operator"]), + ("parargaph", &["paragraph"]), + ("segmentes", &["segments"]), + ("extited", &["excited", "exited"]), + ("insersected", &["intersected"]), + ("acessing", &["accessing"]), + ("thereian", &["therein"]), + ("duplifaces", &["duplicates"]), + ("custonary", &["customary"]), + ("nationalisn", &["nationals"]), + ("equilibruim", &["equilibrium"]), + ("fedorahs", &["fedoras"]), + ("ccertificate", &["certificate"]), + ("macasons", &["moccasins"]), + ("concluso", &["conclusion"]), + ("utlizing", &["utilizing"]), + ("tarvis", &["travis"]), + ("dangereous", &["dangerous"]), + ("tagnet", &["tangent"]), + ("bouinded", &["bounded"]), + ("improbabe", &["improbable"]), + ("undergradate", &["undergraduate"]), + ("logner", &["logger", "longer"]), + ("organisere", &["organisers"]), + ("dircetories", &["directories"]), + ("wnidow", &["window", "widow"]), + ("exchaning", &["exchanging"]), + ("distinquish", &["distinguish"]), + ("helpfuly", &["helpfully"]), + ("kimerric", &["chimeric"]), + ("characterisically", &["characteristically"]), + ("cofficient", &["coefficient"]), + ("disappearnce", &["disappearance"]), + ("reinforcemnets", &["reinforcements"]), + ("defaulrt", &["default"]), + ("atlesat", &["atleast"]), + ("astrix", &["asterisk"]), + ("tollerant", &["tolerant"]), + ("modlue", &["module"]), + ("sympithizers", &["sympathizers"]), + ("swithces", &["switches"]), + ("stabilizare", &["stabilize"]), + ("questiong", &["questioning"]), + ("requestes", &["requests", "requested"]), + ("revisisions", &["revisions"]), + ("marganilize", &["marginalized"]), + ("techtician", &["technician"]), + ("adolescant", &["adolescent"]), + ("intenses", &["intents"]), + ("inculded", &["included"]), + ("sketcking", &["skating", "sketching"]), + ("factorys", &["factors", "factories"]), + ("interperter", &["interpreter"]), + ("anomolee", &["anomaly"]), + ("barrells", &["barrels"]), + ("dsiable", &["disable"]), + ("subcatagory", &["subcategory"]), + ("meraj", &["mirage"]), + ("intrisinc", &["intrinsic"]), + ("somethibng", &["something"]), + ("exchngng", &["exchanging"]), + ("deathamtch", &["deathmatch"]), + ("sharraid", &["charade"]), + ("defensea", &["defenseman"]), + ("armorment", &["armament"]), + ("refencing", &["referencing"]), + ("accumulatin", &["accumulation"]), + ("hybernate", &["hibernate"]), + ("morbidley", &["morbidly"]), + ("rollerocaster", &["rollercoaster"]), + ("provenence", &["provenance"]), + ("situdio", &["studio"]), + ("bandwidht", &["bandwidth"]), + ("falshes", &["flashes"]), + ("intreface", &["interface"]), + ("overclicked", &["overclocked"]), + ("slighlty", &["slightly"]), + ("informaton", &["information"]), + ("consruction", &["construction"]), + ("remainig", &["remaining"]), + ("personalis", &["personas"]), + ("remasterred", &["remastered"]), + ("ceartype", &["cleartype"]), + ("distantce", &["distance"]), + ("variabble", &["variable"]), + ("ideolagies", &["ideologies"]), + ("reolace", &["replace"]), + ("fo", &["of", "for", "do", "go", "to"]), + ("instrucions", &["instructions"]), + ("electrones", &["electrons"]), + ("neccessities", &["necessities"]), + ("ignornig", &["ignoring"]), + ("novisheut", &["novitiate"]), + ("mata", &["meta", "mater"]), + ("dispossable", &["disposable"]), + ("remenisses", &["reminisces"]), + ("undefinitely", &["indefinitely"]), + ("varibales", &["variables"]), + ("invertibrates", &["invertebrates"]), + ("ariflow", &["airflow"]), + ("propeoperties", &["properties"]), + ("enouf", &["enough"]), + ("precence", &["presence"]), + ("compansation", &["compensation"]), + ("algohm", &["algorithm"]), + ("puhsups", &["pushups"]), + ("trooso", &["trousseau"]), + ("explicity", &["explicitly"]), + ("cartladge", &["cartilage"]), + ("negoitators", &["negotiators"]), + ("sumbarines", &["submarines"]), + ("parafanalia", &["paraphernalia"]), + ("vacciantion", &["vaccination"]), + ("roughtly", &["roughly"]), + ("indicater", &["indicator"]), + ("judgamental", &["judgemental"]), + ("virginas", &["virgins"]), + ("opeatios", &["operations"]), + ("laybrinth", &["labyrinth"]), + ("reprenting", &["repenting", "representing"]), + ("autoincrementive", &["autoincrement"]), + ("decompresion", &["decompression"]), + ("devlopment", &["development"]), + ("maintenace", &["maintenance"]), + ("comparions", &["comparison", "comparisons"]), + ("promotionnal", &["promotional"]), + ("prcoesses", &["processes"]), + ("bureaucrazy", &["bureaucracy"]), + ("mempry", &["memory"]), + ("uptreamer", &["upstreamer"]), + ("subtelty", &["subtlety"]), + ("spicified", &["specified"]), + ("configuerd", &["configured"]), + ("repblics", &["republics"]), + ("negoticating", &["negotiating"]), + ("pojrection", &["projection"]), + ("concerte", &["concrete"]), + ("doiubled", &["doubled"]), + ("anoys", &["annoys"]), + ("absoluthe", &["absolute"]), + ("transitionned", &["transitioned"]), + ("informtaion", &["information"]), + ("proteced", &["protected"]), + ("urainum", &["uranium"]), + ("wranings", &["warnings"]), + ("repostiory", &["repository"]), + ("scafolds", &["scaffolds"]), + ("bisexaul", &["bisexual"]), + ("disccused", &["discussed"]), + ("consistendly", &["consistently"]), + ("pharmaceudical", &["pharmaceutical"]), + ("labed", &["labeled"]), + ("reverible", &["reversible"]), + ("stickes", &["stickers"]), + ("sinply", &["simply"]), + ("naturely", &["naturally"]), + ("experiations", &["expirations"]), + ("strirngification", &["stringification"]), + ("cheatta", &["cheetah"]), + ("dictionry", &["dictionary"]), + ("asessing", &["assessing"]), + ("tak", &["take"]), + ("vulbearbilities", &["vulnerabilities"]), + ("admittadely", &["admittedly"]), + ("necessaery", &["necessary"]), + ("febbruary", &["february"]), + ("sumamrize", &["summarize"]), + ("overrided", &["overrode", "overridden"]), + ("dissapointd", &["disappointed"]), + ("impleemntation", &["implementation"]), + ("particlars", &["particulars"]), + ("attmpts", &["attempts"]), + ("introvers", &["introverts"]), + ("commenstatus", &["commentstatus"]), + ("radiane", &["radiance"]), + ("ndoes", &["nodes"]), + ("conitional", &["conditional"]), + ("compulsery", &["compulsory"]), + ("approuve", &["approve"]), + ("uniforum", &["uniform"]), + ("arbiatray", &["arbitrary"]), + ("prelease", &["prerelease"]), + ("subscribbers", &["subscribers"]), + ("prevantative", &["preventative"]), + ("arrane", &["arrange"]), + ("imbalancers", &["imbalances"]), + ("handshaging", &["handshaking"]), + ("regalars", &["regulars"]), + ("blatimore", &["baltimore"]), + ("intiallizations", &["initializations"]), + ("overnurfed", &["overturned"]), + ("archor", &["anchor"]), + ("ddogers", &["dodgers"]), + ("supsension", &["suspension"]), + ("determinsitic", &["deterministic"]), + ("generatign", &["generating"]), + ("concieve", &["conceive"]), + ("interveiw", &["interview"]), + ("missclassifies", &["misclassifies"]), + ("unkknown", &["unknown"]), + ("prefices", &["prefixes"]), + ("autherise", &["authorise"]), + ("libraire", &["library"]), + ("usag", &["usage"]), + ("inbetwen", &["inbetween"]), + ("professer", &["professor"]), + ("pthred", &["pthread"]), + ("intiailize", &["initialize"]), + ("convised", &["convinced"]), + ("incliuded", &["included"]), + ("essnetial", &["essential"]), + ("fundemantalists", &["fundamentalists"]), + ("folliwiwng", &["following"]), + ("depositd", &["deposited"]), + ("playgroud", &["playground"]), + ("relaesing", &["releasing"]), + ("palastinians", &["palestinians"]), + ("grpahically", &["graphically"]), + ("thereshold", &["threshold"]), + ("narrativos", &["narratives"]), + ("folliwer", &["follower"]), + ("filfills", &["fulfills"]), + ("simiarly", &["similarly"]), + ("alhpa", &["alpha"]), + ("pathelogical", &["pathological"]), + ("larington", &["arlington"]), + ("releaves", &["relieves"]), + ("behaiviuor", &["behavior"]), + ("simaltaneous", &["simultaneous"]), + ("intresting", &["interesting"]), + ("humaniterian", &["humanitarian"]), + ("specialz", &["specialize"]), + ("declated", &["declared"]), + ("zionistm", &["zionism"]), + ("instlals", &["instals"]), + ("opinyons", &["opinions"]), + ("randazyvoo", &["rendezvous"]), + ("syntacticly", &["syntactically"]), + ("misunderstanings", &["misunderstandings"]), + ("janaury", &["january"]), + ("supposebly", &["supposedly"]), + ("cringeworhy", &["cringeworthy"]), + ("finnaly", &["finally"]), + ("pulic", &["public"]), + ("disappline", &["discipline"]), + ("fourh", &["fourth"]), + ("reimplemention", &["reimplementation"]), + ("chormosomes", &["chromosomes"]), + ("supportin", &["supporting"]), + ("missin", &["mission", "missing"]), + ("normarlized", &["normalized"]), + ("impersinating", &["impersonating"]), + ("respnses", &["responses"]), + ("froozen", &["frozen"]), + ("weridest", &["weirdest"]), + ("verbode", &["verbose"]), + ("confustion", &["confusion"]), + ("papaer", &["paper"]), + ("collapsable", &["collapsible"]), + ("coherant", &["coherent"]), + ("configuratiom", &["configuration"]), + ("straignt", &["straighten"]), + ("cleesheys", &["clichés"]), + ("procedrual", &["procedural"]), + ("zookeenee", &["zucchini"]), + ("producitons", &["productions"]), + ("millimiter", &["millimeter"]), + ("trinagles", &["triangles"]), + ("arro", &["arrow"]), + ("overwelmed", &["overwhelmed"]), + ("februar", &["february"]), + ("duplicats", &["duplicates"]), + ("forcefuly", &["forcefully"]), + ("unoficcial", &["unofficial"]), + ("parituclar", &["particular"]), + ("postdomiator", &["postdominator"]), + ("armagideon", &["armageddon"]), + ("deregistrated", &["deregistered"]), + ("spefifies", &["specifies"]), + ("pluginss", &["plugins"]), + ("expors", &["exports"]), + ("catalcysm", &["cataclysm"]), + ("delgators", &["delegators"]), + ("synchronious", &["synchronous"]), + ("biologiset", &["biologist"]), + ("highights", &["highlights"]), + ("parkay", &["parkway", "parlay", "parquet"]), + ("origianal", &["original"]), + ("execubale", &["executable"]), + ("interepolate", &["interpolate"]), + ("quitely", &["quietly", "quite"]), + ("recgonized", &["recognized"]), + ("irrationaly", &["irrationally"]), + ("circunvent", &["circumvent"]), + ("protectings", &["protections"]), + ("intereste", &["interested"]), + ("sodder", &["solder"]), + ("assimiliate", &["assimilate"]), + ("providencie", &["providence"]), + ("chararacters", &["characters"]), + ("repostories", &["repositories"]), + ("recommnd", &["recommend"]), + ("directlor", &["directory", "director"]), + ( + "implementatin", + &["implementations", "implementation", "implementing"], + ), + ("especally", &["especially"]), + ("naibhor", &["neighbor"]), + ("thrugh", &["through"]), + ("dynamicus", &["dynamics"]), + ("snaped", &["snapped"]), + ("compense", &["compensate"]), + ("discreting", &["discretion"]), + ("columnes", &["columns"]), + ("fuction", &["function"]), + ("thes", &["this", "these", "the"]), + ("sorcerry", &["sorcery"]), + ("disagreemtn", &["disagreements"]), + ("franchices", &["franchises"]), + ("caluse", &["callous", "callus", "clause"]), + ("holdins", &["holdings"]), + ("functionnalities", &["functionalities"]), + ("tempets", &["tempest"]), + ("reanmes", &["renames"]), + ("chromesome", &["chromosome"]), + ("faciliating", &["facilitating"]), + ("migrianes", &["migraines"]), + ("destryong", &["destroying"]), + ("decerning", &["discerning"]), + ("cuztomized", &["customized"]), + ("neeeds", &["needs"]), + ("jugdements", &["judgements"]), + ("tained", &["stained", "tainted"]), + ("seperatedly", &["separately"]), + ("monotirs", &["monitors"]), + ("institutionnal", &["institutional"]), + ("authenicaed", &["authenticated"]), + ("striekrs", &["strikers"]), + ("alloccating", &["allocating"]), + ("fragmant", &["fragment"]), + ("prodceding", &["proceeding"]), + ("prjection", &["projection"]), + ("emabled", &["enabled"]), + ("incurruptable", &["incorruptible"]), + ("stakler", &["stalker"]), + ("intput", &["input"]), + ("impossibily", &["impossibly"]), + ("bootleader", &["bootloader"]), + ("succicently", &["sufficiently"]), + ("submergerd", &["submerged"]), + ("progarammable", &["programmable"]), + ("paschurizing", &["pasteurizing"]), + ("thursters", &["thrusters"]), + ("quries", &["queries"]), + ("compolsive", &["compulsive"]), + ("organizarea", &["organizer"]), + ("ovserve", &["observe"]), + ("beoynce", &["beyonce"]), + ("inpeach", &["impeach"]), + ("socripted", &["scripted"]), + ("experinementally", &["experimentally"]), + ("lineary", &["linearly"]), + ("cacluates", &["calculates"]), + ("traditionel", &["traditional"]), + ("cocktailers", &["cocktails"]), + ("maxium", &["maximum"]), + ("possoble", &["possible"]), + ("proportionalty", &["proportionally"]), + ("comsumable", &["consumable"]), + ("lesbianest", &["lesbians"]), + ("movemets", &["movements"]), + ("beling", &["belong"]), + ("bcuket", &["bucket"]), + ("inefficieny", &["inefficiency", "inefficiently"]), + ("incarnato", &["incarnation"]), + ("histori", &["history", "historic"]), + ("reciprociate", &["reciprocate"]), + ("organziers", &["organizers"]), + ("semgent", &["segment"]), + ("dischare", &["discharged", "discharge"]), + ("realitime", &["realtime"]), + ("protaganist", &["protagonist"]), + ("clinets", &["clients"]), + ("duplates", &["duplicates"]), + ("elliminate", &["eliminate"]), + ("rehabilitatin", &["rehabilitation"]), + ("dipections", &["depictions"]), + ("inconcistencies", &["inconsistencies"]), + ("commitmet", &["commitments"]), + ("condtions", &["conditions"]), + ("symphatized", &["sympathize"]), + ("influneced", &["influenced"]), + ("cyrptic", &["cryptic"]), + ("quarantaine", &["quarantine"]), + ("sectopns", &["sections"]), + ("pyschosis", &["psychosis"]), + ("outsoursing", &["outsourcing"]), + ("tro", &["to"]), + ("renegotited", &["renegotiated"]), + ("specidic", &["specific"]), + ("hitogram", &["histogram"]), + ("recrooter", &["recruiter"]), + ("quottes", &["quotes"]), + ("cardbaord", &["cardboard"]), + ("rmeote", &["remote"]), + ("conviniences", &["conveniences"]), + ("flethcer", &["fletcher"]), + ("cartiladge", &["cartilage"]), + ("opearion", &["operation"]), + ("invarient", &["invariant"]), + ("portrayels", &["portrays"]), + ("interleive", &["interleave"]), + ("theorits", &["theorist"]), + ("kronicling", &["chronicling"]), + ("windwo", &["window"]), + ("introsepectable", &["introspectable"]), + ("alloacte", &["allocate"]), + ("announcemnet", &["announcements"]), + ("countriy", &["country"]), + ("speciafied", &["specified"]), + ("contitions", &["conditions"]), + ("straightden", &["straightened"]), + ("specilazations", &["specializations"]), + ("pijuns", &["pigeons"]), + ("czechoslavakia", &["czechoslovakia"]), + ("frozee", &["frozen"]), + ("invariablly", &["invariably"]), + ("accomplishemnts", &["accomplishments"]), + ("eveyrones", &["everyones"]), + ("characterisitics", &["characteristics"]), + ("assers", &["asserts"]), + ("renegotioator", &["renegotiator"]), + ("panckaes", &["pancakes"]), + ("configuraiton", &["configuration"]), + ("undet", &["under"]), + ("prviously", &["previously"]), + ("definitiley", &["definitively"]), + ("idenitier", &["identifier"]), + ("legendarios", &["legendaries"]), + ("comstraint", &["constraint"]), + ("redefiend", &["redefined"]), + ("parmasen", &["parmesan"]), + ("propigation", &["propagation"]), + ("decidate", &["dedicate"]), + ("theves", &["thieves"]), + ("chater", &["chapter"]), + ("colloqueal", &["colloquial"]), + ("renegoticate", &["renegotiate"]), + ("granulatiry", &["granularity"]), + ("partitoned", &["partitioned"]), + ("scenaireo", &["scenario"]), + ("perferrm", &["perform"]), + ("disclousre", &["disclosure"]), + ("correlaties", &["correlates"]), + ("entends", &["intends"]), + ("termporarily", &["temporarily"]), + ("bigest", &["biggest"]), + ("influencie", &["influences"]), + ("depdences", &["dependences"]), + ("dorder", &["order", "disorder"]), + ("restirctions", &["restrictions"]), + ("neuton", &["neutron"]), + ("expessed", &["expressed"]), + ("recconeccts", &["reconnects"]), + ("fronends", &["frontends"]), + ("euphoriac", &["euphoric"]), + ("dosctrings", &["docstrings"]), + ("oging", &["going", "ogling"]), + ("htacces", &["htaccess"]), + ("unbelieveable", &["unbelievable"]), + ("clearnances", &["clearances"]), + ("inser", &["insert"]), + ("paramedicks", &["paramedics"]), + ("northen", &["northern"]), + ("conlcude", &["conclude"]), + ("transolates", &["translates"]), + ("benetifs", &["benefits"]), + ("indepentents", &["independents"]), + ("renyolds", &["reynolds"]), + ("degrassse", &["degrasse"]), + ("misundersatnding", &["misunderstandings"]), + ("fulsh", &["flush"]), + ("sacrifizes", &["sacrifices"]), + ("itialization", &["initialization"]), + ("modulair", &["modular"]), + ("metabolitic", &["metabolic"]), + ("authenticaion", &["authentication"]), + ("fiw", &["fix"]), + ("metabilism", &["metabolism"]), + ("anuglar", &["angular"]), + ("clens", &["clans", "cleans"]), + ("proepr", &["proper"]), + ("afair", &["affair"]), + ("blaimed", &["blamed"]), + ("christainity", &["christianity"]), + ("kibutz", &["kibbutz"]), + ("conencted", &["connected"]), + ("incrments", &["increments"]), + ("presmuably", &["presumably"]), + ("envrionmental", &["environmental"]), + ("uncompres", &["uncompress"]), + ("deifnetly", &["definitely"]), + ("patriarhal", &["patriarchal"]), + ("accidetly", &["accidentally"]), + ("complicatred", &["complicate"]), + ("quadroopling", &["quadrupling"]), + ("comfotable", &["comfortable"]), + ("calibraiton", &["calibration"]), + ("appications", &["applications"]), + ("foded", &["boded", "coded", "faded", "folded", "forded"]), + ("spefiififers", &["specifiers"]), + ("apocalytic", &["apocalyptic"]), + ("singsog", &["singsong"]), + ("interraccial", &["interracial"]), + ("percentange", &["percentage"]), + ("paralellism", &["parallelism"]), + ("analyers", &["analysers", "analyzers"]), + ("opration", &["operation"]), + ("acknowldeged", &["acknowledged"]), + ("preferances", &["preferences"]), + ("dardenelles", &["dardanelles"]), + ("opjectively", &["objectively"]), + ("hanldle", &["handle"]), + ("profundly", &["profoundly"]), + ("nawshesly", &["nauseously"]), + ("accumlated", &["accumulated"]), + ("acopalypse", &["apocalypse"]), + ("optons", &["options"]), + ("meatbals", &["meatballs"]), + ("mathmatical", &["mathematical"]), + ("cimetriclly", &["symmetrically"]), + ("overzelus", &["overzealous"]), + ("userspase", &["userspace"]), + ("resepected", &["respected"]), + ("tacticaly", &["tactically"]), + ("interpereters", &["interpreters"]), + ("relasped", &["relapsed"]), + ("tessleate", &["tessellate"]), + ("directos", &["directors"]), + ("consiting", &["consisting"]), + ("scraches", &["scratches"]), + ("impossiblity", &["impossibly"]), + ("reuqest", &["request"]), + ("construciton", &["construction"]), + ("triathalon", &["triathlon"]), + ("counterpath", &["counterpart"]), + ("antisipated", &["anticipated"]), + ("appraent", &["apparent"]), + ("overriting", &["overwriting"]), + ("dashbaord", &["dashboard"]), + ("judaisim", &["judaism"]), + ("steraming", &["streaming"]), + ("analoguously", &["analogously"]), + ("moisterizing", &["moisturizing"]), + ("goverining", &["governing"]), + ("renegoitates", &["renegotiates"]), + ("strnad", &["strand"]), + ("opportunies", &["opportunities"]), + ("fraternety", &["fraternity"]), + ("disatisfaction", &["dissatisfaction"]), + ("siply", &["simply"]), + ("beseiged", &["besieged"]), + ("gogether", &["together"]), + ("perpetuationg", &["perpetuating"]), + ("fractalpus", &["fractals"]), + ("unistalled", &["uninstalled"]), + ("devritualisation", &["devirtualisation"]), + ("provate", &["private", "provide"]), + ("expetedly", &["expectedly"]), + ("portuguease", &["portuguese"]), + ("fuetherst", &["furthest"]), + ("unrary", &["unary"]), + ("mocroprocessor", &["microprocessor"]), + ("replics", &["replicas"]), + ("perscription", &["prescription"]), + ("complmenet", &["complement"]), + ("appeares", &["appears"]), + ("extracotr", &["extractor"]), + ("functionionalities", &["functionalities"]), + ("droppong", &["dropping"]), + ("cimmetric", &["symmetric"]), + ("bourgoeis", &["bourgeois"]), + ("deside", &["decide"]), + ("exitss", &["exists", "exits"]), + ("enty", &["entry", "entity"]), + ("cheesebruger", &["cheeseburgers"]), + ("sttings", &["strings", "settings", "sittings"]), + ("actived", &["activated"]), + ("mcroscopy", &["microscopy"]), + ("coefficienct", &["coefficient"]), + ("oragnizer", &["organizer"]), + ("aregument", &["argument"]), + ("writtened", &["written"]), + ("accommidation", &["accommodation"]), + ("defininitely", &["definitively"]), + ("thatn", &["that", "than"]), + ("infomraiton", &["information"]), + ("maximazing", &["maximizing"]), + ("shapening", &["sharpening"]), + ("permade", &["premade"]), + ("weappon", &["weapon"]), + ("instlls", &["installs", "instills"]), + ("advnace", &["advance"]), + ("unnessessary", &["unnecessary"]), + ("lenth", &["length"]), + ("registrating", &["registration"]), + ("experimentaiton", &["experimentation"]), + ("synbolic", &["symbolic"]), + ("explossion", &["explosions"]), + ("immediatlye", &["immediately"]), + ("finction", &["function"]), + ("millimitres", &["millimetres"]), + ("cavaets", &["caveats"]), + ("mutiple", &["multiple"]), + ("protols", &["protocols"]), + ("substiture", &["substitute"]), + ("messagse", &["messages"]), + ("deciemal", &["decimal"]), + ("ciphersutes", &["ciphersuites"]), + ("scropion", &["scorpion"]), + ("correcttly", &["correctly"]), + ("choseen", &["chosen"]), + ("tansactions", &["transactions"]), + ("compactible", &["compactable"]), + ("forrset", &["forrest"]), + ("derivatio", &["derivation"]), + ("polotical", &["political"]), + ("noraml", &["normal"]), + ("workststions", &["workstations"]), + ("forgettting", &["forgetting"]), + ("alghorithms", &["algorithms"]), + ("assests", &["assets"]), + ("parralely", &["parallelly"]), + ("atmoshere", &["atmosphere"]), + ("seperataly", &["separately"]), + ("undupplicated", &["unduplicated"]), + ("currentl", &["currently"]), + ("exacarbated", &["exacerbated"]), + ("wehre", &["where"]), + ("transalt", &["translate"]), + ("contractar", &["contractor"]), + ("glitchty", &["glitchy"]), + ("transmorged", &["transformed"]), + ("relatiopnship", &["relationship"]), + ("peepel", &["people"]), + ("thinigs", &["things"]), + ("loobacks", &["loopbacks"]), + ("ogers", &["ogres"]), + ("experance", &["experience"]), + ("politicaly", &["politically"]), + ("interfeers", &["interferes"]), + ("wollow", &["follow", "wallow"]), + ("homepoathy", &["homeopathy"]), + ("illuminadi", &["illuminati"]), + ("precisision", &["precision"]), + ("poniter", &["pointer"]), + ("voilation", &["violation"]), + ("civalisation", &["civilisation"]), + ("mercurey", &["mercury"]), + ("netwplit", &["netsplit"]), + ("eauality", &["equality"]), + ("pharmaseudical", &["pharmaceutical"]), + ("duplictes", &["duplicates"]), + ("incomprehencible", &["incomprehensible"]), + ("acctually", &["actually"]), + ("clases", &["cases", "clashes", "classes"]), + ("conrrupted", &["corrupted"]), + ("idiosyncracies", &["idiosyncrasies"]), + ("lesbains", &["lesbians"]), + ("triptish", &["triptych"]), + ("intermediat", &["intermediate"]), + ("prioratize", &["prioritize"]), + ("everday", &["everyday"]), + ("commna", &["comma"]), + ("disscusses", &["discusses"]), + ("satified", &["satisfied"]), + ("currnt", &["current"]), + ("perticipated", &["participated"]), + ("temaplate", &["template"]), + ("asendence", &["ascendence"]), + ("intolerate", &["intolerant"]), + ("defintiion", &["definitions", "definition"]), + ("coalescsing", &["coalescing"]), + ("equiavlent", &["equivalents"]), + ("thnaks", &["thanks"]), + ("wirldcard", &["wildcard"]), + ("summariztion", &["summarization"]), + ("physisan", &["physician"]), + ("sensititivy", &["sensitivity"]), + ("incrediblely", &["incredibly"]), + ("neighbood", &["neighborhood"]), + ("decompostion", &["decomposition"]), + ("irritato", &["irritation"]), + ("appenging", &["appending"]), + ("disassmebled", &["disassembled"]), + ("disabel", &["disable"]), + ("oommits", &["commits"]), + ("uninitalize", &["uninitialize"]), + ("publicy", &["publicly"]), + ("instnatiation", &["instantiation"]), + ("aberation", &["aberration"]), + ("yor", &["your"]), + ("windshied", &["windshield"]), + ("regulares", &["regulars"]), + ("seconcary", &["secondary"]), + ("connecetd", &["connected"]), + ("prohibative", &["prohibitive"]), + ("maitained", &["maintained"]), + ("decorded", &["decoded"]), + ("chrashs", &["crashes", "thrashes", "trashes"]), + ("commpatibility", &["compatibility"]), + ("practially", &["practically"]), + ("offical", &["official"]), + ("questionned", &["questioned"]), + ("ideologicaly", &["ideologically"]), + ("councilers", &["councils", "councilors"]), + ("deminstrations", &["demonstrations"]), + ("geometrician", &["geometer"]), + ("negoatiating", &["negotiating"]), + ("polymorpic", &["polymorphic"]), + ("extrimly", &["extremely"]), + ("cigarete", &["cigarets", "cigarette"]), + ("takslet", &["tasklet"]), + ("contigious", &["contagious", "contiguous"]), + ("contenents", &["continents"]), + ("resposiblity", &["responsibility"]), + ("infromative", &["informative"]), + ("alcoholical", &["alcoholic"]), + ("incompatabillity", &["incompatibility"]), + ("rquired", &["required"]), + ("determinaton", &["determination"]), + ("endandering", &["endangering"]), + ("credists", &["credits"]), + ("togled", &["toggled"]), + ("filesytsem", &["filesystem"]), + ("truley", &["truly"]), + ("rsource", &["resource", "source"]), + ("subnegoitation", &["subnegotiation"]), + ("untrasposed", &["untransposed"]), + ("bood", &["boot"]), + ("confugiring", &["configuring"]), + ("situacional", &["situational"]), + ("misogynisitc", &["misogynistic"]), + ("applifiers", &["amplifiers"]), + ("epmty", &["empty"]), + ("teraforms", &["terraforms"]), + ("disappearred", &["disappeared"]), + ("syntehtic", &["synthetic"]), + ("ineriting", &["inheriting"]), + ("orriginal", &["original"]), + ("enitrely", &["entirely"]), + ("cpation", &["caption"]), + ("hipothetically", &["hypothetically"]), + ("ultered", &["altered"]), + ("rentime", &["runtime"]), + ("overpad", &["overpaid"]), + ("semphores", &["semaphores"]), + ("somalija", &["somalia"]), + ("negotaitor", &["negotiator"]), + ("repitions", &["repetitions"]), + ("conditon", &["condition"]), + ("catastraphic", &["catastrophic"]), + ("transfoprmation", &["transformation"]), + ("misunderstading", &["misunderstanding"]), + ("blueprintcss", &["blueprints"]), + ("latitudie", &["latitude"]), + ("contaner", &["container"]), + ("heightend", &["heightened"]), + ("servans", &["servants"]), + ("tiome", &["time", "tome"]), + ("spefeis", &["specifies"]), + ("alloved", &["allowed"]), + ("namepsaces", &["namespaces"]), + ("acition", &["action"]), + ("scatchpad", &["scratchpad"]), + ("amke", &["make"]), + ("peridoically", &["periodically"]), + ("quantative", &["quantitative"]), + ("swtichover", &["switchover"]), + ("renegotiotator", &["renegotiator"]), + ("ancedotes", &["anecdotes"]), + ("chilvary", &["chivalry"]), + ("audiobookmrs", &["audiobooks"]), + ("regresso", &["regression"]), + ("akkumulator", &["accumulator"]), + ("repeling", &["repelling"]), + ("neighbeordhood", &["neighborhood"]), + ("noramalising", &["normalising"]), + ("regartless", &["regardless"]), + ("curvelinear", &["curvilinear"]), + ("exrension", &["extension"]), + ("undoubtely", &["undoubtedly"]), + ("arouind", &["around"]), + ("relintquish", &["relinquish"]), + ("activit", &["activist"]), + ("spefiifeis", &["specifies"]), + ("differental", &["differential"]), + ("avisory", &["advisory"]), + ("diffreences", &["differences"]), + ("ussually", &["usually"]), + ("projectles", &["projectiles"]), + ("apointed", &["appointed"]), + ("modul", &["module"]), + ("temportal", &["temporal"]), + ("repectable", &["repeatable", "respectable"]), + ("pssed", &["passed"]), + ("patriarcy", &["patriarchy"]), + ("comparision", &["comparison"]), + ("challening", &["challenging"]), + ("bactracking", &["backtracking"]), + ("elemnts", &["elements"]), + ("perserving", &["preserving"]), + ("existings", &["existing"]), + ("haristyle", &["hairstyle"]), + ("transational", &["transitional"]), + ("dispirsed", &["dispersed"]), + ("negotable", &["negotiable"]), + ("asshatts", &["asshats"]), + ("therwise", &["otherwise"]), + ("preferablly", &["preferably"]), + ("reassocition", &["reassociation"]), + ("rlation", &["relation"]), + ("esimation", &["estimation"]), + ("unrecogized", &["unrecognized"]), + ("violance", &["violence"]), + ("asii", &["ascii"]), + ("familiarty", &["familiarity"]), + ("overzelously", &["overzealously"]), + ("enviornmental", &["environmental"]), + ("convergance", &["convergence"]), + ("iimmune", &["immune"]), + ("idiosynchrasies", &["idiosyncrasies"]), + ("sanizer", &["sanitizer"]), + ("repeatations", &["repetitions"]), + ("archatypes", &["archetypes"]), + ("detrmine", &["determine"]), + ("applicato", &["application"]), + ("individualty", &["individuality"]), + ("predessor", &["predecessor"]), + ("intializers", &["initializers"]), + ("neighberhoud", &["neighborhood"]), + ("ressemle", &["resemble"]), + ("absorbtion", &["absorption"]), + ("standartization", &["standardization"]), + ("recurively", &["recursively"]), + ("prodcution", &["production"]), + ("reavealed", &["revealed"]), + ("emmitted", &["emitted"]), + ("bounsaries", &["boundaries"]), + ("indictor", &["indicator"]), + ("varisty", &["varsity"]), + ("amplifiy", &["amplify"]), + ("subnegotiotions", &["subnegotiations"]), + ("mechanisim", &["mechanism"]), + ("simualtors", &["simulators"]), + ("everythng", &["everything"]), + ("intillectually", &["intellectually"]), + ("myu", &["my"]), + ("liberaties", &["liberate"]), + ("distange", &["distance"]), + ("intagible", &["intangible"]), + ("seperat", &["separate"]), + ("cannonicalization", &["canonicalization"]), + ("onatrio", &["ontario"]), + ("satus", &["status"]), + ("lingusitics", &["linguistics"]), + ("hosited", &["hoisted"]), + ("engouh", &["enough"]), + ("nmae", &["name"]), + ("incldued", &["included"]), + ("frontlinjen", &["frontline"]), + ("intersecton", &["intersection"]), + ("curruptible", &["corruptible"]), + ("notificated", &["notified"]), + ("iteation", &["iteration"]), + ("methoden", &["methods"]), + ("negiotated", &["negotiated"]), + ("artistas", &["artists"]), + ("functitoned", &["functioned"]), + ("illinos", &["illinois"]), + ("availabyl", &["available"]), + ("researving", &["reserving"]), + ("provokative", &["provocative"]), + ("dereferncence", &["dereference"]), + ("interfears", &["interferes"]), + ("cruzing", &["cruising"]), + ("cralwer", &["crawler"]), + ("scandanivia", &["scandinavian"]), + ("homosexualiy", &["homosexuality"]), + ("cancellato", &["cancellation"]), + ("verficiation", &["verification"]), + ("delimiiters", &["delimiters"]), + ("methots", &["methods"]), + ("iterm", &["term", "item", "intern"]), + ("perticular", &["particular"]), + ("consueling", &["consulting"]), + ("icelandinc", &["icelandic"]), + ("blessure", &["blessing"]), + ("springfeild", &["springfield"]), + ("horizontale", &["horizontal"]), + ("birgading", &["brigading"]), + ("charakters", &["characters"]), + ("refereneces", &["references"]), + ("accuastion", &["accusation"]), + ("multifuction", &["multifunction"]), + ("questins", &["questions"]), + ("misunderstsnding", &["misunderstandings"]), + ("cunted", &["counted", "hunted"]), + ("prining", &["printing"]), + ("damanging", &["damaging"]), + ("definifiton", &["definition"]), + ("aqcuire", &["acquire"]), + ("vectices", &["vertices"]), + ("tringkets", &["trinkets"]), + ("tekn", &["taken", "tekken"]), + ("intrumental", &["instrumental"]), + ("compeditors", &["competitors"]), + ("copmutations", &["computations"]), + ("moutnpoint", &["mountpoint"]), + ("forgivness", &["forgiveness"]), + ("chambear", &["chamber"]), + ("assighing", &["assigning"]), + ("haircuit", &["haircut"]), + ("consisiting", &["consisting"]), + ("absolaute", &["absolute"]), + ("comceptually", &["conceptually"]), + ("materializatons", &["materializations"]), + ("vigliante", &["vigilante"]), + ("oversimplyfication", &["oversimplification"]), + ("contextos", &["contexts"]), + ("perogrative", &["prerogative"]), + ("executie", &["executive"]), + ("currenty", &["currently"]), + ("voluntarilly", &["voluntarily"]), + ("omlette", &["omelette"]), + ("infinetely", &["infinitely"]), + ("sinnagogs", &["synagogs"]), + ("carloina", &["carolina"]), + ("processos", &["processors"]), + ("chizziled", &["chiseled"]), + ("expeiment", &["experiment"]), + ("surveillence", &["surveillance"]), + ("organiske", &["organise"]), + ("documemt", &["document"]), + ("inidications", &["indications"]), + ("newmatic", &["pneumatic"]), + ("defendas", &["defends"]), + ("deregulaiton", &["deregulation"]), + ("trasitive", &["transitive"]), + ("expodential", &["exponential"]), + ("owudl", &["would"]), + ("cotrolling", &["controlling"]), + ("recondifure", &["reconfigure"]), + ("ingegrated", &["integrated"]), + ("tages", &["stages", "tags"]), + ("zionistes", &["zionists"]), + ("compilacion", &["compilation"]), + ("maped", &["mapped"]), + ("unanmious", &["unanimous"]), + ("membranaphone", &["membranophone"]), + ("ignortd", &["ignored"]), + ("synatax", &["syntax"]), + ("xenophibic", &["xenophobic"]), + ("concentraion", &["concentration"]), + ("invaulable", &["invaluable"]), + ("faciliated", &["facilitated"]), + ("drammatically", &["grammatically"]), + ("hmtl", &["html"]), + ("palestinier", &["palestine"]), + ("visuale", &["visual"]), + ("reconencted", &["reconnected"]), + ("bulgara", &["bulgaria"]), + ("delt", &["dealt"]), + ("teorem", &["theorem"]), + ("speaced", &["spaced"]), + ("initialiazation", &["initialization"]), + ("democractic", &["democratic"]), + ("bjects", &["objects"]), + ("dravadian", &["dravidian"]), + ("monagomy", &["monogamy"]), + ("keyosks", &["kiosks"]), + ("enhabced", &["enhanced"]), + ("experimnets", &["experiments"]), + ("seuences", &["sequences"]), + ("compassione", &["compassionate"]), + ("nore", &["nor", "more", "node", "note"]), + ("indistingusihable", &["indistinguishable"]), + ("compilcations", &["complication", "complications"]), + ("excetption", &["exception"]), + ("chizled", &["chiseled"]), + ("rechek", &["recheck"]), + ("genererater", &["generator"]), + ("guarnety", &["guaranty"]), + ("reorer", &["reorder"]), + ("disputs", &["disputes"]), + ("phanthom", &["phantom"]), + ("diables", &["disables"]), + ("puinsher", &["punisher"]), + ("renegoable", &["renegotiable"]), + ("progarms", &["programs"]), + ("funtionality", &["functionality"]), + ("itnerfaces", &["interfaces"]), + ("sepecification", &["specification"]), + ("desginers", &["designers"]), + ("innovatve", &["innovate"]), + ("rinosarus", &["rhinoceros"]), + ("apocalypes", &["apocalypse"]), + ("phisics", &["physics"]), + ("midpont", &["midpoint"]), + ("deduplaicates", &["deduplicates"]), + ("chaecking", &["checking"]), + ("manufactores", &["manufactures"]), + ("unsucceeed", &["unsuccessful"]), + ("disabeld", &["disabled"]), + ("encrouch", &["encroach"]), + ("expirimental", &["experimental"]), + ("mena", &["mean"]), + ("manufactureers", &["manufactures"]), + ("recretional", &["recreational"]), + ("sophisticted", &["sophisticated"]), + ("passivedns", &["passives"]), + ("inevitabily", &["inevitably"]), + ("scedule", &["schedule"]), + ("notod", &["noted"]), + ("negotatior", &["negotiator"]), + ("inernal", &["internal"]), + ("separtors", &["separators"]), + ("misfortunte", &["misfortune"]), + ("presonhood", &["personhood"]), + ("coneectors", &["connectors"]), + ("speficilleir", &["specifier"]), + ("statup", &["startup"]), + ("behavor", &["behavior"]), + ("reliabe", &["reliable"]), + ("negeated", &["negated"]), + ("alers", &["alerts"]), + ("doumentation", &["documentation"]), + ("unconditonally", &["unconditionally"]), + ("gunlsinger", &["gunslinger"]), + ("hesistate", &["hesitate"]), + ("clude", &["clued", "clue"]), + ("compinsation", &["compensation"]), + ("zelaots", &["zealots"]), + ("simptumaticly", &["symptomatically"]), + ("methon", &["method"]), + ("prabably", &["probably"]), + ("transporation", &["transportation"]), + ("disregrad", &["disregard"]), + ("unsubscrbed", &["unsubscribed"]), + ("verfifiable", &["verifiable"]), + ("introdused", &["introduces", "introduced"]), + ("corrdinators", &["coordinators"]), + ("magazins", &["magazines"]), + ("struggeling", &["struggling"]), + ("directiona", &["directional", "directions"]), + ("analized", &["analyzed"]), + ("minimalisitc", &["minimalist"]), + ("autocommiting", &["autocommitting"]), + ("nitch", &["niche"]), + ("flavorade", &["flavored"]), + ("expetion", &["exception"]), + ("squirel", &["squirtle", "squirrel"]), + ("uptreams", &["upstreams"]), + ("encosers", &["encoders"]), + ("rendererers", &["renderers"]), + ("argement", &["argument"]), + ("harcode", &["hardcode", "charcode"]), + ("conclussion", &["conclusions"]), + ("dependeny", &["dependency"]), + ("exponantial", &["exponential"]), + ("karismatic", &["charismatic"]), + ("observible", &["observable"]), + ("savve", &["save", "savvy", "salve"]), + ("codeen", &["codeine"]), + ("upcomming", &["upcoming"]), + ("anecodtal", &["anecdotal"]), + ("sepecific", &["specific"]), + ("longtiem", &["longtime"]), + ("condmenation", &["condemnation"]), + ("allready", &["already"]), + ("respectos", &["respects"]), + ("themselve", &["themselves", "themself"]), + ("synomynous", &["synonymous"]), + ("inpu", &["input"]), + ("fundamentalistiska", &["fundamentalists"]), + ("seqeunces", &["sequences"]), + ("offisianado", &["aficionado"]), + ("ingoring", &["ignoring"]), + ("prewview", &["preview"]), + ("jamsine", &["jasmine"]), + ("lengtext", &["longtext"]), + ("conservitism", &["conservatism"]), + ("miserablely", &["miserably"]), + ("rqeuest", &["request", "quest"]), + ("serviec", &["service"]), + ("listeneres", &["listeners"]), + ("caterpilar", &["caterpillar"]), + ("innecesarily", &["unnecessarily"]), + ("aprooved", &["approved"]), + ("preferantial", &["preferential"]), + ("empirial", &["empirical", "imperial"]), + ("gridles", &["griddles"]), + ("pscyhedelic", &["psychedelic"]), + ("theorician", &["theoretician"]), + ("surregat", &["surrogate"]), + ("cpacities", &["capacities"]), + ("anceint", &["ancient"]), + ("adapte", &["adapter"]), + ("workfore", &["workforce"]), + ("alleivate", &["alleviate"]), + ("descripition", &["description"]), + ("desogned", &["designed"]), + ("decathalon", &["decathlon"]), + ("pretinent", &["pertinent"]), + ("impossibel", &["impossibly"]), + ("restorting", &["restarting"]), + ("exlpoding", &["exploding"]), + ("alocating", &["allocating"]), + ("prostitite", &["prostitute"]), + ("consttructer", &["constructor"]), + ("rittled", &["rattled", "riddled"]), + ("automibile", &["automobile"]), + ("insuffiently", &["insufficiently"]), + ("genererate", &["generate"]), + ("microsfoft", &["microsoft"]), + ("navitvely", &["natively"]), + ("incides", &["indices"]), + ("ecidious", &["deciduous"]), + ("unnecessarilly", &["unnecessarily"]), + ("referenz", &["reference"]), + ("islamsit", &["islamist"]), + ("creatue", &["creature"]), + ("charactere", &["characterize"]), + ("recconeections", &["reconnections"]), + ("caclulators", &["calculators"]), + ("generatting", &["generating"]), + ("reserrection", &["resurrection"]), + ("erorr", &["error"]), + ("tortila", &["tortilla"]), + ("ofter", &["after", "offer", "often"]), + ("enchantmet", &["enchantments"]), + ("raotations", &["rotations"]), + ("abbreviatons", &["abbreviations"]), + ("inteferring", &["interfering"]), + ("meatballers", &["meatballs"]), + ("realsim", &["realism"]), + ("tranfered", &["transferred"]), + ("supprot", &["support"]), + ("croporations", &["corporations"]), + ("torchlgiht", &["torchlight"]), + ("foregin", &["foreign"]), + ("furition", &["fruition"]), + ("imigrated", &["emigrated", "immigrated"]), + ("correspending", &["corresponding"]), + ("prferable", &["preferable"]), + ("perfurred", &["preferred"]), + ("envinronments", &["environments"]), + ("dubios", &["dubious"]), + ("stylisch", &["stylish"]), + ("prerequisties", &["prerequisite"]), + ("pervents", &["prevents"]), + ("sturggled", &["struggled"]), + ("protoge", &["protege"]), + ("reprocuce", &["reproduce", "reprocure"]), + ("dimunitive", &["diminutive"]), + ("vulberabilitie", &["vulnerability"]), + ("serailised", &["serialised"]), + ("reguirement", &["requirement"]), + ("surrepetitious", &["surreptitious"]), + ("assumtions", &["assumptions"]), + ("defenition", &["definition"]), + ("multiecast", &["multicast"]), + ("facor", &["favor", "faker"]), + ("writre", &["writer"]), + ("highloader", &["highlander"]), + ("largst", &["largest"]), + ("dementieva", &["dementia"]), + ("momento", &["memento"]), + ("convienant", &["convenient"]), + ("pubilshing", &["publishing"]), + ("documetn", &["document"]), + ("prematurley", &["prematurely"]), + ("diffenrence", &["difference"]), + ("populer", &["popular"]), + ("misimformed", &["misinformed"]), + ("viligant", &["vigilant"]), + ("becamae", &["became"]), + ("devialet", &["deviate"]), + ("algorithimic", &["algorithmic"]), + ("contestas", &["contests"]), + ("clossions", &["collisions"]), + ("applicabile", &["applicable"]), + ("torunament", &["tournament"]), + ("differantly", &["differently"]), + ("revokation", &["revocation"]), + ("precrastination", &["procrastination"]), + ("mutlinationals", &["multinational"]), + ("smaples", &["samples"]), + ("indonesean", &["indonesian"]), + ("dualtiy", &["duality"]), + ("socialicing", &["socializing"]), + ("outpus", &["output", "outputs"]), + ("unexspectedly", &["unexpectedly"]), + ("invitiation", &["invitation"]), + ("renegociates", &["renegotiates"]), + ("earthqaukes", &["earthquakes"]), + ("liberary", &["library"]), + ("prostituate", &["prostitute"]), + ("releae", &["release"]), + ("dungoens", &["dungeons"]), + ("identfiers", &["identifiers"]), + ("demorcracy", &["democracy"]), + ("seperates", &["separates"]), + ("operatng", &["operating"]), + ("cotnain", &["contain"]), + ("industriel", &["industrial"]), + ("exaplains", &["explains"]), + ("adjectivos", &["adjectives"]), + ("vengence", &["vengeance"]), + ("streamear", &["streamer"]), + ("toches", &["touches"]), + ("miraculos", &["miraculous"]), + ("uplaoding", &["uploading"]), + ("procuce", &["procure", "produce"]), + ("perfomred", &["performed"]), + ("enumuratable", &["enumerable"]), + ("custoization", &["customization"]), + ("philisophy", &["philosophy"]), + ("fraudelent", &["fraudulent"]), + ("progapations", &["propagations"]), + ("functtional", &["functional"]), + ("balckjack", &["blackjack"]), + ("argreement", &["agreement"]), + ("propsective", &["prospective"]), + ("capasitors", &["capacitors"]), + ("therepists", &["therapists"]), + ("dicotomy", &["dichotomy"]), + ("prostituion", &["prostitution"]), + ("libraary", &["library"]), + ("osbscure", &["obscure"]), + ("meditereanean", &["mediterranean"]), + ("mayalsian", &["malaysian"]), + ("fastner", &["fastener"]), + ("cariier", &["carrier"]), + ("continential", &["continental"]), + ("hace", &["have"]), + ("haynus", &["heinous"]), + ("headerrs", &["headers"]), + ("assesment", &["assessment"]), + ("rememver", &["remember"]), + ("journalisitc", &["journalistic"]), + ("exciation", &["excitation"]), + ("valudes", &["values"]), + ("modidfied", &["modified"]), + ("marrage", &["marriage"]), + ("caspule", &["capsule"]), + ("expotential", &["exponential"]), + ("experementer", &["experimenter"]), + ("proponentes", &["proponents"]), + ("powerded", &["powdered"]), + ("cataalogue", &["catalogue"]), + ("carrotus", &["carrots"]), + ("concentrade", &["concentrated"]), + ("humurous", &["humorous"]), + ("smooting", &["smoothing"]), + ("brillaince", &["brilliance"]), + ("flashig", &["flashing"]), + ("automoderater", &["automoderator"]), + ("vitenamese", &["vietnamese"]), + ("extenally", &["externally"]), + ("convential", &["conventional"]), + ("anyoneis", &["anyones"]), + ("generalyl", &["generally"]), + ("resturcturation", &["restructuration"]), + ("finallizes", &["finalizes"]), + ("occupato", &["occupation"]), + ("renderered", &["rendered"]), + ("swtichback", &["switchback"]), + ("illimunati", &["illuminati"]), + ("bookmakrs", &["bookmarks"]), + ("cahcs", &["caches"]), + ("jodpers", &["jodhpurs"]), + ("unmistakeably", &["unmistakably"]), + ("defaulkt", &["default"]), + ("unvelievably", &["unbelievably"]), + ("bounites", &["bounties"]), + ("deutcshland", &["deutschland"]), + ("pandroa", &["pandora"]), + ("exceded", &["exceeded"]), + ("proced", &["proceed"]), + ("lintain", &["lintian"]), + ("disrecpectful", &["disrespectful"]), + ("alternatiely", &["alternately", "alternatively"]), + ("duplacates", &["duplicates"]), + ("redundantcy", &["redundancy"]), + ("expesnce", &["expense"]), + ("responsibilitiy", &["responsibility"]), + ("herucles", &["hercules"]), + ("regisster", &["register"]), + ("implementtions", &["implementations"]), + ("automoblie", &["automobile"]), + ("attemt", &["attempt"]), + ("psychaitric", &["psychiatric"]), + ("postcondtion", &["postcondition"]), + ("differntiable", &["differentiable"]), + ("satisfaccion", &["satisfaction"]), + ("igzort", &["exhort"]), + ("relatd", &["related"]), + ("hirachy", &["hierarchy"]), + ("athlets", &["athletes"]), + ("implementantions", &["implementations"]), + ("singulaties", &["singularities"]), + ("charactets", &["characters"]), + ("presicely", &["precisely"]), + ("cheeseburgare", &["cheeseburger"]), + ("folowed", &["followed"]), + ("disobediant", &["disobedient"]), + ("projecticles", &["projectiles"]), + ("fortitudine", &["fortitude"]), + ("revolulionary", &["revolutionary"]), + ("revoultions", &["revolutions"]), + ("epties", &["empties"]), + ("miltiplication", &["multiplication"]), + ("fracter", &["fracture"]), + ("establishemnt", &["establishments"]), + ("upgradded", &["upgraded"]), + ("cobining", &["combining"]), + ("snwoden", &["snowden"]), + ("enhencements", &["enhancements"]), + ("cirrently", &["currently"]), + ("overlappping", &["overlapping"]), + ("deamenor", &["demeanor"]), + ("interrrupt", &["interrupt"]), + ("serializble", &["serializable"]), + ("hould", &["hold", "should"]), + ("vunrability", &["vulnerability"]), + ("distrebuted", &["distributed"]), + ("contibutor", &["contributor"]), + ("ligthening", &["lightening"]), + ("additionalyy", &["additionally"]), + ("hemmorhaged", &["hemorrhaged"]), + ("adjast", &["adjust"]), + ("excetutor", &["executor"]), + ("desginer", &["designer"]), + ("fortunetly", &["fortunately"]), + ("caryy", &["carry"]), + ("degenerite", &["degenerate"]), + ("endoctrinated", &["indoctrinated"]), + ("callcain", &["callchain"]), + ("chanpionship", &["championship"]), + ("scriptype", &["scripttype"]), + ("keybard", &["keyboard"]), + ("tommrow", &["tomorrow"]), + ("arguemet", &["argument"]), + ("analitical", &["analytical"]), + ("decryped", &["decrypted"]), + ("doctrins", &["doctrines"]), + ("rmeoves", &["removes"]), + ("implementated", &["implemented"]), + ("godspeeed", &["godspeed"]), + ("dinamicly", &["dynamically"]), + ("conifguration", &["configurations", "configuration"]), + ("drawack", &["drawback"]), + ("innacuracy", &["inaccuracy"]), + ("birhtday", &["birthday"]), + ("subnegotiotation", &["subnegotiation"]), + ("paraprashing", &["paraphrasing"]), + ("normany", &["normandy"]), + ("algorightms", &["algorithms"]), + ("quicket", &["quickest"]), + ("ccessible", &["accessible"]), + ("ambassator", &["ambassador"]), + ("custoizing", &["customizing"]), + ("panedmic", &["pandemic"]), + ("porotocol", &["protocol"]), + ("normales", &["normals"]), + ("aquiessed", &["acquiesced"]), + ("aramgeddon", &["armageddon"]), + ("quanitfy", &["quantify"]), + ("inaccuraties", &["inaccuracies"]), + ("iniitalize", &["initialize"]), + ("rebouns", &["rebounds"]), + ("lushisly", &["lusciously"]), + ("siginificantly", &["significantly"]), + ("montanya", &["montana"]), + ("visuabize", &["visualize"]), + ("withh", &["with"]), + ("inteaction", &["interaction"]), + ("dominats", &["dominates"]), + ("existantial", &["existential"]), + ("egine", &["engine"]), + ("asynchrounsly", &["asynchronously"]), + ("insenstive", &["insensitive"]), + ("freind", &["friend"]), + ("liev", &["live"]), + ("discourges", &["discourages"]), + ("sizemologogically", &["seismologically"]), + ("calilng", &["calling"]), + ("dimmensions", &["dimensions"]), + ("repsective", &["respective"]), + ("commandd", &["commanded"]), + ("depdenency", &["dependency"]), + ("agressively", &["aggressively"]), + ("standardss", &["standards"]), + ("understading", &["understanding"]), + ("activness", &["activeness"]), + ("generalis", &["generals"]), + ("invaildate", &["invalidates", "invalidate"]), + ("multipy", &["multiply"]), + ("likey", &["likely"]), + ("folfer", &["folder"]), + ("bounadaries", &["boundaries"]), + ("astronat", &["astronaut"]), + ("igonoring", &["ignoring"]), + ("undependend", &["independent", "nondependent"]), + ("regulsr", &["regulars"]), + ("hindrence", &["hindrance"]), + ("attements", &["attempts"]), + ("overpopulaton", &["overpopulation"]), + ("thw", &["the", "thaw"]), + ("incoporating", &["incorporating"]), + ("compliers", &["compilers"]), + ("negoitable", &["negotiable"]), + ("relativley", &["relatively"]), + ("uninterruped", &["uninterrupted"]), + ("badmitten", &["badminton"]), + ("somthing", &["something"]), + ("caputure", &["capture"]), + ("exchanaged", &["exchanged"]), + ("unexpetctly", &["unexpectedly"]), + ("abundand", &["abundant"]), + ("moderats", &["moderates"]), + ("evelutionary", &["evolutionary"]), + ("inconsisteny", &["inconsistency", "inconsistent"]), + ("psudonymity", &["pseudonymity"]), + ("agnostiscm", &["agnosticism"]), + ("profund", &["profound"]), + ("hospitilized", &["hospitalized"]), + ("calcualation", &["calculation"]), + ("neighbethood", &["neighborhood"]), + ("enivronmentally", &["environmentally"]), + ("precondtioner", &["preconditioner"]), + ("compuslory", &["compulsory"]), + ("esimated", &["estimated"]), + ("neighbeurhoor", &["neighbour"]), + ("unplayabe", &["unplayable"]), + ("reslection", &["reselection"]), + ("hemmorhagic", &["haemorrhagic", "hemorrhagic"]), + ("lepoard", &["leopard"]), + ("assue", &["assume", "assure"]), + ("folowwind", &["following"]), + ("masturbsted", &["masturbated"]), + ("cheesecave", &["cheesecake"]), + ("squrriels", &["squirrels"]), + ("contiuing", &["continuing"]), + ("humantiy", &["humanity"]), + ("incrementaly", &["incrementally"]), + ("electirc", &["electric"]), + ("koncentrations", &["concentrations"]), + ("involnerable", &["invulnerable"]), + ("playthourgh", &["playthrough"]), + ("explit", &["explicit"]), + ("thows", &["those", "throws", "tows"]), + ("communicatin", &["communications"]), + ("indentin", &["indent"]), + ("longuer", &["longer"]), + ("subtitute", &["substitute"]), + ("expermimenting", &["experimenting"]), + ("onotolgy", &["ontology"]), + ("levle", &["level"]), + ("confrontacion", &["confrontation"]), + ("prominance", &["prominence"]), + ("allpication", &["application"]), + ("thoes", &["those"]), + ("conditionner", &["conditioner"]), + ("frome", &["from"]), + ("andoid", &["android"]), + ("refferals", &["referrals"]), + ("visheate", &["vitiate"]), + ("buliders", &["builders"]), + ("correpond", &["correspond"]), + ("satsohi", &["satoshi"]), + ("paralely", &["parallelly"]), + ("tiem", &["time", "item"]), + ("frok", &["from"]), + ("contrained", &["contained", "constrained"]), + ("experment", &["experiment"]), + ("continuse", &["continues", "continuous"]), + ("densitity", &["density"]), + ("lieutenent", &["lieutenant"]), + ("dictaionary", &["dictionary"]), + ("incomprehendible", &["incomprehensible"]), + ("analsyes", &["analyses"]), + ("catterpillar", &["caterpillar"]), + ("vetod", &["vetoed"]), + ("absoluately", &["absolutely"]), + ("skitsofrinics", &["schizophrenics"]), + ("departer", &["departure"]), + ("multliplying", &["multiplying"]), + ("declartor", &["declarator"]), + ("torchligth", &["torchlight"]), + ("proecess", &["process"]), + ("noctrune", &["nocturne"]), + ("columm", &["column"]), + ("beliveing", &["believing"]), + ("utilizating", &["utilization"]), + ("categroized", &["categorized"]), + ("recalcelated", &["recalculated"]), + ("thesits", &["theists"]), + ("coordiate", &["coordinate"]), + ("encoutered", &["encountered"]), + ("minisclue", &["miniscule"]), + ("ajacence", &["adjacence"]), + ("emplyers", &["employers"]), + ("icrements", &["increments"]), + ("exchagne", &["exchange"]), + ("arbiture", &["arbiter"]), + ("excelerates", &["accelerates"]), + ("addictes", &["addicts"]), + ("yosimete", &["yosemite"]), + ("offspirng", &["offspring"]), + ("allcaters", &["allocators"]), + ("fermentato", &["fermentation"]), + ("divison", &["division"]), + ("workarbound", &["workaround"]), + ("furthermor", &["furthermore"]), + ("archving", &["archiving"]), + ("guarnetes", &["guarantees"]), + ("napomes", &["napalms"]), + ("subsequant", &["subsequent"]), + ("santizes", &["sanitizes"]), + ("dataste", &["dataset"]), + ("randazyvoos", &["rendezvous"]), + ("unfamilar", &["unfamiliar"]), + ("rollercoater", &["rollercoaster"]), + ("corruptiuon", &["corruption"]), + ("origined", &["originated"]), + ("joineable", &["joinable"]), + ("subelemets", &["subelements"]), + ("transparantly", &["transparently"]), + ("kyeboshed", &["kiboshed"]), + ("peridical", &["periodical"]), + ("prostehtic", &["prosthetic"]), + ("versitilaty", &["versatility"]), + ("hemipsheres", &["hemisphere", "hemispheres"]), + ("competation", &["computation"]), + ("failiures", &["failures"]), + ("cauncks", &["canucks"]), + ("checck", &["check"]), + ("abolute", &["absolute"]), + ("blockes", &["blockers", "blocked", "blocks"]), + ("adjasensy", &["adjacency"]), + ("ammortizes", &["amortizes"]), + ("obversations", &["observations"]), + ("clucthing", &["clutching"]), + ("generting", &["generating"]), + ("colorfull", &["colorful", "colorfully"]), + ("feasabile", &["feasible"]), + ("enought", &["enough"]), + ("depolyed", &["deployed"]), + ("happyness", &["happiness"]), + ("gemetrical", &["geometrical"]), + ("hambruger", &["hamburger"]), + ("prodictions", &["productions"]), + ("catholocism", &["catholicism"]), + ("idiosynchratic", &["idiosyncratic"]), + ("combins", &["combines"]), + ("suggesstion", &["suggestion"]), + ("contestors", &["contests"]), + ("whitholding", &["withholding"]), + ("animaitons", &["animations"]), + ("deliverying", &["delivering"]), + ("affeccting", &["affecting"]), + ("sympethetic", &["sympathetic"]), + ("valif", &["valid"]), + ("distrcts", &["districts"]), + ("incrmentally", &["incrementally"]), + ("concer", &["concern"]), + ("systematiclly", &["systematically"]), + ("withdrawl", &["withdrawal", "withdraw"]), + ("cordump", &["coredump"]), + ("calcualate", &["calculate"]), + ("imlimented", &["implemented"]), + ("hevy", &["heavy"]), + ("outadted", &["outdated"]), + ("upport", &["support"]), + ("chandeleers", &["chandeliers"]), + ("formitable", &["formidable"]), + ("bargianing", &["bargaining"]), + ("contining", &["containing", "continuing"]), + ("unappretiative", &["unappreciative"]), + ("hispter", &["hipster"]), + ("contignous", &["contiguous"]), + ("protedcted", &["protected"]), + ("destkop", &["desktop"]), + ("noteworty", &["noteworthy"]), + ("derivaties", &["derivatives"]), + ("accelerateor", &["accelerator"]), + ("angshisness", &["anxiousness"]), + ("demonstraits", &["demonstrates"]), + ("starteld", &["startled"]), + ("leran", &["learn"]), + ("objecitves", &["objectives"]), + ("thorwn", &["thrown", "thorn"]), + ("fermentating", &["fermentation"]), + ("agreesive", &["aggressive"]), + ("revelead", &["revealed"]), + ("nuerological", &["neurological"]), + ("synchornization", &["synchronization"]), + ("tranlates", &["translates"]), + ("contination", &["continuation"]), + ("technial", &["technical"]), + ("botttom", &["bottom"]), + ("romanmania", &["romanian"]), + ("cretaing", &["creating"]), + ("absolte", &["absolute"]), + ("separatedly", &["separately"]), + ("transconding", &["transcoding"]), + ("hyrdogen", &["hydrogen"]), + ("workaound", &["workaround"]), + ("exhuastion", &["exhaustion"]), + ("reagarding", &["regarding"]), + ("increaseing", &["increasing"]), + ("littlefiger", &["littlefinger"]), + ("retreeval", &["retrieval"]), + ("investirat", &["investigator"]), + ("converstion", &["conversion", "conversation"]), + ("catchi", &["catch"]), + ("coexsitence", &["coexistence"]), + ("privte", &["private"]), + ("suspencion", &["suspension"]), + ("debuging", &["debugging"]), + ("flexability", &["flexibility"]), + ("imperfet", &["imperfect"]), + ("streaching", &["stretching"]), + ("difficutly", &["difficulty"]), + ("trainwreak", &["trainwreck"]), + ("subdoamins", &["subdomains"]), + ("nofity", &["notify"]), + ("assertio", &["assertion"]), + ("repspectively", &["respectively"]), + ("metedata", &["metadata"]), + ("kronicler", &["chronicler"]), + ("quith", &["quit", "with"]), + ("exponencial", &["exponential"]), + ("discoure", &["discourse"]), + ("noramlized", &["normalized"]), + ("delimitis", &["delimits"]), + ("elemenst", &["elements"]), + ("specificly", &["specifically"]), + ("falmethrower", &["flamethrower"]), + ("mdoel", &["model"]), + ("orthodx", &["orthodox"]), + ("debths", &["depths"]), + ("desinations", &["destinations"]), + ("execubales", &["executables"]), + ("leyer", &["layer"]), + ("authentificated", &["authenticated"]), + ("metldown", &["meltdown"]), + ("authroization", &["authorization"]), + ("substantually", &["substantially"]), + ("asscciated", &["associated"]), + ("teamfigth", &["teamfight"]), + ("surounded", &["surrounded"]), + ("subnegoations", &["subnegotiations"]), + ("encapsulte", &["encapsulate"]), + ("tabluar", &["tabular"]), + ("sehll", &["sell", "shell"]), + ("condescencion", &["condescension"]), + ("amouts", &["amounts"]), + ("renegotioation", &["renegotiation"]), + ("outpust", &["output", "outputs"]), + ("occure", &["occur", "occurred"]), + ("exhist", &["exist"]), + ("exstacy", &["ecstasy"]), + ("operatie", &["operative"]), + ("authenciated", &["authenticated"]), + ("coralina", &["carolina"]), + ("mofule", &["module"]), + ("napcakes", &["pancakes"]), + ("installling", &["installing"]), + ("experimtenel", &["experimental"]), + ("sentively", &["sensitively", "sensitivity"]), + ("colums", &["columns"]), + ("insterrupts", &["interrupts"]), + ("traversare", &["traverse"]), + ("akkumulate", &["accumulate"]), + ("institutionals", &["institutions"]), + ("callacks", &["callbacks"]), + ("foreing", &["foreign"]), + ("gratituous", &["gratuitous"]), + ("inbalanced", &["imbalanced"]), + ("excption", &["exception"]), + ("extrememe", &["extreme"]), + ("shped", &["shaped", "shipped"]), + ("commmunicated", &["communicated"]), + ("riendeer", &["reindeer"]), + ("connetcor", &["connector"]), + ("deterministicly", &["deterministically"]), + ("fasterners", &["fasteners"]), + ("civalasation", &["civilisation"]), + ("enginner", &["engineer"]), + ("perdictions", &["predictions"]), + ("architecutral", &["architectural"]), + ("attactments", &["attachments"]), + ("streamare", &["streamer"]), + ("tortiose", &["tortoise"]), + ("activy", &["activity"]), + ("simluator", &["simulator"]), + ("cleaness", &["cleanness"]), + ("perseverence", &["perseverance"]), + ("funtion", &["function"]), + ("invalide", &["invalid"]), + ("behavios", &["behaviors"]), + ("guiness", &["guinness"]), + ("disconecting", &["disconnecting"]), + ("conitnue", &["continue"]), + ("mmbers", &["members"]), + ("wouldnot", &["wouldnt"]), + ("deinitalizes", &["deinitializes"]), + ("disassmebles", &["disassembles"]), + ("equivalants", &["equivalents"]), + ("pyhton", &["python"]), + ("serinomy", &["ceremony"]), + ("speficified", &["specified"]), + ("frequncy", &["frequency"]), + ("breaktrhough", &["breakthrough"]), + ("protcools", &["protocols"]), + ("possesive", &["possessive"]), + ("naybors", &["neighbors"]), + ("terratorial", &["territorial"]), + ("reguards", &["regards"]), + ("vunrable", &["vulnerable"]), + ("touple", &["tuple"]), + ("costumary", &["customary"]), + ("ophtalmology", &["ophthalmology"]), + ("onother", &["another"]), + ("touristey", &["touristy"]), + ("algorgithmically", &["algorithmically"]), + ("annd", &["and"]), + ("dashbords", &["dashboards"]), + ("machanisms", &["mechanisms"]), + ("dergistration", &["deregistration"]), + ("enbaling", &["enabling"]), + ("internettes", &["internets"]), + ("behavoir", &["behavior"]), + ("beyong", &["beyond"]), + ("gerenates", &["generates"]), + ("optomistic", &["optimistic"]), + ("discconetion", &["disconnection"]), + ("respositories", &["repositories"]), + ("constrcutor", &["constructor"]), + ("dianostics", &["diagnostics"]), + ("carthographer", &["cartographer"]), + ("distniguish", &["distinguish"]), + ("shadhow", &["shadow"]), + ("tocuhpad", &["touchpad"]), + ("adrerss", &["address"]), + ("asapragus", &["asparagus"]), + ("invalubale", &["invaluable"]), + ("requiests", &["requests"]), + ("duplicte", &["duplicate"]), + ("supermarktes", &["supermarkets"]), + ("enerator", &["generator"]), + ("endianity", &["endianness"]), + ("itheirs", &["theirs"]), + ("experimanet", &["experiment"]), + ("aborigonal", &["aboriginal"]), + ("conveinently", &["conveniently"]), + ("surpemacist", &["supremacist"]), + ("behvaior", &["behavior"]), + ("calcular", &["calculator"]), + ("standarises", &["standardises"]), + ("autherisation", &["authorisation"]), + ("notwhithstanding", &["notwithstanding"]), + ("activistes", &["activists"]), + ("occassion", &["occasion"]), + ("conflictin", &["conflicting"]), + ("terminato", &["termination"]), + ("obsfucate", &["obfuscate"]), + ("necessaryly", &["necessarily"]), + ("whos", &["whose"]), + ("reconstruccion", &["reconstruction"]), + ("mathcmaking", &["matchmaking"]), + ("documentaton", &["documentation"]), + ("favortie", &["favorite"]), + ("snugglie", &["snuggle"]), + ("belgain", &["belgian"]), + ("daimonds", &["diamonds"]), + ("modfifiable", &["modifiable"]), + ("conifg", &["config"]), + ("trasition", &["transition"]), + ("metacharaters", &["metacharacters"]), + ("principels", &["principals"]), + ("inconsiquential", &["inconsequential"]), + ("seperatated", &["separated"]), + ("compeltly", &["completely"]), + ("featre", &["feature"]), + ("restrictied", &["restrictive"]), + ("assoiated", &["associated"]), + ("egenrally", &["generally"]), + ("fragmenot", &["fragment"]), + ("carange", &["carnage"]), + ("overloded", &["overloaded"]), + ("chercks", &["checks"]), + ("termo", &["thermo"]), + ("embarissing", &["embarrassing"]), + ("mofified", &["modified"]), + ("backgournd", &["background"]), + ("versiona", &["versions"]), + ("neighbeing", &["neighboring"]), + ("deamonisation", &["daemonisation"]), + ("semicolor", &["semicolon"]), + ("presearing", &["preserving"]), + ("bacward", &["backward"]), + ("necessaraly", &["necessarily"]), + ("modifcation", &["modification"]), + ("regart", &["regard"]), + ("diconnected", &["disconnected"]), + ("reccomend", &["recommend"]), + ("psychopatch", &["psychopath"]), + ("rescources", &["resources"]), + ("asssociation", &["association"]), + ("soemthin", &["somethin"]), + ("compiation", &["compilation"]), + ("fundamentalistiske", &["fundamentalists"]), + ("dicergence", &["divergence"]), + ("meeing", &["meeting"]), + ("coallessence", &["coalescence"]), + ("temproarily", &["temporarily"]), + ("conlusion", &["conclusion"]), + ("corresponders", &["corresponds"]), + ("assigntment", &["assignment"]), + ("hases", &["hashes"]), + ("renegotitaor", &["renegotiator"]), + ("substuctures", &["substructures"]), + ("experimmentally", &["experimentally"]), + ("detemined", &["determined"]), + ("parlaiment", &["parliament"]), + ("madturbating", &["masturbating"]), + ("pasturize", &["pasteurize"]), + ("algorthymically", &["algorithmically"]), + ("impusles", &["impulses"]), + ("exmplar", &["exemplar"]), + ("initiatin", &["initiation"]), + ("forsane", &["forsaken"]), + ("delibaretely", &["deliberately"]), + ("patrent", &["parent", "patent", "patron"]), + ("archetects", &["architects"]), + ("wraper", &["wrapper"]), + ("drowt", &["drouth"]), + ("initialzie", &["initialize"]), + ("arsneal", &["arsenal"]), + ("harcodes", &["hardcodes", "charcodes"]), + ("tryig", &["trying"]), + ("microsft", &["microsoft"]), + ("obversation", &["observation"]), + ("faiure", &["failure"]), + ("miscommunicatie", &["miscommunication"]), + ("homeowrk", &["homework"]), + ("btiches", &["bitches"]), + ("previsouly", &["previously"]), + ("proficinecy", &["proficiency"]), + ("comeptitively", &["competitively"]), + ("centriods", &["centroids"]), + ("volounteer", &["volunteer"]), + ("acn", &["can", "acne"]), + ("registery", &["registry"]), + ("meausures", &["measures"]), + ("harrasment", &["harassment"]), + ("absenses", &["absences"]), + ("palistinians", &["palestinians"]), + ("manouver", &["maneuver"]), + ("impemented", &["implemented"]), + ("preformated", &["preformatted"]), + ("synchronizaton", &["synchronization"]), + ("instersectional", &["intersectional"]), + ("langueges", &["languages"]), + ("disagred", &["disagreed"]), + ("presuasion", &["persuasion"]), + ("statuser", &["stature"]), + ("serailization", &["serialization"]), + ("direcitve", &["directive"]), + ("trotilla", &["tortilla"]), + ("rewriable", &["rewritable", "reliable"]), + ("enginer", &["engineer"]), + ("permuatated", &["permutated"]), + ("celebrato", &["celebration"]), + ("descryptions", &["descriptions"]), + ("airloom", &["heirloom"]), + ("byteoder", &["byteorder"]), + ("separatiste", &["separates"]), + ("absolune", &["absolute"]), + ("runns", &["runs"]), + ("transgemder", &["transgender"]), + ("announched", &["announce"]), + ("corespond", &["correspond"]), + ("modificato", &["modification"]), + ("grapic", &["graphic"]), + ("indentified", &["identified"]), + ("differenctly", &["differently"]), + ("foriegner", &["foreigner"]), + ("certificare", &["certificate"]), + ("excetution", &["execution"]), + ("instructior", &["instructor"]), + ("barnching", &["branching"]), + ("hdinsight", &["hindsight"]), + ("wavelegnth", &["wavelength"]), + ("progapator", &["propagator"]), + ("instantation", &["instantiation"]), + ("articluated", &["articulated"]), + ("recuriters", &["recruiters"]), + ("eneded", &["ended"]), + ("embarases", &["embarrasses"]), + ("inexperiance", &["inexperience"]), + ("tirgger", &["trigger"]), + ("maco", &["macro"]), + ("determinas", &["determines"]), + ("conversatives", &["conservatives"]), + ("allcoation", &["allocation"]), + ("unviersity", &["university"]), + ("emapthize", &["empathize"]), + ("clousre", &["closure"]), + ("malayisan", &["malaysian"]), + ("fwirte", &["fwrite"]), + ("diminising", &["diminishing"]), + ("predefiened", &["predefined"]), + ("direcdory", &["directory"]), + ("commiteted", &["committed"]), + ("generiously", &["generously"]), + ("kilometeres", &["kilometers"]), + ("rearrangteables", &["rearrangeables"]), + ("actuaally", &["actually"]), + ("metabalism", &["metabolism"]), + ("granualtiry", &["granularity"]), + ("ilustrated", &["illustrated"]), + ("eclipes", &["eclipse"]), + ("promenantly", &["prominently"]), + ("electornic", &["electronic"]), + ("intruiged", &["intrigued"]), + ("robotis", &["robotics"]), + ("compatatbility", &["compatibility"]), + ("chrcking", &["checking"]), + ("correktions", &["corrections"]), + ("filmmakes", &["filmmakers"]), + ("pesticids", &["pesticides"]), + ("instnance", &["instance"]), + ("chekcer", &["checker"]), + ("instruciton", &["instruction"]), + ("repeatation", &["repetition"]), + ("benechmarks", &["benchmarks"]), + ("partion", &["partition", "portion"]), + ("hande", &["handle", "hand"]), + ("conbinations", &["combinations"]), + ("toleranz", &["tolerance"]), + ("remenissing", &["reminiscing"]), + ("neighberhod", &["neighborhood"]), + ("expetct", &["expect"]), + ("psudonymous", &["pseudonymous"]), + ("differenatiate", &["differentiate"]), + ("itnervals", &["intervals"]), + ("devlops", &["develops"]), + ("accureate", &["accurate"]), + ("relm", &["elm", "helm", "realm", "ream", "rem"]), + ("envioronments", &["environments"]), + ("reflextion", &["reflection"]), + ("defualts", &["defaults"]), + ("iniects", &["injects"]), + ("encyplopedia", &["encyclopedia"]), + ("unattractice", &["unattractive"]), + ("analitic", &["analytic"]), + ("charector", &["character"]), + ("agurement", &["argument"]), + ("cymptum", &["symptom"]), + ("atatchable", &["attachable"]), + ("diminishs", &["diminishes"]), + ("northren", &["northern"]), + ("noit", &["not"]), + ("emittter", &["emitter"]), + ("tyranies", &["tyrannies"]), + ("villians", &["villains"]), + ("datbase", &["database"]), + ("checksume", &["checksum"]), + ("exisits", &["exists"]), + ("dicretionary", &["discretionary"]), + ("baloons", &["balloons"]), + ("bufffer", &["buffer"]), + ("camrbidge", &["cambridge"]), + ("adrelanine", &["adrenaline"]), + ("striekr", &["striker"]), + ("heatskin", &["heatsink"]), + ("asistance", &["assistance"]), + ("commuity", &["community"]), + ("phsyicians", &["physicians"]), + ("arraay", &["array"]), + ("enoguh", &["enough"]), + ("spsacing", &["spacing"]), + ("projecs", &["projects"]), + ("endiif", &["endif"]), + ("conventionss", &["conventions"]), + ("interviened", &["interviewed"]), + ("socrateks", &["socrates"]), + ("pornograghy", &["pornography"]), + ("synchrous", &["synchronous"]), + ("meachinism", &["mechanism"]), + ("colelctors", &["collectors"]), + ("flourine", &["fluorine"]), + ("heterosexuella", &["heterosexual"]), + ("invicinble", &["invincible"]), + ("wrk", &["work"]), + ("lightining", &["lighting"]), + ("repeatly", &["repeatedly"]), + ("sychronously", &["synchronously"]), + ("columms", &["columns"]), + ("traceablity", &["traceability"]), + ("assisants", &["assistants"]), + ("annaversery", &["anniversary"]), + ("deivative", &["derivative"]), + ("spefiified", &["specified"]), + ("accomponies", &["accompanies"]), + ("philosphy", &["philosophy"]), + ("convax", &["convex"]), + ("spectacuarly", &["spectacular"]), + ("windoow", &["window"]), + ("passsed", &["passed"]), + ("monopolice", &["monopolies"]), + ("practicianers", &["practitioners"]), + ("vegeterian", &["vegetarian"]), + ("recurssive", &["recursive"]), + ("arive", &["arrive"]), + ("aapply", &["apply"]), + ("interst", &["interest"]), + ("desintaiton", &["destination"]), + ("counterpats", &["counterparts"]), + ("accapt", &["accept"]), + ("seperater", &["separator"]), + ("queires", &["queries"]), + ("anf", &["and"]), + ("enlightend", &["enlightened"]), + ("destop", &["desktop"]), + ("algorithic", &["algorithmic"]), + ("problemas", &["problems"]), + ("expetcted", &["expected"]), + ("unweildy", &["unwieldy"]), + ("forumulas", &["formulas"]), + ("testsing", &["testing"]), + ("gettitems", &["getitems"]), + ("investigatio", &["investigator"]), + ("instantaneu", &["instantaneous"]), + ("divsiors", &["divisors"]), + ("conetxts", &["contexts", "connects"]), + ("eptrapolate", &["extrapolate"]), + ("concured", &["concurred", "conquered"]), + ("descriotor", &["descriptor"]), + ("speficiallifers", &["specifiers"]), + ("kow", &["know"]), + ("ebcidc", &["ebcdic"]), + ("flexbile", &["flexible"]), + ("moodify", &["modify"]), + ("decendants", &["descendants"]), + ("primatives", &["primitives"]), + ("revewrse", &["reverse"]), + ("tsunamai", &["tsunami"]), + ("stratagy", &["strategy"]), + ("uninteruppted", &["uninterrupted"]), + ("asisstants", &["assistants"]), + ("etenders", &["extenders", "attenders"]), + ("metioned", &["mentioned"]), + ("evauluates", &["evaluates"]), + ("midfeilders", &["midfielders"]), + ("posess", &["possess"]), + ("improvemenet", &["improvement"]), + ("categry", &["category"]), + ("cimmetriclly", &["symmetrically"]), + ("overands", &["operands"]), + ("linkinag", &["linking"]), + ("definded", &["defined", "defunded"]), + ("incompatabily", &["incompatibility"]), + ("rhethoric", &["rhetoric"]), + ("relaise", &["realise"]), + ("patroit", &["patriot"]), + ("deocded", &["decoded"]), + ("degeneraged", &["degenerated"]), + ("condemming", &["condemning"]), + ("slanguages", &["languages"]), + ("nastershems", &["nasturtiums"]), + ("sloothing", &["sleuthing"]), + ("unresolveable", &["unresolvable"]), + ("patterno", &["patterson"]), + ("commputed", &["computed"]), + ("decstiption", &["description"]), + ("diarrheoa", &["diarrhea"]), + ("tatus", &["status"]), + ("terminiator", &["terminator"]), + ("overvrite", &["overwrite"]), + ("consit", &["consist"]), + ("deliviring", &["delivering"]), + ("inquisistor", &["inquisitor"]), + ("decondes", &["decodes"]), + ("acquanited", &["acquainted"]), + ("opitmal", &["optimal"]), + ("crasheed", &["crashed"]), + ("deployd", &["deployed", "deploy"]), + ("unknon", &["unknown"]), + ("prind", &["print"]), + ("colunns", &["columns"]), + ("setyps", &["setups"]), + ("fermentaion", &["fermentation"]), + ("rendayvoo", &["rendezvous"]), + ("vulnerablity", &["vulnerability"]), + ("dissasembled", &["disassembled"]), + ("availablee", &["available"]), + ("mantained", &["maintained"]), + ("replcace", &["replace"]), + ("semapthore", &["semaphore"]), + ("lesbianese", &["lesbians"]), + ("enhencement", &["enhancement"]), + ("playthtough", &["playthrough"]), + ("backslahes", &["backslashes"]), + ("illigel", &["illegal"]), + ("opperand", &["operand"]), + ("psycholigist", &["psychologist"]), + ("reportadly", &["reportedly"]), + ("sytled", &["styled"]), + ("frmo", &["from"]), + ("fruitin", &["fruition"]), + ("primairly", &["primarily"]), + ("disssociated", &["dissociated"]), + ("quess", &["guess", "quests"]), + ("interesring", &["interfering"]), + ("strentgh", &["strength"]), + ("conlict", &["conflict"]), + ("omiting", &["omitting"]), + ("versioed", &["versioned"]), + ("fontains", &["fountains", "contains"]), + ("documentaion", &["documentation"]), + ("tageting", &["targeting"]), + ("requency", &["frequency"]), + ("generatin", &["generating", "generations"]), + ("battlaion", &["battalion"]), + ("phsyics", &["physics"]), + ("represends", &["represents"]), + ("distorsional", &["distortional"]), + ("extractins", &["extractions"]), + ("rondayvooed", &["rendezvoused"]), + ("routins", &["routines"]), + ("scrit", &["scrip", "script"]), + ("aktivate", &["activate"]), + ("repid", &["rapid"]), + ("consensuarlo", &["consensual"]), + ("chromesomes", &["chromosomes"]), + ("relete", &["delete", "relate"]), + ("retreeved", &["retrieved"]), + ("unbeatbale", &["unbeatable"]), + ("reqeusts", &["requests"]), + ("screebs", &["screens"]), + ("animatior", &["animator", "animation"]), + ("complimentje", &["complimented"]), + ("returmed", &["returned"]), + ("empirialist", &["imperialist"]), + ("asemblies", &["assemblies"]), + ("opportuinity", &["opportunity"]), + ("deplyoment", &["deployment"]), + ("manuver", &["maneuver"]), + ("punissable", &["punishable"]), + ("countig", &["counting"]), + ("unreasonablely", &["unreasonably"]), + ("stoage", &["storage"]), + ("tablepsoons", &["tablespoons"]), + ("reviwing", &["reviewing"]), + ("monogameous", &["monogamous"]), + ("dependancies", &["dependencies"]), + ("parametres", &["parameters"]), + ("colourfull", &["colourful", "colourfully"]), + ("fowarded", &["forwarded"]), + ("unregsters", &["unregisters"]), + ("termiante", &["terminate"]), + ("seduciton", &["seduction"]), + ("inequalitiy", &["inequality"]), + ("offsrping", &["offspring"]), + ("adknowledged", &["acknowledged"]), + ("worload", &["workload"]), + ("repeatae", &["repeatable"]), + ("establishmet", &["establishments"]), + ("notigication", &["notification"]), + ("ineffizient", &["inefficient"]), + ("excells", &["excels"]), + ("depdendences", &["dependences"]), + ("marixst", &["marxist"]), + ("paramnetrized", &["parameterized"]), + ("diagonaal", &["diagonal"]), + ("councilos", &["councils"]), + ("stationerad", &["stationed"]), + ("brillaintly", &["brilliantly"]), + ("meda", &["medal", "media", "meta"]), + ("confety", &["confetti"]), + ("suystemic", &["systemic"]), + ("exlicitly", &["explicitly"]), + ("asssumed", &["assumed"]), + ("downgradded", &["downgraded"]), + ("struggeld", &["struggled"]), + ("certfied", &["certified"]), + ("insultes", &["insults"]), + ("assmumptions", &["assumptions"]), + ("bakcers", &["backers"]), + ("lables", &["labels"]), + ("eleases", &["releases"]), + ("propagaton", &["propagation"]), + ("initalese", &["initialese"]), + ("watn", &["want"]), + ("revolutoins", &["revolutionss"]), + ("simulatneous", &["simultaneous"]), + ("coordintes", &["coordinates"]), + ("mision", &["mission"]), + ("amerliorator", &["ameliorator"]), + ("pilgrimmage", &["pilgrimage"]), + ("supermarkt", &["supermarket"]), + ("descipable", &["despicable"]), + ("porvides", &["provides"]), + ("hradware", &["hardware"]), + ("queiried", &["queried"]), + ("individul", &["individual"]), + ("shirely", &["shirley"]), + ("refrigarator", &["refrigerator"]), + ("comparasions", &["comparisons"]), + ("alledgely", &["allegedly"]), + ("ocassionally", &["occasionally"]), + ("termianting", &["terminating"]), + ("paradiggum", &["paradigm"]), + ("verfiy", &["verify"]), + ("pogress", &["progress"]), + ("trackling", &["tracking"]), + ("interrut", &["interrupt"]), + ("epidsodes", &["episodes"]), + ("timeing", &["timing"]), + ("regressivo", &["regression"]), + ("recconeecting", &["reconnecting"]), + ("sepulchure", &["sepulchre"]), + ("understoud", &["understood"]), + ("empathatic", &["empathetic"]), + ("drawm", &["drawn"]), + ("exhilerated", &["exhilarated"]), + ("absolutiste", &["absolutes"]), + ("tyepof", &["typeof"]), + ("murdereres", &["murderers"]), + ("backwark", &["backward"]), + ("conotation", &["connotation"]), + ("pertinet", &["pertinent"]), + ("accoirding", &["according"]), + ("buglaria", &["bulgaria"]), + ("dinosaures", &["dinosaurs"]), + ("supose", &["suppose"]), + ("animaiter", &["animator"]), + ("hosptialized", &["hospitalized"]), + ("assginments", &["assignments"]), + ("initliaze", &["initialize"]), + ("concret", &["concert"]), + ("recgonised", &["recognised"]), + ("unattracive", &["unattractive"]), + ("attritube", &["attribute"]), + ("expanble", &["expandable"]), + ("unaccessable", &["inaccessible"]), + ("paschurises", &["pasteurises"]), + ("cracefully", &["gracefully"]), + ("shadasloo", &["shadaloo"]), + ("netboook", &["netbook"]), + ("retierment", &["retirement"]), + ("repetoire", &["repertoire"]), + ("diagnosics", &["diagnostics"]), + ("deletiong", &["deletion"]), + ("recognicing", &["recognizing"]), + ("custoisers", &["customisers"]), + ("recontructs", &["reconstructs"]), + ("manufaturer", &["manufacturer"]), + ("anotation", &["annotation"]), + ("chidlish", &["childish"]), + ("transparrenly", &["transparently"]), + ("bealtes", &["beatles"]), + ("anectodally", &["anecdotally"]), + ("dupplicates", &["duplicates"]), + ("contiunally", &["continually"]), + ("veichles", &["vehicles"]), + ("unusre", &["unsure"]), + ("prerequisets", &["prerequisite"]), + ("toggel", &["toggle"]), + ("dyanmically", &["dynamically"]), + ("tranfering", &["transferring"]), + ("swearshirt", &["sweatshirt"]), + ("materias", &["materials"]), + ("exempels", &["examples"]), + ("ukranian", &["ukrainian"]), + ("mechanisims", &["mechanism"]), + ("misogonyst", &["misogynist"]), + ("scnearios", &["scenarios"]), + ("bilateraly", &["bilaterally"]), + ("temparate", &["temperate"]), + ("upgarade", &["upgrade"]), + ("unintuive", &["unintuitive"]), + ("mebrans", &["membranes"]), + ("defendents", &["defendants"]), + ("lenoard", &["leonard"]), + ("crahs", &["crash", "crass"]), + ("whheel", &["wheel"]), + ("sometihn", &["something"]), + ("accomidating", &["accommodating"]), + ("sectionning", &["sectioning"]), + ("languanages", &["languages"]), + ("discuassed", &["discussed"]), + ("decomoposition", &["decomposition"]), + ("persitent", &["persistent"]), + ("doucmented", &["documented"]), + ("comatability", &["compatibility"]), + ("zemporary", &["temporary"]), + ("envioronment", &["environment"]), + ("mechnical", &["mechanical"]), + ("cirillic", &["cyrillic"]), + ("choicing", &["choosing"]), + ("cheronbyl", &["chernobyl"]), + ("cringewhorty", &["cringeworthy"]), + ("priortise", &["prioritise"]), + ("backgruonds", &["backgrounds"]), + ("portalis", &["portals"]), + ("commmand", &["command"]), + ("cricling", &["circling"]), + ("promps", &["prompts"]), + ("desinterested", &["disinterested"]), + ("ambidexterouseness", &["ambidextrousness"]), + ("verticel", &["vertical"]), + ("inh", &["in"]), + ("unspeficialleid", &["unspecified"]), + ("srunk", &["shrunk"]), + ("awesomelly", &["awesomely"]), + ("leftits", &["leftist"]), + ("imlement", &["implement"]), + ("regardin", &["regarding"]), + ("symtoms", &["symptoms"]), + ("parastics", &["parasitics"]), + ("snipet", &["snippet"]), + ("distirbution", &["distribution"]), + ("coencidental", &["coincidental"]), + ("pediod", &["period"]), + ("rebuplic", &["republic"]), + ("mascarra", &["mascara"]), + ("cativating", &["activating"]), + ("paliamentarian", &["parliamentarian"]), + ("implementes", &["implements"]), + ("filesystmes", &["filesystems"]), + ("fasle", &["false"]), + ("problemita", &["problematic"]), + ("massagens", &["massages"]), + ("pensino", &["pension"]), + ("exprssion", &["expression"]), + ("vigilence", &["vigilance"]), + ("wice", &["vice"]), + ("platforma", &["platforms"]), + ("facitilies", &["facilities"]), + ("driagrams", &["diagrams"]), + ("infogrpahic", &["infographic"]), + ("decimials", &["decimals"]), + ("comparizons", &["comparisons"]), + ("underwrold", &["underworld"]), + ("epilepsey", &["epilepsy"]), + ("abosultely", &["absolutely"]), + ("acccurately", &["accurately"]), + ("depdendets", &["dependents"]), + ("aleviates", &["alleviates"]), + ("minature", &["miniature"]), + ("sinlge", &["single"]), + ("envrion", &["environ"]), + ("mmatching", &["matching"]), + ("unprepaired", &["unprepared"]), + ("couls", &["could"]), + ("heatlhcare", &["healthcare"]), + ("exceeeded", &["exceeded"]), + ("whch", &["which"]), + ("convienience", &["convenience"]), + ("alternatievly", &["alternatively"]), + ("egards", &["regards"]), + ("konws", &["knows"]), + ("occulation", &["occupation"]), + ("contiunal", &["continual"]), + ("symmetricaly", &["symmetrically"]), + ("braodcasts", &["broadcasts"]), + ("additioanlly", &["additionally"]), + ("legalazing", &["legalizing"]), + ("tghe", &["the"]), + ("whitout", &["without", "whiteout"]), + ("wavesfront", &["wavefront"]), + ("autoconpletes", &["autocompletes"]), + ("dismanlting", &["dismantling"]), + ("allcoators", &["allocators"]), + ("observatrions", &["observations"]), + ("deomcratic", &["democratic"]), + ("manulally", &["manually"]), + ("arbitary", &["arbitrary"]), + ("purpetrators", &["perpetrators"]), + ("poentials", &["potentials"]), + ("armistis", &["armistice"]), + ("auxilaries", &["auxiliaries"]), + ("incomaptible", &["incompatible"]), + ("docuemtning", &["documenting"]), + ("spefififer", &["specifier"]), + ("grandise", &["aggrandise"]), + ("finnsih", &["finnish"]), + ("spezified", &["specified"]), + ("cahgners", &["changers"]), + ("spectacularily", &["spectacularly"]), + ("misbehaive", &["misbehave"]), + ("abandonned", &["abandoned"]), + ("inferiour", &["inferior"]), + ("babysittter", &["babysitter"]), + ("resut", &["result"]), + ("fundumentalist", &["fundamentalist"]), + ("actualmy", &["actually"]), + ("divisior", &["divisor"]), + ("expendible", &["expendable"]), + ("blisteres", &["blisters"]), + ("ulterioare", &["ulterior"]), + ("guanatanmo", &["guantanamo"]), + ("autoritative", &["authoritative"]), + ("acclimitization", &["acclimatization"]), + ("samaphore", &["semaphore"]), + ("sometiles", &["sometimes"]), + ("thialand", &["thailand"]), + ("aprove", &["approve"]), + ("precense", &["presence"]), + ("pyschiatrist", &["psychiatrist"]), + ("similairty", &["similarity"]), + ("constrainting", &["constraining"]), + ("ramdomly", &["randomly"]), + ("modfifications", &["modifications"]), + ("asdignments", &["assignments"]), + ("practioner", &["practitioner"]), + ("adin", &["admin"]), + ("addressd", &["addressed"]), + ("ressets", &["resets"]), + ("carnagie", &["carnegie"]), + ("psots", &["posts"]), + ("allwys", &["always"]), + ("differrently", &["differently"]), + ("argumets", &["arguments"]), + ("reporduction", &["reproduction"]), + ("contentn", &["content"]), + ("hypnoss", &["hypnosis"]), + ("exaggurated", &["exaggerated"]), + ("enclude", &["include"]), + ("rountripped", &["roundtripped"]), + ("resoltuion", &["resolutions", "resolution"]), + ("accorted", &["accorded"]), + ("custumization", &["customization"]), + ("charachter", &["character"]), + ("recusion", &["recursion", "reclusion"]), + ("substanial", &["substantial"]), + ("negotations", &["negotiations"]), + ("bitfied", &["bitfield"]), + ("cerate", &["create"]), + ("compoment", &["component"]), + ("conctats", &["contacts"]), + ("atittude", &["attitude"]), + ("keyboaards", &["keyboards"]), + ("emphazise", &["emphasise"]), + ("repitles", &["reptiles"]), + ("apsects", &["aspects"]), + ("fantasazing", &["fantasizing"]), + ("republicon", &["republican"]), + ("metamorphysis", &["metamorphosis"]), + ("misgoynistic", &["misogynistic"]), + ("artificailly", &["artificially"]), + ("prioretize", &["prioritize"]), + ("brianwashed", &["brainwashed"]), + ("prosectuors", &["prosecutors"]), + ("prooves", &["proves"]), + ("cooprative", &["cooperative"]), + ("dissctors", &["dissectors"]), + ("unalbe", &["unable"]), + ("asynchnous", &["asynchronous"]), + ("coalscing", &["coalescing"]), + ("thanskgiving", &["thanksgiving"]), + ("alternatvely", &["alternately"]), + ("extensis", &["extensions"]), + ("ocasion", &["occasion"]), + ("distiguished", &["distinguished"]), + ("expreince", &["experience"]), + ("contemt", &["contempt"]), + ("homogeneize", &["homogenize"]), + ("slefishness", &["selfishness"]), + ("qustion", &["question"]), + ("ligher", &["lighter", "liar", "liger"]), + ("differes", &["differs"]), + ("mobiliy", &["mobility"]), + ("knowladge", &["knowledge"]), + ("hosptials", &["hospitals"]), + ("umpredictable", &["unpredictable"]), + ("contributers", &["contributors"]), + ("commandeur", &["commanders"]), + ("mercanery", &["mercenary"]), + ("moleststion", &["molestation"]), + ("sistemic", &["systemic"]), + ("dublicat", &["duplicate"]), + ("deambigate", &["disambiguate"]), + ("concertmate", &["concentrate"]), + ("explenation", &["explanation"]), + ("fortunaly", &["fortunately"]), + ("sublassing", &["subclassing"]), + ("circumsiced", &["circumcised"]), + ("owuldve", &["wouldve"]), + ("reicarnation", &["reincarnation"]), + ("decrations", &["decorations"]), + ("respriatory", &["respiratory"]), + ("misaken", &["mistaken"]), + ("granilarity", &["granularity"]), + ("concission", &["concession"]), + ("bondary", &["boundary"]), + ("bolean", &["boolean"]), + ("previes", &["previews"]), + ("roatation", &["rotation"]), + ("initialialize", &["initialize"]), + ("clampled", &["clamped"]), + ("calclation", &["calculation"]), + ("zionsits", &["zionists"]), + ("dissmisive", &["dismissive"]), + ("interseccting", &["intersecting"]), + ("fascisim", &["fascism"]), + ("hoever", &["however"]), + ("srirachia", &["sriracha"]), + ("trustworthly", &["trustworthy"]), + ("bottlenect", &["bottleneck"]), + ("readly", &["readily", "ready"]), + ("definiteyl", &["definitely"]), + ("repacement", &["replacement"]), + ("travelodge", &["traveled"]), + ("responsibile", &["responsible"]), + ("raplacing", &["replacing"]), + ("metephysical", &["metaphysical"]), + ("datatpyes", &["datatypes"]), + ("nastersiem", &["nasturtium"]), + ("analyticly", &["analytically"]), + ("possibel", &["possible"]), + ("convicing", &["convincing"]), + ("expolit", &["exploit"]), + ("procoessed", &["processed"]), + ("interaxction", &["interaction"]), + ("authentcation", &["authentication"]), + ("varagated", &["variegated"]), + ("civilizaiton", &["civilization"]), + ("complimentoni", &["complimenting"]), + ("appying", &["applying"]), + ("prejiduce", &["prejudice"]), + ("circualtion", &["circulation"]), + ("matterns", &["matters", "patterns"]), + ("nnumber", &["number"]), + ("dislay", &["display"]), + ("tatoos", &["tattoos"]), + ("eleminates", &["eliminates"]), + ("primsry", &["primary"]), + ("algoithmic", &["algorithmic"]), + ("infared", &["infrared"]), + ("campaing", &["campaign"]), + ("austiran", &["austrian"]), + ("verious", &["various"]), + ("havew", &["have"]), + ("chirstianity", &["christianity"]), + ("compressio", &["compressor"]), + ("pennsylvaina", &["pennsylvania"]), + ("masscare", &["massacre"]), + ("sourth", &["south"]), + ("instansiate", &["instantiate"]), + ("digist", &["digits"]), + ("categoricaly", &["categorically"]), + ("transactiona", &["transactional", "transactions"]), + ("affaris", &["affairs"]), + ("comparisation", &["comparison"]), + ("hamburgare", &["hamburger"]), + ("miscellaenous", &["miscellaneous"]), + ("censorhsip", &["censorship"]), + ("calulating", &["calculating"]), + ("disresepcting", &["disrespecting"]), + ("cuncurrent", &["concurrent"]), + ("negatiotiator", &["negotiator"]), + ("unqiue", &["unique"]), + ("protocos", &["protocols"]), + ("directoriei", &["directories"]), + ("metalurgy", &["metallurgy"]), + ("exisited", &["existed"]), + ("resoluton", &["resolution"]), + ("acquisitons", &["acquisitions"]), + ("defenitly", &["definitely"]), + ("optionn", &["option"]), + ("remarkablely", &["remarkably"]), + ("volatges", &["voltages"]), + ("inex", &["index"]), + ("organistion", &["organisation"]), + ("irrationatly", &["irrationally"]), + ("addressse", &["addresses"]), + ("cyrpto", &["crypto"]), + ("committs", &["commits"]), + ("covnerts", &["converts"]), + ("teleportion", &["teleporting"]), + ("rephrasse", &["rephrase"]), + ("hedgehodge", &["hedgehog"]), + ("tremelo", &["tremolo"]), + ("antibitoic", &["antibiotic"]), + ("rendevous", &["rendezvous"]), + ("preformer", &["performer"]), + ("prospettive", &["prospective"]), + ("adherance", &["adherence"]), + ("som", &["some"]), + ("paramteres", &["parameters"]), + ("colmn", &["column"]), + ("bigrading", &["brigading"]), + ("lising", &["listing"]), + ("artificiel", &["artificial"]), + ("unconditially", &["unconditionally"]), + ("nanosenconds", &["nanoseconds"]), + ("eliminster", &["eliminates"]), + ("attemtpted", &["attempted"]), + ("ppeline", &["pipeline"]), + ("polinators", &["pollinators"]), + ("middte", &["middle"]), + ("presbaterian", &["presbyterian"]), + ("agricultrual", &["agricultural"]), + ("instructons", &["instructors"]), + ("messge", &["message"]), + ("missionnary", &["missionary"]), + ("opjective", &["objective"]), + ("christams", &["christmas"]), + ("contributuon", &["contribution"]), + ("phillipse", &["phillies"]), + ("mystrows", &["maestros"]), + ("weitght", &["weight"]), + ("remaind", &["remained", "remind"]), + ("mussil", &["muscle", "mussel"]), + ("tomatoe", &["tomato"]), + ("acronymns", &["acronyms"]), + ("homniem", &["hominem"]), + ("dimesions", &["dimensions"]), + ("patryarchy", &["patriarchy"]), + ("transmissione", &["transmission"]), + ("encompesses", &["encompasses"]), + ("unsubstansiated", &["unsubstantiated"]), + ("spiltter", &["splitter"]), + ("exectuioner", &["executioner"]), + ("phlematous", &["phlegmatous"]), + ("transformered", &["transformed"]), + ("prevet", &["prevent"]), + ("resourceype", &["resourcetype"]), + ("unimiplemented", &["unimplemented"]), + ("interiting", &["inheriting"]), + ("policys", &["police", "policies"]), + ("exipre", &["expire"]), + ("complainging", &["complaining"]), + ("prohpecies", &["prophecies"]), + ("datatyes", &["datatypes"]), + ("compresson", &["compression"]), + ("accquired", &["acquired"]), + ("deadlit", &["deadlift"]), + ("corrent", &["correct", "current"]), + ("previousl", &["previously"]), + ("ligthers", &["lighters"]), + ("utlimately", &["ultimately"]), + ("minumun", &["minimum"]), + ("beuraucratic", &["bureaucratic"]), + ("conncted", &["connected"]), + ("quadddec", &["quaddec"]), + ("enumurate", &["enumerate"]), + ("lifestel", &["lifesteal"]), + ("prepresents", &["represents"]), + ("responsability", &["responsibility"]), + ("nly", &["only"]), + ("fictious", &["fictitious"]), + ("folliws", &["follows"]), + ("convrets", &["converts"]), + ("objetc", &["object"]), + ("proproable", &["probable"]), + ("alotted", &["allotted"]), + ("cutomers", &["customers"]), + ("prepetuated", &["perpetuated"]), + ("ypour", &["your"]), + ("leesures", &["leisures"]), + ("timemout", &["timeout"]), + ("positionn", &["position"]), + ("appromixation", &["approximation"]), + ("antibioitic", &["antibiotic"]), + ("conttributes", &["contributes"]), + ("uncoding", &["encoding"]), + ("commnunicating", &["communicating"]), + ("furhter", &["further"]), + ("tirggered", &["triggered"]), + ("remianed", &["remained"]), + ("overlapsing", &["overlapping"]), + ("enounctered", &["encountered"]), + ("replacability", &["replaceability"]), + ("misunderstamding", &["misunderstandings"]), + ("tonuges", &["tongues"]), + ("heavywieght", &["heavyweight"]), + ("streigts", &["straights", "straits"]), + ("communiyt", &["community"]), + ("silimiar", &["similar"]), + ("arealdy", &["already"]), + ("bounduaries", &["boundaries"]), + ("conteners", &["containers"]), + ("interanlly", &["internally"]), + ("apocalipse", &["apocalypse"]), + ("contentants", &["contestants"]), + ("configed", &["configured"]), + ("segmendation", &["segmentation"]), + ("disapporves", &["disapproves"]), + ("constructure", &["constructor"]), + ("cheeseburguer", &["cheeseburger"]), + ("witdths", &["widths"]), + ("bureuacracy", &["bureaucracy"]), + ("anout", &["about"]), + ("spefixeis", &["specifies"]), + ("fromidable", &["formidable"]), + ("diffentiating", &["differentiating"]), + ("unspefifed", &["unspecified"]), + ("recuriter", &["recruiter"]), + ("guarnates", &["guarantees"]), + ("simplifiing", &["simplifying"]), + ("grapefrukt", &["grapefruit"]), + ("inershial", &["inertial"]), + ("portrais", &["portraits"]), + ("carciature", &["caricature"]), + ("atomtic", &["atomic", "automatic"]), + ("legistation", &["legislation"]), + ("bizarely", &["bizarrely"]), + ("subsysytem", &["subsystem"]), + ("sxmbol", &["symbol"]), + ("elsewehere", &["elsewhere"]), + ("camoflague", &["camouflage"]), + ("characteteristics", &["characteristics"]), + ("ressetting", &["resetting"]), + ("lengthes", &["lengths"]), + ("acomplishment", &["accomplishment"]), + ("fetures", &["features"]), + ("arrrays", &["arrays"]), + ("anayltic", &["analytic"]), + ("antoganist", &["antagonist"]), + ("anothr", &["another"]), + ("calculed", &["calculated"]), + ("beautifuly", &["beautifully"]), + ("particulalry", &["particularly"]), + ("occuracy", &["accuracy"]), + ("proprogate", &["propagate"]), + ("acutaly", &["actually"]), + ("messagepad", &["messaged"]), + ("fallthruogh", &["fallthrough"]), + ("eloquentely", &["eloquently"]), + ("complaince", &["compliance"]), + ("renegatiotiator", &["renegotiator"]), + ("werstler", &["wrestler"]), + ("impelement", &["implement"]), + ("colonianism", &["colonialism"]), + ("homeopahty", &["homeopathy"]), + ("prameters", &["parameters"]), + ("historiaan", &["historians"]), + ("reperesenting", &["representing"]), + ("deactiveate", &["deactivate"]), + ("afficianados", &["aficionados"]), + ("gerilla", &["guerilla"]), + ("aaproximated", &["approximated"]), + ("coordinacion", &["coordination"]), + ("ocassional", &["occasional"]), + ("addmission", &["admission"]), + ("checkpointusa", &["checkpoints"]), + ("compilters", &["compilers"]), + ("docrines", &["doctrines"]), + ("delcaration", &["declaration"]), + ("coeffcients", &["coefficients"]), + ("imcoming", &["incoming"]), + ("nautils", &["nautilus"]), + ("comfirm", &["confirm"]), + ("imortant", &["important"]), + ("experimentaiters", &["experimenters"]), + ("seconts", &["seconds"]), + ("diminisheds", &["diminishes"]), + ("libertariansim", &["libertarianism"]), + ("squre", &["square"]), + ("schdule", &["schedule"]), + ("intiale", &["initial"]), + ("indianopolis", &["indianapolis"]), + ("modifyers", &["modifiers"]), + ("parameterr", &["parameter"]), + ("acccumulate", &["accumulate"]), + ("collpase", &["collapse"]), + ("perscribed", &["prescribed"]), + ("deterministc", &["deterministic"]), + ("misspellled", &["misspelled"]), + ("htose", &["these", "those"]), + ("inalid", &["invalid"]), + ("cyclinders", &["cylinders"]), + ("expexnasions", &["expansions"]), + ("runnnig", &["running"]), + ("breef", &["brief", "beef"]), + ("direcrted", &["directed"]), + ("arvg", &["argv"]), + ("believeing", &["believing"]), + ("traveerse", &["traverse"]), + ("partitionning", &["partitioning"]), + ("coudlnt", &["couldnt"]), + ("podfie", &["podfile"]), + ("underhwelming", &["underwhelming"]), + ("manufacutred", &["manufacture"]), + ("disgustus", &["disgusts"]), + ("betwenn", &["between"]), + ("authecating", &["authenticating"]), + ("execuetable", &["executable"]), + ("vlaue", &["value"]), + ("linclon", &["lincoln"]), + ("pateintly", &["patiently"]), + ("vertextes", &["vertices"]), + ("opearation", &["operation"]), + ("infiltrar", &["infiltrator"]), + ("webistes", &["websites"]), + ("beteeen", &["between"]), + ("disassemblerr", &["disassembler"]), + ("omnipitent", &["omnipotent"]), + ("expemplary", &["exemplary"]), + ("syncronizing", &["synchronizing"]), + ("overloooked", &["overlooked"]), + ("particiapte", &["participate"]), + ("fuethest", &["furthest"]), + ("disatnce", &["distance"]), + ("paremeters", &["parameters"]), + ("premission", &["permission"]), + ("secuencial", &["sequential"]), + ("consoluted", &["consulted"]), + ("xenophibia", &["xenophobia"]), + ("rebild", &["rebuild"]), + ("folow", &["follow"]), + ("themselces", &["themselves"]), + ("brielfy", &["briefly"]), + ("weeved", &["weaved", "wove"]), + ("indigneous", &["indigenous"]), + ("encolsed", &["enclosed"]), + ("attemp", &["attempt"]), + ("avacado", &["avocado"]), + ("perspecitve", &["perspective"]), + ("desciminate", &["discriminate", "disseminate", "decimate"]), + ("therien", &["therein"]), + ("experession", &["expression"]), + ("frustradet", &["frustrates"]), + ("underlayed", &["underlaid"]), + ("interestd", &["interested"]), + ("mchanicals", &["mechanicals"]), + ("sustainible", &["sustainable"]), + ("macason", &["moccasin"]), + ("devirutalise", &["devirtualise"]), + ("prohibitifs", &["prohibits"]), + ("recipie", &["recipe"]), + ("controler", &["controller"]), + ( + "fot", + &["for", "fit", "dot", "rot", "cot", "got", "tot", "fog"], + ), + ("renegoators", &["renegotiators"]), + ("achiver", &["achiever", "archiver"]), + ("negogtiating", &["negotiating"]), + ("cashe", &["cache"]), + ("copyrigthed", &["copyrighted"]), + ("narcisisstic", &["narcissistic"]), + ("nightlie", &["nightlife"]), + ("clyinder", &["cylinder"]), + ("backgorund", &["background"]), + ("thridly", &["thirdly"]), + ("prohpet", &["prophet"]), + ("fiels", &["fields", "feels", "files", "phials"]), + ("proleteriat", &["proletariat"]), + ("carcus", &["carcass"]), + ("ulterioara", &["ulterior"]), + ("instructiosn", &["instruction"]), + ("apologiste", &["apologise"]), + ("misanderstood", &["misunderstood"]), + ("unbreakabie", &["unbreakable"]), + ("contorller", &["controllers"]), + ("revelance", &["relevance"]), + ("varibaless", &["variables"]), + ("unfreindly", &["unfriendly"]), + ("landscaps", &["landscapes"]), + ("seperatedy", &["separated"]), + ("veganisim", &["veganism"]), + ("symptumaticlly", &["symptomatically"]), + ("bumb", &["bump", "bomb", "bum"]), + ("recusive", &["recursive", "reclusive"]), + ("complaines", &["complaints"]), + ("preprosessor", &["preprocessor"]), + ("datatye", &["datatype"]), + ("decremenetd", &["decremented"]), + ("manouverable", &["maneuverable"]), + ("overzelos", &["overzealous"]), + ("optio", &["option"]), + ("spartians", &["spartans"]), + ("thoroughy", &["thoroughly"]), + ("agrresive", &["aggressive"]), + ("checkng", &["checking"]), + ("buitins", &["builtins"]), + ("origining", &["originating"]), + ("sotring", &["storing", "sorting"]), + ("sheilded", &["shielded"]), + ("enthusisast", &["enthusiasts"]), + ("nomralization", &["normalization"]), + ("euphora", &["euphoria"]), + ("coallating", &["collating"]), + ("exporession", &["expression"]), + ("dependign", &["depending"]), + ("warrany", &["warranty"]), + ("enchantmets", &["enchantments"]), + ("inflitrate", &["infiltrate"]), + ("perliferated", &["proliferated"]), + ("separato", &["separation", "separator"]), + ("enhanse", &["enhances"]), + ("satsifactory", &["satisfactory"]), + ("culd", &["could"]), + ("materla", &["material"]), + ("propmtly", &["promptly"]), + ("meachanisms", &["mechanisms"]), + ("modiifier", &["modifier"]), + ("consituent", &["constituent"]), + ("unbouned", &["unbounded"]), + ("slipperly", &["slippery"]), + ("specualte", &["speculate"]), + ("characteors", &["characters"]), + ("beliving", &["believing"]), + ("nostlagic", &["nostalgic"]), + ("simlified", &["simplified"]), + ("dispoase", &["dispose"]), + ("calandar", &["calendar"]), + ("javescript", &["javascript"]), + ("manufacteur", &["manufactures"]), + ("aritfacts", &["artifacts"]), + ("initailzation", &["initialization"]), + ("critiera", &["criteria"]), + ("palythrough", &["playthrough"]), + ("inital", &["initial"]), + ("thorughout", &["throughout"]), + ("iritable", &["irritable"]), + ("declarion", &["declaration"]), + ("civelizations", &["civilizations"]), + ("stragety", &["strategy"]), + ("identty", &["identity"]), + ("appriximation", &["approximation"]), + ("anitvirus", &["antivirus"]), + ("bahaving", &["behaving"]), + ("surrrounded", &["surrounded"]), + ("twelth", &["twelfth"]), + ("palestininan", &["palestinian"]), + ("functionnal", &["functional"]), + ("desgination", &["designation"]), + ("champange", &["champagne"]), + ("libertae", &["liberate"]), + ("scientic", &["scientific"]), + ("paritiy", &["parity"]), + ("laregly", &["largely"]), + ("regualrs", &["regulars"]), + ("contribuit", &["contribute"]), + ("unstalbe", &["unstable"]), + ("misellaneous", &["miscellaneous"]), + ("retruned", &["returned"]), + ("enclousre", &["enclosure"]), + ("acumulation", &["accumulation"]), + ("baskteball", &["basketball"]), + ("bulgrian", &["bulgarian"]), + ("onwed", &["owned"]), + ("accopunt", &["account"]), + ("alignes", &["aligns"]), + ("visably", &["visibly"]), + ("opaykes", &["opaques"]), + ("peroidical", &["periodical"]), + ("proceeeded", &["proceeded"]), + ("rudimentery", &["rudimentary"]), + ("indoctrinatie", &["indoctrinated"]), + ("enries", &["entries"]), + ("teplmated", &["templated"]), + ("remainign", &["remaining"]), + ("factorizaiton", &["factorization"]), + ("neighbers", &["neighbors"]), + ("unsubstantiative", &["unsubstantiated"]), + ("poer", &["power", "poor", "pour"]), + ("moddelled", &["modelled"]), + ("restrictivo", &["restriction"]), + ("tehn", &["then"]), + ("reffers", &["refers"]), + ("designd", &["designed"]), + ("enetered", &["entered"]), + ("ankshiuosness", &["anxiousness"]), + ("specturm", &["spectrum"]), + ("encrpt", &["encrypt"]), + ("unstaller", &["installer", "uninstaller"]), + ("celebirty", &["celebrity"]), + ("threadad", &["threaded"]), + ("nimph", &["nymph"]), + ("consecuentes", &["consequences"]), + ("attriburted", &["attributed"]), + ("direktly", &["directly"]), + ("ocur", &["occur"]), + ("participantes", &["participants"]), + ("deligate", &["delegate"]), + ("rewrited", &["rewrote", "rewritten"]), + ("getttext", &["gettext"]), + ("attriute", &["attribute"]), + ("fasing", &["fazing", "phasing"]), + ("ciriculum", &["curriculum"]), + ("alghoritmically", &["algorithmically"]), + ("discrimante", &["discriminate"]), + ("sepearated", &["separated"]), + ("dissimiar", &["dissimilar"]), + ("magnificant", &["magnificent"]), + ("capitalizacion", &["capitalization"]), + ("preficiently", &["proficiently"]), + ("amplifly", &["amplify"]), + ("commmunication", &["communication"]), + ("cutom", &["custom"]), + ("sepertor", &["separator"]), + ("sweetheat", &["sweetheart"]), + ("intellectualis", &["intellectuals"]), + ("linceses", &["licenses"]), + ("victimes", &["victims"]), + ("archetypus", &["archetypes"]), + ("plasticas", &["plastics"]), + ("cabint", &["cabinet"]), + ("inteligence", &["intelligence"]), + ("checkstum", &["checksum"]), + ("logwritter", &["logwriter"]), + ("harldine", &["hardline"]), + ("lackrimosly", &["lachrymosely"]), + ("experimenating", &["experimenting"]), + ("conet", &["connect"]), + ("deciamls", &["decimals"]), + ("develps", &["develops"]), + ("ptotocol", &["protocol"]), + ("electrocytes", &["electrolytes"]), + ("dummp", &["dump", "dummy"]), + ("guardias", &["guardians"]), + ("intstruction", &["instruction"]), + ("potentailly", &["potentially"]), + ("horisontal", &["horizontal"]), + ("caclate", &["calculate"]), + ("imprtant", &["important"]), + ("exectute", &["execute"]), + ("physciatrists", &["psychiatrists"]), + ("ridiculious", &["ridiculous"]), + ("silders", &["sliders"]), + ("symetrical", &["symmetrical"]), + ("reserach", &["research"]), + ("guaruantee", &["guarantee"]), + ("embarasssing", &["embarrassing"]), + ("hierarhcies", &["hierarchies"]), + ("instabce", &["instance"]), + ("abandonning", &["abandoning"]), + ("fased", &["fazed", "phased"]), + ("unchenged", &["unchanged"]), + ("randum", &["random"]), + ("keybroad", &["keyboard"]), + ("eample", &["example"]), + ("precentiles", &["percentiles"]), + ("comamnd", &["command"]), + ("satisifies", &["satisfies"]), + ("structrue", &["structure"]), + ("bulletprof", &["bulletproof"]), + ("unintented", &["unintended", "unindented"]), + ("verfify", &["verify"]), + ("recordarle", &["recorder"]), + ("criticially", &["critically"]), + ("mathing", &["matching"]), + ("massasge", &["massages"]), + ("thyorid", &["thyroid"]), + ("rearranable", &["rearrangeable"]), + ("calaber", &["caliber"]), + ("electromegnetic", &["electromagnetic"]), + ("enthisiast", &["enthusiast"]), + ("heighit", &["height"]), + ("fourten", &["fourteen"]), + ("unrecoverd", &["unrecovered"]), + ("prjecting", &["projecting"]), + ("chaneging", &["changing"]), + ("egenralized", &["generalized"]), + ("assignenmentes", &["assignments"]), + ("unspecifiecd", &["unspecified"]), + ("fragement", &["fragment"]), + ("condenmed", &["condemned"]), + ("associeations", &["associations"]), + ("aperutre", &["aperture"]), + ("vegeterians", &["vegetarians"]), + ("bffer", &["buffer"]), + ("souvinears", &["souvenirs"]), + ("syntacs", &["syntax"]), + ("exchenged", &["exchanged"]), + ("dissapponted", &["disappointed"]), + ("celebritiy", &["celebrity"]), + ("complusions", &["compulsion"]), + ("referenece", &["reference"]), + ("pinnalce", &["pinnacle"]), + ("sometinhg", &["something"]), + ("tribuanl", &["tribunal"]), + ("atatch", &["attach"]), + ("investagated", &["investigated"]), + ("mak", &["make", "mask"]), + ("cannabilyze", &["cannibalize"]), + ("conditionning", &["conditioning"]), + ("shouls", &["should"]), + ("satellitte", &["satellites"]), + ("staturday", &["saturday"]), + ("conside", &["coincide", "consider"]), + ("immedate", &["immediate"]), + ("childs", &["children"]), + ("accecpt", &["accept"]), + ("deffined", &["defined"]), + ("orgiginals", &["originals"]), + ("measuer", &["measure", "measurer"]), + ("orginy", &["originy"]), + ("naem", &["name"]), + ("reate", &["create", "relate"]), + ("investigater", &["investigator"]), + ("inconsciously", &["unconsciously"]), + ("indicentally", &["incidentally"]), + ("stoppping", &["stopping"]), + ("seantor", &["senator"]), + ("compaines", &["companies"]), + ("infideltiy", &["infidelity"]), + ("unsencored", &["uncensored"]), + ("indivisual", &["individual"]), + ("condict", &["conduct"]), + ("subtsitutatble", &["substitutable"]), + ("somethn", &["something"]), + ("desturtor", &["destructor"]), + ("renegosiation", &["renegotiation"]), + ("recnt", &["recent", "recant", "rent"]), + ("derective", &["directive"]), + ("stylsheet", &["stylesheet"]), + ("commericals", &["commercials"]), + ("mutliverse", &["multiverse"]), + ("publishor", &["publisher"]), + ("authentification", &["authentication"]), + ("docoments", &["documents"]), + ("equivalnce", &["equivalence"]), + ("depreceated", &["deprecated", "depreciated"]), + ("bevore", &["before"]), + ("seeges", &["sieges"]), + ("marineras", &["mariners"]), + ("carfull", &["careful"]), + ("opportunitiy", &["opportunity"]), + ("prostprocessing", &["postprocessing"]), + ("inappropriatley", &["inappropriately"]), + ("verfies", &["verifies"]), + ("subnegoation", &["subnegotiation"]), + ("eveyone", &["everyone"]), + ("objetive", &["objective"]), + ("sceens", &["scenes", "screens", "schemes"]), + ("dynmaically", &["dynamically"]), + ("vaccineras", &["vaccines"]), + ("sevaral", &["several"]), + ("expetimentations", &["experimentations"]), + ("approxamately", &["approximately"]), + ("imapge", &["image"]), + ("opetion", &["option"]), + ("publushing", &["publishing"]), + ("intrerupted", &["interrupted"]), + ("perputuating", &["perpetuating"]), + ("messgae", &["message"]), + ("irriversible", &["irreversible"]), + ("expolsions", &["explosions"]), + ("psuedocode", &["pseudocode"]), + ("possilbe", &["possible"]), + ("distnaces", &["distances"]), + ("caleed", &["called"]), + ("convoulted", &["convoluted"]), + ("undefied", &["undefined"]), + ("pipelien", &["pipeline"]), + ("origanaly", &["originally"]), + ("manupulative", &["manipulative"]), + ("neumonically", &["mnemonically"]), + ("catergorize", &["categorize"]), + ("sepcific", &["specific"]), + ("enbracer", &["embracer"]), + ("eurpoean", &["european"]), + ("shakespare", &["shakespeare"]), + ("likelood", &["likelihood"]), + ("masturdate", &["masturbate"]), + ("exicuteable", &["executable"]), + ("indocrtinated", &["indoctrinated"]), + ("delyaing", &["delaying"]), + ("shashes", &["slashes"]), + ("entertianment", &["entertainment"]), + ("shamelessy", &["shamelessly"]), + ("convinent", &["convenient"]), + ("spefiiers", &["specifiers"]), + ("depdence", &["dependence"]), + ("surport", &["support"]), + ("cabinate", &["cabinet"]), + ("perliferates", &["proliferates"]), + ("growteskly", &["grotesquely"]), + ("manuley", &["manually"]), + ("arogent", &["arrogant"]), + ("apostels", &["apostles"]), + ("monteral", &["montreal"]), + ("impleiment", &["implement"]), + ("corrdination", &["coordination"]), + ("disassemlby", &["disassembly"]), + ("descrybing", &["describing"]), + ("vview", &["view"]), + ("reeaser", &["releaser"]), + ("cartdriges", &["cartridges"]), + ("releavant", &["relevant"]), + ("acrue", &["accrue"]), + ("drastical", &["drastically"]), + ("exceuctor", &["executor"]), + ("construter", &["constructor"]), + ("contractin", &["contraction"]), + ("soliditary", &["solidarity"]), + ("irreversibelt", &["irreversible"]), + ("imapcts", &["impacts"]), + ("othersie", &["otherwise"]), + ("deisgnated", &["designated"]), + ("exectured", &["executed"]), + ("implmeneted", &["implemented"]), + ("deomnstration", &["demonstrations"]), + ("experament", &["experiment"]), + ("sinsiter", &["sinister"]), + ("experminents", &["experiments"]), + ("gorvement", &["government"]), + ("withouth", &["without"]), + ("chechs", &["checks"]), + ("clitiros", &["clitoris"]), + ("replicaitons", &["replications"]), + ("abymsal", &["abysmal"]), + ("unqualifed", &["unqualified"]), + ("compenstates", &["compensates"]), + ("entrie", &["entry", "entries"]), + ("rebulids", &["rebuilds"]), + ("notbeooks", &["notebooks"]), + ("correctt", &["correct"]), + ("implace", &["inplace"]), + ("fundemantals", &["fundamentals"]), + ("physcal", &["physical"]), + ("permanentely", &["permanently"]), + ("expct", &["expect"]), + ("channle", &["channel"]), + ("dolphinese", &["dolphins"]), + ("convertirte", &["converter"]), + ("therapuetic", &["therapeutic"]), + ("defauls", &["defaults", "default"]), + ("extreanous", &["extraneous"]), + ("atatches", &["attaches"]), + ("pertient", &["pertinent"]), + ("prodcutions", &["productions"]), + ("pedistal", &["pedestal"]), + ("retrospekt", &["retrospect"]), + ("manifestado", &["manifesto"]), + ("terrforms", &["terraforms"]), + ("starighten", &["straighten"]), + ("inresting", &["inserting"]), + ("intstructions", &["instructions"]), + ("carniverous", &["carnivorous"]), + ("grandiser", &["aggrandiser"]), + ("nostlagia", &["nostalgia"]), + ("wondeful", &["wonderful"]), + ("countain", &["contain"]), + ("exlicitely", &["explicitly"]), + ("refocuss", &["refocus"]), + ("tabluated", &["tabulated"]), + ("egytpian", &["egyptian"]), + ("centruies", &["centuries"]), + ("possiable", &["possible"]), + ("neightbourhood", &["neighbourhood"]), + ("ingreediants", &["ingredients"]), + ("igoring", &["ignoring"]), + ("streatched", &["stretched"]), + ("accomondating", &["accommodating"]), + ("eveluators", &["evaluators"]), + ("szes", &["sizes"]), + ("copmetitors", &["competitors"]), + ("acknowladges", &["acknowledges"]), + ("floading", &["floating", "flooding"]), + ("nitifications", &["notifications"]), + ( + "spped", + &["speed", "sped", "sipped", "sapped", "supped", "sopped"], + ), + ("impossibillity", &["impossibility"]), + ("infiltrerat", &["infiltrate"]), + ("synronous", &["synchronous"]), + ("coeficient", &["coefficient"]), + ("undelrying", &["underlying"]), + ("ctificate", &["certificate"]), + ("sendign", &["sending"]), + ("emblamatic", &["emblematic"]), + ("brigthest", &["brightest"]), + ("lawernce", &["lawrence"]), + ("timestap", &["timestamp"]), + ("submisions", &["submissions"]), + ("represneted", &["represented"]), + ("protaginist", &["protagonist"]), + ("legitimatley", &["legitimately"]), + ("placemet", &["placements", "placement", "placemat"]), + ("implementig", &["implementing"]), + ("battelstar", &["battlestar"]), + ("naviagtion", &["navigation"]), + ("assocaition", &["associations"]), + ("unavaialble", &["unavailable"]), + ("volxel", &["voxel"]), + ("requeset", &["request", "requisite"]), + ("necesary", &["necessary"]), + ("crypitc", &["cryptic"]), + ("imperislist", &["imperialist"]), + ("competitevly", &["competitively"]), + ("initializating", &["initializing"]), + ("skateborading", &["skateboarding"]), + ("pennsylvannia", &["pennsylvania"]), + ("effecitively", &["effectively"]), + ("redifinitions", &["redefinitions"]), + ("flate", &["flat"]), + ("arrtibute", &["attribute"]), + ("intialled", &["initialled"]), + ("apilogue", &["epilogue"]), + ("indeginous", &["indigenous"]), + ("disabed", &["disabled"]), + ("sliently", &["silently"]), + ("enchancements", &["enhancements", "enchantments"]), + ("modtified", &["modified"]), + ("preests", &["presets"]), + ("interesect", &["intersect"]), + ("regsiter", &["register"]), + ("defninitions", &["definitions"]), + ("babysiting", &["babysitting"]), + ("satisifes", &["satisfies"]), + ("conatainers", &["containers"]), + ("torrentes", &["torrents"]), + ("correponding", &["corresponding"]), + ("experssed", &["expressed"]), + ("defalt", &["default"]), + ("proficiant", &["proficient"]), + ("contrl", &["control"]), + ("traveersal", &["traversal"]), + ("prescritions", &["prescriptions"]), + ("streigtly", &["straightly"]), + ("motivaiton", &["motivations", "motivation"]), + ("mudule", &["module"]), + ("competitons", &["competitors"]), + ("resembelance", &["resemblance"]), + ("undfine", &["undefine"]), + ("distribucion", &["distribution"]), + ("compteurs", &["computers"]), + ("dowrds", &["dwords"]), + ("equivlaent", &["equivalents"]), + ("pararmeters", &["parameters"]), + ("assassintation", &["assassination"]), + ("formath", &["format"]), + ("hopsital", &["hospital"]), + ("apperance", &["appearance"]), + ("attatches", &["attaches"]), + ("ivalid", &["invalid"]), + ("categogically", &["categorically"]), + ("frecklers", &["freckles"]), + ("differect", &["different"]), + ("commisison", &["commissions"]), + ("imaginatie", &["imaginative"]), + ("hauty", &["haughty"]), + ("irresponisble", &["irresponsible"]), + ("librabary", &["library"]), + ("contenated", &["concatenated"]), + ("prejucide", &["prejudice"]), + ("indefintiely", &["indefinitely"]), + ("excecutives", &["executives"]), + ("enthusiaists", &["enthusiasts"]), + ("vulnearbility", &["vulnerability"]), + ("corrcect", &["correct"]), + ("willfullly", &["willfully"]), + ("werever", &["wherever"]), + ("spefiify", &["specify"]), + ("immatureity", &["immaturity"]), + ("overheared", &["overhead"]), + ("fertizilers", &["fertilizer"]), + ("characterisitic", &["characteristic"]), + ("ignormg", &["ignoring"]), + ("clenaser", &["cleanser"]), + ("repetitivo", &["repetition"]), + ("deverloper", &["developer"]), + ("treasurs", &["treasures"]), + ("coallesced", &["coalesced"]), + ("brittish", &["british"]), + ("intelligenty", &["intelligently"]), + ("envaluation", &["evaluation"]), + ("excempt", &["exempt"]), + ("hegdehog", &["hedgehog"]), + ("beaurocracy", &["bureaucracy"]), + ("experimanenter", &["experimenter"]), + ("typcially", &["typically"]), + ("envirionment", &["environment"]), + ("orpaned", &["orphaned"]), + ("inluded", &["included"]), + ("sreturns", &["returns"]), + ("igonore", &["ignore"]), + ("anlysis", &["analysis"]), + ("unsucceed", &["unsuccessful"]), + ("afircan", &["african"]), + ("licesnses", &["licenses"]), + ("repedable", &["repeatable"]), + ("extraordianry", &["extraordinary"]), + ("paragrap", &["paragraph"]), + ("fundementals", &["fundamentals"]), + ("configuretion", &["configuration"]), + ("inturprett", &["interpret"]), + ("concieved", &["conceived"]), + ("underpowererd", &["underpowered"]), + ("candidat", &["candidate"]), + ("musicains", &["musicians"]), + ("dabree", &["debris"]), + ("recrusion", &["recursion"]), + ("ovverriding", &["overriding"]), + ("encocdes", &["encodes"]), + ("bombardeado", &["bombarded"]), + ("annoints", &["anoints"]), + ("uninterupted", &["uninterrupted"]), + ("costructions", &["constructions"]), + ("receieving", &["receiving"]), + ("ubitquitous", &["ubiquitous"]), + ("condiion", &["condition"]), + ("sinificant", &["significant"]), + ("apolagizing", &["apologizing"]), + ("regularlizing", &["regularizing"]), + ("effciently", &["efficiently"]), + ("seahawkers", &["seahawks"]), + ("grephic", &["graphic"]), + ("arrys", &["arrays"]), + ("authecator", &["authenticator"]), + ("contriversial", &["controversial"]), + ("directrory", &["directory"]), + ("teraform", &["terraform"]), + ("somme", &["some"]), + ("schduled", &["scheduled"]), + ("terimnate", &["terminate"]), + ("renaiisance", &["renaissance"]), + ("cannott", &["cannot"]), + ("reponding", &["responding"]), + ("initliazer", &["initializer"]), + ("nneeded", &["needed"]), + ("direrctories", &["directories"]), + ("nevetheless", &["nevertheless"]), + ("persausive", &["persuasive"]), + ("glodfish", &["goldfish"]), + ("posifion", &["position"]), + ("recipeints", &["recipients"]), + ("perpendicualr", &["perpendicular"]), + ("propogating", &["propagating"]), + ("modiles", &["mobiles", "modules"]), + ("syntethics", &["synthetics"]), + ("indext", &["index", "indent"]), + ("consturct", &["construct"]), + ("diskretized", &["discretized"]), + ("nostalgija", &["nostalgia"]), + ("reproduciblity", &["reproducibility"]), + ("responce", &["response"]), + ("paraside", &["paradise"]), + ("unemplyoment", &["unemployment"]), + ("defenderes", &["defenders"]), + ("adjascent", &["adjacent"]), + ("immeditely", &["immediately"]), + ("gernades", &["grenades"]), + ("overriddes", &["overrides"]), + ("poistives", &["positives"]), + ("csutomer", &["customer"]), + ("botostrap", &["bootstrap"]), + ("debuffes", &["debuffs"]), + ("aotomation", &["automation"]), + ("religeon", &["religion"]), + ("guantanomo", &["guantanamo"]), + ("unforgiveable", &["unforgivable"]), + ("electrolye", &["electrolytes"]), + ("nickmane", &["nickname"]), + ("gioen", &["given"]), + ("corsshair", &["crosshair"]), + ("isreali", &["israeli"]), + ("workarund", &["workaround"]), + ("inconsitencies", &["inconsistencies"]), + ("separting", &["separating"]), + ("buinsess", &["business"]), + ("desogn", &["design"]), + ("baloon", &["balloon"]), + ("dessertation", &["dissertation"]), + ("idons", &["icons"]), + ("trialers", &["trailers"]), + ("boofays", &["buffets"]), + ("bastract", &["abstract"]), + ("insonmia", &["insomnia"]), + ("attitide", &["attitude"]), + ("amaterus", &["amateurs"]), + ("emtional", &["emotional"]), + ("patronis", &["patrons"]), + ("advanved", &["advanced"]), + ("supresses", &["suppresses"]), + ("lattitude", &["latitude"]), + ("inudstry", &["industry"]), + ("acumalated", &["accumulated"]), + ("conveyered", &["conveyed"]), + ("montaban", &["montana"]), + ("distructive", &["destructive"]), + ("staion", &["station"]), + ("maybed", &["maybe"]), + ("untrasformed", &["untransformed"]), + ("meaured", &["measured"]), + ("punsihments", &["punishments"]), + ("acheived", &["achieved"]), + ("incomfort", &["discomfort", "uncomfortable"]), + ("neighroring", &["neighboring"]), + ("heavyweigth", &["heavyweight"]), + ("intial", &["initial"]), + ("sudent", &["student"]), + ("cacluating", &["calculating"]), + ("spefiers", &["specifiers"]), + ("hypothesees", &["hypotheses"]), + ("ligthen", &["lighten"]), + ("severley", &["severely"]), + ("capitolize", &["capitalize"]), + ("seralizes", &["serializes"]), + ("disproprotionate", &["disproportionate"]), + ("endores", &["endorse"]), + ("abbreviaton", &["abbreviation"]), + ("sirvayled", &["surveiled"]), + ("analise", &["analyse"]), + ("oprators", &["operators"]), + ("pactivity", &["captivity"]), + ("communiss", &["communists"]), + ("naybourly", &["neighbourly"]), + ("clearifies", &["clarifies"]), + ("latitute", &["latitude"]), + ("trabajdo", &["trabajo"]), + ("incompatable", &["incompatible"]), + ("downgradding", &["downgrading"]), + ("aquiring", &["acquiring"]), + ("deactivetes", &["deactivates"]), + ("perpetrater", &["perpetrator"]), + ("brosers", &["browsers"]), + ("sekected", &["selected"]), + ("masturbarte", &["masturbate"]), + ("complexe", &["complex"]), + ("univeristy", &["university"]), + ("oprhaned", &["orphaned"]), + ("valkues", &["values"]), + ("facutally", &["factually"]), + ("ligitation", &["litigation"]), + ("restriccion", &["restriction"]), + ("installaiton", &["installation"]), + ("physisict", &["physicist"]), + ("nulll", &["null"]), + ("clonned", &["cloned"]), + ("sepending", &["depending"]), + ("disastorus", &["disastrous"]), + ("motherbaord", &["motherboard"]), + ("verly", &["very"]), + ("togggle", &["toggle"]), + ("cataclismic", &["cataclysmic"]), + ("arrangmenets", &["arrangements"]), + ("curently", &["currently"]), + ("capela", &["capella"]), + ("domiance", &["dominance"]), + ("treatements", &["treatments"]), + ("reprodiction", &["reproduction"]), + ("elemements", &["elements"]), + ("scholerships", &["scholarships"]), + ("pedning", &["pending"]), + ("ameelarated", &["ameliorated"]), + ("ecxiting", &["exciting"]), + ("detaction", &["detection"]), + ("renforced", &["reinforced"]), + ("virtialized", &["virtualized"]), + ("statulines", &["statuslines"]), + ("experimenal", &["experimental"]), + ("becuasse", &["because"]), + ("repubics", &["republics"]), + ("negoatiates", &["negotiates"]), + ("mchanically", &["mechanically"]), + ("spefixy", &["specify"]), + ("asteroides", &["asteroids"]), + ("partiiton", &["partition"]), + ("perfoemnace", &["performance"]), + ("compenents", &["components", "competence"]), + ("unusal", &["unusual"]), + ("focusses", &["focuses"]), + ("discriminante", &["discriminate"]), + ("regeistered", &["registered"]), + ("exipred", &["expired"]), + ("intimidades", &["intimidated"]), + ("prejucided", &["prejudiced"]), + ("extenion", &["extension"]), + ("quarterblack", &["quarterback"]), + ("colonizacion", &["colonization"]), + ("arbituarily", &["arbitrarily"]), + ("endponts", &["endpoints"]), + ("individuelly", &["individually"]), + ("suffiently", &["sufficiently"]), + ("attemtped", &["attempted"]), + ("collecions", &["collections"]), + ("penwar", &["peignoir"]), + ("soveits", &["soviets"]), + ("privilaged", &["privileged"]), + ("speciliast", &["specialists"]), + ("parliement", &["parliament"]), + ("vinigar", &["vinegar"]), + ("algorthim", &["algorithm"]), + ("autocorrrect", &["autocorrect"]), + ("owened", &["owned"]), + ("timeot", &["timeout"]), + ("strucur", &["structure"]), + ("renegotiotor", &["renegotiator"]), + ("strawbrary", &["strawberry"]), + ("bounadary", &["boundary"]), + ("complicatied", &["complicate"]), + ("apporximately", &["approximately"]), + ("deomgraphics", &["demographics"]), + ("collonies", &["colonies"]), + ("coneectivity", &["connectivity"]), + ("inconsistencias", &["inconsistencies"]), + ("sepcify", &["specify"]), + ("aproches", &["approaches"]), + ("quating", &["quoting", "squatting", "equating"]), + ("governmanet", &["governmental"]), + ("particaluar", &["particular"]), + ("compatablity", &["compatibility"]), + ("elelment", &["element"]), + ("artemios", &["artemis"]), + ("nationalsitic", &["nationalistic"]), + ("relatabe", &["relatable"]), + ("lenghty", &["lengthy"]), + ("manslaugther", &["manslaughter"]), + ("eariler", &["earlier"]), + ("istener", &["listener"]), + ("intilising", &["initialising"]), + ("approximatly", &["approximately"]), + ("fucntionality", &["functionality"]), + ("spliiter", &["splitter"]), + ("convedsion", &["conversion"]), + ("afforts", &["affords"]), + ("componding", &["compounding"]), + ("matchin", &["matching"]), + ("possissive", &["possessive"]), + ("gurantee", &["guarantee"]), + ("saddends", &["saddens"]), + ("selction", &["selection"]), + ("somethigns", &["somethings"]), + ("workstaions", &["workstations"]), + ("cannabilism", &["cannibalism"]), + ("particales", &["particles"]), + ("protext", &["protect"]), + ("startnig", &["starting"]), + ("simplifing", &["simplifying"]), + ("periphrial", &["peripheral"]), + ("deltes", &["deletes"]), + ("heartsthone", &["hearthstone"]), + ("reaveling", &["revealing"]), + ("interesecting", &["intersecting"]), + ("acknowleging", &["acknowledging"]), + ("recommandations", &["recommendations"]), + ("glicthy", &["glitchy"]), + ("initilializations", &["initializations"]), + ("microstansactions", &["microtransactions"]), + ("enounctering", &["encountering"]), + ("degreeees", &["degrees"]), + ("idenfifier", &["identifier"]), + ("beeter", &["better"]), + ("analyer", &["analyser", "analyzer"]), + ("quanlify", &["qualify", "quantify"]), + ("calcultator", &["calculator"]), + ("uplodaded", &["uploaded"]), + ("multipes", &["multiples"]), + ("reinitalizations", &["reinitializations"]), + ("safequard", &["safeguard"]), + ("surounds", &["surrounds"]), + ("authrored", &["authored"]), + ("verifikation", &["verification"]), + ("frointer", &["frontier"]), + ("compensantion", &["compensation"]), + ("brotherhoood", &["brotherhood"]), + ("desciribes", &["describes"]), + ("otherwaise", &["otherwise"]), + ("estabilshment", &["establishments"]), + ("natioanlism", &["nationalism"]), + ("restrcted", &["restricted"]), + ("macthup", &["matchup"]), + ("preamde", &["premade"]), + ("glorios", &["glorious"]), + ("simpliest", &["simplest"]), + ("defeintly", &["definitely"]), + ("purcahsed", &["purchased"]), + ("interro", &["interior"]), + ("dynastry", &["dynasty"]), + ("horzontal", &["horizontal"]), + ("refreshd", &["refreshed"]), + ("alghorithm", &["algorithm"]), + ("libaries", &["libraries"]), + ("bachelour", &["bachelor"]), + ("phycisist", &["physicist"]), + ("progamms", &["programs"]), + ("cirle", &["circle"]), + ("compalint", &["compliant"]), + ("unsubcribe", &["unsubscribe"]), + ("prescrition", &["prescription"]), + ("preivew", &["preview"]), + ("perferct", &["perfect"]), + ("vulberabulility", &["vulnerability"]), + ("spefifed", &["specified"]), + ("meaures", &["measures"]), + ("emulatin", &["emulation"]), + ("currected", &["corrected"]), + ("ove", &["oven", "over"]), + ("plansewalkers", &["planeswalker"]), + ("tightining", &["tightening"]), + ("cachup", &["catchup"]), + ("nurishes", &["nourishes"]), + ("imbracer", &["embracer"]), + ("retuens", &["returns"]), + ("definitiely", &["definitively", "definitely"]), + ("fomula", &["formula"]), + ("adequatley", &["adequately"]), + ("jitterr", &["jitter"]), + ("indefineable", &["undefinable"]), + ("golaith", &["goliath"]), + ("represend", &["represented", "represent"]), + ("movemment", &["movement"]), + ("reqister", &["register"]), + ("jsutification", &["justifications"]), + ("tiemout", &["timeout"]), + ("neighborhhoods", &["neighborhoods"]), + ("juggeranut", &["juggernaut"]), + ("exoskelaton", &["exoskeleton"]), + ("exchngs", &["exchanges"]), + ("consits", &["consists"]), + ("provoactive", &["provocative"]), + ("proximty", &["proximity"]), + ("misalligned", &["misaligned"]), + ("knockously", &["noxiously"]), + ("unpridictable", &["unpredictable"]), + ("hepl", &["help"]), + ("optinally", &["optimally", "optionally"]), + ("instrcutinoal", &["instructional"]), + ("infinitly", &["infinity", "infinitely"]), + ("mirored", &["mirrored"]), + ("abstratness", &["abstractness"]), + ("downgarted", &["downgraded"]), + ("traceer", &["tracer"]), + ("recconeted", &["reconnected"]), + ("utlities", &["utilities"]), + ("somes", &["some", "sums"]), + ("libary", &["library"]), + ("altetnatives", &["alternatives"]), + ("experiene", &["experience"]), + ("vandalsim", &["vandalism"]), + ("rigurous", &["rigorous"]), + ("direcetories", &["directories"]), + ("iin", &["in"]), + ("designet", &["designated"]), + ("preveiwes", &["previews", "previewers"]), + ("opearting", &["operating"]), + ("potatos", &["potatoes"]), + ("victorina", &["victorian"]), + ("escartment", &["escarpment"]), + ("mechnism", &["mechanism"]), + ("cehcks", &["checks"]), + ("refrerencial", &["referential"]), + ("projektile", &["projectile"]), + ("automoderador", &["automoderator"]), + ("executting", &["executing"]), + ("apostrafes", &["apostrophes"]), + ("dependentes", &["dependencies"]), + ("idealisitc", &["idealistic"]), + ("difficutlies", &["difficulties"]), + ("propriatery", &["proprietary"]), + ("chocolote", &["chocolate"]), + ("traslalation", &["translation"]), + ("passt", &["passed", "past"]), + ("diemsion", &["dimension"]), + ("diffenrences", &["differences"]), + ("migh", &["might"]), + ("guarante", &["guarantee"]), + ("rqeuested", &["requested"]), + ("copyed", &["copied"]), + ("statisitcally", &["statistically"]), + ("indepdendence", &["independence"]), + ("thatt", &["that"]), + ("disapointing", &["disappointing"]), + ("imcomming", &["incoming"]), + ("kackies", &["khakis"]), + ("nerver", &["never"]), + ("sheperedly", &["shepherdly"]), + ("verstaile", &["versatile"]), + ("percentil", &["percentile"]), + ("reveales", &["reveals"]), + ("embarressment", &["embarrassment"]), + ("stragetic", &["strategic"]), + ("skitsofrinic", &["schizophrenic"]), + ("napoms", &["napalms"]), + ("prvious", &["previous"]), + ("speciallty", &["specially"]), + ("simplicy", &["simplicity"]), + ("regurlarly", &["regularly"]), + ("homogeniusly", &["homogeneously"]), + ("streichung", &["stretching"]), + ("unser", &["under", "unset", "unsure", "user"]), + ("islamsits", &["islamists"]), + ("definitlly", &["definitely"]), + ("stadnardization", &["standardization"]), + ("negoptionsotiations", &["negotiations"]), + ("parants", &["parents"]), + ("persits", &["persist"]), + ("reease", &["release"]), + ("additonally", &["additionally"]), + ("therapeudic", &["therapeutic"]), + ("binar", &["binary"]), + ("sattelites", &["satellites"]), + ("purpus", &["purpose"]), + ("rebuit", &["rebuilt"]), + ("extimating", &["estimating"]), + ("fortuntely", &["fortunately"]), + ("conciveable", &["conceivable"]), + ("inexperiece", &["inexperience"]), + ("canoical", &["canonical"]), + ("seperete", &["separate"]), + ("pimxap", &["pixmap"]), + ("commpresion", &["compression"]), + ("addtionally", &["additionally"]), + ("disscusion", &["discussion"]), + ("suscepitble", &["susceptible"]), + ("directry", &["directory"]), + ("paragragh", &["paragraph"]), + ("snowbaling", &["snowballing"]), + ("unsucessully", &["unsuccessfully"]), + ("medhods", &["methods"]), + ("immeidate", &["immediate"]), + ("interpets", &["interprets"]), + ("semaphor", &["semaphore"]), + ("minimzed", &["minimized"]), + ("moleclues", &["molecules"]), + ("mofify", &["modify"]), + ("embassay", &["embassy"]), + ("idenfied", &["identified"]), + ("interactuable", &["interactive"]), + ("stabel", &["stable"]), + ("continueing", &["continuing"]), + ("algorightmic", &["algorithmic"]), + ("algoroithms", &["algorithms"]), + ("paremter", &["parameter"]), + ("executng", &["executing"]), + ("looseley", &["loosely"]), + ("follwin", &["following"]), + ("detcted", &["detected"]), + ("spirtied", &["spirited"]), + ("teleportato", &["teleportation"]), + ("armchar", &["armchair"]), + ("allcoateing", &["allocating"]), + ("soodonim", &["pseudonym"]), + ("frogiven", &["forgiven"]), + ("resistane", &["resistances"]), + ("invisibillity", &["invisibility"]), + ("patchs", &["patches", "paths"]), + ("exhaustn", &["exhaustion"]), + ("volatily", &["volatility"]), + ("accompinied", &["accompanied"]), + ("deperecated", &["deprecated"]), + ("historgrams", &["histograms"]), + ("mandrain", &["mandarin"]), + ("melodis", &["melodies"]), + ("refershed", &["refreshed"]), + ("ammounts", &["amounts"]), + ("easiy", &["easily"]), + ("practisioner", &["practitioner"]), + ("implementatio", &["implementation"]), + ("carnomies", &["ceremonies"]), + ("ameeliarated", &["ameliorated"]), + ("atmosoheric", &["atmospheric"]), + ("apresheation", &["appreciation"]), + ("annonciators", &["annunciators"]), + ("strippping", &["stripping"]), + ("maybilline", &["maybelline"]), + ("scritpts", &["scripts"]), + ("incunabla", &["incunabula"]), + ("misreable", &["miserable"]), + ("recenet", &["recent"]), + ("neighobrhoods", &["neighborhoods"]), + ("fastners", &["fasteners"]), + ("pshycologist", &["psychologist"]), + ("hopeing", &["hoping"]), + ("melineumm", &["millennia", "millennium"]), + ("flexable", &["flexible"]), + ("defineatly", &["definitely"]), + ("informatikon", &["information"]), + ("conqeuring", &["conquering"]), + ("neuterd", &["neutered"]), + ("errorneous", &["erroneous"]), + ("chanel", &["channel"]), + ("disgnostics", &["diagnostics"]), + ("phsycologically", &["psychologically"]), + ("climing", &["climbing"]), + ("countepart", &["counteract"]), + ("ond", &["one", "and"]), + ("intiallized", &["initialized"]), + ("tripticks", &["triptychs"]), + ("earthqukes", &["earthquakes"]), + ("liasons", &["liaisons"]), + ("instnace", &["instance"]), + ("accrdingly", &["accordingly"]), + ("clitorios", &["clitoris"]), + ("obvisouly", &["obviously"]), + ("masturbaing", &["masturbating"]), + ("pblisher", &["publisher"]), + ("seceeded", &["succeeded", "seceded"]), + ("cloudfare", &["cloudflare"]), + ("captins", &["captains"]), + ("opertions", &["operations"]), + ("numbbered", &["numbered"]), + ("sabatoshing", &["sabotaging"]), + ("upsreamer", &["upstreamer"]), + ("temporar", &["temporary"]), + ("decress", &["decrees"]), + ("disconencted", &["disconnected"]), + ("reson", &["reason"]), + ("insidde", &["inside"]), + ("constructt", &["construct"]), + ("coordiantion", &["coordination"]), + ("relgion", &["religion"]), + ("prescients", &["presidents"]), + ("premonasterians", &["premonstratensians"]), + ("implenting", &["implementing"]), + ("negotated", &["negotiated"]), + ("helictoper", &["helicopters"]), + ("deuling", &["dueling"]), + ("quwessant", &["croissant"]), + ("alwauys", &["always"]), + ("targetting", &["targeting"]), + ("abstrating", &["abstracting"]), + ("chocies", &["choices"]), + ("fantasticaly", &["fantastically"]), + ("academicas", &["academics"]), + ("forcasts", &["forecasts"]), + ("tremendoulsy", &["tremendously"]), + ("imporvised", &["improvised"]), + ("cnversation", &["conversation"]), + ("obeserve", &["observe"]), + ("compulsorary", &["compulsory"]), + ("upsteams", &["upstreams"]), + ("buttonns", &["buttons"]), + ("gernerics", &["generics"]), + ("incomprehensable", &["incomprehensible"]), + ("relocaiting", &["relocating"]), + ("distributior", &["distributor"]), + ("underfowing", &["underflowing"]), + ("persuasian", &["persuasion"]), + ("comiplers", &["compilers"]), + ("hypotehtical", &["hypothetical"]), + ("mannualy", &["manually"]), + ("miticated", &["mitigated"]), + ("blapshemy", &["blasphemy"]), + ("recurited", &["recruited"]), + ("paltformer", &["platformer"]), + ("sysyem", &["system"]), + ("perservering", &["persevering"]), + ("resurces", &["resources"]), + ("disscused", &["discussed"]), + ("maake", &["make"]), + ("purchaseing", &["purchasing"]), + ("secquence", &["sequence"]), + ("shiping", &["shipping"]), + ("impuned", &["impugned"]), + ("netural", &["neutral", "natural"]), + ("abnrormal", &["abnormal"]), + ("chisles", &["chisels"]), + ("unsucceeded", &["unsuccessful"]), + ("tansform", &["transform"]), + ("industructible", &["indestructible"]), + ("particaulrly", &["particularly"]), + ("konfiguration", &["configuration"]), + ("propertions", &["proportions"]), + ("governement", &["government"]), + ("stroy", &["story", "destroy"]), + ("unknowun", &["unknown"]), + ("paraemeter", &["parameter"]), + ("loadbalncer", &["loadbalancer"]), + ("profirle", &["profile"]), + ("intialse", &["initialise"]), + ("differernt", &["different"]), + ("incidentul", &["incidental"]), + ("believr", &["believer"]), + ("offisionados", &["aficionados"]), + ("cnosole", &["console"]), + ("amealiarator", &["ameliorator"]), + ("subconsicously", &["subconsciously"]), + ("remaning", &["remaining"]), + ("componnet", &["component"]), + ("brutallity", &["brutally"]), + ("suggessting", &["suggesting"]), + ("contrainted", &["constrained"]), + ("contructions", &["contractions", "constructions"]), + ("chari", &["chair"]), + ("distinations", &["distinctions", "destinations"]), + ("canye", &["canaille"]), + ("dyshporia", &["dysphoria"]), + ("passionetly", &["passionately"]), + ("expetimentally", &["experimentally"]), + ("adge", &["edge", "badge", "adage"]), + ("neighbourghs", &["neighbours"]), + ("distribuem", &["distribute"]), + ("anoreixa", &["anorexia"]), + ("disporportionate", &["disproportionate"]), + ("microphonies", &["microphones"]), + ("unorginial", &["unoriginal"]), + ("synchonrous", &["synchronous"]), + ("dynamcly", &["dynamincally", "dynamically"]), + ("connectiong", &["connecting"]), + ("proctects", &["protects"]), + ("bayge", &["beige"]), + ("togle", &["toggle"]), + ("instuments", &["instruments"]), + ("disallusioned", &["disillusioned"]), + ("advertisy", &["adversity"]), + ("desciptors", &["descriptors"]), + ("hellow", &["hello"]), + ("strutture", &["structure"]), + ("shriley", &["shirley"]), + ("chizziling", &["chiseling"]), + ("bebore", &["before"]), + ("libraiesr", &["libraries"]), + ("inadaquate", &["inadequate"]), + ("imrpove", &["improve"]), + ("coneccting", &["connecting"]), + ("austrija", &["austria"]), + ("throuhgput", &["throughput"]), + ("peacful", &["peaceful"]), + ("renosance", &["renaissance", "resonance"]), + ("uploders", &["uploaders"]), + ("firwmare", &["firmware"]), + ("prameter", &["parameter"]), + ("treasurey", &["treasury"]), + ("simplyifing", &["simplifying"]), + ("compabillity", &["compatibility"]), + ("disengenuous", &["disingenuous"]), + ("interactve", &["interactive"]), + ("physisans", &["physicians"]), + ("propator", &["propagator"]), + ("approate", &["appropriate"]), + ("rithm", &["rhythm"]), + ("cousre", &["course"]), + ("unbelieveble", &["unbelievable"]), + ("defautling", &["defaulting"]), + ("disablity", &["disability"]), + ("architecure", &["architecture"]), + ("inpolite", &["impolite"]), + ("seflishness", &["selfishness"]), + ("opeators", &["operators"]), + ("bahavior", &["behavior"]), + ("preprocesing", &["preprocessing"]), + ("vietnamesse", &["vietnamese"]), + ("surroundigs", &["surrounds"]), + ("calrkson", &["clarkson"]), + ("accredidation", &["accreditation"]), + ("comeputer", &["computer"]), + ("exchnging", &["exchanging"]), + ("compay", &["company"]), + ("tempraal", &["temporal"]), + ("clory", &["glory"]), + ("missconfigured", &["misconfigured"]), + ("negoziable", &["negotiable"]), + ("exite", &["exit", "excite", "exits"]), + ("maybellibe", &["maybelline"]), + ("socripts", &["scripts"]), + ("garuntee", &["guarantee"]), + ("envryption", &["encryption"]), + ("loockup", &["lockup", "lookup"]), + ("coallesse", &["coalesce"]), + ("funcstion", &["function", "functions"]), + ("arbitrers", &["arbiters", "arbitrators"]), + ("passvies", &["passives"]), + ("tranzitions", &["transitions"]), + ("chronoligical", &["chronological"]), + ("magasine", &["magazine"]), + ("signular", &["singular"]), + ("duaghters", &["daughters"]), + ("proffesion", &["profession"]), + ("transistion", &["transition"]), + ("enchancments", &["enchantments"]), + ("vegetarin", &["vegetarians"]), + ("custons", &["customs"]), + ("objectivety", &["objectivity"]), + ("raotates", &["rotates"]), + ("brakeout", &["breakout"]), + ("tempray", &["temporary"]), + ("deatils", &["details"]), + ("exchanaging", &["exchanging"]), + ("emmitter", &["emitter"]), + ("hydraluic", &["hydraulic"]), + ("dangeroulsy", &["dangerously"]), + ("poitive", &["positive"]), + ("considerabile", &["considerable"]), + ("knowledgible", &["knowledgable"]), + ("wallpappers", &["wallpapers"]), + ("persuits", &["pursuits"]), + ("sintak", &["syntax"]), + ("mport", &["import"]), + ("cocktrice", &["cockatrice"]), + ("actitivies", &["activities"]), + ("fasicst", &["fascist"]), + ("labarotory", &["laboratory"]), + ("formatin", &["formation"]), + ("attemtpts", &["attempts"]), + ("deambiguage", &["disambiguate"]), + ("descuss", &["discuss"]), + ("varaiance", &["variance"]), + ("revoluiton", &["revolutions", "revolution"]), + ("exculsively", &["exclusively"]), + ("newsettler", &["newsletter"]), + ("parititiones", &["partitions"]), + ("informable", &["informal"]), + ("tabels", &["tables"]), + ("senintels", &["sentinels"]), + ("eachs", &["each"]), + ("electorial", &["electoral"]), + ("classe", &["class", "classes"]), + ("unsolicitied", &["unsolicited"]), + ("ontrolled", &["controlled"]), + ("exsistence", &["existence"]), + ("emtpies", &["empties"]), + ("experimetned", &["experimented"]), + ("millionairs", &["millionaires"]), + ("varously", &["variously"]), + ("intercation", &["integration", "interaction"]), + ("procedre", &["procedure"]), + ("enoght", &["enough"]), + ("sensationalsim", &["sensationalism"]), + ("progressisme", &["progresses"]), + ("prostitutin", &["prostitution"]), + ("agnostisicm", &["agnosticism"]), + ("cahcing", &["caching"]), + ("grandising", &["aggrandising"]), + ("suspened", &["suspend"]), + ("businessa", &["businessman"]), + ("complictaed", &["complicate"]), + ("consiered", &["considered"]), + ("ciritcals", &["criticals"]), + ("renegotiotators", &["renegotiators"]), + ("operatin", &["operating", "operation"]), + ("syncronizer", &["synchronizer"]), + ("uneccesary", &["unnecessary"]), + ("protestina", &["protestant"]), + ("protecte", &["protective", "protected", "protect"]), + ("charocal", &["charcoal"]), + ("contexual", &["contextual"]), + ("conseguence", &["consequence"]), + ("recongizable", &["recognizable"]), + ("consequentely", &["consequently"]), + ("curser", &["cursor"]), + ("referecne", &["reference"]), + ("evyrthing", &["everything"]), + ("tortillita", &["tortilla"]), + ("stationnary", &["stationary"]), + ("photograpphed", &["photographed"]), + ("coprorate", &["corporate"]), + ("priemere", &["premiere"]), + ("backrgound", &["backgrounds", "background"]), + ("wendesday", &["wednesday"]), + ("cloumns", &["columns"]), + ("decsending", &["descending"]), + ("devleopper", &["developer"]), + ("bcak", &["back"]), + ("draview", &["drawview"]), + ("sucseptible", &["susceptible"]), + ("undeflows", &["underflows"]), + ("inplicit", &["implicit"]), + ("larinx", &["larynx"]), + ("comtemporary", &["contemporary"]), + ("delimitors", &["delimiters"]), + ("festivas", &["festivals"]), + ("deconstracted", &["deconstructed"]), + ("neglicence", &["negligence"]), + ("levellign", &["levelling"]), + ("destinction", &["destination"]), + ("emmisarries", &["emissaries"]), + ("specialazation", &["specialization"]), + ("poing", &["point"]), + ("implmenetaion", &["implementation"]), + ("suppost", &["supports", "support", "suppose"]), + ("giltched", &["glitched"]), + ("dogfather", &["godfather"]), + ("sucessefully", &["successfully"]), + ("speficillally", &["specifically"]), + ("conrrespondences", &["correspondences"]), + ("emphesizes", &["emphasizes"]), + ("eminate", &["emanate"]), + ("catagorized", &["categorized"]), + ("abandond", &["abandoned"]), + ("collcetion", &["collections"]), + ("strangly", &["strangely", "strange", "strangle"]), + ("dsyphoria", &["dysphoria"]), + ("convencion", &["convention"]), + ("convers", &["converts", "converse", "convert"]), + ("syncronus", &["synchronous"]), + ("sripts", &["scripts"]), + ("autonegoziations", &["autonegotiations"]), + ("disitributions", &["distributions"]), + ("travles", &["travels"]), + ("accesiibility", &["accessibility"]), + ("hierarhical", &["hierarchical"]), + ("origianls", &["originals"]), + ("electroal", &["electoral"]), + ("recoginizer", &["recognizer"]), + ("fromm", &["from"]), + ("spruious", &["spurious"]), + ("organziational", &["organizational"]), + ("assignanle", &["assignable"]), + ("reconcilled", &["reconcile"]), + ("parademics", &["paramedics"]), + ("overclicking", &["overclocking"]), + ("variabes", &["variables"]), + ("classfication", &["classification"]), + ("giltches", &["glitches"]), + ("heusitic", &["heuristic"]), + ("fantasitcally", &["fantastically"]), + ("labyrnith", &["labyrinth"]), + ("reptuation", &["reputation"]), + ("courthourse", &["courthouse"]), + ("catgorically", &["categorically"]), + ("cannabilysed", &["cannibalised"]), + ("rectange", &["rectangle"]), + ("diaganol", &["diagonal"]), + ("optimzing", &["optimizing"]), + ("barbaris", &["barbarians"]), + ("chechk", &["check"]), + ("deprectats", &["deprecates"]), + ("songles", &["singles", "dongles"]), + ("arrangaelbe", &["arrangeable"]), + ("assiociates", &["associates"]), + ("sketpical", &["skeptical"]), + ("sqaudron", &["squadron"]), + ("restaurantes", &["restaurants"]), + ("uncoment", &["uncomment"]), + ("asychronized", &["asynchronized"]), + ("paragrahs", &["paragraphs"]), + ("attrirbuted", &["attributed"]), + ("attackerasu", &["attackers"]), + ("triggerd", &["triggered"]), + ("avgerage", &["average"]), + ("departmnet", &["departments"]), + ("deposites", &["deposits"]), + ("lecutres", &["lectures"]), + ("persuassion", &["persuasion"]), + ("decoratie", &["decorative"]), + ("insetad", &["instead"]), + ("croppped", &["cropped"]), + ("undercling", &["underlying"]), + ("referenct", &["referenced"]), + ("imperialsim", &["imperialism"]), + ("intallation", &["installation"]), + ("channes", &["channels", "chances", "changes"]), + ("transiton", &["transition"]), + ("estimacion", &["estimation"]), + ("chizzelles", &["chisels"]), + ("saxaphone", &["saxophone"]), + ("percenage", &["percentage"]), + ("predicitng", &["predicting"]), + ("tuseday", &["tuesday"]), + ("keyoutch", &["keytouch"]), + ("intruige", &["intrigue"]), + ("thck", &["thick"]), + ("archivel", &["archival"]), + ("copytights", &["copyrights"]), + ("keychian", &["keychain"]), + ("algorhtmic", &["algorithmic"]), + ("logoic", &["logic"]), + ("professionials", &["professionalism"]), + ("coukd", &["could"]), + ("aqcuisition", &["acquisition"]), + ("configuratioon", &["configuration"]), + ("backgrouds", &["backgrounds"]), + ("undesrtand", &["understands"]), + ("practives", &["practise"]), + ("propserous", &["prosperous"]), + ("documentstion", &["documentation"]), + ("solification", &["solidification"]), + ("experimaneters", &["experimenters"]), + ("sacrastic", &["sarcastic"]), + ("witn", &["with"]), + ("revolutoinary", &["revolutionary"]), + ("coorination", &["coordination"]), + ("fraudalent", &["fraudulent"]), + ("cerimony", &["ceremony"]), + ("intital", &["initial"]), + ("traiing", &["trailing", "training"]), + ("althoguh", &["although"]), + ("algorritms", &["algorithms"]), + ("opportunistly", &["opportunistically"]), + ("addopt", &["adopt"]), + ("cicruits", &["circuits"]), + ("autherize", &["authorize"]), + ("classifides", &["classified"]), + ("thumnail", &["thumbnail"]), + ("inabling", &["enabling"]), + ("depencency", &["dependency"]), + ("movememnts", &["movements"]), + ("tempraaily", &["temporarily"]), + ("technoloiges", &["technologies"]), + ("procoessing", &["processing"]), + ("suplementary", &["supplementary"]), + ("modifations", &["modifications"]), + ("unilatreally", &["unilaterally"]), + ("miscommunciation", &["miscommunication"]), + ("dissimlarlity", &["dissimilarity"]), + ("lithuana", &["lithuania"]), + ("parnterships", &["partnerships"]), + ("finalle", &["finale", "finally"]), + ("develpoments", &["developments"]), + ("specificiation", &["specification"]), + ("popuplated", &["populated"]), + ("appearantly", &["apparently"]), + ("coninuity", &["continuity"]), + ("autonegotion", &["autonegotiation"]), + ("shephed", &["shepherd"]), + ("thoses", &["those"]), + ("degraged", &["degrade"]), + ("pakvage", &["package"]), + ("aesthatics", &["aesthetics"]), + ("proccess", &["process"]), + ("porportionally", &["proportionally"]), + ("regocnition", &["recognition"]), + ("churchers", &["churches"]), + ("dpubles", &["doubles"]), + ("commontly", &["commonly"]), + ("rademptions", &["redemptions"]), + ("discoraged", &["discouraged"]), + ("follwoinwg", &["following"]), + ("beglium", &["belgium"]), + ("lubircant", &["lubricant"]), + ("phychological", &["psychological"]), + ("proletariaat", &["proletariat"]), + ("avriable", &["variable"]), + ("negotiotation", &["negotiation"]), + ("intelligente", &["intelligence"]), + ("dcumenting", &["documenting"]), + ("subexperssion", &["subexpression"]), + ("inacurate", &["inaccurate"]), + ("feminimity", &["femininity"]), + ("repoen", &["reopen"]), + ("comparte", &["compare"]), + ("uncatalogued", &["uncataloged"]), + ("infreqeuntcy", &["infrequency"]), + ("thoghts", &["thoughts"]), + ("fascinatie", &["fascinated"]), + ("promissed", &["promised"]), + ("delevopp", &["develop"]), + ("kighboshing", &["kiboshing"]), + ("preorderes", &["preorders"]), + ("suttle", &["subtle", "shuttle"]), + ("platofrm", &["platform"]), + ("autocmplete", &["autocomplete"]), + ("unbouinded", &["unbounded"]), + ("dentifies", &["identifies"]), + ("architecturs", &["architectures"]), + ("homogeneized", &["homogenized"]), + ("disapperead", &["disappeared"]), + ("operaror", &["operator"]), + ("anthor", &["another"]), + ("elgible", &["eligible"]), + ("unannomously", &["unanimously"]), + ("bruisend", &["bruised"]), + ("unsubscirption", &["unsubscription"]), + ("investiagtions", &["investigations"]), + ("recangle", &["rectangle"]), + ("chisiles", &["chisels"]), + ("custonisation", &["customisation"]), + ("chace", &["cache", "chance"]), + ("paltinum", &["platinum"]), + ("disapats", &["dissipates"]), + ("investagators", &["investigators"]), + ("perpetuties", &["perpetuates"]), + ("marginaali", &["marginal"]), + ("arbitrily", &["arbitrarily"]), + ("considerato", &["consideration"]), + ("indivudals", &["individuals"]), + ("overwhlemingly", &["overwhelmingly"]), + ("corproations", &["corporations"]), + ("hhttp", &["http"]), + ("artifiact", &["artifact"]), + ("internatinalism", &["internationalism"]), + ("intergrating", &["integrating"]), + ("throttes", &["throttles", "trots"]), + ("developpers", &["developers"]), + ("remiander", &["remainder", "reminder"]), + ("consquent", &["consequent"]), + ("cleanes", &["cleanse"]), + ("rasies", &["raises"]), + ("hietus", &["hiatus"]), + ("developoment", &["development"]), + ("authetntication", &["authentication"]), + ("silouete", &["silhouette"]), + ("tyrranies", &["tyrannies"]), + ("transvormed", &["transformed"]), + ("destroyd", &["destroyed", "destroys"]), + ("complimenty", &["complimentary"]), + ("occured", &["occurred"]), + ("compolation", &["compilation"]), + ("vegeratian", &["vegetarians"]), + ("signifficant", &["significant"]), + ("guidlines", &["guidelines"]), + ("archve", &["archive"]), + ("monumentul", &["monumental"]), + ("indiquate", &["indicate"]), + ("fermantation", &["fermentation"]), + ("bubbels", &["bubbles"]), + ("procucer", &["procurer", "producer"]), + ("hysteriska", &["hysteria"]), + ("alha", &["alpha"]), + ("amealearates", &["ameliorates"]), + ("conceptuel", &["conceptual"]), + ("disconnets", &["disconnects"]), + ("byt", &["byte"]), + ("indistinguishible", &["indistinguishable"]), + ("definatetly", &["definitely"]), + ("critising", &["criticising"]), + ("microscoop", &["microscope"]), + ("exhautivity", &["exhaustivity"]), + ("grometry", &["geometry"]), + ("democraticlly", &["democratically"]), + ("downvotres", &["downvoters"]), + ("clocksourc", &["clocksource"]), + ("instlalation", &["installation"]), + ("copengahen", &["copenhagen"]), + ("swithches", &["switches"]), + ("metaphsyical", &["metaphysical"]), + ("intereact", &["interact"]), + ("cutsom", &["custom"]), + ("epty", &["empty"]), + ("paramedis", &["paramedics"]), + ("dericteries", &["directories"]), + ("propsed", &["proposed"]), + ("hospitaly", &["hospitality"]), + ("possesing", &["possessing"]), + ("intoxicacion", &["intoxication"]), + ("hallowean", &["halloween"]), + ("envoking", &["invoking", "evoking"]), + ("troosos", &["trousseaus", "trousseaux"]), + ("recreatie", &["recreate"]), + ("paymetn", &["payment"]), + ("dynamincs", &["dynamics"]), + ("decensitized", &["desensitized"]), + ("mediterraean", &["mediterranean"]), + ("bounads", &["bounds"]), + ("flexibele", &["flexible"]), + ("individules", &["individuals"]), + ("schizophernia", &["schizophrenia"]), + ("exploint", &["exploit"]), + ("firendlies", &["friendlies"]), + ("compilter", &["compiler"]), + ("initalized", &["initialized"]), + ("chanages", &["changes"]), + ("shletered", &["sheltered"]), + ("philosphies", &["philosophies"]), + ("condmening", &["condemning"]), + ("incompatatble", &["incompatible"]), + ("aqcuaintance", &["acquaintance"]), + ("gymnists", &["gymnasts"]), + ("planetas", &["planets"]), + ("annuled", &["annulled"]), + ("impresssion", &["impressions"]), + ("emough", &["enough"]), + ("taget", &["target"]), + ("abiove", &["above"]), + ("multinationella", &["multinational"]), + ("signifcant", &["significant"]), + ("selectons", &["selections"]), + ("braodcasting", &["broadcasting"]), + ("precice", &["precise"]), + ("castleos", &["castles"]), + ("bulletpoof", &["bulletproof"]), + ("coloardo", &["colorado"]), + ("montnana", &["montana"]), + ("executioneer", &["executioner"]), + ("intencional", &["intentional"]), + ("upgrated", &["upgraded"]), + ("mucuous", &["mucous"]), + ("statu", &["status"]), + ("gorwing", &["growing"]), + ("keywork", &["keyword"]), + ("ceremoniis", &["ceremonies"]), + ("inovker", &["invoker"]), + ("excersice", &["exercise"]), + ("executtion", &["execution"]), + ("visuallization", &["visualization"]), + ("suffiency", &["sufficiency"]), + ("advanatages", &["advantages"]), + ("cylnder", &["cylinder"]), + ("experimetenting", &["experimenting"]), + ("substitures", &["substitutes"]), + ("objectiviser", &["objectives"]), + ("retreival", &["retrieval"]), + ("descrices", &["describes"]), + ("neveloping", &["enveloping"]), + ("wll", &["will"]), + ("opartor", &["operator"]), + ("selctables", &["selectables", "selectable"]), + ("compleet", &["complete"]), + ("polical", &["political"]), + ("styrofaom", &["styrofoam"]), + ("chizelled", &["chiselled"]), + ("mtuually", &["mutually"]), + ("minimses", &["minimises"]), + ("coordintaes", &["coordinates"]), + ("permisison", &["permissions", "permission"]), + ("rickoshaying", &["ricocheting"]), + ("disagremeent", &["disagreements"]), + ("peristent", &["persistent"]), + ("trancations", &["truncations"]), + ("conseutive", &["consecutive"]), + ("taligating", &["tailgating"]), + ("suggestied", &["suggestive"]), + ("opyion", &["option"]), + ("postiional", &["positional"]), + ("contiuning", &["containing"]), + ("udater", &["updater", "dater"]), + ("strore", &["store"]), + ("implemting", &["implementing"]), + ("whatseover", &["whatsoever"]), + ("teahers", &["teachers"]), + ("dissasemble", &["disassemble"]), + ("terroristes", &["terrorists"]), + ("periodicaly", &["periodically"]), + ("deterimine", &["determine"]), + ("sometihng", &["something"]), + ("satifsy", &["satisfy"]), + ("espianoge", &["espionage"]), + ("interepret", &["interpret"]), + ("alignmnent", &["alignment"]), + ("mabe", &["maybe"]), + ("narcissts", &["narcissist"]), + ("chocloate", &["chocolate"]), + ("distingquished", &["distinguished"]), + ("australiams", &["australians"]), + ("youy", &["you"]), + ("characterisics", &["characteristics"]), + ("umarked", &["unmarked"]), + ("governemnt", &["government"]), + ("dowload", &["download"]), + ("distingused", &["distinguished"]), + ("coalcence", &["coalescence"]), + ("sarcasitcally", &["sarcastically"]), + ("multidimension", &["multidimensional"]), + ("remenicent", &["reminiscent"]), + ("sepparations", &["separations"]), + ("builings", &["buildings"]), + ("bloking", &["blocking"]), + ("conents", &["contents"]), + ("speficialleirs", &["specifiers"]), + ("popullated", &["populated"]), + ("reguires", &["requires"]), + ("releted", &["deleted", "related"]), + ("thouch", &["touch"]), + ("underminding", &["undermining"]), + ("maeaningless", &["meaningless"]), + ("rehersals", &["rehearsals"]), + ("commisssion", &["commissions"]), + ("comnpress", &["compress"]), + ("horrendeous", &["horrendous"]), + ("negitiating", &["negotiating"]), + ("particalarly", &["particularly"]), + ("assymtotes", &["asymptotes"]), + ("presciusly", &["preciously"]), + ("direcdories", &["directories"]), + ("powerhosue", &["powerhouse"]), + ("spontaneouly", &["spontaneously"]), + ("astethics", &["aesthetics"]), + ("inheirt", &["inherit"]), + ("emition", &["emission", "emotion"]), + ("metapackges", &["metapackages"]), + ("missmatching", &["mismatching"]), + ("expermienters", &["experimenters"]), + ("diveristy", &["diversity"]), + ("intquire", &["inquire"]), + ("globaly", &["globally"]), + ("simultaneusly", &["simultaneously"]), + ("yosemitie", &["yosemite"]), + ("correnspondences", &["correspondences"]), + ("unrelaible", &["unreliable"]), + ("shystemwindow", &["systemwindow"]), + ("popuplates", &["populates"]), + ("cessationalist", &["sensationalist"]), + ("exlcude", &["exclude"]), + ("anwsering", &["answering"]), + ("entrepeuner", &["entrepreneur"]), + ("demonstartions", &["demonstrations"]), + ("allredy", &["already"]), + ("jailborken", &["jailbroken"]), + ("rechable", &["reachable"]), + ("tmis", &["this"]), + ("diea", &["idea", "die"]), + ("connectin", &["connecting", "connection"]), + ("bufffers", &["buffers"]), + ("pionter", &["pointer"]), + ("temrinal", &["terminal"]), + ("bundels", &["bundles"]), + ("authetnicator", &["authenticator"]), + ("adivse", &["advise"]), + ("differnt", &["different"]), + ("glitchey", &["glitchy"]), + ("fufills", &["fulfills"]), + ("scnadinavia", &["scandinavia"]), + ("exlicit", &["explicit"]), + ("inutitive", &["intuitive"]), + ("policie", &["policies", "policy", "police"]), + ("cardboad", &["cardboard"]), + ("orginx", &["originx"]), + ("consiquently", &["consequently"]), + ("laout", &["layout"]), + ("propersity", &["propensity"]), + ("establsihed", &["established"]), + ("spearator", &["separator"]), + ("unathorised", &["unauthorised"]), + ("respecively", &["respectively"]), + ("ubiqutious", &["ubiquitous"]), + ("sigificant", &["significant"]), + ("availabality", &["availability"]), + ("frecuently", &["frequently"]), + ("forwads", &["forwards"]), + ("baged", &["badge", "bagged"]), + ("serializeable", &["serializable"]), + ("cercumstancial", &["circumstantial"]), + ("dictionaires", &["dictionaries"]), + ("accelorating", &["accelerating"]), + ("properity", &["property", "proprietary"]), + ("juveline", &["juvenile"]), + ("schudule", &["schedule"]), + ("beautyfied", &["beautified"]), + ("misundertsanding", &["misunderstandings"]), + ("multible", &["multiple"]), + ("therapudic", &["therapeutic"]), + ("fitlering", &["filtering"]), + ("cambodican", &["cambodia"]), + ("aleviate", &["alleviate"]), + ("coexhist", &["coexist"]), + ("exempel", &["example"]), + ("meetign", &["meeting"]), + ("passionant", &["passionate"]), + ("indistuingishable", &["indistinguishable"]), + ("outbut", &["output"]), + ("warrn", &["warn"]), + ("kimerrical", &["chimerical"]), + ("ampty", &["empty"]), + ("rivised", &["revised"]), + ("nutriens", &["nutrients"]), + ("ultimatley", &["ultimately"]), + ("totalitarion", &["totalitarian"]), + ("aquaruim", &["aquarium"]), + ("ciruclar", &["circular"]), + ("scroipt", &["script"]), + ("miracurously", &["miraculous"]), + ("delevopers", &["developers"]), + ("avialability", &["availability"]), + ("probles", &["probes", "problems"]), + ("oppositition", &["opposition"]), + ("amalagmation", &["amalgamation"]), + ("exceutor", &["executor"]), + ("sattelit", &["satellite"]), + ("littelfinger", &["littlefinger"]), + ("allocaites", &["allocates"]), + ("templats", &["templates"]), + ("marshmallowness", &["marshmallows"]), + ("incure", &["incur"]), + ("killins", &["killings"]), + ("diffference", &["difference"]), + ("bording", &["boarding"]), + ("neighrour", &["neighbour"]), + ("defnitely", &["definitely"]), + ("documeneting", &["documenting"]), + ("routeros", &["routers"]), + ("glpyhs", &["glyphs"]), + ("transpararent", &["transparent"]), + ("repeatedy", &["repeatedly"]), + ("preffered", &["preferred"]), + ("teliportation", &["teleportation"]), + ("quailfy", &["qualify"]), + ("ofice", &["office"]), + ("addds", &["adds"]), + ("configre", &["configure"]), + ("succedes", &["succeeds"]), + ("publishrs", &["publishers"]), + ("comparioss", &["comparisons"]), + ("peaple", &["people"]), + ("semding", &["sending"]), + ("execise", &["excise", "exercise"]), + ("scandinavion", &["scandinavian"]), + ("branckes", &["branches"]), + ("unbeliveably", &["unbelievably"]), + ("protecton", &["protection"]), + ("lightenning", &["lightening"]), + ("excution", &["execution"]), + ("vritualize", &["virtualize"]), + ("melancoly", &["melancholy"]), + ("renegotication", &["renegotiation"]), + ("internatinal", &["international"]), + ("predickted", &["predicated"]), + ("executues", &["executes"]), + ("spurios", &["spurious"]), + ("arbiitrarily", &["arbitrarily"]), + ("defned", &["defend", "defined"]), + ("bangkock", &["bangkok"]), + ("reaquire", &["reacquire", "require"]), + ("oppertunist", &["opportunist"]), + ("situtation", &["situation"]), + ("construktor", &["constructor"]), + ("extreams", &["extremes"]), + ("expeirimentelly", &["experimentally"]), + ("battary", &["battery"]), + ("anachrist", &["anarchist"]), + ("extesions", &["extensions"]), + ("warpper", &["warper", "wrapper"]), + ("satsifying", &["satisfying"]), + ("inplications", &["implications"]), + ("generacional", &["generational"]), + ("authetnticates", &["authenticates"]), + ("inevitablly", &["inevitably"]), + ("dimemsions", &["dimensions"]), + ("decoser", &["decoder"]), + ("strucrured", &["structured"]), + ("insalling", &["installing"]), + ("projct", &["project"]), + ("yoou", &["you"]), + ("progessor", &["progressor"]), + ("trasncript", &["transcript"]), + ("termniates", &["terminates"]), + ("massachustts", &["massachusetts"]), + ("flawlessley", &["flawlessly"]), + ("uncetainty", &["uncertainty"]), + ("verifyied", &["verified"]), + ("disadvantge", &["disadvantage"]), + ("homogenenous", &["homogeneous"]), + ("indendation", &["indentation"]), + ("comitment", &["commitment"]), + ("practcies", &["practices"]), + ("decaffinated", &["decaffeinated"]), + ("elamentry", &["elementary"]), + ("scinece", &["science"]), + ("desingns", &["designs"]), + ("boraden", &["broaden"]), + ("reccomendations", &["recommendations"]), + ("manipualting", &["manipulating"]), + ("attrirbution", &["attribution"]), + ("superficiel", &["superficial"]), + ("informatice", &["informative"]), + ("eextracting", &["extracting"]), + ("constraits", &["constraints"]), + ("freqquencies", &["frequencies"]), + ("yhat", &["that"]), + ("seqential", &["sequential"]), + ("rubarb", &["rhubarb"]), + ("shll", &["shell"]), + ("expiriences", &["experiences"]), + ("sabatage", &["sabotage"]), + ("adequitely", &["adequately"]), + ("modfifiers", &["modifiers"]), + ("enhacing", &["enhancing"]), + ("congregacion", &["congregation"]), + ("formaths", &["formats"]), + ("exspected", &["expected"]), + ("ethicallly", &["ethically"]), + ("propietry", &["proprietary"]), + ("netwroks", &["networks"]), + ("filess", &["files"]), + ("relesaes", &["releases"]), + ("emproving", &["improving"]), + ("calucalting", &["calculating"]), + ("extrems", &["extremes", "extrema"]), + ("overzelusly", &["overzealously"]), + ("vulberability", &["vulnerability"]), + ("sasy", &["says", "sassy"]), + ("professionaly", &["professionally"]), + ("misandrony", &["misandry"]), + ("thumbmails", &["thumbnails"]), + ("subshystems", &["subsystems"]), + ("sepearable", &["separable"]), + ("settig", &["setting"]), + ("destuctor", &["destructor"]), + ("priestood", &["priesthood"]), + ("nocontinuable", &["noncontinuable"]), + ("dedidate", &["dedicate"]), + ("acknowlede", &["acknowledge"]), + ("iterration", &["iteration"]), + ("segregatie", &["segregated"]), + ("suasages", &["sausages"]), + ("recovation", &["revocation"]), + ("frightenend", &["frightened"]), + ("gauranteeing", &["guaranteeing"]), + ("africas", &["africans"]), + ("sortrage", &["storage", "shortage"]), + ("subsittute", &["substitutes"]), + ("iniection", &["injection"]), + ("coordingly", &["accordingly"]), + ("relfective", &["reflective"]), + ("correllate", &["correlate"]), + ("goosegumps", &["goosebumps"]), + ("napommes", &["napalms"]), + ("novermber", &["november"]), + ("transvorm", &["transform"]), + ("stetement", &["statement"]), + ("retreieved", &["retrieved"]), + ("dealine", &["deadline"]), + ("defint", &["definite", "define"]), + ("shouldes", &["shoulders"]), + ("priave", &["private"]), + ("enviromnents", &["environments"]), + ("reconcille", &["reconcile"]), + ("golbins", &["goblins"]), + ("sistemics", &["systemics"]), + ("prostetution", &["prostitution"]), + ("relegato", &["relegation"]), + ("vampiers", &["vampires"]), + ("racthet", &["ratchet"]), + ("withdrawning", &["withdrawing"]), + ("serveced", &["serviced"]), + ("satisfactorally", &["satisfactory", "satisfactorily"]), + ("compearing", &["comparing"]), + ("devritualization", &["devirtualization"]), + ("expresing", &["expressing"]), + ("patriotics", &["patriotism"]), + ("trampolene", &["trampoline"]), + ("proverai", &["proverbial"]), + ("derivativ", &["derivative"]), + ("revelent", &["relevant"]), + ("voluntarly", &["voluntary"]), + ("professionalisim", &["professionalism"]), + ("spontainously", &["spontaneously"]), + ("guarteed", &["guaranteed"]), + ("suppresing", &["suppressing"]), + ("dezinens", &["denizens"]), + ("truamatic", &["traumatic"]), + ("certficiates", &["certificates"]), + ("misunderstadning", &["misunderstandings"]), + ("compolsory", &["compulsory"]), + ("follwows", &["follows"]), + ("restors", &["restores"]), + ("speficieis", &["specifies"]), + ("corrrections", &["corrections"]), + ("singulairty", &["singularity"]), + ("applicaion", &["application"]), + ("frientzoned", &["friendzoned"]), + ("destraction", &["destruction"]), + ("subscirbing", &["subscribing"]), + ("pessimistisch", &["pessimistic"]), + ("actiavted", &["activated"]), + ("recrusive", &["recursive"]), + ("coalleces", &["coalesces"]), + ("acsended", &["ascended"]), + ("charactiristic", &["characteristic"]), + ("parenthese", &["parentheses"]), + ("incorrecty", &["incorrectly"]), + ("instanes", &["instances"]), + ("prostituer", &["prostitute"]), + ("ontext", &["context"]), + ("expeirimented", &["experimented"]), + ("avaluating", &["evaluating"]), + ("cancele", &["cancel", "cancels"]), + ("posthomous", &["posthumous"]), + ("mindcarck", &["mindcrack"]), + ("dumplicating", &["duplicating"]), + ("oscilate", &["oscillate"]), + ("unrepentent", &["unrepentant"]), + ("collaps", &["collapse"]), + ("disapearing", &["disappearing"]), + ("mezmorises", &["mesmerises"]), + ("sqaurely", &["squarely"]), + ("gernerally", &["generally"]), + ("cetting", &["setting"]), + ("implemententation", &["implementation"]), + ("enviromentalist", &["environmentalist"]), + ("accouting", &["accounting"]), + ("rearrangtements", &["rearrangements"]), + ("collater", &["collator"]), + ("introdecks", &["introduces"]), + ("scneario", &["scenario"]), + ("compinsating", &["compensating"]), + ("diffrerence", &["difference"]), + ("quations", &["equations"]), + ("braodband", &["broadband"]), + ("telegrapgh", &["telegraph"]), + ("coexhistence", &["coexistence"]), + ("missclassify", &["misclassify"]), + ("perfured", &["preferred"]), + ("smealting", &["smelting"]), + ("libertarien", &["libertarian"]), + ("perposterous", &["preposterous"]), + ("manufactureres", &["manufacturers"]), + ("dissobediance", &["disobedience"]), + ("anfd", &["and"]), + ("rovided", &["provided"]), + ("balacing", &["balancing"]), + ("indiffernt", &["indifferent"]), + ("westminser", &["westminster"]), + ("repuslive", &["repulsive"]), + ("souch", &["pouch", "sough", "such", "touch"]), + ("teminating", &["terminating"]), + ("disalbed", &["disabled"]), + ("soovinears", &["souvenirs"]), + ("porvide", &["provide"]), + ("scollable", &["scrollable"]), + ("substences", &["substances"]), + ("obhectifying", &["objectifying"]), + ("produse", &["produces", "produce"]), + ("tourisim", &["tourism"]), + ("loacally", &["locally"]), + ("insentive", &["incentive", "insensitive"]), + ("unusualy", &["unusually"]), + ("privilegs", &["privileges"]), + ("incrementers", &["increments"]), + ("unsucesssful", &["unsuccessful"]), + ("expositivo", &["exposition"]), + ("caffinee", &["caffeine"]), + ("agricutlure", &["agriculture"]), + ("submittion", &["submitting"]), + ("alocated", &["allocated"]), + ("remenissed", &["reminisced"]), + ("translyvania", &["transylvania"]), + ("istening", &["listening"]), + ("experimetelly", &["experimentally"]), + ("stragetically", &["strategically"]), + ("applicationb", &["application"]), + ("reasy", &["ready", "easy"]), + ("protlet", &["portlet"]), + ("hourgalss", &["hourglass"]), + ("bluebrints", &["blueprints"]), + ("termostat", &["thermostat"]), + ("coment", &["comment"]), + ("ovverride", &["override"]), + ("destruktor", &["destructor"]), + ("fiedl", &["field"]), + ("conveniece", &["convenience"]), + ("lanuchers", &["launchers"]), + ("cuurently", &["currently"]), + ("dafaults", &["defaults"]), + ("criticms", &["critics"]), + ("resuilts", &["results"]), + ("follwwind", &["following"]), + ("gam", &["game"]), + ("allegedy", &["allegedly"]), + ("unselectabe", &["unselectable"]), + ("listent", &["listen"]), + ("innosense", &["innocence"]), + ("mehod", &["method"]), + ("execuatable", &["executable"]), + ("triggeres", &["triggers"]), + ("professionnalism", &["professionalism"]), + ("reasoable", &["reasonable"]), + ("rountines", &["routines"]), + ("approuving", &["approving"]), + ("responnsibilty", &["responsibility"]), + ("transpoder", &["transported"]), + ("argumements", &["arguments"]), + ("alreasy", &["already"]), + ("generalizare", &["generalize"]), + ("bodybuildig", &["bodybuilding"]), + ("venezuelian", &["venezuela"]), + ("engeneers", &["engineers"]), + ("indavertently", &["inadvertently"]), + ("glithced", &["glitched"]), + ("rekursed", &["recursed"]), + ("susceding", &["seceding", "succeeding"]), + ("transparanies", &["transparencies"]), + ("unforseen", &["unforeseen"]), + ("reuplaoder", &["reuploader"]), + ("bookmakr", &["bookmark"]), + ("oberflowing", &["overflowing"]), + ("producable", &["producible"]), + ("drinkes", &["drinkers"]), + ("refeshing", &["refreshing"]), + ("peference", &["preference"]), + ("appaer", &["appear"]), + ("udpate", &["update"]), + ("unkown", &["unknown"]), + ("sensetional", &["sensational"]), + ("inremental", &["incremental"]), + ("decodded", &["decoded"]), + ("vulnerabuillity", &["vulnerability"]), + ("commetn", &["comment"]), + ("ingrediants", &["ingredients"]), + ("symbolisch", &["symbolic"]), + ("insufficant", &["insufficient"]), + ("falsly", &["falsely"]), + ("paremetric", &["parametric"]), + ("asnychronoue", &["asynchronous"]), + ("maraduer", &["marauder"]), + ("reflets", &["reflects"]), + ("hyrdation", &["hydration"]), + ("collaborant", &["collaborate"]), + ("executuble", &["executable"]), + ("admi", &["admin"]), + ("movesped", &["movespeed"]), + ("collaspes", &["collapses"]), + ("dissassociating", &["disassociating"]), + ("fustrated", &["frustrated"]), + ("caclucate", &["calculate"]), + ("adresses", &["addresses"]), + ("angshiuos", &["anxious"]), + ("descripton", &["description"]), + ("itterated", &["iterated"]), + ("strenth", &["strength"]), + ("desepears", &["disappears"]), + ("badnits", &["bandits"]), + ("checboxes", &["checkboxes"]), + ("propegate", &["propagate"]), + ("algorithsmic", &["algorithmic"]), + ("exculdes", &["excludes"]), + ("monolothic", &["monolithic"]), + ("indicatiors", &["indicators"]), + ("assignmens", &["assignments"]), + ("presistent", &["persistent"]), + ("civalesations", &["civilisations"]), + ("qaurterback", &["quarterback"]), + ("ofer", &["offer"]), + ("byets", &["bytes"]), + ("animartions", &["animations"]), + ("fedreally", &["federally"]), + ("sporious", &["spurious"]), + ("interactons", &["interacts"]), + ("destribute", &["distribute"]), + ("peroid", &["period"]), + ("requresting", &["requesting"]), + ("broser", &["browser"]), + ("stright", &["straight"]), + ("perosnality", &["personality"]), + ("lagacies", &["legacies"]), + ("apended", &["appended"]), + ("configuracion", &["configuration"]), + ("retirbution", &["retribution"]), + ("vibratao", &["vibrato"]), + ("demonation", &["denomination"]), + ("thre", &["three", "there", "their", "the"]), + ("filles", &["files", "fills", "filled"]), + ("otho", &["otoh"]), + ("organisier", &["organise"]), + ("conpensating", &["compensating"]), + ("commmits", &["commits"]), + ("terriory", &["territory"]), + ("resopnses", &["responses"]), + ("regulatons", &["regulations"]), + ("improoving", &["improving"]), + ("scientifcally", &["scientifically"]), + ("impementing", &["implementing"]), + ("paraeters", &["parameters"]), + ("tranzformer", &["transformer"]), + ("hyprocites", &["hypocrites"]), + ("intorducing", &["introducing"]), + ("chemisty", &["chemistry"]), + ("tessealted", &["tessellated"]), + ("dinsoaur", &["dinosaur"]), + ("dictarorship", &["dictatorship"]), + ("committi", &["committee"]), + ("consisntency", &["consistency"]), + ("vesions", &["versions"]), + ("milimeters", &["millimeters"]), + ("collission", &["collisions", "collision", "collusion"]), + ("maintaners", &["maintainers"]), + ("opjects", &["objects"]), + ("resoiurced", &["resourced"]), + ("accelarate", &["accelerate"]), + ("discontined", &["discontinued"]), + ("apsergers", &["aspergers"]), + ("docmunetation", &["documentation"]), + ("beseiging", &["besieging"]), + ("acendancey", &["ascendancy"]), + ("specialiced", &["specialized", "specialised"]), + ("perjorative", &["pejorative"]), + ("trickyer", &["trickery"]), + ("desided", &["decided"]), + ("singpaore", &["singapore"]), + ("interviewie", &["interviewer"]), + ("bitnaps", &["bitmaps"]), + ("windo", &["window"]), + ("reknowned", &["renowned"]), + ("experimentelly", &["experimentally"]), + ("broncoes", &["broncos"]), + ("governmnet", &["government"]), + ("complted", &["completed"]), + ("deliberetly", &["deliberately"]), + ("inbbox", &["inbox"]), + ("toggels", &["toggles"]), + ("revelutions", &["revolutions"]), + ("endiens", &["endians", "indians"]), + ("forsekin", &["foreskin"]), + ("thorasic", &["thoracic"]), + ("compicated", &["complicated"]), + ("trainwrek", &["trainwreck"]), + ("innocenters", &["innocents"]), + ("cerification", &["verification", "certification"]), + ("retciever", &["receiver", "retriever"]), + ("speficieid", &["specified"]), + ("bitcoints", &["bitcoins"]), + ("astranomical", &["astronomical"]), + ("translucient", &["translucent"]), + ("hieghtened", &["heightened"]), + ("uncomited", &["uncommitted"]), + ("comunist", &["communist"]), + ("continguous", &["contiguous"]), + ("earch", &["search", "each"]), + ("overclockd", &["overclocked"]), + ("insluts", &["insults"]), + ("distingiushing", &["distinguishing"]), + ("omnsicient", &["omniscient"]), + ("attrubures", &["attributes"]), + ("explotacion", &["exploration"]), + ("chipers", &["ciphers", "chippers", "chimers"]), + ("nestalgia", &["nostalgia"]), + ("parasitter", &["parasite"]), + ("nationalitys", &["nationalist"]), + ("dleivery", &["delivery"]), + ("statefull", &["stateful"]), + ("conversacion", &["conversation"]), + ("unhealthly", &["unhealthy"]), + ("decisivie", &["decisive"]), + ("coexinstence", &["coexistence"]), + ("relaive", &["relative"]), + ("mesuring", &["measuring"]), + ("aplications", &["applications"]), + ("discrepencies", &["discrepancies"]), + ("commnuative", &["commutative"]), + ("allws", &["allows"]), + ("fourteeen", &["fourteen"]), + ("unconfortable", &["uncomfortable"]), + ("itterate", &["iterate"]), + ("summersalt", &["somersault"]), + ("electricty", &["electricity"]), + ("paralllels", &["parallels"]), + ("experesion", &["expression"]), + ("disrepectful", &["disrespectful"]), + ("sympathsizer", &["sympathizers"]), + ("tuscon", &["tucson"]), + ("platfom", &["platform"]), + ("nationalits", &["nationalist"]), + ("krudish", &["kurdish"]), + ("callint", &["calling"]), + ("multipyling", &["multiplying"]), + ("insersting", &["inserting"]), + ("addapting", &["adapting"]), + ("perpatrator", &["perpetrator"]), + ("cartrigde", &["cartridge"]), + ("alognment", &["alignment"]), + ("highighters", &["highlighters"]), + ("shoftware", &["software"]), + ("escate", &["escalate", "escape"]), + ("indicat", &["indicate"]), + ("overshaddow", &["overshadowed"]), + ("exclusivly", &["exclusively"]), + ("aford", &["afford"]), + ("encyclopeedia", &["encyclopedia"]), + ("definatrly", &["definitely"]), + ("oppinions", &["opinions"]), + ("somethinbg", &["somethings"]), + ("dabilitating", &["debilitating"]), + ("transseuxal", &["transsexual"]), + ("cannabolism", &["cannibalism"]), + ("expermimentel", &["experimental"]), + ("abstracing", &["abstracting"]), + ("trakcers", &["trackers"]), + ("evauluation", &["evaluation"]), + ("incompataibility", &["incompatibility"]), + ("htttp", &["http"]), + ("prgram", &["program"]), + ("excecutables", &["executables"]), + ("replacting", &["replacing", "replicating"]), + ("upagraded", &["upgraded"]), + ("cateogrically", &["categorically"]), + ("complitations", &["compilations", "complications"]), + ("circumstanial", &["circumstantial"]), + ("outweighes", &["outweighs"]), + ("libraly", &["library"]), + ("prepated", &["prepared"]), + ("thorougnly", &["thoroughly"]), + ("momemtarily", &["momentarily"]), + ("academcially", &["academically"]), + ("sepeartor", &["separator"]), + ("flciker", &["flicker"]), + ("contradicing", &["contradicting"]), + ("obsturction", &["obstruction"]), + ("experessed", &["expressed"]), + ("presntation", &["presentation"]), + ("renegatiotiating", &["renegotiating"]), + ("clasify", &["classify"]), + ("harranger", &["arranger", "haranguer"]), + ("dalta", &["delta"]), + ("prioritse", &["priorities"]), + ("lasgana", &["lasagna"]), + ("encaspulated", &["encapsulated"]), + ("exsiting", &["existing"]), + ("decompostition", &["decomposition"]), + ("analised", &["analysed"]), + ("expcetation", &["expectation"]), + ("guantano", &["guantanamo"]), + ("tresures", &["treasures"]), + ("anthropoloy", &["anthropology"]), + ("casulaties", &["casualties"]), + ("weaknesss", &["weaknesses"]), + ("coldplg", &["coldplug"]), + ("asthetic", &["aesthetic"]), + ("servive", &["service"]), + ("fuly", &["fully"]), + ("utlimatum", &["ultimatum"]), + ("shrelock", &["sherlock"]), + ("formuals", &["formulas"]), + ("horyzontally", &["horizontally"]), + ("derefernce", &["dereference"]), + ("modfy", &["modify"]), + ("synopsys", &["synopsis"]), + ("proposels", &["proposes"]), + ("immaturaty", &["immaturity"]), + ("inpsiring", &["inspiring"]), + ("passionite", &["passionate"]), + ("zealtos", &["zealots"]), + ("appplications", &["applications"]), + ("foriner", &["foreigner"]), + ("cleeshay", &["cliché"]), + ("removeable", &["removable"]), + ("representatie", &["representatives"]), + ("extrac", &["extract"]), + ("paramecias", &["paramedics"]), + ("silenty", &["silently"]), + ("verfiying", &["verifying"]), + ("ankshus", &["anxious"]), + ("protcols", &["protocols"]), + ("idenifying", &["identifying"]), + ("declartations", &["declarations"]), + ("instersctions", &["intersections"]), + ("negatiotiating", &["negotiating"]), + ("depdenncies", &["dependencies"]), + ("custamized", &["customized"]), + ("spefiifation", &["specification"]), + ("overvlocked", &["overclocked"]), + ("corrolated", &["correlated"]), + ("veritcally", &["vertically"]), + ("purgest", &["purges"]), + ("mye", &["may", "my"]), + ("malayisa", &["malaysia"]), + ("freedomers", &["freedoms"]), + ("undoubetdly", &["undoubtedly"]), + ("languahe", &["language"]), + ("spezialiced", &["specialized"]), + ("depenancy", &["dependency"]), + ("cacncel", &["cancel"]), + ("ajative", &["adjective"]), + ("specialisaiton", &["specialisation"]), + ("probablay", &["probably"]), + ("articifially", &["artificially"]), + ("bakup", &["backup"]), + ("confir", &["confirm"]), + ("collasion", &["collision"]), + ("fermintation", &["fermentation"]), + ("patrionism", &["patriotism"]), + ("regularliser", &["regulariser"]), + ("ressurection", &["resurrection"]), + ("stuggling", &["struggling"]), + ("represente", &["represents", "represented"]), + ("microwavers", &["microwaves"]), + ("litterature", &["literature"]), + ("jurnaling", &["journaling"]), + ("asymmetri", &["asymmetric", "asymmetry"]), + ("handskake", &["handshake"]), + ("perferring", &["preferring"]), + ("tortillias", &["tortilla"]), + ("typpe", &["type"]), + ("srtings", &["strings"]), + ("exhostive", &["exhaustive"]), + ("backlght", &["backlight"]), + ("govement", &["government"]), + ("librarry", &["library"]), + ("historyan", &["historian"]), + ("strucutred", &["structured"]), + ("abnormalty", &["abnormally"]), + ("wepons", &["weapons"]), + ("ovrides", &["overrides"]), + ("ommissions", &["omissions"]), + ("comsumes", &["consumes"]), + ("exhisted", &["existed"]), + ("extrime", &["extreme"]), + ("andorid", &["android"]), + ("hierachries", &["hierarchies"]), + ("maintainig", &["maintaining"]), + ("charactre", &["character"]), + ("wedensdays", &["wednesdays"]), + ("unusued", &["unused"]), + ("prejudis", &["prejudices"]), + ("nonsensicle", &["nonsensical"]), + ("roomate", &["roommate"]), + ("finelly", &["finally"]), + ("osterages", &["ostriches"]), + ("chnace", &["chance"]), + ("reproducable", &["reproducible"]), + ("chracters", &["characters"]), + ("organistions", &["organisations"]), + ("propterty", &["property"]), + ("uppwards", &["upwards"]), + ("javasrript", &["javascript"]), + ("closeley", &["closely"]), + ("unsubscirbe", &["unsubscribe"]), + ("sldiers", &["sliders"]), + ("acqueos", &["aqueous"]), + ("faulsure", &["failure"]), + ("shetler", &["shelter"]), + ("triator", &["traitor"]), + ("equvalent", &["equivalent"]), + ("recursse", &["recurse", "recurses"]), + ("decidated", &["dedicated"]), + ("ritoers", &["rioters"]), + ("insers", &["inserts"]), + ("convulated", &["convoluted"]), + ("responibilities", &["responsibilities"]), + ("abiltiy", &["ability"]), + ("orignated", &["originated"]), + ("fifferent", &["different"]), + ("singool", &["single", "signal"]), + ("markerts", &["markers"]), + ("attidute", &["attitude"]), + ("reporductive", &["reproductive"]), + ("stimulantes", &["stimulants"]), + ("adaptare", &["adapter"]), + ("princessses", &["princesses"]), + ("republician", &["republican"]), + ("cellers", &["cellars"]), + ("archine", &["archive"]), + ("imprefections", &["imperfections"]), + ("unexplicably", &["inexplicably"]), + ("conjecutre", &["conjecture"]), + ("carnvial", &["carnival"]), + ("neccessarly", &["necessarily"]), + ("theoritical", &["theoretical"]), + ("enceclopedia", &["encyclopedia"]), + ("prohibites", &["prohibits"]), + ("outfied", &["outfield"]), + ("precalulated", &["precalculated"]), + ("violoation", &["violation"]), + ("propostions", &["proportions"]), + ("impletment", &["implement"]), + ("retsarts", &["restarts"]), + ("furser", &["further"]), + ("complicacion", &["complication"]), + ("colection", &["collection"]), + ("selecrtion", &["selection"]), + ("landingers", &["landings"]), + ("unrealsitic", &["unrealistic"]), + ("taits", &["taints"]), + ("strams", &["steams", "streams", "trams"]), + ("suppported", &["supported"]), + ("standarised", &["standardised"]), + ("vegetairan", &["vegetarians"]), + ("headear", &["header"]), + ("obtaions", &["obtains"]), + ("dissimiliarty", &["dissimilarity"]), + ("signitures", &["signatures"]), + ("depricates", &["deprecates"]), + ("connecticon", &["connection"]), + ("alginment", &["alignment"]), + ("similtaneous", &["simultaneous"]), + ("conpletion", &["completion"]), + ("transicion", &["transition"]), + ("comammand", &["command"]), + ("positivie", &["positive"]), + ("distribitors", &["distributors"]), + ("anuling", &["annulling"]), + ("ineritors", &["inheritors"]), + ("coaslescing", &["coalescing"]), + ("electivre", &["elective"]), + ("tempraily", &["temporarily"]), + ("sympathiers", &["sympathizers"]), + ("rescritions", &["restrictions"]), + ("leyering", &["layering"]), + ("aserted", &["asserted"]), + ("stroage", &["storage"]), + ("swithch", &["switch"]), + ("cryptograhic", &["cryptographic"]), + ("sycles", &["cycles"]), + ("naviagting", &["navigating"]), + ("execunting", &["executing"]), + ("seralized", &["serialized"]), + ("predatobr", &["predator"]), + ("closd", &["closed"]), + ("analagus", &["analogous"]), + ("experimeters", &["experimenters"]), + ("resullts", &["results"]), + ("permmissions", &["permissions"]), + ("producto", &["production"]), + ("interesctions", &["intersections"]), + ("seccond", &["second"]), + ("greenlad", &["greenland"]), + ("cerinomy", &["ceremony"]), + ("mispelling", &["misspelling"]), + ("mices", &["mice"]), + ("boyfirends", &["boyfriends"]), + ("custormer", &["customer"]), + ("horading", &["hoarding"]), + ("modue", &["module"]), + ("transfering", &["transferring"]), + ("instanty", &["instantly"]), + ("succsesfull", &["successfully"]), + ("misoginysts", &["misogynist"]), + ("ibject", &["object"]), + ("somone", &["someone"]), + ("celebrasion", &["celebrations"]), + ("cerberal", &["cerebral"]), + ("atlantc", &["atlantic"]), + ("wnidows", &["windows", "widows"]), + ("handkerchifs", &["handkerchiefs"]), + ("exchagnged", &["exchanged"]), + ("retribuito", &["retribution"]), + ("execuites", &["executes"]), + ("extedner", &["extender"]), + ("superios", &["superiors", "superior"]), + ("blokcss", &["blocks", "blokes"]), + ("charactiristically", &["characteristically"]), + ("disambigation", &["disambiguation"]), + ("altnerately", &["alternately"]), + ("arragements", &["arrangements"]), + ("emproves", &["improves"]), + ("paralelism", &["parallelism"]), + ("strengsten", &["strengthen"]), + ("sentationalist", &["sensationalist"]), + ("datadsir", &["datadir"]), + ("managemnt", &["management"]), + ("universtal", &["universal"]), + ("satisfiy", &["satisfy"]), + ("forskaen", &["forsaken"]), + ("intervenue", &["intervene"]), + ("prarie", &["prairie"]), + ("hesistant", &["hesitant"]), + ("illuminiati", &["illuminati"]), + ("attrribution", &["attribution"]), + ("whaterver", &["whatever"]), + ("publcation", &["publication"]), + ("chassy", &["chassis"]), + ("typesrript", &["typescript"]), + ("direcitves", &["directives"]), + ("bodybuliding", &["bodybuilding"]), + ("rearrang", &["rearrange"]), + ("navagate", &["navigate"]), + ("uncontrolablly", &["uncontrollably"]), + ("preferaable", &["preferable"]), + ("possibley", &["possibly"]), + ("iversed", &["inverse", "inversed"]), + ("mezmorised", &["mesmerised"]), + ("orhtogonal", &["orthogonal"]), + ("branche", &["branch", "branched", "branches"]), + ("uncertaincy", &["uncertainty"]), + ("awakenend", &["awakened"]), + ("settting", &["setting"]), + ("demosntrate", &["demonstrate"]), + ("itegrals", &["integrals"]), + ("unmisakable", &["unmistakable"]), + ("charactertistics", &["characteristics"]), + ("fermentaiton", &["fermentation"]), + ("deletd", &["deleted"]), + ("daming", &["damning", "damping", "doming", "gaming"]), + ("karoake", &["karaoke"]), + ("endevour", &["endeavour"]), + ("peacefullly", &["peacefully"]), + ("mathemagics", &["mathematics"]), + ("genertors", &["generators"]), + ("scoprion", &["scorpion"]), + ("undestood", &["understood"]), + ("misunderstantings", &["misunderstandings"]), + ("overriabled", &["overridable"]), + ("annointing", &["anointing"]), + ("determanism", &["determinism"]), + ("distribuye", &["distribute"]), + ("screenhot", &["screenshot"]), + ("nofications", &["notifications"]), + ("hyjacking", &["hijacking"]), + ("expetc", &["expect"]), + ("changning", &["changing"]), + ("dectections", &["detections"]), + ("malicousally", &["maliciously"]), + ("vulnerabuilties", &["vulnerabilities"]), + ("connnecting", &["connecting"]), + ("austensible", &["ostensible"]), + ("melborune", &["melbourne"]), + ("elminated", &["eliminated"]), + ("insatnce", &["instance"]), + ("damamge", &["damage"]), + ("metropols", &["metropolis"]), + ("experences", &["experiences"]), + ("cotained", &["contained"]), + ("currrency", &["currency"]), + ("immeditaly", &["immediately"]), + ("acedemically", &["academically"]), + ("impersonationg", &["impersonating"]), + ("oppourtunity", &["opportunity"]), + ("checged", &["checked"]), + ("beleive", &["believe"]), + ("cancl", &["cancel"]), + ("meganism", &["mechanism"]), + ("contructors", &["contractors", "constructors"]), + ("rebuillt", &["rebuilt"]), + ("requeted", &["requested"]), + ("frequenzies", &["frequencies"]), + ("experimantelly", &["experimentally"]), + ("correctivo", &["correction"]), + ("mentioend", &["mentioned"]), + ("artifcats", &["artifacts"]), + ("reprhase", &["rephrase"]), + ("extraenous", &["extraneous"]), + ("uncouncious", &["unconscious"]), + ("processeed", &["processed"]), + ("abtract", &["abstract"]), + ("missuse", &["misuse"]), + ("immadiately", &["immediately"]), + ("anwyays", &["anyways"]), + ("visualzed", &["visualized"]), + ("unnecesarry", &["unnecessary"]), + ("accumlates", &["accumulates"]), + ("appereances", &["appearances"]), + ("particlar", &["particular"]), + ("realisticaly", &["realistically"]), + ("explods", &["explodes"]), + ("forrmatter", &["formatter"]), + ("terrorits", &["terrorist"]), + ("fonction", &["function"]), + ("substanta", &["substantial"]), + ("ingore", &["ignore"]), + ("whtielist", &["whitelist"]), + ("predescesor", &["predecessors"]), + ("follwwinwg", &["following"]), + ("reamde", &["readme"]), + ("gauranteed", &["guaranteed"]), + ("retinew", &["retinue"]), + ("americares", &["americas"]), + ("chacking", &["checking"]), + ("algorithmn", &["algorithm"]), + ("inaccesibles", &["inaccessible"]), + ("fullfils", &["fulfils"]), + ("modifuable", &["modifiable"]), + ("formattted", &["formatted"]), + ("retured", &["returned"]), + ("falvours", &["flavours"]), + ("orpans", &["orphans"]), + ("sebastain", &["sebastian"]), + ("ressurrecting", &["resurrecting"]), + ("acchievements", &["achievements"]), + ("hardare", &["hardware"]), + ("conversie", &["converse"]), + ("briagde", &["brigade"]), + ("obejection", &["objection"]), + ("restaraunteur", &["restauranteur"]), + ("detremental", &["detrimental"]), + ("executabil", &["executable"]), + ("numercially", &["numerically"]), + ("perfuring", &["preferring"]), + ("impelemented", &["implemented"]), + ("administrater", &["administrator"]), + ("prompty", &["promptly"]), + ("inquizitor", &["inquisitor"]), + ("countryies", &["countryside"]), + ("photographier", &["photographer"]), + ("spefiifally", &["specifically"]), + ("awknowledges", &["acknowledges"]), + ("installatation", &["installation"]), + ("negotioble", &["negotiable"]), + ("coprright", &["copyright"]), + ("sirvayls", &["surveils"]), + ("parititioner", &["partitioner"]), + ("invertes", &["inverse"]), + ("recogise", &["recognise"]), + ("strawberrries", &["strawberries"]), + ("ethnocentricm", &["ethnocentrism"]), + ("firmeare", &["firmware"]), + ("qualifers", &["qualifiers"]), + ("attrubtes", &["attributes"]), + ("bounus", &["bonus"]), + ("getoe", &["ghetto"]), + ("thunderbots", &["thunderbolt"]), + ("dsyfunctional", &["dysfunctional"]), + ("registres", &["registries", "registers"]), + ("experinemental", &["experimental"]), + ("clarety", &["clarity"]), + ("configuraion", &["configuration"]), + ("hospitible", &["hospitable"]), + ("demaind", &["demand"]), + ("bullitproof", &["bulletproof"]), + ("intitials", &["initials"]), + ("contiously", &["continuously"]), + ("tempraarily", &["temporarily"]), + ("unexpectely", &["unexpectedly"]), + ("misoginyst", &["misogynist"]), + ("troubelshooting", &["troubleshooting"]), + ("autenticated", &["authenticated"]), + ("hirsohima", &["hiroshima"]), + ("cashieer", &["cashier"]), + ("referincing", &["referencing"]), + ("expeirimental", &["experimental"]), + ("vallidation", &["validation"]), + ("countains", &["contains"]), + ("vawdville", &["vaudeville"]), + ("dedly", &["deadly"]), + ("vaccinato", &["vaccination"]), + ("downloadbig", &["downloading"]), + ("suprass", &["surpass"]), + ("insultas", &["insults"]), + ("disgrunteld", &["disgruntled"]), + ("synonmys", &["synonyms"]), + ("georeferncing", &["georeferencing"]), + ("charctors", &["characters"]), + ("normalyl", &["normally"]), + ("bakcrefs", &["backrefs"]), + ("argumemnt", &["argument"]), + ("chronicales", &["chronicles"]), + ("absoutely", &["absolutely"]), + ("arbitor", &["arbiter", "arbitrator"]), + ("happpened", &["happened"]), + ("randmom", &["random"]), + ("acitivate", &["activate"]), + ("hannging", &["hanging"]), + ("freez", &["frees", "freeze"]), + ("ablity", &["ability"]), + ("replacates", &["replicates"]), + ("parmsean", &["parmesan"]), + ("sirectional", &["directional"]), + ("continuting", &["continuing"]), + ("ajusted", &["adjusted"]), + ("compulers", &["compilers", "computers"]), + ("shouldbe", &["should"]), + ("toopology", &["topology"]), + ("bitocins", &["bitcoins"]), + ("sepulchrlly", &["sepulchrally"]), + ("electronicas", &["electronics"]), + ("simplicitly", &["simplicity"]), + ("galllerys", &["galleries"]), + ("presearver", &["preserver"]), + ("satellie", &["satellites"]), + ("rumtime", &["runtime"]), + ("scandales", &["scandals"]), + ("unemployent", &["unemployment"]), + ("asist", &["assist"]), + ("charaterized", &["characterized"]), + ("examlpe", &["example"]), + ("geurrilla", &["guerrilla"]), + ("hwihc", &["which"]), + ("misspellng", &["misspelling"]), + ("obersvers", &["observers"]), + ("partiitons", &["partitions"]), + ("draing", &["drawing"]), + ("deductable", &["deductible"]), + ("signicant", &["significant"]), + ("insidios", &["insidious"]), + ("imporot", &["import"]), + ("subfuntion", &["subfunction"]), + ("cilivization", &["civilizations"]), + ("furthrest", &["furthest"]), + ("vegetatian", &["vegetarian"]), + ("extremers", &["extremes"]), + ("spagnum", &["sphagnum"]), + ("experimdntally", &["experimentally"]), + ("valueable", &["valuable"]), + ("revserse", &["reverse"]), + ("insertos", &["inserts"]), + ("prrcision", &["precision"]), + ("invesitgations", &["investigations"]), + ("pretedermined", &["predetermined"]), + ("ceasser", &["caesar"]), + ("comminucation", &["communications", "communication"]), + ("exucuted", &["executed"]), + ("cresits", &["credits"]), + ("interep", &["interop"]), + ("passsword", &["password"]), + ("lesbianas", &["lesbians"]), + ("neuorscience", &["neuroscience"]), + ("nuaghty", &["naughty"]), + ("independenant", &["independent"]), + ("propertu", &["property"]), + ("fanserivce", &["fanservice"]), + ("assemblys", &["assemblies"]), + ("discconeected", &["disconnected"]), + ("allowes", &["allowed", "allows"]), + ("dumplicated", &["duplicated"]), + ("typcast", &["typecast"]), + ("deubug", &["debug"]), + ("dimansion", &["dimension"]), + ("semphore", &["semaphore"]), + ("misdameanors", &["misdemeanors"]), + ("listents", &["listens"]), + ("anwhere", &["anywhere"]), + ("opthalmic", &["ophthalmic"]), + ("interepolation", &["interpolation"]), + ("unbanend", &["unbanned"]), + ("symbles", &["symbols"]), + ("charactersitics", &["characteristics"]), + ("perforamnce", &["performances", "performance"]), + ("trubble", &["trouble"]), + ("systematicaly", &["systematically"]), + ("determinstic", &["deterministic"]), + ("abriter", &["arbiter"]), + ("ajustment", &["adjustment"]), + ("overwhlem", &["overwhelm"]), + ("noramalizes", &["normalizes"]), + ("ucrrently", &["currently"]), + ("soultions", &["solutions"]), + ("sidelinked", &["sideline"]), + ("chiselles", &["chisels"]), + ("endiness", &["endianness"]), + ("underlflows", &["underflows"]), + ("headqaurters", &["headquarters"]), + ("idices", &["indices"]), + ("isloate", &["isolate"]), + ("manuell", &["manual"]), + ("hurricanger", &["hurricane"]), + ("insistis", &["insists"]), + ("dissapearing", &["disappearing"]), + ("cannoical", &["canonical"]), + ("ocntext", &["context"]), + ("deferals", &["deferrals"]), + ("trasfer", &["transfer"]), + ("concider", &["consider"]), + ("certificsting", &["certificating"]), + ("opjectified", &["objectified"]), + ("thorttling", &["throttling"]), + ("airfow", &["airflow"]), + ("entertainted", &["entertained"]), + ("sucesseding", &["succeeding", "seceding"]), + ("chiziles", &["chisels"]), + ("flushs", &["flushes"]), + ("indefintly", &["indefinitely"]), + ("indepdentedly", &["independently"]), + ("persitently", &["persistently"]), + ("southampon", &["southampton"]), + ("laboratroy", &["laboratory"]), + ("autonegotaitions", &["autonegotiations"]), + ("nesseccarily", &["necessarily"]), + ("acclerates", &["accelerates"]), + ("delviery", &["delivery"]), + ("beginnning", &["beginning"]), + ("rotationd", &["rotation", "rotations"]), + ("statistacally", &["statistically"]), + ("philedelphia", &["philadelphia"]), + ("skurge", &["scourge"]), + ("tranalating", &["translating"]), + ("iselfe", &["itself"]), + ("indentifying", &["identifying"]), + ("beteshda", &["bethesda"]), + ("incompatiblities", &["incompatibilities"]), + ("disastruous", &["disastrous"]), + ("paradym", &["paradigm"]), + ("adressses", &["addresses"]), + ("vartical", &["vertical"]), + ("enthusiasum", &["enthusiasm"]), + ("figuartively", &["figuratively"]), + ("pharmasudical", &["pharmaceutical"]), + ("correspondense", &["correspondence"]), + ( + "exceptin", + &[ + "exceptions", + "excepting", + "exception", + "expecting", + "accepting", + ], + ), + ("fulfillling", &["fulfilling"]), + ("storign", &["storing"]), + ("latiude", &["latitude"]), + ("neighbhorhoods", &["neighborhoods"]), + ("itialised", &["initialised"]), + ("jenkkins", &["jenkins"]), + ("bacjkward", &["backward"]), + ("gud", &["good"]), + ("motivacional", &["motivational"]), + ("tenacitiy", &["tenacity"]), + ("tcheckout", &["checkout"]), + ("ponited", &["pointed"]), + ("overvride", &["override"]), + ("meskeetos", &["mosquitoes"]), + ("deperecation", &["deprecation"]), + ("pressented", &["presented"]), + ("counsil", &["counsel"]), + ("declarayions", &["declarations"]), + ("enbrace", &["embrace"]), + ("vairant", &["variant"]), + ("memmber", &["member"]), + ("journys", &["journeys"]), + ("temporory", &["temporary"]), + ("nethods", &["methods"]), + ("scenarioes", &["scenarios"]), + ("wighed", &["weighed", "wicked"]), + ("hieroglph", &["hieroglyph"]), + ("decrytped", &["decrypted"]), + ("essentaily", &["essentially"]), + ("coutries", &["countries"]), + ("fathest", &["farthest"]), + ("shoult", &["should"]), + ("cyptography", &["cryptography"]), + ("spefations", &["separations", "specifications"]), + ("decompreses", &["decompresses"]), + ("nationalitic", &["nationalistic"]), + ("speficifeis", &["specifies"]), + ("remainer", &["remainder"]), + ("proficienct", &["proficient"]), + ("exceopted", &["exempted"]), + ("serialzing", &["serializing"]), + ("genitalis", &["genitals"]), + ("entitie", &["entity"]), + ("familier", &["familiar"]), + ("canonalizing", &["canonicalizing"]), + ("variabels", &["variables"]), + ("desciriptions", &["descriptions"]), + ("treasue", &["treasure"]), + ("renegoziate", &["renegotiate"]), + ("commano", &["commando"]), + ("exhibites", &["exhibits"]), + ("exclue", &["exclude"]), + ("manange", &["manage"]), + ("evalutation", &["evaluation"]), + ("utill", &["until", "utils"]), + ("deisplays", &["displays"]), + ("evalutaions", &["evaluations"]), + ("reveald", &["revealed"]), + ("infintesimal", &["infinitesimal"]), + ("fucntionally", &["functionally"]), + ("intrinsicaly", &["intrinsically"]), + ("naybhors", &["neighbors"]), + ("distrbuting", &["distributing"]), + ("spefixifers", &["specifiers"]), + ("ignorms", &["ignores"]), + ("informativo", &["information"]), + ("socilaists", &["socialists"]), + ("cymptumatic", &["symptomatic"]), + ("downviting", &["downvoting"]), + ("tuhmbnail", &["thumbnail"]), + ("inveitable", &["inevitable"]), + ("reduncancy", &["redundancy"]), + ("barnches", &["branches"]), + ("propertise", &["properties"]), + ("fthe", &["the"]), + ("formualte", &["formulate"]), + ("thsnkfully", &["thankfully"]), + ("tenatiously", &["tenaciously"]), + ("disinguish", &["distinguish"]), + ("persumed", &["presumed"]), + ("dowloaders", &["downloaders"]), + ("readigs", &["readings"]), + ("versitile", &["versatile"]), + ("arrangemenets", &["arrangements"]), + ("varns", &["warns"]), + ("partnerd", &["partnered"]), + ("misuing", &["misusing"]), + ("compostiion", &["compositions"]), + ("sescede", &["secede"]), + ("missunderstanding", &["misunderstanding"]), + ("connectes", &["connects"]), + ("reviere", &["reviewer"]), + ("fallatious", &["fallacious"]), + ("relocaitions", &["relocations"]), + ("definatlely", &["definitely"]), + ("androgeny", &["androgyny"]), + ("accessibiliy", &["accessibility", "accessible"]), + ("exilerates", &["exhilarates"]), + ("lonelyness", &["loneliness"]), + ("definitoins", &["definitions"]), + ("provdie", &["provide"]), + ("brached", &["branched", "breached"]), + ("constansts", &["constants"]), + ("versitlity", &["versatility"]), + ("pipeines", &["pipelines"]), + ("bastars", &["bastards"]), + ("unexcpectedly", &["unexpectedly"]), + ("unexpested", &["unexpected"]), + ("reminescent", &["reminiscent"]), + ("goign", &["going"]), + ("trotskists", &["trotskyists"]), + ("temperatue", &["temperature"]), + ("traveld", &["traveled"]), + ("casette", &["cassette"]), + ("diffirent", &["different"]), + ("wonderus", &["wonders"]), + ("miscummunication", &["miscommunication"]), + ("interstellaire", &["interstellar"]), + ("univerity", &["university"]), + ("promethius", &["prometheus"]), + ("highe", &["high", "higher", "highs"]), + ("algoritmos", &["algorithms"]), + ("dyregulation", &["deregulation"]), + ("communcations", &["communications"]), + ("approprated", &["appropriated"]), + ("encyclopeadia", &["encyclopedia"]), + ("dateime", &["datetime"]), + ("opression", &["oppression"]), + ("awefully", &["awfully"]), + ("slaugterhouses", &["slaughterhouses"]), + ("expeimentel", &["experimental"]), + ("paraphrazing", &["paraphrasing"]), + ("propaganada", &["propaganda"]), + ("commiteed", &["committed"]), + ("simulatenous", &["simultaneous"]), + ("perserved", &["preserved"]), + ("intrepretation", &["interpretation"]), + ("configues", &["configures"]), + ("arrya", &["array"]), + ("silkcreened", &["silkscreened"]), + ("applikay", &["appliqué"]), + ("shange", &["change"]), + ("antrhopology", &["anthropology"]), + ("guarrantes", &["guarantees"]), + ("scandinacian", &["scandinavian"]), + ("updgraded", &["upgraded"]), + ("tapitude", &["aptitude"]), + ("arbibtary", &["arbitrary"]), + ("chizelles", &["chisels"]), + ("plethoria", &["plethora"]), + ("persual", &["perusal"]), + ("keept", &["kept"]), + ("textrues", &["textures"]), + ("immaturety", &["immaturity"]), + ("definmed", &["defined"]), + ("recconencted", &["reconnected"]), + ("xepectedly", &["expectedly"]), + ("rewievs", &["reviews"]), + ("tempatised", &["templatised"]), + ("ecounter", &["encounter"]), + ("frontilne", &["frontline"]), + ("discourraged", &["discouraged"]), + ("currecnies", &["currencies"]), + ("enabeling", &["enabling"]), + ("cannister", &["canister"]), + ("balnaced", &["balanced"]), + ("scheduleing", &["scheduling"]), + ("attriburte", &["attribute"]), + ("aprroximates", &["approximates"]), + ("obstruktion", &["obstruction"]), + ("autonegotionation", &["autonegotiation"]), + ("desciding", &["deciding"]), + ("negelcting", &["neglecting"]), + ("destinatin", &["destinations", "destination"]), + ("deintialized", &["deinitialized"]), + ("reipient", &["recipient"]), + ("diminushing", &["diminishing"]), + ("philosiphies", &["philosophies"]), + ("laguague", &["language"]), + ("confederancy", &["confederacy"]), + ("replacemnet", &["replacements"]), + ("emision", &["emission"]), + ("receptionest", &["receptionist"]), + ("demonstrativo", &["demonstration"]), + ("spefific", &["specific"]), + ("emties", &["empties"]), + ("componentes", &["components"]), + ("obaying", &["obeying"]), + ("initialyl", &["initially"]), + ("consistencey", &["consistency"]), + ("responsably", &["responsibly"]), + ("funchtionnal", &["functional"]), + ("renegoticable", &["renegotiable"]), + ("hemipshere", &["hemisphere"]), + ("arlignton", &["arlington"]), + ("knarled", &["gnarled"]), + ("merchantibility", &["merchantability"]), + ("serivces", &["services"]), + ("queation", &["equation"]), + ("disscted", &["dissected"]), + ("fethced", &["fetched"]), + ("aare", &["are"]), + ("stronly", &["strongly"]), + ("autors", &["authors"]), + ("originales", &["originals"]), + ("associsted", &["associates"]), + ("canceles", &["cancels"]), + ("stawberry", &["strawberry"]), + ("paraniac", &["paranoiac"]), + ("coincedince", &["coincidence"]), + ("explotions", &["explosions"]), + ("replacable", &["replicable", "replaceable"]), + ("cornerns", &["corners"]), + ("cygin", &["cygwin"]), + ("traversible", &["traversable"]), + ("gernerates", &["generates"]), + ("hamburgles", &["hamburgers"]), + ("preocess", &["process"]), + ("jurisdicitons", &["jurisdictions"]), + ("periodes", &["periods"]), + ("archieve", &["achieve", "archive"]), + ("correnspond", &["correspond"]), + ("ansestor", &["ancestor"]), + ("bitmast", &["bitmask"]), + ("intiialise", &["initialise"]), + ("activaters", &["activates"]), + ("faild", &["failed", "fail", "fails"]), + ("unfoulding", &["unfolding"]), + ("disillutioned", &["disillusioned"]), + ("avaibility", &["availability"]), + ("confuigrations", &["configurations"]), + ("apoints", &["appoints"]), + ("incorperate", &["incorporate"]), + ("comparissions", &["comparisons"]), + ("cotrasferred", &["cotransferred"]), + ("inheratance", &["inheritance"]), + ("sability", &["stability"]), + ("phenomanon", &["phenomenon"]), + ("xwindows", &["x"]), + ("neighbouthood", &["neighbourhood"]), + ("concluse", &["conclusive"]), + ("preferentes", &["preferences"]), + ("symphatize", &["sympathize"]), + ("effeck", &["effect"]), + ("receieves", &["receives"]), + ("sipplies", &["supplies"]), + ("clustred", &["clustered"]), + ("dispell", &["dispel"]), + ("renegoitator", &["renegotiator"]), + ("initialzier", &["initializer"]), + ("battaries", &["batteries"]), + ("reuasble", &["reusable"]), + ("crticised", &["criticised"]), + ("comparistions", &["comparisons"]), + ("explicatii", &["explicit"]), + ("interperted", &["interpreted"]), + ("conveniant", &["convenient"]), + ("capitulo", &["capitol"]), + ("neibhbors", &["neighbors"]), + ("suppy", &["supply"]), + ("psychologial", &["psychological"]), + ("separetor", &["separator"]), + ("generocity", &["generosity"]), + ("katastrophic", &["catastrophic"]), + ("shakespeer", &["shakespeare"]), + ("executings", &["executions"]), + ("simptomaticly", &["symptomatically"]), + ("provinvial", &["provincial"]), + ("ignorte", &["ignore"]), + ("seqeuental", &["sequential"]), + ("retrns", &["returns"]), + ("verteices", &["vertices"]), + ("picknicking", &["picnicking"]), + ("fnaatic", &["fanatic"]), + ("breakoint", &["breakpoint"]), + ("ghostcript", &["ghostscript"]), + ("finness", &["finesse"]), + ("cusor", &["cursor"]), + ("quanitified", &["quantified"]), + ("meethods", &["methods"]), + ("wheres", &["whereas"]), + ("iconclastic", &["iconoclastic"]), + ("repetation", &["repetition"]), + ("cheched", &["checked"]), + ("accrediated", &["accredited"]), + ("concentraiton", &["concentrations"]), + ("sattisfied", &["satisfied"]), + ("follwind", &["following"]), + ("nohypen", &["nohyphen"]), + ("exchaging", &["exchanging"]), + ("objtained", &["obtained"]), + ("consept", &["concept"]), + ("infromers", &["informers"]), + ("eabled", &["enabled"]), + ("halucination", &["hallucination"]), + ("charactarized", &["characterized"]), + ("consciouly", &["consciously"]), + ("saddness", &["sadness"]), + ("delepted", &["depleted"]), + ("haording", &["hoarding"]), + ("operationnal", &["operational"]), + ("htink", &["think"]), + ("preinitalize", &["preinitialize"]), + ("enocded", &["encoded"]), + ("devovle", &["devolve"]), + ("inbrace", &["embrace"]), + ("dictatorshop", &["dictatorship"]), + ("homosexulaity", &["homosexuality"]), + ("possbly", &["possibly"]), + ("randomus", &["randoms"]), + ("criculating", &["circulating"]), + ("bookmarkd", &["bookmarked"]), + ("unsused", &["unused"]), + ("palete", &["palette"]), + ("juristictions", &["jurisdictions"]), + ("autonegogtiations", &["autonegotiations"]), + ("inizialized", &["initialized"]), + ("deceptivley", &["deceptive"]), + ("conbine", &["combine", "confine"]), + ("apealing", &["appealing"]), + ("emergenices", &["emergencies"]), + ("excrusiating", &["excruciating"]), + ("haviest", &["heaviest"]), + ("jagaurs", &["jaguars"]), + ("typoe", &["typo", "type", "types"]), + ("obays", &["obeys"]), + ("excectables", &["executables"]), + ("forigven", &["forgiven"]), + ("mataphorically", &["metaphorically"]), + ("circumstaces", &["circumstances"]), + ("annonates", &["annotates"]), + ("trabajao", &["trabajo"]), + ("haeder", &["header"]), + ("subexpessions", &["subexpressions"]), + ("substansial", &["substantial"]), + ("counsole", &["counsel"]), + ("promot", &["prompt", "promote"]), + ("cahanging", &["changing"]), + ("platoform", &["platform"]), + ("deviding", &["dividing"]), + ("extentions", &["extensions"]), + ("briteners", &["brighteners"]), + ("consquences", &["consequences"]), + ("dependenct", &["dependent"]), + ("clinicas", &["clinics"]), + ("calciulating", &["calculating"]), + ("datatsets", &["datasets"]), + ("sychronize", &["synchronize"]), + ("squirrl", &["squirrel"]), + ("accumelate", &["accumulate"]), + ("dereivative", &["derivative"]), + ("schemd", &["schemed"]), + ("intepretators", &["interpreters"]), + ("numbets", &["numbers"]), + ("calrification", &["clarification"]), + ("recod", &["record"]), + ("crenditals", &["credentials"]), + ("followwing", &["following"]), + ("altetnative", &["alternative"]), + ("subtarcting", &["subtracting"]), + ("inahbitants", &["inhabitants"]), + ("downagrade", &["downgrade"]), + ("representions", &["representations"]), + ("withoout", &["without"]), + ("insersects", &["intersects"]), + ("washingtion", &["washington"]), + ("disgns", &["designs"]), + ("duplaication", &["duplication"]), + ("unfamilier", &["unfamiliar"]), + ("shfits", &["shifts"]), + ("expicit", &["explicit"]), + ("disucssed", &["discussed"]), + ("chizzle", &["chisel"]), + ("perfromance", &["performance"]), + ("contniued", &["continued"]), + ("exhasution", &["exhaustion"]), + ("chidlfree", &["childfree"]), + ("disover", &["discover"]), + ("considerions", &["considerations"]), + ("corerct", &["correct"]), + ("clishey", &["cliché"]), + ("obdisian", &["obsidian"]), + ("abstactly", &["abstractly"]), + ("intepolates", &["interpolates"]), + ("ejaculatie", &["ejaculate"]), + ("thunderbowl", &["thunderbolt"]), + ("sastisfies", &["satisfies"]), + ("traddition", &["tradition"]), + ("excist", &["exist"]), + ("trainng", &["training"]), + ("compatiability", &["compatibility"]), + ("greusome", &["gruesome"]), + ("monolgoue", &["monologue"]), + ("exspect", &["expect"]), + ("rendayvou", &["rendezvous"]), + ("authencticators", &["authenticators"]), + ("avdisoriy", &["advisory", "advisories"]), + ("opertor", &["operator"]), + ("receptoras", &["receptors"]), + ("canews", &["canoes"]), + ("identifyable", &["identifiable"]), + ("sproels", &["sproles"]), + ("locatoin", &["location"]), + ("annoucners", &["announcers"]), + ("australiaan", &["australians"]), + ("discountined", &["discontinued"]), + ("asperges", &["aspergers"]), + ("controlllers", &["controllers"]), + ("stronlgy", &["strongly"]), + ("inferioir", &["inferior"]), + ("thikn", &["think"]), + ("dissassembler", &["disassembler"]), + ("specied", &["specified"]), + ("frequensies", &["frequencies"]), + ("victem", &["victim"]), + ("insitution", &["institution"]), + ("upadated", &["updated"]), + ("reprensentations", &["representations"]), + ("breathos", &["breaths"]), + ("depdending", &["depending"]), + ("transitionable", &["transitional"]), + ("adquire", &["acquire"]), + ("landmakrs", &["landmarks"]), + ("reinitalizing", &["reinitializing"]), + ("teusdays", &["tuesdays"]), + ("idealogies", &["ideologies"]), + ("internatioanlly", &["internationally"]), + ("poiner", &["pointer"]), + ("kenels", &["kernels", "kennels"]), + ("retroactivly", &["retroactively"]), + ("jjust", &["just"]), + ("battlefeild", &["battlefield"]), + ("verificiation", &["verification"]), + ("frined", &["friend"]), + ("replacalbes", &["replaceables"]), + ("agriculturual", &["agricultural"]), + ("adjustification", &["justification"]), + ("registeres", &["registers"]), + ("enbraced", &["embraced"]), + ("coproccessor", &["coprocessor"]), + ("watchemn", &["watchmen"]), + ("extermally", &["externally"]), + ("betwern", &["between"]), + ("talsiman", &["talisman"]), + ("garrsion", &["garrison"]), + ("asynchrons", &["asynchronous"]), + ("relevnt", &["relevant"]), + ("genereration", &["generation"]), + ("hystericaly", &["hysterically"]), + ("subscirbes", &["subscribes"]), + ("missisippi", &["mississippi"]), + ("inconveinence", &["inconvenience"]), + ("exaggaration", &["exaggeration"]), + ("streightened", &["straightened"]), + ("calculted", &["calculated"]), + ("intermideate", &["intermediate"]), + ("internatioanl", &["international"]), + ("depressies", &["depressive"]), + ("capabilties", &["capabilities"]), + ("promis", &["promise"]), + ("geographisch", &["geographic"]), + ("tunelling", &["tunnelling"]), + ("pessimestic", &["pessimistic"]), + ("entquiry", &["enquiry"]), + ("constitutionnal", &["constitutional"]), + ("bloodbrone", &["bloodborne"]), + ("belyw", &["below"]), + ("explicitally", &["explicitly"]), + ("absolulte", &["absolute"]), + ("muktitasking", &["multitasking"]), + ("suffisticated", &["sophisticated"]), + ("neighberhouds", &["neighborhoods"]), + ("fucntions", &["functions"]), + ("inclince", &["incline"]), + ("cimpilers", &["compilers"]), + ("facebok", &["facebook"]), + ("pilgramidge", &["pilgrimage"]), + ("deficiancies", &["deficiencies"]), + ("negoatiation", &["negotiation"]), + ("sofisticated", &["sophisticated"]), + ("mounment", &["monument"]), + ("cylcist", &["cyclist"]), + ("monitores", &["monitors"]), + ("circulacion", &["circulation"]), + ("whatepsaces", &["whitespaces"]), + ("boudary", &["boundary"]), + ("neighbarhood", &["neighborhood"]), + ("preferentail", &["preferential"]), + ("hiddden", &["hidden"]), + ("perturbate", &["perturb"]), + ("primarly", &["primarily"]), + ("displacments", &["displacements"]), + ("unanomusly", &["unanimously"]), + ("regstered", &["registered"]), + ("unbeknowst", &["unbeknownst"]), + ("needlessy", &["needlessly"]), + ("messagues", &["messages"]), + ("dependendencies", &["dependencies"]), + ("thansk", &["thanks"]), + ("turtorial", &["tutorial"]), + ("aricraft", &["aircraft"]), + ("cariciture", &["caricature"]), + ("deatch", &["detach"]), + ("requiremenht", &["requirement"]), + ("amelearator", &["ameliorator"]), + ("serivce", &["service"]), + ("brances", &["branches"]), + ("encoutnered", &["encountered"]), + ("beliefes", &["beliefs", "believes"]), + ("ovrwrt", &["overwrite"]), + ("nutritinal", &["nutritional"]), + ("sentensing", &["sentencing"]), + ("reagrding", &["regarding"]), + ("unicornios", &["unicorns"]), + ("emcompassing", &["encompassing"]), + ("auot", &["auto"]), + ("represanting", &["representing"]), + ("retangles", &["rectangles"]), + ("passangers", &["passengers"]), + ("ajasence", &["adjacence"]), + ("existting", &["existing"]), + ("varieables", &["variables"]), + ("disconenct", &["disconnect"]), + ("lsits", &["lists", "slits", "sits"]), + ("percrent", &["percent"]), + ("progamable", &["programmable"]), + ("medow", &["meadow"]), + ("speficillations", &["specifications"]), + ("deregisted", &["deregistered"]), + ("extereme", &["extreme"]), + ("eazier", &["easier"]), + ("genearal", &["general"]), + ("prerequsites", &["prerequisites"]), + ("cusotmer", &["customer"]), + ("commitee", &["committee"]), + ("momnet", &["moment"]), + ("appicalitons", &["applications"]), + ("mabyelline", &["maybelline"]), + ("seesion", &["session"]), + ("propt", &["prompt"]), + ("iniitalized", &["initialized"]), + ("algorrithm", &["algorithm"]), + ("psuedoclasses", &["pseudoclasses"]), + ("caluclation", &["calculation"]), + ("transaition", &["translation", "transition", "transaction"]), + ("excects", &["expects"]), + ("replactes", &["replaces", "replicates"]), + ("peodphilia", &["pedophilia"]), + ("considerarte", &["considerate"]), + ("pakistanezi", &["pakistani"]), + ("arrengement", &["arrangement"]), + ("figurativeley", &["figuratively"]), + ("androidos", &["androids"]), + ("sensibel", &["sensible"]), + ("unnhandled", &["unhandled"]), + ("isplayed", &["displayed", "misplayed"]), + ("civilazation", &["civilization"]), + ("experementel", &["experimental"]), + ("exclimation", &["exclamation"]), + ("scrutinty", &["scrutiny"]), + ("temepst", &["tempest"]), + ("hanshaked", &["handshaked"]), + ("unapprieciative", &["unappreciative"]), + ("supermarkeds", &["supermarkets"]), + ("studnts", &["students"]), + ("improbabile", &["improbable"]), + ("absolut", &["absolute"]), + ("parameer", &["parameter"]), + ("beteween", &["between"]), + ("springfiled", &["springfield"]), + ("permuatations", &["permutations"]), + ("dirvers", &["drivers"]), + ("enthusiest", &["enthusiast"]), + ("intiailises", &["initialises"]), + ("necessiated", &["necessitated"]), + ("delievering", &["delivering"]), + ("folde", &["folder", "fold"]), + ("marixsm", &["marxism"]), + ("unsupress", &["unsuppress"]), + ("phillipses", &["phillies"]), + ("prosocution", &["prosecution"]), + ("dymanic", &["dynamic"]), + ("manufacteurs", &["manufactures"]), + ("descovered", &["discovered"]), + ("physcologist", &["psychologist"]), + ("enforcmement", &["enforcement"]), + ("embbeded", &["embedded"]), + ("comect", &["connect"]), + ("psuedoterminal", &["pseudoterminal"]), + ("benifical", &["beneficial"]), + ("coneectivities", &["connectivities"]), + ("chanager", &["changer"]), + ("effctive", &["effective"]), + ("parliamentery", &["parliamentary"]), + ("maanagement", &["management"]), + ("aautomatically", &["automatically"]), + ("instrospection", &["introspection"]), + ("poligons", &["polygons"]), + ("correposding", &["corresponding"]), + ("capablity", &["capability"]), + ("cerinomial", &["ceremonial"]), + ("addign", &["adding"]), + ("alternaives", &["alternatives"]), + ("conrresponds", &["corresponds"]), + ("theraupetic", &["therapeutic"]), + ("recursily", &["recursively"]), + ("comprimise", &["compromise"]), + ("humon", &["human"]), + ("remenissence", &["reminiscence"]), + ("farmework", &["framework"]), + ("oktober", &["october"]), + ("desings", &["designs"]), + ("erronoeus", &["erroneous"]), + ("pronounched", &["pronounced"]), + ("negotiotor", &["negotiator"]), + ("neighborhoors", &["neighbors"]), + ("identifyed", &["identified"]), + ("rememembers", &["remembers"]), + ("userame", &["username"]), + ("fascilitating", &["facilitating"]), + ("amost", &["almost"]), + ("apapted", &["adapted"]), + ("compareison", &["comparison"]), + ("cofficients", &["coefficients"]), + ("execulatbles", &["executables"]), + ("aaccessibility", &["accessibility"]), + ("referance", &["reference"]), + ("anaylzing", &["analyzing"]), + ("vetoring", &["vectoring", "vetoing"]), + ("redunduncy", &["redundancy"]), + ("uncler", &["uncle", "unclear", "uncles"]), + ("legendaies", &["legendaries"]), + ("visualyse", &["visualise"]), + ("ignorts", &["ignores"]), + ("fielneame", &["filename"]), + ("destruyed", &["destroyed"]), + ("protoco", &["protocol"]), + ("coutner", &["counter"]), + ("encouttering", &["encountering"]), + ("preferrred", &["preferred"]), + ("lengthly", &["lengthy"]), + ("emable", &["enable"]), + ("unsuportable", &["unsupportable"]), + ("homogenius", &["homogeneous"]), + ("coorperations", &["corporations", "cooperations"]), + ("totation", &["rotation"]), + ("legenderies", &["legendaries"]), + ("electromagnectic", &["electromagnetic"]), + ("mastereis", &["masteries"]), + ("avarege", &["average"]), + ("ignornable", &["ignorable"]), + ("collektion", &["collection"]), + ("hanlders", &["handlers"]), + ("betweeb", &["between"]), + ("reinstatiates", &["reinstantiates"]), + ("nulcear", &["nuclear"]), + ("posible", &["possible"]), + ("experimentatal", &["experimental"]), + ("trcer", &["tracer"]), + ("barnchers", &["branchers"]), + ("refererd", &["referred"]), + ("prevente", &["prevented", "prevent"]), + ("signiture", &["signature"]), + ("latenciy", &["latency"]), + ("foreward", &["foreword", "forward"]), + ("leviathn", &["leviathan"]), + ("enebaled", &["enabled"]), + ("reaasigned", &["reassigned"]), + ("straighted", &["straightened"]), + ("contct", &["contact"]), + ("independentisme", &["independents"]), + ("gneration", &["generation"]), + ("cacuses", &["caucuses"]), + ("conferances", &["conferences"]), + ("exhibicion", &["exhibition"]), + ("sereverless", &["serverless"]), + ("replecated", &["replicated"]), + ("triditional", &["traditional"]), + ("cript", &["crypt", "script"]), + ("issuse", &["issues"]), + ("expetcing", &["expecting"]), + ("prosthethic", &["prosthetic"]), + ("crytpo", &["crypto"]), + ("exportes", &["exports"]), + ("capusles", &["capsules"]), + ("nationalistisk", &["nationalists"]), + ("vizualisations", &["visualisation"]), + ("argumernts", &["arguments"]), + ("photogropher", &["photographer"]), + ("debudg", &["debug"]), + ("recconencts", &["reconnects"]), + ("sufocating", &["suffocating"]), + ("sytem", &["system"]), + ("inocent", &["innocent"]), + ("technqiues", &["techniques"]), + ("derth", &["dearth"]), + ("supersticion", &["superstition"]), + ("productiviy", &["productivity"]), + ("voilations", &["violations"]), + ("spontanous", &["spontaneous"]), + ("gylph", &["glyph"]), + ("cripts", &["crypts", "scripts"]), + ("scorpin", &["scorpion"]), + ("particalurly", &["particularly"]), + ("seqeuncer", &["sequencer"]), + ("reclami", &["reclaim"]), + ("littel", &["little"]), + ("persue", &["pursue"]), + ("criticisize", &["criticise"]), + ("reminisent", &["reminiscent"]), + ("artifcat", &["artifact"]), + ("unnedded", &["unneeded"]), + ("visulisation", &["visualisation"]), + ("transparities", &["transparencies"]), + ("oringally", &["originally"]), + ("alternatley", &["alternately"]), + ("affliated", &["affiliated"]), + ("fallabck", &["fallback"]), + ("cusstomize", &["customize"]), + ("gunsligner", &["gunslinger"]), + ("monocrhome", &["monochrome"]), + ("scriopts", &["scripts"]), + ("silhouweting", &["silhouetting"]), + ("guilia", &["giulia"]), + ("guitares", &["guitars"]), + ("desstructor", &["destructor"]), + ("notifcation", &["notification"]), + ("experses", &["expenses", "expresses"]), + ("daspora", &["diaspora"]), + ("consntant", &["constant"]), + ("transorm", &["transform"]), + ("notififation", &["notification"]), + ("intereactions", &["intersections"]), + ("reparamterisation", &["reparameterisation"]), + ("unregisteing", &["registering"]), + ("octive", &["active", "octave"]), + ("disapprovel", &["disapproval"]), + ("adolsecent", &["adolescent"]), + ("actaully", &["actually"]), + ("functionability", &["functionality"]), + ("craotia", &["croatia"]), + ("constatnt", &["constant"]), + ("clea", &["clean"]), + ("preferens", &["preferences"]), + ("exoticas", &["exotics"]), + ("furstrated", &["frustrated"]), + ("thirldy", &["thirdly"]), + ("formatteded", &["formatted"]), + ("pepare", &["prepare"]), + ("circumstnces", &["circumstances"]), + ("envelopping", &["enveloping"]), + ("frequeny", &["frequency", "frequently", "frequent"]), + ("pakistanais", &["pakistani"]), + ("expanssion", &["expansions", "expansion"]), + ("enteratinment", &["entertainment"]), + ("enivornments", &["environments"]), + ("sucessflly", &["successfully"]), + ("aunthenticates", &["authenticates"]), + ("immediatelly", &["immediately"]), + ("misrepresantation", &["misrepresentation"]), + ("avods", &["avoids"]), + ("versoion", &["version"]), + ("normalied", &["normalized"]), + ("bogous", &["bogus"]), + ("muscualr", &["muscular"]), + ("grandises", &["aggrandises"]), + ("incomaptibele", &["incompatible"]), + ("syntatically", &["syntactically"]), + ("exhasutive", &["exhaustive"]), + ("scroates", &["socrates"]), + ("hirarchy", &["hierarchy"]), + ("coducting", &["conducting"]), + ("experimeter", &["experimenter"]), + ("vulnerabuilitie", &["vulnerability"]), + ("firmwart", &["firmware"]), + ("issuses", &["issues"]), + ("decoses", &["decodes"]), + ("militiants", &["militias"]), + ("prepostions", &["prepositions"]), + ("inheriable", &["inheritable"]), + ("processsor", &["processors", "processor"]), + ("schisophrenic", &["schizophrenic"]), + ("cleanp", &["cleanup"]), + ("colleced", &["collected", "coalesced"]), + ("arbitriarily", &["arbitrarily"]), + ("transferd", &["transferred"]), + ("secretas", &["secrets"]), + ("tkae", &["take"]), + ("flyes", &["flies", "flyers"]), + ("hourlgass", &["hourglass"]), + ("transitionals", &["transitions"]), + ("forst", &["first", "forced"]), + ("correspoond", &["correspond"]), + ("warumup", &["warmup"]), + ("forteen", &["fourteen"]), + ("paletable", &["palatable"]), + ("destoryer", &["destroyer"]), + ("psichological", &["psychological"]), + ("whther", &["whether"]), + ("misrepresenation", &["misrepresentation"]), + ("lackering", &["lacquering"]), + ("assoiciative", &["associative"]), + ("coallesence", &["coalescence"]), + ("permutaion", &["permutation"]), + ("downoloads", &["downloads"]), + ("effet", &["effect"]), + ("subscribir", &["subscriber"]), + ("minut", &["minute"]), + ("deteted", &["detected", "deleted"]), + ("bloekss", &["blokes"]), + ("merchandice", &["merchandise"]), + ("pennsyvlania", &["pennsylvania"]), + ("sucesive", &["successive"]), + ("strign", &["string"]), + ("oiginals", &["originals"]), + ("limitativo", &["limitation"]), + ("abiut", &["about"]), + ("perrogative", &["prerogative"]), + ("imlementation", &["implementation"]), + ("brnaches", &["branches"]), + ("worchester", &["worcester"]), + ("hopfull", &["hopeful", "hopefully"]), + ("calcluated", &["calculated"]), + ("gmaertag", &["gamertag"]), + ("expewrimentations", &["experimentations"]), + ("inisides", &["insides"]), + ("desposition", &["disposition"]), + ("connectoion", &["connection"]), + ("decieds", &["decides"]), + ("rererences", &["references"]), + ("coutnerplay", &["counterplay"]), + ("dispensiary", &["dispensary"]), + ("esssential", &["essential"]), + ("relatvie", &["relative"]), + ("teest", &["test"]), + ("pthon", &["python"]), + ("renegosiators", &["renegotiators"]), + ("founf", &["found"]), + ("lacker", &["lacquer"]), + ("algoruthmic", &["algorithmic"]), + ("repersented", &["represented"]), + ("prosocuted", &["prosecuted"]), + ("interresting", &["interesting"]), + ("represssion", &["repression"]), + ("asborbed", &["absorbed"]), + ("imporatnt", &["important"]), + ("depdend", &["depend"]), + ("tendacy", &["tendency"]), + ("yello", &["yellow"]), + ("visibleable", &["visible"]), + ("addmit", &["admit"]), + ("specefically", &["specifically"]), + ("fireballls", &["fireballs"]), + ("tyou", &["you"]), + ("immidatly", &["immediately"]), + ("inerface", &["interface"]), + ("brwose", &["browse"]), + ("oveflows", &["overflows"]), + ("relacatable", &["relocatable"]), + ("vegansim", &["veganism"]), + ("underesitmate", &["underestimated"]), + ("cahacter", &["character"]), + ("organziing", &["organizing"]), + ("precendences", &["precedences"]), + ("speficiallier", &["specifier"]), + ("furmalae", &["formulae"]), + ("ommishiences", &["omnisciences"]), + ("disadventage", &["disadvantage"]), + ("inexpect", &["inexpected", "unexpected"]), + ("ancedotal", &["anecdotal"]), + ("erorneus", &["erroneous"]), + ("sylabuses", &["syllabuses", "syllabi"]), + ("rountriped", &["roundtripped"]), + ("altruistric", &["altruistic"]), + ("selectig", &["selecting"]), + ("complicted", &["complicated"]), + ("remve", &["remove"]), + ("sentimenal", &["sentimental"]), + ("hurricaines", &["hurricanes"]), + ("assmuming", &["assuming"]), + ("circumstantal", &["circumstantial"]), + ("opposiste", &["opposites"]), + ("blaim", &["blame"]), + ("adges", &["edges", "badges", "adages"]), + ("snapsnots", &["snapshots"]), + ("tunnell", &["tunnel"]), + ("exerbated", &["exacerbated"]), + ("accort", &["accord"]), + ("vunlerable", &["vulnerable"]), + ("tortillia", &["tortilla"]), + ("autocoomit", &["autocommit"]), + ("headest", &["headset"]), + ("accdiently", &["accidently"]), + ("experimentaer", &["experimenter"]), + ("sequenses", &["sequences"]), + ("becuase", &["because"]), + ("intelligant", &["intelligent"]), + ("decrmenetd", &["decremented"]), + ("lincesed", &["licensed"]), + ("superceded", &["superseded"]), + ("disabilites", &["disabilities"]), + ("brigth", &["bright"]), + ("sunderlad", &["sunderland"]), + ("associtions", &["associations"]), + ("chromisome", &["chromosome"]), + ("interescting", &["intersecting"]), + ("midfiedlers", &["midfielders"]), + ("differred", &["differed"]), + ("milimiters", &["millimeters"]), + ("consise", &["concise"]), + ("overwtach", &["overwatch"]), + ("expceting", &["expecting"]), + ("doomsdaily", &["doomsday"]), + ("confucing", &["confusing"]), + ("htere", &["there", "here"]), + ("undrstand", &["understand"]), + ("peasefully", &["peacefully"]), + ("deketing", &["deleting"]), + ("drowts", &["droughts"]), + ("cheeta", &["cheetah"]), + ("pocessed", &["processed", "possessed"]), + ("adivsors", &["advisors"]), + ("assasinations", &["assassinations"]), + ("laucnhes", &["launches"]), + ("producirse", &["producers"]), + ("stardardizes", &["standardizes"]), + ("incedent", &["incident"]), + ("atmoic", &["atomic"]), + ("rewatchibg", &["rewatching"]), + ("roleply", &["roleplay"]), + ("ferbuary", &["february"]), + ("overengeneering", &["overengineering"]), + ("fomrat", &["format"]), + ("tomoorow", &["tomorrow"]), + ("braodway", &["broadway"]), + ("recipts", &["receipts"]), + ("availble", &["available"]), + ("counpound", &["compound"]), + ("vociemail", &["voicemail"]), + ("prefereable", &["preferable"]), + ("analizing", &["analyzing"]), + ("outupts", &["outputs"]), + ("ane", &["and"]), + ("keybroads", &["keyboards"]), + ("insterted", &["inserted"]), + ("unregisted", &["unregistered"]), + ("universirty", &["university"]), + ("multidimentionnal", &["multidimensional"]), + ("accomplises", &["accomplishes"]), + ("measurment", &["measurement"]), + ("southerton", &["southern"]), + ("illinios", &["illinois"]), + ("definutely", &["definitely"]), + ("follwoeiong", &["following"]), + ("approximatelly", &["approximately"]), + ("eqaulizer", &["equalizer"]), + ("cyrstalline", &["crystalline"]), + ("valuse", &["values", "value"]), + ("namespce", &["namespace"]), + ("nagatives", &["negatives"]), + ("asbtracts", &["abstracts"]), + ("govormental", &["governmental"]), + ("questionairre", &["questionnaire"]), + ("rectanglar", &["rectangular"]), + ("revisionis", &["revisions"]), + ("delimitiers", &["delimiters"]), + ("transformarea", &["transformer"]), + ("directorios", &["directors"]), + ("recommanding", &["recommending"]), + ("particularely", &["particularly"]), + ("equallity", &["equality"]), + ("silhouetist", &["silhouettist"]), + ("courthosue", &["courthouse"]), + ("insted", &["instead"]), + ("neeedless", &["needless", "needles"]), + ("miticateing", &["mitigating"]), + ("redneckest", &["rednecks"]), + ("romanna", &["romanian"]), + ("distribuie", &["distribute"]), + ("istance", &["instance"]), + ("officealy", &["officially"]), + ("rmove", &["remove"]), + ("acceleraton", &["acceleration"]), + ("downlad", &["download"]), + ("lisense", &["license"]), + ("paeth", &["path"]), + ("equitorial", &["equatorial"]), + ("trignometric", &["trigonometric"]), + ("mantain", &["maintain"]), + ("criticus", &["critics"]), + ("asycnhronously", &["asynchronously"]), + ("caclulator", &["calculator"]), + ("adrerssing", &["addressing"]), + ("coincidentaly", &["coincidentally"]), + ("inadvertant", &["inadvertent"]), + ("validty", &["validity"]), + ("emptry", &["empty"]), + ("precomupte", &["precompute"]), + ("progamed", &["programed"]), + ("stadnards", &["standards"]), + ("sizre", &["size"]), + ("diplomma", &["diploma"]), + ("inaccruate", &["inaccurate"]), + ("impove", &["improve"]), + ("tendancy", &["tendency"]), + ("westerse", &["westerners"]), + ("dokcerd", &["dockerd", "docked", "docker"]), + ("microcontroler", &["microcontroller"]), + ("tabualtors", &["tabulators"]), + ("idendified", &["identified"]), + ("espinoage", &["espionage"]), + ("coneection", &["connection"]), + ("stlyish", &["stylish"]), + ("industriels", &["industries"]), + ("occurrances", &["occurrences"]), + ("transmatter", &["transmitter"]), + ("indivisuality", &["individuality"]), + ("excercising", &["exercising"]), + ("unreliabe", &["unreliable"]), + ("temprarily", &["temporarily"]), + ("instrcut", &["instruct"]), + ("darnkess", &["darkness"]), + ("itheir", &["their"]), + ("defeines", &["defines"]), + ("contrrol", &["control"]), + ("overhwelm", &["overwhelm"]), + ("controlls", &["controls"]), + ("protable", &["portable"]), + ("aggrovated", &["aggravated"]), + ("deativation", &["deactivation"]), + ("perpatuated", &["perpetuated"]), + ("scrambeld", &["scrambled"]), + ("visted", &["visited", "listed", "vested"]), + ("goig", &["going"]), + ("neighbet", &["neighbor"]), + ("massachuestts", &["massachusetts"]), + ("cildren", &["children"]), + ("dogamtic", &["dogmatic"]), + ("architcts", &["architects"]), + ("monnths", &["months"]), + ("intolorent", &["intolerant"]), + ("brazilains", &["brazilians"]), + ("jewerly", &["jewelry"]), + ("substansive", &["substantive"]), + ("replentishes", &["replenishes"]), + ("handeled", &["handled", "handheld"]), + ("conflift", &["conflict"]), + ("agnosticisim", &["agnosticism"]), + ("executabes", &["executables"]), + ("bastracted", &["abstracted"]), + ("enxt", &["next"]), + ("borke", &["broke"]), + ("bechmarks", &["benchmarks"]), + ("grabing", &["grabbing"]), + ("auospacing", &["autospacing"]), + ("stereotypying", &["stereotyping"]), + ("deficiensies", &["deficiencies"]), + ("creater", &["creature", "creator", "crater"]), + ("pratical", &["practical"]), + ("capablilities", &["capabilities"]), + ("vegetarion", &["vegetarian"]), + ("revolutoin", &["revolutions"]), + ("aqcuires", &["acquires"]), + ("canging", &["changing"]), + ("destribution", &["distribution"]), + ("redundat", &["redundant"]), + ("dvided", &["divided"]), + ("notabley", &["notably"]), + ("authenicated", &["authenticated"]), + ("commplex", &["complex"]), + ("publuc", &["public"]), + ("invloved", &["involved"]), + ("flamable", &["flammable"]), + ("masrhmallow", &["marshmallow"]), + ("transprting", &["transporting"]), + ("sluaghtering", &["slaughtering"]), + ("shcolars", &["scholars"]), + ("midfieldes", &["midfielders"]), + ("comprehesive", &["comprehensive"]), + ("atteched", &["attached"]), + ("progamatically", &["programmatically"]), + ("grahpics", &["graphics"]), + ("validaterelase", &["validaterelease"]), + ("protecion", &["protection"]), + ("makrs", &["makes", "makers", "macros"]), + ("volumn", &["volume"]), + ("ligth", &["light"]), + ("prosseses", &["processes", "possesses"]), + ("igonorando", &["ignorando"]), + ("vinigarette", &["vinaigrette"]), + ("visuabise", &["visualise"]), + ("hoeks", &["hoax"]), + ("reccommend", &["recommend"]), + ("addressings", &["addressing"]), + ("premiee", &["premiere"]), + ("reconeect", &["reconnect"]), + ("literture", &["literature"]), + ("halluciantion", &["hallucinations"]), + ("cocentrated", &["concentrated"]), + ("interrrupted", &["interrupted"]), + ("strarts", &["starts"]), + ("numebering", &["numbering"]), + ("ambulancier", &["ambulance"]), + ("spritual", &["spiritual"]), + ("jelous", &["jealous"]), + ("allcoater", &["allocator"]), + ("sawtes", &["sautés"]), + ("paniced", &["panicked"]), + ("statese", &["statuses", "states"]), + ("pluigns", &["plugins"]), + ("blanck", &["blank", "black"]), + ("islamisists", &["islamists"]), + ("rebuils", &["rebuilds"]), + ("remenant", &["remnant"]), + ("wathc", &["watch"]), + ("unessecary", &["unnecessary"]), + ("representatin", &["representations"]), + ("execuses", &["excuses", "executes"]), + ("salveof", &["slaveof"]), + ("orginazational", &["organizational"]), + ("uninspried", &["uninspired"]), + ("westbroook", &["westbrook"]), + ("minusculy", &["minusculely", "minuscule"]), + ("shanged", &["changed", "shanked"]), + ("ptrss", &["press"]), + ("progammable", &["programmable"]), + ("confidentiel", &["confidential"]), + ("jetbrain", &["jetbrains"]), + ("prohibiton", &["prohibition"]), + ("oustpoken", &["outspoken"]), + ("exacly", &["exactly"]), + ("kenendy", &["kennedy"]), + ("bombardement", &["bombardment"]), + ("droppend", &["dropped"]), + ("expectatons", &["expectations"]), + ("instlal", &["instal"]), + ("herarchy", &["hierarchy"]), + ("crossgne", &["crossgen"]), + ("culturaly", &["culturally"]), + ("implmeentation", &["implementation"]), + ("ovewrote", &["overwrote"]), + ("sheninigans", &["shenanigans"]), + ("thosse", &["those"]), + ("posessing", &["possessing"]), + ("foramt", &["format"]), + ("experimnter", &["experimenter"]), + ("ocne", &["once"]), + ("benfits", &["benefits"]), + ("delaractions", &["declarations"]), + ("creatning", &["creating"]), + ("probleme", &["problem"]), + ("rute", &["brute", "route", "rule"]), + ("noramals", &["normals"]), + ("verfires", &["verifies"]), + ("righht", &["right"]), + ("realeases", &["releases"]), + ("chatacters", &["characters"]), + ("piching", &["picking", "pinching", "pitching"]), + ("sapeena", &["subpoena"]), + ("uncorectly", &["incorrectly"]), + ("freezs", &["freezes"]), + ("allowe", &["allowed", "allow", "allows"]), + ("execises", &["excises", "exercises"]), + ("availale", &["available"]), + ("compieler", &["compiler"]), + ("contestaste", &["contestants"]), + ("homeopothy", &["homeopathy"]), + ("inadeqaute", &["inadequate"]), + ("notifiying", &["notifying"]), + ("owful", &["awful"]), + ("fillay", &["fillet"]), + ("theards", &["threads"]), + ("mcroscopes", &["microscopes"]), + ("neighboorhoods", &["neighborhoods"]), + ("diagnol", &["diagonal"]), + ("tranistions", &["transitions"]), + ("retutning", &["returning"]), + ("belssings", &["blessings"]), + ("vonfig", &["config"]), + ("implimentaions", &["implementations"]), + ("precussion", &["percussion"]), + ("experimenatal", &["experimental"]), + ("rewatchign", &["rewatching"]), + ("stpo", &["stop"]), + ("romaina", &["romania"]), + ("transcendant", &["transcendent"]), + ("documenetation", &["documentation"]), + ("metdata", &["metadata"]), + ("anchestor", &["ancestor"]), + ("overhpyed", &["overhyped"]), + ("resaurants", &["restaurants"]), + ("provacative", &["provocative"]), + ("dthe", &["the"]), + ("warinings", &["warnings"]), + ("possibble", &["possible"]), + ("thermomenter", &["thermometer"]), + ("distingishes", &["distinguishes"]), + ("bck", &["back"]), + ("hapenned", &["happened"]), + ("durectories", &["directories"]), + ("orientarla", &["oriental"]), + ("exclusivas", &["exclusives"]), + ("predjuices", &["prejudices"]), + ("presearve", &["preserve"]), + ("miinimises", &["minimises"]), + ("xmdoel", &["xmodel"]), + ("timtout", &["timeout"]), + ("intersting", &["interesting"]), + ("combinatorc", &["combinatoric"]), + ("blonging", &["belonging"]), + ("specialis", &["specials"]), + ("asynchromous", &["asynchronous"]), + ("unpacke", &["unpacked"]), + ("mornng", &["morning"]), + ("associeates", &["associates"]), + ("corrspondence", &["correspondence"]), + ("experimentaiter", &["experimenter"]), + ("throughoput", &["throughput"]), + ("debuggs", &["debugs"]), + ("monstrisity", &["monstrosity"]), + ("partiticipants", &["participants"]), + ("uncommtited", &["uncommitted"]), + ("authendicated", &["authenticated"]), + ("motiviated", &["motivated"]), + ("teamates", &["teammates"]), + ("disingenous", &["disingenuous"]), + ("commnand", &["command"]), + ("incomatible", &["incompatible"]), + ("doapmine", &["dopamine"]), + ("althetic", &["athletic"]), + ("tryannical", &["tyrannical"]), + ("intoxicatin", &["intoxication"]), + ("brianwashing", &["brainwashing"]), + ("convertire", &["converter"]), + ("hinudism", &["hinduism"]), + ("asynchrously", &["asynchronously"]), + ("equtions", &["equations"]), + ("ukowns", &["unknowns", "unknown"]), + ("methaporical", &["metaphorical"]), + ("syntact", &["syntax"]), + ("culutral", &["cultural"]), + ("richochets", &["ricochets"]), + ("difracted", &["diffracted"]), + ("exchangable", &["exchangeable"]), + ("arthirtis", &["arthritis"]), + ("unapprieciated", &["unappreciated"]), + ("masturbare", &["masturbate"]), + ("adjacentsy", &["adjacency"]), + ("chganging", &["changing"]), + ("swiched", &["switched"]), + ("deduplacates", &["deduplicates"]), + ("commannd", &["command"]), + ("ebcuase", &["because"]), + ("synopis", &["synopsis"]), + ("chromosoom", &["chromosome"]), + ("repsentation", &["representation"]), + ("datections", &["detections"]), + ("boganveelias", &["bougainvilleas"]), + ("availalble", &["available"]), + ("mangager", &["manager"]), + ("probbailities", &["probabilities"]), + ("experimmenter", &["experimenter"]), + ("discconeection", &["disconnection"]), + ("intimitate", &["intimidate"]), + ("teritary", &["tertiary"]), + ("efetivity", &["effectivity"]), + ("atttack", &["attack"]), + ("overreacing", &["overreacting"]), + ("correspoing", &["corresponding"]), + ("vitualization", &["visualization"]), + ("changeing", &["changing"]), + ("cyclinder", &["cylinder"]), + ("exceeed", &["exceed"]), + ("pragam", &["pragma"]), + ("augmneting", &["augmenting"]), + ("intialsing", &["initialising"]), + ("capabilty", &["capability"]), + ("actualey", &["actually"]), + ("sirecting", &["directing"]), + ("extremitys", &["extremities"]), + ("expermiments", &["experiments"]), + ("rinosaruses", &["rhinoceroses"]), + ("negotioators", &["negotiators"]), + ("exttra", &["extra"]), + ("substantialy", &["substantially"]), + ("depicitng", &["depicting"]), + ("nornal", &["normal"]), + ("filesstem", &["filesystem"]), + ("cjange", &["change"]), + ("prescius", &["precious"]), + ("bastino", &["bastion"]), + ("devider", &["divider"]), + ("cheeots", &["cheetos"]), + ("connectivty", &["connectivity"]), + ("laoded", &["loaded"]), + ("coordingates", &["coordinates"]), + ("notaly", &["notably"]), + ("dicards", &["discards"]), + ("origintea", &["originate"]), + ("irresponsable", &["irresponsible"]), + ("mehcanic", &["mechanic"]), + ("formater", &["formatter"]), + ("protagnoist", &["protagonist"]), + ("confog", &["config"]), + ("comaptibelity", &["compatibility"]), + ("separater", &["separator"]), + ("coexinst", &["coexist"]), + ("responsess", &["responses"]), + ("priveldges", &["privileges"]), + ("enehanced", &["enhanced"]), + ("reallt", &["really"]), + ("nasueous", &["nauseous"]), + ("represantation", &["representation"]), + ("interpretating", &["interpretation"]), + ("termplated", &["templated"]), + ("expropiate", &["expropriate"]), + ("visibiltiy", &["visibility"]), + ("reevalutate", &["reevaluate"]), + ("otherwize", &["otherwise"]), + ("ininterested", &["uninterested"]), + ("gradiation", &["graduation"]), + ("overhwelming", &["overwhelming"]), + ("empahsized", &["emphasized"]), + ("apparenly", &["apparently"]), + ("undelying", &["underlying"]), + ("cheif", &["chief"]), + ("decompse", &["decompose"]), + ("anytghing", &["anything"]), + ("midfied", &["midfield"]), + ("insatll", &["install"]), + ("apprixamate", &["approximate"]), + ("definitivo", &["definition"]), + ("disciplince", &["disciplines"]), + ("librairy", &["library"]), + ("subsidizied", &["subsidized"]), + ("reevaled", &["revealed"]), + ("dake", &["take"]), + ("implicitily", &["implicitly"]), + ("mataphorical", &["metaphorical"]), + ("intercoarse", &["intercourse"]), + ("renegotitate", &["renegotiate"]), + ("benhind", &["behind"]), + ("traverces", &["traverses"]), + ("comenting", &["commenting"]), + ("boads", &["boards"]), + ("infarred", &["infrared"]), + ("marshmallons", &["marshmallows"]), + ("monopace", &["monospace"]), + ("ownwership", &["ownership"]), + ("orietation", &["orientation"]), + ("referncing", &["referencing"]), + ("spectatularly", &["spectacularly"]), + ("secrion", &["section"]), + ("clusterm", &["cluster"]), + ("competators", &["competitors"]), + ("exchaust", &["exhaust"]), + ("governmet", &["governments"]), + ("exmaines", &["examines"]), + ("implemataions", &["implementations"]), + ("waterlemon", &["watermelon"]), + ("decording", &["decoding"]), + ("direectly", &["directly"]), + ("traverce", &["traverse"]), + ("figuratevely", &["figuratively"]), + ("investagate", &["investigate"]), + ("duplaction", &["duplication"]), + ("omlettes", &["omelettes"]), + ("onmishience", &["omniscience"]), + ("functoin", &["function"]), + ("mangementt", &["management"]), + ("changlog", &["changelog"]), + ("rudimentory", &["rudimentary"]), + ("arsenaal", &["arsenal"]), + ("makros", &["macros"]), + ("automaticallly", &["automatically"]), + ("exepcts", &["expects"]), + ("permition", &["permission"]), + ("goin", &["going"]), + ("alvorithmically", &["algorithmically"]), + ("simultaneosly", &["simultaneously"]), + ("releection", &["reelection"]), + ("uranuim", &["uranium"]), + ("spesificaly", &["specifically"]), + ("blantantly", &["blatantly"]), + ("electivite", &["elective"]), + ("relevants", &["relevant"]), + ("spliitting", &["splitting"]), + ("backedns", &["backends"]), + ("javascritp", &["javascript"]), + ("dispensiries", &["dispensaries"]), + ("calbirates", &["calibrates"]), + ("ojekts", &["objects"]), + ("eaturn", &["return", "saturn", "eaten"]), + ("rovide", &["provide"]), + ("columnns", &["columns"]), + ("exapnsion", &["expansion"]), + ("graceufl", &["graceful"]), + ("furzzer", &["fuzzer"]), + ("coincidense", &["coincidence"]), + ("septmeber", &["september"]), + ("motivationals", &["motivations"]), + ("repsonded", &["responded"]), + ("similiarties", &["similarities"]), + ("approxiamtion", &["approximation"]), + ("attrubure", &["attribute"]), + ("completness", &["completeness"]), + ("oigins", &["origins"]), + ("remaned", &["remained"]), + ("checkk", &["check"]), + ("expirements", &["experiments"]), + ("caridge", &["carriage"]), + ("zoocheini", &["zucchini"]), + ("succsess", &["success"]), + ("genaration", &["generation"]), + ("augmnets", &["augments"]), + ("alchoholic", &["alcoholic"]), + ("mapppings", &["mappings"]), + ("suscribe", &["subscribe"]), + ("arragement", &["arrangement"]), + ("limititations", &["limitations"]), + ("reutrn", &["return"]), + ("onveience", &["convenience"]), + ("surprizingly", &["surprisingly"]), + ("vaiants", &["variants"]), + ("extracing", &["extracting"]), + ("fasen", &["fasten"]), + ("scuplture", &["sculpture"]), + ("undersetimated", &["underestimated"]), + ("resorce", &["resource"]), + ("hom", &["home"]), + ("shelvers", &["shelves"]), + ("hda", &["had"]), + ("csae", &["case"]), + ("hypenating", &["hyphenating"]), + ("definance", &["defiance"]), + ("disqualifed", &["disqualified"]), + ("paria", &["pariah", "parka"]), + ("subfromats", &["subformats"]), + ("transcribtion", &["transcription"]), + ("customizeable", &["customizable"]), + ("unattanded", &["unattended"]), + ("spefifeir", &["specifier"]), + ("actuaal", &["actual"]), + ("peripathetic", &["peripatetic"]), + ("assgin", &["assign"]), + ("southamption", &["southampton"]), + ("currus", &["cirrus"]), + ("opearte", &["operate"]), + ("speficitifes", &["specifies"]), + ("scandalosi", &["scandals"]), + ("theroetical", &["theoretical"]), + ("planeswaler", &["planeswalker"]), + ("compsable", &["composable"]), + ("tichness", &["thickness"]), + ("hypothecis", &["hypothesis"]), + ("agresssively", &["aggressively"]), + ("actiual", &["actual"]), + ("approching", &["approaching"]), + ("penatentury", &["penitentiary"]), + ("inifnity", &["infinity"]), + ("dinosuars", &["dinosaurs"]), + ("differend", &["different"]), + ("implimentaion", &["implementation"]), + ("alomost", &["almost"]), + ("catostraphic", &["catastrophic"]), + ("chandaleers", &["chandeliers"]), + ("subscribbing", &["subscribing"]), + ("knonw", &["known"]), + ("interracts", &["interacts"]), + ("scheudling", &["scheduling"]), + ("overclok", &["overclock"]), + ("doorjam", &["doorjamb"]), + ("checkare", &["checker"]), + ("indiands", &["indians"]), + ("rety", &["retry"]), + ("everyonelse", &["everyones"]), + ("officeal", &["official"]), + ("subsidiy", &["subsidy"]), + ("roestta", &["rosetta"]), + ("restircts", &["restricts"]), + ("publisherr", &["publisher"]), + ("belongning", &["belonging"]), + ("scintillatqt", &["scintillaqt"]), + ("tranfer", &["transfer"]), + ("timestanps", &["timestamps", "timespans"]), + ("inconsisntency", &["inconsistency"]), + ("traingles", &["triangles"]), + ("venelope", &["envelope"]), + ("raduis", &["radius"]), + ("explanotory", &["explanatory"]), + ("skillsshot", &["skillshots"]), + ("implememtation", &["implementation"]), + ("chipertexts", &["ciphertexts"]), + ("heloers", &["helpers"]), + ("adming", &["admin"]), + ("sociologial", &["sociological"]), + ("crsytal", &["crystal"]), + ("qoutes", &["quotes"]), + ("follolwing", &["following"]), + ("lighthosue", &["lighthouse"]), + ("capactior", &["capacitor"]), + ("eveluated", &["evaluated"]), + ("consoltation", &["consultation"]), + ("passsing", &["passing"]), + ("influece", &["influence"]), + ("renegatiotiate", &["renegotiate"]), + ("brakethrough", &["breakthrough"]), + ("submiting", &["submitting"]), + ("underultilization", &["underutilization"]), + ("referentes", &["references"]), + ("condtional", &["conditional"]), + ("uncommment", &["uncomment"]), + ("distractia", &["district"]), + ("innactive", &["inactive"]), + ("srunkn", &["shrunken"]), + ("pensle", &["pencil"]), + ("projets", &["projects"]), + ("planeswlaker", &["planeswalker"]), + ("routeguild", &["routeguide"]), + ("circumsicions", &["circumcision"]), + ("effecks", &["effects"]), + ("langage", &["language"]), + ("parmisan", &["parmesan"]), + ("seige", &["siege"]), + ("overlcoking", &["overlooking"]), + ("manufactoring", &["manufacturing"]), + ("clened", &["cleaned"]), + ("organiztions", &["organizations"]), + ("dentified", &["identified"]), + ("bothe", &["both"]), + ("kakfa", &["kafka"]), + ("socailist", &["socialist"]), + ("schedualed", &["scheduled"]), + ("arguemtns", &["arguments"]), + ("interviening", &["interviewing"]), + ("chipest", &["chipset"]), + ("refelxes", &["reflexes"]), + ("directgory", &["directory"]), + ("activley", &["actively"]), + ("restoding", &["restoring"]), + ("alighed", &["aligned", "alighted"]), + ("encryped", &["encrypted"]), + ("actally", &["actually"]), + ("serailsed", &["serialised"]), + ("princeple", &["principle"]), + ("contoroller", &["controller"]), + ("renegotator", &["renegotiator"]), + ("missmatches", &["mismatches"]), + ("belived", &["believed", "beloved"]), + ("stll", &["still"]), + ("indepdencente", &["independence"]), + ("orded", &["ordered"]), + ("prepositons", &["prepositions"]), + ("hunagry", &["hungary"]), + ("daatsheet", &["datasheet"]), + ("happends", &["happens"]), + ("serverlsss", &["serverless"]), + ("niverse", &["inverse"]), + ("matreial", &["material"]), + ("janurary", &["january"]), + ("expanshions", &["expansions"]), + ("adress", &["address"]), + ("nimphomaniacs", &["nymphomaniacs"]), + ("jeircho", &["jericho"]), + ("immedeately", &["immediately"]), + ("depdents", &["dependents"]), + ("functionaility", &["functionality"]), + ("questionaire", &["questionnaire"]), + ("datection", &["detection"]), + ("maximuum", &["maximum"]), + ("reprsenting", &["representing"]), + ("etablishing", &["establishing"]), + ("challendge", &["challenge"]), + ("polulating", &["populating"]), + ("normlly", &["normally"]), + ("authethentication", &["authentication"]), + ("misunderstanting", &["misunderstandings"]), + ("alternativey", &["alternatively"]), + ("muliple", &["multiple"]), + ("witdth", &["width"]), + ("apeal", &["appeal"]), + ("releative", &["relative"]), + ("godliek", &["godlike"]), + ("delte", &["delete"]), + ("failsave", &["failsafe"]), + ("sponsorshop", &["sponsorship"]), + ("dirctory", &["directory"]), + ("prominately", &["prominently", "predominately"]), + ("ocilater", &["oscillator"]), + ("envioremental", &["environmental"]), + ("reloccated", &["relocated"]), + ("coalleced", &["coalesced"]), + ("outrageouly", &["outrageously"]), + ("insturmentals", &["instrumental"]), + ("intdicating", &["indicating"]), + ("doctirne", &["doctrine"]), + ("fulfulling", &["fulfilling"]), + ("navigatore", &["navigate"]), + ("formost", &["foremost"]), + ("bankrupcy", &["bankruptcy"]), + ("ourselvs", &["ourselves"]), + ("betweent", &["between"]), + ("variatnt", &["variant"]), + ("bachler", &["bachelor"]), + ("practitions", &["practitioners"]), + ("regstering", &["registering"]), + ("unresponsibe", &["unresponsive"]), + ("consice", &["concise"]), + ("histerically", &["historically"]), + ("entertwined", &["entertained"]), + ("pedistals", &["pedestals"]), + ("ffor", &["for"]), + ("photograh", &["photograph"]), + ("deleteable", &["deletable"]), + ("backslashs", &["backslashes"]), + ("committments", &["commitments"]), + ("invald", &["invalid"]), + ("temporaere", &["temporary"]), + ("hexidecimals", &["hexadecimals"]), + ("foregrond", &["foreground"]), + ("historgram", &["histogram"]), + ("apporpriation", &["appropriation"]), + ("ahtletes", &["athletes"]), + ("aburptly", &["abruptly"]), + ("obsessin", &["obsession"]), + ("hearder", &["header"]), + ("sewdonims", &["pseudonyms"]), + ("respwaned", &["respawned"]), + ("quatnize", &["quantize"]), + ("deciede", &["decide"]), + ("acordian", &["accordion"]), + ("derefernced", &["dereferenced"]), + ("mroe", &["more"]), + ("neeeding", &["needing"]), + ("descritptive", &["descriptive"]), + ("trunctation", &["truncation"]), + ("funciotns", &["functions"]), + ("criticable", &["critical"]), + ("sequncer", &["sequencer"]), + ("pengwins", &["penguins"]), + ("cashire", &["cashier"]), + ("openbrower", &["openbrowser"]), + ("visbily", &["visibly"]), + ("sertificate", &["certificate"]), + ("encorporating", &["incorporating"]), + ("subnegotitaions", &["subnegotiations"]), + ("fwankenstein", &["frankenstein"]), + ("cirruculum", &["curriculum"]), + ("scientisst", &["scientists", "scientist"]), + ("squshed", &["squashed"]), + ("unorigonal", &["unoriginal"]), + ("innvoate", &["innovate"]), + ("peircing", &["piercing"]), + ("caclucations", &["calculations"]), + ("jamiacan", &["jamaican"]), + ("substential", &["substantial"]), + ("coomposed", &["composed"]), + ("ablums", &["albums"]), + ("uncompleteness", &["incompleteness"]), + ("aceept", &["accept"]), + ("accordng", &["according"]), + ("insustainable", &["unsustainable"]), + ("presistently", &["persistently"]), + ("ideosincracy", &["idiosyncrasy"]), + ("birmignham", &["birmingham"]), + ("vulbearbuilities", &["vulnerabilities"]), + ("heavywieghts", &["heavyweight"]), + ("obhectify", &["objectify"]), + ("thermodynamcs", &["thermodynamics"]), + ("sttutering", &["stuttering"]), + ("poimt", &["point"]), + ("corspes", &["corpses"]), + ("repetetive", &["repetitive"]), + ("scoripon", &["scorpion"]), + ("associcating", &["associating"]), + ("possbily", &["possibly"]), + ("sereous", &["serious", "serous"]), + ("angshiuosly", &["anxiously"]), + ("verry", &["very"]), + ("disticnt", &["distinct"]), + ("epects", &["expects"]), + ("qualifires", &["qualifiers"]), + ("vulnearabilities", &["vulnerabilities"]), + ("falgs", &["flags"]), + ("comamnding", &["commanding"]), + ("resepect", &["respect"]), + ("combained", &["combined"]), + ("uncontrained", &["unconstrained"]), + ("reenfoces", &["reenforces"]), + ("perfektion", &["perfection"]), + ("verbatum", &["verbatim"]), + ("temproraily", &["temporarily"]), + ("counterside", &["countryside"]), + ("collaobrative", &["collaborative"]), + ("absould", &["absolute"]), + ("anually", &["annually"]), + ("competative", &["competitive"]), + ("similer", &["similar"]), + ("stuggles", &["struggles"]), + ("ukrainain", &["ukrainian"]), + ("accumelated", &["accumulated"]), + ("cilincers", &["cylinders", "silencers"]), + ("teamplates", &["templates"]), + ("comedlib", &["comedilib"]), + ("broswer", &["browser"]), + ("deamonise", &["daemonise"]), + ("chatacter", &["character"]), + ("exauhsted", &["exhausted"]), + ("combinatin", &["combinations"]), + ("probabe", &["probable"]), + ("trugged", &["trudged", "tugged"]), + ("seantors", &["senators"]), + ("tlaking", &["talking"]), + ("virutes", &["virtues"]), + ("broozes", &["bruises"]), + ("owervrites", &["overwrites"]), + ("sxmbolic", &["symbolic"]), + ("paddding", &["padding"]), + ("authenenticate", &["authenticate"]), + ("hihglights", &["highlights"]), + ("vulneable", &["vulnerable"]), + ("progation", &["propagation"]), + ("nonpriviledged", &["nonprivileged"]), + ("electrnoics", &["electronics"]), + ("algoprithmically", &["algorithmically"]), + ("correspont", &["correspond"]), + ("decalaring", &["declaring"]), + ("investogators", &["investigators"]), + ("finshing", &["finishing"]), + ("impementated", &["implemented"]), + ("hijkack", &["hijack"]), + ("pixes", &["pixels"]), + ("wallpapr", &["wallpapers"]), + ("crsytallographic", &["crystallographic"]), + ("tranformable", &["transformable"]), + ("enitre", &["entire"]), + ("modifu", &["modify"]), + ("finilize", &["finalize"]), + ("encryptiion", &["encryption"]), + ("hemmorhages", &["hemorrhages"]), + ("ellementals", &["elementals"]), + ("indepdenence", &["independence"]), + ("virginis", &["virgins"]), + ("constitently", &["consistently"]), + ("extit", &["exit"]), + ("pythjon", &["python"]), + ("accuarte", &["accurate"]), + ("cantalopes", &["cantaloupes"]), + ("currupts", &["corrupts"]), + ("hydrualic", &["hydraulic"]), + ("interract", &["interact"]), + ("westernes", &["westerners"]), + ("invlaid", &["invalid"]), + ("frowrad", &["forward"]), + ("renegotatiate", &["renegotiate"]), + ("corrrects", &["corrects"]), + ("egotisticle", &["egotistical"]), + ("satisfactorilly", &["satisfactory"]), + ("obstruced", &["obstructed"]), + ("separete", &["separate"]), + ("negoitation", &["negotiation"]), + ("consensul", &["consensual"]), + ("expermeneted", &["experimented"]), + ("projcets", &["projects"]), + ("removce", &["remove"]), + ("servies", &["services"]), + ("neighbourgh", &["neighbour"]), + ("opertaions", &["operations"]), + ("upsreaming", &["upstreaming"]), + ("reperesents", &["represents"]), + ("sandstom", &["sandstorm"]), + ("symptumaticly", &["symptomatically"]), + ("problimatic", &["problematic"]), + ("quried", &["queried"]), + ("girlfrients", &["girlfriends"]), + ("erally", &["orally", "really"]), + ("reprehenisble", &["reprehensible"]), + ("civalazation", &["civilization"]), + ("architct", &["architect"]), + ("afterawards", &["afterwards"]), + ("doucmenters", &["documenters"]), + ("compluter", &["computer"]), + ("instabilty", &["instability"]), + ("notitifers", &["notifiers"]), + ("datatpe", &["datatype"]), + ("fowll", &["follow", "foul"]), + ("participents", &["participants"]), + ("provicded", &["provided"]), + ("sharraids", &["charades"]), + ("corresopnding", &["corresponding"]), + ("dynamicly", &["dynamically"]), + ("unpredicable", &["unpredictable"]), + ("cateogrical", &["categorical"]), + ("retaliers", &["retailers"]), + ("incompatablities", &["incompatibilities"]), + ("unenployment", &["unemployment"]), + ("aout", &["about"]), + ("flattend", &["flattened"]), + ("featchure", &["feature"]), + ("brigthness", &["brightness"]), + ("travesed", &["traversed"]), + ("supspect", &["suspect"]), + ("froms", &["forms"]), + ("spearators", &["separators"]), + ("nostolgicly", &["nostalgically"]), + ("hardned", &["hardened"]), + ("asessments", &["assessments"]), + ("aliagn", &["align"]), + ("sprayade", &["sprayed"]), + ("expeimented", &["experimented"]), + ("exections", &["executions"]), + ("memicking", &["mimicking"]), + ("comfterbly", &["comfortably"]), + ("pysics", &["physics"]), + ("nutreints", &["nutrients"]), + ("pattens", &["patterns", "patents"]), + ("backpsace", &["backspace"]), + ("mississppi", &["mississippi"]), + ("critices", &["critics"]), + ("trasnsmit", &["transmit"]), + ("dissapates", &["dissipates"]), + ("masakist", &["masochist"]), + ("transylvannia", &["transylvania"]), + ("plad", &["plaid", "plead"]), + ("educacional", &["educational"]), + ("phenomanal", &["phenomenal"]), + ("higlight", &["highlight"]), + ("pankaces", &["pancakes"]), + ("porvids", &["provides"]), + ("questionn", &["questioning"]), + ("prosporous", &["prosperous"]), + ("initiliazed", &["initialized"]), + ("distribuitng", &["distributing"]), + ("ninimum", &["minimum"]), + ("disconecctions", &["disconnections"]), + ("overwiew", &["overview"]), + ("inconvenice", &["inconvenience"]), + ("necause", &["because"]), + ("calymore", &["claymore"]), + ("pnatheon", &["pantheon"]), + ("visuaized", &["visualized"]), + ("ortogonal", &["orthogonal"]), + ("assmeble", &["assemble"]), + ("pwoer", &["power"]), + ("massachusettes", &["massachusetts"]), + ("subcribes", &["subscribes"]), + ("hoep", &["hope"]), + ("ulteriour", &["ulterior"]), + ("sovereighnty", &["sovereignty"]), + ("expilicitely", &["explicitly"]), + ("maxmium", &["maximum"]), + ("sentements", &["sentiments"]), + ("standart", &["standard"]), + ("approproximations", &["approximations"]), + ("accerelate", &["accelerated"]), + ("pacages", &["packages"]), + ("coumpounds", &["compounds"]), + ("ambassedor", &["ambassador"]), + ("reuqesting", &["requesting"]), + ("inspeciton", &["inspections"]), + ("duplaicate", &["duplicate"]), + ("ankshusly", &["anxiously"]), + ("unexpetectedly", &["unexpectedly"]), + ("cambodai", &["cambodia"]), + ("udated", &["updated", "dated"]), + ("sucessfuly", &["successfully"]), + ("inconsistence", &["inconsistency"]), + ("sequentialy", &["sequentially"]), + ("suop", &["soup"]), + ("reslove", &["resolve"]), + ("sapphie", &["sapphire"]), + ("recevie", &["receive"]), + ("codesc", &["codecs"]), + ("objectificaton", &["objectification"]), + ("replase", &["replaces", "replace", "relapse", "rephase"]), + ("noteably", &["notably"]), + ("selectd", &["selected"]), + ("irradating", &["irradiating"]), + ("maniputed", &["manipulated"]), + ("stirrs", &["stirs"]), + ("speciied", &["specified"]), + ("iniitializes", &["initializes"]), + ("respwaning", &["respawning"]), + ("philadeplhia", &["philadelphia"]), + ("prestigiu", &["prestigious"]), + ("disaspointed", &["disappointed"]), + ("floppys", &["floppies"]), + ("contestase", &["contests"]), + ("secton", &["section"]), + ("enviroment", &["environment"]), + ("lifespawn", &["lifespan"]), + ("variaty", &["variety"]), + ("vailidty", &["validity"]), + ("mechanicle", &["mechanical"]), + ("progidy", &["prodigy"]), + ("heistation", &["hesitation"]), + ("custumer", &["customer"]), + ("becnhmark", &["benchmark"]), + ("domait", &["domain"]), + ("waclott", &["walcott"]), + ("certficated", &["certificated"]), + ("remorted", &["reported"]), + ("complecated", &["complicated"]), + ("satisfcation", &["satisfaction"]), + ("alphabeat", &["alphabet"]), + ("optonal", &["optional"]), + ("disicplined", &["disciplined"]), + ("exorbatant", &["exorbitant"]), + ("asbestoes", &["asbestos"]), + ("apauls", &["appalls"]), + ("marshmalow", &["marshmallow"]), + ("conjuntions", &["conjunctions"]), + ("foriegn", &["foreign"]), + ("internel", &["internal"]), + ("conyak", &["cognac"]), + ("hitory", &["history"]), + ("moutn", &["mount"]), + ("desingers", &["designers"]), + ("recognie", &["recognizes"]), + ("texuture", &["texture"]), + ("conveninent", &["convenient"]), + ("authrors", &["authors"]), + ("throgh", &["through"]), + ("accessments", &["assessments"]), + ("previewd", &["previewed"]), + ("egenralizes", &["generalizes"]), + ("lannguage", &["language"]), + ("significatly", &["significantly"]), + ("connektors", &["connectors"]), + ("frequenties", &["frequencies"]), + ("criticiszing", &["criticising"]), + ("negotitation", &["negotiation"]), + ("ruslted", &["rustled"]), + ("catastrphic", &["catastrophic"]), + ("knowledeable", &["knowledgable"]), + ("coordintate", &["coordinate"]), + ("nessasarily", &["necessarily"]), + ("alvorithms", &["algorithms"]), + ("atorney", &["attorney"]), + ("disciplinerad", &["disciplined"]), + ("transmorgs", &["transforms"]), + ("southapmton", &["southampton"]), + ("parocheelity", &["parochiality"]), + ("koolot", &["culotte"]), + ("accelorator", &["accelerator"]), + ("comparisson", &["comparisons", "comparison"]), + ("expetiment", &["experiment"]), + ("discustingly", &["disgustingly"]), + ("dispached", &["dispatched"]), + ("precisley", &["precisely"]), + ("adevnturers", &["adventurers"]), + ("reasearcher", &["researcher"]), + ("datatpes", &["datatypes"]), + ("sepaate", &["separate"]), + ("negoators", &["negotiators"]), + ("overlooming", &["overlooking"]), + ("upsteamer", &["upstreamer"]), + ("ciontrol", &["control"]), + ("lodable", &["loadable"]), + ("algorthins", &["algorithms"]), + ("mulitiplier", &["multiplier"]), + ("enver", &["never"]), + ("condidential", &["confidential"]), + ("wraapps", &["wraps"]), + ("spontaneoulsy", &["spontaneously"]), + ("pecularities", &["peculiarities"]), + ("constain", &["constrain", "contain"]), + ("correesponded", &["corresponded"]), + ("accidentlaly", &["accidentally"]), + ("redution", &["reduction"]), + ("nedlessly", &["endlessly"]), + ("continuesly", &["continuously"]), + ("replacte", &["replace", "replicate"]), + ("contraceptivos", &["contraceptives"]), + ("minsitry", &["ministry"]), + ("descendats", &["descendants"]), + ("beahviour", &["behaviour"]), + ("schduleing", &["scheduling"]), + ("etcp", &["etc"]), + ("indifferente", &["indifference"]), + ("previusly", &["previously"]), + ("cimptoms", &["symptoms"]), + ("couterparts", &["counterparts"]), + ("outraegously", &["outrageously"]), + ("blatent", &["blatant"]), + ("transvorming", &["transforming"]), + ("delares", &["declares"]), + ("atribute", &["attribute"]), + ("sensitve", &["sensitive"]), + ("entrys", &["entries", "entry"]), + ("ponit", &["point"]), + ("progressief", &["progressive"]), + ("cywgin", &["cygwin"]), + ("beseige", &["besiege"]), + ("contamporaries", &["contemporaries"]), + ("encountre", &["encounter", "encountered"]), + ("corale", &["chorale"]), + ("usualy", &["usually"]), + ("timzeones", &["timezones"]), + ("disasterous", &["disastrous"]), + ("delaring", &["declaring"]), + ("ecspecially", &["especially"]), + ("inidication", &["indication"]), + ("partsian", &["partisan"]), + ("tunning", &["tuning", "running"]), + ("aproval", &["approval"]), + ("evaludate", &["evaluate"]), + ("checkoints", &["checkpoints"]), + ("speficifed", &["specified"]), + ("irreversibel", &["irreversible"]), + ("formadible", &["formidable"]), + ("suposse", &["suppose"]), + ("monestaries", &["monasteries"]), + ("tosday", &["today", "tuesday"]), + ("containint", &["containing"]), + ("micosoft", &["microsoft"]), + ("speperatd", &["separated"]), + ("mondey", &["monday", "money", "monkey"]), + ("algotihmic", &["algorithmic"]), + ("vastecomy", &["vasectomy"]), + ("bidning", &["binding"]), + ("availavility", &["availability"]), + ("librabry", &["library"]), + ("plalform", &["platform"]), + ("commneting", &["commenting"]), + ("purpse", &["purpose"]), + ("leftsits", &["leftists"]), + ("subproces", &["subprocess"]), + ("ditributions", &["distributions"]), + ("educationnal", &["educational"]), + ("cooefficient", &["coefficient"]), + ("transpsition", &["transposition"]), + ("indefenite", &["indefinite"]), + ("ignorrig", &["ignoring"]), + ("clientes", &["clients"]), + ("airpsace", &["airspace"]), + ("absuridty", &["absurdity"]), + ("economistes", &["economists"]), + ("ccontrol", &["control"]), + ("importd", &["imported"]), + ("gettters", &["getters"]), + ("indirectely", &["indirectly"]), + ("ordinarly", &["ordinary"]), + ("certificato", &["certification"]), + ("unsucessuflly", &["unsuccessfully"]), + ("cehckout", &["checkout"]), + ("innovatin", &["innovations"]), + ("softwares", &["software"]), + ("alreadt", &["already"]), + ("prosecuters", &["prosecutors"]), + ("unappeeling", &["unappealing"]), + ("nutritent", &["nutrient"]), + ("sturtured", &["structured"]), + ("eliminaton", &["elimination"]), + ("consolato", &["consolation"]), + ("executionees", &["executions"]), + ("exaggeratted", &["exaggerated"]), + ("virutal", &["virtual"]), + ("approxmiate", &["approximate"]), + ("cheks", &["checks"]), + ("adminitrator", &["administrator"]), + ("traingle", &["triangle"]), + ("inserstor", &["inserter"]), + ("experation", &["expiration"]), + ("develped", &["developed"]), + ("magnifacent", &["magnificent"]), + ("femminist", &["feminist"]), + ("acquaintace", &["acquaintance"]), + ("featchured", &["featured"]), + ("parocheel", &["parochial"]), + ("speherical", &["spherical"]), + ("isntrument", &["instrument"]), + ("voyours", &["voyeurs"]), + ("approoximates", &["approximates"]), + ("mutliples", &["multiples"]), + ("reconsidder", &["reconsider"]), + ("cylynders", &["cylinders"]), + ("taxomonmy", &["taxonomy"]), + ("forntpage", &["frontpage"]), + ("confugirble", &["configurable"]), + ("deseralization", &["deserialization"]), + ("executible", &["executable"]), + ("algotrithmically", &["algorithmically"]), + ("thise", &["these", "this"]), + ("suffic", &["suffix"]), + ("desttructor", &["destructor"]), + ("defaulg", &["default"]), + ("fininshed", &["finished"]), + ("antibiotcs", &["antibiotics"]), + ("algotihm", &["algorithm"]), + ("correspnds", &["corresponds"]), + ("reqiring", &["requiring"]), + ("siguret", &["cigaret"]), + ("unconvectional", &["unconventional"]), + ("bacground", &["background"]), + ("proejcted", &["projected"]), + ("mehodical", &["methodical"]), + ("defintily", &["definitely"]), + ("grammaticly", &["grammatical"]), + ("denegrating", &["denigrating"]), + ("reteriver", &["retriever"]), + ("seperaors", &["separators"]), + ("scandalose", &["scandals"]), + ("sheduled", &["scheduled"]), + ("incramental", &["incremental"]), + ("psycholoog", &["psychology"]), + ("zeebra", &["zebra"]), + ("autonegoations", &["autonegotiations"]), + ("negotatied", &["negotiated"]), + ("stegnography", &["steganography"]), + ("srinkd", &["shrunk"]), + ("contraticting", &["contradicting"]), + ( + "transations", + &["transitions", "transactions", "translations"], + ), + ("struc", &["struct"]), + ("limitiers", &["limiters"]), + ("disresepctful", &["disrespectful"]), + ("bordrelines", &["borderlines"]), + ("highlighing", &["highlighting"]), + ("alllows", &["allows"]), + ("gauarantee", &["guarantee"]), + ("cyphertext", &["ciphertext"]), + ("wronly", &["wrongly"]), + ("sryinge", &["syringe"]), + ("dektop", &["desktop"]), + ("successfullies", &["successfully"]), + ("syllabels", &["syllables"]), + ("protoganists", &["protagonists"]), + ("folloeing", &["following"]), + ("abanonded", &["abandoned"]), + ("scuptures", &["sculptures"]), + ("puncutation", &["punctuation"]), + ("counsilling", &["counselling"]), + ("precentile", &["percentile"]), + ("quartercask", &["quarterbacks"]), + ("subscribtions", &["subscriptions"]), + ("exlpoited", &["exploited"]), + ("compulsivo", &["compulsion"]), + ("immedaite", &["immediate"]), + ("theather", &["theater"]), + ("reviewsectio", &["reviewsection"]), + ("shwo", &["show"]), + ("unrestrcited", &["unrestricted"]), + ("capabality", &["capability"]), + ("behaivor", &["behavior"]), + ("crosshiar", &["crosshair"]), + ("reciving", &["receiving"]), + ("draconain", &["draconian"]), + ("sympathiek", &["sympathize"]), + ("connaect", &["connect"]), + ("charactersistically", &["characteristically"]), + ("solatare", &["solitaire"]), + ("retunr", &["return", "retune"]), + ("preovided", &["provided"]), + ("herathstone", &["hearthstone"]), + ("appned", &["append"]), + ("miminizes", &["minimizes"]), + ("idesa", &["ideas", "ides"]), + ("konfrontation", &["confrontation"]), + ("expermenetations", &["experimentations"]), + ("sensure", &["censure"]), + ("metaphoras", &["metaphors"]), + ("asignor", &["assignor"]), + ("irradated", &["irradiated"]), + ("atttributes", &["attributes"]), + ("tramsmits", &["transmits"]), + ("iniitial", &["initial"]), + ("apeends", &["appends"]), + ("peprocessor", &["preprocessor"]), + ("coalese", &["coalesce"]), + ("retreivable", &["retrievable"]), + ("desribe", &["describe"]), + ("inpsection", &["inspection"]), + ("virutalised", &["virtualised"]), + ("maraudeurs", &["marauder"]), + ("inferir", &["inferior"]), + ("veyr", &["very"]), + ("pipelinining", &["pipelining"]), + ("membrans", &["membranes"]), + ("communitcation", &["communication"]), + ("acocunt", &["account"]), + ("clene", &["clean", "cleaned"]), + ("tect", &["test", "text"]), + ("indiciate", &["indicate"]), + ("resourcs", &["resources", "resource"]), + ("spectum", &["spectrum"]), + ("swithable", &["switchable"]), + ("argmument", &["argument"]), + ("vikingos", &["vikings"]), + ("soudns", &["sounds"]), + ("sesceded", &["seceded"]), + ("duplaicated", &["duplicated"]), + ("celitcs", &["celtics"]), + ("numearation", &["numeration"]), + ("silybus", &["syllabus"]), + ("soliders", &["soldiers"]), + ("conquerer", &["conqueror"]), + ("milwuakee", &["milwaukee"]), + ("unitilized", &["uninitialized"]), + ("contentino", &["contention"]), + ("compination", &["compilation", "combination"]), + ("distration", &["distortion"]), + ("subpecies", &["subspecies"]), + ("vulberabule", &["vulnerable"]), + ("ajustments", &["adjustments"]), + ("generla", &["general"]), + ("maintancne", &["maintenance"]), + ("udpating", &["updating"]), + ("spanwed", &["spawned"]), + ("secords", &["seconds"]), + ("illumunati", &["illuminati"]), + ("bloks", &["blocks", "blokes"]), + ("intiative", &["initiative"]), + ("indivudually", &["individually"]), + ("effiecient", &["efficient"]), + ("mechine", &["machine"]), + ("trainling", &["trailing", "training"]), + ("cercumstances", &["circumstances"]), + ("presumpteous", &["presumptuous"]), + ("underwarter", &["underwater"]), + ("impovements", &["improvements"]), + ("unafected", &["unaffected"]), + ("renegotions", &["renegotiations"]), + ("expections", &["exceptions", "expectations"]), + ("delusionally", &["delusively"]), + ("vollyeball", &["volleyball"]), + ("antivuris", &["antivirus"]), + ("properteis", &["properties"]), + ("mecanisms", &["mechanisms"]), + ("powerhours", &["powerhouse"]), + ("implementaion", &["implementation"]), + ("islamit", &["islamist"]), + ("revrese", &["reverse"]), + ("electroltyes", &["electrolytes"]), + ("ethose", &["those", "ethos"]), + ("satisfactorly", &["satisfactory"]), + ("negotiatiors", &["negotiations"]), + ("pressuming", &["pressuring"]), + ("uploder", &["uploader"]), + ("worbenches", &["workbenches"]), + ("stroyboard", &["storyboard"]), + ("attribting", &["attributing"]), + ("acknoledgments", &["acknowledgments"]), + ("experimenatel", &["experimental"]), + ("ciguretes", &["cigarettes"]), + ("tranzporter", &["transporter"]), + ("differntials", &["differentials"]), + ("malclom", &["malcolm"]), + ("mismached", &["mismatched"]), + ("iniected", &["injected"]), + ("thumbnal", &["thumbnails", "thumbnail"]), + ("widgect", &["widget"]), + ("watchign", &["watching"]), + ("eachohter", &["eachother"]), + ("ignorre", &["ignore"]), + ("comor", &["color"]), + ("initializaiton", &["initialization"]), + ("revovles", &["revolves"]), + ("landscspe", &["landscapes"]), + ("administartors", &["administrators"]), + ("populatiry", &["popularity"]), + ("intreegued", &["intrigued"]), + ("reynols", &["reynolds"]), + ("discuused", &["discussed"]), + ("lingusitic", &["linguistics"]), + ("dielectirc", &["dielectric"]), + ("guarente", &["guarantee"]), + ("negotitaing", &["negotiating"]), + ("fluttersy", &["fluttershy"]), + ("charasteristic", &["characteristics"]), + ("wiyhout", &["without"]), + ("subnegoziation", &["subnegotiation"]), + ("discapline", &["discipline"]), + ("extnesions", &["extensions"]), + ("hopelessy", &["hopelessly"]), + ("iburpofen", &["ibuprofen"]), + ("exeuction", &["execution"]), + ("poralized", &["polarized"]), + ("sintact", &["syntax"]), + ("restor", &["restore"]), + ("casims", &["chasms"]), + ("uncomforyable", &["uncomfortably"]), + ("humidiy", &["humidity"]), + ("rrase", &["erase"]), + ("corrdinates", &["coordinates"]), + ("polgon", &["polygon"]), + ("foloowind", &["following"]), + ("morgage", &["mortgage"]), + ("disctionaries", &["dictionaries"]), + ("rearrangd", &["rearranged"]), + ("conetion", &["connection"]), + ("brocher", &["brochure"]), + ("highter", &["higher"]), + ("midpionts", &["midpoints"]), + ("couter", &["counter"]), + ("repetions", &["repetitions"]), + ("eptied", &["emptied"]), + ("calcualting", &["calculating"]), + ("produccion", &["production"]), + ("cosemtics", &["cosmetics"]), + ("answere", &["answer"]), + ("nottaion", &["notation"]), + ("intangable", &["intangible"]), + ("offten", &["often"]), + ("cornel", &["colonel"]), + ("disticntly", &["distinctly"]), + ("desision", &["decision"]), + ("bizzare", &["bizarre"]), + ("arcaheology", &["archeology"]), + ("voyouristic", &["voyeuristic"]), + ("christmans", &["christians"]), + ("signall", &["signal"]), + ("friendlis", &["friendlies"]), + ("heve", &["have"]), + ("crsytallise", &["crystallise"]), + ("comftorable", &["comfortable"]), + ("referece", &["reference"]), + ("neighberhoood", &["neighborhood"]), + ("comparations", &["comparisons"]), + ("mundande", &["mundane"]), + ("conpetitions", &["competitions"]), + ("droput", &["dropout"]), + ("incerasing", &["increasing"]), + ("speficilliable", &["specifiable"]), + ("appartments", &["apartments"]), + ("submision", &["submission"]), + ("lighbar", &["lightbar"]), + ("electrocity", &["electricity"]), + ("prohibation", &["prohibition"]), + ("tabel", &["table"]), + ("strcutural", &["structural"]), + ("sponsord", &["sponsored"]), + ("avare", &["aware"]), + ("seup", &["setup"]), + ("lentghs", &["lengths"]), + ("battailon", &["battalion"]), + ("sweatshrit", &["sweatshirt"]), + ("appliaction", &["application"]), + ("carryintg", &["carrying"]), + ("godess", &["goddess"]), + ("affiars", &["affairs"]), + ("repertwares", &["repertoires"]), + ("mocrophone", &["microphone"]), + ("outnumbed", &["outnumbered"]), + ("overpoweing", &["overpowering"]), + ("reboto", &["reboot"]), + ("quicly", &["quickly"]), + ("renegosiate", &["renegotiate"]), + ("interwebers", &["interwebs"]), + ("expessing", &["expressing"]), + ("otifications", &["notifications"]), + ("contancting", &["contracting"]), + ("extarnally", &["externally"]), + ("apdated", &["updated"]), + ("expireitme", &["expiretime"]), + ("volentier", &["volunteer"]), + ("chizle", &["chisel"]), + ("cleses", &["closes"]), + ("equivlently", &["equivalently"]), + ("firest", &["fires", "first"]), + ("retrobution", &["retribution"]), + ("dafaut", &["default"]), + ("automaitcally", &["automatically"]), + ("ellement", &["element"]), + ("displayes", &["displays", "displayed"]), + ("inconvienient", &["inconvenient"]), + ("asbtract", &["abstract"]), + ("teanant", &["tenant"]), + ("checksuming", &["checksumming"]), + ("appars", &["appears"]), + ("delearship", &["dealership"]), + ("cabients", &["cabinets"]), + ("implementationen", &["implementations"]), + ("roboticus", &["robotics"]), + ("witnesess", &["witnesses"]), + ("sucesssfull", &["successful"]), + ("rekommendation", &["recommendation"]), + ("instrucction", &["instruction"]), + ("investmens", &["investments"]), + ("honoric", &["honorific"]), + ("exepmtion", &["exemption"]), + ("custome", &["custom", "customs", "costume", "customer"]), + ("sacle", &["scale"]), + ("linguistis", &["linguistics"]), + ("histroical", &["historical"]), + ("spermatozoan", &["spermatozoon"]), + ("maches", &["matches"]), + ("instering", &["inserting"]), + ("yugoslac", &["yugoslav"]), + ("intrinisc", &["intrinsic"]), + ("probabiliste", &["probabilities"]), + ("notifacations", &["notifications"]), + ("misoginystic", &["misogynistic"]), + ("fallicious", &["fallacious"]), + ("positoined", &["positioned"]), + ("rewritte", &["rewrite"]), + ("transparaent", &["transparent"]), + ("knolwedgable", &["knowledgable"]), + ("preliminarly", &["preliminary"]), + ("defference", &["difference", "deference"]), + ("avalibility", &["availability"]), + ("doublelfit", &["doublelift"]), + ("follwoind", &["following"]), + ("exceuctives", &["executives"]), + ("abilites", &["abilities"]), + ("compataibility", &["compatibility"]), + ("reigining", &["reigning"]), + ("lexographically", &["lexicographically"]), + ("renegoziated", &["renegotiated"]), + ("brokened", &["broken"]), + ("milion", &["million"]), + ("conveneince", &["convenience"]), + ("unrelying", &["underlying"]), + ("enthuseastic", &["enthusiastic"]), + ("execptional", &["exceptional"]), + ("prepand", &["prepend"]), + ("concertas", &["concerts"]), + ("hurldes", &["hurdles"]), + ("misintepret", &["misinterpret"]), + ("dionsaurs", &["dinosaurs"]), + ("recommennd", &["recommends"]), + ("kuberntes", &["kubernetes"]), + ("converve", &["conserve", "converse"]), + ("trasnporting", &["transporting"]), + ("cylindres", &["cylinders"]), + ("bascially", &["basically"]), + ("lightheated", &["lighthearted"]), + ("expereicne", &["experience"]), + ("commonhealth", &["commonwealth"]), + ("instuctional", &["instructional"]), + ("undertstands", &["understands"]), + ("shepperded", &["shepherded"]), + ("inevidably", &["inevitably"]), + ("nationalistisch", &["nationalists"]), + ("expermiment", &["experiment"]), + ("excewption", &["exception"]), + ("perceptoin", &["perceptions"]), + ("possitive", &["positive"]), + ("renegosiating", &["renegotiating"]), + ("encondings", &["encodings"]), + ("sourt", &["sort", "south", "sour"]), + ("endpints", &["endpoints"]), + ("capabilies", &["capabilities"]), + ("intervension", &["intervention"]), + ("buffors", &["buffers"]), + ("indigenius", &["indigenous"]), + ("rebuliding", &["rebuilding"]), + ("dafualt", &["default"]), + ("romoting", &["remoting"]), + ("stimulatie", &["stimulated"]), + ("possiby", &["possibly"]), + ("suspendeds", &["suspense"]), + ("rapsberry", &["raspberry"]), + ("vavlue", &["value"]), + ("copiing", &["copying"]), + ("disricts", &["districts"]), + ("excepionally", &["exceptionally"]), + ("submitt", &["submit"]), + ("athletisim", &["athleticism"]), + ("guatamala", &["guatemala"]), + ("mercinaries", &["mercenaries"]), + ("annonate", &["annotate"]), + ("craches", &["crashes", "caches", "crutches"]), + ("imporoting", &["importing"]), + ("lexographical", &["lexicographical"]), + ("geeral", &["general"]), + ("unfortuantely", &["unfortunately"]), + ("definitley", &["definitely"]), + ("nonnegarive", &["nonnegative"]), + ("automotove", &["automotive"]), + ("reappered", &["reappeared"]), + ("contricting", &["contracting"]), + ("aligin", &["align"]), + ("firt", &["first", "flirt"]), + ("culrpit", &["culprit"]), + ("bacause", &["because"]), + ("publisgers", &["publishers"]), + ("comutative", &["commutative"]), + ("reacahble", &["reachable"]), + ("permitts", &["permits"]), + ("varibel", &["variable"]), + ("aviods", &["avoids"]), + ("incrediably", &["incredibly"]), + ("disdvantage", &["disadvantage"]), + ("prerequesit", &["prerequisite"]), + ("minitaure", &["miniature"]), + ("eptrapolates", &["extrapolates"]), + ("prescripcion", &["prescription"]), + ("concentratin", &["concentration"]), + ("highligted", &["highlighted"]), + ("construt", &["constructs", "construct"]), + ("vareigated", &["variegated"]), + ("disconeect", &["disconnect"]), + ("registerin", &["registering"]), + ("gess", &["guess"]), + ("catagorization", &["categorization"]), + ("midifeld", &["midfield"]), + ("resierfs", &["reiserfs"]), + ("programmeur", &["programmer"]), + ("perfomamces", &["performances"]), + ("distint", &["distinct"]), + ("constituit", &["constitute"]), + ("cernomies", &["ceremonies"]), + ("contronls", &["controls"]), + ("reminscient", &["reminiscent"]), + ("phsyiological", &["physiological"]), + ("confuzzing", &["confusing"]), + ("orangism", &["organism"]), + ("dermines", &["determines"]), + ("stteting", &["setting"]), + ("prematurly", &["prematurely"]), + ("initalizable", &["initializable"]), + ("imbrasing", &["embracing"]), + ("simetrical", &["symmetrical"]), + ("zimmap", &["zipmap"]), + ("councidentally", &["coincidentally"]), + ("cloack", &["cloak"]), + ("pasteing", &["pasting"]), + ("guarnated", &["guaranteed"]), + ("pornagraphy", &["pornography"]), + ("institutionel", &["institutional"]), + ("consdidered", &["considered"]), + ("dumbfoundeads", &["dumbfounded"]), + ("synax", &["syntax"]), + ("usuage", &["usage"]), + ("derference", &["deference", "dereference"]), + ("downrading", &["downgrading"]), + ("relocaites", &["relocates"]), + ("colera", &["cholera"]), + ("eletronic", &["electronic"]), + ("alientating", &["alienating"]), + ("machins", &["machines"]), + ("unbelievablly", &["unbelievably"]), + ("larinxes", &["larynxes"]), + ("rememered", &["remembered"]), + ("phenomonon", &["phenomenon"]), + ("maibox", &["mailbox"]), + ("admitedly", &["admittedly"]), + ("undertand", &["understand"]), + ("sevral", &["several"]), + ("aspectos", &["aspects"]), + ("contorl", &["control"]), + ("unrptorect", &["unprotect"]), + ("checkkout", &["checkout"]), + ("scientfically", &["scientifically"]), + ("interpritation", &["interpretation"]), + ("reallize", &["realize"]), + ("alignmen", &["alignment"]), + ("executung", &["executing"]), + ("torublesome", &["troublesome"]), + ("negligble", &["negligible"]), + ("decoratrion", &["decoration"]), + ("guyzer", &["geyser"]), + ("panethon", &["pantheon"]), + ("comision", &["commission"]), + ("dipose", &["dispose", "depose"]), + ("reccommended", &["recommended"]), + ("inprooved", &["improved"]), + ("notifiy", &["notify"]), + ("repesented", &["represented"]), + ("cheezecake", &["cheesecake"]), + ("sokets", &["sockets"]), + ("mulitply", &["multiply"]), + ("coordonation", &["coordination"]), + ("anoy", &["annoy"]), + ("smouthness", &["smoothness"]), + ("cluase", &["clause"]), + ("roduceer", &["producer"]), + ("follfowiong", &["following"]), + ("theromdynamics", &["thermodynamics"]), + ("tomarow", &["tomorrow"]), + ("directinla", &["directional"]), + ("humands", &["humans"]), + ("veicles", &["vehicles"]), + ("purpolsion", &["propulsion"]), + ("possibillity", &["possibility"]), + ("harranges", &["arranges", "harangues"]), + ("inconvinences", &["inconveniences"]), + ("adnimistrator", &["administrators"]), + ("exacberate", &["exacerbated"]), + ("tempraray", &["temporary"]), + ("equailty", &["equality"]), + ("enginereed", &["engineered"]), + ("grahpical", &["graphical"]), + ("providewd", &["provided"]), + ("enchantmens", &["enchantments"]), + ("timeserie", &["timeseries"]), + ("broadcas", &["broadcast"]), + ("contructed", &["constructed"]), + ("collender", &["cullender"]), + ("stragegically", &["strategically"]), + ("containg", &["containing"]), + ("technic", &["technique"]), + ("settigns", &["settings"]), + ("parentesis", &["parentheses", "parenthesis"]), + ("refusla", &["refusal"]), + ("limititer", &["limiter"]), + ("affilliate", &["affiliate"]), + ("regisetr", &["register"]), + ("breakdows", &["breakdowns"]), + ("contributuons", &["contributions"]), + ("borderlanders", &["borderlands"]), + ("majoroty", &["majority"]), + ("tagggen", &["taggen"]), + ("typles", &["tuples"]), + ("cound", &["could", "count", "found"]), + ("parliementary", &["parliamentary"]), + ("weeken", &["weekend"]), + ("unnowns", &["unknowns"]), + ("presense", &["presence"]), + ("positionned", &["positioned"]), + ("unrestircted", &["unrestricted"]), + ("expatriot", &["expatriate"]), + ("innotation", &["innovation"]), + ("interpratations", &["interpretations"]), + ("cheksums", &["checksums"]), + ("activacion", &["activation"]), + ("boungary", &["boundary"]), + ("chizzell", &["chisel"]), + ("deffirent", &["different"]), + ("parmenas", &["parmesan"]), + ("convovle", &["convolve"]), + ("sepatate", &["separate"]), + ("unempolyment", &["unemployment"]), + ("expermenetal", &["experimental"]), + ("abosrbs", &["absorbs"]), + ("dimaond", &["diamond"]), + ("epscially", &["specially"]), + ("halluciantions", &["hallucinations"]), + ("lenghs", &["lengths"]), + ("malfuncion", &["malfunction"]), + ("abstactions", &["abstractions"]), + ("nowadys", &["nowadays"]), + ("applicaions", &["applications"]), + ("toughtful", &["thoughtful"]), + ("environemntal", &["environmental"]), + ("conveniantly", &["conveniently"]), + ("reveresed", &["reversed"]), + ("availbe", &["available"]), + ("convertirea", &["converter"]), + ("frementation", &["fermentation"]), + ("delfect", &["deflect"]), + ("dfined", &["defined"]), + ("licated", &["located"]), + ("attribuito", &["attribution"]), + ("indentical", &["identical"]), + ("sesitive", &["sensitive"]), + ("attribtues", &["attributes"]), + ("clairfying", &["clarifying"]), + ("accessability", &["accessibility"]), + ("defult", &["default"]), + ("repressenting", &["representing"]), + ("strengh", &["strength"]), + ("offet", &["offset", "offer"]), + ("acknowleded", &["acknowledged"]), + ("agreemnets", &["agreements"]), + ("skpetic", &["skeptic"]), + ("comapletion", &["completion"]), + ("vacines", &["vaccines"]), + ("experimnet", &["experiment"]), + ("deficieny", &["deficiency"]), + ("examied", &["examined"]), + ("popuplate", &["populate"]), + ("machiery", &["machinery"]), + ("inadeguate", &["inadequate"]), + ("recominant", &["recombinant"]), + ("expested", &["expected"]), + ("customizeble", &["customizable"]), + ("mininising", &["minimising"]), + ("standad", &["standard"]), + ("leanred", &["learned"]), + ("insruction", &["instruction"]), + ("indutrial", &["industrial"]), + ("psudonyms", &["pseudonyms"]), + ("evoluated", &["evaluated"]), + ("accellerating", &["accelerating"]), + ("atractive", &["attractive"]), + ("laboraty", &["laboratory"]), + ("headong", &["heading"]), + ("sclar", &["scalar"]), + ("guarnte", &["guarantee"]), + ("appriximating", &["approximating"]), + ("ganster", &["gangster"]), + ("homeopaty", &["homeopathy"]), + ("spindels", &["spindles"]), + ("liekable", &["likable"]), + ("relfections", &["reflections"]), + ("individal", &["individual"]), + ("specualtions", &["speculation"]), + ("lengthh", &["length"]), + ("authorative", &["authoritative"]), + ("typicall", &["typically", "typical"]), + ("arbitralry", &["arbitrary"]), + ("experimanters", &["experimenters"]), + ("expolsion", &["explosion"]), + ("semaphors", &["semaphores"]), + ("uou", &["you"]), + ("jenkns", &["jenkins"]), + ("improvess", &["improves"]), + ("livilehood", &["livelihood"]), + ("whenn", &["when"]), + ("widesread", &["widespread"]), + ("cannibas", &["cannabis"]), + ("acendencey", &["ascendency"]), + ("rearrangaeble", &["rearrangeable"]), + ("misintrepreting", &["misinterpreting"]), + ("disproportianately", &["disproportionately"]), + ("summenor", &["summoner"]), + ("chanllenge", &["challenge"]), + ("chemcial", &["chemical"]), + ("protocalls", &["protocols"]), + ("eczecute", &["execute"]), + ("propietary", &["proprietary"]), + ("represantatives", &["representatives"]), + ("redistirbution", &["redistribution"]), + ("attribtutes", &["attributes"]), + ("overlodaded", &["overloaded"]), + ("easisly", &["easily"]), + ("spefic", &["specific"]), + ("environmentality", &["environmentally"]), + ("repersenting", &["representing"]), + ("appropriatee", &["appropriate"]), + ("palestinain", &["palestinians"]), + ("desription", &["description"]), + ("worl", &["world"]), + ("sycned", &["synced"]), + ("frecuented", &["frequented"]), + ("procedurile", &["procedure"]), + ("nestalgic", &["nostalgic"]), + ("allocatedp", &["allocated"]), + ("neruological", &["neurological"]), + ("fluctuand", &["fluctuant"]), + ("pracitcally", &["practically"]), + ("sanbox", &["sandbox"]), + ("marchmallows", &["marshmallows"]), + ("unscubscribed", &["subscribed"]), + ("facilties", &["facilities"]), + ("ambidexterous", &["ambidextrous"]), + ("blessd", &["blessed"]), + ("desnse", &["dense"]), + ("bilzzcon", &["blizzcon"]), + ("goblings", &["goblins"]), + ("consdider", &["consider"]), + ("improssible", &["impossible"]), + ("infinately", &["infinitely"]), + ("termigator", &["terminator"]), + ("probelm", &["problem"]), + ("parliamentiary", &["parliamentary"]), + ("grigorian", &["gregorian"]), + ("exeprimental", &["experimental"]), + ("curren", &["current"]), + ("phenonmena", &["phenomena"]), + ("sueful", &["useful"]), + ("nationalites", &["nationalist"]), + ("replicaitions", &["replications"]), + ("puplating", &["populating"]), + ("micorcenter", &["microcenter"]), + ("meterial", &["material"]), + ("incluse", &["includes"]), + ("rulebok", &["rulebook"]), + ("deaclock", &["deadlock"]), + ("exchagning", &["exchanging"]), + ("infinitiy", &["infinity"]), + ("mirgate", &["migrate"]), + ("threrefore", &["therefore"]), + ("grandize", &["aggrandize"]), + ("propertion", &["proportion"]), + ("concievable", &["conceivable"]), + ("failled", &["failed"]), + ("fundamentalisme", &["fundamentals"]), + ("missils", &["missiles"]), + ("neighbeards", &["neighborhoods"]), + ("birhtdays", &["birthdays"]), + ("persauded", &["persuaded"]), + ("fundimentals", &["fundamentals"]), + ("ineritance", &["inheritance"]), + ("accomplishemnt", &["accomplishment"]), + ("passagers", &["passages"]), + ("programmd", &["programmed", "programme"]), + ("massewer", &["masseur"]), + ("wresseling", &["wrestling"]), + ("narcissm", &["narcissism"]), + ("interactie", &["interactive"]), + ("complecate", &["complicate"]), + ("finxing", &["fixing"]), + ("achoring", &["anchoring"]), + ("deambiguates", &["disambiguates"]), + ("invalidte", &["invalidate"]), + ("intepret", &["interpret"]), + ("apostrephe", &["apostrophe"]), + ("referencially", &["referentially"]), + ("sacrifieced", &["sacrificed"]), + ("guarrented", &["guaranteed"]), + ("egotisitcal", &["egotistical"]), + ("mangaers", &["managers", "mangers"]), + ("miracilously", &["miraculously"]), + ("schcema", &["schema"]), + ("shitstom", &["shitstorm"]), + ("wew", &["we"]), + ("encodnings", &["encodings"]), + ("cosutmes", &["costumes"]), + ("hemingwary", &["hemingway"]), + ("belguim", &["belgium"]), + ("squirte", &["squirtle"]), + ("snadwiches", &["sandwiches"]), + ("stubbon", &["stubborn"]), + ("unqarantined", &["unquarantined"]), + ("follwiwng", &["following"]), + ("reworkd", &["reworked"]), + ("hypenation", &["hyphenation"]), + ("fertilzier", &["fertilizer"]), + ("functonality", &["functionality"]), + ("appretiates", &["appreciates"]), + ("madantory", &["mandatory"]), + ("decond", &["decode"]), + ("minnesotta", &["minnesota"]), + ("capitola", &["capital"]), + ("occurence", &["occurrence"]), + ("transpot", &["transport"]), + ("planatery", &["planetary"]), + ("kolonization", &["colonization"]), + ("charcater", &["character"]), + ("complicatin", &["complicit"]), + ("avobe", &["above"]), + ("ntification", &["notification"]), + ("exepects", &["expects"]), + ("naseuous", &["nauseous"]), + ("reuplaod", &["reupload"]), + ("dynamicaly", &["dynamically"]), + ("disabl", &["disable"]), + ("cantains", &["contains"]), + ("pshycotic", &["psychotic"]), + ("experminent", &["experiment"]), + ("limitier", &["limiter"]), + ("intiated", &["initiated"]), + ("poligon", &["polygon"]), + ("satsifies", &["satisfies"]), + ("silksreened", &["silkscreened"]), + ("destoryed", &["destroyed"]), + ("sucess", &["success"]), + ("trown", &["thrown"]), + ("inquizition", &["inquisition"]), + ("sautaying", &["sautéing"]), + ("introdiction", &["introduction"]), + ("apprixamations", &["approximations"]), + ("disctintions", &["distinctions"]), + ("liberoffice", &["libreoffice"]), + ("informatie", &["informative"]), + ("subscrubed", &["subscribed"]), + ("monolopy", &["monopoly"]), + ("becnhmarks", &["benchmarks"]), + ("sectopming", &["sectioning"]), + ("perfomative", &["performative"]), + ("stroe", &["store"]), + ("obtaines", &["obtains"]), + ("subtituting", &["substituting"]), + ("mushrom", &["mushroom"]), + ("appeding", &["appending"]), + ("datatores", &["datastores"]), + ("countercat", &["counteract"]), + ("downvoteurs", &["downvoters"]), + ("insde", &["inside"]), + ("instantaintg", &["instantiating"]), + ("superioare", &["superior"]), + ("corrensponded", &["corresponded"]), + ("exceding", &["exceeding"]), + ("siz", &["six", "size"]), + ("asigning", &["assigning"]), + ("differantion", &["differentiation"]), + ("abbriviation", &["abbreviation"]), + ("disporving", &["disproving"]), + ("statits", &["statist"]), + ("instnatiated", &["instantiated"]), + ("vulernable", &["vulnerable"]), + ("gamifications", &["ramifications"]), + ("opiod", &["opioid"]), + ("complimentry", &["complimentary"]), + ("genearally", &["generally"]), + ("playthrouh", &["playthrough"]), + ("proceeeds", &["proceeds"]), + ("congratuate", &["congratulate"]), + ("fabircates", &["fabricates"]), + ("evalutaor", &["evaluator"]), + ("superviosr", &["supervisors"]), + ("interporations", &["interpolations"]), + ("intermidiery", &["intermediary"]), + ("speciffically", &["specifically"]), + ("manifestion", &["manifestation"]), + ("furthher", &["further"]), + ("confirmd", &["confirmed"]), + ("occaisonal", &["occasional"]), + ("cotrolled", &["controlled"]), + ("reparamterising", &["reparameterising"]), + ("invlid", &["invalid"]), + ("assition", &["assertion"]), + ("staduim", &["stadium"]), + ("leves", &["levees", "levels"]), + ("revolutionos", &["revolutions"]), + ("apendices", &["appendices"]), + ("maintenenace", &["maintenance"]), + ("colleauge", &["colleague"]), + ("unsubscirbing", &["unsubscribing"]), + ("munnicipality", &["municipality"]), + ("biseuxal", &["bisexual"]), + ("theives", &["thieves"]), + ("attahcment", &["attachment"]), + ("gamergat", &["gamertag"]), + ("carptener", &["carpenter"]), + ("incoperate", &["incorporate"]), + ("informella", &["informal"]), + ("fullscrean", &["fullscreen"]), + ("transprts", &["transports"]), + ("interferance", &["interference"]), + ("screnn", &["screen"]), + ("workaraound", &["workaround"]), + ("cannabiles", &["cannibals"]), + ("proprotions", &["proportions"]), + ("fomated", &["formatted"]), + ("progagation", &["propagation"]), + ("lnowledgable", &["knowledgable"]), + ("figurativelly", &["figuratively"]), + ("entreprise", &["enterprise"]), + ("proessing", &["processing"]), + ("associato", &["association"]), + ("abstacting", &["abstracting"]), + ("adjasantly", &["adjacently"]), + ("disamgiguation", &["disambiguation"]), + ("percpetions", &["perceptions"]), + ("librabaries", &["libraries"]), + ("quesitonable", &["questionable"]), + ("diphtong", &["diphthong"]), + ("negogtiation", &["negotiation"]), + ("outoing", &["outdoing", "outgoing", "outing"]), + ("throaths", &["throats"]), + ("attemptes", &["attempts"]), + ("unexpcted", &["unexpected"]), + ("desktiop", &["desktop"]), + ("comfertable", &["comfortable"]), + ("cahc", &["cache"]), + ("overrdies", &["overrides"]), + ("scolling", &["scrolling"]), + ("backgound", &["background"]), + ("advace", &["advance"]), + ("clanand", &["clannad"]), + ("preceeds", &["precedes", "proceeds"]), + ("vunlerability", &["vulnerability"]), + ("ecomonic", &["economic"]), + ("glicthes", &["glitches"]), + ("farmasudical", &["pharmaceutical"]), + ("assimtote", &["asymptote"]), + ("workingest", &["workings"]), + ("circumcison", &["circumcision"]), + ("motononic", &["monotonic"]), + ("representetives", &["representatives"]), + ("reight", &["eight", "freight", "right"]), + ("undoubtley", &["undoubtedly"]), + ("ecape", &["escape"]), + ("feromone", &["pheromone"]), + ("entusiastically", &["enthusiastically"]), + ("completetly", &["completely"]), + ("thev", &["the"]), + ("gerenation", &["generation"]), + ("asetic", &["ascetic"]), + ("trasngendered", &["transgendered"]), + ("controvertial", &["controversial"]), + ("scooterers", &["scooters"]), + ("amelearating", &["ameliorating"]), + ("creedence", &["credence"]), + ("direvctory", &["directory"]), + ("poject", &["project"]), + ("covriates", &["covariates"]), + ("evesdropper", &["eavesdropper"]), + ("failuers", &["failures"]), + ("statistct", &["statistic", "statistics"]), + ("controdictions", &["contradictions"]), + ("copenhaguen", &["copenhagen"]), + ("eahc", &["each"]), + ("squirtel", &["squirtle"]), + ("mainstreem", &["mainstream"]), + ("mememory", &["memory"]), + ("unbounaded", &["unbounded"]), + ("elephantus", &["elephants"]), + ("cumilative", &["cumulative"]), + ("defferential", &["differential", "deferential"]), + ("thron", &["thrown", "throne"]), + ("miliciously", &["maliciously"]), + ("rotaiton", &["rotation"]), + ("canides", &["candies"]), + ("cohesie", &["cohesive"]), + ("propper", &["proper"]), + ("naibor", &["neighbor"]), + ("provives", &["provides"]), + ("stringifed", &["stringified"]), + ("pinockle", &["pinochle"]), + ("patriotisk", &["patriots"]), + ("paravirutalization", &["paravirtualization"]), + ("cehcked", &["checked"]), + ("sitation", &["situation"]), + ("precendances", &["precedences"]), + ("stabilty", &["stability"]), + ("destiney", &["destiny"]), + ("permantly", &["permanently"]), + ("paintile", &["painttile"]), + ("ceremonias", &["ceremonies"]), + ("abreviate", &["abbreviate"]), + ("busienss", &["business"]), + ("nither", &["neither"]), + ("cruzed", &["cruised"]), + ("uncertaintity", &["uncertainty"]), + ("indoctornated", &["indoctrinated"]), + ("lengedaries", &["legendaries"]), + ("partchett", &["pratchett"]), + ("detachs", &["detaches"]), + ("computaton", &["computation"]), + ("snydrome", &["syndrome"]), + ("veritical", &["vertical"]), + ("pyschedelic", &["psychedelic"]), + ("metaphores", &["metaphors"]), + ("dbeian", &["debian"]), + ("dependensies", &["dependencies"]), + ("descriped", &["described"]), + ("associeated", &["associated"]), + ("recconecct", &["reconnect"]), + ("compatabily", &["compatibility"]), + ("girzzly", &["grizzly"]), + ("littlefiner", &["littlefinger"]), + ("unnessecary", &["unnecessary"]), + ("pavillions", &["pavilions"]), + ("panasoic", &["panasonic"]), + ("yestarday", &["yesterday"]), + ("beginnig", &["beginning"]), + ("instuctions", &["instructions"]), + ("flahs", &["flash", "flags"]), + ("sarted", &["started"]), + ("relativiy", &["relativity"]), + ("masturbaton", &["masturbation"]), + ("popualted", &["populated"]), + ("attmpt", &["attempt"]), + ("mozzarela", &["mozzarella"]), + ("linearily", &["linearly", "linearity"]), + ("backards", &["backwards"]), + ("playtrhough", &["playthrough"]), + ("bifgoot", &["bigfoot"]), + ("actuionable", &["actionable"]), + ("detinations", &["destinations"]), + ("persisit", &["persist"]), + ("standartized", &["standardized"]), + ("liason", &["liaison"]), + ("pharmaseudicaly", &["pharmaceutical"]), + ("uncounciously", &["unconsciously"]), + ("generlas", &["generals"]), + ("mosture", &["moisture"]), + ("detectsion", &["detection"]), + ("suprized", &["surprised"]), + ("volounteers", &["volunteers"]), + ("conformace", &["conformance"]), + ("pasive", &["passive"]), + ("requestests", &["requests", "requested"]), + ("qucikest", &["quickest"]), + ("defauling", &["defaulting"]), + ("contamporary", &["contemporary"]), + ("caclulating", &["calculating"]), + ("extrimely", &["extremely"]), + ("imporper", &["improper"]), + ("workin", &["working"]), + ("overries", &["overrides", "ovaries"]), + ("coordiantor", &["coordinator"]), + ("abilityes", &["abilities"]), + ("anteena", &["antenna"]), + ("guarrantys", &["guarantees"]), + ("boostraps", &["bootstraps"]), + ("exceuction", &["execution"]), + ("pumpknis", &["pumpkins"]), + ("presumpton", &["presumption"]), + ("aound", &["around"]), + ("shreshold", &["threshold"]), + ("wonderig", &["wondering"]), + ("atomticlly", &["automatically"]), + ("accepect", &["accept"]), + ("criticizms", &["criticisms"]), + ("ameeliarates", &["ameliorates"]), + ("whietlist", &["whitelist"]), + ("complanied", &["complained"]), + ("speficiifers", &["specifiers"]), + ("befure", &["before"]), + ("generalife", &["generalize"]), + ("cilincer", &["cylinder", "silencer"]), + ("oficially", &["officially"]), + ("developmant", &["developmental"]), + ("conecctions", &["connections"]), + ("facilites", &["facilities"]), + ("capsuels", &["capsules"]), + ("fignernails", &["fingernails"]), + ("intermeidate", &["intermediate"]), + ("conveinient", &["convenient"]), + ("compuation", &["computation"]), + ("renegoate", &["renegotiate"]), + ("demoninators", &["denominators"]), + ("characetr", &["character"]), + ("exression", &["expression"]), + ("authendicates", &["authenticates"]), + ("nightmears", &["nightmares"]), + ("numercial", &["numerical"]), + ("indimidation", &["intimidation"]), + ("volcando", &["volcano"]), + ("monitord", &["monitored"]), + ("colomba", &["colombia"]), + ("bibilcal", &["biblical"]), + ("suporior", &["superior"]), + ("deaktivate", &["deactivate"]), + ("inifite", &["infinite"]), + ("widged", &["widget"]), + ("persoanl", &["personal"]), + ("counterfited", &["counterfeit"]), + ("coprrighted", &["copyrighted"]), + ("vacumes", &["vacuums"]), + ("hasing", &["hashing"]), + ("constructior", &["constructor"]), + ("continouesly", &["continuously"]), + ("cymptums", &["symptoms"]), + ("ariplanes", &["airplanes"]), + ("paschurising", &["pasteurising"]), + ("packe", &["packed", "packet"]), + ("retreives", &["retrieves"]), + ("gimmics", &["gimmicks"]), + ("volunteeers", &["volunteers"]), + ("negosiates", &["negotiates"]), + ("linar", &["linear"]), + ("copyeighted", &["copyrighted"]), + ("insiginficant", &["insignificant"]), + ("apears", &["appears"]), + ("speicify", &["specify"]), + ("initialiasation", &["initialisation"]), + ("trotskism", &["trotskyism"]), + ("disagreeed", &["disagreed"]), + ("exixts", &["exists", "exits"]), + ("officianados", &["aficionados"]), + ("perliferate", &["proliferate"]), + ("pronoune", &["pronounced"]), + ("hopeleslly", &["hopelessly"]), + ("appricate", &["appreciate"]), + ("insufficaint", &["insufficient"]), + ("espisodic", &["episodic"]), + ("althorithms", &["algorithms"]), + ("unconsicous", &["unconscious"]), + ("multy", &["multi"]), + ("homosexuais", &["homosexuals"]), + ("algoritms", &["algorithms"]), + ("wispering", &["whispering"]), + ("detination", &["destination"]), + ("predecesors", &["predecessors"]), + ("intsalling", &["installing"]), + ("surviced", &["serviced", "survived"]), + ("sarinomial", &["ceremonial"]), + ("copryight", &["copyright"]), + ("preisdents", &["presidents"]), + ("elitisim", &["elitism"]), + ("encyrpted", &["encrypted"]), + ("exauhstion", &["exhaustion"]), + ("unviersities", &["universities"]), + ("descibe", &["describe"]), + ("tranmission", &["transmission"]), + ("ressurrects", &["resurrects"]), + ("expolding", &["exploding"]), + ("alterior", &["ulterior"]), + ("peninusla", &["peninsula"]), + ("dloating", &["floating"]), + ("associatin", &["associations"]), + ("expirementation", &["experimentation"]), + ("squirlte", &["squirtle"]), + ("soldeirs", &["soldiers"]), + ("messaage", &["message"]), + ("diagnositics", &["diagnostics"]), + ("incerased", &["increased"]), + ("extrapolerat", &["extrapolate"]), + ("spefiifications", &["specifications"]), + ("dissapounted", &["disappointed"]), + ("apolegetics", &["apologetics"]), + ("languagees", &["languages"]), + ("temprature", &["temperature"]), + ("adapdive", &["adaptive"]), + ("propteries", &["properties"]), + ("intergration", &["integration"]), + ("marilyin", &["marilyn"]), + ("maunally", &["manually"]), + ("temepratures", &["temperatures"]), + ("opposties", &["opposites"]), + ("retransferd", &["retransferred"]), + ("recidents", &["residents"]), + ("kinfs", &["kinds"]), + ("excahnges", &["exchanges"]), + ("becomses", &["becomes"]), + ("acquiesence", &["acquiescence"]), + ("aethistic", &["atheistic"]), + ("derpivation", &["deprivation"]), + ("rearrangment", &["rearrangement"]), + ("inherrit", &["inherit"]), + ("permenant", &["permanent"]), + ("oneyway", &["oneway"]), + ("reimplments", &["reimplements"]), + ("sourcelss", &["sourceless"]), + ("iy", &["it"]), + ("battlefied", &["battlefield"]), + ("repersentation", &["representation"]), + ("useses", &["uses"]), + ("startde", &["startled"]), + ("insipre", &["inspire"]), + ("libertarianisme", &["libertarians"]), + ("wnating", &["wanting"]), + ("widgest", &["widgets"]), + ("thant", &["than"]), + ("esudo", &["sudo"]), + ("pefectly", &["perfectly"]), + ("resistent", &["resistant"]), + ("inflitrator", &["infiltrator"]), + ("transportarme", &["transporter"]), + ("revrieved", &["retrieved"]), + ("pshycopaths", &["psychopaths"]), + ("murdererd", &["murdered"]), + ("abrupty", &["abruptly"]), + ("proffession", &["profession"]), + ("hypothenuse", &["hypotenuse"]), + ("triggerring", &["triggering"]), + ("temporily", &["temporarily"]), + ("sorcercy", &["sorcery"]), + ("cacluations", &["calculations"]), + ("leght", &["length"]), + ("decsion", &["decision"]), + ("relatioship", &["relationship"]), + ("resturants", &["restaurants"]), + ("neighborhodds", &["neighborhoods"]), + ("chanaging", &["changing"]), + ("perpertated", &["perpetuated"]), + ("condomns", &["condoms"]), + ("itsems", &["items"]), + ("sebrian", &["serbian"]), + ("asumed", &["assumed"]), + ("displayfps", &["displays"]), + ("comppatible", &["compatible"]), + ("obviosuly", &["obviously"]), + ("repond", &["respond"]), + ("intrumented", &["instrumented"]), + ("boorjwazee", &["bourgeoisie"]), + ("chandaliers", &["chandeliers"]), + ("avaibale", &["available"]), + ("outpalyed", &["outplayed"]), + ("authenticaiton", &["authentication"]), + ("metropilitan", &["metropolitan"]), + ("pojrects", &["projects"]), + ("pageing", &["paging"]), + ("inferiorty", &["inferiority"]), + ("orgainizing", &["organizing"]), + ("regualting", &["regulating"]), + ("achitectures", &["architectures"]), + ("correlatie", &["correlated"]), + ("headders", &["headers"]), + ("picthers", &["pitchers"]), + ("queations", &["equations"]), + ("implemencted", &["implemented"]), + ("contaiminated", &["contaminated"]), + ("parshally", &["partially"]), + ("atlantia", &["atlanta"]), + ("chceks", &["checks"]), + ("crsytallize", &["crystallize"]), + ("misstake", &["mistake"]), + ("assemby", &["assembly"]), + ("challengr", &["challenger"]), + ("uncondisionaly", &["unconditionally"]), + ("dimenstions", &["dimensions"]), + ("dimentionnal", &["dimensional"]), + ("soceities", &["societies"]), + ("rcall", &["recall"]), + ("commited", &["committed"]), + ("subystems", &["subsystems"]), + ("neeeded", &["needed"]), + ("unque", &["unique"]), + ("manufacuters", &["manufactures"]), + ("afghanastan", &["afghanistan"]), + ("gobal", &["global"]), + ("elememts", &["elements"]), + ("assingnment", &["assignment"]), + ("repositorry", &["repository"]), + ("unexpectidly", &["unexpectedly"]), + ("scetches", &["sketches"]), + ("anme", &["name", "anime"]), + ("mutilcast", &["multicast"]), + ("nutirents", &["nutrients"]), + ("unregistes", &["unregisters"]), + ("becuz", &["because"]), + ("retquirement", &["requirement"]), + ("utilitize", &["utilize"]), + ("imagin", &["imagine"]), + ("overfows", &["overflows"]), + ("institutuion", &["institution"]), + ("connecstatus", &["connectstatus"]), + ("verfying", &["verifying"]), + ("hellifre", &["hellfire"]), + ("experimentaed", &["experimented"]), + ("incognitio", &["incognito"]), + ("eihths", &["eighths"]), + ("lenghtened", &["lengthened"]), + ("innaccible", &["inaccessible"]), + ("phenomenonal", &["phenomenal"]), + ("capabilites", &["capabilities"]), + ("consultat", &["consultant"]), + ("analsyer", &["analyser"]), + ("genuinley", &["genuinely"]), + ("prdpagate", &["propagate"]), + ("addressibility", &["addressability"]), + ("templat", &["template"]), + ("comparatie", &["comparative"]), + ("impeckable", &["impeccable"]), + ("previoous", &["previous"]), + ("occcurs", &["occurs"]), + ("bounradies", &["boundaries"]), + ("mulitples", &["multiples"]), + ("resulsets", &["resultsets"]), + ("playble", &["playable"]), + ("abitrary", &["arbitrary"]), + ("paraser", &["parser"]), + ("vulberabilites", &["vulnerabilities"]), + ("outperfrom", &["outperform"]), + ("ungoldy", &["ungodly"]), + ("xenohpobic", &["xenophobic"]), + ("subsedized", &["subsidized"]), + ("advsiors", &["advisors"]), + ("assuem", &["assume"]), + ("authecates", &["authenticates"]), + ("metaphysicans", &["metaphysics"]), + ("experiecne", &["experience"]), + ("nightime", &["nighttime"]), + ("tresure", &["treasure"]), + ("childrenis", &["childrens"]), + ("negotatiator", &["negotiator"]), + ("allococate", &["allocate"]), + ("configuarble", &["configurable"]), + ("trriger", &["trigger"]), + ("supsicious", &["suspicious"]), + ("disapprouval", &["disapproval"]), + ("overwealmed", &["overwhelmed"]), + ("retunrs", &["returns"]), + ("meetigns", &["meetings"]), + ("overlfow", &["overflow"]), + ("editot", &["editor"]), + ("grat", &["great"]), + ("enduces", &["induces"]), + ("referig", &["referring"]), + ("djikstra", &["dijkstra"]), + ("undicovered", &["undiscovered"]), + ("leagelity", &["legality"]), + ("undersacn", &["underscan"]), + ("toglle", &["toggle"]), + ("partiots", &["patriots"]), + ("presistant", &["persistent"]), + ("desogns", &["designs"]), + ("answhares", &["answers"]), + ("beghavior", &["behavior"]), + ("productino", &["productions"]), + ("sugguested", &["suggested"]), + ("ideitifed", &["identified"]), + ("manauls", &["manuals"]), + ("exagerrate", &["exaggerate"]), + ("medicae", &["medicare"]), + ("initailised", &["initialised"]), + ("sevice", &["service"]), + ("setttings", &["settings"]), + ("eugencis", &["eugenics"]), + ("subsituting", &["substituting"]), + ("elemetn", &["element"]), + ("manifestus", &["manifests"]), + ("receiveing", &["receiving"]), + ("uninitialze", &["uninitialize"]), + ("worstened", &["worsened"]), + ("ymbols", &["symbols"]), + ("auxililary", &["auxiliary"]), + ("beerer", &["bearer"]), + ("responsibities", &["responsibilities"]), + ("worarounds", &["workarounds"]), + ("worhtless", &["worthless"]), + ("availabale", &["available"]), + ("reomves", &["removes"]), + ("knowledagble", &["knowledgable"]), + ("paramterised", &["parameterised"]), + ("condensend", &["condensed"]), + ("patriarchia", &["patriarchal"]), + ("thermometre", &["thermometer"]), + ("elminate", &["eliminate"]), + ("cousines", &["cousins"]), + ("synoynm", &["synonym"]), + ("currentpos", &["currents"]), + ("straightenend", &["straightened"]), + ("contingeny", &["contingency"]), + ("professionsl", &["professionalism"]), + ("impulsivley", &["impulsive"]), + ("beliebable", &["believable"]), + ("mechanim", &["mechanism"]), + ("transmisive", &["transmissive"]), + ("religously", &["religiously"]), + ("excactly", &["exactly"]), + ("incorectly", &["incorrectly"]), + ("overcharing", &["overarching"]), + ("whitepsace", &["whitespace"]), + ("bencmarks", &["benchmarks"]), + ("uploades", &["uploads"]), + ("compeltely", &["completely"]), + ("alllowed", &["allowed"]), + ("arbirtrarily", &["arbitrarily"]), + ("procteted", &["protected"]), + ("hwile", &["while"]), + ("neighborhoor", &["neighbor"]), + ("silouhetting", &["silhouetting"]), + ("littelry", &["literally"]), + ("readabilty", &["readability"]), + ("exchausting", &["exhausting"]), + ("imprsioned", &["imprisoned"]), + ("trasnferred", &["transferred"]), + ("construcs", &["constructs"]), + ("deugging", &["debugging"]), + ("adjatates", &["agitates"]), + ("sesnors", &["sensors"]), + ("encript", &["encrypt"]), + ("allergey", &["allergy"]), + ("appropriatley", &["appropriately"]), + ("initalism", &["initialism"]), + ("envinronment", &["environment"]), + ("expetect", &["expect"]), + ("benchamrked", &["benchmarked"]), + ("differentiatiors", &["differentiation"]), + ("repeatadly", &["repeatedly"]), + ("encoutering", &["encountering"]), + ("retreeving", &["retrieving"]), + ("librarries", &["libraries"]), + ("crystalisk", &["crystals"]), + ("suprize", &["surprise"]), + ("pseudononymous", &["pseudonymous"]), + ("disadvandages", &["disadvantaged"]), + ("essesitally", &["essentially"]), + ("transferr", &["transfer"]), + ("nighlties", &["nightlies"]), + ("respectuflly", &["respectfully"]), + ("willingless", &["willingness"]), + ("loosly", &["loosely"]), + ("ficticious", &["fictitious"]), + ("curcumference", &["circumference"]), + ("liqiuds", &["liquids"]), + ("lighlty", &["lightly"]), + ("adaptating", &["adaptation"]), + ("calucaltes", &["calculates"]), + ("deambigates", &["disambiguates"]), + ("repored", &["reported"]), + ("africain", &["african"]), + ("invokve", &["invoke"]), + ("expetancy", &["expectancy"]), + ("insiginifcant", &["insignificant"]), + ("maping", &["mapping"]), + ("nationalistes", &["nationalists"]), + ("champoinship", &["championship"]), + ("elimiation", &["elimination"]), + ("forcifully", &["forcefully"]), + ("discrards", &["discards"]), + ("pursuades", &["persuades"]), + ("representatief", &["representative"]), + ("sotfware", &["software"]), + ("algorithum", &["algorithm"]), + ("definayely", &["definitely"]), + ("mutuall", &["mutually"]), + ("becoem", &["become"]), + ("outragerous", &["outrageous"]), + ("opportunisticly", &["opportunistically"]), + ("waviers", &["waivers"]), + ("acturally", &["actually"]), + ("samwiches", &["sandwiches"]), + ("inejction", &["injection"]), + ("gingam", &["gingham"]), + ("trasnported", &["transported"]), + ("propietries", &["proprietaries"]), + ("udno", &["undo", "uno"]), + ("realoding", &["reloading"]), + ("containners", &["containers"]), + ("baptsim", &["baptism"]), + ("partizipation", &["participation"]), + ("hostspot", &["hotspot"]), + ("santurom", &["santorum"]), + ("mesurements", &["measurements"]), + ("sophisicated", &["sophisticated"]), + ("unprofessionnal", &["unprofessional"]), + ("provde", &["provide"]), + ("renegoated", &["renegotiated"]), + ("clener", &["cleaner"]), + ("sentinte", &["sentient"]), + ("inpossible", &["impossible"]), + ("dishonord", &["dishonored"]), + ("cacheed", &["cached"]), + ("moleculair", &["molecular"]), + ("organzies", &["organizes"]), + ("seporate", &["separate"]), + ("stablilization", &["stabilization"]), + ("shapshot", &["snapshot"]), + ("doucments", &["documents"]), + ("movebackwrd", &["movebackward"]), + ("infalting", &["inflating"]), + ("techeis", &["techies"]), + ("sepecially", &["especially", "specially"]), + ("boun", &["bound"]), + ("hypotethically", &["hypothetically"]), + ("subisdy", &["subsidy"]), + ("approproate", &["appropriate"]), + ("desrired", &["desired"]), + ("sutisfying", &["satisfying"]), + ("fanaticas", &["fanatics"]), + ("autochtonous", &["autochthonous"]), + ("cetlics", &["celtics"]), + ("ptorions", &["portions"]), + ("manufacturors", &["manufacturers"]), + ("porshan", &["portion"]), + ("inconsistences", &["inconsistencies"]), + ("westdern", &["western"]), + ("encrpted", &["encrypted"]), + ("notificationn", &["notification"]), + ("scholarhsips", &["scholarships"]), + ("reconecting", &["reconnecting"]), + ("picutres", &["pictures"]), + ("inidividual", &["individual"]), + ("circulationg", &["circulating"]), + ("coyright", &["copyright"]), + ("paralleism", &["parallelism"]), + ("rightfuly", &["rightfully"]), + ("conveting", &["converting"]), + ("jagid", &["jagged"]), + ("inexplicablely", &["inexplicably"]), + ("accessisble", &["accessible"]), + ("inpact", &["impact"]), + ("konw", &["know"]), + ("exectuives", &["executives"]), + ("renegoticators", &["renegotiators"]), + ("electorns", &["electrons"]), + ("esentially", &["essentially"]), + ("perpitrators", &["perpetrators"]), + ("parrallelly", &["parallelly"]), + ("genereted", &["generated"]), + ("breating", &["beating", "breathing"]), + ("cacoons", &["cocoons"]), + ("diptheria", &["diphtheria"]), + ("quesitons", &["questions"]), + ("depresse", &["depressive"]), + ("dissapointed", &["disappointed"]), + ("efficency", &["efficiency"]), + ("tawianese", &["taiwanese"]), + ("speciallized", &["specialized"]), + ("cyrstals", &["crystals"]), + ("sandalls", &["sandals"]), + ("unfailry", &["unfairly"]), + ("teamplate", &["template"]), + ("swtichboards", &["switchboards"]), + ("existencd", &["existence"]), + ("tranistional", &["transitional"]), + ("contiguious", &["contiguous"]), + ("thnak", &["thank"]), + ("interscetion", &["intersection"]), + ("sycronizations", &["synchronizations"]), + ("alrms", &["alarms"]), + ("attribyte", &["attribute"]), + ("beethoveen", &["beethoven"]), + ("substanses", &["substances"]), + ("armistace", &["armistice"]), + ("afernoon", &["afternoon"]), + ("debguging", &["debugging"]), + ("histroy", &["history"]), + ("indoktrination", &["indoctrination"]), + ("databses", &["databases"]), + ("tripeld", &["tripled"]), + ("warining", &["warning"]), + ("vetors", &["vectors", "vetoes"]), + ("trrigered", &["triggered"]), + ("zylophones", &["xylophone"]), + ("pasturizing", &["pasteurizing"]), + ("smehow", &["somehow"]), + ("negotiatiing", &["negotiating"]), + ("supermaster", &["supermarkets"]), + ("reutnred", &["returned"]), + ("algotighmically", &["algorithmically"]), + ("anaylsises", &["analysises"]), + ("refelcting", &["reflecting"]), + ("subnegoatiation", &["subnegotiation"]), + ("transcdig", &["transcoding"]), + ("precurosr", &["precursor"]), + ("tolearnce", &["tolerance"]), + ("speficillically", &["specifically"]), + ("arrangents", &["arrangements"]), + ("allwo", &["allow"]), + ("nieveatay", &["naivete"]), + ("algorthns", &["algorithms"]), + ("tke", &["take"]), + ("uniformy", &["uniformly", "uniform"]), + ("clcosed", &["closed"]), + ("kentucy", &["kentucky"]), + ("ommit", &["omit"]), + ("modificatioons", &["modifications"]), + ("superintendant", &["superintendent"]), + ("stationy", &["stationary"]), + ("deeemed", &["deemed"]), + ("isalmists", &["islamists"]), + ("expermenets", &["experiments"]), + ("furstrations", &["frustrations"]), + ("tommorrow", &["tomorrow"]), + ("uninitailised", &["uninitialised"]), + ("xepects", &["expects"]), + ("gradiant", &["gradient", "radiant"]), + ("marxisits", &["marxists"]), + ("unexepectedly", &["unexpectedly"]), + ("entrepreneures", &["entrepreneurs"]), + ("impplement", &["implement"]), + ("acumulate", &["accumulate"]), + ("undeinably", &["undeniably"]), + ("cardiovasuclar", &["cardiovascular"]), + ("backhacking", &["backpacking"]), + ("diect", &["direct"]), + ("inexpencive", &["inexpensive"]), + ("encosings", &["enclosings", "encodings"]), + ("dispathed", &["dispatched"]), + ("substituation", &["substitution"]), + ("proyections", &["projections", "protections"]), + ("noctunre", &["nocturne"]), + ("eqivalent", &["equivalent"]), + ("anlyze", &["analyze"]), + ("asynchron", &["asynchronous"]), + ("conceousally", &["consciously"]), + ("constitutents", &["constitutes", "constituents"]), + ("justication", &["justification"]), + ("prozess", &["process"]), + ("dislpayed", &["displayed"]), + ("colordao", &["colorado"]), + ("satistying", &["satisfying"]), + ("countrying", &["countering"]), + ("regenrated", &["regenerated"]), + ("distorition", &["distortion"]), + ("harrassing", &["harassing"]), + ("permature", &["premature"]), + ("collaspe", &["collapse"]), + ("folows", &["follows"]), + ("convovled", &["convolved"]), + ("messures", &["measures"]), + ("inddividuals", &["individuals"]), + ("arpanoid", &["paranoid"]), + ("prohibis", &["prohibits"]), + ("characterisicly", &["characteristically"]), + ("oje", &["one"]), + ("genrator", &["generator"]), + ("fashoined", &["fashioned"]), + ("engineeer", &["engineer"]), + ("verigated", &["variegated"]), + ("correktness", &["correctness"]), + ("shuould", &["should"]), + ("anitbiotics", &["antibiotics"]), + ("commonspace", &["commonplace"]), + ("insesitiveness", &["insensitiveness"]), + ("snashot", &["snapshot"]), + ("simulaitons", &["simulations"]), + ("coneting", &["connecting"]), + ("redudant", &["redundant"]), + ("counterbat", &["counteract"]), + ("proclaming", &["proclaiming"]), + ("bodydbuilder", &["bodybuilder"]), + ("locaition", &["location"]), + ("apyoons", &["oppugns"]), + ("geomoetrically", &["geometrically"]), + ("embaraasing", &["embarrassing"]), + ("cofigurations", &["configurations"]), + ("experimations", &["experimentations"]), + ("theraphy", &["therapy"]), + ("irraditating", &["irradiating"]), + ("investigaron", &["investigator"]), + ("imorted", &["imported"]), + ("desensitived", &["desensitized"]), + ("regularlos", &["regulars"]), + ("dispertion", &["dispersion"]), + ("integating", &["integrating"]), + ("nastersium", &["nasturtium"]), + ("vitrues", &["virtues"]), + ("reqiore", &["require"]), + ("objets", &["objects"]), + ("sammon", &["salmon"]), + ("videojames", &["videogames"]), + ("dismbiguate", &["disambiguate"]), + ("indocternated", &["indoctrinated"]), + ("aggregetor", &["aggregator"]), + ("perosnas", &["personas"]), + ("interating", &["iterating", "interacting", "integrating"]), + ("unfurtunately", &["unfortunately"]), + ("compenstated", &["compensated"]), + ("preferrring", &["preferring"]), + ("supersticious", &["superstitious"]), + ("diffrently", &["differently"]), + ("commandi", &["command"]), + ("conitinue", &["continue"]), + ("charis", &["chairs"]), + ("dissapoited", &["disappointed"]), + ("algoritmes", &["algorithms"]), + ("barncher", &["brancher"]), + ("coexhistance", &["coexistence"]), + ("obsticles", &["obstacles"]), + ("traslations", &["translations"]), + ("symettric", &["symmetric"]), + ("tabualting", &["tabulating"]), + ("ccannot", &["cannot"]), + ("errupted", &["erupted"]), + ("incoporate", &["incorporate"]), + ("fasinating", &["fascinating"]), + ("initialiase", &["initialise"]), + ("stauts", &["status"]), + ("poiting", &["pointing"]), + ("parmters", &["parameters"]), + ("generalizate", &["generalize"]), + ("decommissionn", &["decommission"]), + ("equiverlant", &["equivalent"]), + ("disecting", &["dissecting"]), + ("annouce", &["announce"]), + ("develepmont", &["developments"]), + ("administative", &["administrative"]), + ("singeles", &["singles", "signals"]), + ("formalizng", &["formalizing"]), + ("photogrpahs", &["photographs"]), + ("ajdectives", &["adjectives"]), + ("excrumentially", &["excruciatingly"]), + ("dynamlically", &["dynamically"]), + ("boyfirend", &["boyfriend"]), + ("transpacencies", &["transparencies"]), + ("formulaical", &["formulaic"]), + ("calcualtion", &["calculations", "calculation"]), + ("tymecode", &["timecode"]), + ("negotiotates", &["negotiates"]), + ("speficilleis", &["specifies"]), + ("psychyatrists", &["psychiatrists"]), + ("definitin", &["definitions"]), + ("derefernece", &["dereference"]), + ("segragation", &["segregation"]), + ("shenanigens", &["shenanigans"]), + ("latitue", &["latitude"]), + ("subtarcts", &["subtracts"]), + ("cofiguration", &["configuration"]), + ("unsuprising", &["unsurprising"]), + ("alrighy", &["alrighty"]), + ("hightlights", &["highlights"]), + ("opeate", &["operate"]), + ("cuztomizer", &["customizer"]), + ("proficieny", &["proficiency"]), + ("pactch", &["patch"]), + ("assassinos", &["assassins"]), + ("syncrhonize", &["synchronize"]), + ("beacuoup", &["beaucoup"]), + ("interferring", &["interfering"]), + ("misinterpretating", &["misinterpreting"]), + ("sequencial", &["sequential"]), + ("contenst", &["contents"]), + ("fashoinable", &["fashionable"]), + ("picknic", &["picnic"]), + ("deficeint", &["deficient"]), + ("partically", &["partially"]), + ("assoaiates", &["associates"]), + ("subscirbers", &["subscribers"]), + ("neares", &["nearest"]), + ("emphetamines", &["amphetamines"]), + ("symbolsim", &["symbolism"]), + ("correnti", &["correcting"]), + ("unconditinaly", &["unconditionally"]), + ("acept", &["accept"]), + ("necessairy", &["necessarily"]), + ("genralised", &["generalised"]), + ("disasembler", &["disassembler"]), + ("ideosincracies", &["idiosyncrasies"]), + ("gnorung", &["ignoring"]), + ("displyed", &["displayed"]), + ("transsexal", &["transsexual"]), + ("reallocaiting", &["reallocating"]), + ("teamfigths", &["teamfights"]), + ("tarcing", &["tracing"]), + ("visuaize", &["visualize"]), + ("presumptuious", &["presumptuous"]), + ("expemplar", &["exemplar"]), + ("occasionly", &["occasional"]), + ("releafed", &["relieved"]), + ("immedately", &["immediately"]), + ("whome", &["whom"]), + ("carinomially", &["ceremonially"]), + ("buggs", &["bugs"]), + ("predictie", &["predictive"]), + ("negatiotiated", &["negotiated"]), + ("donesticated", &["domesticated"]), + ("cloude", &["cloud"]), + ("unassinging", &["unassigning"]), + ("playthtoughs", &["playthroughs"]), + ("restructing", &["restricting", "restructuring"]), + ("propably", &["probably"]), + ("marbleds", &["marbles"]), + ("cnfigure", &["configure"]), + ("appropriatly", &["appropriately"]), + ("yesteday", &["yesterday"]), + ("narcassist", &["narcissist"]), + ("undreground", &["underground"]), + ("coutermeasure", &["countermeasure"]), + ("excercised", &["exercised"]), + ("biologia", &["biological"]), + ("termperatues", &["temperatures"]), + ("histroically", &["historically"]), + ("jave", &["java", "have"]), + ("margers", &["mergers", "markers"]), + ("inocence", &["innocence"]), + ("formalhaut", &["fomalhaut"]), + ("communiaction", &["communications"]), + ("certianly", &["certainly"]), + ("monring", &["morning"]), + ("mhytical", &["mythical"]), + ("destinaion", &["destination"]), + ("partiularly", &["particularly"]), + ("guarenteedeing", &["guaranteeing"]), + ("selecgted", &["selected"]), + ("adpatation", &["adaptation"]), + ("persoanlly", &["personally"]), + ("definitie", &["definitive"]), + ("overun", &["overrun"]), + ("inevetible", &["inevitable"]), + ("erroneusly", &["erroneously"]), + ("flexibillity", &["flexibility"]), + ("sccriping", &["scripting"]), + ("critereon", &["criterion"]), + ("senerity", &["serenity"]), + ("hapens", &["happens"]), + ("recommpile", &["recompile"]), + ("timestemp", &["timestamp"]), + ("combatibility", &["compatibility"]), + ("subscritpitons", &["subscriptions"]), + ("contradictiong", &["contradicting"]), + ("hyerarchy", &["hierarchy"]), + ("functinality", &["functionality"]), + ("furether", &["further"]), + ("nighlty", &["nightly"]), + ("agressor", &["aggressor"]), + ("presnetation", &["presentations"]), + ("adjactend", &["adjacent"]), + ("intergal", &["integral"]), + ("powerhourse", &["powerhouse"]), + ("officiallly", &["officially"]), + ("diffrent", &["different"]), + ("unspefiifeid", &["unspecified"]), + ("closig", &["closing"]), + ("srbg", &["srgb"]), + ("caridac", &["cardiac"]), + ("telaportation", &["teleportation"]), + ("bechmarked", &["benchmarked"]), + ("potentatially", &["potentially"]), + ("spammeur", &["spammer"]), + ("slewthing", &["sleuthing"]), + ("shatterring", &["shattering"]), + ("wathever", &["whatever"]), + ("cnofiguration", &["configuration"]), + ("cranbery", &["cranberry"]), + ("spainish", &["spanish"]), + ("understnd", &["understand"]), + ("doubths", &["doubts"]), + ("raotation", &["rotation"]), + ("nutriet", &["nutrient"]), + ("algorithsmically", &["algorithmically"]), + ("miletsones", &["milestones"]), + ("medicacion", &["medication"]), + ("ararbic", &["arabic"]), + ("exersizing", &["exercising"]), + ("anticdote", &["anecdote", "antidote"]), + ("arrangment", &["arrangement"]), + ("opinyonal", &["opinional"]), + ("mistakey", &["mistakenly"]), + ("oracels", &["oracles"]), + ("evoluation", &["evaluations"]), + ("intilize", &["initialize"]), + ("planeswaker", &["planeswalker"]), + ("dynamitage", &["dynamite"]), + ("diety", &["deity"]), + ("unspeficifeid", &["unspecified"]), + ("youlogy", &["eulogy"]), + ("encouraing", &["encouraging"]), + ("dissambler", &["disassembler"]), + ("framewoeks", &["frameworks"]), + ("otates", &["notates", "rotates"]), + ("persistente", &["persistence"]), + ("sensationalizm", &["sensationalism"]), + ("experimentatlly", &["experimentally"]), + ("explizitly", &["explicitly"]), + ("incompatiblity", &["incompatibility"]), + ("sqash", &["squash"]), + ("transocding", &["transcoding"]), + ("oterwize", &["otherwise"]), + ("mastrubation", &["masturbation"]), + ("tocuhdown", &["touchdown"]), + ("cosumed", &["consumed"]), + ("mismatich", &["mismatch"]), + ("reudced", &["reduced"]), + ("orienatation", &["orientation"]), + ("boutnies", &["bounties"]), + ("dupliates", &["duplicates"]), + ("deterant", &["deterrent"]), + ("speficififers", &["specifiers"]), + ("publushers", &["publishers"]), + ("semgentation", &["segmentation"]), + ("laucnhing", &["launching"]), + ("agina", &["again", "angina"]), + ("presuaded", &["persuaded"]), + ("uncommited", &["uncommitted"]), + ("unaccaptable", &["unacceptable"]), + ("ignornace", &["ignorance"]), + ("maximimum", &["maximum"]), + ("unavaialbility", &["unavailability"]), + ("lieve", &["leave"]), + ("neckbeardos", &["neckbeards"]), + ("ine", &["one"]), + ("algorithems", &["algorithm", "algorithms"]), + ("stricteir", &["stricter"]), + ("illustartor", &["illustrator"]), + ("trotskist", &["trotskyist"]), + ("percusive", &["percussive"]), + ("abundence", &["abundance"]), + ("impcats", &["impacts"]), + ("physioligical", &["physiological"]), + ("desination", &["destination"]), + ("exressed", &["expressed"]), + ("tich", &["thick", "tick", "titch", "stitch"]), + ("nickame", &["nickname"]), + ("sydnicate", &["syndicate"]), + ("critisizing", &["criticizing"]), + ("complimente", &["complement"]), + ("initialilzing", &["initializing"]), + ("promt", &["prompt"]), + ("paied", &["paid", "paired"]), + ("speshel", &["special"]), + ("matchies", &["matches"]), + ("proyection", &["projection", "protection"]), + ("curageous", &["courageous"]), + ("swtiched", &["switched"]), + ("montly", &["monthly"]), + ("donain", &["domain"]), + ("trasnformation", &["transformation"]), + ("melieux", &["milieux"]), + ("verisons", &["versions"]), + ("picknicker", &["picnicker"]), + ("appy", &["apply"]), + ("componenet", &["components", "component"]), + ("dupilcates", &["duplicates"]), + ("bangquit", &["banquet"]), + ("intimidative", &["intimidate"]), + ("spefeir", &["specifier"]), + ("katemine", &["ketamine"]), + ("autogroping", &["autogrouping"]), + ("confugired", &["configured"]), + ("withold", &["withhold"]), + ("imperically", &["empirically"]), + ("pewder", &["lewder", "pewter", "powder"]), + ("bottem", &["bottom"]), + ("segemntation", &["segmentation"]), + ("instrcutional", &["instructional"]), + ("handycapped", &["handicapped"]), + ("languale", &["language"]), + ("cancres", &["cancers"]), + ("coninient", &["convenient"]), + ("manufacterer", &["manufacturer"]), + ("instalations", &["installations"]), + ("registed", &["registered"]), + ("gradiants", &["gradients"]), + ("peacify", &["pacify"]), + ("connotacion", &["connotation"]), + ("occrrance", &["occurrence"]), + ("booleam", &["boolean"]), + ("mediterrannean", &["mediterranean"]), + ("mismaches", &["mismatches"]), + ("perseeds", &["precedes"]), + ("briten", &["brighten"]), + ("inplementing", &["implementing"]), + ("statments", &["statements"]), + ("carbohyrdate", &["carbohydrates"]), + ("commnetary", &["commentary"]), + ("renegotiotes", &["renegotiates"]), + ("inferioirty", &["inferiority"]), + ("redistrubution", &["redistribution"]), + ("prominenty", &["prominently"]), + ("discconeccts", &["disconnects"]), + ("announciators", &["annunciators"]), + ("negogtiated", &["negotiated"]), + ("folls", &["follows"]), + ("faceboook", &["facebook"]), + ("critizing", &["criticizing"]), + ("numerbering", &["numbering"]), + ("demenaor", &["demeanor"]), + ("seperatism", &["separatism"]), + ("crationalists", &["nationalists", "rationalists"]), + ("austrailan", &["australian"]), + ("coherancy", &["coherency"]), + ("arguents", &["arguments"]), + ("emial", &["email"]), + ("follfowed", &["followed"]), + ("neighbourhoofs", &["neighbourhoods"]), + ("sements", &["cements", "segments"]), + ("opputunity", &["opportunity"]), + ("morgtages", &["mortgages"]), + ("implimenation", &["implementation"]), + ("desinged", &["designed"]), + ("initmacy", &["intimacy"]), + ("assumong", &["assuming"]), + ("simplifed", &["simplified"]), + ("resrouce", &["resource"]), + ("occors", &["occurs"]), + ("replacd", &["replaced"]), + ("modfies", &["modifies"]), + ("prerequesite", &["prerequisite"]), + ("veature", &["feature"]), + ("accomadates", &["accommodates"]), + ("scintiallation", &["scintillation"]), + ("plethorian", &["plethora"]), + ("sibtitle", &["subtitle"]), + ("delalyed", &["delayed"]), + ("chariman", &["chairman"]), + ("donwload", &["download"]), + ("posisble", &["possible"]), + ("testiclular", &["testicular"]), + ("simulatation", &["simulation"]), + ("wht", &["what"]), + ("addiional", &["additional"]), + ("varigated", &["variegated"]), + ("perheaps", &["perhaps"]), + ("fouth", &["fourth"]), + ("ignorging", &["ignoring"]), + ("biyous", &["bayous"]), + ("inot", &["into"]), + ("underminining", &["undermining"]), + ("intializer", &["initializer"]), + ("becasue", &["because"]), + ("barycentic", &["barycentric"]), + ("mimimize", &["minimize"]), + ("continants", &["continents"]), + ("prooduced", &["produced"]), + ("degress", &["degrees", "digress"]), + ("suficated", &["suffocated"]), + ("pervention", &["prevention"]), + ("trama", &["trauma", "tram", "trams"]), + ("acivate", &["activate"]), + ("initialisationg", &["initialisation"]), + ("fractalius", &["fractals"]), + ("alternar", &["alternator"]), + ("diasbles", &["disables"]), + ("conecctor", &["connector"]), + ("accumulotor", &["accumulator"]), + ("handrwiting", &["handwriting"]), + ("incompasitates", &["incapacitates"]), + ("procide", &["provide"]), + ("aribrary", &["arbitrary"]), + ("ideintify", &["identify"]), + ("misinterprted", &["misinterpret"]), + ("competator", &["competitor"]), + ("remasterd", &["remastered"]), + ("tollerances", &["tolerances"]), + ("pyschiatric", &["psychiatric"]), + ("swithc", &["switch"]), + ("rimaniss", &["reminisce"]), + ("communicae", &["communicated"]), + ("invalde", &["invalid"]), + ("misdemeaner", &["misdemeanor"]), + ("folllowed", &["followed"]), + ("certaint", &["certain"]), + ("compliancy", &["compliance"]), + ( + "transaitions", + &["translations", "transitions", "transactions"], + ), + ("jewl", &["jew", "jewel"]), + ("warpprer", &["warper", "wrapper"]), + ("repsonsibility", &["responsibility"]), + ("asexaul", &["asexual"]), + ("adjustements", &["adjustments"]), + ("paraiste", &["parasite"]), + ("experimteners", &["experimenters"]), + ("converison", &["conversions", "conversion"]), + ("renegotioators", &["renegotiators"]), + ("remvoed", &["removed"]), + ("boundays", &["boundaries"]), + ("physisions", &["physicians"]), + ("dereferncers", &["dereferencers"]), + ("declations", &["declarations"]), + ("respecitvely", &["respectively"]), + ("vigliant", &["vigilant"]), + ("valnecia", &["valencia"]), + ("deskops", &["desktops"]), + ("scubscribe", &["subscribe"]), + ("mircoservices", &["microservices"]), + ("integere", &["integer"]), + ("zaelots", &["zealots"]), + ("indiffernece", &["indifference"]), + ("uncommpressd", &["uncompressed"]), + ("transprted", &["transported"]), + ("juggernaunts", &["juggernaut"]), + ("differnciate", &["differentiate"]), + ("comands", &["commands"]), + ("doocumentaries", &["documentaries"]), + ("divdes", &["divides"]), + ("grammarical", &["grammatical"]), + ("courtsey", &["courtesy"]), + ("fundamentalisti", &["fundamentals"]), + ("acchieves", &["achieves"]), + ("enteries", &["entries"]), + ("intereferences", &["interferences"]), + ("religionens", &["religions"]), + ("unrelyable", &["unreliable"]), + ("parellel", &["parallel"]), + ("gratificacion", &["gratification"]), + ("polulate", &["populate"]), + ("uninstlaler", &["uninstaller"]), + ("accceptable", &["acceptable"]), + ("chimmeny", &["chimney"]), + ("paranthesis", &["parenthesis"]), + ("senaireos", &["scenarios"]), + ("escpaed", &["escaped"]), + ("rearangement", &["rearrangement"]), + ("enlightended", &["enlightened"]), + ("authenification", &["authentication"]), + ("dictadorship", &["dictatorship"]), + ("stupitidy", &["stupidity"]), + ("arbritrarily", &["arbitrarily"]), + ("philadelpha", &["philadelphia"]), + ("uptream", &["upstream"]), + ("crusor", &["cursor"]), + ("dominaton", &["domination"]), + ("versiond", &["versions", "versioned"]), + ("intimite", &["intimate"]), + ("annaverseries", &["anniversaries"]), + ("overwite", &["overwrite"]), + ("unprofessionel", &["unprofessional"]), + ("regarted", &["regarded"]), + ("theroetically", &["theoretically"]), + ("fowrards", &["forwards"]), + ("practiclly", &["practically"]), + ("thougt", &["thought", "though"]), + ("negotinate", &["negotiate"]), + ("beaviour", &["behaviour"]), + ("rwite", &["write"]), + ("incrememeted", &["incremented"]), + ("sohpisticated", &["sophisticated"]), + ("bever", &["never"]), + ("fougth", &["fought"]), + ("meethodology", &["methodology"]), + ("messanger", &["messenger"]), + ("cachline", &["cacheline"]), + ("eletronics", &["electronics"]), + ("ethernal", &["eternal"]), + ("silouetes", &["silhouettes"]), + ("meningful", &["meaningful"]), + ("invulnurable", &["invulnerable"]), + ("controvercy", &["controversy"]), + ("comparizon", &["comparison"]), + ("fatig", &["fatigue"]), + ("discconencted", &["disconnected"]), + ("antiquae", &["antique"]), + ("cliffbanger", &["cliffhanger"]), + ("behaviorly", &["behavioral"]), + ("cheksum", &["checksum"]), + ("catagory", &["category"]), + ("torelable", &["tolerable"]), + ("inititiaves", &["initiatives"]), + ("corsor", &["cursor"]), + ("shufle", &["shuffle"]), + ("dectector", &["detector"]), + ("incomptible", &["incompatible"]), + ("translateing", &["translating"]), + ("disconections", &["disconnections"]), + ("militat", &["militant"]), + ("thinkgs", &["thinks", "things"]), + ("sympaty", &["sympathy"]), + ("hanndle", &["handle"]), + ("borgwasy", &["bourgeoisie"]), + ("scandianvians", &["scandinavian"]), + ("organizaion", &["organization"]), + ("commite", &["commit"]), + ("calulated", &["calculated"]), + ("representativo", &["representation"]), + ("passivs", &["passives"]), + ("wathdog", &["watchdog"]), + ("lackrimosity", &["lachrymosity"]), + ("desltop", &["desktop"]), + ("dedependents", &["dependents"]), + ("inferrable", &["inferable"]), + ("subsequenct", &["subsequent"]), + ("decieded", &["decided"]), + ("nsted", &["nested"]), + ("knowledegable", &["knowledgeable"]), + ("indefinity", &["indefinitely"]), + ("appreciatin", &["appreciation"]), + ("libreoficekit", &["libreofficekit"]), + ("recroot", &["recruit"]), + ("experianced", &["experienced"]), + ("geomteries", &["geometries"]), + ("nmme", &["name"]), + ("outsidr", &["outsider"]), + ("elphant", &["elephant"]), + ("wolrd", &["world"]), + ("aliginment", &["alignment"]), + ("misundersranding", &["misunderstandings"]), + ("algohms", &["algorithms"]), + ("experamentel", &["experimental"]), + ("dialectes", &["dialects"]), + ("opensll", &["openssl"]), + ("aquaint", &["acquaint"]), + ("accelarating", &["accelerating"]), + ("samckdown", &["smackdown"]), + ("susupend", &["suspend"]), + ("libertariens", &["libertarians"]), + ("pubilshers", &["publishers"]), + ("reqire", &["require"]), + ("releationships", &["relationships"]), + ("promiscuos", &["promiscuous"]), + ("medatite", &["meditate"]), + ("procecures", &["procedures"]), + ("vitroil", &["vitriol"]), + ("nothign", &["nothing"]), + ("emodifying", &["modifying"]), + ("unifromed", &["uniformed"]), + ("reflectivos", &["reflections"]), + ("hedgehorg", &["hedgehog"]), + ("leagalize", &["legalize"]), + ("tesellate", &["tessellate"]), + ("workaronud", &["workaround"]), + ("travellodge", &["travelled"]), + ("intendet", &["intended"]), + ("capitalits", &["capitalists"]), + ("pojrected", &["projected"]), + ("specifric", &["specific"]), + ("stormfromt", &["stormfront"]), + ("attemping", &["attempting"]), + ("higest", &["highest"]), + ("illuminatti", &["illuminati"]), + ("westerness", &["westerners"]), + ("handker", &["handler"]), + ("discouranged", &["discouraged"]), + ("complination", &["complication"]), + ("blueburries", &["blueberries"]), + ("commere", &["commerce"]), + ("initializa", &["initialize"]), + ("multyplayer", &["multiplayer"]), + ("repeler", &["repeller"]), + ("adreniline", &["adrenaline"]), + ("alocatable", &["allocatable"]), + ("surronded", &["surrounded"]), + ("navigatin", &["navigation"]), + ("israeliens", &["israelis"]), + ("releifes", &["relieves"]), + ("earhtquakes", &["earthquakes"]), + ("annoymous", &["anonymous"]), + ("dito", &["ditto"]), + ("devuce", &["device"]), + ("stabilites", &["stabilizes"]), + ("accomdate", &["accommodate"]), + ("experimentating", &["experimentation", "experimenting"]), + ("recommaded", &["recommended"]), + ("realease", &["release"]), + ("privelages", &["privileges"]), + ("visuably", &["visually"]), + ("organizare", &["organizer"]), + ("circiuts", &["circuits"]), + ("anarchistm", &["anarchism", "anarchist"]), + ("visualizaion", &["visualization"]), + ("thimngs", &["things"]), + ("acutions", &["auctions"]), + ("vailidity", &["validity"]), + ("respondas", &["responds"]), + ("arrangs", &["arranges"]), + ("overcomming", &["overcoming"]), + ("intoleranse", &["intolerance"]), + ("descriving", &["describing"]), + ("strcutures", &["structures"]), + ("populatoin", &["populations"]), + ("enagement", &["engagement"]), + ("silouwet", &["silhouette"]), + ("disparingly", &["disparagingly"]), + ("unsable", &["unusable", "usable", "unstable", "unable"]), + ("comunity", &["community"]), + ("implemements", &["implements"]), + ("hich", &["which"]), + ("tpyo", &["typo"]), + ("automoblies", &["automobile"]), + ("symetry", &["symmetry"]), + ("journaal", &["journal"]), + ("mountble", &["mountable"]), + ("iternations", &["iterations"]), + ("battleshop", &["battleship"]), + ("misinterpretted", &["misinterpreted"]), + ("inevitabley", &["inevitably"]), + ("neigborhood", &["neighborhood"]), + ("inserster", &["inserter"]), + ("evaulator", &["evaluator"]), + ("handshks", &["handshakes"]), + ("deafulted", &["defaulted"]), + ("bottomn", &["bottom"]), + ("corinthianos", &["corinthians"]), + ("temporarity", &["temporarily"]), + ("territoy", &["territory"]), + ("paramer", &["parameter"]), + ("identicial", &["identical"]), + ("temproment", &["temperament"]), + ("conteins", &["contains"]), + ("resisten", &["resistance"]), + ("atmoshpere", &["atmosphere"]), + ("regession", &["regression"]), + ("bundel", &["bundle"]), + ("seqences", &["sequences"]), + ("suspeneded", &["suspended"]), + ("furethermore", &["furthermore"]), + ("inadequite", &["inadequate"]), + ("wth", &["with"]), + ("vaccuum", &["vacuum"]), + ("disbled", &["disabled"]), + ("follfow", &["follow"]), + ("arraies", &["arrays"]), + ("narcissim", &["narcissism"]), + ("corparate", &["corporate"]), + ("bulidings", &["buildings"]), + ("implmenets", &["implements"]), + ("doctorial", &["doctoral"]), + ("jurisdiccion", &["jurisdiction"]), + ("wuth", &["with"]), + ("calalog", &["catalog"]), + ("repaird", &["repaired"]), + ("andoids", &["androids"]), + ("subtaks", &["subtask", "subtasks"]), + ("burrtios", &["burritos"]), + ("streightish", &["straightish"]), + ("initiialize", &["initialize"]), + ("immediantly", &["immediately"]), + ("exceuctables", &["executables"]), + ("akward", &["awkward"]), + ("suppurted", &["supported"]), + ("namesapce", &["namespace"]), + ("exchanes", &["exchanges"]), + ("estonija", &["estonia"]), + ("compleness", &["completeness"]), + ("expencive", &["expensive"]), + ("muti", &["multi"]), + ("sequcne", &["sequence"]), + ("rademtions", &["redemptions"]), + ("unabnned", &["unbanned"]), + ("differenciations", &["differentiation"]), + ("methaporically", &["metaphorically"]), + ("analyts", &["analyst"]), + ("priting", &["printing"]), + ("genreated", &["generated"]), + ("apender", &["appender"]), + ("trogladitical", &["troglodytical"]), + ("applcation", &["application"]), + ("blanced", &["balanced", "glanced", "lanced"]), + ("resistences", &["resistances"]), + ("louisianna", &["louisiana"]), + ("meditatie", &["meditate"]), + ("sectopms", &["sections"]), + ("equivelency", &["equivalency"]), + ("ingnores", &["ignores"]), + ("elecrto", &["electro"]), + ("decosing", &["decoding"]), + ("kindgergarten", &["kindergarten"]), + ("defenetly", &["definitely"]), + ("cencretely", &["concretely"]), + ("authenitcation", &["authentication"]), + ("authenticde", &["authenticode"]), + ("dictonaries", &["dictionaries"]), + ("deficiencey", &["deficiency"]), + ("occuers", &["occurs"]), + ("microships", &["microchips"]), + ("whitesspaces", &["whitespaces"]), + ("coordines", &["coordinates"]), + ("seseeded", &["seceded"]), + ("caled", &["called"]), + ("oberflows", &["overflows"]), + ("poin", &["point"]), + ("relcaim", &["reclaim"]), + ("nkow", &["know"]), + ("manfiests", &["manifests"]), + ("experimel", &["experimental"]), + ("milimeter", &["millimeter"]), + ("comadres", &["comrades"]), + ("relateds", &["relates"]), + ("transcoser", &["transcoder"]), + ("divertions", &["diversions"]), + ("charcaters", &["characters"]), + ("appropration", &["appropriation"]), + ("tourmanent", &["tournaments"]), + ("independentally", &["independently"]), + ("funxtional", &["functional"]), + ("morter", &["mortar"]), + ("resistanse", &["resistances"]), + ("beastley", &["beastly"]), + ("nominato", &["nomination"]), + ("pscyhiatrists", &["psychiatrists"]), + ("assmptions", &["assumptions"]), + ("eearly", &["early"]), + ("compiller", &["compiler"]), + ("assigher", &["assigner"]), + ("stdouot", &["stdout"]), + ("compednium", &["compendium"]), + ("volatage", &["voltage"]), + ("impliment", &["implement"]), + ("deturance", &["deterrence"]), + ("espression", &["espresso"]), + ("propriatory", &["proprietary"]), + ("sensative", &["sensitive"]), + ("priroritize", &["prioritize"]), + ("reqrite", &["rewrite"]), + ("superseeded", &["superseded"]), + ("elemement", &["element"]), + ("connecion", &["connection"]), + ("distructor", &["destructor"]), + ("descritptions", &["descriptions"]), + ("inticement", &["enticement"]), + ("candidatas", &["candidates"]), + ("characteization", &["characterization"]), + ("undesireable", &["undesirable"]), + ("inspiraste", &["inspires"]), + ("unregster", &["unregister"]), + ("avodacos", &["avocados"]), + ("szenarios", &["scenarios"]), + ("reveiwed", &["reviewed"]), + ("cartirdge", &["cartridge"]), + ("beleifs", &["beliefs"]), + ("hirarchies", &["hierarchies"]), + ("travle", &["travel"]), + ("protastant", &["protestant"]), + ("firmwware", &["firmware"]), + ("stoream", &["stream"]), + ("aforementionned", &["aforementioned"]), + ("scientiests", &["scientists"]), + ("reursively", &["recursively"]), + ("carmonially", &["ceremonially"]), + ("vulnerabuility", &["vulnerability"]), + ("agancies", &["agencies"]), + ("impliciete", &["implicit"]), + ("clearified", &["clarified"]), + ("concentrarte", &["concentrate"]), + ("sade", &["sad"]), + ("consructor", &["constructor"]), + ("cataclysim", &["cataclysm"]), + ("hunred", &["hundred", "hunted"]), + ("locaizer", &["localizer"]), + ("inisialised", &["initialised"]), + ("hierarchjy", &["hierarchy"]), + ("visulization", &["visualization"]), + ("ethincity", &["ethnicity"]), + ("realtes", &["relates"]), + ("legalizaiton", &["legalization"]), + ("muncipalities", &["municipalities"]), + ("speficiallications", &["specifications"]), + ("accessibiliity", &["accessibility"]), + ("genereic", &["generic"]), + ("australien", &["australian"]), + ("modfiication", &["modification"]), + ("conifgurations", &["configurations"]), + ("everyonehas", &["everyones"]), + ("directivos", &["directions"]), + ("immatably", &["immutably"]), + ("polotics", &["politics"]), + ("autoformating", &["autoformatting"]), + ("specalised", &["specialised"]), + ("ofcoruse", &["ofcourse"]), + ("trudnle", &["trundle"]), + ("adminsitration", &["administration"]), + ("newine", &["newline"]), + ("bodyweigt", &["bodyweight"]), + ("enbracing", &["embracing"]), + ("denmmark", &["denmark"]), + ("desomnd", &["desmond"]), + ("swithching", &["switching"]), + ("assassians", &["assassin"]), + ("qualfiiers", &["qualifiers"]), + ("revaluated", &["reevaluated"]), + ("acomplishments", &["accomplishments"]), + ("funcation", &["function"]), + ("manisfestations", &["manifestations"]), + ("inconveniant", &["inconvenient"]), + ("heaviweight", &["heavyweight"]), + ("komma", &["coma", "comma"]), + ("declase", &["declares"]), + ("matterss", &["mattress"]), + ("decpetive", &["deceptive"]), + ("acheeved", &["achieved"]), + ("compatiablity", &["compatibility"]), + ("originiating", &["originating"]), + ("nrivana", &["nirvana"]), + ("shs", &["nhs", "ssh"]), + ("vulnarabilities", &["vulnerabilities"]), + ("formulados", &["formulas"]), + ("encordings", &["encodings"]), + ("mutilatin", &["mutilation"]), + ("originially", &["originally"]), + ("groosumly", &["gruesome"]), + ("dervices", &["devices", "services"]), + ("nationalty", &["nationality"]), + ("monstrostiy", &["monstrosity"]), + ("negotioting", &["negotiating"]), + ("trasaction", &["transaction"]), + ("instansiates", &["instantiates"]), + ("upsrteamed", &["upstreamed"]), + ("organsie", &["organise"]), + ("autocorret", &["autocorrect"]), + ("subscritpions", &["subscriptions"]), + ("unnecesasry", &["unnecessary"]), + ("requestet", &["requested"]), + ("specfy", &["specify"]), + ("unbeetable", &["unbeatable"]), + ("authentcated", &["authenticated"]), + ("periphiral", &["peripheral"]), + ("horizonally", &["horizontally"]), + ("thermostasts", &["thermostats"]), + ("constructers", &["constructors"]), + ("visist", &["visit"]), + ("deduplacated", &["deduplicated"]), + ("continutiy", &["continuity"]), + ("wholeheartely", &["wholeheartedly"]), + ("dehydraded", &["dehydrated"]), + ("torrentting", &["torrenting"]), + ("insparation", &["inspiration"]), + ("overidding", &["overriding"]), + ("alwasys", &["always"]), + ("metics", &["metrics"]), + ("fontonfig", &["fontconfig"]), + ("facilitiates", &["facilitates"]), + ("experimentat", &["experimental"]), + ("execude", &["execute"]), + ("tigher", &["tighter"]), + ("cercomstantial", &["circumstantial"]), + ("enoughts", &["enough"]), + ("asociated", &["associated"]), + ("intitial", &["initial"]), + ("expiriation", &["expiration"]), + ("excection", &["exception", "execution"]), + ("entierly", &["entirely"]), + ("forthcominng", &["forthcoming"]), + ("ansd", &["and"]), + ("stratigies", &["strategies"]), + ("convets", &["converts"]), + ("progapate", &["propagate"]), + ("debouce", &["debounce"]), + ("deteremined", &["determined"]), + ("opionated", &["opinionated"]), + ("confidantly", &["confidently"]), + ("parmisian", &["parmesan"]), + ("kickstater", &["kickstarter"]), + ("unsuprizing", &["unsurprising"]), + ("adressable", &["addressable"]), + ("expextedly", &["expectedly"]), + ("evovling", &["evolving"]), + ("unexcectedly", &["unexpectedly"]), + ("thetraedral", &["tetrahedral"]), + ("exicute", &["", "execute"]), + ("defaut", &["default"]), + ("apperared", &["appeared"]), + ("sesceder", &["seceder"]), + ("acheivable", &["achievable"]), + ("studioes", &["studios"]), + ("penisular", &["peninsular"]), + ("reactionairy", &["reactionary"]), + ("brite", &["bright"]), + ("sherif", &["sheriff"]), + ("soustraction", &["subtraction"]), + ("approxamatly", &["approximately"]), + ("norhtwest", &["northwest"]), + ("anyhwere", &["anywhere"]), + ("sumulate", &["simulate"]), + ("associationg", &["associating"]), + ("fullanme", &["fullname"]), + ("nurtitional", &["nutritional"]), + ("revolutionens", &["revolutions"]), + ("disencouraged", &["discouraged"]), + ("cringeworhty", &["cringeworthy"]), + ("raspberrry", &["raspberry"]), + ("boyfried", &["boyfriend"]), + ("expecetd", &["expected"]), + ("accidentky", &["accidentally"]), + ("mimachd", &["mismatched"]), + ("misproportionate", &["disproportionate"]), + ("statisfied", &["satisfied"]), + ("earthboud", &["earthbound"]), + ("neighbouing", &["neighbouring"]), + ("inteneded", &["intended"]), + ("insignificatly", &["insignificantly"]), + ("shspe", &["shape"]), + ("fotografical", &["photographical"]), + ("responsibe", &["responsive", "responsible"]), + ("inclinato", &["inclination"]), + ("enitity", &["entity"]), + ("porportioning", &["proportioning"]), + ("comlpex", &["complex"]), + ("rennovation", &["renovation"]), + ("polyar", &["polar"]), + ("staggerring", &["staggering"]), + ("ploymer", &["polymer"]), + ("yoiu", &["you"]), + ("particpated", &["participated"]), + ("demolution", &["demolition"]), + ("laveled", &["leveled", "labeled"]), + ("coffe", &["coffee"]), + ("exected", &["executed", "expected"]), + ("deviiate", &["deviate"]), + ("configuratons", &["configurations"]), + ("responible", &["responsible"]), + ("guaruanty", &["guaranty"]), + ("downtokers", &["downvoters"]), + ("quesr", &["quest"]), + ("elevatin", &["elevation"]), + ("preemptable", &["preemptible"]), + ("tetxure", &["texture"]), + ("imcomprehensible", &["incomprehensible"]), + ("accordinly", &["accordingly"]), + ("speficially", &["specifically"]), + ("tempories", &["temporaries"]), + ("enthousiasm", &["enthusiasm"]), + ("heloer", &["helper"]), + ("datset", &["dataset"]), + ("mechanismn", &["mechanism"]), + ("inspectin", &["inspection"]), + ("zimbabwae", &["zimbabwe"]), + ("intervieuw", &["interviews"]), + ("simptumaticaly", &["symptomatically"]), + ("templas", &["templars"]), + ("instantion", &["instantiation"]), + ("cliped", &["clipped"]), + ("constaining", &["constraining", "containing"]), + ("progagations", &["propagations"]), + ("fatigure", &["fatigue"]), + ("painfuly", &["painfully"]), + ("traiger", &["triager"]), + ("separetly", &["separately"]), + ("concating", &["concatenating"]), + ("specialzied", &["specialized"]), + ("perpetualy", &["perpetually"]), + ("experimentatally", &["experimentally"]), + ("gymnasitcs", &["gymnastics"]), + ("responsibilty", &["responsibility"]), + ("schedulling", &["scheduling"]), + ("inherets", &["inherits"]), + ("introduktion", &["introduction"]), + ("spectraply", &["spectral"]), + ("underratted", &["underrated"]), + ("intiailizes", &["initializes"]), + ("documets", &["documents"]), + ("startus", &["startups"]), + ("permissino", &["permission"]), + ("catholicsim", &["catholicism"]), + ("escating", &["escalating", "escaping"]), + ("guantamamo", &["guantanamo"]), + ("wiscles", &["whistles"]), + ("disaapointed", &["disappointed"]), + ("assime", &["assume"]), + ("charasets", &["charsets"]), + ("watned", &["wanted"]), + ("normlaized", &["normalized"]), + ("avalibale", &["available"]), + ("plathome", &["platform"]), + ("statisitc", &["statistic"]), + ("cature", &["capture"]), + ("coutners", &["counters"]), + ("incompaitible", &["incompatible"]), + ("subtlties", &["subtitles"]), + ("neeedles", &["needles", "needless"]), + ("scottisch", &["scottish"]), + ("sectins", &["sections"]), + ("copenhague", &["copenhagen"]), + ("indefinetly", &["indefinitely"]), + ("moroever", &["moreover"]), + ("dialouges", &["dialogues"]), + ("backoor", &["backdoor"]), + ("experiece", &["experience"]), + ("approxiation", &["approximation"]), + ("definitons", &["definitions"]), + ("follwoeiwng", &["following"]), + ("mocrotransactions", &["microtransactions"]), + ("logtiech", &["logitech"]), + ("donwsides", &["downsides"]), + ("soudntrack", &["soundtrack"]), + ("functino", &["function"]), + ("reporing", &["reporting"]), + ("asnd", &["and"]), + ("socialim", &["socialism"]), + ("diagonales", &["diagonals"]), + ("counceling", &["counseling"]), + ("abitrarily", &["arbitrarily"]), + ("weerd", &["weird"]), + ("deprivating", &["deprivation"]), + ("intuitevely", &["intuitively"]), + ("alphabeticaly", &["alphabetically"]), + ("renegogtiators", &["renegotiators"]), + ("implemenation", &["implementation"]), + ("homogenious", &["homogeneous"]), + ("aiffer", &["differ"]), + ("unsychronised", &["unsynchronised"]), + ("slac", &["slack"]), + ("externelly", &["externally"]), + ("priveliged", &["privileged"]), + ("sepeartely", &["separately"]), + ("recomended", &["recommended"]), + ("transisitioned", &["transitioned"]), + ("flexibiliy", &["flexibility"]), + ("examlpes", &["examples"]), + ("descrease", &["decrease"]), + ("severide", &["severed"]), + ("duaghter", &["daughter"]), + ("dinosaurios", &["dinosaurs"]), + ("guaruntees", &["guarantees"]), + ("failied", &["failed"]), + ("punshiments", &["punishments"]), + ("cataloge", &["catalogue"]), + ("intenationally", &["internationally"]), + ("cronstructs", &["constructs"]), + ("dijsktra", &["dijkstra"]), + ("anuled", &["annulled"]), + ("incremeting", &["incrementing"]), + ("defensivley", &["defensively"]), + ("arbritation", &["arbitration"]), + ("picniced", &["picnicked"]), + ("downlaoding", &["downloading"]), + ("wholeheartidly", &["wholeheartedly"]), + ("gradiating", &["graduating"]), + ("temporaraly", &["temporarily"]), + ("unrwitten", &["unwritten"]), + ("particpant", &["participant"]), + ("transformarse", &["transformers"]), + ("alph", &["alpha"]), + ("amealearator", &["ameliorator"]), + ("constitued", &["constitute"]), + ("wednessday", &["wednesdays", "wednesday"]), + ("clairvoiant", &["clairvoyant"]), + ("socialistes", &["socialists"]), + ("inherithing", &["inheriting"]), + ("thresold", &["threshold"]), + ("improvemenets", &["improvements"]), + ("zinoists", &["zionists"]), + ("unfotunately", &["unfortunately"]), + ("peapels", &["peoples"]), + ("filsystem", &["filesystem"]), + ("corrrectness", &["correctness"]), + ("contrsts", &["contrasts"]), + ("expierencing", &["experiencing"]), + ("simetries", &["symmetries"]), + ("teleporing", &["teleporting"]), + ("devlopper", &["developer"]), + ("exceeeds", &["exceeds"]), + ("functionaly", &["functionally", "functionality"]), + ("otion", &["option"]), + ("pipelins", &["pipelines"]), + ("consolitated", &["consolidate"]), + ("resposiveness", &["responsiveness"]), + ("mystql", &["mysql"]), + ("liekd", &["liked"]), + ("spetial", &["spatial", "special"]), + ("johanine", &["johannine"]), + ("multipe", &["multiple"]), + ("acrost", &["across"]), + ("aleged", &["alleged"]), + ("iranain", &["iranian"]), + ("proceesing", &["proceeding"]), + ("contniues", &["continues"]), + ("chocolots", &["chocolates"]), + ("registes", &["registers"]), + ("conrrespondents", &["correspondents"]), + ("paragrahps", &["paragraphs"]), + ("pronoucning", &["pronouncing"]), + ("autotorium", &["auditorium"]), + ("possibe", &["possible"]), + ("precaucion", &["precaution"]), + ("rovider", &["provider"]), + ("moudles", &["modules"]), + ("intestinas", &["intestines"]), + ("cambride", &["cambridge"]), + ("poitns", &["points"]), + ("resolvemos", &["resolves"]), + ("vulnerabiliy", &["vulnerability"]), + ("strucutres", &["structures"]), + ("synoym", &["synonym"]), + ("affectes", &["affects"]), + ("acronysm", &["acronyms"]), + ("performence", &["performance"]), + ("destionation", &["destination"]), + ("formuladas", &["formulas"]), + ("preformance", &["performance"]), + ("advocay", &["advocacy"]), + ("summay", &["summary"]), + ("internediate", &["intermediate"]), + ("acitivities", &["activities"]), + ("patrcik", &["patrick"]), + ("usnig", &["using"]), + ("schdeule", &["schedule"]), + ("archictectures", &["architectures"]), + ("distingusih", &["distinguish"]), + ("ipmrovement", &["improvement"]), + ("summurized", &["summarized"]), + ("oaram", &["param"]), + ("achilleus", &["achilles"]), + ("mircoscopes", &["microscopes"]), + ("deveploment", &["developments"]), + ("flecther", &["fletcher"]), + ("menetioned", &["mentioned"]), + ("consituted", &["constituted"]), + ("dnymaic", &["dynamic"]), + ("followign", &["following"]), + ("whipsered", &["whispered"]), + ("downrades", &["downgrades"]), + ("teminal", &["terminal"]), + ("avance", &["advance"]), + ("obervers", &["observers"]), + ("continuuity", &["continuity"]), + ("skwalks", &["squawks"]), + ("follws", &["follows"]), + ("summariaztion", &["summarization"]), + ("yhou", &["you"]), + ("percetange", &["percentages"]), + ("unrecognizeable", &["unrecognizable"]), + ("negotiotated", &["negotiated"]), + ("protestent", &["protestant"]), + ("cardianls", &["cardinals"]), + ("encrytped", &["encrypted"]), + ("facinating", &["fascinating"]), + ("regsitering", &["registering"]), + ("excalmation", &["exclamation"]), + ("amacingly", &["amazingly"]), + ("cerifications", &["certifications", "verifications"]), + ("depercated", &["deprecated"]), + ("expermimentally", &["experimentally"]), + ("atomiticity", &["atomicity"]), + ("dobling", &["doubling"]), + ("supresssion", &["suppression"]), + ("acommodates", &["accommodates"]), + ("gziniflate", &["gzinflate"]), + ("ealry", &["early"]), + ("dialigs", &["dialogs"]), + ("tangeantial", &["tangential"]), + ("kenrel", &["kernel"]), + ("downsteram", &["downstream"]), + ("afficionado", &["aficionado"]), + ("gruped", &["grouped"]), + ("satisifed", &["satisfied"]), + ("geometrie", &["geometry"]), + ("explict", &["explicit"]), + ("overreactin", &["overreaction"]), + ("expeiencing", &["experiencing"]), + ("revolutinary", &["revolutionary"]), + ("connectibity", &["connectivity"]), + ("origonated", &["originated"]), + ("gouped", &["grouped"]), + ("bayonent", &["bayonet"]), + ("exchances", &["exchanges"]), + ("worke", &["work", "worked", "works"]), + ("opinyonist", &["opinionist"]), + ("descripiton", &["descriptions"]), + ("inted", &["inetd", "intend"]), + ("tema", &["team"]), + ("circumcition", &["circumcision"]), + ("parenthesys", &["parentheses"]), + ("applicatins", &["applicants", "applications"]), + ("chamiponship", &["championships"]), + ("stategized", &["strategized"]), + ("itnerpretation", &["interpretation"]), + ("daulity", &["duality"]), + ("surgey", &["surgery"]), + ("autenticates", &["authenticates"]), + ("maintainces", &["maintenances"]), + ("warninngs", &["warnings"]), + ("bastardos", &["bastards"]), + ("highighter", &["highlighter"]), + ("bootstaps", &["bootstraps"]), + ("reconeting", &["reconnecting"]), + ("sentenals", &["sentinels"]), + ("folllow", &["follow"]), + ("direcctries", &["directories"]), + ("desplays", &["displays"]), + ("identcial", &["identical"]), + ("speficifically", &["specifically"]), + ("settter", &["setter"]), + ("dissapoints", &["disappoints"]), + ("sepreate", &["separate"]), + ("venemous", &["venomous"]), + ("excentuating", &["accentuating"]), + ("representaions", &["representations"]), + ("backpackng", &["backpacking"]), + ("disastrosi", &["disastrous"]), + ("compleetly", &["completely"]), + ("menues", &["menus"]), + ("caperbility", &["capability"]), + ("forwrad", &["forward"]), + ("negotiotators", &["negotiators"]), + ("resotrers", &["restorers"]), + ("yoru", &["your"]), + ("renegoitators", &["renegotiators"]), + ("renegotitator", &["renegotiator"]), + ("conservatibe", &["conservative"]), + ("bacholers", &["bachelors"]), + ("dashboar", &["dashboard"]), + ("distrobution", &["distribution"]), + ("periodicy", &["periodicity"]), + ("transacrtions", &["transactions"]), + ("intercepto", &["interception"]), + ("kncokback", &["knockback"]), + ("hypenates", &["hyphenates"]), + ("anphetamines", &["amphetamines"]), + ("underbaker", &["undertaker"]), + ("seemd", &["seemed"]), + ("reponsibility", &["responsibility"]), + ("unilateraly", &["unilaterally"]), + ("asynchornously", &["asynchronously"]), + ("transportaion", &["transportation"]), + ("cleen", &["clean"]), + ("configurated", &["configured"]), + ("outpreform", &["outperform"]), + ("servier", &["server"]), + ("implemementing", &["implementing"]), + ("reactionnary", &["reactionary"]), + ("fautured", &["featured"]), + ("storys", &["storeys"]), + ("matchign", &["matching"]), + ("populative", &["populate"]), + ("sparate", &["separate"]), + ("blak", &["black", "blank"]), + ("aggregrated", &["aggregated"]), + ("arbutrary", &["arbitrary"]), + ("propogated", &["propagated"]), + ("sarting", &["starting", "sorting"]), + ("internationnally", &["internationally"]), + ("protocolls", &["protocols"]), + ("upstrema", &["upstream"]), + ("devlopments", &["developments"]), + ("witdhs", &["widths"]), + ("difinition", &["definition"]), + ("descenting", &["descending"]), + ("supporitng", &["supporting"]), + ("territores", &["territories"]), + ("recipt", &["receipt"]), + ("consctruct", &["construct"]), + ("trickyness", &["trickiness"]), + ("preventors", &["prevents"]), + ("tweeking", &["tweaking"]), + ("disaterous", &["disastrous"]), + ("loenard", &["leonard"]), + ("cellst", &["cells"]), + ("sequeces", &["sequences"]), + ("copyies", &["copies"]), + ("vishusly", &["viciously"]), + ("anchestors", &["ancestors"]), + ("neighbourhoors", &["neighbours"]), + ("devicde", &["device"]), + ("tookits", &["toolkits"]), + ("markes", &["marks", "marked", "markers"]), + ("unsuccesful", &["unsuccessful"]), + ("hispancis", &["hispanics"]), + ("orginating", &["originating"]), + ("csses", &["cases"]), + ("struggleing", &["struggling"]), + ("granolla", &["granola"]), + ("equivalance", &["equivalence"]), + ("cholosterol", &["cholesterol"]), + ("compling", &["compiling"]), + ("looop", &["loop"]), + ("glyphes", &["glyphs"]), + ("upliad", &["upload"]), + ("observaiton", &["observant"]), + ("parrallell", &["parallel"]), + ("transtioning", &["transitioning"]), + ("fatc", &["fact"]), + ("unsychronized", &["unsynchronized"]), + ("illegalest", &["illegals"]), + ("pedantisch", &["pedantic"]), + ("enrolement", &["enrollment"]), + ("hospitolized", &["hospitalized"]), + ("recorre", &["recorder"]), + ("aleady", &["already"]), + ("servising", &["servicing"]), + ("sestatusbar", &["setstatusbar"]), + ("valnetines", &["valentines"]), + ("assoication", &["association"]), + ("conencting", &["connecting"]), + ("sme", &["some"]), + ("immersve", &["immerse"]), + ("stomache", &["stomach"]), + ("filal", &["final"]), + ("certifiates", &["certificates"]), + ("experimetented", &["experimented"]), + ("bizness", &["business"]), + ("sampleing", &["sampling"]), + ("procedue", &["procedure"]), + ("immigrantes", &["immigrants"]), + ("instututed", &["instituted"]), + ("unfourtunetly", &["unfortunately"]), + ("friendzond", &["friendzoned"]), + ("dominent", &["dominant"]), + ("alusion", &["allusion", "illusion"]), + ("signatur", &["signature"]), + ("ciricuits", &["circuits"]), + ("firmwwre", &["firmware"]), + ("demosntrations", &["demonstrations"]), + ("expeiriment", &["experiment"]), + ("bangaldesh", &["bangladesh"]), + ("installion", &["installing", "installation"]), + ("syracusae", &["syracuse"]), + ("imporoves", &["improves"]), + ("initiliased", &["initialised"]), + ("arrises", &["arises"]), + ("cultrual", &["cultural"]), + ("microtransacting", &["microtransactions"]), + ("hoemopathy", &["homeopathy"]), + ("surronding", &["surrounding"]), + ("siffixation", &["suffixation", "suffocation"]), + ("prooved", &["proved"]), + ("combinaison", &["combinations"]), + ("candadates", &["candidates"]), + ("doomdsay", &["doomsday"]), + ("sopunded", &["sounded"]), + ("perfomrnaces", &["performances"]), + ("repulics", &["republics"]), + ("latset", &["latest"]), + ("instituto", &["institution"]), + ("homeophaty", &["homeopathy"]), + ("experimanent", &["experiment"]), + ("delimitied", &["delimited"]), + ("bilbical", &["biblical"]), + ("indivually", &["individually"]), + ("quantititive", &["quantitative"]), + ("somethign", &["something"]), + ("diviation", &["divination", "deviation"]), + ("assising", &["assisting"]), + ("remmber", &["remember"]), + ("configire", &["configure"]), + ("paladines", &["paladins"]), + ("rror", &["error"]), + ("interanl", &["internal"]), + ("ulitmate", &["ultimate"]), + ("apostrophied", &["apostrophe"]), + ("probaly", &["probably"]), + ("unsuported", &["unsupported"]), + ("expeses", &["expenses"]), + ("locahost", &["localhost"]), + ("tounrey", &["tourney"]), + ("annimal", &["animal"]), + ("aremnian", &["armenian"]), + ("permamently", &["permanently"]), + ("orign", &["origin"]), + ("bookmars", &["bookmarks"]), + ("dicision", &["decision"]), + ("portioon", &["portion"]), + ("fantasic", &["fantastic"]), + ("poninting", &["pointing"]), + ("invariabley", &["invariably"]), + ("patern", &["pattern"]), + ("paragraghs", &["paragraphs"]), + ("propector", &["projector", "prospector", "protector"]), + ("proedures", &["procedures"]), + ("camouflague", &["camouflage"]), + ("inprove", &["improve"]), + ("conciously", &["consciously"]), + ("expepected", &["expected"]), + ("inheritted", &["inherited"]), + ("libertariansism", &["libertarianism"]), + ("thirstay", &["thirsty"]), + ("fopr", &["for"]), + ("theri", &["their", "there"]), + ("derivitives", &["derivatives"]), + ("intepretes", &["interprets"]), + ("leprachans", &["leprechauns"]), + ("expiremental", &["experimental"]), + ("formerlly", &["formerly"]), + ("authethicated", &["authenticated"]), + ("commmon", &["common"]), + ("urethrea", &["urethra"]), + ("reverve", &["reserve"]), + ("swtichs", &["switches"]), + ("prototpye", &["prototype"]), + ("executs", &["executes"]), + ("horicontally", &["horizontally"]), + ("polgyamy", &["polygamy"]), + ("geometites", &["geometries"]), + ("subnegotaition", &["subnegotiation"]), + ("akkumulates", &["accumulates"]), + ("accessoirez", &["accessorize", "accessories"]), + ("redifintion", &["redefinition"]), + ("tittling", &["titling"]), + ("hierachies", &["hierarchies"]), + ("gratificaiton", &["gratification"]), + ("enttry", &["entry"]), + ("todat", &["today"]), + ("sheping", &["shaping"]), + ("inviation", &["invitation"]), + ("composuting", &["compositing"]), + ("ukrainains", &["ukrainians"]), + ("acccessed", &["accessed"]), + ("avalance", &["avalanche"]), + ( + "calculatin", + &["calculations", "calculating", "calculation"], + ), + ("insticnt", &["instinct"]), + ("atempts", &["attempts"]), + ("predisposte", &["predisposed"]), + ("hypertropy", &["hypertrophy"]), + ("concludendo", &["concluded"]), + ("destryiong", &["destroying"]), + ("jursidiction", &["jurisdiction"]), + ("setted", &["set"]), + ("mounths", &["months", "mouths"]), + ("produses", &["produces"]), + ("meddos", &["meadows"]), + ("iluminated", &["illuminated"]), + ("cooridated", &["coordinated"]), + ("upstread", &["upstream"]), + ("forumlate", &["formulate"]), + ("strengthes", &["strengths"]), + ("restraing", &["restraining"]), + ("disbale", &["disable"]), + ("reltive", &["relative"]), + ("fanservive", &["fanservice"]), + ("compramise", &["compromise"]), + ("merucry", &["mercury"]), + ("bethseda", &["bethesda"]), + ("renegotatied", &["renegotiated"]), + ("propogator", &["propagator"]), + ("conplimentary", &["complimentary"]), + ("procriation", &["procreation"]), + ("capaacity", &["capacity"]), + ("conservare", &["conserve"]), + ("copenhegan", &["copenhagen"]), + ("apllied", &["applied"]), + ("defqault", &["default"]), + ("quantitties", &["quantities"]), + ("airbore", &["airborne"]), + ("aribtrarily", &["arbitrarily"]), + ("antarctida", &["antarctica"]), + ("iinclude", &["include"]), + ("balse", &["false"]), + ("dissasembly", &["disassembly"]), + ("outsourcade", &["outsourced"]), + ("emabling", &["enabling"]), + ("corupts", &["corrupts"]), + ("brwosing", &["browsing"]), + ("windowd", &["windows", "windowed"]), + ("somewho", &["somehow"]), + ("suppling", &["supplying"]), + ("asendencey", &["ascendency"]), + ("intellegent", &["intelligent"]), + ("veriasions", &["variations"]), + ("algorihms", &["algorithms"]), + ("equialent", &["equivalent"]), + ("disastros", &["disastrous"]), + ("convertation", &["conversation", "conversion"]), + ("spefifics", &["specifics"]), + ("gauaranteed", &["guaranteed"]), + ("lightwright", &["lightweight"]), + ("analoge", &["analogue"]), + ("acessible", &["accessible"]), + ("subscirbed", &["subscribed"]), + ("comtain", &["contain"]), + ("incorprates", &["incorporates"]), + ("lieuenant", &["lieutenant"]), + ("pitchfolks", &["pitchforks"]), + ("sourcde", &["sourced", "source"]), + ("fraudulant", &["fraudulent"]), + ("naturual", &["natural"]), + ("debugget", &["debugger"]), + ("savy", &["savvy"]), + ("pilgram", &["pilgrim"]), + ("covnertors", &["convertors"]), + ("analysisto", &["analysts"]), + ("matchs", &["matches"]), + ("internus", &["interns"]), + ("atquired", &["acquired"]), + ("stabalization", &["stabilization"]), + ("delimitted", &["delimited"]), + ("conicidentally", &["coincidentally"]), + ("consited", &["consisted"]), + ("moziila", &["mozilla"]), + ("avancing", &["advancing"]), + ("syntehsize", &["synthesize"]), + ("downloadas", &["downloads"]), + ("protectos", &["protectors"]), + ("reeived", &["received"]), + ("jornal", &["journal"]), + ("provincija", &["provincial"]), + ("impossbily", &["impossibly"]), + ("booleen", &["boolean"]), + ("compsite", &["composite"]), + ("remembrence", &["remembrance"]), + ("conter", &["conteur", "counter"]), + ("contradicitng", &["contradicting"]), + ("mannor", &["manner"]), + ("polygond", &["polygons"]), + ("sanaty", &["sanity"]), + ("incliudes", &["includes"]), + ("parahprase", &["paraphrase"]), + ("notificiations", &["notifications"]), + ("solfes", &["solves"]), + ("inconcequential", &["inconsequential"]), + ("remvove", &["remove"]), + ("sqeeze", &["squeeze"]), + ("martain", &["martian"]), + ("tradional", &["traditional"]), + ("approprately", &["appropriately"]), + ("internetis", &["internets"]), + ("encrcypt", &["encrypt"]), + ("envelopped", &["envelope", "enveloped"]), + ("bechmark", &["benchmark"]), + ("beliefe", &["believe", "belief"]), + ("wissle", &["whistle"]), + ("lewows", &["luaus"]), + ("neighbourhodds", &["neighbourhoods"]), + ("carmonies", &["ceremonies"]), + ("congresssman", &["congressman"]), + ("selectivos", &["selections"]), + ("essentually", &["essentially"]), + ("weppons", &["weapons"]), + ("servicies", &["services"]), + ("abritration", &["arbitration"]), + ("socailize", &["socialize"]), + ("compatiblity", &["compatibility"]), + ("enlcave", &["enclave"]), + ("hanlding", &["handling"]), + ("highligt", &["highlight"]), + ("destructo", &["destruction"]), + ("uncahnged", &["unchanged"]), + ("hismelf", &["himself"]), + ("verbously", &["verbosely"]), + ("remplacement", &["replacement"]), + ("partick", &["patrick"]), + ("mircoscopic", &["microscopic"]), + ("enthusiasists", &["enthusiasts"]), + ("disabmiguate", &["disambiguate"]), + ("progaramming", &["programming"]), + ("milicously", &["maliciously"]), + ("futrue", &["future"]), + ("prohibitus", &["prohibits"]), + ("replicaion", &["replication"]), + ("strecthing", &["stretching"]), + ("sanitazion", &["sanitation"]), + ("convined", &["combined", "convinced"]), + ("pamflet", &["pamphlet"]), + ("trainging", &["training"]), + ("relevane", &["relevant"]), + ("methid", &["method"]), + ("chisled", &["chiseled"]), + ("realationship", &["relationship"]), + ("exponentation", &["exponentiation"]), + ("derogitory", &["derogatory"]), + ("conteining", &["containing"]), + ("distictly", &["distinctly"]), + ("messasges", &["messages"]), + ("deutschalnd", &["deutschland"]), + ("veresions", &["versions"]), + ("rotatd", &["rotated", "rotate"]), + ("acustom", &["accustom"]), + ("obseravtion", &["observation"]), + ("parallells", &["parallels"]), + ("methematical", &["mathematical"]), + ("machiness", &["machines"]), + ("hemingwavy", &["hemingway"]), + ("throughly", &["thoroughly"]), + ("executabel", &["executable"]), + ("repersentations", &["representations"]), + ("convserion", &["conversion"]), + ("destinattion", &["destination"]), + ("nunbers", &["numbers"]), + ("urkainians", &["ukrainians"]), + ("reposiotory", &["repository"]), + ("namesapces", &["namespaces"]), + ("cahracters", &["characters"]), + ("sispect", &["suspect"]), + ("chisil", &["chisel"]), + ("elitistm", &["elitism"]), + ("deprectaed", &["deprecated"]), + ("afforementioned", &["aforementioned"]), + ("confucion", &["confusion"]), + ("croshet", &["crochet"]), + ("scracthing", &["scratching"]), + ("invalud", &["invalid"]), + ("exercices", &["exercise"]), + ("infogrpahics", &["infographic"]), + ("backrounds", &["backgrounds"]), + ("temparily", &["temporarily"]), + ("cilindrical", &["cylindrical"]), + ("marshmellows", &["marshmallows"]), + ("minipulation", &["manipulation"]), + ("defaulits", &["defaults"]), + ("boudnary", &["boundary"]), + ("wilderniss", &["wilderness"]), + ("organismed", &["organise"]), + ("archicture", &["architecture"]), + ("restruction", &["restriction"]), + ("deteched", &["detached", "detected"]), + ("importas", &["imports"]), + ("falshbacks", &["flashbacks"]), + ("konservative", &["conservative"]), + ("autometically", &["automatically"]), + ("columnn", &["column"]), + ("teleproting", &["teleporting"]), + ("handshke", &["handshake"]), + ("rondazyvou", &["rendezvous"]), + ("helicotpers", &["helicopters"]), + ("indepdenent", &["independents", "independent"]), + ("goodluk", &["goodluck"]), + ("penison", &["pension"]), + ("authetnicated", &["authenticated"]), + ("supplemant", &["supplemental"]), + ("individauls", &["individuals"]), + ("intelegent", &["intelligent"]), + ("sturture", &["structure"]), + ("lengten", &["lengthen"]), + ("pornograpgy", &["pornography"]), + ("driagrammed", &["diagrammed"]), + ("poulate", &["populate"]), + ("ovveride", &["override"]), + ("seqenced", &["sequenced"]), + ("udateed", &["updated"]), + ("struture", &["structure"]), + ("anounced", &["announced"]), + ("rplace", &["replace"]), + ("utopain", &["utopian"]), + ("activetes", &["activates"]), + ("unmodfified", &["unmodified"]), + ("masturbateing", &["masturbating"]), + ("leghts", &["lengths"]), + ("entried", &["entries"]), + ("characture", &["character"]), + ("arbitrairy", &["arbitrarily", "arbitrary"]), + ("socript", &["script"]), + ("gerat", &["great"]), + ("expiriy", &["expiry"]), + ("violoating", &["violating"]), + ("austensibly", &["ostensibly"]), + ("disgustinly", &["disgustingly"]), + ("formes", &["forms", "formed"]), + ("retunrned", &["returned"]), + ("erroreous", &["erroneous"]), + ("maybelleine", &["maybelline"]), + ("sillabuses", &["syllabuses"]), + ("newsanses", &["nuisances"]), + ("correcs", &["corrects"]), + ("vegitarians", &["vegetarians"]), + ("logarithimic", &["logarithmic"]), + ("chronosome", &["chromosome"]), + ("experimentaital", &["experimental"]), + ("industriella", &["industrial"]), + ("capacitores", &["capacitors"]), + ("shangahi", &["shanghai"]), + ("deparmental", &["departmental"]), + ("researve", &["reserve"]), + ("immortailty", &["immortality"]), + ("evalutate", &["evaluate"]), + ("bilzzard", &["blizzard"]), + ("chiziling", &["chiseling"]), + ("subtittles", &["subtitles"]), + ("suspiciouns", &["suspicion"]), + ("thresshold", &["threshold"]), + ("predomiantly", &["predominately"]), + ("scatches", &["catches", "scratches", "sketches"]), + ("emptyness", &["emptiness"]), + ("degnerate", &["degenerate"]), + ("unsubscribbed", &["unsubscribe"]), + ("uncomfrotably", &["uncomfortably"]), + ("claculations", &["calculations"]), + ("stricty", &["strictly"]), + ("misteriously", &["mysteriously"]), + ("presearves", &["preserves"]), + ("listernes", &["listeners"]), + ("promplty", &["promptly"]), + ("articels", &["articles"]), + ("precacheed", &["precached"]), + ("defauly", &["default"]), + ("naferious", &["nefarious"]), + ("monumentus", &["monuments"]), + ("solidairty", &["solidarity"]), + ("scucess", &["success"]), + ("reuqirement", &["requirement"]), + ("celebrites", &["celebrities"]), + ("introduccion", &["introduction"]), + ("macth", &["match"]), + ("availabele", &["available"]), + ("propreties", &["properties"]), + ("procesing", &["processing"]), + ("webbooks", &["webhooks"]), + ("approxiamtes", &["approximates"]), + ("genric", &["generic"]), + ("athesim", &["atheism"]), + ("snet", &["sent"]), + ("pladed", &["plaided", "pleaded"]), + ("sacrastically", &["sarcastically"]), + ("dicides", &["decides"]), + ("exponention", &["exponentiation"]), + ("nieghborhoods", &["neighborhoods"]), + ("temprarary", &["temporary"]), + ("unroken", &["unbroken"]), + ("consumpion", &["consumption"]), + ("aditional", &["additional"]), + ("horiztonally", &["horizontally"]), + ("pathames", &["pathnames"]), + ("eventally", &["eventually"]), + ("spefiifier", &["specifier"]), + ("affitnity", &["affinity"]), + ("unwieldly", &["unwieldy"]), + ("lightres", &["lighters"]), + ("levaithan", &["leviathan"]), + ("tresholds", &["thresholds"]), + ("conservatie", &["conservatives"]), + ("negotitions", &["negotiations"]), + ("experinementer", &["experimenter"]), + ("liase", &["liaise"]), + ("pedestirans", &["pedestrians"]), + ("syntehsised", &["synthesised"]), + ("misouri", &["missouri"]), + ("descritption", &["description"]), + ("compadible", &["compatible"]), + ("distarct", &["distract"]), + ("assumtpion", &["assumption"]), + ("dysfonction", &["dysfunction"]), + ("endanged", &["endangered"]), + ("kunckle", &["knuckle"]), + ("namd", &["named", "name"]), + ("laveling", &["leveling", "labeling"]), + ("devicec", &["device"]), + ("resistend", &["resisted"]), + ("rumatic", &["rheumatic"]), + ("negotation", &["negotiation"]), + ("anedoctal", &["anecdotal"]), + ("reccurrence", &["recurrence"]), + ("sycronized", &["synchronized"]), + ("apostropes", &["apostrophe"]), + ("authetnticated", &["authenticated"]), + ("treadet", &["treated", "threaded", "treaded"]), + ("unassing", &["unassign"]), + ("specilizations", &["specializations"]), + ("parctically", &["practically"]), + ("primaris", &["primaries"]), + ("entents", &["intents"]), + ("natvigation", &["navigation"]), + ("finaly", &["finally", "finale"]), + ("contaienrs", &["containers"]), + ("algorthyms", &["algorithms"]), + ("preconditon", &["precondition"]), + ("avialble", &["available"]), + ("capabiities", &["capabilities"]), + ("temproily", &["temporarily", "temporally"]), + ("constarin", &["constrain"]), + ("itertions", &["iterations"]), + ("instrution", &["instruction"]), + ("uninfroms", &["uninforms", "uniforms"]), + ("aplicable", &["applicable"]), + ("folliwed", &["followed"]), + ("haemorrage", &["haemorrhage"]), + ("initated", &["initiated", "imitated"]), + ("profilic", &["prolific"]), + ("tottenahm", &["tottenham"]), + ("chassms", &["chasms"]), + ("fecthed", &["fetched"]), + ("ueful", &["useful"]), + ("milleneum", &["millennium"]), + ("phychiatrist", &["psychiatrist"]), + ("integrarla", &["integral"]), + ("ednif", &["endif"]), + ("opearnd", &["operand"]), + ("conversationg", &["conservation"]), + ("xyou", &["you"]), + ("cretae", &["create"]), + ("adrerssed", &["addressed"]), + ("instruccional", &["instructional"]), + ("monopolets", &["monopolies"]), + ("correespondences", &["correspondences"]), + ("dangerouly", &["dangerously"]), + ("postscritp", &["postscript"]), + ("spwaning", &["spawning"]), + ("isalmic", &["islamic"]), + ("sprinkel", &["sprinkle"]), + ("syncronise", &["synchronise"]), + ("decremeanted", &["decremented"]), + ("repalces", &["replaces"]), + ("literla", &["literal"]), + ("groupt", &["grouped"]), + ("partioning", &["partitioning", "portioning"]), + ("updload", &["upload"]), + ("alhabetical", &["alphabetical"]), + ("resuable", &["reusable"]), + ("initialisong", &["initialising"]), + ("orchestraded", &["orchestrated"]), + ("exepecting", &["expecting"]), + ("underwealming", &["underwhelming"]), + ("permitas", &["permits"]), + ("penninsulas", &["peninsulas"]), + ("unsychronize", &["unsynchronize"]), + ("lowecase", &["lowercase"]), + ("premptive", &["preemptive"]), + ("sensationalisim", &["sensationalism"]), + ("alernately", &["alternately"]), + ("kiyacker", &["kayaker"]), + ("programemers", &["programmers"]), + ("propperties", &["properties"]), + ("experssion", &["expression"]), + ("pennisular", &["peninsular"]), + ("loacation", &["location"]), + ("antaganist", &["antagonist"]), + ("buddihsts", &["buddhists"]), + ("satsifaction", &["satisfaction"]), + ("positiond", &["positioned"]), + ("dicitonaries", &["dictionaries"]), + ("miserabel", &["miserable"]), + ("reinfoced", &["reinforced"]), + ("docsund", &["dachshund"]), + ("directores", &["directors", "directories"]), + ("asynchrnous", &["asynchronous"]), + ("officianado", &["aficionado"]), + ("assued", &["assumed", "assured"]), + ("socttish", &["scottish"]), + ("acceess", &["access"]), + ("uesful", &["useful"]), + ("guarrantied", &["guaranteed"]), + ("idenfity", &["identify"]), + ("demonstraion", &["demonstration"]), + ("headphoens", &["headphones"]), + ("excutables", &["executables"]), + ("lsat", &["last", "slat", "sat"]), + ("restoiring", &["restoring"]), + ("remaping", &["remapping"]), + ("pereptually", &["perpetually"]), + ("miticator", &["mitigator"]), + ("supportted", &["supported"]), + ("cababilities", &["capabilities"]), + ("unmaanaged", &["unmanaged"]), + ("utlize", &["utilize"]), + ("angshiosness", &["anxiousness"]), + ("spreadsheat", &["spreadsheet"]), + ("cheeseburgie", &["cheeseburger"]), + ("experimmentations", &["experimentations"]), + ("distribustion", &["distributions"]), + ("trasports", &["transports"]), + ("cipers", &["ciphers"]), + ("expericne", &["experience"]), + ("authethenticating", &["authenticating"]), + ("guarging", &["guarding"]), + ("adaptacion", &["adaptation"]), + ("preciding", &["preceding", "presiding"]), + ("refromist", &["reformist"]), + ("comiled", &["compiled"]), + ("platfarm", &["platform"]), + ("moveble", &["movable"]), + ("intantiate", &["instantiate"]), + ("caculator", &["calculator"]), + ("asssociated", &["associated"]), + ("autonegotions", &["autonegotiations"]), + ("undisered", &["undesired"]), + ("labirinth", &["labyrinth"]), + ("interals", &["internals", "intervals", "integrals"]), + ("supermare", &["supermarket"]), + ("unexpepectedly", &["unexpectedly"]), + ("civilizacion", &["civilization"]), + ("fethed", &["fetched"]), + ("justifible", &["justifiable"]), + ("analisys", &["analysis"]), + ("genralized", &["generalized"]), + ("ocasional", &["occasional"]), + ("sention", &["section"]), + ("patckets", &["packets"]), + ("validat", &["validate"]), + ("apauling", &["appalling"]), + ("perogative", &["prerogative"]), + ("schedulier", &["scheduler"]), + ("expertis", &["experts"]), + ("intimatley", &["intimately"]), + ("concellation", &["cancellation"]), + ("deattachment", &["detachment"]), + ("sentenal", &["sentinel"]), + ("authenricate", &["authenticate"]), + ("unnown", &["unknown"]), + ("conseated", &["conceited"]), + ("jeresys", &["jerseys"]), + ("guatamalan", &["guatemalan"]), + ("incrementarla", &["incremental"]), + ("becusae", &["because"]), + ("paralleized", &["parallelized"]), + ("cirumstance", &["circumstance"]), + ("challneger", &["challenger"]), + ("catistrophic", &["catastrophic"]), + ("organes", &["organise"]), + ("contribuem", &["contribute"]), + ("pomotion", &["promotion"]), + ("derivitive", &["derivative"]), + ("scarifice", &["sacrifice"]), + ("utilitises", &["utilises"]), + ("negativ", &["negative"]), + ("improvents", &["improves"]), + ("composistion", &["compositions"]), + ("underlfowed", &["underflowed"]), + ("pascheurizing", &["pasteurizing"]), + ("reguar", &["regular"]), + ("commont", &["common", "comment"]), + ("pahses", &["phases"]), + ("cardiovasculaires", &["cardiovascular"]), + ("poiinter", &["pointer"]), + ("divideneds", &["dividend"]), + ("multiplater", &["multiplayer"]), + ("tetrahedorens", &["tetrahedrons"]), + ("porvider", &["provider"]), + ("familiy", &["family"]), + ("utililties", &["utilities"]), + ("renegotated", &["renegotiated"]), + ("abondone", &["abandoned", "abandon"]), + ("audeince", &["audience"]), + ("revoluutionary", &["revolutionary"]), + ("massachussets", &["massachusetts"]), + ("overridding", &["overriding"]), + ("econmic", &["economic"]), + ("bounses", &["bonuses"]), + ("intrisincs", &["intrinsics"]), + ("vlones", &["clones"]), + ("implmeneting", &["implementing"]), + ("banhsee", &["banshee"]), + ("uniforn", &["uniform"]), + ("accidentially", &["accidentally"]), + ("alrorythm", &["algorithm"]), + ("containging", &["containing"]), + ("deduplacate", &["deduplicate"]), + ("deom", &["demo"]), + ("enligthen", &["enlighten"]), + ("manslaugter", &["manslaughter"]), + ("devicesr", &["devices"]), + ("dracual", &["dracula"]), + ("convertes", &["converts", "converted"]), + ("peiece", &["piece"]), + ("genitales", &["genitals"]), + ("statmenet", &["statement"]), + ("widgtes", &["widgets"]), + ("licsense", &["license"]), + ("kewwords", &["keywords"]), + ("colleection", &["collection"]), + ("tempraary", &["temporary"]), + ("bisct", &["bisect"]), + ("soflty", &["softly"]), + ("cicrulating", &["circulating"]), + ("uncoments", &["uncomments"]), + ("improof", &["improve"]), + ("litarally", &["literally"]), + ("effiecnet", &["efficient"]), + ("cosntraints", &["constraints"]), + ("conditinals", &["conditionals"]), + ("administratief", &["administrative"]), + ("intristic", &["intrinsic"]), + ("fursthermore", &["furthermore"]), + ("preferered", &["preferred"]), + ("frientships", &["friendships"]), + ("democrocies", &["democracies"]), + ("quantitize", &["quantities"]), + ("commnandline", &["commandline"]), + ("thunderbot", &["thunderbolt"]), + ("converying", &["converting"]), + ("exagerations", &["exaggerations"]), + ("htaching", &["hatching"]), + ("literarly", &["literary"]), + ("meassured", &["measured"]), + ("damenor", &["demeanor"]), + ("hyperoble", &["hyperbole"]), + ("traveresal", &["traversal"]), + ("tokenizaiton", &["tokenization"]), + ("technicans", &["technicians"]), + ("unrecgonized", &["unrecognized"]), + ("signifigant", &["significant"]), + ("implimentation", &["implementation"]), + ("restauraunt", &["restaurant"]), + ("cthuhlu", &["cthulhu"]), + ("engene", &["engine"]), + ("discogrpahy", &["discography"]), + ("inadequet", &["inadequate"]), + ("approximetely", &["approximately"]), + ("defferent", &["different", "deferent"]), + ("trianlge", &["triangle"]), + ("projctions", &["projections"]), + ("confimed", &["confirmed"]), + ("automically", &["automatically"]), + ("pscyhology", &["psychology"]), + ("cntroller", &["controller"]), + ("reqiured", &["required"]), + ("worbench", &["workbench"]), + ("apprecaite", &["appreciate"]), + ("guareente", &["guarantee"]), + ("pasengers", &["passengers"]), + ("funxtionality", &["functionality"]), + ("firsbee", &["frisbee"]), + ("tryin", &["trying"]), + ("handwirting", &["handwriting"]), + ("vendettta", &["vendetta"]), + ("enevlopes", &["envelopes"]), + ("experimetners", &["experimenters"]), + ("cataline", &["catiline", "catalina"]), + ("prejudicies", &["prejudice"]), + ("dessicated", &["desiccated"]), + ("atuhenticated", &["authenticated"]), + ("armenain", &["armenian"]), + ("stimulans", &["stimulants"]), + ("credintials", &["credentials"]), + ("compariosn", &["comparisons"]), + ("excludde", &["exclude"]), + ("upsteaming", &["upstreaming"]), + ("firmwre", &["firmware"]), + ("enuf", &["enough"]), + ("dicrectory", &["directory"]), + ("sumbit", &["submit"]), + ("idicate", &["indicate"]), + ("extermal", &["external", "extremal"]), + ("implemtentations", &["implementations"]), + ("corosbonding", &["corresponding"]), + ("camoflaging", &["camouflaging"]), + ("companinion", &["companion"]), + ("uncesessarily", &["unnesessarily"]), + ("provode", &["provide"]), + ("processs", &["processes", "process"]), + ("detectetd", &["detected"]), + ("vizualize", &["visualize"]), + ("vehicule", &["vehicle"]), + ("overlflowing", &["overflowing"]), + ("unatteded", &["unattended"]), + ("minipulative", &["manipulative"]), + ("huanting", &["haunting"]), + ("highting", &["highlighting"]), + ("polishees", &["polishes"]), + ("unil", &["until"]), + ("coexsiting", &["coexisting"]), + ("compresor", &["compressor"]), + ("spport", &["support"]), + ("communikay", &["communiqué"]), + ("retorical", &["rhetorical"]), + ("escluded", &["excluded"]), + ("normaized", &["normalized"]), + ("pressent", &["present"]), + ("iritated", &["irritated"]), + ("hapend", &["happened"]), + ("maintaned", &["maintained"]), + ("etsablishment", &["establishment"]), + ("unintelligient", &["unintelligent"]), + ("chandlure", &["chandler"]), + ("downvore", &["downvoters"]), + ("registser", &["register"]), + ("pretects", &["protects"]), + ("corutine", &["coroutine"]), + ("rearranements", &["rearrangements"]), + ("channael", &["channel"]), + ("commnity", &["community"]), + ("deliverately", &["deliberately"]), + ("anarquist", &["anarchist"]), + ("illegallity", &["illegally"]), + ("depcits", &["depicts"]), + ("delegatie", &["delegate"]), + ("offseting", &["offsetting"]), + ("exceedigly", &["exceedingly"]), + ("stroytelling", &["storytelling"]), + ("unsubscibed", &["unsubscribed"]), + ("targests", &["targets"]), + ("underneeth", &["underneath"]), + ("necessiate", &["necessitate"]), + ("negotites", &["negotiates"]), + ("negothiable", &["negotiable"]), + ("verificaiton", &["verification"]), + ("techanically", &["mechanically"]), + ("reqirement", &["requirement"]), + ("experssing", &["expressing"]), + ("satrical", &["satirical"]), + ("hurricanefps", &["hurricanes"]), + ("atomatically", &["automatically"]), + ("mellineum", &["millennium"]), + ("mone", &["mono", "money", "none"]), + ("sponser", &["sponsor"]), + ("periphreal", &["peripheral"]), + ("reademe", &["readme"]), + ("qouting", &["quoting"]), + ("frientship", &["friendship"]), + ("collabsible", &["collapsible"]), + ("possable", &["possible"]), + ("mouvement", &["movement"]), + ("abandonding", &["abandoning"]), + ("lication", &["location"]), + ("inpredictable", &["unpredictable"]), + ("lanuage", &["language"]), + ("moderatey", &["moderately"]), + ("stimluating", &["stimulating"]), + ("accoutning", &["accounting"]), + ("tryng", &["trying"]), + ("guarentyinging", &["guaranteeing"]), + ("pregancy", &["pregnancy"]), + ("otionally", &["optionally"]), + ("invovles", &["involves"]), + ("prescirption", &["prescriptions"]), + ("reconaissance", &["reconnaissance"]), + ("celsuis", &["celsius"]), + ("chaned", &["changed", "chained"]), + ("beliefable", &["believable"]), + ("xenophoblic", &["xenophobic"]), + ("kittiens", &["kitties"]), + ("visualsation", &["visualisation"]), + ("spefixeid", &["specified"]), + ("refeinement", &["refinement"]), + ("instabiliy", &["instability"]), + ("blacksmitch", &["blacksmith"]), + ("vinicity", &["vicinity"]), + ("disgustosa", &["disgusts"]), + ("intenationalists", &["internationalists"]), + ("dobulelift", &["doublelift"]), + ("rescuse", &["rescues"]), + ("standerds", &["standards"]), + ("vacinity", &["vicinity"]), + ("equivalalent", &["equivalent"]), + ("socalism", &["socialism"]), + ("pharmasists", &["pharmacists"]), + ("buidlings", &["buildings"]), + ("sriarcha", &["sriracha"]), + ("precize", &["precise"]), + ("emcas", &["emacs"]), + ("intestions", &["intestines"]), + ("envolved", &["involved"]), + ("inherting", &["inheriting"]), + ("bluetoot", &["bluetooth"]), + ("conclusivley", &["conclusive"]), + ("tounge", &["tongue"]), + ("globa", &["global"]), + ("disscusions", &["discussions"]), + ("essensials", &["essentials"]), + ("newances", &["nuances"]), + ("chhange", &["change"]), + ("gymnist", &["gymnast"]), + ("cotainer", &["container"]), + ("pararaph", &["paragraph"]), + ("miselaneously", &["miscellaneously"]), + ("accurancy", &["accuracy"]), + ("packgs", &["packages"]), + ("delievered", &["delivered"]), + ("anoerxic", &["anorexic"]), + ("omitable", &["omittable"]), + ("tolarable", &["tolerable"]), + ("caost", &["coast"]), + ("ontain", &["contain", "obtain"]), + ("elliminated", &["eliminated"]), + ("currentusa", &["currents"]), + ("amrageddon", &["armageddon"]), + ("speficitifer", &["specifier"]), + ("evangelikal", &["evangelical"]), + ("collectivos", &["collections"]), + ("imbalanaced", &["imbalanced"]), + ("vulnearability", &["vulnerability"]), + ("couuld", &["could"]), + ("intiution", &["intuition"]), + ("mircotransaction", &["microtransactions"]), + ("aleviating", &["alleviating"]), + ("inpractically", &["impractically"]), + ("qurey", &["query"]), + ("semgents", &["segments"]), + ("naturens", &["natures"]), + ("signaure", &["signature"]), + ("dissmising", &["dismissing"]), + ("experimanenters", &["experimenters"]), + ("persistante", &["persistent"]), + ("traslalate", &["translate"]), + ("ignorrable", &["ignorable"]), + ("interporated", &["interpolated", "interpreted"]), + ("diamons", &["diamonds"]), + ("verticlealign", &["verticalalign"]), + ("exauhsting", &["exhausting"]), + ("accuratley", &["accurately"]), + ("chancellour", &["chancellor"]), + ("availavble", &["available"]), + ("overrriding", &["overriding"]), + ("declaraion", &["declaration"]), + ("possile", &["possible"]), + ("knietic", &["kinetic"]), + ("carnomial", &["ceremonial"]), + ("interstellor", &["interstellar"]), + ("downlaodable", &["downloadable"]), + ("obsticals", &["obstacles"]), + ("uniquelly", &["uniquely"]), + ("foulded", &["folded"]), + ("seriuosly", &["seriously"]), + ("compeditive", &["competitive"]), + ("rythm", &["rhythm"]), + ("detceting", &["detecting"]), + ("correcltly", &["correctly"]), + ("sacrin", &["saccharin"]), + ("dominante", &["dominant", "dominate"]), + ("coefficeint", &["coefficient"]), + ("continuuum", &["continuum"]), + ("gorillia", &["gorilla"]), + ("rectangual", &["rectangular", "rectangle"]), + ("aaccession", &["accession"]), + ("comradre", &["comrade"]), + ("represneting", &["representing"]), + ("claerer", &["clearer"]), + ("scence", &["scene", "science", "sense"]), + ("importat", &["important"]), + ("wednesdy", &["wednesdays"]), + ("documened", &["documented"]), + ("squirrtle", &["squirrel"]), + ("implemenetions", &["implementations"]), + ("analysit", &["analyst"]), + ("inexperineced", &["inexperience"]), + ("cruasder", &["crusader"]), + ("sodo", &["dodo", "sod", "soda", "sods", "solo", "sudo"]), + ("eary", &["eery"]), + ("enryption", &["encryption"]), + ("compreser", &["compressor"]), + ("parlimentary", &["parliamentary"]), + ("enchanment", &["enchantment"]), + ("pertrubing", &["perturbing"]), + ("vauge", &["vague"]), + ("launguages", &["languages"]), + ("prevalente", &["prevalence"]), + ("neighror", &["neighbor"]), + ("destinarions", &["destinations"]), + ("replentish", &["replenish"]), + ("cahhel", &["channel"]), + ("paitents", &["patients"]), + ("tyrany", &["tyranny"]), + ("sketcked", &["skated", "sketched"]), + ("gimmicy", &["gimmicky"]), + ("confidentaly", &["confidently"]), + ("nedle", &["needle"]), + ("inconventional", &["unconventional"]), + ("palced", &["placed"]), + ("benifite", &["benefit"]), + ("symptumatically", &["symptomatically"]), + ("preporation", &["preparation"]), + ("reallocae", &["reallocate"]), + ("retrvieve", &["retrieve"]), + ("synchornously", &["synchronously"]), + ("resetart", &["restart"]), + ("gropuing", &["grouping"]), + ("midfiled", &["midfield"]), + ("offfences", &["offences"]), + ("deductibe", &["deductible"]), + ("earpluggs", &["earplugs"]), + ("executd", &["executed"]), + ("sirvayl", &["surveil"]), + ("steriotype", &["stereotype"]), + ("taked", &["taken"]), + ("proceess", &["process"]), + ("percetage", &["percentage"]), + ("strecthes", &["stretches"]), + ("jounralistic", &["journalistic"]), + ("wildebeast", &["wildebeest"]), + ("simlator", &["simulator"]), + ("sccripted", &["scripted"]), + ("funniliy", &["funnily"]), + ("conceptos", &["concepts"]), + ("fufill", &["fulfill"]), + ("intercource", &["intercourse"]), + ("disillisioned", &["disillusioned"]), + ("permuatate", &["permutate"]), + ("fortuante", &["fortunate"]), + ("interfave", &["interface"]), + ("variantes", &["variants"]), + ("dereferncing", &["dereferencing"]), + ("immedaitely", &["immediately"]), + ("dosposing", &["disposing"]), + ("referecences", &["references"]), + ("configureable", &["configurable"]), + ("cetainty", &["certainty"]), + ("medisinal", &["medicinal"]), + ("predecesor", &["predecessor"]), + ("popullate", &["populate"]), + ("correspondes", &["corresponds"]), + ("transpatrently", &["transparently"]), + ("assending", &["ascending"]), + ("criticisng", &["criticising"]), + ("coverter", &["converter"]), + ("neesds", &["needs"]), + ("acrlyic", &["acrylic"]), + ("compatibiltiy", &["compatibility"]), + ("uncompresor", &["uncompressor"]), + ("ammortize", &["amortize"]), + ("radus", &["radius"]), + ("lable", &["label"]), + ("wimmenly", &["womanly"]), + ("opertors", &["operators"]), + ("manaully", &["manually"]), + ("paschurize", &["pasteurize"]), + ("bastractions", &["abstractions"]), + ("circomference", &["circumference"]), + ("shotdown", &["shutdown"]), + ("utilitizes", &["utilizes"]), + ("quikly", &["quickly"]), + ("subscirption", &["subscriptions", "subscription"]), + ("attosencond", &["attosecond"]), + ("obejctively", &["objectively"]), + ("exorted", &["exported", "extorted", "exerted"]), + ("propsal", &["proposal"]), + ("enlightented", &["enlightened"]), + ("costomizable", &["customizable"]), + ("paramenets", &["parameters"]), + ("asign", &["assign"]), + ("enrypted", &["encrypted"]), + ("underraged", &["underrated"]), + ("vaccinatie", &["vaccinated"]), + ("explusions", &["explosions"]), + ("impluse", &["impulse"]), + ("narative", &["narrative"]), + ("occational", &["occasional"]), + ("longiude", &["longitude"]), + ("privilges", &["privileges"]), + ("recoriding", &["recording"]), + ("unnecessarity", &["unnecessarily"]), + ("priviledges", &["privileges"]), + ("neighourhoods", &["neighbourhoods"]), + ("bernouilli", &["bernoulli"]), + ("algorhithm", &["algorithm"]), + ("equivalet", &["equivalents"]), + ("cosntructor", &["constructor"]), + ("crossfie", &["crossfire"]), + ("illitirate", &["illiterate"]), + ("attemented", &["attempted"]), + ("thermomter", &["thermometer"]), + ("swtiching", &["switching"]), + ("entreprenours", &["entrepreneurs"]), + ("aprox", &["approx"]), + ("assingments", &["assignments"]), + ("dermatalogist", &["dermatologist"]), + ("constan", &["constant"]), + ("convencional", &["conventional"]), + ("casion", &["caisson"]), + ("amphasis", &["emphasis"]), + ("disguisting", &["disgusting"]), + ("suiete", &["suite"]), + ("buiding", &["building"]), + ("contened", &["contained", "contend"]), + ("manfiest", &["manifest"]), + ("adquiring", &["acquiring"]), + ("lifesytles", &["lifestyles"]), + ("coninciding", &["coinciding"]), + ("accesing", &["accessing"]), + ("babysister", &["babysitter"]), + ("lfiesteal", &["lifesteal"]), + ("automobilies", &["automobile"]), + ("sancturay", &["sanctuary"]), + ("sensationilist", &["sensationalist"]), + ("reinstatiate", &["reinstantiate"]), + ("enumertion", &["enumeration"]), + ("savety", &["safety"]), + ("siezed", &["seized", "sized"]), + ("celebritites", &["celebrities"]), + ("tennant", &["tenant"]), + ("journalizm", &["journalism"]), + ("resonabelt", &["resonate"]), + ("chosing", &["choosing"]), + ("flexibiltiy", &["flexibility"]), + ("excecution", &["execution"]), + ("cooresponded", &["corresponded"]), + ("chruch", &["church"]), + ("gorws", &["grows"]), + ("imolicitly", &["implicitly"]), + ("menions", &["mentions", "minions"]), + ("ideologiers", &["ideologies"]), + ("calibratin", &["calibration"]), + ("strengthin", &["strengthen"]), + ("visuaizes", &["visualizes"]), + ("explicte", &["explicate", "explicit"]), + ("connectiom", &["connection"]), + ("erasuer", &["erasure", "eraser"]), + ("vengenace", &["vengeance"]), + ("genious", &["genius"]), + ("demonstarte", &["demonstrate"]), + ("stablize", &["stabilize"]), + ("descrived", &["described"]), + ("nationalistics", &["nationalists"]), + ("liberalsim", &["liberalism"]), + ("indicaters", &["indicates", "indicators"]), + ("ironicly", &["ironically"]), + ("imporvment", &["improvement"]), + ("segmente", &["segment"]), + ("knoledge", &["knowledge"]), + ("cockraoches", &["cockroaches"]), + ("workaroudns", &["workarounds"]), + ("sascatchewan", &["saskatchewan"]), + ("prejeduced", &["prejudiced"]), + ("expermimentelly", &["experimentally"]), + ("autonagotiation", &["autonegotiation"]), + ("commerically", &["commercially"]), + ("barabric", &["barbaric"]), + ("ignests", &["ingests"]), + ("dissimilary", &["dissimilarly"]), + ("commmitter", &["committer"]), + ("protocall", &["protocol"]), + ("transferrd", &["transferred"]), + ("poitd", &["pointed"]), + ("caraciture", &["caricature"]), + ("entorpy", &["entropy"]), + ("exhibtion", &["exhibition"]), + ("boaut", &["bout", "boat", "about"]), + ("comtained", &["contained"]), + ("previos", &["previous"]), + ("offsetp", &["offset"]), + ("ibuprofine", &["ibuprofen"]), + ("scrollade", &["scrolled"]), + ("cleaups", &["cleanups"]), + ("brighness", &["brightness"]), + ("transcocder", &["transcoder"]), + ("colected", &["collected"]), + ("demonstratably", &["demonstrably"]), + ("unneccesarily", &["unnecessarily"]), + ("coutermeasuere", &["countermeasure"]), + ("confiugred", &["configured"]), + ("authetnicate", &["authenticate"]), + ("comuted", &["commuted", "computed"]), + ("extenisble", &["extensible"]), + ("starwberries", &["strawberries"]), + ("scandaloso", &["scandals"]), + ("amphetemines", &["amphetamines"]), + ("concersation", &["conservation"]), + ("dstination", &["destination"]), + ("unambigous", &["unambiguous"]), + ("adustment", &["adjustment"]), + ("indivduals", &["individuals"]), + ("strucured", &["structured"]), + ("misconecption", &["misconceptions"]), + ("principly", &["principally"]), + ("execues", &["executes"]), + ("alernated", &["alternated"]), + ("geniune", &["genuine"]), + ("unopend", &["unopened"]), + ("intorductory", &["introductory"]), + ("bigtoed", &["bigoted"]), + ("yiur", &["your"]), + ("interferece", &["interference"]), + ("descreases", &["decreases"]), + ("thoerists", &["theorists"]), + ("bizare", &["bizarre"]), + ("correect", &["correct"]), + ("agrain", &["again"]), + ("doub", &["doubt", "daub"]), + ("atuhenticate", &["authenticate"]), + ("renegogtiating", &["renegotiating"]), + ("ominpotent", &["omnipotent"]), + ("triskadekafobia", &["triskaidekaphobia"]), + ("corresponts", &["corresponds"]), + ("speficied", &["specified"]), + ("reminscent", &["reminiscent"]), + ("equivolent", &["equivalent"]), + ("vanillia", &["vanilla"]), + ("indempotent", &["idempotent"]), + ("insuficiency", &["insufficiency"]), + ("releiver", &["reliever"]), + ("contigent", &["contingent"]), + ("constituant", &["constituent"]), + ("implementions", &["implementations"]), + ("thse", &["the", "these", "this"]), + ("zookeinee", &["zucchini"]), + ("remoived", &["removed"]), + ("arbitrally", &["arbitrarily"]), + ("benge", &["binge"]), + ("solidariety", &["solidarity"]), + ("ingegral", &["integral"]), + ("calllee", &["callee"]), + ("exersiced", &["exercised"]), + ("vengaence", &["vengeance"]), + ("tailban", &["taliban"]), + ("delection", &["detection", "deletion", "selection"]), + ("aquiess", &["acquiesce"]), + ("reigmes", &["regimes"]), + ("insignifiant", &["insignificant"]), + ("regidstered", &["registered"]), + ("inisghts", &["insights"]), + ("muiltiples", &["multiples"]), + ("tranistioning", &["transitioning"]), + ("libraby", &["library"]), + ("garuanteed", &["guaranteed"]), + ("autheniticate", &["authenticate"]), + ("undoubtedbly", &["undoubtedly"]), + ("excludled", &["excluded"]), + ("trnasmits", &["transmits"]), + ("comodore", &["commodore"]), + ("disporved", &["disproved"]), + ("bounraries", &["boundaries"]), + ("destryed", &["destroyed"]), + ("represnetated", &["represented"]), + ("moning", &["morning"]), + ("coallese", &["coalesce"]), + ("cofirms", &["confirms"]), + ("reviewtrue", &["reviewer"]), + ("mcroscopies", &["microscopies"]), + ("improbement", &["improvement"]), + ("otherwsise", &["otherwise"]), + ("particals", &["particles"]), + ("orginisation", &["organisation"]), + ("serailized", &["serialized"]), + ("desribes", &["describes"]), + ("allignemnt", &["alignment"]), + ("converesly", &["conversely"]), + ("destrose", &["destroyers"]), + ("androidextra", &["androidextras"]), + ("improvision", &["improvisation"]), + ("liuetenant", &["lieutenant"]), + ("discepline", &["discipline"]), + ("sarts", &["stars", "starts"]), + ("persciusly", &["preciously"]), + ("violenty", &["violently"]), + ("puplation", &["population"]), + ("rlse", &["else"]), + ("experice", &["experience"]), + ("validd", &["valid"]), + ("succcessfully", &["successfully"]), + ("rotatio", &["rotation", "ratio"]), + ("onfigure", &["configure"]), + ("tuesdey", &["tuesday"]), + ("depolyment", &["deployment"]), + ("detectiona", &["detection", "detections"]), + ("relavant", &["relevant"]), + ("winnigns", &["winnings"]), + ("obsolate", &["obsolete"]), + ("varification", &["verification"]), + ("dashbaords", &["dashboards"]), + ("insignificent", &["insignificant"]), + ("initializion", &["initialization"]), + ("provisioing", &["provisioning"]), + ("framws", &["frames"]), + ("cirucumstance", &["circumstance"]), + ("wated", &["wanted"]), + ("counterfits", &["counterfeits"]), + ("emphatize", &["empathize"]), + ("meditacion", &["medications"]), + ("presumptous", &["presumptuous"]), + ("weightligting", &["weightlifting"]), + ("devirutalize", &["devirtualize"]), + ("luanching", &["launching"]), + ("toi", &["to", "toy"]), + ("ammoungst", &["amongst"]), + ("framwork", &["framework"]), + ("theisitc", &["theistic"]), + ("immenantly", &["eminently"]), + ("serailise", &["serialise"]), + ("merhcants", &["merchants"]), + ("exclusivitiy", &["exclusivity"]), + ("sirectionless", &["directionless"]), + ("meachnism", &["mechanism"]), + ("connectos", &["connectors"]), + ("ojective", &["objective"]), + ("millinnium", &["millennium"]), + ("sais", &["says"]), + ("questionne", &["questioned"]), + ("participacion", &["participation"]), + ("obilterated", &["obliterated"]), + ("completi", &["complexity"]), + ("doctines", &["doctrines"]), + ("elipses", &["ellipses", "eclipses", "ellipsis"]), + ("unsucccessully", &["unsuccessfully"]), + ("macors", &["macros"]), + ("philippins", &["philippines"]), + ("cognatious", &["contagious"]), + ("indispensible", &["indispensable"]), + ("deficienty", &["deficiency"]), + ("accecpted", &["accepted"]), + ("atleats", &["atleast"]), + ("scarificed", &["sacrificed"]), + ("upsteamed", &["upstreamed"]), + ("traitorus", &["traitors"]), + ("heared", &["heard", "header"]), + ("dissapear", &["disappear"]), + ("freedeom", &["freedom", "freedoms"]), + ("reuplaoded", &["reuploaded"]), + ("uppstreamed", &["upstreamed"]), + ("excected", &["executed", "expected"]), + ("endig", &["ending"]), + ("negogtiate", &["negotiate"]), + ("substituts", &["substitutes"]), + ("coresponded", &["corresponded"]), + ("adverticement", &["advertisement"]), + ("parocheality", &["parochiality"]), + ("handshackes", &["handshakes"]), + ("strippped", &["stripped"]), + ("paladinos", &["paladins"]), + ("iwth", &["with"]), + ("rendired", &["rendered"]), + ("actuall", &["actually", "actual"]), + ("sitck", &["stick"]), + ("mansluaghter", &["manslaughter"]), + ("devolvendo", &["devolved"]), + ("caclium", &["calcium"]), + ("renegotiotate", &["renegotiate"]), + ("litihum", &["lithium"]), + ("whilrwind", &["whirlwind"]), + ("cariacture", &["caricature"]), + ("spcifies", &["specifies"]), + ("associeted", &["associated"]), + ("askign", &["asking"]), + ("constitutiei", &["constitute"]), + ("elementery", &["elementary"]), + ("explicited", &["explicit", "explicitly"]), + ("werid", &["weird"]), + ("authenticiy", &["authenticity"]), + ("downgarades", &["downgrades"]), + ("sexulaized", &["sexualized"]), + ("parsef", &["parsec", "parsed", "parser"]), + ("emphacizing", &["emphasizing"]), + ("expersed", &["expressed"]), + ("flacouring", &["flavouring"]), + ("misisng", &["missing"]), + ("abl", &["able"]), + ("optimizaers", &["optimizers"]), + ("instade", &["instead"]), + ("beligan", &["belgian"]), + ("generted", &["generated"]), + ("coverd", &["covered"]), + ("optimimal", &["optimal"]), + ("billioniare", &["billionaire"]), + ("purcahses", &["purchases"]), + ("snythesis", &["synthesis"]), + ("acommpanying", &["accompanying"]), + ("converson", &["conversion"]), + ("transcondings", &["transcodings"]), + ("checkcsum", &["checksum"]), + ("clicnial", &["clinical"]), + ("minoins", &["minions"]), + ("histroian", &["historian"]), + ("messagge", &["message"]), + ("circumstantional", &["circumstantial"]), + ("flacoring", &["flavoring"]), + ("cahnging", &["changing"]), + ("drivr", &["driver"]), + ("coursefork", &["coursework"]), + ("thoroidal", &["toroidal"]), + ("verifcations", &["verifications"]), + ("disambiguiation", &["disambiguation"]), + ("imapired", &["impaired"]), + ("initalisms", &["initialisms"]), + ("serialializing", &["serializing"]), + ("structurels", &["structures"]), + ("personalitites", &["personalities"]), + ("forumlas", &["formulas"]), + ("custoized", &["customized"]), + ("reduncant", &["redundant"]), + ("reproducion", &["reproduction"]), + ("spwan", &["spawn"]), + ("rememebers", &["remembers"]), + ("dyamically", &["dynamically"]), + ("mathes", &["matches"]), + ("comand", &["command"]), + ("chuncksize", &["chunksize"]), + ("innapropriate", &["inappropriate"]), + ("distincive", &["distinctive"]), + ("herselv", &["herself"]), + ("dashboars", &["dashboards"]), + ("appopriate", &["appropriate"]), + ("dubsetp", &["dubstep"]), + ("develompental", &["developmental"]), + ("integreted", &["integrated"]), + ("unnoticable", &["unnoticeable"]), + ("inpsect", &["inspect"]), + ("deleletes", &["deletes"]), + ("firday", &["friday"]), + ("equivolence", &["equivalence"]), + ("remves", &["removes"]), + ("validaty", &["validity"]), + ("mexicants", &["mexicans"]), + ("amernian", &["armenian"]), + ("noramalise", &["normalise"]), + ("thermodymamics", &["thermodynamics"]), + ("reigstration", &["registration"]), + ("desctructors", &["destructors"]), + ("annointed", &["anointed"]), + ("ingition", &["ignition"]), + ("accesss", &["access"]), + ("vulnearable", &["vulnerable"]), + ("renegotioates", &["renegotiates"]), + ("allopone", &["allophone"]), + ("cigarattes", &["cigarettes"]), + ("pamplet", &["pamphlet"]), + ("lotation", &["rotation", "flotation"]), + ("manipule", &["manipulate"]), + ("schoodle", &["schooled"]), + ("downsteramer", &["downstreamer"]), + ("travesing", &["traversing"]), + ("shittown", &["shitton"]), + ("adjasant", &["adjacent"]), + ("captialized", &["capitalized"]), + ("mulitnational", &["multinational"]), + ("universites", &["universities"]), + ("osbidian", &["obsidian"]), + ("extraxts", &["extracts"]), + ("diarhea", &["diarrhea"]), + ("usibility", &["usability"]), + ("cruncing", &["crunching"]), + ("colomns", &["columns"]), + ("exprienced", &["experienced"]), + ("natinalist", &["nationalist"]), + ("contruct", &["construct"]), + ("cyrstallise", &["crystallise"]), + ("fisrt", &["first"]), + ("extendet", &["extended"]), + ("herculeees", &["hercules"]), + ("tructures", &["structures"]), + ("thorwing", &["throwing"]), + ("celebrationists", &["celebrations"]), + ("garentee", &["guarantee"]), + ("generaotrs", &["generators"]), + ("pshyciatric", &["psychiatric"]), + ("conceitual", &["conceptual"]), + ("connctions", &["connections"]), + ("issu", &["issue"]), + ("neptun", &["neptune"]), + ("mercenaire", &["mercenaries"]), + ("frustracion", &["frustration"]), + ("enmum", &["enum"]), + ("mulithread", &["multithread"]), + ("editt", &["edit"]), + ("difined", &["defined", "divined"]), + ("communistas", &["communists"]), + ("brakedowns", &["breakdowns"]), + ("refernces", &["references"]), + ("accompagnied", &["accompanied"]), + ("qualificato", &["qualification"]), + ("cricumference", &["circumference"]), + ("newmonectomies", &["pneumonectomies"]), + ("proporcion", &["proportion"]), + ("greenhoe", &["greenhouse"]), + ("chromosmes", &["chromosomes"]), + ("suspecions", &["suspicions"]), + ("neightobr", &["neighbor"]), + ("defaulit", &["default"]), + ("prostituton", &["prostitution"]), + ("gunanine", &["guanine"]), + ("wourd", &["word"]), + ("massacer", &["massacre"]), + ("pairocheal", &["parochial"]), + ("cantalope", &["cantaloupe"]), + ("algorhythms", &["algorithms"]), + ("devive", &["device"]), + ("thursdsay", &["thursdays"]), + ("storeing", &["storing"]), + ("sarcasticaly", &["sarcastically"]), + ("buil", &["build", "built"]), + ("reamins", &["remains"]), + ("unqaulified", &["unqualified"]), + ("illuminai", &["illuminati"]), + ("circut", &["circuit"]), + ("exeeded", &["exceeded"]), + ("achievemnts", &["achievements"]), + ("presitge", &["prestige"]), + ("negativly", &["negatively"]), + ("betwean", &["between"]), + ("mmnemonic", &["mnemonic"]), + ("porgram", &["program"]), + ("libertatian", &["libertarian"]), + ("wieh", &["view"]), + ("psuedolayer", &["pseudolayer"]), + ("alternarively", &["alternatively"]), + ("antagnoist", &["antagonist"]), + ("neglicting", &["neglecting"]), + ("dangerus", &["dangers"]), + ("aesthitically", &["aesthetically"]), + ("postitives", &["positives"]), + ("accessibiltiy", &["accessibility"]), + ("vavle", &["valve"]), + ("contexta", &["contextual", "context"]), + ("nees", &["needs"]), + ("orginazation", &["organization"]), + ("terribley", &["terribly"]), + ("quotaion", &["quotation"]), + ("characteritics", &["characteristic", "characteristics"]), + ("civillian", &["civilian"]), + ("photograher", &["photographer"]), + ("ierland", &["ireland"]), + ("erasablocks", &["eraseblocks"]), + ("laziliy", &["lazily"]), + ("befores", &["before"]), + ("verion", &["version"]), + ("perpatuating", &["perpetuating"]), + ("udo", &["ado", "judo", "sudo", "udon", "ufo", "undo"]), + ("calcualating", &["calculating"]), + ("litecion", &["litecoin"]), + ("infomer", &["informer"]), + ("skippd", &["skipped"]), + ("drifitng", &["drifting"]), + ("dispays", &["displays"]), + ("vulnerabiliti", &["vulnerability"]), + ("rearrangts", &["rearrangements"]), + ("caesed", &["ceased"]), + ("acumulator", &["accumulator"]), + ("eygptian", &["egyptian"]), + ("expentitures", &["expenditures"]), + ("severl", &["several"]), + ("cannabilysing", &["cannibalising"]), + ("sinagog", &["synagog"]), + ("syirans", &["syrians"]), + ("misspeld", &["misspelled"]), + ("deficately", &["definitely"]), + ("neighboard", &["neighborhood"]), + ("republian", &["republican"]), + ("restrction", &["restriction"]), + ("logially", &["logically"]), + ("callibrated", &["calibrated"]), + ("retransfert", &["retransfer", "retransferred"]), + ("accet", &["accept"]), + ("aribtration", &["arbitration"]), + ("sasketchewan", &["saskatchewan"]), + ("likebale", &["likeable"]), + ("individuati", &["individuality"]), + ("afriad", &["afraid"]), + ("degenaration", &["degeneration"]), + ("attriebuting", &["attributing"]), + ("platofrmer", &["platformer"]), + ("rearrangtes", &["rearranges"]), + ("migth", &["might"]), + ("breathis", &["breaths"]), + ("homeoapthy", &["homeopathy"]), + ("vaues", &["values"]), + ("inagurated", &["inaugurated"]), + ("practicaly", &["practically"]), + ("specift", &["specify"]), + ("deminsions", &["dimensions"]), + ("cilyndrs", &["cylinders"]), + ("corispond", &["correspond"]), + ("nationalesl", &["nationals"]), + ("roelplay", &["roleplay"]), + ("nexting", &["nesting", "texting"]), + ("cringely", &["cringey"]), + ("definietly", &["definitely"]), + ("licate", &["locate"]), + ("concsiously", &["consciously"]), + ("delimititations", &["delimitations"]), + ("oringinal", &["original"]), + ("observerats", &["observers"]), + ("woraround", &["workaround"]), + ("foootball", &["football"]), + ("heriarchy", &["hierarchy"]), + ("ewxception", &["exception"]), + ("cuasing", &["causing"]), + ("conquoring", &["conquering"]), + ("decison", &["decision"]), + ("deliberitely", &["deliberately"]), + ("sourcd", &["sourced", "source"]), + ("annoyingy", &["annoyingly"]), + ("presenation", &["presentation"]), + ("commuication", &["communication"]), + ("intergated", &["integrated"]), + ("incomming", &["incoming"]), + ("stancels", &["stances"]), + ("compleate", &["complete"]), + ("lincese", &["license"]), + ("enoufh", &["enough"]), + ("coordenate", &["coordinate"]), + ("excecises", &["exercises"]), + ("paramss", &["params"]), + ("musuems", &["museums"]), + ("seranomy", &["ceremony"]), + ("falshing", &["flashing"]), + ("recends", &["rescinds"]), + ("incomng", &["incoming"]), + ("furhtest", &["furthest"]), + ("intstructed", &["instructed"]), + ("unregistert", &["unregistered"]), + ("philippenis", &["philippines"]), + ("accelerade", &["accelerated"]), + ("coeficent", &["coefficient"]), + ("gereating", &["generating"]), + ("clenase", &["cleanse"]), + ("pharmasudicaly", &["pharmaceutical"]), + ("secerts", &["secrets"]), + ("insenitive", &["insensitive"]), + ("ejacualtions", &["ejaculation"]), + ("xeonphobic", &["xenophobic"]), + ("starigth", &["straight"]), + ("dissapeared", &["disappeared"]), + ("encrcyption", &["encryption"]), + ("semicolumn", &["semicolon"]), + ("adaptaion", &["adaptation"]), + ("ananlog", &["analog"]), + ("equavilent", &["equivalent"]), + ("compiliation", &["compilation"]), + ("precends", &["precedence"]), + ("deafault", &["default"]), + ("appreciatied", &["appreciative"]), + ("algorhithmic", &["algorithmic"]), + ("currenices", &["currencies"]), + ("aggregatted", &["aggregated"]), + ("bootstapping", &["bootstrapping"]), + ("prefereed", &["preferred"]), + ("expeption", &["exception"]), + ("donains", &["domains"]), + ("susseeds", &["secedes"]), + ("gernerators", &["generators"]), + ("tempels", &["temples"]), + ("unknwowns", &["unknowns"]), + ("postuminus", &["posthumous"]), + ("distingishing", &["distinguishing"]), + ("reminised", &["reminisced"]), + ("expresssions", &["expressions"]), + ("puch", &["push"]), + ("deserializaed", &["deserialized"]), + ("concibes", &["concise"]), + ("unoptimiced", &["unoptimised", "unoptimized"]), + ("countermeausures", &["countermeasures"]), + ("follwwong", &["following"]), + ("percentige", &["percentile"]), + ("demoloshed", &["demolished"]), + ("infrastructre", &["infrastructure"]), + ("elemntal", &["elemental"]), + ("involuntarity", &["involuntary"]), + ("extoics", &["exotics"]), + ("sentemental", &["sentimental"]), + ("oficial", &["official"]), + ("otheriwse", &["otherwise"]), + ("sharpenss", &["sharpness"]), + ("avalable", &["available"]), + ("narcissisim", &["narcissism"]), + ("coloum", &["column"]), + ("reperesent", &["represent"]), + ("unintentially", &["unintentionally"]), + ("preservacion", &["preservation"]), + ("circumcisied", &["circumcised"]), + ("certificaiton", &["certification"]), + ("illistration", &["illustration"]), + ("counsiling", &["counseling"]), + ("positivley", &["positively"]), + ("continentais", &["continents"]), + ("manifactures", &["manufactures"]), + ("cotain", &["contain"]), + ("notificaton", &["notification"]), + ("guaruante", &["guarantee"]), + ("renegoptionsotiations", &["renegotiations"]), + ("varaint", &["variant"]), + ("deliverees", &["deliveries"]), + ("annuciators", &["annunciators"]), + ("immenseley", &["immensely"]), + ("turly", &["truly"]), + ("lineseach", &["linesearch"]), + ("overwize", &["otherwise"]), + ("deterministinc", &["deterministic"]), + ("probalby", &["probably"]), + ("disrepsected", &["disrespected"]), + ("catastropically", &["catastrophically"]), + ("algoroithmic", &["algorithmic"]), + ("consilation", &["consolation"]), + ("permormance", &["performance"]), + ("supportors", &["supporters"]), + ("sperately", &["separately"]), + ("capabilitiy", &["capability"]), + ("ganerate", &["generate"]), + ("fertilizier", &["fertilizer"]), + ("speficillied", &["specified"]), + ("afflcition", &["affliction"]), + ("trunacted", &["truncated"]), + ("renegogtiation", &["renegotiation"]), + ("conincide", &["coincide"]), + ("symols", &["symbols"]), + ("ehr", &["her"]), + ("rewirtable", &["rewritable"]), + ("ostridges", &["ostriches"]), + ("rackits", &["rackets"]), + ("difficultes", &["difficulties"]), + ("anoynimize", &["anonymize"]), + ("misalignement", &["misalignment"]), + ("inbankments", &["embankments"]), + ("progressos", &["progresses"]), + ("requirments", &["requirements"]), + ("compulsury", &["compulsory"]), + ("ruidmentary", &["rudimentary"]), + ("tencaity", &["tenacity"]), + ("intermedate", &["intermediate"]), + ("broardcast", &["broadcast"]), + ("snyopsis", &["synopsis"]), + ("circunferences", &["circumferences"]), + ("irrelevent", &["irrelevant"]), + ("visibibilty", &["visibility"]), + ("resperatory", &["respiratory"]), + ("unimplemneted", &["unimplemented"]), + ("segmantation", &["segmentation"]), + ("undoubtadly", &["undoubtedly"]), + ("implemement", &["implement"]), + ("vaelue", &["value", "valued"]), + ("uncencored", &["uncensored"]), + ("templtes", &["templates"]), + ("surroundins", &["surrounds"]), + ("veiwers", &["viewers"]), + ("correspinding", &["corresponding"]), + ("hedeghog", &["hedgehog"]), + ("monstrum", &["monster"]), + ("trhe", &["the"]), + ("civizilation", &["civilizations"]), + ("preventivo", &["prevention"]), + ("domonstration", &["demonstration"]), + ("evry", &["every"]), + ("fascianted", &["fascinated"]), + ("destryoing", &["destroying"]), + ("trucnated", &["truncated"]), + ("cimptum", &["symptom"]), + ("borwsers", &["browsers"]), + ("regularlise", &["regularise"]), + ("producting", &["production", "producing"]), + ("specialisaitons", &["specialisations"]), + ("dameon", &["daemon", "demon", "damien"]), + ("utiliatrian", &["utilitarian"]), + ("relexation", &["relegation"]), + ("ligitamassy", &["legitimacy"]), + ("languaqes", &["languages"]), + ("soudn", &["sound"]), + ("cthulluh", &["cthulhu"]), + ("subtarct", &["subtract"]), + ("refference", &["reference"]), + ("govenor", &["governor"]), + ("multliply", &["multiply"]), + ("connetations", &["connotations"]), + ("meltodwn", &["meltdown"]), + ("decotations", &["decorations"]), + ("surpressing", &["suppressing"]), + ("mutbal", &["mutable"]), + ("treis", &["tries"]), + ("skillshoots", &["skillshots"]), + ("experieced", &["experienced"]), + ("diganostic", &["diagnostic"]), + ("zimbabe", &["zimbabwe"]), + ("vegetarions", &["vegetarians"]), + ("supprted", &["supported"]), + ("shure", &["sure"]), + ("eastwoood", &["eastwood"]), + ("nstalling", &["installing"]), + ("siffix", &["suffix"]), + ("transfersom", &["transforms"]), + ("adiacent", &["adjacent"]), + ("personel", &["personnel", "personal"]), + ("adernaline", &["adrenaline"]), + ("distirbuting", &["distributing"]), + ("lecteurs", &["lectures"]), + ("enginineering", &["engineering"]), + ("pictureskely", &["picturesquely"]), + ("scatcher", &["catcher", "scratcher", "sketcher"]), + ("reigons", &["regions", "reigns"]), + ("intrduced", &["introduced"]), + ("iserting", &["inserting"]), + ("laguange", &["language"]), + ("adusted", &["adjusted"]), + ("operration", &["operation"]), + ("bargainning", &["bargaining"]), + ("construcion", &["construction"]), + ("dereferencce", &["dereference"]), + ("systms", &["systems"]), + ("sterotype", &["stereotype"]), + ("frigign", &["friggin"]), + ("doiing", &["doing"]), + ("inititator", &["initiator"]), + ("conflcting", &["conflating"]), + ( + "constractions", + &["constrictions", "constructions", "contractions"], + ), + ("blackahwks", &["blackhawks"]), + ("astronomia", &["astronomical"]), + ("transparnecies", &["transparencies"]), + ("suplanting", &["supplanting"]), + ("ignesting", &["ingesting"]), + ("homogenous", &["homogeneous"]), + ("operatation", &["operation"]), + ("annoncement", &["announcement"]), + ("somethiong", &["something"]), + ("organismes", &["organisms"]), + ("futhermore", &["furthermore"]), + ("aggrivated", &["aggravated"]), + ("misoganist", &["misogynist"]), + ("seniores", &["seniors"]), + ("argumentate", &["argumentative"]), + ("appareances", &["appearances"]), + ("categrories", &["categories"]), + ("maxosx", &["macosx"]), + ("instutition", &["institution"]), + ("ancesetor", &["ancestor"]), + ("unnused", &["unused"]), + ("homeonwers", &["homeowners"]), + ("scripturae", &["scriptures"]), + ("exerpt", &["excerpt"]), + ("corsiar", &["corsair"]), + ("chaecked", &["checked"]), + ("substituing", &["substituting"]), + ("accelearted", &["accelerated"]), + ("devides", &["divides", "devices"]), + ("descripors", &["descriptors"]), + ("detabase", &["database"]), + ("failng", &["failing"]), + ("iceforg", &["icefrog"]), + ("ejacluation", &["ejaculation"]), + ("accumlator", &["accumulator"]), + ("spefications", &["specifications"]), + ("suggessted", &["suggested"]), + ("disgraseful", &["disgraceful"]), + ("freckels", &["freckles"]), + ("widthn", &["width"]), + ("commedians", &["comedians"]), + ("likelly", &["likely"]), + ("decceleration", &["deceleration"]), + ("chiense", &["chinese"]), + ("speficilliers", &["specifiers"]), + ("calcualations", &["calculations"]), + ("metaphorial", &["metaphorical"]), + ("componants", &["components"]), + ("comrads", &["comrades"]), + ("sepearators", &["separators"]), + ("objtains", &["obtains"]), + ("subsitutes", &["substitutes"]), + ("borded", &["boarded", "border"]), + ("insecuritites", &["insecurities"]), + ("parititioning", &["partitioning"]), + ("permuates", &["permutates", "permutes"]), + ("litterals", &["literals"]), + ("transtorm", &["transform"]), + ("transtition", &["transition"]), + ("ststions", &["stations"]), + ("acessors", &["accessors", "accessor"]), + ("starightforward", &["straightforward"]), + ("exepct", &["expect"]), + ("barbarina", &["barbarian"]), + ("delpoyed", &["deployed"]), + ("rumorus", &["rumors"]), + ("respecive", &["respective"]), + ("synomyns", &["synonyms"]), + ("sacalar", &["scalar"]), + ("intergity", &["integrity"]), + ("flacoured", &["flavoured"]), + ("quessant", &["croissant"]), + ("redirectd", &["redirected"]), + ("stromed", &["stormed"]), + ("convet", &["convert"]), + ("conclutions", &["conclusions"]), + ("approxiations", &["approximations"]), + ("golitah", &["goliath"]), + ("regenrating", &["regenerating"]), + ("perpetrar", &["perpetrator"]), + ("torrentors", &["torrents"]), + ("dimenionalities", &["dimensionalities"]), + ("probblez", &["problem"]), + ("governmently", &["governmental"]), + ("approimation", &["approximation"]), + ("currest", &["currents"]), + ("disconeecting", &["disconnecting"]), + ("analouges", &["analogues"]), + ("retquiresgpos", &["requiresgpos"]), + ("elmenets", &["elements"]), + ("preferenze", &["preference"]), + ("singal", &["signal", "single"]), + ("perpretators", &["perpetrators"]), + ("monitring", &["monitoring"]), + ("benchmkar", &["benchmark"]), + ("perviews", &["previews", "purviews"]), + ("apporach", &["approach"]), + ("modificaton", &["modification"]), + ("imporatant", &["important"]), + ("aroung", &["around"]), + ("delapidated", &["dilapidated"]), + ("regster", &["register"]), + ("sendinging", &["sending"]), + ("overlcocked", &["overclocked"]), + ("differrence", &["difference"]), + ("apauled", &["appalled"]), + ("misogenistic", &["misogynistic"]), + ("trustworhy", &["trustworthy"]), + ("stratgey", &["strategy"]), + ("modificatons", &["modifications"]), + ("overyhped", &["overhyped"]), + ("anomisity", &["animosity"]), + ("structur", &["structure"]), + ("torwards", &["towards"]), + ("choises", &["choices"]), + ("duplicants", &["duplicates"]), + ("shamelessely", &["shamelessly"]), + ("fintuned", &["finetuned"]), + ("collitions", &["collisions"]), + ("comptuer", &["computer"]), + ("appplet", &["applet"]), + ("folllowin", &["following"]), + ("archetecturally", &["architecturally"]), + ("kocalized", &["localized"]), + ("dordered", &["ordered"]), + ("bargian", &["bargain"]), + ("jamaicain", &["jamaican"]), + ("arbibtrary", &["arbitrary"]), + ("abudance", &["abundance"]), + ("alighned", &["aligned"]), + ("discuusion", &["discussion"]), + ("sequeence", &["sequence"]), + ("influens", &["influences"]), + ("coincidince", &["coincidence"]), + ("decremeantal", &["decremental"]), + ("sirvaylence", &["surveillance"]), + ("withholdng", &["withholding"]), + ("indpendent", &["independent"]), + ("fanficiton", &["fanfiction"]), + ("undebiably", &["undeniably"]), + ("toxiticy", &["toxicity"]), + ("aaproximates", &["approximates"]), + ("transformas", &["transforms"]), + ("extraterrestials", &["extraterrestrials"]), + ("alimoney", &["alimony"]), + ("meassurable", &["measurable"]), + ("instrinsic", &["intrinsic"]), + ("relocaiing", &["relocating"]), + ("meterials", &["materials"]), + ("plesure", &["pleasure"]), + ("interactice", &["interactive"]), + ("sumarize", &["summarize"]), + ("temporairly", &["temporarily"]), + ("definitavely", &["definitively"]), + ("thetrahedron", &["tetrahedron"]), + ("freqiency", &["frequency"]), + ("directsong", &["directions"]), + ("shenanighans", &["shenanigans"]), + ("censibility", &["sensibility"]), + ("funvtional", &["functional"]), + ("hyponsis", &["hypnosis"]), + ("misspeling", &["misspelling"]), + ("catory", &["factory"]), + ("indefinitelly", &["indefinitely"]), + ("acommodation", &["accommodation"]), + ("berskerer", &["berserker"]), + ("encapuslates", &["encapsulates"]), + ("vitirol", &["vitriol"]), + ("pahts", &["paths", "pats", "parts"]), + ("austrlaian", &["australians", "australian"]), + ("revolutioners", &["revolutions"]), + ("initialiaze", &["initialize"]), + ("truncted", &["truncated"]), + ("ddivision", &["division"]), + ("declaracion", &["declaration"]), + ("reccorded", &["recorded"]), + ("warnibgs", &["warnings"]), + ("beliv", &["believe", "belief"]), + ("neighrorhoods", &["neighborhoods"]), + ("preposturous", &["preposterous"]), + ("condomnation", &["condemnation"]), + ("purcahed", &["purchased"]), + ("unavailabel", &["unavailable"]), + ("campiagns", &["campaigns"]), + ("asserion", &["assertion"]), + ("penaltis", &["penalties"]), + ("jeruslaem", &["jerusalem"]), + ("humillation", &["humiliation"]), + ("intregral", &["integral"]), + ("manufactuer", &["manufacture", "manufacturer"]), + ("resourcees", &["resources"]), + ("oppresssion", &["oppression"]), + ("raed", &["read"]), + ("subnegotications", &["subnegotiations"]), + ("justificatin", &["justifications"]), + ("resourcse", &["resources", "resource"]), + ("imprioned", &["imprisoned"]), + ("orginate", &["originate"]), + ("itterating", &["iterating"]), + ("spartanops", &["spartans"]), + ("excecuted", &["executed"]), + ("comressed", &["compressed"]), + ("defautls", &["defaults"]), + ("survays", &["surveys"]), + ("definintion", &["definition"]), + ("indrect", &["indirect"]), + ("tatgert", &["target"]), + ("incorported", &["incorporated"]), + ("attrubite", &["attribute"]), + ("autogenration", &["autogeneration"]), + ("chekc", &["check"]), + ("uites", &["suites"]), + ("propmts", &["prompts"]), + ("theoratically", &["theoretically"]), + ("ists", &["its", "lists"]), + ("enouncter", &["encounter"]), + ("fivety", &["fifty"]), + ("africaners", &["africans"]), + ("combind", &["combined"]), + ("combinateion", &["combination"]), + ("monthes", &["months"]), + ("centipeed", &["centipede"]), + ("dependat", &["dependant"]), + ("architechts", &["architect", "architects"]), + ("assumotions", &["assumptions"]), + ("altitute", &["altitude"]), + ("exchngd", &["exchanged"]), + ("overboad", &["overboard"]), + ("cymptumaticlly", &["symptomatically"]), + ("candiens", &["candies"]), + ("exercicing", &["exercising"]), + ("renegatiotiated", &["renegotiated"]), + ("ganerated", &["generated"]), + ("neumonic", &["mnemonic", "pneumonic"]), + ("ismalist", &["islamist"]), + ("conicidence", &["coincidence"]), + ("obeserved", &["observed"]), + ("disposicion", &["disposition"]), + ("internest", &["internets"]), + ("usally", &["usually"]), + ("sugggestions", &["suggestions"]), + ("speficifiable", &["specifiable"]), + ("hallaluja", &["hallelujah"]), + ("descryption", &["description"]), + ("empheral", &["ephemeral"]), + ("ovserver", &["observer"]), + ("criticarlo", &["critical"]), + ("praticle", &["particle"]), + ("disconection", &["disconnection"]), + ("metropolin", &["metropolitan"]), + ("mimaching", &["mismatching"]), + ("mintor", &["mentor", "monitor", "minor"]), + ("fanservise", &["fanservice"]), + ("blockchian", &["blockchain"]), + ("menber", &["member"]), + ("betweend", &["between"]), + ("oif", &["of"]), + ("princeples", &["principles"]), + ("expidetion", &["expedition"]), + ("costumization", &["customization"]), + ("platoe", &["plateau"]), + ("thyat", &["that"]), + ("retirevers", &["retrievers"]), + ("intialzed", &["initialized"]), + ("deattaches", &["detaches"]), + ("opionion", &["opinion"]), + ("dissconect", &["disconnect"]), + ("placeholde", &["placeholder"]), + ("mulitnationals", &["multinational"]), + ("secertary", &["secretary"]), + ("differntiates", &["differentiates"]), + ("purused", &["pursued"]), + ("spefcifiy", &["specify"]), + ("shecks", &["checks", "shucks"]), + ("charaters", &["characters"]), + ("appeard", &["appeared"]), + ("brabarian", &["barbarian"]), + ("ajcencies", &["adjacencies"]), + ("europen", &["european"]), + ("degenrating", &["degenerating"]), + ("mardown", &["markdown"]), + ("biogted", &["bigoted"]), + ("expolitative", &["exploitative"]), + ("publicitan", &["publication"]), + ("requring", &["requiring"]), + ("appology", &["apology"]), + ("pojecting", &["projecting"]), + ("lightwieght", &["lightweight"]), + ("bnecause", &["because"]), + ("charaterize", &["characterize"]), + ("tangeld", &["tangled"]), + ("envioments", &["environments"]), + ("decomposion", &["decomposition"]), + ("capabillity", &["capability"]), + ("atach", &["attach"]), + ("assined", &["assigned"]), + ("rasons", &["reasons"]), + ("joysitck", &["joystick"]), + ("replased", &["relapsed", "replaced", "rephased"]), + ("mistatchd", &["mismatched"]), + ("necromamcer", &["necromancer"]), + ("amendmants", &["amendments"]), + ("superioara", &["superior"]), + ("syantax", &["syntax"]), + ("modesettting", &["modesetting"]), + ("prooper", &["proper"]), + ("orhpans", &["orphans"]), + ("incoperated", &["incorporated"]), + ("forbitten", &["forbidden"]), + ("sychronise", &["synchronise"]), + ("uncertainity", &["uncertainty"]), + ("understad", &["understands"]), + ("chizzelled", &["chiselled"]), + ("uniqu", &["unique"]), + ("mistatching", &["mismatching"]), + ("dissappered", &["disappeared"]), + ("logisitcs", &["logistics"]), + ("phoneticly", &["phonetically"]), + ("phatnom", &["phantom"]), + ("anialating", &["annihilating"]), + ("egalitara", &["egalitarian"]), + ("screeb", &["screen"]), + ("bellonging", &["belonging"]), + ("intrenets", &["internets"]), + ("trasporter", &["transporter"]), + ("underwhemling", &["underwhelming"]), + ("mapp", &["map"]), + ("imlementations", &["implementations"]), + ("begininngs", &["beginnings"]), + ("inconsistenties", &["inconsistencies"]), + ("indepedently", &["independently"]), + ("transmutter", &["transmitter"]), + ("preculde", &["preclude"]), + ("foregound", &["foreground"]), + ("termporary", &["temporary"]), + ("cellebration", &["celebration"]), + ("beleifed", &["believed"]), + ("representativas", &["representatives"]), + ("suggetsed", &["suggested"]), + ("systyem", &["system"]), + ("multinatinal", &["multinational"]), + ("mormalized", &["normalized"]), + ("demonstras", &["demonstrates"]), + ("likelyhood", &["likelihood"]), + ("exacutable", &["executable"]), + ("correspondng", &["corresponding"]), + ("gnerals", &["generals"]), + ("experimntation", &["experimentation"]), + ("incorrent", &["incorrect"]), + ("syncronous", &["synchronous"]), + ("bouces", &["bounces"]), + ("upercase", &["uppercase"]), + ("ennpoint", &["endpoint"]), + ("datashhet", &["datasheet"]), + ("corportaion", &["corporation"]), + ("roylaties", &["royalties"]), + ("unnecessarly", &["unnecessarily"]), + ("neighburs", &["neighbors"]), + ("gerenic", &["generic"]), + ("communicted", &["communicated"]), + ("retalitation", &["retaliation"]), + ("createad", &["created"]), + ("proporty", &["property"]), + ("perfered", &["preferred"]), + ("plaestine", &["palestine"]), + ("penninsular", &["peninsular"]), + ("observerable", &["observable"]), + ("absolultely", &["absolutely"]), + ("localtion", &["location"]), + ("imbalenced", &["imbalanced"]), + ("doublde", &["double"]), + ("musil", &["muscle", "mussel"]), + ("scientficly", &["scientifically"]), + ("bloccks", &["blocks"]), + ("responisble", &["responsible"]), + ("standrad", &["standard"]), + ("endoints", &["endpoints"]), + ("accodring", &["according"]), + ("reyonlds", &["reynolds"]), + ("counteredit", &["counterfeit"]), + ("contestans", &["contests"]), + ("patriotisch", &["patriotic"]), + ("contstruction", &["construction"]), + ("spontaenously", &["spontaneously"]), + ("aplhabet", &["alphabet"]), + ("tagliate", &["tailgate"]), + ("intelluctuals", &["intellectuals"]), + ("polypoygon", &["polypolygon"]), + ("crytographic", &["cryptographic"]), + ("abscound", &["abscond"]), + ("patriachry", &["patriarchy"]), + ("ouptuting", &["outputting"]), + ("toogling", &["toggling"]), + ("algoirthm", &["algorithm"]), + ("somethingest", &["somethings"]), + ("reletes", &["deletes", "relates"]), + ("hihglight", &["highlight"]), + ("cleeshey", &["cliché"]), + ("ephimeral", &["ephemeral"]), + ("basicley", &["basically"]), + ("attribures", &["attributes"]), + ("clinicals", &["clinical"]), + ("conceivablely", &["conceivably"]), + ("asburdly", &["absurdly"]), + ("characer", &["character"]), + ("superflouous", &["superfluous"]), + ("luminaces", &["luminances"]), + ("disadvatange", &["disadvantage"]), + ("falgship", &["flagship"]), + ("signficiant", &["significant"]), + ("mormalises", &["normalises"]), + ("raptros", &["raptors"]), + ("concusison", &["concussions"]), + ("befroe", &["before"]), + ("occaisionally", &["occasionally"]), + ("handelbars", &["handlebars"]), + ("compulisve", &["compulsive"]), + ("bimillenial", &["bimillennial"]), + ("catlayst", &["catalyst"]), + ("exprience", &["experience"]), + ("analsyis", &["analysis"]), + ("simulacion", &["simulation"]), + ("articaft", &["artifact"]), + ("dedected", &["detected", "deducted"]), + ("intefrace", &["interface"]), + ("presentaiton", &["presentations"]), + ("coditions", &["conditions"]), + ("cipheruite", &["ciphersuite"]), + ("deduplate", &["deduplicate"]), + ("attrubyte", &["attribute"]), + ("influentes", &["influences"]), + ("filesysthem", &["filesystem"]), + ("exension", &["extension"]), + ("ununsual", &["unusual"]), + ("transaciton", &["transactions", "transaction"]), + ("postitions", &["positions"]), + ("marlbes", &["marbles"]), + ("compnaies", &["companies"]), + ("shoud", &["should"]), + ("ajusting", &["adjusting"]), + ("additionnal", &["additional"]), + ("agruable", &["arguable"]), + ("lifestlyes", &["lifestyles"]), + ("monochome", &["monochrome"]), + ("mininizes", &["minimizes"]), + ("nanosecods", &["nanoseconds"]), + ("calibraton", &["calibration"]), + ("quater", &["quarter"]), + ("stockplie", &["stockpile"]), + ("continute", &["continue"]), + ("constracting", &["constructing"]), + ("phycisian", &["physician"]), + ("punsihes", &["punishes"]), + ("siloweted", &["silhouetted"]), + ("thign", &["thing"]), + ("segregaded", &["segregated"]), + ("sumodules", &["submodules"]), + ("sorrogate", &["surrogate"]), + ("unspecificed", &["unspecified"]), + ("unsolicted", &["unsolicited"]), + ("nurished", &["nourished"]), + ("cheetoos", &["cheetos"]), + ("cotnrols", &["controls"]), + ("featued", &["featured"]), + ("desparate", &["desperate", "disparate"]), + ("prisitne", &["pristine"]), + ("epheremal", &["ephemeral"]), + ("transperent", &["transparent"]), + ("degration", &["degradation"]), + ("presedents", &["presidents"]), + ("perspecitves", &["perspectives"]), + ("analsyt", &["analyst"]), + ("schiziphrenic", &["schizophrenic"]), + ("deffered", &["differed", "deferred"]), + ("amtheyst", &["amethyst"]), + ("anticiapted", &["anticipated"]), + ("menally", &["mentally"]), + ("perfomanse", &["performance"]), + ("crusies", &["cruises"]), + ("runnung", &["running"]), + ("challender", &["challenger"]), + ("suggestted", &["suggested"]), + ("documentato", &["documentation"]), + ("relazation", &["relaxation"]), + ("thisle", &["thistle"]), + ("ceratine", &["creatine"]), + ("fideling", &["fielding"]), + ("instantanous", &["instantaneous"]), + ("experenced", &["experienced"]), + ("arguement", &["argument"]), + ("pythin", &["python"]), + ("reliablely", &["reliably"]), + ("testsdata", &["testdata"]), + ("mounpoint", &["mountpoint"]), + ("barrackus", &["barracks"]), + ("reproducabely", &["reproducibly"]), + ("outpreforms", &["outperform"]), + ("existensial", &["existential"]), + ("anympore", &["anymore"]), + ("dependcies", &["dependencies"]), + ("feedbakc", &["feedback"]), + ("unifed", &["unified"]), + ("agressvie", &["aggressive"]), + ("miticating", &["mitigating"]), + ("renteris", &["renters"]), + ("competive", &["competitive"]), + ("intializing", &["initializing"]), + ("balck", &["black", "balk"]), + ("volumnes", &["volumes"]), + ("exhange", &["exchange"]), + ("consol", &["console"]), + ("realsie", &["realise"]), + ("alphapeicall", &["alphabetical"]), + ("torchilght", &["torchlight"]), + ("ioclt", &["ioctl"]), + ("concers", &["concerns"]), + ("inveryed", &["inverted"]), + ("nighborhood", &["neighborhood"]), + ("privide", &["provide"]), + ("uppstreams", &["upstreams"]), + ("protential", &["potential"]), + ("forcot", &["forgot"]), + ("tetry", &["retry"]), + ("decesion", &["decision"]), + ("identtation", &["indentation"]), + ("indicies", &["indices"]), + ("psace", &["space", "pace"]), + ("cihphers", &["ciphers"]), + ("erquest", &["request"]), + ("commnunity", &["community"]), + ("unicrons", &["unicorns"]), + ("manetainers", &["maintainers"]), + ("chnge", &["change"]), + ("multipleies", &["multiples"]), + ("ressourced", &["resourced"]), + ("nagivation", &["navigation"]), + ("quention", &["quentin"]), + ("dissassembly", &["disassembly"]), + ("ingocnito", &["incognito"]), + ("identificativo", &["identification"]), + ("nottaions", &["notations"]), + ("recogonize", &["recognize"]), + ("unbrearable", &["unbreakable"]), + ("equivalnet", &["equivalents"]), + ("unreleated", &["unreleased", "unrelated"]), + ("doubel", &["double"]), + ("ststioned", &["stationed"]), + ("definations", &["definitions"]), + ("abstratly", &["abstractly"]), + ("exceds", &["exceeds"]), + ("meoldies", &["melodies"]), + ("disicples", &["disciples"]), + ("responsable", &["responsible"]), + ("experince", &["experience"]), + ("illsuions", &["illusions"]), + ("higly", &["highly"]), + ("speficiteirs", &["specifiers"]), + ("destintations", &["destinations"]), + ("acceses", &["accesses"]), + ("accumalation", &["accumulation"]), + ("fingertops", &["fingertips"]), + ("speicals", &["specials"]), + ("transalator", &["translator"]), + ("markeys", &["marquees"]), + ("treatsie", &["treaties"]), + ("documetation", &["documentation"]), + ("satellittes", &["satellites"]), + ("depreceating", &["depreciating", "deprecating"]), + ("monopolios", &["monopolies"]), + ("makeing", &["making"]), + ("manufacutres", &["manufactures"]), + ("contianment", &["containment"]), + ("elminating", &["eliminating"]), + ("ballance", &["balance"]), + ("singnals", &["signals"]), + ("rquests", &["requests", "quests"]), + ("pregorative", &["prerogative"]), + ("neighborhoofs", &["neighborhoods"]), + ("tradtional", &["traditional"]), + ("consifer", &["consider"]), + ("troubeshooter", &["troubleshooter"]), + ("rennaisance", &["renaissance"]), + ("postcript", &["postscript"]), + ("nimphs", &["nymphs"]), + ("straigntened", &["straightened"]), + ("athiesm", &["atheism"]), + ("bitfilelds", &["bitfields"]), + ("fundamendalists", &["fundamentalists"]), + ("paramters", &["parameters"]), + ("degenarates", &["degenerates"]), + ("scholarley", &["scholarly"]), + ("iteself", &["itself"]), + ("porportion", &["proportion"]), + ("absolvte", &["absolve"]), + ("esnure", &["ensure"]), + ("rduce", &["reduce"]), + ("originnally", &["originally"]), + ("cringewrothy", &["cringeworthy"]), + ("synchroneous", &["synchronous"]), + ("immedially", &["immediately"]), + ("choser", &["chooser"]), + ("continenal", &["continental"]), + ("singificantly", &["significantly"]), + ("intialte", &["initialise"]), + ("combiantion", &["combinations", "combination"]), + ("coreolis", &["coriolis"]), + ("inresponsible", &["irresponsible"]), + ("prototyps", &["prototypes"]), + ("reinfoce", &["reinforce"]), + ("seperatley", &["separately"]), + ("newanced", &["nuanced"]), + ("toursim", &["tourism"]), + ("overcompansations", &["overcompensations"]), + ("minimse", &["minimise"]), + ("apporpriations", &["appropriations"]), + ("reflecto", &["reflection"]), + ("potentally", &["potentially"]), + ("confedarate", &["confederate"]), + ("expeptions", &["exceptions"]), + ("voilates", &["violates"]), + ("negotionator", &["negotiator"]), + ("inlcluded", &["included"]), + ("athiestic", &["atheistic"]), + ("shaddow", &["shadow"]), + ("relcation", &["relocation"]), + ("ridicilousness", &["ridiculousness"]), + ("discreddit", &["discredited"]), + ("snyc", &["sync"]), + ("assgined", &["assigned"]), + ("modfitier", &["modifier"]), + ("rgisters", &["registers"]), + ("skateing", &["skating"]), + ("acdept", &["accept", "adept"]), + ("misrepresentaion", &["misrepresentation"]), + ("modifation", &["modification"]), + ("usal", &["usual"]), + ("candiacy", &["candidacy"]), + ("coorditate", &["coordinate"]), + ("regresas", &["regress"]), + ("serveicing", &["servicing"]), + ("pedophila", &["pedophilia"]), + ("assocaited", &["associated"]), + ("aborigenal", &["aboriginal"]), + ("exlcusion", &["exclusion"]), + ("bobmers", &["bombers"]), + ("fllowing", &["following", "flowing"]), + ("halarious", &["hilarious"]), + ("incremential", &["incremental"]), + ("autenticate", &["authenticate"]), + ("bottomborde", &["bottomborder"]), + ("whislist", &["wishlist"]), + ("individualy", &["individually"]), + ("mastutbation", &["masturbation"]), + ("bakward", &["backward"]), + ("activitis", &["activities"]), + ("techniks", &["techniques"]), + ("conncetion", &["connections", "connection"]), + ("discograhy", &["discography"]), + ("spammear", &["spammer"]), + ("interally", &["internally", "integrally"]), + ("trinagle", &["triangle"]), + ("consficated", &["confiscated"]), + ("relasing", &["releasing"]), + ("mechanicus", &["mechanics"]), + ("algortihms", &["algorithms"]), + ("headses", &["headsets"]), + ("reimplment", &["reimplement"]), + ("pyrimads", &["pyramids"]), + ("clipoard", &["clipboard"]), + ("represet", &["represents", "represent"]), + ("religiousy", &["religiously"]), + ("envrironment", &["environment"]), + ("sequenzes", &["sequences"]), + ("demenstrations", &["demonstrations"]), + ("funcitoning", &["functioning"]), + ("revoultion", &["revolution"]), + ("begining", &["beginning"]), + ("propenents", &["proponents"]), + ("soruces", &["sources", "spruces"]), + ("transporteurs", &["transporter"]), + ("discresion", &["discretion"]), + ("unexpectd", &["unexpected"]), + ("checkes", &["checks"]), + ("luckiy", &["luckily", "lucky"]), + ("vertexes", &["vertices"]), + ("alturism", &["altruism"]), + ("portabel", &["portable"]), + ("executubles", &["executables"]), + ("exten", &["extent"]), + ("providince", &["providence"]), + ("valubale", &["valuable"]), + ("negotiatied", &["negotiate"]), + ("acses", &["cases", "access"]), + ("facourites", &["favourites"]), + ("authetnicating", &["authenticating"]), + ("unreigster", &["unregister"]), + ("emput", &["empty"]), + ("manifestato", &["manifesto"]), + ("equivelants", &["equivalents"]), + ("fedreated", &["federated"]), + ("labrynth", &["labyrinth"]), + ("legilsation", &["legislation"]), + ("deduplacte", &["deduplicate"]), + ("commites", &["commits", "committed"]), + ("dividor", &["divider", "divisor"]), + ("relocaes", &["relocates"]), + ("gratuitious", &["gratuitous"]), + ("skippps", &["skips"]), + ("accure", &["accrue", "occur", "acquire"]), + ("verticla", &["vertical"]), + ("remoce", &["remove"]), + ("conveyd", &["conveyed"]), + ("typpical", &["typical"]), + ("detectie", &["detectives"]), + ("szies", &["sizes"]), + ("tailgateing", &["tailgating"]), + ("probabilty", &["probability"]), + ("pyhsicaly", &["physically"]), + ("reimplents", &["reimplements"]), + ("violoated", &["violated"]), + ("foratting", &["formatting"]), + ("scritpures", &["scriptures"]), + ("qulaity", &["quality"]), + ("arcahic", &["archaic"]), + ("regsitre", &["register"]), + ("guarnete", &["guarantee"]), + ("changeble", &["changeable"]), + ("torubleshoot", &["troubleshoot"]), + ("iterpolate", &["interpolate"]), + ("weas", &["was"]), + ("credetials", &["credentials"]), + ("senerio", &["scenario"]), + ("criticizng", &["criticizing"]), + ("parameteres", &["parameters"]), + ("subnegatiotiation", &["subnegotiation"]), + ("frequence", &["frequencies"]), + ("anedoctes", &["anecdotes"]), + ("clossion", &["collision"]), + ("bangladash", &["bangladesh"]), + ("anniversiary", &["anniversary"]), + ("transofrms", &["transforms"]), + ("waktins", &["watkins"]), + ("trhough", &["through"]), + ("adbucted", &["abducted"]), + ("etherel", &["ethereal"]), + ("expectes", &["expects"]), + ("compaytibility", &["compatibility"]), + ("custoised", &["customised"]), + ("challanged", &["challenged"]), + ("imprefect", &["imperfect"]), + ("disrispecting", &["disrespecting"]), + ("realisitcally", &["realistically"]), + ("caluculates", &["calculates"]), + ("lokaly", &["locally"]), + ("influeced", &["influenced"]), + ("durabillity", &["durability"]), + ("cleaer", &["clear", "clearer", "cleaner"]), + ("lowd", &["load", "low", "loud"]), + ("immmediately", &["immediately"]), + ("unannimous", &["unanimous"]), + ("freestlye", &["freestyle"]), + ("incommplete", &["incomplete"]), + ("siblins", &["siblings"]), + ("sophmore", &["sophomore"]), + ("contess", &["contests"]), + ("troubleshoting", &["troubleshooting"]), + ("accesory", &["accessory"]), + ("invitato", &["invitation"]), + ("sectoning", &["sectioning"]), + ("liberato", &["liberation"]), + ("microtransacrions", &["microtransactions"]), + ("minimam", &["minimum"]), + ("ironcially", &["ironically"]), + ("respectfuly", &["respectfully"]), + ("coalaced", &["coalesced"]), + ("meaninless", &["meaningless"]), + ("assiciates", &["associates"]), + ("interruping", &["interrupting"]), + ("assualted", &["assaulted"]), + ("conciders", &["considers"]), + ("interrogativo", &["interrogation"]), + ("occrred", &["occurred"]), + ("speficiteis", &["specifies"]), + ("encryp", &["encrypt"]), + ("serialialised", &["serialised"]), + ("friendzonie", &["friendzoned"]), + ("repect", &["respect"]), + ("negoptionsotiate", &["negotiate"]), + ("tupple", &["tuple"]), + ("uninitialzed", &["uninitialized"]), + ("ristriction", &["restriction"]), + ("convencen", &["convenience"]), + ("idendifiers", &["identifiers"]), + ("delimeted", &["delimited"]), + ("suuports", &["supports"]), + ("scriipted", &["scripted"]), + ("maccros", &["macros"]), + ("resart", &["restart"]), + ("folowwer", &["follower"]), + ("microtranasctions", &["microtransactions"]), + ("becasuse", &["because"]), + ("montitor", &["monitor"]), + ("sensetive", &["sensitive"]), + ("infringeing", &["infringing"]), + ("backslases", &["backslashes"]), + ("seelect", &["select"]), + ("anedocte", &["anecdote"]), + ("partiotic", &["patriotic"]), + ("wathcmen", &["watchmen"]), + ("referundum", &["referendum"]), + ("nothigng", &["nothing"]), + ("accelaration", &["acceleration"]), + ("invesitgators", &["investigators"]), + ("unfortuntaly", &["unfortunately"]), + ("earpeice", &["earpiece"]), + ("systyems", &["systems"]), + ("insipred", &["inspired"]), + ("dolhpin", &["dolphin"]), + ("abotu", &["about"]), + ("achieveble", &["achievable"]), + ("expaned", &["expand", "expanded", "explained"]), + ("intiallised", &["initialised"]), + ("upholstry", &["upholstery"]), + ("disintereted", &["disinterested"]), + ("wepon", &["weapon"]), + ("psychopants", &["psychopaths"]), + ("helemts", &["helmets"]), + ("substibute", &["substitute"]), + ("devirutalisation", &["devirtualisation"]), + ("decrments", &["decrements"]), + ("stutterring", &["stuttering"]), + ("neighour", &["neighbour"]), + ("triangls", &["triangles"]), + ("accomadation", &["accommodation"]), + ("tou", &["you"]), + ("comlex", &["complex"]), + ("commonweatlh", &["commonwealth"]), + ("qeuest", &["quest"]), + ("highligting", &["highlighting"]), + ("concentating", &["concentrating"]), + ("gracefullly", &["gracefully"]), + ("negligeable", &["negligible"]), + ("registraration", &["registration"]), + ("lenghtening", &["lengthening"]), + ("precenences", &["preferences"]), + ("cogegen", &["codegen"]), + ("beetwen", &["between"]), + ("datastrem", &["datastream"]), + ("venezuella", &["venezuela"]), + ("redemtpion", &["redemption"]), + ("downgarade", &["downgrade"]), + ("resolutinos", &["resolutions"]), + ("leeguns", &["legions"]), + ("capter", &["captor"]), + ("varriance", &["variance"]), + ("pensinula", &["peninsula"]), + ("expirience", &["experience"]), + ("physcedelics", &["psychedelics"]), + ("mellinneum", &["millennium"]), + ("transofrmer", &["transformer"]), + ("hankerchifs", &["handkerchiefs"]), + ("athleticos", &["athletics"]), + ("practictitioners", &["practitioners"]), + ("thi", &["the", "this"]), + ("modfify", &["modify"]), + ("negotiting", &["negotiating"]), + ("allocagtor", &["allocator"]), + ("enginee", &["engine", "engineer"]), + ("extepecting", &["expecting"]), + ("devirtualisaion", &["devirtualisation"]), + ("dingee", &["dinghy"]), + ("instll", &["install", "instill"]), + ("pasteries", &["pastries"]), + ("directoves", &["directives"]), + ("initailisers", &["initialisers"]), + ("initiativs", &["initiatives"]), + ("acchievement", &["achievement"]), + ("crahses", &["crashes"]), + ("sensistive", &["sensitive"]), + ("esy", &["easy"]), + ("psichologist", &["psychologist"]), + ("metroplois", &["metropolis"]), + ("initalised", &["initialised"]), + ("renegotators", &["renegotiators"]), + ("instruccions", &["instructions"]), + ("infectuous", &["infectious"]), + ("tempral", &["temporal"]), + ("guarentes", &["guarantees"]), + ("unmanouverable", &["unmaneuverable", "unmanoeuvrable"]), + ("inadquate", &["inadequate"]), + ("adjatated", &["agitated"]), + ("egals", &["equals"]), + ("creationsm", &["creationism"]), + ("imlements", &["implements"]), + ("validted", &["validated"]), + ("personalie", &["personalized"]), + ("prepetuate", &["perpetuate"]), + ("negosiating", &["negotiating"]), + ("represantational", &["representational"]), + ("oxzillary", &["auxiliary"]), + ("geometrys", &["geometries"]), + ("cthuluh", &["cthulhu"]), + ("sepulcre", &["sepulchre"]), + ("reaccurring", &["recurring"]), + ("workins", &["workings"]), + ("softend", &["softened"]), + ("competitior", &["competitor"]), + ("poisonis", &["poisons"]), + ("enclsoure", &["enclosure"]), + ("buttosn", &["buttons"]), + ("geneology", &["genealogy"]), + ("capibilities", &["capabilities"]), + ("councelor", &["counselor"]), + ("contracr", &["contractor"]), + ("hydropilic", &["hydrophilic"]), + ("initailsed", &["initialised"]), + ("defecit", &["deficit"]), + ("artillary", &["artillery"]), + ("lesbianus", &["lesbians"]), + ("peedmont", &["piedmont"]), + ("postgress", &["postgresql"]), + ("imsensitive", &["insensitive"]), + ("updatees", &["updates"]), + ("owerwrite", &["overwrite"]), + ("interepretations", &["interpretations"]), + ("percenatges", &["percentages"]), + ("proprty", &["property"]), + ("automoterator", &["automoderator"]), + ("wrog", &["wrong"]), + ("breif", &["brief"]), + ("dokcs", &["docks"]), + ("doucmentes", &["documents"]), + ("deploied", &["deployed"]), + ("fullfilled", &["fulfilled"]), + ("truned", &["turned"]), + ("delimeter", &["delimiter"]), + ("disussions", &["discussions"]), + ("enthuisasts", &["enthusiasts"]), + ("intiailise", &["initialise"]), + ("unsubsrcibe", &["unsubscribe"]), + ("wher", &["where", "were"]), + ("inituialization", &["initialization"]), + ("driftig", &["drifting"]), + ("esimating", &["estimating"]), + ("amplitud", &["amplitude"]), + ("entreprenuers", &["entrepreneurs"]), + ("unampped", &["unmapped"]), + ("melinneum", &["millennium"]), + ("destributed", &["distributed"]), + ("ponint", &["point"]), + ("commnent", &["comment"]), + ("interents", &["internets"]), + ("autonegatiotiations", &["autonegotiations"]), + ("franlkin", &["franklin"]), + ("audo", &["audio"]), + ("particulary", &["particularly"]), + ("alghoritm", &["algorithm"]), + ("synchromized", &["synchronized"]), + ("snowboaring", &["snowboarding"]), + ("analogicaly", &["analogically"]), + ("leting", &["letting"]), + ("labling", &["labeling"]), + ("hungray", &["hungary"]), + ("disturbace", &["disturbance"]), + ("coorperation", &["cooperation", "corporation"]), + ("infenro", &["inferno"]), + ("autorealease", &["autorelease"]), + ("recommendors", &["recommends"]), + ("udpated", &["updated"]), + ("prasied", &["praised"]), + ("juxtifies", &["justifies"]), + ("milimetres", &["millimetres"]), + ("expewriments", &["experiments"]), + ("cacahes", &["caches"]), + ("exorbitent", &["exorbitant"]), + ("activsted", &["activated"]), + ("livestrems", &["livestream"]), + ("resstriction", &["restriction"]), + ("inconvience", &["inconvenience"]), + ("investigatin", &["investigation"]), + ("consistantly", &["consistently"]), + ("alreay", &["already"]), + ("parntership", &["partnership"]), + ("rendereing", &["rendering"]), + ("deacriptors", &["decryptors", "descriptors"]), + ("avaition", &["aviation"]), + ("althorithm", &["algorithm"]), + ("isssued", &["issued"]), + ("asynchrounous", &["asynchronous"]), + ("recconets", &["reconnects"]), + ("counseil", &["counsel"]), + ("movees", &["moves", "movies"]), + ("beforere", &["before"]), + ("vulberabilility", &["vulnerability"]), + ("overwriten", &["overwritten"]), + ("acitvating", &["activating"]), + ("tiolets", &["toilets"]), + ("correcxt", &["correct"]), + ("substition", &["substitution"]), + ("posions", &["poisons", "positions", "psions"]), + ("chizzles", &["chisels"]), + ("experimentaing", &["experimenting"]), + ("chked", &["checked"]), + ("intertained", &["intertwined"]), + ("externels", &["externals"]), + ("owerflow", &["overflow"]), + ("calculater", &["calculator"]), + ("recieve", &["receive"]), + ("introdusing", &["introducing"]), + ("encylcopedia", &["encyclopedia"]), + ("trrigger", &["trigger"]), + ("numebr", &["number"]), + ("copywrite", &["copyright"]), + ("lavendar", &["lavender"]), + ("democrazies", &["democracies"]), + ("unitility", &["utility"]), + ("escavation", &["escalation"]), + ("moounting", &["mounting"]), + ("adveristy", &["adversity"]), + ("exagerated", &["exaggerated"]), + ("commmets", &["comments"]), + ("downgradei", &["downgrade"]), + ("upstreamming", &["upstreaming"]), + ("impolde", &["implode"]), + ("hystericlly", &["hysterically"]), + ("sighth", &["scythe", "sight"]), + ("dosseays", &["dossiers"]), + ("instituttet", &["institute"]), + ("massachsuetts", &["massachusetts"]), + ("extennsions", &["extensions"]), + ("absolately", &["absolutely"]), + ("matc", &["match"]), + ("converstaion", &["conversation"]), + ("yersa", &["years"]), + ("terminaters", &["terminators"]), + ("dungeoun", &["dungeon"]), + ("optimzied", &["optimized"]), + ("adbomen", &["abdomen"]), + ("critisice", &["criticise"]), + ("blueberris", &["blueberries"]), + ("adressed", &["addressed"]), + ("experimetning", &["experimenting"]), + ("criticies", &["criticise"]), + ("funvion", &["function"]), + ("subsidary", &["subsidiary"]), + ("opeartion", &["operation"]), + ("frontents", &["frontends"]), + ("impules", &["impulse"]), + ("immadiatly", &["immediately"]), + ("negoitating", &["negotiating"]), + ("driveing", &["driving"]), + ("unexpacted", &["unexpected"]), + ("accidentlay", &["accidentally"]), + ("exageration", &["exaggeration"]), + ("palid", &["plaid", "pallid"]), + ("xeonblade", &["xenoblade"]), + ("intimitation", &["intimidation"]), + ("guarrenteed", &["guaranteed"]), + ("rereated", &["recreated", "rerated"]), + ("appreciat", &["appreciate"]), + ("intersetllar", &["interstellar"]), + ("unigned", &["unsigned"]), + ("ovrlapped", &["overlapped"]), + ("superstiton", &["superstition"]), + ("geomitrically", &["geometrically"]), + ("scecified", &["specified"]), + ("earhtbound", &["earthbound"]), + ("mircoatx", &["microatx"]), + ("movememnt", &["movement"]), + ("milyew", &["milieu"]), + ("daughterbord", &["daughterboard"]), + ("serguns", &["surgeons"]), + ("deregiter", &["deregister"]), + ("plasing", &["placing", "pleasing", "phasing"]), + ("maintioned", &["mentioned"]), + ("manufactorer", &["manufacturer"]), + ("renegotitae", &["renegotiate"]), + ("volentiering", &["volunteering"]), + ("comprable", &["comparable"]), + ("inetrrupts", &["interrupts"]), + ("fromatting", &["formatting"]), + ("upgrating", &["upgrading"]), + ("allright", &["alright"]), + ("expetectedly", &["expectedly"]), + ("vrifier", &["verifier"]), + ("proposse", &["proposes"]), + ("reevaludated", &["reevaluated"]), + ("comformance", &["conformance"]), + ("decstiptions", &["descriptions"]), + ("doess", &["does"]), + ("eventuall", &["eventually"]), + ("hideen", &["hidden"]), + ("achor", &["anchor"]), + ("stirrig", &["stirring"]), + ("hatesink", &["heatsink"]), + ("meditaciones", &["medications"]), + ("exploitaion", &["exploitation"]), + ("reprsentations", &["representations"]), + ("triptishes", &["triptychs"]), + ("assocites", &["associates"]), + ("permision", &["permission"]), + ("charcol", &["charcoal"]), + ("investigstion", &["investigations"]), + ("progressoin", &["progressions"]), + ("indvidual", &["individual"]), + ("browers", &["browsers"]), + ("demographs", &["demographics"]), + ("microtransactioned", &["microtransactions"]), + ("insistance", &["insistence"]), + ("incarseration", &["incarceration"]), + ("resore", &["restore"]), + ("assignements", &["assignments"]), + ("zionisim", &["zionism"]), + ("outsourceing", &["outsourcing"]), + ("lifestlye", &["lifestyle"]), + ("visiuble", &["visible"]), + ("nacrotics", &["narcotics"]), + ("specialy", &["specially"]), + ("ful", &["full"]), + ("attriebuted", &["attributed"]), + ("bijcetive", &["bijective"]), + ("interections", &["interactions", "intersections"]), + ("thubmnail", &["thumbnail"]), + ("historicans", &["historians"]), + ("syste", &["system"]), + ("tranasctions", &["transactions"]), + ("wille", &["will"]), + ("cosmeticos", &["cosmetics"]), + ("resouces", &["resources"]), + ("accurable", &["accurate"]), + ("regylar", &["regular"]), + ("christin", &["christian"]), + ("uncknown", &["unknown"]), + ("freindships", &["friendships"]), + ("curiousity", &["curiosity"]), + ("exsited", &["existed", "excited"]), + ("anglular", &["angular"]), + ("amdgput", &["amdgpu"]), + ("archictecture", &["architecture"]), + ("unfortuate", &["unfortunate"]), + ("claibre", &["calibre"]), + ("fundamnetalists", &["fundamentalists"]), + ("campuss", &["campuses"]), + ("texchnically", &["technically"]), + ("regresssion", &["regression"]), + ("selctions", &["selections"]), + ("increament", &["increment"]), + ("forwaring", &["forwarding"]), + ("cupbaord", &["cupboard"]), + ("fundamentalismos", &["fundamentalists"]), + ("incidentes", &["incidents"]), + ("accumuluate", &["accumulate"]), + ("graphicaly", &["graphically"]), + ("refferal", &["referral"]), + ("alternavtely", &["alternatively"]), + ("volums", &["volume"]), + ("malpractive", &["malpractice"]), + ("expination", &["expiration"]), + ("chatow", &["château"]), + ("permanantly", &["permanently"]), + ("togheter", &["together"]), + ("corospond", &["correspond"]), + ("emoty", &["empty"]), + ("nreferenced", &["unreferenced"]), + ("groupping", &["grouping"]), + ("uniquley", &["uniquely"]), + ("authers", &["authors"]), + ("deplacements", &["replacements"]), + ("authentciation", &["authentication"]), + ("databsase", &["database"]), + ("viwed", &["viewed"]), + ("lisitng", &["listing"]), + ("arbitrariy", &["arbitrarily", "arbitrary"]), + ("detur", &["detour"]), + ("knowlageable", &["knowledgeable"]), + ("specializate", &["specialize"]), + ("withdrawling", &["withdrawing"]), + ("unproducive", &["unproductive"]), + ("deamonized", &["daemonized"]), + ("dowlinks", &["downlinks"]), + ("victemizes", &["victimizes"]), + ("disctinctive", &["distinctive"]), + ("specializaitons", &["specializations"]), + ("excact", &["exact"]), + ("continuasse", &["continues"]), + ("satisfyied", &["satisfied"]), + ("caligraphy", &["calligraphy"]), + ("macthing", &["matching"]), + ("vlaues", &["values"]), + ("extropolate", &["extrapolate"]), + ("inconsistenty", &["inconsistency"]), + ("undescores", &["underscores"]), + ("aperure", &["aperture"]), + ("organische", &["organise"]), + ("poisitionning", &["positioning"]), + ("appoves", &["approves"]), + ("dissastified", &["dissatisfied"]), + ("euthanesia", &["euthanasia"]), + ("diversifiy", &["diversify"]), + ("bboolean", &["boolean"]), + ("interoprability", &["interoperability"]), + ("disimilar", &["dissimilar"]), + ("adjustmant", &["adjustment"]), + ("eploit", &["exploit"]), + ("uplod", &["upload"]), + ("jericoh", &["jericho"]), + ("descritpro", &["descriptor"]), + ("propmter", &["prompter"]), + ("knowledgble", &["knowledgable"]), + ("hybridus", &["hybrids"]), + ("decoracion", &["decoration"]), + ("correspontend", &["correspondent"]), + ("govornment", &["government"]), + ("witho", &["with"]), + ("explinatory", &["explanatory"]), + ("vulberabuility", &["vulnerability"]), + ("silicoon", &["silicon"]), + ("rentors", &["renters"]), + ("encrpytion", &["encryption"]), + ("capbale", &["capable"]), + ("intervation", &["integration"]), + ("disapperars", &["disappears"]), + ("cavarly", &["cavalry"]), + ("unnescessary", &["unnecessary"]), + ("transparaently", &["transparently"]), + ("penguinos", &["penguins"]), + ("vulnerabilitys", &["vulnerabilities", "vulnerability"]), + ("functiosn", &["functions"]), + ("instructer", &["instructor"]), + ("trannsexual", &["transsexual"]), + ("syntesis", &["synthesis"]), + ("vitamines", &["vitamins"]), + ("containn", &["contain"]), + ("prepresented", &["represented"]), + ("charactersistic", &["characteristic"]), + ("countoring", &["countering"]), + ("paschurized", &["pasteurized"]), + ("resitances", &["resistances"]), + ("swich", &["switch"]), + ("enablen", &["enabled"]), + ("victomized", &["victimized"]), + ("copyrught", &["copyright"]), + ("repetive", &["repetitive"]), + ("saerching", &["searching"]), + ("tramboline", &["trampoline"]), + ("entrepreuners", &["entrepreneurs"]), + ("imaginating", &["imagination"]), + ("napomed", &["napalmed"]), + ("palestinans", &["palestinians"]), + ("feautre", &["feature"]), + ("grabed", &["grabbed"]), + ("preimum", &["premium"]), + ("withount", &["without"]), + ("motivationnal", &["motivational"]), + ("specailization", &["specialization"]), + ("custumizable", &["customizable"]), + ("indicatee", &["indicates", "indicated"]), + ("rrroring", &["erroring"]), + ("hauntig", &["haunting"]), + ("indiginous", &["indigenous"]), + ("polocies", &["policies"]), + ("timesamp", &["timestamp"]), + ("executute", &["execute"]), + ("pancaks", &["pancakes"]), + ("paychiatrist", &["psychiatrist"]), + ("sepparation", &["separation"]), + ("fragmeneting", &["fragmenting"]), + ("reatiler", &["retailer"]), + ("harrass", &["harass"]), + ("pyschologically", &["psychologically"]), + ("offisianados", &["aficionados"]), + ("indicence", &["incidence"]), + ("halucinate", &["hallucinate"]), + ("primatively", &["primitively"]), + ("resistancies", &["resistances"]), + ("documantation", &["documentation"]), + ("stoages", &["storages"]), + ("applicatiosn", &["applications"]), + ("pretection", &["protection"]), + ("perhiperals", &["peripherals"]), + ("explanitary", &["explanatory"]), + ("datatyepes", &["datatypes"]), + ("indivisuals", &["individuals"]), + ("modfifier", &["modifier"]), + ("opjectification", &["objectification"]), + ("indisious", &["insidious"]), + ("protoganist", &["protagonist"]), + ("consistend", &["consistent"]), + ("disciplened", &["disciplined"]), + ("divorse", &["divorce"]), + ("eyasr", &["years", "eyas"]), + ("bunlde", &["bundle"]), + ("commpilation", &["compilation"]), + ("specifried", &["specified"]), + ("analyists", &["analysts"]), + ("resetted", &["reset"]), + ("acciddently", &["accidentally"]), + ("addresssed", &["addressed"]), + ("doble", &["double"]), + ("posioning", &["poisoning", "positioning"]), + ("warrriors", &["warriors"]), + ("flacons", &["falcons"]), + ("disicplines", &["disciplines"]), + ("themslves", &["themselves"]), + ("obsolite", &["obsolete"]), + ("intersepts", &["intercepts", "intersteps"]), + ("tramendously", &["tremendously"]), + ("negociate", &["negotiate"]), + ("analising", &["analysing"]), + ("autonegogtiation", &["autonegotiation"]), + ("unresponsivness", &["unresponsive"]), + ("executabables", &["executables"]), + ("spearating", &["separating"]), + ("appropraite", &["appropriate"]), + ("excaped", &["escaped"]), + ("initialisaton", &["initialisation"]), + ("irregulier", &["irregular"]), + ("paraprhased", &["paraphrase"]), + ("meanin", &["meaning"]), + ("initails", &["initials"]), + ("modifes", &["modifies"]), + ("arbitratiojn", &["arbitration"]), + ("finf", &["find"]), + ("southernors", &["southerners"]), + ("serchable", &["searchable"]), + ("autometic", &["automatic"]), + ("transgended", &["transgender"]), + ("neurologial", &["neurological"]), + ("practicle", &["practical"]), + ("unifroms", &["uniforms"]), + ("consentrations", &["concentrations"]), + ("pathfidner", &["pathfinder"]), + ("avilable", &["available"]), + ("apocaplyse", &["apocalypse"]), + ("corrdinating", &["coordinating"]), + ("trasform", &["transform"]), + ("deocrations", &["decorations"]), + ("relentness", &["relentless"]), + ("incomptetent", &["incompetent"]), + ("characterizarion", &["characterization"]), + ("irrelivent", &["irrelevant"]), + ("exurpt", &["excerpt"]), + ("exctracts", &["extracts"]), + ("assmebles", &["assembles"]), + ("techincal", &["technical"]), + ("langages", &["languages"]), + ("amrstrong", &["armstrong"]), + ("expermenter", &["experimenter"]), + ("subexperession", &["subexpression"]), + ("positonal", &["positional"]), + ("pengwin", &["penguin"]), + ("zellot", &["zealot"]), + ("moleculs", &["molecules"]), + ("exportet", &["exported", "exporter"]), + ("refroming", &["reforming"]), + ("discimenation", &["dissemination"]), + ("disharge", &["discharge"]), + ("ingnored", &["ignored"]), + ("franticlly", &["frantically"]), + ("depressie", &["depressive"]), + ("proceding", &["proceeding", "preceding"]), + ("commtiment", &["commitments"]), + ("proclami", &["proclaim"]), + ("coleagues", &["colleagues"]), + ("manufactued", &["manufactured"]), + ("visuabs", &["visuals"]), + ("steeles", &["steelers"]), + ("nevelops", &["envelops"]), + ("technologicly", &["technological"]), + ("convenion", &["convention"]), + ("constucting", &["constructing"]), + ("investigatiors", &["investigations"]), + ("innecessary", &["unnecessary"]), + ("calcultating", &["calculating"]), + ("unnecessairy", &["unnecessarily"]), + ("subsytem", &["subsystem"]), + ("aribiter", &["arbiter"]), + ("terminats", &["terminates"]), + ("chooose", &["choose"]), + ("executuon", &["execution"]), + ("quicky", &["quickie", "quickly"]), + ("garantee", &["guarantee"]), + ("docuemtn", &["document"]), + ("reinforcemnt", &["reinforcement"]), + ("theaded", &["threaded"]), + ("authencated", &["authenticated"]), + ("motherbard", &["motherboard"]), + ("limts", &["limits"]), + ("nummber", &["number"]), + ("transfos", &["transforms"]), + ("denominater", &["denominator"]), + ("forword", &["forward"]), + ("ovelapping", &["overlapping"]), + ("worls", &["world"]), + ("implemeting", &["implementing"]), + ("brainwahsing", &["brainwashing"]), + ("interfacce", &["interfaces"]), + ("waterproff", &["waterproof"]), + ("pakistian", &["pakistani"]), + ("internetus", &["internets"]), + ("imaganitive", &["imaginative"]), + ("mutlipart", &["multipart"]), + ("tattooos", &["tattoos"]), + ("unitialzied", &["uninitialized"]), + ("interpretarea", &["interpreter"]), + ("monopollies", &["monopolies"]), + ("villian", &["villain"]), + ("decordes", &["decodes"]), + ("progesss", &["progress"]), + ("tolen", &["token"]), + ("cutsceen", &["cutscene"]), + ("specifing", &["specifying"]), + ("octopuns", &["octopus"]), + ("preivews", &["previews"]), + ("intervalls", &["intervals"]), + ("yoy", &["you"]), + ("aaproximate", &["approximate"]), + ("repet", &["repeat"]), + ("paramterising", &["parameterising"]), + ("javasciript", &["javascript"]), + ("unknwns", &["unknowns"]), + ("exerpts", &["excerpts"]), + ("scroipts", &["scripts"]), + ("parachutage", &["parachute"]), + ("technicial", &["technical"]), + ("overwhelimg", &["overwhelm"]), + ("concequently", &["consequently"]), + ("equall", &["equal", "equally"]), + ("transmiter", &["transmitter"]), + ("reistence", &["resistance"]), + ("defintly", &["definitely"]), + ("misunderstansing", &["misunderstandings"]), + ("relationshp", &["relationships"]), + ("disappearaing", &["disappearing"]), + ("succcessully", &["successfully"]), + ("spoace", &["space"]), + ("sourbraten", &["sauerbraten"]), + ("handlare", &["handler"]), + ("cmmands", &["commands"]), + ("initialilsing", &["initialising"]), + ("wavelenghts", &["wavelength", "wavelengths"]), + ("checout", &["checkout"]), + ("priveledges", &["privileges"]), + ("priotise", &["prioritise"]), + ("apologistas", &["apologists"]), + ("comptabile", &["compatible"]), + ("moistutizer", &["moisturizer"]), + ("ressize", &["resize"]), + ("voluntereed", &["volunteered"]), + ("inmediately", &["immediately"]), + ("tollerable", &["tolerable"]), + ("operrations", &["operations"]), + ("dereferencced", &["dereferenced"]), + ("follwwer", &["follower"]), + ("prepration", &["preparation"]), + ("compatabable", &["compatible"]), + ("lenght", &["length"]), + ("specificied", &["specified"]), + ("mathematicas", &["mathematics"]), + ("identication", &["identification"]), + ("comaprable", &["comparable"]), + ("melatonion", &["melatonin"]), + ("whehter", &["whether"]), + ("attenutaion", &["attenuation"]), + ("contribte", &["contribute"]), + ("intaces", &["instance"]), + ("psychodelic", &["psychedelic"]), + ("akumulator", &["accumulator"]), + ("entended", &["intended"]), + ("oppononent", &["opponent"]), + ("apropiate", &["appropriate"]), + ("obnject", &["object"]), + ("framethrower", &["flamethrower"]), + ("cockateels", &["cockatiels"]), + ("indefinetely", &["indefinitely"]), + ("reqrites", &["rewrites"]), + ("insiddes", &["insides"]), + ("continusly", &["continuously"]), + ("leegs", &["leagues"]), + ("batistia", &["batista"]), + ("prevoius", &["previous"]), + ("existantes", &["existent"]), + ("relativitly", &["relativity"]), + ("localte", &["locale", "locate"]), + ("partitiones", &["partitions"]), + ("couloumb", &["coulomb"]), + ("somethikng", &["somethin"]), + ("specail", &["special"]), + ("prophacy", &["prophecy"]), + ("boutiqe", &["boutique"]), + ("boook", &["book"]), + ("facttories", &["factories"]), + ("carboyhdrates", &["carbohydrates"]), + ("californai", &["californian"]), + ("addrerssser", &["addresser"]), + ("experimeners", &["experimenters"]), + ("harwdare", &["hardware"]), + ("idenfifiers", &["identifiers"]), + ("lightes", &["lighters"]), + ("froce", &["force"]), + ("cerimonious", &["ceremonious"]), + ("countinously", &["continuously"]), + ("uncomplete", &["incomplete"]), + ("correspomd", &["correspond"]), + ("perfomed", &["performed"]), + ("prophocies", &["prophecies"]), + ("relaion", &["relation"]), + ("indicte", &["indicate"]), + ("quizzs", &["quizzes"]), + ("ppcheck", &["cppcheck"]), + ("escation", &["escalation"]), + ("chipersuites", &["ciphersuites"]), + ("masturbae", &["masturbated"]), + ("adapd", &["adapt", "adapted", "adopt", "adopted"]), + ("dependenta", &["dependent"]), + ("naturually", &["naturally"]), + ("forgivenness", &["forgiveness"]), + ("contaned", &["contained"]), + ("constats", &["constants"]), + ("compliacted", &["complicate"]), + ("transaltions", &["translations"]), + ("setis", &["settees"]), + ("iinterval", &["interval"]), + ("infallibile", &["infallible"]), + ("porves", &["proves"]), + ("immobilzer", &["immobile"]), + ("depdended", &["depended"]), + ("forsting", &["frosting"]), + ("nimphal", &["nymphal"]), + ("soluton", &["solution"]), + ("deleteed", &["deleted"]), + ("torhclight", &["torchlight"]), + ("booee", &["buoy"]), + ("discove", &["discover"]), + ("struggel", &["struggle"]), + ("extisting", &["existing"]), + ("unauthenicated", &["unauthenticated"]), + ("cerated", &["created", "serrated"]), + ("apocalpyse", &["apocalypse"]), + ("unspeficifed", &["unspecified"]), + ("millenialism", &["millennialism"]), + ("psychriatic", &["psychiatric"]), + ("finicial", &["financial"]), + ("mouspointer", &["mousepointer"]), + ("rivalrly", &["rivalry"]), + ("bitterwseet", &["bittersweet"]), + ("accoordingly", &["accordingly"]), + ("relized", &["realized"]), + ("mamalian", &["mammalian"]), + ("olt", &["old"]), + ("opauqe", &["opaque"]), + ("refrencing", &["referencing"]), + ("inlusive", &["inclusive"]), + ("abandining", &["abandoning"]), + ("squirrelius", &["squirrels"]), + ("definateky", &["definitely"]), + ("autoconpleting", &["autocompleting"]), + ("habbits", &["habits"]), + ("ploygamy", &["polygamy"]), + ("officialy", &["officially"]), + ("gnerating", &["generating"]), + ("aspriations", &["aspirations"]), + ("apocalypic", &["apocalyptic"]), + ("handshaks", &["handshakes"]), + ("horizontallly", &["horizontally"]), + ("neight", &["neither"]), + ("crrespond", &["correspond"]), + ("captivitiy", &["captivity"]), + ("empited", &["emptied"]), + ("muiltiple", &["multiple"]), + ("withdrawels", &["withdrawals"]), + ("chaarcter", &["character"]), + ("simiulated", &["simulated"]), + ("exceptino", &["exception"]), + ("caluclate", &["calculate"]), + ("excurciating", &["excruciating"]), + ("constratints", &["constraints"]), + ("algorythemically", &["algorithmically"]), + ("sepecifier", &["specifier"]), + ("prematurily", &["prematurely"]), + ("durning", &["during"]), + ("collge", &["college"]), + ("chizziles", &["chisels"]), + ("predicte", &["predictive", "predicted"]), + ("integate", &["integrate"]), + ("compliler", &["compiler"]), + ("inproving", &["improving"]), + ("comparaison", &["comparison"]), + ("gamerga", &["gamertag"]), + ("expessions", &["expressions"]), + ("endoint", &["endpoint"]), + ("atomtical", &["automatic"]), + ("symmtery", &["symmetry"]), + ("elementrary", &["elementary"]), + ("tetrahedora", &["tetrahedra"]), + ("subsconciously", &["subconsciously"]), + ("braoden", &["broaden"]), + ("desingn", &["design"]), + ("confiugre", &["configure"]), + ("healthit", &["healthiest"]), + ("aplication", &["application"]), + ("dissambling", &["disassembling"]), + ("cleancacne", &["cleancache"]), + ("chihuahuita", &["chihuahua"]), + ("trancate", &["truncate"]), + ("attractifs", &["attracts"]), + ("arguemnet", &["argument"]), + ("certianty", &["certainty"]), + ("attemppt", &["attempt"]), + ("reuplader", &["reuploader"]), + ("processse", &["processes"]), + ("ascpect", &["aspect"]), + ("peridinkle", &["periwinkle"]), + ("blackcawks", &["blackhawks"]), + ("autoatttack", &["autoattack"]), + ("certifiation", &["certification"]), + ("virutalise", &["virtualise"]), + ("newtwork", &["network"]), + ("roganism", &["organism"]), + ("sproon", &["spoon"]), + ("rewriet", &["rewrite"]), + ("diassociate", &["disassociate"]), + ("upstreammer", &["upstreamer"]), + ("reinitailize", &["reinitialize"]), + ("introduses", &["introduces"]), + ("tomatos", &["tomatoes"]), + ("oyu", &["you"]), + ("upgading", &["upgrading"]), + ("metrig", &["metric"]), + ("enabels", &["enables"]), + ("intiailiseing", &["initialising"]), + ("negitiates", &["negotiates"]), + ("inconvineances", &["inconveniences"]), + ("spltting", &["splitting"]), + ("experimnters", &["experimenters"]), + ("substancially", &["substantially"]), + ("haulted", &["halted"]), + ("durationns", &["durations"]), + ("seemlessly", &["seamlessly"]), + ("processers", &["processors"]), + ("sypmtom", &["symptom"]), + ("otpoins", &["options"]), + ("fundametal", &["fundamental"]), + ("ontainer", &["container"]), + ("rearranents", &["rearrangements"]), + ("reinitalized", &["reinitialized"]), + ("traveresing", &["traversing"]), + ("radiu", &["radius"]), + ("detials", &["details"]), + ("compiing", &["compiling"]), + ("perfomrers", &["performers"]), + ("comperatively", &["comparatively"]), + ("initilizer", &["initializer"]), + ("flexiable", &["flexible"]), + ("unforttunately", &["unfortunately"]), + ("descprition", &["descriptions"]), + ("carnberry", &["cranberry"]), + ("lithaunia", &["lithuania"]), + ("witout", &["without"]), + ("conenctors", &["connectors"]), + ("captiol", &["capitol"]), + ("bodyweigth", &["bodyweight"]), + ("compatative", &["comparative"]), + ("spefifeid", &["specified"]), + ("unsurprizingly", &["unsurprisingly"]), + ("southren", &["southern"]), + ("intack", &["intact"]), + ("complaind", &["complained"]), + ("ubutu", &["ubuntu"]), + ("unfortunatley", &["unfortunately"]), + ("fowarding", &["forwarding"]), + ("expementation", &["experimentation"]), + ("interruptors", &["interrupts", "interrupters"]), + ("sensivity", &["sensitivity", "sensitively"]), + ("supersed", &["superseded"]), + ("coud", &["could"]), + ("esecute", &["execute"]), + ("reinfocement", &["reinforcement"]), + ("oject", &["object"]), + ("architechure", &["architecture"]), + ("radioactieve", &["radioactive"]), + ("accummulators", &["accumulators"]), + ("pentsylvania", &["pennsylvania"]), + ("quoshant", &["quotient"]), + ("unknkown", &["unknown"]), + ("asendancey", &["ascendancy"]), + ("descritptor", &["descriptor"]), + ("infestions", &["infections"]), + ("evalueated", &["evaluated"]), + ("cyrstallize", &["crystallize"]), + ("becomme", &["become"]), + ("gangsterous", &["gangsters"]), + ("liek", &["like"]), + ("extrenal", &["external"]), + ("readible", &["readable"]), + ("datatyepe", &["datatype"]), + ("algorthinically", &["algorithmically"]), + ("discredid", &["discredited"]), + ("stalkes", &["stalkers"]), + ("circumsition", &["circumcision"]), + ("concideration", &["consideration"]), + ("licens", &["license"]), + ("pyramind", &["pyramid"]), + ("consentrated", &["concentrated"]), + ("simualtions", &["simulations"]), + ("missalignment", &["misalignment"]), + ("certifices", &["certificates"]), + ("nimphomania", &["nymphomania"]), + ("arrangted", &["arranged"]), + ("ciruclator", &["circulator"]), + ("encolsure", &["enclosure"]), + ("subsitutution", &["substitution"]), + ("disalb", &["disable"]), + ("calcualion", &["calculation"]), + ("suvh", &["such"]), + ("interfeer", &["interfere"]), + ("uninterpretted", &["uninterpreted"]), + ("potentiel", &["potential"]), + ("avertising", &["advertising"]), + ("potiential", &["potential"]), + ("castatrophe", &["catastrophe"]), + ("snowflaek", &["snowflake"]), + ("invesitgated", &["investigated"]), + ("scandanavia", &["scandinavia"]), + ("inevidable", &["inevitable"]), + ("camoufle", &["camouflage"]), + ("anmesty", &["amnesty"]), + ("frustrum", &["frustum"]), + ("contiunous", &["continuous"]), + ("zink", &["zinc"]), + ("catastrophize", &["catastrophe"]), + ("accessibily", &["accessibility"]), + ("villans", &["villains"]), + ("coem", &["come"]), + ("supermakret", &["supermarkets"]), + ("handel", &["handle"]), + ("plian", &["plain", "pliant"]), + ("intquired", &["inquired"]), + ("adorbale", &["adorable"]), + ("truied", &["tried"]), + ("mutliplies", &["multiplies"]), + ("heistant", &["hesitant"]), + ("susseeding", &["seceding"]), + ("trival", &["trivial"]), + ("coppied", &["copied"]), + ("templers", &["temples"]), + ("certifcation", &["certification"]), + ("accoustics", &["acoustics"]), + ("replicaiting", &["replicating"]), + ("downstaris", &["downstairs"]), + ("custonizing", &["customizing"]), + ("cusstom", &["custom"]), + ("rotine", &["routine"]), + ("interit", &["inherit"]), + ("orignial", &["original"]), + ("cumbersomem", &["cumbersome"]), + ("copmonent", &["component"]), + ("ineffictive", &["ineffective"]), + ("wrting", &["writing"]), + ("subtituted", &["substituted"]), + ("commected", &["connected"]), + ("ithe", &["the"]), + ("apretiative", &["appreciative"]), + ("masoginistic", &["misogynistic"]), + ("degreees", &["degrees"]), + ("jus", &["just"]), + ("accordngly", &["accordingly"]), + ("sutract", &["subtract"]), + ("cultivative", &["cultivate"]), + ("experimetenters", &["experimenters"]), + ("valules", &["values"]), + ("manifactured", &["manufactured"]), + ("preprend", &["prepend"]), + ("secounds", &["seconds"]), + ("branced", &["branched"]), + ("deadlok", &["deadlock"]), + ("constainted", &["constrained", "contained"]), + ("distrubutor", &["distributor"]), + ("implemnetation", &["implementation"]), + ("addjusting", &["adjusting"]), + ("precictions", &["predictions"]), + ("suplimented", &["supplemented"]), + ("vehementely", &["vehemently"]), + ("expetimenters", &["experimenters"]), + ("componenets", &["components"]), + ("mathcer", &["matcher"]), + ("detils", &["details"]), + ("derefrence", &["dereference"]), + ("monogmay", &["monogamy"]), + ("incredibe", &["incredible"]), + ("conviguration", &["configuration"]), + ("govenment", &["government"]), + ("clacium", &["calcium"]), + ("megathred", &["megathread"]), + ("furter", &["further"]), + ("subnegotions", &["subnegotiations"]), + ("initialisatin", &["initialisation"]), + ("utitity", &["utility"]), + ("surounding", &["surrounding"]), + ("geneic", &["generic", "genetic"]), + ("improbements", &["improvements"]), + ("constucters", &["constructors"]), + ("interecting", &["interacting", "intersecting"]), + ("teturns", &["returns"]), + ("facorty", &["factory"]), + ("acccording", &["according"]), + ("unintialization", &["uninitialization"]), + ("complient", &["compliant"]), + ("locla", &["local"]), + ("cleanning", &["cleaning"]), + ("actucally", &["actually"]), + ("victemized", &["victimized"]), + ("enocdings", &["encodings"]), + ("ethicallity", &["ethically"]), + ("ukrianians", &["ukrainians"]), + ("experimenterade", &["experimented"]), + ("specefies", &["specifies"]), + ("severites", &["severities"]), + ("perfurring", &["preferring"]), + ("circits", &["circuits"]), + ("accelerar", &["accelerator"]), + ("comptetion", &["completion"]), + ("installent", &["installment"]), + ("distrobute", &["distribute"]), + ("earnt", &["earned"]), + ("subsconcious", &["subconscious"]), + ("antyhing", &["anything"]), + ("origigin", &["origin"]), + ("sivible", &["visible"]), + ("inspeccion", &["inspection"]), + ("teminals", &["terminals"]), + ("prepetuating", &["perpetuating"]), + ("coalases", &["coalesces"]), + ("incrediable", &["incredible"]), + ("secuely", &["securely"]), + ("chacacters", &["characters"]), + ("mouthpeices", &["mouthpiece"]), + ("maube", &["maybe", "mauve"]), + ("optimizaions", &["optimizations"]), + ("thoruim", &["thorium"]), + ("battlehips", &["battleship"]), + ("chassims", &["chasms"]), + ("eliminacion", &["elimination"]), + ("resolutin", &["resolutions", "resolution"]), + ("deploymenet", &["deployment"]), + ("rudimentally", &["rudimentary"]), + ("follwwiong", &["following"]), + ("dissassociate", &["disassociate"]), + ("compresssed", &["compressed"]), + ("attosenconds", &["attoseconds"]), + ("feeture", &["feature"]), + ("reprensentational", &["representational"]), + ("neighbourhhods", &["neighbourhoods"]), + ("nautral", &["natural", "neutral"]), + ("meddo", &["meadow"]), + ("allowence", &["allowance"]), + ("rapresenting", &["representing"]), + ("roleplaing", &["roleplaying"]), + ("calculatons", &["calculations"]), + ("knowlegdable", &["knowledgable"]), + ("salavge", &["salvage"]), + ("reparametrization", &["reparameterization"]), + ("fullfills", &["fulfills"]), + ("aplha", &["alpha"]), + ("stardard", &["standard"]), + ("comapres", &["compares"]), + ("agressivnes", &["aggressive"]), + ("confiugres", &["configures"]), + ("pundents", &["pundits"]), + ("professionalsim", &["professionalism"]), + ("straightforwad", &["straightforward"]), + ("assiocation", &["association"]), + ("reqests", &["requests"]), + ("gigibit", &["gigabit"]), + ("clagary", &["calgary"]), + ("pobular", &["popular"]), + ("emotinal", &["emotional"]), + ("orienatate", &["orientate"]), + ("heursitics", &["heuristics"]), + ("startet", &["started"]), + ("consequene", &["consequence"]), + ("coninuation", &["continuation"]), + ("fomratter", &["formatter"]), + ("inproove", &["improve"]), + ("sequecence", &["sequence"]), + ("confiug", &["config"]), + ("practictitioner", &["practitioner"]), + ("enviornmentalist", &["environmentalist"]), + ("cuurrents", &["currents"]), + ("stromfront", &["stormfront"]), + ("decendentants", &["descendants"]), + ("hunagrian", &["hungarian"]), + ("insersts", &["inserts"]), + ("reseearch", &["research"]), + ("monnth", &["month"]), + ("consttructors", &["constructors"]), + ("claaes", &["classes"]), + ("unbouund", &["unbound"]), + ("throough", &["thorough"]), + ("oppertunities", &["opportunities"]), + ("hypertrohy", &["hypertrophy"]), + ("innvoation", &["innovation"]), + ("supernatrual", &["supernatural"]), + ("guaruanted", &["guaranteed"]), + ("micoscopies", &["microscopies"]), + ("transalation", &["translation"]), + ("peopels", &["peoples"]), + ("confict", &["conflict"]), + ("degenererat", &["degenerate"]), + ("ideosyncracy", &["idiosyncrasy"]), + ("overwealming", &["overwhelming"]), + ("versalite", &["versatile"]), + ("dissmisal", &["dismissal"]), + ("exhanging", &["exchanging"]), + ("tyrhard", &["tryhard"]), + ("distrubtes", &["distrust"]), + ("memcahed", &["memcached"]), + ("translatoins", &["translations"]), + ("startlxde", &["startled"]), + ("trainning", &["training"]), + ("dectect", &["detect"]), + ("taxonoy", &["taxonomy"]), + ("wawes", &["waves"]), + ("cmmanded", &["commanded"]), + ("scenegraaph", &["scenegraph"]), + ("notications", &["notifications"]), + ("alledged", &["alleged"]), + ("intertial", &["inertial"]), + ("descripion", &["description"]), + ("disicpline", &["discipline"]), + ("intrument", &["instrument"]), + ("incrmeneted", &["incremented"]), + ("pigen", &["pigeon", "pigpen"]), + ("symbsols", &["symbols"]), + ("controveries", &["controversies"]), + ("differense", &["differences", "difference"]), + ("stomrfront", &["stormfront"]), + ("sinoidal", &["sinusoidal"]), + ("corinthias", &["corinthians"]), + ("horribley", &["horribly"]), + ("enumurator", &["enumerator"]), + ("deriviated", &["derived"]), + ("reenfoced", &["reenforced"]), + ("hjave", &["have"]), + ("oppertunity", &["opportunity"]), + ("dcoking", &["docking"]), + ("messags", &["messages"]), + ("firefighers", &["firefighters"]), + ("origianl", &["original"]), + ("drwawing", &["drawing"]), + ("inctroduce", &["introduce"]), + ("impresison", &["impressions"]), + ("punishs", &["punishes"]), + ("subsitututing", &["substituting"]), + ("hospotality", &["hospitality"]), + ("actvie", &["active"]), + ("missable", &["miscible"]), + ("adventerous", &["adventurous"]), + ("arrants", &["arrangements"]), + ("incrememnts", &["increments"]), + ("betrayd", &["betrayed"]), + ("arbitraryily", &["arbitrarily"]), + ("primive", &["primitive"]), + ("heirarchic", &["hierarchic"]), + ("peaseful", &["peaceful"]), + ("enchantents", &["enchantments"]), + ("scateboarding", &["skateboarding"]), + ("photogrpahers", &["photographers"]), + ("downlowd", &["download"]), + ("desperatedly", &["desperately"]), + ("cluser", &["cluster"]), + ("galvinized", &["galvanized"]), + ("demonstratable", &["demonstrable"]), + ("lke", &["like"]), + ("decocde", &["decode"]), + ("mucnhies", &["munchies"]), + ("robocoop", &["robocop"]), + ("percepted", &["perceived"]), + ("detais", &["details"]), + ("apprixamation", &["approximation"]), + ("succesfully", &["successfully"]), + ("psot", &["post"]), + ("sharloton", &["charlatan"]), + ("aslo", &["also"]), + ("aftzer", &["after"]), + ("hamsphire", &["hampshire"]), + ("accompony", &["accompany"]), + ("occurd", &["occurred", "occur"]), + ("developper", &["developer"]), + ("acended", &["ascended"]), + ("fasion", &["fashion"]), + ("commet", &["comet", "comment"]), + ("overlordess", &["overlords"]), + ("charactetistic", &["characteristic"]), + ("modifiations", &["modifications"]), + ("statubar", &["statusbar"]), + ("boundaryi", &["boundary"]), + ("variatnts", &["variants"]), + ("scripst", &["scripts"]), + ("whipsering", &["whispering"]), + ("overdirve", &["overdrive"]), + ("ramains", &["remains"]), + ("extimates", &["estimates"]), + ("cmoputer", &["computer"]), + ("versitale", &["versatile"]), + ("lexigraphic", &["lexicographic"]), + ("incgonito", &["incognito"]), + ("detetmine", &["determine"]), + ("mintue", &["minute"]), + ("rienforced", &["reenforced"]), + ("retrived", &["retrieved"]), + ("mocules", &["modules"]), + ("deafeted", &["defeated"]), + ("denile", &["denial"]), + ("opoen", &["open"]), + ("debgu", &["debug"]), + ("perilious", &["perilous"]), + ("suported", &["supported"]), + ("adaquate", &["adequate"]), + ("reconeects", &["reconnects"]), + ("pyschologists", &["psychologists"]), + ("disply", &["display"]), + ("unavaible", &["unavailable"]), + ("requeriments", &["requirements"]), + ("evenlope", &["envelope"]), + ("mutlinational", &["multinational"]), + ("intened", &["intended", "interned"]), + ("narcotis", &["narcotics"]), + ("opprotunity", &["opportunity"]), + ("chnagelog", &["changelog"]), + ("shortend", &["shortened"]), + ("defulted", &["defaulted"]), + ("realtion", &["relation", "reaction"]), + ("beauracratic", &["bureaucratic"]), + ("samwich", &["sandwich"]), + ("intiallly", &["initially"]), + ("suscribes", &["subscribes"]), + ("uncerainties", &["uncertainties"]), + ("altantic", &["atlantic"]), + ("critisisms", &["criticisms"]), + ("polulates", &["populates"]), + ("fontrier", &["frontier"]), + ("reuplaoders", &["reuploaders"]), + ("contentous", &["contentious"]), + ("beggins", &["begins"]), + ("goodlcuk", &["goodluck"]), + ("includeing", &["including"]), + ("burgunday", &["burgundy"]), + ("propetry", &["property"]), + ("instanze", &["instance"]), + ("casaulty", &["casualty"]), + ("otimize", &["optimize"]), + ("tripples", &["triples"]), + ("participans", &["participants"]), + ("enalbed", &["enabled"]), + ("comparemos", &["compares"]), + ("transpotting", &["transporting"]), + ("porcessor", &["processor"]), + ("allocaition", &["allocation"]), + ("distinquished", &["distinguished"]), + ("virignity", &["virginity"]), + ("disregaring", &["disregarding"]), + ("unevaluted", &["unevaluated"]), + ("politley", &["politely"]), + ("suppopose", &["suppose"]), + ("accumilate", &["accumulate"]), + ("unassinged", &["unassigned"]), + ("integracion", &["integration"]), + ("mindlessley", &["mindlessly"]), + ("authenificates", &["authenticates"]), + ("arraows", &["arrows"]), + ("slases", &["slashes"]), + ("invaild", &["invalid"]), + ("stads", &["stats", "stands"]), + ("phenonema", &["phenomena"]), + ("transocded", &["transcoded"]), + ("palestinan", &["palestinian"]), + ("szie", &["size"]), + ("contingecy", &["contingency"]), + ("prinicple", &["principle"]), + ("funchtionns", &["functions"]), + ("verisoned", &["versioned"]), + ("elimintate", &["eliminate"]), + ("parititioned", &["partitioned"]), + ("etherent", &["ethernet"]), + ("readahaed", &["readahead"]), + ("specficies", &["specifies"]), + ("counsils", &["counsels"]), + ("rearraning", &["rearranging"]), + ("dependened", &["depended"]), + ("laucher", &["launcher"]), + ("privledge", &["privilege"]), + ("spontanious", &["spontaneous"]), + ("guesss", &["guess", "guesses"]), + ("wisper", &["whisper"]), + ("disappearence", &["disappearance"]), + ("indentity", &["identity"]), + ("evalite", &["evaluate"]), + ("sevrally", &["severally"]), + ("reprocuces", &["reproduces", "reprocures"]), + ("freqeuncies", &["frequencies"]), + ("dewrapping", &["unwrapping"]), + ("venyets", &["vignettes"]), + ("enourages", &["encourages"]), + ("definetlely", &["definitely"]), + ("screenshoot", &["screenshot"]), + ("apprecitae", &["appreciates"]), + ("generaotr", &["generator"]), + ("qiest", &["quest"]), + ("invalidades", &["invalidates"]), + ("regulr", &["regular"]), + ("filesystyem", &["filesystem"]), + ("brilliany", &["brilliantly"]), + ("infiltratior", &["infiltrator"]), + ("perpetuaters", &["perpetuates"]), + ("developmentwise", &["developments"]), + ("emphatetic", &["empathetic"]), + ("terretorial", &["territorial"]), + ("unspefiied", &["unspecified"]), + ("hinderence", &["hindrance"]), + ("vritualisation", &["virtualisation"]), + ("bestaility", &["bestiality"]), + ("sude", &["dude", "side", "sudo", "sued", "suede", "sure"]), + ("evrythign", &["everything"]), + ("positivs", &["positives"]), + ("peripherial", &["peripheral"]), + ("movememts", &["movements"]), + ("bugous", &["bogus"]), + ("sserver", &["server"]), + ("visualizatons", &["visualizations"]), + ("whathever", &["whatever"]), + ("scoll", &["scroll"]), + ("coelesce", &["coalesce"]), + ("executued", &["executed"]), + ("allocattion", &["allocation"]), + ("constrcuts", &["constructs"]), + ("benifit", &["benefit"]), + ("geneating", &["generating"]), + ("thoroughty", &["thoroughly"]), + ("virtualizaiton", &["virtualization"]), + ("coypright", &["copyright"]), + ("publiser", &["publisher"]), + ("epsiode", &["episode"]), + ("packged", &["packaged"]), + ("territorry", &["territory"]), + ("thopmson", &["thompson"]), + ("wranlger", &["wrangler"]), + ("indiviual", &["individual"]), + ("realtive", &["relative", "reactive"]), + ("aroud", &["around"]), + ("spripting", &["scripting"]), + ("reitres", &["retires"]), + ("brackers", &["brackets"]), + ("renegoatiations", &["renegotiations"]), + ("cimmetricly", &["symmetricly"]), + ("modprobeing", &["modprobing"]), + ("dicussions", &["discussions"]), + ("possiblity", &["possibility"]), + ("nestolgicly", &["nostalgically"]), + ("uppon", &["upon"]), + ("highshcool", &["highschool"]), + ("morbildy", &["morbidly"]), + ("arkasnas", &["arkansas"]), + ("suggesiton", &["suggestion"]), + ("thumbnailers", &["thumbnails"]), + ("construst", &["constructs", "construct"]), + ("interseption", &["interception"]), + ("recomendation", &["recommendation"]), + ("kidnergarten", &["kindergarten"]), + ("immedietely", &["immediately"]), + ("procudures", &["procedures"]), + ("contstructed", &["constructed"]), + ("restriciton", &["restrictions"]), + ("regulas", &["regulars"]), + ("nulllable", &["nullable"]), + ("reapeater", &["repeater"]), + ("mirrorred", &["mirrored"]), + ("machien", &["machine"]), + ("spcified", &["specified"]), + ("quaratine", &["quarantine"]), + ("includng", &["including"]), + ("dumspter", &["dumpster"]), + ("uninstlalation", &["uninstallation"]), + ("bureaucrash", &["bureaucrats"]), + ("repackged", &["repackaged"]), + ("defaulys", &["defaults"]), + ("usetnet", &["usenet"]), + ("espisode", &["episode"]), + ("extraordinair", &["extraordinary"]), + ("usefult", &["useful"]), + ("baroke", &["baroque"]), + ("flie", &["file"]), + ("thirs", &["third", "thirst"]), + ("photograper", &["photographer"]), + ("golbal", &["global"]), + ("unexepected", &["unexpected"]), + ("backfil", &["backfill"]), + ("confugures", &["configures"]), + ("disussed", &["discussed"]), + ("chnnel", &["channel"]), + ("responsiby", &["responsibly"]), + ("stte", &["state"]), + ("deselctable", &["deselectable"]), + ("overlorded", &["overloaded"]), + ("romanain", &["romanian"]), + ("serveral", &["several"]), + ("infiltraron", &["infiltrator"]), + ("satisfacory", &["satisfactory"]), + ("judgemant", &["judgemental"]), + ("spesifical", &["specific"]), + ("failrue", &["failure"]), + ("especialy", &["especially"]), + ("embeeded", &["embedded"]), + ("probabilites", &["probabilities"]), + ("subdoamin", &["subdomain"]), + ("burzwah", &["bourgeois"]), + ("suprsied", &["surprised"]), + ("enigneer", &["engineer"]), + ("patiens", &["patients"]), + ("enjoing", &["enjoying"]), + ("wedeged", &["wedged"]), + ("exhilerate", &["exhilarate"]), + ("recrutiing", &["recruiting"]), + ("despectively", &["respectively"]), + ("receptie", &["receptive"]), + ("succeded", &["succeeded"]), + ("windos", &["windows"]), + ("accured", &["accrued", "occurred", "acquired"]), + ("radioactice", &["radioactive"]), + ("teansylvania", &["transylvania"]), + ("howvere", &["however"]), + ("assicates", &["associates"]), + ("bethdesa", &["bethesda"]), + ("awmings", &["awnings"]), + ("excentric", &["eccentric"]), + ("lisenced", &["silenced"]), + ("dicussing", &["discussing"]), + ("dereivatives", &["derivatives"]), + ("finsihed", &["finished"]), + ("faggotts", &["faggots"]), + ("nationalistiska", &["nationalists"]), + ("responisbly", &["responsibly"]), + ("unroated", &["unrotated"]), + ("tounreys", &["tourneys"]), + ("gnerated", &["generated"]), + ("acknolwedged", &["acknowledged"]), + ("suppurters", &["supporters"]), + ("falsh", &["flash", "false"]), + ("comisioning", &["commissioning"]), + ("asycronous", &["asynchronous"]), + ("perfoom", &["perfume", "perform"]), + ("optionnally", &["optionally"]), + ("workes", &["works", "workers"]), + ("experesions", &["expressions"]), + ("christinaity", &["christianity"]), + ("quantatitive", &["quantitative"]), + ("vasalls", &["vassals"]), + ("rehabilitaton", &["rehabilitation"]), + ("cleanliess", &["cleanliness"]), + ("unsucesssfull", &["unsuccessful"]), + ("driectly", &["directly"]), + ("primitve", &["primitive"]), + ("mozzaralla", &["mozzarella"]), + ("quarentee", &["guarantee"]), + ("claime", &["claim"]), + ("discoveribility", &["discoverability"]), + ("assiocated", &["associated"]), + ("usefuly", &["usefully"]), + ("docuemnts", &["documents"]), + ("temporories", &["temporaries"]), + ("optimizied", &["optimize"]), + ("beleiving", &["believing"]), + ("sytax", &["syntax"]), + ("inputed", &["inputted"]), + ("movemement", &["movement"]), + ("softwade", &["software"]), + ("comparsion", &["comparison"]), + ("speficiication", &["specification"]), + ("intangibil", &["intangible"]), + ("readdrss", &["readdress"]), + ("popoup", &["popup"]), + ("apriciate", &["appreciate"]), + ("followd", &["followed", "follows", "follow"]), + ("restriant", &["restraint"]), + ("instsalled", &["installed"]), + ("consting", &["consisting"]), + ("resurreccion", &["resurrection"]), + ("allocatiom", &["allocation"]), + ("distnguish", &["distinguish"]), + ("applicible", &["applicable"]), + ("expanisons", &["expansions"]), + ("contition", &["condition"]), + ("definitian", &["definition"]), + ("santorm", &["santorum"]), + ("estimatin", &["estimation"]), + ("peerowet", &["pirouette"]), + ("detrmination", &["determination"]), + ("multiplicty", &["multiplicity"]), + ("disconetions", &["disconnections"]), + ("attribubtes", &["attributes"]), + ("autisitc", &["autistic"]), + ("dissobediant", &["disobedient"]), + ("condolonces", &["condolences"]), + ("regrests", &["regress"]), + ("possessivize", &["possessive"]), + ("corrispond", &["correspond"]), + ("jugglenaut", &["juggernaut"]), + ("mexcians", &["mexicans"]), + ("univeriality", &["universality"]), + ("ineffcient", &["inefficient"]), + ("antialialised", &["antialiased"]), + ("fauture", &["feature"]), + ("kurbick", &["kubrick"]), + ("destroyeer", &["destroyers"]), + ("chanaged", &["changed"]), + ("experamentelly", &["experimentally"]), + ("porcelian", &["porcelain"]), + ("neigboring", &["neighboring"]), + ("plaintest", &["plaintext"]), + ("authenificating", &["authenticating"]), + ("considerablely", &["considerably"]), + ("comeptitive", &["competitive"]), + ("xenophopia", &["xenophobia"]), + ("blulets", &["bullets"]), + ("offxet", &["offset"]), + ("experimentel", &["experimental"]), + ("syntethically", &["synthetically"]), + ("characteristsics", &["characteristic"]), + ("homogenoues", &["homogeneous"]), + ("segemnted", &["segmented"]), + ("sarimonys", &["ceremonies"]), + ("accuraccy", &["accuracy"]), + ("necessariy", &["necessary", "necessarily"]), + ("whicht", &["which"]), + ("receiv", &["receive"]), + ("neratively", &["narratively", "negatively"]), + ("misognyist", &["misogynist"]), + ("impplemented", &["implemented"]), + ("anurism", &["aneurism"]), + ("mistmatches", &["mismatches"]), + ("hierarcical", &["hierarchical"]), + ("downvotess", &["downvoters"]), + ("techincality", &["technicality"]), + ("unknwown", &["unknown"]), + ("precendes", &["precedences"]), + ("maintianed", &["maintained"]), + ("princesess", &["princesses"]), + ("resoltion", &["resolution"]), + ("accmulate", &["accumulate"]), + ("refrigerater", &["refrigerator"]), + ("scrpits", &["scripts"]), + ("auotmatically", &["automatically"]), + ("signle", &["single", "signal"]), + ("contradictie", &["contradicted"]), + ("decrmenting", &["decrementing"]), + ("receptionnist", &["receptionist"]), + ("displys", &["displays"]), + ("distrubtion", &["distribution"]), + ("enthicities", &["ethnicities"]), + ("segmetn", &["segment"]), + ("identifers", &["identifiers"]), + ("experimmentelly", &["experimentally"]), + ("acccordance", &["accordance"]), + ("suppoprt", &["support"]), + ("victorinos", &["victorious"]), + ("fielesystems", &["filesystems"]), + ("sur", &["sure"]), + ("iventory", &["inventory"]), + ("registeration", &["registration"]), + ("hellucination", &["hallucination"]), + ("culitvate", &["cultivate"]), + ("neglicable", &["negligible"]), + ("absloutes", &["absolutes"]), + ("hyperbollic", &["hyperbolic"]), + ("chrashing", &["crashing", "thrashing", "trashing"]), + ("corintheans", &["corinthians"]), + ("exterioare", &["exterior"]), + ("cloest", &["closest"]), + ("reprodicible", &["reproducible"]), + ("relfected", &["reflected"]), + ("recjects", &["rejects"]), + ("roganisms", &["organisms"]), + ("redeemd", &["redeemed"]), + ("manupulation", &["manipulation"]), + ("amgles", &["angles"]), + ("sessison", &["session"]), + ("cilmbers", &["climbers"]), + ("modfiers", &["modifiers"]), + ("concurence", &["concurrence"]), + ("thinkig", &["thinking"]), + ("conenctions", &["connections"]), + ("aristotel", &["aristotle"]), + ("misoygnist", &["misogynist"]), + ("difffers", &["differs"]), + ("varibable", &["variable"]), + ("spefifally", &["specifically"]), + ("eroniously", &["erroneously"]), + ("monstorus", &["monstrous"]), + ("installe", &["installer", "installed", "install"]), + ("candidiates", &["candidates"]), + ("inexpeirenced", &["inexperience"]), + ("adn", &["and"]), + ("rathar", &["rather"]), + ("connecton", &["connection", "connector"]), + ("pressues", &["pressures"]), + ("presciuosly", &["preciously"]), + ("beacsue", &["because"]), + ("speficify", &["specify"]), + ("archaelogists", &["archaeologists"]), + ("addded", &["added"]), + ("tallets", &["tallest"]), + ("unpoened", &["unopened"]), + ("statamenet", &["statement"]), + ("foregronds", &["foregrounds"]), + ("pedophilies", &["pedophile"]), + ("daugtherboard", &["daughterboard"]), + ("overand", &["operand"]), + ("otating", &["notating", "rotating"]), + ("bleutooth", &["bluetooth"]), + ("pont", &["point"]), + ("earleir", &["earlier"]), + ( + "paravirtualiation", + &["paravirtualisation", "paravirtualization"], + ), + ("metatata", &["metadata"]), + ("condamned", &["condemned"]), + ("outperfoming", &["outperforming"]), + ("preprocesser", &["preprocessor"]), + ("cointaining", &["containing"]), + ("traingulations", &["triangulations"]), + ("percievably", &["perceivably"]), + ("adventourus", &["adventurous"]), + ("otherwide", &["otherwise"]), + ("redemeed", &["redeemed"]), + ("aformentioned", &["aforementioned"]), + ("dipolmatic", &["diplomatic"]), + ("exentended", &["extended"]), + ("magnifine", &["magnificent"]), + ("exaplanation", &["explanation"]), + ("sycronised", &["synchronised"]), + ("miselaneous", &["miscellaneous"]), + ("disscussion", &["discussion"]), + ("includee", &["include"]), + ("acculumated", &["accumulated"]), + ("aoache", &["apache"]), + ("hexidecimal", &["hexadecimal"]), + ("dackery", &["daiquiri"]), + ("thesitic", &["theistic"]), + ("threshholds", &["thresholds"]), + ("regularlly", &["regularly"]), + ("slighty", &["slightly"]), + ("manges", &["manages"]), + ("threahold", &["threshold"]), + ("cofrimed", &["confirmed"]), + ("neighborehood", &["neighborhood"]), + ("descripotrs", &["descriptors"]), + ("persistantly", &["persistently"]), + ("succesd", &["succeeds"]), + ("evaluatates", &["evaluates"]), + ("poenis", &["penis"]), + ("valkriye", &["valkyrie"]), + ("unspefiified", &["unspecified"]), + ("polymophing", &["polymorphing"]), + ("settlment", &["settlement"]), + ("cnfiguration", &["configuration"]), + ("existend", &["existed", "existent"]), + ("questons", &["questions"]), + ("explorarea", &["explorer"]), + ("uniquness", &["uniqueness"]), + ("xenobalde", &["xenoblade"]), + ("critisizes", &["criticizes"]), + ("huntmsan", &["huntsman"]), + ("reverals", &["reversal"]), + ("credencials", &["credentials"]), + ("systens", &["systems"]), + ("specificed", &["specified"]), + ("endpoings", &["endpoints"]), + ("satasfactory", &["satisfactory"]), + ("stalkear", &["stalker"]), + ("deivant", &["deviant"]), + ("nasturshems", &["nasturtiums"]), + ("mischieveous", &["mischievous"]), + ("reinassance", &["renaissance"]), + ("makefle", &["makefile"]), + ("interruptis", &["interrupts"]), + ("autonegotation", &["autonegotiation"]), + ("requred", &["required"]), + ("hypothenuses", &["hypotenuses"]), + ("enbale", &["enable"]), + ("bruiseres", &["bruisers"]), + ("tranforming", &["transforming"]), + ("compatator", &["comparator"]), + ("scorebord", &["scoreboard"]), + ("photograhic", &["photographic"]), + ("trubador", &["troubadour"]), + ("vulberabiliti", &["vulnerability"]), + ("exceutable", &["executable"]), + ("warlking", &["walking"]), + ("diposing", &["disposing", "deposing"]), + ("reformerad", &["reformed"]), + ("transcripton", &["transcription"]), + ("brigated", &["brigade"]), + ("outtermost", &["outermost"]), + ("ejaculaion", &["ejaculation"]), + ("prerequites", &["prerequisite"]), + ("caselessely", &["caselessly"]), + ("substitude", &["substitute"]), + ("arlingotn", &["arlington"]), + ("whythout", &["without"]), + ("fluctuaties", &["fluctuate"]), + ("refrence", &["reference"]), + ("flasing", &["flashing"]), + ("swaped", &["swapped"]), + ("variationnal", &["variational"]), + ("memorie", &["memory"]), + ("undestructible", &["indestructible"]), + ("unintelligable", &["unintelligible"]), + ("docrtine", &["doctrine"]), + ("operattions", &["operations"]), + ("celullar", &["cellular"]), + ("notifer", &["notifier"]), + ("tto", &["to"]), + ("compatibity", &["compatibility"]), + ("unsurprizing", &["unsurprising"]), + ("minues", &["menus", "minus", "minuses", "minutes"]), + ("medicatons", &["medications"]), + ("instancd", &["instance"]), + ("automitive", &["automotive"]), + ("indevering", &["endeavoring"]), + ("confiming", &["confirming"]), + ("artificually", &["artificially"]), + ("oversimplifacation", &["oversimplification"]), + ("apparentely", &["apparently"]), + ("acceppt", &["accept"]), + ("investegating", &["investigating"]), + ("wastefullness", &["wastefulness"]), + ("broderlands", &["borderlands"]), + ("prototying", &["prototyping"]), + ("esportes", &["esports"]), + ("projecor", &["projector"]), + ("hidded", &["hidden"]), + ("devlove", &["devolve"]), + ("acconting", &["accounting"]), + ("agracultural", &["agricultural"]), + ("dispode", &["dispose"]), + ("sanboxing", &["sandboxing"]), + ("justificativos", &["justifications"]), + ("dissapeard", &["disappeared"]), + ("paceholder", &["placeholder"]), + ("warninsg", &["warnings"]), + ("retrvievers", &["retrievers"]), + ("intimiated", &["intimidate"]), + ("encrption", &["encryption"]), + ("compeltes", &["completes"]), + ("appriximates", &["approximates"]), + ("reuqests", &["requests"]), + ("fontain", &["fountain", "contain"]), + ("parametics", &["paramedics"]), + ("subjectivelly", &["subjectively"]), + ("optimim", &["optimism"]), + ("palesine", &["palestine"]), + ("upstreemed", &["upstreamed"]), + ("simlpe", &["simple"]), + ("simeltaneous", &["simultaneous"]), + ("privetized", &["privatized"]), + ("regularlisation", &["regularisation"]), + ("toolar", &["toolbar"]), + ("transformees", &["transforms"]), + ("conecjture", &["conjecture"]), + ("condtion", &["condition"]), + ("organsiing", &["organising"]), + ("exolicit", &["explicit"]), + ("zimpaps", &["zipmaps"]), + ("ironicaly", &["ironically"]), + ("wensday", &["wednesday"]), + ("emulaton", &["emulation"]), + ("outputed", &["outputted"]), + ("kennedey", &["kennedy"]), + ("foreces", &["forces"]), + ("equievalent", &["equivalent"]), + ("accumilated", &["accumulated"]), + ("corwbar", &["crowbar"]), + ("logcal", &["logical"]), + ("adrersses", &["addresses"]), + ("preferenser", &["preferences"]), + ("splig", &["split", "splign"]), + ("buillt", &["built"]), + ("chanined", &["chained"]), + ("overhooked", &["overlooked"]), + ("traitoris", &["traitors"]), + ("cellebrate", &["celebrate"]), + ("joing", &["joining"]), + ("experiminted", &["experimented"]), + ("wite", &["write", "white"]), + ("commment", &["comment"]), + ("provocativley", &["provocative"]), + ("follind", &["following"]), + ("hemmorhaging", &["hemorrhaging"]), + ("provded", &["provided"]), + ("descriminated", &["discriminated"]), + ("insigts", &["insights"]), + ("sketchey", &["sketchy"]), + ("mercenares", &["mercenaries"]), + ("unnescessarily", &["unnecessarily"]), + ("ignormd", &["ignored"]), + ("developors", &["develops"]), + ("garriosn", &["garrison"]), + ("asnwering", &["answering"]), + ("invurnerable", &["invulnerable"]), + ("begginning", &["beginning"]), + ("oultlines", &["outlines"]), + ("assumning", &["assuming"]), + ("apreciation", &["appreciation"]), + ("offsenses", &["offenses"]), + ("minnimum", &["minimum"]), + ("doublely", &["doubly"]), + ("helicpoters", &["helicopters"]), + ("frustrsted", &["frustrates"]), + ("horriblly", &["horribly"]), + ("totaly", &["totally"]), + ("representating", &["representation", "representing"]), + ("hmdi", &["hdmi"]), + ("concatonate", &["concatenate"]), + ("repesent", &["represent"]), + ("addititonal", &["additional"]), + ("chanpionships", &["championships"]), + ("particuar", &["particular"]), + ("spefiied", &["specified"]), + ("puragtory", &["purgatory"]), + ("writiing", &["writing"]), + ("distane", &["distance"]), + ("anomoly", &["anomaly"]), + ("buldning", &["building"]), + ("similaraties", &["similarities"]), + ("persceptive", &["perspectives"]), + ("respectabile", &["respectable"]), + ("reinforcemnts", &["reinforcements"]), + ("unintellegent", &["unintelligent"]), + ("fabricas", &["fabrics"]), + ("restoreble", &["restorable"]), + ("metroploitan", &["metropolitan"]), + ("yeilded", &["yielded"]), + ("enouth", &["enough"]), + ("membrances", &["membrane"]), + ("inspektors", &["inspectors"]), + ("behavriours", &["behaviours"]), + ("jpin", &["join"]), + ("diaresis", &["diaeresis"]), + ("accelearion", &["acceleration"]), + ("leyered", &["layered"]), + ("unbelievablely", &["unbelievably"]), + ("reowrked", &["reworked"]), + ("benghzai", &["benghazi"]), + ("diversiy", &["diversify"]), + ("spedify", &["specify"]), + ("adquires", &["acquires"]), + ("veriier", &["verifier"]), + ("beliefed", &["believed"]), + ("bargin", &["bargain"]), + ("sarinomy", &["ceremony"]), + ("sementing", &["cementing", "segmenting"]), + ("eaxct", &["exact"]), + ("sacntioned", &["sanctioned"]), + ("nocturen", &["nocturne"]), + ("apratheid", &["apartheid"]), + ("unconventionnal", &["unconventional"]), + ("precison", &["precision"]), + ("dictinary", &["dictionary"]), + ("comented", &["commented"]), + ("registrated", &["registered"]), + ("turrest", &["turrets"]), + ("confunsed", &["confused"]), + ("communciated", &["communicated"]), + ("pairokeel", &["parochial"]), + ("caeseing", &["ceasing"]), + ("syntaxg", &["syntax"]), + ("dynmic", &["dynamic"]), + ("inclusice", &["inclusive"]), + ("gernerated", &["generated"]), + ("supercedes", &["supersedes"]), + ("phramaceutical", &["pharmaceutical"]), + ("similiraties", &["similarities"]), + ("retigger", &["retrigger"]), + ("defering", &["deferring"]), + ("infrequancies", &["infrequencies"]), + ("seseed", &["secede"]), + ("epitamy", &["epitome"]), + ("racaus", &["raucous"]), + ("excapes", &["escapes"]), + ("presidental", &["presidential"]), + ("brutaly", &["brutally"]), + ("fundimentally", &["fundamentally"]), + ("destroi", &["destroy"]), + ("minimium", &["minimum"]), + ("phisically", &["physically"]), + ("cose", &["case"]), + ("declaratiom", &["declaration"]), + ("approstraphe", &["apostrophe"]), + ("crooz", &["cruise"]), + ("declatation", &["declaration"]), + ("previouly", &["previously"]), + ("descritpors", &["descriptors"]), + ("opressive", &["oppressive"]), + ("horizontaly", &["horizontally"]), + ("aplitude", &["amplitude", "aptitude"]), + ("renegerate", &["regenerate"]), + ("renegoating", &["renegotiating"]), + ("forign", &["foreign"]), + ("innovativo", &["innovation"]), + ("iteraterate", &["iterate"]), + ("comparement", &["compartment", "comparing", "comparison"]), + ("marnies", &["marines"]), + ("incompatibilites", &["incompatibilities"]), + ("apppends", &["appends"]), + ("remainds", &["remains"]), + ("benidect", &["benedict"]), + ("specfield", &["specified"]), + ("authoratitative", &["authoritative"]), + ("negatiotiate", &["negotiate"]), + ("infaltes", &["inflates"]), + ("netscpe", &["netscape"]), + ("eviserate", &["eviscerate"]), + ("alse", &["else", "also", "false"]), + ("apporoximated", &["approximated"]), + ("confugring", &["configuring"]), + ("lighthorse", &["lighthouse"]), + ("fashonable", &["fashionable"]), + ("subconsciosly", &["subconsciously"]), + ("highligthing", &["highlighting"]), + ("succeedde", &["succeeded"]), + ("commentar", &["commentator"]), + ("autograpgh", &["autograph"]), + ("overlaod", &["overload"]), + ("speacing", &["spacing"]), + ("furure", &["future"]), + ("expierences", &["experiences"]), + ("blokc", &["block", "bloke"]), + ("misison", &["mission"]), + ("califronia", &["california"]), + ("maximumn", &["maximum"]), + ("defintaley", &["definitely"]), + ("commemters", &["commenters"]), + ("hounour", &["honour"]), + ("cretaes", &["creates"]), + ("preductive", &["predictive"]), + ("cachable", &["cacheable"]), + ("inbedded", &["imbedded"]), + ("replacemnt", &["replacement"]), + ("simmetrical", &["symmetrical"]), + ("errorr", &["error"]), + ("algolithm", &["algorithm"]), + ("relly", &["really"]), + ("vulnerabilty", &["vulnerability"]), + ("altruistisch", &["altruistic"]), + ("synonamous", &["synonymous"]), + ("quantuum", &["quantum"]), + ("obejctions", &["objections"]), + ("comparotor", &["comparator"]), + ("unnecesary", &["unnecessary"]), + ("antogonistic", &["antagonistic"]), + ("exhibitons", &["exhibits"]), + ("gradaully", &["gradually"]), + ("overrident", &["overridden"]), + ("cirlcing", &["circling"]), + ("iniatives", &["initiatives"]), + ("segementation", &["segmentation"]), + ("praries", &["prairies"]), + ("puplarity", &["popularity"]), + ("inititial", &["initial"]), + ("emobdiment", &["embodiment"]), + ("bannets", &["bayonets"]), + ("indivisually", &["individually"]), + ("substantie", &["substantive"]), + ("evenhtually", &["eventually"]), + ("assicate", &["associate"]), + ("respwan", &["respawn"]), + ("bloodbore", &["bloodborne"]), + ("masturbsting", &["masturbating"]), + ("vallues", &["values"]), + ("curteusly", &["courteously"]), + ("behaviorial", &["behavioral"]), + ("medioce", &["mediocre"]), + ("proletariet", &["proletariat"]), + ("disucssions", &["discussions"]), + ("aboslve", &["absolve"]), + ("differnetiate", &["differentiate"]), + ("comnmand", &["command"]), + ("memicked", &["mimicked"]), + ("thefore", &["therefore"]), + ("shicane", &["chicane"]), + ("negotitor", &["negotiator"]), + ("afterwords", &["afterwards"]), + ("thumbnals", &["thumbnails"]), + ("infleunced", &["influenced"]), + ("vecvtors", &["vectors"]), + ("impleneted", &["implemented"]), + ("imposible", &["impossible"]), + ("sumulated", &["simulated"]), + ("prostitures", &["prostitutes"]), + ("denominatior", &["denominator"]), + ("verrsion", &["version"]), + ("alowed", &["allowed"]), + ("unappropriate", &["inappropriate"]), + ("sufferered", &["suffered"]), + ("bounad", &["bound"]), + ("inpections", &["inspections"]), + ("loobpack", &["loopback"]), + ("unvulnerable", &["invulnerable"]), + ("investmet", &["investments"]), + ("winnig", &["winning"]), + ("mathematicly", &["mathematical"]), + ("nife", &["knife"]), + ("scripte", &["script", "scripted"]), + ("ukrainiens", &["ukrainians"]), + ("guyser", &["geyser"]), + ("sring", &["string"]), + ("thunderolt", &["thunderbolt"]), + ("acommpany", &["accompany"]), + ("americains", &["americas"]), + ("replicaiton", &["replication"]), + ("overwritting", &["overwriting"]), + ("precicion", &["precision"]), + ("binominal", &["binomial"]), + ("wayferer", &["wayfarer"]), + ("querries", &["queries"]), + ("manupulations", &["manipulations"]), + ("substitues", &["substitutes"]), + ("mininos", &["minions"]), + ("licesnsing", &["licensing"]), + ("redirrect", &["redirect"]), + ("reploying", &["redeploying"]), + ("negoziate", &["negotiate"]), + ("supportes", &["supports"]), + ("dependencias", &["dependencies"]), + ("spefiifying", &["specifying"]), + ("unprmopted", &["unprompted"]), + ("proscratination", &["procrastination"]), + ("perfeclty", &["perfectly"]), + ("preprocessers", &["preprocessors"]), + ("conveters", &["converters"]), + ("filesysthems", &["filesystems"]), + ("activing", &["activating"]), + ("maybellene", &["maybelline"]), + ("accordintly", &["accordingly"]), + ("cattleship", &["battleship"]), + ("skepticons", &["skeptics"]), + ("transcripto", &["transcription"]), + ("occaisons", &["occasions"]), + ("adobted", &["adopted"]), + ("conservativo", &["conservation"]), + ("photograps", &["photographs"]), + ("westbrok", &["westbrook"]), + ("coommand", &["command"]), + ("ressurrected", &["resurrected"]), + ("funchtioned", &["functioned"]), + ("avation", &["aviation"]), + ("triancles", &["triangles"]), + ("mundance", &["mundane"]), + ("astethic", &["aesthetic"]), + ("lienups", &["lineups"]), + ("declar", &["declare"]), + ("expedito", &["expedition"]), + ("instrction", &["instruction"]), + ("physision", &["physician"]), + ("reenforcement", &["reinforcement"]), + ("wonderlad", &["wonderland"]), + ("suposedly", &["supposedly"]), + ("necssary", &["necessary"]), + ("apparant", &["apparent"]), + ("inconsitant", &["inconsistent"]), + ("unnessary", &["unnecessary"]), + ("somethintg", &["somethings"]), + ("ractise", &["practise"]), + ("vertix", &["vertex"]), + ("crossin", &["crossing"]), + ("isntalled", &["installed"]), + ("intorvert", &["introvert"]), + ("recommmended", &["recommended"]), + ("automiclly", &["automatically"]), + ("dependenciens", &["dependencies"]), + ("equivilant", &["equivalent"]), + ("coneector", &["connector"]), + ("messagin", &["messaging"]), + ("prioritice", &["prioritize"]), + ("regularing", &["regulating"]), + ("procudes", &["procures", "produces"]), + ("typscript", &["typescript"]), + ("inferioare", &["inferior"]), + ("forece", &["force"]), + ("disobediance", &["disobedience"]), + ("notciable", &["noticeable"]), + ("guaruntee", &["guarantee"]), + ("trainign", &["training"]), + ("siteu", &["site"]), + ("thanksgivng", &["thanksgiving"]), + ("scholarhip", &["scholarship"]), + ("bofore", &["before"]), + ("identifield", &["identified"]), + ("consequetive", &["consecutive"]), + ("initailising", &["initialising"]), + ("subcultuur", &["subculture"]), + ("aftermaket", &["aftermarket"]), + ("registrer", &["register"]), + ("survivalibity", &["survivability"]), + ("censibly", &["sensibly"]), + ("norhtern", &["northern"]), + ("sorrounded", &["surrounded"]), + ("ignorting", &["ignoring"]), + ("particaluarly", &["particularly"]), + ("downgarding", &["downgrading"]), + ("paleolitic", &["paleolithic"]), + ("correlato", &["correlation"]), + ("midfeilder", &["midfielder"]), + ("jurnies", &["journeys"]), + ("lifestiles", &["lifestyles"]), + ("lisence", &["licence"]), + ("masturbathon", &["masturbation"]), + ("electroinc", &["electron"]), + ("assassinatin", &["assassination"]), + ("jamacia", &["jamaica"]), + ("teatotler", &["teetotaler"]), + ("prosparity", &["prosperity"]), + ("requiering", &["requiring"]), + ("compliled", &["compiled"]), + ("disscussed", &["discussed"]), + ("jaguras", &["jaguars"]), + ("fincally", &["finally"]), + ("speficiallally", &["specifically"]), + ("precentages", &["percentages"]), + ("coalessing", &["coalescing"]), + ("desides", &["decides"]), + ("entartaining", &["entertaining"]), + ("carring", &["carrying"]), + ("migare", &["migrate"]), + ("recontructor", &["reconstructor"]), + ("unsoliciated", &["unsolicited"]), + ("primaires", &["primaries"]), + ("bnack", &["back"]), + ("accees", &["access"]), + ("frustrats", &["frustrates"]), + ("architetures", &["architectures"]), + ("eliptic", &["elliptic"]), + ("applyied", &["applied"]), + ("merget", &["merge"]), + ("identtifier", &["identifier"]), + ("consequenes", &["consequence"]), + ("mindleslly", &["mindlessly"]), + ("conainter", &["container"]), + ("manufacturas", &["manufactures"]), + ("mavrick", &["maverick"]), + ("cellebrations", &["celebrations"]), + ("attened", &["attended"]), + ("kompensation", &["compensation"]), + ("territorist", &["terrorist"]), + ("theorical", &["theoretical"]), + ("organizms", &["organism"]), + ("expetcs", &["expects"]), + ("narcississtic", &["narcissistic"]), + ("calcutated", &["calculated"]), + ("ertoneous", &["erroneous"]), + ("detectes", &["detects"]), + ("flagg", &["flag"]), + ("addjusted", &["adjusted"]), + ("revrieve", &["retrieve"]), + ("accrate", &["accurate"]), + ("apologizeing", &["apologizing"]), + ("oragnered", &["orangered"]), + ("multiplers", &["multipliers"]), + ("besitality", &["bestiality"]), + ("ovewrite", &["overwrite"]), + ("recompuuting", &["recomputing"]), + ("tourch", &["torch", "touch"]), + ("consequense", &["consequences"]), + ("bitcions", &["bitcoins"]), + ("exparation", &["expiration"]), + ("symoblic", &["symbolic"]), + ("permuating", &["permutating", "permuting"]), + ("popularaty", &["popularity"]), + ("exclemation", &["exclamation"]), + ("fanatsies", &["fantasies"]), + ("procesures", &["procedures"]), + ("hundres", &["hundreds"]), + ("protagonits", &["protagonists"]), + ("techincians", &["technicians"]), + ("coyrighted", &["copyrighted"]), + ("coalasence", &["coalescence"]), + ("tighly", &["tightly"]), + ("jurnal", &["journal"]), + ("subsciption", &["subscription"]), + ("anoxeria", &["anorexia"]), + ("immediated", &["immediate", "immediately"]), + ("symobls", &["symbols"]), + ("neighbbor", &["neighbor"]), + ("unsoliticed", &["unsolicited"]), + ("structurel", &["structural"]), + ("cleansiness", &["cleanliness"]), + ("arbitrarion", &["arbitration"]), + ("cigarretts", &["cigarettes"]), + ("confrim", &["confirm"]), + ("automotice", &["automotive"]), + ("oredred", &["ordered"]), + ("asorbed", &["absorbed"]), + ("condradictory", &["contradictory"]), + ("oppurtunities", &["opportunities"]), + ("participe", &["participate"]), + ("wief", &["wife"]), + ("configureation", &["configuration"]), + ("delutional", &["delusional"]), + ("urkaine", &["ukraine"]), + ("angziety", &["anxiety"]), + ("aicraft", &["aircraft"]), + ("durationn", &["duration"]), + ("infaltable", &["inflatable", "infallible"]), + ("autorisation", &["authorisation"]), + ("authenticor", &["authenticator"]), + ("arbitror", &["arbiter", "arbitrator"]), + ("portrail", &["portrayal", "portrait"]), + ("cutsence", &["cutscene"]), + ("acknowiedged", &["acknowledged"]), + ("constructtor", &["constructor"]), + ("deficienies", &["deficiencies"]), + ("clumsly", &["clumsily"]), + ("repilcas", &["replicas"]), + ("ecognized", &["recognized"]), + ("installemnt", &["installment"]), + ("celebratings", &["celebrations"]), + ("conveter", &["converter"]), + ("transilvania", &["transylvania"]), + ("trasformable", &["transformable"]), + ("thsoe", &["those"]), + ("interits", &["inherits"]), + ("algorgithmic", &["algorithmic"]), + ("synchroizing", &["synchronizing"]), + ("draged", &["dragged"]), + ("environemt", &["environment"]), + ("westmonster", &["westminster"]), + ("mezmorise", &["mesmerise"]), + ("interactionns", &["interactions"]), + ("langnguage", &["language"]), + ("investingate", &["investigate"]), + ("muder", &["murder"]), + ("classifiies", &["classifies"]), + ("overzelous", &["overzealous"]), + ("scenarions", &["scenarios"]), + ("maginficent", &["magnificent"]), + ("backneds", &["backends"]), + ("terminatd", &["terminated"]), + ("evalute", &["evaluate"]), + ("untqueue", &["unqueue"]), + ("properry", &["property", "properly"]), + ("ankshisly", &["anxiously"]), + ("situatutions", &["situations"]), + ("vikigns", &["vikings"]), + ("conspiracize", &["conspiracies"]), + ("launchs", &["launch", "launches"]), + ("expierience", &["experience"]), + ("invertedd", &["inverted"]), + ("shotuout", &["shoutout"]), + ("discrepany", &["discrepancy"]), + ("congifurable", &["configurable"]), + ("hyperbolie", &["hyperbole"]), + ("distingushing", &["distinguishing"]), + ("championchips", &["championship"]), + ("essental", &["essential"]), + ("presumaby", &["presumably"]), + ("shystemmemory", &["systemmemory"]), + ("autoincremet", &["autoincrement"]), + ("interpoloated", &["interpolated"]), + ("scirptures", &["scriptures"]), + ("stubbs", &["stubs"]), + ("abbrevate", &["abbreviate"]), + ("markaup", &["markup"]), + ("trubbled", &["troubled"]), + ("chocolet", &["chocolates"]), + ("acitvision", &["activision"]), + ("expressons", &["expressions"]), + ("moderninations", &["modernizations"]), + ("randayvoos", &["rendezvous"]), + ("chrisitans", &["christians"]), + ("insance", &["instance", "insane"]), + ("acryllic", &["acrylic"]), + ("replaca", &["replica", "replace"]), + ("colsed", &["closed"]), + ("exteder", &["extender"]), + ("sreampropinfo", &["streampropinfo"]), + ("conversoin", &["conversions", "conversion"]), + ("laughablely", &["laughably"]), + ("mirconesia", &["micronesia"]), + ("selectie", &["selective"]), + ("pakistnai", &["pakistani"]), + ("appendign", &["appending"]), + ("unstructions", &["instructions"]), + ("surroundngs", &["surrounds"]), + ("photografical", &["photographical"]), + ("authentciates", &["authenticates"]), + ("impartirla", &["impartial"]), + ("parnoia", &["paranoia"]), + ("hrlps", &["helps"]), + ("architeture", &["architecture"]), + ("subjectivly", &["subjectively"]), + ("segmenst", &["segments"]), + ("pythonl", &["python"]), + ("cyrstallisation", &["crystallisation"]), + ("strarted", &["started"]), + ("coincidential", &["coincidental"]), + ("reord", &["record"]), + ("instaead", &["instead"]), + ("represes", &["represents"]), + ("mathching", &["matching"]), + ("businessnes", &["businessmen"]), + ("overlow", &["overflow"]), + ("ligthning", &["lightning"]), + ("iteratiors", &["iterators"]), + ("removs", &["removes"]), + ("settubg", &["setting", "setup"]), + ("employeed", &["employed"]), + ("exaggeratting", &["exaggerating"]), + ("savelt", &["svelte"]), + ("restructre", &["restructure"]), + ("seatch", &["search"]), + ("competatively", &["competitively"]), + ("saleries", &["salaries"]), + ("detcetion", &["detection"]), + ("verbatium", &["verbatim"]), + ("comprehand", &["comprehend"]), + ("critiziced", &["criticized"]), + ("breastfeedig", &["breastfeeding"]), + ("expemplars", &["exemplars"]), + ("guarnateeing", &["guaranteeing"]), + ("floursih", &["flourish"]), + ("vallgrind", &["valgrind"]), + ("encosed", &["enclosed", "encoded"]), + ("interepolates", &["interpolates"]), + ("calcuating", &["calculating"]), + ("attatch", &["attach"]), + ("decopose", &["decompose"]), + ("sysdamin", &["sysadmin"]), + ("collectie", &["collective"]), + ("periodioc", &["periodic"]), + ("sitirs", &["stirs"]), + ("configurare", &["configure"]), + ("revereted", &["reverted"]), + ("geoorgia", &["georgia"]), + ("lucifear", &["lucifer"]), + ("scarch", &["search", "scorch", "scratch"]), + ("accetable", &["acceptable"]), + ("intepreters", &["interpreters"]), + ("reqquests", &["requests"]), + ("giveing", &["giving"]), + ("infrantryman", &["infantryman"]), + ("reconecctions", &["reconnections"]), + ("modfitied", &["modified"]), + ("prealocated", &["preallocated"]), + ("particaularly", &["particularly"]), + ( + "initiales", + &["initials", "initialise", "initializes", "initialises"], + ), + ("picther", &["pitcher"]), + ("anormally", &["abnormally"]), + ("junlging", &["jungling"]), + ("accoird", &["accord"]), + ("shamen", &["shaman", "shamans"]), + ("destoys", &["destroys"]), + ("purtained", &["pertained"]), + ("thie", &["the", "this"]), + ("necessesary", &["necessary"]), + ("origially", &["originally"]), + ("peageant", &["pageant"]), + ("cursader", &["crusader"]), + ("incomparible", &["incompatible", "incomparable"]), + ("repacements", &["replacements"]), + ("competitve", &["competitive"]), + ("subnegotiotations", &["subnegotiations"]), + ("specality", &["speciality"]), + ("procreatin", &["procreation"]), + ("algorythem", &["algorithm"]), + ("desiging", &["designing"]), + ("debateable", &["debatable"]), + ("positon", &["position", "positron"]), + ("masterpeace", &["masterpiece"]), + ("defintely", &["definitely"]), + ("enlightned", &["enlightened"]), + ("cahnge", &["change"]), + ("libralies", &["libraries"]), + ("vicotrious", &["victorious"]), + ("projec", &["project"]), + ("frustraded", &["frustrated"]), + ("expanions", &["expansions"]), + ("benged", &["binged"]), + ("enchentments", &["enchantments"]), + ("mulitpliers", &["multipliers"]), + ("consicousness", &["consciousness"]), + ("menetions", &["mentions"]), + ("conscent", &["consent"]), + ("coindice", &["coincide"]), + ("decomtamination", &["decontamination"]), + ("reproducting", &["reproduction"]), + ("extragavant", &["extravagant"]), + ("recpie", &["recipe"]), + ("veitnamese", &["vietnamese"]), + ("thinkg", &["think", "thing", "things"]), + ("perspektive", &["perspective"]), + ("heigt", &["height"]), + ("philosophae", &["philosopher"]), + ("recognzied", &["recognised", "recognized"]), + ("downgarded", &["downgraded"]), + ("yelded", &["yielded"]), + ("contanier", &["container"]), + ("exepectedly", &["expectedly"]), + ("chahged", &["changed"]), + ("promters", &["promoters", "prompters"]), + ("substanties", &["substantive"]), + ("indespensable", &["indispensable"]), + ("thruogh", &["through"]), + ("wathers", &["watchers"]), + ("periwinkel", &["periwinkle"]), + ("subbmitted", &["submitted"]), + ("deinitailze", &["deinitialize"]), + ("syncronising", &["synchronising"]), + ("apppropriate", &["appropriate"]), + ("synonim", &["synonym"]), + ("demosntrating", &["demonstrating"]), + ("plattform", &["platform"]), + ("whatosever", &["whatsoever"]), + ("supermarkts", &["supermarkets"]), + ("temporraily", &["temporarily"]), + ("colonge", &["cologne"]), + ("experimantal", &["experimental"]), + ("elamentary", &["elementary"]), + ("stdanards", &["standards"]), + ("physiologial", &["physiological"]), + ("fiancial", &["financial"]), + ("discourarged", &["discouraged"]), + ("electroylte", &["electrolytes"]), + ("visuaisation", &["visualisation"]), + ("secound", &["second"]), + ("sistemized", &["systemized"]), + ("impuslive", &["impulsive"]), + ("streamining", &["streaming"]), + ("oversemplification", &["oversimplification"]), + ("saturdsy", &["saturdays"]), + ("initally", &["initially"]), + ("artistc", &["artistic"]), + ("coeffiecient", &["coefficient"]), + ("minimzing", &["minimizing"]), + ("branchces", &["branches"]), + ("russina", &["russian"]), + ("juggetnaut", &["juggernaut"]), + ("buisness", &["business"]), + ("experementelly", &["experimentally"]), + ("oakerously", &["ocherously"]), + ("eratically", &["erratically"]), + ("loosley", &["loosely"]), + ("undefinded", &["undefined"]), + ("whtihin", &["within"]), + ("packkage", &["package"]), + ("amendmends", &["amendments"]), + ("depreacte", &["deprecate"]), + ("scientis", &["scientist"]), + ("uncehcked", &["unchecked"]), + ("minimun", &["minimum"]), + ("reloade", &["reload"]), + ("oregeno", &["oregano"]), + ("respectabil", &["respectable"]), + ("derfine", &["define"]), + ("managenment", &["management"]), + ("mechansims", &["mechanisms"]), + ("constitues", &["constitutes"]), + ("phospher", &["phosphor"]), + ("migitation", &["mitigation"]), + ("nightmates", &["nightmares"]), + ("reverce", &["reverse"]), + ("indipendent", &["independent"]), + ("presention", &["presenting"]), + ("misslies", &["missiles"]), + ("developres", &["develops"]), + ("reaed", &["read"]), + ("obivously", &["obviously"]), + ( + "constraction", + &["construction", "constriction", "contraction"], + ), + ("thirtyth", &["thirtieth"]), + ("contniue", &["continue"]), + ("cilnatro", &["cilantro"]), + ("neckbeared", &["neckbeard"]), + ("brillant", &["brilliant"]), + ("convineient", &["convenient"]), + ("underhwleming", &["underwhelming"]), + ("securly", &["securely"]), + ("autotoriums", &["auditoriums"]), + ("brewrey", &["brewery"]), + ("flext", &["flex"]), + ("relevent", &["relevant"]), + ("comminicate", &["communicate"]), + ("nitpciking", &["nitpicking"]), + ("critisising", &["criticising"]), + ("infroamtion", &["information"]), + ("disocver", &["discover"]), + ("neighberhoof", &["neighborhood"]), + ("cascace", &["cascade"]), + ("discovereability", &["discoverability"]), + ("presenece", &["presence"]), + ("complicati", &["complicit"]), + ("availabiliy", &["availability"]), + ("colleauges", &["colleagues"]), + ("hexadeciaml", &["hexadecimal"]), + ("orientned", &["oriented"]), + ("orpanage", &["orphanage"]), + ("contimplate", &["contemplate"]), + ("mateial", &["material", "metal"]), + ("japanes", &["japanese"]), + ("susbsytem", &["subsystem"]), + ("subsadized", &["subsidized"]), + ("layser", &["laser", "layer"]), + ("commerical", &["commercial"]), + ("humanaties", &["humanities"]), + ("fualts", &["faults"]), + ("mandess", &["madness"]), + ("effeects", &["effects"]), + ("renegoator", &["renegotiator"]), + ("welocme", &["welcome"]), + ("convaless", &["convalesce"]), + ("widthout", &["without"]), + ("remebers", &["remembers"]), + ("memmory", &["memory"]), + ("awesomenss", &["awesomeness"]), + ("coudl", &["could", "cloud"]), + ("excecptional", &["exceptional"]), + ("charactors", &["characters"]), + ("mroning", &["morning"]), + ("undescored", &["underscored"]), + ("transeat", &["translates"]), + ("tungs", &["tongues"]), + ("mergged", &["merged"]), + ("pionts", &["points"]), + ("secon", &["second"]), + ("inclinde", &["incline"]), + ("authendicator", &["authenticator"]), + ("downlaodes", &["downloads"]), + ("negotiotate", &["negotiate"]), + ("offests", &["offsets"]), + ("contradtion", &["contraction"]), + ("resset", &["reset"]), + ("purchse", &["purchase"]), + ("specializaton", &["specialization"]), + ("misinterpriting", &["misinterpreting"]), + ("preppented", &["prepended"]), + ("ambigous", &["ambiguous"]), + ("reitterated", &["reiterated"]), + ("casulaty", &["casualty"]), + ("experimentacion", &["experimentation"]), + ("exstream", &["extreme"]), + ("analizer", &["analyzer"]), + ("instantialed", &["instantiated"]), + ("radis", &["radix"]), + ("dissconnected", &["disconnected"]), + ("offsest", &["offset", "offsets"]), + ("kurdisch", &["kurdish"]), + ("quered", &["queried"]), + ("impotrt", &["import", "imported", "importer"]), + ("goalkepeer", &["goalkeeper"]), + ("westmisnter", &["westminster"]), + ("instatiated", &["instantiated"]), + ("differeny", &["differently"]), + ("temperatuur", &["temperature"]), + ("conculsions", &["conclusions"]), + ("autonegoitations", &["autonegotiations"]), + ("memwoirs", &["memoirs"]), + ("spacegoat", &["scapegoat"]), + ("exapnsions", &["expansions"]), + ("neolitic", &["neolithic"]), + ("warniing", &["warning"]), + ("personnal", &["personal"]), + ("ocurrred", &["occurred"]), + ("noticeing", &["noticing"]), + ("singluar", &["singular"]), + ("exapanding", &["expanding"]), + ("contstraint", &["constraint"]), + ("minimimum", &["minimum"]), + ("maintians", &["maintains"]), + ("conclue", &["conclude"]), + ("febewary", &["february"]), + ("heorics", &["heroics"]), + ("enviornemnts", &["environments"]), + ("decremeants", &["decrements"]), + ("competitiors", &["competitors"]), + ("aggrement", &["agreement"]), + ("siwtch", &["switch"]), + ("maylasian", &["malaysian"]), + ("rediected", &["redirected"]), + ("contradicion", &["contradiction"]), + ("uncertanty", &["uncertainty"]), + ("endur", &["endure"]), + ("dispensaires", &["dispensaries"]), + ("cornithians", &["corinthians"]), + ("intrisincally", &["intrinsically"]), + ("initailization", &["initialization"]), + ("recoginze", &["recognize"]), + ("babysite", &["babysitter"]), + ("multplied", &["multiplied"]), + ("applikations", &["applications"]), + ("confriming", &["confirming"]), + ("repecting", &["respecting"]), + ("sematically", &["semantically"]), + ("nieghbourhoods", &["neighbourhood"]), + ("facilty", &["facility"]), + ("tyrrany", &["tyranny"]), + ("regenratet", &["regenerated"]), + ("unshfiting", &["unshifting"]), + ("configrations", &["configurations"]), + ("fanatsy", &["fantasy"]), + ("readby", &["read"]), + ("authecation", &["authentication"]), + ("infrastucture", &["infrastructure"]), + ("nanoseond", &["nanosecond"]), + ("improvemnts", &["improvements"]), + ("incarcirated", &["incarcerated"]), + ("scriopttype", &["scripttype"]), + ("keybaords", &["keyboards"]), + ("abreviated", &["abbreviated"]), + ("accusating", &["accusation"]), + ("libertarain", &["libertarian"]), + ("rosponsive", &["responsive"]), + ("brazilianese", &["brazilians"]), + ("seonds", &["seconds", "sends"]), + ("competitin", &["competitions"]), + ("enouh", &["enough"]), + ("deflecticon", &["deflection"]), + ("camoflage", &["camouflage"]), + ("leathal", &["lethal"]), + ("boardcasting", &["broadcasting"]), + ("discconeccting", &["disconnecting"]), + ("asteriod", &["asteroid"]), + ("conspiraces", &["conspiracies"]), + ("possestions", &["possessions"]), + ("compinsated", &["compensated"]), + ("incentivies", &["incentives"]), + ("cerainly", &["certainly"]), + ("corrsponds", &["corresponds"]), + ("allk", &["all"]), + ("strategems", &["strategies"]), + ("therepeutic", &["therapeutic"]), + ("lituhania", &["lithuania"]), + ("succedds", &["succeeds"]), + ("spectifies", &["specifies"]), + ("misellaneously", &["miscellaneously"]), + ("incompatent", &["incompetent"]), + ("perferrences", &["preferences"]), + ("objectivily", &["objectivity"]), + ("rememebred", &["remembered"]), + ("usinf", &["using"]), + ("stakeboard", &["skateboard"]), + ("compenidum", &["compendium"]), + ("notifiation", &["notification"]), + ("conotroling", &["controlling"]), + ("msytical", &["mystical"]), + ("effexts", &["effects"]), + ("desctruction", &["destruction"]), + ("legitematly", &["legitimately"]), + ("cofee", &["coffee"]), + ("negotiotion", &["negotiation"]), + ("unrealitic", &["unrealistic"]), + ("compreso", &["compressor"]), + ("meaurers", &["measurers"]), + ("preocessor", &["processor"]), + ("indecated", &["indicated"]), + ("procliam", &["proclaim"]), + ("embbedded", &["embedded"]), + ("repsectful", &["respectful"]), + ("authenificate", &["authenticate"]), + ("expeienced", &["experienced"]), + ("siliently", &["silently", "saliently"]), + ("alegorical", &["allegorical"]), + ("trailes", &["trailers"]), + ("continus", &["continues", "continue", "continuous"]), + ("successully", &["successfully"]), + ("mainpulate", &["manipulate"]), + ("worldveiw", &["worldview"]), + ("colector", &["collector"]), + ("systimatic", &["systematic"]), + ("cotroller", &["controller"]), + ("concides", &["concise"]), + ("appropriete", &["appropriate"]), + ("horizantally", &["horizontally"]), + ("powderade", &["powdered"]), + ("debloking", &["deblocking"]), + ("coeficients", &["coefficients"]), + ("isalmist", &["islamist"]), + ("deactiveted", &["deactivated"]), + ("interrumping", &["interrupting"]), + ("infraread", &["infrared"]), + ("intermediete", &["intermediate"]), + ("spearates", &["separates"]), + ("disgiused", &["disguised"]), + ("indeveres", &["endeavors"]), + ("arrangmeent", &["arrangement"]), + ("longuest", &["longest"]), + ("stangant", &["stagnant"]), + ("identic", &["identical"]), + ("propiertary", &["proprietary"]), + ("holocasut", &["holocaust"]), + ("exerciesed", &["exercised"]), + ("techneek", &["technique"]), + ("midfielers", &["midfielders"]), + ("illuminiti", &["illuminati"]), + ("acciedential", &["accidental"]), + ("rotuers", &["routers"]), + ("manafestation", &["manifestation"]), + ("intermidiate", &["intermediate"]), + ("ofo", &["of"]), + ("pojrector", &["projector"]), + ("dinosuar", &["dinosaur"]), + ("recommded", &["recommended"]), + ("vehementy", &["vehemently"]), + ("illustratie", &["illustrate"]), + ("interveiwer", &["interviewer"]), + ("scoreborad", &["scoreboard"]), + ("slooths", &["sleuths"]), + ("enocding", &["encoding"]), + ("thjese", &["these"]), + ("simpilify", &["simplify"]), + ("prelimiary", &["preliminary"]), + ("custoniser", &["customiser"]), + ("wispered", &["whispered"]), + ("positivies", &["positives"]), + ("timestaped", &["timestamped"]), + ("reoccuring", &["reoccurring"]), + ("expermimentation", &["experimentation"]), + ("telelevision", &["television"]), + ("anonimous", &["anonymous"]), + ("adjcencies", &["adjacencies"]), + ("speficiier", &["specifier"]), + ("atcualy", &["actually"]), + ("airporta", &["airports"]), + ("transprencies", &["transparencies"]), + ("cartriges", &["cartridges"]), + ("clairty", &["clarity"]), + ("stoppped", &["stopped"]), + ("cermonial", &["ceremonial"]), + ("actiavtion", &["activation"]), + ("forasken", &["forsaken"]), + ("teeangers", &["teenagers"]), + ("unconditinal", &["unconditional"]), + ("fascistisk", &["fascists"]), + ("celcius", &["celsius"]), + ("otherviese", &["otherwise"]), + ("conditionel", &["conditional"]), + ("weerdly", &["weirdly"]), + ("cuvre", &["curve", "cover"]), + ("suttlety", &["subtlety"]), + ("construted", &["constructed"]), + ("annay", &["annoy", "any"]), + ("unconfortability", &["discomfort"]), + ("picoseond", &["picosecond"]), + ("depreacts", &["deprecates"]), + ("adjument", &["adjustment"]), + ("complicatted", &["complicate"]), + ("ditribution", &["distribution"]), + ("distinative", &["distinctive"]), + ("bumbing", &["bombing", "bumping"]), + ("instersection", &["intersection"]), + ("unsetset", &["unset"]), + ("tpyed", &["typed"]), + ("frightining", &["frightening"]), + ("restired", &["restored"]), + ("customing", &["customizing"]), + ("shaprening", &["sharpening"]), + ("immobilze", &["immobile"]), + ("beginging", &["beginning"]), + ("visualzation", &["visualization"]), + ("skepitcal", &["skeptical"]), + ("succcesses", &["successes"]), + ("thngs", &["things"]), + ("imperfactions", &["imperfections"]), + ("thourough", &["thorough"]), + ("assassinare", &["assassinate"]), + ("disclipined", &["disciplined"]), + ("neighbouts", &["neighbours"]), + ("stechiometric", &["stoichiometric"]), + ("muh", &["much"]), + ("yourslef", &["yourself"]), + ("immobilzes", &["immobile"]), + ("peferably", &["preferably"]), + ("versionned", &["versioned"]), + ("iterface", &["interface"]), + ("acconplishment", &["accomplishment"]), + ("adresing", &["addressing"]), + ("extrmities", &["extremities"]), + ("assassinted", &["assassinated"]), + ("bounhdaries", &["boundaries"]), + ("ourselv", &["ourself", "ourselves"]), + ("nuturing", &["nurturing"]), + ("clasification", &["clarification", "classification"]), + ("unlcuky", &["unlucky"]), + ("unitilties", &["utilities"]), + ("coodinates", &["coordinates"]), + ("certficiations", &["certifications"]), + ("advertisting", &["advertising"]), + ("camoufalge", &["camouflage"]), + ("reorded", &["reorder"]), + ("neighbeus", &["neighbours"]), + ("gosepls", &["gospels"]), + ("quarintine", &["quarantine"]), + ("muscial", &["musical"]), + ("sapcebar", &["spacebar"]), + ("benefica", &["beneficial"]), + ("sycronises", &["synchronises"]), + ("comlain", &["complain"]), + ("reprehensable", &["reprehensible"]), + ("conversaiton", &["conversations"]), + ("diffussion", &["diffusion"]), + ("hathcing", &["hatching"]), + ("synagouge", &["synagogue"]), + ("simetricly", &["symmetricly"]), + ("specificatons", &["specifications"]), + ("initialiseing", &["initialising"]), + ("libguistics", &["linguistics"]), + ("difraction", &["diffraction"]), + ("tarce", &["trace"]), + ("simetric", &["symmetric"]), + ("broadcastes", &["broadcasts"]), + ("faillure", &["failure"]), + ("depency", &["dependency"]), + ("dealerhsip", &["dealerships"]), + ("desriptions", &["descriptions"]), + ("memeasurement", &["measurement"]), + ("scandonavia", &["scandinavia"]), + ("nauseos", &["nauseous"]), + ("prision", &["prison"]), + ("perhiperal", &["peripheral"]), + ("potenial", &["potential"]), + ("lighers", &["lighters", "liars", "ligers"]), + ("godesses", &["goddesses"]), + ("encording", &["encoding"]), + ("claimes", &["claims"]), + ("conclution", &["conclusion"]), + ("buguous", &["bogus"]), + ("editter", &["editor"]), + ("disciplinare", &["discipline"]), + ("opportuity", &["opportunity"]), + ("digitial", &["digital"]), + ("implemeted", &["implemented"]), + ("forearmes", &["forearms"]), + ("plausibel", &["plausible"]), + ("dusbtep", &["dubstep"]), + ("disastreous", &["disastrous"]), + ("ststion", &["station"]), + ("orientarlo", &["oriental"]), + ("nasts", &["masts", "nests"]), + ("presumendo", &["presumed"]), + ("srink", &["shrink"]), + ("hyopcrite", &["hypocrite"]), + ("econimists", &["economists"]), + ("repetion", &["repetition"]), + ("trewthfully", &["truthfully"]), + ("realistisch", &["realistic"]), + ("resarts", &["restarts"]), + ("upsrteamer", &["upstreamer"]), + ("teenages", &["teenagers"]), + ("corret", &["correct"]), + ("lifeteime", &["lifetime"]), + ("pleothra", &["plethora"]), + ("perferrmences", &["performances"]), + ("disillusionned", &["disillusioned"]), + ("intialy", &["initially"]), + ("casualries", &["casualties"]), + ("algoprithm", &["algorithm"]), + ("perfers", &["prefers"]), + ("underlow", &["underflow"]), + ("charascters", &["characters"]), + ("delimma", &["dilemma"]), + ("intermitten", &["intermittent"]), + ("compresing", &["compressing"]), + ("implimcit", &["implicit"]), + ("exaclty", &["exactly"]), + ("neighorhoods", &["neighborhoods"]), + ("baksetball", &["basketball"]), + ("iteger", &["integer"]), + ("guarranted", &["guaranteed"]), + ("recognizeable", &["recognizable"]), + ("tragets", &["targets"]), + ("concentraited", &["concentrated"]), + ("volonteered", &["volunteered"]), + ("expceted", &["expected"]), + ("mangement", &["management"]), + ("inseted", &["inserted"]), + ("natrual", &["natural"]), + ("untrianed", &["untrained"]), + ("recommandation", &["recommendation"]), + ("synchonised", &["synchronised"]), + ("newcastel", &["newcastle"]), + ("incremnet", &["increment"]), + ("happpens", &["happens"]), + ("idependently", &["independently"]), + ("moent", &["moment"]), + ("proficit", &["proficient"]), + ("presentase", &["presents"]), + ("perseeding", &["preceding"]), + ("sigificance", &["significance"]), + ("timmestamp", &["timestamp"]), + ("supplated", &["supplanted"]), + ("stereotypers", &["stereotypes"]), + ("obation", &["ovation"]), + ("sopunding", &["sounding"]), + ("endrose", &["endorse"]), + ("subnegotioation", &["subnegotiation"]), + ("slcies", &["slices"]), + ("commiest", &["commits"]), + ("staulk", &["stalk"]), + ("transcordings", &["transcodings"]), + ("inposible", &["impossible"]), + ("octobear", &["october"]), + ("hypertrophey", &["hypertrophy"]), + ("longst", &["longest"]), + ("imperialims", &["imperialism"]), + ("descriptior", &["descriptor"]), + ("severily", &["severely"]), + ("eliminato", &["elimination"]), + ("privilegier", &["privilege"]), + ("opned", &["opened"]), + ("incongito", &["incognito"]), + ("millionarie", &["millionaire"]), + ("structrued", &["structured"]), + ("scholary", &["scholarly"]), + ("sircle", &["circle"]), + ("bectors", &["vectors"]), + ("dungeos", &["dungeons"]), + ("metaphysisch", &["metaphysics"]), + ("switiches", &["switches"]), + ("undetstand", &["understand"]), + ("corresponing", &["corresponding"]), + ("thurough", &["thorough"]), + ("ridicoulus", &["ridiculous"]), + ("instrutions", &["instructions"]), + ("senitnel", &["sentinel"]), + ("pipelin", &["pipeline"]), + ("delpoys", &["deploys"]), + ("susinkt", &["succinct"]), + ("follewer", &["follower"]), + ("impropre", &["improper"]), + ("intellectuel", &["intellectual"]), + ("expriences", &["experiences"]), + ("singulator", &["singular"]), + ("unprecendented", &["unprecedented"]), + ("psychedilics", &["psychedelics"]), + ("camperas", &["campers"]), + ("promiscuious", &["promiscuous"]), + ("cotnained", &["contained"]), + ("buittons", &["buttons"]), + ("incorporare", &["incorporate"]), + ("etensions", &["extensions"]), + ("whem", &["when"]), + ("youa", &["you"]), + ("descide", &["decide"]), + ("piggypacked", &["piggybacked"]), + ("defenselss", &["defenseless"]), + ("expedetion", &["expedition"]), + ("premeire", &["premiere"]), + ("presetation", &["presentation"]), + ("hav", &["have", "half"]), + ("phoentic", &["phonetic"]), + ("childerns", &["childrens"]), + ("buuild", &["build"]), + ("gaurding", &["guarding"]), + ("illnesess", &["illnesses"]), + ("coallesces", &["coalesces"]), + ("tannheill", &["tannehill"]), + ("subjectivily", &["subjectively"]), + ("techinique", &["technique"]), + ("firmeware", &["firmware"]), + ("accodrs", &["accords"]), + ("beuraucracy", &["bureaucracy"]), + ("inlalid", &["invalid"]), + ("imediatly", &["immediately"]), + ("schyzophrenia", &["schizophrenia"]), + ("settins", &["settings"]), + ("stting", &["string", "setting", "sitting"]), + ("dieletric", &["dielectric"]), + ("alled", &["called", "allied"]), + ("polariy", &["polarity"]), + ("unreigstered", &["unregistered"]), + ("executred", &["executed"]), + ("categoried", &["categorized"]), + ("preinitalization", &["preinitialization"]), + ("vritualization", &["virtualization"]), + ("minimumn", &["minimum"]), + ("recomends", &["recommends"]), + ("impactos", &["impacts"]), + ("sapphirre", &["sapphire"]), + ("amonsgt", &["amongst"]), + ("specifix", &["specific", "specifics"]), + ("signifantly", &["significantly"]), + ("porsalin", &["porcelain"]), + ("shemas", &["schemas"]), + ("trrigers", &["triggers"]), + ("underwares", &["underwater"]), + ("ocupied", &["occupied"]), + ("stabilizies", &["stabilize"]), + ("abstante", &["bastante"]), + ("dependencis", &["dependencies"]), + ("acquiessed", &["acquiesced"]), + ("nueroscience", &["neuroscience"]), + ("unneeeded", &["unneeded"]), + ("laughabley", &["laughably"]), + ("sufficent", &["sufficient"]), + ("declartiuon", &["declaration"]), + ("hiarchical", &["hierarchical"]), + ("exmaple", &["example"]), + ("suprassing", &["surpassing"]), + ("visualy", &["visually"]), + ("demmangled", &["demangled"]), + ("interpretaciones", &["interpretations"]), + ("overwites", &["overwrites"]), + ("timespanp", &["timespan"]), + ("finded", &["fined", "found", "funded"]), + ("fysisist", &["physicist"]), + ("disapat", &["dissipate"]), + ("preimums", &["premiums"]), + ("togueter", &["together"]), + ("indictate", &["indicate"]), + ("mashines", &["machines"]), + ("rosettta", &["rosetta"]), + ("dedections", &["detections"]), + ("detemining", &["determining"]), + ("descripto", &["descriptor"]), + ("microtax", &["microatx"]), + ("fron", &["from", "front"]), + ("authencticates", &["authenticates"]), + ("constrcuted", &["constructed"]), + ("deccimal", &["decimal"]), + ("chipslect", &["chipselect"]), + ("unrgesiter", &["unregister"]), + ("aquarim", &["aquarium"]), + ("unweildly", &["unwieldy"]), + ("yeterday", &["yesterday"]), + ("equiped", &["equipped"]), + ("flacors", &["flavors"]), + ("dispalcements", &["displacements"]), + ("officeally", &["officially"]), + ("comparater", &["comparator"]), + ("exaggurate", &["exaggerate"]), + ("cnfigures", &["configures"]), + ("situaion", &["situation"]), + ("practic", &["practice"]), + ("competitavely", &["competitively"]), + ("authenfiors", &["authenticators"]), + ("situationals", &["situations", "situational"]), + ("neverhteless", &["nevertheless"]), + ("recrete", &["recreate"]), + ("diminshed", &["diminished"]), + ("subsidizies", &["subsidize"]), + ("condifuration", &["configuration"]), + ("enlargments", &["enlargements"]), + ("tranlate", &["translate"]), + ("efficiancy", &["efficiency"]), + ("dieties", &["deities"]), + ("implusive", &["impulsive"]), + ("chlild", &["child"]), + ("comtpon", &["compton"]), + ("stopps", &["stops"]), + ("persepctives", &["perspectives"]), + ("lemosine", &["limousine"]), + ("documentarse", &["documentaries"]), + ("dismisse", &["dismissive"]), + ("sircles", &["circles"]), + ("autonegoation", &["autonegotiation"]), + ("discolsure", &["disclosure"]), + ("viewpiont", &["viewpoint"]), + ("infintie", &["infinite"]), + ("simulatanous", &["simultaneous"]), + ("acceleratoin", &["acceleration"]), + ("elemnt", &["element"]), + ("gental", &["gentle"]), + ("deslects", &["deselects"]), + ("spports", &["supports"]), + ("struggels", &["struggles"]), + ("administro", &["administer"]), + ("recordss", &["records"]), + ("experamentation", &["experimentation"]), + ("autonegotatiation", &["autonegotiation"]), + ("heirachies", &["hierarchies"]), + ("pairocheally", &["parochially"]), + ("noticalbe", &["noticeable"]), + ("delimitiaions", &["delimitations"]), + ("integrarlo", &["integral"]), + ("embarrased", &["embarrassed"]), + ("grather", &["greater", "gather"]), + ("guaratees", &["guarantees"]), + ("golbally", &["globally"]), + ("regural", &["regular"]), + ("orgainzation", &["organizations"]), + ("youo", &["you"]), + ("milivolts", &["millivolts"]), + ("contaire", &["containers"]), + ("pyhsically", &["physically"]), + ("sigature", &["signature"]), + ("predictment", &["predicament"]), + ("beyoncye", &["beyonce"]), + ("discoteque", &["discotheque"]), + ("colecting", &["collecting"]), + ("grieifng", &["griefing"]), + ("curvatrue", &["curvature"]), + ("improvments", &["improvements"]), + ("configiration", &["configuration"]), + ("actuallly", &["actually"]), + ("tdod", &["todo"]), + ("emiting", &["emitting"]), + ("trubled", &["troubled"]), + ("folliwind", &["following"]), + ("bsaically", &["basically"]), + ("interlectuals", &["intellectuals"]), + ("speach", &["speech"]), + ("reaplying", &["replaying"]), + ("entitlied", &["entitled"]), + ("unsucceedde", &["unsuccessful"]), + ("crystalens", &["crystals"]), + ("paranoica", &["paranoia"]), + ("seracher", &["searcher"]), + ("bitterseet", &["bittersweet"]), + ("expessive", &["expressive"]), + ("mathmatician", &["mathematician"]), + ("negtive", &["negative"]), + ("sydnrome", &["syndrome"]), + ("begginig", &["begging", "beginning"]), + ("nieghboring", &["neighboring"]), + ("sissering", &["scissoring"]), + ("aleinating", &["alienating"]), + ("circunference", &["circumference"]), + ("arbitre", &["arbiter"]), + ("milisecons", &["milliseconds"]), + ("oftern", &["often"]), + ("brackground", &["background"]), + ("scupt", &["sculpt"]), + ("materil", &["material"]), + ("smpt", &["smtp", "smtpe"]), + ("foound", &["found"]), + ("similarlly", &["similarly"]), + ("workbenchch", &["workbench"]), + ("placematt", &["placemat", "placement"]), + ("pipleine", &["pipeline"]), + ("regist", &["register"]), + ("fundamentalis", &["fundamentals"]), + ("distribtions", &["distributions"]), + ("confuguring", &["configuring"]), + ("advertisted", &["advertised"]), + ("disconeects", &["disconnects"]), + ("initialisatons", &["initialisations"]), + ("irresponsibile", &["irresponsible"]), + ("dispensarios", &["dispensaries"]), + ("vulernability", &["vulnerability"]), + ("playofs", &["playoffs"]), + ("definaltey", &["definitely"]), + ("christimas", &["christians"]), + ("decreas", &["decrease"]), + ("universial", &["universal"]), + ("resourece", &["resource"]), + ("compilant", &["compliant"]), + ("authendication", &["authentication"]), + ("classifcations", &["classifications"]), + ("rinosaruss", &["rhinoceroses"]), + ("depricating", &["deprecating"]), + ("trotzki", &["trotsky"]), + ("guarrantyd", &["guaranteed"]), + ("snythetic", &["synthetic"]), + ("potrayed", &["portrayed"]), + ("guantamano", &["guantanamo"]), + ("cancelations", &["cancellations"]), + ("trougth", &["through"]), + ("propgated", &["propagated"]), + ("institutue", &["instituted"]), + ("environmet", &["environments", "environment"]), + ("situtaions", &["situations"]), + ("modifyed", &["modified"]), + ("harased", &["harassed"]), + ("weeked", &["weekend"]), + ("intresst", &["interest"]), + ("algolithmic", &["algorithmic"]), + ("othersise", &["otherwise"]), + ("imedatly", &["immediately"]), + ("seqeuences", &["sequences"]), + ("corrdinator", &["coordinator"]), + ("realtionship", &["relationship"]), + ("acheevable", &["achievable"]), + ("amendmenters", &["amendments"]), + ("addditional", &["additional"]), + ("permisisons", &["permissions"]), + ("unreaponsive", &["unresponsive"]), + ("datebase", &["database"]), + ("moduel", &["module"]), + ("negoatiators", &["negotiators"]), + ("sciprted", &["scripted"]), + ("indiating", &["indicating"]), + ("convesation", &["conversation"]), + ("cathlic", &["catholic"]), + ("quickets", &["quickest"]), + ("mathamatical", &["mathematical"]), + ("viatnamese", &["vietnamese"]), + ("tonigh", &["tonight"]), + ("preserverd", &["preserved"]), + ("reporeted", &["reported"]), + ("sintacts", &["syntax"]), + ("emmisary", &["emissary"]), + ("improvemens", &["improvements"]), + ("exchaustive", &["exhaustive"]), + ("disccuss", &["discuss"]), + ("regenade", &["renegade"]), + ("playabe", &["playable"]), + ("battlestsr", &["battlestar"]), + ("executionor", &["executioner"]), + ("rhethorical", &["rhetorical"]), + ("skurges", &["scourges"]), + ("recoveres", &["recovers"]), + ("indirektly", &["indirectly"]), + ("decscription", &["description"]), + ("accquainted", &["acquainted"]), + ("farenheight", &["fahrenheit"]), + ("illegitimt", &["illegitimate"]), + ("liberalisim", &["liberalism"]), + ("parmter", &["parameter"]), + ("disrepresentation", &["misrepresentation"]), + ("unintensional", &["unintentional"]), + ("legendaires", &["legendaries"]), + ("journalis", &["journals"]), + ("unneedingly", &["unnecessarily"]), + ("memor", &["memory"]), + ("becaise", &["because"]), + ("eachtoher", &["eachother"]), + ("propertie", &["property", "properties"]), + ("resereved", &["reserved"]), + ("reimplementions", &["reimplementations"]), + ("diverstiy", &["diversity"]), + ("ontraio", &["ontario"]), + ("assosciates", &["associates"]), + ("initliased", &["initialised"]), + ("captial", &["capital"]), + ("athetlics", &["athletics"]), + ("priveledged", &["privileged"]), + ("architechturally", &["architecturally"]), + ("rentres", &["renters"]), + ("expirese", &["expires"]), + ("detectionns", &["detections"]), + ("trianlges", &["triangles"]), + ("furmulae", &["formulae"]), + ("backword", &["backward"]), + ("volunterily", &["voluntarily"]), + ("preficiency", &["proficiency"]), + ("transvormation", &["transformation"]), + ("legalizeing", &["legalizing"]), + ("inpect", &["inspect"]), + ("ugprading", &["upgrading"]), + ("monstros", &["monstrous"]), + ("photograhs", &["photographs"]), + ("doccument", &["document"]), + ("resistnaces", &["resistances"]), + ("intgers", &["integers"]), + ("fragent", &["fragment"]), + ("continure", &["continue"]), + ("diffenet", &["different"]), + ("conaint", &["contain"]), + ("gratefull", &["grateful"]), + ("antennaes", &["antennas"]), + ("muscels", &["mussels", "muscles"]), + ("pubish", &["publish"]), + ("competiting", &["competition"]), + ("instanseation", &["instantiation"]), + ("fadind", &["fading"]), + ("timere", &["timer"]), + ("unpredecented", &["unprecedented"]), + ("bottlnecks", &["bottlenecks"]), + ("reectangular", &["rectangular"]), + ("prostitues", &["prostitutes"]), + ("instaslled", &["installed"]), + ("descrptor", &["descriptor"]), + ("mutlipler", &["multiplier", "multiple"]), + ("repressent", &["represents", "represent"]), + ("cosed", &["closed"]), + ("commandore", &["commanders"]), + ("curriculim", &["curriculum"]), + ("excetpion", &["exception"]), + ("resorced", &["resourced"]), + ("cumulatative", &["cumulative"]), + ("scriptores", &["scriptures"]), + ("covnertible", &["convertible"]), + ("containrs", &["containers"]), + ("dissimialr", &["dissimilar"]), + ("undefinetively", &["indefinitely"]), + ("sandstrom", &["sandstorm"]), + ("concurent", &["concurrent"]), + ("centisencond", &["centisecond"]), + ("sandard", &["standard"]), + ("freqeuncy", &["frequency"]), + ("proclamied", &["proclaimed"]), + ("mezmorized", &["mesmerized"]), + ("resourcsed", &["resourced", "resource"]), + ("intruduces", &["introduces"]), + ("configuratrion", &["configuration"]), + ("maintanability", &["maintainability"]), + ("infilitration", &["infiltration"]), + ("extraordinarilly", &["extraordinary"]), + ("filcker", &["flicker"]), + ("constrants", &["constraints"]), + ("maneouvre", &["manoeuvre"]), + ("vectorss", &["vectors"]), + ("diminuitive", &["diminutive"]), + ("neigbourhood", &["neighbourhood"]), + ("uninitalised", &["uninitialised"]), + ("associted", &["associated"]), + ("disapear", &["disappear"]), + ("continueous", &["continuous"]), + ("happpenings", &["happenings"]), + ("awkwardess", &["awkwardness"]), + ("acccuracy", &["accuracy"]), + ("vill", &["will"]), + ("formulat", &["formula"]), + ("pendatic", &["pedantic"]), + ("sourcee", &["source"]), + ("methpd", &["method"]), + ("laringes", &["larynxes"]), + ("prosessor", &["processor"]), + ("synidcate", &["syndicate"]), + ("posessed", &["possessed"]), + ("cleens", &["cleans"]), + ("pefer", &["prefer"]), + ("itesm", &["items"]), + ("recrod", &["record"]), + ("declartated", &["declared"]), + ("bimask", &["bitmask"]), + ("trimed", &["trimmed"]), + ("scarmble", &["scramble"]), + ("faied", &["failed", "fade"]), + ("patirots", &["patriots"]), + ("poweshell", &["powershell"]), + ("alos", &["also"]), + ("chnanging", &["changing"]), + ("ideologisk", &["ideologies"]), + ("allocaing", &["allocating"]), + ("candiadate", &["candidate"]), + ("multliplied", &["multiplied"]), + ("submerines", &["submarines"]), + ("standaradized", &["standardized"]), + ("fascization", &["fascination"]), + ("implenmentation", &["implementation"]), + ("messges", &["messages"]), + ("continunes", &["continents"]), + ("ubiquitious", &["ubiquitous"]), + ("substitutents", &["substituents"]), + ("globel", &["global"]), + ("psychadelic", &["psychedelic"]), + ("digesty", &["digest"]), + ("problme", &["problem"]), + ("aggergate", &["aggregate"]), + ("prposers", &["proposers"]), + ("acoordingly", &["accordingly"]), + ("declarded", &["declared"]), + ("follwwing", &["following"]), + ("accustumed", &["accustomed"]), + ("indoctrication", &["indoctrination"]), + ("nirtogen", &["nitrogen"]), + ("degoratory", &["derogatory"]), + ("abstrcts", &["abstracts"]), + ("assignmnet", &["assignment"]), + ("chekcmate", &["checkmate"]), + ("cassowarry", &["cassowary"]), + ("illigitemate", &["illegitimate"]), + ("completey", &["completely"]), + ("controlable", &["controllable"]), + ("previsou", &["previous"]), + ("valkiyre", &["valkyrie"]), + ("craces", &["crates", "graces"]), + ("restrictins", &["restricts"]), + ("objectivy", &["objectivity"]), + ("occurately", &["accurately"]), + ("instuction", &["instruction"]), + ("querried", &["queried"]), + ("registation", &["registration"]), + ("synonymns", &["synonyms"]), + ("perfecty", &["perfectly"]), + ("continunity", &["continuity"]), + ("alais", &["alias"]), + ("destinatinos", &["destinations"]), + ("mortarts", &["mortars"]), + ("efficiantly", &["efficiently"]), + ("fasens", &["fasels", "fastens"]), + ("peripheals", &["peripherals"]), + ("comensurate", &["commensurate"]), + ("withrawal", &["withdrawal"]), + ("demostrate", &["demonstrate"]), + ("calculte", &["calculate"]), + ("propagationn", &["propagation"]), + ("autority", &["authority"]), + ("assomption", &["assumption"]), + ("ogranisation", &["organisation"]), + ("delevopment", &["development"]), + ("offens", &["offend", "offends", "offense", "offers"]), + ("accellerate", &["accelerate"]), + ("synchonization", &["synchronization"]), + ("espressino", &["espresso"]), + ("donig", &["doing"]), + ("autoropeat", &["autorepeat"]), + ("nvironment", &["environment"]), + ("trubles", &["troubles"]), + ("expoert", &["export", "expert"]), + ("contet", &["contest", "content", "context"]), + ("requesst", &["request"]), + ("pattented", &["patented"]), + ("generationers", &["generations"]), + ("follong", &["following"]), + ("verisoning", &["versioning"]), + ("springfied", &["springfield"]), + ("remaped", &["remapped"]), + ("apihelion", &["aphelion"]), + ("iritate", &["irritate"]), + ("enconder", &["encoder"]), + ("spefial", &["special"]), + ("dimensionaility", &["dimensionality"]), + ("negotatiators", &["negotiators"]), + ("tralier", &["trailer"]), + ("pronous", &["pronouns"]), + ("seperation", &["separation"]), + ("heavnely", &["heavenly"]), + ("diaplay", &["display"]), + ("algined", &["alined"]), + ("pattrens", &["patterns", "patrons"]), + ("liscense", &["license"]), + ("tranform", &["transform"]), + ("interestinly", &["interestingly"]), + ("blodk", &["block"]), + ("penatlies", &["penalties"]), + ("progamm", &["program"]), + ("triptickes", &["triptychs"]), + ("negitiator", &["negotiator"]), + ("insesitively", &["insensitively"]), + ("accordding", &["according"]), + ("premits", &["permits"]), + ("unkonw", &["unknown"]), + ("inconsecuential", &["inconsequential"]), + ("songled", &["singled", "dongled"]), + ("uncommmenting", &["uncommenting"]), + ("serimony", &["ceremony"]), + ("fedality", &["fidelity"]), + ("ende", &["end"]), + ("inconviniences", &["inconveniences"]), + ("inventivos", &["inventions"]), + ("infiltrare", &["infiltrate"]), + ("manuever", &["maneuver"]), + ("bottons", &["bottoms", "buttons"]), + ("radeuses", &["radii", "radiuses"]), + ("upadters", &["updaters"]), + ("vertikal", &["vertical"]), + ("skrawberries", &["strawberries"]), + ("encrytpion", &["encryption"]), + ("escapeable", &["escapable"]), + ("boolens", &["booleans"]), + ("communsim", &["communism"]), + ("cockroahes", &["cockroaches"]), + ("rememberes", &["remembers"]), + ("neighrouring", &["neighbouring"]), + ("sensacionalism", &["sensationalism"]), + ("recconeccted", &["reconnected"]), + ("presearving", &["preserving"]), + ("systhemwindow", &["systemwindow"]), + ("retarted", &["restarted"]), + ("beause", &["because"]), + ("glagsow", &["glasgow"]), + ("distributons", &["distributors"]), + ("emty", &["empty"]), + ("delared", &["declared"]), + ("propety", &["property"]), + ("surpresses", &["suppresses"]), + ("proprotionally", &["proportionally"]), + ("exagguration", &["exaggeration"]), + ("peacefuly", &["peacefully"]), + ("subnegotitaion", &["subnegotiation"]), + ("integated", &["integrated"]), + ("geometyr", &["geometry"]), + ("notifactions", &["notifications"]), + ("snippent", &["snippet"]), + ("preverses", &["preserves"]), + ("pennsylvnia", &["pennsylvania"]), + ("initals", &["initials"]), + ("acuiring", &["acquiring"]), + ("thankfullly", &["thankfully"]), + ("mebrain", &["membrane"]), + ("dispalying", &["displaying"]), + ("meeds", &["needs"]), + ("directtions", &["directions"]), + ("macaronni", &["macaroni"]), + ("coversation", &["conversation"]), + ("experimtened", &["experimented"]), + ("experimetnal", &["experimental"]), + ("befreind", &["befriend"]), + ("goregous", &["gorgeous"]), + ("repositor", &["repository"]), + ("smoot", &["smooth"]), + ("shecker", &["checker", "shucker"]), + ("calucate", &["calculate"]), + ("evidentally", &["evidently"]), + ("conecutive", &["consecutive"]), + ("assuma", &["assume"]), + ("commpaction", &["compaction"]), + ("spefixics", &["specifics"]), + ("physicion", &["physician"]), + ("mistakinly", &["mistakenly"]), + ("superme", &["supreme"]), + ("acutality", &["actuality"]), + ("adjancent", &["adjacent"]), + ("agricolture", &["agriculture"]), + ("sergent", &["sergeant"]), + ("assumas", &["assumes"]), + ("initilisation", &["initialisation"]), + ("naybhorhood", &["neighborhood"]), + ("ouside", &["outside"]), + ("originiated", &["originated"]), + ("helictopers", &["helicopters"]), + ("millimitre", &["millimetre"]), + ("syclical", &["cyclical", "physical"]), + ("muliplier", &["multiplier"]), + ("sute", &["site", "suite", "suit"]), + ("defition", &["definition"]), + ("extry", &["entry"]), + ("acccordances", &["accordances"]), + ("automattic", &["automatic"]), + ("organzie", &["organize"]), + ("minsicule", &["miniscule"]), + ("ligitamacy", &["legitimacy"]), + ("accoring", &["according", "occurring"]), + ("acchiev", &["achieve"]), + ("arbitriray", &["arbitrary"]), + ("verctor", &["vector"]), + ("predecessores", &["predecessors"]), + ("catterpillars", &["caterpillars"]), + ("experimanented", &["experimented"]), + ("cycic", &["cyclic"]), + ("ellipitcal", &["elliptical"]), + ("maesurements", &["measurements"]), + ("argumentents", &["arguments"]), + ("specailists", &["specialists"]), + ("rsicv", &["riscv"]), + ("ectastic", &["ecstatic"]), + ("bulgariska", &["bulgaria"]), + ("identificaiton", &["identification"]), + ("chaper", &["chapter"]), + ("contect", &["contact", "context", "connect"]), + ("reminent", &["remnant"]), + ("spliter", &["splitter"]), + ("proseletyzing", &["proselytizing"]), + ("comparabil", &["comparable"]), + ("acquifer", &["acquire"]), + ("carpetner", &["carpenter"]), + ("onbaord", &["onboard"]), + ("acelerated", &["accelerated"]), + ("chuned", &["chunked"]), + ("unstalling", &["installing", "uninstalling"]), + ("photograhper", &["photographer"]), + ("inefficeint", &["inefficient"]), + ("suefull", &["useful"]), + ("inbalance", &["imbalance"]), + ("validing", &["validating"]), + ("chisiled", &["chiseled"]), + ("destuctors", &["destructors"]), + ("negothiating", &["negotiating"]), + ("operaton", &["operation"]), + ("opearor", &["operator"]), + ("ignorring", &["ignoring"]), + ("receiever", &["receiver"]), + ("librabie", &["library"]), + ("catastropic", &["catastrophic"]), + ("recided", &["resided"]), + ("succees", &["succeeds", "success"]), + ("effectivley", &["effectively"]), + ("reults", &["results"]), + ("allo", &["allow"]), + ("traveses", &["traverses"]), + ("represnts", &["represents"]), + ("unbeateble", &["unbeatable"]), + ("certficiation", &["certification"]), + ("formelly", &["formerly"]), + ("cleanies", &["cleanse"]), + ("amplitde", &["amplitude"]), + ("cymptumaticaly", &["symptomatically"]), + ("picthed", &["pitched"]), + ("decoartions", &["decoration"]), + ("visble", &["visible"]), + ("capapbilities", &["capabilities"]), + ("ocotpus", &["octopus"]), + ("comamndline", &["commandline"]), + ("subscribar", &["subscriber"]), + ("hokpins", &["hopkins"]), + ("tresuring", &["treasuring"]), + ("mesages", &["messages"]), + ("amny", &["many"]), + ("incative", &["inactive"]), + ("wakthrough", &["walkthrough"]), + ("renegoatiating", &["renegotiating"]), + ("passthruogh", &["passthrough"]), + ("correspondente", &["correspondence"]), + ("nessecarry", &["necessary"]), + ("traslated", &["translated"]), + ("referendom", &["referendum"]), + ("pharoh", &["pharaoh"]), + ("outselves", &["ourselves"]), + ("controles", &["controls", "controllers"]), + ("consoldiate", &["consolidate"]), + ("despies", &["despise"]), + ("istened", &["listened"]), + ("mananger", &["manager"]), + ("legitmate", &["legitimate"]), + ("coalasing", &["coalescing"]), + ("incompetant", &["incompetent"]), + ("trye", &["true", "try"]), + ("usccess", &["success"]), + ("scartched", &["scratched"]), + ("strech", &["stretch"]), + ("adviseur", &["adviser"]), + ("reinitalised", &["reinitialised"]), + ("readanle", &["readable"]), + ("lenghten", &["lengthen"]), + ("texures", &["textures"]), + ("finge", &["finger", "fringe"]), + ("exponantially", &["exponentially"]), + ("comited", &["committed"]), + ("ded", &["dead"]), + ("prevoiusly", &["previously"]), + ("chochkas", &["tchotchkes"]), + ("coalased", &["coalesced"]), + ("negligeble", &["negligible"]), + ("sleepp", &["sleep"]), + ("matricy", &["matrices"]), + ("mathced", &["matched"]), + ("abrutply", &["abruptly"]), + ("publisehrs", &["publishers"]), + ("sysbols", &["symbols"]), + ("condtiions", &["conditions"]), + ("altruisitic", &["altruistic"]), + ("whsipers", &["whispers"]), + ("moveement", &["movement"]), + ("mariabd", &["mariadb"]), + ("reccording", &["recording"]), + ("experementally", &["experimentally"]), + ("referreres", &["referrers"]), + ("dialetcs", &["dialects"]), + ("miminising", &["minimising"]), + ("recrutiers", &["recruiters"]), + ("beautifullly", &["beautifully"]), + ("recordarte", &["recorder"]), + ("addressess", &["addresses"]), + ("beginninng", &["beginnings"]), + ("leasy", &["least"]), + ("dessigned", &["designed"]), + ("postioned", &["positioned"]), + ("parasitisme", &["parasites"]), + ("superviso", &["supervision"]), + ("quartenions", &["quaternions"]), + ("transpencies", &["transparencies"]), + ("precondidition", &["precondition"]), + ("acender", &["ascender"]), + ("ouur", &["our"]), + ("indicaite", &["indicate"]), + ("pragmatisch", &["pragmatic"]), + ("curreents", &["currents"]), + ("gilotine", &["guillotine"]), + ("axixsymmetric", &["axisymmetric"]), + ("liberalnim", &["liberalism"]), + ("coprighted", &["copyrighted"]), + ("accumilation", &["accumulation"]), + ("gracefull", &["graceful"]), + ("preculded", &["precluded"]), + ("philedalphia", &["philadelphia"]), + ("somethingis", &["somethings"]), + ("procedding", &["proceeding"]), + ("peepels", &["peoples"]), + ("radiobuttion", &["radiobutton"]), + ("speficifcation", &["specification"]), + ("dissappering", &["disappearing"]), + ("tiemstamp", &["timestamp"]), + ("hanshake", &["handshake"]), + ("atrosities", &["atrocities"]), + ("penultimante", &["penultimate"]), + ("adequet", &["adequate"]), + ("upgradring", &["upgrading"]), + ("emtpied", &["emptied"]), + ("decomposeion", &["decomposition"]), + ("interacsion", &["interaction"]), + ("independedly", &["independently"]), + ("diasble", &["disable"]), + ("sotres", &["stores"]), + ("neighbourhoof", &["neighbourhood"]), + ("checkums", &["checksums"]), + ("vertabrays", &["vertebraes"]), + ("expermenetation", &["experimentation"]), + ("boardcasts", &["broadcasts"]), + ("techmological", &["technological"]), + ("premiare", &["premier"]), + ("customizible", &["customizable"]), + ("rescueing", &["rescuing"]), + ("copletes", &["completes"]), + ("chanisaw", &["chainsaw"]), + ("memer", &["member"]), + ("prarameter", &["parameter"]), + ("appreciateing", &["appreciating"]), + ("beuraucratically", &["bureaucratically"]), + ("uninitialse", &["uninitialise"]), + ("payed", &["paid"]), + ("destroied", &["destroyed"]), + ("seege", &["siege"]), + ("sargeant", &["sergeant"]), + ("corrupeted", &["corrupted"]), + ("assumpted", &["assumed"]), + ("eugneics", &["eugenics"]), + ("degredation", &["degradation"]), + ("contcat", &["contact"]), + ("humanitarna", &["humanitarian"]), + ("qeuests", &["quests"]), + ("withtout", &["without"]), + ("indefinitley", &["indefinitely"]), + ("dicksih", &["dickish"]), + ("minnimums", &["minimums"]), + ("sucessfukk", &["successful"]), + ("temportarily", &["temporarily"]), + ("bluetooh", &["bluetooth"]), + ("indugle", &["indulge"]), + ("incredibile", &["incredible"]), + ("volonteers", &["volunteers"]), + ("opreating", &["operating"]), + ("numearate", &["numerate"]), + ("critizicing", &["criticizing"]), + ("abstrats", &["abstracts"]), + ("superseeding", &["superseding"]), + ("aucitons", &["auctions"]), + ("braceletts", &["bracelets"]), + ("coloublind", &["colorblind"]), + ("commnetators", &["commentators"]), + ("moniter", &["monitor"]), + ("keychan", &["keychain"]), + ("supected", &["suspected"]), + ("exchanching", &["exchanging"]), + ("boundery", &["boundary"]), + ("tablespons", &["tablespoons"]), + ("foresnic", &["forensic"]), + ("timestaping", &["timestamping"]), + ("autheniticating", &["authenticating"]), + ("flaghsip", &["flagship"]), + ("autimatic", &["automatic"]), + ("enything", &["anything"]), + ("perserveres", &["perseveres"]), + ("missiony", &["missionary"]), + ("neutralt", &["neutrality"]), + ("paralle", &["parallel"]), + ("rertiever", &["retriever"]), + ("transolation", &["translation"]), + ("fassade", &["facade"]), + ("enity", &["entity", "enmity"]), + ("mutimodule", &["multimodule"]), + ("intertia", &["inertia"]), + ("displayig", &["displaying"]), + ("inapproprietly", &["inappropriately"]), + ("charactet", &["character"]), + ("pharmasuticals", &["pharmaceuticals"]), + ("laotions", &["laotians", "lotions"]), + ("pakage", &["package"]), + ("authenticateion", &["authentication"]), + ("substitions", &["substitutions"]), + ("crosair", &["corsair"]), + ("morever", &["moreover"]), + ("deceptionist", &["receptionist"]), + ("possily", &["possibly"]), + ("emmision", &["emission"]), + ("assignenmet", &["assignment"]), + ("cursade", &["crusade"]), + ("assertinos", &["assertions"]), + ("sart", &["star", "start"]), + ("delgated", &["delegated"]), + ("photografic", &["photographic"]), + ("serializatioin", &["serialization"]), + ("guareded", &["guarded"]), + ("meanining", &["meaning"]), + ("whitepace", &["whitespace"]), + ("compressers", &["compressors"]), + ("battelship", &["battleship"]), + ("amgiguous", &["ambiguous"]), + ("complextions", &["complexions"]), + ("frontapge", &["frontpage"]), + ("decordings", &["decodings"]), + ("shileding", &["shielding"]), + ("accociation", &["association"]), + ("ater", &["after"]), + ("etsbalishment", &["establishment"]), + ("docucument", &["document"]), + ("benchmar", &["benchmark"]), + ("alternitiveness", &["alternativeness"]), + ("quantaties", &["quantities"]), + ("tighetning", &["tightening"]), + ("publsihers", &["publishers"]), + ("avoinds", &["avoids"]), + ("superseed", &["supersede"]), + ("allocaed", &["allocated"]), + ("superfulous", &["superfluous"]), + ("upsrteam", &["upstream"]), + ("studing", &["studying"]), + ("unimplmented", &["unimplemented"]), + ("mehodically", &["methodically"]), + ("guarnatey", &["guaranty"]), + ("consquently", &["consequently"]), + ("aferwards", &["afterwards"]), + ("compresser", &["compressor"]), + ("entreprenaurs", &["entrepreneurs"]), + ("bufferes", &["buffered", "buffers"]), + ("campere", &["ampere", "compare"]), + ("reaplugs", &["earplugs"]), + ("aninteresting", &["uninteresting"]), + ("technicion", &["technician"]), + ("microscopice", &["microscope"]), + ("aovid", &["avoid"]), + ("implememts", &["implements"]), + ("speficity", &["specificity"]), + ("eurpean", &["european"]), + ("transfroms", &["transforms"]), + ("progamatic", &["programmatic"]), + ("stadard", &["standard"]), + ("invaraibly", &["invariably"]), + ("conjonctive", &["conjunctive"]), + ("texured", &["textured"]), + ("togater", &["together"]), + ("postdam", &["potsdam"]), + ("sufocates", &["suffocates"]), + ("visibley", &["visibly"]), + ("arranent", &["arrangement"]), + ("comparsions", &["comparisons"]), + ("poicies", &["policies"]), + ("searchin", &["searching"]), + ("behabiours", &["behaviours"]), + ("exposees", &["exposes"]), + ("voxes", &["voxels", "voxel"]), + ("invokations", &["invocations"]), + ("shenanagans", &["shenanigans"]), + ("coputes", &["computes"]), + ("mathematicals", &["mathematics"]), + ("videogamemes", &["videogames"]), + ("pubishers", &["publishers"]), + ("asychronous", &["asynchronous"]), + ("acceleation", &["acceleration"]), + ("transgrassion", &["transgression"]), + ("dowloading", &["downloading"]), + ("vertixes", &["vertices"]), + ("progressino", &["progressions"]), + ("actvities", &["activities"]), + ("illuminauti", &["illuminati"]), + ("chocolae", &["chocolates"]), + ("dissasemblies", &["disassemblies"]), + ("unresponive", &["unresponsive"]), + ("ahd", &["had"]), + ("disclipinary", &["disciplinary"]), + ("domesticted", &["domesticated"]), + ("dedidated", &["dedicated"]), + ("reconeected", &["reconnected"]), + ("followng", &["following"]), + ("pratice", &["practice"]), + ("ideologisen", &["ideologies"]), + ("seseedes", &["secedes"]), + ("cyclits", &["cyclist"]), + ("balitmore", &["baltimore"]), + ("hotpsot", &["hotspot"]), + ("addional", &["additional"]), + ("temprorary", &["temporary"]), + ("agregated", &["aggregated"]), + ("resturaunts", &["restaurants"]), + ("parenthesed", &["parenthesized"]), + ("unuxpected", &["unexpected"]), + ("proteccion", &["protection"]), + ("alwais", &["always"]), + ("defiintely", &["definitely"]), + ("sucessed", &["succeeded"]), + ("concatenaion", &["concatenation"]), + ("indentifies", &["identifies"]), + ("ankshusness", &["anxiousness"]), + ("ppoulator", &["populator"]), + ("catgorical", &["categorical"]), + ("metodologies", &["methodologies"]), + ("configruated", &["configured", "configuration"]), + ("endlessy", &["endlessly"]), + ("managment", &["management"]), + ("abborts", &["aborts", "abbots"]), + ("compnents", &["components"]), + ("warninfs", &["warnings"]), + ("credibilty", &["credibility"]), + ("appart", &["apart"]), + ("luanched", &["launched"]), + ("troubelshoot", &["troubleshoot"]), + ("ligitamate", &["legitimate"]), + ("avisoriy", &["advisory", "advisories"]), + ("enyway", &["anyway"]), + ("partecipated", &["participated"]), + ("manfuacturers", &["manufactures"]), + ("functiion", &["function"]), + ("administres", &["administer"]), + ("sponsorise", &["sponsors"]), + ("staticts", &["statist"]), + ("preserrved", &["preserved"]), + ("crystallis", &["crystals"]), + ("exchanages", &["exchanges"]), + ("chemicaly", &["chemically"]), + ("intentines", &["intestines"]), + ("releive", &["relieve"]), + ("habbit", &["habit"]), + ("circumsice", &["circumcised"]), + ("recontructors", &["reconstructors"]), + ("temprory", &["temporary"]), + ("guarnatees", &["guarantees"]), + ("obvilion", &["oblivion"]), + ("alternavtively", &["alternatively"]), + ("shoing", &["showing"]), + ("leaneant", &["lenient"]), + ("hyopthetical", &["hypothetical"]), + ("professoinal", &["professionals"]), + ("orginisations", &["organisations"]), + ("everyting", &["everything"]), + ("relaibility", &["reliability"]), + ("consturctor", &["constructor"]), + ("everywher", &["everywhere"]), + ("optionnal", &["optional"]), + ("sereouslly", &["seriously"]), + ("priotities", &["priorities"]), + ("opton", &["option"]), + ("complexy", &["complexity"]), + ("comare", &["compare"]), + ("involtued", &["involuted"]), + ("autograh", &["autograph"]), + ("nonsence", &["nonsense"]), + ("dispplay", &["display"]), + ("competitivley", &["competitively"]), + ("nutritents", &["nutrients"]), + ("commandemnts", &["commandment"]), + ("leve", &["levee", "level"]), + ("oragsms", &["orgasms"]), + ("assigend", &["assigned"]), + ("frankenstiner", &["frankenstein"]), + ("beleifes", &["beliefs", "believes"]), + ("challege", &["challenge"]), + ("passowrd", &["password"]), + ("publshing", &["publishing"]), + ("representives", &["representatives"]), + ("protoytpes", &["prototypes"]), + ("mangaed", &["managed"]), + ("pinpoit", &["pinpoint"]), + ("neutrailty", &["neutrality"]), + ("campare", &["compare"]), + ("encarcerated", &["incarcerated"]), + ("techical", &["technical"]), + ("formattring", &["formatting"]), + ("circels", &["circles"]), + ("referenzes", &["references"]), + ("wellingtion", &["wellington"]), + ("inherithed", &["inherited"]), + ("symptums", &["symptoms"]), + ("panthen", &["pantheon"]), + ("nanseconds", &["nanoseconds"]), + ("durabiltiy", &["durability"]), + ("indefinitively", &["indefinitely"]), + ("pemissions", &["permissions"]), + ("sempahores", &["semaphores"]), + ("intertwinded", &["intertwined"]), + ("disssemblies", &["disassemblies"]), + ("mechinisms", &["mechanisms"]), + ("subsricption", &["subscriptions"]), + ("jaques", &["jacques"]), + ("psychemedics", &["psychedelics"]), + ("frist", &["first"]), + ("rathcet", &["ratchet"]), + ("overclocing", &["overclocking"]), + ("principias", &["principals"]), + ("simlarlity", &["similarity"]), + ("embarrissing", &["embarrassing"]), + ("resotration", &["restoration"]), + ("toughtly", &["tightly"]), + ("recongize", &["recognize"]), + ("malplace", &["misplace"]), + ("implememented", &["implemented"]), + ("phsyician", &["physician"]), + ("anuls", &["annulls"]), + ("concatonating", &["concatenating"]), + ("intregity", &["integrity"]), + ("poindcloud", &["pointcloud"]), + ("enumaration", &["enumeration"]), + ("destributors", &["distributors"]), + ("informatio", &["information"]), + ("frightend", &["frightened"]), + ("impossable", &["impossible"]), + ("columnss", &["columns"]), + ("sliped", &["slipped"]), + ("rimanissent", &["reminiscent"]), + ("ininteresting", &["uninteresting"]), + ("naximal", &["maximal"]), + ("folllows", &["follows", "followings"]), + ("condiscending", &["condescending"]), + ("rebellios", &["rebellious"]), + ("downlaoded", &["downloaded"]), + ("explotiative", &["exploitative"]), + ("teleportating", &["teleportation"]), + ("collaboritave", &["collaborative"]), + ("cenvention", &["convention"]), + ("perpatrators", &["perpetrators"]), + ("convaxiity", &["convexity"]), + ("relativisme", &["relatives"]), + ("instersction", &["intersection"]), + ("recuring", &["recurring"]), + ("registrs", &["registers"]), + ("innersection", &["intersection"]), + ("posativity", &["positivity"]), + ("boofay", &["buffet"]), + ("exspenses", &["expenses"]), + ("oppresso", &["oppression"]), + ("conclusiones", &["conclusions"]), + ("apparantly", &["apparently"]), + ("trukish", &["turkish"]), + ("supplaments", &["supplements"]), + ("inspirationnal", &["inspirational"]), + ("sprintas", &["sprints"]), + ("mositurizer", &["moisturizer"]), + ("awesomeley", &["awesomely"]), + ("issure", &["issue"]), + ("executabable", &["executable"]), + ("standerd", &["standard"]), + ("eveing", &["evening"]), + ("passpost", &["passports"]), + ("garrions", &["garrison"]), + ("rnage", &["rage", "range"]), + ("negotiative", &["negotiate"]), + ("foreruners", &["forerunners"]), + ("utiltity", &["utility"]), + ("variablwes", &["variables"]), + ("misued", &["misused"]), + ("describtion", &["description"]), + ("mey", &["may"]), + ("aggrovating", &["aggravating"]), + ("widghet", &["widget"]), + ("sycning", &["syncing"]), + ("interese", &["interested"]), + ("updatess", &["updates"]), + ("interestigly", &["interestingly"]), + ("complelte", &["complete"]), + ("initalizer", &["initializer"]), + ("calcualated", &["calculated"]), + ("collaborato", &["collaboration"]), + ("assaultes", &["assaults"]), + ("commom", &["common"]), + ("interpolaed", &["interpolated"]), + ("supressed", &["suppressed"]), + ("suspicians", &["suspicions"]), + ("provied", &["provide", "provided", "proved"]), + ("fromating", &["formatting"]), + ("mosty", &["mostly"]), + ("aotomaticall", &["automatically"]), + ("warninigs", &["warnings"]), + ("canabelysing", &["cannibalising"]), + ("professonial", &["professionals"]), + ("idelogy", &["ideology"]), + ("apropiately", &["appropriately"]), + ("undertakeing", &["undertaking"]), + ("mesure", &["measure"]), + ("paitently", &["patiently"]), + ("ahould", &["should"]), + ("perferrmances", &["performances"]), + ("minoroties", &["minorities"]), + ("offenest", &["oftenest"]), + ("bargaing", &["bargaining"]), + ("optimzie", &["optimize"]), + ("samaphores", &["semaphores"]), + ("transtormed", &["transformed"]), + ("chlids", &["children"]), + ("shleters", &["shelters"]), + ("bulletts", &["bullets"]), + ("strecth", &["stretch"]), + ("discrimanted", &["discriminated"]), + ("essesitaly", &["essentially"]), + ("multicultralism", &["multiculturalism"]), + ("relatiation", &["retaliation"]), + ("kilomoters", &["kilometers"]), + ("cannote", &["cannot", "connote"]), + ("collectief", &["collective"]), + ("fignerprint", &["fingerprint"]), + ("unspeficififed", &["unspecified"]), + ("cirumflex", &["circumflex"]), + ("substite", &["substitute"]), + ("unbolievable", &["unbelievable"]), + ("telepotation", &["teleportation"]), + ("secuences", &["sequences"]), + ("packaeg", &["package"]), + ("corrispondences", &["correspondences"]), + ("intidimation", &["intimidation"]), + ("unrealesed", &["unreleased"]), + ("snowfalke", &["snowflake"]), + ("stlyes", &["styles"]), + ("indifferance", &["indifference"]), + ("inconstitutional", &["unconstitutional"]), + ("confugrable", &["configurable"]), + ("frequant", &["frequent"]), + ("treshhold", &["threshold"]), + ("thereotical", &["theoretical"]), + ("fesitve", &["festive"]), + ("presonalized", &["personalized"]), + ("inaguration", &["inauguration"]), + ("trancending", &["transcending"]), + ("underuns", &["underruns"]), + ("speparating", &["separating"]), + ("clearify", &["clarify"]), + ("enrtry", &["entry"]), + ("minimumm", &["minimum"]), + ("sacrificeing", &["sacrificing"]), + ("autohorized", &["authorized"]), + ("tyope", &["type"]), + ("memember", &["member", "remember"]), + ("whitchever", &["whichever"]), + ("serialialisation", &["serialisation"]), + ("wesbtrook", &["westbrook"]), + ("defaull", &["default"]), + ("engingeering", &["engineering"]), + ("audioboooks", &["audiobook"]), + ("purtaining", &["pertaining"]), + ("indictement", &["indictment"]), + ("journalisters", &["journalists"]), + ("accurs", &["accurse", "occurs"]), + ("resoective", &["respective"]), + ("manfiesto", &["manifesto"]), + ("hypokrites", &["hypocrites"]), + ("inturpratasion", &["interpretation"]), + ("triggern", &["triggering"]), + ("physcology", &["psychology"]), + ("renegothiable", &["renegotiable"]), + ("accumulted", &["accumulated"]), + ("unsucessfully", &["unsuccessfully"]), + ("instsallations", &["installations"]), + ("undertoker", &["undertaker"]), + ("importen", &["importance", "important"]), + ("thaks", &["thanks"]), + ("expolsive", &["explosive"]), + ("speficifeid", &["specified"]), + ("configuered", &["configured"]), + ("butterflyes", &["butterflies"]), + ("republicians", &["republicans"]), + ("apendage", &["appendage"]), + ("commect", &["connect"]), + ("glichy", &["glitchy"]), + ("villin", &["villain", "villi", "villein"]), + ("vulnerabuilty", &["vulnerability"]), + ("consitently", &["consistently"]), + ("prooduce", &["produce"]), + ("specifiecally", &["specifically"]), + ("referere", &["referee"]), + ("maesurement", &["measurement"]), + ("syntaks", &["syntax"]), + ("differece", &["difference"]), + ("arranment", &["arrangement"]), + ("oblitorated", &["obliterated"]), + ("anecdotallly", &["anecdotally"]), + ("unspefied", &["unspecified"]), + ("interpertation", &["interpretation"]), + ("iwht", &["with"]), + ("acquaintence", &["acquaintance"]), + ("parm", &["param", "pram", "parma"]), + ("inititalizations", &["initializations"]), + ("undermiming", &["undermining"]), + ("meachanism", &["mechanism"]), + ("aisian", &["asian"]), + ("alledge", &["allege"]), + ("exposito", &["exposition"]), + ("collabaration", &["collaboration"]), + ("coalaescence", &["coalescence"]), + ("bund", &["bind", "bound"]), + ("constrction", &["construction", "constriction"]), + ("determinig", &["determining"]), + ("boradcasts", &["broadcasts"]), + ("psaces", &["spaces", "paces"]), + ("devired", &["derived"]), + ("exlcusivity", &["exclusivity"]), + ("sprinf", &["sprintf"]), + ("satisfiabilty", &["satisfiability"]), + ("geenrational", &["generational"]), + ("masterpeice", &["masterpiece"]), + ("bodyheight", &["bodyweight"]), + ("consctructs", &["constructs"]), + ("sufficate", &["suffocate"]), + ("valide", &["valid"]), + ("complais", &["complains"]), + ("coloering", &["coloring"]), + ("hysteriia", &["hysteria"]), + ("thtat", &["that"]), + ("participativo", &["participation"]), + ("farenheit", &["fahrenheit"]), + ("legendaris", &["legendaries"]), + ("uncontrolable", &["uncontrollable"]), + ("turtlehs", &["turtles"]), + ("hanidcapped", &["handicapped"]), + ("anitbiotic", &["antibiotic"]), + ("ambibuity", &["ambiguity"]), + ("transistions", &["transitions"]), + ("prelimanary", &["preliminary"]), + ("reptition", &["repetition"]), + ("contingous", &["contiguous"]), + ("groosomely", &["gruesomely"]), + ("expetation", &["expectation"]), + ("extimated", &["estimated"]), + ("typle", &["tuple"]), + ("porcessors", &["processors"]), + ("abstanence", &["abstinence"]), + ("backgounds", &["backgrounds"]), + ("neuroscienze", &["neuroscience"]), + ("assmumed", &["assumed"]), + ("presenst", &["presets"]), + ("recrutiment", &["recruitment"]), + ("renegotition", &["renegotiation"]), + ("posiiton", &["position"]), + ("paremsan", &["parmesan"]), + ("noiser", &["noisier"]), + ("installatons", &["installations"]), + ("areea", &["area"]), + ("ody", &["body"]), + ("maltesian", &["maltese"]), + ("lateny", &["latency"]), + ("resolvement", &["resolution"]), + ("trasformers", &["transformers"]), + ("fullfillment", &["fulfillment"]), + ("unifomly", &["uniformly"]), + ("compareable", &["comparable"]), + ("pris", &["prise", "prism"]), + ("backrefence", &["backreference"]), + ("feauture", &["feature"]), + ("videogaems", &["videogames"]), + ("hallucenation", &["hallucination"]), + ("underestime", &["underestimate"]), + ("simultanaeous", &["simultaneous"]), + ("transpancy", &["transparency"]), + ("quesant", &["croissant"]), + ("earthquate", &["earthquake"]), + ("complition", &["completion"]), + ("bramches", &["branches"]), + ("regresstion", &["regression"]), + ("comittees", &["committees"]), + ("kinldy", &["kindly"]), + ("adminstrator", &["administrator"]), + ("maccro", &["macro"]), + ("tracsoder", &["transcoder"]), + ("producerats", &["producers"]), + ("finsished", &["finished"]), + ("adovcacy", &["advocacy"]), + ("upladed", &["uploaded"]), + ("molestered", &["molested"]), + ("anpatheater", &["amphitheater"]), + ("simluations", &["simulations"]), + ("hindusim", &["hinduism"]), + ("vioalting", &["violating"]), + ("annhiliation", &["annihilation"]), + ("validade", &["validated", "validate"]), + ("anscestor", &["ancestor"]), + ("subsytems", &["subsystems"]), + ("receptical", &["receptacle"]), + ("diagnonals", &["diagonals"]), + ("compatilibility", &["compatibility"]), + ("interseccion", &["intersection"]), + ("comopose", &["compose"]), + ("perfomanses", &["performances"]), + ("compotition", &["composition"]), + ("uique", &["unique"]), + ("montrel", &["montreal"]), + ("isntallations", &["installations"]), + ("speciallly", &["specially"]), + ("infestaion", &["infestation"]), + ("yeilding", &["yielding"]), + ("incresing", &["increasing"]), + ("livley", &["lively"]), + ("agrguments", &["arguments"]), + ("mangagers", &["managers"]), + ("certifification", &["certification"]), + ("circumvrent", &["circumvent"]), + ("transpency", &["transparency"]), + ("heratige", &["heritage"]), + ("absymal", &["abysmal"]), + ("prposed", &["proposed"]), + ("proeceudre", &["procedure"]), + ("demostration", &["demonstration"]), + ("reprorts", &["reports"]), + ("unorignial", &["unoriginal"]), + ("simulantaneous", &["simultaneous"]), + ("immatable", &["immutable", "imitable"]), + ("implantes", &["implants"]), + ("sxl", &["xsl"]), + ("definad", &["defined"]), + ("ridicoulusness", &["ridiculousness"]), + ("initaily", &["initially"]), + ("availaiable", &["available"]), + ("irresepective", &["irrespective"]), + ("commandis", &["commands"]), + ("woulndt", &["wouldnt"]), + ("warrned", &["warned"]), + ("buttins", &["buttons"]), + ("riendeers", &["reindeers"]), + ("degenrate", &["degenerate"]), + ("persistant", &["persistent"]), + ("anomynity", &["anonymity"]), + ("practitionners", &["practitioners"]), + ("specifv", &["specific"]), + ("exorbatent", &["exorbitant"]), + ("sentinet", &["sentient"]), + ("comverted", &["converted"]), + ("fluoroscent", &["fluorescent"]), + ("aggregration", &["aggregation"]), + ("fmaily", &["family"]), + ("freshkly", &["freshly"]), + ("moprhine", &["morphine"]), + ("unrankend", &["unranked"]), + ("orginiates", &["originates"]), + ("stilll", &["still"]), + ("thansparent", &["transparent"]), + ("consttructers", &["constructors"]), + ("braching", &["branching", "breaching"]), + ("ftbs", &["ftbfs"]), + ("miinimising", &["minimising"]), + ("authenricates", &["authenticates"]), + ("einfahc", &["einfach"]), + ("follwowiwng", &["following"]), + ("parenthesees", &["parentheses"]), + ("indigenuous", &["indigenous"]), + ("empirialism", &["imperialism"]), + ("deliberant", &["deliberate"]), + ("proportionella", &["proportionally"]), + ("assistantes", &["assistants"]), + ("renegociating", &["renegotiating"]), + ("decorataions", &["decorations"]), + ("obscruity", &["obscurity"]), + ("ibrary", &["library"]), + ("somwho", &["somehow"]), + ("foramatting", &["formatting"]), + ("transparancey", &["transparency"]), + ("superceeded", &["superseded"]), + ("caluclater", &["calculator"]), + ("diferentiate", &["differentiate"]), + ("controverisal", &["controversial"]), + ("conchance", &["conscience"]), + ("quirkyness", &["quirkiness"]), + ("storeble", &["storable"]), + ("comute", &["commute", "compute"]), + ("appreciaters", &["appreciates"]), + ("resutl", &["result"]), + ("metods", &["methods"]), + ("poylmer", &["polymer"]), + ("industrees", &["industries"]), + ("cheker", &["checker"]), + ("potencials", &["potentials"]), + ("locaiser", &["localiser"]), + ("herculeans", &["hercules"]), + ("endorcement", &["endorsement"]), + ("douibled", &["doubled"]), + ("extremistes", &["extremists"]), + ("skecthes", &["sketches"]), + ("placeemnt", &["placement"]), + ("availablen", &["available"]), + ("roatated", &["rotated"]), + ("damamging", &["damaging"]), + ("jounralist", &["journalist"]), + ("requriment", &["requirement"]), + ("extrates", &["extracts"]), + ("autasave", &["autosave"]), + ("furutistic", &["futuristic"]), + ("predefiined", &["predefined"]), + ("idetifiers", &["identifiers"]), + ("veryifying", &["verifying"]), + ("surpise", &["surprise"]), + ("wishlisht", &["wishlist"]), + ("regsiters", &["registers"]), + ("funtionalities", &["functionalities"]), + ("proedural", &["procedural"]), + ("experimenatelly", &["experimentally"]), + ("missused", &["misused"]), + ("nazereth", &["nazareth"]), + ("archaeolgy", &["archaeology"]), + ("wissled", &["whistled"]), + ("deserailize", &["deserialize"]), + ("absorbant", &["absorbent"]), + ("spetember", &["september"]), + ("ncrement", &["increment"]), + ("perimetre", &["perimeter"]), + ("expeirimentel", &["experimental"]), + ("normalizaiton", &["normalization"]), + ("vrilog", &["verilog"]), + ("ingeniuty", &["ingenuity"]), + ("adivsory", &["advisory"]), + ("handwritng", &["handwriting"]), + ("skatebaord", &["skateboard"]), + ("chuks", &["chunks"]), + ("lastest", &["latest", "last"]), + ("wavelenght", &["wavelength"]), + ("speficitiable", &["specifiable"]), + ("achitecture", &["architecture"]), + ("missigno", &["mission"]), + ("worklfow", &["workflow"]), + ("bargins", &["bargains"]), + ("imovable", &["immovable"]), + ("extened", &["extended"]), + ("miminises", &["minimises"]), + ("ocarnia", &["ocarina"]), + ("lipstics", &["lipsticks"]), + ("descriptoins", &["descriptions"]), + ("simulatie", &["simulate"]), + ("vacuming", &["vacuuming"]), + ("theologicial", &["theological"]), + ("corss", &["cross", "course"]), + ("dominoin", &["dominion"]), + ("altanta", &["atlanta"]), + ("procuced", &["procured", "produced"]), + ("greated", &["greater", "grated", "graded"]), + ("fre", &["free"]), + ("dobule", &["double"]), + ("epressions", &["expressions"]), + ("onslaugt", &["onslaught"]), + ("ellision", &["elision"]), + ("representitve", &["representative"]), + ("phlematically", &["phlegmatically"]), + ("teusday", &["tuesday"]), + ("exansive", &["expansive"]), + ("desplay", &["display"]), + ("qouoted", &["quoted"]), + ("autopsec", &["autospec"]), + ("emedded", &["embedded"]), + ("combinateions", &["combinations"]), + ("squirl", &["squirrel"]), + ("depndant", &["dependant"]), + ("misile", &["missile"]), + ("techinque", &["technique"]), + ("caucaisan", &["caucasian"]), + ("readdrssed", &["readdressed"]), + ("genearted", &["generated"]), + ("minumum", &["minimum"]), + ("haave", &["have"]), + ("uninitalise", &["uninitialise"]), + ("assemalated", &["assimilated"]), + ("radioacive", &["radioactive"]), + ("noticably", &["noticeably"]), + ("prohibicion", &["prohibition"]), + ("exceution", &["execution"]), + ("deccelerate", &["decelerate"]), + ("vertigro", &["vertigo"]), + ("recommdends", &["recommends"]), + ("chrsitmas", &["christmas"]), + ("montypic", &["monotypic"]), + ("subscritpiton", &["subscription"]), + ("convirtible", &["convertible"]), + ("reprensents", &["represents"]), + ("oridinals", &["ordinals"]), + ("corordinates", &["coordinates"]), + ("coductor", &["conductor"]), + ("genuin", &["genuine"]), + ("trasposing", &["transposing"]), + ("thoeries", &["theories"]), + ("cleasner", &["cleanser"]), + ("shfted", &["shifted"]), + ("replicaites", &["replicates"]), + ("growtesk", &["grotesque"]), + ("poossible", &["possible"]), + ("improvie", &["improvised"]), + ("columbina", &["columbia"]), + ("undercore", &["underscore"]), + ("interleiive", &["interleave"]), + ("appriciates", &["appreciates"]), + ("neighbethoods", &["neighborhoods"]), + ("bithday", &["birthday"]), + ("ctification", &["certification"]), + ("instaces", &["instances"]), + ("trogladites", &["troglodytes"]), + ("appriximately", &["approximately"]), + ("thsnked", &["thanked"]), + ("publishd", &["published"]), + ("indentify", &["identify"]), + ("operaands", &["operands"]), + ("soovinneers", &["souvenirs"]), + ("australianos", &["australians"]), + ("workstaitons", &["workstations"]), + ("paficist", &["pacifist"]), + ("transolations", &["translations"]), + ("attirtion", &["attrition"]), + ("atuhentication", &["authentication"]), + ("characteisation", &["characterisation"]), + ("altetnatively", &["alternatively"]), + ("erronous", &["erroneous"]), + ("icludes", &["includes"]), + ("japanease", &["japanese"]), + ("apocraful", &["apocryphal"]), + ("probility", &["probability"]), + ("quanitity", &["quantity"]), + ("understandble", &["understandable"]), + ("beleivable", &["believable"]), + ("unusuable", &["unusable"]), + ("renegotitated", &["renegotiated"]), + ("sycronizes", &["synchronizes"]), + ("positves", &["positives"]), + ("vulnerabuilitiy", &["vulnerability"]), + ("asscoitaed", &["associated"]), + ("preposterus", &["preposterous"]), + ("cuplrit", &["culprit"]), + ("cordinator", &["coordinator"]), + ("bathrom", &["bathroom"]), + ("semiphores", &["semaphores"]), + ("referense", &["references", "reference"]), + ("cassim", &["chasm"]), + ("combiens", &["combines"]), + ("biznesses", &["businesses"]), + ("calbire", &["calibre"]), + ("behavoiur", &["behaviour"]), + ("scandinaiva", &["scandinavian"]), + ("preperations", &["preparations"]), + ("accoount", &["account"]), + ("forecfully", &["forcefully"]), + ("refertence", &["reference"]), + ("indroduction", &["introduction"]), + ("hypotetical", &["hypothetical"]), + ("whith", &["with", "which"]), + ("perposefully", &["purposefully"]), + ("instersectioned", &["intersection"]), + ("cannpt", &["cannot"]), + ("descibed", &["described"]), + ("cuple", &["couple"]), + ("buildes", &["builders"]), + ("mawsoleum", &["mausoleum"]), + ("oragnisation", &["organisation"]), + ("rememeber", &["remember"]), + ("aggree", &["agree"]), + ("empiracally", &["empirically"]), + ("analysus", &["analysis"]), + ("manageed", &["managed"]), + ("recommened", &["recommend", "recommended"]), + ("reinstale", &["reinstalled"]), + ("credentails", &["credentials"]), + ("convetion", &["convention"]), + ("eiter", &["either"]), + ("failicy", &["facility"]), + ("wieghts", &["weights"]), + ("containner", &["container"]), + ("revists", &["revisits"]), + ("italianess", &["italians"]), + ("reivews", &["reviews"]), + ("recconects", &["reconnects"]), + ("excemption", &["exemption"]), + ("incatations", &["incantations"]), + ("sociopatch", &["sociopaths"]), + ("converst", &["converts", "convert"]), + ("curisve", &["cursive"]), + ("depedent", &["dependent"]), + ("nucleous", &["nucleus", "nucleolus"]), + ("genralise", &["generalise"]), + ("messsage", &["message"]), + ("regualtor", &["regulator"]), + ("eligibilty", &["eligibility"]), + ("checkox", &["checkbox"]), + ("otherwyse", &["otherwise"]), + ("identitties", &["identities"]), + ("regenere", &["regenerate"]), + ("peirodical", &["periodical"]), + ("illitarate", &["illiterate"]), + ("realative", &["relative"]), + ("seqeuntials", &["sequentials"]), + ("originaly", &["originally"]), + ("sabatour", &["saboteur"]), + ("stunami", &["tsunami"]), + ("threre", &["there", "three"]), + ("attackerats", &["attackers"]), + ("degrated", &["degrade"]), + ("significane", &["significance"]), + ("depenedecies", &["dependencies"]), + ("handbok", &["handbook"]), + ("guarnetees", &["guarantees"]), + ("negoziates", &["negotiates"]), + ("emplyed", &["employed"]), + ("modifued", &["modified"]), + ("steryotype", &["stereotype"]), + ("controdicting", &["contradicting"]), + ("crypric", &["cryptic"]), + ("worloads", &["workloads"]), + ("scaleable", &["scalable"]), + ("inizialize", &["initialize"]), + ("periphereal", &["peripheral"]), + ("algoirthmic", &["algorithmic"]), + ("approxametely", &["approximately"]), + ("spreadhseet", &["spreadsheet"]), + ("insensative", &["insensitive"]), + ("anitque", &["antique"]), + ("abborting", &["aborting"]), + ("pecentage", &["percentage"]), + ("spcifications", &["specifications"]), + ("convenctionally", &["conventionally"]), + ("thoery", &["theory"]), + ("introvet", &["introvert"]), + ("developpment", &["development"]), + ("desperatley", &["desperately"]), + ("artillerly", &["artillery"]), + ("claymer", &["claymore"]), + ("conservanti", &["conservation"]), + ("communistes", &["communists"]), + ("interpritations", &["interpretations"]), + ("generostiy", &["generosity"]), + ("loreplay", &["roleplay"]), + ("uncoverted", &["unconverted"]), + ("ghraphic", &["graphic"]), + ("minium", &["minimum"]), + ("effectionate", &["affectionate"]), + ("braziliaan", &["brazilians"]), + ("commetns", &["comments"]), + ("recrusivelly", &["recursively"]), + ("priciples", &["principles"]), + ("negotiotions", &["negotiations"]), + ("popluations", &["populations"]), + ("acciednetally", &["accidentally"]), + ("preriod", &["period"]), + ("experinced", &["experienced"]), + ("typoes", &["typos", "types"]), + ("graudating", &["graduating"]), + ("mangaement", &["management"]), + ("myselv", &["myself"]), + ("harware", &["hardware"]), + ("simlifying", &["simplifying"]), + ("enginerring", &["engineering"]), + ("somethinkg", &["somethings"]), + ("etiquete", &["etiquette"]), + ("leciester", &["leicester"]), + ("wotked", &["worked"]), + ("cirriculum", &["curriculum"]), + ("perosnal", &["personal"]), + ("hanlde", &["handle"]), + ("resaons", &["reasons"]), + ("colud", &["cloud", "could"]), + ("ambiguitiy", &["ambiguity"]), + ("publishr", &["publisher"]), + ("listbbox", &["listbox"]), + ("meditationg", &["meditating"]), + ("algorithmmically", &["algorithmically"]), + ("synthethic", &["synthetic"]), + ("continuos", &["continuous"]), + ("charator", &["character"]), + ("supposdely", &["supposedly"]), + ("taylored", &["tailored"]), + ("vaules", &["values"]), + ("progarammers", &["programmers"]), + ("comparititively", &["comparatively"]), + ("northwestener", &["northwestern"]), + ("reinforcemens", &["reinforcements"]), + ("enthisiasts", &["enthusiasts"]), + ("interchangably", &["interchangeably"]), + ("scrren", &["screen"]), + ("notofocations", &["notifications"]), + ("palestiniens", &["palestinians"]), + ("surfce", &["surface"]), + ("bounrady", &["boundary"]), + ("alomst", &["almost"]), + ("typdef", &["typed", "typedef"]), + ("upgrate", &["upgrade"]), + ("politing", &["piloting"]), + ("viralence", &["virulence"]), + ("ncie", &["nice"]), + ("ubiquoutous", &["ubiquitous"]), + ("synamic", &["dynamic"]), + ("worthing", &["worth", "meriting"]), + ("dilineate", &["delineate"]), + ("delcared", &["declared"]), + ("disabe", &["disable"]), + ("dedikation", &["dedication"]), + ("speficitifed", &["specified"]), + ("microcentre", &["microcenter"]), + ("parametreless", &["parameterless"]), + ("encodingt", &["encoding"]), + ("constrcution", &["construction"]), + ("circumsicion", &["circumcision"]), + ("freindly", &["friendly"]), + ("nayborhoods", &["neighborhoods"]), + ("displaing", &["displaying"]), + ("corordinate", &["coordinate"]), + ("improvized", &["improvised"]), + ("compatabile", &["compatible"]), + ("assasinates", &["assassinates"]), + ("reguarliser", &["regulariser"]), + ("illuminami", &["illuminati"]), + ("occassionally", &["occasionally"]), + ("ttrying", &["trying"]), + ("suscpetible", &["susceptible"]), + ("agregate", &["aggregate"]), + ("unitl", &["until"]), + ("administratiei", &["administrative"]), + ("encomapsses", &["encompasses"]), + ("screewed", &["screwed"]), + ("butifuly", &["beautifully"]), + ("unexpectdly", &["unexpectedly"]), + ("paermission", &["permission"]), + ("foriners", &["foreigners"]), + ("unecessary", &["unnecessary"]), + ("autonegotiotations", &["autonegotiations"]), + ("permium", &["premium"]), + ("friendzies", &["friendlies"]), + ("asbtractions", &["abstractions"]), + ("renegotaites", &["renegotiates"]), + ("chrisitan", &["christian"]), + ("otherwhise", &["otherwise"]), + ("direcly", &["directly"]), + ("prescedence", &["precedence"]), + ("contoler", &["controller"]), + ("tutrles", &["turtles"]), + ("vigourosly", &["vigorously"]), + ("voluntears", &["volunteers"]), + ("advizable", &["advisable"]), + ("vermen", &["vermin"]), + ("investigaton", &["investigation"]), + ("gramatical", &["grammatical"]), + ("unsubscribade", &["unsubscribed"]), + ("distaced", &["distanced"]), + ("transpalnt", &["transplants"]), + ("alterato", &["alteration"]), + ("alsready", &["already"]), + ("deamands", &["demands"]), + ("interprut", &["interrupt"]), + ("tenacle", &["tentacle"]), + ("sqares", &["squares"]), + ("follwwed", &["followed"]), + ("algorthm", &["algorithm"]), + ("supposedely", &["supposedly"]), + ("unavaiable", &["unavailable"]), + ("initialyze", &["initialize"]), + ("declaratinos", &["declarations"]), + ("expliotation", &["exploitation"]), + ("collabration", &["collaboration"]), + ("niear", &["near"]), + ("melanotin", &["melatonin"]), + ("daita", &["data"]), + ("phyiscs", &["physics"]), + ("responsibliy", &["responsibly"]), + ("finxed", &["fixed"]), + ("dowloaded", &["downloaded"]), + ("unloadins", &["unloading"]), + ("feches", &["fetches"]), + ("correespondent", &["correspondent"]), + ("durectory", &["directory"]), + ("reigsry", &["registry"]), + ("initatives", &["initiatives"]), + ("evaluting", &["evaluating"]), + ("sovereingty", &["sovereignty"]), + ("addrersssing", &["addressing"]), + ("actaul", &["actual"]), + ("underlfow", &["underflow"]), + ("progamming", &["programming"]), + ("projeted", &["projected"]), + ("decidely", &["decidedly"]), + ("corupt", &["corrupt"]), + ("commisions", &["commissions"]), + ("interpolayed", &["interpolated"]), + ("chatou", &["château"]), + ("handels", &["handles"]), + ("exersising", &["exercising"]), + ("christinas", &["christians"]), + ("charactetistics", &["characteristics"]), + ("supirsed", &["surprised"]), + ("compariston", &["comparison"]), + ("anly", &["only", "any"]), + ("negitive", &["negative"]), + ("countinue", &["continue"]), + ("restictive", &["restrictive"]), + ("elipse", &["ellipse", "eclipse"]), + ("interveiwing", &["interviewing"]), + ("governmential", &["governmental"]), + ("esttings", &["settings"]), + ("edficient", &["deficient"]), + ("aristolte", &["aristotle"]), + ("masturpiece", &["masterpiece"]), + ("manifacturer", &["manufacturer"]), + ("vists", &["fists", "lists", "visits"]), + ("pevents", &["prevents"]), + ("cources", &["courses"]), + ("ecept", &["except"]), + ("electromechnical", &["electromechanical"]), + ("metifor", &["metaphor"]), + ("decreace", &["decrease"]), + ("attchment", &["attachment"]), + ("palceholder", &["placeholder"]), + ("spaltoon", &["splatoon"]), + ("compatabilities", &["compatibilities"]), + ("absoloute", &["absolute"]), + ("procecess", &["process", "processes"]), + ("preceed", &["precede", "proceed"]), + ("misconseptions", &["misconceptions"]), + ("flexibel", &["flexible"]), + ("identifes", &["identifies"]), + ("simialrly", &["similarly"]), + ("transperency", &["transparency"]), + ("attriubutes", &["attributes"]), + ("enterred", &["entered"]), + ("porcessing", &["processing"]), + ("demonstrant", &["demonstrate"]), + ("territoires", &["territories"]), + ("calssification", &["classification"]), + ("appropriatin", &["appropriation"]), + ("copoying", &["copying"]), + ("compremising", &["compromising"]), + ("multiplyed", &["multiplied"]), + ("normalyzation", &["normalization"]), + ("autentication", &["authentication"]), + ("renegogtiations", &["renegotiations"]), + ("excliudes", &["excludes"]), + ("seperatly", &["separately"]), + ("cresh", &["crèche"]), + ("synchroous", &["synchronous"]), + ("unsupport", &["unsupported"]), + ("foreshadowning", &["foreshadowing"]), + ("beleiver", &["believer"]), + ("inegrated", &["integrated"]), + ("assignmnets", &["assignments"]), + ("invalidtion", &["invalidation"]), + ("medicinens", &["medicines"]), + ("samruai", &["samurai"]), + ("obect", &["object"]), + ("assertino", &["assertion"]), + ("delievery", &["delivery"]), + ("contatining", &["containing"]), + ("golakeeper", &["goalkeeper"]), + ("expoed", &["exposed"]), + ("ciruclation", &["circulation"]), + ("sympathyze", &["sympathize"]), + ("recalulate", &["recalculate"]), + ("envvironment", &["environment"]), + ("franchieses", &["franchises"]), + ("nead", &["need", "head", "knead"]), + ("deplying", &["deploying"]), + ("oeprators", &["operators"]), + ("oiginating", &["originating"]), + ("harmoniacs", &["harmonic"]), + ("overclokcing", &["overclocking"]), + ("approxmately", &["approximately"]), + ("admendment", &["amendment"]), + ("worser", &["worse"]), + ("formatable", &["formattable"]), + ("magneficent", &["magnificent"]), + ("wege", &["wedge"]), + ("broswe", &["browse"]), + ("rittle", &["rattle", "riddle"]), + ("complession", &["compression"]), + ("catigorically", &["categorically"]), + ("rearrangning", &["rearranging"]), + ("baray", &["beret"]), + ("finanace", &["finance"]), + ("vehciles", &["vehicles"]), + ("cinematograhy", &["cinematography"]), + ("unintiallized", &["uninitialized"]), + ("rotaion", &["rotation"]), + ("alteracion", &["alteration"]), + ("devisible", &["divisible"]), + ("superchager", &["supercharger"]), + ("chorline", &["chlorine"]), + ("weathliest", &["wealthiest"]), + ("neighborhoood", &["neighborhoods", "neighborhood"]), + ("tramsformers", &["transformers"]), + ("compuler", &["compiler", "computer"]), + ("fourty", &["forty"]), + ("spreadsheeters", &["spreadsheets"]), + ("archtypes", &["archetypes"]), + ("asymetrical", &["asymmetrical"]), + ("storise", &["stories"]), + ("announceing", &["announcing"]), + ("referers", &["referrer", "referrers"]), + ("initmidate", &["intimidate"]), + ("matieralism", &["materialism"]), + ("sustitutions", &["substitutions"]), + ("celles", &["cells"]), + ("momomentos", &["mementos", "moments"]), + ("conttribution", &["contribution"]), + ("depreated", &["deprecated"]), + ("substatial", &["substantial"]), + ("beaucop", &["beaucoup"]), + ("dirctly", &["directly"]), + ("soveriegn", &["sovereign"]), + ("rienforcements", &["reinforcements"]), + ("appluad", &["applaud"]), + ("contracing", &["contracting"]), + ("devation", &["deviation"]), + ("negotatible", &["negotiable"]), + ("provies", &["provides", "proves"]), + ("spefixier", &["specifier"]), + ("consisently", &["consistently"]), + ("indepenent", &["independent"]), + ("unqouted", &["unquoted"]), + ("lighing", &["lighting"]), + ("heiroglyphics", &["hieroglyphics"]), + ("archetect", &["architect"]), + ("polocy", &["policy"]), + ("appent", &["append"]), + ("compulsing", &["compulsion"]), + ("reasercher", &["researcher"]), + ("accesor", &["accessor"]), + ("complitation", &["complication", "compilation"]), + ("camboida", &["cambodia"]), + ("responcibility", &["responsibility"]), + ("criminaly", &["criminally"]), + ("carnigie", &["carnegie"]), + ("viatmin", &["vitamin"]), + ("cimptumaticaly", &["symptomatically"]), + ("suppurter", &["supporter"]), + ("forfit", &["forfeit"]), + ("siutable", &["suitable"]), + ("imgrants", &["migrants"]), + ("ecxited", &["excited"]), + ("excepional", &["exceptional"]), + ("organzied", &["organized"]), + ("orphanes", &["orphans"]), + ("vizualised", &["visualised"]), + ("methematician", &["mathematician"]), + ("incremenetd", &["incremented"]), + ("widgit", &["widget"]), + ("hapmshire", &["hampshire"]), + ("authenitication", &["authentication"]), + ("wornged", &["wronged"]), + ("distrubitor", &["distributor"]), + ("chatous", &["châteaux"]), + ("permissie", &["permissible"]), + ("embedd", &["embed"]), + ("elemenal", &["elemental"]), + ("abreviation", &["abbreviation"]), + ("abreviating", &["abbreviating"]), + ("subshystem", &["subsystem"]), + ("profies", &["profiles"]), + ("keyboaard", &["keyboard"]), + ("queitly", &["quietly"]), + ("monstrasity", &["monstrosity"]), + ("nagative", &["negative"]), + ("exmained", &["examined"]), + ("fullfiling", &["fulfilling"]), + ("dispencaries", &["dispensaries"]), + ("aquiantance", &["acquaintance"]), + ("evaulate", &["evaluate"]), + ("dettaching", &["detaching"]), + ("sergaent", &["sergeant"]), + ("rder", &["order"]), + ("automatcially", &["automatically"]), + ("aktivation", &["activation"]), + ("unbeleivably", &["unbelievably"]), + ("encryptio", &["encryption"]), + ("dishoner", &["dishonored"]), + ("beuty", &["beauty"]), + ("algorthnically", &["algorithmically"]), + ("auidobook", &["audiobook"]), + ("productie", &["productive"]), + ("woring", &["working"]), + ("bodybuildng", &["bodybuilding"]), + ("sinically", &["cynically"]), + ("transforation", &["transformation"]), + ("remanes", &["remains"]), + ("feasiblty", &["feasibility"]), + ("avaoidable", &["avoidable"]), + ("attachd", &["attached"]), + ("devolopement", &["development"]), + ("ditinguishes", &["distinguishes"]), + ("morbidy", &["morbidly"]), + ("managerment", &["management"]), + ("codesbases", &["codebases"]), + ("variblae", &["variable"]), + ("proproably", &["probably"]), + ("filtype", &["filetype"]), + ("installating", &["installation"]), + ("updatig", &["updating"]), + ("caricaturale", &["caricature"]), + ("copyting", &["copying"]), + ("pertub", &["perturb"]), + ("algorhytms", &["algorithms"]), + ("coordine", &["coordinate"]), + ("folled", &["followed"]), + ("authoritorian", &["authoritarian"]), + ("crockodiles", &["crocodiles"]), + ("givven", &["given"]), + ("transcosers", &["transcoders"]), + ("discrepency", &["discrepancy"]), + ("neighbeors", &["neighbors"]), + ("descallocate", &["deallocate"]), + ("collectng", &["collecting"]), + ("condidtion", &["condition"]), + ("experimentaited", &["experimented"]), + ("phisicaly", &["physically"]), + ("reminscence", &["reminiscence"]), + ("megatorn", &["megatron"]), + ("pocess", &["process", "possess"]), + ("negotiaton", &["negotiation"]), + ("mongoles", &["mongols"]), + ("ignorted", &["ignored"]), + ("grandchilren", &["grandchildren"]), + ("assuptions", &["assumptions"]), + ("mentionning", &["mentioning"]), + ("safeguared", &["safeguard", "safeguarded"]), + ("extensibity", &["extensibility"]), + ("propertional", &["proportional"]), + ("masturabtion", &["masturbation"]), + ("obvisious", &["obvious"]), + ("execting", &["executing", "expecting"]), + ("cusom", &["custom"]), + ("languates", &["languages"]), + ("enpdoints", &["endpoints"]), + ("conspriacies", &["conspiracies"]), + ("firther", &["further"]), + ("sharpley", &["sharply"]), + ("clasues", &["clauses"]), + ("tablesppons", &["tablespoons"]), + ("cahotic", &["chaotic"]), + ("apppear", &["appear"]), + ("aatribute", &["attribute"]), + ("aqain", &["again"]), + ("sycronise", &["synchronise"]), + ("chanage", &["change"]), + ("rouine", &["routine"]), + ("concevied", &["conceived"]), + ("reversably", &["reversal"]), + ("arbtrary", &["arbitrary"]), + ("conveniente", &["convenience"]), + ("delfection", &["deflection"]), + ("miscallenaous", &["miscellaneous"]), + ("triger", &["trigger", "tiger"]), + ("instrcutino", &["instruction"]), + ("manufacturerers", &["manufacturers"]), + ("fantasiose", &["fantasies"]), + ("uesfulness", &["usefulness"]), + ("subtltey", &["subtlety"]), + ("backsta", &["backseat"]), + ("sunscreeen", &["sunscreen"]), + ("qoutation", &["quotation"]), + ("tunges", &["tongues"]), + ("anwer", &["answer"]), + ("denisty", &["density"]), + ("enginnering", &["engineering"]), + ("overfowed", &["overflowed"]), + ("porcelan", &["porcelain"]), + ("squirle", &["squirrel"]), + ("underrater", &["undertaker"]), + ("casuing", &["causing"]), + ("charictors", &["characters"]), + ("regrads", &["regards"]), + ("anectode", &["anecdote"]), + ("rturns", &["returns", "turns"]), + ("intercouse", &["intercourse"]), + ("pripheral", &["peripheral"]), + ("extreemly", &["extremely"]), + ("initliase", &["initialise"]), + ("mantains", &["maintains"]), + ("concreet", &["concrete"]), + ("reniforcements", &["reinforcements"]), + ("invarients", &["invariants"]), + ("propoerty", &["property"]), + ("applay", &["apply"]), + ("meancing", &["menacing"]), + ("cilivians", &["civilians"]), + ("htis", &["this"]), + ("philosophicaly", &["philosophically"]), + ("reciever", &["receiver"]), + ("unbeliefable", &["unbelievable"]), + ("dscribed", &["described"]), + ("intputs", &["inputs"]), + ("disputandem", &["disputandum"]), + ("blured", &["blurred"]), + ("filterin", &["filtering"]), + ("obious", &["obvious"]), + ("healthyest", &["healthiest"]), + ("levareges", &["leverages"]), + ("doubleleft", &["doublelift"]), + ("succedding", &["succeeding"]), + ("tthis", &["this"]), + ("comparisions", &["comparisons"]), + ("parametter", &["parameter"]), + ("statisfy", &["satisfy"]), + ("pathced", &["patched"]), + ("progerssive", &["progressives"]), + ("uncomfertably", &["uncomfortably"]), + ("recenly", &["recently"]), + ("rollercaoster", &["rollercoaster"]), + ("coordinatore", &["coordinate"]), + ("anaylsts", &["analysts"]), + ("enforcment", &["enforcement"]), + ("rasbperry", &["raspberry"]), + ("varible", &["variable"]), + ("styrofom", &["styrofoam"]), + ("blokchain", &["blockchain"]), + ("singaled", &["signaled"]), + ("entent", &["intent"]), + ("sqare", &["square"]), + ("opperational", &["operational"]), + ("twpo", &["two"]), + ("currennt", &["current"]), + ("avergae", &["average"]), + ("goverments", &["governments"]), + ("antry", &["entry"]), + ("interators", &["iterators"]), + ("omishience", &["omniscience"]), + ("powerpot", &["powerpoint"]), + ("alle", &["all", "alley"]), + ("attendace", &["attendance"]), + ("activiites", &["activist"]), + ("disscover", &["discover"]), + ("hiting", &["hitting"]), + ("aleinated", &["alienated"]), + ("bueraucracy", &["bureaucracy"]), + ("informerad", &["informed"]), + ("worldivew", &["worldview"]), + ("exclamacion", &["exclamation"]), + ("peerowets", &["pirouettes"]), + ("exatcly", &["exactly"]), + ("relesae", &["release"]), + ("disgrunteled", &["disgruntled"]), + ("communites", &["communities"]), + ("indepednent", &["independents"]), + ("decryp", &["decrypt"]), + ("sacrificas", &["sacrifices"]), + ("conifiguration", &["configuration"]), + ("misoginist", &["misogynist"]), + ("mathematitians", &["mathematicians"]), + ("monontonicity", &["monotonicity"]), + ("diskrete", &["discrete"]), + ("buld", &["build"]), + ("symbolc", &["symbolic"]), + ("lisens", &["listens"]), + ("commandmends", &["commandments"]), + ("dimansions", &["dimensions"]), + ("negosiable", &["negotiable"]), + ("specfication", &["specification"]), + ("intstructing", &["instructing"]), + ("individuely", &["individually"]), + ("constrcting", &["constructing", "constricting"]), + ("notoreous", &["notorious"]), + ("sheme", &["scheme", "shame"]), + ("alevt", &["alert"]), + ("transaltes", &["translates"]), + ("convertions", &["conversions"]), + ("bumpter", &["bumper"]), + ("avioding", &["avoiding"]), + ("fumctionally", &["functionally"]), + ("conspiracys", &["conspiracies"]), + ("downsteramed", &["downstreamed"]), + ("tranlucent", &["translucent"]), + ("oursleves", &["ourselves"]), + ("encluding", &["including"]), + ("becausw", &["because"]), + ("overwhemling", &["overwhelming"]), + ("obtaiend", &["obtained"]), + ("mexicanese", &["mexicans"]), + ("unduely", &["unduly"]), + ("empy", &["empty"]), + ("ellpitical", &["elliptical"]), + ("progagators", &["propagators"]), + ("varaibles", &["variables"]), + ("confimations", &["confirmations"]), + ("idefinite", &["indefinite"]), + ("distorto", &["distortion"]), + ("arrangent", &["arrangement"]), + ("residencial", &["residential"]), + ("autodection", &["autodetection"]), + ("incremeants", &["increments"]), + ("dollers", &["dollars"]), + ("governemtn", &["government"]), + ("regularlization", &["regularization"]), + ("clickbat", &["clickbait"]), + ("enviorenment", &["environment"]), + ("recconeect", &["reconnect"]), + ("circumstancial", &["circumstantial"]), + ("irrellevant", &["irrelevant"]), + ("dupplicating", &["duplicating"]), + ("afe", &["safe"]), + ("replases", &["replaces", "relapses", "rephases"]), + ("comparion", &["comparison"]), + ("filies", &["files"]), + ("reeases", &["releases"]), + ("diagramas", &["diagrams"]), + ("varous", &["various"]), + ("referandum", &["referendum"]), + ("repackge", &["repackage"]), + ("obsolote", &["obsolete"]), + ("scalarr", &["scalar"]), + ("inacessible", &["inaccessible"]), + ("folwoinwg", &["following"]), + ("vampirs", &["vampires"]), + ("optimitation", &["optimization"]), + ("tyhe", &["they", "the", "type"]), + ("othewice", &["otherwise"]), + ("overreacton", &["overreaction"]), + ("photograhy", &["photography"]), + ("tung", &["tongue"]), + ("becuse", &["because"]), + ("produdes", &["produces"]), + ("tottneham", &["tottenham"]), + ("disapprouved", &["disapproved"]), + ("docuhes", &["douches"]), + ("curcumcision", &["circumcision"]), + ("converves", &["conserves", "converses"]), + ("slected", &["selected"]), + ("concencrate", &["concentrate"]), + ("conversacional", &["conversational"]), + ("armagedon", &["armageddon"]), + ("partcular", &["particular"]), + ("artifiically", &["artificially"]), + ("supporession", &["suppression"]), + ("speficillic", &["specific"]), + ("algorthmic", &["algorithmic"]), + ("disscusing", &["discussing"]), + ("otional", &["optional", "notional"]), + ("messagess", &["messages"]), + ("optimier", &["optimizer", "optimiser"]), + ("tenticles", &["tentacles"]), + ("conneiction", &["connection"]), + ("disctinguish", &["distinguish"]), + ("stancers", &["stances"]), + ("negogtiator", &["negotiator"]), + ("covention", &["convention"]), + ("stategize", &["strategize"]), + ("incompataible", &["incompatible"]), + ("prepartion", &["preparation"]), + ("accending", &["ascending"]), + ("paket", &["packet"]), + ("workstaition", &["workstation"]), + ("nothe", &["north", "note"]), + ("preaorocessing", &["preprocessing"]), + ("cemetary", &["cemetery"]), + ("extremeophile", &["extremophile"]), + ("colomn", &["column"]), + ("syphyllis", &["syphilis"]), + ("undeniabely", &["undeniably"]), + ("chocoalte", &["chocolate"]), + ("interupt", &["interrupt"]), + ("coalscence", &["coalescence"]), + ("disfunctional", &["dysfunctional"]), + ("packkages", &["packages"]), + ("experinement", &["experiment"]), + ("informatation", &["information"]), + ("contruction", &["construction"]), + ("topoplogical", &["topological"]), + ("dosclosures", &["disclosures"]), + ("autor", &["author"]), + ("chernobly", &["chernobyl"]), + ("missourri", &["missouri"]), + ("transalations", &["translations"]), + ("farmasudics", &["pharmaceutics"]), + ("mauarder", &["marauder"]), + ("weirods", &["weirdos"]), + ("mathches", &["matches"]), + ("internationaal", &["international"]), + ("wehn", &["when"]), + ("possiblec", &["possible"]), + ("infreqentcy", &["infrequency"]), + ("pattren", &["pattern", "patron"]), + ("examles", &["examples"]), + ("neeedle", &["needle"]), + ("explicitely", &["explicitly"]), + ("entquired", &["enquired"]), + ("choronological", &["chronological"]), + ("execuetd", &["executed"]), + ("fertelizer", &["fertilizer"]), + ("semestres", &["semesters"]), + ("calssify", &["classify"]), + ("distinctin", &["distinctions"]), + ("knockbak", &["knockback"]), + ("applicble", &["applicable"]), + ("forotten", &["forgotten"]), + ("calculataed", &["calculated"]), + ("trigerring", &["triggering"]), + ("falshed", &["flashed"]), + ("guranteeing", &["guaranteeing"]), + ("attampt", &["attempt"]), + ("dependencied", &["dependency"]), + ("coordiante", &["coordinate"]), + ("geneates", &["generates"]), + ("coulor", &["color"]), + ("architet", &["architect"]), + ("altough", &["although"]), + ("directionl", &["directional"]), + ("problmes", &["problems"]), + ("renegothiator", &["renegotiator"]), + ("parmesian", &["parmesan"]), + ("speeaking", &["speaking"]), + ("uninititalized", &["uninitialized"]), + ("satrically", &["satirically"]), + ("customsied", &["customised"]), + ("canonival", &["canonical"]), + ("implemention", &["implementation"]), + ("trasversing", &["traversing"]), + ("massagebox", &["messagebox"]), + ("unristricted", &["unrestricted"]), + ("higlighted", &["highlighted"]), + ("spefiics", &["specifics"]), + ("extenssion", &["extension"]), + ("resintalled", &["reinstalled"]), + ("exceuting", &["executing"]), + ("plansewalker", &["planeswalker"]), + ("opeing", &["opening"]), + ("expermientations", &["experimentations"]), + ("melineum", &["millennium"]), + ("tranlated", &["translated"]), + ("modiiers", &["modifiers"]), + ("nonsencical", &["nonsensical"]), + ("subdirectoires", &["subdirectories"]), + ("misconcpetion", &["misconceptions"]), + ("contributos", &["contributors"]), + ("grouepd", &["grouped"]), + ("strucgture", &["structure"]), + ("submissons", &["submissions"]), + ("commadn", &["command"]), + ("unconstititional", &["unconstitutional"]), + ("appicability", &["applicability"]), + ("transculent", &["translucent"]), + ("assummed", &["assumed"]), + ("suseeded", &["seceded"]), + ("depreates", &["deprecates"]), + ("combnation", &["combination"]), + ("modellinng", &["modelling"]), + ("finsihes", &["finishes"]), + ("synonymus", &["synonyms"]), + ("exludes", &["excludes", "exudes"]), + ("translatoin", &["translation"]), + ("descision", &["decision"]), + ("hopsitals", &["hospitals"]), + ("reprsents", &["represents"]), + ("guaruanteed", &["guaranteed"]), + ("programmare", &["programmer"]), + ("floting", &["floating"]), + ("inorrect", &["incorrect"]), + ("beauitful", &["beautiful"]), + ("interacte", &["interactive"]), + ("siwtched", &["switched"]), + ("tarbals", &["tarballs"]), + ("atain", &["attain"]), + ("enegeries", &["energies"]), + ("negotiaion", &["negotiation"]), + ("sedning", &["sending"]), + ("beneficiul", &["beneficial"]), + ("indiciating", &["indicating"]), + ("squeakey", &["squeaky"]), + ("requried", &["required"]), + ("rennovated", &["renovated"]), + ("minstry", &["ministry"]), + ("comsetic", &["cosmetic"]), + ("trivias", &["trivia"]), + ("downloadble", &["downloadable"]), + ("toritlla", &["tortilla"]), + ("volounteering", &["volunteering"]), + ("handshakre", &["handshake"]), + ("maesuring", &["measuring"]), + ("carvinal", &["carnival"]), + ("entertainig", &["entertaining"]), + ("esimates", &["estimates"]), + ("subsceptible", &["susceptible"]), + ("mercenaires", &["mercenaries"]), + ("seqeuence", &["sequence"]), + ("viatmins", &["vitamins"]), + ("warninf", &["warning"]), + ("sportsmansship", &["sportsmanship"]), + ("electorn", &["electron"]), + ("possibilitities", &["possibilities"]), + ("checls", &["checks"]), + ("manufactering", &["manufacturing"]), + ("instanciations", &["instantiations"]), + ("sycronization", &["synchronization"]), + ("diagnoal", &["diagonal"]), + ("skiped", &["skipped", "skyped"]), + ("straightned", &["straightened"]), + ("folloiwng", &["following"]), + ("transitin", &["transitions"]), + ("duplicatd", &["duplicated"]), + ("hopmepage", &["homepage"]), + ("anxeity", &["anxiety"]), + ("activste", &["activate"]), + ("vulberabuilility", &["vulnerability"]), + ("orgininals", &["originals"]), + ("experimetenter", &["experimenter"]), + ("instanecs", &["instances"]), + ("connecs", &["connects"]), + ("concensus", &["consensus"]), + ("ingerdients", &["ingredients"]), + ("descions", &["decisions"]), + ("podmeos", &["podemos"]), + ("confues", &["confuses"]), + ("linke", &["linked", "like"]), + ("spearated", &["separated"]), + ("appoitment", &["appointment"]), + ("avances", &["advances"]), + ("controlelr", &["controllers"]), + ("parapharsed", &["paraphrase"]), + ("intelelctual", &["intellectuals"]), + ("itsel", &["itself"]), + ("logitudes", &["longitudes"]), + ("nitification", &["notification"]), + ("compunds", &["compounds"]), + ("unsupprted", &["unsupported"]), + ("endcoders", &["encoders"]), + ("catastrophie", &["catastrophe"]), + ("precedeed", &["preceded"]), + ("curriculem", &["curriculum"]), + ("braziliians", &["brazilians"]), + ("qunetin", &["quentin"]), + ("inevitible", &["inevitable"]), + ("approoximate", &["approximate"]), + ("unselecgtes", &["unselects"]), + ("alernate", &["alternate"]), + ("unknwoingly", &["unknowingly"]), + ("univerisites", &["universities"]), + ("itterators", &["iterators"]), + ("lookig", &["looking"]), + ("simplyfied", &["simplified"]), + ("assuembly", &["assembly"]), + ("hypotesis", &["hypothesis"]), + ("alternatevly", &["alternately"]), + ("structues", &["structures"]), + ("dulicate", &["duplicate"]), + ("comparissons", &["comparisons"]), + ("accepeted", &["accepted"]), + ("limitacion", &["limitation"]), + ("behavoiral", &["behavioral"]), + ("distrct", &["district"]), + ("chech", &["check", "czech"]), + ("whick", &["which"]), + ("decion", &["decision"]), + ("sensationel", &["sensational"]), + ("distingushed", &["distinguished"]), + ("chrashed", &["crashed", "thrashed", "trashed"]), + ("calles", &["calls", "called", "caller", "callers"]), + ("instruktor", &["instructor"]), + ("trememdous", &["tremendous"]), + ("diagnotics", &["diagnostic", "diagnostics"]), + ("vanugard", &["vanguard"]), + ("resotred", &["restored", "resorted"]), + ("erro", &["error"]), + ("husbans", &["husbands"]), + ("imporing", &["importing"]), + ("disapline", &["discipline"]), + ("unpleasent", &["unpleasant"]), + ("oposite", &["opposite"]), + ("faseeshus", &["facetious"]), + ("offlaoding", &["offloading"]), + ("unconcistencies", &["inconsistencies"]), + ("ceating", &["creating"]), + ("electroate", &["electorate"]), + ("statictic", &["statistic"]), + ("unsucesssfully", &["unsuccessfully"]), + ("excections", &["exceptions", "executions"]), + ("definantley", &["definitely"]), + ("unexpetct", &["unexpected"]), + ("litteraly", &["literally"]), + ("assement", &["assessment"]), + ("corrosponds", &["corresponds"]), + ("serinomys", &["ceremonies"]), + ("ues", &["use", "yes"]), + ("initialzes", &["initializes"]), + ("contiain", &["contain"]), + ("modulues", &["modules"]), + ("appoligies", &["apologies"]), + ("overwride", &["overwrite"]), + ("benhgazi", &["benghazi"]), + ("bakground", &["background"]), + ("beehtoven", &["beethoven"]), + ("structoring", &["structuring"]), + ("lithunaia", &["lithuania"]), + ("comprihend", &["comprehend"]), + ("disconneting", &["disconnecting"]), + ("irraditates", &["irradiates"]), + ("featue", &["feature"]), + ("beteen", &["between"]), + ("knwoingly", &["knowingly"]), + ("piglrim", &["pilgrim"]), + ("accurracy", &["accuracy"]), + ("unmaximice", &["unmaximize"]), + ("disscus", &["discuss"]), + ("nessesery", &["necessary"]), + ("expendeture", &["expenditure"]), + ("lighhtning", &["lightening"]), + ("mysterioulsy", &["mysteriously"]), + ("bourgeousie", &["bourgeois"]), + ("multplies", &["multiples", "multiplies"]), + ("emensely", &["immensely"]), + ("langugages", &["languages"]), + ("absoluetly", &["absolutely"]), + ("misconfiged", &["misconfigured"]), + ("fruadulent", &["fraudulent"]), + ("coordonate", &["coordinate"]), + ("irresponsble", &["irresponsible"]), + ("ingreidents", &["ingredient"]), + ("oterwice", &["otherwise"]), + ("argumenst", &["arguments"]), + ("freedons", &["freedoms"]), + ("speling", &["spelling"]), + ("appropriage", &["appropriate"]), + ("manupulating", &["manipulating"]), + ("shtoping", &["stopping", "shopping"]), + ("individule", &["individual"]), + ("dyansty", &["dynasty"]), + ("similiar", &["similar"]), + ("fusha", &["fuchsia"]), + ("texutre", &["texture"]), + ("grahics", &["graphics"]), + ("originsl", &["originals"]), + ("ingrediant", &["ingredient"]), + ("billionairs", &["billionaires"]), + ("scandonavian", &["scandinavian"]), + ("referendim", &["referendum"]), + ("trimuph", &["triumph"]), + ("verisoners", &["versioners"]), + ("favourie", &["favourites"]), + ("reseved", &["reserved"]), + ("importnt", &["important"]), + ("perpaid", &["prepaid"]), + ("vectores", &["vectors"]), + ("convinience", &["convenience"]), + ("manifestating", &["manifestation"]), + ("inventings", &["inventions"]), + ("exhcuast", &["exhaust"]), + ("translatio", &["translator"]), + ("avaialble", &["available"]), + ("mulittasking", &["multitasking"]), + ("latnern", &["lantern"]), + ("barbedos", &["barbados"]), + ("watchog", &["watchdog"]), + ("apperead", &["appeared"]), + ("langague", &["language"]), + ("spefiically", &["specifically"]), + ("psychedlic", &["psychedelic"]), + ("secruity", &["security"]), + ("unproteced", &["unprotected"]), + ("dinominator", &["denominator"]), + ("rsourcing", &["resourcing", "sourcing"]), + ("uscaled", &["unscaled"]), + ("lunguage", &["language"]), + ("methot", &["method"]), + ("undefind", &["undefined"]), + ("hypocondriac", &["hypochondriac"]), + ("presedintia", &["presidential"]), + ("acciental", &["accidental"]), + ("proceshandler", &["processhandler"]), + ("exericse", &["exercise"]), + ("rotateable", &["rotatable"]), + ("expoits", &["exploits"]), + ("leary", &["leery"]), + ("immesnely", &["immensely"]), + ("paranthes", &["parentheses", "parenthesis"]), + ("trascation", &["transaction"]), + ("mimc", &["mimic"]), + ("compresssor", &["compressor"]), + ("guarenteed", &["guaranteed"]), + ("experiminter", &["experimenter"]), + ("langualges", &["languages"]), + ("misogynsitic", &["misogynistic"]), + ("instrumentaiton", &["instrumentation"]), + ("personalitits", &["personalities"]), + ("docomenting", &["documenting"]), + ("constituie", &["constitute"]), + ("vertabraes", &["vertebraes"]), + ("santizer", &["sanitizer"]), + ("derection", &["direction"]), + ("impliciet", &["implicit"]), + ("retquireseek", &["requireseek"]), + ("shwoing", &["showing"]), + ("dependancys", &["dependencies"]), + ("participait", &["participant"]), + ("hemlets", &["helmets"]), + ("entriess", &["entries"]), + ("inlcludion", &["inclusion"]), + ("perfomramce", &["performance"]), + ("placmenet", &["placement"]), + ("implicacion", &["implication"]), + ("alwast", &["always"]), + ("excentricity", &["eccentricity"]), + ("indroductory", &["introductory"]), + ("franchizes", &["franchises"]), + ("vart", &["cart", "wart"]), + ("interefers", &["interferes"]), + ("removefromat", &["removeformat"]), + ("coopearte", &["cooperate"]), + ("professoras", &["professors"]), + ("witin", &["within"]), + ("espreso", &["espresso"]), + ("intall", &["install"]), + ("differnecs", &["differences"]), + ("regually", &["regularly"]), + ("statictics", &["statistics"]), + ("sourcse", &["sources", "source"]), + ("adevnturer", &["adventurer"]), + ("laso", &["also", "lasso"]), + ("discared", &["discarded"]), + ("signfies", &["signifies"]), + ("forot", &["forgot"]), + ("expermienting", &["experimenting"]), + ("specifikation", &["specification"]), + ("diagonstics", &["diagnostic"]), + ("dirtyness", &["dirtiness"]), + ("relised", &["realised"]), + ("transaltion", &["translation"]), + ("illegalis", &["illegals"]), + ("unblcok", &["unblock"]), + ("speficifcs", &["specifics"]), + ("througth", &["through"]), + ("itegration", &["integration"]), + ("bonnano", &["bonanno"]), + ("doubely", &["doubly"]), + ("inlcludes", &["includes"]), + ("trnasfers", &["transfers"]), + ("procotol", &["protocol"]), + ("systematisch", &["systematic"]), + ("swcloumns", &["swcolumns"]), + ("prioritied", &["prioritize"]), + ("implementaitons", &["implementations"]), + ("perisan", &["persian"]), + ("aggessive", &["aggressive"]), + ("servoced", &["serviced"]), + ("acccorded", &["accorded"]), + ("eception", &["exception"]), + ("optained", &["obtained"]), + ("explicat", &["explicate"]), + ("motoroal", &["motorola"]), + ("understandablely", &["understandably"]), + ("benghazhi", &["benghazi"]), + ("confugred", &["configured"]), + ("assiociate", &["associate"]), + ("oversue", &["overuse"]), + ("forgivenss", &["forgiveness"]), + ("anologous", &["analogous"]), + ("pillards", &["pillars"]), + ("ensuers", &["ensures"]), + ("temperarily", &["temporarily"]), + ("abvious", &["obvious"]), + ("handshkes", &["handshakes"]), + ("exammple", &["example"]), + ("epxand", &["expand"]), + ("finialization", &["finalization"]), + ("sunglinger", &["gunslinger"]), + ("boredoom", &["boredom"]), + ("inmigrants", &["immigrants"]), + ("algorgithms", &["algorithms"]), + ("insependent", &["independent"]), + ("infrastracture", &["infrastructure"]), + ("forutunately", &["fortunately"]), + ("certifciated", &["certificated"]), + ("clien", &["client"]), + ("connetced", &["connected"]), + ("semamphore", &["semaphore"]), + ("discound", &["discounted"]), + ("indaequate", &["inadequate"]), + ("spiritd", &["spirited"]), + ("meanting", &["meaning"]), + ("insipration", &["inspiration"]), + ("pharmacyst", &["pharmacist"]), + ("wednsday", &["wednesday"]), + ("repsectable", &["respectable"]), + ("fromerly", &["formerly"]), + ("callling", &["calling"]), + ("rendazyvoued", &["rendezvoused"]), + ("unfortunat", &["unfortunate"]), + ("negitiate", &["negotiate"]), + ("implementet", &["implemented"]), + ("wressel", &["wrestle"]), + ("onw", &["own", "now"]), + ("cannabilyzes", &["cannibalizes"]), + ("weirldy", &["weirdly"]), + ("copuling", &["coupling"]), + ("arcived", &["archived"]), + ("exixt", &["exist"]), + ("donejuns", &["dungeons"]), + ("carnomy", &["ceremony"]), + ("strengtheing", &["strengthening"]), + ("suppressio", &["suppressor"]), + ("oakereously", &["ocherously"]), + ("scriopted", &["scripted"]), + ("chocolateers", &["chocolates"]), + ("depection", &["deception"]), + ("culiminating", &["culminating"]), + ("progessbar", &["progressbar"]), + ("renegotaite", &["renegotiate"]), + ("thighten", &["tighten"]), + ("generatore", &["generate"]), + ("negoitated", &["negotiated"]), + ("fillowing", &["following"]), + ("stuations", &["situations", "stations"]), + ("apprpriate", &["appropriate"]), + ("grup", &["group"]), + ("informatations", &["information"]), + ("renegotatior", &["renegotiator"]), + ("mocroseconds", &["microseconds"]), + ("spefixally", &["specifically"]), + ("propesterous", &["preposterous"]), + ("aggrivate", &["aggravate"]), + ("opactity", &["opacity"]), + ("stardards", &["standards"]), + ("whule", &["while", "whole"]), + ("compareing", &["comparing"]), + ("orginials", &["originals"]), + ("comapared", &["compared"]), + ("confernce", &["conference"]), + ("spirituallly", &["spiritually"]), + ("intrerupt", &["interrupt"]), + ("incrmenet", &["increment"]), + ("accomponying", &["accompanying"]), + ("distribtution", &["distributions"]), + ("progatators", &["propagators"]), + ("pacaging", &["packaging"]), + ("depretiates", &["depreciates", "deprecates"]), + ("scavangers", &["scavengers"]), + ("macthups", &["matchups"]), + ("multiplikation", &["multiplication"]), + ("repitition", &["repetition"]), + ("mchanics", &["mechanics"]), + ("deferefernce", &["dereference"]), + ("executon", &["execution"]), + ("reallocaition", &["reallocation"]), + ("uncontrollaby", &["uncontrollably"]), + ("invicibility", &["invisibility"]), + ("descvriptions", &["descriptions"]), + ("understadning", &["understanding"]), + ("deelte", &["delete"]), + ("supermarkten", &["supermarket"]), + ("acknowldegement", &["acknowledgement"]), + ("faield", &["failed"]), + ("releif", &["relief"]), + ("resurrecion", &["resurrection"]), + ("axpressed", &["expressed"]), + ("incredable", &["incredible"]), + ("automatcally", &["automatically"]), + ("eecutable", &["executable"]), + ("copute", &["compute"]), + ("comected", &["connected"]), + ("navtive", &["native"]), + ("oscilated", &["oscillated"]), + ("dahboards", &["dashboards"]), + ("verificaion", &["verification"]), + ("increse", &["increase"]), + ("inlcusive", &["inclusive"]), + ("normlize", &["normalize"]), + ("protugal", &["portugal"]), + ("caloires", &["calories"]), + ("accodringly", &["accordingly"]), + ("accidenlty", &["accidentally"]), + ("aggravanti", &["aggravating"]), + ("consentrating", &["concentrating"]), + ("tyring", &["trying"]), + ("shepperding", &["shepherding"]), + ("afterr", &["after"]), + ("tranclucent", &["translucent"]), + ("organismen", &["organise"]), + ("looback", &["loopback"]), + ("manufactuerd", &["manufactured"]), + ("analgoue", &["analogue"]), + ("beleif", &["belief"]), + ("noexistent", &["nonexistent"]), + ("mysterieuse", &["mysteries"]), + ("completily", &["complexity"]), + ("masturabting", &["masturbating"]), + ("demaned", &["demand", "demeaned"]), + ("accuratly", &["accurately"]), + ("previosu", &["previous"]), + ("tradisional", &["traditional"]), + ("sercive", &["service"]), + ("cabints", &["cabinets"]), + ("althouth", &["although"]), + ("photagrapher", &["photographer"]), + ("invokves", &["invokes"]), + ("copyirght", &["copyright"]), + ("adjasencies", &["adjacencies"]), + ("spainsh", &["spanish"]), + ("kyeboshes", &["kiboshes"]), + ("typicially", &["typically"]), + ("libraaries", &["libraries"]), + ("perusaded", &["persuaded"]), + ("argumnts", &["arguments"]), + ("anarquism", &["anarchism"]), + ("knarl", &["gnarl"]), + ("alegbra", &["algebra"]), + ("fossilis", &["fossils"]), + ("presering", &["preserving"]), + ("attrributed", &["attributed"]), + ("armstorng", &["armstrong"]), + ("beggin", &["begin", "begging"]), + ("calbirations", &["calibrations"]), + ("eiegn", &["eigen", "reign"]), + ("instantaneoulsy", &["instantaneous"]), + ("coverted", &["converted", "covered", "coveted"]), + ("relativ", &["relative"]), + ("hootsba", &["hutzpa"]), + ("initializaing", &["initializing"]), + ("vhild", &["child"]), + ("brekpoint", &["breakpoint"]), + ("chould", &["should", "could"]), + ("charicter", &["character"]), + ("experiminters", &["experimenters"]), + ("scantuary", &["sanctuary"]), + ("occcured", &["occurred"]), + ("remining", &["remaining"]), + ("transphopic", &["transphobic"]), + ("referenace", &["reference"]), + ("trinitiy", &["trinity"]), + ("millisoconds", &["milliseconds"]), + ("novemer", &["november"]), + ("specilized", &["specialized"]), + ("protectiv", &["protective"]), + ("provinical", &["provincial"]), + ("frimware", &["firmware"]), + ("sucesscient", &["sufficient"]), + ("acordingly", &["accordingly"]), + ("expermientally", &["experimentally"]), + ("prcesses", &["processes"]), + ("countercut", &["counteract"]), + ("deletetions", &["deletions"]), + ("detectaron", &["detector"]), + ("compilcates", &["complicates"]), + ("renegociations", &["renegotiations"]), + ("strpiped", &["stripped"]), + ("ancestore", &["ancestor"]), + ("resepectively", &["respectively"]), + ("deadlifs", &["deadlifts"]), + ("requencies", &["frequencies"]), + ("mordibly", &["morbidly"]), + ("refereers", &["referees"]), + ("expressivos", &["expressions"]), + ("renegotites", &["renegotiates"]), + ("dimensiones", &["dimensions"]), + ("independnent", &["independent"]), + ("prophechies", &["prophecies"]), + ("constasnt", &["constants"]), + ("neighbborhoods", &["neighborhoods"]), + ("corperation", &["corporation"]), + ("gnerate", &["generate"]), + ("emultor", &["emulator"]), + ("proctecting", &["protecting"]), + ("bitfileld", &["bitfield"]), + ("pasword", &["password"]), + ("counterfact", &["counteract"]), + ("sives", &["saves", "sieves"]), + ("dimineshes", &["diminishes"]), + ("regax", &["regex"]), + ("iterleave", &["interleave"]), + ("calbirate", &["calibrate"]), + ("prononciation", &["pronunciation"]), + ("sytsem", &["system"]), + ("dicriminate", &["discriminate"]), + ("primarliy", &["primarily"]), + ("overrrides", &["overrides"]), + ("rebulding", &["rebuilding"]), + ("sccessfully", &["successfully"]), + ("trajactory", &["trajectory"]), + ("identifeir", &["identifier"]), + ("installaion", &["installation"]), + ("complainig", &["complaining"]), + ("immadiate", &["immediate"]), + ("custoize", &["customize"]), + ("creulty", &["cruelty"]), + ("arbtrarily", &["arbitrarily"]), + ("thogh", &["though"]), + ("perputuated", &["perpetuated"]), + ("temprament", &["temperament"]), + ("implicity", &["implicitly"]), + ("spacifications", &["specifications"]), + ("convertirme", &["converter"]), + ("tradicional", &["traditional"]), + ("speciallist", &["specialist"]), + ("interceptin", &["interception"]), + ("priviliged", &["privileged"]), + ("movemnt", &["movement"]), + ("speficer", &["specifier"]), + ("faliures", &["failures"]), + ("understoon", &["understood"]), + ("viewpionts", &["viewpoints"]), + ("realisitc", &["realistic"]), + ("mirors", &["mirrors", "minors"]), + ("rewriite", &["rewrite"]), + ("reinitiailize", &["reinitialize"]), + ("gemetry", &["geometry"]), + ("brusselers", &["brussels"]), + ("negoation", &["negotiation"]), + ("seperated", &["separated"]), + ("firmwqre", &["firmware"]), + ("thius", &["this"]), + ("heistate", &["hesitate"]), + ("februray", &["february"]), + ("legt", &["left", "legit"]), + ("previousy", &["previously"]), + ("concanented", &["concatenated"]), + ("sophmores", &["sophomores"]), + ("enveloppen", &["envelope"]), + ("cheking", &["checking"]), + ("derogatery", &["derogatory"]), + ("sertification", &["certification"]), + ("bounnded", &["bounded"]), + ("realisticlly", &["realistically"]), + ("pticher", &["pitcher"]), + ("falt", &["fault"]), + ("unconsiderate", &["inconsiderate"]), + ("primative", &["primitive"]), + ("banch", &["bank", "branch", "bench"]), + ("gutteral", &["guttural"]), + ("reconfugure", &["reconfigure"]), + ("depicitons", &["depictions"]), + ("authenentication", &["authentication"]), + ("souvinneer", &["souvenir"]), + ("ressult", &["result"]), + ("coresponds", &["corresponds"]), + ("succssful", &["successful"]), + ("correspondig", &["corresponding"]), + ("evaluted", &["evaluated"]), + ("ideologiske", &["ideologies"]), + ("randayvou", &["rendezvous"]), + ("exapnsive", &["expansive"]), + ("warriros", &["warriors"]), + ("shippment", &["shipment"]), + ("defacation", &["defamation"]), + ("collocalized", &["colocalized"]), + ("bigorty", &["bigotry"]), + ("breakpoing", &["breakpoint"]), + ("indendent", &["indent", "indented", "independent"]), + ("replacacing", &["replacing"]), + ("collegaues", &["colleagues"]), + ("basicly", &["basically"]), + ("baraches", &["branches"]), + ("seraching", &["searching"]), + ("susseeded", &["seceded"]), + ("ssome", &["some"]), + ("expext", &["expect"]), + ("leninent", &["lenient"]), + ("pasing", &["passing", "posing"]), + ("aquaintance", &["acquaintance"]), + ("behing", &["behind", "being"]), + ("procastrination", &["procrastination"]), + ("technlogy", &["technology"]), + ("essentialls", &["essentials"]), + ("valididty", &["validity"]), + ("affekt", &["affect", "effect"]), + ("crationalist", &["nationalist", "rationalist"]), + ("alhpabeticaly", &["alphabetically"]), + ("warpps", &["warps", "wraps"]), + ("sequantial", &["sequential"]), + ("exponantialy", &["exponentially"]), + ("syrap", &["syrup"]), + ("reasonnably", &["reasonably"]), + ("activitiy", &["activity"]), + ("checkpoins", &["checkpoints"]), + ("aweful", &["awful"]), + ("plesant", &["pleasant"]), + ("prohibitting", &["prohibiting"]), + ("wlaking", &["walking"]), + ("comparign", &["comparing"]), + ("condamnation", &["condemnation"]), + ("chocolats", &["chocolates"]), + ("anntenas", &["antennas"]), + ("sugggesting", &["suggesting"]), + ("itnerpreting", &["interpreting"]), + ("eletromagnitic", &["electromagnetic"]), + ("lizense", &["license"]), + ("himslef", &["himself"]), + ("permissble", &["permissible"]), + ("enterance", &["entrance"]), + ("allwoed", &["allowed"]), + ("sysmograph", &["seismograph"]), + ("progamer", &["programer"]), + ("conqouring", &["conquering"]), + ("pershis", &["precious"]), + ("expercting", &["expecting"]), + ("balanse", &["balances"]), + ("fluxtuations", &["fluctuations"]), + ("respitatory", &["respiratory"]), + ("requres", &["requires"]), + ("discusions", &["discussions"]), + ("diablers", &["disablers"]), + ("speficialliable", &["specifiable"]), + ("pronounes", &["pronouns"]), + ("notificiation", &["notification"]), + ("strenghts", &["strengths"]), + ("demonstrerat", &["demonstrate"]), + ("gottleib", &["gottlieb"]), + ("vrifies", &["verifies"]), + ("quadraped", &["quadruped"]), + ("concatenaded", &["concatenated"]), + ("delaraction", &["declaration"]), + ("wtiches", &["witches"]), + ("guarenteede", &["guarantee"]), + ("accalimed", &["acclaimed"]), + ("concentates", &["concentrates"]), + ("changings", &["changes"]), + ("ridiculus", &["ridiculous"]), + ("begginers", &["beginners"]), + ("detecions", &["detections"]), + ("ehthernet", &["ethernet"]), + ("litecon", &["litecoin"]), + ("strust", &["strut", "trust"]), + ("sensivitive", &["sensitive"]), + ("rouines", &["routines"]), + ("analyticall", &["analytical", "analytically"]), + ("proviving", &["providing"]), + ("happennings", &["happenings"]), + ("intergations", &["integrations"]), + ("appartment", &["apartment"]), + ("exausting", &["exhausting"]), + ("redifintions", &["redefinitions"]), + ("westmnister", &["westminster"]), + ("ballistc", &["ballistic"]), + ("assighees", &["assignees"]), + ("cppp", &["cpp"]), + ("receivd", &["received"]), + ("programmier", &["programmer"]), + ("authorded", &["authored"]), + ("productivo", &["production"]), + ("therfore", &["therefore"]), + ("butterlfies", &["butterflies"]), + ("pronouning", &["pronouncing"]), + ("moruning", &["mourning"]), + ("unlikley", &["unlikely"]), + ("cutsences", &["cutscenes"]), + ("inncrements", &["increments"]), + ("stimulat", &["stimulants"]), + ("connnects", &["connects"]), + ("scourced", &["sourced", "scoured"]), + ("negotiotable", &["negotiable"]), + ("chidlrens", &["childrens"]), + ("cosntructed", &["constructed"]), + ("distatse", &["distaste"]), + ("indipendence", &["independence"]), + ("denominatons", &["denominations"]), + ("infromatoin", &["information"]), + ("attandance", &["attendance"]), + ("bridaging", &["brigading"]), + ("renig", &["renege"]), + ("circlebs", &["circles"]), + ("snowbaording", &["snowboarding"]), + ("prevolence", &["prevalence"]), + ("restrittive", &["restrictive"]), + ("programmets", &["programmers"]), + ("idividually", &["individually"]), + ("appropriatness", &["appropriateness"]), + ("psychedleic", &["psychedelics"]), + ("accronyms", &["acronyms"]), + ("interferres", &["interferes"]), + ("continant", &["continental"]), + ("shouldnot", &["shouldnt"]), + ("skilfull", &["skilful"]), + ("creaentials", &["credentials"]), + ("neighbothoods", &["neighborhoods"]), + ("obliteraded", &["obliterated"]), + ("formet", &["format"]), + ("arraning", &["arranging"]), + ("maybee", &["maybe"]), + ("descencing", &["descending"]), + ("teched", &["taught"]), + ("applciation", &["application"]), + ("invincinble", &["invincible"]), + ("expirementing", &["experimenting"]), + ("connnection", &["connection"]), + ("lockacreen", &["lockscreen"]), + ("brigthen", &["brighten"]), + ("delimititing", &["delimiting"]), + ("understadn", &["understands", "understand"]), + ("clera", &["clear", "sclera"]), + ("ountline", &["outline"]), + ("disapprouve", &["disapprove"]), + ("kernuls", &["colonels", "kernels"]), + ("whe", &["when", "we"]), + ("custoiser", &["customiser"]), + ("akkumulated", &["accumulated"]), + ("cluases", &["clauses"]), + ("handshkng", &["handshaking"]), + ("compex", &["complex"]), + ("filelds", &["fields"]), + ("respectible", &["respectable"]), + ("bacehlors", &["bachelors"]), + ("authetication", &["authentication"]), + ("depserately", &["desperately"]), + ("ofisianados", &["aficionados"]), + ("mealflur", &["millefleur"]), + ("rnuning", &["running"]), + ("ohterwise", &["otherwise"]), + ("automaatically", &["automatically"]), + ("emphatized", &["emphasized"]), + ("dissalows", &["disallows"]), + ("immortalls", &["immortals"]), + ("addrersses", &["addresses"]), + ("oligarcy", &["oligarchy"]), + ("daybue", &["debut"]), + ("frustraits", &["frustrates"]), + ("unistall", &["uninstall"]), + ("acquition", &["acquisition"]), + ("retireves", &["retrieves"]), + ("prommpt", &["prompt"]), + ("poitner", &["pointer"]), + ("resulution", &["resolution"]), + ("cipertexts", &["ciphertexts"]), + ("decribes", &["describes"]), + ("coinsides", &["coincides"]), + ("frisday", &["friday"]), + ("diease", &["disease"]), + ("enclycopedia", &["encyclopedia"]), + ("generater", &["generator"]), + ("scources", &["sources"]), + ("inquisitivo", &["inquisition"]), + ("succsessfull", &["successful"]), + ("brightern", &["brighten"]), + ("evning", &["evening"]), + ("agricuture", &["agriculture"]), + ("policitians", &["politicians"]), + ("lanugage", &["language"]), + ("individus", &["individuals"]), + ("avent", &["advent", "event"]), + ("aqcuiring", &["acquiring"]), + ("throuh", &["through"]), + ("indivuduality", &["individuality"]), + ("kidnapning", &["kidnapping"]), + ("excecuting", &["executing"]), + ("apprirate", &["appropriate"]), + ("mathametician", &["mathematician"]), + ("thermodymanics", &["thermodynamics"]), + ("obations", &["ovations"]), + ("generalbs", &["generals"]), + ("tratiors", &["traitors"]), + ("hilights", &["highlights"]), + ("competeted", &["competed"]), + ("idenifiers", &["identifiers"]), + ("addapted", &["adapted"]), + ("reallocaions", &["reallocations"]), + ("somethimes", &["sometimes"]), + ("assigh", &["assign"]), + ("checkuot", &["checkout"]), + ("spefiable", &["specifiable"]), + ("compoenents", &["components"]), + ("sensably", &["sensibly"]), + ("enourage", &["encourage"]), + ("brotherood", &["brotherhood"]), + ("unspportable", &["unsupportable"]), + ("govenrment", &["government"]), + ("publisers", &["publishers"]), + ("nieghbour", &["neighbour"]), + ("excetutive", &["executive"]), + ("stranget", &["strangest"]), + ("featchd", &["fetched"]), + ("simmetry", &["symmetry"]), + ("kepp", &["keep"]), + ("modivational", &["motivational"]), + ("relocaion", &["relocation"]), + ("homeothapy", &["homeopathy"]), + ("compalation", &["compilation"]), + ("vacume", &["vacuum"]), + ("propotions", &["proportions", "promotions"]), + ("initiatie", &["initiatives", "initiate"]), + ("retrocatively", &["retroactively"]), + ("adderss", &["address"]), + ("ahmonds", &["almonds"]), + ("antibioticos", &["antibiotics"]), + ("brosed", &["browsed", "rosed"]), + ("synoynms", &["synonyms"]), + ("sharipe", &["sharpie"]), + ("algorithsms", &["algorithms"]), + ("conaining", &["containing"]), + ("downrade", &["downgrade"]), + ("denomenation", &["denomination"]), + ("specifyig", &["specifying"]), + ("reruirement", &["requirement"]), + ("enviornment", &["environment"]), + ("yhe", &["the"]), + ("incredably", &["incredibly"]), + ("correspomded", &["corresponded"]), + ("analyitcs", &["analytics"]), + ("hypothesus", &["hypotheses"]), + ("coordinite", &["coordinate"]), + ("opinyonator", &["opinionator"]), + ("enviormentally", &["environmentally"]), + ("troubadors", &["troubadours"]), + ("workbenchs", &["workbenches"]), + ("brownis", &["brownies"]), + ("threasholds", &["thresholds"]), + ("encyclopidia", &["encyclopedia"]), + ("asembled", &["assembled"]), + ("architctures", &["architectures"]), + ("quanlified", &["qualified", "quantified"]), + ("decutable", &["deductible"]), + ("concentraded", &["concentrated"]), + ("squritle", &["squirtle"]), + ("depdenncy", &["dependency"]), + ("enogh", &["enough"]), + ("abreviates", &["abbreviates"]), + ("archtype", &["archetype"]), + ("trinkes", &["trinkets"]), + ("prety", &["pretty"]), + ("forcefullly", &["forcefully"]), + ("calcuations", &["calculations"]), + ("preamle", &["preamble"]), + ("complicarte", &["complicate"]), + ("precuations", &["precautions"]), + ("appathetic", &["apathetic"]), + ("oficionado", &["aficionado"]), + ("akkumulating", &["accumulating"]), + ("chnange", &["change"]), + ("collectros", &["collects"]), + ("deceber", &["december"]), + ("chennel", &["channel"]), + ("compliation", &["compilation"]), + ("vigilanty", &["vigilante"]), + ("persectued", &["persecuted"]), + ("expeimenter", &["experimenter"]), + ("cotrol", &["control"]), + ("siute", &["suite"]), + ("crucifiction", &["crucifixion"]), + ("serialializes", &["serializes"]), + ("libreries", &["libraries"]), + ("rationalle", &["rationale"]), + ("itnernal", &["internal"]), + ("utlity", &["utility"]), + ("oter", &["other", "otter"]), + ("agred", &["agreed"]), + ("scahr", &["schar"]), + ("perimetres", &["perimeters"]), + ("commpletes", &["completes"]), + ("itms", &["items"]), + ("transsend", &["transcend"]), + ("renegotitable", &["renegotiable"]), + ("ouputting", &["outputting"]), + ("indicats", &["indicators", "indicates", "indicate"]), + ("shaprly", &["sharply"]), + ("garbagge", &["garbage"]), + ("dissipatore", &["dissipate"]), + ("summoenrs", &["summoners"]), + ("neglegance", &["negligence"]), + ("prarameters", &["parameters"]), + ("vactor", &["vector"]), + ("blasphemey", &["blasphemy"]), + ("excluses", &["excludes"]), + ("soildly", &["solidly"]), + ("protypted", &["prototyped"]), + ("facce", &["face"]), + ("errro", &["error"]), + ("excerised", &["exercised"]), + ("empiricaly", &["empirically"]), + ("spefiic", &["specific"]), + ("passerbys", &["passersby"]), + ("judgenental", &["judgemental"]), + ("mathematican", &["mathematician"]), + ("disapating", &["dissipating"]), + ("handshak", &["handshake"]), + ("modfider", &["modifier"]), + ("renderesd", &["rendered"]), + ("countrywise", &["countryside"]), + ("beetween", &["between"]), + ("sleect", &["select"]), + ("chawk", &["chalk"]), + ("counsellling", &["counselling"]), + ("strategicaly", &["strategically"]), + ("undertsands", &["understands"]), + ("animaitors", &["animators"]), + ("discernable", &["discernible"]), + ("inherantly", &["inherently"]), + ("perfor", &["perform"]), + ("tjhe", &["the"]), + ("abadonding", &["abandoning"]), + ("whta", &["what"]), + ("repblican", &["republican"]), + ("transparentcy", &["transparency"]), + ("adavanced", &["advanced"]), + ("custonization", &["customization"]), + ("offst", &["offset"]), + ("astarisk", &["asterisk"]), + ("marbels", &["marbles"]), + ("implmenet", &["implement"]), + ("expandas", &["expands"]), + ("unpredicatble", &["unpredictable"]), + ("sitution", &["situation"]), + ("helth", &["health"]), + ("thwe", &["the"]), + ("misdemenor", &["misdemeanor"]), + ("veamantly", &["vehemently"]), + ("withdrawan", &["withdrawn"]), + ("arounf", &["around"]), + ("instanciate", &["instantiate"]), + ("speficilly", &["specifically"]), + ("appplying", &["applying"]), + ("properyy", &["property", "properly"]), + ("devicdes", &["devices"]), + ("deambiguages", &["disambiguates"]), + ("amuch", &["much"]), + ("limititers", &["limiters"]), + ("cjanges", &["changes"]), + ("keybaord", &["keyboard"]), + ("probablistic", &["probabilistic"]), + ("licencse", &["licence", "license", "licenses"]), + ("transparcency", &["transparency"]), + ("neighbering", &["neighboring"]), + ("recurssed", &["recursed"]), + ("solfing", &["solving"]), + ("idaeidae", &["idea"]), + ("identifer", &["identifier"]), + ("verablly", &["verbally"]), + ("brancing", &["branching"]), + ("cancelas", &["cancels"]), + ("staklers", &["stalkers"]), + ("neighbeurhing", &["neighbouring"]), + ("implemementations", &["implementations"]), + ("nothind", &["nothing"]), + ("malasyia", &["malaysia"]), + ("appication", &["application"]), + ("convaluted", &["convoluted"]), + ("explinations", &["explanations"]), + ("reciver", &["receiver"]), + ("downvotting", &["downvoting"]), + ("undersetimate", &["underestimate"]), + ("seeked", &["sought"]), + ("dallocate", &["deallocate"]), + ("parilamentary", &["parliamentary"]), + ("internetese", &["internets"]), + ("usng", &["using"]), + ("enlsave", &["enslave"]), + ("fileding", &["fielding"]), + ("routin", &["routine", "routing"]), + ("accademy", &["academy"]), + ("intgral", &["integral"]), + ("nationalsim", &["nationalism"]), + ("specificl", &["specific"]), + ("confugre", &["configure"]), + ("samuria", &["samurai"]), + ("geneator", &["generator"]), + ("sizor", &["scissor", "sizer"]), + ("assiciations", &["associations"]), + ("comming", &["coming"]), + ("guarenteering", &["guaranteeing"]), + ("disclamier", &["disclaimer"]), + ("gerenated", &["generated"]), + ("relady", &["ready"]), + ("denomonation", &["denomination"]), + ("reccomendation", &["recommendation"]), + ("pallettes", &["palettes"]), + ("supsend", &["suspend"]), + ("anywys", &["anyways"]), + ("amethsyt", &["amethyst"]), + ("thoght", &["thought"]), + ("pannel", &["panel"]), + ("legitamacy", &["legitimacy"]), + ("deivce", &["device"]), + ("torpedeo", &["torpedo"]), + ("hiarchically", &["hierarchically"]), + ("liverpol", &["liverpool"]), + ("addtions", &["additions"]), + ("insteading", &["instead"]), + ("mainained", &["maintained"]), + ("upddate", &["update"]), + ("myselves", &["myself"]), + ("proporties", &["properties"]), + ("prooerty", &["property"]), + ("sectiont", &["sectioned", "section"]), + ("professiinal", &["professionalism"]), + ("negotitator", &["negotiator"]), + ("receieved", &["received"]), + ("characteor", &["character"]), + ("integarted", &["integrated"]), + ("recommented", &["recommended"]), + ("specifictions", &["specifications"]), + ("abstrction", &["abstraction"]), + ("fortunetely", &["fortunately"]), + ("kindapped", &["kidnapped"]), + ("exponants", &["exponents"]), + ("negothiate", &["negotiate"]), + ("croozer", &["cruiser"]), + ("contraversial", &["controversial"]), + ("unavailible", &["unavailable"]), + ("nubmer", &["number"]), + ("animore", &["anymore"]), + ("superheo", &["superhero"]), + ("redundacy", &["redundancy"]), + ("philippenes", &["philippines"]), + ("supres", &["suppress"]), + ("communiation", &["communication"]), + ("prodivded", &["provided"]), + ("monstre", &["monster"]), + ("preverved", &["preserved"]), + ("perfoem", &["perform"]), + ("experimanental", &["experimental"]), + ("precesion", &["precession", "precision"]), + ("delibirately", &["deliberately"]), + ("psychopatic", &["psychopathic"]), + ("lousiville", &["louisville"]), + ("agrgument", &["argument"]), + ("dictionarys", &["dictionaries"]), + ("meetin", &["meeting"]), + ("mutliplication", &["multiplication"]), + ("explicatie", &["explicit"]), + ("reprodiced", &["reproduced"]), + ("implemend", &["implement"]), + ("modifing", &["modifying"]), + ("absoluve", &["absolute"]), + ("recalcuated", &["recalculated"]), + ("poisones", &["poisons"]), + ("devirtualiation", &["devirtualisation", "devirtualization"]), + ("monagomous", &["monogamous"]), + ("fluorecence", &["fluorescence"]), + ("configurring", &["configuring"]), + ("mailstrum", &["maelstrom"]), + ("instlaler", &["installer"]), + ("unregisting", &["unregistering"]), + ("seqenstial", &["sequential"]), + ("transulcent", &["translucent"]), + ("massivley", &["massively"]), + ("relativated", &["relative", "relatively"]), + ("beld", &["held"]), + ("regeister", &["register"]), + ("vizualized", &["visualized"]), + ("methodss", &["methods"]), + ("sublcasses", &["subclasses"]), + ("disbales", &["disables"]), + ("observarse", &["observers"]), + ("adaptes", &["adapters"]), + ("litquids", &["liquids"]), + ("relocaite", &["relocate"]), + ("timesamped", &["timestamped"]), + ("vell", &["well"]), + ("partiarchy", &["patriarchy"]), + ("declaraions", &["declarations"]), + ("civilezation", &["civilization"]), + ("confguration", &["configuration"]), + ("descendends", &["descended"]), + ("refelctions", &["reflections"]), + ("mainfesto", &["manifesto"]), + ("recocnised", &["recognised"]), + ("undersatnd", &["understands"]), + ("ethnicaly", &["ethnically"]), + ("deploymenets", &["deployments"]), + ("simliarities", &["similarities"]), + ("isse", &["issue"]), + ("condtitions", &["conditions"]), + ("aftrerwards", &["afterwards"]), + ("experiements", &["experiments"]), + ("conetxt", &["context", "connect"]), + ("calback", &["callback"]), + ("chatolics", &["catholics"]), + ("configiuration", &["configuration"]), + ("euristic", &["heuristic"]), + ("umless", &["unless"]), + ("deliberatey", &["deliberately"]), + ("tortialls", &["tortillas"]), + ("asynchronlous", &["asynchronous"]), + ("sigaled", &["signaled"]), + ("wachdog", &["watchdog"]), + ("shitfer", &["shifter"]), + ("ethniticy", &["ethnicity"]), + ("synchrnous", &["synchronous"]), + ("negatiotiations", &["negotiations"]), + ("visualizating", &["visualization"]), + ("collape", &["collapse"]), + ("neeed", &["need", "needed"]), + ("principlaity", &["principality"]), + ("ancesetors", &["ancestors"]), + ("stratagies", &["strategies"]), + ("superfical", &["superficial"]), + ("presmissions", &["permissions"]), + ("rsizing", &["resizing", "sizing"]), + ("peretrator", &["perpetrator"]), + ("procces", &["process"]), + ("associte", &["associate"]), + ("heders", &["headers"]), + ("electricial", &["electrical"]), + ("thoeretical", &["theoretical"]), + ("hightest", &["highest"]), + ("acending", &["ascending"]), + ("compsers", &["compress"]), + ("spontanuously", &["spontaneously"]), + ("realyl", &["really"]), + ("intimitading", &["intimidating"]), + ("basiton", &["bastion"]), + ("rendiring", &["rendering"]), + ("honory", &["honorary"]), + ("noboday", &["nobody"]), + ("applicaton", &["application"]), + ("attemped", &["attempted"]), + ("constuctors", &["constructors"]), + ("troubeshooting", &["troubleshooting"]), + ("dasboard", &["dashboard"]), + ("priotising", &["prioritising"]), + ("qwesants", &["croissants"]), + ("singoolar", &["singular"]), + ("inconviniencys", &["inconveniences"]), + ("particant", &["participant"]), + ("arrenged", &["arranged"]), + ("handelrs", &["handlers"]), + ("notifiication", &["notification"]), + ("envrions", &["environs"]), + ("distortian", &["distortion"]), + ("defualt", &["default"]), + ("staatus", &["status"]), + ("rembember", &["remember"]), + ("prohpecy", &["prophecy"]), + ("alterative", &["alternative"]), + ("deferal", &["deferral"]), + ("downoad", &["download"]), + ("contanins", &["contains"]), + ("expeptedly", &["expectedly"]), + ("distinclty", &["distinctly"]), + ("strotage", &["storage"]), + ("overwriteable", &["overwritable"]), + ("comparotors", &["comparators"]), + ("opprtunity", &["opportunity"]), + ("understannd", &["understands"]), + ("colloqiual", &["colloquial"]), + ("simulteneous", &["simultaneous"]), + ("thermastat", &["thermostat"]), + ("cushin", &["cushion"]), + ("projectlie", &["projectiles"]), + ("acccords", &["accords"]), + ("ciphersuits", &["ciphersuites"]), + ("stuido", &["studio"]), + ("inprooving", &["improving"]), + ("rapore", &["rapport"]), + ("versitality", &["versatility"]), + ("realtives", &["relatives"]), + ("speacial", &["special", "spacial"]), + ("complicatii", &["complicit"]), + ("differen", &["different"]), + ("entitee", &["entity"]), + ("iniitializing", &["initializing"]), + ("strengthining", &["strengthening"]), + ("readig", &["reading"]), + ("tripels", &["triples"]), + ("bloodboorne", &["bloodborne"]), + ("judgemetal", &["judgemental"]), + ("utilisa", &["utilise"]), + ("aquired", &["acquired"]), + ("cimetricaly", &["symmetrically"]), + ("beeen", &["been"]), + ("exitations", &["excitations"]), + ("vicotries", &["victories"]), + ("prerequistite", &["prerequisite"]), + ("craeted", &["created", "crated"]), + ("blankes", &["blankets"]), + ("possibilty", &["possibility"]), + ("connitations", &["connotations"]), + ("governemntal", &["governmental"]), + ("inexpense", &["inexpensive"]), + ("serialiazation", &["serialization"]), + ("origniated", &["originated"]), + ("becaue", &["because"]), + ("alltogther", &["altogether"]), + ("proletariot", &["proletariat"]), + ("coordindate", &["coordinate"]), + ("refreshr", &["refresher"]), + ("absoultely", &["absolutely"]), + ("guidline", &["guideline"]), + ("obstructin", &["obstruction"]), + ("securiyt", &["security"]), + ("vakued", &["valued"]), + ("renegosiates", &["renegotiates"]), + ("wnat", &["want", "what"]), + ("subtargers", &["subtargets"]), + ("slippes", &["slippers"]), + ("bordreline", &["borderline"]), + ("calibraitons", &["calibrations"]), + ("nuetron", &["neutron"]), + ("triggerred", &["triggered"]), + ("louisiania", &["louisiana"]), + ("exculded", &["excluded"]), + ("heteresexual", &["heterosexual"]), + ("conductiong", &["conducting"]), + ("bycicle", &["bicycle"]), + ("alchoolic", &["alcoholic"]), + ("translteration", &["transliteration"]), + ("follwoer", &["follower"]), + ("ejaculatte", &["ejaculate"]), + ("configrued", &["configured"]), + ("gruop", &["group"]), + ("tranclate", &["translate"]), + ("reviwers", &["reviewers"]), + ("conservies", &["conserve"]), + ("executeable", &["executable"]), + ("preserv", &["preserve"]), + ("scestion", &["section"]), + ("ancesteres", &["ancestors"]), + ("shutdownm", &["shutdown"]), + ("philippinoes", &["philippines"]), + ("exectuable", &["executable"]), + ("potraits", &["portraits"]), + ("contribuitor", &["contributor"]), + ("intesections", &["intersections"]), + ("travellerhd", &["travelled"]), + ("radeus", &["radius"]), + ("commpress", &["compress"]), + ("skipd", &["skipped"]), + ("peferentially", &["preferentially"]), + ("spece", &["space", "spice"]), + ("handsharing", &["handshaking"]), + ("syfs", &["sysfs"]), + ("countere", &["counter"]), + ("neighborhing", &["neighboring"]), + ("ceated", &["created"]), + ("disgner", &["designer"]), + ("renegotitaions", &["renegotiations"]), + ("alpah", &["alpha"]), + ("preventin", &["prevention"]), + ("torpdeo", &["torpedo"]), + ("calculs", &["calculus"]), + ("matrial", &["martial", "material"]), + ("specailist", &["specialist"]), + ("constructeds", &["constructs"]), + ("dipolma", &["diploma"]), + ("marging", &["margin", "merging"]), + ("liftime", &["lifetime"]), + ("potientially", &["potentially"]), + ("converston", &["conversation", "conversion"]), + ("generaates", &["generates"]), + ("precendencies", &["precedences"]), + ("fogot", &["forgot"]), + ("timestmap", &["timestamp"]), + ("quesiton", &["question"]), + ("customable", &["customizable"]), + ("suborutine", &["subroutine"]), + ("hierarachical", &["hierarchical"]), + ("virutalisation", &["virtualisation"]), + ("tacticus", &["tactics"]), + ("consequeseces", &["consequences"]), + ("canabelyses", &["cannibalises"]), + ("flter", &["filter"]), + ("theathre", &["theatre"]), + ("investegated", &["investigated"]), + ("deprovation", &["deprivation"]), + ("subsitutatble", &["substitutable"]), + ("genreic", &["generic"]), + ("couterpart", &["counterpart"]), + ("absoluutely", &["absolutely"]), + ("masteris", &["masteries"]), + ("perjery", &["perjury"]), + ("commentart", &["commentator"]), + ("incompatatbility", &["incompatibility"]), + ("degenrates", &["degenerates"]), + ("ommiting", &["omitting"]), + ("diference", &["difference"]), + ("oblisks", &["obelisks"]), + ("deteting", &["detecting", "deleting"]), + ("eveluating", &["evaluating"]), + ("simiar", &["similar"]), + ("neighburhood", &["neighborhood"]), + ("handwriten", &["handwritten"]), + ("refromists", &["reformists"]), + ("deketed", &["deleted"]), + ("exchance", &["exchange"]), + ("hapiness", &["happiness"]), + ("tranasction", &["transaction"]), + ("tansverse", &["transverse"]), + ("functionallities", &["functionalities"]), + ("neighbrohood", &["neighborhoods"]), + ("posseses", &["possesses"]), + ("memoriez", &["memorize"]), + ("figurativley", &["figuratively"]), + ("interasting", &["interacting"]), + ("thermoneter", &["thermometer"]), + ("rescuecd", &["rescued"]), + ("soundtraks", &["soundtracks"]), + ("oblitque", &["oblique"]), + ("compenent", &["component", "competent"]), + ("predicition", &["prediction"]), + ("sycling", &["cycling"]), + ("qeustions", &["questions"]), + ("reapeating", &["repeating"]), + ("menstraul", &["menstrual"]), + ("vulnarability", &["vulnerability"]), + ("contetns", &["contents"]), + ("startted", &["started"]), + ("thrad", &["thread"]), + ("certicicate", &["certificate"]), + ("addresess", &["addresses"]), + ("grainery", &["granary"]), + ("recations", &["creations"]), + ("insuniating", &["insinuating"]), + ("effiency", &["efficiency"]), + ("notority", &["notoriety"]), + ("progams", &["programs"]), + ("correctess", &["correctness"]), + ("unavaliable", &["unavailable"]), + ("ariports", &["airports"]), + ("infornt", &["infront"]), + ("accesiblity", &["accessibility"]), + ("mosquite", &["mosquitoes"]), + ("renegoitate", &["renegotiate"]), + ("dehyrdated", &["dehydrated"]), + ("upladaded", &["uploaded"]), + ("estiomator", &["estimator"]), + ("estination", &["estimation"]), + ("assestment", &["assessment"]), + ("pyschotic", &["psychotic"]), + ("initailiser", &["initialiser"]), + ("binanary", &["binary"]), + ("decsriptors", &["descriptors"]), + ("yuo", &["you"]), + ("sponses", &["responses"]), + ("comeing", &["coming"]), + ("pertinante", &["pertinent"]), + ("parmameter", &["parameter"]), + ("sewdonim", &["pseudonym"]), + ("realtable", &["relatable"]), + ("poinits", &["points"]), + ("priview", &["preview"]), + ("prooperly", &["properly"]), + ("teacer", &["teacher"]), + ("rugters", &["rutgers"]), + ("simultaenously", &["simultaneously"]), + ("dfine", &["define"]), + ("configuratiens", &["configurations"]), + ("gltichy", &["glitchy"]), + ("adivsor", &["advisor"]), + ("aceptable", &["acceptable"]), + ("downroaded", &["downgraded"]), + ("singolar", &["singular"]), + ("contigouous", &["contiguous"]), + ("divisiones", &["divisions"]), + ("censur", &["censor", "censure"]), + ("anomynous", &["anonymous"]), + ("raquetball", &["racquetball"]), + ("procrestination", &["procrastination"]), + ("hyjack", &["hijack"]), + ("europians", &["europeans"]), + ("chuckels", &["chuckles"]), + ("cherching", &["checking", "churching"]), + ("biologicaly", &["biologically"]), + ("ampitheater", &["amphitheater"]), + ("gyspies", &["gypsies"]), + ("suppressin", &["suppression"]), + ("implemenetations", &["implementations"]), + ("functios", &["functions"]), + ("belligirent", &["belligerent"]), + ("ulters", &["alters"]), + ("ueses", &["uses"]), + ("contanimation", &["contamination"]), + ("cantaining", &["containing"]), + ("ammended", &["amended"]), + ("restrictons", &["restricts"]), + ("orginization", &["organization"]), + ("filesnames", &["filenames"]), + ("danceing", &["dancing"]), + ("gatable", &["gateable"]), + ("cllouds", &["clouds"]), + ("sytemmemory", &["systemmemory"]), + ("regulariry", &["regularly"]), + ("uninstlals", &["uninstalls"]), + ("conversatism", &["conservatism"]), + ("reboudns", &["rebounds"]), + ("anthromorphization", &["anthropomorphization"]), + ("construting", &["constructing"]), + ("compensatin", &["compensation"]), + ("typcial", &["typical"]), + ("checkstuming", &["checksumming"]), + ("lannsiters", &["lannisters"]), + ("symbo", &["symbol"]), + ("porduct", &["product"]), + ("registerered", &["registered"]), + ("algoruthm", &["algorithm"]), + ("implimcitly", &["implicitly"]), + ("containig", &["containing"]), + ("empahsize", &["emphasize"]), + ("neral", &["neural"]), + ("anlayses", &["analyses"]), + ("firefigther", &["firefighters"]), + ("introverso", &["introverts"]), + ("botivational", &["motivational"]), + ("sirectory", &["directory"]), + ("overreaktion", &["overreaction"]), + ("vaction", &["vacation"]), + ("disucussed", &["discussed"]), + ("astroid", &["asteroid"]), + ("authenicaing", &["authenticating"]), + ("varify", &["verify"]), + ("exponental", &["exponential"]), + ("escalato", &["escalation"]), + ("abonimation", &["abomination"]), + ("convaxly", &["convexly"]), + ("implememt", &["implement"]), + ("hurdels", &["hurdles"]), + ("depostied", &["deposited"]), + ("nanoseonds", &["nanoseconds"]), + ("ligitamately", &["legitimately"]), + ("javasript", &["javascript"]), + ("positve", &["positive"]), + ("begiinning", &["beginning"]), + ("seconf", &["second"]), + ("illustrato", &["illustration"]), + ("filp", &["flip"]), + ("parmameters", &["parameters"]), + ("arbitraty", &["arbitrary"]), + ("devied", &["device"]), + ("ukranie", &["ukraine"]), + ("representated", &["represented"]), + ("reasnable", &["reasonable"]), + ("grpahics", &["graphics"]), + ("detals", &["details"]), + ("reaon", &["reason"]), + ("ilegle", &["illegal"]), + ("instructioins", &["instructions"]), + ("earthquaks", &["earthquakes"]), + ("washignton", &["washington"]), + ("userpsace", &["userspace"]), + ("detatched", &["detached"]), + ("containning", &["containing"]), + ("doin", &["doing"]), + ("exinct", &["extinct"]), + ("asteorids", &["asteroids"]), + ("recusrion", &["recursion"]), + ("knowldge", &["knowledge"]), + ("bookamrks", &["bookmarks"]), + ("performane", &["performances", "performance"]), + ("dysentry", &["dysentery"]), + ("whisltes", &["whistles"]), + ("attiribute", &["attribute"]), + ("succeess", &["success"]), + ("colectable", &["collectable"]), + ("willaims", &["williams"]), + ("miinimised", &["minimised"]), + ("multliplies", &["multiplies"]), + ("priorties", &["priorities"]), + ("technologicaly", &["technologically"]), + ("medows", &["meadows"]), + ("intger", &["integer"]), + ("plasticos", &["plastics"]), + ("prerequisit", &["prerequisite"]), + ("wininpeg", &["winnipeg"]), + ("inteligent", &["intelligent"]), + ("stratergy", &["strategy"]), + ("yorkshrie", &["yorkshire"]), + ("tailgatting", &["tailgating"]), + ("entrepeneurs", &["entrepreneurs"]), + ("indentit", &["identity"]), + ("scientificlly", &["scientifically"]), + ("attrbutes", &["attributes"]), + ("charsimatic", &["charismatic"]), + ("inershia", &["inertia"]), + ("contanined", &["contained"]), + ("swith", &["switch"]), + ("percursor", &["precursor"]), + ("resuorces", &["resources"]), + ("decrpted", &["decrypted"]), + ("wiaters", &["waiters"]), + ("coinsidentally", &["coincidentally"]), + ("negoitate", &["negotiate"]), + ("constructts", &["constructs"]), + ("autonegatiotiation", &["autonegotiation"]), + ("strcuture", &["structure"]), + ("childrenmrs", &["childrens"]), + ("techinican", &["technician"]), + ("obeservations", &["observations"]), + ("interogate", &["interrogate"]), + ("backware", &["backward"]), + ("kidnly", &["kindly"]), + ("breapoint", &["breakpoint"]), + ("abborted", &["aborted"]), + ("proportianally", &["proportionally"]), + ("archines", &["archives"]), + ("hsyteria", &["hysteria"]), + ("comittee", &["committee"]), + ("attracters", &["attracts"]), + ("chandeleer", &["chandelier"]), + ("righteos", &["righteous"]), + ("excecutive", &["executive"]), + ("perade", &["parade"]), + ("databas", &["database"]), + ("paramterer", &["parameter"]), + ("natrually", &["naturally"]), + ("analysens", &["analyses"]), + ("cosntant", &["constant"]), + ("backpacs", &["backpacks"]), + ("protectoras", &["protectors"]), + ("hrlper", &["helper"]), + ("queing", &["queuing"]), + ("psychyatrist", &["psychiatrist"]), + ("sortnr", &["sorter"]), + ("currntly", &["currently"]), + ("subnegoptionsotiations", &["subnegotiations"]), + ("comlained", &["complained"]), + ("connnected", &["connected"]), + ("urugauy", &["uruguay"]), + ("emply", &["employ", "empty", "imply"]), + ("assignent", &["assignment"]), + ("situatuions", &["situations"]), + ("entrepreneus", &["entrepreneurs"]), + ("architecs", &["architects"]), + ("discconeting", &["disconnecting"]), + ("gziped", &["gzipped"]), + ("nnovisheates", &["novitiates"]), + ("activeta", &["activate"]), + ("oututs", &["outputs"]), + ("infrastrucure", &["infrastructure"]), + ("cacluate", &["calculate"]), + ("burriots", &["burritos"]), + ("privided", &["provided"]), + ("devilers", &["delivers"]), + ("initializad", &["initialized"]), + ("modidfies", &["modifies"]), + ("millescond", &["millisecond"]), + ("assiocating", &["associating"]), + ("initiaitive", &["initiative"]), + ("autentificated", &["authenticated"]), + ("rebuid", &["rebuild"]), + ("investigationes", &["investigations"]), + ("bracelona", &["barcelona"]), + ("tempelate", &["template"]), + ("seperare", &["separate"]), + ("complier", &["compiler"]), + ("proportinal", &["proportional"]), + ("acommodated", &["accommodated"]), + ("definiton", &["definition"]), + ("opional", &["optional"]), + ("assotiations", &["associations"]), + ("assimtotes", &["asymptotes"]), + ("terrritory", &["territory"]), + ("stregnth", &["strength"]), + ("slient", &["silent"]), + ("perfexcion", &["perfection"]), + ("activison", &["activision"]), + ("attriebute", &["attribute"]), + ("lugages", &["luggage"]), + ("fiedlity", &["fidelity"]), + ("intrepretations", &["interpretations"]), + ("atomzier", &["atomizer"]), + ("destinatation", &["destination"]), + ("priporitzes", &["prioritizes"]), + ("coverters", &["converters"]), + ("peferred", &["preferred"]), + ("prejudgudice", &["prejudice"]), + ("cellulaire", &["cellular"]), + ("qualificaton", &["qualification"]), + ("ubelieveble", &["unbelievable"]), + ("upagrading", &["upgrading"]), + ("consecutevily", &["consecutively"]), + ("momentairly", &["momentarily"]), + ("delegative", &["delegate"]), + ("neurosceince", &["neuroscience"]), + ("distrubiotion", &["distribution"]), + ("opem", &["open"]), + ("africaness", &["africans"]), + ("curernt", &["current"]), + ("mcroscope", &["microscope"]), + ("dicionaries", &["dictionaries"]), + ("unhilights", &["unhighlights"]), + ("polymoprhic", &["polymorphic"]), + ("wokring", &["working"]), + ("predominanty", &["predominantly"]), + ("traiging", &["triaging"]), + ("dictateurs", &["dictates"]), + ("percintile", &["percentile"]), + ("cotnainers", &["containers"]), + ("ammend", &["amend"]), + ("underneight", &["underweight"]), + ("paychopathic", &["psychopathic"]), + ("happpen", &["happen"]), + ("overrrided", &["overridden"]), + ("dichotomoy", &["dichotomy"]), + ("licese", &["license"]), + ("challeneges", &["challenges"]), + ("advantageus", &["advantageous"]), + ("vehical", &["vehicle"]), + ("strageties", &["strategies"]), + ("neruons", &["neurons"]), + ("linguisitic", &["linguistic"]), + ("equilbirium", &["equilibrium"]), + ("playtrhoughs", &["playthroughs"]), + ("overestimateing", &["overestimating"]), + ("radiers", &["raiders"]), + ("principial", &["principal"]), + ("denomal", &["denormal"]), + ("paralelle", &["parallel"]), + ("affirmitive", &["affirmative"]), + ("patriatchy", &["patriarchy"]), + ("recalcualtes", &["recalculates"]), + ("charactersm", &["characters"]), + ("almigthy", &["almighty"]), + ("configurtation", &["configuration"]), + ("gerneration", &["generation"]), + ("sptintf", &["sprintf"]), + ("redundand", &["redundant"]), + ("multiplicacion", &["multiplication"]), + ("hellfie", &["hellfire"]), + ("emabaroged", &["embargoed"]), + ("legitimatelly", &["legitimately"]), + ("vaticina", &["vatican"]), + ("natinals", &["nationals"]), + ("negotaiates", &["negotiates"]), + ("sepcification", &["specification"]), + ("desctiption", &["description"]), + ("protien", &["protein"]), + ("ninimal", &["minimal"]), + ("sourcedrectory", &["sourcedirectory"]), + ("circumstncial", &["circumstantial"]), + ("connction", &["connection"]), + ("installationa", &["installation"]), + ("useddd", &["used"]), + ("baed", &["based"]), + ("guarnted", &["guaranteed"]), + ("confgiured", &["configured"]), + ("multiplaye", &["multiply"]), + ("privisions", &["provisions"]), + ("undergroud", &["underground"]), + ("mecahnical", &["mechanical"]), + ("scracthed", &["scratched"]), + ("codde", &["code", "coded", "coddle"]), + ("exportint", &["exporting"]), + ("broswed", &["browsed"]), + ("parametes", &["parameters"]), + ("volativity", &["volatility"]), + ("javascipt", &["javascript"]), + ("pshyciatrist", &["psychiatrist"]), + ("collectivo", &["collection"]), + ("pecision", &["precision"]), + ("trasparently", &["transparently"]), + ("poiints", &["points"]), + ("automodorator", &["automoderator"]), + ("availabable", &["available"]), + ("transformates", &["transforms"]), + ("specficications", &["specifications"]), + ("modificatioon", &["modification"]), + ("labriynth", &["labyrinth"]), + ("internall", &["internal", "internally"]), + ("shouders", &["shoulders", "shudders"]), + ("simlarly", &["similarly"]), + ("dishcarged", &["discharged"]), + ("qusts", &["quests"]), + ("intimidacion", &["intimidation"]), + ("generaing", &["generating"]), + ("crackes", &["crackles", "cracks", "crackers"]), + ("negligable", &["negligible"]), + ("procrastrinates", &["procrastinates"]), + ("benckmarking", &["benchmarking"]), + ("heastink", &["heatsink"]), + ("renegotitators", &["renegotiators"]), + ("sypmathetic", &["sympathetic"]), + ("aspet", &["aspect"]), + ("notificaitons", &["notifications"]), + ("quwesants", &["croissants"]), + ("guarrante", &["guarantee"]), + ("updraged", &["upgraded"]), + ("higlighting", &["highlighting"]), + ("examinerad", &["examined"]), + ("examnples", &["examples"]), + ("ammendment", &["amendment"]), + ("contol", &["control"]), + ("magnitudine", &["magnitude"]), + ("organisationnels", &["organisations"]), + ("publically", &["publicly"]), + ("insensive", &["insensitive"]), + ("quadroople", &["quadruple"]), + ("failicies", &["facilities"]), + ("nullifiy", &["nullify"]), + ("streamd", &["streamed"]), + ("justifyable", &["justifiable"]), + ("nasting", &["nesting"]), + ("promoteurs", &["promotes"]), + ("toally", &["totally"]), + ("algortithm", &["algorithm"]), + ("barvery", &["bravery"]), + ("surrepetitiously", &["surreptitiously"]), + ("archtectures", &["architectures"]), + ("spefixations", &["specifications"]), + ("fuctiones", &["functioned"]), + ("goosebumbps", &["goosebumps"]), + ("curcular", &["circular"]), + ("mantainer", &["maintainer"]), + ("expoliting", &["exploiting"]), + ("dissadvantage", &["disadvantage"]), + ("alrightly", &["alrighty"]), + ("functionss", &["functions"]), + ("pefers", &["prefers"]), + ("unspeficiteid", &["unspecified"]), + ("ampatheaters", &["amphitheaters"]), + ("dependncies", &["dependencies"]), + ("indonesien", &["indonesian"]), + ("assumne", &["assume"]), + ("accedentally", &["accidentally"]), + ("guarnateing", &["guaranteeing"]), + ("experimmentel", &["experimental"]), + ("stocahstic", &["stochastic"]), + ("watermeleon", &["watermelon"]), + ("misunderstandng", &["misunderstandings"]), + ("buildnings", &["buildings"]), + ("simmetricaly", &["symmetrically"]), + ("correcct", &["correct"]), + ("demosntrates", &["demonstrates"]), + ("importnat", &["important"]), + ("extenson", &["extension"]), + ("proeprly", &["properly"]), + ("workbennch", &["workbench"]), + ("proceeedures", &["procedures"]), + ("collaberatively", &["collaboratively"]), + ("hastables", &["hashtables"]), + ("athesitic", &["atheistic"]), + ("dupliations", &["duplications"]), + ("modyfy", &["modify"]), + ("mediocrisy", &["mediocrity"]), + ("withdral", &["withdrawal"]), + ("assmebly", &["assembly"]), + ("businesman", &["businessman"]), + ("delpoyment", &["deployment"]), + ("interected", &["interacted", "intersected"]), + ("fileds", &["fields"]), + ("rewarching", &["rewatching"]), + ("chlidrens", &["childrens"]), + ("courching", &["crouching"]), + ("initialy", &["initially"]), + ("comforable", &["comfortable"]), + ("flitered", &["filtered"]), + ("goddammt", &["goddammit"]), + ("compeared", &["compared"]), + ("legislativo", &["legislation"]), + ("propotion", &["proportion", "promotion"]), + ("wikileakers", &["wikileaks"]), + ("practicly", &["practically"]), + ("beuraucrats", &["bureaucrats"]), + ("flacorings", &["flavorings"]), + ("tempromental", &["temperamental"]), + ("expeced", &["expected"]), + ("tranported", &["transported"]), + ("considdering", &["considering"]), + ("sepecial", &["special"]), + ("recofig", &["reconfig"]), + ("registory", &["registry"]), + ("preists", &["priests"]), + ("renewl", &["renewal"]), + ("hypocritus", &["hypocrites"]), + ("scoreboad", &["scoreboard"]), + ("progagator", &["propagator"]), + ("specifiede", &["specified"]), + ("partiarchal", &["patriarchal"]), + ("midifelder", &["midfielder"]), + ("forgeround", &["foreground"]), + ("survice", &["service", "survive"]), + ("negotitaors", &["negotiators"]), + ("therapeutuc", &["therapeutic"]), + ("chemestry", &["chemistry"]), + ("baynoet", &["bayonet"]), + ("exploites", &["exploits"]), + ("independetly", &["independently"]), + ("entrepraneurs", &["entrepreneurs"]), + ("prerequsite", &["prerequisite"]), + ("palyoffs", &["playoffs"]), + ("resgined", &["resigned"]), + ("emaill", &["email"]), + ("anoher", &["another"]), + ("jeopary", &["jeopardy"]), + ("reminis", &["reminisce"]), + ("prelimitary", &["preliminary"]), + ("encahnting", &["enchanting"]), + ("enthusiastisch", &["enthusiastic"]), + ("anarchits", &["anarchists"]), + ("coverting", &["converting"]), + ("horizobtal", &["horizontal"]), + ("scrpts", &["scripts"]), + ("indikation", &["indication"]), + ("predicement", &["predicament"]), + ("sawtees", &["sautés"]), + ("exteders", &["extenders"]), + ("quiries", &["queries"]), + ("pscyhologically", &["psychologically"]), + ("spefixiers", &["specifiers"]), + ("backgronds", &["backgrounds"]), + ("undistinghable", &["indistinguishable"]), + ("upadted", &["updated"]), + ("simultanious", &["simultaneous"]), + ("doubldes", &["doubles"]), + ("intentually", &["intentionally"]), + ("remianing", &["remaining"]), + ("compleated", &["completed"]), + ("fomatters", &["formatters"]), + ("privitazed", &["privatized"]), + ("representaion", &["representation"]), + ("explose", &["explodes"]), + ("proerties", &["properties"]), + ("substituations", &["substitutions"]), + ("publush", &["publish"]), + ("capturd", &["captured"]), + ("irrespecitve", &["irrespective"]), + ("nestalgicly", &["nostalgically"]), + ("entirelly", &["entirely"]), + ("volitality", &["volatility"]), + ("curricullum", &["curriculum"]), + ("codos", &["codes"]), + ("dicriminated", &["discriminated"]), + ("avaliability", &["availability"]), + ("exceuctes", &["executes"]), + ("recipets", &["recipes"]), + ("failded", &["failed"]), + ("pipiline", &["pipeline"]), + ("suggets", &["suggest", "suggests"]), + ("wwith", &["with"]), + ("precedance", &["precedence"]), + ("illiegal", &["illegal"]), + ("suficcient", &["sufficient"]), + ("represntative", &["representative"]), + ("retrebution", &["retribution"]), + ("camparing", &["comparing"]), + ("arbiturary", &["arbitrary"]), + ("attruibutes", &["attributes"]), + ("consitutents", &["constituents"]), + ("covenat", &["covenant"]), + ("prequles", &["prequels"]), + ("hiddent", &["hidden"]), + ("pengwens", &["penguins"]), + ("experimnetally", &["experimentally"]), + ("favorties", &["favorites"]), + ("typecheking", &["typechecking"]), + ("distace", &["distance", "distaste"]), + ("vesseles", &["vessels"]), + ("optioin", &["option"]), + ("rearranent", &["rearrangement"]), + ("legionair", &["legionnaire"]), + ("woul", &["would"]), + ("southanpton", &["southampton"]), + ("regulax", &["regular"]), + ("performancepcs", &["performances"]), + ("villan", &["villain"]), + ("authos", &["authors", "autos"]), + ("clausens", &["clauses"]), + ("easilly", &["easily"]), + ("illumanati", &["illuminati"]), + ("acknodledgment", &["acknowledgment"]), + ("mimached", &["mismatched"]), + ("conjucntion", &["conjunction"]), + ("intorverts", &["introverts"]), + ("calculaion", &["calculation"]), + ("effecive", &["effective"]), + ("supsects", &["suspects"]), + ("dereferncer", &["dereferencer"]), + ("resourecs", &["resources"]), + ("consummes", &["consumes"]), + ("determenism", &["determinism"]), + ("centerd", &["centered"]), + ("extraordinairy", &["extraordinary"]), + ("massachusites", &["massachusetts"]), + ("dollor", &["dollar"]), + ("pretador", &["predator"]), + ("vairable", &["variable"]), + ("ommitting", &["omitting"]), + ("nimpho", &["nympho"]), + ("critcials", &["criticals"]), + ("complimentery", &["complimentary"]), + ("permited", &["permitted"]), + ("cerbures", &["cerberus"]), + ("sortig", &["sorting"]), + ("obtrained", &["obtained"]), + ("compilcatedly", &["complicatedly"]), + ("commpiling", &["compiling"]), + ("authethicating", &["authenticating"]), + ("revealtions", &["revelations"]), + ("unkonwn", &["unknown"]), + ("deram", &["dram", "dream"]), + ("natique", &["antique"]), + ("encouters", &["encounters"]), + ("repbulicans", &["republicans"]), + ("reencarnation", &["reincarnation"]), + ("milicous", &["malicious"]), + ("imporovement", &["improvement"]), + ("fpr", &["for", "far", "fps"]), + ("embarassimg", &["embarrassing"]), + ("mesurment", &["measurement"]), + ("emproved", &["improved"]), + ("antidepressents", &["antidepressants"]), + ("congratule", &["congratulate"]), + ("snipets", &["snippets"]), + ("miniscuel", &["miniscule"]), + ("faktored", &["factored"]), + ("tansient", &["transient"]), + ("wjat", &["what"]), + ("spacifics", &["specifics"]), + ("unsucesfull", &["unsuccessful"]), + ("compromize", &["compromise"]), + ("tenanet", &["tenant"]), + ("austrila", &["austria"]), + ("falesly", &["falsely"]), + ("recyle", &["recycle"]), + ("dereferncencer", &["dereferencer"]), + ("profitabile", &["profitable"]), + ("eror", &["error"]), + ("cloreen", &["chlorine"]), + ("excutable", &["executable"]), + ("productoin", &["productions"]), + ("logisitics", &["logistics"]), + ("irregularties", &["irregularities"]), + ("nitches", &["niches"]), + ("austrailian", &["australian"]), + ("gratiutous", &["gratuitous"]), + ("polietly", &["politely"]), + ("speficitifers", &["specifiers"]), + ("iteractions", &["interactions", "iterations"]), + ("firgure", &["figure"]), + ("picnick", &["picnic"]), + ( + "transforme", + &["transfer", "transformed", "transformer", "transform"], + ), + ("deprectates", &["deprecates"]), + ("unauthoried", &["unauthorized"]), + ("sitill", &["still"]), + ("victorioso", &["victorious"]), + ("subsidizng", &["subsidizing"]), + ("rturn", &["return"]), + ("dalmation", &["dalmatian"]), + ("minimalt", &["minimalist"]), + ("digitzed", &["digitized"]), + ("composute", &["composite"]), + ("autheticate", &["authenticate"]), + ("configute", &["configure"]), + ("comback", &["comeback"]), + ("aske", &["ask"]), + ("geomertic", &["geometric"]), + ("conotations", &["connotations"]), + ("moteefs", &["motifs"]), + ("warniings", &["warnings"]), + ("execuet", &["execute"]), + ("intenal", &["internal"]), + ("processinf", &["processing"]), + ("idealisim", &["idealism"]), + ("aautomatic", &["automatic"]), + ("labrynths", &["labyrinths"]), + ("collectes", &["collects"]), + ("divded", &["divided"]), + ("spectularly", &["spectacularly"]), + ("scheduald", &["scheduled"]), + ("rythim", &["rhythm"]), + ("renegotatiator", &["renegotiator"]), + ("committe", &["committee"]), + ("maanger", &["manager"]), + ("warniong", &["warning"]), + ("lsip", &["lisp"]), + ("wordpresss", &["wordpress"]), + ("aribitary", &["arbitrary"]), + ("spirtiuality", &["spirituality"]), + ("reacked", &["reached"]), + ("opposit", &["opposite"]), + ("conchus", &["conscious"]), + ("forbbiden", &["forbidden"]), + ("capsumel", &["capsule"]), + ("continueously", &["continuously"]), + ("adventureres", &["adventures"]), + ("malariya", &["malaria"]), + ("weahters", &["weathers"]), + ("waht", &["what"]), + ("caculating", &["calculating"]), + ("representatieve", &["representative"]), + ("fingernal", &["fingernails"]), + ("unproccessed", &["unprocessed"]), + ("follwow", &["follow"]), + ("philosopers", &["philosophers"]), + ("paramenters", &["parameters"]), + ("sysems", &["systems"]), + ("suntask", &["subtask"]), + ("supportd", &["supported"]), + ("gathet", &["gather"]), + ("perfromances", &["performances"]), + ("ingration", &["integration"]), + ("perferably", &["preferably"]), + ("compatablility", &["compatibility"]), + ("waritable", &["writable"]), + ("smaler", &["smaller"]), + ("relfection", &["reflection"]), + ("dedects", &["deducts", "detects"]), + ("genenric", &["generic"]), + ("damange", &["damage"]), + ("bureaucracts", &["bureaucrats"]), + ("speciyfing", &["specifying"]), + ("cannibilism", &["cannibalism"]), + ("perford", &["performed"]), + ("relaly", &["really"]), + ("execuated", &["executed"]), + ("messagetqueue", &["messagequeue"]), + ("drats", &["drafts"]), + ("aggreement", &["agreement"]), + ("timne", &["time"]), + ("exchaned", &["exchanged"]), + ("proivded", &["provided"]), + ("authoization", &["authorization"]), + ("mimicing", &["mimicking"]), + ("oustider", &["outsider"]), + ("cuestions", &["questions"]), + ("curcuit", &["circuit"]), + ("managemenet", &["management"]), + ("manipulatie", &["manipulative"]), + ("comminucating", &["communicating"]), + ("probbed", &["probed"]), + ("superstisious", &["superstitious"]), + ("subnegotatiations", &["subnegotiations"]), + ("randazyvous", &["rendezvous"]), + ("respecte", &["respective"]), + ("girlfried", &["girlfriend"]), + ("wnen", &["when", "wen"]), + ("recommens", &["recommends"]), + ("procalim", &["proclaim"]), + ("dedidates", &["dedicates"]), + ("cashieres", &["cashiers"]), + ("buitlins", &["builtins"]), + ("auidobooks", &["audiobooks"]), + ("desuction", &["seduction"]), + ("theer", &["there"]), + ("previuos", &["previous"]), + ("instatiation", &["instantiation"]), + ("fromt", &["from", "front"]), + ("attrirbutes", &["attributes"]), + ("cihers", &["ciphers"]), + ("curriences", &["currencies"]), + ("nodess", &["nodes"]), + ("brocolli", &["broccoli"]), + ("fashiond", &["fashioned"]), + ("decsions", &["decisions"]), + ("elepahnts", &["elephants"]), + ("tempororaries", &["temporaries"]), + ("destionations", &["destinations"]), + ("involvment", &["involvement"]), + ("hybirds", &["hybrids"]), + ("unbeliavable", &["unbelievable"]), + ("vavriables", &["variables"]), + ("improofement", &["improvement"]), + ("proveribal", &["proverbial"]), + ("statuer", &["stature"]), + ("instatance", &["instance"]), + ("commants", &["commands", "comments"]), + ("langulage", &["language"]), + ("ethniticies", &["ethnicities"]), + ("retailate", &["retaliate"]), + ("larvy", &["larvae"]), + ("thining", &["thinking", "thinning"]), + ("compeltelyt", &["completely"]), + ("nowe", &["now"]), + ("nuisanses", &["nuisance", "nuisances"]), + ("ataching", &["attaching"]), + ("thoeretically", &["theoretically"]), + ("scientificaly", &["scientifically"]), + ("motorolja", &["motorola"]), + ("corrently", &["correctly", "currently"]), + ("autonimous", &["autonomous"]), + ("fahrenhiet", &["fahrenheit"]), + ("anayltics", &["analytics"]), + ("troup", &["troupe"]), + ("civelezation", &["civilization"]), + ("expetional", &["exceptional"]), + ("fram", &["frame"]), + ("mehtod", &["method"]), + ("devce", &["device"]), + ("acadmic", &["academic"]), + ("bassically", &["basically"]), + ("icleandic", &["icelandic"]), + ("sutisfaction", &["satisfaction"]), + ("opportuniste", &["opportunities"]), + ("bastane", &["bastante"]), + ("zoinism", &["zionism"]), + ("coutermeasures", &["countermeasures"]), + ("conditionar", &["conditioner"]), + ("researvation", &["reservation"]), + ("interrum", &["interim"]), + ("allternate", &["alternate"]), + ("sectopn", &["section"]), + ("insered", &["inserted"]), + ("algoorithm", &["algorithm"]), + ("familiies", &["families"]), + ("totats", &["totals"]), + ("keybords", &["keyboards"]), + ("resurcing", &["resourcing"]), + ("listes", &["listed"]), + ("incorrectled", &["incorrectly"]), + ("conenctivity", &["connectivity"]), + ("letmost", &["leftmost"]), + ("instnatiations", &["instantiations"]), + ("consistendtly", &["consistently"]), + ("inconveince", &["inconvenience"]), + ("aiplanes", &["airplanes"]), + ("validtion", &["validation"]), + ("accessibilitiy", &["accessibility"]), + ("fime", &["fixme", "time"]), + ("reaaly", &["really"]), + ("signitories", &["signatories"]), + ("follfowing", &["following"]), + ("overvise", &["otherwise"]), + ("esitmates", &["estimates"]), + ("definety", &["definitely"]), + ("intercecpt", &["intercept"]), + ("separaters", &["separates"]), + ("upgaraded", &["upgraded"]), + ("characteters", &["characters"]), + ("styilistic", &["stylistic"]), + ("knwoing", &["knowing"]), + ("abstrat", &["abstract"]), + ("electromagnatic", &["electromagnetic"]), + ("progressivelly", &["progressively"]), + ("unreplacable", &["unreplaceable"]), + ("natuarally", &["naturally"]), + ("techique", &["technique"]), + ("eczecutes", &["executes"]), + ("frequancy", &["frequency"]), + ("itmes", &["items", "times"]), + ("degreeee", &["degree"]), + ("conditiong", &["conditioning"]), + ("writechetque", &["writecheque"]), + ("transportr", &["transporter"]), + ("balasters", &["balusters"]), + ("goreshadowing", &["foreshadowing"]), + ("laguage", &["language"]), + ("availlable", &["available"]), + ("rerpesentation", &["representation"]), + ("weridly", &["weirdly"]), + ("criticall", &["critical", "critically"]), + ("desctructor", &["destructor"]), + ("cosntrains", &["constrains", "constraints"]), + ("transcirpt", &["transcripts"]), + ("permable", &["permeable"]), + ("glorfied", &["glorified"]), + ("cehcking", &["checking"]), + ("battlesaur", &["battlestar"]), + ("forsenic", &["forensic"]), + ("expressview", &["expressive"]), + ("retoric", &["rhetoric"]), + ("restructed", &["restricted", "restructured"]), + ("intertaining", &["entertaining"]), + ("infrequancy", &["infrequency"]), + ("dumptser", &["dumpster"]), + ("aeropsace", &["aerospace"]), + ("definetelly", &["definitely"]), + ("secctors", &["sectors"]), + ("constraucts", &["constructs"]), + ("entitys", &["entities"]), + ("operstions", &["operations"]), + ("specifities", &["specifics"]), + ("fior", &["for"]), + ("concesso", &["concession"]), + ("corresponting", &["corresponding"]), + ("noticabe", &["noticeable"]), + ("understandible", &["understandable"]), + ("corrresponds", &["corresponds"]), + ("continualy", &["continually"]), + ("folowwed", &["followed"]), + ("iterrations", &["iterations"]), + ("converstation", &["conversation"]), + ("marter", &["martyr"]), + ("mairabd", &["mariadb"]), + ("dissrupt", &["disrupt"]), + ("adjustament", &["adjustment"]), + ("signifiy", &["signify"]), + ("enhace", &["enhance"]), + ("heartbeart", &["heartbeat"]), + ("initiall", &["initial", "initially"]), + ("browing", &["browsing"]), + ("executioness", &["executions"]), + ("inables", &["enables"]), + ("haders", &["headers", "shaders", "haters"]), + ("partirioning", &["partitioning"]), + ("vawdvillean", &["vaudevillian"]), + ("detrmines", &["determines"]), + ("gaysha", &["geisha"]), + ("exausted", &["exhausted"]), + ("capitlaism", &["capitalism"]), + ("valied", &["valid"]), + ("dislpays", &["displays"]), + ("democray", &["democracy"]), + ("exhilerates", &["exhilarates"]), + ("experamentally", &["experimentally"]), + ("redneckers", &["rednecks"]), + ("expeimenting", &["experimenting"]), + ("indepenently", &["independently"]), + ("intialized", &["initialized"]), + ("orientied", &["oriented"]), + ("authorotative", &["authoritative"]), + ("hipotetical", &["hypothetical"]), + ("remannts", &["remnants"]), + ("initializationg", &["initialization"]), + ("intolarant", &["intolerant"]), + ("pointetr", &["pointer"]), + ("alternateively", &["alternatively"]), + ("disenginuous", &["disingenuous"]), + ("attributo", &["attribution"]), + ("regualrly", &["regularly"]), + ("altready", &["already"]), + ("sitrring", &["stirring"]), + ("groouped", &["grouped"]), + ("contreception", &["contraception"]), + ("boostrapping", &["bootstrapping"]), + ("aparantly", &["apparently"]), + ("beacause", &["because"]), + ("produktive", &["productive"]), + ("cupboad", &["cupboard"]), + ("civilesation", &["civilisation"]), + ("lizens", &["license"]), + ("coincedental", &["coincidental"]), + ("experimentated", &["experimented"]), + ("volunterring", &["volunteering"]), + ("blokcs", &["blocks", "blokes"]), + ("prescriptons", &["prescriptions"]), + ("simmilar", &["similar"]), + ("algoriths", &["algorithms"]), + ("probabilite", &["probabilities"]), + ("americats", &["americas"]), + ("deadpol", &["deadpool"]), + ("renegotaiates", &["renegotiates"]), + ("inheirted", &["inherited"]), + ("managament", &["management"]), + ("avnegers", &["avengers"]), + ("sufferred", &["suffered"]), + ("mysterous", &["mysterious"]), + ("compfortable", &["comfortable"]), + ("concole", &["console"]), + ("inumerable", &["enumerable", "innumerable"]), + ("revolutionaryy", &["revolutionary"]), + ("bounaaries", &["boundaries"]), + ("misinterpretated", &["misinterpreted"]), + ("librabies", &["libraries"]), + ("validtes", &["validates"]), + ("negotions", &["negotiations"]), + ("suppoorts", &["supports"]), + ("trians", &["trains"]), + ("backerds", &["backers"]), + ("alreight", &["alright"]), + ("partecipate", &["participate"]), + ("exponentional", &["exponential"]), + ("conencts", &["connects"]), + ("fimware", &["firmware"]), + ("fertil", &["fertile"]), + ("discussons", &["discussions"]), + ("barabrian", &["barbarian"]), + ("specficially", &["specifically"]), + ("happeneing", &["happening"]), + ("caricaturize", &["caricature"]), + ("condifured", &["configured"]), + ("moudle", &["module"]), + ("campaings", &["campaigns"]), + ("temporraies", &["temporaries"]), + ("containings", &["containing"]), + ("unregsiters", &["unregisters"]), + ("turrain", &["terrain"]), + ("theis", &["this", "thesis"]), + ("incompleate", &["incomplete"]), + ("thermostaat", &["thermostat"]), + ("protestents", &["protestants"]), + ("consideraste", &["considerate"]), + ("campatibility", &["compatibility"]), + ("framlayout", &["framelayout"]), + ("fundamentaly", &["fundamentally"]), + ("severirirty", &["severity"]), + ("demolishon", &["demolition"]), + ("singify", &["signify"]), + ("falired", &["flaired"]), + ("horrendious", &["horrendous"]), + ("variuos", &["various"]), + ("spefiifeir", &["specifier"]), + ("functtions", &["functions"]), + ("reruning", &["rerunning"]), + ("revloves", &["revolves"]), + ("repetative", &["repetitive"]), + ("contiunation", &["continuation"]), + ("registerred", &["registered"]), + ("possability", &["possibility"]), + ("comrpesses", &["compresses"]), + ("oriantation", &["orientation"]), + ("pararagraph", &["paragraph"]), + ("supportting", &["supporting"]), + ("geomoetry", &["geometry"]), + ("ahving", &["having"]), + ("predefiend", &["predefined"]), + ("executioneers", &["executioner"]), + ("mitgate", &["mitigate"]), + ("alising", &["aliasing"]), + ("stuckt", &["stuck"]), + ("ocurred", &["occurred"]), + ("differentiaton", &["differentiation"]), + ("yoyu", &["you"]), + ("positivly", &["positively"]), + ("listenes", &["listens"]), + ("nenviroment", &["environment"]), + ("critisicsm", &["criticisms"]), + ("potenially", &["potentially"]), + ("pairocheality", &["parochiality"]), + ("constatn", &["constant"]), + ("finsh", &["finish", "finch"]), + ("forgotting", &["forgetting"]), + ("popoulator", &["populator"]), + ("analagous", &["analogous"]), + ("copyrigted", &["copyrighted"]), + ("pronounciation", &["pronunciation"]), + ("unsubscritpions", &["unsubscriptions"]), + ("furance", &["furnace"]), + ("acordions", &["accordions"]), + ("suuported", &["supported"]), + ("abitration", &["arbitration"]), + ("restoreing", &["restoring"]), + ("descriont", &["description"]), + ("releaf", &["relief"]), + ("supplemetal", &["supplemental"]), + ("playgropund", &["playground"]), + ("compilato", &["compilation"]), + ("tremendious", &["tremendous"]), + ("exceptins", &["exceptions", "excepting"]), + ("prefererred", &["preferred"]), + ("attribure", &["attribute"]), + ("briuser", &["bruiser"]), + ("modfified", &["modified"]), + ("foloowinwg", &["following"]), + ("extraxted", &["extracted"]), + ("deferenced", &["dereference"]), + ("dimentionnals", &["dimensional"]), + ("unselcted", &["unselected"]), + ("reffered", &["referred"]), + ("comits", &["commits"]), + ("lifecicle", &["lifecycle"]), + ("expeectedly", &["expectedly"]), + ("recompuute", &["recompute"]), + ("mastubration", &["masturbation"]), + ("comprese", &["compressed"]), + ("diablical", &["diabolical"]), + ("frop", &["drop"]), + ("proabaly", &["probably"]), + ("temporyries", &["temporaries"]), + ("durig", &["during"]), + ("coalase", &["coalesce"]), + ("deisgn", &["design"]), + ("negotaiator", &["negotiator"]), + ("krypyonite", &["kryptonite"]), + ("selecton", &["selection"]), + ("broge", &["brogue"]), + ("grappnel", &["grapple"]), + ("fimrware", &["firmware"]), + ("unfortuante", &["unfortunate"]), + ("glitchd", &["glitched"]), + ("inintelligent", &["unintelligent"]), + ("exaplained", &["explained"]), + ("communties", &["communities"]), + ("isue", &["issue"]), + ("fromatted", &["formatted"]), + ("depenedency", &["dependency"]), + ("qualificatons", &["qualifications"]), + ("neighbords", &["neighbors"]), + ("tempertaure", &["temperature"]), + ("articualted", &["articulated"]), + ("argments", &["arguments"]), + ("effordlessly", &["effortlessly"]), + ("comminists", &["communists"]), + ("compelxes", &["complexes"]), + ("carosels", &["carousels"]), + ("childrents", &["childrens"]), + ("prioritze", &["prioritize"]), + ("eextracted", &["extracted"]), + ("wordlwide", &["worldwide"]), + ("statistcal", &["statistical"]), + ("revoltuions", &["revolutions"]), + ("obscur", &["obscure"]), + ("traffice", &["traffic"]), + ("calcurates", &["calculates"]), + ("foller", &["follower"]), + ("parralel", &["parallel"]), + ("finess", &["finesse"]), + ("comeptitors", &["competitors"]), + ("posisition", &["position"]), + ("rerferences", &["references"]), + ("federativo", &["federation"]), + ("execusion", &["execution"]), + ("silouwetist", &["silhouettist"]), + ("overzealos", &["overzealous"]), + ("crutchers", &["crutches"]), + ("depenend", &["depend"]), + ("avalaible", &["available"]), + ("walkalbe", &["walkable"]), + ("prefernece", &["preferences"]), + ("allocatoor", &["allocator"]), + ("vitailty", &["vitality"]), + ("mediaction", &["medications"]), + ("caridovascular", &["cardiovascular"]), + ("fighitng", &["fighting"]), + ("triange", &["triangle"]), + ("exteremly", &["extremely"]), + ("cahnnel", &["channel"]), + ("fandation", &["foundation"]), + ("consiers", &["considers"]), + ("cointerpoint", &["counterpoint"]), + ("snowlfake", &["snowflake"]), + ("perperty", &["property"]), + ("medicalert", &["medicare"]), + ("strack", &["stack", "track"]), + ("mistmatching", &["mismatching"]), + ("dissapoitned", &["disappointed"]), + ("acessable", &["accessible"]), + ("geomtrys", &["geometries"]), + ("survivers", &["survivors"]), + ("librarie", &["libraries", "library"]), + ("autcomplete", &["autocomplete"]), + ("initalled", &["initialled"]), + ("idealsim", &["idealism"]), + ("conntroller", &["controller"]), + ("organizuje", &["organize"]), + ("concatentaion", &["concatenation"]), + ("silkscreend", &["silkscreened"]), + ("invalidas", &["invalidates"]), + ("cirumstances", &["circumstances"]), + ("abudances", &["abundances"]), + ("renegothiates", &["renegotiates"]), + ("mosquitto", &["mosquito"]), + ("dispalys", &["displays"]), + ("overwhemed", &["overwhelmed"]), + ("mentiones", &["mentions"]), + ("geocentic", &["geocentric"]), + ("victoriuos", &["victorious"]), + ("stadnardisation", &["standardisation"]), + ("seezed", &["seized"]), + ("rotuines", &["routines"]), + ("encosure", &["enclosure"]), + ("encodning", &["encoding"]), + ("scheduing", &["scheduling"]), + ("airial", &["aerial", "arial"]), + ("disaled", &["disabled"]), + ("moduless", &["modules"]), + ("compleete", &["complete"]), + ("syntakts", &["syntax"]), + ("algotighmic", &["algorithmic"]), + ("exspecially", &["especially"]), + ("histarically", &["historically"]), + ("engoug", &["enough"]), + ("retrn", &["return"]), + ("separatly", &["separately"]), + ("reciprocoals", &["reciprocals"]), + ("expetcedly", &["expectedly"]), + ("teapsoon", &["teaspoon"]), + ("songle", &["single", "dongle"]), + ("coolots", &["culottes"]), + ("singualrity", &["singularity"]), + ("somethng", &["something"]), + ("mirrorowing", &["mirroring"]), + ("susseed", &["secede"]), + ("intervieni", &["interviewing"]), + ("buildpackge", &["buildpackage"]), + ("paramterizes", &["parameterizes"]), + ("carbien", &["carbine"]), + ("overrite", &["overwrite", "override", "overrate"]), + ("unluckly", &["unlucky"]), + ("traing", &["training"]), + ("spreasheets", &["spreadsheets"]), + ("referebces", &["references"]), + ("egotestical", &["egotistical"]), + ("excetra", &["etcetera"]), + ("nuremburg", &["nuremberg"]), + ("functins", &["functions"]), + ("perdicament", &["predicament"]), + ("awya", &["away"]), + ("differenciating", &["differentiating"]), + ("replyign", &["replying"]), + ("fotography", &["photography"]), + ("recommed", &["recommend"]), + ("methodolgy", &["methodology"]), + ("retirned", &["returned"]), + ("supppored", &["supported"]), + ("esges", &["edges"]), + ("essentailly", &["essentially"]), + ("destryoer", &["destroyer"]), + ("keyords", &["keywords"]), + ("ascneded", &["ascended"]), + ("bareclona", &["barcelona"]), + ("progressers", &["progresses"]), + ("cimptumaticly", &["symptomatically"]), + ("keybord", &["keyboard"]), + ("polisse", &["polishes"]), + ("proteines", &["proteins"]), + ("annother", &["another"]), + ("cynaide", &["cyanide"]), + ("misunderstanidng", &["misunderstandings"]), + ("wreckign", &["wrecking"]), + ("ongly", &["only"]), + ("etror", &["error", "terror"]), + ("natinal", &["matinal", "national"]), + ("exersicing", &["exercising"]), + ("rendayvoued", &["rendezvoused"]), + ("chuncking", &["chunking"]), + ("durin", &["during"]), + ("verfied", &["verified"]), + ("valdate", &["validate"]), + ("tbey", &["they"]), + ("actialy", &["actually"]), + ("despoited", &["deposited"]), + ("australlian", &["australian"]), + ("sicinct", &["succinct"]), + ("mutli", &["multi"]), + ("happne", &["happen"]), + ("qest", &["quest"]), + ("expiried", &["expired"]), + ("anecdots", &["anecdotes"]), + ("advnced", &["advanced"]), + ("iteractive", &["interactive"]), + ("gauntanamo", &["guantanamo"]), + ("dupliacate", &["duplicate"]), + ("verfifies", &["verifies"]), + ("freeed", &["freed"]), + ("expressens", &["expresses"]), + ("reparametrize", &["reparameterize"]), + ("deffaults", &["defaults"]), + ("assignenments", &["assignments"]), + ("potentiomenter", &["potentiometer"]), + ("preventitive", &["preventative"]), + ("arranes", &["arranges"]), + ("expexcts", &["expects"]), + ("persicution", &["persecution"]), + ("wotks", &["works"]), + ("politey", &["politely"]), + ("valailable", &["available"]), + ("procrastinarting", &["procrastinating"]), + ("stationd", &["stationed"]), + ("miscommuniation", &["miscommunication"]), + ("beieve", &["believe"]), + ("commmunity", &["community"]), + ("generelize", &["generalize"]), + ("itslev", &["itself"]), + ("arranments", &["arrangements"]), + ("guadulupe", &["guadalupe", "guadeloupe"]), + ("valiation", &["validation"]), + ("concantenated", &["concatenated"]), + ("analgous", &["analogous"]), + ("euphorisch", &["euphoric"]), + ("dokcing", &["docking"]), + ("experimenatation", &["experimentation"]), + ("curvatrues", &["curvatures"]), + ("afteroon", &["afternoon"]), + ("hrlped", &["helped"]), + ("supperts", &["supports"]), + ("disrespekted", &["disrespected"]), + ("reciepents", &["recipients"]), + ("placebro", &["placebo"]), + ("concatanete", &["concatenate"]), + ("almaost", &["almost"]), + ("rennovate", &["renovate"]), + ("bevorhand", &["beforehand"]), + ("nuber", &["number"]), + ("thoughs", &["thoughts"]), + ("accesed", &["accessed"]), + ("garilla", &["guerilla"]), + ("sparately", &["separately"]), + ("experimintal", &["experimental"]), + ("terminacion", &["termination"]), + ("alloews", &["allows"]), + ("shawshak", &["shawshank"]), + ("ouputted", &["outputted"]), + ("shanenigans", &["shenanigans"]), + ("vioaltion", &["violation"]), + ("resedue", &["residue"]), + ("sysadmn", &["sysadmin"]), + ("sorrounding", &["surrounding"]), + ("emminent", &["eminent", "imminent"]), + ("precisionn", &["precision"]), + ("mistmatched", &["mismatched"]), + ("diasbled", &["disabled"]), + ("conserned", &["concerned"]), + ("experemental", &["experimental"]), + ("relaese", &["release"]), + ("recalculaion", &["recalculation"]), + ("cauched", &["caught"]), + ("shouod", &["should"]), + ("representiative", &["representative"]), + ("materilism", &["materialism"]), + ("uesless", &["useless"]), + ("toursits", &["tourists"]), + ("upsteramer", &["upstreamer"]), + ("perfomeer", &["performer"]), + ("renegotatiable", &["renegotiable"]), + ("capaciy", &["capacity"]), + ("opions", &["options"]), + ("goalkeepr", &["goalkeeper"]), + ("varity", &["variety"]), + ("pipline", &["pipeline"]), + ("resticted", &["restricted"]), + ("continuato", &["continuation"]), + ("ecxept", &["except"]), + ("heavyweght", &["heavyweight"]), + ("codgen", &["codegen"]), + ("neighboors", &["neighbors", "neighbours"]), + ("availebility", &["availability"]), + ("succintly", &["succinctly"]), + ("harras", &["harass"]), + ("configue", &["configure"]), + ("perpetuaded", &["perpetuated"]), + ("uninfromed", &["uninformed", "uniformed"]), + ("spurrious", &["spurious"]), + ("permissons", &["permissions"]), + ("oberve", &["observe"]), + ("revelaiton", &["revelations"]), + ("lukid", &["likud", "lucid"]), + ("proclam", &["proclaim"]), + ("implementase", &["implements"]), + ("supperssor", &["suppressor"]), + ("fleat", &["float"]), + ("optimzed", &["optimized"]), + ("clearstory", &["clerestory"]), + ("apreture", &["aperture"]), + ("assit", &["assist"]), + ("implmeneter", &["implementer"]), + ("keword", &["keyword"]), + ("sequemce", &["sequence"]), + ("assosiacted", &["associated"]), + ("unifrom", &["uniform"]), + ("electromagentic", &["electromagnetic"]), + ("cancelaltion", &["cancelation"]), + ("variablen", &["variable"]), + ("cleaered", &["cleared"]), + ("brimestone", &["brimstone"]), + ("cliffhager", &["cliffhanger"]), + ("opatque", &["opaque"]), + ("crusiing", &["cruising"]), + ("noteworhty", &["noteworthy"]), + ("unappretiated", &["unappreciated"]), + ("successul", &["successful"]), + ("zionistas", &["zionists"]), + ("eqaul", &["equal"]), + ("cannabilyse", &["cannibalise"]), + ("captialist", &["capitalist"]), + ("bettery", &["better", "battery"]), + ("toothbursh", &["toothbrush"]), + ("bianry", &["binary"]), + ("discriminted", &["discriminated"]), + ("inderect", &["indirect"]), + ("instructoin", &["instruction"]), + ("beautiy", &["beauty"]), + ("subnegotiotion", &["subnegotiation"]), + ("automicaly", &["automatically"]), + ("disapointment", &["disappointment"]), + ("trasformative", &["transformative"]), + ("temprararily", &["temporarily"]), + ("provoder", &["provider"]), + ("neady", &["needy"]), + ("manufacutrers", &["manufactures"]), + ("reccursive", &["recursive"]), + ("geration", &["generation"]), + ("orientaion", &["orientation"]), + ("electroman", &["electron"]), + ("busness", &["business"]), + ("vauling", &["valuing"]), + ("mircocenter", &["microcenter"]), + ("possition", &["position"]), + ("repesentational", &["representational"]), + ("reasponse", &["response"]), + ("faliure", &["failure"]), + ("concedendo", &["conceded"]), + ("watkings", &["watkins"]), + ("modfieis", &["modifies"]), + ("adjsencies", &["adjacencies"]), + ("pacakages", &["packages"]), + ("adjascently", &["adjacently"]), + ("explicily", &["explicitly"]), + ("creationkit", &["creationist"]), + ("fcound", &["found"]), + ("nativey", &["natively"]), + ("munute", &["minute"]), + ("scaleability", &["scalability"]), + ("whislting", &["whistling"]), + ("querry", &["quarry", "query"]), + ("interpolaton", &["interpolation"]), + ("importan", &["important"]), + ("procrastinationg", &["procrastinating"]), + ("nurishing", &["nourishing"]), + ("pozitives", &["positives"]), + ("visheators", &["vitiators"]), + ("ressurrect", &["resurrect"]), + ("exponentiella", &["exponential"]), + ("standalown", &["standalone"]), + ("warcrat", &["warcraft"]), + ("incluide", &["include"]), + ("contiue", &["continue"]), + ("examnple", &["example"]), + ("metropolitcan", &["metropolitan"]), + ("flaot", &["float"]), + ("handfull", &["handful"]), + ("sistems", &["systems"]), + ("commnad", &["command"]), + ("impossibal", &["impossibly"]), + ("cuasation", &["causation"]), + ("blance", &["balance", "glance", "lance"]), + ("unverfied", &["unverified"]), + ("ridiculoussness", &["ridiculousness"]), + ("prooerties", &["properties"]), + ("unicde", &["unicode"]), + ("horphan", &["orphan"]), + ("architechtures", &["architectures"]), + ("difficutl", &["difficult"]), + ("conectivity", &["connectivity"]), + ("dekete", &["delete"]), + ("equivilants", &["equivalents"]), + ("unseting", &["unsetting"]), + ("enclosung", &["enclosing"]), + ("decrmeneted", &["decremented"]), + ("permisssions", &["permissions"]), + ("tresspasing", &["trespassing"]), + ("pacakge", &["package"]), + ("expepted", &["expected"]), + ("thetering", &["tethering"]), + ("checkstumming", &["checksumming"]), + ("intergrity", &["integrity"]), + ("contenplating", &["contemplating"]), + ("graphcially", &["graphically"]), + ("reuslt", &["result"]), + ("feautres", &["features"]), + ("sinagogs", &["synagogs"]), + ("resuls", &["results"]), + ("insignificunt", &["insignificant"]), + ("repeadetly", &["repeatedly"]), + ("pinncale", &["pinnacle"]), + ("deduplacation", &["deduplication"]), + ("unadvertantly", &["inadvertently"]), + ("encouter", &["encounter"]), + ("providfers", &["providers"]), + ("perfroming", &["performing"]), + ("avtivity", &["activity"]), + ("renegotite", &["renegotiate"]), + ("overloard", &["overload"]), + ("addrerssses", &["addresses"]), + ("romoves", &["removes"]), + ("columnas", &["columns"]), + ("degeneret", &["degenerate"]), + ("impementations", &["implementations"]), + ("provinciaal", &["provincial"]), + ("extarnal", &["external"]), + ("batitsa", &["batista"]), + ("galdiator", &["gladiator"]), + ("playersare", &["playerbase"]), + ("regons", &["regions"]), + ("internts", &["interns"]), + ("sproutes", &["sprouts"]), + ("destiantions", &["destinations"]), + ("resonably", &["reasonably"]), + ("contribuer", &["contribute"]), + ("inconisistent", &["inconsistent"]), + ("gimmickly", &["gimmicky"]), + ("paraemeters", &["parameters"]), + ("planeswalkr", &["planeswalker"]), + ("mulitplying", &["multiplying"]), + ("funnnily", &["funnily"]), + ("occurrencs", &["occurrences"]), + ("triggeresd", &["triggered"]), + ("satic", &["static"]), + ("bounaded", &["bounded"]), + ("sentreis", &["sentries"]), + ("intercorse", &["intercourse"]), + ("birdges", &["bridges"]), + ("croozing", &["cruising"]), + ("inadecuate", &["inadequate"]), + ("guerrila", &["guerrilla"]), + ("multitaskng", &["multitasking"]), + ("intereested", &["interested"]), + ("circumwent", &["circumvent"]), + ("cuvres", &["curves", "covers"]), + ("dubug", &["debug"]), + ("alltogehter", &["altogether"]), + ("cumlative", &["cumulative"]), + ("healither", &["healthier"]), + ("legitamitely", &["legitimately"]), + ("tabelspoons", &["tablespoons"]), + ("corredct", &["correct"]), + ("renderr", &["render"]), + ("envoker", &["evoker", "invoker"]), + ("pantomine", &["pantomime"]), + ("seguoys", &["segues"]), + ("corfirms", &["confirms"]), + ("pollenate", &["pollinate"]), + ("crashees", &["crashes"]), + ("ampehtamine", &["amphetamine"]), + ("backaloriette", &["baccalaureate"]), + ("mininised", &["minimised"]), + ("pubilshed", &["published"]), + ("penetrading", &["penetrating"]), + ("sychronised", &["synchronised"]), + ("inherith", &["inherit"]), + ("intevene", &["intervene"]), + ("ventelation", &["ventilation"]), + ("conpleting", &["completing"]), + ("hoepfully", &["hopefully"]), + ("rmoved", &["removed"]), + ("streigtish", &["straightish"]), + ("armorments", &["armaments"]), + ("changged", &["changed"]), + ("desoriented", &["disoriented"]), + ("piority", &["priority"]), + ("follin", &["following"]), + ("miserablly", &["miserably"]), + ("temparally", &["temporally", "temporarily"]), + ("deterine", &["determine"]), + ("beaon", &["beacon"]), + ("dervied", &["derived"]), + ("applyed", &["applied"]), + ("describ", &["describe"]), + ("datatbase", &["database"]), + ("termials", &["terminals"]), + ("clishays", &["clichés"]), + ("algorhtm", &["algorithm"]), + ("adventagously", &["advantageously"]), + ("verication", &["verification"]), + ("invisibiltiy", &["invisibility"]), + ("permaturely", &["prematurely"]), + ("scandas", &["scandals"]), + ("statisticaly", &["statistically"]), + ("inexpierence", &["inexperienced", "inexperience"]), + ("mindlessely", &["mindlessly"]), + ("aggragating", &["aggravating"]), + ("copyrigths", &["copyrights"]), + ("upgarding", &["upgrading"]), + ("enbabled", &["enabled"]), + ("crpytic", &["cryptic"]), + ("controvercial", &["controversial"]), + ("unsurprized", &["unsurprised"]), + ("syas", &["says"]), + ("familairity", &["familiarity"]), + ("obliberated", &["obliterated"]), + ("derterming", &["determining"]), + ("likley", &["likely"]), + ("civalezations", &["civilizations"]), + ("simpifications", &["simplifications"]), + ("asborbing", &["absorbing"]), + ("glicthed", &["glitched"]), + ("expecected", &["expected"]), + ("aplogize", &["apologize"]), + ("boundries", &["boundaries"]), + ("resistnace", &["resistances"]), + ("conservativeky", &["conservatively"]), + ("sugggestion", &["suggestion"]), + ("unresolvabvle", &["unresolvable"]), + ("strecthed", &["stretched"]), + ("descriptuve", &["descriptive"]), + ("uplaodad", &["upload", "uploaded"]), + ("woiuld", &["would"]), + ("foreksin", &["foreskin"]), + ("granparent", &["grandparent"]), + ("intaxication", &["intoxication"]), + ("brusting", &["bursting"]), + ("languaes", &["languages"]), + ("minneapols", &["minneapolis"]), + ("expcted", &["expected"]), + ("aother", &["another", "other", "mother"]), + ("responsibillities", &["responsibilities"]), + ("inbeetwen", &["inbetween"]), + ("elipsis", &["ellipsis", "eclipses"]), + ("consequentually", &["consequently"]), + ("allocateing", &["allocating"]), + ("experimentatly", &["experimentally"]), + ("allreight", &["alright"]), + ("bsuiness", &["business"]), + ("unsuccessfuly", &["unsuccessfully"]), + ("bluestooth", &["bluetooth"]), + ("hinduisim", &["hinduism"]), + ("confugurations", &["configurations"]), + ("rollercoaser", &["rollercoaster"]), + ("disingenously", &["disingenuously"]), + ("reprorted", &["reported"]), + ("otherwhile", &["otherwise"]), + ("renewebles", &["renewables"]), + ("invirants", &["invariants"]), + ("probally", &["probably"]), + ("initiaties", &["initiatives", "initiates"]), + ("benelovent", &["benevolent"]), + ("represets", &["represents"]), + ("interfereing", &["interfering"]), + ("expectating", &["expectation"]), + ("specator", &["spectator"]), + ("neighbouthoods", &["neighbourhoods"]), + ("clairity", &["clarity"]), + ("pitchforkes", &["pitchforks"]), + ("comander", &["commander", "commandeer"]), + ("abselutely", &["absolutely"]), + ("mormalised", &["normalised"]), + ("rrrors", &["errors"]), + ("storng", &["strong"]), + ("preimeter", &["perimeter"]), + ("desintaitons", &["destinations"]), + ("neighbboring", &["neighboring"]), + ("atribs", &["attribs"]), + ("assicated", &["associated"]), + ("cautionsly", &["cautiously"]), + ("aroun", &["around"]), + ("spotfiy", &["spotify"]), + ("hsi", &["his"]), + ("choses", &["chooses"]), + ("rolepalying", &["roleplaying"]), + ("frostig", &["frosting"]), + ("acceleratrion", &["acceleration"]), + ("credentail", &["credential"]), + ("aggreecate", &["aggregate"]), + ("applicaitons", &["applications"]), + ("glichted", &["glitched"]), + ("civilizatons", &["civilizations"]), + ("expewriment", &["experiment"]), + ("degbugging", &["debugging"]), + ("refereces", &["references"]), + ("neighber", &["neighbor"]), + ("deconde", &["decode"]), + ("fundamendalist", &["fundamentalist"]), + ("projectils", &["projectiles"]), + ("annonces", &["announces"]), + ("cranberrry", &["cranberry"]), + ("nesseccary", &["necessary"]), + ("permisson", &["permission"]), + ("attractice", &["attractive"]), + ("romanitcally", &["romantically"]), + ("porved", &["proved"]), + ("plaestinian", &["palestinian"]), + ("vertifiable", &["verifiable"]), + ("maintenaing", &["maintaining"]), + ("tutoriales", &["tutorials"]), + ("evengalical", &["evangelical"]), + ("particpation", &["participation"]), + ("univeristies", &["universities"]), + ("cassawory", &["cassowary"]), + ("infrasctructure", &["infrastructure"]), + ("reccommends", &["recommends"]), + ("underminning", &["undermining"]), + ("dereferenc", &["dereference"]), + ("engineerd", &["engineered"]), + ("vulnerabil", &["vulnerable"]), + ("dervies", &["derives"]), + ("genral", &["general"]), + ("alternavtive", &["alternative"]), + ("saem", &["same"]), + ("iclude", &["include"]), + ("subnegotitation", &["subnegotiation"]), + ("recomendatoins", &["recommendations"]), + ("intorduced", &["introduced"]), + ("whaever", &["whatever"]), + ("diagnxostic", &["diagnostic"]), + ("specifiecd", &["specified"]), + ("calss", &["calls", "class"]), + ("implementators", &["implementers"]), + ("convincente", &["convenient"]), + ("ambluance", &["ambulance"]), + ("devlopers", &["developers"]), + ("reorganision", &["reorganisation"]), + ("heapdhones", &["headphones"]), + ("aparently", &["apparently"]), + ("assingled", &["assigned"]), + ("framw", &["frame"]), + ("transer", &["transfer"]), + ("unspeficieid", &["unspecified"]), + ("interploates", &["interpolates"]), + ("enounters", &["encounters"]), + ("commponents", &["components"]), + ("accommadation", &["accommodation"]), + ("naivity", &["naivety"]), + ("itteration", &["iteration"]), + ("dissodance", &["dissonance"]), + ("cannabilyses", &["cannibalises"]), + ("natioanlist", &["nationalist"]), + ("synchonisation", &["synchronisation"]), + ("knowleagable", &["knowledgable"]), + ("cauilflower", &["cauliflower"]), + ("elseof", &["elseif"]), + ("speecified", &["specified"]), + ("imliment", &["implement"]), + ("credentaisl", &["credentials"]), + ("signficiantly", &["significantly"]), + ("execuctors", &["executors"]), + ("moisturizng", &["moisturizing"]), + ("aktivates", &["activates"]), + ("stregnthening", &["strengthening"]), + ("skepticals", &["skeptics"]), + ("jamaicia", &["jamaica"]), + ("dergeistered", &["deregistered"]), + ("experimentaitons", &["experimentations"]), + ("impunes", &["impugns"]), + ("disatvantages", &["disadvantages"]), + ("deviiated", &["deviated"]), + ("inneffectual", &["ineffectual"]), + ("rade", &["read", "raid"]), + ("qaulify", &["qualify"]), + ("delimitions", &["delimitations"]), + ("tranalations", &["translations"]), + ("threatning", &["threatening"]), + ("fulfullment", &["fulfillment"]), + ("techology", &["technology"]), + ("inventarlo", &["inventor"]), + ("injcetion", &["injection"]), + ("relaitonship", &["relationships"]), + ("recident", &["resident"]), + ("annoncements", &["announcements"]), + ("edbiles", &["edibles"]), + ("electical", &["electrical"]), + ("stirr", &["stir"]), + ("hirearcy", &["hierarchy"]), + ("suceed", &["succeed"]), + ("troubeshoot", &["troubleshoot"]), + ("filnal", &["final"]), + ("heigth", &["height"]), + ("sastifies", &["satisfies"]), + ("oversimplificating", &["oversimplification"]), + ("specifich", &["specify", "specific"]), + ("preapre", &["prepare"]), + ("shuting", &["shutting"]), + ("bankrupcty", &["bankruptcy"]), + ("defautting", &["defaulting"]), + ("deperecate", &["deprecate"]), + ("threshol", &["threshold"]), + ("adminssion", &["admission"]), + ("innecesary", &["unnecessary"]), + ("deattaching", &["detaching"]), + ("househoulds", &["households"]), + ("maintainablity", &["maintainability"]), + ("discretited", &["discredited"]), + ("arrage", &["arrange"]), + ("mutecies", &["mutexes"]), + ("artilley", &["artillery"]), + ("hge", &["he"]), + ("follw", &["follow"]), + ("introdue", &["introduces"]), + ("distribtion", &["distribution"]), + ("extractin", &["extraction"]), + ("rige", &["rice", "ride", "ridge", "rigs"]), + ("alloate", &["allocate", "allotted", "allot"]), + ("attributred", &["attributed"]), + ("raelism", &["realism"]), + ("christain", &["christian"]), + ("custumized", &["customized"]), + ("chacheline", &["cacheline"]), + ("aplikay", &["appliqué"]), + ("absolutley", &["absolutely"]), + ("troublehshooting", &["troubleshooting"]), + ("speficiically", &["specifically"]), + ("prcess", &["process"]), + ("remebering", &["remembering"]), + ("morrisette", &["morissette"]), + ("chasim", &["chasm"]), + ("colapse", &["collapse"]), + ("paltform", &["platform"]), + ("autistisch", &["autistic"]), + ("unresponcive", &["unresponsive"]), + ("folowind", &["following"]), + ("certanity", &["certainty"]), + ("rainbowers", &["rainbows"]), + ("maimum", &["maximum"]), + ("llinear", &["linear"]), + ("philisophical", &["philosophical"]), + ("interpolatation", &["interpolation"]), + ("politicien", &["politician"]), + ("asynchroous", &["asynchronous"]), + ("othewise", &["otherwise"]), + ("randmoness", &["randomness"]), + ("consistant", &["consistent"]), + ("comatibility", &["compatibility"]), + ("souble", &["double"]), + ("ocasions", &["occasions"]), + ("chipet", &["chipset"]), + ("vegetarianos", &["vegetarians"]), + ("sweatshort", &["sweatshirt"]), + ("particaular", &["particular"]), + ("commplied", &["complied"]), + ("antibioitcs", &["antibiotic"]), + ("manditory", &["mandatory"]), + ("realtions", &["relations", "reactions"]), + ("plyotropy", &["pleiotropy"]), + ("atract", &["attract"]), + ("migriane", &["migraine"]), + ("pshycological", &["psychological"]), + ("mircowave", &["microwave"]), + ("metiphor", &["metaphor"]), + ("reparamterises", &["reparameterises"]), + ("whishlist", &["wishlist"]), + ("precding", &["preceding"]), + ("crace", &["grace", "crate"]), + ("caputre", &["capture"]), + ("sawnsea", &["swansea"]), + ("fluctiations", &["fluctuations"]), + ("bount", &["bound"]), + ("attrributes", &["attributes"]), + ("possiblble", &["possible"]), + ("childresn", &["childrens"]), + ("drwawings", &["drawings"]), + ("sysmbol", &["symbol"]), + ("cabines", &["cabinets"]), + ("customisaton", &["customisation"]), + ("bisness", &["business"]), + ("impaitent", &["impatient"]), + ("reformated", &["reformatted"]), + ("assmume", &["assume"]), + ("bejond", &["beyond"]), + ("comperhend", &["comprehend"]), + ("manipluating", &["manipulating"]), + ("devie", &["device", "divvy"]), + ("effeect", &["effect"]), + ("sinics", &["cynics"]), + ("buttoms", &["buttons", "bottom"]), + ("deprecatedf", &["deprecated"]), + ("renegotation", &["renegotiation"]), + ("reguarlize", &["regularize"]), + ("petetion", &["petition"]), + ("assuption", &["assumption"]), + ("algororithm", &["algorithm"]), + ("renegotioated", &["renegotiated"]), + ("modfification", &["modification"]), + ("throium", &["thorium"]), + ("arcehtypes", &["archetypes"]), + ("conecjtures", &["conjectures"]), + ("waitres", &["waiters"]), + ("datatpye", &["datatype"]), + ("tranposed", &["transposed"]), + ("chganges", &["changes"]), + ("reconencting", &["reconnecting"]), + ("monitoreada", &["monitored"]), + ("neighbar", &["neighbor"]), + ("annoyningly", &["annoyingly"]), + ("bebongs", &["belongs"]), + ("collaberator", &["collaborate"]), + ("neigbhors", &["neighbors"]), + ("derefrencable", &["dereferenceable"]), + ("physcologists", &["psychologists"]), + ("infograpic", &["infographic"]), + ("accroding", &["according"]), + ("opertaion", &["operation"]), + ("overlordes", &["overlords"]), + ("coutnered", &["countered"]), + ("descriptiom", &["description"]), + ("powerlisting", &["powerlifting"]), + ("concatination", &["contamination", "concatenation"]), + ("compromsie", &["compromises"]), + ("menetion", &["mention"]), + ("interupted", &["interrupted"]), + ("custimizable", &["customizable"]), + ("phychedelics", &["psychedelics"]), + ("altenative", &["alternative"]), + ("speeak", &["speak"]), + ("mergable", &["mergeable"]), + ("consequente", &["consequence"]), + ("felxibility", &["flexibility"]), + ("veiwings", &["viewings"]), + ("implemataion", &["implementation"]), + ("oversubscirbed", &["oversubscribed"]), + ("ceasers", &["caesars"]), + ("measuremenet", &["measurement"]), + ("interakt", &["interact"]), + ("dismanteld", &["dismantled"]), + ("hitboxers", &["hitboxes"]), + ("unsibscribed", &["unsubscribed"]), + ("governer", &["governor"]), + ("efective", &["effective"]), + ("profirler", &["profiler"]), + ("nationalistiskt", &["nationalists"]), + ("subexpresssion", &["subexpression"]), + ("ambassidor", &["ambassador"]), + ("organisert", &["organisers"]), + ("esimator", &["estimator"]), + ("frutcose", &["fructose"]), + ("clairify", &["clarify"]), + ("intrecacies", &["intricacies"]), + ("peased", &["leased", "pieced", "pleased"]), + ("hyrbids", &["hybrids"]), + ("remotelly", &["remotely"]), + ("failre", &["failure"]), + ("spefiication", &["specification"]), + ("realsied", &["realised"]), + ("counding", &["counting"]), + ("algorhythmically", &["algorithmically"]), + ("nucular", &["nuclear"]), + ("speek", &["speak"]), + ("onot", &["note", "not"]), + ("defelction", &["deflection"]), + ("fucntional", &["functional"]), + ("compelx", &["complex"]), + ("psydonyms", &["pseudonyms"]), + ("acchieve", &["achieve"]), + ("apocalytpic", &["apocalyptic"]), + ("chckbox", &["checkbox"]), + ("reguarding", &["regarding"]), + ("oricle", &["oracle"]), + ("alhabeticaly", &["alphabetically"]), + ("opponenet", &["opponent"]), + ("aviable", &["available"]), + ("inegrate", &["integrate"]), + ("structores", &["structures"]), + ("sepperate", &["separate"]), + ("perrror", &["perror"]), + ("conspriacy", &["conspiracy"]), + ("veiw", &["view"]), + ("sacramenno", &["sacramento"]), + ("aniversary", &["anniversary"]), + ("replentishing", &["replenishing"]), + ("paschurization", &["pasteurization"]), + ("whery", &["where"]), + ("expectantcy", &["expectancy"]), + ("exent", &["extent"]), + ("transistioned", &["transitioned"]), + ("dificulties", &["difficulties"]), + ("indefininte", &["indefinite"]), + ("psychaitrist", &["psychiatrist"]), + ("optiona", &["optional"]), + ("comparigons", &["comparisons"]), + ("modidfication", &["modification"]), + ("previal", &["prevail"]), + ("supllemental", &["supplemental"]), + ("booltloaders", &["bootloaders"]), + ("rimanissed", &["reminisced"]), + ("curreent", &["current"]), + ("mackeral", &["mackerel"]), + ("overfl", &["overflow"]), + ("beauquets", &["bouquets"]), + ("follwowiong", &["following"]), + ("astericks", &["asterisk"]), + ("sepeartors", &["separators"]), + ("preadtor", &["predator"]), + ("sufficently", &["sufficiently"]), + ("syncronize", &["synchronize"]), + ("palestinains", &["palestinians"]), + ("entretainment", &["entertainment"]), + ("arranable", &["arrangeable"]), + ("countrycide", &["countryside"]), + ("perferential", &["preferential"]), + ("metaphorics", &["metaphors"]), + ("cirlce", &["circle"]), + ("procudure", &["procedure"]), + ("categoy", &["category"]), + ("eliminatin", &["elimination"]), + ("thingking", &["thinking"]), + ("nativelyx", &["natively"]), + ("bouunding", &["bounding"]), + ("patrones", &["patrons"]), + ("understsand", &["understands"]), + ("automatted", &["automate"]), + ("demonstating", &["demonstrating"]), + ("archeaologists", &["archeologists"]), + ("experimentaion", &["experimentation"]), + ("armagedddon", &["armageddon"]), + ("specializeds", &["specializes"]), + ("compresers", &["compressors"]), + ("comemmorates", &["commemorates"]), + ("luckilly", &["luckily"]), + ("instanse", &["instances"]), + ("onces", &["ounces", "once", "ones"]), + ("metrices", &["metrics"]), + ("annotaions", &["annotations"]), + ("servise", &["service"]), + ("mebrains", &["membranes"]), + ("athenean", &["athenian"]), + ("advaned", &["advanced"]), + ("trucnating", &["truncating"]), + ("snowballling", &["snowballing"]), + ("privillege", &["privilege"]), + ("dicovery", &["discovery"]), + ("delibrate", &["deliberate"]), + ("genisues", &["geniuses"]), + ("authenicaors", &["authenticators"]), + ("belligerant", &["belligerent"]), + ("redunancy", &["redundancy"]), + ("unintuitve", &["unintuitive"]), + ("severitie", &["severity", "severities"]), + ("readablity", &["readability"]), + ("anytiem", &["anytime"]), + ("folowwong", &["following"]), + ("assosiations", &["associations"]), + ("berforming", &["performing"]), + ("termperatures", &["temperatures"]), + ("instrcuts", &["instructs"]), + ("unmarshaling", &["unmarshalling"]), + ("automagicall", &["automagically"]), + ("adevntured", &["adventured"]), + ("dynamicallly", &["dynamically"]), + ("prostitites", &["prostitutes"]), + ("singals", &["signals"]), + ("magicin", &["magician"]), + ("easiyl", &["easily"]), + ("transation", &["transition", "transaction", "translation"]), + ("atached", &["attached"]), + ("retrurns", &["returns"]), + ("itnerest", &["interest"]), + ("aggergation", &["aggregation"]), + ("termiantor", &["terminator"]), + ("argeument", &["argument"]), + ("successivo", &["succession"]), + ("traspose", &["transpose"]), + ("consituting", &["constituting"]), + ("uncertanity", &["uncertainty"]), + ("wonderously", &["wondrously"]), + ("artcile", &["article"]), + ("simualtion", &["simulation"]), + ("carnomially", &["ceremonially"]), + ("utiltities", &["utilities"]), + ("orientatied", &["orientated"]), + ("prodecure", &["procedure"]), + ("contacs", &["contacts"]), + ("actul", &["actual"]), + ("califronian", &["californian"]), + ("somtime", &["sometime"]), + ("erested", &["arrested", "erected"]), + ("descchedules", &["deschedules"]), + ("proprogated", &["propagated"]), + ("dissapering", &["disappearing"]), + ("statemenets", &["statements"]), + ("differnences", &["differences"]), + ("docmunets", &["documents"]), + ("upadater", &["updater"]), + ("deryption", &["decryption"]), + ("represnted", &["represented"]), + ("invaldiates", &["invalidates"]), + ("napomming", &["napalming"]), + ("graet", &["great"]), + ("argumens", &["arguments"]), + ("excewptional", &["exceptional"]), + ("dillema", &["dilemma"]), + ("eighten", &["eighteen"]), + ("mechanicallly", &["mechanically"]), + ("behavious", &["behaviour", "behaviours"]), + ("insuffciency", &["insufficiency"]), + ("venezulea", &["venezuela"]), + ("tramautic", &["traumatic"]), + ("canabelyzed", &["cannibalized"]), + ("paritial", &["partial"]), + ("undrestand", &["understand"]), + ("descrimination", &["discrimination"]), + ("meaningles", &["meanings"]), + ("roation", &["rotation"]), + ("repells", &["repels"]), + ("incorportate", &["incorporate"]), + ("frankiln", &["franklin"]), + ("recevied", &["received"]), + ("aqquaintances", &["acquaintances"]), + ("insid", &["inside"]), + ("pharamceutical", &["pharmaceutical"]), + ("anonymosly", &["anonymously"]), + ("publsihes", &["publishes"]), + ("camouflagued", &["camouflage"]), + ("potentails", &["potentials"]), + ("offfenses", &["offenses"]), + ("condescening", &["condescending"]), + ("correcttness", &["correctness"]), + ("napoelon", &["napoleon"]), + ("secund", &["second"]), + ("renegothiations", &["renegotiations"]), + ("advanteges", &["advantages"]), + ("porcessed", &["processed"]), + ("attched", &["attached"]), + ("programmme", &["programme"]), + ("ahaed", &["ahead"]), + ("presistantly", &["persistently"]), + ("weightened", &["weighted"]), + ("datatyoes", &["datatypes"]), + ("breadcumbs", &["breadcrumbs"]), + ("frecuents", &["frequents"]), + ("usiing", &["using"]), + ("versoned", &["versioned"]), + ("imigrate", &["immigrate", "emigrate"]), + ("dwarvens", &["dwarves"]), + ("transcrit", &["transcript"]), + ("mehcanically", &["mechanically"]), + ("referening", &["referencing"]), + ("mesoneen", &["mezzanine"]), + ("vegetatians", &["vegetarians"]), + ("interpretacion", &["interpretation"]), + ("compulsivley", &["compulsive"]), + ("collobarate", &["collaborate"]), + ("friendy", &["friendly"]), + ("dictonary", &["dictionary"]), + ("ternimate", &["terminate"]), + ("investige", &["investigate"]), + ("unregluated", &["unregulated"]), + ("uprgading", &["upgrading"]), + ("thourghly", &["thoroughly"]), + ("dissonante", &["dissonance"]), + ("analyseras", &["analyses"]), + ("overarcing", &["overarching"]), + ("spahgetti", &["spaghetti"]), + ("collapseing", &["collapsing"]), + ("teamifghts", &["teamfights"]), + ("sclupture", &["sculpture"]), + ("provdies", &["provides"]), + ("unbounnd", &["unbound"]), + ("simeple", &["simple"]), + ("intellecutally", &["intellectually"]), + ("meeeting", &["meeting"]), + ("abberviation", &["abbreviation"]), + ("reapirs", &["repairs"]), + ("speficifes", &["specifies"]), + ("homophopic", &["homophobic"]), + ("fasetr", &["faster"]), + ("eviserates", &["eviscerates"]), + ("tesitmony", &["testimony"]), + ("acknowleding", &["acknowledging"]), + ("canot", &["cannot"]), + ("multidimensionnal", &["multidimensional"]), + ("publissher", &["publisher"]), + ("diphtongs", &["diphthongs"]), + ("dictionaly", &["dictionary"]), + ("poltic", &["politic"]), + ("predecesores", &["predecessor"]), + ("direcctorys", &["directories"]), + ("othrodox", &["orthodox"]), + ("veriosn", &["version"]), + ("experimetnations", &["experimentations"]), + ("agrentina", &["argentina"]), + ("acceptes", &["accepts"]), + ("requrement", &["requirement"]), + ("preivous", &["previous"]), + ("insatlled", &["installed"]), + ("peapel", &["people"]), + ("libertarainism", &["libertarianism"]), + ("constractors", &["constructors"]), + ("submergered", &["submerged"]), + ("soveregin", &["sovereign"]), + ("retrun", &["return"]), + ("oiginal", &["original"]), + ("specicied", &["specified"]), + ("publiching", &["publishing"]), + ("accurary", &["accuracy", "actuary"]), + ("misstakes", &["mistakes"]), + ("elese", &["else"]), + ("portrayes", &["portrays"]), + ("sucessully", &["successfully"]), + ("sceintists", &["scientists"]), + ("mutiindex", &["multiindex"]), + ("principaly", &["principality"]), + ("promethese", &["prometheus"]), + ("brievely", &["briefly"]), + ("ciper", &["cipher"]), + ("proffesionals", &["professionals"]), + ("critizisms", &["criticisms"]), + ("anaylzed", &["analyzed"]), + ("annoucements", &["announcements"]), + ("offcie", &["office"]), + ("clisheys", &["clichés"]), + ("colonialisim", &["colonialism"]), + ("parms", &["params", "prams"]), + ("sexaulized", &["sexualized"]), + ("pressre", &["pressure"]), + ("nkwo", &["know"]), + ("migrainers", &["migraines"]), + ("intuatively", &["intuitively"]), + ("othewrise", &["otherwise"]), + ("formaters", &["formatters"]), + ("distributino", &["distributions"]), + ("alhapeticaly", &["alphabetically"]), + ("reguarldess", &["regardless"]), + ("writingm", &["writing"]), + ("psychiatic", &["psychiatric"]), + ("sempahore", &["semaphore"]), + ("plausbile", &["plausible"]), + ("herculeasy", &["hercules"]), + ("resizeble", &["resizable", "resizeable"]), + ("speicfic", &["specific"]), + ("excepetion", &["exception"]), + ("infrormation", &["information"]), + ("suseed", &["secede"]), + ("inacive", &["inactive"]), + ("contenplate", &["contemplate"]), + ("oficianados", &["aficionados"]), + ("parahaps", &["perhaps"]), + ("advanatge", &["advantage"]), + ("musuclar", &["muscular"]), + ("doed", &["does"]), + ("condemmed", &["condemned"]), + ("streightly", &["straightly"]), + ("pusehd", &["pushed"]), + ("circumsied", &["circumcised"]), + ("construnctor", &["constructor"]), + ("worht", &["worth"]), + ("shakeapeare", &["shakespeare"]), + ("spawend", &["spawned"]), + ("nameing", &["naming"]), + ("concatinated", &["contaminated", "concatenated"]), + ("intuative", &["intuitive"]), + ("violetas", &["violates"]), + ("curteus", &["courteous"]), + ("cyprt", &["crypt"]), + ("bureaucractic", &["bureaucratic"]), + ("distnce", &["distance"]), + ("achored", &["anchored"]), + ("shcizophrenic", &["schizophrenic"]), + ("tabelspoon", &["tablespoon"]), + ("hystorically", &["hysterically"]), + ("recheability", &["reachability"]), + ("athletecism", &["athleticism"]), + ("deparment", &["department"]), + ("turkisch", &["turkish"]), + ("mutliplayer", &["multiplayer"]), + ("excecting", &["executing"]), + ("ditance", &["distance"]), + ("syncronizes", &["synchronizes"]), + ("kepoints", &["keypoints"]), + ("mechanichs", &["mechanics"]), + ("hellvua", &["helluva"]), + ("signign", &["signing"]), + ("elemente", &["element", "elements"]), + ("symptomes", &["symptoms"]), + ("commissionor", &["commissioner"]), + ("citizinship", &["citizenship"]), + ("asronist", &["arsonist"]), + ("obtaiens", &["obtains"]), + ("severirities", &["severities"]), + ("newlsetter", &["newsletter"]), + ("pacakage", &["package"]), + ("oppossed", &["opposed"]), + ("mechaniclly", &["mechanically"]), + ("adatper", &["adapter"]), + ("reapeated", &["repeated"]), + ("corresponging", &["corresponding"]), + ("zookeinei", &["zucchinis"]), + ("respoduce", &["reproduce"]), + ("diassemble", &["disassemble"]), + ("thoerist", &["theorist"]), + ("forcasting", &["forecasting"]), + ("handedy", &["handedly"]), + ("motation", &["notation", "rotation", "motivation"]), + ("geogrpahic", &["geographic"]), + ("etherael", &["ethereal"]), + ("controversal", &["controversial"]), + ("envionments", &["environments"]), + ("amphetamies", &["amphetamines"]), + ("defendent", &["defendant"]), + ("compilcation", &["complication"]), + ("correspondant", &["correspondent"]), + ("importantce", &["importance"]), + ("constaint", &["constraint"]), + ("guitarit", &["guitarist"]), + ("decdoing", &["decoding"]), + ("interactios", &["interacts"]), + ("tabualted", &["tabulated"]), + ("communicatons", &["communications"]), + ("rheotric", &["rhetoric"]), + ("proposterous", &["preposterous"]), + ("expaneded", &["expanded"]), + ("orelans", &["orleans"]), + ("wisconsion", &["wisconsin"]), + ("indireclty", &["indirectly"]), + ("preproces", &["preprocess"]), + ("extendsions", &["extensions"]), + ("neighborhooding", &["neighboring"]), + ("unreasonalby", &["unreasonably"]), + ("abigious", &["ambiguous"]), + ("trangles", &["triangles"]), + ("conviniently", &["conveniently"]), + ("singelton", &["singleton"]), + ("curretly", &["currently"]), + ("indicaste", &["indicates"]), + ("evolveds", &["evolves"]), + ("supplemets", &["supplements"]), + ("shold", &["should", "hold", "sold"]), + ("workstaitions", &["workstations"]), + ("specefication", &["specification"]), + ("introversi", &["introverts"]), + ("bumber", &["bomber", "bummer", "bumper", "number"]), + ("consitututing", &["constituting"]), + ("overhwlemingly", &["overwhelmingly"]), + ("distrubiting", &["distributing"]), + ("movied", &["moved", "movie"]), + ("enironments", &["environments"]), + ("creastor", &["creator"]), + ("exspense", &["expense"]), + ("authenticaton", &["authentication"]), + ("unfould", &["unfold"]), + ("kimerrically", &["chimerically"]), + ("deadlfit", &["deadlift"]), + ("intepolated", &["interpolated"]), + ("usue", &["use"]), + ("srinked", &["shrunk"]), + ("embarassed", &["embarrassed"]), + ("augmneted", &["augmented"]), + ("documenets", &["documents"]), + ("provicde", &["provide"]), + ("definete", &["definite"]), + ("streamming", &["streaming"]), + ("impelmentations", &["implementations"]), + ("cerified", &["certified", "verified"]), + ("butttons", &["buttons"]), + ("resumt", &["resume"]), + ("verificiations", &["verifications"]), + ("makrsman", &["marksman"]), + ("scrtip", &["script"]), + ("orginised", &["organised"]), + ("calcutating", &["calculating"]), + ("foricbly", &["forcibly"]), + ("elasped", &["elapsed"]), + ("cluste", &["cluster"]), + ("oralces", &["oracles"]), + ("antagonisic", &["antagonistic"]), + ("southtampon", &["southampton"]), + ("rasing", &["raising"]), + ("lengts", &["lengths"]), + ("monteize", &["monetize"]), + ("intenationalist", &["internationalist"]), + ("togetheer", &["together"]), + ("bounnds", &["bounds"]), + ("mutablility", &["mutability"]), + ("cyprtic", &["cryptic"]), + ("tatgerting", &["targeting"]), + ("retirase", &["retires"]), + ("cababge", &["cabbage"]), + ("shitlasses", &["shitless"]), + ("internatinally", &["internationally"]), + ("otained", &["obtained"]), + ("alirghty", &["alrighty"]), + ("fliename", &["filename"]), + ("disadventages", &["disadvantages"]), + ("aexs", &["axes"]), + ("diagnoals", &["diagonals"]), + ("underwhleming", &["underwhelming"]), + ("purposelly", &["purposely"]), + ("catche", &["catch"]), + ("initiailizing", &["initializing"]), + ("depnds", &["depends"]), + ("correlasion", &["correlation"]), + ("measued", &["measured"]), + ("penetraton", &["penetration"]), + ("meeitng", &["meeting"]), + ("ptherad", &["pthread"]), + ("precessor", &["predecessor", "processor"]), + ("spectrolab", &["spectral"]), + ("daimond", &["diamond"]), + ("legionairs", &["legionnaires"]), + ("canonalizes", &["canonicalizes"]), + ("entris", &["entries"]), + ("coordonated", &["coordinated"]), + ("letgitimate", &["legitimate"]), + ("pubishing", &["publishing"]), + ("mulitplied", &["multiplied"]), + ("brwosed", &["browsed"]), + ("obvisous", &["obvious"]), + ("intolorence", &["intolerance"]), + ("idividual", &["individual"]), + ("opeaaration", &["operation"]), + ("fasened", &["fastened"]), + ("addittions", &["addictions"]), + ("doulbe", &["double"]), + ("asterick", &["asterisk"]), + ("differrences", &["differences"]), + ("unexpetced", &["unexpected"]), + ("improsoned", &["imprisoned"]), + ("determinsm", &["determinism"]), + ("responsiblities", &["responsibilities"]), + ("facorites", &["favorites"]), + ("moteur", &["motor"]), + ("alloacate", &["allocate"]), + ("expeceted", &["expected"]), + ("astromonical", &["astronomical"]), + ("antibiodic", &["antibiotic"]), + ("defualtdict", &["defaultdict"]), + ("publsher", &["publisher"]), + ("profesor", &["professor"]), + ("jeoprady", &["jeopardy"]), + ("delearships", &["dealerships"]), + ("dupliacates", &["duplicates"]), + ("genitaila", &["genitalia"]), + ("capitalis", &["capitals"]), + ("cellpading", &["cellpadding"]), + ("hemishperes", &["hemisphere", "hemispheres"]), + ("academis", &["academics"]), + ("alpabet", &["alphabet"]), + ("silouweted", &["silhouetted"]), + ("implementatoin", &["implementation"]), + ("tocuhscreen", &["touchscreen"]), + ("consiciousness", &["consciousness"]), + ("redmeption", &["redemption"]), + ("signigns", &["signings"]), + ("componant", &["component"]), + ("paramterical", &["parametric", "parametrically"]), + ("electrictian", &["electrician"]), + ("peerowetes", &["pirouettes"]), + ("serailize", &["serialize"]), + ("doucehbag", &["douchebag"]), + ("relective", &["reflective"]), + ("historcal", &["historical"]), + ("benifits", &["benefits"]), + ("instanciation", &["instantiation"]), + ("aguments", &["arguments"]), + ("cyphersuites", &["ciphersuites"]), + ("confurses", &["confuses"]), + ("lantren", &["lantern"]), + ("mached", &["matched"]), + ("demosntrated", &["demonstrated"]), + ("parastic", &["parasitic"]), + ("adverised", &["advertised"]), + ("contaienr", &["container"]), + ("notorization", &["notarization"]), + ("mutches", &["matches"]), + ("misue", &["misuse"]), + ("refrences", &["references"]), + ("domianting", &["dominating"]), + ("inherts", &["inherits"]), + ("simplisitc", &["simplistic"]), + ("transsexuella", &["transsexual"]), + ("symapthizers", &["sympathizers"]), + ("epectedly", &["expectedly"]), + ("shwashank", &["shawshank"]), + ("herculeus", &["hercules"]), + ("dominatin", &["domination"]), + ("vetinarians", &["veterinarians"]), + ("certication", &["certification"]), + ("angshis", &["anxious"]), + ("onef", &["one"]), + ("correctionals", &["corrections"]), + ("systhems", &["systems"]), + ("decisons", &["decisions"]), + ("destinatino", &["destination"]), + ("tast", &["taste", "task", "test"]), + ("blok", &["block", "bloke"]), + ("numnbered", &["numbered"]), + ("superiorest", &["superiors"]), + ("begginings", &["beginnings"]), + ("rondazyvoued", &["rendezvoused"]), + ("proeprty", &["property"]), + ("expectus", &["expects"]), + ("spesify", &["specify"]), + ("folowiong", &["following"]), + ("centrafuges", &["centrifuges"]), + ("remakrs", &["remarks"]), + ("sentires", &["sentries"]), + ("rewite", &["rewrite"]), + ("renegotitating", &["renegotiating"]), + ("shrinds", &["shrinks"]), + ("fragements", &["fragments"]), + ("guaridans", &["guardians"]), + ("languauges", &["languages"]), + ("marskman", &["marksman"]), + ("scultpure", &["sculpture"]), + ("diverisfy", &["diversify"]), + ("statless", &["stateless"]), + ("frowarded", &["forwarded"]), + ("thrities", &["thirties"]), + ("featchss", &["fetches"]), + ("prejuduced", &["prejudiced"]), + ("liveprool", &["liverpool"]), + ("superhereos", &["superhero"]), + ("compain", &["complain"]), + ("distirbute", &["distribute"]), + ("someboby", &["somebody"]), + ("accapts", &["accepts"]), + ("internetors", &["internets"]), + ("homosexaul", &["homosexual"]), + ("regulalry", &["regularly"]), + ("forcaster", &["forecaster"]), + ("enhaned", &["enhanced"]), + ("surviellance", &["surveillance"]), + ("ovewrites", &["overwrites"]), + ("toogle", &["toggle"]), + ("yearm", &["year"]), + ("currupt", &["corrupt"]), + ("condfigured", &["configured"]), + ("confidantially", &["confidentially"]), + ("dissaperd", &["disappeared"]), + ("beginn", &["begin"]), + ("dereferrence", &["dereference"]), + ("overtun", &["overturn"]), + ("rendayvooed", &["rendezvoused"]), + ("communty", &["community"]), + ("substitite", &["substitute"]), + ("differnec", &["difference"]), + ("ephermal", &["ephemeral"]), + ("aviaiton", &["aviation"]), + ("fashionalble", &["fashionable"]), + ("unspeficitied", &["unspecified"]), + ("unautherized", &["unauthorized"]), + ("dermatologyst", &["dermatologist"]), + ("vaule", &["value"]), + ("indevered", &["endeavored"]), + ("spefiifically", &["specifically"]), + ("extesnions", &["extensions"]), + ("caterpilars", &["caterpillars"]), + ("xgetttext", &["xgettext"]), + ("insuffiency", &["insufficiency"]), + ("someties", &["sometimes"]), + ("repositry", &["repository"]), + ("conditionned", &["conditioned"]), + ("versionms", &["versions"]), + ("suspectes", &["suspects"]), + ("prosectuion", &["prosecution"]), + ("refelction", &["reflection"]), + ("saterdays", &["saturdays"]), + ("reveived", &["received"]), + ("cerimonial", &["ceremonial"]), + ("sometims", &["sometimes"]), + ("supprt", &["support"]), + ("cuztomizes", &["customizes"]), + ("vulernabilities", &["vulnerabilities"]), + ("tetxture", &["texture"]), + ("rendirers", &["renderers"]), + ("computarized", &["computerized"]), + ("reanmed", &["renamed"]), + ("advertice", &["advertise"]), + ("bisunes", &["business"]), + ("poppup", &["popup"]), + ("callbacl", &["callback"]), + ("pricipal", &["principal"]), + ("vaildated", &["validated"]), + ("upsteam", &["upstream"]), + ("costumized", &["customized"]), + ("prealocate", &["preallocate"]), + ("autocoreect", &["autocorrect"]), + ("universaly", &["universally"]), + ("theshold", &["threshold"]), + ("maneveur", &["maneuver"]), + ("criticisied", &["criticise"]), + ("beccause", &["because"]), + ("charactetr", &["character"]), + ("stategise", &["strategise"]), + ("suport", &["support"]), + ("apihelions", &["aphelions"]), + ("pilon", &["pillion", "pylon"]), + ("consequneces", &["consequence"]), + ("sustems", &["systems"]), + ("consctructors", &["constructors"]), + ("meaningfull", &["meaningful"]), + ("intolorance", &["intolerance"]), + ("unregiter", &["unregister"]), + ("scheduld", &["scheduled"]), + ("surfaec", &["surface"]), + ("otains", &["obtains"]), + ("socratees", &["socrates"]), + ("preriodic", &["periodic"]), + ("newmonectomy", &["pneumonectomy"]), + ("exahustion", &["exhaustion"]), + ("affortable", &["affordable"]), + ("submisisons", &["submissions"]), + ("priorty", &["priority"]), + ("occasinal", &["occasional"]), + ("repeateadly", &["repeatedly"]), + ("incompetance", &["incompetence"]), + ("transpareny", &["transparency"]), + ("positiviely", &["positively"]), + ("instnat", &["instant"]), + ("calcutate", &["calculate"]), + ("reconecction", &["reconnection"]), + ("resovlable", &["resolvable"]), + ("aprroximations", &["approximations"]), + ("barabrians", &["barbarians"]), + ("underestemated", &["underestimated"]), + ("senzationalist", &["sensationalist"]), + ("cleasne", &["cleanse"]), + ("inproductive", &["unproductive"]), + ("juggernault", &["juggernaut"]), + ("pregancies", &["pregnancies"]), + ("confirmming", &["confirming"]), + ("enviromental", &["environmental"]), + ("delemiter", &["delimiter"]), + ("latets", &["latest"]), + ("catalsyt", &["catalyst"]), + ("bussiness", &["business"]), + ("nihther", &["neither"]), + ("shortining", &["shortening"]), + ("prosecuter", &["prosecutor"]), + ("constatns", &["constants"]), + ("defectos", &["defects"]), + ("interasted", &["interacted"]), + ("woild", &["would"]), + ("scondary", &["secondary"]), + ("sacrificie", &["sacrificed"]), + ("reffering", &["referring"]), + ("responsibiliy", &["responsibility"]), + ("catastrohpic", &["catastrophic"]), + ("apsotrophe", &["apostrophe"]), + ("industrias", &["industries"]), + ("beavior", &["behavior"]), + ("overfow", &["overflow"]), + ("utitlities", &["utilities"]), + ("phenomenonly", &["phenomenally"]), + ("mimatchd", &["mismatched"]), + ("rithmic", &["rhythmic"]), + ("producables", &["producibles", "producible"]), + ("progarming", &["programming"]), + ("sourct", &["source"]), + ("antennea", &["antenna"]), + ("puplications", &["publications"]), + ("discovr", &["discover"]), + ("reigsters", &["registers"]), + ("docstinrg", &["docstring"]), + ("coccupied", &["occupied"]), + ("negociating", &["negotiating"]), + ("beatels", &["beatles"]), + ("partitioing", &["partitioning"]), + ("antagonisitc", &["antagonistic"]), + ("hypter", &["hyper"]), + ("suggestinos", &["suggestions"]), + ("nuclues", &["nucleus"]), + ("shorly", &["shortly"]), + ("oberflow", &["overflow"]), + ("endpint", &["endpoint"]), + ("empressed", &["impressed"]), + ("bratenders", &["bartenders"]), + ("dissaper", &["disappear"]), + ("upgradde", &["upgrade"]), + ("grandisement", &["aggrandisement"]), + ("usespace", &["userspace"]), + ("adhevise", &["adhesive"]), + ("americanus", &["americans"]), + ("contraticted", &["contradicted"]), + ("renaissace", &["renaissance"]), + ("nofified", &["notified"]), + ("solarmutx", &["solarmutex"]), + ("uglyness", &["ugliness"]), + ("interleaed", &["interleaved"]), + ("equivilent", &["equivalent"]), + ("samll", &["small"]), + ("tensionors", &["tensions"]), + ("diffrential", &["differential"]), + ("deply", &["deploy", "deeply"]), + ("lentgh", &["length"]), + ("averageadi", &["averaged"]), + ("bointer", &["pointer"]), + ("decloration", &["declaration"]), + ("provder", &["provider"]), + ("comtaining", &["containing"]), + ("eeeprom", &["eeprom"]), + ("priases", &["praises"]), + ("rollorcoaster", &["rollercoaster"]), + ("ligitimate", &["legitimate"]), + ("reconnet", &["reconnect"]), + ("folwoer", &["follower"]), + ("dividors", &["dividers", "divisors"]), + ("channe", &["channel"]), + ("tabls", &["tables"]), + ("wednesay", &["wednesday"]), + ("aneels", &["anneals"]), + ("lanuched", &["launched"]), + ("vectror", &["vector"]), + ("downvoteur", &["downvoters"]), + ("abruptley", &["abruptly"]), + ("uninteressting", &["uninteresting"]), + ("perpetrador", &["perpetrator"]), + ("proponenets", &["proponents"]), + ("reveive", &["receive", "revive"]), + ("subesquent", &["subsequent"]), + ("overcomeing", &["overcoming"]), + ("exhuasive", &["exhaustive"]), + ("astiimate", &["estimate"]), + ("loactions", &["locations"]), + ("abstactness", &["abstractness"]), + ("matcing", &["matching"]), + ("misogyinsts", &["misogynist"]), + ("characteers", &["characters"]), + ("lexigraphically", &["lexicographically"]), + ("confure", &["configure"]), + ("negotionable", &["negotiable"]), + ("destrution", &["destruction"]), + ("interseccted", &["intersected"]), + ("cretical", &["critical"]), + ("opjections", &["objections"]), + ("authenificated", &["authenticated"]), + ("inhabitat", &["inhabitants"]), + ("crowm", &["crown"]), + ("illution", &["illusion"]), + ("formt", &["format"]), + ("medicins", &["medicines"]), + ("inconsistenly", &["inconsistency", "inconsistently"]), + ("handerler", &["handler"]), + ("natioanl", &["national"]), + ("momenterily", &["momentarily"]), + ("aaproximating", &["approximating"]), + ("definative", &["definitive"]), + ("wath", &["watch", "wrath", "what"]), + ("alchool", &["alcohol"]), + ("archtitectures", &["architectures"]), + ("incorparated", &["incorporated"]), + ("renegotitation", &["renegotiation"]), + ("transparanceies", &["transparencies"]), + ("tthat", &["that"]), + ("apeared", &["appeared"]), + ("legasy", &["legacy"]), + ("previus", &["previous"]), + ("ktichen", &["kitchen"]), + ("sinic", &["cynic", "sonic"]), + ("maintenence", &["maintenance"]), + ("geomerties", &["geometries"]), + ("disttributed", &["distributed"]), + ("milicousally", &["maliciously"]), + ("etmyology", &["etymology"]), + ("constistent", &["consistent"]), + ("vulberabillity", &["vulnerability"]), + ("mimimized", &["minimized"]), + ("sktechy", &["sketchy"]), + ("everythign", &["everything"]), + ("reoadmap", &["roadmap"]), + ("randayvoo", &["rendezvous"]), + ("oligatory", &["obligatory"]), + ("versios", &["versions"]), + ("machettie", &["machete"]), + ("optimze", &["optimize"]), + ("burried", &["buried"]), + ("direcotories", &["directories"]), + ("misunderstandig", &["misunderstandings"]), + ("demonstrativos", &["demonstrations"]), + ("prevert", &["pervert"]), + ("readdrssing", &["readdressing"]), + ("undenyably", &["undeniably"]), + ("monitoing", &["monitoring"]), + ("parametar", &["parameter"]), + ("trochlight", &["torchlight"]), + ("popularest", &["populate"]), + ("enviroiment", &["environment"]), + ("optimzations", &["optimizations"]), + ("proffesor", &["professor"]), + ("judegments", &["judgments"]), + ("unannomusly", &["unanimously"]), + ("spectarors", &["spectators"]), + ("blohted", &["bloated"]), + ("visualizaiton", &["visualization"]), + ("sintakts", &["syntax"]), + ("constructos", &["constructs"]), + ("incompitable", &["incompatible"]), + ("algoruthmically", &["algorithmically"]), + ("repsoted", &["reposted"]), + ("eygptians", &["egyptians"]), + ("virtuels", &["virtues"]), + ("downvots", &["downvotes"]), + ("constrct", &["construct", "constrict"]), + ("scandalosa", &["scandals"]), + ("ancapsulation", &["encapsulation"]), + ("librairies", &["libraries"]), + ("costumizable", &["customizable"]), + ("progarmatic", &["programmatic"]), + ("tatoo", &["tattoo"]), + ("perforaming", &["performing"]), + ("termnator", &["terminator"]), + ("refeinements", &["refinements"]), + ("nieve", &["naive"]), + ("invovled", &["involved"]), + ("initialzer", &["initializer"]), + ("refilles", &["refills"]), + ("sctript", &["script"]), + ("mamagement", &["management"]), + ("sectopning", &["sectioning"]), + ("sttetings", &["settings"]), + ("entrepreners", &["entrepreneurs"]), + ("friendzowned", &["friendzoned"]), + ("captais", &["captains"]), + ("aperures", &["apertures"]), + ("sinnically", &["cynically"]), + ("brotherwood", &["brotherhood"]), + ("prosess", &["process"]), + ("converver", &["conserver", "converter"]), + ("secirity", &["security"]), + ("discharded", &["discharged"]), + ("dependencie", &["dependence", "dependency"]), + ("guarbage", &["garbage"]), + ("multipleye", &["multiply"]), + ("dependend", &["dependent", "depended"]), + ("speficific", &["specific"]), + ("flewant", &["fluent"]), + ("enthaplies", &["enthalpies"]), + ("defeaults", &["defaults"]), + ("maneouvres", &["manoeuvres"]), + ("contary", &["contrary"]), + ("garuantees", &["guarantees"]), + ("renegotaiators", &["renegotiators"]), + ("abilties", &["abilities"]), + ("syteme", &["system"]), + ("aboslutely", &["absolutely"]), + ("naibhorhood", &["neighborhood"]), + ("clarifiies", &["clarifies"]), + ("wyth", &["with"]), + ("executution", &["execution"]), + ("disatvantaged", &["disadvantaged"]), + ("dialoge", &["dialogue", "dialog"]), + ("alhabet", &["alphabet"]), + ("organizarem", &["organizer"]), + ("unavilable", &["unavailable"]), + ("truct", &["struct"]), + ("comprimised", &["compromised"]), + ("artisitc", &["artistic"]), + ("sorround", &["surround"]), + ("destibation", &["destination"]), + ("adaquit", &["adequate"]), + ("qauntity", &["quantity"]), + ("cynicisim", &["cynicism"]), + ("waiitng", &["waiting"]), + ("compemdium", &["compendium"]), + ("sebasitan", &["sebastian"]), + ("collapes", &["collapse"]), + ("seperratly", &["separately"]), + ("parametere", &["parameter", "parameters"]), + ("assocated", &["associated"]), + ("percantages", &["percentages"]), + ("vaugely", &["vaguely"]), + ("misogynstic", &["misogynist"]), + ("requset", &["request"]), + ("acnedote", &["anecdote"]), + ("independend", &["independent"]), + ("undercunt", &["undercut"]), + ("substituded", &["substituted"]), + ("gwava", &["guava"]), + ("complitely", &["completely"]), + ("pharmasudically", &["pharmaceutical"]), + ("senisble", &["sensible"]), + ("subconscous", &["subconscious"]), + ("repore", &["rapport", "report", "repose"]), + ("spash", &["splash"]), + ("chahging", &["changing"]), + ("stoped", &["stopped"]), + ("characetrs", &["characters"]), + ("gratuituos", &["gratuitous"]), + ("deciaml", &["decimal"]), + ("constituates", &["constitutes"]), + ("concerened", &["concerned"]), + ("appreaciated", &["appreciated"]), + ("bureaocrats", &["bureaucrats"]), + ("sensitivites", &["sensitivities"]), + ("considerstion", &["considerations"]), + ("constaints", &["constraints"]), + ("dinmaic", &["dynamic"]), + ("privilegien", &["privilege"]), + ("objecct", &["object"]), + ("concatincate", &["concatenate"]), + ("fielesystem", &["filesystem"]), + ("ammount", &["amount"]), + ("disrepsecting", &["disrespecting"]), + ("occulusion", &["occlusion"]), + ("follewong", &["following"]), + ("messave", &["message"]), + ("progammer", &["programmer"]), + ("cryptocraphic", &["cryptographic"]), + ("subsitute", &["substitute"]), + ("assistanat", &["assistants"]), + ("resistanes", &["resistances"]), + ("crashs", &["crashes"]), + ("abstrctness", &["abstractness"]), + ("evluator", &["evaluator"]), + ("effeckt", &["effect"]), + ("campiagn", &["campaign"]), + ("soemthing", &["something"]), + ("sequncers", &["sequencers"]), + ("chihauhua", &["chihuahua"]), + ("euivalents", &["equivalents"]), + ("normalis", &["normals"]), + ("chubks", &["chunks"]), + ("concurreny", &["concurrency"]), + ("experimenel", &["experimental"]), + ("perliferating", &["proliferating"]), + ("prevend", &["prevent"]), + ("singelplayer", &["singleplayer"]), + ("specialied", &["specialized"]), + ("apprieciated", &["appreciated"]), + ("emitable", &["emittable"]), + ("modidfier", &["modifier"]), + ("connecitons", &["connections"]), + ("remmebered", &["remembered"]), + ("callibration", &["calibration"]), + ("naviagted", &["navigated"]), + ("situdios", &["studios"]), + ("temptating", &["temptation"]), + ("arrnage", &["arrange"]), + ("experies", &["expires"]), + ("perminant", &["permanent"]), + ("boradly", &["broadly"]), + ("phyisology", &["physiology"]), + ("conversons", &["conversions"]), + ("expermeneting", &["experimenting"]), + ("aqaurium", &["aquarium"]), + ("merajes", &["mirages"]), + ("asutria", &["austria"]), + ("visiters", &["visitors"]), + ("cleaup", &["cleanup"]), + ("receent", &["recent"]), + ("interacties", &["interacts"]), + ("dadlock", &["deadlock"]), + ("adreanline", &["adrenaline"]), + ("expetectly", &["expectedly"]), + ("unealthy", &["unhealthy"]), + ("preditermined", &["predetermined"]), + ("neighors", &["neighbors"]), + ("transgenres", &["transgender"]), + ("checkings", &["checkins", "checks"]), + ("cteate", &["create"]), + ("seperaly", &["separately"]), + ("ameeliarate", &["ameliorate"]), + ("travercal", &["traversal"]), + ("misintrepret", &["misinterpret"]), + ("renegotiotated", &["renegotiated"]), + ("buffred", &["buffered"]), + ("pigoens", &["pigeons"]), + ("acitvate", &["activate"]), + ("nutritionnal", &["nutritional"]), + ("relatated", &["related"]), + ("custamizable", &["customizable"]), + ("xdpf", &["xpdf"]), + ("capitolization", &["capitalization"]), + ("detectas", &["detects"]), + ("subscirbe", &["subscribe"]), + ("forhead", &["forehead"]), + ("recieving", &["receiving"]), + ("charactar", &["character"]), + ("opnegroup", &["opengroup"]), + ("inizializes", &["initializes"]), + ("protestes", &["protests"]), + ("negotition", &["negotiation"]), + ("condemnig", &["condemning"]), + ("handshage", &["handshake"]), + ("correectly", &["correctly"]), + ("paser", &["parser"]), + ("warrandyte", &["warranty"]), + ("irreversiable", &["irreversible"]), + ("realisme", &["realise"]), + ("discotek", &["discotheque"]), + ("secontary", &["secondary"]), + ("seires", &["series"]), + ("annoyence", &["annoyance"]), + ("reveiwer", &["reviewer"]), + ("overhearting", &["overreacting"]), + ("conlcuding", &["concluding"]), + ("mechanicaly", &["mechanically"]), + ("iteraction", &["interaction", "iteration"]), + ("lcoally", &["locally"]), + ("fundrasing", &["fundraising"]), + ("umark", &["unmark"]), + ("syraucse", &["syracuse"]), + ("presistable", &["persistable"]), + ("progapating", &["propagating"]), + ("modifcications", &["modifications"]), + ("capatilized", &["capitalized"]), + ("cheapeast", &["cheapest"]), + ("dulaity", &["duality"]), + ("dicsriminated", &["discriminated"]), + ("pittaburgh", &["pittsburgh"]), + ("strucutre", &["structure"]), + ("neglicible", &["negligible"]), + ("enlgish", &["english"]), + ("meldoic", &["melodic"]), + ("instrctions", &["instructions"]), + ("consecuently", &["consequently"]), + ("magensium", &["magnesium"]), + ("etiher", &["either"]), + ("seach", &["search"]), + ("reasonnable", &["reasonable"]), + ("relavation", &["relaxation"]), + ("refferr", &["refer"]), + ("forat", &["format"]), + ("integrade", &["integrated"]), + ("greatful", &["grateful"]), + ("magnicifent", &["magnificent"]), + ("scraching", &["scratching"]), + ("spagehtti", &["spaghetti"]), + ("itializes", &["initializes"]), + ("lage", &["large"]), + ("scrits", &["scripts"]), + ("porgrammeer", &["programmer"]), + ("kake", &["cake", "take"]), + ("socialogical", &["sociological"]), + ("attribut", &["attribute"]), + ("intressted", &["interested"]), + ("utitlty", &["utility"]), + ("yeasterday", &["yesterday"]), + ("hallunication", &["hallucination"]), + ("atttempt", &["attempt"]), + ("decendents", &["descendents"]), + ("skeletos", &["skeletons"]), + ("veryfy", &["verify"]), + ("collobaration", &["collaboration"]), + ("individiual", &["individual"]), + ("consectutive", &["consecutive"]), + ("obtaineble", &["obtainable"]), + ("redundency", &["redundancy"]), + ("manifeso", &["manifesto"]), + ("princibles", &["principles"]), + ("seralizing", &["serializing"]), + ("appeareance", &["appearance"]), + ("unscubscribe", &["subscribe"]), + ("cipherntext", &["ciphertext"]), + ("wrything", &["writhing"]), + ("fabriacted", &["fabricated"]), + ("instrumentaion", &["instrumentation"]), + ("descritpitons", &["descriptions"]), + ("insertino", &["inserting"]), + ("ilterate", &["literate"]), + ("indefinitiley", &["indefinitely"]), + ("contenants", &["continents"]), + ("syntatic", &["syntactic"]), + ("remvoved", &["removed"]), + ("unfilps", &["unflips"]), + ("conservitive", &["conservative"]), + ("highligh", &["highlight"]), + ("italianas", &["italians"]), + ("proprogation", &["propagation"]), + ("additioanally", &["additionally"]), + ("tommorw", &["tomorrow"]), + ("perpective", &["perspective"]), + ("finall", &["final", "finally"]), + ("definetily", &["definitely"]), + ("surgestions", &["suggestions"]), + ("cincinnasti", &["cincinnati"]), + ("reqiest", &["request"]), + ("constainte", &["constrained", "constraint", "constraints"]), + ("anarchsits", &["anarchists"]), + ("dymanite", &["dynamite"]), + ("protocals", &["protocols"]), + ("deamons", &["daemons"]), + ("hertzs", &["hertz"]), + ("cletics", &["celtics"]), + ("embaress", &["embarrass"]), + ("inovative", &["innovative"]), + ("decompresser", &["decompressor"]), + ("entreis", &["entries"]), + ("amercians", &["americans"]), + ("bloster", &["bolster"]), + ("wythout", &["without"]), + ("organisims", &["organism"]), + ("capabicity", &["capability"]), + ("technican", &["technician"]), + ("additoin", &["addition"]), + ("forminable", &["formidable"]), + ("tansmit", &["transmit"]), + ("guardains", &["guardians"]), + ("ignroe", &["ignore"]), + ("doamine", &["dopamine", "domain"]), + ("beahviours", &["behaviours"]), + ("sqashed", &["squashed"]), + ("virutals", &["virtuals"]), + ("tradditional", &["traditional"]), + ("reproductivo", &["reproduction"]), + ("negotatie", &["negotiate"]), + ("develper", &["developer"]), + ("legitemacy", &["legitimacy"]), + ("recogninse", &["recognise"]), + ("prejections", &["projections"]), + ("simultenious", &["simultaneous"]), + ("unepectedly", &["unexpectedly"]), + ("suceeding", &["succeeding"]), + ("preiod", &["period"]), + ("alltogetrher", &["altogether"]), + ("luminousity", &["luminosity"]), + ("ukrainin", &["ukrainian"]), + ("disciminate", &["discriminate"]), + ("speficies", &["specifies"]), + ("provods", &["provides"]), + ("priciple", &["principle"]), + ("sychronizes", &["synchronizes"]), + ("moreso", &["more"]), + ("solated", &["isolated"]), + ("guilio", &["giulio"]), + ("runing", &["running", "ruining"]), + ("unsepcified", &["unspecified"]), + ("sucsede", &["succeed"]), + ("commets", &["comets", "comments"]), + ("sinical", &["cynical"]), + ("anoying", &["annoying"]), + ("buitton", &["button"]), + ("interpretationen", &["interpretations"]), + ("attributei", &["attribute"]), + ("transgener", &["transgender"]), + ("vrsion", &["version"]), + ("burtsing", &["bursting"]), + ("usinging", &["using"]), + ("brige", &["bridge"]), + ("relationshits", &["relationships"]), + ("chiop", &["chip", "chop"]), + ("announcemet", &["announcements"]), + ("hydropobic", &["hydrophobic"]), + ("behaivoural", &["behavioural"]), + ("benglas", &["bengals"]), + ("dammages", &["damages"]), + ("fixwd", &["fixed"]), + ("congig", &["config"]), + ("hanle", &["handle"]), + ("continuarlo", &["continual"]), + ("counterpoarts", &["counterparts"]), + ("epecifica", &["especifica"]), + ("upstrem", &["upstream"]), + ("multply", &["multiply"]), + ("reciveing", &["receiving"]), + ("maniuplates", &["manipulates"]), + ("kwuzines", &["cuisines"]), + ("confusting", &["confusing"]), + ("spefixation", &["specification"]), + ("stattered", &["scattered"]), + ("occuped", &["occupied"]), + ("influeces", &["influences"]), + ("frankensteen", &["frankenstein"]), + ("neader", &["header", "kneader"]), + ("fragmenet", &["fragment"]), + ("bathrooom", &["bathroom"]), + ("expess", &["express"]), + ("algorhitm", &["algorithm"]), + ("transormed", &["transformed"]), + ("surpressed", &["suppressed"]), + ("intructions", &["instructions"]), + ("cirticise", &["criticise"]), + ("patrolls", &["patrols"]), + ("fundemental", &["fundamental"]), + ("advacne", &["advance"]), + ("immitate", &["imitate"]), + ("commadnline", &["commandline"]), + ("neighbeut", &["neighbour"]), + ("rewiev", &["review"]), + ("refinment", &["refinement"]), + ("consilidate", &["consolidate"]), + ("contentended", &["contended"]), + ("displacemnt", &["displacement"]), + ("judisuary", &["judiciary"]), + ("neighbbors", &["neighbors"]), + ("redering", &["rendering"]), + ("twoo", &["two", "too"]), + ("speficififed", &["specified"]), + ("storaged", &["stored", "storages"]), + ("classifiy", &["classify"]), + ("algoirthms", &["algorithms"]), + ("setings", &["settings"]), + ("coallee", &["coalesce"]), + ("alogirhtmic", &["algorithmic"]), + ("concentation", &["concentration"]), + ("acrynoms", &["acronyms"]), + ("sacksonville", &["jacksonville"]), + ("overwhelmigly", &["overwhelmingly"]), + ("instinctivelly", &["instinctively"]), + ("territoriella", &["territorial"]), + ("automtically", &["automatically"]), + ("authorititive", &["authoritative"]), + ("secratery", &["secretary"]), + ("correpsonds", &["corresponds"]), + ("deopsited", &["deposited"]), + ("milesone", &["milestone"]), + ("failured", &["failed"]), + ("guage", &["gage"]), + ("expodentially", &["exponentially"]), + ("listenend", &["listened"]), + ("alreayd", &["already"]), + ("allocats", &["allocates"]), + ("descrete", &["discrete"]), + ("bracnhes", &["branches"]), + ("permites", &["permits"]), + ("brtually", &["brutally"]), + ("firtsly", &["firstly"]), + ("nieghbourhood", &["neighbourhood"]), + ("translastion", &["translations"]), + ("termial", &["terminal"]), + ("mige", &["midge"]), + ("willl", &["will"]), + ("lockscren", &["lockscreen"]), + ("optet", &["opted"]), + ("antivrius", &["antivirus"]), + ("netwrok", &["network"]), + ("merchendise", &["merchandise"]), + ("throttoling", &["throttling"]), + ("decie", &["decide"]), + ("certiain", &["certain"]), + ("incrimental", &["incremental"]), + ("releaased", &["released"]), + ("noticiable", &["noticeable"]), + ("scandinava", &["scandinavian"]), + ("fantasyzing", &["fantasizing"]), + ("rapsadies", &["rhapsodies"]), + ("correlatos", &["correlates"]), + ("hesistation", &["hesitation"]), + ("heighted", &["heightened"]), + ("dissertaion", &["dissertation"]), + ("fortunae", &["fortune"]), + ("participanting", &["participating"]), + ("knwon", &["known"]), + ("hurricans", &["hurricanes"]), + ("follewed", &["followed"]), + ("entraced", &["entranced"]), + ("expermiented", &["experimented"]), + ("coalacence", &["coalescence"]), + ("microtransacations", &["microtransactions"]), + ("exterbal", &["external"]), + ("comfortabley", &["comfortably"]), + ("northerend", &["northern"]), + ("appropritae", &["appropriate"]), + ("hting", &["thing"]), + ("hassel", &["hassle"]), + ("cheeseborger", &["cheeseburger"]), + ("idenfitifers", &["identifiers"]), + ("deliberante", &["deliberate"]), + ("canonalized", &["canonicalized"]), + ("wilh", &["will"]), + ("primitave", &["primitive"]), + ("gltiched", &["glitched"]), + ("rewieved", &["reviewed"]), + ("requiremenet", &["requirement"]), + ("sensitivties", &["sensitivities"]), + ("teksts", &["texts"]), + ("capters", &["captors"]), + ("overriden", &["overridden"]), + ("experimdntation", &["experimentation"]), + ("notificastions", &["notifications"]), + ("mosquiters", &["mosquitoes"]), + ("negotioted", &["negotiated"]), + ("filesytem", &["filesystem"]), + ("activiates", &["activist"]), + ("pumpinks", &["pumpkins"]), + ("seee", &["see"]), + ("miscarrige", &["miscarriage"]), + ("certificatd", &["certificated"]), + ("unhelathy", &["unhealthy"]), + ("rarelly", &["rarely"]), + ("uncehck", &["uncheck"]), + ("desipite", &["despite"]), + ("marshmellow", &["marshmallow"]), + ("cigarret", &["cigaret"]), + ("liberterians", &["libertarians"]), + ("uncondisionnaly", &["unconditionally"]), + ("frequncies", &["frequencies"]), + ("syndiacte", &["syndicate"]), + ("avoidence", &["avoidance"]), + ( + "nives", + &[ + "dives", "fives", "hives", "knives", "nieves", "nines", "wives", + ], + ), + ("skateboaring", &["skateboarding"]), + ("remmebers", &["remembers"]), + ("accoutn", &["account"]), + ("wiredest", &["weirdest"]), + ("otated", &["notated", "rotated"]), + ("programmign", &["programming"]), + ("depdencentes", &["dependences"]), + ("individuls", &["individuals"]), + ("expepectedly", &["expectedly"]), + ("calsses", &["classes"]), + ("prooduces", &["produces"]), + ("contextes", &["contexts"]), + ("androind", &["android"]), + ("greandes", &["grenades"]), + ("withs", &["with", "widths"]), + ("reperesentational", &["representational"]), + ("elegible", &["eligible"]), + ("libarary", &["library"]), + ("bastracting", &["abstracting"]), + ("thq", &["the"]), + ("inapproprate", &["inappropriate"]), + ("succcess", &["success"]), + ("subscriping", &["subscribing"]), + ("identifiy", &["identify"]), + ("fiorst", &["first"]), + ("princepals", &["principals"]), + ("applicatoins", &["applications"]), + ("backslah", &["backslash"]), + ("zucheenei", &["zucchinis"]), + ("modiying", &["modifying"]), + ("limitato", &["limitation"]), + ("sepcifier", &["specifier"]), + ("interlaing", &["interlacing"]), + ("ascpects", &["aspects"]), + ("gunstinger", &["gunslinger"]), + ("plarformer", &["platformer"]), + ("condicted", &["conducted"]), + ("theoratical", &["theoretical"]), + ("challanges", &["challenges"]), + ("descided", &["decided"]), + ("subtiltes", &["subtitles"]), + ("emasc", &["emacs"]), + ("speciman", &["specimen"]), + ("abundent", &["abundant"]), + ("tuotiral", &["tutorial"]), + ("inquisiter", &["inquisitor"]), + ("allocaions", &["allocations"]), + ("neighours", &["neighbours"]), + ("unboun", &["unbound"]), + ("pornograpy", &["pornography"]), + ("confimation", &["confirmation"]), + ("opportinity", &["opportunity"]), + ("neighbourhooding", &["neighbouring"]), + ("geenrated", &["generated"]), + ("perferrence", &["preference"]), + ("neiborhood", &["neighborhood"]), + ("suficiently", &["sufficiently"]), + ("picnicing", &["picnicking"]), + ("unsucccessfully", &["unsuccessfully"]), + ("capitain", &["captain"]), + ("juvenlie", &["juvenile"]), + ("posption", &["position"]), + ("complict", &["complicit"]), + ("temprararly", &["temporarily"]), + ("peroidicals", &["periodicals"]), + ("gneric", &["generic"]), + ("survivabily", &["survivability"]), + ("cofidence", &["confidence"]), + ("valentiens", &["valentines"]), + ("interrrupts", &["interrupts"]), + ("speficialliers", &["specifiers"]), + ("mistakingly", &["mistakenly"]), + ("repositotry", &["repository"]), + ("commuincation", &["communications"]), + ("unsettin", &["unsetting"]), + ("conecct", &["connect"]), + ("lexigraphical", &["lexicographical"]), + ("resovled", &["resolved"]), + ("deviiating", &["deviating"]), + ("transfom", &["transform"]), + ("resistansen", &["resistances"]), + ("suppresssion", &["suppression"]), + ("hapenning", &["happening"]), + ("ukrianian", &["ukrainian"]), + ("usera", &["users"]), + ("agnostisim", &["agnosticism"]), + ("ahppy", &["happy"]), + ("completly", &["completely"]), + ("tringale", &["triangle"]), + ("whitspaces", &["whitespace"]), + ("helath", &["health"]), + ("properrt", &["property"]), + ("posessions", &["possessions"]), + ("terific", &["terrific"]), + ("maunals", &["manuals"]), + ("respiratiory", &["respiratory"]), + ("emotionaly", &["emotionally"]), + ("criticial", &["critical"]), + ("inexperiencable", &["inexperience"]), + ("enthusiat", &["enthusiast"]), + ("uncomfertable", &["uncomfortable"]), + ("patameter", &["parameter"]), + ("prealocates", &["preallocates"]), + ("exchanage", &["exchange"]), + ("extatic", &["ecstatic"]), + ("ardvark", &["aardvark"]), + ("australianas", &["australians"]), + ("cruicble", &["crucible"]), + ("confrims", &["confirms"]), + ("mechisms", &["mechanisms"]), + ("fedility", &["fidelity"]), + ("parem", &["param"]), + ("racistes", &["racists"]), + ("tahnks", &["thanks"]), + ("boundimg", &["bounding"]), + ("penindg", &["pending"]), + ("jepoardy", &["jeopardy"]), + ("approch", &["approach"]), + ("spefifiers", &["specifiers"]), + ("specical", &["special"]), + ("uprades", &["upgrades"]), + ("cotrasfers", &["cotransfers"]), + ("extraterrestial", &["extraterrestrial"]), + ("curriculm", &["curriculum"]), + ("tranditional", &["transitional"]), + ("aequivalent", &["equivalent"]), + ("contins", &["contains"]), + ("recrooted", &["recruited"]), + ("insistente", &["insistence"]), + ("cahanged", &["changed"]), + ("allocting", &["allocating"]), + ("colummn", &["column"]), + ("colonialsim", &["colonialism"]), + ("depoy", &["deploy"]), + ("retcieve", &["receive", "retrieve"]), + ("dimesnions", &["dimensions"]), + ("demonstrabil", &["demonstrably"]), + ("optimizating", &["optimization"]), + ("assiciation", &["association"]), + ("tusedays", &["tuesdays"]), + ("definion", &["definition"]), + ("wednessay", &["wednesdays"]), + ("inlcine", &["incline"]), + ("opposits", &["opposites"]), + ("intolerace", &["intolerance"]), + ("unprone", &["unproven"]), + ("endeveres", &["endeavors"]), + ("resovles", &["resolves"]), + ("sanctionning", &["sanctioning"]), + ("discriminatie", &["discriminate"]), + ("immersie", &["immerse"]), + ("reuplodad", &["reupload", "reuploaded"]), + ("implememtations", &["implementations"]), + ("tradgic", &["tragic"]), + ("estbalishment", &["establishments", "establishment"]), + ("inappropriatelly", &["inappropriately"]), + ("conversationy", &["conservation"]), + ("funnilly", &["funnily"]), + ("compatabilty", &["compatibility"]), + ("superposer", &["superpowers"]), + ("atrittion", &["attrition"]), + ("haricut", &["haircut"]), + ("warningss", &["warnings"]), + ("mony", &["money"]), + ("perfroms", &["performs"]), + ("contibuted", &["contributed"]), + ("paragaraph", &["paragraph"]), + ("blackmsith", &["blacksmith"]), + ("powerfull", &["powerful"]), + ("veryified", &["verified"]), + ("narcissitic", &["narcissistic"]), + ("poitning", &["pointing"]), + ("prestigios", &["prestigious"]), + ("substanser", &["substances"]), + ("recoginse", &["recognise"]), + ("aldutery", &["adultery"]), + ("obseravtions", &["observations"]), + ("silhouwet", &["silhouette"]), + ("civalesation", &["civilisation"]), + ("mangetic", &["magnetic"]), + ("descrtiption", &["description"]), + ("expectaions", &["expectations"]), + ("inforced", &["enforced"]), + ("attemmpt", &["attempt"]), + ("initializaion", &["initialization"]), + ("moderatore", &["moderate"]), + ("conseat", &["conceit"]), + ("yrea", &["year"]), + ("fiel", &["feel", "field", "file", "phial"]), + ("uninitalises", &["uninitialises"]), + ("sepertator", &["separator"]), + ("airbrone", &["airborne"]), + ("hearthsone", &["hearthstone"]), + ("internatinalist", &["internationalist"]), + ("luandry", &["laundry"]), + ("membrance", &["membrane"]), + ("manipulare", &["manipulate"]), + ("recyling", &["recycling"]), + ("exproted", &["exported"]), + ("chizelle", &["chisel"]), + ("relcutantly", &["reluctantly"]), + ("fromtier", &["frontier"]), + ("deustchland", &["deutschland"]), + ("abstracer", &["abstracter"]), + ("methode", &["method"]), + ("onliene", &["online"]), + ("specificfation", &["specification"]), + ("zukeenees", &["zucchinis"]), + ("efficeintly", &["efficiently"]), + ("turnk", &["trunk", "turnkey", "turn"]), + ("communicaion", &["communication"]), + ("persuasivo", &["persuasion"]), + ("physcedelic", &["psychedelic"]), + ("dafault", &["default"]), + ("compuatation", &["computation"]), + ("varaiables", &["variables"]), + ("mathemetics", &["mathematics"]), + ("fourties", &["forties"]), + ("maritan", &["martian"]), + ("hamitlon", &["hamilton"]), + ("perpendiculaires", &["perpendicular"]), + ("exchanches", &["exchanges"]), + ("expliclity", &["explicitly"]), + ("markown", &["markdown"]), + ("distustingly", &["disgustingly"]), + ("billboars", &["billboards"]), + ("mthod", &["method"]), + ("hydratin", &["hydration"]), + ("researchs", &["researchers"]), + ("offisde", &["offside"]), + ("comtamination", &["contamination"]), + ("protagonistes", &["protagonists"]), + ("inplementations", &["implementations"]), + ("resulst", &["results"]), + ("invisblity", &["invisibility"]), + ("ediit", &["edit"]), + ("packege", &["package"]), + ("suffciently", &["sufficiently"]), + ("baout", &["about", "bout"]), + ("daugher", &["daughter"]), + ("simualtes", &["simulates"]), + ("phychologists", &["psychologists"]), + ("specifi", &["specific", "specify"]), + ("srings", &["strings"]), + ("counterpary", &["counterplay"]), + ("acccordingly", &["accordingly"]), + ("senario", &["scenario"]), + ("competitie", &["competitive"]), + ("positiveity", &["positivity"]), + ("opject", &["object"]), + ("athros", &["atheros"]), + ("excetptions", &["exceptions"]), + ("champinoship", &["championships"]), + ("undertanding", &["understanding"]), + ("repoistory", &["repository"]), + ("deviceremoveable", &["deviceremovable"]), + ("superstision", &["superstition"]), + ("refected", &["reflected"]), + ("responsaveis", &["responsive"]), + ("instructers", &["instructors"]), + ("sharpning", &["sharpening"]), + ("reaktivated", &["reactivated"]), + ("lannasters", &["lannisters"]), + ("trian", &["train", "trial"]), + ("initiatiator", &["initiator"]), + ("ceates", &["creates"]), + ("epsiodes", &["episodes"]), + ("underwar", &["underwater"]), + ("msssge", &["message"]), + ("commant", &["command", "comment"]), + ("prepented", &["prepended"]), + ("frquency", &["frequency"]), + ("armagedons", &["armageddons"]), + ("mecanism", &["mechanism"]), + ("recursivly", &["recursively"]), + ("compase", &["compares"]), + ("messgaed", &["messaged"]), + ("narcissisitic", &["narcissistic"]), + ("pressue", &["pressure"]), + ("pertrified", &["petrified"]), + ("complicare", &["complicate"]), + ("feals", &["feels"]), + ("knowledgebly", &["knowledgable"]), + ("expersions", &["expressions"]), + ("rackit", &["racket"]), + ("susceder", &["seceder"]), + ("wrtie", &["write"]), + ("threding", &["threading"]), + ("cylidner", &["cylinder"]), + ("assignalble", &["assignable"]), + ("mutliple", &["multiple"]), + ("logaritmic", &["logarithmic"]), + ("determinisitic", &["deterministic"]), + ("reaeched", &["reached"]), + ("handeles", &["handles"]), + ("tranditions", &["transitions"]), + ("karakoe", &["karaoke"]), + ("reperesented", &["represented"]), + ("reamined", &["remained"]), + ("absoluvely", &["absolutely"]), + ("renegotiote", &["renegotiate"]), + ("fineses", &["finesse"]), + ("tortise", &["tortoise"]), + ("degenracy", &["degeneracy"]), + ("auxillery", &["auxiliary"]), + ("experimmenters", &["experimenters"]), + ("fundamentalismo", &["fundamentals"]), + ("implicatie", &["implicit"]), + ("definetely", &["definitely"]), + ("repeticion", &["repetition"]), + ("recyles", &["recycles"]), + ("amercias", &["americas"]), + ("thermodyanmics", &["thermodynamics"]), + ("kubernetest", &["kubernetes"]), + ("incuded", &["included"]), + ("independens", &["independents"]), + ("pharmacs", &["pharmacist"]), + ("srot", &["sort"]), + ("oversubcribed", &["oversubscribed"]), + ("serverities", &["severities"]), + ("cralwed", &["crawled"]), + ("caffine", &["caffeine"]), + ("poltics", &["politics"]), + ("acknowldge", &["acknowledge"]), + ("phycisists", &["physicists"]), + ("arrangaeble", &["arrangeable"]), + ("aswage", &["assuage"]), + ("deines", &["defined", "defines", "denies"]), + ("experimentater", &["experimenter"]), + ("heighteen", &["eighteen"]), + ("procrestinating", &["procrastinating"]), + ("expresssion", &["expression"]), + ("reister", &["register"]), + ("weeving", &["weaving"]), + ("copmose", &["compose"]), + ("disscovery", &["discovery"]), + ("architectur", &["architecture"]), + ("efficieny", &["efficiency", "efficiently"]), + ("astiimation", &["estimation"]), + ("despirately", &["desperately"]), + ("extreem", &["extreme"]), + ("abstracor", &["abstractor"]), + ("tesed", &["used", "teased", "tested"]), + ("obtaioned", &["obtained"]), + ("chruches", &["churches"]), + ("obsucrity", &["obscurity"]), + ("sahre", &["share"]), + ("regulaters", &["regulators"]), + ("myslef", &["myself"]), + ("religeons", &["religions"]), + ("algorwwithms", &["algorithms"]), + ("veryfing", &["verifying"]), + ("monarkies", &["monarchies"]), + ("fileststem", &["filesystem"]), + ("subtitls", &["subtitles"]), + ("usefl", &["useful"]), + ("recreacion", &["recreation"]), + ("cratashous", &["cretaceous"]), + ("herculees", &["hercules"]), + ("expepects", &["expects"]), + ("orcales", &["oracles"]), + ("personmal", &["personal"]), + ("wonderwand", &["wonderland"]), + ("boslter", &["bolster"]), + ("pronuncuation", &["pronunciation"]), + ("disseration", &["dissertation"]), + ("copengagen", &["copenhagen"]), + ("editiing", &["editing"]), + ("magent", &["magenta", "magnet"]), + ("decrption", &["decryption"]), + ("bouyant", &["buoyant"]), + ("outuput", &["output"]), + ("technition", &["technician"]), + ("autonegotications", &["autonegotiations"]), + ("conbtrols", &["controls"]), + ("definitlely", &["definitely"]), + ("impelementation", &["implementation"]), + ("accomidations", &["accommodations"]), + ("pshycosis", &["psychosis"]), + ("algorithically", &["algorithmically"]), + ("specififed", &["specified"]), + ("extimations", &["estimations"]), + ("promiscious", &["promiscuous"]), + ("progresssion", &["progressions"]), + ("legalizaing", &["legalizing"]), + ("booundaries", &["boundaries"]), + ("explosiones", &["explosions"]), + ("qwessants", &["croissants"]), + ("enabing", &["enabling"]), + ("cahnnels", &["channels"]), + ("docuent", &["document"]), + ("foloowong", &["following"]), + ("coneccted", &["connected"]), + ("meatballls", &["meatballs"]), + ("clinicos", &["clinics"]), + ("permieter", &["perimeter"]), + ("orpahns", &["orphans"]), + ("ckecksum", &["checksum"]), + ("verfication", &["verification"]), + ("symptomps", &["symptoms"]), + ("sentance", &["sentence"]), + ("recocation", &["revocation"]), + ("obleekly", &["obliquely"]), + ("microcentro", &["microcenter"]), + ("promethous", &["prometheus"]), + ("prestigous", &["prestigious"]), + ("plastis", &["plastics"]), + ("implememetation", &["implementation"]), + ("captin", &["captain"]), + ("possibity", &["possibility"]), + ("supporte", &["supported", "supporter"]), + ("microtransacitons", &["microtransactions"]), + ("disadvatanges", &["disadvantages"]), + ("saskatchewn", &["saskatchewan"]), + ("shareholds", &["shareholders"]), + ("chioce", &["choice"]), + ("servoce", &["service"]), + ("pyschopathic", &["psychopathic"]), + ("atended", &["attended"]), + ("specificallly", &["specifically"]), + ("excesss", &["excess"]), + ("excectes", &["executes"]), + ("diamon", &["diamond"]), + ("hierchical", &["hierarchical"]), + ("ploynomials", &["polynomials"]), + ("sloted", &["slotted"]), + ("dinasour", &["dinosaur"]), + ("phsical", &["physical"]), + ("infinte", &["infinite"]), + ("dialectos", &["dialects"]), + ("demenor", &["demeanor"]), + ("mininize", &["minimize"]), + ("manuevers", &["maneuvers"]), + ("charcter", &["character"]), + ("accidential", &["accidental"]), + ("varifies", &["verifies"]), + ("distastful", &["distasteful"]), + ("harranging", &["arranging", "haranguing"]), + ("inconvertable", &["inconvertible"]), + ("rescedule", &["reschedule"]), + ("argumengs", &["arguments"]), + ("incentivare", &["incentive"]), + ("speficiallication", &["specification"]), + ("coverate", &["coverage"]), + ("anid", &["and"]), + ("accordlingly", &["accordingly"]), + ("curage", &["courage"]), + ("jeruselam", &["jerusalem"]), + ("forbiden", &["forbidden"]), + ("sleeped", &["slept"]), + ("nawshus", &["nauseous"]), + ("patition", &["partition"]), + ("imcompatible", &["incompatible"]), + ("setgit", &["setgid"]), + ("catepillars", &["caterpillars"]), + ("indivdual", &["individual"]), + ("easly", &["easily"]), + ("sesison", &["session"]), + ("traverlers", &["traverse"]), + ("dilpoma", &["diploma"]), + ("tentacel", &["tentacle"]), + ("satisfacion", &["satisfaction"]), + ("authenenticated", &["authenticated"]), + ("coreespond", &["correspond"]), + ("accelorated", &["accelerated"]), + ("deprecat", &["deprecated", "deprecate"]), + ("pachage", &["package"]), + ("reprehinsible", &["reprehensible"]), + ("spected", &["expected", "spectated"]), + ("sautays", &["sautés"]), + ("assumned", &["assumed"]), + ("accumalated", &["accumulated"]), + ("pactches", &["patches"]), + ("correctoin", &["correction"]), + ("crsytals", &["crystals"]), + ("backeneds", &["backends", "blackens"]), + ("prostitudes", &["prostitutes"]), + ("pleaee", &["please"]), + ("paragarph", &["paragraph"]), + ("critisize", &["criticize"]), + ("ostricized", &["ostracized"]), + ("obisdian", &["obsidian"]), + ("atheltics", &["athletics"]), + ("ponints", &["points"]), + ("bureaucratics", &["bureaucrats"]), + ("millsenconds", &["milliseconds"]), + ("earthquacks", &["earthquakes"]), + ("reigstering", &["registering"]), + ("solveing", &["solving"]), + ("coulumn", &["column", "coulomb"]), + ("souces", &["sources"]), + ("unavailiability", &["unavailability"]), + ("follwowing", &["following"]), + ("respectivily", &["respectively"]), + ("exaggarated", &["exaggerated"]), + ("puplisher", &["publisher"]), + ("placholder", &["placeholder"]), + ("tenanets", &["tenants"]), + ("tournemants", &["tournaments"]), + ("ggod", &["good"]), + ("electrisity", &["electricity"]), + ("availalable", &["available"]), + ("harasments", &["harassments"]), + ("assoction", &["association"]), + ("cessationalism", &["sensationalism"]), + ("obervation", &["observation"]), + ("slightl", &["slightly"]), + ("superstitiuos", &["superstitious"]), + ("depsawn", &["despawn"]), + ("bestialiy", &["bestiality"]), + ("accordiingly", &["accordingly"]), + ("boundaires", &["boundaries"]), + ("sacrifized", &["sacrificed"]), + ("uncorrolated", &["uncorrelated"]), + ("recahed", &["reached"]), + ("enduced", &["induced"]), + ("litterally", &["literally"]), + ("hashses", &["hashes"]), + ("confrentation", &["confrontation"]), + ("speciifer", &["specifier"]), + ("strwaberry", &["strawberry"]), + ("loign", &["login"]), + ("herslef", &["herself"]), + ("paragraphes", &["paragraphs"]), + ("oepration", &["operation"]), + ("optimisim", &["optimism"]), + ("evloved", &["evolved"]), + ("spetsific", &["specific"]), + ("entires", &["entries"]), + ("protectrons", &["protections"]), + ("beastiality", &["bestiality"]), + ("positons", &["positions", "positrons"]), + ("prominetly", &["prominently"]), + ("coefficents", &["coefficients"]), + ("masternind", &["mastermind"]), + ("bouund", &["bound"]), + ("diffreent", &["different"]), + ("perpitrator", &["perpetrator"]), + ("execures", &["executes"]), + ("inraged", &["enraged"]), + ("oscilations", &["oscillations"]), + ("nusiance", &["nuisance"]), + ("accros", &["across"]), + ("fashists", &["fascists"]), + ("assumptious", &["assumptions"]), + ("northereastern", &["northeastern"]), + ("compeat", &["compete"]), + ("snowballls", &["snowballs"]), + ("unepected", &["unexpected"]), + ("travestry", &["travesty"]), + ("compuslion", &["compulsion"]), + ("missonary", &["missionary"]), + ("fullfill", &["fulfill"]), + ("experimal", &["experimental"]), + ("unacceptible", &["unacceptable"]), + ("presever", &["preserve"]), + ("alterarion", &["alteration"]), + ("unrealiable", &["unreliable"]), + ("edditable", &["editable"]), + ("diserable", &["desirable"]), + ("orangers", &["oranges"]), + ("mormalize", &["normalize"]), + ("scritpt", &["script"]), + ("encycolpedias", &["encyclopedia"]), + ("inhabitans", &["inhabitants"]), + ("apprentie", &["apprentice"]), + ("justifed", &["justified"]), + ("tremenduous", &["tremendous"]), + ("serices", &["services", "series"]), + ("sycther", &["scyther"]), + ("fascinatinf", &["fascination"]), + ("steryotyping", &["stereotyping"]), + ("inhertied", &["inherited"]), + ("frops", &["drops"]), + ("obgect", &["object"]), + ("mentionned", &["mentioned"]), + ("trianglutaion", &["triangulation"]), + ( + "interations", + &["iterations", "interactions", "integrations"], + ), + ("internetts", &["internets"]), + ("perpetraters", &["perpetrators"]), + ("accessiblity", &["accessibility"]), + ("definte", &["definite", "define"]), + ("instantiatoins", &["instantiations"]), + ("aphabetical", &["alphabetical"]), + ("outupt", &["output"]), + ("cermaic", &["ceramic"]), + ("parokeel", &["parochial"]), + ("handshk", &["handshake"]), + ("critism", &["criticism"]), + ("dupliclated", &["duplicated"]), + ("dissambiguate", &["disambiguate"]), + ("disappiont", &["disappoint"]), + ("complext", &["complex", "complexity"]), + ("exproting", &["exporting"]), + ("intervies", &["interviews"]), + ("grizzlay", &["grizzly"]), + ("enviomental", &["environmental"]), + ("progresson", &["progression"]), + ("zealotus", &["zealots"]), + ("humanitatian", &["humanitarian"]), + ("toggeling", &["toggling"]), + ("studois", &["studios"]), + ("discoverd", &["discovered"]), + ("camouflauge", &["camouflage"]), + ("encyclepedia", &["encyclopedia"]), + ("devleop", &["develop"]), + ("autoconpletion", &["autocompletion"]), + ("compils", &["compiles"]), + ("arrangemenet", &["arrangement"]), + ("dinasours", &["dinosaurs"]), + ("terrotorial", &["territorial"]), + ("esitmate", &["estimate"]), + ("conesencus", &["consensus"]), + ("speficitation", &["specification"]), + ("idaes", &["ideas"]), + ("singelar", &["singular"]), + ("sopohmore", &["sophomore"]), + ("differnece", &["difference"]), + ("execuctor", &["executor"]), + ("selectin", &["selection", "selecting"]), + ("diffrerences", &["differences"]), + ("entraces", &["entrances"]), + ("reneagde", &["renegade"]), + ("threeshold", &["threshold"]), + ("assertting", &["asserting"]), + ("shtop", &["stop", "shop"]), + ("rigthfully", &["rightfully"]), + ("orienate", &["orientate", "orient", "ornate"]), + ("trottled", &["throttled", "trotted"]), + ("scheudler", &["scheduler"]), + ("ackowledge", &["acknowledge"]), + ("disgruntaled", &["disgruntled"]), + ("climats", &["climates"]), + ("distributore", &["distribute"]), + ("interstae", &["interstate"]), + ("shandeleers", &["chandeliers"]), + ("rougly", &["roughly"]), + ("impossibilty", &["impossibility"]), + ("middel", &["middle"]), + ("affrimative", &["affirmative"]), + ("evironments", &["environments"]), + ("spreadsheeds", &["spreadsheets"]), + ("businesss", &["businesses"]), + ("proprotional", &["proportional"]), + ("causioned", &["cautioned"]), + ("mutuxs", &["mutexes"]), + ("euphorical", &["euphoria"]), + ("transphoic", &["transphobic"]), + ("clhorine", &["chlorine"]), + ("vresion", &["version"]), + ("vulbearable", &["vulnerable"]), + ("experminentally", &["experimentally"]), + ("progresive", &["progressive"]), + ("pendig", &["pending"]), + ("transaltor", &["translator"]), + ("suble", &["subtle"]), + ("automaticall", &["automatically", "automatic"]), + ("amensty", &["amnesty"]), + ("genralizes", &["generalizes"]), + ("topologie", &["topology"]), + ("distributio", &["distributor"]), + ("pasrsed", &["parsed"]), + ("hopelessely", &["hopelessly"]), + ("michelline", &["michelle"]), + ("regiter", &["register"]), + ("breserk", &["berserk"]), + ("dissasociated", &["disassociated"]), + ("batlimore", &["baltimore"]), + ("corelates", &["correlates"]), + ("seuxalized", &["sexualized"]), + ("cleck", &["check"]), + ("pernamently", &["permanently"]), + ("dissconnect", &["disconnect"]), + ("canonicied", &["canonified"]), + ("troosso", &["trousseau"]), + ("autenticators", &["authenticators"]), + ("appreicating", &["appreciating"]), + ("partitons", &["partitions"]), + ("alliegance", &["allegiance"]), + ("reluctanly", &["reluctantly"]), + ("scroipting", &["scripting"]), + ("tempate", &["template"]), + ("mappeed", &["mapped"]), + ("aparatus", &["apparatus"]), + ("reulting", &["resulting"]), + ("inefficenty", &["inefficiently"]), + ("physcis", &["physics"]), + ("nuetral", &["neutral"]), + ("unsunscribe", &["unsubscribe"]), + ("finnisch", &["finnish"]), + ("southen", &["southern"]), + ("maintenaince", &["maintenance"]), + ("referenenced", &["referenced"]), + ("architetcure", &["architecture"]), + ("fith", &["fifth", "filth"]), + ("upgrads", &["upgrades"]), + ("acccepts", &["accepts"]), + ("depdendencies", &["dependencies"]), + ("percente", &["percentile"]), + ("funktion", &["function"]), + ("seperators", &["separators"]), + ("consisteny", &["consistency", "consistent"]), + ("cahes", &["caches"]), + ("astronuat", &["astronaut"]), + ("overwhelmingy", &["overwhelmingly"]), + ("comtains", &["contains"]), + ("includea", &["include"]), + ("reconciliates", &["reconciles"]), + ("spreedsheet", &["spreadsheet"]), + ("condenming", &["condemning"]), + ("charasmatic", &["charismatic"]), + ("guarented", &["guaranteed"]), + ("neighbarhoods", &["neighborhoods"]), + ("agnosticm", &["agnosticism"]), + ("normale", &["normal"]), + ("evalutes", &["evaluates"]), + ("suppporting", &["supporting"]), + ("relinqushment", &["relinquishment"]), + ("appoximation", &["approximation"]), + ("contast", &["contacts", "contrast", "contest"]), + ("overwheling", &["overwhelming"]), + ("fertalizer", &["fertilizer"]), + ("overhal", &["overhaul"]), + ("simplificaitons", &["simplifications"]), + ("millesecond", &["millisecond"]), + ("troglodites", &["troglodytes"]), + ("entitiy", &["entity"]), + ("algortismic", &["algorithmic"]), + ("poseesions", &["possessions"]), + ("forwared", &["forwarded", "forward"]), + ("traked", &["tracked"]), + ("connectivy", &["connectivity"]), + ("undefinied", &["undefined"]), + ("tsnuami", &["tsunami"]), + ("driagramming", &["diagramming"]), + ("cookoo", &["cuckoo"]), + ("hander", &["handler"]), + ("oridinary", &["ordinary"]), + ("farses", &["farces"]), + ("catpture", &["capture"]), + ("consuelling", &["counselling"]), + ("chatched", &["caught", "chatted"]), + ("pretentous", &["pretentious"]), + ("identiy", &["identify", "identity"]), + ("subsitututed", &["substituted"]), + ("fininsh", &["finnish"]), + ("createable", &["creatable"]), + ("computtaions", &["computations"]), + ("scrpit", &["script"]), + ("wholely", &["wholly"]), + ("neighbourhods", &["neighbourhoods"]), + ("esperate", &["separate"]), + ("traige", &["triage"]), + ("subcribe", &["subscribe"]), + ("unexpetcedly", &["unexpectedly"]), + ("distanse", &["distance"]), + ("excetpional", &["exceptional"]), + ("learnig", &["learning"]), + ("processd", &["process", "processed"]), + ("jurnales", &["journals"]), + ("universtiy", &["university"]), + ("aadded", &["added"]), + ("wouold", &["would"]), + ("disbaling", &["disabling"]), + ("successfulln", &["successful"]), + ("lushis", &["luscious"]), + ("dabase", &["database"]), + ("angirly", &["angrily"]), + ("decenders", &["descenders"]), + ("omnishiences", &["omnisciences"]), + ("exploted", &["explode"]), + ("revaildating", &["revalidating"]), + ("occaison", &["occasion"]), + ("insufficiant", &["insufficient"]), + ("gymanstics", &["gymnastics"]), + ("manal", &["manual"]), + ("ansesters", &["ancestors"]), + ("excludling", &["excluding"]), + ("cnfiguring", &["configuring"]), + ("unerlying", &["underlying"]), + ("annoymously", &["anonymously"]), + ("requsts", &["requests"]), + ("nashvillle", &["nashville"]), + ("shandeleer", &["chandelier"]), + ("industrualized", &["industrialized"]), + ("renegoations", &["renegotiations"]), + ("thic", &["this"]), + ("classrooom", &["classroom"]), + ("personalitys", &["personalities"]), + ("whill", &["while", "will"]), + ("tagret", &["target"]), + ("bodybuidling", &["bodybuilding"]), + ("distiguish", &["distinguish"]), + ("dependancey", &["dependency"]), + ("challeger", &["challenger"]), + ("oultiner", &["outliner"]), + ("complatness", &["completeness"]), + ("symmerty", &["symmetry"]), + ("threatment", &["treatment"]), + ("regulatios", &["regulators"]), + ("batsita", &["batista"]), + ("suppplied", &["supplied"]), + ("purpusefully", &["purposefully"]), + ("searcheable", &["searchable"]), + ("docuhebag", &["douchebag"]), + ("coachig", &["coaching"]), + ("misspellt", &["misspelt"]), + ("endevours", &["endeavours"]), + ("asendency", &["ascendency"]), + ("collecton", &["collection"]), + ("thearding", &["threading"]), + ("expemts", &["exempts"]), + ("failiver", &["failover"]), + ("diffferently", &["differently"]), + ("descritpions", &["descriptions"]), + ("cliuent", &["client"]), + ("resapwn", &["respawn"]), + ("cunting", &["counting", "hunting"]), + ("pedophilie", &["pedophile"]), + ("exitation", &["excitation"]), + ("inmigrant", &["immigrant"]), + ("bugus", &["bogus"]), + ("uppler", &["upper"]), + ("aggreations", &["aggregations"]), + ("whilsting", &["whistling"]), + ("progammers", &["programmers"]), + ("contraints", &["constraints"]), + ("adolecent", &["adolescent"]), + ("analitically", &["analytically"]), + ("subtitel", &["subtitle"]), + ("locationes", &["locations"]), + ("idiosynchrasy", &["idiosyncrasy"]), + ("profesionally", &["professionally"]), + ("templarios", &["templars"]), + ("vibratr", &["vibrator"]), + ("actzal", &["actual"]), + ("warinig", &["warning"]), + ("vertieces", &["vertices"]), + ("transmisions", &["transmission"]), + ("releatd", &["related"]), + ("transplate", &["transplant"]), + ("sciript", &["script"]), + ("tranport", &["transport"]), + ("trackes", &["trackers"]), + ("useage", &["usage"]), + ("mandarion", &["mandarin"]), + ("pyhthon", &["python"]), + ("blackslashes", &["backslashes"]), + ("sociopats", &["sociopaths"]), + ("enivronment", &["environment"]), + ("ovewriting", &["overwriting"]), + ("cahced", &["cached"]), + ("udate", &["update"]), + ("unrealisitic", &["unrealistic"]), + ("nonexistance", &["nonexistence"]), + ("arguemtn", &["argument"]), + ("simualtor", &["simulator"]), + ("aadd", &["add"]), + ("progarmability", &["programmability"]), + ("recconet", &["reconnect"]), + ("ahve", &["have"]), + ("renegosiable", &["renegotiable"]), + ("runtimr", &["runtime"]), + ("docmuneted", &["documented"]), + ("acquisation", &["acquisition"]), + ("bechmarking", &["benchmarking"]), + ("lablel", &["label"]), + ("oilgarchy", &["oligarchy"]), + ("freze", &["freeze"]), + ("nrtwork", &["network"]), + ("timoeut", &["timeout"]), + ("authenciation", &["authentication"]), + ("recconetions", &["reconnections"]), + ("situaions", &["situations"]), + ("strores", &["stores"]), + ("modifid", &["modified"]), + ("rearrangted", &["rearranged"]), + ("dicationary", &["dictionary"]), + ("direcories", &["directories"]), + ("mediocraty", &["mediocrity"]), + ("receet", &["receipt"]), + ("owerflowed", &["overflowed"]), + ("reevalute", &["reevaluate"]), + ("diselect", &["deselect"]), + ("orgnization", &["organization"]), + ("calculattion", &["calculation"]), + ("verfifier", &["verifier"]), + ("deragotory", &["derogatory"]), + ("throwgh", &["through"]), + ("statmenmt", &["statement"]), + ("collectoin", &["collections"]), + ("argumemnts", &["arguments"]), + ("licenes", &["license"]), + ("rearrane", &["rearrange"]), + ("acceptabel", &["acceptable"]), + ("crirical", &["critical"]), + ("enveloppe", &["envelope"]), + ("contrete", &["concrete"]), + ("neuralogical", &["neurological"]), + ("desactivated", &["deactivated"]), + ("heacy", &["heavy"]), + ("propagtion", &["propagation"]), + ("instrumeneted", &["instrumented"]), + ("simliarity", &["similarity"]), + ("quatratic", &["quadratic"]), + ("anulled", &["annulled"]), + ("incompatibale", &["incompatible"]), + ("iluminate", &["illuminate"]), + ("acquiess", &["acquiesce"]), + ("elligible", &["eligible"]), + ("geoemtry", &["geometry"]), + ("hability", &["ability"]), + ("sketchs", &["sketches"]), + ("labbels", &["labels"]), + ("implantase", &["implants"]), + ("grooup", &["group"]), + ("reconenct", &["reconnect"]), + ("callibri", &["calibri"]), + ("appoinment", &["appointment"]), + ("acknoledges", &["acknowledges"]), + ("chagne", &["change"]), + ("pervailing", &["prevailing"]), + ("benedicat", &["benedict"]), + ("cholrine", &["chlorine"]), + ("misssing", &["missing"]), + ("ukrainias", &["ukrainians"]), + ("refertenced", &["referenced"]), + ("summmarized", &["summarized"]), + ("conplete", &["complete"]), + ("subnegociations", &["subnegotiations"]), + ("authencicate", &["authenticate"]), + ("icelings", &["ceilings"]), + ("campaiging", &["campaigning"]), + ("orthognal", &["orthogonal"]), + ("shoudn", &["shouldn"]), + ("craceless", &["graceless"]), + ("aquaints", &["acquaints"]), + ("kryptinite", &["kryptonite"]), + ("mutuallly", &["mutually"]), + ("specic", &["specific"]), + ("oveflowed", &["overflowed"]), + ("unxpected", &["unexpected"]), + ("liberalim", &["liberalism"]), + ("consequenses", &["consequences"]), + ("workfow", &["workflow"]), + ("withing", &["within"]), + ("promots", &["promotes"]), + ("mmonitoring", &["monitoring"]), + ("stealthly", &["stealthy"]), + ("coordingate", &["coordinate"]), + ("comversion", &["conversion"]), + ("selecction", &["selection"]), + ("spoacing", &["spacing"]), + ("literatute", &["literate"]), + ("meassuring", &["measuring"]), + ("aas", &["as", "ass"]), + ("princliple", &["principle"]), + ("reisntalling", &["reinstalling"]), + ("opne", &["open"]), + ("motherboads", &["motherboards"]), + ("clsoing", &["closing"]), + ("consultato", &["consultation"]), + ("homogenes", &["homogeneous"]), + ("cimpiler", &["compiler"]), + ("ogerish", &["ogreish"]), + ("recalcution", &["recalculation"]), + ("closly", &["closely"]), + ("successfuly", &["successfully"]), + ("repition", &["repetition"]), + ("angshusness", &["anxiousness"]), + ("resistans", &["resistances"]), + ("adolescance", &["adolescence"]), + ("workaroumd", &["workaround"]), + ("recived", &["received"]), + ("possably", &["possibly"]), + ("recursevily", &["recursively"]), + ("relicate", &["replicate", "relocate"]), + ("povided", &["provided"]), + ("aqueus", &["aqueous"]), + ("historisch", &["historic"]), + ("missclassified", &["misclassified"]), + ("entquires", &["enquires"]), + ("wel", &["well"]), + ("throught", &["thought", "through", "throughout"]), + ("ubutunu", &["ubuntu"]), + ("mecahnisms", &["mechanisms"]), + ("segragated", &["segregated"]), + ("ocuntries", &["countries"]), + ("contradicitons", &["contradictions"]), + ("expericing", &["experiencing"]), + ("trnsfered", &["transferred"]), + ("disscussions", &["discussions"]), + ("interveneing", &["intervening"]), + ("ingnoring", &["ignoring"]), + ("welathy", &["wealthy"]), + ("drakest", &["darkest"]), + ("rised", &["raised", "rose"]), + ("collegues", &["colleagues"]), + ("intializaze", &["initialize"]), + ("annoucnes", &["announces"]), + ("withot", &["without"]), + ("folllowing", &["following"]), + ("invisisble", &["invisible"]), + ("qaulifications", &["qualification"]), + ("damanged", &["damaged"]), + ("tranposes", &["transposes"]), + ("delgate", &["delegate"]), + ("jpng", &["png", "jpg", "jpeg"]), + ("joanthan", &["jonathan"]), + ("antaliasing", &["antialiasing"]), + ("ulterations", &["alterations"]), + ("varieity", &["variety"]), + ("feilding", &["fielding"]), + ("signficant", &["significant"]), + ("rivarly", &["rivalry"]), + ("photograpical", &["photographical"]), + ("hystera", &["hysteria"]), + ("orangatangs", &["orangutangs"]), + ("compositie", &["composite"]), + ("branchs", &["branches"]), + ("caridgan", &["cardigan"]), + ("intamite", &["intimate"]), + ("solfs", &["solves"]), + ("reatil", &["retail"]), + ("backgrund", &["background"]), + ("algorgithm", &["algorithm"]), + ("contribtes", &["contributes"]), + ("chekd", &["checked"]), + ("tempatized", &["templatized"]), + ("prerequisities", &["prerequisite", "prerequisites"]), + ("daplicating", &["duplicating"]), + ("inbracing", &["embracing"]), + ("interseted", &["interested"]), + ("reseptionist", &["receptionist"]), + ("motehrboard", &["motherboard"]), + ("dimensionnal", &["dimensional"]), + ("sensable", &["sensible"]), + ("devirutalization", &["devirtualization"]), + ("determinse", &["determines"]), + ("unfortunalty", &["unfortunately"]), + ("fomats", &["formats"]), + ("recommpiled", &["recompiled"]), + ("lincolon", &["lincoln"]), + ("sedn", &["send"]), + ("espacially", &["especially"]), + ("impelementing", &["implementing"]), + ("soltuions", &["solutions"]), + ("impementation", &["implementation"]), + ("ressembling", &["resembling"]), + ("innoucous", &["innocuous"]), + ("flaged", &["flagged"]), + ("modyfying", &["modifying"]), + ("modifled", &["modified"]), + ("alchemey", &["alchemy"]), + ("cotave", &["octave"]), + ("frustartion", &["frustrations"]), + ("metafata", &["metadata"]), + ("implausibile", &["implausible"]), + ("contributeurs", &["contributes"]), + ("implamented", &["implemented"]), + ("irreverant", &["irrelevant"]), + ("ocuntry", &["country"]), + ("deserialzed", &["deserialized"]), + ("incarcelated", &["incarcerated"]), + ("rfeturned", &["returned"]), + ("godlfish", &["goldfish"]), + ("reudction", &["reduction"]), + ("probablies", &["probable"]), + ("actauly", &["actually"]), + ("unliaterally", &["unilaterally"]), + ("rollercoaters", &["rollercoaster"]), + ("keyboad", &["keyboard"]), + ("domecrat", &["democrat"]), + ("objectivly", &["objectively"]), + ("sunglassses", &["sunglasses"]), + ("cooridates", &["coordinates"]), + ("neigbor", &["neighbor"]), + ("dominantion", &["domination"]), + ("unchached", &["uncached"]), + ("uplfiting", &["uplifting"]), + ("anonimized", &["anonymized"]), + ("provding", &["providing"]), + ("tigth", &["tight"]), + ("psychologicaly", &["psychologically"]), + ("recievs", &["receives"]), + ("exceptipn", &["exception"]), + ("sepetarors", &["separators"]), + ("trapeziod", &["trapezoid"]), + ("preaprooved", &["preapproved"]), + ("atrocitites", &["atrocities"]), + ("atmopshere", &["atmosphere"]), + ("detalied", &["detailed"]), + ("peroperly", &["properly"]), + ("unreacahable", &["unreachable"]), + ("intership", &["internship"]), + ("corosponds", &["corresponds"]), + ("spefiififer", &["specifier"]), + ("daa", &["data"]), + ("progresing", &["progressing"]), + ("jurny", &["journey"]), + ("wnet", &["went"]), + ("alterately", &["alternately"]), + ("heavyweigt", &["heavyweight"]), + ("coponents", &["components"]), + ("polymino", &["polyomino"]), + ("retieving", &["retrieving"]), + ("timout", &["timeout"]), + ("creaate", &["create"]), + ("coalleence", &["coalescence"]), + ("asembler", &["assembler"]), + ("internt", &["internet"]), + ("acitivation", &["activation"]), + ("refferes", &["refers", "referees"]), + ("depandent", &["dependent"]), + ("trushworthy", &["trustworthy"]), + ("unbouind", &["unbound"]), + ("couseling", &["counseling"]), + ("cootdinate", &["coordinate"]), + ("intecepting", &["intercepting"]), + ("rondayvoo", &["rendezvous"]), + ("diableld", &["disabled"]), + ("ignroed", &["ignored"]), + ("dstinations", &["destinations"]), + ("califorina", &["california"]), + ("spammare", &["spammer"]), + ("humiliatin", &["humiliation"]), + ("superbock", &["superblock"]), + ("commandoes", &["commandos"]), + ("addied", &["added"]), + ("repeate", &["repeat"]), + ("instane", &["instance"]), + ("appoximately", &["approximately"]), + ("optionallly", &["optionally"]), + ("mecahnically", &["mechanically"]), + ("tqrget", &["target"]), + ("regulae", &["regulate"]), + ("behavorial", &["behavioral"]), + ("communisits", &["communists"]), + ("elimate", &["eliminate"]), + ("dependet", &["dependent"]), + ("standartisator", &["standardiser"]), + ("libray", &["library"]), + ("prefernec", &["preference"]), + ("tangeant", &["tangent"]), + ("ubunutu", &["ubuntu"]), + ("deinitailse", &["deinitialise"]), + ("folowiwng", &["following"]), + ("prostituye", &["prostitute"]), + ("obvoiusly", &["obviously"]), + ("eloctrolytes", &["electrolytes"]), + ("sympathsize", &["sympathize"]), + ("corporativo", &["corporation"]), + ("insensitve", &["insensitive"]), + ("pallete", &["palette"]), + ("absoliutely", &["absolutely"]), + ("deserialsie", &["deserialise"]), + ("mutipl", &["multiple", "multiply"]), + ("speciefied", &["specified"]), + ("taryvon", &["trayvon"]), + ("dupliactes", &["duplicates"]), + ("lightheared", &["lighthearted"]), + ("eveything", &["everything"]), + ("watermalon", &["watermelon"]), + ("protcool", &["protocol"]), + ("distruction", &["destruction"]), + ("questionare", &["questionnaire"]), + ("phenomenom", &["phenomenon"]), + ("appliction", &["application"]), + ("htem", &["them"]), + ("acuqire", &["acquire"]), + ("brefore", &["before"]), + ("sypport", &["support"]), + ("motorcyles", &["motorcycles"]), + ("ivolving", &["involving", "evolving"]), + ("abriviate", &["abbreviate"]), + ("renegoitations", &["renegotiations"]), + ("opearitons", &["operations"]), + ("cercumstance", &["circumstance"]), + ("tekst", &["text"]), + ("recipent", &["recipient"]), + ("varoius", &["various"]), + ("assoceated", &["associated"]), + ("follod", &["followed"]), + ("proccessors", &["processors"]), + ("unicors", &["unicorns"]), + ("theroist", &["theorist"]), + ("ontainging", &["containing"]), + ("wnats", &["wants"]), + ("ligthing", &["lighting"]), + ("langugue", &["language"]), + ("menue", &["menu"]), + ("thermometor", &["thermometer"]), + ("execustions", &["executions"]), + ("suspenso", &["suspension"]), + ("bisines", &["business"]), + ("thiestic", &["theistic"]), + ("adderted", &["asserted"]), + ("publihsed", &["published"]), + ("conveted", &["converted"]), + ("attmept", &["attempt"]), + ("porgrams", &["programs"]), + ("anaylzes", &["analyzes"]), + ("localy", &["locally"]), + ("languares", &["languages"]), + ("venezuelean", &["venezuela"]), + ("compears", &["compares"]), + ("ediges", &["edges"]), + ("alwaty", &["always"]), + ("arived", &["arrived"]), + ("ser", &["set"]), + ("circuitery", &["circuitry"]), + ("inclding", &["including"]), + ("initializeing", &["initializing"]), + ("ofcoure", &["ofcourse"]), + ("backdor", &["backdoor"]), + ("trigerred", &["triggered"]), + ("matinay", &["matinee"]), + ("criteriom", &["criterion"]), + ("aretmis", &["artemis"]), + ("mayu", &["may"]), + ("unompress", &["uncompress"]), + ("gagdets", &["gadgets"]), + ("officail", &["official"]), + ("reudces", &["reduces"]), + ("emtpiness", &["emptiness"]), + ("compunation", &["computation"]), + ("suggetsing", &["suggesting"]), + ("orgamise", &["organise"]), + ("preffixes", &["prefixes"]), + ("addressses", &["addresses"]), + ("artifactig", &["artifacting"]), + ("religioners", &["religions"]), + ("incomprihensible", &["incomprehensible"]), + ("anaylses", &["analyses"]), + ("privilage", &["privilege"]), + ("supramacist", &["supremacist"]), + ("adevnture", &["adventure"]), + ("preferes", &["prefers"]), + ("infrequantcy", &["infrequency"]), + ("appreteate", &["appreciate"]), + ("mathimatic", &["mathematic"]), + ("relevabt", &["relevant"]), + ("plas", &["plays"]), + ("midevil", &["medieval"]), + ("cannont", &["cannot"]), + ("depdendant", &["dependant"]), + ("misteeks", &["mystiques"]), + ("probablility", &["probability"]), + ("conrrespondence", &["correspondence"]), + ("afforadble", &["affordable"]), + ("differantiate", &["differentiate"]), + ("devored", &["devoted", "devoured"]), + ("parana", &["piranha"]), + ("charatcer", &["character"]), + ("complacant", &["complacent"]), + ("steriotyping", &["stereotyping"]), + ("midponts", &["midpoints"]), + ("speficitication", &["specification"]), + ("folowwing", &["following"]), + ("towords", &["towards"]), + ("cretated", &["created"]), + ("acccession", &["accession"]), + ("transending", &["transcending"]), + ("campaignes", &["campaigns"]), + ("disgned", &["designed"]), + ("notificacion", &["notification"]), + ("texutres", &["textures"]), + ("australa", &["australian"]), + ("noticeabley", &["noticeably"]), + ("renegotaties", &["renegotiates"]), + ("unchallengable", &["unchallengeable"]), + ("sanbdox", &["sandbox"]), + ("quew", &["queue"]), + ("coule", &["could"]), + ("subsitutuents", &["substituents"]), + ("spacified", &["specified"]), + ("inclusinve", &["inclusive"]), + ("cleverleys", &["cleverly"]), + ("consideratie", &["considerate"]), + ("rceating", &["creating"]), + ("pririty", &["priority", "privity"]), + ("accummulating", &["accumulating"]), + ("reloactes", &["relocates"]), + ("explan", &["explain"]), + ("rectangluar", &["rectangular"]), + ("replentished", &["replenished"]), + ("acend", &["ascend"]), + ("indes", &["index"]), + ("xode", &["code", "xcode"]), + ("extendes", &["extends"]), + ("jaguards", &["jaguars"]), + ("strawbarry", &["strawberry"]), + ("phylosophically", &["philosophically"]), + ("dereferance", &["dereference"]), + ("cainster", &["canister"]), + ("externel", &["external"]), + ("protocls", &["protocols"]), + ("depenedent", &["dependent"]), + ("getoject", &["getobject"]), + ("intersecrion", &["intersection"]), + ("ignorgig", &["ignoring"]), + ("cerifying", &["certifying", "verifying"]), + ("netowrk", &["network"]), + ("civalizations", &["civilizations"]), + ("compuations", &["computations"]), + ("homosexualtiy", &["homosexuality"]), + ("differents", &["different", "difference"]), + ("anxiuosness", &["anxiousness"]), + ("follfowind", &["following"]), + ("dicretion", &["discretion"]), + ("custoner", &["customer"]), + ("persectuion", &["persecution"]), + ("algorythm", &["algorithm"]), + ("sytnax", &["syntax"]), + ("desig", &["design"]), + ("recommand", &["recommend"]), + ("continging", &["containing"]), + ("singools", &["singles", "signals"]), + ("envleope", &["envelope"]), + ("rebulit", &["rebuilt"]), + ("totorial", &["tutorial"]), + ("corasir", &["corsair"]), + ("casltes", &["castles"]), + ("shenadigans", &["shenanigans"]), + ("similiair", &["similar"]), + ("vewiership", &["viewership"]), + ("previouse", &["previous"]), + ("seaonal", &["seasonal"]), + ("discriptors", &["descriptors"]), + ("odasees", &["odysseys"]), + ("continuosly", &["continuously"]), + ("egpytians", &["egyptians"]), + ("picknicks", &["picnics"]), + ("sovereignity", &["sovereignty"]), + ("otehrwice", &["otherwise"]), + ("frustrasted", &["frustrates"]), + ("rimanisser", &["reminiscer"]), + ("transgengered", &["transgendered"]), + ("sohpomore", &["sophomore"]), + ("dyas", &["dryas"]), + ("configuratoins", &["configurations"]), + ("physcopaths", &["psychopaths"]), + ("expolde", &["explode"]), + ("laucnhers", &["launchers"]), + ("powerfisting", &["powerlifting"]), + ("reqiures", &["requires"]), + ("serailse", &["serialise"]), + ("maesure", &["measure"]), + ("acccessing", &["accessing"]), + ("sensitivitiy", &["sensitivity"]), + ("experamented", &["experimented"]), + ("surrrogate", &["surrogate"]), + ("ignorrg", &["ignoring"]), + ("terminoloy", &["terminology"]), + ("misinterprented", &["misinterpret"]), + ("ehich", &["which"]), + ("charistics", &["characteristics"]), + ("vecors", &["vectors"]), + ("stiring", &["stirring"]), + ("spawnig", &["spawning"]), + ("sigal", &["signal", "sigil"]), + ("settigs", &["settings"]), + ("instealled", &["installed"]), + ("participatd", &["participant"]), + ("miges", &["midges"]), + ("refertences", &["references"]), + ("repsonds", &["responds"]), + ("psydonymity", &["pseudonymity"]), + ("poperties", &["properties"]), + ("prescribtions", &["prescriptions"]), + ("apon", &["upon", "apron"]), + ("pharamcy", &["pharmacy"]), + ("bindins", &["bindings"]), + ("coucil", &["council"]), + ("invidually", &["individually"]), + ("uncarefull", &["uncareful"]), + ("reletnless", &["relentless"]), + ("asain", &["asian"]), + ("encarceration", &["incarceration"]), + ("montanous", &["mountainous"]), + ("spefiications", &["specifications"]), + ("interrested", &["interested"]), + ("requeueing", &["requeuing"]), + ("aanother", &["another"]), + ("shanges", &["changes"]), + ("immediatedly", &["immediately"]), + ("economisiti", &["economist"]), + ("processess", &["processes"]), + ("amphetamenes", &["amphetamines"]), + ("diration", &["duration"]), + ("stroner", &["stronger"]), + ("initalness", &["initialness"]), + ("reallocaiton", &["reallocation"]), + ("schizophreniiic", &["schizophrenic"]), + ("baclony", &["balcony"]), + ("reconstrucion", &["reconstruction"]), + ("remainging", &["remaining"]), + ("sercived", &["serviced"]), + ("inherintly", &["inherently"]), + ("battey", &["battery"]), + ("malfucntions", &["malfunction"]), + ("phsyique", &["physique"]), + ("methd", &["method"]), + ("perssiuos", &["precious"]), + ("compataible", &["compatible"]), + ("imaginacion", &["imagination"]), + ("pard", &["part"]), + ("snaphot", &["snapshot"]), + ("disrispect", &["disrespect"]), + ("aunthenticators", &["authenticators"]), + ("pundent", &["pundit"]), + ("discrimnator", &["discriminator"]), + ("asnwerers", &["answerers"]), + ("apreteating", &["appreciating"]), + ("strenghtened", &["strengthened"]), + ("roiginating", &["originating"]), + ("htacccess", &["htaccess"]), + ("acatemy", &["academy"]), + ("intimadated", &["intimidated"]), + ("disapporved", &["disapproved"]), + ("treates", &["treats"]), + ("messeage", &["message"]), + ("beter", &["better"]), + ("humiditiy", &["humidity"]), + ("neighbot", &["neighbor"]), + ("cretators", &["creators"]), + ("uninitialzes", &["uninitializes"]), + ("corespondence", &["correspondence"]), + ("niether", &["neither"]), + ("manufactored", &["manufactured"]), + ("cheerleeders", &["cheerleaders"]), + ("assicating", &["associating"]), + ("inhertig", &["inheriting", "inherited"]), + ("emergencias", &["emergencies"]), + ("shenanigangs", &["shenanigans"]), + ("exonorate", &["exonerate"]), + ("speficiallic", &["specific"]), + ("synchonize", &["synchronize"]), + ("becoms", &["becomes"]), + ("relentlessely", &["relentlessly"]), + ("regualtions", &["regulations"]), + ("commmenting", &["commenting"]), + ("cruciaal", &["crucial"]), + ("jusridiction", &["jurisdiction"]), + ("ogrilla", &["gorilla"]), + ("substititions", &["substitutions"]), + ("turntabe", &["turntable"]), + ("delting", &["deleting"]), + ("experimally", &["experimentally"]), + ("headquarer", &["headquarter"]), + ("condesend", &["condensed"]), + ("popultaion", &["populations"]), + ("exclusivty", &["exclusivity"]), + ("coallates", &["collates"]), + ("feild", &["field"]), + ("barlkey", &["barkley"]), + ("sixtin", &["sistine", "sixteen"]), + ("comressing", &["compressing"]), + ("omision", &["omission"]), + ("fasterner", &["fastener"]), + ("insertin", &["inserting"]), + ("leeg", &["league"]), + ("heuristc", &["heuristic"]), + ("summmarised", &["summarised"]), + ("attachted", &["attached"]), + ("disproportionatly", &["disproportionately"]), + ("valulations", &["valuations"]), + ("antibiodics", &["antibiotics"]), + ("provences", &["provinces"]), + ("maylasia", &["malaysia"]), + ("interlectually", &["intellectually"]), + ("santiation", &["sanitation"]), + ("compatatible", &["compatible"]), + ("unanymously", &["unanimously"]), + ("descrepancy", &["discrepancy"]), + ("interpretad", &["interpreted"]), + ("ternament", &["tournament"]), + ("criticas", &["critics"]), + ("intalling", &["installing"]), + ("congratualtions", &["congratulations"]), + ("speciatly", &["specialty"]), + ("scriptus", &["scripts"]), + ("reundantly", &["redundantly"]), + ("neumonectomy", &["pneumonectomy"]), + ("affintiy", &["affinity"]), + ("workaroud", &["workaround"]), + ("airplans", &["airplanes"]), + ("complience", &["compliance"]), + ("substansen", &["substances"]), + ("vamipres", &["vampires"]), + ("blegian", &["belgian"]), + ("birght", &["bright"]), + ("avove", &["above"]), + ("industy", &["industry"]), + ("explenatory", &["explanatory"]), + ("accortind", &["according"]), + ("correspnding", &["corresponding"]), + ("misinterept", &["misinterpret"]), + ("backwars", &["backward", "backwards"]), + ("commmunicating", &["communicating"]), + ("adaper", &["adapter"]), + ("singl", &["single"]), + ("overwhlemed", &["overwhelmed"]), + ("prasies", &["praises"]), + ("crystalisation", &["crystallisation"]), + ("wikpedia", &["wikipedia"]), + ("implimentions", &["implementations"]), + ("startd", &["started"]), + ("scandianvian", &["scandinavian"]), + ("perisisted", &["persisted"]), + ("sortner", &["sorter"]), + ("confings", &["configs", "confines"]), + ("featched", &["fetched"]), + ("immsersively", &["immersively"]), + ("addding", &["adding"]), + ("restord", &["restored"]), + ("intolorant", &["intolerant"]), + ("explcit", &["explicit"]), + ("attriutes", &["attributes"]), + ("qests", &["quests"]), + ("betwwen", &["between"]), + ("unaviodable", &["unavoidable"]), + ("reachs", &["reaches"]), + ("bttr", &["better"]), + ("slect", &["select"]), + ("hradwares", &["hardwares"]), + ("heros", &["heroes"]), + ("shaneal", &["chenille"]), + ("tolerences", &["tolerances"]), + ("unconcious", &["unconscious"]), + ("recrutied", &["recruited"]), + ("dissimiliarly", &["dissimilarly"]), + ("opreations", &["operations"]), + ("chimeny", &["chimney"]), + ("sawtay", &["sauté"]), + ("penninsula", &["peninsula"]), + ("knowledgebale", &["knowledgable"]), + ("stockpilled", &["stockpile"]), + ("horinzontal", &["horizontal"]), + ("dchp", &["dhcp"]), + ("ahed", &["ahead"]), + ("procrascinating", &["procrastinating"]), + ("motherborad", &["motherboard"]), + ("mutatations", &["mutations"]), + ("statuline", &["statusline"]), + ("jurisidctions", &["jurisdictions"]), + ("frivilously", &["frivolously"]), + ("unessecarry", &["unnecessary"]), + ("photograpic", &["photographic"]), + ("cincinnnati", &["cincinnati"]), + ("sepeate", &["separate"]), + ("delviered", &["delivered"]), + ("overfowing", &["overflowing"]), + ("inventer", &["inventor"]), + ("gauntelt", &["gauntlet"]), + ("workspsaces", &["workspaces"]), + ("soundtrak", &["soundtrack"]), + ("encrpyted", &["encrypted"]), + ("ignortig", &["ignoring"]), + ("probabalistic", &["probabilistic"]), + ("continuuing", &["continuing"]), + ("corruptd", &["corrupted"]), + ("activstes", &["activates"]), + ("stabillity", &["stability"]), + ("refartoring", &["refactoring", "refractoring"]), + ("instutution", &["institution"]), + ("retreaving", &["retrieving"]), + ("logisticly", &["logistical"]), + ("downstiars", &["downstairs"]), + ("ssociate", &["associate"]), + ("unspeficitifed", &["unspecified"]), + ("guarnate", &["guarantee"]), + ("environtment", &["environment"]), + ("enocders", &["encoders"]), + ("synchonising", &["synchronising"]), + ("battlefont", &["battlefront"]), + ("pastery", &["pastry"]), + ("miluwakee", &["milwaukee"]), + ("promted", &["prompted", "promoted"]), + ("konckback", &["knockback"]), + ("subystem", &["subsystem"]), + ("deserializazion", &["deserialization"]), + ("preferabbly", &["preferably"]), + ("expeects", &["expects"]), + ("checkalaises", &["checkaliases"]), + ("cinimatography", &["cinematography"]), + ("alwaus", &["always"]), + ("thaught", &["taught", "thought"]), + ("teloportation", &["teleportation"]), + ("malplaced", &["misplaced"]), + ("oreintal", &["oriental"]), + ("sliseshow", &["slideshow"]), + ("impoving", &["improving"]), + ("dowrd", &["dword"]), + ("initaled", &["initialed"]), + ("ipmrovements", &["improvements"]), + ("invesitgating", &["investigating"]), + ("drasticlly", &["drastically"]), + ("potencial", &["potential"]), + ("ressource", &["resource"]), + ("spaeced", &["spaced"]), + ("unwrritten", &["unwritten"]), + ("acquisiton", &["acquisition"]), + ("amealearate", &["ameliorate"]), + ("prospertiy", &["prosperity"]), + ("suseptable", &["susceptible"]), + ("rythmic", &["rhythmic"]), + ("icrement", &["increment"]), + ("littlefigner", &["littlefinger"]), + ("sceanrio", &["scenario"]), + ("embarressing", &["embarrassing"]), + ("evalution", &["evaluation", "evolution"]), + ("monrachy", &["monarchy"]), + ("declartiuve", &["declarative"]), + ("rightoues", &["righteous"]), + ("perpetue", &["perpetuate"]), + ("culller", &["culler"]), + ("converions", &["conversions"]), + ("admisible", &["admissible"]), + ("iornman", &["ironman"]), + ("cimptumatically", &["symptomatically"]), + ("absoluute", &["absolute"]), + ("sectin", &["section"]), + ("legitamate", &["legitimate"]), + ("classroms", &["classrooms"]), + ("executuion", &["execution"]), + ("skurged", &["scourged"]), + ("renderering", &["rendering"]), + ("accoringly", &["accordingly"]), + ("raptores", &["raptors"]), + ("queuable", &["queueable"]), + ("initiailized", &["initialized"]), + ("partonizing", &["patronizing"]), + ("hydrolic", &["hydraulic"]), + ("secrest", &["secrets"]), + ("fashons", &["fashions"]), + ("demonished", &["demolished"]), + ("annihliated", &["annihilated"]), + ("superstituous", &["superstitious"]), + ("philosophios", &["philosophies"]), + ("breks", &["breaks"]), + ("finde", &["find"]), + ("correspondances", &["correspondences"]), + ("immitator", &["imitator"]), + ("depricate", &["deprecate"]), + ("implent", &["implement"]), + ("brendamn", &["brendan"]), + ("delets", &["deletes"]), + ("symphoney", &["symphony"]), + ("passporters", &["passports"]), + ("esprots", &["esports"]), + ("predesessor", &["predecessors"]), + ("inconsequentional", &["inconsequential"]), + ("revoltuionary", &["revolutionary"]), + ("igzorts", &["exhorts"]), + ("confunction", &["conjunction"]), + ("fashoning", &["fashioning"]), + ("everage", &["average"]), + ("recgonize", &["recognize"]), + ("annonated", &["annotated"]), + ("destruccion", &["destruction"]), + ("contstructors", &["constructors"]), + ("withdrawin", &["withdrawn"]), + ("resolutionary", &["revolutionary"]), + ("implemenetation", &["implementation"]), + ("creationsist", &["creationist"]), + ("experimeting", &["experimenting"]), + ("manupulate", &["manipulate"]), + ("mounc", &["mount"]), + ("aufter", &["after"]), + ("differientation", &["differentiation"]), + ("manifastation", &["manifestation"]), + ("uite", &["suite", "unite"]), + ("balence", &["balance"]), + ("porshon", &["portion"]), + ("neesting", &["nesting"]), + ("blackberrry", &["blackberry"]), + ("skillslots", &["skillshots"]), + ("prjects", &["projects"]), + ("tarhet", &["target"]), + ("orhtodox", &["orthodox"]), + ("gurantess", &["guarantees"]), + ("isnpiron", &["inspiron"]), + ("dedicato", &["dedication"]), + ("sucessfually", &["successfully"]), + ("traids", &["traits", "triads"]), + ("simualting", &["simulating"]), + ("parsin", &["parsing"]), + ("absoltuely", &["absolutely"]), + ("italains", &["italians"]), + ("spirtiually", &["spiritually"]), + ("disassemblying", &["disassembling"]), + ("syclic", &["cyclic", "psychic"]), + ("ancester", &["ancestor"]), + ("goegraphical", &["geographical"]), + ("seemes", &["seems"]), + ("geogria", &["georgia"]), + ("otification", &["notification"]), + ("deficiet", &["deficient"]), + ("enpoint", &["endpoint"]), + ("bureaucrates", &["bureaucrats"]), + ("collaberative", &["collaborative"]), + ("ubelievebly", &["unbelievably"]), + ("prdpagations", &["propagations"]), + ("immmediate", &["immediate"]), + ("deafualts", &["defaults"]), + ("connstrain", &["constrain"]), + ("plagarisim", &["plagiarism"]), + ("detroys", &["destroys"]), + ("requst", &["request"]), + ("detrimential", &["detrimental"]), + ("rewachted", &["rewatched"]), + ("sycology", &["psychology"]), + ("coalessense", &["coalescence"]), + ("furhermore", &["furthermore"]), + ("eveyrthing", &["everything"]), + ("follwowers", &["followers"]), + ("certficates", &["certificates"]), + ("subscibed", &["subscribed"]), + ("nubering", &["numbering"]), + ("expendature", &["expenditure"]), + ("parocheal", &["parochial"]), + ("spedified", &["specified"]), + ("compasso", &["compassion"]), + ("refrigerador", &["refrigerator"]), + ("counsolers", &["counselors"]), + ("anarquists", &["anarchists"]), + ("absoolutely", &["absolutely"]), + ("tryavon", &["trayvon"]), + ("initializtion", &["initialization"]), + ("vidoes", &["videos"]), + ("ventialtion", &["ventilation"]), + ("availaibility", &["availability"]), + ("hsotname", &["hostname"]), + ("fetishiste", &["fetishes"]), + ("orcestrates", &["orchestrates"]), + ("sence", &["sense", "since"]), + ("finised", &["finished"]), + ("microtrasnactions", &["microtransactions"]), + ("depretiats", &["depreciates", "deprecates"]), + ("asbtraction", &["abstraction"]), + ("organismer", &["organise"]), + ("settubgs", &["settings", "setups"]), + ("cahches", &["caches"]), + ("anphitheaters", &["amphitheaters"]), + ("promotted", &["promoted"]), + ("addrssing", &["addressing"]), + ("perfomrs", &["performs"]), + ("conditiond", &["conditioned"]), + ("meassurably", &["measurably"]), + ("oultinenodes", &["outlinenodes"]), + ("alowable", &["allowable"]), + ("subnegoziations", &["subnegotiations"]), + ("experimints", &["experiments"]), + ("compagnion", &["companion"]), + ("unspecifieced", &["unspecified"]), + ("assymetry", &["asymmetry"]), + ("preposters", &["preposterous"]), + ("intquires", &["inquires"]), + ("custum", &["custom"]), + ("unabailable", &["unavailable"]), + ("penetratiing", &["penetrating"]), + ("inclue", &["include"]), + ("reakpoint", &["breakpoint"]), + ("depenendecies", &["dependencies"]), + ("reveokes", &["revokes"]), + ("reciproce", &["reciprocate"]), + ("logile", &["logfile"]), + ("norhteast", &["northeast"]), + ("secction", &["section"]), + ("subsiquently", &["subsequently"]), + ("imperialfist", &["imperialist"]), + ("customied", &["customized"]), + ("substitue", &["substitute"]), + ("unedcuated", &["uneducated"]), + ("evalutae", &["evaluate"]), + ("encounted", &["encountered", "encounter"]), + ("wheigh", &["weigh"]), + ("billionairres", &["billionaire"]), + ("hostles", &["hostels"]), + ("postive", &["positive"]), + ("illustrant", &["illustrate"]), + ("hunrgy", &["hungry"]), + ("recongised", &["recognised"]), + ("wolrdly", &["worldly"]), + ("authencicating", &["authenticating"]), + ("chargind", &["charging"]), + ("electricy", &["electricity"]), + ("intorduces", &["introduces"]), + ("arbitrarly", &["arbitrary", "arbitrarily"]), + ("propulstion", &["propulsion"]), + ("meterologist", &["meteorologist"]), + ("administor", &["administer", "administrator"]), + ("cconverter", &["converter"]), + ("beautyfully", &["beautifully"]), + ("distortron", &["distortion"]), + ("runetime", &["runtime"]), + ("interiour", &["interior"]), + ("intermperance", &["intemperance"]), + ("maneouvring", &["manoeuvring"]), + ("encourging", &["encouraging"]), + ("tempoaray", &["temporary"]), + ("recreted", &["recreated"]), + ("obilgatory", &["obligatory"]), + ("restricte", &["restrictive"]), + ("episdoe", &["episode"]), + ("anuwhere", &["anywhere"]), + ("spectracal", &["spectral"]), + ("nievely", &["naively"]), + ("uninstlaled", &["uninstalled"]), + ("compinsate", &["compensate"]), + ("shystemerror", &["systemerror"]), + ("exectuions", &["executions"]), + ("classrom", &["classroom"]), + ("conceedd", &["conceded"]), + ("mistros", &["maestros"]), + ("nationalite", &["nationalist"]), + ("annonomus", &["anonymous"]), + ("mastermined", &["mastermind"]), + ("interal", &["internal", "interval", "integral"]), + ("sinagpore", &["singapore"]), + ("incorparating", &["incorporating"]), + ("magintude", &["magnitude"]), + ("startegic", &["strategic"]), + ("accompanyed", &["accompanied"]), + ("respecitve", &["respective"]), + ("mercineries", &["mercenaries"]), + ("apperances", &["appearances"]), + ("bottome", &["bottom"]), + ("syncronises", &["synchronises"]), + ("hexdecimal", &["hexadecimal"]), + ("fortuantely", &["fortunately"]), + ("unsuppoted", &["unsupported"]), + ("peanochle", &["pinochle"]), + ("possabily", &["possibly"]), + ("covarage", &["coverage"]), + ("entrophy", &["entropy"]), + ("relatinoship", &["relationships"]), + ("isareli", &["israeli"]), + ("personnels", &["personnel"]), + ("coordenates", &["coordinates"]), + ("ege", &["edge"]), + ("authethicates", &["authenticates"]), + ("interfcae", &["interface"]), + ("backfiled", &["backfield"]), + ("apects", &["aspects"]), + ("prohibitve", &["prohibited"]), + ("detecte", &["detected", "detect", "detects"]), + ("acommodating", &["accommodating"]), + ("postgrsql", &["postgresql"]), + ("missionaris", &["missionaries"]), + ("swicthed", &["switched"]), + ("complusory", &["compulsory"]), + ("stablizied", &["stabilized"]), + ("efficitently", &["efficiently"]), + ("antisipate", &["anticipate"]), + ("esitmators", &["estimators"]), + ("interrupteds", &["interrupts"]), + ("presude", &["presumed"]), + ("umit", &["unit"]), + ("appeded", &["appended"]), + ("selectiose", &["selections"]), + ("unrecongized", &["unrecognized"]), + ("upgaded", &["upgraded"]), + ("carimonies", &["ceremonies"]), + ("braodcasted", &["broadcasted"]), + ("adreneline", &["adrenaline"]), + ("objejct", &["object"]), + ("situatution", &["situation"]), + ("aligments", &["alignments"]), + ("genererated", &["generated"]), + ("overheards", &["overhead"]), + ("discconenct", &["disconnect"]), + ("accountabilty", &["accountability"]), + ("defeine", &["define"]), + ("pregnanies", &["pregnancies"]), + ("shenanegins", &["shenanigans"]), + ("amrchair", &["armchair"]), + ("coloers", &["colors"]), + ("artic", &["arctic"]), + ("mairadb", &["mariadb"]), + ("alllow", &["allow"]), + ("utilis", &["utilise"]), + ("proletaryat", &["proletariat"]), + ("expanations", &["explanations", "expansions"]), + ("langths", &["lengths"]), + ("predections", &["predictions"]), + ("siginificant", &["significant"]), + ("pestizides", &["pesticides"]), + ("experimdntelly", &["experimentally"]), + ("compunet", &["compute"]), + ("pervalence", &["prevalence"]), + ("reagrds", &["regards"]), + ("neckbeardest", &["neckbeards"]), + ("anyhing", &["anything"]), + ("coomand", &["command"]), + ("complie", &["compile", "complice", "complied"]), + ("funtioning", &["functioning"]), + ("conetnt", &["content"]), + ("progammatically", &["programmatically"]), + ("intuitivelly", &["intuitively"]), + ("neccessarry", &["necessary"]), + ("passionatly", &["passionately"]), + ("lamdba", &["lambda"]), + ("fatser", &["faster"]), + ("projectyle", &["projectile"]), + ("supposedy", &["supposedly"]), + ("olther", &["other"]), + ("dirve", &["drive"]), + ("upgrates", &["upgrades"]), + ("rewritting", &["rewriting"]), + ("photograpy", &["photography"]), + ("upstreems", &["upstreams"]), + ("companines", &["companions"]), + ("conisderation", &["considerations"]), + ("opeging", &["opening"]), + ("sufaces", &["surfaces"]), + ("fonctionality", &["functionality"]), + ("coorespondent", &["correspondent"]), + ("especailly", &["especially"]), + ("undordered", &["unordered"]), + ("stampade", &["stamped"]), + ("controlles", &["controls"]), + ("coninues", &["continues"]), + ("scupted", &["sculpted"]), + ("peforms", &["performs"]), + ("regiister", &["register"]), + ("poisioning", &["poisoning"]), + ("conpleted", &["completed"]), + ("ccustom", &["custom"]), + ("delimiiter", &["delimiter"]), + ("freedum", &["freedom"]), + ("blockhains", &["blockchains"]), + ("plcaements", &["placements"]), + ("convering", &["converting", "covering"]), + ("miinimizes", &["minimizes"]), + ("finallly", &["finally"]), + ("funxtioning", &["functioning"]), + ("overritten", &["overwritten"]), + ("cooporative", &["cooperative"]), + ("economisesti", &["economists"]), + ("direcetory", &["directory"]), + ("indefinitrelly", &["indefinitely"]), + ("complaing", &["complaining"]), + ("exchenging", &["exchanging"]), + ("zookeenei", &["zucchinis"]), + ("legistration", &["registration"]), + ("ankshios", &["anxious"]), + ("ampitheaters", &["amphitheaters"]), + ("smoe", &["some"]), + ("internetes", &["internets"]), + ("titanuim", &["titanium"]), + ("tiggered", &["triggered"]), + ("gruops", &["groups"]), + ("coordiantes", &["coordinates"]), + ("keystokes", &["keystrokes"]), + ("calculaters", &["calculators"]), + ("volenteer", &["volunteer"]), + ("drummless", &["drumless"]), + ("darcula", &["dracula"]), + ("reppository", &["repository"]), + ("pheriparials", &["peripherals"]), + ("conversin", &["conversions"]), + ("demonstraiton", &["demonstrations"]), + ("unx", &["unix"]), + ("misinterpretting", &["misinterpreting"]), + ("negotitae", &["negotiate"]), + ("subculter", &["subculture"]), + ("corosponded", &["corresponded"]), + ("reauires", &["requires"]), + ("investiagte", &["investigate"]), + ("swaetshirt", &["sweatshirt"]), + ("ecoligical", &["ecological"]), + ("resuts", &["results"]), + ("gamepaly", &["gameplay"]), + ("deligthful", &["delightful"]), + ("remtoe", &["remote"]), + ("paitience", &["patience"]), + ("hallicunation", &["hallucination"]), + ("visuaises", &["visualises"]), + ("usefulu", &["useful"]), + ("confing", &["config", "confine"]), + ("acccepted", &["accepted"]), + ("unispired", &["uninspired"]), + ("excpeption", &["exception"]), + ("commpiled", &["compiled"]), + ("dimenison", &["dimension"]), + ("perfoems", &["performs"]), + ("insiprational", &["inspirational"]), + ("experinces", &["experiences"]), + ("windsoar", &["windsor"]), + ("decition", &["decision"]), + ("synchrounous", &["synchronous"]), + ("decriment", &["decrement"]), + ("sagital", &["sagittal"]), + ("indentifier", &["identifier"]), + ("inspecticon", &["inspection"]), + ("errorneus", &["erroneous"]), + ("exctractions", &["extractions"]), + ("scrutinity", &["scrutiny"]), + ("dimensinos", &["dimensions"]), + ("ipubrofen", &["ibuprofen"]), + ("reconeecting", &["reconnecting"]), + ("perpendiculaire", &["perpendicular"]), + ("initiavite", &["initiatives"]), + ("separeted", &["separated"]), + ("differenciation", &["differentiation"]), + ("stubbron", &["stubborn"]), + ("hypvervisor", &["hypervisor"]), + ("pasuing", &["pausing"]), + ("distroying", &["destroying"]), + ("sidebaord", &["sideboard"]), + ("millionairres", &["millionaire"]), + ("reaserch", &["research"]), + ("conpletes", &["completes"]), + ("irrelavant", &["irrelevant"]), + ("channl", &["channel"]), + ("demolito", &["demolition"]), + ("tenosr", &["tensor"]), + ("optaionl", &["optional"]), + ("adolencence", &["adolescence"]), + ("dispuse", &["disputes"]), + ("documentataions", &["documentations"]), + ("neighrors", &["neighbors"]), + ("speficilleid", &["specified"]), + ("orhpan", &["orphan"]), + ("amatur", &["amateur"]), + ("patriotisim", &["patriotism"]), + ("hanuted", &["haunted"]), + ("balcklist", &["blacklist"]), + ("disale", &["disable"]), + ("electorlytes", &["electrolytes"]), + ("occouring", &["occurring"]), + ("dispossing", &["disposing"]), + ("correspod", &["correspond"]), + ("exampt", &["exempt"]), + ("practhett", &["pratchett"]), + ("skatebaording", &["skateboarding"]), + ("escaltes", &["escalates"]), + ("selfs", &["self"]), + ("boradband", &["broadband"]), + ("diferentiating", &["differentiating"]), + ("malasiya", &["malaysia"]), + ("interelated", &["interrelated"]), + ("eyerone", &["everyone"]), + ("wonderous", &["wondrous"]), + ("unnecesserily", &["unnecessarily"]), + ("tio", &["to"]), + ("foundland", &["newfoundland"]), + ("kindergaten", &["kindergarten"]), + ("difining", &["defining", "divining"]), + ("convertet", &["converted"]), + ("hanles", &["handles"]), + ("markey", &["marquee"]), + ("cusotm", &["custom"]), + ("oscurity", &["obscurity"]), + ("sychnronization", &["synchronization"]), + ("accodred", &["accorded"]), + ("soceity", &["society"]), + ("expeiences", &["experiences"]), + ("anaylsed", &["analysed"]), + ("arguements", &["arguments"]), + ("acknowldege", &["acknowledge"]), + ("conspiricies", &["conspiracies"]), + ("transocdings", &["transcodings"]), + ("executionner", &["executioner"]), + ("installtion", &["installation"]), + ("improbabil", &["improbable"]), + ("vulakn", &["vulkan"]), + ("emphatizing", &["emphasizing"]), + ("stach", &["stack"]), + ("transaltors", &["translators"]), + ("unspeficied", &["unspecified"]), + ("famousy", &["famously"]), + ("snpashot", &["snapshot"]), + ("declarated", &["declared"]), + ("infulenced", &["influenced"]), + ("troubelsome", &["troublesome"]), + ("vicitmized", &["victimized"]), + ("ciricularise", &["circularise"]), + ("integations", &["integrations"]), + ("numbe", &["number", "numb"]), + ("augmnetation", &["augmentation"]), + ("mormal", &["normal"]), + ("browswe", &["browse"]), + ("comipler", &["compiler"]), + ("intenisty", &["intensity"]), + ("concatentating", &["concatenating"]), + ("advesary", &["adversary"]), + ("susinct", &["succinct"]), + ("straightner", &["straighten"]), + ("colletion", &["collection"]), + ("horizonatal", &["horizontal"]), + ("restat", &["restart"]), + ("constrat", &["constraint"]), + ("sylistic", &["stylistic"]), + ("booleams", &["booleans"]), + ("inevetably", &["inevitably"]), + ("maskeraid", &["masquerade"]), + ("appreciationg", &["appreciating"]), + ("compileable", &["compilable"]), + ("fontisizing", &["fontifying"]), + ("heder", &["header"]), + ("faiulres", &["failures"]), + ("procesd", &["proceeds"]), + ("scorebaord", &["scoreboard"]), + ("priased", &["praised"]), + ("servecing", &["servicing"]), + ("normalysed", &["normalised"]), + ("comamnded", &["commanded"]), + ("onmisiences", &["omnisciences"]), + ("phsyical", &["physical"]), + ("expropiation", &["expropriation"]), + ("reuests", &["requests"]), + ("alignement", &["alignment"]), + ("guarentys", &["guarantees"]), + ("neveloped", &["enveloped"]), + ("neigbhor", &["neighbor"]), + ("intercontinetal", &["intercontinental"]), + ("credintial", &["credential"]), + ("resignacion", &["resignation"]), + ("propperty", &["property"]), + ("supporteurs", &["supporters"]), + ("combatabts", &["combatants"]), + ("beileve", &["believe"]), + ("honeymooon", &["honeymoon"]), + ("abtracts", &["abstracts"]), + ("progapated", &["propagated"]), + ("niave", &["naive"]), + ("wilcard", &["wildcard"]), + ("differnetial", &["differential"]), + ("calculatsion", &["calculation"]), + ("sluaghter", &["slaughter"]), + ("articats", &["artifacts"]), + ("initilialization", &["initialization"]), + ("miracluous", &["miraculous"]), + ("serveces", &["services"]), + ("superstitous", &["superstitious"]), + ("orcestrated", &["orchestrated"]), + ("powrrlifting", &["powerlifting"]), + ("probabilaty", &["probability"]), + ("correclty", &["correctly"]), + ("demostrated", &["demonstrated"]), + ("compalins", &["complains"]), + ("depencendencys", &["dependencies"]), + ("infering", &["inferring"]), + ("regularlizer", &["regularizer"]), + ("nativ", &["native"]), + ("strucrure", &["structure"]), + ("algorthynically", &["algorithmically"]), + ("disssociates", &["dissociates"]), + ("sunderlona", &["sunderland"]), + ("turretts", &["turrets"]), + ("consolodate", &["consolidate"]), + ("criticie", &["criticise"]), + ("veryifies", &["verifies"]), + ("builter", &["builder"]), + ("direccional", &["directional"]), + ("ominscient", &["omniscient"]), + ("fasicsm", &["fascism"]), + ("statemets", &["statements"]), + ("occassionaly", &["occasionally"]), + ("inddividually", &["individually"]), + ("migrains", &["migraines"]), + ("delimititer", &["delimiter"]), + ("extedns", &["extends"]), + ("astersisks", &["asterisks"]), + ("diffreents", &["different", "difference"]), + ("competitioners", &["competitions"]), + ("treasurery", &["treasury"]), + ("creationisim", &["creationism"]), + ("consrtuctors", &["constructors"]), + ("attachements", &["attachments"]), + ("correted", &["corrected"]), + ("mahcine", &["machine"]), + ("aheared", &["adhered"]), + ("exceptation", &["expectation"]), + ("lodaer", &["loader"]), + ("resembes", &["resembles"]), + ("reosurced", &["resourced"]), + ("traslation", &["translation"]), + ("expericed", &["experienced"]), + ("calculador", &["calculator"]), + ("poltical", &["political"]), + ("evangalical", &["evangelical"]), + ("opiods", &["opioids"]), + ("funcionally", &["functionally"]), + ("assimilare", &["assimilate"]), + ("clpboard", &["clipboard"]), + ("commendment", &["commandment"]), + ("sophisitcated", &["sophisticated"]), + ("langerray", &["lingerie"]), + ("renaiscance", &["renaissance"]), + ("sensititive", &["sensitive"]), + ("canoncialize", &["canonicalize"]), + ("conecepts", &["concepts"]), + ("pitchforkers", &["pitchforks"]), + ("elloitt", &["elliott"]), + ("arraned", &["arranged"]), + ("actaly", &["actually"]), + ("thermisor", &["thermistor"]), + ("documenatries", &["documentaries"]), + ("condolenses", &["condolences"]), + ("unnecessery", &["unnecessary"]), + ("argumnt", &["argument"]), + ("executuable", &["executable"]), + ("undetwater", &["underwater"]), + ("arugment", &["argument"]), + ("febuary", &["february"]), + ("enciclopedia", &["encyclopedia"]), + ("fluroescent", &["fluorescent"]), + ("combonation", &["combination"]), + ("apparenty", &["apparently"]), + ("ellimination", &["elimination"]), + ("amphetimines", &["amphetamines"]), + ("execulatble", &["executable"]), + ("imigrant", &["emigrant", "immigrant"]), + ("suffication", &["suffocation"]), + ("restriced", &["restricted"]), + ("scriping", &["scripting"]), + ("achilleos", &["achilles"]), + ("mathewes", &["mathews"]), + ("unknwon", &["unknown"]), + ("quieries", &["queries"]), + ("weree", &["were"]), + ("refect", &["reflect"]), + ("multpart", &["multipart"]), + ("tanslated", &["translated"]), + ("paschurisation", &["pasteurisation"]), + ("zealotes", &["zealots"]), + ("highlightning", &["highlighting"]), + ("branier", &["brainer"]), + ("linkes", &["lines", "links", "linked", "likes"]), + ("nuatilus", &["nautilus"]), + ("fronkenstein", &["frankenstein"]), + ("lepracans", &["leprechauns"]), + ("coummunities", &["communities"]), + ("archaelogy", &["archaeology"]), + ("memeory", &["memory"]), + ("toruneys", &["tourneys"]), + ("platofms", &["platforms"]), + ("incoroprate", &["incorporate"]), + ("redirectrion", &["redirection"]), + ("settelments", &["settlements"]), + ("discources", &["discourse"]), + ("sesion", &["session"]), + ("misintepreted", &["misinterpreted"]), + ("regon", &["region"]), + ("fabrices", &["fabrics"]), + ("compatibiliy", &["compatibility"]), + ("sertificates", &["certificates"]), + ("siezure", &["seizure"]), + ("civilasation", &["civilisation"]), + ("disection", &["dissection"]), + ("girlfreind", &["girlfriend"]), + ("climateers", &["climates"]), + ("spefixeirs", &["specifiers"]), + ("identidier", &["identifier"]), + ("authentiation", &["authentication"]), + ("generalice", &["generalize"]), + ("recongise", &["recognise"]), + ("skecth", &["sketch"]), + ("comilers", &["compilers"]), + ("grpahite", &["graphite"]), + ("transfomed", &["transformed"]), + ("unchangd", &["unchanged"]), + ("purposedly", &["purposely"]), + ("controllore", &["controllers"]), + ("ditactorship", &["dictatorship"]), + ("inerited", &["inherited"]), + ("regenaration", &["regeneration"]), + ("striaghtforward", &["straightforward"]), + ("programemer", &["programmer"]), + ("merchanidse", &["merchandise"]), + ("losen", &["loosen"]), + ("scrollablbe", &["scrollable"]), + ("spefcific", &["specific"]), + ("camoflagued", &["camouflaged"]), + ("conern", &["concern"]), + ("expiditions", &["expeditions"]), + ("onborad", &["onboard"]), + ("dsiplay", &["display"]), + ("rewuired", &["required"]), + ("belove", &["below", "beloved"]), + ("internatioanlist", &["internationalist"]), + ("paradies", &["paradise"]), + ("causious", &["cautious"]), + ("promitives", &["primitives"]), + ("indicateurs", &["indicates"]), + ("dublicated", &["duplicated"]), + ("cambpell", &["campbell"]), + ("attribude", &["attribute"]), + ("prohibiteds", &["prohibits"]), + ("staically", &["statically"]), + ("telegramm", &["telegram"]), + ("assissinated", &["assassinated"]), + ("menstrul", &["menstrual"]), + ("negotianing", &["negotiating"]), + ("cteator", &["creator"]), + ("triators", &["traitors"]), + ("corects", &["corrects"]), + ("novemeber", &["november"]), + ("additionallly", &["additionally"]), + ("insering", &["inserting"]), + ("enabledi", &["enabled"]), + ("retsart", &["restart"]), + ("worhsiping", &["worshiping"]), + ("iether", &["either"]), + ("itialising", &["initialising"]), + ("traigers", &["triagers"]), + ("transparnecy", &["transparency"]), + ("presance", &["presence"]), + ("terroristas", &["terrorists"]), + ("neds", &["needs"]), + ("furthur", &["further"]), + ("undergard", &["undergrad"]), + ("periperhal", &["peripheral"]), + ("assignend", &["assigned"]), + ("invloving", &["involving"]), + ("senzationalism", &["sensationalism"]), + ("descktops", &["desktops"]), + ("discrimanatory", &["discriminatory"]), + ("obeidence", &["obedience"]), + ("comanded", &["commanded"]), + ("precedessors", &["predecessors"]), + ("represenation", &["representation"]), + ("somewher", &["somewhere"]), + ("intimidante", &["intimidate"]), + ("provocotive", &["provocative"]), + ("happines", &["happiness"]), + ("secondy", &["secondly", "secondary"]), + ("potical", &["optical"]), + ("glorifierad", &["glorified"]), + ("pobularity", &["popularity"]), + ("compresseed", &["compressed"]), + ("reciprocite", &["reciprocate"]), + ("consultent", &["consultant"]), + ("eihter", &["either"]), + ("physisians", &["physicians"]), + ("acquried", &["acquired"]), + ("muliplexer", &["multiplexer"]), + ("relavent", &["relevant"]), + ("publcise", &["publicise"]), + ("ventilacion", &["ventilation"]), + ("backdooor", &["backdoor"]), + ("queeue", &["queue"]), + ("underfow", &["underflow"]), + ("differnty", &["different", "differently"]), + ("damge", &["damage"]), + ("termonology", &["terminology"]), + ("absoluthly", &["absolutely"]), + ("seamlessy", &["seamlessly"]), + ("inbed", &["imbed"]), + ("recomput", &["recompute"]), + ("incompete", &["incomplete"]), + ("streamade", &["streamed"]), + ("conusmer", &["consumer"]), + ("acquiantences", &["acquaintances"]), + ("nojifications", &["notifications"]), + ("speciliazed", &["specialize"]), + ("camoflagues", &["camouflages"]), + ("coproration", &["corporation"]), + ("documeneted", &["documented"]), + ("recalcualting", &["recalculating"]), + ("mathematicion", &["mathematician"]), + ("oscilator", &["oscillator"]), + ("kinf", &["kind"]), + ("elseware", &["elsewhere"]), + ("tryying", &["trying"]), + ("exciption", &["exception"]), + ("luckliy", &["luckily"]), + ("dicriminators", &["discriminators"]), + ("correspomds", &["corresponds"]), + ("misinterperting", &["misinterpreting"]), + ("preparato", &["preparation"]), + ("appriproate", &["appropriate"]), + ("searcahble", &["searchable"]), + ("bounraies", &["boundaries"]), + ("unifromity", &["uniformity"]), + ("expresson", &["expression"]), + ("enginges", &["engines"]), + ("cosoles", &["consoles"]), + ("burjuns", &["burgeons"]), + ("electriv", &["electric"]), + ("reprensentation", &["representation"]), + ("larget", &["larger", "largest", "target"]), + ("amealearative", &["ameliorative"]), + ("prefectches", &["prefetches"]), + ("expertos", &["experts"]), + ("downgarte", &["downgrade"]), + ("alienet", &["alienate"]), + ("princesas", &["princess"]), + ("indentaction", &["indentation"]), + ("histroic", &["historic"]), + ("idiosyncracy", &["idiosyncrasy"]), + ("uncrypted", &["unencrypted"]), + ("cleare", &["cleared", "clear"]), + ("attackeras", &["attackers"]), + ("silhuette", &["silhouette"]), + ("notoriosly", &["notoriously"]), + ("skillshits", &["skillshots"]), + ("quatation", &["quotation"]), + ("invoce", &["invoice"]), + ("curremts", &["currents"]), + ("parapharsing", &["paraphrasing"]), + ("immboile", &["immobile"]), + ("negoptionsotiation", &["negotiation"]), + ("colateral", &["collateral"]), + ("soldiarity", &["solidarity"]), + ("recievers", &["receivers"]), + ("rythyms", &["rhythms"]), + ("juptier", &["jupiter"]), + ("churchs", &["churches"]), + ("normalls", &["normals"]), + ("augmnet", &["augment"]), + ("bracnhing", &["branching"]), + ("trilineal", &["trilinear"]), + ("renweables", &["renewables"]), + ("improbment", &["improvement"]), + ("ciph", &["cipher", "chip"]), + ("disassamble", &["disassemble"]), + ("explcitly", &["explicitly"]), + ("expoitation", &["exploitation"]), + ("enviromnental", &["environmental"]), + ("nastershem", &["nasturtium"]), + ("syntaxe", &["syntax"]), + ("constained", &["constrained", "contained"]), + ("opf", &["of"]), + ("sensationable", &["sensational"]), + ("uninstlal", &["uninstall"]), + ("inrested", &["inserted"]), + ("resoltuions", &["resolutions"]), + ("calbirators", &["calibrators"]), + ("reintialize", &["reinitialize"]), + ("debudgging", &["debugging"]), + ("mathemetically", &["mathematically"]), + ("mannar", &["manner"]), + ("visivble", &["visible"]), + ("serialsiation", &["serialisation"]), + ("interfearence", &["interference"]), + ("sesions", &["sessions"]), + ("silbings", &["siblings"]), + ("mathematicans", &["mathematics"]), + ("henderence", &["hindrance"]), + ("impied", &["implied"]), + ("steeleries", &["steelers"]), + ("jacksonvile", &["jacksonville"]), + ("eveluates", &["evaluates"]), + ("casim", &["chasm"]), + ("stucture", &["structure"]), + ("serevrless", &["serverless"]), + ("renegotioate", &["renegotiate"]), + ("tendence", &["tendencies"]), + ("diffencne", &["difference"]), + ("linarly", &["linearly"]), + ("atrributes", &["attributes"]), + ("insensistive", &["insensitive"]), + ("destrcut", &["destruct"]), + ("nigthly", &["nightly"]), + ("spefiying", &["specifying"]), + ("alings", &["alines", "slings"]), + ("fxed", &["fixed"]), + ("cartisian", &["cartesian"]), + ("particaulr", &["particular"]), + ("idenified", &["identified"]), + ("pachooly", &["patchouli"]), + ("attitional", &["additional"]), + ("preservaton", &["preservation"]), + ("coincidance", &["coincidence"]), + ("descize", &["disguise"]), + ("chnges", &["changes"]), + ("nationalisitic", &["nationalistic"]), + ("mdifielder", &["midfielder"]), + ("updgrade", &["upgrade"]), + ("librabarie", &["library"]), + ("releaase", &["release"]), + ("sqeuence", &["sequence"]), + ("trasnforming", &["transforming"]), + ("conditiner", &["conditioner"]), + ("naviagtes", &["navigates"]), + ("roundaboot", &["roundabout"]), + ("opearand", &["operand"]), + ("saveing", &["saving"]), + ("constnatly", &["constantly"]), + ("masicer", &["massacre"]), + ("alternativets", &["alternatives"]), + ("intentionly", &["intentional", "intentionally"]), + ("anayltically", &["analytically"]), + ("extremistisk", &["extremists"]), + ("adpative", &["adaptive"]), + ("availabile", &["available"]), + ("duble", &["double"]), + ("chechpoint", &["checkpoint"]), + ("olympis", &["olympics"]), + ("paraylsis", &["paralysis"]), + ("dureing", &["during"]), + ("supervisar", &["supervisor"]), + ("rebouncing", &["rebounding"]), + ("wqs", &["was"]), + ("detroying", &["destroying"]), + ("contenintal", &["continental"]), + ("applicatin", &["application"]), + ("diconnection", &["disconnection"]), + ("downgraddes", &["downgrades"]), + ("dogders", &["dodgers"]), + ("anroid", &["android"]), + ("canrage", &["carnage"]), + ("opearate", &["operate"]), + ("warnigs", &["warnings"]), + ("versin", &["version"]), + ("earyly", &["eerily"]), + ("qulity", &["quality"]), + ("foult", &["fault"]), + ("contrase", &["contrast"]), + ("orchestraed", &["orchestrated"]), + ("aggegate", &["aggregate"]), + ("parallellism", &["parallelism"]), + ("desingage", &["disengage"]), + ("editores", &["editors"]), + ("disabeling", &["disabling"]), + ("suseeding", &["seceding"]), + ("criticials", &["criticals"]), + ("proccesing", &["processing"]), + ("mistatches", &["mismatches"]), + ("fieid", &["field"]), + ("contextl", &["contextual"]), + ("thigns", &["things"]), + ("renedered", &["rende", "rendered"]), + ("submited", &["submitted"]), + ("interviewes", &["interviews"]), + ("confescated", &["confiscated"]), + ("compromisso", &["compromises"]), + ("enmvironmental", &["environmental"]), + ("unlass", &["unless"]), + ("nayborhood", &["neighborhood"]), + ("traveleres", &["travelers"]), + ("supprting", &["supporting"]), + ("fprmat", &["format"]), + ("immoratlity", &["immortality"]), + ("neglibible", &["negligible"]), + ("produceras", &["produces"]), + ("mischievious", &["mischievous"]), + ("implets", &["implements"]), + ("sticthes", &["stitches"]), + ("ellipis", &["ellipsis"]), + ("wirtes", &["writes"]), + ("ofset", &["offset"]), + ("reappering", &["reappearing"]), + ("apperaring", &["appearing"]), + ("bumpted", &["bumped"]), + ("whsipering", &["whispering"]), + ("charactristically", &["characteristically"]), + ("construsts", &["constructs"]), + ("profitabilty", &["profitability"]), + ("facsism", &["fascism"]), + ("competitivo", &["competition"]), + ("compteting", &["completing"]), + ("ambigious", &["ambiguous"]), + ("teh", &["the"]), + ("happend", &["happened", "happens", "happen"]), + ("cirucmstances", &["circumstances"]), + ("presisted", &["persisted"]), + ("reprsentation", &["representation"]), + ("perliminary", &["preliminary"]), + ("paased", &["passed"]), + ("bisnes", &["business"]), + ("opeational", &["operational"]), + ("excedeed", &["exceeded"]), + ("expectaion", &["expectation"]), + ("experimentait", &["experiment"]), + ("subtracion", &["subtraction"]), + ("occassions", &["occasions"]), + ("coinside", &["coincide"]), + ("dignitiy", &["dignity"]), + ("competetions", &["competitions"]), + ("relashionship", &["relationship"]), + ("sepeated", &["separated"]), + ("unselecgting", &["unselecting"]), + ("neckbearders", &["neckbeards"]), + ("encyclapedia", &["encyclopedia"]), + ("descritpr", &["descriptor"]), + ("soldires", &["soldiers"]), + ("disuptes", &["disputes"]), + ("warantee", &["warranty"]), + ("spefiifiable", &["specifiable"]), + ("fibonnacci", &["fibonacci"]), + ("craeting", &["creating", "crating"]), + ("calrity", &["clarity"]), + ("californain", &["californian"]), + ("kubernets", &["kubernetes"]), + ("whihch", &["which"]), + ("prool", &["pool"]), + ("disconeccted", &["disconnected"]), + ("levae", &["leave", "levee"]), + ("schoo", &["school"]), + ("predujices", &["prejudices"]), + ("follwong", &["following"]), + ("awailable", &["available"]), + ("exercized", &["exercised"]), + ("indiaan", &["indiana"]), + ("dictionay", &["dictionary"]), + ("sustainble", &["sustainable"]), + ("euphorica", &["euphoria"]), + ("implmented", &["implemented"]), + ("independece", &["independence"]), + ("undecideable", &["undecidable"]), + ("initialisated", &["initialised"]), + ("undetware", &["underwear"]), + ("workaounds", &["workarounds"]), + ("physicks", &["physics"]), + ("wuld", &["would"]), + ("narcissictic", &["narcissistic"]), + ("persewer", &["pursuer"]), + ("facours", &["favours"]), + ("qualifiing", &["qualifying"]), + ("optimistc", &["optimistic"]), + ("larer", &["larger", "later", "layer"]), + ("probabilitic", &["probabilistic"]), + ("chouse", &["choose", "chose", "choux"]), + ("conted", &["counted", "counter", "countered"]), + ("experimten", &["experiment"]), + ("imapcted", &["impacted"]), + ("appaered", &["appeared"]), + ("intruction", &["instruction"]), + ("negoptionsotiating", &["negotiating"]), + ("nderline", &["underline"]), + ("mirorr", &["mirror"]), + ("differntiate", &["differentiate"]), + ("loev", &["love"]), + ("experiemnt", &["experiment"]), + ("expieriences", &["experiences"]), + ("excedded", &["exceeded"]), + ("straigthen", &["straighten"]), + ("benchmars", &["benchmarks"]), + ("democracize", &["democracies"]), + ("expain", &["explain"]), + ("limititing", &["limiting"]), + ("millenia", &["millennia"]), + ("accesibility", &["accessibility"]), + ("becaus", &["because"]), + ("unforgiveble", &["unforgivable"]), + ("apparantely", &["apparently"]), + ("booes", &["boos", "booze", "buoys"]), + ("singluarity", &["singularity"]), + ("alloco", &["alloc"]), + ("tolens", &["tokens"]), + ("satelite", &["satellite"]), + ("ignroing", &["ignoring"]), + ("neighberhodd", &["neighborhood"]), + ("boudler", &["boulder"]), + ("exampleo", &["example"]), + ("experimetns", &["experiments"]), + ("conprehension", &["comprehension"]), + ("knw", &["know"]), + ("satifies", &["satisfies"]), + ("inaccessibile", &["inaccessible"]), + ("whipsers", &["whispers"]), + ("autheticator", &["authenticator"]), + ("vulnurabilities", &["vulnerabilities"]), + ("discliamer", &["disclaimer"]), + ("revewing", &["reviewing"]), + ("avanced", &["advanced"]), + ("actualky", &["actually"]), + ("resevoir", &["reservoir"]), + ("neaders", &["headers", "kneaders"]), + ("difffered", &["differed"]), + ("portuguise", &["portuguese"]), + ("partirioned", &["partitioned"]), + ("udnerestimate", &["underestimated"]), + ("intructional", &["instructional"]), + ("frosaken", &["forsaken"]), + ("externaly", &["externally"]), + ("intesection", &["intersection"]), + ("sigantures", &["signatures"]), + ("throrough", &["thorough"]), + ("nonesensical", &["nonsensical"]), + ("priesthod", &["priesthood"]), + ("transmision", &["transmission"]), + ("assersion", &["assertion"]), + ("aknowledgment", &["acknowledgment"]), + ("poitless", &["pointless"]), + ("totatl", &["total"]), + ("apetures", &["apertures"]), + ("unstall", &["install", "uninstall"]), + ("follwoeinwg", &["following"]), + ("soldies", &["soldiers"]), + ("disconeted", &["disconnected"]), + ("represetnation", &["representations"]), + ("eyou", &["you"]), + ("sucessors", &["successors"]), + ("consructors", &["constructors"]), + ("backsapce", &["backspace"]), + ("varmit", &["varmint"]), + ("optimziation", &["optimization"]), + ("protocolos", &["protocols"]), + ("momen", &["moment"]), + ("reserached", &["researched"]), + ("convseration", &["conservation"]), + ("autocmpleted", &["autocompleted"]), + ("depdendency", &["dependency"]), + ("attemtping", &["attempting"]), + ("dissimialrly", &["dissimilarly"]), + ("eficient", &["efficient"]), + ("harrasments", &["harassments"]), + ("dissassembled", &["disassembled"]), + ("exipres", &["expires"]), + ("rocording", &["recording"]), + ("raidance", &["radiance"]), + ("mebers", &["members"]), + ("enchantig", &["enchanting"]), + ("inacurrate", &["inaccurate"]), + ("insue", &["ensue", "insure"]), + ("organsim", &["organism"]), + ("taxanomy", &["taxonomy"]), + ("dupliace", &["duplicate"]), + ("logarighmic", &["logarithmic"]), + ("caricaturise", &["caricature"]), + ("potocol", &["protocol"]), + ("simptums", &["symptoms"]), + ("inialized", &["initialized"]), + ("manipulacion", &["manipulation"]), + ("extroardinarily", &["extraordinarily"]), + ("guarnateed", &["guaranteed"]), + ("paragpraph", &["paragraph"]), + ("suscedes", &["secedes", "succeeds"]), + ("cheesebuger", &["cheeseburger"]), + ("neighberhods", &["neighborhoods"]), + ("declartive", &["declarative"]), + ("envrironments", &["environments"]), + ("interpretes", &["interprets"]), + ("canabelyse", &["cannibalise"]), + ("simplifyng", &["simplifying"]), + ("regstry", &["registry"]), + ("unqoute", &["unquote"]), + ("bengahzi", &["benghazi"]), + ("shtoped", &["stopped", "shopped"]), + ("resultung", &["resulting"]), + ("rutgerus", &["rutgers"]), + ("teamfighters", &["teamfights"]), + ("critizized", &["criticized"]), + ("definitelly", &["definitely"]), + ("interpretare", &["interpreter"]), + ("characterisic", &["characteristic"]), + ("unpriviliged", &["unprivileged"]), + ("decideable", &["decidable"]), + ("retrevable", &["retrievable"]), + ("pebbleos", &["pebbles"]), + ("deifnitly", &["definitely"]), + ("randomrs", &["randoms"]), + ("manufcaturers", &["manufactures"]), + ("perminantly", &["permanently"]), + ("irraditated", &["irradiated"]), + ("unknonws", &["unknowns"]), + ("infiniment", &["infinite"]), + ("propriatary", &["proprietary"]), + ("aspriin", &["aspirin"]), + ("provier", &["provider"]), + ("reqired", &["required"]), + ("simplfied", &["simplified"]), + ("assumse", &["assumes"]), + ("essentail", &["essential"]), + ("ags", &["ages", "tags"]), + ("complates", &["completes"]), + ("madatory", &["mandatory"]), + ("reminise", &["reminisce"]), + ("forsaw", &["foresaw"]), + ("homesexuality", &["homosexuality"]), + ("interactue", &["interacted"]), + ("responsd", &["responds"]), + ("identificator", &["identifier"]), + ("breadtfeeding", &["breastfeeding"]), + ("deeep", &["deep"]), + ("prototipes", &["prototypes"]), + ("installeer", &["installer"]), + ("unwrittern", &["unwritten"]), + ("predicatble", &["predictable"]), + ("metri", &["metric"]), + ("grahpic", &["graphic"]), + ("wheter", &["whether"]), + ("januar", &["january"]), + ("neighrours", &["neighbours"]), + ("meaasured", &["measured"]), + ("imperavi", &["imperative"]), + ("irraditate", &["irradiate"]), + ("visiblly", &["visibly"]), + ("attachmants", &["attachments"]), + ("etamologies", &["etymologies"]), + ("centrase", &["centres"]), + ("bureaocracy", &["bureaucracy"]), + ("bowkays", &["bouquets"]), + ("distrobutions", &["distributions"]), + ("quwessants", &["croissants"]), + ("embarress", &["embarrassed"]), + ("piar", &["pair", "pier", "pliers"]), + ("cunterpart", &["counterpart"]), + ("vitaliy", &["vitality"]), + ("perpetraitor", &["perpetrator"]), + ("indiacte", &["indicate"]), + ("claculate", &["calculate"]), + ("fingerpies", &["fingertips"]), + ("kickstarer", &["kickstarter"]), + ("effecient", &["efficient"]), + ("subexperesion", &["subexpression"]), + ("overhread", &["overhead"]), + ("remvs", &["removes"]), + ("directgories", &["directories"]), + ("ciphr", &["cipher"]), + ("encrcypts", &["encrypts"]), + ("getfastproperyvalue", &["getfastpropertyvalue"]), + ("resoultion", &["resolution"]), + ("metaphoricaly", &["metaphorically"]), + ("prosicution", &["prosecution"]), + ("trustworhty", &["trustworthy"]), + ("prostitutiei", &["prostitute"]), + ("assings", &["assigns"]), + ("narrativas", &["narratives"]), + ("evovled", &["evolved"]), + ("cinematograpy", &["cinematography"]), + ("bigining", &["beginning"]), + ("titanim", &["titanium"]), + ("mannual", &["manual"]), + ("califorinan", &["californian"]), + ("barbariens", &["barbarians"]), + ("direcory", &["directory"]), + ("disconencts", &["disconnects"]), + ("degerate", &["degenerate"]), + ("paricularly", &["particularly"]), + ("evnts", &["events"]), + ("thererin", &["therein"]), + ("plattoe", &["plateau"]), + ("nedles", &["needles", "needless"]), + ("bouldore", &["boulder"]), + ("dupplication", &["duplication"]), + ("omplementation", &["implementation"]), + ("tupples", &["tuples"]), + ("hesistating", &["hesitating"]), + ("infeccious", &["infectious"]), + ("coditioned", &["conditioned"]), + ("regsion", &["region"]), + ("hipsterest", &["hipsters"]), + ("describtions", &["descriptions"]), + ("fogotten", &["forgotten"]), + ("blokcing", &["blocking"]), + ("comparios", &["comparison"]), + ("antivirs", &["antivirus"]), + ("larrry", &["larry"]), + ("patriarcal", &["patriarchal"]), + ("portriats", &["portraits"]), + ("neighbeorhood", &["neighborhood"]), + ("speficifations", &["specifications"]), + ("inutition", &["intuition"]), + ("ehen", &["when", "hen", "even", "then"]), + ("rhythem", &["rhythm"]), + ("temperment", &["temperament"]), + ("dysfunciton", &["dysfunction"]), + ("acculumate", &["accumulate"]), + ("archetpyes", &["archetypes"]), + ("elagance", &["elegant"]), + ("scroipted", &["scripted"]), + ("alpabetic", &["alphabetic"]), + ("ackowledging", &["acknowledging"]), + ("exntry", &["entry"]), + ("mabye", &["maybe"]), + ("completiom", &["completion"]), + ("demolitian", &["demolition"]), + ("antialised", &["antialiased"]), + ("prorities", &["priorities"]), + ("hapening", &["happening"]), + ("specimine", &["specimen"]), + ("strugglign", &["struggling"]), + ("agriculteurs", &["agriculture"]), + ("intervenion", &["intervening"]), + ("fualt", &["fault"]), + ("paramenet", &["parameter"]), + ("availabiltiy", &["availability"]), + ("atmoically", &["atomically"]), + ("populationes", &["populations"]), + ("perperties", &["properties"]), + ("depoying", &["deploying"]), + ("acrosss", &["across"]), + ("estiamted", &["estimated"]), + ("infastructure", &["infrastructure"]), + ("errorneously", &["erroneously"]), + ("useble", &["usable"]), + ("intereset", &["interest"]), + ("insturctions", &["instructions"]), + ("charactr", &["character"]), + ("interresing", &["interfering"]), + ("kidnappning", &["kidnapping"]), + ("legistators", &["legislators"]), + ("monotir", &["monitor"]), + ("expoected", &["expected"]), + ("separatley", &["separately"]), + ("sighths", &["scythes", "sights"]), + ("percision", &["precision"]), + ("activisim", &["activism"]), + ("temporarly", &["temporary", "temporarily"]), + ("ingredent", &["ingredient"]), + ("easthetically", &["esthetically"]), + ("analysys", &["analysis"]), + ("applcations", &["applications"]), + ("topolgical", &["topological"]), + ("inconvient", &["inconvenient"]), + ("chararcters", &["characters"]), + ("intercahnged", &["interchanged"]), + ("nasvhille", &["nashville"]), + ("perfom", &["perform"]), + ("approxamates", &["approximates"]), + ("cigarrete", &["cigarette"]), + ("futer", &["further", "future"]), + ("reviw", &["review"]), + ("silibuses", &["syllabuses"]), + ("instabillity", &["instability"]), + ("deserialzie", &["deserialize"]), + ("pharmicist", &["pharmacist"]), + ("rapresentation", &["representation"]), + ("failur", &["failure"]), + ("featur", &["feature"]), + ("overvrites", &["overwrites"]), + ("archetipes", &["archetypes"]), + ("contant", &["constant", "content"]), + ("pacifit", &["pacifist"]), + ("spectifications", &["specifications"]), + ("rebiulding", &["rebuilding"]), + ("communisim", &["communism"]), + ("rotats", &["rotates", "rotate"]), + ("componet", &["components", "component"]), + ("russion", &["russian"]), + ("laugnage", &["language"]), + ("galcier", &["glacier"]), + ("inexpectedly", &["unexpectedly"]), + ("implcit", &["implicit"]), + ("initialyzing", &["initializing"]), + ("frankenstiens", &["frankenstein"]), + ("unqiueness", &["uniqueness"]), + ("retribvtion", &["retribution"]), + ("correspodence", &["correspondence"]), + ("collisons", &["collisions", "collusion", "collusions"]), + ("algorhithmically", &["algorithmically"]), + ("pooint", &["point"]), + ("habe", &["have", "babe"]), + ("analysies", &["analyses", "analysis"]), + ("envirnment", &["environment"]), + ("cought", &["caught", "cough", "fought"]), + ("privilegies", &["privilege"]), + ("ovrridable", &["overridable"]), + ("renoylds", &["reynolds"]), + ("figurativly", &["figuratively"]), + ("sucessful", &["successful"]), + ("inidices", &["indices"]), + ("cursaders", &["crusaders"]), + ("characteristcs", &["characteristics"]), + ("exceutioner", &["executioner"]), + ("decifits", &["deficits"]), + ("exaggareted", &["exaggerate"]), + ("comapany", &["company"]), + ("takign", &["taking"]), + ("seclector", &["selector"]), + ("dislcaimer", &["disclaimer"]), + ("aperature", &["aperture"]), + ("fomrater", &["formatter"]), + ("coalesence", &["coalescence"]), + ("tood", &["todo"]), + ("mulitation", &["mutilation"]), + ("natievly", &["natively"]), + ("resourses", &["resources"]), + ("meaing", &["meaning"]), + ("narcisists", &["narcissist"]), + ("unsucessefully", &["unsuccessfully"]), + ("ostrasized", &["ostracized"]), + ("unsucesfuly", &["unsuccessfully"]), + ("conatiner", &["container"]), + ("entreprenurs", &["entrepreneurs"]), + ("sutracting", &["subtracting"]), + ("propulaios", &["propulsion"]), + ("mumbers", &["numbers"]), + ("hyperboly", &["hyperbole"]), + ("deviiations", &["deviations"]), + ("crutialy", &["crucially"]), + ("guarenty", &["guaranty"]), + ("anc", &["and"]), + ("dicipline", &["discipline"]), + ("convertirle", &["convertible"]), + ("arbiratily", &["arbitrarily"]), + ("patronas", &["patrons"]), + ("addrerssed", &["addressed"]), + ("achiveable", &["achievable"]), + ("definelty", &["definitely"]), + ("voluntairly", &["voluntarily"]), + ("speficiallation", &["specification"]), + ("alrington", &["arlington"]), + ("dericteryes", &["directories"]), + ("projectilt", &["projectile"]), + ("histigram", &["histogram"]), + ("restes", &["reset"]), + ("aci", &["acpi"]), + ("subscribtion", &["subscription"]), + ("indepent", &["independent"]), + ("declaritive", &["declarative"]), + ("replayes", &["replays"]), + ("efford", &["effort", "afford"]), + ("contection", &["contention"]), + ("strikethough", &["strikethrough"]), + ("failues", &["failures"]), + ("theorhetically", &["theoretically"]), + ("pendulm", &["pendulum"]), + ("consluting", &["consulting"]), + ("vaylkrie", &["valkyrie"]), + ("bookkeeing", &["bookkeeping"]), + ("calibrtion", &["calibration"]), + ("serveillance", &["surveillance"]), + ("dissrupting", &["disrupting"]), + ("channging", &["changing"]), + ("permenantly", &["permanently"]), + ("backreferrence", &["backreference"]), + ("parliamenty", &["parliamentary"]), + ("clasifying", &["classifying"]), + ("sanytize", &["sanitize"]), + ("liscence", &["licence"]), + ("ideologias", &["ideologies"]), + ("dissspointed", &["disappointed"]), + ("prdpagating", &["propagating"]), + ("expalin", &["explain"]), + ("teleporation", &["teleportation"]), + ("envonment", &["environment"]), + ("deined", &["denied", "defined"]), + ("oblisk", &["obelisk"]), + ("oppotunities", &["opportunities"]), + ("comando", &["commando"]), + ("alllocation", &["allocation"]), + ("immidiate", &["immediate"]), + ("setteled", &["settled"]), + ("nasturshem", &["nasturtium"]), + ("cheeseburguers", &["cheeseburgers"]), + ("temprol", &["temporal"]), + ("contextful", &["contextual"]), + ("distingush", &["distinguish"]), + ("commnetaries", &["commentaries"]), + ("creasoat", &["creosote"]), + ("conceps", &["concepts"]), + ("valulation", &["valuation"]), + ("gratful", &["grateful"]), + ("orieation", &["orientation"]), + ("evalulates", &["evaluates"]), + ("guarentie", &["guarantee"]), + ("chartroose", &["chartreuse"]), + ("unspefcifieid", &["unspecified"]), + ("recongnized", &["recognized"]), + ("adventus", &["adventures"]), + ("ddevices", &["devices"]), + ("experimets", &["experiments"]), + ("excluslvely", &["exclusively"]), + ("contravercial", &["controversial"]), + ("intimidant", &["intimidate"]), + ("iligal", &["illegal"]), + ("pretendendo", &["pretended"]), + ("enrollement", &["enrollment"]), + ("minimini", &["minimizing"]), + ("blitzkreig", &["blitzkrieg"]), + ("invalidare", &["invalidate"]), + ("accurring", &["occurring"]), + ("deserialzing", &["deserializing"]), + ("geneticlly", &["genetically"]), + ("violentce", &["violence"]), + ("burjun", &["burgeon"]), + ("gainined", &["gained"]), + ("develepors", &["developers"]), + ("interrputed", &["interrupted"]), + ("connecotr", &["connector"]), + ("understandibly", &["understandably"]), + ("inerrupt", &["interrupt"]), + ("irresistable", &["irresistible"]), + ("instrcutions", &["instruction", "instructions"]), + ("esccaped", &["escaped"]), + ("vulnearbuilities", &["vulnerabilities"]), + ("unoffical", &["unofficial"]), + ("elsehwere", &["elsewhere"]), + ("masturbeta", &["masturbated"]), + ("reprensent", &["represent"]), + ("delcaring", &["declaring"]), + ("memmick", &["mimic"]), + ("attaced", &["attached"]), + ("intriniscally", &["intrinsically"]), + ("screenshoots", &["screenshot"]), + ("plehtora", &["plethora"]), + ("executuons", &["executions"]), + ("executabnle", &["executable"]), + ("inconveneince", &["inconvenience"]), + ("xenophonic", &["xenophobic"]), + ("oridinal", &["ordinal", "original"]), + ("aproached", &["approached"]), + ("skipt", &["skip", "skype", "skipped"]), + ("esge", &["edge"]), + ("containa", &["contain"]), + ("isntantly", &["instantly"]), + ("encalve", &["enclave"]), + ("disspiate", &["dissipate"]), + ("maniputing", &["manipulating"]), + ("aproove", &["approve"]), + ("exitting", &["exiting"]), + ("devconainer", &["devcontainer"]), + ("screeshot", &["screenshot"]), + ("congergation", &["congregation"]), + ("asthetical", &["aesthetical"]), + ("donw", &["down", "done"]), + ("epxlicit", &["explicit"]), + ("incude", &["include"]), + ("excercises", &["exercises"]), + ("independenly", &["independently"]), + ("maliciusally", &["maliciously"]), + ("seperately", &["separately"]), + ("reconetions", &["reconnections"]), + ("formulars", &["formulas"]), + ("hemispere", &["hemisphere"]), + ("extraodrinarily", &["extraordinarily"]), + ("physisian", &["physician"]), + ("managet", &["manager"]), + ("comminism", &["communism"]), + ("pipleines", &["pipelines"]), + ("throast", &["throats"]), + ("discualified", &["disqualified"]), + ("aternies", &["attorneys"]), + ("regitration", &["registration"]), + ("husbandos", &["husbands"]), + ("positevely", &["positively"]), + ("exelent", &["excellent"]), + ("kubenates", &["kubernetes"]), + ("shortned", &["shortened"]), + ("institutionilized", &["institutionalized"]), + ("proprety", &["property"]), + ("armonic", &["harmonic"]), + ("neccisary", &["necessary"]), + ("shatterling", &["shattering"]), + ("dimaonds", &["diamonds"]), + ("roiginals", &["originals"]), + ("nstallation", &["installation"]), + ("scaricity", &["scarcity"]), + ("impeccabile", &["impeccable"]), + ("omishients", &["omniscience"]), + ("chambres", &["chambers"]), + ("finacially", &["financially"]), + ("harrases", &["harasses"]), + ("architecturse", &["architectures"]), + ("emphysyma", &["emphysema"]), + ("egotystical", &["egotistical"]), + ("densly", &["densely"]), + ("individuel", &["individual"]), + ("decorrellation", &["decorrelation"]), + ("verson", &["version"]), + ("downloaad", &["download"]), + ("relie", &["rely", "relies", "really", "relief"]), + ("hollywoood", &["hollywood"]), + ("skandinavian", &["scandinavian"]), + ("spects", &["aspects", "expects", "specs"]), + ("oberv", &["observe"]), + ("intialzing", &["initializing"]), + ("neightbouring", &["neighbouring"]), + ("underware", &["underwear"]), + ("accross", &["across"]), + ("heapdhone", &["headphone"]), + ("approuves", &["approves"]), + ("workspacce", &["workspace"]), + ("sumulation", &["simulation"]), + ("porletariat", &["proletariat"]), + ("equivlanets", &["equivalents"]), + ("preffixed", &["prefixed"]), + ("domiante", &["dominate"]), + ("susequent", &["subsequent"]), + ("coexsitance", &["coexistence"]), + ("assisance", &["assistance"]), + ("prject", &["project"]), + ("desscribe", &["describe"]), + ("idicating", &["indicating"]), + ("gymnistics", &["gymnastics"]), + ("endcoded", &["encoded"]), + ("implict", &["implicit"]), + ("abberration", &["aberration"]), + ("inderictly", &["indirectly"]), + ("composet", &["compost"]), + ("patirot", &["patriot"]), + ("atendee", &["attendee"]), + ("temporali", &["temporarily"]), + ("distination", &["destination", "distinction"]), + ("spellig", &["spelling"]), + ("ofcoures", &["ofcourse"]), + ("paravirutalised", &["paravirtualised"]), + ("elemtary", &["elementary"]), + ("structored", &["structured"]), + ("sturcture", &["structure"]), + ("destrcutor", &["destructor"]), + ("palestenians", &["palestinians"]), + ("bouinds", &["bounds"]), + ("dynamcs", &["dynamics"]), + ("raotate", &["rotate"]), + ("mechancial", &["mechanical"]), + ("thurrow", &["thorough"]), + ("nihilisim", &["nihilism"]), + ("gltiches", &["glitches"]), + ("prepartions", &["preparations"]), + ("cusstomer", &["customer"]), + ("proose", &["propose"]), + ("accelorate", &["accelerate"]), + ("clickare", &["clicker"]), + ("variey", &["variety"]), + ("scarificing", &["sacrificing"]), + ("thnakyou", &["thankyou"]), + ("unaccesible", &["unaccessible", "inaccessible"]), + ("specyfing", &["specifying"]), + ("sawtays", &["sautés"]), + ("actualyl", &["actually"]), + ("creditted", &["credited"]), + ("habeus", &["habeas"]), + ("mimimum", &["minimum"]), + ("preinitalizing", &["preinitializing"]), + ("explainatory", &["explanatory"]), + ("embold", &["embolden"]), + ("insectiverous", &["insectivorous"]), + ("dicline", &["decline"]), + ("abandone", &["abandon"]), + ("locatins", &["locations"]), + ("discraced", &["disgraced"]), + ("subnegotition", &["subnegotiation"]), + ("susceded", &["seceded", "succeeded"]), + ("differenecs", &["differences"]), + ("accomodated", &["accommodated"]), + ("arithmetric", &["arithmetic"]), + ("playright", &["playwright"]), + ("leats", &["least"]), + ("manufactuerer", &["manufacturer"]), + ("hieght", &["height"]), + ("surgest", &["suggest"]), + ("brilinear", &["bilinear"]), + ("ehancements", &["enhancements"]), + ("tungues", &["tongues"]), + ("configutations", &["configurations"]), + ("applogize", &["apologize"]), + ("cloisonay", &["cloisonné"]), + ("observabil", &["observable"]), + ("varitey", &["variety"]), + ("wraping", &["wrapping", "warping"]), + ("knowlegable", &["knowledgeable"]), + ("strcutre", &["structure"]), + ("whn", &["when"]), + ("numner", &["number"]), + ("scavanges", &["scavenges"]), + ("botifies", &["notifies"]), + ("receipe", &["recipe"]), + ("finallization", &["finalization"]), + ("loggin", &["login", "logging"]), + ("cumulitive", &["cumulative"]), + ("audiance", &["audience"]), + ("havee", &["have"]), + ("usre", &["sure"]), + ("schould", &["should"]), + ("reimplmenting", &["reimplementing"]), + ("hypothosis", &["hypothesis"]), + ("maclolm", &["malcolm"]), + ("configruation", &["configurations", "configuration"]), + ("aotomatic", &["automatic"]), + ("postion", &["position"]), + ("ubsubscribed", &["unsubscribed"]), + ("consequenty", &["consequently"]), + ("argumeny", &["argument"]), + ("phazing", &["phasing"]), + ("enrty", &["entry"]), + ("epitomie", &["epitome"]), + ("bumby", &["bumpy"]), + ("cooporation", &["cooperation"]), + ("follwoed", &["followed"]), + ("nummbers", &["numbers"]), + ("journolists", &["journalists"]), + ("explodie", &["explode"]), + ("irleand", &["ireland"]), + ("aproximates", &["approximates"]), + ("mataching", &["matching"]), + ("costruction", &["construction"]), + ("destinty", &["destiny"]), + ("considerbly", &["considerably"]), + ("cursror", &["cursor"]), + ("neighberhooding", &["neighboring"]), + ("rehabilitacion", &["rehabilitation"]), + ("reproduciton", &["reproduction"]), + ("usig", &["using"]), + ("watiers", &["waiters"]), + ("coutry", &["country"]), + ("furthe", &["further"]), + ("coplete", &["complete"]), + ("downloas", &["downloads"]), + ("congragation", &["congregation"]), + ("paraemters", &["parameters"]), + ("intepreting", &["interpreting"]), + ("aggragate", &["aggregate"]), + ("nautlius", &["nautilus"]), + ("cencus", &["census"]), + ("cutscence", &["cutscene"]), + ("deductie", &["deductible"]), + ("transcorde", &["transcode"]), + ("coeffients", &["coefficients"]), + ("resemblence", &["resemblance"]), + ("bytetreams", &["bytestreams"]), + ("sucesssfuly", &["successfully"]), + ("tork", &["torque"]), + ("parameger", &["parameter"]), + ("dependecies", &["dependencies"]), + ("decocdes", &["decodes"]), + ("democraticaly", &["democratically"]), + ("lcoal", &["local", "coal"]), + ("javacript", &["javascript"]), + ("counsle", &["counsel"]), + ("constucted", &["constructed"]), + ("abstraccion", &["abstraction"]), + ("simulatanious", &["simultaneous"]), + ("inexplicaby", &["inexplicably"]), + ("protcted", &["protected"]), + ("updat", &["update"]), + ("foloowers", &["followers"]), + ("splite", &["split", "splits", "splice"]), + ("inpending", &["impending"]), + ("intialise", &["initialise"]), + ("filmamkers", &["filmmakers"]), + ("cofirm", &["confirm"]), + ("equest", &["request"]), + ("acients", &["ancients"]), + ("obtrain", &["obtain"]), + ("nstalled", &["installed"]), + ("southmapton", &["southampton"]), + ("insentively", &["insensitively"]), + ("preprocesssing", &["preprocessing"]), + ("anonoymous", &["anonymous"]), + ("experineced", &["experienced"]), + ("satelites", &["satellites"]), + ("defaultet", &["defaulted"]), + ("asending", &["ascending"]), + ("mozila", &["mozilla"]), + ("inflatie", &["inflate"]), + ("opproximate", &["approximate"]), + ("sythesis", &["synthesis"]), + ("inmediatly", &["immediately"]), + ("specificateion", &["specification"]), + ("decrmenet", &["decrement"]), + ("giong", &["going"]), + ("juxtifications", &["justifications"]), + ("parokeality", &["parochiality"]), + ("unperturbated", &["unperturbed"]), + ("mispell", &["misspell"]), + ("birthdaymas", &["birthdays"]), + ("appers", &["appears"]), + ("aristote", &["aristotle"]), + ("gnerates", &["generates"]), + ("thje", &["the"]), + ("acknoweldgement", &["acknowledgement"]), + ("dezert", &["dessert"]), + ("worngs", &["wrongs"]), + ("persepctive", &["perspective"]), + ("givien", &["given"]), + ("queryies", &["queries"]), + ("molesterd", &["molested"]), + ("uprade", &["upgrade"]), + ("hapenn", &["happen"]), + ("expereinces", &["experiences"]), + ("resistence", &["resistance"]), + ("luietenant", &["lieutenant"]), + ("contribuye", &["contribute"]), + ("exprensive", &["expressive"]), + ("arciver", &["archiver"]), + ("shifitng", &["shifting"]), + ("currnet", &["current"]), + ("microcender", &["microcenter"]), + ("ccoutant", &["accountant"]), + ("disertation", &["dissertation"]), + ("dispalyable", &["displayable"]), + ("transportarse", &["transporter"]), + ("mellinnium", &["millennium"]), + ("recommedation", &["recommendation"]), + ("duirng", &["during"]), + ("shorlty", &["shortly"]), + ("opearating", &["operating"]), + ("fornatter", &["formatter"]), + ("correspoinding", &["corresponding"]), + ("discriptor", &["descriptor"]), + ("radiaton", &["radiation"]), + ("lso", &["also"]), + ("conspiricy", &["conspiracy"]), + ("smove", &["move"]), + ("visualzations", &["visualizations"]), + ("finanacially", &["financially"]), + ("authencicates", &["authenticates"]), + ("averloaded", &["overloaded"]), + ("persuded", &["persuaded"]), + ("feminsits", &["feminists"]), + ("evaulated", &["evaluated"]), + ("orcestrating", &["orchestrating"]), + ("celebrationis", &["celebrations"]), + ("excipt", &["except"]), + ("prinicples", &["principles"]), + ("counterpoart", &["counterpart"]), + ("fingerpoint", &["fingerprint"]), + ("commissons", &["commissions"]), + ("extint", &["extinct", "extant"]), + ("preferabely", &["preferable"]), + ("delimititers", &["delimiters"]), + ("persews", &["pursues"]), + ("capsulse", &["capsules"]), + ("timeput", &["timeout"]), + ("withour", &["without"]), + ("meanins", &["meanings"]), + ("attribuites", &["attributes"]), + ("tranlastion", &["translations"]), + ("announcments", &["announcements"]), + ("slience", &["silence"]), + ("masquarade", &["masquerade"]), + ("wordlview", &["worldview"]), + ("releaseing", &["releasing"]), + ("prefrences", &["preferences"]), + ("orcale", &["oracle"]), + ("sentinents", &["sentiments"]), + ("conenct", &["connect"]), + ("stimualting", &["stimulating"]), + ("negiotate", &["negotiate"]), + ("soruce", &["source", "spruce"]), + ("leage", &["league"]), + ("vietnamnese", &["vietnamese"]), + ("spesifities", &["specifics"]), + ("investigatie", &["investigative"]), + ("retreevable", &["retrievable"]), + ("devloper", &["developer"]), + ("committ", &["commit"]), + ("validitity", &["validity"]), + ("absolate", &["absolute"]), + ("guaranteing", &["guaranteeing"]), + ("orginiated", &["originated"]), + ("failture", &["failure"]), + ("sickamore", &["sycamore"]), + ("malfuncting", &["malfunction"]), + ("aynchronous", &["asynchronous"]), + ("uncomprss", &["uncompress"]), + ("tentacels", &["tentacles"]), + ("velantine", &["valentine"]), + ("retriebe", &["retrieve"]), + ("absolete", &["absolute", "obsolete"]), + ("hyperbel", &["hyperbole"]), + ("experimetal", &["experimental"]), + ("coventions", &["conventions"]), + ("portabillity", &["portability"]), + ("disconeections", &["disconnections"]), + ("dereferncencers", &["dereferencers"]), + ("advocade", &["advocated"]), + ("prehaps", &["perhaps"]), + ("circumstante", &["circumstance"]), + ("calibartion", &["calibration"]), + ("residule", &["residue"]), + ("buuilder", &["builder"]), + ("uncousciously", &["unconsciously"]), + ("verical", &["vertical"]), + ("imobilisation", &["immobilisation"]), + ("cooridinate", &["coordinate"]), + ("histroies", &["histories"]), + ("segnemt", &["segment"]), + ("childbird", &["childbirth"]), + ("tragicaly", &["tragically"]), + ("rotataions", &["rotations"]), + ("priviledged", &["privileged"]), + ("refenence", &["reference"]), + ("sufficienntly", &["sufficiently"]), + ("refreshener", &["refresher"]), + ("representas", &["represents"]), + ("indentended", &["indented"]), + ("trotski", &["trotsky"]), + ("atremis", &["artemis"]), + ("sirectionality", &["directionality"]), + ("newmonitis", &["pneumonitis"]), + ("arithetic", &["arithmetic"]), + ("bussines", &["business"]), + ("betwee", &["between"]), + ("cheeseus", &["cheeses"]), + ("highighted", &["highlighted"]), + ("exercizes", &["exercise", "exercises"]), + ("nodel", &["model", "nodal"]), + ("epiphanny", &["epiphany"]), + ("rocords", &["records"]), + ("spritn", &["sprint"]), + ("modfiiable", &["modifiable"]), + ("distrubitors", &["distributors"]), + ("klenex", &["kleenex"]), + ("brakets", &["brackets", "brakes"]), + ("authoritate", &["authoritative"]), + ("manifacture", &["manufacture"]), + ("initators", &["initiators", "imitators"]), + ("armstrog", &["armstrong"]), + ("employeur", &["employer"]), + ("channnel", &["channel"]), + ("dismension", &["dimension"]), + ("frametyp", &["frametype"]), + ("absoliute", &["absolute"]), + ("appliation", &["application"]), + ("nedium", &["medium"]), + ("rotataion", &["rotation"]), + ("nationalsits", &["nationalists"]), + ("regultors", &["regulators"]), + ("addrersssed", &["addressed"]), + ("sterotypes", &["stereotypes"]), + ("formattings", &["formatting"]), + ("greande", &["grenade"]), + ("screeen", &["screen"]), + ("deinstantating", &["deinstantiating"]), + ("incorret", &["incorrect"]), + ("basicaly", &["basically"]), + ("ehternet", &["ethernet"]), + ("indxes", &["indexes"]), + ("singlepalyer", &["singleplayer"]), + ("combintaion", &["combination"]), + ("superceedes", &["supersedes"]), + ("warpprs", &["warps", "wraps"]), + ("resinged", &["resigned"]), + ("implemen", &["implement"]), + ("graudally", &["gradually"]), + ("passione", &["passionate"]), + ("devloppers", &["developers"]), + ("acitve", &["active"]), + ("prescrie", &["prescribed"]), + ("requiremenets", &["requirements"]), + ("booshelf", &["bookshelf"]), + ("superstitios", &["superstitious"]), + ("viusally", &["visually"]), + ("exclosed", &["enclosed"]), + ("deallcoated", &["deallocated"]), + ("intantiating", &["instantiating"]), + ("envokes", &["evokes", "invokes"]), + ("epoches", &["epochs"]), + ("unperturbe", &["unperturbed"]), + ("attatchment", &["attachment"]), + ("surrended", &["surrounded", "surrendered"]), + ("interepretation", &["interpretation"]), + ("convervatism", &["conservatism"]), + ("protoytpe", &["prototype"]), + ("gerates", &["generates", "gyrates"]), + ("uninstlalations", &["uninstallations"]), + ("prescirbed", &["prescribed"]), + ("concleanment", &["concealment"]), + ("longers", &["longer"]), + ("mintored", &["mentored", "monitored"]), + ("manipluate", &["manipulate"]), + ("pologons", &["polygons"]), + ("mirrorn", &["mirror"]), + ("racisst", &["racists"]), + ("requestesd", &["requested"]), + ("renegotionated", &["renegotiated"]), + ("kubernests", &["kubernetes"]), + ("absolutey", &["absolutely", "absolute"]), + ("dereives", &["derives"]), + ("sepcially", &["specially"]), + ("maybelliene", &["maybelline"]), + ("apperciates", &["appreciates"]), + ("sampeld", &["sampled"]), + ("doulbelift", &["doublelift"]), + ("valykrie", &["valkyrie"]), + ("polpulate", &["populate"]), + ("paranornal", &["paranormal"]), + ("retransmited", &["retransmitted"]), + ("visibilty", &["visibility"]), + ("broked", &["broken"]), + ("modiffers", &["modifiers"]), + ("overlaping", &["overlapping"]), + ("mcgergor", &["mcgregor"]), + ("parellelogram", &["parallelogram"]), + ("rearrangmenets", &["rearrangements"]), + ("inconstent", &["inconsistent", "inconstant"]), + ("reliased", &["realised"]), + ("vunerable", &["vulnerable"]), + ("soemwhere", &["somewhere"]), + ("appealling", &["appealing", "appalling"]), + ("reprsent", &["represent"]), + ("accociations", &["associations"]), + ("apporves", &["approves"]), + ("subscriptons", &["subscriptions"]), + ("algortihmically", &["algorithmically"]), + ("cetrainly", &["certainly"]), + ("mnemnonic", &["mnemonic"]), + ("jhondoe", &["johndoe"]), + ("ineffektive", &["ineffective"]), + ("methapors", &["metaphors"]), + ("unresponse", &["unresponsive"]), + ("thermomoter", &["thermometer"]), + ("negotitaes", &["negotiates"]), + ("viees", &["views"]), + ("upstreamedd", &["upstreamed"]), + ("alternetly", &["alternately"]), + ("deffensively", &["defensively"]), + ("relyes", &["relies", "realize", "realise"]), + ("oen", &["one"]), + ("cach", &["catch", "cache"]), + ("assignemtn", &["assignment"]), + ("crowshays", &["crochets"]), + ("idae", &["idea"]), + ("exurpts", &["excerpts"]), + ("dealloacte", &["deallocate"]), + ("uplad", &["upload"]), + ("recruse", &["recurse"]), + ("conneted", &["connected"]), + ("cursot", &["cursor"]), + ("publiaher", &["publisher"]), + ("mathc", &["match"]), + ("terorrists", &["terrorists"]), + ("compelete", &["complete"]), + ("repsonsive", &["responsive"]), + ("athleticsim", &["athleticism"]), + ("laywer", &["lawyer"]), + ("privelleges", &["privileges"]), + ("burocratic", &["bureaucratic"]), + ("survivours", &["survivor"]), + ("trasparent", &["transparent"]), + ("preseverence", &["perseverance"]), + ("ridicously", &["ridiculously"]), + ("comparisations", &["comparisons"]), + ("dependening", &["depending"]), + ("preorderers", &["preorders"]), + ("commma", &["comma"]), + ("terminte", &["terminate"]), + ("assigmnent", &["assignment"]), + ("uncommpresion", &["uncompression"]), + ("contradics", &["contradicts"]), + ("apacolypse", &["apocalypse"]), + ("suports", &["supports"]), + ("fustration", &["frustration"]), + ("environent", &["environment"]), + ("wieth", &["width"]), + ("comphrehensive", &["comprehensive"]), + ("intoxocated", &["intoxicated"]), + ("mdoe", &["doe", "mode"]), + ("amaizing", &["amazing"]), + ("copeing", &["copying"]), + ("gemometric", &["geometric"]), + ("inconfort", &["discomfort", "uncomfortable"]), + ("cacheing", &["caching"]), + ("retieval", &["retrieval"]), + ("altought", &["although"]), + ("determinded", &["determine", "determined"]), + ("definatelty", &["definitely"]), + ("cycloen", &["cyclone"]), + ("encriptions", &["encryptions"]), + ("tupel", &["tuple"]), + ("gernal", &["general", "journal"]), + ("charecterization", &["characterization"]), + ("discipliniary", &["disciplinary"]), + ("accssible", &["accessible"]), + ("circluating", &["circulating"]), + ("accessiblilty", &["accessibility"]), + ("subsriber", &["subscriber"]), + ("maesured", &["measured"]), + ("neighbeod", &["neighborhood"]), + ("condig", &["config"]), + ("subjectivy", &["subjectively"]), + ("safetly", &["safely"]), + ("separte", &["separate"]), + ("entrepreneurers", &["entrepreneurs"]), + ("inheritage", &["heritage", "inheritance"]), + ("observ", &["observe"]), + ("activateing", &["activating"]), + ("recyled", &["recycled"]), + ("forgieners", &["foreigners"]), + ("remmove", &["remove"]), + ("resoution", &["resolution"]), + ("respoted", &["reposted"]), + ("frustrastion", &["frustrations"]), + ("proficientcy", &["proficiency"]), + ("courtesey", &["courtesy"]), + ("imilar", &["similar"]), + ("woodworkign", &["woodworking"]), + ("proxyed", &["proxied"]), + ("repertwars", &["repertoires"]), + ("anwser", &["answer"]), + ("introvertis", &["introverts"]), + ("accepected", &["accepted"]), + ("plagiariasm", &["plagiarism"]), + ("renegeration", &["regeneration"]), + ("exixst", &["exist"]), + ("iwithout", &["without"]), + ("visbility", &["visibility"]), + ("excetional", &["exceptional"]), + ("initailizer", &["initializer"]), + ("anouther", &["another"]), + ("develope", &["develop"]), + ("confuration", &["configuration"]), + ("spefcification", &["specification"]), + ("journying", &["journeying"]), + ("conainted", &["contained"]), + ("bulids", &["builds"]), + ("algorritmically", &["algorithmically"]), + ("sacrifie", &["sacrifice"]), + ("mongolos", &["mongols"]), + ("presidenty", &["presidency"]), + ("horzions", &["horizons"]), + ("correctin", &["correction"]), + ("integartes", &["integrates"]), + ("palettte", &["palette"]), + ("polutes", &["pollutes"]), + ("securrely", &["securely"]), + ("intstructional", &["instructional"]), + ("attachged", &["attached"]), + ("thruoghout", &["throughout"]), + ("valentis", &["valentines"]), + ("negatve", &["negative"]), + ("ciphersute", &["ciphersuite"]), + ("visibily", &["visibility", "visibly"]), + ("convinse", &["convinces"]), + ("ironamn", &["ironman"]), + ("paramameter", &["parameter"]), + ("percengtage", &["percentages"]), + ("comestics", &["cosmetics"]), + ("autonegociations", &["autonegotiations"]), + ("inconcistent", &["inconsistent"]), + ("courtrom", &["courtroom"]), + ("prespective", &["perspective"]), + ("underun", &["underrun"]), + ("expemental", &["experimental"]), + ("guarrenteing", &["guaranteeing"]), + ("supplyed", &["supplied"]), + ("manipluated", &["manipulated"]), + ("constrait", &["constraints", "constraint"]), + ("tsamina", &["stamina"]), + ("comitish", &["commitish"]), + ("creadential", &["credential"]), + ("prettyier", &["prettier"]), + ("chck", &["check"]), + ("influense", &["influences"]), + ("incompasitated", &["incapacitated"]), + ("releives", &["relieves"]), + ("imporvements", &["improvements"]), + ("imrpovements", &["improvements"]), + ("downgradde", &["downgrade"]), + ("comapators", &["comparators"]), + ("deficiencias", &["deficiencies"]), + ("commantator", &["commentator"]), + ("alreday", &["already"]), + ("uninteresing", &["uninteresting"]), + ("conidtion", &["condition"]), + ("indepedence", &["independence"]), + ("embbedding", &["embedding"]), + ("meshe", &["mesh", "meshed", "meshes"]), + ("comecting", &["connecting"]), + ("rilvaries", &["rivalries"]), + ("pharmaseuticaly", &["pharmaceutical"]), + ("triuangulate", &["triangulate"]), + ("nane", &["name"]), + ("ovservation", &["observation"]), + ("negogtiators", &["negotiators"]), + ("bufufer", &["buffer"]), + ("paraphraseing", &["paraphrasing"]), + ("requestied", &["requested"]), + ("visinble", &["visible"]), + ("whithe", &["with", "white"]), + ("peirods", &["periods"]), + ("arbatrary", &["arbitrary"]), + ("grammitical", &["grammatical"]), + ("overcapping", &["overlapping"]), + ("unregualted", &["unregulated"]), + ("proerty", &["property", "poetry"]), + ("compoent", &["component"]), + ("prefarably", &["preferably"]), + ("projet", &["project"]), + ("deffaulted", &["defaulted"]), + ("destoried", &["destroyed"]), + ("annaverserys", &["anniversaries"]), + ("unintesting", &["uninteresting"]), + ("embarrssing", &["embarrassing"]), + ("utlrasound", &["ultrasound"]), + ("empathethic", &["empathetic"]), + ("cootdination", &["coordination"]), + ("authetnticator", &["authenticator"]), + ("requrirements", &["requirements"]), + ("contribuyes", &["contributes"]), + ("tyep", &["type"]), + ("contines", &["continents"]), + ("encrcypted", &["encrypted"]), + ("craete", &["create", "crate"]), + ("verifyable", &["verifiable"]), + ("publicani", &["publication"]), + ("disensitized", &["desensitized"]), + ("workaroudn", &["workaround"]), + ("guareentes", &["guarantees"]), + ("unanomously", &["unanimously"]), + ("erly", &["early"]), + ("classfied", &["classified"]), + ("miscatalogued", &["miscataloged"]), + ("extendded", &["extended"]), + ("storeage", &["storage"]), + ("corecctly", &["correctly"]), + ("expendetures", &["expenditures"]), + ("moderninationz", &["modernizations"]), + ("inbelievable", &["unbelievable"]), + ("internations", &["interactions"]), + ("requerimento", &["requirement"]), + ("abstruction", &["abstraction"]), + ("beneifical", &["beneficial"]), + ("forermly", &["formerly"]), + ("excange", &["exchange"]), + ("greviances", &["grievances"]), + ("identation", &["indentation"]), + ("almighy", &["almighty"]), + ("warrenties", &["warranties"]), + ("resoucing", &["resourcing"]), + ("vizualise", &["visualise"]), + ("authenciators", &["authenticators"]), + ("recconect", &["reconnect"]), + ("subexpersion", &["subexpression"]), + ("enouraged", &["encouraged"]), + ("columsn", &["columns"]), + ("bceuase", &["because"]), + ("perversley", &["perverse"]), + ("pretendas", &["pretends"]), + ("capalize", &["capitalize"]), + ("palystyle", &["playstyle"]), + ("sctipted", &["scripted"]), + ("soundtrakcs", &["soundtracks"]), + ("commnunication", &["communication"]), + ("termniators", &["terminators"]), + ("invalidade", &["invalidate"]), + ("leightweight", &["lightweight"]), + ("sarcasticlly", &["sarcastically"]), + ("utilizaiton", &["utilization"]), + ("abstinince", &["abstinence"]), + ("evalites", &["evaluates"]), + ("authencticating", &["authenticating"]), + ("supportare", &["supporters"]), + ("circumstanes", &["circumstance"]), + ("backeast", &["backseat"]), + ("reminisentky", &["reminiscently"]), + ("testiclies", &["testicle"]), + ("portgual", &["portugal"]), + ("experimintation", &["experimentation"]), + ("interneting", &["interesting"]), + ("impleted", &["implemented"]), + ("celibrations", &["celebrations"]), + ("dispartiy", &["disparity"]), + ("seriuos", &["serious"]), + ("diposable", &["disposable"]), + ("firefigher", &["firefighter"]), + ("disciplers", &["disciples"]), + ("bruning", &["burning"]), + ("inavlid", &["invalid"]), + ("metaphisical", &["metaphysical"]), + ("subjudgation", &["subjugation"]), + ("metropolitain", &["metropolitan"]), + ("nerative", &["narrative", "negative"]), + ("characther", &["character"]), + ("aircaft", &["aircraft"]), + ("australain", &["australians"]), + ("callig", &["calling"]), + ("reciporcated", &["reciprocate"]), + ("slooth", &["sleuth", "sloth", "sooth"]), + ("componemt", &["component"]), + ("tesitfy", &["testify"]), + ("miminal", &["minimal"]), + ("guarnantee", &["guarantee"]), + ("desitable", &["desirable"]), + ("micropone", &["microphone"]), + ("corrrecting", &["correcting"]), + ("demensional", &["dimensional"]), + ("feminen", &["feminine"]), + ("baord", &["board"]), + ("stiky", &["sticky"]), + ("neglible", &["negligible"]), + ("ealrier", &["earlier"]), + ("meanign", &["meaning"]), + ("commpand", &["command", "compand"]), + ("mesasge", &["message"]), + ("patronos", &["patrons"]), + ("pytho", &["python"]), + ("rhapsodomy", &["rhapsody"]), + ("folse", &["false"]), + ("mathcup", &["matchup"]), + ("invincibe", &["invincible"]), + ("intiailizer", &["initializer"]), + ("slogen", &["slogan"]), + ("persvasive", &["persuasive"]), + ("whne", &["when"]), + ("supermarkedet", &["supermarket"]), + ("maskerading", &["masquerading"]), + ("certifcate", &["certificate"]), + ("apretiation", &["appreciation"]), + ("availabe", &["available"]), + ("certfications", &["certifications"]), + ("calcualtions", &["calculations"]), + ("modile", &["mobile", "module"]), + ("achives", &["achieves", "archives"]), + ("dissimialrity", &["dissimilarity"]), + ("analyed", &["analysed", "analyzed"]), + ("ditial", &["digital"]), + ("depdendet", &["dependent"]), + ("readabillity", &["readability"]), + ("exaplain", &["explain"]), + ("hseldon", &["sheldon"]), + ("curnels", &["colonels"]), + ("punshier", &["punisher"]), + ("andorids", &["androids"]), + ("professers", &["professors"]), + ("serched", &["searched"]), + ("playgerise", &["plagiarise"]), + ("consideribly", &["considerably"]), + ("hierachical", &["hierarchical"]), + ("derageable", &["dirigible"]), + ("corruptin", &["corruption"]), + ("eveolve", &["evolve"]), + ("juxtification", &["justification"]), + ("vasslas", &["vassals"]), + ("charecteristics", &["characteristics"]), + ("auxillary", &["auxiliary"]), + ("retieve", &["retrieve"]), + ("howeever", &["however"]), + ("behaiviour", &["behaviour"]), + ("workround", &["workaround"]), + ("extraccion", &["extraction"]), + ("veicle", &["vehicle"]), + ("presists", &["persists"]), + ("interationally", &["internationally"]), + ("platoes", &["plateaus"]), + ("avdisoriyes", &["advisories"]), + ("unconciousness", &["unconsciousness"]), + ("muffinus", &["muffins"]), + ("valdiated", &["validated"]), + ("devestated", &["devastated"]), + ("tempramental", &["temperamental"]), + ("preferr", &["prefer"]), + ("trasnfered", &["transferred"]), + ("subdivisiond", &["subdivisioned"]), + ("therapetic", &["therapeutic"]), + ("automatycally", &["automatically"]), + ("desctiptions", &["descriptions"]), + ("sedentarity", &["sedentary"]), + ("monopolis", &["monopolies"]), + ("udpates", &["updates"]), + ("convinences", &["conveniences"]), + ("incidentially", &["incidentally"]), + ("delvery", &["delivery"]), + ("frameword", &["framework"]), + ("callled", &["called"]), + ("monarkeys", &["monarchies"]), + ("transpaernt", &["transparent"]), + ("delimted", &["delimited"]), + ("consrtuctor", &["constructor"]), + ("remaner", &["remainder"]), + ("dynamc", &["dynamic"]), + ("acknoweldges", &["acknowledges"]), + ("platflorms", &["platforms"]), + ("asteorid", &["asteroid"]), + ("implementos", &["implements"]), + ("resuting", &["resulting"]), + ("circumstansial", &["circumstantial"]), + ("recontructed", &["reconstructed"]), + ("diretly", &["directly"]), + ("lokal", &["local"]), + ("outsourcad", &["outsourced"]), + ("acopalyptic", &["apocalyptic"]), + ("obsessivley", &["obsessive"]), + ("eurpoeans", &["europeans"]), + ("thme", &["them"]), + ("timming", &["timing", "trimming"]), + ("memroy", &["memory"]), + ("travling", &["traveling"]), + ("negotaiate", &["negotiate"]), + ("negatiotiation", &["negotiation"]), + ("procided", &["provided"]), + ("reasonablly", &["reasonably"]), + ("expetimenting", &["experimenting"]), + ("intstead", &["instead"]), + ("prosecutie", &["prosecuted"]), + ("gaurenteed", &["guaranteed"]), + ("docekr", &["docker"]), + ("agruement", &["argument"]), + ("ganerates", &["generates"]), + ("implamentation", &["implementation"]), + ("physicans", &["physicians"]), + ("pertended", &["pretended"]), + ("allocaitions", &["allocations"]), + ("distingished", &["distinguished"]), + ("termintor", &["terminator"]), + ("nstalls", &["installs"]), + ("catholicsm", &["catholicism"]), + ("excute", &["execute"]), + ("charas", &["chars"]), + ("exploiding", &["exploiting"]), + ("condescensing", &["condescension"]), + ("revolutin", &["revolutions", "revolution"]), + ("graphis", &["graphics"]), + ("wesite", &["website"]), + ("trianing", &["training"]), + ("implemtation", &["implementation"]), + ("confuzze", &["confuse"]), + ("scource", &["source", "scouse"]), + ("skrimish", &["skirmish"]), + ("respwans", &["respawns"]), + ("ceck", &["check"]), + ("sporatic", &["sporadic"]), + ("fragmet", &["fragment"]), + ("tecnique", &["technique"]), + ("extnend", &["extend"]), + ("obeservers", &["observers"]), + ("connecttion", &["connection"]), + ("configuratoin", &["configurations", "configuration"]), + ("translyvanian", &["transylvania"]), + ("renegotion", &["renegotiation"]), + ("interchangabley", &["interchangeably"]), + ("docmuent", &["document"]), + ("rusult", &["result"]), + ("suspicsion", &["suspicions"]), + ("tranverse", &["transverse", "traverse"]), + ("renuion", &["reunion"]), + ("serrebral", &["cerebral"]), + ("mobilitiy", &["mobility"]), + ("tefine", &["define"]), + ("advicable", &["advisable"]), + ("enlightnement", &["enlightenment"]), + ("accodrance", &["accordance"]), + ("somthingelse", &["somethingelse"]), + ("incurrs", &["incurs"]), + ("specal", &["special"]), + ("definatley", &["definitely"]), + ("enchantent", &["enchantment"]), + ("ankshis", &["anxious"]), + ("quiessent", &["quiescent"]), + ("serialialise", &["serialise"]), + ("promisse", &["promise", "promises", "promised"]), + ("modfieid", &["modified"]), + ("insetead", &["instead"]), + ("buddist", &["buddhist"]), + ("visibililty", &["visibility"]), + ("interneters", &["internets"]), + ("certificste", &["certificate"]), + ("monolouge", &["monologue"]), + ("sensititivies", &["sensitivities"]), + ("medicaly", &["medically"]), + ("snowballes", &["snowballs"]), + ("irresistably", &["irresistibly"]), + ("immortalis", &["immortals"]), + ("headshoots", &["headshot"]), + ("irradation", &["irradiation"]), + ("notifictation", &["notification"]), + ("releaved", &["relieved"]), + ("colaborate", &["collaborate"]), + ("developp", &["develop"]), + ("paramterers", &["parameters"]), + ("unqiuely", &["uniquely"]), + ("cambirdge", &["cambridge"]), + ("negetive", &["negative"]), + ("caricatore", &["caricature"]), + ("cockroachers", &["cockroaches"]), + ("intepreter", &["interpreter"]), + ("buildins", &["buildings"]), + ("firendly", &["friendly"]), + ("neworks", &["networks"]), + ("magnitue", &["magnitude"]), + ("maximnums", &["maximums"]), + ("emuation", &["emulation"]), + ("segmetned", &["segmented"]), + ("alignemt", &["alignment"]), + ("appripriate", &["appropriate"]), + ("timeputs", &["timeouts"]), + ("informarle", &["informal"]), + ("configiguration", &["configuration"]), + ("recurion", &["recursion"]), + ("elamentaries", &["elementaries"]), + ("confersation", &["conservation"]), + ("whatevr", &["whatever"]), + ("compitent", &["competent"]), + ("psychiatrits", &["psychiatrists"]), + ("yuou", &["you"]), + ("arleady", &["already"]), + ("insturctor", &["instructor"]), + ("ponitd", &["pointed"]), + ("reaktivate", &["reactivate"]), + ("randonmess", &["randomness"]), + ("procelain", &["porcelain"]), + ("dependd", &["depended"]), + ("copstruction", &["construction"]), + ("lenghthen", &["lengthen"]), + ("potentail", &["potential"]), + ("nawshusly", &["nauseously"]), + ("hights", &["height", "heights"]), + ("railraod", &["railroad"]), + ("asnwer", &["answer"]), + ("organizarme", &["organizer"]), + ("cthluhu", &["cthulhu"]), + ("desscription", &["description"]), + ("dinamically", &["dynamically"]), + ("anumber", &["number"]), + ("debugginf", &["debugging"]), + ("blueberrry", &["blueberry"]), + ("centrifugeable", &["centrifugable"]), + ("chernboyl", &["chernobyl"]), + ("funvtion", &["function"]), + ("psychiatirst", &["psychiatrists"]), + ("documen", &["document"]), + ("encapsultions", &["encapsulations"]), + ("plagiariam", &["plagiarism"]), + ("consentrate", &["concentrate"]), + ("distinciton", &["distinction"]), + ("truimph", &["triumph"]), + ("irresponsibe", &["irresponsible"]), + ("descendands", &["descendants"]), + ("availeble", &["available"]), + ("spectifying", &["specifying"]), + ("relyable", &["reliable"]), + ("conescutive", &["consecutive"]), + ("migitate", &["mitigate"]), + ("guarentieing", &["guaranteeing"]), + ("imliments", &["implements"]), + ("compensentate", &["compensate"]), + ("adjustabe", &["adjustable"]), + ("meny", &["menu", "many"]), + ("instad", &["instead"]), + ("errorrs", &["errors"]), + ("aproximations", &["approximations"]), + ("disscuses", &["discusses"]), + ("lifetimers", &["lifetimes"]), + ("precomuted", &["precomputed"]), + ("compeition", &["competition"]), + ("ocilating", &["oscillating"]), + ("impiled", &["implied"]), + ("transfroamtion", &["transformation"]), + ("temporyry", &["temporary"]), + ("nombered", &["numbered"]), + ("trigers", &["triggers"]), + ("gauarenteed", &["guaranteed"]), + ("curevd", &["curved"]), + ("filting", &["filtering"]), + ("chrsitian", &["christian"]), + ("homapage", &["homepage"]), + ("otherewise", &["otherwise"]), + ("middlware", &["middleware"]), + ("ckeck", &["check"]), + ("southamtpon", &["southampton"]), + ("decsend", &["descend"]), + ("myraid", &["myriad"]), + ("endoding", &["encoding"]), + ("censurship", &["censorship"]), + ("mimimise", &["minimise"]), + ("aquairum", &["aquarium"]), + ("reminscing", &["reminiscing"]), + ("commomplace", &["commonplace"]), + ("eneumeration", &["enumeration"]), + ("environmentaly", &["environmentally"]), + ("wipoing", &["wiping"]), + ("oganization", &["organization"]), + ("cosnsrain", &["constrain"]), + ("relect", &["reelect"]), + ("microvaves", &["microwaves"]), + ("ehenever", &["whenever"]), + ("fexibility", &["flexibility"]), + ("recund", &["fecund", "reckoned"]), + ("pregressively", &["progressively"]), + ("retalier", &["retailer"]), + ("prayry", &["prairie"]), + ("mesured", &["measured"]), + ("presentas", &["presents"]), + ("exept", &["except", "exempt"]), + ("decorativo", &["decoration"]), + ("doucment", &["document"]), + ("sanitizisation", &["sanitization"]), + ("remarkablly", &["remarkably"]), + ("lieing", &["lying"]), + ("teleportaion", &["teleportation"]), + ("elemen", &["element"]), + ("mozzilla", &["mozilla"]), + ("influenta", &["influential"]), + ("inhertis", &["inherits"]), + ("glithcy", &["glitchy"]), + ("hospitallity", &["hospitality"]), + ("purtain", &["pertain"]), + ("elelements", &["elements"]), + ("conteneurs", &["contenders"]), + ("modifdy", &["modify"]), + ("utitlity", &["utility"]), + ("corretion", &["correction"]), + ("givveing", &["giving"]), + ("specifyinhg", &["specifying"]), + ("psychopathische", &["psychopathic"]), + ("imprisonent", &["imprisonment"]), + ("sepecified", &["specified"]), + ("bloching", &["blocking"]), + ("guarntes", &["guarantees"]), + ("sepculating", &["speculating"]), + ("indepdendance", &["independence"]), + ("treak", &["treat", "tweak"]), + ("destrination", &["destination"]), + ("advirtisement", &["advertisement"]), + ("cimptumaticlly", &["symptomatically"]), + ("ststionery", &["stationery"]), + ("uncerain", &["uncertain"]), + ("addoptive", &["adoptive", "adaptive"]), + ("pestisides", &["pesticides"]), + ("descriptionm", &["description"]), + ("unconventinal", &["unconventional"]), + ("annote", &["annotate"]), + ("informarlo", &["informal"]), + ("vulnerabuillities", &["vulnerabilities"]), + ("acccused", &["accused"]), + ("installeert", &["installer"]), + ("azmith", &["azimuth"]), + ("functiong", &["functioning"]), + ("attension", &["attention"]), + ("ditionary", &["dictionary"]), + ("accestor", &["accessor", "ancestor"]), + ("nessecarilt", &["necessarily"]), + ("disguss", &["disgusts"]), + ("supspected", &["suspected"]), + ("specialices", &["specializes"]), + ("availabble", &["available"]), + ("manufacterers", &["manufacturers"]), + ("troughput", &["throughput", "throughout"]), + ("hyposesis", &["hypothesis"]), + ("abandonnent", &["abandonment"]), + ("deadlifters", &["deadlifts"]), + ("verison", &["version"]), + ("presipitator", &["precipitator"]), + ("bivouaced", &["bivouacked"]), + ("marcros", &["macros"]), + ("inteface", &["interface"]), + ("flor", &["floor", "flow"]), + ("insead", &["instead"]), + ("sectopm", &["section"]), + ("hyphotesis", &["hypothesis"]), + ("codesbase", &["codebase"]), + ("cryptographc", &["cryptographic"]), + ("banching", &["branching"]), + ("inplemented", &["implemented"]), + ("staement", &["statement"]), + ("extremeley", &["extremely"]), + ("polgyon", &["polygon"]), + ("objet", &["object"]), + ("aparthied", &["apartheid"]), + ("iterpreter", &["interpreter"]), + ("overbraking", &["overbearing"]), + ("enoung", &["enough"]), + ("annoyn", &["annoy", "annoying"]), + ("addd", &["add"]), + ("unncessarily", &["unnecessarily"]), + ("weant", &["want", "wean"]), + ("tosbiba", &["toshiba"]), + ("pitchforcks", &["pitchforks"]), + ("considier", &["consider"]), + ("alogrithmic", &["algorithmic"]), + ("trogliditism", &["troglodytism"]), + ("secrelty", &["secretly"]), + ("associationthis", &["associations"]), + ("respondendo", &["responded"]), + ("unsucesfully", &["unsuccessfully"]), + ("broswers", &["browsers"]), + ("intentinal", &["intentional"]), + ("enfore", &["enforce"]), + ("coummunity", &["community"]), + ("govoners", &["governors"]), + ("parocheally", &["parochially"]), + ("reconenctions", &["reconnections"]), + ("outplayd", &["outplayed"]), + ("durabiliy", &["durability"]), + ("scenaireos", &["scenarios"]), + ("referances", &["references"]), + ("messaih", &["messiah"]), + ("romaing", &["roaming"]), + ("assication", &["association"]), + ("descriminates", &["discriminates"]), + ("elemantary", &["elementary"]), + ("peferences", &["preferences"]), + ("modlues", &["modules"]), + ("allegely", &["allegedly"]), + ("pupulated", &["populated"]), + ("qoute", &["quote"]), + ("proclaimation", &["proclamation"]), + ("progrma", &["program"]), + ("alignd", &["aligned"]), + ("divsion", &["division"]), + ("sise", &["size", "sisal"]), + ("sofwtare", &["software"]), + ("transofrmation", &["transformation"]), + ("pretensious", &["pretentious"]), + ("flakyness", &["flakiness"]), + ("extrordinarily", &["extraordinarily"]), + ("prohibt", &["prohibit"]), + ("idetifier", &["identifier"]), + ("premanent", &["permanent"]), + ("shpere", &["sphere"]), + ("accumulare", &["accumulate"]), + ("spaning", &["spanning"]), + ("propotional", &["proportional", "promotional"]), + ("delimitter", &["delimiter"]), + ("imbraced", &["embraced"]), + ("collistions", &["collisions"]), + ("wholey", &["wholly"]), + ("rebuilded", &["rebuilt"]), + ("courtesty", &["courtesy"]), + ("absout", &["absolute"]), + ("cousnelors", &["counselors"]), + ("indecies", &["indices"]), + ("exoitcs", &["exotics"]), + ("peninsulla", &["peninsula"]), + ("intrisnic", &["intrinsic"]), + ("raputre", &["rapture"]), + ("cuddels", &["cuddles"]), + ("assemly", &["assembly"]), + ("signifanct", &["significant"]), + ("allocaitons", &["allocations"]), + ("fnctions", &["functions"]), + ("obiedence", &["obedience"]), + ("apperar", &["appear"]), + ("shbang", &["shebang"]), + ("acknowlege", &["acknowledge"]), + ("negligance", &["negligence"]), + ("addresing", &["addressing"]), + ("availiable", &["available"]), + ("supress", &["suppress"]), + ("impleemntations", &["implementations"]), + ("apostrope", &["apostrophe"]), + ("regresse", &["regressive"]), + ("houskeeping", &["housekeeping"]), + ("recgonizing", &["recognizing"]), + ("varities", &["varieties"]), + ("locaion", &["location"]), + ("conained", &["contained"]), + ("helicoptor", &["helicopter"]), + ("republicons", &["republicans"]), + ("denominacion", &["denomination"]), + ("agression", &["aggression"]), + ("feminitity", &["femininity"]), + ("denominationals", &["denominations"]), + ("negociates", &["negotiates"]), + ("manafacturing", &["manufacturing"]), + ("conects", &["connects"]), + ("respone", &["response", "respond"]), + ("sourse", &["source"]), + ("tacticts", &["tactics"]), + ("shoutot", &["shoutout"]), + ("systemwindiow", &["systemwindow"]), + ("criticisim", &["criticism"]), + ("peoms", &["poems"]), + ("deallocaed", &["deallocated"]), + ("manufaucturing", &["manufacturing"]), + ("principales", &["principles"]), + ("thrue", &["thru"]), + ("somewere", &["somewhere"]), + ("sawtayes", &["sautés"]), + ("balcked", &["blacked"]), + ("offen", &["often"]), + ("conntents", &["contents"]), + ("origianaly", &["originally"]), + ("makse", &["makes", "masks"]), + ("gongratulations", &["congratulations"]), + ("geographicaly", &["geographically"]), + ("cannobt", &["cannot"]), + ("frecuencies", &["frequencies"]), + ("anicent", &["ancient"]), + ("renegoptionsotiator", &["renegotiator"]), + ("creaed", &["created"]), + ("teamspeack", &["teamspeak"]), + ("dreasm", &["dreams"]), + ("arbiturarily", &["arbitrarily"]), + ("complicato", &["complication"]), + ("theef", &["thief"]), + ("inrements", &["increments"]), + ("declators", &["declarators"]), + ("transparcencies", &["transparencies"]), + ("destrying", &["destroying"]), + ("appretiation", &["appreciation"]), + ("damamges", &["damages"]), + ("progresso", &["progression"]), + ("licsenses", &["licenses"]), + ("communiste", &["communities"]), + ("bottelneck", &["bottleneck"]), + ("analystes", &["analysts"]), + ("tanturms", &["tantrums"]), + ("inequailty", &["inequality"]), + ("afaraid", &["afraid"]), + ("calssified", &["classified"]), + ("mimicks", &["mimics"]), + ("iconifie", &["iconify"]), + ("sumbissions", &["submissions"]), + ("dortumnd", &["dortmund"]), + ("shaprness", &["sharpness"]), + ("subscrible", &["subscriber"]), + ("horrifing", &["horrifying"]), + ("insultos", &["insults"]), + ("furutre", &["future"]), + ("neckbeardies", &["neckbeards"]), + ("overshaddowed", &["overshadowed"]), + ("budegets", &["budgets"]), + ("accuarcy", &["accuracy"]), + ("magnetis", &["magnets"]), + ("algorthyn", &["algorithm"]), + ("gived", &["given", "gave"]), + ("expetimented", &["experimented"]), + ("sevices", &["services"]), + ("downlowded", &["downloaded"]), + ("salughter", &["slaughter"]), + ("inlin", &["inline"]), + ("orgnaised", &["organised"]), + ("verifcation", &["verification"]), + ("mch", &["much"]), + ("algoithmically", &["algorithmically"]), + ("decompessor", &["decompressor"]), + ("siloueting", &["silhouetting"]), + ("maximnum", &["maximum"]), + ("hanlded", &["handled"]), + ("itialises", &["initialises"]), + ("comrpomise", &["compromise"]), + ("ordner", &["order"]), + ("omnisience", &["omniscience"]), + ("paychologists", &["psychologists"]), + ("retangle", &["rectangle"]), + ("deaktivated", &["deactivated"]), + ("constuctor", &["constructor"]), + ("opeaarations", &["operations"]), + ("discertation", &["dissertation"]), + ("headquatered", &["headquartered"]), + ("kentuckey", &["kentucky"]), + ("funrel", &["funeral"]), + ("contraintes", &["constraints"]), + ("upgarde", &["upgrade"]), + ("stictly", &["strictly"]), + ("unswithced", &["unswitched"]), + ("sastifying", &["satisfying"]), + ("compairson", &["comparison"]), + ("progressieve", &["progressive"]), + ("prposer", &["proposer"]), + ("acquision", &["acquisition"]), + ("bicast", &["bitcast"]), + ("captialization", &["capitalization"]), + ("garunteed", &["guaranteed"]), + ("crytpic", &["cryptic"]), + ("modifieres", &["modifiers"]), + ("optimimum", &["optimum"]), + ("familiarze", &["familiarize"]), + ("principlas", &["principals"]), + ("sugestions", &["suggestions"]), + ("mandrian", &["mandarin"]), + ("tournyes", &["tourneys"]), + ("accodingly", &["accordingly"]), + ("chiuhahua", &["chihuahua"]), + ("compareisons", &["comparisons"]), + ("centisenconds", &["centiseconds"]), + ("neagtive", &["negative"]), + ("verrical", &["vertical"]), + ("deverlopers", &["developers"]), + ("parternship", &["partnership"]), + ("livestreem", &["livestream"]), + ("laysering", &["lasering", "layering"]), + ("tooo", &["todo", "too", "took", "tool"]), + ("oustanding", &["outstanding"]), + ("optmize", &["optimize"]), + ("benevloent", &["benevolent"]), + ("phenemonal", &["phenomenal"]), + ("arbitrariliy", &["arbitrarily"]), + ("anteenas", &["antennas"]), + ("indefinete", &["indefinite"]), + ("correspondd", &["corresponded"]), + ("sheelpe", &["sheeple"]), + ("ggogle", &["goggle", "google"]), + ("caharcters", &["characters"]), + ("renegociator", &["renegotiator"]), + ("resultions", &["resolutions"]), + ("ands", &["and"]), + ("expresison", &["expressions"]), + ("dissappeared", &["disappeared"]), + ("titels", &["titles"]), + ("freecallrelpy", &["freecallreply"]), + ("precussions", &["percussions"]), + ("maxinum", &["maximum"]), + ("mircoservice", &["microservice"]), + ("avaialbe", &["available"]), + ("bumpded", &["bumped"]), + ("substitte", &["substitute"]), + ("interoperabilty", &["interoperability"]), + ("correpsonding", &["corresponding"]), + ("authoritatian", &["authoritarian"]), + ("directon", &["direction"]), + ("whenevery", &["whenever"]), + ("orderering", &["ordering"]), + ("homeonwer", &["homeowner"]), + ("selct", &["select"]), + ("professionl", &["professionals"]), + ("indivudal", &["individual"]), + ("anticipare", &["anticipate"]), + ("americs", &["americas"]), + ("macor", &["macro"]), + ("provived", &["provided"]), + ("aersopace", &["aerospace"]), + ("summarizen", &["summarize"]), + ("exra", &["extra"]), + ("returnng", &["returning"]), + ("videogaem", &["videogame"]), + ("awnsered", &["answered"]), + ("responisbilities", &["responsibilities"]), + ("exansion", &["expansion"]), + ("placmenets", &["placements"]), + ("consulation", &["consolation"]), + ("publsh", &["publish"]), + ("secons", &["second", "seconds"]), + ("paylood", &["payload"]), + ("understnading", &["understanding"]), + ("interferred", &["interfere", "interfered"]), + ("subsitutable", &["substitutable"]), + ("underestamate", &["underestimate"]), + ("negotioable", &["negotiable"]), + ("unstalles", &["installs", "uninstalls"]), + ("avaluate", &["evaluate"]), + ("aprreciate", &["appreciate"]), + ("scubscribed", &["subscribed"]), + ("dispathes", &["dispatches"]), + ("highlighs", &["highlights"]), + ("coinsided", &["coincided"]), + ("indetification", &["identification"]), + ("acknowldegements", &["acknowledgements"]), + ("comparitor", &["comparator"]), + ("retoring", &["restoring"]), + ("flawlessely", &["flawlessly"]), + ("missconfiguring", &["misconfiguring"]), + ("illsutrator", &["illustrator"]), + ("allowences", &["allowances"]), + ("thann", &["than", "thank"]), + ("ouptut", &["output"]), + ("roachers", &["roaches"]), + ("adheasives", &["adhesives"]), + ("pedastal", &["pedestal"]), + ("auromated", &["automated"]), + ("virtualied", &["virtualised", "virtualized"]), + ("fonctionnalies", &["functionalities"]), + ("coducted", &["conducted"]), + ("sitmuli", &["stimuli"]), + ("subconcsious", &["subconscious"]), + ("unimplemeneted", &["unimplemented"]), + ("sastified", &["satisfied"]), + ("incovience", &["inconvenience"]), + ("kyeboshing", &["kiboshing"]), + ("ethe", &["the"]), + ("brainwahsed", &["brainwashed"]), + ("negotaitors", &["negotiators"]), + ("recommondation", &["recommendation"]), + ("milisecond", &["millisecond"]), + ("implememted", &["implemented"]), + ("microntrollers", &["microcontrollers"]), + ("censequence", &["consequence"]), + ("condradiction", &["contradiction"]), + ("enumerble", &["enumerable"]), + ("nightley", &["nightly"]), + ("minipulating", &["manipulating"]), + ("mimach", &["mismatch"]), + ("soley", &["solely"]), + ("aggreagate", &["aggregate"]), + ("messagses", &["messages"]), + ("preficiensy", &["proficiency"]), + ("transfered", &["transferred"]), + ("coalsecense", &["coalescence"]), + ("metaprogamming", &["metaprogramming"]), + ("filesysems", &["filesystems"]), + ("observeres", &["observers"]), + ("islamits", &["islamist"]), + ("crucibe", &["crucible"]), + ("rondazyvoo", &["rendezvous"]), + ("cricketts", &["crickets"]), + ("mutuxes", &["mutexes"]), + ("sotware", &["software"]), + ("acticate", &["activate"]), + ("appointement", &["appointment"]), + ("interuptable", &["interruptible"]), + ("falcones", &["falcons"]), + ("penicls", &["pencils"]), + ("algorrithms", &["algorithms"]), + ("intellectaul", &["intellectuals"]), + ("congnition", &["cognition"]), + ("commmandline", &["commandline"]), + ("prefrence", &["preference"]), + ("mozzorella", &["mozzarella"]), + ("administartor", &["administrator"]), + ("constrint", &["constraint"]), + ("submiited", &["submitted"]), + ("misundersood", &["misunderstood"]), + ("affilations", &["affiliations"]), + ("elimnate", &["eliminate"]), + ("reviwer", &["reviewer"]), + ("particiaption", &["participation"]), + ("libertaryans", &["libertarians"]), + ("baisc", &["basic"]), + ("floppyies", &["floppies"]), + ("birghtness", &["brightness"]), + ("pattersn", &["patterson", "patterns"]), + ("sinnics", &["cynics"]), + ("abberivates", &["abbreviates"]), + ("constantivs", &["constants"]), + ("effectiviness", &["effectiveness"]), + ("norwiegan", &["norwegian"]), + ("manuales", &["manuals"]), + ("optimial", &["optimal"]), + ("lighthours", &["lighthouse"]), + ("follfower", &["follower"]), + ("delimititation", &["delimitation"]), + ("influenting", &["influencing"]), + ("parliment", &["parliament"]), + ("experimentais", &["experiments"]), + ("exerbate", &["exacerbate"]), + ("appeneded", &["appended"]), + ("wery", &["very", "wary", "weary"]), + ("mediciney", &["mediciny", "medicine", "medicinal"]), + ("supposeds", &["supposed"]), + ("legalizacion", &["legalization"]), + ("turntabel", &["turntable"]), + ("expell", &["expel"]), + ("atorecovery", &["autorecovery"]), + ("maneuveres", &["maneuvers"]), + ("criminalty", &["criminally"]), + ("proctect", &["protect"]), + ("transatctions", &["transactions"]), + ("armistises", &["armistices"]), + ("inverded", &["inverted"]), + ("parameterical", &["parametrical"]), + ("fabricus", &["fabrics"]), + ("alrteady", &["already"]), + ("interaxctions", &["interactions"]), + ("ministy", &["ministry"]), + ("narcissstic", &["narcissist"]), + ("wheras", &["whereas"]), + ("diffrentiated", &["differentiated"]), + ("championsihp", &["championships"]), + ("interpetation", &["interpretation"]), + ("userpace", &["userspace"]), + ("commpn", &["common"]), + ("bottomost", &["bottommost"]), + ("existant", &["existent"]), + ("interchangebly", &["interchangeably"]), + ("chameleooon", &["chameleon"]), + ("perfomnaces", &["performances"]), + ("lowcase", &["lowercase"]), + ("worshoping", &["worshiping"]), + ("peformance", &["performance"]), + ("burnign", &["burning"]), + ("enterpreneur", &["entrepreneurs"]), + ("artifiacts", &["artifacts"]), + ("inconsisten", &["inconsistent"]), + ("quielty", &["quietly"]), + ("oficionados", &["aficionados"]), + ("stereotpying", &["stereotyping"]), + ("pressiuos", &["precious"]), + ("descritor", &["descriptor"]), + ("microcentres", &["microcenter"]), + ("lauch", &["launch"]), + ("charators", &["characters"]), + ("negoptionsotiates", &["negotiates"]), + ("improove", &["improve"]), + ("limitaion", &["limitation"]), + ("remvoves", &["removes"]), + ("extrapolare", &["extrapolate"]), + ("peice", &["piece"]), + ("illsutration", &["illustrations"]), + ("eeverywhere", &["everywhere"]), + ("adviseable", &["advisable"]), + ("themslef", &["themself"]), + ("prioritiy", &["priority"]), + ("theresholds", &["thresholds"]), + ("rever", &["revert", "refer", "fever"]), + ("amateures", &["amateurs"]), + ("specfic", &["specific"]), + ("inherid", &["inherit"]), + ("consentrates", &["concentrates"]), + ("modifyable", &["modifiable"]), + ("graduacion", &["graduation"]), + ("affinitied", &["affinities"]), + ("nastly", &["nasty"]), + ("prefering", &["preferring"]), + ("essiential", &["essential"]), + ("exeedingly", &["exceedingly"]), + ("promptes", &["prompts"]), + ("gravitaitonal", &["gravitational"]), + ("pipilines", &["pipelines"]), + ("texure", &["texture"]), + ("asignmend", &["assignment"]), + ("adheasive", &["adhesive"]), + ("transparany", &["transparency"]), + ("rapidally", &["rapidly"]), + ("stirngs", &["strings"]), + ("periperhals", &["peripherals"]), + ("predessecors", &["predecessors"]), + ("feitshes", &["fetishes"]), + ("expresssive", &["expressive"]), + ("motherboars", &["motherboards"]), + ("resotring", &["restoring"]), + ("butterly", &["butterfly"]), + ("commiters", &["committers"]), + ("immortales", &["immortals"]), + ("refridgerator", &["refrigerator"]), + ("deoends", &["depends"]), + ("correctably", &["correctable"]), + ("accreditted", &["accredited"]), + ("mucisians", &["musicians"]), + ("multipls", &["multiples"]), + ("siringes", &["syringes"]), + ("negociation", &["negotiation"]), + ("posession", &["possession"]), + ("contolled", &["controlled"]), + ("stuggle", &["struggle"]), + ("stremear", &["streamer"]), + ("traversier", &["traverse"]), + ("contineously", &["continuously"]), + ("omaje", &["homage"]), + ("expetected", &["expected"]), + ("deleleting", &["deleting"]), + ("minimazing", &["minimizing"]), + ("overal", &["overall"]), + ("colect", &["collect"]), + ("kronicles", &["chronicles"]), + ("spectaculalry", &["spectacularly"]), + ("adminstered", &["administered"]), + ("custonized", &["customized"]), + ("precuation", &["precautions", "precaution"]), + ("rescaned", &["rescanned"]), + ("dissasters", &["disasters"]), + ("cracefulness", &["gracefulness"]), + ("contracition", &["contradiction"]), + ("presicion", &["precision"]), + ("bandiwdth", &["bandwidth"]), + ("canniablism", &["cannibalism"]), + ("infedility", &["infidelity"]), + ("seleced", &["selected"]), + ("stretegically", &["strategically"]), + ("autokorrect", &["autocorrect"]), + ("ineffiecent", &["inefficient"]), + ("cresent", &["crescent"]), + ("lanugages", &["languages"]), + ("mannerisims", &["mannerisms"]), + ("protestans", &["protests"]), + ("concerntrating", &["concentrating"]), + ("ambadextrously", &["ambidextrously"]), + ("workarould", &["workaround"]), + ("placment", &["placement"]), + ("proppely", &["properly"]), + ("replicaition", &["replication"]), + ("beloging", &["belonging"]), + ("levaridge", &["leverage"]), + ("wednsedays", &["wednesdays"]), + ("anxiosly", &["anxiously"]), + ("questonable", &["questionable"]), + ("reiceved", &["received"]), + ("heaviliy", &["heavily"]), + ("assessmant", &["assessment"]), + ("ajsencies", &["adjacencies"]), + ("individauly", &["individually"]), + ("vehemontly", &["vehemently"]), + ("apect", &["aspect"]), + ("criticiing", &["criticising"]), + ("replicaes", &["replicates"]), + ("mezmorizes", &["mesmerizes"]), + ("chalenges", &["challenges"]), + ("abodminal", &["abdominal"]), + ("acsess", &["access"]), + ("dokcred", &["dockerd", "docked", "docker"]), + ("confise", &["confines"]), + ("enitities", &["entities"]), + ("sattellites", &["satellites"]), + ("operacional", &["operational"]), + ("dissasembling", &["disassembling"]), + ("seached", &["searched"]), + ("decompreser", &["decompressor"]), + ("itearates", &["iterates"]), + ("ket", &["kept", "key"]), + ("attempst", &["attempts"]), + ("blackbarry", &["blackberry"]), + ("perfomer", &["performer"]), + ("prescriped", &["prescribed"]), + ("syntac", &["syntax"]), + ("activites", &["activities"]), + ("injustie", &["injustices"]), + ("reupladad", &["reupload", "reuploaded"]), + ("pabel", &["panel"]), + ("conatct", &["contact"]), + ("mathcups", &["matchups"]), + ("tupperwears", &["tupperware"]), + ("reniged", &["reneged"]), + ("awkawrdly", &["awkwardly"]), + ("celebracion", &["celebration"]), + ("measurmements", &["measurements"]), + ("administed", &["administered"]), + ("encyklopedia", &["encyclopedia"]), + ("electrobytes", &["electrolytes"]), + ("demonstratbly", &["demonstrably"]), + ("wnated", &["wanted"]), + ("frustation", &["frustration"]), + ("athiets", &["atheist"]), + ("gospells", &["gospels"]), + ("versatality", &["versatility"]), + ("tradditions", &["traditions"]), + ("rapells", &["rappells"]), + ("screenaver", &["screensaver"]), + ("unoriginial", &["unoriginal"]), + ("excludles", &["excludes"]), + ("spefixication", &["specification"]), + ("switcht", &["switched"]), + ("turbins", &["turbines"]), + ("collatoral", &["collateral"]), + ("hostnae", &["hostname"]), + ("traditionaly", &["traditionally"]), + ("beloning", &["belonging"]), + ("quotaions", &["quotations"]), + ("randomez", &["randomized"]), + ("unemployeed", &["unemployed"]), + ("inacccessible", &["inaccessible"]), + ("implicitely", &["implicitly"]), + ("competetive", &["competitive"]), + ("pitchferks", &["pitchforks"]), + ("armageddin", &["armageddon"]), + ("sattelite", &["satellite"]), + ("shtopping", &["stopping", "shopping"]), + ("custums", &["customs"]), + ("documenatry", &["documentary"]), + ("mutablyy", &["mutably"]), + ("subcsription", &["subscriptions"]), + ("mantanined", &["maintained"]), + ("cerrebrally", &["cerebrally"]), + ("asny", &["any"]), + ("imbalences", &["imbalances"]), + ("phonemena", &["phenomena"]), + ("attmepted", &["attempted"]), + ("simulteniously", &["simultaneously"]), + ("libraris", &["libraries"]), + ("procceding", &["proceeding"]), + ("rquire", &["require"]), + ("existental", &["existential"]), + ("canged", &["changed"]), + ("sponsership", &["sponsorship"]), + ("approoximation", &["approximation"]), + ("aluminim", &["aluminium"]), + ("ammused", &["amused"]), + ("microsofot", &["microsoft"]), + ("franches", &["franchise"]), + ("reasult", &["result"]), + ("futherize", &["further"]), + ("veify", &["verify"]), + ("desperetly", &["desperately"]), + ("guaridan", &["guardian"]), + ("resotrative", &["restorative"]), + ("hilighting", &["highlighting"]), + ("cholocate", &["chocolate"]), + ("examininig", &["examining"]), + ("breakthough", &["breakthrough"]), + ("asignmends", &["assignments"]), + ("lieutennant", &["lieutenant"]), + ("stornghold", &["stronghold"]), + ("interchangable", &["interchangeable"]), + ("specifyied", &["specified"]), + ("autonamous", &["autonomous"]), + ("demension", &["dimension"]), + ("cariage", &["carriage"]), + ("prejiduces", &["prejudices"]), + ("shcool", &["school"]), + ("hardwirted", &["hardwired"]), + ("confuction", &["conjunction"]), + ("strenous", &["strenuous"]), + ("anotates", &["annotates"]), + ("investement", &["investment"]), + ("demonstates", &["demonstrates"]), + ("annonymously", &["anonymously"]), + ("reconstrcut", &["reconstruct"]), + ("contructor", &["constructor"]), + ("expetions", &["exceptions"]), + ("languges", &["languages"]), + ("maniputions", &["manipulations"]), + ("reqest", &["request"]), + ("initaling", &["initialing"]), + ("pubisher", &["publisher"]), + ("assistsnt", &["assistants"]), + ("installesd", &["installs"]), + ("challengeing", &["challenging"]), + ("discrimine", &["discriminate"]), + ("defianlty", &["defiantly"]), + ("inpection", &["inception", "inspection"]), + ("laucnher", &["launcher"]), + ("invoive", &["invoice"]), + ("copuright", &["copyright"]), + ("practibable", &["practicable"]), + ("combintion", &["combination"]), + ("annouces", &["announces"]), + ("canceres", &["cancers"]), + ("acadimy", &["academy"]), + ("walkaround", &["workaround"]), + ("absolurely", &["absolutely"]), + ("eyebros", &["eyebrows"]), + ("abou", &["about", "abound"]), + ("shopuld", &["should"]), + ("renegotiotions", &["renegotiations"]), + ("accumulato", &["accumulation"]), + ("dypshoria", &["dysphoria"]), + ("mediocrety", &["mediocrity"]), + ("finishe", &["finished", "finish"]), + ("extremaste", &["extremes"]), + ("advertis", &["adverts"]), + ("elemet", &["element"]), + ("mediphor", &["metaphor"]), + ("structual", &["structural"]), + ("mailformed", &["malformed"]), + ("interferire", &["interfere"]), + ("reuploder", &["reuploader"]), + ("rehersal", &["rehearsal"]), + ("deisgner", &["designer"]), + ("negotitaed", &["negotiated"]), + ("mocrocode", &["microcode"]), + ("cherchs", &["churches"]), + ("nothihg", &["nothing"]), + ("absorve", &["absorb"]), + ("evaulation", &["evaluation"]), + ("underlowing", &["underflowing"]), + ("experimdnted", &["experimented"]), + ("administr", &["administer"]), + ("imminet", &["imminent"]), + ("misdeamenors", &["misdemeanor"]), + ("touchscreeen", &["touchscreen"]), + ("denegerate", &["degenerate"]), + ("discrimintor", &["discriminator"]), + ("competetors", &["competitors"]), + ("troups", &["troupes", "troops"]), + ("otherwse", &["otherwise"]), + ("densitiy", &["density"]), + ("pharse", &["phrase", "parse"]), + ("disapperarance", &["disappearance"]), + ("curiocity", &["curiosity"]), + ("undersand", &["understand"]), + ("comresses", &["compresses"]), + ("disocgraphy", &["discography"]), + ("costomize", &["customize"]), + ("narcissistc", &["narcissistic"]), + ("reaise", &["realise", "raise"]), + ("canditate", &["candidate"]), + ("statamenets", &["statements"]), + ("firsrt", &["first"]), + ("dinosaus", &["dinosaurs"]), + ("palcebo", &["placebo"]), + ("sprotsmanship", &["sportsmanship"]), + ("dinamiclly", &["dynamically"]), + ("unrandimized", &["unrandomized"]), + ("invirant", &["invariant"]), + ("sickamores", &["sycamores"]), + ("impoversihed", &["impoverished"]), + ("handshales", &["handshakes"]), + ("inproovment", &["improvement"]), + ("dasdot", &["dashdot"]), + ("dimmensioned", &["dimensioned"]), + ("progessive", &["progressive"]), + ("orcestra", &["orchestra"]), + ("adjatate", &["agitate"]), + ("maidson", &["madison"]), + ("sotyr", &["satyr", "story"]), + ("desktopos", &["desktops"]), + ("algorthin", &["algorithm"]), + ("edeycats", &["etiquettes"]), + ("cyrrent", &["current"]), + ("organisaiton", &["organisation"]), + ("boungin", &["bounding"]), + ("christines", &["christians"]), + ("deug", &["debug"]), + ("exccute", &["execute"]), + ("satisy", &["satisfy"]), + ("attribtute", &["attribute"]), + ("exchausted", &["exhausted"]), + ("tacticas", &["tactics"]), + ("ommision", &["omission"]), + ("compalined", &["complained"]), + ("imporots", &["imports"]), + ("organsiers", &["organisers"]), + ("plent", &["plenty"]), + ("unles", &["unless"]), + ("consitututes", &["constitutes"]), + ("anounce", &["announce"]), + ("celebratin", &["celebration"]), + ("synchronuous", &["synchronous"]), + ("excpecting", &["expecting"]), + ("guareentees", &["guarantees"]), + ("discreminates", &["discriminates"]), + ("shebeng", &["shebang"]), + ("intercepcion", &["interception"]), + ("weakenend", &["weakened"]), + ("tageted", &["targeted"]), + ("grammer", &["grammar"]), + ("possibile", &["possible"]), + ("regualarly", &["regularly"]), + ("chganged", &["changed"]), + ("excape", &["escape"]), + ("scaramento", &["sacramento"]), + ("availabl", &["available"]), + ("monstrocity", &["monstrosity"]), + ("separtor", &["separator"]), + ("appropritately", &["appropriately"]), + ("amibguity", &["ambiguity"]), + ("knoweldgeable", &["knowledgeable"]), + ("westrbook", &["westbrook"]), + ("minimsed", &["minimised"]), + ("deseralized", &["deserialized"]), + ("compositionwise", &["compositions"]), + ("priotizing", &["prioritizing"]), + ("boddy", &["body"]), + ("enterity", &["entirety"]), + ("specifieced", &["specified"]), + ("croshairs", &["crosshairs"]), + ("generlaizes", &["generalizes"]), + ("rountrip", &["roundtrip"]), + ("stratled", &["startled"]), + ("provinicial", &["provincial"]), + ("spesification", &["specification"]), + ("mouthpeace", &["mouthpiece"]), + ("crations", &["creations", "nations", "rations"]), + ("gradification", &["gratification"]), + ("allegience", &["allegiance"]), + ("autoattk", &["autoattack"]), + ("collasping", &["collapsing"]), + ("sccess", &["success"]), + ("eclpise", &["eclipse"]), + ("addiotion", &["addition"]), + ("conservitave", &["conservatives"]), + ("recurrance", &["recurrence"]), + ("brusied", &["bruised"]), + ("embasssy", &["embassy"]), + ("sytlesheet", &["stylesheet"]), + ("solum", &["solemn"]), + ("coorespondend", &["correspondent"]), + ("spearate", &["separate"]), + ("ppelines", &["pipelines"]), + ("acecess", &["access"]), + ("persective", &["respective", "perspective"]), + ("umoutn", &["umount"]), + ("subsysthem", &["subsystem"]), + ("comminication", &["communication"]), + ("enligthenment", &["enlightenment"]), + ("aplied", &["applied"]), + ("beleives", &["believes"]), + ("hald", &["held", "half", "hall", "hold"]), + ("revoltuion", &["revolution"]), + ("referennces", &["references"]), + ("neighbergh", &["neighbor"]), + ("marhsal", &["marshal"]), + ("aggrivates", &["aggravates"]), + ("hidding", &["hiding", "hidden"]), + ("berkley", &["berkeley"]), + ("inacurracies", &["inaccuracies"]), + ("faboulus", &["fabulous"]), + ("compede", &["competed"]), + ("incompartible", &["incompatible"]), + ("trundel", &["trundle"]), + ("usesfull", &["useful"]), + ("skurging", &["scourging"]), + ("varned", &["warned"]), + ("extranal", &["external"]), + ("headder", &["header"]), + ("appreciato", &["appreciation"]), + ("asynchonous", &["asynchronous"]), + ("soldgered", &["soldiered"]), + ("indistinguisable", &["indistinguishable"]), + ("programmmer", &["programme"]), + ("tomorro", &["tomorrow"]), + ("standar", &["standard"]), + ("arbituary", &["arbitrary"]), + ("priorotize", &["prioritize"]), + ("behviour", &["behaviour"]), + ("documentaties", &["documentaries"]), + ("amerliorative", &["ameliorative"]), + ("guarrantie", &["guarantee"]), + ("suggesttions", &["suggestions"]), + ("adheisve", &["adhesive"]), + ("cimptums", &["symptoms"]), + ("afficionados", &["aficionados"]), + ("spawnign", &["spawning"]), + ("suffient", &["sufficient"]), + ("disapaited", &["dissipated"]), + ("neraly", &["neurally"]), + ("commens", &["comments", "commons"]), + ("thoese", &["these", "those"]), + ("banditas", &["bandits"]), + ("secord", &["second"]), + ("sissered", &["scissored"]), + ("arcvhive", &["archive"]), + ("herad", &["heard", "hera"]), + ("restrainting", &["restraining"]), + ("coordindates", &["coordinates"]), + ("skillfull", &["skillful", "skillfully"]), + ("releaed", &["released"]), + ("unanomus", &["unanimous"]), + ("bouinding", &["bounding"]), + ("larg", &["large"]), + ("redistribucion", &["redistribution"]), + ("featches", &["fetches", "features"]), + ("agggregate", &["aggregate"]), + ("unusabe", &["unusable"]), + ("harrang", &["harangue"]), + ("amplifyer", &["amplifier"]), + ("exhanges", &["exchanges"]), + ("roundtip", &["roundtrip"]), + ("destinaton", &["destination"]), + ("direcional", &["directional"]), + ("deserialisazion", &["deserialisation"]), + ("caluculations", &["calculations"]), + ("docomentation", &["documentation"]), + ("disabiltities", &["disabilities"]), + ("respectuful", &["respectful"]), + ("perspecive", &["perspective"]), + ("suppurting", &["supporting"]), + ("descibing", &["describing"]), + ("upgradablilty", &["upgradability"]), + ("devirtualied", &["devirtualised", "devirtualized"]), + ("thurdsays", &["thursdays"]), + ("legislacion", &["legislation"]), + ("mantainers", &["maintainers"]), + ("becuaes", &["because"]), + ("slaugthered", &["slaughtered"]), + ("madturbation", &["masturbation"]), + ("specficy", &["specify"]), + ("reviewd", &["reviewed"]), + ("buisiness", &["business"]), + ("ohters", &["others"]), + ("casarole", &["casserole"]), + ("jouranlists", &["journalists"]), + ("otu", &["out"]), + ("avaialbale", &["available"]), + ("randazyvooed", &["rendezvoused"]), + ("menaingful", &["meaningful"]), + ("usere", &["user"]), + ("acception", &["exception"]), + ("recommmends", &["recommends"]), + ("singooled", &["singled", "signaled"]), + ("reputpose", &["repurpose"]), + ("componoent", &["component"]), + ("fraterntiy", &["fraternity"]), + ("conncection", &["connection"]), + ("lveo", &["love"]), + ("conciderations", &["considerations"]), + ("teleprotation", &["teleportation"]), + ("suppoted", &["supported"]), + ("reposonses", &["responses"]), + ("hetrogeneous", &["heterogeneous"]), + ("contigents", &["continents"]), + ("singlely", &["singly"]), + ("unathenticated", &["unauthenticated"]), + ("summmarization", &["summarization"]), + ("avary", &["every", "aviary"]), + ("promting", &["promoting", "prompting"]), + ("critcal", &["critical"]), + ("cartriages", &["cartridges"]), + ("definitlry", &["definitely"]), + ("paricular", &["particular"]), + ("faslely", &["falsely"]), + ("sylinder", &["cylinder"]), + ("renegotatiation", &["renegotiation"]), + ("obeserving", &["observing"]), + ("aboved", &["above"]), + ("orfer", &["offer", "order"]), + ("sevicing", &["servicing"]), + ("incompatibile", &["incompatible"]), + ("reattache", &["reattach", "reattached"]), + ("vechile", &["vehicle"]), + ("acheive", &["achieve"]), + ("opiniones", &["opinions"]), + ("verchew", &["virtue"]), + ("ignora", &["ignore"]), + ("serice", &["service"]), + ("definitve", &["definite"]), + ("presbateriens", &["presbyterians"]), + ("inabled", &["enabled"]), + ("diretories", &["directories"]), + ("reverese", &["reverse"]), + ("fufilled", &["fulfilled"]), + ("conerters", &["converters"]), + ("eneabled", &["enabled"]), + ("versatiliy", &["versatility"]), + ("uderstand", &["understand"]), + ("troublshoot", &["troubleshoot"]), + ("teminator", &["terminator"]), + ("indepdendet", &["independent"]), + ("sabatoshes", &["sabotages"]), + ("avcoid", &["avoid"]), + ("adaptibe", &["adaptive"]), + ("optimiations", &["optimizations"]), + ("definitiions", &["definitions"]), + ("parnters", &["partners"]), + ("unverifed", &["unverified"]), + ("communitcates", &["communicates"]), + ("reconstucted", &["reconstructed"]), + ("sentienl", &["sentinel"]), + ("bootlaoder", &["bootloader"]), + ("pomegrenate", &["pomegranate"]), + ("natches", &["matches"]), + ("independentness", &["independents"]), + ("poignat", &["poignant"]), + ("unpredictible", &["unpredictable"]), + ("terrable", &["terrible"]), + ("aforementiond", &["aforementioned"]), + ("dinamicaly", &["dynamically"]), + ("dysphora", &["dysphoria"]), + ("structetr", &["structure"]), + ("opend", &["opened"]), + ("prophetes", &["prophets"]), + ("overdrev", &["overdrive"]), + ("schizophrania", &["schizophrenia"]), + ("overpiad", &["overpaid"]), + ("sterilze", &["sterile"]), + ("decremeant", &["decrement"]), + ("interstelar", &["interstellar"]), + ("perihperal", &["peripheral"]), + ("wront", &["wrong"]), + ("corospondance", &["correspondence"]), + ("atmoshperic", &["atmospheric"]), + ("codo", &["code"]), + ("quarantene", &["quarantine"]), + ("consuminng", &["consuming"]), + ("frinedzoned", &["friendzoned"]), + ("matzch", &["match"]), + ("nodeterministic", &["nondeterministic"]), + ("meaurer", &["measurer"]), + ("calculatios", &["calculators"]), + ("automatiek", &["automate"]), + ("temparal", &["temporal"]), + ("corectable", &["correctable"]), + ("quantitty", &["quantity"]), + ("setevn", &["setenv"]), + ("itseltf", &["itself"]), + ("wallpapaers", &["wallpapers"]), + ("curerntly", &["currently"]), + ("hypocritial", &["hypocritical"]), + ("composablity", &["composability"]), + ("experinements", &["experiments"]), + ("embaras", &["embarrass"]), + ("formativos", &["formations"]), + ("interviwer", &["interviewer"]), + ("expereinced", &["experienced"]), + ("mustash", &["mustache"]), + ("warks", &["works"]), + ("estimatione", &["estimation"]), + ("narritives", &["narratives"]), + ("backgroungs", &["backgrounds"]), + ("dismantel", &["dismantle"]), + ("neigbhorhoods", &["neighborhoods"]), + ("magentic", &["magnetic"]), + ("absolutly", &["absolutely"]), + ("projectlies", &["projectiles"]), + ("transcocdings", &["transcodings"]), + ("fitler", &["filter"]), + ("emapthetic", &["empathetic"]), + ("boudning", &["bounding"]), + ("anyy", &["any"]), + ("defaulats", &["defaults"]), + ("destuction", &["destruction"]), + ("colletor", &["collector"]), + ("stduents", &["students"]), + ("characeter", &["character"]), + ("oversimplifiction", &["oversimplification"]), + ("intersectionals", &["intersections"]), + ("turnaroud", &["turnaround"]), + ("animaing", &["animating"]), + ("filld", &["filled", "filed", "fill"]), + ("anniversery", &["anniversary"]), + ("porportinal", &["proportional"]), + ("livetime", &["lifetime"]), + ("transofrmers", &["transformers"]), + ("nercomancer", &["necromancer"]), + ("jennigns", &["jennings"]), + ("strictiest", &["strictest"]), + ("rewieving", &["reviewing"]), + ("messege", &["message"]), + ("tennants", &["tenants"]), + ("communters", &["commenters"]), + ("shrapenl", &["shrapnel"]), + ("coversion", &["conversion"]), + ("hygine", &["hygiene"]), + ("ridiculos", &["ridiculous"]), + ("renegotate", &["renegotiate"]), + ("ubunut", &["ubuntu"]), + ("playthroguh", &["playthroughs"]), + ("arbitriary", &["arbitrary"]), + ("deflektion", &["deflection"]), + ("compairison", &["comparison"]), + ("unbraikable", &["unbreakable"]), + ("progressin", &["progression"]), + ("methodoligy", &["methodology"]), + ("achievents", &["achieves"]), + ("specifiying", &["specifying"]), + ("deduplactes", &["deduplicates"]), + ("unknowinlgy", &["unknowingly"]), + ("inlclude", &["include"]), + ("splitner", &["splinter"]), + ("crayones", &["crayons"]), + ("expetecting", &["expecting"]), + ("stereotying", &["stereotyping"]), + ("conpress", &["compress"]), + ("unintentinal", &["unintentional"]), + ("micrcontrollers", &["microcontrollers"]), + ("doucmenter", &["documenter"]), + ("sourrounding", &["surrounding"]), + ("contribued", &["contributed"]), + ("keybindining", &["keybinding"]), + ("incorproate", &["incorporated"]), + ("institutionlized", &["institutionalized"]), + ("primevil", &["primeval"]), + ("tetss", &["tests"]), + ("parokeelity", &["parochiality"]), + ("organistaions", &["organisations"]), + ("initialiased", &["initialised"]), + ("ubiquituous", &["ubiquitous"]), + ("clifthanger", &["cliffhanger"]), + ("affiliato", &["affiliation"]), + ("concensors", &["consensus"]), + ("paramerters", &["parameters"]), + ("deterimined", &["determined"]), + ("multiplicaton", &["multiplication"]), + ("consultati", &["consultant"]), + ("berkelely", &["berkeley"]), + ("aduiobook", &["audiobook"]), + ("inaccessbile", &["inaccessible"]), + ("awfullly", &["awfully"]), + ("icreased", &["increased"]), + ("anynmore", &["anymore"]), + ("spectaculary", &["spectacularly"]), + ("invesitgation", &["investigation"]), + ("indefinitly", &["indefinitely"]), + ("subfeatutures", &["subfeatures"]), + ("strentghs", &["strengths"]), + ("healthiet", &["healthiest"]), + ("absurdy", &["absurdly"]), + ("devleoper", &["developer"]), + ("perfomeing", &["performing"]), + ("qaulity", &["quality"]), + ("acual", &["actual"]), + ("schizoprhenic", &["schizophrenic"]), + ("alcohalism", &["alcoholism"]), + ("statistices", &["statistics"]), + ("tranversing", &["traversing"]), + ("scrollbae", &["scrollbar"]), + ("adventuruous", &["adventurous"]), + ("aunthenticator", &["authenticator"]), + ("filese", &["files"]), + ("ofr", &["for"]), + ("neighbeard", &["neighborhood"]), + ("chizil", &["chisel"]), + ("pojnt", &["point"]), + ("responsers", &["responders"]), + ("macthed", &["matched"]), + ("phenomemon", &["phenomenon"]), + ("completen", &["complement"]), + ("listeral", &["literal"]), + ("anonamously", &["anonymously"]), + ("manifestano", &["manifesto"]), + ("annnounce", &["announce"]), + ("transtion", &["transition"]), + ("vertification", &["certification", "verification"]), + ("authethenticator", &["authenticator"]), + ("buhddist", &["buddhist"]), + ("buinseses", &["businesses"]), + ("wnt", &["want"]), + ("anotate", &["annotate"]), + ("memmicked", &["mimicked"]), + ("everets", &["everest"]), + ("addresse", &["addresses", "address"]), + ("improts", &["imports"]), + ("junglign", &["jungling"]), + ("encahnt", &["enchant"]), + ("millenna", &["millennia"]), + ("montania", &["montana"]), + ("translusent", &["translucent"]), + ("recursivley", &["recursively"]), + ("entertaing", &["entertaining"]), + ("saphire", &["sapphire"]), + ("redemtions", &["redemptions"]), + ("jaimacan", &["jamaican"]), + ("anad", &["and"]), + ("infomational", &["informational"]), + ("packag", &["package"]), + ("retirment", &["retirement"]), + ("domonstrations", &["demonstrations"]), + ("conetors", &["connectors"]), + ("assiocate", &["associate"]), + ("resevering", &["reserving"]), + ("cubburd", &["cupboard"]), + ("vaklyrie", &["valkyrie"]), + ("hydropobe", &["hydrophobe"]), + ("otehr", &["other"]), + ("invalueble", &["invaluable"]), + ("responsibil", &["responsibly"]), + ("foucsed", &["focused"]), + ("kown", &["known"]), + ("incremantal", &["incremental"]), + ("masterise", &["masteries"]), + ("okat", &["okay"]), + ("chateao", &["château"]), + ("reqiored", &["required"]), + ("positoin", &["position"]), + ("sluggify", &["slugify"]), + ("delivative", &["derivative"]), + ("academica", &["academia"]), + ("locailty", &["locality"]), + ("goosebumbs", &["goosebumps"]), + ("interescted", &["intersected"]), + ("innoculated", &["inoculated"]), + ("copytight", &["copyright"]), + ("illuminista", &["illuminati"]), + ("asymetic", &["asymmetric"]), + ("folwoers", &["followers"]), + ("spcifying", &["specifying"]), + ("sporuts", &["sprouts"]), + ("norifications", &["notifications"]), + ("dollors", &["dollars"]), + ("experementations", &["experimentations"]), + ("surreptious", &["surreptitious"]), + ("enchanct", &["enchant"]), + ("moderatorin", &["moderation"]), + ("exchng", &["exchange"]), + ("thirten", &["thirteen"]), + ("withces", &["witches"]), + ("ligthroom", &["lightroom"]), + ("slicable", &["sliceable"]), + ("distnctes", &["distances"]), + ("sytrofoam", &["styrofoam"]), + ("sorpanos", &["sopranos"]), + ("directpries", &["directories"]), + ("exponencially", &["exponentially"]), + ("landmarsk", &["landmarks"]), + ("acceleraptor", &["accelerator"]), + ("fanatsizing", &["fantasizing"]), + ("dupliating", &["duplicating"]), + ("ganes", &["games"]), + ("independante", &["independents"]), + ("ocassion", &["occasion"]), + ("simulteanously", &["simultaneously"]), + ("preliferation", &["proliferation"]), + ("turthfully", &["truthfully"]), + ("excector", &["executor"]), + ("lod", &["load"]), + ("liquidas", &["liquids"]), + ("everytone", &["everyone"]), + ("licker", &["liquor"]), + ("goldike", &["godlike"]), + ("singlularly", &["singularly"]), + ("collaboritavely", &["collaboratively"]), + ("sturct", &["struct"]), + ("compilcated", &["complicate", "complicated"]), + ("connecties", &["connects"]), + ("determnines", &["determines"]), + ("contacentaion", &["concatenation"]), + ("extremistas", &["extremists"]), + ("spammade", &["spammed"]), + ("callibrations", &["calibrations"]), + ("clared", &["cleared"]), + ("telporting", &["teleporting"]), + ("curisers", &["cruisers"]), + ("histroians", &["historians"]), + ("dependcy", &["dependency"]), + ("underastimated", &["underestimated"]), + ("nervious", &["nervous"]), + ("preqeuls", &["prequels"]), + ("recomending", &["recommending"]), + ("limitis", &["limits"]), + ("ignornd", &["ignored"]), + ("reundant", &["redundant"]), + ("autonymous", &["autonomous"]), + ("hertiage", &["heritage"]), + ("explicits", &["explicit"]), + ("commputer", &["computer"]), + ("decideds", &["decides"]), + ("imortes", &["imports"]), + ("neighbeurgh", &["neighbour"]), + ("negoziations", &["negotiations"]), + ("incrompehensible", &["incomprehensible"]), + ("bruglar", &["burglar"]), + ("picthes", &["pitches"]), + ("administrativo", &["administration"]), + ("versionning", &["versioning"]), + ("initialice", &["initialize"]), + ("neckbead", &["neckbeard"]), + ("breshes", &["brushes"]), + ("kindapping", &["kidnapping"]), + ("hypens", &["hyphens"]), + ("collabore", &["collaborate"]), + ("electorite", &["electorate"]), + ("dotrmund", &["dortmund"]), + ("inaccessable", &["inaccessible"]), + ("destorys", &["destroys"]), + ("shouldt", &["shouldnt"]), + ("vacumeed", &["vacuumed"]), + ("extrating", &["exctracting", "extracting"]), + ("defind", &["defined", "defund"]), + ("commneted", &["commented"]), + ("examplee", &["example", "examples"]), + ("reprociblbe", &["reproducible"]), + ("desentralized", &["decentralized"]), + ("necessairly", &["necessarily"]), + ("restauring", &["restarting"]), + ("pytyon", &["python"]), + ("conitnuing", &["continuing"]), + ("generaging", &["generating"]), + ("disapporving", &["disapproving"]), + ("configred", &["configured"]), + ("aggrevate", &["aggravate"]), + ("reigstered", &["registered"]), + ("arispace", &["airspace"]), + ("suppresssor", &["suppressor"]), + ("burbon", &["bourbon"]), + ("visuabisation", &["visualisation"]), + ("experimenelly", &["experimentally"]), + ("contentss", &["contents"]), + ("managable", &["manageable", "manageably"]), + ("pessimistc", &["pessimistic"]), + ("legimitacy", &["legitimacy"]), + ("isntalls", &["installs"]), + ("adoloscent", &["adolescent"]), + ("hearbeat", &["heartbeat"]), + ("earier", &["earlier"]), + ("bodybuilidng", &["bodybuilding"]), + ("alternater", &["alternator"]), + ("periodos", &["periods"]), + ("demostrating", &["demonstrating"]), + ("regulats", &["regulators"]), + ("decendend", &["descendent", "descended"]), + ("restricive", &["restrictive"]), + ("indianaoplis", &["indianapolis"]), + ("medeival", &["medieval"]), + ("morotola", &["motorola"]), + ("credidentials", &["credentials"]), + ("breastfeeing", &["breastfeeding"]), + ("relaxating", &["relaxation"]), + ("instaed", &["instead"]), + ("outpout", &["output"]), + ("subnegosiation", &["subnegotiation"]), + ("specatotors", &["spectators"]), + ("exacberated", &["exacerbated"]), + ("ecountering", &["encountering"]), + ("subsitutute", &["substitute"]), + ("coexhisting", &["coexisting"]), + ("seplicurlly", &["sepulchrally"]), + ("enforceing", &["enforcing"]), + ("interacive", &["interactive"]), + ("usuable", &["usable"]), + ("dirctories", &["directories"]), + ("romanticaly", &["romantically"]), + ("consicence", &["conscience"]), + ("disgustoso", &["disgusts"]), + ("viewpoert", &["viewport"]), + ("bounaries", &["boundaries"]), + ("delimiited", &["delimited"]), + ("ungly", &["ugly"]), + ("motorcylces", &["motorcycles"]), + ("beleived", &["believed"]), + ("variale", &["variable"]), + ("persumptuous", &["presumptuous"]), + ("territorries", &["territories"]), + ("presistion", &["precision"]), + ("lingerine", &["lingerie"]), + ("substracts", &["subtracts"]), + ("downsteraming", &["downstreaming"]), + ("stuct", &["struct"]), + ("statemen", &["statement"]), + ("accrording", &["according"]), + ("temproy", &["temporary"]), + ("followwings", &["followings"]), + ("manoeuverability", &["maneuverability"]), + ("acheevement", &["achievement"]), + ("goverance", &["governance"]), + ("volunteerd", &["volunteered"]), + ("notablly", &["notably"]), + ("conveniance", &["convenience"]), + ("longevitity", &["longevity"]), + ("righetousness", &["righteousness"]), + ("invokable", &["invocable"]), + ("comlainer", &["complainer"]), + ("simulataneity", &["simultaneity"]), + ("divy", &["divvy"]), + ("bruse", &["bruise"]), + ("perceded", &["preceded"]), + ("authur", &["author"]), + ("cartlage", &["cartilage"]), + ("introductiory", &["introductory"]), + ("nonsene", &["nonsense"]), + ("agircultural", &["agricultural"]), + ("deliveres", &["delivers"]), + ("convine", &["convince", "combine"]), + ("supproted", &["supported"]), + ("cieling", &["ceiling"]), + ("tabe", &["table"]), + ("incomaptibelity", &["incompatibility"]), + ("comany", &["company"]), + ("recurssing", &["recursing"]), + ("deivces", &["devices"]), + ("authencticated", &["authenticated"]), + ("impractial", &["impractical"]), + ("amendmant", &["amendment"]), + ("bollocs", &["bollocks"]), + ("legnedaries", &["legendaries"]), + ("dependand", &["dependant"]), + ("uneform", &["uniform"]), + ("playthrouhg", &["playthroughs"]), + ("unoticeable", &["unnoticeable"]), + ("variblaes", &["variables"]), + ("paralell", &["parallel"]), + ("encaspulates", &["encapsulates"]), + ("rednerer", &["renderer"]), + ("boyfreinds", &["boyfriends"]), + ("balckhawks", &["blackhawks"]), + ("alogirhtm", &["algorithm"]), + ("imtimidating", &["intimidating"]), + ("contious", &["continuous"]), + ("subclasseses", &["subclasses"]), + ("instnsiations", &["instantiations"]), + ("cimetric", &["symmetric"]), + ("direcions", &["directions"]), + ("theraputic", &["therapeutic"]), + ("scheduale", &["schedule"]), + ("contaiminating", &["contaminating"]), + ("kidknappers", &["kidnappers"]), + ("dependendency", &["dependency"]), + ("mainainer", &["maintainer"]), + ("conceed", &["concede"]), + ("finanacier", &["financier"]), + ("nimphean", &["nymphean"]), + ("interogation", &["interrogation"]), + ("subcommannd", &["subcommand"]), + ("experesses", &["expresses"]), + ("modle", &["model", "module"]), + ("manufacure", &["manufacture"]), + ("ecplicit", &["explicit"]), + ("girlfirends", &["girlfriends"]), + ("obsessie", &["obsessive"]), + ("onmipotent", &["omnipotent"]), + ("briliant", &["brilliant"]), + ("foloww", &["follow"]), + ("terminatorn", &["termination"]), + ("catpure", &["capture"]), + ("limination", &["limitation", "lamination"]), + ("speficitications", &["specifications"]), + ("owuld", &["would"]), + ("miplementation", &["implementation"]), + ("motiviation", &["motivation"]), + ("weppon", &["weapon"]), + ("componsate", &["compensate"]), + ("negotitaion", &["negotiation"]), + ("accquires", &["acquires"]), + ("condolencies", &["condolences"]), + ("transisitioning", &["transitioning"]), + ("directes", &["directs"]), + ("sexualzied", &["sexualized"]), + ("cilynders", &["cylinders"]), + ("corerctly", &["correctly"]), + ("catacylsm", &["cataclysm"]), + ("somethins", &["somethings"]), + ("everythings", &["everything"]), + ("obejction", &["objection"]), + ("booleamns", &["booleans"]), + ("generats", &["generates"]), + ("examime", &["examine"]), + ("rembembers", &["remembers"]), + ("identyty", &["identity"]), + ("alteratively", &["alternatively"]), + ("dericed", &["derived"]), + ("progarammer", &["programmer"]), + ("factization", &["factorization"]), + ("competenet", &["competence"]), + ("teplmates", &["templates"]), + ("sccessful", &["successful"]), + ("srtructure", &["structure"]), + ("delclaration", &["declaration"]), + ("egotistcal", &["egotistical"]), + ("montaeg", &["montage"]), + ("relaative", &["relative"]), + ("implikation", &["implication"]), + ("neighrourhood", &["neighbourhood"]), + ("paragarapha", &["paragraph"]), + ("combinded", &["combined"]), + ("componenent", &["component"]), + ("coleasing", &["coalescing"]), + ("renegotaible", &["renegotiable"]), + ("yourselv", &["yourself", "yourselves"]), + ("emphatised", &["emphasised"]), + ("uninfromes", &["uninforms", "uniforms"]), + ("autonegotication", &["autonegotiation"]), + ("premire", &["premier"]), + ("callabck", &["callback"]), + ("firmaware", &["firmware"]), + ("resporatory", &["respiratory"]), + ("utlizes", &["utilizes"]), + ("follwws", &["follows"]), + ("accustommed", &["accustomed"]), + ("doocumentation", &["documentation"]), + ("tottaly", &["totally"]), + ("appretiating", &["appreciating"]), + ("cliam", &["claim"]), + ("psudoterminal", &["pseudoterminal"]), + ("mecahnic", &["mechanic"]), + ("sentimentul", &["sentimental"]), + ("positioing", &["positioning"]), + ("interferisce", &["interferes"]), + ("linez", &["lines"]), + ("additinal", &["additional"]), + ("astrounat", &["astronaut"]), + ("defenitely", &["definitely"]), + ("explitit", &["explicit"]), + ("devined", &["defined"]), + ("corrpution", &["corruption"]), + ("incorretly", &["incorrectly"]), + ("correspoding", &["corresponding"]), + ("uisng", &["using"]), + ("subsciber", &["subscriber"]), + ("renegogtiator", &["renegotiator"]), + ("depdendence", &["dependence"]), + ("renegoziator", &["renegotiator"]), + ("virtural", &["virtual"]), + ("psudeo", &["pseudo"]), + ("homecuming", &["homecoming"]), + ("encrypter", &["encryptor"]), + ("innitialize", &["initialize", "initializes"]), + ("assinment", &["assignment"]), + ("depenending", &["depending"]), + ("excerciser", &["exerciser"]), + ("celebartion", &["celebrations"]), + ("permisions", &["permission", "permissions"]), + ("decrasing", &["decreasing", "deceasing"]), + ("heirarchal", &["hierarchical"]), + ("reuptable", &["reputable"]), + ("repertwar", &["repertoire"]), + ("subsrciption", &["subscriptions"]), + ("statrt", &["start"]), + ("infrastrucutre", &["infrastructure"]), + ("commig", &["commit", "coming"]), + ("correespondence", &["correspondence"]), + ("nutritiuos", &["nutritious"]), + ("perephirals", &["peripherals"]), + ("thikness", &["thickness"]), + ("bloggare", &["blogger"]), + ("dividens", &["dividends"]), + ("contaminaton", &["contamination"]), + ("experimanents", &["experiments"]), + ("unimpresed", &["unimpressed"]), + ("adventurus", &["adventurous"]), + ("condenm", &["condemn"]), + ("obtaien", &["obtain", "obtained"]), + ("placemens", &["placements"]), + ("occucence", &["occurrence"]), + ("tupes", &["tuples"]), + ("unsuccesfull", &["unsuccessful"]), + ("narled", &["gnarled", "nailed", "narked", "snarled"]), + ("supsicions", &["suspicions"]), + ("defenesman", &["defenseman"]), + ("clarifiy", &["clarify"]), + ("usersapce", &["userspace"]), + ("initialitsing", &["initialising"]), + ("defendeers", &["defender"]), + ("fornats", &["formats"]), + ("lackeres", &["lacquers"]), + ("heigh", &["height", "high"]), + ("lightnig", &["lightning"]), + ("decalares", &["declares"]), + ("uncontrollablly", &["uncontrollably"]), + ("charecter", &["character"]), + ("interveiwed", &["interviewed"]), + ("ophan", &["orphan"]), + ("interoptability", &["interoperability"]), + ("resestatus", &["resetstatus"]), + ("gloabl", &["global"]), + ("conffiguration", &["configuration"]), + ("powerlifing", &["powerlifting"]), + ("strangness", &["strangeness"]), + ("crhistmas", &["christmas"]), + ("conolization", &["colonization"]), + ("beachead", &["beachhead"]), + ("triscadecaphobia", &["triskaidekaphobia"]), + ("envriron", &["environ"]), + ("autonegotaition", &["autonegotiation"]), + ("inadaquete", &["inadequate"]), + ("authenitcators", &["authenticators"]), + ("lanaguage", &["language"]), + ("autonegotitations", &["autonegotiations"]), + ("necessarilly", &["necessarily"]), + ("undertunes", &["undertones"]), + ("connonation", &["connotation"]), + ("nilihism", &["nihilism"]), + ("fintie", &["finite"]), + ("fragmantation", &["fragmentation"]), + ("constucts", &["constructs"]), + ("calfes", &["calves"]), + ("meerkrat", &["meerkat"]), + ("conserning", &["concerning"]), + ("taskelt", &["tasklet"]), + ("butthoel", &["butthole"]), + ("theromstat", &["thermostat"]), + ("correctnes", &["correctness"]), + ("commnted", &["commented"]), + ("theroists", &["theorists"]), + ("crockadile", &["crocodile"]), + ("islmaists", &["islamists"]), + ("descriptivos", &["descriptions"]), + ("opearatios", &["operations"]), + ("personnaly", &["personally"]), + ("verically", &["vertically"]), + ("genuienly", &["genuinely"]), + ("kronicle", &["chronicle"]), + ("nestolgically", &["nostalgically"]), + ("compeated", &["competed"]), + ("chanceled", &["canceled"]), + ("pyramis", &["pyramids"]), + ("abruplty", &["abruptly"]), + ( + "propectively", + &["projectively", "prospectively", "protectively"], + ), + ("entreprenour", &["entrepreneur"]), + ("sensasionalist", &["sensationalist"]), + ("definat", &["defiant"]), + ("akumulating", &["accumulating"]), + ("arrangtements", &["arrangements"]), + ("paramameters", &["parameters"]), + ("helluvva", &["helluva"]), + ("atatching", &["attaching"]), + ("experimentatations", &["experimentations"]), + ("rathern", &["rather"]), + ("refreshses", &["refreshes"]), + ("exceopts", &["exempts"]), + ("highschol", &["highschool"]), + ("cleanpus", &["cleanups"]), + ("burtally", &["brutally"]), + ("enligthening", &["enlightening"]), + ("insctuctional", &["instructional"]), + ("prposes", &["proposes"]), + ("objump", &["objdump"]), + ("encupsulates", &["encapsulates"]), + ("tchnically", &["technically"]), + ("genererating", &["generating"]), + ("raspoberry", &["raspberry"]), + ("referecence", &["reference"]), + ("exucution", &["execution"]), + ("depdens", &["depends"]), + ("expiermental", &["experimental"]), + ("otherwuise", &["otherwise"]), + ("devleoppers", &["developers"]), + ("ellitot", &["elliott"]), + ("utiliterian", &["utilitarian"]), + ("vigeur", &["vigueur", "vigour"]), + ("avaliable", &["available"]), + ("opportunites", &["opportunities"]), + ("backpakcs", &["backpacks"]), + ("autosavegs", &["autosaves"]), + ("momentarely", &["momentarily"]), + ("invlunerable", &["invulnerable"]), + ("happended", &["happened"]), + ("absrobs", &["absorbs"]), + ("susbcribed", &["subscribed"]), + ("conflics", &["conflicts"]), + ("uninitialsed", &["uninitialised"]), + ("documenet", &["document"]), + ("coutnerpoint", &["counterpoint"]), + ("drawning", &["drawing"]), + ("provice", &["provide", "province"]), + ("transciver", &["transceiver"]), + ("vaccinaties", &["vaccinate"]), + ("afircans", &["africans"]), + ("texually", &["textually"]), + ("placemenets", &["placements"]), + ("renegotiotating", &["renegotiating"]), + ("fanslaughter", &["manslaughter"]), + ("ammong", &["among"]), + ("kibutzim", &["kibbutzim"]), + ("exploraton", &["exploration"]), + ("judasim", &["judaism"]), + ("cryto", &["crypto"]), + ("indigenos", &["indigenous"]), + ("enchanced", &["enhanced"]), + ("posioned", &["poisoned", "positioned"]), + ("firmwear", &["firmware"]), + ("reconfugire", &["reconfigure"]), + ("guarenteing", &["guaranteeing"]), + ("bion", &["bio"]), + ("boraches", &["branches"]), + ("dissmis", &["dismiss"]), + ("iresistibly", &["irresistibly"]), + ("unnessesarily", &["unnecessarily"]), + ("bewteen", &["between"]), + ("lonileness", &["loneliness"]), + ("follwoers", &["followers"]), + ("derrive", &["derive"]), + ("conflictos", &["conflicts"]), + ("collpasing", &["collapsing"]), + ("viwes", &["views"]), + ("virtaul", &["virtual"]), + ("limitied", &["limited"]), + ("intiger", &["integer"]), + ("hsve", &["have"]), + ("resoiurce", &["resource"]), + ("utiliz", &["utilize"]), + ("perferances", &["preferences"]), + ("metrolopis", &["metropolis"]), + ("protestato", &["protestant"]), + ("structered", &["structured"]), + ("sensationalim", &["sensationalism"]), + ("opporunity", &["opportunity"]), + ("interator", &["iterator"]), + ("busniessmen", &["businessmen"]), + ("necessarilyn", &["necessarily"]), + ("logorithm", &["logarithm"]), + ("argumentes", &["arguments"]), + ("chizles", &["chisels"]), + ("expendatures", &["expenditures"]), + ("conteined", &["contained"]), + ("childeren", &["children"]), + ("publikation", &["publication"]), + ("populr", &["popular"]), + ("molestarte", &["molester"]), + ("tranistion", &["transition"]), + ("restraunt", &["restraint", "restaurant"]), + ("praameter", &["parameter"]), + ("dessicate", &["desiccate"]), + ("speculaties", &["speculative"]), + ("forver", &["forever"]), + ("erroneos", &["erroneous"]), + ("vunlerabilities", &["vulnerabilities"]), + ("sequemces", &["sequences"]), + ("dicriminator", &["discriminator"]), + ("vaelues", &["values"]), + ("europeaners", &["europeans"]), + ("progrss", &["progress"]), + ("compelxities", &["complexities"]), + ("assymtotically", &["asymptotically"]), + ("guarunteeing", &["guaranteeing"]), + ("commenetd", &["commented"]), + ("badnwagon", &["bandwagon"]), + ("unsubscried", &["unsubscribed"]), + ("theared", &["threaded"]), + ("transmittor", &["transmitter"]), + ("stae", &["state"]), + ("defintaly", &["defiantly"]), + ("initailized", &["initialized"]), + ("yourselfe", &["yourself", "yourselves"]), + ("ancinets", &["ancients"]), + ("thether", &["tether", "whether"]), + ("lavelling", &["levelling", "labelling"]), + ("atributed", &["attributed"]), + ("itselt", &["itself"]), + ("expansie", &["expansive"]), + ("cipertext", &["ciphertext"]), + ("becahse", &["because"]), + ("experimentes", &["experiments"]), + ("endfi", &["endif"]), + ("reperesentation", &["representation"]), + ("appreciae", &["appreciates"]), + ("ono", &["one"]), + ("miscelaneous", &["miscellaneous"]), + ("scritp", &["script"]), + ("unknowingy", &["unknowingly"]), + ("intentas", &["intents"]), + ("outsid", &["outside"]), + ("deoes", &["does"]), + ("activiti", &["activity", "activities"]), + ("datas", &["data"]), + ("alinment", &["alignment"]), + ("humanitarion", &["humanitarian"]), + ("hesiate", &["hesitate"]), + ("provoded", &["provided"]), + ("universiy", &["university"]), + ("rearely", &["rarely"]), + ("confidantial", &["confidential"]), + ("returnned", &["returned"]), + ("parites", &["parties"]), + ("depencies", &["dependencies"]), + ("multiplayr", &["multiply"]), + ("puchased", &["purchased"]), + ("contibutors", &["contributors"]), + ("expemented", &["experimented"]), + ("groubdbreaking", &["groundbreaking"]), + ("sphereos", &["spheres"]), + ("reposiotry", &["repository"]), + ("identifilers", &["identifiers"]), + ("deisgned", &["designed"]), + ("srirachra", &["sriracha"]), + ("misinfomed", &["misinformed"]), + ("indevers", &["endeavors"]), + ("evalutating", &["evaluating"]), + ("confermation", &["confirmation"]), + ("sychronmode", &["synchronmode"]), + ("impliments", &["implements"]), + ("revoluitonary", &["revolutionary"]), + ("indepentently", &["independently"]), + ("resonet", &["resonate"]), + ("emplyments", &["employments"]), + ("guarentees", &["guarantees"]), + ("mainstrem", &["mainstream"]), + ("rachives", &["archives"]), + ("critera", &["criteria"]), + ("fundamentalits", &["fundamentalists"]), + ("conneciton", &["connection"]), + ("sligthly", &["slightly"]), + ("technnology", &["technology"]), + ("unbounnded", &["unbounded"]), + ("involtue", &["involute"]), + ("follos", &["follows"]), + ("inspireras", &["inspires"]), + ("specilization", &["specialization"]), + ("assamble", &["assemble"]), + ("ocorrence", &["occurrence"]), + ("sensistively", &["sensitively", "sensitivity"]), + ("dismante", &["dismantle"]), + ("depracted", &["deprecated"]), + ("philospohers", &["philosophers"]), + ("addiotionally", &["additionally"]), + ("experimentaat", &["experiment"]), + ("interrutps", &["interrupts"]), + ("apetite", &["appetite"]), + ("perfec", &["perfect"]), + ("trottle", &["throttle"]), + ("cpatains", &["captains"]), + ("arbritrary", &["arbitrary"]), + ("rasberry", &["raspberry"]), + ("applicance", &["appliance"]), + ("passisve", &["passives"]), + ("allocater", &["allocator"]), + ("scrathces", &["scratches"]), + ("thurdsay", &["thursday"]), + ("definaitly", &["definitely"]), + ("resolutins", &["resolutions"]), + ("suppert", &["support"]), + ("attching", &["attaching"]), + ("encorder", &["encoder"]), + ("deault", &["default"]), + ("wharever", &["wherever"]), + ("attemtp", &["attempt"]), + ("obhect", &["object"]), + ("flacor", &["flavor"]), + ("syncrhonise", &["synchronise"]), + ("reniging", &["reneging"]), + ("forbatum", &["verbatim"]), + ("interpolaion", &["interpolation"]), + ("sqeuaky", &["squeaky"]), + ("initialsation", &["initialisation"]), + ("feonsay", &["fiancée"]), + ("triathalons", &["triathlons"]), + ("minneaplois", &["minneapolis"]), + ("gurading", &["guarding"]), + ("intorduction", &["introduction"]), + ("endever", &["endeavor"]), + ("trasnparency", &["transparency"]), + ("mechanicly", &["mechanical"]), + ("qualitifications", &["qualifications"]), + ("optimizaer", &["optimizer"]), + ("subscrie", &["subscriber"]), + ("queus", &["queues"]), + ("browswing", &["browsing"]), + ("loopup", &["lookup"]), + ("explicatif", &["explicit"]), + ("foget", &["forget"]), + ("coyprights", &["copyrights"]), + ("attetion", &["attention"]), + ("desrciption", &["description"]), + ("somehwat", &["somewhat"]), + ("enetities", &["entities"]), + ("reguarly", &["regularly"]), + ("impleter", &["implementer"]), + ("diagnosied", &["diagnose"]), + ("apllications", &["applications"]), + ("paravirutalisation", &["paravirtualisation"]), + ("internationnal", &["international"]), + ("exportfs", &["exports"]), + ("subpackge", &["subpackage"]), + ("economicos", &["economics"]), + ("accurences", &["occurrences"]), + ("fanaticos", &["fanatics"]), + ("spreadsheeticus", &["spreadsheets"]), + ("tournamet", &["tournament"]), + ("industrija", &["industrial"]), + ("encompasing", &["encompassing"]), + ("behavoral", &["behavioral"]), + ("satifying", &["satisfying"]), + ("quadroopled", &["quadrupled"]), + ("blokchains", &["blockchains"]), + ("unprecidented", &["unprecedented"]), + ("wiull", &["will"]), + ("certificatin", &["certificating", "certification"]), + ("requesed", &["requested"]), + ("inro", &["into"]), + ("irradate", &["irradiate"]), + ("blugin", &["plugin"]), + ("imaganative", &["imaginative"]), + ("statemet", &["statement"]), + ("ndefined", &["undefined"]), + ("injusticas", &["injustices"]), + ("cirucal", &["circular"]), + ("boith", &["both"]), + ("oppressin", &["oppression"]), + ("optimistacally", &["optimistically"]), + ("chizzel", &["chisel"]), + ("speficillifers", &["specifiers"]), + ("bureacuracy", &["bureaucracy"]), + ("mysterise", &["mysteries"]), + ("interuption", &["interruption"]), + ("modeuls", &["modules"]), + ("experimer", &["experimenter"]), + ("competiors", &["competitors"]), + ("distribuiting", &["distributing"]), + ("retailes", &["retailers"]), + ("varibables", &["variables"]), + ("decraesing", &["decreasing", "deceasing"]), + ("determindes", &["determined", "determines"]), + ("janury", &["january"]), + ("enfores", &["enforces"]), + ("birsbane", &["brisbane"]), + ("sctipt", &["script"]), + ("oposed", &["opposed"]), + ("excepion", &["exception"]), + ("mispellings", &["misspellings"]), + ("accuratelly", &["accurately"]), + ("speficillifed", &["specified"]), + ("mirorred", &["mirrored"]), + ("coginto", &["cognito"]), + ("astethicism", &["aestheticism"]), + ("generelly", &["generally"]), + ("comerants", &["cormorants"]), + ("defintiions", &["definitions"]), + ("dimmension", &["dimension"]), + ("didsapointed", &["disappointed"]), + ("execturing", &["executing"]), + ("shandow", &["shadow"]), + ("civilizaitons", &["civilizations"]), + ("modfities", &["modifies"]), + ("diaciritcs", &["diacritics"]), + ("shpapes", &["shapes"]), + ("advertisters", &["advertisers"]), + ("progrom", &["pogrom", "program"]), + ("bre", &["be", "brie"]), + ("recangles", &["rectangles"]), + ("simulatneously", &["simultaneously"]), + ("monstruos", &["monstrous"]), + ("detriot", &["detroit"]), + ("ceromony", &["ceremony"]), + ("sanctiond", &["sanctioned"]), + ("allocatedi", &["allocated"]), + ("unsubscrubed", &["unsubscribed"]), + ("modfication", &["modification"]), + ("caricate", &["caricature"]), + ("precurser", &["precursor"]), + ("cubpoard", &["cupboard"]), + ("reconeccted", &["reconnected"]), + ("accidentically", &["accidentally"]), + ("mirometers", &["micrometers"]), + ("footprinst", &["footprints"]), + ("mdifiers", &["modifiers"]), + ("registert", &["registered"]), + ("diarreah", &["diarrhea"]), + ("downvoteres", &["downvoters"]), + ("tigther", &["tighter"]), + ("siffixes", &["suffixes"]), + ("umbrela", &["umbrella"]), + ("dispayes", &["displays"]), + ("diabetees", &["diabetes"]), + ("minimial", &["minimal"]), + ("passwrods", &["passwords"]), + ("shamelesly", &["shamelessly"]), + ("incoperating", &["incorporating"]), + ("masterpeices", &["masterpiece"]), + ("environmont", &["environment"]), + ("poisition", &["position"]), + ("unvalid", &["invalid"]), + ("treaing", &["treating"]), + ("inconviniency", &["inconvenience"]), + ("executuions", &["executions"]), + ("obeserver", &["observer"]), + ("desperatly", &["desperately"]), + ("convervatives", &["conservatives"]), + ("ddictionary", &["dictionary"]), + ("psuedoinverse", &["pseudoinverse"]), + ("bload", &["bloat"]), + ("squirrelies", &["squirrels"]), + ("deepos", &["depots"]), + ("terminarlo", &["terminal"]), + ("incentivice", &["incentive"]), + ("concered", &["concede", "concerned"]), + ("propertys", &["properties"]), + ("initaition", &["initiation"]), + ("calcutates", &["calculates"]), + ("appoitnments", &["appointments"]), + ("trajecotry", &["trajectory"]), + ("unconditionaly", &["unconditionally"]), + ("switzlerand", &["switzerland"]), + ("ambigiuous", &["ambiguous"]), + ("disgnostic", &["diagnostic"]), + ("consdieration", &["considerations"]), + ("supervison", &["supervision"]), + ("overlaped", &["overlapped"]), + ("reupladers", &["reuploaders"]), + ("trasfers", &["transfers"]), + ("inspirating", &["inspiration"]), + ("youforically", &["euphorically"]), + ("unabale", &["unable"]), + ("controdiction", &["contradiction"]), + ("decorde", &["decode"]), + ("deocdings", &["decodings"]), + ("normanday", &["normandy"]), + ("vertiece", &["vertex"]), + ("justificstion", &["justifications"]), + ("alternarives", &["alternatives"]), + ("transcluent", &["translucent"]), + ("wrestlewar", &["wrestler"]), + ("athletisism", &["athleticism"]), + ("beanches", &["benches", "branches"]), + ("affiliaton", &["affiliation"]), + ("unspeficiallied", &["unspecified"]), + ("straightn", &["straighten"]), + ("bulletprrof", &["bulletproof"]), + ("endoctrination", &["indoctrination"]), + ("effectivelly", &["effectively"]), + ("delink", &["unlink"]), + ("metaphysicals", &["metaphysics"]), + ("coleegs", &["colleagues"]), + ("photogragh", &["photograph"]), + ("sezuires", &["seizures"]), + ("responsibilites", &["responsibilities"]), + ("deriver", &["derive", "driver"]), + ("importantely", &["importantly"]), + ("mistics", &["mystics"]), + ("vibratie", &["vibrate"]), + ("goldfisch", &["goldfish"]), + ("executin", &["execution"]), + ("implimentations", &["implementations"]), + ("contanimated", &["contaminated"]), + ("wezzals", &["weasels"]), + ("mathimatics", &["mathematics"]), + ("arbiatraily", &["arbitrarily"]), + ("resest", &["reset", "recessed"]), + ("attraktive", &["attractive"]), + ("unoredered", &["unordered"]), + ("pornogrpahy", &["pornography"]), + ("adultey", &["adultery"]), + ("negotaiting", &["negotiating"]), + ("dervie", &["derive"]), + ("previious", &["previous"]), + ("tedeous", &["tedious"]), + ("existentiella", &["existential"]), + ("correspons", &["corresponds"]), + ("paschurizes", &["pasteurizes"]), + ("distingushes", &["distinguishes"]), + ("respponse", &["response"]), + ("illnesss", &["illnesses"]), + ("decembre", &["december"]), + ("segmnet", &["segment"]), + ("mising", &["missing"]), + ("proffesional", &["professional"]), + ("accumlate", &["accumulate"]), + ("everythin", &["everything"]), + ("shtiless", &["shitless"]), + ("palne", &["plane"]), + ("reliabillity", &["reliability"]), + ("photoshooped", &["photoshopped"]), + ("exspecting", &["expecting"]), + ("clodes", &["closed", "clothes"]), + ("multipiler", &["multiplier"]), + ("cannonical", &["canonical"]), + ("analzyer", &["analyzer"]), + ("primimitive", &["primitive"]), + ("cracing", &["gracing"]), + ("ellegant", &["elegant"]), + ("gerenics", &["generics"]), + ("supossed", &["supposed"]), + ("unvisisted", &["unvisited"]), + ("silhouete", &["silhouette"]), + ("distirted", &["distorted"]), + ("normalizd", &["normalized"]), + ("typograhic", &["typographic"]), + ("englissh", &["english"]), + ("authenenticators", &["authenticators"]), + ("interioara", &["interior"]), + ("folowwers", &["followers"]), + ("consctructing", &["constructing"]), + ("knowldegable", &["knowledgable"]), + ("clishay", &["cliché"]), + ("develoment", &["development"]), + ("atrifact", &["artifact"]), + ("plasements", &["placements"]), + ("interpretted", &["interpreted"]), + ("cultueral", &["cultural"]), + ("ommited", &["omitted"]), + ("deviders", &["dividers"]), + ("submite", &["submit"]), + ("comapt", &["compat"]), + ("terfforming", &["terraforming"]), + ("padd", &["pad", "padded"]), + ("sinnicaly", &["cynically"]), + ("appliyed", &["applied"]), + ("througg", &["through"]), + ("gargoils", &["gargoyles"]), + ("frind", &["friend"]), + ("programms", &["programs"]), + ( + "collapted", + &["coapted", "collapse", "collapsed", "collated"], + ), + ("requirment", &["requirement"]), + ("forciblly", &["forcibly"]), + ("phillipine", &["philippine"]), + ("caculate", &["calculate"]), + ("molestarme", &["molester"]), + ("overhooking", &["overlooking"]), + ("furstration", &["frustration"]), + ("dissbled", &["disabled"]), + ("masuclinity", &["masculinity"]), + ("execion", &["execution"]), + ("humilitaing", &["humiliating"]), + ("canew", &["canoe"]), + ("acident", &["accident"]), + ("provisoner", &["provisioner"]), + ("malining", &["maligning"]), + ("automactically", &["automatically"]), + ("ommission", &["omission"]), + ("implementatins", &["implementations"]), + ("tichened", &["thickened"]), + ("execuate", &["execute"]), + ("masculanity", &["masculinity"]), + ("algorithimes", &["algorithms"]), + ("intesity", &["intensity"]), + ("somehing", &["something"]), + ("repected", &["respected"]), + ("tryign", &["trying"]), + ("carnavores", &["carnivores"]), + ("electonic", &["electronic"]), + ("consecutivly", &["consecutively"]), + ("overclcoked", &["overclocked"]), + ("sensationality", &["sensationalist"]), + ("vaguaries", &["vagaries"]), + ("comittment", &["commitment"]), + ("senitmental", &["sentimental"]), + ("gettter", &["getter"]), + ("pruchase", &["purchase"]), + ("precondtionner", &["preconditioner"]), + ("bahavioral", &["behavioral"]), + ("recommd", &["recommend"]), + ("reponse", &["response"]), + ("informe", &["inform"]), + ("concepta", &["conceptual"]), + ("septemer", &["september"]), + ("elsof", &["elseif"]), + ("pickniced", &["picnicked"]), + ("schoold", &["schooled"]), + ("speficiiers", &["specifiers"]), + ("maintinaing", &["maintaining"]), + ("comparse", &["compares"]), + ("gentials", &["genitals"]), + ("moudules", &["modules"]), + ("uncompreses", &["uncompresses"]), + ("trohpies", &["trophies"]), + ("startlisteneing", &["startlistening"]), + ("clame", &["claim"]), + ("discusssion", &["discussions"]), + ("segemnts", &["segments"]), + ("opposuite", &["opposite"]), + ("tagnetial", &["tangential"]), + ("mediterainnean", &["mediterranean"]), + ("insurgencey", &["insurgency"]), + ("meail", &["email"]), + ("subseuent", &["subsequent"]), + ("amgle", &["angle"]), + ("thr", &["the"]), + ("permament", &["permanent"]), + ("cliente", &["client", "clientele"]), + ("photoshipped", &["photoshopped"]), + ("cosistent", &["consistent"]), + ("enocde", &["encode"]), + ("algotirhmically", &["algorithmically"]), + ("convinving", &["convincing"]), + ("improter", &["importer"]), + ("possibiliy", &["possibility", "possibly"]), + ("replcias", &["replicas"]), + ("transplain", &["transplant"]), + ("parametters", &["parameters"]), + ("recuiting", &["recruiting"]), + ("inpecting", &["inspecting"]), + ("ressizes", &["resizes"]), + ("techniciens", &["technicians"]), + ("costruct", &["construct"]), + ("svelt", &["svelte"]), + ("implememntation", &["implementation"]), + ("tempated", &["templated"]), + ("bloodborbe", &["bloodborne"]), + ("sensationails", &["sensationalism"]), + ("supsequent", &["subsequent"]), + ("calbiration", &["calibration"]), + ("direftory", &["directory"]), + ("alloccate", &["allocate"]), + ("scipting", &["scripting"]), + ("cimptumatic", &["symptomatic"]), + ("exort", &["export", "exhort"]), + ("pessimisitic", &["pessimistic"]), + ("baragin", &["bargain"]), + ("breatsfeeding", &["breastfeeding"]), + ("opportunties", &["opportunities"]), + ("regenration", &["regeneration"]), + ("difficulites", &["difficulties"]), + ("reasssign", &["reassign"]), + ("socioeconimic", &["socioeconomic"]), + ("constituants", &["constituents"]), + ("penssylvania", &["pennsylvania"]), + ("cricitals", &["criticals"]), + ("deattached", &["detached"]), + ("compeltion", &["completion"]), + ("guarunteing", &["guaranteeing"]), + ("markede", &["marketed"]), + ("deconstract", &["deconstruct"]), + ("jod", &["job"]), + ("distraccion", &["distraction"]), + ("extroardinary", &["extraordinary"]), + ("devastanti", &["devastating"]), + ("maintanance", &["maintenance"]), + ("consoldiated", &["consolidated"]), + ("agricultral", &["agricultural"]), + ("revolvs", &["revolves"]), + ("commnadline", &["commandline"]), + ("alloccated", &["allocated"]), + ("allowd", &["allowed", "allow", "allows"]), + ("ephemereal", &["ephemeral"]), + ("expite", &["expedite", "expire"]), + ("contempoary", &["contemporary"]), + ("anevironments", &["environments"]), + ("sheilding", &["shielding"]), + ("uplifitng", &["uplifting"]), + ("privaledge", &["privilege"]), + ("concatentation", &["concatenation"]), + ("utilizaton", &["utilization"]), + ("dictats", &["dictates"]), + ("bitcion", &["bitcoin"]), + ("indepdently", &["independently"]), + ("organiztion", &["organization"]), + ("fidnings", &["findings"]), + ("conectivities", &["connectivities"]), + ("cannibaljim", &["cannibalism"]), + ("passtime", &["pastime"]), + ("presistance", &["persistence"]), + ("shadder", &["shader"]), + ("congragulate", &["congratulate"]), + ("incidencies", &["incidence"]), + ("openened", &["opened"]), + ("instrucitonal", &["instructional"]), + ("abailable", &["available"]), + ("thomspon", &["thompson"]), + ("deacriptor", &["decryptor", "descriptor"]), + ("anitdepressant", &["antidepressants"]), + ("resoultions", &["resolutions"]), + ("filterring", &["filtering"]), + ("yuor", &["your"]), + ("presomption", &["presumption"]), + ("requiress", &["requires"]), + ("positoning", &["positioning"]), + ("bycicling", &["bicycling"]), + ("medievel", &["medieval"]), + ("terminales", &["terminals"]), + ("hodling", &["holding"]), + ("redisign", &["redesign"]), + ("conneection", &["connection"]), + ("cathderal", &["cathedral"]), + ("disutils", &["distutils"]), + ("isntalling", &["installing"]), + ("flaoting", &["floating"]), + ("collisin", &["collisions", "collision", "collusion"]), + ("deregistred", &["deregistered"]), + ("developements", &["developments"]), + ("replacate", &["replicate"]), + ("graident", &["gradient"]), + ("catholisicm", &["catholicism"]), + ("approximatively", &["approximately"]), + ("beleife", &["belief", "believe"]), + ("invertion", &["inversion"]), + ("intepretable", &["interpretable"]), + ("unexectedly", &["unexpectedly"]), + ("incatation", &["incantation"]), + ("alloctions", &["allocations"]), + ("toghter", &["together"]), + ("attactor", &["attractor"]), + ("scupture", &["sculpture"]), + ("bortherhood", &["brotherhood"]), + ("thouroghly", &["thoroughly"]), + ("authencation", &["authentication"]), + ("santioned", &["sanctioned"]), + ("apostrohpe", &["apostrophe"]), + ("iteratered", &["iterated"]), + ("amphatheater", &["amphitheater"]), + ("calliflowers", &["cauliflowers"]), + ("pleasse", &["please"]), + ("ahtiest", &["atheist"]), + ("dsytopian", &["dystopian"]), + ("opended", &["opened"]), + ("sensetivity", &["sensitivity"]), + ("theature", &["theatre"]), + ("retuns", &["returns"]), + ("numberss", &["numbers"]), + ("unintutive", &["unintuitive"]), + ("caluculation", &["calculation"]), + ("formallize", &["formalize"]), + ("cosoling", &["consoling"]), + ("seinors", &["seniors"]), + ("snese", &["sneeze"]), + ("corecting", &["correcting"]), + ("funciotn", &["function"]), + ("statuets", &["statutes"]), + ("alternarive", &["alternative"]), + ("contaminanted", &["contaminated"]), + ("instaler", &["installer"]), + ("apreciated", &["appreciated"]), + ("implementaed", &["implemented"]), + ("ellements", &["elements"]), + ("gosples", &["gospels"]), + ("envionment", &["environment"]), + ("contactos", &["contacts"]), + ("notifaction", &["notification"]), + ("carbohidrates", &["carbohydrates"]), + ("follewers", &["followers"]), + ("imbrace", &["embrace"]), + ("preceeding", &["preceding", "proceeding"]), + ("interprer", &["interpreter"]), + ("supermaket", &["supermarket"]), + ("suspisiously", &["suspiciously"]), + ("homogeniously", &["homogeneously"]), + ("simposn", &["simpson"]), + ("dne", &["done"]), + ("dimensinal", &["dimensional"]), + ("decelarations", &["decelerations", "declarations"]), + ("refure", &["refuse"]), + ("civalisations", &["civilisations"]), + ("elasping", &["elapsing"]), + ("varialble", &["variable"]), + ("puchasing", &["purchasing"]), + ("progres", &["progress"]), + ("disussion", &["discussion"]), + ("successs", &["successes", "success"]), + ("contraveining", &["contravening"]), + ("mussils", &["muscles", "mussels"]), + ("initalizations", &["initializations"]), + ("assymmetries", &["asymmetries"]), + ("inhertances", &["inheritances"]), + ("homewolrd", &["homeworld"]), + ("assertin", &["assertions"]), + ("sidelinjen", &["sideline"]), + ("agreggate", &["aggregate"]), + ("reduntancy", &["redundancy"]), + ("successsfully", &["successfully"]), + ("freedon", &["freedom"]), + ("survivour", &["survivor"]), + ("underlflowed", &["underflowed"]), + ("necessarly", &["necessary", "necessarily"]), + ("ambadexterous", &["ambidextrous"]), + ("spotifiy", &["spotify"]), + ("ellipsical", &["elliptical"]), + ("friendzonded", &["friendzoned"]), + ("uspported", &["supported", "unsupported"]), + ("milennia", &["millennia"]), + ("disabeled", &["disabled"]), + ("juggernat", &["juggernaut"]), + ("controll", &["control"]), + ("firend", &["friend"]), + ("recives", &["receives"]), + ("athesits", &["atheists"]), + ("othwerwise", &["otherwise"]), + ("invisivble", &["invisible"]), + ("plaese", &["please"]), + ("cient", &["client"]), + ("romanin", &["romanian"]), + ("indiviudual", &["individual"]), + ("multpile", &["multiple"]), + ("coincidantal", &["coincidental"]), + ("handshare", &["handshake"]), + ("initiailize", &["initialize"]), + ("multitaksing", &["multitasking"]), + ("smooter", &["smoother"]), + ("intitialization", &["initialization"]), + ("evauluated", &["evaluated"]), + ("stoyr", &["story"]), + ("critizising", &["criticising"]), + ("assymptotes", &["asymptotes"]), + ("participatns", &["participant"]), + ("minsiter", &["minister"]), + ("curature", &["curvature"]), + ("conciderable", &["considerable"]), + ("defatult", &["default"]), + ("neccessary", &["necessary"]), + ("reasonabley", &["reasonably"]), + ("minifys", &["minifies"]), + ("relentlesly", &["relentlessly"]), + ("tyelnol", &["tylenol"]), + ("catapul", &["catapult"]), + ("flanethrower", &["flamethrower"]), + ("dissbling", &["disabling"]), + ("negativley", &["negatively"]), + ("descripriptors", &["descriptors"]), + ("amazaing", &["amazing"]), + ("transmissin", &["transmissions"]), + ("constructiin", &["constructing"]), + ("existatus", &["exitstatus"]), + ("correctoins", &["corrections"]), + ("defferently", &["differently"]), + ("pllatforms", &["platforms"]), + ("caluculate", &["calculate"]), + ("pretene", &["pretense"]), + ("intermittant", &["intermittent"]), + ("modfied", &["modified"]), + ("procederal", &["procedural"]), + ("whiltelist", &["whitelist"]), + ("sensationnal", &["sensational"]), + ("archaelogical", &["archaeological"]), + ("cahnged", &["changed"]), + ("trewthful", &["truthful"]), + ("dismabiguation", &["disambiguation"]), + ("javscript", &["javascript"]), + ("chisle", &["chisel"]), + ("refletion", &["reflection"]), + ("contianed", &["contained"]), + ("lieved", &["lived"]), + ("adminsitered", &["administered"]), + ("kidknappee", &["kidnappee"]), + ("luckely", &["luckily"]), + ("straming", &["streaming", "steaming"]), + ("evloves", &["evolves"]), + ("appicant", &["applicant"]), + ("wors", &["wars", "was", "works", "worse", "worst"]), + ("disrespection", &["disrespecting"]), + ("catched", &["caught"]), + ("verastility", &["versatility"]), + ("commpresd", &["compressed"]), + ("mexicain", &["mexican"]), + ("recended", &["rescinded"]), + ("speficififer", &["specifier"]), + ("compresed", &["compressed"]), + ("preshusly", &["preciously"]), + ("menion", &["mention", "minion"]), + ("excetutives", &["executives"]), + ("recommmend", &["recommend"]), + ("hannbial", &["hannibal"]), + ("cannibalsim", &["cannibalism"]), + ("imaginativo", &["imagination"]), + ("monochrone", &["monochrome"]), + ("disapeared", &["disappeared"]), + ("outperfoms", &["outperform"]), + ("virutalenv", &["virtualenv"]), + ("unconsciosly", &["unconsciously"]), + ("dispencing", &["dispensing"]), + ("equivivalent", &["equivalent"]), + ("unexpecte", &["unexpected"]), + ("temafight", &["teamfight"]), + ("tramautized", &["traumatized"]), + ("winthin", &["within"]), + ("determineing", &["determining"]), + ("spectaulars", &["spectaculars"]), + ("opemed", &["opened"]), + ("datecreatedd", &["datecreated"]), + ("tunnells", &["tunnels"]), + ("assiocates", &["associates"]), + ("transformacion", &["transformation"]), + ("creationsism", &["creationism"]), + ("ailmony", &["alimony"]), + ("compensare", &["compensate"]), + ("thsnkful", &["thankful"]), + ("peotry", &["poetry"]), + ("substractive", &["subtractive"]), + ("continuining", &["continuing"]), + ("assult", &["assault"]), + ("certificsted", &["certificated"]), + ("wiscled", &["whistled"]), + ("princeses", &["princess"]), + ("subarmine", &["submarine"]), + ("instrucution", &["instruction"]), + ("predetermind", &["predetermined"]), + ("suceeds", &["succeeds"]), + ("statuse", &["statutes"]), + ("compny", &["company"]), + ("eligble", &["eligible"]), + ("progamability", &["programmability"]), + ("determinining", &["determining"]), + ("spefiy", &["specify"]), + ("dobles", &["doubles"]), + ("desturbing", &["disturbing"]), + ("syncrhonized", &["synchronized"]), + ("preseving", &["preserving"]), + ("keynoard", &["keyboard"]), + ("analsye", &["analyse"]), + ("transproted", &["transported"]), + ("underlfows", &["underflows"]), + ("commerorative", &["commemorative"]), + ("catholacism", &["catholicism"]), + ("isimilar", &["similar"]), + ("exersice", &["exercise"]), + ("revoultionary", &["revolutionary"]), + ("derefrancable", &["dereferenceable"]), + ("chambre", &["chamber"]), + ("cercomstances", &["circumstances"]), + ("playfull", &["playful", "playfully"]), + ("copyirghted", &["copyrighted"]), + ("snyergy", &["synergy"]), + ("essentuals", &["essentials"]), + ("contiguos", &["contiguous"]), + ("aggretator", &["aggregator"]), + ("astersik", &["asterisk"]), + ("represenatational", &["representational"]), + ("institutionale", &["institutionalized"]), + ("seprate", &["separate"]), + ("organisationers", &["organisations"]), + ("replacaments", &["replacements"]), + ("coallate", &["collate"]), + ("syntak", &["syntax"]), + ("dosuments", &["documents"]), + ("inconsequantial", &["inconsequential"]), + ("execut", &["execute"]), + ("anxiuos", &["anxious"]), + ("highligjted", &["highlighted"]), + ("insuspecting", &["unsuspecting"]), + ("permanant", &["permanent"]), + ("booshelves", &["bookshelves"]), + ("corrispondants", &["correspondents"]), + ("fiter", &["filter", "fighter", "fitter", "fiver"]), + ("trendig", &["trending"]), + ("participat", &["participants"]), + ("botom", &["bottom"]), + ("promenently", &["prominently"]), + ("juggernout", &["juggernaut"]), + ("guarenteedy", &["guaranty"]), + ("temproray", &["temporary"]), + ("excating", &["exacting"]), + ("complecations", &["complications"]), + ("poins", &["points"]), + ("tessleated", &["tessellated"]), + ("crystalus", &["crystals"]), + ("comercial", &["commercial"]), + ("assagne", &["assange"]), + ("unavoidble", &["unavoidable"]), + ("homosexualls", &["homosexuals"]), + ("inclued", &["included"]), + ("neighborhhod", &["neighborhood"]), + ("algebriac", &["algebraic"]), + ("unwirtten", &["unwritten"]), + ("principas", &["principals"]), + ("quantitatve", &["quantitative"]), + ("enhabcing", &["enhancing"]), + ("perfeccion", &["perfection"]), + ("disapper", &["disappear"]), + ("downoads", &["downloads"]), + ("compatabiity", &["compatibility"]), + ("butiful", &["beautiful"]), + ("pronunciating", &["pronunciation"]), + ("karbohydrates", &["carbohydrates"]), + ("skwalked", &["squawked"]), + ("subdirectiories", &["subdirectories"]), + ("confingure", &["configure"]), + ("therem", &["there", "theorem"]), + ("storytellling", &["storytelling"]), + ("hyporcite", &["hypocrite"]), + ("redundany", &["redundancy"]), + ("arbitrarilly", &["arbitrarily"]), + ("reactquire", &["reacquire"]), + ("drasitcally", &["drastically"]), + ("repostd", &["reposted"]), + ("dependendent", &["dependent"]), + ("funguses", &["fungi"]), + ("compnent", &["component"]), + ("semapthores", &["semaphores"]), + ("referneces", &["references"]), + ("adminstrate", &["administrate"]), + ("recgonise", &["recognise"]), + ("fortunte", &["fortune"]), + ("extermism", &["extremism"]), + ("contempalte", &["contemplate"]), + ("experinementel", &["experimental"]), + ("lamdas", &["lambdas"]), + ("transacions", &["transactions"]), + ("initiailization", &["initialization"]), + ("downgades", &["downgrades"]), + ("marginilized", &["marginalized"]), + ("victoriosa", &["victorious"]), + ("chaeck", &["check"]), + ("unpertubated", &["unperturbed"]), + ("opinoins", &["opinions"]), + ("determinee", &["determine"]), + ("unparseable", &["unparsable"]), + ("hyprocite", &["hypocrite"]), + ("returms", &["returns"]), + ("degenrated", &["degenerated"]), + ("republians", &["republicans"]), + ("dekstops", &["desktops"]), + ("revoming", &["removing"]), + ("dimissed", &["dismissed"]), + ("tyies", &["tries"]), + ("incpetion", &["inception"]), + ("compansating", &["compensating"]), + ("envidenced", &["evidenced"]), + ("assulated", &["assaulted"]), + ("studnet", &["student"]), + ("develping", &["developing"]), + ("nastershum", &["nasturtium"]), + ("protectice", &["protective"]), + ("anithing", &["anything"]), + ("israelli", &["israeli"]), + ("conert", &["convert"]), + ("opertunity", &["opportunity"]), + ("swatsika", &["swastika"]), + ("expetimenter", &["experimenter"]), + ("prostituee", &["prostitute"]), + ("reluctanct", &["reluctant"]), + ("excecte", &["execute"]), + ("overriddable", &["overridable"]), + ("intimidiate", &["intimidate"]), + ("fascinatin", &["fascination"]), + ("vulnerablility", &["vulnerability"]), + ("credetial", &["credential"]), + ("manipualted", &["manipulated"]), + ("benchamarked", &["benchmarked"]), + ("sepearates", &["separates"]), + ("spoiles", &["spoilers"]), + ("enpoind", &["endpoint"]), + ("imput", &["input"]), + ("orede", &["order"]), + ("mezmorizing", &["mesmerizing"]), + ("prestigioso", &["prestigious"]), + ("commercie", &["commerce"]), + ("opperate", &["operate"]), + ("stainlees", &["stainless"]), + ("inititalize", &["initialize"]), + ("unhelpfull", &["unhelpful"]), + ("individuallity", &["individuality"]), + ("endorced", &["endorsed"]), + ("addressible", &["addressable"]), + ("initaite", &["initiate"]), + ("designad", &["designated"]), + ("hypertrohpy", &["hypertrophy"]), + ("negoticators", &["negotiators"]), + ("hanled", &["handled"]), + ("guarnanteing", &["guaranteeing"]), + ("adjustificat", &["justification"]), + ("socioecomonic", &["socioeconomic"]), + ("portected", &["protected"]), + ("contagiosum", &["contagious"]), + ("icreases", &["increases"]), + ("exploitatie", &["exploitative"]), + ("warppred", &["warped", "wrapped"]), + ("merly", &["merely", "formerly"]), + ("custoizer", &["customizer"]), + ("foorter", &["footer"]), + ("expersive", &["expensive"]), + ("reproducability", &["reproducibility"]), + ("dispayed", &["displayed"]), + ("superseedd", &["superseded"]), + ("implicatii", &["implicit"]), + ("refudn", &["refund"]), + ("predeclarnig", &["predeclaring"]), + ("boudnaries", &["boundaries"]), + ("temerature", &["temperature"]), + ("affinitized", &["affinities", "affinity"]), + ("efficcient", &["efficient"]), + ("etablishd", &["established"]), + ("lcuase", &["clause"]), + ("elimentary", &["elementary"]), + ("decomissioned", &["decommissioned"]), + ("planation", &["plantation"]), + ("betweem", &["between"]), + ("respository", &["repository"]), + ("pathalogical", &["pathological"]), + ("fhurter", &["further"]), + ("steriotypical", &["stereotypical"]), + ("transitiosn", &["transitions"]), + ("renegoticator", &["renegotiator"]), + ("indentifer", &["identifier"]), + ("discontiguities", &["discontinuities"]), + ("spinlcok", &["spinlock"]), + ("quwesant", &["croissant"]), + ("momemtary", &["momentary"]), + ("interferre", &["interfere"]), + ("insurasnce", &["insurance"]), + ("swither", &["switcher"]), + ("predective", &["predictive"]), + ("sporles", &["sproles"]), + ("commnities", &["communities"]), + ("framgent", &["fragment"]), + ("constitutie", &["constitutes"]), + ("conffig", &["config"]), + ("deduplates", &["deduplicates"]), + ("ethnicites", &["ethnicities"]), + ("straightend", &["straightened"]), + ("systmes", &["systems"]), + ("scipted", &["scripted"]), + ("chronocles", &["chronicles"]), + ("examplees", &["examples"]), + ("paraneterized", &["parameterized"]), + ("epsionage", &["espionage"]), + ("sutdown", &["shutdown"]), + ("impeed", &["impede"]), + ("unkowns", &["unknowns"]), + ("recrusively", &["recursively"]), + ("coallisions", &["collisions"]), + ("chane", &["change", "chain"]), + ("totorials", &["tutorials"]), + ("uninsipred", &["uninspired"]), + ("influecing", &["influencing"]), + ("tempature", &["temperature"]), + ("progrmmers", &["programmers"]), + ("complexety", &["complexity"]), + ("stragger", &["straggler", "stagger"]), + ("seperateing", &["separating"]), + ("rememored", &["remembered"]), + ("integraded", &["integrated"]), + ("prctiles", &["percentiles"]), + ("kenyesian", &["keynesian"]), + ("bayblon", &["babylon"]), + ("exectuableness", &["executableness"]), + ("proprition", &["proportion"]), + ("subnegogtiations", &["subnegotiations"]), + ("satisified", &["satisfied"]), + ("comparisments", &["comparisons"]), + ("alvorithm", &["algorithm"]), + ("apretiate", &["appreciate"]), + ("barcelets", &["bracelets"]), + ("restatting", &["restarting", "restating"]), + ("attactment", &["attachment"]), + ("opertion", &["operation"]), + ("solutide", &["solitude"]), + ("misunderstending", &["misunderstandings"]), + ("descandants", &["descendants"]), + ("incoprorating", &["incorporating"]), + ("virigns", &["virgins"]), + ("attemtps", &["attempts"]), + ("covriance", &["covariance"]), + ("capatibilities", &["capabilities"]), + ("expession", &["expression"]), + ("sacarin", &["saccharin"]), + ("criterias", &["criteria"]), + ("generalizaton", &["generalization"]), + ("morevoer", &["moreover"]), + ("termanator", &["terminator"]), + ("excellenet", &["excellence"]), + ("deffinitively", &["definitively"]), + ("sigthstone", &["sightstone"]), + ("recommendataion", &["recommendation"]), + ("provid", &["provide", "prove", "proved", "proves"]), + ("scracth", &["scratch"]), + ("trogloditical", &["troglodytical"]), + ("chispet", &["chipset"]), + ("cathloic", &["catholic"]), + ("reallocaing", &["reallocating"]), + ("apartmet", &["apartments"]), + ("expereince", &["experience"]), + ("gruping", &["grouping"]), + ("methodoly", &["methodology"]), + ("ulitmately", &["ultimately"]), + ("encompases", &["encompasses"]), + ("regestration", &["registration"]), + ("amongs", &["among"]), + ("clincially", &["clinically"]), + ("iteratior", &["iterator"]), + ("guarantess", &["guarantees"]), + ("overcoding", &["overcoming"]), + ("infrastruture", &["infrastructure"]), + ("beleaving", &["believing"]), + ("resue", &["reuse", "rescue"]), + ("depositis", &["deposits"]), + ("spefiifiers", &["specifiers"]), + ("overwritte", &["overwrite"]), + ("devfines", &["defines"]), + ("misinterperted", &["misinterpreted"]), + ("answe", &["answer"]), + ("corrresponding", &["corresponding"]), + ("authethenticators", &["authenticators"]), + ("muffings", &["muffins"]), + ("experamenter", &["experimenter"]), + ("shedules", &["schedules"]), + ("fabircation", &["fabrication"]), + ("retardathon", &["retardation"]), + ("exteriour", &["exterior"]), + ("accoustically", &["acoustically"]), + ("wansts", &["wants"]), + ("neighboorhoud", &["neighbourhood"]), + ("errornous", &["erroneous"]), + ("extered", &["exerted"]), + ("devidable", &["divisible"]), + ("alignmant", &["alignment"]), + ("insititute", &["institute"]), + ("enmpty", &["empty"]), + ("memebrship", &["membership"]), + ("workbennches", &["workbenches"]), + ("structore", &["structure"]), + ("cimetricly", &["symmetricly"]), + ("lamda", &["lambda"]), + ("tempalte", &["template"]), + ("devision", &["division"]), + ("formery", &["formerly"]), + ("parallizing", &["parallelizing"]), + ("conttribute", &["contribute"]), + ("unrecovarable", &["unrecoverable"]), + ("overwath", &["overwatch"]), + ("inteference", &["interference"]), + ("republicanos", &["republicans"]), + ("visability", &["visibility"]), + ("dysfunctionnal", &["dysfunctional"]), + ("authethenticated", &["authenticated"]), + ("clibpoard", &["clipboard"]), + ("autonegoptionsotiation", &["autonegotiation"]), + ("interpertations", &["interpretations"]), + ("inititializations", &["initializations"]), + ("dektops", &["desktops"]), + ("complimentarity", &["complimentary"]), + ("sucession", &["succession"]), + ("interfaves", &["interfaces"]), + ("ciritcality", &["criticality"]), + ("evreyones", &["everyones"]), + ("feministas", &["feminists"]), + ("autonegoatiations", &["autonegotiations"]), + ("institucion", &["institution"]), + ("diganosis", &["diagnosis"]), + ("unlockes", &["unlocks"]), + ("enoucntered", &["encountered"]), + ("castels", &["castles"]), + ("mutatiohn", &["mutation"]), + ("shystem", &["system"]), + ("fysisit", &["physicist"]), + ("continuety", &["continuity"]), + ("surroundign", &["surroundings"]), + ("ligthly", &["lightly"]), + ("dilema", &["dilemma"]), + ("humanite", &["humanities"]), + ("sybsystems", &["subsystems"]), + ("sepetately", &["separately"]), + ("inspektion", &["inspection"]), + ("intertvined", &["intertwined"]), + ("functiions", &["functions"]), + ("flitering", &["filtering"]), + ("penatly", &["penalty"]), + ("resevered", &["reserved"]), + ("lazer", &["laser"]), + ("fricton", &["friction"]), + ("positivisme", &["positives"]), + ("definatelly", &["definitely"]), + ("intestents", &["intestines"]), + ("maketplace", &["marketplace"]), + ("colum", &["column"]), + ("immortallity", &["immortality"]), + ("proivder", &["provider"]), + ("trottling", &["throttling", "trotting"]), + ("portras", &["portrays"]), + ("curent", &["current"]), + ("serviciable", &["serviceable"]), + ("introveted", &["introverted"]), + ("levetates", &["levitates"]), + ("rewriten", &["rewritten"]), + ("disproportiate", &["disproportionate"]), + ("explaind", &["explained"]), + ("rhinosarus", &["rhinoceros"]), + ("ciritics", &["critics"]), + ("extesion", &["extension"]), + ("spreasheet", &["spreadsheet"]), + ("disrepsectful", &["disrespectful"]), + ("rememberance", &["remembrance"]), + ("electircal", &["electrical"]), + ("encapsulatzion", &["encapsulation"]), + ("homogenously", &["homogeneously"]), + ("businesmen", &["businessmen"]), + ("detectionn", &["detection"]), + ("proberly", &["properly"]), + ("speechers", &["speeches"]), + ("provisios", &["provisions"]), + ("conuntry", &["country"]), + ("dislaying", &["displaying"]), + ("emited", &["emitted"]), + ("alchmeist", &["alchemist"]), + ("comprimises", &["compromises"]), + ("shoulld", &["should"]), + ("terminaed", &["terminated"]), + ("evolutionarilly", &["evolutionary"]), + ("enviorment", &["environment"]), + ("ofsset", &["offset"]), + ("sparklie", &["sparkle"]), + ("architechture", &["architecture"]), + ("fumctions", &["functions"]), + ("biginning", &["beginning"]), + ("fomratted", &["formatted"]), + ("comppilers", &["compilers"]), + ("equivallents", &["equivalents"]), + ("pentalty", &["penalty"]), + ("conditons", &["conditions"]), + ("integrat", &["integral", "integrate"]), + ("cleanilness", &["cleanliness"]), + ("contridict", &["contradict"]), + ("gradualy", &["gradually"]), + ("proctected", &["protected"]), + ("nostolgically", &["nostalgically"]), + ("exapnd", &["expand"]), + ("photograhpy", &["photography"]), + ("anniverary", &["anniversary"]), + ("authenciator", &["authenticator"]), + ("thundervolt", &["thunderbolt"]), + ("disconeected", &["disconnected"]), + ("htiboxes", &["hitboxes"]), + ("aquainting", &["acquainting"]), + ("cenario", &["scenario"]), + ("retquiresgsub", &["requiresgsub"]), + ("resemblense", &["resembles"]), + ("sapeenaing", &["subpoenaing"]), + ("duplciate", &["duplicate"]), + ("embedidngs", &["embeddings"]), + ("singatures", &["signatures"]), + ("loacality", &["locality"]), + ("ceate", &["create"]), + ("princesss", &["princesses"]), + ("defitnely", &["definitely"]), + ("independ", &["independent"]), + ("bueraucratic", &["bureaucratic"]), + ("edcdic", &["ebcdic"]), + ("unsccessful", &["unsuccessful"]), + ("sporstmanship", &["sportsmanship"]), + ("basicliy", &["basically"]), + ("revoluionary", &["revolutionary"]), + ("alrady", &["already"]), + ("unisntall", &["uninstall"]), + ("highlighed", &["highlighted"]), + ("opjectifications", &["objectifications"]), + ("ratatoolee", &["ratatouille"]), + ("guarentee", &["guarantee"]), + ("protoyping", &["prototyping"]), + ("certificstion", &["certification"]), + ("programmend", &["programmed"]), + ("comflicting", &["conflicting"]), + ("succssors", &["successors"]), + ("varts", &["carts", "warts"]), + ("narcisssism", &["narcissism"]), + ("authentciated", &["authenticated"]), + ("submition", &["submission"]), + ("ermergency", &["emergency"]), + ("elimiante", &["eliminate"]), + ("warnig", &["warning"]), + ("operato", &["operator"]), + ("restricing", &["restricting"]), + ("keyborad", &["keyboard"]), + ("kepoint", &["keypoint"]), + ("helikopters", &["helicopters"]), + ("errrors", &["errors"]), + ("asbtractness", &["abstractness"]), + ("embarrasments", &["embarrassment"]), + ("grativational", &["gravitational"]), + ("speciifed", &["specified"]), + ("genrators", &["generators"]), + ("excersized", &["exercised"]), + ("subsituding", &["substituting"]), + ("addapts", &["adapts"]), + ("downsiders", &["downsides"]), + ("enhancments", &["enhancements"]), + ("organsims", &["organisms"]), + ("chocolatos", &["chocolates"]), + ("instaling", &["installing"]), + ("sugggested", &["suggested"]), + ("bidings", &["bidding", "bindings"]), + ("caculation", &["calculation"]), + ("conrrol", &["control"]), + ("scientifcaly", &["scientifically"]), + ("roiters", &["rioters"]), + ("authethicate", &["authenticate"]), + ("ordianry", &["ordinary"]), + ("implemenetd", &["implemented"]), + ("commecting", &["connecting"]), + ("fountian", &["fountain"]), + ("advertisments", &["advertisements"]), + ("develompents", &["developments"]), + ("equivallently", &["equivalently"]), + ("emmit", &["emit"]), + ("cahrs", &["chars"]), + ("condidate", &["candidate"]), + ("downgardes", &["downgrades"]), + ("perpsectives", &["perspectives"]), + ("automatico", &["automation"]), + ("moutns", &["mounts"]), + ("pathces", &["patches"]), + ("arryas", &["arrays"]), + ("reacher", &["richer", "reader"]), + ("alpahabetical", &["alphabetical"]), + ("fahrenheight", &["fahrenheit"]), + ("settinga", &["settings"]), + ("resuorced", &["resourced"]), + ("definig", &["defining"]), + ("discriminatorie", &["discriminate"]), + ("modiration", &["moderation"]), + ("hospitalzed", &["hospitalized"]), + ("poulations", &["populations"]), + ("celars", &["cellars", "clears"]), + ("juipter", &["jupiter"]), + ("anotehr", &["another"]), + ("ehtically", &["ethically"]), + ("miinimization", &["minimization"]), + ("desqualified", &["disqualified"]), + ("confirmeed", &["confirmed"]), + ("valentians", &["valentines"]), + ("overlcock", &["overclock"]), + ("pscyhopathic", &["psychopathic"]), + ("ressits", &["resists"]), + ("overiddden", &["overridden"]), + ("amoungst", &["amongst"]), + ("avriants", &["variants"]), + ("bui", &["buoy", "buy"]), + ("trafic", &["traffic"]), + ("scrirpt", &["script"]), + ("streamos", &["streams"]), + ("recontructions", &["reconstructions"]), + ("pipleline", &["pipeline"]), + ("pattrns", &["patterns"]), + ("netowrks", &["networks"]), + ("demonstation", &["demonstration"]), + ("coordanates", &["coordinates"]), + ("subsystyem", &["subsystem"]), + ("apporpiate", &["appropriate"]), + ("correspong", &["corresponding"]), + ("trriggered", &["triggered"]), + ("swarmin", &["swarming"]), + ("lifetyle", &["lifestyle"]), + ("partirions", &["partitions"]), + ("unappealling", &["unappealing"]), + ("indiviually", &["individually"]), + ("garabge", &["garbage"]), + ("cannabile", &["cannibal"]), + ("bandwdith", &["bandwidth"]), + ("exececutable", &["executable"]), + ("difines", &["defines", "divines"]), + ("creativily", &["creatively"]), + ("bracese", &["braces"]), + ("trasnaction", &["transaction"]), + ("desgining", &["designing"]), + ("paraniod", &["paranoid"]), + ("exameple", &["example"]), + ("sensitiveties", &["sensitivities"]), + ("asume", &["assume"]), + ("bultin", &["builtin"]), + ("gettitem", &["getitem"]), + ("bordeom", &["boredom"]), + ("grammaticallity", &["grammatically"]), + ("trriggers", &["triggers"]), + ("coninuous", &["continuous"]), + ("dupplications", &["duplications"]), + ("dostribution", &["distribution"]), + ("theoreticall", &["theoretically"]), + ("dissimilarily", &["dissimilarly"]), + ("templaet", &["template"]), + ("bahaviors", &["behaviors"]), + ("lavae", &["larvae"]), + ("measurments", &["measurements"]), + ("monogymous", &["monogamous"]), + ("websties", &["websites"]), + ("speicific", &["specific"]), + ("duplciates", &["duplicates"]), + ("unneceesarily", &["unnecessarily"]), + ("delivared", &["delivered"]), + ("tahnk", &["thank"]), + ("synonomy", &["synonym"]), + ("amoung", &["among"]), + ("symplify", &["simplify"]), + ("triangels", &["triangles"]), + ("astronaunts", &["astronaut"]), + ("itenerary", &["itinerary"]), + ("tangensial", &["tangential"]), + ("convingi", &["convincing"]), + ("widhtpoints", &["widthpoints"]), + ("keyboars", &["keyboards", "keyboard"]), + ("resolucion", &["resolution"]), + ("exchausts", &["exhausts"]), + ("specfiies", &["specifies"]), + ("spectaculaire", &["spectacular"]), + ("printes", &["printers"]), + ("mezmorizer", &["mesmerizer"]), + ("retet", &["reset", "retest"]), + ("steryotypical", &["stereotypical"]), + ("traslalated", &["translated"]), + ("missorui", &["missouri"]), + ("commemmorating", &["commemorating"]), + ("guarateed", &["guaranteed"]), + ("assosiate", &["associate"]), + ("bellweather", &["bellwether"]), + ("aforementioend", &["aforementioned"]), + ("appens", &["appends"]), + ("desparation", &["desperation"]), + ("unecessarily", &["unnecessarily"]), + ("uncontrollablely", &["uncontrollably"]), + ("multipliciaton", &["multiplication"]), + ("mememto", &["memento"]), + ("identies", &["identities"]), + ("sponteanous", &["spontaneous"]), + ("intelligenly", &["intelligently"]), + ("conived", &["connived"]), + ("deconder", &["decoder"]), + ("compartent", &["compartment"]), + ("buisnesses", &["businesses"]), + ("specfications", &["specifications"]), + ("proprotion", &["proportion"]), + ("bittersweat", &["bittersweet"]), + ("collaborare", &["collaborate"]), + ("mercenarios", &["mercenaries"]), + ("wuold", &["would"]), + ("posibility", &["possibility"]), + ("appriximated", &["approximated"]), + ("coprights", &["copyrights"]), + ("devicecoordiinates", &["devicecoordinates"]), + ("possibilites", &["possibilities"]), + ("portagonists", &["protagonists"]), + ("quites", &["quotes"]), + ("experimantation", &["experimentation"]), + ("deamiguation", &["disambiguation"]), + ("arbutrarily", &["arbitrarily"]), + ("annontation", &["annotation"]), + ("destanations", &["destinations"]), + ("nectode", &["netcode"]), + ("udnercut", &["undercut"]), + ("extensie", &["extensive"]), + ("funchtion", &["function"]), + ("poointed", &["pointed"]), + ("diamaters", &["diameters"]), + ("interstingly", &["interestingly"]), + ("interploatin", &["interpolating"]), + ("totatlly", &["totally"]), + ("tonange", &["tonnage"]), + ("nessesarily", &["necessarily"]), + ("cermonially", &["ceremonially"]), + ("reposoitory", &["repository"]), + ("winn", &["win"]), + ("drnik", &["drink"]), + ("litigato", &["litigation"]), + ("transfromate", &["transform", "transformed"]), + ("unappropriately", &["inappropriately"]), + ("zoocheeni", &["zucchini"]), + ("servce", &["service", "serve"]), + ("algolithmically", &["algorithmically"]), + ("disabilty", &["disability"]), + ("erformance", &["performance"]), + ("travese", &["traverse"]), + ("backpropogation", &["backpropagation"]), + ("compatablities", &["compatibilities"]), + ("experimtener", &["experimenter"]), + ("encompuses", &["encompasses"]), + ("complians", &["complains"]), + ("supplie", &["supplied", "supplier", "supply"]), + ("liquour", &["liquor"]), + ("dependees", &["dependencies"]), + ("counterpar", &["counterpart"]), + ("preadtors", &["predators"]), + ("predecent", &["precedent"]), + ("gagits", &["gadgets"]), + ("peolpe", &["people"]), + ("wraappers", &["wrappers"]), + ("reporitory", &["repository"]), + ("terrabyte", &["terabyte"]), + ("acceleartes", &["accelerates"]), + ("quetsions", &["questions"]), + ("apppriate", &["appropriate"]), + ("expediated", &["expedited"]), + ("embarasing", &["embarrassing"]), + ("touchda", &["touchpad"]), + ("exculsive", &["exclusive"]), + ("resouce", &["resource"]), + ("distrupts", &["distrust"]), + ("methos", &["methods", "method"]), + ("excrept", &["excerpt"]), + ("cimptomaticlly", &["symptomatically"]), + ("unselcting", &["unselecting"]), + ("testeing", &["testing"]), + ("unpredicatable", &["unpredictable"]), + ("achilleous", &["achilles"]), + ("addrersser", &["addresser"]), + ("adventuous", &["adventurous"]), + ("reconsturction", &["reconstruction"]), + ("commercialy", &["commercially"]), + ("squrtile", &["squirtle"]), + ("aything", &["anything"]), + ("relatdness", &["relatedness"]), + ("counterfait", &["counterfeit"]), + ("ptyhon", &["python"]), + ("custonizer", &["customizer"]), + ("bubbless", &["bubbles"]), + ("sinnical", &["cynical"]), + ("commitd", &["committed"]), + ("devloped", &["developed"]), + ("entirity", &["entirety"]), + ("interitance", &["inheritance"]), + ("loccked", &["locked"]), + ("nawshea", &["nausea"]), + ("sistematically", &["systematically"]), + ("recrooting", &["recruiting"]), + ("paratmers", &["parameters"]), + ("absoluth", &["absolute"]), + ("changin", &["changing"]), + ("incompasitating", &["incapacitating"]), + ("appropropriate", &["appropriate"]), + ("marliyn", &["marilyn"]), + ("bodybuiling", &["bodybuilding"]), + ("torandoes", &["tornadoes"]), + ("copyrughts", &["copyrights"]), + ("inquring", &["inquiring"]), + ("genrating", &["generating"]), + ("dokcre", &["docker"]), + ("receivs", &["receives"]), + ("minmize", &["minimize"]), + ("paramteters", &["parameters"]), + ("honeslty", &["honestly"]), + ("concurency", &["concurrency"]), + ("archimedian", &["archimedean"]), + ("initialitzing", &["initializing"]), + ("citisenship", &["citizenship"]), + ("otions", &["options"]), + ("octobor", &["october"]), + ("incidentaly", &["incidentally"]), + ("disconnecters", &["disconnects"]), + ("disporve", &["disprove"]), + ("pairokeal", &["parochial"]), + ("entrepreneuer", &["entrepreneurs"]), + ("nativly", &["natively"]), + ("repuglicans", &["republicans"]), + ("cellabrating", &["celebrating"]), + ("sugggest", &["suggest"]), + ("tootonic", &["teutonic"]), + ("standartisation", &["standardisation"]), + ("collecion", &["collection"]), + ("answeres", &["answers"]), + ("amphetimine", &["amphetamine"]), + ("decommissionned", &["decommissioned"]), + ("ofisionados", &["aficionados"]), + ("frameworkk", &["framework"]), + ("backgournds", &["backgrounds"]), + ("circimcised", &["circumcised"]), + ("brusses", &["brussels"]), + ("symnol", &["symbol"]), + ("algorthynic", &["algorithmic"]), + ("assymmetry", &["asymmetry"]), + ("refrigerar", &["refrigerator"]), + ("manipulatin", &["manipulation", "manipulating"]), + ("deisgning", &["designing"]), + ("precende", &["precedence"]), + ("debugggee", &["debuggee"]), + ("matchter", &["matcher"]), + ("comedias", &["comedians"]), + ("recommeds", &["recommends"]), + ("artihmetic", &["arithmetic"]), + ("inappropraitely", &["inappropriately"]), + ("shoudlnt", &["shouldnt"]), + ("staminia", &["stamina"]), + ("plasement", &["placement"]), + ("oher", &["her", "other"]), + ("duplicat", &["duplicate"]), + ("lov", &["love"]), + ("fanservie", &["fanservice"]), + ("prepar", &["prepare"]), + ("fullset", &["fullest"]), + ("earplus", &["earplugs"]), + ("concatentate", &["concatenate"]), + ("bunldes", &["bundles"]), + ("conponent", &["component"]), + ("activiting", &["activating"]), + ("anayltical", &["analytical"]), + ("anythimng", &["anything"]), + ("conigurable", &["configurable"]), + ("powderd", &["powdered"]), + ("dissimilia", &["dissimilar"]), + ("projctor", &["projector"]), + ("experiening", &["experiencing"]), + ("autosae", &["autosave"]), + ("garuantied", &["guaranteed"]), + ("resurecting", &["resurrecting"]), + ("semented", &["cemented", "segmented"]), + ("oprimizes", &["optimizes"]), + ("substitutins", &["substitutions"]), + ("spontainous", &["spontaneous"]), + ("guarenteer", &["guarantee"]), + ("moew", &["meow", "more", "mow"]), + ("cusotmers", &["customers"]), + ("tasbar", &["taskbar"]), + ("mushrooom", &["mushroom"]), + ("instert", &["insert"]), + ("pharamcist", &["pharmacist"]), + ("directries", &["directories"]), + ("simlify", &["simplify"]), + ("regretts", &["regrets"]), + ("sepecifies", &["specifies"]), + ("suppresed", &["suppressed"]), + ("sacarstic", &["sarcastic"]), + ("spsaces", &["spaces"]), + ("commeted", &["commented", "competed"]), + ("constructicon", &["construction"]), + ("regesters", &["registers"]), + ("listend", &["listened"]), + ("subsribe", &["subscribe"]), + ("promixity", &["proximity"]), + ("betales", &["beatles"]), + ("victumized", &["victimized"]), + ("symmetic", &["symmetric"]), + ("mirroed", &["mirrored"]), + ("reposible", &["responsible"]), + ("strippen", &["stripped"]), + ("prooses", &["proposes"]), + ("lightenting", &["lightening"]), + ("dependenceny", &["dependency"]), + ("conectors", &["connectors"]), + ("blochchain", &["blockchain"]), + ("introvents", &["introverts"]), + ("segmend", &["segment"]), + ("bacuse", &["because"]), + ("tigthens", &["tightens"]), + ("suggeted", &["suggested"]), + ("percusions", &["percussion"]), + ("reconnaisance", &["reconnaissance"]), + ("capitilists", &["capitalists"]), + ("primarely", &["primarily"]), + ("delibirate", &["deliberate"]), + ("contribuo", &["contributor"]), + ("misrepresentativ", &["misrepresentation"]), + ("unsubscrided", &["unsubscribed"]), + ("prejiduced", &["prejudiced"]), + ("kinghts", &["knights"]), + ("wheater", &["weather", "whether"]), + ("expandes", &["expands"]), + ("diskretion", &["discretion"]), + ("informas", &["informs"]), + ("intimitade", &["intimidated"]), + ("resturctures", &["restructures"]), + ("portraing", &["portraying"]), + ("considerarle", &["considerable"]), + ("borow", &["borrow"]), + ("constrcts", &["constructs", "constricts"]), + ("liverpoool", &["liverpool"]), + ("terristrial", &["territorial"]), + ("liitle", &["little"]), + ("misdemenaor", &["misdemeanor"]), + ("receeding", &["receding"]), + ("hopkings", &["hopkins"]), + ("floride", &["fluoride"]), + ("wainting", &["waiting", "wanting"]), + ("interperts", &["interprets"]), + ("temaplates", &["templates"]), + ("trnsfers", &["transfers"]), + ("permises", &["premises"]), + ("approprations", &["appropriations"]), + ("overthinkig", &["overthinking"]), + ("extrinsict", &["extrinsic"]), + ("suseedes", &["secedes"]), + ("acient", &["ancient"]), + ("resistanses", &["resistances"]), + ("serviceble", &["serviceable"]), + ("spicific", &["specific"]), + ("singificand", &["significand", "significant"]), + ("vulbearabule", &["vulnerable"]), + ("substitued", &["substitute", "substituted"]), + ("netowrking", &["networking"]), + ("reparamterized", &["reparameterized"]), + ("aestethics", &["aesthetics"]), + ("avialable", &["available"]), + ("hallucinaton", &["hallucination"]), + ("suspectiable", &["susceptible"]), + ("nutricious", &["nutritious"]), + ("exhists", &["exists"]), + ("excecpt", &["except"]), + ("reeturning", &["returning"]), + ("pyarmid", &["pyramid"]), + ("appriximate", &["approximate"]), + ("teleportaton", &["teleportation"]), + ("specifiecation", &["specification"]), + ("confrontacional", &["confrontational"]), + ("workaorunds", &["workarounds"]), + ("temorarily", &["temporarily"]), + ("cinemetography", &["cinematography"]), + ("promimently", &["prominently"]), + ("renegoatiation", &["renegotiation"]), + ("comandos", &["commandos"]), + ("specfically", &["specifically"]), + ("publiched", &["published"]), + ("legionis", &["legions"]), + ("centuty", &["century"]), + ("outclasssed", &["outclassed"]), + ("relativily", &["relativity"]), + ("pathes", &["paths"]), + ("unplayeble", &["unplayable"]), + ("miinimum", &["minimum"]), + ("docmuneting", &["documenting"]), + ("activite", &["activities"]), + ("exsist", &["exists", "exist"]), + ("buisnessmen", &["businessmen"]), + ("calliflower", &["cauliflower"]), + ("symphatizes", &["sympathize"]), + ("mutliplied", &["multiplied"]), + ("preced", &["precede"]), + ("annihalition", &["annihilation"]), + ("unavailble", &["unavailable"]), + ("flutterhsy", &["fluttershy"]), + ("recconeccting", &["reconnecting"]), + ("netocde", &["netcode"]), + ("definet", &["definite"]), + ("distrubitions", &["distributions"]), + ("unbelivable", &["unbelievable"]), + ("predicat", &["predict", "predicate"]), + ("normall", &["normal", "normally"]), + ("instrucion", &["instruction"]), + ("presentatin", &["presentations"]), + ("depolying", &["deploying"]), + ("endagnering", &["endangering"]), + ("donwvoters", &["downvoters"]), + ("adolescense", &["adolescence"]), + ("neigbors", &["neighbors"]), + ("aminosity", &["animosity"]), + ("deativate", &["deactivate"]), + ("temporrily", &["temporarily"]), + ("torward", &["toward"]), + ("porbably", &["probably"]), + ("toothbruth", &["toothbrush"]), + ("longe", &["longer", "lounge"]), + ("configuarions", &["configurations"]), + ("automomous", &["autonomous"]), + ("instruced", &["instructed"]), + ("quarantee", &["guarantee"]), + ("geomtries", &["geometries"]), + ("jugdemental", &["judgemental"]), + ("whetehr", &["whether"]), + ("butterlfy", &["butterfly"]), + ("decreypted", &["decrypted"]), + ("compromissen", &["compromise"]), + ("curevs", &["curves"]), + ("garbadge", &["garbage"]), + ("unspeficillifed", &["unspecified"]), + ("keynseian", &["keynesian"]), + ("goruped", &["grouped"]), + ("algolithms", &["algorithms"]), + ("tkaes", &["takes"]), + ("meaure", &["measure"]), + ("recolleciton", &["recollection"]), + ("misinterpt", &["misinterpret"]), + ("dissapears", &["disappears"]), + ("mmaped", &["mapped"]), + ("paramers", &["parameters"]), + ("remeber", &["remember"]), + ("californinan", &["californian"]), + ("aseuxal", &["asexual"]), + ("perferr", &["prefer"]), + ("interaktions", &["interactions"]), + ("initiliaze", &["initialize"]), + ("writtings", &["writings"]), + ("catacyslm", &["cataclysm"]), + ("qualifid", &["qualified"]), + ("tomrrow", &["tomorrow"]), + ("momemtn", &["moment"]), + ("globas", &["globals"]), + ("ehtnicity", &["ethnicity"]), + ("experimentors", &["experiments"]), + ("tecnic", &["technique"]), + ("persan", &["person"]), + ("appoval", &["approval"]), + ("experincing", &["experiencing"]), + ("numbres", &["numbers"]), + ("initliazed", &["initialized"]), + ("bunds", &["binds", "bounds"]), + ("livliehood", &["livelihood"]), + ("vacums", &["vacuums"]), + ("interects", &["interacts", "intersects"]), + ("overwritted", &["overwrite"]), + ("defice", &["device"]), + ("despciable", &["despicable"]), + ("unresponisve", &["unresponsive"]), + ("regulaotry", &["regulatory"]), + ("vulberbuilities", &["vulnerabilities"]), + ("incoherrent", &["incoherent"]), + ("deamonizing", &["daemonizing"]), + ("impelmentation", &["implementations", "implementation"]), + ("inconsistendt", &["inconsistent"]), + ("dispite", &["despite"]), + ("negativitiy", &["negativity"]), + ("optimiztion", &["optimization"]), + ("temperatues", &["temperatures"]), + ("exeggerating", &["exaggerating"]), + ("maneuveurs", &["maneuver"]), + ("deomcracies", &["democracies"]), + ("pertubated", &["perturbed"]), + ("cootdinates", &["coordinates"]), + ("dignostics", &["diagnostics"]), + ("distiction", &["distinction"]), + ("situationnal", &["situational"]), + ("ploretariat", &["proletariat"]), + ("modulie", &["module"]), + ("tne", &["the"]), + ("reinfornced", &["reinforced"]), + ("iunior", &["junior"]), + ("shfited", &["shifted"]), + ("complilation", &["complication"]), + ("rthe", &["the"]), + ("newslatter", &["newsletter"]), + ("upater", &["updater"]), + ("directorires", &["directories"]), + ("beed", &["bead", "been", "beer", "bees", "beet"]), + ("vocabularily", &["vocabulary"]), + ("reopsitory", &["repository"]), + ("inavlis", &["invalid"]), + ("devistating", &["devastating"]), + ("functionnality", &["functionality"]), + ("semseter", &["semester"]), + ("kineitc", &["kinetic"]), + ("practitioneer", &["practitioners"]), + ("comparisment", &["comparison"]), + ("ratatui", &["ratatouille"]), + ("divding", &["dividing"]), + ("drfiting", &["drifting"]), + ("identite", &["identities"]), + ("pantehon", &["pantheon"]), + ("movemements", &["movements"]), + ("distribuiton", &["distributions"]), + ("subtrates", &["substrates"]), + ("pancaeks", &["pancakes"]), + ("perpetuare", &["perpetuate"]), + ("preventation", &["presentation"]), + ("alternitivly", &["alternatively"]), + ("philospohies", &["philosophies"]), + ("unexpepected", &["unexpected"]), + ("translationg", &["translating"]), + ("comparisins", &["comparisons"]), + ("taligate", &["tailgate"]), + ("sighrynges", &["syringes"]), + ("interplotation", &["interpolation"]), + ("occassional", &["occasional"]), + ("endienness", &["endianness"]), + ("concentrato", &["concentration"]), + ("surprized", &["surprised"]), + ("especifically", &["specifically", "especially"]), + ("everone", &["everyone"]), + ("somehting", &["something"]), + ("assymetric", &["asymmetric"]), + ("excersise", &["exercise"]), + ("pseudonyn", &["pseudonym"]), + ("pedophilac", &["pedophilia"]), + ("supresion", &["suppression"]), + ("naybhor", &["neighbor"]), + ("transmisson", &["transmission"]), + ("solitare", &["solitaire", "solitary"]), + ("volleyboll", &["volleyball"]), + ("statemnts", &["statements"]), + ("enetity", &["entity"]), + ("industrailized", &["industrialized"]), + ("hopefullly", &["hopefully"]), + ("conbination", &["combination"]), + ("reigonal", &["regional"]), + ("consctruction", &["construction"]), + ("geomery", &["geometry"]), + ("sychronizer", &["synchronizer"]), + ("vaccume", &["vacuum"]), + ("varable", &["variable"]), + ("finisse", &["finishes"]), + ("commodoties", &["commodities"]), + ("minial", &["minimal"]), + ("macpakge", &["package"]), + ("oprimizations", &["optimizations"]), + ("intrumenting", &["instrumenting"]), + ("jusitfication", &["justifications"]), + ("contentos", &["contents"]), + ("dosclosing", &["disclosing"]), + ("mouvements", &["movements"]), + ("persent", &["present"]), + ("addiotions", &["additions"]), + ("unmaping", &["unmapping"]), + ("chage", &["change", "charge"]), + ("inflexable", &["inflexible"]), + ("lerning", &["learning", "leaning"]), + ("composicion", &["composition"]), + ("jumoed", &["jumped"]), + ("ppyint", &["pyint"]), + ("definitevly", &["definitively"]), + ("pratcise", &["practise"]), + ("spcify", &["specify"]), + ("recommenting", &["recommending"]), + ("egdes", &["edges"]), + ("coregated", &["corrugated"]), + ("impresonate", &["impersonate"]), + ("expalined", &["explained"]), + ("elimanates", &["eliminates"]), + ("plugings", &["plugins"]), + ("typpically", &["typically"]), + ("buddhistisk", &["buddhists"]), + ("titel", &["title"]), + ("consolidad", &["consolidated"]), + ("enviromnent", &["environments", "environment"]), + ("wioth", &["with"]), + ("cancell", &["cancel"]), + ("misstype", &["mistype"]), + ("primaray", &["primary"]), + ("trpoical", &["tropical"]), + ("contenht", &["content"]), + ("entite", &["entire", "entity"]), + ("wesbites", &["websites"]), + ("vulberablility", &["vulnerability"]), + ("extraxting", &["extracting"]), + ("presisting", &["persisting"]), + ("aribtrary", &["arbitrary"]), + ("overzelis", &["overzealous"]), + ("benfit", &["benefit"]), + ("predocessors", &["predecessors"]), + ("croozed", &["cruised"]), + ("inexplicabil", &["inexplicably"]), + ("decompositons", &["decompositions"]), + ("concentraing", &["concentrating"]), + ("homosexul", &["homosexuals"]), + ("pertoleum", &["petroleum"]), + ("havign", &["having"]), + ("featues", &["features"]), + ("cerebrawl", &["cerebral"]), + ("incompatbility", &["incompatibility"]), + ("undefien", &["undefine"]), + ("resemblace", &["resemble"]), + ("paraphenalia", &["paraphernalia"]), + ("selecgting", &["selecting"]), + ("ostrazised", &["ostracised"]), + ("demonstarted", &["demonstrated"]), + ("defautly", &["defaultly", "default"]), + ("reimplmented", &["reimplemented"]), + ("proejct", &["project"]), + ("restiction", &["restriction"]), + ("constraintes", &["constraints"]), + ("genralises", &["generalises"]), + ("platfromers", &["platformer"]), + ("literaly", &["literally"]), + ("cheifs", &["chiefs"]), + ("curcial", &["crucial"]), + ("stirkers", &["strikers"]), + ("strored", &["stored"]), + ("authethenticate", &["authenticate"]), + ("considereable", &["considerable"]), + ("canabelysed", &["cannibalised"]), + ("quation", &["equation"]), + ("traingular", &["triangular"]), + ("vulberabilitiy", &["vulnerability"]), + ("deathcat", &["deathmatch"]), + ("accommdated", &["accommodated"]), + ("expermimenter", &["experimenter"]), + ("voilating", &["violating"]), + ("deployement", &["deployment"]), + ("photoshope", &["photoshopped"]), + ("deserialzies", &["deserializes"]), + ("percisely", &["precisely"]), + ("pedestrain", &["pedestrian"]), + ("entilted", &["entitled"]), + ("ressurecting", &["resurrecting"]), + ("sizors", &["scissors", "sizers"]), + ("sponsores", &["sponsors"]), + ("emporer", &["emperor"]), + ("groubpy", &["groupby"]), + ("practicess", &["practice"]), + ("dirves", &["drives"]), + ("speficiable", &["specifiable"]), + ("platofmss", &["platforms"]), + ("elephans", &["elephants"]), + ("reseted", &["reset"]), + ("australina", &["australians"]), + ("fallthough", &["fallthrough"]), + ("delightlful", &["delightful"]), + ("fulfiled", &["fulfilled"]), + ("cylic", &["cyclic"]), + ("mamal", &["mammal"]), + ("vulnerabuilility", &["vulnerability"]), + ("sistemize", &["systemize"]), + ("ifself", &["itself"]), + ("leprachan", &["leprechaun"]), + ("kiyacking", &["kayaking"]), + ("creativley", &["creatively"]), + ("subltety", &["subtlety"]), + ("klunky", &["clunky"]), + ("absorbsion", &["absorption"]), + ("bulle", &["bullet"]), + ("templacing", &["templating"]), + ("supermarkers", &["supermarkets"]), + ("inclution", &["inclusion"]), + ("horozontally", &["horizontally"]), + ("proplusion", &["propulsion"]), + ("chosed", &["chose"]), + ("transfomational", &["transformational"]), + ("hhader", &["header"]), + ("incomprehinsible", &["incomprehensible"]), + ("reinitalise", &["reinitialise"]), + ("ackumulation", &["accumulation"]), + ("volatilty", &["volatility"]), + ("thair", &["their", "there"]), + ("spefififers", &["specifiers"]), + ("spredsheet", &["spreadsheet"]), + ("relesed", &["released"]), + ("wihite", &["white"]), + ("seskatchewan", &["saskatchewan"]), + ("trasnform", &["transform"]), + ("transffered", &["transferred"]), + ("confilcts", &["conflicts"]), + ("itslef", &["itself"]), + ("interruptes", &["interrupts"]), + ("powerhsell", &["powershell"]), + ("manufacturs", &["manufactures"]), + ("recorvery", &["recovery"]), + ("funrels", &["funerals"]), + ("forfiet", &["forfeit"]), + ("pahntom", &["phantom"]), + ("cyllinder", &["cylinder"]), + ("pyramides", &["pyramids"]), + ("overrrun", &["overrun"]), + ("porject", &["project"]), + ("regester", &["register"]), + ("articafts", &["artifacts"]), + ("pagckage", &["package"]), + ("obtainabie", &["obtainable"]), + ("admisssion", &["admission"]), + ("attennuation", &["attenuation"]), + ("uncondtionally", &["unconditionally"]), + ("assosciate", &["associate"]), + ("siutational", &["situational"]), + ("entoties", &["entities"]), + ("bidrman", &["birdman"]), + ("coulmns", &["columns"]), + ("restroing", &["restoring"]), + ("handedley", &["handedly"]), + ("correlatd", &["correlated"]), + ("ddoging", &["dodging"]), + ("neighobrs", &["neighbors"]), + ("doubellift", &["doublelift"]), + ("applainces", &["appliances"]), + ("confured", &["configured"]), + ("ajacency", &["adjacency"]), + ("recomplie", &["recompile", "recomply"]), + ("miht", &["might"]), + ("itterates", &["iterates"]), + ("replayd", &["replayed"]), + ("superiour", &["superior"]), + ("deperecates", &["deprecates"]), + ("louisvile", &["louisville"]), + ("deciedes", &["decides"]), + ("vomitting", &["vomiting"]), + ("switcing", &["switching"]), + ("indicents", &["incidents"]), + ("derivitaves", &["derivatives"]), + ("totalitara", &["totalitarian"]), + ("speficiallifes", &["specifies"]), + ("toggleing", &["toggling"]), + ("healthire", &["healthier"]), + ("renegoziating", &["renegotiating"]), + ("careing", &["caring"]), + ("propertiess", &["properties"]), + ("assma", &["asthma"]), + ("thred", &["thread"]), + ("obsevrers", &["observers"]), + ("termindate", &["terminate"]), + ("expersing", &["expressing"]), + ("suggestie", &["suggestive"]), + ("initilializing", &["initializing"]), + ("intrensically", &["intrinsically"]), + ("worte", &["wrote"]), + ("stabilizier", &["stabilize"]), + ("degenarated", &["degenerated"]), + ("mkae", &["make"]), + ("redners", &["renders"]), + ("simaltaneously", &["simultaneously"]), + ("unfortunaltely", &["unfortunately"]), + ("leggacy", &["legacy"]), + ("imakes", &["makes"]), + ("executabe", &["executable"]), + ("probabily", &["probability", "probably"]), + ("narhwal", &["narwhal"]), + ("intitialized", &["initialized"]), + ("sublasses", &["subclasses"]), + ("streches", &["stretches"]), + ("corparation", &["corporation"]), + ("compaigns", &["campaigns"]), + ("mininterpret", &["misinterpret"]), + ("folllower", &["follower"]), + ("renegatiotiation", &["renegotiation"]), + ("pertinately", &["pertinently"]), + ("invocie", &["invoice"]), + ("temportaries", &["temporaries"]), + ("communuication", &["communication"]), + ("interste", &["interstate"]), + ("geniunely", &["genuinely"]), + ("eveluations", &["evaluations"]), + ("aplying", &["applying"]), + ("rearraned", &["rearranged"]), + ("canidates", &["candidates"]), + ("expences", &["expense", "expenses"]), + ("simpified", &["simplified"]), + ("experinementelly", &["experimentally"]), + ("cantact", &["contact"]), + ("liveing", &["living"]), + ("recepient", &["recipient"]), + ("problemes", &["problems"]), + ("apprpriately", &["appropriately"]), + ("strangel", &["strangle"]), + ("algorythemic", &["algorithmic"]), + ("uncomfortabel", &["uncomfortably"]), + ("depiciton", &["depiction"]), + ("infomr", &["inform"]), + ("peope", &["people"]), + ("resuled", &["resulted", "resumed"]), + ("rebulid", &["rebuild"]), + ("attetntion", &["attention"]), + ("oputput", &["output"]), + ("assiciate", &["associate"]), + ("superfluu", &["superfluous"]), + ("comptability", &["compatibility", "computability"]), + ("misdeamenor", &["misdemeanor"]), + ("inveral", &["interval"]), + ("extrapalate", &["extrapolate"]), + ("particpating", &["participating"]), + ("mulsims", &["muslims"]), + ("detremining", &["determining"]), + ("assiociated", &["associated"]), + ("encrypiton", &["encryption"]), + ("lenguage", &["language"]), + ("compeleted", &["completed"]), + ("chernobl", &["chernobyl"]), + ("stip", &["stop", "strip"]), + ("suiteable", &["suitable"]), + ("stronkhold", &["stronghold"]), + ("alternatie", &["alternatives", "alternate", "alternative"]), + ("expexts", &["expects"]), + ("therby", &["thereby"]), + ("unspefififed", &["unspecified"]), + ("collpased", &["collapsed"]), + ("qaulifiers", &["qualifiers"]), + ("restesting", &["retesting"]), + ("compeditively", &["competitively"]), + ("contaners", &["containers"]), + ("raphsody", &["rhapsody"]), + ("fingertits", &["fingertips"]), + ("acomodate", &["accommodate"]), + ("purchashing", &["purchasing"]), + ("essentails", &["essentials"]), + ("wrok", &["work"]), + ("perfoemance", &["performance"]), + ("consides", &["coincides", "considers"]), + ("doccumented", &["documented"]), + ("orginasations", &["organisations"]), + ("determaine", &["determine"]), + ("applicapility", &["applicability"]), + ("sytsems", &["systems"]), + ("jailbrek", &["jailbreak"]), + ("dublicade", &["duplicate"]), + ("contructs", &["constructs"]), + ("depden", &["depend"]), + ("inaccessble", &["inaccessible"]), + ("helful", &["helpful"]), + ("residental", &["residential"]), + ("playgorund", &["playground"]), + ("presentaions", &["presentations"]), + ("operaand", &["operand"]), + ("requestested", &["requested"]), + ("nigth", &["night"]), + ("workdpace", &["workspace"]), + ("objectificiation", &["objectification"]), + ("creepgin", &["creeping"]), + ("expemted", &["exempted"]), + ("californains", &["californian"]), + ("contraint", &["constraint"]), + ("mentined", &["mentioned"]), + ("concatened", &["concatenated"]), + ("interaktion", &["interaction"]), + ("visitng", &["visiting"]), + ("resuilting", &["resulting"]), + ("synthtic", &["synthetic"]), + ("blockeras", &["blockers"]), + ("consistance", &["consistency"]), + ("newines", &["newlines"]), + ("launhed", &["launched"]), + ("authendicate", &["authenticate"]), + ("anestheisa", &["anesthesia"]), + ("trafficed", &["trafficked"]), + ("impremented", &["implemented"]), + ("desperating", &["desperation"]), + ("argumends", &["arguments"]), + ("laysers", &["lasers", "layers"]), + ("suficates", &["suffocates"]), + ("unmoutned", &["unmounted"]), + ("sylibol", &["syllable"]), + ("vestage", &["vestige"]), + ("diabled", &["disabled"]), + ("formidabelt", &["formidable"]), + ("concsience", &["conscience"]), + ("humanitis", &["humanities"]), + ("alloated", &["allocated", "allotted"]), + ("typcasting", &["typecasting"]), + ("basektball", &["basketball"]), + ("modfide", &["modified"]), + ("sunscren", &["sunscreen"]), + ("langauage", &["language"]), + ("croch", &["crotch"]), + ("insteadd", &["instead"]), + ("deamonization", &["daemonization"]), + ("constrans", &["constrains"]), + ("kiyackers", &["kayakers"]), + ("keyborads", &["keyboards"]), + ("destros", &["destroys"]), + ("rememberable", &["memorable"]), + ("coallesce", &["coalesce"]), + ("emplyer", &["employer"]), + ("unsuprizingly", &["unsurprisingly"]), + ("unreasonabily", &["unreasonably"]), + ("resturaunt", &["restaurant"]), + ("somehtin", &["something"]), + ("cincinatti", &["cincinnati"]), + ("offred", &["offered"]), + ("striaghts", &["straights"]), + ("dissapoimted", &["disappointed"]), + ("importes", &["imports"]), + ("langyage", &["language"]), + ("striing", &["string"]), + ("crashaes", &["crashes"]), + ("fonctionnalities", &["functionalities"]), + ("recconeected", &["reconnected"]), + ("correctyly", &["correctly"]), + ("soource", &["source"]), + ("pitchfords", &["pitchforks"]), + ("recevies", &["receives"]), + ("sequnced", &["sequenced"]), + ("definit", &["definite"]), + ("regrest", &["regrets"]), + ("boundig", &["bounding"]), + ("queu", &["queue"]), + ("distribuer", &["distribute"]), + ("neighbourhoood", &["neighbourhood"]), + ("infrastrutture", &["infrastructure"]), + ("succesfuly", &["successfully"]), + ("permanet", &["permanent"]), + ("phenomenona", &["phenomena"]), + ("struttural", &["structural"]), + ("transfromations", &["transformations"]), + ("dbe", &["be"]), + ("perfomrative", &["performative"]), + ("wriet", &["write"]), + ("respiritory", &["respiratory"]), + ("vacuosly", &["vacuously"]), + ("towrad", &["toward"]), + ("plaestinians", &["palestinians"]), + ("direcdorys", &["directories"]), + ("visable", &["visible"]), + ("assignemnt", &["assignment"]), + ("independense", &["independents"]), + ("anormalies", &["anomalies"]), + ("genrals", &["generals"]), + ("prevencion", &["prevention"]), + ("expalining", &["explaining"]), + ("headrom", &["headroom", "bedroom"]), + ("colloborate", &["collaborate"]), + ("mocrocodes", &["microcodes"]), + ("authoratative", &["authoritative"]), + ("accleration", &["acceleration"]), + ("subsquently", &["subsequently"]), + ("unspefeid", &["unspecified"]), + ("farehnheit", &["fahrenheit"]), + ("irreversibile", &["irreversible"]), + ("serialialized", &["serialized"]), + ("oversimplificiation", &["oversimplification"]), + ("depenendencies", &["dependencies"]), + ("onomanopea", &["onomatopoeia"]), + ("outskirst", &["outskirts"]), + ("virutual", &["virtual"]), + ("amont", &["among", "amount"]), + ("grandizes", &["aggrandizes"]), + ("compulosry", &["compulsory"]), + ("selecte", &["selected", "select"]), + ("millionairre", &["millionaire"]), + ("mimatched", &["mismatched"]), + ("inable", &["enable", "unable"]), + ("succesful", &["successful"]), + ("receievd", &["received"]), + ("tescases", &["testcases"]), + ("availality", &["availability"]), + ("devasteted", &["devastated"]), + ("interpretaiton", &["interpretations"]), + ("worshopping", &["worshipping"]), + ("threded", &["threaded"]), + ("theough", &["through"]), + ("absoolute", &["absolute"]), + ("peircings", &["piercings"]), + ("indepdent", &["independent"]), + ("consoel", &["console"]), + ("necromaner", &["necromancer"]), + ("immobilier", &["immobile"]), + ("compliactions", &["complication"]), + ("rasbperries", &["raspberries"]), + ("substituding", &["substituting"]), + ("coeffient", &["coefficient"]), + ("infinitie", &["infinite", "infinity"]), + ("listners", &["listeners"]), + ("negotion", &["negotiation"]), + ("alcemy", &["alchemy"]), + ("depdent", &["dependent"]), + ("indiviudal", &["individuals"]), + ("donwvote", &["downvote"]), + ("shenenigans", &["shenanigans"]), + ("wealthly", &["wealthy"]), + ("predetirmined", &["predetermined"]), + ("animaiton", &["animation"]), + ("identifiter", &["identifier"]), + ("exceptionn", &["exception"]), + ("purchacing", &["purchasing"]), + ("spreadshet", &["spreadsheet"]), + ("fucntioned", &["functioned"]), + ("supervsior", &["supervisors"]), + ("temination", &["termination"]), + ("sustainabily", &["sustainability"]), + ("dragonus", &["dragons"]), + ("recevier", &["receiver"]), + ("masturbacion", &["masturbation"]), + ("torunaments", &["tournaments"]), + ("expeenses", &["expenses"]), + ("impoves", &["improves"]), + ("philosopies", &["philosophies"]), + ("throen", &["thrown"]), + ("fornated", &["formatted"]), + ("deprectat", &["deprecate"]), + ("ecstascy", &["ecstasy"]), + ("exicuting", &["", "executing"]), + ("millienaire", &["millionaire"]), + ("adjency", &["adjacency", "agency"]), + ("criticisme", &["criticise"]), + ("asbtractly", &["abstractly"]), + ("autheticating", &["authenticating"]), + ("bakups", &["backups"]), + ("battlechip", &["battleship"]), + ("pebbels", &["pebbles"]), + ("vrey", &["very"]), + ("californiia", &["californian"]), + ("donwgrade", &["downgrade"]), + ("mesage", &["message"]), + ("compnay", &["company"]), + ("statistcs", &["statistics"]), + ("subsidiced", &["subsidized"]), + ("recalcualte", &["recalculate"]), + ("patcket", &["packet"]), + ("slowely", &["slowly"]), + ("activits", &["activities"]), + ("creatie", &["creatine"]), + ("poitn", &["point"]), + ("disconnectes", &["disconnects"]), + ("spindrel", &["spindle"]), + ("seperad", &["separate"]), + ("cleand", &["cleaned", "cleans", "clean"]), + ("materaials", &["materials"]), + ("altrusitic", &["altruistic"]), + ("capbability", &["capability"]), + ("piorities", &["priorities"]), + ("preferrence", &["preference"]), + ("subscribbed", &["subscribe"]), + ("macinery", &["machinery"]), + ("faries", &["fairies"]), + ("sherlcok", &["sherlock"]), + ("geenrates", &["generates"]), + ("isolatie", &["isolate"]), + ("subrouties", &["subroutines"]), + ("distory", &["destroy", "distort", "history"]), + ("secoundary", &["secondary"]), + ("addiation", &["additional"]), + ("deffer", &["differ", "defer"]), + ("challanger", &["challenger"]), + ("absurdley", &["absurdly"]), + ("inrinsics", &["intrinsics"]), + ("mexcian", &["mexican"]), + ("pepperin", &["pepperoni"]), + ("unfriently", &["unfriendly"]), + ("determenation", &["determination"]), + ("evalutaeing", &["evaluating"]), + ("initializedd", &["initialized"]), + ("questional", &["questionable"]), + ("arranements", &["arrangements"]), + ("comaptibelities", &["compatibilities"]), + ("annihilited", &["annihilated"]), + ("shematic", &["schematic"]), + ("reluctanctly", &["reluctantly"]), + ("speficillation", &["specification"]), + ("cotrols", &["controls"]), + ("persucuted", &["persecuted"]), + ("neighborhhood", &["neighborhood"]), + ("preparetions", &["preparations"]), + ("buddhit", &["buddhist"]), + ("nutrituous", &["nutritious"]), + ("destructros", &["destructors"]), + ("industrijske", &["industries"]), + ("promtp", &["prompt"]), + ("insalled", &["installed"]), + ("infrotn", &["infront"]), + ("dedecated", &["dedicated"]), + ("topolgoy", &["topology"]), + ("unfortuntely", &["unfortunately"]), + ("libertaryan", &["libertarian"]), + ("inquisitior", &["inquisitor"]), + ("infiltrait", &["infiltrate"]), + ("salughtered", &["slaughtered"]), + ("stratgies", &["strategies"]), + ("pedohpiles", &["pedophiles"]), + ("transction", &["transaction"]), + ("birghter", &["brighter"]), + ("versatillity", &["versatility"]), + ("requird", &["required"]), + ("steathly", &["stealthy"]), + ("cigarrett", &["cigarette"]), + ("considerabe", &["considerate"]), + ("renegogtiate", &["renegotiate"]), + ("univesities", &["universities"]), + ("mazilla", &["mozilla"]), + ("yiou", &["you"]), + ("exisit", &["exist"]), + ("organisaton", &["organisation"]), + ("thyriod", &["thyroid"]), + ("projectin", &["projection"]), + ("sheparded", &["shepherded"]), + ("preceision", &["precision"]), + ("envirment", &["environment"]), + ("doublelit", &["doublelift"]), + ("initialisiation", &["initialisation"]), + ("unprotexted", &["unprotected"]), + ("susceptable", &["susceptible"]), + ("repsonses", &["responses"]), + ("perspectivas", &["perspectives"]), + ("archaoelogy", &["archaeology", "archeology"]), + ("apprciated", &["appreciated"]), + ("adminsitrative", &["administrative"]), + ("strorage", &["storage"]), + ("selt", &["set", "self", "sold"]), + ("dependencys", &["dependencies"]), + ("progressivas", &["progressives"]), + ("showede", &["showered"]), + ("accelertion", &["acceleration"]), + ("confurse", &["confuse"]), + ("interfernce", &["interference"]), + ("deriffed", &["derived"]), + ("auguest", &["august"]), + ("amelearated", &["ameliorated"]), + ("interpeter", &["interpreter"]), + ("shoul", &["should", "shawl", "shoal"]), + ("deccremented", &["decremented"]), + ("repling", &["replying"]), + ("varaints", &["variants"]), + ("regualr", &["regular"]), + ("origniality", &["originality"]), + ("politicain", &["politician"]), + ("withrdawal", &["withdrawals"]), + ("coefficiencts", &["coefficients"]), + ("wou", &["would"]), + ("quesants", &["croissants"]), + ("duplucated", &["duplicated"]), + ("hwat", &["what"]), + ("inheritend", &["inherited"]), + ("unsuprised", &["unsurprised"]), + ("reincarantion", &["reincarnation"]), + ("monitary", &["monetary"]), + ("dianostic", &["diagnostic"]), + ("releting", &["deleting", "relating"]), + ("mikroseconds", &["microseconds"]), + ("prestigiosa", &["prestigious"]), + ("studetns", &["students"]), + ("introductury", &["introductory"]), + ("updrages", &["upgrades"]), + ("cameleon", &["chameleon"]), + ("assistans", &["assistants"]), + ("allcate", &["allocate"]), + ("incrementarlo", &["incremental"]), + ("forground", &["foreground"]), + ("paradyse", &["parades"]), + ("scheems", &["schemes"]), + ("opactiy", &["opacity"]), + ("emoiji", &["emoji"]), + ("documeneter", &["documenter"]), + ("ummatched", &["unmatched"]), + ("cancerus", &["cancers"]), + ("torchligt", &["torchlight"]), + ("reesult", &["result"]), + ("nonsencial", &["nonsensical"]), + ("ocnfiguration", &["configuration"]), + ("docuemtned", &["documented"]), + ("prometheas", &["prometheus"]), + ("omplementaion", &["implementation"]), + ("limitiaion", &["limitation"]), + ("calucalte", &["calculate"]), + ("posibly", &["possibly"]), + ("signifigantly", &["significantly"]), + ("corrdinated", &["coordinated"]), + ("addes", &["adds", "added", "adders", "address"]), + ("opemess", &["openness"]), + ("facsists", &["fascists"]), + ("easist", &["easiest"]), + ("correspontence", &["correspondence"]), + ("trew", &["threw", "true"]), + ("stabalized", &["stabilized"]), + ("parasties", &["parasites"]), + ("itertation", &["iteration"]), + ("charactiristics", &["characteristics"]), + ("stoers", &["stores"]), + ("hsitorians", &["historians"]), + ("intelectual", &["intellectual"]), + ("connectiona", &["connection"]), + ("uncannny", &["uncanny"]), + ("temptative", &["tentative"]), + ("mastieres", &["masteries"]), + ("maangement", &["management"]), + ("umcomfortable", &["uncomfortable"]), + ("recalcualtions", &["recalculations"]), + ("gthe", &["the"]), + ("funxtions", &["functions"]), + ("thryoid", &["thyroid"]), + ("produde", &["produce"]), + ("refence", &["reference"]), + ("definaty", &["definitely"]), + ("balona", &["bologna"]), + ("accumualtion", &["accumulation"]), + ("evolutionarly", &["evolutionary"]), + ("chnage", &["change"]), + ("dupplicate", &["duplicate"]), + ("powerliftng", &["powerlifting"]), + ("annoint", &["anoint"]), + ("criticts", &["critics"]), + ("animeted", &["animated"]), + ("unbounad", &["unbound"]), + ("democracts", &["democrat"]), + ("mirometer", &["micrometer"]), + ("opearios", &["operations"]), + ("comparasons", &["comparisons"]), + ("generaties", &["generate"]), + ("disassocation", &["disassociation"]), + ("fixeme", &["fixme"]), + ("togeter", &["together"]), + ("wehere", &["where"]), + ("leiutenant", &["lieutenant"]), + ("synonymis", &["synonyms"]), + ("arithmatic", &["arithmetic"]), + ("precondtionners", &["preconditioners"]), + ("psitoined", &["positioned"]), + ("bletooth", &["bluetooth"]), + ("crashign", &["crashing"]), + ("socializare", &["socialize"]), + ("techticians", &["technicians"]), + ("perpertator", &["perpetrators"]), + ("origninal", &["original"]), + ("iit", &["it"]), + ("encourge", &["encourage"]), + ("indimidating", &["intimidating"]), + ("subnegotitions", &["subnegotiations"]), + ("amohetamines", &["amphetamines"]), + ("followes", &["follows"]), + ("decendant", &["descendant"]), + ("partecipant", &["participant"]), + ("severiy", &["severity"]), + ("manetainer", &["maintainer"]), + ("necesssary", &["necessary"]), + ("occasioanlly", &["occasionally"]), + ("confugiration", &["configuration"]), + ("kepps", &["keeps"]), + ("morrisound", &["morrison"]), + ("upsreams", &["upstreams"]), + ("triscaidecafobia", &["triskaidekaphobia"]), + ("devleopment", &["development"]), + ("aracnids", &["arachnids"]), + ("parenthises", &["parenthesis", "parentheses"]), + ("methaphor", &["metaphor"]), + ("historycaly", &["historically"]), + ("behaviuor", &["behavior"]), + ("exppressed", &["expressed"]), + ("progressiong", &["progressing"]), + ("folwo", &["follow"]), + ("improting", &["importing"]), + ("immutible", &["immutable"]), + ("emense", &["immense"]), + ("agonstic", &["agnostic"]), + ("palestina", &["palestinian"]), + ("monglos", &["mongols"]), + ("definnition", &["definition"]), + ("interm", &["interim", "intern"]), + ("datatgram", &["datagram"]), + ("metabolisim", &["metabolism"]), + ("pestacides", &["pesticides"]), + ("accumuate", &["accumulate"]), + ("neightobring", &["neighboring"]), + ("electromagntic", &["electromagnetic"]), + ("inquisator", &["inquisitor"]), + ("scuccessfull", &["successful"]), + ("microvaxes", &["microwaves"]), + ("indirecty", &["indirectly"]), + ("abdomnial", &["abdominal"]), + ("netween", &["between"]), + ("flasghip", &["flagship"]), + ("accessiable", &["accessible"]), + ("nofication", &["notification"]), + ("switfly", &["swiftly"]), + ("belyed", &["belied"]), + ("sistemizing", &["systemizing"]), + ("decomposit", &["decompose"]), + ("alaising", &["aliasing"]), + ("certaily", &["certainly"]), + ("umemployment", &["unemployment"]), + ("backfeild", &["backfield"]), + ("dregree", &["degree"]), + ("brokem", &["broken"]), + ("diversed", &["diverse", "diverged"]), + ("performanes", &["performances"]), + ("defore", &["before"]), + ("wappers", &["wrappers"]), + ("areospace", &["aerospace"]), + ("librraries", &["libraries"]), + ("constructore", &["constructor"]), + ("stutdown", &["shutdown"]), + ("multipilers", &["multipliers"]), + ("lanuches", &["launches"]), + ("excecutors", &["executors"]), + ("proccesses", &["processes"]), + ("sciencists", &["scientists"]), + ("enthusiatic", &["enthusiastic"]), + ("geneate", &["generate"]), + ("exsitent", &["existent"]), + ("domainate", &["dominate"]), + ("koordination", &["coordination"]), + ("abomanation", &["abomination"]), + ("porportional", &["proportional"]), + ("impulisve", &["impulsive"]), + ("defaulgs", &["defaults"]), + ("repoting", &["reporting"]), + ("intricasies", &["intricacies"]), + ("capabilitires", &["capabilities"]), + ("colmuned", &["columned"]), + ("ridiculue", &["ridicule"]), + ("charactertistic", &["characteristic"]), + ("austitic", &["autistic"]), + ("uupload", &["upload"]), + ("comrpessed", &["compressed"]), + ("cuztomizers", &["customizers"]), + ("unexpextedly", &["unexpectedly"]), + ("cruetly", &["cruelty"]), + ("circomvents", &["circumvents"]), + ("arbitual", &["arbitrary"]), + ("colourpsaces", &["colourspaces"]), + ("mischevious", &["mischievous"]), + ("extrordinary", &["extraordinary"]), + ("discconeect", &["disconnect"]), + ("carnige", &["carnage", "carnegie"]), + ("excectors", &["executors"]), + ("armpitts", &["armpits"]), + ("agin", &["again"]), + ("cigaretts", &["cigarettes"]), + ("temperaturs", &["temperatures"]), + ("effictiveness", &["effectiveness"]), + ("isnb", &["isbn"]), + ("temporarely", &["temporarily"]), + ("phasepsace", &["phasespace"]), + ("confirmatino", &["confirmation"]), + ("intsalled", &["installed"]), + ("correspondece", &["correspondence"]), + ("stabilizied", &["stabilize"]), + ("viee", &["view"]), + ("entitees", &["entities"]), + ("convorsations", &["conversations"]), + ("oppotunity", &["opportunity"]), + ("heterosexal", &["heterosexual"]), + ("nedia", &["media"]), + ("defenately", &["definitely"]), + ("sytemerror", &["systemerror"]), + ("openin", &["opening"]), + ("desctructive", &["destructive"]), + ("repalys", &["replays"]), + ("accomplishents", &["accomplishes"]), + ("satisfing", &["satisfying"]), + ("conservativs", &["conservatism"]), + ("souvineer", &["souvenir"]), + ("checkponts", &["checkpoints"]), + ("disapplins", &["disciplines"]), + ("relecant", &["relevant"]), + ("achieveing", &["achieving"]), + ("securty", &["security"]), + ("availabillity", &["availability"]), + ("upsteramed", &["upstreamed"]), + ("tanslations", &["translations"]), + ("autocorrext", &["autocorrect"]), + ("registe", &["register"]), + ("instantaneus", &["instantaneous"]), + ("dicionary", &["dictionary"]), + ("lenngth", &["length"]), + ("destrois", &["destroys"]), + ("renegotaiated", &["renegotiated"]), + ("fuctionoid", &["functionoid"]), + ("achieveds", &["achieves"]), + ("cateogrize", &["categorized"]), + ("sigen", &["sign"]), + ("varning", &["warning"]), + ("haveing", &["having"]), + ("unshfits", &["unshifts"]), + ("algororithmic", &["algorithmic"]), + ("disatrous", &["disastrous"]), + ("commentery", &["commentary"]), + ("condiut", &["conduit"]), + ("documantaries", &["documentaries"]), + ("funcion", &["function"]), + ("previosuly", &["previously"]), + ("sceintist", &["scientist"]), + ("extensilbe", &["extensible"]), + ("miliseconds", &["milliseconds"]), + ("efficent", &["efficient"]), + ("nagivating", &["navigating"]), + ("undenyable", &["undeniable"]), + ("hundread", &["hundred"]), + ("prmopting", &["prompting"]), + ("greate", &["greater", "create", "grate", "great"]), + ("unaivalable", &["unavailable"]), + ("authenciate", &["authenticate"]), + ("sheepherds", &["shepherds"]), + ("mutialtion", &["mutilation"]), + ("soultion", &["solution"]), + ("regualar", &["regular"]), + ("forfits", &["forfeits"]), + ("confirmedd", &["confirmed"]), + ("photochopped", &["photoshopped"]), + ("strawbeery", &["strawberry"]), + ("previuous", &["previous"]), + ("shleter", &["shelter"]), + ("souce", &["source"]), + ("filesystyems", &["filesystems"]), + ("inteleaved", &["interleaved"]), + ("mentiond", &["mentioned"]), + ("suppurts", &["supports"]), + ("deviiation", &["deviation"]), + ("fundumentalists", &["fundamentalists"]), + ("posibilities", &["possibilities"]), + ("governmeant", &["governmental"]), + ("complette", &["complete"]), + ("legenday", &["legendary"]), + ("defendis", &["defends"]), + ("dosens", &["dozens"]), + ("impelements", &["implements"]), + ("informatoins", &["information"]), + ("wednseday", &["wednesday"]), + ("assinged", &["assigned"]), + ("debufffs", &["debuffs"]), + ("responsabile", &["responsible"]), + ("foreinger", &["foreigner"]), + ("ecilpse", &["eclipse"]), + ("classificaion", &["classification"]), + ("vientam", &["vietnam"]), + ("surgury", &["surgery"]), + ("spirutually", &["spiritually"]), + ("negotitate", &["negotiate"]), + ("uqests", &["quests"]), + ("ploted", &["plotted"]), + ("runnign", &["running"]), + ("toolsbox", &["toolbox"]), + ("intialised", &["initialised"]), + ("downstar", &["downstairs"]), + ("assimile", &["assimilate"]), + ("negiotating", &["negotiating"]), + ("virttually", &["virtually"]), + ("tansfomed", &["transformed"]), + ("goegraphy", &["geography"]), + ("containered", &["contained"]), + ("algorightm", &["algorithm"]), + ("amplifer", &["amplifier"]), + ("presecuted", &["persecuted"]), + ("ellipitcals", &["elliptical"]), + ("renegotatiating", &["renegotiating"]), + ("coincidente", &["coincidence"]), + ("discconet", &["disconnect"]), + ("encocded", &["encoded"]), + ("colouising", &["colourising"]), + ("iraninas", &["iranians"]), + ("bloek", &["bloke"]), + ("congradulations", &["congratulations"]), + ("builing", &["building"]), + ("herlo", &["hello"]), + ("indended", &["intended", "indented"]), + ("verifed", &["verified"]), + ("cartain", &["certain"]), + ("sometmes", &["sometimes"]), + ("initalisation", &["initialisation"]), + ("encourged", &["encouraged"]), + ("simulatons", &["simulations"]), + ("studi", &["study", "studio"]), + ("asnwers", &["answers"]), + ("ambulence", &["ambulance"]), + ("contigiously", &["contiguously"]), + ("purcahse", &["purchase"]), + ("attriubtes", &["attributes"]), + ("consituents", &["constituents"]), + ("correesponding", &["corresponding"]), + ("poistioned", &["positioned"]), + ("uptim", &["uptime"]), + ("observare", &["observer"]), + ("funciton", &["function"]), + ("staions", &["stations"]), + ("proceedure", &["procedure"]), + ("pecified", &["specified", "pacified"]), + ("packkaged", &["packaged"]), + ("porjects", &["projects"]), + ("rectangel", &["rectangle"]), + ("perferences", &["preferences"]), + ("execuete", &["execute"]), + ("successfullly", &["successfully"]), + ("deregistartion", &["deregistration"]), + ("definilty", &["definitely"]), + ("libertairan", &["libertarians"]), + ("conversts", &["converts"]), + ("abundaces", &["abundances"]), + ("opayk", &["opaque"]), + ("cafays", &["cafes"]), + ("periwinke", &["periwinkle"]), + ("detatches", &["detaches"]), + ("serializng", &["serializing"]), + ("picnicks", &["picnics"]), + ("backgruond", &["backgrounds", "background"]), + ("decieving", &["deceiving"]), + ("incompatablility", &["incompatibility"]), + ("resurced", &["resourced"]), + ("unpredictablity", &["unpredictability"]), + ("amlpifier", &["amplifier"]), + ("considere", &["consider", "considered"]), + ("inluding", &["including"]), + ("rienforcement", &["reinforcements"]), + ("invaldiate", &["invalidates"]), + ("certificiate", &["certificate"]), + ("absorpsion", &["absorption"]), + ("temperatur", &["temperature"]), + ("pigens", &["pigeons", "pigpens"]), + ("negoptionsotiators", &["negotiators"]), + ("notifiction", &["notification"]), + ("posifions", &["positions"]), + ("databaase", &["database"]), + ("alignrigh", &["alignright"]), + ("shepharded", &["shepherd"]), + ("illuminuti", &["illuminati"]), + ("documetns", &["documents"]), + ("favoruites", &["favorites"]), + ("necessar", &["necessary"]), + ("arbitrailly", &["arbitrarily"]), + ("paernt", &["parent"]), + ("deselcted", &["deselected"]), + ("neckbeardus", &["neckbeards"]), + ("mencaing", &["menacing"]), + ("caracters", &["characters"]), + ("endianes", &["endianness"]), + ("accoridngly", &["accordingly"]), + ("meoldic", &["melodic"]), + ("precending", &["preceding"]), + ("dictionaty", &["dictionary"]), + ("parilament", &["parliament"]), + ("comapnions", &["companions"]), + ("comparisn", &["comparisons", "comparison"]), + ("simulataneous", &["simultaneous"]), + ("benagls", &["bengals"]), + ("gernerate", &["generate"]), + ("casualites", &["casualties"]), + ("identificato", &["identification"]), + ("pedohpilia", &["pedophilia"]), + ("occourring", &["occurring"]), + ("prototpyes", &["prototypes"]), + ("fuschia", &["fuchsia"]), + ("desaster", &["disaster"]), + ("experimntal", &["experimental"]), + ("cockroachs", &["cockroaches"]), + ("opthalmology", &["ophthalmology"]), + ("missings", &["missing"]), + ("announcment", &["announcement"]), + ("specatcular", &["spectacular"]), + ("condicional", &["conditional"]), + ("staduims", &["stadiums"]), + ("psichologically", &["psychologically"]), + ("stabilitation", &["stabilization"]), + ("surpport", &["support"]), + ("signuature", &["signature"]), + ("pount", &["point", "pound"]), + ("cofrimations", &["confirmations"]), + ("lessson", &["lesson"]), + ("amout", &["amount"]), + ("commerciales", &["commercials"]), + ("palidans", &["paladins"]), + ("workign", &["working"]), + ("repressivo", &["repression"]), + ("minmal", &["minimal"]), + ("prejects", &["prefects", "projects"]), + ("seezures", &["seizures"]), + ("miltisite", &["multisite"]), + ("modfitying", &["modifying"]), + ("answhareing", &["answering"]), + ("multipalyer", &["multiplayer"]), + ("portuguesse", &["portuguese"]), + ("salying", &["slaying"]), + ("multipresistion", &["multiprecision"]), + ("instnces", &["instances"]), + ("missionares", &["missionaries"]), + ("cometed", &["commented", "competed"]), + ("assgining", &["assigning"]), + ("lagacy", &["legacy"]), + ("fromal", &["formal"]), + ("bufefr", &["buffer"]), + ("insperational", &["inspirational"]), + ("undenaibly", &["undeniably"]), + ("limtit", &["limit"]), + ("circumsised", &["circumcised"]), + ("sacrasm", &["sarcasm"]), + ("profitabillity", &["profitability"]), + ("prefences", &["preferences"]), + ("colects", &["collects"]), + ("congressen", &["congressmen"]), + ("strigification", &["stringification"]), + ("completenes", &["completes"]), + ("pedopholia", &["pedophilia"]), + ("infrastructuur", &["infrastructure"]), + ("underestemating", &["underestimating"]), + ("asyncronously", &["asynchronously"]), + ("launguage", &["language"]), + ("protototype", &["prototype"]), + ("syntetize", &["synthetize"]), + ("depdencente", &["dependence"]), + ("wizzard", &["wizard"]), + ("intereseted", &["interested"]), + ("eneble", &["enable"]), + ("retricted", &["restricted"]), + ("verifi", &["verify", "verified"]), + ("outperfomring", &["outperforming"]), + ("countercoat", &["counteract"]), + ("buad", &["baud"]), + ("mashal", &["marshal"]), + ("asissts", &["assists"]), + ("amunt", &["amount"]), + ("susceders", &["seceders"]), + ("deamiguates", &["disambiguates"]), + ("contaied", &["contained"]), + ("lvoe", &["love"]), + ("ogliarchy", &["oligarchy"]), + ("prolematic", &["problematic"]), + ("concequence", &["consequence"]), + ("actal", &["actual"]), + ("implementtion", &["implementation"]), + ("nightmarket", &["nightmare"]), + ("preduction", &["prediction"]), + ("booleamn", &["boolean"]), + ("coalsced", &["coalesced"]), + ("misogonistic", &["misogynistic"]), + ("servises", &["services"]), + ("intersecct", &["intersect"]), + ("unexpeted", &["unexpected"]), + ("freedomest", &["freedoms"]), + ("optimzation", &["optimization"]), + ("kidknappees", &["kidnappees"]), + ("linix", &["linux"]), + ("unsucccessful", &["unsuccessful"]), + ("uptions", &["options"]), + ("rmoving", &["removing"]), + ("nombers", &["numbers"]), + ("atatchments", &["attachments"]), + ("trakers", &["trackers"]), + ("concatnated", &["concatenated"]), + ("benefecial", &["beneficial"]), + ("intersectons", &["intersections"]), + ("quanlification", &["qualification", "quantification"]), + ("faetures", &["features"]), + ("attacment", &["attachment"]), + ("avaiable", &["available"]), + ("constrcut", &["construct"]), + ("fauturing", &["featuring"]), + ("cologen", &["cologne"]), + ("advertisiment", &["advertisement"]), + ("essencial", &["essential"]), + ("organisten", &["organise"]), + ("apprecaites", &["appreciates"]), + ("underwolrd", &["underworld"]), + ("absoule", &["absolute"]), + ("euhporic", &["euphoric"]), + ("consuemr", &["consumer"]), + ("returnes", &["returns"]), + ("spirituella", &["spiritually"]), + ("resposibility", &["responsibility"]), + ("animets", &["animates"]), + ("undeinable", &["undeniable"]), + ("alpahbet", &["alphabet"]), + ("excepions", &["exceptions"]), + ("niearest", &["nearest"]), + ("personallity", &["personally"]), + ("curcumstances", &["circumstances"]), + ("progarmatically", &["programmatically"]), + ("voicemal", &["voicemail"]), + ("mezmorize", &["mesmerize"]), + ("mariage", &["marriage"]), + ("creationsim", &["creationism"]), + ("understandig", &["understanding"]), + ("autoctonous", &["autochthonous"]), + ("socities", &["societies"]), + ("descrise", &["describes"]), + ("reocurring", &["reoccurring", "recurring"]), + ("buhddism", &["buddhism"]), + ("identfier", &["identifier"]), + ("befire", &["before"]), + ("disrputing", &["disrupting"]), + ("asynchronious", &["asynchronous"]), + ("emmbedding", &["embedding"]), + ("definely", &["definitely"]), + ("articule", &["articulate"]), + ("diminsihing", &["diminishing"]), + ("outrageuos", &["outrageous"]), + ("greeneer", &["greener"]), + ("ostridge", &["ostrich"]), + ("centerfuges", &["centrifuges"]), + ("assosciating", &["associating"]), + ("proccesor", &["processor"]), + ("flavourus", &["flavours"]), + ("supplament", &["supplement"]), + ("regularlize", &["regularize"]), + ("capibility", &["capability"]), + ("percusssion", &["percussion"]), + ("unfortunatetly", &["unfortunately"]), + ("contradices", &["contradicts"]), + ("suspensie", &["suspense"]), + ("coalaesced", &["coalesced"]), + ("recourced", &["resourced"]), + ("interated", &["iterated", "interacted", "integrated"]), + ("expectataions", &["expectations"]), + ("visheation", &["vitiation"]), + ("initiliazing", &["initializing"]), + ("elemenental", &["elemental"]), + ("speculatie", &["speculative"]), + ("executionier", &["executioner"]), + ("baordwalk", &["boardwalk"]), + ("absance", &["absence"]), + ("deductables", &["deductibles"]), + ("temprary", &["temporary", "temporarily"]), + ("transproting", &["transporting"]), + ("optimitations", &["optimizations", "optimisations"]), + ("steppign", &["stepping"]), + ("buddhisim", &["buddhism"]), + ("cinematograhpy", &["cinematography"]), + ("temporry", &["temporary"]), + ("certifciation", &["certification"]), + ("disturbante", &["disturbance"]), + ("poety", &["poetry"]), + ("temporarilty", &["temporarily"]), + ("bootstraping", &["bootstrapping"]), + ("disgustosi", &["disgusts"]), + ("maline", &["malign"]), + ("stregth", &["strength"]), + ("qustions", &["questions"]), + ("mercentile", &["mercantile"]), + ("inflatabale", &["inflatable"]), + ("preveiwed", &["previewed"]), + ("indianos", &["indians"]), + ("carfully", &["carefully"]), + ("conatainer", &["container"]), + ("recvied", &["received"]), + ("comdeic", &["comedic"]), + ("finace", &["finance"]), + ("potententially", &["potentially"]), + ("debuger", &["debugger"]), + ("zuser", &["user"]), + ("touristly", &["touristy"]), + ("investegators", &["investigators"]), + ("complianse", &["compliance"]), + ("implemememntation", &["implementation"]), + ("enqueing", &["enqueuing"]), + ("disciplinera", &["disciplinary"]), + ("skup", &["skip"]), + ("ommishience", &["omniscience"]), + ("snytax", &["syntax"]), + ("sesitivity", &["sensitivity"]), + ("copenhangen", &["copenhagen"]), + ("comptue", &["compute"]), + ("privlege", &["privilege"]), + ("verboce", &["verbose"]), + ("inifnitely", &["infinitely"]), + ("incement", &["increment"]), + ("tournement", &["tournament"]), + ("dungeoness", &["dungeons"]), + ("someons", &["someones"]), + ("commentaren", &["commenter"]), + ("scafoldes", &["scaffolds"]), + ("specfies", &["specifies"]), + ("rademtion", &["redemption"]), + ("lockingf", &["locking"]), + ("downvoteing", &["downvoting"]), + ("negotications", &["negotiations"]), + ("thar", &["than", "that"]), + ("qucik", &["quick"]), + ("caler", &["caller"]), + ("singulary", &["singularity"]), + ("shanghia", &["shanghai"]), + ("independendet", &["independent"]), + ("fonud", &["found"]), + ("avtaars", &["avatars"]), + ("actially", &["actually"]), + ("langugues", &["languages"]), + ("tentaive", &["tentative"]), + ("abberivation", &["abbreviation"]), + ("preconditoners", &["preconditioners"]), + ("stduent", &["student"]), + ("stealthify", &["stealthy"]), + ("informaion", &["information"]), + ("abrreviation", &["abbreviation"]), + ("encycolpedia", &["encyclopedia"]), + ("accesnt", &["accent"]), + ("illustator", &["illustrator"]), + ("painkills", &["painkillers"]), + ("backned", &["backend"]), + ("initializaed", &["initialized"]), + ("photograhed", &["photographed"]), + ("servoces", &["services"]), + ("expewrimentel", &["experimental"]), + ("preciselly", &["precisely"]), + ("expoch", &["epoch"]), + ("repeatible", &["repeatable"]), + ("conain", &["contain"]), + ("nomber", &["number"]), + ("roundabaout", &["roundabout"]), + ("equivlents", &["equivalents"]), + ("seve", &["save", "sieve"]), + ("upgarte", &["upgrade"]), + ("requries", &["requires"]), + ("paramemeters", &["parameters"]), + ("pershus", &["precious"]), + ("experence", &["experience"]), + ("resovlers", &["resolvers"]), + ("valiator", &["validator"]), + ("indiactor", &["indicator"]), + ("unregstering", &["unregistering"]), + ("lloking", &["looking"]), + ("unsgined", &["unsigned"]), + ("explictily", &["explicitly"]), + ("tracsode", &["transcode"]), + ("straightforeward", &["straightforward"]), + ("unwraped", &["unwrapped"]), + ("languaje", &["language"]), + ("discograpy", &["discography"]), + ("spefics", &["specifics"]), + ("interesant", &["interest"]), + ("fraudolent", &["fraudulent"]), + ("execised", &["excised", "exercised"]), + ("bakc", &["back"]), + ("transmissons", &["transmissions"]), + ("defeaulting", &["defaulting"]), + ("byond", &["beyond"]), + ("misinterprett", &["misinterpret"]), + ("appove", &["approve"]), + ("fromats", &["formats"]), + ("srunken", &["shrunken"]), + ("identifible", &["identifiable"]), + ("disolve", &["dissolve"]), + ("negothiator", &["negotiator"]), + ("corrsponing", &["corresponding"]), + ("plantext", &["plaintext"]), + ("underminde", &["undermines"]), + ("interceptons", &["interceptions"]), + ("erroneouly", &["erroneously"]), + ("deprecatation", &["deprecation"]), + ("discontiuned", &["discontinued"]), + ("courtey", &["courtesy"]), + ("inquisiting", &["inquisition"]), + ("surrouned", &["surround", "surrounded"]), + ("franzise", &["franchise"]), + ("disturbd", &["disturbed"]), + ("metabolizm", &["metabolism"]), + ("homogenuous", &["homogeneous"]), + ("cellabrations", &["celebrations"]), + ("rewatchd", &["rewatched"]), + ("annonceurs", &["announcers"]), + ("buggest", &["biggest"]), + ("preety", &["pretty"]), + ("invisibiity", &["invisibility"]), + ("delpoy", &["deploy"]), + ("kno", &["know"]), + ("waitng", &["waiting"]), + ("unspeficiied", &["unspecified"]), + ("depencendencies", &["dependencies"]), + ("deature", &["feature"]), + ("authror", &["author"]), + ("discarge", &["discharge"]), + ("provdidet", &["provided", "provider", "provident"]), + ("allocat", &["allocate"]), + ("persuation", &["persuasion"]), + ("persited", &["persisted"]), + ("merficul", &["merciful"]), + ("faulsures", &["failures"]), + ("tesellation", &["tessellation"]), + ("listapck", &["listpack"]), + ("statuts", &["statutes"]), + ("sacrafices", &["sacrifices"]), + ("discoveryd", &["discovered"]), + ("pahtfinder", &["pathfinder"]), + ("indicidated", &["indicated"]), + ("constituem", &["constitute"]), + ("specisl", &["specials"]), + ("symetrically", &["symmetrically"]), + ("vecotrs", &["vectors"]), + ("oylmpic", &["olympic"]), + ("trubadour", &["troubadour"]), + ("undertanded", &["understood"]), + ("atack", &["attack"]), + ("redonly", &["readonly"]), + ("neeeed", &["need", "needed"]), + ("fursthest", &["furthest"]), + ("suppossed", &["supposed"]), + ("grammers", &["grammars"]), + ("shoudered", &["shouldered", "shuddered"]), + ("thinkabel", &["thinkable"]), + ("exmples", &["examples"]), + ("represenational", &["representational"]), + ("acssume", &["assume"]), + ("unrealistisch", &["unrealistic"]), + ("thumbbnail", &["thumbnail"]), + ("demonstrats", &["demonstrates"]), + ("androides", &["androids"]), + ("encoses", &["encloses", "encodes"]), + ("scaned", &["scanned"]), + ("shpped", &["shipped"]), + ("anorexica", &["anorexia"]), + ("reproduciability", &["reproduceability"]), + ("mediveal", &["medieval"]), + ("receptionsist", &["receptionist"]), + ("technichan", &["technician"]), + ("encountres", &["encounters"]), + ("documant", &["document"]), + ("proprely", &["properly"]), + ("benckmark", &["benchmark"]), + ("ouptuts", &["outputs"]), + ("claravoyant", &["clairvoyant"]), + ("oversetimating", &["overestimating"]), + ("varegated", &["variegated"]), + ("onlsaught", &["onslaught"]), + ("similir", &["similar"]), + ("covnertor", &["convertor"]), + ("implemetation", &["implementation"]), + ("ambidexterously", &["ambidextrously"]), + ("wireframws", &["wireframes"]), + ("recongizes", &["recognizes"]), + ("restricitve", &["restrictive"]), + ("miniums", &["minimums"]), + ("instructioin", &["instruction"]), + ("disgustos", &["disgusts"]), + ("gnerally", &["generally"]), + ("acknowlegding", &["acknowledging"]), + ("joinning", &["joining"]), + ("contestion", &["contention"]), + ("boths", &["both"]), + ("resovler", &["resolver"]), + ("overhwelmed", &["overwhelmed"]), + ("rorated", &["rotated"]), + ("seseeds", &["secedes"]), + ("reseponse", &["response"]), + ("emphsis", &["emphasis"]), + ("discovere", &["discoveries"]), + ("corospondence", &["correspondence"]), + ("protoyped", &["prototyped"]), + ("libertarias", &["libertarians"]), + ("renderning", &["rendering"]), + ("molestarle", &["molester"]), + ("whoch", &["which"]), + ("commuications", &["communications"]), + ("penguinese", &["penguins"]), + ("ahmond", &["almond"]), + ("transparrent", &["transparent"]), + ("lybia", &["libya"]), + ("moderateurs", &["moderates"]), + ("matreials", &["materials"]), + ("jurnaled", &["journaled"]), + ("limted", &["limited"]), + ("cleeshays", &["clichés"]), + ("missmanaged", &["mismanaged"]), + ("obervations", &["observations"]), + ("vacine", &["vaccine"]), + ("ninj", &["ninja"]), + ("compresssion", &["compression"]), + ("kenrels", &["kernels"]), + ("ramificaitons", &["ramifications"]), + ("poket", &["pocket"]), + ("domonstrate", &["demonstrate"]), + ("garbarge", &["garbage"]), + ("roels", &["roles"]), + ("triskadecaphobia", &["triskaidekaphobia"]), + ("unapretiated", &["unappreciated"]), + ("bubblews", &["bubbles"]), + ("unformated", &["unformatted"]), + ("awknowledgement", &["acknowledgement"]), + ("hrough", &["through"]), + ("genreating", &["generating"]), + ("priotitize", &["prioritize"]), + ("periwinlke", &["periwinkle"]), + ("polution", &["pollution"]), + ("tomoroow", &["tomorrow"]), + ("invulnerble", &["invulnerable"]), + ("desciptions", &["descriptions"]), + ("tempearture", &["temperatures", "temperature"]), + ("frankenstines", &["frankenstein"]), + ("doiuble", &["double"]), + ("xenophopic", &["xenophobic"]), + ("actural", &["actual"]), + ("intrige", &["intrigue"]), + ("exicutes", &["", "executes"]), + ("ultiamte", &["ultimate"]), + ("techniqe", &["technique"]), + ("redunant", &["redundant"]), + ("apoligists", &["apologists"]), + ("presearvation", &["preservation"]), + ("relaized", &["realized"]), + ("hapilly", &["happily"]), + ("cimptomatic", &["symptomatic"]), + ("compition", &["competition"]), + ("getlael", &["getlabel"]), + ("doagonals", &["diagonals"]), + ("culutrally", &["culturally"]), + ("cloesed", &["closed"]), + ("languag", &["language"]), + ("coomon", &["common"]), + ("isntead", &["instead"]), + ("remoives", &["removes"]), + ("diagnosies", &["diagnosis"]), + ("speficiications", &["specifications"]), + ("palcements", &["placements"]), + ("cliboard", &["clipboard"]), + ("samled", &["sampled"]), + ("distrotion", &["distortion"]), + ("intializes", &["initializes"]), + ("dispensare", &["dispenser"]), + ("eaiser", &["easier"]), + ("administored", &["administer"]), + ("initilialised", &["initialised"]), + ("assoaiative", &["associative"]), + ("consants", &["constants"]), + ("havind", &["having"]), + ("constrcutors", &["constructors"]), + ("dimnention", &["dimension"]), + ("spefiiable", &["specifiable"]), + ("subnegoatiations", &["subnegotiations"]), + ("negotiotors", &["negotiators"]), + ("oversubcribe", &["oversubscribe"]), + ("unspeficiifed", &["unspecified"]), + ("periphereals", &["peripherals"]), + ("perpatrated", &["perpetrated"]), + ("scipt", &["script", "skipped"]), + ("expolitation", &["exploitation"]), + ("precendance", &["precedence"]), + ("executuing", &["executing"]), + ("interractive", &["interactive"]), + ("melineumms", &["millennia"]), + ("gloablly", &["globally"]), + ("sexualizd", &["sexualized"]), + ("intercection", &["interception"]), + ("trasncoding", &["transcoding"]), + ("creaeted", &["created"]), + ("lookign", &["looking"]), + ("perfoemative", &["performative"]), + ("rigntone", &["ringtone"]), + ("curiostiy", &["curiosity"]), + ("substancial", &["substantial"]), + ("reinitalize", &["reinitialize"]), + ("aneeling", &["annealing"]), + ("climatiser", &["climates"]), + ("limitaitons", &["limitation", "limitations"]), + ("preapared", &["prepared"]), + ("oppressiun", &["oppressing"]), + ("entiry", &["entity", "entry"]), + ("mismach", &["mismatch"]), + ("unfinsihed", &["unfinished"]), + ("provids", &["provides", "proves"]), + ("overturing", &["overturn"]), + ("welathiest", &["wealthiest"]), + ("explanaitons", &["explanations"]), + ("coalsce", &["coalesce"]), + ("itnroduced", &["introduced"]), + ("haorder", &["hoarder"]), + ("opon", &["upon"]), + ("distribure", &["distribute"]), + ("sumberged", &["submerged"]), + ("animatie", &["animate"]), + ("verifiactions", &["verifications"]), + ("rollertoaster", &["rollercoaster"]), + ("coordonator", &["coordinator"]), + ("accesssible", &["accessible"]), + ("inludung", &["including"]), + ("influances", &["influences"]), + ("incremeted", &["incremented"]), + ("experimetents", &["experiments"]), + ("paragraphy", &["paragraph"]), + ("inbraced", &["embraced"]), + ("reshedule", &["reschedule"]), + ("calcualter", &["calculator"]), + ("bridman", &["birdman"]), + ("preculdes", &["precludes"]), + ("sentiers", &["sentries"]), + ("affilate", &["affiliate"]), + ("disuss", &["discuss"]), + ("uner", &["under"]), + ("repuglican", &["republican"]), + ("darkets", &["darkest"]), + ("illustrare", &["illustrate"]), + ("shedule", &["schedule"]), + ("preeceding", &["preceding"]), + ("abstrcted", &["abstracted"]), + ("signleplayer", &["singleplayer"]), + ("oscilliscopes", &["oscilloscopes"]), + ("szenario", &["scenario"]), + ("shal", &["shall"]), + ("simualted", &["simulated"]), + ("pleaes", &["please"]), + ("revsion", &["revision"]), + ("soltuion", &["solution"]), + ("pressureing", &["pressuring"]), + ("apprecate", &["appreciate"]), + ("perisistent", &["persistent"]), + ("caracterized", &["characterized"]), + ("cointained", &["contained"]), + ("upgarting", &["upgrading"]), + ("frankenstined", &["frankenstein"]), + ("noe", &["not", "no", "node", "know", "now", "note"]), + ("experimetentation", &["experimentation"]), + ("versinos", &["versions"]), + ("exceptionts", &["exceptions"]), + ("directiory", &["directory"]), + ("irresponcible", &["irresponsible"]), + ("limitter", &["limiter"]), + ("dependning", &["depending"]), + ("historgam", &["histogram"]), + ("diatancing", &["distancing"]), + ("rqeuesting", &["requesting"]), + ("definining", &["defining"]), + ("overlfows", &["overflows"]), + ("procuces", &["procures", "produces"]), + ("guitards", &["guitars"]), + ("conecntrates", &["concentrates"]), + ("definetally", &["definitely"]), + ("eveyr", &["every"]), + ("activizion", &["activision"]), + ("thermisors", &["thermistors"]), + ("platfromer", &["platformer"]), + ("experimetnally", &["experimentally"]), + ("guarrenteeing", &["guaranteeing"]), + ("universse", &["universes"]), + ("eczecuting", &["executing"]), + ("posiitives", &["positives"]), + ("wierd", &["weird"]), + ("drawacks", &["drawbacks"]), + ("polynominal", &["polynomial"]), + ("interrup", &["interrupt"]), + ("confrimed", &["confirmed"]), + ("apparenlty", &["apparently"]), + ("oppurtunity", &["opportunity"]), + ("submisson", &["submission"]), + ("flimmakers", &["filmmakers"]), + ("experimentters", &["experimenters"]), + ("speficilleirs", &["specifiers"]), + ("insturments", &["instruments"]), + ("fucntion", &["function"]), + ("elease", &["release"]), + ("clarificaiton", &["clarification"]), + ("memebr", &["member"]), + ("yaching", &["yachting"]), + ("scrachs", &["scratches"]), + ("notificactions", &["notifications"]), + ("separely", &["separately"]), + ("discconeections", &["disconnections"]), + ("contaiminate", &["contaminate"]), + ("poingant", &["poignant"]), + ("penatenturies", &["penitentiaries"]), + ("dettached", &["detached"]), + ("apologitic", &["apologetic"]), + ("disonnected", &["disconnected"]), + ("mechaninc", &["mechanic"]), + ("convenince", &["convenience"]), + ("extremisme", &["extremes"]), + ("scruitny", &["scrutiny"]), + ("finializing", &["finalizing"]), + ("estoeric", &["esoteric"]), + ("itnerpreter", &["interpreter"]), + ("cordinates", &["coordinates"]), + ("intalles", &["installs"]), + ("complianed", &["compliance"]), + ("encosing", &["enclosing", "encoding"]), + ("delaership", &["dealership"]), + ("instantiaties", &["instantiates"]), + ("explin", &["explain"]), + ("acceleratie", &["accelerate"]), + ("progagating", &["propagating"]), + ("trainig", &["training"]), + ("rearrangse", &["rearranges"]), + ("percantile", &["percentile"]), + ("recalim", &["reclaim"]), + ("regularlises", &["regularises"]), + ("atttached", &["attached"]), + ("costructer", &["constructor"]), + ("foir", &["for"]), + ("syncronization", &["synchronization"]), + ("definicion", &["definition"]), + ("accidentlly", &["accidentally"]), + ("transmition", &["transmission"]), + ("retquiressl", &["requiressl"]), + ("differentiatiations", &["differentiations"]), + ("contretely", &["concretely"]), + ("randazyvoued", &["rendezvoused"]), + ("latst", &["latest"]), + ("supppress", &["suppress"]), + ("wrappning", &["wrapping"]), + ("undersog", &["undergo"]), + ("chocolotes", &["chocolates"]), + ( + "configuratin", + &["configurations", "configuration", "configurating"], + ), + ("balconey", &["balcony"]), + ("silouhetted", &["silhouetted"]), + ("asistant", &["assistant"]), + ("dispapointed", &["disappointed"]), + ("progated", &["propagated"]), + ("begginer", &["beginner"]), + ("usefullness", &["usefulness"]), + ("assempling", &["assembling"]), + ("contribuent", &["contribute"]), + ("baceause", &["because"]), + ("reinitilized", &["reinitialized"]), + ("eis", &["is"]), + ("generilized", &["generalized"]), + ("detetions", &["deletions", "detections"]), + ("strugle", &["struggle"]), + ("conpensation", &["compensation"]), + ("alreadh", &["already"]), + ("fundamentalistisch", &["fundamentalists"]), + ("decompositon", &["decomposition"]), + ("waisline", &["waistline"]), + ("shriks", &["shrinks"]), + ("budgest", &["budgets"]), + ("enhanceds", &["enhances"]), + ("nestin", &["nesting"]), + ("folllowers", &["followers"]), + ("amiguity", &["ambiguity"]), + ("algorythims", &["algorithms"]), + ("tempermeant", &["temperament"]), + ("manipulaitng", &["manipulating"]), + ("microship", &["microchip"]), + ("thruoghput", &["throughput"]), + ("propsect", &["prospect"]), + ("exersise", &["exercise"]), + ("idicates", &["indicates"]), + ("spezific", &["specific"]), + ("algortimic", &["algorithmic"]), + ("disagress", &["disagrees"]), + ("mystrow", &["maestro"]), + ("completeing", &["completing"]), + ("deprivaton", &["deprivation"]), + ("mysterieus", &["mysteries"]), + ("streammed", &["streamed"]), + ("anual", &["annual"]), + ("religiosly", &["religiously"]), + ("favorit", &["favorite"]), + ("caclualted", &["calculated"]), + ("spsace", &["space"]), + ("copright", &["copyright"]), + ("quadrantic", &["quadratic"]), + ("stawberries", &["strawberries"]), + ("nonte", &["note"]), + ("domapine", &["dopamine"]), + ("engagemnts", &["engagements"]), + ("hyptothetically", &["hypothetically"]), + ("gothenberg", &["gothenburg"]), + ("specifed", &["specified"]), + ("adjusment", &["adjustment"]), + ("succeeedds", &["succeeds"]), + ("mousturizing", &["moisturizing"]), + ("compustion", &["compulsion"]), + ("interogators", &["interrogators"]), + ("prostethic", &["prosthetic"]), + ("experimanetally", &["experimentally"]), + ("accelarator", &["accelerator"]), + ("dectivate", &["deactivate"]), + ("tolorant", &["tolerant"]), + ("addedd", &["added"]), + ("vulnreability", &["vulnerability"]), + ("multiplie", &["multiply"]), + ("foreigness", &["foreigners"]), + ("exahust", &["exhaust"]), + ("osciallator", &["oscillator"]), + ("recordare", &["recorder"]), + ("monthe", &["month"]), + ("octives", &["actives", "octaves"]), + ("insersecting", &["intersecting"]), + ("negoatiate", &["negotiate"]), + ("detectected", &["detected"]), + ("trivally", &["trivially"]), + ("scetched", &["sketched"]), + ("childisch", &["childish"]), + ("agressivley", &["aggressive"]), + ("metropolos", &["metropolis"]), + ("expressief", &["expressive"]), + ("departmens", &["departments"]), + ("superviors", &["supervisors"]), + ("experss", &["express"]), + ("qualificaiton", &["qualifications"]), + ("flucutate", &["fluctuate"]), + ("subtractss", &["subtracts"]), + ("attritubes", &["attributes"]), + ("frankensten", &["frankenstein"]), + ("sociopatas", &["sociopaths"]), + ("competely", &["completely"]), + ("octect", &["octet"]), + ("invalied", &["invalid"]), + ("fomates", &["formats"]), + ("philippinas", &["philippines"]), + ("contstructing", &["constructing"]), + ("screenshat", &["screenshot"]), + ("inaproppriate", &["inappropriate"]), + ("basiclay", &["basically"]), + ("neighbothood", &["neighborhood"]), + ("dynamicpsf", &["dynamics"]), + ("proccessor", &["processor"]), + ("corparations", &["corporations"]), + ("authentciate", &["authenticate"]), + ("devleoping", &["developing"]), + ("narcissits", &["narcissist"]), + ("substitutin", &["substituting", "substitution"]), + ("prposiing", &["proposing"]), + ("desinty", &["density", "destiny"]), + ("inlcudes", &["includes"]), + ("extremests", &["extremists"]), + ("destrcuted", &["destructed"]), + ("optimation", &["optimization", "optimisation"]), + ("preservare", &["preserve"]), + ("fullfilment", &["fulfilment"]), + ("phtreads", &["pthreads"]), + ("instanct", &["instance"]), + ("quailfiers", &["qualifiers"]), + ("bracketting", &["bracketing"]), + ("consonent", &["consonant"]), + ("chnged", &["changed"]), + ("releafing", &["relieving"]), + ("duplcate", &["duplicate"]), + ("refridgeration", &["refrigeration"]), + ("oberflowed", &["overflowed"]), + ("swatiska", &["swastika"]), + ("complimate", &["complicate"]), + ("toom", &["tomb"]), + ("forbiddent", &["forbidden"]), + ("virbation", &["vibration"]), + ("dionsaur", &["dinosaur"]), + ("implementatios", &["implementations"]), + ("vertial", &["vertical"]), + ("wariwck", &["warwick"]), + ("addessing", &["addressing"]), + ("culterally", &["culturally"]), + ("inevtiable", &["inevitable"]), + ("dramaticlly", &["dramatically"]), + ("switerzland", &["switzerland"]), + ("transpaerntly", &["transparently"]), + ("linnaena", &["linnaean"]), + ("ovverrides", &["overrides"]), + ("acquaintinces", &["acquaintances"]), + ("vicseral", &["visceral"]), + ("subscirptions", &["subscriptions"]), + ("genreate", &["generate"]), + ("philosohpers", &["philosopher"]), + ("judgemenal", &["judgemental"]), + ("effedts", &["effects"]), + ("coallece", &["coalesce"]), + ("disalbe", &["disable"]), + ("mathcers", &["matchers"]), + ("contemporay", &["contemporary"]), + ("appriciated", &["appreciated"]), + ("happpening", &["happening"]), + ("cleened", &["cleaned"]), + ("restirction", &["restriction"]), + ("maintaines", &["maintains"]), + ("remotley", &["remotely"]), + ("santcuary", &["sanctuary"]), + ("seleceted", &["selected"]), + ("surroundes", &["surrounds"]), + ("generaters", &["generates", "generators"]), + ("psychistrist", &["psychiatrist"]), + ("toghether", &["together"]), + ("remander", &["remainder"]), + ("merchandies", &["merchandise"]), + ("vistors", &["visitors"]), + ("consituencies", &["constituencies"]), + ("durationm", &["duration"]), + ("assumu", &["assume"]), + ("appedn", &["append"]), + ("emipres", &["empires"]), + ("uncontrallable", &["uncontrollable"]), + ("nott", &["not"]), + ("unfriednly", &["unfriendly"]), + ("profressions", &["progressions"]), + ("entierty", &["entirety"]), + ("opeings", &["openings"]), + ("certiticated", &["certificated"]), + ("quartically", &["quadratically"]), + ("fieldlst", &["fieldlist"]), + ("sentris", &["sentries"]), + ("limosine", &["limousine"]), + ("sysamdin", &["sysadmin"]), + ("deparments", &["departments"]), + ("fascits", &["fascist"]), + ("sociologia", &["sociological"]), + ("depenendence", &["dependence"]), + ("lingvistic", &["linguistic"]), + ("temperal", &["temporal"]), + ("kniw", &["know"]), + ("poisitions", &["positions"]), + ("montaran", &["montana"]), + ("clevely", &["cleverly"]), + ("behabior", &["behavior"]), + ("settlemets", &["settlements"]), + ("alsways", &["always"]), + ("intergerated", &["integrated"]), + ("compariing", &["comparing"]), + ("oberved", &["observed"]), + ("comrpomising", &["compromising"]), + ("arbiitrary", &["arbitrary"]), + ("proflies", &["profiles"]), + ("existane", &["existence"]), + ("armagedeon", &["armageddon"]), + ("additionaly", &["additionally"]), + ("relocaition", &["relocation"]), + ("tornaodes", &["tornadoes"]), + ("euivalent", &["equivalent"]), + ("snadler", &["sandler"]), + ("airzona", &["arizona"]), + ("fountan", &["fountain"]), + ("incrmental", &["incremental"]), + ("carbus", &["cardbus"]), + ("eloquenty", &["eloquently"]), + ("dismisals", &["dismissal"]), + ("implicilty", &["implicitly"]), + ("thirsday", &["thursday"]), + ("civilizaton", &["civilization"]), + ("peding", &["pending"]), + ("filenname", &["filename"]), + ("cuurrent", &["current"]), + ("ganerating", &["generating"]), + ("existsing", &["existing"]), + ("physican", &["physician"]), + ("configurses", &["configures"]), + ("ubernetes", &["kubernetes"]), + ("apend", &["append"]), + ("syrcause", &["syracuse"]), + ("illuninati", &["illuminati"]), + ("indistinquishable", &["indistinguishable"]), + ("adminitions", &["admonitions"]), + ("introvered", &["introverted"]), + ("paide", &["paid"]), + ("pupose", &["purpose"]), + ("architechs", &["architects"]), + ("presumputous", &["presumptuous"]), + ("algortisms", &["algorithms"]), + ("switserland", &["switzerland"]), + ("revisons", &["revisions"]), + ("cahces", &["caches"]), + ("evenually", &["eventually"]), + ("acurate", &["accurate"]), + ("frams", &["frames"]), + ("braverly", &["bravery"]), + ("elimiate", &["eliminate"]), + ("succussfully", &["successfully"]), + ("respones", &["response", "responses"]), + ("extrat", &["extract"]), + ("snwoballs", &["snowballs"]), + ("documentarios", &["documentaries"]), + ("enrypt", &["encrypt"]), + ("proprieters", &["proprietors"]), + ("exchages", &["exchanges"]), + ("trasnlator", &["translator"]), + ("metaphyscial", &["metaphysical"]), + ("placeheld", &["placeholder"]), + ("licesning", &["licensing"]), + ("intellectus", &["intellectuals"]), + ("cananbis", &["cannabis"]), + ("environemtns", &["environments"]), + ("advisoriyes", &["advisories"]), + ("vioalte", &["violate"]), + ("whlie", &["while"]), + ("somethis", &["somethings"]), + ("warpped", &["warped", "wrapped"]), + ("actiavtor", &["activator"]), + ("iniecting", &["injecting"]), + ], + }, + range: 2..=34, +}; +pub static WORD_ASCII_UPPER: dictgen::Map<&'static str, &[&str]> = dictgen::Map { + map: ::phf::Map { + key: 12913932095322966823, + disps: &[ + (0, 29), + (0, 683), + (0, 231), + (0, 12), + (0, 801), + (0, 12), + (0, 23), + (0, 644), + (0, 342), + (0, 149), + (0, 7), + (0, 0), + (0, 71), + (0, 1303), + (0, 104), + (0, 0), + (0, 46), + (0, 91), + (0, 4), + (0, 301), + (0, 91), + (0, 119), + (0, 2), + (0, 5), + (0, 798), + (0, 0), + (0, 118), + (0, 328), + (0, 12), + (0, 2), + (0, 215), + (0, 113), + (0, 1038), + (0, 3), + (0, 5), + (0, 361), + (0, 12), + (0, 0), + (0, 0), + (0, 45), + (0, 0), + (0, 0), + (0, 33), + (0, 5), + (0, 66), + (0, 356), + (0, 48), + (0, 190), + (0, 63), + (0, 2), + (0, 44), + (0, 430), + (0, 301), + (0, 15), + (0, 97), + (0, 484), + (0, 0), + (0, 220), + (0, 12), + (0, 1), + (0, 1), + (0, 5), + (0, 0), + (0, 166), + (0, 1), + (0, 28), + (0, 828), + (0, 126), + (0, 20), + (0, 247), + (0, 0), + (0, 1061), + (0, 513), + (0, 1924), + (0, 144), + (0, 96), + (0, 1), + (0, 26), + (0, 967), + (0, 1567), + (0, 2), + (0, 25), + (0, 3), + (0, 0), + (0, 1), + (0, 1), + (0, 0), + (0, 7), + (0, 112), + (0, 611), + (0, 1), + (0, 122), + (0, 0), + (0, 8), + (0, 22), + (0, 62), + (0, 24), + (0, 14), + (0, 0), + (0, 6), + (0, 26), + (0, 8), + (0, 35), + (0, 58), + (0, 231), + (0, 42), + (0, 32), + (0, 131), + (0, 16), + (0, 264), + (0, 461), + (0, 0), + (0, 78), + (0, 147), + (0, 0), + (0, 105), + (0, 349), + (0, 26), + (0, 211), + (0, 8), + (0, 182), + (0, 4), + (0, 34), + (0, 142), + (0, 4), + (0, 56), + (0, 156), + (0, 22), + (0, 205), + (0, 221), + (0, 1), + (0, 1), + (0, 19), + (0, 10), + (0, 75), + (0, 75), + (0, 109), + (0, 90), + (0, 230), + (0, 151), + (0, 798), + (0, 0), + (0, 2), + (0, 263), + (0, 3), + (0, 4), + (0, 0), + (0, 146), + (0, 15), + (0, 896), + (0, 1295), + (0, 17), + (0, 100), + (0, 3), + (0, 183), + (0, 11), + (0, 7), + (0, 755), + (0, 163), + (0, 0), + (0, 4), + (0, 2), + (0, 1122), + (0, 6), + (0, 1), + (0, 27), + (0, 838), + (0, 7), + (0, 1), + (0, 0), + (0, 22), + (0, 186), + (0, 874), + (0, 207), + (0, 61), + (0, 159), + (0, 281), + (0, 1), + (0, 455), + (0, 215), + (0, 32), + (0, 20), + (0, 765), + (0, 12), + (0, 24), + (0, 5), + (0, 8), + (0, 6), + (0, 1), + (0, 93), + (0, 52), + (0, 2), + (0, 2352), + (0, 0), + (0, 0), + (0, 63), + (0, 1), + (0, 7), + (0, 23), + (0, 29), + (0, 51), + (0, 150), + (0, 457), + (0, 38), + (0, 154), + (0, 55), + (0, 354), + (0, 623), + (0, 78), + (0, 15), + (0, 99), + (0, 34), + (0, 67), + (0, 1032), + (0, 19), + (0, 71), + (0, 217), + (0, 709), + (0, 64), + (0, 1), + (0, 4), + (0, 163), + (0, 384), + (0, 248), + (0, 27), + (0, 57), + (0, 0), + (0, 26), + (0, 84), + (0, 260), + (0, 1), + (0, 13), + (0, 0), + (0, 2), + (0, 270), + (0, 3), + (0, 1080), + (0, 86), + (0, 203), + (0, 89), + (0, 1693), + (0, 555), + (0, 0), + (0, 8), + (0, 20), + (0, 77), + (0, 104), + (0, 23), + (0, 3), + (0, 184), + (0, 85), + (0, 619), + (0, 5), + (0, 3), + (0, 405), + (0, 6), + (0, 436), + (0, 117), + (0, 0), + (0, 3), + (0, 0), + (0, 6), + (0, 52), + (0, 175), + (0, 1118), + (0, 6), + (0, 3), + (0, 317), + (0, 0), + (0, 626), + (0, 27), + (0, 0), + (0, 273), + (0, 1), + (0, 0), + (0, 53), + (0, 152), + (0, 224), + (0, 0), + (0, 15), + (0, 746), + (0, 168), + (0, 9), + (0, 234), + (0, 23), + (0, 20), + (0, 344), + (0, 387), + (0, 333), + (0, 21), + (0, 348), + (0, 112), + (0, 173), + (0, 0), + (0, 620), + (0, 3), + (0, 103), + (0, 23), + (0, 0), + (0, 113), + (0, 276), + (0, 9), + (0, 553), + (0, 5), + (0, 36), + (0, 360), + (0, 47), + (0, 393), + (0, 26), + (0, 33), + (0, 47), + (0, 97), + (0, 2), + (0, 75), + (0, 1370), + (0, 2), + (0, 38), + (0, 0), + (0, 6), + (0, 17), + (0, 9), + (0, 244), + (0, 13), + (0, 24), + (0, 2), + (0, 8), + (0, 104), + (0, 171), + (0, 2), + (0, 149), + (0, 8), + (0, 5), + (0, 35), + (0, 18), + (0, 3), + (0, 20), + (0, 1550), + (0, 33), + (0, 1054), + (0, 19), + (0, 13), + (0, 37), + (0, 4), + (0, 0), + (0, 14), + (0, 236), + (0, 47), + (0, 497), + (0, 302), + (0, 219), + (0, 2), + (0, 31), + (0, 15), + (0, 480), + (0, 150), + (0, 108), + (0, 0), + (0, 7), + (0, 1), + (0, 3140), + (0, 12), + (0, 95), + (0, 21), + (0, 76), + (0, 0), + (0, 1), + (0, 139), + (0, 20), + (0, 297), + (0, 15), + (0, 3), + (0, 4), + (0, 5), + (0, 150), + (0, 12), + (0, 130), + (0, 2711), + (0, 107), + (0, 2), + (0, 17), + (0, 6), + (0, 22), + (0, 260), + (0, 7), + (0, 217), + (0, 711), + (0, 518), + (0, 8), + (0, 951), + (0, 1105), + (0, 7), + (0, 0), + (0, 134), + (0, 322), + (0, 264), + (0, 36), + (0, 5), + (0, 3), + (0, 37), + (0, 241), + (0, 252), + (0, 664), + (0, 0), + (0, 6), + (0, 310), + (0, 484), + (0, 12), + (0, 2), + (0, 13), + (0, 3), + (0, 207), + (0, 50), + (0, 5), + (0, 49), + (0, 982), + (0, 31), + (0, 198), + (0, 61), + (0, 6), + (0, 264), + (0, 570), + (0, 2), + (0, 1760), + (0, 66), + (0, 746), + (0, 177), + (0, 16), + (0, 57), + (0, 16), + (0, 581), + (0, 0), + (0, 0), + (0, 607), + (0, 372), + (0, 10), + (0, 1), + (0, 80), + (0, 20), + (0, 6), + (0, 35), + (0, 10), + (0, 1949), + (0, 224), + (0, 2), + (0, 1029), + (0, 28), + (0, 231), + (0, 176), + (0, 3), + (0, 23), + (0, 37), + (0, 15), + (0, 2), + (0, 13), + (0, 1), + (0, 12), + (0, 21), + (0, 0), + (0, 117), + (0, 220), + (0, 14), + (0, 176), + (0, 0), + (0, 14), + (0, 9), + (0, 30), + (0, 33), + (0, 114), + (0, 135), + (0, 78), + (0, 685), + (0, 87), + (0, 48), + (0, 2), + (0, 15), + (0, 292), + (0, 123), + (0, 129), + (0, 72), + (0, 47), + (0, 3), + (0, 0), + (0, 608), + (0, 952), + (0, 0), + (0, 81), + (0, 47), + (0, 984), + (0, 68), + (0, 413), + (0, 0), + (0, 4), + (0, 129), + (0, 481), + (0, 1491), + (0, 13), + (0, 518), + (0, 211), + (0, 193), + (0, 400), + (0, 170), + (0, 3), + (0, 126), + (0, 15), + (0, 281), + (0, 2), + (0, 42), + (0, 7), + (0, 653), + (0, 55), + (0, 1), + (0, 0), + (0, 20), + (0, 106), + (0, 11), + (0, 202), + (0, 92), + (0, 3), + (0, 9), + (0, 340), + (0, 611), + (0, 49), + (0, 2), + (0, 671), + (0, 35), + (0, 3), + (0, 0), + (0, 409), + (0, 799), + (0, 0), + (0, 0), + (0, 122), + (0, 0), + (0, 9), + (0, 5), + (0, 4), + (0, 43), + (0, 108), + (0, 23), + (0, 3), + (0, 8), + (0, 8), + (0, 0), + (0, 7), + (0, 530), + (0, 102), + (0, 283), + (0, 485), + (0, 118), + (0, 18), + (0, 3), + (0, 69), + (0, 186), + (0, 4), + (0, 142), + (0, 23), + (0, 63), + (0, 2), + (0, 14), + (0, 97), + (0, 0), + (0, 1), + (0, 0), + (0, 58), + (0, 1276), + (0, 43), + (0, 37), + (0, 93), + (0, 27), + (0, 61), + (0, 74), + (0, 0), + (0, 0), + (0, 45), + (0, 496), + (0, 1796), + (0, 0), + (0, 13), + (0, 183), + (0, 4), + (0, 1), + (0, 44), + (0, 12), + (0, 1253), + (0, 14), + (0, 17), + (0, 41), + (0, 42), + (0, 303), + (0, 156), + (0, 9), + (0, 37), + (0, 54), + (0, 798), + (0, 2), + (0, 27), + (0, 113), + (0, 2082), + (0, 81), + (0, 22), + (0, 810), + (0, 8), + (0, 2), + (0, 498), + (0, 555), + (0, 44), + (0, 0), + (0, 2), + (0, 10), + (0, 29), + (0, 10), + (0, 142), + (0, 0), + (0, 0), + (0, 173), + (0, 0), + (0, 97), + (0, 0), + (0, 110), + (0, 1), + (0, 37), + (0, 251), + (0, 18), + (0, 40), + (0, 43), + (0, 19), + (0, 0), + (0, 60), + (0, 14), + (0, 26), + (0, 1684), + (0, 79), + (0, 2), + (0, 8), + (0, 23), + (0, 12), + (0, 1139), + (0, 13), + (0, 36), + (0, 2), + (0, 52), + (0, 64), + (0, 0), + (0, 567), + (0, 11), + (0, 9), + (0, 281), + (0, 949), + (0, 2), + (0, 21), + (0, 151), + (0, 677), + (0, 5), + (0, 61), + (0, 21), + (0, 580), + (0, 6), + (0, 849), + (0, 20), + (0, 0), + (0, 774), + (0, 1), + (0, 54), + (0, 260), + (0, 2), + (0, 18), + (0, 13), + (0, 49), + (0, 70), + (0, 10), + (0, 576), + (0, 1), + (0, 284), + (0, 366), + (0, 30), + (0, 105), + (0, 2), + (0, 37), + (0, 2), + (0, 1), + (0, 725), + (0, 9), + (0, 765), + (0, 630), + (0, 47), + (0, 36), + (0, 694), + (0, 510), + (0, 955), + (0, 96), + (0, 117), + (0, 574), + (0, 2560), + (0, 97), + (0, 10), + (0, 62), + (0, 1677), + (0, 3), + (0, 14), + (0, 470), + (0, 240), + (0, 13), + (0, 3), + (0, 7), + (0, 10), + (0, 373), + (0, 5), + (0, 882), + (0, 135), + (0, 29), + (0, 2), + (0, 267), + (0, 1), + (0, 36), + (0, 908), + (0, 101), + (0, 14), + (0, 18), + (0, 4), + (0, 329), + (0, 0), + (0, 7), + (0, 102), + (0, 0), + (0, 0), + (0, 330), + (0, 139), + (0, 11), + (0, 4), + (0, 485), + (0, 2), + (0, 0), + (0, 574), + (0, 19), + (0, 6), + (0, 102), + (0, 74), + (0, 1678), + (0, 6), + (0, 129), + (0, 0), + (0, 454), + (0, 322), + (0, 0), + (0, 0), + (0, 1), + (0, 7), + (0, 106), + (0, 0), + (0, 180), + (0, 6), + (0, 148), + (0, 7), + (0, 104), + (0, 6), + (0, 6), + (0, 57), + (0, 52), + (0, 7), + (0, 957), + (0, 187), + (0, 2), + (0, 36), + (0, 83), + (0, 145), + (0, 77), + (0, 333), + (0, 5), + (0, 1965), + (0, 0), + (0, 259), + (0, 2), + (0, 1325), + (0, 2), + (0, 23), + (0, 239), + (0, 429), + (0, 821), + (0, 117), + (0, 19), + (0, 1), + (0, 225), + (0, 1172), + (0, 1), + (0, 3941), + (0, 110), + (0, 7), + (0, 5), + (0, 11), + (0, 388), + (0, 211), + (0, 70), + (0, 93), + (0, 68), + (0, 7), + (0, 24), + (0, 1114), + (0, 169), + (0, 4), + (0, 784), + (0, 5), + (0, 4), + (0, 168), + (0, 21), + (0, 1861), + (0, 283), + (0, 1), + (0, 0), + (0, 5), + (0, 701), + (0, 111), + (0, 80), + (0, 1), + (0, 3), + (0, 29), + (0, 99), + (0, 345), + (0, 2), + (0, 32), + (0, 1282), + (0, 281), + (0, 277), + (0, 873), + (0, 4), + (0, 1), + (0, 1575), + (0, 14), + (0, 0), + (0, 131), + (0, 950), + (0, 10), + (0, 811), + (0, 919), + (0, 287), + (0, 28), + (0, 1), + (0, 13), + (0, 541), + (0, 846), + (0, 107), + (0, 3), + (0, 767), + (0, 47), + (0, 7), + (0, 5), + (0, 568), + (0, 112), + (0, 9), + (0, 0), + (0, 49), + (0, 1359), + (0, 23), + (0, 16), + (0, 769), + (0, 3), + (0, 155), + (0, 0), + (0, 885), + (0, 6), + (0, 78), + (0, 37), + (0, 14), + (0, 378), + (0, 5), + (0, 200), + (0, 124), + (0, 19), + (0, 35), + (0, 21), + (0, 741), + (0, 42), + (0, 0), + (0, 3), + (0, 3), + (0, 182), + (0, 3), + (0, 41), + (0, 17), + (0, 39), + (0, 0), + (0, 442), + (0, 424), + (0, 14), + (0, 9), + (0, 90), + (0, 1), + (0, 89), + (0, 679), + (0, 36), + (0, 40), + (0, 49), + (0, 1), + (0, 15), + (0, 403), + (0, 223), + (0, 105), + (0, 112), + (0, 138), + (0, 40), + (0, 3), + (0, 1), + (0, 24), + (0, 70), + (0, 2), + (0, 179), + (0, 606), + (0, 50), + (0, 177), + (0, 178), + (0, 55), + (0, 6), + (0, 257), + (0, 65), + (0, 238), + (0, 910), + (0, 641), + (0, 113), + (0, 14), + (0, 1264), + (0, 20), + (0, 10), + (0, 309), + (0, 182), + (0, 4), + (0, 7), + (0, 0), + (0, 2), + (0, 0), + (0, 4), + (0, 67), + (0, 284), + (0, 184), + (0, 0), + (0, 167), + (0, 0), + (0, 3), + (0, 436), + (0, 1), + (0, 77), + (0, 0), + (0, 11), + (0, 0), + (0, 14), + (0, 27), + (0, 0), + (0, 2), + (0, 85), + (0, 40), + (0, 45), + (0, 3), + (0, 126), + (0, 155), + (0, 113), + (0, 0), + (0, 11), + (0, 1), + (0, 4), + (0, 51), + (0, 17), + (0, 1), + (0, 539), + (0, 163), + (0, 0), + (0, 0), + (0, 2), + (0, 38), + (0, 9), + (0, 115), + (0, 0), + (0, 145), + (0, 210), + (0, 4), + (0, 29), + (0, 11), + (0, 0), + (0, 36), + (0, 0), + (0, 78), + (0, 15), + (0, 90), + (0, 817), + (0, 0), + (0, 157), + (0, 2), + (0, 21), + (0, 146), + (0, 534), + (0, 0), + (0, 518), + (0, 94), + (0, 33), + (0, 577), + (0, 37), + (0, 248), + (0, 1), + (0, 658), + (0, 9), + (0, 20), + (0, 170), + (0, 159), + (0, 5), + (0, 7), + (0, 45), + (0, 22), + (0, 58), + (0, 1792), + (0, 3), + (0, 0), + (0, 31), + (0, 5), + (0, 35), + (0, 39), + (0, 43), + (0, 13), + (0, 5), + (0, 9), + (0, 1679), + (0, 4), + (0, 0), + (0, 349), + (0, 21), + (0, 5), + (0, 5), + (0, 2), + (0, 14), + (0, 4), + (0, 1), + (0, 9), + (0, 389), + (0, 4), + (0, 148), + (0, 446), + (0, 125), + (0, 2), + (0, 551), + (0, 50), + (0, 240), + (0, 370), + (0, 23), + (0, 0), + (0, 541), + (0, 1), + (0, 513), + (0, 817), + (0, 262), + (0, 676), + (0, 0), + (0, 593), + (0, 583), + (0, 0), + (0, 1), + (0, 39), + (0, 55), + (0, 1), + (0, 32), + (0, 1), + (0, 46), + (0, 24), + (0, 4), + (0, 1867), + (0, 63), + (0, 641), + (0, 345), + (0, 4), + (0, 180), + (0, 307), + (0, 7), + (0, 12), + (0, 215), + (0, 3), + (0, 2), + (0, 912), + (0, 169), + (0, 33), + (0, 1190), + (0, 307), + (0, 29), + (0, 38), + (0, 3), + (0, 257), + (0, 67), + (0, 14), + (0, 263), + (0, 31), + (0, 197), + (0, 22), + (0, 0), + (0, 477), + (0, 3), + (0, 0), + (0, 237), + (0, 18), + (0, 2), + (0, 0), + (0, 11), + (0, 71), + (0, 36), + (0, 0), + (0, 1696), + (0, 57), + (0, 111), + (0, 0), + (0, 1), + (0, 2207), + (0, 0), + (0, 0), + (0, 1771), + (0, 9), + (0, 40), + (0, 36), + (0, 18), + (0, 275), + (0, 35), + (0, 80), + (0, 50), + (0, 6), + (0, 75), + (0, 32), + (0, 101), + (0, 92), + (0, 3520), + (0, 0), + (0, 157), + (0, 547), + (0, 66), + (0, 0), + (0, 12), + (0, 66), + (0, 298), + (0, 164), + (0, 427), + (0, 27), + (0, 0), + (0, 0), + (0, 176), + (0, 277), + (0, 975), + (0, 276), + (0, 44), + (0, 81), + (0, 18), + (0, 292), + (0, 2), + (0, 81), + (0, 301), + (0, 951), + (0, 10), + (0, 2), + (0, 10), + (0, 5), + (0, 63), + (0, 348), + (0, 82), + (0, 0), + (0, 661), + (0, 176), + (0, 207), + (0, 7), + (0, 0), + (0, 85), + (0, 1202), + (0, 29), + (0, 100), + (0, 1), + (0, 0), + (0, 0), + (0, 0), + (0, 83), + (0, 35), + (0, 5), + (0, 256), + (0, 856), + (0, 14), + (0, 899), + (0, 2), + (0, 4), + (0, 0), + (0, 234), + (0, 508), + (0, 23), + (0, 59), + (0, 457), + (0, 1), + (0, 185), + (0, 0), + (0, 4), + (0, 25), + (0, 1), + (0, 6), + (0, 0), + (0, 454), + (0, 232), + (0, 15), + (0, 212), + (0, 31), + (0, 2), + (0, 38), + (0, 58), + (0, 54), + (0, 117), + (0, 78), + (0, 33), + (0, 18), + (0, 16), + (0, 0), + (0, 0), + (0, 424), + (0, 0), + (0, 378), + (0, 2), + (0, 218), + (0, 283), + (0, 106), + (0, 20), + (0, 3), + (0, 11), + (0, 83), + (0, 614), + (0, 4), + (0, 21), + (0, 2), + (0, 752), + (0, 1), + (0, 184), + (0, 3), + (0, 23), + (0, 10), + (0, 317), + (0, 53), + (0, 17), + (0, 0), + (0, 218), + (0, 1), + (0, 21), + (0, 18), + (0, 297), + (0, 972), + (0, 1199), + (0, 3256), + (0, 8), + (0, 253), + (0, 179), + (0, 4), + (0, 17), + (0, 10), + (0, 3), + (0, 545), + (0, 339), + (0, 388), + (0, 1), + (0, 0), + (0, 11), + (0, 57), + (0, 159), + (0, 134), + (0, 0), + (0, 343), + (0, 1), + (0, 920), + (0, 0), + (0, 382), + (0, 625), + (0, 91), + (0, 57), + (0, 1189), + (0, 2), + (0, 2), + (0, 203), + (0, 325), + (0, 22), + (0, 1), + (0, 0), + (0, 0), + (0, 3), + (0, 7), + (0, 183), + (0, 1), + (0, 48), + (0, 723), + (0, 11), + (0, 29), + (0, 12), + (0, 0), + (0, 0), + (0, 130), + (0, 119), + (0, 6), + (0, 428), + (0, 42), + (0, 0), + (0, 467), + (0, 69), + (0, 17), + (0, 20), + (0, 0), + (0, 4), + (0, 4), + (0, 2), + (0, 3), + (0, 176), + (0, 362), + (0, 0), + (0, 54), + (0, 127), + (0, 3), + (0, 3188), + (0, 10), + (0, 78), + (0, 118), + (0, 17), + (0, 319), + (0, 73), + (0, 0), + (0, 156), + (0, 104), + (0, 19), + (0, 4), + (0, 0), + (0, 269), + (0, 19), + (0, 578), + (0, 90), + (0, 23), + (0, 25), + (0, 20), + (0, 1), + (0, 413), + (0, 10), + (0, 60), + (0, 8), + (0, 81), + (0, 20), + (0, 4), + (0, 0), + (0, 246), + (0, 679), + (0, 10), + (0, 378), + (0, 53), + (0, 997), + (0, 0), + (0, 0), + (0, 7), + (0, 311), + (0, 7), + (0, 28), + (0, 371), + (0, 2528), + (0, 8), + (0, 95), + (0, 34), + (0, 43), + (0, 113), + (0, 325), + (0, 1314), + (0, 13), + (0, 1), + (0, 616), + (0, 835), + (0, 27), + (0, 497), + (0, 61), + (0, 47), + (0, 0), + (0, 222), + (0, 44), + (0, 336), + (0, 286), + (0, 29), + (0, 850), + (0, 12), + (0, 134), + (0, 62), + (0, 553), + (0, 2), + (0, 741), + (0, 0), + (0, 2832), + (0, 234), + (0, 77), + (0, 8), + (0, 1), + (0, 1), + (0, 746), + (0, 1), + (0, 17), + (0, 771), + (0, 2168), + (0, 311), + (0, 2), + (0, 1025), + (0, 1), + (0, 7), + (0, 148), + (0, 4), + (0, 19), + (0, 33), + (0, 998), + (0, 1), + (0, 1), + (0, 1207), + (0, 561), + (0, 25), + (0, 28), + (0, 43), + (0, 814), + (0, 0), + (0, 182), + (0, 1), + (0, 1075), + (0, 778), + (0, 237), + (0, 6), + (0, 14), + (0, 20), + (0, 1), + (0, 47), + (0, 939), + (0, 523), + (0, 3), + (0, 2), + (0, 7), + (0, 823), + (0, 34), + (0, 0), + (0, 183), + (0, 52), + (0, 9), + (0, 228), + (0, 68), + (0, 0), + (0, 2), + (0, 515), + (0, 0), + (0, 47), + (0, 75), + (0, 85), + (0, 1), + (0, 454), + (0, 0), + (0, 97), + (0, 1365), + (0, 41), + (0, 276), + (0, 1), + (0, 346), + (0, 387), + (0, 49), + (0, 48), + (0, 3222), + (0, 52), + (0, 21), + (0, 1950), + (0, 3), + (0, 242), + (0, 308), + (0, 10), + (0, 12), + (0, 588), + (0, 74), + (0, 30), + (0, 734), + (0, 34), + (0, 13), + (0, 58), + (0, 7), + (0, 4), + (0, 124), + (0, 14), + (0, 607), + (0, 1), + (0, 439), + (0, 78), + (0, 341), + (0, 378), + (0, 0), + (0, 28), + (0, 3), + (0, 133), + (0, 65), + (0, 0), + (0, 137), + (0, 84), + (0, 59), + (0, 800), + (0, 0), + (0, 24), + (0, 3), + (0, 608), + (0, 90), + (0, 10), + (0, 9), + (0, 3), + (0, 23), + (0, 728), + (0, 2), + (0, 101), + (0, 1568), + (0, 93), + (0, 83), + (0, 4), + (0, 111), + (0, 73), + (0, 225), + (0, 39), + (0, 65), + (0, 32), + (0, 3), + (0, 435), + (0, 33), + (0, 553), + (0, 974), + (0, 295), + (0, 2), + (0, 177), + (0, 3), + (0, 0), + (0, 10), + (0, 8), + (0, 16), + (0, 36), + (0, 15), + (0, 126), + (0, 363), + (0, 72), + (0, 10), + (0, 5), + (0, 8), + (0, 85), + (0, 921), + (0, 9), + (0, 89), + (0, 1), + (0, 10), + (0, 1410), + (0, 3), + (0, 932), + (0, 1), + (0, 2307), + (0, 14), + (0, 2), + (0, 5), + (0, 0), + (0, 6), + (0, 1280), + (0, 7), + (0, 84), + (0, 619), + (0, 0), + (0, 117), + (0, 141), + (0, 2), + (0, 103), + (0, 221), + (0, 799), + (0, 426), + (0, 251), + (0, 12), + (0, 3), + (0, 295), + (0, 491), + (0, 1222), + (0, 0), + (0, 16), + (0, 428), + (0, 253), + (0, 1), + (0, 32), + (0, 7), + (0, 0), + (0, 1), + (0, 26), + (0, 1), + (0, 165), + (0, 80), + (0, 234), + (0, 3), + (0, 0), + (0, 96), + (0, 18), + (0, 450), + (0, 138), + (0, 291), + (0, 1011), + (0, 5), + (0, 2), + (0, 1), + (0, 2), + (0, 23), + (0, 0), + (0, 36), + (0, 366), + (0, 0), + (0, 63), + (0, 310), + (0, 11), + (0, 25), + (0, 45), + (0, 113), + (0, 0), + (0, 529), + (0, 25), + (0, 1), + (0, 143), + (0, 2), + (0, 47), + (0, 53), + (0, 5), + (0, 400), + (0, 273), + (0, 920), + (0, 2), + (0, 783), + (0, 0), + (0, 281), + (0, 31), + (0, 0), + (0, 10), + (0, 51), + (0, 583), + (0, 1), + (0, 157), + (0, 122), + (0, 33), + (0, 8), + (0, 54), + (0, 2), + (0, 132), + (0, 109), + (0, 7), + (0, 19), + (0, 2), + (0, 315), + (0, 46), + (0, 2), + (0, 82), + (0, 0), + (0, 13), + (0, 77), + (0, 1050), + (0, 128), + (0, 1437), + (0, 0), + (0, 3), + (0, 0), + (0, 2062), + (0, 2018), + (0, 715), + (0, 753), + (0, 249), + (0, 10), + (0, 0), + (0, 2204), + (0, 194), + (0, 35), + (0, 601), + (0, 4), + (0, 7), + (0, 426), + (0, 0), + (0, 1), + (0, 9), + (0, 0), + (0, 331), + (0, 15), + (0, 6), + (0, 0), + (0, 1), + (0, 52), + (0, 535), + (0, 0), + (0, 5), + (0, 2158), + (0, 8), + (0, 0), + (0, 340), + (0, 1), + (0, 73), + (0, 336), + (0, 737), + (0, 75), + (0, 244), + (0, 213), + (0, 1659), + (0, 35), + (0, 0), + (0, 40), + (0, 16), + (0, 118), + (0, 7), + (0, 71), + (0, 51), + (0, 2), + (0, 34), + (0, 39), + (0, 4), + (0, 248), + (0, 31), + (0, 1801), + (0, 1), + (0, 851), + (0, 647), + (0, 22), + (0, 355), + (0, 2428), + (0, 3), + (0, 3), + (0, 2), + (0, 174), + (0, 113), + (0, 398), + (0, 0), + (0, 2), + (0, 142), + (0, 0), + (0, 78), + (0, 0), + (0, 231), + (0, 294), + (0, 4), + (0, 346), + (0, 363), + (0, 13), + (0, 67), + (0, 66), + (0, 21), + (0, 303), + (0, 340), + (0, 0), + (0, 0), + (0, 34), + (0, 620), + (0, 128), + (0, 404), + (0, 7), + (0, 10), + (0, 239), + (0, 373), + (0, 1253), + (0, 33), + (0, 3), + (0, 72), + (0, 0), + (0, 409), + (0, 3), + (0, 1), + (0, 34), + (0, 554), + (0, 54), + (0, 0), + (0, 1), + (0, 39), + (0, 214), + (0, 4), + (0, 396), + (0, 39), + (0, 2284), + (0, 10), + (0, 0), + (0, 3), + (0, 2), + (0, 27), + (0, 229), + (0, 104), + (0, 32), + (0, 14), + (0, 24), + (0, 115), + (0, 15), + (0, 0), + (0, 17), + (0, 193), + (0, 3), + (0, 582), + (0, 311), + (0, 695), + (0, 7), + (0, 84), + (0, 9), + (0, 57), + (0, 0), + (0, 2), + (0, 259), + (0, 3), + (0, 58), + (0, 1408), + (0, 257), + (0, 1), + (0, 10), + (0, 327), + (0, 6), + (0, 343), + (0, 7), + (0, 1), + (0, 0), + (0, 2272), + (0, 7), + (0, 668), + (0, 206), + (0, 3), + (0, 3), + (0, 20), + (0, 3), + (0, 11), + (0, 26), + (0, 1), + (0, 44), + (0, 68), + (0, 191), + (0, 1), + (0, 358), + (0, 52), + (0, 224), + (0, 47), + (0, 18), + (0, 326), + (0, 125), + (0, 0), + (0, 0), + (0, 0), + (0, 16), + (0, 2), + (0, 1095), + (0, 182), + (0, 3), + (0, 75), + (0, 1), + (0, 55), + (0, 431), + (0, 850), + (0, 109), + (0, 88), + (0, 815), + (0, 0), + (0, 589), + (0, 913), + (0, 0), + (0, 592), + (0, 1), + (0, 0), + (0, 29), + (0, 1210), + (0, 46), + (0, 5), + (0, 4261), + (0, 222), + (0, 638), + (0, 149), + (0, 230), + (0, 1118), + (0, 175), + (0, 2), + (0, 1), + (0, 5), + (0, 48), + (0, 19), + (0, 0), + (0, 36), + (0, 15), + (0, 0), + (0, 3), + (0, 726), + (0, 220), + (0, 22), + (0, 24), + (0, 1318), + (0, 18), + (0, 1085), + (0, 115), + (0, 644), + (0, 1842), + (0, 9), + (0, 76), + (0, 2431), + (0, 248), + (0, 0), + (0, 171), + (0, 77), + (0, 28), + (0, 129), + (0, 1841), + (0, 1), + (0, 2082), + (0, 172), + (0, 7), + (0, 62), + (0, 961), + (0, 303), + (0, 38), + (0, 223), + (0, 341), + (0, 97), + (0, 25), + (0, 93), + (0, 193), + (0, 649), + (0, 66), + (0, 542), + (0, 21), + (0, 323), + (0, 0), + (0, 4), + (0, 1355), + (0, 66), + (0, 1115), + (0, 771), + (0, 24), + (0, 1305), + (0, 1597), + (0, 6), + (0, 102), + (0, 9), + (0, 1), + (0, 1), + (0, 6), + (0, 227), + (0, 0), + (0, 219), + (0, 23), + (0, 7), + (0, 8), + (0, 748), + (0, 0), + (0, 189), + (0, 1965), + (0, 244), + (0, 483), + (0, 239), + (0, 971), + (0, 229), + (0, 160), + (0, 0), + (0, 1167), + (0, 417), + (0, 48), + (0, 4), + (0, 341), + (0, 157), + (0, 4), + (0, 639), + (0, 1400), + (0, 1), + (0, 424), + (0, 1), + (0, 32), + (0, 18), + (0, 603), + (0, 273), + (0, 12), + (0, 27), + (0, 358), + (0, 13), + (0, 206), + (0, 22), + (0, 32), + (0, 0), + (0, 407), + (0, 1170), + (0, 20), + (0, 11), + (0, 0), + (0, 47), + (0, 16), + (0, 172), + (0, 517), + (0, 463), + (0, 231), + (0, 814), + (0, 858), + (0, 6), + (0, 69), + (0, 0), + (0, 77), + (0, 1839), + (0, 8), + (0, 595), + (0, 1177), + (0, 3213), + (0, 18), + (0, 229), + (0, 19), + (0, 36), + (0, 202), + (0, 4), + (0, 1366), + (0, 293), + (0, 49), + (0, 75), + (0, 15), + (0, 335), + (0, 26), + (0, 1), + (0, 0), + (0, 8), + (0, 335), + (0, 391), + (0, 14), + (0, 567), + (0, 1), + (0, 177), + (0, 983), + (0, 229), + (0, 61), + (0, 3), + (0, 179), + (0, 7), + (0, 1942), + (0, 1770), + (0, 461), + (0, 54), + (0, 119), + (0, 1), + (0, 1), + (0, 733), + (0, 5), + (0, 26), + (0, 38), + (0, 0), + (0, 368), + (0, 13), + (0, 3), + (0, 0), + (0, 55), + (0, 2), + (0, 4), + (0, 14), + (0, 329), + (0, 420), + (0, 27), + (0, 37), + (0, 2), + (0, 1), + (0, 24), + (0, 521), + (0, 212), + (0, 1390), + (0, 19), + (0, 4), + (0, 11), + (0, 437), + (0, 2), + (0, 642), + (0, 207), + (0, 2137), + (0, 3), + (0, 2), + (0, 85), + (0, 3), + (0, 161), + (0, 368), + (0, 314), + (0, 915), + (0, 1), + (0, 76), + (0, 186), + (0, 147), + (0, 82), + (0, 0), + (0, 14), + (0, 0), + (0, 929), + (0, 20), + (0, 149), + (0, 223), + (0, 18), + (0, 0), + (0, 248), + (0, 549), + (0, 30), + (0, 3), + (0, 0), + (0, 57), + (0, 170), + (0, 11), + (0, 12), + (0, 27), + (0, 1876), + (0, 13), + (0, 299), + (0, 258), + (0, 0), + (0, 3), + (0, 8), + (0, 54), + (0, 327), + (0, 171), + (0, 0), + (0, 24), + (0, 0), + (0, 94), + (0, 908), + (0, 3), + (0, 6), + (0, 574), + (0, 9), + (0, 33), + (0, 899), + (0, 52), + (0, 25), + (0, 546), + (0, 92), + (0, 2), + (0, 22), + (0, 103), + (0, 40), + (0, 0), + (0, 229), + (0, 11), + (0, 3496), + (0, 9), + (0, 5), + (0, 51), + (0, 22), + (0, 3), + (0, 68), + (0, 557), + (0, 56), + (0, 133), + (0, 35), + (0, 37), + (0, 16), + (0, 42), + (0, 0), + (0, 192), + (0, 3), + (0, 16), + (0, 102), + (0, 71), + (0, 524), + (0, 146), + (0, 699), + (0, 42), + (0, 39), + (0, 339), + (0, 10), + (0, 12), + (0, 1), + (0, 163), + (0, 124), + (0, 52), + (0, 5), + (0, 10), + (0, 51), + (0, 8), + (0, 35), + (0, 5), + (0, 273), + (0, 2), + (0, 2197), + (0, 1751), + (0, 516), + (0, 15), + (0, 56), + (0, 46), + (0, 782), + (0, 185), + (0, 11), + (0, 0), + (0, 229), + (0, 4), + (0, 1), + (0, 132), + (0, 134), + (0, 1), + (0, 1329), + (0, 162), + (0, 1), + (0, 12), + (0, 87), + (0, 30), + (0, 0), + (0, 750), + (0, 1), + (0, 472), + (0, 33), + (0, 83), + (0, 107), + (0, 1868), + (0, 14), + (0, 238), + (0, 82), + (0, 192), + (0, 19), + (0, 1), + (0, 13), + (0, 75), + (0, 122), + (0, 48), + (0, 194), + (0, 320), + (0, 46), + (0, 783), + (0, 0), + (0, 695), + (0, 1), + (0, 1), + (0, 0), + (0, 137), + (0, 15), + (0, 1), + (0, 2), + (0, 88), + (0, 157), + (0, 44), + (0, 335), + (0, 22), + (0, 544), + (0, 3), + (0, 54), + (0, 233), + (0, 27), + (0, 198), + (0, 57), + (0, 363), + (0, 26), + (0, 1721), + (0, 28), + (0, 44), + (0, 3), + (0, 4), + (0, 118), + (0, 141), + (0, 1229), + (0, 65), + (0, 1138), + (0, 89), + (0, 399), + (0, 2), + (0, 368), + (0, 3), + (0, 9), + (0, 337), + (0, 91), + (0, 4), + (0, 352), + (0, 203), + (0, 1), + (0, 1), + (0, 29), + (0, 4), + (0, 1), + (0, 38), + (0, 9), + (0, 160), + (0, 534), + (0, 1), + (0, 29), + (0, 2), + (0, 773), + (0, 134), + (0, 146), + (0, 20), + (0, 221), + (0, 738), + (0, 3), + (0, 167), + (0, 2), + (0, 32), + (0, 246), + (0, 42), + (0, 487), + (0, 221), + (0, 0), + (0, 160), + (0, 730), + (0, 0), + (0, 3), + (0, 398), + (0, 7), + (0, 95), + (0, 68), + (0, 0), + (0, 26), + (0, 1895), + (0, 8), + (0, 877), + (0, 734), + (0, 2), + (0, 111), + (0, 2), + (0, 4), + (0, 6), + (0, 458), + (0, 0), + (0, 975), + (0, 1), + (0, 10), + (0, 0), + (0, 112), + (0, 17), + (0, 69), + (0, 177), + (0, 18), + (0, 1), + (0, 28), + (0, 575), + (0, 11), + (0, 414), + (0, 198), + (0, 37), + (0, 14), + (0, 12), + (0, 59), + (0, 0), + (0, 213), + (0, 79), + (0, 11), + (0, 3), + (0, 23), + (0, 11), + (0, 2490), + (0, 11), + (0, 83), + (0, 32), + (0, 411), + (0, 749), + (0, 898), + (0, 0), + (0, 463), + (0, 8), + (0, 462), + (0, 1254), + (0, 44), + (0, 0), + (0, 1755), + (0, 156), + (0, 606), + (0, 283), + (0, 383), + (0, 2), + (0, 8), + (0, 63), + (0, 1751), + (0, 62), + (0, 214), + (0, 25), + (0, 78), + (0, 986), + (0, 135), + (0, 27), + (0, 8), + (0, 11), + (0, 526), + (0, 7), + (0, 43), + (0, 9), + (0, 85), + (0, 69), + (0, 104), + (0, 29), + (0, 70), + (0, 221), + (0, 404), + (0, 15), + (0, 8), + (0, 355), + (0, 1), + (0, 455), + (0, 60), + (0, 0), + (0, 104), + (0, 4), + (0, 428), + (0, 17), + (0, 1955), + (0, 404), + (0, 0), + (0, 173), + (0, 15), + (0, 17), + (0, 46), + (0, 0), + (0, 1200), + (0, 2), + (0, 113), + (0, 336), + (0, 0), + (0, 159), + (0, 39), + (0, 497), + (0, 0), + (0, 497), + (0, 4), + (0, 18), + (0, 1108), + (0, 628), + (0, 596), + (0, 1327), + (0, 172), + (0, 30), + (0, 66), + (0, 29), + (0, 0), + (0, 62), + (0, 6), + (0, 1004), + (0, 719), + (0, 181), + (0, 262), + (0, 1), + (0, 7), + (0, 281), + (0, 83), + (0, 121), + (0, 510), + (0, 127), + (0, 868), + (0, 281), + (0, 53), + (0, 1617), + (0, 3), + (0, 7), + (0, 34), + (0, 8), + (0, 0), + (0, 2), + (0, 3), + (0, 30), + (0, 1), + (0, 623), + (0, 73), + (0, 374), + (0, 28), + (0, 68), + (0, 17), + (0, 1819), + (0, 1), + (0, 620), + (0, 43), + (0, 3130), + (0, 39), + (0, 262), + (0, 10), + (0, 559), + (0, 1180), + (0, 0), + (0, 2), + (0, 2), + (0, 25), + (0, 97), + (0, 4488), + (0, 248), + (0, 153), + (0, 1626), + (0, 698), + (0, 76), + (0, 21), + (0, 2), + (0, 172), + (0, 2), + (0, 4), + (0, 16), + (0, 2), + (0, 40), + (0, 6), + (0, 13), + (0, 260), + (0, 409), + (0, 645), + (0, 22), + (0, 55), + (0, 49), + (0, 11), + (0, 296), + (0, 6), + (0, 240), + (0, 116), + (0, 100), + (0, 109), + (0, 94), + (0, 11), + (0, 5), + (0, 3639), + (0, 52), + (0, 414), + (0, 3), + (0, 66), + (0, 883), + (0, 118), + (0, 0), + (0, 7), + (0, 7), + (0, 25), + (0, 92), + (0, 5), + (0, 13), + (0, 538), + (0, 1), + (0, 25), + (0, 131), + (0, 0), + (0, 59), + (0, 0), + (0, 24), + (0, 1531), + (0, 4), + (0, 650), + (0, 2), + (0, 91), + (0, 247), + (0, 220), + (0, 471), + (0, 31), + (0, 193), + (0, 66), + (0, 73), + (0, 29), + (0, 16), + (0, 507), + (0, 11), + (0, 461), + (0, 19), + (0, 147), + (0, 0), + (0, 17), + (0, 315), + (0, 3), + (0, 44), + (0, 89), + (0, 552), + (0, 102), + (0, 55), + (0, 548), + (0, 25), + (0, 3), + (0, 650), + (0, 57), + (0, 601), + (0, 48), + (0, 822), + (0, 237), + (0, 131), + (0, 342), + (0, 11), + (0, 16), + (0, 8), + (0, 210), + (0, 18), + (0, 16), + (0, 18), + (0, 8), + (0, 683), + (0, 323), + (0, 0), + (0, 638), + (0, 2), + (0, 37), + (0, 35), + (0, 5), + (0, 11), + (0, 380), + (0, 0), + (0, 9), + (0, 2202), + (0, 2375), + (0, 260), + (0, 257), + (0, 62), + (0, 0), + (0, 57), + (0, 434), + (0, 22), + (0, 77), + (0, 323), + (0, 1206), + (0, 143), + (0, 160), + (0, 481), + (0, 331), + (0, 36), + (0, 81), + (0, 12), + (0, 1), + (0, 119), + (0, 0), + (0, 6), + (0, 1066), + (0, 10), + (0, 10), + (0, 23), + (0, 6495), + (0, 0), + (0, 99), + (0, 501), + (0, 768), + (0, 0), + (0, 39), + (0, 0), + (0, 254), + (0, 4), + (0, 0), + (0, 5), + (0, 1056), + (0, 0), + (0, 2), + (0, 19), + (0, 50), + (0, 751), + (0, 2), + (0, 18), + (0, 7), + (0, 11), + (0, 7), + (0, 29), + (0, 1), + (0, 1222), + (0, 1414), + (0, 270), + (0, 80), + (0, 9), + (0, 6), + (0, 4), + (0, 1), + (0, 2310), + (0, 6), + (0, 1526), + (0, 242), + (0, 0), + (0, 492), + (0, 20), + (0, 17), + (0, 92), + (0, 4), + (0, 2), + (0, 0), + (0, 32), + (0, 2), + (0, 0), + (0, 119), + (0, 925), + (0, 406), + (0, 109), + (0, 132), + (0, 9), + (0, 8), + (0, 1367), + (0, 40), + (0, 2), + (0, 330), + (0, 5), + (0, 223), + (0, 2217), + (0, 452), + (0, 0), + (0, 348), + (0, 137), + (0, 371), + (0, 236), + (0, 24), + (0, 14), + (0, 4), + (0, 1), + (0, 140), + (0, 0), + (0, 0), + (0, 160), + (0, 2172), + (0, 1), + (0, 294), + (0, 1465), + (0, 82), + (0, 1), + (0, 2604), + (0, 8), + (0, 7), + (0, 2), + (0, 91), + (0, 60), + (0, 4), + (0, 201), + (0, 20), + (0, 309), + (0, 59), + (0, 280), + (0, 38), + (0, 5), + (0, 315), + (0, 105), + (0, 49), + (0, 162), + (0, 599), + (0, 22), + (0, 3607), + (0, 235), + (0, 287), + (0, 499), + (0, 2), + (0, 0), + (0, 62), + (0, 4), + (0, 525), + (0, 20), + (0, 1), + (0, 0), + (0, 1), + (0, 0), + (0, 20), + (0, 357), + (0, 7), + (0, 105), + (0, 25), + (0, 17), + (0, 33), + (0, 32), + (0, 3), + (0, 146), + (0, 13), + (0, 51), + (0, 386), + (0, 9), + (0, 0), + (0, 90), + (0, 1017), + (0, 182), + (0, 95), + (0, 8), + (0, 123), + (0, 18), + (0, 12), + (0, 0), + (0, 148), + (0, 176), + (0, 503), + (0, 68), + (0, 15), + (0, 4), + (0, 285), + (0, 21), + (0, 5), + (0, 346), + (0, 1), + (0, 20), + (0, 62), + (0, 258), + (0, 159), + (0, 197), + (0, 62), + (0, 26), + (0, 263), + (0, 0), + (0, 24), + (0, 17), + (0, 21), + (0, 19), + (0, 33), + (0, 81), + (0, 25), + (0, 21), + (0, 10), + (0, 1), + (0, 130), + (0, 0), + (0, 13), + (0, 311), + (0, 274), + (0, 7), + (0, 387), + (0, 0), + (0, 12), + (0, 1), + (0, 297), + (0, 838), + (0, 78), + (0, 45), + (0, 567), + (0, 1066), + (0, 7), + (0, 861), + (0, 1), + (0, 1), + (0, 1), + (0, 169), + (0, 10), + (0, 9), + (0, 661), + (0, 2), + (0, 1), + (0, 182), + (0, 3), + (0, 53), + (0, 77), + (0, 921), + (0, 539), + (0, 742), + (0, 35), + (0, 209), + (0, 0), + (0, 221), + (0, 4), + (0, 1), + (0, 16), + (0, 13), + (0, 1), + (0, 5), + (0, 4), + (0, 5678), + (0, 227), + (0, 146), + (0, 257), + (0, 2), + (0, 1), + (0, 64), + (0, 342), + (0, 0), + (0, 0), + (0, 593), + (0, 1656), + (0, 85), + (0, 566), + (0, 8), + (0, 10), + (0, 822), + (0, 274), + (0, 21), + (0, 483), + (0, 71), + (0, 18), + (0, 92), + (0, 231), + (0, 0), + (0, 975), + (0, 26), + (0, 85), + (0, 43), + (0, 39), + (0, 7), + (0, 38), + (0, 56), + (0, 5), + (0, 181), + (0, 4), + (0, 2036), + (0, 17), + (0, 30), + (0, 21), + (0, 174), + (0, 26), + (0, 569), + (0, 484), + (0, 554), + (0, 40), + (0, 2), + (0, 567), + (0, 2), + (0, 41), + (0, 14), + (0, 749), + (0, 387), + (0, 3), + (0, 1598), + (0, 8), + (0, 418), + (0, 202), + (0, 484), + (0, 1), + (0, 5), + (0, 57), + (0, 782), + (0, 109), + (0, 107), + (0, 37), + (0, 0), + (0, 44), + (0, 30), + (0, 1), + (0, 498), + (0, 5), + (0, 15), + (0, 343), + (0, 22), + (0, 1199), + (0, 75), + (0, 708), + (0, 0), + (0, 210), + (0, 462), + (0, 8), + (0, 20), + (0, 189), + (0, 3), + (0, 297), + (0, 296), + (0, 450), + (0, 28), + (0, 10), + (0, 21), + (0, 350), + (0, 19), + (0, 124), + (0, 3), + (0, 0), + (0, 22), + (0, 208), + (0, 60), + (0, 0), + (0, 41), + (0, 37), + (0, 1554), + (0, 126), + (0, 30), + (0, 5), + (0, 8), + (0, 0), + (0, 37), + (0, 12), + (0, 2), + (0, 343), + (0, 74), + (0, 291), + (0, 100), + (0, 0), + (0, 22), + (0, 1122), + (0, 636), + (0, 0), + (0, 16), + (0, 5), + (0, 2), + (0, 98), + (0, 5), + (0, 1799), + (0, 248), + (0, 118), + (0, 76), + (0, 1317), + (0, 7), + (0, 483), + (0, 286), + (0, 1), + (0, 0), + (0, 38), + (0, 600), + (0, 1764), + (0, 85), + (0, 0), + (0, 85), + (0, 1552), + (0, 45), + (0, 110), + (0, 38), + (0, 33), + (0, 449), + (0, 919), + (0, 41), + (0, 6157), + (0, 1211), + (0, 33), + (0, 38), + (0, 55), + (0, 131), + (0, 0), + (0, 3), + (0, 114), + (0, 2515), + (0, 15), + (0, 1426), + (0, 1), + (0, 28), + (0, 11), + (0, 7), + (0, 550), + (0, 986), + (0, 89), + (0, 1), + (0, 108), + (0, 0), + (0, 29), + (0, 1224), + (0, 22), + (0, 16), + (0, 453), + (0, 345), + (0, 156), + (0, 31), + (0, 18), + (0, 1164), + (0, 433), + (0, 780), + (0, 0), + (0, 35), + (0, 1344), + (0, 34), + (0, 323), + (0, 108), + (0, 988), + (0, 24), + (0, 1), + (0, 0), + (0, 2), + (0, 11), + (0, 263), + (0, 83), + (0, 35), + (0, 81), + (0, 7), + (0, 1922), + (0, 2), + (0, 277), + (0, 25), + (0, 82), + (0, 148), + (0, 135), + (0, 3), + (0, 37), + (0, 308), + (0, 208), + (0, 3), + (0, 256), + (0, 1), + (0, 820), + (0, 19), + (0, 349), + (0, 26), + (0, 4), + (0, 136), + (0, 6), + (0, 15), + (0, 715), + (0, 5), + (0, 2343), + (0, 17), + (0, 1370), + (0, 5), + (0, 101), + (0, 700), + (0, 76), + (0, 59), + (0, 3), + (0, 29), + (0, 431), + (0, 0), + (0, 4), + (0, 2), + (0, 12), + (0, 93), + (0, 424), + (0, 60), + (0, 42), + (0, 189), + (0, 24), + (0, 48), + (0, 31), + (0, 781), + (0, 179), + (0, 1), + (0, 1203), + (0, 119), + (0, 596), + (0, 30), + (0, 71), + (0, 26), + (0, 52), + (0, 31), + (0, 375), + (0, 338), + (0, 0), + (0, 891), + (0, 43), + (0, 33), + (0, 6), + (0, 4999), + (0, 18), + (0, 449), + (0, 0), + (0, 5), + (0, 56), + (0, 3091), + (0, 20), + (0, 6), + (0, 238), + (0, 71), + (0, 12), + (0, 941), + (0, 2289), + (0, 14), + (0, 8), + (0, 2), + (0, 150), + (0, 6), + (0, 11), + (0, 0), + (0, 18), + (0, 3), + (0, 42), + (0, 555), + (0, 120), + (0, 1347), + (0, 1027), + (0, 2), + (0, 0), + (0, 156), + (0, 267), + (0, 5), + (0, 1611), + (0, 971), + (0, 49), + (0, 131), + (0, 57), + (0, 42), + (0, 920), + (0, 339), + (0, 55), + (0, 656), + (0, 209), + (0, 92), + (0, 174), + (0, 230), + (0, 143), + (0, 226), + (0, 2), + (0, 300), + (0, 535), + (0, 120), + (0, 27), + (0, 2), + (0, 154), + (0, 1127), + (0, 1287), + (0, 634), + (0, 284), + (0, 188), + (0, 52), + (0, 161), + (0, 0), + (0, 144), + (0, 0), + (0, 138), + (0, 27), + (0, 18), + (0, 11), + (0, 0), + (0, 843), + (0, 51), + (0, 8), + (0, 83), + (0, 6), + (0, 243), + (0, 752), + (0, 169), + (0, 3), + (0, 0), + (0, 919), + (0, 85), + (0, 0), + (0, 529), + (0, 282), + (0, 92), + (0, 55), + (0, 128), + (0, 10), + (0, 4), + (0, 91), + (0, 605), + (0, 53), + (0, 103), + (0, 1034), + (0, 198), + (0, 15), + (0, 0), + (0, 15), + (0, 365), + (0, 109), + (0, 88), + (0, 609), + (0, 135), + (0, 12), + (0, 7), + (0, 218), + (0, 6), + (0, 60), + (0, 2), + (0, 11), + (0, 92), + (0, 28), + (0, 207), + (0, 2), + (0, 205), + (0, 449), + (0, 251), + (0, 5), + (0, 147), + (0, 3), + (0, 303), + (0, 1), + (0, 468), + (0, 182), + (0, 57), + (0, 50), + (0, 214), + (0, 304), + (0, 268), + (0, 1), + (0, 0), + (0, 2080), + (0, 72), + (0, 68), + (0, 1063), + (0, 0), + (0, 1), + (0, 6), + (0, 706), + (0, 1172), + (0, 91), + (0, 101), + (0, 3), + (0, 195), + (0, 2), + (0, 466), + (0, 77), + (0, 200), + (0, 14), + (0, 49), + (0, 0), + (0, 263), + (0, 951), + (0, 1929), + (0, 3), + (0, 112), + (0, 162), + (0, 395), + (0, 172), + (0, 149), + (0, 41), + (0, 0), + (0, 24), + (0, 0), + (0, 3), + (0, 59), + (0, 1), + (0, 202), + (0, 0), + (0, 0), + (0, 164), + (0, 11), + (0, 119), + (0, 9), + (0, 293), + (0, 19), + (0, 87), + (0, 7), + (0, 64), + (0, 1146), + (0, 0), + (0, 9), + (0, 7), + (0, 274), + (0, 6), + (0, 398), + (0, 7), + (0, 3), + (0, 58), + (0, 9), + (0, 681), + (0, 2401), + (0, 0), + (0, 427), + (0, 12), + (0, 420), + (0, 17), + (0, 2), + (0, 0), + (0, 951), + (0, 1894), + (0, 74), + (0, 33), + (0, 495), + (0, 24), + (0, 405), + (0, 0), + (0, 253), + (0, 7), + (0, 21), + (0, 65), + (0, 142), + (0, 122), + (0, 52), + (0, 6), + (0, 1359), + (0, 1), + (0, 783), + (0, 71), + (0, 421), + (0, 3), + (0, 2801), + (0, 154), + (0, 1326), + (0, 258), + (0, 13), + (0, 0), + (0, 0), + (0, 10), + (0, 179), + (0, 22), + (0, 1687), + (0, 41), + (0, 35), + (0, 4), + (0, 12), + (0, 1), + (0, 53), + (0, 183), + (0, 1405), + (0, 3), + (0, 30), + (0, 40), + (0, 17), + (0, 2), + (0, 889), + (0, 27), + (0, 144), + (0, 18), + (0, 7), + (0, 0), + (0, 7), + (0, 79), + (0, 250), + (0, 156), + (0, 84), + (0, 1126), + (0, 495), + (0, 201), + (0, 19), + (0, 87), + (0, 290), + (0, 1), + (0, 167), + (0, 336), + (0, 5), + (0, 239), + (0, 23), + (0, 125), + (0, 7), + (0, 572), + (0, 2103), + (0, 326), + (0, 2), + (0, 18), + (0, 978), + (0, 1671), + (0, 55), + (0, 38), + (0, 0), + (0, 118), + (0, 7), + (0, 1), + (0, 28), + (0, 2), + (0, 0), + (0, 15), + (0, 32), + (0, 510), + (0, 888), + (0, 449), + (0, 15), + (0, 581), + (0, 120), + (0, 375), + (0, 135), + (0, 16), + (0, 0), + (0, 13), + (0, 175), + (0, 54), + (0, 273), + (0, 99), + (0, 342), + (0, 11), + (0, 1), + (0, 3), + (0, 110), + (0, 249), + (0, 1819), + (0, 145), + (0, 101), + (0, 2), + (0, 702), + (0, 793), + (0, 23), + (0, 12), + (0, 133), + (0, 401), + (0, 1252), + (0, 97), + (0, 10), + (0, 16), + (0, 40), + (0, 617), + (0, 11), + (0, 154), + (0, 96), + (0, 0), + (0, 1), + (0, 8), + (0, 3), + (0, 20), + (0, 200), + (0, 85), + (0, 368), + (0, 287), + (0, 730), + (0, 4), + (0, 1), + (0, 70), + (0, 13), + (0, 5), + (0, 750), + (0, 988), + (0, 42), + (0, 478), + (0, 17), + (0, 7), + (0, 2957), + (0, 1129), + (0, 26), + (0, 222), + (0, 313), + (0, 0), + (0, 100), + (0, 3), + (0, 0), + (0, 1), + (0, 14), + (0, 12), + (0, 621), + (0, 921), + (0, 6), + (0, 22), + (0, 2627), + (0, 70), + (0, 16), + (0, 1846), + (0, 1555), + (0, 100), + (0, 118), + (0, 49), + (0, 40), + (0, 6), + (0, 116), + (0, 103), + (0, 2), + (0, 0), + (0, 21), + (0, 3), + (0, 3771), + (0, 4849), + (0, 83), + (0, 117), + (0, 7), + (0, 53), + (0, 193), + (0, 13), + (0, 7), + (0, 2), + (0, 29), + (0, 93), + (0, 776), + (0, 2), + (0, 52), + (0, 1086), + (0, 34), + (0, 35), + (0, 172), + (0, 7), + (0, 8), + (0, 134), + (0, 59), + (0, 91), + (0, 18), + (0, 23), + (0, 8), + (0, 114), + (0, 317), + (0, 14), + (0, 191), + (0, 335), + (0, 253), + (0, 24), + (0, 280), + (0, 1396), + (0, 1133), + (0, 208), + (0, 1), + (0, 791), + (0, 0), + (0, 2410), + (0, 734), + (0, 59), + (0, 15), + (0, 116), + (0, 1127), + (0, 1012), + (0, 154), + (0, 490), + (0, 58), + (0, 285), + (0, 6), + (0, 2), + (0, 538), + (0, 54), + (0, 96), + (0, 371), + (0, 195), + (0, 0), + (0, 6), + (0, 255), + (0, 15), + (0, 71), + (0, 70), + (0, 35), + (0, 2), + (0, 26), + (0, 94), + (0, 161), + (0, 133), + (0, 1310), + (0, 559), + (0, 0), + (0, 5), + (0, 1629), + (0, 2), + (0, 29), + (0, 1027), + (0, 2), + (0, 2), + (0, 13), + (0, 676), + (0, 7), + (0, 123), + (0, 85), + (0, 1), + (0, 75), + (0, 1), + (0, 5), + (0, 862), + (0, 310), + (0, 1009), + (0, 1), + (0, 1097), + (0, 74), + (0, 148), + (0, 215), + (0, 98), + (0, 278), + (0, 698), + (0, 26), + (0, 5), + (0, 47), + (0, 1612), + (0, 887), + (0, 769), + (0, 20), + (0, 0), + (0, 2), + (0, 9), + (0, 14), + (0, 68), + (0, 0), + (0, 1320), + (0, 220), + (0, 1485), + (0, 10), + (0, 2), + (0, 166), + (0, 15), + (0, 1), + (0, 732), + (0, 33), + (0, 0), + (0, 737), + (0, 6), + (0, 709), + (0, 82), + (0, 646), + (0, 332), + (0, 15), + (0, 1234), + (0, 32), + (0, 15), + (0, 102), + (0, 95), + (0, 1719), + (0, 919), + (0, 5), + (0, 496), + (0, 239), + (0, 639), + (0, 10), + (0, 0), + (0, 23), + (0, 248), + (0, 2469), + (0, 18), + (0, 250), + (0, 4), + (0, 88), + (0, 1903), + (0, 20), + (0, 3), + (0, 54), + (0, 8), + (0, 43), + (0, 0), + (0, 0), + (0, 90), + (0, 5), + (0, 112), + (0, 68), + (0, 169), + (0, 24), + (0, 39), + (0, 16), + (0, 69), + (0, 668), + (0, 100), + (0, 8), + (0, 2848), + (0, 1051), + (0, 4), + (0, 180), + (0, 121), + (0, 38), + (0, 150), + (0, 7), + (0, 143), + (0, 3), + (0, 348), + (0, 2), + (0, 6), + (0, 959), + (0, 774), + (0, 98), + (0, 60), + (0, 152), + (0, 749), + (0, 1), + (0, 112), + (0, 10), + (0, 211), + (0, 274), + (0, 22), + (0, 5), + (0, 1364), + (0, 94), + (0, 50), + (0, 596), + (0, 6), + (0, 4), + (0, 917), + (0, 1), + (0, 3), + (0, 131), + (0, 136), + (0, 1136), + (0, 59), + (0, 117), + (0, 0), + (0, 206), + (0, 404), + (0, 1), + (0, 8), + (0, 65), + (0, 11), + (0, 5), + (0, 1098), + (0, 2), + (0, 143), + (0, 6), + (0, 223), + (0, 221), + (0, 806), + (0, 2), + (0, 6), + (0, 88), + (0, 175), + (0, 219), + (0, 29), + (0, 53), + (0, 0), + (0, 0), + (0, 158), + (0, 40), + (0, 9), + (0, 32), + (0, 602), + (0, 2), + (0, 1), + (0, 916), + (0, 4), + (0, 65), + (0, 2), + (0, 249), + (0, 65), + (0, 30), + (0, 12), + (0, 187), + (0, 2), + (0, 0), + (0, 619), + (0, 93), + (0, 167), + (0, 20), + (0, 192), + (0, 10), + (0, 14), + (0, 0), + (0, 122), + (0, 32), + (0, 257), + (0, 195), + (0, 1069), + (0, 6), + (0, 1), + (0, 706), + (0, 1356), + (0, 15), + (0, 0), + (0, 0), + (0, 0), + (0, 32), + (0, 1021), + (0, 9), + (0, 1530), + (0, 188), + (0, 8), + (0, 11), + (0, 81), + (0, 0), + (0, 61), + (0, 1507), + (0, 36), + (0, 1906), + (0, 191), + (0, 1), + (0, 159), + (0, 412), + (0, 0), + (0, 546), + (0, 2), + (0, 7), + (0, 17), + (0, 0), + (0, 70), + (0, 0), + (0, 1564), + (0, 43), + (0, 66), + (0, 58), + (0, 0), + (0, 243), + (0, 2), + (0, 24), + (0, 1), + (0, 519), + (0, 130), + (0, 26), + (0, 888), + (0, 18), + (0, 1422), + (0, 152), + (0, 134), + (0, 571), + (0, 351), + (0, 0), + (0, 3310), + (0, 1082), + (0, 1), + (0, 15), + (0, 10), + (0, 3109), + (0, 650), + (0, 599), + (0, 3855), + (0, 127), + (0, 771), + (0, 417), + (0, 4), + (0, 2), + (0, 119), + (0, 30), + (0, 0), + (0, 24), + (0, 4), + (0, 382), + (0, 45), + (0, 0), + (0, 195), + (0, 822), + (0, 6), + (0, 14), + (0, 459), + (0, 177), + (0, 0), + (0, 99), + (0, 215), + (0, 41), + (0, 27), + (0, 809), + (0, 13), + (0, 13), + (0, 152), + (0, 0), + (0, 32), + (0, 5), + (0, 817), + (0, 76), + (0, 9), + (0, 721), + (0, 4298), + (0, 255), + (0, 21), + (0, 640), + (0, 2811), + (0, 2), + (0, 311), + (0, 194), + (0, 9), + (0, 538), + (0, 125), + (0, 88), + (0, 2007), + (0, 409), + (0, 4), + (0, 17), + (0, 35), + (0, 1171), + (0, 3), + (0, 11), + (0, 2), + (0, 33), + (0, 452), + (0, 547), + (0, 0), + (0, 241), + (0, 125), + (0, 77), + (0, 1), + (0, 4), + (0, 15), + (0, 51), + (0, 13), + (0, 203), + (0, 93), + (0, 41), + (0, 3524), + (0, 2), + (0, 17), + (0, 142), + (0, 98), + (0, 13), + (0, 1048), + (0, 575), + (0, 1), + (0, 6), + (0, 3), + (0, 215), + (0, 14), + (0, 3), + (0, 6), + (0, 65), + (0, 7), + (0, 2), + (0, 44), + (0, 329), + (0, 1009), + (0, 0), + (0, 141), + (0, 11), + (0, 112), + (0, 824), + (0, 342), + (0, 203), + (0, 60), + (0, 0), + (0, 278), + (0, 5), + (0, 26), + (0, 7), + (0, 43), + (0, 28), + (0, 5), + (0, 1823), + (0, 2), + (0, 0), + (0, 0), + (0, 4), + (0, 3), + (0, 4), + (0, 4), + (0, 29), + (0, 501), + (0, 159), + (0, 37), + (0, 17), + (0, 41), + (0, 1056), + (0, 184), + (0, 12), + (0, 9), + (0, 7), + (0, 77), + (0, 103), + (0, 561), + (0, 612), + (0, 122), + (0, 3234), + (0, 2), + (0, 21), + (0, 1524), + (0, 100), + (0, 433), + (0, 99), + (0, 670), + (0, 0), + (0, 397), + (0, 367), + (0, 4584), + (0, 2), + (0, 335), + (0, 12), + (0, 2), + (0, 170), + (0, 0), + (0, 130), + (0, 0), + (0, 3), + (0, 66), + (0, 0), + (0, 228), + (0, 4), + (0, 2511), + (0, 976), + (0, 2), + (0, 3), + (0, 40), + (0, 7), + (0, 699), + (0, 33), + (0, 0), + (0, 21), + (0, 439), + (0, 35), + (0, 1), + (0, 70), + (0, 0), + (0, 0), + (0, 0), + (0, 1), + (0, 20), + (0, 95), + (0, 690), + (0, 565), + (0, 1326), + (0, 659), + (0, 435), + (0, 183), + (0, 479), + (0, 0), + (0, 8), + (0, 90), + (0, 55), + (0, 160), + (0, 20), + (0, 7), + (0, 16), + (0, 527), + (0, 10), + (0, 173), + (0, 8), + (0, 1), + (0, 814), + (0, 78), + (0, 21), + (0, 0), + (0, 2403), + (0, 0), + (0, 254), + (0, 2739), + (0, 98), + (0, 11), + (0, 11), + (0, 40), + (0, 52), + (0, 1205), + (0, 172), + (0, 16), + (0, 276), + (0, 196), + (0, 0), + (0, 31), + (0, 155), + (0, 390), + (0, 422), + (0, 14), + (0, 3), + (0, 14), + (0, 4), + (0, 96), + (0, 1), + (0, 6), + (0, 567), + (0, 135), + (0, 2192), + (0, 2749), + (0, 4), + (0, 3), + (0, 2), + (0, 7), + (0, 12), + (0, 9), + (0, 7), + (0, 31), + (0, 676), + (0, 2), + (0, 13), + (0, 27), + (0, 92), + (0, 824), + (0, 1098), + (0, 305), + (0, 1181), + (0, 8), + (0, 1), + (0, 0), + (0, 315), + (0, 2593), + (0, 1), + (0, 693), + (0, 41), + (0, 24), + (0, 1), + (0, 571), + (0, 56), + (0, 53), + (0, 1994), + (0, 143), + (0, 177), + (0, 467), + (0, 53), + (0, 4398), + (0, 369), + (0, 1), + (0, 50), + (0, 51), + (0, 440), + (0, 166), + (0, 1496), + (0, 0), + (0, 14), + (0, 0), + (0, 158), + (0, 53), + (0, 1), + (0, 4), + (0, 1168), + (0, 1), + (0, 5), + (0, 796), + (0, 99), + (0, 11), + (0, 19), + (0, 0), + (0, 620), + (0, 11), + (0, 1079), + (0, 1039), + (0, 6), + (0, 437), + (0, 46), + (0, 0), + (0, 0), + (0, 29), + (0, 8), + (0, 18), + (0, 9), + (0, 45), + (0, 0), + (0, 1917), + (0, 137), + (0, 56), + (0, 124), + (0, 24), + (0, 883), + (0, 109), + (0, 407), + (0, 388), + (0, 1569), + (0, 40), + (0, 4), + (0, 0), + (0, 1778), + (0, 1733), + (0, 98), + (0, 46), + (0, 14), + (0, 22), + (0, 441), + (0, 441), + (0, 26), + (0, 1589), + (0, 918), + (0, 26), + (0, 672), + (0, 0), + (0, 2160), + (0, 834), + (0, 3), + (0, 9), + (0, 289), + (0, 2092), + (0, 17), + (0, 148), + (0, 28), + (0, 1242), + (0, 29), + (0, 53), + (0, 4), + (0, 37), + (0, 96), + (0, 1348), + (0, 2), + (0, 71), + (0, 7), + (0, 0), + (0, 179), + (0, 189), + (0, 1), + (0, 24), + (0, 246), + (0, 121), + (0, 186), + (0, 39), + (0, 97), + (0, 24), + (0, 30), + (0, 40), + (0, 40), + (0, 106), + (0, 0), + (0, 29), + (0, 480), + (0, 642), + (0, 305), + (0, 1), + (0, 105), + (0, 27), + (0, 0), + (0, 3), + (0, 6), + (0, 1261), + (0, 5), + (0, 321), + (0, 865), + (0, 1), + (0, 2355), + (0, 2), + (0, 2), + (0, 3), + (0, 88), + (0, 2593), + (0, 0), + (0, 125), + (0, 291), + (0, 5), + (0, 383), + (0, 1151), + (0, 283), + (0, 181), + (0, 6), + (0, 108), + (0, 1272), + (0, 0), + (0, 252), + (0, 2844), + (0, 149), + (0, 694), + (0, 326), + (0, 1696), + (0, 7), + (0, 3), + (0, 225), + (0, 2), + (0, 1206), + (0, 7), + (0, 0), + (0, 7), + (0, 5), + (0, 333), + (0, 1), + (0, 80), + (0, 1963), + (0, 87), + (0, 35), + (0, 752), + (0, 7), + (0, 5), + (0, 158), + (0, 31), + (0, 861), + (0, 51), + (0, 0), + (0, 3), + (0, 2), + (0, 26), + (0, 1), + (0, 7), + (0, 12), + (0, 0), + (0, 804), + (0, 13), + (0, 459), + (0, 74), + (0, 614), + (0, 2789), + (0, 4), + (0, 0), + (0, 27), + (0, 402), + (0, 122), + (0, 12), + (0, 59), + (0, 86), + (0, 0), + (0, 68), + (0, 2), + (0, 260), + (0, 150), + (0, 14), + (0, 1), + (0, 2429), + (0, 74), + (0, 7), + (0, 261), + (0, 0), + (0, 469), + (0, 15), + (0, 1), + (0, 5), + (0, 352), + (0, 270), + (0, 166), + (0, 1), + (0, 0), + (0, 54), + (0, 6), + (0, 0), + (0, 20), + (0, 167), + (0, 4), + (0, 25), + (0, 195), + (0, 4), + (0, 5876), + (0, 1380), + (0, 7), + (0, 6), + (0, 21), + (0, 430), + (0, 1659), + (0, 138), + (0, 0), + (0, 2275), + (0, 2), + (0, 216), + (0, 259), + (0, 7), + (0, 33), + (0, 10), + (0, 0), + (0, 43), + (0, 12), + (0, 279), + (0, 86), + (0, 155), + (0, 0), + (0, 81), + (0, 1254), + (0, 9), + (0, 32), + (0, 84), + (0, 534), + (0, 65), + (0, 2584), + (0, 5), + (0, 162), + (0, 196), + (0, 16), + (0, 382), + (0, 1), + (0, 12), + (0, 3), + (0, 121), + (0, 27), + (0, 130), + (0, 53), + (0, 329), + (0, 29), + (0, 0), + (0, 3), + (0, 32), + (0, 15), + (0, 495), + (0, 4), + (0, 131), + (0, 377), + (0, 3), + (0, 53), + (0, 12), + (0, 1), + (0, 0), + (0, 65), + (0, 32), + (0, 3457), + (0, 0), + (0, 46), + (0, 2), + (0, 31), + (0, 135), + (0, 2060), + (0, 288), + (0, 7), + (0, 3124), + (0, 259), + (0, 6), + (0, 356), + (0, 73), + (0, 0), + (0, 277), + (0, 315), + (0, 2), + (0, 33), + (0, 1876), + (0, 180), + (0, 0), + (0, 5), + (0, 208), + (0, 3651), + (0, 0), + (0, 588), + (0, 4), + (0, 4), + (0, 364), + (0, 5), + (0, 84), + (0, 0), + (0, 1659), + (0, 112), + (0, 24), + (0, 1430), + (0, 3174), + (0, 37), + (0, 8), + (0, 878), + (0, 215), + (0, 0), + (0, 682), + (0, 39), + (0, 2), + (0, 862), + (0, 0), + (0, 16), + (0, 0), + (0, 119), + (0, 444), + (0, 5), + (0, 96), + (0, 2), + (0, 3), + (0, 6), + (0, 1043), + (0, 3397), + (0, 3), + (0, 4), + (0, 4), + (0, 12), + (0, 1289), + (0, 0), + (0, 1166), + (0, 0), + (0, 4), + (0, 7), + (0, 45), + (0, 294), + (0, 159), + (0, 0), + (0, 4496), + (0, 2217), + (0, 13), + (0, 30), + (0, 4), + (0, 53), + (0, 26), + (0, 2529), + (0, 5), + (0, 186), + (0, 3), + (0, 22), + (0, 2557), + (0, 3355), + (0, 4), + (0, 1865), + (0, 1543), + (0, 1374), + (0, 59), + (0, 461), + (0, 500), + (0, 254), + (0, 130), + (0, 19), + (0, 3), + (0, 6), + (0, 12), + (0, 350), + (0, 66), + (0, 513), + (0, 439), + (0, 396), + (0, 30), + (0, 205), + (0, 10), + (0, 1041), + (0, 284), + (0, 367), + (0, 24), + (0, 130), + (0, 450), + (0, 31), + (0, 210), + (0, 232), + (0, 33), + (0, 1129), + (0, 163), + (0, 47), + (0, 800), + (0, 14), + (0, 15), + (0, 3), + (0, 491), + (0, 81), + (0, 43), + (0, 2333), + (0, 172), + (0, 204), + (0, 0), + (0, 95), + (0, 1131), + (0, 0), + (0, 6), + (0, 37), + (0, 907), + (0, 12), + (0, 2), + (0, 2), + (0, 24), + (0, 3033), + (0, 297), + (0, 1873), + (0, 3), + (0, 419), + (0, 19), + (0, 26), + (0, 1), + (0, 2), + (0, 31), + (0, 85), + (0, 4), + (0, 90), + (0, 77), + (0, 0), + (0, 2), + (0, 2031), + (0, 571), + (0, 23), + (0, 384), + (0, 3), + (0, 1), + (0, 638), + (0, 3), + (0, 1), + (0, 2), + (0, 40), + (0, 1601), + (0, 438), + (0, 2579), + (0, 10), + (0, 573), + (0, 22), + (0, 4), + (0, 38), + (0, 1), + (0, 21), + (0, 1898), + (0, 0), + (0, 741), + (0, 25), + (0, 216), + (0, 1), + (0, 1285), + (0, 60), + (0, 12), + (0, 7), + (0, 34), + (0, 49), + (0, 4), + (0, 319), + (0, 239), + (0, 7), + (0, 27), + (0, 209), + (0, 272), + (0, 75), + (0, 2), + (0, 170), + (0, 0), + (0, 78), + (0, 8), + (0, 1), + (0, 34), + (0, 63), + (0, 3139), + (0, 41), + (0, 280), + (0, 52), + (0, 0), + (0, 6), + (0, 216), + (0, 0), + (0, 51), + (0, 59), + (0, 486), + (0, 27), + (0, 0), + (0, 2), + (0, 1231), + (0, 56), + (0, 1), + (0, 13), + (0, 933), + (0, 566), + (0, 1988), + (0, 6), + (0, 23), + (0, 93), + (0, 0), + (0, 0), + (0, 1), + (0, 324), + (0, 0), + (0, 244), + (0, 4), + (0, 3021), + (0, 446), + (0, 4), + (0, 0), + (0, 67), + (0, 106), + (0, 2156), + (0, 15), + (0, 2461), + (0, 84), + (0, 384), + (0, 646), + (0, 40), + (0, 1230), + (0, 6), + (0, 608), + (0, 99), + (0, 0), + (0, 441), + (0, 0), + (0, 80), + (0, 4), + (0, 5), + (0, 341), + (0, 66), + (0, 73), + (0, 0), + (0, 331), + (0, 1001), + (0, 0), + (0, 3), + (0, 113), + (0, 41), + (0, 677), + (0, 10), + (0, 1), + (0, 10), + (0, 1706), + (0, 428), + (0, 17), + (0, 8), + (0, 0), + (0, 24), + (0, 0), + (0, 25), + (0, 195), + (0, 4), + (0, 76), + (0, 2138), + (0, 0), + (0, 32), + (0, 8), + (0, 86), + (0, 22), + (0, 42), + (0, 8), + (0, 754), + (0, 5343), + (0, 604), + (0, 5097), + (0, 636), + (0, 34), + (0, 416), + (0, 1), + (0, 0), + (0, 52), + (0, 220), + (0, 288), + (0, 8), + (0, 4753), + (0, 10), + (0, 88), + (0, 1323), + (0, 622), + (0, 126), + (0, 109), + (0, 3), + (0, 13), + (0, 260), + (0, 32), + (0, 475), + (0, 2), + (0, 1), + (0, 82), + (0, 72), + (0, 58), + (0, 96), + (0, 804), + (0, 2), + (0, 41), + (0, 3), + (0, 58), + (0, 149), + (0, 5), + (0, 37), + (0, 25), + (0, 269), + (0, 40), + (0, 1468), + (0, 3621), + (0, 331), + (0, 6), + (0, 2), + (0, 296), + (0, 27), + (0, 44), + (0, 81), + (0, 7), + (0, 14), + (0, 3), + (0, 2899), + (0, 444), + (0, 0), + (0, 305), + (0, 4), + (0, 0), + (0, 9), + (0, 32), + (0, 476), + (0, 1641), + (0, 2073), + (0, 298), + (0, 101), + (0, 2), + (0, 14), + (0, 1007), + (0, 388), + (0, 3174), + (0, 2370), + (0, 399), + (0, 129), + (0, 2), + (0, 76), + (0, 1053), + (0, 0), + (0, 34), + (0, 106), + (0, 1464), + (0, 75), + (0, 12), + (0, 156), + (0, 132), + (0, 262), + (0, 12), + (0, 17), + (0, 97), + (0, 21), + (0, 2706), + (0, 1619), + (0, 0), + (0, 1), + (0, 31), + (0, 50), + (0, 2146), + (0, 6), + (0, 30), + (0, 4635), + (0, 1), + (0, 251), + (0, 0), + (0, 237), + (0, 1), + (0, 1), + (0, 16), + (0, 750), + (0, 498), + (0, 6), + (0, 63), + (0, 21), + (0, 69), + (0, 1013), + (0, 0), + (0, 6), + (0, 149), + (0, 78), + (0, 0), + (0, 1), + (0, 12), + (0, 95), + (0, 277), + (0, 23), + (0, 0), + (0, 1), + (0, 84), + (0, 419), + (0, 29), + (0, 55), + (0, 1), + (0, 0), + (0, 1418), + (0, 34), + (0, 4), + (0, 0), + (0, 11), + (0, 6), + (0, 2), + (0, 12), + (0, 183), + (0, 8), + (0, 74), + (0, 128), + (0, 103), + (0, 105), + (0, 8), + (0, 43), + (0, 369), + (0, 632), + (0, 577), + (0, 3), + (0, 30), + (0, 4), + (0, 101), + (0, 1206), + (0, 29), + (0, 1904), + (0, 0), + (0, 530), + (0, 260), + (0, 0), + (0, 5), + (0, 3490), + (0, 0), + (0, 1272), + (0, 240), + (0, 31), + (0, 23), + (0, 350), + (0, 107), + (0, 681), + (0, 537), + (0, 250), + (0, 2), + (0, 247), + (0, 0), + (0, 0), + (0, 25), + (0, 688), + (0, 1266), + (0, 168), + (0, 3), + (0, 807), + (0, 886), + (0, 67), + (0, 10), + (0, 4), + (0, 1250), + (0, 277), + (0, 919), + (0, 33), + (0, 20), + (0, 852), + (0, 910), + (0, 45), + (0, 122), + (0, 920), + (0, 2), + (0, 0), + (0, 3), + (0, 1155), + (0, 309), + (0, 70), + (0, 33), + (0, 1669), + (0, 308), + (0, 145), + (0, 2629), + (0, 1), + (0, 217), + (0, 864), + (0, 5), + (0, 497), + (0, 0), + (0, 276), + (0, 38), + (0, 291), + (0, 128), + (0, 68), + (0, 796), + (0, 1756), + (0, 2844), + (0, 188), + (0, 25), + (0, 658), + (0, 4), + (0, 36), + (0, 226), + (0, 10), + (0, 1575), + (0, 1109), + (0, 32), + (0, 91), + (0, 194), + (0, 1721), + (0, 7), + (0, 13), + (0, 21), + (0, 256), + (0, 20), + (0, 15), + (0, 312), + (0, 9), + (0, 73), + (0, 340), + (0, 43), + (0, 433), + (0, 269), + (0, 62), + (0, 760), + (0, 951), + (0, 5), + (0, 64), + (0, 8), + (0, 2843), + (0, 10), + (0, 165), + (0, 433), + (0, 121), + (0, 4841), + (0, 1803), + (0, 84), + (0, 0), + (0, 5), + (0, 703), + (0, 397), + (0, 0), + (0, 52), + (0, 99), + (0, 26), + (0, 29), + (0, 691), + (0, 1206), + (0, 73), + (0, 324), + (0, 0), + (0, 7), + (0, 207), + (0, 71), + (0, 51), + (0, 80), + (0, 60), + (0, 27), + (0, 114), + (0, 0), + (0, 2223), + (0, 423), + (0, 31), + (0, 45), + (0, 158), + (0, 12), + (0, 0), + (0, 2184), + (0, 2695), + (0, 1966), + (0, 479), + (0, 255), + (0, 272), + (0, 115), + (0, 1086), + (0, 642), + (0, 15), + (0, 44), + (0, 50), + (0, 88), + (0, 5), + (0, 491), + (0, 22), + (0, 3), + (0, 75), + (0, 109), + (0, 6), + (0, 89), + (0, 591), + (0, 24), + (0, 166), + (0, 685), + (0, 30), + (0, 83), + (0, 341), + (0, 183), + (0, 1054), + (0, 8), + (0, 0), + (0, 42), + (0, 201), + (0, 0), + (0, 132), + (0, 14), + (0, 1772), + (0, 52), + (0, 14), + (0, 1), + (0, 1102), + (0, 72), + (0, 117), + (0, 1), + (0, 309), + (0, 855), + (0, 603), + (0, 18), + (0, 267), + (0, 285), + (0, 22), + (0, 3), + (0, 140), + (0, 0), + (0, 589), + (0, 1309), + (0, 1), + (0, 455), + (0, 120), + (0, 304), + (0, 267), + (0, 51), + (0, 524), + (0, 6), + (0, 21), + (0, 140), + (0, 4154), + (0, 413), + (0, 336), + (0, 276), + (0, 11), + (0, 9), + (0, 325), + (0, 26), + (0, 15), + (0, 99), + (0, 135), + (0, 0), + (0, 40), + (0, 117), + (0, 1197), + (0, 1280), + (0, 53), + (0, 116), + (0, 520), + (0, 118), + (0, 210), + (0, 0), + (0, 314), + (0, 1784), + (0, 8), + (0, 242), + (0, 2885), + (0, 0), + (0, 11), + (0, 0), + (0, 17), + (0, 2750), + (0, 3), + (0, 272), + (0, 509), + (0, 15), + (0, 0), + (0, 0), + (0, 523), + (0, 13), + (0, 5), + (0, 701), + (0, 1541), + (0, 773), + (0, 0), + (0, 2), + (0, 22), + (0, 0), + (0, 37), + (0, 464), + (0, 341), + (0, 0), + (0, 4), + (0, 36), + (0, 8), + (0, 219), + (0, 57), + (0, 143), + (0, 248), + (0, 2476), + (0, 2), + (0, 0), + (0, 144), + (0, 13), + (0, 1), + (0, 0), + (0, 520), + (0, 550), + (0, 176), + (0, 1), + (0, 124), + (0, 4), + (0, 30), + (0, 3), + (0, 3), + (0, 75), + (0, 1143), + (0, 372), + (0, 169), + (0, 308), + (0, 3), + (0, 60), + (0, 941), + (0, 264), + (0, 187), + (0, 4), + (0, 69), + (0, 309), + (0, 0), + (0, 1099), + (0, 1098), + (0, 7107), + (0, 227), + (0, 622), + (0, 0), + (0, 207), + (0, 278), + (0, 1994), + (0, 244), + (0, 1185), + (0, 169), + (0, 1), + (0, 149), + (0, 18), + (0, 4), + (0, 132), + (0, 57), + (0, 174), + (0, 327), + (0, 0), + (0, 2113), + (0, 227), + (0, 56), + (0, 176), + (0, 86), + (0, 3), + (0, 149), + (0, 0), + (0, 3), + (0, 1), + (0, 564), + (0, 982), + (0, 556), + (0, 519), + (0, 62), + (0, 0), + (0, 117), + (0, 2), + (0, 796), + (0, 96), + (0, 2), + (0, 408), + (0, 0), + (0, 637), + (0, 582), + (0, 269), + (0, 1), + (0, 47), + (0, 0), + (0, 74), + (0, 247), + (0, 3), + (0, 1), + (0, 6727), + (0, 559), + (0, 64), + (0, 133), + (0, 3026), + (0, 567), + (0, 6), + (0, 116), + (0, 100), + (0, 422), + (0, 696), + (0, 18), + (0, 203), + (0, 18), + (0, 25), + (0, 1), + (0, 98), + (0, 46), + (0, 69), + (0, 320), + (0, 0), + (0, 0), + (0, 2), + (0, 2), + (0, 3), + (0, 1099), + (0, 5), + (0, 294), + (0, 0), + (0, 21), + (0, 2545), + (0, 432), + (0, 224), + (0, 56), + (0, 0), + (0, 11), + (0, 214), + (0, 831), + (0, 31), + (0, 60), + (0, 1086), + (0, 1), + (0, 250), + (0, 320), + (0, 2), + (0, 104), + (0, 1853), + (0, 607), + (0, 0), + (0, 257), + (0, 2022), + (0, 65), + (0, 371), + (0, 415), + (0, 599), + (0, 1734), + (0, 66), + (0, 130), + (0, 1026), + (0, 187), + (0, 0), + (0, 389), + (0, 93), + (0, 6), + (0, 13), + (0, 2), + (0, 515), + (0, 3), + (0, 0), + (0, 318), + (0, 170), + (0, 1), + (0, 2), + (0, 344), + (0, 19), + (0, 41), + (0, 0), + (0, 0), + (0, 284), + (0, 37), + (0, 8), + (0, 1), + (0, 2), + (0, 688), + (0, 220), + (0, 553), + (0, 23), + (0, 722), + (0, 6), + (0, 6), + (0, 302), + (0, 23), + (0, 547), + (0, 210), + (0, 1), + (0, 35), + (0, 916), + (0, 64), + (0, 9), + (0, 4447), + (0, 8), + (0, 349), + (0, 166), + (0, 83), + (0, 39), + (0, 6), + (0, 1), + (0, 2630), + (0, 412), + (0, 25), + (0, 0), + (0, 629), + (0, 9), + (0, 13), + (0, 5), + (0, 1), + (0, 2359), + (0, 926), + (0, 302), + (0, 70), + (0, 19), + (0, 246), + (0, 323), + (0, 1846), + (0, 685), + (0, 1616), + (0, 0), + (0, 1), + (0, 231), + (0, 1), + (0, 0), + (0, 159), + (0, 11), + (0, 179), + (0, 419), + (0, 846), + (0, 1219), + (0, 484), + (0, 456), + (0, 881), + (0, 491), + (0, 3), + (0, 0), + (0, 1), + (0, 165), + (0, 63), + (0, 188), + (0, 1), + (0, 86), + (0, 879), + (0, 224), + (0, 88), + (0, 45), + (0, 0), + (0, 2428), + (0, 910), + (0, 114), + (0, 9), + (0, 236), + (0, 215), + (0, 2), + (0, 8), + (0, 8), + (0, 1535), + (0, 601), + (0, 425), + (0, 385), + (0, 5158), + (0, 1022), + (0, 183), + (0, 4), + (0, 68), + (0, 12), + (0, 20), + (0, 244), + (0, 101), + (0, 83), + (0, 3), + (0, 135), + (0, 7), + (0, 74), + (0, 264), + (0, 14), + (0, 98), + (0, 134), + (0, 521), + (0, 837), + (0, 11), + (0, 111), + (0, 61), + (0, 29), + (0, 84), + (0, 1763), + (0, 697), + (0, 119), + (0, 114), + (0, 0), + (0, 1911), + (0, 22), + (0, 50), + (0, 728), + (0, 1072), + (0, 87), + (0, 367), + (0, 41), + (0, 658), + (0, 107), + (0, 285), + (0, 617), + (0, 1), + (0, 15), + (0, 3), + (0, 20), + (0, 66), + (0, 285), + (0, 1), + (0, 17), + (0, 32), + (0, 941), + (0, 47), + (0, 14), + (0, 20), + (0, 45), + (0, 14), + (0, 311), + (0, 700), + (0, 120), + (0, 783), + (0, 169), + (0, 4690), + (0, 98), + (0, 1069), + (0, 17), + (0, 59), + (0, 2196), + (0, 10), + (0, 5), + (0, 100), + (0, 121), + (0, 1), + (0, 59), + (0, 294), + (0, 591), + (0, 742), + (0, 216), + (0, 153), + (0, 27), + (0, 18), + (0, 1501), + (0, 11), + (0, 453), + (0, 1654), + (0, 81), + (0, 685), + (0, 1276), + (0, 2), + (0, 5), + (0, 0), + (0, 133), + (0, 506), + (0, 6), + (0, 8), + (0, 476), + (0, 15), + (0, 51), + (0, 33), + (0, 9), + (0, 1488), + (0, 105), + (0, 9), + (0, 97), + (0, 31), + (0, 53), + (0, 19), + (0, 1757), + (0, 527), + (0, 4), + (0, 990), + (0, 3), + (0, 4), + (0, 11), + (0, 102), + (0, 857), + (0, 860), + (0, 440), + (0, 6), + (0, 2), + (0, 0), + (0, 1807), + (0, 650), + (0, 2), + (0, 198), + (0, 71), + (0, 41), + (0, 89), + (0, 595), + (0, 283), + (0, 9), + (0, 969), + (0, 498), + (0, 23), + (0, 16), + (0, 61), + (0, 17), + (0, 1125), + (0, 1), + (0, 186), + (0, 467), + (0, 25), + (0, 1346), + (0, 35), + (0, 39), + (0, 245), + (0, 111), + (0, 1), + (0, 174), + (0, 217), + (0, 71), + (0, 217), + (0, 4), + (0, 4), + (0, 158), + (0, 51), + (0, 3114), + (0, 0), + (0, 36), + (0, 41), + (0, 8), + (0, 786), + (0, 471), + (0, 1009), + (0, 1047), + (0, 6), + (0, 205), + (0, 5), + (0, 359), + (0, 87), + (0, 36), + (0, 177), + (0, 219), + (0, 138), + (0, 401), + (0, 303), + (0, 1143), + (0, 1), + (0, 125), + (0, 2266), + (0, 420), + (0, 18), + (0, 15), + (0, 147), + (0, 68), + (0, 1334), + (0, 510), + (0, 728), + (0, 0), + (0, 2), + (0, 7), + (0, 2773), + (0, 18), + (0, 12), + (0, 153), + (0, 8034), + (0, 67), + (0, 12), + (0, 1264), + (0, 192), + (0, 11), + (0, 1), + (0, 1164), + (0, 23), + (0, 111), + (0, 17), + (0, 45), + (0, 192), + (0, 240), + (0, 704), + (0, 3), + (0, 1641), + (0, 625), + (0, 239), + (0, 913), + (0, 161), + (0, 1380), + (0, 147), + (0, 0), + (0, 2872), + (0, 21), + (0, 798), + (0, 20), + (0, 3988), + (0, 265), + (0, 252), + (0, 5), + (0, 10), + (0, 17), + (0, 796), + (0, 2852), + (0, 37), + (0, 61), + (0, 24), + (0, 2042), + (0, 268), + (0, 22), + (0, 331), + (0, 2659), + (0, 1926), + (0, 1802), + (0, 261), + (0, 1647), + (0, 157), + (0, 1832), + (0, 27), + (0, 339), + (0, 389), + (0, 405), + (0, 2659), + (0, 90), + (0, 2255), + (0, 787), + (0, 1626), + (0, 50), + (0, 5605), + (0, 2260), + (0, 14), + (0, 81), + (0, 2060), + (0, 25), + (0, 38), + (0, 2759), + (0, 1), + (0, 1051), + (0, 1), + (0, 0), + (0, 27), + (0, 603), + (0, 1120), + (0, 1), + (0, 448), + (0, 4), + (0, 1680), + (0, 99), + (0, 154), + (0, 894), + (0, 22), + (0, 2262), + (0, 0), + (0, 211), + (0, 8), + (0, 448), + (0, 313), + (0, 1529), + (0, 86), + (0, 320), + (0, 252), + (0, 272), + (0, 9), + (0, 0), + (0, 171), + (0, 5), + (0, 74), + (0, 242), + (0, 354), + (0, 3060), + (0, 68), + (0, 5), + (0, 1590), + (0, 300), + (0, 2448), + (0, 8), + (0, 189), + (0, 35), + (0, 126), + (0, 45), + (0, 627), + (0, 883), + (0, 2230), + (0, 36), + (0, 15), + (0, 4343), + (0, 3), + (0, 3054), + (0, 13), + (0, 13), + (0, 17), + (0, 6), + (0, 1621), + (0, 3277), + (0, 0), + (0, 254), + (0, 2), + (0, 634), + (0, 31), + (0, 1), + (0, 81), + (0, 278), + (0, 5), + (0, 4), + (0, 1178), + (0, 5), + (0, 1229), + (0, 144), + (0, 740), + (0, 514), + (0, 6), + (0, 3), + (0, 0), + (0, 156), + (0, 2), + (0, 23), + (0, 11), + (0, 4646), + (0, 55), + (0, 3401), + (0, 1018), + (0, 21), + (0, 52), + (0, 1), + (0, 2060), + (0, 16), + (0, 21), + (0, 276), + (0, 0), + (0, 3), + (0, 70), + (0, 627), + (0, 2), + (0, 103), + (0, 1), + (0, 0), + (0, 2626), + (0, 2969), + (0, 123), + (0, 831), + (0, 281), + (0, 37), + (0, 280), + (0, 2410), + (0, 4008), + (0, 265), + (0, 483), + (0, 17), + (0, 530), + (0, 4), + (0, 2629), + (0, 408), + (0, 1550), + (0, 33), + (0, 508), + (0, 634), + (0, 812), + (0, 2), + (0, 1), + (0, 9), + (0, 4580), + (0, 6), + (0, 203), + (0, 566), + (0, 2), + (0, 2), + (0, 9), + (0, 341), + (0, 1), + (0, 274), + (0, 44), + (0, 15), + (0, 597), + (0, 0), + (0, 13), + (0, 485), + (0, 0), + (0, 7), + (0, 0), + (0, 51), + (0, 5), + (0, 21), + (0, 443), + (0, 1079), + (0, 1136), + (0, 955), + (0, 14), + (0, 10), + (0, 1840), + (0, 388), + (0, 0), + (0, 13), + (0, 524), + (0, 8430), + (0, 633), + (0, 563), + (0, 408), + (0, 0), + (0, 12), + (0, 935), + (0, 112), + (0, 602), + (0, 4), + (0, 0), + (0, 4), + (0, 77), + (0, 40), + (0, 1544), + (0, 132), + (0, 33), + (0, 503), + (0, 869), + (0, 139), + (0, 18), + (0, 144), + (0, 486), + (0, 18), + (0, 126), + (0, 2415), + (0, 17), + (0, 1432), + (0, 240), + (0, 2), + (0, 1912), + (0, 30), + (0, 39), + (0, 31), + (0, 0), + (0, 527), + (0, 53), + (0, 0), + (0, 3), + (0, 8), + (0, 0), + (0, 26), + (0, 24), + (0, 10), + (0, 239), + (0, 0), + (0, 158), + (0, 0), + (0, 352), + (0, 19), + (0, 2), + (0, 63), + (0, 21), + (0, 10), + (0, 20), + (0, 1), + (0, 780), + (0, 1), + (0, 212), + (0, 1), + (0, 322), + (0, 145), + (0, 79), + (0, 814), + (0, 2349), + (0, 2), + (0, 906), + (0, 1), + (0, 15), + (0, 13), + (0, 42), + (0, 1314), + (0, 28), + (0, 23), + (0, 526), + (0, 2), + (0, 5), + (0, 6486), + (0, 28), + (0, 28), + (0, 30), + (0, 253), + (0, 43), + (0, 35), + (0, 3), + (0, 1205), + (0, 99), + (0, 672), + (0, 20), + (0, 7), + (0, 130), + (0, 10377), + (0, 10), + (0, 13), + (0, 558), + (0, 11), + (0, 83), + (0, 2433), + (0, 2), + (0, 43), + (0, 714), + (0, 39), + (0, 15), + (0, 686), + (0, 2740), + (0, 5994), + (0, 1764), + (0, 8), + (0, 145), + (0, 939), + (0, 285), + (0, 2), + (0, 31), + (0, 7), + (0, 228), + (0, 5), + (0, 0), + (0, 1461), + (0, 1), + (0, 1), + (0, 11), + (0, 751), + (0, 304), + (0, 617), + (0, 23), + (0, 11), + (0, 502), + (0, 114), + (0, 304), + (0, 312), + (0, 110), + (0, 2), + (0, 283), + (0, 17), + (0, 1), + (0, 0), + (0, 143), + (0, 0), + (0, 745), + (0, 428), + (0, 13), + (0, 30), + (0, 27), + (0, 51), + (0, 33), + (0, 9), + (0, 135), + (0, 71), + (0, 1107), + (0, 237), + (0, 275), + (0, 194), + (0, 305), + (0, 195), + (0, 155), + (0, 116), + (0, 8), + (0, 1029), + (0, 31), + (0, 40), + (0, 350), + (0, 229), + (0, 948), + (0, 69), + (0, 9), + (0, 41), + (0, 94), + (0, 2460), + (0, 12), + (0, 944), + (0, 0), + (0, 598), + (0, 0), + (0, 1532), + (0, 3), + (0, 27), + (0, 1297), + (0, 40), + (0, 0), + (0, 8), + (0, 617), + (0, 1629), + (0, 1), + (0, 192), + (0, 335), + (0, 58), + (0, 119), + (0, 164), + (0, 13), + (0, 3), + (0, 68), + (0, 286), + (0, 27), + (0, 6), + (0, 89), + (0, 2327), + (0, 40), + (0, 329), + (0, 14), + (0, 4), + (0, 1135), + (0, 6), + (0, 277), + (0, 8), + (0, 0), + (0, 14), + (0, 1334), + (0, 130), + (0, 89), + (0, 1177), + (0, 133), + (0, 11), + (0, 110), + (0, 0), + (0, 68), + (0, 12), + (0, 943), + (0, 249), + (0, 0), + (0, 643), + (0, 19), + (0, 33), + (0, 91), + (0, 92), + (0, 31), + (0, 41), + (0, 5234), + (0, 781), + (0, 2980), + (0, 1), + (0, 130), + (0, 133), + (0, 0), + (0, 0), + (0, 33), + (0, 988), + (0, 678), + (0, 39), + (0, 1273), + (0, 13), + (0, 1277), + (0, 132), + (0, 33), + (0, 3), + (0, 179), + (0, 6), + (0, 100), + (0, 14), + (0, 61), + (0, 0), + (0, 367), + (0, 30), + (0, 12), + (0, 1640), + (0, 2), + (0, 16), + (0, 1287), + (0, 203), + (0, 49), + (0, 54), + (0, 421), + (0, 669), + (0, 238), + (0, 0), + (0, 120), + (0, 656), + (0, 45), + (0, 1112), + (0, 452), + (0, 50), + (0, 104), + (0, 27), + (0, 14), + (0, 23), + (0, 428), + (0, 14), + (0, 638), + (0, 51), + (0, 542), + (0, 182), + (0, 157), + (0, 848), + (0, 2732), + (0, 33), + (0, 82), + (0, 1884), + (0, 153), + (0, 997), + (0, 1024), + (0, 1), + (0, 0), + (0, 34), + (0, 47), + (0, 378), + (0, 389), + (0, 22), + (0, 80), + (0, 503), + (0, 1158), + (0, 144), + (0, 899), + (0, 6), + (0, 2), + (0, 118), + (0, 5), + (0, 481), + (0, 0), + (0, 7), + (0, 34), + (0, 11), + (0, 122), + (0, 984), + (0, 3), + (0, 27), + (0, 427), + (0, 4), + (0, 7), + (0, 20), + (0, 8), + (0, 5), + (0, 62), + (0, 345), + (0, 14), + (0, 42), + (0, 87), + (0, 7924), + (0, 13), + (0, 9), + (0, 4280), + (0, 230), + (0, 1581), + (0, 754), + (0, 158), + (0, 3), + (0, 232), + (0, 42), + (0, 25), + (0, 317), + (0, 88), + (0, 659), + (0, 30), + (0, 3), + (0, 0), + (0, 5409), + (0, 442), + (0, 1015), + (0, 252), + (0, 42), + (0, 68), + (0, 187), + (0, 100), + (0, 304), + (0, 7), + (0, 107), + (0, 3), + (0, 21), + (0, 78), + (0, 116), + (0, 521), + (0, 105), + (0, 3458), + (0, 184), + (0, 110), + (0, 16), + (0, 21), + (0, 40), + (0, 1201), + (0, 8), + (0, 739), + (0, 564), + (0, 1), + (0, 3741), + (0, 784), + (0, 4206), + (0, 1871), + (0, 134), + (0, 1935), + (0, 0), + (0, 1), + (0, 255), + (0, 4279), + (0, 436), + (0, 0), + (0, 398), + (0, 4532), + (0, 1657), + (0, 21), + (0, 1592), + (0, 1), + (0, 72), + (0, 72), + (0, 1334), + (0, 170), + (0, 601), + (0, 17), + (0, 152), + (0, 36), + (0, 506), + (0, 10), + (0, 5), + (0, 0), + (0, 369), + (0, 17), + (0, 5), + (0, 73), + (0, 1051), + (0, 634), + (0, 675), + (0, 3498), + (0, 1), + (0, 67), + (0, 183), + (0, 0), + (0, 0), + (0, 15), + (0, 1), + (0, 191), + (0, 525), + (0, 93), + (0, 45), + (0, 133), + (0, 2), + (0, 617), + (0, 263), + (0, 89), + (0, 30), + (0, 7), + (0, 619), + (0, 316), + (0, 122), + (0, 5), + (0, 23), + (0, 170), + (0, 126), + (0, 476), + (0, 0), + (0, 32), + (0, 66), + (0, 2), + (0, 472), + (0, 4), + (0, 269), + (0, 0), + (0, 37), + (0, 710), + (0, 217), + (0, 1), + (0, 1988), + (0, 498), + (0, 70), + (0, 0), + (0, 72), + (0, 787), + (0, 8), + (0, 120), + (0, 125), + (0, 11), + (0, 2), + (0, 5), + (0, 43), + (0, 93), + (0, 0), + (0, 405), + (0, 1965), + (0, 403), + (0, 122), + (0, 2700), + (0, 36), + (0, 1473), + (0, 3062), + (0, 75), + (0, 50), + (0, 257), + (0, 1), + (0, 15), + (0, 959), + (0, 1), + (0, 1), + (0, 0), + (0, 1), + (0, 355), + (0, 3), + (0, 12), + (0, 80), + (0, 1), + (0, 0), + (0, 29), + (0, 1), + (0, 0), + (0, 12), + (0, 830), + (0, 47), + (0, 2090), + (0, 8), + (0, 0), + (0, 0), + (0, 83), + (0, 138), + (0, 0), + (0, 27), + (0, 36), + (0, 1171), + (0, 1), + (0, 2), + (0, 2), + (0, 8), + (0, 1222), + (0, 108), + (0, 307), + (0, 286), + (0, 272), + (0, 179), + (0, 555), + (0, 967), + (0, 4), + (0, 4), + (0, 1590), + (0, 21), + (0, 9), + (0, 984), + (0, 997), + (0, 103), + (0, 1023), + (0, 1968), + (0, 1897), + (0, 291), + (0, 818), + (0, 4218), + (0, 1), + (0, 2459), + (0, 15), + (0, 66), + (0, 96), + (0, 49), + (0, 23), + (0, 11), + (0, 53), + (0, 2), + (0, 7), + (0, 77), + (0, 6310), + (0, 20), + (0, 1), + (0, 1282), + (0, 6), + (0, 0), + (0, 34), + (0, 3), + (0, 334), + (0, 230), + (0, 29), + (0, 101), + (0, 64), + (0, 255), + (0, 139), + (0, 941), + (0, 434), + (0, 0), + (0, 5), + (0, 1), + (0, 429), + (0, 1), + (0, 0), + (0, 193), + (0, 1250), + (0, 1934), + (0, 7), + (0, 0), + (0, 71), + (0, 191), + (0, 3783), + (0, 826), + (0, 7), + (0, 1620), + (0, 10), + (0, 875), + (0, 279), + (0, 2457), + (0, 633), + (0, 8), + (0, 62), + (0, 1), + (0, 2), + (0, 62), + (0, 957), + (0, 496), + (0, 150), + (0, 117), + (0, 427), + (0, 2859), + (0, 265), + (0, 19), + (0, 648), + (0, 65), + (0, 3437), + (0, 959), + (0, 250), + (0, 2067), + (0, 866), + (0, 934), + (0, 3056), + (0, 3697), + (0, 0), + (0, 125), + (0, 77), + (0, 13), + (0, 1125), + (0, 2184), + (0, 755), + (0, 576), + (0, 827), + (0, 8), + (0, 1874), + (0, 149), + (0, 0), + (0, 258), + (0, 77), + (0, 1), + (0, 5), + (0, 1938), + (0, 17), + (0, 38), + (0, 89), + (0, 195), + (0, 230), + (0, 45), + (0, 4), + (0, 265), + (0, 83), + (0, 442), + (0, 15), + (0, 11), + (0, 1135), + (0, 1), + (0, 977), + (0, 0), + (0, 690), + (0, 697), + (0, 1763), + (0, 37), + (0, 1116), + (0, 4056), + (0, 126), + (0, 1), + (0, 1948), + (0, 1), + (0, 46), + (0, 1265), + (0, 1721), + (0, 728), + (0, 4), + (0, 41), + (0, 1), + (0, 1222), + (0, 1192), + (0, 47), + (0, 0), + (0, 572), + (0, 1925), + (0, 510), + (0, 236), + (0, 66), + (0, 97), + (0, 1697), + (0, 253), + (0, 312), + (0, 64), + (0, 61), + (0, 5), + (0, 37), + (0, 804), + (0, 1835), + (0, 296), + (0, 0), + (0, 521), + (0, 259), + (0, 489), + (0, 2102), + (0, 11), + (0, 19), + (0, 821), + (0, 4), + (0, 201), + (0, 14), + (0, 1599), + (0, 36), + (0, 699), + (0, 140), + (0, 5), + (0, 4366), + (0, 0), + (0, 294), + (0, 152), + (0, 32), + (0, 0), + (0, 1150), + (0, 128), + (0, 3), + (0, 0), + (0, 0), + (0, 32), + (0, 9), + (0, 5), + (0, 254), + (0, 1), + (0, 1684), + (0, 159), + (0, 29), + (0, 146), + (0, 218), + (0, 19), + (0, 2073), + (0, 27), + (0, 67), + (0, 180), + (0, 11), + (0, 371), + (0, 44), + (0, 65), + (0, 19), + (0, 0), + (0, 2044), + (0, 14), + (0, 165), + (0, 0), + (0, 1), + (0, 10), + (0, 4401), + (0, 214), + (0, 3073), + (0, 1211), + (0, 989), + (0, 31), + (0, 212), + (0, 0), + (0, 9), + (0, 3), + (0, 565), + (0, 16), + (0, 61), + (0, 34), + (0, 123), + (0, 11), + (0, 3109), + (0, 80), + (0, 308), + (0, 38), + (0, 12), + (0, 1), + (0, 765), + (0, 54), + (0, 16), + (0, 48), + (0, 0), + (0, 4), + (0, 9), + (0, 956), + (0, 1858), + (0, 972), + (0, 3111), + (0, 12), + (0, 133), + (0, 1067), + (0, 35), + (0, 91), + (0, 4), + (0, 84), + (0, 2228), + (0, 2), + (0, 1), + (0, 811), + (0, 6), + (0, 62), + (0, 2683), + (0, 19), + (0, 59), + (0, 8), + (0, 10), + (0, 157), + (0, 0), + (0, 2748), + (0, 5009), + (0, 1), + (0, 143), + (0, 1878), + (0, 17), + (0, 66), + (0, 0), + (0, 64), + (0, 1), + (0, 2829), + (0, 463), + (0, 34), + (0, 212), + (0, 280), + (0, 776), + (0, 1230), + (0, 214), + (0, 2), + (0, 1705), + (0, 50), + (0, 5), + (0, 0), + (0, 21), + (0, 873), + (0, 550), + (0, 690), + (0, 2927), + (0, 33), + (0, 1), + (0, 54), + (0, 6), + (0, 640), + (0, 371), + (0, 6), + (0, 104), + (0, 86), + (0, 307), + (0, 6), + (0, 529), + (0, 11), + (0, 58), + (0, 65), + (0, 21), + (0, 507), + (0, 1), + (0, 2), + (0, 53), + (0, 36), + (0, 0), + (0, 2446), + (0, 81), + (0, 48), + (0, 2), + (0, 501), + (0, 2237), + (0, 4769), + (0, 10), + (0, 1032), + (0, 0), + (0, 1), + (0, 696), + (0, 99), + (0, 5), + (0, 846), + (0, 1169), + (0, 36), + (0, 0), + (0, 3), + (0, 2), + (0, 11), + (0, 453), + (0, 214), + (0, 1036), + (0, 13), + (0, 2403), + (0, 92), + (0, 4), + (0, 4460), + (0, 11), + (0, 369), + (0, 4), + (0, 55), + (0, 2407), + (0, 85), + (0, 0), + (0, 569), + (0, 24), + (0, 31), + (0, 0), + (0, 584), + (0, 41), + (0, 0), + (0, 1), + (0, 389), + (0, 3985), + (0, 1), + (0, 533), + (0, 280), + (0, 2386), + (0, 171), + (0, 0), + (0, 6), + (0, 30), + (0, 1), + (0, 322), + (0, 3), + (0, 4220), + (0, 28), + (0, 40), + (0, 38), + (0, 432), + (0, 0), + (0, 2585), + (0, 64), + (0, 1433), + (0, 18), + (0, 103), + (0, 1367), + (0, 8), + (0, 26), + (0, 531), + (0, 3), + (0, 1287), + (0, 79), + (0, 2), + (0, 20), + (0, 16), + (0, 433), + (0, 2063), + (0, 929), + (0, 393), + (0, 4), + (0, 1548), + (0, 74), + (0, 3), + (0, 23), + (0, 646), + (0, 1383), + (0, 300), + (0, 304), + (0, 92), + (0, 123), + (0, 1), + (0, 61), + (0, 21), + (0, 29), + (0, 47), + (0, 20), + (0, 0), + (0, 141), + (0, 407), + (0, 3359), + (0, 1), + (0, 3548), + (0, 37), + (0, 1275), + (0, 42), + (0, 11), + (0, 3024), + (0, 504), + (0, 44), + (0, 11), + (0, 21), + (0, 40), + (0, 1208), + (0, 859), + (0, 101), + (0, 365), + (0, 51), + (0, 3399), + (0, 16), + (0, 12), + (0, 5), + (0, 140), + (0, 0), + (0, 1264), + (0, 375), + (0, 270), + (0, 2), + (0, 181), + (0, 12), + (0, 79), + (0, 11), + (0, 45), + (0, 6557), + (0, 629), + (0, 424), + (0, 112), + (0, 11), + (0, 1), + (0, 0), + (0, 853), + (0, 62), + (0, 287), + (0, 120), + (0, 1129), + (0, 4640), + (0, 4), + (0, 57), + (0, 92), + (0, 234), + (0, 26), + (0, 1968), + (0, 30), + (0, 44), + (0, 14), + (0, 961), + (0, 2964), + (0, 286), + (0, 38), + (0, 4), + (0, 2358), + (0, 3), + (0, 1), + (0, 266), + (0, 176), + (0, 19), + (0, 18), + (0, 82), + (0, 2), + (0, 82), + (0, 55), + (0, 9), + (0, 309), + (0, 1057), + (0, 11), + (0, 566), + (0, 0), + (0, 107), + (0, 3), + (0, 71), + (0, 62), + (0, 59), + (0, 3), + (0, 35), + (0, 897), + (0, 1020), + (0, 128), + (0, 594), + (0, 1), + (0, 2259), + (0, 113), + (0, 9), + (0, 11793), + (0, 5), + (0, 1159), + (0, 758), + (0, 1259), + (0, 53), + (0, 266), + (0, 29), + (0, 1048), + (0, 38), + (0, 12277), + (0, 1217), + (0, 925), + (0, 750), + (0, 0), + (0, 43), + (0, 1), + (0, 38), + (0, 3025), + (0, 8), + (0, 5), + (0, 3538), + (0, 101), + (0, 129), + (0, 188), + (0, 66), + (0, 1806), + (0, 1), + (0, 10), + (0, 1), + (0, 1729), + (0, 0), + (0, 1), + (0, 0), + (0, 79), + (0, 5422), + (0, 7), + (0, 14), + (0, 1724), + (0, 90), + (0, 2268), + (0, 87), + (0, 284), + (0, 0), + (0, 60), + (0, 77), + (0, 9), + (0, 27), + (0, 472), + (0, 5), + (0, 621), + (0, 3), + (0, 122), + (0, 1), + (0, 1802), + (0, 5), + (0, 1471), + (0, 222), + (0, 0), + (0, 4258), + (0, 1908), + (0, 75), + (0, 4), + (0, 2998), + (0, 18), + (0, 917), + (0, 374), + (0, 1529), + (0, 28), + (0, 1863), + (0, 3), + (0, 9), + (0, 628), + (0, 137), + (0, 451), + (0, 387), + (0, 1993), + (0, 1101), + (0, 0), + (0, 18), + (0, 77), + (0, 0), + (0, 589), + (0, 2), + (0, 2359), + (0, 2), + (0, 0), + (0, 4), + (0, 672), + (0, 818), + (0, 31), + (0, 6), + (0, 38), + (0, 1278), + (0, 7110), + (0, 1451), + (0, 615), + (0, 86), + (0, 2063), + (0, 0), + (0, 32), + (0, 550), + (0, 19), + (0, 4), + (0, 14), + (0, 191), + (0, 36), + (0, 1894), + (0, 6), + (0, 210), + (0, 0), + (0, 195), + (0, 1054), + (0, 33), + (0, 163), + (0, 3), + (0, 1), + (0, 1), + (0, 207), + (0, 0), + (0, 281), + (0, 4355), + (0, 3414), + (0, 1920), + (0, 40), + (0, 64), + (0, 12), + (0, 0), + (0, 113), + (0, 0), + (0, 451), + (0, 9445), + (0, 14), + (0, 207), + (0, 84), + (0, 86), + (0, 2299), + (0, 2067), + (0, 33), + (0, 187), + (0, 184), + (0, 47), + (0, 8), + (0, 73), + (0, 4551), + (0, 272), + (0, 121), + (0, 2717), + (0, 745), + (0, 2), + (0, 556), + (0, 365), + (0, 983), + (0, 43), + (0, 931), + (0, 26), + (0, 15), + (0, 47), + (0, 3), + (0, 10), + (0, 19), + (0, 303), + (0, 0), + (0, 0), + (0, 78), + (0, 1), + (0, 44), + (0, 52), + (0, 2), + (0, 118), + (0, 107), + (0, 0), + (0, 484), + (0, 303), + (0, 361), + (0, 1111), + (0, 15), + (0, 4797), + (0, 44), + (0, 9639), + (0, 222), + (0, 727), + (0, 3406), + (0, 533), + (0, 2), + (0, 11), + (0, 468), + (0, 94), + (0, 2184), + (0, 579), + (0, 1209), + (0, 75), + (0, 172), + (0, 96), + (0, 600), + (0, 0), + (0, 3), + (0, 4), + (0, 117), + (0, 5), + (0, 57), + (0, 177), + (0, 1301), + (0, 2424), + (0, 8), + (0, 9), + (0, 12), + (0, 1), + (0, 335), + (0, 246), + (0, 13), + (0, 3860), + (0, 135), + (0, 146), + (0, 18), + (0, 40), + (0, 3), + (0, 616), + (0, 316), + (0, 0), + (0, 734), + (0, 1239), + (0, 432), + (0, 182), + (0, 10), + (0, 730), + (0, 11), + (0, 29), + (0, 4), + (0, 13), + (0, 12), + (0, 1112), + (0, 980), + (0, 9), + (0, 368), + (0, 5), + (0, 16), + (0, 0), + (0, 571), + (0, 3), + (0, 353), + (0, 19), + (0, 156), + (0, 482), + (0, 879), + (0, 26), + (0, 0), + (0, 138), + (0, 750), + (0, 618), + (0, 786), + (0, 0), + (0, 21), + (0, 218), + (0, 14), + (0, 3), + (0, 1283), + (0, 5951), + (0, 11), + (0, 517), + (0, 61), + (0, 3), + (0, 2189), + (0, 0), + (0, 214), + (0, 0), + (0, 7), + (0, 18), + (0, 119), + (0, 6), + (0, 207), + (0, 1), + (0, 109), + (0, 173), + (0, 7), + (0, 1784), + (0, 2), + (0, 9), + (0, 430), + (0, 347), + (0, 79), + (0, 594), + (0, 427), + (0, 41), + (0, 3), + (0, 2), + (0, 10), + (0, 13), + (0, 1017), + (0, 16), + (0, 51), + (0, 79), + (0, 4687), + (0, 879), + (0, 265), + (0, 13), + (0, 356), + (0, 0), + (0, 3), + (0, 151), + (0, 127), + (0, 0), + (0, 142), + (0, 353), + (0, 40), + (0, 139), + (0, 434), + (0, 56), + (0, 223), + (0, 392), + (0, 1), + (0, 3424), + (0, 11), + (0, 10), + (0, 47), + (0, 1), + (0, 2), + (0, 153), + (0, 552), + (0, 3694), + (0, 13), + (0, 90), + (0, 7), + (0, 706), + (0, 1169), + (0, 79), + (0, 262), + (0, 69), + (0, 317), + (0, 36), + (0, 105), + (0, 23), + (0, 7207), + (0, 0), + (0, 235), + (0, 45), + (0, 36), + (0, 1122), + (0, 0), + (0, 32), + (0, 265), + (0, 855), + (0, 517), + (0, 1), + (0, 0), + (0, 90), + (0, 5430), + (0, 27), + (0, 62), + (0, 77), + (0, 0), + (0, 19), + (0, 1317), + (0, 19), + (0, 777), + (0, 145), + (0, 938), + (0, 42), + (0, 324), + (0, 172), + (0, 162), + (0, 63), + (0, 4), + (0, 183), + (0, 40), + (0, 9), + (0, 1482), + (0, 15), + (0, 2508), + (0, 50), + (0, 45), + (0, 432), + (0, 1217), + (0, 626), + (0, 15), + (0, 693), + (0, 10713), + (0, 16), + (0, 132), + (0, 458), + (0, 766), + (0, 16), + (0, 671), + (0, 679), + (0, 6504), + (0, 3), + (0, 42), + (0, 2703), + (0, 1), + (0, 374), + (0, 771), + (0, 1740), + (0, 35), + (0, 1), + (0, 12), + (0, 2691), + (0, 4816), + (0, 983), + (0, 2593), + (0, 2356), + (0, 22), + (0, 751), + (0, 160), + (0, 39), + (0, 124), + (0, 14), + (0, 564), + (0, 613), + (0, 410), + (0, 4622), + (0, 1), + (0, 59), + (0, 112), + (0, 232), + (0, 1580), + (0, 4771), + (0, 2587), + (0, 12), + (0, 14), + (0, 28), + (0, 375), + (0, 508), + (0, 28), + (0, 75), + (0, 293), + (0, 62), + (0, 111), + (0, 210), + (0, 2566), + (0, 51), + (0, 3391), + (0, 154), + (0, 61), + (0, 3), + (0, 2112), + (0, 49), + (0, 111), + (0, 8698), + (0, 10), + (0, 4), + (0, 401), + (0, 2036), + (0, 2), + (0, 414), + (0, 0), + (0, 2), + (0, 1), + (0, 2784), + (0, 4622), + (0, 13), + (0, 0), + (0, 2), + (0, 1149), + (0, 66), + (0, 28), + (0, 445), + (0, 169), + (0, 58), + (0, 17), + (0, 314), + (0, 23), + (0, 45), + (0, 38), + (0, 89), + (0, 360), + (0, 4626), + (0, 813), + (0, 6), + (0, 11), + (0, 602), + (0, 113), + (0, 16), + (0, 728), + (0, 3), + (0, 89), + (0, 180), + (0, 254), + (0, 565), + (0, 44), + (0, 17), + (0, 52), + (0, 95), + (0, 277), + (0, 13), + (0, 450), + (0, 583), + (0, 1776), + (0, 10), + (0, 1318), + (0, 1), + (0, 683), + (0, 117), + (0, 1), + (0, 362), + (0, 98), + (0, 2261), + (0, 4), + (0, 1753), + (0, 9), + (0, 1318), + (0, 1), + (0, 34), + (0, 1568), + (0, 3), + (0, 174), + (0, 10), + (0, 7), + (0, 355), + (0, 2213), + (0, 33), + (0, 856), + (0, 0), + (0, 6697), + (0, 10151), + (0, 177), + (0, 14), + (0, 2345), + (0, 23), + (0, 1275), + (0, 1189), + (0, 220), + (0, 2905), + (0, 14), + (0, 6338), + (0, 419), + (0, 3), + (0, 57), + (0, 62), + (0, 1622), + (0, 133), + (0, 70), + (0, 2), + (0, 2777), + (0, 1778), + (0, 6), + (0, 1296), + (0, 261), + (0, 4839), + (0, 1365), + (0, 5031), + (0, 730), + (0, 7037), + (0, 353), + (0, 9147), + (0, 4931), + (0, 2522), + (0, 65), + (0, 1), + (0, 320), + (0, 6), + (0, 0), + (0, 222), + (0, 68), + (0, 308), + (0, 129), + (0, 220), + (0, 6), + (0, 32), + (0, 4), + (0, 1688), + (0, 21), + (0, 63), + (0, 68), + (0, 8), + (0, 23), + (0, 0), + (0, 146), + (0, 197), + (0, 0), + (0, 0), + (0, 110), + (0, 1714), + (0, 1276), + (0, 4), + (0, 1298), + (0, 129), + (0, 172), + (0, 1257), + (0, 292), + (0, 481), + (0, 1294), + (0, 60), + (0, 1027), + (0, 2565), + (0, 1795), + (0, 1301), + (0, 24), + (0, 918), + (0, 603), + (0, 182), + (0, 17), + (0, 623), + (0, 92), + (0, 0), + (0, 65), + (0, 0), + (0, 159), + (0, 5), + (0, 1), + (0, 7579), + (0, 2907), + (0, 1584), + (0, 35), + (0, 1), + (0, 0), + (0, 349), + (0, 462), + (0, 336), + (0, 96), + (0, 13), + (0, 48), + (0, 419), + (0, 623), + (0, 8), + (0, 224), + (0, 383), + (0, 61), + (0, 622), + (0, 20), + (0, 1261), + (0, 2600), + (0, 432), + (0, 1), + (0, 718), + (0, 0), + (0, 4863), + (0, 909), + (0, 2183), + (0, 308), + (0, 0), + (0, 195), + (0, 943), + (0, 178), + (0, 112), + (0, 224), + (0, 8), + (0, 270), + (0, 435), + (0, 3494), + (0, 219), + (0, 24), + (0, 6), + (0, 95), + (0, 86), + (0, 333), + (0, 38), + (0, 26), + (0, 73), + (0, 154), + (0, 5), + (0, 866), + (0, 5), + (0, 74), + (0, 1568), + (0, 124), + (0, 554), + (0, 3), + (0, 14), + (0, 427), + (0, 520), + (0, 200), + (0, 2), + (0, 67), + (0, 3), + (0, 351), + (0, 1779), + (0, 551), + (0, 730), + (0, 2989), + (0, 8161), + (0, 72), + (0, 215), + (0, 2), + (0, 198), + (0, 155), + (0, 2027), + (0, 17), + (0, 102), + (0, 2213), + (0, 15), + (0, 65), + (0, 5), + (0, 24), + (0, 13), + (0, 9), + (0, 858), + (0, 0), + (0, 1397), + (0, 9), + (0, 196), + (0, 929), + (0, 564), + (0, 933), + (0, 356), + (0, 0), + (0, 4), + (0, 4075), + (0, 3238), + (0, 169), + (0, 307), + (0, 0), + (0, 0), + (0, 3), + (0, 5), + (0, 555), + (0, 0), + (0, 381), + (0, 0), + (0, 75), + (0, 121), + (0, 5), + (0, 3638), + (0, 216), + (0, 0), + (0, 663), + (0, 413), + (0, 5), + (0, 335), + (0, 514), + (0, 120), + (0, 4156), + (0, 5), + (0, 38), + (0, 522), + (0, 569), + (0, 2004), + (0, 220), + (0, 1009), + (0, 0), + (0, 925), + (0, 25), + (0, 14), + (0, 677), + (0, 2031), + (0, 1647), + (0, 5), + (0, 10), + (0, 21), + (0, 1357), + (0, 3), + (0, 8), + (0, 145), + (0, 10571), + (0, 803), + (0, 238), + (0, 1444), + (0, 3), + (0, 357), + (0, 1563), + (0, 877), + (0, 1774), + (0, 1441), + (0, 4), + (0, 26), + (0, 11), + (0, 34), + (0, 0), + (0, 1750), + (0, 398), + (0, 105), + (0, 68), + (0, 906), + (0, 527), + (0, 0), + (0, 4), + (0, 119), + (0, 179), + (0, 0), + (0, 257), + (0, 3980), + (0, 328), + (0, 2), + (0, 251), + (0, 60), + (0, 5163), + (0, 9), + (0, 29), + (0, 2488), + (0, 12), + (0, 465), + (0, 0), + (0, 188), + (0, 4804), + (0, 5), + (0, 7), + (0, 0), + (0, 892), + (0, 64), + (0, 680), + (0, 6305), + (0, 613), + (0, 700), + (0, 184), + (0, 1), + (0, 34), + (0, 8), + (0, 1326), + (0, 2939), + (0, 1), + (0, 3), + (0, 80), + (0, 1844), + (0, 201), + (0, 18), + (0, 237), + (0, 940), + (0, 1984), + (0, 1052), + (0, 187), + (0, 27), + (0, 15), + (0, 178), + (0, 196), + (0, 4905), + (0, 19), + (0, 2), + (0, 24), + (0, 841), + (0, 1707), + (0, 1519), + (0, 869), + (0, 1), + (0, 0), + (0, 32), + (0, 228), + (0, 17251), + (0, 2221), + (0, 117), + (0, 101), + (0, 35), + (0, 3104), + (0, 1), + (0, 34), + (0, 3), + (0, 1057), + (0, 153), + (0, 3), + (0, 689), + (0, 609), + (0, 45), + (0, 0), + (0, 54), + (0, 242), + (0, 83), + (0, 0), + (0, 5939), + (0, 781), + (0, 11), + (0, 3), + (0, 0), + (0, 617), + (0, 866), + (0, 30), + (0, 519), + (0, 33), + (0, 150), + (0, 188), + (0, 136), + (0, 17), + (0, 22), + (0, 2233), + (0, 164), + (0, 33), + (0, 866), + (0, 1409), + (0, 0), + (0, 1919), + (0, 434), + (0, 68), + (0, 9153), + (0, 345), + (0, 185), + (0, 2306), + (0, 71), + (0, 1061), + (0, 2163), + (0, 138), + (0, 258), + (0, 114), + (0, 14), + (0, 1), + (0, 146), + (0, 4068), + (0, 53), + (0, 60), + (0, 1857), + (0, 9), + (0, 584), + (0, 70), + (0, 2071), + (0, 2), + (0, 78), + (0, 485), + (0, 149), + (0, 9), + (0, 51), + (0, 2332), + (0, 141), + (0, 247), + (0, 1889), + (0, 3135), + (0, 2704), + (0, 40), + (0, 366), + (0, 9), + (0, 170), + (0, 181), + (0, 2013), + (0, 0), + (0, 37), + (0, 37), + (0, 6), + (0, 1), + (0, 3), + (0, 262), + (0, 5157), + (0, 2), + (0, 2107), + (0, 3401), + (0, 332), + (0, 1271), + (0, 10), + (0, 86), + (0, 0), + (0, 967), + (0, 3), + (0, 19), + (0, 6), + (0, 3052), + (0, 2242), + (0, 0), + (0, 54), + (0, 0), + (0, 14), + (0, 143), + (0, 130), + (0, 240), + (0, 1420), + (0, 88), + (0, 617), + (0, 7993), + (0, 1), + (0, 56), + (0, 2267), + (0, 934), + (0, 9), + (0, 100), + (0, 936), + (0, 1), + (0, 1), + (0, 1415), + (0, 66), + (0, 88), + (0, 1), + (0, 12), + (0, 0), + (0, 1396), + (0, 134), + (0, 191), + (0, 1), + (0, 5954), + (0, 18), + (0, 297), + (0, 133), + (0, 9034), + (0, 1438), + (0, 1774), + (0, 712), + (0, 2), + (0, 35), + (0, 15), + (0, 1), + (0, 129), + (0, 10), + (0, 600), + (0, 2965), + (0, 1630), + (0, 18), + (0, 393), + (0, 1685), + (0, 97), + (0, 810), + (0, 1496), + (0, 2), + (0, 1728), + (0, 1768), + (0, 874), + (0, 238), + (0, 1910), + (0, 45), + (0, 1178), + (0, 21), + (0, 0), + (0, 1978), + (0, 281), + (0, 17), + (0, 4), + (0, 152), + (0, 63), + (0, 1802), + (0, 77), + (0, 288), + (0, 87), + (0, 2), + (0, 65), + (0, 2493), + (0, 54), + (0, 2), + (0, 291), + (0, 1), + (0, 9), + (0, 3331), + (0, 5), + (0, 700), + (0, 11), + (0, 395), + (0, 24), + (0, 1566), + (0, 5619), + (0, 109), + (0, 292), + (0, 590), + (0, 3), + (0, 1271), + (0, 1115), + (0, 13), + (0, 189), + (0, 870), + (0, 2), + (0, 644), + (0, 22), + (0, 58), + (0, 372), + (0, 667), + (0, 157), + (0, 345), + (0, 5), + (0, 8), + (0, 0), + (0, 1662), + (0, 7), + (0, 79), + (0, 8369), + (0, 2716), + (0, 5069), + (0, 98), + (0, 121), + (0, 34), + (0, 21), + (0, 1162), + (0, 328), + (0, 3390), + (0, 3), + (0, 74), + (0, 1241), + (0, 3054), + (0, 8), + (0, 456), + (0, 25), + (0, 196), + (0, 2), + (0, 2), + (0, 128), + (0, 0), + (0, 114), + (0, 164), + (0, 139), + (0, 118), + (0, 3862), + (0, 37), + (0, 391), + (0, 2558), + (0, 180), + (0, 118), + (0, 32), + (0, 172), + (0, 575), + (0, 1), + (0, 205), + (0, 12), + (0, 55), + (0, 316), + (0, 464), + (0, 1884), + (0, 581), + (0, 5852), + (0, 177), + (0, 1139), + (0, 333), + (0, 0), + (0, 2493), + (0, 0), + (0, 0), + (0, 40), + (0, 14), + (0, 3319), + (0, 793), + (0, 6232), + (0, 64), + (0, 7), + (0, 1384), + (0, 133), + (0, 12), + (0, 10), + (0, 1487), + (0, 37), + (0, 27), + (0, 5413), + (0, 2053), + (0, 65), + (0, 156), + (0, 617), + (0, 117), + (0, 2), + (0, 49), + (0, 352), + (0, 12992), + (0, 2), + (0, 6241), + (0, 2), + (0, 16044), + (0, 1597), + (0, 4354), + (0, 745), + (0, 87), + (0, 3), + (0, 42), + (0, 108), + (0, 333), + (0, 0), + (0, 247), + (0, 3), + (0, 245), + (0, 2047), + (0, 64), + (0, 31), + (0, 1831), + (0, 759), + (0, 2118), + (0, 10), + (0, 22), + (0, 0), + (0, 1), + (0, 11), + (0, 25), + (0, 328), + (0, 1340), + (0, 1), + (0, 2), + (0, 5176), + (0, 2711), + (0, 7), + (0, 848), + (0, 10), + (0, 44), + (0, 189), + (0, 0), + (0, 16), + (0, 4), + (0, 2), + (0, 206), + (0, 677), + (0, 520), + (0, 3788), + (0, 2088), + (0, 0), + (0, 0), + (0, 97), + (0, 168), + (0, 11), + (0, 3), + (0, 41), + (0, 328), + (0, 118), + (0, 116), + (0, 416), + (0, 89), + (0, 95), + (0, 3792), + (0, 9), + (0, 16), + (0, 1), + (0, 2), + (0, 5149), + (0, 278), + (0, 572), + (0, 877), + (0, 44), + (0, 87), + (0, 1400), + (0, 114), + (0, 5), + (0, 358), + (0, 3), + (0, 8), + (0, 2714), + (0, 1925), + (0, 2129), + (0, 7218), + (0, 51), + (0, 1099), + (0, 124), + (0, 901), + (0, 1038), + (0, 213), + (0, 52), + (0, 0), + (0, 751), + (0, 28), + (0, 37), + (0, 265), + (0, 215), + (0, 198), + (0, 334), + (0, 472), + (0, 17), + (0, 246), + (0, 45), + (0, 1), + (0, 34), + (0, 253), + (0, 1402), + (0, 514), + (0, 15), + (0, 10), + (0, 208), + (0, 21), + (0, 13), + (0, 667), + (0, 108), + (0, 2), + (0, 140), + (0, 407), + (0, 10421), + (0, 24), + (0, 1860), + (0, 13818), + (0, 44), + (0, 7), + (0, 733), + (0, 102), + (0, 3), + (0, 1012), + (0, 352), + (0, 2), + (0, 141), + (0, 340), + (0, 1), + (0, 5), + (0, 219), + (0, 30), + (0, 261), + (0, 1), + (0, 646), + (0, 725), + (0, 125), + (0, 10), + (0, 2851), + (0, 3), + (0, 258), + (0, 832), + (0, 2378), + (0, 5698), + (0, 2), + (0, 14), + (0, 7), + (0, 246), + (0, 0), + (0, 2144), + (0, 1408), + (0, 345), + (0, 3299), + (0, 0), + (0, 18), + (0, 402), + (0, 235), + (0, 34), + (0, 3), + (0, 2610), + (0, 559), + (0, 55), + (0, 3), + (0, 687), + (0, 31), + (0, 1066), + (0, 396), + (0, 3156), + (0, 3516), + (0, 743), + (0, 58), + (0, 9), + (0, 316), + (0, 434), + (0, 5311), + (0, 974), + (0, 20), + (0, 482), + (0, 2726), + (0, 0), + (0, 11), + (0, 49), + (0, 362), + (0, 171), + (0, 365), + (0, 302), + (0, 313), + (0, 100), + (0, 312), + (0, 0), + (0, 203), + (0, 153), + (0, 4296), + (0, 1054), + (0, 252), + (0, 1), + (0, 599), + (0, 5247), + (0, 2427), + (0, 2268), + (0, 9), + (0, 1289), + (0, 25), + (0, 2619), + (0, 408), + (0, 18), + (0, 187), + (0, 35), + (0, 3156), + (0, 3), + (0, 209), + (0, 145), + (0, 0), + (0, 154), + (0, 127), + (0, 59), + (0, 9157), + (0, 1712), + (0, 1238), + (0, 624), + (0, 42), + (0, 90), + (0, 0), + (0, 238), + (0, 1143), + (0, 594), + (0, 46), + (0, 129), + (0, 650), + (0, 52), + (0, 1638), + (0, 237), + (0, 6572), + (0, 28), + (0, 143), + (0, 439), + (0, 201), + (0, 0), + (0, 0), + (0, 235), + (0, 0), + (0, 0), + (0, 3), + (0, 2953), + (0, 84), + (0, 150), + (0, 1144), + (0, 10), + (0, 44), + (0, 203), + (0, 733), + (0, 394), + (0, 884), + (0, 3399), + (0, 0), + (0, 1316), + (0, 4), + (0, 36), + (0, 5838), + (0, 92), + (0, 8), + (0, 627), + (0, 97), + (0, 2), + (0, 162), + (0, 2551), + (0, 14), + (0, 679), + (0, 248), + (0, 12), + (0, 4), + (0, 1653), + (0, 41), + (0, 3488), + (0, 5009), + (0, 1732), + (0, 2), + (0, 123), + (0, 12), + (0, 474), + (0, 720), + (0, 28), + (0, 634), + (0, 0), + (0, 88), + (0, 11999), + (0, 586), + (0, 7), + (0, 289), + (0, 352), + (0, 14), + (0, 224), + (0, 0), + (0, 3), + (0, 89), + (0, 63), + (0, 467), + (0, 569), + (0, 31), + (0, 6), + (0, 271), + (0, 18), + (0, 1332), + (0, 750), + (0, 169), + (0, 84), + (0, 5), + (0, 2389), + (0, 28), + (0, 2), + (0, 12), + (0, 385), + (0, 16), + (0, 232), + (0, 67), + (0, 0), + (0, 1), + (0, 8759), + (0, 3015), + (0, 509), + (0, 826), + (0, 2311), + (0, 3045), + (0, 310), + (0, 1057), + (0, 3610), + (0, 68), + (0, 47), + (0, 3961), + (0, 64), + (0, 436), + (0, 1517), + (0, 2167), + (0, 1493), + (0, 193), + (0, 1), + (0, 71), + (0, 9), + (0, 902), + (0, 5058), + (0, 994), + (0, 574), + (0, 18), + (0, 1542), + (0, 161), + (0, 53), + (0, 28), + (0, 2349), + (0, 258), + (0, 243), + (0, 2465), + (0, 46), + (0, 28), + (0, 754), + (0, 31), + (0, 11), + (0, 2182), + (0, 651), + (0, 4), + (0, 45), + (0, 0), + (0, 22), + (0, 258), + (0, 4), + (0, 14), + (0, 1086), + (0, 9), + (0, 2761), + (0, 83), + (0, 83), + (0, 1), + (0, 3830), + (0, 3), + (0, 104), + (0, 53), + (0, 342), + (0, 4), + (0, 454), + (0, 1368), + (0, 549), + (0, 10207), + (0, 7), + (0, 118), + (0, 21), + (0, 963), + (0, 175), + (0, 656), + (0, 1478), + (0, 2), + (0, 613), + (0, 1071), + (0, 230), + (0, 33), + (0, 0), + (0, 6), + (0, 152), + (0, 163), + (0, 713), + (0, 2464), + (0, 3), + (0, 0), + (0, 503), + (0, 19), + (0, 702), + (0, 0), + (0, 2122), + (0, 22), + (0, 553), + (0, 8), + (0, 1), + (0, 35), + (0, 623), + (0, 8302), + (0, 19), + (0, 944), + (0, 3073), + (0, 25), + (0, 540), + (0, 10), + (0, 19), + (0, 84), + (0, 4263), + (0, 14928), + (0, 136), + (0, 22), + (0, 18), + (0, 5), + (0, 212), + (0, 9), + (0, 4230), + (0, 32), + (0, 353), + (0, 1), + (0, 296), + (0, 1), + (0, 3881), + (0, 106), + (0, 204), + (0, 35), + (0, 7), + (0, 149), + (0, 12), + (0, 123), + (0, 942), + (0, 123), + (0, 1267), + (0, 179), + (0, 1762), + (0, 1), + (0, 0), + (0, 387), + (0, 1412), + (0, 1953), + (0, 6), + (0, 294), + (0, 61), + (0, 63), + (0, 1863), + (0, 4), + (0, 2064), + (0, 3193), + (0, 2346), + (0, 146), + (0, 57), + (0, 75), + (0, 605), + (0, 483), + (0, 186), + (0, 2086), + (0, 8), + (0, 3277), + (0, 9419), + (0, 60), + (0, 29), + (0, 14), + (0, 9), + (0, 1694), + (0, 3), + (0, 92), + (0, 1018), + (0, 2774), + (0, 46), + (0, 4395), + (0, 128), + (0, 1), + (0, 2), + (0, 41), + (0, 22), + (0, 2391), + (0, 220), + (0, 2), + (0, 6371), + (0, 0), + (0, 12283), + (0, 42), + (0, 4), + (0, 180), + (0, 4), + (0, 0), + (0, 968), + (0, 129), + (0, 528), + (0, 1034), + (0, 3214), + (0, 55), + (0, 988), + (0, 19), + (0, 228), + (0, 32), + (0, 82), + (0, 440), + (0, 136), + (0, 1366), + (0, 4), + (0, 2134), + (0, 10), + (0, 645), + (0, 24), + (0, 119), + (0, 30), + (0, 0), + (0, 1), + (0, 49), + (0, 1862), + (0, 0), + (0, 172), + (0, 64), + (0, 0), + (0, 134), + (0, 2247), + (0, 550), + (0, 85), + (0, 14), + (0, 787), + (0, 1), + (0, 0), + (0, 2982), + (0, 684), + (0, 16), + (0, 0), + (0, 3975), + (0, 154), + (0, 120), + (0, 102), + (0, 824), + (0, 1), + (0, 68), + (0, 35), + (0, 256), + (0, 3217), + (0, 2447), + (0, 38), + (0, 22), + (0, 499), + (0, 34), + (0, 3451), + (0, 7710), + (0, 1512), + (0, 7144), + (0, 4840), + (0, 3418), + (0, 23), + (0, 78), + (0, 247), + (0, 466), + (0, 146), + (0, 1501), + (0, 5), + (0, 1114), + (0, 28), + (0, 535), + (0, 4528), + (0, 252), + (0, 268), + (0, 107), + (0, 1), + (0, 815), + (0, 443), + (0, 25), + (0, 2007), + (0, 25), + (0, 12), + (0, 32), + (0, 0), + (0, 86), + (0, 0), + (0, 851), + (0, 13), + (0, 27), + (0, 6202), + (0, 129), + (0, 52), + (0, 54), + (0, 16), + (0, 5), + (0, 219), + (0, 2777), + (0, 0), + (0, 710), + (0, 2038), + (0, 33), + (0, 20), + (0, 1758), + (0, 415), + (0, 113), + (0, 13181), + (0, 3585), + (0, 2658), + (0, 130), + (0, 1911), + (0, 14), + (0, 990), + (0, 1), + (0, 88), + (0, 2111), + (0, 171), + (0, 163), + (0, 4314), + (0, 2), + (0, 5691), + (0, 454), + (0, 4519), + (0, 8), + (0, 747), + (0, 219), + (0, 8317), + (0, 1467), + (0, 467), + (0, 129), + (0, 3421), + (0, 196), + (0, 1), + (0, 26), + (0, 542), + (0, 28), + (0, 139), + (0, 364), + (0, 555), + (0, 163), + (0, 3538), + (0, 274), + (0, 371), + (0, 365), + (0, 6771), + (0, 2), + (0, 359), + (0, 2275), + (0, 6), + (0, 2), + (0, 9), + (0, 506), + (0, 1), + (0, 28), + (0, 17), + (0, 31), + (0, 745), + (0, 996), + (0, 1791), + (0, 256), + (0, 9), + (0, 1193), + (0, 33), + (0, 74), + (0, 11), + (0, 344), + (0, 39), + (0, 1568), + (0, 2), + (0, 475), + (0, 684), + (0, 0), + (0, 9), + (0, 7494), + (0, 271), + (0, 427), + (0, 66), + (0, 2667), + (0, 445), + (0, 2), + (0, 1), + (0, 271), + (0, 3851), + (0, 8679), + (0, 317), + (0, 531), + (0, 2838), + (0, 1946), + (0, 0), + (0, 310), + (0, 0), + (0, 9), + (0, 6309), + (0, 401), + (0, 297), + (0, 0), + (0, 19), + (0, 1), + (0, 1073), + (0, 129), + (0, 1386), + (0, 108), + (0, 17807), + (0, 75), + (0, 15), + (0, 2083), + (0, 224), + (0, 58), + (0, 29), + (0, 4), + (0, 75), + (0, 78), + (0, 360), + (0, 2198), + (0, 52), + (0, 55), + (0, 4139), + (0, 5200), + (0, 2), + (0, 746), + (0, 0), + (0, 57), + (0, 24), + (0, 2691), + (0, 72), + (0, 463), + (0, 1589), + (0, 42), + (0, 500), + (0, 725), + (0, 3054), + (0, 37), + (0, 15), + (0, 1525), + (0, 8), + (0, 242), + (0, 32), + (0, 534), + (0, 406), + (0, 10796), + (0, 2259), + (0, 4690), + (0, 167), + (0, 2), + (0, 4558), + (0, 5), + (0, 2), + (0, 347), + (0, 109), + (0, 7352), + (0, 2), + (0, 43), + (0, 0), + (0, 2406), + (0, 141), + (0, 1), + (0, 1836), + (0, 149), + (0, 23), + (0, 484), + (0, 80), + (0, 9), + (0, 66), + (0, 3918), + (0, 80), + (0, 158), + (0, 60), + (0, 101), + (0, 8254), + (0, 60), + (0, 13065), + (0, 589), + (0, 56), + (0, 10), + (0, 35), + (0, 1200), + (0, 48), + (0, 3348), + (0, 4090), + (0, 8630), + (0, 1206), + (0, 8), + (0, 138), + (0, 83), + (0, 2), + (0, 2957), + (0, 651), + (0, 161), + (0, 1), + (0, 0), + (0, 1346), + (0, 3621), + (0, 443), + (0, 2974), + (0, 21), + (0, 48), + (0, 165), + (0, 69), + (0, 1289), + (0, 1629), + (0, 36), + (0, 79), + (0, 77), + (0, 161), + (0, 0), + (0, 0), + (0, 55), + (0, 793), + (0, 9), + (0, 660), + (0, 496), + (0, 25), + (0, 3), + (0, 37), + (0, 4), + (0, 33), + (0, 1), + (0, 871), + (0, 403), + (0, 83), + (0, 1378), + (0, 0), + (0, 1222), + (0, 0), + (0, 1063), + (0, 79), + (0, 3997), + (0, 2776), + (0, 1447), + (0, 4477), + (0, 15), + (0, 1501), + (0, 1491), + (0, 2), + (0, 8389), + (0, 70), + (0, 3172), + (0, 690), + (0, 1057), + (0, 11), + (0, 3), + (0, 680), + (0, 64), + (0, 636), + (0, 1066), + (0, 8049), + (0, 2), + (0, 75), + (0, 57), + (0, 14346), + (0, 6), + (0, 831), + (0, 2771), + (0, 1924), + (0, 389), + (0, 413), + (0, 1052), + (0, 38), + (0, 1087), + (0, 2), + (0, 214), + (0, 1153), + (0, 43), + (0, 2803), + (0, 20), + (0, 293), + (0, 34), + (0, 4537), + (0, 177), + (0, 20145), + (0, 16), + (0, 502), + (0, 1114), + (0, 941), + (0, 25), + (0, 151), + (0, 36), + (0, 3170), + (0, 18), + (0, 3), + (0, 232), + (0, 1), + (0, 5), + (0, 664), + (0, 0), + (0, 422), + (0, 4832), + (0, 550), + (0, 37), + (0, 27), + (0, 2098), + (0, 1104), + (0, 16), + (0, 1), + (0, 0), + (0, 25), + (0, 206), + (0, 837), + (0, 5), + (0, 329), + (0, 2100), + (0, 21), + (0, 10), + (0, 202), + (0, 19), + (0, 5213), + (0, 3453), + (0, 13222), + (0, 0), + (0, 6), + (0, 75), + (0, 369), + (0, 15), + (0, 290), + (0, 1), + (0, 9), + (0, 1136), + (0, 12), + (0, 55), + (0, 89), + (0, 5607), + (0, 50), + (0, 28), + (0, 70), + (0, 148), + (0, 4756), + (0, 302), + (0, 733), + (0, 4051), + (0, 6), + (0, 877), + (0, 208), + (0, 1), + (0, 12), + (0, 2185), + (0, 45), + (0, 3386), + (0, 103), + (0, 44), + (0, 99), + (0, 116), + (0, 759), + (0, 24), + (0, 72), + (0, 949), + (0, 137), + (0, 48), + (0, 1235), + (0, 77), + (0, 80), + (0, 203), + (0, 493), + (0, 3154), + (0, 4715), + (0, 0), + (0, 2), + (0, 56), + (0, 2), + (0, 673), + (0, 106), + (0, 7370), + (0, 10), + (0, 1493), + (0, 1844), + (0, 3), + (0, 5), + (0, 8470), + (0, 10), + (0, 4), + (0, 5249), + (0, 1), + (0, 714), + (0, 1), + (0, 2387), + (0, 1430), + (0, 108), + (0, 5927), + (0, 141), + (0, 3), + (0, 0), + (0, 4), + (0, 35), + (0, 1327), + (0, 1), + (0, 857), + (0, 9649), + (0, 4), + (0, 17), + (0, 826), + (0, 6), + (0, 17), + (0, 102), + (0, 275), + (0, 1543), + (0, 8), + (0, 44), + (0, 226), + (0, 1556), + (0, 6629), + (0, 17), + (0, 2), + (0, 1208), + (0, 12), + (0, 1854), + (0, 720), + (0, 208), + (0, 3), + (0, 502), + (0, 69), + (0, 117), + (0, 563), + (0, 85), + (0, 288), + (0, 4191), + (0, 916), + (0, 11), + (0, 16941), + (0, 0), + (0, 624), + (0, 1), + (0, 608), + (0, 4404), + (0, 18), + (0, 580), + (0, 36), + (0, 1974), + (0, 166), + (0, 855), + (0, 314), + (0, 581), + (0, 0), + (0, 17), + (0, 1), + (0, 29), + (0, 958), + (0, 290), + (0, 1489), + (0, 1), + (0, 36), + (0, 258), + (0, 343), + (0, 14), + (0, 276), + (0, 2), + (0, 18), + (0, 14), + (0, 4558), + (0, 793), + (0, 660), + (0, 2), + (0, 1693), + (0, 130), + (0, 19), + (0, 649), + (0, 621), + (0, 1621), + (0, 3031), + (0, 0), + (0, 3), + (0, 2695), + (0, 7), + (0, 134), + (0, 78), + (0, 487), + (0, 605), + (0, 787), + (0, 60), + (0, 306), + (0, 5186), + (0, 16), + (0, 150), + (0, 11851), + (0, 1), + (0, 1308), + (0, 7), + (0, 3725), + (0, 55), + (0, 1211), + (0, 16), + (0, 217), + (0, 1960), + (0, 545), + (0, 2767), + (0, 53), + (0, 0), + (0, 46), + (0, 37), + (0, 1698), + (0, 362), + (0, 333), + (0, 27), + (0, 28), + (0, 817), + (0, 14455), + (0, 484), + (0, 28), + (0, 35), + (0, 138), + (0, 1229), + (0, 315), + (0, 274), + (0, 1297), + (0, 25), + (0, 27534), + (0, 788), + (0, 143), + (0, 6408), + (0, 230), + (0, 13), + (0, 549), + (0, 1), + (0, 43), + (0, 322), + (0, 2), + (0, 2381), + (0, 30), + (0, 4924), + (0, 63), + (0, 303), + (0, 2227), + (0, 1086), + (0, 422), + (0, 1501), + (0, 123), + (0, 2114), + (0, 237), + (0, 523), + (0, 35), + (0, 18), + (0, 369), + (0, 1), + (0, 3243), + (0, 1609), + (0, 9726), + (0, 927), + (0, 10), + (0, 1196), + (0, 1007), + (0, 782), + (0, 757), + (0, 8), + (0, 56), + (0, 0), + (0, 1288), + (0, 424), + (0, 0), + (0, 2552), + (0, 26), + (0, 191), + (0, 2677), + (0, 961), + (0, 1), + (0, 3553), + (0, 2468), + (0, 277), + (0, 1412), + (0, 5), + (0, 362), + (0, 1870), + (0, 162), + (0, 1346), + (0, 38), + (0, 3), + (0, 33), + (0, 141), + (0, 1240), + (0, 3363), + (0, 17), + (0, 879), + (0, 1), + (0, 2223), + (0, 0), + (0, 48), + (0, 296), + (0, 3263), + (0, 4), + (0, 23), + (0, 235), + (0, 1475), + (0, 325), + (0, 81), + (0, 1969), + (0, 1074), + (0, 64), + (0, 122), + (0, 2033), + (0, 288), + (0, 1), + (0, 312), + (0, 5), + (0, 231), + (0, 202), + (0, 9), + (0, 10), + (0, 1), + (0, 1689), + (0, 442), + (0, 24), + (0, 4), + (0, 44), + (0, 1), + (0, 8678), + (0, 1424), + (0, 43), + (0, 365), + (0, 159), + (0, 0), + (0, 5480), + (0, 404), + (0, 2294), + (0, 3148), + (0, 30), + (0, 31), + (0, 2136), + (0, 0), + (0, 9), + (0, 28065), + (0, 111), + (0, 62), + (0, 112), + (0, 2382), + (0, 679), + (0, 0), + (0, 3772), + (0, 6), + (0, 12), + (0, 6), + (0, 0), + (0, 106), + (0, 239), + (0, 342), + (0, 325), + (0, 80), + (0, 23), + (0, 0), + (0, 677), + (0, 192), + (0, 11), + (0, 0), + (0, 30), + (0, 348), + (0, 1314), + (0, 27), + (0, 3358), + (0, 5604), + (0, 185), + (0, 1), + (0, 1787), + (0, 11), + (0, 10), + (0, 811), + (0, 3379), + (0, 252), + (0, 3), + (0, 457), + (0, 0), + (0, 117), + (0, 1807), + (0, 1680), + (0, 1), + (0, 2322), + (0, 961), + (0, 194), + (0, 556), + (0, 4), + (0, 2), + (0, 235), + (0, 1), + (0, 239), + (0, 19), + (0, 20), + (0, 37), + (0, 492), + (0, 3180), + (0, 112), + (0, 30), + (0, 1), + (0, 53), + (0, 376), + (0, 26), + (0, 349), + (0, 4102), + (0, 756), + (0, 1924), + (0, 196), + (0, 323), + (0, 996), + (0, 3), + (0, 14), + (0, 1732), + (0, 701), + (0, 72), + (0, 14), + (0, 2179), + (0, 411), + (0, 5), + (0, 50), + (0, 1), + (0, 451), + (0, 6191), + (0, 1854), + (0, 2), + (0, 327), + (0, 75), + (0, 25), + (0, 3), + (0, 507), + (0, 14610), + (0, 963), + (0, 7), + (0, 11), + (0, 396), + (0, 46), + (0, 75), + (0, 5272), + (0, 973), + (0, 31), + (0, 140), + (0, 4), + (0, 721), + (0, 5), + (0, 5082), + (0, 3015), + (0, 29), + (0, 1108), + (0, 152), + (0, 238), + (0, 2), + (0, 904), + (0, 6291), + (0, 33), + (0, 1269), + (0, 11891), + (0, 75), + (0, 2810), + (0, 1654), + (0, 1455), + (0, 14), + (0, 6), + (0, 74), + (0, 37), + (0, 0), + (0, 72), + (0, 867), + (0, 15), + (0, 2532), + (0, 330), + (0, 4408), + (0, 93), + (0, 0), + (0, 456), + (0, 0), + (0, 0), + (0, 0), + (0, 559), + (0, 133), + (0, 87), + (0, 1587), + (0, 9), + (0, 7485), + (0, 3314), + (0, 10), + (0, 40), + (0, 6), + (0, 5839), + (0, 19), + (0, 408), + (0, 11), + (0, 0), + (0, 2719), + (0, 0), + (0, 6), + (0, 2666), + (0, 93), + (0, 83), + (0, 56), + (0, 12), + (0, 668), + (0, 2), + (0, 2264), + (0, 76), + (0, 22), + (0, 61), + (0, 3220), + (0, 1820), + (0, 55), + (0, 260), + (0, 17934), + (0, 1863), + (0, 297), + (0, 78), + (0, 2664), + (0, 964), + (0, 322), + (0, 386), + (0, 124), + (0, 284), + (0, 1758), + (0, 98), + (0, 4), + (0, 5723), + (0, 17), + (0, 489), + (0, 5531), + (0, 3360), + (0, 6), + (0, 59), + (0, 1589), + (0, 14), + (0, 110), + (0, 13), + (0, 6430), + (0, 38), + (0, 89), + (0, 83), + (0, 146), + (0, 151), + (0, 1568), + (0, 605), + (0, 29), + (0, 224), + (0, 2), + (0, 4045), + (0, 2962), + (0, 5198), + (0, 0), + (0, 1833), + (0, 0), + (0, 14), + (0, 3), + (0, 0), + (0, 67), + (0, 5), + (0, 998), + (0, 62), + (0, 14), + (0, 271), + (0, 3024), + (0, 192), + (0, 34), + (0, 1), + (0, 45), + (0, 4719), + (0, 182), + (0, 138), + (0, 4245), + (0, 168), + (0, 18), + (0, 97), + (0, 4), + (0, 55), + (0, 21), + (0, 4292), + (0, 0), + (0, 11), + (0, 12), + (0, 2239), + (0, 2), + (0, 963), + (0, 64), + (0, 1), + (0, 5), + (0, 241), + (0, 10), + (0, 32), + (0, 5753), + (0, 3081), + (0, 1072), + (0, 78), + (0, 26), + (0, 5), + (0, 1349), + (0, 7), + (0, 27), + (0, 40), + (0, 1787), + (0, 4668), + (0, 148), + (0, 857), + (0, 616), + (0, 503), + (0, 11), + (0, 19), + (0, 501), + (0, 391), + (0, 6), + (0, 3528), + (0, 9), + (0, 499), + (0, 3), + (0, 88), + (0, 79), + (0, 141), + (0, 161), + (0, 333), + (0, 21), + (0, 10), + (0, 1490), + (0, 1124), + (0, 1199), + (0, 1082), + (0, 3933), + (0, 1754), + (0, 7483), + (0, 93), + (0, 2), + (0, 3), + (0, 297), + (0, 451), + (0, 316), + (0, 840), + (0, 881), + (0, 17), + (0, 385), + (0, 83), + (0, 20), + (0, 477), + (0, 3), + (0, 414), + (0, 1923), + (0, 1), + (0, 7), + (0, 68), + (0, 2887), + (0, 79), + (0, 1), + (0, 500), + (0, 12), + (0, 2), + (0, 405), + (0, 21), + (0, 2631), + (0, 2251), + (0, 2824), + (0, 6), + (0, 7976), + (0, 59), + (0, 6), + (0, 2798), + (0, 334), + (0, 1888), + (0, 3274), + (0, 63), + (0, 443), + (0, 401), + (0, 198), + (0, 45), + (0, 997), + (0, 75), + (0, 519), + (0, 237), + (0, 9), + (0, 0), + (0, 19), + (0, 31), + (0, 109), + (0, 0), + (0, 0), + (0, 236), + (0, 1196), + (0, 1560), + (0, 106), + (0, 2333), + (0, 85), + (0, 7), + (0, 68), + (0, 859), + (0, 188), + (0, 390), + (0, 1617), + (0, 9), + (0, 943), + (0, 1476), + (0, 438), + (0, 6017), + (0, 6517), + (0, 17), + (0, 35), + (0, 65), + (0, 557), + (0, 247), + (0, 1640), + (0, 669), + (0, 943), + (0, 0), + (0, 6212), + (0, 2112), + (0, 78), + (0, 4939), + (0, 3), + (0, 53), + (0, 5), + (0, 0), + (0, 3674), + (0, 130), + (0, 2), + (0, 15), + (0, 4950), + (0, 2926), + (0, 247), + (0, 507), + (0, 3), + (0, 5), + (0, 9), + (0, 9), + (0, 7), + (0, 23), + (0, 1802), + (0, 146), + (0, 2749), + (0, 1), + (0, 103), + (0, 1610), + (0, 5862), + (0, 29), + (0, 1378), + (0, 2), + (0, 240), + (0, 226), + (0, 2493), + (0, 1318), + (0, 0), + (0, 359), + (0, 22), + (0, 106), + (0, 2275), + (0, 2296), + (0, 1312), + (0, 0), + (0, 6), + (0, 173), + (0, 2861), + (0, 721), + (0, 332), + (0, 133), + (0, 0), + (0, 7), + (0, 3097), + (0, 50), + (0, 30775), + (0, 15503), + (0, 2), + (0, 9364), + (0, 15275), + (0, 186), + (0, 26), + (0, 56), + (0, 5), + (0, 633), + (0, 8206), + (0, 354), + (0, 9), + (0, 0), + (0, 23), + (0, 72), + (0, 18), + (0, 32), + (0, 305), + (0, 7), + (0, 2505), + (0, 28), + (0, 24), + (0, 553), + (0, 53), + (0, 1471), + (0, 4), + (0, 751), + (0, 39), + (0, 52), + (0, 50), + (0, 2), + (0, 365), + (0, 1918), + (0, 40), + (0, 26), + (0, 190), + (0, 0), + (0, 21), + (0, 119), + (0, 57), + (0, 2), + (0, 4), + (0, 13527), + (0, 5721), + (0, 1), + (0, 0), + (0, 2586), + (0, 425), + (0, 864), + (0, 0), + (0, 0), + (0, 112), + (0, 49), + (0, 584), + (0, 11), + (0, 287), + (0, 5), + (0, 292), + (0, 162), + (0, 1007), + (0, 173), + (0, 5), + (0, 476), + (0, 1159), + (0, 383), + (0, 2), + (0, 10397), + (0, 25), + (0, 303), + (0, 84), + (0, 137), + (0, 8), + (0, 2256), + (0, 21), + (0, 112), + (0, 42), + (0, 413), + (0, 754), + (0, 1119), + (0, 14), + (0, 361), + (0, 489), + (0, 282), + (0, 1253), + (0, 3742), + (0, 1296), + (0, 140), + (0, 0), + (0, 3320), + (0, 259), + (0, 6), + (0, 116), + (0, 1044), + (0, 1946), + (0, 822), + (0, 8132), + (0, 1871), + (0, 625), + (0, 4410), + (0, 83), + (0, 702), + (0, 22189), + (0, 2477), + (0, 79), + (0, 445), + (0, 9409), + (0, 30), + (0, 4), + (0, 213), + (0, 288), + (0, 819), + (0, 2567), + (0, 1), + (0, 1831), + (0, 116), + (0, 30), + (0, 4816), + (0, 329), + (0, 3221), + (0, 12487), + (0, 1675), + (0, 158), + (0, 9), + (0, 396), + (0, 10), + (0, 618), + (0, 2530), + (0, 24), + (0, 8), + (0, 105), + (0, 3133), + (0, 196), + (0, 431), + (0, 6991), + (0, 74), + (0, 3898), + (0, 17616), + (0, 1594), + (0, 3014), + (0, 636), + (0, 1930), + (0, 189), + (0, 732), + (0, 62), + (0, 1605), + (0, 5622), + (0, 2275), + (0, 3795), + (0, 6), + (0, 4418), + (0, 3813), + (0, 201), + (0, 24), + (0, 2501), + (0, 1912), + (0, 117), + (0, 7423), + (0, 27), + (0, 0), + (0, 333), + (0, 71), + (0, 1366), + (0, 894), + (0, 28), + (0, 4), + (0, 105), + (0, 4352), + (0, 0), + (0, 634), + (0, 3071), + (0, 41), + (0, 430), + (0, 12), + (0, 5), + (0, 234), + (0, 969), + (0, 838), + (0, 444), + (0, 785), + (0, 857), + (0, 101), + (0, 2218), + (0, 0), + (0, 6), + (0, 145), + (0, 2), + (0, 11), + (0, 522), + (0, 198), + (0, 0), + (0, 3477), + (0, 815), + (0, 8), + (0, 9), + (0, 14), + (0, 5947), + (0, 54), + (0, 74), + (0, 0), + (0, 16), + (0, 4), + (0, 2702), + (0, 1), + (0, 2), + (0, 29), + (0, 2), + (0, 0), + (0, 5), + (0, 7), + (0, 6655), + (0, 85), + (0, 868), + (0, 18), + (0, 0), + (0, 439), + (0, 17491), + (0, 54), + (0, 2592), + (0, 603), + (0, 6), + (0, 25), + (0, 9042), + (0, 1669), + (0, 375), + (0, 7595), + (0, 7), + (0, 562), + (0, 106), + (0, 31), + (0, 692), + (0, 2628), + (0, 138), + (0, 122), + (0, 193), + (0, 104), + (0, 39), + (0, 375), + (0, 1), + (0, 583), + (0, 5025), + (0, 5284), + (0, 17), + (0, 65), + (0, 119), + (0, 780), + (0, 101), + (0, 165), + (0, 970), + (0, 17366), + (0, 9), + (0, 7092), + (0, 761), + (0, 31), + (0, 6698), + (0, 101), + (0, 5652), + (0, 601), + (0, 157), + (0, 0), + (0, 2735), + (0, 279), + (0, 0), + (0, 367), + (0, 179), + (0, 68), + (0, 579), + (0, 4385), + (0, 7839), + (0, 39), + (0, 82), + (0, 29943), + (0, 74), + (0, 373), + (0, 131), + (0, 620), + (0, 738), + (0, 148), + (0, 907), + (0, 3), + (0, 3292), + (0, 536), + (0, 23), + (0, 1356), + (0, 0), + (0, 452), + (0, 1395), + (0, 6), + (0, 1200), + (0, 265), + (0, 40), + (0, 144), + (0, 464), + (0, 193), + (0, 24), + (0, 7), + (0, 769), + (0, 770), + (0, 5), + (0, 360), + (0, 7), + (0, 1), + (0, 4301), + (0, 1796), + (0, 78), + (0, 7), + (0, 174), + (0, 100), + (0, 1), + (0, 100), + (0, 32), + (0, 107), + (0, 175), + (0, 5404), + (0, 599), + (0, 4), + (0, 3), + (0, 56), + (0, 735), + (0, 131), + (0, 2), + (0, 709), + (0, 2584), + (0, 590), + (0, 18), + (0, 239), + (0, 1500), + (0, 17650), + (0, 783), + (0, 3080), + (0, 57), + (0, 8), + (0, 1163), + (0, 448), + (0, 56), + (0, 1799), + (0, 144), + (0, 4777), + (0, 1234), + (0, 17018), + (0, 11), + (0, 46), + (0, 1101), + (0, 0), + (0, 7), + (0, 3392), + (0, 5206), + (0, 112), + (0, 56), + (0, 24045), + (0, 3), + (0, 179), + (0, 415), + (0, 4866), + (0, 457), + (0, 106), + (0, 12), + (0, 2238), + (0, 6), + (0, 69), + (0, 4736), + (0, 615), + (0, 404), + (0, 9), + (0, 2), + (0, 2976), + (0, 245), + (0, 35), + (0, 111), + (0, 717), + (0, 26690), + (0, 1333), + (0, 49), + (0, 2), + (0, 0), + (0, 0), + (0, 75), + (0, 9), + (0, 3), + (0, 0), + (0, 3285), + (0, 0), + (0, 46), + (0, 6452), + (0, 8262), + (0, 75), + (0, 3086), + (0, 15036), + (0, 52), + (0, 205), + (0, 197), + (0, 1084), + (0, 1413), + (0, 330), + (0, 7368), + (0, 28), + (0, 7), + (0, 1176), + (0, 1174), + (0, 35), + (0, 14881), + (0, 28), + (0, 64), + (0, 515), + (0, 1), + (0, 0), + (0, 602), + (0, 4), + (0, 1117), + (0, 1), + (0, 1916), + (0, 81), + (0, 17), + (0, 35), + (0, 129), + (0, 4), + (0, 238), + (0, 62), + (0, 0), + (0, 6), + (0, 7), + (0, 8), + (0, 6), + (0, 223), + (0, 6311), + (0, 29515), + (0, 27), + (0, 35), + (0, 61), + (0, 0), + (0, 338), + (0, 1366), + (0, 37), + (0, 528), + (0, 246), + (0, 136), + (0, 598), + (0, 6), + (0, 270), + (0, 410), + (0, 3), + (0, 70), + (0, 120), + (0, 63), + (0, 88), + (0, 1), + (0, 4), + (0, 5), + (0, 8), + (0, 3), + (0, 206), + (0, 2970), + (0, 6), + (0, 8796), + (0, 7), + (0, 29), + (0, 114), + (0, 89), + (0, 19), + (0, 11036), + (0, 2174), + (0, 22), + (0, 1274), + (0, 642), + (0, 14), + (0, 15), + (0, 111), + (0, 173), + (0, 237), + (0, 91), + (0, 163), + (0, 8645), + (0, 786), + (0, 12), + (0, 452), + (0, 6), + (0, 60), + (0, 623), + (0, 191), + (0, 2003), + (0, 1245), + (0, 94), + (0, 233), + (0, 232), + (0, 9), + (0, 559), + (0, 5), + (0, 2177), + (0, 78), + (0, 738), + (0, 2), + (0, 52), + (0, 16), + (0, 4), + (0, 8439), + (0, 1), + (0, 417), + (0, 0), + (0, 1175), + (0, 793), + (0, 76), + (0, 5408), + (0, 8390), + (0, 163), + (0, 15), + (0, 570), + (0, 26593), + (0, 846), + (0, 5584), + (0, 45), + (0, 148), + (0, 1501), + (0, 131), + (0, 97), + (0, 14), + (0, 41), + (0, 103), + (0, 5181), + (0, 1547), + (0, 2), + (0, 0), + (0, 10), + (0, 3), + (0, 0), + (0, 8), + (0, 409), + (0, 5484), + (0, 403), + (0, 10), + (0, 60), + (0, 96), + (0, 1604), + (0, 1347), + (0, 165), + (0, 5573), + (0, 5478), + (0, 29), + (0, 331), + (0, 17), + (0, 386), + (0, 33), + (0, 732), + (0, 181), + (0, 13), + (0, 20), + (0, 261), + (0, 313), + (0, 493), + (0, 0), + (0, 0), + (0, 1224), + (0, 129), + (0, 2917), + (0, 114), + (0, 3387), + (0, 2414), + (0, 229), + (0, 65), + (0, 15), + (0, 1120), + (0, 980), + (0, 14), + (0, 376), + (0, 4432), + (0, 102), + (0, 880), + (0, 154), + (0, 8), + (0, 42), + (0, 54), + (0, 3865), + (0, 796), + (0, 12), + (0, 53), + (0, 3), + (0, 2101), + (0, 20), + (0, 15), + (0, 20), + (0, 216), + (0, 166), + (0, 0), + (0, 10), + (0, 4500), + (0, 114), + (0, 108), + (0, 5431), + (0, 1), + (0, 640), + (0, 639), + (0, 22), + (0, 632), + (0, 445), + (0, 1005), + (0, 6668), + (0, 978), + (0, 987), + (0, 111), + (0, 48), + (0, 6896), + (0, 352), + (0, 62), + (0, 2), + (0, 1674), + (0, 1141), + (0, 1), + (0, 150), + (0, 8), + (0, 45), + (0, 469), + (0, 778), + (0, 295), + (0, 25), + (0, 7997), + (0, 73), + (0, 607), + (0, 2), + (0, 1781), + (0, 1522), + (0, 26), + (0, 399), + (0, 774), + (0, 485), + (0, 3), + (0, 219), + (0, 0), + (0, 0), + (0, 37), + (0, 1), + (0, 17), + (0, 1745), + (0, 266), + (0, 794), + (0, 7002), + (0, 8), + (0, 407), + (0, 109), + (0, 0), + (0, 206), + (0, 41), + (0, 0), + (0, 20), + (0, 7), + (0, 792), + (0, 3), + (0, 2006), + (0, 431), + (0, 121), + (0, 41), + (0, 279), + (0, 9467), + (0, 120), + (0, 139), + (0, 2), + (0, 115), + (0, 4115), + (0, 5354), + (0, 8), + (0, 16381), + (0, 107), + (0, 39), + (0, 16894), + (0, 5), + (0, 21), + (0, 13), + (0, 3), + (0, 8226), + (0, 63), + (0, 2249), + (0, 3), + (0, 44), + (0, 64), + (0, 578), + (0, 106), + (0, 252), + (0, 592), + (0, 1640), + (0, 1141), + (0, 1), + (0, 372), + (0, 1241), + (0, 7171), + (0, 3), + (0, 3206), + (0, 9048), + (0, 26), + (0, 28960), + (0, 4), + (0, 7635), + (0, 240), + (0, 6672), + (0, 495), + (0, 6168), + (0, 30), + (0, 110), + (0, 1), + (0, 937), + (0, 4536), + (0, 439), + (0, 473), + (0, 1823), + (0, 144), + (0, 5672), + (0, 2228), + (0, 219), + (0, 2), + (0, 56), + (0, 15363), + (0, 4), + (0, 647), + (0, 233), + (0, 2), + (0, 1), + (0, 2776), + (0, 301), + (0, 12321), + (0, 4996), + (0, 110), + (0, 27), + (0, 3516), + (0, 88), + (0, 7478), + (0, 1169), + (0, 662), + (0, 744), + (0, 312), + (0, 1351), + (0, 2), + (0, 18), + (0, 6), + (0, 12), + (0, 107), + (0, 1742), + (0, 13), + (0, 0), + (0, 913), + (0, 222), + (0, 3), + (0, 3), + (0, 1333), + (0, 61), + (0, 769), + (0, 3935), + (0, 40), + (0, 32), + (0, 99), + (0, 11), + (0, 794), + (0, 1), + (0, 340), + (0, 2050), + (0, 818), + (0, 49), + (0, 762), + (0, 1), + (0, 36), + (0, 2), + (0, 1501), + (0, 8), + (0, 88), + (0, 2), + (0, 366), + (0, 501), + (0, 6105), + (0, 6), + (0, 867), + (0, 233), + (0, 5086), + (0, 32), + (0, 287), + (0, 708), + (0, 6), + (0, 1), + (0, 307), + (0, 7150), + (0, 76), + (0, 156), + (0, 761), + (0, 0), + (0, 445), + (0, 4), + (0, 15), + (0, 5), + (0, 2302), + (0, 13), + (0, 47), + (0, 97), + (0, 347), + (0, 4993), + (0, 0), + (0, 73), + (0, 3), + (0, 577), + (0, 224), + (0, 806), + (0, 0), + (0, 485), + (0, 315), + (0, 9378), + (0, 6), + (0, 10812), + (0, 626), + (0, 1732), + (0, 711), + (0, 1244), + (0, 36379), + (0, 434), + (0, 2712), + (0, 1560), + (0, 157), + (0, 3732), + (0, 21), + (0, 34), + (0, 174), + (0, 45), + (0, 731), + (0, 734), + (0, 74), + (0, 125), + (0, 6108), + (0, 1), + (0, 50), + (0, 4), + (0, 898), + (0, 11), + (0, 281), + (0, 0), + (0, 183), + (0, 45), + (0, 5026), + (0, 400), + (0, 1326), + (0, 967), + (0, 890), + (0, 0), + (0, 161), + (0, 665), + (0, 2), + (0, 59), + (0, 0), + (0, 509), + (0, 5), + (0, 6), + (0, 15), + (0, 115), + (0, 1971), + (0, 2), + (0, 1787), + (0, 806), + (0, 7), + (0, 8), + (0, 101), + (0, 166), + (0, 248), + (0, 2), + (0, 1320), + (0, 3), + (0, 6163), + (0, 17), + (0, 21), + (0, 229), + (0, 18), + (0, 117), + (0, 1), + (0, 282), + (0, 8137), + (0, 382), + (0, 1739), + (0, 1), + (0, 1120), + (0, 2169), + (0, 0), + (0, 23411), + (0, 197), + (0, 1512), + (0, 1713), + (0, 46), + (0, 2), + (0, 667), + (0, 0), + (0, 473), + (0, 777), + (0, 5282), + (0, 14502), + (0, 3325), + (0, 19873), + (0, 11), + (0, 317), + (0, 3644), + (0, 6), + (0, 48), + (0, 1), + (0, 3), + (0, 1474), + (0, 2937), + (0, 54), + (0, 311), + (0, 4813), + (0, 155), + (0, 2155), + (0, 0), + (0, 72), + (0, 66), + (0, 53), + (0, 684), + (0, 16), + (0, 10), + (0, 8343), + (0, 1450), + (0, 94), + (0, 131), + (0, 2), + (0, 6626), + (0, 0), + (0, 1), + (0, 13), + (0, 14835), + (0, 5326), + (0, 17), + (0, 585), + (0, 136), + (0, 9677), + (0, 2246), + (0, 994), + (0, 1), + (0, 31), + (0, 1284), + (0, 0), + (0, 1745), + (0, 16), + (0, 60), + (0, 453), + (0, 251), + (0, 38), + (0, 199), + (0, 8), + (0, 285), + (0, 866), + (0, 6929), + (0, 190), + (0, 11), + (0, 2541), + (0, 6291), + (0, 4), + (0, 20343), + (0, 201), + (0, 46), + (0, 13751), + (0, 38284), + (0, 9003), + (0, 53), + (0, 1540), + (0, 1927), + (0, 6), + (0, 71), + (0, 2), + (0, 16), + (0, 1), + (0, 2495), + (0, 385), + (0, 574), + (0, 2238), + (0, 240), + (0, 61), + (0, 45), + (0, 32), + (0, 909), + (0, 8868), + (0, 19), + (0, 574), + (0, 5874), + (0, 117), + (0, 16), + (0, 830), + (0, 17), + (0, 3031), + (0, 25), + (0, 319), + (0, 21), + (0, 6), + (0, 532), + (0, 380), + (0, 5111), + (0, 4), + (0, 457), + (0, 48), + (0, 0), + (0, 2872), + (0, 827), + (0, 1982), + (0, 0), + (0, 43), + (0, 0), + (0, 45), + (0, 51), + (0, 785), + (0, 123), + (0, 1154), + (0, 7365), + (0, 1), + (0, 942), + (0, 1428), + (0, 5), + (0, 3247), + (0, 1001), + (0, 211), + (0, 175), + (0, 602), + (0, 768), + (0, 72), + (0, 728), + (0, 355), + (0, 268), + (0, 234), + (0, 1827), + (0, 4094), + (0, 1), + (0, 1070), + (0, 4), + (0, 1006), + (0, 0), + (0, 1134), + (0, 0), + (0, 0), + (0, 4430), + (0, 35740), + (0, 0), + (0, 198), + (0, 24), + (0, 19), + (0, 4902), + (0, 836), + (0, 28), + (0, 2), + (0, 9), + (0, 22), + (0, 12), + (0, 2540), + (0, 372), + (0, 87), + (0, 7), + (0, 689), + (0, 100), + (0, 155), + (0, 107), + (0, 548), + (0, 189), + (0, 32), + (0, 713), + (0, 3668), + (0, 10440), + (0, 431), + (0, 877), + (0, 189), + (0, 8), + (0, 836), + (0, 74), + (0, 0), + (0, 4476), + (0, 1232), + (0, 58), + (0, 452), + (0, 0), + (0, 135), + (0, 35632), + (0, 122), + (0, 2882), + (0, 214), + (0, 10), + (0, 5), + (0, 9619), + (0, 5), + (0, 853), + (0, 4155), + (0, 8), + (0, 3), + (0, 1465), + (0, 4874), + (0, 2), + (0, 3), + (0, 6141), + (0, 27), + (0, 3), + (0, 1784), + (0, 184), + (0, 2611), + (0, 3858), + (0, 123), + (0, 18), + (0, 0), + (0, 1), + (0, 69), + (0, 0), + (0, 0), + (0, 6), + (0, 2677), + (0, 157), + (0, 2791), + (0, 42), + (0, 7), + (0, 203), + (0, 2511), + (0, 555), + (0, 1044), + (0, 3), + (0, 59), + (0, 61), + (0, 1667), + (0, 263), + (0, 17429), + (0, 6247), + (0, 0), + (0, 2203), + (0, 510), + (0, 75), + (0, 2575), + (0, 7267), + (0, 21), + (0, 2), + (0, 399), + (0, 3646), + (0, 5142), + (0, 1132), + (0, 3), + (0, 4), + (0, 2658), + (0, 260), + (0, 149), + (0, 306), + (0, 2250), + (0, 16626), + (0, 2020), + (0, 80), + (0, 3), + (0, 11181), + (0, 0), + (0, 66), + (0, 788), + (0, 2), + (0, 712), + (0, 97), + (0, 14571), + (0, 147), + (0, 21292), + (0, 73), + (0, 5164), + (0, 7), + (0, 1045), + (0, 269), + (0, 456), + (0, 51), + (0, 10), + (0, 4), + (0, 96), + (0, 7987), + (0, 6), + (0, 6565), + (0, 13), + (0, 10), + (0, 2), + (0, 452), + (0, 4594), + (0, 203), + (0, 76), + (0, 7), + (0, 20), + (0, 749), + (0, 211), + (0, 25), + (0, 269), + (0, 459), + (0, 586), + (0, 5), + (0, 321), + (0, 16214), + (0, 2753), + (0, 10), + (0, 1296), + (0, 10), + (0, 0), + (0, 89), + (0, 4424), + (0, 19), + (0, 14), + (0, 421), + (0, 68), + (0, 261), + (0, 335), + (0, 109), + (0, 6), + (0, 1), + (0, 750), + (0, 623), + (0, 59), + (0, 21), + (0, 1212), + (0, 55), + (0, 1824), + (0, 65), + (0, 945), + (0, 1366), + (0, 1551), + (0, 6), + (0, 0), + (0, 2977), + (0, 0), + (0, 13445), + (0, 7), + (0, 1059), + (0, 3716), + (0, 7950), + (0, 288), + (0, 206), + (0, 7213), + (0, 0), + (0, 392), + (0, 242), + (0, 13), + (0, 2637), + (0, 436), + (0, 8), + (0, 136), + (0, 1008), + (0, 146), + (0, 52), + (0, 1), + (0, 270), + (0, 17703), + (0, 1), + (0, 0), + (0, 0), + (0, 8618), + (0, 0), + (0, 5464), + (0, 0), + (0, 1), + (0, 2265), + (0, 57), + (0, 169), + (0, 3818), + (0, 172), + (0, 7357), + (0, 262), + (0, 13970), + (0, 120), + (0, 4744), + (0, 1092), + (0, 5704), + (0, 4695), + (0, 2), + (0, 5), + (0, 2137), + (0, 7), + (0, 3), + (0, 5), + (0, 4544), + (0, 10360), + (0, 46), + (0, 642), + (0, 96), + (0, 2806), + (0, 0), + (0, 122), + (0, 22), + (0, 13744), + (0, 130), + (0, 6701), + (0, 10360), + (0, 102), + (0, 9), + (0, 1911), + (0, 667), + (0, 541), + (0, 7896), + (0, 6438), + (0, 9), + (0, 1990), + (0, 3866), + (0, 1392), + (0, 7), + (0, 1056), + (0, 222), + (0, 247), + (0, 102), + (0, 94), + (0, 3), + (0, 35), + (0, 165), + (0, 466), + (0, 1115), + (0, 9), + (0, 7595), + (0, 180), + (0, 77), + (0, 5735), + (0, 461), + (0, 274), + (0, 0), + (0, 1353), + (0, 2310), + (0, 93), + (0, 1415), + (0, 91), + (0, 12674), + (0, 502), + (0, 9093), + (0, 2846), + (0, 699), + (0, 10688), + (0, 244), + (0, 273), + (0, 652), + (0, 5905), + (0, 8256), + (0, 6), + (0, 10665), + (0, 15827), + (0, 1765), + (0, 30739), + (0, 361), + (0, 109), + (0, 6438), + (0, 4481), + (0, 786), + (0, 2819), + (0, 9333), + (0, 9), + (0, 23783), + (0, 228), + (0, 690), + (0, 0), + (0, 6632), + (0, 3), + (0, 8413), + (0, 1137), + (0, 8431), + (0, 125), + (0, 1), + (0, 6045), + (0, 294), + (0, 3077), + (0, 44), + (0, 5121), + (0, 1928), + (0, 9), + (0, 0), + (0, 1), + (0, 15), + (0, 35), + (0, 1676), + (0, 3801), + (0, 17123), + (0, 20), + (0, 1662), + (0, 7663), + (0, 399), + (0, 16271), + (0, 313), + (0, 3), + (0, 2997), + (0, 10), + (0, 3920), + (0, 2), + (0, 1589), + (0, 3486), + (0, 1396), + (0, 7140), + (0, 14163), + (0, 786), + (0, 63), + (0, 2045), + (0, 1261), + (0, 40), + (0, 6588), + (0, 0), + (0, 27), + (0, 20), + (0, 15186), + (0, 210), + (0, 0), + (0, 5591), + (0, 11), + (0, 1), + (0, 778), + (0, 725), + (0, 1), + (0, 0), + (0, 584), + (0, 180), + (0, 192), + (0, 0), + (0, 2197), + (0, 20), + (0, 142), + (0, 3), + (0, 12), + (0, 9373), + (0, 2946), + (0, 61), + (0, 9), + (0, 1285), + (0, 3753), + (0, 10123), + (0, 22), + (0, 0), + (0, 205), + (0, 361), + (0, 2), + (0, 2), + (0, 118), + (0, 0), + (0, 71), + (0, 67), + (0, 4171), + (0, 626), + (0, 28), + (0, 6), + (0, 2097), + (0, 3), + (0, 383), + (0, 14404), + (0, 2), + (0, 154), + (0, 8), + (0, 0), + (0, 85), + (0, 3314), + (0, 2249), + (0, 1588), + (0, 52), + (0, 0), + (0, 6023), + (0, 1761), + (0, 1907), + (0, 0), + (0, 546), + (0, 1), + (0, 5066), + (0, 3922), + (0, 11), + (0, 20), + (0, 10), + (0, 777), + (0, 2778), + (0, 273), + (0, 121), + (0, 499), + (0, 68), + (0, 96), + (0, 596), + (0, 78), + (0, 20), + (0, 1576), + (0, 311), + (0, 4), + (0, 2849), + (0, 168), + (0, 5522), + (0, 94), + (0, 7066), + (0, 164), + (0, 683), + (0, 2713), + (0, 0), + (0, 65), + (0, 27), + (0, 8), + (0, 2038), + (0, 4338), + (0, 6), + (0, 2718), + (0, 6636), + (0, 39), + (0, 118), + (0, 1913), + (0, 22), + (0, 114), + (0, 1156), + (0, 39), + (0, 48), + (0, 2), + (0, 469), + (0, 182), + (0, 288), + (0, 77), + (0, 387), + (0, 106), + (0, 5289), + (0, 5889), + (0, 2294), + (0, 627), + (0, 11015), + (0, 9020), + (0, 2), + (0, 823), + (0, 280), + (0, 4245), + (0, 75), + (0, 3814), + (0, 303), + (0, 1254), + (0, 282), + (0, 3625), + (0, 1590), + (0, 38), + (0, 2474), + (0, 67), + (0, 633), + (0, 25712), + (0, 364), + (0, 0), + (0, 8754), + (0, 620), + (0, 733), + (0, 106), + (0, 2), + (0, 9), + (0, 12897), + (0, 161), + (0, 43), + (0, 422), + (0, 148), + (0, 13109), + (0, 8963), + (0, 665), + (0, 1980), + (0, 3), + (0, 649), + (0, 75), + (0, 4036), + (0, 40), + (0, 2347), + (0, 641), + (0, 202), + (0, 0), + (0, 143), + (0, 4160), + (0, 695), + (0, 41), + (0, 99), + (0, 4), + (0, 981), + (0, 4428), + (0, 0), + (0, 0), + (0, 2180), + (0, 2), + (0, 49), + (0, 12), + (0, 401), + (0, 98), + (0, 1687), + (0, 426), + (0, 8), + (0, 2854), + (0, 40195), + (0, 19), + (0, 6), + (0, 17425), + (0, 826), + (0, 12), + (0, 2896), + (0, 2315), + (0, 26), + (0, 6), + (0, 414), + (0, 1571), + (0, 12800), + (0, 124), + (0, 2774), + (0, 0), + (0, 785), + (0, 3414), + (0, 66), + (0, 0), + (0, 725), + (0, 4), + (0, 554), + (0, 1), + (0, 1576), + (0, 298), + (0, 7), + (0, 2059), + (0, 79), + (0, 298), + (0, 198), + (0, 82), + (0, 3464), + (0, 10378), + (0, 168), + (0, 2864), + (0, 0), + (0, 19192), + (0, 550), + (0, 6439), + (0, 11), + (0, 47), + (0, 741), + (0, 0), + (0, 2364), + (0, 0), + (0, 231), + (0, 0), + (0, 29), + (0, 1056), + (0, 545), + (0, 8052), + (0, 810), + (0, 674), + (0, 3896), + (0, 653), + (0, 13298), + (0, 25527), + (0, 3363), + (0, 17), + (0, 231), + (0, 22411), + (0, 1256), + (0, 277), + (0, 10), + (0, 326), + (0, 413), + (0, 204), + (0, 205), + (0, 145), + (0, 1339), + (0, 48), + (0, 36), + (0, 3), + (0, 14), + (0, 198), + (0, 0), + (0, 3), + (0, 2607), + (0, 213), + (0, 13), + (0, 23085), + (0, 331), + (0, 5541), + (0, 17), + (0, 78), + (0, 9), + (0, 8374), + (0, 296), + (0, 441), + (0, 20), + (0, 0), + (0, 876), + (0, 169), + (0, 945), + (0, 2356), + (0, 34), + (0, 252), + (0, 1), + (0, 245), + (0, 243), + (0, 339), + (0, 6709), + (0, 397), + (0, 179), + (0, 14), + (0, 0), + (0, 12596), + (0, 4058), + (0, 10), + (0, 46), + (0, 2548), + (0, 5), + (0, 1071), + (0, 199), + (0, 1777), + (0, 25), + (0, 37), + (0, 3354), + (0, 109), + (0, 71), + (0, 15), + (0, 11), + (0, 226), + (0, 0), + (0, 9621), + (0, 1), + (0, 12659), + (0, 48), + (0, 5), + (0, 4), + (0, 15918), + (0, 2020), + (0, 19), + (0, 9161), + (0, 559), + (0, 288), + (0, 506), + (0, 1), + (0, 2578), + (0, 3), + (0, 122), + (0, 20), + (0, 82), + (0, 5559), + (0, 1127), + (0, 11887), + (0, 1238), + (0, 129), + (0, 18103), + (0, 19), + (0, 6), + (0, 2595), + (0, 207), + (0, 263), + (0, 3), + (0, 2438), + (0, 16758), + (0, 618), + (0, 2081), + (0, 198), + (0, 42), + (0, 4800), + (0, 12415), + (0, 1115), + (0, 1225), + (0, 6), + (0, 0), + (0, 0), + (0, 23), + (0, 2527), + (0, 8448), + (0, 39), + (0, 78), + (0, 4), + (0, 3629), + (0, 97), + (0, 99), + (0, 953), + (0, 927), + (0, 550), + (0, 176), + (0, 6923), + (0, 1), + (0, 60), + (0, 2), + (0, 5879), + (0, 127), + (0, 3952), + (0, 10), + (0, 12), + (0, 13), + (0, 206), + (0, 6913), + (0, 1), + (0, 2246), + (0, 13878), + (0, 9604), + (0, 1), + (0, 26), + (0, 44), + (0, 697), + (0, 326), + (0, 3014), + (0, 4785), + (0, 2), + (0, 231), + (0, 78), + (0, 2693), + (0, 79), + (0, 1446), + (0, 549), + (0, 7652), + (0, 993), + (0, 0), + (0, 1), + (0, 91), + (0, 353), + (0, 35602), + (0, 1), + (0, 1), + (0, 691), + (0, 2049), + (0, 0), + (0, 1516), + (0, 198), + (0, 216), + (0, 7485), + (0, 107), + (0, 17), + (0, 6), + (0, 4), + (0, 0), + (0, 327), + (0, 1103), + (0, 1005), + (0, 5967), + (0, 184), + (0, 11), + (0, 215), + (0, 2539), + (0, 1110), + (0, 3), + (0, 2), + (0, 160), + (0, 1202), + (0, 758), + (0, 1), + (0, 3881), + (0, 1449), + (0, 2195), + (0, 5), + (0, 2166), + (0, 11936), + (0, 2758), + (0, 41508), + (0, 317), + (0, 37), + (0, 3066), + (0, 3367), + (0, 0), + (0, 3), + (0, 102), + (0, 2), + (0, 0), + (0, 5045), + (0, 6164), + (0, 47), + (0, 207), + (0, 131), + (0, 4320), + (0, 14), + (0, 1042), + (0, 788), + (0, 18), + (0, 76), + (0, 169), + (0, 922), + (0, 60), + (0, 296), + (0, 9867), + (0, 0), + (0, 869), + (0, 4432), + (0, 460), + (0, 8), + (0, 2), + (0, 5), + (0, 7), + (0, 17361), + (0, 514), + (0, 3), + (0, 236), + (0, 67), + (0, 49), + (0, 3), + (0, 1), + (0, 7), + (0, 945), + (0, 591), + (0, 1), + (0, 0), + (0, 553), + (0, 31), + (0, 3991), + (0, 74), + (0, 625), + (0, 164), + (0, 18), + (0, 3039), + (0, 5177), + (0, 367), + (0, 3010), + (0, 2331), + (0, 29), + (0, 21), + (0, 4200), + (0, 26), + (0, 3), + (0, 231), + (0, 10), + (0, 2453), + (0, 949), + (0, 1332), + (0, 3472), + (0, 16), + (0, 15468), + (0, 8712), + (0, 537), + (0, 37), + (0, 21), + (0, 24), + (0, 482), + (0, 47), + (0, 12), + (0, 3546), + (0, 1), + (0, 1652), + (0, 1), + (0, 12841), + (0, 0), + (0, 5910), + (0, 614), + (0, 780), + (0, 5369), + (0, 4728), + (0, 3957), + (0, 1772), + (0, 3004), + (0, 984), + (0, 2673), + (0, 15162), + (0, 702), + (0, 3066), + (0, 10), + (0, 1), + (0, 53), + (0, 183), + (0, 31), + (0, 3800), + (0, 1325), + (0, 22783), + (0, 2176), + (0, 1898), + (0, 42), + (0, 923), + (0, 5958), + (0, 41), + (0, 0), + (0, 16068), + (0, 16165), + (0, 2), + (0, 2969), + (0, 349), + (0, 27), + (0, 447), + (0, 174), + (0, 12), + (0, 0), + (0, 669), + (0, 46), + (0, 1), + (0, 16), + (0, 3364), + (0, 112), + (0, 28), + (0, 11), + (0, 42938), + (0, 8), + (0, 13296), + (0, 101), + (0, 220), + (0, 1349), + (0, 13227), + (0, 2293), + (0, 6), + (0, 0), + (0, 22), + (0, 700), + (0, 32071), + (0, 368), + (0, 2030), + (0, 11), + (0, 170), + (0, 9262), + (0, 145), + (0, 5), + (0, 149), + (0, 3028), + (0, 30), + (0, 7466), + (0, 2435), + (0, 10), + (0, 8142), + (0, 30), + (0, 10), + (0, 24), + (0, 1), + (0, 90), + (0, 1783), + (0, 63), + (0, 174), + (0, 454), + (0, 791), + (0, 146), + (0, 2956), + (0, 60), + (0, 7), + (0, 1087), + (0, 178), + (0, 79), + (0, 0), + (0, 614), + (0, 48), + (0, 17), + (0, 240), + (0, 9), + (0, 239), + (0, 137), + (0, 356), + (0, 8), + (0, 78), + (0, 15184), + (0, 6592), + (0, 50), + (0, 3), + (0, 132), + (0, 2), + (0, 655), + (0, 9), + (0, 28), + (0, 2862), + (0, 123), + (0, 13380), + (0, 21), + (0, 0), + (0, 2), + (0, 1), + (0, 37), + (0, 104), + (0, 173), + (0, 2264), + (0, 2), + (0, 0), + (0, 58), + (0, 9813), + (0, 2159), + (0, 558), + (0, 2), + (0, 9), + (0, 1537), + (0, 625), + (0, 1122), + (0, 5256), + (0, 908), + (0, 4), + (0, 207), + (0, 62), + (0, 59), + (0, 2358), + (0, 499), + (0, 15452), + (0, 9114), + (0, 63), + (0, 2855), + (0, 209), + (0, 50), + (0, 3387), + (0, 79), + (0, 36821), + (0, 5147), + (0, 1256), + (0, 100), + (0, 0), + (0, 6380), + (0, 1401), + (0, 18), + (0, 1297), + (0, 1817), + (0, 4507), + (0, 83), + (0, 131), + (0, 37530), + (0, 8380), + (0, 52), + (0, 4), + (0, 2832), + (0, 91), + (0, 460), + (0, 34), + (0, 187), + (0, 199), + (0, 6004), + (0, 390), + (0, 5), + (0, 63), + (0, 0), + (0, 20), + (0, 3236), + (0, 1079), + (0, 46), + (0, 6), + (0, 32), + (0, 0), + (0, 6), + (0, 763), + (0, 142), + (0, 38), + (0, 15479), + (0, 4692), + (0, 289), + (0, 2678), + (0, 53), + (0, 653), + (0, 55), + (0, 5583), + (0, 0), + (0, 83), + (0, 0), + (0, 170), + (0, 40499), + (0, 76), + (0, 377), + (0, 1116), + (0, 5), + (0, 121), + (0, 3579), + (0, 161), + (0, 2272), + (0, 239), + (0, 18), + (0, 11), + (0, 16), + (0, 78), + (0, 7309), + (0, 96), + (0, 367), + (0, 186), + (0, 40), + (0, 2), + (0, 59), + (0, 580), + (0, 18999), + (0, 86), + (0, 300), + (0, 817), + (0, 0), + (0, 52), + (0, 4180), + (0, 1), + (0, 18), + (0, 14088), + (0, 27), + (0, 42), + (0, 873), + (0, 12), + (0, 1412), + (0, 326), + (0, 15658), + (0, 23), + (0, 19), + (0, 25), + (0, 1), + (0, 14), + (0, 52), + (0, 3919), + (0, 447), + (0, 55), + (0, 0), + (0, 284), + (0, 244), + (0, 710), + (0, 194), + (0, 11892), + (0, 2), + (0, 304), + (0, 1894), + (0, 3533), + (0, 421), + (0, 508), + (0, 0), + (0, 9), + (0, 1120), + (0, 4), + (0, 64), + (0, 645), + (0, 156), + (0, 1076), + (0, 12), + (0, 140), + (0, 14284), + (0, 3098), + (0, 8), + (0, 27947), + (0, 1377), + (0, 2650), + (0, 1813), + (0, 32846), + (0, 812), + (0, 23), + (0, 724), + (0, 848), + (0, 3), + (0, 1989), + (0, 38), + (0, 386), + (0, 22702), + (0, 176), + (0, 113), + (0, 1229), + (0, 3), + (0, 10), + (0, 0), + (0, 6195), + (0, 3344), + (0, 22), + (0, 6), + (0, 119), + (0, 48), + (0, 877), + (0, 73), + (0, 4), + (0, 19401), + (0, 10256), + (0, 10489), + (0, 658), + (0, 483), + (0, 183), + (0, 1960), + (0, 10), + (0, 4569), + (0, 72), + (0, 597), + (0, 27), + (0, 220), + (0, 6), + (0, 74), + (0, 2380), + (0, 168), + (0, 12999), + (0, 26), + (0, 0), + (0, 119), + (0, 22030), + (0, 7), + (0, 16312), + (0, 0), + (0, 3806), + (0, 4227), + (0, 1485), + (0, 3994), + (0, 0), + (0, 2409), + (0, 108), + (0, 8), + (0, 4076), + (0, 28), + (0, 1411), + (0, 154), + (0, 35), + (0, 18), + (0, 123), + (0, 0), + (0, 0), + (0, 43), + (0, 0), + (0, 2407), + (0, 1), + (0, 1433), + (0, 0), + (0, 2126), + (0, 4), + (0, 21), + (0, 6915), + (0, 6048), + (0, 25), + (0, 5936), + (0, 767), + (0, 49), + (0, 5011), + (0, 6), + (0, 164), + (0, 1215), + (0, 8), + (0, 21), + (0, 22), + (0, 67), + (0, 39710), + (0, 0), + (0, 323), + (0, 3165), + (0, 4312), + (0, 2035), + (0, 13990), + (0, 4616), + (0, 1053), + (0, 2499), + (0, 872), + (0, 395), + (0, 7), + (0, 16), + (0, 8071), + (0, 8), + (0, 121), + (0, 112), + (0, 1075), + (0, 405), + (0, 28), + (0, 10237), + (0, 6264), + (0, 13), + (0, 15820), + (0, 635), + (0, 6892), + (0, 14033), + (0, 5073), + (0, 24), + (0, 744), + (0, 70), + (0, 4), + (0, 7), + (0, 4), + (0, 975), + (0, 954), + (0, 1139), + (0, 1992), + (0, 13609), + (0, 14927), + (0, 591), + (0, 2557), + (0, 280), + (0, 2), + (0, 182), + (0, 609), + (0, 3), + (0, 12320), + (0, 561), + (0, 24962), + (0, 420), + (0, 907), + (0, 20), + (0, 1731), + (0, 228), + (0, 4), + (0, 5), + (0, 435), + (0, 887), + (0, 6994), + (0, 7), + (0, 6706), + (0, 1345), + (0, 9), + (0, 4), + (0, 1), + (0, 2105), + (0, 1012), + (0, 27718), + (0, 536), + (0, 46), + (0, 8242), + (0, 439), + (0, 88), + (0, 0), + (0, 936), + (0, 34), + (0, 0), + (0, 1149), + (0, 2972), + (0, 121), + (0, 0), + (0, 252), + (0, 153), + (0, 2), + (0, 219), + (0, 7684), + (0, 1329), + (0, 1942), + (0, 94), + (0, 102), + (0, 49), + (0, 2), + (0, 25), + (0, 52), + (0, 361), + (0, 15037), + (0, 86), + (0, 943), + (0, 610), + (0, 8769), + (0, 31664), + (0, 5959), + (0, 379), + (0, 2), + (0, 6880), + (0, 53), + (0, 2), + (0, 297), + (0, 490), + (0, 30146), + (0, 246), + (0, 1526), + (0, 2452), + (0, 665), + (0, 6), + (0, 137), + (0, 7977), + (0, 15), + (0, 66), + (0, 2), + (0, 1995), + (0, 17), + (0, 0), + (0, 5), + (0, 75), + (0, 14640), + (0, 39), + (0, 3053), + (0, 93), + (0, 3), + (0, 53), + (0, 18), + (0, 5837), + (0, 6745), + (0, 609), + (0, 7851), + (0, 22), + (0, 789), + (0, 18), + (0, 4), + (0, 616), + (0, 0), + (0, 2022), + (0, 4), + (0, 109), + (0, 0), + (0, 3), + (0, 5774), + (0, 15754), + (0, 0), + (0, 112), + (0, 24), + (0, 858), + (0, 150), + (0, 1218), + (0, 2690), + (0, 3), + (0, 100), + (0, 4078), + (0, 3129), + (0, 151), + (0, 0), + (0, 5), + (0, 4), + (0, 957), + (0, 50), + (0, 651), + (0, 1412), + (0, 1), + (0, 3191), + (0, 12), + (0, 3419), + (0, 3712), + (0, 579), + (0, 0), + (0, 2), + (0, 438), + (0, 30978), + (0, 23), + (0, 6230), + (0, 398), + (0, 10977), + (0, 423), + (0, 17624), + (0, 1242), + (0, 745), + (0, 1617), + (0, 282), + (0, 2136), + (0, 1), + (0, 686), + (0, 3), + (0, 299), + (0, 1655), + (0, 142), + (0, 3), + (0, 40), + (0, 1632), + (0, 0), + (0, 13592), + (0, 4623), + (0, 2), + (0, 1350), + (0, 2), + (0, 22), + (0, 604), + (0, 6), + (0, 1), + (0, 3925), + (0, 87), + (0, 17), + (0, 2789), + (0, 125), + (0, 88), + (0, 439), + (0, 222), + (0, 1296), + (0, 45), + (0, 422), + (0, 93), + (0, 1286), + (0, 749), + (0, 170), + (0, 849), + (0, 6), + (0, 2), + (0, 1313), + (0, 2910), + (0, 12), + (0, 290), + (0, 387), + (0, 220), + (0, 322), + (0, 17560), + (0, 131), + (0, 2867), + (0, 40), + (0, 0), + (0, 416), + (0, 1086), + (0, 84), + (0, 0), + (0, 1253), + (0, 13), + (0, 166), + (0, 28), + (0, 2201), + (0, 3260), + (0, 1367), + (0, 415), + (0, 31), + (0, 322), + (0, 1146), + (0, 130), + (0, 2813), + (0, 6317), + (0, 6), + (0, 23), + (0, 1235), + (0, 0), + (0, 928), + (0, 0), + (0, 5), + (0, 21764), + (0, 80), + (0, 658), + (0, 40), + (0, 1611), + (0, 29), + (0, 3823), + (0, 732), + (0, 250), + (0, 2715), + (0, 27), + (0, 644), + (0, 2612), + (0, 912), + (0, 370), + (0, 9873), + (0, 1572), + (0, 4), + (0, 4874), + (0, 2), + (0, 0), + (0, 114), + (0, 6596), + (0, 154), + (0, 48), + (0, 3400), + (0, 53), + (0, 775), + (0, 87), + (0, 3156), + (0, 3), + (0, 1), + (0, 619), + (0, 11), + (0, 3157), + (0, 1), + (0, 235), + (0, 756), + (0, 1493), + (0, 11), + (0, 18), + (0, 16), + (0, 0), + (0, 109), + (0, 42), + (0, 2190), + (0, 27917), + (0, 512), + (0, 80), + (0, 265), + (0, 2834), + (0, 4681), + (0, 447), + (0, 3), + (0, 175), + (0, 134), + (0, 620), + (0, 4862), + (0, 759), + (0, 50), + (0, 4013), + (0, 11575), + (0, 8074), + (0, 291), + (0, 922), + (0, 10), + (0, 28), + (0, 12674), + (0, 217), + (0, 45), + (0, 171), + (0, 10), + (0, 16565), + (0, 1585), + (0, 4261), + (0, 1), + (0, 11), + (0, 74), + (0, 326), + (0, 529), + (0, 7), + (0, 12515), + (0, 11), + (0, 26324), + (0, 8007), + (0, 412), + (0, 38), + (0, 4468), + (0, 986), + (0, 332), + (0, 2), + (0, 11724), + (0, 1190), + (0, 1), + (0, 13), + (0, 3), + (0, 417), + (0, 3), + (0, 194), + (0, 1586), + (0, 431), + (0, 7), + (0, 600), + (0, 3448), + (0, 67), + (0, 660), + (0, 2316), + (0, 1420), + (0, 3580), + (0, 4), + (0, 2645), + (0, 807), + (0, 37), + (0, 59), + (0, 3), + (0, 24), + (0, 277), + (0, 247), + (0, 106), + (0, 1077), + (0, 1), + (0, 277), + (0, 2), + (0, 177), + (0, 2), + (0, 2822), + (0, 600), + (0, 1680), + (0, 785), + (0, 4583), + (0, 3), + (0, 34), + (0, 81), + (0, 5796), + (0, 91), + (0, 11), + (0, 4005), + (0, 5632), + (0, 25), + (0, 472), + (0, 10451), + (0, 180), + (0, 48), + (0, 6790), + (0, 7), + (0, 2634), + (0, 610), + (0, 6), + (0, 823), + (0, 55), + (0, 50), + (0, 2), + (0, 116), + (0, 2466), + (0, 0), + (0, 1), + (0, 11), + (0, 5), + (0, 5541), + (0, 3082), + (0, 14661), + (0, 238), + (0, 12), + (0, 17), + (0, 2405), + (0, 1975), + (0, 2), + (0, 24), + (0, 17), + (0, 232), + (0, 2065), + (0, 7043), + (0, 11), + (0, 197), + (0, 4), + (0, 776), + (0, 55), + (0, 4175), + (0, 6553), + (0, 250), + (0, 113), + (0, 10), + (0, 878), + (0, 1581), + (0, 37889), + (0, 4924), + (0, 158), + (0, 410), + (0, 138), + (0, 3), + (0, 19), + (0, 3610), + (0, 33416), + (0, 649), + (0, 5914), + (0, 2097), + (0, 15), + (0, 26015), + (0, 33), + (0, 41771), + (0, 3), + (0, 11637), + (0, 10694), + (0, 1542), + (0, 24), + (0, 0), + (0, 2187), + (0, 120), + (0, 6778), + (0, 70), + (0, 491), + (0, 21), + (0, 5969), + (0, 58), + (0, 31), + (0, 917), + (0, 0), + (0, 113), + (0, 3083), + (0, 361), + (0, 3277), + (0, 19438), + (0, 31), + (0, 2), + (0, 456), + (0, 0), + (0, 1), + (0, 8228), + (0, 1), + (0, 68), + (0, 369), + (0, 129), + (0, 426), + (0, 4559), + (0, 1541), + (0, 2636), + (0, 1562), + (0, 1616), + (0, 1665), + (0, 1), + (0, 711), + (0, 966), + (0, 8), + (0, 1886), + (0, 1309), + (0, 665), + (0, 0), + (0, 822), + (0, 124), + (0, 1), + (0, 12016), + (0, 2026), + (0, 10630), + (0, 11916), + (0, 5531), + (0, 195), + (0, 7161), + (0, 79), + (0, 295), + (0, 82), + (0, 358), + (0, 8693), + (0, 225), + (0, 197), + (0, 1674), + (0, 12), + (0, 389), + (0, 37), + (0, 33), + (0, 2198), + (0, 4456), + (0, 10), + (0, 4172), + (0, 928), + (0, 28), + (0, 5095), + (0, 783), + (0, 4906), + (0, 1), + (0, 637), + (0, 4752), + (0, 6), + (0, 0), + (0, 1464), + (0, 7), + (0, 396), + (0, 55), + (0, 983), + (0, 4034), + (0, 554), + (0, 6410), + (0, 880), + (0, 11), + (0, 8), + (0, 0), + (0, 2053), + (0, 10), + (0, 178), + (0, 30643), + (0, 118), + (0, 595), + (0, 12), + (0, 314), + (0, 106), + (0, 47), + (0, 6283), + (0, 7), + (0, 82), + (0, 1378), + (0, 1), + (0, 0), + (0, 8974), + (0, 1822), + (0, 817), + (0, 11206), + (0, 0), + (0, 779), + (0, 1162), + (0, 3679), + (0, 10840), + (0, 80), + (0, 13286), + (0, 8703), + (0, 961), + (0, 147), + (0, 978), + (0, 400), + (0, 2340), + (0, 6095), + (0, 1237), + (0, 1418), + (0, 588), + (0, 180), + (0, 24), + (0, 4), + (0, 31129), + (0, 33), + (0, 5), + (0, 1659), + (0, 1), + (0, 21), + (0, 718), + (0, 385), + (0, 12248), + (0, 6197), + (0, 1943), + (0, 343), + (0, 8093), + (0, 43), + (0, 2864), + (0, 1238), + (0, 3749), + (0, 16), + (0, 29), + (0, 2293), + (0, 3959), + (0, 42), + (0, 243), + (0, 20140), + (0, 2245), + (0, 205), + (0, 708), + (0, 1131), + (0, 515), + (0, 195), + (0, 0), + (0, 51), + (0, 9696), + (0, 30), + (0, 7), + (0, 137), + (0, 1070), + (0, 10), + (0, 1200), + (0, 0), + (0, 28099), + (0, 7), + (0, 18), + (0, 4), + (0, 45), + (0, 25), + (0, 6472), + (0, 51), + (0, 2709), + (0, 5128), + (0, 8), + (0, 15215), + (0, 147), + (0, 311), + (0, 3), + (0, 5), + (0, 324), + (0, 5863), + (0, 44028), + (0, 6290), + (0, 856), + (0, 1564), + (0, 21724), + (0, 1390), + (0, 1), + (0, 352), + (0, 1), + (0, 41), + (0, 4636), + (0, 15), + (0, 1475), + (0, 11), + (0, 32), + (0, 1619), + (0, 10939), + (0, 24), + (0, 11454), + (0, 435), + (0, 84), + (0, 396), + (0, 574), + (0, 3), + (0, 27), + (0, 9), + (0, 5), + (0, 724), + (0, 6263), + (0, 1898), + (0, 4820), + (0, 2780), + (0, 975), + (0, 3567), + (0, 11294), + (0, 68), + (0, 48), + (0, 12535), + (0, 4), + (0, 5014), + (0, 141), + (0, 12571), + (0, 25), + (0, 56), + (0, 0), + (0, 56), + (0, 1022), + (0, 35), + (0, 21), + (0, 831), + (0, 614), + (0, 34), + (0, 32), + (0, 30), + (0, 194), + (0, 166), + (0, 271), + (0, 25), + (0, 34), + (0, 12), + (0, 2544), + (0, 10), + (0, 3283), + (0, 992), + (0, 46), + (0, 24179), + (0, 64), + (0, 0), + (0, 12992), + (0, 33054), + (0, 183), + (0, 1763), + (0, 5541), + (0, 2), + (0, 406), + (0, 4), + (0, 21095), + (0, 12369), + (0, 389), + (0, 22552), + (0, 44), + (0, 2745), + (0, 7), + (0, 20697), + (0, 90), + (0, 3080), + (0, 4275), + (0, 18266), + (0, 6029), + (0, 4695), + (0, 31), + (0, 6), + (0, 13287), + (0, 2222), + (0, 1684), + (0, 5), + (0, 13822), + (0, 23), + (0, 463), + (0, 34), + (0, 1410), + (0, 452), + (0, 274), + (0, 656), + (0, 1807), + (0, 3191), + (0, 1680), + (0, 50632), + (0, 7245), + (0, 297), + (0, 1445), + (0, 860), + (0, 2), + (0, 43875), + (0, 1), + (0, 8), + (0, 918), + (0, 197), + (0, 91), + (0, 26), + (0, 42), + (0, 0), + (0, 0), + (0, 22), + (0, 9), + (0, 102), + (0, 2237), + (0, 12839), + (0, 17), + (0, 70), + (0, 3421), + (0, 4), + (0, 41), + (0, 0), + (0, 6692), + (0, 2110), + (0, 33802), + (0, 36), + (0, 0), + (0, 75), + (0, 111), + (0, 613), + (0, 1420), + (0, 0), + (0, 15479), + (0, 4512), + (0, 262), + (0, 11), + (0, 2551), + (0, 6473), + (0, 39), + (0, 25), + (0, 3), + (0, 364), + (0, 4027), + (0, 57), + (0, 11), + (0, 136), + (0, 5651), + (0, 86), + (0, 3029), + (0, 36), + (0, 6), + (0, 782), + (0, 1411), + (0, 7149), + (0, 0), + (0, 1152), + (0, 45), + (0, 4), + (0, 40768), + (0, 26), + (0, 186), + (0, 0), + (0, 2648), + (0, 9), + (0, 11), + (0, 1523), + (0, 39), + (0, 1558), + (0, 224), + (0, 6), + (0, 438), + (0, 6341), + (0, 4353), + (0, 15110), + (0, 109), + (0, 411), + (0, 1124), + (0, 4518), + (0, 5056), + (0, 30), + (0, 1808), + (0, 8), + (0, 10), + (0, 3), + (0, 67), + (0, 1), + (0, 771), + (0, 9550), + (0, 207), + (0, 4827), + (0, 1), + (0, 407), + (0, 7), + (0, 71), + (0, 27), + (0, 2658), + (0, 379), + (0, 1129), + (0, 4), + (0, 920), + (0, 134), + (0, 4), + (0, 164), + (0, 18), + (0, 5), + (0, 20), + (0, 3314), + (0, 9), + (0, 2697), + (0, 325), + (0, 4), + (0, 2242), + (0, 18), + (0, 956), + (0, 6141), + (0, 13485), + (0, 3), + (0, 208), + (0, 233), + (0, 578), + (0, 5), + (0, 95), + (0, 3437), + (0, 2727), + (0, 255), + (0, 31815), + (0, 1), + (0, 0), + (0, 51), + (0, 3552), + (0, 3472), + (0, 11859), + (0, 1105), + (0, 13175), + (0, 3539), + (0, 6076), + (0, 8761), + (0, 2), + (0, 416), + (0, 1063), + (0, 26), + (0, 72), + (0, 26), + (0, 1362), + (0, 0), + (0, 4422), + (0, 51), + (0, 9945), + (0, 14), + (0, 4), + (0, 0), + (0, 662), + (0, 996), + (0, 6), + (0, 2405), + (0, 2149), + (0, 121), + (0, 130), + (0, 1618), + (0, 2799), + (0, 2449), + (0, 10717), + (0, 196), + (0, 2318), + (0, 78), + (0, 27993), + (0, 0), + (0, 878), + (0, 608), + (0, 3384), + (0, 11121), + (0, 4800), + (0, 305), + (0, 81), + (0, 0), + (0, 16777), + (0, 1752), + (0, 321), + (0, 1820), + (0, 21385), + (0, 1918), + (0, 3100), + (0, 18), + (0, 394), + (0, 2261), + (0, 47), + (0, 33799), + (0, 24766), + (0, 250), + (0, 12388), + (0, 162), + (0, 4), + (0, 13552), + (0, 14215), + (0, 24), + (0, 25), + (0, 1), + (0, 340), + (0, 29), + (0, 1584), + (0, 1182), + (0, 164), + (0, 11), + (0, 11139), + (0, 252), + (0, 16775), + (0, 313), + (0, 4423), + (0, 335), + (0, 2010), + (0, 7), + (0, 4), + (0, 4057), + (0, 12325), + (0, 123), + (0, 26), + (0, 7375), + (0, 1326), + (0, 11), + (0, 3533), + (0, 477), + (0, 4289), + (0, 255), + (0, 2), + (0, 1408), + (0, 5276), + (0, 370), + (0, 5), + (0, 52), + (0, 5058), + (0, 246), + (0, 38028), + (0, 132), + (0, 3), + (0, 9792), + (0, 8557), + (0, 1318), + (0, 190), + (0, 9435), + (0, 12982), + (0, 0), + (0, 345), + (0, 757), + (0, 72), + (0, 0), + (0, 127), + (0, 3), + (0, 237), + (0, 5522), + (0, 5452), + (0, 2), + (0, 3278), + (0, 16786), + (0, 40447), + (0, 460), + (0, 3373), + (0, 36943), + (0, 299), + (0, 8), + (0, 20724), + (0, 25), + (0, 441), + (0, 12), + (0, 304), + (0, 204), + (0, 1020), + (0, 27), + (0, 407), + (0, 8178), + (0, 10576), + (0, 6236), + (0, 39), + (0, 12), + (0, 2402), + (0, 1), + (0, 11617), + (0, 17895), + (0, 21), + (0, 0), + (0, 264), + (0, 15328), + (0, 145), + (0, 417), + (0, 128), + (0, 0), + (0, 754), + (0, 433), + (0, 1), + (0, 36), + (0, 169), + (0, 97), + (0, 2062), + (0, 893), + (0, 2), + (0, 668), + (0, 40), + (0, 1625), + (0, 21), + (0, 634), + (0, 42), + (0, 2), + (0, 952), + (0, 24), + (0, 762), + (0, 3), + (0, 5), + (0, 100), + (0, 980), + (0, 0), + (0, 90), + (0, 21), + (0, 43279), + (0, 4829), + (0, 193), + (0, 57), + (0, 70), + (0, 37941), + (0, 346), + (0, 139), + (0, 25783), + (0, 790), + (0, 137), + (0, 4), + (0, 21643), + (0, 0), + (0, 20), + (0, 49), + (0, 254), + (0, 598), + (0, 10), + (0, 316), + (0, 9429), + (0, 8922), + (0, 195), + (0, 3389), + (0, 31), + (0, 1609), + (0, 1), + (0, 9), + (0, 551), + (0, 10812), + (0, 8914), + (0, 9), + (0, 228), + (0, 4124), + (0, 68), + (0, 34), + (0, 6971), + (0, 2), + (0, 9731), + (0, 21222), + (0, 0), + (0, 189), + (1, 15913), + (0, 563), + (0, 158), + (0, 9), + (0, 3), + (0, 109), + (0, 198), + (0, 18116), + (0, 2), + (0, 1668), + (0, 11270), + (0, 5), + (0, 72), + (0, 3955), + (0, 1), + (0, 7), + (0, 144), + (0, 678), + (0, 3), + (0, 0), + (0, 304), + (0, 2815), + (0, 1317), + (0, 849), + (0, 197), + (0, 6), + (0, 1493), + (0, 329), + (0, 25105), + (0, 6315), + (0, 5675), + (0, 1169), + (0, 678), + (0, 11001), + (0, 2), + (0, 10501), + (0, 28), + (0, 2945), + (0, 29889), + (0, 264), + (0, 10697), + (0, 1508), + (0, 228), + (0, 23), + (0, 335), + (0, 2759), + (0, 17985), + (0, 2132), + (0, 2953), + (0, 0), + (0, 241), + (0, 488), + (0, 52), + (0, 6), + (0, 5220), + (0, 729), + (0, 20), + (0, 3725), + (0, 9687), + (0, 12396), + (0, 175), + (0, 90), + (0, 274), + (0, 321), + (0, 667), + (0, 1035), + (0, 58), + (0, 288), + (0, 503), + (0, 8730), + (0, 226), + (0, 0), + (0, 60), + (0, 4), + (0, 9961), + (0, 56), + (0, 1488), + (0, 1015), + (0, 149), + (0, 28), + (0, 16), + (0, 22), + (0, 758), + (0, 6128), + (0, 545), + (0, 21), + (0, 305), + (0, 166), + (0, 72), + (0, 188), + (0, 165), + (0, 2561), + (0, 20), + (0, 997), + (0, 27), + (0, 3), + (0, 7), + (0, 1803), + (0, 24), + (0, 697), + (0, 752), + (0, 862), + (0, 102), + (0, 23111), + (0, 8021), + (0, 1667), + (0, 47), + (0, 3), + (0, 7098), + (0, 36638), + (0, 57), + (0, 96), + (0, 19), + (0, 3259), + (0, 11927), + (0, 13), + (0, 302), + (0, 280), + (0, 316), + (0, 16593), + (0, 10179), + (0, 14), + (0, 3), + (0, 0), + (0, 31), + (0, 1784), + (0, 654), + (0, 296), + (0, 12), + (0, 1587), + (0, 95), + (0, 27073), + (0, 2175), + (0, 15), + (0, 38), + (0, 1358), + (0, 103), + (0, 14559), + (0, 10), + (0, 1), + (0, 114), + (0, 320), + (0, 5050), + (0, 12436), + (0, 10), + (0, 53), + (0, 160), + (0, 26), + (0, 1983), + (0, 0), + (0, 75), + (0, 28158), + (0, 9), + (0, 0), + (0, 759), + (0, 5), + (0, 17), + (0, 145), + (0, 8), + (0, 268), + (0, 5249), + (0, 67876), + (0, 39), + (0, 55), + (0, 721), + (0, 10), + (0, 575), + (0, 19991), + (0, 4446), + (0, 147), + (0, 57), + (0, 7422), + (0, 0), + (0, 2650), + (0, 1472), + (0, 124), + (0, 2517), + (0, 46634), + (0, 6068), + (0, 40), + (0, 15), + (0, 118), + (0, 923), + (0, 804), + (0, 120), + (0, 489), + (0, 22966), + (0, 0), + (0, 5104), + (0, 9723), + (0, 41), + (0, 21), + (0, 138), + (0, 6345), + (0, 4544), + (0, 66), + (0, 1783), + (0, 280), + (0, 2830), + (0, 21077), + (0, 1), + (0, 192), + (0, 976), + (0, 5479), + (0, 239), + (0, 1665), + (0, 315), + (0, 937), + (0, 0), + (0, 308), + (0, 237), + (0, 3), + (0, 64), + (0, 30178), + (0, 1797), + (0, 40), + (0, 1489), + (0, 6539), + (0, 7118), + (0, 60), + (0, 1123), + (0, 4), + (0, 26), + (0, 3141), + (0, 2), + (0, 0), + (0, 6757), + (0, 518), + (0, 8692), + (0, 525), + (0, 36), + (0, 97), + (0, 643), + (0, 1), + (0, 8719), + (0, 4916), + (0, 14), + (0, 57953), + (0, 1), + (0, 720), + (0, 21057), + (0, 569), + (0, 9), + (0, 554), + (0, 59), + (0, 23588), + (0, 170), + (0, 0), + (0, 4), + (0, 0), + (0, 1189), + (0, 38), + (0, 1), + (0, 230), + (0, 2), + (0, 16), + (0, 1812), + (0, 2201), + (0, 26), + (0, 23310), + (0, 2017), + (0, 2050), + (0, 545), + (0, 2), + (0, 1826), + (0, 92), + (0, 6668), + (0, 1327), + (0, 4415), + (0, 728), + (0, 0), + (0, 3255), + (0, 0), + (0, 2), + (0, 3213), + (0, 4), + (0, 892), + (0, 6155), + (0, 4794), + (0, 5), + (0, 213), + (0, 7), + (0, 35), + (0, 34728), + (0, 1836), + (0, 35940), + (0, 159), + (0, 9391), + (0, 14145), + (0, 7), + (0, 119), + (0, 482), + (0, 357), + (0, 74), + (0, 215), + (0, 3755), + (0, 536), + (0, 30), + (0, 0), + (0, 414), + (0, 5377), + (0, 8878), + (0, 2130), + (0, 2759), + (0, 23973), + (0, 187), + (0, 27), + (0, 187), + (0, 46), + (0, 0), + (0, 4449), + (0, 90), + (0, 1037), + (0, 1018), + (0, 1868), + (0, 359), + (0, 5827), + (0, 266), + (0, 3), + (0, 10), + (0, 9), + (0, 694), + (0, 853), + (0, 27698), + (0, 13888), + (0, 11821), + (0, 522), + (0, 30998), + (0, 1205), + (0, 1651), + (0, 312), + (0, 6249), + (0, 39), + (0, 205), + (0, 0), + (0, 1), + (0, 15093), + (0, 6), + (0, 28301), + (0, 199), + (0, 54), + (0, 182), + (0, 15506), + (0, 44469), + (0, 6), + (0, 19802), + (0, 203), + (0, 11696), + (0, 1287), + (0, 9), + (0, 7994), + (0, 2045), + (0, 704), + (0, 59725), + (0, 46425), + (0, 15), + (0, 0), + (0, 90), + (0, 12909), + (0, 203), + (0, 114), + (0, 758), + (0, 61), + (0, 15955), + (0, 3815), + (0, 2), + (0, 0), + (0, 8), + (0, 85), + (0, 3), + (0, 82), + (0, 15), + (0, 17976), + (0, 1398), + (0, 100), + (0, 7), + (0, 9675), + (0, 14907), + (0, 400), + (0, 40460), + (0, 177), + (0, 665), + (0, 0), + (0, 14644), + (0, 5182), + (0, 91), + (0, 162), + (0, 7772), + (0, 2625), + (0, 230), + (0, 91), + (0, 6670), + (0, 26), + (0, 90), + (0, 0), + (0, 8296), + (0, 39), + (0, 2024), + (0, 40), + (0, 8), + (0, 151), + (0, 2040), + (0, 0), + (0, 1871), + (0, 1739), + (0, 37), + (0, 2553), + (0, 21908), + (0, 254), + (0, 3), + (0, 9), + (0, 0), + (0, 611), + (0, 967), + (0, 4799), + (0, 36064), + (0, 38), + (0, 15), + (0, 74), + (0, 608), + (0, 25), + (0, 51), + (0, 1708), + (0, 944), + (0, 6756), + (0, 7), + (0, 1474), + (0, 2948), + (0, 659), + (0, 553), + (0, 362), + (0, 205), + (0, 9), + (0, 26), + (0, 7693), + (0, 25312), + (0, 4), + (0, 1), + (0, 1614), + (0, 1), + (0, 1999), + (0, 15246), + (0, 547), + (0, 12), + (0, 0), + (0, 578), + (0, 166), + (0, 967), + (0, 1828), + (0, 245), + (0, 20), + (0, 6298), + (0, 17395), + (0, 62167), + (0, 75), + (0, 1422), + (0, 5536), + (0, 294), + (0, 33), + (0, 0), + (0, 8), + (0, 32416), + (0, 61), + (0, 4912), + (0, 363), + (0, 196), + (0, 12137), + (0, 782), + (0, 18163), + (0, 1469), + (0, 3), + (0, 2673), + (0, 23761), + (0, 19635), + (0, 35), + (0, 1), + (0, 5920), + (0, 1881), + (0, 6), + (0, 23514), + (0, 484), + (0, 1824), + (0, 28), + (0, 49), + (0, 1), + (0, 46), + (0, 1212), + (0, 240), + (0, 3), + (0, 1), + (0, 6355), + (0, 10), + (0, 0), + (0, 11), + (0, 15770), + (0, 14235), + (0, 6), + (0, 0), + (0, 1768), + (0, 167), + (0, 112), + (0, 2572), + (0, 1224), + (0, 32733), + (0, 1408), + (0, 752), + (0, 1132), + (0, 578), + (0, 6), + (0, 48), + (0, 306), + (0, 53787), + (0, 2300), + (0, 202), + (0, 9), + (0, 0), + (0, 669), + (0, 3429), + (0, 5119), + (0, 1), + (0, 2568), + (0, 5), + (0, 195), + (0, 1), + (0, 1935), + (0, 15), + (0, 320), + (0, 4700), + (0, 461), + (0, 7), + (0, 18207), + (0, 1178), + (0, 12), + (0, 9706), + (0, 1), + (0, 0), + (0, 4), + (0, 29), + (0, 41979), + (0, 1652), + (0, 126), + (0, 102), + (0, 4050), + (0, 104), + (0, 22961), + (0, 44874), + (0, 2), + (0, 4), + (0, 9), + (0, 97), + (0, 6), + (0, 2514), + (0, 1), + (0, 20221), + (0, 5), + (0, 8), + (0, 36), + (0, 219), + (0, 366), + (0, 2), + (0, 8068), + (0, 7), + (0, 364), + (0, 3081), + (0, 32), + (0, 39538), + (0, 4), + (0, 4123), + (0, 0), + (0, 228), + (0, 3254), + (0, 3284), + (0, 11173), + (0, 2058), + (0, 1693), + (0, 235), + (0, 22907), + (0, 5594), + (0, 8833), + (0, 3594), + (0, 245), + (0, 935), + (0, 6244), + (0, 14778), + (0, 2216), + (0, 713), + (0, 1), + (0, 3701), + (0, 126), + (0, 35), + (0, 2578), + (0, 2849), + (0, 192), + (0, 24271), + (0, 38), + (0, 8), + (0, 26), + (0, 91), + (0, 8850), + (0, 46), + (0, 605), + (0, 0), + (0, 19312), + (0, 37271), + (0, 0), + (0, 7764), + (0, 6395), + (0, 24), + (0, 3737), + (0, 437), + (0, 238), + (0, 35063), + (0, 7236), + (0, 64), + (0, 26745), + (0, 93), + (0, 5784), + (0, 57), + (0, 470), + (0, 1), + (0, 6), + (0, 9641), + (0, 0), + (0, 44), + (0, 2), + (0, 883), + (0, 211), + (0, 524), + (0, 231), + (0, 0), + (0, 18966), + (0, 73), + (0, 3348), + (0, 547), + (0, 717), + (0, 40), + (0, 191), + (0, 3), + (0, 2), + (0, 29256), + (0, 76), + (0, 1479), + (0, 4352), + (0, 1280), + (0, 2), + (0, 25523), + (0, 4374), + (0, 89), + (0, 301), + (0, 6), + (0, 277), + (0, 26), + (0, 1272), + (0, 453), + (0, 11559), + (0, 0), + (0, 872), + (0, 7227), + (0, 29370), + (0, 26), + (0, 308), + (0, 11), + (0, 1244), + (0, 71), + (0, 7536), + (0, 3939), + (0, 517), + (0, 30), + (0, 5962), + (0, 31346), + (0, 2), + (0, 266), + (0, 660), + (0, 1243), + (0, 3518), + (0, 8695), + (0, 1894), + (0, 611), + (0, 90), + (0, 49753), + (0, 5), + (0, 6566), + (0, 4), + (0, 3463), + (0, 11), + (0, 5), + (0, 2433), + (0, 17672), + (0, 676), + (0, 3586), + (0, 10078), + (0, 1134), + (0, 329), + (0, 76), + (0, 2), + (0, 17309), + (0, 6), + (0, 15), + (1, 134), + (0, 300), + (0, 54), + (0, 2), + (0, 55404), + (0, 3319), + (0, 12034), + (0, 5380), + (0, 1), + (0, 49), + (0, 50), + (0, 2881), + (0, 741), + (0, 2643), + (0, 1837), + (0, 1473), + (0, 288), + (0, 843), + (0, 186), + (0, 34193), + (0, 0), + (0, 13400), + (0, 1335), + (0, 26), + (0, 488), + (0, 16630), + (0, 6005), + (0, 2675), + (0, 13731), + (0, 29448), + (0, 10644), + (0, 2), + (0, 350), + (0, 2325), + (0, 439), + (0, 4175), + (0, 13), + (0, 406), + (0, 18735), + (0, 12253), + (0, 43), + (0, 1573), + (0, 1), + (0, 90), + (0, 453), + (0, 32625), + (0, 162), + (0, 4), + (0, 261), + (0, 50), + (0, 8), + (0, 4), + (0, 9), + (0, 21), + (0, 2), + (0, 4744), + (0, 195), + (0, 188), + (0, 34562), + (0, 0), + (0, 39727), + (0, 83), + (0, 1890), + (0, 38075), + (0, 1), + (0, 35), + (0, 4381), + (0, 180), + (0, 48), + (0, 3), + (0, 0), + (0, 5390), + (0, 0), + (0, 17), + (0, 354), + (0, 1068), + (0, 6), + (0, 4487), + (0, 217), + (0, 1), + (0, 52), + (0, 26399), + (0, 3044), + (0, 24232), + (0, 14), + (0, 6963), + (0, 6376), + (0, 2593), + (0, 0), + (0, 427), + (0, 10956), + (0, 5614), + (0, 44038), + (0, 0), + (0, 3963), + (0, 38668), + (0, 1), + (0, 203), + (0, 19), + (0, 43608), + (0, 8927), + (0, 57), + (0, 16), + (0, 115), + (0, 2793), + (0, 1978), + (0, 267), + (0, 9354), + (0, 0), + (0, 1719), + (0, 49), + (0, 1389), + (0, 1), + (0, 2822), + (0, 5736), + (0, 369), + (0, 1193), + (0, 5097), + (0, 9930), + (0, 10669), + (0, 0), + (0, 1), + (0, 1925), + (0, 27546), + (0, 796), + (0, 49592), + (0, 13355), + (0, 429), + (0, 2635), + (0, 14), + (0, 2115), + (0, 90), + (0, 805), + (0, 4265), + (0, 1369), + (0, 136), + (0, 0), + (0, 9169), + (0, 94), + (0, 325), + (0, 5), + (0, 0), + (0, 79), + (0, 2), + (0, 434), + (0, 28), + (0, 1), + (0, 3), + (0, 10156), + (0, 64), + (0, 262), + (0, 128), + (0, 0), + (0, 144), + (0, 96), + (0, 38770), + (0, 99), + (0, 1511), + (0, 15), + (0, 0), + (0, 3730), + (0, 254), + (0, 2046), + (1, 979), + (0, 877), + (0, 1303), + (0, 16949), + (0, 1), + (0, 671), + (1, 31), + (0, 21), + (0, 769), + (0, 2395), + (0, 14692), + (0, 28016), + (0, 10075), + (0, 13), + (0, 417), + (0, 20442), + (0, 7971), + (0, 1), + (0, 64), + (0, 172), + (0, 4953), + (0, 4263), + (0, 5), + (0, 341), + (0, 1), + (0, 1295), + (0, 23382), + (0, 1971), + (0, 4463), + (0, 134), + (0, 1076), + (0, 274), + (0, 313), + (0, 1635), + (0, 0), + (0, 1197), + (0, 55), + (0, 11861), + (0, 4), + (0, 1391), + (0, 4), + (0, 4521), + (0, 99), + (0, 10), + (0, 12523), + (0, 3756), + (0, 41), + (0, 0), + (0, 69), + (0, 29959), + (0, 2506), + (0, 539), + (0, 7198), + (0, 22), + (0, 0), + (0, 6276), + (0, 8), + (0, 13), + (0, 4), + (0, 18971), + (0, 73), + (0, 257), + (0, 16), + (0, 1163), + (0, 13), + (0, 16), + (0, 6182), + (0, 23955), + (0, 1), + (0, 981), + (0, 5355), + (0, 32), + (0, 741), + (0, 6345), + ], + entries: &[ + ("ECZECUTES", &["executes"]), + ("GUASS", &["gauss"]), + ("ALLIEVATE", &["alleviate"]), + ("SIGEN", &["sign"]), + ("ENQUE", &["enqueue"]), + ("INTERMEDIETE", &["intermediate"]), + ("ADDRESSINGS", &["addressing"]), + ("ALCEMY", &["alchemy"]), + ("BELLONGING", &["belonging"]), + ("PROFESSIN", &["professions"]), + ("TRASLALATE", &["translate"]), + ("DENSLY", &["densely"]), + ("CLENASER", &["cleanser"]), + ("PROFESSORIN", &["profession"]), + ("INVALIDATIOPN", &["invalidation"]), + ("IMPERICALLY", &["empirically"]), + ("NEGOTIATIVE", &["negotiate"]), + ("CHARGEUR", &["charger"]), + ("FORMIDABIL", &["formidable"]), + ("SOLDIES", &["soldiers"]), + ("JURNYS", &["journeys"]), + ("EXPERMIMENTED", &["experimented"]), + ("PREDESESSOR", &["predecessors"]), + ("DOCUMENATRY", &["documentary"]), + ("PALADINOS", &["paladins"]), + ("INCOHERANT", &["incoherent"]), + ("ENMVIRONMENTAL", &["environmental"]), + ("JAILBREK", &["jailbreak"]), + ("SUFFICIENNT", &["sufficient"]), + ("GUARENTED", &["guaranteed"]), + ("BROSABLE", &["browsable"]), + ("PERHIPERAL", &["peripheral"]), + ("VECHILES", &["vehicles"]), + ("UNSTALLED", &["installed", "uninstalled"]), + ("ATTENTED", &["attended"]), + ("PREPATORY", &["preparatory"]), + ("REDISTIRBUTED", &["redistributed"]), + ("REPERESENTATIONAL", &["representational"]), + ("SORUCES", &["sources", "spruces"]), + ("UNSELECGTING", &["unselecting"]), + ("DESINTATION", &["destination"]), + ("WHOME", &["whom"]), + ("RAILROD", &["railroad"]), + ("POTRAYED", &["portrayed"]), + ("PROGARMERS", &["programmers"]), + ("COMMODITIY", &["commodity"]), + ("WROKLOADS", &["workloads"]), + ("ASSUMNED", &["assumed"]), + ("DRAMATICALY", &["dramatically"]), + ("PROJET", &["project"]), + ("WHITSLE", &["whistle"]), + ("CANOCICAL", &["canonical"]), + ("DURATIONNS", &["durations"]), + ("SREENSHOT", &["screenshot"]), + ("PARTICALUR", &["particular"]), + ("TRASNPORTING", &["transporting"]), + ("REFERENES", &["references"]), + ("GUARNATEES", &["guarantees"]), + ("CONINUES", &["continues"]), + ("REAPIRS", &["repairs"]), + ("TEMPERAL", &["temporal"]), + ("OVERSIMPLIFACATION", &["oversimplification"]), + ("COPULING", &["coupling"]), + ("CRIPTS", &["crypts", "scripts"]), + ("SOMEON", &["someone"]), + ("ATTCHMENT", &["attachment"]), + ("BYT", &["byte"]), + ("DISSIMLAR", &["dissimilar"]), + ("CATACLYSYM", &["cataclysm"]), + ("INSTALLEMNT", &["installment"]), + ("TEQUILIA", &["tequila"]), + ("MEMMICS", &["mimics"]), + ("INVALIDTES", &["invalidates"]), + ("ACTUAALLY", &["actually"]), + ("RIENFORCEMENT", &["reinforcements"]), + ("PASSIONATLY", &["passionately"]), + ("SPAINSH", &["spanish"]), + ("ENGININEER", &["engineer"]), + ("PRACTITIONEER", &["practitioners"]), + ("SPRECIAL", &["special"]), + ("QUALIFIERAIS", &["qualifiers"]), + ("REICARNATION", &["reincarnation"]), + ("PORTUGUES", &["portuguese"]), + ("FAHRENHIET", &["fahrenheit"]), + ("CONECNTRATE", &["concentrate"]), + ("DISCUSSONS", &["discussions"]), + ("STADNARDIZED", &["standardized"]), + ("ALLOCAITES", &["allocates"]), + ("INTERNEL", &["internal"]), + ("VULBERABUILITIS", &["vulnerabilities"]), + ("APPICATIONS", &["applications"]), + ("MIDFEILD", &["midfield"]), + ("JURISIDCTIONS", &["jurisdictions"]), + ("LARINXES", &["larynxes"]), + ("DEPLORABEL", &["deplorable"]), + ("IWITHOUT", &["without"]), + ("INSISTES", &["insists"]), + ("PARACHUTAGE", &["parachute"]), + ("BAYLIWICK", &["bailiwick"]), + ("DEFENDRE", &["defender"]), + ("PROSECUTER", &["prosecutor"]), + ("VERYFY", &["verify"]), + ("PROOSES", &["proposes"]), + ("MIRGATION", &["migration"]), + ("SUSEEDED", &["seceded"]), + ("DELLOCATE", &["deallocate"]), + ("RELEIFING", &["relieving"]), + ("LANDMARSK", &["landmarks"]), + ("WORKAROULD", &["workaround"]), + ("PASSAGENS", &["passages"]), + ("DATATPE", &["datatype"]), + ("NAWSHUS", &["nauseous"]), + ("PORNOGRAPY", &["pornography"]), + ("CROSSPOT", &["crosspost"]), + ("CGYWIN", &["cygwin"]), + ("PROCOESSED", &["processed"]), + ("CYLLINDER", &["cylinder"]), + ("UNPRODUCIVE", &["unproductive"]), + ("PROFESSSION", &["professions"]), + ("KONGREGATION", &["congregation"]), + ("WOLRDWIDE", &["worldwide"]), + ("FLACOURINGS", &["flavourings"]), + ("ADTER", &["after"]), + ("AFFEKT", &["affect", "effect"]), + ("DISCOURGED", &["discouraged"]), + ("CONFIMRATION", &["confirmation"]), + ("ORGANIZMS", &["organism"]), + ("PAKISTNAI", &["pakistani"]), + ("SPEECHERS", &["speeches"]), + ("UNASNWERED", &["unanswered"]), + ("DENOMONATION", &["denomination"]), + ("APPLICATIONB", &["application"]), + ("BENEETH", &["beneath"]), + ("UTILITERIAN", &["utilitarian"]), + ("UNDERSTAD", &["understands"]), + ("DOCUMENTION", &["documentation"]), + ("REBULDING", &["rebuilding"]), + ("CERAINLY", &["certainly"]), + ("WITDTHS", &["widths"]), + ("ADAPATION", &["adaptation", "adoption"]), + ("DOCUMENTIATION", &["documentation"]), + ("READNING", &["reading"]), + ("GARENTEED", &["guaranteed"]), + ("BACKGRUONDS", &["backgrounds"]), + ("POLICYS", &["police", "policies"]), + ("DISAPEARING", &["disappearing"]), + ("CYNISICM", &["cynicism"]), + ("DELIMITORS", &["delimiters"]), + ("INDEFINITY", &["indefinitely"]), + ("CONFRM", &["confirm"]), + ("SPECIFU", &["specify"]), + ("EXPESS", &["express"]), + ("TRANSCONDER", &["transcoder"]), + ("COSTUMIZATIONS", &["customization"]), + ("DESPARATE", &["desperate", "disparate"]), + ("ENDIENNESS", &["endianness"]), + ("LANGAGUE", &["language"]), + ("EXMAINES", &["examines"]), + ("JEOPRADY", &["jeopardy"]), + ("UNSUBSCRIPE", &["unsubscribe"]), + ("IRRELEVENT", &["irrelevant"]), + ("LOCALZATION", &["localization"]), + ("MACORS", &["macros"]), + ("DESPARATION", &["desperation"]), + ("ELEMET", &["element"]), + ("SCHEM", &["scheme", "schema"]), + ("OFFICAIL", &["official"]), + ("COMMENTARE", &["commenter"]), + ("RAPSADYS", &["rhapsodies"]), + ("ZIONSIM", &["zionism"]), + ("RESPECTUFLLY", &["respectfully"]), + ("RETREEVABLE", &["retrievable"]), + ("CONFIGRUATED", &["configured", "configuration"]), + ("UNTRASFORMED", &["untransformed"]), + ("REVEIWED", &["reviewed"]), + ("CELSUIS", &["celsius"]), + ("SPECFIIES", &["specifies"]), + ("SARCASTICLLY", &["sarcastically"]), + ("PREFITLERED", &["prefiltered"]), + ("THERAPUTIC", &["therapeutic"]), + ("BEFOW", &["below"]), + ("TECHNIC", &["technique"]), + ("RELUCTANLY", &["reluctantly"]), + ("RESROUCE", &["resource"]), + ("HANDSHKES", &["handshakes"]), + ("IMAGANITIVE", &["imaginative"]), + ("TEMINAL", &["terminal"]), + ("EXPECTAIONS", &["expectations"]), + ("CONTIGUIOUS", &["contiguous"]), + ("RELATATED", &["related"]), + ("COFIG", &["config"]), + ("GERATION", &["generation"]), + ("ENCASPULATES", &["encapsulates"]), + ("BUINSESES", &["businesses"]), + ("ABSOULE", &["absolute"]), + ("MCCARTHEY", &["mccarthy"]), + ("PROSTITITE", &["prostitute"]), + ("PLAESTINIAN", &["palestinian"]), + ("RETANGLE", &["rectangle"]), + ("BAORDWALK", &["boardwalk"]), + ("GUARENTIE", &["guarantee"]), + ("FUBDING", &["funding"]), + ("MINIMZE", &["minimize"]), + ("REGENARATION", &["regeneration"]), + ("TOURISTAS", &["tourists"]), + ("INITLIASATION", &["initialisation"]), + ("UNSPEFIXEID", &["unspecified"]), + ("IMANENT", &["eminent", "imminent"]), + ("INCEMENTED", &["incremented"]), + ("RESEVED", &["reserved"]), + ("THRIDLY", &["thirdly"]), + ("INCONSEQUENCIAL", &["inconsequential"]), + ("OVRWRT", &["overwrite"]), + ("MARGING", &["margin", "merging"]), + ("COMPLETITO", &["completion"]), + ("POTENTIONAL", &["potential"]), + ("CONTENERS", &["containers"]), + ("REGIONES", &["regions"]), + ("CAHHELS", &["channels"]), + ("ESILY", &["easily"]), + ("MOUTN", &["mount"]), + ("SENTATIONALISM", &["sensationalism"]), + ("OFFICEALS", &["officials"]), + ("SPCAE", &["space"]), + ("HERSELV", &["herself"]), + ("PADDS", &["pads"]), + ("COMEMMORATES", &["commemorates"]), + ("DEBUGGGE", &["debuggee"]), + ("COMPLAINGING", &["complaining"]), + ("PROCRASTIBATION", &["procrastination"]), + ("IMRPOVEMENTS", &["improvements"]), + ("COMPETANT", &["competent"]), + ("HOOOKS", &["hooks"]), + ("ADAPTIBE", &["adaptive"]), + ("SADISTISCH", &["sadistic"]), + ("PHOTOGRAPERS", &["photographers"]), + ("LONGITUTDE", &["longitude"]), + ("APLICABILITY", &["applicability"]), + ("BANGLEDASH", &["bangladesh"]), + ("HOPELESSLEY", &["hopelessly"]), + ("INFLUCENCE", &["influence"]), + ("SPECUFIES", &["specifies"]), + ("LAYBRINTH", &["labyrinth"]), + ("REPRAESENTATION", &["representation"]), + ("IMPUNES", &["impugns"]), + ("PUBLCATION", &["publication"]), + ("SPONSORHIP", &["sponsorship"]), + ("LUANCHES", &["launches"]), + ("REIGMES", &["regimes"]), + ("DEFINLTELY", &["definitely"]), + ("CONDIFURATION", &["configuration"]), + ("WAVESFRONT", &["wavefront"]), + ("FILESYSTHEM", &["filesystem"]), + ("SOUTHREN", &["southern"]), + ("BUTON", &["button"]), + ("TECHES", &["teaches"]), + ("UNQUE", &["unique"]), + ("CHIRSTMAS", &["christmas"]), + ("ASSFALTED", &["asphalted"]), + ("ESIMATES", &["estimates"]), + ("DISCRETO", &["discretion"]), + ("EXECURABLE", &["executable"]), + ("UNOFICCIAL", &["unofficial"]), + ("QEUEUE", &["queue"]), + ("ANTIQUAE", &["antique"]), + ("SEQUENSES", &["sequences"]), + ("ALGOTIRHM", &["algorithm"]), + ("OPEINGS", &["openings"]), + ("FESITVE", &["festive"]), + ("PRESENTACION", &["presentation"]), + ("MEASUREMENETS", &["measurements"]), + ("BEFORERE", &["before"]), + ("SIMILTANEOUS", &["simultaneous"]), + ("BEGINNG", &["beginning"]), + ("INTSTEAD", &["instead"]), + ("PROPORTIANALLY", &["proportionally"]), + ("INCALID", &["invalid"]), + ("BATTLEARTS", &["battlestar"]), + ("EXERTERNAL", &["external"]), + ("BRILLAINTLY", &["brilliantly"]), + ("GAUSIAN", &["gaussian"]), + ("DISSASSOCIATES", &["disassociates"]), + ("TRANPARENT", &["transparent"]), + ("WISNTON", &["winston"]), + ("SENTIONS", &["sections"]), + ("REPERSENTATION", &["representation"]), + ("CORRESPONTENTS", &["correspondents"]), + ("DOCTIRNE", &["doctrine"]), + ("NEIGHBBOR", &["neighbor"]), + ("SUBDIRECTIORIES", &["subdirectories"]), + ("INERIT", &["inherit"]), + ("ADVENTAGOUSLY", &["advantageously"]), + ("CUSTORMER", &["customer"]), + ("DISCREDID", &["discredited"]), + ("DRINKES", &["drinkers"]), + ("UNTRIANED", &["untrained"]), + ("CRATIONIST", &["creationist"]), + ("PALESTININAN", &["palestinian"]), + ("ARTICATS", &["artifacts"]), + ("XENOPHOBLIC", &["xenophobic"]), + ("CANCELLEABLE", &["cancellable"]), + ("DEINITALIZES", &["deinitializes"]), + ("MICROSHIPS", &["microchips"]), + ("ELECTRISITY", &["electricity"]), + ("COLUMM", &["column"]), + ("LNOWLEDGABLE", &["knowledgable"]), + ("RADAINCE", &["radiance"]), + ("SEQUENES", &["sequences"]), + ("SPEFIXIES", &["specifies"]), + ("EFORCEABLE", &["enforceable"]), + ("STUBMLED", &["stumbled"]), + ("MISSONARY", &["missionary"]), + ("SENSURE", &["censure"]), + ("SER", &["set"]), + ("SERIALIZNG", &["serializing"]), + ("PERSERVATION", &["preservation"]), + ("FASTERNER", &["fastener"]), + ("SERIALZIE", &["serialize"]), + ("NEGOPTIONSOTIABLE", &["negotiable"]), + ("ELECTROLITES", &["electrolytes"]), + ("UNWRAPED", &["unwrapped"]), + ("INSTRCUTINO", &["instruction"]), + ("ENTERPRENEURS", &["entrepreneurs"]), + ("TEMPORARITY", &["temporarily"]), + ("COMMANDOES", &["commandos"]), + ("OPTONAL", &["optional"]), + ("DERIVATIES", &["derivatives"]), + ("REPBLICANS", &["republicans"]), + ("INCARCERATO", &["incarceration"]), + ("UNCERAINTIES", &["uncertainties"]), + ("OPENNED", &["opened"]), + ("INTEAD", &["instead"]), + ("CORRALATES", &["correlates"]), + ("ACCIDENTLALY", &["accidentally"]), + ("ARRANGEMENET", &["arrangement"]), + ("RECCONENCTIONS", &["reconnections"]), + ("RENAISSENCE", &["renaissance"]), + ("PINUCKLE", &["pinochle"]), + ("RECOLLECITON", &["recollection"]), + ("HESISTANT", &["hesitant"]), + ("THURVER", &["further"]), + ("SPEFICITY", &["specificity"]), + ("DAKE", &["take"]), + ("PROFFESOR", &["professor"]), + ("EXPERIMANETELLY", &["experimentally"]), + ("ABSTRACTO", &["abstraction"]), + ("INNACURATELY", &["inaccurately"]), + ("FOLLLOWIWNG", &["following"]), + ("AUTHETHICATOR", &["authenticator"]), + ("ABSURIDTY", &["absurdity"]), + ("OCURRENCES", &["occurrences"]), + ("RESCRITION", &["restriction"]), + ("SOMEONEIS", &["someones"]), + ("MUTLIPLAYER", &["multiplayer"]), + ("ACCESSIBILTY", &["accessibility"]), + ("ENVIRONEMNT", &["environment"]), + ("MEDIEVEL", &["medieval"]), + ("MISUNDERSTANTING", &["misunderstandings"]), + ("SPECIAZLIZE", &["specialize"]), + ("COMPAIRS", &["compares"]), + ("RELATEDS", &["relates"]), + ("DEATCHES", &["detaches"]), + ("GETOJECT", &["getobject"]), + ("ENCOURGING", &["encouraging"]), + ("COSTRUCTION", &["construction"]), + ("MAINTANCNE", &["maintenance"]), + ("MYSOGENISTIC", &["misogynistic"]), + ("ORIBTAL", &["orbital"]), + ("PARTIALIALLY", &["partially"]), + ("CLARAVOYANTS", &["clairvoyants"]), + ("ANTIBIOTCS", &["antibiotics"]), + ("SEPERATING", &["separating"]), + ("MEZMORISED", &["mesmerised"]), + ("POLOGON", &["polygon"]), + ("DIRERCTORS", &["directors"]), + ("BROADBAD", &["broadband"]), + ("ATTRUIBUTE", &["attribute"]), + ("SUFOCATED", &["suffocated"]), + ("SCRIPE", &["scrape", "scribe", "scrip", "script", "stripe"]), + ("ACCCEPTABLE", &["acceptable"]), + ("PRESCIUSLY", &["preciously"]), + ("PSUEDOINVERSE", &["pseudoinverse"]), + ("SLIENCE", &["silence"]), + ("DECERN", &["discern"]), + ("SLIGTHLY", &["slightly"]), + ("DISCEPTION", &["discretion"]), + ("EXECUCTES", &["executes"]), + ("ARMAGEDONS", &["armageddons"]), + ("BOUN", &["bound"]), + ("UNSUPORTABLE", &["unsupportable"]), + ("COMMMONS", &["commons"]), + ("CONSENSUEL", &["consensual"]), + ("MORPHINATE", &["morphine"]), + ("LEWTENANT", &["lieutenant"]), + ("EXPESSES", &["expresses"]), + ("NENVIROMENT", &["environment"]), + ("AUTHENTIATION", &["authentication"]), + ("NITCHES", &["niches"]), + ("ORGANSIERS", &["organisers"]), + ("UNDERSTADING", &["understanding"]), + ("APLY", &["apply"]), + ("ARRRIVES", &["arrives"]), + ("FRANKENSTEEN", &["frankenstein"]), + ("SPAWS", &["spawns"]), + ("INFILTRADE", &["infiltrate"]), + ("CHECKPOINTUSA", &["checkpoints"]), + ("COORDONATES", &["coordinates"]), + ("AUTHENIFICATE", &["authenticate"]), + ("CUTSCENCES", &["cutscene"]), + ("DEMOLITO", &["demolition"]), + ("AGGRGATES", &["aggregates"]), + ("VULNERABUILITES", &["vulnerabilities"]), + ("ENVIONMENT", &["environment"]), + ("GROUPES", &["groups", "grouped"]), + ("EDIBELS", &["edibles"]), + ("COMMPRESD", &["compressed"]), + ("SYTEMERROR", &["systemerror"]), + ("OCILATERS", &["oscillators"]), + ("COMPARMENT", &["compartment"]), + ("GENERILISE", &["generalise"]), + ("GORW", &["gore", "grow"]), + ("MUILTIPLE", &["multiple"]), + ("MAGNITUE", &["magnitude"]), + ("ILLUMINITI", &["illuminati"]), + ("SEPCIAL", &["special"]), + ("IMPLEMENETD", &["implemented"]), + ("COMPETION", &["competition", "completion"]), + ("SPSACING", &["spacing"]), + ("SESCEDING", &["seceding"]), + ("SATTELIT", &["satellite"]), + ("INADVERTANT", &["inadvertent"]), + ("CONSITUTUTING", &["constituting"]), + ("NOTFY", &["notify"]), + ("COMMPACTION", &["compaction"]), + ("SUCEED", &["succeed"]), + ("OBTAIONED", &["obtained"]), + ("PRODUKTIONS", &["productions"]), + ("FORBAD", &["forbade"]), + ("UNDISERED", &["undesired"]), + ("UNSPEFICITEID", &["unspecified"]), + ("ATTRIBUTEN", &["attribute"]), + ("EXCECTES", &["executes"]), + ("DEBATEABLE", &["debatable"]), + ("COMPATABLE", &["compatible"]), + ("CHORNICLES", &["chronicles"]), + ("LATIUDE", &["latitude"]), + ("TRHUSTERS", &["thrusters"]), + ("PROPONET", &["proponents"]), + ("CELLEBRATION", &["celebration"]), + ("ORIGININAL", &["original"]), + ("THICKNESSESS", &["thicknesses"]), + ("KINEITC", &["kinetic"]), + ("REQUIREMENETS", &["requirements"]), + ("EXECUTABABLES", &["executables"]), + ("PALTINUM", &["platinum"]), + ("PREFERRRING", &["preferring"]), + ("SPEZIALICED", &["specialized"]), + ("BEJOND", &["beyond"]), + ("JERUSLAEM", &["jerusalem"]), + ("CAPCACITY", &["capacity"]), + ("DEMONSTRATBLY", &["demonstrably"]), + ("CAMBRDIGE", &["cambridge"]), + ("BUITLINS", &["builtins"]), + ("PERTURBATE", &["perturb"]), + ("SRTTINGS", &["settings"]), + ("AASSIGNMENT", &["assignment"]), + ("REBUIDLING", &["rebuilding"]), + ("BIZZARE", &["bizarre"]), + ("HEMIPSHERES", &["hemisphere", "hemispheres"]), + ("UNSUBSCRIBBED", &["unsubscribe"]), + ("ELEMETNS", &["elements"]), + ("APPROOXIMATE", &["approximate"]), + ("SECONTS", &["seconds"]), + ("ELEMEMTS", &["elements"]), + ("ASSIGNMNET", &["assignment"]), + ("PAGCKAGE", &["package"]), + ("CONFIDANTAL", &["confidential"]), + ("APPEARANE", &["appearances"]), + ("OBJTAINS", &["obtains"]), + ("IDESA", &["ideas", "ides"]), + ("INTENDES", &["intends"]), + ("CARTRDIGES", &["cartridges"]), + ("BEILEVE", &["believe"]), + ("SLIPED", &["slipped"]), + ("NECCISARY", &["necessary"]), + ("DERIVATIVS", &["derivatives"]), + ("HOTPSOT", &["hotspot"]), + ("WATN", &["want"]), + ("COMMITTMENT", &["commitment"]), + ("EJACLUATION", &["ejaculation"]), + ("RESMEBLE", &["resemble"]), + ("CELESITAL", &["celestial"]), + ("COALLESCING", &["coalescing"]), + ("GERENATING", &["generating"]), + ("LEGGACY", &["legacy"]), + ("CONETIVITIES", &["connectivities"]), + ("GRPAH", &["graph"]), + ("VULBERABUILLITY", &["vulnerability"]), + ("APPROPAITE", &["appropriate"]), + ("PRESENTES", &["presents"]), + ("TERRABYTE", &["terabyte"]), + ("CONSTALLATIONS", &["constellations"]), + ("PRIORITICE", &["prioritize"]), + ("FOOR", &["foot", "for"]), + ("SYNTAXICALLY", &["syntactically"]), + ("IMPUNE", &["impugn"]), + ("UKRAININANS", &["ukrainians"]), + ("INTERRUP", &["interrupt"]), + ("NATURUAL", &["natural"]), + ("HANDLIGN", &["handling"]), + ("REMAINDS", &["remains"]), + ("ITERMEDIATE", &["intermediate"]), + ("VEGATERIAN", &["vegetarian"]), + ("CONSTRUTCED", &["constructed"]), + ("ATTRAKTIVE", &["attractive"]), + ("CRETICAL", &["critical"]), + ("PROFFESSOR", &["professor"]), + ("ILLEGETIMATE", &["illegitimate"]), + ("PATRIONISM", &["patriotism"]), + ("DESRIRE", &["desire"]), + ("MINITUARE", &["miniature"]), + ("PATCKET", &["packet"]), + ("FLAHSED", &["flashed"]), + ("SUPPOERT", &["support"]), + ("ADJASENCE", &["adjacence"]), + ("ALGEBRAICAL", &["algebraic"]), + ("DETATCHED", &["detached"]), + ("LOOCKDOWN", &["lockdown"]), + ("DEFERAL", &["deferral"]), + ("ALGORITHIM", &["algorithm"]), + ("SINGALED", &["signaled"]), + ("EXPRESSO", &["espresso"]), + ("SORUCE", &["source", "spruce"]), + ("NEGOTATIABLE", &["negotiable"]), + ("SYRACUSAE", &["syracuse"]), + ("VULNERABITY", &["vulnerability"]), + ("POSSIBLELY", &["possibly"]), + ("INTENED", &["intended", "interned"]), + ("ASSOCICATING", &["associating"]), + ("JURNAL", &["journal"]), + ("LIBRETARIANISM", &["libertarianism"]), + ("TANGENTAILLY", &["tangentially"]), + ("CAPIALIZED", &["capitalized"]), + ("CONTIANS", &["contains"]), + ("CONSTUCTING", &["constructing"]), + ("ENHANCEMANTS", &["enhancements"]), + ("IPMROVEMENTS", &["improvements"]), + ("MOUTHPEICE", &["mouthpiece"]), + ("INFRASTRUCUTRE", &["infrastructure"]), + ("ENHENCED", &["enhanced"]), + ("SIDELINJEN", &["sideline"]), + ("EMBEBBED", &["embedded"]), + ("EXECUTUTES", &["executes"]), + ("DISCAPLINE", &["discipline"]), + ("MEMOTY", &["memory"]), + ("ANALYSEES", &["analyses"]), + ("PASSIVLEY", &["passively"]), + ("BREADCUMBS", &["breadcrumbs"]), + ("GENERALYL", &["generally"]), + ("DEOMCRACIES", &["democracies"]), + ("LIBRAIESR", &["libraries"]), + ("VAUGE", &["vague"]), + ("COREESPOND", &["correspond"]), + ("SEEMD", &["seemed"]), + ("INCONTROLLABLY", &["uncontrollably"]), + ("STABLIZED", &["stabilized"]), + ("PARRALLELL", &["parallel"]), + ("CONTIOUS", &["continuous"]), + ("EXPCETING", &["expecting"]), + ("DEVELPS", &["develops"]), + ("DESCISION", &["decision"]), + ("AUTONEGOTIONATION", &["autonegotiation"]), + ("STAE", &["state"]), + ("FIDING", &["finding", "fidling"]), + ("MISSISIPI", &["mississippi"]), + ("DISCONNECED", &["disconnected"]), + ("SEPERRATLY", &["separately"]), + ("REPLACITE", &["replicate"]), + ("PROGRESSON", &["progression"]), + ("COPMOSE", &["compose"]), + ("CLIUENTS", &["clients"]), + ("RETREEVE", &["retrieve"]), + ("EXPETECTS", &["expects"]), + ("INSUFFIENT", &["insufficient"]), + ("UNEXPEXTEDLY", &["unexpectedly"]), + ("STILLL", &["still"]), + ("CORRESPONDES", &["corresponds"]), + ("PENATGON", &["pentagon"]), + ("COMPARATIONS", &["comparisons"]), + ("DEBUB", &["debug"]), + ("WITHINN", &["within"]), + ("ABSTACTOR", &["abstractor"]), + ("NEIGHOUR", &["neighbour"]), + ("PERFOMEANCE", &["performance"]), + ("IMPEMENTED", &["implemented"]), + ("TRULLY", &["truly"]), + ("CONTIBUTORS", &["contributors"]), + ("LITERATUE", &["literate"]), + ("UNDERTSOOD", &["understood"]), + ("TERMINATIOR", &["terminator"]), + ("UKRAININAS", &["ukrainians"]), + ("DROPABLE", &["droppable"]), + ("CONSICE", &["concise"]), + ("INTERACED", &["interacted", "interlaced", "interfaced"]), + ("COMPILATO", &["compilation"]), + ("RESOTRERS", &["restorers"]), + ("PRESECUTION", &["persecution"]), + ("INTERRRUPTED", &["interrupted"]), + ("OBAYING", &["obeying"]), + ("MOSQUITERO", &["mosquito"]), + ("CRICTICAL", &["critical"]), + ("INDEPENDED", &["independent"]), + ("ASIGNMEND", &["assignment"]), + ("OSCURITY", &["obscurity"]), + ("REUDCED", &["reduced"]), + ("MILAGES", &["mileages"]), + ("SYMOBL", &["symbol"]), + ("MISGOYNIST", &["misogynist"]), + ("PRARIE", &["prairie"]), + ("VULNEARABULE", &["vulnerable"]), + ("PRIMARELY", &["primarily"]), + ("IMPORVEMENT", &["improvement"]), + ("FROMATING", &["formatting"]), + ("HONSETLY", &["honestly"]), + ("DESCTRUCTORS", &["destructors"]), + ("PROVICDE", &["provide"]), + ("WIILL", &["will"]), + ("DELICOUS", &["delicious"]), + ("REWTCHED", &["wretched"]), + ("PHYSICIALS", &["physicians"]), + ("ALTRIUSM", &["altruism"]), + ("ALIGNEMNT", &["alignment"]), + ("SMAPLES", &["samples"]), + ("CERCUMSTANCE", &["circumstance"]), + ("CATERPILARS", &["caterpillars"]), + ("ORAGNES", &["oranges"]), + ("NUTRITINAL", &["nutritional"]), + ("HOMOGENOUSLY", &["homogeneously"]), + ("POSITIONNE", &["positioned"]), + ("SECORDS", &["seconds"]), + ("INEVITABILY", &["inevitably"]), + ("EXCECTABLES", &["executables"]), + ("BACKSLASE", &["backslash"]), + ("SECTOPMING", &["sectioning"]), + ("BALENCE", &["balance"]), + ("LIBRAIRY", &["library"]), + ("ARBITRYARILY", &["arbitrarily"]), + ("TRANSFARMERS", &["transformers"]), + ("UNEXSPECTEDLY", &["unexpectedly"]), + ("FLORUIDE", &["fluoride"]), + ("EXCECTION", &["exception", "execution"]), + ("MEDICAE", &["medicare"]), + ("RENDERERING", &["rendering"]), + ("IDENTIFEIR", &["identifier"]), + ("MACHED", &["matched"]), + ("IRESISTABLY", &["irresistibly"]), + ("DATATYEPE", &["datatype"]), + ("EMBARASSIMG", &["embarrassing"]), + ("EXCETUTION", &["execution"]), + ("LAODS", &["loads"]), + ("MUSICALLITY", &["musically"]), + ("ABORIGENE", &["aborigine"]), + ("ETHNITICY", &["ethnicity"]), + ("PERMISSIBE", &["permissible"]), + ("ACCOMPONIED", &["accompanied"]), + ("SUITABLITY", &["suitability"]), + ("TRANSPARITY", &["transparency"]), + ("ARBIRARILY", &["arbitrarily"]), + ("PIPEINES", &["pipelines"]), + ("OFTENLY", &["often"]), + ("TRANSCORDER", &["transcoder"]), + ("INTERANLLY", &["internally"]), + ("CERIFY", &["certify", "verify"]), + ("HIGHLIGJTS", &["highlights"]), + ("DISTANTCE", &["distance"]), + ("VERIFIYNG", &["verifying"]), + ("SPECIFICY", &["specify", "specificity", "specifically"]), + ("PHILIPPINS", &["philippines"]), + ("POSSESESS", &["possesses"]), + ("INTERFCES", &["interfaces"]), + ("AVAIBLE", &["available"]), + ("DISUPTES", &["disputes"]), + ("ELECTORMAGNETIC", &["electromagnetic"]), + ("AFRICANOS", &["africans"]), + ("RESISTANSES", &["resistances"]), + ("DEPENDENDING", &["depending"]), + ("TEMPORORIES", &["temporaries"]), + ("FRACTALPUS", &["fractals"]), + ("RELYES", &["relies", "realize", "realise"]), + ("ELECTROLTYES", &["electrolytes"]), + ("ANTAGONOSTIC", &["antagonist"]), + ("EXTACY", &["ecstasy"]), + ("PHARMACEUTIAL", &["pharmaceutical"]), + ("CASPULES", &["capsules"]), + ("UNBEAKABLE", &["unbeatable"]), + ("ENTRAPENEURS", &["entrepreneur"]), + ("NEGATIVITIY", &["negativity"]), + ("SHOPING", &["shopping"]), + ("PERISAN", &["persian"]), + ("SEPEARTELY", &["separately"]), + ("IMPLICATI", &["implicit"]), + ("INVESTMET", &["investments"]), + ("DERRIVED", &["derived"]), + ("SKTECHY", &["sketchy"]), + ("DEFIEND", &["defined"]), + ("MERCHANTOS", &["merchants"]), + ("DISCCONET", &["disconnect"]), + ("CHALLENGR", &["challenger"]), + ("ATTRIBUTO", &["attribution"]), + ("MILLENIA", &["millennia"]), + ("AUTOMOMOUS", &["autonomous"]), + ("DELIMIETRS", &["delimiters"]), + ("MEAUREMENTS", &["measurements"]), + ("SUMMURIZING", &["summarizing"]), + ("NEUROSICENCE", &["neuroscience"]), + ("ROSPONSIVE", &["responsive"]), + ("SUPSPECTED", &["suspected"]), + ("PARAGRAH", &["paragraph"]), + ("KIDKNAPPED", &["kidnapped"]), + ("ACOMPANIES", &["accompanies"]), + ("COMSUMES", &["consumes"]), + ("RASIED", &["raised"]), + ("DICIONARIES", &["dictionaries"]), + ("HYPOCRISCY", &["hypocrisy"]), + ("UNSPECTED", &["unexpected"]), + ("FORST", &["first", "forced"]), + ("BUZILLA", &["bugzilla"]), + ("ENOCDINGS", &["encodings"]), + ("CENTRAFUGE", &["centrifuge"]), + ("EXPROPIATING", &["expropriating"]), + ("SIGNIFIGANT", &["significant"]), + ("ELIMIMATES", &["eliminates"]), + ("TRAVELLERHD", &["travelled"]), + ("IGZORTER", &["exhorter"]), + ("PROCCESSOR", &["processor"]), + ("AGGREATION", &["aggregation"]), + ("IGNORAT", &["ignorant"]), + ("BYTETREAMS", &["bytestreams"]), + ("OUSIDE", &["outside"]), + ("MICORCODES", &["microcodes"]), + ("SUBSTITUE", &["substitute"]), + ("CHUNCKED", &["chunked"]), + ("ARAMGEDDON", &["armageddon"]), + ("COMMENDMENTS", &["commandments"]), + ("INTRUMENTING", &["instrumenting"]), + ("TRANSSEND", &["transcend"]), + ("OVERPOPLUATION", &["overpopulation"]), + ("BOOUNDARIES", &["boundaries"]), + ("LODING", &["loading"]), + ("SPOACED", &["spaced"]), + ("CONSIDERABELY", &["considerable"]), + ("WANSTS", &["wants"]), + ("CONTRADICALLY", &["contradictory"]), + ("CONTIGOUS", &["contiguous"]), + ("AMONST", &["amongst"]), + ("SIRCLES", &["circles"]), + ("PHILOSOHPERS", &["philosopher"]), + ("LOCAHOST", &["localhost"]), + ("REQUIREING", &["requiring"]), + ("PERFERMENCE", &["performance"]), + ("FITLER", &["filter"]), + ("RESPONSBILTY", &["responsibly"]), + ("GENERALY", &["generally"]), + ("COSOLES", &["consoles"]), + ("CANCELALTION", &["cancelation"]), + ("MATHEMATICAS", &["mathematics"]), + ("VIRBATE", &["vibrate"]), + ("DISCONECT", &["disconnect"]), + ("TECHNNOLOGY", &["technology"]), + ("GROTH", &["growth"]), + ("UNOMPRESS", &["uncompress"]), + ("DEFINTELY", &["definitely"]), + ("SPECIALIZAITON", &["specialization"]), + ("WELLIGNTON", &["wellington"]), + ("MIRCOSERVICE", &["microservice"]), + ("INFERIOIR", &["inferior"]), + ("COMPELTELYT", &["completely"]), + ("CHRONOCLES", &["chronicles"]), + ("COMPETITEVLY", &["competitively"]), + ("EXPLICATIF", &["explicit"]), + ("AFOREMENTIOEND", &["aforementioned"]), + ("DEVELOEPRS", &["developers"]), + ("HRLPS", &["helps"]), + ("OFROM", &["from"]), + ("CONSTTRUCTORS", &["constructors"]), + ("EXECISING", &["exercising"]), + ("ABSODEFLY", &["absolute"]), + ("DISTRUBITORS", &["distributors"]), + ("EMPHISIZED", &["emphasized"]), + ("MIMINALY", &["minimally"]), + ("EQAULIZER", &["equalizer"]), + ("ENTERPIRSE", &["enterprise"]), + ("CHARISMASTIC", &["charismatic"]), + ("DETECTARLO", &["detector"]), + ("TRIANCLE", &["triangle"]), + ("SYTEMWINDOW", &["systemwindow"]), + ("PHOTOGRAHED", &["photographed"]), + ("OPAUQE", &["opaque"]), + ("MUTUALY", &["mutually"]), + ("WINNINS", &["winnings"]), + ("ABSTRACION", &["abstraction"]), + ("OSTENCIBLY", &["ostensibly"]), + ("SENSITIVY", &["sensitivity", "sensitively"]), + ("ALGORHYTHMICALLY", &["algorithmically"]), + ("ACHIAVABLE", &["achievable"]), + ("CORREGATED", &["correlated"]), + ("VAREGATED", &["variegated"]), + ("SELETS", &["selects"]), + ("AGAI", &["again"]), + ("TERMINED", &["terminated"]), + ("WORKSTAITONS", &["workstations"]), + ("AQUAINT", &["acquaint"]), + ("COLLASPES", &["collapses"]), + ("RESUORCING", &["resourcing"]), + ("PROSICUTION", &["prosecution"]), + ("SPEHRES", &["spheres"]), + ("WAVELENGHTS", &["wavelength", "wavelengths"]), + ("DECLARACTION", &["declaration"]), + ("HTEN", &["then", "hen", "the"]), + ("JAMAICAMAN", &["jamaican"]), + ("SIMPLISITY", &["simplicity"]), + ("DEFORE", &["before"]), + ("CIGARETTS", &["cigarettes"]), + ("PROPHEY", &["prophecy"]), + ("GENERILIZES", &["generalizes"]), + ("SIMULAITON", &["simulations", "simulation"]), + ("PENNSYLVANNIA", &["pennsylvania"]), + ("CONVENION", &["convention"]), + ("CONFIGURATONS", &["configurations"]), + ("AAND", &["and"]), + ("OCCAISONAL", &["occasional"]), + ("MYSTERIOSLY", &["mysteriously"]), + ("BRUTALLLY", &["brutally"]), + ("VIGILANTY", &["vigilante"]), + ("OVERLFOWED", &["overflowed"]), + ("AUTOMATICALY", &["automatically"]), + ("POLULATE", &["populate"]), + ("HAVIND", &["having"]), + ("EXPERIECED", &["experienced"]), + ("ALIGNES", &["aligns"]), + ("ECEPT", &["except"]), + ("ADRELANINE", &["adrenaline"]), + ("SESEEDED", &["seceded"]), + ("SEPULCHRALY", &["sepulchrally"]), + ("JUSTIFICATONS", &["justifications"]), + ("MAYBELLENE", &["maybelline"]), + ("SACRIFIE", &["sacrifice"]), + ("ENPOINTS", &["endpoints"]), + ("MONSTORSITY", &["monstrosity"]), + ("STALKES", &["stalkers"]), + ("PANEDMIC", &["pandemic"]), + ("EXHANGE", &["exchange"]), + ("CLOSLY", &["closely"]), + ("TERMINATO", &["termination"]), + ("LIPSTICS", &["lipsticks"]), + ("CONSERVITISM", &["conservatism"]), + ("GRANDEEOS", &["grandiose"]), + ("SHATTERRING", &["shattering"]), + ("MOTIVACIONAL", &["motivational"]), + ("ABILLITY", &["ability"]), + ("HUNRED", &["hundred", "hunted"]), + ("PERFORD", &["performed"]), + ("NATIONALSITS", &["nationalists"]), + ("OPERATIONEL", &["operational"]), + ("SIZEBLE", &["sizable", "sizeable"]), + ("ARBITRORS", &["arbiters", "arbitrators"]), + ("ENTOTY", &["entity"]), + ("UNINTENSIONALLY", &["unintentionally"]), + ("APPARANT", &["apparent"]), + ("SPECTACULLAR", &["spectacularly"]), + ("OBLEEK", &["oblique"]), + ("STADNARD", &["standard"]), + ("PRESMUABLY", &["presumably"]), + ("CARIACTURES", &["caricature"]), + ("PARTOLS", &["patrols"]), + ("DEINERS", &["deniers"]), + ("CARAFF", &["carafe"]), + ("AVODACOS", &["avocados"]), + ("SUSCEDER", &["seceder"]), + ("REDISTIRBUTES", &["redistributes"]), + ("COMLAINT", &["complaint"]), + ("HISTORGRAM", &["histogram"]), + ("MANUFACTERURS", &["manufactures"]), + ("PHARMSCI", &["pharmacist"]), + ("RITTLER", &["rattler", "riddler"]), + ("STATAMENETS", &["statements"]), + ("OMNIPOTANT", &["omnipotent"]), + ("INVITAION", &["invitation"]), + ("BIRTHDAYMAS", &["birthdays"]), + ("REDONLY", &["readonly"]), + ("BEAURACRATICAL", &["bureaucratic"]), + ("ACCCORDINGLY", &["accordingly"]), + ("BIGEGR", &["bigger"]), + ("CHEK", &["check"]), + ("LODAER", &["loader"]), + ("CUSOMERS", &["customers"]), + ("DIFFERECE", &["difference"]), + ("CATHREDAL", &["cathedral"]), + ("SMAPLE", &["sample"]), + ("HANDELDY", &["handedly"]), + ("DESCTIPTIONS", &["descriptions"]), + ("EXPERESSING", &["expressing"]), + ("BEHAVOIR", &["behavior"]), + ("EXAPLES", &["examples"]), + ("AGIRCULTURAL", &["agricultural"]), + ("DISSMISIVE", &["dismissive"]), + ("PARTIOTIC", &["patriotic"]), + ("DESERIALSIE", &["deserialise"]), + ("RSIZING", &["resizing", "sizing"]), + ("BILLEGERENT", &["belligerent"]), + ("ABRUPTY", &["abruptly"]), + ("UNPRECISE", &["imprecise"]), + ("JIST", &["gist"]), + ("FAILLURES", &["failures"]), + ("RHAPSODOMY", &["rhapsody"]), + ("DEDEPENDENTS", &["dependents"]), + ("COALLESE", &["coalesce"]), + ("XDPF", &["xpdf"]), + ("TEY", &["they"]), + ("DISSIMILIARTY", &["dissimilarity"]), + ("COMUTATION", &["commutation", "computation"]), + ("OUTUPTS", &["outputs"]), + ("PLAUSABLE", &["plausible"]), + ("PHYSCOLOGY", &["psychology"]), + ("PROPERRIES", &["properties"]), + ("BRUSTING", &["bursting"]), + ("COEXHISTANCE", &["coexistence"]), + ("COVENENTAL", &["covenant"]), + ("RECREATIVO", &["recreation"]), + ("INDISPUTIBLE", &["indisputable"]), + ("IRECTORY", &["directory"]), + ("APOCALYTPIC", &["apocalyptic"]), + ("BAKUP", &["backup"]), + ("RESEMBES", &["resembles"]), + ("APARENT", &["apparent"]), + ("MISUNDERSOOD", &["misunderstood"]), + ("EXPLOTIED", &["exploited"]), + ("CONCENTATED", &["concentrated"]), + ("ELLIGIBLE", &["eligible"]), + ("ALLTHOUGH", &["although"]), + ("ILLUSTRATIOR", &["illustrator"]), + ("COMMUTATED", &["commuted"]), + ("GARUANTEED", &["guaranteed"]), + ("RESOTRED", &["restored", "resorted"]), + ("NUMERCIAL", &["numerical"]), + ("DEAPTH", &["depth"]), + ("EXCATING", &["exacting"]), + ("EXPERIMINTATION", &["experimentation"]), + ("ADUSTED", &["adjusted"]), + ("MINMUM", &["minimum"]), + ("RELPACEMENT", &["replacement"]), + ("ALGOROTHMS", &["algorithms"]), + ("ANAYLZE", &["analyze"]), + ("INTERLECTUALLY", &["intellectually"]), + ("REPROCUCES", &["reproduces", "reprocures"]), + ("MUTABLYY", &["mutably"]), + ("SECRETERY", &["secretary"]), + ("ASSISSINATED", &["assassinated"]), + ("RENFORCES", &["reinforces"]), + ("SIGNALL", &["signal"]), + ("EXPIREITME", &["expiretime"]), + ("PHTREADS", &["pthreads"]), + ("COMMERCIALY", &["commercially"]), + ("SUSPICIUOSLY", &["suspiciously"]), + ("AGRUMENT", &["argument"]), + ("TRANISTIONAL", &["transitional"]), + ("PRETAINS", &["pertains"]), + ("DEFIND", &["defined", "defund"]), + ("PSUDONYM", &["pseudonym"]), + ("SPEFIXICATIONS", &["specifications"]), + ("COVRIANCE", &["covariance"]), + ("SIMULATAEOUSLY", &["simultaneously"]), + ("SCORPOIN", &["scorpion"]), + ("MORBIDLEY", &["morbidly"]), + ("SEAHAWS", &["seahawks"]), + ("COLLAPSERS", &["collapses"]), + ("DISSAPOINED", &["disappointed"]), + ("INCOMPATATBILITY", &["incompatibility"]), + ("COMPUATATION", &["computation"]), + ("SPEARATOR", &["separator"]), + ("GNERALLY", &["generally"]), + ("LAUNCK", &["launch"]), + ("PSYCHEDELLIC", &["psychedelic"]), + ("CONSIDERD", &["considered"]), + ("REFORMERAD", &["reformed"]), + ("ADVERSITING", &["advertising"]), + ("GAURANTEEING", &["guaranteeing"]), + ("TERURN", &["return"]), + ("POLYPHONYIC", &["polyphonic"]), + ("LABATORY", &["lavatory", "laboratory"]), + ("PREOPERTY", &["property"]), + ("ROTATD", &["rotated", "rotate"]), + ("PRIS", &["prise", "prism"]), + ("SENTAORS", &["senators"]), + ("BACKPACING", &["backpacking"]), + ("SOFTWRE", &["software"]), + ("SUPERVSIOR", &["supervisors"]), + ("BINAY", &["binary"]), + ("EXHISTENCE", &["existence"]), + ("CONVERS", &["converts", "converse", "convert"]), + ("FEATCHURE", &["feature"]), + ("RELEIFE", &["relief"]), + ("POPULAITON", &["populations"]), + ("REFERENENCES", &["references"]), + ("OWENED", &["owned"]), + ("CONSCTRUCTS", &["constructs"]), + ("USEFUTL", &["useful"]), + ("DEPLYOMENT", &["deployment"]), + ("INDENTIFY", &["identify"]), + ("REFERRS", &["refers"]), + ("ONVENTIONS", &["conventions"]), + ("PROTOYTPES", &["prototypes"]), + ("STRUCTORES", &["structures"]), + ("CRATIONS", &["creations", "nations", "rations"]), + ("PRATICTIONERS", &["practitioners"]), + ("PARAMETAR", &["parameter"]), + ("UNVERSIONNED", &["unversioned"]), + ("UNDENYABLY", &["undeniably"]), + ("RUNNS", &["runs"]), + ("PANDROA", &["pandora"]), + ("EXPERIMENTLE", &["experimented"]), + ("SUCCCESSES", &["successes"]), + ("PUNSHIER", &["punisher"]), + ("ACCOUTNED", &["accounted"]), + ("CATACLSYM", &["cataclysm"]), + ("ACCORDINT", &["according"]), + ("SYNTHETHIC", &["synthetic"]), + ("CORRRECTLY", &["correctly"]), + ("RODUCE", &["reduce", "produce"]), + ("MALINS", &["maligns"]), + ("PORTUGESE", &["portuguese"]), + ("ASYCN", &["async"]), + ("ERMINGTON", &["remington"]), + ("MISCALLENAOUS", &["miscellaneous"]), + ("PENATENTURIES", &["penitentiaries"]), + ("MINSTRIES", &["ministries"]), + ("CASHIRE", &["cashier"]), + ("DINAMICLLY", &["dynamically"]), + ("COLECT", &["collect"]), + ("APPERANCE", &["appearance"]), + ("COEXSITANCE", &["coexistence"]), + ("ENDPDOINT", &["endpoint"]), + ("EQUIVELENCY", &["equivalency"]), + ("ININTERESTING", &["uninteresting"]), + ("NEIGHBEOD", &["neighborhood"]), + ("MECHANICLLY", &["mechanically"]), + ("PERFOMEATIVE", &["performative"]), + ("EPIDSODES", &["episodes"]), + ("SATUADAY", &["saturday"]), + ("DISTINQUISHED", &["distinguished"]), + ("NONSENSCIAL", &["nonsensical"]), + ("ALRAEDY", &["already"]), + ("ENTEND", &["intend"]), + ("TEMPRARALY", &["temporarily", "temporally"]), + ("REPLACEMTN", &["replacements"]), + ("CHIZILES", &["chisels"]), + ("DEFELCTION", &["deflection"]), + ("PACHOOLY", &["patchouli"]), + ("DECLARASE", &["declares"]), + ("INIFINITE", &["infinite"]), + ("DIFFRENCES", &["differences"]), + ("UNCONDITINALLY", &["unconditionally"]), + ("INITIAITIVE", &["initiative"]), + ("DEFEINE", &["define"]), + ("SEGRETATED", &["segregated"]), + ("OAKEREOUSLY", &["ocherously"]), + ("BACKSLAH", &["backslash"]), + ("TUESDSAY", &["tuesdays"]), + ("DCUMENTS", &["documents"]), + ("COALACECE", &["coalesce", "coalescence"]), + ("CONFIGURATRION", &["configuration"]), + ("INTENSIONALY", &["intentionally", "intensionally"]), + ("VULNARABILITIES", &["vulnerabilities"]), + ("SUSSEEDER", &["seceder"]), + ("EXORT", &["export", "exhort"]), + ("INTERTING", &["interacting", "inserting"]), + ("INVICATION", &["invocation"]), + ("SYARCUSE", &["syracuse"]), + ("EXPIRIY", &["expiry"]), + ("ACHIVE", &["achieve", "archive"]), + ("COMPROMISSES", &["compromises"]), + ("SUBSITUTUENTS", &["substituents"]), + ("PANIIC", &["panic"]), + ("POSTCONDTIONS", &["postconditions"]), + ("SILKSREENED", &["silkscreened"]), + ("ITNERPRETS", &["interprets"]), + ("FOLLONG", &["following"]), + ("SEPERAT", &["separate"]), + ("SCAHR", &["schar"]), + ("WIRTE", &["write"]), + ("HALLUCINATON", &["hallucination"]), + ("INDEPENDEDLY", &["independently"]), + ("UNRECOVABLE", &["unrecoverable"]), + ("VERISION", &["version"]), + ("SUBTARGER", &["subtarget"]), + ("AVOUD", &["avoid"]), + ("PROGAPATING", &["propagating"]), + ("ENVIRONEMENT", &["environment"]), + ("POSSABLY", &["possibly"]), + ("VALENTIS", &["valentines"]), + ("SEPARTING", &["separating"]), + ("PARTICIPANTING", &["participating"]), + ("NETHODS", &["methods"]), + ("NEGOTIOTES", &["negotiates"]), + ("DEMONSTRATIE", &["demonstrate"]), + ("SEPATATE", &["separate"]), + ("SPEFICIED", &["specified"]), + ("PALYSTYLE", &["playstyle"]), + ("INTITIAL", &["initial"]), + ("REPUTPOSED", &["repurposed"]), + ("BROWSWING", &["browsing"]), + ("INTROVERSY", &["introverts"]), + ("SPRINTAS", &["sprints"]), + ("UNCONCISTENT", &["inconsistent"]), + ("SIZEMOLOGIST", &["seismologist"]), + ("INITIALISERE", &["initialisers"]), + ("GENEATION", &["generation"]), + ("ADDDED", &["added"]), + ("ALGORYTHEMS", &["algorithms"]), + ("COMPLEET", &["complete"]), + ("VALLID", &["valid"]), + ("COMPLEXS", &["complexes"]), + ("INTERRIPT", &["interrupt"]), + ("NASTED", &["nested"]), + ("EXPIERMENTAL", &["experimental"]), + ("PROTRUBERANCE", &["protuberance"]), + ("EXATLY", &["exactly"]), + ("PREDECESSORES", &["predecessors"]), + ("MODIDFIERS", &["modifiers"]), + ("REMOVS", &["removes"]), + ("UNSUPPORTD", &["unsupported"]), + ("BUREAUCRASH", &["bureaucrats"]), + ("DISCOVERES", &["discovers"]), + ("MISCELLENEOUS", &["miscellaneous"]), + ("RETORES", &["restores"]), + ("ASTERIODS", &["asteroids"]), + ("PROKRASTINATION", &["procrastination"]), + ("METACHARATER", &["metacharacter"]), + ("SINGL", &["single"]), + ("CREATIEN", &["creatine"]), + ("CRAPENTER", &["carpenter"]), + ("NUEROLOGICAL", &["neurological"]), + ("OVERIDE", &["override"]), + ("RESTRICED", &["restricted"]), + ("SKOOL", &["school"]), + ("COMPITITION", &["competition"]), + ("UNCONTRALLABLE", &["uncontrollable"]), + ("UNOBSTRUSIVE", &["unobtrusive"]), + ("FITLERED", &["filtered"]), + ("TIMESPANP", &["timespan"]), + ("FULLSCEREN", &["fullscreen"]), + ("PLACEMENS", &["placements"]), + ("LEGIMITATELY", &["legitimately"]), + ("BOOFAYS", &["buffets"]), + ("REGARLDESS", &["regardless"]), + ("DISCRIPTOR", &["descriptor"]), + ("RFERENCES", &["references"]), + ("RETRUN", &["return"]), + ("DELAPIDATED", &["dilapidated"]), + ("REGULARLIZED", &["regularized"]), + ("OPAYKES", &["opaques"]), + ("EXPLOTING", &["exploiting", "exploring"]), + ("IRREVERSIABLE", &["irreversible"]), + ("GRAHPIC", &["graphic"]), + ("MAXUMUM", &["maximum"]), + ("COMMENTAAR", &["commentary"]), + ("TRANSACRTIONS", &["transactions"]), + ("RETREEVES", &["retrieves"]), + ("RECREACION", &["recreation"]), + ("RECONSTUCTING", &["reconstructing"]), + ("UNATTENEDED", &["unattended"]), + ("EVENTUALY", &["eventually"]), + ("SURROUD", &["surround"]), + ("LANGUALGE", &["language"]), + ("REPSONSIBLE", &["responsible"]), + ("PRESIDET", &["presidents"]), + ("EXTRAVAGENT", &["extravagant"]), + ("DISPALYABLE", &["displayable"]), + ("EXTRORDINARILY", &["extraordinarily"]), + ("CARMONY", &["ceremony"]), + ("PRCESSES", &["processes"]), + ("HEUSITIC", &["heuristic"]), + ("DEFERENCING", &["dereferencing"]), + ("COMMMITTERS", &["committers"]), + ("IMAGINATIEI", &["imaginative"]), + ("EXPRESED", &["expressed"]), + ("TEMPEREATURE", &["temperature"]), + ("REPRESSIVO", &["repression"]), + ("CONSIDERATOIN", &["considerations"]), + ("STABLIZE", &["stabilize"]), + ("HIARCHICAL", &["hierarchical"]), + ("COMPILIANT", &["compliant"]), + ("COMPLIANCY", &["compliance"]), + ("EXTRADTION", &["extraction"]), + ("PRIPORITZES", &["prioritizes"]), + ("SECUTITY", &["security"]), + ("MORTAGE", &["mortgage"]), + ("OVSERVATION", &["observation"]), + ("RECURISON", &["recursion"]), + ("NEIGHBET", &["neighbor"]), + ("EXTREMS", &["extremes", "extrema"]), + ("ENHACING", &["enhancing"]), + ("UNOFFICAL", &["unofficial"]), + ("OVERFOWED", &["overflowed"]), + ("BUFFERES", &["buffered", "buffers"]), + ("DISPUTS", &["disputes"]), + ("DIRECITONS", &["directions"]), + ("SILENTELY", &["silently"]), + ("RECCONET", &["reconnect"]), + ("FEWD", &["few", "feud"]), + ("REIGINING", &["reigning"]), + ("EXPERMENETEL", &["experimental"]), + ("PHILADELHPIA", &["philadelphia"]), + ("PEFERENCE", &["preference"]), + ("PROIVDER", &["provider"]), + ("MASTURBATIE", &["masturbated"]), + ("SIGLETON", &["singleton"]), + ("HAPY", &["happy"]), + ("DEFENESLESS", &["defenseless"]), + ("CACH", &["catch", "cache"]), + ("GLYHS", &["glyphs"]), + ("FUNCTIUON", &["function"]), + ("ATTACEHD", &["attached"]), + ("INCRIMENTS", &["increments"]), + ("AMBADEXTEROUSNESS", &["ambidextrousness"]), + ("NOTABLEY", &["notably"]), + ("INTRISTIC", &["intrinsic"]), + ("CYCIC", &["cyclic"]), + ("PROJECITON", &["projection"]), + ("EARLIST", &["earliest"]), + ("KINTERGARTEN", &["kindergarten"]), + ("DOWNSTERAMS", &["downstreams"]), + ("CALLD", &["called"]), + ("COMPATABILE", &["compatible"]), + ("MEANINLESS", &["meaningless"]), + ("CRIGNEWORTHY", &["cringeworthy"]), + ("AUTIMATICALLY", &["automatically"]), + ("ESTIOMATORS", &["estimators"]), + ("INTERALS", &["internals", "intervals", "integrals"]), + ("INVISIBILE", &["invisible"]), + ("SEQUENSING", &["sequencing"]), + ("BUFFRING", &["buffering"]), + ("ACORDINGLY", &["accordingly"]), + ("RECOGIZED", &["recognized"]), + ("PAACKAGING", &["packaging"]), + ("CRUZER", &["cruiser"]), + ("GOVERNMET", &["governments"]), + ("SUFIX", &["suffix"]), + ("THNA", &["than"]), + ("CORESPONDENCE", &["correspondence"]), + ("MECHANDISE", &["merchandise"]), + ("AUTHETNTICATE", &["authenticate"]), + ("AUTHENTICDE", &["authenticode"]), + ("EXPERIMENTAION", &["experimentation"]), + ("GAYITY", &["gayety"]), + ("HEIGHTEND", &["heightened"]), + ("TRANSCONDE", &["transcode"]), + ("PROYECTED", &["projected", "protected"]), + ("DISOVER", &["discover"]), + ("GENIUNELY", &["genuinely"]), + ("MODIDFIER", &["modifier"]), + ("MAXIMICE", &["maximize"]), + ("VARIABLIES", &["variables"]), + ("FORMIDABBLE", &["formidable"]), + ("RESEMBELANCE", &["resemblance"]), + ("SCRACTH", &["scratch"]), + ("DEPENDCIES", &["dependencies"]), + ("CAPITILIST", &["capitalist"]), + ("INFLUNCE", &["influence"]), + ("INTERVIER", &["interviewer"]), + ("PRIVTE", &["private"]), + ("INGITION", &["ignition"]), + ("PASSAGERS", &["passages"]), + ("DOCUMNENT", &["document"]), + ("INSTITUION", &["institution"]), + ("MODFIFIED", &["modified"]), + ("LAUNCHIGN", &["launching"]), + ("CONVERSTAIONS", &["conversations"]), + ("SENSATIONELLA", &["sensational"]), + ("RECKOGNIZE", &["recognize"]), + ("ANALITICALLY", &["analytically"]), + ("TERRIBLEY", &["terribly"]), + ("POYLMER", &["polymer"]), + ("ALBUMNS", &["albums"]), + ("CERTFICIATE", &["certificate"]), + ("DENOMINATIONALS", &["denominations"]), + ("BOUNDAIRES", &["boundaries"]), + ("DISPALYES", &["displays"]), + ("LAGUANGE", &["language"]), + ("PROCESED", &["proceeds", "processed"]), + ("TECHNEEK", &["technique"]), + ("POSSIBITY", &["possibility"]), + ("DEMONSTARTED", &["demonstrated"]), + ("ENVVIRONMENT", &["environment"]), + ("HOPSITALIZED", &["hospitalized"]), + ("INEVETIBLE", &["inevitable"]), + ("RAMDOMLY", &["randomly"]), + ("BURTSING", &["bursting"]), + ("SERTIFICATED", &["certificated"]), + ("BOOTOM", &["bottom"]), + ("INTERGER", &["integer"]), + ("CLODING", &["closing"]), + ("AMPLIFER", &["amplifier"]), + ("CONSUMATE", &["consummate"]), + ("MISTATCHES", &["mismatches"]), + ("ERVERY", &["every"]), + ("ASSASSINTATION", &["assassination"]), + ("GOIND", &["going"]), + ("INDENDED", &["intended", "indented"]), + ("APEARED", &["appeared"]), + ("ARRANMENT", &["arrangement"]), + ("ASSYMETRICAL", &["asymmetrical"]), + ("AGGREGRATED", &["aggregated"]), + ("NURISHED", &["nourished"]), + ("MOVMENT", &["movement"]), + ("VECHICLE", &["vehicle"]), + ("EHANCED", &["enhanced"]), + ("CONFINS", &["confines"]), + ("EXPERSED", &["expressed"]), + ("GADGED", &["gadget", "gauged"]), + ("RELIGEOUS", &["religious"]), + ("DISTORTIAN", &["distortion"]), + ("ENEVLOPES", &["envelopes"]), + ("OIF", &["of"]), + ("EVELUATE", &["evaluate"]), + ("MALICOUSALLY", &["maliciously"]), + ("OBVISIOUS", &["obvious"]), + ("PUPLISHER", &["publisher"]), + ("VENDETTTA", &["vendetta"]), + ("OBEDIANT", &["obedient"]), + ("PERTRUB", &["perturb"]), + ("REPRODUCIBLITY", &["reproducibility"]), + ("CHLIDFREE", &["childfree"]), + ("PLATIMUN", &["platinum"]), + ("PRESSUREING", &["pressuring"]), + ("PERIODICLY", &["periodically"]), + ("PARTICIPATIN", &["participation"]), + ("ATHLETS", &["athletes"]), + ("INTEGRERES", &["interferes"]), + ("CONVINSE", &["convinces"]), + ("NOTITIFERS", &["notifiers"]), + ("ACSSUMED", &["assumed"]), + ("DECREMEANTED", &["decremented"]), + ("MOLESTSTION", &["molestation"]), + ("SPONTANEOULY", &["spontaneously"]), + ("PRONUNICATION", &["pronunciation"]), + ("DISCROUAGE", &["discourages"]), + ("AFFACT", &["affect", "effect"]), + ("UTILL", &["until", "utils"]), + ("GUARNATEEE", &["guarantee"]), + ("INTERACTIONN", &["interaction"]), + ("POITNING", &["pointing"]), + ("VOLATAGE", &["voltage"]), + ("COLLEAGE", &["colleagues", "colleague"]), + ("SPLITING", &["splitting"]), + ("EXTEPECTS", &["expects"]), + ("ADMNISTRATORS", &["administrators"]), + ("PEACEFULLLY", &["peacefully"]), + ("TOGETHEER", &["together"]), + ("RECIEVD", &["received"]), + ("STERYOTYPES", &["stereotypes"]), + ("KEYBOOARD", &["keyboard"]), + ("NECESARY", &["necessary"]), + ("AMLPIFIER", &["amplifier"]), + ("DETAIS", &["details"]), + ("READIABLE", &["readable"]), + ("EXPERIMANENTER", &["experimenter"]), + ("CHAMPIONSHIOP", &["championships"]), + ("WARRANDYTE", &["warranty"]), + ("EXTRACTINO", &["extracting"]), + ("DATATGRAM", &["datagram"]), + ("IGNORNING", &["ignoring"]), + ("UNCOMFORTABLEY", &["uncomfortably"]), + ("SODDERS", &["solders"]), + ("TRANSPORTATIN", &["transportation"]), + ("SYMMETRICALY", &["symmetrically"]), + ("ACCROSS", &["across"]), + ("LITERTURE", &["literature"]), + ("MULTIPLEIES", &["multiples"]), + ("MOTORCICLES", &["motorcycles"]), + ("AUTHETHENTICATOR", &["authenticator"]), + ("THTA", &["that"]), + ("UNSUPRESSES", &["unsuppresses"]), + ("JARING", &["jarring"]), + ("MODULU", &["modulo"]), + ("ACCESNT", &["accent"]), + ("NARCISSSTIC", &["narcissist"]), + ("COMPARISTONS", &["comparisons"]), + ("SPEFIXICS", &["specifics"]), + ("DICARDED", &["discarded"]), + ("TAILGATEING", &["tailgating"]), + ("COMPALINT", &["compliant"]), + ("SUPPERSSOR", &["suppressor"]), + ("CLARIFIY", &["clarify"]), + ("GLIPMSE", &["glimpse"]), + ("MILESONE", &["milestone"]), + ("INTERCEPTIN", &["interception"]), + ("FRUSTRATO", &["frustration"]), + ("VIRTTUALLY", &["virtually"]), + ("KILOMETES", &["kilometers"]), + ("COOPORATION", &["cooperation"]), + ("LFIESTEAL", &["lifesteal"]), + ("FOLLOWWINGS", &["followings"]), + ("INCONVENINECE", &["inconvenience"]), + ("BASSICALLY", &["basically"]), + ("STRAIGHTFORWAD", &["straightforward"]), + ("FORMULS", &["formulas"]), + ("TRANSTORM", &["transform"]), + ("CALLES", &["calls", "called", "caller", "callers"]), + ("NEGOATIATE", &["negotiate"]), + ("QUICLY", &["quickly"]), + ("VIETNAMEES", &["vietnamese"]), + ("CIVELISATION", &["civilisation"]), + ("ENFORE", &["enforce"]), + ("PROBLAMATIC", &["problematic"]), + ("APSECTS", &["aspects"]), + ("ANALITIC", &["analytic"]), + ("INDDIVIDUALLY", &["individually"]), + ("OCURRS", &["occurs"]), + ("ITERATONS", &["iterations"]), + ("EXPLOSIE", &["explosive"]), + ("UPADATED", &["updated"]), + ("CONNCTION", &["connection"]), + ("SAVVES", &["salves", "saves"]), + ("CONTRABUTION", &["contribution"]), + ("APPRIXAMATIONS", &["approximations"]), + ("OBJTAINED", &["obtained"]), + ("RECOMPENCE", &["recompense"]), + ("PERSUMPTION", &["presumption"]), + ("SYPPORT", &["support"]), + ("STICTLY", &["strictly"]), + ("EVALATION", &["evaluation"]), + ("COFIRMED", &["confirmed"]), + ("DECOCDES", &["decodes"]), + ("OCTOHEDRA", &["octahedra"]), + ("PRESENNING", &["presenting"]), + ("SUCCESULLY", &["successfully"]), + ("DUPLACTE", &["duplicate"]), + ("GUTIARIST", &["guitarist"]), + ("REALTIVITY", &["relativity"]), + ("EMOBDIMENT", &["embodiment"]), + ("SUNSDAY", &["sunday"]), + ("GROOSUM", &["gruesome"]), + ("CONDITIANALY", &["conditionally"]), + ("AWARNESS", &["awareness"]), + ("CHEESEBERGER", &["cheeseburger"]), + ("EXLPOIT", &["exploit"]), + ("CHECBOXES", &["checkboxes"]), + ("TRASNLATOR", &["translator"]), + ("INSUFFIENTLY", &["insufficiently"]), + ("DISCONEECTING", &["disconnecting"]), + ("BLOCKCHAN", &["blockchain"]), + ("FERMANTATION", &["fermentation"]), + ("CHARACTEOR", &["character"]), + ("BOTTOME", &["bottom"]), + ("ALUMINIM", &["aluminium"]), + ("NECT", &["next"]), + ("DIMONDS", &["diamonds"]), + ("INTIMIDARE", &["intimidate"]), + ("ACCELERATER", &["accelerator"]), + ("ANDROIDES", &["androids"]), + ("COMMUNCIATION", &["communication"]), + ("TECNICALLY", &["technically"]), + ("INSIGTH", &["insight"]), + ("COMPANSATED", &["compensated"]), + ("ILLEGSL", &["illegals"]), + ("PROVINCIES", &["province"]), + ("ELIMINASE", &["eliminates"]), + ("RESURREKTION", &["resurrection"]), + ("CONSTRACTED", &["constructed"]), + ("HYPENATES", &["hyphenates"]), + ("IDEOLOGE", &["ideologies"]), + ("HOOOK", &["hook"]), + ("DISCONENCT", &["disconnect"]), + ("AUTHENCATE", &["authenticate"]), + ("INEXPERIECE", &["inexperience"]), + ("ORGNIZATION", &["organization"]), + ("ANDROGENY", &["androgyny"]), + ("CANGES", &["changes"]), + ("DUPPLICATING", &["duplicating"]), + ("DEFAULES", &["defaults"]), + ("NORNAL", &["normal"]), + ("SEMATIC", &["semantic"]), + ("SOCKETTED", &["socketed"]), + ("SUBNEGOTIOATIONS", &["subnegotiations"]), + ("STATAMENET", &["statement"]), + ("REPALCE", &["replace"]), + ("COMOTION", &["commotion"]), + ("COLUMNSS", &["columns"]), + ("SUBSCRIBBER", &["subscriber"]), + ("ASTRIX", &["asterisk"]), + ("LOACALLY", &["locally"]), + ("CONCENTARTION", &["concentrations"]), + ("CLONEZ", &["clones", "cloner"]), + ("EVALUTATING", &["evaluating"]), + ("OVERREIDES", &["overrides"]), + ("CELEBRATONS", &["celebrations"]), + ("DELIMITITATION", &["delimitation"]), + ("IMBALENCED", &["imbalanced"]), + ("PORCESSING", &["processing"]), + ("CLAGARY", &["calgary"]), + ("PERLIMINARY", &["preliminary"]), + ("HOMOGENOUS", &["homogeneous"]), + ("VEICHLES", &["vehicles"]), + ("BOUNDATRIES", &["boundaries"]), + ("AGNOSTISCH", &["agnostic"]), + ("RETRUNS", &["returns"]), + ("HIGHTEST", &["highest"]), + ("CHASNGE", &["change", "changes"]), + ("SWANSOON", &["swanson"]), + ("ORICLES", &["oracles"]), + ("ENDPINTS", &["endpoints"]), + ("SOFTWADE", &["software"]), + ("DATABASSE", &["database", "databases"]), + ("REGISTRAION", &["registration"]), + ("MELLINNIUM", &["millennium"]), + ("WINCHESETER", &["winchester"]), + ("WIATING", &["waiting"]), + ("PERSERVED", &["preserved"]), + ("ANOTATE", &["annotate"]), + ("DISCUSTING", &["discussing", "disgusting"]), + ("SOLIDARIETY", &["solidarity"]), + ("SPECIFYIED", &["specified"]), + ("AUTHETNTICATING", &["authenticating"]), + ("MECAHNIC", &["mechanic"]), + ("SEEZ", &["seize"]), + ("EXPLIAN", &["explain"]), + ("DESCISIONS", &["decisions"]), + ("OMMITED", &["omitted"]), + ("JUDGEMANT", &["judgemental"]), + ("BODYBUILIDNG", &["bodybuilding"]), + ("CALEED", &["called"]), + ("UNANOMOUSLY", &["unanimously"]), + ("ARIBRARY", &["arbitrary"]), + ("DEFITENLY", &["definitely"]), + ("APPRIORATE", &["appropriate"]), + ("STAKLERS", &["stalkers"]), + ("OPINYONAL", &["opinional"]), + ("SPERATELY", &["separately"]), + ("DYSFONCTION", &["dysfunction"]), + ("BECAUSEQ", &["because"]), + ("WILDERNISS", &["wilderness"]), + ("NUTRITENT", &["nutrient"]), + ("PHYCISIAN", &["physician"]), + ("OVERIVEW", &["overview"]), + ("REMONTLY", &["remotely"]), + ("JAIMACAN", &["jamaican"]), + ("CANDITATE", &["candidate"]), + ("SONGLAR", &["singular"]), + ("AYTHING", &["anything"]), + ("TROLELD", &["trolled"]), + ("ADDITTIONS", &["addictions"]), + ("INCLUDIED", &["included"]), + ("EXPERIMETERS", &["experimenters"]), + ("RECONETING", &["reconnecting"]), + ("BIMASK", &["bitmask"]), + ("ACHIVEABLE", &["achievable"]), + ("ACCDIENTLY", &["accidently"]), + ("ACCHIEV", &["achieve"]), + ("NERATIVES", &["narratives", "negatives"]), + ("INITAILLY", &["initially"]), + ("SECTOPNS", &["sections"]), + ("PRECULDES", &["precludes"]), + ("ASTERIKS", &["asterisk", "asterisks"]), + ("SERIMONIES", &["ceremonies"]), + ("EXECUTUES", &["executes"]), + ("PERSAIN", &["persian"]), + ("ELEPHANTES", &["elephants"]), + ("BACIC", &["basic"]), + ("GUARNTEES", &["guarantees"]), + ("CODESBASES", &["codebases"]), + ("BUFFFERS", &["buffers"]), + ("CAMPIAGN", &["campaign"]), + ("CORESPONDED", &["corresponded"]), + ("MICORTRANSACTIONS", &["microtransactions"]), + ("CRASHAES", &["crashes"]), + ("PREDICTONS", &["predictions"]), + ("MAIRABD", &["mariadb"]), + ("MOUNTHS", &["months", "mouths"]), + ("DEGRASE", &["degrasse"]), + ("PROVIDSE", &["provides", "provide"]), + ("LARG", &["large"]), + ("MEXICANESS", &["mexicans"]), + ("UNDERFOWS", &["underflows"]), + ("ACCULUMATED", &["accumulated"]), + ("DEAMBIGUATE", &["disambiguate"]), + ("INDISTRUCTIBLE", &["indestructible"]), + ("SUPPOSEDY", &["supposedly"]), + ("CELLULAIRE", &["cellular"]), + ("AGAINSG", &["against"]), + ("STROMED", &["stormed"]), + ("CHEMESTRY", &["chemistry"]), + ("CRIMINALUL", &["criminally"]), + ("DEREVATIVES", &["derivatives"]), + ("PARAVIRUTALIZED", &["paravirtualized"]), + ("LUCKELY", &["luckily"]), + ("AUTHENITCATE", &["authenticate"]), + ("COMMMET", &["comment"]), + ("INTDICATING", &["indicating"]), + ("BLOCEKD", &["blocked"]), + ("DIMANSIONS", &["dimensions"]), + ("CARIDGE", &["carriage"]), + ("WOMENS", &["women"]), + ("INSULTOS", &["insults"]), + ("PHILOSOPHICS", &["philosophies"]), + ("SUSTAINABILTY", &["sustainability"]), + ("CORPSERS", &["corpses"]), + ("MISSUSING", &["misusing"]), + ("SCRIPTE", &["script", "scripted"]), + ("MALASYIAN", &["malaysian"]), + ("ABONDENED", &["abandoned"]), + ("LOSELY", &["loosely"]), + ("USUSED", &["unused"]), + ("SEPERARES", &["separates"]), + ("PLAINTEST", &["plaintext"]), + ("POSTGRESSQL", &["postgresql"]), + ( + "CONTROLE", + &["control", "controlled", "controller", "controls"], + ), + ("AVAILABED", &["available"]), + ("DEMOSNTRATING", &["demonstrating"]), + ("MEIDCARE", &["medicare"]), + ("PLUGUN", &["plugin"]), + ("RECONECTIONS", &["reconnections"]), + ("MANUFATURER", &["manufacturer"]), + ("INFECTEOUS", &["infectious"]), + ("TENATIOUS", &["tenacious"]), + ("CIGURETE", &["cigarette"]), + ("GREVIANCES", &["grievances"]), + ("MIINIMISE", &["minimise"]), + ("CLIMBES", &["climbers"]), + ("CHANDELEERS", &["chandeliers"]), + ("INPLICITLY", &["implicitly"]), + ("ALGORITHMMS", &["algorithms"]), + ("DEPOYED", &["deployed"]), + ("RETRIVE", &["retrieve"]), + ("TOUH", &["touch"]), + ("PHOTOGRAHPER", &["photographer"]), + ("CLAUSENS", &["clauses"]), + ("FOGOT", &["forgot"]), + ("APPORACHABLE", &["approachable"]), + ("DEOPSITED", &["deposited"]), + ("PROFESION", &["profusion", "profession"]), + ("INDEPENDENTE", &["independence"]), + ("MAGINTUDE", &["magnitude"]), + ("CRINGEWORTY", &["cringeworthy"]), + ("SUDNERLAND", &["sunderland"]), + ("REGISTERTD", &["registered"]), + ("ACORDIONS", &["accordions"]), + ("INIITIALIZES", &["initializes"]), + ("PRESSIUOS", &["precious"]), + ("MCROSCOPE", &["microscope"]), + ("ELIMATE", &["eliminate"]), + ("DESTRYING", &["destroying"]), + ("DRNIK", &["drink"]), + ("JETBRAIN", &["jetbrains"]), + ("ATTOSENCONDS", &["attoseconds"]), + ("WASHINGTION", &["washington"]), + ("SAMPELS", &["samples"]), + ("INTERITANCE", &["inheritance"]), + ("MARRAGE", &["marriage"]), + ("CHIZLING", &["chiseling"]), + ("AROUDN", &["around"]), + ("AUTHETICATED", &["authenticated"]), + ("USLESS", &["useless"]), + ("CIVELIZATION", &["civilization"]), + ("INTIMITE", &["intimate"]), + ("QUENTION", &["quentin"]), + ("ANALGOUE", &["analogue"]), + ("COMPARTENT", &["compartment"]), + ("APPLCIATIONS", &["applications"]), + ("REINITALIZE", &["reinitialize"]), + ("CONNECOR", &["connector"]), + ("ENOUNCTER", &["encounter"]), + ("TROTZKISTS", &["trotskyists"]), + ("ACCESOR", &["accessor"]), + ("POSTITIVE", &["positive"]), + ("ACCCESS", &["access"]), + ("FLATTEND", &["flattened"]), + ("CHECHS", &["checks"]), + ("INFLUENTING", &["influencing"]), + ("SARINOMIES", &["ceremonies"]), + ("EMPHAZISES", &["emphasises"]), + ("AMPLITDE", &["amplitude"]), + ("SCTRIPTING", &["scripting"]), + ("PRESUASION", &["persuasion"]), + ("ASSOCIATIN", &["associations"]), + ("PAPANICALOU", &["papanicolaou"]), + ("LIUKE", &["like"]), + ("LANGUGAES", &["languages"]), + ("ALGORRITM", &["algorithm"]), + ("NECASSRY", &["necessary"]), + ("EDIGES", &["edges"]), + ("PARAMETTER", &["parameter"]), + ("ACKNOWLEGEMENTS", &["acknowledgements"]), + ("NATUILUS", &["nautilus"]), + ("SCARTCHED", &["scratched"]), + ("MINIMSATION", &["minimisation"]), + ("MEMBRANAPHONE", &["membranophone"]), + ("TYRANIES", &["tyrannies"]), + ("GOESS", &["goes"]), + ("MANNERSIMS", &["mannerisms"]), + ("CONDESCENSCION", &["condescension"]), + ("PROJECTE", &["projectile"]), + ("AUSTITIC", &["autistic"]), + ("ABSOLUUTE", &["absolute"]), + ("HANDKERCHIFS", &["handkerchiefs"]), + ("PHARMACS", &["pharmacist"]), + ("HARASMENT", &["harassment"]), + ("STANDARTIZATION", &["standardization"]), + ("DIVISIONES", &["divisions"]), + ("BLOCKCHIAN", &["blockchain"]), + ("TECHEIS", &["techies"]), + ("CONTANTING", &["contacting"]), + ("CONTIUE", &["continue"]), + ("CALCUALTIONS", &["calculations"]), + ("INTIMIDADE", &["intimidated"]), + ("INVOCE", &["invoice"]), + ("COLLABORANT", &["collaborate"]), + ("TRANSPARANCEIES", &["transparencies"]), + ("APPLYIG", &["applying"]), + ("BILLINGUALISM", &["bilingualism"]), + ("MIRCOSERVICES", &["microservices"]), + ("DISAPPLINE", &["discipline"]), + ("MISOGONISTIC", &["misogynistic"]), + ("TEMPORRAY", &["temporary"]), + ("DATATORE", &["datastore"]), + ("SIMPTOMATICALLY", &["symptomatically"]), + ("SCRPTED", &["scripted"]), + ("EYGPTIANS", &["egyptians"]), + ("USIBILITY", &["usability"]), + ("FISIST", &["physicist"]), + ("SOOURCE", &["source"]), + ("THROUGHIUT", &["throughput"]), + ("JORUNAL", &["journal"]), + ("CAMAERA", &["camera"]), + ("BERFORMING", &["performing"]), + ("DELELTE", &["delete"]), + ("FRONAT", &["format", "front"]), + ("PHENOMONENON", &["phenomenon"]), + ("JAMIACA", &["jamaica"]), + ("SEQENCING", &["sequencing"]), + ("SELECTIE", &["selective"]), + ("BROKED", &["broken"]), + ("OBSCUR", &["obscure"]), + ("INTERPOLOATING", &["interpolating"]), + ("AMBADEXTEROUSLY", &["ambidextrously"]), + ("HEDGEHORG", &["hedgehog"]), + ("NERATIVELY", &["narratively", "negatively"]), + ("ENDPONT", &["endpoint"]), + ("TRAINGULAR", &["triangular"]), + ("EITH", &["with"]), + ("THIKS", &["thinks"]), + ("HOSPITALTY", &["hospitality"]), + ("EXPLICILTY", &["explicitly"]), + ("HEREE", &["here"]), + ("GRANDISES", &["aggrandises"]), + ("SPEFICIALLEIS", &["specifies"]), + ("ACCELEREAD", &["accelerated"]), + ("ANWSERED", &["answered"]), + ("DISSRUPTS", &["disrupts"]), + ("ASYNCHRONEOUSLY", &["asynchronously"]), + ("REIVISON", &["revision"]), + ("DEAMONIZATION", &["daemonization"]), + ("EMPROVED", &["improved"]), + ("CONTECTUAL", &["contextual"]), + ("ASTERSIK", &["asterisk"]), + ("RENEGOZIATIONS", &["renegotiations"]), + ("EXPECATATION", &["expectation"]), + ("HYPOTEHTICAL", &["hypothetical"]), + ("PHARAMCY", &["pharmacy"]), + ("NECESSERILY", &["necessarily"]), + ("ORHTOGONALITY", &["orthogonality"]), + ("ANLAYSIS", &["analysis"]), + ("DSIABLE", &["disable"]), + ("PROJECTTION", &["projection"]), + ("ENTREPRENURS", &["entrepreneurs"]), + ("EPSIODES", &["episodes"]), + ("CALIMING", &["claiming"]), + ("RETIEVED", &["retrieved"]), + ("RESON", &["reason"]), + ("CLUASES", &["clauses"]), + ("RQUIRING", &["requiring"]), + ("DIFFFERENCES", &["differences"]), + ("ARCHTECTURES", &["architectures"]), + ("PPELINES", &["pipelines"]), + ("CONIG", &["config"]), + ("IDELOGY", &["ideology"]), + ("DISCPLINE", &["discipline"]), + ("ESCAPEABLE", &["escapable"]), + ("INFLATOIN", &["inflation"]), + ("UPATER", &["updater"]), + ("COMMUNITCATES", &["communicates"]), + ("AUTONEGOTIONS", &["autonegotiations"]), + ("SCHZIOPHRENIA", &["schizophrenia"]), + ("DIASBLING", &["disabling"]), + ("RESISTENCE", &["resistance"]), + ("QUIESSENT", &["quiescent"]), + ("INTERVATION", &["integration"]), + ("DISTINGISH", &["distinguish"]), + ("BOUNDRIES", &["boundaries"]), + ("KNARLY", &["gnarly"]), + ("PREDICESSOR", &["predecessor"]), + ("AUTONEGATIOTIATION", &["autonegotiation"]), + ("TRAMAUTIC", &["traumatic"]), + ("VENTIALTION", &["ventilation"]), + ("UNMANOUVERABLE", &["unmaneuverable", "unmanoeuvrable"]), + ("ANYNOMOUS", &["anonymous"]), + ("UNKNWNS", &["unknowns"]), + ("AFFICIONADOS", &["aficionados"]), + ("INCOMPLEATE", &["incomplete"]), + ("DEMOGRAPHIS", &["demographics"]), + ("LOOCKUP", &["lockup", "lookup"]), + ("RELEIVE", &["relieve"]), + ("VOLLEYBOLL", &["volleyball"]), + ("INFORMACION", &["information"]), + ("COUTERPARTS", &["counterparts"]), + ("ADVOCATS", &["advocates"]), + ("AUTHETNICATOR", &["authenticator"]), + ("DEPDENDENCES", &["dependences"]), + ("COMMADLINE", &["commandline"]), + ("PENWAR", &["peignoir"]), + ("COMMUNTY", &["community"]), + ("ANALITYCAL", &["analytical"]), + ("ACTIVITI", &["activity", "activities"]), + ("BELIGUM", &["belgium"]), + ("TESTESTORONE", &["testosterone"]), + ("ILLUMINITE", &["illuminati"]), + ("ETHNICITES", &["ethnicities"]), + ("SUPRISINGLY", &["surprisingly"]), + ("REINSTALLNG", &["reinstalling"]), + ("ACTIAVTOR", &["activator"]), + ("BAISES", &["biases"]), + ("SINIC", &["cynic", "sonic"]), + ("EFFETCT", &["effect"]), + ("EXPLICT", &["explicit"]), + ("ASSOCTION", &["association"]), + ("ASSOCCIATED", &["associated"]), + ("SPIRTIUALITY", &["spirituality"]), + ("AWKWARDSNESS", &["awkwardness"]), + ("HIERACHRIES", &["hierarchies"]), + ("ANTAGONISITIC", &["antagonistic"]), + ("REPRESETATION", &["representation"]), + ("GORWING", &["growing"]), + ("ELLPITICAL", &["elliptical"]), + ("LIMITIS", &["limits"]), + ("PORNOGRAGHY", &["pornography"]), + ("ORGINATE", &["originate"]), + ("DUBLICAT", &["duplicate"]), + ("EXTRENALY", &["externally"]), + ("DITRIBUTED", &["distributed"]), + ("CALLE", &["called", "caller", "calls"]), + ("ISTENED", &["listened"]), + ("UNIVERSALY", &["universally"]), + ("INDIVIDUEL", &["individual"]), + ("PEIRODICALS", &["periodicals"]), + ("VERTIX", &["vertex"]), + ("TRUSHWORTHY", &["trustworthy"]), + ("ABSTRCTING", &["abstracting"]), + ("DESTRUCOR", &["destructor"]), + ("AMEALIARATES", &["ameliorates"]), + ("INSTRUCITONAL", &["instructional"]), + ("USERA", &["users"]), + ("VRESION", &["version"]), + ("PROMSICUOUS", &["promiscuous"]), + ("PERSPECITVE", &["perspective"]), + ("MALCLOM", &["malcolm"]), + ("PORNOGRAPGY", &["pornography"]), + ("CUSTCENES", &["cutscenes"]), + ("SYMOLS", &["symbols"]), + ("TRANSOFRMED", &["transformed"]), + ("EXPLANOTORY", &["explanatory"]), + ("NEIGHBRS", &["neighbors"]), + ("EXCERSIZED", &["exercised"]), + ("MESSAGSE", &["messages"]), + ("CONSEEDD", &["conceded"]), + ("PLASEMENT", &["placement"]), + ("TRALIERS", &["trailers"]), + ("FAREHNHEIT", &["fahrenheit"]), + ("AUSTRALLIAN", &["australian"]), + ("EXCATLY", &["exactly"]), + ("SUCCCEEDS", &["succeeds"]), + ("REGISTY", &["registry"]), + ("ARITSTS", &["artists"]), + ("DELAERSHIP", &["dealership"]), + ("CONSERVATISIM", &["conservatism"]), + ("DESCRIPTON", &["description"]), + ("RENEGOTHIATOR", &["renegotiator"]), + ("GRIZZLEY", &["grizzly"]), + ("DISTRIBUITNG", &["distributing"]), + ("INDIVUALS", &["individuals"]), + ("AJCENCIES", &["adjacencies"]), + ("CANTACTED", &["contacted"]), + ("EQUIVERLANT", &["equivalent"]), + ("PARAGRAP", &["paragraph"]), + ("CONTESTION", &["contention"]), + ("MOTORAL", &["motorola"]), + ("DECLARTATIVE", &["declarative"]), + ("ATAIN", &["attain"]), + ("BGINNING", &["beginning"]), + ("DAHSBOARD", &["dashboard"]), + ("SPECTIFIED", &["specified"]), + ("REDESING", &["redesign"]), + ("STAMNIA", &["stamina"]), + ("INCENTIVOS", &["incentives"]), + ("SUPPLAMENTS", &["supplements"]), + ("SNIPETS", &["snippets"]), + ("CONVERTATION", &["conversation", "conversion"]), + ("CANTACTING", &["contacting"]), + ("OCCURRS", &["occurs"]), + ("QUESTON", &["question"]), + ("OVERCLICKING", &["overclocking"]), + ("OMNIPITENT", &["omnipotent"]), + ("EXTRAORDINARELY", &["extraordinarily"]), + ("ANEDOCTALLY", &["anecdotally"]), + ("INOVATION", &["innovation"]), + ("PATRIOTICS", &["patriotism"]), + ("UNWEILDLY", &["unwieldy"]), + ("ARCHITECTRUAL", &["architectural"]), + ("COMPARIOS", &["comparison"]), + ("OBEJECTS", &["objects"]), + ("MASTERISE", &["masteries"]), + ("QUERRIED", &["queried"]), + ("KEYCHIAN", &["keychain"]), + ("EPHEMEMERAL", &["ephemeral"]), + ("HEMLETS", &["helmets"]), + ("REPLCACED", &["replaced"]), + ("RESPECTABIL", &["respectable"]), + ("EXANSIVE", &["expansive"]), + ("INFERIR", &["inferior"]), + ("UNREGSITERED", &["unregistered"]), + ("BOOKEEPING", &["bookkeeping"]), + ("EMITED", &["emitted"]), + ("FAILL", &["fail"]), + ("POLITIICANS", &["politician"]), + ("APOSTROPHIES", &["apostrophe", "apostrophes"]), + ("TOGETER", &["together"]), + ("UINQUE", &["unique"]), + ("QUEIRES", &["queries"]), + ("NAXIMA", &["maxima"]), + ("FOLWOED", &["followed"]), + ("MULTIPLCATION", &["multiplication"]), + ("DEPICITNG", &["depicting"]), + ("SURROUDED", &["surrounded"]), + ("MISFORTURE", &["misfortune"]), + ("ADJACENTCY", &["adjacency", "adjacence"]), + ("COLOURPSACE", &["colourspace"]), + ("TRANIENTS", &["transients"]), + ("PERFORMANVE", &["performance"]), + ("MASOGYNISTIC", &["misogynistic"]), + ("RESTRCITED", &["restricted"]), + ("APPAR", &["appear"]), + ("SUBORUTINES", &["subroutines"]), + ("CUSTOEMR", &["customer"]), + ("MENUAL", &["manual"]), + ("CARACTERS", &["characters"]), + ("MESURE", &["measure"]), + ("MIRCOATX", &["microatx"]), + ("SHILOUETTE", &["silhouette"]), + ("TRANSMITIRTE", &["transmitter"]), + ("ARCHITECUTURES", &["architectures"]), + ("HADLER", &["handler"]), + ("FIRTSLY", &["firstly"]), + ("ARCIVING", &["archiving"]), + ("THEI", &["their", "they"]), + ("INEFFIENTLY", &["inefficiently"]), + ("EXECUDING", &["executing", "excluding"]), + ("AMEALIARATING", &["ameliorating"]), + ("QUESANTS", &["croissants"]), + ("REFLECTIE", &["reflective"]), + ("INITIALIZATE", &["initialize"]), + ("HAA", &["has"]), + ("UNIGNED", &["unsigned"]), + ("PUBISH", &["publish"]), + ("BORADWAY", &["broadway"]), + ("BOOKMAKRS", &["bookmarks"]), + ("TOMORORW", &["tomorrow"]), + ("CHECKALAISES", &["checkaliases"]), + ("REFERNCING", &["referencing"]), + ("CLIENTELLE", &["clientele"]), + ("INSTUCTIONS", &["instructions"]), + ("FOLLWWIN", &["following"]), + ("OPINYONATORS", &["opinionators"]), + ("OTATES", &["notates", "rotates"]), + ("ADIVSORIYES", &["advisories"]), + ("CONSEQUENTE", &["consequence"]), + ("AUTHENTIFIED", &["authenticated"]), + ("CRUZES", &["cruises"]), + ("STRENGSTEN", &["strengthen"]), + ("MCROSCOPY", &["microscopy"]), + ("EXPEREIENCE", &["experience"]), + ("ACCROS", &["across"]), + ("DEVLOVED", &["devolved"]), + ("VALETTA", &["valletta"]), + ("OPBJECTS", &["objects"]), + ("CIRITERIA", &["criteria"]), + ("WARINIGS", &["warnings"]), + ("RECURITED", &["recruited"]), + ("RENEGOTICATE", &["renegotiate"]), + ("GODAFTHER", &["godfather"]), + ("MODFIICATION", &["modification"]), + ("ALREAY", &["already"]), + ("OHONE", &["phone"]), + ("GOVORNMENT", &["government"]), + ("INSTUTUTIONALIZED", &["institutionalized"]), + ("SEGMENET", &["segment"]), + ("RENEGOTITE", &["renegotiate"]), + ("INDIVIDUELY", &["individually"]), + ("TRUCT", &["struct"]), + ("REALISTICLLY", &["realistically"]), + ("TERMPERATURE", &["temperature"]), + ("RESPIRATIORY", &["respiratory"]), + ("STPO", &["stop"]), + ("RENEGOATIONS", &["renegotiations"]), + ("ENRYPTION", &["encryption"]), + ("PUBLISER", &["publisher"]), + ("UNIQUNESS", &["uniqueness"]), + ("RESTURANT", &["restaurant"]), + ("FRANCHICES", &["franchises"]), + ("EXPLANING", &["explaining"]), + ("HENIOUS", &["heinous"]), + ("ANCESTERS", &["ancestors"]), + ("CALLSER", &["caller"]), + ("COMMUNUCATION", &["communication"]), + ("GENRATET", &["generated"]), + ("ADMININISTRATIVE", &["administrative"]), + ("COPYRITGHTED", &["copyrighted"]), + ("CYPRTO", &["crypto"]), + ("MUTLIVOLUME", &["multivolume"]), + ("SPECIIFED", &["specified"]), + ("FOLOOWING", &["following"]), + ("NASTURSHEM", &["nasturtium"]), + ("ASYMETTRIC", &["asymmetric"]), + ("ACSII", &["ascii"]), + ("DOCTINES", &["doctrines"]), + ("MEORY", &["maori", "memory"]), + ("NAGIVATE", &["navigate"]), + ("ALIENTATING", &["alienating"]), + ("CLASSIFIY", &["classify"]), + ("VOLCANOE", &["volcano"]), + ("ADVERTISMENTS", &["advertisements"]), + ("ESIMATING", &["estimating"]), + ("CPATION", &["caption"]), + ("SCHDULER", &["scheduler"]), + ("EXPERIMANETED", &["experimented"]), + ("PSYCHOLIGISTS", &["psychologists"]), + ("EXPERIMDNTER", &["experimenter"]), + ("SSERVER", &["server"]), + ("AIRPSACE", &["airspace"]), + ("ULTERIOUR", &["ulterior"]), + ("EYEBALLERS", &["eyeballs"]), + ("CONTESS", &["contests"]), + ("RENEGOTIOTATING", &["renegotiating"]), + ("EXTEDERS", &["extenders"]), + ("AUTOCOMPETE", &["autocomplete"]), + ("SUPPPORTS", &["supports"]), + ("PUBLCISE", &["publicise"]), + ("DICTIOARY", &["dictionary"]), + ("ANNOUNCIATORS", &["annunciators"]), + ("IMPLEMEMEMNT", &["implement"]), + ("DESINGNER", &["designer"]), + ("CONSTITENTLY", &["consistently"]), + ("GENIUNE", &["genuine"]), + ("SPECIFIING", &["specifying"]), + ("REPRESNTED", &["represented"]), + ("INCONSISTANCIES", &["inconsistencies"]), + ("DESGINERS", &["designers"]), + ("ANGSHIOSNESS", &["anxiousness"]), + ("EXPECATION", &["expectation"]), + ("ABSTACTED", &["abstracted"]), + ("SNESE", &["sneeze"]), + ("BLODDY", &["bloody"]), + ("INTALL", &["install"]), + ("PROFESSIOMAL", &["professionalism"]), + ("REQURIED", &["required"]), + ("COMPILTAION", &["compilation"]), + ("COMMNDS", &["commands"]), + ("IMPOVES", &["improves"]), + ("INBRASE", &["embrace"]), + ("KUBERNETEST", &["kubernetes"]), + ("SURRROUNDED", &["surrounded"]), + ("INSTRCUTIONS", &["instruction", "instructions"]), + ("DCUMENT", &["document"]), + ("BUREAOCRACY", &["bureaucracy"]), + ("AUTORIZATION", &["authorization"]), + ("URUGAUY", &["uruguay"]), + ("EUGNEICS", &["eugenics"]), + ("STATIONY", &["stationary"]), + ("CONECCTS", &["connects"]), + ("STREAMM", &["stream"]), + ("STUF", &["stuff"]), + ("BEIGIN", &["begin"]), + ("DEREFENRENCE", &["dereference"]), + ("POSSESIVE", &["possessive"]), + ("HTOSE", &["these", "those"]), + ("SUBSRCIPTION", &["subscriptions"]), + ("DELPOYMENT", &["deployment"]), + ("HAPPENNS", &["happens"]), + ("PRCESSING", &["processing"]), + ("COVNERTOR", &["convertor"]), + ("CHOSER", &["chooser"]), + ("SIGNLEPLAYER", &["singleplayer"]), + ("CHAARGES", &["charges"]), + ("CIPHE", &["cipher"]), + ("COFIGURED", &["configured"]), + ("AMRENIAN", &["armenian"]), + ("ACCCORDANCE", &["accordance"]), + ("RDER", &["order"]), + ("EXEPTIONS", &["exceptions"]), + ("UNDREGROUND", &["underground"]), + ("POINTERES", &["pointers"]), + ("WITHDRAWAN", &["withdrawn"]), + ("DEFAULING", &["defaulting"]), + ("MARDOWN", &["markdown"]), + ("MYTHRAIC", &["mithraic"]), + ("ORIGININATING", &["originating"]), + ("DISCRIMINTED", &["discriminated"]), + ("PROFLING", &["profiling"]), + ("IRRIDATION", &["irritation"]), + ("ANSWERE", &["answer"]), + ("UNLIMITIED", &["unlimited"]), + ("SETIS", &["settees"]), + ("COMESTIC", &["cosmetic"]), + ("THERMOSTAST", &["thermostat"]), + ("NEGOTITAING", &["negotiating"]), + ("YACHING", &["yachting"]), + ("INTRUDUCES", &["introduces"]), + ("EMBARASSSING", &["embarrassing"]), + ("FORWWARDED", &["forwarded"]), + ("INFLUANCING", &["influencing"]), + ("OVERFOW", &["overflow"]), + ("COALESED", &["coalesced"]), + ("DEFULT", &["default"]), + ("PRIOTISE", &["prioritise"]), + ("SHOUTOT", &["shoutout"]), + ("ENTITES", &["entities"]), + ("YORKSHRIE", &["yorkshire"]), + ("SWIMING", &["swimming"]), + ("INTERACTIONNS", &["interactions"]), + ("CAPITOLISM", &["capitalism"]), + ("SWAPING", &["swapping"]), + ("PAHSES", &["phases"]), + ("GARANTIES", &["guarantees"]), + ("INSTITUTIEI", &["institute"]), + ("REMVE", &["remove"]), + ("DERAGEABLE", &["dirigible"]), + ("CONCENTRATONS", &["concentrations"]), + ("REQURES", &["requires"]), + ("RECONSTUCTION", &["reconstruction"]), + ("NEGOTIOATOR", &["negotiator"]), + ("HAX", &["hex"]), + ("STRANGREAL", &["strangle"]), + ("MODIDFIES", &["modifies"]), + ("REPULICANS", &["republicans"]), + ("STATMENT", &["statement"]), + ("EXPLECITLY", &["explicitly"]), + ("SITUATIONNAL", &["situational"]), + ("INSPARATION", &["inspiration"]), + ("COSTUMIZED", &["customized"]), + ("CORRALATION", &["correlation"]), + ("UNITILIZED", &["uninitialized"]), + ("SUPLANT", &["supplant"]), + ("CILDREN", &["children"]), + ("PERDICTIVE", &["predictive"]), + ("PERFOMERS", &["performers"]), + ("NETWROKED", &["networked"]), + ("CONTRATICTED", &["contradicted"]), + ("MILISECOND", &["millisecond"]), + ("MISREPRESENTATIV", &["misrepresentation"]), + ("IMMEDEATE", &["immediate"]), + ("CONCATNATED", &["concatenated"]), + ("INSMONIA", &["insomnia"]), + ("WITHOUR", &["without"]), + ("ACCOOUNT", &["account"]), + ("NECKBEARS", &["neckbeards"]), + ("CIVILAZATION", &["civilization"]), + ("HOROZONTALLY", &["horizontally"]), + ("INFERIOUR", &["inferior"]), + ("MUSUEMS", &["museums"]), + ("SPEFICIERS", &["specifiers"]), + ("CONVOLUDED", &["convoluted"]), + ("ACTUALL", &["actually", "actual"]), + ("ANOMYNITY", &["anonymity"]), + ("HEACY", &["heavy"]), + ("SPEFIXIFES", &["specifies"]), + ("HORIZOBTAL", &["horizontal"]), + ("MEDOICRE", &["mediocre"]), + ("RESPOTED", &["reposted"]), + ("OVERHWELMINGLY", &["overwhelmingly"]), + ("CIRCULING", &["circling"]), + ("EXPERIMETNING", &["experimenting"]), + ("ENCONDERS", &["encoders"]), + ("FILNAME", &["filename"]), + ("SITATION", &["situation"]), + ("DEPLOYMENET", &["deployment"]), + ("CONSTRUCTTORS", &["constructors"]), + ("VIEWPOERT", &["viewport"]), + ("REPOSOND", &["respond"]), + ("AUIDOBOOK", &["audiobook"]), + ("WARNIG", &["warning"]), + ("CORRENTI", &["correcting"]), + ("INTIAILIZED", &["initialized"]), + ("DESTROING", &["destroying"]), + ("NUTRICIOUS", &["nutritious"]), + ("REQUSET", &["request"]), + ("GUARENTEEDY", &["guaranty"]), + ("IINTERVAL", &["interval"]), + ("COVERTER", &["converter"]), + ("BEAUTIFULL", &["beautiful", "beautifully"]), + ("FRAMMING", &["framing"]), + ("GORUPED", &["grouped"]), + ("REDIFINTION", &["redefinition"]), + ("DUBLED", &["doubled"]), + ("CONSTRAINTES", &["constraints"]), + ("PROTESTARE", &["protesters"]), + ("MIRGATES", &["migrates"]), + ("TEANCITY", &["tenacity"]), + ("GOVORMENTAL", &["governmental"]), + ("AMERICARES", &["americas"]), + ("UNPRECENDETED", &["unprecedented"]), + ("DETERTMINES", &["determines"]), + ("PROTESTENT", &["protestant"]), + ("INTERMEDATE", &["intermediate"]), + ("BAKENDS", &["backends"]), + ("DEACTIVEATE", &["deactivate"]), + ("PENGUINGS", &["penguins"]), + ("EXECUET", &["execute"]), + ("SODO", &["dodo", "sod", "soda", "sods", "solo", "sudo"]), + ("EXTISTING", &["existing"]), + ("CERTIFCATED", &["certificated"]), + ("DEMOSTRATES", &["demonstrates"]), + ("PHISIOLOGICAL", &["physiological"]), + ("CMMANDS", &["commands"]), + ("DICKISCH", &["dickish"]), + ("CALULATIONS", &["calculations"]), + ("SLEFISHNESS", &["selfishness"]), + ("EDITEDT", &["edited"]), + ("REPRESSENTATION", &["representation"]), + ("COUTNERPART", &["counterpart"]), + ("MEDICIAD", &["medicaid"]), + ("DOWNLOADBLE", &["downloadable"]), + ("LITERARLY", &["literary"]), + ("RESPONSIBLEY", &["responsibly"]), + ("PERFERECTLY", &["perfectly"]), + ("FURSTRATIONS", &["frustrations"]), + ("RESETED", &["reset"]), + ("SHREAK", &["shriek"]), + ("PARSEF", &["parsec", "parsed", "parser"]), + ("WORSHOPPING", &["worshipping"]), + ("ALLIGNEMNT", &["alignment"]), + ("COMPENSTATES", &["compensates"]), + ("APPRIECATE", &["appreciates"]), + ("PROCESSS", &["processes", "process"]), + ("MEZMORIZER", &["mesmerizer"]), + ("ACCORTANCE", &["accordance"]), + ("PEANUCKLE", &["pinochle"]), + ("PROPECT", &["project", "prospect", "protect"]), + ("THEREPEUTIC", &["therapeutic"]), + ("ENOURMOUS", &["enormous"]), + ("ODY", &["body"]), + ("NIGTHLIFE", &["nightlife"]), + ("ITENTIONAL", &["intentional"]), + ("ASSIGED", &["assigned"]), + ("IMPRSIONED", &["imprisoned"]), + ("GRABAGE", &["garbage"]), + ("AFFECTIONATLEY", &["affectionate"]), + ("BUIDERS", &["builders"]), + ("AVAILBABLE", &["available"]), + ("FUTHER", &["further"]), + ("EMPY", &["empty"]), + ("DEVELOPRES", &["develops"]), + ("REPRESENTATIE", &["representatives"]), + ("TAGETS", &["targets"]), + ("ACKOWLEDGED", &["acknowledged"]), + ("PRCOESSES", &["processes"]), + ("CONECTION", &["connection"]), + ("COMEPNDIUM", &["compendium"]), + ("DEPOSITD", &["deposited"]), + ("THEREADS", &["threads"]), + ("SURPRIZE", &["surprise"]), + ("LOOOKING", &["looking"]), + ("UPRADES", &["upgrades"]), + ("LIESURE", &["leisure"]), + ("ANESTHISIA", &["anesthesia"]), + ("ELMINATING", &["eliminating"]), + ("INTEREPRETS", &["interprets"]), + ("WHIETLIST", &["whitelist"]), + ("CHEMSITRY", &["chemistry"]), + ("AUTOINCREMENTIVE", &["autoincrement"]), + ("INCORRUPTABLE", &["incorruptible"]), + ("DRIFTIG", &["drifting"]), + ("INDICTES", &["indicates"]), + ("EXCIST", &["exist"]), + ("SUCESSIV", &["successive"]), + ("CONTFIBS", &["contribs"]), + ("CONECNTS", &["connects", "contents"]), + ("POSSIBILLITY", &["possibility"]), + ("CONFILCT", &["conflict"]), + ("SPEFICILLIFER", &["specifier"]), + ("DISTARCT", &["distract"]), + ("EXPEIRENCE", &["experience"]), + ("CHARACTIRISTICALLY", &["characteristically"]), + ("TOLEARNCE", &["tolerance"]), + ("INABLILITY", &["inability"]), + ("COMAMNDED", &["commanded"]), + ("MORMALIZE", &["normalize"]), + ("HADLERS", &["handler"]), + ("ASSUMBES", &["assumes"]), + ("ENAHNCES", &["enhances"]), + ("CONTANTS", &["constants", "contents"]), + ("MASTURBACION", &["masturbation"]), + ("LIGTH", &["light"]), + ("DISSSOCIATE", &["dissociate"]), + ("AUTHENIFICATOR", &["authenticator"]), + ("LANAGUGE", &["language"]), + ("COMPILICATION", &["complication"]), + ("COLLABORITAVE", &["collaborative"]), + ("MISTICS", &["mystics"]), + ("TROUBLSHOOT", &["troubleshoot"]), + ("CERINOMIAL", &["ceremonial"]), + ("OVERWITTEN", &["overwritten"]), + ("NEIGHBORHOUD", &["neighborhood"]), + ("ASSEMBLIE", &["assemble"]), + ("SERTIFICATES", &["certificates"]), + ("COMBINTAION", &["combination"]), + ("TESTICELS", &["testicles"]), + ("DESTRYER", &["destroyer"]), + ("INITALS", &["initials"]), + ("PROVINICAL", &["provincial"]), + ("STRIPTING", &["scripting", "stripping"]), + ("NEGOTATIATION", &["negotiation"]), + ("METROPILITAN", &["metropolitan"]), + ("PARTICE", &["particle"]), + ("SUPOSSED", &["supposed"]), + ("UNDERMINDES", &["undermines"]), + ("ABADONED", &["abandoned"]), + ("AUTOPSEC", &["autospec"]), + ("CONSTASNT", &["constants"]), + ("DISGNER", &["designer"]), + ("UNBELIEVIBLY", &["unbelievably"]), + ("OPTIMSITIC", &["optimistic"]), + ("TWILIGT", &["twilight"]), + ("UNBEKNOWST", &["unbeknownst"]), + ("BUILR", &["build"]), + ("POWRE", &["power"]), + ("UNEXPETECTLY", &["unexpectedly"]), + ("COLONIALISIM", &["colonialism"]), + ("VICTORIOSA", &["victorious"]), + ("CONTROLLORE", &["controllers"]), + ("HRLPERS", &["helpers"]), + ("DISCONENCTION", &["disconnection"]), + ("OCCATIONLY", &["occasionally"]), + ("GENISUES", &["geniuses"]), + ("ALLMOST", &["almost"]), + ("HONORY", &["honorary"]), + ("TORTIALLS", &["tortillas"]), + ("SYMPATHIEN", &["sympathize"]), + ("COURCES", &["courses"]), + ("HASHSES", &["hashes"]), + ("MISCHEVUSLY", &["mischievously"]), + ("INTERESECTING", &["intersecting"]), + ("TRAINNER", &["trainer"]), + ("ARVG", &["argv"]), + ("CHANNES", &["channels", "chances", "changes"]), + ("RESPECTIFS", &["respects"]), + ("VERSOIONS", &["versions"]), + ("VERICATIONS", &["verifications"]), + ("COMMNETARIES", &["commentaries"]), + ("ACTIVITITES", &["activities"]), + ("BENEFICA", &["beneficial"]), + ("EXPEWRIMENTATIONS", &["experimentations"]), + ("SIMUALTORS", &["simulators"]), + ("PSYCHOPATHES", &["psychopaths"]), + ("EXPLICITALLY", &["explicitly"]), + ("STRUCUR", &["structure"]), + ("CONECNTRATES", &["concentrates"]), + ("UNSPECIFIECED", &["unspecified"]), + ("MORTAILTY", &["mortality"]), + ("DOIUBLED", &["doubled"]), + ("COUNTERPARY", &["counterplay"]), + ("MEMEMORY", &["memory"]), + ("INEVITABLEY", &["inevitably"]), + ("FANTASTICLLY", &["fantastically"]), + ("COMPATIBILTIY", &["compatibility"]), + ("LETMOST", &["leftmost"]), + ("OPNE", &["open"]), + ("UNCETAINTY", &["uncertainty"]), + ("COMMUITY", &["community"]), + ("NOTIDY", &["notify"]), + ("LABMDA", &["lambda"]), + ("CRETAED", &["created"]), + ("TECHNITIAN", &["technician"]), + ("IMMSERIVE", &["immersive"]), + ("FORTUANTE", &["fortunate"]), + ("QUEU", &["queue"]), + ("IRRESISTABLY", &["irresistibly"]), + ("BODIESE", &["bodies"]), + ("OPEND", &["opened"]), + ("FETURES", &["features"]), + ("OMPLEMENTATION", &["implementation"]), + ("DEVICDE", &["device"]), + ("MONSTROSTIY", &["monstrosity"]), + ("DISCRIPTIONS", &["descriptions"]), + ("SIVES", &["saves", "sieves"]), + ("CHECCK", &["check"]), + ("UNSUBSCIRBE", &["unsubscribe"]), + ("DISIPLINED", &["disciplined"]), + ("TURAIN", &["terrain"]), + ("REIMPLMENTING", &["reimplementing"]), + ("ESTOERIC", &["esoteric"]), + ("SETTTING", &["setting"]), + ("PROPRIATARY", &["proprietary"]), + ("DEALLCOATE", &["deallocate"]), + ("INSEPECT", &["inspect"]), + ("LOGICALY", &["logically"]), + ("CLEAND", &["cleaned", "cleans", "clean"]), + ("ALGORYTHEMICALLY", &["algorithmically"]), + ("RESITANCE", &["resistance"]), + ("SECPTER", &["scepter"]), + ("EMBARASAING", &["embarrassing"]), + ("AGGREAGATE", &["aggregate"]), + ("DOWNSTREAN", &["downstream"]), + ("COTROLS", &["controls"]), + ("COMPLETEDS", &["completes"]), + ("SOPHISTICAED", &["sophisticated"]), + ("GENERAATES", &["generates"]), + ("PERFOEMS", &["performs"]), + ("RIENDEER", &["reindeer"]), + ("MODFITYING", &["modifying"]), + ("ACTIVISON", &["activision"]), + ("CLASSSES", &["classes"]), + ("MINSITERS", &["ministers"]), + ("VILLAN", &["villain"]), + ("THUMNAILS", &["thumbnails"]), + ("VHILD", &["child"]), + ("EPSRESSO", &["espresso"]), + ("AUTONEGOPTIONSOTIATIONS", &["autonegotiations"]), + ("DEFAUTLED", &["defaulted"]), + ("POIUNTER", &["pointer"]), + ("SMAPLING", &["sampling"]), + ("INITITAIVE", &["initiatives"]), + ("MMAPED", &["mapped"]), + ("PROTOCOS", &["protocols"]), + ("POITNES", &["points"]), + ("ANNONYMOUSE", &["anonymous"]), + ("INCRASES", &["increases"]), + ("DYNAMICALY", &["dynamically"]), + ("ITERACTIONS", &["interactions", "iterations"]), + ("CHOCOLATEERS", &["chocolates"]), + ("EMPHAISED", &["emphasised"]), + ("REDIECTED", &["redirected"]), + ("AUTHENENTICATORS", &["authenticators"]), + ("ARBITIARILY", &["arbitrarily"]), + ("AUTHORITATIAN", &["authoritarian"]), + ("PPYINT", &["pyint"]), + ("CONSIDERIBLY", &["considerably"]), + ("ACENDING", &["ascending"]), + ("CHIZZELLING", &["chiselling"]), + ("FEASABILITY", &["feasibility"]), + ("HYSTERICLY", &["hysterical"]), + ("REFFERES", &["refers", "referees"]), + ("PATRONES", &["patrons"]), + ("ZEALOTES", &["zealots"]), + ("DESCRIPTIN", &["description"]), + ("VIDOE", &["video"]), + ("COMPARITITIVELY", &["comparatively"]), + ("REPARAMETRIZATION", &["reparameterization"]), + ("CONDITINALS", &["conditionals"]), + ("LANNGUAGES", &["languages"]), + ("TOOTHBRUTH", &["toothbrush"]), + ("ENBRACED", &["embraced"]), + ("REGEISTERED", &["registered"]), + ("NATIONALISTISKE", &["nationalists"]), + ("AUTHORIZIATION", &["authorization"]), + ("CLOSD", &["closed"]), + ("DISAPEARED", &["disappeared"]), + ("BEARWORD", &["bareword"]), + ("DEFININING", &["defining"]), + ("LANAUGE", &["language"]), + ("IMMEIDATELY", &["immediately"]), + ("UNWIELDLY", &["unwieldy"]), + ("JUDISUARY", &["judiciary"]), + ("MADTURBATION", &["masturbation"]), + ("SIMPLEY", &["simply"]), + ("REPRENSENT", &["represent"]), + ("ANITREZ", &["antirez"]), + ("FRAUDELENT", &["fraudulent"]), + ("NOWDAYS", &["nowadays"]), + ("INCOPRORATES", &["incorporates"]), + ("ANTICAPATE", &["anticipate"]), + ("FONCTIONALITY", &["functionality"]), + ("PORFOLIO", &["portfolio"]), + ("ORGANIZAITON", &["organization"]), + ("EXTERME", &["extreme"]), + ("CHCK", &["check"]), + ("PARTITIAL", &["partial"]), + ("ASSIGMENTS", &["assignments"]), + ("SUSINCTLY", &["succinctly"]), + ("SENSITIVITES", &["sensitivities"]), + ("DIFFERENTY", &["differently"]), + ("EXCHAGNGED", &["exchanged"]), + ("WIMMENLY", &["womanly"]), + ("ALIMUNIUM", &["aluminium"]), + ("REPRESENDS", &["represents"]), + ("ALPABETS", &["alphabets"]), + ("NOTIFICICATIONS", &["notifications"]), + ("SPECIFIECD", &["specified"]), + ("ARCHEAOLOGY", &["archeology"]), + ("PROMPTY", &["promptly"]), + ("PLARFORMER", &["platformer"]), + ("CIRTCUIT", &["circuit"]), + ("QUESTIONN", &["questioning"]), + ("TARPOLIN", &["tarpaulin"]), + ("SEACHES", &["searches"]), + ("POSTCONDTION", &["postcondition"]), + ("COLLOQIUAL", &["colloquial"]), + ("RRASE", &["erase"]), + ("EXCHAUSTING", &["exhausting"]), + ("WHILTELISTED", &["whitelisted"]), + ("BETWENE", &["between"]), + ("UNBREARABLE", &["unbreakable"]), + ("PENETRARION", &["penetration"]), + ("HAMPSTER", &["hamster"]), + ("PERFERRMANCE", &["performance"]), + ("WIEGHTLIFTING", &["weightlifting"]), + ("WENSDAY", &["wednesday"]), + ("CHANGEBLE", &["changeable"]), + ("LITTEL", &["little"]), + ("EARHTQUAKES", &["earthquakes"]), + ("DIRECCTRIES", &["directories"]), + ("ASSSERTION", &["assertion"]), + ("BEWEEEN", &["between"]), + ("CONDASCENDING", &["condescending"]), + ("CHALLNEGER", &["challenger"]), + ("HEIGT", &["height"]), + ("ADDD", &["add"]), + ("SERACH", &["search"]), + ("EMBARAS", &["embarrass"]), + ("PERMITED", &["permitted"]), + ("REMVOES", &["removes"]), + ("BERADED", &["bearded"]), + ("COMPETITEVELY", &["competitively"]), + ("GLYPING", &["glyphing"]), + ("CONFIGURATON", &["configuration"]), + ("RETUNRING", &["returning"]), + ("DISSAPPERD", &["disappeared"]), + ("INVISIVILITY", &["invisibility"]), + ("VULNERABITLIES", &["vulnerabilities"]), + ("CONEECTS", &["connects"]), + ("SOLFER", &["solver", "solder"]), + ("STATUYS", &["status"]), + ("TOURNAMET", &["tournament"]), + ("CRONOLOGICAL", &["chronological"]), + ("INCREDIBLELY", &["incredibly"]), + ("MONITOREADO", &["monitored"]), + ("CONNETCED", &["connected"]), + ("TRANSCORDES", &["transcodes"]), + ("ICLUDES", &["includes"]), + ("SEPEARTES", &["separates"]), + ("DEMOSNTRATIONS", &["demonstrations"]), + ("STERILZE", &["sterile"]), + ("DEPENENDING", &["depending"]), + ("SPAMMEAR", &["spammer"]), + ("EXHIBTION", &["exhibition"]), + ("DECLAIRE", &["declare"]), + ("INPROOVED", &["improved"]), + ("ARGUMENTITIVE", &["argumentative"]), + ("RECOMMND", &["recommend"]), + ("MEASURD", &["measured", "measure"]), + ("GUARATEED", &["guaranteed"]), + ("APPRIPROATE", &["appropriate"]), + ("DIVIDENDOS", &["dividends"]), + ("PRODCUT", &["product"]), + ("NAMESS", &["names"]), + ("ACTUALOY", &["actually"]), + ("FAILICY", &["facility"]), + ("PARTICLUAR", &["particular"]), + ("KONCENTRATIONS", &["concentrations"]), + ("SEVICING", &["servicing"]), + ("UNDERTABLE", &["understandable", "understand"]), + ("NEEDLEES", &["needles"]), + ("RECGONITION", &["recognition"]), + ("HUMILITIED", &["humiliated"]), + ("COURTHOURSE", &["courthouse"]), + ("CROPPPED", &["cropped"]), + ("CIRCLUARLY", &["circularly"]), + ("ABLITY", &["ability"]), + ("WHITEPSACE", &["whitespace"]), + ("SYMETRY", &["symmetry"]), + ("RECIVERS", &["receivers"]), + ("VIKINGOS", &["vikings"]), + ("THERMISORS", &["thermistors"]), + ("INFORMAITON", &["information"]), + ("PUNSHIMENTS", &["punishments"]), + ("COMPLETILY", &["complexity"]), + ("PARAEMTERS", &["parameters"]), + ("SYMMETIC", &["symmetric"]), + ("HOSPITALY", &["hospitality"]), + ("BULDNING", &["building"]), + ("ELELMENT", &["element"]), + ("WRESTLEWAR", &["wrestler"]), + ("EEARLY", &["early"]), + ("REPERESENTS", &["represents"]), + ("DATATYOE", &["datatype"]), + ("KONCENTRATION", &["concentration"]), + ("PROEJCTION", &["projection"]), + ("INSPERATION", &["inspiration"]), + ("PARAMERTS", &["parameters"]), + ("CERREBRALLY", &["cerebrally"]), + ("COONSTRUCTED", &["constructed"]), + ("COUTNERED", &["countered"]), + ("CALED", &["called"]), + ("TERMIANTING", &["terminating"]), + ("UNDERWIEGHT", &["underweight"]), + ("ANKSHUSNESS", &["anxiousness"]), + ("CHANDELEER", &["chandelier"]), + ("EVALUTATOR", &["evaluator"]), + ("ORGANISAITON", &["organisation"]), + ("PACHAGE", &["package"]), + ("EVN", &["even"]), + ("BLOEKES", &["blokes"]), + ("PREREQUISITS", &["prerequisites"]), + ("FIED", &["field"]), + ("PREFERNEC", &["preference"]), + ("WEDNSDAY", &["wednesday"]), + ("EXPERIMANENTALLY", &["experimentally"]), + ("REGISTERSS", &["registers"]), + ("PROGAMER", &["programer"]), + ("ADDITINALLY", &["additionally"]), + ("REDEMTIONS", &["redemptions"]), + ("SOMEGHING", &["something"]), + ("IMPOLDE", &["implode"]), + ("SOMETHN", &["something"]), + ("UNSELECTABE", &["unselectable"]), + ("MISOGONYST", &["misogynist"]), + ("SIMILIARTIES", &["similarities"]), + ("COROSPONDED", &["corresponded"]), + ("IMPROVEMNT", &["improvement"]), + ("INTREST", &["interest", "insert"]), + ("TRAUMITIZED", &["traumatized"]), + ("INRESPONSIVE", &["unresponsive"]), + ("PLAESTINE", &["palestine"]), + ("SUBSTITITIONS", &["substitutions"]), + ("CIMPTOMATICLLY", &["symptomatically"]), + ("RACKIT", &["racket"]), + ("LIBERTARIANSM", &["libertarianism"]), + ("SUCESSFUL", &["successful"]), + ("STRUCRURED", &["structured"]), + ("JURISIDCTION", &["jurisdiction"]), + ("CHARACTERSS", &["characters"]), + ("MEATHOD", &["method"]), + ("DESTIBATION", &["destination"]), + ("LIBERARY", &["library"]), + ("FOLLWWED", &["followed"]), + ("HANDKER", &["handler"]), + ("TOOLSBOX", &["toolbox"]), + ("DISAPPLINES", &["disciplines"]), + ("REVELENT", &["relevant"]), + ("EXPERIMNETATIONS", &["experimentations"]), + ("CIVALESATIONS", &["civilisations"]), + ("CONATAINERS", &["containers"]), + ("MAINTANCE", &["maintenance"]), + ("ENGAGEMET", &["engagements"]), + ("EXCEWPTIONAL", &["exceptional"]), + ("DEPENENDECY", &["dependency"]), + ("AFFILATES", &["affiliates"]), + ("MASIA", &["messiah"]), + ("PERFROMERS", &["performers"]), + ("INTEGARTED", &["integrated"]), + ("OCNE", &["once"]), + ("COSNTRAINED", &["constrained"]), + ("STACH", &["stack"]), + ("AVAILEBILITY", &["availability"]), + ("SCINTIALLATION", &["scintillation"]), + ("CONTAIENR", &["container"]), + ("YOUGEST", &["youngest"]), + ("DICRIMINATED", &["discriminated"]), + ("HYERLINK", &["hyperlink"]), + ("CONGIGURATION", &["configuration"]), + ("VAULES", &["values"]), + ("REINFORCEMNTS", &["reinforcements"]), + ("SPEFICIFER", &["specifier"]), + ("EPHEMEREAL", &["ephemeral"]), + ("STTRICT", &["strict"]), + ("MEMEMTO", &["memento"]), + ("EXPERIMETNED", &["experimented"]), + ("MUTBALE", &["mutable"]), + ("WINNIG", &["winning"]), + ("BAPTISIM", &["baptism"]), + ("ESECUTE", &["execute"]), + ("UTILIZIZATION", &["utilization"]), + ("MERCHANIDSE", &["merchandise"]), + ("AUTHENFIION", &["authentication"]), + ("VERSATLE", &["versatile"]), + ("PARTICULARILY", &["particularly"]), + ("ALRIGTHY", &["alrighty"]), + ("CONSTRAINST", &["constraint", "constraints"]), + ("FAILES", &["fails", "failed"]), + ("WORKAROUNGS", &["workarounds"]), + ("IMPERMABLE", &["impermeable"]), + ("PERFOMER", &["performer"]), + ("DESCRIPTOIN", &["descriptions", "description"]), + ("ACCUMULATIN", &["accumulation"]), + ("ZLOT", &["slot"]), + ("CURRENNTLY", &["currently"]), + ("TECHNOLOGIA", &["technological"]), + ("ABSCOUND", &["abscond"]), + ("DISATNCE", &["distance"]), + ("LITERATUTE", &["literate"]), + ("TERMINARLO", &["terminal"]), + ("CONFUIGRATION", &["configuration"]), + ("COMMITTE", &["committee"]), + ("PROCLIAM", &["proclaim"]), + ("CHRACTERS", &["characters"]), + ("EXACBERATED", &["exacerbated"]), + ("CAHANGES", &["changes"]), + ("SURGESTIONS", &["suggestions"]), + ("PARTIOT", &["patriot"]), + ("PRESED", &["preset", "pressed"]), + ("LIEKELY", &["likely"]), + ("EXCESSIVLEY", &["excessively"]), + ("RGISTERS", &["registers"]), + ("BECUSE", &["because"]), + ("DISTRIBURE", &["distribute"]), + ("BROACASTING", &["broadcasting"]), + ("MANIPULTED", &["manipulated"]), + ("QUANITFY", &["quantify"]), + ("INQURIES", &["inquiries"]), + ("RECCOMENDATIONS", &["recommendations"]), + ("EDBILES", &["edibles"]), + ("INCONVENIANT", &["inconvenient"]), + ("VISBLIE", &["visible"]), + ("CIVIZILATION", &["civilizations"]), + ("NAPOLOEN", &["napoleon"]), + ("CARTRIGDES", &["cartridges"]), + ("STRAWBRARY", &["strawberry"]), + ("ERRANEOUSLY", &["erroneously"]), + ("RESTARTALBE", &["restartable"]), + ("PARICULAR", &["particular"]), + ("SNYC", &["sync"]), + ("LITTELE", &["little"]), + ("GEMOMETRIC", &["geometric"]), + ("SUBEXPERSIONS", &["subexpressions"]), + ("PROGAPATE", &["propagate"]), + ("SWEATSHORT", &["sweatshirt"]), + ("IGNESTED", &["ingested"]), + ("ASNWERS", &["answers"]), + ("FOLLWOEINWG", &["following"]), + ("PERMISSINOS", &["permissions"]), + ("STRAGEDY", &["strategy", "tragedy"]), + ("ATTENTUATIONS", &["attenuations"]), + ("ENEABLES", &["enables"]), + ("SILKCREENED", &["silkscreened"]), + ("ADJENCY", &["adjacency", "agency"]), + ("SHORTHLY", &["shortly"]), + ("SUCCICENTLY", &["sufficiently"]), + ("NEIGHBEARD", &["neighborhood"]), + ("ACTUCALLY", &["actually"]), + ("NARCISISSTS", &["narcissist"]), + ("QUALITYING", &["qualifying"]), + ("COMMNT", &["comment"]), + ("QUALITIFICATION", &["qualification"]), + ("EXCPECTS", &["expects"]), + ("DUPLACATED", &["duplicated"]), + ("PETROLEM", &["petroleum"]), + ("CARTENSIAN", &["cartesian"]), + ("CANONIVAL", &["canonical"]), + ("CONFIGURACION", &["configuration"]), + ("CRAETING", &["creating", "crating"]), + ("ORGANISAION", &["organisation"]), + ("DETCETING", &["detecting"]), + ("CORROLLARY", &["corollary"]), + ("EVALUATIONG", &["evaluating"]), + ("TARRIFS", &["tariffs"]), + ("PLANSEWALKER", &["planeswalker"]), + ("POSITIOND", &["positioned"]), + ("ACTIVITES", &["activities"]), + ("GUARUANTE", &["guarantee"]), + ("LIGHBAR", &["lightbar"]), + ("DEFECIT", &["deficit"]), + ("FORERMLY", &["formerly"]), + ("MERCHANDIES", &["merchandise"]), + ("EGONOMIC", &["ergonomic", "economic"]), + ("DISCLAMIER", &["disclaimer"]), + ("PAIROCHEELLY", &["parochially"]), + ("COLOARDO", &["colorado"]), + ("SQURTILE", &["squirtle"]), + ("COMPLITION", &["completion"]), + ("ACCELARATE", &["accelerate"]), + ("PATRIARCY", &["patriarchy"]), + ("ENCYCLEPEDIA", &["encyclopedia"]), + ("CONFUSTION", &["confusion"]), + ("IMAGINACION", &["imagination"]), + ("SHTOPED", &["stopped", "shopped"]), + ("PLAYTRHOUGHS", &["playthroughs"]), + ("ALCHOHOL", &["alcohol"]), + ("OPTINS", &["options"]), + ("ROMOTING", &["remoting"]), + ("DECSTIPTION", &["description"]), + ("IMMEDIATELLY", &["immediately"]), + ("KNOWLADGE", &["knowledge"]), + ("INSTANSE", &["instances"]), + ("SECURTITY", &["security"]), + ("DEFINETE", &["definite"]), + ("ITERAION", &["iteration"]), + ("DEFINS", &["defines", "define"]), + ("ETRONEOUSLY", &["erroneously"]), + ("PROGRMA", &["program"]), + ("TOUNREY", &["tourney"]), + ("INCOHERRENT", &["incoherent"]), + ("ENDCODERS", &["encoders"]), + ("CLSOE", &["close"]), + ("SRYACUSE", &["syracuse"]), + ("RESPONSIBITIES", &["responsibilities"]), + ("ENVONMENT", &["environment"]), + ("PROTISTANT", &["protestant"]), + ("PATIENTY", &["patiently"]), + ("NUMBERRS", &["numbers"]), + ("EXEPT", &["except", "exempt"]), + ("DECLAR", &["declare"]), + ("DISREPSECT", &["disrespect"]), + ("USUALYL", &["usually"]), + ("VIGILANE", &["vigilante"]), + ("RATIONALLITY", &["rationally"]), + ("COOTDINATE", &["coordinate"]), + ("MILTIANT", &["militant"]), + ("RYTHIM", &["rhythm"]), + ("PARAMEMETERS", &["parameters"]), + ("UNPROBABLY", &["improbably"]), + ("LABIRINTH", &["labyrinth"]), + ("MANUFACTUERD", &["manufactured"]), + ("DICKSIH", &["dickish"]), + ("OMISION", &["omission"]), + ("CORRRESPONDS", &["corresponds"]), + ("FURTHREMORE", &["furthermore"]), + ("HOMEONWERS", &["homeowners"]), + ("CCPCHECK", &["cppcheck"]), + ("CEASAR", &["cesar"]), + ("CONSISTANT", &["consistent"]), + ("EMERGANCY", &["emergency"]), + ("SPEFIIFIER", &["specifier"]), + ("ESTABILISH", &["establish"]), + ("RETPRESENTING", &["representing"]), + ("SPEFIXICALLY", &["specifically"]), + ("COUL", &["could"]), + ("CHEESEBURGARE", &["cheeseburger"]), + ("ILLUSTARTED", &["illustrated"]), + ("BACKGROUNS", &["backgrounds"]), + ("OVERRUNING", &["overrunning"]), + ("RESISTEND", &["resisted"]), + ("CORRENSPONDENCES", &["correspondences"]), + ("CLEEN", &["clean"]), + ("ATTIBURES", &["attributes"]), + ("COLLABARATION", &["collaboration"]), + ("SCRATHCES", &["scratches"]), + ("ENCOCDERS", &["encoders"]), + ("COMPLILED", &["compiled"]), + ("PREVIOOUS", &["previous"]), + ("WHITHE", &["with", "white"]), + ("NETOWRKS", &["networks"]), + ("REPETETIVE", &["repetitive"]), + ("SOURBRATEN", &["sauerbraten"]), + ("MIDFEILDER", &["midfielder"]), + ("ADDIOTIONALLY", &["additionally"]), + ("CORRESOND", &["correspond"]), + ("ENTITYS", &["entities"]), + ("BEGINNINS", &["beginnings"]), + ("INSTANCIATE", &["instantiate"]), + ("BLOCKERAS", &["blockers"]), + ("RERTIEVER", &["retriever"]), + ("INCURE", &["incur"]), + ("RECCONECTED", &["reconnected"]), + ("IMPRACTICLE", &["impractical"]), + ("ALGORHITHM", &["algorithm"]), + ("GETTTERS", &["getters"]), + ("CHECBOX", &["checkbox"]), + ("SUFFICATED", &["suffocated"]), + ("PERMAMENT", &["permanent"]), + ("DELIBRATELY", &["deliberately"]), + ("DEACTIVETES", &["deactivates"]), + ("ESTABILSHMENT", &["establishments"]), + ("SPEEPING", &["sleeping"]), + ("HYDRATIN", &["hydration"]), + ("SEQUETIAL", &["sequential"]), + ("POPPUP", &["popup"]), + ("POLIETLY", &["politely"]), + ("INNCREMENT", &["increment"]), + ("MATACHING", &["matching"]), + ("FUCNTIONING", &["functioning"]), + ("DISTURBEN", &["disturbance"]), + ("ATMOICALLY", &["atomically"]), + ("VIBRATOARE", &["vibrator"]), + ("RESOTRE", &["restore"]), + ("STAIDUMS", &["stadiums"]), + ("INTERVEING", &["intervening"]), + ("AEACTIVATE", &["deactivate", "activate"]), + ("COMPULISVE", &["compulsive"]), + ("SCANDINAIVA", &["scandinavian"]), + ("ORIGINALLITY", &["originality"]), + ("REDUNTANCY", &["redundancy"]), + ("ORIGINIATING", &["originating"]), + ("EXPEREINCE", &["experience"]), + ("AFFINTIZE", &["affinitize"]), + ("CONTOL", &["control"]), + ("CONESCUTIVE", &["consecutive"]), + ("INSENTIVELY", &["insensitively"]), + ("RESURSE", &["recurse", "resource"]), + ("SYNCHONOUS", &["synchronous"]), + ("ENTENSION", &["extension"]), + ("DEVELOPPER", &["developer"]), + ("HODING", &["holding"]), + ("EARLIES", &["earliest"]), + ("PUNCUTATION", &["punctuation"]), + ("THOROIDAL", &["toroidal"]), + ("PORTECTED", &["protected"]), + ("ARCHETPYE", &["archetype"]), + ("REPLAINTS", &["repaints"]), + ("ROMAINA", &["romania"]), + ("FLIMMAKERS", &["filmmakers"]), + ("COMPLETEY", &["completely"]), + ("COLLPASING", &["collapsing"]), + ("ENCLUDE", &["include"]), + ("ASPERGES", &["aspergers"]), + ("PILLARDS", &["pillars"]), + ("INQUISITR", &["inquisitor"]), + ("DISSCUSING", &["discussing"]), + ("CAHSIER", &["cashier"]), + ("UNFORTUNE", &["unfortunate"]), + ("POWERFULL", &["powerful"]), + ("AUTHENATICATED", &["authenticated"]), + ("CIVILZIATION", &["civilizations"]), + ("GRAHPICALLY", &["graphically"]), + ("EXCECUTE", &["execute"]), + ("DOWNLODED", &["downloaded"]), + ("CIVILIZATON", &["civilization"]), + ("RENEGOTITATORS", &["renegotiators"]), + ("IMPORTENT", &["important"]), + ("PSITOIN", &["position"]), + ("SNWOBALLS", &["snowballs"]), + ("DECALARED", &["declared"]), + ("RESPONISBILITIES", &["responsibilities"]), + ("MESSAGGE", &["message"]), + ("EXAMNPLES", &["examples"]), + ("FIRGURE", &["figure"]), + ("FUNCTIONALTY", &["functionality"]), + ("HIME", &["him"]), + ("SIGALS", &["signals", "sigils"]), + ("REMINSCER", &["reminiscer"]), + ("SEQUENSED", &["sequenced"]), + ("CUSTONIZABLE", &["customizable"]), + ("VARIABELS", &["variables"]), + ("TRUIMPH", &["triumph"]), + ("DECCREMENTED", &["decremented"]), + ("WOTKING", &["working"]), + ("SCAFOLDES", &["scaffolds"]), + ("SURVERY", &["survey"]), + ("MOCROSECOND", &["microsecond"]), + ("DEPOSITOS", &["deposits"]), + ("VERSATILIY", &["versatility"]), + ("STSTIONERY", &["stationery"]), + ("LEAGELIZE", &["legalize"]), + ("SINGLULAR", &["singular"]), + ("BENEFICAL", &["beneficial"]), + ("VISUAISE", &["visualise"]), + ("UNCONTROLLABLEY", &["uncontrollably"]), + ("QEST", &["quest"]), + ("AUTOR", &["author"]), + ("FIRMAWARE", &["firmware"]), + ("INSTRCUTION", &["instruction"]), + ("EXPANATION", &["explanation", "expansion"]), + ("DIFFRENTS", &["different", "difference"]), + ("DESCKTOP", &["desktop"]), + ("FORMIDIBLE", &["formidable"]), + ("EXSITED", &["existed", "excited"]), + ("ELECTROMEGNETIC", &["electromagnetic"]), + ("ADJASANTLY", &["adjacently"]), + ("COLLISINS", &["collisions", "collusions"]), + ("INTRIQUING", &["intriguing"]), + ("TERMINATORN", &["termination"]), + ("LEFITST", &["leftist"]), + ("PREDICTMENT", &["predicament"]), + ("INVESTIONS", &["inventions"]), + ("PHYISCS", &["physics"]), + ("RENFORCEMENT", &["reinforcement"]), + ("PROMISCULOUS", &["promiscuous"]), + ("MOLESTARTE", &["molester"]), + ("PERMISSBLE", &["permissible"]), + ("DEDUCATBLE", &["deductible"]), + ("VERBOUSE", &["verbose"]), + ("ONEYWAY", &["oneway"]), + ("ABOIUT", &["about"]), + ("DEMONSTATING", &["demonstrating"]), + ("PERSONNAL", &["personal"]), + ("SPEFICEIS", &["specifies"]), + ("JOURNYED", &["journeyed"]), + ("COMUTABILITY", &["commutability"]), + ("ELECTRICAN", &["electrician"]), + ("TEMPORAILY", &["temporarily"]), + ("OPTIMIZAERS", &["optimizers"]), + ("BROSWED", &["browsed"]), + ("INADVERTANTELY", &["inadvertently"]), + ("FRANSISCAN", &["franciscan"]), + ("ADDITONALLY", &["additionally"]), + ("INVIDIVUAL", &["individual"]), + ("ILLEGAS", &["illegals"]), + ("IRRIVERSIBLE", &["irreversible"]), + ("DISCIPLIES", &["disciplines"]), + ("EDITON", &["edition"]), + ("NEVERTHELSS", &["nevertheless"]), + ("AUTHENIFICATES", &["authenticates"]), + ("EXPLAINGING", &["explaining"]), + ("CALUCLATER", &["calculator"]), + ("INTRESTS", &["interests"]), + ("DEVIRTUALIED", &["devirtualised", "devirtualized"]), + ("EVERYTHIG", &["everything"]), + ("AUTHENICATOR", &["authenticator"]), + ("BLUETOOTN", &["bluetooth"]), + ("DEAMANDING", &["demanding"]), + ("SEREBRALLY", &["cerebrally"]), + ("MOMENTOS", &["moments"]), + ("BEHOVIOUR", &["behaviour"]), + ("GUARNANTEING", &["guaranteeing"]), + ("PUNISSABLE", &["punishable"]), + ("PERFOMEANT", &["performant"]), + ("ANORMAL", &["abnormal"]), + ("EXPECTANY", &["expectancy"]), + ("INTERFERIENCE", &["interference"]), + ("WOLRDLY", &["worldly"]), + ("BITTERSWEEET", &["bittersweet"]), + ("INPROPER", &["improper"]), + ("CUSTONIZING", &["customizing"]), + ("MYSOGYNIST", &["misogynist"]), + ("FTHE", &["the"]), + ("SOURCEE", &["source"]), + ("AUTONEGOTAIATIONS", &["autonegotiations"]), + ("GERATE", &["generate", "gyrate"]), + ("REGULARLOS", &["regulars"]), + ("EXPIREMENTED", &["experimented"]), + ("INSESITIVENESS", &["insensitiveness"]), + ("OPIONAL", &["optional"]), + ("IMBRASER", &["embracer"]), + ("REMOIVES", &["removes"]), + ("EVALUTATES", &["evaluates"]), + ("ATTRIBYES", &["attributes"]), + ("COMPRASSEM", &["compress"]), + ("AUDCAITY", &["audacity"]), + ("AMOUND", &["amount"]), + ("CLIMATEERS", &["climates"]), + ("AESTETHIC", &["aesthetic"]), + ("DETERMINSTIC", &["deterministic"]), + ("RECOMMNDS", &["recommends"]), + ("TURAROUND", &["turnaround"]), + ("DISPALCEMENT", &["displacement"]), + ("ENTRACES", &["entrances"]), + ("FIALS", &["fails"]), + ("SUBRACT", &["subtract"]), + ("PERMANANTELY", &["permanently"]), + ("HTIKN", &["think"]), + ("SUPERBOCKS", &["superblocks"]), + ("BULLEVARDS", &["boulevards"]), + ("THROWED", &["threw", "thrown"]), + ("RECCONECCTED", &["reconnected"]), + ("SAVELT", &["svelte"]), + ("STATEMNTS", &["statements"]), + ("COMPETETION", &["competition"]), + ("DORDERED", &["ordered"]), + ("ROLEPLY", &["roleplay"]), + ("REOPSITORY", &["repository"]), + ("PLUGINSS", &["plugins"]), + ("RELEIFES", &["relieves"]), + ("TROUBLEHSHOOTING", &["troubleshooting"]), + ("INSTERSECTIONS", &["intersections"]), + ("REQURIREMENTS", &["requirements"]), + ("TORANDOES", &["tornadoes"]), + ("PAIDE", &["paid"]), + ("UNSUPRESSED", &["unsuppressed"]), + ("INSURASNCE", &["insurance"]), + ("EXCIPTIONS", &["exceptions"]), + ("EXPERIMNETERS", &["experimenters"]), + ("SRIRACHRA", &["sriracha"]), + ("SPEFIFIABLE", &["specifiable"]), + ("CALUES", &["values"]), + ("DERMATALOGIST", &["dermatologist"]), + ("ASSICATED", &["associated"]), + ("NIGHTIME", &["nighttime"]), + ("DERMINING", &["determining"]), + ("ABBREVEATION", &["abbreviation"]), + ("HYGIENCE", &["hygiene"]), + ("ANNOUNCEMNET", &["announcements"]), + ("ARMAGEEDON", &["armageddon"]), + ("DISCONEECT", &["disconnect"]), + ("INTERRRUPTS", &["interrupts"]), + ("EXPOLITATIVE", &["exploitative"]), + ("CONCLUDENDO", &["concluded"]), + ("NASTERSIUMS", &["nasturtiums"]), + ("CONTOROLLER", &["controller"]), + ("USERSPASE", &["userspace"]), + ("EXTRATORS", &["extractors"]), + ("MEMEASUREMENT", &["measurement"]), + ("MANIPUALTIVE", &["manipulative"]), + ("ALLOVED", &["allowed"]), + ("GENITALIS", &["genitals"]), + ("CONFRONTATING", &["confrontation"]), + ("SUPERINTENDANT", &["superintendent"]), + ("SENTENSING", &["sentencing"]), + ("PERSEW", &["pursue"]), + ("SYTEMD", &["systemd"]), + ("CONTRAINTED", &["constrained"]), + ("CONSULTATE", &["consultant"]), + ("FRANCHIESES", &["franchises"]), + ("PHARMASUDICALS", &["pharmaceuticals"]), + ("LOADOUS", &["loadouts"]), + ("AUTOCHTONOUS", &["autochthonous"]), + ("CAPITOLIZE", &["capitalize"]), + ("CEHCKS", &["checks"]), + ("CHANAGES", &["changes"]), + ("INTERRIGATION", &["interrogation"]), + ("INTERRRUPTING", &["interrupting"]), + ("TROUBELSHOOTING", &["troubleshooting"]), + ("SEQUEENCE", &["sequence"]), + ("SPECIFICTION", &["specification"]), + ("CONSIPRACIES", &["conspiracies"]), + ("TME", &["time"]), + ("PERCINTILE", &["percentile"]), + ("BUMBER", &["bomber", "bummer", "bumper", "number"]), + ("ETENSIONS", &["extensions"]), + ("COMPILIATION", &["compilation"]), + ("MISOGINIST", &["misogynist"]), + ("DROWT", &["drouth"]), + ("CROOZES", &["cruises"]), + ("SOLUTINO", &["solution"]), + ("ACCELRATION", &["acceleration"]), + ("INCREMEMETED", &["incremented"]), + ("ADMINISTRES", &["administer"]), + ("COPENAHGEN", &["copenhagen"]), + ("FUNCTIONG", &["functioning"]), + ("CRITICIAL", &["critical"]), + ("INTANTIATE", &["instantiate"]), + ("STRUCURED", &["structured"]), + ("DEVLOPERS", &["developers"]), + ("ASTRONUATS", &["astronauts"]), + ("CATCHE", &["catch"]), + ("DESTORING", &["destroying"]), + ("NOTICICATION", &["notification"]), + ("PRECISOU", &["precious"]), + ("EXUBERENT", &["exuberant"]), + ("SUTTLED", &["shuttled"]), + ("PARLIEMENTARY", &["parliamentary"]), + ("SPEFICIY", &["specify"]), + ("KWUZINES", &["cuisines"]), + ("PALISTIAN", &["palestinian"]), + ("DIFINITIONS", &["definitions"]), + ("PRESSENT", &["present"]), + ("RESIDULE", &["residue"]), + ("DEPICTIN", &["depictions"]), + ("GLYH", &["glyph"]), + ("NIEGHBOR", &["neighbor"]), + ("COMPLCIATED", &["complicate"]), + ("ANNOUNT", &["announce"]), + ("CELEBRITE", &["celebrities"]), + ("TEMPERATUES", &["temperatures"]), + ("ANOERXIA", &["anorexia"]), + ("CATACLYMS", &["cataclysm"]), + ("REVOVLER", &["revolver"]), + ("DEMOLOSHED", &["demolished"]), + ("CONQEUR", &["conquer"]), + ("ARRANGAELBE", &["arrangeable"]), + ("TUOTIRALS", &["tutorials"]), + ("ACHIEVEMNTS", &["achievements"]), + ("FURHEST", &["furthest"]), + ("MUTABLITY", &["mutability"]), + ("RECALIM", &["reclaim"]), + ("ANONYMOUSE", &["anonymous"]), + ("INCLUES", &["includes"]), + ("ENTRAPENEUR", &["entrepreneur"]), + ("KNOLEDGE", &["knowledge"]), + ("CLPBOARD", &["clipboard"]), + ("SALERIES", &["salaries"]), + ("CONTNT", &["content"]), + ("CONSISTES", &["consists", "consisted"]), + ("DISCREPANCE", &["discrepancy"]), + ("UDATEED", &["updated"]), + ("DONAIN", &["domain"]), + ("NEGOTATIONS", &["negotiations"]), + ("PEACES", &["pieces", "peace"]), + ("ADDITIONA", &["additional"]), + ("AATRIBUTE", &["attribute"]), + ("DELIEVRY", &["delivery"]), + ("INVULERNABLE", &["invulnerable"]), + ("BOUNSARIES", &["boundaries"]), + ("PERSPEKTIVE", &["perspective"]), + ("SPEFIXICATION", &["specification"]), + ("SUPERIOS", &["superiors", "superior"]), + ("HOSTNAE", &["hostname"]), + ("CHECKMEAT", &["checkmate"]), + ("AUTHENFIORS", &["authenticators"]), + ("SCTRIPTS", &["scripts"]), + ("IMPROBABE", &["improbable"]), + ("AUTHRORS", &["authors"]), + ("WEAKENSSES", &["weaknesses"]), + ("STRERRROR", &["strerror"]), + ("ELSEF", &["elseif"]), + ("SECURIYT", &["security"]), + ("ATTEMENTED", &["attempted"]), + ("STUNAMI", &["tsunami"]), + ("FILMMAKES", &["filmmakers"]), + ("POINTETRS", &["pointers"]), + ("EXPLICILT", &["explicit"]), + ("PROGRAMMMER", &["programme"]), + ("NUMBERAL", &["numeral"]), + ("BURRIOTS", &["burritos"]), + ("PAHT", &["path", "pat", "part"]), + ("IDENTIFICATO", &["identification"]), + ( + "EXPLOITION", + &["exploiting", "explosion", "exploitation", "exploit"], + ), + ("AUTHROIZATION", &["authorization"]), + ("CUTOMER", &["customer"]), + ("ATTMEPT", &["attempt"]), + ("OVE", &["oven", "over"]), + ("COMPILATONS", &["compilations"]), + ("AMEALEARATOR", &["ameliorator"]), + ("METEPHORICAL", &["metaphorical"]), + ("GENERATIONALS", &["generations"]), + ("ELIMENTARY", &["elementary"]), + ("DELELE", &["delete"]), + ("GUANTANEMO", &["guantanamo"]), + ("MISSUNDERSTOOD", &["misunderstood"]), + ("SCANDONAVIAN", &["scandinavian"]), + ("COMPREHENTION", &["comprehension"]), + ("DOCKSON", &["dachshund"]), + ("PTICHED", &["pitched"]), + ("MATHCHED", &["matched"]), + ("CHARAS", &["chars"]), + ("NAUESOUS", &["nauseous"]), + ("ASENDING", &["ascending"]), + ("ECOUNTER", &["encounter"]), + ("FUNCTINALITY", &["functionality"]), + ("SCRACHING", &["scratching"]), + ("ACCSSIBLE", &["accessible"]), + ("UPLODS", &["uploads"]), + ("BIRGADE", &["brigade"]), + ("ARCHITECTES", &["architects"]), + ("DISKRETE", &["discrete"]), + ("MISUNDERSTANDINGLY", &["misunderstandings"]), + ("OBSELETE", &["obsolete"]), + ("OBSTRUKTION", &["obstruction"]), + ("UNNECESSIARLLY", &["unnecessarily"]), + ("ALHPABETICALLY", &["alphabetically"]), + ("LUKID", &["likud", "lucid"]), + ("TREAUSRES", &["treasures"]), + ("HIREARCHY", &["hierarchy"]), + ("MICORPHONES", &["microphones"]), + ("ASSOCICATE", &["associate"]), + ("JOUNRALISM", &["journalism"]), + ("BYPASING", &["bypassing"]), + ("MIMINIZED", &["minimized"]), + ("OCTECT", &["octet"]), + ("GUARNATES", &["guarantees"]), + ("REDUNDACY", &["redundancy"]), + ("AUTONEGOTICATIONS", &["autonegotiations"]), + ("ACTIVETA", &["activate"]), + ("ISNTALLER", &["installer"]), + ("TRADGIC", &["tragic"]), + ("OMISIENCE", &["omniscience"]), + ("UNNISTALL", &["uninstall"]), + ("TEMPLERS", &["temples"]), + ("CARRAGES", &["carriages"]), + ("HUNDRETS", &["hundreds"]), + ("LIBRAARIE", &["library"]), + ("INTORDUCTION", &["introduction"]), + ("DOUCMENTED", &["documented"]), + ("DEBGUG", &["debug"]), + ("AMPHATAMINES", &["amphetamines"]), + ("SPEACES", &["spaces", "species"]), + ("COMMADNS", &["commands"]), + ("DISPARITE", &["disparate"]), + ("ALGORITMICALLY", &["algorithmically"]), + ("PAREM", &["param"]), + ("ALTRUISTISCH", &["altruistic"]), + ("CEATE", &["create"]), + ("ASSOCITE", &["associate"]), + ("REVERAL", &["reversal", "referral"]), + ("EVANGELIKAL", &["evangelical"]), + ("MANIPUALTING", &["manipulating"]), + ("STREEMLINING", &["streamlining"]), + ("INCONSITENCIES", &["inconsistencies"]), + ("HOMOGENIUSLY", &["homogeneously"]), + ("CAHGNES", &["changes"]), + ("IMLIMENTATION", &["implementation"]), + ("FORMALLIZE", &["formalize"]), + ("INEXPIRIENCE", &["inexperience"]), + ("TABUALTOR", &["tabulator"]), + ("RECYLES", &["recycles"]), + ("TERRIORY", &["territory"]), + ("REASONAL", &["reasonably"]), + ("PROTESTATO", &["protestant"]), + ("TUPLESS", &["tuples"]), + ("SACNTIONED", &["sanctioned"]), + ("RECIDED", &["resided"]), + ("VIUSUALISATION", &["visualisation"]), + ("SECCONDS", &["seconds"]), + ("DEFAULS", &["defaults", "default"]), + ("ORIGNATES", &["originates"]), + ("VULNEARABILITIES", &["vulnerabilities"]), + ("PREVERVED", &["preserved"]), + ("ABSTENINCE", &["abstinence"]), + ("SAVANNH", &["savannah"]), + ("INCLREASED", &["increased"]), + ("FORGIENERS", &["foreigners"]), + ("ELECTRICION", &["electrician"]), + ("CONTRINUTION", &["contribution"]), + ("DELETETIONS", &["deletions"]), + ("TRANSCATION", &["transaction"]), + ("OXZILLARY", &["auxiliary"]), + ("BUERAUCRATIC", &["bureaucratic"]), + ("CRATION", &["creation", "nation", "ration"]), + ("PREJUDUCES", &["prejudices"]), + ("PROCASTRINATING", &["procrastinating"]), + ("EXATCTLY", &["exactly"]), + ("VERESION", &["version"]), + ("ALLOCATEDI", &["allocated"]), + ("ETENSIBLE", &["extensible"]), + ("OPPORUNITY", &["opportunity"]), + ("OVSERVABLE", &["observable"]), + ("THUNDERBOT", &["thunderbolt"]), + ("EXECUNED", &["executed"]), + ("COMPROMESSI", &["compromises"]), + ("TOALLY", &["totally"]), + ("REQUERIMENTS", &["requirements"]), + ("INTERRUT", &["interrupt"]), + ("APPROPRATE", &["appropriate"]), + ("CPOY", &["coy", "copy"]), + ("BRACKETTING", &["bracketing"]), + ("PIPLEINES", &["pipelines"]), + ("CHARACTETERS", &["characters"]), + ("EXCCEDS", &["exceeds"]), + ("RAPLACE", &["replace"]), + ("DEPREACTS", &["deprecates"]), + ("TORLENCE", &["tolerance"]), + ("CRUASDER", &["crusader"]), + ("ALLCATING", &["allocating"]), + ("CONDIUT", &["conduit"]), + ("SOMETHINGIS", &["somethings"]), + ("AMGLE", &["angle"]), + ("COMMANDEUR", &["commanders"]), + ("EXPERIMANETATION", &["experimentation"]), + ("STREIGT", &["straight", "strait"]), + ("REVOLUTOINS", &["revolutionss"]), + ("ANCESTERES", &["ancestors"]), + ("COORDIATE", &["coordinate"]), + ("PRONOUNCIATION", &["pronunciation"]), + ("APARANTLY", &["apparently"]), + ("VALKIYRE", &["valkyrie"]), + ("QUARENTINE", &["quarantine"]), + ("CHERNYOBL", &["chernobyl"]), + ("SPRINGFIED", &["springfield"]), + ("JEWL", &["jew", "jewel"]), + ("ABSOLTUE", &["absolute"]), + ("TOMARROW", &["tomorrow"]), + ("ITENS", &["items"]), + ("EXPONTENTIAL", &["exponential"]), + ("PLACEMENETS", &["placements"]), + ("QUEUS", &["queues"]), + ("UNCOMFORTABLITY", &["uncomfortably"]), + ("ANALYE", &["analyse", "analyze"]), + ("SEMPAPHORES", &["semaphores"]), + ("ENTHUASISTS", &["enthusiasts"]), + ("TRANSISION", &["transition"]), + ("DESCRYPTION", &["description"]), + ("UNCONTROLABLLY", &["uncontrollably"]), + ("INVIDUAL", &["individual"]), + ("CASTELS", &["castles"]), + ("CANNOTT", &["cannot"]), + ("ASSIMILARE", &["assimilate"]), + ("IMPLEMENET", &["implements", "implement"]), + ("PREVIOSLY", &["previously"]), + ("BACKGROUNGS", &["backgrounds"]), + ("CASSETTTE", &["cassette"]), + ("SOMETHIHNG", &["something"]), + ("ELLIMINATES", &["eliminates"]), + ("DISTRIBUES", &["distributes"]), + ("UNOIN", &["union"]), + ("ANALITICAL", &["analytical"]), + ("HALLOWEAN", &["halloween"]), + ("SAPPHRIE", &["sapphire"]), + ("ORCHESTRADED", &["orchestrated"]), + ("PASTURIZED", &["pasteurized"]), + ("METTING", &["meeting"]), + ("FEDORANS", &["fedoras"]), + ("CONVERTIRME", &["converter"]), + ("GEOMETRICIAN", &["geometer"]), + ("SANDALLS", &["sandals"]), + ("INDETIFIABLE", &["identifiable"]), + ("CONGIFURE", &["configure"]), + ("STRATLED", &["startled"]), + ("HEXGAONAL", &["hexagonal"]), + ("FALGS", &["flags"]), + ("APPORVED", &["approved"]), + ("VERU", &["very"]), + ("INAPROPRIATELY", &["inappropriately"]), + ("UNCORECTLY", &["incorrectly"]), + ("MAINTAINES", &["maintains"]), + ("AUTHENTICAION", &["authentication"]), + ("PARAMETERICAL", &["parametrical"]), + ("EXCALMATION", &["exclamation"]), + ("CANDIDATAS", &["candidates"]), + ("VARIGATED", &["variegated"]), + ("LANGAUGES", &["languages"]), + ("SPEEAK", &["speak"]), + ("CIRCUT", &["circuit"]), + ("ALTETNATIVE", &["alternative"]), + ("SIZORS", &["scissors", "sizers"]), + ("NEGOSIATOR", &["negotiator"]), + ("SYMMETRAL", &["symmetric"]), + ("ARRAOWS", &["arrows"]), + ("WITHOURT", &["without"]), + ("MODICATIONS", &["modifications"]), + ("BRAZILIANESE", &["brazilians"]), + ("NEWMONIA", &["pneumonia"]), + ("UNOCODE", &["unicode"]), + ("LOCKACREEN", &["lockscreen"]), + ("CELEBRITITES", &["celebrities"]), + ("RENEGOTAIATORS", &["renegotiators"]), + ("OVERVRITE", &["overwrite"]), + ("CHEECK", &["check", "cheek"]), + ("LETGITIMATE", &["legitimate"]), + ("MININAL", &["minimal"]), + ("ORGANIMS", &["organism"]), + ("ANPATHEATERS", &["amphitheaters"]), + ("APPRENTACE", &["apprentice"]), + ("INITIALIZATING", &["initializing"]), + ("DOCUMETNATION", &["documentation"]), + ("SCENCE", &["scene", "science", "sense"]), + ("NUMBERR", &["number"]), + ("EXCEPTIONEL", &["exceptional"]), + ("PROCESSORE", &["processor"]), + ("WAINTING", &["waiting", "wanting"]), + ("SUBSIZIDE", &["subsidize"]), + ("AMELEARATIVE", &["ameliorative"]), + ("BEHABIOUR", &["behaviour"]), + ("RIDICULOUSSNESS", &["ridiculousness"]), + ("EXPRES", &["express"]), + ("MULTIPIED", &["multiplied"]), + ("ATRRIBUTE", &["attribute"]), + ("RECURIVE", &["recursive"]), + ("PRERSISTENT", &["persistent"]), + ("UNDERGLO", &["undergo"]), + ("ECLPISE", &["eclipse"]), + ("RESPECIVE", &["respective"]), + ("EXPEXNASIONS", &["expansions"]), + ("SOUTHERNES", &["southerners"]), + ("ENCODINGT", &["encoding"]), + ("GRACEFULL", &["graceful"]), + ("THANKFULLLY", &["thankfully"]), + ("LIK", &["like", "lick", "link"]), + ("RENYOLDS", &["reynolds"]), + ("BEUATIFUL", &["beautiful"]), + ("BENIDECT", &["benedict"]), + ("ORIANT", &["orient"]), + ("LIMOSINE", &["limousine"]), + ("AIRCARFT", &["aircraft"]), + ("INTREEGUING", &["intriguing"]), + ("CALBIRATORS", &["calibrators"]), + ("MINUITES", &["minutes"]), + ("ADDTED", &["added"]), + ("DITINGUISHES", &["distinguishes"]), + ("SATISIFED", &["satisfied"]), + ("HISTORCAL", &["historical"]), + ("FROWARDED", &["forwarded"]), + ("DOKCER", &["docker"]), + ("CUTOMERS", &["customers"]), + ("ANTRACTICA", &["antarctica"]), + ("DEPRICATED", &["deprecated"]), + ("INSTITUTIE", &["institute"]), + ("PREDETERMIEND", &["predetermined"]), + ("EARLIET", &["earliest"]), + ("ALST", &["last"]), + ("MULTY", &["multi"]), + ("JUSITFICATION", &["justifications"]), + ("POITING", &["pointing"]), + ("RESOTRATIONS", &["restorations"]), + ("PSCYHOTIC", &["psychotic"]), + ("ACCELLERATING", &["accelerating"]), + ("ANXIOSNESS", &["anxiousness"]), + ("PROCUDER", &["procurer", "producer"]), + ("PREVENTITVE", &["preventative"]), + ("TRANSITIONALS", &["transitions"]), + ("MAXOSX", &["macosx"]), + ("CALIBRAITON", &["calibration"]), + ("COMMANDPOD", &["commando"]), + ("CONNECTICON", &["connection"]), + ("CORRELATOS", &["correlates"]), + ("SUCESSIVE", &["successive"]), + ("DOWNLOD", &["download"]), + ("ILLUSTRATIN", &["illustrations"]), + ("SCRITPS", &["scripts"]), + ("PSHYCIATRIC", &["psychiatric"]), + ("MEASSURABLY", &["measurably"]), + ("DILPOMA", &["diploma"]), + ("ALREAYD", &["already"]), + ("DOCUMENETS", &["documents"]), + ("SYCRONOUSLY", &["synchronously"]), + ("REGIISTER", &["register"]), + ("INPLEMENTATIONS", &["implementations"]), + ("EQUILAVALENT", &["equivalent"]), + ("TANGIENTALLY", &["tangentially"]), + ("ATTRITUBED", &["attributed"]), + ("SECUELY", &["securely"]), + ("DISCIPLINERAD", &["disciplined"]), + ("REPUBLICANAS", &["republicans"]), + ("ENTIERLY", &["entirely"]), + ("BRITHDAY", &["birthday"]), + ("PHARAMCEUTICAL", &["pharmaceutical"]), + ("FANATICUS", &["fanatics"]), + ("INRAGED", &["enraged"]), + ("FILSYSTEM", &["filesystem"]), + ("SEGMENDATION", &["segmentation"]), + ("INCENTIVARE", &["incentive"]), + ("EXPLOITATING", &["exploitation"]), + ("PERSISTEN", &["persistent"]), + ("SATELLITTES", &["satellites"]), + ("BOOEES", &["buoys"]), + ("ACITVISION", &["activision"]), + ("BODYHEIGHT", &["bodyweight"]), + ("LOGER", &["logger", "lodger", "longer"]), + ("COMSUMMED", &["consumed"]), + ("THOUROGHLY", &["thoroughly"]), + ("DELIMETERS", &["delimiters"]), + ("SUPPURTS", &["supports"]), + ("SPEFIFEIR", &["specifier"]), + ("EVOLUTIONAIRY", &["evolutionary"]), + ("INCORPARATE", &["incorporate"]), + ("TRUSTWHORTY", &["trustworthy"]), + ("CREATEED", &["created"]), + ("INSTNAT", &["instant"]), + ("NEESSESARY", &["necessary"]), + ("SOURCSE", &["sources", "source"]), + ("ARCHITECUTRES", &["architectures"]), + ("FOLLOWIND", &["following"]), + ("COMPINSATED", &["compensated"]), + ("VENELOPE", &["envelope"]), + ("INDENTICALLY", &["identically"]), + ("CLIANTRO", &["cilantro"]), + ("ASPECTOS", &["aspects"]), + ("CONIFGURATION", &["configurations", "configuration"]), + ("MODIFIFY", &["modify"]), + ("ENCHANTHING", &["enchanting"]), + ("CONSTRUCTERS", &["constructors"]), + ("EMPRISONED", &["imprisoned"]), + ("PECULAIR", &["peculiar"]), + ("MERGABLE", &["mergeable"]), + ("UNDOCTRINATED", &["indoctrinated"]), + ("WHATOSEVER", &["whatsoever"]), + ("IRRADITATE", &["irradiate"]), + ("GONEWIDL", &["gonewild"]), + ("REARRANED", &["rearranged"]), + ("INTREPRETED", &["interpreted"]), + ("INVENSIONS", &["inventions"]), + ("HOTIZONTALLY", &["horizontally"]), + ("NIEGHBOURHOOD", &["neighbourhood"]), + ("BASICLIY", &["basically"]), + ("DIGITIAL", &["digital"]), + ("SHUOLDNT", &["shouldnt"]), + ("RRANSLATIONS", &["translations"]), + ("HOMOSEXUALTY", &["homosexuality"]), + ("INSTRUCTIOSN", &["instruction"]), + ("OMITING", &["omitting"]), + ("AWESOMEY", &["awesomely"]), + ("PREPROCESSSING", &["preprocessing"]), + ("UNDOUBTADLY", &["undoubtedly"]), + ("TRIATHALON", &["triathlon"]), + ("UDPATED", &["updated"]), + ("ANYLZING", &["analyzing"]), + ("SECTIONNING", &["sectioning"]), + ("AMMOUNG", &["among"]), + ("UNPREDICTIBLE", &["unpredictable"]), + ("OPTOINAL", &["optional"]), + ("CODUCTER", &["conductor"]), + ("UNDESCORE", &["underscore"]), + ("CAMPEROS", &["campers"]), + ("BENGEING", &["bingeing"]), + ("DEIFNED", &["defined"]), + ("ASSISTENCE", &["assistance"]), + ("WONDERIG", &["wondering"]), + ("ATMOIC", &["atomic"]), + ("EXCORCIATING", &["excruciating"]), + ("PYTHONL", &["python"]), + ("SUBNEGOTIOTATION", &["subnegotiation"]), + ("BOGOS", &["bogus"]), + ("FLAHSING", &["flashing"]), + ("BRUTALLITY", &["brutally"]), + ("DETERMINTES", &["determines"]), + ("TERMINATS", &["terminates"]), + ("PREFENCES", &["preferences"]), + ("COMPEITIONS", &["competitions"]), + ("LIGHER", &["lighter", "liar", "liger"]), + ("COMISIONS", &["commissions"]), + ("COMPELETE", &["complete"]), + ("MERCENARIAS", &["mercenaries"]), + ("DATABSES", &["databases"]), + ("ACCESSABILITY", &["accessibility"]), + ("DECLARASTE", &["declares"]), + ("EHICH", &["which"]), + ("RECALULATE", &["recalculate"]), + ("HEVE", &["have"]), + ("EXTIMATORS", &["estimators"]), + ("DEVASTAING", &["devastating"]), + ("CHEMCIALLY", &["chemically"]), + ("UPLODING", &["uploading"]), + ("INPOVERISHED", &["impoverished"]), + ("HIPOTHETICAL", &["hypothetical"]), + ("ANITDEPRESSANTS", &["antidepressants"]), + ("GOALKEEPR", &["goalkeeper"]), + ("SHRINDS", &["shrinks"]), + ("FILETER", &["filter"]), + ("MIGRAINS", &["migraines"]), + ("ALGORITMIC", &["algorithmic"]), + ("ACKNOLWEDGES", &["acknowledges"]), + ("UNDERDONG", &["underdog"]), + ("NESTALGICALLY", &["nostalgically"]), + ("COMFOTABLE", &["comfortable"]), + ("THEADING", &["threading"]), + ("CNTAINS", &["contains"]), + ("TRO", &["to"]), + ("ALLONG", &["along"]), + ("FRANCAISES", &["franchises"]), + ("REVERVED", &["reserved"]), + ("EXTERMALLY", &["externally"]), + ("SYNCHRONUOUSLY", &["synchronously"]), + ("NORWEGIN", &["norwegian"]), + ("BARTENDARS", &["bartenders"]), + ("APPLICTIONS", &["applications"]), + ("IMAGHE", &["image"]), + ("UNSUSED", &["unused"]), + ("BROARDCAST", &["broadcast"]), + ("ATATCHED", &["attached"]), + ("CHLOESTEROL", &["cholesterol"]), + ("JUSITIFICATION", &["justification"]), + ("SERCIVE", &["service"]), + ("WEIGHYS", &["weights"]), + ("PROGESSED", &["progressed"]), + ("OCCURENCES", &["occurrences"]), + ("FIMRWARE", &["firmware"]), + ("AQUARUIM", &["aquarium"]), + ("TOGATER", &["together"]), + ("CUREFUL", &["careful"]), + ("DESRCIPTIONS", &["descriptions"]), + ("ADVESARY", &["adversary"]), + ("CALLABCK", &["callback"]), + ("SILOUHETTES", &["silhouettes"]), + ("COMPROMIZING", &["compromising"]), + ("GENARATE", &["generate"]), + ("BANCHES", &["branches", "benches"]), + ("REGRESTS", &["regress"]), + ("MISTATCHD", &["mismatched"]), + ("SCAVANGED", &["scavenged"]), + ("NEWANCING", &["nuancing"]), + ("PRINCEPLE", &["principle"]), + ("LOGIAL", &["logical"]), + ("FREEDONS", &["freedoms"]), + ("TECT", &["test", "text"]), + ("DISSAMBLY", &["disassembly"]), + ("PORPORTION", &["proportion"]), + ("WHEREASE", &["whereas"]), + ("CHILDLREN", &["children"]), + ("COLLPASES", &["collapses"]), + ("IMPLEMETED", &["implemented"]), + ("UNDERLOWS", &["underflows"]), + ("JOUNRALIST", &["journalist"]), + ("EMPROVING", &["improving"]), + ("OUPUTTED", &["outputted"]), + ("UNSYCHRONIZE", &["unsynchronize"]), + ("PROVIEDES", &["provides"]), + ("EXTARNALLY", &["externally"]), + ("ILLEGITAMATE", &["illegitimate"]), + ("ANUWHERE", &["anywhere"]), + ("MODIIFIER", &["modifier"]), + ("EXPEDIATE", &["expedite"]), + ("IMPELMENT", &["implement"]), + ("UNINTESTING", &["uninteresting"]), + ("AUTHENCICATION", &["authentication"]), + ("LENGTS", &["lengths"]), + ("MIMICKS", &["mimics"]), + ("POPULATIRY", &["popularity"]), + ("DAUGHER", &["daughter"]), + ("EXPERIMNETELLY", &["experimentally"]), + ("DISTINGUSHES", &["distinguishes"]), + ("UNFORTTUNATELY", &["unfortunately"]), + ("TESELLATED", &["tessellated"]), + ("LEGALIZAITON", &["legalization"]), + ("RACAUS", &["raucous"]), + ("DOUBLDED", &["doubled"]), + ("TRANFORM", &["transform"]), + ("AVAIABLE", &["available"]), + ("CENTENTENIAL", &["centennial"]), + ("CONTROLLERD", &["controlled"]), + ("ACHILLEES", &["achilles"]), + ("INRESTED", &["inserted"]), + ("INSTURMENTAL", &["instrumental"]), + ("DISCOGRAPY", &["discography"]), + ("LIGHTHEARED", &["lighthearted"]), + ("LAUGNAGE", &["language"]), + ("PASSABEL", &["passable"]), + ("DEFEIND", &["defined", "defend"]), + ("CHARACTEDS", &["characters"]), + ("DISCCONENCTING", &["disconnecting"]), + ("FOMED", &["formed"]), + ("TECHNICANS", &["technicians"]), + ("INVINCEBLE", &["invincible"]), + ("SESTATUSBAR", &["setstatusbar"]), + ("PARTICIAPNTS", &["participant"]), + ("NOTORIZE", &["notarize", "motorize"]), + ("EMBARRSSING", &["embarrassing"]), + ("DOMINANTE", &["dominant", "dominate"]), + ("BLUEBERRRIES", &["blueberries"]), + ("CHAWK", &["chalk"]), + ("MACTHED", &["matched"]), + ("DCUMENTED", &["documented"]), + ("WIGHED", &["weighed", "wicked"]), + ("REVOLUTOINARY", &["revolutionary"]), + ("BUSINESSE", &["businessmen"]), + ("STURTURED", &["structured"]), + ("ADJUSTMENS", &["adjustments"]), + ("SUPERNATRUAL", &["supernatural"]), + ("ESSENCIALS", &["essentials"]), + ("PINUCHLE", &["pinochle"]), + ("FUNCIOTN", &["function"]), + ("FLAWLESLLY", &["flawlessly"]), + ("WEAKNESES", &["weakness"]), + ("WEBHOOLS", &["webhooks"]), + ("ROTATIO", &["rotation", "ratio"]), + ("CHIPPS", &["chips"]), + ("UNMODFITIED", &["unmodified"]), + ("PSHYCOPATH", &["psychopath"]), + ("IMPROVIE", &["improvised"]), + ("UNIMPORTENT", &["unimportant"]), + ("RENEGOPTIONSOTIABLE", &["renegotiable"]), + ("SUPPORTTS", &["supports"]), + ("SUGGESTINOS", &["suggestions"]), + ("DIANOSTICS", &["diagnostics"]), + ("TRIGGERD", &["triggered"]), + ("STRARTED", &["started"]), + ("PREPOSTERIOUS", &["preposterous"]), + ("THANKYOOOU", &["thankyou"]), + ("SPEFICATION", &["specification"]), + ("IMPARITAL", &["impartial"]), + ("LANGAUGE", &["language"]), + ("CHIULDREN", &["children"]), + ("ORIENETAION", &["orientation"]), + ("EACTLY", &["exactly"]), + ("EXACLY", &["exactly"]), + ("CORRSPONDING", &["corresponding"]), + ("INTERESE", &["interested"]), + ("CLORY", &["glory"]), + ("DISCOVEY", &["discovery"]), + ("DIEABLED", &["disabled"]), + ("CONTRIBUTIVO", &["contribution"]), + ("COFFICIENT", &["coefficient"]), + ("INTROUDUCES", &["introduces"]), + ("AVAILABILE", &["available"]), + ("METICS", &["metrics"]), + ("HAPENDS", &["happens"]), + ("TRINAGLE", &["triangle"]), + ("DOCUMENTAIRE", &["documentaries"]), + ("INSTEALLED", &["installed"]), + ("SEPERATISM", &["separatism"]), + ("OAKEROUSLY", &["ocherously"]), + ("AQCUIRED", &["acquired"]), + ("RECOGINSE", &["recognise"]), + ("INTROSPECCION", &["introspection"]), + ("LEVICITUS", &["leviticus"]), + ("OPJECTIFICATION", &["objectification"]), + ("RECCONEECT", &["reconnect"]), + ("SAV", &["save"]), + ("HIETUS", &["hiatus"]), + ("SOVEREIGNY", &["sovereignty"]), + ("CHERNBOYL", &["chernobyl"]), + ("INMIGRANTS", &["immigrants"]), + ("ANALOGEOUS", &["analogous"]), + ("HYPOCRYTES", &["hypocrites"]), + ("REINTEPRET", &["reinterpret"]), + ("HISTORYCAL", &["historical"]), + ("SUBNEGOSIATIONS", &["subnegotiations"]), + ("STABILIZARE", &["stabilize"]), + ("SUCEEDS", &["succeeds"]), + ("MORPHIE", &["morphine"]), + ("PASWORD", &["password"]), + ("POLITICANS", &["politicians"]), + ("MOCROCODES", &["microcodes"]), + ("DIONG", &["doing"]), + ("ANAYLSTS", &["analysts"]), + ("HURRICAINES", &["hurricanes"]), + ("SARTING", &["starting", "sorting"]), + ("DISCALIMER", &["disclaimer"]), + ("PSYCHAITRIC", &["psychiatric"]), + ("ACQURIES", &["acquires", "equerries"]), + ("OFICIANADOS", &["aficionados"]), + ("MASIFF", &["massif"]), + ("CURRECTED", &["corrected"]), + ("INCONCEQUENTIAL", &["inconsequential"]), + ("PRINICPAL", &["principal"]), + ("EGPYTIAN", &["egyptian"]), + ("GUAREENTEING", &["guaranteeing"]), + ("PROGARAMMER", &["programmer"]), + ("INCORPORTATE", &["incorporate"]), + ("EQAUTION", &["equation"]), + ("USEFULLNESS", &["usefulness"]), + ("CONDRADICTORY", &["contradictory"]), + ("ALISING", &["aliasing"]), + ("HIGHST", &["highest"]), + ("CIMMETRIC", &["symmetric"]), + ("THEORHETICALLY", &["theoretically"]), + ("TRACSODING", &["transcoding"]), + ("THREATENDED", &["threatened"]), + ("COMPPILER", &["compiler"]), + ("BARBARIENS", &["barbarians"]), + ("KONCKBACK", &["knockback"]), + ("PERSHUSLY", &["preciously"]), + ("PROHIBATION", &["prohibition"]), + ("PROTOCOLOS", &["protocols"]), + ("METRICAS", &["metrics"]), + ("CARTRIGES", &["cartridges"]), + ("TRANSPENCY", &["transparency"]), + ("MEMOERY", &["memory"]), + ("FINILIZE", &["finalize"]), + ("WIDESPRED", &["widespread"]), + ("FURHTER", &["further"]), + ("RAQUETBALL", &["racquetball"]), + ("THERMODYNAMCIS", &["thermodynamics"]), + ("SENSITIV", &["sensitive"]), + ("HISTORICIANS", &["historians"]), + ("PERFERRABLY", &["preferably"]), + ("ERMERGENCY", &["emergency"]), + ("HANDHAKE", &["handshake"]), + ("PERMINANTLY", &["permanently"]), + ("FRUADULENT", &["fraudulent"]), + ("ANALISES", &["analysis", "analyses"]), + ("HIGHLIGJT", &["highlight"]), + ("RESEMBELS", &["resembles"]), + ("DISCIPLINAIRY", &["disciplinary"]), + ("COUNDING", &["counting"]), + ("HATCHIGN", &["hatching"]), + ("PORCESSORS", &["processors"]), + ("EXATLED", &["exalted"]), + ("HIGHIGHTERS", &["highlighters"]), + ("DIVIATION", &["divination", "deviation"]), + ("PERCAUTION", &["precaution"]), + ("EARTHQUACK", &["earthquake"]), + ("IMMEDITALY", &["immediately"]), + ("NOFIFIED", &["notified"]), + ("INTELLECUTALLY", &["intellectually"]), + ("RESSEMBLED", &["reassembled", "resembled"]), + ("SEBASTIAAN", &["sebastian"]), + ("RETREVING", &["retrieving"]), + ("RECEENT", &["recent"]), + ("DUPPLICATES", &["duplicates"]), + ("TRAJECOTRY", &["trajectory"]), + ("LOACTION", &["location"]), + ("ONMISHIENCE", &["omniscience"]), + ("ACCURABLE", &["accurate"]), + ("PEACFUL", &["peaceful"]), + ("NONSENSICLE", &["nonsensical"]), + ("DIMUNITIVE", &["diminutive"]), + ("POISITIONS", &["positions"]), + ("SORPANOS", &["sopranos"]), + ("NAVAGATE", &["navigate"]), + ("EXPECTATOIN", &["expectation"]), + ("DEFENDENTS", &["defendants"]), + ("RESEMBE", &["resemble"]), + ("UNFORTUNEATLY", &["unfortunately"]), + ("MISTICAL", &["mystical"]), + ("ALGORTHNICALLY", &["algorithmically"]), + ("HOMEOTHAPY", &["homeopathy"]), + ("SWITERZLAND", &["switzerland"]), + ("CLUDE", &["clued", "clue"]), + ("EMBARESSED", &["embarrassed"]), + ("COMMENTART", &["commentator"]), + ("HINK", &["think"]), + ("DEZENTRALIZED", &["decentralized"]), + ("UPDATEED", &["updated"]), + ("NEGOTIANING", &["negotiating"]), + ("ATTRITUBES", &["attributes"]), + ("CONSITUTUENTS", &["constituents"]), + ("AHPPY", &["happy"]), + ("BENCHMKARS", &["benchmarks"]), + ("LIBERTERIAN", &["libertarian"]), + ("NEGOTICATIONS", &["negotiations"]), + ("CHARTIABLE", &["charitable"]), + ("APPEAREANCE", &["appearance"]), + ("COMPITANCE", &["compliance"]), + ("ASSSET", &["asset"]), + ("MODFIEIRS", &["modifiers"]), + ("RESPAWINING", &["respawning"]), + ("UPRADE", &["upgrade"]), + ("SHANDELEER", &["chandelier"]), + ("PPELINE", &["pipeline"]), + ("DYANMITE", &["dynamite"]), + ("SCHEDULIER", &["scheduler"]), + ("TERRORITS", &["terrorist"]), + ("UNEMPLOYEED", &["unemployed"]), + ("ACCOUND", &["account"]), + ("KEWWORD", &["keyword"]), + ("DEAFUALTS", &["defaults"]), + ("TAINED", &["stained", "tainted"]), + ("FANTASITCALLY", &["fantastically"]), + ("CUSTOME", &["custom", "customs", "costume", "customer"]), + ("NOTIFICATED", &["notified"]), + ("EXCLUSUIVES", &["exclusives"]), + ("APPLAUDES", &["applause"]), + ("NUREMBURG", &["nuremberg"]), + ("DEBUGGGING", &["debugging"]), + ("THOGHTS", &["thoughts"]), + ("CAPITOLIST", &["capitalist"]), + ("HUNDREAD", &["hundred"]), + ("RELEATING", &["relating"]), + ("CIRUCMSTANCES", &["circumstances"]), + ("ABSOLULE", &["absolute"]), + ("GLITCHLY", &["glitchy"]), + ("EUPHORISCH", &["euphoric"]), + ("MATHIMATICIAN", &["mathematician"]), + ("CONDRADICTION", &["contradiction"]), + ("PRRCISION", &["precision"]), + ("GEOMETRC", &["geometric", "geometry"]), + ("DECIAMLS", &["decimals"]), + ("DEFENSD", &["defends"]), + ("EPECTING", &["expecting"]), + ("INAPPROPIATE", &["inappropriate"]), + ("ANOUNCEMENT", &["announcement"]), + ("UNHELPFULL", &["unhelpful"]), + ("SPEFIIERS", &["specifiers"]), + ("INVESTIGATER", &["investigator"]), + ("DUCUMENT", &["document"]), + ("UNEXPETECTEDLY", &["unexpectedly"]), + ("DISAPEAR", &["disappear"]), + ("NIGHLY", &["nightly"]), + ("RIGTHEOUSNESS", &["righteousness"]), + ("INCIDES", &["indices"]), + ("KRYPTOLITE", &["kryptonite"]), + ("PERMUTIONS", &["permutations"]), + ("PSHYCOPATHS", &["psychopaths"]), + ("DOWNLODS", &["downloads"]), + ("ALIGHED", &["aligned", "alighted"]), + ("ACUTALY", &["actually"]), + ("ELEPHANTUS", &["elephants"]), + ("PRINCIPALIS", &["principals"]), + ("CAPSUELS", &["capsules"]), + ("CREDISTS", &["credits"]), + ("HANLE", &["handle"]), + ("EXCUTION", &["execution"]), + ("ANCAPSULATION", &["encapsulation"]), + ("REPLACACING", &["replacing"]), + ("BREATHOS", &["breaths"]), + ("TRANSPLANTES", &["transplants"]), + ("INSURGENY", &["insurgency"]), + ("KNARLING", &["gnarling"]), + ("PLEASSE", &["please"]), + ("REFRESHSES", &["refreshes"]), + ("METADTA", &["metadata"]), + ("STRATEGISK", &["strategies"]), + ("INCUNABLA", &["incunabula"]), + ( + "RESPONDE", + &["respond", "response", "responds", "responded", "responder"], + ), + ("AUTOCORREXT", &["autocorrect"]), + ("MUTLIPLES", &["multiples"]), + ("DOCUMENTERY", &["documentary"]), + ("UNREOVERABLE", &["unrecoverable"]), + ("JUSTIFYABLE", &["justifiable"]), + ("DURIN", &["during"]), + ("COLLIQUIAL", &["colloquial"]), + ("TAVELLING", &["travelling"]), + ("PERCUSIVE", &["percussive"]), + ("ALLOWE", &["allowed", "allow", "allows"]), + ("POPOLATE", &["populate"]), + ("SKETCKING", &["skating", "sketching"]), + ("ENHENCMENT", &["enhancement"]), + ("DEGENRATET", &["degenerated"]), + ("AUTOTORIUMS", &["auditoriums"]), + ("INITIALIZATON", &["initialization"]), + ("COTTEN", &["cotton"]), + ("CONVORSATIONS", &["conversations"]), + ("TRAINGULATE", &["triangulate"]), + ("VERTEICES", &["vertices"]), + ("APRATHEID", &["apartheid"]), + ("ENCOCDING", &["encoding"]), + ("OBERVE", &["observe"]), + ("CORRALATED", &["correlated"]), + ("DOESE", &["does"]), + ("REPOSITY", &["repository"]), + ("DISAMBIGUIATION", &["disambiguation"]), + ("REPOSONSES", &["responses"]), + ("FINIHSED", &["finished"]), + ("UTILITISATION", &["utilisation"]), + ("DOUCMENTES", &["documents"]), + ("HIGHLIGHTIN", &["highlighting"]), + ("EFFORTLESSLEY", &["effortlessly"]), + ("DESCOVERING", &["discovering"]), + ("MANULLY", &["manually"]), + ("COMBINATO", &["combination"]), + ("DEPARTMNET", &["departments"]), + ("PRESSENTATION", &["presentation"]), + ("APROACHES", &["approaches"]), + ("POPLUAR", &["popular"]), + ("TOMOOROW", &["tomorrow"]), + ("EXEPTION", &["exception", "exemption"]), + ("CREATERS", &["craters", "creators"]), + ("WEAPPON", &["weapon"]), + ("EXAMIN", &["examine", "examining"]), + ("UPGRATING", &["upgrading"]), + ("BOTTLENCKS", &["bottlenecks"]), + ("BREKPOINT", &["breakpoint"]), + ("CONCIDERATIONS", &["considerations"]), + ("ECSTASCY", &["ecstasy"]), + ("ABOOUT", &["about"]), + ("CARTDRIGE", &["cartridge"]), + ("REARRANGDE", &["rearranged"]), + ("SUBSCONCIOUS", &["subconscious"]), + ("SENDIGN", &["sending"]), + ("DISCCONEECT", &["disconnect"]), + ("DYSPOTIAN", &["dystopian"]), + ("QWESANT", &["croissant"]), + ("INSTUMENTS", &["instruments"]), + ("LERAN", &["learn"]), + ("COMAPRED", &["compared"]), + ("DECRESSES", &["decreases"]), + ("SYMPHONEY", &["symphony"]), + ("PROTOTPYES", &["prototypes"]), + ("NIGHBORHOOD", &["neighborhood"]), + ("INTERMEDIARE", &["intermediate"]), + ("AVOIND", &["avoid"]), + ("TGAT", &["that"]), + ("CARNOMIALLY", &["ceremonially"]), + ("MUSEL", &["muscle", "mussel"]), + ("COMMNADS", &["commands"]), + ("REALLOCAITES", &["reallocates"]), + ("POWERDED", &["powdered"]), + ("METHOTS", &["methods"]), + ("VIRUTALIZED", &["virtualized"]), + ("MODYFY", &["modify"]), + ("VICTIMAS", &["victims"]), + ("DIFFUSSION", &["diffusion"]), + ("ULTIMATLEY", &["ultimately"]), + ("COMEMORETION", &["commemoration"]), + ("FEAUTURES", &["features"]), + ("CARTLES", &["cartels"]), + ("CONJUCTIONS", &["conjunctions"]), + ("MILLISENCONDS", &["milliseconds"]), + ("DEGRADATING", &["degradation"]), + ("ACLHEMIST", &["alchemist"]), + ("CONFIRAMTION", &["confirmation"]), + ("SESEED", &["secede"]), + ("JUDEGMENTAL", &["judgmental"]), + ("PROGAPATOR", &["propagator"]), + ("LEYERS", &["layers"]), + ("UNREALSITIC", &["unrealistic"]), + ("DREGREES", &["degrees"]), + ("ALOCATION", &["allocation"]), + ("INCREMNETAL", &["incremental"]), + ("KNOWLEDEABLE", &["knowledgable"]), + ("PROPECTION", &["projection", "prospection", "protection"]), + ("INVISIABLE", &["invisible"]), + ("CHALLENDER", &["challenger"]), + ("TRIGGERRING", &["triggering"]), + ("PUBLICANI", &["publication"]), + ("AUTHETNICATORS", &["authenticators"]), + ("SIMILARILY", &["similarly"]), + ("INVLOVED", &["involved"]), + ("PROFESSIONEL", &["professional"]), + ("EXPORTAS", &["exports"]), + ("ASSSERTIONS", &["assertions"]), + ("OMNISCIENCT", &["omniscient"]), + ("COMPLETEING", &["completing"]), + ("ENDANDERING", &["endangering"]), + ("CORRELACION", &["correlation"]), + ("SPONSORISE", &["sponsors"]), + ("ORCESTRATOR", &["orchestrator"]), + ("LOADNING", &["loading"]), + ("REUPLADER", &["reuploader"]), + ("EMBEDDDED", &["embedded"]), + ("PESSIMESTIC", &["pessimistic"]), + ("CREDATE", &["created"]), + ("OWENER", &["owner"]), + ("QUBIC", &["cubic", "qubit"]), + ("AUTOINCREMEMNT", &["autoincrement"]), + ("CHLESEA", &["chelsea"]), + ("CONSTRUKTOR", &["constructor"]), + ("MELINNEUMS", &["millennia"]), + ("INSERSTING", &["inserting"]), + ("ENCYPTED", &["encrypted"]), + ("STRENOUS", &["strenuous"]), + ("REOMVABLE", &["removable"]), + ("CUSTOMIZIBLE", &["customizable"]), + ("BELOG", &["belong"]), + ("PERHAS", &["perhaps"]), + ("VANADLISM", &["vandalism"]), + ("VISBLY", &["visibly"]), + ("TYRANTICAL", &["tyrannical"]), + ("NEGOTAIATOR", &["negotiator"]), + ("CAPABLITIES", &["capabilities"]), + ("DEDUPLACTED", &["deduplicated"]), + ("TOILETTS", &["toilets"]), + ("DERPIVATION", &["deprivation"]), + ("CHATCHED", &["caught", "chatted"]), + ("UNSELCTED", &["unselected"]), + ("SENITNELS", &["sentinels"]), + ("MANUPULATING", &["manipulating"]), + ("DISTRIBTIONS", &["distributions"]), + ("NOVISHEUT", &["novitiate"]), + ("ACCIDENTIAL", &["accidental"]), + ("REPLENTISHES", &["replenishes"]), + ("NUMERS", &["numbers"]), + ("ILLINOIANS", &["illinois"]), + ("MEBRAN", &["membrane"]), + ("PROCUCE", &["procure", "produce"]), + ("ACCRONYM", &["acronym"]), + ("EVAULATE", &["evaluate"]), + ("SITUATUTIONS", &["situations"]), + ("RTURN", &["return"]), + ("CERTIFICARE", &["certificate"]), + ("IMPROVEMENETS", &["improvements"]), + ("CONNECOTR", &["connector"]), + ("AMEALIARATED", &["ameliorated"]), + ("INVESITGATIVE", &["investigative"]), + ("ACCESSSIBILITY", &["accessibility"]), + ("CENTRUY", &["century"]), + ("ABONDON", &["abandon"]), + ("REANMES", &["renames"]), + ("EXPENDATURES", &["expenditures"]), + ("MINISCULLY", &["minusculely"]), + ("RTHE", &["the"]), + ("IDENFIER", &["identifier"]), + ("CIRICULAR", &["circular"]), + ("SECURIY", &["security"]), + ("INATE", &["innate"]), + ("INCORRENT", &["incorrect"]), + ("SUCESIVE", &["successive"]), + ("RESPRESENTED", &["represented"]), + ("ASBTRACTION", &["abstraction"]), + ("PRACTICVAL", &["practical"]), + ("CONCEALD", &["concealed"]), + ("INSETING", &["inserting"]), + ("REYONLDS", &["reynolds"]), + ("APOLAGIZING", &["apologizing"]), + ("PURPSE", &["purpose"]), + ("NATIONALISTISCHE", &["nationalistic"]), + ("CONVENSE", &["convince"]), + ("COPLETED", &["completed"]), + ("MESSASGES", &["messages"]), + ("CARROTTS", &["carrots"]), + ("NARCISCISM", &["narcissism"]), + ("GUARNATE", &["guarantee"]), + ("INSTLALATION", &["installation"]), + ("SENSITIVIY", &["sensitivity"]), + ("TEMPLETES", &["templates"]), + ("AMALGOMATED", &["amalgamated"]), + ("REPRORTS", &["reports"]), + ("SCHOZOPHRENIC", &["schizophrenic"]), + ("UTILIZA", &["utilize"]), + ("OJECT", &["object"]), + ("INSEAD", &["instead"]), + ("FOLLLOWIN", &["following"]), + ("RELEATIONSHIPS", &["relationships"]), + ("RETRVIEVER", &["retriever"]), + ("REEVALUTATE", &["reevaluate"]), + ("DIRECTTORIES", &["directories"]), + ("INTERACTIFS", &["interacts"]), + ("SERBAIN", &["serbian"]), + ("ANALYITCAL", &["analytical"]), + ("COMPENSARE", &["compensate"]), + ("FORESSEABLE", &["foreseeable"]), + ("INFINTIE", &["infinite"]), + ("RESRVED", &["reserved"]), + ("VULBEARBUILITY", &["vulnerability"]), + ("OLIGATORY", &["obligatory"]), + ("CONFIGUTED", &["configured"]), + ("CONETION", &["connection"]), + ("MIGRIANES", &["migraines"]), + ("ALGORITHIMICALLY", &["algorithmically"]), + ("RENIASSANCE", &["renaissance"]), + ("BOOLTLOADER", &["bootloader"]), + ("APPROXIMETLY", &["approximately"]), + ("CRTICISED", &["criticised"]), + ("EXPOITATION", &["exploitation"]), + ("MEDITERAINNEAN", &["mediterranean"]), + ("DENONIMATOR", &["denominator"]), + ("PRODECURES", &["procedures"]), + ("ARBITRARELY", &["arbitrarily"]), + ("CARICATURILE", &["caricature"]), + ("ACHIEVEMNT", &["achievement"]), + ("APOSTROPHIED", &["apostrophe"]), + ("TOGGELING", &["toggling"]), + ("PANCKAES", &["pancakes"]), + ("ANCESETORS", &["ancestors"]), + ("WIERDLY", &["weirdly"]), + ("SACRIFISING", &["sacrificing"]), + ("INTERAXTIONS", &["interactions"]), + ("DEALERHSIP", &["dealerships"]), + ("TERMIALS", &["terminals"]), + ("CATEGOY", &["category"]), + ("PORIOD", &["period"]), + ("ENMVIRONMENTS", &["environments"]), + ("STREAN", &["stream"]), + ("EXPEMENTATION", &["experimentation"]), + ("EMPIRIALIST", &["imperialist"]), + ("IDENTICATION", &["identification"]), + ("EMMINENT", &["eminent", "imminent"]), + ("TRANPORTING", &["transporting"]), + ("INTELISENSE", &["intellisense"]), + ("SOFLTY", &["softly"]), + ("EXATRACT", &["extract"]), + ("MIDPINTS", &["midpoints"]), + ("CONGRATULATONS", &["congratulations"]), + ("CCERTIFICATE", &["certificate"]), + ("APROVAL", &["approval"]), + ("DISPECABLE", &["despicable"]), + ("HURDELS", &["hurdles"]), + ("ARGUMEENTS", &["arguments"]), + ("CATLOAGED", &["cataloged"]), + ("CONSPIRIATOR", &["conspirator"]), + ("EXCHANCE", &["exchange"]), + ("GOVORMENT", &["government"]), + ("PARTICAPATE", &["participate"]), + ("INCOMPETANT", &["incompetent"]), + ("PERMANTLY", &["permanently"]), + ("NUTREINTS", &["nutrients"]), + ("SURREGAT", &["surrogate"]), + ("ITELF", &["itself"]), + ("DISTNIGUISHED", &["distinguished"]), + ("SATISFYIED", &["satisfied"]), + ("STALKEAR", &["stalker"]), + ("SPEFIFIED", &["specified"]), + ("INTRODUCERES", &["introduces"]), + ("DEMOCRACRIES", &["democracies"]), + ("PERIPERAL", &["peripheral"]), + ("SUMBITTED", &["submitted"]), + ("PASSORDS", &["passwords"]), + ("TEASPON", &["teaspoon"]), + ("IMPLICACION", &["implication"]), + ("RISTRICTED", &["restricted"]), + ("INDLUGE", &["indulge"]), + ("OVERRIDDES", &["overrides"]), + ("ACUALLY", &["actually"]), + ("SPECIFED", &["specified"]), + ("CONSUEMD", &["consumed"]), + ("DOUBEL", &["double"]), + ("DIVIDENEDS", &["dividend"]), + ("DESCRIOTION", &["description"]), + ("CONSTRUCTORE", &["constructor"]), + ("EXPERIMENTAED", &["experimented"]), + ("RENEGATIOTIABLE", &["renegotiable"]), + ("RECENLY", &["recently"]), + ("FORMATTEDED", &["formatted"]), + ("ALGORTISMS", &["algorithms"]), + ("MONOLOPIES", &["monopolies"]), + ("EVLOVING", &["evolving"]), + ("BELITTLEING", &["belittling"]), + ("OBNJECT", &["object"]), + ("FORRESST", &["forrest"]), + ("MEMEBER", &["member"]), + ("QAUNTUM", &["quantum"]), + ("SEFLISHNESS", &["selfishness"]), + ("GILTCHY", &["glitchy"]), + ("COMPUTACIONAL", &["computational"]), + ("PREMISSIBLE", &["permissible"]), + ("GANGSTEROUS", &["gangsters"]), + ("NEIGHBURHOODS", &["neighborhoods"]), + ("EXCEPETION", &["exception"]), + ("DECIPTED", &["depicted"]), + ("APOSTRAPHE", &["apostrophe"]), + ("UPSTERAMS", &["upstreams"]), + ("CAUSIONED", &["cautioned"]), + ("REGUIREMENT", &["requirement"]), + ("DICIDING", &["deciding"]), + ("CAHRGING", &["charging"]), + ("ELLAPSED", &["elapsed"]), + ("CONSPIRANCY", &["conspiracy"]), + ("CONSTRCT", &["construct", "constrict"]), + ("PROMORDIALS", &["primordials"]), + ("ABANDOND", &["abandoned"]), + ("REVOLUUTIONARY", &["revolutionary"]), + ("BEAUROCRATIC", &["bureaucratic"]), + ("INCREASEING", &["increasing"]), + ("WORNGED", &["wronged"]), + ("CONTRADICTIE", &["contradicted"]), + ("PROGAMED", &["programed"]), + ("HARRASMENTS", &["harassments"]), + ("CIRITC", &["critic"]), + ("TEMPRORAL", &["temporal"]), + ("DESCENDATS", &["descendants"]), + ("INDICATIORS", &["indicators"]), + ("COMPRESIBLE", &["compressible"]), + ("ENOCDES", &["encodes"]), + ("PORNOGRPAHY", &["pornography"]), + ("DEPDENENTS", &["dependents"]), + ("TRAVERCAL", &["traversal"]), + ("DEPENENCY", &["dependency"]), + ("APPICATION", &["application"]), + ("REGULAOTRS", &["regulators"]), + ("INSTAEAD", &["instead"]), + ("TRANITIONS", &["transitions"]), + ("PERTURBE", &["perturb", "perturbed"]), + ("GRANDISE", &["aggrandise"]), + ("DOUCHELY", &["douchey"]), + ("PROPPERTY", &["property"]), + ("DOTRMUND", &["dortmund"]), + ("KIMERRIC", &["chimeric"]), + ("UNAPPRIECIATIVE", &["unappreciative"]), + ("INFRASCTRUCTURE", &["infrastructure"]), + ("SCEONDS", &["seconds"]), + ("ALTHOUGHT", &["although"]), + ("NORMALYSED", &["normalised"]), + ("SYLABUSES", &["syllabuses", "syllabi"]), + ("SUCCESSFULLNESS", &["successfulness"]), + ("NEGOTATIE", &["negotiate"]), + ("INTERRESING", &["interfering"]), + ("MODIIERS", &["modifiers"]), + ("PRINCIPLAS", &["principals"]), + ("SEGEGRATED", &["segregated"]), + ("GUARENTIEING", &["guaranteeing"]), + ("MEATADATA", &["metadata"]), + ("ENCONDE", &["encode"]), + ("TOCKSEN", &["toxin"]), + ("SQIUSHY", &["squishy"]), + ("VERIFI", &["verify", "verified"]), + ("BEACUASE", &["because"]), + ("OPERATIOR", &["operator"]), + ("SHANGE", &["change"]), + ("MONOPILIES", &["monopolies"]), + ("LINGUSITIC", &["linguistics"]), + ("FREQENTLY", &["frequently"]), + ("TEMPORARILU", &["temporary"]), + ("UNRESGISTERED", &["unregistered"]), + ("PRESEARVE", &["preserve"]), + ("LANICH", &["launch"]), + ("ALMIGHY", &["almighty"]), + ("SYNTETIZED", &["synthetized"]), + ("ENCOSING", &["enclosing", "encoding"]), + ("NANOSEOND", &["nanosecond"]), + ("SHAPRENING", &["sharpening"]), + ("SUPERHEO", &["superhero"]), + ("SPEFIXEID", &["specified"]), + ("ISALMIST", &["islamist"]), + ("PREFERENCFES", &["preferences"]), + ("CONVERETED", &["converted"]), + ("UNOFFOCIAL", &["unofficial"]), + ("CONDTIION", &["condition"]), + ("ESTABLISING", &["establishing"]), + ("CLICKLABE", &["clickable"]), + ("INTERPRETARSE", &["interpreter"]), + ("ANYMOER", &["anymore"]), + ("STATISTISK", &["statistics"]), + ("LIGTHENING", &["lightening"]), + ("REGUIRE", &["require"]), + ("TOLERANTS", &["tolerates"]), + ("PROHIBITIVO", &["prohibition"]), + ("CAESED", &["ceased"]), + ("CONSTRAINGS", &["constraints", "constrains"]), + ("ABANDONIG", &["abandoning"]), + ("BACLONY", &["balcony"]), + ("ONOLY", &["only"]), + ("UNDEINABLE", &["undeniable"]), + ("SEAMLESSY", &["seamlessly"]), + ("SANSITIZER", &["sanitizer"]), + ("REALTIONSHIP", &["relationship"]), + ("SIMIALRLY", &["similarly"]), + ("COMPILIERS", &["compilers"]), + ("IMPLIMENTOR", &["implementor"]), + ("PROCUCER", &["procurer", "producer"]), + ("RELATIVISME", &["relatives"]), + ("BREAKTRHOUGH", &["breakthrough"]), + ("MATHEMATITIAN", &["mathematician"]), + ("ISUE", &["issue"]), + ("AMENSTY", &["amnesty"]), + ("COMPATABLITIY", &["compatibility"]), + ("TRANSOFRMING", &["transforming"]), + ("ACCOCIATIONS", &["associations"]), + ("SUBSRCIBE", &["subscribe"]), + ("PROPIGATED", &["propagated"]), + ("INTERRESTING", &["interesting"]), + ("DELIEVRIES", &["deliveries"]), + ("GEREATING", &["generating"]), + ("SRUCTURES", &["structures"]), + ("IMMEDIALLY", &["immediately"]), + ("VAELUES", &["values"]), + ("INDVIDUAL", &["individual"]), + ("CHARIMASTIC", &["charismatic"]), + ("LEGNEDARIES", &["legendaries"]), + ("JAVSSCRIPT", &["javascript"]), + ("TRANSMITER", &["transmitter"]), + ("MESSAGS", &["messages"]), + ("DEPEDING", &["depending"]), + ("SPECILAIZED", &["specialize"]), + ("IDICATING", &["indicating"]), + ("COMPAREABLE", &["comparable"]), + ("FUNDAMENTALISTAS", &["fundamentalists"]), + ("PREPPENDET", &["prepended"]), + ("FIGUARTIVELY", &["figuratively"]), + ("COMPLIMENTORY", &["complimentary"]), + ("ERALIER", &["earlier"]), + ("CONVENENT", &["convenient"]), + ("INTSTRUCTS", &["instructs"]), + ("BELIVEABLE", &["believable"]), + ("PRIMEVIL", &["primeval"]), + ("SCHEDULEING", &["scheduling"]), + ("AMDGPUT", &["amdgpu"]), + ("CARRERS", &["careers"]), + ("REQUIRMENT", &["requirement"]), + ("CONFUED", &["confused"]), + ("CONSEQUENTELY", &["consequently"]), + ("INITILIZATIONS", &["initializations"]), + ("METAPHYISCS", &["metaphysics"]), + ("NUERONS", &["neurons"]), + ("ENCOCDE", &["encode"]), + ("CANNABILYSES", &["cannibalises"]), + ("CONNECTIES", &["connects"]), + ("DEBINA", &["debian"]), + ("CHIDLREN", &["children"]), + ("PLACEHELD", &["placeholder"]), + ("LESSSON", &["lesson"]), + ("POLITEY", &["politely"]), + ("CONECPT", &["concept"]), + ("COLLEECTION", &["collection"]), + ("HURRICANGER", &["hurricane"]), + ("EXAPLE", &["example"]), + ("SHANGHI", &["shanghai"]), + ("EXCPLICIT", &["explicit"]), + ("ANCESTORY", &["ancestry"]), + ("UNECESARY", &["unnecessary"]), + ("UTOPAIN", &["utopian"]), + ("PROPEHT", &["prophet"]), + ("BEHAVRIOUR", &["behaviour"]), + ("CYCLINDER", &["cylinder"]), + ("ALGORIGHTM", &["algorithm"]), + ("NOTICALBE", &["noticeable"]), + ("ENVORCE", &["enforce"]), + ("NOJIFICATION", &["notification"]), + ("STRONER", &["stronger"]), + ("TURREST", &["turrets"]), + ("CUSTOIZED", &["customized"]), + ("INDEPDENENTLY", &["independently"]), + ("RESSURECT", &["resurrect"]), + ("SYCRONIZING", &["synchronizing"]), + ("MECAHINSMS", &["mechanisms"]), + ("AUTOCORRET", &["autocorrect"]), + ("ATHLETISICM", &["athleticism"]), + ("UNCOMFORTABEL", &["uncomfortably"]), + ("CONSTTRUCTERS", &["constructors"]), + ("SYCRONIZED", &["synchronized"]), + ("CHROLINE", &["chlorine"]), + ("SYMPTUMATICLY", &["symptomatically"]), + ("HYPATHETICALLY", &["hypothetically"]), + ("INSTAANCE", &["instance"]), + ("UNCAREFULL", &["uncareful"]), + ("GROBAL", &["global"]), + ("HOMOSEXUL", &["homosexuals"]), + ("CORREECT", &["correct"]), + ("TKE", &["take"]), + ("RESPSECTIVELY", &["respectively"]), + ("EXPERESIONS", &["expressions"]), + ("BAED", &["based"]), + ("CRITISING", &["criticising"]), + ("INTERBREAD", &["interbreed", "interbred"]), + ("ACCOUN", &["account"]), + ("BOURGEIOS", &["bourgeois"]), + ("NIEVELY", &["naively"]), + ("DERVIE", &["derive"]), + ("NEGATIOTIATED", &["negotiated"]), + ("ADING", &["adding"]), + ("EQUIVILANT", &["equivalent"]), + ("POINS", &["points"]), + ("ACN", &["can", "acne"]), + ("RESIDENCIAL", &["residential"]), + ("VERIFIY", &["verify"]), + ("PREFERERRED", &["preferred"]), + ("SELCT", &["select"]), + ("ASIGNEE", &["assignee"]), + ("IMMEDIATELTY", &["immediately"]), + ("PARTIULARLY", &["particularly"]), + ("TECNIQUE", &["technique"]), + ("NEDDED", &["needed"]), + ("UISE", &["use"]), + ("VISIBILLITY", &["visibility"]), + ("DOSCLOSED", &["disclosed"]), + ("REGISTERD", &["registered", "registers"]), + ("CALCUTLATES", &["calculates"]), + ("KIGHBOSH", &["kibosh"]), + ("DIAMATER", &["diameter"]), + ("COMPARISSONS", &["comparisons"]), + ("EXTENSIOS", &["extensions"]), + ("ALHPABETIC", &["alphabetic"]), + ("COMMNETATOR", &["commentator"]), + ("INVERTES", &["inverse"]), + ("INDEPENDANCE", &["independence"]), + ("PRESEDENTS", &["presidents"]), + ("BIRDAMN", &["birdman"]), + ("SIRECTIVES", &["directives"]), + ("NETWROK", &["network"]), + ("RECROOTER", &["recruiter"]), + ("NECCESSARRY", &["necessary"]), + ("INCATATION", &["incantation"]), + ("EYAR", &["year", "eyas"]), + ("INERSTING", &["inserting"]), + ("ENTREPEUNER", &["entrepreneur"]), + ("MORNIGN", &["morning"]), + ("MONITERING", &["monitoring"]), + ("EMTYING", &["emptying"]), + ("INVALIDANTE", &["invalidate"]), + ("EXTRACTINS", &["extractions"]), + ("COMMPLIED", &["complied"]), + ("OVERWHELEMED", &["overwhelmed"]), + ("MECANICAL", &["mechanical"]), + ("RESTRAUNTS", &["restaurants", "restraints"]), + ("COUNCELORS", &["counselors"]), + ("ORIGINIATED", &["originated"]), + ("IMPLEMEMTATION", &["implementation"]), + ("PROFFESIONALS", &["professionals"]), + ("CHIPER", &["cipher", "chipper", "chimer"]), + ("NUCLUES", &["nucleus"]), + ("MISTROS", &["maestros"]), + ("SECCOND", &["second"]), + ("EVOLUTIONARILLY", &["evolutionary"]), + ("SUMBARINE", &["submarine"]), + ("COMMUNIKAY", &["communiqué"]), + ("ADMINISTRAIVELY", &["administratively"]), + ("AGGRAGATE", &["aggregate"]), + ("MEDICINS", &["medicines"]), + ("SUSEPECT", &["suspect"]), + ("STRUGGELS", &["struggles"]), + ("ALLREDY", &["already"]), + ("INTIMIDATIE", &["intimidated"]), + ("INDIVUDUALS", &["individuals"]), + ("NIFES", &["knives"]), + ("PUBLIAHER", &["publisher"]), + ("PSOITION", &["position"]), + ("TECHNOLIGIES", &["technologies"]), + ("INTSTRUCTING", &["instructing"]), + ("CONTESTANS", &["contests"]), + ("INRESTING", &["inserting"]), + ("PRESIDENTY", &["presidency"]), + ("SESISON", &["session"]), + ("SUBTLTIES", &["subtitles"]), + ("PROHIBITEDS", &["prohibits"]), + ("CARREAR", &["career"]), + ("DEDUPLAICATION", &["deduplication"]), + ("SIZEZ", &["sizes", "sized"]), + ("OAKERY", &["ochery"]), + ("FIGTHING", &["fighting"]), + ("CYRSTALLISATION", &["crystallisation"]), + ("CAUCHED", &["caught"]), + ("CNOSOLE", &["console"]), + ("UNDELYING", &["underlying"]), + ("RENEGOTITORS", &["renegotiators"]), + ("INERITING", &["inheriting"]), + ("AILMONY", &["alimony"]), + ("ACSSUME", &["assume"]), + ("PRIVILEDGE", &["privilege"]), + ("DIVERISTY", &["diversity"]), + ("DISSASSEMBLY", &["disassembly"]), + ("FUFILLS", &["fulfills"]), + ("WHITIN", &["within"]), + ("FLEXBILE", &["flexible"]), + ("GENERATORE", &["generate"]), + ("REPRSENTATION", &["representation"]), + ("IMPLENETED", &["implemented"]), + ("NEIGHBOUROOD", &["neighbourhood"]), + ("RADUS", &["radius"]), + ("MANIFECT", &["manifest"]), + ("BECUAES", &["because"]), + ("APPONTMENT", &["appointment"]), + ("PEICES", &["pieces"]), + ("POTENTENTIALLY", &["potentially"]), + ("REPRORTED", &["reported"]), + ("ANPITHEATERS", &["amphitheaters"]), + ("FAMILAIRIZE", &["familiarize"]), + ("SUCCEEEDDS", &["succeeds"]), + ("NEGOTIOTOR", &["negotiator"]), + ("UNPACKET", &["unpacked"]), + ("ASSMPTION", &["assumption"]), + ("NOTIFICATIONN", &["notification"]), + ("APPRETIATE", &["appreciate"]), + ("SUSPICIOUNS", &["suspicion"]), + ("BANGLIDESH", &["bangladesh"]), + ("ACCURATLEY", &["accurately"]), + ("VOILATING", &["violating"]), + ("REGURLARLY", &["regularly"]), + ("SUMMARIED", &["summarized"]), + ("EXCHANED", &["exchanged"]), + ("TRANSPARANCIES", &["transparencies"]), + ("BRIGHTONER", &["brighten"]), + ("FACILIATED", &["facilitated"]), + ("RELIGOUSLY", &["religiously"]), + ("TEMPERMENT", &["temperament"]), + ("AUSTIRAN", &["austrian"]), + ("OVERRIES", &["overrides", "ovaries"]), + ("HEURISTCS", &["heuristics"]), + ("DYNAMIS", &["dynamics"]), + ("EXCETPION", &["exception"]), + ("LANGUALE", &["language"]), + ("DESTOPS", &["desktops"]), + ("ROBOCOOP", &["robocop"]), + ("ENGINGEERING", &["engineering"]), + ("NOTIFACTION", &["notification"]), + ("UNREIGSTERED", &["unregistered"]), + ("INFENRO", &["inferno"]), + ("GILTCHED", &["glitched"]), + ("LEARNIG", &["learning"]), + ("ROMOTLY", &["remotely"]), + ("PTICHFORKS", &["pitchforks"]), + ("LIGHTHORSE", &["lighthouse"]), + ("DECOCDING", &["decoding"]), + ("VICTORIUOUS", &["victorious"]), + ("PHYSICION", &["physician"]), + ("QUESTIONNING", &["questioning"]), + ("TRIANGLS", &["triangles"]), + ("MANIUPLATIONS", &["manipulations"]), + ("BEOFRE", &["before"]), + ("CONFEREDATE", &["confederate"]), + ("ANCAPSULATING", &["encapsulating"]), + ("WRAPPPER", &["wrapper"]), + ("INDIRECTY", &["indirectly"]), + ("SQUARDON", &["squadron"]), + ("CENSURSHIP", &["censorship"]), + ("SUMAMRY", &["summary"]), + ("SUTISFACTION", &["satisfaction"]), + ("UNIVERITIES", &["universities"]), + ("NOTIFACTIONS", &["notifications"]), + ("OVERPIAD", &["overpaid"]), + ("BRAZILEANS", &["brazilians"]), + ("RENEGOTAITES", &["renegotiates"]), + ("NEGLEGANCE", &["negligence"]), + ("RECIPORCATED", &["reciprocate"]), + ("SCREENCHOTS", &["screenshots"]), + ("HEADACHS", &["headaches"]), + ("TROGLODITIC", &["troglodytic"]), + ("EXORBATENT", &["exorbitant"]), + ("COPYTIGHTS", &["copyrights"]), + ("CHNGES", &["changes"]), + ("TEMPLACING", &["templating"]), + ("CONNECTTION", &["connection"]), + ("ACITON", &["action"]), + ("DESCIZE", &["disguise"]), + ("BOUNNDARIES", &["boundaries"]), + ("STEALHTY", &["stealthy"]), + ("WHCIH", &["which"]), + ("NEGATIOTIATOR", &["negotiator"]), + ("THOUROUGH", &["thorough"]), + ("ROESTTA", &["rosetta"]), + ("ILLIGAL", &["illegal"]), + ("EXPEIMENTELLY", &["experimentally"]), + ("CANNABILYSED", &["cannibalised"]), + ("SANCTURAY", &["sanctuary"]), + ("APPREICATES", &["appreciates"]), + ("SENFILE", &["sendfile"]), + ("MIROMETER", &["micrometer"]), + ("FULLILL", &["fulfill"]), + ("DIGGITS", &["digits"]), + ("INSISTIS", &["insists"]), + ("CONCENTIC", &["concentric"]), + ("VULBERABILTY", &["vulnerability"]), + ("ANONYMOUSNY", &["anonymously"]), + ("DESTECTOR", &["detector"]), + ("SUPPPLIED", &["supplied"]), + ("SIRINGES", &["syringes"]), + ("UNFORTUNATLEY", &["unfortunately"]), + ("CHIPERTEXT", &["ciphertext"]), + ("BEYOUND", &["beyond"]), + ("SYMPATHATIC", &["sympathetic"]), + ("HUNGS", &["hangs", "hung"]), + ("ENLIGHTNED", &["enlightened"]), + ("APPROCHE", &["approach"]), + ("CRITQUE", &["critique"]), + ("DEPENDAT", &["dependant"]), + ("DENOMONATIONS", &["denominations"]), + ("ATTACHEN", &["attach"]), + ("RESOOURCES", &["resources"]), + ("MULTINE", &["multiline"]), + ("CONTENTINO", &["contention"]), + ("MONUMET", &["monument"]), + ("COLLEGAUES", &["colleagues"]), + ("DERIVATIV", &["derivative"]), + ("PRESSENTED", &["presented"]), + ("FUGURES", &["figures"]), + ("KIMERA", &["chimera"]), + ("ARSNIC", &["arsenic"]), + ("SPLITTNG", &["splitting"]), + ("CANNIBAS", &["cannabis"]), + ("ACCOMODOATE", &["accommodate"]), + ("CHRISTAIN", &["christian"]), + ("SYNOYNMS", &["synonyms"]), + ("PROEJCTING", &["projecting"]), + ("NOTICATIONS", &["notifications"]), + ("NEIGHBEUING", &["neighbouring"]), + ("ASSISTENTS", &["assistants"]), + ("DEBUGING", &["debugging"]), + ("EMBRIO", &["embryo"]), + ("VERSTAILE", &["versatile"]), + ("ENVIRONEMNTALLY", &["environmentally"]), + ("GERENATE", &["generate"]), + ("COMLAINS", &["complains"]), + ("PEBBLEOS", &["pebbles"]), + ("FORMATED", &["formatted"]), + ("PROEPRTY", &["property"]), + ("SPIRTUAL", &["spiritual"]), + ("DRAWACKS", &["drawbacks"]), + ("STANDAD", &["standard"]), + ("MANUFACTUREROS", &["manufactures"]), + ("AMEELIARATE", &["ameliorate"]), + ("EXERCIZE", &["exercise"]), + ("DISTNACE", &["distance"]), + ("INBETWEEEN", &["inbetween"]), + ("SOVERIGNTY", &["sovereignty"]), + ("ACCESSIBILTIY", &["accessibility"]), + ("UNSUCCEE", &["unsuccessful"]), + ("PROFESSORAS", &["professors"]), + ("PRESEARVES", &["preserves"]), + ("RADOMIZER", &["randomizer"]), + ("VALLIDITY", &["validity"]), + ("COMISSION", &["commission"]), + ("OTHEREWISE", &["otherwise"]), + ("HEARBEAT", &["heartbeat"]), + ("AUXILLARIES", &["auxiliaries"]), + ("RESPOSNE", &["response"]), + ("FIREFIGTER", &["firefighter"]), + ("DUPLICATS", &["duplicates"]), + ("HESISTATING", &["hesitating"]), + ("CRITICARLO", &["critical"]), + ("SKATEBRAND", &["skateboard"]), + ("BREDNAN", &["brendan"]), + ("OVERLAOD", &["overload"]), + ("DERMETOLOGIST", &["dermatologist"]), + ("MULTILPE", &["multiple"]), + ("POCESS", &["process", "possess"]), + ("BROACASTED", &["broadcast"]), + ("CATEGRY", &["category"]), + ("DELIVERYING", &["delivering"]), + ("PALNE", &["plane"]), + ("OPPORTUNITITES", &["opportunities"]), + ("PHENOMENOM", &["phenomenon"]), + ("CARACTER", &["character"]), + ("SYNTACTICLY", &["syntactically"]), + ("DIASBLE", &["disable"]), + ("SELCTION", &["selection"]), + ("CONICIDENTAL", &["coincidental"]), + ("REGRESIVES", &["regressive"]), + ("RHYMME", &["rhyme"]), + ("SYNTEHSIS", &["synthesis"]), + ("UTILITIZING", &["utilizing"]), + ("DUPLAICATION", &["duplication"]), + ("ACTUALPY", &["actually"]), + ("SUBNEGOTHIATION", &["subnegotiation"]), + ("PEREMITER", &["perimeter"]), + ("DETUSCHLAND", &["deutschland"]), + ("PATRONIS", &["patrons"]), + ("CONCLUED", &["conclude"]), + ("INDOENSIA", &["indonesia"]), + ("CONSTRUCS", &["constructs"]), + ("GUARRANTEES", &["guarantees"]), + ("AIMATION", &["animation"]), + ("PROBALIBITY", &["probability"]), + ("LEEGS", &["leagues"]), + ("ASSASSINE", &["assassinate"]), + ("MAINTANANCE", &["maintenance"]), + ("SIWTCH", &["switch"]), + ("BITFILED", &["bitfield"]), + ("MATERAILS", &["materials"]), + ("INDUTRIAL", &["industrial"]), + ("FOLWOIONG", &["following"]), + ("POPOEN", &["popen"]), + ("OBJETS", &["objects"]), + ("WARNIGNS", &["warnings"]), + ("EMBERRASSMENT", &["embarrassment"]), + ("INTENEDED", &["intended"]), + ("STIMULENTS", &["stimulants"]), + ("REALIZTION", &["realization"]), + ("SOCRATEKS", &["socrates"]), + ("UNINTERSTING", &["uninteresting"]), + ("BURUEACRATS", &["bureaucrats"]), + ("TEMPEARTURE", &["temperatures", "temperature"]), + ("RENGENERATE", &["regenerate"]), + ("FORERUNERS", &["forerunners"]), + ("HRLP", &["help"]), + ("PRODUCTINO", &["productions"]), + ("IMMENSELEY", &["immensely"]), + ("QUALITIFICATIONS", &["qualifications"]), + ("MITICATED", &["mitigated"]), + ("CONVEINCE", &["convenience"]), + ("QUETSIONS", &["questions"]), + ("RETUEND", &["returned"]), + ("CURRRENTLY", &["currently"]), + ("REGRDS", &["regards"]), + ("REAPONSIBILITY", &["responsibility"]), + ("INITALIZERS", &["initializers"]), + ("VAMPRIES", &["vampires"]), + ("COMMOMPLACE", &["commonplace"]), + ("UPRGADES", &["upgrades"]), + ("INTERVALLS", &["intervals"]), + ("ORDERERING", &["ordering"]), + ("TWEEKED", &["tweaked"]), + ("PALESTININANS", &["palestinians"]), + ("CONSTRUCTURS", &["constructors"]), + ("MOUTNING", &["mounting"]), + ("AGREGGATE", &["aggregate"]), + ("MOMENET", &["moment"]), + ("SCHEUDLED", &["scheduled"]), + ("INTEREFERENCE", &["interference"]), + ("CATPURED", &["captured"]), + ("SHITLASSES", &["shitless"]), + ("BACGROUND", &["background"]), + ("MAGOR", &["major"]), + ("SMOE", &["some"]), + ("REPREHENSABLE", &["reprehensible"]), + ("MODELINNG", &["modeling"]), + ("SHADOLOO", &["shadaloo"]), + ("EXPODITION", &["exposition"]), + ("COUTRIES", &["countries"]), + ("SERVIVCE", &["service"]), + ("INVOLUNTARITY", &["involuntary"]), + ("COEXSIT", &["coexist"]), + ("FRIGIGN", &["friggin"]), + ("ENDEVER", &["endeavor"]), + ("INSENTIVISES", &["insensitive"]), + ("CATLOAGS", &["catalogs"]), + ("TENDANCY", &["tendency"]), + ("OBEJCTIONS", &["objections"]), + ("CONVERSOIN", &["conversions", "conversion"]), + ("DATASHHET", &["datasheet"]), + ("INDIVIDIUALLY", &["individually"]), + ("MENUES", &["menus"]), + ("CONCELAER", &["concealer"]), + ("ALHAPET", &["alphabet"]), + ("ASSMUMED", &["assumed"]), + ("SETTINS", &["settings"]), + ("ASBTRACTNESS", &["abstractness"]), + ("HAPPENDS", &["happens"]), + ("BUSNIESSMEN", &["businessmen"]), + ("DIMNENSION", &["dimension"]), + ("EXOSKELATON", &["exoskeleton"]), + ("ENCYRPT", &["encrypt"]), + ("NEGELCTING", &["neglecting"]), + ("EXCULDES", &["excludes"]), + ("PERICING", &["piercing"]), + ("CROATION", &["croatian"]), + ("SIZRE", &["size"]), + ("PERSEWES", &["pursues"]), + ("CLEINT", &["client"]), + ("PROCIDES", &["provides"]), + ("ASSISTNACE", &["assistance"]), + ("ACQUIANTANCE", &["acquaintances"]), + ("AVACADOS", &["avocados"]), + ("STARTPARANTHESIS", &["startparentheses"]), + ("VULNERBUILITIES", &["vulnerabilities"]), + ("UNCETAINTIES", &["uncertainties"]), + ("COUNTERPALY", &["counterplay"]), + ("DUING", &["during"]), + ("RHASPODY", &["rhapsody"]), + ("PANNEL", &["panel"]), + ("CREATIONNIST", &["creationist"]), + ("EXCECUTING", &["executing"]), + ("COVERE", &["cover"]), + ("VIBRATR", &["vibrator"]), + ("LUBRICAT", &["lubricant"]), + ("INTERPLATION", &["interpolation"]), + ("DEMENAOR", &["demeanor"]), + ("TORCHLIGTH", &["torchlight"]), + ("AFTEROON", &["afternoon"]), + ("SHEPING", &["shaping"]), + ("SIMPLIFIING", &["simplifying"]), + ("COMPLICATII", &["complicit"]), + ("FAKTORS", &["factors"]), + ("PERCEPTED", &["perceived"]), + ("COMMAN", &["command", "common", "comma", "commas"]), + ("FURETHERMORE", &["furthermore"]), + ("TRAPEZIOD", &["trapezoid"]), + ("SYMETTRIC", &["symmetric"]), + ("TECHINQUES", &["techniques"]), + ("MECHANINCS", &["mechanic"]), + ("EXCEWPTION", &["exception"]), + ("NEIGHBOUTHOODS", &["neighbourhoods"]), + ("FRICTON", &["friction"]), + ("IMMIGRANTI", &["immigration"]), + ("PROFESSIONALY", &["professionally"]), + ("NIGHLTIES", &["nightlies"]), + ("UNRESTRICED", &["unrestricted"]), + ("PIJUN", &["pigeon"]), + ("FOONTNOTES", &["footnotes"]), + ("SWEIDSH", &["swedish"]), + ("ENVINROMENT", &["environments"]), + ("SYSTHEMMEMORY", &["systemmemory"]), + ("INEXPLICABIL", &["inexplicably"]), + ("PROGAGATIONS", &["propagations"]), + ("PRIVILAGED", &["privileged"]), + ("ANYTTHING", &["anything"]), + ("TRANSESXUALS", &["transsexuals"]), + ("SHAMELESSLEY", &["shamelessly"]), + ("EFFEKT", &["effect"]), + ("REATIL", &["retail"]), + ("SINGLERS", &["singles"]), + ("BAKWARD", &["backward"]), + ("CONSOME", &["consume"]), + ("SUPLLIED", &["supplied"]), + ("NAIBHOR", &["neighbor"]), + ("ABREVIATING", &["abbreviating"]), + ("UNSELECGT", &["unselect"]), + ("VULBEARABULE", &["vulnerable"]), + ("PRIOTITIES", &["priorities"]), + ("ARRANGMENET", &["arrangement"]), + ("SHOUD", &["should"]), + ("INFINET", &["infinite"]), + ("CUSOR", &["cursor"]), + ("DIMINSHED", &["diminished"]), + ("NEGOTICABLE", &["negotiable"]), + ("SUCCSSFUL", &["successful"]), + ("COUNRTYSIDE", &["countryside"]), + ( + "INITIALES", + &["initials", "initialise", "initializes", "initialises"], + ), + ("DEPENDEDN", &["dependent"]), + ("WIDGED", &["widget"]), + ("ADAPTATING", &["adaptation"]), + ("DEDUPLAICATE", &["deduplicate"]), + ("CONTENSE", &["contenders"]), + ("EXACBERATE", &["exacerbated"]), + ("DEPENDENY", &["dependency"]), + ("STREAMYS", &["streams"]), + ("SISPECT", &["suspect"]), + ("CUSTCENE", &["cutscene"]), + ("PROODUCE", &["produce"]), + ("ITERVALS", &["intervals"]), + ("LLOK", &["look"]), + ("AGNOSITC", &["agnostic"]), + ("DIVISED", &["divided", "devised"]), + ("INFRAREAD", &["infrared"]), + ("INTIATIVE", &["initiative"]), + ("REUPLOD", &["reupload"]), + ("TECHING", &["teaching"]), + ("CONSDIDERED", &["considered"]), + ("EXCEPTIONNAL", &["exceptional"]), + ("ARCHIEVE", &["achieve", "archive"]), + ("DEVELOPOMENT", &["development"]), + ("PREVIOSULY", &["previously"]), + ("DISCIPRINE", &["discipline"]), + ("PHYSCOPATH", &["psychopath"]), + ("MAXIMIUM", &["maximum"]), + ("VISABILITY", &["visibility"]), + ("CHECKOINTS", &["checkpoints"]), + ("INCREMENTAS", &["increments"]), + ("WIDNOWS", &["windows", "widows"]), + ("SIMLIFYING", &["simplifying"]), + ("PROCESSINF", &["processing"]), + ("PONTUATION", &["punctuation"]), + ("GENERAGED", &["generated"]), + ("ESCAVATION", &["escalation"]), + ("INSTNANCE", &["instance"]), + ("SUMULATION", &["simulation"]), + ("HSELDON", &["sheldon"]), + ("CIRCIUTS", &["circuits"]), + ("SEQENTIAL", &["sequential"]), + ("FIMILIES", &["families"]), + ("BRESHED", &["brushed"]), + ("SINGULARIY", &["singularity"]), + ("TRNSFER", &["transfer"]), + ("OBJEKTIVES", &["objectives"]), + ("THREATEND", &["threatened"]), + ("INIATIVES", &["initiatives"]), + ("ANDROIDEXTRA", &["androidextras"]), + ("COALLESSING", &["coalescing"]), + ("ADVANATGE", &["advantage"]), + ("NEIBOR", &["neighbor"]), + ("MULTPLYING", &["multiplying"]), + ("CONDESCENSING", &["condescension"]), + ("UNEXPEECTEDLY", &["unexpectedly"]), + ("WORING", &["working"]), + ("STRORES", &["stores"]), + ("COMMIG", &["commit", "coming"]), + ("GENERATTING", &["generating"]), + ("PARALEL", &["parallel"]), + ("ASSOSIATING", &["associating"]), + ("COALASING", &["coalescing"]), + ("SANITIZISATION", &["sanitization"]), + ("ACCELARATOR", &["accelerator"]), + ("DIAGNOSIES", &["diagnosis"]), + ("EGENRALISES", &["generalises"]), + ("WENDESDAYS", &["wednesdays"]), + ("ORCESTRA", &["orchestra"]), + ("TESTCA", &["testcase"]), + ("OPITIONALLY", &["optionally"]), + ("IMPECCABILE", &["impeccable"]), + ("EDIGE", &["edge"]), + ("CONDESCENDION", &["condescension"]), + ("CONFEDERECY", &["confederacy"]), + ("METROPOLITIAN", &["metropolitan"]), + ("LEGALAZING", &["legalizing"]), + ("ONLLY", &["only"]), + ("EXPECTENCY", &["expectancy"]), + ("HEROICAS", &["heroics"]), + ("MECHANICALLLY", &["mechanically"]), + ("RECEVED", &["received"]), + ("LOCALTION", &["location"]), + ("DISCREDITTED", &["discredited"]), + ("TOU", &["you"]), + ("SUBMERGERD", &["submerged"]), + ("CLEA", &["clean"]), + ("CEDENTIAL", &["credential"]), + ("CONTROLES", &["controls", "controllers"]), + ("EXEGGERATING", &["exaggerating"]), + ("ANALYERS", &["analysers", "analyzers"]), + ("PREALOCATES", &["preallocates"]), + ("EXSTS", &["exists"]), + ("FRAMEOWRK", &["framework"]), + ("MAYBED", &["maybe"]), + ("CONSENUSAL", &["consensual"]), + ("OVERSHADOWERED", &["overshadowed"]), + ("ADHEASIVE", &["adhesive"]), + ("FURSEST", &["first", "furthest"]), + ("CALCLUATIONS", &["calculation"]), + ("SUBCIRUCIT", &["subcircuit"]), + ("IGORES", &["ignores"]), + ("RESOECTIVE", &["respective"]), + ("VARAINT", &["variant"]), + ("INTTERRUPT", &["interrupt"]), + ("REGENARATE", &["regenerate"]), + ("SYTEMMEMORY", &["systemmemory"]), + ("HOMOGENENOUS", &["homogeneous"]), + ("RESERVERD", &["reserved"]), + ("CONTRODICTION", &["contradiction"]), + ("NOSTOLGIC", &["nostalgic"]), + ("CALRITY", &["clarity"]), + ("CELESTAIL", &["celestial"]), + ("DECLORATION", &["declaration"]), + ("MODIYING", &["modifying"]), + ("INTITIALIZED", &["initialized"]), + ("DECRPT", &["decrypt"]), + ("FUNXTIONALITY", &["functionality"]), + ("SOPARNOS", &["sopranos"]), + ("SERIALIZAABLE", &["serializable"]), + ("RESUORCED", &["resourced"]), + ("DECRMENET", &["decrement"]), + ("INEFFCIENTLY", &["inefficiently"]), + ("RENDTION", &["rendition"]), + ("USERAPACE", &["userspace"]), + ("AGGREATAON", &["aggregation"]), + ("ILLEGITAMITE", &["illegitimate"]), + ("ILLEGITIMT", &["illegitimate"]), + ("OCCOURED", &["occurred"]), + ("BALCKSMITH", &["blacksmith"]), + ("HOMOGENEUS", &["homogeneous"]), + ("DISCOVRING", &["discovering"]), + ("ANOXERIA", &["anorexia"]), + ("JOURNOLISTS", &["journalists"]), + ("SEGNEMT", &["segment"]), + ("INDICATIOR", &["indicator"]), + ("PARITIY", &["parity"]), + ("INFULENCES", &["influences"]), + ("DISONNECT", &["disconnect"]), + ("DESCRIBISTE", &["describes"]), + ("PREFERERED", &["preferred"]), + ("APPLICABILE", &["applicable"]), + ("COMMMIT", &["commit"]), + ("UNDERRAGED", &["underrated"]), + ("FORSTING", &["frosting"]), + ("UPSREAMED", &["upstreamed"]), + ("ACCPETABLE", &["acceptable"]), + ("PASSWRODS", &["passwords"]), + ("REPULICAN", &["republican"]), + ("OVERWHELIMING", &["overwhelming"]), + ("FUNDIRSE", &["fundies"]), + ("ORAGNISE", &["organise"]), + ("GOUPED", &["grouped"]), + ("INFRMATION", &["information"]), + ("COINCIDNCE", &["coincide"]), + ("CARYONS", &["crayons"]), + ("TRIANWRECK", &["trainwreck"]), + ("ARITRARY", &["arbitrary"]), + ("INTERSERTIONS", &["insertions", "intersections"]), + ("DETERMENANT", &["determinant"]), + ("CONSTATNT", &["constant"]), + ("INTERESECTED", &["intersected"]), + ("CONCENTATING", &["concentrating"]), + ("DILLEMAS", &["dilemmas"]), + ("RECONGIZABLE", &["recognizable"]), + ("REMEMERS", &["remembers"]), + ("DEFFERENCE", &["difference", "deference"]), + ("IMMEDIATLYE", &["immediately"]), + ("CAPTUED", &["captured"]), + ("DEPOSITE", &["deposit"]), + ("NONINITALIZED", &["noninitialized"]), + ("SOLDEIRS", &["soldiers"]), + ("DUBLE", &["double"]), + ("COMMENDMENT", &["commandment"]), + ("ALIGNE", &["align"]), + ("INFRIGNING", &["infringing"]), + ("REMARKABLEY", &["remarkably"]), + ("CHRUCH", &["church"]), + ("ALGORITHYM", &["algorithm"]), + ("OPOSE", &["oppose"]), + ("ENCORDER", &["encoder"]), + ("AUTHENCITY", &["authenticity"]), + ("UNBOUUND", &["unbound"]), + ("INNOCENTIUS", &["innocents"]), + ("MODERATEY", &["moderately"]), + ("DATECREATEDD", &["datecreated"]), + ("STANDARIZATION", &["standardization"]), + ("HESIMAN", &["heisman"]), + ("PROGARMED", &["programmed"]), + ("INSENSTIVE", &["insensitive"]), + ("CLYAMORE", &["claymore"]), + ("CORCODILE", &["crocodile"]), + ("NECROMAMCER", &["necromancer"]), + ("PROPMPT", &["prompt"]), + ("CHANNGED", &["changed"]), + ("DETERMINISTISCH", &["deterministic"]), + ("OVEWRITING", &["overwriting"]), + ("PRESNETATION", &["presentations"]), + ("COEFFICIENCT", &["coefficient"]), + ("ACCUMALATE", &["accumulate"]), + ("STRORED", &["stored"]), + ("RENEGOZIATION", &["renegotiation"]), + ("ATTOSENCOND", &["attosecond"]), + ("FILESHYSTEMS", &["filesystems"]), + ("GUIDLINE", &["guideline"]), + ("VEGTABLES", &["vegetables"]), + ("BOUNING", &["bounding"]), + ("COMPATIABILITY", &["compatibility"]), + ("PERSVASIVE", &["persuasive"]), + ("PRINICIPAL", &["principal"]), + ("VERSINS", &["versions"]), + ("ANNOUCNING", &["announcing"]), + ("TEMPTATATION", &["temptation"]), + ("DISINTERETED", &["disinterested"]), + ("GRANJURE", &["grandeur"]), + ("SERIALZIED", &["serialized"]), + ("LENGHTHS", &["lengths"]), + ("FANFACTION", &["fanfiction"]), + ("COALLATE", &["collate"]), + ("OPTIMIZATING", &["optimization"]), + ("MONING", &["morning"]), + ("SAUTAY", &["sauté"]), + ("EXPERESION", &["expression"]), + ("DIPOSITION", &["disposition"]), + ("EXPRESSY", &["expressly"]), + ("RECHEK", &["recheck"]), + ("FACUTALLY", &["factually"]), + ("UNWORTHLY", &["unworthy"]), + ("COLLECTON", &["collection"]), + ("INSTRUMNETS", &["instruments"]), + ("EXCTRACTOR", &["extractor"]), + ("SIGNOL", &["signal"]), + ("INCREMEANT", &["increment"]), + ("ANOYMOUS", &["anonymous"]), + ("PREDECESORES", &["predecessor"]), + ("DISTRICCT", &["district"]), + ("CHARECTERS", &["characters"]), + ("AUTHENITICATED", &["authenticated"]), + ("MEDIOCRY", &["mediocrity"]), + ("ENCRYPTIO", &["encryption"]), + ("EXPERIMTENEL", &["experimental"]), + ("INDPENDENTLY", &["independently"]), + ("INDIVIUAL", &["individual"]), + ("VAMPIRS", &["vampires"]), + ("DISTINQUISHABLE", &["distinguishable"]), + ("CALUCALTIONS", &["calculations"]), + ("RATIONNALS", &["rationales", "rationals"]), + ("PROBABLAY", &["probably"]), + ("ACTIVISITS", &["activist"]), + ("OTHERWEIS", &["otherwise"]), + ("CARIDGAN", &["cardigan"]), + ("OVERIDES", &["overrides"]), + ("DICISIONS", &["decisions"]), + ("YIELDIN", &["yielding"]), + ("REATES", &["creates"]), + ("TURLY", &["truly"]), + ("SECIFIC", &["specific"]), + ("PUHSUPS", &["pushups"]), + ("SUSPENSIE", &["suspense"]), + ("SUSSEEDING", &["seceding"]), + ("COUNTERPONT", &["counterpoint"]), + ("INCERASING", &["increasing"]), + ("PROGARAMM", &["program"]), + ("DERVIVED", &["derived"]), + ("CONTINENAL", &["continental"]), + ("BECASUSE", &["because"]), + ("VOLONTEER", &["volunteer"]), + ("ECOMONICAL", &["economical"]), + ("ORGANITES", &["organise"]), + ("SOLVEABLE", &["solvable"]), + ("RENEGOTHIATORS", &["renegotiators"]), + ("PREFEX", &["prefix"]), + ("MIGH", &["might"]), + ("INTERVIEWES", &["interviews"]), + ("INLCLUDING", &["including"]), + ("SCRIPTURAE", &["scriptures"]), + ("POLCY", &["policy"]), + ("SPONTANEOS", &["spontaneous"]), + ("VECVTOR", &["vector"]), + ("PERCESSION", &["percussion"]), + ("CLEANPUS", &["cleanups"]), + ("SOLFES", &["solves"]), + ("COMPITENT", &["competent"]), + ("CLAIBRE", &["calibre"]), + ("DERIAIR", &["derriere"]), + ("MAINFESTO", &["manifesto"]), + ("VARIBLE", &["variable"]), + ("DIABETEES", &["diabetes"]), + ("OFSET", &["offset"]), + ("HISTORISCH", &["historic"]), + ("PRIMORDAL", &["primordial"]), + ("JURISTICTION", &["jurisdiction"]), + ("ELECTROINC", &["electron"]), + ("COLOURPSACES", &["colourspaces"]), + ("DOWNLOND", &["download"]), + ("APPPEND", &["append"]), + ("HERCULEAS", &["hercules"]), + ("SRIPT", &["script"]), + ("TEMR", &["term"]), + ("HEPLFUL", &["helpful"]), + ("SNETRIES", &["sentries"]), + ("OVERSEMPLIFICATION", &["oversimplification"]), + ("PRESTES", &["presets"]), + ("INCRMENT", &["increment"]), + ("INLUDING", &["including"]), + ("RELIABLELY", &["reliably"]), + ("SYNIDCATE", &["syndicate"]), + ("FILSE", &["files"]), + ("PREFERING", &["preferring"]), + ("GENEREATE", &["generate"]), + ("ACCET", &["accept"]), + ("CONCURER", &["conqueror"]), + ("COMPROSSOR", &["compressor"]), + ("AUTONEGOCIATION", &["autonegotiation"]), + ("TURORIALS", &["tutorials"]), + ("EQUILAVENT", &["equivalent"]), + ("RENEGOTATIORS", &["renegotiators"]), + ("DEFLECTO", &["deflection"]), + ("PROCESSPR", &["processor"]), + ("BOOLEANSS", &["booleans"]), + ("LISTBBOX", &["listbox"]), + ("ARBITRATRY", &["arbitrary"]), + ("PROGRAMMIER", &["programmer"]), + ("AGGREMENT", &["agreement"]), + ("SOLITUDINE", &["solitude"]), + ("EPANDABLE", &["expandable"]), + ("DETERMINATED", &["determined"]), + ("UBELIEVEBLE", &["unbelievable"]), + ("CUTSCENSES", &["cutscene"]), + ("NEIGHTBORHOOD", &["neighborhood"]), + ("TRANSITIONABLE", &["transitional"]), + ("ASSOCCIATIVE", &["associative"]), + ("INVESRE", &["inverse"]), + ("ALIENET", &["alienate"]), + ("EYESAHDOW", &["eyeshadow"]), + ("UNDICOVERED", &["undiscovered"]), + ("DEMONSTRATIES", &["demonstrate"]), + ("ABSOLATELY", &["absolutely"]), + ("SUSCPETIBLE", &["susceptible"]), + ("BRENDAMN", &["brendan"]), + ("RUSLTED", &["rustled"]), + ("SUBSITUENT", &["substituent"]), + ("PRIVILEGIE", &["privilege"]), + ("OVVERRIDING", &["overriding"]), + ("PRETAINING", &["pertaining"]), + ("ARDVARKS", &["aardvarks"]), + ("GIRLFRIENS", &["girlfriends"]), + ("INCLUUDES", &["includes"]), + ("SYLLABE", &["syllable"]), + ("COMMPACT", &["compact"]), + ("RESEMBLACE", &["resemble"]), + ("SUPRISED", &["surprised"]), + ("INGERDIENTS", &["ingredients"]), + ("EXERSISES", &["exercises"]), + ("REDUNDUNCY", &["redundancy"]), + ("SYCHNRONIZATION", &["synchronization"]), + ("EVALUTAED", &["evaluated"]), + ("ILLEGALIS", &["illegals"]), + ("PROFESSOINAL", &["professionals"]), + ("PACAKGE", &["package"]), + ("TEKST", &["text"]), + ("OVERTHINKIG", &["overthinking"]), + ("PROJETS", &["projects"]), + ("MANUFACUTERS", &["manufactures"]), + ("CONSUMATED", &["consummated"]), + ("DISSARRAY", &["disarray"]), + ("SCOOTERERS", &["scooters"]), + ("CONNCETION", &["connections", "connection"]), + ("DIRECTORIEI", &["directories"]), + ("RESCUEING", &["rescuing"]), + ("BOULDORE", &["boulder"]), + ("ASSIOCIATED", &["associated"]), + ("NUTRITUOUS", &["nutritious"]), + ("UNAVALIABLE", &["unavailable"]), + ("SUPPORTT", &["support"]), + ("SERAILISATION", &["serialisation"]), + ("WIKILEAKES", &["wikileaks"]), + ("BETWEENT", &["between"]), + ("DEGREEEES", &["degrees"]), + ("SPEFICITIC", &["specific"]), + ("CERTIFICAITON", &["certification"]), + ("SPEFCIFICATION", &["specification"]), + ("OCCORDING", &["according"]), + ("POLITICKIN", &["politician"]), + ("PASSTHRUOGH", &["passthrough"]), + ("CONFIGURATIENS", &["configurations"]), + ("RETURNES", &["returns"]), + ("INCRMENETED", &["incremented"]), + ("DISSASEMBLING", &["disassembling"]), + ("INSTALLL", &["install"]), + ("INTERRFACE", &["interface"]), + ("EFFECIENCY", &["efficiency"]), + ("IMMIDATLY", &["immediately"]), + ("DONWLOADING", &["downloading"]), + ("CORESPOND", &["correspond"]), + ("COURTEY", &["courtesy"]), + ("DICITONARIES", &["dictionaries"]), + ("RETQUIRESGPOS", &["requiresgpos"]), + ("OCCURRANCES", &["occurrences"]), + ("DISLAYING", &["displaying"]), + ("ANALSYERS", &["analysers"]), + ("PARTCIPATE", &["participate"]), + ("CONTINOUOS", &["continuous"]), + ("INTERGRATING", &["integrating"]), + ("CARBOHYRDATES", &["carbohydrates"]), + ("BECAUSES", &["because"]), + ("INCRESED", &["increased"]), + ("CIMPTUMATICLLY", &["symptomatically"]), + ("METRIGS", &["metrics"]), + ("ISLAMISTAS", &["islamists"]), + ("GENREATING", &["generating"]), + ("CONSTANTSM", &["constants"]), + ("TURNTABEL", &["turntable"]), + ("REETURNING", &["returning"]), + ("EILL", &["will"]), + ("ARGUMENTOS", &["arguments"]), + ("COSEMTIC", &["cosmetic"]), + ("ALEAYS", &["always"]), + ("INSTABILT", &["instability"]), + ("INTIALLISATIONS", &["initialisations"]), + ("POSTIIONAL", &["positional"]), + ("LIBARARY", &["library"]), + ("WHATSEOVER", &["whatsoever"]), + ("NEGLICTING", &["neglecting"]), + ("HYPOKRITES", &["hypocrites"]), + ("ITTERATIVE", &["iterative"]), + ("BANDIWDTH", &["bandwidth"]), + ("GOVNERMENT", &["government"]), + ("UNATTRACIVE", &["unattractive"]), + ("HYDROPILIC", &["hydrophilic"]), + ("EXECUTUBLE", &["executable"]), + ("COPYTING", &["copying"]), + ("LITHAUNIA", &["lithuania"]), + ("COMTAIN", &["contain"]), + ("DISCORAGED", &["discouraged"]), + ("SEGEMNTED", &["segmented"]), + ("MAKSS", &["masks", "makes"]), + ("BLACKBARRY", &["blackberry"]), + ("DIRECTORGUY", &["directory"]), + ("METAPHISICAL", &["metaphysical"]), + ("INSTATIATE", &["instantiate"]), + ("RIGE", &["rice", "ride", "ridge", "rigs"]), + ("EASER", &["easier", "eraser"]), + ("DUPLIFACES", &["duplicates"]), + ("TEMPORRAIES", &["temporaries"]), + ("CARTILIDGE", &["cartilage"]), + ("SCCESSFULLY", &["successfully"]), + ("MEZMORIZES", &["mesmerizes"]), + ("ALLIGN", &["align"]), + ("TRASNPORTED", &["transported"]), + ("CONSEQEUNCES", &["consequence"]), + ("ASSOCAITION", &["associations"]), + ("THAKS", &["thanks"]), + ("TRANSAPRENCY", &["transparency"]), + ("TENDENSIES", &["tendencies"]), + ("RASPOBERRY", &["raspberry"]), + ("BLANCKED", &["blanked"]), + ("RIGHTEOS", &["righteous"]), + ("RADIFY", &["ratify"]), + ("MADTURBATING", &["masturbating"]), + ("WIRTABLE", &["writable", "writeable"]), + ("SOMETHIMNG", &["something"]), + ("POLITITIAN", &["politician"]), + ("CIRCUMSTANIAL", &["circumstantial"]), + ("RENEGOATIABLE", &["renegotiable"]), + ("UNLOCKES", &["unlocks"]), + ("CHALLENEGER", &["challenger"]), + ("ABDOMINABLE", &["abdominal"]), + ("INSTRUCITON", &["instruction"]), + ("AKTIVATING", &["activating"]), + ("CHIZELLED", &["chiselled"]), + ("INVESTIGATONS", &["investigations"]), + ("COLLSIONS", &["collisions"]), + ("EXTRAVAGINA", &["extravagant"]), + ("ALGORTHMIC", &["algorithmic"]), + ("SHUTING", &["shutting"]), + ("CERTI", &["certificate", "certify"]), + ("CHAMPIONSHP", &["championship"]), + ("RANDAZYVOOED", &["rendezvoused"]), + ("REVOULTION", &["revolution"]), + ("CHINENSE", &["chinese"]), + ("FUCTIONALITY", &["functionality"]), + ("SHYSTEMMEMORY", &["systemmemory"]), + ("CRITICALY", &["critically"]), + ("VERICALLY", &["vertically"]), + ("DOUCMENTATED", &["documented"]), + ("CHACACTER", &["character"]), + ("CALIFORNINA", &["californian"]), + ("SYMPATHYZE", &["sympathize"]), + ("SPONTENEOUSLY", &["spontaneously"]), + ("ESITMATING", &["estimating"]), + ("DEGENERITE", &["degenerate"]), + ("SHANENIGANS", &["shenanigans"]), + ("WEIGHTLIFITNG", &["weightlifting"]), + ("DIALECTOS", &["dialects"]), + ("SIENCE", &["science", "silence"]), + ("NEIGHBHOR", &["neighbor"]), + ("DEGISTER", &["deregister"]), + ("PERPETRAITOR", &["perpetrator"]), + ("GRANDIZEMENT", &["aggrandizement"]), + ("THANN", &["than", "thank"]), + ("PLIAN", &["plain", "pliant"]), + ("EXPERMIMENT", &["experiment"]), + ("DRASTICLLY", &["drastically"]), + ("ORIGNAL", &["original"]), + ("KNOWLEDGEBALE", &["knowledgable"]), + ("GENTAILIA", &["genitalia"]), + ("KEYBINDINING", &["keybinding"]), + ("MAUARDER", &["marauder"]), + ("DISTROBUTS", &["distributes"]), + ("CONFIGURTATION", &["configuration"]), + ("CHARACTHER", &["character"]), + ("BOTTLENECT", &["bottleneck"]), + ("EXPEIENCING", &["experiencing"]), + ("ALGORTITHM", &["algorithm"]), + ("DELIBERETLY", &["deliberately"]), + ("SPEFICILLIFES", &["specifies"]), + ("OVERIDEN", &["overridden"]), + ("CHOISES", &["choices"]), + ("DEFLAUT", &["default"]), + ("CIRCIT", &["circuit"]), + ("LOCALTIONS", &["locations"]), + ("TEMPROAY", &["temporary"]), + ("LENGGTH", &["length"]), + ("MAINTENENCE", &["maintenance"]), + ("CAHARACTER", &["character"]), + ("SPEFIIFICS", &["specifics"]), + ("ALGORHITMIC", &["algorithmic"]), + ("PERIPHIRAL", &["peripheral"]), + ("PAIROKEAL", &["parochial"]), + ("CYRSTALLIZATION", &["crystallization"]), + ("ARGUMETS", &["arguments"]), + ("INTERDEPENDANT", &["interdependent"]), + ("COUNCELING", &["counseling"]), + ("REMINISE", &["reminisce"]), + ("DECRASING", &["decreasing", "deceasing"]), + ("MERCINERIES", &["mercenaries"]), + ("SCTIONING", &["sectioning", "suctioning"]), + ("CACLULATIONS", &["calculations"]), + ("BOTTEM", &["bottom"]), + ("UNRNAKED", &["unranked"]), + ("REGISTORY", &["registry"]), + ("CHARACTERISITICS", &["characteristics"]), + ("SCAVANGES", &["scavenges"]), + ("PEOPL", &["people"]), + ("INSTANSEATION", &["instantiation"]), + ("ELECTRICIY", &["electricity"]), + ("TEMERATURE", &["temperature"]), + ("NEGOTIOTATING", &["negotiating"]), + ("SPECIALZ", &["specialize"]), + ("MACKERAL", &["mackerel"]), + ("TRABAJDO", &["trabajo"]), + ("FASHONED", &["fashioned"]), + ("MADANTORY", &["mandatory"]), + ("INDEPENTENTS", &["independents"]), + ("WOILL", &["will"]), + ("PARMISAN", &["parmesan"]), + ("AUTHENITICATING", &["authenticating"]), + ("WHIL", &["while"]), + ("DELEARSHIPS", &["dealerships"]), + ("SKALAR", &["scalar"]), + ("BRAZEER", &["brassiere"]), + ("AVAILABILTY", &["availability"]), + ("PLOYMER", &["polymer"]), + ("THUNDERVOLT", &["thunderbolt"]), + ("DELAYIS", &["delays"]), + ("CONSISTENDT", &["consistent"]), + ("VACCUME", &["vacuum"]), + ("PARANETER", &["parameter"]), + ("HYSTERICA", &["hysteria"]), + ("CESSATIONALISM", &["sensationalism"]), + ("ZIONISIM", &["zionism"]), + ("ASSCOAIED", &["associated"]), + ("BALACING", &["balancing"]), + ("EMPHERAL", &["ephemeral"]), + ("DISPAYING", &["displaying"]), + ("INTERAFCE", &["interface"]), + ("AGGRIVATE", &["aggravate"]), + ("BOUCING", &["bouncing"]), + ("ALTERNATIEVE", &["alternative"]), + ("ARRANGMEENT", &["arrangement"]), + ("SANTIATION", &["sanitation"]), + ("ABTRACTOR", &["abstractor"]), + ("LANNISTARS", &["lannisters"]), + ("DIABLER", &["disabler"]), + ("KERNULS", &["colonels", "kernels"]), + ("OWERSHIP", &["ownership"]), + ("SHEME", &["scheme", "shame"]), + ("DRESCRIPTION", &["description"]), + ("PARADIES", &["paradise"]), + ("OREDER", &["order"]), + ("EMPLOYEERS", &["employees"]), + ("INCOPERATE", &["incorporate"]), + ("SEGEMENT", &["segment"]), + ("NEGOTITES", &["negotiates"]), + ("SUCCEDD", &["succeed"]), + ("NEGITIATE", &["negotiate"]), + ("REMBEMBER", &["remember"]), + ("ASSOCITIVE", &["associative"]), + ("NONEXISTANCE", &["nonexistence"]), + ("MEMOMRY", &["memory"]), + ("NORMAILZATION", &["normalization"]), + ("RESPOSES", &["responses"]), + ("TRASLALATED", &["translated"]), + ("IMAGANATIVE", &["imaginative"]), + ("PROSTPROCESSING", &["postprocessing"]), + ("RECOMMENT", &["recommend"]), + ("EXPERIMNTER", &["experimenter"]), + ("RIGTHFULLY", &["rightfully"]), + ("EVALUTING", &["evaluating"]), + ("EQAUL", &["equal"]), + ("MATHCUP", &["matchup"]), + ("JUDEGMENTS", &["judgments"]), + ("VERFIYING", &["verifying"]), + ("DIPLOMMA", &["diploma"]), + ("APLIED", &["applied"]), + ("BROSE", &["browse", "rose"]), + ("MULTIDIMENTIONNAL", &["multidimensional"]), + ("PROGARMING", &["programming"]), + ("ASSOSIATE", &["associate"]), + ("OUTRAGESOULY", &["outrageously"]), + ("PYRIMADS", &["pyramids"]), + ("DANGEROULSY", &["dangerously"]), + ("DECOMPRESES", &["decompresses"]), + ("TABLESPOOONS", &["tablespoon"]), + ("BEGIINNING", &["beginning"]), + ("ORIENTIATION", &["orientation"]), + ("STOCKPLIE", &["stockpile"]), + ("DISADVANTEGED", &["disadvantaged"]), + ("REPALYS", &["replays"]), + ("EXTREANOUS", &["extraneous"]), + ("RSICV", &["riscv"]), + ("YEILDS", &["yields"]), + ("CARIAGE", &["carriage"]), + ("PASSIONATLEY", &["passionately"]), + ("NEIGHBHORHOODS", &["neighborhoods"]), + ("MODIFES", &["modifies"]), + ("JALIBREAK", &["jailbreak"]), + ("NINIMA", &["minima"]), + ("GENERTORS", &["generators"]), + ("NERUONS", &["neurons"]), + ("SINGOOL", &["single", "signal"]), + ("SUBESQUENTLY", &["subsequently"]), + ("VINCINITY", &["vicinity"]), + ("HYPENATED", &["hyphenated"]), + ("THIESTS", &["theists"]), + ("ENABELING", &["enabling"]), + ("STRAVATION", &["starvation"]), + ("TABEL", &["table"]), + ("COMPUTITION", &["computation"]), + ("PROFITIBALITY", &["profitability"]), + ("INCONVEINCE", &["inconvenience"]), + ("ATITTUDE", &["attitude"]), + ("TENTACREUL", &["tentacle"]), + ("FOLLOWIGN", &["following"]), + ("LABALLED", &["labelled"]), + ("RESGINED", &["resigned"]), + ("RETRIBVTION", &["retribution"]), + ("FIRMWQRE", &["firmware"]), + ("HIERARCHICHAL", &["hierarchical"]), + ("BEGINER", &["beginner"]), + ("GEMETRY", &["geometry"]), + ("IMMEIDATE", &["immediate"]), + ("TORRENTES", &["torrents"]), + ("DIFFERANCE", &["difference"]), + ("UNANIMOULSY", &["unanimous"]), + ("SYNAMIC", &["dynamic"]), + ("OPPINION", &["opinion"]), + ("EXPIERENCES", &["experiences"]), + ("PSYCHADELIC", &["psychedelic"]), + ("UNSING", &["unsigned", "using"]), + ("COMLEX", &["complex"]), + ("OUTLLOOK", &["outlook"]), + ("REMINISES", &["reminisces"]), + ("DASHBORD", &["dashboard"]), + ("CONDITIAL", &["conditional"]), + ("EQIVALENT", &["equivalent"]), + ("BELOGING", &["belonging"]), + ("FRAMGENT", &["fragment"]), + ("TEMPORY", &["temporary"]), + ("COMBACK", &["comeback"]), + ("SYNOPIS", &["synopsis"]), + ("DISTROBUTIONS", &["distributions"]), + ("FIREST", &["fires", "first"]), + ("RESIGNATING", &["resignation"]), + ("RECOMMDENDS", &["recommends"]), + ("DISSADVANTAGES", &["disadvantages"]), + ("DOWNRADING", &["downgrading"]), + ("NAYBHOR", &["neighbor"]), + ("ENCHAMTMENT", &["enchantment"]), + ("UPGRADINGN", &["upgrading"]), + ("DOUT", &["doubt"]), + ("DISCERTATION", &["dissertation"]), + ("ATMOSPHIR", &["atmospheric"]), + ("DEALYING", &["delaying"]), + ("PROGRAMMETS", &["programmers"]), + ("EXAPLAINATION", &["explanation"]), + ("AUTOMOTOVE", &["automotive"]), + ("PRINING", &["printing"]), + ("SIRECTNESS", &["directness"]), + ("SINTACT", &["syntax"]), + ("PAIROKEALLY", &["parochially"]), + ("TRANSMISSSION", &["transmissions"]), + ("AMPHASIS", &["emphasis"]), + ("WIDGTES", &["widgets"]), + ("ESCAPSE", &["escapes"]), + ("BRUGLAR", &["burglar"]), + ("PHANTHOM", &["phantom"]), + ("SUCESSCIENT", &["sufficient"]), + ("ATTACED", &["attached"]), + ("INTUITEVELY", &["intuitively"]), + ("EXISTYING", &["existing"]), + ("DIFFENT", &["different"]), + ("MODFIFICATION", &["modification"]), + ("UMBERLLA", &["umbrella"]), + ("PREPRARING", &["preparing"]), + ("PREREQUESITES", &["prerequisites"]), + ("SATIFSYING", &["satisfying"]), + ("STATULINES", &["statuslines"]), + ("TRASPOSED", &["transposed"]), + ("MCHANICS", &["mechanics"]), + ("DEFAULHS", &["defaults"]), + ("UNSUSTAINIBLE", &["unsustainable"]), + ("PARATHESES", &["parentheses"]), + ("GENERTE", &["generate"]), + ("AMUNT", &["amount"]), + ("FOMATS", &["formats"]), + ("JURISDIKTION", &["jurisdiction"]), + ("APPROXMATION", &["approximation"]), + ("ACCELEATION", &["acceleration"]), + ("GERNERIC", &["generic"]), + ("ORGAMISE", &["organise"]), + ("SHPERE", &["sphere"]), + ("ASKREDDT", &["askreddit"]), + ("EXECUING", &["executing"]), + ("HEMIPSHERE", &["hemisphere"]), + ("INSTRUMNET", &["instrument"]), + ("DESPOITED", &["deposited"]), + ("NUBERING", &["numbering"]), + ("FRANKENSTINER", &["frankenstein"]), + ("VERFYING", &["verifying"]), + ("LEGIONAIRS", &["legionnaires"]), + ("CORRUPTO", &["corruption"]), + ("COINCEDINCE", &["coincidence"]), + ("SUCESSOT", &["successor"]), + ("INDICIDATED", &["indicated"]), + ("MPORT", &["import"]), + ("SHORTCUTT", &["shortcut"]), + ("TRAFFICING", &["trafficking"]), + ("DESCRIPCION", &["description"]), + ("APAULS", &["appalls"]), + ("PASCHURIZED", &["pasteurized"]), + ("DETCTIONS", &["detections"]), + ("MELANOTIN", &["melatonin"]), + ("EVAULUATE", &["evaluate"]), + ("BRANCHCES", &["branches"]), + ("SAFEQUARD", &["safeguard"]), + ("PROPROTION", &["proportion"]), + ("INE", &["one"]), + ("COMPENSANTE", &["compensate"]), + ("UNNESSESARY", &["unnecessary"]), + ("SUGESTS", &["suggests"]), + ("ACCUMULUATE", &["accumulate"]), + ("NEGOTAITED", &["negotiated"]), + ("PARMTER", &["parameter"]), + ("TAKEING", &["taking"]), + ("SOCILAISTS", &["socialists"]), + ("ALLOCATOTE", &["allocate"]), + ("PAKISTANTI", &["pakistani"]), + ("INCONSISTANCY", &["inconsistency"]), + ("VIDEOSTREAMMING", &["videostreaming"]), + ("DIPLAYING", &["displaying"]), + ("PLACEHOLERS", &["placeholders"]), + ("MODIDFY", &["modify"]), + ("DISSASOCIATION", &["disassociation"]), + ("SCHOODLE", &["schooled"]), + ("SPEARATORS", &["separators"]), + ("POSATIVITY", &["positivity"]), + ("REMIGNTON", &["remington"]), + ("INTURPRATATION", &["interpretation"]), + ("DIRECETORIES", &["directories"]), + ("CONTRACICTIONS", &["contradictions"]), + ("MILLENNA", &["millennia"]), + ("SHATTENING", &["shattering"]), + ("PHARMASUDICALLY", &["pharmaceutical"]), + ("SPESHAL", &["special"]), + ("YOURR", &["your"]), + ("NEIGHTBORHOODS", &["neighborhoods"]), + ("CONSEPTS", &["concepts"]), + ("REMAKRS", &["remarks"]), + ("PENGIUNS", &["penguins"]), + ("EXCESSS", &["excess"]), + ("ABSOLUTS", &["absolutes"]), + ("INFALLIBALE", &["infallible"]), + ("IGNORD", &["ignored"]), + ("ADVSIE", &["advise"]), + ("STATEGIZED", &["strategized"]), + ("FAULURES", &["failures"]), + ("OCHESTRATING", &["orchestrating"]), + ("PERIPHERIA", &["peripheral"]), + ("VAKLYRIE", &["valkyrie"]), + ("CONTANINED", &["contained"]), + ("SERALIZES", &["serializes"]), + ("CASULATIES", &["casualties"]), + ("MANUFACTUING", &["manufacturing"]), + ("ORGANISTEN", &["organise"]), + ("REARRANMENTS", &["rearrangements"]), + ("SYNCTING", &["syncing"]), + ("PENATENTURY", &["penitentiary"]), + ("REMVED", &["removed"]), + ("DIREGARD", &["disregard"]), + ("NOTARIO", &["ontario"]), + ("PERIODICY", &["periodicity"]), + ("DISTINGUISING", &["distinguishing"]), + ("ADVERTISTMENTS", &["advertisements"]), + ("ELEMINATE", &["eliminate"]), + ("DOKCERD", &["dockerd", "docked", "docker"]), + ("MYSTERIEUS", &["mysteries"]), + ("DISINGENOUSLY", &["disingenuously"]), + ("ALTERNAVTIVELY", &["alternatively"]), + ("POISTIONS", &["positions"]), + ("GURESOME", &["gruesome"]), + ("REWIRTTEN", &["rewritten"]), + ("LIVILEHOOD", &["livelihood"]), + ("SCRPT", &["script"]), + ("CONFIGRED", &["configured"]), + ("MARKOWN", &["markdown"]), + ("FUNTION", &["function"]), + ("COMPITION", &["competition"]), + ("COUNCELLORS", &["councillors", "counsellors"]), + ("DISTUSTINGLY", &["disgustingly"]), + ("MILITIADES", &["militias"]), + ("DEOMGRAPHICS", &["demographics"]), + ("ENVIORNMENTAL", &["environmental"]), + ("MISSCLASSIFIES", &["misclassifies"]), + ("REPETEADLY", &["repeatedly"]), + ("CHINESSE", &["chinese"]), + ("CCOUTANT", &["accountant"]), + ("CONATINER", &["container"]), + ("EXTENSIBILTY", &["extensibility"]), + ("BORDRELINE", &["borderline"]), + ("ATTACHS", &["attaches"]), + ("STATUSE", &["statutes"]), + ("CONVISED", &["convinced"]), + ("CURRENCT", &["current"]), + ("EXCHANCHING", &["exchanging"]), + ("MODIFIATIONS", &["modifications"]), + ("SEPEARATION", &["separation"]), + ("INTEFERENCE", &["interference"]), + ("MATCHEABLE", &["matchable"]), + ("FAILUARE", &["failure"]), + ("ABILTIES", &["abilities"]), + ("MARKES", &["marks", "marked", "markers"]), + ("UNUSALLY", &["unusually"]), + ("IDENITIES", &["identities"]), + ("ATTRIBTUES", &["attributes"]), + ("HOSTLES", &["hostels"]), + ("FLATTIRE", &["flatter"]), + ("CONDESEND", &["condensed"]), + ("COMIGN", &["coming"]), + ("AGREGATE", &["aggregate"]), + ("GEOGRPAHICALLY", &["geographically"]), + ("BLUEPRINTCSS", &["blueprints"]), + ("COMBINDED", &["combined"]), + ("FURTHERST", &["furthest"]), + ("INSTRUCTIOR", &["instructor"]), + ("PATEINTS", &["patients"]), + ("PERILIOUS", &["perilous"]), + ("DEFENSEN", &["defenseman"]), + ("ALGORTISMIC", &["algorithmic"]), + ("DEBUDGGING", &["debugging"]), + ("TRESPESSING", &["trespassing"]), + ("CHANLLENGE", &["challenge"]), + ("LOEPARD", &["leopard"]), + ("METAMORPHYSIS", &["metamorphosis"]), + ("COMMECT", &["connect"]), + ("LACKER", &["lacquer"]), + ("CONFIGURATRIONS", &["configurations"]), + ("AMELEARATING", &["ameliorating"]), + ("SPETEMBER", &["september"]), + ("DEFIN", &["define"]), + ("LIEUTENAT", &["lieutenant"]), + ("ASWAGE", &["assuage"]), + ("PROTALS", &["portals"]), + ("VEHICAL", &["vehicle"]), + ("COTANGENS", &["cotangents"]), + ("DATABAASE", &["database"]), + ("CATHOLICSM", &["catholicism"]), + ("INTELIGABLE", &["intelligible"]), + ("CASIMS", &["chasms"]), + ("BELEIVES", &["believes"]), + ("COORIDINATES", &["coordinates"]), + ("ASSISIATE", &["associate"]), + ("SCRIOPTTYPE", &["scripttype"]), + ("DEDUCTABLE", &["deductible"]), + ("DEPOSTIS", &["deposits"]), + ("AUSTRAI", &["austria"]), + ("SUCCED", &["succeed"]), + ("IRRELAVENT", &["irrelevant"]), + ("THRONERS", &["thrones"]), + ("APON", &["upon", "apron"]), + ("REPRESNET", &["represent"]), + ("GENEREATES", &["generates"]), + ("CERTIFICED", &["certificated"]), + ("VENTILLATES", &["ventilates"]), + ("IMPLETING", &["implementing"]), + ("GRPAHICS", &["graphics"]), + ("INTERNELS", &["internals"]), + ("AUTHRORED", &["authored"]), + ("LAUNGUAGE", &["language"]), + ("CHRACTER", &["character"]), + ("INTRAVERT", &["introvert"]), + ("TELEVSION", &["television"]), + ("ITERRATION", &["iteration"]), + ("STORISE", &["stories"]), + ("DEFULTED", &["defaulted"]), + ("BUMBED", &["bombed", "bumped"]), + ("ABBERIVATES", &["abbreviates"]), + ("BURRTIOS", &["burritos"]), + ("OBHECTS", &["objects"]), + ("OPPOSUITE", &["opposite"]), + ("CAMPERE", &["ampere", "compare"]), + ("ASWER", &["answer"]), + ("ALTERATIVE", &["alternative"]), + ("BUGIX", &["bugfix"]), + ("EQUAILATERAL", &["equilateral"]), + ("PLAD", &["plaid", "plead"]), + ("WHILL", &["while", "will"]), + ("INHEIRTANCE", &["inheritance"]), + ("FORTUNTE", &["fortune"]), + ("CONSNTANTS", &["constants"]), + ("ENGOUG", &["enough"]), + ("RELEAFS", &["relieves"]), + ("ABONDONE", &["abandoned", "abandon"]), + ("AMOUNG", &["among"]), + ("REGULAS", &["regulars"]), + ("EAZY", &["easy"]), + ("SPREADED", &["spread"]), + ("COMPOSIT", &["compost", "composite"]), + ("CLOES", &["close"]), + ("CONSIDERAIS", &["considers"]), + ("IMAPCTING", &["impacting"]), + ("MEDITARRENEAN", &["mediterranean"]), + ("RETCIEVER", &["receiver", "retriever"]), + ("BABYSITING", &["babysitting"]), + ("INEFFIECENT", &["inefficient"]), + ("NECESSAIRY", &["necessarily"]), + ("LEGTHS", &["lengths"]), + ("MATERLAS", &["materials"]), + ("REPENTENT", &["repentant"]), + ("BETHEDSA", &["bethesda"]), + ("MANIFESTAS", &["manifests"]), + ("CONCUSSSION", &["concussions"]), + ("RESPONSIBILLITIES", &["responsibilities"]), + ("RIGT", &["right"]), + ("BEACAON", &["beacon"]), + ("REFERENED", &["referenced"]), + ("RESUABLES", &["reusables"]), + ("VERTICALY", &["vertically"]), + ("PREDIFINED", &["predefined"]), + ("MASSAGEBOX", &["messagebox"]), + ("SCRPTING", &["scripting"]), + ("MISPROPORTIONATE", &["disproportionate"]), + ("ABORIGINIAL", &["aboriginal"]), + ("SHULD", &["should"]), + ("PROVDIES", &["provides"]), + ("DELEGATIES", &["delegate"]), + ("PROPRIATERY", &["proprietary"]), + ("EXPECTIONAL", &["exceptional"]), + ("CONFRENTATION", &["confrontation"]), + ("UNSECCESSFUL", &["unsuccessful"]), + ("DECIEDD", &["decided"]), + ("TURKISCH", &["turkish"]), + ("MILTARY", &["military"]), + ("IMMEDIATLLY", &["immediately"]), + ("OUTREAGOUS", &["outrageous"]), + ("STRATED", &["started"]), + ("UNFORTUNETLY", &["unfortunately"]), + ("LISTEING", &["listening"]), + ("ATUHENTICATION", &["authentication"]), + ("SENQUENCE", &["sequence"]), + ("UNSUPRESS", &["unsuppress"]), + ("RECONEECTING", &["reconnecting"]), + ("AWESOMLEY", &["awesomely"]), + ("DEDIDATED", &["dedicated"]), + ("TYOUR", &["your", "tour"]), + ("INITIALZE", &["initialize"]), + ("CONTAIUN", &["contain"]), + ("UPDTE", &["update"]), + ("HAILFAX", &["halifax"]), + ("CORINTHIAS", &["corinthians"]), + ("RHETHORICALLY", &["rhetorically"]), + ("YPOU", &["you"]), + ("EPXIRESSIONS", &["expressions"]), + ("CATASTROPHIE", &["catastrophe"]), + ("REPETATIVE", &["repetitive"]), + ("PASSANGERS", &["passengers"]), + ("BLOKER", &["blocker"]), + ("CONFORMACE", &["conformance"]), + ("MISINTERPERT", &["misinterpret"]), + ("EXCHAGES", &["exchanges"]), + ("ZERP", &["zero"]), + ("ANALSYTS", &["analysts"]), + ("PATROIT", &["patriot"]), + ("SCHDULEING", &["scheduling"]), + ("PREVERSES", &["preserves"]), + ("PLAYTHROUH", &["playthrough"]), + ("RECOGIZING", &["recognizing"]), + ("CHALLENGEING", &["challenging"]), + ("CONCECUTIVE", &["consecutive"]), + ("ANNYOINGLY", &["annoyingly"]), + ("THREATED", &["threaded", "threatened", "treated"]), + ("INTERPETING", &["interpreting"]), + ("REUPLAD", &["reupload"]), + ("CONFIRMATINON", &["confirmation"]), + ("DESCIRIPTION", &["description"]), + ("RESORCE", &["resource"]), + ("INCOMPLETD", &["incomplete"]), + ("DEFINTITION", &["definition"]), + ("LINNAENA", &["linnaean"]), + ("ACCUMUALTION", &["accumulation"]), + ("RECONENCTION", &["reconnection"]), + ("REALLOCAITON", &["reallocation"]), + ("FAMLILY", &["family"]), + ("IRREPLACALBE", &["irreplaceable"]), + ("COHERANCY", &["coherency"]), + ("FINICIAL", &["financial"]), + ("WARININGS", &["warnings"]), + ("FREQUANT", &["frequent"]), + ("TEMPRORARY", &["temporary"]), + ("PRESERVATING", &["preservation"]), + ("ASIGNMENT", &["assignment"]), + ("CEASERS", &["caesars"]), + ("HYPOTHESUS", &["hypotheses"]), + ("MIMINIZES", &["minimizes"]), + ("DEFINATELY", &["definitely"]), + ("INEXPECT", &["inexpected", "unexpected"]), + ("SPEFICICS", &["specifics"]), + ("CENTISENCOND", &["centisecond"]), + ("GNERATED", &["generated"]), + ("EXECTING", &["executing", "expecting"]), + ("UNNCESSARY", &["unnecessary"]), + ("SCANDIANVIAN", &["scandinavian"]), + ("INDIVISUALLY", &["individually"]), + ("SERIEL", &["serial"]), + ("INDENTATIN", &["indentation"]), + ("ARGICULTURAL", &["agricultural"]), + ("ALREDAY", &["already"]), + ("OFFAET", &["offset"]), + ("ARETHMETIC", &["arithmetic"]), + ("AMATEUS", &["amateurs"]), + ("CRITICISIZE", &["criticise"]), + ("EXTERMISM", &["extremism"]), + ("GHRAPHIC", &["graphic"]), + ("COMPRESSON", &["compression"]), + ("THERMODYANMICS", &["thermodynamics"]), + ("BUILING", &["building"]), + ("DIMENIONS", &["dimensions"]), + ("COMPLAINES", &["complaints"]), + ("BACKSTA", &["backseat"]), + ("GRAMATICAL", &["grammatical"]), + ("METEPHORICALLY", &["metaphorically"]), + ("REGISTATION", &["registration"]), + ("REFERNNCE", &["reference"]), + ("PROPOSELS", &["proposes"]), + ("ARBITUAL", &["arbitrary"]), + ("MEDITATIE", &["meditate"]), + ("HISTORIETAS", &["histories"]), + ("COMNPARING", &["comparing"]), + ("PROPORTIANS", &["proportions"]), + ("LARVAS", &["larvae"]), + ("EXPERMIMENTAL", &["experimental"]), + ("DEPREATING", &["deprecating"]), + ("ADMINISTOR", &["administer", "administrator"]), + ("SUCCESSFULLT", &["successfully"]), + ("SESION", &["session"]), + ("VALNECIA", &["valencia"]), + ("DISTRUBITED", &["distributed"]), + ("TOPOPLOGICAL", &["topological"]), + ("APPREIATE", &["appreciate"]), + ("PRMITIVES", &["primitives"]), + ("DAITA", &["data"]), + ("EXPERINEMENTED", &["experimented"]), + ("ACDITIONALLY", &["additionally"]), + ("VULNEARBILITIES", &["vulnerabilities"]), + ("CONENCTIVITIES", &["connectivities"]), + ("NOTORITY", &["notoriety"]), + ("ABYMSAL", &["abysmal"]), + ("INTEPRETING", &["interpreting"]), + ("CONGRATULE", &["congratulate"]), + ("IMMOBILZER", &["immobile"]), + ("INITITATOR", &["initiator"]), + ("PROSPEROS", &["prosperous"]), + ("HEISTATE", &["hesitate"]), + ("CENTEPIDE", &["centipede"]), + ("ENCOUTER", &["encounter"]), + ("CHEDULING", &["scheduling"]), + ("RUDIMENTATRY", &["rudimentary"]), + ("AUTONEGOTITIONS", &["autonegotiations"]), + ("BOUDNING", &["bounding"]), + ("SUCCESSFULLLY", &["successfully"]), + ("NETWEEN", &["between"]), + ("REFLECTE", &["reflective"]), + ("GUARUANTEE", &["guarantee"]), + ("ISSUEING", &["issuing"]), + ("CATEGOGICALLY", &["categorically"]), + ("COMITMENT", &["commitment"]), + ("ANNIHILATON", &["annihilation"]), + ("OVERREACING", &["overreacting"]), + ("REPITION", &["repetition"]), + ("LANGUGES", &["languages"]), + ("ADMINSITERED", &["administered"]), + ("SERAILIZED", &["serialized"]), + ("REDEMEED", &["redeemed"]), + ("EXPERIMANTATIONS", &["experimentations"]), + ("REDISTRIBUCION", &["redistribution"]), + ("FULLSCREN", &["fullscreen"]), + ("DUPLICTED", &["duplicated"]), + ("UFFERING", &["buffering"]), + ("BARNCHING", &["branching"]), + ("INTOLARANT", &["intolerant"]), + ("DIFFEREND", &["different"]), + ("INFORMATON", &["information"]), + ("HEURSITICS", &["heuristics"]), + ("SEPERTOR", &["separator"]), + ("OMITED", &["omitted"]), + ("ROUNTRIP", &["roundtrip"]), + ("INTREFACE", &["interface"]), + ("INITIAILIZATION", &["initialization"]), + ("ADEQUETELY", &["adequately"]), + ("THENES", &["themes"]), + ("MANUALYY", &["manually"]), + ("TRANSPLATS", &["transplants"]), + ("RECONTRUCT", &["reconstruct"]), + ("REPRESSENTED", &["represented"]), + ("CERMONIAL", &["ceremonial"]), + ("CHESLEA", &["chelsea"]), + ("VIRGINES", &["virgins"]), + ("PROCCEED", &["proceed"]), + ("EXAHUSTED", &["exhausted"]), + ("INSIDIOS", &["insidious"]), + ("MEANINNG", &["meaning"]), + ("CATHOLIZISM", &["catholicism"]), + ("CIRCUMSTNCIAL", &["circumstantial"]), + ("IGNORME", &["ignore"]), + ("DISSCTOR", &["dissector"]), + ("RESOUCE", &["resource"]), + ("TRYS", &["tries"]), + ("CATASTROFY", &["catastrophe"]), + ("COUNTERPORDUCTIVE", &["counterproductive"]), + ("GOOSEBUMS", &["goosebumps"]), + ("PROGAPATORS", &["propagators"]), + ("STRORING", &["storing"]), + ("REPID", &["rapid"]), + ("ASSASINATED", &["assassinated"]), + ("PROCEDES", &["proceeds", "precedes"]), + ("UNBOUNND", &["unbound"]), + ("POSITIONN", &["position"]), + ("INPACTING", &["impacting"]), + ("RELEAEING", &["releasing"]), + ("AUTENTICATED", &["authenticated"]), + ("SEH", &["she"]), + ("PREPERIES", &["properties"]), + ("POLOCIES", &["policies"]), + ("RQUESTING", &["requesting"]), + ("VEITNAMESE", &["vietnamese"]), + ("SPEFIIFEIRS", &["specifiers"]), + ("TRANSFERES", &["transfers"]), + ("CONFIRMD", &["confirmed"]), + ("ENUMARATES", &["enumerates"]), + ("PRETECTED", &["protected"]), + ("ISCRATED", &["iscreated"]), + ("CONSUMMER", &["consumer"]), + ("NANOSENCONDS", &["nanoseconds"]), + ("ELEMEMT", &["element"]), + ("STABILITING", &["stabilizing"]), + ("CHANGNING", &["changing"]), + ("NUBER", &["number"]), + ("DISSCT", &["dissect"]), + ("MODFIDE", &["modified"]), + ("WORKAPACE", &["workspace"]), + ("ITERATERATE", &["iterate"]), + ("DEMOLICION", &["demolition"]), + ("EMPHAZISE", &["emphasise"]), + ("ADVERTISIERS", &["advertisers"]), + ("CILYNDRE", &["cylinder"]), + ("FIREFIGHERS", &["firefighters"]), + ("UNLCOKS", &["unlocks"]), + ("COMPATABILITIES", &["compatibilities"]), + ("DEPCRECATED", &["deprecated"]), + ("PERCIEVE", &["perceive"]), + ("CONEECTOR", &["connector"]), + ("ACCURATLY", &["accurately"]), + ("PICTHFORK", &["pitchfork"]), + ("OWERWRITE", &["overwrite"]), + ("NUTRIET", &["nutrient"]), + ("INIDIVIDUAL", &["individual"]), + ("CIRUITS", &["circuits"]), + ("AGIN", &["again"]), + ("SUBSEQEUNT", &["subsequent"]), + ("UNDESRIABLE", &["undesirable"]), + ("PROHIBITUS", &["prohibits"]), + ("AGGRIVATES", &["aggravates"]), + ("ALSE", &["else", "also", "false"]), + ("TYHE", &["they", "the", "type"]), + ("IDENTIFIY", &["identify"]), + ("INACCESIBLES", &["inaccessible"]), + ("PTICHER", &["pitcher"]), + ("IRRITATO", &["irritation"]), + ("FELXIBILITY", &["flexibility"]), + ("MININISE", &["minimise"]), + ("MINNEAOPLIS", &["minneapolis"]), + ("CONGFIGURE", &["configure"]), + ("LOUISVILLLE", &["louisville"]), + ("DISABED", &["disabled"]), + ("NETSCPE", &["netscape"]), + ("SHRIKS", &["shrinks"]), + ("TREMELOS", &["tremolos"]), + ("WHHEEL", &["wheel"]), + ("ONMISIENCE", &["omniscience"]), + ("ARGREEMENT", &["agreement"]), + ("REDISTIRBUTE", &["redistribute"]), + ("DETECH", &["detach", "detect"]), + ("COALLATING", &["collating"]), + ("CONFIRMATINO", &["confirmation"]), + ("COMPAREBLE", &["comparable"]), + ("INTERPOLAITON", &["interpolation"]), + ("SCANDALOSA", &["scandals"]), + ("INVICIBILITY", &["invisibility"]), + ("PROGRESSIVSM", &["progressives"]), + ("SCHISOPHRENIC", &["schizophrenic"]), + ("DECLARTATED", &["declared"]), + ("REPANTS", &["repaints", "repents"]), + ("BUISNESSMEN", &["businessmen"]), + ("ARITHMENTIC", &["arithmetic"]), + ("HUMOROS", &["humorous"]), + ("INCLUDIN", &["including"]), + ("DESCRIBNG", &["describing"]), + ("CONSTRUCTIES", &["constructs"]), + ("THEATURE", &["theatre"]), + ("SPCIFICATION", &["specification"]), + ("ENALBES", &["enables"]), + ("PREDECTIVE", &["predictive"]), + ("ACTAUL", &["actual"]), + ("AMEALEARATIVE", &["ameliorative"]), + ("SEPCIFICATIONS", &["specification", "specifications"]), + ("SYLLABELS", &["syllables"]), + ("NUTRIENS", &["nutrients"]), + ("SKTECHES", &["sketches"]), + ("REMEMEMBER", &["remember"]), + ("REPORTIGN", &["reporting"]), + ("STOGARE", &["storage"]), + ("TERIMATE", &["terminate"]), + ("DECORATAIONS", &["decorations"]), + ("DEPITCS", &["depicts"]), + ("POSITIVISME", &["positives"]), + ("RESEARVING", &["reserving"]), + ("UNEXPECTD", &["unexpected"]), + ("RESOURECS", &["resources"]), + ("INDIZIES", &["indices"]), + ("ATHELTES", &["athletes"]), + ("ENVIRONNEMENT", &["environment"]), + ("RECORIDING", &["recording"]), + ("CAPTIALISM", &["capitalism"]), + ("LINCOLIN", &["lincoln"]), + ("DESCIRIBED", &["described"]), + ("RESTORD", &["restored"]), + ("WILLIMAS", &["williams"]), + ("PRECUMPUTED", &["precomputed"]), + ("EXPEREMENTATION", &["experimentation"]), + ("UNSUCESSULLY", &["unsuccessfully"]), + ("DOMAPINE", &["dopamine"]), + ("ASTARISKS", &["asterisks"]), + ("NEGOTHIATION", &["negotiation"]), + ("CHALLANGE", &["challenge"]), + ("MOTOROLLAS", &["motorola"]), + ("PERFOEMED", &["performed"]), + ("MANIPLULATE", &["manipulate"]), + ("ATHLETICSIM", &["athleticism"]), + ("ELLIPSICAL", &["elliptical"]), + ("AREOSPACE", &["aerospace"]), + ("SLAUGTHERING", &["slaughtering"]), + ("ORIGNINAL", &["original"]), + ("RESPECTUFUL", &["respectful"]), + ("ENUMURATE", &["enumerate"]), + ("REPARAMETRIZED", &["reparameterized"]), + ("DISGUSTOSA", &["disgusts"]), + ("INTIALS", &["initials"]), + ("SEESIONS", &["sessions"]), + ("ASSEBMLY", &["assembly"]), + ("SPEARATES", &["separates"]), + ("MISALIGNEMENT", &["misalignment"]), + ("RESTARTARTING", &["restarting"]), + ("COMPOSET", &["compost"]), + ("ENVIRONMEN", &["environment"]), + ("TERMNIATE", &["terminate"]), + ("PROGRESSSIVE", &["progressives"]), + ("HOEVER", &["however"]), + ("SERAILZED", &["serialized"]), + ("FRIENDZOWNED", &["friendzoned"]), + ("BEGGINS", &["begins"]), + ("STTETINGS", &["settings"]), + ("DEBUDGS", &["debugs"]), + ("TRETING", &["treating"]), + ("EGDES", &["edges"]), + ("EXAGERATES", &["exaggerates"]), + ("EVEYONE", &["everyone"]), + ("PASUING", &["pausing"]), + ("SHOULNDT", &["shouldnt"]), + ("PANICING", &["panicking"]), + ("CLIMATS", &["climates"]), + ("GUARANTES", &["guarantees"]), + ("OPJECTIFICATIONS", &["objectifications"]), + ("STRUCTUAL", &["structural"]), + ("STRUCTRUE", &["structure"]), + ("DIVISONS", &["divisions"]), + ("EXPECTION", &["exception", "expectation"]), + ("CONFIDANCE", &["confidence"]), + ("ADMISIBLE", &["admissible"]), + ("APOCALYPES", &["apocalypse"]), + ("COALLECES", &["coalesces"]), + ("IMMITATING", &["imitating"]), + ("ARRANGMEENTS", &["arrangements"]), + ("INITIALISATIN", &["initialisation"]), + ("CONTROVERIES", &["controversies"]), + ("SIRECTIONALITY", &["directionality"]), + ("SEPARELY", &["separately"]), + ("SHIPED", &["shipped"]), + ("TRUCATES", &["truncates"]), + ("EXCAT", &["exact"]), + ("COMPPILERS", &["compilers"]), + ("ENCHANTMANTS", &["enchantments"]), + ("DIVERTION", &["diversion"]), + ("CONSULTATO", &["consultation"]), + ("INCONVENIANTLY", &["inconveniently"]), + ("PAREMSAN", &["parmesan"]), + ("ATTRACTIES", &["attracts"]), + ("OVERCLCOK", &["overclock"]), + ("HAPENNING", &["happening"]), + ("SUBSCIRBED", &["subscribed"]), + ("CHARISTICS", &["characteristics"]), + ("OTHERWAISE", &["otherwise"]), + ("EXPEREMENTEL", &["experimental"]), + ("DECREMEANTING", &["decrementing"]), + ("KYEBOSHES", &["kiboshes"]), + ("TECHNICALLITY", &["technically"]), + ("LUMINOUSITY", &["luminosity"]), + ("EMISS", &["remiss", "amiss", "amass"]), + ("SCRIPOT", &["script"]), + ("UNEXECPTED", &["unexpected"]), + ("DEFAULRT", &["default"]), + ("PLAYGORUND", &["playground"]), + ("RELAVENT", &["relevant"]), + ("VINIGARETTES", &["vinaigrettes"]), + ("FURUTHER", &["further"]), + ("ANOTATES", &["annotates"]), + ("DISTRIBUITE", &["distribute"]), + ("DIMENIONALITY", &["dimensionality"]), + ("ADVICING", &["advising"]), + ("RECOGNIE", &["recognizes"]), + ("YOUTHINASIA", &["euthanasia"]), + ("CONFLIFT", &["conflict"]), + ("FORCASTERS", &["forecasters"]), + ("UNINITALISES", &["uninitialises"]), + ("INTIMINATED", &["intimidated"]), + ("PROGARMABLE", &["programmable"]), + ("ANDROIDOS", &["androids"]), + ("ATENDED", &["attended"]), + ("IMPRESSOIN", &["impressions"]), + ("INTIALSING", &["initialising"]), + ("PALESTINAIN", &["palestinians"]), + ("HESISTATED", &["hesitated"]), + ("TURTLEH", &["turtle"]), + ("PREFERRABLE", &["preferable"]), + ("CONGLATURATION", &["congratulations"]), + ("FRAUDELANT", &["fraudulent"]), + ("NMEMONIC", &["mnemonic"]), + ("UNNECISSARY", &["unnecessary"]), + ("XENOPHOPIC", &["xenophobic"]), + ("ALLOCAITE", &["allocate"]), + ("DEPENDECYS", &["dependencies"]), + ("UNDERMINERAS", &["undermines"]), + ("PSYCHRIATIC", &["psychiatric"]), + ("RENEGOTIONATE", &["renegotiate"]), + ("DISCHARD", &["discharged"]), + ("MANIPULAITNG", &["manipulating"]), + ("DEFITION", &["definition"]), + ("UNPERTUBATED", &["unperturbed"]), + ("BENCHAMRKS", &["benchmarks"]), + ("PADING", &["padding"]), + ("CONTRIBUE", &["contribute"]), + ("EXPERIMENATATIONS", &["experimentations"]), + ("RECRETIONAL", &["recreational"]), + ("UPSUPPORTED", &["unsupported"]), + ("EXCEDS", &["exceeds"]), + ("SURPRIZINGLY", &["surprisingly"]), + ("DEACTIVE", &["deactivate"]), + ("ROELS", &["roles"]), + ("MISOGINYST", &["misogynist"]), + ("ALSMOST", &["almost"]), + ("BULAGRIA", &["bulgaria"]), + ("INVALIDTED", &["invalidated"]), + ("DISTRIBUTIVOS", &["distributions"]), + ("FRONTENT", &["frontend"]), + ("PARENTHASIS", &["parenthesis"]), + ("MUESUMS", &["museums"]), + ("STIVKS", &["sticks"]), + ("CONECCTOR", &["connector"]), + ("SUPPOSEBLY", &["supposedly"]), + ("REDUNDAT", &["redundant"]), + ("TEXCHNICALLY", &["technically"]), + ("ANNOUNCESS", &["announces"]), + ("PROPORTIONEL", &["proportional"]), + ("INTERMPERANCE", &["intemperance"]), + ("CUSTOMIZATON", &["customization"]), + ("PARAPRHASED", &["paraphrase"]), + ("LIMITITING", &["limiting"]), + ("RAOTATE", &["rotate"]), + ("SOCIOLOGIA", &["sociological"]), + ("SEVICE", &["service"]), + ("REAVELING", &["revealing"]), + ("MIRACILOUSLY", &["miraculously"]), + ("EXECUITABLES", &["executables"]), + ("TRUCATION", &["truncation"]), + ("INTRODUSE", &["introduces", "introduce"]), + ("DISAPPORVES", &["disapproves"]), + ("TRACKIGN", &["tracking"]), + ("CONSTITUCION", &["constitution"]), + ("COMPRESSSOR", &["compressor"]), + ("PROGESSBAR", &["progressbar"]), + ("AUTHENITCATORS", &["authenticators"]), + ("THICKING", &["thinking", "thickening"]), + ("CORRDINATION", &["coordination"]), + ("COMPLEATING", &["completing"]), + ("DATATIME", &["datetime"]), + ("MERCHAT", &["merchant"]), + ("SEPERATATED", &["separated"]), + ("REFELCTION", &["reflection"]), + ("GNERALS", &["generals"]), + ("STERIOTYPICAL", &["stereotypical"]), + ("REREATED", &["recreated", "rerated"]), + ("AQCUIRE", &["acquire"]), + ("OTATION", &["notation", "rotation"]), + ("REPENTENCE", &["repentance"]), + ("EXECEPTIONS", &["exceptions"]), + ("OPENESS", &["openness"]), + ("SUFFERRED", &["suffered"]), + ("SKILFULL", &["skilful"]), + ("PERIPHERIAL", &["peripheral"]), + ("TABLS", &["tables"]), + ("WARPPRING", &["warping", "wrapping"]), + ("CONSIDERANT", &["considerate"]), + ("CLASIFIES", &["classifies"]), + ("ALPABETICAL", &["alphabetical"]), + ("TITILE", &["title"]), + ("INVOLUNTARLY", &["involuntary"]), + ("RESPRESENTATION", &["representation"]), + ("BENJ", &["binge"]), + ("WHIPSERING", &["whispering"]), + ("TRIANING", &["training"]), + ("OBJECTIVS", &["objectives"]), + ("SUBSIDIZIED", &["subsidized"]), + ("INCULDE", &["include"]), + ("RESURSIVELY", &["recursively"]), + ("STEREOTYPCIAL", &["stereotypical"]), + ("COLOMNS", &["columns"]), + ("MUTIINDEX", &["multiindex"]), + ("APPARANTLY", &["apparently"]), + ("DELGATED", &["delegated"]), + ("PATREN", &["patron", "pattern"]), + ("EXHAUSTIVO", &["exhaustion"]), + ("SHAL", &["shall"]), + ("NOO", &["no"]), + ("SUSPICIOUN", &["suspicion"]), + ("UPSREAMER", &["upstreamer"]), + ("TESITMONY", &["testimony"]), + ("ETHNICALY", &["ethnically"]), + ("VARIUS", &["various"]), + ("ADDINTIONAL", &["additional"]), + ("CUURENTLY", &["currently"]), + ("ILLUMINOTI", &["illuminati"]), + ("SPIRTIED", &["spirited"]), + ("CONGRASSMAN", &["congressman"]), + ("HEIRACHIES", &["hierarchies"]), + ("COROSPONDENCE", &["correspondence"]), + ("PHYSICIENS", &["physicians"]), + ("WOTKED", &["worked"]), + ("SYMETRI", &["symmetry"]), + ("AVAILIBILITY", &["availability"]), + ("EXPEDICION", &["expedition"]), + ("METROPOLITON", &["metropolitan"]), + ("FOLLIWS", &["follows"]), + ("MITICATOR", &["mitigator"]), + ("DATATYTPES", &["datatypes"]), + ("ARTIFICIEL", &["artificial"]), + ("SORKFLOW", &["workflow"]), + ("CHAHGED", &["changed"]), + ("PROEPRTIES", &["properties"]), + ("SYNCHONISE", &["synchronise"]), + ("DISPENSARIOS", &["dispensaries"]), + ("DEVEPLOMENT", &["developments"]), + ("IMLEMENTATIONS", &["implementations"]), + ("OFFCIE", &["office"]), + ("IGNORRS", &["ignores"]), + ("EXTREAMELY", &["extremely"]), + ("PRECUSSIONS", &["percussions"]), + ("FORFITS", &["forfeits"]), + ("ELIPTICITY", &["ellipticity"]), + ("DIGIST", &["digits"]), + ("PENGUINES", &["penguins"]), + ("AMBASSEDOR", &["ambassador"]), + ("COMPAIRED", &["compared"]), + ("COUNTERFIET", &["counterfeit"]), + ("REPRORTING", &["reporting"]), + ("COORDIANTION", &["coordination"]), + ("KIDNAPPADE", &["kidnapped"]), + ("IDENTITITES", &["identities"]), + ("DISINGENOUS", &["disingenuous"]), + ("VIRTURE", &["virtue"]), + ("MIINIMIZATION", &["minimization"]), + ("MULITPLAYER", &["multiplayer"]), + ("EXPLONATION", &["exploration"]), + ("GRASSROOTERS", &["grassroots"]), + ("DISCOVERYS", &["discovers"]), + ("PRETENTOUS", &["pretentious"]), + ("HELICOPTOR", &["helicopter"]), + ("EQUAVILENT", &["equivalent"]), + ("SUBSTITUTIE", &["substitutes"]), + ("DURECTORIES", &["directories"]), + ("BENCHS", &["benches"]), + ("POWERPRINT", &["powerpoint"]), + ("SIMILIR", &["similar"]), + ("APOCALYPE", &["apocalypse"]), + ("HOULD", &["hold", "should"]), + ("VISUALIZAITONS", &["visualizations"]), + ("MACARONNI", &["macaroni"]), + ("SELETIONS", &["selections", "deletions"]), + ("BROADACASTING", &["broadcasting"]), + ("EMUALTION", &["emulation"]), + ("UNIVERISTIES", &["universities"]), + ("INCONSEQUENTAL", &["inconsequential"]), + ("VREITY", &["variety"]), + ("FORSEKIN", &["foreskin"]), + ("MILLIESCOND", &["millisecond"]), + ("VIEWTRANSFROMATION", &["viewtransformation"]), + ("DISPLYING", &["displaying"]), + ("TEMPELS", &["temples"]), + ("IDICATES", &["indicates"]), + ("NOSTALIGA", &["nostalgia"]), + ("SIBTITLE", &["subtitle"]), + ("ASSGINED", &["assigned"]), + ("RECGONIZING", &["recognizing"]), + ("ELECTRONIS", &["electronics"]), + ("GERMANISCH", &["germanic"]), + ("UNIMPLEMETED", &["unimplemented"]), + ("ERRORNOEUS", &["erroneous"]), + ("REPLENTISH", &["replenish"]), + ("MODFIEIS", &["modifies"]), + ("ROUNDIGN", &["rounding"]), + ("REFERTENCE", &["reference"]), + ("UNUED", &["unused"]), + ("DELVIERY", &["delivery"]), + ("PREEXISITING", &["preexisting"]), + ("SPEFIIER", &["specifier"]), + ("SIGANLS", &["signals"]), + ("IGNORRG", &["ignoring"]), + ("INSPEKTION", &["inspection"]), + ("MOSQUTIO", &["mosquito"]), + ("OPEMED", &["opened"]), + ("ATTACHEMENTS", &["attachments"]), + ("CLIPBOADS", &["clipboards"]), + ("MAINTAINTED", &["maintained"]), + ("SAWTAY", &["sauté"]), + ("DINOSUAR", &["dinosaur"]), + ("PHILOSPHY", &["philosophy"]), + ("VERIOSN", &["version"]), + ("IMMADIATE", &["immediate"]), + ("NECESARILY", &["necessarily"]), + ("BATTLESAUR", &["battlestar"]), + ("MOSNTROSITY", &["monstrosity"]), + ("AMBIDEXTEROUSLY", &["ambidextrously"]), + ("INKOMPATIBLE", &["incompatible"]), + ("SUCCEEEDED", &["succeeded"]), + ("RESTAURAUNTS", &["restaurants"]), + ("SPECULARITE", &["speculative"]), + ("UNINSTATIATED", &["uninstantiated"]), + ("COMMONSPACE", &["commonplace"]), + ("LITTERFINGER", &["littlefinger"]), + ("FAMILIERIZE", &["familiarize"]), + ("FOMRATTED", &["formatted"]), + ("DETECIONS", &["detections"]), + ("REQUERIMENT", &["requirement"]), + ("SIGNULAR", &["singular"]), + ("PROPETYS", &["properties"]), + ("INDEPEDENCE", &["independence"]), + ("HEALTHIRE", &["healthier"]), + ("PASSIONALE", &["passionately"]), + ("SLIPPEY", &["slippery"]), + ("PERPETRATER", &["perpetrator"]), + ("CONITINUE", &["continue"]), + ("STATU", &["status"]), + ("QUANTATY", &["quantity"]), + ("EXTRAXTING", &["extracting"]), + ("OCASIONED", &["occasioned"]), + ("ASSYMTOTES", &["asymptotes"]), + ("COMMUINCATE", &["communicated"]), + ("WILCARDS", &["wildcards"]), + ("CHARARCTERS", &["characters"]), + ("STEADILLY", &["steadily"]), + ("CRUCIAAL", &["crucial"]), + ("DOOCUMENTARY", &["documentary"]), + ("SEAONAL", &["seasonal"]), + ("PREETY", &["pretty"]), + ("MATHIMATICIANS", &["mathematicians"]), + ("SPAECING", &["spacing"]), + ("COLLECTE", &["collective"]), + ("ESSENCIAL", &["essential"]), + ("PEROIDICAL", &["periodical"]), + ("JUNGLIGN", &["jungling"]), + ("KEWWORDS", &["keywords"]), + ("NONSENCIAL", &["nonsensical"]), + ("VOLATILTY", &["volatility"]), + ("EXPRESSON", &["expression"]), + ("SENTIVELY", &["sensitively", "sensitivity"]), + ("DECOMPRESED", &["decompressed"]), + ("DESTRYIONG", &["destroying"]), + ("CENTRIFUGEABLE", &["centrifugable"]), + ("XEPECTEDLY", &["expectedly"]), + ("MASTEER", &["master"]), + ("CREDNTIAL", &["credential"]), + ("INFROMED", &["informed"]), + ("VISINBLE", &["visible"]), + ("SUBNEGOATIATION", &["subnegotiation"]), + ("PROBLEMATISCH", &["problematic"]), + ("CONNEICTION", &["connection"]), + ("BETTERY", &["better", "battery"]), + ("DESICIVE", &["decisive"]), + ("AUTONEGOTITATION", &["autonegotiation"]), + ("LATIUDES", &["latitudes"]), + ("CHROMOSOOM", &["chromosome"]), + ("ASYNCHROUNOUS", &["asynchronous"]), + ("CHALLENDGE", &["challenge"]), + ("CROOZED", &["cruised"]), + ("INDEPDENDENCY", &["independency"]), + ("INFOMRATION", &["information"]), + ("VERFIY", &["verify"]), + ("SUBSCRITPITON", &["subscription"]), + ("LOGIALLY", &["logically"]), + ("VERSATILY", &["versatility"]), + ("SINGLUARITY", &["singularity"]), + ("CHECH", &["check", "czech"]), + ("REUNDANT", &["redundant"]), + ("BANCH", &["bank", "branch", "bench"]), + ("TREAMENT", &["treatment"]), + ("JKD", &["jdk"]), + ("PERPETUTIES", &["perpetuates"]), + ("ENCYPTION", &["encryption"]), + ("SOHPISTICATED", &["sophisticated"]), + ("APPROXIMATIVELY", &["approximately"]), + ("SIGALED", &["signaled"]), + ("DEFUALTS", &["defaults"]), + ("REOURCE", &["resource"]), + ("HIRARCHIES", &["hierarchies"]), + ("INSIGNIFICUNT", &["insignificant"]), + ("OPEATORS", &["operators"]), + ("UNFOURTUNATELY", &["unfortunately"]), + ("ENCALVE", &["enclave"]), + ("INTRISINCS", &["intrinsics"]), + ("NERVANIC", &["nirvanic"]), + ("BETWEEB", &["between"]), + ("REFLEXS", &["reflexes"]), + ("FORNATED", &["formatted"]), + ("UNFILPPED", &["unflipped"]), + ("PERSONALITITS", &["personalities"]), + ("REFARTORING", &["refactoring", "refractoring"]), + ("GERERATED", &["generated"]), + ("TRANPORT", &["transport"]), + ("BARBARIN", &["barbarian"]), + ("GUANTANOMO", &["guantanamo"]), + ("PROSOCUTION", &["prosecution"]), + ("DELIVERE", &["deliveries"]), + ("EQUEATION", &["equation"]), + ("DECAPSULTING", &["decapsulating"]), + ("IMOBILISATION", &["immobilisation"]), + ("CURTIAN", &["curtain"]), + ("COMVERTED", &["converted"]), + ("ANCEDOTAL", &["anecdotal"]), + ("RESORE", &["restore"]), + ("ACROST", &["across"]), + ("RACTHET", &["ratchet"]), + ("ENOUNTERING", &["encountering"]), + ("AACCESSIBILITY", &["accessibility"]), + ("COPRORATE", &["corporate"]), + ("SNAPED", &["snapped"]), + ("REVSION", &["revision"]), + ("PRECENDING", &["preceding"]), + ("VARIABL", &["variable"]), + ("DICUSSION", &["discussion"]), + ("SIMLICITY", &["simplicity"]), + ("COORDINIATE", &["coordinate"]), + ("MALICIUS", &["malicious"]), + ("GOSPLES", &["gospels"]), + ("REFENRENCED", &["referenced"]), + ("CONCLUSE", &["conclusive"]), + ("DOOCUMENTING", &["documenting"]), + ("REGUALTING", &["regulating"]), + ("WHITOUT", &["without", "whiteout"]), + ("INSTLLATION", &["installation", "instillation"]), + ("CUURRENTS", &["currents"]), + ("AMERICANSS", &["americas"]), + ("DISUCSSING", &["discussing"]), + ("OCCURATELY", &["accurately"]), + ("COORDIANTOR", &["coordinator"]), + ("TOI", &["to", "toy"]), + ("ATTORNIES", &["attorneys"]), + ("PREDETERMIND", &["predetermined"]), + ("WEEEK", &["week"]), + ("DISAPPEARRED", &["disappeared"]), + ("SLAUGHTERD", &["slaughtered"]), + ("TOOO", &["todo", "too", "took", "tool"]), + ("HYGINE", &["hygiene"]), + ("NEIGHBOORDHOODS", &["neighborhoods"]), + ("HIERARCY", &["hierarchy"]), + ("STATLESS", &["stateless"]), + ("PYRAMIDE", &["pyramid"]), + ("XEONPHOBIA", &["xenophobia"]), + ("AUSTRALAIN", &["australians"]), + ("ACCUMALTE", &["accumulate"]), + ("TIGHTENTING", &["tightening"]), + ("MOLECLUES", &["molecules"]), + ("REPOSIBLE", &["responsible"]), + ("SINIFICANT", &["significant"]), + ("HIRARCHY", &["hierarchy"]), + ("DUNGEOS", &["dungeons"]), + ("NEGOTIOTATIONS", &["negotiations"]), + ("ENCORDES", &["encodes", "encores"]), + ("INITITALISED", &["initialised"]), + ("SILIBUS", &["syllabus"]), + ("LEIGHTWEIGHT", &["lightweight"]), + ("FARIES", &["fairies"]), + ("INHERTIANCE", &["inheritance"]), + ("AUTOMODERATER", &["automoderator"]), + ("DSTINATIONS", &["destinations"]), + ("SUMMMARIES", &["summaries"]), + ("PROFITABEL", &["profitable"]), + ("CONTRAINER", &["container", "constrained"]), + ("PATRENT", &["parent", "patent", "patron"]), + ("RESTIRCTION", &["restriction"]), + ("OPBJECT", &["object"]), + ("AUSTRAILANS", &["australians"]), + ("APOLIGISE", &["apologise"]), + ("DESCIBES", &["describes"]), + ("DEFEAULTING", &["defaulting"]), + ("RENEGOATIATE", &["renegotiate"]), + ("PROPRIETORY", &["proprietary"]), + ("AGGRAVANTI", &["aggravating"]), + ("ALLIGNING", &["aligning"]), + ("FETAURES", &["features"]), + ("PARAGRPAHS", &["paragraphs"]), + ("LICESING", &["licensing"]), + ("PEROID", &["period"]), + ("INVURNERABLE", &["invulnerable"]), + ("PLATFORMAR", &["platformer"]), + ("PREFORMERS", &["performers"]), + ("CRUTCHS", &["crutches"]), + ("CHROMOSMES", &["chromosomes"]), + ("RYTHYMS", &["rhythms"]), + ("FEITSHES", &["fetishes"]), + ("TRUBADOUR", &["troubadour"]), + ("DISTRACTIA", &["district"]), + ("BROGE", &["brogue"]), + ("MODIFICAITONS", &["modifications"]), + ("DOAMINE", &["dopamine", "domain"]), + ("DEMOGRAHIC", &["demographic"]), + ("EMPIRIALISM", &["imperialism"]), + ("ORGINASATIONS", &["organisations"]), + ("TRINKES", &["trinkets"]), + ("ASSERTINOS", &["assertions"]), + ("RECHAGED", &["recharged"]), + ("ETIHER", &["either"]), + ("EFFORTLESSELY", &["effortlessly"]), + ("OWERVRITE", &["overwrite"]), + ("ROCORDS", &["records"]), + ("ACESSOR", &["accessor"]), + ("INDPENDENCE", &["independence"]), + ("UKRAINAIN", &["ukrainian"]), + ("INHERETED", &["inherited"]), + ("DEAFULTS", &["defaults"]), + ("BLACKBERY", &["blackberry"]), + ("EMPRESSIVELY", &["impressively"]), + ("UNTILL", &["until"]), + ("DERVIES", &["derives"]), + ("DISGARDED", &["discarded", "discarted"]), + ("UNBOUUNDED", &["unbounded"]), + ("KALIDESCOPES", &["kaleidoscopes"]), + ("PYSCHIATRIC", &["psychiatric"]), + ("VALUDES", &["values"]), + ("DISCUESS", &["discuss"]), + ("FRIENDHSIP", &["friendship"]), + ("PACHTCHES", &["patches"]), + ("DICUSS", &["discuss"]), + ("UNIFED", &["unified"]), + ("CIVILIZACION", &["civilization"]), + ("EXCEDEED", &["exceeded"]), + ("INITITALIZATIONS", &["initializations"]), + ("APPLICATIO", &["application"]), + ("VENTILLATED", &["ventilated"]), + ("RELEIFED", &["relieved"]), + ("AUXILILARY", &["auxiliary"]), + ("DEPRECTATE", &["deprecate"]), + ("RANDONMESS", &["randomness"]), + ("INTIALISERS", &["initialisers"]), + ("CONSIDERT", &["considerate", "considered", "consider"]), + ("ORGANSIER", &["organiser"]), + ("EMAILLING", &["emailing"]), + ("IDIOSYNCHRASY", &["idiosyncrasy"]), + ("LAYED", &["laid"]), + ("CYNAIDE", &["cyanide"]), + ("FOUNDARIES", &["foundries"]), + ("ENCORDING", &["encoding"]), + ("COMAPTIBELE", &["compatible"]), + ("ARCHETIPES", &["archetypes"]), + ("DECLARD", &["declared"]), + ("ILUSTRATION", &["illustration"]), + ("CURRUS", &["cirrus"]), + ("CONTINURE", &["continue"]), + ("TPOS", &["typos"]), + ("PEDESTIRAN", &["pedestrian"]), + ("WORKSTATON", &["workstation"]), + ("SEPPERATE", &["separate"]), + ("INTERRUPING", &["interrupting"]), + ("ENVIORMENTALLY", &["environmentally"]), + ("LINGUITICS", &["linguistic"]), + ("EXAPLAIN", &["explain"]), + ("BILLBAORD", &["billboard"]), + ("LIENTS", &["clients"]), + ("NECESSIATES", &["necessities"]), + ("COMPELXITY", &["complexity"]), + ("PUBLISHERR", &["publisher"]), + ("UNSUCCESSFULY", &["unsuccessfully"]), + ("LOCAIING", &["locating"]), + ("IMPLEMEMTED", &["implemented"]), + ("REQUIEREMENTS", &["requirements"]), + ("WRITECHETQUE", &["writecheque"]), + ("DECROATIVE", &["decorative"]), + ("PRAYRIES", &["prairies"]), + ("FEMINISTERS", &["feminists"]), + ("ADVISORYS", &["advisors"]), + ("FORMT", &["format"]), + ("DUPLIACTED", &["duplicated"]), + ("CONFIUG", &["config"]), + ("ACIENTS", &["ancients"]), + ("FINGERPOINT", &["fingerprint"]), + ("APPEARNCE", &["appearance"]), + ("DEPDENDENCIES", &["dependencies"]), + ("CHARACTRISTIC", &["characteristic"]), + ("TEHIR", &["their"]), + ("DUPLICATD", &["duplicated"]), + ("MANIFACTURE", &["manufacture"]), + ("GENERATIES", &["generate"]), + ("IDENTIFEIRS", &["identifiers"]), + ("ADQUIRES", &["acquires"]), + ("RESSOURCED", &["resourced"]), + ("MEANSURE", &["measure"]), + ("FREQQUENCIES", &["frequencies"]), + ("EPXANDED", &["expanded"]), + ("RHETHORIC", &["rhetoric"]), + ("PERLIFERATING", &["proliferating"]), + ("FOLOOWIND", &["following"]), + ("MANFUACTURERS", &["manufactures"]), + ("OFICIONADOS", &["aficionados"]), + ("SPAWNVE", &["spawn"]), + ("DISSIMILIA", &["dissimilar"]), + ("REDISIGN", &["redesign"]), + ("FLORESENT", &["fluorescent", "florescent"]), + ("COMPTUE", &["compute"]), + ("IRRATIONEL", &["irrational"]), + ("PRIVISONED", &["provisioned"]), + ("INCARCIRATED", &["incarcerated"]), + ("PEREPHIRALS", &["peripherals"]), + ("PARTICAULR", &["particular"]), + ("REDICILOUS", &["ridiculous"]), + ("PSYCHODELIC", &["psychedelic"]), + ("VIEPORT", &["viewport"]), + ("DEFALT", &["default"]), + ("QUANLIFY", &["qualify", "quantify"]), + ("DISPORVE", &["disprove"]), + ("DARKETS", &["darkest"]), + ("MANUFACTORED", &["manufactured"]), + ("BOLLOCS", &["bollocks"]), + ("SYSEMATIC", &["systematic"]), + ("BEGGINNING", &["beginning"]), + ("AFERNOON", &["afternoon"]), + ("EBCUASE", &["because"]), + ("INTIAILISEING", &["initialising"]), + ("IMPLEMENETS", &["implements"]), + ("JURISDICITON", &["jurisdiction"]), + ("EUQIVALENT", &["equivalent"]), + ("GILTCHES", &["glitches"]), + ("SIMPIFIED", &["simplified"]), + ("COLLOCWEALL", &["colloquial"]), + ("INVERVAL", &["interval"]), + ("LOCAIZE", &["localize"]), + ("SPEFATIONS", &["separations", "specifications"]), + ("OCASIONALLY", &["occasionally"]), + ("LANAUAGE", &["language"]), + ("DITACTORSHIP", &["dictatorship"]), + ("SUCCESSFULLIES", &["successfully"]), + ("NEIGBHOURS", &["neighbours"]), + ("INCREMENTLY", &["incremental"]), + ("TRANSPORING", &["transporting"]), + ("PROTIEN", &["protein"]), + ("JANURAY", &["january"]), + ("ELEMINATING", &["eliminating"]), + ("GREENALND", &["greenland"]), + ("READYNESS", &["readiness"]), + ("JURNALER", &["journaler"]), + ("AKKUMULATED", &["accumulated"]), + ("UNSUCCCESSUL", &["unsuccessful"]), + ("TEXUTURE", &["texture"]), + ("RHYTHEM", &["rhythm"]), + ("ARGUMENTES", &["arguments"]), + ("VENTALATION", &["ventilation"]), + ("PRECICE", &["precise"]), + ("DEBUGGGEE", &["debuggee"]), + ("HIEGHT", &["height"]), + ("DESTANCE", &["distance"]), + ("COMPARATION", &["comparison"]), + ("OPERAION", &["operation"]), + ("PLANNIGN", &["planning"]), + ("AUTORITHARIAN", &["authoritarian"]), + ("AUTHENCTICATE", &["authenticate"]), + ("REPLACEBLE", &["replaceable"]), + ("PRAMATER", &["parameter"]), + ("NEIGHBERS", &["neighbors"]), + ("HINDISGHT", &["hindsight"]), + ("DISTIBUTOR", &["distributor"]), + ("PATTERSN", &["patterson", "patterns"]), + ("PREPAR", &["prepare"]), + ("CYLCIST", &["cyclist"]), + ("TRANSPARANETLY", &["transparently"]), + ("ALOGIRTHMIC", &["algorithmic"]), + ("UNCONDITINALY", &["unconditionally"]), + ("INFORMATIONS", &["information"]), + ("PERPUTUATING", &["perpetuating"]), + ("MORIBDLY", &["morbidly"]), + ("SHENANEGANS", &["shenanigans"]), + ("AKS", &["ask"]), + ("THGAT", &["that"]), + ("IMPOVING", &["improving"]), + ("EIHTER", &["either"]), + ("FREINDLIES", &["friendlies"]), + ("DECRUPTION", &["decryption"]), + ("ARCIVED", &["archived"]), + ("RESPONSIBIL", &["responsibly"]), + ("SURVIVER", &["survivor"]), + ("REALEASES", &["releases"]), + ("DIPLIMATIC", &["diplomatic"]), + ("SEDING", &["sending", "seeding", "ceding"]), + ("PRODUCTO", &["production"]), + ("COPPY", &["copy", "choppy"]), + ("RENTRES", &["renters"]), + ("CONSPIRACYS", &["conspiracies"]), + ("SUSSEEDED", &["seceded"]), + ("EXPRESISON", &["expressions"]), + ("VIGILENCE", &["vigilance"]), + ("CONSECUENCES", &["consequences"]), + ("ENVIRIONMENT", &["environment"]), + ("DESTRUCTRO", &["destructor"]), + ("CIGARETE", &["cigarets", "cigarette"]), + ("NORMNAL", &["normal"]), + ("INITIALIAZATION", &["initialization"]), + ("HELOERS", &["helpers"]), + ("TAMPLATE", &["template"]), + ("PERPAID", &["prepaid"]), + ("DISALBE", &["disable"]), + ("INEXPENSE", &["inexpensive"]), + ("MISDIMEANOR", &["misdemeanor"]), + ("BALSE", &["false"]), + ("TENTANT", &["tenant"]), + ("GOLDFISCH", &["goldfish"]), + ("COUNTEREDIT", &["counterfeit"]), + ("OPTIMIZTION", &["optimization"]), + ("SPPORTED", &["supported"]), + ("SCANDINAVICA", &["scandinavian"]), + ("PRODUCERAS", &["produces"]), + ("INCREMETAL", &["incremental"]), + ("PRIVILEGIER", &["privilege"]), + ("FURHER", &["further"]), + ("COMPOENT", &["component"]), + ("INCOMPATABILY", &["incompatibility"]), + ("AACTUALLY", &["actually"]), + ("ORIGINARY", &["originally"]), + ("INCOROPRATE", &["incorporate"]), + ("PREOCESSING", &["processing", "preprocessing"]), + ("AMRCHAIR", &["armchair"]), + ("ABSOLUNELY", &["absolutely"]), + ("ETABLISHD", &["established"]), + ("DEPRECEATING", &["depreciating", "deprecating"]), + ("BOUNRADY", &["boundary"]), + ("QUITELY", &["quietly", "quite"]), + ("OVERSUBSCIBED", &["oversubscribed"]), + ("RIENFORCED", &["reenforced"]), + ("EXCECTOR", &["executor"]), + ("ANALYSERES", &["analyses"]), + ("PREFERNCES", &["preferences"]), + ("EVEOLUTIONARY", &["evolutionary"]), + ("SUPPOSELY", &["supposedly"]), + ("SIMIALIR", &["similar"]), + ("DIMENISON", &["dimension"]), + ("UPLADADED", &["uploaded"]), + ("FACEIS", &["faces"]), + ("GRANDIZE", &["aggrandize"]), + ("FIREND", &["friend"]), + ("RENEGOTIOATE", &["renegotiate"]), + ("PROFIRLE", &["profile"]), + ("CORISPOND", &["correspond"]), + ("EDUATION", &["education"]), + ("WLLL", &["will"]), + ("QUANTIFIY", &["quantify"]), + ("TRAGETED", &["targeted"]), + ("SOMETIES", &["sometimes"]), + ("BRESH", &["brush", "fresh"]), + ("IMPLEEMNTATIONS", &["implementations"]), + ("NETWRORK", &["network"]), + ("QUALFY", &["qualify"]), + ("SUBNEGOCIATION", &["subnegotiation"]), + ("CONSERVATON", &["conservation"]), + ("PERSEEDS", &["precedes"]), + ("SUBBTLE", &["subtle"]), + ("CLEANCACNE", &["cleancache"]), + ("REALIES", &["realise"]), + ("PRASIED", &["praised"]), + ("CLASIFICATION", &["clarification", "classification"]), + ("CONFIGURAITON", &["configuration"]), + ("SPECFYING", &["specifying"]), + ("ANTAGONISIC", &["antagonistic"]), + ("DRAMMATICALLY", &["grammatically"]), + ("ACCURANCY", &["accuracy"]), + ("POSSILY", &["possibly"]), + ("COMMADN", &["command"]), + ("AVTIVITY", &["activity"]), + ("CHRONCILES", &["chronicles"]), + ("ARCHTYPE", &["archetype"]), + ("VALENTIMES", &["valentines"]), + ("DIRATION", &["duration"]), + ("GEERAL", &["general"]), + ("LIQUOUR", &["liquor"]), + ("EMBARRESSMENT", &["embarrassment"]), + ("RENEGOITATED", &["renegotiated"]), + ("VERTGIO", &["vertigo"]), + ("MANULY", &["manually"]), + ("UPGRADDING", &["upgrading"]), + ("HEAVYWEIGTH", &["heavyweight"]), + ("LISTENT", &["listen"]), + ("STARTEGY", &["strategy"]), + ("ONWEE", &["ennui"]), + ("COUNTERBAT", &["counteract"]), + ("TEMPAREMENT", &["temperament"]), + ("CURCIBLE", &["crucible"]), + ("UPLODERS", &["uploaders"]), + ("ASSIDE", &["aside"]), + ("MISUNDERSTUNDING", &["misunderstandings"]), + ("EXTRAPOLITE", &["extrapolate"]), + ("COALESSING", &["coalescing"]), + ("UNDERSTOON", &["understood"]), + ("SOURCD", &["sourced", "source"]), + ("UNSTALLER", &["installer", "uninstaller"]), + ("BROWNIS", &["brownies"]), + ("HIRACHY", &["hierarchy"]), + ("ADJUSMENT", &["adjustment"]), + ("OPERATO", &["operator"]), + ("INDEPEDENT", &["independent"]), + ("TENTAIVE", &["tentative"]), + ("OFCOUSRE", &["ofcourse"]), + ("GUARUANTEING", &["guaranteeing"]), + ("UNBREAKBALE", &["unbreakable"]), + ("CONTIGENCY", &["contingency"]), + ("SANITAZION", &["sanitation"]), + ("COYPRIGHT", &["copyright"]), + ("ELECTORITE", &["electorate"]), + ("CHEESEUS", &["cheeses"]), + ("RECCOMMENDS", &["recommends"]), + ("NAPOMES", &["napalms"]), + ("PERFROMANCE", &["performance"]), + ("EXTRATION", &["extraction"]), + ("PAYMET", &["payment"]), + ("CONNCURRENT", &["concurrent"]), + ("CONERN", &["concern"]), + ("MOMEMTARILY", &["momentarily"]), + ("MUTUXS", &["mutexes"]), + ("ESPISODICAL", &["episodical"]), + ("PERSEPECTIVE", &["perspective"]), + ("BEHINDE", &["behind"]), + ("GUARENTEER", &["guarantee"]), + ("VEREX", &["vertex"]), + ("SIGNFIES", &["signifies"]), + ("PSASWD", &["passwd"]), + ("UNSPEFICIFIED", &["unspecified"]), + ("PERSCRIBED", &["prescribed"]), + ("SACRIFIES", &["sacrifices"]), + ("ANYHING", &["anything"]), + ("CUTSCEENS", &["cutscenes"]), + ("RESOLVEMOS", &["resolves"]), + ("GUARBAGE", &["garbage"]), + ("CANABELYZES", &["cannibalizes"]), + ("SOCIOLOGIAL", &["sociological"]), + ("SPEFICY", &["specify"]), + ("CHEKCOUT", &["checkout"]), + ("DISIGNATED", &["designated"]), + ("RETREIVE", &["retrieve"]), + ("EXTRACCION", &["extraction"]), + ("CONCENTRATIN", &["concentration"]), + ("COUNSELLLING", &["counselling"]), + ("IDEALSIM", &["idealism"]), + ("CENCTER", &["center"]), + ("UNAPPRETIATIVE", &["unappreciative"]), + ("DISAPOINTED", &["disappointed"]), + ("EXPANATIONS", &["explanations", "expansions"]), + ("BRIDG", &["bridge"]), + ("NUTRITIUOS", &["nutritious"]), + ("EXPROPIATION", &["expropriation"]), + ("MISOGYNSITIC", &["misogynistic"]), + ("PREVENTE", &["prevented", "prevent"]), + ("UNCONDISIONAL", &["unconditional"]), + ("MOUNPOINT", &["mountpoint"]), + ("ALINGMENTS", &["alignments"]), + ("BECNHMARKS", &["benchmarks"]), + ("WATHCING", &["watching"]), + ("DISUTILS", &["distutils"]), + ("PERFOMEAMCES", &["performances"]), + ("IFSELF", &["itself"]), + ("MATHWES", &["mathews"]), + ("ARMAGEDDAN", &["armageddon"]), + ("GENARATING", &["generating"]), + ("MONUMENTOS", &["monuments"]), + ("MARAGRET", &["margaret"]), + ("COMPLETOR", &["completer", "completion"]), + ("ORTOGONALITY", &["orthogonality"]), + ("EXAPLAINING", &["explaining"]), + ("DEFANITLY", &["defiantly"]), + ("FULLFILMENT", &["fulfilment"]), + ("NOMBERS", &["numbers"]), + ("STHE", &["the"]), + ("VULNERBILITIES", &["vulnerabilities"]), + ("INTRASPECTION", &["introspection"]), + ("SAWNSEA", &["swansea"]), + ("PIGENS", &["pigeons", "pigpens"]), + ("REARRANGTEABLE", &["rearrangeable"]), + ("SPECICAL", &["special"]), + ("LICENCSE", &["licence", "license", "licenses"]), + ("PORTAITS", &["portraits"]), + ("OBIEDENCE", &["obedience"]), + ("REUPLADED", &["reuploaded"]), + ("OWERFLOWED", &["overflowed"]), + ("DISPAIRTY", &["disparity"]), + ("ASSOSICATION", &["assassination"]), + ("COURURIER", &["courier", "couturier"]), + ("UNIMPORANT", &["unimportant"]), + ("CUTSCEEN", &["cutscene"]), + ("SERCIVED", &["serviced"]), + ("MONOCHRONE", &["monochrome"]), + ("DISTUINGISHED", &["distinguished"]), + ("SEDNETARY", &["sedentary"]), + ("DEAMBIGUATES", &["disambiguates"]), + ("BACKENEDS", &["backends", "blackens"]), + ("DEFAULITS", &["defaults"]), + ("TOGGLEING", &["toggling"]), + ("CORRESPONDANTS", &["correspondents"]), + ("INFINIT", &["infinite"]), + ("DAHBOARDS", &["dashboards"]), + ("CALCUALIONS", &["calculations"]), + ("ASSASSSIN", &["assassins"]), + ("UNDOUBTLEY", &["undoubtedly"]), + ("CONTINUONS", &["continuous"]), + ("RENEGOITABLE", &["renegotiable"]), + ("RESIDENTAIL", &["residential"]), + ("GENEROISTY", &["generosity"]), + ("ACTUION", &["action"]), + ("GENEROUSITY", &["generosity"]), + ("MACHINARY", &["machinery"]), + ("REGULATORIES", &["regulators"]), + ("LAVELED", &["leveled", "labeled"]), + ("REVELEAD", &["revealed"]), + ("ACCCESSING", &["accessing"]), + ("INTERESETING", &["interesting"]), + ("BACKSLASHS", &["backslashes"]), + ("GANGSTEREST", &["gangsters"]), + ("INTERITS", &["inherits"]), + ("HYPOTHERICAL", &["hypothetical"]), + ("SPEFICIES", &["specifies"]), + ("CONTRADICING", &["contradicting"]), + ("ACCUMUATED", &["accumulated"]), + ("ALHABETICALY", &["alphabetically"]), + ("RETROACTIVLY", &["retroactively"]), + ("AUTOMETICALLY", &["automatically"]), + ("NECESSITITES", &["necessities"]), + ("RESIGNITION", &["resignation"]), + ("STOREAM", &["stream"]), + ("WARPPRED", &["warped", "wrapped"]), + ("DISTRBUTING", &["distributing"]), + ("INSPECTRES", &["inspectors"]), + ("LOSENED", &["loosened"]), + ("POCESSION", &["procession", "possession"]), + ("EXPERSE", &["expense", "express"]), + ("OCILATER", &["oscillator"]), + ("TRANSVORMING", &["transforming"]), + ("REGULR", &["regular"]), + ("CYRSTALLINE", &["crystalline"]), + ("GNORED", &["ignored"]), + ("NATINALISTS", &["nationalists"]), + ("ILLUSTRAION", &["illustration"]), + ("WORKSAPCE", &["workspace"]), + ("DELCLARATION", &["declaration"]), + ("COMPNAY", &["company"]), + ("PIGGYPACKED", &["piggybacked"]), + ("REQUSITE", &["requisite"]), + ("CAPABILTIY", &["capability"]), + ("SUBSCRITPT", &["subscript"]), + ("DITIONARY", &["dictionary"]), + ("HEGDEHOG", &["hedgehog"]), + ("FONCTIONALITIES", &["functionalities"]), + ("INDICTRINATED", &["indoctrinated"]), + ("GENERATIONNAL", &["generational"]), + ("INVALIDADES", &["invalidates"]), + ("PARALLEIZED", &["parallelized"]), + ("DIMENSINAL", &["dimensional"]), + ("TUTION", &["tuition"]), + ("DISRECPECTFUL", &["disrespectful"]), + ("BOUNDAYS", &["boundaries"]), + ("ANPHIBIAN", &["amphibian"]), + ("PRESCRIBTIONS", &["prescriptions"]), + ("LIVEING", &["living"]), + ("EVNING", &["evening"]), + ("GRAHPITE", &["graphite"]), + ("RENEGOSIATION", &["renegotiation"]), + ("UPGARADING", &["upgrading"]), + ("PUBLICY", &["publicly"]), + ("ATHORIZATION", &["authorization"]), + ("COMFORMING", &["comforting"]), + ("NUMVERS", &["numbers"]), + ("DECLAREMOS", &["declares"]), + ("SOILD", &["solid"]), + ("MINISTERIOS", &["ministers"]), + ("MUSICALY", &["musically"]), + ("RECALCELATED", &["recalculated"]), + ("CAPABILTITY", &["capability"]), + ("REPRESANT", &["represent"]), + ("SIGATURE", &["signature"]), + ("FOLOOWIN", &["following"]), + ("PHSYIOLOGICAL", &["physiological"]), + ("PAIROKEELITY", &["parochiality"]), + ("WORKSTAIONS", &["workstations"]), + ("PROGROM", &["pogrom", "program"]), + ("THREATENES", &["threatens"]), + ("VERIOUS", &["various"]), + ("DEMONSTRABY", &["demonstrably"]), + ("VICTEMS", &["victims"]), + ("SAWTEES", &["sautés"]), + ("PERFOOM", &["perfume", "perform"]), + ("APPROXMIATE", &["approximate"]), + ("YORSKHIRE", &["yorkshire"]), + ("GEOEMTRIES", &["geometries"]), + ("CLACULATION", &["calculation"]), + ("NEWTORK", &["network"]), + ("BRAZILIAS", &["brazilians"]), + ("BLASHPEMY", &["blasphemy"]), + ("MISCHIEVIOUS", &["mischievous"]), + ("OBTAINIG", &["obtaining"]), + ("CETRAINLY", &["certainly"]), + ("PROTOCAL", &["protocol"]), + ("RELOCAITE", &["relocate"]), + ("COVERTING", &["converting"]), + ("SPEFICITIES", &["specificities"]), + ("SPECIFICIATION", &["specification"]), + ("ANDOIRDS", &["androids"]), + ("MAGISINE", &["magazine"]), + ("ANSWERES", &["answers"]), + ("SCRAMBE", &["scramble"]), + ("RELEAFING", &["relieving"]), + ("NEGOTAIATORS", &["negotiators"]), + ("WITHOT", &["without"]), + ("SATEMENT", &["statement"]), + ("SEGMENTAION", &["segmentation"]), + ("IGNORRING", &["ignoring"]), + ("DURAITON", &["duration"]), + ("SYLIBOL", &["syllable"]), + ("WHANTS", &["wants"]), + ("BUILTERS", &["builders"]), + ("PROHIBITVE", &["prohibited"]), + ("SERALIZING", &["serializing"]), + ("FETHCES", &["fetches"]), + ("AUTOMATIED", &["automate"]), + ("AUTOCORRRECT", &["autocorrect"]), + ("CHCUKLES", &["chuckles"]), + ("AUTHECATES", &["authenticates"]), + ("RHEOTRIC", &["rhetoric"]), + ("PROMETHIUS", &["prometheus"]), + ("ATMOSPERE", &["atmosphere"]), + ("PRAMETER", &["parameter"]), + ("UNRECOGNIXED", &["unrecognized"]), + ("DIPLAYS", &["displays"]), + ("CUSTIMIZABLE", &["customizable"]), + ("CRUTIALY", &["crucially"]), + ("APPETITIE", &["appetite"]), + ("SATIC", &["static"]), + ("STARDARDIZED", &["standardized"]), + ("OVERLODED", &["overloaded"]), + ("MILKTOASTS", &["milquetoasts"]), + ("STAKEBOARD", &["skateboard"]), + ("CHROMOSONES", &["chromosomes"]), + ("VALIDATAION", &["validation"]), + ("WEALTHEIR", &["wealthier"]), + ("INSATLLED", &["installed"]), + ("WINDSHIED", &["windshield"]), + ("CUSTONISE", &["customise"]), + ("MASOGINISTIC", &["misogynistic"]), + ("CANDADATES", &["candidates"]), + ("CONTIBUTING", &["contributing"]), + ("DEFITIONS", &["definitions"]), + ("CURRNETLY", &["currently"]), + ("MISUNDERSTADINGS", &["misunderstandings"]), + ("COMPULSTION", &["compulsion"]), + ("CHNANGELOG", &["changelog"]), + ("BELEAVED", &["believed"]), + ("CHARASCTERS", &["characters"]), + ("UPLAODES", &["uploads"]), + ("ORIIGN", &["origin"]), + ("ACCUMLATING", &["accumulating"]), + ("EXTURDES", &["extrudes"]), + ("AUTOGRAPGH", &["autograph"]), + ("POPULLATED", &["populated"]), + ("OPTISMIED", &["optimised"]), + ("GOVERMENTS", &["governments"]), + ("SURPRISINLGY", &["surprisingly"]), + ("SPECIALITZED", &["specialized"]), + ("PARAVIRUTALISED", &["paravirtualised"]), + ("INMUTABLE", &["immutable"]), + ("AUTHENENTICATES", &["authenticates"]), + ("REVSIONS", &["revisions"]), + ("IDEOSINCRATIC", &["idiosyncratic"]), + ("ABBERVIATION", &["abbreviation"]), + ("VIRTAUL", &["virtual"]), + ("STABLITY", &["stability"]), + ("PERSEWER", &["pursuer"]), + ("EVERETS", &["everest"]), + ("INTERESSETED", &["interested"]), + ("PREJEDUCES", &["prejudices"]), + ("VISIBLLE", &["visible"]), + ("ORGANISERT", &["organisers"]), + ("INTERFERENCIES", &["interferences"]), + ("POSSIBILY", &["possibility", "possibly"]), + ("PERIODICALY", &["periodically"]), + ("EARIER", &["earlier"]), + ("DETERNINE", &["determine"]), + ("THERMODYNAICS", &["thermodynamics"]), + ("COLLPASE", &["collapse"]), + ("DEMOGRAPIC", &["demographic"]), + ("CRIPT", &["crypt", "script"]), + ("SPEFICIALLIES", &["specifies"]), + ("HYPERBOLY", &["hyperbole"]), + ("TEXTRUES", &["textures"]), + ("LIBRRAIES", &["libraries"]), + ("DEFININITIONS", &["definitions"]), + ("FLACOURS", &["flavours"]), + ("SEEZURES", &["seizures"]), + ("IMPLEMENETAION", &["implementation"]), + ("COMPLATNESS", &["completeness"]), + ("ENTREPRENERS", &["entrepreneurs"]), + ("FARSE", &["farce"]), + ("SERENTIY", &["serenity"]), + ("ORELANS", &["orleans"]), + ("EXTRACTET", &["extracted"]), + ("AUTONOMITY", &["autonomy"]), + ("ISSSUES", &["issues"]), + ("LEEGUNS", &["legions"]), + ("PREDUJICED", &["prejudiced"]), + ("NATIONALTIES", &["nationalist"]), + ("LEFTITS", &["leftist"]), + ("HISTOGAM", &["histogram"]), + ("EXPRSSION", &["expression"]), + ("UNKONWNS", &["unknowns"]), + ("DECRIPTORS", &["descriptors"]), + ("DELGATOR", &["delegator"]), + ("METROPOLLIS", &["metropolis"]), + ("RECEVIER", &["receiver"]), + ("DOBLE", &["double"]), + ("ABSOPRTION", &["absorption"]), + ("PRESISTION", &["precision"]), + ("WILLINGLESS", &["willingness"]), + ("THAUGHTS", &["thoughts"]), + ("TRANSPARNTLY", &["transparently"]), + ("MAYBELLIBE", &["maybelline"]), + ("OPEING", &["opening"]), + ("EXTENSEVILY", &["extensively"]), + ("APPREICATED", &["appreciated"]), + ("RENDIRERS", &["renderers"]), + ("BASTINO", &["bastion"]), + ("UNSPEFIXIED", &["unspecified"]), + ("RELEASEAD", &["released"]), + ("ALEGIENCE", &["allegiance"]), + ("SUPPORESSION", &["suppression"]), + ("RECONENCTING", &["reconnecting"]), + ("DISCCONEECTING", &["disconnecting"]), + ("REFELCTS", &["reflects"]), + ("MODULIE", &["module"]), + ("TECHNOLGY", &["technology"]), + ("OPEARATORS", &["operators"]), + ("WEDNESAY", &["wednesday"]), + ("INNNER", &["inner"]), + ("TESTICLIES", &["testicle"]), + ("OPTIOINAL", &["optional"]), + ("SERVEICING", &["servicing"]), + ("ASAI", &["asia"]), + ("EXPLORATING", &["exploration"]), + ("CILYNDRES", &["cylinders"]), + ("SIMLIARITY", &["similarity"]), + ("TROUBADOR", &["troubadour"]), + ("CCERTIFICATED", &["certificated"]), + ("VUNERABILITY", &["vulnerability"]), + ("OUTFEILD", &["outfield"]), + ("ASSOZIATED", &["associated"]), + ("CONTRACCION", &["contraction"]), + ("ALLOCO", &["alloc"]), + ("ACCREDIATION", &["accreditation"]), + ("UKRAININA", &["ukrainian"]), + ("DEFALTS", &["defaults"]), + ("INITIATVE", &["initiate"]), + ("JEPORDIZE", &["jeopardize"]), + ("PERFECCION", &["perfection"]), + ("LIGHTWEIGT", &["lightweight"]), + ("ASSOAIATIVE", &["associative"]), + ("CONSTUCTER", &["constructor"]), + ("SOCALISTS", &["socialists"]), + ("CORALE", &["chorale"]), + ("VERIFICIATION", &["verification"]), + ("GRAVITIATION", &["gravitation"]), + ("GARGOIL", &["gargoyle"]), + ("INTRODUCINC", &["introducing"]), + ("DIASSOCIATE", &["disassociate"]), + ("SCRACHS", &["scratches"]), + ("CONGERGATION", &["congregation"]), + ("DORMENT", &["dormant"]), + ("SUCCEEED", &["succeed", "succeeded"]), + ("MATHEMATICION", &["mathematician"]), + ("TRANSKRIPT", &["transcript"]), + ("PRMOPTING", &["prompting"]), + ("RENEGOTIONATOR", &["renegotiator"]), + ("SPECTIFICATIONS", &["specifications"]), + ("CHARATCER", &["character"]), + ("TEMPROY", &["temporary"]), + ("PARTICIPAT", &["participants"]), + ("INDEPENDENANTLY", &["independently"]), + ("CONFUGIRES", &["configures"]), + ("RETREVE", &["retrieve"]), + ("SCHOL", &["school"]), + ("EXPRESSIONG", &["expressing", "expression"]), + ("IMPRESONATE", &["impersonate"]), + ("DOAGONAL", &["diagonal"]), + ("STOPRY", &["story"]), + ("EXTRAVOGANT", &["extravagant"]), + ("ORGANIZARE", &["organizer"]), + ("THROTTOLING", &["throttling"]), + ("STREAMEAR", &["streamer"]), + ("SURVICED", &["serviced", "survived"]), + ("LIBGUISTIC", &["linguistic"]), + ("REPORDUCTION", &["reproduction"]), + ("AMUBLANCE", &["ambulance"]), + ("SINGOLS", &["signals", "singles"]), + ("CONDAMNED", &["condemned"]), + ("MANTANINED", &["maintained"]), + ("INTERACTEVE", &["interactive"]), + ("TRANSTIONED", &["transitioned"]), + ("SPECIFICFATION", &["specification"]), + ("DITIAL", &["digital"]), + ("UNFORTUNALTELY", &["unfortunately"]), + ("INAVLID", &["invalid"]), + ("AWNSERING", &["answering"]), + ("UNSUBSCRIED", &["unsubscribed"]), + ("REVOLUTIN", &["revolutions", "revolution"]), + ("DETECTE", &["detected", "detect", "detects"]), + ("UPREDICTABLE", &["unpredictable"]), + ("CHILDS", &["children"]), + ("ABSOOLUTELY", &["absolutely"]), + ("ILLUSTRE", &["illustrate"]), + ("PATIALLY", &["partially"]), + ("CHANGABILITY", &["changeability"]), + ("HORISHIMA", &["hiroshima"]), + ("RETURES", &["returns"]), + ("TORTILINI", &["tortellini"]), + ("KONW", &["know"]), + ("ASTRONAUTES", &["astronauts"]), + ("SQUIRRLES", &["squirrels"]), + ("OVERREIDE", &["override"]), + ("CONVINIENCYS", &["conveniences"]), + ("MELANCOLY", &["melancholy"]), + ("REPEITION", &["repetition"]), + ("SNWODEN", &["snowden"]), + ("RESSAPEE", &["recipe"]), + ("COMNNECTED", &["connected"]), + ("PUNISHEMNT", &["punishments"]), + ("SHECKING", &["checking", "shucking"]), + ("PASSORD", &["password"]), + ("PRAISSE", &["praises"]), + ("PERSEVERENCE", &["perseverance"]), + ("RENDEIRNG", &["rendering"]), + ("USSUALL", &["usual"]), + ("REPRECUSSION", &["repercussions", "repercussion"]), + ("DOCUMUMENT", &["document"]), + ("ANIALATE", &["annihilate"]), + ("COUTERMEASUERES", &["countermeasures"]), + ("CONVETERS", &["converters"]), + ("EXPERINECED", &["experienced"]), + ("SCTIONAL", &["sectional", "suctional"]), + ("UNDEFIED", &["undefined"]), + ("MENCAING", &["menacing"]), + ("INDEFINITIVE", &["indefinite"]), + ("SHRELOCK", &["sherlock"]), + ("HYPHOTESIS", &["hypothesis"]), + ("IMAPGE", &["image"]), + ("OSTENISBLY", &["ostensibly"]), + ("ENNTRIES", &["entries"]), + ("CORRECTIVO", &["correction"]), + ("PEROIDICALLY", &["periodically"]), + ("UNMARSHALING", &["unmarshalling"]), + ("DOWNVOTEING", &["downvoting"]), + ("RIMINICED", &["reminisced"]), + ("CRITICALLITY", &["critically"]), + ("LOWECASE", &["lowercase"]), + ("ALIGHNMENT", &["alignment"]), + ("WORSPACE", &["workspace"]), + ("FLAHSES", &["flashes"]), + ("TRANSVORM", &["transform"]), + ("DIAGNOSITIC", &["diagnostic"]), + ("OPITCAL", &["optical"]), + ("VEHEMONTLY", &["vehemently"]), + ("USSAGE", &["usage"]), + ("CONTINUTING", &["continuing"]), + ("REPOSITORYS", &["repositories"]), + ("PERIODISCH", &["periodic"]), + ("ADDAPTATIONS", &["adaptations"]), + ("CHARECTERISTIC", &["characteristic"]), + ("INPUST", &["input", "inputs"]), + ("BENGAZHI", &["benghazi"]), + ("CUSINES", &["cuisines"]), + ("COMMISHIONER", &["commissioner"]), + ("COUNTERTRAPS", &["counterparts"]), + ("LOGGGING", &["logging"]), + ("DEREIVATIVES", &["derivatives"]), + ("RESPWANS", &["respawns"]), + ("TOTATION", &["rotation"]), + ("ENTERTAINIG", &["entertaining"]), + ("DESCRITPION", &["descriptions", "description"]), + ("TOGHETER", &["together"]), + ("FORIEGNER", &["foreigner"]), + ("SUPERFLUIOUS", &["superfluous"]), + ("DEFLECTICON", &["deflection"]), + ("POSTPROCESING", &["postprocessing"]), + ("BUDDIST", &["buddhist"]), + ("ELEGENTLY", &["elegantly"]), + ("BACKPAKCS", &["backpacks"]), + ("IMPLMENETER", &["implementer"]), + ("DETERIMINED", &["determined"]), + ("MATATABLE", &["metatable"]), + ("VASSALOS", &["vassals"]), + ("INVADERAS", &["invaders"]), + ("ENEGERIES", &["energies"]), + ("EXPLICTELY", &["explicitly"]), + ("BASTRACTION", &["abstraction"]), + ("HUANTED", &["haunted"]), + ("ARGUEMTN", &["argument"]), + ("FUCNTIONS", &["functions"]), + ("RENEWABE", &["renewables"]), + ("ALERNATE", &["alternate"]), + ("AMUNG", &["among"]), + ("DEPENDIG", &["depending"]), + ("MERGGE", &["merge"]), + ("COMMTI", &["commit"]), + ("OVERZELUSLY", &["overzealously"]), + ("CONTENS", &["contents", "contains"]), + ("REFERENE", &["referee", "reference"]), + ("DISADVATANGE", &["disadvantage"]), + ("BROWINES", &["brownies"]), + ("FELLOWSHOP", &["fellowship"]), + ("WHLE", &["while"]), + ("EZDROP", &["eavesdrop"]), + ("UNPLACABLE", &["unplayable"]), + ("MIDFIELDIERS", &["midfielders"]), + ("GRAUDATES", &["graduates"]), + ("NORHTERN", &["northern"]), + ("DISKRETIZED", &["discretized"]), + ("COMLPEX", &["complex"]), + ("VARIATY", &["variety"]), + ("CONTANED", &["contained"]), + ("CONSTUCT", &["construct"]), + ("CHOCOALTE", &["chocolate"]), + ("IDEOLOGICE", &["ideologies"]), + ("PROHIBATIVE", &["prohibitive"]), + ("UNIVERSIY", &["university"]), + ("EXPECTE", &["expected"]), + ("RESEMBLENSE", &["resembles"]), + ("CORRECLTLY", &["correctly"]), + ("OTHEWISE", &["otherwise"]), + ("AFFORTABLE", &["affordable"]), + ("PYSCHEDELIC", &["psychedelic"]), + ("PANTHOEN", &["pantheon"]), + ("COLLECED", &["collected", "coalesced"]), + ("SILOUHETTE", &["silhouette"]), + ("THESHOLD", &["threshold"]), + ("TRASFORMABLE", &["transformable"]), + ("RANDAZYVOUS", &["rendezvous"]), + ("COEXISTANCE", &["coexistence"]), + ("AVAILABITY", &["availability"]), + ("CONFIGURATIOON", &["configuration"]), + ("SEPECIFIER", &["specifier"]), + ("CONTITION", &["condition"]), + ("TRASCATION", &["transaction"]), + ("REGIST", &["register"]), + ("BOWKAYS", &["bouquets"]), + ("EURISTICS", &["heuristics"]), + ("INTEGRATO", &["integration"]), + ("ASISSTANTS", &["assistants"]), + ("PURPUSES", &["purposes"]), + ("COUNTERIES", &["counters"]), + ("KEYORDS", &["keywords"]), + ("FANTACIZING", &["fantasizing"]), + ("DISAPPIONT", &["disappoint"]), + ("INITIALIASED", &["initialised"]), + ("ABSOLAUTELY", &["absolutely"]), + ("KNWOINGLY", &["knowingly"]), + ("PARENTHESED", &["parenthesized"]), + ("CAUGT", &["caught"]), + ("ELEEMNTS", &["elements"]), + ("STABILTY", &["stability"]), + ("CORSSHAIRS", &["crosshairs"]), + ("SOUTHEN", &["southern"]), + ("SPONTEANOUS", &["spontaneous"]), + ("PARTICIPENT", &["participant"]), + ("ENTRACE", &["entrance"]), + ("ASSINGING", &["assigning"]), + ("COORESPOND", &["correspond"]), + ("TIMETSTAMP", &["timestamp"]), + ("SANPSHOT", &["snapshot"]), + ("NARRATIVAS", &["narratives"]), + ("INTERCOUSE", &["intercourse"]), + ("IDENIFIABLE", &["identifiable"]), + ("PAROCHEELLY", &["parochially"]), + ("PROJETED", &["projected"]), + ("RADEUS", &["radius"]), + ("CHIRSTIAN", &["christian"]), + ("ALGORITHMMIC", &["algorithmic"]), + ("SXL", &["xsl"]), + ("ENCYCLOPADIA", &["encyclopedia"]), + ("FUNCHTIONING", &["functioning"]), + ("IMEDIATE", &["immediate"]), + ("NOTICATION", &["notification"]), + ("SCROOLING", &["scrolling"]), + ("DEDUPLACTE", &["deduplicate"]), + ("ENBRACE", &["embrace"]), + ("PUBLISHEED", &["published"]), + ("OPENEING", &["opening"]), + ("FOULD", &["foul", "fouled", "fold"]), + ("THEARDING", &["threading"]), + ("DIPSOSING", &["disposing"]), + ("CONFUGRES", &["configures"]), + ("PROCEES", &["proceeds", "process"]), + ("LIASE", &["liaise"]), + ("BETER", &["better"]), + ("AGREGATES", &["aggregates"]), + ("CHEETOOS", &["cheetos"]), + ("ICREMENTED", &["incremented"]), + ("ARCITECTURE", &["architecture"]), + ("PROTESTAS", &["protests"]), + ("COPPERMINES", &["coppermine"]), + ("ORGANISZED", &["organise"]), + ("SPONZORED", &["sponsored"]), + ("VARAIANCE", &["variance"]), + ("RELEANT", &["relevant", "relent"]), + ("BOOSTRAPING", &["bootstrapping"]), + ("APPICALITONS", &["applications"]), + ("ESPRESSINO", &["espresso"]), + ("CONSTRATING", &["constraint"]), + ("ACCIENT", &["accident"]), + ("APPRECIATERS", &["appreciates"]), + ("SCOSTMAN", &["scotsman"]), + ("DIFRACT", &["diffract"]), + ("LIMITATING", &["limitation"]), + ("AGRUMENTATIVE", &["argumentative"]), + ("ACKNOWELDGEMENT", &["acknowledgement"]), + ("CHECKUMS", &["checksums"]), + ("ELEGIBLE", &["eligible"]), + ("SUPERFICAL", &["superficial"]), + ("METHAPHORS", &["metaphors"]), + ("DERUGULATION", &["deregulation"]), + ("UNISNTALLED", &["uninstalled"]), + ("PHARMASUDICALY", &["pharmaceutical"]), + ("PLAYISTS", &["playlists"]), + ("SUBSTANTITVE", &["substantive"]), + ("EXPIDITE", &["expedite"]), + ("LICNESE", &["license"]), + ("TORWARD", &["toward"]), + ("SRARTED", &["started"]), + ("CAUSALTIES", &["casualties"]), + ("SOMWHO", &["somehow"]), + ("TERMIANLS", &["terminals"]), + ("COMPENSACION", &["compensation"]), + ("STATISTCT", &["statistic", "statistics"]), + ("HIERCHICAL", &["hierarchical"]), + ("AUTHENCICATES", &["authenticates"]), + ("STRAINGS", &["strains"]), + ("AUTHENCIATORS", &["authenticators"]), + ("CURRATE", &["curate"]), + ("ACOUNT", &["account"]), + ("INSERTES", &["inserts"]), + ("INCLUDEDS", &["includes", "included"]), + ("EXPERIENC", &["experience"]), + ("DISPENSORIES", &["dispensaries"]), + ("DEOCDER", &["decoder"]), + ("TEMINATING", &["terminating"]), + ("SIBLINS", &["siblings"]), + ("PERHABS", &["perhaps"]), + ("TRAVELLODGE", &["travelled"]), + ("REUPLODING", &["reuploading"]), + ("SOLIDAIRTY", &["solidarity"]), + ("EQUILIBRUM", &["equilibrium"]), + ("AWKAWRDLY", &["awkwardly"]), + ("INSERST", &["insert"]), + ("RENEGATIOTIATION", &["renegotiation"]), + ("DIVICER", &["divider"]), + ("INTERCOURCE", &["intercourse"]), + ("TRANSFERR", &["transfer"]), + ("FORRSET", &["forrest"]), + ("REPROT", &["report"]), + ("EXECTUIONER", &["executioner"]), + ("DELIMITTED", &["delimited"]), + ("BALASTERS", &["balusters"]), + ("SELECCTION", &["selection"]), + ("EXPERIMNETALLY", &["experimentally"]), + ("WEEKEDN", &["weekend"]), + ("OVERDREV", &["overdrive"]), + ("MOR", &["more"]), + ("PAROKEELITY", &["parochiality"]), + ("RECRETES", &["recreates"]), + ("PRESUMIBLY", &["presumably"]), + ("DIALGOS", &["dialogs"]), + ("PASCHEURISATION", &["pasteurisation"]), + ("ENUMERTAION", &["enumeration"]), + ("SUBSCRITPIONS", &["subscriptions"]), + ("DEIFNATELY", &["definitely"]), + ("TEMPURATURE", &["temperature"]), + ("PARAYLZED", &["paralyzed"]), + ("COALAESCENCE", &["coalescence"]), + ("TROTTLE", &["throttle"]), + ("EMPLYER", &["employer"]), + ("INTEGIRTY", &["integrity"]), + ("CONFEDERANCY", &["confederacy"]), + ("SYCHRONISER", &["synchroniser"]), + ("MINMIZE", &["minimize"]), + ("ZELLOTS", &["zealots"]), + ("TERRORITIES", &["territories"]), + ("SPEFICIFEID", &["specified"]), + ("PREMPTIVELY", &["preemptively"]), + ("IMAGINATIVO", &["imagination"]), + ("INFREQUANCY", &["infrequency"]), + ("CONECTIVITY", &["connectivity"]), + ("FUNTIONING", &["functioning"]), + ("REFRENCE", &["reference"]), + ("BREAL", &["break"]), + ("UNRPTORECT", &["unprotect"]), + ("RAPIDALLY", &["rapidly"]), + ("NAMEPSACE", &["namespace"]), + ("CONTRIBTED", &["contributed"]), + ("ABONIMATION", &["abomination"]), + ("GETEGORIES", &["categories"]), + ("ALLEGELY", &["allegedly"]), + ("APPOXIMATES", &["approximates"]), + ("INTUATIVELY", &["intuitively"]), + ("CHENGED", &["changed"]), + ("PARITITIONS", &["partitions"]), + ("SQAURES", &["squares"]), + ("AUROMATED", &["automated"]), + ("CNTROLLER", &["controller"]), + ("TEMPETS", &["tempest"]), + ("UNCOMPLETENESS", &["incompleteness"]), + ("ITNERPRETATION", &["interpretation"]), + ("EDEYCATS", &["etiquettes"]), + ("CARNOMIES", &["ceremonies"]), + ("CONCEQUENCE", &["consequence"]), + ("CAMOFLAGUED", &["camouflaged"]), + ("ESPACED", &["escaped"]), + ("DESCRYPTIONS", &["descriptions"]), + ("SOCIALISS", &["socialists"]), + ("ANF", &["and"]), + ("EXMAINED", &["examined"]), + ("INCIDENTUL", &["incidental"]), + ("AUTISTISCH", &["autistic"]), + ("ASSUMU", &["assume"]), + ("FACOURITES", &["favourites"]), + ("PROPOSITIVO", &["proposition"]), + ("PROCTECT", &["protect"]), + ("MASTERIS", &["masteries"]), + ("FROMS", &["forms"]), + ("VERNICULAR", &["vernacular"]), + ("REPLACEMENET", &["replacement"]), + ("SPEFICIFALLY", &["specifically"]), + ("EXIXTS", &["exists", "exits"]), + ("INVENTIOS", &["inventions"]), + ("ATTAHCED", &["attached"]), + ("AFARAID", &["afraid"]), + ("DISOVERING", &["discovering"]), + ("ENERY", &["energy"]), + ("UNSUSBCRIBE", &["unsubscribe"]), + ("HEARTBEART", &["heartbeat"]), + ("SHAPSHOT", &["snapshot"]), + ("RERFERENCES", &["references"]), + ("LOCATIONES", &["locations"]), + ("AUGMNETERS", &["augmenters"]), + ("DISTIRBUTION", &["distribution"]), + ("COORPERATIONS", &["corporations", "cooperations"]), + ("CORRDINATING", &["coordinating"]), + ("ADAQUATELY", &["adequately"]), + ("ENAUGH", &["enough"]), + ("RECLAIMATION", &["reclamation"]), + ("UNEXPECETDLY", &["unexpectedly"]), + ("PRESISTANT", &["persistent"]), + ("ILLIGITAMENT", &["illegitimate"]), + ("DONEJUNS", &["dungeons"]), + ("STORYS", &["storeys"]), + ("SPEFICEIRS", &["specifiers"]), + ("POSSILBE", &["possible"]), + ("SUBSIDARY", &["subsidiary"]), + ("KWNO", &["know"]), + ("GRAVITAITONAL", &["gravitational"]), + ("STRAGGER", &["straggler", "stagger"]), + ("APRRECIATE", &["appreciate"]), + ("BRANCING", &["branching"]), + ("CHARACTARIZATION", &["characterization"]), + ("SHEEPEL", &["sheeple"]), + ("IRRESPONSIBE", &["irresponsible"]), + ("DANDIDATES", &["candidates"]), + ("DISTRUPTS", &["distrust"]), + ("PROVENCIAL", &["provincial"]), + ("IMPROTED", &["imported"]), + ("EXPET", &["expect", "expat"]), + ("LARGLEY", &["largely"]), + ("WITHDRAL", &["withdrawal"]), + ("PRECEEDS", &["precedes", "proceeds"]), + ("ATUHENTICATORS", &["authenticators"]), + ("COLUM", &["column"]), + ("TRAVERSIER", &["traverse"]), + ("FAVOURITS", &["favourites"]), + ("MCHANISM", &["mechanism"]), + ("AMEELIARATING", &["ameliorating"]), + ("COPYRIGT", &["copyright"]), + ("VEYR", &["very"]), + ("MANEVEUR", &["maneuver"]), + ("CARACTERISTICS", &["characteristics"]), + ("ALGOTIRHMS", &["algorithms"]), + ("INFRASTRUKTURE", &["infrastructure"]), + ("INADIQUATE", &["inadequate"]), + ("ABANDEN", &["abandon"]), + ("SHAPRIE", &["sharpie"]), + ("CONVENCIONALLY", &["conventionally"]), + ("CAPITALIZATON", &["capitalization"]), + ("SPECFY", &["specify"]), + ("NEOROSCIENCE", &["neuroscience"]), + ("ADMINISTRAION", &["administration"]), + ("KENNDEY", &["kennedy"]), + ("EXCERISES", &["exercises"]), + ("CHANNGES", &["changes"]), + ("SENARIO", &["scenario"]), + ("ABRIVIATE", &["abbreviate"]), + ("CONENINECE", &["convenience"]), + ("DOCUMANTARY", &["documentary"]), + ("BLOCHING", &["blocking"]), + ("MASTURABTING", &["masturbating"]), + ("ENTERANCE", &["entrance"]), + ("DISGRUNTALED", &["disgruntled"]), + ("CALLL", &["call"]), + ("MUSTASH", &["mustache"]), + ("POITN", &["point"]), + ("WEEKENED", &["weekend"]), + ("SMALLAR", &["smaller"]), + ("MODIFED", &["modified"]), + ("FAILDED", &["failed"]), + ("COUNTINUEQ", &["continueq", "continue"]), + ("ATTANDANCE", &["attendance"]), + ("FOLLLOWINWG", &["following"]), + ("INTERPOLOATES", &["interpolates"]), + ("LITHUANA", &["lithuania"]), + ("CHARACTERIZATON", &["characterization"]), + ("SHARRAIDS", &["charades"]), + ("BRUNETTTE", &["brunette"]), + ("CONTACTION", &["contacting"]), + ("PRETECTS", &["protects"]), + ("PREREQUISTE", &["prerequisite"]), + ("CLODES", &["closed", "clothes"]), + ("TONANGE", &["tonnage"]), + ("INVOKVED", &["invoked"]), + ("SUPPORING", &["supporting"]), + ("OBTAION", &["obtain"]), + ("JOUNRALISTS", &["journalists"]), + ("VALUBALE", &["valuable"]), + ("TECHICALLY", &["tactically", "technically"]), + ("ELEMNETS", &["elements"]), + ("RETRIBUCION", &["retribution"]), + ("FLOURISHMENT", &["flourishing"]), + ("HANDSHAGES", &["handshakes"]), + ("EMBASSEY", &["embassy"]), + ("THEMSELVS", &["themselves"]), + ("DECLARATED", &["declared"]), + ("CONTAC", &["contact"]), + ("UNANMIOUS", &["unanimous"]), + ("EASILIY", &["easily"]), + ("HANLDE", &["handle"]), + ("CURRUPTION", &["corruption"]), + ("LANGUGUES", &["languages"]), + ("FOLLOWNG", &["following"]), + ("MANDOTORY", &["mandatory"]), + ("DOSEN", &["dozen", "dose", "doesn"]), + ("MENTONED", &["mentioned"]), + ("DELIBERITE", &["deliberate"]), + ("IMPLENT", &["implement"]), + ("AUTHENITICATORS", &["authenticators"]), + ("EARLEIR", &["earlier"]), + ("INTERSTELAR", &["interstellar"]), + ("DROTMUND", &["dortmund"]), + ("CONCICELY", &["concisely"]), + ("DEZIBEL", &["decibel"]), + ("TUST", &["trust"]), + ("BOTTLEBECK", &["bottleneck"]), + ("ALGORITHIMCALLY", &["algorithmically"]), + ("TRANSFERT", &["transfer", "transferred"]), + ("SACRELIGIOUS", &["sacrilegious"]), + ("INCONSISTENTY", &["inconsistency"]), + ("COMPAGNONS", &["companions"]), + ("NEUMONICLY", &["mnemonically"]), + ("EXPERIMANENTING", &["experimenting"]), + ("CYLINDICAL", &["cylindrical"]), + ("DEPREACTE", &["deprecate"]), + ("VUNERABILITIES", &["vulnerabilities"]), + ("SUPERIOUR", &["superior"]), + ("ACEPT", &["accept"]), + ("PROSECTUOR", &["prosecutor"]), + ("TIMESTMAPS", &["timestamps"]), + ("RARIFIED", &["rarefied"]), + ("MASTUTBATION", &["masturbation"]), + ("COMPONENENTS", &["components"]), + ("ATTCHES", &["attaches"]), + ("REALLOCAIING", &["reallocating"]), + ("EMMISARIES", &["emissaries"]), + ("PARTITIOING", &["partitioning"]), + ("ENHABCE", &["enhance"]), + ("NEGOGTIATED", &["negotiated"]), + ("MOAST", &["most", "moat"]), + ("TOLERABE", &["tolerable"]), + ("EXERSICE", &["exercise"]), + ("SEACHED", &["searched"]), + ("TRIMUPH", &["triumph"]), + ("SHLETERS", &["shelters"]), + ("ACKNOLWEDGEMENT", &["acknowledgement"]), + ("PORNOGRPHY", &["pornography"]), + ("ALGORTHIN", &["algorithm"]), + ("RESULOTION", &["resolution"]), + ("CONIFGURATIONS", &["configurations"]), + ("RESSURRECTION", &["resurrection"]), + ("NATURELS", &["natures"]), + ("ASSIGNGED", &["assigned"]), + ("DOKCING", &["docking"]), + ("PRONOUNE", &["pronounced"]), + ("PERSCIUSLY", &["preciously"]), + ("BARIIER", &["barrier"]), + ("INTIALIZING", &["initializing"]), + ("INFROTN", &["infront"]), + ("PACAKGING", &["packaging"]), + ("EXCELLENET", &["excellence"]), + ("TRISKADEKAPHOBIA", &["triskaidekaphobia"]), + ("ANONYMOUSY", &["anonymously"]), + ("BLACKHAWS", &["blackhawks"]), + ("EXORBATANT", &["exorbitant"]), + ("EXTREMALY", &["extremely"]), + ("EVALUTION", &["evaluation", "evolution"]), + ("UNATHORIZED", &["unauthorized"]), + ("CORRISPOND", &["correspond"]), + ("DESITNATIONS", &["destinations"]), + ("HORIZANTAL", &["horizontal"]), + ("CLEARIFY", &["clarify"]), + ("INTUTIVELY", &["intuitively"]), + ("REPLACMENET", &["replacement"]), + ("COMPLETEION", &["completion"]), + ("NUMBERRED", &["numbered"]), + ("WOKRSPACE", &["workspace"]), + ("DIRECCTORY", &["directory"]), + ("CONTINIOUS", &["continuous"]), + ("UNIVERSIAL", &["universal"]), + ("BACKOUNDS", &["backgrounds"]), + ("POSTPONINIG", &["postponing"]), + ("DECRIPTOR", &["descriptor"]), + ("OBJEKT", &["object"]), + ("PARRALLELY", &["parallelly"]), + ("OCASSIONED", &["occasioned"]), + ("EASYER", &["easier"]), + ("AQUISITION", &["acquisition"]), + ("SIMLUATED", &["simulated"]), + ("DOWNVOTEUR", &["downvoters"]), + ("CONTZAINS", &["contains"]), + ("ENCYLCOPEDIA", &["encyclopedia"]), + ("BELYS", &["belies"]), + ("FUALTS", &["faults"]), + ("NEGOTITATOR", &["negotiator"]), + ("SELECING", &["selecting"]), + ("DECOMPOSITON", &["decomposition"]), + ("PSHYCOSIS", &["psychosis"]), + ("RESISTEN", &["resistance"]), + ("ARRANGMENETS", &["arrangements"]), + ("CONVETION", &["convention"]), + ("SITUAION", &["situation"]), + ("BRACELETTS", &["bracelets"]), + ("PROVIE", &["provide", "prove"]), + ("CERREBRAL", &["cerebral"]), + ("COMPATIBLITIES", &["compatibilities"]), + ("ACCESSIIBILITY", &["accessibility"]), + ("COPENHAAGEN", &["copenhagen"]), + ("TRANALATING", &["translating"]), + ("SPRIPTED", &["scripted"]), + ("MIMIMISE", &["minimise"]), + ("FOLLEWIWNG", &["following"]), + ("BREAKPINT", &["breakpoint"]), + ("SLIENTLY", &["silently"]), + ("IDENTIFIEER", &["identifier"]), + ("INCLUDNG", &["including"]), + ("POSSILE", &["possible"]), + ("DESTTRUCTOR", &["destructor"]), + ("SOMETIEM", &["sometime", "sometimes"]), + ("DECONDING", &["decoding"]), + ("CONSTITUES", &["constitutes"]), + ("CANNABILYZE", &["cannibalize"]), + ("TRANSALTIONS", &["translations"]), + ("CALSSIFICATION", &["classification"]), + ("PHILOSOPY", &["philosophy"]), + ("THROUH", &["through"]), + ("IMPERIARIST", &["imperialist"]), + ("ARHTRITIS", &["arthritis"]), + ("ORHPAN", &["orphan"]), + ("GHOSTCRIPT", &["ghostscript"]), + ("FALSHED", &["flashed"]), + ("OMISHIENCE", &["omniscience"]), + ("HEISTANT", &["hesitant"]), + ("FUNDAMENTALITS", &["fundamentalists"]), + ("CORASIR", &["corsair"]), + ("ORICLE", &["oracle"]), + ("DEFINITLETY", &["definitely"]), + ("BASIDES", &["besides"]), + ("ELELMENTARY", &["elementary"]), + ("UNSPEFICIFEID", &["unspecified"]), + ("MOTHERBOARS", &["motherboards"]), + ("CACL", &["calc"]), + ("DIRECTLOR", &["directory", "director"]), + ("EXCETUTABLE", &["executable"]), + ("ANECDOTALLLY", &["anecdotally"]), + ("AFFILATE", &["affiliate"]), + ("COMPUTAION", &["computation"]), + ("SWEETHEAT", &["sweetheart"]), + ("FLUSING", &["flushing"]), + ("OVERLOWED", &["overflowed", "overloaded"]), + ("EMBARISSING", &["embarrassing"]), + ("SUPPOORTS", &["supports"]), + ("PROPRTIES", &["properties"]), + ("INCRMENTALLY", &["incrementally"]), + ("CONATAINER", &["container"]), + ("SPEFICIALLATIONS", &["specifications"]), + ("REFESH", &["refresh"]), + ("ELLIPITCAL", &["elliptical"]), + ("MANIPULATIE", &["manipulative"]), + ("CLASSIFIIES", &["classifies"]), + ("APPPEARS", &["appears"]), + ("TTACHED", &["attached"]), + ("INEFFICENTY", &["inefficiently"]), + ("DEPORARILY", &["temporarily"]), + ("NAVIGATO", &["navigation"]), + ("LIBRABARIES", &["libraries"]), + ("EXSPECTEDLY", &["expectedly"]), + ("DEFINITVE", &["definite"]), + ("AFFULENT", &["affluent"]), + ("DESNELY", &["densely"]), + ("VERTEXTS", &["vertices"]), + ("ANYONEIS", &["anyones"]), + ("AUGMNET", &["augment"]), + ("GOLDIKE", &["godlike"]), + ("INITILIZE", &["initialize"]), + ("UTIILTIES", &["utilities"]), + ("PARTICIAPTED", &["participated"]), + ("PRESIDANTE", &["presidents"]), + ("SOVREN", &["sovereign"]), + ("EXCECUTED", &["executed"]), + ("TRANSTITIONING", &["transitioning"]), + ("UNSUPRISING", &["unsurprising"]), + ("STANDARTIZED", &["standardized"]), + ("PROVIVE", &["provide"]), + ("QUANLIFICATION", &["qualification", "quantification"]), + ("BROCKEN", &["broken"]), + ("INVARIABLEY", &["invariably"]), + ("DOUBLELLIFT", &["doublelift"]), + ("RELAESE", &["release"]), + ("CONTINENETS", &["continents"]), + ("AGANCY", &["agency"]), + ("OTHERWYSE", &["otherwise"]), + ("STURCTURE", &["structure"]), + ("PLAGARISM", &["plagiarism"]), + ("RESUILTED", &["resulted"]), + ("RYSNC", &["rsync"]), + ("INFERING", &["inferring"]), + ("SIMALTANEOUS", &["simultaneous"]), + ("IMCOMPREHENSIBLE", &["incomprehensible"]), + ("EVICE", &["evict"]), + ("POISTIVE", &["positive"]), + ("DEFINITIE", &["definitive"]), + ("ABBREVATE", &["abbreviate"]), + ("RECOMMEDS", &["recommends"]), + ("RETAILATE", &["retaliate"]), + ("EXPLIOTED", &["exploited"]), + ("FOREING", &["foreign"]), + ("SUBNEGOTATIONS", &["subnegotiations"]), + ("OUTPERFOMEING", &["outperforming"]), + ("DECORRELLATION", &["decorrelation"]), + ("SUBPACKGE", &["subpackage"]), + ("IRRITACION", &["irritation"]), + ("PERDICTABLE", &["predictable"]), + ("ABOU", &["about", "abound"]), + ("EXECUTNG", &["executing"]), + ("VAGUARIES", &["vagaries"]), + ("PERFECTY", &["perfectly"]), + ("SARIMONIES", &["ceremonies"]), + ("CUSSTOMIZE", &["customize"]), + ("SEPEREATE", &["separate"]), + ("EMBASSAY", &["embassy"]), + ("FANTACISING", &["fantasising"]), + ("NUMBET", &["number"]), + ("STABILLITY", &["stability"]), + ("PROSESS", &["process"]), + ("VAKUE", &["value"]), + ("PARALLELY", &["parallelly"]), + ("ACHILLEOUS", &["achilles"]), + ("CHARACTETISTICS", &["characteristics"]), + ("VINIGARETTE", &["vinaigrette"]), + ("COMPLETD", &["complete", "completed"]), + ("DISSIMIALRITY", &["dissimilarity"]), + ("COMMMUNITY", &["community"]), + ("NEVELOPED", &["enveloped"]), + ("ALLOCATIOM", &["allocation"]), + ("SPIRITIS", &["spirits"]), + ("LIMITIER", &["limiter"]), + ("EUPHROIC", &["euphoric"]), + ("ESCPAED", &["escaped"]), + ("ENTHAPLIES", &["enthalpies"]), + ("INTRUCTIONS", &["instructions"]), + ("UNINITAILISED", &["uninitialised"]), + ("NEGOZIATE", &["negotiate"]), + ("MODIFCIATIONS", &["modifications"]), + ("RENIFORCEMENTS", &["reinforcements"]), + ("DEFENSELSS", &["defenseless"]), + ("INFLATIBLE", &["inflatable"]), + ("BUFFFER", &["buffer"]), + ("ALTOUGH", &["although"]), + ("DEDUPLATES", &["deduplicates"]), + ("EXICUTING", &["", "executing"]), + ("ORGANSIE", &["organise"]), + ("REGUARLY", &["regularly"]), + ("BENIFITS", &["benefits"]), + ("VALDATE", &["validate"]), + ("ADDITIONALYY", &["additionally"]), + ("NEIBORS", &["neighbors"]), + ("RESINTALLING", &["reinstalling"]), + ("INSTINCS", &["instincts"]), + ("PSUEDOTERMINAL", &["pseudoterminal"]), + ("ARGEMNTS", &["arguments"]), + ("OVERWELM", &["overwhelm"]), + ("DEPENEDECIES", &["dependencies"]), + ("VERTICALL", &["vertical"]), + ("CHNAGING", &["changing"]), + ("MAINFESTATION", &["manifestation"]), + ("CHARACTERSTICALLY", &["characteristically"]), + ("PRIVISION", &["provision"]), + ("WHAREVER", &["wherever"]), + ("INDEPENDT", &["independent"]), + ("TRANPARENCY", &["transparency"]), + ("NUAGHTY", &["naughty"]), + ("ELIMINTATE", &["eliminate"]), + ("STAWBERRIES", &["strawberries"]), + ("MILLSENCONDS", &["milliseconds"]), + ("PARY", &["party", "parry"]), + ("TORPEADOS", &["torpedoes"]), + ("UNCONSTITUIONAL", &["unconstitutional"]), + ("ASII", &["ascii"]), + ("CELVERLY", &["cleverly"]), + ("PARETHESES", &["parentheses"]), + ("SOMEHITNG", &["something"]), + ("IRRATIONALLITY", &["irrationally"]), + ("ABBERATIONS", &["aberrations"]), + ("INTERSPARSED", &["interspersed"]), + ("DIOSESE", &["diocese"]), + ("PRIMARAY", &["primary"]), + ("THROEN", &["thrown"]), + ("MINTOR", &["mentor", "monitor", "minor"]), + ("HRLPING", &["helping"]), + ("COMEPUTER", &["computer"]), + ("ALLEGEDY", &["allegedly"]), + ("ANDROINDS", &["androids"]), + ("WORKFOWS", &["workflows"]), + ("SCHEUDLER", &["scheduler"]), + ("WAHTS", &["whats"]), + ("CERTITICATED", &["certificated"]), + ("PERCIOUS", &["precious"]), + ("OLREANS", &["orleans"]), + ("SPITIRUALLY", &["spiritually"]), + ("PROTESTANS", &["protests"]), + ("WITHH", &["with"]), + ("INVESTOGATORS", &["investigators"]), + ("CRUTCHERS", &["crutches"]), + ("PERSPECTIEF", &["perspective"]), + ("ONSLAUGTH", &["onslaught"]), + ("ALGOORITHMICALLY", &["algorithmically"]), + ("PHYSCOLOGIST", &["psychologist"]), + ("ITSEMS", &["items"]), + ("COMPATABILTY", &["compatibility"]), + ("RETRIBUITON", &["retribution"]), + ("PEFER", &["prefer"]), + ("HYPCORITE", &["hypocrite"]), + ("COUTERMEASURE", &["countermeasure"]), + ("TELEVISON", &["television"]), + ("APPRIXIMATELY", &["approximately"]), + ("INVALIED", &["invalid"]), + ("PROPABILITIES", &["probabilities"]), + ("TRANSLATOINS", &["translations"]), + ("INVOKEE", &["invoked", "invoke"]), + ("INEFFICIANT", &["inefficient"]), + ("DECOARTIONS", &["decoration"]), + ("VIZUALIZE", &["visualize"]), + ("BASCIALLY", &["basically"]), + ("CARVINAL", &["carnival"]), + ("DEFIEN", &["define"]), + ("PLATFOTMER", &["platformer"]), + ("RISED", &["raised", "rose"]), + ("GENEIC", &["generic", "genetic"]), + ("ALOCHOLICS", &["alcoholics"]), + ("DESTABLIZED", &["destabilized"]), + ("BEGININNG", &["beginning"]), + ("MEBER", &["member"]), + ("BROSWABLE", &["browsable"]), + ("INGNORE", &["ignore"]), + ("UNCONDTIONAL", &["unconditional"]), + ("PHOTE", &["photo"]), + ("NAVIGTING", &["navigating"]), + ("ANICENTS", &["ancients"]), + ("RECONNAISSENCE", &["reconnaissance"]), + ("ESSENTUALLY", &["essentially"]), + ("TRIANLGES", &["triangles"]), + ("ACCESORY", &["accessory"]), + ("ANTICPATE", &["anticipate"]), + ("DYNAMINC", &["dynamic"]), + ("DESERIALZIE", &["deserialize"]), + ("LIMITACION", &["limitation"]), + ("INDEPENENTLY", &["independently"]), + ("MEETHOD", &["method"]), + ("REFERRRED", &["referred"]), + ("PROBABILIY", &["probability"]), + ("FUNCTRION", &["function"]), + ("RECURDING", &["recurring"]), + ("UNABLET", &["unable"]), + ("TOKENIZAING", &["tokenizing"]), + ("REBUPLICAN", &["republican"]), + ("FINALLE", &["finale", "finally"]), + ("TRASPOSE", &["transpose"]), + ("COMITTED", &["committed"]), + ("EQUIVELANT", &["equivalent"]), + ("INCARSERATION", &["incarceration"]), + ("RELESE", &["release"]), + ("CONTIGUOS", &["contiguous"]), + ("PROBABLYBE", &["probable"]), + ("LOCATOIN", &["location"]), + ("STERIOTYPING", &["stereotyping"]), + ("PROVERAI", &["proverbial"]), + ("TEMPARAMENT", &["temperament"]), + ("REVOLVS", &["revolves"]), + ("AUTHENICAOR", &["authenticator"]), + ("DESTRUTION", &["destruction"]), + ("FOULDED", &["folded"]), + ("THYAT", &["that"]), + ("SERIALZING", &["serializing"]), + ("AGRANDIZES", &["aggrandizes"]), + ("SHTOPS", &["stops", "shops"]), + ("GIGABYE", &["gigabyte"]), + ("DISATISFACTION", &["dissatisfaction"]), + ("ACESSES", &["accesses"]), + ("AFFINITIED", &["affinities"]), + ("OVERLOARDS", &["overload"]), + ("HELICOPTEROS", &["helicopters"]), + ("WITHO", &["with"]), + ("EXSPECTING", &["expecting"]), + ("STANDARIZED", &["standardized"]), + ("OCOTBER", &["october"]), + ("RESULST", &["results"]), + ("UNANWSERED", &["unanswered"]), + ("DEFLECITON", &["deflection"]), + ("TRYIG", &["trying"]), + ("THERMODINAMICS", &["thermodynamics"]), + ("POSSIBEL", &["possible"]), + ("WRESLTE", &["wrestle"]), + ("OBYECT", &["object"]), + ("ELEMINATED", &["eliminated"]), + ("MILICIOUSALLY", &["maliciously"]), + ("TRAJACTORY", &["trajectory"]), + ("CONDIDENTIAL", &["confidential"]), + ("PARALLELLISM", &["parallelism"]), + ("CONTAINORS", &["containers"]), + ("OPINYONISTS", &["opinionists"]), + ("LIBERTARAINISM", &["libertarianism"]), + ("CORRECPONDS", &["corresponds"]), + ("ELECTRINICS", &["electronics"]), + ("RESTUARANT", &["restaurant"]), + ("OBESSIONS", &["obsessions"]), + ("BLEUBERRY", &["blueberry"]), + ("PROFLIED", &["profiled", "profiles"]), + ("CONFIGULATIONS", &["configurations"]), + ("NEGOTIATON", &["negotiation"]), + ("REPETETIONS", &["repetitions"]), + ("TERRFORMS", &["terraforms"]), + ("SUSTITUTIONS", &["substitutions"]), + ("CANNIBALSM", &["cannibalism"]), + ("SURVIVABILIY", &["survivability"]), + ("MURDERES", &["murders"]), + ("ENCHANTMETS", &["enchantments"]), + ("EXECUTUIONS", &["executions"]), + ("MILLON", &["million"]), + ("PERPRETATED", &["perpetrated"]), + ("ENBLE", &["enable"]), + ("MANTAIN", &["maintain"]), + ("SOUNDTRAKCS", &["soundtracks"]), + ("COLLECTIFS", &["collects"]), + ("EXTENSIE", &["extensive"]), + ("HYGENE", &["hygiene"]), + ("REFELCTIONS", &["reflections"]), + ("EMINATE", &["emanate"]), + ("PEDOPHILEA", &["pedophilia"]), + ("NEGOCIATIONS", &["negotiations"]), + ("MIDFEILDERS", &["midfielders"]), + ("SQEUAKY", &["squeaky"]), + ("TRANSLATH", &["translate"]), + ("CLEENED", &["cleaned"]), + ("INFRASTUCTURE", &["infrastructure"]), + ("TURBINS", &["turbines"]), + ("DETERMEN", &["determines"]), + ("VOILENTLY", &["violently"]), + ("ADMINSITRATORS", &["administrators"]), + ("MUTLIPLIERS", &["multipliers"]), + ("MICROTRASNACTIONS", &["microtransactions"]), + ("VERIFING", &["verifying"]), + ("DICUSSIONS", &["discussions"]), + ("COUNTERCAT", &["counteract"]), + ("ARRANAGEMENT", &["arrangement"]), + ("PRELIMITARY", &["preliminary"]), + ("UNESACPED", &["unescaped"]), + ("HERCULEUS", &["hercules"]), + ("SATSIFYING", &["satisfying"]), + ("STRCTURES", &["structures"]), + ("AIROSFT", &["airsoft"]), + ("TERMPORARIES", &["temporaries"]), + ("PHILOSOPER", &["philosopher"]), + ("DECERNS", &["discerns"]), + ("IMAPIRED", &["impaired"]), + ("FEODRAS", &["fedoras"]), + ("REIMBURSMENT", &["reimbursement"]), + ("MORRISETTE", &["morissette"]), + ("ESPORTES", &["esports"]), + ("SEPARETED", &["separated"]), + ("CORRECTIVOS", &["corrections"]), + ("TIGTH", &["tight"]), + ("REINTANTIATING", &["reinstantiating"]), + ("BLACKLIT", &["blacklist"]), + ("DIAGNOSITCS", &["diagnostic"]), + ("ANTAGANIST", &["antagonist"]), + ("SUBMACHNE", &["submachine"]), + ("IMPOSSBILY", &["impossibly"]), + ("INCONSITANT", &["inconsistent"]), + ("ANALZER", &["analyzer"]), + ("COMPATATOR", &["comparator"]), + ("COUTING", &["counting"]), + ("CUSSTOMIZED", &["customized"]), + ("VERFIER", &["verifier"]), + ("BUTTERFY", &["butterfly"]), + ("COONSTANTLY", &["constantly"]), + ("ENEUMRETAION", &["enumeration"]), + ("RESPONSIBILY", &["responsibility"]), + ("NUCELAR", &["nuclear"]), + ("DISKRETIZATION", &["discretization"]), + ("HORZIONS", &["horizons"]), + ("EPECTEDLY", &["expectedly"]), + ("DOMONSTRATING", &["demonstrating"]), + ("WHOULD", &["would"]), + ("UNSUPRIZING", &["unsurprising"]), + ("YOOU", &["you"]), + ("JURSIDICTIONS", &["jurisdictions"]), + ("REUPTABLE", &["reputable"]), + ("SUBCOUNCIOUS", &["subconscious"]), + ("INSUFFICENTLY", &["insufficiently"]), + ("PRIMAY", &["primary"]), + ("DEFENSEA", &["defenseman"]), + ("LANGUAGEES", &["languages"]), + ("RESELETION", &["reselection"]), + ("THERMISOR", &["thermistor"]), + ("ACEPTED", &["accepted"]), + ("CODUCTING", &["conducting"]), + ("OHER", &["her", "other"]), + ("RESPOSE", &["response"]), + ("GUARUANTEES", &["guarantees"]), + ("EVETUALLY", &["eventually"]), + ("SETTINGA", &["settings"]), + ("UNNESESARILY", &["unnecessarily"]), + ("EMPHAZISED", &["emphasised"]), + ("ALPHAPEICALL", &["alphabetical"]), + ("OWNDERS", &["wonders"]), + ("VESTIGAL", &["vestigial"]), + ("STRENGHTS", &["strengths"]), + ("VOLITALITY", &["volatility"]), + ("ANYTRHING", &["anything"]), + ("ENCLOSNG", &["enclosing"]), + ("CHARATERS", &["characters"]), + ("FINNISHED", &["finished"]), + ("ISTS", &["its", "lists"]), + ("CONTORLS", &["controls"]), + ("IGONORE", &["ignore"]), + ("BENEFICARY", &["beneficiary"]), + ("OCULD", &["could"]), + ("KINGDOMERS", &["kingdoms"]), + ("EMERGENIES", &["emergencies"]), + ("TIGHER", &["tighter"]), + ("EXCTRACTION", &["extraction"]), + ("MASSEWER", &["masseur"]), + ("OUTSOURCAD", &["outsourced"]), + ("XENOPHOBICAL", &["xenophobia"]), + ("ASBTRACTS", &["abstracts"]), + ("ASSGINMENT", &["assignment"]), + ("DISRESEPCTED", &["disrespected"]), + ("RONDAYVOOED", &["rendezvoused"]), + ("SYMPLIFY", &["simplify"]), + ("UNSUCESSUFLLY", &["unsuccessfully"]), + ("INQUIREY", &["inquiry"]), + ("RECONENCT", &["reconnect"]), + ("IRRISPONSIBLE", &["irresponsible"]), + ("ABADONDED", &["abandoned"]), + ("TOUNGE", &["tongue"]), + ("CIRUCLATING", &["circulating"]), + ("ANNIVERSARRY", &["anniversary"]), + ("ENCHANCING", &["enchanting"]), + ("MODIOFICATION", &["modification"]), + ("ADMINISTREN", &["administer"]), + ("COMMERICAL", &["commercial"]), + ("BUGUOUS", &["bogus"]), + ("ADMINISTRATIO", &["administrator"]), + ("STRUCTERED", &["structured"]), + ("ACQUAINTENCES", &["acquaintances"]), + ("EXTRANAL", &["external"]), + ("FASODDS", &["facades"]), + ("ANWSERS", &["answers"]), + ("HANDLLING", &["handling"]), + ("BELIEFE", &["believe", "belief"]), + ("COMMITER", &["committer"]), + ("USESES", &["uses"]), + ("SEPAATE", &["separate"]), + ("COORDINGLY", &["accordingly"]), + ("NINIMAL", &["minimal"]), + ("SIMPLIFYNG", &["simplifying"]), + ("GUARENTYD", &["guaranteed"]), + ("INLUENCE", &["influence"]), + ("INUDSTRY", &["industry"]), + ("VISIBLEY", &["visibly"]), + ("BEEEN", &["been"]), + ("OVERWRITTIN", &["overwriting"]), + ("CONSTITUIE", &["constitute"]), + ("TRYE", &["true", "try"]), + ("MORMAL", &["normal"]), + ("CONVICCION", &["conviction"]), + ("OJECTIVE", &["objective"]), + ("REAPEATING", &["repeating"]), + ("MISTAKENGLY", &["mistakenly"]), + ("SOTRAGE", &["storage", "shortage"]), + ("CONFETY", &["confetti"]), + ("ATTRIRBUTE", &["attribute"]), + ("SUBSTANTIVLY", &["substantially", "substantively"]), + ("HELICPOTERS", &["helicopters"]), + ("OVERWRITTING", &["overwriting"]), + ("IMOVABLE", &["immovable"]), + ("THAH", &["than"]), + ("ASSISANT", &["assistant"]), + ("DEMENTA", &["dementia"]), + ("INFERIOIRTY", &["inferiority"]), + ("ADDRERSSES", &["addresses"]), + ("COUMPOUNDS", &["compounds"]), + ("PREFITLER", &["prefilter"]), + ("CACLULATION", &["calculation"]), + ("IMPLEMENTACIONES", &["implementations"]), + ("BUREAUCRAZY", &["bureaucracy"]), + ("CHARACHERS", &["characters"]), + ("INBRIO", &["embryo"]), + ("LITERALLLY", &["literally"]), + ("DEAKTIVATE", &["deactivate"]), + ("INTERCEPCION", &["interception"]), + ("INGEGRAL", &["integral"]), + ("SUMULATES", &["simulates"]), + ("DISCOURCES", &["discourse"]), + ("UTLIMATELY", &["ultimately"]), + ("APROPRIATELY", &["appropriately"]), + ("DEFAUTTING", &["defaulting"]), + ("TANSLATOR", &["translator"]), + ("DEFEREFERNCE", &["dereference"]), + ("DIRETLY", &["directly"]), + ("FUNCTIIONING", &["functioning"]), + ("FOLLIWIND", &["following"]), + ("INRINSICS", &["intrinsics"]), + ("UNINITITALIZED", &["uninitialized"]), + ("SPECIED", &["specified"]), + ("RESTICTIVE", &["restrictive"]), + ("INIDICATING", &["indicating"]), + ("SACRIFYING", &["sacrificing"]), + ("IMTIMIDATION", &["intimidation"]), + ("EXPERSSING", &["expressing"]), + ("SEGWAY", &["segue"]), + ("OBLITQUE", &["oblique"]), + ("DELIMITIAIONS", &["delimitations"]), + ("STRIEKR", &["striker"]), + ("SECUE", &["secure"]), + ("CONTAINERED", &["contained"]), + ("CROPORATION", &["corporation"]), + ("INAHBITANTS", &["inhabitants"]), + ("RADEMPTION", &["redemption"]), + ("BEFOR", &["before"]), + ("ATMOSHPERIC", &["atmospheric"]), + ("CONVEYERED", &["conveyed"]), + ("EARHTBOUND", &["earthbound"]), + ("DEGRATED", &["degrade"]), + ("MOTHERBAORDS", &["motherboards"]), + ("PARKAYS", &["parkways", "parlays", "parquets"]), + ("NOTORIZED", &["notarized"]), + ("INGREDIENTES", &["ingredients"]), + ("MONOTHILIC", &["monolithic"]), + ("DYSTOPAIN", &["dystopian"]), + ("EGOSTITICAL", &["egotistical"]), + ("EIGTHEEN", &["eighteen"]), + ("MISFORTUNTE", &["misfortune"]), + ("AUXILERY", &["auxiliary"]), + ("ADMINISTRO", &["administer"]), + ("PARTICAULRLY", &["particularly"]), + ("EXCTRACTED", &["extracted"]), + ("ACCUMLATES", &["accumulates"]), + ("CACLUATIONS", &["calculations"]), + ("EQUAVALENT", &["equivalent"]), + ("SUPPOSDELY", &["supposedly"]), + ("FRUTCOSE", &["fructose"]), + ("SKETPICAL", &["skeptical"]), + ("DENOMINATER", &["denominator"]), + ("TEMPORRY", &["temporary"]), + ("DICHTOMY", &["dichotomy"]), + ("WHITSLES", &["whistles"]), + ("SRITE", &["sprite"]), + ("LATITIDE", &["latitude"]), + ("SPEFICIFCS", &["specifics"]), + ("KIYACKING", &["kayaking"]), + ("TRANCEIVERS", &["transceivers"]), + ("MEGE", &["merge"]), + ("SPECIFICATEION", &["specification"]), + ("TYO", &["to"]), + ("BOTTLNECKS", &["bottlenecks"]), + ("FINISHE", &["finished", "finish"]), + ("CONTIAINS", &["contains"]), + ("WRK", &["work"]), + ("DISCRIBES", &["describes"]), + ("BISUNES", &["business"]), + ("DIFFERRENTLY", &["differently"]), + ("NIGHBOR", &["neighbor"]), + ("IMPUSLIVE", &["impulsive"]), + ("SIST", &["cyst", "sift", "sits"]), + ("PALETE", &["palette"]), + ("ATHELTIC", &["athletic"]), + ("OVERFOWING", &["overflowing"]), + ("NEGOTHIATOR", &["negotiator"]), + ("CHASSMS", &["chasms"]), + ("SOPCE", &["scope"]), + ("DOWNVOTTED", &["downvote"]), + ("VINDICTE", &["vindictive"]), + ("NEIGHTBOR", &["neighbor"]), + ("CONSTITUEM", &["constitute"]), + ("EXISTENTAL", &["existential"]), + ("UNREASONABILY", &["unreasonably"]), + ("VERFIFY", &["verify"]), + ("NATIONALSITIC", &["nationalistic"]), + ("PATENTERAD", &["patented"]), + ("BEGHAVIORS", &["behaviors"]), + ("CURRENNTS", &["currents"]), + ("COUNTRYWIDES", &["countryside"]), + ("SYNCRONOUSLY", &["synchronously"]), + ("DIAGOSTIC", &["diagnostic"]), + ("DEGREEEE", &["degree"]), + ("MILITIANS", &["militias"]), + ("EPILESPY", &["epilepsy"]), + ("POSITONS", &["positions", "positrons"]), + ("BUGG", &["bug"]), + ("NAX", &["max", "nad"]), + ("DELIBITATING", &["debilitating"]), + ("COMMUNTIES", &["communities"]), + ("CAUCAISAN", &["caucasian"]), + ("TROPCIAL", &["tropical"]), + ("ORGANISTAIONS", &["organisations"]), + ("MASCULENITY", &["masculinity"]), + ("REQIORES", &["requires"]), + ("STRANG", &["strange"]), + ("DIFICULTIES", &["difficulties"]), + ("REVOLVR", &["revolver"]), + ("ABSAIL", &["abseil"]), + ("REPOERTER", &["reporter"]), + ("UNISNTALL", &["uninstall"]), + ("INEXPEIRENCED", &["inexperience"]), + ("EXPARATION", &["expiration"]), + ("REGSTERED", &["registered"]), + ("CORRESPONSDING", &["corresponding"]), + ("CRINGERY", &["cringey"]), + ("TROTZKYITES", &["trotskyists"]), + ("ACCHIEVEMENT", &["achievement"]), + ("BECTORS", &["vectors"]), + ("NEADY", &["needy"]), + ("WORL", &["world"]), + ("EXEPRIMENTAL", &["experimental"]), + ("ETHNOCENTRICM", &["ethnocentrism"]), + ("DASHBOAD", &["dashboard"]), + ("EXPERIMNETATION", &["experimentation"]), + ("LICESNES", &["licenses"]), + ("TROUBADORS", &["troubadours"]), + ("SUBSEQUNTLY", &["subsequently"]), + ("SUBSCIPTION", &["subscription"]), + ("SENSITIVETIES", &["sensitivities"]), + ("TEAHERS", &["teachers"]), + ("REIMPLMENT", &["reimplement"]), + ("EMEGRENCY", &["emergency"]), + ("BUERAUCRATS", &["bureaucrats"]), + ("DECCELERATED", &["decelerated"]), + ("MORTARDS", &["mortars"]), + ("EQUIPPMENT", &["equipment"]), + ("MOLESTERED", &["molested"]), + ("DESRIBE", &["describe"]), + ("RECALCUTION", &["recalculation"]), + ("ERRORNOUSLY", &["erroneously"]), + ("CONDUCTUVE", &["conductive", "conducive"]), + ("SENTANCES", &["sentences"]), + ("INLIN", &["inline"]), + ("QUANTITITES", &["quantities"]), + ("SIRECTIVE", &["directive"]), + ("STRUTURE", &["structure"]), + ("GORUPING", &["grouping"]), + ("ACCUMULARE", &["accumulate"]), + ("PRITING", &["printing"]), + ("UNCONTROLLABY", &["uncontrollably"]), + ("INHERITENCE", &["inheritance"]), + ("ENCRYPTRION", &["encryption"]), + ("PROFIED", &["profiled"]), + ("SEPETATED", &["separated"]), + ("DIRECTOY", &["directory"]), + ("HELPFULL", &["helpful"]), + ("OPTIMAZATION", &["optimization"]), + ("CONGRATUALTE", &["congratulate"]), + ("SPEFICILLIABLE", &["specifiable"]), + ("PUCHASING", &["purchasing"]), + ("MISTERYOUS", &["mysterious"]), + ("INCATIVE", &["inactive"]), + ("HUNDERD", &["hundred"]), + ("ACCCESSOR", &["accessor"]), + ("EPSCIALLY", &["specially"]), + ("TECNIQUES", &["techniques"]), + ("CAPTAIS", &["captains"]), + ("GRAPIC", &["graphic"]), + ("DEAFAULT", &["default"]), + ("MEMOROZATION", &["memorization"]), + ("TRASNFORMS", &["transforms"]), + ("SCHOLERSHIP", &["scholarship"]), + ("CENCRETE", &["concrete"]), + ("BENEITS", &["benefits"]), + ("CONTIANER", &["container"]), + ("FORRMATTER", &["formatter"]), + ("COMPROMISNG", &["compromising"]), + ("CONECJTURE", &["conjecture"]), + ("VERISON", &["version"]), + ("IMPLEMENED", &["implemented"]), + ("DISSATISIFED", &["dissatisfied"]), + ("INFRINGEING", &["infringing"]), + ("SERIALSIED", &["serialised"]), + ("SHOTCUT", &["shortcut"]), + ("CALIBRAITONS", &["calibrations"]), + ("WILLAIMS", &["williams"]), + ("ELECTROYLTES", &["electrolytes"]), + ("WAWES", &["waves"]), + ("MUSCELS", &["mussels", "muscles"]), + ("INFILTRASE", &["infiltrate"]), + ("PHILADALPHIA", &["philadelphia"]), + ("INADEQUETE", &["inadequate"]), + ("OPTIMIZIED", &["optimize"]), + ("INTEPRETES", &["interprets"]), + ("DOCUEMENTS", &["documents"]), + ("LIBRAARY", &["library"]), + ("PIECEWEISE", &["piecewise"]), + ("UKRANIE", &["ukraine"]), + ("COORNATES", &["coordinates"]), + ("INVULNERABE", &["invulnerable"]), + ("COMTAINED", &["contained"]), + ("HACE", &["have"]), + ("GRINGEWORTHY", &["cringeworthy"]), + ("TEANANT", &["tenant"]), + ("ASSICATES", &["associates"]), + ("EMPHATISING", &["emphasising"]), + ("ILUMINATED", &["illuminated"]), + ("TRANING", &["training"]), + ("NATVIGATION", &["navigation"]), + ("ACCRORDING", &["according"]), + ("COMERANT", &["cormorant"]), + ("SUBCOMMNAD", &["subcommand"]), + ("INSTERRUPTS", &["interrupts"]), + ("GUYSERS", &["geysers"]), + ("DISCRIMINANTE", &["discriminate"]), + ("DISTUNGUISH", &["distinguish"]), + ("DIFFERNCES", &["differences"]), + ("CRYSTALISATION", &["crystallisation"]), + ("ZUCHEENEI", &["zucchinis"]), + ("PACKHAGE", &["package"]), + ("ADITIONALY", &["additionally"]), + ("PALCEMENTS", &["placements"]), + ("INTIALIZTION", &["initialization"]), + ("FAILE", &["failed", "fail"]), + ("CONSIDEREN", &["considered"]), + ("INDENTITY", &["identity"]), + ("SPECIATLY", &["specialty"]), + ("CAPABILITES", &["capabilities"]), + ("QUCKSTARTER", &["quickstarter"]), + ("RANDAYVOOED", &["rendezvoused"]), + ("DRASTICALY", &["drastically"]), + ("SENSATIVITY", &["sensitivity"]), + ("ENTREPRANEURS", &["entrepreneurs"]), + ("RUNN", &["run"]), + ("UNNISTALLED", &["uninstalled"]), + ("ORIGIONAL", &["original"]), + ("SLIGNT", &["slight"]), + ("PERIPHRIALS", &["peripherals"]), + ("GOVERNMANT", &["governmental"]), + ("REPRESSSION", &["repression"]), + ("TBEY", &["they"]), + ("ALTOGHETER", &["altogether"]), + ("FUNDATION", &["foundation"]), + ("SCATEBOARDING", &["skateboarding"]), + ("HOMEOPAHTY", &["homeopathy"]), + ("EXPEXTS", &["expects"]), + ("FEASBILE", &["feasible"]), + ("PURCAHSE", &["purchase"]), + ("DISSAPPERED", &["disappeared"]), + ("INSTURCTIONS", &["instructions"]), + ("REQUETS", &["request", "requests"]), + ("EXPERMIMENTERS", &["experimenters"]), + ("BOUNDRY", &["boundary"]), + ("RAELLY", &["really"]), + ("MESSEGE", &["message"]), + ("INFLUENSE", &["influences"]), + ("CONVOULTION", &["convolution"]), + ("CURRESPONDING", &["corresponding"]), + ("ENDEVOUR", &["endeavour"]), + ("SCRIPTUE", &["scriptures"]), + ("RENEGOZIATED", &["renegotiated"]), + ("TERMINIATOR", &["terminator"]), + ("STEROETYPICAL", &["stereotypical"]), + ("ALPHABT", &["alphabet"]), + ("BSUINESS", &["business"]), + ("PAVILLION", &["pavilion"]), + ("MISUNDARSTANDING", &["misunderstandings"]), + ("CALCULAUTIONS", &["calculations"]), + ("CANNT", &["cannot"]), + ("BARABRIANS", &["barbarians"]), + ("CONTRIUBTIONS", &["contributions"]), + ("CONVIRTIBLE", &["convertible"]), + ("INVARAIBLY", &["invariably"]), + ("PASCHEURIZED", &["pasteurized"]), + ("ASSYMETRIC", &["asymmetric"]), + ("ULTIMELY", &["ultimately"]), + ("CICK", &["click"]), + ("FOLLEWIONG", &["following"]), + ("EXPEREMENTER", &["experimenter"]), + ("EDIIT", &["edit"]), + ("TERAFORMING", &["terraforming"]), + ("CLLOUDED", &["clouded"]), + ("CORRESPOINDING", &["corresponding"]), + ("TWILGIHT", &["twilight"]), + ("INTIALZED", &["initialized"]), + ("DERFERENCE", &["deference", "dereference"]), + ("LEVLELING", &["leveling"]), + ("INSTANTANIOUS", &["instantaneous"]), + ("TRANSITIONNED", &["transitioned"]), + ("EXTERMLY", &["extremely"]), + ("HIERARHCICAL", &["hierarchical"]), + ("IVENTORY", &["inventory"]), + ("DISTTRIBUTION", &["distribution"]), + ("LIEUTENTANT", &["lieutenant"]), + ("NARCISSISSM", &["narcissism"]), + ("ROLLERCOATSER", &["rollercoaster"]), + ("QUANITZE", &["quantize"]), + ("DIMINUITIVE", &["diminutive"]), + ("CORRDINATORS", &["coordinators"]), + ("INTERSHIP", &["internship"]), + ("REVIWERS", &["reviewers"]), + ("TELOCOM", &["telecom"]), + ("INTEPRETORS", &["interpreters"]), + ("PERSCRIBE", &["prescribe"]), + ("PROGRESSIONISTS", &["progressions"]), + ("DEBUGER", &["debugger"]), + ("RESOLVERES", &["resolves"]), + ("TRANSITONS", &["transitions"]), + ("PONINT", &["point"]), + ("ANTIOBITICS", &["antibiotic"]), + ("EVICITON", &["eviction"]), + ("SIGNAURE", &["signature"]), + ("BACEAUSE", &["because"]), + ("PREGNANCE", &["pregnancies"]), + ("REGYLAR", &["regular"]), + ("ABSTRCTOR", &["abstractor"]), + ("ADDREESS", &["address"]), + ("SUPPRESSIO", &["suppressor"]), + ("HAPPENNING", &["happening"]), + ("PERFOREMD", &["performed"]), + ("GETTIGN", &["getting"]), + ("VISHEATORS", &["vitiators"]), + ("PROCLAMI", &["proclaim"]), + ("UNFORTUANTLY", &["unfortunately"]), + ("PHYCHOLOGICALLY", &["psychologically"]), + ("UNCONSICOUSLY", &["unconsciously"]), + ("RETREIVES", &["retrieves"]), + ("DEFININNG", &["defining"]), + ("MATHEMATITIANS", &["mathematicians"]), + ("IDENTATION", &["indentation"]), + ("DECOSING", &["decoding"]), + ("LONLY", &["lonely", "only"]), + ("INDONESA", &["indonesia"]), + ("TRANSPORATION", &["transportation"]), + ("LIBERALEST", &["liberate"]), + ("PARAEMETERS", &["parameters"]), + ("RECTANGE", &["rectangle"]), + ("REVERECE", &["reference", "reverence"]), + ("MEAASURE", &["measure"]), + ("OBSSESION", &["obsession"]), + ("COMMNETS", &["comments"]), + ("SIRVAYL", &["surveil"]), + ("SYMPOTHETIC", &["sympathetic"]), + ("DETECTSION", &["detection"]), + ("MISTAKENTLY", &["mistakenly"]), + ("PRACTIONERS", &["practitioners"]), + ("BEHAIVOURS", &["behaviours"]), + ("GRRANTED", &["granted"]), + ("CONVEINENTLY", &["conveniently"]), + ("INTIAILISE", &["initialise"]), + ("ANID", &["and"]), + ("INPRISONMENT", &["imprisonment"]), + ("IMPLENTING", &["implementing"]), + ("MEDIDATING", &["meditating"]), + ("ANALYTS", &["analyst"]), + ("VAIABLE", &["variable"]), + ("ELSEWHWERE", &["elsewhere"]), + ("MEDA", &["medal", "media", "meta"]), + ("ELEMTS", &["elements"]), + ("ADJUSTES", &["adjusted", "adjusts"]), + ("MARVELOS", &["marvelous"]), + ("CIRUMFLEX", &["circumflex"]), + ("SUCCEES", &["succeeds", "success"]), + ("CRUICAL", &["crucial"]), + ("ENTERITY", &["entirety"]), + ("MEBRAIN", &["membrane"]), + ("UNQARANTINED", &["unquarantined"]), + ("NEGOTITIONS", &["negotiations"]), + ("REGARGLESS", &["regardless"]), + ("CAMOFLAGES", &["camouflages"]), + ("EXHAUTIVITY", &["exhaustivity"]), + ("SLEECT", &["select"]), + ("SEPARETOR", &["separator"]), + ("COINSIDES", &["coincides"]), + ("MEAGTRON", &["megatron"]), + ("APPRECIATIN", &["appreciation"]), + ("DISCREPENCY", &["discrepancy"]), + ("SIMUTANEOUSLY", &["simultaneously"]), + ("EXECTUE", &["execute"]), + ("SECENE", &["scene"]), + ("PROCESSEURS", &["processes"]), + ("DIRECDORY", &["directory"]), + ("CEHCKER", &["checker"]), + ("MORMALISE", &["normalise"]), + ("CIRCITS", &["circuits"]), + ("ARBTIRARILY", &["arbitrarily"]), + ("CODEING", &["coding"]), + ("KROEANS", &["koreans"]), + ("HOMOGENIUS", &["homogeneous"]), + ("OTHERWS", &["otherwise"]), + ("ABSOLURE", &["absolute"]), + ("OUSTANDING", &["outstanding"]), + ("MAINTANS", &["maintains"]), + ("ACCESSSORS", &["accessors"]), + ("RECOMMENS", &["recommends"]), + ("RECEPTIONSIST", &["receptionist"]), + ("PREVEIW", &["preview"]), + ("LEGITIMT", &["legitimate"]), + ("TOSDAY", &["today", "tuesday"]), + ("UDNERSTAND", &["understand"]), + ("INFORMATICE", &["informative"]), + ("FASCINATINF", &["fascination"]), + ("RQUIREMENT", &["requirement"]), + ("REARRANGMEENT", &["rearrangement"]), + ("EVALUTATE", &["evaluate"]), + ("QOUTIENT", &["quotient"]), + ("SUSCEDING", &["seceding", "succeeding"]), + ("CONSIER", &["consider"]), + ("ABUNDUNT", &["abundant"]), + ("PASSIONANT", &["passionate"]), + ("MIRCONESIA", &["micronesia"]), + ("INFLUENS", &["influences"]), + ("COMERCIAL", &["commercial"]), + ("ACCOMADATION", &["accommodation"]), + ("PAITENTS", &["patients"]), + ("AUTHENICATED", &["authenticated"]), + ("COORDINATORE", &["coordinate"]), + ("ORGANZATION", &["organization"]), + ("CONVERTABLES", &["convertibles"]), + ("OARCLES", &["oracles"]), + ("EXTERMAL", &["external", "extremal"]), + ("FAVUOURITES", &["favourites"]), + ("DEPENCENCIES", &["dependencies"]), + ("PROBERLY", &["properly"]), + ("SUPERIVSOR", &["supervisors"]), + ("HAHVE", &["have", "halve", "half"]), + ("OEPNAPI", &["openapi"]), + ("CKECK", &["check"]), + ("COUD", &["could"]), + ("IMPOSSIBUL", &["impossibly"]), + ("REPRESENTATE", &["representative"]), + ("MODFIER", &["modifier"]), + ("COSNTRAINING", &["constraining"]), + ("LIVEATREAM", &["livestream"]), + ("REPRESSENTS", &["represents"]), + ("EXCULSION", &["exclusion"]), + ("HUNDRES", &["hundreds"]), + ("INFALTABLE", &["inflatable", "infallible"]), + ("INSTLLED", &["installed", "instilled"]), + ("REVOLUTINARY", &["revolutionary"]), + ("REINITALISING", &["reinitialising"]), + ("CONTIGOUSLY", &["contiguously"]), + ("DESTINAIONS", &["destinations"]), + ("COUNCELLING", &["counselling"]), + ("UNIFNISHED", &["unfinished"]), + ("REUPLODER", &["reuploader"]), + ("SACRIFACED", &["sacrificed"]), + ("THIER", &["their"]), + ("COLOFUL", &["colorful"]), + ("CRUTIAL", &["crucial"]), + ("BUFFRER", &["buffer"]), + ("WOODOWRKING", &["woodworking"]), + ("MOLESTATING", &["molestation"]), + ("ATTEMPED", &["attempted"]), + ("RESART", &["restart"]), + ("IFLE", &["file"]), + ("DESPERATO", &["desperation"]), + ("COMMMITMENT", &["commitment"]), + ("TRASFORMING", &["transforming"]), + ("GARBAGGE", &["garbage"]), + ("CRITICISTS", &["critics"]), + ("DOWNAGRADE", &["downgrade"]), + ("PERHARPS", &["perhaps"]), + ("INTERUUPT", &["interrupt"]), + ("UNEXPERCTEDLY", &["unexpectedly"]), + ("SNEDING", &["sending"]), + ("FLATTERN", &["flatten"]), + ("ROMANIN", &["romanian"]), + ("COMPETATORS", &["competitors"]), + ("MAXMIUMS", &["maximums"]), + ("ALLPICATIONS", &["applications"]), + ("INSTELLING", &["installing"]), + ("DOWNGADED", &["downgraded"]), + ("BEGGINERS", &["beginners"]), + ("TAGLIATE", &["tailgate"]), + ("MERCANERY", &["mercenary"]), + ("SUPERIOREST", &["superiors"]), + ("SRTIFACTS", &["artifacts"]), + ("POTENIAL", &["potential"]), + ("WIREDEST", &["weirdest"]), + ("PROCUDING", &["procuring", "producing"]), + ("PROTOTIPES", &["prototypes"]), + ("BASCKTRACK", &["backtrack"]), + ("BACKRGOUNDS", &["backgrounds"]), + ("MISPELLED", &["misspelled"]), + ("FASENING", &["fastening"]), + ("CHANELS", &["channels"]), + ("DEFAUTLT", &["default"]), + ("RANDAZYVOUED", &["rendezvoused"]), + ("LEGACT", &["legacy"]), + ("IMPLEMENETER", &["implementer"]), + ("NOTHINGESS", &["nothingness"]), + ("CURRECTING", &["correcting"]), + ("SUBTRUCT", &["subtract"]), + ("VENEZEULA", &["venezuela"]), + ("ETHERENET", &["ethernet"]), + ("EXPONENTATION", &["exponentiation"]), + ("SWTICHING", &["switching"]), + ("CAPTIALISTS", &["capitalists"]), + ("RESTRICITONS", &["restrictions"]), + ("INDIVIDUALES", &["individuals"]), + ("DEREFERENCABLE", &["dereferenceable"]), + ("PROFICINECY", &["proficiency"]), + ("COMMNADLINE", &["commandline"]), + ("DILLEMA", &["dilemma"]), + ("KNOWLEDAGE", &["knowledge"]), + ("MISSOURRI", &["missouri"]), + ("WIDHTPOINT", &["widthpoint"]), + ("INTERGRITY", &["integrity"]), + ("ACKNOWLEDGEING", &["acknowledging"]), + ("SIMPTUMS", &["symptoms"]), + ("EXAPCT", &["except", "exact"]), + ("AFRER", &["after"]), + ("SUBMARIENS", &["submarines"]), + ("SADDLY", &["saddle", "sadly"]), + ("ENCOUNTRED", &["encountered"]), + ("NEIGHROURHOODS", &["neighbourhoods"]), + ("TEMPARARILY", &["temporarily"]), + ("APLLY", &["apply"]), + ("INTRERRUPT", &["interrupt"]), + ("DEPENDAND", &["dependant"]), + ("SPLTTING", &["splitting"]), + ("BULNERABILITY", &["vulnerability"]), + ("EMPRIES", &["empires"]), + ("ANALYSTE", &["analyse"]), + ("EXAMPELS", &["examples"]), + ("OFFSENCE", &["offence"]), + ("HEAVYWEGHT", &["heavyweight"]), + ("DIONSAURS", &["dinosaurs"]), + ("SPECIIED", &["specified"]), + ("ALGOTIHM", &["algorithm"]), + ("FEATUE", &["feature"]), + ("ORGNAISED", &["organised"]), + ("FATALATIES", &["fatalities"]), + ("MODIFICACION", &["modification"]), + ("TOURCH", &["torch", "touch"]), + ("PROGAMMS", &["programs"]), + ("SPECTATULARLY", &["spectacularly"]), + ("HAE", &["have"]), + ("SERIMONY", &["ceremony"]), + ("OTERWICE", &["otherwise"]), + ("ELSEOF", &["elseif"]), + ("SENDINGING", &["sending"]), + ("CALLCAIN", &["callchain"]), + ("DESCRITOR", &["descriptor"]), + ("EXPERMIENTER", &["experimenter"]), + ("SOWE", &["sow"]), + ("EXECULATBLE", &["executable"]), + ("PREFERNCE", &["preference"]), + ("CONTRAIN", &["constrain"]), + ("EXTRATED", &["extracted"]), + ("WHISLIST", &["wishlist"]), + ("REGULAER", &["regular"]), + ("RENEGOTIOATING", &["renegotiating"]), + ("INIALIZED", &["initialized"]), + ("FEBRUAR", &["february"]), + ("INITIATIED", &["initiated"]), + ("MIRCALES", &["miracles"]), + ("CASHEIR", &["cashier"]), + ("PROFESSIONNAL", &["professional"]), + ("SHARPENNING", &["sharpening"]), + ("NIMPHAL", &["nymphal"]), + ("WHATERVER", &["whatever"]), + ("SCTIPTING", &["scripting"]), + ("DIAGONSED", &["diagnosed"]), + ("REPERESENTATION", &["representation"]), + ("UNEXCPECTEDLY", &["unexpectedly"]), + ("AGRUING", &["arguing"]), + ("HUMANDS", &["humans"]), + ("REAED", &["read"]), + ("RENEGOTITAING", &["renegotiating"]), + ("INESTART", &["linestart"]), + ("PROCRASTENATING", &["procrastinating"]), + ("MEDITEREANEAN", &["mediterranean"]), + ("GRANUALITY", &["granularity"]), + ("RESTUCTURING", &["restructuring"]), + ("CRYSTALYS", &["crystals"]), + ("CONCEREND", &["concerned"]), + ("COLONIALIZM", &["colonialism"]), + ("FACIST", &["fascist"]), + ("CONTAINTS", &["contains"]), + ("UTILIATRIAN", &["utilitarian"]), + ("SYMTPOM", &["symptom"]), + ("WIHT", &["with"]), + ("EXECTUTION", &["execution"]), + ("EXPEMPT", &["exempt"]), + ("PSHYCOLOGY", &["psychology"]), + ("ESPCIALLY", &["especially"]), + ("RESPECTES", &["respects"]), + ("TIGTHENED", &["tightened"]), + ("ADAPTOVE", &["adaptive", "adoptive"]), + ("TARGT", &["target"]), + ("FORINER", &["foreigner"]), + ("WARNIONGS", &["warnings"]), + ("DISBELIF", &["disbelief"]), + ("DEMOCRACIS", &["democracies"]), + ("PARAMETIC", &["parametric", "paramedic"]), + ("INSTANTENOUS", &["instantaneous"]), + ("NURTITIONAL", &["nutritional"]), + ("PURCHSED", &["purchased"]), + ("SOMEWAHT", &["somewhat"]), + ("CONFUGRABLE", &["configurable"]), + ("STRENGTHINING", &["strengthening"]), + ("SAWTAYING", &["sautéing"]), + ("RELATATION", &["relaxation"]), + ("AFFRIMATIVE", &["affirmative"]), + ("INPRACTICAL", &["impractical"]), + ("UNDRSTAND", &["understand"]), + ("CONNETION", &["connection"]), + ("INSTRUCTERS", &["instructors"]), + ("TIETH", &["tithe"]), + ("VERISONER", &["versioner"]), + ("EXTREMLY", &["extremely"]), + ("POTENTALLY", &["potentially"]), + ("INSTERED", &["inserted"]), + ("INSTANTIALED", &["instantiated"]), + ("ANE", &["and"]), + ("INCONSECUENTIAL", &["inconsequential"]), + ("EMBEDIDNGS", &["embeddings"]), + ("MINIUM", &["minimum"]), + ("AHMONDS", &["almonds"]), + ("TEFINE", &["define"]), + ("PROPSE", &["propose"]), + ("PROVODER", &["provider"]), + ("DIMENSIONES", &["dimensions"]), + ("HOMOPHOBIE", &["homophobe"]), + ("CONDEFERACY", &["confederacy"]), + ("VISUABLE", &["visual", "visible"]), + ("TRISCAIDEKAPHOBIA", &["triskaidekaphobia"]), + ("EXLCUDING", &["excluding"]), + ("PRODUCIRSE", &["producers"]), + ("OVERPIRCED", &["overpriced"]), + ("MILIMETERS", &["millimeters"]), + ( + "IMPLEMENTATIN", + &["implementations", "implementation", "implementing"], + ), + ("LIPPIZANER", &["lipizzaner"]), + ("ROGANISM", &["organism"]), + ("OPNED", &["opened"]), + ("WEBISTE", &["website"]), + ("RQEUESTED", &["requested"]), + ("STANDBUY", &["standby"]), + ("MELIEUX", &["milieux"]), + ("OPTIONALL", &["optional", "optionally"]), + ("COMUTATIVE", &["commutative"]), + ("RECGONISED", &["recognised"]), + ("UNINTELLIGABLE", &["unintelligible"]), + ("DIGESTY", &["digest"]), + ( + "CONSTRACTION", + &["construction", "constriction", "contraction"], + ), + ("APPROOXIMATIONS", &["approximations"]), + ("BLOAD", &["bloat"]), + ("PROTISTANTS", &["protestants"]), + ("VIRBATION", &["vibration"]), + ("PREMITS", &["permits"]), + ("TERIMNATE", &["terminate"]), + ("DYNAMICPSF", &["dynamics"]), + ("COMPOSIBLITY", &["composability"]), + ("DISTORTO", &["distortion"]), + ("SUBPSACE", &["subspace"]), + ("SUPPLYED", &["supplied"]), + ("AGRED", &["agreed"]), + ("ASSIGHORS", &["assignors"]), + ("PRECECESSOR", &["predecessor"]), + ("BETEEN", &["between"]), + ("INDIGINEOUS", &["indigenous"]), + ("FILPPING", &["flipping"]), + ("ALINGMENT", &["alignment"]), + ("TARCED", &["traced"]), + ("REPARAMTERISING", &["reparameterising"]), + ("COMPELXES", &["complexes"]), + ("SOOIT", &["suet", "suit", "soot"]), + ("CREASTOR", &["creator"]), + ("OBSUCRITY", &["obscurity"]), + ("PEFERRED", &["preferred"]), + ("COMPUTATING", &["computation"]), + ("LATECNY", &["latency"]), + ("VARIALBLE", &["variable"]), + ("MORMALIZED", &["normalized"]), + ("VIDOES", &["videos"]), + ("SECONDY", &["secondly", "secondary"]), + ("TRASPORTABLE", &["transportable"]), + ("NECCESARY", &["necessary"]), + ("THETRAHEDRON", &["tetrahedron"]), + ("LIFEYCLE", &["lifecycle"]), + ("CONTATENATED", &["concatenated"]), + ("DEPRECTAED", &["deprecated"]), + ("SLECTION", &["selection"]), + ("TRANSOCDINGS", &["transcodings"]), + ("ELSEWEHERE", &["elsewhere"]), + ("FRUSTRAITED", &["frustrated"]), + ("NEGOATED", &["negotiated"]), + ( + "CONCEPTIFICATION", + &["conceptualisation", "conceptualization"], + ), + ("LODABLE", &["loadable"]), + ("MEDICAITON", &["medication"]), + ("EXERCIDE", &["exercised"]), + ("DEATHAMTCH", &["deathmatch"]), + ("CODO", &["code"]), + ("COLLECTIEVE", &["collective"]), + ("EQUALLITY", &["equality"]), + ("COMPINSATION", &["compensation"]), + ("USEFULL", &["useful"]), + ("CIRITCAL", &["critical"]), + ("CALCUALTORS", &["calculators"]), + ("AUTOAGRESSIVE", &["autoaggressive"]), + ("ORIGINES", &["origins"]), + ("ENCLOSUNG", &["enclosing"]), + ("APPAROCHES", &["approaches"]), + ("SUGGESTIED", &["suggestive"]), + ("DUMPTSER", &["dumpster"]), + ("PEEROWETES", &["pirouettes"]), + ("INTERVENTIE", &["intervene"]), + ("DIAPLAY", &["display"]), + ("FTER", &["after"]), + ("POITD", &["pointed"]), + ("COMEING", &["coming"]), + ("INUTITION", &["intuition"]), + ("COLLECTIVO", &["collection"]), + ("INCOMPATABLITIES", &["incompatibilities"]), + ("PROTABLE", &["portable"]), + ("COALLESES", &["coalesces"]), + ("OBLISKS", &["obelisks"]), + ("GENERATIONERS", &["generations"]), + ("PRIVILAGES", &["privileges"]), + ("IMPLEMENTIG", &["implementing"]), + ("CONECCTING", &["connecting"]), + ("PRACTICALY", &["practically"]), + ("TRE", &["tree"]), + ("AUTHENICATION", &["authentication"]), + ("INCORRRECT", &["incorrect"]), + ("CTIFICATION", &["certification"]), + ("ORGANIZATONS", &["organizations"]), + ("CONTRAINT", &["constraint"]), + ("REDANDANT", &["redundant"]), + ("YELLO", &["yellow"]), + ("CHRASHES", &["crashes", "thrashes", "trashes"]), + ("FORAMATTING", &["formatting"]), + ("COMARATORS", &["comparators"]), + ("DOWNGARDES", &["downgrades"]), + ("REPACEMENTS", &["replacements"]), + ("COMPLUSIVE", &["compulsive"]), + ("NSTALLATION", &["installation"]), + ("INTERFER", &["interfere"]), + ("BOFY", &["body"]), + ("YOUY", &["you"]), + ("BENEVELONT", &["benevolent"]), + ("ASSUMMING", &["assuming"]), + ("ANNIVERSY", &["anniversary"]), + ("DISPLAYIG", &["displaying"]), + ("PRESCIUOSLY", &["preciously"]), + ("UNPROFESSIONEL", &["unprofessional"]), + ("TRANSPORTR", &["transporter"]), + ("CONFFIG", &["config"]), + ("PODEMSO", &["podemos"]), + ("STREIGTNESS", &["straightness"]), + ("CONENCTORS", &["connectors"]), + ("CONTRIUBTION", &["contribution"]), + ("RERTIEVES", &["retrieves"]), + ("MISOGYINSTS", &["misogynist"]), + ("LIGTHWEIGHTS", &["lightweights"]), + ("UNDEFIEN", &["undefine"]), + ("INVISIBILLITY", &["invisibility"]), + ("QAULIFIERS", &["qualifiers"]), + ("WHEVER", &["wherever"]), + ("DIFFERENTAL", &["differential"]), + ("RIGHTFULLLY", &["rightfully"]), + ("RECURIONS", &["recursions"]), + ("DEALERSHP", &["dealerships"]), + ("REGISTING", &["registering"]), + ("EXTRUCIATING", &["excruciating"]), + ("CODESPEL", &["codespell"]), + ("STRENGHTEND", &["strengthen"]), + ("SUSPICIOIS", &["suspicions"]), + ("DEVASTADED", &["devastated"]), + ("EXSTING", &["existing"]), + ("CIMETRICLY", &["symmetricly"]), + ("REGIMET", &["regiment"]), + ("JUSTFIY", &["justify"]), + ("SEEZURE", &["seizure"]), + ("VULBERABUILTIES", &["vulnerabilities"]), + ("CUSOM", &["custom"]), + ("CRACEFULLY", &["gracefully"]), + ("INDEPENDNTLY", &["independently"]), + ("MOBILTIY", &["mobility"]), + ("OVERWRITTES", &["overwrites"]), + ("CONFLICTOS", &["conflicts"]), + ("GREENORE", &["greener"]), + ("THROUTH", &["through"]), + ("ASUME", &["assume"]), + ("MAGAZINS", &["magazines"]), + ("ORGINIATE", &["originate"]), + ("MANIFESTIOR", &["manifestation"]), + ("REPETETION", &["repetition"]), + ("DISTRIBUTINO", &["distributions"]), + ("WEERDLY", &["weirdly"]), + ("INCOMPATIBIL", &["incompatible"]), + ("WESTERNES", &["westerners"]), + ("ENGRAMMS", &["engrams"]), + ("GOLDBURGER", &["goldberg"]), + ("SCUCCESSULLY", &["successfully"]), + ("ALLIGNS", &["aligns"]), + ("UNEXPANCED", &["unexpanded"]), + ("HANDSHKNG", &["handshaking"]), + ("COMPREMISING", &["compromising"]), + ("ATTRUBUTE", &["attribute"]), + ("STONG", &["strong"]), + ("PADAM", &["param"]), + ("DESCTIPTORS", &["descriptors"]), + ("THAST", &["that"]), + ("PERIPERHALS", &["peripherals"]), + ("JAVASCROPT", &["javascript"]), + ("AGRANDIZING", &["aggrandizing"]), + ("NEDED", &["needed"]), + ("CIRCKETS", &["crickets"]), + ("ABSTRACTON", &["abstraction"]), + ("HARDWOORD", &["hardwood"]), + ("TRANSFROMATE", &["transform", "transformed"]), + ("PROCED", &["proceed"]), + ("BRAINWASED", &["brainwashed"]), + ("NAVIAGTES", &["navigates"]), + ("MINSITER", &["minister"]), + ("TRASFORMED", &["transformed"]), + ("FEATCHURES", &["features"]), + ("ATTEMTS", &["attempts"]), + ("ALGORORITHM", &["algorithm"]), + ("ANURISM", &["aneurism"]), + ("REIMPPLEMENTATION", &["reimplementation"]), + ("CONFIGRATIONS", &["configurations"]), + ("INTACK", &["intact"]), + ("COMPLAING", &["complaining"]), + ("SOCIAPATHS", &["sociopaths"]), + ("REARRANGT", &["rearrangement"]), + ("REPLACAMENTS", &["replacements"]), + ("ENVIREONMENT", &["environment"]), + ("OUTRSIDE", &["outside"]), + ("COMOPNENT", &["component"]), + ("ACTUALTY", &["actually"]), + ("PRESSUES", &["pressures"]), + ("WELLINGOTN", &["wellington"]), + ("BNNDLER", &["bundler"]), + ("ADDRSSING", &["addressing"]), + ("NEGOTATIBLE", &["negotiable"]), + ("OPENENING", &["opening"]), + ("MESSURED", &["measured"]), + ("AUTONEGOZIATIONS", &["autonegotiations"]), + ("COMPROMSIE", &["compromises"]), + ("WIDGHET", &["widget"]), + ("CREATEUR", &["creature"]), + ("UNNECCESARILY", &["unnecessarily"]), + ("STARTLXDE", &["startled"]), + ("POSTIIVE", &["positive"]), + ("EARTHQUATE", &["earthquake"]), + ("OVERLORDESS", &["overlords"]), + ("TRNASPARENT", &["transparent"]), + ("ENHANED", &["enhanced"]), + ("WEITHER", &["whether"]), + ("ACTIV", &["active"]), + ("TABLULAR", &["tabular"]), + ("CONFIGUURATION", &["configuration"]), + ("MACASON", &["moccasin"]), + ("CORUPTED", &["corrupted"]), + ("MERCHENDISE", &["merchandise"]), + ("THEORATICAL", &["theoretical"]), + ("SPECIALLLY", &["specially"]), + ("COMILED", &["compiled"]), + ("DISRUPTIVO", &["disruption"]), + ("DELIBRATE", &["deliberate"]), + ("MAYBELLINNE", &["maybelline"]), + ("BUTTONN", &["button"]), + ("SPEFICIALLIED", &["specified"]), + ("ASSINGLED", &["assigned"]), + ("COMPOSICION", &["composition"]), + ("COOTDINATED", &["coordinated"]), + ("THRUSDAYS", &["thursdays"]), + ("PRIVILIDGED", &["privileged"]), + ("RUNTING", &["runtime"]), + ("NEIGHBEORHOOD", &["neighborhood"]), + ("WORBENCH", &["workbench"]), + ("RESPONSIBLIY", &["responsibly"]), + ("CATAGORIZED", &["categorized"]), + ("PSYDONYMOUS", &["pseudonymous"]), + ("EPLIOGUE", &["epilogue"]), + ("COVERES", &["covers"]), + ("ETST", &["test"]), + ("CONTAGIOSO", &["contagious"]), + ("WESTERSE", &["westerners"]), + ("SECRETY", &["secretly"]), + ("PARAMTERICAL", &["parametric", "parametrically"]), + ("EXHCUASTED", &["exhausted"]), + ("NECESSITIVE", &["necessities"]), + ("CONDUCTIONG", &["conducting"]), + ("EXPEIENCES", &["experiences"]), + ("PREVEWS", &["previews"]), + ("CONSITUTENTS", &["constituents"]), + ("EXPLICATII", &["explicit"]), + ("MILLIONIARES", &["millionaires"]), + ("DECRYTION", &["decryption"]), + ("NEGIOTATING", &["negotiating"]), + ("FELLOWHSIP", &["fellowship"]), + ("DISTIBUTING", &["distributing"]), + ("IMPLIMENT", &["implement"]), + ("HEADERR", &["header"]), + ("PINANCLE", &["pinnacle"]), + ("APPARENLY", &["apparently"]), + ("INTENTINES", &["intestines"]), + ("TRANNSEXUAL", &["transsexual"]), + ("PLAGIARIUS", &["plagiarism"]), + ("RHE", &["the"]), + ("DFINITIONS", &["definitions"]), + ("HEXIDECIMALS", &["hexadecimals"]), + ("AVERAGINE", &["averaging"]), + ("RESUILT", &["result"]), + ("STRICLY", &["strictly"]), + ("HYPOCRITIAL", &["hypocritical"]), + ("PENETRATIING", &["penetrating"]), + ("DEAMONIZES", &["daemonizes"]), + ("HOENSTLY", &["honestly"]), + ("EQUIVLENTS", &["equivalents"]), + ("UKOWNS", &["unknowns", "unknown"]), + ("IMPLEMENATION", &["implementation"]), + ("UNDERCLING", &["underlying"]), + ("FAKTORED", &["factored"]), + ("DERGISTRATION", &["deregistration"]), + ("MUTLIPLYING", &["multiplying"]), + ("UNBELIVEABLE", &["unbelievable"]), + ("CALCULCATION", &["calculation"]), + ("PREIVEW", &["preview"]), + ("RETREIVING", &["retrieving"]), + ("ASSASSINARE", &["assassinate"]), + ("SHANGED", &["changed", "shanked"]), + ("ANONYMOYS", &["anonymously"]), + ("DACLARATION", &["declaration"]), + ("ALTHOGH", &["although"]), + ("SOMETHIG", &["something"]), + ("POSSESSIVIZE", &["possessive"]), + ("FRUSTARTION", &["frustrations"]), + ("VISUAISATION", &["visualisation"]), + ("SYCRONISES", &["synchronises"]), + ("IMPROPABLE", &["improbable"]), + ("LIBERATORE", &["liberate"]), + ("PHOTOGRAHPY", &["photography"]), + ("CERTIFICSTE", &["certificate"]), + ("EXPLINATION", &["explanation"]), + ("COPLETELY", &["completely"]), + ("PROFESSIONL", &["professionals"]), + ("LANGUATE", &["language"]), + ("ALIASE", &["aliases", "alias"]), + ("CONTSTANTS", &["constants"]), + ("CAFINE", &["caffeine"]), + ("YOUT", &["your"]), + ("PUBLSH", &["publish"]), + ("IMPRESSSION", &["impressions"]), + ("WITHCES", &["witches"]), + ("ASLO", &["also"]), + ("VARAIABLE", &["variable"]), + ("INDENTIFER", &["identifier"]), + ("EUROPEANERS", &["europeans"]), + ("TEMPORRARY", &["temporary"]), + ("FUNCHTIONNS", &["functions"]), + ("RESPECITVE", &["respective"]), + ("EXPORINTG", &["exporting"]), + ("SARIMONY", &["ceremony"]), + ("VICTEMIZES", &["victimizes"]), + ("NOTICABLE", &["noticeable"]), + ("DATASSET", &["dataset"]), + ("CIPHRS", &["ciphers"]), + ("GLITCHS", &["glitches"]), + ("WOILD", &["would"]), + ("ELEMTARY", &["elementary"]), + ("CONTROCEPTIVES", &["contraceptives"]), + ("NEGOTITATING", &["negotiating"]), + ("PSCYHOPATH", &["psychopath"]), + ("ANCEDOTES", &["anecdotes"]), + ("PROSTITUTAS", &["prostitutes"]), + ("DEFIANTELY", &["definitely", "defiantly"]), + ("CHARCTERISTIC", &["characteristic"]), + ("EXPETATION", &["expectation"]), + ("MODESETTTING", &["modesetting"]), + ("UNSHFITS", &["unshifts"]), + ("NEGOATION", &["negotiation"]), + ("EXPERIECE", &["experience"]), + ("DISTRIBUITON", &["distributions"]), + ("BACKGROUN", &["background"]), + ("INBEETWEN", &["inbetween"]), + ("SPECTROLAB", &["spectral"]), + ("SUTTLES", &["shuttles"]), + ("MANIFESTACION", &["manifestation"]), + ("PHILADELPIA", &["philadelphia"]), + ("ANALYSYS", &["analysis"]), + ("MYITEREATOR", &["myiterator"]), + ("REBOUDNS", &["rebounds"]), + ("ESCALTE", &["escalate"]), + ("MASTURABTED", &["masturbated"]), + ("DESINATIONS", &["destinations"]), + ("DIOREHA", &["diarrhea"]), + ("THOUHGTS", &["thoughts"]), + ("TECHTICIANS", &["technicians"]), + ("RETHER", &["rather"]), + ("PUPLATES", &["populates"]), + ("MODIFICATO", &["modification"]), + ("DEATAILS", &["details"]), + ("ANITBIOTICS", &["antibiotics"]), + ("RIMINICES", &["reminisces"]), + ("VIRTICAL", &["vertical"]), + ("PALCEBO", &["placebo"]), + ("ALGOTRITHMIC", &["algorithmic"]), + ("VIRTAL", &["virtual"]), + ("CONTROLLERAS", &["controllers"]), + ("REGULARLAS", &["regulars"]), + ("USCCESS", &["success"]), + ("CONTAINR", &["container"]), + ("NEWSANSES", &["nuisances"]), + ("SECIONS", &["sections"]), + ("IMPOROVED", &["improved"]), + ("FUCTIONS", &["functions"]), + ("COMPUTATON", &["computation"]), + ("DISECTING", &["dissecting"]), + ("OTPION", &["option"]), + ("CACHSE", &["cache", "caches"]), + ("ENLIGTHENMENT", &["enlightenment"]), + ("FOLLWOWS", &["follows"]), + ("PERPITRATED", &["perpetrated"]), + ("CERTIFICES", &["certificates"]), + ("POICY", &["policy"]), + ("BAZERK", &["berserk"]), + ("PROGRAMMATICALY", &["programmatically"]), + ("TERNAMENT", &["tournament"]), + ("CONFUNCTION", &["conjunction"]), + ("INTERNALY", &["internally"]), + ("DIAGNOSI", &["diagnostic"]), + ("OPERANTS", &["operands"]), + ("MOROTOLA", &["motorola"]), + ("MOVEEMENT", &["movement"]), + ("UNCETAIN", &["uncertain"]), + ("FEAUTRES", &["features"]), + ("BIGTORY", &["bigotry"]), + ("COMMINIST", &["communist"]), + ("DILLIMPORT", &["dllimport"]), + ("MAITENANCE", &["maintenance"]), + ("ACIDENTALLY", &["accidentally"]), + ("EXCAHNGE", &["exchange"]), + ("PARAMEER", &["parameter"]), + ("ATHLETECISM", &["athleticism"]), + ("CONDOMNATION", &["condemnation"]), + ("USEFULY", &["usefully"]), + ("ISARELI", &["israeli"]), + ("ENLIGHTINING", &["enlightening"]), + ("MEAUREMENT", &["measurement"]), + ("REAYD", &["ready", "read"]), + ("SHTOPPED", &["stopped", "shopped"]), + ("TOOKIT", &["toolkit"]), + ("NOTOFOCATION", &["notification"]), + ("IGNORENCE", &["ignorance"]), + ("INTRODUCATION", &["introduction"]), + ("CAPITALIZACION", &["capitalization"]), + ("IMPLEMENTATIONEN", &["implementations"]), + ("NECAUSE", &["because"]), + ("DEFERENTIATING", &["differentiating"]), + ("HJAVE", &["have"]), + ("CAHANGING", &["changing"]), + ("ANALYSIE", &["analyse"]), + ("DEATHCAT", &["deathmatch"]), + ("CONDOLENSCES", &["condolences"]), + ("NOTEBOK", &["notebook"]), + ("DEFEINED", &["defined"]), + ("RESINTALLED", &["reinstalled"]), + ("CLEESHEYS", &["clichés"]), + ("SYSTHEM", &["system"]), + ("ANNOUCNEMENT", &["announcement"]), + ("UTILITIZE", &["utilize"]), + ("UNRECOGIZED", &["unrecognized"]), + ("GOST", &["ghost"]), + ("CONTIUNAL", &["continual"]), + ("EPLOIT", &["exploit"]), + ("DOWNLOADBIG", &["downloading"]), + ("RECTANGUALR", &["rectangular"]), + ("APPARTMENTS", &["apartments"]), + ("FUNCSTION", &["function", "functions"]), + ("TRIANGLUTAION", &["triangulation"]), + ("PERSERVERED", &["persevered"]), + ("DETEMINE", &["determine"]), + ("INVERTENDO", &["inverted"]), + ("SURFAEC", &["surface"]), + ("MISCAIRRAGE", &["miscarriage"]), + ("COMMUNICAION", &["communication"]), + ("PERMITES", &["permits"]), + ("USUALY", &["usually"]), + ("CHIENSE", &["chinese"]), + ("ARLIGNTON", &["arlington"]), + ("FOURTEN", &["fourteen"]), + ("VOLUNATRY", &["voluntary"]), + ("INDEFININTE", &["indefinite"]), + ("SYMOBLIC", &["symbolic"]), + ("TEMPALRS", &["templars"]), + ("TREADET", &["treated", "threaded", "treaded"]), + ("DECTECTS", &["detects"]), + ("GUARRANTYS", &["guarantees"]), + ("RENEGOTICATORS", &["renegotiators"]), + ("PROHIBITTED", &["prohibited"]), + ("TRISCADECAPHOBIA", &["triskaidekaphobia"]), + ("REGULARLIZE", &["regularize"]), + ("BUMBING", &["bombing", "bumping"]), + ("SPEFICIFIABLE", &["specifiable"]), + ("CONSFICATED", &["confiscated"]), + ("PLESAE", &["please"]), + ("ARRANGTS", &["arrangements"]), + ("BOUDS", &["bounds"]), + ("SEEZING", &["seizing"]), + ("DETAHCED", &["detached"]), + ("PROMINENTY", &["prominently"]), + ("VRITUALISE", &["virtualise"]), + ("UNSUCCEEED", &["unsuccessful"]), + ("INITALLED", &["initialled"]), + ("IMMEDIALTY", &["immediately"]), + ("TERORRISTS", &["terrorists"]), + ("EFFECTICE", &["effective"]), + ("SATUARATION", &["saturation"]), + ("RECONENCTIONS", &["reconnections"]), + ("INCOROPORATED", &["incorporated"]), + ("ARBITUARY", &["arbitrary"]), + ("VAMIPRES", &["vampires"]), + ("PORNOGRAPGHY", &["pornography"]), + ("JOSN", &["json"]), + ("FACILLITATE", &["facilitate"]), + ("KONSERVATIVES", &["conservatives"]), + ("SORTINGS", &["sorting"]), + ("INSPEKTORS", &["inspectors"]), + ("ACHIEVEING", &["achieving"]), + ("LANAUAGES", &["languages"]), + ("ONLIENE", &["online"]), + ("DESTROIS", &["destroys"]), + ("IGNORNG", &["ignoring"]), + ("AUTHENICATING", &["authenticating"]), + ("DEBBUGER", &["debugger"]), + ("TEMPLEOS", &["temples"]), + ("BACKRACE", &["backtrace"]), + ("EXPOED", &["exposed"]), + ("DETEMINES", &["determines"]), + ("IMOLICITLY", &["implicitly"]), + ("ADBUCTED", &["abducted"]), + ("RESONABLY", &["reasonably"]), + ("IMPLMENET", &["implement"]), + ("AMPATHEATERS", &["amphitheaters"]), + ("WRAPPNING", &["wrapping"]), + ("OPEARIONS", &["operations"]), + ("UDPATES", &["updates"]), + ("BACKARDS", &["backwards"]), + ("SUPOSING", &["supposing"]), + ("ARBORT", &["abort"]), + ("DEPENDENIES", &["dependencies"]), + ("MASHINE", &["machine"]), + ("FORMATTIED", &["formatted"]), + ("BACKREFENCE", &["backreference"]), + ("CHAMPANGE", &["champagne"]), + ("FRIENDZONNED", &["friendzoned"]), + ("ACITIVATE", &["activate"]), + ("AKNOWLEDGMENT", &["acknowledgment"]), + ("CORINTHAINS", &["corinthians"]), + ("ORTHOGANAL", &["orthogonal"]), + ("VICTUMS", &["victims"]), + ("PLEAEE", &["please"]), + ("DEFITNALY", &["defiantly"]), + ("UNSUBSCRITPTIONS", &["unsubscriptions"]), + ("PARILAMENTARY", &["parliamentary"]), + ("ARGMENT", &["argument"]), + ("THUMNAIL", &["thumbnail"]), + ("SOTERD", &["stored", "sorted"]), + ("DISPORUE", &["disparue"]), + ("AFRICAIN", &["african"]), + ("REPRESENATATIONS", &["representations"]), + ("MULTINATINAL", &["multinational"]), + ("UNREGSTERING", &["unregistering"]), + ("INDIGINOUS", &["indigenous"]), + ("ENFRINGEMENT", &["infringement"]), + ("ORGANISMUS", &["organisms"]), + ("INTERMITTIENT", &["intermittent"]), + ("CLIFFBANGER", &["cliffhanger"]), + ("UNKNWOING", &["unknowing"]), + ("AVODED", &["avoided"]), + ("INGRIEDENTS", &["ingredient"]), + ("PROTESTAT", &["protestant"]), + ("SUSEEDS", &["secedes"]), + ("BRODERLANDS", &["borderlands"]), + ("HARDNED", &["hardened"]), + ("MARZ", &["march", "mars"]), + ("THRESHHOLD", &["threshold"]), + ("ASSIGNEMTN", &["assignment"]), + ("INDENDATION", &["indentation"]), + ("SYCLES", &["cycles"]), + ("ARCHITCTURE", &["architecture"]), + ("CHORMOSOMES", &["chromosomes"]), + ("EVENTALLY", &["eventually"]), + ("ENCRIPTION", &["encryption"]), + ("EXANSION", &["expansion"]), + ("TRANSSEXAUL", &["transsexual"]), + ("INITALIZED", &["initialized"]), + ("FABIRCATED", &["fabricated"]), + ("PARALLLELS", &["parallels"]), + ("GODSPEDE", &["godspeed"]), + ("DDEVICES", &["devices"]), + ("BANKRUTPCY", &["bankruptcy"]), + ("DEAPTHS", &["depths"]), + ("INCOMPETE", &["incomplete"]), + ("ALGOORITHM", &["algorithm"]), + ("RESITSANCE", &["resistances"]), + ("COMPLEETNESS", &["completeness"]), + ("GETTNG", &["getting"]), + ("FURMULAE", &["formulae"]), + ("HOMOGENEIZE", &["homogenize"]), + ("CONSIPRACY", &["conspiracy"]), + ("CONFESOS", &["confess"]), + ("MANUFACTURERERS", &["manufacturers"]), + ("FORWADS", &["forwards"]), + ("LIBERTARIENS", &["libertarians"]), + ("PROGESSES", &["progresses"]), + ("INOCENT", &["innocent"]), + ("SUBNEGOTATIATION", &["subnegotiation"]), + ("ADULTREY", &["adultery"]), + ("DANGEROULY", &["dangerously"]), + ("PHRAMACIST", &["pharmacist"]), + ("PRECESION", &["precession", "precision"]), + ("OPPERAND", &["operand"]), + ("BIDDINGS", &["bidding"]), + ("TRANITIONING", &["transitioning"]), + ("IMMEDATE", &["immediate"]), + ("APPRECITAE", &["appreciates"]), + ("FOLOWIWNG", &["following"]), + ("INDICATERS", &["indicates", "indicators"]), + ("SEPEATOR", &["separator"]), + ("UNEFORM", &["uniform"]), + ("DESTINATAION", &["destination"]), + ("VULNERABILTIES", &["vulnerabilities"]), + ("DIMENSIOM", &["dimension"]), + ("BUILDPACKGE", &["buildpackage"]), + ("RECORRE", &["recorder"]), + ("REMINSCED", &["reminisced"]), + ("UNITLED", &["untitled"]), + ("IMLIMENTED", &["implemented"]), + ("DECONSTRCUTOR", &["deconstructor"]), + ("APPY", &["apply"]), + ("LIBRRAY", &["library"]), + ("STANCELS", &["stances"]), + ("THRUOUT", &["throughout"]), + ("PREVIAL", &["prevail"]), + ("SPEFICITICATIONS", &["specifications"]), + ("PASSTHROUGHT", &["passthrough"]), + ("FREINDS", &["friends"]), + ("SYNOYNM", &["synonym"]), + ("TRANSMITTOR", &["transmitter"]), + ("FUSIPN", &["fusion"]), + ("INSIGINFICANT", &["insignificant"]), + ("IMPOVERISED", &["impoverished"]), + ("INDIGENUOUS", &["indigenous"]), + ("SUPERMARKT", &["supermarket"]), + ("FORTUANTELY", &["fortunately"]), + ("ADMINISTRATON", &["administration"]), + ("PORTRATING", &["portraying"]), + ("PROOOF", &["proof"]), + ("SILICOON", &["silicon"]), + ("PTD", &["pdf"]), + ("CARRIGE", &["carriage"]), + ("DICTIONATY", &["dictionary"]), + ("COGNATIOUS", &["contagious"]), + ("CHISILED", &["chiseled"]), + ("BAKEND", &["backend", "baked"]), + ("PRELEASE", &["prerelease"]), + ("BEFIREND", &["befriend"]), + ("BLOEKSS", &["blokes"]), + ("EYASR", &["years", "eyas"]), + ("NONTE", &["note"]), + ("DATASTUCTURE", &["datastructure"]), + ("SUDDNELY", &["suddenly"]), + ("RECROOTING", &["recruiting"]), + ("RESPOSIVENESS", &["responsiveness"]), + ("PARTICPANT", &["participant"]), + ("IMPERSINATING", &["impersonating"]), + ("ENOCDER", &["encoder"]), + ("DIMINESHES", &["diminishes"]), + ("DETERMINITIC", &["deterministic"]), + ("DEZERT", &["dessert"]), + ("FOLOOWINWG", &["following"]), + ("FRANSISCANS", &["franciscans"]), + ("TRRIGGERING", &["triggering"]), + ("FRAGMANT", &["fragment"]), + ("ATTATCHING", &["attaching"]), + ("ENCICLOPEDIA", &["encyclopedia"]), + ("TELEMITRY", &["telemetry"]), + ("CAREFULL", &["careful", "carefully"]), + ("EXPERINEMENTS", &["experiments"]), + ("ACCODRING", &["according"]), + ("REQURIMENT", &["requirement"]), + ("DEPCITIONS", &["depictions"]), + ("EXLPOITS", &["exploits"]), + ("BUIDING", &["building"]), + ("ACCEPTERAD", &["accepted"]), + ("EXPLOIDING", &["exploiting"]), + ("PERODICALLY", &["periodically"]), + ("POSIITIVES", &["positives"]), + ("PERFORMAS", &["performs"]), + ("COYOTEES", &["coyotes"]), + ("CAESEING", &["ceasing"]), + ("FORMUALTE", &["formulate"]), + ("ARRANEMENT", &["arrangement"]), + ("EXTREMEME", &["extreme"]), + ("INSTRUCCIONS", &["instructions"]), + ("PSYCHOLIGICALLY", &["psychologically"]), + ("BINAR", &["binary"]), + ("PRECENTILE", &["percentile"]), + ("EXPERIMANTER", &["experimenter"]), + ("TEMPTETION", &["temptation"]), + ("UNDERESTAMATE", &["underestimate"]), + ("INDICATS", &["indicators", "indicates", "indicate"]), + ("LIGHTENNING", &["lightening"]), + ("ATHETLIC", &["athletic"]), + ("VARIBLAES", &["variables"]), + ("SHATOW", &["château", "châteaux", "shadow"]), + ("RESPODUCE", &["reproduce"]), + ("DEPDENCY", &["dependency"]), + ("ADMN", &["admin"]), + ("UNREGISTERD", &["unregistered"]), + ("CHAMBRE", &["chamber"]), + ("PROHIBITES", &["prohibits"]), + ("CONSTURED", &["construed"]), + ("LOGISTICAS", &["logistics"]), + ("ALOGRITHMS", &["algorithms"]), + ("CONTENDOR", &["contender"]), + ("SECUITY", &["security"]), + ("CONVIENIENCE", &["convenience"]), + ("ARCHAELOGICAL", &["archaeological"]), + ("PREINITALIZING", &["preinitializing"]), + ("FMAILY", &["family"]), + ("CINCINATTI", &["cincinnati"]), + ("PALTFORMER", &["platformer"]), + ("SCHOLERSHIPS", &["scholarships"]), + ("PREPROCESSERS", &["preprocessors"]), + ("DELIMITIERS", &["delimiters"]), + ("DISCCONECCT", &["disconnect"]), + ("PERFORMANCETEST", &["performances"]), + ("BOUNED", &["bounded"]), + ("CONTAININT", &["containing"]), + ("CIRCULACION", &["circulation"]), + ("CHANE", &["change", "chain"]), + ("CONFRIMED", &["confirmed"]), + ("COLLGE", &["college"]), + ("FUNTURE", &["future"]), + ("WEBAPGE", &["webpage"]), + ("GROUBPY", &["groupby"]), + ("EXACTELY", &["exactly"]), + ("MICOSCOPY", &["microscopy"]), + ("BRIGTHNES", &["brightness"]), + ("INTERFAL", &["interval"]), + ("MANUFACTURERD", &["manufactured"]), + ("ENIRONMENTS", &["environments"]), + ("TRASPORT", &["transport"]), + ("UNDERFIEND", &["undefined"]), + ("RENEGOTITOR", &["renegotiator"]), + ("SUBSTITUTENTS", &["substituents"]), + ("GZIPED", &["gzipped"]), + ("OPTIONNALLY", &["optionally"]), + ("DEFAUTS", &["defaults"]), + ("PARTICIPANTES", &["participants"]), + ("COORDONATION", &["coordination"]), + ("CLAIRVOIANTS", &["clairvoyants"]), + ("FEWSHA", &["fuchsia"]), + ("SUPPURTIVE", &["supportive"]), + ("WEDENSDAYS", &["wednesdays"]), + ("IRRELAVANT", &["irrelevant"]), + ("TOGATHER", &["together"]), + ("PYTNON", &["python"]), + ("SCIENTIFICLLY", &["scientifically"]), + ("HEL", &["help", "hell", "heal"]), + ("ANDRIOD", &["android"]), + ("IRELEVANT", &["irrelevant"]), + ("ABSTRATED", &["abstracted"]), + ("SPEEK", &["speak"]), + ("INITITALIZE", &["initialize"]), + ("ABSOUTLY", &["absolutely"]), + ("NORAMALS", &["normals"]), + ("CARNEGE", &["carnage", "carnegie"]), + ("INSDE", &["inside"]), + ("LICSENSES", &["licenses"]), + ("INSUALTED", &["insulated"]), + ("INCONVINIENCYS", &["inconveniences"]), + ("MEZMORIZE", &["mesmerize"]), + ("WITHS", &["with", "widths"]), + ("INTERNFACE", &["interface"]), + ("SIGAL", &["signal", "sigil"]), + ("LIBERTARIANISMO", &["libertarians"]), + ("PACTH", &["patch"]), + ("GUARNATEY", &["guaranty"]), + ("TRUDNLE", &["trundle"]), + ("ARPATHEID", &["apartheid"]), + ("DEFINITEVELY", &["definitively"]), + ("ONMIPOTENT", &["omnipotent"]), + ("GUARNANTES", &["guarantees"]), + ("AQUIESSES", &["acquiesces"]), + ("GAUARENTEE", &["guarantee"]), + ("GRENADS", &["grenades"]), + ("HANLDERS", &["handlers"]), + ("LINGUISICS", &["linguistics"]), + ("CONSILIDATE", &["consolidate"]), + ("SPONSORD", &["sponsored"]), + ("ORGINAZATIONS", &["organizations"]), + ("REFERING", &["referring"]), + ("ATHLETISIM", &["athleticism"]), + ("AUTHRORIZATION", &["authorization"]), + ("HUMBER", &["number"]), + ("QUANTATIES", &["quantities"]), + ("PYRMAIDS", &["pyramids"]), + ("IMPLET", &["implement"]), + ("DECOPOSE", &["decompose"]), + ("ORGAINIZING", &["organizing"]), + ("CRITIICALLY", &["critically"]), + ("IMPORANT", &["important"]), + ("STEREOTYPEING", &["stereotyping"]), + ("PROGRAMMETICALLY", &["programmatically"]), + ("SWTICHER", &["switcher"]), + ("OBSOLOTE", &["obsolete"]), + ("TRANSPARANIES", &["transparencies"]), + ("CEMETAREY", &["cemetery"]), + ("DISMANTEL", &["dismantle"]), + ("PURCAHED", &["purchased"]), + ("COMPEATED", &["competed"]), + ("MANAGERMENT", &["management"]), + ("FOULTS", &["faults"]), + ("RECEPTIONNIST", &["receptionist"]), + ("GIRLFRIED", &["girlfriend"]), + ("MOPRE", &["more"]), + ("REMINESCENT", &["reminiscent"]), + ("CONTANIMENTS", &["containment"]), + ("EXISITNG", &["existing", "exiting"]), + ("RESPONSIBILIY", &["responsibility"]), + ("SCETCHES", &["sketches"]), + ("PROPROGATORS", &["propagators"]), + ("ACADEMICOS", &["academics"]), + ("EXCESIVELY", &["excessively"]), + ("INTEREWBS", &["interwebs"]), + ("DESIAR", &["desire"]), + ("CANNOBALISM", &["cannibalism"]), + ("ANMESIA", &["amnesia"]), + ("WINDSHEILDS", &["windshield"]), + ("SPEFIFED", &["specified"]), + ("SILOUETIST", &["silhouettist"]), + ("DECORITIVE", &["decorative"]), + ("RETUREN", &["return"]), + ("UPSTREAD", &["upstream"]), + ("TRANSFORMERED", &["transformed"]), + ("COMMUNUICATION", &["communication"]), + ("EXERPT", &["excerpt"]), + ("SCOURCED", &["sourced", "scoured"]), + ("DUSGUSTINGLY", &["disgustingly"]), + ("BVE", &["be"]), + ("PROBBLY", &["probably"]), + ("CIVILIZATONS", &["civilizations"]), + ("BOUNDRARY", &["boundary"]), + ("DUPLICTE", &["duplicate"]), + ("CORRELATAS", &["correlates"]), + ("TAKED", &["taken"]), + ("BUREAUCRASY", &["bureaucrats"]), + ("MISUNDERSTANING", &["misunderstanding"]), + ("REFEREMCE", &["reference"]), + ("NOTEWORTY", &["noteworthy"]), + ("UNCOMING", &["upcoming", "oncoming"]), + ("CONTACING", &["contacting"]), + ("SUFFICIANCY", &["sufficiency"]), + ("ANUGLAR", &["angular"]), + ("ANYTGHING", &["anything"]), + ("REDISTIRBUTING", &["redistributing"]), + ("HEAPDHONE", &["headphone"]), + ("SEPERADLY", &["separately"]), + ("VULNARABILITY", &["vulnerability"]), + ("REPLICAION", &["replication"]), + ("CINEMETOGRAPHY", &["cinematography"]), + ("CLISHAYS", &["clichés"]), + ("REDECLAATION", &["redeclaration"]), + ("CHEESEBRUGER", &["cheeseburgers"]), + ("STUATION", &["situation", "station"]), + ("MARHSMALLOWS", &["marshmallows"]), + ("SHECKS", &["checks", "shucks"]), + ("LUNATICUS", &["lunatics"]), + ("VELIDATE", &["validate"]), + ("DESIGNES", &["designs"]), + ("ACCREDITIED", &["accredited"]), + ("DISSASSEMBLIES", &["disassemblies"]), + ("SOVEREINITY", &["sovereignty"]), + ("SEPRATORS", &["separators"]), + ("UNDERSTADNS", &["understands"]), + ("COUTERMEASUERE", &["countermeasure"]), + ("RECONECTED", &["reconnected"]), + ("MEAUSURE", &["measure"]), + ("EXPLIT", &["explicit"]), + ("SPONTANUOUSLY", &["spontaneously"]), + ("NORMALIS", &["normals"]), + ("RELEAVANT", &["relevant"]), + ("RQUIRE", &["require"]), + ("YOUNGET", &["youngest"]), + ("ARREAY", &["array"]), + ("SPECIRY", &["specify"]), + ("PRERIOD", &["period"]), + ("PROCUCING", &["procuring", "producing"]), + ("DEBUGGGER", &["debugger"]), + ("SHEPPERDING", &["shepherding"]), + ("EXPERIMANENT", &["experiment"]), + ("AUDIOBOOST", &["audiobooks"]), + ("HEADSES", &["headsets"]), + ("PRIORITITY", &["priority"]), + ("DIALGOUE", &["dialogue"]), + ("OGANIZATION", &["organization"]), + ("POJRECTING", &["projecting"]), + ("NIFE", &["knife"]), + ("TRANSCRIPTING", &["transcribing", "transcription"]), + ("SWCLOUMNS", &["swcolumns"]), + ("LOCALTE", &["locale", "locate"]), + ("ADVATAGE", &["advantage"]), + ("INTERNETTS", &["internets"]), + ("INSPECITON", &["inspections"]), + ("LEVETATE", &["levitate"]), + ("NATIONALISIM", &["nationalism"]), + ("PREAMPLE", &["preamble"]), + ("DISSIMMETRIC", &["dissymmetric"]), + ("RECOMMMENDS", &["recommends"]), + ("SERIALIZATIOIN", &["serialization"]), + ("EXPERIMANTELLY", &["experimentally"]), + ("DOCUMENTAION", &["documentation"]), + ("COUNTERFITED", &["counterfeit"]), + ("OWERWRITES", &["overwrites"]), + ("NINJ", &["ninja"]), + ("INCARCARATION", &["incarceration"]), + ("COMMERICALS", &["commercials"]), + ("RENEGOTIONATING", &["renegotiating"]), + ("RENEWEBLES", &["renewables"]), + ("CANABELYSED", &["cannibalised"]), + ("CONVINENCES", &["conveniences"]), + ("METROPOLOIS", &["metropolis"]), + ("DISPOSSED", &["disposed", "dispossessed"]), + ("EXPLENATORY", &["explanatory"]), + ("RESITANCES", &["resistances"]), + ("INEXPERIANCED", &["inexperienced"]), + ("TURKOISE", &["turquoise"]), + ("CONFEDARCY", &["confederacy"]), + ("CONTAINGING", &["containing"]), + ("PROVDING", &["providing"]), + ("PERSUASING", &["persuasion"]), + ("MAGNIFICANT", &["magnificent"]), + ("INDENTIFIED", &["identified"]), + ("INDIVIDAULY", &["individually"]), + ("DESTINATON", &["destination"]), + ("OLBIGATORY", &["obligatory"]), + ("EXCHANES", &["exchanges"]), + ("SUBMISSIES", &["submissive"]), + ("SUPERSTITIUOS", &["superstitious"]), + ("ACCOMMADATING", &["accommodating"]), + ("JUMO", &["jump"]), + ("LIEING", &["lying"]), + ("RECENDING", &["rescinding"]), + ("IDENTITICAL", &["identical"]), + ("PROCLAMING", &["proclaiming"]), + ("NAPOMED", &["napalmed"]), + ("BLCOK", &["block"]), + ("POWERFISTING", &["powerlifting"]), + ("PEVENTS", &["prevents"]), + ("THRESHOL", &["threshold"]), + ("CONTRIDICTS", &["contradicts"]), + ("REFERENZ", &["reference"]), + ("PRESERVATO", &["preservation"]), + ("TRONADO", &["tornado"]), + ("LOOCK", &["lock", "look"]), + ("AUTHENTCATED", &["authenticated"]), + ("OWNDER", &["owner"]), + ("EXPONETIAL", &["exponential"]), + ("RELECTED", &["reelected", "reflected"]), + ("INDEFINITELLY", &["indefinitely"]), + ("CHARACTED", &["character"]), + ("HEADSHOOT", &["headshot"]), + ("AMOUTS", &["amounts"]), + ("SUBNEGATIOTIATIONS", &["subnegotiations"]), + ("PARASTIC", &["parasitic"]), + ("OBEJCTIVE", &["objective"]), + ("UNADVERTENT", &["inadvertent"]), + ("USSUAL", &["usual"]), + ("OPRIMIZATION", &["optimization"]), + ("ANYLSING", &["analysing"]), + ("AUTONEGOATIATIONS", &["autonegotiations"]), + ("TRANSALT", &["translate"]), + ("TAKIGN", &["taking"]), + ("SIGIFICANCE", &["significance"]), + ("MANDARION", &["mandarin"]), + ("ASSASINS", &["assassins"]), + ("APPPLET", &["applet"]), + ("REPETIONS", &["repetitions"]), + ("HAMBURGARE", &["hamburger"]), + ("INITIALZIED", &["initialized"]), + ("TRANSPARCENIES", &["transparencies"]), + ("CONTRACTIN", &["contraction"]), + ("DOWNRADED", &["downgraded"]), + ("RENEGOTATIATED", &["renegotiated"]), + ("CONTTRIBUTES", &["contributes"]), + ("DISTRUB", &["disturb"]), + ("PARTICIPATIE", &["participated"]), + ("SUPPRESIONS", &["suppression", "suppressions"]), + ("INTIALISTION", &["initialisation"]), + ("REDISTRIBUTIN", &["redistribution"]), + ("AVERAGEED", &["averaged"]), + ("BOUDING", &["bounding"]), + ("ACCESING", &["accessing"]), + ("RGEARDS", &["regards"]), + ("SYSMATICALLY", &["systematically"]), + ("IGNESTING", &["ingesting"]), + ("COMBINIG", &["combining"]), + ("DISTINQUISH", &["distinguish"]), + ("SUCCEEDDE", &["succeeded"]), + ("REINFOCEMENT", &["reinforcement"]), + ("ATACH", &["attach"]), + ("MARKEY", &["marquee"]), + ("ATTRBUTIONS", &["attributions"]), + ("ISSURE", &["issue"]), + ("DICTIOANRY", &["dictionary"]), + ("REMINSCES", &["reminisces"]), + ("MIDIFELDER", &["midfielder"]), + ("SCHZIOPHRENIC", &["schizophrenic"]), + ("REPRESES", &["represents"]), + ("FILPS", &["flips"]), + ("FREQUENZIES", &["frequencies"]), + ("PROJEKTILE", &["projectile"]), + ("OPTIONES", &["options"]), + ("UNOPENEND", &["unopened"]), + ("SIMPLIER", &["simpler"]), + ("CONSTURCTION", &["construction"]), + ("BENGAHZI", &["benghazi"]), + ("REVISISIONS", &["revisions"]), + ("ADDITIONNALY", &["additionally"]), + ("ARBTRARILY", &["arbitrarily"]), + ("SEPARATERS", &["separates"]), + ("LOOKES", &["looks"]), + ("PERFECCTLY", &["perfectly"]), + ("PERISTENT", &["persistent"]), + ("PEPPERONNI", &["pepperoni"]), + ("CONRRUPTABLE", &["corruptible"]), + ("TUSEDAY", &["tuesday"]), + ("MAESURED", &["measured"]), + ("DIATANCE", &["distance"]), + ("IMPERICAL", &["empirical", "imperial"]), + ("VULNERABUILILITY", &["vulnerability"]), + ("CRAETE", &["create", "crate"]), + ("COMPNY", &["company"]), + ("MULTIPLAER", &["multiplier"]), + ("PROCRASTIBATING", &["procrastinating"]), + ("SYMAPTHIZERS", &["sympathizers"]), + ("SUPSICIOUSLY", &["suspiciously"]), + ("OFFICAL", &["official"]), + ("MANIPUALTION", &["manipulation"]), + ("MAINSTREM", &["mainstream"]), + ("MISFORMED", &["malformed"]), + ("REIGSTERS", &["registers"]), + ("OTIFICATIONS", &["notifications"]), + ("ALGORHTMS", &["algorithms"]), + ("CONFGIURE", &["configure"]), + ("SPECFICIALLY", &["specifically"]), + ("NESTOLGICLY", &["nostalgically"]), + ("DOMIMATION", &["domination"]), + ("COMPONBENTS", &["components"]), + ("NOMINATIVO", &["nomination"]), + ("TRAVEERSAL", &["traversal"]), + ("EXTRATERRESTIAL", &["extraterrestrial"]), + ("AUTHETNICATES", &["authenticates"]), + ("KIDKNAPPEES", &["kidnappees"]), + ("SPECIALIED", &["specialized"]), + ("UNDERSTANDABLEY", &["understandably"]), + ("HOURGALSS", &["hourglass"]), + ("BCAUSE", &["because"]), + ("PERTUBATION", &["perturbation"]), + ("MESSAGETQUEUE", &["messagequeue"]), + ("INSUFICIENCY", &["insufficiency"]), + ("INTERUPTION", &["interruption"]), + ("EXPERIMENTELLA", &["experimental"]), + ("ARISPACE", &["airspace"]), + ("EXAMPLEO", &["example"]), + ("HILIGHTED", &["highlighted"]), + ("THERAMIN", &["theremin"]), + ("STAURDAY", &["saturday"]), + ("DESENCITIZED", &["desensitized"]), + ("SASKATCHWAN", &["saskatchewan"]), + ("DECLATIONS", &["declarations"]), + ("GLOBAS", &["globals"]), + ("NAVIAGATION", &["navigation"]), + ("COORDINATESS", &["coordinates"]), + ("INTERCHAGE", &["interchange"]), + ("SERVERLESSS", &["serverless"]), + ("CILINDER", &["cylinder"]), + ("DUPLIATES", &["duplicates"]), + ("CONSEQUENES", &["consequence"]), + ("PREXIXED", &["prefixed"]), + ("COMMONWELTH", &["commonwealth"]), + ("URKAINIANS", &["ukrainians"]), + ("CARBOHYRDATE", &["carbohydrates"]), + ("DESITNED", &["destined"]), + ("SHORTINING", &["shortening"]), + ("PASTURIZING", &["pasteurizing"]), + ("MICROTAX", &["microatx"]), + ("DULAITY", &["duality"]), + ("ENSEBLE", &["ensemble"]), + ("OPBJECTIVE", &["objective"]), + ("TRANFORMS", &["transforms"]), + ("EHTHERNET", &["ethernet"]), + ("CIRUCLATION", &["circulation"]), + ("TECHIQUE", &["technique"]), + ("CAPSULETS", &["capsules"]), + ("ENUMERATABLE", &["enumerable"]), + ("REFERENZES", &["references"]), + ("SILHOUETIST", &["silhouettist"]), + ("MISSPELLLING", &["misspelling"]), + ("CONVER", &["convert"]), + ("DENOMINACION", &["denomination"]), + ("BLACKSHIT", &["blacksmith"]), + ("STRUCTUE", &["structure"]), + ("FEMINIMITY", &["femininity"]), + ("STRUCGTURE", &["structure"]), + ("BRANCE", &["branch", "brace", "branches"]), + ("SCRUNITY", &["scrutiny"]), + ("VITIROL", &["vitriol"]), + ("GUARANTED", &["guaranteed"]), + ("ADVNCED", &["advanced"]), + ("FORVATTER", &["formatter"]), + ("COUNSEIL", &["counsel"]), + ("EXPERIMAL", &["experimental"]), + ("DEFAUTL", &["default"]), + ("PEIRODS", &["periods"]), + ("STRATEGISCH", &["strategic"]), + ("SATELLIE", &["satellites"]), + ("DETETMINE", &["determine"]), + ("AIPLANES", &["airplanes"]), + ("SCHOLORSHIP", &["scholarship"]), + ("DIFFERENTIATON", &["differentiation"]), + ("SERINOMIAL", &["ceremonial"]), + ("SEGMENETED", &["segmented"]), + ("SHILEDING", &["shielding"]), + ("TRADITIONEL", &["traditional"]), + ("INCREMENTARLO", &["incremental"]), + ("UNDERRATER", &["undertaker"]), + ("MAINTANE", &["maintain"]), + ("INTIALIZATION", &["initialization"]), + ("ENCOSES", &["encloses", "encodes"]), + ("PRIVILEDGES", &["privileges"]), + ("POSTIION", &["position"]), + ("WRITTABLE", &["writable"]), + ("WICH", &["which"]), + ("PSYCHEDLEIC", &["psychedelics"]), + ("HOMOGENIOUSLY", &["homogeneously"]), + ("UNREASONABLLY", &["unreasonably"]), + ("SKATEBOARING", &["skateboarding"]), + ("EXCUTIVE", &["executive"]), + ("SPARATELY", &["separately"]), + ("FILMAMKERS", &["filmmakers"]), + ("QUARTENION", &["quaternion"]), + ("INTERMEDIAT", &["intermediate"]), + ("SUBSTASKS", &["subtasks"]), + ("UNFORTUNALY", &["unfortunately"]), + ("INSPECTONS", &["inspections"]), + ("DASPORA", &["diaspora"]), + ("RECURRANCE", &["recurrence"]), + ("PERFOMRED", &["performed"]), + ("IGNORRD", &["ignored"]), + ("EXPEENSE", &["expense"]), + ("DOCMUNET", &["document"]), + ("VIWES", &["views"]), + ("RIGUROUS", &["rigorous"]), + ("CHOCHKA", &["tchotchke"]), + ("INQURIY", &["inquiry"]), + ("UNIMPLEMNETED", &["unimplemented"]), + ("SYCRONISE", &["synchronise"]), + ("MISOGYNYSTIC", &["misogynistic"]), + ("CONRRESPONDENCES", &["correspondences"]), + ("UNBANEND", &["unbanned"]), + ("ABANDONNED", &["abandoned"]), + ("CONDISCENDING", &["condescending"]), + ("INDEPENDANTE", &["independents"]), + ("EXPERMENETATION", &["experimentation"]), + ("AFECT", &["affect", "effect"]), + ("MISISNG", &["missing"]), + ("PIMXAPS", &["pixmaps"]), + ("LOEV", &["love"]), + ("ANECTODE", &["anecdote"]), + ("PROGAPATED", &["propagated"]), + ("INTERSETION", &["intersection"]), + ("FACILITARTE", &["facilitate"]), + ("STARTIN", &["starting"]), + ("RELATIB", &["relative", "relatable"]), + ("RENEGOTICATOR", &["renegotiator"]), + ("EYEBROWNS", &["eyebrows"]), + ("DEVELOPMNET", &["developments"]), + ("CAMPAIGNES", &["campaigns"]), + ("CRETAES", &["creates"]), + ("SINTAC", &["syntax"]), + ("SIVIBLE", &["visible"]), + ("MISINTERPRETION", &["misinterpreting"]), + ("MOOUNTING", &["mounting"]), + ("INTIALZING", &["initializing"]), + ("PUPLARITY", &["popularity"]), + ("STRATEGICE", &["strategies"]), + ("ACCLAMIED", &["acclaimed"]), + ("WHOLEHEARTELY", &["wholeheartedly"]), + ("TRANALATION", &["translation"]), + ("HISPANCIS", &["hispanics"]), + ("COMPLETELYL", &["completely"]), + ("MOVESPEEED", &["movespeed"]), + ("PRACTISIONERS", &["practitioners"]), + ("OVERPRISED", &["overpriced"]), + ("SEPEARATES", &["separates"]), + ("INSCETS", &["insects"]), + ("CRITICOS", &["critics"]), + ("SHAPENING", &["sharpening"]), + ("SIRVAYLES", &["surveils"]), + ("OCCCURRENCES", &["occurrences"]), + ("RENEGOTHIABLE", &["renegotiable"]), + ("DESRIRED", &["desired"]), + ("ENVRIONMENTALLY", &["environmentally"]), + ("SEPETATES", &["separates"]), + ("ELECTRONCIS", &["electrons"]), + ("INTIAILIZING", &["initializing"]), + ("PROVDER", &["provider"]), + ("NEIGHBARS", &["neighbors"]), + ("REPLYIGN", &["replying"]), + ("NECESSESARY", &["necessary"]), + ("SOLFS", &["solves"]), + ("PHILOSOPHYCALLY", &["philosophically"]), + ("FAMEWORK", &["framework"]), + ("RECTANGULAIRE", &["rectangular"]), + ("FOLLFOWIONG", &["following"]), + ("ACUMULATING", &["accumulating"]), + ("PHILOSIPHIES", &["philosophies"]), + ("UNUBLISH", &["unpublish"]), + ("ROATAION", &["rotation"]), + ("FORLDERS", &["folders"]), + ("STRAIGH", &["straight"]), + ("COMPARIING", &["comparing"]), + ("POSESSED", &["possessed"]), + ("INCOMPRIHENSIBLE", &["incomprehensible"]), + ("PHARMACIAS", &["pharmacist"]), + ("ARTILLARY", &["artillery"]), + ("AVAILABBLE", &["available"]), + ("RIDICULOUSY", &["ridiculously"]), + ("TRANSCONDINGS", &["transcodings"]), + ("COMPLETS", &["completes"]), + ("SLIENT", &["silent"]), + ("DESERIALZES", &["deserializes"]), + ("PATERN", &["pattern"]), + ("WONDERLAD", &["wonderland"]), + ("COALASCENCE", &["coalescence"]), + ("ENDUR", &["endure"]), + ("PARTICULALY", &["particularly"]), + ("IMPLEMETEND", &["implemented"]), + ("CONCURRANT", &["concurrent"]), + ("COMMPAND", &["command", "compand"]), + ("IMPLEMNETATION", &["implementation"]), + ("CONSULANT", &["consultant"]), + ("COMPARATER", &["comparator"]), + ("SETTNG", &["setting"]), + ("LEEGUN", &["legion"]), + ("CANNABOLISM", &["cannibalism"]), + ("COOLOTS", &["culottes"]), + ("SILOUWETED", &["silhouetted"]), + ("UNDERTSTANDING", &["understanding"]), + ("UNBELIEVEBLE", &["unbelievable"]), + ("TRIUMPTH", &["triumph"]), + ("COVAREGE", &["coverage"]), + ("INTIAILISER", &["initialiser"]), + ("KNOWLEDGIBLE", &["knowledgable"]), + ("DCOMPRESSED", &["decompressed"]), + ("AGRICULTRE", &["agriculture"]), + ("BORDED", &["boarded", "border"]), + ("POWESHELL", &["powershell"]), + ("NEIGHBORHOD", &["neighborhood"]), + ("ATTEMTPS", &["attempts"]), + ("CONSPIRICIES", &["conspiracies"]), + ("SECOUNDLY", &["secondly"]), + ("PANCAEKS", &["pancakes"]), + ("ENTHICALLY", &["ethnically"]), + ("PACKAGEID", &["packaged"]), + ("CONTRACITIONS", &["contradictions"]), + ("HYPOSESIS", &["hypothesis"]), + ("SIMPLIFICATING", &["simplification"]), + ("ULITMATE", &["ultimate"]), + ("CROCODILLE", &["crocodile"]), + ("MONTLY", &["monthly"]), + ("RETQUIREMENTS", &["requirements"]), + ("CONFGIURATION", &["configuration"]), + ("GEOMTERY", &["geometry"]), + ("HEAVIWEIGHT", &["heavyweight"]), + ("CHARASET", &["charset"]), + ("DUPLATE", &["duplicate"]), + ("REPARAMETRIZE", &["reparameterize"]), + ("ESSENTIALLS", &["essentials"]), + ("TUPPLE", &["tuple"]), + ("UNPREDICABLE", &["unpredictable"]), + ("BELD", &["held"]), + ("SEGERGATION", &["segregation"]), + ("QUOTENT", &["quotient"]), + ("UNSUPPOSED", &["unsupported"]), + ("STEREOTPYE", &["stereotypes"]), + ("PERPETRARON", &["perpetrator"]), + ("SYTLISH", &["stylish"]), + ("ESSENTIELS", &["essentials"]), + ("VAS", &["was"]), + ("KOMPENSATION", &["compensation"]), + ("CLIENTE", &["client", "clientele"]), + ("FOPR", &["for"]), + ("DEBIA", &["debian"]), + ("LANUGAGE", &["language"]), + ("CONSTRUCED", &["constructed", "construed"]), + ("CHARACTR", &["character"]), + ("COUNTERE", &["counter"]), + ("DISLAIMER", &["disclaimer"]), + ("RELOCAIING", &["relocating"]), + ("MEMEBERS", &["members"]), + ("SUBSTANIAL", &["substantial"]), + ("DEFINETYL", &["definitely"]), + ("DISSALLOWS", &["disallows"]), + ("SINOID", &["sinusoid"]), + ("SECIFIED", &["specified"]), + ("EVALUTAIONS", &["evaluations"]), + ("SECQUENCE", &["sequence"]), + ("HROUGH", &["through"]), + ("PORCESS", &["process"]), + ("REQUESTESD", &["requested"]), + ("PREPARTIONS", &["preparations"]), + ("MORMALIZES", &["normalizes"]), + ("LEGISLACION", &["legislation"]), + ("ESUMPTION", &["resumption"]), + ("CONTENHT", &["content"]), + ("HYDOGEN", &["hydrogen"]), + ("WORDPRES", &["wordpress"]), + ("DOCUMENTATATION", &["documentation"]), + ("THANSK", &["thanks"]), + ("SELECTES", &["selects"]), + ("CONSTITITIONAL", &["constitutional"]), + ("CHECKNG", &["checking"]), + ("XEPECT", &["expect"]), + ("PARILAMENT", &["parliament"]), + ("PYSCHIATRISTS", &["psychiatrists"]), + ("ENTITITES", &["entities"]), + ("DOWNVOTRES", &["downvoters"]), + ("BRAINWAHSING", &["brainwashing"]), + ("RECONNAISANCE", &["reconnaissance"]), + ("PREMEIR", &["premier"]), + ("TRANSOFRMER", &["transformer"]), + ("COMPILATON", &["compilation"]), + ("LIGTHERS", &["lighters"]), + ("METODS", &["methods"]), + ("SERGAENT", &["sergeant"]), + ("RECALCUALTION", &["recalculation"]), + ("VERIFYIED", &["verified"]), + ("SINGULAIRTY", &["singularity"]), + ("BOOKMAKRED", &["bookmarked"]), + ("AFFITNITY", &["affinity"]), + ("CHECOUT", &["checkout"]), + ("CONVIENENCE", &["convenience"]), + ("ECOMONIC", &["economic"]), + ("YHAT", &["that"]), + ("OCCOUR", &["occur"]), + ("CODUCTOR", &["conductor"]), + ("STATSIT", &["statist"]), + ("EVALAUTED", &["evaluated"]), + ("STUPIDFREE", &["stupider"]), + ("EXARCEBATED", &["exacerbated"]), + ("COMPREMISES", &["compromises"]), + ("INSTRUCTINO", &["instruction"]), + ("RIGOREOUS", &["rigorous"]), + ("PRIMITITVES", &["primitives"]), + ("REFOCUSSED", &["refocused"]), + ("OVERSUBCRIBE", &["oversubscribe"]), + ("PROBABILTIES", &["probabilities"]), + ("DEALLCOATED", &["deallocated"]), + ("THERMOMENTER", &["thermometer"]), + ("SIMULATATION", &["simulation"]), + ("EXEPECTS", &["expects"]), + ("METABALISM", &["metabolism"]), + ("CONTRAINERS", &["containers"]), + ("WARNINNGS", &["warnings"]), + ("LIVLIEHOOD", &["livelihood"]), + ("TRIANCLES", &["triangles"]), + ("VERTECES", &["vertices"]), + ("MANGAEMENT", &["management"]), + ("SPEPARATING", &["separating"]), + ("ACCEPTABEL", &["acceptable"]), + ("SIMILAIR", &["similar"]), + ("OPJECTIVELY", &["objectively"]), + ("MEMWARS", &["memoirs"]), + ("ATMOIZER", &["atomizer"]), + ("SINLGEPLAYER", &["singleplayer"]), + ("CORINTHINAS", &["corinthians"]), + ("AROUNT", &["around"]), + ("THROU", &["thru"]), + ("REPLICAITON", &["replication"]), + ("COMENTED", &["commented"]), + ("PROCELAIN", &["porcelain"]), + ("TPYE", &["type"]), + ("INSTANCD", &["instance"]), + ("DECCELERATION", &["deceleration"]), + ("CREDENTAISL", &["credentials"]), + ("RESEVERED", &["reserved"]), + ("UNLASS", &["unless"]), + ("RENEGATIOTIATORS", &["renegotiators"]), + ("PORVIDED", &["provided"]), + ("REPETATION", &["repetition"]), + ("BENEVOLANT", &["benevolent"]), + ("DISSBLING", &["disabling"]), + ("CANNONT", &["cannot"]), + ("CIRUMSTANCE", &["circumstance"]), + ("COPYRUGHT", &["copyright"]), + ("LOLLIPOOPY", &["lollipop"]), + ("COOMPOSED", &["composed"]), + ("CHIZZELLE", &["chisel"]), + ("ENVIRONMENTL", &["environmentally"]), + ("CONTRUCT", &["construct"]), + ("PRARAMETERS", &["parameters"]), + ("SPECES", &["spaces", "species", "spices"]), + ("MISOGENIST", &["misogynist"]), + ("INTERRTUPS", &["interrupts"]), + ("SEPLICURALLY", &["sepulchrally"]), + ("SIMMETRICAL", &["symmetrical"]), + ("INCOMPARTIBLE", &["incompatible"]), + ("ALLIGNMENT", &["alignment"]), + ("EXPERAMENTAL", &["experimental"]), + ("IRRADITATING", &["irradiating"]), + ("INCREMETED", &["incremented"]), + ("TRAVERLS", &["travels", "traversals"]), + ("APPOLOGIZE", &["apologize"]), + ("TWEEKING", &["tweaking"]), + ("TRANSPARRENTLY", &["transparently"]), + ("TELOPORTATION", &["teleportation"]), + ("PEBBELS", &["pebbles"]), + ("PORTESTANTS", &["protestants"]), + ("CLUMN", &["column"]), + ("DOKCRED", &["dockerd", "docked", "docker"]), + ("ARBITRAILLY", &["arbitrarily"]), + ("APPRENTINCE", &["apprentice"]), + ("BEBONGS", &["belongs"]), + ("ASSISTANAT", &["assistants"]), + ("FOWARDING", &["forwarding"]), + ("CLIUSTER", &["cluster"]), + ("HIGHLIGJTED", &["highlighted"]), + ("IMPLAMENTATION", &["implementation"]), + ("COUTRY", &["country"]), + ("UNOPERATIONAL", &["nonoperational"]), + ("DIFFICULITES", &["difficulties"]), + ("RUTES", &["brutes", "routes", "rules"]), + ("ALLOCTED", &["allocated"]), + ("INSENTIVIE", &["insensitive"]), + ("DESCIDED", &["decided"]), + ("FREQUECY", &["frequency"]), + ("GOVERMENT", &["government"]), + ("COGEGEN", &["codegen"]), + ("RECUSIVELY", &["recursively", "reclusively"]), + ("OFFIC", &["office"]), + ("BREAKDOWS", &["breakdowns"]), + ("STUDNETS", &["students"]), + ("REQUIRMENTS", &["requirements"]), + ("CONSISTANCY", &["consistency"]), + ("BENJES", &["binges"]), + ("AUSTRALA", &["australian"]), + ("SITLL", &["still"]), + ("RESPECTIVLY", &["respectively"]), + ("PROTOTYING", &["prototyping"]), + ("RENEGOTIOTE", &["renegotiate"]), + ("AQUIESS", &["acquiesce"]), + ("LAUCNHING", &["launching"]), + ("DISSAPPONTED", &["disappointed"]), + ("INSTRUKTOR", &["instructor"]), + ("SWITZERAND", &["switzerland"]), + ("UNDERRAKER", &["undertaker"]), + ("ELEENT", &["element"]), + ("COMPARISSION", &["comparisons", "comparison"]), + ("REPONSES", &["responses"]), + ("DESCONSTRUCTED", &["deconstructed"]), + ("SEPERATERS", &["separators"]), + ("FRIGHTENEND", &["frightened"]), + ("WARLKING", &["walking"]), + ("VILLIFY", &["vilify"]), + ("QUCIKEST", &["quickest"]), + ("REGAX", &["regex"]), + ("PERSONEL", &["personnel", "personal"]), + ("RENEGOTATIABLE", &["renegotiable"]), + ("VIRTTUAL", &["virtual"]), + ("SUPSENSION", &["suspension"]), + ("EXPERMIENTALLY", &["experimentally"]), + ("MIMINALIST", &["minimalist"]), + ("NESCESARIES", &["necessaries"]), + ("NAYBHORHOOD", &["neighborhood"]), + ("TREMEMDOUSLY", &["tremendously"]), + ("FAVOURATES", &["favourites"]), + ("PREPARACION", &["preparation"]), + ("PROMPTES", &["prompts"]), + ("DENTENCE", &["sentence"]), + ("CONTRIBUIE", &["contribute"]), + ("SEMENTICALLY", &["semantically"]), + ("COMMTIS", &["commits"]), + ("DUNGOENS", &["dungeons"]), + ("HIEROGLPH", &["hieroglyph"]), + ("DELAERSHIPS", &["dealerships"]), + ("CERATE", &["create"]), + ("COMPLICATI", &["complicit"]), + ("DISCREPICIES", &["discrepancies"]), + ("CARINOMIAL", &["ceremonial"]), + ("EXERCIZED", &["exercised"]), + ("NEGOTITATIONS", &["negotiations"]), + ("MANNAR", &["manner"]), + ("FASE", &["faze", "phase", "false"]), + ("DABILITATING", &["debilitating"]), + ("SACRAFICES", &["sacrifices"]), + ("PREDOCESSORS", &["predecessors"]), + ("MAGAINZES", &["magazines"]), + ("ELAGANTLY", &["elegantly"]), + ("CYMPTUMATICALY", &["symptomatically"]), + ("MINIPULATING", &["manipulating"]), + ("METEROSEXUAL", &["heterosexual"]), + ("LEVETATES", &["levitates"]), + ("EXAMININIG", &["examining"]), + ("ASSUMMED", &["assumed"]), + ("KEYBORD", &["keyboard"]), + ("MANUFACUTRES", &["manufactures"]), + ("KINNECT", &["kinect"]), + ("MIMMICKED", &["mimicked"]), + ("REALISTISCH", &["realistic"]), + ("AGGREGATTED", &["aggregated"]), + ("ANTIVIURS", &["antivirus"]), + ("MECHISMS", &["mechanisms"]), + ("CAHING", &["caching"]), + ("CONTSRUCTION", &["construction"]), + ("RUNTIMR", &["runtime"]), + ("DEPENDNCIES", &["dependencies"]), + ("PROTEINES", &["proteins"]), + ("INTIDIMATE", &["intimidate"]), + ("MIDFIED", &["midfield"]), + ("BATTLECHIP", &["battleship"]), + ("BUMB", &["bump", "bomb", "bum"]), + ("INPSECTION", &["inspection"]), + ("SQARED", &["squared"]), + ("DRIBBEL", &["dribble"]), + ("NATIONALES", &["nationals"]), + ("INCLINDE", &["incline"]), + ("MASUCLINITY", &["masculinity"]), + ("PHYSQIUE", &["physique"]), + ("PARTISIPATE", &["participate"]), + ("ANALIZING", &["analyzing"]), + ("ENCYRPTED", &["encrypted"]), + ("MANAGEMENET", &["management"]), + ("LIGITAMASSY", &["legitimacy"]), + ("UNREGUALTED", &["unregulated"]), + ("INTROVETED", &["introverted"]), + ("ABSOLUTH", &["absolute"]), + ("UNSUCCEEDDE", &["unsuccessful"]), + ("CRATIONISTS", &["creationists"]), + ("CONTRAINING", &["constraining"]), + ("RENEGOTIOTATORS", &["renegotiators"]), + ("INTIALISE", &["initialise"]), + ("APPAER", &["appear"]), + ("FINANICALLY", &["financially"]), + ("TEMPORALILY", &["temporarily"]), + ("GUARNETEEING", &["guaranteeing"]), + ("MENT", &["meant"]), + ("ENTIRY", &["entity", "entry"]), + ("MINUT", &["minute"]), + ("OFFICIANADO", &["aficionado"]), + ("EXPERIMENED", &["experimented"]), + ("INDENTIFIES", &["identifies"]), + ("SUMMENOR", &["summoner"]), + ("PROVIVING", &["providing"]), + ("EVELUATORS", &["evaluators"]), + ("SUBSIDICED", &["subsidized"]), + ("DEMAMGLED", &["demangled"]), + ("POSSESTIONS", &["possessions"]), + ("GANES", &["games"]), + ("CRICUMFERENCE", &["circumference"]), + ("ATTRUIBUTES", &["attributes"]), + ("METALNESS", &["metallicity"]), + ("EMBARRESS", &["embarrassed"]), + ("BUIK", &["bulk"]), + ("STATICALY", &["statically"]), + ("BRFORE", &["before"]), + ("DIFFERNETIATE", &["differentiate"]), + ("RETQUIREMENT", &["requirement"]), + ("DISCTIONARY", &["dictionary"]), + ("WHOCH", &["which"]), + ("BLACLIST", &["blacklist"]), + ("ANIVERSARY", &["anniversary"]), + ("VICTORINUS", &["victorious"]), + ("CLEASNE", &["cleanse"]), + ("EXPERIMANENTATIONS", &["experimentations"]), + ("TRANSFROMED", &["transformed"]), + ("RESTRAINTING", &["restraining"]), + ("COMMPLETES", &["completes"]), + ("EXPERIMMENTATIONS", &["experimentations"]), + ("POPING", &["popping", "pooping"]), + ("INCOMPATBLE", &["incompatible"]), + ("SERCHABLE", &["searchable"]), + ("CRITIZISMS", &["criticisms"]), + ("SUBTILTE", &["subtitle"]), + ("PHEMONENON", &["phenomenon"]), + ("VARIAVBLE", &["variable"]), + ("ACOMPLISHED", &["accomplished"]), + ("PRECURSER", &["precursor"]), + ("COUSES", &["courses", "causes"]), + ("ISALMIC", &["islamic"]), + ("REBOUDNING", &["rebounding"]), + ("SHOULS", &["should"]), + ("TUNRAROUND", &["turnaround"]), + ("SPECTULARLY", &["spectacularly"]), + ("MOSQUITE", &["mosquitoes"]), + ("BRANCKES", &["branches"]), + ("OBDISIAN", &["obsidian"]), + ("BLAPSHEMY", &["blasphemy"]), + ("COMMECEN", &["commence"]), + ("MATHEWES", &["mathews"]), + ("INTIIAL", &["initial"]), + ("OBERSVERS", &["observers"]), + ("PRECISIE", &["precise"]), + ("MERGET", &["merge"]), + ("SUBNEGOTICATION", &["subnegotiation"]), + ("OUTPALYED", &["outplayed"]), + ("SOOP", &["soup", "scoop", "snoop", "soap"]), + ("DILEMA", &["dilemma"]), + ("ABSOLURELY", &["absolutely"]), + ("LANAGUAGE", &["language"]), + ("CLOSEING", &["closing"]), + ("BARBERIANS", &["barbarians"]), + ("HEVY", &["heavy"]), + ("RELICATE", &["replicate", "relocate"]), + ("VEGITARIONS", &["vegetarians"]), + ("CYMPTUMATICLY", &["symptomatically"]), + ("SERIESES", &["series"]), + ("RECONTRUCTIONS", &["reconstructions"]), + ("LEGISTRATION", &["registration"]), + ("MANSALUGHTER", &["manslaughter"]), + ("EXECUTUON", &["execution"]), + ("SUPERPOWEREDS", &["superpowers"]), + ("CIVELESATIONS", &["civilisations"]), + ("OFFICIALLLY", &["officially"]), + ("FUALT", &["fault"]), + ("SAFEING", &["saving"]), + ("DESTINGUISH", &["distinguish"]), + ("CERINOMIES", &["ceremonies"]), + ("REPEATATIONS", &["repetitions"]), + ("NEIGHBOURGS", &["neighbours"]), + ("DISENSITIZED", &["desensitized"]), + ("DETAULT", &["default"]), + ("WISSLING", &["whistling"]), + ("SECNE", &["scene"]), + ("PERTINATE", &["pertinent"]), + ("MICROSTANSACTIONS", &["microtransactions"]), + ("VARNED", &["warned"]), + ("IMPLENTED", &["implemented"]), + ("PERVENTION", &["prevention"]), + ("METAPHORES", &["metaphors"]), + ("BROWSWER", &["browser"]), + ("HIGHLITHING", &["highlighting"]), + ("AUTOMICALY", &["automatically"]), + ("SOUVINNEER", &["souvenir"]), + ("ACCESSIBILIITY", &["accessibility"]), + ("ALGORYTHEM", &["algorithm"]), + ("INFILTRATIOR", &["infiltrator"]), + ("SCHOLALRY", &["scholarly"]), + ("SUBSCIRBER", &["subscribers", "subscriber"]), + ("DISSASEMBLY", &["disassembly"]), + ("FOCUED", &["focused"]), + ("INTERVIEWR", &["interviewer"]), + ("TESITCLES", &["testicles"]), + ("INSTABILTY", &["instability"]), + ("AHTIEST", &["atheist"]), + ("PREVIUOSLY", &["previously"]), + ("CECKS", &["checks"]), + ("SEGFUALTS", &["segfaults"]), + ("APPLYED", &["applied"]), + ("DETREMINING", &["determining"]), + ("GRIZZLAY", &["grizzly"]), + ("PENSSYLVANIA", &["pennsylvania"]), + ("AUTOMOTERATOR", &["automoderator"]), + ("PREMUIM", &["premium"]), + ("POOSIBLE", &["possible"]), + ("AFTERHTOUGHT", &["afterthought"]), + ("RAOTATES", &["rotates"]), + ("STATUBAR", &["statusbar"]), + ("WORHSIPING", &["worshiping"]), + ("MODIFICATIOONS", &["modifications"]), + ("BEASTLEY", &["beastly"]), + ("RECOGNICES", &["recognizes"]), + ("EXEXUTABLE", &["executable"]), + ("WARINING", &["warning"]), + ("PHARMASUTICAL", &["pharmaceutical"]), + ("BEAUTIFYS", &["beautifies"]), + ("DERAGOTORY", &["derogatory"]), + ("CONSITENT", &["consistent"]), + ("CANGING", &["changing"]), + ("EXCISTING", &["existing"]), + ("PERSSIOUS", &["precious"]), + ("UPRGADING", &["upgrading"]), + ("STICTHING", &["stitching"]), + ("EXPLODIE", &["explode"]), + ("PRIVALEGES", &["privileges"]), + ("VALENTIANS", &["valentines"]), + ("INCEMENTAL", &["incremental"]), + ("BOTHE", &["both"]), + ("UNECESSARY", &["unnecessary"]), + ("COMPATBLE", &["compatible"]), + ("ATOMTICAL", &["automatic"]), + ("PARTICALARLY", &["particularly"]), + ("ITERSECTION", &["intersection"]), + ("GOVERNENED", &["governed"]), + ("ONBORAD", &["onboard"]), + ("ABBERIVATION", &["abbreviation"]), + ("INTENATIONALLY", &["internationally"]), + ("CYGIN", &["cygwin"]), + ("ASTRONAUGHT", &["astronaut"]), + ("CALCULS", &["calculus"]), + ("ASEMBLIES", &["assemblies"]), + ("BECUASSE", &["because"]), + ("BENCHMKARED", &["benchmarked"]), + ("MUTEXS", &["mutexes"]), + ("FULTTERSHY", &["fluttershy"]), + ("APROPIATE", &["appropriate"]), + ("VIGILANTIES", &["vigilante", "vigilantes"]), + ("IMPORTD", &["imported"]), + ("COMMANDMENDS", &["commandments"]), + ("ESSSENTIAL", &["essential"]), + ("PAIROCHEALLY", &["parochially"]), + ("BREKAOUT", &["breakout"]), + ("SCHOALRS", &["scholars"]), + ("HANLING", &["handling"]), + ("IIT", &["it"]), + ("PERPERTATOR", &["perpetrators"]), + ("AGAINTS", &["against"]), + ("DISASSBLY", &["disassembly"]), + ("POSISITION", &["position"]), + ("DISASTREOUS", &["disastrous"]), + ("VIW", &["view"]), + ("REPUBICS", &["republics"]), + ("RECUSION", &["recursion", "reclusion"]), + ("REDUNDATE", &["redundant"]), + ("TRANISTIONED", &["transitioned"]), + ("UNFOTUNATELY", &["unfortunately"]), + ("PURPOLSION", &["propulsion"]), + ("ALGORWWITHMIC", &["algorithmic"]), + ("SHIFITNG", &["shifting"]), + ("DINGITY", &["dignity"]), + ("PROGRESSIVEY", &["progressively"]), + ("TERRITORIELLA", &["territorial"]), + ("EMBEEDED", &["embedded"]), + ("IRREVERANT", &["irrelevant"]), + ("EVLUATE", &["evaluate"]), + ("COMPENSATIVE", &["compensate"]), + ("THRUOGHOUT", &["throughout"]), + ("CONVENINENT", &["convenient"]), + ("AVAILAILABILITY", &["availability"]), + ("INTROVERED", &["introverted"]), + ("VEHEMENTELY", &["vehemently"]), + ("CREASOAT", &["creosote"]), + ("DOCUMENTATAION", &["documentation"]), + ("OVERLAPING", &["overlapping"]), + ("COMPATIBITITY", &["compatibility"]), + ("LUSHISLY", &["lusciously"]), + ("EXLUSION", &["exclusion"]), + ("UNSUCESSSFUL", &["unsuccessful"]), + ("MISOGYNISITIC", &["misogynistic"]), + ("FURHTERMORE", &["furthermore"]), + ("RANDUMNESS", &["randomness"]), + ("SANPLE", &["sample"]), + ("INNOVATIVO", &["innovation"]), + ("ALCOHAL", &["alcohol"]), + ("EXCUTE", &["execute"]), + ("ALTERNATVELY", &["alternately"]), + ("BUGOUS", &["bogus"]), + ("COLOURFULL", &["colourful", "colourfully"]), + ("INTERUPTIONS", &["interruptions"]), + ("ENBALED", &["enabled"]), + ("REORGANISION", &["reorganisation"]), + ("RECIPORCATE", &["reciprocate"]), + ("FOLLOIWNG", &["following"]), + ("CHROMUM", &["chromium"]), + ("RESTAURANTES", &["restaurants"]), + ("COPYS", &["copies"]), + ("TERMPERATUE", &["temperature"]), + ("DETRIMENTIAL", &["detrimental"]), + ("CANABELYSE", &["cannibalise"]), + ("INPECTING", &["inspecting"]), + ("INTERESETED", &["interested"]), + ("THEMSEF", &["themself"]), + ("REUPLODAD", &["reupload", "reuploaded"]), + ("INSTNATIATIONS", &["instantiations"]), + ("MANAL", &["manual"]), + ("SPEFIFICS", &["specifics"]), + ("EXPLICITE", &["explicit", "explicitly"]), + ("DESINGNING", &["designing"]), + ("MEAASURED", &["measured"]), + ("VULERABULE", &["vulnerable"]), + ("DEVELOERS", &["developers"]), + ("SALVERY", &["slavery"]), + ("PARENTHISIS", &["parenthesis"]), + ("DECLARATONS", &["declarations"]), + ("BOUNHDARY", &["boundary"]), + ("COMMPLETED", &["completed"]), + ("SECUENCIAL", &["sequential"]), + ("SEPARATRON", &["separation"]), + ("EXPERIMDNT", &["experiment"]), + ("AFRICAS", &["africans"]), + ("THIRLLING", &["thrilling"]), + ("COLLECTOS", &["collectors"]), + ("PROCCES", &["process"]), + ("MENUTITEMS", &["menuitems"]), + ("HEARTSTHONE", &["hearthstone"]), + ("TRANSCATIONS", &["transactions"]), + ("TRESURING", &["treasuring"]), + ("FREQUENCE", &["frequencies"]), + ("SECCEEDED", &["seceded", "succeeded"]), + ("ACUAL", &["actual"]), + ("FIXE", &["fixed", "fixes", "fix", "fixme", "fixer"]), + ("SEREOUS", &["serious", "serous"]), + ("THOGHT", &["thought"]), + ("ELECTORN", &["electron"]), + ("PROSEPCT", &["prospect"]), + ("DIRECITON", &["direction"]), + ("NORTIFICATIONS", &["notifications"]), + ("VANDALSIM", &["vandalism"]), + ("OFFSRPING", &["offspring"]), + ("WARNINF", &["warning"]), + ("FORMERY", &["formerly"]), + ("HESTIATE", &["hesitate"]), + ("BUSINEES", &["business"]), + ("ALGORITHMNS", &["algorithms"]), + ("GLOASSARY", &["glossary"]), + ("MONOTIRED", &["monitored"]), + ("ATTEMTED", &["attempted"]), + ("HEMMORHAGE", &["hemorrhage"]), + ("AMERCIAN", &["american"]), + ("OCCUPED", &["occupied"]), + ("BABLYON", &["babylon"]), + ("EXPERENCES", &["experiences"]), + ("UNDETSTAND", &["understand"]), + ("NORTHEREND", &["northern"]), + ("FUTURERS", &["futures"]), + ("OFFICIALY", &["officially"]), + ("FRAGMENETS", &["fragments"]), + ("CHAMPANE", &["champagne"]), + ("UTIMATE", &["ultimate"]), + ("BEGINING", &["beginning"]), + ("CORRECXT", &["correct"]), + ("POWERHOSUE", &["powerhouse"]), + ("SPREADSHET", &["spreadsheet"]), + ("DEFAUKT", &["default"]), + ("COMMEMMORATING", &["commemorating"]), + ("PERFOMAMCES", &["performances"]), + ("EXPCTED", &["expected"]), + ("NEGOTIOTATORS", &["negotiators"]), + ("FUTURESTIC", &["futuristic"]), + ("SPEFIABLE", &["specifiable"]), + ("ASTERIK", &["asterisk"]), + ("INTERSETING", &["interesting"]), + ("CONCATENTATING", &["concatenating"]), + ("DISCONEECTIONS", &["disconnections"]), + ("CREATIE", &["creatine"]), + ("TRANSPARANCEY", &["transparency"]), + ("NEIGHORHOODS", &["neighborhoods"]), + ("RENEGOTITING", &["renegotiating"]), + ("EXPONANTATION", &["exponentiation"]), + ("HEADERRS", &["headers"]), + ("EXECUTIONNER", &["executioner"]), + ("STRUGGELD", &["struggled"]), + ("MUYST", &["must"]), + ("RIVLARY", &["rivalry"]), + ("SUCCEDING", &["succeeding"]), + ("PERJORATIVE", &["pejorative"]), + ("INCLUIDE", &["include"]), + ("TRRIGERS", &["triggers"]), + ("EXPLAINATION", &["explanation"]), + ("PARELLELOGRAM", &["parallelogram"]), + ("REPLICS", &["replicas"]), + ("UNALE", &["unable"]), + ("FINITEL", &["finite"]), + ("CONFEDARATE", &["confederate"]), + ("CONBINE", &["combine", "confine"]), + ("RECOMMPILED", &["recompiled"]), + ("DEFINITLY", &["definitely"]), + ("FRANKENSTINES", &["frankenstein"]), + ("CHARICTORS", &["characters"]), + ("FLUTTERSY", &["fluttershy"]), + ("ADITIONNAL", &["additional"]), + ("CHHANGE", &["change"]), + ("UNAVIALABLE", &["unavailable"]), + ("TRANSCRIPS", &["transcripts"]), + ("SENTIVE", &["sensitive"]), + ("TRANLSATIONS", &["translations"]), + ("ADJATATE", &["agitate"]), + ("AUTOMAATICALLY", &["automatically"]), + ("HTHE", &["the"]), + ("SYNOPSIES", &["synopsis"]), + ("NOTH", &["north"]), + ("LANGAGE", &["language"]), + ("REGURALLY", &["regularly"]), + ("SOURSE", &["source"]), + ("PORJECTION", &["projection"]), + ("SUFFERAGE", &["suffrage"]), + ("TIEBREAKKER", &["tiebreaker"]), + ("CONECNTRATION", &["concentrations"]), + ("FOCU", &["focus"]), + ("EXSITING", &["existing"]), + ("THEREOM", &["theorem"]), + ("WOUDLVE", &["wouldve"]), + ("GOSPELLS", &["gospels"]), + ("TYPICALY", &["typically"]), + ("VALTAGE", &["voltage"]), + ("MESONEEN", &["mezzanine"]), + ("OVERLAPP", &["overlap"]), + ("CORRESPONTENCE", &["correspondence"]), + ("MANUFACTUERED", &["manufactured"]), + ("DIFFERNTIATES", &["differentiates"]), + ("INTANJIBLE", &["intangible"]), + ("DISTANCA", &["distance"]), + ("SOMETHIKNG", &["somethin"]), + ("MARSHAMLLOW", &["marshmallow"]), + ("INCRFEMENTAL", &["incremental"]), + ("SHADDOW", &["shadow"]), + ("CARRAGE", &["carriage"]), + ("CANABELYZE", &["cannibalize"]), + ("ITIALIZE", &["initialize"]), + ("MEAGTHREAD", &["megathread"]), + ("COACHIG", &["coaching"]), + ("WARRANY", &["warranty"]), + ("JOURNYES", &["journeyed", "journeys"]), + ("INITALNESS", &["initialness"]), + ("DESITNY", &["destiny"]), + ("DESELCT", &["deselect"]), + ("ANTROPHOLOGY", &["anthropology"]), + ("DISPLA", &["display"]), + ("VULNERABILITES", &["vulnerabilities"]), + ("WARCARFT", &["warcraft"]), + ("ARGUMENTENTS", &["arguments"]), + ("CEATED", &["created"]), + ("MARTER", &["martyr"]), + ("RABINNICAL", &["rabbinical"]), + ("CURRECNIES", &["currencies"]), + ("CORELLATION", &["correlation"]), + ("MEDITATIN", &["meditation"]), + ("GUARNETEED", &["guaranteed"]), + ("ECONOMISIT", &["economists"]), + ("MEDITATO", &["meditation"]), + ("PREIDCTION", &["prediction"]), + ("RELEIVED", &["relieved"]), + ("AMOUT", &["amount"]), + ("APPLICATO", &["application"]), + ("DOWNLAODING", &["downloading"]), + ("BACEHLORS", &["bachelors"]), + ("OPTIOS", &["options"]), + ("MICROTRANSACTIOSN", &["microtransactions"]), + ("JOURNING", &["journeying"]), + ("UNKNWONS", &["unknowns"]), + ("PREMEIRED", &["premiered"]), + ("PROOERTY", &["property"]), + ("COVERTERS", &["converters"]), + ("REGUIREMENTS", &["requirements"]), + ("CONTSTRUCTION", &["construction"]), + ("STREAMARE", &["streamer"]), + ("CROSSAIR", &["crosshair"]), + ("STADARD", &["standard"]), + ("PROVISIOSN", &["provision"]), + ("SHORLTY", &["shortly"]), + ("NEIGBORHOOD", &["neighborhood"]), + ("MASTERPEICES", &["masterpiece"]), + ("REAMIN", &["remain"]), + ("CIGURETES", &["cigarettes"]), + ("SILOUETES", &["silhouettes"]), + ("FASTERNERS", &["fasteners"]), + ("UNDERLFLOWING", &["underflowing"]), + ("REPRESENTATIEVE", &["representative"]), + ("GADGEST", &["gadgets"]), + ("SYMOL", &["symbol"]), + ("CANNOBT", &["cannot"]), + ("VARIBLAE", &["variable"]), + ("MIROMETERS", &["micrometers"]), + ("OVERIDDEN", &["overridden"]), + ("PROGAMMED", &["programmed"]), + ("INTILIZING", &["initializing"]), + ("COPYRIGTHS", &["copyrights"]), + ("EXRESSED", &["expressed"]), + ("ALCOHOLICAS", &["alcoholics"]), + ("SIMULTANEOULSY", &["simultaneously"]), + ("EXERCICING", &["exercising"]), + ("HELPE", &["helper"]), + ("UNITILTY", &["utility"]), + ("IMLEMENTS", &["implements"]), + ("MSSING", &["missing"]), + ("NEWMATICLY", &["pneumatically"]), + ("HANSHAKE", &["handshake"]), + ("EMPIRICALY", &["empirically"]), + ("COLLEST", &["collects"]), + ("ELLEMENTALS", &["elementals"]), + ("COMPEARES", &["compares"]), + ("SYNONYMUS", &["synonyms"]), + ("CONSTRAIT", &["constraints", "constraint"]), + ("SEQUENCIAL", &["sequential"]), + ("EXTRAODRINARILY", &["extraordinarily"]), + ("PAROCHEELITY", &["parochiality"]), + ("SOCAILIST", &["socialist"]), + ("ASSUPMPTION", &["assumption"]), + ("PRELIMIARY", &["preliminary"]), + ("EPTRAPOLATE", &["extrapolate"]), + ("FRONTAPGE", &["frontpage"]), + ("PRODUKT", &["product"]), + ("SUCEESSFULLY", &["successfully"]), + ("AUTONEGOTIONATIONS", &["autonegotiations"]), + ("ENTREPRENAURS", &["entrepreneurs"]), + ("INTELIGANTLY", &["intelligently"]), + ("MYSEFL", &["myself"]), + ("FILPPED", &["flipped"]), + ("EXPERIMETALLY", &["experimentally"]), + ("INTRAVERSION", &["introversion"]), + ("VERBATIUM", &["verbatim"]), + ("ANLYZING", &["analyzing"]), + ("VITUALIZATION", &["visualization"]), + ("ARTIFCAT", &["artifact"]), + ("COMMUNTERS", &["commenters"]), + ("SYNCRONOUS", &["synchronous"]), + ("EXECUETES", &["executes"]), + ("EXPERIRATION", &["expiration"]), + ("INCRESES", &["increases"]), + ("BACKEN", &["backend"]), + ("CALLIBRATING", &["calibrating"]), + ("EXPLICETLY", &["explicitly"]), + ("TRASNCRIPTS", &["transcripts"]), + ("TRIANGELS", &["triangles"]), + ("INVOKATIONS", &["invocations"]), + ("ITENERARY", &["itinerary"]), + ("MICROWAVERS", &["microwaves"]), + ("MEDICINEY", &["mediciny", "medicine", "medicinal"]), + ("DIFFENRENCES", &["differences"]), + ("TANGEANT", &["tangent"]), + ("CIMPTUMATICLY", &["symptomatically"]), + ("CONATIN", &["contain"]), + ("SUSSEEDES", &["secedes"]), + ("PLOYNOMIAL", &["polynomial"]), + ("PARTICAULAR", &["particular"]), + ("BOMBARDEADA", &["bombarded"]), + ("SPECIFITY", &["specificity"]), + ("NATIONALITYS", &["nationalist"]), + ("ADDOS", &["addons"]), + ("AVAILIABLE", &["available"]), + ("REPARAMTERIZING", &["reparameterizing"]), + ("UNREALIABLE", &["unreliable"]), + ("CUSTOMING", &["customizing"]), + ("CORRESPONDANCES", &["correspondences"]), + ("EXPERIENSE", &["experiences"]), + ("OFFICALLY", &["officially"]), + ("IMPLMENTS", &["implements"]), + ("REFERALS", &["referrals"]), + ("DEGENARATING", &["degenerating"]), + ("DOCUENTATION", &["documentation"]), + ("CONENCTION", &["connection"]), + ("GIGABTYE", &["gigabyte"]), + ("PARAMAMETER", &["parameter"]), + ("AMPILFY", &["amplify"]), + ("ASSIGNMENET", &["assignment"]), + ("GETOE", &["ghetto"]), + ("EXPERMIMENTING", &["experimenting"]), + ("UPDAT", &["update"]), + ("CORUPTION", &["corruption"]), + ("IWTH", &["with"]), + ("COUNTERCOAT", &["counteract"]), + ("EXPERCTING", &["expecting"]), + ("RESUORCES", &["resources"]), + ("ATLESAT", &["atleast"]), + ("RELEAFED", &["relieved"]), + ("BOTTLNECK", &["bottleneck"]), + ("VOLCARON", &["volcano"]), + ("UTITLED", &["untitled"]), + ("QUARANTAINE", &["quarantine"]), + ("CONTAMINENT", &["containment"]), + ("CARINOMIALLY", &["ceremonially"]), + ("COMMENSTATUS", &["commentstatus"]), + ("OBSERVACION", &["observation"]), + ("STATRT", &["start"]), + ("INTERED", &["interred", "interned"]), + ("ALGORIHTMS", &["algorithms"]), + ("SUSPENEDED", &["suspended"]), + ("PARAMTETERS", &["parameters"]), + ("STAGGARING", &["staggering"]), + ("OBLITORATED", &["obliterated"]), + ("CONSTAINING", &["constraining", "containing"]), + ("TECHNICIAL", &["technical"]), + ("POTENTAILS", &["potentials"]), + ("BLACKADE", &["blacked"]), + ("MARHSMALLOW", &["marshmallow"]), + ("LIVEL", &["level"]), + ("HANDLEER", &["handler"]), + ("CAPTIALIZE", &["capitalize"]), + ("PREFFIXES", &["prefixes"]), + ("MEHODS", &["methods"]), + ("MISDAMEANOR", &["misdemeanor"]), + ("BELONGNING", &["belonging"]), + ("SPECIFIECATIONS", &["specifications"]), + ("ULTERING", &["altering"]), + ("DICTONARY", &["dictionary"]), + ("STRUCTRUAL", &["structural"]), + ("WENDSDAY", &["wednesday"]), + ("DISTRUBITOR", &["distributor"]), + ("LIGHNTING", &["lightning"]), + ("HANKERCHIF", &["handkerchief"]), + ("JUS", &["just"]), + ("UNSUCESSFULLY", &["unsuccessfully"]), + ("INTERSTAE", &["interstate"]), + ("GRAMATICALLY", &["grammatically"]), + ("PAGAGRAPH", &["paragraph"]), + ("FORMUALS", &["formulas"]), + ("PROJEKTION", &["projection"]), + ("ADDERT", &["assert"]), + ("DISRESPEKTING", &["disrespecting"]), + ("EXPECTANSY", &["expectancy"]), + ("ENLIGHTEND", &["enlightened"]), + ("DISIRED", &["desired"]), + ("APOINTED", &["appointed"]), + ("STOMACHE", &["stomach"]), + ("ENTERTAING", &["entertaining"]), + ("ACHORING", &["anchoring"]), + ("DECIFITS", &["deficits"]), + ("SINGUARL", &["singular"]), + ("PATROITS", &["patriots"]), + ("CONTRACEPTIE", &["contraceptives"]), + ("ARGUMMENT", &["argument"]), + ("DEYHDRATED", &["dehydrated"]), + ("EXPLAIND", &["explained"]), + ("EVOVLER", &["evolver"]), + ("RADIERS", &["raiders"]), + ("SHEPERED", &["shepherd"]), + ("STRWABERRY", &["strawberry"]), + ("ASYNCHRON", &["asynchronous"]), + ("NOTIFIACTION", &["notification"]), + ("EXPERMIENTERS", &["experimenters"]), + ("TEMPROAILY", &["temporarily"]), + ("RENFERENCE", &["reference"]), + ("PRODUCERATS", &["producers"]), + ("ARCHITECS", &["architects"]), + ("CUSTOISED", &["customised"]), + ("PERFOMANT", &["performant"]), + ("BACTRACKING", &["backtracking"]), + ("CATHOLISISM", &["catholicism"]), + ("DISCONNETING", &["disconnecting"]), + ("COMBONATIONS", &["combinations"]), + ("COMMNDLINE", &["commandline"]), + ("RESOLVEMENT", &["resolution"]), + ("EDXPECTED", &["expected"]), + ("DISASSSEMBLER", &["disassembler"]), + ("INTORDUCTORY", &["introductory"]), + ("PRACTIES", &["practise"]), + ("MEEING", &["meeting"]), + ("CAPUTRED", &["captured"]), + ("PACAKAGE", &["package"]), + ("ASYNCHONOUS", &["asynchronous"]), + ("RETURING", &["returning"]), + ("HISTROY", &["history"]), + ("PERMENENT", &["permanent"]), + ("PRIMETER", &["perimeter"]), + ("APPROXIMATLEY", &["approximately"]), + ("TRANSPATRENTLY", &["transparently"]), + ("POSESS", &["possess"]), + ("MODIDFIED", &["modified"]), + ("COFIGURATION", &["configuration"]), + ("PSCYHOPATHIC", &["psychopathic"]), + ("PENSLE", &["pencil"]), + ("EXPEWRIMENTEL", &["experimental"]), + ("EXECUATION", &["execution"]), + ("IMNAGE", &["image"]), + ("MANGAED", &["managed"]), + ("NARCISSISTC", &["narcissistic"]), + ("REMAINST", &["remains"]), + ("PERPRETATORS", &["perpetrators"]), + ("ACCESSSIBLE", &["accessible"]), + ("REUPLAODAD", &["reupload", "reuploaded"]), + ("PALATTE", &["palette"]), + ("SHOFTWARE", &["software"]), + ("CALLLING", &["calling"]), + ("SUBNEGOTIONATION", &["subnegotiation"]), + ("ERRORNEOUS", &["erroneous"]), + ("DIMAND", &["demand", "diamond"]), + ("UNCONVENCIONAL", &["unconventional"]), + ("VARIAN", &["variant"]), + ("NEIGHBERHOOFS", &["neighborhoods"]), + ("ACCCEPTING", &["accepting"]), + ("EXPEDITIVO", &["expedition"]), + ("MUSILS", &["muscles", "mussels"]), + ("MISPELLING", &["misspelling"]), + ("GOGIN", &["going", "gauguin"]), + ("RESUTLS", &["results"]), + ("NECESSARALLY", &["necessarily"]), + ("EXPERIMETS", &["experiments"]), + ("SECTOPNING", &["sectioning"]), + ("SILLYBUS", &["syllabus"]), + ("POISITIONING", &["positioning"]), + ("LIFETEIME", &["lifetime"]), + ("COMPLETY", &["completely"]), + ("STRESSFULL", &["stressful"]), + ("CARBUS", &["cardbus"]), + ("OFFFENCES", &["offences"]), + ("MOTIVEATED", &["motivated"]), + ("COMPARATIVLEY", &["comparatively"]), + ("EXERBATED", &["exacerbated"]), + ("STICKES", &["stickers"]), + ("RESTRCTION", &["restriction"]), + ("OVERWHLEMINGLY", &["overwhelmingly"]), + ("DEMONSTRAITS", &["demonstrates"]), + ("PARTIANS", &["partisan"]), + ("SOLATED", &["isolated"]), + ("HEADSEAT", &["headset"]), + ("AUTHENCIATOR", &["authenticator"]), + ("PHARMACEUDICAL", &["pharmaceutical"]), + ("ACCOMPINED", &["accompanied"]), + ("CALIFORINA", &["california"]), + ("TERRIROTIES", &["territories"]), + ("IMMEDIATED", &["immediate", "immediately"]), + ("FURETHER", &["further"]), + ("FORMATIVOS", &["formations"]), + ("GENERATS", &["generates"]), + ("INSTALLESD", &["installs"]), + ("ECPLICIT", &["explicit"]), + ("SUGGGESTIONS", &["suggestions"]), + ("APPOXIMATION", &["approximation"]), + ("DEOCDES", &["decodes"]), + ("CRITCIAL", &["critical"]), + ("REAKPOINT", &["breakpoint"]), + ("EXCTRACT", &["extract"]), + ("SXMBOLS", &["symbols"]), + ("COMVERSION", &["conversion"]), + ("SLUAGHTERED", &["slaughtered"]), + ("DREAWN", &["drawn"]), + ("ACCENSION", &["accession", "ascension"]), + ("NEIGBHOURHOOD", &["neighbourhood"]), + ("CONDITIANALLY", &["conditionally"]), + ("TRANSLATIED", &["translated"]), + ("CURRENTLLY", &["currently"]), + ("EXTESNION", &["extension"]), + ("SPEFICIALLEIRS", &["specifiers"]), + ("LOOKNIG", &["looking"]), + ("IMMUNOSUPRESSANT", &["immunosuppressant"]), + ("EMPIRIAL", &["empirical", "imperial"]), + ("CARTELLS", &["cartels"]), + ("LARER", &["larger", "later", "layer"]), + ("NEUTRAILTY", &["neutrality"]), + ("DISCREMINATES", &["discriminates"]), + ("PSITOINS", &["positions"]), + ("DECESION", &["decision"]), + ("MURDERERED", &["murdered"]), + ("ACCESSISBLE", &["accessible"]), + ("PROVIDS", &["provides", "proves"]), + ("OSTENSABLY", &["ostensibly"]), + ("HISPTER", &["hipster"]), + ("EXPETIMENTATION", &["experimentation"]), + ("PRIVIOUSLY", &["previously"]), + ("ENDIANESS", &["endianness"]), + ("HANDSHALE", &["handshake"]), + ("RETURSN", &["returns"]), + ("CALSSIFY", &["classify"]), + ("SIGHTH", &["scythe", "sight"]), + ("PORLETARIAT", &["proletariat"]), + ("EXPESTEDLY", &["expectedly"]), + ("INSTNSIATION", &["instantiation"]), + ("DISSOPOINTED", &["disappointed"]), + ("SERAMONIES", &["ceremonies"]), + ("DIFRACTION", &["diffraction"]), + ("SATEMENTS", &["statements"]), + ("OBILTERATED", &["obliterated"]), + ("DARDENELLES", &["dardanelles"]), + ("UNSUBSCIRPTIONS", &["unsubscriptions"]), + ("BIOGTRY", &["bigotry"]), + ("HERUISTICS", &["heuristics"]), + ("UPTDATE", &["update"]), + ("MASRHMALLOW", &["marshmallow"]), + ("CHISPET", &["chipset"]), + ("MATREIAL", &["material"]), + ("TERMINAISON", &["termination"]), + ("DISSSPOINTED", &["disappointed"]), + ("PLATFROMER", &["platformer"]), + ("TCHECKOUT", &["checkout"]), + ("SUPERHAM", &["superhuman"]), + ("OLT", &["old"]), + ("DIFFRERENCE", &["difference"]), + ("INTERPRERED", &["interpreter"]), + ("FUNDAMENTAIS", &["fundamentals"]), + ("SUCCSESSIVE", &["successive"]), + ("HEMORAGE", &["hemorrhage"]), + ("PERETRATOR", &["perpetrator"]), + ("REMMVE", &["remove"]), + ("PANKACES", &["pancakes"]), + ("RESSET", &["reset"]), + ("THREDS", &["threads"]), + ("NEGOTIONATES", &["negotiates"]), + ("BLOKCS", &["blocks", "blokes"]), + ("FARCKING", &["fracking"]), + ("EXDCUTIVE", &["executive"]), + ("GERE", &["gear", "here"]), + ("CONDAMNING", &["condemning"]), + ("TRAKING", &["tracking"]), + ("ASTEORIDS", &["asteroids"]), + ("STEREOTYPERS", &["stereotypes"]), + ("MANANGERS", &["managers"]), + ("CIMETRICAL", &["symmetrical"]), + ("GRAIDENTS", &["gradients"]), + ("EXPEWRIMENT", &["experiment"]), + ("RESLOVES", &["resolves"]), + ("MIRROED", &["mirrored"]), + ("GOEGRAPHY", &["geography"]), + ("LEAGE", &["league"]), + ("CARTILADGE", &["cartilage"]), + ("BILZZARD", &["blizzard"]), + ("COMBIANTION", &["combinations", "combination"]), + ("ABBRIVIATIONS", &["abbreviations"]), + ("EXPERIMMENTAL", &["experimental"]), + ("ADJACANCY", &["adjacency"]), + ("AVAIBLABLE", &["available"]), + ("PROPOERTY", &["property"]), + ("PEIRCINGS", &["piercings"]), + ("SEINORS", &["seniors"]), + ("GROOSOME", &["gruesome"]), + ("VAREITY", &["variety"]), + ("MOTONONIC", &["monotonic"]), + ("CARONAVIRUS", &["coronavirus"]), + ("UNREPLACALBE", &["unreplaceable"]), + ("EYGPTIAN", &["egyptian"]), + ("MIRACULAOUS", &["miraculous"]), + ("INVULNERBLE", &["invulnerable"]), + ("SUPERSEEDE", &["supersede"]), + ("INFREQENCY", &["infrequency"]), + ("AUTHORITATION", &["authorization"]), + ("SHAPRNESS", &["sharpness"]), + ("SEPRATOR", &["separator"]), + ("INDIGENIUS", &["indigenous"]), + ("AUTHENDICATING", &["authenticating"]), + ("REPLENTISHED", &["replenished"]), + ("SUCCESSFULLN", &["successful"]), + ("CORPARATIONS", &["corporations"]), + ("GENITAILA", &["genitalia"]), + ("DEPENDDING", &["depending"]), + ("DPENDENT", &["dependent"]), + ("EXISTY", &["exist"]), + ("VAVLE", &["valve"]), + ("OPTIMAAL", &["optimal"]), + ("OPRIMIZED", &["optimized"]), + ("ANALISER", &["analyser"]), + ("DEROGOTARY", &["derogatory"]), + ("PROERTIES", &["properties"]), + ("CONTAMINATON", &["contamination"]), + ("FONCTIONS", &["functions"]), + ("NOSTALGISCH", &["nostalgic"]), + ("FEEDED", &["fed"]), + ("KENEL", &["kernel", "kennel"]), + ("SPEFICIIERS", &["specifiers"]), + ("TRIANGLULAR", &["triangular"]), + ("CATHDERAL", &["cathedral"]), + ("DESTORT", &["distort"]), + ("IMPLEMEN", &["implement"]), + ("SIMULATONS", &["simulations"]), + ("PREVENTIN", &["prevention"]), + ("COMMINICATE", &["communicate"]), + ("REGISTRS", &["registers"]), + ("ETAMOLOGIES", &["etymologies"]), + ("CORRILATION", &["correlation"]), + ("AFFLICITON", &["affliction"]), + ("DESIGNSTION", &["designation"]), + ("BLOTED", &["bloated"]), + ("ONSERVATION", &["conservation", "observation"]), + ("CHNGE", &["change"]), + ("ICLEANDIC", &["icelandic"]), + ("OUTSIDR", &["outsider"]), + ("RUMATIC", &["rheumatic"]), + ("IMMEDATELY", &["immediately"]), + ("ANDROIS", &["androids"]), + ("SCENERIO", &["scenario"]), + ("APIHELIONS", &["aphelions"]), + ("DYPSHORIA", &["dysphoria"]), + ("SYMPTUMS", &["symptoms"]), + ("FIME", &["fixme", "time"]), + ("FINAILSE", &["finalise"]), + ("REQUIEMENTS", &["requirements"]), + ("INFILTRE", &["infiltrate"]), + ("OPERRATIONS", &["operations"]), + ("OCTOBOR", &["october"]), + ("MANDESS", &["madness"]), + ("EXPERIANCIAL", &["experiential"]), + ("ACCUMUALTOR", &["accumulator"]), + ("SUCCCEED", &["succeed"]), + ("DEFAUTLING", &["defaulting"]), + ("SUPSENSE", &["suspense"]), + ("RELEAVED", &["relieved"]), + ("RECCONENCTS", &["reconnects"]), + ("ARCHVE", &["archive"]), + ("NEWSLATTER", &["newsletter"]), + ("EXECUTS", &["executes"]), + ("OPEARATING", &["operating"]), + ("EXPENCES", &["expense", "expenses"]), + ("COMPELXITIES", &["complexities"]), + ("RECEVIEVED", &["received"]), + ("EMMITTER", &["emitter"]), + ("ELEMENENTS", &["elements"]), + ("VARIING", &["varying"]), + ("PREVIUOS", &["previous"]), + ("INSLUTS", &["insults"]), + ("APPORVE", &["approve"]), + ("REPRSENTS", &["represents"]), + ("WIRH", &["with"]), + ("GUARNATEE", &["guarantee"]), + ("SUBSCRIPTON", &["subscription"]), + ("PROPELY", &["properly"]), + ("ATTRIVUTE", &["attribute"]), + ("INTERMITTMENT", &["intermittent"]), + ("DISAPPEREAD", &["disappeared"]), + ("CRITISICMS", &["criticisms"]), + ("IMMORTAS", &["immortals"]), + ("SEGRIGATION", &["segregation"]), + ("MULTILANGUAL", &["multilingual"]), + ("OPJECTEING", &["objecting"]), + ("DOMECRACY", &["democracy"]), + ("DISTINCITVE", &["distinctive"]), + ("HANDLADE", &["handled"]), + ("COLLOBORATE", &["collaborate"]), + ("CONFIUGRED", &["configured"]), + ("INITIALIZATED", &["initialized"]), + ("ADDRERSSSED", &["addressed"]), + ("NASUEOUS", &["nauseous"]), + ("MINNEAPOLITES", &["minneapolis"]), + ("BIDINGS", &["bidding", "bindings"]), + ("COMPLETTE", &["complete"]), + ("FANTASTICALY", &["fantastically"]), + ("TREASUERS", &["treasures"]), + ("IMPLEMENTATIOS", &["implementations"]), + ("CABNIETS", &["cabinets"]), + ("PROTAGOINST", &["protagonists"]), + ("ACRONYSM", &["acronyms"]), + ("SPLITE", &["split", "splits", "splice"]), + ("FUNTIONALLY", &["functionally"]), + ("RETRIECE", &["retrieve"]), + ("UNICK", &["eunuch", "unix"]), + ("PRESBATERIENS", &["presbyterians"]), + ("GISERS", &["geysers"]), + ("CARFULLY", &["carefully"]), + ("RESULUTION", &["resolution"]), + ("WILDRENESS", &["wilderness"]), + ("JOINNING", &["joining"]), + ("DIRECTGORY", &["directory"]), + ("UNIMPLEMENED", &["unimplemented"]), + ("GREUSOME", &["gruesome"]), + ("REGULARES", &["regulars"]), + ("MATHEMATICANS", &["mathematics"]), + ("MARGENALIZED", &["marginalized"]), + ("PROXIMTY", &["proximity"]), + ("TUHMBNAIL", &["thumbnail"]), + ("INVONVENIENT", &["inconvenient"]), + ("HANDELER", &["handler"]), + ("DEFULTS", &["defaults"]), + ("RELAVATION", &["relaxation"]), + ("DATESETS", &["datasets"]), + ("ALIAGN", &["align"]), + ("WARPPING", &["warping", "wrapping"]), + ("ABSITNENCE", &["abstinence"]), + ("INTERACTINS", &["interacts"]), + ("HYPOTHEISS", &["hypotheses"]), + ("SESEEDING", &["seceding"]), + ("WARANTY", &["warranty"]), + ("SHORTUTS", &["shortcuts"]), + ("UNSUCCEEDS", &["unsuccessful"]), + ("RECLIAM", &["reclaim"]), + ("PROJECTIVES", &["projectiles"]), + ("AUSSIAN", &["gaussian", "russian", "austrian"]), + ("EVLUATING", &["evaluating"]), + ("HISTROIC", &["historic"]), + ("SOUCRE", &["source"]), + ("WITHOOUT", &["without"]), + ("SYMBOLSIM", &["symbolism"]), + ("ACQURE", &["acquire"]), + ("EXCESIVE", &["excessive"]), + ("NORMANDAY", &["normandy"]), + ("INCMREMENT", &["increment"]), + ("IGRNORE", &["ignore"]), + ("PENGWINS", &["penguins"]), + ("VICTORIS", &["victories"]), + ("PROHIBT", &["prohibit"]), + ("SYMPATHETHIC", &["sympathetic"]), + ("POSSSIBLY", &["possibly"]), + ("ARTICLUATED", &["articulated"]), + ("COMPARIZON", &["comparison"]), + ("ENTREPRENEURERS", &["entrepreneurs"]), + ("ILLSUTRATOR", &["illustrator"]), + ("SUBTRATES", &["substrates"]), + ("COMPANINION", &["companion"]), + ("VELOCIRY", &["velocity"]), + ("MATCHAMKING", &["matchmaking"]), + ("CONSTRUC", &["construct"]), + ("CONFIMED", &["confirmed"]), + ("RENEGOATIATORS", &["renegotiators"]), + ("COMEDIANTES", &["comedians"]), + ("OUTSOURSED", &["outsourced"]), + ("UNINITILIZED", &["uninitialized"]), + ("SERIOS", &["serious"]), + ("SPEFICIALLIFER", &["specifier"]), + ("ARTCILE", &["article"]), + ("MACINERY", &["machinery"]), + ("INVERTIBRATES", &["invertebrates"]), + ("CABABILITIES", &["capabilities"]), + ("EXHASUTION", &["exhaustion"]), + ("EXPERIMDNTEL", &["experimental"]), + ("CHNGED", &["changed"]), + ("OULTLINES", &["outlines"]), + ("TOMORRW", &["tomorrow"]), + ("DIAPLAYS", &["displays"]), + ("INTRRUPT", &["interrupt"]), + ("BEIGHT", &["height"]), + ("COURTESEY", &["courtesy"]), + ("PREFERRS", &["prefers"]), + ("POSITIONL", &["positional"]), + ("CONVESIONS", &["conversions"]), + ("XEONPHOBIC", &["xenophobic"]), + ("BINOMINAL", &["binomial"]), + ("GUARUNTEE", &["guarantee"]), + ("LEYER", &["layer"]), + ("MIDDEL", &["middle"]), + ("ACTIVELLY", &["actively"]), + ("MODERATEDLY", &["moderately"]), + ("STATURDAY", &["saturday"]), + ("SNUGGLIE", &["snuggle"]), + ("EXERCIESED", &["exercised"]), + ("INTEREACT", &["interact"]), + ("EQUIVALANTS", &["equivalents"]), + ("SACNTUARY", &["sanctuary"]), + ("ARRYS", &["arrays"]), + ("PSCYHOPATHS", &["psychopaths"]), + ("PREADTORS", &["predators"]), + ("WITTH", &["with"]), + ("PSUEDO", &["pseudo"]), + ("DEPDENDING", &["depending"]), + ("ADIDITON", &["addition"]), + ("FILIES", &["files"]), + ("GOOSEGUMPS", &["goosebumps"]), + ("ERROENOUS", &["erroneous"]), + ("UNRESPONISVE", &["unresponsive"]), + ("IGNORGED", &["ignored"]), + ("DOSENS", &["dozens"]), + ("SEGEMENTS", &["segments"]), + ("TEMPALTES", &["templates"]), + ("COMMANS", &["commands"]), + ("REPRESENTATIEF", &["representative"]), + ("SIMULTAENOUSLY", &["simultaneously"]), + ("ACCIEDNETALLY", &["accidentally"]), + ("EXISTENIAL", &["existential"]), + ("OVERSUBSCIBE", &["oversubscribe"]), + ("VEGETARIN", &["vegetarians"]), + ("OVERWHLEMED", &["overwhelmed"]), + ("CHIZLED", &["chiseled"]), + ("TRANSCONDES", &["transcodes"]), + ("REPESENTATIONAL", &["representational"]), + ("COOPARETIVE", &["cooperative"]), + ("COINSIDENT", &["coincident"]), + ("TABUALTING", &["tabulating"]), + ("APPROMIXATION", &["approximation"]), + ("MONOLOTHIC", &["monolithic"]), + ("SIMULATANOUS", &["simultaneous"]), + ("RECCONECTIONS", &["reconnections"]), + ("TENGENTIALLY", &["tangentially"]), + ("CONFIDENTY", &["confidently"]), + ("FANE", &["fan", "feign"]), + ("STYLSHEET", &["stylesheet"]), + ("TOMORRWO", &["tomorrow"]), + ("FORMEND", &["formed"]), + ("AKRANSAS", &["arkansas"]), + ("MODIFID", &["modified"]), + ("GUARGING", &["guarding"]), + ("BUNBLER", &["bundler"]), + ("URAINUM", &["uranium"]), + ("ANARCHIM", &["anarchism"]), + ("LEPRACHANS", &["leprechauns"]), + ("PRODUCTING", &["production", "producing"]), + ("TRESURES", &["treasures"]), + ("DEBIAB", &["debian"]), + ("ONSELF", &["oneself"]), + ("CORRESPONGING", &["corresponding"]), + ("FRQUENCY", &["frequency"]), + ("TRIKY", &["tricky"]), + ("INPACT", &["impact"]), + ("INBANKMENT", &["embankment"]), + ("OUTSID", &["outside"]), + ("REPLACALBES", &["replaceables"]), + ("CAHOTIC", &["chaotic"]), + ("DEMONSTRATS", &["demonstrates"]), + ("TERORRIST", &["terrorist"]), + ("SOLIDITARY", &["solidarity"]), + ("TRIMMNG", &["trimming"]), + ("RININGING", &["ringing"]), + ("RESOLUCION", &["resolution"]), + ("SCHEDUALED", &["scheduled"]), + ("OPONENT", &["opponent"]), + ("COUNTERPOART", &["counterpart"]), + ("OMMISHIENTS", &["omniscience"]), + ("INACCURACCIES", &["inaccuracies"]), + ("TOMRROW", &["tomorrow"]), + ("SEQUNCER", &["sequencer"]), + ("INVOLED", &["involved"]), + ("REMVOVES", &["removes"]), + ("ROCORDINGS", &["recordings"]), + ("CONSENQUENTLY", &["consequently"]), + ("CONCEQUENCES", &["consequences"]), + ("LUANCHERS", &["launchers"]), + ("SPECIALZED", &["specialized"]), + ("REBUID", &["rebuild"]), + ("TECHINICALLY", &["technically"]), + ("UNJUSTIFED", &["unjustified"]), + ("MISUNDRESTANDING", &["misunderstandings"]), + ("BACKGROUNTS", &["backgrounds"]), + ("COMMUNICTION", &["communication"]), + ("PARAPHARSED", &["paraphrase"]), + ("ASISSTANT", &["assistant"]), + ("COMMISSIONNER", &["commissioner"]), + ("ELEASE", &["release"]), + ("PLARFORM", &["platform"]), + ("RENEGOCIATORS", &["renegotiators"]), + ("INTITY", &["entity"]), + ("TECHINICAN", &["technician"]), + ("REPRENSENTATIONS", &["representations"]), + ("NUMEBERS", &["numbers"]), + ("VULNERABUILITY", &["vulnerability"]), + ("COMMMAND", &["command"]), + ("SIRVAYLING", &["surveiling"]), + ("SRTIFACT", &["artifact"]), + ("PECULARITY", &["peculiarity"]), + ("CROCODILLER", &["crocodile"]), + ("DISAPPERED", &["disappeared"]), + ("DESINGERS", &["designers"]), + ("DISSCOVERS", &["discovers"]), + ("LONELYNESS", &["loneliness"]), + ("DEFINTIION", &["definitions", "definition"]), + ("ABAILABLE", &["available"]), + ("IMPORTANTCE", &["importance"]), + ("ENVIRONMONT", &["environment"]), + ("EXPERIMENTAING", &["experimenting"]), + ("OPERTUNITY", &["opportunity"]), + ("PROGARMS", &["programs"]), + ("HAPPYNESS", &["happiness"]), + ("UNDUEE", &["undue"]), + ("INBALANCE", &["imbalance"]), + ("OTERWIZE", &["otherwise"]), + ("INTENCIONAL", &["intentional"]), + ("COMPROMOSING", &["compromising"]), + ("DISTRICS", &["districts"]), + ("RELIENT", &["reliant"]), + ("DEVICEREMOVEABLE", &["deviceremovable"]), + ("DEPEDENCIES", &["dependencies"]), + ("DISTIRBUTOR", &["distributor"]), + ("SUCESSSES", &["successes"]), + ("VULBERBILITIES", &["vulnerabilities"]), + ("PRIOROTIES", &["priorities"]), + ("ENVIRONTMENT", &["environment"]), + ("RETRVIEVE", &["retrieve"]), + ("APPARED", &["appeared"]), + ("EMPORER", &["emperor"]), + ("MUTLIATED", &["mutilated"]), + ("OUTRAGIOUS", &["outrageous"]), + ("FANATSIES", &["fantasies"]), + ("COPYRIGTH", &["copyright"]), + ("BEHAVIORIAL", &["behavioral"]), + ("SUBSTITUER", &["substitute"]), + ("JAQUES", &["jacques"]), + ("ACRONMYS", &["acronyms"]), + ("COMPARITOR", &["comparator"]), + ("LEGHTS", &["lengths"]), + ("DOMINATS", &["dominates"]), + ("EVALUEATED", &["evaluated"]), + ("METODOLOGY", &["methodology"]), + ("HELLUCINATION", &["hallucination"]), + ("SENTION", &["section"]), + ("SCENERIOS", &["scenarios"]), + ("PUBLUSHING", &["publishing"]), + ("SISTEMICALLY", &["systemically"]), + ("WITHING", &["within"]), + ("DEVELOPMETS", &["developments"]), + ("TRANSPARCENCIES", &["transparencies"]), + ("CONDITIONAR", &["conditioner"]), + ("DIMENSIONALS", &["dimensions"]), + ("FINGERTRIPS", &["fingertips"]), + ("UPGARADE", &["upgrade"]), + ("XEONBLADE", &["xenoblade"]), + ("RENNOVATE", &["renovate"]), + ("CONSPRIACIES", &["conspiracies"]), + ("FONTONFIG", &["fontconfig"]), + ("DECOTATIONS", &["decorations"]), + ("ANOTRHER", &["another"]), + ("UPLAODER", &["uploader"]), + ("EMABRASSING", &["embarrassing"]), + ("SPECILIZED", &["specialized"]), + ("ZIMBABEW", &["zimbabwe"]), + ("LANGUGE", &["language"]), + ("PERLIFERATED", &["proliferated"]), + ("NEIGHBORHHOOD", &["neighborhood"]), + ("SEMAPHORS", &["semaphores"]), + ("INITIALLLY", &["initially"]), + ("VARIATOINS", &["variations"]), + ("OFFICAILLY", &["officially"]), + ("DESCENED", &["descend"]), + ("CONCURRENY", &["concurrency"]), + ("ENCOURAING", &["encouraging"]), + ("MISSIONNARY", &["missionary"]), + ("STAP", &["step", "stop"]), + ("THROGUH", &["through"]), + ("SPEFICILLY", &["specifically"]), + ("SHAPSNOTS", &["snapshots"]), + ("SATSIFACTION", &["satisfaction"]), + ("AUTOCONPLETED", &["autocompleted"]), + ("MINIMZED", &["minimized"]), + ("PITCHFOLKS", &["pitchforks"]), + ("IMPREFECTION", &["imperfections"]), + ("DESTINATONS", &["destinations"]), + ("PERIPHIRALS", &["peripherals"]), + ("ILLEGALEST", &["illegals"]), + ("CACLATE", &["calculate"]), + ("FURTHUR", &["further"]), + ("COMPARIZONS", &["comparisons"]), + ("DICATIONARY", &["dictionary"]), + ("IMPORTENTLY", &["importantly"]), + ("OLIGRACHY", &["oligarchy"]), + ("COMBINATINO", &["combinations"]), + ("DIELECTIRC", &["dielectric"]), + ("OBTAINABIE", &["obtainable"]), + ("REPRESSENTING", &["representing"]), + ("APOSTELS", &["apostles"]), + ("PROPORTIONALY", &["proportionally"]), + ("REVOLUIONARY", &["revolutionary"]), + ("COMPARASION", &["comparison"]), + ("REFERECE", &["reference"]), + ("ACCEPTIBLE", &["acceptable"]), + ("CCUSTOM", &["custom"]), + ("PROPONENET", &["proponent"]), + ("GUARUANTES", &["guarantees"]), + ("COMPRESIONS", &["compressions"]), + ("BASICLY", &["basically"]), + ("CONOLIZATION", &["colonization"]), + ("QUIZS", &["quizzes"]), + ("RESOLUTOIN", &["resolutions"]), + ("SERVISE", &["service"]), + ("SCHEAM", &["schema"]), + ("APARTMET", &["apartments"]), + ("PREOXIDE", &["peroxide"]), + ("PREPOSITONS", &["prepositions"]), + ("OUSTIDERS", &["outsiders"]), + ("DCOKS", &["docks"]), + ("RESPONSIBILIES", &["responsibilities"]), + ("BELIVEING", &["believing"]), + ("OPIONS", &["options"]), + ("ALCHOL", &["alcohol"]), + ("SEVERIRIRTY", &["severity"]), + ("VIABILIY", &["viability"]), + ("RIGOUROUS", &["rigorous"]), + ("EDOEMA", &["edema"]), + ("GRATIFICACION", &["gratification"]), + ("APPROACING", &["approaching"]), + ("ALLOCAES", &["allocates"]), + ("GERNERICS", &["generics"]), + ("INCONSISTENLY", &["inconsistency", "inconsistently"]), + ("MODERATEURS", &["moderates"]), + ("REORGINIZED", &["reorganized"]), + ("HANDLEDY", &["handedly"]), + ("SYANTAX", &["syntax"]), + ("NATIONALLITY", &["nationally"]), + ("EVOLUTIONARLY", &["evolutionary"]), + ("INDESCRIMINENT", &["indiscriminate"]), + ("CONSTRINT", &["constraint"]), + ("RENDESVOUS", &["rendezvous"]), + ("TYPECHEKING", &["typechecking"]), + ("EXTRACITON", &["extraction"]), + ("SUGGESSTS", &["suggests"]), + ("POSSBLY", &["possibly"]), + ("HURISTIC", &["heuristic"]), + ("ATHIESM", &["atheism"]), + ("CLOBAL", &["global"]), + ("COMPETITIVLY", &["competitively"]), + ("UNCONFIGED", &["unconfigured"]), + ("RAPRESENTED", &["represented"]), + ("DUPLIATION", &["duplication"]), + ("FRINEDS", &["friends"]), + ("RECOMMDEND", &["recommend"]), + ("POISONUS", &["poisons"]), + ("PRAAMETER", &["parameter"]), + ("PATHES", &["paths"]), + ("TRANMIST", &["transmit"]), + ("CHECG", &["check"]), + ("INTIMIDATIVE", &["intimidate"]), + ("NEGOTITABLE", &["negotiable"]), + ("ANONAMOUSLY", &["anonymously"]), + ("SNOWFALLING", &["snowballing"]), + ("PREQUISITES", &["prerequisites"]), + ("BECUSAE", &["because"]), + ("ILLUSTRATIES", &["illustrate"]), + ("MESSAE", &["message", "messy"]), + ("COUNCILES", &["councils"]), + ("INSTALLAITONS", &["installations"]), + ("UNENPLOYMENT", &["unemployment"]), + ("ENALBED", &["enabled"]), + ("PROCECESS", &["process", "processes"]), + ("INCENTIVICE", &["incentive"]), + ("FOIREFOX", &["firefox"]), + ("DISCCONECTED", &["disconnected"]), + ("REGULARLISER", &["regulariser"]), + ("SIMIALR", &["similar"]), + ("RESUCED", &["rescued"]), + ("ACCESTORS", &["accessors", "ancestors"]), + ("CUSTOIZATION", &["customization"]), + ("ADVENTRUES", &["adventures"]), + ("CONAINS", &["contains"]), + ("CONTRICTED", &["contracted"]), + ("FOLLDER", &["folder"]), + ("BACHELORES", &["bachelors"]), + ("ENTUSIASTIC", &["enthusiastic"]), + ("AIRPORTA", &["airports"]), + ("ORGANIZORS", &["organizers"]), + ("INSITUTIONS", &["institutions"]), + ("OUTPUS", &["output", "outputs"]), + ("CONFIDENTUALITY", &["confidential"]), + ("DESPERATING", &["desperation"]), + ("DIVISIONALS", &["divisions"]), + ("COOTDINATES", &["coordinates"]), + ("OBSERVABL", &["observable"]), + ("TRANSCIVER", &["transceiver"]), + ("NEGOPTIONSOTIATING", &["negotiating"]), + ("ESCLUSION", &["exclusion"]), + ("CREAING", &["creating"]), + ("CUSTOISE", &["customise"]), + ("MANIFACTURED", &["manufactured"]), + ("LEGITIMATCY", &["legitimacy"]), + ("INMMEDIATELY", &["immediately"]), + ("DESCOVERED", &["discovered"]), + ("EXERCIESING", &["exercising"]), + ("ORER", &["order"]), + ("NEGOTAITION", &["negotiation"]), + ("STERIO", &["stereo"]), + ("FORTAN", &["fortran"]), + ("IMPECABBLY", &["impeccably"]), + ("EXECURE", &["execute"]), + ("ORCESTRATE", &["orchestrate"]), + ("ADKNOWLEDGED", &["acknowledged"]), + ("APPOVING", &["approving"]), + ("OFFSETP", &["offset"]), + ("KNOWLEGE", &["knowledge"]), + ("HIRARCIES", &["hierarchies"]), + ("NEGOTIOTORS", &["negotiators"]), + ("COUTNERPRODUCTIVE", &["counterproductive"]), + ("SCRIRPT", &["script"]), + ("ASIGNS", &["assigns"]), + ("NUTIRENTS", &["nutrients"]), + ("ENCOSURE", &["enclosure"]), + ("RESTORTING", &["restarting"]), + ("RELGION", &["religion"]), + ("ACQUAINTACE", &["acquaintance"]), + ("DISALE", &["disable"]), + ("DEIVATIVES", &["derivatives"]), + ("EXPERIMINTER", &["experimenter"]), + ("REACTIONNARY", &["reactionary"]), + ("STAMPADE", &["stamped"]), + ("KIGHBOSHED", &["kiboshed"]), + ("RECIPRICATE", &["reciprocate"]), + ("PROCOTOLS", &["protocols"]), + ("ARBITRIARILY", &["arbitrarily"]), + ("INVLISIBLE", &["invisible"]), + ("BUEARUCRATS", &["bureaucrats"]), + ("INTERVEIWING", &["interviewing"]), + ("EXTACT", &["extract", "exact"]), + ("INBRIOS", &["embryos"]), + ("LIFESTEL", &["lifesteal"]), + ("PROVINCIAAL", &["provincial"]), + ("OVERLOWS", &["overflows"]), + ("ANCEDOTALLY", &["anecdotally"]), + ("APPLICABEL", &["applicable"]), + ("APPIED", &["applied"]), + ("SIMELTANEOUS", &["simultaneous"]), + ("MIRCOWAVES", &["microwaves"]), + ("APPROPRPIATE", &["appropriate"]), + ("PREDACESSOR", &["predecessor"]), + ("DESOGN", &["design"]), + ("RENEGOTITAE", &["renegotiate"]), + ("DESCRIIBES", &["describes"]), + ("DIRECOTRY", &["directory"]), + ("REPEATEDLT", &["repealed"]), + ("DEPARTER", &["departure"]), + ("LEAAST", &["least"]), + ("HAVEING", &["having"]), + ("CELEBRITES", &["celebrities"]), + ("RESOVLERS", &["resolvers"]), + ("POSSESSIN", &["possessions"]), + ("ADOLOSCENT", &["adolescent"]), + ("INSTADE", &["instead"]), + ("JUGGERNAULT", &["juggernaut"]), + ("FANSLAUGHTER", &["manslaughter"]), + ("ACOMMPANYING", &["accompanying"]), + ("INTEGRADE", &["integrated"]), + ("WONDERFULLLY", &["wonderfully"]), + ("DURATIONM", &["duration"]), + ("FURTURE", &["future"]), + ("THENN", &["then"]), + ("TRANSGENERED", &["transgendered"]), + ("FAND", &["fang", "find"]), + ("AGANTS", &["agents", "against"]), + ("OJE", &["one"]), + ("LANGUAHES", &["languages"]), + ("DRASITCALLY", &["drastically"]), + ("ALTERATIVES", &["alternatives"]), + ("VULBERABUILLITIES", &["vulnerabilities"]), + ("PREDICITON", &["prediction"]), + ("PORVIDING", &["providing"]), + ("LAUCHED", &["launched"]), + ("EMMITS", &["emits"]), + ("SUBEXPRESSSIONS", &["subexpressions"]), + ("AGUMENTED", &["augmented"]), + ("ENRIES", &["entries"]), + ("SPECIALL", &["special", "specially"]), + ("LOGITUDE", &["longitude"]), + ("COMPARIED", &["compared"]), + ("INSTANTENIOUSLY", &["instantaneously"]), + ("SURRENDERRED", &["surrendered"]), + ("PRESENTATED", &["presented"]), + ("NEIGHBHORING", &["neighboring"]), + ("DOMIANTES", &["dominates"]), + ("SIZEMOLOGISTS", &["seismologists"]), + ("SPEFIIFALLY", &["specifically"]), + ("CCONVERTER", &["converter"]), + ("SOLILIQUY", &["soliloquy"]), + ("KARISMATIC", &["charismatic"]), + ("WIGDET", &["widget"]), + ("DISPALYED", &["displayed"]), + ("SITAUTIONAL", &["situational"]), + ("ABSTRCTED", &["abstracted"]), + ("ACCES", &["access"]), + ("NITHER", &["neither"]), + ("SYMPETHETIC", &["sympathetic"]), + ("GARD", &["guard"]), + ("INVENTARLO", &["inventor"]), + ("IMPERIALSM", &["imperialism"]), + ("APPENS", &["appends"]), + ("CATERPILAR", &["caterpillar"]), + ("MATZCH", &["match"]), + ("VULBERABUILITY", &["vulnerability"]), + ("CHARSIMA", &["charisma"]), + ("AAGAIN", &["again"]), + ("PROSTITIUTE", &["prostitute"]), + ("CLEAERED", &["cleared"]), + ("SPEFICIFED", &["specified"]), + ("PAYEMENT", &["payment"]), + ("UNDOUBETDLY", &["undoubtedly"]), + ("LEGITEMATLY", &["legitimately"]), + ("CALCUALTER", &["calculator"]), + ("PRECENSE", &["presence"]), + ("DEVINED", &["defined"]), + ("AVAILIBLE", &["available"]), + ("UTLRASOUND", &["ultrasound"]), + ("CEREATES", &["creates"]), + ("THUNDERJOLT", &["thunderbolt"]), + ("AMZAING", &["amazing"]), + ("JELOUSY", &["jealousy"]), + ("REMBEMBERING", &["remembering"]), + ("WORKARUND", &["workaround"]), + ("VIEE", &["view"]), + ("COMITEE", &["committee"]), + ("BUTTERFILES", &["butterflies"]), + ("UNITIALISED", &["uninitialised"]), + ("LEAT", &["lead", "leak", "least", "leaf"]), + ("GUARRENTEING", &["guaranteeing"]), + ("RAPELLED", &["rappelled"]), + ("OPPS", &["oops"]), + ("PREMULTIPLED", &["premultiplied"]), + ("DENOMINATIOR", &["denominator"]), + ("INFLUECE", &["influence"]), + ("CORRDINATED", &["coordinated"]), + ("WIRLDCARD", &["wildcard"]), + ("CRITICIS", &["critics"]), + ("PROBLAEM", &["problem"]), + ("LOV", &["love"]), + ("ACCELERAPTOR", &["accelerator"]), + ("UNCALCUALTED", &["uncalculated"]), + ("TRIBUNAAL", &["tribunal"]), + ("FELISATUS", &["felicitous"]), + ("FIRMAWRE", &["firmware"]), + ("INPRACTICALITY", &["impracticality"]), + ("ARTILLEY", &["artillery"]), + ("REVIEWES", &["reviewers"]), + ("SCIENTIFCALLY", &["scientifically"]), + ("WIYTH", &["with"]), + ("DISPROPORTIATE", &["disproportionate"]), + ("SPEFICIFES", &["specifies"]), + ("NARCISSCIST", &["narcissist"]), + ("APPLYS", &["applies"]), + ("AKTIVATES", &["activates"]), + ("AUTHORITIERS", &["authorities"]), + ("EXECUTABIL", &["executable"]), + ("RHINOSARUSES", &["rhinoceroses"]), + ("DESCRIPTIVOS", &["descriptions"]), + ("PREDFINED", &["predefined"]), + ("FINCTIONALITY", &["functionality"]), + ("WOLLOW", &["follow", "wallow"]), + ("DAMENOR", &["demeanor"]), + ("TERRIORIES", &["territories"]), + ("CCHE", &["cache"]), + ("IMPLOED", &["implode"]), + ("MULTPLIERS", &["multipliers"]), + ("CHILDRENIS", &["childrens"]), + ("SUPERPOSER", &["superpowers"]), + ("DISCUSION", &["discussion"]), + ("SHARTENING", &["sharpening"]), + ("EXLAMATION", &["exclamation"]), + ("ALLOCARION", &["allocation"]), + ("TOURISTLY", &["touristy"]), + ("SUBRACTED", &["subtracted"]), + ("ARGESSIVE", &["aggressive"]), + ("PREPOSTERS", &["preposterous"]), + ("CLINICALS", &["clinical"]), + ("DYNAMMIC", &["dynamic"]), + ("UNDENIABLEY", &["undeniably"]), + ("CROUCING", &["crouching"]), + ("STATITS", &["statist"]), + ("SIMETRIE", &["symmetry"]), + ("TERRORSIM", &["terrorism"]), + ("DUPLCIATES", &["duplicates"]), + ("AMPETHAMINE", &["amphetamine"]), + ("DIGANOSIS", &["diagnosis"]), + ("SERVEICES", &["services"]), + ("DIALECS", &["dialects"]), + ("INVENTARIO", &["inventor"]), + ("EXECUTUBLES", &["executables"]), + ("COMMISSIONNED", &["commissioned"]), + ("PASSWIRDS", &["passwords"]), + ( + "TRANSFORME", + &["transfer", "transformed", "transformer", "transform"], + ), + ("SEPECTRAL", &["spectral"]), + ("ASCEDING", &["ascending"]), + ("BOOD", &["boot"]), + ("SIMULTANEUSLY", &["simultaneously"]), + ("EXECUATED", &["executed"]), + ("DETECTARON", &["detector"]), + ("UNASSING", &["unassign"]), + ("CABNET", &["cabinet"]), + ("MORTUM", &["mortem"]), + ("SUCESSORS", &["successors"]), + ("NAGIVATING", &["navigating"]), + ("DECIDEDS", &["decides"]), + ("INCLIUDES", &["includes"]), + ("TREMONDOUS", &["tremendous"]), + ("DATASTE", &["dataset"]), + ("TRANSISITOR", &["transistor"]), + ("CHEERLEARDS", &["cheerleaders"]), + ("EXCHAGING", &["exchanging"]), + ("AITHENTICATION", &["authentication"]), + ("BJECTS", &["objects"]), + ("CYMK", &["cmyk"]), + ("NOTICABLY", &["noticeably"]), + ("OCCURRANCE", &["occurrence"]), + ("LINEZ", &["lines"]), + ("PRESICELY", &["precisely"]), + ("FURTHURMORE", &["furthermore"]), + ("TRANSFARRING", &["transferring"]), + ("STOCASTIC", &["stochastic"]), + ("APPRETIATIVE", &["appreciative"]), + ("RENKETON", &["renekton"]), + ("ALTHETES", &["athletes"]), + ("ASSUMTPIONS", &["assumptions"]), + ("CARINVAL", &["carnival"]), + ("SYCOLOGY", &["psychology"]), + ("HIPOTETICAL", &["hypothetical"]), + ("BATTLAION", &["battalion"]), + ("LINAER", &["linear"]), + ("APRROXIMATIONS", &["approximations"]), + ("COMPLETELTY", &["completely"]), + ("CONSTRCUT", &["construct"]), + ("PERCENTIGE", &["percentile"]), + ("MISSISSPPI", &["mississippi"]), + ("AGREGATOR", &["aggregator"]), + ("IMPROBMENT", &["improvement"]), + ("HYDORGEN", &["hydrogen"]), + ("AMPHETMAINE", &["amphetamines"]), + ("DISTINGUSED", &["distinguished"]), + ("ELECTROMAN", &["electron"]), + ("RECONECCTING", &["reconnecting"]), + ("PRABABLE", &["probable"]), + ("NEGOCIATOR", &["negotiator"]), + ("CORREPSONDENCES", &["correspondences"]), + ("CRUCIFICTION", &["crucifixion"]), + ("DISRESPECING", &["disrespecting"]), + ("PERIDICAL", &["periodical"]), + ("CERVIAL", &["cervical", "servile", "serval"]), + ("DENTISTAS", &["dentists"]), + ("STRAWBEARY", &["strawberry"]), + ("EXTRAPALATE", &["extrapolate"]), + ("CONCLUSIVLEY", &["conclusive"]), + ("SUBSCIRBERS", &["subscribers"]), + ("AUTHOIZATION", &["authorization"]), + ("RENEGOGTIATES", &["renegotiates"]), + ("REOUTES", &["routes"]), + ("OVERSHADDOWED", &["overshadowed"]), + ("STLAKER", &["stalker"]), + ("UNDORDER", &["unorder"]), + ("CRESENT", &["crescent"]), + ("COLEAGUES", &["colleagues"]), + ("UNMAMANGED", &["unmanaged"]), + ("ALLERGEY", &["allergy"]), + ("OPENSCOURCE", &["opensource"]), + ("CAHCES", &["caches"]), + ("TAGGGEN", &["taggen"]), + ("DISCCONECT", &["disconnect"]), + ("PROPAGATEX", &["propagates", "propagated"]), + ("DEVELOPPERS", &["developers"]), + ("PROFITABIL", &["profitable"]), + ("DEFINITINELY", &["definitively"]), + ("CROWSHAY", &["crochet"]), + ("TORELABLE", &["tolerable"]), + ("CRITCALS", &["criticals"]), + ("NEUMONICS", &["mnemonics"]), + ("SUPPRESING", &["suppressing"]), + ("COMLAIN", &["complain"]), + ("MAXMIMUM", &["maximum"]), + ("BELEAVES", &["believes"]), + ("ANALITICALY", &["analytically"]), + ("PRIMAIRES", &["primaries"]), + ("SORCERRY", &["sorcery"]), + ("RESPONSIBILITES", &["responsibilities"]), + ("PARTITICIPANT", &["participant"]), + ("ACCUREATE", &["accurate"]), + ("BUFFORS", &["buffers"]), + ("EXISTATUS", &["exitstatus"]), + ("INDEPENDENTALLY", &["independently"]), + ("NIGHTHER", &["neither"]), + ("CARDINALIS", &["cardinals"]), + ("INTERPRETARES", &["interpreter"]), + ("METIFOR", &["metaphor"]), + ("KNOWELDGEABLE", &["knowledgeable"]), + ("INSTITUCION", &["institution"]), + ("COMPLIENCE", &["compliance"]), + ("DEMOSNTRABLY", &["demonstrably"]), + ("CHOCLATE", &["chocolate"]), + ("VARILUE", &["value", "variable"]), + ("EMPERICAL", &["empirical"]), + ("DISCOURGES", &["discourages"]), + ("REPRENSENTATIONAL", &["representational"]), + ("GENEARALLY", &["generally"]), + ("KOWN", &["known"]), + ("NIMPHOMANIACS", &["nymphomaniacs"]), + ("FRAGEMENT", &["fragment"]), + ("RADEMTIONS", &["redemptions"]), + ("SUPPOORT", &["support"]), + ("PARALLIZING", &["parallelizing"]), + ("CONTRIBUTERS", &["contributors"]), + ("PARMATERS", &["parameters"]), + ("SEPCIFIER", &["specifier"]), + ("AUTONEGOPTIONSOTIATION", &["autonegotiation"]), + ("MASSCARE", &["massacre"]), + ("LUNATICOS", &["lunatics"]), + ("REPESENTS", &["represents"]), + ("PLANESWAKER", &["planeswalker"]), + ("PREFFER", &["prefer"]), + ("PARANT", &["parent"]), + ("DIABETS", &["diabetes"]), + ("PHYSICANS", &["physicians"]), + ("INHIBT", &["inhibit"]), + ("POWERLIFTNG", &["powerlifting"]), + ("DAVANTAGE", &["advantage"]), + ("SYNTETIC", &["synthetic"]), + ("IMBRACED", &["embraced"]), + ("GLODBERG", &["goldberg"]), + ("OCASION", &["occasion"]), + ("DESINTAITONS", &["destinations"]), + ("RELIEFES", &["relieves"]), + ("KNARLED", &["gnarled"]), + ("AWESONENESS", &["awesomeness"]), + ("SCRACTHING", &["scratching"]), + ("CREATIONKIT", &["creationist"]), + ("INTSALL", &["install"]), + ("DESCRPITION", &["descriptions"]), + ("MOMENTUS", &["moments"]), + ("UNISNTALLING", &["uninstalling"]), + ("CLHORINE", &["chlorine"]), + ("PREORDES", &["preorders"]), + ("RENEGOPTIONSOTIATOR", &["renegotiator"]), + ("OFISIONADO", &["aficionado"]), + ("ENVIRONMETS", &["environments"]), + ("COMANDOS", &["commandos"]), + ("FLASS", &["class", "glass", "flask", "flash"]), + ("ATHETLICS", &["athletics"]), + ("SOMETHNG", &["something"]), + ("HYDROLIC", &["hydraulic"]), + ("NEGITIATIONS", &["negotiations"]), + ("DISABLLE", &["disable"]), + ("ARGREEMENTS", &["agreements"]), + ("PROJCTORS", &["projectors"]), + ("DATY", &["data", "date"]), + ("REPAITNT", &["repaint"]), + ("PROPRTY", &["property"]), + ("PROPECTLESS", &["prospectless"]), + ("EXISTUNG", &["existing"]), + ("SEGEMNET", &["segment"]), + ("SATIFY", &["satisfy"]), + ("MIRORED", &["mirrored"]), + ("DISCONTINED", &["discontinued"]), + ("CAPABIITIES", &["capabilities"]), + ("LAGACY", &["legacy"]), + ("PICTURESKNESS", &["picturesqueness"]), + ("PARTICUAR", &["particular"]), + ("ANTAGONSTIC", &["antagonist"]), + ("INTERSTING", &["interesting"]), + ("DISADVENTAGE", &["disadvantage"]), + ("ERASABLOCKS", &["eraseblocks"]), + ("COLLARIS", &["collars"]), + ("EXPLICILY", &["explicitly"]), + ("PSUDOCODE", &["pseudocode"]), + ("CONSLUTING", &["consulting"]), + ("HERCLUES", &["hercules"]), + ("INTERGERS", &["integers"]), + ("LONGITUTE", &["longitude"]), + ("EXPERIMETENTED", &["experimented"]), + ("MDIFICATIONS", &["modifications"]), + ("ELEPHANS", &["elephants"]), + ("DISTANCEF", &["distanced", "distances", "distance"]), + ("BEDING", &["bedding", "begging"]), + ("DIREKTIONAL", &["directional"]), + ("OURSELFE", &["ourselves", "ourself"]), + ("BOUNDARYI", &["boundary"]), + ("UGGLY", &["ugly"]), + ("VECORS", &["vectors"]), + ("SUBSTITUTINS", &["substitutions"]), + ("MIINIMISATION", &["minimisation"]), + ("THOWN", &["thrown", "town"]), + ("TECHED", &["taught"]), + ("BEAUROCRATICAL", &["bureaucratic"]), + ("RESERACHER", &["researchers"]), + ("ABSURDITIY", &["absurdity"]), + ("SOPHOSTICATED", &["sophisticated"]), + ("OPPRTUNITY", &["opportunity"]), + ("QUOSHANT", &["quotient"]), + ("BUDDAH", &["buddha"]), + ("BUREAUCRACIE", &["bureaucratic"]), + ("WIREFRAMWS", &["wireframes"]), + ("SPECTECULAR", &["spectacular"]), + ("CANGE", &["change"]), + ("AVAIIBILITY", &["availability"]), + ("ORGANIZAREA", &["organizer"]), + ("THEROETICALLY", &["theoretically"]), + ("CATHLOICS", &["catholics"]), + ("HARWARE", &["hardware"]), + ("STIMLUATING", &["stimulating"]), + ("PHENOMENEN", &["phenomenon"]), + ("MAGICAIN", &["magician"]), + ("BUSINES", &["business"]), + ("TRANSMUTTER", &["transmitter"]), + ("ELMENET", &["element"]), + ("CONRRESPONDENCE", &["correspondence"]), + ("INFORMARLE", &["informal"]), + ("ECONOMICALY", &["economically"]), + ("RELATIV", &["relative"]), + ("ABOVMENTIONED", &["abovementioned"]), + ("IMPLEMENETIONS", &["implementations"]), + ("DOWNOVTING", &["downvoting"]), + ("ELIGIBLITY", &["eligibility"]), + ("NOTMALLY", &["normally"]), + ("UPDATETE", &["update"]), + ("CONTENED", &["contained", "contend"]), + ("ATTRIRBUTES", &["attributes"]), + ("DEPOIST", &["deposit"]), + ("KNONW", &["known"]), + ("DASHS", &["dashes"]), + ("CLINCIAL", &["clinical"]), + ("DOCUMENTATO", &["documentation"]), + ("SKIPT", &["skip", "skype", "skipped"]), + ("INVULNERBALE", &["invulnerable"]), + ("CONTROLELR", &["controllers"]), + ("PRESEDENCE", &["precedence"]), + ("OWFUL", &["awful"]), + ("UPADTED", &["updated"]), + ("NECROMENCER", &["necromancer"]), + ("DEVATION", &["deviation"]), + ("CONTENGENT", &["contingent"]), + ("IMPROTATIONS", &["importations"]), + ("ASSNAGE", &["assange"]), + ("SUSEQUENT", &["subsequent"]), + ("EXECTUABLENESS", &["executableness"]), + ("CONTAIS", &["contains"]), + ("TOTTENAHM", &["tottenham"]), + ("SURVAY", &["survey"]), + ("INOLVING", &["involving"]), + ("CLENER", &["cleaner"]), + ("ACCELARATING", &["accelerating"]), + ("DOWNAGRADED", &["downgraded"]), + ("INTENTIONLY", &["intentional", "intentionally"]), + ("IVERSE", &["diverse", "inverse"]), + ("VITRUALLY", &["virtually"]), + ("PERFERMENCES", &["performances"]), + ("CREATATION", &["creation"]), + ("THS", &["the", "this"]), + ("PUBLICALY", &["publicly"]), + ("EXAMINERAD", &["examined"]), + ("AUTHENFIE", &["authenticate"]), + ("ASSESING", &["assessing"]), + ("SEONDS", &["seconds", "sends"]), + ("INITATOR", &["imitator", "initiator"]), + ("UNDERSAND", &["understand"]), + ("ZIONISTM", &["zionism"]), + ("GENATILIA", &["genitalia"]), + ("VISERALLY", &["viscerally"]), + ("SCHEMD", &["schemed"]), + ("PENNSILVANIA", &["pennsylvania"]), + ("ACQUISITON", &["acquisition"]), + ("RENEGOZIATE", &["renegotiate"]), + ("DETERMIND", &["determined"]), + ("DISGRUNTED", &["disgruntled"]), + ("COLOUISING", &["colourising"]), + ("SENSISTIVELY", &["sensitively", "sensitivity"]), + ("COMIPLER", &["compiler"]), + ("SPECIFCATION", &["specification"]), + ("MONGOLES", &["mongols"]), + ("KEBOARD", &["keyboard"]), + ("SYATEMS", &["systems"]), + ("CONSIDEREABLE", &["considerable"]), + ("INTERPERETERS", &["interpreters"]), + ("GENERLAIZES", &["generalizes"]), + ("FUNDAMENTALISMUS", &["fundamentalists"]), + ("CONSTRUCTRED", &["constructed"]), + ("DISCCONECCTION", &["disconnection"]), + ("DESOGNER", &["designer"]), + ("ADMINISTRE", &["administer"]), + ("DOWNWOTING", &["downvoting"]), + ("NAYBOURLY", &["neighbourly"]), + ("MEMBRANS", &["membranes"]), + ("LEAGLIZING", &["legalizing"]), + ("INPRODUCTIVE", &["unproductive"]), + ("SPEFIYING", &["specifying"]), + ("MUSCEL", &["muscle", "mussel"]), + ("ADMINSITER", &["administer"]), + ("AUTHENCATED", &["authenticated"]), + ("PERSERVES", &["preserves"]), + ("KOOLOTS", &["culottes"]), + ("DEACTIVETE", &["deactivate"]), + ("ENVOKES", &["evokes", "invokes"]), + ("DEFINDE", &["define", "defined", "defines"]), + ("PARAGPRAPH", &["paragraph"]), + ("UBIQUOUTOUS", &["ubiquitous"]), + ("PLASTICOSA", &["plastics"]), + ("SUBEXPERESSIONS", &["subexpressions"]), + ("UKRAINAINS", &["ukrainians"]), + ("MASOS", &["macos"]), + ("SYCHRONIZES", &["synchronizes"]), + ("COMPLILES", &["compiles"]), + ("PACKGE", &["package"]), + ("ALLOCATENG", &["allocating"]), + ("APOLOGIZEING", &["apologizing"]), + ("ALLCATER", &["allocator"]), + ("SILHOUETE", &["silhouette"]), + ("RENEGOTICABLE", &["renegotiable"]), + ("ALLOS", &["allows"]), + ("COMISION", &["commission"]), + ("ASSESMENET", &["assessment"]), + ("KEEPLIVE", &["keepalive"]), + ("ADDITITONAL", &["additional"]), + ("WARNIN", &["warning"]), + ("SECODS", &["seconds"]), + ("WIDNOW", &["widow", "window"]), + ("SEMICONDICTOR", &["semiconductor"]), + ("MISREABLE", &["miserable"]), + ("YMBOLS", &["symbols"]), + ("DUBLEY", &["doubly"]), + ("ELECTIC", &["electric", "eclectic"]), + ("PERTRUBATIONS", &["perturbations"]), + ("AIRLFOW", &["airflow"]), + ("REFERENCABLE", &["referenceable"]), + ("ADJECTIVOS", &["adjectives"]), + ("TAGNET", &["tangent"]), + ("NEGOTIOTATION", &["negotiation"]), + ("COMPOSITONG", &["compositing"]), + ("INITIALZER", &["initializer"]), + ("ORGINALS", &["originals"]), + ("PHOTOGRAPHIED", &["photographed"]), + ("MICROPRECESSOR", &["microprocessor"]), + ("KETMAINE", &["ketamine"]), + ("OVERHAL", &["overhaul"]), + ("ASSOCIEATIONS", &["associations"]), + ("ACOMMODATES", &["accommodates"]), + ("WANTD", &["wanted"]), + ("UNPRESEDENTED", &["unprecedented"]), + ("FOUNDATOIN", &["foundations"]), + ("NASTERSIUM", &["nasturtium"]), + ("EXCETIONAL", &["exceptional"]), + ("PRUGATORY", &["purgatory"]), + ("SQURARED", &["squared"]), + ("MARIJUANNAS", &["marijuana"]), + ("DISSAGREEMENT", &["disagreement"]), + ("MINIMZING", &["minimizing"]), + ("STARUPS", &["startups"]), + ("PSEUDE", &["pseudo"]), + ("PROMTP", &["prompt"]), + ("INITIALZATION", &["initialization"]), + ("INTERAKTIVLY", &["interactively"]), + ("SUBCRIBED", &["subscribed"]), + ("PRELIMENARY", &["preliminary"]), + ("ACCREDIDATION", &["accreditation"]), + ("REAY", &["ready", "really", "ray"]), + ("PHOTOCHOPPED", &["photoshopped"]), + ("UPDGRADE", &["upgrade"]), + ("INTERVIENI", &["interviewing"]), + ("PAKSITANI", &["pakistani"]), + ("SOVERIGN", &["sovereign"]), + ("GORUMET", &["gourmet"]), + ("COMMNA", &["comma"]), + ("FUSHING", &["flushing"]), + ("SIMPLIFYS", &["simplifies"]), + ("SWITHER", &["switcher"]), + ("LITERARRY", &["literary"]), + ("RESEARCHS", &["researchers"]), + ("REPOSITARY", &["repository"]), + ("CHECKPONTS", &["checkpoints"]), + ("INSTRCUTINOAL", &["instructional"]), + ("DELIMTERS", &["delimiter"]), + ("UNINFROMS", &["uninforms", "uniforms"]), + ("RECEVE", &["receive"]), + ("ALLOCATOOR", &["allocator"]), + ("OVERCOMPANSATES", &["overcompensates"]), + ("INSTUCTIONAL", &["instructional"]), + ("CRITIZED", &["criticized"]), + ("ARCHITECTUAL", &["architectural"]), + ("DISCIMINATOR", &["discriminator"]), + ("TRANSCENDANT", &["transcendent"]), + ("NEIGHBEORHODS", &["neighborhoods"]), + ("COOGER", &["cougar"]), + ("DEPSISE", &["despise"]), + ("CONFUZZING", &["confusing"]), + ("SUMMURIZED", &["summarized"]), + ("EXPERIMENTORS", &["experiments"]), + ("ENTREPENEURS", &["entrepreneurs"]), + ("ENVELOPPED", &["envelope", "enveloped"]), + ("ORGANIZTIONS", &["organizations"]), + ("CLIENTA", &["client"]), + ("UPGARDED", &["upgraded"]), + ("ENETER", &["enter"]), + ("ACCOMODATING", &["accommodating"]), + ("DISCUSIONS", &["discussions"]), + ("REOSURCE", &["resource"]), + ("EXPERIMENTAATS", &["experiments"]), + ("POINITS", &["points"]), + ("WNT", &["want"]), + ("RETREBUTION", &["retribution"]), + ("DISAGRESS", &["disagrees"]), + ("DURIG", &["during"]), + ("CARRYINTG", &["carrying"]), + ("NEGOTATIATIONS", &["negotiations"]), + ("ANNONYMOUS", &["anonymous"]), + ("SENZATIONALISM", &["sensationalism"]), + ("PERIMETR", &["perimeter"]), + ("INTERACCION", &["interaction"]), + ("SYTSEMS", &["systems"]), + ("SKIMRISH", &["skirmish"]), + ("LITTLEFINDER", &["littlefinger"]), + ("FULFILLLING", &["fulfilling"]), + ("UNIFROMITY", &["uniformity"]), + ("EXTIMATES", &["estimates"]), + ("SUCCESSULLY", &["successfully"]), + ("TIRANGLES", &["triangles"]), + ("INSTALLAITON", &["installation"]), + ("OCCASSIONAL", &["occasional"]), + ("SPEACK", &["speak"]), + ("DISCCONECTS", &["disconnects"]), + ("CAUSIOUS", &["cautious"]), + ("FUNCIONALLY", &["functionally"]), + ("EVALITED", &["evaluated"]), + ("MARUADER", &["marauder"]), + ("ACTUAK", &["actual"]), + ("DESCIZED", &["disguised"]), + ("PREDUJICE", &["prejudice"]), + ("HAPPENES", &["happens"]), + ("BRASILLIAN", &["brazilian"]), + ("DECIDEABLE", &["decidable"]), + ("UNVELIEVABLE", &["unbelievable"]), + ("PERPOSES", &["purposes"]), + ("APPROCHING", &["approaching"]), + ("FINIHED", &["finished"]), + ("ANARCHITS", &["anarchists"]), + ("PHENOMONON", &["phenomenon"]), + ("PRYAMID", &["pyramid"]), + ("MAINTIONED", &["mentioned"]), + ("OBJECTIFICATON", &["objectification"]), + ("GOURMENT", &["gourmet"]), + ("PERCANTAGES", &["percentages"]), + ("INSTRUMENETD", &["instrumented"]), + ("CONPLETES", &["completes"]), + ("INDISPUTIBLY", &["indisputably"]), + ("EVIDENCD", &["evidenced"]), + ("EXLATED", &["exalted"]), + ("ENCOCDES", &["encodes"]), + ("ACCETS", &["accepts"]), + ("CHARACTARIZED", &["characterized"]), + ("VIOLOATIONS", &["violations"]), + ("BRONKEN", &["broken"]), + ("CONPLETION", &["completion"]), + ("WHITSPACE", &["whitespace"]), + ("WEEVING", &["weaving"]), + ("LIGHTROM", &["lightroom"]), + ("SPEFICYING", &["specifying"]), + ("CERTIFCATION", &["certification"]), + ("MYSTERIOUSY", &["mysteriously"]), + ("MINIMUN", &["minimum"]), + ("UNDERGRADATE", &["undergraduate"]), + ("CUZTOMIZATIONS", &["customizations"]), + ("ADDOPTIVE", &["adoptive", "adaptive"]), + ("BACKEAST", &["backseat"]), + ("BANCHING", &["branching"]), + ("LAODED", &["loaded"]), + ("DOLPHINES", &["dolphins"]), + ("TRAVERCES", &["traverses"]), + ("STYROFAOM", &["styrofoam"]), + ("RESTURAUNTS", &["restaurants"]), + ("ENABING", &["enabling"]), + ("FOLLOWD", &["followed", "follows", "follow"]), + ("RECEIPIENTS", &["recipients"]), + ("RADIOBUTTION", &["radiobutton"]), + ("CIRILLIC", &["cyrillic"]), + ("XENOPHOPIA", &["xenophobia"]), + ("NEWSPAPPERS", &["newspapers"]), + ("MUNCIPALITY", &["municipality"]), + ("TESTIING", &["testing"]), + ("FAILT", &["fail", "failed"]), + ("ORGANZIATIONAL", &["organizational"]), + ("LIBERTARIANISTS", &["libertarians"]), + ("YOSEMITIE", &["yosemite"]), + ("TEENAGES", &["teenagers"]), + ("TENNANT", &["tenant"]), + ("ADMITTIDLY", &["admittedly"]), + ("MAIRJUANA", &["marijuana"]), + ("CLUTSERS", &["clusters"]), + ("INDEPENDANTES", &["independents"]), + ("SUSBSYTEMS", &["subsystems"]), + ("DOWNSTERAMING", &["downstreaming"]), + ("HYRDATION", &["hydration"]), + ("MUTIPATH", &["multipath"]), + ("MINNESTOA", &["minnesota"]), + ("ESCLATED", &["escalated"]), + ("PLAYGROUD", &["playground"]), + ("MEZMORISE", &["mesmerise"]), + ("ADEVNTURERS", &["adventurers"]), + ("ALGORTHYMS", &["algorithms"]), + ("REPLUBIC", &["republic"]), + ("STURUCTURE", &["structure"]), + ("OCCAISIONALLY", &["occasionally"]), + ("SEPARATEDLY", &["separately"]), + ("CONGRAGULATE", &["congratulate"]), + ("UNCOMENT", &["uncomment"]), + ("STRAITFORWARD", &["straightforward"]), + ("CAUCASAIN", &["caucasian"]), + ("HYPTOTHETICALLY", &["hypothetically"]), + ("RESCUSE", &["rescues"]), + ("IMPLAUSBLE", &["implausible"]), + ("SPECIALSTS", &["specialists"]), + ("ASSUMBED", &["assumed"]), + ("THEROISTS", &["theorists"]), + ("VILLAGEOIS", &["villages"]), + ("STATMENMT", &["statement"]), + ("REDEMTION", &["redemption"]), + ("AADDED", &["added"]), + ("SCANNNING", &["scanning"]), + ("COMPARISM", &["comparison"]), + ("FINGE", &["finger", "fringe"]), + ("TRIGGED", &["triggered"]), + ("INTERESCTING", &["intersecting"]), + ("NATIONALISTC", &["nationalistic"]), + ("PROTECTOIN", &["protections", "protection"]), + ("SUPERMARKTEN", &["supermarket"]), + ("HEXGAON", &["hexagon"]), + ("TRASPOSITIONS", &["transpositions"]), + ("ACQURIED", &["acquired"]), + ("QAULIFIES", &["qualifies"]), + ("AGGRAVETED", &["aggravated"]), + ("PROPORTIONALTY", &["proportionally"]), + ("PENTSYLVANIA", &["pennsylvania"]), + ("UNNECISSARILY", &["unnecessarily"]), + ("FIXEME", &["fixme"]), + ("DIFFCULTY", &["difficulty"]), + ("DEGRADERAD", &["degraded"]), + ("SPECIALISAITONS", &["specialisations"]), + ("TROGLIDITE", &["troglodyte"]), + ("BLOODBONER", &["bloodborne"]), + ("ABSOLUTHLY", &["absolutely"]), + ("RETURNNING", &["returning"]), + ("NUMEBR", &["number"]), + ("CANCERUS", &["cancers"]), + ("MODFIFIABLE", &["modifiable"]), + ("EXAPMLE", &["example"]), + ("SEVEREID", &["severed"]), + ("RRANSLATION", &["translation"]), + ("JUSTIFIBLE", &["justifiable"]), + ("SOVEREINTY", &["sovereignty"]), + ("DIVIDORS", &["dividers", "divisors"]), + ("CONIFG", &["config"]), + ("STARTIGN", &["starting"]), + ("DESPERATLEY", &["desperately"]), + ("FUNCTIOSN", &["functions"]), + ("CAF", &["calf"]), + ("SINLGES", &["singles"]), + ("INCONSISTENSIES", &["inconsistencies"]), + ("CONECTIONS", &["connections"]), + ("DUAILTY", &["duality"]), + ("DELECTIONS", &["detections", "deletions", "selections"]), + ("DISTRUBITION", &["distribution"]), + ("ATTAHED", &["attached"]), + ("DUSFUNCTIONAL", &["dysfunctional"]), + ("PREISTHOOD", &["priesthood"]), + ("COORDINATER", &["coordinator"]), + ("MOLECULS", &["molecules"]), + ("ACCCORDS", &["accords"]), + ("CONCIEVABLE", &["conceivable"]), + ("ELEMNTAL", &["elemental"]), + ("TELEPORTATON", &["teleportation"]), + ("CONVENIETLY", &["conveniently"]), + ("INTERPRETTER", &["interpreter"]), + ("RECOGISE", &["recognise"]), + ("MICROSOF", &["microsoft"]), + ("SPECEFICLY", &["specifically"]), + ("SUPERSTITIOSI", &["superstitious"]), + ("ANTIALISING", &["antialiasing"]), + ("IMPROOVING", &["improving"]), + ("DISPOSEL", &["disposal"]), + ("DECLAIR", &["declare"]), + ("NOVEMEBER", &["november"]), + ("BREAPOINT", &["breakpoint"]), + ("INFITE", &["infinite"]), + ("ARIBTRARILY", &["arbitrarily"]), + ("DESPENSER", &["dispenser"]), + ("CONSTISTS", &["consists"]), + ("RECONECTS", &["reconnects"]), + ("EXISTET", &["existent"]), + ("INTEREPRETATION", &["interpretation"]), + ("MOMOMENTARILY", &["momentarily"]), + ("ATTRIBIUTES", &["attributes"]), + ("REENFOCEMENT", &["reinforcement"]), + ("COLOUMN", &["column"]), + ("VERFIFIED", &["verified"]), + ("DESERIALISAZION", &["deserialisation"]), + ("REWATCHIG", &["rewatching"]), + ("PREREQUISETS", &["prerequisite"]), + ("GAMEPALY", &["gameplay"]), + ("ACITVE", &["active"]), + ("CHECKINGS", &["checkins", "checks"]), + ("SPECIALISTES", &["specialists"]), + ("COMEDIAS", &["comedians"]), + ("EMBARASSIG", &["embarrassing"]), + ("EXTERMELY", &["extremely"]), + ("VERIASION", &["variation"]), + ("CHARGIND", &["charging"]), + ("EXLPORERS", &["explorers"]), + ("MULITPLE", &["multiple"]), + ("EARYLY", &["eerily"]), + ("VALKYRE", &["valkyrie"]), + ("EXPENDETURES", &["expenditures"]), + ("ALIGMENTS", &["alignments"]), + ("MAMALIAN", &["mammalian"]), + ("PRIMATIVES", &["primitives"]), + ("PARISITIC", &["parasitic"]), + ("EXISITING", &["existing"]), + ("INTERWEBBS", &["interwebs"]), + ("DISUCSSION", &["discussion"]), + ("UNINTELLIGANT", &["unintelligent"]), + ("ESITMATION", &["estimation"]), + ("EITHE", &["either"]), + ("REMEMEBERING", &["remembering"]), + ("NEGOTITATES", &["negotiates"]), + ("BILLIONAIRRE", &["billionaire"]), + ("COLUNS", &["columns"]), + ("AFIRCAN", &["african"]), + ("RENEGOZIATORS", &["renegotiators"]), + ("BOOLEEN", &["boolean"]), + ("CONTIBUTOR", &["contributor"]), + ("CONSONENTS", &["consonants"]), + ("SWASTIKKA", &["swastika"]), + ("AOTO", &["auto"]), + ("IMPROTERS", &["importers"]), + ("AUTHENRICATED", &["authenticated"]), + ("DEVELOPRS", &["develops"]), + ("SPRIPTS", &["scripts"]), + ("ARRAIES", &["arrays"]), + ("CONFIGUTATIONS", &["configurations"]), + ("PROPAGE", &["propagate"]), + ("AUTHENITCATED", &["authenticated"]), + ("DOUMENTATION", &["documentation"]), + ("IMPEMENTATION", &["implementation"]), + ("OHTERS", &["others"]), + ("RETIEVES", &["retrieves"]), + ("DEPREATED", &["deprecated"]), + ("COORECT", &["correct"]), + ("LINKFY", &["linkify"]), + ("DEGENRATE", &["degenerate"]), + ("LONILENESS", &["loneliness"]), + ("DESINGATION", &["designation"]), + ("CHECKPOING", &["checkpoint"]), + ("DISTRUBUTE", &["distribute"]), + ("BOUNBDARIES", &["boundaries"]), + ("INSONMIA", &["insomnia"]), + ("OFFENSIVLEY", &["offensively"]), + ("CHARACTOR", &["character"]), + ("NEIGHROURS", &["neighbours"]), + ("SCONDARY", &["secondary"]), + ("BLASPHMEY", &["blasphemy"]), + ("FRIVILOUS", &["frivolous"]), + ("GURANTESS", &["guarantees"]), + ("MOTORCYCE", &["motorcycles"]), + ("NEIGHBORHHODS", &["neighborhoods"]), + ("CALCUALATION", &["calculation"]), + ("MEDICINERAS", &["medicines"]), + ("GALD", &["glad"]), + ("COMMUNCIATE", &["communicate"]), + ("NAIBHORHOODS", &["neighborhoods"]), + ("ATTRIBUTS", &["attributes"]), + ("AMENSIA", &["amnesia"]), + ("COMPTEURS", &["computers"]), + ("TRANSPARRENT", &["transparent"]), + ("COUTERPART", &["counterpart"]), + ("ASISSTED", &["assisted"]), + ("CHECHK", &["check"]), + ("FOLOWIND", &["following"]), + ("SUPERCEEDES", &["supersedes"]), + ("MENA", &["mean"]), + ("TROTILLA", &["tortilla"]), + ("MIGRAINERS", &["migraines"]), + ("SCEDULED", &["scheduled"]), + ("HARLDINE", &["hardline"]), + ("INIECTS", &["injects"]), + ("INCOMPATABLE", &["incompatible"]), + ("INFILTRARTE", &["infiltrate"]), + ("BATLIMORE", &["baltimore"]), + ("IMPROOFING", &["improving"]), + ("REPERTWARS", &["repertoires"]), + ("EXTRIMITIES", &["extremities"]), + ("LIBERTARAINS", &["libertarians"]), + ("CORVERING", &["covering"]), + ("PRECEEDING", &["preceding", "proceeding"]), + ("CONTNIUES", &["continues"]), + ("NEIGBHOUR", &["neighbour"]), + ("ORIGINIALLY", &["originally"]), + ("OVVERRIDDEN", &["overridden"]), + ("IDEALISTC", &["idealistic"]), + ("EXTREMLEY", &["extremely"]), + ("DEPENDENCIED", &["dependency"]), + ("CASUATION", &["causation"]), + ("ANNIVERSRY", &["anniversary"]), + ("FIGHTINGS", &["fighting"]), + ("DIRECTTIONS", &["directions"]), + ("TYRRANY", &["tyranny"]), + ("PRESENSE", &["presence"]), + ("ALGORTHNIC", &["algorithmic"]), + ("INTEGREATED", &["integrated"]), + ("WITNESESS", &["witnesses"]), + ("APPLLY", &["apply"]), + ("APROCHED", &["approached"]), + ("CONCERTAS", &["concerts"]), + ("CLARAVOYANT", &["clairvoyant"]), + ("PROCESES", &["processes"]), + ("CASPULE", &["capsule"]), + ("UNMAPING", &["unmapping"]), + ("IGNORA", &["ignore"]), + ("RESOUCES", &["resources"]), + ("MIINIMUM", &["minimum"]), + ("PROTAGANIST", &["protagonist"]), + ("CONDICIONAL", &["conditional"]), + ("LANNASTERS", &["lannisters"]), + ("AJDECTIVES", &["adjectives"]), + ("CONTRETELY", &["concretely"]), + ("CHECL", &["check"]), + ("WOH", &["who"]), + ("DESROYER", &["destroyer"]), + ("AGREGATED", &["aggregated"]), + ("FRUSTRAITS", &["frustrates"]), + ("TELEPORTAION", &["teleportation"]), + ("CALCULED", &["calculated"]), + ("REBUILS", &["rebuilds"]), + ("DESCREASES", &["decreases"]), + ("FUETHERST", &["furthest"]), + ("BELEIVER", &["believer"]), + ("ASSASSINATD", &["assassinated"]), + ("ADDIITON", &["addition"]), + ("EXECUITION", &["execution"]), + ("COMAPATIBILITY", &["compatibility"]), + ("CONDTITIONS", &["conditions"]), + ("FINNESS", &["finesse"]), + ("INDUSTIRALIZED", &["industrialized"]), + ("EASLY", &["easily"]), + ("DESACTIVATE", &["deactivate"]), + ("SERIOSULY", &["seriously"]), + ("PACAKAGING", &["packaging"]), + ("DIVSIONS", &["divisions"]), + ("STARIGHT", &["straight"]), + ("SEVERILY", &["severely"]), + ("INCREMET", &["increment"]), + ("STANDARIZING", &["standardizing"]), + ("SECONT", &["second"]), + ("CHOUSE", &["choose", "chose", "choux"]), + ("IMGAGE", &["image"]), + ("ARBITROR", &["arbiter", "arbitrator"]), + ("NEGLIGEBLE", &["negligible"]), + ("FRANKENSTAIN", &["frankenstein"]), + ("FAMILIARTY", &["familiarity"]), + ("INSTLLATIONS", &["installations", "instillations"]), + ("CONNECTES", &["connects"]), + ("RESTORANI", &["restoration"]), + ("ALLOCOCATE", &["allocate"]), + ("MULTYPLYING", &["multiplying"]), + ("CUASE", &["cause"]), + ("SHAKEPSEARE", &["shakespeare"]), + ("TRANSSEUXAL", &["transsexual"]), + ("DISGUSTINY", &["disgustingly"]), + ("SENSACIONAL", &["sensational"]), + ("KERNERLS", &["kernels"]), + ("OPTIN", &["option"]), + ("LIBRARRIES", &["libraries"]), + ("PERVAILING", &["prevailing"]), + ("COMPOENTS", &["components"]), + ("REGENARATED", &["regenerated"]), + ("SOOVINNEER", &["souvenir"]), + ("PUSBLISHING", &["publishing"]), + ("OFISIONADOS", &["aficionados"]), + ("SOLGERING", &["soldiering"]), + ("TRRIGERED", &["triggered"]), + ("BOYFREINDS", &["boyfriends"]), + ("ENBABLING", &["enabling"]), + ("PROIDED", &["provided"]), + ("REFERUNDUM", &["referendum"]), + ("RIMINDING", &["reminding"]), + ("GERNERALY", &["generally"]), + ("PREDICCION", &["prediction"]), + ("ATHENEANS", &["athenians"]), + ("PREFITLERING", &["prefiltering"]), + ( + "COLLAPTED", + &["coapted", "collapse", "collapsed", "collated"], + ), + ("HEXGAONS", &["hexagons"]), + ("OPTET", &["opted"]), + ("MANIPULARE", &["manipulate"]), + ("ASSERTIO", &["assertion"]), + ("RTURNING", &["returning"]), + ("MISCARRIEGE", &["miscarriage"]), + ("LEGENDAIRES", &["legendaries"]), + ("CATHLIC", &["catholic"]), + ("SUBISDY", &["subsidy"]), + ("FRIGTHENED", &["frightened"]), + ("RESPORATORY", &["respiratory"]), + ("UNREGSITERING", &["unregistering"]), + ("DOWNWOTERS", &["downvoters"]), + ("REFERENACE", &["reference"]), + ("INTERERSTING", &["interpreting"]), + ("REQIUEM", &["requiem"]), + ("AUTHENTCIATOR", &["authenticator"]), + ("COMMNETING", &["commenting"]), + ("VACCIANTION", &["vaccination"]), + ("ENCOUTTERING", &["encountering"]), + ("REPECT", &["respect"]), + ("INIDICATION", &["indication"]), + ("UNRAKNED", &["unranked"]), + ("EMPHETAMINES", &["amphetamines"]), + ("PURGABLE", &["purgeable"]), + ("DEFINENTLY", &["definitely"]), + ("RADIOACIVE", &["radioactive"]), + ("COMBINATEIONS", &["combinations"]), + ("BAASE", &["abase", "base"]), + ("SOMETHIS", &["somethings"]), + ("OTHERE", &["other"]), + ("TRUBBLED", &["troubled"]), + ("THOECRACY", &["theocracy"]), + ("DECOSES", &["decodes"]), + ("SIMPLIST", &["simplest"]), + ("CRUICIAL", &["crucial"]), + ("CRAETORS", &["craters", "creators"]), + ("ALGORIGHTMS", &["algorithms"]), + ("DEISGNATED", &["designated"]), + ("LEVAE", &["leave", "levee"]), + ("USUEFUL", &["useful"]), + ("MEERKRAT", &["meerkat"]), + ("DISSIMILAT", &["dissimilar"]), + ("OBVILION", &["oblivion"]), + ("FLAVORES", &["flavors"]), + ("CHEKD", &["checked"]), + ("ACCUMULATO", &["accumulation"]), + ("ACCOMIDATE", &["accommodate"]), + ("INCENTIVATE", &["incentive"]), + ("QUAILFIERS", &["qualifiers"]), + ("PHILIPPIDES", &["philippines"]), + ("DETERMINSITIC", &["deterministic"]), + ("DELIBERATLY", &["deliberately"]), + ("CELAR", &["cellar", "clear"]), + ("REFECTOR", &["refactor"]), + ("CRICKETTS", &["crickets"]), + ("MOTEURS", &["motors"]), + ("MONOPOLS", &["monopolies"]), + ("EXCETUTIONS", &["executions"]), + ("ENHABCES", &["enhances"]), + ("MORGATGES", &["mortgages"]), + ("QOUTED", &["quoted"]), + ("REGISTES", &["registers"]), + ("EXCPET", &["except"]), + ("COLLISSION", &["collisions", "collision", "collusion"]), + ("SEMAPHONE", &["semaphore"]), + ("PARAPHRASEING", &["paraphrasing"]), + ("CEHCKED", &["checked"]), + ("FRON", &["from", "front"]), + ("RECEVEING", &["receiving"]), + ("CONFRONTACIONAL", &["confrontational"]), + ("PROGAMABLE", &["programmable"]), + ("CUZTOMIZABLE", &["customizable"]), + ("PLCAED", &["placed"]), + ("ATTRRIBUTE", &["attribute"]), + ("FOGET", &["forget"]), + ("ATTEMT", &["attempt"]), + ("ATTENTUATION", &["attenuation"]), + ("MARGERAT", &["margaret"]), + ("CONSOLODATE", &["consolidate"]), + ("MULIPART", &["multipart"]), + ("PARTICPANTS", &["participants"]), + ("NECESSERY", &["necessary"]), + ("HEAER", &["header"]), + ("UNCONVENIENT", &["inconvenient"]), + ("CALCURATES", &["calculates"]), + ("ACTIVAED", &["activated"]), + ("COEFICENTS", &["coefficients"]), + ("PROFESSIONSL", &["professionalism"]), + ("CASETTE", &["cassette"]), + ("PROBELMS", &["problems"]), + ("CONJUNCITON", &["conjunction"]), + ("CONSTANSTS", &["constants"]), + ("UNAUTHENTICED", &["unauthenticated"]), + ("ARIBTER", &["arbiter"]), + ("TRISCAIDEKAFOBIA", &["triskaidekaphobia"]), + ("TRANFORMING", &["transforming"]), + ("COYRIGHTED", &["copyrighted"]), + ("LATSET", &["latest"]), + ("SUBSTITITE", &["substitute"]), + ("MACROW", &["macro"]), + ("COLABORATION", &["collaboration"]), + ("PAGEING", &["paging"]), + ("KWNOWN", &["known"]), + ("HTEM", &["them"]), + ("CIVALIZATION", &["civilization"]), + ("VOLUNTERRING", &["volunteering"]), + ("HOWEWER", &["however"]), + ("RENEGATIOTIATING", &["renegotiating"]), + ("DISCRIMANATORY", &["discriminatory"]), + ("SILYBUSES", &["syllabuses"]), + ("FACLONS", &["falcons"]), + ("PERSONALLITY", &["personally"]), + ("INTERESSTED", &["interested"]), + ("ANALYISTS", &["analysts"]), + ("ENNUMERATE", &["enumerate"]), + ("FOUDNING", &["founding"]), + ("AUDIOBOOKMRS", &["audiobooks"]), + ("UNEXPLANED", &["unexplained"]), + ("FRUSTRADED", &["frustrated"]), + ("UNECESSARILY", &["unnecessarily"]), + ("STATIONNARY", &["stationary"]), + ("ENSCONSED", &["ensconced"]), + ("MIRCOTRANSACTION", &["microtransactions"]), + ("STRIGN", &["string"]), + ("DEMOSTRATE", &["demonstrate"]), + ("CONSIDERTAION", &["considerations"]), + ("DISADVANDAGES", &["disadvantaged"]), + ("TRANSORMS", &["transforms"]), + ("SUBTARGERS", &["subtargets"]), + ("ARRARY", &["array"]), + ("DOCUMENETERS", &["documenters"]), + ("THEREFOER", &["therefor"]), + ("SUGER", &["sugar"]), + ("YERSA", &["years"]), + ("TYELNOL", &["tylenol"]), + ("PERCENATGES", &["percentages"]), + ("OPJECTIFIED", &["objectified"]), + ("INTIANTIATE", &["instantiate"]), + ("DISSASSOCIATED", &["disassociated"]), + ("LEYERING", &["layering"]), + ("COMPATATORS", &["comparators"]), + ("ATTMPTS", &["attempts"]), + ("DIPOLMA", &["diploma"]), + ("INDIVISUAL", &["individual"]), + ("ENVRIONMENT", &["environment"]), + ("NORMANY", &["normandy"]), + ("APPEN", &["append"]), + ("CHRONICALS", &["chronicles"]), + ("MOLESTARSE", &["molester"]), + ("FOLLINWG", &["following"]), + ("APPROPIRATION", &["appropriation"]), + ("ZEFER", &["zephyr"]), + ("NEIGHBETHOODS", &["neighborhoods"]), + ("BUREAUCRATIUS", &["bureaucrats"]), + ("ENTERATINMENT", &["entertainment"]), + ("NEIGHBERHOD", &["neighborhood"]), + ("RECHABLE", &["reachable"]), + ("LIBERALIZM", &["liberalism"]), + ("INFORMELLA", &["informal"]), + ("PHYISOLOGY", &["physiology"]), + ("SCIENTFICALY", &["scientifically"]), + ("DAPLICATING", &["duplicating"]), + ("TOPICAIZER", &["topicalizer"]), + ("CRUICBLE", &["crucible"]), + ("INVLUNERABLE", &["invulnerable"]), + ("APPRAOCHING", &["approaching"]), + ("SUBSCRIPTIN", &["subscriptions"]), + ("RENEGOGTIATIONS", &["renegotiations"]), + ("OPINYONATEDLY", &["opinionatedly"]), + ("REAALY", &["really"]), + ("CORRISPONDENCES", &["correspondences"]), + ("REVRIEVES", &["retrieves"]), + ("NOTNING", &["nothing"]), + ("SENAIREO", &["scenario"]), + ("ENCORPORATED", &["incorporated"]), + ("DICOVERS", &["discovers"]), + ("BENIFITED", &["benefited"]), + ("VARIABLED", &["variables", "variable"]), + ("ORIGONATED", &["originated"]), + ("COMPLUSIONS", &["compulsion"]), + ("UNSUCESSSFULLY", &["unsuccessfully"]), + ("AFGHANASTAN", &["afghanistan"]), + ("FRAGMENETING", &["fragmenting"]), + ("NKOW", &["know"]), + ("EXPETECT", &["expect"]), + ("RESOURECE", &["resource"]), + ("IMPORTENCE", &["importance"]), + ("BACKGROUNG", &["background"]), + ("INSTRUMENET", &["instrument"]), + ("FILELD", &["field"]), + ("FOLLEWINWG", &["following"]), + ("OMAGE", &["homage"]), + ("HALFS", &["halves"]), + ("FOLLS", &["follows"]), + ("DEPLOYES", &["deploys"]), + ("FORTITUDINE", &["fortitude"]), + ("USUALLLY", &["usually"]), + ("AUTIMATIC", &["automatic"]), + ("COMMENSE", &["commenters"]), + ("OVERSUBSCIRBED", &["oversubscribed"]), + ("ITTERATED", &["iterated"]), + ("QUALIFICATONS", &["qualifications"]), + ("RECOMMENTING", &["recommending"]), + ("MALINING", &["maligning"]), + ("DUPLUCATED", &["duplicated"]), + ("AUTOMATIEK", &["automate"]), + ("DISSIMLIARLY", &["dissimilarly"]), + ("FEATCHURED", &["featured"]), + ("AVAILAIBLE", &["available"]), + ("PREDATOBR", &["predator"]), + ("PARTITIONNING", &["partitioning"]), + ("DISCIMINATE", &["discriminate"]), + ("UNPREDICTABE", &["unpredictable"]), + ("AUTHETICATION", &["authentication"]), + ("COUNCEL", &["council", "counsel"]), + ("PREFFERABLY", &["preferably"]), + ("JENKKINS", &["jenkins"]), + ("INVOIVE", &["invoice"]), + ("SEQEUENCER", &["sequencer"]), + ("DIFFEENT", &["different"]), + ("CONCENTRARE", &["concentrate"]), + ("FEASABILE", &["feasible"]), + ("CONTSTANT", &["constant"]), + ("DISUCSSED", &["discussed"]), + ("ESTONIJA", &["estonia"]), + ("BACKHACKING", &["backpacking"]), + ("DESISIONS", &["decisions"]), + ("CONPETITIONS", &["competitions"]), + ("STREGNTHEN", &["strengthen"]), + ("CONTINUEING", &["continuing"]), + ("VULNEARBILITY", &["vulnerability"]), + ("FATHEST", &["farthest"]), + ("PONITED", &["pointed"]), + ("INCOMAPTIBELITY", &["incompatibility"]), + ("TRNSFERS", &["transfers"]), + ("FAUILURE", &["failure"]), + ("HIJKACKED", &["hijacked"]), + ("CONNECTOION", &["connection"]), + ("ADVATANGE", &["advantage"]), + ("CONSIOUS", &["conscious"]), + ("LENGT", &["length"]), + ("TEAHER", &["teacher"]), + ("ALUSION", &["allusion", "illusion"]), + ("ELECTRIV", &["electric"]), + ("SUSBCRIBE", &["subscribe"]), + ("INSTITUTUION", &["institution"]), + ("MANUFACTERES", &["manufactures"]), + ("WLL", &["will"]), + ("VARIANS", &["variants"]), + ("RENEAGDE", &["renegade"]), + ("APLICABILE", &["applicable"]), + ("PSUEDOCOLOR", &["pseudocolor"]), + ("QUITES", &["quotes"]), + ("OPTMIZATIONS", &["optimizations"]), + ("ANAYLTICS", &["analytics"]), + ("EXPERIMENATAL", &["experimental"]), + ("THERSHOLD", &["threshold"]), + ("VIGLIANTE", &["vigilante"]), + ("SOEMONE", &["someone"]), + ("MEXICANUS", &["mexicans"]), + ("COLORIZOER", &["colorizer"]), + ("COMMENCERA", &["commerce"]), + ("EXTRENAL", &["external"]), + ("STABILITATION", &["stabilization"]), + ("FACILITIATES", &["facilitates"]), + ("WEBAGE", &["webpage"]), + ("INTERNETBS", &["internets"]), + ("UMCOMFORTABLY", &["uncomfortably"]), + ("FLUCUTATE", &["fluctuate"]), + ("PROBABABLY", &["probably"]), + ("PROPERTION", &["proportion"]), + ("CONNAECT", &["connect"]), + ("SCHMES", &["schemes"]), + ("AVAREGE", &["average"]), + ("ACCULUMATE", &["accumulate"]), + ("TRANSFORMES", &["transformers"]), + ("DORCEFUL", &["forceful"]), + ("SLIENCED", &["silenced"]), + ("HOMEOPHATY", &["homeopathy"]), + ("MICROTRANSACTING", &["microtransactions"]), + ("APPEDING", &["appending"]), + ("RESEPCTIVELY", &["respectively"]), + ("DEVESTATED", &["devastated"]), + ("VOLUNTEED", &["volunteered"]), + ("RECREATEATION", &["recreation"]), + ("RENEGOTATE", &["renegotiate"]), + ("ILLUMINAI", &["illuminati"]), + ("EMBARRASINGLY", &["embarrassingly"]), + ("MODFIEID", &["modified"]), + ("ASKE", &["ask"]), + ("CONSULTATING", &["consultation"]), + ("SERVECES", &["services"]), + ("CONCENTATE", &["concentrate"]), + ("RIGHHT", &["right"]), + ("SOMALIJA", &["somalia"]), + ("RESEARVED", &["reserved"]), + ("UPDLOAD", &["upload"]), + ("CONTOLER", &["controller"]), + ("SECITON", &["section"]), + ("PRCEDURE", &["procedure"]), + ("CRETATED", &["created"]), + ("PASENGERS", &["passengers"]), + ("OPTIMIMUM", &["optimum"]), + ("POLICITIANS", &["politicians"]), + ("DOWNGARADE", &["downgrade"]), + ("COMPARAISON", &["comparison"]), + ("CONSPIRACE", &["conspiracies"]), + ("MULTIPLICIATON", &["multiplication"]), + ("SOMETRING", &["something"]), + ("CHIZIL", &["chisel"]), + ("CHRISITANITY", &["christianity"]), + ("EXPOLIT", &["exploit"]), + ("CALCLATION", &["calculation"]), + ("SCRITPTS", &["scripts"]), + ("MERCUREY", &["mercury"]), + ("INSCTUCTIONS", &["instructions"]), + ("DEPNDANT", &["dependant"]), + ("TEMPEARURE", &["temperature"]), + ("PROMINANTLY", &["prominently"]), + ("SERVEICE", &["service"]), + ("CALCULARON", &["calculator"]), + ("SUGNED", &["signed"]), + ("MECHANISIMS", &["mechanism"]), + ("FORTELLING", &["foretelling"]), + ("MAPP", &["map"]), + ("TRANSISITION", &["transition"]), + ("DESELCTING", &["deselecting"]), + ("NATIVEY", &["natively"]), + ("CRITISICING", &["criticizing"]), + ("PSEUDOPOENTIALS", &["pseudopotentials"]), + ("HYPERLOBIC", &["hyperbolic"]), + ("SYCHRONISLY", &["synchronously"]), + ("CATEGORICE", &["categorize"]), + ("UNBELIEBABLE", &["unbelievable"]), + ("INTERRACTIAL", &["interracial"]), + ("MISSMATCHES", &["mismatches"]), + ("FRITION", &["friction"]), + ("CREATIVEY", &["creatively"]), + ("WONDEIRNG", &["wondering"]), + ("DESCVRIPTION", &["description"]), + ("EXTRAORIDNARY", &["extraordinary"]), + ("ANNAYED", &["annoyed"]), + ("EUROPENAS", &["europeans"]), + ("EXPECTATONS", &["expectations"]), + ("SUSPENTION", &["suspension"]), + ("PRESTIGOUS", &["prestigious"]), + ("CDECOMPRESS", &["decompress"]), + ("EXCECTIONAL", &["exceptional"]), + ("AUTOCONPLETES", &["autocompletes"]), + ("DEPRECEATE", &["deprecate", "depreciate"]), + ("DEREFERNCING", &["dereferencing"]), + ("BECOZ", &["because"]), + ("UNCENCORED", &["uncensored"]), + ("SERVCIES", &["services"]), + ("SUGGESST", &["suggests", "suggest"]), + ("PASTERY", &["pastry"]), + ("WITDHS", &["widths"]), + ("RETALIATON", &["retaliation"]), + ("TRINGALE", &["triangle"]), + ("ETEND", &["extend", "attend"]), + ("RECURSSIVE", &["recursive"]), + ("MILLIONARIE", &["millionaire"]), + ("TRANSMITERS", &["transmitters"]), + ("UPPSTREAMER", &["upstreamer"]), + ("REQUESTD", &["requested"]), + ("INSURENCE", &["insurance"]), + ("MESSUREMENT", &["measurement"]), + ("RESPEKTABLE", &["respectable"]), + ("UNATTENDEND", &["unattended"]), + ("SPECIALIZEDS", &["specializes"]), + ("CLANAND", &["clannad"]), + ("INTEROPERABILTY", &["interoperability"]), + ("BUEARUCRATIC", &["bureaucratic"]), + ("PRACTICALLITY", &["practically", "practicality"]), + ("DISCUSSON", &["discussion"]), + ("ARTHRITS", &["arthritis"]), + ("TRANSFORMATON", &["transformation"]), + ("CONTIANING", &["containing"]), + ("SUBMISISONS", &["submissions"]), + ("CANNNOT", &["cannot"]), + ("PROPHECHIES", &["prophecies"]), + ("SIMLE", &["simple", "smile", "simile"]), + ("SKELETOS", &["skeletons"]), + ("SAFTEY", &["safety"]), + ("BOURGEOUSIE", &["bourgeois"]), + ("NEGOTITATORS", &["negotiators"]), + ("DESTURBED", &["disturbed"]), + ("CRSYTALLISE", &["crystallise"]), + ("INDICEES", &["indices"]), + ("PLIARS", &["pliers"]), + ("MILLISEONDS", &["milliseconds"]), + ("NUMEBER", &["number"]), + ("CONCIDERABLE", &["considerable"]), + ("ELIMINAS", &["eliminates"]), + ("CONTRITUTIONS", &["contributions"]), + ("ISLANDES", &["islanders"]), + ("NEIGHBEHOOD", &["neighborhood"]), + ("INTGRAL", &["integral"]), + ("DISCCONEECTION", &["disconnection"]), + ("GODOUNOV", &["godunov"]), + ("KEYNOARD", &["keyboard"]), + ("ABDONIMAL", &["abdominal"]), + ("SYCRONIZES", &["synchronizes"]), + ("COCKTAILERS", &["cocktails"]), + ("REPSENTATION", &["representation"]), + ("UNEXEPCTED", &["unexpected"]), + ("DISTENGISH", &["distinguish"]), + ("JUDGEMENTALS", &["judgements"]), + ("NEEEDLE", &["needle"]), + ("RELEOAD", &["reload"]), + ("COMMADNLINE", &["commandline"]), + ("MAGNIFECENT", &["magnificent"]), + ("CANADAINS", &["canadians"]), + ("STREGNTH", &["strength"]), + ("CERTFICATION", &["certification"]), + ("MUEXT", &["mutex"]), + ("BIYOU", &["bayou"]), + ("PROGRESSIVILY", &["progressively"]), + ("MISSPELING", &["misspelling"]), + ("CLIPED", &["clipped"]), + ("INSTITUTIONILIZED", &["institutionalized"]), + ("NAMD", &["named", "name"]), + ("MONNTH", &["month"]), + ("DEPENCENCY", &["dependency"]), + ("TELEVESION", &["television"]), + ("EXPERIMDNTING", &["experimenting"]), + ("SATUS", &["status"]), + ("CENVENTION", &["convention"]), + ("CONSITENTLY", &["consistently"]), + ("UNDERGRADUTE", &["undergraduate"]), + ("ASTERICES", &["asterisks"]), + ("OBSERV", &["observe"]), + ("AMMORTIZE", &["amortize"]), + ("UNINSTLALATIONS", &["uninstallations"]), + ("DEFUCT", &["defunct"]), + ("MODIFABLE", &["modifiable"]), + ("SEPERATD", &["separated"]), + ("ACCELLERATED", &["accelerated"]), + ("GARANTIE", &["guarantee"]), + ("ACQUIANTANCES", &["acquaintances"]), + ("SEPERATEING", &["separating"]), + ("LIMITTED", &["limited"]), + ("BASF", &["base"]), + ("LAGUAGUE", &["language"]), + ("TRANSTIONING", &["transitioning"]), + ("JUSTIFICATIVO", &["justification"]), + ("PRETENDAS", &["pretends"]), + ("INCONVIENCES", &["inconveniences"]), + ("HALLUZINATION", &["hallucination"]), + ("ISRAELLI", &["israeli"]), + ("SUBTARCTED", &["subtracted"]), + ("ENVRIRONMENT", &["environment"]), + ( + "CONFIGURATIN", + &["configurations", "configuration", "configurating"], + ), + ("TRANZFORMER", &["transformer"]), + ("GARDIENT", &["gradient"]), + ("INTERACTES", &["interacts"]), + ("CARTLEDGE", &["cartilage"]), + ("WORKAROUD", &["workaround"]), + ("SYNBOLIC", &["symbolic"]), + ("NEGILGENCE", &["negligence"]), + ("DEFINDED", &["defined", "defunded"]), + ("PROCCESING", &["processing"]), + ("SPECILISATION", &["specialisation"]), + ("INEXISTANT", &["inexistent"]), + ("ASSOICATES", &["associates"]), + ("ONLIE", &["online", "only"]), + ("SPEFIIFIFERS", &["specifiers"]), + ("MACARINO", &["macaroni"]), + ("SECTOPM", &["section"]), + ("SCRIPING", &["scripting"]), + ("SUFFICATES", &["suffocates"]), + ("ATTEMPS", &["attempts"]), + ("ACCSSOR", &["accessor"]), + ("CONVERSATIOSN", &["conservation"]), + ("GERNERALLY", &["generally"]), + ("AUTOMIBILE", &["automobile"]), + ("PROTOCOLL", &["protocol"]), + ("COALSENCE", &["coalescence"]), + ("BULIDERS", &["builders"]), + ("CANCELES", &["cancels"]), + ("COOPERACION", &["cooperation"]), + ("GUARNANTED", &["guaranteed"]), + ("UTPUT", &["output"]), + ("FORBIT", &["forbid"]), + ("OSICLLATIONS", &["oscillations"]), + ("THEORETICLY", &["theoretical"]), + ("INCOHERANCE", &["incoherence"]), + ("LEVANDER", &["lavender"]), + ("EDFICIENT", &["deficient"]), + ("YOY", &["you"]), + ("APRETIATION", &["appreciation"]), + ("FANFCITION", &["fanfiction"]), + ("HISTORIAAN", &["historians"]), + ("VALAILABLE", &["available"]), + ("IMPOTANT", &["important", "impotent"]), + ("INTANTIATING", &["instantiating"]), + ("MANUPULATION", &["manipulation"]), + ("SPONTANES", &["spontaneous"]), + ("PROGRESSIEVE", &["progressive"]), + ("DOMINATON", &["domination"]), + ("SCANDANIVIA", &["scandinavian"]), + ("SCHEUDLING", &["scheduling"]), + ("OMITT", &["omit"]), + ("FAIELD", &["failed"]), + ("HYERARCHY", &["hierarchy"]), + ("OUTFIDEL", &["outfield"]), + ("COMPLYS", &["complies"]), + ("FRUITIN", &["fruition"]), + ("STATTERED", &["scattered"]), + ("TRIVALLY", &["trivially"]), + ("INTEREPOLATE", &["interpolate"]), + ("SUPERFULOUS", &["superfluous"]), + ("VULNERARBLE", &["vulnerable"]), + ("INSCPETING", &["inspecting"]), + ("ENVIONMENTAL", &["environmental"]), + ("ALRTEADY", &["already"]), + ("ENCHANCEMENTS", &["enhancements", "enchantments"]), + ("ACQUIANTENCE", &["acquaintance"]), + ("OPERANDES", &["operands"]), + ("CURSADE", &["crusade"]), + ("SHIFTEER", &["shifter"]), + ("ALGOPRITHM", &["algorithm"]), + ("COMRADETS", &["comrades"]), + ("SPESIFICATIONS", &["specifications"]), + ("PACKKAGING", &["packaging"]), + ("ACCORDIND", &["according"]), + ("FOLLIWERS", &["followers"]), + ("BIZARELY", &["bizarrely"]), + ("OPULATES", &["populates", "opiates"]), + ("ATTITIONAL", &["additional"]), + ("PROHIBTS", &["prohibits"]), + ("JUSTIFICATIVOS", &["justifications"]), + ("APROOVED", &["approved"]), + ("DESRCIPTION", &["description"]), + ("ANORMALY", &["abnormally"]), + ("NEIGHBOURGH", &["neighbour"]), + ("SPEFICILLEIS", &["specifies"]), + ("MATERAIALS", &["materials"]), + ("INSIPRE", &["inspire"]), + ("CONSEATED", &["conceited"]), + ("QUEING", &["queuing"]), + ("DEBOUCED", &["debounced"]), + ("TEMPORARELY", &["temporarily"]), + ("CONIRM", &["confirm"]), + ("PENNINSULAS", &["peninsulas"]), + ("DURRING", &["during"]), + ("PRODUCITON", &["production"]), + ("INSLUATED", &["insulated"]), + ("USPTART", &["upstart"]), + ("PEUSDO", &["pseudo"]), + ("HOSTHOT", &["hotshot"]), + ("STRUCTORED", &["structured"]), + ("APLYED", &["applied"]), + ("DECIEDE", &["decide"]), + ("IMPLEMTENTATION", &["implementation"]), + ("ENDPINT", &["endpoint"]), + ("UNDERGARD", &["undergrad"]), + ("BENEFITICAL", &["beneficial"]), + ("PROLETARIAAT", &["proletariat"]), + ("MARSHMALLONS", &["marshmallows"]), + ("REPERESENTING", &["representing"]), + ("ALTAS", &["atlas"]), + ("EXLICIT", &["explicit"]), + ("REAPPEARES", &["reappears"]), + ("KINDAPPED", &["kidnapped"]), + ("DISINGUISH", &["distinguish"]), + ("VUNLERABLE", &["vulnerable"]), + ("ENCYCLOPEEDIA", &["encyclopedia"]), + ("EVLUATOR", &["evaluator"]), + ("IMPLEMENTATON", &["implementation"]), + ("REARELY", &["rarely"]), + ("RELAIVE", &["relative"]), + ("GENERALBS", &["generals"]), + ("SATISFACORY", &["satisfactory"]), + ("CONPLIMENTING", &["complimenting"]), + ("REGUALR", &["regular"]), + ("MUTATIN", &["mutation"]), + ("ESPACIALLY", &["especially"]), + ("PASSVIES", &["passives"]), + ("NEGOTATIATING", &["negotiating"]), + ("SECRELTY", &["secretly"]), + ("WORKPACE", &["workspace"]), + ("TRIPTICKES", &["triptychs"]), + ("FOLLWONG", &["following"]), + ("DECIPTING", &["depicting"]), + ("AVAILALBLE", &["available"]), + ("REARRANGMENT", &["rearrangement"]), + ("REFENCE", &["reference"]), + ("FIGURATIVLEY", &["figuratively"]), + ("ASSIGNENMENTES", &["assignments"]), + ("INTSALLS", &["installs"]), + ("OUTCALSSED", &["outclassed"]), + ("BREATHTAKNG", &["breathtaking"]), + ("QUALIFIIES", &["qualifiers"]), + ("REARRANGMENTS", &["rearrangements"]), + ("THIUNK", &["think"]), + ("SYMPHATIZER", &["sympathizers"]), + ("TOGGGLE", &["toggle"]), + ("DIPATCH", &["dispatch"]), + ("KOW", &["know"]), + ("UNPACKE", &["unpacked"]), + ("LITTLEFINER", &["littlefinger"]), + ("TRAVERCED", &["traversed"]), + ("DECRESE", &["decrease"]), + ("FOLOWWONG", &["following"]), + ("CODEPOITN", &["codepoint"]), + ("QUANLIFIED", &["qualified", "quantified"]), + ("PROBLIMATIC", &["problematic"]), + ("BLANKETTS", &["blankets"]), + ("DOWNLAODS", &["downloads"]), + ("DECLARTATORS", &["declarators"]), + ("MARTAIL", &["martial"]), + ("UDNERDOG", &["underdog"]), + ("CHEKCMATE", &["checkmate"]), + ("FREQENCY", &["frequency"]), + ("CONFINGURATION", &["configuration"]), + ("SUPPLAMENTAL", &["supplemental"]), + ("PROPROTIES", &["properties"]), + ("NEGOTITOR", &["negotiator"]), + ("DISABILITILES", &["disabilities"]), + ("EXPERIMINTED", &["experimented"]), + ("OCCUPANCE", &["occupancy"]), + ("SACRASM", &["sarcasm"]), + ("SUBLE", &["subtle"]), + ("HISTORI", &["history", "historic"]), + ("OVERRWRITTEN", &["overwritten"]), + ("AUTOCOREECT", &["autocorrect"]), + ("ALLCOATION", &["allocation"]), + ("KEYOWRD", &["keyword"]), + ("PROZESS", &["process"]), + ("FAMILAIR", &["familiar"]), + ("DYSFUNCTIONNAL", &["dysfunctional"]), + ("FORUMLATE", &["formulate"]), + ("CONFRIMATIONS", &["confirmations"]), + ("SUCCSESSFULL", &["successful"]), + ("SIMILTANEOUSLY", &["simultaneously"]), + ("DISSOLE", &["dissolve"]), + ("CONTENTES", &["contents"]), + ("IMPORVING", &["improving"]), + ("SPEZIFY", &["specify"]), + ("OVERSUBSCIRBE", &["oversubscribe"]), + ("EXAHUSTING", &["exhausting"]), + ("SECURLY", &["securely"]), + ("DISQUSTINGLY", &["disgustingly"]), + ("LIKEWIS", &["likewise"]), + ("LIBERTANIA", &["libertarians"]), + ("INPSIRING", &["inspiring"]), + ("ENLCAVE", &["enclave"]), + ("AMOUTN", &["amount"]), + ("HIGHLANE", &["highlander"]), + ("MANAGMENET", &["management"]), + ("OULTINER", &["outliner"]), + ("TRANSPERENT", &["transparent"]), + ("COALESS", &["coalesce"]), + ("CERIMONIES", &["ceremonies"]), + ("ENTERPRICE", &["enterprise"]), + ("FLOPPYIES", &["floppies"]), + ("VITRUAL", &["virtual"]), + ("ONATRIO", &["ontario"]), + ("NUSANCE", &["nuisance"]), + ("INCOPERATES", &["incorporates"]), + ("CRITISICE", &["criticise"]), + ("UNINITERESTING", &["uninteresting"]), + ("NEGOTICATOR", &["negotiator"]), + ("PALTFORM", &["platform"]), + ("MALICIUSLY", &["maliciously"]), + ("SLOUGHTERING", &["slaughtering"]), + ("UNSPEFICEID", &["unspecified"]), + ("ENUMEARATION", &["enumeration"]), + ("DEPENDNECY", &["dependency"]), + ("RENOSANCE", &["renaissance", "resonance"]), + ("TRANSPARENY", &["transparency"]), + ("SLACH", &["slash"]), + ("QUIBIC", &["cubic"]), + ("GOVERNER", &["governor"]), + ("EXPECTAION", &["expectation"]), + ("FRIENDZONDED", &["friendzoned"]), + ("REGENERATIN", &["regeneration"]), + ("UNSOLICATED", &["unsolicited"]), + ("STARD", &["start"]), + ("ARANGED", &["arranged"]), + ("APPENGING", &["appending"]), + ("OVERLORDED", &["overloaded"]), + ("DEREIVATIVE", &["derivative"]), + ("DRAMATICLLY", &["dramatically"]), + ("PRDPAGATION", &["propagation"]), + ("HORICONTAL", &["horizontal"]), + ("ATTACKES", &["attackers"]), + ("BANGALDESH", &["bangladesh"]), + ("CRITICIES", &["criticise"]), + ("GRANDIZING", &["aggrandizing"]), + ("MENSTRUL", &["menstrual"]), + ("REQUESTIED", &["requested"]), + ("BUNJI", &["bungee"]), + ("LITURATURE", &["literature"]), + ("WORKBANCH", &["workbench"]), + ("CUSTONISED", &["customised"]), + ("PRECONDITON", &["precondition"]), + ("UNINTERISTING", &["uninteresting"]), + ("REKATIVE", &["relative"]), + ("BRONCOES", &["broncos"]), + ("COUNDED", &["counted"]), + ("PARTICIPENTS", &["participants"]), + ("TRANSCOCDING", &["transcoding"]), + ("DRIVEABLE", &["drivable"]), + ("RESPECTUOS", &["respects"]), + ("INHUMAAN", &["inhuman"]), + ("ATTMPT", &["attempt"]), + ("JUGGERANUT", &["juggernaut"]), + ("ARISTOLTE", &["aristotle"]), + ("ALGORITHYMS", &["algorithm"]), + ("LOCKSCREEEN", &["lockscreen"]), + ("COMPAGNY", &["company"]), + ("TEMPERMEANT", &["temperament"]), + ("CORDUMP", &["coredump"]), + ("INTERPRETATING", &["interpretation"]), + ("PLAYGERIZE", &["plagiarize"]), + ("FORCIBLLY", &["forcibly"]), + ("EXERCISEING", &["exercising"]), + ("MECERNARIES", &["mercenaries"]), + ("HERMERTIC", &["hermetic"]), + ("INDONESEAN", &["indonesian"]), + ("SCROIPTS", &["scripts"]), + ("HEMISHPERES", &["hemisphere", "hemispheres"]), + ("UNSPEFEID", &["unspecified"]), + ("REMINISENTKY", &["reminiscently"]), + ("SYNCHONIZE", &["synchronize"]), + ("DOWNGRADEI", &["downgrade"]), + ("ONTAINING", &["containing"]), + ("VIRUTALISATION", &["virtualisation"]), + ("TRANSFERRRING", &["transferring"]), + ("RESTOREABLE", &["restorable"]), + ("RESERACHERS", &["researchers"]), + ("DIFFERENCESS", &["differences"]), + ("BRITENERS", &["brighteners"]), + ("IMMERSIE", &["immerse"]), + ("LENINENT", &["lenient"]), + ("PROBABE", &["probable"]), + ("INHERRITED", &["inherited"]), + ("SINGELARITY", &["singularity"]), + ("FURANCE", &["furnace"]), + ("SOTWARE", &["software"]), + ("REACTIONAIR", &["reactionary"]), + ("STRARTS", &["starts"]), + ("IRREGULIERTIES", &["irregularities"]), + ("RESSEMLE", &["resemble"]), + ("ENMVIRONMENT", &["environment"]), + ("BACKGROND", &["background"]), + ("PROBLEMAS", &["problems"]), + ("DISPAY", &["display"]), + ("ASSCII", &["ascii"]), + ("MUNNICIPALITY", &["municipality"]), + ("IDENTIFITERS", &["identifier"]), + ("FUNCTIONNAL", &["functional"]), + ("DISONNECTED", &["disconnected"]), + ("TRAVERCE", &["traverse"]), + ("DOUBLERIFT", &["doublelift"]), + ("FLAKYNESS", &["flakiness"]), + ("EFEL", &["evil"]), + ("THROUGHTOUT", &["throughout"]), + ("UNICDE", &["unicode"]), + ("RECOURCING", &["resourcing"]), + ("DELIVERD", &["delivered"]), + ("EXCHNAGES", &["exchanges"]), + ("MANUFACTURERED", &["manufactured"]), + ("TEAMPSEAK", &["teamspeak"]), + ("DERTERMING", &["determining"]), + ("COMRESSED", &["compressed"]), + ("OVERRITTEN", &["overwritten"]), + ("CLAME", &["claim"]), + ("DISSAPOONTED", &["disappointed"]), + ("COMMERCIALES", &["commercials"]), + ("ALAREADY", &["already"]), + ("CONSEVIBLE", &["conceivable"]), + ("MIGRANTES", &["migrants"]), + ("FUNCTIONNALITY", &["functionality"]), + ("TRAVERING", &["traversing"]), + ("ADJUSTABE", &["adjustable"]), + ("EXCECT", &["except", "expect"]), + ("CRITIZIZING", &["criticizing"]), + ("CONVENIANT", &["convenient"]), + ("DISTNACES", &["distances"]), + ("ALLIGNMENTERROR", &["alignmenterror"]), + ("PREPATE", &["prepare"]), + ("ENDIANESSE", &["endianness"]), + ("SUFFICENTLY", &["sufficiently"]), + ("ALOGNED", &["aligned"]), + ("GLICTHY", &["glitchy"]), + ("INTERPRETET", &["interpreted"]), + ("NEGIOTATE", &["negotiate"]), + ("AVAIALBALE", &["available"]), + ("CLIAM", &["claim"]), + ("INTERLEAED", &["interleaved"]), + ("CHROMASOME", &["chromosome"]), + ("STADIUS", &["stadiums"]), + ("STIFFNEING", &["stiffening"]), + ("ESTONIYA", &["estonia"]), + ("ENTERRING", &["entering"]), + ("SERVIEC", &["service"]), + ("STUPIDITIY", &["stupidity"]), + ("NEGOTITAES", &["negotiates"]), + ("DISASSMEBLED", &["disassembled"]), + ("BENELOVENT", &["benevolent"]), + ("INVERVENTION", &["intervention"]), + ("ALGORTHMICALLY", &["algorithmically"]), + ("DECSCRIPTION", &["description"]), + ("COMPLIACTED", &["complicate"]), + ("MARINERIS", &["mariners"]), + ("SURROGAGE", &["surrogate"]), + ("SPASHED", &["splashed"]), + ("PHONETICLY", &["phonetically"]), + ("GEENRATE", &["generate"]), + ("SERAILZIED", &["serialized"]), + ("RIDICILOUSNESS", &["ridiculousness"]), + ("TEMPRARAY", &["temporary"]), + ("PRINCLIPLE", &["principle"]), + ("PACAGE", &["package"]), + ("ABSOULTELY", &["absolutely"]), + ("RADIAOCTIVE", &["radioactive"]), + ("COMFORTABLEY", &["comfortably"]), + ("SEPERATION", &["separation"]), + ("CAUCASION", &["caucasian"]), + ("RECIPETS", &["recipes"]), + ("GUARNTEE", &["guarantee"]), + ("VISIBLITIES", &["visibilities"]), + ("ZOOKEENEI", &["zucchinis"]), + ("CHANNL", &["channel"]), + ("TUTORIEL", &["tutorial"]), + ("POTENTITAL", &["potential"]), + ("PSYCHEDILIC", &["psychedelic"]), + ("PYSCHOTIC", &["psychotic"]), + ("REASSINGING", &["reassigning"]), + ("PAYLOOD", &["payload"]), + ("DUMPLICATES", &["duplicates"]), + ("NEGOTATES", &["negotiates"]), + ("SNYTHETIC", &["synthetic"]), + ("TRANSOHOBIC", &["transphobic"]), + ("REPUGLICAN", &["republican"]), + ("CONSTTRUCTION", &["construction"]), + ("ANNHILIATION", &["annihilation"]), + ("REGUARDLESS", &["regardless"]), + ("TERMNINAL", &["terminal"]), + ("TIMETAMP", &["timestamp"]), + ("CIRCUMSICED", &["circumcised"]), + ("ABIZMAL", &["abysmal"]), + ("UNQOUTED", &["unquoted"]), + ("TERMPLATED", &["templated"]), + ("CUSTOMABLE", &["customizable"]), + ("INSTABCE", &["instance"]), + ("COMPADIBLE", &["compatible"]), + ("INFLUENCIAL", &["influential"]), + ("PHISOSOPHY", &["philosophy"]), + ("ANALYSTES", &["analysts"]), + ("AUTHENDICATES", &["authenticates"]), + ("DETERMINSM", &["determinism"]), + ("ASSOTIATED", &["associated"]), + ("HARDOCDE", &["hardcode"]), + ("MININOS", &["minions"]), + ("ENETITY", &["entity"]), + ("STREAMINING", &["streaming"]), + ("ADMITED", &["admitted"]), + ("FIEL", &["feel", "field", "file", "phial"]), + ("AFTERTHOUGTH", &["afterthought"]), + ("PHARMASEUDICAL", &["pharmaceutical"]), + ("COULOUR", &["colour"]), + ("CEREMONE", &["ceremonies"]), + ("OPEATRORS", &["operators"]), + ("RESOLUTONS", &["resolutions"]), + ("ORTHOGNALLY", &["orthogonally"]), + ("OVERENGENEER", &["overengineer"]), + ("CONFIRMAED", &["confirmed"]), + ("MATTERNS", &["matters", "patterns"]), + ("DEVIRUTALIZED", &["devirtualized"]), + ("NOTHIN", &["nothing"]), + ("SKETCHEY", &["sketchy"]), + ("RATATUI", &["ratatouille"]), + ("SOMETHINGEST", &["somethings"]), + ("REDISTRIBUITO", &["redistribution"]), + ("ALOGRITHM", &["algorithm"]), + ("BALUE", &["blue", "value"]), + ("REBULIT", &["rebuilt"]), + ("KIYACKED", &["kayaked"]), + ("INSTERESTED", &["interested"]), + ("VERTIECE", &["vertex"]), + ("CHECKSTUM", &["checksum"]), + ("RECOMMENDORS", &["recommends"]), + ("BOTHS", &["both"]), + ("CABINES", &["cabinets"]), + ("SQUIRRTLE", &["squirrel"]), + ("CHOCOLATS", &["chocolates"]), + ("WARNININGS", &["warnings"]), + ("COMPLETIN", &["completion"]), + ("MINNESOTTA", &["minnesota"]), + ("SCANDANIVIAN", &["scandinavian"]), + ("UNFORTUNATLY", &["unfortunately"]), + ("FULLETS", &["fullest"]), + ("SACRAFICE", &["sacrifice"]), + ("NATIONALISTIES", &["nationalists"]), + ("ENCHANCMENTS", &["enchantments"]), + ("PERTUBATIONS", &["perturbations"]), + ("DEALINE", &["deadline"]), + ("BITFILELDS", &["bitfields"]), + ("FALLTROUGH", &["fallthrough"]), + ("CATAGORIE", &["category", "categories"]), + ("ICREMENTS", &["increments"]), + ("KENREL", &["kernel"]), + ("CHARACTERISICALLY", &["characteristically"]), + ("EMPHAZIED", &["emphasized"]), + ("FURIUOSLY", &["furiously"]), + ("UNVELIEVABLY", &["unbelievably"]), + ("PRESBATERIAN", &["presbyterian"]), + ("EXECTURING", &["executing"]), + ("PORTRARY", &["portray"]), + ("EXPERIMATION", &["experimentation"]), + ("SOPHISTACATED", &["sophisticated"]), + ("PRECENDS", &["precedence"]), + ("CONVERTIBILE", &["convertible"]), + ("TELEPORATION", &["teleportation"]), + ("EXENDED", &["extended"]), + ("CHANCELLER", &["chancellor"]), + ("DESTORYERS", &["destroyers"]), + ("DATATORES", &["datastores"]), + ("BLOHTED", &["bloated"]), + ("SUSEPTABLE", &["susceptible"]), + ("AUTOMATICLE", &["automatically"]), + ("GENRALISATIONS", &["generalisations"]), + ("EXCECTIVE", &["executive"]), + ("TOOTHBURSH", &["toothbrush"]), + ("AMPHETAMENES", &["amphetamines"]), + ("ASSIGH", &["assign"]), + ("INSTTUCTION", &["instruction"]), + ("CROOZER", &["cruiser"]), + ("TEMPORARILLY", &["temporarily"]), + ("ADRESSED", &["addressed"]), + ("OVERRRUN", &["overrun"]), + ("PREFEREABLE", &["preferable"]), + ("MODERNINATIONS", &["modernizations"]), + ("HELICOPTORS", &["helicopters"]), + ("FERMENTAITON", &["fermentation"]), + ("INTERVEENING", &["intervening"]), + ("MARIAGE", &["marriage"]), + ("CODITION", &["condition"]), + ("COALASED", &["coalesced"]), + ("SURGESTS", &["suggests"]), + ("WRECKIGN", &["wrecking"]), + ("DISPLAYES", &["displays", "displayed"]), + ("BOTOSTRAP", &["bootstrap"]), + ("SHANGING", &["changing", "shanking"]), + ("OTPUT", &["output"]), + ("FAIWAYS", &["fairways"]), + ("EDITORES", &["editors"]), + ("ANTHINGS", &["anythings"]), + ("VISUABISES", &["visualises"]), + ("FORGETING", &["forgetting"]), + ("SNOWFLAEK", &["snowflake"]), + ("SAUGHT", &["sought"]), + ("WRAPPEND", &["wrapped"]), + ("INPU", &["input"]), + ("TROUBLESHOOOT", &["troubleshoot"]), + ("GENERALLLY", &["generally"]), + ("SUSPICIOULSY", &["suspiciously"]), + ("REPSRESENTS", &["represents"]), + ("SUCESSFULLY", &["successfully"]), + ("TEAMSPEK", &["teamspeak"]), + ("DIFFICUTL", &["difficult"]), + ("DICTARORSHIP", &["dictatorship"]), + ("THROROUGH", &["thorough"]), + ("SPECTATORES", &["spectators"]), + ("PRIVELEDGED", &["privileged"]), + ("SPEFICITIER", &["specifier"]), + ("EXTESNIONS", &["extensions"]), + ("INTORVERTED", &["introverted"]), + ("CONSTANS", &["constants", "constance", "constant"]), + ("INFORMATIKON", &["information"]), + ("ANIMAITONS", &["animations"]), + ("LITHUANINAN", &["lithuania"]), + ("OVERRIDDABLE", &["overridable"]), + ("CHERNOBLY", &["chernobyl"]), + ("INTTERUPTING", &["interrupting"]), + ("ESSENTIALY", &["essentially"]), + ("REFLECTERS", &["reflects"]), + ("INSTICNTS", &["instincts"]), + ("BALOONS", &["balloons"]), + ("ILLUSTRAITOR", &["illustrator"]), + ("GUESTIMATE", &["guesstimate"]), + ("PAKAGES", &["packages"]), + ("JOSSLE", &["jostle"]), + ("ARBITRITION", &["arbitration"]), + ("THERIPISTS", &["therapists"]), + ("ALGORHYTMS", &["algorithms"]), + ("UNINSTALED", &["uninstalled"]), + ("EXPESSING", &["expressing"]), + ("OBESERVATIONS", &["observations"]), + ("STIP", &["stop", "strip"]), + ("FOUNDAITON", &["foundations"]), + ("HMTL", &["html"]), + ("MODIFCICATION", &["modification"]), + ("MASSOOSE", &["masseuse"]), + ("MISION", &["mission"]), + ("INTERTWYNED", &["intertwined"]), + ("CHANDALEERS", &["chandeliers"]), + ("RESORUSION", &["resolution"]), + ("RENEGOTIOATORS", &["renegotiators"]), + ("FALLABCK", &["fallback"]), + ("DEVIRTUALIZAION", &["devirtualization"]), + ("INSTRUMENTOS", &["instruments"]), + ("DEFFICULT", &["difficult"]), + ("KUBIRCK", &["kubrick"]), + ("LAUGNAGES", &["languages"]), + ("NATIONALIZM", &["nationalism"]), + ("PROFESSINAL", &["professional"]), + ("SUNCONSCIOUS", &["subconscious"]), + ("STRINGET", &["stringent"]), + ("ADEQUATEDLY", &["adequately"]), + ("DEMESTICATED", &["domesticated"]), + ("COLLISITON", &["collusion", "collision"]), + ("DISCOGRPAHY", &["discography"]), + ("POISIONING", &["poisoning"]), + ("SYNTACTS", &["syntax"]), + ("GUARNTED", &["guaranteed"]), + ("BOFERE", &["before"]), + ("ORIENTE", &["oriented"]), + ("PHLEMY", &["phlegmy"]), + ("DEROGATERY", &["derogatory"]), + ("PREMEIRE", &["premiere"]), + ("SIGNITORIES", &["signatories"]), + ("FILESYSTHEMS", &["filesystems"]), + ("MACOR", &["macro"]), + ("REPOSITIORIES", &["repositories"]), + ("CONTENSIOUS", &["contentious"]), + ("DROPABEL", &["droppable"]), + ("DOWLINK", &["downlink"]), + ("ANALZYED", &["analyzed"]), + ("UNCOMMMENTING", &["uncommenting"]), + ("QUARANTENNI", &["quarantine"]), + ("DESCTIVATES", &["deactivates"]), + ("ARITFICIAL", &["artificial"]), + ("ALLWYS", &["always"]), + ("VERFICATION", &["verification"]), + ("CANCELL", &["cancel"]), + ("NONSESNE", &["nonsense"]), + ("SERIVCE", &["service"]), + ("CANONICIED", &["canonified"]), + ("INCORRECLTY", &["incorrectly"]), + ("CONCATENTATED", &["concatenated"]), + ("BRIANWASHED", &["brainwashed"]), + ("NARCISSCISM", &["narcissism"]), + ("ACCESSORT", &["accessor"]), + ("EQUIAVLENT", &["equivalents"]), + ("OCASSIONS", &["occasions"]), + ("POSSESIVES", &["possessive"]), + ("INFORMTAION", &["information"]), + ("DELIBERY", &["delivery"]), + ("DEVISION", &["division"]), + ("CERTAINY", &["certainty"]), + ("NOTHINGSNESS", &["nothingness"]), + ("ASBURDLY", &["absurdly"]), + ("STREACHING", &["stretching"]), + ("DEGRADS", &["degrades"]), + ("SHOULDBE", &["should"]), + ("THANKFULL", &["thankful"]), + ("FUNCTIONNING", &["functioning"]), + ("FABIRCATION", &["fabrication"]), + ("RENEGOTIONABLE", &["renegotiable"]), + ("CONINUOUS", &["continuous"]), + ("SOCIOPATS", &["sociopaths"]), + ("IGNROED", &["ignored"]), + ("INSTERSCTION", &["intersection"]), + ("REUQESTS", &["requests"]), + ("UNFORTUANTELY", &["unfortunately"]), + ("ENTHUSIAISTS", &["enthusiasts"]), + ("REHABILITATIN", &["rehabilitation"]), + ("COLLLAPSES", &["collapses"]), + ("SPEZIFIED", &["specified"]), + ("MANIFASTATION", &["manifestation"]), + ("CYMPTUMS", &["symptoms"]), + ("MANGMENT", &["management"]), + ("AUXILLIARIES", &["auxiliaries"]), + ("DATEIME", &["datetime"]), + ("VERLY", &["very"]), + ("EQUIVLANETS", &["equivalents"]), + ("GEOMTRIES", &["geometries"]), + ("ATTRIBUITES", &["attributes"]), + ("NEIGHOURHOODS", &["neighbourhoods"]), + ("DEVIVE", &["device"]), + ("CONFORTABLE", &["comfortable"]), + ("AUTHENCIATION", &["authentication"]), + ("MATERAL", &["material"]), + ("MOUNRING", &["mourning"]), + ("BETWEN", &["between"]), + ("PUBLLISHER", &["publisher"]), + ("OUBLISHER", &["publisher"]), + ("ANALSYED", &["analysed"]), + ("REINTEPRETED", &["reinterpreted"]), + ("JUDGEMET", &["judgements"]), + ("SPECEFIES", &["specifies"]), + ("CONTET", &["contest", "content", "context"]), + ("OFFISIONADOS", &["aficionados"]), + ("APPAREANCE", &["appearance"]), + ("CROSSHAR", &["crosshair"]), + ("REACAHABLE", &["reachable"]), + ("ABUSRDITY", &["absurdity"]), + ("FRAGMENETED", &["fragmented"]), + ("CONSLUTANTS", &["consultant"]), + ("NOMBERING", &["numbering"]), + ("RESEMBLENCE", &["resemblance"]), + ("OVERHEARDS", &["overhead"]), + ("PROMOTIONNAL", &["promotional"]), + ("DISTRIBUYE", &["distribute"]), + ("EVALUATAIONS", &["evaluations"]), + ("FURNETURE", &["furniture"]), + ("CONFIGUARTIONS", &["configurations"]), + ("TRANSFROMATIONS", &["transformations"]), + ("MDIFIES", &["modifies"]), + ("ALLIVIATE", &["alleviate"]), + ("EXPANDES", &["expands"]), + ("MISSTAKEN", &["mistaken"]), + ("DEMAMD", &["demand"]), + ("RECGONIZED", &["recognized"]), + ("STARTEGIES", &["strategies"]), + ("OFFFENSES", &["offenses"]), + ("MASTURBAE", &["masturbated"]), + ("ENDANGERD", &["endangered"]), + ("ACCOMPAINED", &["accompanied"]), + ("PROPERTISE", &["properties"]), + ("VASSLAS", &["vassals"]), + ("CONTARY", &["contrary"]), + ("CONSEUTIVE", &["consecutive"]), + ("OVEFLOWS", &["overflows"]), + ("ANIALATED", &["annihilated"]), + ("SETTIGN", &["setting"]), + ("BREASTFEEING", &["breastfeeding"]), + ("MIDFIEDLER", &["midfielder"]), + ("ACCOMPAGNYING", &["accompanying"]), + ("SPEFIXATIONS", &["specifications"]), + ("ISLOATE", &["isolate"]), + ("FUNXTIONAL", &["functional"]), + ("STUENTS", &["students"]), + ("RECONENCTS", &["reconnects"]), + ("CURVATRUE", &["curvature"]), + ("ATMOPSHERE", &["atmosphere"]), + ("PHILISOPHERS", &["philosophers"]), + ("DICTIONRY", &["dictionary"]), + ("AHTLETES", &["athletes"]), + ("BULT", &["built"]), + ("MODDELED", &["modeled"]), + ("NEGLIGENTE", &["negligence"]), + ("GRAHPICAL", &["graphical"]), + ("DESRIPTIONS", &["descriptions"]), + ("DEFINITLRY", &["definitely"]), + ("VULNEARBUILITY", &["vulnerability"]), + ("UNRESOLVEABLE", &["unresolvable"]), + ("EXECUTIONEER", &["executioner"]), + ("RESOTRES", &["restores"]), + ("COMAPTIBELITY", &["compatibility"]), + ("NOSTAGLIA", &["nostalgia"]), + ("ANEEL", &["anneal"]), + ("TRANSLASTION", &["translations"]), + ("STRART", &["start"]), + ("SILOWET", &["silhouette"]), + ("ANALYSENS", &["analyses"]), + ("AQUIESSING", &["acquiescing"]), + ("ELECTRODAN", &["electron"]), + ("VULBERABUILTY", &["vulnerability"]), + ("TOLORANT", &["tolerant"]), + ("EMULTOR", &["emulator"]), + ("BORDEOM", &["boredom"]), + ("ARRANGMENTS", &["arrangements"]), + ("INVESTIGATIVOS", &["investigations"]), + ("UPAGRADED", &["upgraded"]), + ("ANWSER", &["answer"]), + ("MANANGER", &["manager"]), + ("SYCLIC", &["cyclic", "psychic"]), + ("MAINTAINTS", &["maintains"]), + ("PRETENS", &["pretends"]), + ("SCHOLARHSIPS", &["scholarships"]), + ("SUSTAINABILTIY", &["sustainability"]), + ("OUTUT", &["output"]), + ("FACILLITIES", &["facilities"]), + ("KEYSTOKES", &["keystrokes"]), + ("EXPALINED", &["explained"]), + ("PHOTOGRPAHERS", &["photographers"]), + ("REDIFINE", &["redefine"]), + ("SUPOORTS", &["supports"]), + ("STUBBS", &["stubs"]), + ("LIGHTROOOM", &["lightroom"]), + ("TRUW", &["true"]), + ("COUTERMEASURES", &["countermeasures"]), + ("DUNGEONESS", &["dungeons"]), + ("PARALLALIZED", &["parallelized"]), + ("WILLL", &["will"]), + ("FOLER", &["folder"]), + ("ENVIORONMENTS", &["environments"]), + ("TRALS", &["trails", "trials"]), + ("INTEFERE", &["interfere"]), + ("CATASTROPE", &["catastrophe"]), + ("KIDNAPPPING", &["kidnapping"]), + ("BEHAIVOUR", &["behaviour"]), + ("DOMAINATE", &["dominate"]), + ("LISTENTS", &["listens"]), + ("ISNTANCES", &["instances"]), + ("DEBUGGINF", &["debugging"]), + ("INTUITIVELLY", &["intuitively"]), + ("AUTONEGOSIATIONS", &["autonegotiations"]), + ("CONFIR", &["confirm"]), + ("SCRUTINEY", &["scrutiny"]), + ("AUSTRAILAN", &["australian"]), + ("EXEMPLES", &["examples"]), + ("DIAHRREA", &["diarrhea"]), + ("UNAPPEALLING", &["unappealing"]), + ("IMMOBILIER", &["immobile"]), + ("MODUEL", &["module"]), + ("ENTRIE", &["entry", "entries"]), + ("STRAWBURRY", &["strawberry"]), + ("UNECHECKED", &["unchecked"]), + ("SUCCCESSULLY", &["successfully"]), + ("TRAVEERSED", &["traversed"]), + ("PERVERSLEY", &["perverse"]), + ("MATHEMATICAN", &["mathematician"]), + ("PREPETUATES", &["perpetuates"]), + ("CALIGRAPHY", &["calligraphy"]), + ("APPRENTISE", &["apprentice"]), + ("PHYSICITS", &["physicist"]), + ("PROMPS", &["prompts"]), + ("ASSOCIATEED", &["associated"]), + ("ABSENSES", &["absences"]), + ("DEFENDERNOS", &["defenders"]), + ("ANNOYENCES", &["annoyances"]), + ("REPEARABLE", &["repeatable"]), + ("UNPREPARRED", &["unprepared"]), + ("CALCUTATE", &["calculate"]), + ("SHCOOL", &["school"]), + ("CHIZELLE", &["chisel"]), + ("AACTUAL", &["actual"]), + ("IMPRESSIN", &["impressions"]), + ("SEPEARATED", &["separated"]), + ("REGRESAS", &["regress"]), + ("PLACEHOLDE", &["placeholder"]), + ("REFFERR", &["refer"]), + ("EXPLOITATIE", &["exploitative"]), + ("IMPROVISHED", &["improvised"]), + ("VIETNAMIESE", &["vietnamese"]), + ("CATEGOGICAL", &["categorical"]), + ("LAYOUR", &["layout"]), + ("IDEMPONTENT", &["idempotent"]), + ("PERCENTANGE", &["percentage"]), + ("CHASR", &["chaser", "chase"]), + ("GGOGLE", &["goggle", "google"]), + ("DISCUSSIN", &["discussion"]), + ("TRANSPARANTLY", &["transparently"]), + ("RICKOSHAYS", &["ricochets"]), + ("EQUILVALENTLY", &["equivalently"]), + ("RESURCING", &["resourcing"]), + ("MATERIALSM", &["materialism"]), + ("SCULPTERS", &["sculptors", "sculptures"]), + ("FINTIE", &["finite"]), + ("PESITCIDES", &["pesticides"]), + ("ALCOHOLISIM", &["alcoholism"]), + ("SENARREOS", &["scenarios"]), + ("INHERTING", &["inheriting"]), + ("DRAKEST", &["darkest"]), + ("DEVOLOPEMENT", &["development"]), + ("CRETES", &["creates", "crates"]), + ("CHISIL", &["chisel"]), + ("PRECONCEIEVED", &["preconceived"]), + ("COMAPRING", &["comparing"]), + ("ATMOPSHERIC", &["atmospheric"]), + ("COHERANCE", &["coherence"]), + ("OTHERWORDLY", &["otherworldly"]), + ("OUTWEIGHT", &["outweigh"]), + ("TYHAT", &["that"]), + ("COMMPLETION", &["completion"]), + ("PAVILLIONS", &["pavilions"]), + ("BOUNHDARIES", &["boundaries"]), + ("MANIUPLATING", &["manipulating"]), + ("PRECISON", &["precision"]), + ("PARAGAPH", &["paragraph"]), + ("AMEELARATIVE", &["ameliorative"]), + ("TRANSPORTION", &["transporting"]), + ("ACCONTANT", &["accountant"]), + ("FRANCHINES", &["franchises"]), + ("DENSLEY", &["densely"]), + ("ESPEICALLY", &["especially"]), + ("MEDIAVEL", &["medieval"]), + ("DISTRUBED", &["disturbed"]), + ("CTHULHLU", &["cthulhu"]), + ("SUBEXPERSSION", &["subexpression"]), + ("APOLIGETIC", &["apologetic"]), + ("EXPELLS", &["expels"]), + ("IMPELEMENTATION", &["implementation"]), + ("BINAIRY", &["binary"]), + ("PHONGRAPH", &["phonograph"]), + ("UNSUBSRIBE", &["unsubscribe"]), + ("SERIOUSALLY", &["seriously"]), + ("RETRUNED", &["returned"]), + ("COSOLATION", &["consolation"]), + ("POTRAIT", &["portrait"]), + ("ACKNOWLEGDED", &["acknowledged"]), + ("LANGIAGES", &["languages"]), + ("HEURISTC", &["heuristic"]), + ("GAURANTEED", &["guaranteed"]), + ("DISSCONNECT", &["disconnect"]), + ("DECENDENTANT", &["descendant"]), + ("PURCHACE", &["purchase"]), + ("CONTERSINK", &["countersink"]), + ("POTENCIAL", &["potential"]), + ("RSOURCES", &["resources", "sources"]), + ("SEQUENCESS", &["sequences"]), + ("ORDED", &["ordered"]), + ("ARTIFACTOS", &["artifacts"]), + ("COMPRESORES", &["compressor"]), + ("TRANSIEVER", &["transceiver"]), + ("APPOINTMET", &["appointments"]), + ("ANULL", &["annul"]), + ("ALCEHMIST", &["alchemist"]), + ("PRINCIPLAITY", &["principality"]), + ("DESCREPTIONS", &["descriptions"]), + ("TRASNMITTED", &["transmitted"]), + ("COMECTED", &["connected"]), + ("APROXIMATION", &["approximation"]), + ("SCIENCERS", &["sciences"]), + ("ITERATIORS", &["iterators"]), + ("EXPIRIED", &["expired"]), + ("DEFENDEERS", &["defender"]), + ("RENEGOTITIONS", &["renegotiations"]), + ("APPRORPRIATE", &["appropriate"]), + ("EXECTUIONERS", &["executioner"]), + ("TEMPREATURES", &["temperatures"]), + ("CILINDERS", &["cylinders"]), + ("INTEGATIONS", &["integrations"]), + ("GINGAM", &["gingham"]), + ("REINITALISE", &["reinitialise"]), + ("UNCESNORED", &["uncensored"]), + ("MATERILISM", &["materialism"]), + ("DEFINITONS", &["definitions"]), + ("CONSTENCY", &["consistency"]), + ("MINMAL", &["minimal"]), + ("PENGUIS", &["penguins"]), + ("SPECTACULAIRE", &["spectacular"]), + ("ARTIFACTIG", &["artifacting"]), + ("TROLLADE", &["trolled"]), + ("CATACLISM", &["cataclysm"]), + ("ANSAMBLES", &["ensembles"]), + ("REGAURDING", &["regarding"]), + ("UNSUBSCRIVE", &["unsubscribe"]), + ("INCOMPITABLE", &["incompatible"]), + ("GRUOPD", &["grouped"]), + ("INTRODICED", &["introduced"]), + ("COLECTORS", &["collectors"]), + ("EPSIODE", &["episode"]), + ("COLOUMS", &["columns"]), + ("EXAPLAINS", &["explains"]), + ("APPORACHED", &["approached"]), + ("BETWWEEN", &["between"]), + ("BRANCK", &["branch"]), + ("EFFICENTLY", &["efficiently"]), + ("LABORATOY", &["laboratory"]), + ("REPSOND", &["respond"]), + ("DEPRETIATE", &["depreciate", "deprecate"]), + ("INDICENCE", &["incidence"]), + ("DIFERENCE", &["difference"]), + ("PHARMASEUDICALY", &["pharmaceutical"]), + ("WIHICH", &["which"]), + ("CONFUE", &["confuse"]), + ("WIH", &["with"]), + ("PRPOSED", &["proposed"]), + ("OBVIOSULY", &["obviously"]), + ("VISIOUS", &["vicious"]), + ("EIN", &["in"]), + ("LIGH", &["light", "lie", "lye"]), + ("SIGNATUR", &["signature"]), + ("SYSTMS", &["systems"]), + ("VOYOURISTIC", &["voyeuristic"]), + ("MANIPUTE", &["manipulate"]), + ("PERFERENCES", &["preferences"]), + ("ANARQUISM", &["anarchism"]), + ("FASLELY", &["falsely"]), + ("THUNDEBIRD", &["thunderbird"]), + ("CALLLERS", &["callers"]), + ("CPULD", &["could"]), + ("OBUSING", &["abusing"]), + ("DISPESNARY", &["dispensary"]), + ("TRANSMISSABLE", &["transmissible"]), + ("DESCRIPTERS", &["descriptors"]), + ("SPEFICILLICATIONS", &["specifications"]), + ("PEASEFULLY", &["peacefully"]), + ("CONTENGENCY", &["contingency"]), + ("TRANLATED", &["translated"]), + ("PROVINCIAE", &["province"]), + ("POSSOBLY", &["possibly"]), + ("RESULTIONS", &["resolutions"]), + ("PORIFERAL", &["peripheral"]), + ("CHECKSTUMMING", &["checksumming"]), + ("NASTURSHEMS", &["nasturtiums"]), + ("INTURRUPTING", &["interrupting"]), + ("MOSNTER", &["monster"]), + ("VALIDITIY", &["validity"]), + ("ACCEPTENCE", &["acceptance"]), + ("COODINATES", &["coordinates"]), + ("RETIGGER", &["retrigger"]), + ("VERBALY", &["verbally"]), + ("CONFUSSION", &["confession"]), + ("ASSER", &["assert"]), + ("SCETCH", &["sketch"]), + ("SATISFACION", &["satisfaction"]), + ("PERICINGS", &["piercings"]), + ("OWERVRITES", &["overwrites"]), + ("ENETERS", &["enters"]), + ("ENGIENEERS", &["engineers"]), + ("PLACEEMNTS", &["placements"]), + ("UNDENIALBLY", &["undeniably"]), + ("VISIBALE", &["visible"]), + ("VISIBILIT", &["visibility"]), + ("SUSEEDER", &["seceder"]), + ("PROCCESOR", &["processor"]), + ("COMMT", &["commit"]), + ("SUPPLEMANT", &["supplemental"]), + ("CUMMAND", &["command"]), + ("VLONES", &["clones"]), + ("RADY", &["ready"]), + ("COLLOCALIZED", &["colocalized"]), + ("DRANKENSTEIN", &["frankenstein"]), + ("UNAFECTED", &["unaffected"]), + ("VAIABLES", &["variables"]), + ("PROBLOMATIC", &["problematic"]), + ("INCOMPATIABILITY", &["incompatibility"]), + ("VERIFCATION", &["verification"]), + ("ACENDED", &["ascended"]), + ("PASSIVS", &["passives"]), + ("KEEALIVE", &["keepalive"]), + ("UNSIGNIFICANT", &["insignificant"]), + ("PROHPET", &["prophet"]), + ("DEPENDECIES", &["dependencies"]), + ("GUNSIINGER", &["gunslinger"]), + ("ENTREPRENEUS", &["entrepreneurs"]), + ("CHARARACTER", &["character"]), + ("FOREGORUND", &["foreground"]), + ("INDEFINETLY", &["indefinitely"]), + ("EXAMIED", &["examined"]), + ("TRANSATION", &["transition", "transaction", "translation"]), + ("SUBTITLTES", &["subtitle"]), + ("INDIPENDENT", &["independent"]), + ("COPORATE", &["corporate"]), + ("THOUGTH", &["thought"]), + ("GOVEREND", &["governed"]), + ("CONSULTATI", &["consultant"]), + ("LASAGNIA", &["lasagna"]), + ("TOOKITS", &["toolkits"]), + ("GENUINLEY", &["genuinely"]), + ("PRESUMELY", &["presumably"]), + ("PROVOCITIVE", &["provocative"]), + ("COMANNDS", &["commands"]), + ("IMPROBABIL", &["improbable"]), + ("UNBLCOK", &["unblock"]), + ("ARBIRTRARILY", &["arbitrarily"]), + ("SARGEANT", &["sergeant"]), + ("INITATORS", &["initiators", "imitators"]), + ("CHARACTETISTIC", &["characteristic"]), + ("STAWBERRY", &["strawberry"]), + ("HOSITLITY", &["hostility"]), + ("EELMENT", &["element"]), + ("NORTHWESTEN", &["northwestern"]), + ("DIANOSTIC", &["diagnostic"]), + ("CONVNETIONS", &["conventions"]), + ("TABBLOW", &["tableau"]), + ("RETUNR", &["return", "retune"]), + ("ACCELARATION", &["acceleration"]), + ("INITIALYSE", &["initialise"]), + ("EXCECTEDLY", &["expectedly"]), + ("DUPICATE", &["duplicate"]), + ("RESSTRICTIONS", &["restrictions"]), + ("CONGIFURATION", &["configuration"]), + ("COMPONENET", &["components", "component"]), + ("LEPRACY", &["leprosy"]), + ("CRITERA", &["criteria"]), + ("FACOURS", &["favours"]), + ("JAGUARDS", &["jaguars"]), + ("ARCHETYPUS", &["archetypes"]), + ("MAILFORMED", &["malformed"]), + ("RESTIRES", &["restores"]), + ("ORGINIALLY", &["originally"]), + ("ADDNOS", &["addons"]), + ("COMMPILING", &["compiling"]), + ("CORRECTT", &["correct"]), + ("THYRIOD", &["thyroid"]), + ("RAPELLS", &["rappells"]), + ("SCNADINAVIA", &["scandinavia"]), + ("PARAGRAHPS", &["paragraphs"]), + ("FIELESYSTEM", &["filesystem"]), + ("RETOURNED", &["returned"]), + ("EXPERIMTENALLY", &["experimentally"]), + ("VACCINERAS", &["vaccines"]), + ("DATATGRAMS", &["datagrams"]), + ("MIMATCH", &["mismatch"]), + ("MICROSCOPTIC", &["microscopic"]), + ("PROBLEMES", &["problems"]), + ("ACCESABLE", &["accessible"]), + ("REQISTER", &["register"]), + ("DEFNINITIONS", &["definitions"]), + ("THERSTAT", &["thermostat"]), + ("UNAFFLIATED", &["unaffiliated"]), + ("CONVENTINAL", &["conventional"]), + ("SPEFEID", &["specified"]), + ("DISSAPPEARD", &["disappeared"]), + ("ELIMINTATION", &["elimination"]), + ("PUNDENTS", &["pundits"]), + ("ISNB", &["isbn"]), + ("REGENERACION", &["regeneration"]), + ("APOSTRAFY", &["apostrophe"]), + ("ARCHTYPES", &["archetypes"]), + ("ANNOUCEMENTS", &["announcements"]), + ("INTERLEIIVE", &["interleave"]), + ("AFGAHNISTAN", &["afghanistan"]), + ("ACKNOWLEGMENT", &["acknowledgment"]), + ("DISGIUSED", &["disguised"]), + ("RETRIECES", &["retrieves"]), + ("MODIFCATIONS", &["modifications"]), + ("RENFORCE", &["reinforce"]), + ("PROVICE", &["provide", "province"]), + ("VERIFICATO", &["verification"]), + ("CLEARNANCE", &["clearance"]), + ("COLECTABLE", &["collectable"]), + ("EXITTS", &["exits"]), + ("BELIEVS", &["believes"]), + ("DISSASTIFIED", &["dissatisfied"]), + ("COMPOSITIED", &["composite"]), + ("LOCAIZES", &["localizes"]), + ("MERCENAIRES", &["mercenaries"]), + ("PHILLIPSES", &["phillies"]), + ("ABSOULDLY", &["absolutely"]), + ("INSTANSIATE", &["instantiate"]), + ("UNPLEASEANT", &["unpleasant"]), + ("AUTOMICLLY", &["automatically"]), + ("CONTRADICTARY", &["contradictory"]), + ("INCORPORARE", &["incorporate"]), + ("NOWNS", &["knowns", "nouns"]), + ("TRAMENDOUSLY", &["tremendously"]), + ("DERMATOLOGYST", &["dermatologist"]), + ("DESCRIMINATES", &["discriminates"]), + ("PRETY", &["pretty"]), + ("FREINDZONED", &["friendzoned"]), + ("INBRASING", &["embracing"]), + ("PERIMETRES", &["perimeters"]), + ("ACCOUNTT", &["accountant"]), + ("SEGMETNS", &["segments"]), + ("SACREFICES", &["sacrifices"]), + ("EXPERIMENTAER", &["experimenter"]), + ("DICRECTORY", &["directory"]), + ("SECONADRY", &["secondary"]), + ("NEWCASTE", &["newcastle"]), + ("AVERGAES", &["averages"]), + ("EXAGGARATE", &["exaggerate"]), + ("DIFFERNET", &["different"]), + ("FATALITITES", &["fatalities"]), + ("PLATOFORM", &["platform"]), + ("PRINICPALS", &["principals"]), + ("AJACENT", &["adjacent"]), + ("COALCENCE", &["coalescence"]), + ("RETRIBUITO", &["retribution"]), + ("GRACEFULY", &["gracefully"]), + ("INDEPENDNENT", &["independent"]), + ("LISTNER", &["listener"]), + ("ACCELERATON", &["acceleration"]), + ("FOLWOIWNG", &["following"]), + ("PROPOTION", &["proportion", "promotion"]), + ("INTRODUCTIORY", &["introductory"]), + ("HARRANGING", &["arranging", "haranguing"]), + ("SETTIINGS", &["settings"]), + ("PROVICIAL", &["provincial"]), + ("KNIW", &["know"]), + ("EXCECTED", &["executed", "expected"]), + ("BACHOLERS", &["bachelors"]), + ("SATSIFACTORY", &["satisfactory"]), + ("IMAPCT", &["impact"]), + ("NEIGBHORS", &["neighbors"]), + ("WISPER", &["whisper"]), + ("PROSTITITES", &["prostitutes"]), + ("INTIALLISATION", &["initialisation"]), + ("WARNINDS", &["warnings"]), + ("HSYTERIA", &["hysteria"]), + ("UPSTERAM", &["upstream"]), + ("PARTICPATING", &["participating"]), + ("DISTRIBUITED", &["distributed"]), + ("BRAISTA", &["barista"]), + ("MANUPULATIONS", &["manipulations"]), + ("INFLUENSES", &["influences"]), + ("IMPERFET", &["imperfect"]), + ("WERIDLY", &["weirdly"]), + ("DERFIEN", &["define"]), + ("NORMALIED", &["normalized"]), + ("SPECIALLTY", &["specially"]), + ("EQUIRE", &["require", "enquire", "equine", "esquire"]), + ("ARTIC", &["arctic"]), + ("APPROXAMATELY", &["approximately"]), + ("REQEUEST", &["request"]), + ("CASSM", &["chasm"]), + ("IAMGES", &["images"]), + ("DEMONSTRAITON", &["demonstrations"]), + ("DISSAPATES", &["dissipates"]), + ("PAINKILLLERS", &["painkillers"]), + ("UPDRAGED", &["upgraded"]), + ("INITALIZING", &["initializing"]), + ("CONNNECTED", &["connected"]), + ("PROTLET", &["portlet"]), + ("REVELANCE", &["relevance"]), + ("ADVERST", &["adverts"]), + ("ASSASIN", &["assassin"]), + ("RELAZATION", &["relaxation"]), + ("AGRICUTLURE", &["agriculture"]), + ("ADVISEER", &["adviser"]), + ("PUNISHIBLE", &["punishable"]), + ("DISSAPOITNED", &["disappointed"]), + ("ASETHETICS", &["aesthetics"]), + ("REFESHED", &["refreshed"]), + ("FAILTURES", &["failures"]), + ("TECHINICAL", &["technical"]), + ("NAVAGATION", &["navigation"]), + ("AGRAVATE", &["aggravate"]), + ("ENGININEERING", &["engineering"]), + ("DIALOUGES", &["dialogues"]), + ("STRUCTUED", &["structured"]), + ("INTOXICATIN", &["intoxication"]), + ("FIANCIAL", &["financial"]), + ("PUBLICHING", &["publishing"]), + ("PIVOTTING", &["pivoting"]), + ("MEMMICKED", &["mimicked"]), + ("HISTORICLY", &["historical"]), + ("INDEFINITILEY", &["indefinitely"]), + ("DISREPRESENTATION", &["misrepresentation"]), + ("POLOCYS", &["policies"]), + ("APPOITNMENTS", &["appointments"]), + ("XODE", &["code", "xcode"]), + ("SUGGUESTIONS", &["suggestions"]), + ("ENTITI", &["entity"]), + ("COMSUMABLE", &["consumable"]), + ("FERTILY", &["fertility"]), + ("EXPROTING", &["exporting"]), + ("LIGHTENTING", &["lightening"]), + ("VALIDING", &["validating"]), + ("VOLUNTAIRY", &["voluntarily"]), + ("QURIED", &["queried"]), + ("CORSSHAIR", &["crosshair"]), + ("ENHENCEMENT", &["enhancement"]), + ("COMMMON", &["common"]), + ("BACKTACKING", &["backpacking"]), + ("RESTAURATION", &["restoration"]), + ("PLAYTHOURGH", &["playthrough"]), + ("PORTAIT", &["portrait"]), + ("SIMPLISTISCH", &["simplistic"]), + ("ACROYNMS", &["acronyms"]), + ("ALLTOGETHER", &["altogether"]), + ("VISITER", &["visitor"]), + ("SOCIALIM", &["socialism"]), + ("DISAPPROUVAL", &["disapproval"]), + ("DIABLING", &["disabling"]), + ("UNCERTAINTLY", &["uncertainty"]), + ("ELEMENS", &["elements"]), + ("RECANGLES", &["rectangles"]), + ("UNLOADINS", &["unloading"]), + ("TREMEMDOUS", &["tremendous"]), + ("CHARAKTERS", &["characters"]), + ("PAIROCHEEL", &["parochial"]), + ("ENBABLE", &["enable"]), + ("FAMILES", &["families"]), + ("MATERLA", &["material"]), + ("CONSUMISTE", &["consumes"]), + ("SYNOPSYS", &["synopsis"]), + ("CONENCTS", &["connects"]), + ("BASLINES", &["baselines"]), + ("VAGUELLY", &["vaguely"]), + ("UNEXEPECTEDLY", &["unexpectedly"]), + ("ADMINISTRER", &["administer"]), + ("ENUMARATED", &["enumerated"]), + ("SECRATERY", &["secretary"]), + ("EXCEDE", &["exceed"]), + ("PRESNTATIONS", &["presentations"]), + ("LOCAISED", &["localised"]), + ("EXAGGARATED", &["exaggerated"]), + ("CONINUATION", &["continuation"]), + ("EXPLIOTATION", &["exploitation"]), + ("SIMMETRICLLY", &["symmetrically"]), + ("INVERIONS", &["inversions"]), + ("MOUSPOINTER", &["mousepointer"]), + ("INVOVLING", &["involving"]), + ("TTO", &["to"]), + ("MENTIONE", &["mentioned"]), + ("TRADDITIONS", &["traditions"]), + ("NASTERSHEM", &["nasturtium"]), + ("REARRANGTES", &["rearranges"]), + ("LANGAGUES", &["languages"]), + ("INQUISITIO", &["inquisitor"]), + ("SETYP", &["setup"]), + ("UNATTANDED", &["unattended"]), + ("TRANSCIPT", &["transcript"]), + ("MULTIPLICATON", &["multiplication"]), + ("ELECTRICTY", &["electricity"]), + ("THSOE", &["those"]), + ("DIFERRENT", &["different"]), + ("METHAPHOR", &["metaphor"]), + ("WARIORS", &["warriors"]), + ("CORREDCT", &["correct"]), + ("BACKROUNDS", &["backgrounds"]), + ("PALYERBASE", &["playerbase"]), + ("MOMNET", &["moment"]), + ("RETARGETTED", &["retargeted"]), + ("UNDERWAGER", &["underwater"]), + ("ARBITRATY", &["arbitrary"]), + ("TOGETEHR", &["together"]), + ("SCHEDULUING", &["scheduling"]), + ("SOPUND", &["sound"]), + ("SENTIMANT", &["sentimental"]), + ("SLOOTHED", &["sleuthing"]), + ("CONFIRMEED", &["confirmed"]), + ("INFININTE", &["infinite"]), + ("CHANDALIER", &["chandelier"]), + ("ADDRESSS", &["address"]), + ("CAHRS", &["chars"]), + ("MONTABAN", &["montana"]), + ("PYSCHOPATHIC", &["psychopathic"]), + ("NEDLES", &["needles", "needless"]), + ("TOURITS", &["tourist"]), + ("UNDERSTNAD", &["understands"]), + ("INTERTIAL", &["inertial"]), + ("GIVEING", &["giving"]), + ("RELOCCATES", &["relocates"]), + ("CONVERZATION", &["conservation"]), + ("TRANSPORTEURS", &["transporter"]), + ("MISTAKINLY", &["mistakenly"]), + ("CHARACTE", &["character"]), + ("SPECFICATION", &["specification"]), + ("POSSITIVE", &["positive"]), + ("DICRETIONARY", &["discretionary"]), + ("CARRYNG", &["carrying"]), + ("STTUTERING", &["stuttering"]), + ("DISATVANTAGE", &["disadvantage"]), + ("INFRIDGEMENT", &["infringement"]), + ("WORKARAOUND", &["workaround"]), + ("ENTROPAY", &["entropy"]), + ("MISCOMMUNICTION", &["miscommunication"]), + ("RECALCUATES", &["recalculates"]), + ("UNAVAIBLE", &["unavailable"]), + ("MOTORCICLE", &["motorcycle"]), + ("OEPRATIONS", &["operations"]), + ("ARISED", &["arose"]), + ("NEIGHTBOURING", &["neighbouring"]), + ("BLOODBORE", &["bloodborne"]), + ("NEEDLESLLY", &["needlessly"]), + ("FOLLLOWERS", &["followers"]), + ("FOMULAS", &["formula"]), + ("EXECUITIONS", &["executions"]), + ("LITERATRE", &["literate"]), + ("MODELLINNG", &["modelling"]), + ("HOMOGENIOUS", &["homogeneous"]), + ("CONFIGRATION", &["configuration"]), + ("CLAIRFYING", &["clarifying"]), + ("FURSERMORE", &["furthermore"]), + ("NEVELOPES", &["envelopes"]), + ("NESSESSARILY", &["necessarily"]), + ("SCROATES", &["socrates"]), + ("GERAFF", &["giraffe"]), + ("ICREMENT", &["increment"]), + ("APPATURES", &["apertures"]), + ("BASKTEBALL", &["basketball"]), + ("PXOXY", &["proxy"]), + ("IMPROBIBLE", &["improbable"]), + ("PICKNICS", &["picnics"]), + ("AUTOMONOMOUS", &["autonomous"]), + ("BIRSBANE", &["brisbane"]), + ("ENOURAGED", &["encouraged"]), + ("CERTIFICSTION", &["certification"]), + ("CRITISICM", &["criticism"]), + ("ALLOWENCE", &["allowance"]), + ("COMPLITELY", &["completely"]), + ("SOLTUIONS", &["solutions"]), + ("REPLASING", &["replacing", "relapsing", "rephasing"]), + ("THUROUGH", &["thorough"]), + ("REPRESANTATIVE", &["representative"]), + ("DENSTIY", &["density"]), + ("NEIGBOUR", &["neighbour"]), + ("ORCHASTRATED", &["orchestrated"]), + ("TANSACTION", &["transaction"]), + ("WHOS", &["whose"]), + ("TCHNICALLY", &["technically"]), + ("CONFISGATED", &["confiscated"]), + ("BELIFES", &["beliefs"]), + ("PHASEPSACE", &["phasespace"]), + ("INSPIRATIONNAL", &["inspirational"]), + ("APPLICAIONS", &["applications"]), + ("COCKATEEL", &["cockatiel"]), + ("SOLVEING", &["solving"]), + ("UNIQUESNESS", &["uniqueness"]), + ("INITAITION", &["initiation"]), + ("PLESE", &["please"]), + ("SWEETSHART", &["sweetheart"]), + ("URNAIUM", &["uranium"]), + ("RENEGOATING", &["renegotiating"]), + ("AUTMOATION", &["automation"]), + ("DISCCONETED", &["disconnected"]), + ("PLANESWLAKER", &["planeswalker"]), + ("PROVODES", &["provides"]), + ("BELOGS", &["belongs"]), + ("INTERPERT", &["interpret"]), + ("NEGOTITATE", &["negotiate"]), + ("HUMANATIES", &["humanities"]), + ("EVRY", &["every"]), + ("LEGENDARYES", &["legendaries"]), + ("PASTURISES", &["pasteurises"]), + ("SEXULAIZED", &["sexualized"]), + ("OFISIANADOS", &["aficionados"]), + ("PSYSIOLOGICAL", &["physiological"]), + ("DICUSSING", &["discussing"]), + ("POTENTIALY", &["potentially"]), + ("REUASBLE", &["reusable"]), + ("NEIGHBERHODD", &["neighborhood"]), + ("HYPERVIOR", &["hypervisor"]), + ("CLARING", &["clearing"]), + ("BEVOREHAND", &["beforehand"]), + ("PROPREITARY", &["proprietary"]), + ("SECTIONT", &["sectioned", "section"]), + ("MUSCUALR", &["muscular"]), + ("AUTHENDICATORS", &["authenticators"]), + ("CURRENLTY", &["currently"]), + ("FODED", &["boded", "coded", "faded", "folded", "forded"]), + ("PLATTOE", &["plateau"]), + ("PHARMICIST", &["pharmacist"]), + ("SZENARIO", &["scenario"]), + ("COPENHANGEN", &["copenhagen"]), + ("INTESTIONS", &["intestines"]), + ("IGNORY", &["ignore"]), + ("SOCIALISTES", &["socialists"]), + ("GODPSEED", &["godspeed"]), + ("CONTSTRUCT", &["construct"]), + ("SHAPSNOT", &["snapshot"]), + ("SUBSYSTYEMS", &["subsystems"]), + ("GLOABL", &["global"]), + ("RCEATING", &["creating"]), + ("TECHINIQUE", &["technique"]), + ("EXISTENTIELLA", &["existential"]), + ("PARALLIZE", &["parallelize"]), + ("MARKETTING", &["marketing"]), + ("ATTRUBITES", &["attributes"]), + ("CAPTIAN", &["captain"]), + ("ADMINISTRATIEI", &["administrative"]), + ("TRANDITIONAL", &["transitional"]), + ("CORREESPONDED", &["corresponded"]), + ("MABYELLINE", &["maybelline"]), + ("ELECRTO", &["electro"]), + ("CONFURSE", &["confuse"]), + ("CLARFIY", &["clarify"]), + ("CHOCHKAS", &["tchotchkes"]), + ("HARRASSES", &["harassed"]), + ("CORRECTELY", &["correctly"]), + ("TRASNLATIONS", &["translations"]), + ("GOVERNEMNT", &["government"]), + ("MINUE", &["menu", "minus", "minute"]), + ("STARTNIG", &["starting"]), + ("ACQUSITIONS", &["acquisitions"]), + ("SUCCESSS", &["successes", "success"]), + ("IDENFITIFERS", &["identifiers"]), + ("OWNWARD", &["onward"]), + ("MAXIMUMN", &["maximum"]), + ("OCCOURS", &["occurs"]), + ("CONIDER", &["consider"]), + ("PIECEWICE", &["piecewise"]), + ("CUMBERSOMEM", &["cumbersome"]), + ("FOLOWED", &["followed"]), + ("DISGUSTOSO", &["disgusts"]), + ("PARICULARLY", &["particularly"]), + ("VULERABILITY", &["vulnerability"]), + ("OBSTRUCED", &["obstructed"]), + ("DISABMIGUATE", &["disambiguate"]), + ("CINEMATOGROPHY", &["cinematography"]), + ("MANTAINER", &["maintainer"]), + ("FROMAT", &["format"]), + ("CHALLENEGED", &["challenged"]), + ("PRESCIUOS", &["precious"]), + ("CERTIFACTES", &["certificates"]), + ("MULITHREAD", &["multithread"]), + ("DOUBTH", &["doubt"]), + ("DISAPPER", &["disappear"]), + ("FERTIZILER", &["fertilizer"]), + ("ELEKTROLYTES", &["electrolytes"]), + ("NAYBORS", &["neighbors"]), + ("REPRESENTE", &["represents", "represented"]), + ("ENGININEERS", &["engineers"]), + ("RECOURCES", &["resources"]), + ("PERSERVING", &["preserving"]), + ("REINSTATIATED", &["reinstantiated"]), + ("UNNECASSARILY", &["unnecessarily"]), + ("BAKC", &["back"]), + ("CAMOUFLAGUED", &["camouflage"]), + ("PYHSICALLY", &["physically"]), + ("SHANDELEERS", &["chandeliers"]), + ("LIGHTRES", &["lighters"]), + ("CONETXT", &["context", "connect"]), + ("RECRUSION", &["recursion"]), + ("SWEATSHIT", &["sweatshirt"]), + ("EMPLYEE", &["employee"]), + ("EXCHANAGES", &["exchanges"]), + ("INTENTIALLY", &["intentionally"]), + ("HAVEE", &["have"]), + ("SIGNLES", &["singles", "signals"]), + ("FURNCTIONS", &["functions"]), + ("VAIDATE", &["validate"]), + ("LIGHTWEIGTH", &["lightweight"]), + ("TWPO", &["two"]), + ("PREGNANIES", &["pregnancies"]), + ("SHOOULD", &["should"]), + ("MONSTROS", &["monstrous"]), + ("SERALIZED", &["serialized"]), + ("COEXHISTS", &["coexists"]), + ("SCREENAVER", &["screensaver"]), + ("FUNTIONAL", &["functional"]), + ("CHERCH", &["church"]), + ("CURROS", &["cursor"]), + ("ASYMETIC", &["asymmetric"]), + ("ROUINES", &["routines"]), + ("COLONGE", &["cologne"]), + ("WIKILEAKERS", &["wikileaks"]), + ("RETURNNG", &["returning"]), + ("FACISNATION", &["fascination"]), + ("TANGETS", &["tangents"]), + ("UNINITIALZES", &["uninitializes"]), + ("FAIRENESS", &["fairness"]), + ("PREFERENSER", &["preferences"]), + ("COORDINATON", &["coordination"]), + ("ADVACNE", &["advance"]), + ("BAGED", &["badge", "bagged"]), + ("SIMPLIFING", &["simplifying"]), + ("SYMPETHIZERS", &["sympathizers"]), + ("EXPEWRIMENTS", &["experiments"]), + ("COUNTERMEAUSURE", &["countermeasure"]), + ("ACCESORIES", &["accessories"]), + ("VISUALZATION", &["visualization"]), + ("EXPERIMMENTEL", &["experimental"]), + ("STRAGETICALLY", &["strategically"]), + ("CUSTONIZED", &["customized"]), + ("DISPLAYD", &["displayed"]), + ("EPOCHES", &["epochs"]), + ("RESOVLED", &["resolved"]), + ("UNCONSCIOULY", &["unconsciously"]), + ("SENSATIONAISM", &["sensationalism"]), + ("WILLE", &["will"]), + ("POSSIBILTIES", &["possibilities"]), + ("UNKNOUWN", &["unknown"]), + ("SUBSCIRPTIONS", &["subscriptions"]), + ("PLACEHOLDES", &["placeholders"]), + ("COSTOMIZE", &["customize"]), + ("TROUBESHOOTS", &["troubleshoots"]), + ("VERIFCATIONS", &["verifications"]), + ("EXCLUDIND", &["excluding"]), + ("ALGORITHMI", &["algorithm"]), + ("POOST", &["post"]), + ("DIRECTORT", &["directory"]), + ("PROGRESION", &["progression"]), + ("DIELETRIC", &["dielectric"]), + ("SPCAED", &["spaced"]), + ("EXHALTED", &["exalted"]), + ("HYPERBEL", &["hyperbole"]), + ("CONCEEDD", &["conceded"]), + ("PHOTOSHOPD", &["photoshopped"]), + ("SNET", &["sent"]), + ("ALGOTIHMICALLY", &["algorithmically"]), + ("THOW", &["throw", "tow"]), + ("TREMONDOUSLY", &["tremendously"]), + ("CONSTUCTION", &["construction"]), + ("CELLABRATED", &["celebrated"]), + ("CRYSTALISK", &["crystals"]), + ("ENVALUATION", &["evaluation"]), + ("PONITS", &["points"]), + ("KINFS", &["kinds"]), + ("PROSTITUTIEI", &["prostitute"]), + ("FILEYSTEM", &["filesystem"]), + ("TTHAT", &["that"]), + ("CAHCHEDB", &["cachedb"]), + ("REQUIERMENTS", &["requirements"]), + ("PASSIONETLY", &["passionately"]), + ("TECHNICAIN", &["technician"]), + ("PLALFORMS", &["platforms"]), + ("DERIFFED", &["derived"]), + ("DISCONNECTUS", &["disconnects"]), + ("ACCELERATRION", &["acceleration"]), + ("MARKTER", &["marker"]), + ("CRITISISCM", &["criticisms"]), + ("POTENIALLY", &["potentially"]), + ("CORRESPONDINT", &["corresponding", "correspondent"]), + ("DECLARTED", &["declared"]), + ("PATIENTENS", &["patients"]), + ("ARPANOID", &["paranoid"]), + ("HEALTHER", &["healthier"]), + ("STEPED", &["stepped"]), + ("PROCEDURIAL", &["procedural"]), + ("ANIOTHER", &["another"]), + ("SUBNEGOTATION", &["subnegotiation"]), + ("INEFFIENT", &["inefficient"]), + ("REGULSR", &["regulars"]), + ("COTAINER", &["container"]), + ("NEGOTICATE", &["negotiate"]), + ("ADDERSS", &["address"]), + ("PRINTES", &["printers"]), + ("HOSPITOLIZED", &["hospitalized"]), + ("PHILOSOPHICALY", &["philosophically"]), + ("ELDISTRIBUTION", &["redistribution"]), + ("AGRICULTURUAL", &["agricultural"]), + ("AUTENTICATION", &["authentication"]), + ("REPACING", &["replacing"]), + ("TODAT", &["today"]), + ("WIDHT", &["width"]), + ("SRTING", &["string", "sorting"]), + ("VEATURE", &["feature"]), + ("SUPSICIONS", &["suspicions"]), + ("MENINGFUL", &["meaningful"]), + ("COMPANIANS", &["companions"]), + ("LISTENERES", &["listeners"]), + ("DEMOLISION", &["demolition"]), + ("DIGANOSED", &["diagnosed"]), + ("DISCCONENCTIONS", &["disconnections"]), + ("INTIAILISES", &["initialises"]), + ("MISPELL", &["misspell"]), + ("OUTSORUCING", &["outsourcing"]), + ("SPEFICIFIFER", &["specifier"]), + ("DRAWM", &["drawn"]), + ("INPEACH", &["impeach"]), + ("UNRESPONSIBE", &["unresponsive"]), + ("UNCERTAINITY", &["uncertainty"]), + ("COMPARISTION", &["comparison"]), + ("THOES", &["those"]), + ("UNLUCKLY", &["unlucky"]), + ("EMBERRASSING", &["embarrassing"]), + ("COMBINATIN", &["combinations"]), + ("SUBCATAGORIES", &["subcategories"]), + ("DEREGISTRATED", &["deregistered"]), + ("HELATH", &["health"]), + ("CLASICAL", &["classical"]), + ("DESELCTABLES", &["deselectable"]), + ("COLLECTONS", &["collections"]), + ("LANUCHERS", &["launchers"]), + ("MINOINS", &["minions"]), + ("SIGNFICIANTLY", &["significantly"]), + ("IPUBROFEN", &["ibuprofen"]), + ("TAHT", &["that"]), + ("GAUARANTEE", &["guarantee"]), + ("AUSTRALIANAS", &["australians"]), + ("INSPIRERAD", &["inspired"]), + ("INSTALLMANT", &["installment"]), + ("DECRPTED", &["decrypted"]), + ("CORINTHIANOS", &["corinthians"]), + ("INTERSTELLAIRE", &["interstellar"]), + ("DESCRPTIONS", &["descriptions"]), + ("COOPERATIVO", &["cooperation"]), + ("ORIDINAL", &["ordinal", "original"]), + ("PASASWORD", &["password"]), + ("PLATFARMS", &["platforms"]), + ("REVLALIDATION", &["revalidation"]), + ("LANGUGAGE", &["language"]), + ("REGISRATION", &["registration"]), + ("UNVISISTED", &["unvisited"]), + ("BESTEALITY", &["bestiality"]), + ("DYANMICALLY", &["dynamically"]), + ("TRANSPRENCIES", &["transparencies"]), + ("HEIGHTEEN", &["eighteen"]), + ("EUPHORICA", &["euphoria"]), + ("UNUNSED", &["unused"]), + ("WNEN", &["when", "wen"]), + ("APAULED", &["appalled"]), + ("ORDERT", &["ordered"]), + ("REQIRED", &["required"]), + ("MUSCIALLY", &["musically"]), + ("LEASURE", &["leisure"]), + ("INVOVED", &["involved"]), + ("CONTRICTION", &["contraction"]), + ("SUPSPECTING", &["suspecting"]), + ("WIGDETS", &["widgets"]), + ("FARHENHEIT", &["fahrenheit"]), + ("TORIODAL", &["toroidal"]), + ("CONERSIONS", &["conversions"]), + ("STRESSS", &["stresses"]), + ("VERIATIONS", &["variations"]), + ("TRANSTION", &["transition"]), + ("EXCLSUIVE", &["exclusive"]), + ("INCURRUPTABLE", &["incorruptible"]), + ("ASSIATNCE", &["assistance"]), + ("CONSOLODATED", &["consolidated"]), + ("RELAVENCE", &["relevance"]), + ("VILLEGAS", &["villages"]), + ("RECEPTIE", &["receptive"]), + ("RENEGOTAITING", &["renegotiating"]), + ("POSESSING", &["possessing"]), + ("MASSIVELLY", &["massively"]), + ("WHATEPSACE", &["whitespace"]), + ("CHANINGING", &["changing"]), + ("PIPELIN", &["pipeline"]), + ("SZIE", &["size"]), + ("EXISTANT", &["existent"]), + ("FOUIND", &["found"]), + ("ACKOWLEDGING", &["acknowledging"]), + ("MOVESPED", &["movespeed"]), + ("MAILSTRUM", &["maelstrom"]), + ("HIPSANICS", &["hispanics"]), + ("REMEMBEE", &["remembered"]), + ("PROPETIIES", &["properties"]), + ("ACCRDING", &["according"]), + ("COFIGURING", &["configuring"]), + ("KNWOLEDGABLE", &["knowledgable"]), + ("PROCUDE", &["produce"]), + ("ASSIMILERAT", &["assimilate"]), + ("UNSCUBSCRIBE", &["subscribe"]), + ("OPERATIVOS", &["operations"]), + ("PALYER", &["player"]), + ("ALCHEMSIT", &["alchemist"]), + ("BACKFIL", &["backfill"]), + ("UNRANDIMIZED", &["unrandomized"]), + ("CALRIFICATION", &["clarification"]), + ("ROTATEABLE", &["rotatable"]), + ("FRAMEWOEKS", &["frameworks"]), + ("FOIR", &["for"]), + ("SEAMLESSLEY", &["seamlessly"]), + ("SOLFING", &["solving"]), + ("COMFORMITY", &["conformity"]), + ("DESIGNET", &["designated"]), + ("NATINALISM", &["nationalism"]), + ("LUIETENANT", &["lieutenant"]), + ("TEKN", &["taken", "tekken"]), + ("ONCES", &["ounces", "once", "ones"]), + ("CEMENTARY", &["cemetery"]), + ("WEDENSDAY", &["wednesday"]), + ("HANDSHARE", &["handshake"]), + ("COORDINATS", &["coordinates"]), + ("REMEBERING", &["remembering"]), + ("SOCIALISIM", &["socialism"]), + ("SEEVERITIES", &["severities"]), + ("BURGUNDRY", &["burgundy"]), + ("ASSOCIATIONG", &["associating"]), + ("COLLECTNG", &["collecting"]), + ("MISMACH", &["mismatch"]), + ("SEARCHE", &["search", "searched"]), + ("UPSTREM", &["upstream"]), + ("CHARACTEERS", &["characters"]), + ("ABSOLUVELY", &["absolutely"]), + ("FARMASUDIC", &["pharmaceutic"]), + ("YHE", &["the"]), + ("CONSTENT", &["consent"]), + ("FLASHLIGT", &["flashlight"]), + ("REFEINEMENTS", &["refinements"]), + ("SINGULATIRY", &["singularity"]), + ("PARALELLY", &["parallelly"]), + ("PROVDES", &["provides"]), + ("PARAMEMTERS", &["parameters"]), + ("BEHVAIOUR", &["behaviour"]), + ("INVERTERAD", &["inverted"]), + ("NEURONAS", &["neurons"]), + ("SIAD", &["said"]), + ("REACTQUIRE", &["reacquire"]), + ("ALTHORITHMS", &["algorithms"]), + ("SUGGESTTIONS", &["suggestions"]), + ("ADITIONAL", &["additional"]), + ("TARMIGAN", &["ptarmigan"]), + ("SKPETIC", &["skeptic"]), + ("EXPERCT", &["expect", "excerpt"]), + ("MAKIGN", &["making"]), + ("RFETURNED", &["returned"]), + ("STATEGIZE", &["strategize"]), + ("SIMULANTANEOUS", &["simultaneous"]), + ("CONCEQUENTLY", &["consequently"]), + ("REPITITIVE", &["repetitive"]), + ("UNWRAPING", &["unwrapping"]), + ("ATHEISIM", &["atheism"]), + ("CASUALITES", &["casualties"]), + ("VERSITILATY", &["versatility"]), + ("SUMMMARISED", &["summarised"]), + ("ALGORITM", &["algorithm"]), + ("APPROXIAMTE", &["approximate"]), + ("PROEJCTED", &["projected"]), + ("CONVERITBLE", &["convertible"]), + ("BRNACHES", &["branches"]), + ("TOURANMENT", &["tournaments"]), + ("DUPLIATE", &["duplicate"]), + ("COMPLIMATE", &["complicate"]), + ("IMPORATNT", &["important"]), + ("SYSADMN", &["sysadmin"]), + ("MUNICHES", &["munchies"]), + ("PROGRAMABLE", &["programmable"]), + ("PROAGATION", &["propagation"]), + ("BEUTIFULLY", &["beautifully"]), + ("DICTONARIES", &["dictionaries"]), + ("EMBRODERY", &["embroidery"]), + ("GYSPIES", &["gypsies"]), + ("APOLGIES", &["apologies"]), + ("CONSIDERSTIONS", &["considerations"]), + ("PERTIANS", &["pertains"]), + ("VULNERABILITIS", &["vulnerabilities"]), + ("STRUCUTRED", &["structured"]), + ("KOMMA", &["coma", "comma"]), + ("TORUNAMENT", &["tournament"]), + ("GENERERATING", &["generating"]), + ("DEAULTS", &["defaults"]), + ("UPSTREEMING", &["upstreaming"]), + ("SETITNGS", &["settings"]), + ("ALGOPRITHMS", &["algorithms"]), + ("DUIRNG", &["during"]), + ("EXAMLES", &["examples"]), + ("MULTIPLEBGS", &["multiples"]), + ("GENARATION", &["generation"]), + ("PLASED", &["placed", "pleased", "phased"]), + ("CONVERSATISM", &["conservatism"]), + ("ORU", &["our"]), + ("INEFFICIENCT", &["inefficient"]), + ("OPEARTES", &["operates"]), + ("PERPUTUALLY", &["perpetually"]), + ("REWRITTING", &["rewriting"]), + ("PRESONALIZED", &["personalized"]), + ("DIFFERNTIATE", &["differentiate"]), + ("PLANATION", &["plantation"]), + ("ANSAMBLE", &["ensemble"]), + ("INTRUMENTAL", &["instrumental"]), + ("FASCISATION", &["fascination"]), + ("VIETNAMESEA", &["vietnamese"]), + ("HORIZONTES", &["horizons"]), + ("BIDNING", &["binding"]), + ("VEHEMANTLY", &["vehemently"]), + ("NEGLACTING", &["neglecting"]), + ("JUGNLING", &["jungling"]), + ("HYPVISOR", &["hypervisor"]), + ("AMGLES", &["angles"]), + ("TICHENED", &["thickened"]), + ("ALCHOOLISM", &["alcoholism"]), + ("PERVIEW", &["preview", "purview"]), + ("STIKY", &["sticky"]), + ("INCOVENIENCE", &["inconvenience"]), + ("PAYMNET", &["payment"]), + ("SPCIFY", &["specify"]), + ("SPEFIXYING", &["specifying"]), + ("EXTREMISTAS", &["extremists"]), + ("COMPLEXTIONS", &["complexions"]), + ("NOTIFICIATION", &["notification"]), + ("FUNCTITONALLY", &["functionally"]), + ("MECHANANISM", &["mechanism"]), + ("EXPERIEMENTS", &["experiments"]), + ("NAPLOEON", &["napoleon"]), + ("LANGUANAGE", &["language"]), + ("COKIES", &["cookies"]), + ("NOISER", &["noisier"]), + ("DEBUGGG", &["debug"]), + ("SUBSYSYTEM", &["subsystem"]), + ("CERCOMSTANCIAL", &["circumstantial"]), + ("REPITIONS", &["repetitions"]), + ("UNCOMPRESED", &["uncompressed"]), + ("NONEXISTANT", &["nonexistent"]), + ("DUBLICADE", &["duplicate"]), + ("RADIOACTIEF", &["radioactive"]), + ("WAISLINES", &["waistlines"]), + ("INTRIUGED", &["intrigued"]), + ("DISSIMILARILY", &["dissimilarly"]), + ("PREDICTIE", &["predictive"]), + ("VERTICLE", &["vertical"]), + ("GUITARDS", &["guitars"]), + ("BEASTIARY", &["bestiary"]), + ("IMMEDIANTLY", &["immediately"]), + ("SKELETL", &["skeletal"]), + ("ARITHEMTIC", &["arithmetic"]), + ("SYMPHATIZES", &["sympathize"]), + ("COMSUMPTION", &["consumption"]), + ("ANALZYING", &["analyzing"]), + ("PROPERT", &["property"]), + ("IDIRECTLY", &["indirectly"]), + ("SYMMETRI", &["symmetry"]), + ("UNNEEEDED", &["unneeded"]), + ("UNSINTALLED", &["uninstalled"]), + ("EXAPNSIVE", &["expansive"]), + ("TRANSCRITS", &["transcripts"]), + ("IMPLIMENTION", &["implementation"]), + ("CIRCOMFERENCE", &["circumference"]), + ("FANTASIOSE", &["fantasies"]), + ("ONMISCIENT", &["omniscient"]), + ("THORUGH", &["through", "thorough"]), + ("DECENDENT", &["descendent"]), + ("ESCCAPED", &["escaped"]), + ("ABSTRCTION", &["abstraction"]), + ("MANIPUTING", &["manipulating"]), + ("EGAL", &["equal"]), + ("NOTTAIONS", &["notations"]), + ("BLASPEHMY", &["blasphemy"]), + ("DISPLAYIED", &["displayed"]), + ("SEZIURE", &["seizure"]), + ("CONSTOLS", &["controls"]), + ("TOUGHTFUL", &["thoughtful"]), + ("COMPLECATED", &["complicated"]), + ("BLIEVE", &["believe"]), + ("TEMEPRATURE", &["temperature"]), + ("NEIGBHOR", &["neighbor"]), + ("SPEZIALISATION", &["specialisation"]), + ("LAUGHABLLY", &["laughably"]), + ("ORGINIATED", &["originated"]), + ("NEGOTIONATION", &["negotiation"]), + ("UNFIRENDLY", &["unfriendly"]), + ("PERMANETLY", &["permanently"]), + ("MAITAINERS", &["maintainers"]), + ("RECOGINSED", &["recognised"]), + ("SABATOSHING", &["sabotaging"]), + ("FAULSURES", &["failures"]), + ("ENCRIPTIONS", &["encryptions"]), + ("ALLCATOR", &["allocator"]), + ("TRANSPHOPIC", &["transphobic"]), + ("MINIMSE", &["minimise"]), + ("BUIPD", &["build"]), + ("DDIVISION", &["division"]), + ("MUTILATIN", &["mutilation"]), + ("TONGUERS", &["tongues"]), + ("KILOMETERES", &["kilometers"]), + ("SUBNEGOTITATION", &["subnegotiation"]), + ("SIHLOUETTE", &["silhouette"]), + ("COMMNTED", &["commented"]), + ("BILT", &["built"]), + ("CANABELS", &["cannibals"]), + ("SUPPIES", &["supplies"]), + ("MECHANCIAL", &["mechanical"]), + ("AFHGANISTAN", &["afghanistan"]), + ("ENCOMPUS", &["encompass"]), + ("LABRIYNTH", &["labyrinth"]), + ("ACTIVATIONG", &["activating"]), + ("RENEGOTITATIONS", &["renegotiations"]), + ("THEREFOUR", &["therefor"]), + ("INTRUCTION", &["instruction"]), + ("EMPTRY", &["empty"]), + ("VIETNAMEESE", &["vietnamese"]), + ("DISCONTIGUOS", &["discontiguous"]), + ("LIZENSING", &["licensing"]), + ("ARGUEMET", &["argument"]), + ("EXECUATBLES", &["executables"]), + ("QUIESTS", &["quests"]), + ("DIGETS", &["digest", "digests"]), + ("RADIACTIVE", &["radioactive"]), + ("INCOMPASITATE", &["incapacitate"]), + ("SEGUMENT", &["segment"]), + ("ANYNOMITY", &["anonymity"]), + ("IMLEMENTING", &["implementing"]), + ("POPEREE", &["potpourri"]), + ("IRRELIVENT", &["irrelevant"]), + ("COUNTERRACT", &["counterpart"]), + ("REARRANTS", &["rearrangements"]), + ("PRIVELDGES", &["privileges"]), + ("OPJECTIONS", &["objections"]), + ("POLUTION", &["pollution"]), + ("QUESITONED", &["questioned"]), + ("BLOCKHAINS", &["blockchains"]), + ("SIRVAYLS", &["surveils"]), + ("SPEFCIFIYING", &["specifying"]), + ("AVAILAIABLE", &["available"]), + ("DIRECTIORY", &["directory"]), + ("ORANGERD", &["orangered"]), + ("OBJECTIVLEY", &["objectively"]), + ("OCASSIONALLY", &["occasionally"]), + ("RENEGOCIATES", &["renegotiates"]), + ("FACILIATING", &["facilitating"]), + ("LEGOINS", &["legions"]), + ("REPUBLICONS", &["republicans"]), + ("STRENGHEN", &["strengthen"]), + ("CUURRENT", &["current"]), + ("INQUISITING", &["inquisition"]), + ("BREAKTHOUGH", &["breakthrough"]), + ("OUPTUTING", &["outputting"]), + ("UNKNOWNINGLY", &["unknowingly"]), + ("DRWAING", &["drawing"]), + ("DUBLING", &["doubling", "dublin"]), + ("PALESTINA", &["palestinian"]), + ("DECELARATIONS", &["decelerations", "declarations"]), + ("IDENTIFERS", &["identifiers"]), + ("PROPEGATE", &["propagate"]), + ("INVAILID", &["invalid"]), + ("SPECIFICAITONS", &["specification", "specifications"]), + ("COPMONENT", &["component"]), + ("SPEFIIFATION", &["specification"]), + ("SHOUDLN", &["should"]), + ("FORBIDEN", &["forbidden"]), + ("CHOOS", &["choose"]), + ("DENTIFIERS", &["identifiers"]), + ("POSIBILTIES", &["possibilities"]), + ("POPULAIRTY", &["popularity"]), + ("LIQIUDS", &["liquids"]), + ("FLATTERD", &["flattered"]), + ("UNNISTALLING", &["uninstalling"]), + ("OVERWISE", &["otherwise"]), + ("VALIATION", &["validation"]), + ("UNREGISTED", &["unregistered"]), + ("FEASABLE", &["feasible"]), + ("REFERINCING", &["referencing"]), + ("CORRESPONDANT", &["correspondent"]), + ("PARANOYA", &["paranoia"]), + ("DETAULTED", &["defaulted"]), + ("SUBFUNTION", &["subfunction"]), + ("APPLIE", &["applied", "apply"]), + ("DETRMINATION", &["determination"]), + ("INTRODUCTED", &["introduced"]), + ("BITTERSWEAT", &["bittersweet"]), + ("RESTRICTIFS", &["restricts"]), + ("CANNOTES", &["cannot", "connotes"]), + ("REGUIRES", &["requires"]), + ("PRECEEDED", &["preceded", "proceeded"]), + ("DEPECREATED", &["deprecated"]), + ("OPERATNG", &["operating"]), + ("MANGEMENT", &["management"]), + ("THROUGTH", &["through"]), + ("EXTRAPOLIATE", &["extrapolate"]), + ("RENEGOSIATES", &["renegotiates"]), + ("PROJECS", &["projects"]), + ("SPRITN", &["sprint"]), + ("BRIDAGING", &["brigading"]), + ("USUSALLY", &["usually"]), + ("CONFESSSION", &["confessions"]), + ("IIMMUNE", &["immune"]), + ("ENVOKER", &["evoker", "invoker"]), + ("DATAETS", &["datasets"]), + ("ITSELFS", &["itself"]), + ("ALGORITHUM", &["algorithm"]), + ("SURVIVABILTIY", &["survivability"]), + ("VARIFY", &["verify"]), + ("SLIGHLY", &["slightly"]), + ("TACTICALLITY", &["tactically"]), + ("FEMINITITY", &["femininity"]), + ("SCORPIN", &["scorpion"]), + ("ORGANICES", &["organise"]), + ("DESTRINATION", &["destination"]), + ("AUTOMAGICALY", &["automagically"]), + ("MOCROPHONE", &["microphone"]), + ("MISSCONFIGURED", &["misconfigured"]), + ("LEAGELITY", &["legality"]), + ("INCIDENCIES", &["incidence"]), + ("EDUCACIONAL", &["educational"]), + ("LEAGEL", &["legal"]), + ("EXATCLY", &["exactly"]), + ("LAGUAGUES", &["languages"]), + ("STANP", &["stamp"]), + ("TOMROROW", &["tomorrow"]), + ("OBSERVIBLE", &["observable"]), + ("LIBERATIES", &["liberate"]), + ("NEIGHBEORDHOODS", &["neighborhoods"]), + ("INTERNETERS", &["internets"]), + ("COMMENTARS", &["commenters"]), + ("UNTRASPOSED", &["untransposed"]), + ("OVERRITING", &["overwriting"]), + ("PREVENTETIVE", &["preventative"]), + ("DESCRIBS", &["describe", "describes"]), + ("SOCARTES", &["socrates"]), + ("SCANDIVANIA", &["scandinavian"]), + ("RQEUEST", &["request", "quest"]), + ("ADDRESSE", &["addresses", "address"]), + ("OFFSTETS", &["offsets"]), + ("DECORATIVOS", &["decorations"]), + ("GENERERATER", &["generator"]), + ("RASIES", &["raises"]), + ("INEARISATION", &["linearisation"]), + ("GUANTONAMO", &["guantanamo"]), + ("WITHELD", &["withheld"]), + ("DIASSEMBLE", &["disassemble"]), + ("BOOSTRAPS", &["bootstraps"]), + ("CODITIONED", &["conditioned"]), + ("MILLENIUM", &["millennium"]), + ("OBVISOUSLY", &["obviously"]), + ("UNMAXIMICE", &["unmaximize"]), + ("SENATORES", &["senators"]), + ("STUGGLES", &["struggles"]), + ("INTEPRETED", &["interpreted"]), + ("SIGNABL", &["signable", "signal"]), + ("AUTHENTICATON", &["authentication"]), + ("RENEGOTIOATES", &["renegotiates"]), + ("DESIG", &["design"]), + ("ADRESSSES", &["addresses"]), + ("COUNCELLOR", &["councillor", "counsellor"]), + ("COMPOSTION", &["composition"]), + ("ACCOMODATION", &["accommodation"]), + ("PROGREWSS", &["progress"]), + ("POLULATED", &["populated"]), + ("THID", &["this"]), + ("LICESNED", &["licensed"]), + ("PEEPEL", &["people"]), + ("NECESSARLY", &["necessary", "necessarily"]), + ("EAZIEST", &["easiest"]), + ("STRAIGHTFOREWARD", &["straightforward"]), + ("TRANSFORMAS", &["transforms"]), + ("PARTISIONS", &["partitions"]), + ("PREVAILAING", &["prevailing"]), + ("GERNERATORS", &["generators"]), + ("ASUTERITY", &["austerity"]), + ("WARNIONG", &["warning"]), + ("IRRISPECTIVE", &["irrespective"]), + ("LUNGUAGES", &["languages"]), + ("OCCULSION", &["occlusion"]), + ("PINPOIT", &["pinpoint"]), + ("VIETNAMESSE", &["vietnamese"]), + ("SCUPTURES", &["sculptures"]), + ("GEOGRAPHACILLY", &["geographically"]), + ("INTERALLY", &["internally", "integrally"]), + ("EXERISE", &["exercise"]), + ("RECONGIZING", &["recognizing"]), + ("CIRUCITS", &["circuits"]), + ("SCEINTIFICALLY", &["scientifically"]), + ("MISINTERPRTED", &["misinterpret"]), + ("ATTRACTIFS", &["attracts"]), + ("WNATING", &["wanting"]), + ("FAUGHT", &["fought"]), + ("HERARCHY", &["hierarchy"]), + ("JOURANLISTIC", &["journalistic"]), + ("FOLLING", &["following", "falling", "rolling"]), + ("RELIZE", &["realize"]), + ("APPLICAITON", &["application"]), + ("SPINLCOK", &["spinlock"]), + ("EUTHANAZIA", &["euthanasia"]), + ("EXHASUTED", &["exhausted"]), + ("TITANUIM", &["titanium"]), + ("CONIDTION", &["condition"]), + ("SUFFERRING", &["suffering"]), + ("INITIALIZAITON", &["initialization"]), + ("ACSENDING", &["ascending"]), + ("GISER", &["geyser"]), + ("STORAGED", &["stored", "storages"]), + ("ESCATE", &["escalate", "escape"]), + ("RELAISED", &["realised"]), + ("STTRING", &["string"]), + ("SCHIZOPHRANIA", &["schizophrenia"]), + ("NAVTIVES", &["natives"]), + ("INVLOVING", &["involving"]), + ("PRATICE", &["practice"]), + ("GRATIVATE", &["gravitate"]), + ("DETECS", &["detects", "deters", "detect"]), + ("DEVELPOMENTS", &["developments"]), + ("GIGBAYTE", &["gigabyte"]), + ("NAMNESPACE", &["namespace"]), + ("SCHEULE", &["schedule"]), + ("WITHOUS", &["without"]), + ("EXPENCIVE", &["expensive"]), + ("HOILDAY", &["holiday"]), + ("OPOSITION", &["opposition"]), + ("MOVEMNETS", &["movements"]), + ("INDEXS", &["indexes", "indices"]), + ("FABRICATIE", &["fabricated"]), + ("PERSUCUTED", &["persecuted"]), + ("EACHTOHER", &["eachother"]), + ("MESSEAGE", &["message"]), + ("DISSMISES", &["dismisses"]), + ("MIRORRED", &["mirrored"]), + ("BIFGOOT", &["bigfoot"]), + ("PREREQUESIT", &["prerequisite"]), + ("MISUNDERTSANDING", &["misunderstandings"]), + ("CELEBRATIN", &["celebration"]), + ("ABUOT", &["about"]), + ("ESCATION", &["escalation"]), + ("INTERCECTION", &["interception"]), + ("OTEHRWIZE", &["otherwise"]), + ("TRUKISH", &["turkish"]), + ("DISTRBUTES", &["distributes"]), + ("CHRSITIANS", &["christians"]), + ("DEFAULKTS", &["defaults"]), + ("OCURRANCE", &["occurrence"]), + ("CONCENTRACE", &["concentrate"]), + ("TEXTFRME", &["textframe"]), + ("OBSERVERAS", &["observers"]), + ("CASAROLES", &["casseroles"]), + ("EQUIALENT", &["equivalent"]), + ("PIPILINE", &["pipeline"]), + ("DATAUM", &["datum"]), + ("TRAMSFORMERS", &["transformers"]), + ("EARPLUGGS", &["earplugs"]), + ("CALBACK", &["callback"]), + ("ROUNG", &["round"]), + ("ENVOKE", &["evoke", "invoke"]), + ("WRITEING", &["writing"]), + ("IMPROBES", &["improves"]), + ("ENTERTAINTED", &["entertained"]), + ("DEPRICATE", &["deprecate"]), + ("REPREHENISBLE", &["reprehensible"]), + ("NEGOCIATION", &["negotiation"]), + ("EXPERMIENTAL", &["experimental"]), + ("CONDOLENSES", &["condolences"]), + ("BELIAVABLE", &["believable"]), + ("INTERESECT", &["intersect"]), + ("CONAINED", &["contained"]), + ("NEGOITATIONS", &["negotiations"]), + ("INTRIGUIED", &["intrigue"]), + ("ENCORPORATING", &["incorporating"]), + ("AUTONEGOTITAION", &["autonegotiation"]), + ("LEAGALITY", &["legality"]), + ("SARTER", &["starter"]), + ("DOCUEMTNING", &["documenting"]), + ("WOUDLD", &["would"]), + ("BROACASTS", &["broadcasts"]), + ("INTOLORENT", &["intolerant"]), + ("TRANFER", &["transfer"]), + ("DEFINATLEY", &["definitely"]), + ("REGISTRATO", &["registration"]), + ("PETROLUEM", &["petroleum"]), + ("CREDETIALS", &["credentials"]), + ("PUBLIKATION", &["publication"]), + ("SYNCHRONSOULY", &["synchronously"]), + ("MISSISSIPIS", &["mississippi"]), + ("SANDSTOM", &["sandstorm"]), + ("ORGANZING", &["organizing"]), + ("MAPPEDS", &["mapped"]), + ("REPSECTS", &["respects"]), + ("ENERATOR", &["generator"]), + ("PHILISOPHIES", &["philosophies"]), + ("PRESONHOOD", &["personhood"]), + ("OMNIPETENT", &["omnipotent"]), + ("PAETH", &["path"]), + ("PYRAMIS", &["pyramids"]), + ("PREJUDGUDICES", &["prejudices"]), + ("ENYWAY", &["anyway"]), + ("TRANSMISSON", &["transmission"]), + ("IDENTIFILERS", &["identifiers"]), + ("REFACOR", &["refactor"]), + ("PROSPERIOUS", &["prosperous"]), + ("ALERNATES", &["alternates"]), + ("DECLARTIUVE", &["declarative"]), + ("STREAMMING", &["streaming"]), + ("EMPTYED", &["emptied"]), + ("DESCRIPTIOM", &["description"]), + ("TPYES", &["types"]), + ("STRUCTUR", &["structure"]), + ("DISAPATING", &["dissipating"]), + ("FOLLLOWIONG", &["following"]), + ("EVERYON", &["everyone"]), + ("PROFICIANT", &["proficient"]), + ("RESPECITVELY", &["respectively"]), + ("SYCHRONIZED", &["synchronized"]), + ("SCIPTED", &["scripted"]), + ("DECOSED", &["decoded"]), + ("PREFERENTES", &["preferences"]), + ("CONNITATIONS", &["connotations"]), + ("USNIG", &["using"]), + ("FACCE", &["face"]), + ("SIZEBALE", &["sizeable"]), + ("PIPEINE", &["pipeline"]), + ("COLLECION", &["collection"]), + ("DEVELOMPENTAL", &["developmental"]), + ("UNX", &["unix"]), + ("CONVIENT", &["convenient", "convent"]), + ("DISTROBUTES", &["distributes"]), + ("SUFFIENCY", &["sufficiency"]), + ("GOVEMRENT", &["government"]), + ("TOTATL", &["total"]), + ("CHOSED", &["chose"]), + ("CONSTITUATES", &["constitutes"]), + ("PROOPER", &["proper"]), + ("SATISFIABILTY", &["satisfiability"]), + ("CONCLUSO", &["conclusion"]), + ("REOCCURING", &["reoccurring"]), + ("GEOGRIA", &["georgia"]), + ("SASCATCHEWAN", &["saskatchewan"]), + ("BENGHAI", &["benghazi"]), + ("DEINITALIZATION", &["deinitialization"]), + ("CLIMER", &["climber"]), + ("SITUATUION", &["situation"]), + ("SOMETIHN", &["something"]), + ("CLEVELY", &["cleverly"]), + ("INTGER", &["integer"]), + ("PLACEHOULDERS", &["placeholders"]), + ("SLIGHTY", &["slightly"]), + ("TRIALERS", &["trailers"]), + ("UNDERMING", &["undermining"]), + ("ARCHITECTUREAL", &["architectural"]), + ("AFFORDIBLE", &["affordable"]), + ("ALGHORITHM", &["algorithm"]), + ("ERATICALLY", &["erratically"]), + ("INFINITELLY", &["infinitely"]), + ("SOMETMES", &["sometimes"]), + ("EXCHNGS", &["exchanges"]), + ("ALFORITHMICALLY", &["algorithmically"]), + ("ATTMEPTED", &["attempted"]), + ("BRAZILIAAN", &["brazilians"]), + ("SODU", &["sod", "soda", "sods", "sudo"]), + ("SCREESHOT", &["screenshot"]), + ("RECONIZED", &["recognized"]), + ("OWNERSIP", &["ownership"]), + ("ATTCHING", &["attaching"]), + ("ABANDONNING", &["abandoning"]), + ("MILLIONIARE", &["millionaire"]), + ("STRUCURS", &["structures"]), + ("ATTEPT", &["attempt"]), + ("ADJCENCIES", &["adjacencies"]), + ("REPRESNETATED", &["represented"]), + ("AGNOSTISIM", &["agnosticism"]), + ("BEHAIVIOR", &["behavior"]), + ("DEASSERING", &["deasserting"]), + ("BUGGEST", &["biggest"]), + ("EXECEEDS", &["exceeds"]), + ("UNSETTLEING", &["unsettling"]), + ("INSTITUTO", &["institution"]), + ("NUMBBERS", &["numbers"]), + ("PREVET", &["prevent"]), + ("LIVELEHOOD", &["livelihood"]), + ("CONTAGEN", &["contagion"]), + ("PROCIDED", &["provided"]), + ("DISGRATEFUL", &["disgraceful"]), + ("EXPALINS", &["explains"]), + ("TRANSALATION", &["translation"]), + ("APAUL", &["appall"]), + ("NORAMLS", &["normals"]), + ("GLOAB", &["globe"]), + ("SPETSIFIED", &["specified"]), + ("RUNETIME", &["runtime"]), + ("INDEPDENDANCE", &["independence"]), + ("LOUISIANNA", &["louisiana"]), + ("COFIRMING", &["confirming"]), + ("IMPLETED", &["implemented"]), + ("FACORITE", &["favorite"]), + ("EXTRAODRINARY", &["extraordinary"]), + ("COPRRIGHTED", &["copyrighted"]), + ("ERROREOUS", &["erroneous"]), + ("PERFERRMENCE", &["performance"]), + ("RENEGATED", &["renegade"]), + ("DOESS", &["does"]), + ("DIFFERNTY", &["different", "differently"]), + ("COUNTERCUT", &["counteract"]), + ("VERSINO", &["version"]), + ("RETSARTS", &["restarts"]), + ("MIRCOSCOPE", &["microscope"]), + ("DIMENSTIONS", &["dimensions"]), + ("SPEFICILLEIR", &["specifier"]), + ("ERRENOUS", &["erroneous"]), + ("BIGINNING", &["beginning"]), + ("IMMEDIETELY", &["immediately"]), + ("STANDARTISATION", &["standardisation"]), + ("UNASSINGING", &["unassigning"]), + ("MORMONTS", &["mormons"]), + ("COEFFICENTS", &["coefficients"]), + ("BEFORING", &["before"]), + ("GODESS", &["goddess"]), + ("SUUPORTED", &["supported"]), + ("INTRICICIES", &["intricacies"]), + ("STAION", &["station"]), + ("UNIFROM", &["uniform"]), + ("DISTRIBUTIO", &["distributor"]), + ("CONTROVERY", &["controversy"]), + ("EXPEREMENTALLY", &["experimentally"]), + ("VOLENTIERED", &["volunteered"]), + ("GEOGRPAHICAL", &["geographical"]), + ("MONTHES", &["months"]), + ("SHENANIGHANS", &["shenanigans"]), + ("MUTECIES", &["mutexes"]), + ("RELATVIE", &["relative"]), + ("PROLATERIAT", &["proletariat"]), + ("CREATIONISIM", &["creationism"]), + ("PROOCESSES", &["processes"]), + ("OULTLINE", &["outline"]), + ("PREALOCATED", &["preallocated"]), + ("AUTHERIZED", &["authorized"]), + ("DISGUSTINLY", &["disgustingly"]), + ("NEGOTIOTE", &["negotiate"]), + ("CALLIBRATE", &["calibrate"]), + ("INTIIALISE", &["initialise"]), + ("NECORMANCER", &["necromancer"]), + ("SYMPHATY", &["sympathy"]), + ("MOTIVATIN", &["motivations"]), + ("TELEPORTATO", &["teleportation"]), + ("OUPTUTS", &["outputs"]), + ("NOPTIFYING", &["notifying"]), + ("SPEFICILLALLY", &["specifically"]), + ("PRODUTCION", &["productions"]), + ("JUSTIFICSTION", &["justifications"]), + ("ARITST", &["artist"]), + ("VALIDAING", &["validating"]), + ("EXPOTITION", &["exposition"]), + ("YOURSLEF", &["yourself"]), + ("DEWRAPPING", &["unwrapping"]), + ("DESTRUTOR", &["destructor"]), + ("OBSTANCLES", &["obstacles"]), + ("COLISSION", &["collision"]), + ("REFERENS", &["references"]), + ("ALLEIGANCES", &["allegiance"]), + ("PHENOMONAL", &["phenomenal"]), + ("UUPPER", &["upper"]), + ("SPECIFICIATIONS", &["specifications"]), + ("SCOOTES", &["scooters"]), + ("STROYLINES", &["storylines"]), + ("SHAMELESLY", &["shamelessly"]), + ("NEIGHBOUTHOOD", &["neighbourhood"]), + ("EXPLICTY", &["explicitly", "explicit"]), + ("GUANATANMO", &["guantanamo"]), + ("THEMSLEVES", &["themselves"]), + ("ALHAPETS", &["alphabets"]), + ("INRO", &["into"]), + ("PERFOEMING", &["performing"]), + ("TEMPORRAILY", &["temporarily"]), + ("LEGISLATIE", &["legislative"]), + ("RECENDABLE", &["rescindable"]), + ("EXPERIMETNEL", &["experimental"]), + ("KKNOW", &["know"]), + ("DISTRIUBTION", &["distributions"]), + ("NIMPHEAN", &["nymphean"]), + ("PRECISILY", &["precisely"]), + ("TRANSSCRIPT", &["transcript"]), + ("ENRTY", &["entry"]), + ("DUPLIACATE", &["duplicate"]), + ("INDIAAN", &["indiana"]), + ("BARRACKUS", &["barracks"]), + ("INCOMPREHINSIBLE", &["incomprehensible"]), + ("PROLICKS", &["prolix"]), + ("INCOMNG", &["incoming"]), + ("FORMINABLE", &["formidable"]), + ("POSSIBBE", &["possible"]), + ("OSTRIDGE", &["ostrich"]), + ("AMPHATHEATER", &["amphitheater"]), + ("ABTRACTIONS", &["abstractions"]), + ("ENTERPIRSES", &["enterprises"]), + ("FIGNERPRINT", &["fingerprint"]), + ("VALKIRYE", &["valkyrie"]), + ("EXPEENSIVE", &["expensive"]), + ("COMPARITAVE", &["comparative"]), + ("ALGORHITHMIC", &["algorithmic"]), + ("LEGISLATIORS", &["legislators"]), + ("PARAMTERIZED", &["parameterized"]), + ("IMPOSSIBRY", &["impossibly"]), + ("ABSCENCE", &["absence"]), + ("INEVIDABLE", &["inevitable"]), + ("FONTAINS", &["fountains", "contains"]), + ("OBERFLOWED", &["overflowed"]), + ("SIEZ", &["size", "seize"]), + ("SELECTD", &["selected"]), + ("ISTRUCTION", &["instruction"]), + ("DEPCITING", &["depicting"]), + ("INTERSTELA", &["interstellar"]), + ("EXPECTATING", &["expectation"]), + ("SEPARETEDLY", &["separately"]), + ("ADVENTAGOUS", &["advantageous"]), + ("UNEVALUTED", &["unevaluated"]), + ("REEVAULATING", &["reevaluating"]), + ("ASSSITS", &["assists"]), + ("DEROGOTORY", &["derogatory"]), + ("SEQENSING", &["sequencing"]), + ("MISSPELLT", &["misspelt"]), + ("ADMINSITRATOR", &["administrator"]), + ("POWERHORSE", &["powerhouse"]), + ("SIMLUTANEOUS", &["simultaneous"]), + ("PREMIUS", &["premiums"]), + ("ENCOMPASESS", &["encompasses"]), + ("DISENGINUOUS", &["disingenuous"]), + ("PROFFESED", &["professed"]), + ("DEVELOPENT", &["development"]), + ("SIMMETRICLY", &["symmetricly"]), + ("MILLISEOND", &["millisecond"]), + ("UNINSPRIED", &["uninspired"]), + ("UNINTERESING", &["uninteresting"]), + ("QUADRANTIC", &["quadratic"]), + ("TARVISCI", &["travisci"]), + ("RECUSRIVELY", &["recursively"]), + ("AGGREVATE", &["aggravate"]), + ("CONFOG", &["config"]), + ("MICROHPONES", &["microphones"]), + ("CLAER", &["clear"]), + ("ESSNETIAL", &["essential"]), + ("UNINTERNETED", &["uninterested"]), + ("EXPEPECTING", &["expecting"]), + ("HANDRWITING", &["handwriting"]), + ("CONFIRMMING", &["confirming"]), + ("DEDUPLICACION", &["deduplication"]), + ("CONTESTASE", &["contests"]), + ("FEATCHSS", &["fetches"]), + ("COMPLATION", &["completion", "compilation"]), + ("PROCRASTRINATES", &["procrastinates"]), + ("CERINOMY", &["ceremony"]), + ("THERAPUDIC", &["therapeutic"]), + ("TERRFORM", &["terraform"]), + ("DECOSE", &["decode"]), + ("ITIALISING", &["initialising"]), + ("DYNAMINCS", &["dynamics"]), + ("HYPOCRITUS", &["hypocrites"]), + ("REGULARY", &["regularly", "regular"]), + ("DIRETCX", &["directx"]), + ("SUBISDIZING", &["subsidizing"]), + ("VETORED", &["vectored", "vetoed"]), + ("TYPOPGRAHIC", &["typographic"]), + ("INTERPOLAED", &["interpolated"]), + ("ANALIZER", &["analyzer"]), + ("HTTING", &["hitting"]), + ("BENN", &["been"]), + ("HIPTSERS", &["hipsters"]), + ("MERCENARIOS", &["mercenaries"]), + ("SINNICALY", &["cynically"]), + ("APPRAOCH", &["approach"]), + ("UNCOMMMENTED", &["uncommented"]), + ("VULENRABILITY", &["vulnerability"]), + ("CANCLES", &["cancels"]), + ("MANIFISTATION", &["manifestation"]), + ("SUMBARINES", &["submarines"]), + ("KOOLOT", &["culotte"]), + ("ENCRYPTATION", &["encryption"]), + ("TOMOROOW", &["tomorrow"]), + ("ASSUALTS", &["assaults"]), + ("EXPIREMENTAL", &["experimental"]), + ("ASTRIXS", &["asterisks"]), + ("ELECTRONICOS", &["electronics"]), + ("PROSPERTITY", &["prosperity"]), + ("CONECT", &["connect"]), + ("AVAILAILITY", &["availability"]), + ("UNFRIENTLY", &["unfriendly"]), + ("OPOSITE", &["opposite"]), + ("SEIVE", &["sieve"]), + ("CORRECTINGS", &["corrections"]), + ("AMBIDEXTEROUSNESS", &["ambidextrousness"]), + ("VENTILLATING", &["ventilating"]), + ("RELOADE", &["reload"]), + ("INSTRCUTS", &["instructs"]), + ("FPT", &["ftp"]), + ("DESTINTY", &["destiny"]), + ("EXPERICE", &["experience"]), + ("INDEPENDENS", &["independents"]), + ("TRAUMATISCH", &["traumatic"]), + ("MANTAINED", &["maintained"]), + ("SYMPTUMATICALLY", &["symptomatically"]), + ("TRANSPODER", &["transported"]), + ("FOLOWWINWG", &["following"]), + ("VISUALIZATING", &["visualization"]), + ("CORUPT", &["corrupt"]), + ("INCORPORTED", &["incorporated"]), + ("RECRUTIING", &["recruiting"]), + ("SPONATENOUSLY", &["spontaneously"]), + ("PODMEOS", &["podemos"]), + ("POOINT", &["point"]), + ("SPARLKING", &["sparkling"]), + ("BOOKMARS", &["bookmarks"]), + ("UNCOMMPRESSED", &["uncompressed"]), + ("CONSITIONAL", &["conditional"]), + ("CONETIVITY", &["connectivity"]), + ("MARBLEDS", &["marbles"]), + ("REFESHES", &["refreshes"]), + ("TANNHEILL", &["tannehill"]), + ("MDIFIER", &["modifier"]), + ("WITNESSSING", &["witnessing"]), + ("TRANSCOCDINGS", &["transcodings"]), + ("MACHNE", &["machine"]), + ("RUNNGING", &["running", "rummaging"]), + ("PROCESORS", &["processors"]), + ("HIERACHY", &["hierarchy"]), + ("BARECLONA", &["barcelona"]), + ("NEESD", &["needs"]), + ("REVIWED", &["reviewed"]), + ("PRECENCE", &["presence"]), + ("INITILISES", &["initialises"]), + ("CINEMATOGRAHY", &["cinematography"]), + ("EXCAPES", &["escapes"]), + ("CALSS", &["calls", "class"]), + ("INDEVER", &["endeavor"]), + ("CONTINUEOUS", &["continuous"]), + ("RYTHMIC", &["rhythmic"]), + ("EXTROARDINARILY", &["extraordinarily"]), + ("ANNONCEMENT", &["announcement"]), + ("BEGININNGS", &["beginnings"]), + ("SIMETRIES", &["symmetries"]), + ("GRUOPS", &["groups"]), + ("CLOSSIONS", &["collisions"]), + ("MEDISINAL", &["medicinal"]), + ("NOMINATONS", &["nominations"]), + ("VARIERTY", &["variety"]), + ("SYNTATIC", &["syntactic"]), + ("PROGRMAE", &["program"]), + ("ACCONTING", &["accounting"]), + ("DESLTOPS", &["desktops"]), + ("RQEUESTS", &["requests", "quests"]), + ("CONNECTTED", &["connected"]), + ("NEIGHBOURHOOFS", &["neighbourhoods"]), + ("RELAXATING", &["relaxation"]), + ("GUESTURES", &["gestures"]), + ("OPPENLY", &["openly"]), + ("TERMIANL", &["terminal"]), + ("DIVERISFY", &["diversify"]), + ("INDIANOS", &["indians"]), + ("OPTIMZIED", &["optimized"]), + ("REGISTED", &["registered"]), + ("CAHGNING", &["changing"]), + ("REGISTRATED", &["registered"]), + ("CHECKTS", &["checked", "checks"]), + ("BRESHES", &["brushes"]), + ("HSA", &["has"]), + ("CONCATINATIONS", &["concatenations"]), + ("GUAREENTEE", &["guarantee"]), + ("FINF", &["find"]), + ("CONSTRATINTS", &["constraints"]), + ("ACCESSS", &["access"]), + ("IMAKES", &["makes"]), + ("CILPBOARD", &["clipboard"]), + ("SIMLATOR", &["simulator"]), + ("SPECIMINES", &["specimen"]), + ("EDN", &["end"]), + ("FUGURE", &["figure"]), + ("BESTIALIY", &["bestiality"]), + ("SHORTERN", &["shorten"]), + ("DISAPPEARAING", &["disappearing"]), + ("CLUTERS", &["clusters", "clutters"]), + ("CONVERTIRTE", &["converter"]), + ("REMINISER", &["reminiscer"]), + ("EXCULSIVELY", &["exclusively"]), + ("PREPOSTUROUS", &["preposterous"]), + ("OVERREIDDEN", &["overridden"]), + ("MORRISOUND", &["morrison"]), + ("INTELLECUTALS", &["intellectuals"]), + ("COMLAINING", &["complaining"]), + ("COVECTION", &["convection"]), + ("UNCHANGD", &["unchanged"]), + ("SOUTHERERS", &["southerners"]), + ("ITENTION", &["intention"]), + ("PORJECT", &["project"]), + ("CHRONOSOME", &["chromosome"]), + ("TARGTETS", &["targets"]), + ("DISRESEPCTFUL", &["disrespectful"]), + ("MARBELS", &["marbles"]), + ("DECLARACION", &["declaration"]), + ("SZENARIOS", &["scenarios"]), + ("EXECULATBLES", &["executables"]), + ("SPEFICICALLY", &["specifically"]), + ("METAPHORICLY", &["metaphorical"]), + ("MUSSILS", &["muscles", "mussels"]), + ("INIITALIZE", &["initialize"]), + ("FOTOGRAFY", &["photography"]), + ("NORTHEN", &["northern"]), + ("CONSUMERSIM", &["consumerism"]), + ("MOTEURING", &["motoring"]), + ("PREDESSECOR", &["predecessor"]), + ("ADDRESABLE", &["addressable"]), + ("REESRVED", &["reserved"]), + ("PLASING", &["placing", "pleasing", "phasing"]), + ("CALULATING", &["calculating"]), + ("FANATSIZE", &["fantasize"]), + ("CONSITUTES", &["constitutes"]), + ("CONVINCENTE", &["convenient"]), + ("NOTATIN", &["notation"]), + ("CALLIG", &["calling"]), + ("GYMNISTICS", &["gymnastics"]), + ("BOOOLEANS", &["booleans"]), + ("EXPITED", &["expedited", "expired"]), + ("UNPLESENT", &["unpleasant"]), + ("ACCUMALATOR", &["accumulator"]), + ("EXCELLANT", &["excellent"]), + ("PICNICING", &["picnicking"]), + ("LIFESTLYES", &["lifestyles"]), + ("OPAYKELY", &["opaquely"]), + ("ZOOKEINI", &["zucchini"]), + ("RIMINICER", &["reminiscer"]), + ("COMPATABILLITY", &["compatibility"]), + ("LOLAL", &["total"]), + ("SUBTRING", &["substring"]), + ("METHOS", &["methods", "method"]), + ("COMEDIAC", &["comedic"]), + ("ATTACTMENTS", &["attachments"]), + ("DRIFITNG", &["drifting"]), + ("UNPREDICATBLE", &["unpredictable"]), + ("COINCIDINCE", &["coincidence"]), + ("AFFIARS", &["affairs"]), + ("MODEE", &["mode"]), + ("REDISTRUBUTED", &["redistributed"]), + ("REACHEABLE", &["reachable"]), + ("TOGGEL", &["toggle"]), + ("ABOUNT", &["about"]), + ("INTRENETS", &["internets"]), + ("INDENDENT", &["indent", "indented", "independent"]), + ("UNDEPENDEND", &["independent", "nondependent"]), + ("CHOSEEN", &["chosen"]), + ("SEGMANTATION", &["segmentation"]), + ("ANONIMOUSLY", &["anonymously"]), + ("SAMLED", &["sampled"]), + ("ACHEIVMENT", &["achievement"]), + ("CURCUMSTANTIAL", &["circumstantial"]), + ("DETEORIATED", &["deteriorated"]), + ("UNFRIENDY", &["unfriendly"]), + ("ZIONSITS", &["zionists"]), + ("HISTORYCALLY", &["historically"]), + ("ARRANMENTS", &["arrangements"]), + ("TRANSCRIPCION", &["transcription"]), + ("INFRASTRUCURE", &["infrastructure"]), + ("REPECTIVE", &["receptive", "respective"]), + ("COMBATENTS", &["combatants"]), + ("CONVENTIONNAL", &["conventional"]), + ("PORPORTIONALLY", &["proportionally"]), + ("CONTINTENT", &["contingent"]), + ("LEGISLATIVO", &["legislation"]), + ("PARMETIAN", &["parmesan"]), + ("ASIST", &["assist"]), + ("MANUPULATE", &["manipulate"]), + ("SCHDULE", &["schedule"]), + ("TECHNICIENS", &["technicians"]), + ("GIMMICKERS", &["gimmicks"]), + ("DECONDER", &["decoder"]), + ("TRAGICALY", &["tragically"]), + ("ACCSS", &["access"]), + ("STRIAGHT", &["straight"]), + ("SETTLEMNTS", &["settlements"]), + ("FUNCTON", &["function"]), + ("AUTOMTIC", &["automatic"]), + ("MYRAID", &["myriad"]), + ("INSTNACES", &["instances"]), + ("BODYBUILDIG", &["bodybuilding"]), + ("AESILY", &["easily"]), + ("BALANCEADA", &["balanced"]), + ("INFOMED", &["informed"]), + ("ARGUMNT", &["argument"]), + ("COGNITIVIE", &["cognitive"]), + ("EXICUTES", &["", "executes"]), + ("SCHEDULLING", &["scheduling"]), + ("PUNICODE", &["punycode"]), + ("LUBICRANT", &["lubricant"]), + ("REDICULOUS", &["ridiculous"]), + ("RENOUN", &["renown"]), + ("UNCRYPTED", &["unencrypted"]), + ("HAPILLY", &["happily"]), + ("PERORDERED", &["preordered"]), + ("STRIING", &["string"]), + ("GETTITEMS", &["getitems"]), + ("CONVINIENTLY", &["conveniently"]), + ("OLYPMIC", &["olympic"]), + ("VACUMED", &["vacuumed"]), + ("OPINYONAIRE", &["opinionnaire"]), + ("TRANSPHONIC", &["transphobic"]), + ("FLEXIBEL", &["flexible"]), + ("LANGTH", &["length"]), + ("NEIGHBOOD", &["neighborhood"]), + ("APEAR", &["appear"]), + ("SYNCHRONEOUS", &["synchronous"]), + ("DONWLOAD", &["download"]), + ("REGUARLIZE", &["regularize"]), + ("ANNTENAS", &["antennas"]), + ("ALGORTIHM", &["algorithm"]), + ("INSTALLEERT", &["installer"]), + ("PATCHS", &["patches", "paths"]), + ("SPEFICIFCATIONS", &["specifications"]), + ("COMPETATION", &["computation"]), + ("EXMPLAR", &["exemplar"]), + ("BOYFREIND", &["boyfriend"]), + ("REDESIGING", &["redesign"]), + ("CONSIERS", &["considers"]), + ("ATTRUBYTE", &["attribute"]), + ("INCORPRATES", &["incorporates"]), + ("COMPLETALBE", &["completable"]), + ("APPROPIATELY", &["appropriately"]), + ("SUCESSULLY", &["successfully"]), + ("PERSERVERE", &["persevere"]), + ("GUNDAMENTALISTS", &["fundamentalists"]), + ("FERTILIZIER", &["fertilizer"]), + ("VULBERABUILITES", &["vulnerabilities"]), + ("CORRETED", &["corrected"]), + ("EXPETIONAL", &["exceptional"]), + ("PROTECCION", &["protection"]), + ("BOBYBUILDING", &["bodybuilding"]), + ("ABVAILABLE", &["available"]), + ("ANNOUNEMENTS", &["announcements"]), + ("CHALLENING", &["challenging"]), + ("ALTOUGHT", &["although"]), + ("CONTINUUITY", &["continuity"]), + ("PROMMPT", &["prompt"]), + ("CUSTONISABLE", &["customisable"]), + ("RESTORARION", &["restoration"]), + ("DEAHTLY", &["deathly"]), + ("CONCATONATED", &["concatenated"]), + ("ACQUANTIANCES", &["acquaintances"]), + ("QUIRIES", &["queries"]), + ("DISCUALIFIED", &["disqualified"]), + ("ARBITRTY", &["arbitrary"]), + ("INTERFERRES", &["interferes"]), + ("DITRIBUTIONS", &["distributions"]), + ("CUZTOMIZED", &["customized"]), + ("RELEIVES", &["relieves"]), + ("PROTAGINISTS", &["protagonists"]), + ("AUTHORATITATIVE", &["authoritative"]), + ("QUREY", &["query"]), + ("ALGOLITHMIC", &["algorithmic"]), + ("PROPHACY", &["prophecy"]), + ("WRKLOAD", &["workload"]), + ("INSUFFICANT", &["insufficient"]), + ("DESTRUCITON", &["destruction"]), + ("TIGHTARE", &["tighter"]), + ("AUTHENRICATES", &["authenticates"]), + ("MATCBH", &["match"]), + ("ALLIGEANCE", &["allegiance"]), + ("KIDKNAPPEE", &["kidnappee"]), + ("SPECIFIECS", &["specifics"]), + ("MATHIMATIC", &["mathematic"]), + ("CURERNTLY", &["currently"]), + ("SEARCAHBLE", &["searchable"]), + ("MODDELS", &["models"]), + ("PREDICIOTN", &["prediction"]), + ("HATESINK", &["heatsink"]), + ("MESHE", &["mesh", "meshed", "meshes"]), + ("THAIR", &["their", "there"]), + ("CONTAMINATO", &["contamination"]), + ("ASSEMALATED", &["assimilated"]), + ("MANUFACTUERS", &["manufacturers", "manufactures"]), + ("DELARATIONS", &["declarations"]), + ("PERSONAES", &["personas"]), + ("DEFFER", &["differ", "defer"]), + ("PASTURISE", &["pasteurise"]), + ("POSTDAM", &["potsdam"]), + ("FATSER", &["faster"]), + ("DISCCONEECTED", &["disconnected"]), + ("PROGRAMMEUR", &["programmer"]), + ("MISDEAMENORS", &["misdemeanor"]), + ("DEPENDICY", &["dependency"]), + ("JITTERRING", &["jittering"]), + ("RELINTQUISH", &["relinquish"]), + ("POLIGON", &["polygon"]), + ("IMPORBABLE", &["improbable"]), + ("VEBROSE", &["verbose"]), + ("TRASNACTIONS", &["transactions"]), + ("CONSISTENCENCY", &["consistency"]), + ("AGRAGATES", &["aggregates"]), + ("ANIMATIE", &["animate"]), + ("REEVALULATE", &["reevaluate"]), + ("OPPPORTUNITY", &["opportunity"]), + ("PATHFIDNER", &["pathfinder"]), + ("MOUNC", &["mount"]), + ("GUARNATEEES", &["guarantees"]), + ("ATTCH", &["attach"]), + ("APOLOGISTAS", &["apologists"]), + ("ACCOCIATES", &["associates"]), + ("CUMULATATIVE", &["cumulative"]), + ("PROTECTRONS", &["protections"]), + ("DEVLOPMENT", &["development"]), + ("INSPIRERAS", &["inspires"]), + ("CONTANTI", &["contacting"]), + ("CLOSESLY", &["closely"]), + ("SOEMTHINGS", &["somethings"]), + ("PEDOPHILLA", &["pedophilia"]), + ("TRAVERED", &["traversed"]), + ("VEGATERIANS", &["vegetarians"]), + ("IMPROTING", &["importing"]), + ("THERMODYNMAICS", &["thermodynamics"]), + ("FORSKAEN", &["forsaken"]), + ("EXPOSITO", &["exposition"]), + ("ALWAYSE", &["always"]), + ("EXCLUSIVAS", &["exclusives"]), + ("CONTAMPORARIES", &["contemporaries"]), + ("VEGETARAIN", &["vegetarians"]), + ("APPROPRITAE", &["appropriate"]), + ("DYNMIC", &["dynamic"]), + ("EXCEPRT", &["excerpt"]), + ("SIGNIFANTLY", &["significantly"]), + ("CYLNDER", &["cylinder"]), + ("APPRIXIMATIONS", &["approximations"]), + ("DEREGITERS", &["deregisters"]), + ("STABILITES", &["stabilizes"]), + ("IGZORT", &["exhort"]), + ("COMPETATOR", &["competitor"]), + ("ASTHETIC", &["aesthetic"]), + ("WORKFROCE", &["workforce"]), + ("SCIENTISST", &["scientists", "scientist"]), + ("SUGGGESTING", &["suggesting"]), + ("INTERVENUE", &["intervene"]), + ("ANALSYES", &["analyses"]), + ("EXPOSSE", &["exposes"]), + ("SEMSETER", &["semester"]), + ("UBITQUITOUS", &["ubiquitous"]), + ("ANALGOUS", &["analogous"]), + ("COGINTO", &["cognito"]), + ("DEFAULZ", &["default", "defaults"]), + ("QUAILFY", &["qualify"]), + ("RESGISTERS", &["registers"]), + ("SUBIRECTORY", &["subdirectory"]), + ("REFERENECES", &["references"]), + ("CYMPTUMATICLLY", &["symptomatically"]), + ("CONSTENTLY", &["constantly"]), + ("GENERATIG", &["generating"]), + ("OVERLCOCKING", &["overclocking"]), + ("DETINATION", &["destination"]), + ("DEFINEAS", &["defines"]), + ("LOCAIONS", &["locations"]), + ("SUPERSEED", &["supersede"]), + ("INCOMPATABILE", &["incompatible"]), + ("DEFFINITIVELY", &["definitively"]), + ("ASSITANCE", &["assistance"]), + ("TERRORISTES", &["terrorists"]), + ("SYNRONOUS", &["synchronous"]), + ("STATEMANET", &["statement"]), + ("INOVATIVE", &["innovative"]), + ("DISSIMIAR", &["dissimilar"]), + ("DEPLICATED", &["deprecated"]), + ("SINGNALS", &["signals"]), + ("HIESMAN", &["heisman"]), + ("TRANSPARREN", &["transparent"]), + ("DENEIRS", &["deniers"]), + ("DEDUCTIABLE", &["deductible"]), + ("SERCHES", &["searches"]), + ("ENVOLVED", &["involved"]), + ("MINNIMUM", &["minimum"]), + ("UNSER", &["under", "unset", "unsure", "user"]), + ("SEVICES", &["services"]), + ("PROVIERS", &["providers"]), + ("TEMPATE", &["template"]), + ("BROOZES", &["bruises"]), + ("TANSIENT", &["transient"]), + ("ACTIALLY", &["actually"]), + ("CONSUMPION", &["consumption"]), + ("LAUCNHERS", &["launchers"]), + ("MISSLETOW", &["mistletoe"]), + ("EFFECK", &["effect"]), + ("INSTUTUTION", &["institution"]), + ("SYSTYEM", &["system"]), + ("TRUN", &["turn"]), + ("THANKYOOU", &["thankyou"]), + ("SCHEDULD", &["scheduled"]), + ("EXCHNGED", &["exchanged"]), + ("FRUITSATIONS", &["frustrations"]), + ("CONTTRIBUTED", &["contributed"]), + ("JUGGERNATH", &["juggernaut"]), + ("GENEARTED", &["generated"]), + ("BEUTIFICATION", &["beautification"]), + ("SOOMEWHAT", &["somewhat"]), + ("RECONSTRCUT", &["reconstruct"]), + ("SUPERSTITON", &["superstition"]), + ("MISSIONERA", &["missionary"]), + ("WITNESSS", &["witnesses"]), + ("BOTTLENECTS", &["bottlenecks"]), + ("FOLLWOE", &["follow"]), + ("SEGMENDS", &["segments"]), + ("COMEPTITIONS", &["competitions"]), + ("LEAGAL", &["legal"]), + ("RESTRICTIED", &["restrictive"]), + ("CORDINATOR", &["coordinator"]), + ("ASBTRACT", &["abstract"]), + ("REPUGLICANS", &["republicans"]), + ("CHEEPER", &["cheaper"]), + ("RECIPIANT", &["recipient"]), + ("RENEWL", &["renewal"]), + ("ALIGINMENT", &["alignment"]), + ("FRUSTRACION", &["frustration"]), + ("ENTHUSUASTIC", &["enthusiastic"]), + ("PRIVATICED", &["privatized"]), + ("COMPSABLE", &["composable"]), + ("FULFULLING", &["fulfilling"]), + ("ANAYSIS", &["analysis"]), + ("INFORMATIEF", &["informative"]), + ("DEAMONIZING", &["daemonizing"]), + ("EXECULTABLES", &["executables"]), + ("ALTETNATIVES", &["alternatives"]), + ("MEDICAD", &["medicaid"]), + ("CONTESTORS", &["contests"]), + ("SEVERLY", &["severely"]), + ("TEMPREMENT", &["temperament"]), + ("INFRIDGING", &["infringing"]), + ("CHNAGED", &["changed"]), + ("TRAIGER", &["triager"]), + ("INSENTIVE", &["incentive", "insensitive"]), + ("PERTOLEUM", &["petroleum"]), + ("PRONUNCIATON", &["pronunciation"]), + ("COCKROACHERS", &["cockroaches"]), + ("MULITPLES", &["multiples"]), + ("CLUMSLY", &["clumsily"]), + ("PARADIGGUM", &["paradigm"]), + ("DEPRACATED", &["deprecated"]), + ("NEIBORHOODS", &["neighborhoods"]), + ("PRESCRIE", &["prescribed"]), + ("MISMACHES", &["mismatches"]), + ("CARANGE", &["carnage"]), + ("METEPHYSICAL", &["metaphysical"]), + ("HYPNOSS", &["hypnosis"]), + ("THEROETICAL", &["theoretical"]), + ("RITABLE", &["writable"]), + ("DEDECATED", &["dedicated"]), + ("GRADUASTE", &["graduates"]), + ("STTE", &["state"]), + ("BASTARDES", &["bastards"]), + ("DECTECTIONS", &["detections"]), + ("TRANSLATERS", &["translators"]), + ("EMEDDED", &["embedded"]), + ("SYTROFOAM", &["styrofoam"]), + ("MORMONISIM", &["mormonism"]), + ("SUBSTANTE", &["substantive"]), + ("AVATOR", &["avatar"]), + ("INCORRECTLED", &["incorrectly"]), + ("REPRESENTATIVO", &["representation"]), + ("VOIF", &["void"]), + ("SUBSIDEZED", &["subsidized"]), + ("MISCHEVUS", &["mischievous"]), + ("ALREADT", &["already"]), + ("DEPATURE", &["departure"]), + ("KIDKNAPS", &["kidnaps"]), + ("SIGLES", &["singles", "sigils"]), + ("SPECIFING", &["specifying"]), + ("RECALCUALTIONS", &["recalculations"]), + ("HALLOWEEEN", &["halloween"]), + ("SYSTEMETIC", &["systematic"]), + ("VALLIDATION", &["validation"]), + ("CHOCOLOTS", &["chocolates"]), + ("PREIMUMS", &["premiums"]), + ("DATABSE", &["database"]), + ("PLGUIN", &["plugin"]), + ("ELECTRONCS", &["electrons"]), + ("EXPRESSIN", &["expression"]), + ("SIGRYNGE", &["syringe"]), + ("DECORELATE", &["decorrelate"]), + ("GARILLAS", &["guerillas"]), + ("RESPONDIBLE", &["responsible"]), + ("ANAYLST", &["analyst"]), + ("OPERTIONS", &["operations"]), + ("EXTRY", &["entry"]), + ("INSTITUTIONNELS", &["institutions"]), + ("FRIENDZIES", &["friendlies"]), + ("EMPASS", &["impasse"]), + ("FEDILITY", &["fidelity"]), + ("ADDIOTIONS", &["additions"]), + ("DUMPLICATE", &["duplicate"]), + ("PILONS", &["pillions", "pylons"]), + ("SEPERATORS", &["separators"]), + ("LEPRACANS", &["leprechauns"]), + ("RHYTHIMCALLY", &["rhythmically"]), + ("BUTTHOEL", &["butthole"]), + ("NEGOCIATES", &["negotiates"]), + ("PHARMASEUDICALLY", &["pharmaceutical"]), + ("SCHEDUAL", &["schedule"]), + ("TRAVELERES", &["travelers"]), + ("FAMILAIRITY", &["familiarity"]), + ("SUBMISIONS", &["submissions"]), + ("TRNASMITS", &["transmits"]), + ("TRIGNOMETRY", &["trigonometry"]), + ("EEVERYWHERE", &["everywhere"]), + ("EXPANSHIONS", &["expansions"]), + ("PARM", &["param", "pram", "parma"]), + ("COLLISON", &["collision", "collusion"]), + ("AUDEINCE", &["audience"]), + ("ONECE", &["once"]), + ("APPROPREATION", &["appropriation"]), + ("SPECIFYINHG", &["specifying"]), + ("AGGRIVATING", &["aggravating"]), + ("SHCEMES", &["schemes"]), + ("RETRIVABLE", &["retrievable"]), + ("MAINTAINCES", &["maintenances"]), + ("BNACK", &["back"]), + ("UNCOMPLETNESS", &["incompleteness"]), + ("BATTEY", &["battery"]), + ("SOUCES", &["sources"]), + ("PREALOCATING", &["preallocating"]), + ("REPRESENTITIVES", &["representatives"]), + ("RECONCILATION", &["reconciliation"]), + ("INTOXINATED", &["intoxicated"]), + ("DESICION", &["decision"]), + ("HEDEGHOG", &["hedgehog"]), + ("SPEFICIFIFERS", &["specifiers"]), + ("ENDUCING", &["inducing"]), + ("WHERES", &["whereas"]), + ("IRANINA", &["iranian"]), + ("COMPLIMENTY", &["complimentary"]), + ("READDRSSES", &["readdresses"]), + ("PARGE", &["large"]), + ("WORFKLOWS", &["workflows"]), + ("ECEONOMY", &["economy"]), + ("EXPERIMDNTS", &["experiments"]), + ("DIANGOSE", &["diagnose"]), + ("LAODING", &["loading"]), + ("RESPONSD", &["responds"]), + ("INFILTRAIT", &["infiltrate"]), + ("LITTE", &["little"]), + ("OVERCROUDED", &["overcrowded"]), + ("ASSEBLY", &["assembly"]), + ("BIRTHDSY", &["birthdays"]), + ("ANALAGUS", &["analogous"]), + ("RESOLVS", &["resolves"]), + ("TABACCO", &["tobacco"]), + ("MEASUED", &["measured"]), + ("CONSISTENDTLY", &["consistently"]), + ("PIGLRIM", &["pilgrim"]), + ("EXECITIONER", &["executioner"]), + ("SPECEFICALLY", &["specifically"]), + ("ARCHITECTUUR", &["architecture"]), + ("INSTUTITIONAL", &["institutional"]), + ("PROVISIOING", &["provisioning"]), + ("CRITISIZED", &["criticized"]), + ("AEROSAPCE", &["aerospace"]), + ("STUCTS", &["structs"]), + ("EMBARRASMENT", &["embarrassment"]), + ("USESFULL", &["useful"]), + ("BEVORE", &["before"]), + ("PHYSCIAL", &["physical"]), + ("CONTUINING", &["continuing"]), + ("MINIPULATION", &["manipulation"]), + ("PROPRLY", &["properly"]), + ("OBAY", &["obey"]), + ("INTREGAL", &["integral"]), + ("COORDINIATES", &["coordinates"]), + ("SPEFIIFIABLE", &["specifiable"]), + ("NORAML", &["normal"]), + ("INTERFERRING", &["interfering"]), + ("ESPICALLY", &["especially"]), + ("REFEREMDUM", &["referendum"]), + ("KACKIE", &["khaki"]), + ("RECOMPUUTES", &["recomputes"]), + ("UNITSS", &["units"]), + ("EXPERMINENT", &["experiment"]), + ("MARIGNALLY", &["marginally"]), + ("HUMILIATON", &["humiliation"]), + ("PARENTHEESIS", &["parenthesis"]), + ("TABEVIEW", &["tabview"]), + ("COMMETS", &["comets", "comments"]), + ("ASSSUMES", &["assumes"]), + ("DESYCHRONIZE", &["desynchronize"]), + ("EXPRESSVIEW", &["expressive"]), + ("REMMAPPED", &["remapped"]), + ("JOURNAAL", &["journal"]), + ("FACILITITATE", &["facilitate"]), + ("DEACRIPTOR", &["decryptor", "descriptor"]), + ("ADDAPTING", &["adapting"]), + ("INTERVIWED", &["interviewed"]), + ("TORTILLERA", &["tortilla"]), + ("WIDGEST", &["widgets"]), + ("APREHENSIVE", &["apprehensive"]), + ("DEVELOPE", &["develop"]), + ("BOOARD", &["board"]), + ("ITERNATIONS", &["iterations"]), + ("PREVEW", &["preview"]), + ("ESPROTS", &["esports"]), + ("NEIGHBOORING", &["neighboring"]), + ("RERPESENTATION", &["representation"]), + ("COUTNERACT", &["counteract"]), + ("VACUMMES", &["vacuums"]), + ("RENEGOTATIBLE", &["renegotiable"]), + ("DIRCETORIES", &["directories"]), + ("DIFFCULTIES", &["difficulties"]), + ("IMPLEMEND", &["implement"]), + ("PRODULY", &["proudly"]), + ("AUTHERS", &["authors"]), + ("HYSTERIIA", &["hysteria"]), + ("TANTURMS", &["tantrums"]), + ("ENGLISSH", &["english"]), + ("ENDEVOURS", &["endeavours"]), + ("NOSTLAGIC", &["nostalgic"]), + ("PRIVIDE", &["provide"]), + ("SPIRITUALY", &["spiritually"]), + ("STREMEAR", &["streamer"]), + ("SPECIALIES", &["specializes"]), + ("SEBRIAN", &["serbian"]), + ("MIAL", &["mail"]), + ("SRYIANS", &["syrians"]), + ("SHEPARDING", &["shepherding"]), + ("FORESHADOWNING", &["foreshadowing"]), + ("INDEPANDANCE", &["independence"]), + ("MULITATION", &["mutilation"]), + ("ARTSITS", &["artists"]), + ("AMACING", &["amazing"]), + ("STEATHLY", &["stealthy"]), + ("DEMONSTRATABLE", &["demonstrable"]), + ("NORMALE", &["normal"]), + ("TRANSPRT", &["transport"]), + ("CONVERSLY", &["conversely"]), + ("POLYNOMALS", &["polynomials"]), + ("DOCUEMNT", &["document"]), + ("LENGTEXT", &["longtext"]), + ("SEMENTICS", &["semantics"]), + ("HALLCUINATION", &["hallucination"]), + ("STALEKRS", &["stalkers"]), + ("ENGINERRING", &["engineering"]), + ("TRASFORMATIONS", &["transformations"]), + ("COMMMUNICATION", &["communication"]), + ("MARIABD", &["mariadb"]), + ("CONVERTIE", &["convertible"]), + ("WRITTINGS", &["writings"]), + ("CONNEECTION", &["connection"]), + ("CONVINENCE", &["convenience"]), + ("USALLY", &["usually"]), + ("CACULATER", &["calculator"]), + ("SIMULTANEOSLY", &["simultaneously"]), + ("DEMOLITING", &["demolition"]), + ("MEASURMENTS", &["measurements"]), + ("MUTIPL", &["multiple", "multiply"]), + ("COMPAYTIBILITY", &["compatibility"]), + ("CUASATION", &["causation"]), + ("ANALOUGE", &["analogue"]), + ("APPLAINCES", &["appliances"]), + ("DONWSIDES", &["downsides"]), + ("INTIAILIZEING", &["initializing"]), + ("POSSIBLEY", &["possibly"]), + ("RETURNN", &["return"]), + ("PROECEUDRE", &["procedure"]), + ("RECYCLYING", &["recycling"]), + ("EXCULDED", &["excluded"]), + ("GARFEILD", &["garfield"]), + ("CONVERED", &["converted", "covered"]), + ("RENEGOTICATION", &["renegotiation"]), + ("BRWOSER", &["browser"]), + ("FORNESIC", &["forensic"]), + ("CERTICATE", &["certificate"]), + ("MULITIPLE", &["multiple"]), + ("RECIEVER", &["receiver"]), + ("CALCULTATE", &["calculate"]), + ("UNRECONIZED", &["unrecognized"]), + ("SPIRITUS", &["spirits"]), + ("SPEFIXIABLE", &["specifiable"]), + ("FURNCTIONAL", &["functional"]), + ("COLAPSE", &["collapse"]), + ("REQUIREMENET", &["requirement"]), + ("DIRECETORY", &["directory"]), + ("SHUFLE", &["shuffle"]), + ("ISNTALL", &["install"]), + ("UNEXEPCTEDLY", &["unexpectedly"]), + ("CLENASE", &["cleanse"]), + ("FIGURATIVELEY", &["figuratively"]), + ("SUSINKT", &["succinct"]), + ("CONSENTRATION", &["concentration"]), + ("VRY", &["very"]), + ("APACOLYPSE", &["apocalypse"]), + ("RENDERR", &["render"]), + ("MIDEVIL", &["medieval"]), + ("REGRESOS", &["regress"]), + ("INPSIRED", &["inspired"]), + ("TRURNED", &["turned"]), + ("USSING", &["using"]), + ("INVARIBALY", &["invariably"]), + ("SINTACS", &["syntax"]), + ("DEVIED", &["device"]), + ("MTHODS", &["methods"]), + ("COMPLICATIE", &["complicit"]), + ("WRESSELERS", &["wrestlers"]), + ("PHAZING", &["phasing"]), + ("SEGMENDED", &["segmented"]), + ("DEPERCATION", &["deprecation"]), + ("MULTIPLATER", &["multiplayer"]), + ("UNRECOVARABLE", &["unrecoverable"]), + ("PECENTAGE", &["percentage"]), + ("DEFFERED", &["differed", "deferred"]), + ("CARIDNAL", &["cardinal"]), + ("NEGOTAITORS", &["negotiators"]), + ("REGARS", &["regards"]), + ("BOUNADRIES", &["boundaries"]), + ("ALTERNITIVELY", &["alternatively"]), + ("AVAILABELITY", &["availability"]), + ("OPTHALMOLOGIST", &["ophthalmologist"]), + ("DIFFERET", &["different"]), + ("THM", &["them"]), + ("JEFFIES", &["jiffies"]), + ("UNAVOIDBLE", &["unavoidable"]), + ("CONTROLER", &["controller"]), + ("SURPRIZED", &["surprised"]), + ("APPOLOGISE", &["apologise"]), + ("INTEGRAT", &["integral", "integrate"]), + ("DAMONS", &["daemons", "demons"]), + ("ENGAGEMNET", &["engagements"]), + ("VERISIONS", &["revisions"]), + ("EXPIERENCING", &["experiencing"]), + ("PUBILSH", &["publish"]), + ("CONCENED", &["concede"]), + ("MAINTAINANCE", &["maintenance"]), + ("SOLTUION", &["solution"]), + ("IDENFIFIER", &["identifier"]), + ("WATHEVER", &["whatever"]), + ("AQUITTED", &["acquitted"]), + ("ACCPETING", &["accepting"]), + ("BRAKET", &["bracket", "brake"]), + ("PURSIUT", &["pursuit"]), + ("BENG", &["being"]), + ("DISTIRBUTED", &["distribute", "distributed"]), + ("TRANSPARAENT", &["transparent"]), + ("REOSNABLE", &["reasonable"]), + ("CONPSIRACY", &["conspiracy"]), + ("BACUSE", &["because"]), + ("INSTRUCITONS", &["instruction", "instructions"]), + ("GOODLUK", &["goodluck"]), + ("FORUMLA", &["formula"]), + ("DYSHPORIA", &["dysphoria"]), + ("PROVIDOR", &["provider", "providore"]), + ("IMPLEMENTATAIONS", &["implementations"]), + ("EXCERCISING", &["exercising"]), + ("SIGNUATURE", &["signature"]), + ("SROUCE", &["source"]), + ("NERALLY", &["neurally"]), + ("SPECIYFING", &["specifying"]), + ("PREIMETER", &["perimeter"]), + ("ADDES", &["adds", "added", "adders", "address"]), + ("DEREFENCE", &["dereference"]), + ("INIDICATE", &["indicate"]), + ("COMPLETELLY", &["completely"]), + ("PERFOREMANCE", &["performance"]), + ("SATY", &["stay"]), + ("PRESCIRPTION", &["prescriptions"]), + ("TILLT", &["tilt"]), + ("PROCIDE", &["provide"]), + ("SKECTHES", &["sketches"]), + ("EXPETCED", &["expected"]), + ("SPLATON", &["splatoon"]), + ("PROMTED", &["prompted", "promoted"]), + ("CAPTRURE", &["capture"]), + ("INGNORES", &["ignores"]), + ("INIVISIBLE", &["invisible"]), + ("LABED", &["labeled"]), + ("INITUITION", &["initiation"]), + ("ININTIALISATION", &["initialisation"]), + ("VERSONS", &["versions"]), + ("AGRICULTRAL", &["agricultural"]), + ("SINGOL", &["signal", "single"]), + ("FLEXIABLE", &["flexible"]), + ("STATUSER", &["stature"]), + ("INCIDENTLY", &["incidentally"]), + ("DISMISSE", &["dismissive"]), + ("MISOGYNISIC", &["misogynistic"]), + ("SESITIVE", &["sensitive"]), + ("COROSPONDS", &["corresponds"]), + ("POSATIVE", &["positive"]), + ("COMPARISATION", &["comparison"]), + ("CHIUHAHUA", &["chihuahua"]), + ("IDETIFIES", &["identifies"]), + ("DETERMINGING", &["determining"]), + ("APOSTROPE", &["apostrophe"]), + ("SETTELED", &["settled"]), + ("AWKNOWLEDGES", &["acknowledges"]), + ("SHENANAGINS", &["shenanigans"]), + ("COMPOSOSITE", &["composite"]), + ("INTERVENION", &["intervening"]), + ("EMERGERD", &["emerged"]), + ("UNSLESS", &["unless", "useless"]), + ("SUFFICIT", &["sufficient"]), + ("ABSTRACED", &["abstracted"]), + ("INTIMITATED", &["intimidated"]), + ("ASSICATION", &["association"]), + ("MANUFACTUTER", &["manufacture"]), + ("SUBTITUTIONS", &["substitutions"]), + ("UNSUBSCIBED", &["unsubscribed"]), + ("DOUGHTER", &["daughter"]), + ("MOBIFY", &["modify"]), + ("TRANFERED", &["transferred"]), + ("SINGULATIES", &["singularities"]), + ("COMMENTAR", &["commentator"]), + ("NEIGHTOBR", &["neighbor"]), + ("SPEFICIFCALLY", &["specifically"]), + ("QAUNTITY", &["quantity"]), + ("DIRVE", &["drive"]), + ("SUPRESSES", &["suppresses"]), + ("APROVED", &["approved"]), + ("SCRITPED", &["scripted"]), + ("CIMETRICALY", &["symmetrically"]), + ("PLAYERSARE", &["playerbase"]), + ("FANCYNESS", &["fanciness"]), + ("BELEIFES", &["beliefs", "believes"]), + ("BLUEBURRIES", &["blueberries"]), + ("CURRENTRY", &["currently"]), + ("INTRESSTING", &["interesting"]), + ("FUSHAS", &["fuchsias"]), + ("MISILE", &["missile"]), + ("LIMITAIONS", &["limitations"]), + ("DETIALING", &["detailing"]), + ("DAHBOARD", &["dashboard"]), + ("REGULARILY", &["regularly"]), + ("CONNONATIONS", &["connotations"]), + ("TRANZISTOR", &["transistor"]), + ("ALHAPETICAL", &["alphabetical"]), + ("WRAPPERED", &["wrapped"]), + ("THUNBERBOLT", &["thunderbolt"]), + ("SUGGETSING", &["suggesting"]), + ("EXPLIZIT", &["explicit"]), + ("UNDERBOG", &["undergo"]), + ("FUNDIMENTALISTS", &["fundamentalists"]), + ("CORRSEPONDING", &["corresponding"]), + ("SERVECING", &["servicing"]), + ("VENGANCE", &["vengeance"]), + ("VICOTRIAN", &["victorian"]), + ("DESTRUYED", &["destroyed"]), + ("SURFCE", &["surface"]), + ("DICIPLINE", &["discipline"]), + ("BANDWIDHT", &["bandwidth"]), + ("FUNCTOIN", &["function"]), + ("OBJECTIVELLY", &["objectively"]), + ("LIBRABRY", &["library"]), + ("ASEND", &["ascend"]), + ("COLUMNE", &["column"]), + ("CIVALAZATIONS", &["civilizations"]), + ("ROIGINS", &["origins"]), + ("LITERARLLY", &["literary"]), + ("RESTANTI", &["restarting"]), + ("REPLACAS", &["replicas", "replaces"]), + ("ISNTALLING", &["installing"]), + ("GUARATEES", &["guarantees"]), + ("INTERNETEST", &["internets"]), + ("STCOKBRUSH", &["stockbrush"]), + ("CONFGURE", &["configure"]), + ("ATTEMTPING", &["attempting"]), + ("THERWISE", &["otherwise"]), + ("SUBTLETLY", &["subtlety"]), + ("ACUIRING", &["acquiring"]), + ("THORTTLING", &["throttling"]), + ("BETWEE", &["between"]), + ("SOLIFICATION", &["solidification"]), + ("RELEAING", &["releasing"]), + ("OCCURDED", &["occurred"]), + ("RELETE", &["delete", "relate"]), + ("CINEMATOGRAHPY", &["cinematography"]), + ("TORTILLLAS", &["tortilla"]), + ("COPYIRGHT", &["copyright"]), + ("TRANSILVANIA", &["transylvania"]), + ("PROTOGE", &["protege"]), + ("DOCUMENETER", &["documenter"]), + ("DISPENCARY", &["dispensary"]), + ("REVIEWTRUE", &["reviewer"]), + ("GUNSLINGNER", &["gunslinger"]), + ("APPARENTELY", &["apparently"]), + ("FRAMENTED", &["fragmented"]), + ("PSYCHOPANTS", &["psychopaths"]), + ("BRUSES", &["bruises"]), + ("AUSTRALIANESS", &["australians"]), + ("ASTROMONICAL", &["astronomical"]), + ("HYDRUALIC", &["hydraulic"]), + ("DPUBLE", &["double"]), + ("NECESSARIY", &["necessary", "necessarily"]), + ("COMITTEES", &["committees"]), + ("STANDARTDS", &["standards"]), + ("RANDAZYVOU", &["rendezvous"]), + ("INVENTROY", &["inventory"]), + ("VERIABLE", &["variable", "veritable"]), + ("ENED", &["need"]), + ("ELIGBLE", &["eligible"]), + ("NEGOTIOTATE", &["negotiate"]), + ("LANGUANAGES", &["languages"]), + ("RECTANLGE", &["rectangle"]), + ("COMAPNIONS", &["companions"]), + ("GUARRANTIE", &["guarantee"]), + ("OVERBOAD", &["overboard"]), + ("RELENTLESSY", &["relentlessly"]), + ("DEPERCATED", &["deprecated"]), + ("OVERSIMPLIFACTION", &["oversimplification"]), + ("CATALCYSM", &["cataclysm"]), + ("REINSTATIATES", &["reinstantiates"]), + ("RELEVANTS", &["relevant"]), + ("FASCINACION", &["fascination"]), + ("BATTLEFORNT", &["battlefront"]), + ("UPPSTREAMS", &["upstreams"]), + ("MANEVEURS", &["maneuvers"]), + ("SPECTRACAL", &["spectral"]), + ("THOUCH", &["touch"]), + ("PROGATES", &["propagates"]), + ("PRJECTS", &["projects"]), + ("UNDERMINDE", &["undermines"]), + ("APPORXIMATE", &["approximate"]), + ("TYPOGRAPHYC", &["typographic"]), + ("REALISTC", &["realistic"]), + ("BOUINDING", &["bounding"]), + ("PESTORE", &["petstore"]), + ("COMPULSERY", &["compulsory"]), + ("COMPABILITY", &["compatibility"]), + ("DEFINATELLY", &["definitely"]), + ("CONTIUOUSLY", &["continuously"]), + ("INOPERANT", &["inoperative"]), + ("OPPONENET", &["opponent"]), + ("CONTIGENTS", &["continents"]), + ("ARIBITARY", &["arbitrary"]), + ("SNYTAX", &["syntax"]), + ("ADROABLE", &["adorable"]), + ("FRACTALES", &["fractals"]), + ("HYPOCRIET", &["hypocrite"]), + ("SUBMIITED", &["submitted"]), + ("OTHERWIDE", &["otherwise"]), + ("VALKUES", &["values"]), + ("REAQUIRE", &["reacquire", "require"]), + ("DISCONTINOUS", &["discontinuous"]), + ("SUMMAY", &["summary"]), + ("CONNECTINOS", &["connections"]), + ("SERAILISE", &["serialise"]), + ("REWIEVS", &["reviews"]), + ("HANLDED", &["handled"]), + ("HAVED", &["have"]), + ("APPNED", &["append"]), + ("ALHPA", &["alpha"]), + ("INCOHERANCY", &["incoherency"]), + ("DATATBASE", &["database"]), + ("BETHESA", &["bethesda"]), + ("GIEN", &["given"]), + ("RATIONALIZATON", &["rationalization"]), + ("GUARENTES", &["guarantees"]), + ("PREPETUALLY", &["perpetually"]), + ("INVIDIDUALLY", &["individually"]), + ("COORDIINATES", &["coordinates"]), + ("VERIASIONS", &["variations"]), + ("EVANGELIA", &["evangelical"]), + ("FUNCTIN", &["function"]), + ("CONSTARINTS", &["constraint", "constraints"]), + ("TIRGGERED", &["triggered"]), + ("HEROICUS", &["heroics"]), + ("OFFSEST", &["offset", "offsets"]), + ("OBEJECT", &["object"]), + ("SERVIE", &["service"]), + ("UNFORTUATE", &["unfortunate"]), + ("REPOSOTORY", &["repository"]), + ("TELEGRPAH", &["telegraph"]), + ("SPEFICIALLICATIONS", &["specifications"]), + ("REPRESANTIATION", &["representation"]), + ("RESTURCTURED", &["restructured"]), + ("MILION", &["million"]), + ("COUNSILLING", &["counselling"]), + ("CUMMULATED", &["cumulated"]), + ("CAPACTIORS", &["capacitors"]), + ("DECIEDED", &["decided"]), + ("CONTIUNING", &["containing"]), + ("AUTHETICATORS", &["authenticators"]), + ("COTNAINER", &["container"]), + ("GOVEMENT", &["government"]), + ("FORMULAES", &["formulas"]), + ("UNDERMIMES", &["undermines"]), + ("EXECUSIONS", &["executions"]), + ("IMPRESISON", &["impressions"]), + ("BOOSTRAP", &["bootstrap"]), + ("UNCONNECTES", &["unconnected"]), + ("CARFULL", &["careful"]), + ("MARJIUANA", &["marijuana"]), + ("MEIGHT", &["might"]), + ("PERDATORS", &["predators"]), + ("KARAM", &["karma"]), + ("LABORERERS", &["laborers"]), + ("URKAINE", &["ukraine"]), + ("CONFUGURATION", &["configuration"]), + ("MODILE", &["mobile", "module"]), + ("APRROXIMATELY", &["approximately"]), + ("ELEMENTERY", &["elementary"]), + ("ASSEMBELD", &["assembled"]), + ("TEHNICALLY", &["ethnically", "technically"]), + ("ELIMANATION", &["elimination"]), + ("HEMPISHERE", &["hemisphere"]), + ("DIVIDENDES", &["dividends"]), + ("APPRECEATING", &["appreciating"]), + ("CONTINGING", &["containing"]), + ("CONTRSTS", &["contrasts"]), + ("ACCULUMATING", &["accumulating"]), + ("BASOD", &["based"]), + ("DEPENDONG", &["depending"]), + ("PARISES", &["praises"]), + ("TRANSPACENCY", &["transparency"]), + ("RIDICOUSLY", &["ridiculously"]), + ("PRPOSES", &["proposes"]), + ("UNRECONGIZED", &["unrecognized"]), + ("AFWULLY", &["awfully"]), + ("TRASNPARENT", &["transparent"]), + ("HYPOTHENUSE", &["hypotenuse"]), + ("IDENTITES", &["identities"]), + ("CONCLUSSION", &["conclusions"]), + ("LEGENDARIOS", &["legendaries"]), + ("IMPERFECTIONISTS", &["imperfections"]), + ("DECROATION", &["decoration"]), + ("RECRUTITING", &["recruiting"]), + ("PUBLICLLY", &["publicly"]), + ("FINANACE", &["finance"]), + ("ALGORTHYMIC", &["algorithmic"]), + ("ACROOS", &["across"]), + ("CONTINUATING", &["continuation"]), + ("INTERECT", &["interacted", "interact", "intersect"]), + ("TECHNITIANS", &["technicians"]), + ("DESINTEGRATION", &["disintegration"]), + ("MATERIASL", &["materials", "material"]), + ("CONTRUCTOR", &["constructor"]), + ("NORAMALIZING", &["normalizing"]), + ("DEAMONISATION", &["daemonisation"]), + ("TERMPERATURES", &["temperatures"]), + ("CONCHUSALLY", &["consciously"]), + ("PURCHACING", &["purchasing"]), + ("NEGOPTIONSOTIATE", &["negotiate"]), + ("APPRIXIMATING", &["approximating"]), + ("PHARMECEUTICAL", &["pharmaceutical"]), + ("DEPENEND", &["depend"]), + ("DINTERACTIVELY", &["interactively"]), + ("OBLITARATED", &["obliterated"]), + ("DISRESPECFUL", &["disrespectful"]), + ("DELAGATE", &["delegate"]), + ("DISINGENEOUS", &["disingenuous"]), + ("SNODWEN", &["snowden"]), + ("COMMINICATION", &["communication"]), + ("MERCHANTIBILITY", &["merchantability"]), + ("CHECHPOINT", &["checkpoint"]), + ("BURBON", &["bourbon"]), + ("FEBURARY", &["february"]), + ("CONTOLLERS", &["controllers"]), + ("MATC", &["match"]), + ("ILLITIRATE", &["illiterate"]), + ("SPARKEL", &["sparkle"]), + ("HAMMMER", &["hammer"]), + ("SUBSTITUES", &["substitutes"]), + ("REQEUSTS", &["requests"]), + ("UNCONSCIOULSY", &["unconsciously"]), + ("ATTRIBUITO", &["attribution"]), + ("INLCLUDES", &["includes"]), + ("DEPDENCENTES", &["dependences"]), + ("PERSEEDING", &["preceding"]), + ("CONVALUTED", &["convoluted"]), + ("EXPERENCED", &["experienced"]), + ("ABBBREVIATED", &["abbreviated"]), + ("SCENARIONS", &["scenarios"]), + ("HELEMTS", &["helmets"]), + ("SUPSICIOUS", &["suspicious"]), + ("SKPETICS", &["skeptics"]), + ("DESALLOCATED", &["deallocated"]), + ("STUPIDIY", &["stupidity"]), + ("DIETY", &["deity"]), + ("EITQUETTE", &["etiquette"]), + ("CALUCULATION", &["calculation"]), + ("EXPANISVE", &["expansive"]), + ("ECZECUTIVES", &["executives"]), + ("CONSTRUCITON", &["construction"]), + ("GOVENRMENTS", &["governments"]), + ("NEGOGTIATING", &["negotiating"]), + ("TELEMERY", &["telemetry"]), + ("FIRDAY", &["friday"]), + ("NEGOTIOATE", &["negotiate"]), + ("HOMOSEXAUL", &["homosexual"]), + ("REFRORMATTING", &["reformatting"]), + ("STUMBELD", &["stumbled"]), + ("DEPNDS", &["depends"]), + ("PBULISHER", &["publisher"]), + ("MIDFILEDERS", &["midfielders"]), + ("TERRETORIES", &["territories"]), + ("REFRERS", &["refers"]), + ("PALYBOY", &["playboy"]), + ("ATTMEPTING", &["attempting"]), + ("DCHP", &["dhcp"]), + ("OBSSESSED", &["obsessed"]), + ("ANALOGE", &["analogue"]), + ("HANEL", &["handle"]), + ("WRESTERS", &["wrestlers"]), + ("TRANLATION", &["translation"]), + ("HERETOSEXUAL", &["heterosexual"]), + ("ASISTANCE", &["assistance"]), + ("TEHY", &["they"]), + ("CONLCUSION", &["conclusion"]), + ("WHITRE", &["white"]), + ("CONSECTIVE", &["consecutive"]), + ("ACCAPTS", &["accepts"]), + ("ENTHICITY", &["ethnicity"]), + ("COCKTRICE", &["cockatrice"]), + ("ABTRACT", &["abstract"]), + ("RESPOSIBILITY", &["responsibility"]), + ("REALLOCAE", &["reallocate"]), + ("SCROLLADE", &["scrolled"]), + ("INSTITUTIONALE", &["institutionalized"]), + ("TRANSFORMATES", &["transforms"]), + ("DETTACH", &["detach"]), + ("SUYSTEMIC", &["systemic"]), + ("TAILGATTING", &["tailgating"]), + ("TRANSCOCDERS", &["transcoders"]), + ("DEFECTUS", &["defects"]), + ("DESCRIPTIOR", &["descriptor"]), + ("POITERS", &["pointers"]), + ("OCARNIA", &["ocarina"]), + ("SENSITIVTIES", &["sensitivities"]), + ("PERCENAGE", &["percentage"]), + ("STUCKT", &["stuck"]), + ("COPNTROLLER", &["controller"]), + ("ENTREPRENAUR", &["entrepreneur"]), + ("ASIPRIN", &["aspirin"]), + ("MISSISSIPPPI", &["mississippi"]), + ("CONTINGINCY", &["contingency"]), + ("EQUIVELENT", &["equivalent"]), + ("ADVANTEGES", &["advantages"]), + ("AADD", &["add"]), + ("EXTRACING", &["extracting"]), + ("CLASIFYING", &["classifying"]), + ("CONTENATED", &["concatenated"]), + ("PUBLICALLY", &["publicly"]), + ("UNNESSECARRY", &["unnecessary"]), + ("SYMPETHIZE", &["sympathize"]), + ("DENSITIY", &["density"]), + ("PROVDIE", &["provide"]), + ("OPTIMIER", &["optimizer", "optimiser"]), + ("PERFOMENACE", &["performance"]), + ("PALADINLST", &["paladins"]), + ("IDEOLIGIES", &["ideologies"]), + ("REVISTED", &["revisited"]), + ("DIREFTORY", &["directory"]), + ("PENNINSULA", &["peninsula"]), + ("DADLOCK", &["deadlock"]), + ("SKOOLING", &["schooling"]), + ("ALINGING", &["aligning"]), + ("CONDUICT", &["conduit"]), + ("GENERALIS", &["generals"]), + ("CIRUCUMSTANCES", &["circumstances"]), + ("MICOSCOPE", &["microscope"]), + ("INTIATE", &["initiate"]), + ("ALLEGENCE", &["allegiance"]), + ("ORIGNIALITY", &["originality"]), + ("DETERANT", &["deterrent"]), + ("DIFFREENTS", &["different", "difference"]), + ("UNVIERSALLY", &["universally"]), + ("CANCRES", &["cancers"]), + ("TIMEDLTA", &["timedelta"]), + ("ERRONEROUS", &["erroneous"]), + ("DEFFINED", &["defined"]), + ("INCONFORT", &["discomfort", "uncomfortable"]), + ("AYSNC", &["async"]), + ("VEGITARIENS", &["vegetarians"]), + ("TORCHILGHT", &["torchlight"]), + ("PARCTICALLY", &["practically"]), + ("ASSICIATES", &["associates"]), + ("EXCHAUST", &["exhaust"]), + ("ALIGINED", &["aligned"]), + ("AVIABLE", &["available"]), + ("CARDIANLS", &["cardinals"]), + ("ICREASE", &["increase"]), + ("ENVIRNMENTAL", &["environmental"]), + ("DIVISABLE", &["divisible"]), + ("VERTEXTES", &["vertices"]), + ("AFE", &["safe"]), + ("REPEAST", &["repeats"]), + ("DERMINED", &["determined"]), + ("GRANULATIRY", &["granularity"]), + ("IMMIDIATELY", &["immediately"]), + ("ACCHIEVES", &["achieves"]), + ("SIMPLIFYED", &["simplified"]), + ("MODIFICATINS", &["modifications"]), + ("CURRUPTABLE", &["corruptible"]), + ("REGRESES", &["regress"]), + ("SEMATICALLY", &["semantically"]), + ("PREFERIS", &["prefers"]), + ("ABBREVATED", &["abbreviated"]), + ("BEAUTYFULLY", &["beautifully"]), + ("ENCYPLOPEDIA", &["encyclopedia"]), + ("REAVEALED", &["revealed"]), + ("UNINTIALISED", &["uninitialised"]), + ("CAPTIALIZATION", &["capitalization"]), + ("FUNCTUON", &["function"]), + ("EXTINT", &["extinct", "extant"]), + ("SURRONDING", &["surrounding"]), + ("UNEXPECTEND", &["unexpected"]), + ("OUTRAEGOUSLY", &["outrageously"]), + ("CHEESEBUGER", &["cheeseburger"]), + ("PERCENTILLE", &["percentile"]), + ("ADMINSTRATORS", &["administrators"]), + ("RIMINICENT", &["reminiscent"]), + ("CONCLUSIE", &["conclusive"]), + ("TNAN", &["than"]), + ("OCCUPAITON", &["occupation"]), + ("CONSUMBALES", &["consumables"]), + ("CONTRIBUTOS", &["contributors"]), + ("CIPHERSUITS", &["ciphersuites"]), + ("EFFECTICELY", &["effectively"]), + ("ACCOMIDATIONS", &["accommodations"]), + ("TRANSGENDRED", &["transgendered"]), + ("EMPATHIE", &["empathize"]), + ("PHARMASUDICAL", &["pharmaceutical"]), + ("NETIHER", &["neither"]), + ("CONDOMNS", &["condoms"]), + ("ACCIDANTLY", &["accidentally"]), + ("POTENCIALLY", &["potentially"]), + ("EXCTRACTS", &["extracts"]), + ("GERENATION", &["generation"]), + ("IMPROOVEMENTS", &["improvements"]), + ("REVISTING", &["revisiting"]), + ("VAGEULY", &["vaguely"]), + ("DISSPIATE", &["dissipate"]), + ("MARNIERS", &["mariners"]), + ("ALGORYTHIMS", &["algorithms"]), + ("MANUFACTURERAS", &["manufactures"]), + ("REVIST", &["revisit"]), + ("FOMATER", &["formatter"]), + ("EXPERIMENTAN", &["experimentation"]), + ("HIGHALNDER", &["highlander"]), + ("PRIVILEGIED", &["privileged"]), + ("COROLLLA", &["corolla"]), + ("SPRINKEL", &["sprinkle"]), + ("OUTGOIGN", &["outgoing"]), + ("OUTISDE", &["outside"]), + ("FPRMAT", &["format"]), + ("APLIKAYS", &["appliqués"]), + ("METABOLITIC", &["metabolic"]), + ("UNNESSESSARILY", &["unnecessarily"]), + ("STRENGHTEN", &["strengthen"]), + ("ANOYED", &["annoyed"]), + ("NLY", &["only"]), + ("SCHDULED", &["scheduled"]), + ("RESPONSEBILITIES", &["responsibilities"]), + ("OPTEN", &["often", "open"]), + ("DASHBOARS", &["dashboards"]), + ("OPRIMIZES", &["optimizes"]), + ("YEILDED", &["yielded"]), + ("EXPERIECNE", &["experience"]), + ("DISTINGQUISHED", &["distinguished"]), + ("RESSETS", &["resets"]), + ("TENDENCIAS", &["tendencies"]), + ("OTHERWOSE", &["otherwise"]), + ("ENCOUTERS", &["encounters"]), + ("PYSCHED", &["psyched"]), + ("ILLUSTRANT", &["illustrate"]), + ("LOOSLEY", &["loosely"]), + ("DEVELOPORS", &["develops"]), + ("RAOTATING", &["rotating"]), + ("TRANSFROM", &["transform"]), + ("STRATAGICALLY", &["strategically"]), + ("CHISELL", &["chisel"]), + ("CONDENMED", &["condemned"]), + ("RESPONSBILY", &["responsibly"]), + ("SETTIG", &["setting"]), + ("SEQEUENCES", &["sequences"]), + ("HISTORYAN", &["historian"]), + ("HOLLOWCOST", &["holocaust"]), + ("CAPTIALIST", &["capitalist"]), + ("DISTINATIONS", &["distinctions", "destinations"]), + ("FOLWOERS", &["followers"]), + ("ENCOMPASING", &["encompassing"]), + ("REINTANTIATE", &["reinstantiate"]), + ("CHEESEBURGUERS", &["cheeseburgers"]), + ("NUTIRENT", &["nutrient"]), + ("AUTONEOGOTIATION", &["autonegotiation"]), + ("EVOLUTON", &["evolution"]), + ("WEEVES", &["weaves"]), + ("FUCNTION", &["function"]), + ("SUPRIOUS", &["spurious"]), + ("LIMOSINES", &["limousines"]), + ("SOUTHBRIGE", &["southbridge"]), + ("PHILOSHOPICALLY", &["philosophically"]), + ("VOLENTIERING", &["volunteering"]), + ("GETING", &["getting"]), + ("UNEXPETCTED", &["unexpected"]), + ("TRASITION", &["transition"]), + ("TRANSPARARENTLY", &["transparently"]), + ("GEORIGA", &["georgia"]), + ("CRYPITC", &["cryptic"]), + ("PERTURBATES", &["perturbs"]), + ("ASSGINS", &["assigns"]), + ("DELPOY", &["deploy"]), + ("COMBINTION", &["combination"]), + ("NEIGHBOUTS", &["neighbours"]), + ("TRAMSMITS", &["transmits"]), + ("LODED", &["loaded"]), + ("UNIFFORMS", &["uniforms"]), + ("GENERAGE", &["generate"]), + ("DICRIMINATE", &["discriminate"]), + ("MAKRETPLACE", &["marketplace"]), + ("SPECFICYING", &["specifying"]), + ("DESINTAITON", &["destination"]), + ("FAMILYS", &["families"]), + ("BIOLOGICALY", &["biologically"]), + ("EXPETCT", &["expect"]), + ("SOMEONS", &["someones"]), + ("SIMUALTES", &["simulates"]), + ("UNSUBSCIBING", &["unsubscribing"]), + ("ACCESIIBILITY", &["accessibility"]), + ("CHRONICALES", &["chronicles"]), + ("CAVARLY", &["cavalry"]), + ("WARNINIG", &["warning"]), + ("DOKER", &["docker"]), + ("COMPETITERS", &["competitors"]), + ("CIONTROL", &["control"]), + ("SUMODULES", &["submodules"]), + ("COMMUNISTE", &["communities"]), + ("REVELUTION", &["revelation", "revolution"]), + ("ENCRPTIONS", &["encryptions"]), + ("PERMATURELY", &["prematurely"]), + ("SPEFIXIFED", &["specified"]), + ("EXPONENCIALLY", &["exponentially"]), + ("DISCRIMNATOR", &["discriminator"]), + ("VERYIFING", &["verifying"]), + ("MCHANISMS", &["mechanisms"]), + ("FUNDAMENTALISTISKE", &["fundamentalists"]), + ("NEIGHTBOURHOODS", &["neighbourhoods"]), + ("EXTING", &["existing", "exiting", "texting"]), + ("WIREDNESS", &["weirdness"]), + ("VERFIFIABLE", &["verifiable"]), + ("CANONCIALIZE", &["canonicalize"]), + ("CERTIFCIATION", &["certification"]), + ("CHARACTERISIC", &["characteristic"]), + ("EMPHESIZING", &["emphasizing"]), + ("COMFTORABLY", &["comfortably"]), + ("ARCHITECURE", &["architecture"]), + ("BULLEVARD", &["boulevard"]), + ("ARRAGEMENT", &["arrangement"]), + ("ONWER", &["owner"]), + ("SPECTACULAIR", &["spectacular"]), + ("MILLENIAN", &["millennia"]), + ("TRANPOSE", &["transpose"]), + ("MEMEBROF", &["memberof"]), + ("CLAMPPING", &["clamping"]), + ("INTERPOLAR", &["interpolator"]), + ("PARRALELLY", &["parallelly"]), + ("DECOCDE", &["decode"]), + ("SIGINIFICANT", &["significant"]), + ("SPEKAING", &["speaking"]), + ("PROIVDED", &["provided"]), + ("PARSHALLY", &["partially"]), + ("GLTICHY", &["glitchy"]), + ("CRITICISIMS", &["criticisms"]), + ("DEPENT", &["depend"]), + ("ACHEEVES", &["achieves"]), + ("COMPULER", &["compiler", "computer"]), + ("CONCEDERED", &["conceded"]), + ("DISATROUS", &["disastrous"]), + ("ITTERABLE", &["iterable"]), + ("ABITRARILY", &["arbitrarily"]), + ("FURNCTION", &["function"]), + ("SUMARIZE", &["summarize"]), + ("ATTIBUTES", &["attributes"]), + ("INTERACTE", &["interactive"]), + ("CONCEPTALLY", &["conceptually"]), + ("BULGARA", &["bulgaria"]), + ("SARCASITCALLY", &["sarcastically"]), + ("ACQUITION", &["acquisition"]), + ("INSTITUTUE", &["instituted"]), + ("ENVIORMENTAL", &["environmental"]), + ("ISTANTLY", &["instantly"]), + ("ALRIGHY", &["alrighty"]), + ("UNDERPINING", &["undermining"]), + ("FURETHEST", &["furthest"]), + ("ADOVCATES", &["advocates"]), + ("TALIORED", &["tailored"]), + ("TRUNCTED", &["truncated"]), + ("ASSSEMBLER", &["assembler"]), + ("INTERPRETEER", &["interpreter"]), + ("OBJECTIVITIY", &["objectivity"]), + ("HYPOCRITIES", &["hypocrite"]), + ("PHENONMENA", &["phenomena"]), + ("INCTRODUCED", &["introduced"]), + ("PERFERANCES", &["preferences"]), + ("NEGOGTIATOR", &["negotiator"]), + ("DISAPPORVE", &["disapprove"]), + ("RANDMOM", &["random"]), + ("INTERCHANGEABLELY", &["interchangeably"]), + ("SIMLUATION", &["simulation"]), + ("INDDIVIDUAL", &["individual"]), + ("RURRENT", &["current"]), + ("PROVOCATIEF", &["provocative"]), + ("RESPONSIVLE", &["responsive"]), + ("PIGEN", &["pigeon", "pigpen"]), + ("ENTREPRENEURES", &["entrepreneurs"]), + ("CACLUCATOR", &["calculator"]), + ("CALIM", &["claim"]), + ("EQAUTIONS", &["equations"]), + ("VECVTORS", &["vectors"]), + ("AQUIRING", &["acquiring"]), + ("SERVCES", &["services", "serves"]), + ("SACRIFICAL", &["sacrificial"]), + ("ASSOICIATED", &["associated"]), + ("LIMIATION", &["limitation"]), + ("VERTIECES", &["vertices"]), + ("KICKSTARER", &["kickstarter"]), + ("TRANLATE", &["translate"]), + ("GROBALLY", &["globally"]), + ("CIMPILER", &["compiler"]), + ("UNGLY", &["ugly"]), + ("ADVENTURERES", &["adventures"]), + ("DAMAMGED", &["damaged"]), + ("INTERPRATATIONS", &["interpretations"]), + ("ENFORNCING", &["enforcing"]), + ("SUMMERIZED", &["summarized"]), + ("SYSTEMWINDIOW", &["systemwindow"]), + ("ANXIOS", &["anxious"]), + ("RECOGNICED", &["recognised"]), + ("LIBRAIER", &["library"]), + ("UNSUBSCRBE", &["unsubscribe"]), + ("ENTQUIRE", &["enquire"]), + ("REFERANDUM", &["referendum"]), + ("LEGHT", &["length"]), + ("INTERPOLATON", &["interpolation"]), + ("UNDORDERED", &["unordered"]), + ("SEGRAGATION", &["segregation"]), + ("PAYCHIATRISTS", &["psychiatrists"]), + ("INCONVENIET", &["inconvenient"]), + ("AMZING", &["amazing"]), + ("MATHIMATICALLY", &["mathematically"]), + ("TEMPRAMENTAL", &["temperamental"]), + ("SPECIFIECALLY", &["specifically"]), + ("FABIRCATINGS", &["fabricating"]), + ("EXPERMIMENTER", &["experimenter"]), + ("HTIBOXES", &["hitboxes"]), + ("FOLOWWIWNG", &["following"]), + ("INNOCENS", &["innocents"]), + ("VULNERABUILTY", &["vulnerability"]), + ("UNOREDERED", &["unordered"]), + ("INSTTRUCTION", &["instruction"]), + ("FLAMETRHOWER", &["flamethrower"]), + ("DSYFUNCTIONAL", &["dysfunctional"]), + ("PERFORMANE", &["performances", "performance"]), + ("INEVIDABLY", &["inevitably"]), + ("CONFIGUTRATION", &["configuration"]), + ("AMBIANT", &["ambient"]), + ("ORGINIATES", &["originates"]), + ("INTELELCTUAL", &["intellectuals"]), + ("POWERLIFING", &["powerlifting"]), + ("SPEFIXEIRS", &["specifiers"]), + ("PRECIDENCE", &["precedence"]), + ("NITPCIKING", &["nitpicking"]), + ("VARIENT", &["variant"]), + ("INSATLL", &["install"]), + ("UNICORNIS", &["unicorns"]), + ("GENETICALY", &["genetically"]), + ("EXTENDOS", &["extends"]), + ("MAANGEMENT", &["management"]), + ("MEMONICS", &["mnemonics"]), + ("MARILYIN", &["marilyn"]), + ("ENEUMRETAIONS", &["enumerations"]), + ("UPSTEAM", &["upstream"]), + ("DEVIDE", &["divide", "device"]), + ("NDOE", &["node"]), + ("REASSUREING", &["reassuring"]), + ("CAPABILLITY", &["capability"]), + ("INITIALIZATONS", &["initializations"]), + ("CIRCUMSICION", &["circumcision"]), + ("COALLESCE", &["coalesce"]), + ("SATISTACTORY", &["satisfactory"]), + ("PERMUATES", &["permutates", "permutes"]), + ("CUESTIONABLE", &["questionable"]), + ("BLANTANTLY", &["blatantly"]), + ("OPENNING", &["opening"]), + ("FOMRAT", &["format"]), + ("CATURE", &["capture"]), + ("INFROMS", &["informs"]), + ("SUPORT", &["support"]), + ("OPPURTUNITIES", &["opportunities"]), + ("CARRIBBEAN", &["caribbean"]), + ("SOPUNDS", &["sounds"]), + ("OPERATATIONS", &["operations"]), + ("PHILIPPENES", &["philippines"]), + ("PROFIRLER", &["profiler"]), + ("BLOOCKS", &["blocks"]), + ("DEAMONIZED", &["daemonized"]), + ("ARGUMEENT", &["argument"]), + ("CATACLISMIC", &["cataclysmic"]), + ("TRASNFORMING", &["transforming"]), + ("ATOMTICLY", &["automatically"]), + ("OBSEVRER", &["observer"]), + ("SCLUPTURE", &["sculpture"]), + ("INTRISINCALLY", &["intrinsically"]), + ("APPERED", &["appeared"]), + ("SYDNICATE", &["syndicate"]), + ("SHAKEAPEARE", &["shakespeare"]), + ("WISCONSION", &["wisconsin"]), + ("EXCERCISES", &["exercises"]), + ("CERTIFIATES", &["certificates"]), + ("GENERSL", &["generals"]), + ("CORRECTTLY", &["correctly"]), + ("INTTERUPTED", &["interrupted"]), + ("VISUABLY", &["visually"]), + ("CAHCHE", &["cache"]), + ("TERRATORIES", &["territories"]), + ("OVERCLOKCING", &["overclocking"]), + ("CONNECITONS", &["connections"]), + ("MATERALISTS", &["materialist"]), + ("CUSTOISING", &["customising"]), + ("PHILADEPLHIA", &["philadelphia"]), + ("MATHEMETICS", &["mathematics"]), + ("RECPETIONIST", &["receptionist"]), + ("CONRRUPT", &["corrupt"]), + ("SPECAL", &["special"]), + ("TEMAFIGHT", &["teamfight"]), + ("COORDENATED", &["coordinated"]), + ("RESEPECTIVELY", &["respectively"]), + ("BIMONTLY", &["bimonthly"]), + ("ASSUMSE", &["assumes"]), + ("HORIZONATAL", &["horizontal"]), + ("SUBSTANSE", &["substances"]), + ("CURSRO", &["cursor"]), + ("CONSIRED", &["conspired", "considered"]), + ("SPEACED", &["spaced"]), + ("ANIMAITERS", &["animators"]), + ("CONTACS", &["contacts"]), + ("COMAPTIBLE", &["compatible"]), + ("TRIGNOMETRIC", &["trigonometric"]), + ("PROTOTOYPE", &["prototype"]), + ("DEHYDRADED", &["dehydrated"]), + ("EXECTUTES", &["executes"]), + ("DISAPAITS", &["dissipates"]), + ("INCLDUING", &["including"]), + ("CERTIFIC", &["certificate", "certification"]), + ("ENTHUSAISTS", &["enthusiasts"]), + ("WORKSTSTIONS", &["workstations"]), + ("UNCONTRALLABLY", &["uncontrollably"]), + ("PREOCESS", &["process"]), + ("GIVNE", &["given"]), + ("ORIENTARLA", &["oriental"]), + ("INTROVERS", &["introverts"]), + ("IRREVERSEBLY", &["irreversible"]), + ("INCEDENT", &["incident"]), + ("CONCATINATE", &["concatenate"]), + ("COMPTETION", &["completion"]), + ("COLELCTION", &["collection"]), + ("YOUFORICALLY", &["euphorically"]), + ("PROCLAIMATION", &["proclamation"]), + ("PREDESSOR", &["predecessor"]), + ("DISTRACTIN", &["district"]), + ("NEGOTIATONS", &["negotiations"]), + ("CLEARSTORY", &["clerestory"]), + ("NAWSHUSLY", &["nauseously"]), + ("INFOGRPAHICS", &["infographic"]), + ("PARNOIA", &["paranoia"]), + ("REQQUESTS", &["requests"]), + ("DISOCUNT", &["discount"]), + ("USUE", &["use"]), + ("PROMINETLY", &["prominently"]), + ("DOGMATISCH", &["dogmatic"]), + ("EFFICCIENT", &["efficient"]), + ("CONTENCE", &["contents"]), + ("JUMPT", &["jumped", "jump"]), + ("EXCEPTIONTS", &["exceptions"]), + ("GUINESS", &["guinness"]), + ("DEFIANETLY", &["definitely"]), + ("CIVELESATION", &["civilisation"]), + ("ADMISSABILITY", &["admissibility"]), + ("SWITHCHES", &["switches"]), + ("DESGINING", &["designing"]), + ("BEHAVOURAL", &["behavioural"]), + ("APPRIECIATE", &["appreciate"]), + ("CONTENPLATE", &["contemplate"]), + ("PLANESWALER", &["planeswalker"]), + ("DISAPPEARNACE", &["disappearance"]), + ("DESCRIOTOR", &["descriptor"]), + ("PHYSISCIAN", &["physician"]), + ("EMBARASED", &["embarrassed"]), + ("VOLUMN", &["volume"]), + ("PENTALTY", &["penalty"]), + ("INTENTIONNAL", &["intentional"]), + ("DEBTHS", &["depths"]), + ("USUING", &["using"]), + ("BOUNARDIES", &["boundaries"]), + ("COMMISSIONOR", &["commissioner"]), + ("VETORS", &["vectors", "vetoes"]), + ("DELCARING", &["declaring"]), + ("COMPRESOR", &["compressor"]), + ("INCOMBATIBILITIES", &["incompatibilities"]), + ("REPREESNT", &["represent"]), + ("SCENCES", &["scenes", "sciences", "senses", "census"]), + ("PERSONARSE", &["personas"]), + ("AJACENCIES", &["adjacencies"]), + ("CORRISION", &["corrosion"]), + ("VAULE", &["value"]), + ("BAKUPS", &["backups"]), + ("INSTRUTIONS", &["instructions"]), + ("DISSCOVER", &["discover"]), + ("ENVIORNMENT", &["environment"]), + ("ADRENILINE", &["adrenaline"]), + ("AGNOSTICM", &["agnosticism"]), + ("EXERCIZING", &["exercising"]), + ("CONCLUTIONS", &["conclusions"]), + ("ANNIHALITION", &["annihilation"]), + ("POWDERADE", &["powdered"]), + ("SCHEUDLE", &["schedule"]), + ("TRUSTWOTHY", &["trustworthy"]), + ("ARRANGS", &["arranges"]), + ("COUNTERSIDE", &["countryside"]), + ("ARBITRALLY", &["arbitrarily"]), + ("IMPLICICTLY", &["implicitly"]), + ("UNSUPRISINGLY", &["unsurprisingly"]), + ("HEATSKIN", &["heatsink"]), + ("CORROSPONDENCE", &["correspondence"]), + ("EXTRAORDIANRY", &["extraordinary"]), + ("PREFERANTIAL", &["preferential"]), + ("REPLENTISHS", &["replenishes"]), + ("DESCTRUCTION", &["destruction"]), + ("BOOLEN", &["boolean"]), + ("SUGGUESTING", &["suggesting"]), + ("SANWICHES", &["sandwiches"]), + ("UNCOMON", &["uncommon"]), + ("SPARTSN", &["spartans"]), + ("MOUNTPIONT", &["mountpoint"]), + ("INCONSISTANT", &["inconsistent"]), + ("DETECETED", &["detected"]), + ("OUTSOURCEING", &["outsourcing"]), + ("WITHRAWAL", &["withdrawal"]), + ("PRONNOUNCED", &["pronounced"]), + ("PROFESIONALS", &["professionals"]), + ("VICITMS", &["victims"]), + ("DISTORITON", &["distortion"]), + ("SUGGETSED", &["suggested"]), + ("CONJUNCION", &["conjunction"]), + ("PERMISSIE", &["permissible"]), + ("COCENTRATED", &["concentrated"]), + ("EMPITED", &["emptied"]), + ("OBVIOSLY", &["obviously"]), + ("CENTERNS", &["centers"]), + ("AMMORTIZES", &["amortizes"]), + ("CONTRIBUED", &["contributed"]), + ("VIETUAL", &["virtual"]), + ("MISSPELLD", &["misspelled"]), + ("INDIVDUALS", &["individuals"]), + ("COMUNISM", &["communism"]), + ("BOADS", &["boards"]), + ("CONFIUGRABLE", &["configurable"]), + ("PREJECTS", &["prefects", "projects"]), + ("EVALUTES", &["evaluates"]), + ("ENJOING", &["enjoying"]), + ("SIGURETS", &["cigarets"]), + ("CAHCE", &["cache"]), + ("INEFFCIENCY", &["inefficiency"]), + ("PHENOMONEN", &["phenomenon"]), + ("JOURNALSIM", &["journalism"]), + ("CRAOTIA", &["croatia"]), + ("SELLECT", &["select"]), + ("MISDOMEANOR", &["misdemeanor"]), + ("DIRERCTORIES", &["directories"]), + ("LENGHT", &["length"]), + ("DEFINATELTY", &["definitely"]), + ("LEGISTATIVE", &["legislative"]), + ("VOMITTING", &["vomiting"]), + ("CONSRUCTOR", &["constructor"]), + ("CONINCIDE", &["coincide"]), + ("RETORICAL", &["rhetorical"]), + ("MONOLITIHIC", &["monolithic"]), + ("ANTIVURIS", &["antivirus"]), + ("MICROCENTRES", &["microcenter"]), + ("BITTERWSEET", &["bittersweet"]), + ("RESORUCING", &["resourcing"]), + ("JOSPEH", &["joseph"]), + ("CHRISTIN", &["christian"]), + ("DISTRUCTOR", &["destructor"]), + ("WORAROUNDS", &["workarounds"]), + ("REGUALARLY", &["regularly"]), + ("ANITQUE", &["antique"]), + ("DESPIES", &["despise"]), + ("DISTATESFUL", &["distasteful"]), + ("HIGHTER", &["higher"]), + ("STRUCTUREL", &["structural"]), + ("MACPAKGE", &["package"]), + ("THRRESHOLDS", &["thresholds"]), + ("APPROPRIETLY", &["appropriately"]), + ("NASEUOUS", &["nauseous"]), + ("DIASBLES", &["disables"]), + ("HDINSIGHT", &["hindsight"]), + ("HVAING", &["having"]), + ("TRANSTATOR", &["translator"]), + ("CONTRAINTS", &["constraints"]), + ("ERRROS", &["errors"]), + ("RESTERAUNTS", &["restaurants"]), + ("INITIALIALIZED", &["initialized"]), + ("SCINCE", &["science"]), + ("INDESTRUCTBLE", &["indestructible"]), + ("JAPANES", &["japanese"]), + ("CONTROVERSITY", &["controversy"]), + ("NEIGBORS", &["neighbors"]), + ("ASSUMOTIONS", &["assumptions"]), + ("PREECEDING", &["preceding"]), + ("VERNECULAR", &["vernacular"]), + ("SLIPPES", &["slippers"]), + ("DISCONTIGIOUS", &["discontiguous"]), + ("SUBNEGOTAITIONS", &["subnegotiations"]), + ("REUPLAODED", &["reuploaded"]), + ("MELINEUMMS", &["millennia"]), + ("MULTPLY", &["multiply"]), + ("NECKBREAD", &["neckbeard"]), + ("YOTUBE", &["youtube"]), + ("PROPECTUSES", &["prospectuses"]), + ("WEDNSEDAYS", &["wednesdays"]), + ("VERBATUM", &["verbatim"]), + ("EXCLIUDING", &["excluding"]), + ("RUNNUNG", &["running"]), + ("FILENAE", &["filename"]), + ("NAVIAGTE", &["navigate"]), + ("AOTOMATED", &["automated"]), + ("BRANCHS", &["branches"]), + ("AMBIGOUS", &["ambiguous"]), + ("ENCONDER", &["encoder"]), + ("INTROVET", &["introvert"]), + ("ACESSIBLE", &["accessible"]), + ("SUBCONCSIOUS", &["subconscious"]), + ("PHENONEMON", &["phenomenon"]), + ("PICKNICED", &["picnicked"]), + ("PACKGED", &["packaged"]), + ("ARRANGTED", &["arranged"]), + ("ENTHISIASTS", &["enthusiasts"]), + ("INUSRGENCY", &["insurgency"]), + ("HOMOGENUOUS", &["homogeneous"]), + ("EXTRAPULATE", &["extrapolate"]), + ("ODASEES", &["odysseys"]), + ("EXTRINSICT", &["extrinsic"]), + ("CONCELEAR", &["concealer"]), + ("NAPOMMES", &["napalms"]), + ("COPONENT", &["component"]), + ("CERMONIES", &["ceremonies"]), + ("VEGETAIRAN", &["vegetarians"]), + ("ABSOLOUTELY", &["absolutely"]), + ("ACKNOWIEDGED", &["acknowledged"]), + ("STRUCTRUALLY", &["structurally"]), + ("CATEGORIEI", &["categorize"]), + ("DELERIOUS", &["delirious"]), + ("LIGHTNEING", &["lightening"]), + ("STIMILANTS", &["stimulants"]), + ("CONTACENTAION", &["concatenation"]), + ("ELSEWARE", &["elsewhere"]), + ("EXECPTIONAL", &["exceptional"]), + ("EQUIVELANTS", &["equivalents"]), + ("FOINTERS", &["pointers"]), + ("FINACEE", &["fiancee"]), + ("FANDATION", &["foundation"]), + ("ELECTRONAGNETIC", &["electromagnetic"]), + ("WARNIBG", &["warning"]), + ("EXTENIONS", &["extension", "extensions"]), + ("ANONIMITY", &["anonymity"]), + ("CONSIDERION", &["consideration"]), + ("FILTYPE", &["filetype"]), + ("OCCASSION", &["occasion"]), + ("ANKSHISLY", &["anxiously"]), + ("CIGARRETES", &["cigarettes"]), + ("INHERITEND", &["inherited"]), + ("GALSGOW", &["glasgow"]), + ("ALGORITHIMS", &["algorithm", "algorithms"]), + ("STATIONAIR", &["stationary"]), + ("REDISTRUBUTE", &["redistribute"]), + ("PRECACHEED", &["precached"]), + ("VANDALISIM", &["vandalism"]), + ("RESPRESENTING", &["representing"]), + ("CONSTRUCTUS", &["constructs"]), + ("FROWRADING", &["forwarding"]), + ("INDEVERES", &["endeavors"]), + ("SIMILIA", &["similar"]), + ("UPSTREAMMING", &["upstreaming"]), + ("EXECUCTED", &["executed"]), + ("LIBRARIE", &["libraries", "library"]), + ("REGALARS", &["regulars"]), + ("MODIFCATION", &["modification"]), + ("BRTUALLY", &["brutally"]), + ("SUPERMARKERTS", &["supermarkets"]), + ("SCEDULE", &["schedule"]), + ("NEWTWORK", &["network"]), + ("IRRATIONNAL", &["irrational"]), + ("MEDIPHOR", &["metaphor"]), + ("ENCOMPUSED", &["encompassed"]), + ("MOCROCONTROLLER", &["microcontroller"]), + ("DROPPONG", &["dropping"]), + ("ATTEMPST", &["attempts"]), + ("EXPERSSED", &["expressed"]), + ("SPEICFIC", &["specific"]), + ("DIFFRERENCES", &["differences"]), + ("INSPIRATON", &["inspiration"]), + ("CHARACTERISTICLY", &["characteristically"]), + ("DUPLCATE", &["duplicate"]), + ("CHOCOLOTE", &["chocolate"]), + ("VIENTAM", &["vietnam"]), + ("PARLIAMNETARY", &["parliamentary"]), + ("EXPRESSIVOS", &["expressions"]), + ("SYMPHATIZE", &["sympathize"]), + ("CONJECUTRE", &["conjecture"]), + ("FASODD", &["facade"]), + ("FUNCTIIONS", &["functions"]), + ("JONATAHN", &["jonathan"]), + ("EXEUCTED", &["executed"]), + ("RECONGNIZED", &["recognized"]), + ("STREAMMED", &["streamed"]), + ("SIMPLIFIY", &["simplify"]), + ("UNRESPONSE", &["unresponsive"]), + ("CONVERTIRE", &["converter"]), + ("AFFINITZE", &["affinitize"]), + ("FILLUNG", &["filling"]), + ("MALFUCNTIONS", &["malfunction"]), + ("AGRICULUTRAL", &["agricultural"]), + ("DIRECTIONL", &["directional"]), + ("PAACKAGES", &["packages"]), + ("ARTICAT", &["artifact"]), + ("MATHIMATICAL", &["mathematical"]), + ("DIFFERENTITATION", &["differentiation"]), + ("RENEGATIOTIATE", &["renegotiate"]), + ("ALGORTIM", &["algorithm"]), + ("DEBUDGGED", &["debugged"]), + ("COMPETITIO", &["competitor"]), + ("DEKTOP", &["desktop"]), + ("PSICHOLOGIST", &["psychologist"]), + ("NECTODE", &["netcode"]), + ("DECODDING", &["decoding"]), + ("ADMININISTRATORS", &["administrators"]), + ("SPECULATIES", &["speculative"]), + ("CONPREHENSION", &["comprehension"]), + ("GOVEREMNT", &["government"]), + ("TRANSPEORTED", &["transported"]), + ("ILEGALLY", &["illegally"]), + ("LIMITIATIONS", &["limitations"]), + ("CACNEL", &["cancel"]), + ("CRPYTIC", &["cryptic"]), + ("CONTIUGUOUS", &["contiguous"]), + ("SPOACE", &["space"]), + ("ATTACTED", &["attached"]), + ("INSUINATING", &["insinuating"]), + ("PARARGAPH", &["paragraph"]), + ("EXPLANTION", &["explanation"]), + ("INPOUT", &["input"]), + ("NCIE", &["nice"]), + ("DUPLIATING", &["duplicating"]), + ("UNDOCUMMENTED", &["undocumented"]), + ("ANOTHE", &["another"]), + ("ARCHIAC", &["archaic"]), + ("MICROTRANSACRIONS", &["microtransactions"]), + ("VULBEARBILITIES", &["vulnerabilities"]), + ("PARAMTERIZATION", &["parametrization", "parameterization"]), + ("PRECEDESSORS", &["predecessors"]), + ("TESED", &["used", "teased", "tested"]), + ("PIJUNS", &["pigeons"]), + ("ANWERS", &["answers"]), + ("SUPSCRIPTIONS", &["subscriptions"]), + ("INITIALYL", &["initially"]), + ("SIMULATENOUS", &["simultaneous"]), + ("LOGTIECH", &["logitech"]), + ("STARTTING", &["starting"]), + ("NORMOLIZE", &["normalize"]), + ("CLASSFIED", &["classified"]), + ("TRANSMISIVE", &["transmissive"]), + ("CONENCTRATION", &["concentrations"]), + ("LIGHTWEIGH", &["lightweight"]), + ("DIAMTERS", &["diameters"]), + ("SEPULCHRLY", &["sepulchrally"]), + ("MAPPPING", &["mapping"]), + ("YOUE", &["your"]), + ("PARTICIPATS", &["participant"]), + ("DETERMINISTICLY", &["deterministically"]), + ("ACHITECTURE", &["architecture"]), + ("SKYWALKR", &["skywalker"]), + ("VALENTINS", &["valentines"]), + ("ALGOTIRHMICALLY", &["algorithmically"]), + ("STRIGIFICATION", &["stringification"]), + ("DIRECTSION", &["direction"]), + ("ADDIITONS", &["additions"]), + ("CONGRESMEN", &["congressmen"]), + ("ESSENTALLY", &["essentially"]), + ("CERMONIALLY", &["ceremonially"]), + ("GRATEFULL", &["grateful"]), + ("BEAURACRATICALLY", &["bureaucratically"]), + ("LONGIC", &["logic"]), + ("PERVIEWS", &["previews", "purviews"]), + ("PERCUSIONS", &["percussion"]), + ("ANLAYSES", &["analyses"]), + ("SOLF", &["solve", "sold"]), + ("CONTINUOUSY", &["continuously"]), + ("SHENANIGANNS", &["shenanigans"]), + ("TRANPOSING", &["transposing"]), + ("CONECTIVITIES", &["connectivities"]), + ("OPPORTUNITES", &["opportunities"]), + ("PSYCOTHIC", &["psychotic"]), + ("DEPENENT", &["dependent"]), + ("NATIONALITES", &["nationalist"]), + ("CERIMONY", &["ceremony"]), + ("YUO", &["you"]), + ("FANSERVE", &["fanservice"]), + ("CHOSING", &["choosing"]), + ("PREDECENCE", &["precedence"]), + ("HANDFULL", &["handful"]), + ("BINIDNG", &["binding"]), + ("KNOWLEGDGE", &["knowledge"]), + ("EXPICIT", &["explicit"]), + ("RECONCILIATES", &["reconciles"]), + ("MENTALY", &["mentally"]), + ("PROGAGATORS", &["propagators"]), + ("REFERANCING", &["referencing"]), + ("TRRIGERING", &["triggering"]), + ("SYNTAXE", &["syntax"]), + ("HYPTOTHETICAL", &["hypothetical"]), + ("ORCHESTARTED", &["orchestrated"]), + ("WITHOLD", &["withhold"]), + ("PARTCHETT", &["pratchett"]), + ("MECHAMISMS", &["mechanisms"]), + ("BALASTER", &["baluster"]), + ("LITIGATO", &["litigation"]), + ("DELIGATE", &["delegate"]), + ("MISOGYNISTC", &["misogynistic"]), + ("CORRUPTIN", &["corruption"]), + ("COUNPOUND", &["compound"]), + ("RREGISTER", &["register"]), + ("OSTRAZISED", &["ostracised"]), + ("ICREASES", &["increases"]), + ("SWICTHING", &["switching"]), + ("JSUTIFICATION", &["justifications"]), + ("ABANONDED", &["abandoned"]), + ("ALIGNMENETS", &["alignments"]), + ("NESCESSARY", &["necessary"]), + ("XEPECTS", &["expects"]), + ("GLAGSOW", &["glasgow"]), + ("SUBARMINES", &["submarines"]), + ("RAELISM", &["realism"]), + ("COMMINITY", &["community"]), + ("UNEXECTED", &["unexpected"]), + ("EXILERATE", &["exhilarate"]), + ("PERCENATGE", &["percentages", "percentage"]), + ("FOWLL", &["follow", "foul"]), + ("DEFAUL", &["default"]), + ("CIPS", &["chips"]), + ("NEGOPTIONSOTIATED", &["negotiated"]), + ("METROPOLITCAN", &["metropolitan"]), + ("CONCIEVED", &["conceived"]), + ("VOLATGE", &["voltage"]), + ("THEROFER", &["therefore"]), + ("EXPERMENET", &["experiment"]), + ("VEGITARIEN", &["vegetarian"]), + ("SUCCEDDED", &["succeeded"]), + ("KUBENATES", &["kubernetes"]), + ("DENOMINTOR", &["denominator"]), + ("CRUSDAERS", &["crusaders"]), + ("PRPOSERS", &["proposers"]), + ("CERNOMIALLY", &["ceremonially"]), + ("SUPPPORTED", &["supported"]), + ("CTEATES", &["creates"]), + ("INDUSTRIALZED", &["industrialized"]), + ("RETIREVING", &["retrieving"]), + ("CONECCTIVITIES", &["connectivities"]), + ("ADEILADE", &["adelaide"]), + ("IRREVERSIBEL", &["irreversible"]), + ("SUPRESSIONS", &["suppressions"]), + ("REPRSENT", &["represent"]), + ("REISTENCE", &["resistance"]), + ("RESURRECCION", &["resurrection"]), + ("MISUNDERSTANSING", &["misunderstandings"]), + ("CORRESPNDS", &["corresponds"]), + ("NESSECARILY", &["necessarily"]), + ("DOWNLOWDS", &["downloads"]), + ("SYMNOLS", &["symbols"]), + ("ATUHENTICATE", &["authenticate"]), + ("GUADULOUPE", &["guadalupe", "guadeloupe"]), + ("GRATIVATIONAL", &["gravitational"]), + ("GARUNTEED", &["guaranteed"]), + ("SOURCEES", &["sources"]), + ("IMPORTES", &["imports"]), + ("SNOWBAORDING", &["snowboarding"]), + ("ENTQUIRIES", &["enquiries"]), + ("MINNIMUMS", &["minimums"]), + ("SYCRONUS", &["synchronous"]), + ("MILWUAKEE", &["milwaukee"]), + ("INTEFACE", &["interface"]), + ("ROMOTELY", &["remotely"]), + ("COMMITUS", &["commits"]), + ("ENHACES", &["enhances"]), + ("EQUALY", &["equally"]), + ("EXCECTING", &["executing"]), + ("INTERELATED", &["interrelated"]), + ("VEIWERSHIP", &["viewership"]), + ("ELECTHOR", &["electro"]), + ("PRODUCTOS", &["products"]), + ("REPUBLICIANS", &["republicans"]), + ("PROMTPED", &["prompted"]), + ("SYMOBILIC", &["symbolic"]), + ("INDESTRUCTIBE", &["indestructible"]), + ("CASUING", &["causing"]), + ("RECEIVIING", &["receiving"]), + ("FRIENDSI", &["friendlies"]), + ("PERCANTAGE", &["percentage"]), + ("DEREGULAITON", &["deregulation"]), + ("CORRPUTED", &["corrupted"]), + ("EASTHETICALLY", &["esthetically"]), + ("BROCOLI", &["broccoli"]), + ("MUILTIPLES", &["multiples"]), + ("CONDICTED", &["conducted"]), + ("COLLISONS", &["collisions", "collusion", "collusions"]), + ("ISRALEIS", &["israelis"]), + ("COONTENT", &["content"]), + ("CONVERSLEY", &["conversely"]), + ("UNEXEPECEDLY", &["unexpectedly"]), + ("DISGUNTINGLY", &["disgustingly"]), + ("DOOCUMENT", &["document"]), + ("INTECEPTING", &["intercepting"]), + ("LIFESTYE", &["lifestyle"]), + ("GIONG", &["going"]), + ("UNCOMPETIVE", &["uncompetitive"]), + ("UNCAHNGED", &["unchanged"]), + ("INITIALYSED", &["initialised"]), + ("DATATPYE", &["datatype"]), + ("NULLFIY", &["nullify"]), + ("REFERRENCING", &["referencing"]), + ("INSPECCION", &["inspection"]), + ("CONTAIER", &["container"]), + ("VERSIONNING", &["versioning"]), + ("COMMINUCATE", &["communicate"]), + ("CAHNGING", &["changing"]), + ("ADVSIORS", &["advisors"]), + ("MAXIMIXING", &["maximizing"]), + ("ASYNCRONOUS", &["asynchronous"]), + ("GNERATING", &["generating"]), + ("WIYHOUT", &["without"]), + ("ABOVEMTIONED", &["abovementioned"]), + ("ANAOLGUE", &["analogue"]), + ("BIVOUACED", &["bivouacked"]), + ("INPIRED", &["inspired"]), + ("CLEARIFYING", &["clarifying"]), + ("REPACE", &["replace"]), + ("FILEYSTEMS", &["filesystems"]), + ("PARALLISM", &["parallelism"]), + ("BEVER", &["never"]), + ("RECAHED", &["reached"]), + ("COMPETITIVO", &["competition"]), + ("WEEKND", &["weekend"]), + ("SPECFICALLY", &["specifically"]), + ("REDUNANCY", &["redundancy"]), + ("DEVLOPS", &["develops"]), + ("EUROPIANS", &["europeans"]), + ("EXECUTTING", &["executing"]), + ("PROTFOLIO", &["portfolio"]), + ("BUROCRATIC", &["bureaucratic"]), + ("CONTAINERES", &["containers"]), + ("DALLED", &["called", "dolled", "dallied"]), + ("EXPOSEES", &["exposes"]), + ("CHIHAUHUA", &["chihuahua"]), + ("EDITABILIITY", &["editability"]), + ("RELATIVY", &["relativity"]), + ("PLAYTHROUGS", &["playthroughs"]), + ("CAMOFLAGUES", &["camouflages"]), + ("CIRCUALTION", &["circulation"]), + ("CLIMERS", &["climbers"]), + ("DISAPPERS", &["disappears"]), + ("ASSFALT", &["asphalt"]), + ("GOEGRAPHICAL", &["geographical"]), + ("IMPLUSE", &["impulse"]), + ("EXPETIMENTATIONS", &["experimentations"]), + ("NETRUALITY", &["neutrality"]), + ("BURTST", &["burst"]), + ("UNREGSTERED", &["unregistered"]), + ("EVOLVEDS", &["evolves"]), + ("MULTIPLAYE", &["multiply"]), + ("HOSTSPOT", &["hotspot"]), + ("CONNSTRAIN", &["constrain"]), + ("PRECENDENCES", &["precedences"]), + ("MANGAGER", &["manager"]), + ("INVISIBIITY", &["invisibility"]), + ("BUFFRED", &["buffered"]), + ("TRAVED", &["traversed"]), + ("ELEMANT", &["element"]), + ("REIGONS", &["regions", "reigns"]), + ("RETHORIC", &["rhetoric"]), + ("ALTRUISITC", &["altruistic"]), + ("REQIORE", &["require"]), + ("REVOLUTIONOS", &["revolutions"]), + ("TRAINGULATED", &["triangulated"]), + ("OVERLAUDED", &["overloaded"]), + ("ASSHATES", &["asshats"]), + ("NEIGHBOURHODD", &["neighbourhood"]), + ("VAILDATED", &["validated"]), + ("PEFORMING", &["performing"]), + ("FORBIDDENT", &["forbidden"]), + ("ELECTRICY", &["electricity"]), + ("SEXUALLLY", &["sexually"]), + ("TRANSMITED", &["transmitted"]), + ("ACHEIVEMENTS", &["achievements"]), + ("SEQEUENTAL", &["sequential"]), + ("MAINTIANING", &["maintaining"]), + ("SECTON", &["section"]), + ("INEXPENCIVE", &["inexpensive"]), + ("UNIDIMENSIONNAL", &["unidimensional"]), + ("JOURNOLIST", &["journalist"]), + ("ISNTALLATIONS", &["installations"]), + ("DECLARTIONS", &["declarations"]), + ("IMMBOILE", &["immobile"]), + ("ACCUMILATE", &["accumulate"]), + ("FASADE", &["facade"]), + ("DESTRY", &["destroy"]), + ("POLGON", &["polygon"]), + ("DEGEREE", &["degree"]), + ("INNOVACION", &["innovation"]), + ("BULNERABILITIES", &["vulnerabilities"]), + ("OBESERVES", &["observes"]), + ("CSAE", &["case"]), + ("ASSIGMENT", &["assignment"]), + ("PERTICIPATE", &["participate"]), + ("CONFIFURE", &["configure"]), + ("IDENFITIFY", &["identify"]), + ("THOUG", &["though"]), + ("AVALIBLE", &["available"]), + ("SERGUNS", &["surgeons"]), + ("SESITIVENESS", &["sensitiveness"]), + ("DEVIRUTALISATION", &["devirtualisation"]), + ("AUNTHENTICATOR", &["authenticator"]), + ("PRIVELEGE", &["privilege"]), + ("EXSTED", &["existed"]), + ("SUPPROT", &["support"]), + ("ASSIGNMNETS", &["assignments"]), + ("DELIMITOR", &["delimiter"]), + ("PROGRAMATTICALLY", &["programmatically"]), + ("TERIDACTYL", &["pterodactyl"]), + ("PLAYTHROGH", &["playthrough"]), + ("AFFILIATON", &["affiliation"]), + ("PARTICALLY", &["partially"]), + ("COORIDINATE", &["coordinate"]), + ("SEHLL", &["sell", "shell"]), + ("INTERPETATION", &["interpretation"]), + ("EAGRELY", &["eagerly"]), + ("OPTHALMIC", &["ophthalmic"]), + ("SOMEHTIN", &["something"]), + ("ESTIOMATOR", &["estimator"]), + ("INDEFINTLY", &["indefinitely"]), + ("ELEMETN", &["element"]), + ("DELIEVERS", &["delivers"]), + ("REEGION", &["region"]), + ("INITITALISATION", &["initialisation"]), + ("TRANFORMED", &["transformed"]), + ("PESSIMISTISCH", &["pessimistic"]), + ("TECHANICALLY", &["mechanically"]), + ("DERTMINE", &["determine"]), + ("NEGOTIATIING", &["negotiating"]), + ("COMPATIABLITY", &["compatibility"]), + ("STATICLY", &["statically"]), + ("DISAGRED", &["disagreed"]), + ("CONCENTRAZE", &["concentrate"]), + ("STATEMET", &["statement"]), + ("OPEARTORS", &["operators"]), + ("FROMED", &["formed"]), + ("COMPARISATIONS", &["comparisons"]), + ("CYPHERSUITE", &["ciphersuite"]), + ("SPSACE", &["space"]), + ("PENDATIC", &["pedantic"]), + ("DESTUCTION", &["destruction"]), + ("NEUMONITIS", &["pneumonitis"]), + ("HUMIDIY", &["humidity"]), + ("EXERNAL", &["external"]), + ("BTWEEN", &["between"]), + ("OCCASSIONALY", &["occasionally"]), + ("HOPMEPAGES", &["homepages"]), + ("SYSYTEM", &["system"]), + ("MILLITANT", &["militant"]), + ("MASKERAID", &["masquerade"]), + ("ATHEISTICAL", &["atheistic"]), + ("DETILS", &["details"]), + ("SIMPTOMS", &["symptoms"]), + ("REQUESTYING", &["requesting"]), + ("SUCCESSFUI", &["successful"]), + ("PHILIPINES", &["philippines"]), + ("MASTEREIS", &["masteries"]), + ("RENMANT", &["remnant"]), + ("SYLINDERS", &["cylinders"]), + ("DOWNLOAS", &["downloads"]), + ("SIMLIFIES", &["simplifies"]), + ("PATRIOTISCH", &["patriotic"]), + ("IMPPLEMENTATION", &["implementation"]), + ("SEXUALZIED", &["sexualized"]), + ("MISUNDERSTANDIG", &["misunderstandings"]), + ("TETRAHEDORENS", &["tetrahedrons"]), + ("REFERENENCE", &["reference"]), + ("HANDSHACKES", &["handshakes"]), + ("SHENANGIANS", &["shenanigans"]), + ("BISNESS", &["business"]), + ("SPECUALTIONS", &["speculation"]), + ("MONOLGOUE", &["monologue"]), + ("UNTRAIND", &["untrained"]), + ("EGOTESTICAL", &["egotistical"]), + ("ACKNODLEDGMENT", &["acknowledgment"]), + ("CPATAINS", &["captains"]), + ("REDUTION", &["reduction"]), + ("CHOSSE", &["choose", "chose"]), + ("CONSTROLLERS", &["controllers"]), + ("CONBINATION", &["combination"]), + ("REPLACATE", &["replicate"]), + ("CORRESPNDING", &["corresponding"]), + ("PERPUTRATORS", &["perpetrators"]), + ("FINANACIALLY", &["financially"]), + ("HERIARCHY", &["hierarchy"]), + ("BAGE", &["bag"]), + ("FREQENCIES", &["frequencies"]), + ("CONTESTAIS", &["contests"]), + ("SIGURETE", &["cigarette"]), + ("MASHAL", &["marshal"]), + ("NUMBRES", &["numbers"]), + ("NASHVILLLE", &["nashville"]), + ("DIQL", &["dial"]), + ("SUPORIOR", &["superior"]), + ("EXTNEND", &["extend"]), + ("ILLUMINAMI", &["illuminati"]), + ("WINNPIEG", &["winnipeg"]), + ("SEPERATOS", &["separators"]), + ("MIGITATION", &["mitigation"]), + ("SPECFICIES", &["specifies"]), + ("REPET", &["repeat"]), + ("EXCHAUSTIVE", &["exhaustive"]), + ("UNSHFIT", &["unshift"]), + ("FLAWLESSLEY", &["flawlessly"]), + ("MECHANICSMS", &["mechanisms"]), + ("VARIFIED", &["verified"]), + ("SUPERMARE", &["supermarket"]), + ("SUSPICSION", &["suspicions"]), + ("DEFINELTY", &["definitely"]), + ("EXPEXCT", &["expect"]), + ("DETERMINS", &["determines"]), + ("PERFOMRAMCE", &["performance"]), + ("PARITITIONES", &["partitions"]), + ("APPLICAION", &["application"]), + ("SOALRIS", &["solaris"]), + ("HARWDARE", &["hardware"]), + ("EXEPECTEDLY", &["expectedly"]), + ("MATA", &["meta", "mater"]), + ("WIRTUAL", &["virtual"]), + ("MACO", &["macro"]), + ("PARSIN", &["parsing"]), + ("DIFFERETN", &["different"]), + ("APPARENLTY", &["apparently"]), + ("EXPIERIENCE", &["experience"]), + ("THOUROUGHLY", &["thoroughly"]), + ("KITCHES", &["kitchens"]), + ("YOUU", &["you"]), + ("INITIALSING", &["initialising"]), + ("EXIBITIONS", &["exhibitions"]), + ("REISNTALLED", &["reinstalled"]), + ("PROPERETIES", &["properties"]), + ("BACKRGOUND", &["backgrounds", "background"]), + ("AJUSTED", &["adjusted"]), + ("SHUTODWN", &["shutdown"]), + ("HSOTNAME", &["hostname"]), + ("CREDIS", &["credits"]), + ("REDEEMD", &["redeemed"]), + ("DASY", &["daisy", "dash", "days", "easy"]), + ("ACCESED", &["accessed"]), + ("AUTHENENTICATOR", &["authenticator"]), + ("HTIS", &["this"]), + ("DELIMITION", &["delimitation"]), + ("INFILTRAITOR", &["infiltrator"]), + ("RECONTRUCTED", &["reconstructed"]), + ("EXPLICTE", &["explicate", "explicit"]), + ("ACTULLY", &["actually"]), + ("CTEATE", &["create"]), + ("WORKAROUDS", &["workarounds"]), + ("SANTCUARY", &["sanctuary"]), + ("CONVINING", &["combining"]), + ("ITERACTION", &["interaction", "iteration"]), + ("SYTLING", &["styling"]), + ("DYNAMICLY", &["dynamically"]), + ("APPROXMATE", &["approximate"]), + ("CLIBOARD", &["clipboard"]), + ("EXMAPLE", &["example"]), + ("DOCUMENTATING", &["documentation"]), + ("HOMOSEXUALES", &["homosexuals"]), + ("ENTOTIES", &["entities"]), + ("RECIPIES", &["recipes"]), + ("STRENGTHIN", &["strengthen"]), + ("ORGANIZATIVO", &["organization"]), + ("MIDDTE", &["middle"]), + ("TRIGGERRS", &["triggers"]), + ("KENTUCY", &["kentucky"]), + ("CANCELLEATION", &["cancellation"]), + ("STRKETHROUGH", &["strikethrough"]), + ("SCARICITY", &["scarcity"]), + ("OBSUCATED", &["obfuscated"]), + ("CLITORIES", &["clitoris"]), + ("TRACEER", &["tracer"]), + ("COMPALATION", &["compilation"]), + ("RENEGOTIOATED", &["renegotiated"]), + ("SIMETRICAL", &["symmetrical"]), + ("PHILOSPHER", &["philosopher"]), + ("SUBQUUE", &["subqueue"]), + ("ACCAPTED", &["accepted"]), + ("PREAPRE", &["prepare"]), + ("FLEXIBILE", &["flexible"]), + ("UNNECESARRILY", &["unnecessarily"]), + ("DIPLOMATISCH", &["diplomatic"]), + ("CONTINED", &["continued"]), + ("CHATEOS", &["châteaux"]), + ("PREVIIOUS", &["previous"]), + ("YOMEN", &["yeomen"]), + ("TERMANATOR", &["terminator"]), + ("CHIZZILED", &["chiseled"]), + ("SUCCESSSION", &["succession"]), + ("IMPLICITLEY", &["implicitly"]), + ("AAGGREGATION", &["aggregation"]), + ("TASKELT", &["tasklet"]), + ("BLACONY", &["balcony"]), + ("APOSTRAFIES", &["apostrophes"]), + ("INTIDIMATION", &["intimidation"]), + ("NAYBHORS", &["neighbors"]), + ("CANIDATES", &["candidates"]), + ("DYANAMICALLY", &["dynamically"]), + ("ACKNOLWEDGE", &["acknowledge"]), + ("MIMINAL", &["minimal"]), + ("REQURESTED", &["requested"]), + ("OUTPLAYD", &["outplayed"]), + ("PROCEESING", &["proceeding"]), + ("SCENEGRAAPHS", &["scenegraphs"]), + ("NAUITLUS", &["nautilus"]), + ("FUNCSTIONS", &["functions"]), + ("FORTUNETLY", &["fortunately"]), + ("ATTRIBUTEI", &["attribute"]), + ("ASSINGMENT", &["assignment"]), + ("HOLDIAY", &["holiday"]), + ("CONTINUNES", &["continents"]), + ("EXECUETE", &["execute"]), + ("FUNDAMETALS", &["fundamentals"]), + ("PHARMASIST", &["pharmacist"]), + ("ALGORYTHMS", &["algorithms"]), + ("DETMATOLOGIST", &["dermatologist"]), + ("SILABUSES", &["syllabuses"]), + ("MONORCHROME", &["monochrome"]), + ("CONFIDENTELY", &["confidently"]), + ("RWITE", &["write"]), + ("CRITISIZMS", &["criticisms"]), + ("TRAISIVITY", &["transivity"]), + ("VALEU", &["value"]), + ("RECONTRUCTS", &["reconstructs"]), + ("OUTISDERS", &["outsiders"]), + ("PROPULSTION", &["propulsion"]), + ("RELITAVELY", &["relatively"]), + ("SUCSEDE", &["succeed"]), + ("COLORPSACES", &["colorspaces"]), + ("INSTITUTIONLIZED", &["institutionalized"]), + ("DOALOG", &["dialog"]), + ("FORGIENER", &["foreigner"]), + ("LIGITAMATELY", &["legitimately"]), + ("UNDERSTADNING", &["understanding"]), + ("EXACLTY", &["exactly"]), + ("FLUROESCENT", &["fluorescent"]), + ("INSTERSECTIONAL", &["intersectional"]), + ("CILNATRO", &["cilantro"]), + ("ASTIIMATION", &["estimation"]), + ("AUTHER", &["author"]), + ("UNSPPORTED", &["unsupported"]), + ("ASSESMENTS", &["assessments"]), + ("INPROOVING", &["improving"]), + ("DELIMIITER", &["delimiter"]), + ("COSTUMIZATION", &["customization"]), + ("DELIMITIATION", &["delimitation"]), + ("OBESSSION", &["obsession"]), + ("CALUE", &["value"]), + ("DISTNCT", &["distinct"]), + ("DICRIMINATORS", &["discriminators"]), + ("CONSEQUNCE", &["consequence"]), + ("OVERWRITEABLE", &["overwritable"]), + ("CTIFICATE", &["certificate"]), + ("COMPERATIVE", &["comparative"]), + ("RECOMMNEDS", &["recommends"]), + ("DULICATE", &["duplicate"]), + ("ABOSULUTELY", &["absolutely"]), + ("CONVINEANCES", &["conveniences"]), + ("WEBISTES", &["websites"]), + ("CONTRROL", &["control"]), + ("DISCRACE", &["disgrace"]), + ("CRACHES", &["crashes", "caches", "crutches"]), + ("NIRVANNA", &["nirvana"]), + ("PERSUMPTUOUS", &["presumptuous"]), + ("PARTIULAR", &["particular"]), + ("EXPEMENTATIONS", &["experimentations"]), + ("PARLIAMONE", &["parliament"]), + ("SYNCHROUS", &["synchronous"]), + ("REPEAREDLY", &["repealed"]), + ("FRIENDZONIE", &["friendzoned"]), + ("FATER", &["faster"]), + ("INDISTINGUSIHABLE", &["indistinguishable"]), + ("VALUESS", &["values"]), + ("HADNLER", &["handler"]), + ("ELSIOF", &["elseif"]), + ("APPRAENT", &["apparent"]), + ("REBULIDS", &["rebuilds"]), + ("DIFFERNENCES", &["differences"]), + ("DEELTE", &["delete"]), + ("EXPERIMNETING", &["experimenting"]), + ("GROWTESKLY", &["grotesquely"]), + ("BLOKING", &["blocking"]), + ("UNEXPEXCTED", &["unexpected"]), + ("INTUATIVE", &["intuitive"]), + ("OFFRED", &["offered"]), + ("BUMPDED", &["bumped"]), + ("INTIALISES", &["initialises"]), + ("TRASLATE", &["translate"]), + ("SOMEHWERE", &["somewhere"]), + ("PARLIAMANT", &["parliament"]), + ("HABSBOURG", &["habsburg"]), + ("SHOPKEEEPERS", &["shopkeepers"]), + ("CHECGED", &["checked"]), + ("RESERVERED", &["reserved"]), + ("CONINCIDES", &["coincides"]), + ("ISCONNECTION", &["isconnected"]), + ("FUNCTOINS", &["functions"]), + ("PATINETLY", &["patiently"]), + ("LEGENDARIS", &["legendaries"]), + ("SIMPLIFICACION", &["simplification"]), + ("TABLUATES", &["tabulates"]), + ("NIGHTLIE", &["nightlife"]), + ("COLLLECT", &["collect"]), + ("PHOTOGRAHS", &["photographs"]), + ("VERTABIM", &["verbatim"]), + ("MAGINFICENT", &["magnificent"]), + ("EXSISTING", &["existing"]), + ("SATTELITE", &["satellite"]), + ("FAOMING", &["foaming"]), + ("COMMUNISITS", &["communists"]), + ("EXECUATE", &["execute"]), + ("DESSERTATION", &["dissertation"]), + ("DEROGETORY", &["derogatory"]), + ("SPEFATION", &["separation", "specification"]), + ("THANT", &["than"]), + ("NEIGHBEORHOODS", &["neighborhoods"]), + ("ACCOMDATE", &["accommodate"]), + ("CUZTOMIZERS", &["customizers"]), + ("VULNERBILITY", &["vulnerability"]), + ("CLOSSION", &["collision"]), + ("EXPODENTIALLY", &["exponentially"]), + ("MOCROSOFT", &["microsoft"]), + ("BUSIENSS", &["business"]), + ("MANUEVER", &["maneuver"]), + ("STURGGLES", &["struggles"]), + ("POSTIVES", &["positives"]), + ("EVEOLVE", &["evolve"]), + ("POTENTION", &["potential"]), + ("WOHLE", &["whole"]), + ("CELING", &["ceiling"]), + ("ABSOLUTELLY", &["absolutely"]), + ("DESCRIPTIO", &["description"]), + ("SYNONUMOUS", &["synonymous"]), + ("CORROLATES", &["correlates"]), + ("ABORTIFICANT", &["abortifacient"]), + ("ECOMONICS", &["economics"]), + ("ORGANIZTION", &["organization"]), + ("INTERSETED", &["interested"]), + ("REHABILITAITON", &["rehabilitation"]), + ("PROCLIAMED", &["proclaimed"]), + ("MUMBERS", &["numbers"]), + ("YOUO", &["you"]), + ("GUARNATEED", &["guaranteed"]), + ("CLASSIS", &["classics"]), + ("OFFET", &["offset", "offer"]), + ("LICESNSE", &["license"]), + ("SCIPTING", &["scripting"]), + ("EXLCUSIVITY", &["exclusivity"]), + ("ESCALATO", &["escalation"]), + ("LEXIAL", &["lexical"]), + ("ARBITRATON", &["arbitration"]), + ("COMMISIONING", &["commissioning"]), + ("SEXUALY", &["sexually"]), + ("DOCUMETNS", &["documents"]), + ("STIRKERS", &["strikers"]), + ("RECRETE", &["recreate"]), + ("DEPENDEDED", &["depended"]), + ("WEHN", &["when"]), + ("SOOVINNEERS", &["souvenirs"]), + ("BREAKOINT", &["breakpoint"]), + ("WAHT", &["what"]), + ("PRIORIETOR", &["proprietor"]), + ("EXCETUTABLES", &["executables"]), + ("RECCONECCTIONS", &["reconnections"]), + ("SUCCESORS", &["successors"]), + ("ARBIITRARY", &["arbitrary"]), + ("RRRORED", &["errored"]), + ("STAINLEES", &["stainless"]), + ("IMSENSITIVE", &["insensitive"]), + ("NASTURSHUM", &["nasturtium"]), + ("TROUBESHOOTED", &["troubleshooted"]), + ("ACOOUNT", &["account"]), + ("CONVERSACION", &["conversation"]), + ("DISTROTION", &["distortion"]), + ("CHIPERS", &["ciphers", "chippers", "chimers"]), + ("PILGRIMMAGE", &["pilgrimage"]), + ("POSTUMUS", &["posthumous"]), + ("SCAFOLDED", &["scaffolded"]), + ("TROGLADITES", &["troglodytes"]), + ("JERUSELAM", &["jerusalem"]), + ("DISICPLES", &["disciples"]), + ("EXCHAUSTS", &["exhausts"]), + ("IMAGINATIE", &["imaginative"]), + ("PROMOTTED", &["promoted"]), + ("MENTIOEND", &["mentioned"]), + ("DEPDENENCES", &["dependences"]), + ("SYNDROM", &["syndrome"]), + ("PERSEWED", &["pursued"]), + ("CHRISTAINITY", &["christianity"]), + ("INSTURCTOR", &["instructor"]), + ("PHOTOGRAPHICS", &["photographs"]), + ("SELECGTING", &["selecting"]), + ("BACKROUND", &["background"]), + ("BADNWIDTH", &["bandwidth"]), + ("LITTERATE", &["literate"]), + ("ARBORTING", &["aborting"]), + ("PYARMID", &["pyramid"]), + ("DECLARTION", &["declaration"]), + ("BICTHES", &["bitches"]), + ("FULLFILLS", &["fulfills"]), + ("ALGORRITHM", &["algorithm"]), + ("SUBMISION", &["submission"]), + ("KUNCKLES", &["knuckles"]), + ("ORCCURS", &["occurs"]), + ("UNEMPLOYMED", &["unemployed"]), + ("PATHNME", &["pathname"]), + ("ITSEF", &["itself"]), + ("SKIPPPED", &["skipped"]), + ("SCANDINAVAN", &["scandinavian"]), + ("COCKROAHES", &["cockroaches"]), + ("ACQUANTIANCE", &["acquaintances"]), + ("GALDIATOR", &["gladiator"]), + ("STRAWBERY", &["strawberry"]), + ("ALIGNEMENT", &["alignment"]), + ("POLYMINO", &["polyomino"]), + ("INTENTIALY", &["intentionally"]), + ("PREDICTIVO", &["prediction"]), + ("MAYBELLE", &["maybelline"]), + ("INFLUENCIN", &["influencing"]), + ("EXPERINECE", &["experience"]), + ("PROFUNDLY", &["profoundly"]), + ("YORKSHER", &["yorkshire"]), + ("DESITION", &["decision"]), + ("VERFIFYING", &["verifying"]), + ("BUTTONG", &["button"]), + ("SOUCRES", &["sources"]), + ("CORRESPOMDENCES", &["correspondences"]), + ("MISOGINYSTS", &["misogynist"]), + ("CONGNITIVE", &["cognitive"]), + ("ATHELTICS", &["athletics"]), + ("POSITVES", &["positives"]), + ("REASERCHING", &["researching"]), + ("ARRAGE", &["arrange"]), + ("UNMODFIEID", &["unmodified"]), + ("MAMORY", &["memory"]), + ("SPEFICITALLY", &["specifically"]), + ("RESTAURENTS", &["restaurants"]), + ("SERVOCES", &["services"]), + ("HORRENDEOUS", &["horrendous"]), + ("WEZZAL", &["weasel"]), + ("RLATED", &["related"]), + ("MUTAL", &["mutual"]), + ("SELECTONS", &["selections"]), + ("INCGONITO", &["incognito"]), + ("SUBSTITUTIVO", &["substitution"]), + ("ARBITRALILY", &["arbitrarily"]), + ("COMPACTIBLE", &["compactable"]), + ("VERIIER", &["verifier"]), + ("DECORATIEVE", &["decorative"]), + ("SUBNEGOPTIONSOTIATION", &["subnegotiation"]), + ("MOMEN", &["moment"]), + ("FACIRITY", &["facility"]), + ("REVERALS", &["reversal"]), + ("MONOCHROM", &["monochrome"]), + ("REPUBLICANOS", &["republicans"]), + ("DIMESNIONS", &["dimensions"]), + ("INDIATING", &["indicating"]), + ("MARGARITTE", &["margaret"]), + ("DIFFFERENTLY", &["differently"]), + ("TIGHETNING", &["tightening"]), + ("NEGOTIONATE", &["negotiate"]), + ("TRANSCRIBTION", &["transcription"]), + ("ADMINSTERED", &["administered"]), + ("ASTETHIC", &["aesthetic"]), + ("LIKEY", &["likely"]), + ("OPERATER", &["operator"]), + ("ANAYLZED", &["analyzed"]), + ("UPGRADDES", &["upgrades"]), + ("SPEFIY", &["specify"]), + ("DEVCIES", &["devices"]), + ("DOCUMENTARSI", &["documentaries"]), + ("SUPPOSIDLY", &["supposedly"]), + ("ACCELERADE", &["accelerated"]), + ("PRACTHETT", &["pratchett"]), + ("STATSITICAL", &["statistical"]), + ("WITHOUGHT", &["without"]), + ("ARRANENT", &["arrangement"]), + ("SPEFICITEID", &["specified"]), + ("HVEA", &["have", "heave"]), + ("JUXTOPOSE", &["juxtapose"]), + ("REDING", &["reading"]), + ("MOINTOR", &["monitor"]), + ("REGARTING", &["regarding"]), + ("UNSPEFIFED", &["unspecified"]), + ("PHILOSPOHY", &["philosophy"]), + ("REFERENING", &["referencing"]), + ("VISIBILIY", &["visibility", "visibly"]), + ("DISABE", &["disable"]), + ("INITALISES", &["initialises"]), + ("AMBULANCIER", &["ambulance"]), + ("ADDTITIONAL", &["additional"]), + ("ICELANDINC", &["icelandic"]), + ("CONSOLDATE", &["consolidate"]), + ("FREQIENCY", &["frequency"]), + ("DISGRACFUL", &["disgraceful"]), + ("EXPERIENSHIAL", &["experiential"]), + ("TEMPORAR", &["temporary"]), + ("UNAVAILABE", &["unavailable"]), + ("GOLDIFSH", &["goldfish"]), + ("CATOSTROPHIC", &["catastrophic"]), + ("ACTIVISTES", &["activists"]), + ("ENTEREING", &["entering"]), + ("THANKFULY", &["thankfully"]), + ("COVERGENCE", &["convergence"]), + ("TERAFORMS", &["terraforms"]), + ("APRECIATES", &["appreciates"]), + ("COMPLELELY", &["completely"]), + ("REGRESSSIVE", &["regressive"]), + ("QWESSANT", &["croissant"]), + ("CRACKES", &["crackles", "cracks", "crackers"]), + ("CALBIRE", &["calibre"]), + ("PEASING", &["leasing", "piecing", "pleasing"]), + ("RESPRESENTATIONS", &["representations"]), + ("SEPECIFIES", &["specifies"]), + ("DIRECION", &["direction"]), + ("MILITAT", &["militant"]), + ("PLATFOMRS", &["platforms"]), + ("PROGAPATION", &["propagation"]), + ("MENSIONS", &["mansions", "mentions"]), + ("CATALGOUE", &["catalogue"]), + ("BRIELFY", &["briefly"]), + ("FUNCTONALITY", &["functionality"]), + ("EXCEUCTABLES", &["executables"]), + ("DECTECTED", &["detected"]), + ("PROVINCIJA", &["provincial"]), + ("SURPASES", &["surpass"]), + ("RESONSES", &["responses"]), + ("UNBELEIVABLY", &["unbelievably"]), + ("EXPLICIET", &["explicit"]), + ("PORBLEM", &["problem"]), + ("ZUKEENEE", &["zucchini"]), + ("NEEES", &["knees", "needs"]), + ("INITALLY", &["initially"]), + ("AUNTHENTICATES", &["authenticates"]), + ("EXPERIMENTATL", &["experimental"]), + ("DELUSIONALLY", &["delusively"]), + ("BASICALY", &["basically"]), + ("EVELUATOR", &["evaluator"]), + ("WAVELEGNTH", &["wavelength"]), + ("MULTITHREDED", &["multithreaded"]), + ("ASRONIST", &["arsonist"]), + ("CUSTOMIE", &["customize"]), + ("SACRAFICED", &["sacrificed"]), + ("COFIDENCE", &["confidence"]), + ("REIGONAL", &["regional"]), + ("MAITAIN", &["maintain"]), + ("SRIRACHIA", &["sriracha"]), + ("REASONNABLE", &["reasonable"]), + ("RECOMMMENDED", &["recommended"]), + ("BENOVELENT", &["benevolent"]), + ("LIBRABRIES", &["libraries"]), + ("DEDLY", &["deadly"]), + ("SATISFCATION", &["satisfaction"]), + ("FROP", &["drop"]), + ("MISSNG", &["missing"]), + ("PROSTITUITON", &["prostitution"]), + ("PRORITY", &["priority"]), + ( + "SPPED", + &["speed", "sped", "sipped", "sapped", "supped", "sopped"], + ), + ("ASUMTOTIC", &["asymptotic"]), + ("RECONEECT", &["reconnect"]), + ("INBILITY", &["inability"]), + ("MARRIGE", &["marriage"]), + ("CURRETN", &["current"]), + ("HARRANGE", &["arrange", "harangue"]), + ("MYSOGANISTIC", &["misogynistic"]), + ("COMPTIBLE", &["compatible"]), + ("ARCHITECTURIAL", &["architectural"]), + ("BEWTEENESS", &["betweenness"]), + ("LOCAIZED", &["localized"]), + ("COVARAGE", &["coverage"]), + ("CYLE", &["cycle"]), + ("ACTIVIZION", &["activision"]), + ("MINISCUEL", &["miniscule"]), + ("CREEPEREST", &["creepers"]), + ("RELETED", &["deleted", "related"]), + ("ALIGMENT", &["alignment"]), + ("DOUCMENTATION", &["documentation"]), + ("EXECUT", &["execute"]), + ("UNFOULD", &["unfold"]), + ("BITAP", &["bitmap"]), + ("DESTROI", &["destroy"]), + ("APPERARING", &["appearing"]), + ("PARTIULARS", &["particulars"]), + ("HOMOSEXUALIY", &["homosexuality"]), + ("INTELLECTAUL", &["intellectuals"]), + ("PROGRESSIVELLY", &["progressively"]), + ("NOTERIETY", &["notoriety"]), + ("PREFERECNES", &["preferences"]), + ("COMPARITIONS", &["comparisons"]), + ("ACCORDNG", &["according"]), + ("ALLTOGETRHER", &["altogether"]), + ("PAKAGEIMPL", &["packageimpl"]), + ("FORCASTS", &["forecasts"]), + ("MILITIANTS", &["militias"]), + ("ALGORHITHMS", &["algorithms"]), + ("TRANSALATIONS", &["translations"]), + ("JUDUCIAL", &["judicial"]), + ("RELOCAING", &["relocating"]), + ("DECEBER", &["december"]), + ("OTHWHISE", &["otherwise"]), + ("AUTHENFIOR", &["authenticator"]), + ("SATISFACTING", &["satisfaction"]), + ("PRIMIMITIVE", &["primitive"]), + ("ACCIDETLY", &["accidentally"]), + ("IHS", &["his"]), + ("DEMOSTRATION", &["demonstration"]), + ("RUMUORS", &["rumors"]), + ("MAXIMUN", &["maximum"]), + ("ANOLOGON", &["analogon"]), + ("APARTIDE", &["apartheid"]), + ("COMPARSIONS", &["comparisons"]), + ("BACKENED", &["backend", "blackened"]), + ("DICTRIONARIES", &["dictionaries"]), + ("DECELARATION", &["deceleration", "declaration"]), + ("EVALUTATED", &["evaluated"]), + ("CHOISE", &["choice"]), + ("GAININED", &["gained"]), + ("COMPRE", &["compare", "compère"]), + ("GUARNETED", &["guaranteed"]), + ("DEVELPERS", &["developers"]), + ("CERIFYING", &["certifying", "verifying"]), + ("CONSCIENCIOUS", &["conscientious"]), + ("PEGE", &["page"]), + ("DISCRARDS", &["discards"]), + ("SCOLL", &["scroll"]), + ("COTACT", &["contact"]), + ("IGNROE", &["ignore"]), + ("OPTOMISTIC", &["optimistic"]), + ("RELEVATIONS", &["revelations"]), + ("TOBOT", &["robot"]), + ("OVERRADING", &["overriding"]), + ("HUMANITARY", &["humanity"]), + ("PRINTTING", &["printing"]), + ("SUSPICIOSLY", &["suspiciously"]), + ("FORMATE", &["format"]), + ("DISATISFIED", &["dissatisfied"]), + ("RETIREVES", &["retrieves"]), + ("MEHCANIC", &["mechanic"]), + ("DEIMITER", &["delimiter"]), + ("RETIEVE", &["retrieve"]), + ("COALSECENSE", &["coalescence"]), + ("ATTRIEBUTE", &["attribute"]), + ("REPETITIVO", &["repetition"]), + ("INIDICATED", &["indicated"]), + ("LIGITAMACY", &["legitimacy"]), + ("NOTEBOOOKS", &["notebooks"]), + ("AUTHENIFICATING", &["authenticating"]), + ("PROBABILY", &["probability", "probably"]), + ("ATORECOVERY", &["autorecovery"]), + ("FINISCHED", &["finished"]), + ("TERRIROTY", &["territory"]), + ("LAUCH", &["launch"]), + ("INDUSTRIJA", &["industrial"]), + ("CONTAILS", &["contains"]), + ("SUPOSES", &["supposes"]), + ("REPOSITRY", &["repository"]), + ("RECEPIENTS", &["recipients"]), + ("PEDOPHILA", &["pedophilia"]), + ("RENFORCEMENTS", &["reinforcements"]), + ("GETTIN", &["getting"]), + ("VIOLATIN", &["violation"]), + ("CULTRUAL", &["cultural"]), + ("RECOMMENDEDS", &["recommends"]), + ("ANEROXIA", &["anorexia"]), + ("MOISUTRIZER", &["moisturizer"]), + ("ABSOLETED", &["obsoleted"]), + ("SRING", &["string"]), + ("COLMN", &["column"]), + ("UPGRADDED", &["upgraded"]), + ("TRYYING", &["trying"]), + ("ASSIGNES", &["assigns"]), + ("REPSECTIVELY", &["respectively"]), + ("ACTUL", &["actual"]), + ("PROCECURES", &["procedures"]), + ("DSYFUNCTION", &["dysfunction"]), + ("BEAUTI", &["beauty"]), + ("RASTERIZOR", &["rasterizer"]), + ("STLYE", &["style"]), + ("APPROXIMETELY", &["approximately"]), + ("QUARTERBLACK", &["quarterback"]), + ("ALINMENT", &["alignment"]), + ("TEGISTER", &["register"]), + ("CUNTED", &["counted", "hunted"]), + ("ROUGHTLY", &["roughly"]), + ("MULTITAKSING", &["multitasking"]), + ("PORVES", &["proves"]), + ("ADDITONAL", &["additional"]), + ("RESSURECTS", &["resurrects"]), + ("TRIPELD", &["tripled"]), + ("TIRBUNAL", &["tribunal"]), + ("INDENTIFING", &["identifying"]), + ("COLLAPES", &["collapse"]), + ("TTRYING", &["trying"]), + ("SEGREGADED", &["segregated"]), + ("PIRECED", &["pierced"]), + ("INTIAILISED", &["initialised"]), + ("INDIVIDUELLY", &["individually"]), + ("APPROIATE", &["appropriate"]), + ("OURSELVS", &["ourselves"]), + ("COPRRIGHTS", &["copyrights"]), + ("FORTUNETELY", &["fortunately"]), + ("FUNCTIONALLITIES", &["functionalities"]), + ("BELIVEBLE", &["believable"]), + ("APOINTS", &["appoints"]), + ("EVAULUATION", &["evaluation"]), + ("BEACSUE", &["because"]), + ("WHIHCH", &["which"]), + ("SQEEZE", &["squeeze"]), + ("INCOMPATABLILITY", &["incompatibility"]), + ("TOGLED", &["toggled"]), + ("SPEEAKING", &["speaking"]), + ("MANUFACTUREDD", &["manufactured"]), + ("OBJECTIVLY", &["objectively"]), + ("CORRESPONTEND", &["correspondent"]), + ("COMTAMINATED", &["contaminated"]), + ("CIVALIZATIONS", &["civilizations"]), + ("RENDAYVOOED", &["rendezvoused"]), + ("PRTINF", &["printf"]), + ("EXCEMPTION", &["exemption"]), + ("TECHNICHAN", &["technician"]), + ("VERSOION", &["version"]), + ("NOTACIBLE", &["noticeable"]), + ("CAPICATOR", &["capacitor"]), + ("REURSIVELY", &["recursively"]), + ("MODFIDER", &["modifier"]), + ("INTERPORATED", &["interpolated", "interpreted"]), + ("COMPOSTIION", &["compositions"]), + ("NESSECARILT", &["necessarily"]), + ("YOSEMETI", &["yosemite"]), + ("LIMITATO", &["limitation"]), + ("NIGHTMARKET", &["nightmare"]), + ("CONSIFER", &["consider"]), + ("RECURSIVELLY", &["recursively"]), + ("DISTRUBITIONS", &["distributions"]), + ("SYSCHRONIZE", &["synchronize"]), + ("DOWNVOTTING", &["downvoting"]), + ("FORECES", &["forces"]), + ("DOWNVOTEAS", &["downvoters"]), + ("MOUNTIAN", &["mountain"]), + ("DEBHLPER", &["debhelper"]), + ("PRESERVACION", &["preservation"]), + ("CURRICULIM", &["curriculum"]), + ("ADEQUET", &["adequate"]), + ("YOURE", &["your"]), + ("SNADSTORM", &["sandstorm"]), + ("KRYPYONITE", &["kryptonite"]), + ("TROUBLEHSOOTING", &["troubleshooting"]), + ("MERAJES", &["mirages"]), + ("DEOCDED", &["decoded"]), + ("SOUTHAMPON", &["southampton"]), + ("COMSUMER", &["consumer"]), + ("COSNTRAINT", &["constraint"]), + ("SSOME", &["some"]), + ("SATTELLITE", &["satellite"]), + ("PROOPERTIES", &["properties"]), + ("CHECKSTUMING", &["checksumming"]), + ("OVERZEALIS", &["overzealous"]), + ("ADRESS", &["address"]), + ("COMPARISSIONS", &["comparisons"]), + ("SHTOPPES", &["stops", "shops"]), + ("RETUN", &["return"]), + ("UNSINGED", &["unsigned"]), + ("SKELTON", &["skeleton"]), + ("OPREATION", &["operation"]), + ("SOUVINEERS", &["souvenirs"]), + ("VIGOUROUS", &["vigorous"]), + ("MANEUVEURS", &["maneuver"]), + ("BOUNGARY", &["boundary"]), + ("ABANDOMNENT", &["abandonment"]), + ("PREVEIWS", &["previews"]), + ("VISERCAL", &["visceral"]), + ("RECREATIONNAL", &["recreational"]), + ("NOTIFCATIONS", &["notifications"]), + ("TRATIOR", &["traitor"]), + ("SPAINISH", &["spanish"]), + ("TAGETING", &["targeting"]), + ("TCAHCES", &["caches"]), + ("RECIVING", &["receiving"]), + ("REORDED", &["reorder"]), + ("SEGAULT", &["segfault"]), + ("SOCIALICING", &["socializing"]), + ("ADMI", &["admin"]), + ("BLAIMED", &["blamed"]), + ("ACUQIRE", &["acquire"]), + ("ABILITES", &["abilities"]), + ("OBHECTING", &["objecting"]), + ("DIRETIVE", &["directive"]), + ("VALENCA", &["valencia"]), + ("REGULTORY", &["regulatory"]), + ("DELELETED", &["deleted"]), + ("BEHABVIOUR", &["behaviour"]), + ("PICTURESKELY", &["picturesquely"]), + ("OBSERVARSE", &["observers"]), + ("PYSCHOPATHS", &["psychopaths"]), + ("FROPM", &["from"]), + ("MANDETORY", &["mandatory"]), + ("VOLOUNTEERS", &["volunteers"]), + ("APPLICATINO", &["application"]), + ("RESIZEING", &["resizing"]), + ("MISOGYINST", &["misogynist"]), + ("CONSTRUCTIIN", &["constructing"]), + ("HURRICANCE", &["hurricane"]), + ("CANNISTERS", &["canisters"]), + ("TRANACTION", &["transaction"]), + ("FININSHED", &["finished"]), + ("DIFFERNETLY", &["differently"]), + ("CHEKING", &["checking"]), + ("PORTRIAT", &["portrait"]), + ("CONTAMINATIE", &["contaminated"]), + ("REDUNDENCY", &["redundancy"]), + ("INVOLTUED", &["involuted"]), + ("GUARNATEEEING", &["guaranteeing"]), + ("LISETNING", &["listening"]), + ("COMPLICITE", &["complicate"]), + ("MOVEBACKWRD", &["movebackward"]), + ("SUPPOR", &["support"]), + ("KRONICLER", &["chronicler"]), + ("VARIABELE", &["variable"]), + ("MALTESIAN", &["maltese"]), + ("INTERSETLLAR", &["interstellar"]), + ("INCOMPATIBL", &["incompatible"]), + ("DOMINATERS", &["dominates"]), + ("DOWNRADES", &["downgrades"]), + ("SIFFIXES", &["suffixes"]), + ("SOMETHINHG", &["somethings"]), + ("PARANORNAL", &["paranormal"]), + ("ESPRESSION", &["espresso"]), + ("BATTELSHIP", &["battleship"]), + ("SHOWEDE", &["showered"]), + ("ALHABETICAL", &["alphabetical"]), + ("INCREAS", &["increase"]), + ("SUFFICENT", &["sufficient"]), + ("DISRTIBUTION", &["distributions"]), + ("GETTETX", &["gettext"]), + ("TELIPORTATION", &["teleportation"]), + ("TRANPOSED", &["transposed"]), + ("MASTERPEACE", &["masterpiece"]), + ("BELIEBABLE", &["believable"]), + ("COORDIANTED", &["coordinated"]), + ("NARLED", &["gnarled", "nailed", "narked", "snarled"]), + ("CONCTATS", &["contacts"]), + ("SPECTIFIES", &["specifies"]), + ("NEGOITATE", &["negotiate"]), + ("SRINKED", &["shrunk"]), + ("REDISTRUBUTIONS", &["redistributions"]), + ("SHANDOW", &["shadow"]), + ("BUID", &["build"]), + ("REMINSCING", &["reminiscing"]), + ("SUBRACTION", &["subtraction"]), + ("SCHOLORSHIPS", &["scholarships"]), + ("DISERABLE", &["desirable"]), + ("ANPHATHEATER", &["amphitheater"]), + ("RYTHM", &["rhythm"]), + ("ARPETURE", &["aperture"]), + ("INITALIALISATION", &["initialisation"]), + ("SEEZES", &["seizes"]), + ("DEBUGGIN", &["debugging"]), + ("STRUGGLIGN", &["struggling"]), + ("MOTOROLLA", &["motorola"]), + ("CONATINING", &["containing"]), + ("SIGHN", &["sign"]), + ("ABANDONDED", &["abandoned"]), + ("SELECTE", &["selected", "select"]), + ("ARISOFT", &["airsoft"]), + ("CURRUPT", &["corrupt"]), + ("COMPATABILITY", &["compatibility"]), + ("STUDOI", &["studio"]), + ("REPOSTD", &["reposted"]), + ("TEMPURATURES", &["temperatures"]), + ("AMEALEARATE", &["ameliorate"]), + ("SALUGHTER", &["slaughter"]), + ("HYPERBROPHY", &["hypertrophy"]), + ("SCHIZOPHRENA", &["schizophrenia"]), + ("AAPROXIMATING", &["approximating"]), + ("ATATCHES", &["attaches"]), + ("ALIMONEY", &["alimony"]), + ("INTIMITALY", &["intimately"]), + ("HUNAGRIAN", &["hungarian"]), + ("ARBITRIRALY", &["arbitrarily"]), + ("DUAGHTERS", &["daughters"]), + ("OVERLAPED", &["overlapped"]), + ("METHODE", &["method"]), + ("UNDERLAYED", &["underlaid"]), + ("PREREQUESITE", &["prerequisite"]), + ("RECTANGLUAR", &["rectangular"]), + ("REPRESENTATING", &["representation", "representing"]), + ("OTHO", &["otoh"]), + ("FUTURUSTIC", &["futuristic"]), + ("OPTMIZED", &["optimized"]), + ("AMBIDEXTEROUS", &["ambidextrous"]), + ("MULTIPLICACION", &["multiplication"]), + ("FORFITED", &["forfeited"]), + ("EVELUATING", &["evaluating"]), + ("CANCELATIONS", &["cancellations"]), + ("TEAMPLATE", &["template"]), + ("METLDOWN", &["meltdown"]), + ("NEIGHROUR", &["neighbour"]), + ("BROCHER", &["brochure"]), + ("PROTCOL", &["protocol"]), + ("PROMETHUES", &["prometheus"]), + ("HASES", &["hashes"]), + ("UPSTREAMMED", &["upstreamed"]), + ("EXCHAGED", &["exchanged"]), + ("RECPIE", &["recipe"]), + ("MIMC", &["mimic"]), + ("DISTRUBUTION", &["distribution"]), + ("STADUIM", &["stadium"]), + ("DUPPLICATED", &["duplicated"]), + ("WEPPON", &["weapon"]), + ("INTRICACES", &["intricacies"]), + ("PROGESSS", &["progress"]), + ("PERSUMABLY", &["presumably"]), + ("REGSITRATION", &["registration"]), + ("AUTONATION", &["automation"]), + ("UNDOUBTEDBLY", &["undoubtedly"]), + ("DIRECTORIOS", &["directors"]), + ("VEAMANT", &["vehement"]), + ("WELP", &["whelp"]), + ("ALPHABETICLY", &["alphabetical"]), + ("FOUNTAN", &["fountain"]), + ("EXTENDET", &["extended"]), + ("ULTERIOARE", &["ulterior"]), + ("THERMOMETRE", &["thermometer"]), + ("MUDER", &["murder"]), + ("STATEGISE", &["strategise"]), + ("THOROUGHY", &["thoroughly"]), + ("BUINESS", &["business"]), + ("AVALIBALE", &["available"]), + ("LEVIATHN", &["leviathan"]), + ("DIAABLED", &["disabled"]), + ("TOPPINGEST", &["toppings"]), + ("FEAUTRE", &["feature"]), + ("SPCIFICATIONS", &["specifications"]), + ("LIMITIED", &["limited"]), + ("ONTAINOR", &["container"]), + ("RETRICT", &["restrict"]), + ("PROCEEEDED", &["proceeded"]), + ("UNSURPRIZED", &["unsurprised"]), + ("VIARIABLE", &["variable"]), + ("EXAGGARATION", &["exaggeration"]), + ("APPRCIATE", &["appreciate"]), + ("PLAYTGROUGHS", &["playthroughs"]), + ("SIMPIFICATIONS", &["simplifications"]), + ("ENTREPRENEUER", &["entrepreneurs"]), + ("APPLIACTIONS", &["applications"]), + ("INDXES", &["indexes"]), + ("ELCTROMAGNETIC", &["electromagnetic"]), + ("CERTAINITY", &["certainty"]), + ("AQCUIRING", &["acquiring"]), + ("OVERHEATHING", &["overheating"]), + ("ASSMUME", &["assume"]), + ("CINCINNNATI", &["cincinnati"]), + ("CALLLED", &["called"]), + ("EVIDANCE", &["evidence"]), + ("PASESD", &["passed"]), + ("QUATNIZE", &["quantize"]), + ("DECUTABLE", &["deductible"]), + ("ORGINATING", &["originating"]), + ("TDOO", &["todo"]), + ("THEOUGH", &["through"]), + ("BETWEEEN", &["between"]), + ("DESCVRIPTIONS", &["descriptions"]), + ("BARGIANING", &["bargaining"]), + ("ACQUIESSED", &["acquiesced"]), + ("CHILLEAD", &["chilled"]), + ("APPROUVED", &["approved"]), + ("DESTROYEDS", &["destroyers"]), + ("COCKRAOCHES", &["cockroaches"]), + ("DESELCTABLE", &["deselectable"]), + ("SEPERETED", &["separated"]), + ("CONTIAN", &["contain"]), + ("SITRRING", &["stirring"]), + ("ANGOSTICISM", &["agnosticism"]), + ("ORTHAGNAL", &["orthogonal"]), + ("EXTRIMELY", &["extremely"]), + ("ABDOMNIAL", &["abdominal"]), + ("WEIRLDY", &["weirdly"]), + ("ELIPSES", &["ellipses", "eclipses", "ellipsis"]), + ("EXHANGES", &["exchanges"]), + ("CURRICULLUM", &["curriculum"]), + ("THUMBBNAIL", &["thumbnail"]), + ("CACULATED", &["calculated"]), + ("INCLUSINVE", &["inclusive"]), + ("POPUATION", &["population"]), + ("SISTEMATIZING", &["systematizing"]), + ("BOOUND", &["bound"]), + ("SUBCATAGORY", &["subcategory"]), + ("ENTHUIASTS", &["enthusiast"]), + ("WORKAROUDNS", &["workarounds"]), + ("TESCASES", &["testcases"]), + ("BIRHTDAY", &["birthday"]), + ("CRITIERA", &["criteria"]), + ("ANARQUIST", &["anarchist"]), + ("DEDUPLACATED", &["deduplicated"]), + ("GUARUNTED", &["guaranteed"]), + ("AVOING", &["avoiding"]), + ("SIRECTORIES", &["directories"]), + ("ENCOMPUSING", &["encompassing"]), + ("PROPROCESSED", &["preprocessed"]), + ("REPAIRD", &["repaired"]), + ("ORIGIGINAL", &["original"]), + ("DISSABLES", &["disables"]), + ("HYPOTETHICAL", &["hypothetical"]), + ("PICTHED", &["pitched"]), + ("RADAINT", &["radiant"]), + ("NATIVLY", &["natively"]), + ("CHARACTETERISTIC", &["characteristic"]), + ("EXSITENCE", &["existence"]), + ("EXPIRIE", &["expire"]), + ("INSECTES", &["insects"]), + ("NEGITIATED", &["negotiated"]), + ("PROJECTLES", &["projectiles"]), + ("ABBREVIATIN", &["abbreviation"]), + ("SONGLING", &["singling", "dongling"]), + ("SILOWETES", &["silhouettes"]), + ("IGNORGG", &["ignoring"]), + ("WAITRES", &["waiters"]), + ("BRIGDES", &["bridges"]), + ("SMEHOW", &["somehow"]), + ("ENCOSINGS", &["enclosings", "encodings"]), + ("ADMINISTRARON", &["administrator"]), + ("UEST", &["quest"]), + ("RENEGOTIOTATED", &["renegotiated"]), + ("GEOMTRYS", &["geometries"]), + ("CRACELESS", &["graceless"]), + ("DISAPPLINING", &["disciplining"]), + ("THIIS", &["this"]), + ("THT", &["the", "that"]), + ("VIRTUALIZAITON", &["virtualization"]), + ("INVERTATION", &["inversion"]), + ("SUPERFLUU", &["superfluous"]), + ("MATCING", &["matching"]), + ("FURNCAE", &["furnace"]), + ("ALLOCAT", &["allocate"]), + ("LANDINS", &["landings"]), + ("SPAWINING", &["spawning"]), + ("COUNSILORS", &["counselors"]), + ("ENUMERATIORS", &["enumerators"]), + ("ENOURAGES", &["encourages"]), + ("ABSTRATOR", &["abstractor"]), + ("UTLIZING", &["utilizing"]), + ("WHITESSPACES", &["whitespaces"]), + ("ILLUMINIATI", &["illuminati"]), + ("REGENRATION", &["regeneration"]), + ("REPLACABILITY", &["replaceability"]), + ("NEIGHBOREHOOD", &["neighborhood"]), + ("INCONSISTENDT", &["inconsistent"]), + ("GRANUALTIRY", &["granularity"]), + ("TEMPLARIUS", &["templars"]), + ("ASLIAS", &["alias"]), + ("COMAPARED", &["compared"]), + ("LIBERARIES", &["libraries"]), + ("NULLIFIY", &["nullify"]), + ("COLLORSCHEME", &["colorscheme"]), + ("METHODOLGY", &["methodology"]), + ("OPERAIONS", &["operations"]), + ("COUNTERMEAUSURES", &["countermeasures"]), + ("EXPERIMANENTERS", &["experimenters"]), + ("FACILITATILE", &["facilitate"]), + ("OVERREAKTION", &["overreaction"]), + ("TYPOGRAHPY", &["typography"]), + ("DELOPYMENT", &["deployment"]), + ("CONVOULTIONS", &["convolutions"]), + ("SUBSTITUTUE", &["substitutes"]), + ("INCREADING", &["increasing"]), + ("ENTITITIES", &["entities"]), + ("EXPERTIS", &["experts"]), + ("TOMATOE", &["tomato"]), + ("ITIALIZATION", &["initialization"]), + ("DEFFERING", &["differing"]), + ("EXCEIRPTS", &["excerpts"]), + ("INTERPRETAITON", &["interpretations"]), + ("FUNCZION", &["function"]), + ("COMPILCATIONS", &["complication", "complications"]), + ("CONTINUM", &["continuum"]), + ("COMRPESSES", &["compresses"]), + ("GUARENTEEDEING", &["guaranteeing"]), + ("MECHAMISM", &["mechanism"]), + ("FONCTIONNALITIES", &["functionalities"]), + ("CMOPUTERS", &["computers"]), + ("TEXUTRES", &["textures"]), + ("CONPLETE", &["complete"]), + ("INSULTAS", &["insults"]), + ("PERPETUADED", &["perpetuated"]), + ("MESSSAGES", &["messages"]), + ("AVANCED", &["advanced"]), + ("PRECENDENCE", &["precedence"]), + ("TEMPERTAURE", &["temperature"]), + ("GENERATONS", &["generators"]), + ("DIARRHEOA", &["diarrhea"]), + ("MEXICANESE", &["mexicans"]), + ("EXIXT", &["exist"]), + ("IMPOSSIBILLITY", &["impossibility"]), + ("INTRESTING", &["interesting"]), + ("AUTOMODERTOR", &["automoderator"]), + ("COMPULERS", &["compilers", "computers"]), + ("KEPOINT", &["keypoint"]), + ("CORREESPONDS", &["corresponds"]), + ("PARALLELIPIPED", &["parallelepiped"]), + ("OPTIMIAL", &["optimal"]), + ("EVEOLUTION", &["evolution"]), + ("SCRIOPTED", &["scripted"]), + ("REGEISTRATION", &["registration"]), + ("MEDICALY", &["medically"]), + ("DOWNGRATE", &["downgrade"]), + ("RENDERERD", &["rendered"]), + ("PARAPHARSE", &["paraphrase"]), + ("SPEFICIER", &["specifier"]), + ("CONFIRMEDD", &["confirmed"]), + ("WATIERS", &["waiters"]), + ("MICROTRANSACIONS", &["microtransactions"]), + ("SPEFICATIONS", &["specifications"]), + ("TECHINCALLY", &["technically"]), + ("HEMORAGES", &["hemorrhages"]), + ("ARIBTRARY", &["arbitrary"]), + ("HOMOGENOUES", &["homogeneous"]), + ("FRAGMNET", &["fragment"]), + ("FRSIBEE", &["frisbee"]), + ("ELECTONIC", &["electronic"]), + ("MATERILS", &["materials"]), + ("CONTATINING", &["containing"]), + ("ALGOPRITHMICALLY", &["algorithmically"]), + ("WHISLTES", &["whistles"]), + ("SPARYED", &["sprayed"]), + ("REDEISGN", &["redesign"]), + ("PRAAMETERS", &["parameters"]), + ("EXHORBITENT", &["exorbitant"]), + ("STAGGERRING", &["staggering"]), + ("FECTHES", &["fetches"]), + ("COALLEED", &["coalesced"]), + ("CACHABLE", &["cacheable"]), + ("SUCESFULLY", &["successfully"]), + ("VERBSE", &["verbose"]), + ("SEMENTED", &["cemented", "segmented"]), + ("MILTIPLE", &["multiple"]), + ("INITILIAZED", &["initialized"]), + ("CHAHGING", &["changing"]), + ("GROPU", &["group"]), + ("DEPENDD", &["depended"]), + ("SACRIFIECED", &["sacrificed"]), + ("UNCONTROLLABE", &["uncontrollable"]), + ("PARTIITON", &["partition"]), + ("MATEIAL", &["material", "metal"]), + ("WACLOTT", &["walcott"]), + ("CIELINGS", &["ceilings"]), + ("CLEARLING", &["clearing"]), + ("FORMULAICAL", &["formulaic"]), + ("LARINGTON", &["arlington"]), + ("COMPARASONS", &["comparisons"]), + ("UNSPEFIIFIED", &["unspecified"]), + ("CONFIGER", &["configure"]), + ("SNIGLES", &["singles"]), + ("CHANISAW", &["chainsaw"]), + ("KERNALS", &["kernels"]), + ("CENTIPEDDLE", &["centipede"]), + ("INCOMPATABILITY", &["incompatibility"]), + ("VOLLYEBALL", &["volleyball"]), + ("PRPOSE", &["propose"]), + ("EXORTED", &["exported", "extorted", "exerted"]), + ("PORPORTIONAL", &["proportional"]), + ("CONSQUENT", &["consequent"]), + ("FUNCTONS", &["functions"]), + ("MSOT", &["most"]), + ("SWIFTLEY", &["swiftly"]), + ("DISCRIBING", &["describing"]), + ("SUBSTUCTURE", &["substructure"]), + ("REARRANGAELBE", &["rearrangeable"]), + ("EMBBEDDING", &["embedding"]), + ("TRANSCORDED", &["transcoded"]), + ("TIMZEONE", &["timezone"]), + ("FUNCTIOM", &["function"]), + ("OCCURANCE", &["occurrence"]), + ("ALGORHYTMIC", &["algorithmic"]), + ("RECOSTRUCT", &["reconstruct"]), + ("NOTMALIZE", &["normalize"]), + ("AUTOMATICALLLY", &["automatically"]), + ("AJACENCY", &["adjacency"]), + ("ARBITRER", &["arbiter", "arbitrator"]), + ("SOLUTIDE", &["solitude"]), + ("RENEGOTIONATORS", &["renegotiators"]), + ("TRANSPHOIC", &["transphobic"]), + ("MOTOTOLA", &["motorola"]), + ("CORORDINATION", &["coordination"]), + ("COMMUNITCATED", &["communicated"]), + ("SENSATIONSLISM", &["sensationalism"]), + ("COMLETLY", &["completely"]), + ("CENSUR", &["censor", "censure"]), + ("ENVIROMENTALIST", &["environmentalist"]), + ("DEREFERANCED", &["dereferenced"]), + ("DESTINATINO", &["destination"]), + ("ALGORTITHMICALLY", &["algorithmically"]), + ("PROTECTE", &["protective", "protected", "protect"]), + ("REPLACEMET", &["replacements"]), + ("GENERERATE", &["generate"]), + ("PROGRESSIN", &["progression"]), + ("MINERALES", &["minerals"]), + ("LIMITIERS", &["limiters"]), + ("PILRGIM", &["pilgrim"]), + ("CONSUEMR", &["consumer"]), + ("COFRIMED", &["confirmed"]), + ("AVAILALITY", &["availability"]), + ("UNPERTURB", &["unperturbed"]), + ("MESSAGOE", &["message"]), + ("ANOTHR", &["another"]), + ("PARTICLARS", &["particulars"]), + ("NCESSARY", &["necessary"]), + ("EXPERIMING", &["experimenting"]), + ("TTHIS", &["this"]), + ("INITIALYZED", &["initialized"]), + ("EXPERIMETENTEL", &["experimental"]), + ("LAOTION", &["laotian", "lotion"]), + ("PABEL", &["panel"]), + ("POTENTAL", &["potential"]), + ("MODERNINATIONZ", &["modernizations"]), + ("DECLARATON", &["declaration"]), + ("BIGRADING", &["brigading"]), + ("GRADUATIN", &["graduation"]), + ("INFLEUNCED", &["influenced"]), + ("CARNAVOR", &["carnivore"]), + ("PLANETOS", &["planets"]), + ("OUTSOURCADE", &["outsourced"]), + ("SCUCCESSES", &["successes"]), + ("PORTABEL", &["portable"]), + ("COMMUNITE", &["communities"]), + ("DOMINANTION", &["domination"]), + ("EXCRACT", &["extract"]), + ("EXCEUTABLES", &["executables"]), + ("INIDCATES", &["indicates"]), + ("OPEAROR", &["operator"]), + ("UNINTERUPTED", &["uninterrupted"]), + ("REVOLATIONS", &["revolutions"]), + ("FACORTY", &["factory"]), + ("RUNING", &["running", "ruining"]), + ("ANYE", &["any"]), + ("CORRUPCION", &["corruption"]), + ("COPYIES", &["copies"]), + ("CHAECKING", &["checking"]), + ("MILIMETRES", &["millimetres"]), + ("REGULATIOS", &["regulators"]), + ("EHEN", &["when", "hen", "even", "then"]), + ("EXHUASTING", &["exhausting"]), + ("INTERSECITON", &["intersections"]), + ("CLEVELRY", &["cleverly"]), + ("UNCOMFERTABLE", &["uncomfortable"]), + ("RNAGE", &["rage", "range"]), + ("SENARIOS", &["scenarios"]), + ("AVAOIDED", &["avoided"]), + ("DEVELEPMONT", &["developments"]), + ("ARBITRIARY", &["arbitrary"]), + ("EVALITES", &["evaluates"]), + ("USIBLE", &["usable"]), + ("HRLPER", &["helper"]), + ("PSCYHOLOGICALLY", &["psychologically"]), + ("CHARACTERSISTICALLY", &["characteristically"]), + ("EXCES", &["excess"]), + ("CALUIFLOWER", &["cauliflower"]), + ("HUNAGRY", &["hungary"]), + ("IMPORVES", &["improves"]), + ("LINESEACH", &["linesearch"]), + ("DISRECPECTING", &["disrespecting"]), + ("FUNNILIY", &["funnily"]), + ("PHYSCOLOGISTS", &["psychologists"]), + ("DOWNLOADES", &["downloads"]), + ("INRERFACE", &["interface"]), + ("UNGREATFULL", &["ungrateful"]), + ("ASEMBLE", &["assemble"]), + ("CONSITUTIONAL", &["constitutional"]), + ("VERIONS", &["versions"]), + ("MIMMICKING", &["mimicking"]), + ("HYPOTETICAL", &["hypothetical"]), + ("LEFTED", &["left"]), + ("REPEATLY", &["repeatedly"]), + ("CONTRY", &["country"]), + ("ANTHROPOLOY", &["anthropology"]), + ("INITITALISER", &["initialiser"]), + ("SUSPENDEDS", &["suspense"]), + ("SUPPLEMETS", &["supplements"]), + ("EXCHNGNG", &["exchanging"]), + ("SEQEUNTIALS", &["sequentials"]), + ("VOLEYBALL", &["volleyball"]), + ("STEALTHRAY", &["stealthy"]), + ("MODIFIY", &["modify"]), + ("ORAGNERED", &["orangered"]), + ("INDLUCES", &["includes"]), + ("COMMUNITES", &["communities"]), + ("SENTINAL", &["sentinel"]), + ("MAINTAINIG", &["maintaining"]), + ("CURRIOUS", &["curious"]), + ("DISAMBIGATION", &["disambiguation"]), + ("PORTRAIING", &["portraying"]), + ("BORDERLANDERS", &["borderlands"]), + ("APPENDEX", &["appendix"]), + ("CARISMATIC", &["charismatic"]), + ("WRAAPPED", &["wrapped"]), + ("OPF", &["of"]), + ("DELETEED", &["deleted"]), + ("VERTIXES", &["vertices"]), + ("ERRRORS", &["errors"]), + ("PROPRELY", &["properly"]), + ("NORMOL", &["normal"]), + ("RESPONSESS", &["responses"]), + ("INSIDED", &["inside"]), + ("MUTLITUDE", &["multitude"]), + ("EXPRTED", &["exported"]), + ("INCREDABLY", &["incredibly"]), + ("DISAAPOINT", &["disappoint"]), + ("NAIBOR", &["neighbor"]), + ("MELINEUMS", &["millennia"]), + ("PRIMTIVE", &["primitive"]), + ("MIROR", &["mirror", "minor"]), + ("ASTORNAUTS", &["astronauts"]), + ("FINIALIZE", &["finalize"]), + ("CURRICULEM", &["curriculum"]), + ("MESSGES", &["messages"]), + ("EXISTENSIAL", &["existential"]), + ("REBUIL", &["rebuild", "rebuilt"]), + ("WARINIG", &["warning"]), + ("TRANSISTIONING", &["transitioning"]), + ("AESTHETHICS", &["aesthetics"]), + ("PARAGRAGH", &["paragraph"]), + ("NEIGHBORES", &["neighbors"]), + ("MOTORCYLCES", &["motorcycles"]), + ("OFFSETED", &["offsetted"]), + ("DOUBELLIFT", &["doublelift"]), + ("GUNSLANGER", &["gunslinger"]), + ("PERSITENT", &["persistent"]), + ("MUTUXES", &["mutexes"]), + ("OPIONION", &["opinion"]), + ("NEWLETTER", &["newsletter"]), + ("MODFIFY", &["modify"]), + ("WORKBENCHS", &["workbenches"]), + ("INITIALIED", &["initialized"]), + ("INSTICNT", &["instinct"]), + ("DISQUALIFYED", &["disqualified"]), + ("CONSTAND", &["constant"]), + ("INDIANNA", &["indiana"]), + ("CUBBURD", &["cupboard"]), + ("UNIMPLEMENETED", &["unimplemented"]), + ("ARTIFICIELLA", &["artificial"]), + ("NEVETHELESS", &["nevertheless"]), + ("RESPECTFULY", &["respectfully"]), + ("INTEGATES", &["integrates"]), + ("CONTINUUING", &["continuing"]), + ("HUMANIOD", &["humanoid"]), + ("INEFFICIENTY", &["inefficiently"]), + ("VOYOURISTICALLY", &["voyeuristically"]), + ("DRWAWINGS", &["drawings"]), + ("ALTERNATIELY", &["alternately", "alternatively"]), + ("CIRUCIT", &["circuit"]), + ("BOFORE", &["before"]), + ("YOYR", &["your"]), + ("PHOTAGRAPHERS", &["photographers"]), + ("COMAMNDS", &["commands"]), + ("MANYALLY", &["manually"]), + ("SCRITPT", &["script"]), + ("ISPLAY", &["display"]), + ("CORRESPONING", &["corresponding"]), + ("GUERRILA", &["guerrilla"]), + ("GLITCHTY", &["glitchy"]), + ("ADDTIONAL", &["additional"]), + ("UNSUPPPORTED", &["unsupported"]), + ("DESGINATION", &["designation"]), + ("SPEFIFEIS", &["specifies"]), + ("INCOMPLEETE", &["incomplete"]), + ("UNPOENED", &["unopened"]), + ("SIMLIIAR", &["similar"]), + ("TRASFORMERS", &["transformers"]), + ("EMPLY", &["employ", "empty", "imply"]), + ("PHARAMCIST", &["pharmacist"]), + ("PRIVALEGED", &["privileged"]), + ("RECURSIVLY", &["recursively"]), + ("TRANSISITIONED", &["transitioned"]), + ("RESTOIRING", &["restoring"]), + ("INTERRACTING", &["interacting"]), + ("SIEZING", &["seizing", "sizing"]), + ("JOYSTIK", &["joystick"]), + ("NAVIGATIE", &["navigate"]), + ("MEEETING", &["meeting"]), + ("DECOMISSIONING", &["decommissioning"]), + ("WOTH", &["worth"]), + ("DIRETIVES", &["directives"]), + ("SIMLPE", &["simple"]), + ("SEMESTRES", &["semesters"]), + ("DCUMENTING", &["documenting"]), + ("VISIBIBILTY", &["visibility"]), + ("UNKNOWUN", &["unknown"]), + ("ENEW", &["new"]), + ("FROCE", &["force"]), + ("HYPERTHROPY", &["hypertrophy"]), + ("PRETECT", &["protect"]), + ("MANUFACTEUR", &["manufactures"]), + ("ENVIROMENTALLY", &["environmentally"]), + ("ANNOUCNE", &["announce"]), + ("PASSIONES", &["passions"]), + ("COONNECTION", &["connection"]), + ("STAIONAIRY", &["stationary"]), + ("LENGTHES", &["lengths"]), + ("CLIK", &["click"]), + ("INDEPENDENSE", &["independents"]), + ("PICE", &["piece"]), + ("UNBEETABLE", &["unbeatable"]), + ("EFFICIENTY", &["efficiently"]), + ("WOULF", &["would"]), + ("REMINSCE", &["reminisce"]), + ("ESPECIALYL", &["especially"]), + ("AUTHETNTICATES", &["authenticates"]), + ("INVOLUNATRY", &["involuntary"]), + ("ALIGNEMT", &["alignment"]), + ("CORRRECTS", &["corrects"]), + ("CONRRESPONDENT", &["correspondent"]), + ("GRAPHICALY", &["graphically"]), + ("PUBLUCATION", &["publication"]), + ("BUTTREY", &["buttery"]), + ("SASKETCHEWAN", &["saskatchewan"]), + ("PROGRAMMS", &["programs"]), + ("BISCUTS", &["biscuits"]), + ("ELECTORAAT", &["electorate"]), + ("PORTAYED", &["portrayed"]), + ("BLESSINS", &["blessings"]), + ("FUSTRATED", &["frustrated"]), + ("SPONTAINOUSLY", &["spontaneously"]), + ("HOMEWONERS", &["homeowners"]), + ("UNPRIVELEGED", &["unprivileged"]), + ("UNSUCESSFULL", &["unsuccessful"]), + ("REQUESR", &["request"]), + ("IDEOLAGIES", &["ideologies"]), + ("AUTHORATIVE", &["authoritative"]), + ("INVLAID", &["invalid"]), + ("IMPROOVEMENT", &["improvement"]), + ("AUTHETNTICATED", &["authenticated"]), + ("TRANSOFRMATION", &["transformation"]), + ("INTELIGENCE", &["intelligence"]), + ("TRASFORMATION", &["transformation"]), + ("PERSONHOD", &["personhood"]), + ("DISCOURANGED", &["discouraged"]), + ("INCONCISTENT", &["inconsistent"]), + ("DERIVATIO", &["derivation"]), + ("TSNUAMI", &["tsunami"]), + ("REVELATONS", &["revelations"]), + ("RECIEPT", &["receipt"]), + ("CASUALRIES", &["casualties"]), + ("TRIANED", &["trained"]), + ("RETROACTIVILY", &["retroactively"]), + ("RESPECTION", &["respecting"]), + ("SOUVINEAR", &["souvenir"]), + ("CALCULATSION", &["calculation"]), + ("UNCONDITINAL", &["unconditional"]), + ("ARGUMEMNTS", &["arguments"]), + ("CONVERTES", &["converts", "converted"]), + ("HISTORGRAMS", &["histograms"]), + ("SUBCRIBING", &["subscribing"]), + ("COMPEARS", &["compares"]), + ("DEMOCRAY", &["democracy"]), + ("POICIES", &["policies"]), + ("EXTITED", &["excited", "exited"]), + ("POLITICAN", &["politician"]), + ("EACG", &["each"]), + ("RELETING", &["deleting", "relating"]), + ("TRANSENDING", &["transcending"]), + ("EXCLUSIV", &["exclusive"]), + ("CONENIENT", &["convenient"]), + ("ACKNOWLEGDES", &["acknowledges"]), + ("CIRCELS", &["circles"]), + ("SEQUELCE", &["sequence"]), + ("SINTAX", &["syntax"]), + ("COMPATAILITY", &["compatibility"]), + ("PHILOSOPERS", &["philosophers"]), + ("PARTICALUARLY", &["particularly"]), + ("COMPARISIONS", &["comparisons"]), + ("VALUS", &["values", "talus", "value"]), + ("DISRECPECT", &["disrespect"]), + ("AVALIABILITY", &["availability"]), + ("PAROKEALLY", &["parochially"]), + ("NEIGHBURHOOD", &["neighborhood"]), + ("LARVAY", &["larvae"]), + ("JAMACIA", &["jamaica"]), + ("CONTEXTUEL", &["contextual"]), + ("WEDNESDY", &["wednesdays"]), + ("VIRUTALENV", &["virtualenv"]), + ("OWNNER", &["owner"]), + ("EQUTION", &["equation"]), + ("NEIGHBORHOOODS", &["neighborhoods"]), + ("REFERANCED", &["referenced"]), + ("MODERNIZATIONZ", &["modernizations"]), + ("SASKATCHEWN", &["saskatchewan"]), + ("WIRTTEN", &["written"]), + ("MULTIBYE", &["multibyte"]), + ("UNMODFIDED", &["unmodified"]), + ("AVERAGEADI", &["averaged"]), + ("POSSITIVES", &["positives"]), + ("RESPNSE", &["response"]), + ("PROTUGUESE", &["portuguese"]), + ("ASSMUMPTION", &["assumption"]), + ("YOPU", &["you"]), + ("INCUDING", &["including"]), + ("INTERTVINED", &["intertwined"]), + ("SLECT", &["select"]), + ("DESCIRIBE", &["describe"]), + ("SEPTEMER", &["september"]), + ("ADVERTISY", &["adversity"]), + ("ABSTRAT", &["abstract"]), + ("SUCCEDFULLY", &["successfully"]), + ("REPLICAITION", &["replication"]), + ("ESCPAE", &["escape"]), + ("EVERYONEIS", &["everyones"]), + ("PANDORIA", &["pandora"]), + ("ACUIRES", &["acquires"]), + ("RESLECTION", &["reselection"]), + ("FACORITES", &["favorites"]), + ("UPSTEAMING", &["upstreaming"]), + ("MANIFESTADO", &["manifesto"]), + ("WAVELENGH", &["wavelength"]), + ("MYSITCAL", &["mystical"]), + ("REGESTERS", &["registers"]), + ("NATIONALISN", &["nationals"]), + ("FUNDRASING", &["fundraising"]), + ("DECLATATIONS", &["declarations"]), + ("LIMMITS", &["limits"]), + ("DEATILED", &["detailed"]), + ("MOCROPHONES", &["microphones"]), + ("TERRETORIAL", &["territorial"]), + ("AUTONEGOITATION", &["autonegotiation"]), + ("IMPLEMEMETATION", &["implementation"]), + ("SUSCEPTIBILE", &["susceptible"]), + ("ACCOCIATE", &["associate"]), + ("VERYTHING", &["everything"]), + ("NVER", &["never"]), + ("SCENARION", &["scenario"]), + ("CONTIANERS", &["containers"]), + ("INTURPRATASION", &["interpretation"]), + ("HOSRTNAME", &["hostname"]), + ("TRANSMISISON", &["transmission"]), + ("VEGITABLES", &["vegetables"]), + ("EXPENDETURE", &["expenditure"]), + ("DESCRIPES", &["describes"]), + ("COSTITUTION", &["constitution"]), + ("PRODUCTIVTY", &["productivity"]), + ("RESTRICTES", &["restricts"]), + ("ELECTRINIC", &["electrician"]), + ("DESTIONATION", &["destination"]), + ("INSTLALING", &["installing"]), + ("RENEGOTATIATOR", &["renegotiator"]), + ("GAM", &["game"]), + ("VOLUNTARILLY", &["voluntarily"]), + ("SYLABLLE", &["syllable"]), + ("ENVIORNMENTALLY", &["environmentally"]), + ("VISUALIZATON", &["visualization"]), + ("NIGHLTY", &["nightly"]), + ("COMPILGER", &["compiler"]), + ("OPENENED", &["opened"]), + ("BUIILDING", &["building"]), + ("ARMPITTS", &["armpits"]), + ("CONCATANATE", &["concatenate"]), + ("HOMEOWNERIS", &["homeowners"]), + ("LOKALY", &["locally"]), + ("EXCELLANCE", &["excellence"]), + ("AFFILATIONS", &["affiliations"]), + ("PLATFORMIE", &["platformer"]), + ("SSAME", &["same"]), + ("VERSITALE", &["versatile"]), + ("TAIWANEE", &["taiwanese"]), + ("RELECT", &["reelect"]), + ("IMPPLEMENTED", &["implemented"]), + ("DECOMPRESOR", &["decompressor"]), + ("OCCRRING", &["occurring"]), + ("ENVIRNOMENTS", &["environments"]), + ("REPUTACION", &["reputation"]), + ("EVALUACION", &["evaluation"]), + ("COVERGE", &["coverage", "converge"]), + ("GORMAY", &["gourmet"]), + ("QUESTONS", &["questions"]), + ("VITROLE", &["vitriol"]), + ("STANCERS", &["stances"]), + ("REPLACATES", &["replicates"]), + ("SYSYEMS", &["systems"]), + ("DEDUPLATED", &["deduplicated"]), + ("SATURSDAY", &["saturday"]), + ("PANASOIC", &["panasonic"]), + ("SEARCHIN", &["searching"]), + ("STRATGEY", &["strategy"]), + ("ANCEINT", &["ancient"]), + ("AMBASSODOR", &["ambassador"]), + ("INITAILZATION", &["initialization"]), + ("BUILLT", &["built"]), + ("PROMTPING", &["prompting"]), + ("APPROXIATELY", &["approximately"]), + ("GALLARY", &["gallery"]), + ("MAKED", &["marked", "made"]), + ("UNDEFINDED", &["undefined"]), + ("SUSCRIPT", &["subscript"]), + ("MIRRORD", &["mirrored"]), + ("CCERTIFICATION", &["certification"]), + ("SHOFT", &["shift", "short"]), + ("INPECTION", &["inception", "inspection"]), + ("BRITE", &["bright"]), + ("BOOES", &["boos", "booze", "buoys"]), + ("SYMNOL", &["symbol"]), + ("FERTIZILERS", &["fertilizer"]), + ("GENEREAL", &["general"]), + ("AACCESS", &["access"]), + ("REITTERATES", &["reiterates"]), + ("DIFFERRENCE", &["difference"]), + ("PERSECUSION", &["persecution"]), + ("EXITT", &["exit"]), + ("ENTITLIED", &["entitled"]), + ("NONESENSE", &["nonsense"]), + ("EXPETIMENTS", &["experiments"]), + ("QUALTITATIVE", &["quantitative"]), + ("EXPERIMNETEL", &["experimental"]), + ("PROBALY", &["probably"]), + ("ABSOLUTLYE", &["absolutely"]), + ("CONSISE", &["concise"]), + ("KIYACKERS", &["kayakers"]), + ("SCANED", &["scanned"]), + ("NEIGHBOORDHOOD", &["neighborhood"]), + ("LEGITAMICY", &["legitimacy"]), + ("DEFICATELY", &["definitely"]), + ("FORGOTTING", &["forgetting"]), + ("JAILBROCKEN", &["jailbroken"]), + ("BODYDBUILDER", &["bodybuilder"]), + ("ITHEIR", &["their"]), + ("BOOTSTAP", &["bootstrap"]), + ("SEPULCHURE", &["sepulchre"]), + ("SIRECTORS", &["directors"]), + ("TORPDEO", &["torpedo"]), + ("DESPERATLY", &["desperately"]), + ("ACCUSITION", &["accusation"]), + ("RELATIVIY", &["relativity"]), + ("MISSUSED", &["misused"]), + ("SHARPLEY", &["sharply"]), + ("THERESHOLD", &["threshold"]), + ("PERFORAMING", &["performing"]), + ("SENSIVITIVE", &["sensitive"]), + ("CONFERENE", &["conferences", "conference"]), + ("JAVE", &["java", "have"]), + ("UMPREDICTABLE", &["unpredictable"]), + ("ECONOMICOS", &["economics"]), + ("UNACCESIBLE", &["unaccessible", "inaccessible"]), + ("QUADRAPEDS", &["quadrupeds"]), + ("CONVIENIENTLY", &["conveniently"]), + ("APPAREIL", &["apparel"]), + ("FOTOGRAFICAL", &["photographical"]), + ("KAZAKSTAN", &["kazakhstan"]), + ("SEPERABLE", &["separable"]), + ("ITSELTF", &["itself"]), + ("STRAINES", &["strains"]), + ("TEATOTALERS", &["teetotalers"]), + ("SYMPATHSIZER", &["sympathizers"]), + ("EMPHACIZED", &["emphasized"]), + ("WRNAGLER", &["wrangler"]), + ("INCOMPREHENSABLE", &["incomprehensible"]), + ("REMOVERD", &["removed"]), + ("NAVIAGTION", &["navigation"]), + ("COORDINAR", &["coordinator"]), + ("TYPCIALLY", &["typically"]), + ("PLACEMENET", &["placements", "placement"]), + ("UNIVERSITES", &["universities"]), + ("INTERPRETAREM", &["interpreter"]), + ("EXISTNACE", &["existence"]), + ("UNPORTECTED", &["unprotected"]), + ("BOUQET", &["bouquet"]), + ("SUCESSSFULY", &["successfully"]), + ("PREDEDENCE", &["precedence"]), + ("INCONVERTABLE", &["inconvertible"]), + ("LACKLASTER", &["lackluster"]), + ("OPINYONIST", &["opinionist"]), + ("PARASITS", &["parasites"]), + ("DEVELPMENT", &["development"]), + ("INTERRO", &["interior"]), + ("REALITIME", &["realtime"]), + ("INDEPENDEND", &["independent"]), + ("INTOLORENCE", &["intolerance"]), + ("AUFTER", &["after"]), + ("UNGOLDY", &["ungodly"]), + ("FINISED", &["finished"]), + ("THINKABEL", &["thinkable"]), + ("GRAHPICS", &["graphics"]), + ("MOUTNS", &["mounts"]), + ("UMBELIEVABLE", &["unbelievable"]), + ("INTERPET", &["interpret"]), + ("WORTHING", &["worth", "meriting"]), + ("EVIDENTALLY", &["evidently"]), + ("CONENCTING", &["connecting"]), + ("CTEATING", &["creating"]), + ("CHRONICHLES", &["chronicles"]), + ("IMPEDENCE", &["impedance"]), + ("OTIGINAL", &["original"]), + ("UPGRADDE", &["upgrade"]), + ("CAPRENTER", &["carpenter"]), + ("KONFIGURATION", &["configuration"]), + ("INVESTEGATOR", &["investigator"]), + ("INHERRITS", &["inherits"]), + ("ADDOPTED", &["adopted"]), + ("QUANTITAIVE", &["quantitative"]), + ("BOUNAARIES", &["boundaries"]), + ("REPELED", &["repelled"]), + ("MIMICED", &["mimicked"]), + ("FORNATTER", &["formatter"]), + ("CONCEPTUEL", &["conceptual"]), + ("SINAGPORE", &["singapore"]), + ("VILLIAN", &["villain"]), + ("ASEMBLERS", &["assemblers"]), + ("POISTIVLY", &["positively"]), + ("INCENTIVIES", &["incentives"]), + ("FOLLWERS", &["followers"]), + ("INERTION", &["insertion"]), + ("SCIENTITS", &["scientist"]), + ("DECIEVES", &["deceives"]), + ("EXPERENCING", &["experiencing"]), + ("TABLEPSACE", &["tablespace"]), + ("INTIALIZES", &["initializes"]), + ("POSSIIBLY", &["possibly"]), + ("OVERWHLEM", &["overwhelm"]), + ("AWKARD", &["awkward"]), + ("HANDSHALING", &["handshaking"]), + ("EMERGENICES", &["emergencies"]), + ("DISAPRITY", &["disparity"]), + ("HTINK", &["think"]), + ("NATIEVLY", &["natively"]), + ("ALGORTHINS", &["algorithms"]), + ("IMLIMENT", &["implement"]), + ("UNDERULTILIZATION", &["underutilization"]), + ("COLLATERIAL", &["collateral"]), + ("EITEHR", &["either"]), + ("TECNIC", &["technique"]), + ("SORCEREY", &["sorcery"]), + ("FUNDEMANTALIST", &["fundamentalist"]), + ("EMPLYMENTS", &["employments"]), + ("REFERRERES", &["referrers"]), + ("VIRTUALIATION", &["virtualisation", "virtualization"]), + ("EXCECTIONS", &["exceptions", "executions"]), + ("SCANNIG", &["scanning"]), + ("MAMENTO", &["memento"]), + ("REQUIEST", &["request"]), + ("INFLATABALE", &["inflatable"]), + ("ARBIITRARILY", &["arbitrarily"]), + ("EXPERIENCEING", &["experiencing"]), + ("CIRCUNSTANCE", &["circumstance"]), + ("CUSTOMSIED", &["customised"]), + ("FILESHYSTEM", &["filesystem"]), + ("ARGUEMTNS", &["arguments"]), + ("OCCURRENCS", &["occurrences"]), + ("HEARTBRAKES", &["heartbreak"]), + ("AVALIABLE", &["available"]), + ("BENCKMARK", &["benchmark"]), + ("ASSESED", &["assessed"]), + ("UNKNKOWN", &["unknown"]), + ("USSUALLY", &["usually"]), + ("ADMISSSION", &["admission"]), + ("ENITITIES", &["entities"]), + ("EDITTOR", &["editor"]), + ("COMPOSUTING", &["compositing"]), + ("REPLACEEMNTS", &["replacements"]), + ("EQUIVELENTS", &["equivalents"]), + ("PRUSUE", &["pursue"]), + ("MEMICK", &["mimic"]), + ("IMPROTS", &["imports"]), + ("FILESYTEM", &["filesystem"]), + ("THEOLOGIAL", &["theological"]), + ("CORRUPTABLE", &["corruptible"]), + ("ANCINETS", &["ancients"]), + ("NONSENS", &["nonsense"]), + ("UTILTIES", &["utilities"]), + ("AUTTOATACK", &["autoattack"]), + ("CALCUALATIONS", &["calculations"]), + ("CONNTENTS", &["contents"]), + ("INAPPROPREATE", &["inappropriate"]), + ("CECKER", &["checker"]), + ("TRIGUERED", &["triggered"]), + ("INCRMENTS", &["increments"]), + ("ASEMBLY", &["assembly"]), + ("BOTTONM", &["bottom"]), + ("DIMANSIONAL", &["dimensional"]), + ("CELIBRATIONS", &["celebrations"]), + ("EFFIENCY", &["efficiency"]), + ("TRICKYER", &["trickery"]), + ("STREIGTS", &["straights", "straits"]), + ("LIEBRALS", &["liberals"]), + ("STRAIGTHENED", &["straightened"]), + ("TRAVEERSING", &["traversing"]), + ("TRANSALTOR", &["translator"]), + ("TEMPRORALY", &["temporarily"]), + ("ARLREADY", &["already"]), + ("RICHOCHET", &["ricochet"]), + ("ACCEPECTED", &["accepted"]), + ("ALENIATE", &["alienate"]), + ("CATACLYSIM", &["cataclysm"]), + ("ARBRITRARILY", &["arbitrarily"]), + ("DESCRITPORS", &["descriptors"]), + ("STANDART", &["standard"]), + ("RESEPECTED", &["respected"]), + ("MONSTRISITY", &["monstrosity"]), + ("PASSIONATELLY", &["passionately"]), + ("COINSIDENTAL", &["coincidental"]), + ("SKEPTIS", &["skeptics"]), + ("LENTGH", &["length"]), + ("ACCLEROMETERS", &["accelerometers"]), + ("DESCRITPTION", &["description"]), + ("PROBABILISTE", &["probabilities"]), + ("REQIURES", &["requires"]), + ("APPENED", &["append", "appended", "happened"]), + ("CONTENTUOUS", &["contentious"]), + ("PROPERYY", &["property", "properly"]), + ("ONMISHINTS", &["omniscience"]), + ("SISSERING", &["scissoring"]), + ("SPREDSHEET", &["spreadsheet"]), + ("OPPISITE", &["opposite"]), + ("INDEPDENCENTE", &["independence"]), + ("MISTMATCHES", &["mismatches"]), + ("TENTALCE", &["tentacle"]), + ("SCANDALOSO", &["scandals"]), + ("REPRESENTATIVAS", &["representatives"]), + ("SENSETIONAL", &["sensational"]), + ("DETERMINISITC", &["deterministic"]), + ("POSITOIN", &["position"]), + ("INTEFERING", &["interfering"]), + ("ARBITRAIRLY", &["arbitrarily"]), + ("INTERITED", &["inherited"]), + ("TORRENTAS", &["torrents"]), + ("SYSTESMS", &["systems"]), + ("NOTIFICTION", &["notification"]), + ("VISCREAL", &["visceral"]), + ("TRILINEAL", &["trilinear"]), + ("CONFUZING", &["confusing"]), + ("POSIONED", &["poisoned", "positioned"]), + ("THEORECTICALLY", &["theoretically"]), + ("ABSYMAL", &["abysmal"]), + ("TAGED", &["tagged"]), + ("MULITPLIERS", &["multipliers"]), + ("CURVATRUES", &["curvatures"]), + ("SPRECIALIZED", &["specialized"]), + ("CONSCIOULY", &["consciously"]), + ("DEAFULT", &["default"]), + ("POLYMORE", &["polymer"]), + ("OBSERVATING", &["observation"]), + ("TRANLUCENT", &["translucent"]), + ("RECORDARME", &["recorder"]), + ("EXPERIMENTTS", &["experiments"]), + ("DESGINATED", &["designated"]), + ("BRACHES", &["branches", "breaches"]), + ("EXPIDITIONS", &["expeditions"]), + ("ALGORTHINIC", &["algorithmic"]), + ("SECURRELY", &["securely"]), + ("SEUENCE", &["sequence"]), + ("CLEARY", &["clearly"]), + ("LEGENADRIES", &["legendaries"]), + ("STANDARISING", &["standardising"]), + ("THEREIAN", &["therein"]), + ("ENCOLSURE", &["enclosure"]), + ("HWOEVER", &["however"]), + ("ELEMEMENT", &["element"]), + ("FASCISIM", &["fascism"]), + ("EMPERIALLY", &["imperially"]), + ("REVEIWS", &["reviews"]), + ("COMPENSTATE", &["compensate"]), + ("CONVERSTS", &["converts"]), + ("WARRENTY", &["warranty"]), + ("CORRLEATION", &["correlation"]), + ("CORRSPOND", &["correspond"]), + ("INFOMRAITON", &["information"]), + ("ACCRODINGLY", &["accordingly"]), + ("SEEEM", &["seem"]), + ("COUNTRYCIDE", &["countryside"]), + ("SABATAGE", &["sabotage"]), + ("CIMMETRICLLY", &["symmetrically"]), + ("RECOMMENTED", &["recommended"]), + ("UTITITY", &["utility"]), + ("EMITTTER", &["emitter"]), + ("PRIVELAGES", &["privileges"]), + ("CUSSTOMIZATION", &["customization"]), + ("PROCESING", &["processing"]), + ("CURIOSLY", &["curiously"]), + ("COMPLMENET", &["complement"]), + ("WOUOLD", &["would"]), + ("INTSRUMENTAL", &["instrumental"]), + ("DEFAULLT", &["default"]), + ("EVALUETE", &["evaluate"]), + ("EXPERIMENERS", &["experimenters"]), + ("VERIFYABLE", &["verifiable"]), + ("KIGHBOSHING", &["kiboshing"]), + ("ANIMATIOR", &["animator", "animation"]), + ("REALLOCAITE", &["reallocate"]), + ("FORUNNER", &["forerunner"]), + ("TRASNLATED", &["translated"]), + ("HUMIDITIY", &["humidity"]), + ("ABRITRARILY", &["arbitrarily"]), + ("CAPITALIZAITON", &["capitalization"]), + ("SUPPOT", &["support"]), + ("DESINTERESTED", &["disinterested"]), + ("ANONYNOUS", &["anonymous"]), + ("INLCLUDION", &["inclusion"]), + ("ADVICED", &["advised"]), + ("MDOELS", &["models"]), + ("ENLIGHMENT", &["enlighten"]), + ("GUIDEANCE", &["guidance"]), + ("LAUCHES", &["launches"]), + ("SUBSCIBED", &["subscribed"]), + ("MANAULLY", &["manually"]), + ("DUBIOS", &["dubious"]), + ("COLUMNAS", &["columns"]), + ("NAMEPSACES", &["namespaces"]), + ("THIMNGS", &["things"]), + ("VOLONTEERING", &["volunteering"]), + ("CIRCUMSTANSIAL", &["circumstantial"]), + ("WHTA", &["what"]), + ("CURREST", &["currents"]), + ("BUSSINESS", &["business"]), + ("FERTALIZER", &["fertilizer"]), + ("PLAYAROUND", &["playground"]), + ("CALCULATTER", &["calculator"]), + ("MAANGER", &["manager"]), + ("IDIOSYNCHRATIC", &["idiosyncratic"]), + ("TRANLATES", &["translates"]), + ("PASST", &["passed", "past"]), + ("EXCLUSIVOS", &["exclusives"]), + ("COMPAREMOS", &["compares"]), + ("BATITSA", &["batista"]), + ("ATTRIBURTION", &["attribution"]), + ("WATCHEMN", &["watchmen"]), + ("MECHINISM", &["mechanism"]), + ("OFFFENSE", &["offense"]), + ("SCAFOLDS", &["scaffolds"]), + ("DABASE", &["database"]), + ("OSCILATING", &["oscillating"]), + ("DEUG", &["debug"]), + ("UNSPEFIFEID", &["unspecified"]), + ("DESICIONS", &["decisions"]), + ("YOMAN", &["yeoman"]), + ("VALLGRIND", &["valgrind"]), + ("EXCEPTIPN", &["exception"]), + ("CHANNETS", &["channels"]), + ("COMFRONTATIONAL", &["confrontational"]), + ("INTANGEBLE", &["intangible"]), + ("RECGONIZES", &["recognizes"]), + ("FUNCTIONSS", &["functions"]), + ("INTERPRETION", &["interpreting", "interpretation"]), + ("DIFFERENLY", &["differently"]), + ("COMPLTED", &["completed"]), + ("EXCPLICT", &["explicit"]), + ("DISCOURARGED", &["discouraged"]), + ("INCOMPREHENSIBE", &["incomprehensible"]), + ("DINGHYS", &["dinghies"]), + ("DISTRIBTUIONS", &["distributions"]), + ("DECLARION", &["declaration"]), + ("HACHISH", &["hackish"]), + ("DIRCTORY", &["directory"]), + ("COMPARIABLE", &["comparable"]), + ("INTERNATINALISM", &["internationalism"]), + ("NECESSAARY", &["necessary"]), + ("OTHERWICE", &["otherwise"]), + ("MISOGINYSTIC", &["misogynistic"]), + ("ARONUD", &["around"]), + ("DOCUMANTATION", &["documentation"]), + ("DOWNTOKERS", &["downvoters"]), + ("INCULDES", &["includes"]), + ("MATHCUPS", &["matchups"]), + ("SOLWED", &["solved"]), + ("VARIATOIN", &["variation"]), + ("DEMAIND", &["demand"]), + ("MISTMATCH", &["mismatch"]), + ("BLIZZCOIN", &["blizzcon"]), + ("INITIALIZAING", &["initializing"]), + ("PERPETUATIONG", &["perpetuating"]), + ("EXEMPLE", &["example"]), + ("CONSTRCTION", &["construction", "constriction"]), + ("CONSULTANTI", &["consultation"]), + ("CIMPTOM", &["symptom"]), + ("STEREOTIPICAL", &["stereotypical"]), + ("ANALYSIES", &["analyses", "analysis"]), + ("PRICINPALS", &["principals"]), + ("ROAYLTIES", &["royalties"]), + ("MINIPULATIVE", &["manipulative"]), + ("OHTER", &["other"]), + ("CUSTONARY", &["customary"]), + ("AVOINDED", &["avoided"]), + ("EXCHAGNGES", &["exchanges"]), + ("SPONTANEUOS", &["spontaneous"]), + ("LIBRABY", &["library"]), + ("ICONIFIE", &["iconify"]), + ("EXTRAPOLE", &["extrapolate"]), + ("INLCUDE", &["include"]), + ("ROMANTICALY", &["romantically"]), + ("EXISING", &["existing"]), + ("PAPAER", &["paper"]), + ("HORISONTAL", &["horizontal"]), + ("ANOTEHR", &["another"]), + ("UNANOMUSLY", &["unanimously"]), + ("BLAMETHROWER", &["flamethrower"]), + ("CALLINT", &["calling"]), + ("MODFICATIONS", &["modifications"]), + ("PREDICITED", &["predicated"]), + ("TYPCAST", &["typecast"]), + ("FINDN", &["find"]), + ("CONVERSAITON", &["conversations"]), + ("IIN", &["in"]), + ("CARBOHDYRATES", &["carbohydrates"]), + ("GRABGE", &["garbage"]), + ("INITALISERS", &["initialisers"]), + ("PREVIUS", &["previous"]), + ("AFFIRMITVE", &["affirmative"]), + ("STREOID", &["steroid"]), + ("SOUDNS", &["sounds"]), + ("CHANAGING", &["changing"]), + ("ABUDANCES", &["abundances"]), + ("BREANCHES", &["branches"]), + ("WEDNSEDAY", &["wednesday"]), + ("UNAVAILABEL", &["unavailable"]), + ("TOMORROE", &["tomorrow"]), + ("AUTONEGOZIATION", &["autonegotiation"]), + ("AMRAGEDDON", &["armageddon"]), + ("CERTAION", &["certain"]), + ("COMPETITAVELY", &["competitively"]), + ("PROGRAMMAR", &["programmer"]), + ("OBJECTIVETY", &["objectivity"]), + ("MANIUPLATE", &["manipulate"]), + ("DISSIMMETRICAL", &["dissymmetrical"]), + ("OFCOURE", &["ofcourse"]), + ("ITTERATOR", &["iterator"]), + ("ABSOLIUTELY", &["absolutely"]), + ("AMERICANAS", &["americans"]), + ("UNCHENGED", &["unchanged"]), + ("MISINTERPERTS", &["misinterprets"]), + ("PROCEEEDING", &["proceeding"]), + ("CONMPRESS", &["compress"]), + ("PACKATS", &["packets"]), + ("PRECAUSIONS", &["precautions"]), + ("INTRINISCALLY", &["intrinsically"]), + ("SEQUENZES", &["sequences"]), + ("SUPERMARKERT", &["supermarkets"]), + ("SHATTERLING", &["shattering"]), + ("CENITPEDE", &["centipede"]), + ("UNCERTAITY", &["uncertainty"]), + ("SUSTAINABILY", &["sustainability"]), + ("REALLOCAING", &["reallocating"]), + ("DESTIONATIONS", &["destinations"]), + ("PERCENTANGES", &["percentages"]), + ("ATTENION", &["attention"]), + ("DOCCUMENTS", &["documents"]), + ("ALLWAYS", &["always"]), + ("DEGENRATES", &["degenerates"]), + ("STOAGES", &["storages"]), + ("PERPETUALY", &["perpetually"]), + ("LOGRITHMS", &["logarithms"]), + ("CHECKUM", &["checksum"]), + ("CORRECTURES", &["correctors"]), + ("GRAPICAL", &["graphical"]), + ("PENDULUUM", &["pendulum"]), + ("HUSBAN", &["husband"]), + ("FASLE", &["false"]), + ("ADDAPTED", &["adapted"]), + ("CATASTROPHIZE", &["catastrophe"]), + ("NORTMALLY", &["normally"]), + ("DOMESTICTED", &["domesticated"]), + ("REQUIREMENHT", &["requirement"]), + ("LEGITEMATE", &["legitimate"]), + ("SPEPERATES", &["separates"]), + ("VULBERABILITIS", &["vulnerabilities"]), + ("FACILITIY", &["facility"]), + ("DIVET", &["divot"]), + ("OBVIOULY", &["obviously"]), + ("AKUMULATED", &["accumulated"]), + ("HEIRARCHICAL", &["hierarchical"]), + ("FLEXIBLITY", &["flexibility"]), + ("ETHNITICIES", &["ethnicities"]), + ("MILICOUS", &["malicious"]), + ("REMANER", &["remainder"]), + ("INITILIALISED", &["initialised"]), + ("DECENDENTANTS", &["descendants"]), + ("PROJECTIN", &["projection"]), + ("BITMAST", &["bitmask"]), + ("AUXILARY", &["auxiliary"]), + ("ATOMITICITY", &["atomicity"]), + ("CALLLEE", &["callee"]), + ("SUBSTANITALLY", &["substantially"]), + ("ADMINISTRATIOR", &["administrator"]), + ("EPISDOE", &["episode"]), + ("TRANSMITTTED", &["transmitted"]), + ("APPENDEND", &["appended"]), + ("EXTEDNERS", &["extenders"]), + ("SABATOUR", &["saboteur"]), + ("BROWISNG", &["browsing"]), + ("BIZNESS", &["business"]), + ("NECROMACER", &["necromancer"]), + ("INEVITABLLY", &["inevitably"]), + ("MELLINNEUMS", &["millennia"]), + ("NOTOREOUSLY", &["notoriously"]), + ("PANCAKS", &["pancakes"]), + ("PERMISSIN", &["permissions"]), + ("GUARNTE", &["guarantee"]), + ("DEVELOPMETN", &["developments"]), + ("REFERRES", &["refers"]), + ("JUGGERNUAT", &["juggernaut"]), + ("REQUSITES", &["requisites"]), + ("HEMISPERE", &["hemisphere"]), + ("ASBORBING", &["absorbing"]), + ("CONERTED", &["converted"]), + ("APPLICANCE", &["appliance"]), + ("PHYCHOPATHIC", &["psychopathic"]), + ("DETCTION", &["detection"]), + ("PROPRIETER", &["proprietor"]), + ("DECYRPT", &["decrypt"]), + ("INCONSCIOUSLY", &["unconsciously"]), + ("DIRECTRORY", &["directory"]), + ("DISAPEARD", &["disappeared"]), + ("PASSSING", &["passing"]), + ("ANIMORE", &["anymore"]), + ("CERTIFCIATED", &["certificated"]), + ("CONVICING", &["convincing"]), + ("DELEARSHIP", &["dealership"]), + ("CATEGORIED", &["categorized"]), + ("CNOSOLES", &["consoles"]), + ("EXPESTED", &["expected"]), + ("ABTRACTS", &["abstracts"]), + ("INORRECT", &["incorrect"]), + ("COUNTAINERS", &["containers"]), + ("DEPENDEING", &["depending"]), + ("DISASSEMBLYING", &["disassembling"]), + ("PRIVLEDGE", &["privilege"]), + ("ABOSRBED", &["absorbed"]), + ("HIGHSCHOL", &["highschool"]), + ("PROTOYPE", &["prototype"]), + ("ACCORDIGN", &["according"]), + ("DOWNGRADINGN", &["downgrading"]), + ("SEPTMEBER", &["september"]), + ("COUSNELORS", &["counselors"]), + ("XENBOLADE", &["xenoblade"]), + ("NEWANCE", &["nuance"]), + ("SPIRITUALTY", &["spirituality"]), + ("INDISTINGUISHIBLE", &["indistinguishable"]), + ("DEBAIN", &["debian"]), + ("CREAED", &["created"]), + ("SIMIALRITY", &["similarity"]), + ("POSESSION", &["possession"]), + ("ENCRCYPTION", &["encryption"]), + ("RETRICTED", &["restricted"]), + ("PICHED", &["picked", "pinched", "pitched"]), + ("UPDAING", &["updating"]), + ("CONFIDS", &["confides"]), + ("PRESTIGIOSI", &["prestigious"]), + ("MOTHERBORAD", &["motherboard"]), + ("CALUCULATED", &["calculated"]), + ("SQUAREY", &["squarely"]), + ("CHISILES", &["chisels"]), + ("SURPISES", &["surprises"]), + ("TRANPOSES", &["transposes"]), + ("PREVIOUSE", &["previous"]), + ("ATTACHEMNTS", &["attachments"]), + ("APPARS", &["appears"]), + ("COMMITMET", &["commitments"]), + ("CONFINGS", &["configs", "confines"]), + ("DEVASTANTI", &["devastating"]), + ("CONSERVATIVEKY", &["conservatively"]), + ("LISENSE", &["license"]), + ("LOADBALNCER", &["loadbalancer"]), + ("NARCISISTS", &["narcissist"]), + ("AGANIST", &["against"]), + ("MEDIFOR", &["metaphor"]), + ("CIRITICALS", &["criticals"]), + ("DETAILES", &["details"]), + ("COORESPONDING", &["corresponding"]), + ("COSNSRAINED", &["constrained"]), + ("ALLOCATATION", &["allocation"]), + ("NEGOITATED", &["negotiated"]), + ("STATISFY", &["satisfy"]), + ("GAMEPLY", &["gameplay"]), + ("ORGINAZATION", &["organization"]), + ("CAMOFLUAGE", &["camouflage"]), + ("AFFECTES", &["affects"]), + ("STORIGN", &["storing"]), + ("KYRILLIC", &["cyrillic"]), + ("REBUILDLING", &["rebuilding"]), + ("CLIAMTES", &["climates"]), + ("UNCOMMMON", &["uncommon"]), + ("DEFINATEY", &["definitely"]), + ("COCATENATED", &["concatenated"]), + ("CONCERVATION", &["conservation"]), + ("GENRALISE", &["generalise"]), + ("PENCILES", &["pencils"]), + ("WORRRY", &["worry"]), + ("DEFERREAL", &["deferral"]), + ("VALDITY", &["validity"]), + ("AUTHENCIATES", &["authenticates"]), + ("IMPLUSIVE", &["impulsive"]), + ("EMABSSY", &["embassy"]), + ("CUASES", &["causes"]), + ("WORKBNECHES", &["workbenches"]), + ("SYSTEN", &["system"]), + ("AMINOSITY", &["animosity"]), + ("FUNDAMENTALT", &["fundamentalist"]), + ("SUGGESSTIONS", &["suggestions"]), + ("AMNESTRY", &["amnesty"]), + ("ASSUEMBLY", &["assembly"]), + ("BATISTIA", &["batista"]), + ("LIMITTS", &["limits"]), + ("TYPICIALLY", &["typically"]), + ("COMMUNICAE", &["communicated"]), + ("SUCEEDING", &["succeeding"]), + ("THINIGS", &["things"]), + ("ANALYITCS", &["analytics"]), + ("COMPLEATED", &["completed"]), + ("CAHINING", &["chaining"]), + ("INTESECTION", &["intersection"]), + ("BLACKSLASHES", &["backslashes"]), + ("MENETIONS", &["mentions"]), + ("SINGAL", &["signal", "single"]), + ("FLATTERENDE", &["flattered"]), + ("ABRITRATION", &["arbitration"]), + ("HELLFIE", &["hellfire"]), + ("PREDESCESOR", &["predecessors"]), + ("SATEFUL", &["stateful"]), + ("SOTRYLINE", &["storyline"]), + ("ABSOLUTISME", &["absolutes"]), + ("ALLEGRIC", &["allergic"]), + ("GENERALIZATING", &["generalization"]), + ("INVALD", &["invalid"]), + ("DIRCET", &["direct"]), + ("DECSIONS", &["decisions"]), + ("DIFFERENCTLY", &["differently"]), + ("ILUMINATES", &["illuminates"]), + ("VERTIFICATION", &["certification", "verification"]), + ("REQUIREMNTS", &["requirements"]), + ("FORNTPAGE", &["frontpage"]), + ("DEFINEATLY", &["definitely"]), + ("SEEEN", &["seen"]), + ("BILATERALY", &["bilaterally"]), + ("SEVERL", &["several"]), + ("QUANTITES", &["quantities"]), + ("SANYTISE", &["sanitise"]), + ("EXCULSIVITY", &["exclusivity"]), + ("ESACAPE", &["escape"]), + ("TRANSPARANCY", &["transparency"]), + ("REUPLAODS", &["reuploads"]), + ("INCOPRORATED", &["incorporated"]), + ("ASYCNHRONOUSLY", &["asynchronously"]), + ("DEATTACHED", &["detached"]), + ("COEXINSTS", &["coexists"]), + ("INEQUAILTY", &["inequality"]), + ("VERTABRAES", &["vertebraes"]), + ("BACL", &["back"]), + ("INFORMARLO", &["informal"]), + ("INTERFEARNCE", &["interference"]), + ("PERMUATATION", &["permutation"]), + ("VEGITABLE", &["vegetable"]), + ("INCLIDING", &["including"]), + ("IMPLEMEMENTING", &["implementing"]), + ("TEMPRORARILY", &["temporarily"]), + ("INREMENTS", &["increments"]), + ("INEFFICIENY", &["inefficiency", "inefficiently"]), + ("CATHOLICISIM", &["catholicism"]), + ("SECONFS", &["seconds"]), + ("LEGITMATE", &["legitimate"]), + ("GUARNANTEES", &["guarantees"]), + ("ABORIGANAL", &["aboriginal"]), + ("REASERCHED", &["researched"]), + ("WEBASSEMBY", &["webassembly"]), + ("REQEUST", &["request"]), + ("COMPLETI", &["complexity"]), + ("BARISTIA", &["barista"]), + ("LUGAGES", &["luggage"]), + ("RESTAURNAD", &["restaurant"]), + ("ASSEMPLE", &["assemble"]), + ("SPECIY", &["specify"]), + ("INGNORED", &["ignored"]), + ("ENBRACES", &["embraces"]), + ("TRANSPALNT", &["transplants"]), + ("MOCULES", &["modules"]), + ("CAPABIITY", &["capability"]), + ("COTNAINING", &["containing"]), + ("RESPITATORY", &["respiratory"]), + ("RENEGOITATOR", &["renegotiator"]), + ("ABBLE", &["able"]), + ("ALGORRITMIC", &["algorithmic"]), + ("UNREALEASED", &["unreleased"]), + ("TRANDITIONS", &["transitions"]), + ("MISREPRESANTATION", &["misrepresentation"]), + ("TRANSMITOR", &["transistor"]), + ("MAHCINE", &["machine"]), + ("TRANSPERENCY", &["transparency"]), + ("FOGOTTEN", &["forgotten"]), + ("WARNIING", &["warning"]), + ("RETYRABLE", &["retryable"]), + ("EXEPECTATIONS", &["expectations"]), + ("CLEESHAY", &["cliché"]), + ("UNCOMMMENT", &["uncomment"]), + ("SENTREIS", &["sentries"]), + ("DECEMBEARD", &["december"]), + ("SKILLFULL", &["skillful", "skillfully"]), + ("ENOURAGING", &["encouraging"]), + ("CONSTRUTORS", &["constructors"]), + ("TEMPERATUE", &["temperature"]), + ("WINNIGNS", &["winnings"]), + ("FINSHED", &["finished"]), + ("PROMIS", &["promise"]), + ("TOMOR", &["tomorrow"]), + ("RPLACE", &["replace"]), + ("DEREFERNCENCES", &["dereferences"]), + ("KWUZINE", &["cuisine"]), + ("IRREVIRSIBLE", &["irreversible"]), + ("EXPLIOTS", &["exploits"]), + ("COMPEETING", &["completing"]), + ("BEED", &["bead", "been", "beer", "bees", "beet"]), + ("VICTORIOS", &["victorious"]), + ("PARTIARCHAL", &["patriarchal"]), + ("PREFERENES", &["preferences"]), + ("COALLESENCE", &["coalescence"]), + ("ASSIGMNENT", &["assignment"]), + ("ANSWHARS", &["answers"]), + ("INVESTAGATE", &["investigate"]), + ("VARNING", &["warning"]), + ("ABSTRATING", &["abstracting"]), + ("WAVELENGHT", &["wavelength"]), + ("INSTANTANEOS", &["instantaneous"]), + ("OVERWITES", &["overwrites"]), + ("PRACTIE", &["practise"]), + ("DISREPECTFUL", &["disrespectful"]), + ("CONSOLDIATE", &["consolidate"]), + ("INITILIZER", &["initializer"]), + ("UNATTENTED", &["unattended"]), + ("CORRDINATOR", &["coordinator"]), + ("BRANC", &["branch"]), + ("UNSUCCEES", &["unsuccessful"]), + ("CUSTONIZER", &["customizer"]), + ("SPECIFC", &["specific"]), + ("COEFFICIENTSS", &["coefficients"]), + ("SYNCRHONIZE", &["synchronize"]), + ("PROGRAMEM", &["programme"]), + ("ANTARCTIA", &["antarctica"]), + ("ALTERNARIVE", &["alternative"]), + ("EMPROVEMENTS", &["improvements"]), + ("OBTRAINS", &["obtains"]), + ("RESEVOIR", &["reservoir"]), + ("INTIALISATION", &["initialisation"]), + ("CIRCUNCISED", &["circumcised"]), + ("TURAINS", &["terrains"]), + ("NODELS", &["models"]), + ("EXITATION", &["excitation"]), + ("REMINSCENT", &["reminiscent"]), + ("CERITFICATION", &["certifications"]), + ("OCILATOR", &["oscillator"]), + ("TROUBELSHOOT", &["troubleshoot"]), + ("PACULIERLY", &["peculiarly"]), + ("VACINATION", &["vaccination"]), + ("SAVIGNS", &["savings"]), + ("COMPARITORS", &["comparators"]), + ("LISTAPCK", &["listpack"]), + ("BILLIONIARES", &["billionaires"]), + ("POGRESS", &["progress"]), + ("ACCOMODATED", &["accommodated"]), + ("INFORATIONAL", &["informational"]), + ("PSYCHIATRICS", &["psychiatrist"]), + ("APPROOPRIATE", &["appropriate"]), + ("HIGHIGHT", &["highlight"]), + ("CALCULAUTION", &["calculation"]), + ("WAKUP", &["wakeup"]), + ("EVERTYIME", &["everytime"]), + ("INCOMPAITIBLE", &["incompatible"]), + ("IMPORTAS", &["imports"]), + ("WELOCME", &["welcome"]), + ("RECTANGEL", &["rectangle"]), + ("FOMATTERS", &["formatters"]), + ("FRUSTRADET", &["frustrates"]), + ("ALMIGTHY", &["almighty"]), + ("DISAPAITING", &["dissipating"]), + ("KEYOSK", &["kiosk"]), + ("CONNNECTIONS", &["connections"]), + ("PERSAUDED", &["persuaded"]), + ("COVANENT", &["covenant"]), + ("SHLETERED", &["sheltered"]), + ("WNET", &["went"]), + ("COLLARES", &["collars"]), + ("INFERIOARA", &["inferior"]), + ("CORRECCT", &["correct"]), + ("OBERFLOWING", &["overflowing"]), + ("BUNLDER", &["bundler"]), + ("CACLULATES", &["calculates"]), + ("GENERAGES", &["generates"]), + ("FRONEND", &["frontend"]), + ("DETROY", &["destroy"]), + ("PRCOESS", &["process"]), + ("ACCUMMULATING", &["accumulating"]), + ("IMPLIKATION", &["implication"]), + ("UNDERSTANS", &["understands"]), + ("GENERERATED", &["generated"]), + ("DEPOSINT", &["deposing"]), + ("OPTIONALY", &["optionally"]), + ("ADDITIONALLLY", &["additionally"]), + ("CREATNING", &["creating"]), + ("SPECIFACTIONS", &["specifications"]), + ("HEALTCHARE", &["healthcare"]), + ("FULLANME", &["fullname"]), + ("AMPHETAMINS", &["amphetamines"]), + ("CALCULATOARE", &["calculator"]), + ("EFECTIVE", &["effective"]), + ("DURECTORY", &["directory"]), + ("ALTRIUSTIC", &["altruistic"]), + ("HUMANIT", &["humanist"]), + ("INTRACITE", &["intricate"]), + ("TWELTH", &["twelfth"]), + ("CERTIFIFICATES", &["certificates"]), + ("CONFIDANTALLY", &["confidentially"]), + ("SYMPATHIEK", &["sympathize"]), + ("EXLUDED", &["excluded", "exuded"]), + ("ENCOCDINGS", &["encodings"]), + ("PASED", &["passed", "parsed"]), + ("CHARIMAN", &["chairman"]), + ("FAHRENHEIGHT", &["fahrenheit"]), + ("INITIAILIZES", &["initializes"]), + ("VERTIFIABLE", &["verifiable"]), + ("WORKBNECH", &["workbench"]), + ("INTILIZE", &["initialize"]), + ("FORTUNALY", &["fortunately"]), + ("UNSTALL", &["install", "uninstall"]), + ("HISTROIANS", &["historians"]), + ("FONTIER", &["frontier"]), + ("SUPPLATED", &["supplanted"]), + ("CRYPTED", &["encrypted"]), + ("ABSELUTELY", &["absolutely"]), + ("CAMELIONS", &["chameleons"]), + ("ASSCCIATED", &["associated"]), + ("MISCOMMUNCIATION", &["miscommunication"]), + ("BALLSITIC", &["ballistic"]), + ("PROMTS", &["prompts"]), + ("FOLLEWS", &["follows"]), + ("INSPRIATION", &["inspiration"]), + ("STATEMETS", &["statements"]), + ("DECEND", &["descend"]), + ("SPEFICIFIES", &["specifies"]), + ("PASSIN", &["passing"]), + ("COMPARISINS", &["comparisons"]), + ("UNDERSTADN", &["understands", "understand"]), + ("INITAILISATION", &["initialisation"]), + ("KICKSTATER", &["kickstarter"]), + ("EXAMPLEE", &["example", "examples"]), + ("MINUES", &["menus", "minus", "minuses", "minutes"]), + ("MUSHROOOM", &["mushroom"]), + ("INDRODUCTORY", &["introductory"]), + ("ALGOORITHMS", &["algorithms"]), + ("WORKBANCHS", &["workbenches"]), + ("DESIGINING", &["designing"]), + ("SUPPORITNG", &["supporting"]), + ("TOUCHSCEEN", &["touchscreen"]), + ("AGREGATION", &["aggregation"]), + ("REPLACEMEMT", &["replacement"]), + ("EXECUTUION", &["execution"]), + ("EXPETECTED", &["expected"]), + ("MENSTRAUL", &["menstrual"]), + ("UNDERMINGING", &["undermining"]), + ("ENUMARATE", &["enumerate"]), + ("TRAVERESE", &["traverse", "traverses"]), + ("INTERPERTATION", &["interpretation"]), + ("NORMAIZED", &["normalized"]), + ("ACCOUNTENT", &["accountant"]), + ("DOWNVOTESD", &["downvoters"]), + ("COFIGURES", &["configures"]), + ("IMPLEMENTATIO", &["implementation"]), + ("PERCEPTOIN", &["perceptions"]), + ("INSTANTANEUS", &["instantaneous"]), + ("NAMESPAEED", &["namespaced"]), + ("SITAUTIONS", &["situations"]), + ("UNDERFAKER", &["undertaker"]), + ("ALLOCAITONS", &["allocations"]), + ("NEIGHBERHOOF", &["neighborhood"]), + ("SKIPPPING", &["skipping"]), + ("RENOYLDS", &["reynolds"]), + ("CHKED", &["checked"]), + ("PROGRAMMMING", &["programming"]), + ("RESARTS", &["restarts"]), + ("TORPHIES", &["trophies"]), + ("SYCNING", &["syncing"]), + ("INTITAL", &["initial"]), + ("REBULID", &["rebuild"]), + ("COMPANSATING", &["compensating"]), + ("SOKETS", &["sockets"]), + ("BATTLESHOP", &["battleship"]), + ("COLLISTIONS", &["collisions"]), + ("LIBERTAE", &["liberate"]), + ("CONVINVE", &["convince"]), + ("APPLICATOINS", &["applications"]), + ("MISOYGNIST", &["misogynist"]), + ("ENVIROMNENTAL", &["environmental"]), + ("INTERSTINGLY", &["interestingly"]), + ("DEPOSTIED", &["deposited"]), + ("COMMPESSED", &["compressed"]), + ("ALTRUSIM", &["altruism"]), + ("SCRITPING", &["scripting"]), + ("DESALLOCATE", &["deallocate"]), + ("TALBE", &["table"]), + ("RACHIVES", &["archives"]), + ("GENEREATING", &["generating"]), + ("REGENRATED", &["regenerated"]), + ("INVALIDADE", &["invalidate"]), + ("AUTHORITHIES", &["authorities"]), + ("SCESTION", &["section"]), + ("ABANDONNENT", &["abandonment"]), + ("INITIATIATE", &["initiate"]), + ("ACITIVITIES", &["activities"]), + ("DESCRIPION", &["description"]), + ("POSSIBILITES", &["possibilities"]), + ("ZOOCHEENI", &["zucchini"]), + ("TRANSPRENT", &["transparent"]), + ("EXURPTS", &["excerpts"]), + ("FROPS", &["drops"]), + ("ORGANIZAION", &["organization"]), + ("SEMENTS", &["cements", "segments"]), + ("THIKNESS", &["thickness"]), + ("CONSTURCTED", &["constructed"]), + ("AVAILABILLITY", &["availability"]), + ("VITIMANS", &["vitamins"]), + ("AKKUMULATOR", &["accumulator"]), + ("PERCETNAGE", &["percentages"]), + ("DIPOLMATIC", &["diplomatic"]), + ("SIGNIFICANLTY", &["significantly"]), + ("VIRALENTLY", &["virulently"]), + ("PINOEER", &["pioneer"]), + ("CHERCK", &["check"]), + ("EXCEUTING", &["executing"]), + ("COSOLE", &["console"]), + ("DEFINIG", &["defining"]), + ("INVESTEGATING", &["investigating"]), + ("ALOGRITHMIC", &["algorithmic"]), + ("RESCUECD", &["rescued"]), + ("CERTIFCIATE", &["certificate"]), + ("JOURNYING", &["journeying"]), + ("CONSTITUCIONAL", &["constitutional"]), + ("GUARENTIES", &["guarantees"]), + ("DIAGNOALS", &["diagonals"]), + ("LOCAILTY", &["locality"]), + ("CONSTUCTORS", &["constructors"]), + ("REGISTRING", &["registering"]), + ("EXCEDED", &["exceeded"]), + ("INVEITABLE", &["inevitable"]), + ("DICTIONRIES", &["dictionaries"]), + ("COORDINITES", &["coordinates"]), + ("ABSOLUTEY", &["absolutely", "absolute"]), + ("USEES", &["uses"]), + ("POSSOBLE", &["possible"]), + ("DISCOGROPHY", &["discography"]), + ("UNREACHEABLE", &["unreachable"]), + ("APPROOXIMATELY", &["approximately"]), + ("OPRHANED", &["orphaned"]), + ("RECURION", &["recursion"]), + ("SPEFICIICALLY", &["specifically"]), + ("SUPRASS", &["surpass"]), + ("COMAPRES", &["compares"]), + ("BELIEVEBLE", &["believable"]), + ("CYLNDERS", &["cylinders"]), + ("COSNTITUTIVE", &["constitutive"]), + ("SUSPICIOSO", &["suspicions"]), + ("UPLADER", &["uploader"]), + ("ORGAINSATION", &["organisation"]), + ("AFTHER", &["after", "father"]), + ("AHED", &["ahead"]), + ("LITHUANINA", &["lithuania"]), + ("INFOMATION", &["information"]), + ("MOTHERBARD", &["motherboard"]), + ("ESCCAPE", &["escape"]), + ("SPECIC", &["specific"]), + ("IMPLICIET", &["implicit"]), + ("WRITTER", &["writer", "written"]), + ("SOMETIMS", &["sometimes"]), + ("INSTRUTION", &["instruction"]), + ("FUNCTIONON", &["function"]), + ("REGULAION", &["regulation"]), + ("TAKS", &["task", "tasks", "takes"]), + ("MANGES", &["manages"]), + ("INAUGURES", &["inaugurates"]), + ("ATTAINDRE", &["attainder", "attained"]), + ("USERPACE", &["userspace"]), + ("GRAHICAL", &["graphical"]), + ("SCIENTIC", &["scientific"]), + ("NIGHTMEARS", &["nightmares"]), + ("PENGWENS", &["penguins"]), + ("APPETITIES", &["appetite"]), + ("RYTHEM", &["rhythm"]), + ("ALGOHMICALLY", &["algorithmically"]), + ("TECNICIANS", &["technicians"]), + ("BATERY", &["battery"]), + ("EXPERIMENAL", &["experimental"]), + ("GOERGIA", &["georgia"]), + ("COMPATABIITY", &["compatibility"]), + ("ENCRPYT", &["encrypt"]), + ("ABORIGNIAL", &["aboriginal"]), + ("PARLIAMENTRY", &["parliamentary"]), + ("REQUISIT", &["requisite"]), + ("HANDEDY", &["handedly"]), + ("DISCRACEFULNESS", &["disgracefulness"]), + ("ACCOIRDING", &["according"]), + ("FOLLFOWIWNG", &["following"]), + ("PRETENDEND", &["pretended"]), + ("SCRENN", &["screen"]), + ("TIMESTEMPS", &["timestamps"]), + ("GENERELIZE", &["generalize"]), + ("UDATER", &["updater", "dater"]), + ("DEPRIVATON", &["deprivation"]), + ("PPUBLISHER", &["publisher"]), + ("OFFST", &["offset"]), + ("COPYRIGTED", &["copyrighted"]), + ("ENBEDDING", &["embedding"]), + ("ASYCHRONOUSLY", &["asynchronously"]), + ("DEPECATED", &["deprecated"]), + ("SYIRANS", &["syrians"]), + ("FANATICALS", &["fanatics"]), + ("MARGINAAL", &["marginal"]), + ("PRATICAL", &["practical"]), + ("CLEESHEY", &["cliché"]), + ("LIEUTENNANT", &["lieutenant"]), + ("IGNORTD", &["ignored"]), + ("EFFECTIONATE", &["affectionate"]), + ("IMMIDIATELLY", &["immediately"]), + ("KERENL", &["kernel"]), + ("DOCUMETS", &["documents"]), + ("SATISIFY", &["satisfy"]), + ("BUREAUCATS", &["bureaucrats"]), + ("CONTRAVERSIAL", &["controversial"]), + ("DEFALTION", &["deflation"]), + ("LIBERTATIANS", &["libertarians"]), + ("TESSEALTED", &["tessellated"]), + ("ANNONATED", &["annotated"]), + ("UNRISTRICTED", &["unrestricted"]), + ("COMMAD", &["command"]), + ("EXTROTION", &["extortion"]), + ("RELIGIONERS", &["religions"]), + ("YOIU", &["you"]), + ("DIAGNOES", &["diagnose"]), + ("MKAE", &["make"]), + ("UNDERESITMATE", &["underestimated"]), + ("OPJECTED", &["objected"]), + ("SINGOOLS", &["singles", "signals"]), + ("TUCAN", &["toucan"]), + ("DECRIMENT", &["decrement"]), + ("FOREKSIN", &["foreskin"]), + ("NAUTULIS", &["nautilus"]), + ("NMAE", &["name"]), + ("SUPPOPRT", &["support"]), + ("LIBERTARIANSISM", &["libertarianism"]), + ("CHATEDRAL", &["cathedral"]), + ("POLITICAS", &["politics"]), + ("CIRCUITOS", &["circuits"]), + ("DERGEISTERED", &["deregistered"]), + ("MASSACHUSETS", &["massachusetts"]), + ("MOUVEMENTS", &["movements"]), + ("BALLANCES", &["balances"]), + ("GIRLLING", &["grilling"]), + ("REPOSITOTRY", &["repository"]), + ("HALUCINATE", &["hallucinate"]), + ("LEARY", &["leery"]), + ("EFFECTIVNESS", &["effectiveness"]), + ("EXECUETED", &["executed"]), + ("CONFIGUTATION", &["configuration"]), + ("AVARAGEING", &["averaging"]), + ("IDEOLOGISEN", &["ideologies"]), + ("PUBLICHER", &["publisher"]), + ("CORRECS", &["corrects"]), + ("MARRTYRED", &["martyred"]), + ("EDITTER", &["editor"]), + ("ARBIRARY", &["arbitrary"]), + ("PASTURISING", &["pasteurising"]), + ("DISTANSE", &["distance"]), + ("ABNOVE", &["above"]), + ("CALCULUATIONS", &["calculations"]), + ("OFFCIAL", &["official"]), + ("SPEFICIFATIONS", &["specifications"]), + ("COLUMS", &["columns"]), + ("RENEGOTITAION", &["renegotiation"]), + ("INFORMATIKE", &["informative"]), + ("ASSOCIEATION", &["association"]), + ("TRASMISSION", &["transmission"]), + ("DEFINITIOS", &["definition", "definitions"]), + ("FUCNTIONALLY", &["functionally"]), + ("INCOMPASITATES", &["incapacitates"]), + ("EXLPORER", &["explorer"]), + ("DISTINGUSHING", &["distinguishing"]), + ("TERRITORIS", &["territories"]), + ("ZINK", &["zinc"]), + ("ORIGION", &["origin"]), + ("CUSTOMISATONS", &["customisations"]), + ("ADDIIONAL", &["additional"]), + ("CAHR", &["char"]), + ("ARRANGTING", &["arranging"]), + ("ORPANED", &["orphaned"]), + ("TEMORARY", &["temporary"]), + ("RESPECTIBLE", &["respectable"]), + ("VEIWPOINTS", &["viewpoints"]), + ("COFEEE", &["coffee"]), + ("ARMORMENT", &["armament"]), + ("REPLACEMNTS", &["replacements"]), + ("SEBASTAIN", &["sebastian"]), + ("CONCERTE", &["concrete"]), + ("CONTRIVERSIAL", &["controversial"]), + ("CORPORATIVOS", &["corporations"]), + ("ACCIDENTY", &["accidentally"]), + ("UNFOULDING", &["unfolding"]), + ("KINDGERGARDEN", &["kindergarten"]), + ("NEGOTATIATES", &["negotiates"]), + ("IRREPLACABLE", &["irreplaceable"]), + ("EXTENSILBE", &["extensible"]), + ("PERFOMNACES", &["performances"]), + ("TARYVON", &["trayvon"]), + ("PARENTHSIS", &["parenthesis"]), + ("TRANSPRTING", &["transporting"]), + ("INNACURATE", &["inaccurate"]), + ("STRAIGT", &["straight"]), + ("SCANDIANVIA", &["scandinavian"]), + ("DESPLAYS", &["displays"]), + ("REGADING", &["regarding"]), + ("PANC", &["panic"]), + ("CONTRAITNS", &["constraints"]), + ("DISSIMMETRY", &["dissymmetry"]), + ("EXCECUTABLE", &["executable"]), + ("CVIGNORE", &["cvsignore"]), + ("PREJUDGUDICE", &["prejudice"]), + ("SURPRESS", &["suppress"]), + ("ACKNOLWEDGING", &["acknowledging"]), + ("PREDICKTED", &["predicated"]), + ("MOMOMENTOS", &["mementos", "moments"]), + ("EXPEIMENTALLY", &["experimentally"]), + ("RECIEVS", &["receives"]), + ("PERSUASIVO", &["persuasion"]), + ("ARCHIMEDIAN", &["archimedean"]), + ("RESTRUCTING", &["restricting", "restructuring"]), + ("CONSERVARE", &["conserve"]), + ("REACKED", &["reached"]), + ("COMMISIONER", &["commissioner"]), + ("SIMUALTE", &["simulate"]), + ("ARCHETYPS", &["archetypes"]), + ("NEGOTIATIORS", &["negotiations"]), + ("GENERLAS", &["generals"]), + ("BUAD", &["baud"]), + ("CIRUMSTANCES", &["circumstances"]), + ("ANSESTERS", &["ancestors"]), + ("CONCIBES", &["concise"]), + ("TRIYING", &["trying"]), + ("EXPERES", &["express"]), + ("VELCITY", &["velocity"]), + ("TROTTLED", &["throttled", "trotted"]), + ("EXPEIMENTED", &["experimented"]), + ("PENNINSULAR", &["peninsular"]), + ("ABRUTPLY", &["abruptly"]), + ("REVERSEES", &["reverses"]), + ("RECOMINANT", &["recombinant"]), + ("OCCASIONLY", &["occasional"]), + ("COMPETITONS", &["competitors"]), + ("SOCILA", &["social"]), + ("INFRANTRYMAN", &["infantryman"]), + ("PROVOCATIE", &["provocative"]), + ("SEDEREAL", &["sidereal"]), + ("HISTORYANS", &["historians"]), + ("SEPRAATE", &["separate"]), + ("HARRASSMENT", &["harassment"]), + ("QUADRUPPLE", &["quadruple"]), + ("KEYEVENTE", &["keyevent"]), + ("SUBYSTEMS", &["subsystems"]), + ("EXTRAPLOATE", &["extrapolate"]), + ("HANDELS", &["handles"]), + ("CIRCUMSTANES", &["circumstance"]), + ("PSYCHOLOGYSTS", &["psychologists"]), + ("TABELSPOONS", &["tablespoons"]), + ("ENVIRNOMENT", &["environment"]), + ("COMRPESSION", &["compression"]), + ("CHANEL", &["channel"]), + ("EXPERAMENTER", &["experimenter"]), + ("MILIMETER", &["millimeter"]), + ("GETIMEZONE", &["gettimezone"]), + ("VERTICLES", &["verticals"]), + ("SYNCHRNOUS", &["synchronous"]), + ("VEREIGATED", &["variegated"]), + ("FEZENT", &["pheasant"]), + ("SUBMTI", &["submit"]), + ("SHIF", &["shift"]), + ("PERFOEMANSES", &["performances"]), + ("UNSOLITICED", &["unsolicited"]), + ("OBSTICALS", &["obstacles"]), + ("TOMAROW", &["tomorrow"]), + ("PSYCHOLOGITS", &["psychologists"]), + ("RECOGIZES", &["recognizes"]), + ("MERCANERIES", &["mercenaries"]), + ("COMMANSD", &["commands"]), + ("REALSIED", &["realised"]), + ("PEFERABLE", &["preferable"]), + ("HORRENDIOUS", &["horrendous"]), + ("INITIIALISE", &["initialise"]), + ("FUNITURE", &["furniture"]), + ("FRAMEI", &["frame"]), + ("TSUANMI", &["tsunami"]), + ("CARNOMY", &["ceremony"]), + ("CONTINANT", &["continental"]), + ("EXICUTABLE", &["executable"]), + ("PUPLATION", &["population"]), + ("BRWOSED", &["browsed"]), + ("STAULK", &["stalk"]), + ("DYMANITE", &["dynamite"]), + ("REARRANING", &["rearranging"]), + ("FAILRUE", &["failure"]), + ("POLULATES", &["populates"]), + ("BLACKSMITCH", &["blacksmith"]), + ("SWITCHT", &["switched"]), + ("VECOTRS", &["vectors"]), + ("REZURRECTION", &["resurrection"]), + ("GOLITAH", &["goliath"]), + ("UNAVAILIABILITY", &["unavailability"]), + ("EMPOLYEES", &["employees"]), + ("CHILDBIRD", &["childbirth"]), + ("SEMENTIC", &["semantic"]), + ("ORGASMOS", &["orgasms"]), + ("DISTRUCTIONS", &["distractions"]), + ("ALPHABETICALY", &["alphabetically"]), + ("ALGORITHMMICALLY", &["algorithmically"]), + ("SURGEST", &["suggest"]), + ("DISSAPERING", &["disappearing"]), + ("PROTRUBERANCES", &["protuberances"]), + ("LACKRIMOSE", &["lachrymose"]), + ("SIMULTENIOUSLY", &["simultaneously"]), + ("ELOCTROLYTES", &["electrolytes"]), + ("ALGORITHIC", &["algorithmic"]), + ("INTERRESTED", &["interested"]), + ("PROCEESS", &["process"]), + ("CONCURRET", &["concurrent"]), + ("UNDERLFOWS", &["underflows"]), + ("ECTASTIC", &["ecstatic"]), + ("FONCTIONNAL", &["functional"]), + ("ELECTROYLTE", &["electrolytes"]), + ("SUUPORT", &["support"]), + ("GRAHICS", &["graphics"]), + ("POSITVELY", &["positively"]), + ("PARAGARAPHA", &["paragraph"]), + ("SPECUALTE", &["speculate"]), + ("DIMOND", &["diamond"]), + ("IMPLAMENT", &["implement"]), + ("COMSUMMES", &["consumes"]), + ("BEGGINNIG", &["beginning"]), + ("VEGANSIM", &["veganism"]), + ("REQURESTING", &["requesting"]), + ("JAVASCIRIPT", &["javascript"]), + ("REICEVED", &["received"]), + ("UNTARGETTED", &["untargeted"]), + ("POLITINESS", &["politeness"]), + ("ALLLOWS", &["allows"]), + ("MEDICORE", &["mediocre"]), + ("SMAL", &["small"]), + ("FORWARRD", &["forward"]), + ("LITHUIM", &["lithium"]), + ("SAMWICHES", &["sandwiches"]), + ("MARLIYN", &["marilyn"]), + ("TREATIS", &["treaties"]), + ("PARRENT", &["parent"]), + ("PREMISSIONS", &["permissions"]), + ("HITORIES", &["histories"]), + ("SPECAILIZATION", &["specialization"]), + ("INTIAL", &["initial"]), + ("OBSOLITE", &["obsolete"]), + ("MIRACUROUSLY", &["miraculous"]), + ("STRAIGHTEND", &["straightened"]), + ("FOREWARD", &["foreword", "forward"]), + ("CARICATURALE", &["caricature"]), + ("WORKIG", &["working"]), + ("HUMINATARIAN", &["humanitarian"]), + ("ACHEIVED", &["achieved"]), + ("CONTIRBUTION", &["contribution"]), + ("STARWBERRIES", &["strawberries"]), + ("DOCUMEMT", &["document"]), + ("RASIE", &["raise"]), + ("PERSUITS", &["pursuits"]), + ("INUTITIVELY", &["intuitively"]), + ("DISPROPORTINATE", &["disproportionate"]), + ("COMITTING", &["committing"]), + ("CROPSES", &["corpses"]), + ("PERSEEDED", &["preceded"]), + ("UTILIES", &["utilities"]), + ("ARRANE", &["arrange"]), + ("TRADTIONAL", &["traditional"]), + ("SYNTAXG", &["syntax"]), + ("EXECUETABLE", &["executable"]), + ("BABYSITTTER", &["babysitter"]), + ("COPYIRGHTED", &["copyrighted"]), + ("RENDERNING", &["rendering"]), + ("COMISSIONED", &["commissioned"]), + ("PERPOSTEROUS", &["preposterous"]), + ("ACTUAAL", &["actual"]), + ("UNBELEIVABLE", &["unbelievable"]), + ("EXEPCTS", &["expects"]), + ("INDEPENDTLY", &["independently"]), + ("DICRIMINATES", &["discriminates"]), + ("MISSENCE", &["missense"]), + ("CHEC", &["check"]), + ("SCRUTINITY", &["scrutiny"]), + ("SUPRESION", &["suppression"]), + ("CIRCUNFERENCES", &["circumferences"]), + ("BITCIONS", &["bitcoins"]), + ("CANCUKS", &["canucks"]), + ("SASAUGES", &["sausages"]), + ("STATULINE", &["statusline"]), + ("VACCINATO", &["vaccination"]), + ("REVOVLES", &["revolves"]), + ("LANGAGES", &["languages"]), + ("ORGINIZED", &["organized"]), + ("BLOSUM", &["blossom"]), + ("DUPLCATES", &["duplicates"]), + ("LAGUAGES", &["languages"]), + ("BEEHTOVEN", &["beethoven"]), + ("HAPPENDED", &["happened"]), + ("SIGIFICANT", &["significant"]), + ("ETHINCITY", &["ethnicity"]), + ("BUFFERD", &["buffered"]), + ("POPULLATE", &["populate"]), + ("SUPSEQUENT", &["subsequent"]), + ("RESAURANT", &["restaurant"]), + ("PHSYCOLOGICALLY", &["psychologically"]), + ("BULLYAN", &["bouillon"]), + ("FASSINATE", &["fascinate"]), + ("UNVERFIFIED", &["unverified"]), + ("AUTOMOBILIES", &["automobile"]), + ("LAGUANGES", &["languages"]), + ("CURRENTFPS", &["currents"]), + ("ELIMIANTE", &["eliminate"]), + ("SIMPICITY", &["simplicity"]), + ("CONVETIONS", &["conventions"]), + ("REQUETED", &["requested"]), + ("EXILERATING", &["exhilarating"]), + ("COMITED", &["committed"]), + ("FOLLWWS", &["follows"]), + ("CONTRACEPTIVO", &["contraception"]), + ("CINFIGURATION", &["configuration"]), + ("NEURTON", &["neutron"]), + ("MODIDFICATION", &["modification"]), + ("COUNTERES", &["counters"]), + ("HYRDAULIC", &["hydraulic"]), + ("INSTRUEMNT", &["instrument"]), + ("RESERCH", &["research"]), + ("STRUCTUALLY", &["structurally"]), + ("REKURSIVE", &["recursive"]), + ("ENUMERBLE", &["enumerable"]), + ("FINSISHED", &["finished"]), + ("NEGOTAIATES", &["negotiates"]), + ("INITILAZIATON", &["initialization"]), + ("BATTLEHIPS", &["battleship"]), + ("MATEIALS", &["materials", "metals"]), + ("PARMASEN", &["parmesan"]), + ("WIEGHED", &["weighed"]), + ("IMPLEMENTATOION", &["implementation"]), + ("SUBSTITIUTE", &["substitute"]), + ("TOLKEIN", &["tolkien"]), + ("UNAPPROPRIATELY", &["inappropriately"]), + ("INCLUDEE", &["include"]), + ("COEM", &["come"]), + ("TRASNFORM", &["transform"]), + ("BELYW", &["below"]), + ("PAHTS", &["paths", "pats", "parts"]), + ("UNCOMPRESES", &["uncompresses"]), + ("TRANSFERRD", &["transferred"]), + ("AMERLIORATE", &["ameliorate"]), + ("OVERWHELEMD", &["overwhelmed"]), + ("TOTTNEHAM", &["tottenham"]), + ("FAVORTIE", &["favorite"]), + ("BACKFILED", &["backfield"]), + ("SUBCLASSSING", &["subclassing"]), + ("TEMPRATURE", &["temperature"]), + ("SPEFIFIERS", &["specifiers"]), + ("HIDDENT", &["hidden"]), + ("BTICHED", &["bitched"]), + ("CYRRILIC", &["cyrillic"]), + ("BREAKTHROUH", &["breakthrough"]), + ("LIGTHNING", &["lightning"]), + ("PARARMETER", &["parameter"]), + ("DRWAWING", &["drawing"]), + ("AUTOINCREMET", &["autoincrement"]), + ("SUBMISSONS", &["submissions"]), + ("RECGONIZE", &["recognize"]), + ("DESORIENTED", &["disoriented"]), + ("RECONGISE", &["recognise"]), + ("ARCHOR", &["anchor"]), + ("CANTAINING", &["containing"]), + ("UKRAINISN", &["ukrainians"]), + ("ASBORBED", &["absorbed"]), + ("AUTONEGOTHIATIONS", &["autonegotiations"]), + ("ABUNDACES", &["abundances"]), + ("GENRATE", &["generate"]), + ("CLEEAN", &["clean"]), + ("RESOTRATIVE", &["restorative"]), + ("THERAPEUTISCH", &["therapeutic"]), + ("BRITENES", &["brightenes"]), + ("ENVELOPPING", &["enveloping"]), + ("PRACTICIONER", &["practitioner"]), + ("BUTTHOE", &["butthole"]), + ("SCHOLARLEY", &["scholarly"]), + ("EQUIVALNCE", &["equivalence"]), + ("SUFFERD", &["suffered"]), + ("PROGRESSISTE", &["progresses"]), + ("ARBITUALLY", &["arbitrarily"]), + ("PRIOTISING", &["prioritising"]), + ("DIRECDORIES", &["directories"]), + ("COVERGES", &["coverages", "converges"]), + ("DISCONECCT", &["disconnect"]), + ("SUPERMACIST", &["supremacist"]), + ("MISSISIPPI", &["mississippi"]), + ("STERAM", &["stream"]), + ("COEFFIENTS", &["coefficients"]), + ("RELIEFING", &["relieving"]), + ("AUTOCMPLETES", &["autocompletes"]), + ("MISSTYPES", &["mistypes"]), + ("APPLUASE", &["applause"]), + ("AVIOD", &["avoid"]), + ("MIXIMUM", &["maximum"]), + ("DEMOGRAHPIC", &["demographic"]), + ("HAMPHSIRE", &["hampshire"]), + ("NEGAIVE", &["negative"]), + ("SEMGENT", &["segment"]), + ("CUMMUNICATE", &["communicate"]), + ("CATLAYST", &["catalyst"]), + ("EFFECTLY", &["effectively"]), + ("DUMBBELS", &["dumbbells"]), + ("CONSUMIREM", &["consumerism"]), + ("SUPERSTISIOUS", &["superstitious"]), + ("RESTAURAUNT", &["restaurant"]), + ("TELEGRAPGH", &["telegraph"]), + ("LOCLA", &["local"]), + ("CRAHSES", &["crashes"]), + ("CHANINED", &["chained"]), + ("SASKATCHAWAN", &["saskatchewan"]), + ("VERFIFICATIONS", &["verifications"]), + ("CINEMATOGRPAHY", &["cinematography"]), + ("DELTED", &["deleted"]), + ("ALLEDGE", &["allege"]), + ("OPEG", &["open"]), + ("BARRLES", &["barrels"]), + ("BUILDINS", &["buildings"]), + ("DIRESIRED", &["desired"]), + ("AIXS", &["axis"]), + ("COMPPLIANCE", &["compliance"]), + ("CIRCULARLLY", &["circularly"]), + ("TREATMET", &["treatments"]), + ("RAOCHES", &["roaches"]), + ("METROPOLITAINE", &["metropolitan"]), + ("NEIGHBER", &["neighbor"]), + ("TECHINCIAN", &["technician"]), + ("REATILER", &["retailer"]), + ("ACSESS", &["access"]), + ("CRITEAK", &["critique"]), + ("FUCNTIONALITY", &["functionality"]), + ("DISPROPORTIONNATE", &["disproportionate"]), + ("RESPONSBILITY", &["responsibility"]), + ("UNDERMINERES", &["undermines"]), + ("FACEBOOOK", &["facebook"]), + ("ADDRESSSING", &["addressing"]), + ("REDUDANCY", &["redundancy"]), + ("REAMDE", &["readme"]), + ("DEVCIE", &["device"]), + ("SPECUALTING", &["speculating"]), + ("DYNAMCLY", &["dynamincally", "dynamically"]), + ("CONDOLONCES", &["condolences"]), + ("GERNERAL", &["general"]), + ("LEXOGRAPHICALLY", &["lexicographically"]), + ("POLICALLY", &["politically"]), + ("PROJECTILS", &["projectiles"]), + ("GEOCENTIC", &["geocentric"]), + ("COURE", &["course"]), + ("PREDICATBLE", &["predictable"]), + ("PREAMDE", &["premade"]), + ("SUBROTUINES", &["subroutines"]), + ("CYRPTO", &["crypto"]), + ("INSTABILLITY", &["instability"]), + ("CELEBARTION", &["celebrations"]), + ("PILGIRM", &["pilgrim"]), + ("UNEXPECTELY", &["unexpectedly"]), + ("INFILTRARON", &["infiltrator"]), + ("DESCRTIPTIONS", &["descriptions"]), + ("EXPERIMTENATIONS", &["experimentations"]), + ("GUIDEDED", &["guided"]), + ("TEMPORORARILY", &["temporarily"]), + ("INSERTIN", &["inserting"]), + ("CONSTRAING", &["constraining", "constraint"]), + ("RESTRICTERS", &["restricts"]), + ("ALGORTHINICALLY", &["algorithmically"]), + ("PROGRESSO", &["progression"]), + ("EXPERMINENTS", &["experiments"]), + ("SLIPPERLY", &["slippery"]), + ("NEGOITATOR", &["negotiator"]), + ("VIBRATIE", &["vibrate"]), + ("SVELT", &["svelte"]), + ("CELEBRITIY", &["celebrity"]), + ("DOWRDS", &["dwords"]), + ("SMOOTHIGN", &["smoothing"]), + ("SHORTCOMMINGS", &["shortcomings"]), + ("WUPPORT", &["support"]), + ("AUHTENTICATION", &["authentication"]), + ("HUMANTIY", &["humanity"]), + ("CRITICISZE", &["criticise"]), + ("VIWEED", &["viewed"]), + ("OVVERIDE", &["override"]), + ("DIRECTSIONS", &["directions"]), + ("SPIRITES", &["spirits"]), + ("ENTREPRENER", &["entrepreneurs"]), + ("THROUGPUT", &["throughput"]), + ("REMIAN", &["remain"]), + ("IMPOSSABLE", &["impossible"]), + ("UNBOUN", &["unbound"]), + ("SURPRESSES", &["suppresses"]), + ("DIPOSING", &["disposing", "deposing"]), + ("IMPROBEMENT", &["improvement"]), + ("KINLDY", &["kindly"]), + ("DISTRAKTION", &["distraction"]), + ("NAHSVILLE", &["nashville"]), + ("DIFERENTIATE", &["differentiate"]), + ("ACOMPLISH", &["accomplish"]), + ("ASKES", &["asks"]), + ("ANARCHSITS", &["anarchists"]), + ("MUMBER", &["number"]), + ("DISTUBRING", &["disturbing"]), + ("UNNECSSARY", &["unnecessary"]), + ("MAINTANING", &["maintaining"]), + ("PERSISTES", &["persists"]), + ("BEBEFORE", &["before"]), + ("INVESITGATING", &["investigating"]), + ("RENEGAE", &["renegade"]), + ("PROGAM", &["program"]), + ("FIGURESTYLE", &["figurestyles"]), + ("EMMIGRATED", &["emigrated", "immigrated"]), + ("CARREID", &["carried"]), + ("MALASIYA", &["malaysia"]), + ("FINSIHED", &["finished"]), + ("CHARACTERISTCS", &["characteristics"]), + ("CURRENTL", &["currently"]), + ("ANONONYMOUS", &["anonymous"]), + ("ACCONDING", &["according"]), + ("UNCONDISIONNAL", &["unconditional"]), + ("COFIRMATION", &["confirmation"]), + ("ACTIVTY", &["activity"]), + ("CPMPRESSION", &["compression"]), + ("SQAUDRON", &["squadron"]), + ("SOCTTISH", &["scottish"]), + ("LISENCE", &["licence"]), + ("PUTPOSED", &["purposed"]), + ("MODUKLES", &["modules"]), + ("INSTRALLING", &["installing"]), + ("TEMPORORARIES", &["temporaries"]), + ("SCRIIPTED", &["scripted"]), + ("HANLDER", &["handler"]), + ("EQUILIBRIM", &["equilibrium"]), + ("SPRINKELD", &["sprinkled"]), + ("IMPOVERSIHED", &["impoverished"]), + ("ESTIAMTES", &["estimates"]), + ("GRANDCHILDEREN", &["grandchildren"]), + ("CALCALATE", &["calculate"]), + ("DEFAULY", &["default"]), + ("WEANT", &["want", "wean"]), + ("BULLETPROF", &["bulletproof"]), + ("REGRESSE", &["regressive"]), + ("ARMISTACE", &["armistice"]), + ("LIMITITATION", &["limitation"]), + ("CORALINA", &["carolina"]), + ("UOU", &["you"]), + ("UNDERGRUND", &["underground"]), + ("CONTRADICITONS", &["contradictions"]), + ("HISTORYCALY", &["historically"]), + ("CHIZZLES", &["chisels"]), + ("ORGIIN", &["origin"]), + ("PACKES", &["packages", "packed", "packs"]), + ("CANONCIAL", &["canonical"]), + ("STANDARTD", &["standard"]), + ("MEDIOCRICY", &["mediocrity"]), + ("AKKUMULATING", &["accumulating"]), + ("CUPLRIT", &["culprit"]), + ("REPRENTS", &["repents", "represents", "reprints"]), + ("POER", &["power", "poor", "pour"]), + ("CONTRLLER", &["controller"]), + ("DEVELOPMENET", &["developments"]), + ("MANULE", &["manual"]), + ("INSTANTATION", &["instantiation"]), + ("EXPERIMED", &["experimented"]), + ("AGRESSSIVE", &["aggressive"]), + ("COMPADIBILITY", &["compatibility"]), + ("MITGATE", &["mitigate"]), + ("NEADERS", &["headers", "kneaders"]), + ("DEFICITES", &["deficits"]), + ("MANAFACTURER", &["manufacturer"]), + ("DATAS", &["data"]), + ("CONCIDERED", &["considered"]), + ("FOLLWOEONG", &["following"]), + ("DISSONANTE", &["dissonance"]), + ("BROGES", &["brogues"]), + ("INVINICBLE", &["invincible"]), + ("CONVERSATIONA", &["conservation"]), + ("PEACEFULY", &["peacefully"]), + ("COMPRESSSION", &["compression"]), + ("INTROSEPECTION", &["introspection"]), + ("DIFERENTIATED", &["differentiated"]), + ("CYWGIN", &["cygwin"]), + ("PROGARAMMABLE", &["programmable"]), + ("LIASON", &["liaison"]), + ("SURVIVAVILITY", &["survivability"]), + ("THEORECTICAL", &["theoretical"]), + ("INCORPROATE", &["incorporated"]), + ("CORRESPOMDENT", &["correspondent"]), + ("METROPOLYS", &["metropolis"]), + ("EMMINENTLY", &["eminently"]), + ("GAMEMDOE", &["gamemode"]), + ("EXNTERNALITY", &["externality"]), + ("PARASER", &["parser"]), + ("VALIDATY", &["validity"]), + ("ILLUMINTATI", &["illuminati"]), + ("EXECURABLES", &["executables"]), + ("ASBURDITY", &["absurdity"]), + ("ALLED", &["called", "allied"]), + ("LIGHTES", &["lighters"]), + ("STEALTHIFY", &["stealthy"]), + ("ACTITIVIES", &["activities"]), + ("BALCKJACK", &["blackjack"]), + ("INTERRUPTIS", &["interrupts"]), + ("REMINSICENTLY", &["reminiscently"]), + ("TEMPARARY", &["temporary"]), + ("GUARNTEED", &["guaranteed"]), + ("LEAGLIZATION", &["legalization"]), + ("BUSINESSS", &["businesses"]), + ("CRINGEWORHY", &["cringeworthy"]), + ("VERTICEL", &["vertical"]), + ("EXISITS", &["exists"]), + ("PRESISTANCE", &["persistence"]), + ("CONTENDORS", &["contenders"]), + ("MISCONSEPTIONS", &["misconceptions"]), + ("RASBERRY", &["raspberry"]), + ("ALOGORITHM", &["algorithm"]), + ("SQARES", &["squares"]), + ("UPGERADE", &["upgrade"]), + ("THOGUHTS", &["thoughts"]), + ("DISTRCIT", &["district"]), + ("MEDHODS", &["methods"]), + ("BOOLEAMN", &["boolean"]), + ("EXPCETATIONS", &["expectations"]), + ("CIRITICALITY", &["criticality"]), + ("SPEFICILLIFED", &["specified"]), + ("WAIITNG", &["waiting"]), + ("AUTHECATION", &["authentication"]), + ("CURRECT", &["correct", "current"]), + ("ASSERTIN", &["assertions"]), + ("NORMALIZD", &["normalized"]), + ("CALUCALTES", &["calculates"]), + ("MASHINES", &["machines"]), + ("VALIDATA", &["validate"]), + ("PROMISSE", &["promise", "promises", "promised"]), + ("DEGENERE", &["degenerate"]), + ("NOTOREOUS", &["notorious"]), + ("WOLWIDE", &["worldwide"]), + ("UNCONSISNTENCY", &["inconsistency"]), + ("TRANSFROMERS", &["transformers"]), + ("URE", &["sure", "ire", "are", "urea", "rue"]), + ("QUIEST", &["quest", "quiet"]), + ("ILUMINATE", &["illuminate"]), + ("EXTRENALLY", &["externally"]), + ("REPRESENTATITIVE", &["representative"]), + ("EMMISIONS", &["emissions"]), + ("ANARKIST", &["anarchist"]), + ("SHRINKED", &["shrunk", "shrank"]), + ("MINIAL", &["minimal"]), + ("CHECKPIONT", &["checkpoint"]), + ("DISSASTERS", &["disasters"]), + ("PARTITIONNS", &["partitions"]), + ("HAPPPENS", &["happens"]), + ("SURVIVABILY", &["survivability"]), + ("CANCELLES", &["cancels"]), + ("MODIFCICATIONS", &["modifications"]), + ("AREGUMENT", &["argument"]), + ("MESSAGESS", &["messages"]), + ("AUTHENCATION", &["authentication"]), + ("MIMINISING", &["minimising"]), + ("ALTERNATIVELLY", &["alternatively"]), + ("DECORDES", &["decodes"]), + ("RETARTING", &["restarting"]), + ("EXPLECITELY", &["explicitly"]), + ("RIGHTOUES", &["righteous"]), + ("COMPLICTAED", &["complicate"]), + ("DURABILLITY", &["durability"]), + ("RELAESES", &["releases"]), + ("QUICKY", &["quickie", "quickly"]), + ("SESEEDES", &["secedes"]), + ("LAUNHED", &["launched"]), + ("SUBSEQUEST", &["subsequent"]), + ("SHPERES", &["spheres"]), + ("RELOCAITON", &["relocation"]), + ("ESLE", &["else"]), + ("AMENED", &["amended", "amend"]), + ("APLLIED", &["applied"]), + ("MOER", &["more"]), + ("FACEPAM", &["facepalm"]), + ("PERFORAM", &["perform"]), + ("ACCOPUNT", &["account"]), + ("KRYPRONITE", &["kryptonite"]), + ("ABNRORMAL", &["abnormal"]), + ("ACESSORS", &["accessors", "accessor"]), + ("NUMBBER", &["number"]), + ("PLATFORMT", &["platforms"]), + ("BLACKEND", &["blacked"]), + ("CHOLESTERAL", &["cholesterol"]), + ("UNIVERSELS", &["universes"]), + ("RADEMPTIONS", &["redemptions"]), + ("CALUCULATIONS", &["calculations"]), + ("ARCHTECTURE", &["architecture"]), + ("ELENMENT", &["element"]), + ("CONSISENTLY", &["consistently"]), + ("ORDNER", &["order"]), + ("CONMPRESSION", &["compression"]), + ("JUIPTER", &["jupiter"]), + ("PASRED", &["parsed"]), + ("TRASLATING", &["translating"]), + ("DORP", &["drop"]), + ("CONTRADICITON", &["contradiction"]), + ("WATHC", &["watch"]), + ("EFECT", &["effect"]), + ("EFFECITIVELY", &["effectively"]), + ("SIMULANTANEOUSLY", &["simultaneously"]), + ("SAMUARI", &["samurai"]), + ("AUTOCMPLETED", &["autocompleted"]), + ("COMBIATION", &["combination"]), + ("DEPDENDENCY", &["dependency"]), + ("TRASNFORMERS", &["transformers"]), + ("VULNERABILE", &["vulnerable"]), + ("KIGHBOSHES", &["kiboshes"]), + ("MOZZERALLA", &["mozzarella"]), + ("SQUADROON", &["squadron"]), + ("UNMODIFABLE", &["unmodifiable"]), + ("EVEING", &["evening"]), + ("ESCALATIE", &["escalate"]), + ("HANDER", &["handler"]), + ("RENDIRER", &["renderer"]), + ("INSESITIVE", &["insensitive"]), + ("ELIMINTING", &["eliminating"]), + ("SAWNSON", &["swanson"]), + ("TRUNLDE", &["trundle"]), + ("OUTADTED", &["outdated"]), + ("ACCOMADATES", &["accommodates"]), + ("HEORINE", &["heroine"]), + ("DOWNOLOADS", &["downloads"]), + ("SECND", &["second"]), + ("SUPPY", &["supply"]), + ("FUNVTIONALITY", &["functionality"]), + ("AFERWARDS", &["afterwards"]), + ("PARALELISING", &["parallelising"]), + ("REFERENNCES", &["references"]), + ("HYGENIC", &["hygienic"]), + ("LENNGTH", &["length"]), + ("WEKAER", &["weaker"]), + ("PUBISHER", &["publisher"]), + ("CHOESIVE", &["cohesive"]), + ("STORYTELLLING", &["storytelling"]), + ("RELIGIONES", &["religions"]), + ("FURSTHEST", &["furthest"]), + ("CONTRIBTES", &["contributes"]), + ("SLOWY", &["slowly"]), + ("ACUMULATIVE", &["accumulative"]), + ("SPECEMIN", &["specimen"]), + ("TOOPOLOGY", &["topology"]), + ("DISHINORED", &["dishonored"]), + ("HOPPEFULLY", &["hopefully"]), + ("PROOCECURE", &["procedure"]), + ("SPECILIAST", &["specialists"]), + ("EDDGES", &["edges"]), + ("TORK", &["torque"]), + ("TRIOLGY", &["trilogy"]), + ("REASONNABLY", &["reasonably"]), + ("UNSTRUCTRED", &["unstructured"]), + ("PLATFROM", &["platform"]), + ("INVOLUNTARELY", &["involuntary"]), + ("EPHIMERAL", &["ephemeral"]), + ("DEFINITITELY", &["definitively"]), + ("COMPLING", &["compiling"]), + ("GOLAKEEPER", &["goalkeeper"]), + ("MANUFACTERER", &["manufacturer"]), + ("RESGISTER", &["register"]), + ("SUBSTATIAL", &["substantial"]), + ("UNSPEFICITIED", &["unspecified"]), + ("MANANGE", &["manage"]), + ("FAVOURITSM", &["favourites"]), + ("NORMARLIZED", &["normalized"]), + ("CREATEAD", &["created"]), + ("SYNDROMS", &["syndromes"]), + ("INPROOVMENT", &["improvement"]), + ("VARIEITY", &["variety"]), + ("CHIHUAHA", &["chihuahua"]), + ("REMANNTS", &["remnants"]), + ("ASSUMUE", &["assume"]), + ("DISFUNCTIONALITY", &["dysfunctionality"]), + ("INHERITHING", &["inheriting"]), + ("REGULARLISE", &["regularise"]), + ("PERSONATUS", &["personas"]), + ("WESTMINSER", &["westminster"]), + ("NESCESARRY", &["necessary"]), + ("TABUALTES", &["tabulates"]), + ("HINDERANCE", &["hindrance"]), + ("SUTRACTING", &["subtracting"]), + ("ENVIONRMENT", &["environment"]), + ("SPESIALISATION", &["specialisation"]), + ("TEMORARILY", &["temporarily"]), + ("HOPELESSY", &["hopelessly"]), + ("DTORING", &["storing"]), + ("EXEPMTION", &["exemption"]), + ("HOSTORIES", &["histories"]), + ("NONNEGARIVE", &["nonnegative"]), + ("PREVAILLING", &["prevailing"]), + ("EXPERICING", &["experiencing"]), + ("FOLOWWIONG", &["following"]), + ("INITUIALIZATION", &["initialization"]), + ("NECESSARRY", &["necessary"]), + ("REPRODUCTIBLE", &["reproducible"]), + ("PIONEEER", &["pioneer"]), + ("ENVRIONMENTAL", &["environmental"]), + ("UNEXCEPTED", &["unexpected"]), + ("GAUNTELTS", &["gauntlets"]), + ("VERYFIENG", &["verifying"]), + ("DESCRPTION", &["description"]), + ("FOLLWOEED", &["followed"]), + ("ABSORBANT", &["absorbent"]), + ("AGNOSTICSM", &["agnosticism"]), + ("RESUILTS", &["results"]), + ("ORGANZIERS", &["organizers"]), + ("CONCERSION", &["concession", "conversion"]), + ("CIRLCING", &["circling"]), + ("PROTOCALLS", &["protocols"]), + ("ENEUMERATION", &["enumeration"]), + ("QUSTS", &["quests"]), + ("RETRN", &["return"]), + ("EXCLOSED", &["enclosed"]), + ("SUBSTACE", &["substance"]), + ("BENGZHAI", &["benghazi"]), + ("SPECIFFICALLY", &["specifically"]), + ("SAMCKDOWN", &["smackdown"]), + ("DEINSTANTATING", &["deinstantiating"]), + ("ANEDOCTE", &["anecdote"]), + ("ASSIGNALBLE", &["assignable"]), + ("RIMINICING", &["reminiscing"]), + ("OCUPY", &["occupy"]), + ("DEDUCITBLE", &["deductible"]), + ("SUSPICISONS", &["suspicions"]), + ("EIGHTEEEN", &["eighteen"]), + ("EVRYONE", &["everyone"]), + ("POSSABILITIES", &["possibilities"]), + ("EXCERSISE", &["exercise"]), + ("ILLIMUNATI", &["illuminati"]), + ("AUXILARIES", &["auxiliaries"]), + ("VISUALZATIONS", &["visualizations"]), + ("ESCALTES", &["escalates"]), + ("ENCOUNTRES", &["encounters"]), + ("PERSOCUTED", &["persecuted"]), + ("CONFUZZES", &["confuses"]), + ("FOPPY", &["floppy"]), + ("MEXICAIN", &["mexican"]), + ("CHIZZELLED", &["chiselled"]), + ("EGENRALIZES", &["generalizes"]), + ("VOLUNTEERD", &["volunteered"]), + ("WLACOTT", &["walcott"]), + ("REPRAESENTATIONS", &["representations"]), + ("SUPERNATUAL", &["supernatural"]), + ("CONRRESPONDS", &["corresponds"]), + ("GENERELIZING", &["generalizing"]), + ("IMPCAT", &["impact"]), + ("INDUSTRIALIED", &["industrialized"]), + ("APPOINMENT", &["appointment"]), + ("OPERTAION", &["operation"]), + ("DOMINANTES", &["dominants", "dominates"]), + ("ROTAION", &["rotation"]), + ("DEFENDERLAS", &["defenders"]), + ("LINEARY", &["linearly"]), + ("SCHOO", &["school"]), + ("COROSPOND", &["correspond"]), + ("SUSTITUTION", &["substitution"]), + ("DOCUNMENT", &["document"]), + ("CUSTONISING", &["customising"]), + ("CONCEIVIBLY", &["conceivably"]), + ("CONSTNATLY", &["constantly"]), + ("MINISCUE", &["miniscule"]), + ("EXELLENT", &["excellent"]), + ("WOTHOUT", &["without"]), + ("CIRCUMFERENCIAL", &["circumferential"]), + ("BRIGTHEST", &["brightest"]), + ("AGRICUTURE", &["agriculture"]), + ("OPPURTUNITY", &["opportunity"]), + ("ENTRIED", &["entries"]), + ("CONCANTENATED", &["concatenated"]), + ("VREY", &["very"]), + ("PRESISTENCE", &["persistence"]), + ("UNENCRPTED", &["unencrypted"]), + ("KEYOUTCH", &["keytouch"]), + ("SINGULARILY", &["singularity"]), + ("TRIANGES", &["triangles", "triages"]), + ("OBSERAVTION", &["observation"]), + ("UNUSAL", &["unusual"]), + ("COMMMA", &["comma"]), + ("EXEUCTIONER", &["executioner"]), + ("COMTEMPLATING", &["contemplating"]), + ("NURISHMENT", &["nourishment"]), + ("SEPERTORS", &["separators"]), + ("WHIPSER", &["whisper"]), + ("PASCHEURIZATION", &["pasteurization"]), + ("CONTOLLS", &["controls"]), + ("ANLYSIS", &["analysis"]), + ("PERMSSION", &["permission"]), + ("SLIGNTLY", &["slightly"]), + ("ENAHNCING", &["enhancing"]), + ("CAPITOLIZED", &["capitalized"]), + ("GOVERNMENTLY", &["governmental"]), + ("APPOLIGIES", &["apologies"]), + ("NEGOTITION", &["negotiation"]), + ("INCREMANTAL", &["incremental"]), + ("MAIDSON", &["madison"]), + ("CONGUGATE", &["conjugate"]), + ("ESNURED", &["ensured"]), + ("DELGATES", &["delegates"]), + ("INDIVIDUATI", &["individuality"]), + ("UNIVERIALITY", &["universality"]), + ("DISSASTER", &["disaster"]), + ("CONGIG", &["config"]), + ("RESTURNS", &["returns"]), + ("PRESUMPTUOS", &["presumptuous"]), + ("WERSTLE", &["wrestle"]), + ("RECOGINZE", &["recognize"]), + ("FOLOWONG", &["following"]), + ("LOZONYA", &["lasagna"]), + ("PARAMETHER", &["parameter"]), + ("LOOKIGN", &["looking"]), + ("COMPILIANCE", &["compliance"]), + ("INTEVIEW", &["interview"]), + ("SPECFICIED", &["specified"]), + ("DESCRITPR", &["descriptor"]), + ("GUBNATORIAL", &["gubernatorial"]), + ("EXPERIMETNELLY", &["experimentally"]), + ("MARIENS", &["marines"]), + ("PREIOD", &["period"]), + ("FEATURS", &["features"]), + ("DEPOLYED", &["deployed"]), + ("TESTIN", &["testing"]), + ("ARBITIRALY", &["arbitrarily"]), + ("TESSLLATION", &["tessellation"]), + ("AUTHENATICATING", &["authenticating"]), + ("PREPOSTIONS", &["prepositions"]), + ("INDEPENDLY", &["independently"]), + ("SAMWICH", &["sandwich"]), + ("BELEIFABLE", &["believable"]), + ("CRITICIING", &["criticising"]), + ("VISULIZATION", &["visualization"]), + ("EXPEIMENTAL", &["experimental"]), + ("ROMANITCALLY", &["romantically"]), + ("MIRRO", &["mirror"]), + ("FRAGMANTATION", &["fragmentation"]), + ("CNANNELS", &["channels"]), + ("SIUTABLE", &["suitable"]), + ("TARBAL", &["tarball"]), + ("MISSMATCH", &["mismatch"]), + ("CARTMAAN", &["cartman"]), + ("ORIENTAION", &["orientation"]), + ("DOAGONALS", &["diagonals"]), + ("REQUIRMENTES", &["requirements"]), + ("PERFOMRER", &["performer"]), + ("DISCOVERD", &["discovered"]), + ("CRITCALLY", &["critically"]), + ("INSTALED", &["installed"]), + ("AUCITONS", &["auctions"]), + ("ENCRPTED", &["encrypted"]), + ("EAISER", &["easier"]), + ("MATIERALISM", &["materialism"]), + ("ACCULUMATION", &["accumulation"]), + ("NORTIFICATION", &["notification"]), + ("EXPOLITING", &["exploiting"]), + ("ISLAMISTERS", &["islamists"]), + ("TAGES", &["stages", "tags"]), + ("FURMALAE", &["formulae"]), + ("CIRLCES", &["circles"]), + ("WORKARUNDS", &["workarounds"]), + ("DEPOISTED", &["deposited"]), + ("DECRYTPED", &["decrypted"]), + ("SPONSORES", &["sponsors"]), + ("PUNSIHABLE", &["punishable"]), + ("NARCISSISISM", &["narcissism"]), + ("PROFICIENTY", &["proficiency"]), + ("FIREY", &["fiery"]), + ("REQURESTS", &["requests"]), + ("EXCEUCTOR", &["executor"]), + ("ACCOMPLISHENTS", &["accomplishes"]), + ("BACKWAD", &["backward"]), + ("DISRUPTRON", &["disruption"]), + ("SIMILAIRTY", &["similarity"]), + ("PARLIMENTARY", &["parliamentary"]), + ("RESTARANT", &["restaurant"]), + ("BOORJWAZEE", &["bourgeoisie"]), + ("CONTAININNG", &["containing"]), + ("STDANARDS", &["standards"]), + ("HEALITHER", &["healthier"]), + ("INTERRUM", &["interim"]), + ("FWANKENSTEIN", &["frankenstein"]), + ("REMINICIENT", &["reminiscent"]), + ("AMPEHTAMINE", &["amphetamine"]), + ("REGARING", &["regarding"]), + ("NAWSHESLY", &["nauseously"]), + ("ANONYMOSLY", &["anonymously"]), + ("MELATONION", &["melatonin"]), + ("IMPLEMETNATION", &["implementations", "implementation"]), + ("DELIBARETELY", &["deliberately"]), + ("SKATEBAORD", &["skateboard"]), + ("CANDINATES", &["candidates"]), + ("AGREEDED", &["agreed"]), + ("PREESNT", &["present"]), + ("ANWAY", &["anyway"]), + ("DECOMPRESSSION", &["decompression"]), + ("AQUEOS", &["aqueous"]), + ("PERFURRED", &["preferred"]), + ("INDICATESS", &["indicates"]), + ("REINSTATIATION", &["reinstantiation"]), + ("PREVOUSLY", &["previously"]), + ("GRPAHIC", &["graphic"]), + ("MEGATHRED", &["megathread"]), + ("AUTHENICAES", &["authenticates"]), + ("INSTERT", &["insert"]), + ("GRAT", &["great"]), + ("DYSFONCTIONAL", &["dysfunctional"]), + ("DAMANGES", &["damages"]), + ("SENCONDARY", &["secondary"]), + ("CRICLES", &["circles"]), + ("INTREEGUED", &["intrigued"]), + ("PLEASENT", &["pleasant"]), + ("FOPPYS", &["floppies"]), + ("SOVEREIGNITY", &["sovereignty"]), + ("RQUESTED", &["requested"]), + ("TANSLATIONS", &["translations"]), + ("GREANDES", &["grenades"]), + ("DECRIBES", &["describes"]), + ("CONFIUGRES", &["configures"]), + ("SIXTIN", &["sistine", "sixteen"]), + ("REQUSTED", &["requested"]), + ("GENERATERS", &["generates", "generators"]), + ("MOLESTARLE", &["molester"]), + ("TRANFERS", &["transfers"]), + ("DIGNOSTICS", &["diagnostics"]), + ("PATRIARH", &["patriarchy"]), + ("SURROUNDES", &["surrounds"]), + ("BRANE", &["brain"]), + ("ENDLESSLEY", &["endlessly"]), + ("ESGE", &["edge"]), + ("OWNENERSHIP", &["ownership"]), + ("WAYFERER", &["wayfarer"]), + ("INTREGUING", &["intriguing"]), + ("CONSTANST", &["constants"]), + ("CICRUIT", &["circuit"]), + ("CRASHEES", &["crashes"]), + ("ORGINATES", &["originates"]), + ("MEANTING", &["meaning"]), + ("SPEICALIST", &["specialist"]), + ("FOLOWERS", &["followers"]), + ("ENCRUPTION", &["encryption"]), + ("TONIHGT", &["tonight"]), + ("EXPERIMETNER", &["experimenter"]), + ("KENYESIAN", &["keynesian"]), + ("REIGSRY", &["registry"]), + ("DESASTER", &["disaster"]), + ("PRECENTAGES", &["percentages"]), + ("EVENTUALL", &["eventually"]), + ("PHYSIOLIGICAL", &["physiological"]), + ("LETIVICUS", &["leviticus"]), + ("UNFORTUNATETLY", &["unfortunately"]), + ("UNUSABE", &["unusable"]), + ("SKILLSHOSTS", &["skillshots"]), + ("TRAGICALLLY", &["tragically"]), + ("ETENDED", &["extended", "attended"]), + ("UTILITIY", &["utility"]), + ("PUBILSHING", &["publishing"]), + ("PROTCOOLS", &["protocols"]), + ("CONSRTUCTOR", &["constructor"]), + ("BLOCCKS", &["blocks"]), + ("EXPERIENSIAL", &["experiential"]), + ("CONTAGEOUS", &["contagious"]), + ("BREEFLY", &["briefly"]), + ("MINIMAZED", &["minimized"]), + ("BELEIFS", &["beliefs"]), + ("CONJUNTION", &["conjunction"]), + ("KIMERIC", &["chimeric"]), + ("SELT", &["set", "self", "sold"]), + ("RECONTRUCTION", &["reconstruction"]), + ("WHICK", &["which"]), + ("COSNTRAIN", &["constrain"]), + ("TESTNG", &["testing"]), + ("INITAIL", &["initial"]), + ("MONCHROME", &["monochrome"]), + ("BRABARIAN", &["barbarian"]), + ("RESPONSIBE", &["responsive", "responsible"]), + ("BREWEREY", &["brewery"]), + ("MANETAINS", &["maintains"]), + ("BUDDISHTS", &["buddhists"]), + ("TRAVERSIBLE", &["traversable"]), + ("COMPRESSERS", &["compressors"]), + ("AUDINCE", &["audience"]), + ("EEXTRACTING", &["extracting"]), + ("ZEALOUTS", &["zealous"]), + ("NEIGHBOODS", &["neighborhoods"]), + ("ATUHENTICATING", &["authenticating"]), + ("IMPEMENT", &["implement"]), + ("PROJETING", &["projecting"]), + ("ICESICKLE", &["icicle"]), + ("ERLIEAR", &["earlier"]), + ("INCOMAPATIBILITY", &["incompatibility"]), + ("UNCOMPRESOR", &["uncompressor"]), + ("IMPELMENTATION", &["implementations", "implementation"]), + ("VACINES", &["vaccines"]), + ("INFALLIBE", &["infallible"]), + ("DIRECTES", &["directs"]), + ("ABBRIEVATION", &["abbreviation"]), + ("CAHRACTER", &["character"]), + ("WHERETHER", &["whether"]), + ("MILLSECOND", &["millisecond"]), + ("ARCHIOVES", &["archives"]), + ("WONDEROUS", &["wondrous"]), + ("EVLUATIONS", &["evaluations"]), + ("DISTINKTION", &["distinction"]), + ("STAOSHI", &["satoshi"]), + ("ITALIANESS", &["italians"]), + ("INTOLERENCE", &["intolerance"]), + ("ACCIDEBTLY", &["accidentally"]), + ("OMAGES", &["homages"]), + ("EXPRESSS", &["expresses", "express"]), + ("CONSTAN", &["constant"]), + ("RECUDE", &["reduce"]), + ("SHARPENEING", &["sharpening"]), + ("COMSUME", &["consume"]), + ("BILLIONIARE", &["billionaire"]), + ("ARCIVER", &["archiver"]), + ("BOUTNIES", &["bounties"]), + ("PRECOMUPTED", &["precomputed"]), + ("INTRODICTION", &["introduction"]), + ("HOMOSEXUEL", &["homosexual"]), + ("INTERESCTIONS", &["intersections"]), + ("ISNTANCE", &["instance"]), + ("OPTENING", &["opening"]), + ("FEILD", &["field"]), + ("COMMONGLY", &["commonly"]), + ("DEPRESSIEVE", &["depressive"]), + ("PHYSCIATRIC", &["psychiatric"]), + ("VARIAVLE", &["variable"]), + ("OVERSIMPLIFICATON", &["oversimplification"]), + ("APPORPRIATES", &["appropriates"]), + ("PROVISIOS", &["provisions"]), + ("HORIZONTS", &["horizons"]), + ("FRECUENTED", &["frequented"]), + ("ABBRIVIATION", &["abbreviation"]), + ("REVRIEVER", &["retriever"]), + ("REARRANGTEABLES", &["rearrangeables"]), + ("XOUR", &["your"]), + ("CHIDLRENS", &["childrens"]), + ("BTYE", &["byte"]), + ("INTERMETTENT", &["intermittent"]), + ("ACCOMPAGNIMENT", &["accompaniment"]), + ("ASTHETICALLY", &["aesthetically"]), + ("TRANDGENDER", &["transgender"]), + ("ISLAMISKT", &["islamist"]), + ("ALISES", &["aliases"]), + ("REAGARDING", &["regarding"]), + ("REQUIERD", &["required"]), + ("UNWIRTTEN", &["unwritten"]), + ("PSYCHIATRISCH", &["psychiatric"]), + ("ALGOTRITHM", &["algorithm"]), + ("WERY", &["very", "wary", "weary"]), + ("PLANATERY", &["planetary"]), + ("OSCILATIONS", &["oscillations"]), + ("HOMOEPATHY", &["homoeopathy"]), + ("ALTETNATIVELY", &["alternatively"]), + ("COMPANYS", &["companies"]), + ("CORENER", &["corner", "coroner"]), + ("UNSPPORTABLE", &["unsupportable"]), + ("RELATD", &["related"]), + ("DISCOTEQUE", &["discotheque"]), + ("COMPILCATEDLY", &["complicatedly"]), + ("DISCIPLENARY", &["disciplinary"]), + ("CONTROVERCY", &["controversy"]), + ("FOLLOWINT", &["following"]), + ("UNEXPEXCTEDLY", &["unexpectedly"]), + ("IMPORVED", &["improved"]), + ("NEIGHBOUING", &["neighbouring"]), + ("CLAIRITY", &["clarity"]), + ("BETHDESA", &["bethesda"]), + ("DORCED", &["forced"]), + ("ORGINY", &["originy"]), + ("EXCRUMENTIALLY", &["excruciatingly"]), + ("CONSISTENY", &["consistency", "consistent"]), + ("PROBABLISTIC", &["probabilistic"]), + ("CHEEOTS", &["cheetos"]), + ("HAPENNED", &["happened"]), + ("SHARPLAY", &["sharply"]), + ("MOMEMENTS", &["moments"]), + ("MULTLIPLE", &["multiple"]), + ("ADIVSORY", &["advisory"]), + ("BUDDIHSTS", &["buddhists"]), + ("OCCURING", &["occurring"]), + ("PROPRIETERS", &["proprietors"]), + ("APRROXIMATION", &["approximation"]), + ("INEQALITY", &["inequality"]), + ("REVEALD", &["revealed"]), + ("INEXPERIENTE", &["inexperience"]), + ("MOMEMENT", &["moment"]), + ("UNAPPROPRIATE", &["inappropriate"]), + ("RELASHIONSHIPS", &["relationships"]), + ("SUBSCRIBBERS", &["subscribers"]), + ("TROTSKI", &["trotsky"]), + ("INDRODUCTION", &["introduction"]), + ("MICROSFOFT", &["microsoft"]), + ("JUGGERNAUNTS", &["juggernaut"]), + ("CUSTOMIZATONS", &["customizations"]), + ("HELOER", &["helper"]), + ("PRONUNCIACION", &["pronunciation"]), + ("BUNBLED", &["bundled"]), + ("CAHACTER", &["character"]), + ("ACCCESSORS", &["accessors"]), + ("CONSIDEREIS", &["considers"]), + ("ESCLUDING", &["excluding"]), + ("WESBITE", &["website"]), + ("CHECHECKPOITS", &["checkpoints"]), + ("VACUMING", &["vacuuming"]), + ("DERICTERIES", &["directories"]), + ("PORTARY", &["portray"]), + ("THUMBMAILS", &["thumbnails"]), + ("INEXPIRIENCED", &["inexperienced"]), + ("SPECIFITIES", &["specifics"]), + ("INTQUIRED", &["inquired"]), + ("COMPUSLION", &["compulsion"]), + ("CONVULUTED", &["convoluted"]), + ("SUBSHYSTEM", &["subsystem"]), + ("TRANISTION", &["transition"]), + ("ABBREVIATONS", &["abbreviations"]), + ("EXCESV", &["excessive"]), + ("CONTANT", &["constant", "content"]), + ("UNINTERPRETTED", &["uninterpreted"]), + ("SPATAIALIZER", &["spatializer"]), + ("HOMNIEM", &["hominem"]), + ("KALIDESCOPE", &["kaleidoscope"]), + ("PULIC", &["public"]), + ("REDIFINTIONS", &["redefinitions"]), + ("PROCOESS", &["process"]), + ("EQUIVOLENT", &["equivalent"]), + ("SOMES", &["some", "sums"]), + ("ACCORIDNG", &["according"]), + ("UNFAIRY", &["unfairly"]), + ("UNINSTALING", &["uninstalling"]), + ("ENVOKING", &["invoking", "evoking"]), + ("PROVOCATIVLEY", &["provocative"]), + ("STRARTING", &["starting"]), + ("SAWTEED", &["sautéd"]), + ("INFECTATION", &["infestation"]), + ("HARNESSS", &["harness"]), + ("PROMIXITY", &["proximity"]), + ("DEGARDED", &["degraded"]), + ("DESCTRUCTED", &["destructed"]), + ("ENOUF", &["enough"]), + ("PRESEDINTIA", &["presidential"]), + ("ORGINIALS", &["originals"]), + ("CONENCTOR", &["connector"]), + ("IMPUSLES", &["impulses"]), + ("OPULATE", &["populate", "opiate", "opulent"]), + ("FOCUSSES", &["focuses"]), + ("SUBCONSCIOULY", &["subconsciously"]), + ("SUSEPTIBLE", &["susceptible"]), + ("PROJECTLIE", &["projectiles"]), + ("CONVETED", &["converted"]), + ("MICROTRANSACTIONAL", &["microtransactions"]), + ("CURRENICES", &["currencies"]), + ("EXPECTIONS", &["exceptions", "expectations"]), + ("EQIVALENTS", &["equivalents"]), + ("DESCIBE", &["describe"]), + ("TRANPARENTLY", &["transparently"]), + ("INDEPENDET", &["independent"]), + ("ASBTRACTER", &["abstracter"]), + ("OUTRAGEUOS", &["outrageous"]), + ("ROATATION", &["rotation"]), + ("ENCYCLOPDIA", &["encyclopedia"]), + ("INTRESSTED", &["interested"]), + ("REQUIERS", &["requires"]), + ("INTERFACT", &["interact", "interface"]), + ("BENCMARKS", &["benchmarks"]), + ("FINILIZES", &["finalizes"]), + ("VAKUED", &["valued"]), + ("PRACTITIONS", &["practitioners"]), + ("ORGANISTE", &["organise"]), + ("COMMUTIVE", &["commutative"]), + ("CELEBRASION", &["celebrations"]), + ("STYTLE", &["style"]), + ("INDENTIFIER", &["identifier"]), + ("THN", &["then"]), + ("TERE", &["there", "here"]), + ("DESCANDANT", &["descendant"]), + ("MAGENTS", &["magnets"]), + ("BRILINEAR", &["bilinear"]), + ("WITHRDAWING", &["withdrawing"]), + ("INSTRUCTONS", &["instructors"]), + ("FOLOW", &["follow"]), + ("CONFIGURSES", &["configures"]), + ("MENTIONNED", &["mentioned"]), + ("EXAND", &["expand"]), + ("ACESSABLE", &["accessible"]), + ("INCOMPETENTE", &["incompetence"]), + ("INTERROGATO", &["interrogation"]), + ( + "TRANSATIONS", + &["transitions", "transactions", "translations"], + ), + ("SUBNEGOGTIATIONS", &["subnegotiations"]), + ("CONTANINS", &["contains"]), + ("TRANSPROTS", &["transports"]), + ("UPERCASE", &["uppercase"]), + ("LIBERALIS", &["liberals"]), + ("PROPORPOTIONAL", &["proportional"]), + ("PLATOFMRS", &["platforms"]), + ("MANIFESTANO", &["manifesto"]), + ("VERSITLITY", &["versatility"]), + ("SEQENCE", &["sequence"]), + ("OPTIONA", &["optional"]), + ("SQUIRRELIUS", &["squirrels"]), + ("CONNECITCUT", &["connecticut"]), + ("PREOCESSOR", &["processor"]), + ("RUSTELD", &["rustled"]), + ("INTERESCTS", &["intersects"]), + ("PERADE", &["parade"]), + ("CORRECTTNESS", &["correctness"]), + ("JAGID", &["jagged"]), + ("COMUTE", &["commute", "compute"]), + ("AUSTRILA", &["austria"]), + ("PICTURESKLY", &["picturesquely"]), + ("EXTREMALLY", &["extremely"]), + ("CASCACE", &["cascade"]), + ("PORVIDS", &["provides"]), + ("WELLINGSTON", &["wellington"]), + ("LISTENNING", &["listening"]), + ("EXPEPTION", &["exception"]), + ("AUTHOROTIES", &["authorities"]), + ("FILESYSTYEM", &["filesystem"]), + ("CONVINVING", &["convincing"]), + ("INTIAILIZES", &["initializes"]), + ("DOUCMENT", &["document"]), + ("UNRESGISTERS", &["unregisters"]), + ("GEOREFERNCING", &["georeferencing"]), + ("NARCISSISIM", &["narcissism"]), + ("NATIVELLY", &["natively"]), + ("CIRCUMSTNCE", &["circumstance"]), + ("DISAPPERAING", &["disappearing"]), + ("FRAMWS", &["frames"]), + ("DECLAREATION", &["declaration"]), + ("PEPOLE", &["people"]), + ("NEIGHBORHOOF", &["neighborhood"]), + ("MIRCOCENTER", &["microcenter"]), + ("FORMES", &["forms", "formed"]), + ("WEIGHTLFITING", &["weightlifting"]), + ("COMPETITOIN", &["competitions"]), + ("ALLEGEDLEY", &["allegedly"]), + ("EDEYCAT", &["etiquette"]), + ("CONSTRUCTES", &["constructs"]), + ("BULLETPRROF", &["bulletproof"]), + ("DECONSTRACTED", &["deconstructed"]), + ("IMMESNELY", &["immensely"]), + ("CAMPARE", &["compare"]), + ("BATTLEFIED", &["battlefield"]), + ("UNDEROG", &["undergo"]), + ("LEGNTH", &["length"]), + ("CALLOED", &["called"]), + ("QUARANTEE", &["guarantee"]), + ("GARANTY", &["guarantee"]), + ("TRANSOCDERS", &["transcoders"]), + ("UNCOMPREESSED", &["uncompressed"]), + ("ACCUMALATION", &["accumulation"]), + ("PERIDICALLY", &["periodically"]), + ("MONTYPIC", &["monotypic"]), + ("SISSERS", &["scissors", "sisters"]), + ("ROUNDABOOT", &["roundabout"]), + ("INBED", &["imbed"]), + ("MAGOLIA", &["magnolia"]), + ("INTERSECCT", &["intersect"]), + ("TUESDSY", &["tuesdays", "tuesday"]), + ("MIMACH", &["mismatch"]), + ("CORRRUPTION", &["corruption"]), + ("TORUNAMENTS", &["tournaments"]), + ("HANDSHAKNG", &["handshaking"]), + ("CORRESSPONDING", &["corresponding"]), + ("COCUMENT", &["document"]), + ("ACTIVISTION", &["activision"]), + ("SURPRESSING", &["suppressing"]), + ("LISTNERS", &["listeners"]), + ("EXPERIMANETING", &["experimenting"]), + ("BRIAGDE", &["brigade"]), + ("OSTRIDGES", &["ostriches"]), + ("FOWARD", &["forward"]), + ("INTERESCT", &["intersect"]), + ("SKAGERAK", &["skagerrak"]), + ("INTERPORATIONS", &["interpolations"]), + ("DIFFERENCIES", &["differences"]), + ("CLOREEN", &["chlorine"]), + ("INEXPERINECED", &["inexperience"]), + ("FRAUDOLENT", &["fraudulent"]), + ("MANULEY", &["manually"]), + ("CALCUATING", &["calculating"]), + ("TEMPLATS", &["templates"]), + ("CONTRIBUYES", &["contributes"]), + ("TECHNIQUEST", &["techniques"]), + ("ACOPALYPTIC", &["apocalyptic"]), + ("MULTPLIES", &["multiples", "multiplies"]), + ("BAKCREFS", &["backrefs"]), + ("SOCAILIZED", &["socialized"]), + ("CYANDIE", &["cyanide"]), + ("INSTANSIATES", &["instantiates"]), + ("CAPIBILITY", &["capability"]), + ("CONFIGUTE", &["configure"]), + ("QUALFIED", &["qualified"]), + ("EHANCE", &["enhance"]), + ("DISLAYS", &["displays"]), + ("IMIGRATION", &["emigration", "immigration"]), + ("CONTRACTOS", &["contracts"]), + ("NEGOGTIATE", &["negotiate"]), + ("ACTIAVTE", &["activate"]), + ("SOMETHINES", &["somethings"]), + ("BRAODLY", &["broadly"]), + ("COEXSITS", &["coexists"]), + ("FASCINATIE", &["fascinated"]), + ("THEST", &["test"]), + ("ADJECTIVEUS", &["adjectives"]), + ("VULERABUILITY", &["vulnerability"]), + ("POTATOE", &["potato"]), + ("REPOTE", &["report", "remote"]), + ("PRESUMEBLY", &["presumably"]), + ("TANLGED", &["tangled"]), + ("INTILLECTUAL", &["intellectual"]), + ("TECHINIQUES", &["techniques"]), + ("DETERMAINE", &["determine"]), + ("UNDFINED", &["undefined"]), + ("REPOSTIORY", &["repository"]), + ("FABRICUS", &["fabrics"]), + ("VERSIONA", &["versions"]), + ("DIRECTTORY", &["directory"]), + ("UNRELYABLE", &["unreliable"]), + ("PRESEVERENCE", &["perseverance"]), + ("REDISTIRBUTION", &["redistribution"]), + ("HULLUCINATION", &["hallucination"]), + ("MILWAKUEE", &["milwaukee"]), + ("ROUNTRIPED", &["roundtripped"]), + ("NEIGHBERHOODING", &["neighboring"]), + ("FRIENDLIS", &["friendlies"]), + ("COULT", &["could"]), + ("ABREVIATES", &["abbreviates"]), + ("WITHOLDING", &["withholding"]), + ("INCREDIBE", &["incredible"]), + ("HHTTP", &["http"]), + ("OVEWRITTEN", &["overwritten"]), + ("SWAPINESS", &["swappiness"]), + ("NORAMALIZES", &["normalizes"]), + ("PECILUAR", &["peculiar"]), + ("AAPROXIMATED", &["approximated"]), + ("DISHARGE", &["discharge"]), + ("INTEROGATORS", &["interrogators"]), + ("SUPLLIES", &["supplies"]), + ("COMPABLITY", &["compatibility"]), + ("RESPECTIVLEY", &["respectively"]), + ("MANUFACTURERES", &["manufacturers"]), + ("EVALUATATE", &["evaluate"]), + ("COTAVES", &["octaves"]), + ("CUSTOMICABLE", &["customisable", "customizable"]), + ("CELEBIRTY", &["celebrity"]), + ("EXCESED", &["exceeded"]), + ("DIAGANOL", &["diagonal"]), + ("ARBITRARION", &["arbitration"]), + ("ENOURAGE", &["encourage"]), + ("ROUDING", &["rounding"]), + ("IMPORVMENT", &["improvement"]), + ("POLITICAINS", &["politicians"]), + ("REALY", &["really", "relay", "real"]), + ("RSOURCE", &["resource", "source"]), + ("RECIDING", &["residing"]), + ("FINACE", &["finance"]), + ("MANIFESTATO", &["manifesto"]), + ("FEMINSITS", &["feminists"]), + ("ENLIGHTENDED", &["enlightened"]), + ("GENETIVE", &["genitive"]), + ("INFARED", &["infrared"]), + ("CJANGE", &["change"]), + ("ASSUMNE", &["assume"]), + ("INITIATIE", &["initiatives", "initiate"]), + ("CENSABILITIES", &["sensibilities"]), + ("DRESCRIPTIONS", &["descriptions"]), + ("DISCARED", &["discarded"]), + ("SPORLES", &["sproles"]), + ("IDENTIFIELD", &["identified"]), + ("MISCHEVIOUS", &["mischievous"]), + ("ANIMAITOR", &["animator"]), + ("EXECUTABELS", &["executables"]), + ("DISAPPROUVED", &["disapproved"]), + ("AUTOMATTED", &["automate"]), + ("EXCEUTION", &["execution"]), + ("BANRUPTCY", &["bankruptcy"]), + ("UNQUALIFED", &["unqualified"]), + ("IDENTIFED", &["identified"]), + ("REUPLAODER", &["reuploader"]), + ("INDICAT", &["indicate"]), + ("CONTROVERTIAL", &["controversial"]), + ("FOLOWINWG", &["following"]), + ("NEIGHBERGH", &["neighbor"]), + ("SANYTIZE", &["sanitize"]), + ("ALERNATELY", &["alternately"]), + ("ABSOOLUTE", &["absolute"]), + ("BUDA", &["buddha"]), + ("CONSOLACION", &["consolation"]), + ("EXPERMENTEL", &["experimental"]), + ("EXAGGERATTING", &["exaggerating"]), + ("ALGHORITMS", &["algorithms"]), + ("ANACHRIST", &["anarchist"]), + ("DESCRIPING", &["describing"]), + ("HYPVERVISORS", &["hypervisors"]), + ("NDERLINE", &["underline"]), + ("PLCAEHOLDER", &["placeholder"]), + ("UPSTERAMING", &["upstreaming"]), + ("POSEESIONS", &["possessions"]), + ("NEIGHTBORING", &["neighboring"]), + ("EXPTECTED", &["expected"]), + ("DECOPOSES", &["decomposes"]), + ("ENGINGES", &["engines"]), + ("THROAST", &["throats"]), + ("DISPATHING", &["dispatching"]), + ("PREPRESENT", &["represent"]), + ("ARITHMETRIC", &["arithmetic"]), + ("NEVERE", &["never"]), + ("MALETONIN", &["melatonin"]), + ("TABE", &["table"]), + ("EUPHORA", &["euphoria"]), + ("STEORID", &["steroid"]), + ("RAOTAT", &["rotate"]), + ("NEIGHBOORHOOD", &["neighborhood"]), + ("UPGARTED", &["upgraded"]), + ("EQAULITY", &["equality"]), + ("ELEMANTARY", &["elementary"]), + ("NEGOITATING", &["negotiating"]), + ("EXERPTS", &["excerpts"]), + ("ANSESTER", &["ancestor"]), + ("AUTHORIZATON", &["authorization"]), + ("BISCUT", &["biscuit"]), + ("OPACTIY", &["opacity"]), + ("UNEXPECT", &["unexpected"]), + ("PIONT", &["point"]), + ("DEFEINES", &["defines"]), + ("CONFIGURATOINS", &["configurations"]), + ("INTRODUED", &["introduced"]), + ("DISASSOCATE", &["disassociate"]), + ("DOCMENETATION", &["documentation"]), + ("DEPRECTATS", &["deprecates"]), + ("AUSTRALINA", &["australians"]), + ("EXTRATOR", &["extractor"]), + ("MISSCONFIGURE", &["misconfigure"]), + ("SPECIFICED", &["specified"]), + ("DOUBLDE", &["double"]), + ("TRANSPAERNTLY", &["transparently"]), + ("TAVELING", &["traveling"]), + ("EXECUCTE", &["execute"]), + ("WINTESSES", &["witnesses"]), + ("PSYCHOPATIC", &["psychopathic"]), + ("SOCRIPT", &["script"]), + ("COMPARATIVLY", &["comparatively"]), + ("DELARING", &["declaring"]), + ("PERFORMACNE", &["performance"]), + ("NANSECONDS", &["nanoseconds"]), + ("UNDERGATING", &["undertaking"]), + ("FUNGUSES", &["fungi"]), + ("CONTETS", &["contents", "contexts"]), + ("DURTAION", &["duration"]), + ("ASTHETICAL", &["aesthetical"]), + ("WARNIND", &["warning"]), + ("CAPTIALIZED", &["capitalized"]), + ("PLAYTHROUGHTS", &["playthroughs"]), + ("DESCANDANTS", &["descendants"]), + ("FOTOGRAF", &["photograph"]), + ("CONVERSTION", &["conversion", "conversation"]), + ("FRAEBUFFER", &["framebuffer"]), + ("DESUCTION", &["seduction"]), + ("CONVERSAION", &["conversion"]), + ("INFINITEY", &["infinity"]), + ("GATABLE", &["gateable"]), + ("SPAWNIGN", &["spawning"]), + ("LCOATED", &["located"]), + ("EXPROPIATED", &["expropriated"]), + ("ASCRIPTS", &["scripts"]), + ("CAHGNER", &["changer"]), + ("CONTINUACION", &["continuation"]), + ("CALCLULATIONS", &["calculations"]), + ("CONVERVATIVE", &["conservative"]), + ("INFLUENTES", &["influences"]), + ("MOVEES", &["moves", "movies"]), + ("CAUSALTY", &["casualty"]), + ("STETEMENT", &["statement"]), + ("BEFREIND", &["befriend"]), + ("REAPPER", &["reappear"]), + ("SITATIONS", &["situations"]), + ("UNBOUNAD", &["unbound"]), + ("CONFRENCE", &["conference"]), + ("CIVELEZATIONS", &["civilizations"]), + ("AMUCH", &["much"]), + ("OWERFLOWS", &["overflows"]), + ("CAHANNEL", &["channel"]), + ("CORFIRMS", &["confirms"]), + ("ANNULED", &["annulled"]), + ("GUNATANAMO", &["guantanamo"]), + ("ABOLUSTELY", &["absolutely"]), + ("LEIUTENANT", &["lieutenant"]), + ("BUSNIESS", &["business"]), + ("BACKPSACE", &["backspace"]), + ("BEATELS", &["beatles"]), + ("HOMEWROLD", &["homeworld"]), + ("KARBOHYDRATES", &["carbohydrates"]), + ("INADECUATE", &["inadequate"]), + ("MILLESCOND", &["millisecond"]), + ("EXERSIZING", &["exercising"]), + ("COALLESED", &["coalesced"]), + ("RIGHETOUSNESS", &["righteousness"]), + ("DIRECTOTY", &["directory"]), + ("COMPAREMENT", &["compartment", "comparing", "comparison"]), + ("ASSUMUING", &["assuming"]), + ("INCORPERATED", &["incorporated"]), + ("AUTONEOTIATION", &["autonegotiation"]), + ("SWTICHED", &["switched"]), + ("REFRENCES", &["references"]), + ("GARANTEE", &["guarantee"]), + ("HEROICES", &["heroics"]), + ("PRESHIS", &["precious"]), + ("TERFFORM", &["terraform"]), + ("DISMANTE", &["dismantle"]), + ("RENEGOTAITED", &["renegotiated"]), + ("FREQUENIES", &["frequencies"]), + ("ASSOMPTION", &["assumption"]), + ("SCREENSHOOT", &["screenshot"]), + ("GIVVEING", &["giving"]), + ("BRUISEND", &["bruised"]), + ("LOACATION", &["location"]), + ("UTILTITIES", &["utilities"]), + ("SPEFICILLEIRS", &["specifiers"]), + ("CRUZE", &["cruise"]), + ("PRESMISSIONS", &["permissions"]), + ("ONVEIENCE", &["convenience"]), + ("IMPROVEE", &["improve"]), + ("UNSUSBTANTIATED", &["unsubstantiated"]), + ("ACRYLLIC", &["acrylic"]), + ("SESSSION", &["session"]), + ("SUPEROPEATOR", &["superoperator"]), + ("STEREOTPYES", &["stereotypes"]), + ("MARGINILIZED", &["marginalized"]), + ("CONGIFURED", &["configured"]), + ("INTERRACCIAL", &["interracial"]), + ("TRANSLATRON", &["translation"]), + ("LANGEUAGE", &["language"]), + ("INTERNATIONALY", &["internationally"]), + ("MANYALS", &["manuals"]), + ("GUISEPPE", &["giuseppe"]), + ("DISSAPOINTED", &["disappointed"]), + ("EXTEPECT", &["expect"]), + ("SOECIALIZE", &["specialized"]), + ("CATRIDGE", &["cartridge"]), + ("CONSTRCUTION", &["construction"]), + ("LAYSERING", &["lasering", "layering"]), + ("GLTICHED", &["glitched"]), + ("COMPAY", &["company"]), + ("EXPRESSSIVE", &["expressive"]), + ("SUCCEESS", &["success"]), + ("INITATIONS", &["imitations", "initiations"]), + ("CHEESEBURGUER", &["cheeseburger"]), + ("COMPARIGN", &["comparing"]), + ("REGUARLDESS", &["regardless"]), + ("ALGORRITHMS", &["algorithms"]), + ("NOTICIABLE", &["noticeable"]), + ("UNAVILABLE", &["unavailable"]), + ("UNEQUALITY", &["inequality"]), + ("CHRISTAMS", &["christmas"]), + ("UNRESONABLE", &["unreasonable"]), + ("GUARRANTEING", &["guaranteeing"]), + ("KERNAL", &["kernel"]), + ("SILYBUS", &["syllabus"]), + ("MEEITNG", &["meeting"]), + ("REALLING", &["really"]), + ("SUPPORTES", &["supports"]), + ("GROMETRY", &["geometry"]), + ("REGULATS", &["regulators"]), + ("ALEVIATE", &["alleviate"]), + ("FLOTING", &["floating"]), + ("SACRIFICIED", &["sacrifice"]), + ("ABISS", &["abyss"]), + ("SPLITED", &["split"]), + ("ATHER", &["other"]), + ("POSIBLITY", &["possibility"]), + ("NOTIFICAION", &["notification"]), + ("ACCOMPAGNY", &["accompany"]), + ("PROLETARIOT", &["proletariat"]), + ("EXORBIRANT", &["exorbitant"]), + ("MANUFACTERS", &["manufactures"]), + ("UFFERS", &["buffers"]), + ("DETERMINEE", &["determine"]), + ("INITAILZED", &["initialized"]), + ("AFGHANSITAN", &["afghanistan"]), + ("DECALARTION", &["declaration"]), + ("GEOMENTRY", &["geometry"]), + ("SUSPECTES", &["suspects"]), + ("INITIALIZEING", &["initializing"]), + ("ORDINARLY", &["ordinary"]), + ("NNEEDED", &["needed"]), + ("CULTRUALLY", &["culturally"]), + ("DISTRIBUITOR", &["distributor"]), + ("SEGMENST", &["segments"]), + ("ORIGINALL", &["original", "originally"]), + ("MANGEMENTT", &["management"]), + ("DESINE", &["design"]), + ("VISIABLY", &["visibly"]), + ("WITHA", &["with"]), + ("PERSUAL", &["perusal"]), + ("SOVEREIGHTY", &["sovereignty"]), + ("UNCONSTITITIONAL", &["unconstitutional"]), + ("WASTEFULL", &["wasteful", "wastefully"]), + ("FALURES", &["failures"]), + ("CORRSPONING", &["corresponding"]), + ("ALTANTA", &["atlanta"]), + ("KIMERRICALLY", &["chimerically"]), + ("SIZEMOLOGOGICALLY", &["seismologically"]), + ("PHENOMENONLY", &["phenomenally"]), + ("MUSCICIAN", &["musician"]), + ("ANNOUNCHED", &["announce"]), + ("DSCRIBED", &["described"]), + ("STADNARDISATION", &["standardisation"]), + ("SETTLMENT", &["settlement"]), + ("SPCAES", &["spaces"]), + ("PROBLABLY", &["probably"]), + ("SOPHISTOCATED", &["sophisticated"]), + ("PROFITABILE", &["profitable"]), + ("RAPSBERRY", &["raspberry"]), + ("ENTIERTY", &["entirety"]), + ("TRIGGERRED", &["triggered"]), + ("WEKK", &["week"]), + ("EXPERIMNTEL", &["experimental"]), + ("CALCULAR", &["calculator"]), + ("SOVERIENGTY", &["sovereignty"]), + ("DACQUIRI", &["daiquiri"]), + ("ESPISODES", &["episodes"]), + ("COMPATIBEL", &["compatible"]), + ("ALLLOW", &["allow"]), + ("PERSISTANTE", &["persistent"]), + ("TRANSACITON", &["transactions", "transaction"]), + ("DABUE", &["debut"]), + ("MOVEMEMENT", &["movement"]), + ("ANULS", &["annulls"]), + ("COMPARISEMENT", &["comparison"]), + ("EVNTS", &["events"]), + ("LACKBUSTER", &["lackluster"]), + ("TRANSPERANCY", &["transparency"]), + ("INTESECTIONS", &["intersections"]), + ("SHRESHOLD", &["threshold"]), + ("INCONISTENCIES", &["inconsistencies"]), + ("ABSOULTE", &["absolute"]), + ("TRANSPORTARTE", &["transporter"]), + ("APLHABET", &["alphabet"]), + ("BLUETOOH", &["bluetooth"]), + ("DEFENTLY", &["definitely"]), + ("SPECEFICATION", &["specification"]), + ("EXTERAL", &["external"]), + ("INSTANTENEOUS", &["instantaneous"]), + ("NATINALS", &["nationals"]), + ("REGISTORS", &["registers"]), + ("SEPERATED", &["separated"]), + ("IMPORATANT", &["important"]), + ("CYRTO", &["crypto"]), + ("REPESENTATION", &["representation"]), + ("AUTOSAE", &["autosave"]), + ("DECORADED", &["decorated"]), + ("DEATIL", &["detail"]), + ("REMENISSENCE", &["reminiscence"]), + ("EGALITATIAN", &["egalitarian"]), + ("COMPARIGONS", &["comparisons"]), + ("ENCLOSUE", &["enclosure"]), + ("MYSELVES", &["myself"]), + ("ATATCHING", &["attaching"]), + ("REFELCTIVE", &["reflective"]), + ("PROJECTICLE", &["projectile"]), + ("REQUIME", &["requiem"]), + ("PLATOFRMER", &["platformer"]), + ("MACHANISMS", &["mechanisms"]), + ("CSSES", &["cases"]), + ("RELEAF", &["relief"]), + ("CONDIDATES", &["candidates"]), + ("COMPETATIVELY", &["competitively"]), + ("RORATED", &["rotated"]), + ("INTESTINAS", &["intestines"]), + ("UNBELIVEABLY", &["unbelievably"]), + ("CARCUS", &["carcass"]), + ("CALCULATIONG", &["calculating"]), + ("NEIGHBORHOOR", &["neighbor"]), + ("BLURR", &["blur", "blurred"]), + ("SKIRMESH", &["skirmish"]), + ("MINIMALISITC", &["minimalist"]), + ("MERCHINDISE", &["merchandise"]), + ("DISOLVE", &["dissolve"]), + ("DEIVCES", &["devices"]), + ("NEEED", &["need", "needed"]), + ("ACCUALLY", &["actually"]), + ("LIBERALNIM", &["liberalism"]), + ("LANAGUGS", &["languages"]), + ("TURTORIAL", &["tutorial"]), + ("APPRECIAITE", &["appreciative"]), + ("IMPLEMENETED", &["implemented"]), + ("OPERSTIONS", &["operations"]), + ("DESCRITPITON", &["description"]), + ("PERSISTANT", &["persistent"]), + ("TERMINALES", &["terminals"]), + ("PALESTINAN", &["palestinian"]), + ("ORTHOGANALIZE", &["orthogonalize"]), + ("DIAGNISTIC", &["diagnostic"]), + ("METHODOLIGIES", &["methodologies"]), + ("PUPOSE", &["purpose"]), + ("DETEREMINED", &["determined"]), + ("QUEIRIED", &["queried"]), + ("CATGORY", &["category"]), + ("BUDDHISTISK", &["buddhists"]), + ("DEMONINATOR", &["denominator"]), + ("TIHKN", &["think"]), + ("THEROMSTAT", &["thermostat"]), + ("GETFASTPROPERYVALUE", &["getfastpropertyvalue"]), + ("MIRCOPHONE", &["microphone"]), + ("POING", &["point"]), + ("DERTH", &["dearth"]), + ("INCONSISTENTCY", &["inconsistency"]), + ("SPACIFIES", &["specifies"]), + ("EQUIMENT", &["equipment"]), + ("OPIONALLY", &["optionally"]), + ("COMMECTIVITY", &["connectivity"]), + ("QUATING", &["quoting", "squatting", "equating"]), + ("SUSCEPTIABLE", &["susceptible"]), + ("PEFORMED", &["performed"]), + ("SEPARTOR", &["separator"]), + ("CHECKSM", &["checksum"]), + ("PHYCHOLOGIST", &["psychologist"]), + ("UNCONDISIONNALY", &["unconditionally"]), + ("DISASTROSI", &["disastrous"]), + ("NECESSATIES", &["necessities"]), + ("INTENSLEY", &["intensely"]), + ("INTERUPTING", &["interrupting"]), + ("NESESARILY", &["necessarily"]), + ("AVISORY", &["advisory"]), + ("FORMATTGIN", &["formatting"]), + ("COLLATER", &["collator"]), + ("PRONOGRAPHY", &["pornography"]), + ("INSTRUCTORES", &["instructors"]), + ("AMBIGUITIY", &["ambiguity"]), + ("WIHOUT", &["without"]), + ("ASIGNMENDS", &["assignments"]), + ("SUROUNDING", &["surrounding"]), + ("DECUTABLES", &["deductibles"]), + ("PERIODE", &["period"]), + ("POERS", &["powers"]), + ("SQUSIHY", &["squishy"]), + ("SCARTCH", &["scratch"]), + ("ORTHAGONAL", &["orthogonal"]), + ("DEALTE", &["delete"]), + ("COMPEDE", &["competed"]), + ("SPECIALICE", &["specialize"]), + ("UNMARSALLING", &["unmarshalling"]), + ("LEGENDAIES", &["legendaries"]), + ("UNDERWROLD", &["underworld"]), + ("INEVITABILE", &["inevitable"]), + ("BELGAIN", &["belgian"]), + ("POLYGOON", &["polygon"]), + ("THIRTEN", &["thirteen"]), + ("CLESIUS", &["celsius"]), + ("INDIVDUALLY", &["individually"]), + ("COMPLIATION", &["compilation"]), + ("BALCKHAWKS", &["blackhawks"]), + ("ENTAGLEMENTS", &["entanglements"]), + ("UNDERSTSAND", &["understands"]), + ("TORTILA", &["tortilla"]), + ("CATAGORIZATION", &["categorization"]), + ("TRASNPORTATION", &["transportation"]), + ("DEGENERAGED", &["degenerated"]), + ("DESLTOP", &["desktop"]), + ("COMPARITIVELY", &["comparatively"]), + ("PROCESSEES", &["processes"]), + ("SEVRAL", &["several"]), + ("COMPANSATION", &["compensation"]), + ("KOMMISSIONER", &["commissioner"]), + ("PARLAMENTS", &["parliaments"]), + ("DOKCED", &["docked"]), + ("RESOURCS", &["resources", "resource"]), + ("PAINKILLS", &["painkillers"]), + ("BETEHSDA", &["bethesda"]), + ("CIRCUMSITION", &["circumcision"]), + ("SOCITY", &["society"]), + ("RHINOSARUS", &["rhinoceros"]), + ("MULTLIPLIER", &["multiplier"]), + ("INAGURATION", &["inauguration"]), + ("CUPLE", &["couple"]), + ("MEESAGE", &["message"]), + ("FICTICIOUS", &["fictitious"]), + ("MISOGNYISTIC", &["misogynistic"]), + ("SHTOP", &["stop", "shop"]), + ("IMMEDIETLY", &["immediately"]), + ("RESPONSIBLTY", &["responsibly"]), + ("LANGURAGE", &["language"]), + ("ARCITECTURES", &["architectures"]), + ("ACCONT", &["account"]), + ("REUDCTIONS", &["reductions"]), + ("SUPPROTING", &["supporting"]), + ("UNINSTLALING", &["uninstalling"]), + ("VISITNG", &["visiting"]), + ("UKRAINEANS", &["ukrainians"]), + ("ROTATS", &["rotates", "rotate"]), + ("INVENTARON", &["inventor"]), + ("DELIGTHFUL", &["delightful"]), + ("QUANTITIZE", &["quantities"]), + ("EXCEOPTS", &["exempts"]), + ("ACHIVED", &["achieved", "archived"]), + ("WISPERS", &["whispers"]), + ("RETRNED", &["returned"]), + ("QUAILIFIED", &["qualified"]), + ("ARTICAFTS", &["artifacts"]), + ("RESUCES", &["rescues"]), + ("DIFFERENCIATIONS", &["differentiation"]), + ("EXTSING", &["existing"]), + ("COUNTRYWISE", &["countryside"]), + ("LATITUDINE", &["latitude"]), + ("REPBLIC", &["republic"]), + ("BENECHMARK", &["benchmark"]), + ("HARMONIACS", &["harmonic"]), + ("TTHE", &["the"]), + ("LSAT", &["last", "slat", "sat"]), + ("UNDERWAER", &["underwear"]), + ("INSTITITIONAL", &["institutional"]), + ("CATACLYM", &["cataclysm"]), + ("PERTIENT", &["pertinent"]), + ("APERATURES", &["apertures"]), + ("ERALLY", &["orally", "really"]), + ("BZIPED", &["bzipped"]), + ("RIGHETOUS", &["righteous"]), + ("AKUMULATING", &["accumulating"]), + ("UNBEERABLE", &["unbearable"]), + ("ALGOTHITMS", &["algorithms"]), + ("FORGIVINESS", &["forgiveness"]), + ("PERIPHEREAL", &["peripheral"]), + ("APPERANT", &["apparent", "aberrant"]), + ("ENVINRONMENTS", &["environments"]), + ("EMBARESSES", &["embarrasses"]), + ("RESTARUANTS", &["restaurants"]), + ("OMNISICENT", &["omniscient"]), + ("RECOMMANDATIONS", &["recommendations"]), + ("MISCOMMUNICATIE", &["miscommunication"]), + ("KRPYTONITE", &["kryptonite"]), + ("SHOUDERS", &["shoulders", "shudders"]), + ("APPERANCES", &["appearances"]), + ("CONSTRCUTOR", &["constructor"]), + ("DISRIBUTION", &["distribution"]), + ("THINKG", &["think", "thing", "things"]), + ("EASIY", &["easily"]), + ("FRANSCICO", &["francisco"]), + ("INPLEMENTING", &["implementing"]), + ("UNCOUNCIOUSLY", &["unconsciously"]), + ("PROBABALISTIC", &["probabilistic"]), + ("IMMORTALIS", &["immortals"]), + ("CASUED", &["caused"]), + ("DISSALOWS", &["disallows"]), + ("OVERSIMPLIFICTION", &["oversimplification"]), + ("AUTHETICATE", &["authenticate"]), + ("REPOSITORRY", &["repository"]), + ("UPLADED", &["uploaded"]), + ("CRITISIZING", &["criticizing"]), + ("AUTHETICATOR", &["authenticator"]), + ("SPEFICABLE", &["specifiable"]), + ("RITLAIN", &["ritalin"]), + ("TOUCHAPD", &["touchpad"]), + ("INTIUTIVELY", &["intuitively"]), + ("EDITT", &["edit"]), + ("RECROOT", &["recruit"]), + ("SETTIGNS", &["settings"]), + ("GORUPS", &["groups"]), + ("TEXTTURE", &["texture"]), + ("ELMINATED", &["eliminated"]), + ("STRONKHOLD", &["stronghold"]), + ("UNSPEFICIEID", &["unspecified"]), + ("TRAVESES", &["traverses"]), + ("INDEPENDENANT", &["independent"]), + ("AERIELS", &["aerials"]), + ("UNPREDICTABLITY", &["unpredictability"]), + ("PROFICINCY", &["proficiency"]), + ("PRAMETERS", &["parameters"]), + ("INADVERTEDLY", &["inadvertently"]), + ("OMNISHIENTS", &["omniscience"]), + ("KURIDSH", &["kurdish"]), + ("CHECKCSUM", &["checksum"]), + ("CONTTRIBUTION", &["contribution"]), + ("CONTRODICTIONS", &["contradictions"]), + ("FLORIDE", &["fluoride"]), + ("RECOVRY", &["recovery"]), + ("BANGALDESHI", &["bangladesh"]), + ("ACOMPLISHMENTS", &["accomplishments"]), + ("SUBNEGOATIATIONS", &["subnegotiations"]), + ("RAED", &["read"]), + ("HOSTELES", &["hostels"]), + ("GARGOILS", &["gargoyles"]), + ("TABLUATING", &["tabulating"]), + ("DATATBASES", &["databases"]), + ("UNREALISTC", &["unrealistic"]), + ("ENEHANCED", &["enhanced"]), + ("EISNTANCE", &["instance"]), + ("PERFURRD", &["preferred"]), + ("DATATPES", &["datatypes"]), + ("SADE", &["sad"]), + ("CERTIN", &["certain"]), + ("SUPPORRE", &["supporters"]), + ("INCLUSING", &["including"]), + ("PLATFOM", &["platform"]), + ("EGYTPIAN", &["egyptian"]), + ("CAULFILOWER", &["cauliflower"]), + ("OFFLODED", &["offloaded"]), + ("MALAYSA", &["malaysia"]), + ("VOYOUR", &["voyeur"]), + ("PERMIUM", &["premium"]), + ("NAMNES", &["names"]), + ("INTERPOLOATE", &["interpolate"]), + ("ARRANED", &["arranged"]), + ("PLACHOLDER", &["placeholder"]), + ("PROGRESSOS", &["progresses"]), + ("PLATFOMR", &["platform"]), + ("FORGOTTON", &["forgotten"]), + ("QUESITONABLE", &["questionable"]), + ("VENEUZELA", &["venezuela"]), + ("FRE", &["free"]), + ("ADPATER", &["adapter"]), + ("MATHEMATICALS", &["mathematics"]), + ("FRECUENTLY", &["frequently"]), + ("AUOT", &["auto"]), + ("SINCERELLY", &["sincerely"]), + ("EXECUTABABLE", &["executable"]), + ("ALGORYTHM", &["algorithm"]), + ("PEPPERINO", &["pepperoni"]), + ("VARATION", &["variation"]), + ("BACKDOR", &["backdoor"]), + ("AUCCESSIVE", &["successive"]), + ("LEAGLISE", &["legalise"]), + ("MDIFIED", &["modified"]), + ("DISTINCTE", &["distinctive"]), + ("UNEXPERIENCE", &["inexperience"]), + ("REEDEMING", &["redeeming"]), + ("ATATCH", &["attach"]), + ("IDENTITIER", &["identifier"]), + ("VIDOEGAME", &["videogame"]), + ("WORLOADS", &["workloads"]), + ("DISPAYS", &["displays"]), + ("DOCSTINRG", &["docstring"]), + ("NESLAVE", &["enslave"]), + ("BOUUNDS", &["bounds"]), + ("STORNG", &["strong"]), + ("SABATOSHES", &["sabotages"]), + ("FINISING", &["finishing"]), + ("PARTIOTISM", &["patriotism"]), + ("ASSISTANSE", &["assistants"]), + ("OPPOSIT", &["opposite"]), + ("PROGRESSIOIN", &["progressions"]), + ("REIGHT", &["eight", "freight", "right"]), + ("INSUBSTANTIATED", &["unsubstantiated"]), + ("BELIEVEING", &["believing"]), + ("KLUNKY", &["clunky"]), + ("EXPEREMENTAL", &["experimental"]), + ("PATTRENS", &["patterns", "patrons"]), + ("CACULATES", &["calculates"]), + ("PREFERRENCES", &["preferences"]), + ("CORRSPONDED", &["corresponded"]), + ("ACIDENTAL", &["accidental"]), + ("PROPECTOR", &["projector", "prospector", "protector"]), + ("STUCKED", &["stuck"]), + ("OREDERING", &["ordering"]), + ("INTENATIONALISTS", &["internationalists"]), + ("ATHLETICOS", &["athletics"]), + ("VERMUTH", &["vermouth"]), + ("PINTERET", &["pinterest"]), + ("DISSASEMBLE", &["disassemble"]), + ("INCULDING", &["including"]), + ("SPEFICITIERS", &["specifiers"]), + ("THIGNS", &["things"]), + ("ENGENEER", &["engineer"]), + ("RECPETIVE", &["receptive"]), + ("BEHAVOIUR", &["behaviour"]), + ("BAPTIMS", &["baptism"]), + ("TROUBLESHOTING", &["troubleshooting"]), + ("RECONNCTING", &["reconnecting"]), + ("VULNERABILTY", &["vulnerability"]), + ("COMPLIMENTE", &["complement"]), + ("ENNEMIES", &["enemies"]), + ("VULNERABUILTIES", &["vulnerabilities"]), + ("GATEING", &["gating"]), + ("FIRSBEE", &["frisbee"]), + ("ENVIRONMENET", &["environment"]), + ("RESERV", &["reserve"]), + ("CHLILD", &["child"]), + ("CONSERNING", &["concerning"]), + ("ACURACY", &["accuracy"]), + ("SPEFCIFIEIS", &["specifies"]), + ("FRAMEBUFER", &["framebuffer"]), + ("ARBITRARILLY", &["arbitrarily"]), + ("FANTAIC", &["fanatic"]), + ("TRANSALATOR", &["translator"]), + ("PORTUGEUSE", &["portuguese"]), + ("BEAUTIFULY", &["beautifully"]), + ("SUPPRESSSOR", &["suppressor"]), + ("SHITSTOM", &["shitstorm"]), + ("AIRSCAPE", &["airspace"]), + ("ATTIBUTE", &["attribute"]), + ("WRITTTEN", &["written"]), + ("RENEGOTATIATING", &["renegotiating"]), + ("DEFAULG", &["default"]), + ("CONECEPT", &["concept"]), + ("SPARATE", &["separate"]), + ("UODATE", &["update"]), + ("BOMBARDEMENT", &["bombardment"]), + ("KRYPTONIE", &["kryptonite"]), + ("EXPLICETE", &["explicit", "explicitly"]), + ("ENCROUCH", &["encroach"]), + ("CIRCUMSTACE", &["circumstance"]), + ("UNSUPPOTED", &["unsupported"]), + ("SINGLTON", &["singleton"]), + ("ASSIGING", &["assigning"]), + ("EXEUTABLE", &["executable"]), + ("BITSWAPING", &["bitswapping"]), + ("RESTRICING", &["restricting"]), + ("VASSALLS", &["vassals"]), + ("INLCINE", &["incline"]), + ("PHILLIPINE", &["philippine"]), + ("INDEPENENDENCE", &["independence"]), + ("TIMZEZONE", &["timezone"]), + ("ORTHONORMALIZATIN", &["orthonormalization"]), + ("UNAVAIALABLE", &["unavailable"]), + ("PHLEM", &["phlegm", "phloem"]), + ("MARRYIED", &["married"]), + ("SCANDINAVIEN", &["scandinavian"]), + ("REPLACMENT", &["replacement"]), + ("PREVIOSU", &["previous"]), + ("MARKEYS", &["marquees"]), + ("PLANETAS", &["planets"]), + ("REWRIET", &["rewrite"]), + ("DETALS", &["details"]), + ("KOOKOOS", &["cuckoos"]), + ("TUNGUES", &["tongues"]), + ("QUESTONABLE", &["questionable"]), + ("PRGRAM", &["program"]), + ("AUTOMITIVE", &["automotive"]), + ("MILIARY", &["military"]), + ("AUXLILIARY", &["auxiliary"]), + ("REDNECKESE", &["rednecks"]), + ("DISCTINCTION", &["distinction"]), + ("HYPOTHISES", &["hypotheses"]), + ("WITHDRAWLES", &["withdrawals"]), + ("AKTIVATION", &["activation"]), + ("KOLONIZATION", &["colonization"]), + ("ANTARCITCA", &["antarctica"]), + ("HEADEAR", &["header"]), + ("SUPERMAKRET", &["supermarkets"]), + ("DASDOT", &["dashdot"]), + ("SCANDINAVA", &["scandinavian"]), + ("CHANNNEL", &["channel"]), + ("RELAIBLY", &["reliably"]), + ("BEHABIOR", &["behavior"]), + ("VALIDTION", &["validation"]), + ("CONDITIONNALY", &["conditionally"]), + ("LINTAIN", &["lintian"]), + ("QUALIFED", &["qualified"]), + ("ACCICENTLY", &["accidentally"]), + ("UNRESTRCITED", &["unrestricted"]), + ("ASSIOCATED", &["associated"]), + ("COMPONENETS", &["components"]), + ("ULTIMATIVE", &["ultimate"]), + ("KYRPTONITE", &["kryptonite"]), + ("CURERENT", &["current"]), + ("SUBLASSES", &["subclasses"]), + ("CLIFFHANGAR", &["cliffhanger"]), + ("MANUFACTURORS", &["manufacturers"]), + ("COMPAREISONS", &["comparisons"]), + ("SCHYZOPHRENIA", &["schizophrenia"]), + ("SIMULATANIOUSLY", &["simultaneously"]), + ("INSERTAS", &["inserts"]), + ("ESTIAMTED", &["estimated"]), + ("WOARKAROUND", &["workaround"]), + ("REPUBLI", &["republic"]), + ("ADMINISTRATIVO", &["administration"]), + ("FORMATIING", &["formatting"]), + ("GUNNIESS", &["guinness"]), + ("VISHEATION", &["vitiation"]), + ("WATNED", &["wanted"]), + ("AMEELIARATES", &["ameliorates"]), + ("AGRESSIVE", &["aggressive"]), + ("STOER", &["store"]), + ("RESPOSIVE", &["responsive"]), + ("VEIWPOINT", &["viewpoint"]), + ("COMMITT", &["commit"]), + ("SPRECH", &["speech"]), + ("STRATAGIES", &["strategies"]), + ("CARDINA", &["cardigan"]), + ("EXCETUTING", &["executing"]), + ("INTERM", &["interim", "intern"]), + ("ENVIOREMENTAL", &["environmental"]), + ("BACKGROUD", &["background"]), + ("CORRESPOMDING", &["corresponding"]), + ("PRECONCIEVE", &["preconceived"]), + ("EXCEUCTES", &["executes"]), + ("NEIGHBOURGOOD", &["neighbourhood"]), + ("GUARRANTE", &["guarantee"]), + ("ILLUMINANTI", &["illuminati"]), + ("CERTITICATE", &["certificate"]), + ("RESSIZE", &["resize"]), + ("SUBTRATE", &["substrate"]), + ("ENSALVE", &["enslave"]), + ("UTLIMATE", &["ultimate"]), + ("NORAMALISE", &["normalise"]), + ("DISTINCTILY", &["distinctly"]), + ("KARISMATICALLY", &["charismatically"]), + ("UPDGRADING", &["upgrading"]), + ("CORINTHINANS", &["corinthians"]), + ("INDEPENDETLY", &["independently"]), + ("CANONALIZE", &["canonicalize"]), + ("SIMULATNEOUS", &["simultaneous"]), + ("ARITHMETHIC", &["arithmetic"]), + ("BILLBORADS", &["billboards"]), + ("INTREWEBS", &["interwebs"]), + ("EXPERIMTENS", &["experiments"]), + ("CTUHLHU", &["cthulhu"]), + ("PRONUNCIATING", &["pronunciation"]), + ("ORGANISTAION", &["organisation"]), + ("NETACPE", &["netscape"]), + ("PROHIBTING", &["prohibiting"]), + ("ANITSOCIAL", &["antisocial"]), + ("DEPENNDING", &["depending"]), + ("EXCIPT", &["except"]), + ("SHIFTD", &["shifted", "shifts"]), + ("DEIVICES", &["devices"]), + ("MULTIBLE", &["multiple"]), + ("COLLIDIES", &["collides"]), + ("QUEREIS", &["queries"]), + ("MESSAVE", &["message"]), + ("SUGGESTIN", &["suggestion"]), + ("INCONLUSIVE", &["inconclusive"]), + ("PROPERITARY", &["proprietary"]), + ("INUTITIVE", &["intuitive"]), + ("TRAINWREAK", &["trainwreck"]), + ("SUBNEGOCIATIONS", &["subnegotiations"]), + ("CREEPIG", &["creeping"]), + ("SUPOSSE", &["suppose"]), + ("ACCURARCY", &["accuracy"]), + ("MUTABLILITY", &["mutability"]), + ("QUESTIONAIRRE", &["questionnaire"]), + ("APPERAR", &["appear"]), + ("ENVIRONEMTAL", &["environmental"]), + ("CATERGORIZED", &["categorized"]), + ("STEREOTYING", &["stereotyping"]), + ("FUNCTIOMS", &["functions"]), + ("IMMOBILZED", &["immobile"]), + ("WARNKNGS", &["warnings"]), + ("MINIMAM", &["minimum"]), + ("DICTOINARIES", &["dictionaries"]), + ("HAVEW", &["have"]), + ("ANALYTICLY", &["analytically"]), + ("RENEGOTATION", &["renegotiation"]), + ("FOLLWOEIWNG", &["following"]), + ("DEFECTOS", &["defects"]), + ("COALASENCE", &["coalescence"]), + ("BION", &["bio"]), + ("DEVIRUTALIZATION", &["devirtualization"]), + ("LANGHT", &["length"]), + ("SEQENSE", &["sequence"]), + ("ASSUMUES", &["assumes"]), + ("CAMPAINGING", &["campaigning"]), + ("GAUNTELT", &["gauntlet"]), + ("TOMORRROW", &["tomorrow"]), + ("CONTINUTITY", &["continuity"]), + ("GERMANIAC", &["germanic"]), + ("PROTAGINIST", &["protagonist"]), + ("UNEXCECTED", &["unexpected"]), + ("STRUCRURE", &["structure"]), + ("CERTIAINLY", &["certainly"]), + ("DOWNLODING", &["downloading"]), + ("ORDERD", &["ordered"]), + ("EXLCUDES", &["excludes"]), + ("SCHEDUALD", &["scheduled"]), + ("DEPLORABILE", &["deplorable"]), + ("INDIVIDAULLY", &["individually"]), + ("PROSPETTIVE", &["prospective"]), + ("THREADSAVE", &["threadsafe"]), + ("INDETIFICATION", &["identification"]), + ("EPHEMERIAL", &["ephemeral"]), + ("DELEMETER", &["delimiter"]), + ("INVALIDARE", &["invalidate"]), + ("CHARACTERITICS", &["characteristic", "characteristics"]), + ("CHCEKED", &["checked"]), + ("PARAMETR", &["parameter"]), + ("OSCILLLATORS", &["oscillators"]), + ("CHIVARLY", &["chivalry"]), + ("DESCRITORS", &["descriptors"]), + ("CHIPSTES", &["chipsets"]), + ("INPROOVES", &["improves"]), + ("MOTNAGE", &["montage"]), + ("EXCACT", &["exact"]), + ("DISPROPROTIONATE", &["disproportionate"]), + ("JOURNALISTISCHE", &["journalistic"]), + ("CHARIS", &["chairs"]), + ("KENERL", &["kernel"]), + ("VERYIFIES", &["verifies"]), + ("EXPERAMENTATION", &["experimentation"]), + ("RECIVEING", &["receiving"]), + ("HEALTY", &["healthy"]), + ("LIBRARRY", &["library"]), + ("HORPHAN", &["orphan"]), + ("NARCISSICTIC", &["narcissistic"]), + ("BEGINGING", &["beginning"]), + ("THEATHRE", &["theatre"]), + ("ENTREPENEUR", &["entrepreneur"]), + ("MOCROCODE", &["microcode"]), + ("INTERRUMPING", &["interrupting"]), + ("SYMPHONITY", &["symphony"]), + ("COMPSERS", &["compress"]), + ("CONENINET", &["convenient"]), + ("INTESNELY", &["intensely"]), + ("SHYSTEM", &["system"]), + ("QUATATION", &["quotation"]), + ("GENRATES", &["generates"]), + ("TRIANGULTAION", &["triangulation"]), + ("FOTOGRAPH", &["photograph"]), + ("INEFFECITVE", &["ineffective"]), + ("ANALYSERAS", &["analyses"]), + ("SELEKTOR", &["selector"]), + ("ACKOWLEDGEMENTS", &["acknowledgements"]), + ("DECLARTATION", &["declaration"]), + ("VEGITARIANS", &["vegetarians"]), + ("DEMOCRAPHIC", &["demographic"]), + ("PROERTY", &["property", "poetry"]), + ("NDEFINED", &["undefined"]), + ("NATIV", &["native"]), + ("IMPLEMENTD", &["implemented"]), + ("ACCORT", &["accord"]), + ("APPROPRIATO", &["appropriation"]), + ("SERIALIALISED", &["serialised"]), + ("CRIMANALLY", &["criminally"]), + ("RECCOMMENDING", &["recommending"]), + ("HARDARE", &["hardware"]), + ("FOREGOUND", &["foreground"]), + ("SQURRIELS", &["squirrels"]), + ("INTERPRETT", &["interpret"]), + ("PIRRIC", &["pyrrhic"]), + ("REUPLADING", &["reuploading"]), + ("CHARCAOL", &["charcoal"]), + ("NECKBREADS", &["neckbeards"]), + ("STARINS", &["strains"]), + ("COMMUABLE", &["commutable"]), + ("INSERED", &["inserted"]), + ("AKKUMULATIVE", &["accumulative"]), + ("CERATED", &["created", "serrated"]), + ("AMNEISA", &["amnesia"]), + ("DESGINED", &["designed"]), + ("ERRONOUSLY", &["erroneously"]), + ("SNEEKS", &["sneaks"]), + ("EXTREMERS", &["extremes"]), + ("FONCTION", &["function"]), + ("IRRELLEVANT", &["irrelevant"]), + ("EFFEXTS", &["effects"]), + ("REMOTLY", &["remotely"]), + ("DISTORITION", &["distortion"]), + ("ARRAGEMENTS", &["arrangements"]), + ("FAULSURE", &["failure"]), + ("REALTION", &["relation", "reaction"]), + ("ROMANICA", &["romania"]), + ("ASNWERERS", &["answerers"]), + ("REFUBRISHED", &["refurbished"]), + ("CONGEGRATION", &["congregation"]), + ("CONFIGURTING", &["configuring"]), + ("CICULARS", &["circulars"]), + ("INTELIGABILITY", &["intelligibility"]), + ("VINRATOR", &["vibrator"]), + ("ALGEBRRA", &["algebra"]), + ("ESPECALLY", &["especially"]), + ("OFFISIANADO", &["aficionado"]), + ("ITERTIONS", &["iterations"]), + ("FINSIH", &["finish"]), + ("BESTIALLITY", &["bestiality"]), + ("PSYCHOPATCH", &["psychopath"]), + ("UNINSIPRED", &["uninspired"]), + ("HISTARICAL", &["historical"]), + ("EXPERMENETATIONS", &["experimentations"]), + ("ESTIMATIN", &["estimation"]), + ("PSEDUO", &["pseudo"]), + ("EXECUNTING", &["executing"]), + ("PARTITIONES", &["partitions"]), + ("DRACLUA", &["dracula"]), + ("DISCCONENCTS", &["disconnects"]), + ("METABOLISIM", &["metabolism"]), + ("HASHTABKE", &["hashtable"]), + ("MARSKMAN", &["marksman"]), + ("HAAVE", &["have"]), + ("THROUG", &["through"]), + ("CRITIZICED", &["criticized"]), + ("COMPARIONS", &["comparison", "comparisons"]), + ("VERIFICAION", &["verification"]), + ("DEFLEKTION", &["deflection"]), + ("PARAMNETRIZED", &["parameterized"]), + ("INSTANTION", &["instantiation"]), + ("COMMANISTS", &["communists"]), + ("STRUCTRE", &["structure"]), + ("COMPASSIONE", &["compassionate"]), + ("TOMOORW", &["tomorrow"]), + ("AVENGENCE", &["vengeance"]), + ("TRACSODER", &["transcoder"]), + ("CONFUNSES", &["confuses"]), + ("MOCROCHIP", &["microchip"]), + ("RENAISSANSE", &["renaissance"]), + ("ORINGALLY", &["originally"]), + ("NORHTWEST", &["northwest"]), + ("ENOUCNTERING", &["encountering"]), + ("ANNONTATION", &["annotation"]), + ("PYTHONG", &["python"]), + ("RECRATIONAL", &["recreational"]), + ("ADGE", &["edge", "badge", "adage"]), + ("AGREEMNET", &["agreement"]), + ("CONTINENTUL", &["continental"]), + ("LATOPS", &["laptops"]), + ("SHEDULE", &["schedule"]), + ("LANGUARES", &["languages"]), + ("MARSHMALLOWNESS", &["marshmallows"]), + ("DAMGE", &["damage"]), + ("DISAPPORVING", &["disapproving"]), + ("ANNOYNING", &["annoying"]), + ("BEHAVIRO", &["behavior"]), + ("SENIORES", &["seniors"]), + ("BATTELFRONT", &["battlefront"]), + ("REAST", &["rest"]), + ("SPECKTOR", &["specter"]), + ("RUSSION", &["russian"]), + ("QUAFEURED", &["coiffured"]), + ("ADDITINAL", &["additional"]), + ("CAHARACTERS", &["characters"]), + ("REPAIRES", &["repairs"]), + ("CAHCHES", &["caches"]), + ("APOSTHROPHE", &["apostrophe"]), + ("PAIRLAMENT", &["parliament"]), + ("PASCHURIZES", &["pasteurizes"]), + ("ANRACHIST", &["anarchist"]), + ("ASSEMBLEY", &["assembly"]), + ("MAINTINANCE", &["maintenance"]), + ("EXPERMIMENTELLY", &["experimentally"]), + ("EMULATIN", &["emulation"]), + ("BOUNTRIES", &["boundaries"]), + ("CANABELYSING", &["cannibalising"]), + ("EXECUTBALES", &["executables"]), + ("INQUSITIOR", &["inquisitor"]), + ("INDEFINITIVELY", &["indefinitely"]), + ("CORRDINATE", &["coordinate"]), + ("MULTLINE", &["multiline"]), + ("PARSHALY", &["partially"]), + ("UNREGSTER", &["unregister"]), + ("SUBNEGOTAITION", &["subnegotiation"]), + ("ASSIOCIATING", &["associating"]), + ("TEMPRARAILY", &["temporarily"]), + ("TORNAODES", &["tornadoes"]), + ("CURAGE", &["courage"]), + ("MONTSH", &["months"]), + ("TRANSIETS", &["transients"]), + ("HOMECOMEING", &["homecoming"]), + ("PERSISTENS", &["persists"]), + ("DENSELEY", &["densely"]), + ("RELPY", &["reply"]), + ("INTREGITY", &["integrity"]), + ("UNSUCCESFULL", &["unsuccessful"]), + ("DRIVERIS", &["drivers"]), + ("MONTAJ", &["montage"]), + ("VAIANT", &["variant"]), + ("FOREARD", &["forward"]), + ("NAPOLEAN", &["napoleon"]), + ("SOPUNDING", &["sounding"]), + ("PROCASTRINATION", &["procrastination"]), + ("MANIFESTES", &["manifests"]), + ("READABOUT", &["readable"]), + ("RATPURE", &["rapture"]), + ("BOXE", &["boxes", "box", "boxer"]), + ("BELEIV", &["believe", "belief"]), + ("INCREMEANTING", &["incrementing"]), + ("DESOMND", &["desmond"]), + ("HUMILITAION", &["humiliation"]), + ("FANTASTY", &["fantasy"]), + ("RELM", &["elm", "helm", "realm", "ream", "rem"]), + ("NEITER", &["neither"]), + ("HOSPITALES", &["hospitals"]), + ("ENCRIPTS", &["encrypts"]), + ("PHOTOGRAFICAL", &["photographical"]), + ("WITIN", &["within"]), + ("INCRMENTING", &["incrementing"]), + ("BROWNEI", &["brownie"]), + ("PROGAMM", &["program"]), + ("CONTAINGS", &["contains"]), + ("DEIFNING", &["defining"]), + ("SPEFIIFEIS", &["specifies"]), + ("CUILEOGA", &["cuileog"]), + ("COMPLAINCE", &["compliance"]), + ("TROHPIES", &["trophies"]), + ("UNNESCESSARY", &["unnecessary"]), + ("LENGHTY", &["lengthy"]), + ("ALLOED", &["allowed", "aloud"]), + ("SERIALZIES", &["serializes"]), + ("CONTRUCTING", &["contracting", "constructing"]), + ("IIF", &["if"]), + ("SUBTELTY", &["subtlety"]), + ("REGULATERS", &["regulators"]), + ("SUCESSFLLY", &["successfully"]), + ("ALOWABLE", &["allowable"]), + ("ASSOCIATATED", &["associated"]), + ("RECEIV", &["receive"]), + ("PENATLIES", &["penalties"]), + ("SEGRAGATED", &["segregated"]), + ("COMFROTABLE", &["comfortable"]), + ("INAPROPPRIATELY", &["inappropriately"]), + ("MISSIONARES", &["missionaries"]), + ("DASHBOAR", &["dashboard"]), + ("RECONIZE", &["recognize"]), + ("CORRIDOOR", &["corridor"]), + ("DBEIAN", &["debian"]), + ("ASUMED", &["assumed"]), + ("PLAYTHTOUGHS", &["playthroughs"]), + ("ENVIRONEMTS", &["environments"]), + ("SKIPP", &["skip", "skipped"]), + ("CREDIENTALS", &["credentials"]), + ("RESTRICTON", &["restriction"]), + ("LEGISTATION", &["legislation"]), + ("SUBSTRACTS", &["subtracts"]), + ("BRACKGROUND", &["background"]), + ("EXPANED", &["expand", "expanded", "explained"]), + ("REPELING", &["repelling"]), + ("EXOTICOS", &["exotics"]), + ("IMPELEMENTS", &["implements"]), + ("PATERNS", &["patterns"]), + ("PROMATORY", &["promontory"]), + ("SPEFIFY", &["specify"]), + ("STORMDE", &["stormed"]), + ("APPRIXIMATE", &["approximate"]), + ("MARSHMELLOWS", &["marshmallows"]), + ("DOUIBLED", &["doubled"]), + ("UNIDRECTIONAL", &["unidirectional"]), + ("PROPIERTARY", &["proprietary"]), + ("STABILIZIER", &["stabilize"]), + ("TEPLMATE", &["template"]), + ("STATMENTS", &["statements"]), + ("CARTILEDGE", &["cartilage"]), + ("EGENRALISED", &["generalised"]), + ("DYNAMICALLLY", &["dynamically"]), + ("APPPEAR", &["appear"]), + ("AVAILEBILITIES", &["availabilities"]), + ("NATRUAL", &["natural"]), + ("COMPLIANS", &["complains"]), + ("CIRCOMVENTED", &["circumvented"]), + ("PRIOIRTIES", &["priorities"]), + ("ADDDRESS", &["address"]), + ("RENDERERED", &["rendered"]), + ("MULTLIPLIES", &["multiplies"]), + ("MAGINCIAN", &["magician"]), + ("EXHUASTION", &["exhaustion"]), + ("NUISANSES", &["nuisance", "nuisances"]), + ("SEGEMENTATION", &["segmentation"]), + ("MODUALR", &["modular"]), + ("SEVRITY", &["severity"]), + ("COMMITIN", &["committing"]), + ("QUARTERNION", &["quaternion"]), + ("MEMICKING", &["mimicking"]), + ("DIVY", &["divvy"]), + ("ATTATCH", &["attach"]), + ("MONITOING", &["monitoring"]), + ("SUBTITUTE", &["substitute"]), + ("CCUSTOMS", &["customs"]), + ("ACCIDENTKY", &["accidentally"]), + ("COMFTERBLE", &["comfortable"]), + ("PORCELINA", &["porcelain"]), + ("APPLYIED", &["applied"]), + ("DEPENDANCEY", &["dependency"]), + ("SIMALTANEOUSLY", &["simultaneously"]), + ("ENHHANCEMENT", &["enhancement"]), + ("ASSUMNG", &["assuming"]), + ("ONLT", &["only"]), + ("SFETY", &["safety"]), + ("CONTIBUTE", &["contribute"]), + ("CACLULUS", &["calculus"]), + ("ARBITRY", &["arbitrary"]), + ("FISICAL", &["physical", "fiscal"]), + ("DEFISHANT", &["deficient"]), + ("GERNADES", &["grenades"]), + ("FREECALLRELPY", &["freecallreply"]), + ("EXPERIMANENTS", &["experiments"]), + ("MCUH", &["much"]), + ("DISTNCTES", &["distances"]), + ("CLAAES", &["classes"]), + ("EMBARASES", &["embarrasses"]), + ("GREATE", &["greater", "create", "grate", "great"]), + ("PERTINATELY", &["pertinently"]), + ("NEGOTICATED", &["negotiated"]), + ("TRANSITOR", &["transistor"]), + ("CAFFIENE", &["caffeine"]), + ("PROTECTES", &["protects"]), + ("MULTIXSITE", &["multisite"]), + ("SUFICATION", &["suffocation"]), + ("TRAVERSARE", &["traverse"]), + ("PHOTOGRAPY", &["photography"]), + ("INTECEPTED", &["intercepted"]), + ("CAMPAGINS", &["campaigns"]), + ("BUSNESS", &["business"]), + ("CNTER", &["center"]), + ("CANOICAL", &["canonical"]), + ("EXPEPT", &["expect", "except"]), + ("DISTRIBUTORE", &["distribute"]), + ("SATURDSY", &["saturdays"]), + ("EXPLANETORY", &["explanatory"]), + ("EXCEPRTS", &["excerpts"]), + ("DIFFRENTIATE", &["differentiate"]), + ("STRAIGHTIE", &["straighten"]), + ("OFICIALLY", &["officially"]), + ("DOUBE", &["double"]), + ("ORDR", &["order"]), + ("SQUIRRELIES", &["squirrels"]), + ("KUBERMETES", &["kubernetes"]), + ("IGNITIN", &["ignition"]), + ("CANDIDAT", &["candidate"]), + ("BRUSSELERS", &["brussels"]), + ("GRANULARTY", &["granularity"]), + ("CLASSROOOM", &["classroom"]), + ("EMABLING", &["enabling"]), + ("ALIRGHTY", &["alrighty"]), + ("AUTMATICALLY", &["automatically"]), + ("COMPLETITION", &["completion"]), + ("SECEEDED", &["succeeded", "seceded"]), + ("NEXTWORK", &["network"]), + ("SMEESTERS", &["semesters"]), + ("CONSTATNS", &["constants"]), + ("PARSIALY", &["partially"]), + ("PROBABLITY", &["probability"]), + ("ASSEMPLING", &["assembling"]), + ("SEREOUSALLY", &["seriously"]), + ("THERAPUETIC", &["therapeutic"]), + ("SPINOCK", &["spinlock"]), + ("SCARMBLED", &["scrambled"]), + ("ALPABET", &["alphabet"]), + ("DUMSPTER", &["dumpster"]), + ("SYNCHONIZING", &["synchronizing"]), + ("MAYALSIAN", &["malaysian"]), + ("INCONVIENENCED", &["inconvenience"]), + ("CONTINUUUM", &["continuum"]), + ("NNUMBER", &["number"]), + ("FRAGMENETD", &["fragmented"]), + ("FRONTLINIE", &["frontline"]), + ("LANDSHAPES", &["landscapes"]), + ("PROHIBIRTE", &["prohibit"]), + ("RECCOMENDATION", &["recommendation"]), + ("CAPUSLES", &["capsules"]), + ("ADDERTED", &["asserted"]), + ("FINISSE", &["finishes"]), + ("TRANSFORMIS", &["transforms"]), + ("CONSTURCT", &["construct"]), + ("FREQUENICES", &["frequencies"]), + ("BASTANE", &["bastante"]), + ("MULTIPLEYE", &["multiply"]), + ("AFFICIONADO", &["aficionado"]), + ("CAUTIONSLY", &["cautiously"]), + ("CHRISTAINS", &["christians"]), + ("PIJEON", &["pigeon"]), + ("UPSTREEM", &["upstream"]), + ("FREMENTED", &["fermented"]), + ("HALPOINTS", &["halfpoints"]), + ("RECCONECTION", &["reconnection"]), + ("PROVISIONES", &["provisions"]), + ("INDERECT", &["indirect"]), + ("HEMMORHAGING", &["hemorrhaging"]), + ("TERMINAED", &["terminated"]), + ("OUTPERFROMS", &["outperform"]), + ("FOLLWOS", &["follows"]), + ("STDUENTS", &["students"]), + ("SUCCESIONS", &["succession"]), + ("ANNAY", &["annoy", "any"]), + ("AMATURE", &["armature", "amateur"]), + ("IMPLEEMNTATION", &["implementation"]), + ("STURGGLING", &["struggling"]), + ("FINGERNAL", &["fingernails"]), + ("ECT", &["etc"]), + ("CONSITUTUTES", &["constitutes"]), + ("MARAUDEURS", &["marauder"]), + ("CONTSTRUCTORS", &["constructors"]), + ("PATRIARCIAL", &["patriarchal"]), + ("DISPORPORTIONATLY", &["disproportionately"]), + ("OBEIDENCE", &["obedience"]), + ("OURSELVE", &["ourself", "ourselves"]), + ("AGGREATE", &["aggregate"]), + ("DECLATATION", &["declaration"]), + ("SUPERSEEDING", &["superseding"]), + ("FOLLOWWING", &["following"]), + ("REFERECNES", &["references"]), + ("CONGRADULATIONS", &["congratulations"]), + ("DEVLEOPPERS", &["developers"]), + ("HANDBOOOK", &["handbook"]), + ("ELECTRICAIN", &["electrician"]), + ("PARAMER", &["parameter"]), + ("ANTICIPE", &["anticipate"]), + ("CHARATERIZED", &["characterized"]), + ("NEGOATIATING", &["negotiating"]), + ("IMMADIATELY", &["immediately"]), + ("REGUALATOR", &["regulator"]), + ("EXPERIMENATEL", &["experimental"]), + ("ADDRERSSSING", &["addressing"]), + ("EXPRESSIOSN", &["expressions"]), + ("ADMINISTRATIORS", &["administrators"]), + ("BOUNADARY", &["boundary"]), + ("TRYIGN", &["trying"]), + ("ENHACED", &["enhanced"]), + ("DIFRACTIVE", &["diffractive"]), + ("GREIF", &["grief"]), + ("UNQIUE", &["unique"]), + ("NEIGHBERHOOOD", &["neighborhood"]), + ("PREJUDICIES", &["prejudice"]), + ("WETHER", &["weather", "whether"]), + ("AOACHE", &["apache"]), + ("COPRORATION", &["corporation"]), + ("TSUNMAI", &["tsunami"]), + ("CORNERNS", &["corners"]), + ("THEORETIAL", &["theoretical"]), + ("HALD", &["held", "half", "hall", "hold"]), + ("IMPERAILIST", &["imperialist"]), + ("CACOON", &["cocoon"]), + ("APPOLOGY", &["apology"]), + ("EXPERIMS", &["experiments"]), + ("REOMVE", &["remove"]), + ("SATISIFYING", &["satisfying"]), + ("NOFICATION", &["notification"]), + ("CRITISICSM", &["criticisms"]), + ("CUSTMER", &["customer"]), + ("CRICITALLY", &["critically"]), + ("ENTREPRENOUR", &["entrepreneur"]), + ("AUXILIAR", &["auxiliary"]), + ("STOPED", &["stopped"]), + ("RECIPROCRATE", &["reciprocate"]), + ("NEGOTAITES", &["negotiates"]), + ("DEAIL", &["deal"]), + ("PUCHASE", &["purchase"]), + ("RESISTERED", &["resisted"]), + ("ARBIRTARY", &["arbitrary"]), + ("PTYHON", &["python"]), + ("ARGUABLEY", &["arguably"]), + ("UPADTE", &["update"]), + ("SPAGETI", &["spaghetti"]), + ("GENERETED", &["generated"]), + ("PARMAETER", &["parameter"]), + ("PRESPECTIVES", &["perspectives"]), + ("APPROPRITATELY", &["appropriately"]), + ("HANSHAKES", &["handshakes"]), + ("EXPERIMENATED", &["experimented"]), + ("INTIMADATED", &["intimidated"]), + ("HEIGHIT", &["height"]), + ("SHORTKUT", &["shortcut"]), + ("SCRAMBELD", &["scrambled"]), + ("BUTONS", &["buttons"]), + ("EYEBROS", &["eyebrows"]), + ("AIRSFOT", &["airsoft"]), + ("CMPRESSION", &["compression"]), + ("SANDWHICH", &["sandwich"]), + ("SHITTOON", &["shitton"]), + ("BENHIND", &["behind"]), + ("EXPANSIE", &["expansive"]), + ("CONSEQUENTAL", &["consequently"]), + ("PATIROT", &["patriot"]), + ("SPARKLIE", &["sparkle"]), + ("BIRHTDAYS", &["birthdays"]), + ("ENRTIES", &["entries"]), + ("NSTALLS", &["installs"]), + ("ROLLERTOASTER", &["rollercoaster"]), + ("CONTETNS", &["contents"]), + ("EXECUITES", &["executes"]), + ("MEY", &["may"]), + ("COORIDNATE", &["coordinate"]), + ("TIMESAMPED", &["timestamped"]), + ("CKECKSUM", &["checksum"]), + ("TARHET", &["target"]), + ("NEIGHBOURHHODS", &["neighbourhoods"]), + ("APPLICATIOS", &["applications"]), + ("COLLECTIVELLY", &["collectively"]), + ("MULITIPLIER", &["multiplier"]), + ("SUPPLIMENTAL", &["supplemental"]), + ("ACTIVLY", &["actively"]), + ("HIGLIGHT", &["highlight"]), + ("CAPITALISTES", &["capitalists"]), + ("ABSOLUTELYS", &["absolutes"]), + ("FING", &["find"]), + ("EMPHACIZING", &["emphasizing"]), + ("DISTRIBUED", &["distributed"]), + ("RESTRICTIE", &["restrictive"]), + ("DRAWACK", &["drawback"]), + ("ABSOLUUTELY", &["absolutely"]), + ("APPETITITE", &["appetite"]), + ("FLEAT", &["float"]), + ("ROUNTRIPPING", &["roundtripping"]), + ("BACKGROOUND", &["background"]), + ("SPECTIFYING", &["specifying"]), + ("CONVERTR", &["converter"]), + ("DISSALLOWING", &["disallowing"]), + ("NOTIFED", &["notified"]), + ("PROGARAMMABILITY", &["programmability"]), + ("AIRLOOM", &["heirloom"]), + ("AUDIOBOOOKS", &["audiobook"]), + ("APOCALIPSE", &["apocalypse"]), + ("ASSISANCE", &["assistance"]), + ("ADMINSTRATION", &["administration"]), + ("USIGNED", &["unsigned"]), + ("THTAT", &["that"]), + ("PLAFORM", &["platform"]), + ("QUESTOINS", &["questions"]), + ("FLACOURED", &["flavoured"]), + ("GRAMMER", &["grammar"]), + ("MODUILE", &["module"]), + ("TENTACELS", &["tentacles"]), + ("SECRION", &["section"]), + ("SPECTULAR", &["spectacular"]), + ("PREVOIUS", &["previous"]), + ("EXTENTIONS", &["extensions"]), + ("INTIALLIZATION", &["initialization"]), + ("SPRITUAL", &["spiritual"]), + ("ESCARTMENT", &["escarpment"]), + ("COMRESSING", &["compressing"]), + ("TRANSPAERNT", &["transparent"]), + ("NECESSITE", &["necessities"]), + ("ESPINOAGE", &["espionage"]), + ("DATATYEPES", &["datatypes"]), + ("UNBUNDED", &["unbundled", "unbounded"]), + ("WIDTHN", &["width"]), + ("COOPORATIVE", &["cooperative"]), + ("UNIFORUM", &["uniform"]), + ("TRAVESY", &["travesty"]), + ("REFRIGERADOR", &["refrigerator"]), + ("CLEANISNG", &["cleansing"]), + ("SPEFICIFY", &["specify"]), + ("DETERMENISTIC", &["deterministic"]), + ("LIGHTNIG", &["lightning"]), + ("PARTERNS", &["partners"]), + ("UNARCHVIED", &["unarchived"]), + ("ACTIVITIY", &["activity"]), + ("DISSATISFED", &["dissatisfied"]), + ("CODITIONS", &["conditions"]), + ("FUTER", &["further", "future"]), + ("BENCHAMRKED", &["benchmarked"]), + ("HEIGH", &["height", "high"]), + ("NWE", &["new"]), + ("FOLLWOWER", &["follower"]), + ("CONSTATS", &["constants"]), + ("SUBCONCHUS", &["subconscious"]), + ("WHOLELY", &["wholly"]), + ("CONTINANTS", &["continents"]), + ("DENOMALS", &["denormals"]), + ("NEGOTIOTIONS", &["negotiations"]), + ("EXPETS", &["expects"]), + ("LABBELS", &["labels"]), + ("FOLLED", &["followed"]), + ("FLATENED", &["flattened"]), + ("ACCROSE", &["across"]), + ("TEHNICAL", &["technical"]), + ("SCHCEMA", &["schema"]), + ("FRANCHIES", &["franchise"]), + ("COMMMUNICATE", &["communicate"]), + ("SECTOPMED", &["sectioned"]), + ("ORTOGONALIZATION", &["orthogonalization"]), + ("FREQUENCES", &["frequencies"]), + ("BELIVEABLY", &["believably"]), + ("ADDRESSIBLE", &["addressable"]), + ("FUSTRATION", &["frustration"]), + ("MISTRO", &["maestro"]), + ("GENREIC", &["generic"]), + ("VIENTAMESE", &["vietnamese"]), + ("SISTEMS", &["systems"]), + ("IMPLEMENETATION", &["implementation"]), + ("ROLLERCOASER", &["rollercoaster"]), + ("OBJECTIVICATION", &["objectification"]), + ("DEFINIFITON", &["definition"]), + ("REBELLIOS", &["rebellious"]), + ("AFFLECTION", &["affliction"]), + ("UNCENSORD", &["uncensored"]), + ("CAHHEL", &["channel"]), + ("ANALYER", &["analyser", "analyzer"]), + ("NARCISCIST", &["narcissist"]), + ("RELETES", &["deletes", "relates"]), + ("INCOPORATED", &["incorporated"]), + ("UNNECESARRY", &["unnecessary"]), + ("EXTRAORDINAIRLY", &["extraordinarily"]), + ("ELECTROMECHNICAL", &["electromechanical"]), + ("REARRANGMENETS", &["rearrangements"]), + ("ACCORTING", &["according"]), + ("GRENADERS", &["grenades"]), + ("DOGFATHER", &["godfather"]), + ("LEVAITHAN", &["leviathan"]), + ("INITIALISATED", &["initialised"]), + ("CORRESPONDECE", &["correspondence"]), + ("SCRTIPED", &["scripted"]), + ("COMPATABLITIES", &["compatibilities"]), + ("PERCIEVABLE", &["perceivable"]), + ("REFORMATED", &["reformatted"]), + ("CAHGNED", &["changed"]), + ("PREGANCIES", &["pregnancies"]), + ("CONVAXIITY", &["convexity"]), + ("PROCRASTINATIN", &["procrastination"]), + ("DISPROPORTIONALTELY", &["disproportionately"]), + ("CALCULATTIONS", &["calculations"]), + ("ENRTRIES", &["entries"]), + ("DIFFERRENCES", &["differences"]), + ("DECIPTIONS", &["depictions"]), + ("SYCHRONISES", &["synchronises"]), + ("MULTIPLER", &["multiplier", "multiple"]), + ("CONLICT", &["conflict"]), + ("INSURNACE", &["insurance"]), + ("CIRCLEBS", &["circles"]), + ("SCHOLARSTIC", &["scholastic", "scholarly"]), + ("CLASAS", &["class", "classes"]), + ("RECREACIONAL", &["recreational"]), + ("SHEPPERDS", &["shepherds"]), + ("CRINGELY", &["cringey"]), + ("DOCUHEY", &["douchey"]), + ("AMERCIAS", &["americas"]), + ("INITAILS", &["initials"]), + ("HAPPNE", &["happen"]), + ("AMBITOUS", &["ambitious"]), + ("GYMNISTIC", &["gymnastic"]), + ("DENTIFYING", &["identifying"]), + ("WTICHES", &["witches"]), + ("EXEPTIONAL", &["exceptional"]), + ("GENIUSS", &["geniuses"]), + ("CONVOVLING", &["convolving"]), + ("GRAMMARTICAL", &["grammatical"]), + ("ABSTRATER", &["abstracter"]), + ("INTERACES", &["interfaces"]), + ("MEATBALLLS", &["meatballs"]), + ("TECHNITION", &["technician"]), + ("EXAHUST", &["exhaust"]), + ("POLULATING", &["populating"]), + ("COMPUTTAIONS", &["computations"]), + ("ENOUCH", &["enough"]), + ("PARANTHESES", &["parentheses"]), + ("INTRODUCTARY", &["introductory"]), + ("TRANLATABLE", &["translatable"]), + ("COMISIONING", &["commissioning"]), + ("CONTINUSE", &["continues", "continuous"]), + ("ACCOMMDATED", &["accommodated"]), + ("TRANSACTIONA", &["transactional", "transactions"]), + ("PRONOUCNED", &["pronounced"]), + ("SOURTH", &["south"]), + ("SZIED", &["sized"]), + ("PLAUSABILITY", &["plausibility"]), + ("DESTINATIONHASH", &["destinations"]), + ("INCORPARATES", &["incorporates"]), + ("EXPEREMENTELLY", &["experimentally"]), + ("ENIVORNMENTS", &["environments"]), + ("INACCESSABLE", &["inaccessible"]), + ("COMPOSITIE", &["composite"]), + ("RESEVATION", &["reservation"]), + ("WIDDER", &["wider"]), + ("ENDPOINGS", &["endpoints"]), + ("DOSSAPOINTED", &["disappointed"]), + ("PRICIPLES", &["principles"]), + ("VERTICALLITY", &["vertically"]), + ("EXISTTING", &["existing"]), + ("COMFORTABIL", &["comfortably"]), + ("SPEFICILLATIONS", &["specifications"]), + ("AUCCESS", &["success"]), + ("LOOPUP", &["lookup"]), + ("CIRICLE", &["circle"]), + ("DEFINITIVLY", &["definitively"]), + ("MISINTERPET", &["misinterpret"]), + ("APARANT", &["apparent"]), + ("MIMINISE", &["minimise"]), + ("UNSENCORED", &["uncensored"]), + ("INFECTUOUS", &["infectious"]), + ("NAIBORHOOD", &["neighborhood"]), + ("PROCESSD", &["process", "processed"]), + ("DELIBERATEY", &["deliberately"]), + ("ACHIEVEMINT", &["achievement"]), + ("UNDERTOKER", &["undertaker"]), + ("SOLDGERED", &["soldiered"]), + ("SPECRTAL", &["spectral"]), + ("ANTISIPATE", &["anticipate"]), + ("QUIZZS", &["quizzes"]), + ("DUMPLICATED", &["duplicated"]), + ("RECYLING", &["recycling"]), + ("HOILDAYS", &["holidays"]), + ("CONSECTUTIVE", &["consecutive"]), + ("AMEALIARATIVE", &["ameliorative"]), + ("FLEXABLE", &["flexible"]), + ("DISSASEMBLIES", &["disassemblies"]), + ("MULITPART", &["multipart"]), + ("ISELFE", &["itself"]), + ("CONVIENIENT", &["convenient"]), + ("MEANINGFULL", &["meaningful"]), + ("NEIGHOBRHOOD", &["neighborhood"]), + ("SQURITLE", &["squirtle"]), + ("INITIALIZA", &["initialize"]), + ("INTERPERSONNAL", &["interpersonal"]), + ("DOWNOADED", &["downloaded"]), + ("MARGIANLLY", &["marginally"]), + ("SUCCESED", &["succeeds"]), + ("FASETR", &["faster"]), + ("ANOREIXA", &["anorexia"]), + ("FRACTALIUS", &["fractals"]), + ("REDNECKERS", &["rednecks"]), + ("ENVIRONEMT", &["environment"]), + ("XWINDOWS", &["x"]), + ("SIEZURES", &["seizures"]), + ("SIMILARITES", &["similarities"]), + ("RENEGOTITATING", &["renegotiating"]), + ("AGGREGRATION", &["aggregation"]), + ("CLEINTS", &["clients"]), + ("NUMVER", &["number"]), + ("ANONYMOS", &["anonymous"]), + ("MISSLE", &["missile"]), + ("EPLIEPSY", &["epilepsy"]), + ("DISTINGUISED", &["distinguished"]), + ("DERIVIATED", &["derived"]), + ("NORMLAIZED", &["normalized"]), + ("PORGRAMS", &["programs"]), + ("ARGEUMENT", &["argument"]), + ("DEDUPLIATE", &["deduplicate"]), + ("DEGREDATION", &["degradation"]), + ("SPECEFIED", &["specified"]), + ("REAKTIVATE", &["reactivate"]), + ("ASSMEBLING", &["assembling"]), + ("IDENTIFIKATION", &["identification"]), + ("PUBLISGERS", &["publishers"]), + ("AVAILABE", &["available"]), + ("ISLAMIT", &["islamist"]), + ("CNOFIGURATION", &["configuration"]), + ("POSSIBLITY", &["possibility"]), + ("HITING", &["hitting"]), + ("COMMUNIYT", &["community"]), + ("WATERLEMON", &["watermelon"]), + ("ENAMELD", &["enameled"]), + ("BELEIFED", &["believed"]), + ("INTERPERTING", &["interpreting"]), + ("PACAGING", &["packaging"]), + ("FORMATABLE", &["formattable"]), + ("AUTHENCATORS", &["authenticators"]), + ("COMMUNSIT", &["communist"]), + ("HIDEEN", &["hidden"]), + ("BECUZ", &["because"]), + ("SPROTSMANSHIP", &["sportsmanship"]), + ("POIN", &["point"]), + ("COMPETITIVOS", &["competitions"]), + ("ANSESTORS", &["ancestors"]), + ("DUBLICATION", &["duplication"]), + ("CALILNG", &["calling"]), + ("STRUTTURAL", &["structural"]), + ("RESPECTOS", &["respects"]), + ("HANDSHK", &["handshake"]), + ("PHOTOGRAFIC", &["photographic"]), + ("BAISC", &["basic"]), + ("DONEJUN", &["dungeon"]), + ("INTRODUSING", &["introducing"]), + ("INITITIAVE", &["initiatives"]), + ("SITUDIO", &["studio"]), + ("SUBSITUTATBLE", &["substitutable"]), + ("DEGRES", &["degrees", "digress"]), + ("ONSLUAGHT", &["onslaught"]), + ("UTPOIAN", &["utopian"]), + ("INITILIASES", &["initialises"]), + ("CULUMATIVE", &["cumulative"]), + ("STOREAGE", &["storage"]), + ("PRESONALLY", &["personally"]), + ("METALURGY", &["metallurgy"]), + ("DEFENSESE", &["defenseless"]), + ("MANGLADE", &["mangled"]), + ("STRATEGICLLY", &["strategically"]), + ("APAPTED", &["adapted"]), + ("ANNONCIATORS", &["annunciators"]), + ("CONSITENCY", &["consistency"]), + ("PORTGUESE", &["portuguese"]), + ("SUPPOSSED", &["supposed"]), + ("MILLENIALS", &["millennials"]), + ("UNKOWNS", &["unknowns"]), + ("DECIEMAL", &["decimal"]), + ("DOWNRGADING", &["downgrading"]), + ("EQUIPTMENT", &["equipment"]), + ("EXECTOR", &["executor"]), + ("PHOTOGRPAHED", &["photographed"]), + ("INHERIABLE", &["inheritable"]), + ("BEHAIVOR", &["behavior"]), + ("DEAILING", &["dealing"]), + ("SPECULATIN", &["speculation"]), + ("INFOGRAPGIC", &["infographic"]), + ("OPERATIO", &["operation"]), + ("TORNDAO", &["tornado"]), + ("COMPARISING", &["comparing"]), + ("INVALIDTION", &["invalidation"]), + ("SPECAILIST", &["specialist"]), + ("DISCIMENATION", &["dissemination"]), + ("KUBENERTES", &["kubernetes"]), + ("ACHIVER", &["achiever", "archiver"]), + ("REGRDING", &["regarding"]), + ("DIRCTION", &["direction"]), + ("ACESSING", &["accessing"]), + ("UPSRTEAMS", &["upstreams"]), + ("OARAM", &["param"]), + ("TRANSLYVANIA", &["transylvania"]), + ("CURRICULM", &["curriculum"]), + ("GNERAL", &["general"]), + ("LATLEY", &["lately"]), + ("ENDCODES", &["encodes"]), + ("EXPCETATION", &["expectation"]), + ("STEALTHELY", &["stealthy"]), + ("PARAMERTER", &["parameter"]), + ("PAREMTER", &["parameter"]), + ("ALLEGIENCE", &["allegiance"]), + ("EXOITCS", &["exotics"]), + ("HISTORICANS", &["historians"]), + ("EFFCTIVELY", &["effectively"]), + ("CONVERTABLE", &["convertible"]), + ("MUTIPLIER", &["multiplier"]), + ("GEOMETRICIANS", &["geometers"]), + ("OUTWIEGHS", &["outweighs"]), + ("RECONSIDDER", &["reconsider"]), + ("REVIERE", &["reviewer"]), + ("SAUTAYING", &["sautéing"]), + ("INCREAING", &["increasing"]), + ("NOSTALGICA", &["nostalgia"]), + ("ENDORESMENTS", &["endorsement"]), + ("WORKARBOUND", &["workaround"]), + ("ONO", &["one"]), + ("CHROMASOMES", &["chromosomes"]), + ("CONQUEOR", &["conquer"]), + ("AUTOMATICO", &["automation"]), + ("REPONSIBILITY", &["responsibility"]), + ("CERTICATES", &["certificates"]), + ("INTATIATED", &["instantiated"]), + ("INDUSRTY", &["industry"]), + ("RENNOVATION", &["renovation"]), + ("OUTPERFOMING", &["outperforming"]), + ("CALCIULATING", &["calculating"]), + ("PROGAMMING", &["programming"]), + ("APPEARENTLY", &["apparently"]), + ("SHORTCATS", &["shortcuts"]), + ("DETETION", &["detection", "deletion"]), + ("STICKNESS", &["stickiness"]), + ("ALRIGHTLY", &["alrighty"]), + ("BOOUNDARY", &["boundary"]), + ("SPECIIC", &["specific"]), + ("UNAMED", &["unnamed"]), + ("GARANTIED", &["guaranteed"]), + ("CENTRIODS", &["centroids"]), + ("COMMITTS", &["commits"]), + ("ENEABLE", &["enable"]), + ("SKEPTICALS", &["skeptics"]), + ("BECHMARKING", &["benchmarking"]), + ("UPLOD", &["upload"]), + ("UNCOMMITED", &["uncommitted"]), + ("CHILREN", &["children"]), + ("PERMESSIONED", &["permissioned"]), + ("DEPENDET", &["dependent"]), + ("MOEW", &["meow", "more", "mow"]), + ("POSSESION", &["possession"]), + ("SWATSIKA", &["swastika"]), + ("JOHHNY", &["johnny"]), + ("OFICE", &["office"]), + ("PRIASES", &["praises"]), + ("SUSPENCION", &["suspension"]), + ("BROKENED", &["broken"]), + ("DRATS", &["drafts"]), + ("CAMOUGLAGE", &["camouflage"]), + ("PALSTICS", &["plastics"]), + ("LATITUTE", &["latitude"]), + ("RECCONEECTION", &["reconnection"]), + ("DISSAPATE", &["dissipate"]), + ("SPEFIIFIC", &["specific"]), + ("ILLEGITEMATE", &["illegitimate"]), + ("CALCULTIONS", &["calculations"]), + ("CONSECUTIVLY", &["consecutively"]), + ("THEMSELVE", &["themselves", "themself"]), + ("HANLDES", &["handles"]), + ("REDIDUAL", &["residual"]), + ("PERVERTES", &["perverse"]), + ("RESSETTING", &["resetting"]), + ("DISABILITES", &["disabilities"]), + ("SCAVANGERS", &["scavengers"]), + ("FORWRD", &["forward"]), + ("EXPERIMENATER", &["experimenter"]), + ("ITIALISES", &["initialises"]), + ("NECESSEARY", &["necessary"]), + ("THOERETICALLY", &["theoretically"]), + ("SYSTEMC", &["systemic"]), + ("MILESTONS", &["milestones"]), + ("ESPACES", &["escapes"]), + ("NECCESSARILY", &["necessarily"]), + ("RECJECT", &["reject"]), + ("SEXAULLY", &["sexually"]), + ("SPARTIANS", &["spartans"]), + ("DITO", &["ditto"]), + ("BOOLD", &["bold", "bool"]), + ("ASSEMALATING", &["assimilating"]), + ("INDEPENT", &["independent"]), + ("DOWNVOTERES", &["downvoters"]), + ("RETSART", &["restart"]), + ("COMMUICATIONS", &["communications"]), + ("PRESENST", &["presets"]), + ("PERPETUAS", &["perpetuates"]), + ("APRETIATE", &["appreciate"]), + ("SELCETION", &["selection"]), + ("DESPICIBLE", &["despicable"]), + ("IGNORS", &["ignores"]), + ("UNCOMPETETIVE", &["uncompetitive"]), + ("LOADIN", &["loading"]), + ("MORISETTE", &["morissette"]), + ("COLUMNN", &["column"]), + ("CENTENALS", &["centennials", "sentinels"]), + ("WOTKS", &["works"]), + ("VECOTOR", &["vector"]), + ("LINGERINE", &["lingerie"]), + ("NEGIBLE", &["negligible"]), + ("EXCLUSIVITIY", &["exclusivity"]), + ("ANFD", &["and"]), + ("DEATILS", &["details"]), + ("INTEREPRET", &["interpret"]), + ("VISUAIZES", &["visualizes"]), + ("EXCEOPTED", &["exempted"]), + ("DEVCENT", &["decent"]), + ("ANNOTE", &["annotate"]), + ("COMBINATON", &["combination"]), + ("VIZUALIZATION", &["visualization", "virtualization"]), + ("HEADSHOOTS", &["headshot"]), + ("OLY", &["only"]), + ("STRAIGHTMEN", &["straighten"]), + ("MAGNETIS", &["magnets"]), + ("UNSUPORTED", &["unsupported"]), + ("CALCLULATING", &["calculating"]), + ("CACULATIONS", &["calculations"]), + ("CURELTY", &["cruelty"]), + ("INTERGERATED", &["integrated"]), + ("RELEGETION", &["relegation"]), + ("PAKISTANEZI", &["pakistani"]), + ("SUBSECRION", &["subsection"]), + ("MANGELD", &["mangled"]), + ("CALUCLATES", &["calculates"]), + ("CHARACGTER", &["character"]), + ("ELIMNATE", &["eliminate"]), + ("LECUTRES", &["lectures"]), + ("REYNLODS", &["reynolds"]), + ("FRANKENSITE", &["frankenstein"]), + ("STYL", &["style"]), + ("CONFICTS", &["conflicts"]), + ("AVIALIBLE", &["available"]), + ("CONTRUCTED", &["constructed"]), + ("CHALLANGING", &["challenging"]), + ("AGNSOTICISM", &["agnosticism"]), + ("DISCCONECCTED", &["disconnected"]), + ("COORDINTAES", &["coordinates"]), + ("FORCIFULLY", &["forcefully"]), + ("DESPIRATELY", &["desperately"]), + ("NEGATIOTIATES", &["negotiates"]), + ("DIVERSIY", &["diversify"]), + ("UNDERWOLRD", &["underworld"]), + ("SKURGES", &["scourges"]), + ("GROOUPS", &["groups"]), + ("MANAISE", &["mayonnaise"]), + ("USERAMES", &["usernames"]), + ("HYPERPARAMTERS", &["hyperparameters"]), + ("MOFIFICATION", &["modification"]), + ("UNSOLLICITED", &["unsolicited"]), + ("ALGOTRITHMICALLY", &["algorithmically"]), + ("NEGLIGIABLE", &["negligible"]), + ("CORRESPONDIG", &["corresponding"]), + ("AUTONEGOTITION", &["autonegotiation"]), + ("OVERLAPSING", &["overlapping"]), + ("FORMATES", &["formats"]), + ("TECHNIK", &["technique"]), + ("RECONETS", &["reconnects"]), + ("LIMTIT", &["limit"]), + ("TRADIONAL", &["traditional"]), + ("INSTERSECTIONED", &["intersection"]), + ("IAMGE", &["image"]), + ("WITHON", &["within"]), + ("PHOTOGRAPER", &["photographer"]), + ("NEIGHBOURHHOOD", &["neighbourhood"]), + ("PROTESTANTISK", &["protestants"]), + ("CUZTOMIZATION", &["customization"]), + ("ENROLLEMNT", &["enrollment"]), + ("NEGOTIBLE", &["negotiable"]), + ("BEGINNINNG", &["beginnings"]), + ("SUSBSYSTEM", &["subsystem"]), + ("ADDRESSSE", &["addresses"]), + ("TRANSPANT", &["transplant"]), + ("IMPLCITLY", &["implicitly"]), + ("JOURNALITS", &["journals"]), + ("CAPITALIS", &["capitals"]), + ("PORTOFLIO", &["portfolio"]), + ("NAVIAGTED", &["navigated"]), + ("UPPSTREAM", &["upstream"]), + ("COMPITIBLE", &["compatible"]), + ("PARTICULALRY", &["particularly"]), + ("ASORBED", &["absorbed"]), + ("REPEATES", &["repeats"]), + ("INTROVERSE", &["introverts"]), + ("REMANDER", &["remainder"]), + ("ORGANISIER", &["organise"]), + ("OPTIMISITIC", &["optimistic"]), + ("WISCLING", &["whistling"]), + ("ANNOUNCENTS", &["announces"]), + ("CENTIPEDLE", &["centipede"]), + ("INTRODUKTION", &["introduction"]), + ("CLYINDER", &["cylinder"]), + ("ALGORWWITHM", &["algorithm"]), + ("EXPOERTED", &["exported"]), + ("SPICIFY", &["specify"]), + ("ALPBABETICALLY", &["alphabetically"]), + ("PREFERABELY", &["preferable"]), + ("SCRTIPS", &["scripts"]), + ("ENTHUSIGASM", &["enthusiasm"]), + ("AUGMNETS", &["augments"]), + ("OJBECT", &["object"]), + ("USAG", &["usage"]), + ("PARAMTERER", &["parameter"]), + ("DISCAREDED", &["discarded"]), + ("DECOMPOSITED", &["decomposed"]), + ("COMMITTIS", &["committees"]), + ("QUALIFIRES", &["qualifiers"]), + ("CONSECUENTES", &["consequences"]), + ("NUMEBERING", &["numbering"]), + ("TRANFERRED", &["transferred"]), + ("OVERLFOWS", &["overflows"]), + ("SOTRES", &["stores"]), + ("REPELLS", &["repels"]), + ("ENQUEUD", &["enqueued"]), + ("SHEPARDED", &["shepherded"]), + ("ADVANED", &["advanced"]), + ("REPUTPOSES", &["repurposes"]), + ("APROCH", &["approach"]), + ("BUNDED", &["binded", "bounded", "bundled"]), + ("SETTTER", &["setter"]), + ("SYMHPONY", &["symphony"]), + ("SQUISHLY", &["squishy"]), + ("SESIONS", &["sessions"]), + ("MCROSCOPES", &["microscopes"]), + ("ATTRRIBUTION", &["attribution"]), + ("DISSCUSION", &["discussion"]), + ("BREATSFEEDING", &["breastfeeding"]), + ("EXTRACTIVO", &["extraction"]), + ("OVERLAYED", &["overlaid"]), + ("DECONDE", &["decode"]), + ("CONSTRUINT", &["constraint"]), + ("NUMNBER", &["number"]), + ("FACTORYS", &["factors", "factories"]), + ("ORGINASATION", &["organisation"]), + ("HAPPPENED", &["happened"]), + ("OFFESTS", &["offsets"]), + ("COLLONY", &["colony"]), + ("LANGEUAGESECTION", &["languagesection"]), + ("WORSTENED", &["worsened"]), + ("FINSHES", &["finishes", "finches"]), + ("REVIW", &["review"]), + ("RENEGOSIABLE", &["renegotiable"]), + ("POPULATOIN", &["populations"]), + ("REFERNCE", &["reference"]), + ("LAGE", &["large"]), + ("RESOVLES", &["resolves"]), + ("DISGUISTING", &["disgusting"]), + ("EPILGOUE", &["epilogue"]), + ("GARANTEEED", &["guaranteed"]), + ("SERTIFICATE", &["certificate"]), + ("INCESTIGATOR", &["investigator"]), + ("EXERBATE", &["exacerbate"]), + ("COMRADS", &["comrades"]), + ("APPOINTMNET", &["appointment"]), + ("INSTINCTIVLEY", &["instinctively"]), + ("SERIBAN", &["serbian"]), + ("ADPATED", &["adapted"]), + ("NOTOFOCATIONS", &["notifications"]), + ("EXCUTING", &["executing"]), + ("FOLLWW", &["follow"]), + ("PARAMENTER", &["parameter"]), + ("THSNKS", &["thanks"]), + ("WEALTHLY", &["wealthy"]), + ("OVERRITE", &["overwrite", "override", "overrate"]), + ("REIMPPLEMENT", &["reimplement"]), + ("EXECUTUNG", &["executing"]), + ("DISQAULIFIED", &["disqualified"]), + ("PRESERVERD", &["preserved"]), + ("RESPONISBILITY", &["responsibility"]), + ("FEILDS", &["fields"]), + ("EXAGERRATING", &["exaggerating"]), + ("UNORIGIONAL", &["unoriginal"]), + ("CONDIDIONAL", &["conditional"]), + ("INTERNALL", &["internal", "internally"]), + ("DESTROYES", &["destroys"]), + ("BUDDHISIM", &["buddhism"]), + ("WORKSPSACES", &["workspaces"]), + ("RECCONETIONS", &["reconnections"]), + ("PERMAMENTLY", &["permanently"]), + ("DISSSOCIATED", &["dissociated"]), + ("REMANIN", &["remain", "remaining"]), + ("VEHILCE", &["vehicle"]), + ("STUBORN", &["stubborn"]), + ("CONTRONL", &["control"]), + ("IDENTIFYABLE", &["identifiable"]), + ("HANDEDLEY", &["handedly"]), + ("STRCITER", &["stricter"]), + ("FORSEKAN", &["forsaken"]), + ("LITARAL", &["literal"]), + ("SYMTOMS", &["symptoms"]), + ("PRODUKTIVE", &["productive"]), + ("ACTICE", &["active"]), + ("BORADBAND", &["broadband"]), + ("RAPUTRE", &["rapture"]), + ("EYARS", &["years", "eyas"]), + ("REGULALRY", &["regularly"]), + ("THW", &["the", "thaw"]), + ("PRCOESSED", &["processed"]), + ("CALIOFRNIA", &["californian"]), + ("MOVEMNET", &["movement"]), + ("SACREMENTO", &["sacramento"]), + ("PARTICALE", &["particle"]), + ("INKOMPETENCE", &["incompetence"]), + ("DIAGNOSTED", &["diagnose"]), + ("ACUSTOM", &["accustom"]), + ("STURTURES", &["structures"]), + ("AUTUM", &["autumn"]), + ("CHOOSED", &["chose", "chosen"]), + ("IMIGRANT", &["emigrant", "immigrant"]), + ("GRADIANT", &["gradient", "radiant"]), + ("LENGTHLY", &["lengthy"]), + ("HIGHIGHTER", &["highlighter"]), + ("TRANSITIONNAL", &["transitional"]), + ("ASUDO", &["sudo"]), + ("INSTRUCTIVO", &["instruction"]), + ("RELOCAITIONS", &["relocations"]), + ("MYSTROW", &["maestro"]), + ("CALCUATION", &["calculation"]), + ("CHECKKOUT", &["checkout"]), + ("EPECTS", &["expects"]), + ("LICESNSES", &["licenses"]), + ("RESTIRCTS", &["restricts"]), + ("DEFINITLELY", &["definitely"]), + ("ASSOCIATIONTHIS", &["associations"]), + ("INTRERUPTED", &["interrupted"]), + ("RENEGOTAIATE", &["renegotiate"]), + ("CONFUZZE", &["confuse"]), + ("DISCIPLINARE", &["discipline"]), + ("ETAMOLOGY", &["etymology"]), + ("SQUARLEY", &["squarely"]), + ("LOCLAS", &["locals"]), + ("ADDESSES", &["addresses"]), + ("EUPHORIAC", &["euphoric"]), + ("POLITICING", &["politician", "politicking"]), + ("ASSUMPTED", &["assumed"]), + ("SISTEMIZED", &["systemized"]), + ("GEOPRAPHICALLY", &["geographically"]), + ("KENTUCKEY", &["kentucky"]), + ("SUNGLINGER", &["gunslinger"]), + ("RIENDEERS", &["reindeers"]), + ("RUGTERS", &["rutgers"]), + ("COMPITETION", &["competitions"]), + ("EVOLUATE", &["evaluate"]), + ("INFLUNECED", &["influenced"]), + ("PERFOMANSES", &["performances"]), + ("ASSINGS", &["assigns"]), + ("UNFORETUNATELY", &["unfortunately"]), + ("OBERFLOWS", &["overflows"]), + ("CALUCATE", &["calculate"]), + ("SENERIO", &["scenario"]), + ("CUZTOMIZING", &["customizing"]), + ("FAMILIIES", &["families"]), + ("PHILOSOPHIA", &["philosophical"]), + ("PHOTOGRAPGH", &["photographs"]), + ("GOBAL", &["global"]), + ("INCORPERATING", &["incorporating"]), + ("RETUNRNED", &["returned"]), + ("POPULAREST", &["populate"]), + ("USINF", &["using"]), + ("PERMISES", &["premises"]), + ("ADDRESSIBILITY", &["addressability"]), + ("GUARNATEEED", &["guaranteed"]), + ("DIGANOSE", &["diagnose"]), + ("SWAPED", &["swapped"]), + ("OIS", &["is"]), + ("IWLL", &["will"]), + ("PACTCHED", &["patched"]), + ("CURREENT", &["current"]), + ("NORMALYZATION", &["normalization"]), + ("SUSPISIOUS", &["suspicious"]), + ("ABRITRARY", &["arbitrary"]), + ("COMPRESE", &["compressed"]), + ("DEFIENTLY", &["definitely"]), + ("INTERPLOTATION", &["interpolation"]), + ("COFIRM", &["confirm"]), + ("ASSIGNE", &["assign", "assigned"]), + ("PRACTICTITIONERS", &["practitioners"]), + ("OFFICALS", &["officials"]), + ("WITHOUG", &["without"]), + ("ENVIORMENTS", &["environments"]), + ("INNOVATIES", &["innovate"]), + ("SHENNAIGANS", &["shenanigans"]), + ("SATSOHI", &["satoshi"]), + ("INTERTAINMENT", &["entertainment"]), + ("EXPERAMENTERS", &["experimenters"]), + ("ALGOROITHMS", &["algorithms"]), + ("PROCEESED", &["processed"]), + ("OCASSIONALY", &["occasionally"]), + ("UNANNOMUSLY", &["unanimously"]), + ("DISTURBACE", &["disturbance"]), + ("COLEASING", &["coalescing"]), + ("CIVILIZAITONS", &["civilizations"]), + ("WRAPPS", &["wraps"]), + ("VERSITALITY", &["versatility"]), + ("RELLY", &["really"]), + ("CONTEIN", &["contain"]), + ("UESFUL", &["useful"]), + ("TOUBLE", &["trouble"]), + ("PHYSICTS", &["physicist"]), + ("DOWNLOWDING", &["downloading"]), + ("FOUCS", &["focus"]), + ("GUARNANTEEING", &["guaranteeing"]), + ("INTERGATE", &["integrate"]), + ("WILCARD", &["wildcard"]), + ("ADVANTEGEOUS", &["advantageous"]), + ("TERORRISM", &["terrorism"]), + ("INCTANCE", &["instance"]), + ("INDUSTRIELS", &["industries"]), + ("EXACARBATED", &["exacerbated"]), + ("INFILTRARE", &["infiltrate"]), + ("PSYCHOLOGIAL", &["psychological"]), + ("SUCCESION", &["succession"]), + ("ASYCNHRONOUS", &["asynchronous"]), + ("EVEOLVED", &["evolved"]), + ("HOLLYWOOOD", &["hollywood"]), + ("DECIEVE", &["deceive"]), + ("SOMEHWAT", &["somewhat"]), + ("COFIGURATIONS", &["configurations"]), + ("DIMENSTIONAL", &["dimensional"]), + ("ABITRARY", &["arbitrary"]), + ("EGYTPIANS", &["egyptians"]), + ("LEGITIMALY", &["legitimacy"]), + ("SEPETAROR", &["separator"]), + ("IMMERISVE", &["immersive"]), + ("SANDWISHES", &["sandwiches"]), + ("AUSTENSIBLE", &["ostensible"]), + ("THUMBANIL", &["thumbnail"]), + ("DISCOURE", &["discourse"]), + ("DECALARE", &["declare"]), + ("ZOOCHEENEI", &["zucchinis"]), + ("CIVILAINS", &["civilians"]), + ("UNRPOVEN", &["unproven"]), + ("ANDROIND", &["android"]), + ("BLACKBEARY", &["blackberry"]), + ("STERYOTYPE", &["stereotype"]), + ("REMEMBERD", &["remembered"]), + ("QUUERY", &["query"]), + ("UNCONFORTABLE", &["uncomfortable"]), + ("DECISONS", &["decisions"]), + ("SENTANCE", &["sentence"]), + ("AGGREATIONS", &["aggregations"]), + ("EXCUTABLE", &["executable"]), + ("SOVERIEGNTY", &["sovereignty"]), + ("SYMBOLL", &["symbol"]), + ("EXPERIMENTATED", &["experimented"]), + ("DASHBAORD", &["dashboard"]), + ("PARTIONING", &["partitioning", "portioning"]), + ("DEGENERARE", &["degenerate"]), + ("SHOUDER", &["shoulder", "shudder"]), + ("LIFTIME", &["lifetime"]), + ("CONYAK", &["cognac"]), + ("SEPERATE", &["separate"]), + ("RSEOLUTION", &["resolution"]), + ("PRINCIPALES", &["principles"]), + ("HEAVENY", &["heavenly"]), + ("CORUTINE", &["coroutine"]), + ("SUBSCRIBIRSE", &["subscriber"]), + ("ZIMBAWBE", &["zimbabwe"]), + ("EXPOENTIAL", &["exponential"]), + ("ENTERTIANMENT", &["entertainment"]), + ("CONECTIX", &["connectix"]), + ("DIVINITIY", &["divinity"]), + ("TOTORIALS", &["tutorials"]), + ("FUNDAMENTALISTER", &["fundamentalists"]), + ("OVERZELISLY", &["overzealously"]), + ("OPPOSTIES", &["opposites"]), + ("PREFECTH", &["prefetch"]), + ("REUSLT", &["result"]), + ("ISNTRUMENT", &["instrument"]), + ("FOURH", &["fourth"]), + ("DISTINCLTY", &["distinctly"]), + ("LANGUARE", &["language"]), + ("OPTIMISIM", &["optimism"]), + ("EXPEIRIMENTED", &["experimented"]), + ("CHAMPAIN", &["champagne"]), + ("BOTTOMOST", &["bottommost"]), + ("PARANOIDA", &["paranoia"]), + ("EVERYBODIES", &["everybody"]), + ("PROJCTIONS", &["projections"]), + ("MALARIYA", &["malaria"]), + ("MARGINABLE", &["marginal"]), + ("PHRAMACY", &["pharmacy"]), + ("TRAVELD", &["traveled"]), + ("APPLIKAYS", &["appliqués"]), + ("LIEUTANENT", &["lieutenant"]), + ("INTERVEIW", &["interview"]), + ("DESCIRBE", &["describe"]), + ("MICROTRANSCATION", &["microtransactions"]), + ("PHYSCEDELICS", &["psychedelics"]), + ("REMEMORS", &["remembers"]), + ("CHECLED", &["checked"]), + ("CONVERATION", &["conversation"]), + ("ABREVIATIONS", &["abbreviations"]), + ("TRHE", &["the"]), + ("CATAALOGUE", &["catalogue"]), + ("DECLRATION", &["declaration"]), + ("PRORITIES", &["priorities"]), + ("MANIFACTURING", &["manufacturing"]), + ("AQUAINTS", &["acquaints"]), + ("GEOMTRY", &["geometry"]), + ("PEROIDICALS", &["periodicals"]), + ("ENOUNCTERING", &["encountering"]), + ("EXILERATES", &["exhilarates"]), + ("PROPPER", &["proper"]), + ("TAHNKS", &["thanks"]), + ("UNBELIVABLE", &["unbelievable"]), + ("ILLSUTRATION", &["illustrations"]), + ("EXECUTIGN", &["executing"]), + ("CERATINE", &["creatine"]), + ("STDANARD", &["standard"]), + ("RECOMPUT", &["recompute"]), + ("USEFULT", &["useful"]), + ("CLAIRVOIANT", &["clairvoyant"]), + ("CONTAIMINATED", &["contaminated"]), + ("BEDORE", &["before"]), + ("STPIPED", &["stripped"]), + ("COMPOONENTS", &["components"]), + ("INISGHTS", &["insights"]), + ("PROHIBICION", &["prohibition"]), + ("ADVENTUOUS", &["adventurous"]), + ("DOWNGARTED", &["downgraded"]), + ("CONLCUDES", &["concludes"]), + ("DINAMICLY", &["dynamically"]), + ("COMMUNITCATION", &["communication"]), + ("CIPERTEXTS", &["ciphertexts"]), + ("CORECTION", &["correction"]), + ("ICLUDING", &["including"]), + ("INITAILZIATION", &["initialization"]), + ("STOARGE", &["storage"]), + ("DROPPPED", &["dropped"]), + ("PERPETUARE", &["perpetuate"]), + ("SOTRY", &["story", "sorry"]), + ("CUSSTOMERS", &["customers"]), + ("ZEALOTHS", &["zealots"]), + ("APPOVAL", &["approval"]), + ("MICRPHONE", &["microphone"]), + ("COORDINES", &["coordinates"]), + ("TOPOPLOGIES", &["topologies"]), + ("HOPSITAL", &["hospital"]), + ("INGUENITY", &["ingenuity"]), + ("INFROMATIVE", &["informative"]), + ("KRONICLERS", &["chroniclers"]), + ("CEROMONY", &["ceremony"]), + ("MISUDNERSTANDING", &["misunderstandings"]), + ("SOMOENES", &["someones"]), + ("INVOKABLE", &["invocable"]), + ("RECURSEVILY", &["recursively"]), + ("TEMPEREMENT", &["temperament"]), + ("CUTOM", &["custom"]), + ("MALAYISAN", &["malaysian"]), + ("RESCOURCES", &["resources"]), + ("RESSURRECTS", &["resurrects"]), + ("CELITCS", &["celtics"]), + ("MUSCICIANS", &["musicians"]), + ("NESESSARY", &["necessary"]), + ("KNOWLADGABLE", &["knowledgable"]), + ("FORMATERS", &["formatters"]), + ("SILOUETING", &["silhouetting"]), + ("SANIZITER", &["sanitizer"]), + ("OCCOURRING", &["occurring"]), + ("OBSOLTE", &["obsolete"]), + ("HOPEFULL", &["hopeful", "hopefully"]), + ("EXPETION", &["exception"]), + ("WOKRLOAD", &["workload"]), + ("CORRRESPONDING", &["corresponding"]), + ("CRACE", &["grace", "crate"]), + ("PRACTICLY", &["practically"]), + ("ABOLUTE", &["absolute"]), + ("POLISHUSET", &["polishes"]), + ("BENCMARKING", &["benchmarking"]), + ("COALLECE", &["coalesce"]), + ("FIRMWRE", &["firmware"]), + ("OTHERISE", &["otherwise"]), + ("TAGE", &["stage", "take", "tag", "tagged"]), + ("NONPRIVILEDGED", &["nonprivileged"]), + ("THNAKS", &["thanks"]), + ("SPEFICEID", &["specified"]), + ("PLAYTHROGUH", &["playthroughs"]), + ("EXPERIMETNATIONS", &["experimentations"]), + ("ALTENATE", &["alternate"]), + ("ZOINISTS", &["zionists"]), + ("MISUE", &["misuse"]), + ("DESCRYBING", &["describing"]), + ("ASSISTENDO", &["assisted"]), + ("OCCSIONALLY", &["occasionally"]), + ("CLICKBAT", &["clickbait"]), + ("REASEARCH", &["research"]), + ("RESIDENTUAL", &["residential"]), + ("GRANDCHILDEN", &["grandchildren"]), + ("PRESENS", &["presents"]), + ("ROCOCCO", &["rococo"]), + ("SUFICATES", &["suffocates"]), + ("MEDIACTION", &["medications"]), + ("DESCRIPITION", &["description"]), + ("SOMWHERE", &["somewhere"]), + ("EXTRAORDINAY", &["extraordinary"]), + ("DESCRIPOR", &["descriptor"]), + ("PRIESTOOD", &["priesthood"]), + ("SACKSONVILLE", &["jacksonville"]), + ("CRALWED", &["crawled"]), + ("OMLETTES", &["omelettes"]), + ("CATHOLOCISM", &["catholicism"]), + ("BREIFLY", &["briefly"]), + ("INTEREPOLATION", &["interpolation"]), + ("HYPROCITES", &["hypocrites"]), + ("PASSWROD", &["password"]), + ("CHIDLBIRTH", &["childbirth"]), + ("AVERADGE", &["averaged"]), + ("EXITANCE", &["existence"]), + ("PEDIOD", &["period"]), + ("INSESITIVITY", &["insensitivity"]), + ("AFFLEUNT", &["affluent"]), + ("CHAMPIOSNHIP", &["championships"]), + ("PLATTOES", &["plateaus"]), + ("AMPLIFYER", &["amplifier"]), + ("DECALRATION", &["declaration"]), + ("RELATINOSHIP", &["relationships"]), + ("TRANISTIONS", &["transitions"]), + ("COMRPOMISING", &["compromising"]), + ("MONTANHA", &["montana"]), + ("INTEGATING", &["integrating"]), + ("GRAINERIES", &["granaries"]), + ("PALESTENIAN", &["palestinian"]), + ("TDOD", &["todo"]), + ("WHERY", &["where"]), + ("DIVINITION", &["divination", "definition"]), + ("AFFIXIATION", &["affiliation"]), + ("DISCONECTIONS", &["disconnections"]), + ("ENCOUNTRE", &["encounter", "encountered"]), + ("REGUALTE", &["regulate"]), + ("ENCRPTION", &["encryption"]), + ("ATTACHMET", &["attachments"]), + ("REALSIE", &["realise"]), + ("COMMPLIANT", &["compliant"]), + ("EMBARASSES", &["embarrasses"]), + ("SCREENWRIGHTER", &["screenwriter"]), + ("INDEPENDECE", &["independence"]), + ("PSYCHYATRISTS", &["psychiatrists"]), + ("FANATICOS", &["fanatics"]), + ("EXCLUSIVEITY", &["exclusivity"]), + ("FRUSTRSTED", &["frustrates"]), + ("DESIDE", &["decide"]), + ("DESCIBED", &["described"]), + ("CONCENTATES", &["concentrates"]), + ("NEIGHBOURHOOOD", &["neighbourhood"]), + ("VACUME", &["vacuum"]), + ("MATERIAS", &["materials"]), + ("COMPEDITIVELY", &["competitively"]), + ("SUEFUL", &["useful"]), + ("APPROPIRATELY", &["appropriately"]), + ("REAVELED", &["revealed"]), + ("FOOOTBALL", &["football"]), + ("BROUTER", &["router"]), + ("EXAMPLEES", &["examples"]), + ("UNSUBSTANTIAED", &["unsubstantiated"]), + ("PATHOLGOICAL", &["pathological"]), + ("SENTRIS", &["sentries"]), + ("EXCHANE", &["exchange"]), + ("RENEGOTIOTATE", &["renegotiate"]), + ("TERMIANTED", &["terminated"]), + ("SUPLIMENTED", &["supplemented"]), + ("SEPLLING", &["spelling"]), + ("INQUIRIE", &["inquire"]), + ("TROUBLEHSOOT", &["troubleshoot"]), + ("EAMIL", &["email"]), + ("INTOT", &["into"]), + ("HOEMOPATHY", &["homeopathy"]), + ("THANSKGIVING", &["thanksgiving"]), + ("THSE", &["the", "these", "this"]), + ("RATIONEL", &["rationale"]), + ("TRAFFICED", &["trafficked"]), + ("APIHELION", &["aphelion"]), + ("INDEPENDENTNESS", &["independents"]), + ("TRANSITEN", &["transient"]), + ("DISIMILAR", &["dissimilar"]), + ("COORDINTAE", &["coordinate"]), + ("APPRIECIATION", &["appreciation"]), + ("ARRAIVAL", &["arrival"]), + ("ALGORHTMICALLY", &["algorithmically"]), + ("MENIONED", &["mentioned"]), + ("EXPERIMENTATING", &["experimentation", "experimenting"]), + ("REMENISSENTLY", &["reminiscently"]), + ("ORGANIE", &["organise"]), + ("PRACTIALLY", &["practically"]), + ("IGNORMED", &["ignored"]), + ("MODIFU", &["modify"]), + ("UDPATER", &["updater"]), + ("OCASSIONAL", &["occasional"]), + ("PRECUATION", &["precautions", "precaution"]), + ("ARBITRATRILY", &["arbitrarily"]), + ("MASTURABTION", &["masturbation"]), + ("SNADLER", &["sandler"]), + ("SECUNDS", &["seconds"]), + ("INHERITH", &["inherit"]), + ("INCOMPREHENCIBLE", &["incomprehensible"]), + ("THIKNING", &["thinking", "thickening"]), + ("INFORAMTION", &["information"]), + ("CARIBLES", &["variables"]), + ("ISALMISTS", &["islamists"]), + ("AVOBE", &["above"]), + ("CONGRATUALTIONS", &["congratulations"]), + ("COORDANATES", &["coordinates"]), + ("WHEREEVER", &["wherever"]), + ("FORATTING", &["formatting"]), + ("EXPLOSIONES", &["explosions"]), + ("STIRNGS", &["strings"]), + ("STATISITCS", &["statistics"]), + ("SERVIER", &["server"]), + ("IRANINAS", &["iranians"]), + ("SLUAGHTERING", &["slaughtering"]), + ("PROPATAGION", &["propagation"]), + ("ANYTYING", &["anything"]), + ("ABANDINING", &["abandoning"]), + ("LONGEVITITY", &["longevity"]), + ("UNWRRITTEN", &["unwritten"]), + ("OCTOBEAR", &["october"]), + ("PROTOYTPE", &["prototype"]), + ("BETEEEN", &["between"]), + ("PRESCEDENCE", &["precedence"]), + ("STRANGETS", &["strangest"]), + ("LOGORITHMS", &["logarithms"]), + ("WINDSHILED", &["windshield"]), + ("FINACIALLY", &["financially"]), + ("COMBATIBLE", &["compatible"]), + ("ADVANTADGES", &["advantages"]), + ("WROKS", &["works"]), + ("REDNECKEST", &["rednecks"]), + ("DUPLATION", &["duplication"]), + ("WARRIROS", &["warriors"]), + ("PRETENDENDO", &["pretended"]), + ("PERTUBATED", &["perturbed"]), + ("HAPPING", &["happening", "happen"]), + ("SPEICALLY", &["specially"]), + ("OPPSOFITE", &["opposite"]), + ("MICROCONTROLER", &["microcontroller"]), + ("COMPONEMT", &["component"]), + ("CAMOFLAGING", &["camouflaging"]), + ("ALGORWWITHMICALLY", &["algorithmically"]), + ("ACCUPIED", &["occupied"]), + ("ASSUMS", &["assumes"]), + ("SIGNIFANT", &["significant"]), + ("UNBELIEVABLELY", &["unbelievably"]), + ("CLEN", &["clan", "clean"]), + ("ABOUTA", &["about"]), + ("SKETCKED", &["skated", "sketched"]), + ("ASSERTINO", &["assertion"]), + ("REQUIERED", &["required"]), + ("INITLIAZATION", &["initialization"]), + ("ANONYMUS", &["anonymous"]), + ("TRAIING", &["trailing", "training"]), + ("YORU", &["your"]), + ("REIMPLEMENTAIONS", &["reimplementations"]), + ("DEFICIENTY", &["deficiency"]), + ("EXTREM", &["extremum", "extreme"]), + ("CORREKTIONS", &["corrections"]), + ("CHAMELOEN", &["chameleon"]), + ("ASTETHICALLY", &["aesthetically"]), + ("PROBABLILITY", &["probability"]), + ("ADAQUIT", &["adequate"]), + ("CONGIFURABLE", &["configurable"]), + ("GREENHOSUE", &["greenhouse"]), + ("CIRCUNFERENCE", &["circumference"]), + ("PREDOMINATLY", &["predominantly"]), + ("HARRASSING", &["harassing"]), + ("FIW", &["fix"]), + ("ACKNOWLDEGED", &["acknowledged"]), + ("TILLTED", &["tilted"]), + ("PHOTOSHIPPED", &["photoshopped"]), + ("PASCHURISED", &["pasteurised"]), + ("ACHEIVES", &["achieves"]), + ("TEXLINE", &["textline"]), + ("PURTAINS", &["pertains"]), + ("DEFINAETLY", &["definitely"]), + ("INVITATO", &["invitation"]), + ("NUMBERIC", &["numeric"]), + ("ORIDINARILY", &["ordinarily"]), + ("EXPEECTEDLY", &["expectedly"]), + ("CORRELTIONS", &["correlations"]), + ("FORUMULAS", &["formulas"]), + ("NASTERSHUMS", &["nasturtiums"]), + ("MECHINICAL", &["mechanical"]), + ("BELIEVR", &["believer"]), + ("ENCRYPED", &["encrypted"]), + ("RETUTNING", &["returning"]), + ("SWTICHBACKS", &["switchbacks"]), + ("INDIVIDUALY", &["individually"]), + ("ABD", &["and"]), + ("CULTURELS", &["cultures"]), + ("CHARASCTER", &["character"]), + ("INACCESSBILE", &["inaccessible"]), + ("MARGINALY", &["marginally"]), + ("DOWNGRATED", &["downgrade", "downgraded"]), + ("SYMPTUMATICLLY", &["symptomatically"]), + ("EXPATRIOT", &["expatriate"]), + ("THSOSE", &["those"]), + ("OVERUN", &["overrun"]), + ("INTERESET", &["interest"]), + ("REEVAULATED", &["reevaluate"]), + ("MAINFESTS", &["manifests"]), + ("UNCHANGABLE", &["unchangeable"]), + ("PERSUATED", &["persuade"]), + ("CONSIDERABILE", &["considerable"]), + ("INVAILDATE", &["invalidates", "invalidate"]), + ("CAPITALISIM", &["capitalism"]), + ("CAPITILISTS", &["capitalists"]), + ("HEAVILIY", &["heavily"]), + ("CORSSES", &["crosses", "courses"]), + ("PRIND", &["print"]), + ("CAPITILAZATION", &["capitalization"]), + ("UNDERSTANDIG", &["understanding"]), + ("BOUUND", &["bound"]), + ("GRADIFICATION", &["gratification"]), + ("SOLIDERS", &["soldiers"]), + ("STUBBORNESS", &["stubbornness"]), + ("MADDNESS", &["madness"]), + ("MODUL", &["module"]), + ("CONSCIENSE", &["conscience"]), + ("POSSABILTIES", &["possibilities"]), + ("SERIOUSLLY", &["seriously"]), + ("ADDREES", &["address"]), + ("DEPDEN", &["depend"]), + ("ASSOCIATIES", &["associates"]), + ("OFFICALY", &["officially"]), + ("NEGOTATION", &["negotiation"]), + ("TORUBLESOME", &["troublesome"]), + ("CALUCULATING", &["calculating"]), + ("DISSIMIALR", &["dissimilar"]), + ("FUNDAMENTALISTISK", &["fundamentalists"]), + ("RENDERESD", &["rendered"]), + ("ALSWAYS", &["always"]), + ("EXPERIMNT", &["experiment"]), + ("OPJECT", &["object"]), + ("MONOMORPIZE", &["monomorphize"]), + ("UNDERUN", &["underrun"]), + ("CIPHERSUIT", &["ciphersuite"]), + ("SEGEMENTED", &["segmented"]), + ("RESPOSIBLITY", &["responsibility"]), + ("WORKINS", &["workings"]), + ("AUTONEGOTAITIONS", &["autonegotiations"]), + ("LISTINER", &["listener"]), + ("EXECTUABLES", &["executable", "executables"]), + ("BRITHDAYS", &["birthdays"]), + ("BECAUSAE", &["because"]), + ("DRUNKENESS", &["drunkenness"]), + ("PROPERY", &["property", "properly"]), + ("SUBMITE", &["submit"]), + ("AXISES", &["axes"]), + ("BOBARD", &["board", "bombard"]), + ("GENRATING", &["generating"]), + ("PHOTOSHOPPADE", &["photoshopped"]), + ("RESUABLE", &["reusable"]), + ("IMPLETMENT", &["implement"]), + ("CONCURES", &["concurs", "conquers"]), + ("CONTROVERSA", &["controversial"]), + ("EVERTHING", &["everything"]), + ("MAPPPINGS", &["mappings"]), + ("SUBNEGOTIOATION", &["subnegotiation"]), + ("GRAMMATICLY", &["grammatical"]), + ("ABSROBED", &["absorbed"]), + ("LITERALY", &["literally"]), + ("MUSHROM", &["mushroom"]), + ("FLYES", &["flies", "flyers"]), + ("VERSITAL", &["versatile"]), + ("CONVENIECE", &["convenience"]), + ("RELUCTANTY", &["reluctantly"]), + ("DOCUMENTARSE", &["documentaries"]), + ("GUARNTEEING", &["guaranteeing"]), + ("ADDRERSSS", &["address"]), + ("UPGERADING", &["upgrading"]), + ("WRONLY", &["wrongly"]), + ("MONE", &["mono", "money", "none"]), + ("CHIHUAHAU", &["chihuahua"]), + ("EPLOITS", &["exploits"]), + ("COMPAINONS", &["companions"]), + ("ISOLOATED", &["isolated"]), + ("SURPEMACIST", &["supremacist"]), + ("VAILIDITY", &["validity"]), + ("VEGETATIANS", &["vegetarians"]), + ("ADJUSTMANT", &["adjustment"]), + ("CONSEQUENTUALLY", &["consequently"]), + ("COUNSILING", &["counseling"]), + ("POMEGRANITE", &["pomegranate"]), + ("HIGHTLIGHT", &["highlight"]), + ("SUBSTRACT", &["subtract"]), + ("ATTRIUTES", &["attributes"]), + ("OUTWEIGHES", &["outweighs"]), + ("ALLCATION", &["allocation"]), + ("LIKLY", &["likely"]), + ("EXPLORERERS", &["explorers"]), + ("INITILALIZE", &["initialize"]), + ("POSTHOMOUS", &["posthumous"]), + ("AVAILLABLE", &["available"]), + ("PUBLISGED", &["published"]), + ("AUTOGRPAH", &["autograph"]), + ("CUSTAMIZING", &["customizing"]), + ("ALOCHOLIC", &["alcoholic"]), + ("NORMLIZE", &["normalize"]), + ("COMMERICALLY", &["commercially"]), + ("INTEDNED", &["intended"]), + ("GRANDCHILDER", &["grandchildren"]), + ("INNCREMENTS", &["increments"]), + ("TYPOES", &["typos", "types"]), + ("COMMEMTERS", &["commenters"]), + ("CORRECTERS", &["correctors"]), + ("CONERTER", &["converter"]), + ("GUAS", &["gauss"]), + ("ATQUIRED", &["acquired"]), + ("TINGS", &["things"]), + ("TIRANGLE", &["triangle"]), + ("SPEFICIEIRS", &["specifiers"]), + ("ACUMULATED", &["accumulated"]), + ("TWON", &["town"]), + ("APYOONED", &["oppugned"]), + ("INDIANAS", &["indians"]), + ("OCURR", &["occur"]), + ("UDNO", &["undo", "uno"]), + ("CANCES", &["cancel"]), + ("SHINKING", &["shrinking"]), + ("CIRCULATIING", &["circulating"]), + ("SUBJECTIFS", &["subjects"]), + ("COMMITTMENTS", &["commitments"]), + ("INTESTINS", &["intestines"]), + ("ALECHMIST", &["alchemist"]), + ("CHAMNGE", &["change"]), + ("UNFRIEDNLY", &["unfriendly"]), + ("ENDOINTS", &["endpoints"]), + ("SIGNULARITY", &["singularity"]), + ("COMPESSION", &["compassion"]), + ("DISGRUNTELED", &["disgruntled"]), + ("PIPLELINE", &["pipeline"]), + ("IMIDIATELY", &["immediately"]), + ("CESSATIONALIST", &["sensationalist"]), + ("CHIZZLING", &["chiseling"]), + ("IDENTIABLE", &["identifiable"]), + ("PRESCRITPION", &["prescriptions"]), + ("ITENARY", &["itinerary"]), + ("DEDICACION", &["dedication"]), + ("COMPARISAION", &["comparison"]), + ("POSTULAT", &["postulate"]), + ("SCRAO", &["scrap"]), + ("GNERATIONS", &["generations"]), + ("INTERPOLOATED", &["interpolated"]), + ("CONSERVICE", &["conserve"]), + ("DEMONSTATION", &["demonstration"]), + ("ORITINAL", &["original"]), + ("EGARDS", &["regards"]), + ("BUIS", &["buoy", "buoys", "buys"]), + ("SUBSEQUNCE", &["subsequence"]), + ("OBSCOLESCENCE", &["obsolescence"]), + ("SOCIALOGICAL", &["sociological"]), + ("RESOULTIONS", &["resolutions"]), + ("INTRINSECALLY", &["intrinsically"]), + ("DECLATED", &["declared"]), + ("QUICKET", &["quickest"]), + ("PEDNING", &["pending"]), + ("ASSOCICATES", &["associates"]), + ("CRUSDAER", &["crusader"]), + ("PERSUCUTION", &["persecution"]), + ("GRUPING", &["grouping"]), + ("BRIGHTN", &["brighten"]), + ("NAVAGATING", &["navigating"]), + ("SERACHES", &["searches"]), + ("NESCESARILY", &["necessarily"]), + ("DOLHPIN", &["dolphin"]), + ("INTERPOLOATIONS", &["interpolations"]), + ("ADNIMISTRATOR", &["administrators"]), + ("DILIBERATELY", &["deliberately"]), + ("GURANTEES", &["guarantees"]), + ("AUTHETNICATED", &["authenticated"]), + ("TANSFORM", &["transform"]), + ("CEREBRAWL", &["cerebral"]), + ("INTOXINATION", &["intoxication"]), + ("GUNANINE", &["guanine"]), + ("DISTICNTION", &["distinctions"]), + ("PALESTINAINS", &["palestinians"]), + ("SRBG", &["srgb"]), + ("FONTAIN", &["fountain", "contain"]), + ("WHYTHOUT", &["without"]), + ("HALLALUJA", &["hallelujah"]), + ("INOVICE", &["invoice"]), + ("PRIORETIZE", &["prioritize"]), + ("DEPDENNCY", &["dependency"]), + ("EHANCEMENT", &["enhancement"]), + ("PROVERVIAL", &["proverbial"]), + ("BACKLGHT", &["backlight"]), + ("MULLTIPLE", &["multiple"]), + ("REQUIRS", &["requires"]), + ("SIWTCHING", &["switching"]), + ("PRODUCERES", &["produces"]), + ("INCOMPTETENT", &["incompetent"]), + ("SEPARATLY", &["separately"]), + ("NUMBBERING", &["numbering"]), + ("FHURTER", &["further"]), + ("EXAPLANATIONS", &["explanations"]), + ("ARRANGT", &["arrangement"]), + ("VINIGAR", &["vinegar"]), + ("UNDERESTEMATED", &["underestimated"]), + ("SPEFICIALLATION", &["specification"]), + ("BEACUOUP", &["beaucoup"]), + ("UNSUABLE", &["unusable"]), + ("JUGGERNAUNT", &["juggernaut"]), + ("PICUTRE", &["picture"]), + ("TERMIGATOR", &["terminator"]), + ("KICKSTARTR", &["kickstarter"]), + ("OCCURACY", &["accuracy"]), + ("SOMETINH", &["something"]), + ("THURSDSAY", &["thursdays"]), + ("MOTIVAITON", &["motivations", "motivation"]), + ("INTESITY", &["intensity"]), + ("DISTRIBITORS", &["distributors"]), + ("AUTHETICATING", &["authenticating"]), + ("SUPHISTICATED", &["sophisticated"]), + ("CONRRUPTIBLE", &["corruptible"]), + ("MAINTANER", &["maintainer"]), + ("DESTROIED", &["destroyed"]), + ("PATIAL", &["spatial"]), + ("PREVIUOUS", &["previous"]), + ("PROMTING", &["promoting", "prompting"]), + ("SUPPRT", &["support"]), + ("CONSIDRED", &["considered"]), + ("CONSITUTION", &["constitution"]), + ("DIAREA", &["diarrhea"]), + ("EXPLICLY", &["explicitly"]), + ("INSUFFICENCY", &["insufficiency"]), + ("SUBSTANTIE", &["substantive"]), + ("CONVERSIBLE", &["convertible"]), + ("INTERACSIONS", &["interactions"]), + ("SUNBINTERPRETER", &["subinterpreter"]), + ("RESUED", &["reused", "rescued", "resumed"]), + ("INTRAVERTS", &["introverts"]), + ("ACIDENT", &["accident"]), + ("EXPIRIMENTAL", &["experimental"]), + ("INQUISTIOR", &["inquisitor"]), + ("PARNTERSHIP", &["partnership"]), + ("EXTENSIBITY", &["extensibility"]), + ("CAUCASIN", &["caucasian"]), + ("EXPERIMETENTERS", &["experimenters"]), + ("REPROTED", &["reported"]), + ("BECAUSW", &["because"]), + ("PROGARMABILITY", &["programmability"]), + ("LUDRICOUS", &["ludicrous"]), + ("DATATYE", &["datatype"]), + ("DIAGNOSICS", &["diagnostics"]), + ("EXPERMENTAL", &["experimental"]), + ("CONSTARIN", &["constrain"]), + ("THEORITS", &["theorist"]), + ("NORE", &["nor", "more", "node", "note"]), + ("GANERATED", &["generated"]), + ("DESCRIBBED", &["described"]), + ("SITUTAION", &["situation"]), + ("SENSACIONALIST", &["sensationalist"]), + ("RIGHTEOUNESS", &["righteousness"]), + ("BLEUTOOTH", &["bluetooth"]), + ("HARRASSED", &["harassed"]), + ("PERSISIT", &["persist"]), + ("INTELLIGENTE", &["intelligence"]), + ("QUNATUM", &["quantum"]), + ("HOMEWORKS", &["homework"]), + ("LANGUAQES", &["languages"]), + ("COLOMN", &["column"]), + ("COYPRIGHTED", &["copyrighted"]), + ("DESTURTORS", &["destructors"]), + ("TRANMISSION", &["transmission"]), + ("PHOTAGRAPHER", &["photographer"]), + ("MOONLIGT", &["moonlight"]), + ("NUTRITIONNAL", &["nutritional"]), + ("DESCUSS", &["discuss"]), + ("CONFLICING", &["conflicting"]), + ("INNOTATION", &["innovation"]), + ("PASSHTROUGH", &["passthrough"]), + ("CALIBLER", &["caliber"]), + ("WINTSON", &["winston"]), + ("HACTHING", &["hatching"]), + ("MISCARRAGE", &["miscarriage"]), + ("STIMULATIN", &["stimulation"]), + ("PROPLEM", &["problem"]), + ("SUROUND", &["surround"]), + ("SIMPLIES", &["implies", "simplifies"]), + ("FARSICAL", &["farcical"]), + ("INTERCEPTONS", &["interceptions"]), + ("ARCHICTURE", &["architecture"]), + ("NOTIFIYING", &["notifying"]), + ("DEVLEOP", &["develop"]), + ("TARGETTTING", &["targeting"]), + ("ABUDCTED", &["abducted"]), + ("CALCUALATE", &["calculate"]), + ("CIRCUTS", &["circuits"]), + ("TOGGELS", &["toggles"]), + ("ALLOCOS", &["allocs"]), + ("GROUPE", &["group", "grouped"]), + ("PHILEDELPHIA", &["philadelphia"]), + ("RTURNS", &["returns", "turns"]), + ("ATTRIBUTESS", &["attributes"]), + ("CALUCLATED", &["calculated"]), + ("NEGOTIOABLE", &["negotiable"]), + ("HEAVELY", &["heavily"]), + ("TRANSIMTTED", &["transmitted"]), + ("KEWORD", &["keyword"]), + ("CRSYTALLOGRAPHIC", &["crystallographic"]), + ("VISIUBLE", &["visible"]), + ("ASNWERER", &["answerer"]), + ("EXPERINEMENTING", &["experimenting"]), + ("PREGRESSIVELY", &["progressively"]), + ("MAYONASE", &["mayonnaise"]), + ("PARITIONS", &["partitions"]), + ("DANGEROUSELY", &["dangerously"]), + ("SWITHC", &["switch"]), + ("EXCEPTIONSS", &["exceptions"]), + ("BECUAE", &["because"]), + ("COMPONENENT", &["component"]), + ("FORUMULA", &["formula"]), + ("BENCHAMRKING", &["benchmarking"]), + ("IMPOROVEMENTS", &["improvements"]), + ("WASS", &["was"]), + ("BAKCERS", &["backers"]), + ("QIEST", &["quest"]), + ("DOMONSTRATES", &["demonstrates"]), + ("OVERPOWEING", &["overpowering"]), + ("ALGOTITHMICALLY", &["algorithmically"]), + ("DEUBUG", &["debug"]), + ("AVAILALE", &["available"]), + ("POLITICAIN", &["politician"]), + ("CONCER", &["concern"]), + ("ADDJUST", &["adjust"]), + ("BECAAUSE", &["because"]), + ("CLENAUP", &["cleanup"]), + ("COMPUSLORY", &["compulsory"]), + ("SAUTAYS", &["sautés"]), + ("ATTATCHMENTS", &["attachments"]), + ("LEAGCY", &["legacy"]), + ("CONTIBUTES", &["contributes"]), + ("FOLLOD", &["followed"]), + ("VARIABLWES", &["variables"]), + ("STAUTS", &["status"]), + ("WIDHTPOINTS", &["widthpoints"]), + ("IDENTCIAL", &["identical"]), + ("REPEDABILITY", &["repeatability"]), + ("CRITICMS", &["critics"]), + ("PSYCHOPAAT", &["psychopath"]), + ("INCORPERATES", &["incorporates"]), + ("COMPLETEN", &["complement"]), + ("ELEASED", &["released"]), + ("DEBGU", &["debug"]), + ("FERMENTACION", &["fermentation"]), + ("XENOPHIBIA", &["xenophobia"]), + ("SHWON", &["shown"]), + ("SMAPLED", &["sampled"]), + ("ATOMTICALLY", &["automatically"]), + ("BRIDMAN", &["birdman"]), + ("HUMANITIS", &["humanities"]), + ("COMLETE", &["complete"]), + ("SOMETINHG", &["something"]), + ("EMBENDINGS", &["embeddings"]), + ("UTILIIZING", &["utilizing"]), + ("WROKFLOWS", &["workflows"]), + ("TRANSLUENT", &["translucent"]), + ("EFFEECTS", &["effects"]), + ("EMMISARRIES", &["emissaries"]), + ("VUNRABILITY", &["vulnerability"]), + ("HIGHSCHOLL", &["highschool"]), + ("QUDRANGLES", &["quadrangles"]), + ("FABOULUS", &["fabulous"]), + ("RETRANSMITED", &["retransmitted"]), + ("ABSTRCT", &["abstract"]), + ("REPRSENTED", &["represented"]), + ("TABLESPPONS", &["tablespoons"]), + ("ALTERNADOR", &["alternator"]), + ("BAZARE", &["bazaar", "bizarre"]), + ("JUMOED", &["jumped"]), + ("PATAMETERS", &["parameters"]), + ("UNEXPETCED", &["unexpected"]), + ("ACCIDENTLAY", &["accidentally"]), + ("ALTERANTIVELY", &["alternatively"]), + ("ULTRAOUND", &["ultrasound"]), + ("LANGTHS", &["lengths"]), + ("ESCALATIVE", &["escalate"]), + ("THEORETICALL", &["theoretically"]), + ("FOUUND", &["found"]), + ("CANNPT", &["cannot"]), + ("EYEBALS", &["eyeballs"]), + ("ELASPES", &["elapses"]), + ("BECXAUSE", &["because"]), + ("LAUGUAGE", &["language"]), + ("COEFICENT", &["coefficient"]), + ("EXPETIMENTAL", &["experimental"]), + ("SOVEREGNITY", &["sovereignty"]), + ("OERATIONS", &["operations"]), + ("FIRT", &["first", "flirt"]), + ("CIRLES", &["circles"]), + ("APPYING", &["applying"]), + ("DIRECCTLY", &["directly"]), + ("PREMANENT", &["permanent"]), + ("RECJECTED", &["rejected"]), + ("OFFICEALLY", &["officially"]), + ("SITMULI", &["stimuli"]), + ("DESITIONS", &["decisions"]), + ("OSCILLISCOPE", &["oscilloscope"]), + ("AMALGUMS", &["amalgams"]), + ("SUCCSESS", &["success"]), + ("COOLOT", &["culotte"]), + ("VACINITY", &["vicinity"]), + ("ENEDED", &["ended"]), + ("ENDEVERING", &["endeavoring"]), + ("FOLWOING", &["following"]), + ("SYNPOSIS", &["synopsis"]), + ("THIKING", &["thinking"]), + ("PRROTTYPES", &["prototypes"]), + ("TIMESTANS", &["timespans"]), + ("SUBJET", &["subject"]), + ("FUNDAMENTALISTI", &["fundamentals"]), + ("TRANSMORGS", &["transforms"]), + ("CIGURETS", &["cigarets"]), + ("INSTRUCTOIN", &["instruction"]), + ("CHOLESTROL", &["cholesterol"]), + ("NEXESSARY", &["necessary"]), + ("RETREIVED", &["retrieved"]), + ("UPPERCAS", &["uppercase"]), + ("RENEGOTIOTATIONS", &["renegotiations"]), + ("CHARACTET", &["character"]), + ("POULATIONS", &["populations"]), + ("INDICASTE", &["indicates"]), + ("MUTIALTION", &["mutilation"]), + ("IMPLEMENTATO", &["implementation"]), + ("UNIFORMELY", &["uniformly"]), + ("UNEMPLOYEMNT", &["unemployment"]), + ("IMAPCTED", &["impacted"]), + ("APORTIONABLE", &["apportionable"]), + ("CATASTROHPE", &["catastrophe"]), + ("UKRAINIE", &["ukraine"]), + ("SPPORTS", &["supports"]), + ("TEMPORTARIES", &["temporaries"]), + ("QUALIFER", &["qualifier"]), + ("INITIALITZE", &["initialize"]), + ("CATGORICAL", &["categorical"]), + ("ENLIGTHENED", &["enlightened"]), + ("EXECUTIONEERS", &["executioner"]), + ("MACLOLM", &["malcolm"]), + ("NAYBOUR", &["neighbour"]), + ("BUNDELED", &["bundled"]), + ("FUTRE", &["future"]), + ("GOUP", &["group"]), + ("ALGORTIMICALLY", &["algorithmically"]), + ("RELIGOUS", &["religious"]), + ("LONGEVITIY", &["longevity"]), + ("DEFICIENCT", &["deficient"]), + ("FOLLIWIWNG", &["following"]), + ("DEREFERNCED", &["dereferenced"]), + ("ILOGICAL", &["illogical"]), + ("REGULAE", &["regulate"]), + ("ENDROSE", &["endorse"]), + ("CEASSER", &["caesar"]), + ("MODYFING", &["modifying"]), + ("PERCISELY", &["precisely"]), + ("ACUMULATOR", &["accumulator"]), + ("DIFUSES", &["diffuses", "defused"]), + ("AGRICULURE", &["agriculture"]), + ("WHATHER", &["whether", "weather"]), + ("UNSELCTS", &["unselects"]), + ("FORIEGN", &["foreign"]), + ("WAVIERS", &["waivers"]), + ("VISIST", &["visit"]), + ("CAFFEINNE", &["caffeine"]), + ("KONVERSATION", &["conversation"]), + ("PERSECTUION", &["persecution"]), + ("REAGARDS", &["regards"]), + ("SAFEPOOINT", &["safepoint"]), + ("PUSEHD", &["pushed"]), + ("BUITLIN", &["builtin"]), + ("SUCCEE", &["succeed"]), + ("COMONENTS", &["components"]), + ("ADAPERS", &["adapters"]), + ("COMPLIENT", &["compliant"]), + ("SENAPHORES", &["semaphores"]), + ("SOURT", &["sort", "south", "sour"]), + ("EMBEED", &["embed"]), + ("SECTONED", &["sectioned"]), + ("FORARD", &["forward"]), + ("DIEASE", &["disease"]), + ("WIOTH", &["with"]), + ("DIAGONAAL", &["diagonal"]), + ("UNBOUNADED", &["unbounded"]), + ("COMPENSATIN", &["compensation"]), + ("REOUTED", &["routed", "rerouted"]), + ("FOMRATER", &["formatter"]), + ("NEGTIVE", &["negative"]), + ("UNDERTACKER", &["undertaker"]), + ("CAMBODAI", &["cambodia"]), + ("TARGETD", &["targeted"]), + ("MULTIPLICTY", &["multiplicity"]), + ("CONTINENTIAL", &["continental"]), + ("GOOSEBUMBS", &["goosebumps"]), + ("REACING", &["reaching"]), + ("ABBERRATION", &["aberration"]), + ("STRUCTRED", &["structured"]), + ("PROFESIONS", &["profession"]), + ("PERMITION", &["permission"]), + ("NEGITIATORS", &["negotiators"]), + ("COMPOSITS", &["composites"]), + ("LESBIANUS", &["lesbians"]), + ("LEEG", &["league"]), + ("BETESHDA", &["bethesda"]), + ("GORGOEUS", &["gorgeous"]), + ("UPLAOD", &["upload"]), + ("SENSATIONAIL", &["sensational"]), + ("EVYRTHING", &["everything"]), + ("INVESTINGATE", &["investigate"]), + ("ORGINAL", &["original"]), + ("GROOUPING", &["grouping"]), + ("INFANTUS", &["infants"]), + ("IMPOTR", &["import", "importer"]), + ("ARTICIFIAL", &["artificial"]), + ("UNKNON", &["unknown"]), + ("ADJUSCENT", &["adjacent"]), + ("TANGENTIALY", &["tangentially"]), + ("RELEVENCE", &["relevance"]), + ("ASSYMTHOTIC", &["asymptotic"]), + ("OBHECTIFICATION", &["objectification"]), + ("EMENSELY", &["immensely"]), + ("DELT", &["dealt"]), + ("COMMETNS", &["comments"]), + ("ORPHANES", &["orphans"]), + ("ENCONDINGS", &["encodings"]), + ("CUSTOMIZABE", &["customizable"]), + ("FALLIGN", &["falling"]), + ("SUMMERISED", &["summarised"]), + ("PRIVELEGED", &["privileged"]), + ("INTORDUCES", &["introduces"]), + ("PARAMADICS", &["paramedics"]), + ("COMPETITIE", &["competitive"]), + ("EIGTH", &["eighth", "eight"]), + ("BIGFOOOT", &["bigfoot"]), + ("CYLCIC", &["cyclic"]), + ("TENTALCES", &["tentacles"]), + ("SUNCONSCIOUSLY", &["subconsciously"]), + ("COMMERICIAL", &["commercial"]), + ("CONTANCTING", &["contracting"]), + ("COLOMBA", &["colombia"]), + ("OCCATIONAL", &["occasional"]), + ("NOVERMBER", &["november"]), + ("AGGENST", &["against"]), + ("DELAING", &["delaying"]), + ("ANNIHLIATION", &["annihilation"]), + ("MODERATORE", &["moderate"]), + ("JUSTIFIY", &["justify"]), + ("SPEFICIALLALLY", &["specifically"]), + ("RADIOCATIVE", &["radioactive"]), + ("COORDITATE", &["coordinate"]), + ("MATHEMETICIANS", &["mathematicians"]), + ("DIMENSIONSAL", &["dimensional"]), + ("ADDIGN", &["adding"]), + ("APLICATION", &["application"]), + ("NEIGHBERING", &["neighboring"]), + ("DISASTROS", &["disastrous"]), + ("CATAGORICALLY", &["categorically"]), + ("VIGILANTIE", &["vigilante"]), + ("UNIFORMES", &["uniforms"]), + ("PROVENCES", &["provinces"]), + ("DIFFERENCIATED", &["differentiated"]), + ("ADMINISTRATIEF", &["administrative"]), + ("PROBLEEM", &["problem"]), + ("ESPIANOGE", &["espionage"]), + ("IDAEIDAE", &["idea"]), + ("PLAGIARIZM", &["plagiarism"]), + ("UNDERSTANING", &["understanding"]), + ("MEMERIZATION", &["memorization"]), + ("ABNORNALLY", &["abnormally"]), + ("DEMOSTRATED", &["demonstrated"]), + ("KENNEDEY", &["kennedy"]), + ("THREATES", &["threatens"]), + ("PRACTIC", &["practice"]), + ("HYPOTHENUSES", &["hypotenuses"]), + ("CLEASNING", &["cleansing"]), + ("BEGLIAN", &["belgian"]), + ("DISCOGRAHY", &["discography"]), + ("SPEFICIFIED", &["specified"]), + ("VAULABLE", &["valuable"]), + ("INFULENCED", &["influenced"]), + ("COMPUNATION", &["computation"]), + ("ECONOMICLLY", &["economically"]), + ("FORSAKN", &["forsaken"]), + ("RECRUTIERS", &["recruiters"]), + ("RETREVES", &["retrieves"]), + ("WATKINGS", &["watkins"]), + ("EMULTORS", &["emulators"]), + ("CRITCIALLY", &["critically"]), + ("LANGERIE", &["lingerie"]), + ("TEMPORAERE", &["temporary"]), + ("BACHLEOR", &["bachelor"]), + ("SORROUND", &["surround"]), + ("HITBOXS", &["hitboxes"]), + ("MERCHANS", &["merchants"]), + ("TRANACTIONS", &["transactions"]), + ("INABLING", &["enabling"]), + ("SPEFICIFIFED", &["specified"]), + ("DESTRUKTORS", &["destructors"]), + ("HUMILITAING", &["humiliating"]), + ("RUNNNIG", &["running"]), + ("ASOLUTE", &["absolute"]), + ("COMPAINES", &["companies"]), + ("HYPENS", &["hyphens"]), + ("EXPERIMENAT", &["experiment"]), + ("IDENFIED", &["identified"]), + ("TIMEPUTS", &["timeouts"]), + ("INTERNATIONL", &["international"]), + ("RHAPOSDY", &["rhapsody"]), + ("EXPEXCTED", &["expected"]), + ("MOLESTAION", &["molestation"]), + ("COPYRITGHT", &["copyright"]), + ("ORTHOGNAL", &["orthogonal"]), + ("WINDHSIELD", &["windshield"]), + ("EXCEUTIVE", &["executive"]), + ("ALGORITHSMICALLY", &["algorithmically"]), + ("MUTLITASKING", &["multitasking"]), + ("REFECT", &["reflect"]), + ("PRONOUCNING", &["pronouncing"]), + ("TALIGATE", &["tailgate"]), + ("NEGOTIONATED", &["negotiated"]), + ("AUTOKORRECT", &["autocorrect"]), + ("FRESHKLY", &["freshly"]), + ("FOLLOWIN", &["following"]), + ("PRACTICESS", &["practice"]), + ("UNFILP", &["unflip"]), + ("FAIURE", &["failure"]), + ("STORMFORNT", &["stormfront"]), + ("TALLENTS", &["tallest"]), + ("EXHAUSTO", &["exhaustion"]), + ("JURNY", &["journey"]), + ("COLESCING", &["coalescing"]), + ("CONFGI", &["config"]), + ("SPECUALTION", &["speculation"]), + ("EXECUITED", &["executed"]), + ("DEPENDENICES", &["dependencies"]), + ("OPEARTION", &["operation"]), + ("STRUCTERES", &["structures"]), + ("COPENHAGUE", &["copenhagen"]), + ("MISTEEK", &["mystique"]), + ("REPRODUCABLE", &["reproducible"]), + ("TECHICAL", &["technical"]), + ("SPECICATION", &["specification"]), + ("REORER", &["reorder"]), + ("NARCISSSISM", &["narcissism"]), + ("FIREFIGTHERS", &["firefighters"]), + ("CANDINATE", &["candidate"]), + ("SHLL", &["shell"]), + ("NEIGHBR", &["neighbor"]), + ("INVENTINGS", &["inventions"]), + ("DESCRIPTONS", &["descriptions"]), + ("ANYTIEM", &["anytime"]), + ("REPORE", &["rapport", "report", "repose"]), + ("RENEGOTAITORS", &["renegotiators"]), + ("ALREDY", &["already"]), + ("PERFROMS", &["performs"]), + ("MANIFACTURERS", &["manufacturers"]), + ("ENOUNTERS", &["encounters"]), + ("INTRAVERTED", &["introverted"]), + ("VULNERABILIY", &["vulnerability"]), + ("PYHSICAL", &["physical"]), + ("FORMULATOIN", &["formulation"]), + ("NEWMONITIS", &["pneumonitis"]), + ("CHARACTRS", &["characters"]), + ("INNOAVTION", &["innovations"]), + ("EXPIREMENTATION", &["experimentation"]), + ("MORRIOSN", &["morrison"]), + ("SRIRACA", &["sriracha"]), + ("ELLITPICAL", &["elliptical"]), + ("BOUIND", &["bound"]), + ("RECCONENCTED", &["reconnected"]), + ("EXECTUING", &["executing"]), + ("SUCCESIVE", &["successive"]), + ("MUSILMS", &["muslims"]), + ("REALIBILITY", &["reliability"]), + ("RECOMENDING", &["recommending"]), + ("COMAMNDLINE", &["commandline"]), + ("MONOLOUGE", &["monologue"]), + ("APARTHIED", &["apartheid"]), + ("STABILITE", &["stabilize"]), + ("VULBEARBILITY", &["vulnerability"]), + ("PERSISENT", &["persistent"]), + ("DISPOSSAL", &["disposal"]), + ("CONFIDENTALY", &["confidently"]), + ("REPLACONG", &["replacing"]), + ("VERRY", &["very"]), + ("FERTILZIER", &["fertilizer"]), + ("INTERRATIAL", &["interracial"]), + ("SYSDAMIN", &["sysadmin"]), + ("BRAVERLY", &["bravery"]), + ("ADMINISTRATER", &["administrator"]), + ("CONCLEANMENT", &["concealment"]), + ("ANINATION", &["animation"]), + ("BACKGROUDS", &["backgrounds"]), + ("SECONF", &["second"]), + ("TRAMSMIT", &["transmit"]), + ("RIMANISSES", &["reminisces"]), + ("EXPESSIONS", &["expressions"]), + ("REPUBLIANS", &["republicans"]), + ("VAGULEY", &["vaguely"]), + ("LASONYA", &["lasagna"]), + ("APPROXAMATLY", &["approximately"]), + ("UNEXPEPTED", &["unexpected"]), + ("DISCOVERE", &["discoveries"]), + ("PUBLISEHD", &["published"]), + ("TROGLADITIC", &["troglodytic"]), + ("ACTIVATERS", &["activates"]), + ("PROTCTED", &["protected"]), + ("REFRIGIRATOR", &["refrigerator"]), + ("PROSTITUTON", &["prostitution"]), + ("PHENEMONAL", &["phenomenal"]), + ("SPECIFID", &["specified"]), + ("COMMITETED", &["committed"]), + ("POKET", &["pocket"]), + ("DISTACES", &["distances", "distastes"]), + ("ENDCODER", &["encoder"]), + ("OPTIMIZIBLE", &["optimizable"]), + ("SEPETATELY", &["separately"]), + ("BECOUSE", &["because"]), + ("REVOLUTIONENS", &["revolutions"]), + ("INIITALIZED", &["initialized"]), + ("SYMBOLC", &["symbolic"]), + ("ASSUMAD", &["assumed"]), + ("DISTINATIVE", &["distinctive"]), + ("EMBARESSING", &["embarrassing"]), + ("LENGHTHY", &["lengthy"]), + ("NEGOTIOTED", &["negotiated"]), + ("INTERFACCE", &["interfaces"]), + ("UNMAPPEND", &["unmapped"]), + ("TRANSLPANT", &["transplants"]), + ("GUAREENTEEING", &["guaranteeing"]), + ("EXRACT", &["extract"]), + ("STUMMAC", &["stomach"]), + ("HEMORAGED", &["hemorrhaged"]), + ("MEANIN", &["meaning"]), + ("VIOALTING", &["violating"]), + ("CHECKARE", &["checker"]), + ("DEMANDAS", &["demands"]), + ("STAIONARY", &["stationary"]), + ("RELASHIONSHIP", &["relationship"]), + ("OPPERATIONAL", &["operational"]), + ("CONNETED", &["connected"]), + ("HSTORY", &["history"]), + ("TRANCATION", &["truncation"]), + ("SENTECES", &["sentences"]), + ("DEPRECTATES", &["deprecates"]), + ("PUBISHED", &["published"]), + ("INDIVIDUAIS", &["individuals"]), + ("SUBCLASSESES", &["subclasses"]), + ("INTELLIGIENT", &["intelligent"]), + ("MEANIGFULL", &["meaningful"]), + ("TENOSR", &["tensor"]), + ("DISCOVR", &["discover"]), + ("EXPERESSIONS", &["expressions"]), + ("ARCIVE", &["archive"]), + ("UNPRIVILEDGED", &["unprivileged"]), + ("COLLECITONS", &["collections"]), + ("ANCESTORAL", &["ancestral"]), + ("EASTWOORD", &["eastwood"]), + ("ANCAPSULATES", &["encapsulates"]), + ("NATIONALISTES", &["nationalists"]), + ("PASSIV", &["passive"]), + ("MIRORING", &["mirroring"]), + ("TRAITORIS", &["traitors"]), + ("EXHILERATES", &["exhilarates"]), + ("BOYFRIENTS", &["boyfriends"]), + ("TRASFORM", &["transform"]), + ("CONTEMPALTE", &["contemplate"]), + ("CONFUNSING", &["confusing"]), + ("TRANSCDIG", &["transcoding"]), + ("PRESEARING", &["preserving"]), + ("CONOTROLING", &["controlling"]), + ("SWITH", &["switch"]), + ("TAGGS", &["tags"]), + ("REMMBER", &["remember"]), + ("RECOMMDATION", &["recommendation"]), + ("RENEGOSIATIONS", &["renegotiations"]), + ("OSTENTIBLY", &["ostensibly"]), + ("COMMUNISTAS", &["communists"]), + ("DIPTHERIA", &["diphtheria"]), + ("IRREVERSIBELT", &["irreversible"]), + ("DEREGISTARTION", &["deregistration"]), + ("BLANCK", &["blank", "black"]), + ("ENCOSED", &["enclosed", "encoded"]), + ("DISPENSARE", &["dispenser"]), + ("SYMPTONS", &["symptoms"]), + ("PIPELINS", &["pipelines"]), + ("ACKNOWLWDGE", &["acknowledge"]), + ("REPRESANTATIONS", &["representations"]), + ("AFFORABLE", &["affordable"]), + ("BEHAIVIUOR", &["behavior"]), + ("TRAKERS", &["trackers"]), + ("RNUNING", &["running"]), + ("CONBTROLS", &["controls"]), + ("PSUDONYMOUS", &["pseudonymous"]), + ("ONMISIENCES", &["omnisciences"]), + ("SILOUHETTED", &["silhouetted"]), + ("POTEMTIAL", &["potential"]), + ("ITEARTOR", &["iterator"]), + ("NOTMUTCH", &["notmuch"]), + ("DOBULELIFT", &["doublelift"]), + ("EJACULAION", &["ejaculation"]), + ("POLITICION", &["politician"]), + ("COEFFCIENT", &["coefficient"]), + ("SPECALISED", &["specialised"]), + ("VULNURABLE", &["vulnerable"]), + ("CONTEMPORANEUS", &["contemporaneous"]), + ("PRONUNCIATO", &["pronunciation"]), + ("CAHRGE", &["charge"]), + ("ENDEVORS", &["endeavors"]), + ("IMPELEMNT", &["implement"]), + ("ZIPING", &["zipping"]), + ("ARSNEAL", &["arsenal"]), + ("OVERCOMPANSATING", &["overcompensating"]), + ("CALLBACL", &["callback"]), + ("SACRIFIZING", &["sacrificing"]), + ("EXPERIMDNTATIONS", &["experimentations"]), + ("MARIGNAL", &["marginal"]), + ("STRUCUTRES", &["structures"]), + ("HARDEND", &["hardened"]), + ("COMPLICARE", &["complicate"]), + ("EVIRONMENT", &["environment"]), + ("CONSTRUCTIEF", &["constructive"]), + ("REGISTRARATION", &["registration"]), + ("EXCEUCTION", &["execution"]), + ("CLEARTED", &["cleared"]), + ("AUTOMATTIC", &["automatic"]), + ("GUARRENTEED", &["guaranteed"]), + ("ARGUEMNTS", &["arguments"]), + ("SEPETATE", &["separate"]), + ("PREFERED", &["preferred"]), + ("APPRIRATE", &["appropriate"]), + ("SYNCHONISATION", &["synchronisation"]), + ("FRAMEWORKK", &["framework"]), + ("RESOUCED", &["resourced"]), + ("CONICIDENTALLY", &["coincidentally"]), + ("DISMANLTING", &["dismantling"]), + ("MOCROPROCESSORS", &["microprocessors"]), + ("PROOVES", &["proves"]), + ("PROGRESSSION", &["progressions"]), + ("FORMALIZNG", &["formalizing"]), + ("MOUSTAHCE", &["moustache"]), + ("AGRUABLE", &["arguable"]), + ("SETTUBGS", &["settings", "setups"]), + ("SINAGOGS", &["synagogs"]), + ("ACRLYIC", &["acrylic"]), + ("TAXNOMY", &["taxonomy"]), + ("PEASEFUL", &["peaceful"]), + ("ASSEMBLYS", &["assemblies"]), + ("INTELIGENT", &["intelligent"]), + ("SIMPLET", &["simplest"]), + ("DUBLICATED", &["duplicated"]), + ("REGREST", &["regrets"]), + ("DESCIPTORS", &["descriptors"]), + ("COMPATIBILY", &["compatibility"]), + ("RECEPTOS", &["receptors"]), + ("INPROOVMENTS", &["improvements"]), + ("TRANLATING", &["translating"]), + ("PROGAGATED", &["propagated"]), + ("IMMORTALISY", &["immortals"]), + ("UNEFFICIENT", &["inefficient"]), + ("CALCUATED", &["calculated"]), + ("PROMPLTY", &["promptly"]), + ("SITUATIONALS", &["situations", "situational"]), + ("ADVERTSING", &["advertising"]), + ("INTERNEDIATE", &["intermediate"]), + ("DATAHASHEETS", &["datasheets"]), + ("PERPARATION", &["preparation"]), + ("NEIGHBOUT", &["neighbour"]), + ("BECAUAE", &["because"]), + ("SHOUDLNT", &["shouldnt"]), + ("PREVEN", &["prevent"]), + ("VISUALYSE", &["visualise"]), + ("VEGITARIAN", &["vegetarian"]), + ("ADDRESSD", &["addressed"]), + ("REPATWAR", &["repertoire"]), + ("CRYPRIC", &["cryptic"]), + ("SYCLE", &["cycle"]), + ("TRANSFORMUS", &["transforms"]), + ("GOVERMETN", &["government"]), + ("SURVIVIED", &["survived"]), + ("INDCATES", &["indicates"]), + ("UNSOCLICITED", &["unsolicited"]), + ("APPORACH", &["approach"]), + ("DISTINGUISES", &["distinguishes"]), + ("INFILITRATE", &["infiltrate"]), + ("ARRAYES", &["arrays"]), + ("CHARACTERIZARION", &["characterization"]), + ("EXHISTANCE", &["existence"]), + ("METROPOLOS", &["metropolis"]), + ("ODER", &["order", "odor", "older"]), + ("EGE", &["edge"]), + ("DICTIONARE", &["dictionaries"]), + ("CELEBRATINGS", &["celebrations"]), + ("RIGNTONE", &["ringtone"]), + ("ANALYSISE", &["analyses"]), + ("INSTANTATIONS", &["instantiations"]), + ("ABSINTENCE", &["abstinence"]), + ("MODERATLEY", &["moderately"]), + ("PLCEHOLDER", &["placeholder"]), + ("UNEPECTED", &["unexpected"]), + ("DEAMONISE", &["daemonise"]), + ("UNSUCESSEFULLY", &["unsuccessfully"]), + ("RABIT", &["rabbit"]), + ("ATTRIBYTES", &["attributes"]), + ("SPAWEND", &["spawned"]), + ("REQUERIMENTO", &["requirement"]), + ("LNGUAGES", &["languages"]), + ("INTIMATLEY", &["intimately"]), + ("AGRACULTURAL", &["agricultural"]), + ("GYMANSTICS", &["gymnastics"]), + ("FOLLLOWER", &["follower"]), + ("MEATFILE", &["metafile"]), + ("CONCURENCY", &["concurrency"]), + ("PRATICTIONER", &["practitioners"]), + ("SATISFACTORILLY", &["satisfactory"]), + ("CHRSITIANITY", &["christianity"]), + ("AVALOABLE", &["available"]), + ("LINGUISTICOS", &["linguistics"]), + ("INITILIZING", &["initializing"]), + ("GUARNETY", &["guaranty"]), + ("DEPOLYMENT", &["deployment"]), + ("EFFECTIVLEY", &["effectively"]), + ("OBGECTS", &["objects"]), + ("COMFIRMATION", &["confirmation"]), + ("INLALID", &["invalid"]), + ("AIRZONA", &["arizona"]), + ("CHRASHS", &["crashes", "thrashes", "trashes"]), + ("PERSUING", &["pursuing"]), + ("RONDAYVOO", &["rendezvous"]), + ("INTEGRATON", &["integration"]), + ("OMMITS", &["omits"]), + ("CARNAVORES", &["carnivores"]), + ("DEATILING", &["detailing"]), + ("TIMESTIMP", &["timestamp"]), + ("DISSAPPERING", &["disappearing"]), + ("PEROSNAS", &["personas"]), + ("AVANCES", &["advances"]), + ("LOGGIN", &["login", "logging"]), + ("APECTS", &["aspects"]), + ("EXAMEPLE", &["example"]), + ("POSESSIONS", &["possessions"]), + ("MEDETERRANEAN", &["mediterranean"]), + ("PERPINDICULAR", &["perpendicular"]), + ("SOMETILES", &["sometimes"]), + ("LIBERATRIANS", &["libertarians"]), + ("SYCRONIZATION", &["synchronization"]), + ("SUBNEGOTITIONS", &["subnegotiations"]), + ("DETCTED", &["detected"]), + ("INVALIDE", &["invalid"]), + ("KNOWLEGABLE", &["knowledgeable"]), + ("CRITIZISED", &["criticised"]), + ("SUBTANCES", &["substances"]), + ("PINTER", &["pointer", "printer"]), + ("FIRSTH", &["first"]), + ("SAAME", &["same"]), + ("DEMONSTARTION", &["demonstration"]), + ("SANDWHICHES", &["sandwiches"]), + ("SPEPARATED", &["separated"]), + ("REPESENTING", &["representing"]), + ("PROPENENTS", &["proponents"]), + ("FOREIGNESS", &["foreigners"]), + ("ACUMULATION", &["accumulation"]), + ("ENOURMOUSLY", &["enormously"]), + ("UBELIEVEBLY", &["unbelievably"]), + ("POLYSACCARIDE", &["polysaccharide"]), + ("VERNACULAIRE", &["vernacular"]), + ("SCAVANGER", &["scavenger"]), + ("CHARACHTERS", &["characters"]), + ("COORESPONDED", &["corresponded"]), + ("FRACTURARE", &["fracture"]), + ("ARTIFIACT", &["artifact"]), + ("DEFINATEDLY", &["definitely"]), + ("TEMPRARY", &["temporary", "temporarily"]), + ("LUDCRIOUS", &["ludicrous"]), + ("PASTURIZES", &["pasteurizes"]), + ("SIMULATIE", &["simulate"]), + ("LEATHAL", &["lethal"]), + ("HIGLY", &["highly"]), + ("EXPERESED", &["expressed"]), + ("SPECIALTYS", &["specials"]), + ("STRUCURE", &["structure"]), + ("REQURE", &["require"]), + ("IMPOROVING", &["improving"]), + ("CONSENTRATED", &["concentrated"]), + ("HOSTPOT", &["hotspot"]), + ("INFERFACE", &["interface"]), + ("CONTEINS", &["contains"]), + ("PROSTITUATE", &["prostitute"]), + ("PARAMATER", &["parameter"]), + ("LASANGA", &["lasagna"]), + ("COMBNATION", &["combination"]), + ("RETURED", &["returned"]), + ("EVENLOPES", &["envelopes"]), + ("SAVGROUP", &["savegroup"]), + ("CHANGUING", &["changing"]), + ("SCEEN", &["scene", "seen", "screen", "scheme"]), + ("RESCANED", &["rescanned"]), + ("BEFURE", &["before"]), + ("CALCUALTED", &["calculated"]), + ("PRESHISLY", &["preciously"]), + ("CONSTRACTS", &["constructs"]), + ("EXUCUTED", &["executed"]), + ("INTERNATIONNAL", &["international"]), + ("REVOLUITONARY", &["revolutionary"]), + ("EXHAUSTN", &["exhaustion"]), + ("INVOVLED", &["involved"]), + ("REQUIESTS", &["requests"]), + ("ACTIVISIM", &["activism"]), + ("SINGALS", &["signals"]), + ("RECONETIONS", &["reconnections"]), + ("SERGUN", &["surgeon"]), + ("INDERICTLY", &["indirectly"]), + ("EJACUALTIONS", &["ejaculation"]), + ("THROATHS", &["throats"]), + ("REMINISING", &["reminiscing"]), + ("DEFAMATING", &["defamation"]), + ("MICROTRANSACITONS", &["microtransactions"]), + ("RESORCES", &["resources"]), + ("LIBRAIES", &["libraries"]), + ("WHOOSE", &["whose"]), + ("YAERLY", &["yearly"]), + ("NATIOANLS", &["nationals"]), + ("PREMPTIVE", &["preemptive"]), + ("CROWDSIGNA", &["crowdsignal"]), + ("GRAPHIS", &["graphics"]), + ("ANWYAYS", &["anyways"]), + ("EXTRAORDINARLY", &["extraordinary", "extraordinarily"]), + ("INITILAIZE", &["initialize"]), + ("OUPUTAREA", &["outputarea"]), + ("INTIATED", &["initiated"]), + ("ADDRESED", &["addressed"]), + ("ANWSERING", &["answering"]), + ("CONCURING", &["concurring", "conquering"]), + ("CROSSFIE", &["crossfire"]), + ("MISIMFORMED", &["misinformed"]), + ("CYLINDRES", &["cylinders"]), + ("DELAGATES", &["delegates"]), + ("CONVENIANCE", &["convenience"]), + ("TRAMUATIZED", &["traumatized"]), + ("DISSIMLARLY", &["dissimilarly"]), + ("VERSIONES", &["versions"]), + ("SOUCH", &["pouch", "sough", "such", "touch"]), + ("UPADATER", &["updater"]), + ("EXEECUTABLE", &["executable"]), + ("USPTARTS", &["upstarts"]), + ("INTERENT", &["internet"]), + ("REFERRENCES", &["references"]), + ("VRITUALIZATION", &["virtualization"]), + ("CJOICE", &["choice"]), + ("BOYFIRENDS", &["boyfriends"]), + ("SRTRUCTURE", &["structure"]), + ("INSTANCIATES", &["instantiates"]), + ("IGNORMABLE", &["ignorable"]), + ("DOMONSTRATIONS", &["demonstrations"]), + ("SIMULTAINOUSLY", &["simultaneously"]), + ("UNINITALIZE", &["uninitialize"]), + ("COLOURD", &["coloured"]), + ("CAHANGED", &["changed"]), + ("MOZILA", &["mozilla"]), + ("MALFUNCION", &["malfunction"]), + ("LIBRETARIAN", &["libertarian"]), + ("PETETION", &["petition"]), + ("DIVERTIONS", &["diversions"]), + ("CIPHERSUTES", &["ciphersuites"]), + ("INCLUDIG", &["including"]), + ("PRESNT", &["present"]), + ("PROTLETS", &["portlets"]), + ("READIBILITY", &["readability"]), + ("SOMONE", &["someone"]), + ("EXORBITENT", &["exorbitant"]), + ("BUNLDES", &["bundles"]), + ("DEREIVE", &["derive"]), + ("PLOYNOMIALS", &["polynomials"]), + ("COUTERS", &["counters", "routers", "scouters"]), + ("PREDICITION", &["prediction"]), + ("EXPERESSES", &["expresses"]), + ("INDEPENDNET", &["independents", "independent"]), + ("NARCISSSIST", &["narcissist"]), + ("PALLETES", &["palettes"]), + ("COMPAROTORS", &["comparators"]), + ("WORKPSACES", &["workspaces"]), + ("HAPPILLY", &["happily"]), + ("INTRODUCTIE", &["introduce"]), + ("QUALIFYERS", &["qualifiers"]), + ("BECAUASE", &["because"]), + ("ENIVORNMENT", &["environment"]), + ("STRORAGE", &["storage"]), + ("PENERATOR", &["penetrator"]), + ("RIVISED", &["revised"]), + ("MILLIONARIES", &["millionaires"]), + ("CAHNGE", &["change"]), + ("RETURM", &["return"]), + ("INDEFINITLEY", &["indefinitely"]), + ("ENTENTRIES", &["entries"]), + ("SOLDGERS", &["soldiers"]), + ("NEGATIVATY", &["negativity"]), + ("PSUDONYMS", &["pseudonyms"]), + ("PROCEDRES", &["procedures"]), + ("ALLOCATS", &["allocates"]), + ("DELINK", &["unlink"]), + ("ENTERRPISE", &["enterprises"]), + ("CHUNCK", &["chunk"]), + ("DELCARE", &["declare"]), + ("CONTANERS", &["containers"]), + ("REGISRTY", &["registry"]), + ("MAINTANABILITY", &["maintainability"]), + ("REINKARNATION", &["reincarnation"]), + ("MANIPULITIVE", &["manipulative"]), + ("PHARMASUTICALY", &["pharmaceutical"]), + ("GARGAGE", &["garbage", "garage"]), + ("IMPLEMNTATION", &["implementation"]), + ("PRODUSE", &["produces", "produce"]), + ("DEFAULLS", &["defaults"]), + ("VALUSE", &["values", "value"]), + ("REGULARLISES", &["regularises"]), + ("PARAGRPAH", &["paragraph"]), + ("SIDERAL", &["sidereal"]), + ("ADVICES", &["advice", "advises"]), + ("CONTESTENTS", &["contestants"]), + ("PERIDINKLE", &["periwinkle"]), + ("CONSENTRATING", &["concentrating"]), + ("EXTA", &["extra"]), + ("MASTIERES", &["masteries"]), + ("FACEBOK", &["facebook"]), + ("VAWDVILLE", &["vaudeville"]), + ("ESTTINGS", &["settings"]), + ("TEMPARATURES", &["temperatures"]), + ("DIFFUCLT", &["difficult"]), + ("COMPARSE", &["compares"]), + ("SIMPLISITC", &["simplistic"]), + ("FOLOWS", &["follows"]), + ("DECRPYT", &["decrypt"]), + ("HAPPEING", &["happening"]), + ("DOWNVOTEERS", &["downvoters"]), + ("SPESIFY", &["specify"]), + ("QUEATIONS", &["equations"]), + ("VECTORSS", &["vectors"]), + ("SHPAPES", &["shapes"]), + ("NETWROKS", &["networks"]), + ("NOTEWORHTY", &["noteworthy"]), + ("DEMONSTARTE", &["demonstrate"]), + ("COMRESS", &["compress"]), + ("INSITUTION", &["institution"]), + ("EXPERIMDNTERS", &["experimenters"]), + ("USETNET", &["usenet"]), + ("UNAVIODABLE", &["unavoidable"]), + ("ALTRUSITIC", &["altruistic"]), + ("EXTARNAL", &["external"]), + ("SPECIALLIST", &["specialist"]), + ("DIVINTIY", &["divinity"]), + ("EXPERAMENTED", &["experimented"]), + ("ESCASED", &["escaped"]), + ("AINCENTS", &["ancients"]), + ("NAIVITY", &["naivety"]), + ("THROUGT", &["through"]), + ("CHOLESTOROL", &["cholesterol"]), + ("REGOCNITION", &["recognition"]), + ("ENLIGHTNEMENT", &["enlightenment"]), + ("EMBEDD", &["embed"]), + ("VALIDTING", &["validating"]), + ("ALIGNMMENTS", &["alignments"]), + ("FORIGVEN", &["forgiven"]), + ("NAGATIVELY", &["negatively"]), + ("CHANPIONSHIPS", &["championships"]), + ("RECCOMEND", &["recommend"]), + ("SETTINGSS", &["settings"]), + ("SYMPATHEIC", &["sympathetic"]), + ("DISAPPEARENCE", &["disappearance"]), + ("PREDESCESORS", &["predecessors"]), + ("REECTANGULAR", &["rectangular"]), + ("ABSOLOUTE", &["absolute"]), + ("ADMIRAAL", &["admiral"]), + ("MATHETICIAN", &["mathematician"]), + ("APPROPROPIATELY", &["appropriately"]), + ("LLOKING", &["looking"]), + ("CHIMMENIES", &["chimneys"]), + ("DEMOLATION", &["demolition"]), + ("SCANDALES", &["scandals"]), + ("INSTALLEER", &["installer"]), + ("ASNWER", &["answer"]), + ("TECHNICALY", &["technically"]), + ("SOUVENIERS", &["souvenirs"]), + ("AUTHENICAE", &["authenticate"]), + ("ADMINASTRATOR", &["administrator"]), + ("WHERAS", &["whereas"]), + ("WITHT", &["with"]), + ("AMPATHEATER", &["amphitheater"]), + ("MAXIMUUM", &["maximum"]), + ("ELEATE", &["relate"]), + ("ANINATE", &["animate"]), + ("CAPITALITS", &["capitalists"]), + ("SWITCHEASY", &["switches"]), + ("ATHIEST", &["atheist"]), + ("COLLUMN", &["column"]), + ("PERFERRENCE", &["preference"]), + ("DISSCUSS", &["discuss"]), + ("COMENSATE", &["compensate"]), + ("PERSCRIPTION", &["prescription"]), + ("PROPORTIONALLLY", &["proportionally"]), + ("REDUNDANY", &["redundancy"]), + ("ENVIROMENTS", &["environments"]), + ("HALFITME", &["halftime"]), + ("DESERIALZIED", &["deserialized"]), + ("ANEVIRONMENTS", &["environments"]), + ("CIOTEES", &["coyotes"]), + ("REPOEN", &["reopen"]), + ("APPAERED", &["appeared"]), + ("ATRACT", &["attract"]), + ("SUSPECIONS", &["suspicions"]), + ("RENEGOTATIOR", &["renegotiator"]), + ("COORINATE", &["coordinate"]), + ("MOUNTBLE", &["mountable"]), + ("PROJECTIE", &["projectile"]), + ("CONFUCING", &["confusing"]), + ("CALIFNORIA", &["californian"]), + ("ABSOVLE", &["absolve"]), + ("RENEGOTAIATION", &["renegotiation"]), + ("CANDADATE", &["candidate"]), + ("CARIMONIES", &["ceremonies"]), + ("ARGUBLY", &["arguably"]), + ("SUBSTITUTS", &["substitutes"]), + ("OFFSENSE", &["offense"]), + ("CONNOTAION", &["connotation"]), + ("APPOROXIMATED", &["approximated"]), + ("PRESRCIPTION", &["prescriptions"]), + ("MINISTERY", &["ministry", "minister"]), + ("NEIGHBERHOODS", &["neighborhoods"]), + ("VECTICES", &["vertices"]), + ("GERILLA", &["guerilla"]), + ("DYAMICALLY", &["dynamically"]), + ("EXPENDATURE", &["expenditure"]), + ("PARAGRAGHS", &["paragraphs"]), + ("SENSITITIVITY", &["sensitivity"]), + ("APPROUVING", &["approving"]), + ("DISTRIBUTIORS", &["distributors"]), + ("DESENDING", &["descending"]), + ("SUCESSSFULL", &["successful"]), + ("NORAMALISES", &["normalises"]), + ("FIRTHER", &["further"]), + ("UNCOMPRES", &["uncompress"]), + ("ARTICLUATE", &["articulate"]), + ("SUBSRIBER", &["subscriber"]), + ("THROGH", &["through"]), + ("NASTYNESS", &["nastiness"]), + ("ARBITARY", &["arbitrary"]), + ("CARMONIALLY", &["ceremonially"]), + ("INTRUMENT", &["instrument"]), + ("INPLICIT", &["implicit"]), + ("COMPLETTLY", &["completely"]), + ("QUESETS", &["quests"]), + ("ADDRASS", &["address"]), + ("BUINSESSES", &["businesses"]), + ("SUBCRIPTION", &["subscription"]), + ("INSIDDES", &["insides"]), + ("GENERAING", &["generating"]), + ("PLATAEU", &["plateau"]), + ("INCONSITENCY", &["inconsistency"]), + ("TRUBLING", &["troubling"]), + ("CACLUATER", &["calculator"]), + ("SANLDER", &["sandler"]), + ("INTERRACT", &["interact"]), + ("RESPONNSIBILTY", &["responsibility"]), + ("FOLLER", &["follower"]), + ("RELOCCATED", &["relocated"]), + ("HAMBURGAREN", &["hamburger"]), + ("COSUTMES", &["costumes"]), + ("PLENT", &["plenty"]), + ("METATDATA", &["metadata"]), + ("EXPERSSIONS", &["expressions"]), + ("CUMILATIVE", &["cumulative"]), + ("CONEECTIVITIES", &["connectivities"]), + ("PREVERSE", &["perverse"]), + ("REMOCE", &["remove"]), + ("INTOLERATE", &["intolerant"]), + ("COLONIALSM", &["colonialism"]), + ("MEBERS", &["members"]), + ("DESERIALIZAZION", &["deserialization"]), + ("CONTIGNOUS", &["contiguous"]), + ("DIRECTD", &["directed"]), + ("ACCESSABLE", &["accessible"]), + ("AUTONEGOTATIATIONS", &["autonegotiations"]), + ("BOUNDERY", &["boundary"]), + ("INSTITUCIONALIZED", &["institutionalized"]), + ("INITILIAZES", &["initializes"]), + ("MORROCCO", &["morocco"]), + ("AESTETHICALLY", &["aesthetically"]), + ("REVOLUTTIONARY", &["revolutionary"]), + ("INVESTIGATIORS", &["investigations"]), + ("PERSPECTIVAS", &["perspectives"]), + ("TERRATORIAL", &["territorial"]), + ("LINGVISTIC", &["linguistic"]), + ("RECURSILY", &["recursively"]), + ("QUALIFIKATION", &["qualification"]), + ("CORRUPUT", &["corrupt"]), + ("EXPERIMENTATAL", &["experimental"]), + ("SATISFACTOIN", &["satisfaction"]), + ("SINGULAIR", &["singular"]), + ("PYSCHIATRIST", &["psychiatrist"]), + ("SUCCESSFULE", &["successful"]), + ("RESOLTUIONS", &["resolutions"]), + ("ADOPTOR", &["adopter", "adaptor"]), + ("SYNTHEDIC", &["synthetic"]), + ("LENTILLS", &["lentils"]), + ("INFALABILITY", &["infallibility"]), + ("NITCHING", &["niching"]), + ("UNSPUPORTED", &["unsupported"]), + ("ESSENTALS", &["essentials"]), + ("IMMIDATELY", &["immediately"]), + ("ANALYSZE", &["analyse"]), + ("NUMBERSS", &["numbers"]), + ("HOMEWORD", &["homeworld"]), + ("SUMMMARIZED", &["summarized"]), + ("DOSCLOSURE", &["disclosure"]), + ("ATHLETICM", &["athleticism"]), + ("DISAPPEARNCE", &["disappearance"]), + ("ALLWOS", &["allows"]), + ("ESSESITALY", &["essentially"]), + ("LIFETIMERS", &["lifetimes"]), + ("ADVENTURIOUS", &["adventurous"]), + ("UNDENAIBLY", &["undeniably"]), + ("TRANSCONDED", &["transcoded"]), + ("CONTINUEMOS", &["continues"]), + ("ALTERNATIVETS", &["alternatives"]), + ("EXPERIMENTELLY", &["experimentally"]), + ("INTERNUS", &["interns"]), + ("IMMEDIATLEY", &["immediately"]), + ("AUTHOBIOGRAPHIC", &["autobiographic"]), + ("REVOLUTIONAIRY", &["revolutionary"]), + ("FOLLOWOING", &["following"]), + ("REPLACABLE", &["replicable", "replaceable"]), + ("TABLUAR", &["tabular"]), + ("LAVAE", &["larvae"]), + ("NEGOTHIATE", &["negotiate"]), + ("AUXILERIES", &["auxiliaries"]), + ("TENDINCIES", &["tendencies"]), + ("VULNEARABLE", &["vulnerable"]), + ("MULIPLE", &["multiple"]), + ("SEOND", &["second", "send"]), + ("UDNERESTIMATE", &["underestimated"]), + ("SUNFIBER", &["sunfire"]), + ("BFFER", &["buffer"]), + ("CAPABILITIEIS", &["capabilities"]), + ("ORGIGINALLY", &["originally"]), + ("RECOMMDED", &["recommended"]), + ("GRUPED", &["grouped"]), + ("PROVIDFERS", &["providers"]), + ("DEPICTES", &["depicts"]), + ("MOCROCHIPS", &["microchips"]), + ("SIMSPON", &["simpson"]), + ("BUFFERE", &["buffer"]), + ("BOTIFIES", &["notifies"]), + ("DIFUSED", &["diffused", "defused"]), + ("VULNERABILTIY", &["vulnerability"]), + ("ILLUSTRARE", &["illustrate"]), + ("PERFERMANCE", &["performance"]), + ("CARDBORAD", &["cardboard"]), + ("CONNETCOR", &["connector"]), + ("COMPRESSSED", &["compressed"]), + ("PENISON", &["pension"]), + ("SEDENTARITY", &["sedentary"]), + ("SYNTESIS", &["synthesis"]), + ("GARBADGE", &["garbage"]), + ("RECCONENCT", &["reconnect"]), + ("PLESING", &["pleasing", "blessing"]), + ("CELLEBRATIONS", &["celebrations"]), + ("EXECUES", &["executes"]), + ("ARROS", &["arrows"]), + ("MENSTURAL", &["menstrual"]), + ("NEGOTIATIE", &["negotiated"]), + ("SMARTHPONE", &["smartphone"]), + ("REMEMORING", &["remembering"]), + ("WOU", &["would"]), + ("USEING", &["using"]), + ("STRANGET", &["strangest"]), + ("UPLADERS", &["uploaders"]), + ("EXPCETION", &["exception"]), + ("REBLLIONS", &["rebellions"]), + ("DESCRITION", &["description"]), + ("CLIKCBAIT", &["clickbait"]), + ("EXPEMPLAR", &["exemplar"]), + ("BENEVLOENT", &["benevolent"]), + ("MODFIDERS", &["modifiers"]), + ("TRANSPARCENY", &["transparency"]), + ("RESTUARANTS", &["restaurants"]), + ("MESSSAGE", &["message"]), + ("TURNAPOUND", &["turnaround"]), + ("NEGOZIATED", &["negotiated"]), + ("NIHILSIM", &["nihilism"]), + ("WHILEST", &["whilst"]), + ("UNTRASFORM", &["untransform"]), + ("CRETATE", &["create"]), + ("DEPEDENCYS", &["dependencies"]), + ("COLLONIES", &["colonies"]), + ("ORGIGINALS", &["originals"]), + ("OPNION", &["opinion"]), + ("ASSICIETED", &["associated"]), + ("RELATIVITLY", &["relativity"]), + ("CONCATENTED", &["concatenated"]), + ("JAPANEASE", &["japanese"]), + ("SUPERCEED", &["supersede"]), + ("EVOVLING", &["evolving"]), + ("MISSIONAIRES", &["missionaries"]), + ("SENTIERS", &["sentries"]), + ("SHEPRES", &["spheres"]), + ("DORTMUD", &["dortmund"]), + ("WOLFFRAM", &["wolfram"]), + ("IMPORTANTELY", &["importantly"]), + ("PREAPROOVED", &["preapproved"]), + ("IMPOVEMENTS", &["improvements"]), + ("QEUSTS", &["quests"]), + ("ALTEAST", &["atleast"]), + ("FOURTY", &["forty"]), + ("COLLOCWEALLY", &["colloquially"]), + ("UNAPPLICABLE", &["inapplicable"]), + ("FALSLEY", &["falsely"]), + ("HASTABLES", &["hashtables"]), + ("CHRISTINAS", &["christians"]), + ("DEFICE", &["device"]), + ("CONFLITING", &["conflating"]), + ("COLOUM", &["column"]), + ("DECALRE", &["declare"]), + ("DISCONNECTME", &["disconnected"]), + ("SIRECTS", &["directs"]), + ("STATI", &["statuses", "state", "static"]), + ("IMMENSLY", &["immensely"]), + ("ELLEGANT", &["elegant"]), + ("VEIFY", &["verify"]), + ("JOING", &["joining"]), + ("SWTICHES", &["switches"]), + ("COENCIDENTAL", &["coincidental"]), + ("TRANSCENDENTATIONAL", &["transcendental"]), + ("ADDMIT", &["admit"]), + ("INDED", &["indeed", "index"]), + ("EXLCUSION", &["exclusion"]), + ("PAHNTOM", &["phantom"]), + ("OMMISHINTS", &["omniscience"]), + ("VEREGATED", &["variegated"]), + ("VALLAY", &["valet", "valley"]), + ("INSCTUCTION", &["instruction"]), + ("REIMPPLEMENTATING", &["reimplementing"]), + ("FORAT", &["format"]), + ("SENSATIONNAL", &["sensational"]), + ("RETREAVING", &["retrieving"]), + ("TRIANERS", &["trainers"]), + ("DOWNGADES", &["downgrades"]), + ("STATUTS", &["statutes"]), + ("PROOCOL", &["protocol"]), + ("PHARMASEUTICALLY", &["pharmaceutical"]), + ("UNSUCCCESSULLY", &["unsuccessfully"]), + ("CONCRETS", &["concerts", "concrete"]), + ("CLUASE", &["clause"]), + ("DEGENERAGES", &["degenerates"]), + ("INEFFIZIENT", &["inefficient"]), + ("SACRIFACES", &["sacrifices"]), + ("UNDERHWELMING", &["underwhelming"]), + ("INCONSISTANCE", &["inconsistency"]), + ("SETINGS", &["settings"]), + ("ABSTRACING", &["abstracting"]), + ("INERSHIA", &["inertia"]), + ("DELIMITITED", &["delimited"]), + ("FORTUNATELLY", &["fortunately"]), + ("DETERMINISTC", &["deterministic"]), + ("INITIALSES", &["initialises"]), + ("CHANING", &["chaining", "changing"]), + ("ECEPTIONS", &["exceptions"]), + ("INTROSPECTIN", &["introspection"]), + ("RHYTMIC", &["rhythmic"]), + ("DISPORVES", &["disproves"]), + ("PRESCIENTS", &["presidents"]), + ("THEROY", &["theory"]), + ("RESPPONSES", &["responses"]), + ("ASCPECT", &["aspect"]), + ("TABL", &["table"]), + ("CONCIVEABLE", &["conceivable"]), + ("INCORPARATED", &["incorporated"]), + ("LOOKIN", &["looking"]), + ("THERMOMETOR", &["thermometer"]), + ("SUBTITLS", &["subtitles"]), + ("METHAMATICIAN", &["mathematician"]), + ("DEREFRENCE", &["dereference"]), + ("DEQUEING", &["dequeuing"]), + ("PROCEDERAL", &["procedural"]), + ("CALCABLE", &["calculable"]), + ("ACCIDENY", &["accidentally"]), + ("MISANDRONY", &["misandry"]), + ("SPECIFICICALLY", &["specifically"]), + ("LIBRAIE", &["library"]), + ("UNDERGRATUATE", &["undergraduate"]), + ("GOVENOR", &["governor"]), + ("BUFFERT", &["buffer"]), + ("ALRMS", &["alarms"]), + ("ANSYERT", &["answer", "answered"]), + ("REPLICAITONS", &["replications"]), + ("FLAGES", &["flags"]), + ("SYMPITHIZERS", &["sympathizers"]), + ("FORLD", &["fold"]), + ("DECCELERATING", &["decelerating"]), + ("MULTIPYLING", &["multiplying"]), + ("WEGE", &["wedge"]), + ("PERCENTABGE", &["percentage"]), + ("THUBMNAIL", &["thumbnail"]), + ("MILYEW", &["milieu"]), + ("ELAMENTARIES", &["elementaries"]), + ("PERFOMRANSE", &["performance"]), + ("ARLEADY", &["already"]), + ("GRESTEST", &["greatest"]), + ("HOSPOTALITY", &["hospitality"]), + ("HOPFULL", &["hopeful", "hopefully"]), + ("ENHANCEDS", &["enhances"]), + ("CILENT", &["client", "silent"]), + ("EXCAHCNGE", &["exchange"]), + ("VARIBALE", &["variable"]), + ("COMMANDBOX", &["commando"]), + ("IGNOERS", &["ignores"]), + ("ADMININISTRATOR", &["administrator"]), + ("GERNERATES", &["generates"]), + ("HIEARCHICAL", &["hierarchical"]), + ("SWICTH", &["switch"]), + ("BETTERN", &["better"]), + ("SPECFIELD", &["specified"]), + ("DEPENEDENT", &["dependent"]), + ("CROSSFITER", &["crossfire"]), + ("CONSESTENTLY", &["consistently"]), + ("MIMICK", &["mimic"]), + ("LIBRABIE", &["library"]), + ("FABRICES", &["fabrics"]), + ("COTNAINED", &["contained"]), + ("CHOICING", &["choosing"]), + ("PRACTCIES", &["practices"]), + ("MANEOUVRED", &["manoeuvred"]), + ("OVEFLOWING", &["overflowing"]), + ("PRACTICLLY", &["practically"]), + ("ENDCODING", &["encoding"]), + ("TRASMIT", &["transmit"]), + ("PREJUDIS", &["prejudices"]), + ("RECONNET", &["reconnect"]), + ("MISTAKEY", &["mistakenly"]), + ("DEVELOMENTS", &["developments"]), + ("REGISTRER", &["register"]), + ("CHARCTERS", &["characters"]), + ("DEREIVED", &["derived"]), + ("VERSUONS", &["versions"]), + ("MISDEMENAOR", &["misdemeanor"]), + ("OPTAIONL", &["optional"]), + ("REACHABLITY", &["reachability"]), + ("PERSUASO", &["persuasion"]), + ("AUTOMODORATOR", &["automoderator"]), + ("TRISKADECAFOBIA", &["triskaidekaphobia"]), + ("RELIGEONS", &["religions"]), + ("AFFICIANADO", &["aficionado"]), + ("BREAKPOING", &["breakpoint"]), + ("CHNANGING", &["changing"]), + ("EVALUTAING", &["evaluating"]), + ("REGUATOR", &["regulator"]), + ("SAVEES", &["saves"]), + ("INTERCECPT", &["intercept"]), + ("BUIDLINGS", &["buildings"]), + ("CNFIGURED", &["configured"]), + ("PROCTECTS", &["protects"]), + ("PROCUCED", &["procured", "produced"]), + ("FLEED", &["fled", "freed"]), + ("SUCEEDED", &["succeeded"]), + ("CONSTRUCTEDS", &["constructs"]), + ("RECONICLE", &["reconcile"]), + ("ENTQUIRES", &["enquires"]), + ("IMMIDIATE", &["immediate"]), + ("REFUDN", &["refund"]), + ("STYLISCH", &["stylish"]), + ("CATTERPILLARS", &["caterpillars"]), + ("REQUEUEING", &["requeuing"]), + ("ACUTUAL", &["actual"]), + ("ERRONEOULY", &["erroneously"]), + ("CATTERPILARS", &["caterpillars"]), + ("COMPITABLE", &["compatible"]), + ("BODYWIEGHT", &["bodyweight"]), + ("COALAESCE", &["coalesce"]), + ("DEBUGGS", &["debugs"]), + ("ROCORD", &["record"]), + ("PROCEDDINGS", &["proceedings"]), + ("FODLER", &["folder"]), + ("EUTHANAISA", &["euthanasia"]), + ("CONTINOUR", &["continuous"]), + ("NARLY", &["gnarly"]), + ("FAVORUITES", &["favorites"]), + ("AJASENCIES", &["adjacencies"]), + ("INVISBLE", &["invisible"]), + ("INEQUALLITY", &["inequality"]), + ("LIGHTWRIGHT", &["lightweight"]), + ("ROUGLHY", &["roughly"]), + ("CONCEETED", &["conceited"]), + ("OCILATING", &["oscillating"]), + ("INHERTED", &["inherited"]), + ("FERTIL", &["fertile"]), + ("MONITARY", &["monetary"]), + ("PSUDONYMITY", &["pseudonymity"]), + ("POTOCOL", &["protocol"]), + ("ANNILIHATE", &["annihilated"]), + ("INTRUIGING", &["intriguing"]), + ("PROBLEMITA", &["problematic"]), + ("CONSOLUTED", &["consulted"]), + ("EGENRALLY", &["generally"]), + ("QUESITONING", &["questioning"]), + ("LIASONS", &["liaisons"]), + ("CHCEKS", &["checks"]), + ("DESITINATION", &["destination"]), + ("HORIZONTAAL", &["horizontal"]), + ("BYCICLES", &["bicycles"]), + ("BRITSOL", &["bristol"]), + ("EXTENED", &["extended"]), + ("UGPRADING", &["upgrading"]), + ("DEGRADATO", &["degradation"]), + ("SUBTAKS", &["subtask", "subtasks"]), + ("PREVEIWER", &["previewer"]), + ("SOUTHMAPTON", &["southampton"]), + ("ADAPD", &["adapt", "adapted", "adopt", "adopted"]), + ("WORKSTSTION", &["workstation"]), + ("TUPES", &["tuples"]), + ("EXPEECTING", &["expecting"]), + ("PROBLEME", &["problem"]), + ("ANEROXIC", &["anorexic"]), + ("TRANSALTORS", &["translators"]), + ("EXPERIMANETS", &["experiments"]), + ("BOOTSRAP", &["bootstrap"]), + ("BECAHSE", &["because"]), + ("CUNTER", &["counter", "hunter"]), + ("SUPRESSORS", &["suppressors"]), + ("EXPERIMETN", &["experiment"]), + ("ENLIGHTENTING", &["enlightening"]), + ("CLIKS", &["clicks"]), + ("DEPLOYEMENT", &["deployment"]), + ("SUBSTANTIALY", &["substantially"]), + ("ABSTRACNESS", &["abstractness"]), + ("MACROSES", &["macros"]), + ("PERFERMANCES", &["performances"]), + ("ROCESS", &["process"]), + ("NECKBEARDUS", &["neckbeards"]), + ("WINODW", &["window"]), + ("DETIALED", &["detailed"]), + ("SINGLEON", &["singleton"]), + ("BOUINDED", &["bounded"]), + ("TOLERNCE", &["tolerance"]), + ("WAITNG", &["waiting"]), + ("DEINED", &["denied", "defined"]), + ("DELIBARATE", &["deliberate"]), + ("SIGNLE", &["single", "signal"]), + ("SUPERSED", &["superseded"]), + ("SHEILDS", &["shields"]), + ("MANIFESTONS", &["manifests"]), + ("DISAPAT", &["dissipate"]), + ("ATRITTION", &["attrition"]), + ("OVERWIZE", &["otherwise"]), + ("NAMS", &["names"]), + ("TERRITORIST", &["terrorist"]), + ("STABLIZIED", &["stabilized"]), + ("EXECEED", &["exceed"]), + ("GUARDIANES", &["guardians"]), + ("COMPUTARIZED", &["computerized"]), + ("APROXIMATIONS", &["approximations"]), + ("MANDATATORY", &["mandatory"]), + ("ENDGE", &["edge", "end"]), + ("CLAIBSCALE", &["calibscale"]), + ("ORGANISERE", &["organisers"]), + ("REMEMER", &["remember"]), + ("MANGITUDE", &["magnitude"]), + ("UNEXPETCTLY", &["unexpectedly"]), + ("EXTENSIABLE", &["extensible"]), + ("RELEAD", &["reload"]), + ("RESPONSIBLITY", &["responsibility"]), + ("REAMINING", &["remaining"]), + ("HYPOTHESEES", &["hypotheses"]), + ("EXPLANAITON", &["explanations", "explanation"]), + ("STRIPPPED", &["stripped"]), + ("OVERHOOKING", &["overlooking"]), + ("MODFIEIR", &["modifier"]), + ("CIVALISATION", &["civilisation"]), + ("CONDUITING", &["conducting"]), + ("ANIMAITORS", &["animators"]), + ("SUPERHEREOS", &["superhero"]), + ("TYPCIAL", &["typical"]), + ("OFR", &["for"]), + ("SUPERSTICION", &["superstition"]), + ("COMTAINER", &["container"]), + ("APPORXIMATELY", &["approximately"]), + ("BRAKEOUT", &["breakout"]), + ("STATUETS", &["statutes"]), + ("ELASTISIZE", &["elasticize"]), + ("PICNICKS", &["picnics"]), + ("OPPONONENT", &["opponent"]), + ("INCVALID", &["invalid"]), + ("BYCICLING", &["bicycling"]), + ("EXPLOTIATION", &["exploitation"]), + ("STREICHUNG", &["stretching"]), + ("ADREA", &["area"]), + ("ASBTRACTIONS", &["abstractions"]), + ("CHACHE", &["cache"]), + ("BUTIFULY", &["beautifully"]), + ("OTHERWAYS", &["otherwise"]), + ("CORDIANTE", &["coordinate"]), + ("UNREADBLE", &["unreadable"]), + ("PHSYICIANS", &["physicians"]), + ("COMAMNDING", &["commanding"]), + ("DECALARES", &["declares"]), + ("PROPTERTIES", &["properties"]), + ("IMMENINT", &["imminent"]), + ("OPTIMZING", &["optimizing"]), + ("EXLILED", &["exiled"]), + ("APARATUSES", &["apparatuses"]), + ("WEIGTHLIFTING", &["weightlifting"]), + ("IMPOROT", &["import"]), + ("STUDDY", &["study"]), + ("COEEFFICIENTS", &["coefficients"]), + ("HURRICANEFPS", &["hurricanes"]), + ("INLCLUDE", &["include"]), + ("DIMESNIONAL", &["dimensional"]), + ("TENANET", &["tenant"]), + ("STOYR", &["story"]), + ("SYCHRONIZATION", &["synchronization"]), + ("REFERIGN", &["referring"]), + ("DOWNLAODES", &["downloads"]), + ("CIMPTUMATICALLY", &["symptomatically"]), + ("WELCOM", &["welcome"]), + ("TERNINALS", &["terminals"]), + ("SUCCESSEFULLY", &["successfully"]), + ("INITALISATION", &["initialisation"]), + ("PSYCHIDELIC", &["psychedelic"]), + ("CORRESPONDNG", &["corresponding"]), + ("UNDEINABLY", &["undeniably"]), + ("LASAGNEA", &["lasagna"]), + ("DEAMONISING", &["daemonising"]), + ("SUCESSFUKK", &["successful"]), + ("DEFAUTTED", &["defaulted"]), + ("ADVENTAGEOUS", &["advantageous"]), + ("SURVALLIENCE", &["surveillance"]), + ("SERVIVE", &["service"]), + ("COMNPRESS", &["compress"]), + ("HEADESTS", &["headsets"]), + ("PAROKEAL", &["parochial"]), + ("JUDGEMENTSL", &["judgemental"]), + ("NACROTICS", &["narcotics"]), + ("ASCCONCIATED", &["associated"]), + ("DISASTEROUS", &["disastrous"]), + ("PARALELLISM", &["parallelism"]), + ("REPESENTED", &["represented"]), + ("PERPERTATED", &["perpetuated"]), + ("SELECTIVLY", &["selectively"]), + ("CONSTITUINTE", &["constituents"]), + ("COMPLIACTIONS", &["complication"]), + ("MOUDULE", &["module"]), + ("CHECKSUME", &["checksum"]), + ("CORREPSONDS", &["corresponds"]), + ("SUPPRESSINGD", &["suppressing"]), + ("FARENHEIT", &["fahrenheit"]), + ("EXCEUCTING", &["executing"]), + ("ANTISIPATED", &["anticipated"]), + ("REWRITED", &["rewrote", "rewritten"]), + ("MOMOMENT", &["moment"]), + ("FOLLIWING", &["following"]), + ("USINNG", &["using"]), + ("ADJUSTEMENT", &["adjustment"]), + ("PATINCE", &["patience"]), + ("OIGINS", &["origins"]), + ("COEFFICEINTS", &["coefficients"]), + ("REACTIONAIRY", &["reactionary"]), + ("WITHOU", &["without"]), + ("REGISSTER", &["register"]), + ("WHILSTING", &["whistling"]), + ("CATEOGRICALLY", &["categorically"]), + ("OPPONANT", &["opponent"]), + ("SIMMETRICALY", &["symmetrically"]), + ("MINNEAPLIS", &["minneapolis"]), + ("INSTANSIATION", &["instantiation"]), + ("UPAGRADE", &["upgrade"]), + ("DECENDING", &["descending"]), + ("FLAWLESSELY", &["flawlessly"]), + ("DEOMCRAT", &["democrat"]), + ("COMPEDITIVE", &["competitive"]), + ("INTELLECTUEL", &["intellectual"]), + ("MISSMATCHED", &["mismatched"]), + ("BEHAVIOUTR", &["behaviour"]), + ("CONTINENTAIS", &["continents"]), + ("WORHT", &["worth"]), + ("CHRONOLOGIAL", &["chronological"]), + ("RECURIVELY", &["recursively"]), + ("GROOUP", &["group"]), + ("EARLER", &["earlier"]), + ("PLACEHOULDER", &["placeholder"]), + ("LIMITIAION", &["limitation"]), + ("DISPENSAIRE", &["dispensaries"]), + ("REGENRATIVE", &["regenerative"]), + ("SEMAPTHORES", &["semaphores"]), + ("PUBLSIHES", &["publishes"]), + ("FURSER", &["further"]), + ("KITTIENS", &["kitties"]), + ("TESITED", &["tested"]), + ("MODICATION", &["modification"]), + ("SERVOCING", &["servicing"]), + ("APPOLOGIES", &["apologies"]), + ("UNDERESTIAMTE", &["underestimated"]), + ("NEIGHBBORHOOD", &["neighborhood"]), + ("SARINOMIAL", &["ceremonial"]), + ("FIORST", &["first"]), + ("PAITIENCE", &["patience"]), + ("ARCHITET", &["architect"]), + ("CONDEMANTION", &["condemnation"]), + ("EXIXTING", &["existing"]), + ("REPOSITOR", &["repository"]), + ("PROOPERLY", &["properly"]), + ("WINODWS", &["windows"]), + ("RECOMENDATIONS", &["recommendations"]), + ("COLORTS", &["colors"]), + ("GENERATIGN", &["generating"]), + ("OPPERATIONS", &["operations"]), + ("DISPOSITON", &["disposition"]), + ("ENGINNER", &["engineer"]), + ("VALENTEIN", &["valentine"]), + ("CATEGOGY", &["category"]), + ("ASSENDING", &["ascending"]), + ("ZOOKEPER", &["zookeeper"]), + ("UNDERPOWERD", &["underpowered"]), + ("ALIGNMNT", &["alignment"]), + ("QOUTING", &["quoting"]), + ("UNECCESSARILY", &["unnecessarily"]), + ("USPPORTED", &["supported", "unsupported"]), + ("SECTOPN", &["section"]), + ("TEMPRATURES", &["temperatures"]), + ("INJUSTACES", &["injustices"]), + ("PERMIERE", &["premiere"]), + ("DEMORCRACY", &["democracy"]), + ("COMLAINTS", &["complaints"]), + ("SYNCHRONIOUSLY", &["synchronously"]), + ("SYLINDER", &["cylinder"]), + ("CRITICIALS", &["criticals"]), + ("PROJECOR", &["projector"]), + ("HABILITY", &["ability"]), + ("QUANTITITIVE", &["quantitative"]), + ("LENGHTEN", &["lengthen"]), + ("CONCATENTATIONS", &["concatenations"]), + ("SHERIFS", &["sheriffs"]), + ("VIDEOGAMS", &["videogames"]), + ("WARKS", &["works"]), + ("VITAMIS", &["vitamins"]), + ("SUBSTITUING", &["substituting"]), + ("APPRIXAMATED", &["approximated"]), + ("ELECTIVRE", &["elective"]), + ("AMATUR", &["amateur"]), + ("REOCURRING", &["reoccurring", "recurring"]), + ("CERTIFCATE", &["certificate"]), + ("INDUSTREES", &["industries"]), + ("ABNORMALY", &["abnormally"]), + ("SHOUDN", &["shouldn"]), + ("FURTER", &["further"]), + ("FOMRATING", &["formatting"]), + ("CHAGNED", &["changed"]), + ("CAROLAN", &["carolina"]), + ("AVAIALABLE", &["available"]), + ("ACCORING", &["according", "occurring"]), + ("ADDITIANAL", &["additional"]), + ("STRAGETIC", &["strategic"]), + ("CONSTANTINS", &["constants"]), + ("SOMETHINFG", &["somethings"]), + ("UNIVERITY", &["university"]), + ("UNPOPLUAR", &["unpopular"]), + ("IRRADATION", &["irradiation"]), + ("STAMPEED", &["stamped"]), + ("HIGLIGHTS", &["highlights"]), + ("SUBNEGOTITAIONS", &["subnegotiations"]), + ("REGISTRART", &["registrar"]), + ("DISCOURRAGE", &["discourage"]), + ("TRISCADECAFOBIA", &["triskaidekaphobia"]), + ("SENSITIVETY", &["sensitivity"]), + ("INITILIALIZATIONS", &["initializations"]), + ("VULNDERABILITY", &["vulnerability"]), + ("MISUNDERSTOD", &["misunderstood"]), + ("SIGANTURES", &["signatures"]), + ("EFFORDS", &["efforts", "affords"]), + ("MIDTWON", &["midtown"]), + ("TURE", &["true", "pure"]), + ("CORRESPOMD", &["correspond"]), + ("SINGULARY", &["singularity"]), + ("COLECTIVE", &["collective"]), + ("VICTORAIN", &["victorian"]), + ("EDNPOINT", &["endpoint"]), + ("PAINFULLLY", &["painfully"]), + ("HEROE", &["hero"]), + ("HUMUROUS", &["humorous"]), + ("OGRILLA", &["gorilla"]), + ("AER", &["are"]), + ("EVALUTAES", &["evaluates"]), + ("CHANNGE", &["change"]), + ("BOOTSTAPS", &["bootstraps"]), + ("CONTAST", &["contacts", "contrast", "contest"]), + ("SUTISFIED", &["satisfied"]), + ("AOBUT", &["about"]), + ("FAILER", &["failure"]), + ("STEALTY", &["stealthy"]), + ("PSYCHOLIGICAL", &["psychological"]), + ("TRANSPERANCIES", &["transparencies"]), + ("EXPERIATION", &["expiration"]), + ("DOWT", &["doubt"]), + ("OTPOINS", &["options"]), + ("NOSTLAGIA", &["nostalgia"]), + ("RAPRESENTS", &["represents"]), + ("CALLIS", &["callus"]), + ("CRUZING", &["cruising"]), + ("INFRASTRACTURE", &["infrastructure"]), + ("PAASED", &["passed"]), + ("MONGLOS", &["mongols"]), + ("CONSERNED", &["concerned"]), + ("MEANINGUL", &["meaningful"]), + ("VICITMIZED", &["victimized"]), + ("COMFERTABLY", &["comfortably"]), + ("HOPFULLY", &["hopefully"]), + ("EUORPEAN", &["european"]), + ("AGGESSIVELY", &["aggressively"]), + ("CONMMUTES", &["commutes"]), + ("ARTILLERLY", &["artillery"]), + ("MISCATALOGUED", &["miscataloged"]), + ("CATASTROPIC", &["catastrophic"]), + ("LEAGACY", &["legacy"]), + ("ACTIVISIT", &["activist"]), + ("INACCURACES", &["inaccuracies"]), + ("COMMNENTS", &["comments"]), + ("DIFFERENCIATES", &["differentiates"]), + ("SOCIOPATHES", &["sociopaths"]), + ("ASSOSCIATING", &["associating"]), + ("SCRPIT", &["script"]), + ("PIPELIENS", &["pipelines"]), + ("DISENCOURAGED", &["discouraged"]), + ("REVOKATION", &["revocation"]), + ("POJRECTS", &["projects"]), + ("DISSAPPOINTED", &["disappointed"]), + ("PERSUIT", &["pursuit"]), + ("GURADING", &["guarding"]), + ("FEMPTO", &["femto"]), + ("ALEINATING", &["alienating"]), + ("GUARRENTED", &["guaranteed"]), + ("TEMPERATURAS", &["temperatures"]), + ("MICROTRANSACCIONES", &["microtransactions"]), + ("PHYCISIST", &["physicist"]), + ("GOVERNMNET", &["government"]), + ("ACCSESS", &["access"]), + ("ROGANISMS", &["organisms"]), + ("BICYLCES", &["bicycles"]), + ("CHEERLEARDER", &["cheerleader"]), + ("NECCSESSARY", &["necessary"]), + ("PREFERIBLY", &["preferably"]), + ("MEAURERS", &["measurers"]), + ("CRUZED", &["cruised"]), + ("REDIRRECT", &["redirect"]), + ("RESPONIBLE", &["responsible"]), + ("APPLOGIZE", &["apologize"]), + ("DURIGN", &["during"]), + ("PHILLIPPINES", &["philippines"]), + ("INLCUSIVE", &["inclusive"]), + ("INCOPORATES", &["incorporates"]), + ("REDEABLE", &["readable"]), + ("FOLLEWIN", &["following"]), + ("CALCUALTOR", &["calculator"]), + ("ROUNDTRIPING", &["roundtripping"]), + ("CONCATONATES", &["concatenates"]), + ("ENPDOINT", &["endpoint"]), + ("ADVENTAGES", &["advantages"]), + ("TIWARDS", &["towards"]), + ("TERMPLATE", &["template"]), + ("PRIMITVES", &["primitives"]), + ("COPPIED", &["copied"]), + ("ACCOMADATING", &["accommodating"]), + ("CANNIBALJIM", &["cannibalism"]), + ("SETITNG", &["setting"]), + ("INCONCIDERATE", &["inconsiderate"]), + ("OUTPUPT", &["output"]), + ("PECIFIED", &["specified", "pacified"]), + ("APPRETINCE", &["apprentice"]), + ("UNSURPRIZINGLY", &["unsurprisingly"]), + ("PICTHER", &["pitcher"]), + ("RENEGOTATES", &["renegotiates"]), + ("DEMODUALTOR", &["demodulator"]), + ("PRINICPLES", &["principles"]), + ("PREPETRATED", &["perpetrated"]), + ("PACIFIT", &["pacifist"]), + ("CONVERSTATION", &["conversation"]), + ("ENRYPT", &["encrypt"]), + ("INSEPENDENT", &["independent"]), + ("SUPERIFICAL", &["superficial"]), + ("ZOOKEENEE", &["zucchini"]), + ("RESPONSIBILLITY", &["responsibility"]), + ("ENABLEDI", &["enabled"]), + ("DISAPAIT", &["dissipate"]), + ("REGIO", &["region"]), + ("INTERFERCE", &["interferes"]), + ("CACULATING", &["calculating"]), + ("ADIACENT", &["adjacent"]), + ("HANDSHAK", &["handshake"]), + ("IMMEDEATLY", &["immediately"]), + ("DEFINETLY", &["definitely"]), + ("SEREVRLESS", &["serverless"]), + ("TORTILLLA", &["tortilla"]), + ("ASTRONATUS", &["astronauts"]), + ("SURVIVOURS", &["survivor"]), + ("POSOTION", &["position"]), + ("SACRIFISE", &["sacrifices"]), + ("RENEGOATED", &["renegotiated"]), + ("CIRCUMSTANTE", &["circumstance"]), + ("CURENTLY", &["currently"]), + ("CHAARCTERS", &["characters"]), + ("DISCIPLINCE", &["disciplines"]), + ("AUTHENTICOR", &["authenticator"]), + ("SWICH", &["switch"]), + ("CRITICIZMS", &["criticisms"]), + ("PALESTENIANS", &["palestinians"]), + ("GNERATES", &["generates"]), + ("SEMATNICS", &["semantics"]), + ("DEPOSITERS", &["deposits"]), + ("ASYCHRONOUS", &["asynchronous"]), + ("SCRUTINTY", &["scrutiny"]), + ("SYCHRONISATION", &["synchronisation"]), + ("UNPRECIDENTED", &["unprecedented"]), + ("FORGROUND", &["foreground"]), + ("FUNDEMANTALISTS", &["fundamentalists"]), + ("IGNORTABLE", &["ignorable"]), + ("DRAWNG", &["drawing"]), + ("SUCCIENT", &["succinct"]), + ("SEMAPTHORE", &["semaphore"]), + ("ILLNESESS", &["illnesses"]), + ("PESTISIDES", &["pesticides"]), + ("THAUGHT", &["taught", "thought"]), + ("COMMENTEERS", &["commenter"]), + ("DISUCUSSED", &["discussed"]), + ("EMBRAGO", &["embargo"]), + ("ARRANGD", &["arranged"]), + ("CONTCAT", &["contact"]), + ("CONSTISTENT", &["consistent"]), + ("COMCEPTUALLY", &["conceptually"]), + ("EVERYHTING", &["everything"]), + ("EXTERNELLY", &["externally"]), + ("PEASES", &["leases", "pieces", "pleases"]), + ("KEYBARD", &["keyboard"]), + ("ACTIVSTED", &["activated"]), + ("LONLEY", &["lonely"]), + ("EXTREEMLY", &["extremely"]), + ("FILTERIN", &["filtering"]), + ("UNRESLOVED", &["unresolved"]), + ("BELEIVE", &["believe"]), + ("WIITH", &["with"]), + ("UNHANDELED", &["unhandled"]), + ("CONTAMINACION", &["contamination"]), + ("RECRETED", &["recreated"]), + ("EXECUITABLE", &["executable"]), + ("CHIHUAHUHA", &["chihuahua"]), + ("INITALIZER", &["initializer"]), + ("BARINER", &["brainer"]), + ("SHOWERD", &["showered"]), + ("MELODIS", &["melodies"]), + ("ENOUGTH", &["enough"]), + ("MIXURE", &["mixture"]), + ("TOPOPLOGY", &["topology"]), + ("EXPEREICNE", &["experience"]), + ("ITHE", &["the"]), + ("KNWON", &["known"]), + ("IMMOBILZES", &["immobile"]), + ("ABSTACTION", &["abstraction"]), + ("DISAPPORVAL", &["disapproval"]), + ("CONTIGENT", &["contingent"]), + ("EFFICIENCTLY", &["efficiency"]), + ("ILAND", &["island"]), + ("WORKWROUND", &["workaround"]), + ("HIARCHICALLY", &["hierarchically"]), + ("SPREEDSHEET", &["spreadsheet"]), + ("SEKECTED", &["selected"]), + ("DEPENDENCENY", &["dependency"]), + ("INTERSTED", &["interested"]), + ("EXECUSED", &["excused", "executed"]), + ("KRYPTONYTE", &["kryptonite"]), + ("REGISTERRED", &["registered"]), + ("DIFRACTED", &["diffracted"]), + ("STREAMD", &["streamed"]), + ("PHILIPHINES", &["philippines"]), + ("THEREAPUTIC", &["therapeutic"]), + ("WEBBOOKS", &["webhooks"]), + ("SWEATHSIRT", &["sweatshirt"]), + ("HYPOSESES", &["hypotheses"]), + ("AGANST", &["against"]), + ("COMMPILED", &["compiled"]), + ("AUTHENICATES", &["authenticates"]), + ("REPOSITITIONING", &["repositioning"]), + ("PARALLIZATION", &["parallelization"]), + ("DEPENENTLY", &["dependently"]), + ("TIGTHENING", &["tightening"]), + ("COMMENCIEZ", &["commence"]), + ("SCIPRTED", &["scripted"]), + ("IMPLEMENTAIONS", &["implementations"]), + ("LACKERING", &["lacquering"]), + ("OPINYONATED", &["opinionated"]), + ("MINNIAPOLIS", &["minneapolis"]), + ("DEATLHY", &["deathly"]), + ("DEVRITUALISATION", &["devirtualisation"]), + ("RESPONIBILITIES", &["responsibilities"]), + ("MALFUNKTION", &["malfunction"]), + ("WRESSELER", &["wrestler"]), + ("PROGAMMERS", &["programmers"]), + ("DEFERENCED", &["dereference"]), + ("APPROXAMATES", &["approximates"]), + ("AGGRAGATING", &["aggravating"]), + ("BUITTONS", &["buttons"]), + ("SUBSEQUANT", &["subsequent"]), + ("APPORIATE", &["appropriate"]), + ("SEQUENTIALY", &["sequentially"]), + ("SEPARETES", &["separates"]), + ("EXPERIMNTALLY", &["experimentally"]), + ("BRWOSE", &["browse"]), + ("PIONTS", &["points"]), + ("SIMILY", &["simile", "smiley", "simply", "similarly"]), + ("PITHCES", &["pitches"]), + ("PRIOT", &["prior"]), + ("RHAPSOY", &["rhapsody"]), + ("CALCULAION", &["calculation"]), + ("STANDALOWN", &["standalone"]), + ("EXPANSIONES", &["expansions"]), + ("SWITSERLAND", &["switzerland"]), + ("ANNOUNCMENTS", &["announcements"]), + ("SUGGESTINS", &["suggestions"]), + ("ALGOROITHMIC", &["algorithmic"]), + ("PEROIDS", &["periods"]), + ("CHARI", &["chair"]), + ("PERMORMANCE", &["performance"]), + ("AQUARIM", &["aquarium"]), + ("INCOMFORT", &["discomfort", "uncomfortable"]), + ("ENDIANNNESS", &["endianness"]), + ("SKIPING", &["skipping"]), + ("EXPETED", &["expected"]), + ("ORIGNIAL", &["original"]), + ("COMPEDITOR", &["competitor"]), + ("PARADIME", &["paradigm"]), + ("REEASER", &["releaser"]), + ("DEAEMON", &["daemon"]), + ("HAPMSHIRE", &["hampshire"]), + ("DOCOMENTING", &["documenting"]), + ("ACTUALMY", &["actually"]), + ("CHIZZELL", &["chisel"]), + ("WOUNDERING", &["wondering"]), + ("INSALLING", &["installing"]), + ("RENDAYVOO", &["rendezvous"]), + ("FOLLFOWER", &["follower"]), + ("GNORUNG", &["ignoring"]), + ("ABSOLUATELY", &["absolutely"]), + ("PSSIBILITY", &["possibility"]), + ("ECCLECTIC", &["eclectic"]), + ("VERIFIKATION", &["verification"]), + ("CULPRINT", &["culprit"]), + ("POITNER", &["pointer"]), + ("TARGESTS", &["targets"]), + ("PAINKILERS", &["painkillers"]), + ("ABSOULD", &["absolute"]), + ("DEDUPLAICATES", &["deduplicates"]), + ("MANUPILATING", &["manipulating"]), + ("HEMISHPERE", &["hemisphere"]), + ("QUESET", &["quest"]), + ("SYSTM", &["system"]), + ("IMPERETIVE", &["imperative"]), + ("PLESENTLY", &["pleasantly"]), + ("SORCERCY", &["sorcery"]), + ("EXPLINS", &["explains"]), + ("FEMINISIM", &["feminism"]), + ("RENEGOGTIATING", &["renegotiating"]), + ("DVIDED", &["divided"]), + ("PROMISCIOUS", &["promiscuous"]), + ("UPLADING", &["uploading"]), + ("METROPOS", &["metropolis"]), + ("DIRECRTED", &["directed"]), + ("RELATIATION", &["retaliation"]), + ("CHECKSMS", &["checksums"]), + ("UDNERCUT", &["undercut"]), + ("APPOXIMATIONS", &["approximations"]), + ("IMPLANTES", &["implants"]), + ("PROPIETARY", &["proprietary"]), + ("UNRELATD", &["unrelated"]), + ("UQEST", &["quest"]), + ("EXPERMENETERS", &["experimenters"]), + ("CONDEMNIG", &["condemning"]), + ("DELIVATIVES", &["derivatives"]), + ("CONSTATNLY", &["constantly"]), + ("DECOMPOSTION", &["decomposition"]), + ("SYMPHATIZED", &["sympathize"]), + ("VARIATIONNAL", &["variational"]), + ("VEGETARION", &["vegetarian"]), + ("BOTTON", &["bottom", "button"]), + ("WHSIPERS", &["whispers"]), + ("EXPERIMNTAL", &["experimental"]), + ("CHECHECKPOIT", &["checkpoint"]), + ("GRAET", &["great"]), + ("SPLITER", &["splitter"]), + ("FASHOINED", &["fashioned"]), + ("EXEPECTING", &["expecting"]), + ("ARDVARK", &["aardvark"]), + ("MISSCLASSIFY", &["misclassify"]), + ("SUPPOSIDELY", &["supposedly"]), + ("MATHAMETICIAN", &["mathematician"]), + ("EXPLICTILY", &["explicitly"]), + ("BREAKTHORUGH", &["breakthrough"]), + ("SORTRAGE", &["storage", "shortage"]), + ("STAIDUM", &["stadium"]), + ("COMPONENNTS", &["components"]), + ("RELFECTIONS", &["reflections"]), + ("COMPARASON", &["comparison"]), + ("CRYSTALLIS", &["crystals"]), + ("EXHAUSTIN", &["exhaustion"]), + ("NEGOCIATORS", &["negotiators"]), + ("ALWANS", &["always"]), + ("SUCCESOR", &["successor"]), + ("CONRRESPONDENTS", &["correspondents"]), + ("ENCRCYPTED", &["encrypted"]), + ("APPROPROPREATE", &["appropriate"]), + ("CERTIFIATE", &["certificate"]), + ("SEPARETING", &["separating"]), + ("INTEVALS", &["intervals"]), + ("DECLARAYION", &["declaration"]), + ("LOCAITION", &["location"]), + ("ACCQUIRES", &["acquires"]), + ("UNOROTATED", &["unrotated"]), + ("THESITIC", &["theistic"]), + ("DISPOASE", &["dispose"]), + ("OPIOD", &["opioid"]), + ("GAUTNLET", &["gauntlet"]), + ("OCCASINALLY", &["occasionally"]), + ("FRECUENCY", &["frequency"]), + ("OVERESTIMATEING", &["overestimating"]), + ("TRANLUSCENT", &["translucent"]), + ("EXPERIATIONS", &["expirations"]), + ("BEHAVOIURS", &["behaviours"]), + ("VARMIT", &["varmint"]), + ("BUSINESSA", &["businessman"]), + ("GRATIUTOUS", &["gratuitous"]), + ("REFARTOR", &["refactor", "refractor"]), + ("ENVIROMENT", &["environment"]), + ("CURRENS", &["currents"]), + ("PREFORMATED", &["preformatted"]), + ("REITTERATE", &["reiterate"]), + ("AVOD", &["avoid"]), + ("PHISICS", &["physics"]), + ("INTERATIONALISM", &["internationalism"]), + ("DESCIRBES", &["describes"]), + ("BULDS", &["builds"]), + ("REGUALTOR", &["regulator"]), + ("SUBSEQUNT", &["subsequent"]), + ("REMEMERED", &["remembered"]), + ("TRANSITIONG", &["transitioning"]), + ("CONCULSIONS", &["conclusions"]), + ("ANIMETS", &["animates"]), + ("CIRCUMSTANTUAL", &["circumstantial"]), + ("AUTOSAVEPERODICAL", &["autosaveperiodical"]), + ("WHITHOUT", &["without"]), + ("FLEWANT", &["fluent"]), + ("IRRADITATES", &["irradiates"]), + ("THANKYU", &["thankyou"]), + ("DEGNERATED", &["degenerated"]), + ("APPLIACTION", &["application"]), + ("POLITICUS", &["politics"]), + ("MOIBLES", &["mobiles"]), + ("LIMTS", &["limits"]), + ("INITAILIZER", &["initializer"]), + ("ELEMENTRARY", &["elementary"]), + ("ROUNDTIP", &["roundtrip"]), + ("COMPLICAED", &["complicate"]), + ("DIECTLY", &["directly"]), + ("WORKAROND", &["workaround"]), + ("CELLXS", &["cells"]), + ("PROFICIT", &["proficient"]), + ("NOSTALGIJA", &["nostalgia"]), + ("BOUNDARES", &["boundaries"]), + ("CONVERGANCE", &["convergence"]), + ("QUTIE", &["quite", "quiet"]), + ("OLTHER", &["other"]), + ("HORRIFING", &["horrifying"]), + ("TRYNG", &["trying"]), + ("OPERATIE", &["operative"]), + ("ADVATANGES", &["advantages"]), + ("MAXIMNUMS", &["maximums"]), + ("PENICLS", &["pencils"]), + ("ADDRESSESS", &["addresses"]), + ("ALSREADY", &["already"]), + ("DIJSKTRA", &["dijkstra"]), + ("FICTICOUS", &["fictitious"]), + ("ILLEGIMACY", &["illegitimacy"]), + ("TRIUANGULATE", &["triangulate"]), + ("TERMNATOR", &["terminator"]), + ("COMPARRE", &["compare"]), + ("EMMISARY", &["emissary"]), + ("COMMERCENT", &["commence"]), + ("CONSTRUCTCOR", &["constructor"]), + ("INTRODUCTURY", &["introductory"]), + ("ROLEPALYING", &["roleplaying"]), + ("TYPDEF", &["typed", "typedef"]), + ("DNE", &["done"]), + ("HEIRARCHIES", &["hierarchies"]), + ("FEATCHER", &["feather", "feature", "fetcher"]), + ("ACTIVIT", &["activist"]), + ("REGARDNIG", &["regarding"]), + ("BILLIONAIRRES", &["billionaire"]), + ("LIBERATO", &["liberation"]), + ("TRANSGRASSION", &["transgression"]), + ("GEOGRAPHICALY", &["geographically"]), + ( + "EXCEPTIN", + &[ + "exceptions", + "excepting", + "exception", + "expecting", + "accepting", + ], + ), + ("ESTIMACION", &["estimation"]), + ("MANGAGERS", &["managers"]), + ("ENGENE", &["engine"]), + ("OPPROTUNITIES", &["opportunities"]), + ("DISSCUSSED", &["discussed"]), + ("RECROOTS", &["recruits"]), + ("COMMMENTED", &["commented"]), + ("MATADATA", &["metadata"]), + ("INVOVLE", &["involve"]), + ("REUPLAODERS", &["reuploaders"]), + ("LAZILIY", &["lazily"]), + ("SUBTITUTING", &["substituting"]), + ("BACKSAPCE", &["backspace"]), + ("MECHANIS", &["mechanics", "mechanism"]), + ("BARGAING", &["bargaining"]), + ("TOUGHT", &["thought", "taught", "tough"]), + ("SPEFIIFIFED", &["specified"]), + ("UNASIGNED", &["unassigned"]), + ("TRAGETING", &["targeting"]), + ("DISSADVANTAGE", &["disadvantage"]), + ("ASYNSCHRON", &["asynchronous"]), + ("OPJECTS", &["objects"]), + ("CRACEFUL", &["graceful"]), + ("DEVELOPMEMT", &["development"]), + ("MNEONICS", &["mnemonics"]), + ("AGIGRESSIVE", &["aggressive"]), + ("PRODUCTIN", &["productions"]), + ("YEILDING", &["yielding"]), + ("QUANITIFIED", &["quantified"]), + ("ALLE", &["all", "alley"]), + ("NUMEBRS", &["numbers"]), + ("ERRORR", &["error"]), + ("DITANCE", &["distance"]), + ("DESCRIPORS", &["descriptors"]), + ("INSTUMENT", &["instrument"]), + ("WOTK", &["work"]), + ("REVAILDATING", &["revalidating"]), + ("SUPERCEDES", &["supersedes"]), + ("FURFILL", &["fulfill"]), + ("PROCUDURE", &["procedure"]), + ("SASTIFYING", &["satisfying"]), + ("AMTHEYST", &["amethyst"]), + ("NEWINES", &["newlines"]), + ("CUBILCE", &["cubicle"]), + ("PERMSSIONS", &["permissions"]), + ("MEMEBRSHIP", &["membership"]), + ("BEAUTYFULL", &["beautiful"]), + ("INVESITGATORS", &["investigators"]), + ("INCRESING", &["increasing"]), + ("INITILIASING", &["initialising"]), + ("RELOCAITING", &["relocating"]), + ("TROGLODITICAL", &["troglodytical"]), + ("SQASH", &["squash"]), + ("JURISDICCION", &["jurisdiction"]), + ("HINDIUSM", &["hinduism"]), + ("DIAGONSTIC", &["diagnostic"]), + ("VISUALE", &["visual"]), + ("RELAOD", &["reload"]), + ("RESISTNACES", &["resistances"]), + ("PLACEHODER", &["placeholder"]), + ("PROGRSS", &["progress"]), + ("OUTRAGIOUSLY", &["outrageously"]), + ("HAGASSES", &["haggises"]), + ("GARBARGE", &["garbage"]), + ("UNDERSETIMATED", &["underestimated"]), + ("RESTROING", &["restoring"]), + ("RENEGOITATION", &["renegotiation"]), + ("SEREOUSLLY", &["seriously"]), + ("CONSTRUCES", &["constructs"]), + ("EXECUTABES", &["executables"]), + ("MAGNIFACENT", &["magnificent"]), + ("EVISERATING", &["eviscerating"]), + ("NEARES", &["nearest"]), + ("OBSERVERD", &["observed"]), + ("SEPPARATION", &["separation"]), + ("REETURNS", &["returns"]), + ("PREEMPTABLE", &["preemptible"]), + ("NEIGHTBOURS", &["neighbours"]), + ("CONTRSTING", &["contrasting"]), + ("SSOCIATE", &["associate"]), + ("PERPENDICULAIRES", &["perpendicular"]), + ("HEMMORHAGIC", &["haemorrhagic", "hemorrhagic"]), + ("RENEGOTICATED", &["renegotiated"]), + ("RECALCUATE", &["recalculate"]), + ("VARIBALES", &["variables"]), + ("STRAGEGICALLY", &["strategically"]), + ("IOUND", &["round", "wound"]), + ("LEXOGRAPHIC", &["lexicographic"]), + ("ADVANATAGES", &["advantages"]), + ("AFTERMAKET", &["aftermarket"]), + ("COMMONT", &["common", "comment"]), + ("PLATOE", &["plateau"]), + ("VALIDASTED", &["validated"]), + ("IMLICIT", &["implicit"]), + ("FEQUENCY", &["frequency"]), + ("INTIMITADED", &["intimidated"]), + ("THROWGH", &["through"]), + ("EXPEIMENT", &["experiment"]), + ("PROCECURE", &["procedure"]), + ("MUTICAST", &["multicast"]), + ("CONVIENCE", &["convince", "convenience"]), + ("IMORTABLE", &["importable"]), + ("SIMLIFY", &["simplify"]), + ("SOCIOECONMIC", &["socioeconomic"]), + ("INITAILISERS", &["initialisers"]), + ("COVRIATE", &["covariate"]), + ("SPILTTING", &["splitting"]), + ("SIGNIFICAT", &["significant"]), + ("IDENTTY", &["identity"]), + ("THEADED", &["threaded"]), + ("ARGENTINIA", &["argentina"]), + ("UNAMBIGOUS", &["unambiguous"]), + ("UGGLYNESS", &["ugliness"]), + ("CONCLUE", &["conclude"]), + ("CERTIFICATS", &["certificates"]), + ("EGREGRIOUS", &["egregious"]), + ("COLLOBARATE", &["collaborate"]), + ("WATERPROFF", &["waterproof"]), + ("RELUCTENTLY", &["reluctantly"]), + ("MECHINISMS", &["mechanisms"]), + ("CONVERISON", &["conversions", "conversion"]), + ("YOSIMETE", &["yosemite"]), + ("TOGUETER", &["together"]), + ("SPIRITUALLLY", &["spiritually"]), + ("PERISTENCE", &["persistence"]), + ("REPLACTING", &["replacing", "replicating"]), + ("COFRIMS", &["confirms"]), + ("SEEGING", &["sieging"]), + ("CROSSIFRE", &["crossfire"]), + ("PRESTINE", &["pristine"]), + ("ASSYMMETRIES", &["asymmetries"]), + ("SPEPARATION", &["separation"]), + ("RECCURSIVE", &["recursive"]), + ("UNUSUABLE", &["unusable"]), + ("COMPILACION", &["compilation"]), + ("PERFECCT", &["perfect"]), + ("REMORE", &["remote"]), + ("ALIGNMMENT", &["alignment"]), + ("GRILFRIENDS", &["girlfriends"]), + ("EXPERIMENTES", &["experiments"]), + ("BARBEDOS", &["barbados"]), + ("THRESHHOLDS", &["thresholds"]), + ("ACTIVED", &["activated"]), + ("SYCTHER", &["scyther"]), + ("COUNSELERS", &["counselors"]), + ("IMRPOVEMENT", &["improvement"]), + ("REPREZENTATIVE", &["representative"]), + ("ARBITIRAY", &["arbitrary"]), + ("HYPORCITE", &["hypocrite"]), + ("SWITICHES", &["switches"]), + ("RECEVES", &["receives"]), + ("TRANSACION", &["transaction"]), + ("COMMUNIY", &["community"]), + ("INTEDED", &["intended"]), + ("CONSRVATIVE", &["conservative"]), + ("ARCHITEXTS", &["architects"]), + ("CERBERAL", &["cerebral"]), + ("DEREIGSTERING", &["deregistering"]), + ("EXECUDED", &["executed"]), + ("INTERPOLAION", &["interpolation"]), + ("UNEXPLICABLY", &["inexplicably"]), + ("BRIGAGED", &["brigade"]), + ("REMEMBERES", &["remembers"]), + ("ASEUXAL", &["asexual"]), + ("ENTITIE", &["entity"]), + ("CALIFORNNIA", &["californian"]), + ("COVERTED", &["converted", "covered", "coveted"]), + ("COMPARION", &["comparison"]), + ("AGRICULTUE", &["agriculture"]), + ("TRIANLGE", &["triangle"]), + ("BUILER", &["builder"]), + ("WRITINGM", &["writing"]), + ("PROEPRLY", &["properly"]), + ("PRECEIVED", &["perceived"]), + ("EQUVIVALENT", &["equivalent"]), + ("COMMENTATER", &["commentator"]), + ("USESPACE", &["userspace"]), + ("MOSLTY", &["mostly"]), + ("FOLLLOWS", &["follows", "followings"]), + ("SEPARAT", &["separate"]), + ("UNTOCHED", &["untouched"]), + ("ITTERATES", &["iterates"]), + ("AMPITUDE", &["amplitude"]), + ("DISSIMILLAR", &["dissimilar"]), + ("PROCRASTIANTION", &["procrastination"]), + ("OPEARITONS", &["operations"]), + ("POPULARE", &["popular"]), + ("RITHMIC", &["rhythmic"]), + ("FUNVION", &["function"]), + ("CHECKOX", &["checkbox"]), + ("UNDISERABLE", &["undesirable"]), + ("ACCURENCES", &["occurrences"]), + ("DESISION", &["decision"]), + ("POSSOBILY", &["possibly"]), + ("BETWEEK", &["between"]), + ("SERREBRALLY", &["cerebrally"]), + ("REPRESSENT", &["represents", "represent"]), + ("TABELS", &["tables"]), + ("CIVILASATION", &["civilisation"]), + ("PENSIOEN", &["pension"]), + ("ELSEWERE", &["elsewhere"]), + ("SATIFIES", &["satisfies"]), + ("CONTATENATE", &["concatenate"]), + ("PUPLATE", &["populate"]), + ("PRINCIPIELT", &["principle"]), + ("VALKRYIE", &["valkyrie"]), + ("LIMITIAIONS", &["limitations"]), + ("BEURAUCRATICALLY", &["bureaucratically"]), + ("MEMICS", &["mimics"]), + ("HAFLTIME", &["halftime"]), + ("ASTRONOMIA", &["astronomical"]), + ("ACCESSESS", &["accesses"]), + ("FECHES", &["fetches"]), + ("TELAPORTATION", &["teleportation"]), + ("VENTILATO", &["ventilation"]), + ("MAYBELLEINE", &["maybelline"]), + ("LAGACIES", &["legacies"]), + ("ARTIFCACTS", &["artifacts"]), + ("STARTEGICALLY", &["strategically"]), + ("REQUIREMNT", &["requirement"]), + ("BEALTES", &["beatles"]), + ("EXCEPIONALLY", &["exceptionally"]), + ("MISINTERPRIT", &["misinterpreting"]), + ("UNIVERSTIY", &["university"]), + ("ACCURATELLY", &["accurately"]), + ("SUCCCESSFUL", &["successful"]), + ("ANDELABRA", &["candelabra"]), + ("SEQUECE", &["sequence"]), + ("EXPERICNE", &["experience"]), + ("EXPERIMET", &["experiments", "experiment"]), + ("EXERSICED", &["exercised"]), + ("CMMANDED", &["commanded"]), + ("PALSTER", &["plaster"]), + ("REMBEMBERED", &["remembered"]), + ("BEIG", &["being"]), + ("CULUTRALLY", &["culturally"]), + ("PROVIDINCE", &["providence"]), + ("PROBALLY", &["probably"]), + ("REINFORCEMNETS", &["reinforcements"]), + ("UPDRAGE", &["upgrade"]), + ("CCERTIFICATES", &["certificates"]), + ("TROUGHOUT", &["throughout", "throughput"]), + ("AESTHETICLLY", &["aesthetically"]), + ("ACCERELATE", &["accelerated"]), + ("CALALOG", &["catalog"]), + ("ENVRIRONMENTAL", &["environmental"]), + ("MISUNDERSTENDING", &["misunderstandings"]), + ("PARTCULAR", &["particular"]), + ("DESCRTIPTION", &["description"]), + ("ENCYCLOPEIDA", &["encyclopedia"]), + ("ANALAOG", &["analog"]), + ("SEPORATE", &["separate"]), + ("ARTHIMETIC", &["arithmetic"]), + ("CHRCKING", &["checking"]), + ("IITERATOR", &["iterator"]), + ("WRITNG", &["writing"]), + ("ADAVANCE", &["advance"]), + ("CANNABILES", &["cannibals"]), + ("CHARISMATISCH", &["charismatic"]), + ("CROATIOA", &["croatia"]), + ("THUNDEROLT", &["thunderbolt"]), + ("COCNURENCY", &["concurrency"]), + ("DEVLOP", &["develop"]), + ("PERMISSONS", &["permissions"]), + ("DISCOVERIBILITY", &["discoverability"]), + ("CONTEMPORY", &["contemporary"]), + ("ATHLETICSM", &["athleticism"]), + ("BUITIN", &["builtin"]), + ("MUC", &["much"]), + ("PHLEMA", &["phlegma"]), + ("PERPERTY", &["property"]), + ("PRACITSE", &["practise"]), + ("AESTETHICS", &["aesthetics"]), + ("AMMUSED", &["amused"]), + ("ENSUREING", &["ensuring"]), + ("LITQUID", &["liquid"]), + ("TRINAGLES", &["triangles"]), + ("CONSULTENT", &["consultant"]), + ("MASTERIERS", &["masteries"]), + ("FULLSCREEEN", &["fullscreen"]), + ("CRITISIZES", &["criticizes"]), + ("POPOULUS", &["populous"]), + ("UNFORGETABLE", &["unforgettable"]), + ("UNSUBSTANTIANTED", &["unsubstantiated"]), + ("RECJECTING", &["rejecting"]), + ("UNDEFIND", &["undefined"]), + ("OBSERVARE", &["observer"]), + ("ABORTE", &["aborted", "abort", "aborts"]), + ("COMBACKS", &["comebacks"]), + ("UNKNWON", &["unknown"]), + ("TREASUREY", &["treasury"]), + ("TOPOLOGIE", &["topology"]), + ("REMIANDER", &["remainder", "reminder"]), + ("EXCULDING", &["excluding"]), + ("COMPATATIBLE", &["compatible"]), + ("DESCTIPTION", &["description"]), + ("GARUNTEE", &["guarantee"]), + ("PERMUATION", &["permutation"]), + ("CALULATES", &["calculates"]), + ("TROGLIDITICAL", &["troglodytical"]), + ("OVEERUN", &["overrun"]), + ("BUTTERFLEYE", &["butterfly"]), + ("MISANDERSTOOD", &["misunderstood"]), + ("MANUFACTEURS", &["manufactures"]), + ("MICROTRAMSACTIONS", &["microtransactions"]), + ("ONTROLLED", &["controlled"]), + ("MARNIES", &["marines"]), + ("RELIABLEY", &["reliably"]), + ("SEMENTATION", &["segmentation"]), + ("SPEFICITIFES", &["specifies"]), + ("HERLO", &["hello"]), + ("SRIARCHA", &["sriracha"]), + ("RESEPECTING", &["respecting"]), + ("CAMBPELL", &["campbell"]), + ("UNNECESSERILY", &["unnecessarily"]), + ("MICROPONE", &["microphone"]), + ("EXCPTION", &["exception"]), + ("PRESOMPTION", &["presumption"]), + ("FOLOWWS", &["follows"]), + ("UNEXPECTE", &["unexpected"]), + ("SUPPROTS", &["supports"]), + ("FIRGHTENED", &["frightened"]), + ("RESTRICION", &["restriction"]), + ("ECOUNTERS", &["encounters"]), + ("FUNDUMENTALIST", &["fundamentalist"]), + ("GOVERNERED", &["governed"]), + ("EMBARRESSED", &["embarrassed"]), + ("BACKOOR", &["backdoor"]), + ("GARUANTEE", &["guarantee"]), + ("HULLUCINATIONS", &["hallucinations"]), + ("EVALUTATION", &["evaluation"]), + ("BETWENN", &["between"]), + ("CONCEOUSALLY", &["consciously"]), + ("UNCERAIN", &["uncertain"]), + ("SITUTATIONS", &["situations"]), + ("PRINCESSSES", &["princesses"]), + ("RENEGOTATIATORS", &["renegotiators"]), + ("SOCIOECONIMIC", &["socioeconomic"]), + ("GEROGIA", &["georgia"]), + ("EXPEIMENTER", &["experimenter"]), + ("ENVELOPPES", &["envelope", "envelopes"]), + ("RECONGIZED", &["recognized"]), + ("ALEGANCE", &["allegiance"]), + ("DEMONSTATE", &["demonstrate"]), + ("FALSH", &["flash", "false"]), + ("FUNVTIONALITIES", &["functionalities"]), + ("SLAVAGE", &["salvage"]), + ("EXSITANCE", &["existence"]), + ("IMPLEMENTE", &["implement", "implemented"]), + ("PRESENATION", &["presentation"]), + ("MANUFACTORER", &["manufacturer"]), + ("DIFFERNENCE", &["difference"]), + ("FUNTIONALITY", &["functionality"]), + ("ARTHIRTIS", &["arthritis"]), + ("ALGORTIHMS", &["algorithms"]), + ("INPUTED", &["inputted"]), + ("SPRIPTING", &["scripting"]), + ("RECIVED", &["received"]), + ("NEDIUMS", &["mediums"]), + ("DETERMINISTINC", &["deterministic"]), + ("ANTAGNOIST", &["antagonist"]), + ("DISCREDITIED", &["discredited"]), + ("CURCUITS", &["circuits"]), + ("CHATING", &["chatting"]), + ("CHAMELEOOON", &["chameleon"]), + ("PATEINTLY", &["patiently"]), + ("SUCCECFUL", &["successful"]), + ("DYNAMICDNS", &["dynamics"]), + ("ANPHATHEATERS", &["amphitheaters"]), + ("REALIZTIONS", &["realizations"]), + ("COLLECITON", &["collection"]), + ("DEFICIENY", &["deficiency"]), + ("INFRASTRUTURE", &["infrastructure"]), + ("KRYPOTNITE", &["kryptonite"]), + ("MINTUE", &["minute"]), + ("RENDERRING", &["rendering"]), + ("MIAGICAL", &["magical"]), + ("BECOMEING", &["becoming"]), + ("COMSUMERS", &["consumers"]), + ("ALGORITHMICAL", &["algorithmically"]), + ("RECLAMI", &["reclaim"]), + ("READAHAED", &["readahead"]), + ("INEXBLICABLY", &["inexplicably"]), + ("INFORMATIN", &["information", "informing"]), + ("POSIITON", &["position"]), + ("DYSTPOIAN", &["dystopian"]), + ("CAUHGT", &["caught"]), + ("POSSIBLITIES", &["possibilities"]), + ("DIRECCION", &["direction"]), + ("ADN", &["and"]), + ("IGNORTING", &["ignoring"]), + ("IMPLENMENT", &["implement"]), + ("AMUNITION", &["ammunition"]), + ("TRAVLE", &["travel"]), + ("UNSPEFICIED", &["unspecified"]), + ("STARIGTH", &["straight"]), + ("ASSIGNT", &["assign"]), + ("SIMPTOM", &["symptom"]), + ("MISLABLED", &["mislabeled"]), + ("CHARCTER", &["character"]), + ("BALITMORE", &["baltimore"]), + ("DONN", &["done", "don"]), + ("OPEATIONAL", &["operational"]), + ("SPONSER", &["sponsor"]), + ("RECIPROCITE", &["reciprocate"]), + ("DISPLACEMNT", &["displacement"]), + ("FAILRE", &["failure"]), + ("AUDIOBOOOK", &["audiobook"]), + ("LAVELLED", &["labelled", "levelled"]), + ("DEPENDCY", &["dependency"]), + ("SENERITY", &["serenity"]), + ("UNFORTUNTELY", &["unfortunately"]), + ("COUNING", &["counting"]), + ("FIRGHTENING", &["frightening"]), + ("SCRIPTUS", &["scripts"]), + ("UNDERPOWERERD", &["underpowered"]), + ("READED", &["read", "readd", "readded"]), + ("TESTIFIY", &["testify"]), + ("PARAMTER", &["parameter"]), + ("TEAMIFGHTS", &["teamfights"]), + ("VALLIES", &["valleys"]), + ("TRAINGLE", &["triangle"]), + ("IDENTIFITER", &["identifier"]), + ("VULAKN", &["vulkan"]), + ("LOUISIVLLE", &["louisville"]), + ("DECLEARS", &["declares"]), + ("AGRIEVED", &["aggrieved"]), + ("ENCHANTMET", &["enchantments"]), + ("RECONASENCE", &["reconnaissance"]), + ("SACRIN", &["saccharin"]), + ("INTIALIZAZE", &["initialize"]), + ("ORGANZIING", &["organizing"]), + ("PROBABILITES", &["probabilities"]), + ("OXIMORON", &["oxymoron"]), + ("INIITIALIZED", &["initialized"]), + ("DEFICIANCIES", &["deficiencies"]), + ("TOLIETS", &["toilets"]), + ("DOWNGARDE", &["downgrade"]), + ("RESOLTUION", &["resolutions", "resolution"]), + ("PARALLE", &["parallel"]), + ("BASITON", &["bastion"]), + ("SERCIVING", &["servicing"]), + ("STANALONE", &["standalone"]), + ("ELECTROMAGENTIC", &["electromagnetic"]), + ("FORIEGNERS", &["foreigners"]), + ("DESTORYS", &["destroys"]), + ("DEADLFITS", &["deadlifts"]), + ("MEMORIEZ", &["memorize"]), + ("JAVASCIPT", &["javascript"]), + ("ITERLEAVE", &["interleave"]), + ("COMPEDNIUM", &["compendium"]), + ("ATTEMTPTS", &["attempts"]), + ("HIGHPANDER", &["highlander"]), + ("ENVIRONMNENT", &["environment"]), + ("EXTEREME", &["extreme"]), + ("TRANCEIVER", &["transceiver"]), + ("ONCHAGE", &["onchange"]), + ("DISASSMBLY", &["disassembly"]), + ("JURIDISCTION", &["jurisdictions"]), + ("ELELMENTS", &["elements"]), + ("HIERARACHICAL", &["hierarchical"]), + ("ACCESSSOR", &["accessor"]), + ("TORRENTTING", &["torrenting"]), + ("MISELLANEOUS", &["miscellaneous"]), + ("DIRECOTORY", &["directory"]), + ("QWESANTS", &["croissants"]), + ("PEEDMONT", &["piedmont"]), + ("RECOVES", &["recovers"]), + ("COMAPANY", &["company"]), + ("PRDPAGATIONS", &["propagations"]), + ("FLASING", &["flashing"]), + ("ENOUUGH", &["enough"]), + ("SPEFIER", &["specifier"]), + ("COMITS", &["commits"]), + ("ENCRYTPION", &["encryption"]), + ("CONSDIRED", &["considered"]), + ("NEGOTITORS", &["negotiators"]), + ("READANLE", &["readable"]), + ("INCOSISTENT", &["inconsistent"]), + ("ADDIED", &["added"]), + ("POLOGONS", &["polygons"]), + ("ATTRUBURES", &["attributes"]), + ("EXMPLES", &["examples"]), + ("EXPEPTS", &["expects"]), + ("CHOCOLATIE", &["chocolates"]), + ("VACUOSLY", &["vacuously"]), + ("POWRRLIFTING", &["powerlifting"]), + ("FISIONABLE", &["fissionable"]), + ("APPROPRIAGE", &["appropriate"]), + ("ANNOYENCE", &["annoyance"]), + ("DOMAIT", &["domain"]), + ("SPECILAZATIONS", &["specializations"]), + ("MANUFACTERING", &["manufacturing"]), + ("INVISBLITY", &["invisibility"]), + ("UNREGLUATED", &["unregulated"]), + ("LEGAC", &["legacy"]), + ("HAMBRUGER", &["hamburger"]), + ("INTERPRATING", &["interpreting"]), + ("DEATTACHMENT", &["detachment"]), + ("RESPONSABILE", &["responsible"]), + ("DEVLEOPED", &["developed"]), + ("INTRODUSED", &["introduces", "introduced"]), + ("ENTIRITY", &["entirety"]), + ("UNINSPIRIED", &["uninspired"]), + ("GUARENTEERD", &["guaranteed"]), + ("PENISYLVANIA", &["pennsylvania"]), + ("INFRUSTRUCTURE", &["infrastructure"]), + ("CENTENAL", &["centennial", "sentinel"]), + ("NARRITIVES", &["narratives"]), + ("INCONVEINENT", &["inconvenient"]), + ("INTERPRETATONS", &["interpretations"]), + ("QUESTIONAIRES", &["questionnaires"]), + ("PLACMENT", &["placement"]), + ("EXPLANAITONS", &["explanations"]), + ("EXPLAINATIONS", &["explanations"]), + ("CORRECCION", &["correction"]), + ("GUARUNTEING", &["guaranteeing"]), + ("CONTRICEPTIVES", &["contraceptives"]), + ("TOMMOROW", &["tomorrow"]), + ("EASIST", &["easiest"]), + ("MANIPLUATED", &["manipulated"]), + ("PASCHEURISING", &["pasteurising"]), + ("SPECFIFIES", &["specifies"]), + ("FORSENIC", &["forensic"]), + ("FINCTIONAL", &["functional", "fictional"]), + ("TECHNOLOGICLY", &["technological"]), + ("HIDDDEN", &["hidden"]), + ("ABSENSE", &["absence"]), + ("AUTHENCTICATING", &["authenticating"]), + ("DISAPAITED", &["dissipated"]), + ("UNSELCTES", &["unselects"]), + ("DEFFAULT", &["default"]), + ("THEFORE", &["therefore"]), + ("EXPERIMMENTING", &["experimenting"]), + ("CRONOLOGICALLY", &["chronologically"]), + ("APPRAOCHES", &["approaches"]), + ("HOPSITALITY", &["hospitality"]), + ("PROVISIONGING", &["provisioning"]), + ("OBERVING", &["observing"]), + ("TEUSDAY", &["tuesday"]), + ("INTEPRETS", &["interprets"]), + ("ADDESSED", &["addressed"]), + ("NARWHARL", &["narwhal"]), + ("DIVERSTIY", &["diversity"]), + ("RENNOVATED", &["renovated"]), + ("MELTODWN", &["meltdown"]), + ("MASHINED", &["machined"]), + ("APPORPRIATIONS", &["appropriations"]), + ("PREMINES", &["premise"]), + ("INCLUDEING", &["including"]), + ("SIMULTANEUS", &["simultaneous"]), + ("RESCOURCED", &["resourced"]), + ("RECEPTIONST", &["receptionist"]), + ("PULISHER", &["publisher"]), + ("LISTENEND", &["listened"]), + ("REFLECITON", &["reflections"]), + ("ALOABLE", &["allowable", "available"]), + ("INDIVIDUALL", &["individual", "individually"]), + ("ACCUNT", &["account"]), + ("IMPLEMENTATIONER", &["implementations"]), + ("CONSISTENLY", &["consistently"]), + ("ASYNCHORNOUS", &["asynchronous"]), + ("STRUCUTRE", &["structure"]), + ("FORECFULLY", &["forcefully"]), + ("AHD", &["had"]), + ("REFERENSE", &["references", "reference"]), + ("INITIALITSING", &["initialising"]), + ("VERSIONADDDED", &["versionadded"]), + ("RETCIEVERS", &["receivers", "retrievers"]), + ("LOBBYISTES", &["lobbyists"]), + ("ACCCUSED", &["accused"]), + ("REWIEV", &["review"]), + ("INTELLUCTUALS", &["intellectuals"]), + ("CALCULTATOR", &["calculator"]), + ("SKEPTECISM", &["skepticism"]), + ("VIOLOATION", &["violation"]), + ("PRONOUNING", &["pronouncing"]), + ("COMPARITAVELY", &["comparatively"]), + ("ROMAING", &["roaming"]), + ("COMMANTS", &["commands", "comments"]), + ("FOLLLOWONG", &["following"]), + ("ONTAINORS", &["containers"]), + ("EMOTY", &["empty"]), + ("ARBUTRARILY", &["arbitrarily"]), + ("TEMPDATE", &["template"]), + ("DECLARITIVE", &["declarative"]), + ("SUCCEDE", &["succeed"]), + ("CAREFLLY", &["carefully"]), + ("DISDVANTAGE", &["disadvantage"]), + ("FORUTUNATELY", &["fortunately"]), + ("RELAIZED", &["realized"]), + ("ENITRE", &["entire"]), + ("APPRICIATE", &["appreciate"]), + ("CORREPSONDING", &["corresponding"]), + ("MICROOSECONDS", &["microseconds"]), + ("ORIDINALS", &["ordinals"]), + ("VERSATILLE", &["versatile"]), + ("COMMUNICTED", &["communicated"]), + ("POLICIE", &["policies", "policy", "police"]), + ("PROIFLE", &["profile"]), + ("ALCHOHOLIC", &["alcoholic"]), + ("KRANKENSTEIN", &["frankenstein"]), + ("UNINTELLEGENT", &["unintelligent"]), + ("ENTHICITIES", &["ethnicities"]), + ("DATABSAE", &["database"]), + ("PENGUINOS", &["penguins"]), + ("RECURITERS", &["recruiters"]), + ("PREVIOUSL", &["previously"]), + ("UNMISAKABLY", &["unmistakably"]), + ("SPECILIZATION", &["specialization"]), + ("SQUIRRELLS", &["squirrels"]), + ("MATAINERS", &["maintainers"]), + ("MEMOR", &["memory"]), + ("HIGHLIGH", &["highlight"]), + ("CORRRECTION", &["correction"]), + ("INTERNETES", &["internets"]), + ("RECONTRUCTING", &["reconstructing"]), + ("EXPENTITURE", &["expenditure"]), + ("OCCUPIDED", &["occupied"]), + ("SINGOOLARLY", &["singularly"]), + ("ADOVCATED", &["advocated"]), + ("TEMPLTES", &["templates"]), + ("INDENTENDED", &["indented"]), + ("IDENTIFES", &["identifies"]), + ("GAUAGE", &["gauge"]), + ("PUBLISEHRS", &["publishers"]), + ("CONCENTRADE", &["concentrated"]), + ("PREDITERMINED", &["predetermined"]), + ("RECIPENT", &["recipient"]), + ("UNDERNEARTH", &["underneath"]), + ("CONTAINMEMT", &["containment"]), + ("INTERCHANGEBLY", &["interchangeably"]), + ("INLCLUSIVE", &["inclusive"]), + ("AUDBILE", &["audible"]), + ("DESSCRIPTION", &["description"]), + ("PROPONANTS", &["proponents"]), + ("FRACTALERS", &["fractals"]), + ("ADDRSS", &["address"]), + ("BELEAGURED", &["beleaguered"]), + ("ANNOUCED", &["announced"]), + ("PEASED", &["leased", "pieced", "pleased"]), + ("RONDAYVOUED", &["rendezvoused"]), + ("PROPERTLY", &["property", "properly"]), + ("ENVIORNMENTS", &["environments"]), + ("DEFINITLEY", &["definitely"]), + ("SUBSCIRPTION", &["subscriptions", "subscription"]), + ("PUBLIHSER", &["publisher"]), + ("CHAGNE", &["change"]), + ("CLASIFIED", &["classified"]), + ("FRECUENCIES", &["frequencies"]), + ("RENEGOSIATED", &["renegotiated"]), + ("LINEWDITH", &["linewidth"]), + ("TRANSCORDING", &["transcoding"]), + ("SQUIRTE", &["squirtle"]), + ("INTITIALIZE", &["initialize"]), + ("EXPERIMNTS", &["experiments"]), + ("COMPRENSION", &["compression"]), + ("POTETIAL", &["potential"]), + ("FALIED", &["failed"]), + ("NOCTUNRE", &["nocturne"]), + ("REVOLUION", &["revolution"]), + ("EXPERMIMENTEL", &["experimental"]), + ("PACKAEGS", &["packages"]), + ("EQUEL", &["equal"]), + ("INTERPRETTING", &["interpreting"]), + ("INEVATIBLE", &["inevitable"]), + ("EXAGERATION", &["exaggeration"]), + ("INHERRITING", &["inheriting"]), + ("FOM", &["form", "from"]), + ("FOLLFOWING", &["following"]), + ("DESTINEY", &["destiny"]), + ("DESTRYOING", &["destroying"]), + ("HANDSHKING", &["handshaking"]), + ("DIMENIONSALITY", &["dimensionality"]), + ("INVESTIGSTION", &["investigations"]), + ("INTERAXTION", &["interaction"]), + ("CHARACTETR", &["character"]), + ("REPRESNETATION", &["representations", "representation"]), + ("KILOMOTERS", &["kilometers"]), + ("POSITIVLEY", &["positively"]), + ("DEFNIATELY", &["definitely"]), + ("OPINON", &["opinion"]), + ("COCCUPIED", &["occupied"]), + ("DYNAMICLLY", &["dynamically"]), + ("CANDIDIATE", &["candidate"]), + ("SCNEARIOS", &["scenarios"]), + ("INSTURCTION", &["instruction"]), + ("AZMITH", &["azimuth"]), + ("DEAMON", &["daemon"]), + ("SCRUBED", &["scrubbed"]), + ("DELPOYING", &["deploying"]), + ("RECONECCTIONS", &["reconnections"]), + ("TRASNPORTS", &["transports"]), + ("INSTALLATAION", &["installation"]), + ("COALLEES", &["coalesces"]), + ("CASUE", &["cause"]), + ("QUITING", &["quitting"]), + ("ACCEPTTED", &["accepted"]), + ("ARRRAY", &["array"]), + ("DIFFERENTIATIATIONS", &["differentiations"]), + ("NOTFICATION", &["notification"]), + ("RANDOMNS", &["randoms"]), + ("INCOMPASITATED", &["incapacitated"]), + ("CONSRTUCT", &["construct"]), + ("SUSSINCT", &["succinct"]), + ("CORRECTON", &["correction"]), + ("HORIZONTALLLY", &["horizontally"]), + ("AVAILABLEE", &["available"]), + ("BANGLADASH", &["bangladesh"]), + ("OCASIONALY", &["occasionally"]), + ("STREAMES", &["streams"]), + ("NEIGHBOURHOUD", &["neighbourhood"]), + ("CATLOAG", &["catalog"]), + ("COMPETETOR", &["competitor"]), + ("PSCYHIATRIC", &["psychiatric"]), + ("ALTERNATEVLY", &["alternately"]), + ("POOSSIBLE", &["possible"]), + ("RECUN", &["reckon", "recon", "recur"]), + ("DECRMENETED", &["decremented"]), + ("IMPORTAN", &["important"]), + ("REFERSHED", &["refreshed"]), + ("CONEECTED", &["connected"]), + ("ACQUIANTED", &["acquainted"]), + ("DETERMINISITIC", &["deterministic"]), + ("DEMOLISHON", &["demolition"]), + ("DISPENCING", &["dispensing"]), + ("ANTENNAES", &["antennas"]), + ("FAMILIARZE", &["familiarize"]), + ("DEMONSTRERAT", &["demonstrate"]), + ("ACTIVATEING", &["activating"]), + ("RELEVABT", &["relevant"]), + ("HOMEOAPTHY", &["homeopathy"]), + ("CIRCULATIONG", &["circulating"]), + ("MESAGES", &["messages"]), + ("HETROGENOUS", &["heterogenous", "heterogeneous"]), + ("ENEMPLOYMENT", &["unemployment"]), + ("BEGINNIG", &["beginning"]), + ("PUBLSIHED", &["published"]), + ("HESITSTION", &["hesitation"]), + ("CREATEABLE", &["creatable"]), + ("DUPLATED", &["duplicated"]), + ("NUMERAOTR", &["numerator"]), + ("IVOLVING", &["involving", "evolving"]), + ("SEPERATELLY", &["separately"]), + ("THARE", &["there"]), + ("NATIONALISTISKA", &["nationalists"]), + ("GENOMEW", &["genome"]), + ("REFEREFENCES", &["references"]), + ("HOPELESSELY", &["hopelessly"]), + ("PERFERENTIAL", &["preferential"]), + ("INNEFFECTUAL", &["ineffectual"]), + ("MUSICAINS", &["musicians"]), + ("REPARIED", &["repaired"]), + ("HOTSHOOT", &["hotshot"]), + ("MANANGEMENT", &["management"]), + ("MECHINES", &["machines"]), + ("INSIDIUOS", &["insidious"]), + ("DERIVITIVE", &["derivative"]), + ("INSTANES", &["instances"]), + ("AUTSITIC", &["autistic"]), + ("SETTLEMENS", &["settlements"]), + ("LOGORITHMIC", &["logarithmic"]), + ("PEOPEL", &["people"]), + ("IDENITFY", &["identify"]), + ("DIAGNOSITC", &["diagnostic"]), + ("SOPUNDED", &["sounded"]), + ("TRUNCAT", &["truncate"]), + ("INTIALSED", &["initialised"]), + ("REARRANGD", &["rearranged"]), + ("NAUTRAL", &["natural", "neutral"]), + ("EMBARASINGLY", &["embarrassingly"]), + ("NEGOTIOTATED", &["negotiated"]), + ("REFERENCIAL", &["referential"]), + ("CONCENTATION", &["concentration"]), + ("REFRESHENER", &["refresher"]), + ("VALIATOR", &["validator"]), + ("ALLIANSE", &["alliances"]), + ("ARITHMETISCH", &["arithmetic"]), + ("DEFINALTEY", &["definitely"]), + ("PORSALIN", &["porcelain"]), + ("LEANEANT", &["lenient"]), + ("IRRESISTABLE", &["irresistible"]), + ("OPERATINGS", &["operations", "operating"]), + ("PROLETARIET", &["proletariat"]), + ("IMPROOVMENTS", &["improvements"]), + ("DUPLIATIONS", &["duplications"]), + ("THNAKYOU", &["thankyou"]), + ("LIMITAION", &["limitation"]), + ("ACCUPTS", &["accepts"]), + ("PRODUCTIVO", &["production"]), + ("THST", &["that"]), + ("CONSTRUCTTS", &["constructs"]), + ("ANONOMOUSLY", &["anonymously"]), + ("DUETSCHLAND", &["deutschland"]), + ("GENUIN", &["genuine"]), + ("IMPILED", &["implied"]), + ("TYPLES", &["tuples"]), + ("HTAT", &["that"]), + ("REPROTS", &["reports"]), + ("PERSICUTED", &["persecuted"]), + ("TPYED", &["typed"]), + ("TRASNACTION", &["transaction"]), + ("SPEFICITICALLY", &["specifically"]), + ("LANGHTS", &["lengths"]), + ("OBSTICLES", &["obstacles"]), + ("WEREABOUTS", &["whereabouts"]), + ("ASETHETICALLY", &["aesthetically"]), + ("POSSIBLILITY", &["possibility"]), + ("RETQUIRESGSUB", &["requiresgsub"]), + ("ECTSASY", &["ecstasy"]), + ("PILGRAMIGE", &["pilgrimage"]), + ("SUBSADIZED", &["subsidized"]), + ("OCASIONS", &["occasions"]), + ("TERRABYTES", &["terabytes"]), + ("ENCOURGED", &["encouraged"]), + ("OCCASSIONED", &["occasioned"]), + ("PITCHFERKS", &["pitchforks"]), + ("ACTIAL", &["actual"]), + ("AWAKEND", &["awakened"]), + ("EVANGALICAL", &["evangelical"]), + ("SURBUBAN", &["suburban"]), + ("OLL", &["all", "ole", "old", "olly", "oil"]), + ("PHYSISION", &["physician"]), + ("CRAHES", &["crashes"]), + ("INITAILSIATION", &["initialisation"]), + ("PARAMEDS", &["paramedics"]), + ("AETHISTS", &["atheists"]), + ("SUCCESFULLY", &["successfully"]), + ("GUARDIANIS", &["guardians"]), + ("ACEDEMICALLY", &["academically"]), + ("FAUILURES", &["failures"]), + ("PSUEDOLAYER", &["pseudolayer"]), + ("IMPLEMETATIONS", &["implementations"]), + ("DSYTOPIAN", &["dystopian"]), + ("UDATED", &["updated", "dated"]), + ("FRAMWORKS", &["frameworks"]), + ("EXECUTINGS", &["executions"]), + ("OUTUPT", &["output"]), + ("ANALYSTICS", &["analysts"]), + ("PROHIBITONS", &["prohibits"]), + ("VALIDTE", &["validate"]), + ("VISITERS", &["visitors"]), + ("EXECUTBLES", &["executables"]), + ("SPWANING", &["spawning"]), + ("PERSONALIS", &["personas"]), + ("CONSTITUTINAL", &["constitutional"]), + ("SENTIMENTALS", &["sentiments"]), + ("COLIDE", &["collide"]), + ("VIRUAL", &["virtual", "viral"]), + ("RECONECCTED", &["reconnected"]), + ("RESOLVENDO", &["resolved"]), + ("EXCECUTIVE", &["executive"]), + ("INFLAMATION", &["inflammation"]), + ("CYRSTAL", &["crystal"]), + ("COMMPUTE", &["compute"]), + ("CONSANTS", &["constants"]), + ("SUCESES", &["successes"]), + ("SUDENT", &["student"]), + ("EVITION", &["eviction"]), + ("VERFICIATION", &["verification"]), + ("FINISHIED", &["finished"]), + ("DEFINDING", &["defining"]), + ("EXLUDING", &["excluding", "exuding"]), + ("INFORME", &["inform"]), + ("TRANSKRIPTION", &["transcription"]), + ("DECIEVING", &["deceiving"]), + ("DOCUMENTACION", &["documentation"]), + ("WORKDPACE", &["workspace"]), + ("ANKSHIOSNESS", &["anxiousness"]), + ("VERESIONS", &["versions"]), + ("TRANSCIPRT", &["transcripts"]), + ("DELIVERATE", &["deliberate"]), + ("HIHGLIGHT", &["highlight"]), + ("PLAYTHORUGHS", &["playthroughs"]), + ("ABANDONNE", &["abandonment"]), + ("VULNERABIL", &["vulnerable"]), + ("BARBARIS", &["barbarians"]), + ("PROBABLISTICALLY", &["probabilistically"]), + ("COMBININE", &["combine"]), + ("INCORRECTY", &["incorrectly"]), + ("CRACING", &["gracing"]), + ("NETWROKING", &["networking"]), + ("ADVACE", &["advance"]), + ("EXAUSTIVE", &["exhaustive"]), + ("IDENFITY", &["identify"]), + ("VACCINATIE", &["vaccinated"]), + ("CORRET", &["correct"]), + ("SKEEP", &["skip"]), + ("HICH", &["which"]), + ("OPEARTIONS", &["operations"]), + ("CIMPTUMATICALY", &["symptomatically"]), + ("ALCHOLIC", &["alcoholic"]), + ("UNINITIALSE", &["uninitialise"]), + ("UNORIGINIAL", &["unoriginal"]), + ("MECHANICALY", &["mechanically"]), + ("SOMETHIMG", &["something"]), + ("GRANILARITY", &["granularity"]), + ("PLATTFORM", &["platform"]), + ("PUBLISEHR", &["publisher"]), + ("ROELPLAY", &["roleplay"]), + ("GLITHCED", &["glitched"]), + ("EXPROTED", &["exported"]), + ("TURTELS", &["turtles"]), + ("MODULESS", &["modules"]), + ("SAVVE", &["save", "savvy", "salve"]), + ("SCROLLABLBE", &["scrollable"]), + ("INTERACTIES", &["interacts"]), + ("MYPSACE", &["myspace"]), + ("UNEXPACTED", &["unexpected"]), + ("IDICATED", &["indicated"]), + ("CONTINUATI", &["continuity"]), + ("PORPORTINAL", &["proportional"]), + ("FLUORECENCE", &["fluorescence"]), + ("CURRUPTIONS", &["corruptions"]), + ("CHALLENEGE", &["challenge"]), + ("TRIGERRED", &["triggered"]), + ("SCNADINAVIAN", &["scandinavian"]), + ("EXPEPTING", &["expecting"]), + ("DESTINTATION", &["destination"]), + ("UNWEILDY", &["unwieldy"]), + ("CANABELYZED", &["cannibalized"]), + ("PROPERRT", &["property"]), + ("ASNWERING", &["answering"]), + ("CONSTAINTS", &["constraints"]), + ("REGISTRERS", &["registers"]), + ("INITILIASE", &["initialise"]), + ("MANUELL", &["manual"]), + ("FURTHHER", &["further"]), + ("CONTROVERSARY", &["controversy"]), + ("DECREMEANT", &["decrement"]), + ("ARGUMEMENT", &["argument"]), + ("CONECNT", &["connect", "content"]), + ("TEMPLAS", &["templars"]), + ("RELAVANT", &["relevant"]), + ("OSTERAGE", &["ostrich"]), + ("RECONTRUCTORS", &["reconstructors"]), + ("NIMPHOMANIAC", &["nymphomaniac"]), + ("MAGICIN", &["magician"]), + ("EXPEIMENTEL", &["experimental"]), + ("CUVES", &["curves", "cubes", "caves"]), + ("FORCEABLY", &["forcibly"]), + ("ENEGERY", &["energy"]), + ("ABSROBS", &["absorbs"]), + ("NEGOITATION", &["negotiation"]), + ("DISSMANTLED", &["dismantled"]), + ("JURISFICTION", &["jurisdiction"]), + ("NARCESSIST", &["narcissist"]), + ("PROGATING", &["propagating"]), + ("ORIGANALY", &["originally"]), + ("CELEBRATO", &["celebration"]), + ("IMPERIALIMS", &["imperialism"]), + ("PENALITY", &["penalty"]), + ("LIBERACION", &["liberation"]), + ("REACEIVE", &["receive"]), + ("EXEEDINGLY", &["exceedingly"]), + ("CIRCUSTANCES", &["circumstances"]), + ("EEVERYTHING", &["everything"]), + ("TENTACUEL", &["tentacle"]), + ("IMAGINITAVE", &["imaginative"]), + ("ADJSUTED", &["adjusted"]), + ("ENGINEE", &["engine", "engineer"]), + ("IMPLAUSBILE", &["implausible"]), + ("LIBRARAY", &["library"]), + ("AOTOMATIC", &["automatic"]), + ("UNKONWN", &["unknown"]), + ("DITRIBUTION", &["distribution"]), + ("MATHIMATICS", &["mathematics"]), + ("VOLATGES", &["voltages"]), + ("MULTIPILERS", &["multipliers"]), + ("PROPOGATION", &["propagation"]), + ("POTENTIALLLY", &["potentially"]), + ("ELSESWHERE", &["elsewhere"]), + ("TANGEANTS", &["tangents"]), + ("EXPERIMETED", &["experimented"]), + ("ACTIAVTES", &["activates"]), + ("ASSICATE", &["associate"]), + ("RESPONCIBLY", &["responsibly"]), + ("KAKE", &["cake", "take"]), + ("MOISTRUIZER", &["moisturizer"]), + ("PREVIOU", &["previous"]), + ("APPROPRITE", &["appropriate"]), + ("IMPLAMENTED", &["implemented"]), + ("CKOUD", &["cloud"]), + ("LANGNGUAGES", &["languages"]), + ("AUXILLERIES", &["auxiliaries"]), + ("ABSOLVTE", &["absolve"]), + ("FIRGGIN", &["friggin"]), + ("OVERPOOLING", &["overlooking"]), + ("ALLIASING", &["aliasing"]), + ("STURTURE", &["structure"]), + ("FRUSTERATION", &["frustration"]), + ("TORREST", &["torrents"]), + ("UTILIZ", &["utilize"]), + ("HOMAPAGE", &["homepage"]), + ("LANGUAGUES", &["languages"]), + ("ACCRDINGLY", &["accordingly"]), + ("CRASHEED", &["crashed"]), + ("SINSE", &["sines", "since"]), + ("FOREARMES", &["forearms"]), + ("PERTINANTE", &["pertinent"]), + ("UNNESSARY", &["unnecessary"]), + ("GENEATE", &["generate"]), + ("DBE", &["be"]), + ("REBUPLIC", &["republic"]), + ("CONTEINERS", &["contenders"]), + ("MIDOTWN", &["midtown"]), + ("MANUFACUTRE", &["manufactures"]), + ("COORDONATOR", &["coordinator"]), + ("BCK", &["back"]), + ("CONSTEXT", &["context"]), + ("UNAPPRETIATED", &["unappreciated"]), + ("REGESSION", &["regression"]), + ("EXECPTIONS", &["exceptions"]), + ("AGGREAGATOR", &["aggregator"]), + ("TURORIAL", &["tutorial"]), + ("COMPAIRISON", &["comparison"]), + ("ROVIDED", &["provided"]), + ("REPERTWARES", &["repertoires"]), + ("WRAAPPING", &["wrapping"]), + ("REPRASE", &["reparse"]), + ("QUANITITY", &["quantity"]), + ("SPEFCIFICS", &["specifics"]), + ("REPANT", &["repaint", "repent"]), + ("METIONED", &["mentioned"]), + ("COLLECTOIN", &["collections"]), + ("UNORGINIAL", &["unoriginal"]), + ("ABUNDACE", &["abundance"]), + ("HISOTRY", &["history"]), + ("COTROLLED", &["controlled"]), + ("RIVISION", &["revision"]), + ("SCRTIP", &["script"]), + ("INITAILIZERS", &["initializers"]), + ("SIPLY", &["simply"]), + ("SCRIOPTING", &["scripting"]), + ("BREAKTHROUGHTS", &["breakthroughs"]), + ("DIFFERNTIALS", &["differentials"]), + ("SYAS", &["says"]), + ("ATTEMPTES", &["attempts"]), + ("MAINTINENCE", &["maintenance"]), + ("ITNERPRELATION", &["interpretation"]), + ("ASSEMNLY", &["assembly"]), + ("WRAPING", &["wrapping", "warping"]), + ("CONTRAVERCIAL", &["controversial"]), + ("IMPLENMENTATION", &["implementation"]), + ("DIMMENSION", &["dimension"]), + ("HYPERHTREADED", &["hyperthreaded"]), + ("CIVILEZATIONS", &["civilizations"]), + ("DANGERUS", &["dangers"]), + ("INSTRUCCTION", &["instruction"]), + ("SUSPSEND", &["suspend"]), + ("UNFORTUATELY", &["unfortunately"]), + ("DISCCONEECTS", &["disconnects"]), + ("NUMNERS", &["numbers"]), + ("AFFLCITION", &["affliction"]), + ("CAVAET", &["caveat"]), + ("INITAILISED", &["initialised"]), + ("BOURGEOIUS", &["bourgeois"]), + ("PURPUS", &["purpose"]), + ("ATTRACS", &["attracts"]), + ("FASEND", &["fastened"]), + ("COMPAIRE", &["compare"]), + ("EMPLYING", &["employing"]), + ("NECROMANSER", &["necromancer"]), + ("SNOWBALS", &["snowballs"]), + ("EXPERIMNTATIONS", &["experimentations"]), + ("PHENOMANAL", &["phenomenal"]), + ("GYLPH", &["glyph"]), + ("PEOTRY", &["poetry"]), + ("BEAUITFUL", &["beautiful"]), + ("ANTAGONISTC", &["antagonistic"]), + ("DEPDENDANTS", &["dependants"]), + ("ANOMOLY", &["anomaly"]), + ("CONNOTACION", &["connotation"]), + ("DEPENCENDENCIES", &["dependencies"]), + ("ITTERATING", &["iterating"]), + ("REMENBER", &["remember"]), + ("PHILLIPINES", &["philippines"]), + ("SCANDINVIA", &["scandinavia"]), + ("RESSOURCING", &["resourcing"]), + ("NOY", &["not"]), + ("ROATED", &["rotated"]), + ("ASSUMBE", &["assume"]), + ("AFTRER", &["after"]), + ("HALLOWEN", &["halloween"]), + ("APPLIKAY", &["appliqué"]), + ("DISBELIFE", &["disbelief"]), + ("INTERECTS", &["interacts", "intersects"]), + ("WHISPERD", &["whispered"]), + ("DEFINETELY", &["definitely"]), + ("RESITORS", &["resistors"]), + ("SUFFICIENNTLY", &["sufficiently"]), + ("AREMNIAN", &["armenian"]), + ("COMPRAMISING", &["compromising"]), + ("PROSECTUED", &["prosecuted"]), + ("EVELUATIONS", &["evaluations"]), + ("UNHILIGHTED", &["unhighlighted"]), + ("THINKIG", &["thinking"]), + ("REIMPLEMENTAION", &["reimplementation"]), + ("UGPRADED", &["upgraded"]), + ("CONSEPT", &["concept"]), + ("PAYMETN", &["payment"]), + ("ASENDER", &["ascender"]), + ("LOOCKING", &["locking", "looking"]), + ("REASY", &["ready", "easy"]), + ("BACKFIED", &["backfield"]), + ("OCUPYING", &["occupying"]), + ("CONTINATION", &["continuation"]), + ("IMMOBLIE", &["immobile"]), + ("UTILITES", &["utilities"]), + ("ALTHORITHMICALLY", &["algorithmically"]), + ("BRACELONA", &["barcelona"]), + ("DIFFERANTLY", &["differently"]), + ("COMPRES", &["compress", "compares"]), + ("REFCOUNF", &["refcount"]), + ("DIABLERS", &["disablers"]), + ("NAPOMMS", &["napalms"]), + ("INFERIOARE", &["inferior"]), + ("SYNCHRNIZATION", &["synchronization"]), + ("PREIPHERALS", &["peripherals"]), + ("SPECTS", &["aspects", "expects", "specs"]), + ("EMITETD", &["emitted"]), + ("ISNTEAD", &["instead"]), + ("SURPRISINLY", &["surprisingly"]), + ("VEGETARIEN", &["vegetarian"]), + ("CONSTRUCTIOR", &["constructor"]), + ("APPON", &["upon"]), + ("INTERSECRION", &["intersection"]), + ("SEPARETELY", &["separately"]), + ("ACQUIESSES", &["acquiesces"]), + ("ENOUHG", &["enough"]), + ("IDENFIFIERS", &["identifiers"]), + ("WARCRAT", &["warcraft"]), + ("EXPERIMETNALLY", &["experimentally"]), + ("PREPAND", &["prepend"]), + ("MATRESSES", &["mattresses"]), + ("SEIGE", &["siege"]), + ("QUANTZATION", &["quantization"]), + ("RADUIS", &["radius"]), + ("RECOMMNED", &["recommend"]), + ("DENTIFIES", &["identifies"]), + ("COMPLUSION", &["compulsion"]), + ("REPOSIOTRY", &["repository"]), + ("CHOCOLAE", &["chocolates"]), + ("SHYSTEMERROR", &["systemerror"]), + ("HEPLER", &["helper"]), + ("PENNALS", &["panels"]), + ("EFFICENCY", &["efficiency"]), + ("COUTNER", &["counter"]), + ("EMPROVE", &["improve"]), + ("SUFACES", &["surfaces"]), + ("DIPLOMACIA", &["diplomatic"]), + ("AMELEARATOR", &["ameliorator"]), + ("CHARACSTYLE", &["charstyle"]), + ("SCANING", &["scanning"]), + ("COLUNN", &["column", "colon"]), + ("PERMUATED", &["permutated", "permuted"]), + ("MATCHIN", &["matching"]), + ("AOTOMATICAL", &["automatic"]), + ("CONTROVESY", &["controversy"]), + ("THIOS", &["this"]), + ("CONSENTIOUS", &["conscientious"]), + ("WEW", &["we"]), + ("EXCLSUIVES", &["exclusives"]), + ("SPONSERS", &["sponsors"]), + ("SCRIPOTED", &["scripted"]), + ("SPEPERATER", &["separator"]), + ("UNCONDITONALLY", &["unconditionally"]), + ("STANDARTIZATOR", &["standardizer"]), + ("SAFETLY", &["safely"]), + ("DELYAING", &["delaying"]), + ("RITTLES", &["rattles", "riddles"]), + ("MUNDANCE", &["mundane"]), + ("AMPITHEATERS", &["amphitheaters"]), + ("ETSABLISHMENT", &["establishment"]), + ("COSTRUCT", &["construct"]), + ("NUMERCIALLY", &["numerically"]), + ("SACALARS", &["scalars"]), + ("NECESSSARY", &["necessary"]), + ("RESUMT", &["resume"]), + ("STOCAHSTIC", &["stochastic"]), + ("THROUGHT", &["thought", "through", "throughout"]), + ("UNREGISTE", &["unregister"]), + ("SCARIFICES", &["sacrifices"]), + ("UNSISTAINABLE", &["unsustainable"]), + ("CHASIMS", &["chasms"]), + ("PASCHEURISED", &["pasteurised"]), + ("INIFINTE", &["infinite"]), + ("SCHEDUEL", &["schedule"]), + ("STICHTING", &["stitching"]), + ("SCIENTFIC", &["scientific"]), + ("PROYECT", &["project", "protect"]), + ("RONDAZYVOU", &["rendezvous"]), + ("DOWNLAOD", &["download"]), + ("SAWTE", &["sauté"]), + ("MULTIPLR", &["multiplier"]), + ("SPEFIFEIRS", &["specifiers"]), + ("RETYRING", &["retrying"]), + ("SENSASIONAL", &["sensational"]), + ("SOVLE", &["solve"]), + ("PENNSYLVAINA", &["pennsylvania"]), + ("EVOVLES", &["evolves"]), + ("THORNES", &["thrones"]), + ("DRAWED", &["drew", "drawn"]), + ("SIGNIFFICANT", &["significant"]), + ("INTERWEBERS", &["interwebs"]), + ("NOMINET", &["nominate"]), + ("PUBLICITAN", &["publication"]), + ("BRODCAST", &["broadcast"]), + ("PEFERS", &["prefers"]), + ("VIZUALISATION", &["visualisation"]), + ("PLATNIUM", &["platinum"]), + ("SPARTAS", &["spartans"]), + ("RESTRAUNT", &["restraint", "restaurant"]), + ("CERTIFICIATE", &["certificate"]), + ("LANUCHING", &["launching"]), + ("BUSSINES", &["business"]), + ("JUGGLENAUT", &["juggernaut"]), + ("RACISTAS", &["racists"]), + ("MAGNEISUM", &["magnesium"]), + ("AMRPITS", &["armpits"]), + ("BOLLCOKS", &["bollocks"]), + ("INSUFFCIENT", &["insufficient"]), + ("TRANSGENDERD", &["transgendered"]), + ("PARAETERS", &["parameters"]), + ("UNEXCPECTED", &["unexpected"]), + ("EXPERIMENTTER", &["experimenter"]), + ("REINSTALLLING", &["reinstalling"]), + ("RELEAVE", &["relieve"]), + ("SWITCHIGN", &["switching"]), + ("VISUALIZAION", &["visualization"]), + ("SPREADSHEEDS", &["spreadsheets"]), + ("INTILISING", &["initialising"]), + ("EFFIECIENT", &["efficient"]), + ("DIMINISHS", &["diminishes"]), + ("PERCUSSON", &["percussion"]), + ("MECHANISMUS", &["mechanisms"]), + ("SHEAT", &["sheath", "sheet", "cheat"]), + ("PUBLUSHES", &["publishes"]), + ("AVALABLE", &["available"]), + ("DOCUMENTERIES", &["documentaries"]), + ("STRIGHT", &["straight"]), + ("DELIMITIAION", &["delimitation"]), + ("SCTIONS", &["sections", "suctions"]), + ("DEPLOYMENETS", &["deployments"]), + ("CATIGORICALLY", &["categorically"]), + ("GUARUNTE", &["guarantee"]), + ("VILL", &["will"]), + ("ACCOMIDATION", &["accommodation"]), + ("INITILIZED", &["initialized"]), + ("EXEUCTE", &["execute"]), + ("CONTAIENRS", &["containers"]), + ("CRYTOGRAPHICALLY", &["cryptographically"]), + ("PALIAMENTARIAN", &["parliamentarian"]), + ("MICROHPONE", &["microphone"]), + ("STARDARDIZING", &["standardizing"]), + ("UNDERNEIGHT", &["underweight"]), + ("CONQEURING", &["conquering"]), + ("ANGLULAR", &["angular"]), + ("PROVISOINED", &["provisioned"]), + ("ADRESSING", &["addressing"]), + ("UPHOLSTRY", &["upholstery"]), + ("INDEPENTENTLY", &["independently"]), + ("DISKRETION", &["discretion"]), + ("CONVOVLED", &["convolved"]), + ("MULTLIPLYING", &["multiplying"]), + ("PRESUASIVE", &["persuasive"]), + ("WUTHIN", &["within"]), + ("MILIGRAM", &["milligram"]), + ("TEMPORORARY", &["temporary"]), + ("UNAVAIALBE", &["unavailable"]), + ("MELINNEUM", &["millennium"]), + ("MACASONS", &["moccasins"]), + ("INHERT", &["inherit"]), + ("SECION", &["section"]), + ("ARUGMENTS", &["arguments"]), + ("MANUFATURE", &["manufacture"]), + ("CONVERYING", &["converting"]), + ("PERFEC", &["perfect"]), + ("SOMETIHING", &["something"]), + ("COMPLICATTED", &["complicate"]), + ("DETAILD", &["detailed"]), + ("SYNCRONISES", &["synchronises"]), + ("CHARACTERISITC", &["characteristics"]), + ("TURSTWORTHY", &["trustworthy"]), + ("DISSAPPEARED", &["disappeared"]), + ("ADIN", &["admin"]), + ("OBJECTSS", &["objects"]), + ("DISSCTORS", &["dissectors"]), + ("CLOURE", &["clojure", "closure"]), + ("COUNCILERS", &["councils", "councilors"]), + ("COMPUTRE", &["compute"]), + ("OVEWRITABLE", &["overwritable"]), + ("SPEFICIALLIFERS", &["specifiers"]), + ("SAFTY", &["safety"]), + ("RUTE", &["brute", "route", "rule"]), + ("VIRTUALIZAION", &["virtualization"]), + ("STRAIGTHENING", &["straightening"]), + ("MISCEANCELLOUS", &["miscellaneous"]), + ("KNOWELDGABLE", &["knowledgable"]), + ("SOURCS", &["sources", "source"]), + ("CONVICED", &["convinced"]), + ("LINUEPS", &["lineups"]), + ("EXPERIMENER", &["experimenter"]), + ("ANALIZES", &["analyzes"]), + ("INFRASTUCTURES", &["infrastructures"]), + ("INTUITIVLEY", &["intuitively"]), + ("KONFIRMATION", &["confirmation"]), + ("MALAIRA", &["malaria"]), + ("OBSEVRERS", &["observers"]), + ("FACSINATED", &["fascinated"]), + ("CHARITIBLE", &["charitable"]), + ("REFERED", &["referred"]), + ("REGONIZE", &["recognize"]), + ("SYNCRONIZER", &["synchronizer"]), + ("MASTURBATHE", &["masturbated"]), + ("RECRETION", &["recreation"]), + ("AIPORT", &["airport"]), + ("REPREPRESENTS", &["represents"]), + ("SYSTENS", &["systems"]), + ("REDIRECTD", &["redirected"]), + ("THESS", &["this", "these"]), + ("APPAISE", &["appease", "appraise"]), + ("SUBSTANSIALLY", &["substantially"]), + ("SCOREBAORD", &["scoreboard"]), + ("AMERICAMS", &["americas"]), + ("PROCRASTINARTING", &["procrastinating"]), + ("PERFROM", &["perform"]), + ("SRCIPT", &["script"]), + ("INCARANTION", &["incarnation"]), + ("SPRITNS", &["sprints"]), + ("ILLNESSS", &["illnesses"]), + ("HIGHLIGHING", &["highlighting"]), + ("PARITUCLAR", &["particular"]), + ("PRJECTING", &["projecting"]), + ("VULBERABILLITY", &["vulnerability"]), + ("RESYCN", &["resync"]), + ("RENEGOTIOTES", &["renegotiates"]), + ("STRIPT", &["stripped", "script"]), + ("FUNCHTIONED", &["functioned"]), + ("EMPRESSED", &["impressed"]), + ("REPRODICE", &["reproduce"]), + ("AGRGUMENTS", &["arguments"]), + ("INDEMPOTENT", &["idempotent"]), + ("INDIVISUALITY", &["individuality"]), + ("REWRIRE", &["rewrite", "rewire"]), + ("LEGITIMIATELY", &["legitimately"]), + ("FUNCHTIONNAL", &["functional"]), + ("DOCTORIAL", &["doctoral"]), + ("SIMMETRIC", &["symmetric"]), + ("UBIQUTIOUS", &["ubiquitous"]), + ("BASTARS", &["bastards"]), + ("NIMUTES", &["minutes"]), + ("WEDNESSDAY", &["wednesdays", "wednesday"]), + ("SEPEARABLE", &["separable"]), + ("TESTOMONY", &["testimony"]), + ("MEMEORY", &["memory"]), + ("BANKGOK", &["bangkok"]), + ("DEZEMBER", &["december"]), + ("SIGNIFIY", &["signify"]), + ("CYPTOGRAPHY", &["cryptography"]), + ("ARAMETERS", &["parameters"]), + ("UNDERSTANDABLELY", &["understandably"]), + ("GROUPPED", &["grouped"]), + ("OVERFAPPING", &["overlapping"]), + ("AUTONOMOS", &["autonomous"]), + ("WRITEWR", &["writer"]), + ("THROTTES", &["throttles", "trots"]), + ("BAYBLON", &["babylon"]), + ("SOULTION", &["solution"]), + ("PEDOPHILS", &["pedophiles"]), + ("PRECENDENT", &["precedent"]), + ("HYSTARICAL", &["hysterical"]), + ("HORIZONALLY", &["horizontally"]), + ("UPLAODS", &["uploads"]), + ("TRAVERSSAL", &["traversal"]), + ("CONCIETED", &["conceited"]), + ("PAROCHEALLY", &["parochially"]), + ("PAYCHOPATHIC", &["psychopathic"]), + ("SPEFIED", &["specified"]), + ("DIRECTOVE", &["directive"]), + ("BOUNDUARIES", &["boundaries"]), + ("UNDENIABELY", &["undeniably"]), + ("HURRIANCE", &["hurricane"]), + ("SNOWBOLLING", &["snowballing"]), + ("CERTIFCIATES", &["certificates"]), + ("COMPLATED", &["completed"]), + ("SUCCESFULY", &["successfully"]), + ("ILLEGITIMITE", &["illegitimate"]), + ("VIRUTALS", &["virtuals"]), + ("COMMPRESION", &["compression"]), + ("SCRIPTYPE", &["scripttype"]), + ("ARMEGADDON", &["armageddon"]), + ("SEPARATELLY", &["separately"]), + ("DEFINILTY", &["definitely"]), + ("ITALIANAS", &["italians"]), + ("CLASSIFICAION", &["classification"]), + ("LOBBYSITS", &["lobbyists"]), + ("SUBSTITION", &["substitution"]), + ("ESCPAES", &["escapes"]), + ("EPTRAPOLATES", &["extrapolates"]), + ("CCORRECT", &["correct"]), + ("INSTRUCTIE", &["instructed"]), + ("ENTERTWINED", &["entertained"]), + ("DOUBLELY", &["doubly"]), + ("EFFECITVELY", &["effectively"]), + ("FULY", &["fully"]), + ("VERCTORS", &["vectors"]), + ("REDIFINITIONS", &["redefinitions"]), + ("COMBINBE", &["combined"]), + ("TROGLODITE", &["troglodyte"]), + ("VITENAM", &["vietnam"]), + ("PROPERTIEES", &["properties"]), + ("AVAILABABLE", &["available"]), + ("CAPITANS", &["captains"]), + ("GROSHURIES", &["groceries"]), + ("INNITIALIZE", &["initialize", "initializes"]), + ("PROPOSITON", &["proposition"]), + ("COMPLAINIG", &["complaining"]), + ("BOUDNARIES", &["boundaries"]), + ("DISLCAIMER", &["disclaimer"]), + ("UNGRAPEFUL", &["ungrateful"]), + ("MODFICATION", &["modification"]), + ("INNACCIBLE", &["inaccessible"]), + ("TRUGED", &["trudged"]), + ("RECOVATION", &["revocation"]), + ("ECLISPE", &["eclipse"]), + ("HIGHSCHOOOL", &["highschool"]), + ("DEALLOACTE", &["deallocate"]), + ("NAIEVE", &["naive"]), + ("MALPRACTIVE", &["malpractice"]), + ("TIMESTAMPES", &["timestamps"]), + ("DIGSET", &["digest"]), + ("SUBSTANCIAL", &["substantial"]), + ("LEASURELY", &["leisurely"]), + ("PERMUTAIONS", &["permutations"]), + ("CALCUALATING", &["calculating"]), + ("ABSOULETELY", &["absolutely"]), + ("OPRATION", &["operation"]), + ("COLLEKTION", &["collection"]), + ("SEROUNDS", &["surrounds"]), + ("BOUUNDED", &["bounded"]), + ("EFFECIVELY", &["effectively"]), + ("ATTETION", &["attention"]), + ("HEIGTHENED", &["heightened"]), + ("AXPRESSED", &["expressed"]), + ("TIMESTAN", &["timespan"]), + ("SSEE", &["see"]), + ("DOWRD", &["dword"]), + ("MICROSOFOT", &["microsoft"]), + ("URETHREA", &["urethra"]), + ("REPRESNETS", &["represents"]), + ("SMPT", &["smtp", "smtpe"]), + ("VIOLOATING", &["violating"]), + ("LICESNE", &["license"]), + ("FAMILIARIES", &["familiarize"]), + ("AVAIALBEL", &["available"]), + ("FRATERNETY", &["fraternity"]), + ( + "FLASE", + &["false", "flake", "flame", "flare", "flash", "flask"], + ), + ("DISSASSOCIATING", &["disassociating"]), + ("SEARCHIGN", &["searching"]), + ("MISUNDERATANDING", &["misunderstandings"]), + ("COMPATATBLE", &["compatible"]), + ("PALISTINIAN", &["palestinian"]), + ("GUTTERAL", &["guttural"]), + ("CYLCICAL", &["cyclical"]), + ("AWKWARDESS", &["awkwardness"]), + ("MISINTERPRETT", &["misinterpret"]), + ("SERVCING", &["servicing", "serving"]), + ("FNUCTION", &["function"]), + ("AMBIBUITY", &["ambiguity"]), + ("ANOMOLEE", &["anomaly"]), + ("ENVRION", &["environ"]), + ("ABOROGINAL", &["aboriginal"]), + ("PEACIFY", &["pacify"]), + ("DEPDENCES", &["dependences"]), + ("CONTECTION", &["contention"]), + ("CONFURSED", &["confused"]), + ("STAITIONS", &["stations"]), + ("SYSEM", &["system"]), + ("TRANSCRIPTUS", &["transcripts"]), + ("DELIEVERING", &["delivering"]), + ("REHERSAL", &["rehearsal"]), + ("CONCLSUIONS", &["concussions"]), + ("ACCELEARION", &["acceleration"]), + ("IGNROING", &["ignoring"]), + ("EXCPETION", &["exception"]), + ("NEGOZIATING", &["negotiating"]), + ("RELIGEOUSLY", &["religiously"]), + ("OVVERRIDE", &["override"]), + ("APPREACIATE", &["appreciate"]), + ("UNITESSTATES", &["unitedstates"]), + ("NOTASION", &["notation"]), + ("PHSYIQUE", &["physique"]), + ("QUANITIES", &["quantities"]), + ("HOUNOUR", &["honour"]), + ("DEFINT", &["definite", "define"]), + ("FOLOWIN", &["following"]), + ("ALISAS", &["alias", "aliases"]), + ("PASRE", &["parse"]), + ("SIRECTED", &["directed"]), + ("UMOUTN", &["umount"]), + ("AUTHENRICATING", &["authenticating"]), + ("LEIBNITZ", &["leibniz"]), + ("PLAGIARIAM", &["plagiarism"]), + ("RENDAYVOU", &["rendezvous"]), + ("TRAINGULATION", &["triangulation"]), + ("WOUDL", &["would"]), + ("DEREFRENCABLE", &["dereferenceable"]), + ("HOLOCUAST", &["holocaust"]), + ("TIMESTAPS", &["timestamps"]), + ("PROCESESES", &["processes"]), + ("UBUTUNU", &["ubuntu"]), + ("PREVIOS", &["previous"]), + ("DEVELOPEMNT", &["developments"]), + ("PURPETUATING", &["perpetuating"]), + ("AMPHETEMINES", &["amphetamines"]), + ("BOOLAN", &["boolean"]), + ("VILLANS", &["villains"]), + ("OCE", &["once", "one", "ore"]), + ("ATELAST", &["atleast"]), + ("APPRIXIMATION", &["approximation"]), + ("OVERANDS", &["operands"]), + ("EPXECTED", &["expected"]), + ("PERFORMANCEPCS", &["performances"]), + ("ORGANISCHE", &["organise"]), + ("NEGOABLE", &["negotiable"]), + ("DETRMINE", &["determine"]), + ("CORPROATE", &["corporate"]), + ("LIVESTREM", &["livestream"]), + ("DETABASE", &["database"]), + ("PROXYED", &["proxied"]), + ("CRYSTALENS", &["crystals"]), + ("COMPLILATION", &["complication"]), + ("SYMBONNAME", &["symbolname"]), + ("ABILTY", &["ability"]), + ("INTELLECTALS", &["intellectuals"]), + ("PARAMTERLESS", &["parameterless"]), + ("REMMEBERED", &["remembered"]), + ("COMMUNIACTION", &["communications"]), + ("TAHNKYOU", &["thankyou"]), + ("OVERSHADOWD", &["overshadowed"]), + ("PARET", &["parent", "parrot"]), + ("HOSITED", &["hoisted"]), + ("SENTINALS", &["sentinels"]), + ("DOTA", &["data"]), + ("TRANSFOMATIONS", &["transformations"]), + ("CORROSPOND", &["correspond"]), + ("MATCHIES", &["matches"]), + ("ENDPIONTS", &["endpoints"]), + ("ITERNSHIP", &["internship"]), + ("ATTATCHMENT", &["attachment"]), + ("OPINYONATE", &["opinionated"]), + ("INFINETELY", &["infinitely"]), + ("FULLFILS", &["fulfils"]), + ("WRESSELS", &["wrestles"]), + ("INSTACIATE", &["instantiate"]), + ("GNAWWED", &["gnawed"]), + ("DOWNSTERAMED", &["downstreamed"]), + ("EGOTISTCAL", &["egotistical"]), + ("RECEPTICAL", &["receptacle"]), + ("FIRMWART", &["firmware"]), + ("NEADS", &["heads", "kneads", "needs"]), + ("OBSERVASION", &["observations"]), + ("MATHC", &["match"]), + ("BANLANCE", &["balance"]), + ("HTACCCESS", &["htaccess"]), + ("DIONSAUR", &["dinosaur"]), + ("RELOCAITION", &["relocation"]), + ("SPROON", &["spoon"]), + ("ACTUAKLY", &["actually"]), + ("PHYCHIATRISTS", &["psychiatrists"]), + ("DEFENITION", &["definition"]), + ("RESCOURCING", &["resourcing"]), + ("SUCIDE", &["suicide"]), + ("EDITTING", &["editing"]), + ("PROMETHESE", &["prometheus"]), + ("MENTIONNING", &["mentioning"]), + ("THURDSAYS", &["thursdays"]), + ("HARRANGES", &["arranges", "harangues"]), + ("ILLUSTARTIONS", &["illustrations"]), + ("ENCPRYTION", &["encryption"]), + ("ENTHUSIASUM", &["enthusiasm"]), + ("KNOWLAGE", &["knowledge"]), + ("FNCTION", &["function"]), + ("DEFINATIONS", &["definitions"]), + ("TIMESTAP", &["timestamp"]), + ("ARRANING", &["arranging"]), + ("SINGATURE", &["signature"]), + ("LUNATIS", &["lunatics"]), + ("INTEGRETED", &["integrated"]), + ("CONTRACEPTIVOS", &["contraceptives"]), + ("EXPERCTED", &["expected", "excerpted"]), + ("SPOONFULLS", &["spoonfuls"]), + ("CONSTITUION", &["constitution"]), + ("MOLESTARME", &["molester"]), + ("DEGNERATE", &["degenerate"]), + ("ROBOTICUS", &["robotics"]), + ("RECOMMNDED", &["recommended"]), + ("AVAILABALITY", &["availability"]), + ("INTEGRATRON", &["integration"]), + ("SEQUNCES", &["sequences"]), + ("UNINTENTIALLY", &["unintentionally"]), + ("AVAILBLE", &["available"]), + ("ITERFACE", &["interface"]), + ("INMEDIATELLY", &["immediately"]), + ("CHIVALY", &["chivalry"]), + ("CONTOLS", &["controls"]), + ("GERAPHICS", &["graphics"]), + ("INSTUTIONALIZED", &["institutionalized"]), + ("NNER", &["inner"]), + ("HOPEFULY", &["hopefully"]), + ("HINDRENCE", &["hindrance"]), + ("EXSISTENCE", &["existence"]), + ("PREREQUSITE", &["prerequisite"]), + ("UNREGISTERT", &["unregistered"]), + ("NASTERTIEMS", &["nasturtiums"]), + ("PSYCHOPATS", &["psychopaths"]), + ("SOLATAIRE", &["solitaire"]), + ("REPERTOIR", &["repertoire"]), + ("APPRIECIATED", &["appreciated"]), + ("RENEGOTHIATES", &["renegotiates"]), + ("CHOISING", &["choosing"]), + ("FURHERMORE", &["furthermore"]), + ("LITLLEFINGER", &["littlefinger"]), + ("POIGNAT", &["poignant"]), + ("CONSTITUTIONNAL", &["constitutional"]), + ("DEFINOTELY", &["definitely"]), + ("NIUSANCE", &["nuisance"]), + ("DISPAIR", &["despair"]), + ("COLLAOBRATIVE", &["collaborative"]), + ("MONOGYMOUS", &["monogamous"]), + ("EXCEOTION", &["exemption"]), + ("EXTNESION", &["extension"]), + ("ESENTIAL", &["essential"]), + ("MATHMATICALLY", &["mathematically"]), + ("BESIDED", &["besides"]), + ("AUTHENCTICATOR", &["authenticator"]), + ("EXLUSIVELY", &["exclusively"]), + ("IMPRESSARIO", &["impresario"]), + ("SPIRITD", &["spirited"]), + ("FOMATTER", &["formatter"]), + ("ELECTROLYE", &["electrolytes"]), + ("THIST", &["this"]), + ("AGGRESIVELY", &["aggressively"]), + ("CONCENRTATION", &["concentrations"]), + ("MISINTERPRENT", &["misinterpret"]), + ("FACINATED", &["fascinated"]), + ("DIFFERNTIATING", &["differentiating"]), + ("NOTIFES", &["notifies"]), + ("UNSUNSCRIBE", &["unsubscribe"]), + ("BENERATE", &["generate", "venerate"]), + ("CORRENSPONDENT", &["correspondent"]), + ("FOROTTEN", &["forgotten"]), + ("CONCEIVABLELY", &["conceivably"]), + ("SUBMITTTED", &["submitted"]), + ("RESTICTIONS", &["restrictions"]), + ("PECISION", &["precision"]), + ("TRANSPRENTLY", &["transparently"]), + ("DETRIMENTUL", &["detrimental"]), + ("AUSTRIJA", &["austria"]), + ("PERSITENTLY", &["persistently"]), + ("RECTANGES", &["rectangles"]), + ("ENTITIYS", &["entities"]), + ("ORIGIANLS", &["originals"]), + ("GENERLA", &["general"]), + ("BENJED", &["binged"]), + ("INFESTATING", &["infestation"]), + ("EXPALIN", &["explain"]), + ("COORDONATED", &["coordinated"]), + ("SUMMARIZEN", &["summarize"]), + ("UNFORGIVEABLE", &["unforgivable"]), + ("TRULEY", &["truly"]), + ("UNREALITIC", &["unrealistic"]), + ("REPRODUCIABILITY", &["reproduceability"]), + ("PREVENTIVO", &["prevention"]), + ("REPROCIBLBE", &["reproducible"]), + ("REGIONAAL", &["regional"]), + ("IERLAND", &["ireland"]), + ("EXPEECT", &["expect"]), + ("EXPERIMENTAITNG", &["experimenting"]), + ("ATTENDENTS", &["attendants"]), + ("PEDOHPILIA", &["pedophilia"]), + ("PRECONDTIONNERS", &["preconditioners"]), + ("SALUGHTERING", &["slaughtering"]), + ("INFEKTIOUS", &["infectious"]), + ("DETACHS", &["detaches"]), + ("CHIPERTEXTS", &["ciphertexts"]), + ("DEFENDAS", &["defends"]), + ("DISABLITY", &["disability"]), + ("ORCALES", &["oracles"]), + ("ACTIVTIES", &["activities"]), + ("INGREDIANTS", &["ingredients"]), + ("MANAGET", &["manager"]), + ("MINSITRY", &["ministry"]), + ("SPECIFICATIN", &["specification"]), + ("REGARDLES", &["regardless"]), + ("EMPLOYEER", &["employer"]), + ("INSTRICTION", &["instruction"]), + ("MISTMATCHED", &["mismatched"]), + ("CONNTROLLER", &["controller"]), + ("PROEPR", &["proper"]), + ("ATEND", &["attend"]), + ("EXPOIT", &["exploit"]), + ("CRINGEWHORTY", &["cringeworthy"]), + ("CONFIMATIONS", &["confirmations"]), + ("GOLDAMN", &["goldman"]), + ("PROGARMATICALLY", &["programmatically"]), + ("DOCUEMTNATION", &["documentation"]), + ("UNIOS", &["unions"]), + ("ADDRERSSING", &["addressing"]), + ("EXTENSTION", &["extension"]), + ("ATRIBUTE", &["attribute"]), + ("EXAGGURATION", &["exaggeration"]), + ("TRANSPABLE", &["transposable"]), + ("DEFINITIIONS", &["definitions"]), + ("FUNCTIIONALLY", &["functionally"]), + ("SCANDINACIAN", &["scandinavian"]), + ("SPEFCIFICALLY", &["specifically"]), + ("REFLETION", &["reflection"]), + ("SKILLSSHOT", &["skillshots"]), + ("BLOGGARE", &["blogger"]), + ("ACCQUIRING", &["acquiring"]), + ("UNCOMMPRESION", &["uncompression"]), + ("RETURE", &["return"]), + ("FEMINEN", &["feminine"]), + ("ANNONYMOUSLY", &["anonymously"]), + ("EXLPOITED", &["exploited"]), + ("CHEESEBORGER", &["cheeseburger"]), + ("ACORDION", &["accordion"]), + ("INTEREACTIONS", &["intersections"]), + ("SEAHWAKS", &["seahawks"]), + ("CONTIANED", &["contained"]), + ("ADDRRESS", &["address"]), + ("INTSTRUCTIONAL", &["instructional"]), + ("PONITERS", &["pointers"]), + ("RIGHTFULY", &["rightfully"]), + ("CONTREVERSIAL", &["controversial"]), + ("THEESE", &["these"]), + ("IRONICLY", &["ironically"]), + ("SPONTANEOULSY", &["spontaneously"]), + ("OSCILATE", &["oscillate"]), + ("MEK", &["me"]), + ("DISCRIMANTED", &["discriminated"]), + ("ATTEPMPT", &["attempt"]), + ("LYBIA", &["libya"]), + ("SIRECTIONAL", &["directional"]), + ("MANDARIAN", &["mandarin"]), + ("HEARDER", &["header"]), + ("CHINMEY", &["chimney"]), + ("INTENTINAL", &["intentional"]), + ("INTSTRUCTER", &["instructor"]), + ("COMPSITE", &["composite"]), + ("MELBOUNRE", &["melbourne"]), + ("PATHFINDIR", &["pathfinder"]), + ("DOWNGARTING", &["downgrading"]), + ("INTERGITY", &["integrity"]), + ("UNPLAYBALE", &["unplayable"]), + ("GROOSOMELY", &["gruesomely"]), + ("CONTAININGS", &["containing"]), + ("NURTIENT", &["nutrient"]), + ("BROSWE", &["browse"]), + ("GUARENTEEING", &["guaranteeing"]), + ("CONTRROLS", &["controls"]), + ("SYNCHONISES", &["synchronises"]), + ("MOUTNPOINT", &["mountpoint"]), + ("UNINSTALLIMG", &["uninstalling"]), + ("QULAITY", &["quality"]), + ("SHEDULED", &["scheduled"]), + ("LIGHTWIGHT", &["lightweight"]), + ("NODESS", &["nodes"]), + ("UNIFORMY", &["uniformly", "uniform"]), + ("MANIUPLATION", &["manipulation"]), + ("EXPERMENTERS", &["experimenters"]), + ("CURRANCIES", &["currencies"]), + ("CANRAGE", &["carnage"]), + ("UNMAINTED", &["unmaintained"]), + ("EXECEPTION", &["exception"]), + ("ORDING", &["ordering"]), + ("ATTRIBUE", &["attribute"]), + ("DISTRIBUIT", &["distribute"]), + ("CANCLE", &["cancel"]), + ("LESBIANESE", &["lesbians"]), + ("ORANGERS", &["oranges"]), + ("DEPDENCE", &["dependence"]), + ("TROTZKYISTS", &["trotskyists"]), + ("EFFECKED", &["effected"]), + ("STRICTEIR", &["stricter"]), + ("CAPSUMEL", &["capsule"]), + ("EFFICITENTLY", &["efficiently"]), + ("PERPUTRATOR", &["perpetrator"]), + ("RENEGOTABLE", &["renegotiable"]), + ("VALENTINAS", &["valentines"]), + ("SPECAILISTS", &["specialists"]), + ("COALACING", &["coalescing"]), + ("MAGNITUDINE", &["magnitude"]), + ("QESTIONS", &["questions"]), + ("GUANTANOMA", &["guantanamo"]), + ("BLAIM", &["blame"]), + ("EXERIENCE", &["experience"]), + ("NEGOTATING", &["negotiating"]), + ("OREINTAL", &["oriental"]), + ("UNLCUKY", &["unlucky"]), + ("INSENSIVE", &["insensitive"]), + ("PROFESSERS", &["professors"]), + ("IMPROVISION", &["improvisation"]), + ("OPTIMZE", &["optimize"]), + ("COMPUND", &["compound"]), + ("CONSDIERED", &["considered"]), + ("CONTRUBUTE", &["contribute"]), + ("RECATIONS", &["creations"]), + ("ADAMENTLY", &["adamantly"]), + ("REFERECENCE", &["reference"]), + ("CONINCIDENT", &["coincident"]), + ("FXED", &["fixed"]), + ("PROPERTYN", &["property"]), + ("STEREOTIPE", &["stereotype"]), + ("IRRESPONSBLE", &["irresponsible"]), + ("DISCIPLINAS", &["disciplines"]), + ("CORRELATD", &["correlated"]), + ("BELGUIM", &["belgium"]), + ("GOURMELT", &["gourmet"]), + ("NEGOGTIATES", &["negotiates"]), + ("QUERRIES", &["queries"]), + ("FUNCTIION", &["function"]), + ("LANGUGUE", &["language"]), + ("INTERFEAR", &["interfere"]), + ("UCRRENTLY", &["currently"]), + ("DESERIALZED", &["deserialized"]), + ("UNRGESITER", &["unregister"]), + ("SPECIALIS", &["specials"]), + ("ASSUMPTIOUS", &["assumptions"]), + ("MEDIOCER", &["mediocre"]), + ("SOMETHIMES", &["sometimes"]), + ("CENTERD", &["centered"]), + ("OBESERVATION", &["observation"]), + ("STRATEGIS", &["strategies"]), + ("TOLLERABLE", &["tolerable"]), + ("CHRONOLIGICAL", &["chronological"]), + ("OVERZELOS", &["overzealous"]), + ("GAURENTEED", &["guaranteed"]), + ("METHOT", &["method"]), + ("RECOMMANDATION", &["recommendation"]), + ("SETTTERS", &["setters"]), + ("MANAGAR", &["manager"]), + ("VISUABIZATION", &["visualization"]), + ("AFOREMENTIOND", &["aforementioned"]), + ("REPRESENTSTIVE", &["representatives"]), + ("GRPAHICALLY", &["graphically"]), + ("TEMPLETING", &["templating"]), + ("UNSUBSCRIDED", &["unsubscribed"]), + ("COMMMENTING", &["commenting"]), + ("DESTRUCION", &["destruction"]), + ("CORREPOSDING", &["corresponding"]), + ("DEFINITIVELLY", &["definitively"]), + ("YOURSELV", &["yourself", "yourselves"]), + ("CONTRACTER", &["contractor"]), + ("OBTAINIBLE", &["obtainable"]), + ("ENFLAMED", &["inflamed"]), + ("COPROCESOR", &["coprocessor"]), + ("NUTRALLY", &["neutrally"]), + ("EXCEMPTS", &["exempts"]), + ("REPARING", &["repairing"]), + ("ANOUNCED", &["announced"]), + ("ACHIEVMENT", &["achievement"]), + ("INVESTIGATERS", &["investigators"]), + ("REPRESENTACION", &["representation"]), + ("STARTELD", &["startled"]), + ("ROMANNA", &["romanian"]), + ("WISHPERED", &["whispered"]), + ("CHARACTERISICLY", &["characteristically"]), + ("CLITORS", &["clitoris"]), + ("CONCURENCE", &["concurrence"]), + ("CIGARRETTS", &["cigarettes"]), + ("INTERET", &["interest"]), + ("APPERICATE", &["appreciate"]), + ("VIZUALISED", &["visualised"]), + ("INCONCISTENCY", &["inconsistency"]), + ("NEIGHBORHODDS", &["neighborhoods"]), + ("INCRESE", &["increase"]), + ("MICROVAXES", &["microwaves"]), + ("SPEECHEASY", &["speeches"]), + ("COMFERTING", &["comforting"]), + ("PACAKGED", &["packaged"]), + ("FUNCTINS", &["functions"]), + ("INTICRATE", &["intricate"]), + ("RUNNIGN", &["running"]), + ("ABSTRATIONS", &["abstractions"]), + ("LENTILES", &["lentils"]), + ("PLAYTHROUHG", &["playthroughs"]), + ("PERCEDED", &["preceded"]), + ("DEFINETALLY", &["definitely"]), + ("AUTONEGOGTIATIONS", &["autonegotiations"]), + ("CONSIDERET", &["considerate"]), + ("DEFERRRED", &["deferred"]), + ("INCEMENTS", &["increments"]), + ("TYE", &["type", "tie"]), + ("PROHIBITON", &["prohibition"]), + ("INTEGRATIE", &["integrated"]), + ("FURISHED", &["furnished"]), + ("DEFINETLELY", &["definitely"]), + ("DEPENDENCYS", &["dependencies"]), + ("MINERAS", &["minerals"]), + ("LOSSLESLY", &["losslessly"]), + ("EXPERIMANENTAL", &["experimental"]), + ("DEALOCATE", &["deallocate"]), + ("WARRRIORS", &["warriors"]), + ("WHTIELIST", &["whitelist"]), + ("PLAYBLE", &["playable"]), + ("TEMPRARARLY", &["temporarily"]), + ("CORRECPOND", &["correspond"]), + ("BEUATIFULLY", &["beautifully"]), + ("IBUPROFEIN", &["ibuprofen"]), + ("ANECDOTICE", &["anecdote"]), + ("USEGE", &["usage"]), + ("ATTIRBUTES", &["attributes"]), + ("BELEIVABLE", &["believable"]), + ("NEIGHBOORS", &["neighbors", "neighbours"]), + ("BLONGS", &["belongs"]), + ("CONDIION", &["condition"]), + ("SHADASLOO", &["shadaloo"]), + ("FROMATION", &["formation"]), + ("ONFIGURE", &["configure"]), + ("GROOUPED", &["grouped"]), + ("SPEFICIFIER", &["specifier"]), + ("INTERNATINAL", &["international"]), + ("UNSYCHRONISE", &["unsynchronise"]), + ("BARDFORD", &["bradford"]), + ("KUBERNETE", &["kubernetes"]), + ("UNSUCESFULLY", &["unsuccessfully"]), + ("SHOULDT", &["shouldnt"]), + ("EXPERIMENTATIN", &["experimentation", "experimenting"]), + ("COMAPNIES", &["companies"]), + ("TESTICLEES", &["testicles"]), + ("PROODUCES", &["produces"]), + ("KOMMAS", &["comas", "commas"]), + ("REGISTARTION", &["registration"]), + ("ARBITRATIOJN", &["arbitration"]), + ("DISCONETED", &["disconnected"]), + ("IMBRACE", &["embrace"]), + ("BOUYANCY", &["buoyancy"]), + ("AUTONEGOTION", &["autonegotiation"]), + ("ISMALIST", &["islamist"]), + ("SUBTARCT", &["subtract"]), + ("LOENARD", &["leonard"]), + ("GUARENTEERS", &["guarantees"]), + ("POLISHEES", &["polishes"]), + ("UNDERMINEING", &["undermining"]), + ("INDIFFERNCE", &["indifference"]), + ("INCREDIBILY", &["incredibly"]), + ("CANONCAL", &["canonical"]), + ("DISCIPLINIARY", &["disciplinary"]), + ("TBE", &["the"]), + ("DIVIDENS", &["dividends"]), + ("WHSIPERED", &["whispered"]), + ("LIGITAMATE", &["legitimate"]), + ("REPLASEMENT", &["replacement"]), + ("SPEFICIALLY", &["specifically"]), + ("VANISHS", &["vanishes"]), + ("DEGRASSIE", &["degrasse"]), + ("RESOURCSE", &["resources", "resource"]), + ("AROUIND", &["around"]), + ("CONCLUTION", &["conclusion"]), + ("RMOVING", &["removing"]), + ("CONVERSTONS", &["conversations", "conversions"]), + ("YOURSELFES", &["yourselves"]), + ("CAUSEES", &["causes"]), + ("BABYSITE", &["babysitter"]), + ("CONSCIOUSLLY", &["consciously"]), + ("OVERWIEW", &["overview"]), + ("APPROPPRIATELY", &["appropriately"]), + ("RESTURCTURATION", &["restructuration"]), + ("LOGING", &["logging", "lodging"]), + ("PENINSUAL", &["peninsula"]), + ("NEGOTIOBLE", &["negotiable"]), + ("ACHEEVEMENTS", &["achievements"]), + ("UNINTIALLIZED", &["uninitialized"]), + ("GOOSEPUMPS", &["goosebumps"]), + ("DEAMBIGUATION", &["disambiguation"]), + ("MASTRUBATING", &["masturbating"]), + ("FINSH", &["finish", "finch"]), + ("REFROMING", &["reforming"]), + ("DIPLAYED", &["displayed"]), + ("SWITZLERAND", &["switzerland"]), + ("SUCESSS", &["success"]), + ("UNINTUIVE", &["unintuitive"]), + ("EXPLICITILY", &["explicitly"]), + ("EXTRACTIN", &["extraction"]), + ("PROSPOROUS", &["prosperous"]), + ("AMPLITUD", &["amplitude"]), + ("SEPEARATELY", &["separately"]), + ("TOURITSY", &["touristy"]), + ("HABBIT", &["habit"]), + ("TRASNPARENCY", &["transparency"]), + ("DISCRESION", &["discretion"]), + ("NOTIFICACTION", &["notification"]), + ("CANTAINED", &["contained"]), + ("INTSTRUCTIONS", &["instructions"]), + ("MENBER", &["member"]), + ("DISGUISTED", &["disguise"]), + ("VRIAMENT", &["vraiment"]), + ("ADDAPT", &["adapt"]), + ("TESSLEATED", &["tessellated"]), + ("ILLUSTRATIE", &["illustrate"]), + ("LANGUAG", &["language"]), + ("TYPESS", &["types"]), + ("SHTOPP", &["stop", "shop"]), + ("CANNABILYZES", &["cannibalizes"]), + ("FUNCHTIONNED", &["functioned"]), + ("PRIVITIZED", &["privatized"]), + ("MPORTANT", &["important"]), + ("AASSOCIATED", &["associated"]), + ("INSALLATION", &["installation"]), + ("FILESYSTMES", &["filesystems"]), + ("ABOUE", &["about", "above"]), + ("PROGRAMMARE", &["programmer"]), + ("DESCRIVED", &["described"]), + ("BACKGROOUNDS", &["backgrounds"]), + ("WOUULD", &["would"]), + ("CENARIO", &["scenario"]), + ("CAMOUFLAUGE", &["camouflage"]), + ("EXPERIMANTING", &["experimenting"]), + ("PERMABLE", &["permeable"]), + ("VALULED", &["valued"]), + ("CONSERVATO", &["conservation"]), + ("SHLEDON", &["sheldon"]), + ("SCANDENAVIA", &["scandinavia"]), + ("SPECAILLY", &["specially"]), + ("DEFINITLTY", &["definitely"]), + ("INCEDENTALLY", &["incidentally"]), + ("PRODUTION", &["production"]), + ("INBANKMENTS", &["embankments"]), + ("INEX", &["index"]), + ("SCROIPTING", &["scripting"]), + ("CONTINGENY", &["contingency"]), + ("SYTEMATIC", &["systematic"]), + ("CHNANGES", &["changes"]), + ("MANUFACTUERER", &["manufacturer"]), + ("FORECE", &["force"]), + ("PHYSCOPATHIC", &["psychopathic"]), + ("ENEBALE", &["enable"]), + ("RESOIURCED", &["resourced"]), + ("ORGANZIED", &["organized"]), + ("SCRIPUTRES", &["scriptures"]), + ("PSUDO", &["pseudo"]), + ("CONFIGULATION", &["configuration"]), + ("LONGIUDES", &["longitudes"]), + ("VULBERABILTIES", &["vulnerabilities"]), + ("GENARATED", &["generated"]), + ("OVERWEALMING", &["overwhelming"]), + ("FROMTIER", &["frontier"]), + ("ANYAWY", &["anyway"]), + ("RECOGNINSE", &["recognise"]), + ("DILLIGENT", &["diligent"]), + ("TELEPORTION", &["teleporting"]), + ("REGISTERT", &["registered"]), + ("PHARMACYST", &["pharmacist"]), + ("INADEQUITE", &["inadequate"]), + ("THERIEN", &["therein"]), + ("SUPERMARKTES", &["supermarkets"]), + ("GAURDIAN", &["guardian"]), + ("REQURED", &["required"]), + ("CONAINER", &["container"]), + ("SIMPLICITLY", &["simplicity"]), + ("PARAMETISED", &["parametrised"]), + ("INTOLORANT", &["intolerant"]), + ("STORMFROUNT", &["stormfront"]), + ("STREIGHTLY", &["straightly"]), + ("EXCPETIONAL", &["exceptional"]), + ("DOGDERS", &["dodgers"]), + ("MONOLITHISCH", &["monolithic"]), + ("APPORTUNITY", &["opportunity"]), + ("REPOSIRY", &["repository"]), + ("ANNIHILITED", &["annihilated"]), + ("CONSIDDER", &["consider"]), + ("DETECTIONNS", &["detections"]), + ("DISPROPORTIANATELY", &["disproportionately"]), + ("EXPRESION", &["expression"]), + ("FANATISM", &["fanaticism"]), + ("PAKGE", &["package"]), + ("OFFERD", &["offered"]), + ("MEMCAHED", &["memcached"]), + ("DEMONSTRATIVNO", &["demonstrations"]), + ("CRANKENSTEIN", &["frankenstein"]), + ("TRAINIGN", &["training"]), + ("INCONSITENT", &["inconsistent"]), + ("ARRISE", &["arise"]), + ("AUDOVISUAL", &["audiovisual"]), + ("EMBBEDDED", &["embedded"]), + ("INTIALSE", &["initialise"]), + ("SUBNEGOTITION", &["subnegotiation"]), + ("YEARM", &["year"]), + ("OWERFLOWING", &["overflowing"]), + ("WITHHOLDNG", &["withholding"]), + ("DISASTROSE", &["disastrous"]), + ("HIJKACKS", &["hijacks"]), + ("REPONDING", &["responding"]), + ("NANOSECOD", &["nanosecond"]), + ("ALGORITHSMIC", &["algorithmic"]), + ("COMPILABILITY", &["compatibility"]), + ("CORRISPONDENCE", &["correspondence"]), + ("MILITAIS", &["militias"]), + ("STRATEGEMS", &["strategies"]), + ("TENACLE", &["tentacle"]), + ("INTERAL", &["internal", "interval", "integral"]), + ("UNAPRETIATIVE", &["unappreciative"]), + ("DESCALLOCATED", &["deallocated"]), + ("ACQUISITO", &["acquisition"]), + ("WIHLE", &["while"]), + ("PALISTINIANS", &["palestinians"]), + ("VERYFING", &["verifying"]), + ("DESTRUKTION", &["destruction"]), + ("CONFEDENCE", &["conference"]), + ("STRIG", &["string"]), + ("DEPENDENED", &["depended"]), + ("REDUNCANT", &["redundant"]), + ("PROPECTUS", &["prospectus"]), + ("STITCHS", &["stitches"]), + ("NEDS", &["needs"]), + ("NEIGHBOT", &["neighbor"]), + ("CORRSPONDENCE", &["correspondence"]), + ("INITALESE", &["initialese"]), + ("CARTAIN", &["certain"]), + ("INNECESSARILY", &["unnecessarily"]), + ("ACCUMLATE", &["accumulate"]), + ("NESSASARY", &["necessary"]), + ("SCHIZOPHRENTIC", &["schizophrenic"]), + ("EVELUATED", &["evaluated"]), + ("CONTINENTES", &["continents"]), + ("SQUIRRL", &["squirrel"]), + ("ANPHITHEATERS", &["amphitheaters"]), + ("WRTECHED", &["wretched"]), + ("VELANTINE", &["valentine"]), + ("DISPORPORTIONATELY", &["disproportionately"]), + ("LENGHTENED", &["lengthened"]), + ("DEVOLVENDO", &["devolved"]), + ("EXPEIRIMENTS", &["experiments"]), + ("NECONSTITUTIONAL", &["unconstitutional"]), + ("IMPARIED", &["impaired"]), + ("INITIALIZAD", &["initialized"]), + ("TRANSOLATES", &["translates"]), + ("CLOSSING", &["closing"]), + ("DICSUSS", &["discuss"]), + ("ASSASSINATO", &["assassination"]), + ("COOMAND", &["command"]), + ("VITUAL", &["virtual"]), + ("BELEVE", &["believe"]), + ("ACCOMPONYING", &["accompanying"]), + ("QOUTES", &["quotes"]), + ("IUNIOR", &["junior"]), + ("ASSAGNE", &["assange"]), + ("PROSTETHICS", &["prosthetic"]), + ("ENORMASSLY", &["enormously"]), + ("NECCECARY", &["necessary"]), + ("DEVELOPEMENT", &["development"]), + ("CALIFONRIA", &["californian"]), + ("TOUGHTLY", &["tightly"]), + ("PREPRARE", &["prepare"]), + ("VOLUMS", &["volume"]), + ("LOOKIG", &["looking"]), + ("ARUMENT", &["argument"]), + ("ANALSYE", &["analyse"]), + ("REALSIM", &["realism"]), + ("AUGMNETES", &["augments"]), + ("COMPETITVE", &["competitive"]), + ("REVELAED", &["revealed"]), + ("INTEGRARLO", &["integral"]), + ("UNMODIFED", &["unmodified"]), + ("OPPORTINITY", &["opportunity"]), + ("VOLOUNTEER", &["volunteer"]), + ("PARAGHRAPH", &["paragraph"]), + ("DATABAESES", &["databases"]), + ("SEPATAE", &["separate"]), + ("UPERCLASS", &["upperclass"]), + ("HOUSINGKEEPING", &["housekeeping"]), + ("INCOMPABILITY", &["incompatible", "incompatibility"]), + ("PROCESSIBG", &["processing"]), + ("YUFORIC", &["euphoric"]), + ("PRIORITIY", &["priority"]), + ("MISSIONARE", &["missionaries"]), + ("REIVEW", &["review"]), + ("EMPERICALLY", &["empirically"]), + ("ANKSHIOSLY", &["anxiously"]), + ("CUSSTOMIZABLE", &["customizable"]), + ("OCILATE", &["oscillate"]), + ("ACHEEVABLE", &["achievable"]), + ("DESCIBING", &["describing"]), + ("CERTAILY", &["certainly"]), + ("UNREASONALBY", &["unreasonably"]), + ("EMPITNESS", &["emptiness"]), + ("YEASR", &["years"]), + ("DEINITAILZE", &["deinitialize"]), + ("TRYINNG", &["trying"]), + ("OTIONALLY", &["optionally"]), + ("TOURSIM", &["tourism"]), + ("DISLIKS", &["dislikes"]), + ("INTACES", &["instance"]), + ("OMMITING", &["omitting"]), + ("TRADITIONNAL", &["traditional"]), + ("SOVERIGNITY", &["sovereignty"]), + ("PERSONELL", &["personnel"]), + ("ASSIOCIATE", &["associate"]), + ("AUTHETHENTICATING", &["authenticating"]), + ("BAKSETBALL", &["basketball"]), + ("DECOMPOSIT", &["decompose"]), + ("ACCOMPLISE", &["accomplishes"]), + ("HARRASMENT", &["harassment"]), + ("CAPTALIZED", &["capitalized"]), + ("UPPORTED", &["supported"]), + ("ANALYTICALS", &["analytics"]), + ("IDIVIDUALLY", &["individually"]), + ("SOLUTON", &["solution"]), + ("ULTIMATELLY", &["ultimately"]), + ("TECHINCAL", &["technical"]), + ("TOPOLGOY", &["topology"]), + ("WARRNINGS", &["warnings"]), + ("DETECTES", &["detects"]), + ("NEALY", &["nearly", "newly"]), + ("DECEMER", &["december"]), + ("BAOUT", &["about", "bout"]), + ("EXRESSION", &["expression"]), + ("BOUNRADIES", &["boundaries"]), + ("CAHSIERS", &["cashiers"]), + ("DEFLECTIN", &["deflection"]), + ("CASION", &["caisson"]), + ("OPEAARATIONS", &["operations"]), + ("INTERROGACION", &["interrogation"]), + ("YEMENTITE", &["yemenite", "yemeni"]), + ("CHAECK", &["check"]), + ("COMLEXITY", &["complexity"]), + ("DERTERMINE", &["determine"]), + ("DEDAULT", &["default"]), + ("CARBIEN", &["carbine"]), + ("BLOADED", &["bloated"]), + ("COMTAMINATION", &["contamination"]), + ("CONTAIRE", &["containers"]), + ("NEUTERD", &["neutered"]), + ("HANDSHAGE", &["handshake"]), + ("CHELSAE", &["chelsea"]), + ("PROBABILTY", &["probability"]), + ("PROBABILATY", &["probability"]), + ("PARTICIPATI", &["participant"]), + ("RAINBOS", &["rainbows"]), + ("FONDAMENTALIST", &["fundamentalist"]), + ("SYNOMYM", &["synonym"]), + ("DEVFINE", &["define"]), + ("CHARASMATIC", &["charismatic"]), + ("SALYING", &["slaying"]), + ("COMMPUTES", &["computes"]), + ("ANAD", &["and"]), + ("SUPSCRIPTION", &["subscription"]), + ("CONTRIBUTIN", &["contribution"]), + ("IMPOSSIBILTY", &["impossibility"]), + ("LABBEL", &["label"]), + ("UNSUCCESSFULLLY", &["unsuccessfully"]), + ("SANDALES", &["sandals"]), + ("TALSIMAN", &["talisman"]), + ("AGINA", &["again", "angina"]), + ("INTERCOLLEGATE", &["intercollegiate"]), + ("SIGNINGED", &["signing"]), + ("CANTALOPES", &["cantaloupes"]), + ("MICROTRANSACTONS", &["microtransactions"]), + ("AMATUERS", &["amateurs"]), + ("AMBASSIDOR", &["ambassador"]), + ("PSYCHOLOOG", &["psychology"]), + ("QUESS", &["guess", "quests"]), + ("LANDMAKRS", &["landmarks"]), + ("AUSTRALIAMS", &["australians"]), + ("UTILTIARIAN", &["utilitarian"]), + ("SILHOUWETED", &["silhouetted"]), + ("GRANOLLA", &["granola"]), + ("SYSTEMISCH", &["systemic"]), + ("ORIENATATE", &["orientate"]), + ("UNCESESSARILY", &["unnesessarily"]), + ("INSECURITITES", &["insecurities"]), + ("STRUST", &["strut", "trust"]), + ("ADOBTED", &["adopted"]), + ("EXCEUCTE", &["execute"]), + ("CAMPAGIN", &["campaign"]), + ("ILLUSTATOR", &["illustrator"]), + ("TUPEL", &["tuple"]), + ("RESEST", &["reset", "recessed"]), + ("LIETUENANT", &["lieutenant"]), + ("CALUCULATES", &["calculates"]), + ("ENORMASS", &["enormous"]), + ("CONTAING", &["containing"]), + ("BIULT", &["built", "build"]), + ("TROTZKI", &["trotsky"]), + ("CONFLCITS", &["conflicts"]), + ("UNADVERTANTLY", &["inadvertently"]), + ("NORTHEREN", &["northern"]), + ("FURIOSULY", &["furiously"]), + ("BASTRACTOR", &["abstractor"]), + ("ELEMENENTAL", &["elemental"]), + ("ARCHITETCURES", &["architectures"]), + ("WOKR", &["work"]), + ("HANUTED", &["haunted"]), + ("ACCOUTNING", &["accounting"]), + ("FUTTURE", &["future"]), + ("NORAMALIZE", &["normalize"]), + ("ABJECTS", &["objects"]), + ("FOWRARDS", &["forwards"]), + ("TUCANS", &["toucans"]), + ("OBVIOULSY", &["obviously"]), + ("DEDUPLACTES", &["deduplicates"]), + ("DASHBOADS", &["dashboards"]), + ("INTERSEPTION", &["interception"]), + ("VVIEW", &["view"]), + ("ORGINISED", &["organised"]), + ("ACOVADOS", &["avocados"]), + ("PRODUCCION", &["production"]), + ("BUGET", &["budget"]), + ("INTANGIABLE", &["intangible"]), + ("UNSUBSCRUBED", &["unsubscribed"]), + ("IMPORV", &["improve", "improv"]), + ("COOLDOWS", &["cooldowns"]), + ("VALLUE", &["value"]), + ("SOPHMORES", &["sophomores"]), + ("TRANSOLATIONS", &["translations"]), + ("DEMOG", &["demo"]), + ("DESCENCING", &["descending"]), + ("SIRECTORY", &["directory"]), + ("CHARACTERSM", &["characters"]), + ("METALIC", &["metallic"]), + ("SERCRET", &["secret"]), + ("DEPLORABIL", &["deplorable"]), + ("HEXADEIMCAL", &["hexadecimal"]), + ("MASSAGENS", &["massages"]), + ("DIFFERECT", &["different"]), + ("PAROCHEEL", &["parochial"]), + ("PICKNICKED", &["picnicked"]), + ("SIMPILFY", &["simplify"]), + ("ABSODEFLYLY", &["absolutely"]), + ("CONSERVITIVES", &["conservatives"]), + ("SPEFEIS", &["specifies"]), + ("INVADERATS", &["invaders"]), + ("SHAODW", &["shadow"]), + ("BITWIEDH", &["bitwidth"]), + ("LICEMSES", &["licenses"]), + ("SEQEUNCES", &["sequences"]), + ("UNNSUPPORTED", &["unsupported"]), + ("LEARING", &["learning"]), + ("FUNDEMENTALS", &["fundamentals"]), + ("CAREING", &["caring"]), + ("CLERA", &["clear", "sclera"]), + ("MIRRIORING", &["mirroring"]), + ("VISILBITY", &["visibility"]), + ("MAILLING", &["mailing"]), + ("TERRIRORIES", &["territories"]), + ("SECTONS", &["sections"]), + ("COMPROMISS", &["compromises"]), + ("THURSDEY", &["thursday"]), + ("DECALRED", &["declared"]), + ("UNCERTAINY", &["uncertainty"]), + ("PERFROMANCES", &["performances"]), + ("COMMISISON", &["commissions"]), + ("DEINTIALIZED", &["deinitialized"]), + ("WEILDED", &["wielded"]), + ("NEUMONIC", &["mnemonic", "pneumonic"]), + ("MENALLY", &["mentally"]), + ("EXHILERATE", &["exhilarate"]), + ("DISALLUSIONED", &["disillusioned"]), + ("DEPLOIMENTS", &["deployments"]), + ("RAPORE", &["rapport"]), + ("ERONEOUS", &["erroneous"]), + ("LABOURIOUSLY", &["laboriously"]), + ("COMPOESD", &["composed"]), + ("INSTATIATED", &["instantiated"]), + ("LECIESTER", &["leicester"]), + ("ACKUMULATION", &["accumulation"]), + ("PLEASS", &["pleases", "bless"]), + ("COORDINTATES", &["coordinates"]), + ("COMMUNTIY", &["community"]), + ("OVERCHARING", &["overarching"]), + ("REPRAESENTATIONAL", &["representational"]), + ("GUARTEED", &["guaranteed"]), + ("COMPLITATION", &["complication", "compilation"]), + ("PHOTOSHOPE", &["photoshopped"]), + ("SHWO", &["show"]), + ("IMBLANCE", &["imbalance"]), + ("ABOMINACION", &["abomination"]), + ("CATAPILLAR", &["caterpillar"]), + ("PRESEVER", &["preserve"]), + ("DELCARATION", &["declaration"]), + ("REPORTIDLY", &["reportedly"]), + ("ENCORDINGS", &["encodings"]), + ("ITALAINS", &["italians"]), + ("GIRLFIRENDS", &["girlfriends"]), + ("SUCCESSFULY", &["successfully"]), + ("ACITIONS", &["actions"]), + ("INTIMADATE", &["intimidate"]), + ("PRECEEDES", &["precedes"]), + ("COVENTION", &["convention"]), + ("MONTEIZE", &["monetize"]), + ("CONNECETD", &["connected"]), + ("SURREPETITIOUSLY", &["surreptitiously"]), + ("TRAIGERS", &["triagers"]), + ("TEAMFIGTH", &["teamfight"]), + ("REMASTERRED", &["remastered"]), + ("DIAGRAMM", &["diagram"]), + ("EHENEVER", &["whenever"]), + ("SEPETARORS", &["separators"]), + ("METHOLODOGY", &["methodology"]), + ("PERCENTAGENS", &["percentages"]), + ("NERATIVE", &["narrative", "negative"]), + ("UNSPECIFIECD", &["unspecified"]), + ("AOTOMATION", &["automation"]), + ("UNDERNEITH", &["underneath"]), + ("RECEVING", &["receiving"]), + ("EXCEWPTIONS", &["exceptions"]), + ("MILLESECOND", &["millisecond"]), + ("LOTATION", &["rotation", "flotation"]), + ("IRANAIN", &["iranian"]), + ("SENDINNG", &["sending"]), + ("REPLICAE", &["replicated", "replicate"]), + ("FLAKENESS", &["flakiness"]), + ("CANNABILISM", &["cannibalism"]), + ("COMPAITBILITY", &["compatibility"]), + ("NAUTIULS", &["nautilus"]), + ("ANALOGICALY", &["analogically"]), + ("ARGICULTURE", &["agriculture"]), + ("ADIVSORIES", &["advisories"]), + ("DESERAILISE", &["deserialise"]), + ("EXPONENCIAL", &["exponential"]), + ("DISSASOCIATE", &["disassociate"]), + ("FIFHT", &["fifth", "fight"]), + ("INDIVUDALS", &["individuals"]), + ("INFRASTRUCTRE", &["infrastructure"]), + ("SITUATUIONS", &["situations"]), + ("DELIGHTLFUL", &["delightful"]), + ("CURREMTS", &["currents"]), + ("CONCIDERABLY", &["considerably"]), + ("RELEATIONS", &["relations"]), + ("SUBTETLY", &["subtlety"]), + ("COMRPESSED", &["compressed"]), + ("IMPLICITY", &["implicitly"]), + ("REPLACTED", &["replaced", "replicated"]), + ("TRANSPORTARME", &["transporter"]), + ("PRDPAGATE", &["propagate"]), + ("COINITAILIZE", &["coinitialize"]), + ("CONTRIBUER", &["contribute"]), + ("WITHOTU", &["without"]), + ("RECONSTUCT", &["reconstruct"]), + ("ADDITIANALLY", &["additionally"]), + ("STTINGS", &["strings", "settings", "sittings"]), + ("IRITATING", &["irritating"]), + ("REPRODICIBILITY", &["reproducibility"]), + ("READIUS", &["radius"]), + ("OPEMESS", &["openness"]), + ("BELEIF", &["belief"]), + ("PICTURESK", &["picturesque"]), + ("DASBOARD", &["dashboard"]), + ("REVELAING", &["revealing"]), + ("RESOVLER", &["resolver"]), + ("TROUBLESHOTTING", &["troubleshooting"]), + ("SPEFICILLIER", &["specifier"]), + ("CROSSIN", &["crossing"]), + ("OBAYS", &["obeys"]), + ("PARNTERING", &["partnering"]), + ("TAVELED", &["traveled"]), + ("ISSUSES", &["issues"]), + ("INTERPRETARTE", &["interpreter"]), + ("REPEATEADLY", &["repeatedly"]), + ("VALIDATERELASE", &["validaterelease"]), + ("SAGITAL", &["sagittal"]), + ("PERPETUATERS", &["perpetuates"]), + ("IMPLEMETING", &["implementing"]), + ("EXECISES", &["excises", "exercises"]), + ("REPRESENTN", &["representing"]), + ("ZOOCHEINI", &["zucchini"]), + ("CONTRIBUTO", &["contribution"]), + ("LINESEACHES", &["linesearches"]), + ("AUSTRLAIAN", &["australians", "australian"]), + ("UNOFFICAIL", &["unofficial"]), + ("COMPONTENTS", &["components"]), + ("RENEGOTIOTOR", &["renegotiator"]), + ("TECHNIKS", &["techniques"]), + ("PREVEIWERS", &["previewers"]), + ("MINTORING", &["mentoring", "monitoring"]), + ("HOMECUMING", &["homecoming"]), + ("SPECIALAZATION", &["specialization"]), + ("TEAMFIGHS", &["teamfights"]), + ("MANUPULATIVE", &["manipulative"]), + ("ANTICDOTE", &["anecdote", "antidote"]), + ("COLLASION", &["collision"]), + ("REFRESHS", &["refreshes"]), + ("SLIPPERIES", &["slippers"]), + ("INTERPRETATON", &["interpretation"]), + ("REARRANEMENTS", &["rearrangements"]), + ("CAPACIY", &["capacity"]), + ("PROFIRLES", &["profiles"]), + ("LABRYNTH", &["labyrinth"]), + ("SEPINA", &["subpena"]), + ("INSTLLS", &["installs", "instills"]), + ("LOCAITONS", &["locations"]), + ("MESSURE", &["measure"]), + ("MOMEMTARY", &["momentary"]), + ("DEFINITIEVE", &["definitive"]), + ("RESOVLE", &["resolve"]), + ("TRANSITONING", &["transitioning"]), + ("ACKNOLEDGMENTS", &["acknowledgments"]), + ("OCCASIONALY", &["occasionally"]), + ("NAMESSPACES", &["namespaces"]), + ("ACTIVITING", &["activating"]), + ("DEFINTIVLY", &["definitively"]), + ("MESSAGUES", &["messages"]), + ("MATHCERS", &["matchers"]), + ("IMABLANCED", &["imbalanced"]), + ("INCOMPATABILTY", &["incompatibility"]), + ("ACCUSSED", &["accused"]), + ("MANNOR", &["manner"]), + ("INTINITE", &["infinite"]), + ("ENCORCING", &["enforcing"]), + ("PARENTHESEES", &["parentheses"]), + ("REMENANT", &["remnant"]), + ("OUTNUMBED", &["outnumbered"]), + ("UDID", &["uuid"]), + ("HESITATIN", &["hesitation"]), + ("DEFINIATION", &["definition"]), + ("AUTONEGOTATION", &["autonegotiation"]), + ("EXCEOTIONS", &["exemptions"]), + ("EFFORD", &["effort", "afford"]), + ("VETINARIANS", &["veterinarians"]), + ("FLUCTUATIN", &["fluctuations"]), + ("IMPLEMENTTAION", &["implementation"]), + ("LOKALE", &["locale"]), + ("DELIVEREES", &["deliveries"]), + ("DEVIRTUALIZAITON", &["devirtualization"]), + ("ZUKEENEES", &["zucchinis"]), + ("INEVTIABLY", &["inevitably"]), + ("DOWNVORE", &["downvoters"]), + ("SPEFICILLIFERS", &["specifiers"]), + ("HRLPED", &["helped"]), + ("BRESERK", &["berserk"]), + ("MASKERADING", &["masquerading"]), + ("NEUORSCIENCE", &["neuroscience"]), + ("RENWEABLES", &["renewables"]), + ("ASENDENCY", &["ascendency"]), + ("CIPERSUITES", &["ciphersuites"]), + ("CTEATIONS", &["creations"]), + ("NVIRONMENT", &["environment"]), + ("REPACEMENT", &["replacement"]), + ("OVERSUE", &["overuse"]), + ("COPMUTATIONS", &["computations"]), + ("FANSERVIVE", &["fanservice"]), + ("DEAKTIVATED", &["deactivated"]), + ("MANNUALLY", &["manually"]), + ("REQUREMENT", &["requirement"]), + ("PERVALENCE", &["prevalence"]), + ("VALUD", &["valid", "value"]), + ("EDUCAITON", &["education"]), + ("READLY", &["readily", "ready"]), + ("BLOGGEUR", &["blogger"]), + ("COUNTERFITS", &["counterfeits"]), + ("FANTASIC", &["fantastic"]), + ("CONFIGUATION", &["configuration"]), + ("PRUCHASE", &["purchase"]), + ("INERPOLATION", &["interpolation"]), + ("TOOGLE", &["toggle"]), + ("PRACTIONER", &["practitioner"]), + ("INIECTING", &["injecting"]), + ("BARBARISCH", &["barbaric"]), + ("ONVENIENTLY", &["conveniently"]), + ("ECONOMISESTI", &["economists"]), + ("UBLISHER", &["publisher"]), + ("VEY", &["very"]), + ("TRANSPATRENT", &["transparent"]), + ("HORICONTALLY", &["horizontally"]), + ("REMOIVING", &["removing"]), + ("TRANSPROT", &["transport"]), + ("TESELLATOR", &["tessellator"]), + ("LIBRAY", &["library"]), + ("BACHLERS", &["bachelors"]), + ("DEFAULRS", &["defaults"]), + ("EDITTED", &["edited"]), + ("SOMTIMES", &["sometimes"]), + ("WIERD", &["weird"]), + ("OBERVATION", &["observation"]), + ("SURPEME", &["supreme"]), + ("BENCHMARMKING", &["benchmarking"]), + ("DARNKESS", &["darkness"]), + ("PROGRAMATIC", &["programmatic"]), + ("LICENS", &["license"]), + ("GUNSTINGER", &["gunslinger"]), + ("VIEWERES", &["viewers"]), + ("MEASUEMENTS", &["measurements"]), + ("NEADED", &["needed", "kneaded", "headed"]), + ("MANIUPLATES", &["manipulates"]), + ("VIRALENCE", &["virulence"]), + ("REPHRASSE", &["rephrase"]), + ("GENEROSTIY", &["generosity"]), + ("RESPONSABLY", &["responsibly"]), + ("GIVVING", &["giving"]), + ("HEADPHOENS", &["headphones"]), + ("PROSELETYZING", &["proselytizing"]), + ("FUNCTIONAILY", &["functionality"]), + ("SPEFICIICATION", &["specification"]), + ("OPERN", &["open"]), + ("APPROPRATED", &["appropriated"]), + ("CERTIFICATD", &["certificated"]), + ("CONTIUATION", &["continuation"]), + ("STIRRS", &["stirs"]), + ("UNUSUED", &["unused"]), + ("WATERMASK", &["watermark"]), + ("FRECKLERS", &["freckles"]), + ("HYPOTHESS", &["hypotheses"]), + ("ADDITONALY", &["additionally"]), + ("EXISTENCD", &["existence"]), + ("TETURNS", &["returns"]), + ("ULITMATELY", &["ultimately"]), + ("WRITRE", &["writer"]), + ("ENDDING", &["ending"]), + ("FORCIBLEY", &["forcibly"]), + ("TRADISIONAL", &["traditional"]), + ("UTILTIY", &["utility"]), + ("TOURNEMANT", &["tournament"]), + ("REIPIENT", &["recipient"]), + ("NEIGHBORHING", &["neighboring"]), + ("TRANSALTING", &["translating"]), + ("EMBDDER", &["embedder"]), + ("AUTOMACTICALLY", &["automatically"]), + ("COMAMMAND", &["command"]), + ("BRITENED", &["brightened"]), + ("SYMBOLES", &["symbols"]), + ("LAYWER", &["lawyer"]), + ("WEBSTIE", &["website"]), + ("ENVIRONMANE", &["environment"]), + ("COMMINUCATING", &["communicating"]), + ("SALAVGE", &["salvage"]), + ("PERFEXCION", &["perfection"]), + ("DISATVANTAGED", &["disadvantaged"]), + ("INCIDENTALY", &["incidentally"]), + ("ASBTRACTLY", &["abstractly"]), + ("SLISESHOW", &["slideshow"]), + ("CONTONGENCY", &["contingency"]), + ("REPRESENATATION", &["representation"]), + ("DECODEING", &["decoding"]), + ("QUESTIONAIRE", &["questionnaire"]), + ("INPSIRE", &["inspire"]), + ("FONCTIONING", &["functioning"]), + ("SEEZED", &["seized"]), + ("AVALUATING", &["evaluating"]), + ("CONFIGUARED", &["configured"]), + ("OSTRASIZED", &["ostracized"]), + ("PROVIVES", &["provides"]), + ("HIMSLEF", &["himself"]), + ("UNVERIFED", &["unverified"]), + ("VIRUTALIZE", &["virtualize"]), + ("COMPUTANTI", &["computation"]), + ("ASYMETRIC", &["asymmetric"]), + ("COYTOES", &["coyotes"]), + ("METHONS", &["methods"]), + ("PAYCHEDELICS", &["psychedelics"]), + ("PARTICIAPTION", &["participation"]), + ("TIMMING", &["timing", "trimming"]), + ("HOMOSEXUALTIY", &["homosexuality"]), + ("COLLATEROL", &["collateral"]), + ("SHOUDT", &["should"]), + ("MODIFERS", &["modifiers"]), + ("EXTEDNED", &["extended"]), + ("TECHNICALTY", &["technicality"]), + ("PERPETRADED", &["perpetrated"]), + ("CATACYSLM", &["cataclysm"]), + ("BLOOCK", &["block"]), + ("RELIZED", &["realized"]), + ("RESISTNACE", &["resistances"]), + ("SCORIPON", &["scorpion"]), + ("INVESTIGATIE", &["investigative"]), + ("CRITICISME", &["criticise"]), + ("CONFIDENCIALITY", &["confidential"]), + ("NARCISSISIST", &["narcissist"]), + ("SUPERVISIOR", &["supervisor"]), + ("NAMSPACES", &["namespaces"]), + ("PEDICTIONS", &["depictions"]), + ("INSRUGENCY", &["insurgency"]), + ("BELIVEBLY", &["believably"]), + ("SOMTHINGELSE", &["somethingelse"]), + ("ELEMETS", &["elements"]), + ("WROKED", &["worked"]), + ("BELEIVED", &["believed"]), + ("REGULARLIZATION", &["regularization"]), + ("ANIMETE", &["animate"]), + ("PLUIGN", &["plugin"]), + ("PUMKPINS", &["pumpkins"]), + ("SPEICFIED", &["specified"]), + ("UNFORUNATELY", &["unfortunately"]), + ("RULLE", &["rule"]), + ("ETSTS", &["tests"]), + ("APPROPRIATNESS", &["appropriateness"]), + ("QUERING", &["querying"]), + ("REFERERD", &["referred"]), + ("DYNSATY", &["dynasty"]), + ("RENEDERED", &["rende", "rendered"]), + ("BRAZILAINS", &["brazilians"]), + ("LIMITITATIONS", &["limitations"]), + ("UNIVERALLY", &["universally"]), + ("UNQOUTE", &["unquote"]), + ("SYNTEHSISED", &["synthesised"]), + ("ENCOSERS", &["encoders"]), + ("AUTOMONOUS", &["autonomous"]), + ("ARBITRIRAY", &["arbitrary"]), + ("NAYBOR", &["neighbor"]), + ("MALICOUSLY", &["maliciously"]), + ("CONSTRUCCION", &["construction"]), + ("LUBIRCANT", &["lubricant"]), + ("PENTAGOON", &["pentagon"]), + ("REPACKGED", &["repackaged"]), + ("TESTIMONEY", &["testimony"]), + ("GRAFITTI", &["graffiti"]), + ("CHARARACTERS", &["characters"]), + ("DEVIIATING", &["deviating"]), + ("CLEVERLEYS", &["cleverly"]), + ("TETRAHEDOREN", &["tetrahedron"]), + ("NEGARIVE", &["negative"]), + ("THSI", &["this"]), + ("HYPERBOLLIC", &["hyperbolic"]), + ("OMNIVEROUSLY", &["omnivorously"]), + ("COUNCIDENTALLY", &["coincidentally"]), + ("CIRCUMSICIONS", &["circumcision"]), + ("IMPLEMEMTING", &["implementing"]), + ("UNSUBSTANSIATED", &["unsubstantiated"]), + ("TURRETTS", &["turrets"]), + ("REMOVEING", &["removing"]), + ("TRANSPARAENTLY", &["transparently"]), + ("IGONORING", &["ignoring"]), + ("STATISTISCH", &["statistics"]), + ("EVAULATING", &["evaluating"]), + ("OBIVOUS", &["obvious"]), + ("SPEICIFIC", &["specific"]), + ("DOULBE", &["double"]), + ("EXTRATING", &["exctracting", "extracting"]), + ("DOWNVOTEDS", &["downvoters"]), + ("UNDERSACN", &["underscan"]), + ("IGNORNED", &["ignored"]), + ("ARMAGEDDDON", &["armageddon"]), + ("EXPERIMDNTED", &["experimented"]), + ("FUNCTIONAILTY", &["functionality"]), + ("RETART", &["restart"]), + ("ANOREXIAC", &["anorexic"]), + ("VRIFIER", &["verifier"]), + ("ASSCIATED", &["associated"]), + ("RESPONSBILE", &["responsible"]), + ("PERMUATING", &["permutating", "permuting"]), + ("CNTAIN", &["contain"]), + ("RESTRAINTED", &["restrained"]), + ("PEZIER", &["bezier"]), + ("SYNATAX", &["syntax"]), + ("CALIFORINAN", &["californian"]), + ("DETERMINISIC", &["deterministic"]), + ("METATATBLE", &["metatable"]), + ("RENEGOCIABLE", &["renegotiable"]), + ("PARALZYED", &["paralyzed"]), + ("ARBIBTARILY", &["arbitrarily"]), + ("NEIGHBORHHOD", &["neighborhood"]), + ("PRESBATERIEN", &["presbyterian"]), + ("CROWBAHR", &["crowbar"]), + ("ALGORITTHM", &["algorithm"]), + ("ACCOMODATES", &["accommodates"]), + ("SCHOULD", &["should"]), + ("CREDENTAILS", &["credentials"]), + ("UNEXPECETD", &["unexpected"]), + ("TRANSPARNECY", &["transparency"]), + ("THIESTIC", &["theistic"]), + ("IMPLMENETS", &["implements"]), + ("CHRISTIAAN", &["christian"]), + ("PROOXIES", &["proxies"]), + ("SWITHCING", &["switching"]), + ("PIPELININING", &["pipelining"]), + ("HOMOGENITY", &["homogeneity"]), + ("SELECTIG", &["selecting"]), + ("DISAPPORVED", &["disapproved"]), + ("OPERTION", &["operation"]), + ("INHERATANCE", &["inheritance"]), + ("CHALLANAGE", &["challenge"]), + ("IGNORNE", &["ignore"]), + ("DURNING", &["during"]), + ("CONFRIMING", &["confirming"]), + ("IMPLEMENETING", &["implementing"]), + ("COMPONENTES", &["components"]), + ("ESPECT", &["expect"]), + ("FRISTLY", &["firstly"]), + ("SEXUALIXED", &["sexualized"]), + ("OFRWARD", &["forward"]), + ("INNECESSARY", &["unnecessary"]), + ("TREATMENS", &["treatments"]), + ("PURHCASED", &["purchased"]), + ("HTERE", &["there", "here"]), + ("REPREESNTED", &["represented"]), + ("NASTERTIUM", &["nasturtium"]), + ("EXECPT", &["except"]), + ("MULTIPLS", &["multiples"]), + ("INCOOPERATES", &["incorporates"]), + ("CHORMOSOME", &["chromosome"]), + ("NEGOTICATES", &["negotiates"]), + ("LIBERATRIAN", &["libertarians"]), + ("ANOHTER", &["another"]), + ("VALIED", &["valid"]), + ("MATERIAAL", &["material"]), + ("AYWAYS", &["always"]), + ("AUTHROIZED", &["authorized"]), + ("SERAILISED", &["serialised"]), + ("ANONMYOUS", &["anonymous"]), + ("SUCCESFULL", &["successful"]), + ("MIDFIELDES", &["midfielders"]), + ("PREREQUSITES", &["prerequisites"]), + ("BACJKWARD", &["backward"]), + ("SLOOTH", &["sleuth", "sloth", "sooth"]), + ("SIFFIXED", &["suffixed"]), + ("STORAG", &["storage"]), + ("IDENDITY", &["identity"]), + ("MYSTEROUS", &["mysterious"]), + ("CURISER", &["cruiser"]), + ("TRASPARENCY", &["transparency"]), + ("ISRAELITAS", &["israelis"]), + ("NIHTHER", &["neither"]), + ("BRILLIANY", &["brilliantly"]), + ("CHARACTS", &["characters"]), + ("ALTHETIC", &["athletic"]), + ("LICATE", &["locate"]), + ("SILOUWETING", &["silhouetting"]), + ("TEETOTLER", &["teetotaler"]), + ("METHDS", &["methods"]), + ("AUTHETNICATING", &["authenticating"]), + ("SYNONMYOUS", &["synonymous"]), + ("CERNOMY", &["ceremony"]), + ("RESPECTABILE", &["respectable"]), + ("IGNORGING", &["ignoring"]), + ("CIRCUMVERNT", &["circumvent"]), + ("MMANIFEST", &["manifest"]), + ("SPECIAAL", &["special"]), + ("UNIFFORM", &["uniform"]), + ("PARRALLEL", &["parallel"]), + ("EVERYTONE", &["everyone"]), + ("ORTHONGALLY", &["orthogonally"]), + ("UPSTERAMED", &["upstreamed"]), + ("PORVIDE", &["provide"]), + ("WHITH", &["with", "which"]), + ("UNSSUCCESFUL", &["unsuccessful"]), + ("DISUADE", &["dissuade"]), + ("BROWSWE", &["browse"]), + ("MISCONECPTION", &["misconceptions"]), + ("DEFICIENTCY", &["deficiency"]), + ("UNCONCISTENCY", &["inconsistency"]), + ("EXPANSIVOS", &["expansions"]), + ("COMPREMISED", &["compromised"]), + ("REGRADLESS", &["regardless"]), + ("INCOMPATAIBLE", &["incompatible"]), + ("DEFAULD", &["default"]), + ("DISPALYS", &["displays"]), + ("SPECIALITS", &["specials"]), + ("SKWALKS", &["squawks"]), + ("REPLCAING", &["replacing"]), + ("TRUBADORS", &["troubadours"]), + ("MESKEETOS", &["mosquitoes"]), + ("CHATACTER", &["character"]), + ("INITAILIZING", &["initializing"]), + ("COMPULSORARY", &["compulsory"]), + ("COMPLILING", &["compiling"]), + ("IMPEMENTING", &["implementing"]), + ("CONVIGURE", &["configure"]), + ("TARFFIC", &["traffic"]), + ("VERMEN", &["vermin"]), + ("INCTRODUCE", &["introduce"]), + ("COUNTOURS", &["contours", "counters"]), + ("CERTAINT", &["certain"]), + ("ACCECPTED", &["accepted"]), + ("MEDICINCE", &["medicine"]), + ("RELESAED", &["released"]), + ("ENGINNERING", &["engineering"]), + ("SNIPPERT", &["snippet"]), + ("ARGUENTS", &["arguments"]), + ("MONTHE", &["month"]), + ("COYRIGHTS", &["copyrights"]), + ("BOOUNDS", &["bounds"]), + ("ANGZIETY", &["anxiety"]), + ("FOLLIW", &["follow"]), + ("REDEEMEED", &["redeemed"]), + ("WIYH", &["with"]), + ("EXPERIENING", &["experiencing"]), + ("INCONVENICE", &["inconvenience"]), + ("MINDLESSY", &["mindlessly"]), + ("PILGRAM", &["pilgrim"]), + ("ENDIANES", &["endianness"]), + ("CLONNED", &["cloned"]), + ("INTEGATION", &["integration"]), + ("BOTTELNECK", &["bottleneck"]), + ("SENTEMENTAL", &["sentimental"]), + ("CHILDERNS", &["childrens"]), + ("CLENS", &["clans", "cleans"]), + ("DECSRIPTORS", &["descriptors"]), + ("SYMPTUM", &["symptom"]), + ("HARRANGER", &["arranger", "haranguer"]), + ("INDICAITE", &["indicate"]), + ("GUARANTEEY", &["guaranty"]), + ("DRIBBELING", &["dribbling"]), + ("FUTRURE", &["future"]), + ("BUIT", &["built"]), + ("ALGHORITHMS", &["algorithms"]), + ("FROWRAD", &["forward"]), + ("BEGGINGING", &["beginning"]), + ("ANOUT", &["about"]), + ("DATATSETS", &["datasets"]), + ("SINGELAR", &["singular"]), + ("POISONES", &["poisons"]), + ("REARRANGNIG", &["rearranging"]), + ("GREPHIC", &["graphic"]), + ("PROOCECURES", &["procedures"]), + ("DEACITIVATION", &["deactivation"]), + ("RILVARIES", &["rivalries"]), + ("TEMPORORY", &["temporary"]), + ("IMPLEMET", &["implements", "implement"]), + ("ACHEVIABLE", &["achievable"]), + ("REEVALED", &["revealed"]), + ("KIMERRA", &["chimera"]), + ("CERTICATED", &["certificated"]), + ("PROPORTY", &["property"]), + ("CONSTITUINTES", &["constituents"]), + ("SURVICE", &["service", "survive"]), + ("SUSECPTIBLE", &["susceptible"]), + ("CONSISTENS", &["consists"]), + ("CLITORIDIS", &["clitoris"]), + ("SAVETY", &["safety"]), + ("RENTORS", &["renters"]), + ("COLORPSACE", &["colorspace"]), + ("TAST", &["taste", "task", "test"]), + ("ALGEE", &["algae"]), + ("POLOTIC", &["politic"]), + ("ANNIHLIATED", &["annihilated"]), + ("INSENTIVISED", &["insensitive"]), + ("GETTITEM", &["getitem"]), + ("VERBOUSLY", &["verbosely"]), + ("PONT", &["point"]), + ("SISTEMISTS", &["systemists"]), + ("ORGAINSED", &["organised"]), + ("UNSUDED", &["unused", "unsuited"]), + ("VOLOUNTEERING", &["volunteering"]), + ("PROCCESSING", &["processing"]), + ("ALWAY", &["always"]), + ("CARMTAN", &["cartman"]), + ("BUTTOSN", &["buttons"]), + ("HOLLIDAY", &["holiday"]), + ("WISCONISN", &["wisconsin"]), + ("FUNCTITONAL", &["functional"]), + ("ARRANENTS", &["arrangements"]), + ("INTERSECTUION", &["intersection"]), + ("OPPOTUNITY", &["opportunity"]), + ("COMANDED", &["commanded"]), + ("INDECATE", &["indicate"]), + ("OVERLYAING", &["overlaying"]), + ("ILLIGEL", &["illegal"]), + ("EXPEMENTER", &["experimenter"]), + ("OTHOGRAPHIC", &["orthographic"]), + ("INVIRANT", &["invariant"]), + ("ALLAINCE", &["alliance"]), + ("SUPECTED", &["suspected"]), + ("NEGOTATORS", &["negotiators"]), + ("SUBSEDENT", &["subsequent"]), + ("PREINTED", &["printed"]), + ("DIFFERNENCING", &["differencing"]), + ("MWCOS", &["macos"]), + ("REHERSALS", &["rehearsals"]), + ("UNDERTSANDING", &["understanding"]), + ("EARTHQUACKES", &["earthquakes"]), + ("VARAIATION", &["variation"]), + ("PARANOICA", &["paranoia"]), + ("DIFFERANTIATE", &["differentiate"]), + ("JERICOH", &["jericho"]), + ("MODIFACTIONS", &["modifications"]), + ("LOUISVILE", &["louisville"]), + ("WITHHELDING", &["withholding"]), + ("ARTICAL", &["article"]), + ("ACCESSOIRE", &["accessories", "accessory"]), + ("APPERS", &["appears"]), + ("DIMENTION", &["dimension"]), + ("CALENDAY", &["calendar"]), + ("STUBBON", &["stubborn"]), + ("DEFINTIELY", &["definitely"]), + ("PHOTOGROPHERS", &["photographers"]), + ("IMPERISLIST", &["imperialist"]), + ("EXECUSE", &["excuse", "execute"]), + ("REASONABILY", &["reasonably"]), + ("IGNOR", &["ignore"]), + ("KOLLABORATION", &["collaboration"]), + ("EXPENSABLE", &["expendable"]), + ("IMAGINERY", &["imaginary", "imagery"]), + ("CREATIONSIM", &["creationism"]), + ("DECLARDED", &["declared"]), + ("SECUENCE", &["sequence"]), + ("PRJECTION", &["projection"]), + ("INACCURICIES", &["inaccuracies"]), + ("ALCOHOLSIM", &["alcoholism"]), + ("INEFFICENCY", &["inefficiency"]), + ("DISADVANTGE", &["disadvantage"]), + ("CLL", &["call"]), + ("HAYNUS", &["heinous"]), + ("OPTMIZE", &["optimize"]), + ("CONENIENCE", &["convenience"]), + ("ANDORIDS", &["androids"]), + ("OPTMISATIONS", &["optimisations"]), + ("CRINGEWORTHEY", &["cringeworthy"]), + ("IDIVIDUALS", &["individuals"]), + ("PROPAGANA", &["propaganda"]), + ("ARCYLIC", &["acrylic"]), + ("SPECIMAN", &["specimen"]), + ("MIRACALOUS", &["miraculous"]), + ("GODSPED", &["godspeed"]), + ("FALMETHROWER", &["flamethrower"]), + ("SHPULD", &["should"]), + ("SUSPENSO", &["suspension"]), + ("CUPBOAD", &["cupboard"]), + ("SCHMEA", &["schema"]), + ("NIVERSE", &["inverse"]), + ("HANDELING", &["handling"]), + ("ENDIG", &["ending"]), + ("INSATNCE", &["instance"]), + ("PRIVILEGEDS", &["privileges"]), + ("COVNERTERS", &["converters"]), + ("AVAILABEL", &["available"]), + ("EXECTURE", &["execute"]), + ("CILINCER", &["cylinder", "silencer"]), + ("MANTAINS", &["maintains"]), + ("EAILIER", &["earlier"]), + ("OVERWHLEMING", &["overwhelming"]), + ("TRASPORTER", &["transporter"]), + ("COLLOBARATION", &["collaboration"]), + ("ADDTIONALLY", &["additionally"]), + ("UNOCDE", &["unicode"]), + ("REBUILDED", &["rebuilt"]), + ("CONTRADICTIONG", &["contradicting"]), + ("MATAPHYSICAL", &["metaphysical"]), + ("VICTORIOSO", &["victorious"]), + ("DESCIRPTOR", &["descriptor"]), + ("COUNSLE", &["counsel"]), + ("OUTPUST", &["output", "outputs"]), + ("UNDERTUNES", &["undertones"]), + ("ENCRYPTER", &["encryptor"]), + ("CONTEMPLE", &["contemplate"]), + ("THREEOF", &["thereof"]), + ("DIFRENT", &["different"]), + ("WARPPED", &["warped", "wrapped"]), + ("APROACHING", &["approaching"]), + ("INCOGNITIO", &["incognito"]), + ("ACCUMALATES", &["accumulates"]), + ("FIELNAME", &["filename"]), + ("HOMOPHIBIA", &["homophobia"]), + ("SPROELS", &["sproles"]), + ("DISCONNCET", &["disconnects"]), + ("PAIROCHEAL", &["parochial"]), + ("ALIGNMNENT", &["alignment"]), + ("PERFERCTLY", &["perfectly"]), + ("COMPENSATIONG", &["compensating"]), + ("ESTABISHED", &["established"]), + ("JOURNALIS", &["journals"]), + ("TERMINALOGY", &["terminology"]), + ("DILINEATE", &["delineate"]), + ("IDENTIFIERAD", &["identified"]), + ("EXUCUTION", &["execution"]), + ("AMERLIORATED", &["ameliorated"]), + ("CORSSFIRE", &["crossfire"]), + ("MAJOROTY", &["majority"]), + ("OBERFLOW", &["overflow"]), + ("ARGUMENTATE", &["argumentative"]), + ("INOCENCE", &["innocence"]), + ("WORDPRESSS", &["wordpress"]), + ("HINUDISM", &["hinduism"]), + ("AVOINDING", &["avoiding"]), + ("DECERNING", &["discerning"]), + ("PHILOSOPHIAE", &["philosophies"]), + ("CONCERSATION", &["conservation"]), + ("PARALLEISM", &["parallelism"]), + ("KONSTANT", &["constant"]), + ("TUFURE", &["future"]), + ("DISTRIBUER", &["distribute"]), + ("EEXTRACTS", &["extracts"]), + ("EXPORTINT", &["exporting"]), + ("COMBINAITON", &["combinations"]), + ("SELECTIOSN", &["selections"]), + ("BRUSSES", &["brussels"]), + ("SIMPLIIFCATIONS", &["simplifications"]), + ("HIMSELV", &["himself"]), + ("PARTNETSHIP", &["partnership"]), + ("FACTUALLITY", &["factually"]), + ("ENCOMPASES", &["encompasses"]), + ("SWEDISCH", &["swedish"]), + ("ENETITIES", &["entities"]), + ("ENCOMPUSES", &["encompasses"]), + ("ALLCOATING", &["allocating"]), + ("INSERSTER", &["inserter"]), + ("YORKSHIE", &["yorkshire"]), + ("CONDITONS", &["conditions"]), + ("HORIZTONAL", &["horizontal"]), + ("HUMILLATION", &["humiliation"]), + ("CRYTOPGRAPHIC", &["cryptographic"]), + ("NAVIAGTING", &["navigating"]), + ("HEADDER", &["header"]), + ("COTAVE", &["octave"]), + ("SUBISDIZED", &["subsidized"]), + ("GENERALICE", &["generalize"]), + ("KUBERENTES", &["kubernetes"]), + ("ASTRONAUNT", &["astronaut"]), + ("OVERLFOW", &["overflow"]), + ("OTUPUT", &["output"]), + ("TOURNES", &["tourneys"]), + ("BACKGRACE", &["backtrace"]), + ("UNRECOVERD", &["unrecovered"]), + ("FICTIOUS", &["fictitious"]), + ("EARLYER", &["earlier"]), + ("DEFANITELY", &["definitely"]), + ("NIGTHLY", &["nightly"]), + ("PERPEDICULARLY", &["perpendicularly"]), + ("ENTIRES", &["entries"]), + ("PORCESSED", &["processed"]), + ("SYMBSOL", &["symbol"]), + ("PLLATFORMS", &["platforms"]), + ("SHORTENTING", &["shortening"]), + ("EXAPLAINED", &["explained"]), + ("SYNOMYMOUS", &["synonymous"]), + ("LINGEIRE", &["lingerie"]), + ("TERRITOIRES", &["territories"]), + ("INTERFERNCE", &["interference"]), + ("GROUEPD", &["grouped"]), + ("TEMPARATE", &["temperate"]), + ("PRECENDENCIES", &["precedences"]), + ("VICOTRIES", &["victories"]), + ("OPRATOR", &["operator"]), + ("EVRYTHING", &["everything"]), + ("PIPLEINE", &["pipeline"]), + ("DEMINSTRATIONS", &["demonstrations"]), + ("IMPLEMENATIOND", &["implementation"]), + ("RECALCUATED", &["recalculated"]), + ("VOLUNTEARS", &["volunteers"]), + ("PUPLAR", &["popular"]), + ("POSTCRIPT", &["postscript"]), + ("COMPETATIVE", &["competitive"]), + ("BROWSWABLE", &["browsable"]), + ("SUPPLIAD", &["supplied"]), + ("PRELIFERATION", &["proliferation"]), + ("SECLECTOR", &["selector"]), + ("INFILTRERAT", &["infiltrate"]), + ("CRYSTALLS", &["crystals"]), + ("CORPRORATION", &["corporation"]), + ("INBRACE", &["embrace"]), + ("HAVIN", &["having"]), + ("VEICLE", &["vehicle"]), + ("CARTLEGE", &["cartilage"]), + ("UNSUCCEED", &["unsuccessful"]), + ("LEPRACAN", &["leprechaun"]), + ("PERMUTION", &["permutation"]), + ("INSIGNIFACNT", &["insignificant"]), + ("BUSSY", &["busy"]), + ("PROGAMMATICALLY", &["programmatically"]), + ("UNCONVENTINAL", &["unconventional"]), + ("PROBOBLY", &["probably"]), + ("BALONA", &["bologna"]), + ("CURERNT", &["current"]), + ("EMIITED", &["emitted"]), + ("UKRIANIAN", &["ukrainian"]), + ("BATHROOOM", &["bathroom"]), + ("DINAMIC", &["dynamic"]), + ("DECENDEND", &["descendent", "descended"]), + ("RECONNNAISSANCE", &["reconnaissance"]), + ("HIDEN", &["hidden"]), + ("DISREPSECTED", &["disrespected"]), + ("HAPPENNED", &["happened"]), + ("REKTIFICATIONS", &["certifications"]), + ("INCOMMING", &["incoming"]), + ("ENOUCNTERED", &["encountered"]), + ("INDIFFERENTE", &["indifference"]), + ("INHERRITANCE", &["inheritance"]), + ("EXCITIED", &["excited"]), + ("INFEX", &["index"]), + ("RESTIRED", &["restored"]), + ("TEMPERARY", &["temporary"]), + ("DENISTY", &["density"]), + ("HARMONISCH", &["harmonic"]), + ("PURSUADES", &["persuades"]), + ("LIGHTINING", &["lighting"]), + ("PALETTTE", &["palette"]), + ("OPTIONSL", &["optional", "options"]), + ("MINIMILAST", &["minimalist"]), + ("CONCATENTATION", &["concatenation"]), + ("PLCAES", &["places"]), + ("UNKNOWINLY", &["unknowingly"]), + ("GENERAOTRS", &["generators"]), + ("ENCOURGE", &["encourage"]), + ("CONTNET", &["content"]), + ("DISOLVED", &["dissolved"]), + ("PATRIOS", &["patriots"]), + ("EXPECIALLY", &["especially"]), + ("PROTOYPED", &["prototyped"]), + ("TRANSFERER", &["transferred"]), + ("BRINGTOFONT", &["bringtofront"]), + ("COEFFICEINT", &["coefficient"]), + ("TECHNICHIAN", &["technician"]), + ("EXPERIMINTERS", &["experimenters"]), + ("INTEFACES", &["interfaces"]), + ("TABLESPONS", &["tablespoons"]), + ("RECEPTICALS", &["receptacles"]), + ("PALESITNIAN", &["palestinians"]), + ("COMPROMIZED", &["compromised"]), + ("ACCUARTELY", &["accurately"]), + ("AMEELARATES", &["ameliorates"]), + ("VEHCILE", &["vehicle"]), + ("RESTARAUNTS", &["restaurants"]), + ("RESQUEST", &["request"]), + ("BACKGOURNDS", &["backgrounds"]), + ("EXCULDE", &["exclude"]), + ("PENNISULAR", &["peninsular"]), + ("FITH", &["fifth", "filth"]), + ("PROPOGATED", &["propagated"]), + ("INTROSPEKTION", &["introspection"]), + ("CAOST", &["coast"]), + ("APACH", &["apache"]), + ("DOWNSTEAM", &["downstream"]), + ("REPLACEMNT", &["replacement"]), + ("CHARACTERTISTICALLY", &["characteristically"]), + ("UNCONSTITUTIONNAL", &["unconstitutional"]), + ("MECHANSIM", &["mechanism"]), + ("SHPAES", &["shapes"]), + ("ARRESTOS", &["arrests"]), + ("PRIORITIE", &["prioritize"]), + ("MICROTRANSACTON", &["microtransactions"]), + ("CONSPERICIES", &["conspiracies"]), + ("INFECTIN", &["infections"]), + ("SKOPPED", &["shopped", "skipped", "slopped", "stopped"]), + ("PREDISPOSTE", &["predisposed"]), + ("CHROMISOME", &["chromosome"]), + ("RECRUSES", &["recurses"]), + ("INTERVIEUW", &["interviews"]), + ("UTITLITY", &["utility"]), + ("DECODDED", &["decoded"]), + ("SHORCUT", &["shortcut"]), + ("OURSELV", &["ourself", "ourselves"]), + ("COREOLIS", &["coriolis"]), + ("EMBARRASES", &["embarrassed"]), + ("ABSOLUTLEY", &["absolutely"]), + ("MIMIMUN", &["minimum"]), + ("ARRANGSE", &["arranges"]), + ("MAINTENACE", &["maintenance"]), + ("SEPARTES", &["separates"]), + ("OFFICIONADOS", &["aficionados"]), + ("APPPLICATION", &["application"]), + ("DEVCE", &["device"]), + ("INJUSTICS", &["injustices"]), + ("UNCONDITIONABLE", &["unconditional"]), + ("AWEFULLY", &["awfully"]), + ("SERVISING", &["servicing"]), + ("SCENAIREOS", &["scenarios"]), + ("ACCESSMENTS", &["assessments"]), + ("ASSOCIETED", &["associated"]), + ("AUTHORITORIAN", &["authoritarian"]), + ("METHJOD", &["method"]), + ("NOTHERN", &["northern"]), + ("REULATOR", &["regulator"]), + ("OSTRASICED", &["ostracized"]), + ("RECOMMEDNATION", &["recommendation"]), + ("CAPABILTY", &["capability"]), + ("SIMPTUM", &["symptom"]), + ("PROJECTIES", &["projectiles"]), + ("CONGRATURATIONS", &["congratulations"]), + ("CHASSIM", &["chasm"]), + ("AVNEGERS", &["avengers"]), + ("DISTANGE", &["distance"]), + ("EXTENTION", &["extension"]), + ("SPEFICIATION", &["specification"]), + ("DECSENDING", &["descending"]), + ("COMPARETIVELY", &["comparatively"]), + ("IMPOVEMENT", &["improvement"]), + ("APPRIOPRIATE", &["appropriate"]), + ("STIL", &["still"]), + ("OPENDED", &["opened"]), + ("DEVIRUTALISE", &["devirtualise"]), + ("ALLS", &["all", "falls"]), + ("SOCIOECENOMIC", &["socioeconomic"]), + ("CONDITON", &["condition"]), + ("INCONISISTENT", &["inconsistent"]), + ("OVSERVE", &["observe"]), + ("DEDIDATES", &["dedicates"]), + ("EXEEDS", &["exceeds"]), + ("TRIGER", &["trigger", "tiger"]), + ("DISTRUBUTORS", &["distributors"]), + ("INEXPERIENCABLE", &["inexperience"]), + ("ASSIGNENMENTS", &["assignments"]), + ("JUGE", &["judge"]), + ("THEER", &["there"]), + ("INITATE", &["initiate", "imitate"]), + ("FORSANE", &["forsaken"]), + ("PROCESSERS", &["processors"]), + ("DELIMMA", &["dilemma"]), + ("ACCADEMY", &["academy"]), + ("COLOGEN", &["cologne"]), + ("EXTREMITES", &["extremities"]), + ("EXPORTFS", &["exports"]), + ("RELLOCATES", &["reallocates", "relocates"]), + ("GUARNANTEE", &["guarantee"]), + ("STATIOND", &["stationed"]), + ("ENFORCMENT", &["enforcement"]), + ("RELETIVELY", &["relatively"]), + ("REQUERIED", &["required"]), + ("CONSISTENSY", &["consistency"]), + ("COELESCE", &["coalesce"]), + ("OUTPERFOMRING", &["outperforming"]), + ("INTERACTUABLE", &["interactive"]), + ("EXPORED", &["explored", "exported"]), + ("DEFINITIVO", &["definition"]), + ("DISCCONECTION", &["disconnection"]), + ("SPECTACUARLY", &["spectacular"]), + ("UNVERSONED", &["unversioned"]), + ("PRECEDS", &["precedes"]), + ("DOCUMENET", &["document"]), + ("HASING", &["hashing"]), + ("EXPEENSES", &["expenses"]), + ("LIEVE", &["leave"]), + ("INVALIS", &["invalid"]), + ("PASCHEURISES", &["pasteurises"]), + ("SCROOLBAR", &["scrollbar"]), + ("AQUIRES", &["acquires"]), + ("RENEGOTITAOR", &["renegotiator"]), + ("INDIFFERANT", &["indifferent"]), + ("VETORING", &["vectoring", "vetoing"]), + ("CALEES", &["callees"]), + ("INHERTS", &["inherits"]), + ("DEREFERANCE", &["dereference"]), + ("CRYSTALUS", &["crystals"]), + ("SERVISES", &["services"]), + ("PERFRO", &["perform"]), + ("EXTRORDINARY", &["extraordinary"]), + ("DETERMINSTICALLY", &["deterministically"]), + ("DISPRAPORTIONATELY", &["disproportionately"]), + ("DOCUMENTATIONN", &["documentation"]), + ("PALCEHOLDER", &["placeholder"]), + ("CONTRACING", &["contracting"]), + ("OPEARND", &["operand"]), + ("REFLETED", &["reflected"]), + ("GOGETHER", &["together"]), + ("SYSTAX", &["syntax"]), + ("STUGGLE", &["struggle"]), + ("CYMPTUMATICALLY", &["symptomatically"]), + ("HORRENDUOUS", &["horrendous"]), + ("EXITSS", &["exists", "exits"]), + ("IDENITIER", &["identifier"]), + ("SEDN", &["send"]), + ("SUBCULTUUR", &["subculture"]), + ("PROGRAAMING", &["programming"]), + ("DECOCDED", &["decoded"]), + ("STRCTURE", &["structure"]), + ("APPERANTLY", &["apparently"]), + ("ALAIS", &["alias"]), + ("ACCUMELATE", &["accumulate"]), + ("PARLIMENTS", &["parliaments"]), + ("INCOMAPATIBLE", &["incompatible"]), + ("CIVILESATIONS", &["civilisations"]), + ("STRIBE", &["strive"]), + ("FFOR", &["for"]), + ("INSDIE", &["inside"]), + ("BJECT", &["object"]), + ("ROVIDES", &["provides"]), + ("DELEMITER", &["delimiter"]), + ("GUARIDAN", &["guardian"]), + ("LIGTHLY", &["lightly"]), + ("CAROSEL", &["carousel"]), + ("MISBEHAIVE", &["misbehave"]), + ("COMFORMANCE", &["conformance"]), + ("UNDESTOOD", &["understood"]), + ("HYPERLDGER", &["hyperledger"]), + ("COORDINTATE", &["coordinate"]), + ("EXTRAVEGANT", &["extravagant"]), + ("ANNOINTS", &["anoints"]), + ("PSITOINED", &["positioned"]), + ("UTILITIZATION", &["utilization"]), + ("TUNELLED", &["tunnelled"]), + ("REVEW", &["review"]), + ("TOGHTER", &["together"]), + ("SUBSTITUDE", &["substitute"]), + ("ASPRIATIONS", &["aspirations"]), + ("HOMOGEONEOUS", &["homogeneous"]), + ("PRASSING", &["passing"]), + ("UNCORROLATED", &["uncorrelated"]), + ("PREREQUISTIES", &["prerequisite"]), + ("SHCIZOPHRENIC", &["schizophrenic"]), + ("OVERLCOCK", &["overclock"]), + ("DEAMAND", &["demand"]), + ("EXPLENATION", &["explanation"]), + ("MONESTARIES", &["monasteries"]), + ("MISOGANIST", &["misogynist"]), + ("COMPEX", &["complex"]), + ("GLOBBAL", &["global"]), + ("BUTIFUL", &["beautiful"]), + ("ESACPES", &["escapes"]), + ("FRAGMANTS", &["fragments"]), + ("HUMANITARION", &["humanitarian"]), + ("PROBILITY", &["probability"]), + ("ALTERATIVELY", &["alternatively"]), + ("PROCESSSOR", &["processors", "processor"]), + ("INDIFFERANCE", &["indifference"]), + ("CERAIN", &["certain"]), + ("SUPPORTARE", &["supporters"]), + ("INPSECT", &["inspect"]), + ("MAPING", &["mapping"]), + ("URUGUARY", &["uruguay"]), + ("INTEGREY", &["integrity"]), + ("SERVCE", &["service", "serve"]), + ("INDICITAVE", &["indicative"]), + ("OCCURD", &["occurred", "occur"]), + ("CONNECTIVTY", &["connectivity"]), + ("GRAINTE", &["granite"]), + ("METHODOLIGY", &["methodology"]), + ("EVOVLED", &["evolved"]), + ("ALOCHOLISM", &["alcoholism"]), + ("MINOROTIES", &["minorities"]), + ("CATALINE", &["catiline", "catalina"]), + ("REFLECTIVOS", &["reflections"]), + ("NATIOANLIST", &["nationalist"]), + ("UPSTREMA", &["upstream"]), + ("ABOV", &["above"]), + ("RAHTER", &["rather"]), + ("EXEPRIMENT", &["experiment"]), + ("ACTIVASTE", &["activates"]), + ("EXPESTING", &["expecting"]), + ("OWNWER", &["owner"]), + ("THEREOTICAL", &["theoretical"]), + ("REVEWING", &["reviewing"]), + ("AVIALABILITY", &["availability"]), + ("AGAISNT", &["against"]), + ("IMPROVMENT", &["improvement"]), + ("PLAYRIGHT", &["playwright"]), + ("EXAUHSTION", &["exhaustion"]), + ("PARTIOTS", &["patriots"]), + ("TORRENTKING", &["torrenting"]), + ("FORTUNATLEY", &["fortunately"]), + ("SWITFLY", &["swiftly"]), + ("APPLAY", &["apply"]), + ("EXTRAXT", &["extract"]), + ("SYCHRONISE", &["synchronise"]), + ("SUBELEMET", &["subelement"]), + ("ESPISODIC", &["episodic"]), + ("DIMENTIONNALS", &["dimensional"]), + ("REPREESNTS", &["represents"]), + ("TERRORSITS", &["terrorists"]), + ("SIMUALTED", &["simulated"]), + ("GYMNISTS", &["gymnasts"]), + ("INVESTMENS", &["investments"]), + ("MECHANISIM", &["mechanism"]), + ("FILFILLS", &["fulfills"]), + ("GARANTEED", &["guaranteed"]), + ("BUFERS", &["buffers"]), + ("PREDECTIONS", &["predictions"]), + ("INAPPROPRIATLEY", &["inappropriately"]), + ("ENEGINEERING", &["engineering"]), + ("INDICITIVE", &["indicative"]), + ("INTERVIWER", &["interviewer"]), + ("SHOUW", &["show"]), + ("EXTERMPORANEOUS", &["extemporaneous"]), + ("CARDIOCASCULAR", &["cardiovascular"]), + ("STRENTGHS", &["strengths"]), + ("UPDATWE", &["update"]), + ("MODIFIKATION", &["modification"]), + ("NAWSEOUS", &["nauseous"]), + ("SUGGESTIE", &["suggestive"]), + ("MAXINUM", &["maximum"]), + ("FLAWLESSY", &["flawlessly"]), + ("RATIONALLE", &["rationale"]), + ("DISHONORD", &["dishonored"]), + ("UTILIS", &["utilise"]), + ("CONTRAVERSY", &["controversy"]), + ("ELMINATES", &["eliminates"]), + ("ASBOLUTE", &["absolute"]), + ("ANTIBIOITIC", &["antibiotic"]), + ("IDENTIY", &["identify", "identity"]), + ("RUTGERUS", &["rutgers"]), + ("ELECTROAL", &["electoral"]), + ("PROTOCOLLS", &["protocols"]), + ("FUSHED", &["flushed"]), + ("PROGRAME", &["programme"]), + ("SIMPLFIED", &["simplified"]), + ("ADDITOINAL", &["additional"]), + ("INITIALSE", &["initialise"]), + ("WARRN", &["warn"]), + ("SCKETCHES", &["sketches"]), + ("ABSELUTLY", &["absolutely"]), + ("TRAMSMITTED", &["transmitted"]), + ("DEREFERANCES", &["dereferences"]), + ("REOSURCING", &["resourcing"]), + ("CALCIULATE", &["calculate"]), + ("PHILOSOHPICALLY", &["philosophically"]), + ("OFFISIONADO", &["aficionado"]), + ("PLORETARIAT", &["proletariat"]), + ("VISHUS", &["vicious"]), + ("VERSIO", &["version"]), + ("PERFOEMANT", &["performant"]), + ("ORGANISIMS", &["organism"]), + ("SUBSTRACTIONS", &["subtractions"]), + ("ACCEESS", &["access"]), + ("THROUGHTS", &["thoughts"]), + ("CIVILLIAN", &["civilian"]), + ("ORDIANRY", &["ordinary"]), + ("CONNECTIVETY", &["connectivity"]), + ("PERIWANKLE", &["periwinkle"]), + ("APPEARENCE", &["appearance"]), + ("FULLFILLMENT", &["fulfillment"]), + ("METIPHORS", &["metaphors"]), + ("SCREENSHIT", &["screenshot"]), + ("MONESTIC", &["monastic"]), + ("AVTAARS", &["avatars"]), + ("CONSIDERACION", &["consideration"]), + ("SPECFIED", &["specified"]), + ("OVERWRITREN", &["overwritten"]), + ("GENRALIZES", &["generalizes"]), + ("ALEGORICAL", &["allegorical"]), + ("PERTUBING", &["perturbing"]), + ("DCOKED", &["docked"]), + ("INEXPERIECNED", &["inexperience"]), + ("CONNECTIOM", &["connection"]), + ("IMAGINATING", &["imagination"]), + ("DIRCTORIES", &["directories"]), + ("POLUTED", &["polluted"]), + ("ACCODRS", &["accords"]), + ("MORG", &["morgue"]), + ("HEADHPONE", &["headphone"]), + ("DEHYRDATION", &["dehydration"]), + ("PERTENDED", &["pretended"]), + ("GOVERMNMENT", &["government"]), + ("PHARMASEUTICAL", &["pharmaceutical"]), + ("NEGOTATE", &["negotiate"]), + ("CRUSIER", &["cruiser"]), + ("ALGEBRIC", &["algebraic"]), + ("INITIALIATION", &["initialization"]), + ("CEREMONIJE", &["ceremonies"]), + ("STANDRAD", &["standard"]), + ("HAMBURGR", &["hamburgers"]), + ("REUQESTED", &["requested"]), + ("FILTERSING", &["filtering"]), + ("UNPROBABLE", &["improbable", "unprovable"]), + ("ASPHLAT", &["asphalt"]), + ("OCCATIONS", &["occasions"]), + ("THEMSELEVES", &["themselves"]), + ("REGADS", &["regards"]), + ("POSIBLE", &["possible"]), + ("BELIEFING", &["believing"]), + ("MAZILLA", &["mozilla"]), + ("VAALUES", &["values"]), + ("SEQUENTAIL", &["sequential"]), + ("UNSIGEND", &["unsigned"]), + ("SUBMOULE", &["submodule"]), + ("CAOULD", &["could"]), + ("HOEP", &["hope"]), + ("THEYR", &["their", "there"]), + ("DELIMINTED", &["delimited"]), + ("ELLECTED", &["elected"]), + ("SIMPLISITICALLY", &["simplistically"]), + ("PRDPAGATING", &["propagating"]), + ("SPANISCH", &["spanish"]), + ("PLAYTHTOUGH", &["playthrough"]), + ("TERRISTRIAL", &["territorial"]), + ("STEADLIY", &["steadily"]), + ("DAUGTHER", &["daughter"]), + ("DEGRASSSE", &["degrasse"]), + ("SENSETIVITY", &["sensitivity"]), + ("ARTICALS", &["articles"]), + ("CHARCATERS", &["characters"]), + ("MISREPRESETED", &["misrepresented"]), + ("TROTZKIST", &["trotskyist"]), + ("COMPELETED", &["completed"]), + ("SHATOWS", &["châteaus", "châteaux", "shadows"]), + ("ENTREPRENUERS", &["entrepreneurs"]), + ("DECSIPTORS", &["descriptors"]), + ("THEREAD", &["thread"]), + ("ONW", &["own", "now"]), + ("STRAGEGY", &["strategy"]), + ("SWITCHS", &["switches"]), + ("ROMOTES", &["remotes"]), + ("ARCHITCTURES", &["architectures"]), + ("SATISFACCION", &["satisfaction"]), + ("FORNAT", &["format"]), + ("OLNY", &["only"]), + ("IRANIAS", &["iranians"]), + ("CURAGEOUS", &["courageous"]), + ("BURTALITY", &["brutality"]), + ("BANCHED", &["branched", "benched"]), + ("AUTOGENRATION", &["autogeneration"]), + ("ATTRIBIUTE", &["attribute"]), + ("TRACKES", &["trackers"]), + ("METATATA", &["metadata"]), + ("SATRICAL", &["satirical"]), + ("IMMIGRENTS", &["immigrants"]), + ("SEEMES", &["seems"]), + ("OVERTUN", &["overturn"]), + ("EXECUTBLE", &["executable"]), + ("COMPARISTIONS", &["comparisons"]), + ("TYPPED", &["typed"]), + ("MASCULINTY", &["masculinity"]), + ("GUARNATEING", &["guaranteeing"]), + ("TRINGS", &["strings", "rings"]), + ("BELEIFE", &["belief", "believe"]), + ("POSIBILITY", &["possibility"]), + ("APPOVES", &["approves"]), + ("RESPWANED", &["respawned"]), + ("GENERALIZNG", &["generalizing"]), + ("RADICALIS", &["radicals"]), + ("ARGUMENGS", &["arguments"]), + ("KEYOSKS", &["kiosks"]), + ("TOMATOS", &["tomatoes"]), + ("SHRAPENL", &["shrapnel"]), + ("PEROSNAL", &["personal"]), + ("SIBTITLES", &["subtitles"]), + ("ARCHETECTURALLY", &["architecturally"]), + ("SATISIFIED", &["satisfied"]), + ("BOTTOMN", &["bottom"]), + ("ADAVANCED", &["advanced"]), + ("SUBTILTES", &["subtitles"]), + ("STRAWBERRRIES", &["strawberries"]), + ("CONCERNT", &["concert"]), + ("ARRY", &["array", "carry"]), + ("DISSAPOINT", &["disappoint"]), + ("COMMUINICATIONS", &["communications"]), + ("DEGENERERAT", &["degenerate"]), + ("ANARCHISZM", &["anarchism"]), + ("REPBULICAN", &["republican"]), + ("INDVIDUALS", &["individuals"]), + ("COALLESING", &["coalescing"]), + ("BROKENESS", &["brokenness"]), + ("EXEUCTING", &["executing"]), + ("MARCROS", &["macros"]), + ("DEBUGG", &["debug"]), + ("OBSESSIN", &["obsession"]), + ("DINAMICALLY", &["dynamically"]), + ("PROVISON", &["provision"]), + ("SUPPORTEUR", &["supporter"]), + ("SOMWHAT", &["somewhat"]), + ("CONFUSSIONS", &["confessions"]), + ("APRECIATING", &["appreciating"]), + ("THUNDERBOLDT", &["thunderbolt"]), + ("POSIONING", &["poisoning", "positioning"]), + ("SUBREDDITORS", &["subreddits"]), + ("NIEGHBOURHOODS", &["neighbourhood"]), + ("RESPIRITORY", &["respiratory"]), + ("CLEANES", &["cleanse"]), + ("TRANLASTION", &["translations"]), + ("PARAMETRES", &["parameters"]), + ("DICOVERING", &["discovering"]), + ("SERCHED", &["searched"]), + ("COUDL", &["could", "cloud"]), + ("CONVERTERD", &["converted", "converter"]), + ("ARRANGAEBLE", &["arrangeable"]), + ("CONNATATION", &["connotation"]), + ("WHEHTER", &["whether"]), + ("NATURALY", &["naturally"]), + ("AVACADO", &["avocado"]), + ("ENTREPERURE", &["entrepreneur"]), + ("CONTRADICTONS", &["contradicts"]), + ("HAPEN", &["happen"]), + ("MERANDA", &["veranda", "miranda"]), + ("EXCEEDIGLY", &["exceedingly"]), + ("OVERCLCOKING", &["overclocking"]), + ("ASSIGNENMET", &["assignment"]), + ("HOVEWER", &["however"]), + ("PARATMERS", &["parameters"]), + ("SHECKER", &["checker", "shucker"]), + ("APPICABILITY", &["applicability"]), + ("ACCOMODATE", &["accommodate"]), + ("CLASSIFICAITON", &["classification"]), + ("UNAVAILBLE", &["unavailable"]), + ("DEMOGRAPICS", &["demographics"]), + ("HPE", &["hope"]), + ("COMMUNISIM", &["communism"]), + ("TRANSISTIONED", &["transitioned"]), + ("IDENTIFICATOR", &["identifier"]), + ("ARMAGEDDEN", &["armageddon"]), + ("TRASFERS", &["transfers"]), + ("TRANSGENER", &["transgender"]), + ("INTERATIONALLY", &["internationally"]), + ("DETCTOR", &["detector"]), + ("RECCURRENCE", &["recurrence"]), + ("ESTABLISHMNET", &["establishments"]), + ("DISCUSSSION", &["discussions"]), + ("CREDINTIAL", &["credential"]), + ("CEREMONIAS", &["ceremonies"]), + ("PROPAGTE", &["propagate"]), + ("ASSESTS", &["assets"]), + ("OPINIONES", &["opinions"]), + ("ILLUMINISTA", &["illuminati"]), + ("SHORTENEND", &["shortened"]), + ("DIMENIONAL", &["dimensional"]), + ("CREEDENCE", &["credence"]), + ("THORUGHOUT", &["throughout"]), + ("PREVANTATIVE", &["preventative"]), + ("HEADQUATERS", &["headquarters"]), + ("UNHILIGHTS", &["unhighlights"]), + ("ARMORMENTS", &["armaments"]), + ("RINOSARUS", &["rhinoceros"]), + ("PROPERIES", &["properties"]), + ("INTERMITTEN", &["intermittent"]), + ("VIATMIN", &["vitamin"]), + ("COMPONNENTS", &["components"]), + ("FLUTTERSPY", &["fluttershy"]), + ("AIRATOR", &["aerator"]), + ("FRIENDZOND", &["friendzoned"]), + ("POSTIVIE", &["positive"]), + ("CONTINES", &["continents"]), + ("MATHMATICAL", &["mathematical"]), + ("CHARACTARIZE", &["characterize"]), + ("COLECTOR", &["collector"]), + ("EXPLORERES", &["explorers"]), + ("ARRAAY", &["array"]), + ("POYLGON", &["polygon"]), + ("PENNSYLVANICA", &["pennsylvania"]), + ("LOGISITCAL", &["logistical"]), + ("MENSUTRAL", &["menstrual"]), + ("PERMISIONS", &["permission", "permissions"]), + ("SOUTHAPMTON", &["southampton"]), + ("PREORDED", &["preordered"]), + ("MERICFUL", &["merciful"]), + ("CONSUMIBLES", &["consumables"]), + ("INTERTAINED", &["intertwined"]), + ("BLOCKSE", &["blocks"]), + ("NURISHER", &["nourisher"]), + ("REAECHED", &["reached"]), + ("SCIPRTS", &["scripts"]), + ("FILETIMES", &["lifetimes"]), + ("CHARGEHR", &["charger"]), + ("PRELIMINARLY", &["preliminary"]), + ("OSCIALLATOR", &["oscillator"]), + ("UEFUL", &["useful"]), + ("FORTITUE", &["fortitude"]), + ("ACADEMICUS", &["academics"]), + ("ARTICE", &["article"]), + ("RECIEVING", &["receiving"]), + ("UPDATIG", &["updating"]), + ("AUTHENCICATE", &["authenticate"]), + ("CONSERVATIVS", &["conservatism"]), + ("PREVISOUSLY", &["previously"]), + ("BILLIONARIES", &["billionaires"]), + ("COMPLATS", &["completes"]), + ("THME", &["them"]), + ("WHITESPCAE", &["whitespace"]), + ("TRANASCTION", &["transaction"]), + ("INITAILISE", &["initialise"]), + ("INTERVIEWIE", &["interviewer"]), + ("BLACKCAWKS", &["blackhawks"]), + ("MILUWAKEE", &["milwaukee"]), + ("OPNEGROUP", &["opengroup"]), + ("DESTRCUTED", &["destructed"]), + ("INERFACE", &["interface"]), + ("REINFORCEMENS", &["reinforcements"]), + ("OBTAINES", &["obtains"]), + ("VARAINTS", &["variants"]), + ("DEFAULF", &["default"]), + ("DISASSEBLER", &["disassembler"]), + ("FONCTIONAL", &["functional"]), + ("PACTCH", &["patch"]), + ("CONFRENTATIONAL", &["confrontational"]), + ("RECONAISSANCE", &["reconnaissance"]), + ("FREINDSHIP", &["friendship"]), + ("DISMISALS", &["dismissal"]), + ("DEMOSNTRATION", &["demonstrations"]), + ("UNNHANDLED", &["unhandled"]), + ("DICATES", &["dictates"]), + ("UNLIKEY", &["unlikely"]), + ("SITL", &["still"]), + ("ADMITTETLY", &["admittedly"]), + ("CHOATIC", &["chaotic"]), + ("REGIEMS", &["regimes"]), + ("CONCIDER", &["consider"]), + ("HAPINESS", &["happiness"]), + ("BUITINS", &["builtins"]), + ("EXPLICATIE", &["explicit"]), + ("DEADLIFS", &["deadlifts"]), + ("EXCECPTION", &["exception"]), + ("PERSSIUOSLY", &["preciously"]), + ("AUTHRORISATION", &["authorisation"]), + ("DELIVIRING", &["delivering"]), + ("BIRMIMGHAM", &["birmingham"]), + ("PROVACOTIVE", &["provocative"]), + ("EURPEAN", &["european"]), + ("DIFFERNTIABLE", &["differentiable"]), + ("ARITHMATIC", &["arithmetic"]), + ("FINIALIZING", &["finalizing"]), + ("BECUASE", &["because"]), + ("SAVANHA", &["savanna"]), + ("NATIONALISIC", &["nationalistic"]), + ("NEGOTHIATORS", &["negotiators"]), + ("PROFICIENCT", &["proficient"]), + ("TATTOOES", &["tattoos"]), + ("SUTE", &["site", "suite", "suit"]), + ("TEACER", &["teacher"]), + ("CONVERSTAION", &["conversation"]), + ("ADVERTISTMENT", &["advertisement"]), + ("UNINITALIZABLE", &["uninitializable"]), + ("COLLABORATIN", &["collaboration"]), + ("ELECTROCYTES", &["electrolytes"]), + ("RECIVERSHIP", &["receivership"]), + ("SERIALIALISING", &["serialising"]), + ("LIGITIMATE", &["legitimate"]), + ("HIERARHCY", &["hierarchy"]), + ("SUFICATING", &["suffocating"]), + ("IMMERSVE", &["immerse"]), + ("CLAIRVOIANTES", &["clairvoyants"]), + ("NEGOTINATE", &["negotiate"]), + ("MALPRACTISE", &["malpractice"]), + ("EXPECTD", &["expected"]), + ("PRVIDE", &["provide"]), + ("EXPERIMINTATIONS", &["experimentations"]), + ("MEAURED", &["measured"]), + ("RESPRESENTS", &["represents"]), + ("CATHERDAL", &["cathedral"]), + ("SPTINTF", &["sprintf"]), + ("DISPLYED", &["displayed"]), + ("ALYWAYS", &["always"]), + ("DYSFUCNTIONAL", &["dysfunctional"]), + ("ANSWHAREING", &["answering"]), + ("COMMPLAIN", &["complain"]), + ("NEIGHER", &["neither"]), + ("ETABLISHED", &["established"]), + ("INTEPRETATORS", &["interpreters"]), + ("FOLOWWIND", &["following"]), + ("UNDERRRUN", &["underrun"]), + ("PREPRENDED", &["prepended"]), + ("SPEFEIRS", &["specifiers"]), + ("POSITIONNES", &["positions"]), + ("REFENCES", &["references"]), + ("OSTENSIBILY", &["ostensibly"]), + ("PERSOANL", &["personal"]), + ("GIVVEN", &["given"]), + ("RECONGIZES", &["recognizes"]), + ("COMPILAITONS", &["compilations"]), + ("UNNUSED", &["unused"]), + ("OCCCURED", &["occurred"]), + ("AWRNING", &["awning", "warning"]), + ("FRANCHES", &["franchise"]), + ("UKARINE", &["ukraine"]), + ("TRANSPOTTING", &["transporting"]), + ("COMPELTED", &["completed"]), + ("DAMON", &["daemon", "demon"]), + ("INITMIDATE", &["intimidate"]), + ("MANIPLUATING", &["manipulating"]), + ("DITORCONFIG", &["editorconfig"]), + ("INVOEKR", &["invoker"]), + ("UNSUBSCRUBE", &["unsubscribe"]), + ("SUBSCRITPITONS", &["subscriptions"]), + ("PERMITTS", &["permits"]), + ("COMPATILIBITY", &["compatibility"]), + ("OUNTLINE", &["outline"]), + ("OMISHIENCES", &["omnisciences"]), + ("ACHORS", &["anchors"]), + ("DOMINNO", &["dominion"]), + ("INDECIES", &["indices"]), + ("PROFICEINT", &["proficient"]), + ("ARRANG", &["arrange"]), + ("SIMMILAR", &["similar"]), + ("PERCENTIAL", &["percentile"]), + ("SOUNDTRACS", &["soundtracks"]), + ("MAESTRIES", &["masteries"]), + ("JAMIACAN", &["jamaican"]), + ("SUBEXPESSION", &["subexpression"]), + ("EPITAMY", &["epitome"]), + ("PRESNTATION", &["presentation"]), + ("WORDLWIDE", &["worldwide"]), + ("DEFITINLY", &["definitely"]), + ("CAPACTIOR", &["capacitor"]), + ("MANDITORY", &["mandatory"]), + ("EXPORTES", &["exports"]), + ("CONTANIER", &["container"]), + ("WISCLE", &["whistle"]), + ("SACRIFICIES", &["sacrifice"]), + ("ADULTEY", &["adultery"]), + ("WORKFORE", &["workforce"]), + ("ATTNETION", &["attention"]), + ("PROVISONER", &["provisioner"]), + ("EQUILIBRUIM", &["equilibrium"]), + ("INTEGRACION", &["integration"]), + ("ABIGUITY", &["ambiguity"]), + ("SEROUND", &["surround"]), + ("ILLUSTRATER", &["illustrator"]), + ("VERCHEWS", &["virtues"]), + ("CARACTERE", &["character"]), + ("ESSENTAILLY", &["essentially"]), + ("REULTS", &["results"]), + ("VERICAL", &["vertical"]), + ("POISTION", &["position"]), + ("OTHEWRISE", &["otherwise"]), + ("BITCOINTS", &["bitcoins"]), + ("FLORENE", &["florence"]), + ("FRIGHTEND", &["frightened"]), + ("PRABABILITY", &["probability"]), + ("RENDIRING", &["rendering"]), + ("INSECURITES", &["insecurities"]), + ("FANTASMICALLY", &["fantastically"]), + ("BACKFEILD", &["backfield"]), + ("ASSYMPTOTES", &["asymptotes"]), + ("PERIPHERIALS", &["peripherals"]), + ("REGUALRLY", &["regularly"]), + ("UNINITILIAZED", &["uninitialized"]), + ("BLCOKS", &["blocks"]), + ("CLLOUDING", &["clouding"]), + ("CONTENTIOS", &["contentious"]), + ("NEGOZIATORS", &["negotiators"]), + ("SPACIFICATIONS", &["specifications"]), + ("BEGGIN", &["begin", "begging"]), + ("ADDITOIN", &["addition"]), + ("LOGICTICAL", &["logistical"]), + ("ORGANIZARTE", &["organizer"]), + ("FATIUGE", &["fatigue"]), + ("STUIPDER", &["stupider"]), + ("DESINTY", &["density", "destiny"]), + ("CALLBAKCS", &["callbacks"]), + ("WEPPONS", &["weapons"]), + ("INTEPRETATION", &["interpretation"]), + ("TERRFORMING", &["terraforming"]), + ("BABLE", &["babel", "table", "bible"]), + ("PARTH", &["path"]), + ("OCCULUSION", &["occlusion"]), + ("DOCUMNET", &["document"]), + ("TJPANISHAD", &["upanishad"]), + ("PROPORTIONNAL", &["proportional"]), + ("CRITICIZNG", &["criticizing"]), + ("REVEWRSE", &["reverse"]), + ("MILLENIAL", &["millennial"]), + ("DEADLIT", &["deadlift"]), + ("SPECUALTIVE", &["speculative"]), + ("ACELERATED", &["accelerated"]), + ("TRCER", &["tracer"]), + ("BUINSESS", &["business"]), + ("INCRMENTED", &["incremented"]), + ("SESEEDS", &["secedes"]), + ("EXTRAXTED", &["extracted"]), + ("EXCLIUDE", &["exclude"]), + ("CONEECTIVITY", &["connectivity"]), + ("REPLACATED", &["replicated"]), + ("NIEGHBORHOODS", &["neighborhoods"]), + ("HEARTBORKEN", &["heartbroken"]), + ("DOWNRGADED", &["downgraded"]), + ("VULNERABUILLITY", &["vulnerability"]), + ("VAIETIES", &["varieties"]), + ("PRODECURE", &["procedure"]), + ("AKUMULATES", &["accumulates"]), + ("COUNSIL", &["counsel"]), + ("VEHICULE", &["vehicle"]), + ("REASEARCHERS", &["researchers"]), + ("RMEOVE", &["remove"]), + ("CONSERVACION", &["conservation"]), + ("GENITALIBAN", &["genitalia"]), + ("EFFICIANT", &["efficient"]), + ("TRANSFOMER", &["transformer"]), + ("VILIGANTE", &["vigilante"]), + ("LISTERNES", &["listeners"]), + ("RENDUNDANT", &["redundant"]), + ("ACCELERAR", &["accelerator"]), + ("GYNMASTICS", &["gymnastics"]), + ("CHALLENEGES", &["challenges"]), + ("COMPOLSURY", &["compulsory"]), + ("INVALUBALE", &["invaluable"]), + ("COMPILCATE", &["complicate"]), + ("FTBS", &["ftbfs"]), + ("PROMOTHEUS", &["prometheus"]), + ("ACCALIMED", &["acclaimed"]), + ("CONSTRUTOR", &["constructor"]), + ("PREMULTIPLCATION", &["premultiplication"]), + ("BOOLEENS", &["booleans"]), + ("INFORMATIEI", &["informative"]), + ("DOCUEMTN", &["document"]), + ("NEDIA", &["media"]), + ("GULLBILE", &["gullible"]), + ("IDENDIFIERS", &["identifiers"]), + ("OVERZELOSLY", &["overzealously"]), + ("BODDY", &["body"]), + ("PHILOSPOHERS", &["philosophers"]), + ("CAMPARING", &["comparing"]), + ("DIFENITLY", &["definitely"]), + ("AESTHETICALY", &["aesthetically"]), + ("DESCRIBTION", &["description"]), + ("ALS", &["also"]), + ("EXPERSSES", &["expresses"]), + ("NUCULEAR", &["nuclear"]), + ("PENNSLYVANIA", &["pennsylvania"]), + ("RECONSTRCUTED", &["reconstructed"]), + ("SEQUEMCE", &["sequence"]), + ("UNDERTSAND", &["understands", "understand"]), + ("GORD", &["gourd"]), + ("OCNFIGURATION", &["configuration"]), + ("MANEAGABLE", &["manageable"]), + ("NEGOTIOTION", &["negotiation"]), + ("SUPRISES", &["surprises"]), + ("DEPDENCIES", &["dependencies"]), + ("DOWNVITING", &["downvoting"]), + ("RENEGOSIATE", &["renegotiate"]), + ("PROPVIDER", &["provider"]), + ("GOVERNEMNTS", &["governments"]), + ("SUBOLDERS", &["subfolders"]), + ("EXTEDED", &["extended"]), + ("IMMITATE", &["imitate"]), + ("OVERWRIDE", &["overwrite"]), + ("EASISLY", &["easily"]), + ("IMPLEMEMENTATIONS", &["implementations"]), + ("SPECIFV", &["specific"]), + ("BAFORE", &["before"]), + ("RAPHSODY", &["rhapsody"]), + ("CATALSYT", &["catalyst"]), + ("DECLATORS", &["declarators"]), + ("CACLUCATION", &["calculation"]), + ("BUSINESSNES", &["businessmen"]), + ("MODTIFIED", &["modified"]), + ("REPEDETLY", &["repeatedly"]), + ("SHOULDNOT", &["shouldnt"]), + ("PROPORTIANAL", &["proportional"]), + ("DECIED", &["decide", "decided"]), + ("ATMOSHERE", &["atmosphere"]), + ("REMEMBED", &["remembered"]), + ("ORGANISATONS", &["organisations"]), + ("CALUCALTION", &["calculation"]), + ("DERIVTIVE", &["derivative"]), + ("ENCODNING", &["encoding"]), + ("RENEGOATES", &["renegotiates"]), + ("RESPONSERS", &["responders"]), + ("IMORTES", &["imports"]), + ("ASSASSINATS", &["assassins"]), + ("LEGALIMATE", &["legitimate"]), + ("STRENGTS", &["strengths"]), + ("IMPROSSIBLE", &["impossible"]), + ("CALUCULATE", &["calculate"]), + ("INCREMEMNTING", &["incrementing"]), + ("DIMINISING", &["diminishing"]), + ("ORCESTRATING", &["orchestrating"]), + ("REPRENTING", &["repenting", "representing"]), + ("NOTORIZATION", &["notarization"]), + ("ENCLYCOPEDIA", &["encyclopedia"]), + ("SENSTIVE", &["sensitive"]), + ("CONTRIBUTS", &["contributes"]), + ("ATACHING", &["attaching"]), + ("COMPENENTS", &["components", "competence"]), + ("REMAINGING", &["remaining"]), + ("CIVELIZATIONS", &["civilizations"]), + ("BRIGATED", &["brigade"]), + ("COMMPRESED", &["compressed"]), + ("ASSOICATE", &["associate"]), + ("INCOMPREHENDIBLE", &["incomprehensible"]), + ("FOLX", &["folks"]), + ("ISNTALLS", &["installs"]), + ("PIAR", &["pair", "pier", "pliers"]), + ("AQUAINTING", &["acquainting"]), + ("AEQUIDISTANT", &["equidistant"]), + ("RENEGOZIABLE", &["renegotiable"]), + ("INTERPERTIVE", &["interpretive"]), + ("WORKAOUNDS", &["workarounds"]), + ("INTERTIA", &["inertia"]), + ("MAINTIANS", &["maintains"]), + ("IMPORVE", &["improve"]), + ("CAHT", &["chat"]), + ("MANUFACTER", &["manufacture"]), + ("IMPCATS", &["impacts"]), + ("PREFENCE", &["preference", "presence", "pretence"]), + ("REPREHINSIBLE", &["reprehensible"]), + ("DATABAASES", &["databases"]), + ("UNSUCCCESSFULLY", &["unsuccessfully"]), + ("COMPONEENTS", &["components"]), + ("CALCLUATOR", &["calculators"]), + ("INCOMPATIBLITIES", &["incompatibilities"]), + ("USIN", &["using"]), + ("THIE", &["the", "this"]), + ("PLATHOME", &["platform"]), + ("MEMCAHE", &["memcache"]), + ("PARSHAL", &["marshal", "partial"]), + ("MIMACHING", &["mismatching"]), + ("TRANSICIONAL", &["transitional"]), + ("DEMOCRAZIES", &["democracies"]), + ("DEATURE", &["feature"]), + ("APLLYING", &["applying"]), + ("POWERHOURSE", &["powerhouse"]), + ("TRANSCORDE", &["transcode"]), + ("DEDECTIONS", &["detections"]), + ("WIZZARD", &["wizard"]), + ("PROSTITUES", &["prostitutes"]), + ("EMTIONAL", &["emotional"]), + ("PLAYABE", &["playable"]), + ("DOCUCUMENT", &["document"]), + ("CLUSETR", &["cluster"]), + ("STRENGHTENED", &["strengthened"]), + ("ORIGINTEA", &["originate"]), + ("CORRUPTIUON", &["corruption"]), + ("EMABRGO", &["embargo"]), + ("POENTIALLY", &["potentially"]), + ("DISRUPTNESS", &["disruption"]), + ("CONNECTINS", &["connects", "connections"]), + ("CONTRIBUENT", &["contribute"]), + ("EXPERIMENTAATLLY", &["experimentally"]), + ("RESSURECTED", &["resurrected"]), + ("EQUIVALANT", &["equivalent"]), + ("BRIGTHEN", &["brighten"]), + ("UNSUBSCRIBADE", &["unsubscribed"]), + ("ROLLARCOASTER", &["rollercoaster"]), + ("OPEMS", &["opens"]), + ("REPOSITIONNING", &["repositioning"]), + ("TIMESTANP", &["timestamp", "timespan"]), + ("AREADY", &["already"]), + ("MECAHNISMS", &["mechanisms"]), + ("ADDRESSSED", &["addressed"]), + ("DIGITZED", &["digitized"]), + ("TREAETED", &["treated"]), + ("COLECTING", &["collecting"]), + ("ASENDANCY", &["ascendancy"]), + ("TRANSCEVIER", &["transceiver"]), + ("TWELEVE", &["twelve"]), + ("LUCH", &["lunch"]), + ("NOMINAE", &["nominate"]), + ("SPEARATE", &["separate"]), + ("PROCEEEDURES", &["procedures"]), + ("MANGAER", &["manager", "manger"]), + ("ELASPED", &["elapsed"]), + ("OVERVRIDES", &["overrides"]), + ("CORRECPONDED", &["corresponded"]), + ("THUNDERBOWL", &["thunderbolt"]), + ("COTROLLER", &["controller"]), + ("CONAINERS", &["containers"]), + ("ACCUARTE", &["accurate"]), + ("COMPUTATIONNAL", &["computational"]), + ("WEEKED", &["weekend"]), + ("THOUHGT", &["thought"]), + ("OCTOHEDRAL", &["octahedral"]), + ("HIERARHCICALLY", &["hierarchically"]), + ("ACTURAL", &["actual"]), + ("RELIABLITY", &["reliability"]), + ("OPERATOIN", &["operation"]), + ("RECIEPIENT", &["recipient"]), + ("HOPEFULLT", &["hopefully"]), + ("PAFICIST", &["pacifist"]), + ("SLUGGIFY", &["slugify"]), + ("AEROPSACE", &["aerospace"]), + ("IMPROOFS", &["improves"]), + ("ARLINGOTN", &["arlington"]), + ("ANALAGOUS", &["analogous"]), + ("METAPACKGE", &["metapackage"]), + ("DIASSPOINTED", &["disappointed"]), + ("UNIVERSITETS", &["universities"]), + ("THRUGH", &["through"]), + ("HAZZLE", &["hassle"]), + ("FROSTIG", &["frosting"]), + ("REATTACHEMENT", &["reattachment"]), + ("PARAMTERISING", &["parameterising"]), + ("DESENSITIED", &["desensitized"]), + ("EXPERIMETELLY", &["experimentally"]), + ("WORKSTAION", &["workstation"]), + ("PINAPPLE", &["pineapple"]), + ("BREKS", &["breaks"]), + ("THAR", &["than", "that"]), + ("SPECIALICATION", &["specialization"]), + ("ABSTRAC", &["abstract"]), + ("ELECTRIAL", &["electrical"]), + ("TRUBLES", &["troubles"]), + ("CONDITIONNING", &["conditioning"]), + ("SIGNIFICANE", &["significance"]), + ("METIPHORICAL", &["metaphorical"]), + ("PLACEHOLDR", &["placeholder"]), + ("CONSTITUER", &["constitute"]), + ("POSITIVIY", &["positivity"]), + ("SENSATIONILISM", &["sensationalism"]), + ("ATTEMPPT", &["attempt"]), + ("BOGOUS", &["bogus"]), + ("PROTOGANISTS", &["protagonists"]), + ("DISSAPOINTING", &["disappointing"]), + ("IMPLEMENTIAON", &["implementation"]), + ("CARDBAORD", &["cardboard"]), + ("ASSOCATES", &["associates"]), + ("CONFIFURED", &["configured"]), + ("INALID", &["invalid"]), + ("MERCHANTABLITY", &["merchantability"]), + ("SPEFICIFIC", &["specific"]), + ("SPECIALT", &["specialist"]), + ("ANORMALIES", &["anomalies"]), + ("DEFINIED", &["defined"]), + ("DIPOSED", &["disposed", "deposed"]), + ("EXPROTS", &["exports"]), + ("PHYSIOLIGY", &["physiology"]), + ("DEDECT", &["deduct", "detect"]), + ("SIMILARLLY", &["similarly"]), + ("THET", &["that", "the"]), + ("REAPEATS", &["repeats"]), + ("DYSFUNKTION", &["dysfunction"]), + ("DEREFERNECE", &["dereference"]), + ("SCYHTER", &["scyther"]), + ("COORDINGATE", &["coordinate"]), + ("METRIG", &["metric"]), + ("INTREPRETING", &["interpreting"]), + ("DOCUMENTORIES", &["documentaries"]), + ("NAMESAPCES", &["namespaces"]), + ("RIENFORCEMENTS", &["reinforcements"]), + ("HYGIENNE", &["hygiene"]), + ("DIFFERENTS", &["different", "difference"]), + ("BINRARIES", &["binaries"]), + ("ACCELLERATE", &["accelerate"]), + ("VISBILITY", &["visibility"]), + ("CAPITILIZED", &["capitalized"]), + ("EVIDENDE", &["evidenced"]), + ("SEPCIFIES", &["specifies"]), + ("IRESISTABLE", &["irresistible"]), + ("RANDUM", &["random"]), + ("STRAGETIES", &["strategies"]), + ("MASCARRA", &["mascara"]), + ("CALCULTATING", &["calculating"]), + ("BROKEM", &["broken"]), + ("LONGST", &["longest"]), + ("MULTIVRIATE", &["multivariate"]), + ("ORAGSMS", &["orgasms"]), + ("APROCHING", &["approaching"]), + ("ELOQUENTELY", &["eloquently"]), + ("CAPITALISN", &["capitals"]), + ("APPPROPRIATE", &["appropriate"]), + ("ISLADN", &["island"]), + ("MISCHIEVEOUSLY", &["mischievously"]), + ("GRAUDALLY", &["gradually"]), + ("CHEERLEEDERS", &["cheerleaders"]), + ("OUPTUT", &["output"]), + ("ACATEMY", &["academy"]), + ("ATTRBUTED", &["attributed"]), + ("NEGOTAIBLE", &["negotiable"]), + ("PICUTRES", &["pictures"]), + ("PARTSIAN", &["partisan"]), + ("CIVALASATIONS", &["civilisations"]), + ("OBERV", &["observe"]), + ("INTERPRETAD", &["interpreted"]), + ("FABRIACTED", &["fabricated"]), + ("DIASSEMBLING", &["disassembling"]), + ("ENLARGMENTS", &["enlargements"]), + ("FIGURATIVLY", &["figuratively"]), + ("RERTIEVE", &["retrieve"]), + ("PRETENSJE", &["pretense"]), + ("OVERRIDED", &["overrode", "overridden"]), + ("MONRING", &["morning"]), + ("TAXANOMIC", &["taxonomic"]), + ("UNLIKLEY", &["unlikely"]), + ("BUDDHSIM", &["buddhism"]), + ("MICROSEOND", &["microsecond"]), + ("PEANOCHLE", &["pinochle"]), + ("ALGORITHICALLY", &["algorithmically"]), + ("BAYNOET", &["bayonet"]), + ("INVIDIDUAL", &["individual"]), + ("ADDICTIN", &["addictions"]), + ("APLLIES", &["applies"]), + ("PASE", &["pass", "pace", "parse", "phase"]), + ("ALLOCATTION", &["allocation"]), + ("DUMMP", &["dump", "dummy"]), + ("ANSWERD", &["answered"]), + ("CONTROLAS", &["controls"]), + ("EXCECTIVES", &["executives"]), + ("INVESTIGATIVO", &["investigation"]), + ("PAITENTLY", &["patiently"]), + ("CONTRAINS", &["constrains", "constraints"]), + ("EXPANTIONS", &["expansions"]), + ("PHENOMEMON", &["phenomenon"]), + ("ADJANCENT", &["adjacent"]), + ("CAMOFLAGUE", &["camouflage"]), + ("THEROMDYNAMICS", &["thermodynamics"]), + ("INFLUINCING", &["influencing"]), + ("MODULUES", &["modules"]), + ("UNNECESSARILLY", &["unnecessarily"]), + ("BERWEEN", &["between"]), + ("INSTITUTIONEL", &["institutional"]), + ("UPSTREAMMER", &["upstreamer"]), + ("EPLISON", &["epsilon"]), + ("PROTOSTANT", &["protestant"]), + ("ABDOMINE", &["abdomen"]), + ("INITIALIES", &["initialise"]), + ("SUPERFICIEL", &["superficial"]), + ("FUNREL", &["funeral"]), + ("SIMULACION", &["simulation"]), + ("DEFINIE", &["definite"]), + ("CAPUSLE", &["capsule"]), + ("TRANSPENCIES", &["transparencies"]), + ("UNDEFLOW", &["underflow"]), + ("DEAMIGUATION", &["disambiguation"]), + ("BREEF", &["brief", "beef"]), + ("INTOLERNACE", &["intolerance"]), + ("APPRENTLY", &["apparently"]), + ("WEIGHTLIFING", &["weightlifting"]), + ("NEGOITATES", &["negotiates"]), + ("LISTENTER", &["listener"]), + ("POPULARY", &["popularity"]), + ("SPCIFYING", &["specifying"]), + ("VULERNABILITIES", &["vulnerabilities"]), + ("RECREATIEF", &["recreate"]), + ("CURCUMCISION", &["circumcision"]), + ("ALGORITHMNIC", &["algorithmic"]), + ("CAMRBIDGE", &["cambridge"]), + ("REUDCES", &["reduces"]), + ("STERLIE", &["sterile"]), + ("MONOPOLOY", &["monopoly"]), + ("EXPOLSION", &["explosion"]), + ("MOZZARELA", &["mozzarella"]), + ("COMAPATIBLE", &["compatible"]), + ("DISCONTIUED", &["discontinued"]), + ("ADOPTORS", &["adopters", "adaptors"]), + ("IRRADATED", &["irradiated"]), + ("VARIALE", &["variable"]), + ("MORDERN", &["modern"]), + ("REPRESNTS", &["represents"]), + ("MISTREADED", &["mistreated"]), + ("INSEPECTION", &["inspection"]), + ("ONWS", &["owns"]), + ("PRESSUMING", &["pressuring"]), + ("EXHIBITIN", &["exhibition"]), + ("SUBSTITURES", &["substitutes"]), + ("IMPEMENTATIONS", &["implementations"]), + ("BYCICLE", &["bicycle"]), + ("CONTINUETY", &["continuity"]), + ("EHTANOL", &["ethanol"]), + ("DEFEAULTS", &["defaults"]), + ("COMPRESING", &["compressing"]), + ("TERMINTATING", &["terminating"]), + ("METOHD", &["method"]), + ("MYSTERIEUSE", &["mysteries"]), + ("ALTHETICS", &["athletics"]), + ("GUAREENTED", &["guaranteed"]), + ("REUQESTING", &["requesting"]), + ("FOLWOONG", &["following"]), + ("ORINGAL", &["original"]), + ("FOLLWO", &["follow"]), + ("WILDEBEAST", &["wildebeest"]), + ("CONTROCEPTION", &["contraception"]), + ("GNAKING", &["ganking"]), + ("OBVISOULY", &["obviously"]), + ("UNBREAKEBLE", &["unbreakable"]), + ("CLENT", &["client"]), + ("TIGGERING", &["triggering"]), + ("THCK", &["thick"]), + ("MUSLCES", &["muscles"]), + ("MARHSAL", &["marshal"]), + ("SPEFIC", &["specific"]), + ("ORGANSIES", &["organises"]), + ("DELIMITITERS", &["delimiters"]), + ("TRASNFORMER", &["transformer"]), + ("STERIOTYPE", &["stereotype"]), + ("TRASFORMS", &["transforms"]), + ("CAMPERAS", &["campers"]), + ("PROCURMENT", &["procurement"]), + ("ABLOUT", &["about"]), + ("EXPERIMENATS", &["experiments"]), + ("HOMOSEXUALLS", &["homosexuals"]), + ("FOLLIN", &["following"]), + ("DISALED", &["disabled"]), + ("VISIBLES", &["visible"]), + ("PRONOUNCEING", &["pronouncing"]), + ("REFEREERS", &["referees"]), + ("STURCTURES", &["structures"]), + ("REGARDLESSS", &["regardless"]), + ("BATSITA", &["batista"]), + ("DEPSERATELY", &["desperately"]), + ("CELLERS", &["cellars"]), + ("FOSSILIS", &["fossils"]), + ("TRANSIMSSION", &["transmissions"]), + ("TANSPARENT", &["transparent"]), + ("PRIASED", &["praised"]), + ("SUH", &["such"]), + ("CUZTOMIZER", &["customizer"]), + ("STUDETN", &["student"]), + ("BUREUACRACY", &["bureaucracy"]), + ("NOTIFIATIONS", &["notifications"]), + ("UNSPEFICIALLIED", &["unspecified"]), + ("REMARKABLELY", &["remarkably"]), + ("AUTHENTCIATION", &["authentication"]), + ("CHARACHTER", &["character"]), + ("TRIATOR", &["traitor"]), + ("COMPARASTE", &["compares"]), + ("RESTARANTS", &["restaurants"]), + ("MOIBLE", &["mobile"]), + ("ANNOUNCEMNTS", &["announcements"]), + ("WOUKD", &["would"]), + ("ENGOUH", &["enough"]), + ("ASSIMILANT", &["assimilate"]), + ("CONSTRCTS", &["constructs", "constricts"]), + ("CMMAND", &["command"]), + ("SOFWTARE", &["software"]), + ("ALLOCATEDP", &["allocated"]), + ("ELIMENATES", &["eliminates"]), + ("STIRNG", &["string"]), + ("DISPENCERS", &["dispenser"]), + ("GREENLAD", &["greenland"]), + ("REPLACEEMNT", &["replacement"]), + ("OCTECTS", &["octets"]), + ("STNDARD", &["standard"]), + ("INGORED", &["ignored"]), + ("UNSUCCESS", &["unsuccessful"]), + ("EARILER", &["earlier"]), + ("ASYNCHRNOUSLY", &["asynchronously"]), + ("DEFINATEKY", &["definitely"]), + ("KEYBOAARD", &["keyboard"]), + ("CHALLANGES", &["challenges"]), + ("WROG", &["wrong"]), + ("AOTOMATICALLY", &["automatically"]), + ("CONENCTIONS", &["connections"]), + ("BRILLAINCE", &["brilliance"]), + ("SPEFIIFATIONS", &["specifications"]), + ("SUCSESS", &["success"]), + ("LIBERRY", &["library"]), + ("MAGNIFICIENT", &["magnificent"]), + ("ANSALISATION", &["nasalisation"]), + ("SLASE", &["slash"]), + ("PONINTING", &["pointing"]), + ("MABYE", &["maybe"]), + ("ITNERPRETER", &["interpreter"]), + ("UNCOMFTORABLE", &["uncomfortable"]), + ("COMPLECATIONS", &["complications"]), + ("COPEING", &["copying"]), + ("OBLIGITARY", &["obligatory"]), + ("SIGNIFICENTLY", &["significantly"]), + ("VAVE", &["have", "valve"]), + ("ALGOITHM", &["algorithm"]), + ("HYBRIDUS", &["hybrids"]), + ("FOREFIT", &["forfeit"]), + ("MENMONIC", &["mnemonic"]), + ("DISSALOWED", &["disallowed"]), + ("PANCAKERS", &["pancakes"]), + ("ELSOF", &["elseif"]), + ("MISSPELLNG", &["misspelling"]), + ("SPONSORSHOP", &["sponsorship"]), + ("CREEPES", &["creepers"]), + ("ANULED", &["annulled"]), + ("PROVINCIE", &["province"]), + ("EXCETPIONS", &["exceptions"]), + ("RECTANGUAR", &["rectangular"]), + ("INITATION", &["initiation", "imitation"]), + ("FAPTASTICALLY", &["fantastically"]), + ("COLOERS", &["colors"]), + ("COINCIDENTALY", &["coincidentally"]), + ("SQUSHED", &["squashed"]), + ("CONFIDENY", &["confidently"]), + ("SPONATNEOUS", &["spontaneous"]), + ("NEIGHTBOURHOOD", &["neighbourhood"]), + ("ELEMENETS", &["elements"]), + ("THERAUPETIC", &["therapeutic"]), + ("CONVERY", &["convert"]), + ("FAKSE", &["fake"]), + ("UNSESPECTING", &["unsuspecting"]), + ("DISSALLOWED", &["disallowed"]), + ("COMMULATIVE", &["cumulative"]), + ("TROTTLING", &["throttling", "trotting"]), + ("EVAILABLE", &["available"]), + ("CONVERSIE", &["converse"]), + ("UNBEATEBLE", &["unbeatable"]), + ("INTENATIONALIST", &["internationalist"]), + ("EMPLOYEMENT", &["employment"]), + ("PROTOTYPS", &["prototypes"]), + ("ATTENUTAION", &["attenuation"]), + ("COMPOSIITON", &["compositions"]), + ("URKAINIAN", &["ukrainian"]), + ("UNEXPETECT", &["unexpected"]), + ("METIFORS", &["metaphors"]), + ("SURPRIZING", &["surprising"]), + ("EQUALIBRIUM", &["equilibrium"]), + ("PLENTLY", &["plenty"]), + ("FOLLWWER", &["follower"]), + ("ACCESIBLE", &["accessible"]), + ("ACTAL", &["actual"]), + ("EXPECTATOINS", &["expectations"]), + ("DESPOSIT", &["deposit", "deposition"]), + ("ADAPATIVE", &["adaptive"]), + ("REPLICAITE", &["replicate"]), + ("ASIGNEES", &["assignees"]), + ("OBTAINE", &["obtain", "obtained", "obtains"]), + ("BRUSE", &["bruise"]), + ("PATRIARCA", &["patriarchal"]), + ("BENIFITIAL", &["beneficial"]), + ("RETROCATIVELY", &["retroactively"]), + ("WOLRDVIEW", &["worldview"]), + ("SUBSYSTHEMS", &["subsystems"]), + ("UNNECEESARILY", &["unnecessarily"]), + ("PRIVISIONAL", &["provisional"]), + ("STUDETNS", &["students"]), + ("BASEKTBALL", &["basketball"]), + ("NEUMONIA", &["pneumonia"]), + ("POSITIVY", &["positivity", "positive", "positively"]), + ("VETEXES", &["vertices"]), + ("MULTIPILER", &["multiplier"]), + ("GRET", &["great"]), + ("RESPONSIBILITIY", &["responsibility"]), + ("DETORIT", &["detroit"]), + ("OVERARCING", &["overarching"]), + ("DETEMINED", &["determined"]), + ("SODDERED", &["soldered"]), + ("INTERCONTINENTIAL", &["intercontinental"]), + ("DETERMINACION", &["determination"]), + ("SURVIBABILITY", &["survivability"]), + ("POESESSION", &["possession"]), + ("ASTEROIS", &["asteroids"]), + ("REMTOE", &["remote"]), + ("FUNVTIONING", &["functioning"]), + ("ENOCDE", &["encode"]), + ("PREVERVE", &["preserve"]), + ("UNDERTANDABLE", &["understandable"]), + ("SEMAPHONES", &["semaphores"]), + ("OPERATORSS", &["operators"]), + ("HTE", &["the"]), + ("REHABILITATON", &["rehabilitation"]), + ("REFERIANG", &["referring"]), + ("BUREUACRATS", &["bureaucrats"]), + ("ORIGINL", &["original"]), + ("CINCINNATTI", &["cincinnati"]), + ("ORIGINALIS", &["originals"]), + ("DISTRBUTED", &["distributed"]), + ("AQUAINTANCE", &["acquaintance"]), + ("TURRAINS", &["terrains"]), + ("PERFURD", &["preferred"]), + ("POINTETR", &["pointer"]), + ("VIATNAMESE", &["vietnamese"]), + ("SUBSITUTUTED", &["substituted"]), + ("ADMINITIONS", &["admonitions"]), + ("FILTING", &["filtering"]), + ("BENECHMARKS", &["benchmarks"]), + ("UPCOMMING", &["upcoming"]), + ("IMPROPRE", &["improper"]), + ("INHABITENTS", &["inhabitants"]), + ("TECHNQIUES", &["techniques"]), + ("PLETHORIA", &["plethora"]), + ("PROMENENTLY", &["prominently"]), + ("HGE", &["he"]), + ("CYLIDER", &["cylinder"]), + ("COPYTIGHT", &["copyright"]), + ("RELYABLY", &["reliably"]), + ("CONER", &["corner", "coroner"]), + ("CAPTERS", &["captors"]), + ("IMMORATLITY", &["immortality"]), + ("AGANDA", &["agenda", "uganda"]), + ("PREFERR", &["prefer"]), + ("DESELCTED", &["deselected"]), + ( + "CONTAINE", + &["contain", "contained", "container", "contains"], + ), + ("INLUSIVE", &["inclusive"]), + ("DISABILITILY", &["disability"]), + ("RENEGOTATIE", &["renegotiate"]), + ("PARADIMES", &["paradise"]), + ("HALLUNICATIONS", &["hallucinations"]), + ("EXPERIMENATION", &["experimentation"]), + ("STROTAGE", &["storage"]), + ("UBIQITUOUS", &["ubiquitous"]), + ("ABSOLUNE", &["absolute"]), + ("ITEATION", &["iteration"]), + ("COUNTERT", &["counteract"]), + ("SPECTARORS", &["spectators"]), + ("DESCRITPTORS", &["descriptors"]), + ("LEASURES", &["leisures"]), + ("BENEFECIAL", &["beneficial"]), + ("POCESSED", &["processed", "possessed"]), + ("PSYCHOLIGIST", &["psychologist"]), + ("SWARMIN", &["swarming"]), + ("DIRFTING", &["drifting"]), + ("MIDFIELERS", &["midfielders"]), + ("CONTRUCTIONS", &["contractions", "constructions"]), + ("SHFTED", &["shifted"]), + ("COMPLETIOM", &["completion"]), + ("DUMMMY", &["dummy"]), + ("COMTAINING", &["containing"]), + ("WHAEVER", &["whatever"]), + ("ACCLERATED", &["accelerated"]), + ("SEPEREATED", &["separated"]), + ("EYTMOLOGY", &["etymology"]), + ("VOLUNTERILY", &["voluntarily"]), + ("ASSIGHOR", &["assignor"]), + ("ADVANDCED", &["advanced"]), + ("ENUMERATIOR", &["enumerator"]), + ("VULBERABILITIE", &["vulnerability"]), + ("MEADING", &["meaning"]), + ("CONVETS", &["converts"]), + ("SUBSCRIBIR", &["subscriber"]), + ("OBLITIRATED", &["obliterated"]), + ("INVIDUALLY", &["individually"]), + ("THOUGHOUT", &["throughout"]), + ("SUBSTITUDING", &["substituting"]), + ("PARTICAULARLY", &["particularly"]), + ("RENUION", &["reunion"]), + ("DESTOP", &["desktop"]), + ("COMITING", &["committing"]), + ("ATEMPT", &["attempt"]), + ("RESITOR", &["resistor"]), + ("INTERVENIRE", &["intervene"]), + ("ABTRACTNESS", &["abstractness"]), + ("COLLECIONS", &["collections"]), + ("OPINYONNAIRE", &["opinionnaire"]), + ("STIMULLI", &["stimuli"]), + ("CITISENSHIP", &["citizenship"]), + ("OPTON", &["option"]), + ("SEEVERITY", &["severity"]), + ("BURNIGN", &["burning"]), + ("ENLCOSED", &["enclosed"]), + ("ACCOUT", &["account"]), + ("COODINATE", &["coordinate"]), + ("LIGTHS", &["lights"]), + ("INDICATEURS", &["indicates"]), + ("AMPHETIMINE", &["amphetamine"]), + ("BUREUACRATIC", &["bureaucratic"]), + ("IMPORTANTY", &["importantly"]), + ("PROGAPATES", &["propagates"]), + ("CIRUCMFLEX", &["circumflex"]), + ("PHILIPPINNES", &["philippines"]), + ("INNOCENTERS", &["innocents"]), + ("UNRESGISTERD", &["unregistered"]), + ("PRESCIUS", &["precious"]), + ("OSFFSETS", &["offsets"]), + ("TRIKED", &["tricked"]), + ("CHRISTIMAS", &["christians"]), + ("PHYSISAN", &["physician"]), + ("JANUAR", &["january"]), + ("SPEFIFER", &["specifier"]), + ("HIGEST", &["highest"]), + ("NARCISISSIM", &["narcissism"]), + ("SPEZIFIC", &["specific"]), + ("COMPATATBILITY", &["compatibility"]), + ("DEFENDERES", &["defenders"]), + ("BOUDLER", &["boulder"]), + ("JPNG", &["png", "jpg", "jpeg"]), + ("MISUNDERSTANDIND", &["misunderstandings"]), + ("YELDS", &["yields"]), + ("CHILDBRITH", &["childbirth"]), + ("SEVERIDE", &["severed"]), + ("CRETAE", &["create"]), + ("REFELECTS", &["reflects"]), + ("OPEARTOR", &["operator"]), + ("MISOURI", &["missouri"]), + ("AUTOATTAK", &["autoattack"]), + ("UPDATEES", &["updates"]), + ("BOUNITES", &["bounties"]), + ("PROCEEDEDS", &["proceeds"]), + ("AUTHORDED", &["authored"]), + ("PHILLOSOPHICALLY", &["philosophically"]), + ("UNCHACHE", &["uncache"]), + ("TRAKED", &["tracked"]), + ("APPROXIMED", &["approximated"]), + ("CHACACTERS", &["characters"]), + ("ANKSHIOS", &["anxious"]), + ("CONTAINES", &["contains", "contained", "container"]), + ("ELETRICITY", &["electricity"]), + ("VERTECIES", &["vertices"]), + ("ANMESTY", &["amnesty"]), + ("DISGNS", &["designs"]), + ("COMPAIN", &["complain"]), + ("COMPOSISTION", &["compositions"]), + ("HOSPITIBLE", &["hospitable"]), + ("EXPRESSENS", &["expresses"]), + ("ACCCURATE", &["accurate"]), + ("RESISTENDO", &["resisted"]), + ("NESSECARRY", &["necessary"]), + ("PROFITIABLITY", &["profitability"]), + ("KNOE", &["know"]), + ("REPRESANTATIONAL", &["representational"]), + ("METAPHYSISCH", &["metaphysics"]), + ("NOTITY", &["notify"]), + ("UNPLEASE", &["displease"]), + ("SYNTHSIZE", &["synthesize"]), + ("SCANTUARY", &["sanctuary"]), + ("UNSUBSCRBED", &["unsubscribed"]), + ("UNSPEFICILLIFED", &["unspecified"]), + ("INISIALISE", &["initialise"]), + ("ASSYMPTOTE", &["asymptote"]), + ("SPONTANIOUS", &["spontaneous"]), + ("SIMILARATIES", &["similarities"]), + ("SENITNEL", &["sentinel"]), + ("BOGANVEELIAS", &["bougainvilleas"]), + ("REVOLUITONS", &["revolutions"]), + ("CORPRATION", &["corporation"]), + ("FRAMBUFFER", &["framebuffer"]), + ("PLAGARISIM", &["plagiarism"]), + ("UNDERTAND", &["understand"]), + ("OPERATIONABLE", &["operational"]), + ("MCLAREAN", &["mclaren"]), + ("COUNTERFACT", &["counteract"]), + ("MOUDULES", &["modules"]), + ("TIDIBT", &["tidbit"]), + ("CHECKES", &["checks"]), + ("MANUFACTORERS", &["manufacturers"]), + ("OBJECTIVTY", &["objectivity"]), + ("NOTIFICTATION", &["notification"]), + ("CONVERSELEY", &["conversely"]), + ("SUBLASSE", &["subclasse"]), + ("INVESTIGAITON", &["investigations"]), + ("UNPRECENDENTED", &["unprecedented"]), + ("DELGATION", &["delegation"]), + ("FINSIHING", &["finishing"]), + ("REQUST", &["request"]), + ("INFLITRATE", &["infiltrate"]), + ("MONSTRUOS", &["monstrous"]), + ("INCARSERATED", &["incarcerated"]), + ("INTEREPOLATES", &["interpolates"]), + ("BORGWASY", &["bourgeoisie"]), + ("DYSFUNCION", &["dysfunction"]), + ("COURSEFORK", &["coursework"]), + ("PRIMARILLY", &["primarily"]), + ("INCOMPREHESIBLE", &["incomprehensible"]), + ("REOSURCED", &["resourced"]), + ("PROBABLIES", &["probable"]), + ("MODFIERS", &["modifiers"]), + ("CORPORATOINS", &["corporations"]), + ("ALTHORITHM", &["algorithm"]), + ("ANTALIASING", &["antialiasing"]), + ("QUEUABLE", &["queueable"]), + ("INTERFEARS", &["interferes"]), + ("DIEA", &["idea", "die"]), + ("UNSUPPORT", &["unsupported"]), + ("SURGEY", &["surgery"]), + ("DIAGNOTIC", &["diagnostic"]), + ("INCONSISTENTED", &["inconsistent"]), + ("PERMUTAION", &["permutation"]), + ("RELAGATION", &["relaxation"]), + ("SOORY", &["sorry"]), + ("DESIPITE", &["despite"]), + ("MELODIEUSE", &["melodies"]), + ("ANITBIOTIC", &["antibiotic"]), + ("MARKERTS", &["markers"]), + ("FORMELLY", &["formerly"]), + ("PROTAGONITS", &["protagonists"]), + ("MESURES", &["measures"]), + ("SUBELEMETS", &["subelements"]), + ("PSUDOINVERSE", &["pseudoinverse"]), + ("COALCECE", &["coalescence"]), + ("HOMEPOATHY", &["homeopathy"]), + ("RUNNINT", &["running"]), + ("SYTEM", &["system"]), + ("COLEEGS", &["colleagues"]), + ("CELLABRATIONS", &["celebrations"]), + ("ZUCHEENI", &["zucchini"]), + ("CHARATABLE", &["charitable"]), + ("CONSIDERABLELY", &["considerably"]), + ("DELEGATIE", &["delegate"]), + ("CONFIGRUATIONS", &["configurations"]), + ("FEETS", &["feet", "feats"]), + ("EFFIECNET", &["efficient"]), + ("VERITICAL", &["vertical"]), + ("SIMMETRY", &["symmetry"]), + ("MATIX", &["matrix"]), + ("LANDINGERS", &["landings"]), + ("ABSORBTION", &["absorption"]), + ("ABANDONDING", &["abandoning"]), + ("FOURTIES", &["forties"]), + ("ANCEDOTE", &["anecdote"]), + ("NOTHIGN", &["nothing"]), + ("SATISFACTORLY", &["satisfactory"]), + ("SPECAILIZED", &["specialized"]), + ("ELLOITT", &["elliott"]), + ("CONFIGURAION", &["configuration"]), + ("BLINDY", &["blindly"]), + ("ATHROS", &["atheros"]), + ("DEFELCT", &["deflect"]), + ("DETTACHING", &["detaching"]), + ("BRAKEDOWNS", &["breakdowns"]), + ("HENDERENCE", &["hindrance"]), + ("PROMISCUS", &["promiscuous"]), + ("BYTETREAM", &["bytestream"]), + ("ADHEASIVES", &["adhesives"]), + ("RELEVNT", &["relevant"]), + ("ENCOCDER", &["encoder"]), + ("RECIEPTS", &["receipts"]), + ("SCANDIANVIANS", &["scandinavian"]), + ("ABTRACTING", &["abstracting"]), + ("SWITHCHING", &["switching"]), + ("EVERDAY", &["everyday"]), + ("UNREACAHABLE", &["unreachable"]), + ("ANWEE", &["ennui"]), + ("PALIDANS", &["paladins"]), + ("SUBSYSTYEM", &["subsystem"]), + ("REMOOTE", &["remote"]), + ("PROJECTO", &["projection"]), + ("BENGED", &["binged"]), + ("PROBBALY", &["probably"]), + ("PREPAIRD", &["prepaid"]), + ("TUNGS", &["tongues"]), + ("POSTIONED", &["positioned"]), + ("BACKGORUNDS", &["backgrounds"]), + ("UNREIGSTER", &["unregister"]), + ("PREFICES", &["prefixes"]), + ("BACKNEDS", &["backends"]), + ("ADDIOTIONAL", &["additional"]), + ("VACCUM", &["vacuum"]), + ("FULLFILL", &["fulfill"]), + ("REGUIRED", &["required"]), + ("PRECUATIONS", &["precautions"]), + ("AWMINGS", &["awnings"]), + ("AMOGNST", &["amongst"]), + ("ASSUE", &["assume", "assure"]), + ("NINIMUM", &["minimum"]), + ("MEZMORISING", &["mesmerising"]), + ("DISABILTITIES", &["disabilities"]), + ("BCUCKET", &["bucket"]), + ("APPRECIAT", &["appreciate"]), + ("ANOUNT", &["amount"]), + ("ORGANSIM", &["organism"]), + ("DOUCMENTER", &["documenter"]), + ("NARCISISSTIC", &["narcissistic"]), + ("MANTAINERS", &["maintainers"]), + ("ALGORWWITHMS", &["algorithms"]), + ("ATTCAHED", &["attached"]), + ("SIGNIFIKANT", &["significant"]), + ("TEAPSOON", &["teaspoon"]), + ("COLLEAUGES", &["colleagues"]), + ("DAUGTER", &["daughter"]), + ("DETRMINES", &["determines"]), + ("DESTOYS", &["destroys"]), + ("EXTRAPOLERAT", &["extrapolate"]), + ("VEKTOR", &["vector"]), + ("CHESCKSUMS", &["checksums"]), + ("EXTREAMILY", &["extremely"]), + ("INTEGATED", &["integrated"]), + ("COLORBLEND", &["colorblind"]), + ("DOWNOLOADING", &["downloading"]), + ("APPERCIATED", &["appreciated"]), + ("TRIANS", &["trains"]), + ("HESISTATE", &["hesitate"]), + ("COMPLICAITONS", &["complication"]), + ("APENDIX", &["appendix"]), + ("SUPRISE", &["surprise"]), + ("NEIGHBEORS", &["neighbors"]), + ("CORRISPONDANTS", &["correspondents"]), + ("CLASUES", &["clauses"]), + ("FOLOWIONG", &["following"]), + ("PROGARAMMED", &["programmed"]), + ("INTESTENTS", &["intestines"]), + ("VARIBEL", &["variable"]), + ("BANGLADESCH", &["bangladesh"]), + ("REWATCHIGN", &["rewatching"]), + ("IDEPENDENT", &["independent"]), + ("BULNERABLE", &["vulnerable"]), + ("PARAMETERR", &["parameter"]), + ("COPURIGHTED", &["copyrighted"]), + ("PREVELANCE", &["prevalence"]), + ("EXTRAPOLANT", &["extrapolate"]), + ("GRAPHIE", &["graphite"]), + ("CAHARCTERS", &["characters"]), + ("INTERNATINALLY", &["internationally"]), + ("ABBREVIATON", &["abbreviation"]), + ("RELYABLE", &["reliable"]), + ("UNDERWARE", &["underwear"]), + ("DEPENDNCY", &["dependency"]), + ("EXTRANOUS", &["extraneous"]), + ("BOUNDERIES", &["boundaries"]), + ("CARTIRDGES", &["cartridges"]), + ("HWIHC", &["which"]), + ("FALCONES", &["falcons"]), + ("APOLAGETIC", &["apologetic"]), + ("BISCT", &["bisect"]), + ("DISTURBENCE", &["disturbance"]), + ("PARTIARCHY", &["patriarchy"]), + ("SELECTRION", &["selection"]), + ("ASSUMPATION", &["assumption"]), + ("COHABITATING", &["cohabiting"]), + ("COMPLEXTION", &["complexion"]), + ("PARLAIMENT", &["parliament"]), + ("PEWDER", &["lewder", "pewter", "powder"]), + ("IMPLAUSIBILE", &["implausible"]), + ("LITTIEFINGER", &["littlefinger"]), + ("TRUBBLES", &["troubles"]), + ("EXPRESSINO", &["expression"]), + ("CATGORIES", &["categories"]), + ("BALCK", &["black", "balk"]), + ("AUTHORITATE", &["authoritative"]), + ("JEIRCHO", &["jericho"]), + ("PUMPINKS", &["pumpkins"]), + ("DESCRISE", &["describes"]), + ("DOMISTICATED", &["domesticated"]), + ("JUGGARNAUT", &["juggernaut"]), + ("EXPLOINT", &["exploit"]), + ("CIRCUNSTANCES", &["circumstances"]), + ("NICKMANE", &["nickname"]), + ("DESCIRIBING", &["describing"]), + ("PARETNS", &["parents"]), + ("DISCCONECTIONS", &["disconnections"]), + ("STANDRAT", &["standard"]), + ("FUNDAMENTALISTISCH", &["fundamentalists"]), + ("MOUNMENT", &["monument"]), + ("INVERAL", &["interval"]), + ("ENABLEN", &["enabled"]), + ("GOIN", &["going"]), + ("SCULTPURE", &["sculpture"]), + ("APPROVEMENT", &["approval"]), + ("TREAUSRE", &["treasure"]), + ("CIRITICS", &["critics"]), + ("LIGHHTNING", &["lightening"]), + ("SYNCHONIZATION", &["synchronization"]), + ("STICHTED", &["stitched"]), + ("GUARNTEING", &["guaranteeing"]), + ("REQRITES", &["rewrites"]), + ("OPPORTUNTY", &["opportunity"]), + ("LARWENCE", &["lawrence"]), + ("SUNIFRE", &["sunfire"]), + ("PARAMERTERS", &["parameters"]), + ("CONDFIGURATIONS", &["configurations"]), + ("CONSTRAUCTS", &["constructs"]), + ("ATTRIBUES", &["attributes"]), + ("ZEPPLIEN", &["zeppelin"]), + ("APRECIATIVE", &["appreciative"]), + ("NECKBEARDOS", &["neckbeards"]), + ("PAREMTERS", &["parameters"]), + ("RENEGOTIBLE", &["renegotiable"]), + ("SUBSTANTIES", &["substantive"]), + ("RECULRIVELY", &["recursively"]), + ("CLINICOS", &["clinics"]), + ("COMPLIER", &["compiler"]), + ("SPEFCIFIC", &["specific"]), + ("PEPPEROCINI", &["pepperoni"]), + ("BORKEN", &["broken"]), + ("BELIVABLE", &["believable"]), + ("LANUCHER", &["launcher"]), + ("WRESSELING", &["wrestling"]), + ("DEREFERENCCED", &["dereferenced"]), + ("DEBUFFFS", &["debuffs"]), + ("BOUNNDARY", &["boundary"]), + ("DERECTORY", &["directory"]), + ("CHILDRENDS", &["childrens"]), + ("ORIGN", &["origin"]), + ("OMITABLE", &["omittable"]), + ("ARGUMNET", &["argument"]), + ("REPRESENSTS", &["represents"]), + ("DISRIMINATOR", &["discriminator"]), + ("PRESENTAION", &["presentation"]), + ("TATTOOOS", &["tattoos"]), + ("BOUNUS", &["bonus"]), + ("ARBITRALRY", &["arbitrary"]), + ("UNALIGED", &["unaligned"]), + ("SOMETHIUNG", &["something"]), + ("REMEMORED", &["remembered"]), + ("DELIVERATELY", &["deliberately"]), + ("COMPONEENT", &["component"]), + ("REINSTALING", &["reinstalling"]), + ("STUPITIDY", &["stupidity"]), + ("ICEFRONG", &["icefrog"]), + ("FRAMWORK", &["framework"]), + ("UNDESIREABLE", &["undesirable"]), + ("DECRIBE", &["describe"]), + ("UNDERLFOWING", &["underflowing"]), + ("CANCLED", &["canceled"]), + ("INOBTRUSIVE", &["unobtrusive"]), + ("REVIWING", &["reviewing"]), + ("DESINGNS", &["designs"]), + ("APPRECIATIONG", &["appreciating"]), + ("CONVERVATISM", &["conservatism"]), + ("DISCCONECCTIONS", &["disconnections"]), + ("DECORATORED", &["decorated"]), + ("COUNTRYING", &["countering"]), + ("CONTRSTED", &["contrasted"]), + ("PATETHIC", &["pathetic"]), + ("INSTALES", &["installs"]), + ("HAIRCUIT", &["haircut"]), + ("ISOLATIE", &["isolate"]), + ("WALLPAPR", &["wallpapers"]), + ("PREPROCESING", &["preprocessing"]), + ("FORR", &["for"]), + ("DICTIONAIRES", &["dictionaries"]), + ("MASTURBATIN", &["masturbation"]), + ("RELAEASE", &["release"]), + ("COMPRESION", &["compression"]), + ("INTERACIVELY", &["interactively"]), + ("HEALT", &["health"]), + ("SPSACES", &["spaces"]), + ("CALBIRATOR", &["calibrator"]), + ("RAINBOWERS", &["rainbows"]), + ("GREATFULL", &["grateful", "gratefully"]), + ("EXCEOPT", &["exempt"]), + ("ANTIBIODICS", &["antibiotics"]), + ("WOLLOWING", &["following", "wallowing"]), + ("EXECUTD", &["executed"]), + ("ATTRUBYTES", &["attributes"]), + ("INNOVATIN", &["innovations"]), + ("SMOVE", &["move"]), + ("OMNIVEROUS", &["omnivorous"]), + ("MILETSONES", &["milestones"]), + ("MOTHING", &["nothing"]), + ("VIZUALISE", &["visualise"]), + ("CONVENIENTE", &["convenience"]), + ("SOOVINEER", &["souvenir"]), + ("CLASSIFICATO", &["classification"]), + ( + "TRALED", + &[ + "traced", "traded", "trailed", "traveled", "trawled", "trialed", + ], + ), + ("DEFAIL", &["detail"]), + ("RENEGOGTIABLE", &["renegotiable"]), + ("ADAPER", &["adapter"]), + ("QUANTITE", &["quantities"]), + ("MAINTENAING", &["maintaining"]), + ("USUER", &["user"]), + ("ENTHUSIANT", &["enthusiast"]), + ("EUTHANESIA", &["euthanasia"]), + ("SUBSTITUATIONS", &["substitutions"]), + ("WHLCH", &["which"]), + ("PRIMTIVES", &["primitives"]), + ("COMEDLIB", &["comedilib"]), + ("UNTINTUITIVE", &["unintuitive"]), + ("MIGITATE", &["mitigate"]), + ("EXTREEM", &["extreme"]), + ("AMOUNDS", &["amounts"]), + ("EXAPND", &["expand"]), + ("NEGOTITAED", &["negotiated"]), + ("THERMODYNANICS", &["thermodynamics"]), + ("APPERARANCES", &["appearances"]), + ("POSTGRSQL", &["postgresql"]), + ("CIRUCULAR", &["circular"]), + ("EXCPETIONALLY", &["exceptionally"]), + ("CONFITURATION", &["configuration"]), + ("CORESSPONDING", &["corresponding"]), + ("CAPITOLISTS", &["capitalists"]), + ("INCLINAISON", &["inclination"]), + ("DATATSET", &["dataset"]), + ("RENEGOATIATIONS", &["renegotiations"]), + ("LACKERES", &["lacquers"]), + ("VOLENTIERS", &["volunteers"]), + ("PARALELISM", &["parallelism"]), + ("DECRIPTION", &["description", "decryption"]), + ("PUINSHER", &["punisher"]), + ("PTTING", &["putting", "pitting"]), + ("FATC", &["fact"]), + ("PICHES", &["pinches", "pitches"]), + ("INVINCINBLE", &["invincible"]), + ("NESSECCARILY", &["necessarily"]), + ("ROBUSTNES", &["robustness"]), + ("EXPERIMINTELLY", &["experimentally"]), + ("TORTILLIA", &["tortilla"]), + ("BOTTM", &["bottom"]), + ("SKELETONES", &["skeletons"]), + ("CARDBOAD", &["cardboard"]), + ("JOURNALISTISK", &["journalists"]), + ("UNCHAGED", &["unchanged"]), + ("MESSAAGE", &["message"]), + ("TANSLATES", &["translates"]), + ("COMPOSITONS", &["compositions"]), + ("COMBIND", &["combined"]), + ("UNCERSORED", &["uncensored"]), + ("PROBABILITIC", &["probabilistic"]), + ("VICTUM", &["victim"]), + ("VOLATILTIY", &["volatility"]), + ("DOUB", &["doubt", "daub"]), + ("TCPDUMPP", &["tcpdump"]), + ("POPULR", &["popular"]), + ("BUIDLERS", &["builders"]), + ("REVOLUTIONERS", &["revolutions"]), + ("PICHING", &["picking", "pinching", "pitching"]), + ("ASSMEBLY", &["assembly"]), + ("ACADEMCIALLY", &["academically"]), + ("SESITIVELY", &["sensitively"]), + ("HUMITIDY", &["humidity"]), + ("INITIALYZING", &["initializing"]), + ("TEMPRARARILY", &["temporarily"]), + ("MININIZING", &["minimizing"]), + ("DISSSEMBLY", &["disassembly"]), + ("NOBADY", &["nobody"]), + ("CACLUATION", &["calculation"]), + ("ESIMATIONS", &["estimations"]), + ("DEPSOIT", &["deposit"]), + ("DECRMENTED", &["decremented"]), + ("COPUTER", &["computer"]), + ("COMENSURATE", &["commensurate"]), + ("EHOUGH", &["enough"]), + ("COORDENATE", &["coordinate"]), + ("CONPILERS", &["compilers"]), + ("STREMA", &["stream"]), + ("ASSSIT", &["assist"]), + ("SUFICATED", &["suffocated"]), + ("COMPULSIVLEY", &["compulsive"]), + ("CONCHUS", &["conscious"]), + ("HAVEA", &["have"]), + ("EXPANDIBILITY", &["expandability"]), + ("FAILUERS", &["failures"]), + ("INTPRETER", &["interpreter"]), + ("DISILLISIONED", &["disillusioned"]), + ("REUQUEST", &["request"]), + ("THROIUM", &["thorium"]), + ("RETIREVER", &["retriever"]), + ("PROPERTU", &["property"]), + ("INVLOVES", &["involves"]), + ("COINCIDENTE", &["coincidence"]), + ("MAINTAINABLITY", &["maintainability"]), + ("DISSCOVERY", &["discovery"]), + ("PROGERSSION", &["progressions"]), + ("TRANSLATOIN", &["translation"]), + ("RESENTLY", &["recently"]), + ("OVERRIABLED", &["overridable"]), + ("INITIALY", &["initially"]), + ("COMDEMNATION", &["condemnation"]), + ("REMMEBER", &["remember"]), + ("PERFORED", &["performed"]), + ("ACCELERTE", &["accelerate"]), + ("ALEVIATES", &["alleviates"]), + ("PRECISELLY", &["precisely"]), + ("NIGHTLCUB", &["nightclub"]), + ("SCARMBLING", &["scrambling"]), + ("WORKAORUNDS", &["workarounds"]), + ("STRICLTY", &["strictly"]), + ("SYRINGAE", &["syringe"]), + ("DISPENCE", &["dispense"]), + ("ACQUITED", &["acquitted"]), + ("IMPLEMENTATOIN", &["implementation"]), + ("OPENION", &["opinion"]), + ("REMANNT", &["remnant"]), + ("PRIVELEGES", &["privileges"]), + ("MUCNHIES", &["munchies"]), + ("EXPERIMANT", &["experiment"]), + ("INITAILIZE", &["initialize"]), + ("WHER", &["where", "were"]), + ("SCRIIPTING", &["scripting"]), + ("GRAVITATIE", &["gravitate"]), + ("CUZTOMIZES", &["customizes"]), + ("RAEDS", &["reads"]), + ("COMMPRESSD", &["compressed"]), + ("CHARCTORS", &["characters"]), + ("ARBITRATILY", &["arbitrarily"]), + ("PALYTHROUGHS", &["playthroughs"]), + ("CARCAS", &["carcass", "caracas"]), + ("TIMESAMP", &["timestamp"]), + ("REFERNCED", &["referenced"]), + ("CTEATER", &["creator"]), + ("TAXANOMY", &["taxonomy"]), + ("MANIPUTOR", &["manipulator"]), + ("ELOQUANTLY", &["eloquently"]), + ("EXEPCTED", &["expected"]), + ("OFFICEALY", &["officially"]), + ("ATTRIBUITION", &["attribution"]), + ("UNAWNSERED", &["unanswered"]), + ("AMBUGUITY", &["ambiguity"]), + ("MASTURBAING", &["masturbating"]), + ("HALFIAX", &["halifax"]), + ("PROCESSOS", &["processors"]), + ("CILINCERS", &["cylinders", "silencers"]), + ("ACOORDINGLY", &["accordingly"]), + ("ENROLLEMENT", &["enrollment"]), + ("BELIEFABLE", &["believable"]), + ("SUBROUTIES", &["subroutines"]), + ("INTERRACTIVE", &["interactive"]), + ("INSTEADING", &["instead"]), + ("AUTONEGOATIATION", &["autonegotiation"]), + ("NAVTIVE", &["native"]), + ("SPECIDIC", &["specific"]), + ("BATTLESCAR", &["battlestar"]), + ("OFFEREING", &["offering"]), + ("OCCUCENCE", &["occurrence"]), + ("IMCOMING", &["incoming"]), + ("GAGDETS", &["gadgets"]), + ("INSPERATIONAL", &["inspirational"]), + ("DISSCUSSES", &["discusses"]), + ("RACTISE", &["practise"]), + ("UNCEHCK", &["uncheck"]), + ("CONNECTIBITY", &["connectivity"]), + ("COMPATIBILE", &["compatible"]), + ("JUSTIFICAITON", &["justification"]), + ("SUBSTITUDED", &["substituted"]), + ("PROGARAMMATICALLY", &["programmatically"]), + ("SUBSCRIBTION", &["subscription"]), + ("ANIHILATION", &["annihilation"]), + ("CONQURE", &["conquer"]), + ("TEH", &["the"]), + ("COEFFICIENS", &["coefficients"]), + ("SUBTITUTION", &["substitution"]), + ("AUSTRALIEN", &["australian"]), + ("INTERROGATIVO", &["interrogation"]), + ("PARIA", &["pariah", "parka"]), + ("EPITOMIE", &["epitome"]), + ("CATCHI", &["catch"]), + ("UNIQUELLY", &["uniquely"]), + ("CANNIBALLISM", &["cannibalism"]), + ("GLOASSARIES", &["glossaries"]), + ("MEDITERRANEN", &["mediterranean"]), + ("SUCCEDDING", &["succeeding"]), + ("ADVANTAGIOUS", &["advantageous"]), + ("ALIGNMANT", &["alignment"]), + ("PROGRAMMIGN", &["programming"]), + ("INNERSTELLAR", &["interstellar"]), + ("FOTOGRAPHY", &["photography"]), + ("EXPANTION", &["expansion"]), + ("IRRESPONSBILE", &["irresponsible"]), + ("INTERVIES", &["interviews"]), + ("ORGANIZUJE", &["organize"]), + ("INCREDIABLY", &["incredibly"]), + ("TEETOTLERS", &["teetotalers"]), + ("MILAWUKEE", &["milwaukee"]), + ("EVAULUATED", &["evaluated"]), + ("PREPERATION", &["preparation"]), + ("ASSUPMTION", &["assumptions"]), + ("STUTTERRING", &["stuttering"]), + ("TRAK", &["track"]), + ("ADDRERSSED", &["addressed"]), + ("MYSTERISE", &["mysteries"]), + ("PSCYHIATRISTS", &["psychiatrists"]), + ("CONDRADICTED", &["contradicted"]), + ("CURREMT", &["current"]), + ("INTRUDUCED", &["introduced"]), + ("UNFARILY", &["unfairly"]), + ("PAKISTAIN", &["pakistani"]), + ("COMPTUERS", &["computers"]), + ("CAFAYS", &["cafes"]), + ("COSTUMIZE", &["customize"]), + ("DUPLAICATED", &["duplicated"]), + ("COMBATABTS", &["combatants"]), + ("SPEFCIFIY", &["specify"]), + ("FUTURISTC", &["futuristic"]), + ("PERSITED", &["persisted"]), + ("REQUESED", &["requested"]), + ("DISRPUTING", &["disrupting"]), + ("LITHUAINA", &["lithuania"]), + ("EVREYTIME", &["everytime"]), + ("FORCEFULY", &["forcefully"]), + ("ALGORIGHTMIC", &["algorithmic"]), + ("RESOOURCED", &["resourced"]), + ("PENULTIMANTE", &["penultimate"]), + ("SUBSITUTE", &["substitute"]), + ("EPMTY", &["empty"]), + ("CONSTUCTED", &["constructed"]), + ("BOODA", &["buddha"]), + ("ANLAYTICS", &["analytics"]), + ("GLORIUOS", &["glorious"]), + ("TEKSTS", &["texts"]), + ("PREVISOU", &["previous"]), + ("CERBURES", &["cerberus"]), + ("POSSABLE", &["possible"]), + ("STRENGH", &["strength"]), + ("DISCEPLINE", &["discipline"]), + ("PACIFICTS", &["pacifist"]), + ("INDIVIDUS", &["individuals"]), + ("WIRTING", &["writing"]), + ("OOUR", &["our"]), + ("FOLLIWINWG", &["following"]), + ("COMAPARE", &["compare"]), + ("REVERIBLE", &["reversible"]), + ("DISREPSECTING", &["disrespecting"]), + ("SEBSATIAN", &["sebastian"]), + ("NEUMONICALLY", &["mnemonically"]), + ("CLOACK", &["cloak"]), + ("WHIHC", &["which"]), + ("MOTHEBROARD", &["motherboards"]), + ("SIMPLICIFACTION", &["simplification"]), + ("SURBERT", &["sherbert"]), + ("RENEGOTHIATED", &["renegotiated"]), + ("NEIGHROR", &["neighbor"]), + ("IMMOBILIE", &["immobile"]), + ("ABUDANCE", &["abundance"]), + ("DEFAULRTS", &["defaults"]), + ("STATEMNT", &["statement"]), + ("INTERESTE", &["interested"]), + ("ALLLOCATE", &["allocate"]), + ("CHARECTERISTICS", &["characteristics"]), + ("REQUIED", &["required"]), + ("RESISTENCES", &["resistances"]), + ("SYNTAKT", &["syntax"]), + ("COMPLEETLY", &["completely"]), + ("REPOTER", &["reporter"]), + ("CONTRAVEINING", &["contravening"]), + ("MUSSIL", &["muscle", "mussel"]), + ("UNRECOCNIZED", &["unrecognized"]), + ("NEWMONECTOMIES", &["pneumonectomies"]), + ("ARBITORS", &["arbiters", "arbitrators"]), + ("BECHMARKED", &["benchmarked"]), + ("PROSTERITY", &["prosperity"]), + ("ORGANISIM", &["organism"]), + ("MANIFESO", &["manifesto"]), + ("REDICT", &["redirect"]), + ("HERAT", &["heart"]), + ("AWRNINGS", &["warnings"]), + ("REDUNDENT", &["redundant"]), + ("INSTALLE", &["installer", "installed", "install"]), + ("PREMATURLY", &["prematurely"]), + ("SYSAMDIN", &["sysadmin"]), + ("SECOUNDARY", &["secondary"]), + ("CUREV", &["curve"]), + ("WITN", &["with"]), + ("NOTIFCATION", &["notification"]), + ("COMPANSATE", &["compensate"]), + ("DEREFERNCE", &["dereference"]), + ("RENEGOTHIATING", &["renegotiating"]), + ("MONOCRHOME", &["monochrome"]), + ("VIRTURAL", &["virtual"]), + ("INIECTION", &["injection"]), + ("CONPENSATING", &["compensating"]), + ("TESSLEATOR", &["tessellator"]), + ("CONSULTAION", &["consultation"]), + ("SACRIFACING", &["sacrificing"]), + ("PHILOSOPHYCAL", &["philosophically"]), + ("LITARALLY", &["literally"]), + ("SHAPSHOTS", &["snapshots"]), + ("ENTIES", &["entries"]), + ("AMEELARATOR", &["ameliorator"]), + ("SHRILEY", &["shirley"]), + ("EXPERMINENTATION", &["experimentation"]), + ("EIGHTER", &["either"]), + ("RIDICULLED", &["ridicule"]), + ("BOUCED", &["bounced"]), + ("GEOGRPAHY", &["geography"]), + ("ALUE", &["value"]), + ("EVALUTAOR", &["evaluator"]), + ("OBLITERADED", &["obliterated"]), + ("SUPPURTER", &["supporter"]), + ("OPTIONALLIY", &["optionally"]), + ("ENBRACING", &["embracing"]), + ("DECRIPTIVE", &["descriptive"]), + ("CURISERS", &["cruisers"]), + ("NECSSARILY", &["necessarily"]), + ("COMPETETED", &["competed"]), + ("HABBITS", &["habits"]), + ("INCURRS", &["incurs"]), + ("OFFSETT", &["offset"]), + ("SIMPOSN", &["simpson"]), + ("REVEIVED", &["received"]), + ("GLORIFIERAD", &["glorified"]), + ("EXPODENTIAL", &["exponential"]), + ("ACCESSIBILY", &["accessibility"]), + ("UNDESTRUCTIBLE", &["indestructible"]), + ("ENEVLOPE", &["envelope"]), + ("RECONECTION", &["reconnection"]), + ("GOBLINGS", &["goblins"]), + ("PROSTETUTION", &["prostitution"]), + ("SCTIPT", &["script"]), + ("ARGUMANTS", &["arguments"]), + ("SUFOCATING", &["suffocating"]), + ("EXTRATES", &["extracts"]), + ("RECCOMMENDATIONS", &["recommendations"]), + ("ENOUGHT", &["enough"]), + ("CONSIDERAS", &["considers"]), + ("EVRYWHERE", &["everywhere"]), + ("NEIGBOURS", &["neighbours"]), + ("MAINTANENCE", &["maintenance"]), + ("EXPEREMENT", &["experiment"]), + ("ABSOLIUTE", &["absolute"]), + ("ENTERIES", &["entries"]), + ("RECIPEES", &["recipes"]), + ("ABOSRBS", &["absorbs"]), + ("DEREFERENCCES", &["dereferences"]), + ("PROMISCUIOUS", &["promiscuous"]), + ("INCONPREHENSIBLE", &["incomprehensible"]), + ("ORGANICALY", &["organically"]), + ("RENEGOCIATIONS", &["renegotiations"]), + ("SPORANOS", &["sopranos"]), + ("BROWSWED", &["browsed"]), + ("DESOGNING", &["designing"]), + ("DEMONISHED", &["demolished"]), + ("HANDEL", &["handle"]), + ("POPLUATIONS", &["populations"]), + ("MAIBE", &["maybe"]), + ("MATHCMAKING", &["matchmaking"]), + ("HESTIANT", &["hesitant"]), + ("DEPLYOING", &["deploying"]), + ("SQUIRTEL", &["squirtle"]), + ("SCTION", &["section", "suction"]), + ("DETETING", &["detecting", "deleting"]), + ("HEADQUARTES", &["headquarters"]), + ("PROTRAY", &["portray"]), + ("UNBAREABLE", &["unbearable"]), + ("EMUATION", &["emulation"]), + ("LINGUISTISCH", &["linguistics"]), + ("UPLAODERS", &["uploaders"]), + ("BATHROM", &["bathroom"]), + ("AUTORITY", &["authority"]), + ("WNATS", &["wants"]), + ("EXPERIMETENTAL", &["experimental"]), + ("COMMADS", &["commands"]), + ("INPSECTOR", &["inspector"]), + ("WRAAPPS", &["wraps"]), + ("DIRECCTORYS", &["directories"]), + ("DELCARED", &["declared"]), + ("ARTIFICIALY", &["artificially"]), + ("COMNPRESION", &["compression"]), + ("MONOPOPLY", &["monopoly"]), + ("EDITIING", &["editing"]), + ("RECOMMONDATION", &["recommendation"]), + ("NUBMERS", &["numbers"]), + ("INTANCES", &["instances"]), + ("DOSUMENT", &["document"]), + ("INTELECTUAL", &["intellectual"]), + ("NUSIANCE", &["nuisance"]), + ("INTERGRATES", &["integrates"]), + ("WARNINIGS", &["warnings"]), + ("STEGNOGRAPHIC", &["steganographic"]), + ("HIGHLOADER", &["highlander"]), + ("DIRECLTY", &["directly"]), + ("EXCLUSIVILY", &["exclusivity"]), + ("INCOPRORATE", &["incorporate"]), + ("ASKIGN", &["asking"]), + ("NOTIFIFATIONS", &["notifications"]), + ("QUADROOPLED", &["quadrupled"]), + ("NEGOTATIATOR", &["negotiator"]), + ("SNAPSNOTS", &["snapshots"]), + ("PACH", &["patch", "path"]), + ("CARBOHIDRATES", &["carbohydrates"]), + ("PROSTITUTIN", &["prostitution"]), + ("EXPETIMENTER", &["experimenter"]), + ("IGNORTIG", &["ignoring"]), + ("ORCESTRATED", &["orchestrated"]), + ("PRETENSIOUS", &["pretentious"]), + ("ACCECPT", &["accept"]), + ("CASHIERES", &["cashiers"]), + ("MINITATURE", &["miniature"]), + ("ICREMENTING", &["incrementing"]), + ("REFURES", &["refuses"]), + ("EVREYONES", &["everyones"]), + ("HLEP", &["help"]), + ("VULNREABILITIES", &["vulnerabilities"]), + ("BLOKS", &["blocks", "blokes"]), + ("IMPLMEENTATION", &["implementation"]), + ("COOLDWONS", &["cooldowns"]), + ("BENCKMARKS", &["benchmarks"]), + ("AQUADUCT", &["aqueduct"]), + ("DEPSAWN", &["despawn"]), + ("JUXTIFIED", &["justified"]), + ("REGISTE", &["register"]), + ("DISSOBEDIANT", &["disobedient"]), + ("OUTNUNBERED", &["outnumbered"]), + ("IETHER", &["either"]), + ("PLALFORM", &["platform"]), + ("ASSASINED", &["assassinated"]), + ("CLOSIG", &["closing"]), + ("TRASNFERRING", &["transferring"]), + ("FOLLWOWIND", &["following"]), + ("SENSITITIVIES", &["sensitivities"]), + ("FORMEN", &["foremen"]), + ("LIBRRARY", &["library"]), + ("POROTOCOLS", &["protocols"]), + ("OPIMIZED", &["optimized"]), + ("UPGADED", &["upgraded"]), + ("CONFIGURATIOM", &["configuration"]), + ("NECKBEAD", &["neckbeard"]), + ("TRIGGERES", &["triggers"]), + ("COCKAROCHES", &["cockroaches"]), + ("SIGRYNGES", &["syringes"]), + ("CONSTUCTERS", &["constructors"]), + ("UNDERUNS", &["underruns"]), + ("COYP", &["copy"]), + ("IGORE", &["ignore"]), + ("ASBESTOAST", &["asbestos"]), + ("INVICINBLE", &["invincible"]), + ("ENHANCMENTS", &["enhancements"]), + ("COMPRESSD", &["compressed"]), + ("PIPILINES", &["pipelines"]), + ("CONSTANLY", &["constantly"]), + ("NOVMEBER", &["november"]), + ("IMEADIATLY", &["immediately"]), + ("ENUMRATES", &["enumerates"]), + ("ALGORITHIMICAL", &["algorithmic", "algorithmically"]), + ("REGUARLIZER", &["regularizer"]), + ("USSES", &["uses"]), + ("COMMPATIBLE", &["compatible"]), + ("MOVEMNTS", &["movements"]), + ("MERECAT", &["meerkat"]), + ("READIBLE", &["readable"]), + ("BLANCING", &["balancing", "glancing", "lancing"]), + ("SOURROUNDING", &["surrounding"]), + ("COLOMBINA", &["colombia"]), + ("BRUTALY", &["brutally"]), + ("DIACIRITC", &["diacritic"]), + ("OWNERHSIP", &["ownership"]), + ("DIRECTRY", &["directory"]), + ("COMPLANE", &["complacent"]), + ("IMPOSSIBEL", &["impossibly"]), + ("EXTENDSIONS", &["extensions"]), + ("CALLIBRATED", &["calibrated"]), + ("TRANSOFRMATIONS", &["transformations"]), + ("REMINSCENTLY", &["reminiscently"]), + ("GOALKEAPER", &["goalkeeper"]), + ("MICROTRANSATIONS", &["microtransactions"]), + ("COOEFFICIENTS", &["coefficients"]), + ("INTERPERTED", &["interpreted"]), + ("CONCATANETE", &["concatenate"]), + ("IMPORVEMENTS", &["improvements"]), + ("RACISST", &["racists"]), + ("ADDITIVLEY", &["additive"]), + ("UNHAPPPY", &["unhappy"]), + ("INCREDIABLE", &["incredible"]), + ("PREMISSION", &["permission"]), + ("SUBSTITTUE", &["substitutes"]), + ("THOUROGH", &["thorough"]), + ("KEWORDS", &["keywords"]), + ("BROTHERWOOD", &["brotherhood"]), + ("SETTELMENTS", &["settlements"]), + ("LECTEURS", &["lectures"]), + ("PALESTINANS", &["palestinians"]), + ("APRETEATE", &["appreciate"]), + ("MURDERERD", &["murdered"]), + ("PARAMETETRIZED", &["parameterized"]), + ("VAROUSLY", &["variously"]), + ("APPRETIATION", &["appreciation"]), + ("DISTIBUTION", &["distribution"]), + ("SYLABUS", &["syllabus"]), + ("MEMERSHIPS", &["memberships"]), + ("STANDARISE", &["standardise"]), + ("MISUNDERSTANGING", &["misunderstandings"]), + ("INTERPRETE", &["interpret"]), + ("EXCHAGNES", &["exchanges"]), + ("AMACINGLY", &["amazingly"]), + ("UNIQUINESS", &["uniqueness"]), + ("TRIGGGER", &["trigger"]), + ("SUPPIER", &["supplier"]), + ("NAIBORLY", &["neighborly"]), + ("SPECIFICATONS", &["specifications"]), + ("THEVES", &["thieves"]), + ("BRUSIED", &["bruised"]), + ("FORGOTEN", &["forgotten"]), + ("NOJIFICATIONS", &["notifications"]), + ("EUMERATION", &["enumeration"]), + ("EXPERMENETER", &["experimenter"]), + ("APRETURE", &["aperture"]), + ("PINCHER", &["pinscher"]), + ("EVESDROPS", &["eavesdrops"]), + ("NATIONAAL", &["national"]), + ("INTIMITATION", &["intimidation"]), + ("OBEJCT", &["object"]), + ("ORAGNIZER", &["organizer"]), + ("ISTENER", &["listener"]), + ("GLYSERIN", &["glycerin"]), + ("ARMONIC", &["harmonic"]), + ("AREALDY", &["already"]), + ("COLLABARATE", &["collaborate"]), + ("SACALAR", &["scalar"]), + ("VERSATEL", &["versatile"]), + ("EGALS", &["equals"]), + ("PEAPLES", &["peoples"]), + ("HARRAS", &["harass"]), + ("EPXLICIT", &["explicit"]), + ("FRAMWD", &["framed"]), + ("EMBEDEDDED", &["embedded"]), + ("REVIEWD", &["reviewed"]), + ("SUPERMAKET", &["supermarket"]), + ("INCLINCE", &["incline"]), + ("UNREPETENT", &["unrepentant"]), + ("DORDER", &["order", "disorder"]), + ("TARGED", &["target"]), + ("ANBD", &["and"]), + ("GUARENTEEDED", &["guaranteed"]), + ("INDULGUE", &["indulge"]), + ("CATAGORI", &["category"]), + ("LANGUAQE", &["language"]), + ("SCULPTER", &["sculpture", "sculptor"]), + ("COSTOMIZATION", &["customization"]), + ("OPPERATION", &["operation"]), + ("IGNORGS", &["ignores"]), + ("TROGLADITE", &["troglodyte"]), + ("PRECEED", &["precede", "proceed"]), + ("LIEVED", &["lived"]), + ("DOESING", &["doing", "does", "dosing", "dozing"]), + ("DESCRIONT", &["description"]), + ("DEVIDES", &["divides", "devices"]), + ("ASSISTSNT", &["assistants"]), + ("PROSPHETIC", &["prosthetic"]), + ("COSTUMARY", &["customary"]), + ("EXPLINATORY", &["explanatory"]), + ("IMPLEMENTATINS", &["implementations"]), + ("SEPERATAED", &["separated"]), + ("DIREECTLY", &["directly"]), + ("PRIORTIZE", &["prioritize"]), + ("DEFENATELY", &["definitely"]), + ("SKATEING", &["skating"]), + ("DESKOP", &["desktop"]), + ("REFFERED", &["referred"]), + ("JUSRIDICTION", &["jurisdiction"]), + ("OFISIANADO", &["aficionado"]), + ("EXPERIMETENTATION", &["experimentation"]), + ("ARRRIVE", &["arrive"]), + ("COMPARISION", &["comparison"]), + ("COPEHNAGEN", &["copenhagen"]), + ("ACCLERATES", &["accelerates"]), + ("APRECIATION", &["appreciation"]), + ("CONSTRANTS", &["constraints"]), + ("ASSEMBLYING", &["assembling"]), + ("HYPOTESIS", &["hypothesis"]), + ("SANTUROM", &["santorum"]), + ("CONSUMIRSE", &["consumerism"]), + ("PASSERBYS", &["passersby"]), + ("DYNMICS", &["dynamics"]), + ("DICHOMOTY", &["dichotomy"]), + ("RECCONECTS", &["reconnects"]), + ("ALLOCAGTOR", &["allocator"]), + ("DINASOURS", &["dinosaurs"]), + ("INCOPORATE", &["incorporate"]), + ("ZOINIST", &["zionist"]), + ("INSTLALED", &["installed"]), + ("HYSTARICALLY", &["hysterically"]), + ("ADMINISTRATIVNE", &["administrative"]), + ("PREDUJICES", &["prejudices"]), + ("EXPANSHION", &["expansion"]), + ("EMMITTING", &["emitting"]), + ("ASEMBLER", &["assembler"]), + ("POMEGRENATE", &["pomegranate"]), + ("AUTHERIZATION", &["authorization"]), + ("CERTIANTY", &["certainty"]), + ("FARSES", &["farces"]), + ("CHANAGER", &["changer"]), + ("ENCAPSULTIONS", &["encapsulations"]), + ("IMPOROVES", &["improves"]), + ("STUDIOES", &["studios"]), + ("PREVIUSLY", &["previously"]), + ("CONFISE", &["confines"]), + ("GEENRATIONAL", &["generational"]), + ("DEPENDENCT", &["dependent"]), + ("DISTRUBITING", &["distributing"]), + ("INCARNACION", &["incarnation"]), + ("PAROKEEL", &["parochial"]), + ("EXTRAORDINAIR", &["extraordinary"]), + ("INTRICASIES", &["intricacies"]), + ("ULTERATION", &["alteration"]), + ("DECOSER", &["decoder"]), + ("MINIFYS", &["minifies"]), + ("PEREPTUALLY", &["perpetually"]), + ("DISICPLINES", &["disciplines"]), + ("RENEGOPTIONSOTIATE", &["renegotiate"]), + ("CHARSIMATIC", &["charismatic"]), + ("UNSPEFICIALLIFED", &["unspecified"]), + ("ELEMENET", &["element"]), + ("OPTIMICED", &["optimised", "optimized"]), + ("CHUNAKS", &["chunks"]), + ("OPPORTUNISTLY", &["opportunistically"]), + ("IMPRESONATING", &["impersonating"]), + ("DISILLATION", &["distillation"]), + ("SEPCIALLY", &["specially"]), + ("DISSASEMBLER", &["disassembler"]), + ("EXCELERATES", &["accelerates"]), + ("PERSEPCTIVES", &["perspectives"]), + ("INCOPORATING", &["incorporating"]), + ("EUROPIAN", &["european"]), + ("RECIPROCE", &["reciprocate"]), + ("ITNERNAL", &["internal"]), + ("REFEREDE", &["referee"]), + ("CONVERSATOIN", &["conversations"]), + ("INTEPRETATIONS", &["interpretations"]), + ("PRFERABLE", &["preferable"]), + ("AGUMENTS", &["arguments"]), + ("SUFFIC", &["suffix"]), + ("ACOPALYPSE", &["apocalypse"]), + ("EXERCIESES", &["exercises"]), + ("SERCHING", &["searching"]), + ("PARANETERIZED", &["parameterized"]), + ("ALGOTHITM", &["algorithm"]), + ("HSITORIANS", &["historians"]), + ("EXPESSIVE", &["expressive"]), + ("DECICES", &["decides"]), + ("CRITICISN", &["criticising"]), + ("NEIGHBEURHOODING", &["neighbouring"]), + ("POENIS", &["penis"]), + ("YOYU", &["you"]), + ("COMRESSION", &["compression"]), + ("EQUILIBIUM", &["equilibrium"]), + ("RESCHDULE", &["reschedule"]), + ("LIZENS", &["license"]), + ("UNTILS", &["until", "utils"]), + ("BETTWEEN", &["between"]), + ("ANITALIASING", &["antialiasing"]), + ("ECOGNIZED", &["recognized"]), + ("SPECIFICALLLY", &["specifically"]), + ("AGNOSTICIM", &["agnosticism"]), + ("CORRESPOD", &["correspond"]), + ("NOICE", &["noise", "nice", "notice"]), + ("PROCESSEED", &["processed"]), + ("MANUPILATIONS", &["manipulations"]), + ("VULBERABULE", &["vulnerable"]), + ("DEPERECATED", &["deprecated"]), + ("IMPROOFMENT", &["improvement"]), + ("OFFISIANADOS", &["aficionados"]), + ("DISLPAY", &["display"]), + ("DESCRIMINATOR", &["discriminator"]), + ("LOUISVIILE", &["louisville"]), + ("CIRQUIT", &["circuit"]), + ("SENTINENTS", &["sentiments"]), + ("COMPERHENSION", &["comprehension"]), + ("EPTIER", &["emptier"]), + ("DEVFINED", &["defined"]), + ("ANNIVERSERY", &["anniversary"]), + ("HEROICOS", &["heroics"]), + ("CLESES", &["closes"]), + ("EXPEIRIMENTATION", &["experimentation"]), + ("LEASET", &["least"]), + ("OBJECTIVILY", &["objectivity"]), + ("NARCISSITS", &["narcissist"]), + ("COMMANDMANT", &["commandment"]), + ("WHITLEIST", &["whitelist"]), + ("PERPENDICUALR", &["perpendicular"]), + ("SIGNIFCANTLY", &["significantly"]), + ("TRAVERLERS", &["traverse"]), + ("RESLOVED", &["resolved"]), + ("INSUSTAINABLE", &["unsustainable"]), + ("ALTANTIC", &["atlantic"]), + ("SUMULATIONS", &["simulations"]), + ("DEFINETALY", &["definitely"]), + ("COMMPONENT", &["component"]), + ("WOITHOUT", &["without"]), + ("HUNTMSAN", &["huntsman"]), + ("PSYCHIATRITS", &["psychiatrists"]), + ("LOUSIVILLE", &["louisville"]), + ("DESTROSE", &["destroyers"]), + ("INSEPSION", &["inception"]), + ("SOUTHAMTPON", &["southampton"]), + ("NEGOTAIATIONS", &["negotiations"]), + ("SUUPORTING", &["supporting"]), + ("DISREGRAD", &["disregard"]), + ("DISPICABLE", &["despicable"]), + ("ROLEPALY", &["roleplay"]), + ("VARIABBLE", &["variable"]), + ("RESURECT", &["resurrect"]), + ("COALLECENCE", &["coalescence"]), + ("HORIZZONTAL", &["horizontal"]), + ("TUNNELLS", &["tunnels"]), + ("INTERGRATION", &["integration"]), + ("FILESYTEMS", &["filesystem", "filesystems"]), + ("AUTHENCICATING", &["authenticating"]), + ("DERIVITIVES", &["derivatives"]), + ("VERIFIACTION", &["verification"]), + ("NEIBHBORS", &["neighbors"]), + ("SPEFICIALLICS", &["specifics"]), + ("DISALB", &["disable"]), + ("SPECYFING", &["specifying"]), + ("PATRIARCHIA", &["patriarchal"]), + ("CHARACETER", &["character"]), + ("QUATER", &["quarter"]), + ("ISMAS", &["isthmus"]), + ("OBSEREVED", &["observed"]), + ("NEIGHBOORHOUD", &["neighbourhood"]), + ("ASSOAIATED", &["associated"]), + ("MOMENTERILY", &["momentarily"]), + ("BUILTER", &["builder"]), + ("GENERALIZATE", &["generalize"]), + ("FUNCTONING", &["functioning"]), + ("DICERGENCE", &["divergence"]), + ("CANCELTATION", &["cancellation"]), + ("ADMINISTARTOR", &["administrator"]), + ("MODILES", &["mobiles", "modules"]), + ("SITUTAIONS", &["situations"]), + ("MANIPUTIONS", &["manipulations"]), + ("IMPOTRT", &["import", "imported", "importer"]), + ("TRUNS", &["turns"]), + ("FOLLWWIWNG", &["following"]), + ("APPROPRIETE", &["appropriate"]), + ("EFFORTLESLY", &["effortlessly"]), + ("MEANINING", &["meaning"]), + ("BOOSHELF", &["bookshelf"]), + ("PRECALULATED", &["precalculated"]), + ("MATHCER", &["matcher"]), + ("NEGOTIONATIONS", &["negotiations"]), + ("ALGORTITHMS", &["algorithms"]), + ("CORRECTYLY", &["correctly"]), + ("PARSEING", &["parsing"]), + ("CHENNEL", &["channel"]), + ("FLAVORADE", &["flavored"]), + ("APPRECATE", &["appreciate"]), + ("WARRENT", &["warrant"]), + ("RENDERD", &["rendered"]), + ("FORTEEN", &["fourteen"]), + ("VERSATILLITY", &["versatility"]), + ("PIPEPLINE", &["pipeline"]), + ("AUTOMOBLIE", &["automobile"]), + ("INTERGRATIONS", &["integrations"]), + ("RELOACTES", &["relocates"]), + ("EXPERIMENTACION", &["experimentation"]), + ("SINGSOG", &["singsong"]), + ("REDINGS", &["readings"]), + ("DISCONETION", &["disconnection"]), + ("ROUTIENS", &["routines"]), + ("RECONFUGIRE", &["reconfigure"]), + ("VARTICAL", &["vertical"]), + ("EXECUTIBLE", &["executable"]), + ("PROCEDUE", &["procedure"]), + ("SCUCCESSFUL", &["successful"]), + ("PSHYCIATRIST", &["psychiatrist"]), + ("COLLABRATION", &["collaboration"]), + ("PARAMTERES", &["parameters"]), + ("ATTRITUBE", &["attribute"]), + ("ASSIHNMENT", &["assignment"]), + ("OAKEREOUS", &["ocherous"]), + ("CHIZZILES", &["chisels"]), + ("MOVEMEMT", &["movement"]), + ("CULTURS", &["cultures"]), + ("UPGARDE", &["upgrade"]), + ("NORMLIZED", &["normalized"]), + ("NAMNESPACES", &["namespaces"]), + ("GARDAI", &["gardaí"]), + ("EXPERMENTATIONS", &["experimentations"]), + ("HIPOTHETICALLY", &["hypothetically"]), + ("EXITE", &["exit", "excite", "exits"]), + ("DECPETIVE", &["deceptive"]), + ("ASSMELBER", &["assembler"]), + ("UNDERTANDS", &["understands"]), + ("NURTIENTS", &["nutrients"]), + ("COLLECTIVOS", &["collections"]), + ("THRESSHOLD", &["threshold"]), + ("SUBSUDIZED", &["subsidized"]), + ("APENDING", &["appending"]), + ("INTERATIONALIST", &["internationalist"]), + ("EXPERIMMENTALLY", &["experimentally"]), + ("INTIALISED", &["initialised"]), + ("WHOMS", &["whom", "whose"]), + ("ASSUMUS", &["assumes"]), + ("EXPIREMENTING", &["experimenting"]), + ("BALANCEADO", &["balanced"]), + ("COUNTAINS", &["contains"]), + ("HYDREGON", &["hydrogen"]), + ("FINDED", &["fined", "found", "funded"]), + ("DICTOINARY", &["dictionary"]), + ("ATTRIBTING", &["attributing"]), + ("DIFFERNETIAL", &["differential"]), + ("ZIONISTES", &["zionists"]), + ("ALLTOGTHER", &["altogether"]), + ("LATING", &["latin"]), + ("APRECIATE", &["appreciate"]), + ("BOUNARDY", &["boundary"]), + ("TIMESTANPS", &["timestamps", "timespans"]), + ("DELELETING", &["deleting"]), + ("PROHPETS", &["prophets"]), + ("NNOT", &["not"]), + ("CHIZZLE", &["chisel"]), + ("SUBSYTEMS", &["subsystems"]), + ("CATASTROHPIC", &["catastrophic"]), + ("CONTSRUCTOR", &["constructor"]), + ("CASULATY", &["casualty"]), + ("ACOMODATED", &["accommodated"]), + ("ARBITURARILY", &["arbitrarily"]), + ("FOLOWW", &["follow"]), + ("DESIGNADE", &["designated"]), + ("RENEGOTATOR", &["renegotiator"]), + ("GLIMPES", &["glimpse"]), + ("NATIONALISTISK", &["nationalists"]), + ("THROUGG", &["through"]), + ("INGREDIENS", &["ingredients"]), + ("INHERITTED", &["inherited"]), + ("MONAGOMOUS", &["monogamous"]), + ("ESTABLISED", &["established"]), + ("POSITIVIE", &["positive"]), + ("BRAKETS", &["brackets", "brakes"]), + ("NEGOSIATES", &["negotiates"]), + ("MASTURBSTING", &["masturbating"]), + ("DOWNROADED", &["downgraded"]), + ("INITIALISS", &["initialise", "initialises"]), + ("MEANTIONED", &["mentioned"]), + ("SEPARATO", &["separation", "separator"]), + ("ANPHIBIANS", &["amphibians"]), + ("CLEARIFIES", &["clarifies"]), + ("SUBCOMMANND", &["subcommand"]), + ("ACCORDINLY", &["accordingly"]), + ("DIMMENSIONING", &["dimensioning"]), + ("JEWLLERY", &["jewellery"]), + ("COMPICATIONS", &["complications"]), + ("ALGOTHITMICALLY", &["algorithmically"]), + ("OTEHRWISE", &["otherwise"]), + ("EXPRESSIEF", &["expressive"]), + ("RETETTING", &["resetting", "retesting"]), + ("DIARHEA", &["diarrhea"]), + ("PAINFULY", &["painfully"]), + ("QUESTINS", &["questions"]), + ("INCONSISTENCES", &["inconsistencies"]), + ("REFFERS", &["refers"]), + ("APOINTING", &["appointing"]), + ("TANSACTIONAL", &["transactional"]), + ("CONERSION", &["conversion"]), + ("CAESES", &["ceases"]), + ("PREJUDUCED", &["prejudiced"]), + ("COMMAMD", &["command"]), + ("FORESNIC", &["forensic"]), + ("SKILLFULLNESS", &["skillfulness"]), + ("INACIVE", &["inactive"]), + ("EMPHSIS", &["emphasis"]), + ("MEAIL", &["email"]), + ("RACKITS", &["rackets"]), + ("RETURNNED", &["returned"]), + ("COMPIELER", &["compiler"]), + ("ASESSMENT", &["assessment"]), + ("RESONSE", &["response"]), + ("FICTIONARIES", &["dictionaries"]), + ("PERPATUATING", &["perpetuating"]), + ("SHITTOWN", &["shitton"]), + ("ASSUMEND", &["assumed"]), + ("PROCCESES", &["processes"]), + ("PROODUCT", &["product"]), + ("BRIGHER", &["brighter"]), + ("SEARH", &["search"]), + ("SYTEME", &["system"]), + ("IMEXPERIENCE", &["inexperience"]), + ("DIVDE", &["divide"]), + ("ANTIBIOTICOS", &["antibiotics"]), + ("RESTRICIVE", &["restrictive"]), + ("BLUEBERIES", &["blueberries"]), + ("ASSSASINS", &["assassins"]), + ("COMPRESES", &["compress", "compresses"]), + ("PORTARYING", &["portraying"]), + ("WHITEPACE", &["whitespace"]), + ("UNIQUEY", &["uniquely"]), + ("REQUIRD", &["required"]), + ("RESERRECTION", &["resurrection"]), + ("DEFINIETLY", &["definitely"]), + ("SYNTACKS", &["syntax"]), + ("TRAINNG", &["training"]), + ("MODFIFIER", &["modifier"]), + ("REPLICAIONS", &["replications"]), + ("AUSTRALIN", &["australians"]), + ("SUBSTANTA", &["substantial"]), + ("OPPPSITE", &["opposite"]), + ("REFERENTES", &["references"]), + ("BOMBARMENT", &["bombardment"]), + ("REFILLES", &["refills"]), + ("APPLYES", &["applies"]), + ("HOVEVER", &["however"]), + ("QUESTIONALBLE", &["questionable"]), + ("EXECISED", &["excised", "exercised"]), + ("CARCIATURE", &["caricature"]), + ("PROPIGATE", &["propagate"]), + ("SWNASEA", &["swansea"]), + ("KNIVE", &["knife"]), + ("HOMOGENES", &["homogeneous"]), + ("CONTINEOUS", &["continuous"]), + ("MELBORNE", &["melbourne"]), + ("AGREEMNT", &["agreement"]), + ("ALPAHBET", &["alphabet"]), + ("NEGOTAIATING", &["negotiating"]), + ("SUSSEED", &["secede"]), + ("INDIVUDUALITY", &["individuality"]), + ("NECCESSITIES", &["necessities"]), + ("GOVENMENT", &["government"]), + ("SARTED", &["started"]), + ("NOWN", &["known", "noun"]), + ("GENERAGING", &["generating"]), + ("BTTR", &["better"]), + ("BRUGHTNESS", &["brightness"]), + ("CHASSIDS", &["chassis"]), + ("IMPLEMENTATORS", &["implementers"]), + ("DFINE", &["define"]), + ("CONVIRTED", &["converted"]), + ("CONCEQUENT", &["consequent"]), + ("BUI", &["buoy", "buy"]), + ("EIHTHS", &["eighths"]), + ("REITTERATED", &["reiterated"]), + ("SCRACTHED", &["scratched"]), + ("EXAGGURATE", &["exaggerate"]), + ("INTERCONTINETAL", &["intercontinental"]), + ("REMEBERED", &["remembered"]), + ("HIGHLIGHERS", &["highlighters"]), + ("DEIFNITLY", &["definitely"]), + ("JODPERS", &["jodhpurs"]), + ("ADVICABLE", &["advisable"]), + ("COMPONOENTS", &["components"]), + ("POJRECTORS", &["projectors"]), + ("UPSTREEMED", &["upstreamed"]), + ("CUSTONIZERS", &["customizers"]), + ("DISSCONNECTED", &["disconnected"]), + ("PROMISCUOS", &["promiscuous"]), + ("TRANIENT", &["transient"]), + ("TRASNLATION", &["translation"]), + ("TERMO", &["thermo"]), + ("TRAVERESES", &["traverses"]), + ("SASKATECHWAN", &["saskatchewan"]), + ("IDEOSYNCRACIES", &["ideosyncrasies", "idiosyncrasies"]), + ("PSUEDOCLASSES", &["pseudoclasses"]), + ("YOURSELFE", &["yourself", "yourselves"]), + ("ARRANGERAD", &["arranged"]), + ("SOMEOENE", &["someone"]), + ("SHORTCOMMING", &["shortcoming"]), + ("ORIGINED", &["originated"]), + ("CONVERTIREA", &["converter"]), + ("MAMAL", &["mammal"]), + ("CHIANSAW", &["chainsaw"]), + ("MARIXST", &["marxist"]), + ("CANNABILYSE", &["cannibalise"]), + ("EXEUCTIONS", &["executions"]), + ("INNAPROPRIATE", &["inappropriate"]), + ("MODIFLED", &["modified"]), + ("SWEARENGIN", &["swearing"]), + ("STEREOTYPIAN", &["stereotyping"]), + ("AMBADEXTROUS", &["ambidextrous"]), + ("INDRECT", &["indirect"]), + ("PICNICED", &["picnicked"]), + ("PARLIEMENT", &["parliament"]), + ("SIVED", &["saved", "sieved"]), + ("ISLAMISISTS", &["islamists"]), + ("POSSISSIVE", &["possessive"]), + ("RENEGOZIATING", &["renegotiating"]), + ("ACQUIFER", &["acquire"]), + ("REFLETING", &["reflecting"]), + ("DISCRIPTORS", &["descriptors"]), + ("AUSTRALIANOS", &["australians"]), + ("COMPREHAND", &["comprehend"]), + ("INTRIDUCED", &["introduced"]), + ("DESCIRIBES", &["describes"]), + ("CONDIITON", &["condition"]), + ("SATUADAYS", &["saturdays"]), + ("VAWDVILLEAN", &["vaudevillian"]), + ("DEPOSITIS", &["deposits"]), + ("ADREANLINE", &["adrenaline"]), + ("SEPCIFIED", &["specified"]), + ("CAINSTER", &["canister"]), + ("SEPARATRING", &["separating"]), + ("UNBREAKBLE", &["unbreakable"]), + ("EMPLOYEURS", &["employer"]), + ("INTERSECTIONALS", &["intersections"]), + ("INSTRUMENTAITON", &["instrumentation"]), + ("PERSONALITES", &["personalities"]), + ("SUPPERTS", &["supports"]), + ("APROCHES", &["approaches"]), + ("REPLACABLES", &["replaceables"]), + ("ALTOGEHTER", &["altogether"]), + ("TEDEOUS", &["tedious"]), + ("WORKSPACCE", &["workspace"]), + ("SUCESSEFULLY", &["successfully"]), + ("FACEDRWAING", &["facedrawing"]), + ("HYPERTROPY", &["hypertrophy"]), + ("RECNTLY", &["recently"]), + ("DESIGERN", &["designer"]), + ("PSUH", &["push"]), + ("EGENRAL", &["general"]), + ("SUPOSED", &["supposed"]), + ("TACTICUS", &["tactics"]), + ("DISAGREEMET", &["disagreements"]), + ("BECAUS", &["because"]), + ("ARRRAYS", &["arrays"]), + ("CONSIDERE", &["consider", "considered"]), + ("SWTICHERS", &["switchers"]), + ("BROTHERHOD", &["brotherhood"]), + ("AUTONEGOATIONS", &["autonegotiations"]), + ("ATTACMENT", &["attachment"]), + ("SHAODWS", &["shadows"]), + ("INTRODUSES", &["introduces"]), + ("PERPETUTATE", &["perpetuate"]), + ("APPRIXIMATES", &["approximates"]), + ("UNBEATBALE", &["unbeatable"]), + ("RESEPECTS", &["respects"]), + ("STIMULAS", &["stimulants"]), + ("GUARRANTED", &["guaranteed"]), + ("STARTD", &["started"]), + ("EXTIST", &["exist"]), + ("FASHONABLE", &["fashionable"]), + ("PUBLUSH", &["publish"]), + ("WHISH", &["wish", "whisk"]), + ("LIBRARSE", &["libraries"]), + ("CAPITILIZE", &["capitalize"]), + ("OPEARATIONS", &["operations"]), + ("EFFICEINT", &["efficient"]), + ("OCILATES", &["oscillates"]), + ("PREFESSIONALISM", &["professionalism"]), + ("MARIXSTS", &["marxists"]), + ("EPXANSION", &["expansion"]), + ("NEGOTITATED", &["negotiated"]), + ("FAVORITISME", &["favorites"]), + ("INSANEY", &["insanely"]), + ("LOGICTECH", &["logitech"]), + ("IDEALISITIC", &["idealistic"]), + ("MDIFIELDERS", &["midfielders"]), + ("PHOENTIC", &["phonetic"]), + ("NESSECCARY", &["necessary"]), + ("REPLACEMNNT", &["replacement"]), + ("DETECTIVS", &["detectives"]), + ("EXPEMENTED", &["experimented"]), + ("AUTHENITCATES", &["authenticates"]), + ("INCORECTLY", &["incorrectly"]), + ("UNRECOGNIZEABLE", &["unrecognizable"]), + ("GUARENTEING", &["guaranteeing"]), + ("ESTIMATIONE", &["estimation"]), + ("SPEELING", &["spelling"]), + ("BIGEST", &["biggest"]), + ("YUGOSLAC", &["yugoslav"]), + ("SEEE", &["see"]), + ("TRANSALTION", &["translation"]), + ("PERSONNELL", &["personnel"]), + ("TOOTONIC", &["teutonic"]), + ("DEADLIFTERS", &["deadlifts"]), + ("DELETETING", &["deleting"]), + ("CLITORIOUS", &["clitoris"]), + ("MEACHNISM", &["mechanism"]), + ("SEQUENSTIAL", &["sequential"]), + ("BISNES", &["business"]), + ("PARITITION", &["partition"]), + ("ADJASENSY", &["adjacency"]), + ("COTROL", &["control"]), + ("AWKNOWLEDGED", &["acknowledged"]), + ("INSTINT", &["instinct"]), + ("LIBRAIRE", &["library"]), + ("QUARTERBACKERS", &["quarterbacks"]), + ("POEPLES", &["peoples"]), + ("ASSASINATION", &["assassination"]), + ("NOTICEING", &["noticing"]), + ("RENDRING", &["rendering"]), + ("LOSD", &["lost", "loss", "lose", "load"]), + ("UNDENYABLE", &["undeniable"]), + ("COMMMITTING", &["committing"]), + ("DOKC", &["dock"]), + ("SAUTAYES", &["sautés"]), + ("ENTERRNAL", &["external", "internal"]), + ("QUOTAION", &["quotation"]), + ("LIFECYLE", &["lifecycle"]), + ("IDENTFIERS", &["identifiers"]), + ("STOPPOING", &["stopping"]), + ("THANKSGIVNG", &["thanksgiving"]), + ("OMPLEMENTAION", &["implementation"]), + ("STERAMED", &["streamed"]), + ("ASYMMERIC", &["asymmetric"]), + ("STRENTGH", &["strength"]), + ("IMPLENTATION", &["implementation"]), + ("DEOMCRATS", &["democrats"]), + ("FARTHEREST", &["furthest"]), + ("ITEREST", &["interest"]), + ("ASSOSIATIVE", &["associative"]), + ("MASTURBATON", &["masturbation"]), + ("KEYBORDS", &["keyboards"]), + ("COUNCILER", &["councilor"]), + ("CUMPUS", &["compass"]), + ("ALGORGITHM", &["algorithm"]), + ("WARNIGN", &["warning"]), + ("TSUNAMAI", &["tsunami"]), + ("SNPASHOT", &["snapshot"]), + ("VACTORS", &["vectors"]), + ("COSISTENT", &["consistent"]), + ("SNOWLFAKE", &["snowflake"]), + ("UTLITY", &["utility"]), + ("PRODUCTIVY", &["productivity"]), + ("PALYTHROUGH", &["playthrough"]), + ("AKUMULATIVE", &["accumulative"]), + ("NINTEENTH", &["nineteenth"]), + ("PARTICIPACION", &["participation"]), + ("INVIATION", &["invitation"]), + ("ACCCURATELY", &["accurately"]), + ("SPRINGFILED", &["springfield"]), + ("EXPLOITAION", &["exploitation"]), + ("ENDAGNERING", &["endangering"]), + ("IMPPLEMENTATING", &["implementing"]), + ("ALGORITMOS", &["algorithms"]), + ("CIVALEZATIONS", &["civilizations"]), + ("PERFORMAING", &["performing"]), + ("TRUCNATE", &["truncate"]), + ("INTENTIONALY", &["intentionally"]), + ("RELESES", &["releases"]), + ("SEPPARATIONS", &["separations"]), + ("EXCEUTES", &["executes"]), + ("CONTRICEPTION", &["contraception"]), + ("CREDIDENTIAL", &["credential"]), + ("LSO", &["also"]), + ("REGULATORIAS", &["regulators"]), + ("BULLITPROOF", &["bulletproof"]), + ("REFRERENCEING", &["referencing"]), + ("STRUGGELED", &["struggled"]), + ("INNVOATION", &["innovation"]), + ("WEIRED", &["weird"]), + ("ARITHMITIC", &["arithmetic"]), + ("UNSPEFICIIED", &["unspecified"]), + ("INTENATIONALISM", &["internationalism"]), + ("INVESTIGACION", &["investigation"]), + ("DICONNECTS", &["disconnects"]), + ("DOUCEHBAG", &["douchebag"]), + ("INSANCE", &["instance", "insane"]), + ("ENTRETAINING", &["entertaining"]), + ("TIRGGER", &["trigger"]), + ("REMOVCE", &["remove"]), + ("CREAMIC", &["ceramic"]), + ("PARTICUAL", &["particular"]), + ("INCORREECTLY", &["incorrectly"]), + ("DOMONSTRATION", &["demonstration"]), + ("POPOLATED", &["populated"]), + ("GEOIO", &["geoip"]), + ("DISTRIBUITION", &["distribution"]), + ("ANGUALR", &["angular"]), + ("EXPERIANCES", &["experiences"]), + ("DESCRYBE", &["describe"]), + ("VAROUS", &["various"]), + ("SERCIVES", &["services"]), + ("CONTROLERS", &["controls", "controllers"]), + ("ENDODING", &["encoding"]), + ("MISSLEADING", &["misleading"]), + ("LOOKNG", &["looking"]), + ("OPERAANDS", &["operands"]), + ("COPYIRGHTS", &["copyrights"]), + ("DASHBORDS", &["dashboards"]), + ("AUDIOBOK", &["audiobook"]), + ("DEPENDEND", &["dependent", "depended"]), + ("LAUCNHES", &["launches"]), + ("UNIVERSITE", &["universities"]), + ("TABLESPOOON", &["tablespoon"]), + ("SYSTEMATISCH", &["systematic"]), + ("ANIWHERE", &["anywhere"]), + ("DUMBFOUNED", &["dumbfounded"]), + ("VISIBLEABLE", &["visible"]), + ("ADMINISTATOR", &["administrator"]), + ("LUCKLY", &["luckily"]), + ("OCCURE", &["occur", "occurred"]), + ("EXELENT", &["excellent"]), + ("BLODK", &["block"]), + ("BENCHMKAR", &["benchmark"]), + ("MATTERN", &["matter", "pattern"]), + ("BEFORES", &["before"]), + ("TRANSGENRES", &["transgender"]), + ("EXTTRA", &["extra"]), + ("INTORVERT", &["introvert"]), + ("GUARENTEERING", &["guaranteeing"]), + ("ENDIANITY", &["endianness"]), + ("TUNRTABLE", &["turntable"]), + ("FEMINIE", &["feminine"]), + ("OWRK", &["work"]), + ("SWITCING", &["switching"]), + ("EQUILBIRIUM", &["equilibrium"]), + ("BREAKES", &["breaks"]), + ("THNIGS", &["things"]), + ("TRUAMATIZED", &["traumatized"]), + ("LIBERTARIAS", &["libertarians"]), + ("ACYRLIC", &["acrylic"]), + ("TELEPOTATION", &["teleportation"]), + ("ABBREVIATO", &["abbreviation"]), + ("PROPPELY", &["properly"]), + ("FONTISIZING", &["fontifying"]), + ("MITICATEING", &["mitigating"]), + ("COTNAINERS", &["containers"]), + ("REPRENSENTATION", &["representation"]), + ("TAGUED", &["tagged"]), + ("TITEL", &["title"]), + ("AUTHORATATIVE", &["authoritative"]), + ("COMPIELERS", &["compilers"]), + ("CLEENS", &["cleans"]), + ("LANGUQGE", &["language"]), + ("VULBERABUILILITY", &["vulnerability"]), + ("DFINED", &["defined"]), + ("SEGWAYING", &["segueing"]), + ("EXCLUSIVTY", &["exclusivity"]), + ("ACOUTSIC", &["acoustic"]), + ("INTELEGENTLY", &["intelligently"]), + ("OTER", &["other", "otter"]), + ("ARAOUND", &["around"]), + ("EXPERMENETING", &["experimenting"]), + ("MATHEMATICALY", &["mathematically"]), + ("EMPLYMENT", &["employment"]), + ("UNIVERSALE", &["universe"]), + ("AIZMUTH", &["azimuth"]), + ("PERFORAMNCE", &["performances", "performance"]), + ("APPENDENT", &["appended"]), + ("ACCOMPLISHENT", &["accomplishment"]), + ("CHARICTERIZATION", &["characterization"]), + ("DEBUFFES", &["debuffs"]), + ("RENAISCANCE", &["renaissance"]), + ("EXPERIMINTS", &["experiments"]), + ("EMPATHATIC", &["empathetic"]), + ("CONTRADTION", &["contraction"]), + ("INTRODECKS", &["introduces"]), + ("IDIOSYNCHRACIES", &["idiosyncrasies"]), + ("GEOGRAPHIA", &["geographical"]), + ("BEAHVIOURS", &["behaviours"]), + ("COERSE", &["coerce"]), + ("DISPOSSING", &["disposing"]), + ("DOSUMENTS", &["documents"]), + ("TRANSCOCDE", &["transcode"]), + ("DICOTOMIES", &["dichotomies"]), + ("ESTUWARRY", &["estuary"]), + ("PARTICIPATD", &["participant"]), + ("INDEPENCENCE", &["independence"]), + ("INTEVENE", &["intervene"]), + ("HALLUSINATION", &["hallucination"]), + ("HUMANOIND", &["humanoid"]), + ("BULTIN", &["builtin"]), + ("DALEGATE", &["delegate"]), + ("DATRABASE", &["database"]), + ("SINGOOLAR", &["singular"]), + ("CONFIURES", &["configures"]), + ("SCCRIPTS", &["scripts"]), + ("DISTRIBUTIN", &["distribution"]), + ("INHERETS", &["inherits"]), + ("RESEACHED", &["researched"]), + ("ORIGIGINALLY", &["originally"]), + ("TRANSMIST", &["transmit"]), + ("CODESREAM", &["codestream"]), + ("POSTGRESS", &["postgresql"]), + ("COMMUNICATON", &["communication"]), + ("DECLERATIONS", &["declarations"]), + ("CONFIGURATO", &["configuration"]), + ("VRILOG", &["verilog"]), + ("DISLAYED", &["displayed"]), + ("STRUGGLEING", &["struggling"]), + ("DOWNSTERAM", &["downstream"]), + ("METHDOD", &["method", "methods"]), + ("PUBLUSHERS", &["publishers"]), + ("IMPLEMNT", &["implement"]), + ("BASTRACTNESS", &["abstractness"]), + ("TREDNING", &["trending"]), + ("PLUSE", &["pulse"]), + ("DIFERENTIATES", &["differentiates"]), + ("PUBLISERS", &["publishers"]), + ("OUTPOUT", &["output"]), + ("ENCOMPASED", &["encompassed"]), + ("PITCKFORKS", &["pitchforks"]), + ("REENFOCING", &["reenforcing"]), + ("CONFIGURATIONN", &["configuration"]), + ("MINISTERNS", &["ministers"]), + ("SONGLES", &["singles", "dongles"]), + ("PROGAGATION", &["propagation"]), + ("DEATHMACTH", &["deathmatch"]), + ("NEESTED", &["nested"]), + ("SUPORTS", &["supports"]), + ("EXTRMITIES", &["extremities"]), + ("CATEOGRIES", &["categories"]), + ("OFFSER", &["offset"]), + ("EXPERIMENTAITAL", &["experimental"]), + ("ROTAITONS", &["rotations"]), + ("CONTROVERSEY", &["controversy"]), + ("EXTREAMS", &["extremes"]), + ("ISNTRUMENTAL", &["instrumental"]), + ("NUMMBERS", &["numbers"]), + ("CONVERING", &["converting", "covering"]), + ("INTERUPT", &["interrupt"]), + ("GRAPPNEL", &["grapple"]), + ("ASSCOITAED", &["associated"]), + ("MININISED", &["minimised"]), + ("FUNCITON", &["function"]), + ("ARBITURARY", &["arbitrary"]), + ("DICIDE", &["decide"]), + ("ARRESST", &["arrests"]), + ("CHIRSTIANITY", &["christianity"]), + ("CODDE", &["code", "coded", "coddle"]), + ("INIDANS", &["indians"]), + ("PAYCHOLOGICALLY", &["psychologically"]), + ("INTERPRETATO", &["interpretation"]), + ("CATEPILLARS", &["caterpillars"]), + ("MAXIMINI", &["maximizing"]), + ("DOLHPINS", &["dolphins"]), + ("COLLAPS", &["collapse"]), + ("SOUNDRTACK", &["soundtracks"]), + ("PREJIDUCES", &["prejudices"]), + ("SUSUPEND", &["suspend"]), + ("ADWANCES", &["advances"]), + ("IMPLIMENATION", &["implementation"]), + ("LABOROTORY", &["laboratory"]), + ("EFFCTIVE", &["effective"]), + ("REPRESETING", &["representing"]), + ("HUMOUROS", &["humorous"]), + ("ACENDENCEY", &["ascendency"]), + ("EXPERIMENATIONS", &["experimentations"]), + ("PALN", &["plan", "pain", "palm"]), + ("INDEPENDETS", &["independents"]), + ("DOCOMENTED", &["documented"]), + ("CLLOUDES", &["clouds"]), + ("PHOSPOR", &["phosphor"]), + ("CONSEQUTIVE", &["consecutive"]), + ("SOHPOMORE", &["sophomore"]), + ("CATEOGRIZE", &["categorized"]), + ("SUPERISOR", &["superiors"]), + ("ABORD", &["abort", "aboard"]), + ("GOLAITH", &["goliath"]), + ("CONTINENET", &["continents"]), + ("SETTLEMETNS", &["settlements"]), + ("INSTURMENTS", &["instruments"]), + ("INTERNETTES", &["internets"]), + ("UNEXPEPTEDLY", &["unexpectedly"]), + ("IRRADATE", &["irradiate"]), + ("BELONING", &["belonging"]), + ("CONCEOUS", &["conscious"]), + ("FUNNNILY", &["funnily"]), + ("DEMONSTRANT", &["demonstrate"]), + ("DEMUDULATOR", &["demodulator"]), + ("INTICRACIES", &["intricacies"]), + ("INTAGIBLE", &["intangible"]), + ("POLPULATE", &["populate"]), + ("STRCUTURE", &["structure"]), + ("UNCOMITED", &["uncommitted"]), + ("VEGITARION", &["vegetarian"]), + ("PROCTECTING", &["protecting"]), + ("THI", &["the", "this"]), + ("MODERNINATION", &["modernization"]), + ("IMPORING", &["importing"]), + ("REFRIDERATOR", &["refrigerator"]), + ("AUTHENFIED", &["authenticated"]), + ("RATIONALIZATING", &["rationalization"]), + ("PYTON", &["python"]), + ("PEDOPHILIES", &["pedophile"]), + ("MOTIVATIONALS", &["motivations"]), + ("TUSNAMI", &["tsunami"]), + ("PERAPHS", &["perhaps"]), + ("BENCHAMARKED", &["benchmarked"]), + ("FILLEMENT", &["filament"]), + ("MARGINES", &["margins"]), + ("ACCONPLISHMENT", &["accomplishment"]), + ("BELOVE", &["below", "beloved"]), + ("DISSBLE", &["disable"]), + ("MEDIOKER", &["mediocre"]), + ("UNPREPAIRED", &["unprepared"]), + ("REGULTORS", &["regulators"]), + ("GRAPEFRUKT", &["grapefruit"]), + ("FURSTRATION", &["frustration"]), + ("PASSSED", &["passed"]), + ("SPEFICIIABLE", &["specifiable"]), + ("HYPENATE", &["hyphenate"]), + ("NAVAGITATION", &["navigation"]), + ("JUXT", &["just"]), + ("ALINGED", &["alined"]), + ("UPADATE", &["update"]), + ("MERCAHNT", &["merchant"]), + ("SINGNAL", &["signal"]), + ("FUNCTTIONAL", &["functional"]), + ("CONFIGURETION", &["configuration"]), + ("RECYLCING", &["recycling"]), + ("CONDRADICTIONS", &["contradictions"]), + ("COMPILCATED", &["complicate", "complicated"]), + ("ACCTUALLY", &["actually"]), + ("RECUSRIVE", &["recursive"]), + ("CONPRESSED", &["compressed"]), + ("SUCCEEEDS", &["succeeds"]), + ("REASSOCITION", &["reassociation"]), + ("REACHER", &["richer", "reader"]), + ("PRIMITIV", &["primitive"]), + ("OBHECTIFIES", &["objectifies"]), + ("INACCURASIES", &["inaccuracies"]), + ("COULOUMB", &["coulomb"]), + ("CACLUATOR", &["calculator"]), + ("EXEMPELS", &["examples"]), + ("GARANTEES", &["guarantees"]), + ("SPONSES", &["responses"]), + ("SCALARR", &["scalar"]), + ("CORRESPONS", &["corresponds"]), + ("PROPERTIUS", &["properties"]), + ("PRESENTAIONAL", &["presentational"]), + ("PRIORITZE", &["prioritize"]), + ("CHECHED", &["checked"]), + ("CELLST", &["cells"]), + ("ASSERSION", &["assertion"]), + ("CONTEMPATE", &["contemplate"]), + ("REPLACAIBLITY", &["replaceability", "replicability"]), + ("MEANIGN", &["meaning"]), + ("CONNCECTION", &["connection"]), + ("MANIPULANT", &["manipulate"]), + ("APRETIATING", &["appreciating"]), + ("OPTIONN", &["option"]), + ("CALIFORNIIA", &["californian"]), + ("JURNYED", &["journeyed"]), + ("CONGRIGATION", &["congregation"]), + ("SECRATARY", &["secretary"]), + ("AMBEDDED", &["embedded"]), + ("PRACTIVE", &["practice"]), + ("ACCCUMULATE", &["accumulate"]), + ("INTERVINES", &["intervenes"]), + ("UPSTIARS", &["upstairs"]), + ("MULTIPLIY", &["multiply"]), + ("COORDINDATE", &["coordinate"]), + ("ENUMURATOR", &["enumerator"]), + ("KNOWLEDGEBLY", &["knowledgable"]), + ("INVESRSE", &["inverse"]), + ("EXCEPIONAL", &["exceptional"]), + ("LENIANT", &["lenient"]), + ("RENEGERATE", &["regenerate"]), + ("PIJEONS", &["pigeons"]), + ("DISCONETIONS", &["disconnections"]), + ("FROMAL", &["formal"]), + ("GRANDISING", &["aggrandising"]), + ("TRANVERSING", &["traversing"]), + ("DOCTRINS", &["doctrines"]), + ("COMPATATIVE", &["comparative"]), + ("RELFECTIVE", &["reflective"]), + ("DEKTOPS", &["desktops"]), + ("ACCESSSIBLITY", &["accessibility"]), + ("ADMININSTRATOR", &["administrator"]), + ("EXCLUSUIVELY", &["exclusively"]), + ("ALPAHBETICALLY", &["alphabetically"]), + ("PAGENTS", &["pageants", "plangents"]), + ("GRAPHCIS", &["graphics"]), + ("FIGURITIVELY", &["figuratively"]), + ("AIFFER", &["differ"]), + ("PARAGRAPS", &["paragraphs"]), + ("MOTHERBAORD", &["motherboard"]), + ("UNAPRETIATED", &["unappreciated"]), + ("ALGORTHIMIC", &["algorithmic"]), + ("MEZMORISER", &["mesmeriser"]), + ("DEFICIENCEY", &["deficiency"]), + ("SOLDGERING", &["soldiering"]), + ("ACCCORD", &["accord"]), + ("COMITTISH", &["committish"]), + ("CURIOUSITY", &["curiosity"]), + ("INCEDENTS", &["incidents"]), + ("ENCHANTENTS", &["enchantments"]), + ("SETTLEMETS", &["settlements"]), + ("IGNORRABLE", &["ignorable"]), + ("REVOLUTIONAIR", &["revolutionary"]), + ("ENTHUISASTS", &["enthusiasts"]), + ("SHOWBOARDING", &["snowboarding"]), + ("SEVIRITY", &["severity"]), + ("SCUBSCRIBER", &["subscriber"]), + ("IMPLEMEMEMNTATION", &["implementation"]), + ("ACQUAINTACES", &["acquaintances"]), + ("CHRUCHES", &["churches"]), + ("CONSTAINTED", &["constrained", "contained"]), + ("NEIGHBORHODD", &["neighborhood"]), + ("CONSENTRATES", &["concentrates"]), + ("DISSSEMBLES", &["disassembles"]), + ("DRAN", &["drawn"]), + ("TEHN", &["then"]), + ("SPEFCIFICATIONS", &["specifications"]), + ("WEAKENEND", &["weakened"]), + ("DECOMPRESER", &["decompressor"]), + ("DESOGNED", &["designed"]), + ("INVESTEMNT", &["investments"]), + ("CARTDRIDGE", &["cartridge"]), + ("SITEU", &["site"]), + ("INTOLERENT", &["intolerant"]), + ("NESTOLGIC", &["nostalgic"]), + ("UNEXPECTADLY", &["unexpectedly"]), + ("CORUPTIONS", &["corruptions"]), + ("TOGLE", &["toggle"]), + ("BARRRIERS", &["barriers"]), + ("NEESTING", &["nesting"]), + ("PERTICULARLY", &["particularly"]), + ("CUSTON", &["custom"]), + ("INSTNT", &["instant"]), + ("FEATUES", &["features"]), + ("BSAICALLY", &["basically"]), + ("INTERVALLES", &["intervals"]), + ("HORRIBLLY", &["horribly"]), + ("CHRMINANCE", &["chrominance"]), + ("PROPOGATE", &["propagate"]), + ("PEROIDIC", &["periodic"]), + ("CHAARCTER", &["character"]), + ("CONDITIOND", &["conditioned"]), + ("EXPICITLY", &["explicitly"]), + ("AVALIBILITY", &["availability"]), + ("BIOGTED", &["bigoted"]), + ("DESCREPANCY", &["discrepancy"]), + ("PROCESURES", &["procedures"]), + ("BEOND", &["beyond"]), + ("PERFECLY", &["perfectly"]), + ("MULTLIPLIERS", &["multipliers"]), + ("CHASSIMS", &["chasms"]), + ("DESCRITPTOR", &["descriptor"]), + ("IECHART", &["piechart"]), + ("IMPLEMETATION", &["implementation"]), + ("LEGITIMATELLY", &["legitimately"]), + ("INTRINSICALY", &["intrinsically"]), + ("SPENDOUR", &["splendour"]), + ("SWTICHBACK", &["switchback"]), + ("UNACCAPTABLE", &["unacceptable"]), + ("PROOSED", &["proposed"]), + ("PHENEMONA", &["phenomena"]), + ("SPEFICITIFED", &["specified"]), + ("EUORPEANS", &["europeans"]), + ("SUPERSTICIOUS", &["superstitious"]), + ("ACKNOLWEDGED", &["acknowledged"]), + ("BUTTERFIES", &["butterflies"]), + ("MORGES", &["morgues"]), + ("EUHPORIC", &["euphoric"]), + ("CYLYNDERS", &["cylinders"]), + ("ATTRIBUTTED", &["attribute"]), + ("PROCLAMIED", &["proclaimed"]), + ("BLESSURE", &["blessing"]), + ("DEZINENS", &["denizens"]), + ("ARBRITARY", &["arbitrary"]), + ("SUBROUNTINE", &["subroutine"]), + ("DISAPEARS", &["disappears"]), + ("NOVISHEUTS", &["novitiates"]), + ("MAXIMNUM", &["maximum"]), + ("REFERENECE", &["reference"]), + ("DUPLIACE", &["duplicate"]), + ("AUTONYMOUS", &["autonomous"]), + ("SUGGGESTED", &["suggested"]), + ("COUNTERFIT", &["counterfeit"]), + ("INITLIASED", &["initialised"]), + ("SOPHISICATED", &["sophisticated"]), + ("PRECCEDING", &["preceding"]), + ("ANTIDEPRESSENTS", &["antidepressants"]), + ("ERRUPTED", &["erupted"]), + ("DISCRIMINATIN", &["discrimination"]), + ("PRECSIONS", &["precisions"]), + ("IMPROVEMENET", &["improvement"]), + ("ACKNOWLEGEMENT", &["acknowledgement"]), + ("LEGALIZARE", &["legalize"]), + ("DATABAE", &["database"]), + ("CALCUTATES", &["calculates"]), + ("WRAAPPER", &["wrapper"]), + ("DETERMIMNES", &["determines"]), + ("SARCASTC", &["sarcastic"]), + ("CASHIRES", &["cashiers"]), + ("VERCHEW", &["virtue"]), + ("GRATITUOUS", &["gratuitous"]), + ("MASTURBAIT", &["masturbate"]), + ("UNKNOWINLGY", &["unknowingly"]), + ("ETXT", &["text"]), + ("CONFERMING", &["confirming"]), + ("CURRUPTS", &["corrupts"]), + ("TROBLE", &["trouble"]), + ("SEQUENTUALLY", &["sequentially"]), + ("PHOTOGRAH", &["photograph"]), + ("RETANSLATE", &["retranslate"]), + ("IMPLEMEMENTATION", &["implementation"]), + ("DESTINAITON", &["destinations", "destination"]), + ("INITAL", &["initial"]), + ("ALRORYTHM", &["algorithm"]), + ("HWOLE", &["whole"]), + ("ENTITEE", &["entity"]), + ("ENCRRYPTED", &["encrypted"]), + ("IMPERITAVE", &["imperative"]), + ("APPAREAL", &["apparel"]), + ("INFORMTION", &["information"]), + ("MISUNDERSTANTINGS", &["misunderstandings"]), + ("ASSAULTES", &["assaults"]), + ("MIRACOULUS", &["miraculous"]), + ("REPOSIOTORY", &["repository"]), + ("REAKTIVATED", &["reactivated"]), + ("ENTITE", &["entire", "entity"]), + ("HOMEOPATY", &["homeopathy"]), + ("STRICTIER", &["stricter"]), + ("DEPOSITES", &["deposits"]), + ("FININSH", &["finnish"]), + ("COLUMNES", &["columns"]), + ("GUAREENTEES", &["guarantees"]), + ("FLITERED", &["filtered"]), + ("DEMOCRATICLLY", &["democratically"]), + ("TRUSTWORHTY", &["trustworthy"]), + ("CABINATE", &["cabinet"]), + ("EXPCT", &["expect"]), + ("NEGOTIOTATOR", &["negotiator"]), + ("EXTEN", &["extent"]), + ("NAMME", &["name"]), + ("FAULURE", &["failure"]), + ("CACLULATED", &["calculated"]), + ("DATABSASE", &["database"]), + ("SUMMMARISATION", &["summarisation"]), + ("RESILENCE", &["resilience"]), + ("EXPERIECES", &["experiences"]), + ("GILTY", &["guilty"]), + ("DEMENTIEVA", &["dementia"]), + ("FUTURISTISCH", &["futuristic"]), + ("SERVERLSSS", &["serverless"]), + ("REPRESENTATIONEN", &["representations"]), + ("DESCRITPRS", &["descriptors"]), + ("PROGRESSS", &["progresses", "progress"]), + ("SIDLEINE", &["sideline"]), + ("EXPLORACION", &["exploration"]), + ("ATTRIUTE", &["attribute"]), + ("QUARENTEE", &["guarantee"]), + ("CONRRUPTS", &["corrupts"]), + ("ASSOCIATONS", &["associations"]), + ("SECUENCES", &["sequences"]), + ("THRUE", &["thru"]), + ("ININITE", &["infinite"]), + ("STYLESSHEETS", &["stylesheets"]), + ("REPACKGE", &["repackage"]), + ("AGONSTIC", &["agnostic"]), + ("INIECT", &["inject"]), + ("INSTATIATIONS", &["instantiations"]), + ("PERFORME", &["perform", "performed"]), + ("VULERABILITIES", &["vulnerabilities"]), + ("MINTUES", &["minutes"]), + ("ENCOURAGMENT", &["encouragement"]), + ("AVANCE", &["advance"]), + ("BASTRACT", &["abstract"]), + ("TELELEVISION", &["television"]), + ("CONTAGIOSA", &["contagious"]), + ("DEFUALTDICT", &["defaultdict"]), + ("OPERTIONAL", &["operational"]), + ("SILOUET", &["silhouette"]), + ("HORADER", &["hoarder"]), + ("SYPMATHY", &["sympathy"]), + ("ASSIGHERS", &["assigners"]), + ("PASCHURISES", &["pasteurises"]), + ("CONSCIOUSELY", &["consciously"]), + ("FUNNILLY", &["funnily"]), + ("INSISTENTE", &["insistence"]), + ("DISTRIBUCION", &["distribution"]), + ("EXCTACTED", &["extracted"]), + ("EXECUTBALE", &["executable"]), + ("IMPOSSIBLBLE", &["impossible"]), + ("PROGRESSINO", &["progressions"]), + ("KNOWLEGEABEL", &["knowledgeable"]), + ("CUMULITIVE", &["cumulative"]), + ("DECREMEANTS", &["decrements"]), + ("TEMPRORAILY", &["temporarily"]), + ("OUER", &["outer"]), + ("RETRANSFERED", &["retransferred"]), + ("MARADUER", &["marauder"]), + ("CONSDIDER", &["consider"]), + ("TIEMSTAMPS", &["timestamps"]), + ("PROGAGATE", &["propagate"]), + ("MAGLED", &["mangled"]), + ("NAEM", &["name"]), + ("ANNAVERSERY", &["anniversary"]), + ("SENSABILITY", &["sensibility"]), + ("OPINYON", &["opinion"]), + ("PARALLES", &["parallels"]), + ("FACILTATE", &["facilitate"]), + ("ABILTIY", &["ability"]), + ("SISTEMATICS", &["systematics"]), + ("REPELL", &["repel"]), + ("UNREGNIZED", &["unrecognized"]), + ("SIMETRICLY", &["symmetricly"]), + ("CENSORHSIP", &["censorship"]), + ("WHILRWIND", &["whirlwind"]), + ("AAPROXIMATES", &["approximates"]), + ("SYNTHTIC", &["synthetic"]), + ("EXECUTABEL", &["executable"]), + ("ENVIORNEMNTAL", &["environmental"]), + ("CAPITLAIZE", &["capitalized"]), + ("SITUTION", &["situation"]), + ("REDIREC", &["redirect"]), + ("ATTAACHED", &["attached"]), + ("DEPDENDETS", &["dependents"]), + ("COMPAIBLE", &["compatible"]), + ("SCOURCER", &["scourer", "sorcerer", "scouser"]), + ("COLUD", &["cloud", "could"]), + ("EXPEWRIMENTING", &["experimenting"]), + ("ROBOTIS", &["robotics"]), + ("UNDERESTIMATEING", &["underestimating"]), + ("STARDARDIZE", &["standardize"]), + ("RECALCUALTES", &["recalculates"]), + ("MEMPRY", &["memory"]), + ("ADOLESCENSE", &["adolescence"]), + ("DISTINGIUSHING", &["distinguishing"]), + ("RELASPE", &["relapse"]), + ("NASTING", &["nesting"]), + ("MILICOUSLY", &["maliciously"]), + ("ENHANSE", &["enhances"]), + ("EXTERIOUR", &["exterior"]), + ("FUNTIONALITIES", &["functionalities"]), + ("BRAZILIIANS", &["brazilians"]), + ("MONUMENTUS", &["monuments"]), + ("ETHICALLLY", &["ethically"]), + ("COMBIATIONS", &["combinations"]), + ("HORIZONTALY", &["horizontally"]), + ("ISLMAISTS", &["islamists"]), + ("COMPLICATIED", &["complicate"]), + ("PERMUATATING", &["permutating"]), + ("SOOVINEAR", &["souvenir"]), + ("COMPUTACION", &["computation"]), + ("DESACTIVATED", &["deactivated"]), + ("BUTTTONS", &["buttons"]), + ("OTHOGONAL", &["orthogonal"]), + ("SPANWED", &["spawned"]), + ("INDICTEMENT", &["indictment"]), + ("COMPINSATE", &["compensate"]), + ("AUTHENTICTION", &["authentication"]), + ("NEIGHBOURBOOD", &["neighbourhood"]), + ("RENEGATIOTIATED", &["renegotiated"]), + ("SPEFIICATION", &["specification"]), + ("OVELAP", &["overlap"]), + ("COMMMANDS", &["commands"]), + ("ENMUM", &["enum"]), + ("MANUFACTORES", &["manufactures"]), + ("TORRENTERS", &["torrents"]), + ("BLEGIUM", &["belgium"]), + ("TAGG", &["tag"]), + ("TRESUARY", &["treasury"]), + ("THERFORE", &["therefore"]), + ("DOCEKR", &["docker"]), + ("SOUSTRACTION", &["subtraction"]), + ("CONDENM", &["condemn"]), + ("EDIITING", &["editing"]), + ("STORNGHOLD", &["stronghold"]), + ("IMPLEMT", &["implement"]), + ("THEIV", &["thief"]), + ("PRESUAMBLY", &["presumably"]), + ("DISSAPPROVE", &["disapprove"]), + ("MEBMER", &["member"]), + ("SPEPERATOR", &["separator"]), + ("TOGEHTER", &["together"]), + ( + "CORSE", + &[ + "course", "coarse", "core", "corpse", "cors", "corset", "curse", "horse", + "norse", "torse", "worse", + ], + ), + ("OSCILLATER", &["oscillator"]), + ("STAICALLY", &["statically"]), + ("HERCULEES", &["hercules"]), + ("FINSIHES", &["finishes"]), + ("COMPUNET", &["compute"]), + ("UNKNOWINGY", &["unknowingly"]), + ("AUTENTIFICATED", &["authenticated"]), + ("SHEPEREDS", &["shepherds"]), + ("SOMEOEN", &["someone"]), + ("SCRACH", &["scratch"]), + ("DEFERED", &["deferred"]), + ("CHARACTIRISTIC", &["characteristic"]), + ("SCUPTED", &["sculpted"]), + ("RADIOACTIEVE", &["radioactive"]), + ("SELLECTED", &["selected"]), + ("CONETING", &["connecting"]), + ("COLUMBINA", &["columbia"]), + ("NEGIOTATED", &["negotiated"]), + ("DATBASES", &["databases"]), + ("BONSUES", &["bonuses"]), + ("SHIRNK", &["shrink"]), + ("DEACTIVED", &["deactivated"]), + ("AHOULD", &["should"]), + ("SOCIALIZNG", &["socializing"]), + ("DEFINETILY", &["definitely"]), + ("VATICINA", &["vatican"]), + ("COTAIN", &["contain"]), + ("COORDONATE", &["coordinate"]), + ("REAPEATER", &["repeater"]), + ("CONSTITUED", &["constitute"]), + ("CUSOTMER", &["customer"]), + ("ALIGED", &["aligned"]), + ("FOLLWWING", &["following"]), + ("PROCEDED", &["proceeded", "preceded"]), + ("EXERSISING", &["exercising"]), + ("BRIMESTONE", &["brimstone"]), + ("PREPARTION", &["preparation"]), + ("COMPLEATLY", &["completely"]), + ("COLLOSAL", &["colossal"]), + ("LIFESTLYE", &["lifestyle"]), + ("SUGESTION", &["suggestion"]), + ("ACENDER", &["ascender"]), + ( + "INTERATIONS", + &["iterations", "interactions", "integrations"], + ), + ("PATTERENED", &["patterned"]), + ("FORINERS", &["foreigners"]), + ("TRANSFROMATION", &["transformation"]), + ("THUIS", &["this", "thus"]), + ("HIENOUS", &["heinous"]), + ("OPORTIONS", &["options", "apportions"]), + ("SYNCRONUS", &["synchronous"]), + ("TEMPALTE", &["template"]), + ("CONJONCTION", &["conjunction"]), + ("LUGAGE", &["luggage"]), + ("HATHCING", &["hatching"]), + ("SUSEQUENTLY", &["subsequently"]), + ("INTRRUPTS", &["interrupts"]), + ("PRESERVATIVO", &["preservation"]), + ("BODYBUIDLING", &["bodybuilding"]), + ("SUSPECTIABLE", &["susceptible"]), + ("CONFUGURE", &["configure"]), + ("LIMK", &["link"]), + ("BRAZILLANS", &["brazilians"]), + ("RELEVEANT", &["relevant"]), + ("UNDERTSTANDS", &["understands"]), + ("GUARNATY", &["guaranty"]), + ("ARRANGTE", &["arrange"]), + ("DISCONNEC", &["disconnect"]), + ("JERSYES", &["jerseys"]), + ("INCORRETLY", &["incorrectly"]), + ("MADSION", &["madison"]), + ("KIDNLY", &["kindly"]), + ("DISERTATION", &["dissertation"]), + ("SESCEDES", &["secedes"]), + ("SCALARIZAITON", &["scalarization"]), + ("RIGTHEOUS", &["righteous"]), + ("OMNISHINTS", &["omniscience"]), + ("UPSTERAMER", &["upstreamer"]), + ("DERYPT", &["decrypt"]), + ("FUNCIONAL", &["functional"]), + ("STATEMEN", &["statement"]), + ("AFER", &["after"]), + ("MEANINFUL", &["meaningful"]), + ("TRESURER", &["treasurer"]), + ("SUMULATED", &["simulated"]), + ("DISCRIMINITORY", &["discriminatory"]), + ("TERMINATERS", &["terminators"]), + ("TRANSPERENCIES", &["transparencies"]), + ("STABILITED", &["stabilized"]), + ("SLAUGTHERED", &["slaughtered"]), + ("ARISTOTEL", &["aristotle"]), + ("SUPERVISON", &["supervision"]), + ("TRABSFORM", &["transform"]), + ("CHECKPOIT", &["checkpoints"]), + ("REPSONDING", &["responding"]), + ("BOOTLEADER", &["bootloader"]), + ("DEACTIVETED", &["deactivated"]), + ("PRIORTISE", &["prioritise"]), + ("MANOUVER", &["maneuver"]), + ("PROBBAILITY", &["probability"]), + ("ENGINER", &["engineer"]), + ("SPEFICIEID", &["specified"]), + ("MANFIESTS", &["manifests"]), + ("COLABORATE", &["collaborate"]), + ("OCCURED", &["occurred"]), + ("DENTISTES", &["dentists"]), + ("FINGERNALS", &["fingernails"]), + ("GARUANTIED", &["guaranteed"]), + ("HOLLYWOD", &["hollywood"]), + ("DEVELP", &["develop"]), + ("VRIFY", &["verify"]), + ("VARABLES", &["variables"]), + ("CHAMPAGE", &["champagne"]), + ("OCTOPUNS", &["octopus"]), + ("PAITENT", &["patient"]), + ("ONL", &["only"]), + ("WIAVERS", &["waivers"]), + ("FUNCION", &["function"]), + ("EXPERIMMENTER", &["experimenter"]), + ("FEMININT", &["femininity"]), + ("FORMATTIND", &["formatting"]), + ("ABSTACTLY", &["abstractly"]), + ("SOUNDARD", &["soundcard"]), + ("BRAODER", &["broader"]), + ("ASSFALTS", &["asphalts"]), + ("UNPREDICATABLE", &["unpredictable"]), + ("LANAGUGES", &["languages"]), + ("QUESTIOSN", &["questions"]), + ("BRUNETE", &["brunette"]), + ("TENSIONES", &["tensions"]), + ("TRANSACRTION", &["transaction"]), + ("SENTANCING", &["sentencing"]), + ("DRASTICAL", &["drastically"]), + ("FUTRUE", &["future"]), + ("SARIMONIAL", &["ceremonial"]), + ("ENOUCNTERS", &["encounters"]), + ("DEVIATIE", &["deviate"]), + ("BICAST", &["bitcast"]), + ("LOGARITHIMIC", &["logarithmic"]), + ("REWRIABLE", &["rewritable", "reliable"]), + ("TIMNE", &["time"]), + ("BEAUTILFUL", &["beautifully"]), + ("CONTENTN", &["content"]), + ("EXCLAMATING", &["exclamation"]), + ("SOCIALINI", &["socializing"]), + ("VIRUALIZATION", &["visualization"]), + ("EXECUTIVAS", &["executives"]), + ("COMPOSITIES", &["composite"]), + ("INFLUENCIE", &["influences"]), + ("LOGISITCS", &["logistics"]), + ("CHARISA", &["charisma"]), + ("INVESTIGSTING", &["investigating"]), + ("SPEFIXIFER", &["specifier"]), + ("REQURING", &["requiring"]), + ("MODIFFERS", &["modifiers"]), + ("ENHACE", &["enhance"]), + ("UBUNUTU", &["ubuntu"]), + ("MURDEREROUS", &["murderers"]), + ("EMMIT", &["emit"]), + ("BORDERLANS", &["borderlands"]), + ("GUARENTEES", &["guarantees"]), + ("TRANSLATER", &["translator"]), + ("DEFNINITION", &["definition"]), + ("RECCURING", &["recurring"]), + ("ROCORDING", &["recording"]), + ("FACILIATES", &["facilitates"]), + ("SYRCAUSE", &["syracuse"]), + ("ACUMALATED", &["accumulated"]), + ("WIMMEN", &["women"]), + ("FRAUDULANT", &["fraudulent"]), + ("STRECTHES", &["stretches"]), + ("PREORDERES", &["preorders"]), + ("CUSTOMZIED", &["customized"]), + ("MUTCH", &["much"]), + ("PRONUNCUATION", &["pronunciation"]), + ("IMPLEMENRT", &["implement"]), + ("EXPERESSION", &["expression"]), + ("EFFIENTLY", &["efficiently"]), + ("BITTERSWET", &["bittersweet"]), + ("UNIVIERSAL", &["universal"]), + ("DATATPYES", &["datatypes"]), + ("DEPDENDANCY", &["dependency"]), + ("INCOMPATAIBILITY", &["incompatibility"]), + ("NATURENS", &["natures"]), + ("COERSION", &["coercion", "conversion"]), + ("SCTIPTED", &["scripted"]), + ("ANDLERS", &["handlers", "antlers"]), + ("APPLIATIONS", &["applications"]), + ("LEXOGRAPHICAL", &["lexicographical"]), + ("BRITIAN", &["britain"]), + ("MYSEKF", &["myself"]), + ("INTANCE", &["instance", "intense"]), + ("RERUNING", &["rerunning"]), + ("QUWESANT", &["croissant"]), + ("PLASEMENTS", &["placements"]), + ("DESTINTATIONS", &["destinations"]), + ("SUDIO", &["audio", "sudo"]), + ("ENABLEING", &["enabling"]), + ("INBBOX", &["inbox"]), + ("HOMELESNESS", &["homelessness"]), + ("ANAYLSES", &["analyses"]), + ("CAEFULLY", &["carefully"]), + ("MOCROCONTROLLERS", &["microcontrollers"]), + ("THREREFORE", &["therefore"]), + ("SINGELTON", &["singleton"]), + ("WEAHTERS", &["weathers"]), + ("RETURMS", &["returns"]), + ("VULNREABILITY", &["vulnerability"]), + ("NOCTRUNE", &["nocturne"]), + ("MODIVATIONAL", &["motivational"]), + ("DETECHED", &["detached", "detected"]), + ("ACTIVACION", &["activation"]), + ("FORIGN", &["foreign"]), + ("TANGETIAL", &["tangential"]), + ("UPSTREAMEDD", &["upstreamed"]), + ("UNCANNEY", &["uncanny"]), + ("PROSTITUDES", &["prostitutes"]), + ("TYPLE", &["tuple"]), + ("HEARTBEAST", &["heartbeat"]), + ("PROOCEDURE", &["procedure"]), + ("IOCLT", &["ioctl"]), + ("COMPILR", &["compiler"]), + ("SPCIFIED", &["specified"]), + ("EXAMLPES", &["examples"]), + ("INSTRUCUTION", &["instruction"]), + ("SURREPTIOUS", &["surreptitious"]), + ("PERCAUTIONS", &["precautions"]), + ("DISPLACEMNTS", &["displacements"]), + ("DIFFFERENCE", &["difference"]), + ("RECTIFIY", &["rectify"]), + ("NCREMENT", &["increment"]), + ("CINFIGURATIONS", &["configurations"]), + ("IMPLEMENTES", &["implements"]), + ("ACCRESS", &["access"]), + ("ASSURRED", &["assured"]), + ("OFFERRED", &["offered"]), + ("INRESPONSIBLE", &["irresponsible"]), + ("MINUM", &["minimum"]), + ("SUBSTENTIALLY", &["substantially"]), + ("MISSIONARIS", &["missionaries"]), + ("NOSTOLGIA", &["nostalgia"]), + ("SOUTHERNERNS", &["southerners"]), + ("RENEGOTITAORS", &["renegotiators"]), + ("SEUQENCE", &["sequence"]), + ("CONVERASTIONS", &["conservation"]), + ("DENOMITATORS", &["denominators"]), + ("RETREVABLE", &["retrievable"]), + ("RELESAE", &["release"]), + ("ALTERNATIE", &["alternatives", "alternate", "alternative"]), + ("OUTUTS", &["outputs"]), + ("WEAKNESSS", &["weaknesses"]), + ("RENEGOTATING", &["renegotiating"]), + ("FAMILIARY", &["familiarity"]), + ("LONGITME", &["longtime"]), + ("FOMATING", &["formatting"]), + ("AUTOMAGICALL", &["automagically"]), + ("PREPARETION", &["preparation"]), + ("AMATERUS", &["amateurs"]), + ("PROHRAM", &["program"]), + ("DERPATOLOGIST", &["dermatologist"]), + ("INTREPRETATIONS", &["interpretations"]), + ("HALLUCINATIN", &["hallucinations"]), + ("AGRESSIE", &["aggressive"]), + ("PRIOTIZED", &["prioritized"]), + ("TRADITIONALY", &["traditionally"]), + ("RETRANSMITION", &["retransmission"]), + ("INSISTAS", &["insists"]), + ("TRANSCIEVERS", &["transceivers"]), + ("PSACES", &["spaces", "paces"]), + ("ACCURRACY", &["accuracy"]), + ("CARDIOVASCULAIRE", &["cardiovascular"]), + ("IGORNED", &["ignored"]), + ("IMMOBILLE", &["immobile"]), + ("CHIPERSUITE", &["ciphersuite"]), + ("DIRECTSONG", &["directions"]), + ("REPITITIONS", &["repetitions"]), + ("DISSOVLE", &["dissolve"]), + ("INTEREP", &["interop"]), + ("CHEKED", &["checked"]), + ("ACCORDIINGLY", &["accordingly"]), + ("NEGOATIATES", &["negotiates"]), + ("MANNUALY", &["manually"]), + ("PROFESSIONALISIM", &["professionalism"]), + ("DIFUSSION", &["diffusion"]), + ("TRASNPORT", &["transport"]), + ("DESCIPTION", &["description"]), + ("FEBRURAY", &["february"]), + ("CREATEA", &["create"]), + ("PREPPENTED", &["prepended"]), + ("OCCCURS", &["occurs"]), + ("RETARGETTING", &["retargeting"]), + ("LAUGHABLELY", &["laughably"]), + ("COORDINADOR", &["coordinator"]), + ("BUNDEL", &["bundle"]), + ("POIINTS", &["points"]), + ("DESTURBING", &["disturbing"]), + ("ASUMPTION", &["assumption"]), + ("EXPERIMENTION", &["experimenting"]), + ("HORZIONTALLY", &["horizontally"]), + ("CONTROOLER", &["controller"]), + ("LIMITITER", &["limiter"]), + ("IMAPCTS", &["impacts"]), + ("AGORITHM", &["algorithm"]), + ("OCCASIOANLLY", &["occasionally"]), + ("STRIAGHTEN", &["straighten"]), + ("QUERYIES", &["queries"]), + ("TEOREM", &["theorem"]), + ("PORTUGUEASE", &["portuguese"]), + ("BIAPPICATIVE", &["biapplicative"]), + ("AEORSPACE", &["aerospace"]), + ("THSES", &["these"]), + ("SERVANS", &["servants"]), + ("TECHNICAN", &["technician"]), + ("EXPERIMENTAT", &["experimental"]), + ("CTHULUH", &["cthulhu"]), + ("BARAY", &["beret"]), + ("ECXTRACTED", &["extracted"]), + ("REPULSIE", &["repulsive"]), + ("SITUBBORNNESS", &["stubbornness"]), + ("INFESTIONS", &["infections"]), + ("REPONSE", &["response"]), + ("CONSIT", &["consist"]), + ("ESCAPEMANT", &["escapement"]), + ("INTERFCE", &["interface"]), + ("DEFAULST", &["defaults", "default"]), + ("ASTRANAUTS", &["astronauts"]), + ("CUMULATTIVE", &["cumulative"]), + ("LOOOK", &["look"]), + ("CONFUGURATIONS", &["configurations"]), + ("STIRRIG", &["stirring"]), + ("BELWO", &["below"]), + ("APOSTROPES", &["apostrophe"]), + ("NOTIFER", &["notifier"]), + ("PROPOSICION", &["proposition"]), + ("INDEPDENENT", &["independents", "independent"]), + ("SEMANITCS", &["semantics"]), + ("REBOUNCING", &["rebounding"]), + ("AUTHENICATORS", &["authenticators"]), + ("PHYSCIATRISTS", &["psychiatrists"]), + ("APARENTLY", &["apparently"]), + ("SHEPED", &["shaped", "shepherd"]), + ("ACHITECTURES", &["architectures"]), + ("SPONTANEUS", &["spontaneous"]), + ("EXPLIN", &["explain"]), + ("CERTICICATE", &["certificate"]), + ("PHILIPPINOS", &["philippines"]), + ("ACCUMULTED", &["accumulated"]), + ("AUTHETNICATE", &["authenticate"]), + ("TANSVERSE", &["transverse"]), + ("PRECAUCION", &["precaution"]), + ("REGERTS", &["regrets"]), + ("SHEPE", &["shape"]), + ("ASSOAIATING", &["associating"]), + ("MANIFESTUS", &["manifests"]), + ("PARTICIPATNS", &["participant"]), + ("OPPORTUINITY", &["opportunity"]), + ("RESISTAS", &["resists"]), + ("ATTRIBURTED", &["attributed"]), + ("DUAGHTER", &["daughter"]), + ("DOMINATIN", &["domination"]), + ("LAUNCHERED", &["launched"]), + ("BUSINESSEN", &["businessmen"]), + ("EVENTIALLY", &["eventually"]), + ("BECAUSEE", &["because"]), + ("SPWAN", &["spawn"]), + ("SCHEDUING", &["scheduling"]), + ("NTIFICATION", &["notification"]), + ("WIEF", &["wife"]), + ("CONSCTRUCT", &["construct"]), + ("CORREPSONDENCE", &["correspondence"]), + ("QUOSHANTS", &["quotients"]), + ("BLOCKHAIN", &["blockchain"]), + ("ATMOSPHEREIC", &["atmospheric"]), + ("SEMAPHOR", &["semaphore"]), + ("UPLAODADED", &["uploaded"]), + ("SEZIURES", &["seizures"]), + ("REAARANGES", &["rearranges"]), + ("ITERFACES", &["interfaces"]), + ("PARAGRAHS", &["paragraphs"]), + ("EQUILAVENTS", &["equivalents"]), + ("PARAMETTERS", &["parameters"]), + ("WISHLSIT", &["wishlist"]), + ("MISSCONFIGURES", &["misconfigures"]), + ("ENTREPERNEUR", &["entrepreneurs"]), + ("EARY", &["eery"]), + ("AXIXSYMMETRIC", &["axisymmetric"]), + ("MICROWAVEES", &["microwaves"]), + ("SPONATENOUS", &["spontaneous"]), + ("FACINATING", &["fascinating"]), + ("CONJUNTIONS", &["conjunctions"]), + ("WRAPP", &["wrap"]), + ("CORRECTLLY", &["correctly"]), + ("ELEMETAL", &["elemental"]), + ("REGITERING", &["registering"]), + ("SYSTAMATIC", &["systematic"]), + ("INDEPEDNENT", &["independents"]), + ("INITALISING", &["initialising"]), + ("IRLEAND", &["ireland"]), + ("ANNNOUNCE", &["announce"]), + ("ENHACEMENTS", &["enhancements"]), + ("UNIMIPLEMENTED", &["unimplemented"]), + ("ADAPTAION", &["adaptation"]), + ("LIBERATIN", &["liberation"]), + ("APRROXIMATE", &["approximate"]), + ("STRAWBRERRY", &["strawberry"]), + ("FULLLY", &["fully"]), + ("EXECUDES", &["executes"]), + ("SYNCRONIZE", &["synchronize"]), + ("MESSAGSES", &["messages"]), + ("ARMSTORNG", &["armstrong"]), + ("PERPITRATOR", &["perpetrator"]), + ("MIMACHD", &["mismatched"]), + ("GEOMTERICALLY", &["geometrically"]), + ("RENEGOTITATE", &["renegotiate"]), + ("PTHREDS", &["pthreads"]), + ("NEUROSCIENZE", &["neuroscience"]), + ("INDIVUALLY", &["individually"]), + ("ESCLUSIONS", &["exclusions"]), + ("ALREAADY", &["already"]), + ("UNMAANAGED", &["unmanaged"]), + ("JUDAISIM", &["judaism"]), + ("INIALIZE", &["initialize"]), + ("SYSBOLS", &["symbols"]), + ("FLACOR", &["flavor"]), + ("PRIVILEGIEN", &["privilege"]), + ("SPECIAS", &["specials"]), + ("CONTRIBUTONS", &["contributors"]), + ("SISTEMED", &["systemed"]), + ("SKETCK", &["skate", "sketch"]), + ("PYHTHON", &["python"]), + ("LOCAION", &["location"]), + ("NIEVEATAY", &["naivete"]), + ("EXPERIMENELLY", &["experimentally"]), + ("ELECTRICTIAN", &["electrician"]), + ("REGITERS", &["registers"]), + ("CONFIGIURATION", &["configuration"]), + ("INSENTIVES", &["incentives"]), + ("SUBSYSTHEM", &["subsystem"]), + ("COMPARISMS", &["comparisons"]), + ("SANBDOX", &["sandbox"]), + ("RELAGED", &["related"]), + ("ETHNAOL", &["ethanol"]), + ("INTUITEVLY", &["intuitively"]), + ("PUNISHS", &["punishes"]), + ("GARNOLA", &["granola"]), + ("WRONF", &["wrong"]), + ("DELPOYS", &["deploys"]), + ("IGORING", &["ignoring"]), + ("DESTRUKTOR", &["destructor"]), + ("INEXPECTEDLY", &["unexpectedly"]), + ("SIMULATO", &["simulation"]), + ("DEVELPOMENT", &["developments"]), + ("PROPROABLE", &["probable"]), + ("BARSITA", &["barista"]), + ("CHISLED", &["chiseled"]), + ("ELAGANCE", &["elegant"]), + ("APPLICBLE", &["applicable"]), + ("CAPITOLIZATION", &["capitalization"]), + ("HYSTERISKA", &["hysteria"]), + ("CORPARATE", &["corporate"]), + ("BACKGRONDS", &["backgrounds"]), + ("NROMANDY", &["normandy"]), + ("OCCORS", &["occurs"]), + ("OLMYPICS", &["olympics"]), + ("ITMES", &["items", "times"]), + ("PLETHROA", &["plethora"]), + ("SHAMPIONSHIP", &["championship"]), + ("CHARACTEAR", &["character"]), + ("VEGETARIENS", &["vegetarians"]), + ("COMAPRABLE", &["comparable"]), + ("DAMANGED", &["damaged"]), + ("ATOMSPHERE", &["atmosphere"]), + ("DESPERATEDLY", &["desperately"]), + ("VARIENCE", &["variance"]), + ("ENDORCES", &["endorse"]), + ("REPOSONDERS", &["responders"]), + ("LIBEROFFICE", &["libreoffice"]), + ("FREQUENTRY", &["frequently"]), + ("PREPATES", &["prepares"]), + ("PORGRAMMEERS", &["programmers"]), + ("SCRIPOTING", &["scripting"]), + ("DEFININTION", &["definition"]), + ("INTEREVIEW", &["interview"]), + ("EARTHQAUKE", &["earthquake"]), + ("DATESET", &["dataset"]), + ("THIGHT", &["tight", "thigh", "fight"]), + ("PERFUR", &["prefer"]), + ("BESEIGING", &["besieging"]), + ("PENDANTIC", &["pedantic"]), + ("LANGUACE", &["language"]), + ("CONVERSATIONABLE", &["conversational"]), + ("DDITIONAL", &["additional"]), + ("LUSHIS", &["luscious"]), + ("PRESETATION", &["presentation"]), + ("DEFAULH", &["default"]), + ("VULNERABILITIY", &["vulnerability"]), + ("UNITITIALIZED", &["uninitialized"]), + ("BRISBEN", &["brisbane"]), + ("ARGUMETN", &["argument"]), + ("SERTIFICATION", &["certification"]), + ("ADUIOBOOK", &["audiobook"]), + ("INTERFERRE", &["interfere"]), + ("PROTRAYED", &["portrayed"]), + ("TRASFERRED", &["transferred"]), + ("DESKTOPBSD", &["desktops"]), + ("PALESTINIER", &["palestine"]), + ("SUBNEGOITATION", &["subnegotiation"]), + ("SUBTSITUTATBLE", &["substitutable"]), + ("CONSTCURTS", &["constructs"]), + ("AWOID", &["avoid"]), + ("ALMOSTLY", &["almost"]), + ("PARTICIPANTE", &["participate"]), + ("AUXILLIARY", &["auxiliary"]), + ("DOWNGADING", &["downgrading"]), + ("SURVIVEBILITY", &["survivability"]), + ("FORGEINERS", &["foreigners"]), + ("DEMONINATORS", &["denominators"]), + ("INSTALE", &["install"]), + ("FOLLEWING", &["following"]), + ("DICONNECTION", &["disconnection"]), + ("ITERRUPT", &["interrupt"]), + ("THURDAY", &["thursday"]), + ("HAMBURGLERS", &["hamburgers"]), + ("CRIRICALS", &["criticals"]), + ("COUNTERPAR", &["counterpart"]), + ("TROLLYS", &["trolleys"]), + ("HEIDELBURG", &["heidelberg"]), + ("FRAMWEWORK", &["framework"]), + ("VERTIFICATIONS", &["verifications"]), + ("IMPLEMENTATINO", &["implementations"]), + ("RELYS", &["relies"]), + ("ACHEEVEMENT", &["achievement"]), + ("OPTAINED", &["obtained"]), + ("AVISORIES", &["advisories"]), + ("VIRTUELL", &["virtual"]), + ("PROBABLLY", &["probably"]), + ("RESEACH", &["research"]), + ("OUTOIGN", &["outgoing"]), + ("SENSIBEL", &["sensible"]), + ("HARDWARD", &["hardware"]), + ("VISUALLIZATION", &["visualization"]), + ("CONSOEL", &["console"]), + ("MIRORRING", &["mirroring"]), + ("PREPONDERENCE", &["preponderance"]), + ("DISCRAPENCY", &["discrepancy"]), + ("INCRIMENTAL", &["incremental"]), + ("EXTERIOARA", &["exterior"]), + ("ASENDANCE", &["ascendance"]), + ("DISCOVRS", &["discovers"]), + ("INGORANT", &["ignorant"]), + ("EXPETECTING", &["expecting"]), + ("ENABE", &["enable"]), + ("IMPLICT", &["implicit"]), + ("EMBRIOS", &["embryos"]), + ("CSAES", &["cases"]), + ("THROTLLING", &["throttling"]), + ("RESPERATORY", &["respiratory"]), + ("LIKELEY", &["likely"]), + ("EALIEST", &["earliest"]), + ("OAUT", &["oauth"]), + ("REVERET", &["revert"]), + ("PARAMTRICAL", &["parametrical"]), + ("HONORIC", &["honorific"]), + ("CONDIFURABLE", &["configurable"]), + ("SLEFIES", &["selfies"]), + ("SWICTHED", &["switched"]), + ("POPULER", &["popular"]), + ("CHLIDS", &["children"]), + ("ENCHANCED", &["enhanced"]), + ("CONANICAL", &["canonical"]), + ("OCOTPUS", &["octopus"]), + ("GOVERNMEANT", &["governmental"]), + ("DUPLICTION", &["duplication"]), + ("NIGHTLTY", &["nightly"]), + ("STATEGISED", &["strategised"]), + ("VURNERABILITIES", &["vulnerabilities"]), + ("CHARACTES", &["characters"]), + ("MINIMIUM", &["minimum"]), + ("RETARDATING", &["retardation"]), + ("APPROPIRATE", &["appropriate"]), + ("FILAL", &["final"]), + ("REALISITC", &["realistic"]), + ("PLAUSIBE", &["plausible"]), + ("SEGMEND", &["segment"]), + ("ELECTROMAGNETC", &["electromagnetic"]), + ("LMITED", &["limited"]), + ("ENCHANGING", &["enchanting"]), + ("SUPERSEEDS", &["supersedes"]), + ("UNCODITIONALLY", &["unconditionally"]), + ("SHEILDED", &["shielded"]), + ("RHYTHIM", &["rhythm"]), + ("DEPRACTED", &["deprecated"]), + ("INITIALISEING", &["initialising"]), + ("QUSTION", &["question"]), + ("EXCERSIZES", &["exercises"]), + ("DEKETED", &["deleted"]), + ("INTROVENTS", &["introverts"]), + ("CLUSTE", &["cluster"]), + ("MAESUREMENTS", &["measurements"]), + ("OVERKLOCKED", &["overclocked"]), + ("PERCISION", &["precision"]), + ("COUTNERPOINT", &["counterpoint"]), + ("OVVERRIDES", &["overrides"]), + ("DEVIDED", &["divided"]), + ("CLIPBOAD", &["clipboard"]), + ("NEGOTIONATING", &["negotiating"]), + ("ADJUSTAMENT", &["adjustment"]), + ("PROGRESSERS", &["progresses"]), + ("TARCING", &["tracing"]), + ("HEARTBRAKER", &["heartbreak"]), + ("SUPPOPRTED", &["supported"]), + ("CONSULTAT", &["consultant"]), + ("MUTATATIONS", &["mutations"]), + ("RECOMMANDS", &["recommends"]), + ("PERSWASION", &["persuasion"]), + ("RECUNING", &["reckoning", "recusing", "retuning"]), + ("QUESR", &["quest"]), + ("SHAKESPHERE", &["shakespeare"]), + ("PATICULAR", &["particular"]), + ("ITENTICAL", &["identical"]), + ("EXEQUTION", &["execution"]), + ("SYNTETHIC", &["synthetic"]), + ("INITITALISING", &["initialising"]), + ("INSTLAL", &["instal"]), + ("NECESSAY", &["necessary"]), + ("ASURE", &["assure"]), + ("AUTOMATICLY", &["automatically"]), + ("CONFIGUREING", &["configuring"]), + ("PERMANENTY", &["permanently"]), + ("UPPORTERD", &["supported"]), + ("TRASLALATIONS", &["translations"]), + ("CHOCALATES", &["chocolates"]), + ("PROTRAITS", &["portraits"]), + ("TRAVERESED", &["traversed"]), + ("ENDINESS", &["endianness"]), + ("ACCUMULATON", &["accumulation"]), + ("AUSTERIY", &["austerity"]), + ("DISAPPROUVING", &["disapproving"]), + ("EVERYTHINGS", &["everything"]), + ("SUSPICIOULY", &["suspiciously"]), + ("PRSET", &["preset"]), + ("ASUTRALIAN", &["australian"]), + ("SCOREBOAD", &["scoreboard"]), + ("LENGUAGE", &["language"]), + ("PHOSPHER", &["phosphor"]), + ("PERFOMEED", &["performed"]), + ("REVLOVES", &["revolves"]), + ("FOREINGER", &["foreigner"]), + ("NEGLAGENCE", &["negligence"]), + ("COMPATIVLE", &["compatible"]), + ("PROCCESSED", &["processed"]), + ("CYCLINDERS", &["cylinders"]), + ("KLICK", &["click"]), + ("REMINISCANT", &["reminiscent"]), + ("SICE", &["since"]), + ("BACKGROUDN", &["backgrounds", "background"]), + ("UNICORNUS", &["unicorns"]), + ("UPDDATE", &["update"]), + ("PROGRAMMME", &["programme"]), + ("SPILTTER", &["splitter"]), + ("INTERAKTIONS", &["interactions"]), + ("POLICIY", &["policy"]), + ("COMPESITIONS", &["compositions"]), + ("NUCELUS", &["nucleus"]), + ("MAGENT", &["magenta", "magnet"]), + ("NUMBDER", &["number"]), + ("CONCERNTRATING", &["concentrating"]), + ("OBESERVERS", &["observers"]), + ("THHIS", &["this"]), + ("EXPERIMENTAIT", &["experiment"]), + ("CIRCLUAR", &["circular"]), + ("CONDNTIONAL", &["conditional"]), + ("DIFFERENE", &["differences", "difference"]), + ("BETWEAN", &["between"]), + ("SCRIOPTS", &["scripts"]), + ("BECAYSE", &["because"]), + ("TAK", &["take"]), + ("MONITORES", &["monitors"]), + ("SPECICIED", &["specified"]), + ("FIELNEAME", &["filename"]), + ("COVNERTED", &["converted"]), + ("COMPETITON", &["competition"]), + ("CAHINED", &["chained"]), + ("EXAGGURATED", &["exaggerated"]), + ("LANGUEGES", &["languages"]), + ("SESITIVITY", &["sensitivity"]), + ("COMRPESS", &["compress"]), + ("EHTNICALLY", &["ethnically"]), + ("WHIKE", &["while"]), + ("INTERFERANCE", &["interference"]), + ("VRITUALIZE", &["virtualize"]), + ("OPARTOR", &["operator"]), + ("RATHERN", &["rather"]), + ("DECTECTING", &["detecting"]), + ("INTERATIONAL", &["international"]), + ("DYSFUNCITONAL", &["dysfunctional"]), + ("ALGOTIHMIC", &["algorithmic"]), + ("STREIGTISH", &["straightish"]), + ("CANNOICAL", &["canonical"]), + ("MISOGYNYST", &["misogynist"]), + ("PERMISE", &["premise"]), + ("PARTERNSHIPS", &["partnership"]), + ("MEZMORISES", &["mesmerises"]), + ("CINEMATAGRAPHY", &["cinematography"]), + ("UNCOMMPRESSION", &["uncompression"]), + ("CONDITIONNED", &["conditioned"]), + ("CHAMPIONSIP", &["championship"]), + ("DISSOBEDIANCE", &["disobedience"]), + ("PLASTIS", &["plastics"]), + ("FRATERNTIY", &["fraternity"]), + ("APPREICATING", &["appreciating"]), + ("AVATARES", &["avatars"]), + ("REINFOCEMENTS", &["reinforcements"]), + ("LIBERTARIAISM", &["libertarianism"]), + ("ANTHROPOLY", &["anthropology"]), + ("THEMSLEF", &["themself"]), + ("CONGRETATION", &["congregation"]), + ("METHEMATICIAN", &["mathematician"]), + ("SPECIALIZIED", &["specialize"]), + ("USERPSACE", &["userspace"]), + ("EXSTREAM", &["extreme"]), + ("UNCONFORTABILITY", &["discomfort"]), + ("DISINGENIOUS", &["disingenuous"]), + ("CONVICTO", &["conviction"]), + ("REWITE", &["rewrite"]), + ("REPRODUCTIVO", &["reproduction"]), + ("ANTIBIODIC", &["antibiotic"]), + ("BRIGES", &["bridges"]), + ("PLCAEHOLDERS", &["placeholders"]), + ("CAADS", &["cards"]), + ("ASEMBLING", &["assembling"]), + ("OSTENSIABLY", &["ostensibly"]), + ("CELLEBRATES", &["celebrates"]), + ("DISRESPEKT", &["disrespect"]), + ("CONAINES", &["contains"]), + ("GOVERNEMTN", &["government"]), + ("DOMINANTED", &["dominated"]), + ("PORTRAYES", &["portrays"]), + ("EMBBEDDINGS", &["embeddings"]), + ("OVERCLOAKING", &["overclocking"]), + ("MISTAKINGLY", &["mistakenly"]), + ("IGNORND", &["ignored"]), + ("DEPRETIATION", &["depreciation", "deprecation"]), + ("DEFINET", &["definite"]), + ("PROSTITITION", &["prostitution"]), + ("SYNONYMNS", &["synonyms"]), + ("METAPHSYICS", &["metaphysics"]), + ("CAPABILIITES", &["capabilities"]), + ("UNEXPESTEDLY", &["unexpectedly"]), + ("SPAECES", &["spaces"]), + ("SYMPTUMATIC", &["symptomatic"]), + ("TRANSATCTIONS", &["transactions"]), + ("VIRTUALIZIATION", &["virtualization"]), + ("SCANDLAS", &["scandals"]), + ("FABRICAS", &["fabrics"]), + ("PRECOMILED", &["precompiled"]), + ("DEVIIATES", &["deviates"]), + ("PEDASTAL", &["pedestal"]), + ("FORCEFULLLY", &["forcefully"]), + ("RESOLVINF", &["resolving"]), + ("CHILDRES", &["childrens", "children"]), + ("SIMILIRATIES", &["similarities"]), + ("CONCENRS", &["concerns"]), + ("OVERCODING", &["overcoming"]), + ("RIDICULUE", &["ridicule"]), + ("WEEVED", &["weaved", "wove"]), + ("MODFIICATIONS", &["modifications"]), + ("RECONEECTS", &["reconnects"]), + ("PROTEEN", &["preteen", "protean", "protein"]), + ("DETALIED", &["detailed"]), + ("LOGSITICS", &["logistics"]), + ("MAGNIFINE", &["magnificent"]), + ("COMPTABILE", &["compatible"]), + ("RIGTH", &["right"]), + ("REWRIITE", &["rewrite"]), + ("LABENESE", &["lebanese"]), + ("ALGORTHYN", &["algorithm"]), + ("GENERATIONENS", &["generations"]), + ("PREFFERABLE", &["preferable"]), + ("POLARIY", &["polarity"]), + ("CONTINUARLA", &["continual"]), + ("PARANIOA", &["paranoia"]), + ("COVERSIONS", &["conversions"]), + ("COMVENTIONS", &["conventions"]), + ("PEAPELS", &["peoples"]), + ("OFSETTED", &["offsetted"]), + ("CONTEMPORANY", &["contemporary"]), + ("PUBLISED", &["published"]), + ("FRISDAY", &["friday"]), + ("INIITIAL", &["initial"]), + ("KRONICLED", &["chronicled"]), + ("IMPLETATION", &["implementation"]), + ("CONFERMATION", &["confirmation"]), + ("INSTRUCION", &["instruction"]), + ("INTRINISICS", &["intrinsics"]), + ("ANGOSTIC", &["agnostic"]), + ("MANDASTE", &["mandates"]), + ("SQUASHGIN", &["squashing"]), + ("VARIAVLES", &["variables"]), + ("FASHIONALBLE", &["fashionable"]), + ("GIGIBIT", &["gigabit"]), + ("BANDWITH", &["bandwidth"]), + ("SYMOBLS", &["symbols"]), + ("MNETHODS", &["methods"]), + ("INSTALLUS", &["installs"]), + ("NUBMER", &["number"]), + ("FAILLURE", &["failure"]), + ("ESITMATORS", &["estimators"]), + ("TEMPORYRILY", &["temporarily"]), + ("CONFUZES", &["confuses"]), + ("EXTREEMS", &["extremes"]), + ("DEPNDING", &["depending"]), + ("SHARDHOLDERS", &["shareholders"]), + ("MULITNATIONALS", &["multinational"]), + ("MALAYSAIN", &["malaysian"]), + ("HITOGRAM", &["histogram"]), + ("IMPREMENTED", &["implemented"]), + ("INTIMITADE", &["intimidated"]), + ("WTH", &["with"]), + ("TENTION", &["tension"]), + ("BOLOR", &["color"]), + ("FOLWOIN", &["following"]), + ("THERERIN", &["therein"]), + ("WINDSHEILD", &["windshield"]), + ("FOLLOING", &["following"]), + ("ASYNCHORNOUSLY", &["asynchronously"]), + ("RESUCTION", &["reduction"]), + ("CALIASED", &["aliased"]), + ("PROOVE", &["prove"]), + ("ALOMOST", &["almost"]), + ("PRIMAIRLY", &["primarily"]), + ("NAST", &["mast", "nasty", "nest"]), + ("PROTESTES", &["protests"]), + ("ATRTRIBUTES", &["attributes"]), + ("ARLIGHTY", &["alrighty"]), + ("TRAINGULATING", &["triangulating"]), + ("TEMPROMENT", &["temperament"]), + ("INDISIOUS", &["insidious"]), + ("INTENSES", &["intents"]), + ("INTERFASE", &["interfaces"]), + ("SUBSTITE", &["substitute"]), + ("PARAMTERS", &["parameters"]), + ("INTEPRETABLE", &["interpretable"]), + ("EXPERSIONS", &["expressions"]), + ("MODFIIABLE", &["modifiable"]), + ("WHIRPOOLS", &["whirlpools"]), + ("FEBEWARY", &["february"]), + ("MUTLI", &["multi"]), + ("INBALANCED", &["imbalanced"]), + ("BUTCHERD", &["butchered"]), + ("VARN", &["warn"]), + ("VIOLANCE", &["violence"]), + ("PSHYCOTIC", &["psychotic"]), + ("INVENTIONES", &["inventions"]), + ("DIRECORIES", &["directories"]), + ("MANETAINED", &["maintained"]), + ("INHERITENCES", &["inheritances"]), + ("DEACLOCK", &["deadlock"]), + ("SUMMMARY", &["summary"]), + ("ALGORISTHMS", &["algorithms"]), + ("FREQUENTILY", &["frequently"]), + ("REFERE", &["refer", "referee"]), + ("CIMPTUM", &["symptom"]), + ("FLIENAME", &["filename"]), + ("ANTAGANISTIC", &["antagonistic"]), + ("INTERSTELLER", &["interstellar"]), + ("RELATIOPNSHIP", &["relationship"]), + ("SIGNIFCANT", &["significant"]), + ("SANIZER", &["sanitizer"]), + ("SILOWETIST", &["silhouettist"]), + ("PROLOGOMENA", &["prolegomena"]), + ("TRANSITO", &["transition"]), + ("INCONVINIENCES", &["inconveniences"]), + ("ALIS", &["alas", "alias", "alms", "axis"]), + ("ALTERNATIVOS", &["alternatives"]), + ("RATATOOLEE", &["ratatouille"]), + ("MISREPRESENTAITON", &["misrepresentation"]), + ("RESROUCED", &["resourced"]), + ("MIHT", &["might"]), + ("CAMPUSS", &["campuses"]), + ("AVDISORIYES", &["advisories"]), + ("LOOBPACK", &["loopback"]), + ("EMBEDDS", &["embeds"]), + ("CONNECTIN", &["connecting", "connection"]), + ("FIREFIGHER", &["firefighter"]), + ("COMPUNDS", &["compounds"]), + ("INTERSECTON", &["intersection"]), + ("CONSTANTIVS", &["constants"]), + ("ABSOLUE", &["absolute"]), + ("DECALRING", &["declaring"]), + ("PROHOBITED", &["prohibited"]), + ("SERIALIALIZE", &["serialize"]), + ("EATHER", &["either"]), + ("CONFUGURING", &["configuring"]), + ("ENDOCTRINATED", &["indoctrinated"]), + ("CONRRESPOND", &["correspond"]), + ("CERTIFICE", &["certificate"]), + ("COMPARISAIONS", &["comparisons"]), + ("PROUNCEMENTS", &["pronouncements"]), + ("TRANPORTS", &["transports"]), + ("DESCRITPRO", &["descriptor"]), + ("NAUTRES", &["natures"]), + ("PHILOSPHIES", &["philosophies"]), + ("DERVICES", &["devices", "services"]), + ("OPPRESSO", &["oppression"]), + ("TRINGKET", &["trinket"]), + ("EXPERIMNETAL", &["experimental"]), + ("DENEGRATING", &["denigrating"]), + ("TRNASFERS", &["transfers"]), + ("SPEFIIFEID", &["specified"]), + ("CHEETA", &["cheetah"]), + ("LIABLITY", &["liability"]), + ("HANDSHKE", &["handshake"]), + ("SUSNCREEN", &["sunscreen"]), + ("EMBEDDEDING", &["embedding"]), + ("BACKGROUDNS", &["backgrounds"]), + ("COMPETIVE", &["competitive"]), + ("UPTREAMING", &["upstreaming"]), + ("PRESENTION", &["presenting"]), + ("MOCROSECONDS", &["microseconds"]), + ("VALULE", &["value"]), + ("INTERFEER", &["interfere"]), + ("DETECTIONA", &["detection", "detections"]), + ("WINDOOW", &["window"]), + ("MODIFDIED", &["modified"]), + ("ELLIMINATING", &["eliminating"]), + ("CERINOMIALLY", &["ceremonially"]), + ("INDEVERS", &["endeavors"]), + ("TEXUTRE", &["texture"]), + ("MONY", &["money"]), + ("ALGHORITMICALLY", &["algorithmically"]), + ("EXCHANGEES", &["exchanges"]), + ("JAVASRRIPT", &["javascript"]), + ("AUTOLAOD", &["autoload"]), + ("PHENOMENONAL", &["phenomenal"]), + ("COMPORABLE", &["comparable"]), + ("STRAGE", &["storage", "strange"]), + ("INTERUPTABLE", &["interruptible"]), + ("NEWTHON", &["newton"]), + ("REDENDERER", &["renderer"]), + ("MEDACINE", &["medicine"]), + ("BEGGININGS", &["beginnings"]), + ("CALLSR", &["calls"]), + ("PROPERTIONS", &["proportions"]), + ("ABURPTLY", &["abruptly"]), + ("CORESPONDING", &["corresponding"]), + ("STREIGHTNESS", &["straightness"]), + ("SURROUNED", &["surround", "surrounded"]), + ("INTERNATIONAAL", &["international"]), + ("LENGTEN", &["lengthen"]), + ("STAPS", &["steps", "stops"]), + ("DESENTISIZED", &["desensitized"]), + ("EQUUIVALENCE", &["equivalence"]), + ("PHSYICS", &["physics"]), + ("SPONSOREES", &["sponsors"]), + ("PREPRARED", &["prepared"]), + ("DUPLICLATED", &["duplicated"]), + ("CONTRADICTIN", &["contradiction"]), + ("ASSERS", &["asserts"]), + ("HOLDINS", &["holdings"]), + ("IRRESPONSIBILE", &["irresponsible"]), + ("PROGAMATIC", &["programmatic"]), + ("FIRMWWARE", &["firmware"]), + ("REFERNCENCES", &["references"]), + ("VISERAL", &["visceral"]), + ("SPEFIICS", &["specifics"]), + ("UNDERLOW", &["underflow"]), + ("BRIEVETY", &["brevity"]), + ("UNISGNED", &["unsigned"]), + ("DESCRPTOR", &["descriptor"]), + ("PARLIMENT", &["parliament"]), + ("PERSECTUED", &["persecuted"]), + ("AMATEURES", &["amateurs"]), + ("THUDNERBOLT", &["thunderbolt"]), + ("VARIATNT", &["variant"]), + ("TINTERRUPTS", &["interrupts"]), + ("SINNICAL", &["cynical"]), + ("INBRASER", &["embracer"]), + ("INDIVIDAUL", &["individual"]), + ("MESSGAE", &["message"]), + ("BRANCHE", &["branch", "branched", "branches"]), + ("CTEATOR", &["creator"]), + ("DESING", &["design"]), + ("DIFFICULITY", &["difficulty"]), + ("ESSENTAILS", &["essentials"]), + ("RELATIN", &["relation"]), + ("INJCETION", &["injection"]), + ("MOISTURIER", &["moisturizer"]), + ("SADDENES", &["saddens"]), + ("PULS", &["pulse", "plus"]), + ("TRANSCTION", &["transaction"]), + ("REAISE", &["realise", "raise"]), + ("SPORTSMANSSHIP", &["sportsmanship"]), + ("CARNVIAL", &["carnival"]), + ("PHERIPARIALS", &["peripherals"]), + ("TRANLSATED", &["translated"]), + ("BASTRACTS", &["abstracts"]), + ("PSYCHOLOGYCAL", &["psychologically"]), + ("RIMANISSER", &["reminiscer"]), + ("UESFULNESS", &["usefulness"]), + ("UNPRONE", &["unproven"]), + ("LINGUSITICS", &["linguistics"]), + ("INCONVIENIENT", &["inconvenient"]), + ("AVAILALIABLE", &["available"]), + ("SPECTRAPLY", &["spectral"]), + ("STANARDS", &["standards"]), + ("DELTION", &["deletion"]), + ("PRETENDIAS", &["pretends"]), + ("BISEXUELLA", &["bisexual"]), + ("VISHEATE", &["vitiate"]), + ("TORTILLITA", &["tortilla"]), + ("MONOPACE", &["monospace"]), + ("CONTRIUBTES", &["contributes"]), + ("OBAMINATION", &["abomination"]), + ("SHTILESS", &["shitless"]), + ("NEIGHBBORING", &["neighboring"]), + ("COINTAINS", &["contains"]), + ("PROPSECTS", &["prospects"]), + ("TRYAVON", &["trayvon"]), + ("PREPERATIONS", &["preparations"]), + ("STYILISTIC", &["stylistic"]), + ("VARIBILITY", &["variability"]), + ("HORITZONTAL", &["horizontal"]), + ("SPEARATED", &["separated"]), + ("ASSASSIAN", &["assassin"]), + ("CUNTING", &["counting", "hunting"]), + ("PRABABLY", &["probably"]), + ("THREDHOLD", &["threshold"]), + ("SASTIFIED", &["satisfied"]), + ("THEADS", &["threads"]), + ("INLUDE", &["include"]), + ("ACCOMPLISES", &["accomplishes"]), + ("EXCEEDINLY", &["exceedingly"]), + ("DEADLFIT", &["deadlift"]), + ("COMUNICATE", &["communicate"]), + ("COPLETE", &["complete"]), + ("MODPROBEING", &["modprobing"]), + ("PARMESAEN", &["parmesan"]), + ("WIGHTED", &["weighted", "weighed"]), + ("INKONSISTENT", &["inconsistent"]), + ("DELIVERYS", &["delivers", "deliveries"]), + ("GURANTEEING", &["guaranteeing"]), + ("LONBER", &["longer", "loner"]), + ("COORESPONDS", &["corresponds"]), + ("FAIROH", &["pharaoh"]), + ("NOTICICATIONS", &["notifications"]), + ("OTATING", &["notating", "rotating"]), + ("OVERFOWS", &["overflows"]), + ("KINDAPPING", &["kidnapping"]), + ("ENTREIS", &["entries"]), + ("CONACT", &["contact"]), + ("UNEXPEPECTED", &["unexpected"]), + ("COMAPRE", &["compare"]), + ("BULGAIA", &["bulgaria"]), + ("EVALUTOR", &["evaluator"]), + ("RENEGOTAIATES", &["renegotiates"]), + ("DIFFERNTIATED", &["differentiated"]), + ("AUTOCORRCT", &["autocorrect"]), + ("QUSTIONS", &["questions"]), + ("TERMINDATE", &["terminate"]), + ("QUEENLAND", &["queensland"]), + ("EXPEPECTEDLY", &["expectedly"]), + ("ANIXETY", &["anxiety"]), + ("RETIREDS", &["retires"]), + ("FALIRED", &["flaired"]), + ("PRIVELIDGE", &["privileged"]), + ("CYPRTIC", &["cryptic"]), + ("GOVERINING", &["governing"]), + ("IGNNORE", &["ignore"]), + ("PARTNERD", &["partnered"]), + ("PENSIES", &["penises"]), + ("METHODSS", &["methods"]), + ("TERMINOLOY", &["terminology"]), + ("DISASTISFIED", &["dissatisfied"]), + ("DIRTYED", &["dirtied"]), + ("ATTEMTPED", &["attempted"]), + ("SEQUECENCES", &["sequences"]), + ("NECESSITES", &["necessities"]), + ("PUBLICHERS", &["publishers"]), + ("CONSTIUTENTS", &["constituents"]), + ("SYSTEMN", &["system"]), + ("OVERVISE", &["otherwise"]), + ("SPEFICIFIERS", &["specifiers"]), + ("MODIFT", &["modify"]), + ("EXAPANSION", &["expansion"]), + ("PUNIHSMENT", &["punishments"]), + ("SPECIFICIES", &["specifics", "specifies"]), + ("TROOSO", &["trousseau"]), + ("UNBRAKEABLE", &["unbreakable"]), + ("MERHCANT", &["merchant"]), + ("WIRDED", &["wired", "weird"]), + ("EMMBEDDING", &["embedding"]), + ("MELDOIC", &["melodic"]), + ("INCONSISTENDTLY", &["inconsistently"]), + ("PARTIFULAR", &["particular"]), + ("SOUDN", &["sound"]), + ("SOILDERS", &["soldiers"]), + ("APPIES", &["applies"]), + ("OCUNTRIES", &["countries"]), + ("SEANTOR", &["senator"]), + ("CALCULADOR", &["calculator"]), + ("HASK", &["hash"]), + ("RFERENCE", &["reference"]), + ("PORTFOILO", &["portfolio"]), + ("CONSONATE", &["consonant"]), + ("MICROSCOPICE", &["microscope"]), + ("DISGAREES", &["disagrees"]), + ("SIGNITURE", &["signature"]), + ("SPEFICIALLIFES", &["specifies"]), + ("CECKED", &["checked"]), + ("PROTRAIT", &["portrait"]), + ("BASTARDOS", &["bastards"]), + ("RESPOSITORY", &["repository"]), + ("TEMTATION", &["temptation"]), + ("ADVSIOR", &["advisor"]), + ("EXPENTANCY", &["expectancy"]), + ("NATIONAILTY", &["nationality"]), + ("MESONEENS", &["mezzanines"]), + ("PHARAMCEUTICALS", &["pharmaceutical"]), + ("MENTIONES", &["mentions"]), + ("MEASUEMENT", &["measurement"]), + ("EMBARASSING", &["embarrassing"]), + ("PYHSICALY", &["physically"]), + ("STAURDAYS", &["saturdays"]), + ("UNINSTLALS", &["uninstalls"]), + ("RENEGOTICATING", &["renegotiating"]), + ("DEVIRTUALIATION", &["devirtualisation", "devirtualization"]), + ("BOOTOLOADER", &["bootloader"]), + ("LIBERATRIANISM", &["libertarianism"]), + ("SEPEARET", &["separate"]), + ("DEBOUCES", &["debounces"]), + ("DISEMINATION", &["dissemination"]), + ("TOURNAMETS", &["tournaments"]), + ("CHOSES", &["chooses"]), + ("INTEPRETATOR", &["interpretor", "interpreter"]), + ("COUTER", &["counter"]), + ("ADVISEABLE", &["advisable"]), + ("LANGUAL", &["lingual"]), + ("UNREGISTES", &["unregisters"]), + ("VALENTIEN", &["valentine"]), + ("BOOEE", &["buoy"]), + ("LECEISTER", &["leicester"]), + ("COMISIONED", &["commissioned"]), + ("SETTIGS", &["settings"]), + ("ASSUPTION", &["assumption"]), + ("OMAJ", &["homage", "oman"]), + ("LOCAITE", &["locate"]), + ("INVIRANTS", &["invariants"]), + ("UNAPPEELING", &["unappealing"]), + ("PSYCHAITRISTS", &["psychiatrists"]), + ("KIYACKS", &["kayaks"]), + ("VERITCALLY", &["vertically"]), + ("ANTISOCAIL", &["antisocial"]), + ("SCUCESS", &["success"]), + ("HSOULD", &["should"]), + ("IMPROVEMEN", &["improvement"]), + ("NAVIGTION", &["navigation"]), + ("COLLONADE", &["colonnade"]), + ("ENTORPY", &["entropy"]), + ("WITHOUHT", &["without"]), + ("REPRICUSSIONS", &["repercussions"]), + ("MONTREL", &["montreal"]), + ("ALISED", &["aliased"]), + ("OVERWIRTE", &["overwrite"]), + ("FIRENDS", &["friends"]), + ("CILENTS", &["clients", "silents", "silence"]), + ("NOTHIGNG", &["nothing"]), + ("ASSOSIATED", &["associated"]), + ("UNSUBSCIRPTION", &["unsubscription"]), + ("DETRIOT", &["detroit"]), + ("DEFAULE", &["default"]), + ("COMPLCIATIONS", &["complication"]), + ("STIMUALTION", &["stimulation"]), + ("PERFORAMS", &["performs"]), + ("OLBITERATED", &["obliterated"]), + ("PRIVELIGED", &["privileged"]), + ("DECENDENTS", &["descendents"]), + ("INSPIRASTE", &["inspires"]), + ("TRANSPARENTY", &["transparency"]), + ("COMMMANDLINE", &["commandline"]), + ("PROVODS", &["provides"]), + ("EXSISTS", &["exists"]), + ("HIREARCY", &["hierarchy"]), + ("REPORTRESOUCES", &["reportresources"]), + ("CROSHAIRS", &["crosshairs"]), + ("DESPIDES", &["despised"]), + ("STARDARDS", &["standards"]), + ("TERMANOLOGY", &["terminology"]), + ("SUFFACES", &["surfaces"]), + ("SHFITING", &["shifting"]), + ("EYEBROWES", &["eyebrows"]), + ("LITTERALLY", &["literally"]), + ("INDIVDUALY", &["individually"]), + ("STRAMING", &["streaming", "steaming"]), + ("CERTIFICAT", &["certificate"]), + ("SOFMORES", &["sophomores"]), + ("REGESTER", &["register"]), + ("RAOTATS", &["rotates"]), + ("RENEGOTATIATIONS", &["renegotiations"]), + ("MASSACHUSSETTS", &["massachusetts"]), + ("ATTACHMANTS", &["attachments"]), + ("PERMANANT", &["permanent"]), + ("PROPSEROUS", &["prosperous"]), + ("HORRIBLEY", &["horribly"]), + ("SPOTFIY", &["spotify"]), + ("SYMPATHIE", &["sympathize"]), + ("NATIOANL", &["national"]), + ("EXCECUTABLES", &["executables"]), + ("FASSADE", &["facade"]), + ("BERNOUILLI", &["bernoulli"]), + ("WORMAROUNDS", &["workarounds"]), + ("CALLEF", &["called", "caller"]), + ("CAPELA", &["capella"]), + ("RECEPTIONEST", &["receptionist"]), + ("RECOURCED", &["resourced"]), + ("SERIALIZEABLE", &["serializable"]), + ("ADORBALE", &["adorable"]), + ("SCANDINAVION", &["scandinavian"]), + ("ENVIRONMENTT", &["environment"]), + ("WHOLEHEARTEDY", &["wholeheartedly"]), + ("WOKRING", &["working"]), + ("FILLES", &["files", "fills", "filled"]), + ("CANNABILYZED", &["cannibalized"]), + ("TOCHES", &["touches"]), + ("SYNTHESASIA", &["synthesis"]), + ("COMMANTATOR", &["commentator"]), + ("UNSELCT", &["unselect"]), + ("CULTURALY", &["culturally"]), + ("DEADPOL", &["deadpool"]), + ("TIMESTAPED", &["timestamped"]), + ("DICIDES", &["decides"]), + ("CREDENTAIL", &["credential"]), + ("RMOVE", &["remove"]), + ("INDUSTRIELLA", &["industrial"]), + ("INSTRACE", &["instance"]), + ("RITTLING", &["rattling", "riddling"]), + ("FINNISCH", &["finnish"]), + ("MOVEMEMENTS", &["movements"]), + ("INTERECTIONED", &["interaction", "intersection"]), + ("DEPREVATION", &["deprivation"]), + ("SUSBTANTIAL", &["substantial"]), + ("DISPENSORY", &["dispensary"]), + ("DEVIRUTALIZE", &["devirtualize"]), + ("UNDERLFOW", &["underflow"]), + ("GROPUS", &["groups", "gropes"]), + ("UDLOADED", &["unloaded"]), + ("FINCIAL", &["financial"]), + ("JUVENILLES", &["juvenile"]), + ("CANNIBILISM", &["cannibalism"]), + ("CHARACTERSISTICS", &["characteristics"]), + ("IDEOLOGISKE", &["ideologies"]), + ("STREM", &["stream"]), + ("PROPROTIONS", &["proportions"]), + ("ADDRESESS", &["addresses"]), + ("OPTMIZATION", &["optimization"]), + ("DESPLAY", &["display"]), + ("PLANNIG", &["planning"]), + ("MYSTERIOULY", &["mysteriously"]), + ("SNAPHOT", &["snapshot"]), + ("UNBELIEVABLLY", &["unbelievably"]), + ("NERAL", &["neural"]), + ("SUPERMASTER", &["supermarkets"]), + ("MATIERAL", &["material"]), + ("COMMMETS", &["comments"]), + ("PRODCUTIONS", &["productions"]), + ("OCASIONAL", &["occasional"]), + ("SEGRETATION", &["segregation"]), + ("DUMPLICATING", &["duplicating"]), + ("EXPERINCES", &["experiences"]), + ("PRECICION", &["precision"]), + ("SPILNTER", &["splinter"]), + ("HYPERTORPHY", &["hypertrophy"]), + ("PARANOICAS", &["paranoia"]), + ("UNLIATERALLY", &["unilaterally"]), + ("SPECTIFY", &["specify"]), + ("CANTAIN", &["contain"]), + ("PERSAUSION", &["persuasion"]), + ("PREPONDANCE", &["preponderance"]), + ("ATTRIEBUTED", &["attributed"]), + ("FISRT", &["first"]), + ("ANCHESTOR", &["ancestor"]), + ("EXECUTATION", &["execution"]), + ("NAZERETH", &["nazareth"]), + ("SYMBLE", &["symbol"]), + ("MODFITIES", &["modifies"]), + ("ATTIRIBUTE", &["attribute"]), + ("ECONOMISITI", &["economist"]), + ("LIBRALIE", &["library"]), + ("FRAGEMENTATION", &["fragmentation"]), + ("NOSTRILES", &["nostrils"]), + ("CONVOULTED", &["convoluted"]), + ("EXERICSE", &["exercise"]), + ("UPATING", &["updating"]), + ("MIMIMIZED", &["minimized"]), + ("MEACHANISMS", &["mechanisms"]), + ("TATOO", &["tattoo"]), + ("FOLWOINWG", &["following"]), + ("NAGATIVES", &["negatives"]), + ("VERSHIN", &["version"]), + ("AGREEEMENT", &["agreement"]), + ("AGLORITHM", &["algorithm"]), + ("OPTIMZIE", &["optimize"]), + ("QUARATINE", &["quarantine"]), + ("ARBIRATILY", &["arbitrarily"]), + ("EXCETUTE", &["execute"]), + ("MEAURES", &["measures"]), + ("SUSPECIOUS", &["suspicious"]), + ("INTIMIDATIN", &["intimidation"]), + ("SUBSITUTUENT", &["substituent"]), + ("PERSERVERANCE", &["perseverance"]), + ("SUBCONSCIOSLY", &["subconsciously"]), + ("UNIVESITY", &["university"]), + ("EXPONANTIAL", &["exponential"]), + ("AUSTENSIBLY", &["ostensibly"]), + ("PARMISIAN", &["parmesan"]), + ("MODLES", &["models", "modules"]), + ("LEGNTHS", &["lengths"]), + ("STRECTHED", &["stretched"]), + ("OPPROXIMATE", &["approximate"]), + ("PEDOPHILAC", &["pedophilia"]), + ("DERRIVATIVES", &["derivatives"]), + ("DISSCUSSIONS", &["discussions"]), + ("AUTOMICAL", &["automatic"]), + ("PARRALELL", &["parallel"]), + ("BETWEEM", &["between"]), + ("HUANTING", &["haunting"]), + ("EXCLUSE", &["excludes", "exclude", "excuse", "exclusive"]), + ("SOCRATEASE", &["socrates"]), + ("AUTHENTICY", &["authenticity"]), + ("SEPARETER", &["separator"]), + ("CIPBOARD", &["clipboard"]), + ("PROCCESS", &["process"]), + ("FOREGINER", &["foreigner"]), + ("FUSHA", &["fuchsia"]), + ("NITIFICATION", &["notification"]), + ("GOLBINS", &["goblins"]), + ("DISTNGUISHED", &["distinguished"]), + ("UNER", &["under"]), + ("ASTONISING", &["astonishing"]), + ("IDENTIFIBLE", &["identifiable"]), + ("SIMPTUMATIC", &["symptomatic"]), + ("PORBLEMS", &["problems"]), + ("CONCERVATISM", &["conservatism"]), + ("RETROACTIVLEY", &["retroactively"]), + ("NITCHED", &["niched"]), + ("NASTERTIUMS", &["nasturtiums"]), + ("STREAMUS", &["streams"]), + ("SUBMERINES", &["submarines"]), + ("INDEPDENDETLY", &["independently"]), + ("FOLSE", &["false"]), + ("ANAYLTIC", &["analytic"]), + ("INTERNATINALIST", &["internationalist"]), + ("ANYAWAY", &["anyway"]), + ("OPEARNDS", &["operands"]), + ("PLAGERISM", &["plagiarism"]), + ("UNCONTITUTIONAL", &["unconstitutional"]), + ("POSITIVITELY", &["positivity"]), + ("ARITHEMETIC", &["arithmetic"]), + ("EXCIPTION", &["exception"]), + ("REAARANGE", &["rearrange"]), + ("PAROCHEALITY", &["parochiality"]), + ("DOWNGRATING", &["downgrading"]), + ("SRTINGS", &["strings"]), + ("HACH", &["hatch", "hack", "hash"]), + ("MDIFYING", &["modifying"]), + ("CONSIDERBLE", &["considerable"]), + ("ASSGIN", &["assign"]), + ("EMULATON", &["emulation"]), + ("SRIPTS", &["scripts"]), + ("BOOKKEEING", &["bookkeeping"]), + ("FLACOURING", &["flavouring"]), + ("ISTENERS", &["listeners"]), + ("NDOES", &["nodes"]), + ("INGREDIETS", &["ingredient"]), + ("EXPENCE", &["expense"]), + ("STRESSENDE", &["stressed"]), + ("SPECIRIES", &["specifies"]), + ("EXPERMENTS", &["experiments"]), + ("CONFESSINO", &["confessions"]), + ("CONCEPTUL", &["conceptual"]), + ("RECALULATION", &["recalculation"]), + ("REPORTADLY", &["reportedly"]), + ("ARCHITECTURS", &["architectures"]), + ("IMPOROVEMENT", &["improvement"]), + ("INSTITUTTET", &["institute"]), + ("COPENHAVEN", &["copenhagen"]), + ("RESPWAN", &["respawn"]), + ("ASTROANUT", &["astronaut"]), + ("DOAMIN", &["domain", "dopamine"]), + ("WHENT", &["went"]), + ("STRNG", &["string"]), + ("HARRASSMENTS", &["harassments"]), + ("INEQUALITIY", &["inequality"]), + ("CONSTRUCTIFS", &["constructs"]), + ("REGENERATON", &["regeneration"]), + ("ORACELS", &["oracles"]), + ("PROHIBITIED", &["prohibited"]), + ("PERFOMRAMCES", &["performances"]), + ("COLLASPIBLE", &["collapsible"]), + ("MOVEMET", &["movement"]), + ("DOXGEN", &["doxygen"]), + ("READABILLITY", &["readability"]), + ("DECONSTRACT", &["deconstruct"]), + ("ELECTROMAGNATIC", &["electromagnetic"]), + ("BORWSER", &["browsers"]), + ("UNNECASSARY", &["unnecessary"]), + ("SYNDIACTE", &["syndicate"]), + ("NUTRIEOUS", &["nutritious"]), + ("TERMIAL", &["terminal"]), + ("PURHCASE", &["purchase"]), + ("EXPENTITURES", &["expenditures"]), + ("ADMISSABLE", &["admissible"]), + ("APPENT", &["append"]), + ("INTRUDUCING", &["introducing"]), + ("DOCUMENTES", &["documents"]), + ("WIRTER", &["writer"]), + ("UNNECCECARY", &["unnecessary"]), + ("WITHOUNT", &["without"]), + ("TOGLLED", &["toggled"]), + ("ACTUALY", &["actually"]), + ("APPLOGIES", &["apologies"]), + ("ROIGINALLY", &["originally"]), + ("ALINMENTS", &["alignments"]), + ("SPRECIALLY", &["specially"]), + ("FREINDLY", &["friendly"]), + ("VENGENACE", &["vengeance"]), + ("DELGATE", &["delegate"]), + ("DIAGNOTICS", &["diagnostic", "diagnostics"]), + ("APPORVES", &["approves"]), + ("POITIVE", &["positive"]), + ("VISULIZATIONS", &["visualizations"]), + ("RINGOTNE", &["ringtone"]), + ("RECIVER", &["receiver"]), + ("REPERSENTS", &["represents"]), + ("COMPRESSIO", &["compressor"]), + ("UNSUBSCRITPION", &["unsubscription"]), + ("DEGARDE", &["degrade"]), + ("PHARMACUETICALS", &["pharmaceutical"]), + ("PERPSECTIVE", &["perspective"]), + ("SIMPLIVITY", &["simplicity"]), + ("VERION", &["version"]), + ("POOINTED", &["pointed"]), + ("FORULA", &["formula"]), + ("CONCATONATING", &["concatenating"]), + ("CMMANDING", &["commanding"]), + ("INVESTIGARON", &["investigator"]), + ("PROMISS", &["promise"]), + ("REMEMEMBERS", &["remembers"]), + ("DESCRIPE", &["describe"]), + ("SUPPORTD", &["supported"]), + ("ANNONCED", &["announced"]), + ("SHENANIGAINS", &["shenanigans"]), + ("PARENTHESE", &["parentheses"]), + ("ALLSO", &["also"]), + ("CONFIUGRE", &["configure"]), + ("IMMORTALLITY", &["immortality"]), + ("TERMOSTAT", &["thermostat"]), + ("PHTREAD", &["pthread"]), + ("INDIANAPOLS", &["indianapolis"]), + ("MULTITASKNG", &["multitasking"]), + ("MININISES", &["minimises"]), + ("THERAPEUTUC", &["therapeutic"]), + ("COOORDINATES", &["coordinates"]), + ("RENEGOITATES", &["renegotiates"]), + ("POTENTATIALLY", &["potentially"]), + ("DERRIVE", &["derive"]), + ("EXISITED", &["existed"]), + ("IMPACTES", &["impacts"]), + ("ROUGLY", &["roughly"]), + ("CRATIONALISM", &["nationalism", "rationalism"]), + ("SIMULATIES", &["simulate"]), + ("SILOUWETIST", &["silhouettist"]), + ("NESTOLGICALLY", &["nostalgically"]), + ("UNMODFIDE", &["unmodified"]), + ("AUTOATTAKS", &["autoattack"]), + ("UNNECESSARITY", &["unnecessarily"]), + ("OVERCOMPANSATED", &["overcompensated"]), + ("LICATION", &["location"]), + ("EXECUE", &["execute"]), + ("DEPECTION", &["deception"]), + ("INIFNITELY", &["infinitely"]), + ("REVEALES", &["reveals"]), + ("REFERECNE", &["reference"]), + ("YHOU", &["you"]), + ("CHEKER", &["checker"]), + ("CURRENTPOS", &["currents"]), + ("WARIWCK", &["warwick"]), + ("UNCONSCIOSLY", &["unconsciously"]), + ("SHELVEYS", &["shelves"]), + ("CAUNCKS", &["canucks"]), + ("ALOCHOL", &["alcohol"]), + ("RESTIRING", &["restoring"]), + ("REFLEXTION", &["reflection"]), + ("UTPUTS", &["outputs"]), + ("SYMAPTHETIC", &["sympathetic"]), + ("COINCIDANCE", &["coincidence"]), + ("DEPENENDENCIES", &["dependencies"]), + ("DEFNED", &["defend", "defined"]), + ("LIMITIMG", &["limiting"]), + ("TELEPORING", &["teleporting"]), + ("CAPTER", &["captor"]), + ("CREATIONSISM", &["creationism"]), + ("EXEGGERATION", &["exaggeration"]), + ("DEVELOPME", &["development"]), + ("HYPOTEHTICALLY", &["hypothetically"]), + ("REVERESE", &["reverse"]), + ("NORAMLIZED", &["normalized"]), + ("GANERATE", &["generate"]), + ("SELEDTED", &["selected"]), + ("PARITITIONING", &["partitioning"]), + ("ICLUDE", &["include"]), + ("QUCIK", &["quick"]), + ("ELCTION", &["election"]), + ("MMNEMONIC", &["mnemonic"]), + ("INFORMAIONAL", &["informational"]), + ("MAKROS", &["macros"]), + ("VARIEABLE", &["variable"]), + ("OPERAITON", &["operation"]), + ("LIVERPOOOL", &["liverpool"]), + ("ABOCE", &["above", "abode"]), + ("MODFIED", &["modified"]), + ("CONVIRTING", &["converting"]), + ("ASSASINATES", &["assassinates"]), + ("OBJEJCT", &["object"]), + ("BILSTERS", &["blisters"]), + ("TERMINALIS", &["terminals"]), + ("INDICTATE", &["indicate"]), + ("DAA", &["data"]), + ("ESSENTUAL", &["essential"]), + ("CONTIRBUTORS", &["contributors"]), + ("WEDNESDAAY", &["wednesday"]), + ("DISASEMBLED", &["disassembled"]), + ("RELATIVATED", &["relative", "relatively"]), + ("CERBREUS", &["cerberus"]), + ("LIGHTBULP", &["lightbulb"]), + ("SILENTY", &["silently"]), + ("EINSTANCE", &["instance"]), + ("ANOYNIMIZE", &["anonymize"]), + ("SUGGETED", &["suggested"]), + ("INACURACCIES", &["inaccuracies"]), + ("DUPLICAT", &["duplicate"]), + ("ILLEGITMATE", &["illegitimate"]), + ("INCREAMENT", &["increment"]), + ("DIFFFERS", &["differs"]), + ("HEAVYWIEGHT", &["heavyweight"]), + ("DESCRUTOR", &["destructor"]), + ("CONTANIMATION", &["contamination"]), + ("DOPPER", &["doppler"]), + ("ITTERATE", &["iterate"]), + ("TRASNMITTER", &["transmitter"]), + ("EXCECUTS", &["executes"]), + ("COTAINS", &["contains"]), + ("PERMUATE", &["permutate", "permute"]), + ("UMLESS", &["unless"]), + ("DISTINGUSIH", &["distinguish"]), + ("LIFES", &["lives"]), + ("POWERLFITING", &["powerlifting"]), + ("SNIPPESTS", &["snippets"]), + ("FOLOOWERS", &["followers"]), + ("DISTNGUISH", &["distinguish"]), + ("DISCLOUSRE", &["disclosure"]), + ("SOCRIPTS", &["scripts"]), + ("MODESL", &["models"]), + ("ENLGISH", &["english"]), + ("CONTAGIOS", &["contagious"]), + ("LIBREOFFIE", &["libreoffice"]), + ("CURATURE", &["curvature"]), + ("INIZIALIZE", &["initialize"]), + ("ADJECTIVS", &["adjectives"]), + ("MANUEVERS", &["maneuvers"]), + ("SEVEREAL", &["several"]), + ("LANGUEGE", &["language"]), + ("METAPHYISCAL", &["metaphysical"]), + ("PARAMTERIZING", &["parameterizing"]), + ("COCUMENTATION", &["documentation"]), + ("SOURCELSS", &["sourceless"]), + ("SEPARATISME", &["separates"]), + ("FURTHERMOR", &["furthermore"]), + ("VERSFION", &["version"]), + ("MUFFINGS", &["muffins"]), + ("BLUEBERRIS", &["blueberries"]), + ("GIRLFRIENTS", &["girlfriends"]), + ("CERNOMIAL", &["ceremonial"]), + ("PERSONALITIE", &["personality"]), + ("RETURND", &["returned"]), + ("EQUIVOLENTS", &["equivalents"]), + ("DOBULE", &["double"]), + ("CLIENS", &["clients"]), + ("DISRM", &["disarm"]), + ("WORKLFOW", &["workflow"]), + ("VALULES", &["values"]), + ("NEWMATICALLY", &["pneumatically"]), + ("PROPGATED", &["propagated"]), + ("PRPEPARATIONS", &["preparations"]), + ("DECRESING", &["decreasing", "deceasing"]), + ("BOBMERS", &["bombers"]), + ("CLINICALY", &["clinically"]), + ("RECHED", &["reached"]), + ("SAMPEL", &["sample"]), + ("SISTEMATICALLY", &["systematically"]), + ("INSTANTANOUS", &["instantaneous"]), + ("CERTIFATE", &["certificate"]), + ("COMPETIONS", &["completions"]), + ("SUCCINTLY", &["succinctly"]), + ("INABLE", &["enable", "unable"]), + ("EXPERIMMENTS", &["experiments"]), + ("UNCKNOWN", &["unknown"]), + ("LABYRNITH", &["labyrinth"]), + ("CALLBCK", &["callback"]), + ("PROBABILIES", &["probabilities"]), + ("VACCINERS", &["vaccines"]), + ("SIMPTUMATICALLY", &["symptomatically"]), + ("HEIRARCHICALLY", &["hierarchically"]), + ("MERORY", &["memory"]), + ("TRIAN", &["train", "trial"]), + ("PEEROWET", &["pirouette"]), + ("MEAR", &["wear", "mere", "mare"]), + ("DEFICIENSIES", &["deficiencies"]), + ("UNINSTLALED", &["uninstalled"]), + ("SURVEILLENCE", &["surveillance"]), + ("WITHDRAWNING", &["withdrawing"]), + ("RENEGOTIOTION", &["renegotiation"]), + ("TROGLIDITES", &["troglodytes"]), + ("HAVIEST", &["heaviest"]), + ("ELELEMENTS", &["elements"]), + ("ACOMPLISHMENT", &["accomplishment"]), + ("RECOMMDS", &["recommends"]), + ("OPTOMISM", &["optimism"]), + ("ALMAOST", &["almost"]), + ("SITUATUTION", &["situation"]), + ("FORWADING", &["forwarding"]), + ("CALUCLATIONS", &["calculations"]), + ("ANESTHEISA", &["anesthesia"]), + ("INCOPRORATING", &["incorporating"]), + ("GUANTANO", &["guantanamo"]), + ("DEFINNITION", &["definition"]), + ("PURPENDICULAR", &["perpendicular"]), + ("OCCULATION", &["occupation"]), + ("GODLBERG", &["goldberg"]), + ("SOUNDTRAKS", &["soundtracks"]), + ("THERAPETIC", &["therapeutic"]), + ("SUPPRESORS", &["suppressor"]), + ("OBSOLTED", &["obsoleted"]), + ("GUARNANTE", &["guarantee"]), + ("DELIBERITELY", &["deliberately"]), + ("OBJECTIVISER", &["objectives"]), + ("INSIGT", &["insight"]), + ("RECEIPE", &["recipe"]), + ("SWTICH", &["switch"]), + ("PICH", &["pitch", "pick", "pinch"]), + ("EXPERMENTATION", &["experimentation"]), + ("PARTCULARLY", &["particularly"]), + ("PROPECTABLE", &["projectable", "protectable"]), + ("BEEING", &["being", "been"]), + ("AUTOMOTION", &["automation"]), + ("DECENDANT", &["descendant"]), + ("ACCUMALATED", &["accumulated"]), + ("JOUNRALISTIC", &["journalistic"]), + ("SHETLER", &["shelter"]), + ("ININTERESTED", &["uninterested"]), + ("HAGAS", &["haggis"]), + ("COMPFORTABLE", &["comfortable"]), + ("BACWARD", &["backward"]), + ("NAYBORHOODS", &["neighborhoods"]), + ("GIVED", &["given", "gave"]), + ("CONINIENT", &["convenient"]), + ("PREALLOCATIONG", &["preallocating", "preallocation"]), + ("NEGOTHIATED", &["negotiated"]), + ("PERMENENTLY", &["permanently"]), + ("EXCEMPT", &["exempt"]), + ("SUBEXPERESION", &["subexpression"]), + ("INQUISATOR", &["inquisitor"]), + ("INTERACTIVLY", &["interactively"]), + ("INTERRPUT", &["interrupt"]), + ("MANAGEBALE", &["manageable"]), + ("THUMBNAILERS", &["thumbnails"]), + ("INCLENATION", &["inclination"]), + ("EARCH", &["search", "each"]), + ("DUPLICTES", &["duplicates"]), + ("BOUNSES", &["bonuses"]), + ("CAUING", &["causing"]), + ("GEOMERY", &["geometry"]), + ("INTERWIEVER", &["interviewer"]), + ("POSITOINS", &["positions"]), + ("CONEECTION", &["connection"]), + ("HIERARCICAL", &["hierarchical"]), + ("REPOSITIROES", &["repositories"]), + ("SUOP", &["soup"]), + ("INCOMPITENT", &["incompetent"]), + ("NITORGEN", &["nitrogen"]), + ("CONTINIOUSLY", &["continuously"]), + ("EQUIVALANCE", &["equivalence"]), + ("COMMUNCIATIONS", &["communications"]), + ("SPREADSHEETICUS", &["spreadsheets"]), + ("ABOVES", &["above"]), + ("ASSITANT", &["assistant"]), + ("INSTRCTIONAL", &["instructional"]), + ("SERIALIZBLE", &["serializable"]), + ("BANDWIDTHM", &["bandwidth"]), + ("PRESICION", &["precision"]), + ("ENFORSE", &["enforces"]), + ("COLLECTES", &["collects"]), + ("AMDE", &["made"]), + ("ADDICITONS", &["addictions"]), + ("EXAGERATED", &["exaggerated"]), + ("INFORGIVABLE", &["unforgivable"]), + ("ADJACTEND", &["adjacent"]), + ("SECRECT", &["secret"]), + ("REPERESENTATIONS", &["representations"]), + ("ELLIDE", &["elide"]), + ("ANTOGANIST", &["antagonist"]), + ("FIELS", &["fields", "feels", "files", "phials"]), + ("CHUNCKING", &["chunking"]), + ("PLUGGIN", &["plugin"]), + ("AQCUAINTED", &["acquainted"]), + ("ASSUMUD", &["assumed"]), + ("REMINISENT", &["reminiscent"]), + ("ADIVSOR", &["advisor"]), + ("JUGDEMENTAL", &["judgemental"]), + ("BENGALAS", &["bengals"]), + ("SATELITTE", &["satellite"]), + ("HOPSITALS", &["hospitals"]), + ("SWICHED", &["switched"]), + ("APPRECAITED", &["appreciated"]), + ("AVDISORIY", &["advisory", "advisories"]), + ("REQUIRYING", &["requerying"]), + ("SENSATIVE", &["sensitive"]), + ("APRETIATED", &["appreciated"]), + ("NUISANSE", &["nuisance"]), + ("LABELEDBY", &["labelledby"]), + ("APLLICATIN", &["application"]), + ("POSIFION", &["position"]), + ("CIVILESATION", &["civilisation"]), + ("COMPARISPONS", &["comparisons"]), + ("UNCORELATED", &["uncorrelated"]), + ("REQURIREMENT", &["requirement"]), + ("SUBNEGATIOTIATION", &["subnegotiation"]), + ("CORRESPOING", &["corresponding"]), + ("ANKSHIS", &["anxious"]), + ("INDEPEDANTLY", &["independently"]), + ("PYTHJON", &["python"]), + ("SPLIITER", &["splitter"]), + ("MANIPULATON", &["manipulation"]), + ("MISSORUI", &["missouri"]), + ("DEPENDENDENCIES", &["dependencies"]), + ("CONSIRE", &["conspire", "consider"]), + ("RIMANISS", &["reminisce"]), + ("INDIVIDUALLITY", &["individuality"]), + ("APPLIKATIONS", &["applications"]), + ("PASTURIZATION", &["pasteurization"]), + ("CACLULATORS", &["calculators"]), + ("CIRCOMSTANCES", &["circumstances"]), + ("SUCCCESSFULLY", &["successfully"]), + ("DEPENDENING", &["depending"]), + ("INTESTED", &["interested"]), + ("CONTRIBUTEURS", &["contributes"]), + ("DICRIMINATING", &["discriminating"]), + ("OPTINALLY", &["optimally", "optionally"]), + ("INFINTY", &["infinity"]), + ("FODERS", &["coders", "folders"]), + ("OBSTRUCION", &["obstruction"]), + ("COPURIGHT", &["copyright"]), + ("APPLCATIONS", &["applications"]), + ("AMETHSYT", &["amethyst"]), + ("GENERASTE", &["generates"]), + ("COMMNAND", &["command"]), + ("CONTRIDICTED", &["contradicted"]), + ("SHEILDING", &["shielding"]), + ("REKOMMENDATION", &["recommendation"]), + ("CORRESPONDD", &["corresponded"]), + ("INHERETANCE", &["inheritance"]), + ("VACINATING", &["vaccinating"]), + ("UNVIERSE", &["universe"]), + ("COALLISION", &["collision"]), + ("MARIJUANNA", &["marijuana"]), + ("INVOKVE", &["invoke"]), + ("ANNAYS", &["annoys", "any"]), + ("MYU", &["my"]), + ("ULTIMAE", &["ultimate"]), + ("EXPITE", &["expedite", "expire"]), + ("SANCTIONNED", &["sanctioned"]), + ("DIFFERENCIATING", &["differentiating"]), + ("NECESARRY", &["necessary"]), + ("AMMONGST", &["amongst"]), + ("DECIDELY", &["decidedly"]), + ("INFROMAL", &["informal"]), + ("SUFFICATE", &["suffocate"]), + ("IDENTTATION", &["indentation"]), + ("COMENTING", &["commenting"]), + ("VEFIRY", &["verify"]), + ("WIHITE", &["white"]), + ("ATTACTOR", &["attractor"]), + ("CONVENTIAL", &["conventional"]), + ("DRIVEING", &["driving"]), + ("REPLING", &["replying"]), + ("RESEPTIONIST", &["receptionist"]), + ("NODULATED", &["modulated"]), + ("MONARKEY", &["monarchy"]), + ("IMPORTERAD", &["imported"]), + ("REMAININING", &["remaining"]), + ("TRANSTORMED", &["transformed"]), + ("EXPETIMENTALLY", &["experimentally"]), + ("SHAMELESSELY", &["shamelessly"]), + ("CALCULTES", &["calculates"]), + ("KNOWLEDGBLE", &["knowledgable"]), + ("COORDINGATES", &["coordinates"]), + ("HOSPTIALIZED", &["hospitalized"]), + ("ACCUSATING", &["accusation"]), + ("NOTIFIACTIONS", &["notifications"]), + ("CHATOUS", &["châteaux"]), + ("PERMENANT", &["permanent"]), + ("OSTRAZICED", &["ostracized"]), + ("INTERPRETAREA", &["interpreter"]), + ("MODFITIED", &["modified"]), + ("CONTTRIBUTING", &["contributing"]), + ("AUDIOBOOKAS", &["audiobooks"]), + ("GUARENTE", &["guarantee"]), + ("RECORDARSE", &["recorder"]), + ("GLIGHT", &["flight"]), + ("AUSTAIR", &["austere"]), + ("DESTINATAIONS", &["destinations"]), + ("FRECUENT", &["frequent"]), + ("REFROMATION", &["reformation"]), + ("CONVAXNESS", &["convexness"]), + ("GURADIANS", &["guardians"]), + ("LASTEST", &["latest", "last"]), + ("SZES", &["sizes"]), + ("FRACIONAL", &["fractional"]), + ("SHAREHOLDS", &["shareholders"]), + ("IMMIGRANTES", &["immigrants"]), + ("ETMYOLOGY", &["etymology"]), + ("ECONIMICALLY", &["economically"]), + ("SYSTIMATIC", &["systematic"]), + ("CONFIGL", &["config"]), + ("CREATIVELLY", &["creatively"]), + ("GEOGRAPHISCH", &["geographic"]), + ("ELIMIATE", &["eliminate"]), + ("HOWOVER", &["however"]), + ("COPYIED", &["copied"]), + ("IMPROOVES", &["improves"]), + ("EXPINATION", &["expiration"]), + ("UPGARTE", &["upgrade"]), + ("PACKAEG", &["package"]), + ("CONVERSATIONY", &["conservation"]), + ("EXISTSING", &["existing"]), + ("FIDNINGS", &["findings"]), + ("SERSIES", &["series"]), + ("CONVEINIENCE", &["convenience"]), + ("REARRANGMENET", &["rearrangement"]), + ("FRIENDY", &["friendly"]), + ("COLLECTEMS", &["collects"]), + ("PUBLIHSED", &["published"]), + ("INCARNATO", &["incarnation"]), + ("OPPPONENT", &["opponent"]), + ("ZIMBABE", &["zimbabwe"]), + ("SUBNEGOTAIATION", &["subnegotiation"]), + ("FRITIONS", &["frictions"]), + ("ENTHUSIASTICS", &["enthusiasts"]), + ("PRONOMIAL", &["pronominal"]), + ("UNCORRECT", &["incorrect"]), + ("PARITES", &["parties"]), + ("PREJUDGUDICING", &["prejudicing"]), + ("UPGERADED", &["upgraded"]), + ("ANALYTICALL", &["analytical", "analytically"]), + ("CATACYLSM", &["cataclysm"]), + ("HAIRSTLYE", &["hairstyle"]), + ("PEOM", &["poem"]), + ("PAKET", &["packet"]), + ("HELLUVVA", &["helluva"]), + ("CONFURES", &["configures"]), + ("CONFESSIN", &["confession"]), + ("INTERUPTS", &["interrupts"]), + ("CONTSTRUCTED", &["constructed"]), + ("INITIALIZATES", &["initializes"]), + ("CREDIBILTY", &["credibility"]), + ("EXPANEDED", &["expanded"]), + ("ETHICALLITY", &["ethically"]), + ("PAKCAGES", &["packages"]), + ("PROTECS", &["protects"]), + ("SPEFCIFIEID", &["specified"]), + ("UNITILTIES", &["utilities"]), + ("RENEGOSIATOR", &["renegotiator"]), + ("IMPLEMETS", &["implements"]), + ("ULTRASON", &["ultrasound"]), + ("ANULING", &["annulling"]), + ("PRESITGE", &["prestige"]), + ("EXPERINEMENTATION", &["experimentation"]), + ("GUARNANTEED", &["guaranteed"]), + ("ALLOCATEING", &["allocating"]), + ("EXECTUOR", &["executor"]), + ("QUANTIATION", &["quantization"]), + ("FLATTEUR", &["flatter"]), + ("ONOTHER", &["another"]), + ("WHITHIN", &["within"]), + ("UNCONDITIANALY", &["unconditionally"]), + ("JAGUARES", &["jaguars"]), + ("JUDGEMENTLE", &["judgemental"]), + ("GERENIC", &["generic"]), + ("ESCLUDED", &["excluded"]), + ("TAVELLED", &["travelled"]), + ("CALCULTATED", &["calculated"]), + ("ABUNDAND", &["abundant"]), + ("TRASNMISSION", &["transmissions"]), + ("BOUDARY", &["boundary"]), + ("TREMENDOS", &["tremendous"]), + ("SUCESFULY", &["successfully"]), + ("POISTIVELY", &["positively"]), + ("DESCENDEND", &["descended", "descendent"]), + ("IMLICITLY", &["implicitly"]), + ("COMPRAMISES", &["compromises"]), + ("SPEFICILLICALLY", &["specifically"]), + ("STEELERIES", &["steelers"]), + ("PROPPERLY", &["properly"]), + ("SCHIZOPRHENIA", &["schizophrenia"]), + ("ASYNCHRONS", &["asynchronous"]), + ("SUBSEQENT", &["subsequent"]), + ("AMERLIORATIVE", &["ameliorative"]), + ("INTERPRETIER", &["interpreter"]), + ("CACLULATE", &["calculate"]), + ("ALGORTHYM", &["algorithm"]), + ("RESUILTING", &["resulting"]), + ("DUPLACATES", &["duplicates"]), + ("REFERANCES", &["references"]), + ("BALNCE", &["balance"]), + ("AVODS", &["avoids"]), + ("COMMMENTS", &["comments"]), + ("BALSPHEMY", &["blasphemy"]), + ("ADDERSSES", &["addresses"]), + ("INIITIALIZATIONS", &["initializations"]), + ("ULTIMATUUM", &["ultimatum"]), + ("INSETED", &["inserted"]), + ("SATRUATION", &["saturation"]), + ("EXPIREMENTS", &["experiments"]), + ("CELLABRATION", &["celebration"]), + ("DEFENSIVLEY", &["defensively"]), + ("OPPOSISTE", &["opposites"]), + ("RELAION", &["relation"]), + ("ACCORIDING", &["according"]), + ("HOPEFULLU", &["hopefully"]), + ("RESETING", &["resetting"]), + ("BLONGING", &["belonging"]), + ("DOMANS", &["domains"]), + ("DASHBAORDS", &["dashboards"]), + ("PROFIER", &["profiler"]), + ("SCATCHPAD", &["scratchpad"]), + ("VARIEY", &["variety"]), + ("ENGIEERS", &["engineers"]), + ("IDENTIFER", &["identifier"]), + ("INVISIBILY", &["invisibility"]), + ("ALGORITHMES", &["algorithms"]), + ("INTENDET", &["intended"]), + ("SERVOCE", &["service"]), + ("INTELLIGANT", &["intelligent"]), + ("LEACK", &["leak"]), + ("EVALUTIONS", &["evaluations"]), + ("LIBERTARAIN", &["libertarian"]), + ("MANUFATURING", &["manufacturing"]), + ("INTSTANT", &["instant"]), + ("RIZES", &["rises"]), + ("ADRESSS", &["address"]), + ("ADDESSING", &["addressing"]), + ("DESQUALIFIED", &["disqualified"]), + ("ARBITRTILY", &["arbitrarily"]), + ("REPRESNTATION", &["representation"]), + ("RESTRICITON", &["restrictions"]), + ("OMNSICIENT", &["omniscient"]), + ("USUALL", &["usually", "usual"]), + ("SUBTARCTS", &["subtracts"]), + ("HAPENED", &["happened"]), + ("MANTANINE", &["maintain"]), + ("CONTAINNING", &["containing"]), + ("COMANDING", &["commanding"]), + ("FUNTIONALLITY", &["functionality"]), + ("CONSTUCTIONS", &["constructions"]), + ("DIRECTRORIES", &["directories"]), + ("APPOITNMENT", &["appointments"]), + ("SYNCHORNOUSLY", &["synchronously"]), + ("MONATGE", &["montage"]), + ("STATEMENETS", &["statements"]), + ("VIRTALENV", &["virtualenv"]), + ("BEHAVIUOR", &["behavior"]), + ("ADMINISTRATIEVE", &["administrative"]), + ("COURCHING", &["crouching"]), + ("CONNECIONS", &["connections"]), + ("PRECENENCES", &["preferences"]), + ("CHALENGES", &["challenges"]), + ("PARALELLIZATION", &["parallelization"]), + ("PARTICALES", &["particles"]), + ("UNEALTHY", &["unhealthy"]), + ("WHATEVR", &["whatever"]), + ("FRANTICLLY", &["frantically"]), + ("JOURNALISIM", &["journalism"]), + ("REPLAYD", &["replayed"]), + ("SYNCRHONISE", &["synchronise"]), + ("FACTORES", &["factors"]), + ("IMMUNIY", &["immunity"]), + ("SOCRIPTED", &["scripted"]), + ("THATT", &["that"]), + ("DEGORATORY", &["derogatory"]), + ("TENTICLES", &["tentacles"]), + ("REAPPERING", &["reappearing"]), + ("SYNCHONIZED", &["synchronized"]), + ("INTRODUCTIONARY", &["introductory"]), + ("INMPLEMENTATION", &["implementation"]), + ("DICTAIONARIES", &["dictionaries"]), + ("AMERICATS", &["americas"]), + ("BREWERKS", &["brewers"]), + ("CONTAINTER", &["container"]), + ("ARMAGEDEON", &["armageddon"]), + ("TRASPORTED", &["transported"]), + ("CHEKERS", &["checkers"]), + ("CONFIDENSE", &["confidence"]), + ("CLARIFIIES", &["clarifies"]), + ("COSMETICAS", &["cosmetics"]), + ("DAMMAGES", &["damages"]), + ("IMPLEMEMT", &["implement"]), + ("PERSONALITITY", &["personality"]), + ("RESOLTION", &["resolution"]), + ("RETUREND", &["returned"]), + ("ACCOMPLISHS", &["accomplishes"]), + ("PRACTIVES", &["practise"]), + ("AAUTOMATICALLY", &["automatically"]), + ("SPEFICIALLIFED", &["specified"]), + ("ANXIOSLY", &["anxiously"]), + ("OFFFENCE", &["offence"]), + ("UNTIMATLY", &["ultimately"]), + ("DEPARTUE", &["departure"]), + ("UPDATESS", &["updates"]), + ("TIGTHLY", &["tightly"]), + ("LEGITIMITELY", &["legitimately"]), + ("CYLIDERS", &["cylinders"]), + ("VERFIFIERS", &["verifiers"]), + ("REUQEST", &["request"]), + ("DEFAUTLY", &["defaultly", "default"]), + ("GERENICS", &["generics"]), + ("RECYLE", &["recycle"]), + ("UNSUED", &["unused"]), + ("THIGN", &["thing"]), + ("AGRUABLY", &["arguably"]), + ("NESTALGIC", &["nostalgic"]), + ("NASTURSHUMS", &["nasturtiums"]), + ("ZARS", &["czars"]), + ("MOVEMMENT", &["movement"]), + ("MINDCRAK", &["mindcrack"]), + ("WOOULD", &["would"]), + ("NOMINATIE", &["nominate"]), + ("PAKISTIAN", &["pakistani"]), + ("WISHPERS", &["whispers"]), + ("REINITILIZE", &["reinitialize"]), + ("MANUALY", &["manually"]), + ("PICOSEONDS", &["picoseconds"]), + ("METODOLOGIES", &["methodologies"]), + ("DEINTIALIZE", &["deinitialize"]), + ("PARAMENTERS", &["parameters"]), + ("COSNIDER", &["consider"]), + ("UNCONCIOUSNESS", &["unconsciousness"]), + ("DEMENSTRATION", &["demonstration"]), + ("CARRAIGE", &["carriage"]), + ("CPPP", &["cpp"]), + ("INFORMABLE", &["informal"]), + ("WORKARROUNDS", &["workarounds"]), + ("EXCLUSIVY", &["exclusivity"]), + ("TECNOLOGY", &["technology"]), + ("EXCHANING", &["exchanging"]), + ("PATTEN", &["pattern", "patent"]), + ("ALIGINS", &["aligns"]), + ("EXTENNSIONS", &["extensions"]), + ("CHEKS", &["checks"]), + ("CARNAGIE", &["carnegie"]), + ("CASHEIRS", &["cashiers"]), + ("EXEPECTATION", &["expectation"]), + ("COMPLATE", &["complacent", "complete"]), + ("CONDIDATE", &["candidate"]), + ("INTICEMENT", &["enticement"]), + ("MANUPULATED", &["manipulated"]), + ("SUITEABLE", &["suitable"]), + ("INCREDIBY", &["incredibly"]), + ("PENDNING", &["pending"]), + ("PARANIAC", &["paranoiac"]), + ("INTERTAINING", &["entertaining"]), + ("EBCIDC", &["ebcdic"]), + ("BACKSLAHES", &["backslashes"]), + ("TOEKN", &["token"]), + ("AMATUER", &["amateur"]), + ("UNDESCORED", &["underscored"]), + ("SKECTH", &["sketch"]), + ("VULNERABUILITIY", &["vulnerability"]), + ("CANABEL", &["cannibal"]), + ("CONTANIMATE", &["contaminated"]), + ("SUMULATE", &["simulate"]), + ("EQUIVELANCE", &["equivalence"]), + ("NEOLITIC", &["neolithic"]), + ("MUDERING", &["murdering"]), + ("CONNETCION", &["connection"]), + ("SUBNEGOTITAION", &["subnegotiation"]), + ("SEPERATEDLY", &["separately"]), + ("ALOCATABLE", &["allocatable"]), + ("TERRITORRY", &["territory"]), + ("PREFERABBLY", &["preferably"]), + ("CORECT", &["correct"]), + ("DISTRIBUITING", &["distributing"]), + ("RENEGOGTIATORS", &["renegotiators"]), + ("HERIOCS", &["heroics"]), + ("PORTRAIS", &["portraits"]), + ("PHSICAL", &["physical"]), + ("INTERLECTUAL", &["intellectual"]), + ("SODDERING", &["soldering"]), + ("BOOOLEAN", &["boolean"]), + ("INCLUD", &["include"]), + ("AGRESSIVITY", &["aggressivity"]), + ("ALGOTIGHMS", &["algorithms"]), + ("REVERCED", &["reversed"]), + ("OFCOURES", &["ofcourse"]), + ("DIMANDS", &["demands", "diamonds"]), + ("REWORKD", &["reworked"]), + ("HISTIGRAM", &["histogram"]), + ("WSER", &["user"]), + ("AUGUMENTS", &["arguments", "augments"]), + ("FRAM", &["frame"]), + ("UNFAMILAR", &["unfamiliar"]), + ("INCONVINENCE", &["inconvenience"]), + ("EMBARESS", &["embarrass"]), + ("RECCOMENDING", &["recommending"]), + ("EXPERMENETALLY", &["experimentally"]), + ("CONCLUSIES", &["conclusive"]), + ("VIRGINAS", &["virgins"]), + ("IMRPOVED", &["improved"]), + ("CORPARATION", &["corporation"]), + ("UNEXPETED", &["unexpected"]), + ("APPORPRIATED", &["appropriated"]), + ("EQUIVILENT", &["equivalent"]), + ("EXCULSIVLY", &["exclusively"]), + ("INCONSIDERANT", &["inconsiderate"]), + ("HOPEFULLLY", &["hopefully"]), + ("ABSULUTE", &["absolute"]), + ("CALCULTATER", &["calculator"]), + ("QUADRAPED", &["quadruped"]), + ("DICOVER", &["discover"]), + ("EXPERIMERS", &["experimenters"]), + ("MUTULLY", &["mutually"]), + ("ALLEDGELY", &["allegedly"]), + ("INPROOVE", &["improve"]), + ("CRITIZISING", &["criticising"]), + ("DOCMUENT", &["document"]), + ("DISTRUBUTIONS", &["distributions"]), + ("DEFFINE", &["define"]), + ("ANNOUNCEING", &["announcing"]), + ("INACCESSBLE", &["inaccessible"]), + ("NORHTWESTERN", &["northwestern"]), + ("CIRCUMSTENTIAL", &["circumstantial"]), + ("SOMETHINBG", &["somethings"]), + ("CONFERANCE", &["conference"]), + ("FREEDOMERS", &["freedoms"]), + ("SCHME", &["scheme"]), + ("STRIINGS", &["strings"]), + ("STRAIGHTED", &["straightened"]), + ("INSTERING", &["inserting"]), + ("INTRISNIC", &["intrinsic"]), + ("SHPED", &["shaped", "shipped"]), + ("RENDERES", &["renders", "renderers"]), + ("REINFOCING", &["reinforcing"]), + ("PERSERVERES", &["perseveres"]), + ("INDIANAOPLIS", &["indianapolis"]), + ("RESOPNSES", &["responses"]), + ("ASSUMONG", &["assuming"]), + ("EPHEMEREALLY", &["ephemerally"]), + ("POERFUL", &["powerful"]), + ("AGGRESIVENESS", &["aggressiveness"]), + ("CRITIZING", &["criticizing"]), + ("INACCURACCY", &["inaccuracy"]), + ("LIBRATY", &["library"]), + ("CATERGORIZE", &["categorize"]), + ("IMPOSSIBLELY", &["impossibly"]), + ("ATTRIBTE", &["attribute"]), + ("CHARICTOR", &["character"]), + ("UNDENAIBLE", &["undeniable"]), + ("COMPLENESS", &["completeness"]), + ("FASCITS", &["fascist"]), + ("BALCKLIST", &["blacklist"]), + ("DEFERANCE", &["deference"]), + ("BOUNARY", &["boundary"]), + ("SENTAOR", &["senator"]), + ("ARCAHEOLOGY", &["archeology"]), + ("ORHTOGONAL", &["orthogonal"]), + ("FANFICITONS", &["fanfiction"]), + ("CHILDERN", &["children"]), + ("BACKGRUND", &["background"]), + ("MCCARHTY", &["mccarthy"]), + ("UNHILIGHT", &["unhighlight"]), + ("PREVIOULSY", &["previously"]), + ("TRAKCERS", &["trackers"]), + ("STRAIGHTFOWARD", &["straightforward"]), + ("INTEREFERS", &["interferes"]), + ("PROGAMMATIC", &["programmatic"]), + ("MULTICULTRALISM", &["multiculturalism"]), + ("EXPECTIONALLY", &["exceptionally"]), + ("BULLETPROOOF", &["bulletproof"]), + ("OVERESTEMATING", &["overestimating"]), + ("EMPRICALLY", &["empirically"]), + ("ENEBLE", &["enable"]), + ("MEDATITE", &["meditate"]), + ("JEAPARDY", &["jeopardy"]), + ("ANARCHSIM", &["anarchism"]), + ("ABSTRATLY", &["abstractly"]), + ("DEAMBIGATES", &["disambiguates"]), + ("ARRYA", &["array"]), + ("DEPENDENSIES", &["dependencies"]), + ("IMPLEMENTET", &["implemented"]), + ("CHASSY", &["chassis"]), + ("IMMIDEATELY", &["immediately"]), + ("EXPERIMENTAITER", &["experimenter"]), + ("COMPROMISSEN", &["compromise"]), + ("EXCHNG", &["exchange"]), + ("WIRTERS", &["writers"]), + ("PURTAINED", &["pertained"]), + ("INVARIABLLY", &["invariably"]), + ("BEHVAVIOR", &["behavior"]), + ("WATERMELEON", &["watermelon"]), + ("BLOPGPOT", &["blogpost"]), + ("EXTENTED", &["extended"]), + ("OVEFLOW", &["overflow"]), + ("ADVNACE", &["advance"]), + ("SUBSTITTE", &["substitute"]), + ("EXPERIMNETER", &["experimenter"]), + ("DIJSKSTRA", &["dijkstra"]), + ("ALRELADY", &["already"]), + ("NOCTUREN", &["nocturne"]), + ("AUTHETNTICATION", &["authentication"]), + ("EVALUTORS", &["evaluators"]), + ("DINGEES", &["dinghies"]), + ("TRIPTISHS", &["triptychs"]), + ("ENUF", &["enough"]), + ("BRESERKER", &["berserker"]), + ("ILLUMINACI", &["illuminati"]), + ("ANNONOMUSALLY", &["anonymously"]), + ("AGRIGULTURAL", &["agricultural"]), + ("MANUPULATES", &["manipulates"]), + ("SEPERATLEY", &["separately"]), + ("HEARHTSTONE", &["hearthstone"]), + ("UNBALLANCE", &["unbalance"]), + ("INITAITIVES", &["initiatives"]), + ("ELIGABLE", &["eligible"]), + ("INADVERTANTLY", &["inadvertently"]), + ("DISPUTANDEM", &["disputandum"]), + ("VOILATION", &["violation"]), + ("APPORVING", &["approving"]), + ("TEQULIA", &["tequila"]), + ("INLUDES", &["includes"]), + ("POSSESSS", &["possesses"]), + ("RESORUCE", &["resource"]), + ("RENEGATIOTIATIONS", &["renegotiations"]), + ("PROMINATELY", &["prominently", "predominately"]), + ("INCONVINIANCES", &["inconveniences"]), + ("TEMPROARLY", &["temporarily"]), + ("DISPOSSABLE", &["disposable"]), + ("SOOASIDE", &["suicide"]), + ("TRANSFERTS", &["transfers"]), + ("SKIPPD", &["skipped"]), + ("PLATFFORMS", &["platforms"]), + ("APPROXIAMTIONS", &["approximations"]), + ("ASSOZIATION", &["association"]), + ("PREPROCESSER", &["preprocessor"]), + ("CLOGURE", &["clojure"]), + ("ABBREIVATION", &["abbreviation"]), + ("GERMANOS", &["germans"]), + ("ABSTACTNESS", &["abstractness"]), + ("INDEPENDENDET", &["independent"]), + ("DARMA", &["dharma"]), + ("CONSEQUENTY", &["consequently"]), + ("PERSECUTTED", &["persecuted"]), + ("SPECILIZATIONS", &["specializations"]), + ("TREATE", &["treat"]), + ("CLEESHAYS", &["clichés"]), + ("BLONG", &["belong"]), + ("WEAKNESESS", &["weaknesses"]), + ("DISSERATION", &["dissertation"]), + ("HOWEEVER", &["however"]), + ("PRIMATIVE", &["primitive"]), + ("PROPOSTIONS", &["proportions"]), + ("UNNECESSAR", &["unnecessary"]), + ("CONSTRUCTT", &["construct"]), + ("DEFINATLLY", &["definitely"]), + ("INPACTS", &["impacts"]), + ("PRESIDENCEY", &["presidency"]), + ("REGISTERESD", &["registered"]), + ("CIRCUMSISION", &["circumcision"]), + ("COPRORATIONS", &["corporations"]), + ("INTERFAVE", &["interface"]), + ("INTERREGATION", &["interrogation"]), + ("TEAMSPEACK", &["teamspeak"]), + ("CAPATILIST", &["capitalist"]), + ("INCARNATON", &["incarnation"]), + ("SOCIALSIM", &["socialism"]), + ("RETURMING", &["returning"]), + ("ECAPE", &["escape"]), + ("DISTINGUSH", &["distinguish"]), + ("SEKECTS", &["selects"]), + ("MAINTAING", &["maintaining"]), + ("CONSOLATO", &["consolation"]), + ("COPENHEGAN", &["copenhagen"]), + ("LASGANA", &["lasagna"]), + ("EPRESSIONS", &["expressions"]), + ("CORSIAR", &["corsair"]), + ("UPAGRADES", &["upgrades"]), + ("RENEGOTION", &["renegotiation"]), + ("PERIPERHAL", &["peripheral"]), + ("HOMOPHOPIC", &["homophobic"]), + ("DISGUSTIGLY", &["disgustingly"]), + ("ECONMIC", &["economic"]), + ("OPINYONATOR", &["opinionator"]), + ("BIANRY", &["binary"]), + ("JOURNALISTERS", &["journalists"]), + ("POITLESSLY", &["pointlessly"]), + ("UNDERWEALMING", &["underwhelming"]), + ("LERANED", &["learned"]), + ("INTERNATIOANLISM", &["internationalism"]), + ("NASVHILLE", &["nashville"]), + ("NONESENSICAL", &["nonsensical"]), + ("INVULNURABLE", &["invulnerable"]), + ("CONCATENED", &["concatenated"]), + ("SCTIONED", &["sectioned", "suctioned"]), + ("FREQUENSIES", &["frequencies"]), + ("UPPSTREAMING", &["upstreaming"]), + ("SOLDIRES", &["soldiers"]), + ("DISCOVED", &["discovered"]), + ("MODIFCIATION", &["modification"]), + ("DESINGS", &["designs"]), + ("HIERARHCIES", &["hierarchies"]), + ("PROTECTORAS", &["protectors"]), + ("GALLLERY", &["gallery"]), + ("SPEPC", &["spec"]), + ("SETTTINGS", &["settings"]), + ("PIGIN", &["pigeon"]), + ("IMPIED", &["implied"]), + ("JURNALES", &["journals"]), + ("SHOULDES", &["shoulders"]), + ("COLLABORATORE", &["collaborate"]), + ("GENUISES", &["geniuses"]), + ("MIDPOINS", &["midpoint", "midpoints"]), + ("STRACK", &["stack", "track"]), + ("ALLOWENCES", &["allowances"]), + ("SNYOPSIS", &["synopsis"]), + ("OREDES", &["orders"]), + ("DESCPRITION", &["descriptions"]), + ("STOERS", &["stores"]), + ("HALLUSINATIONS", &["hallucinations"]), + ("ADDIONAL", &["additional"]), + ("HEIGHEST", &["heights", "highest"]), + ("STRESSERS", &["stresses"]), + ("INCOMPING", &["incoming"]), + ("MODIFYABLE", &["modifiable"]), + ("SINLGE", &["single"]), + ("PESSIMISTC", &["pessimistic"]), + ("EXCTRACTIONS", &["extractions"]), + ("SYTLED", &["styled"]), + ("MINIUMS", &["minimums"]), + ("EVEYRONES", &["everyones"]), + ("DIRECTOORY", &["directory"]), + ("TERRURISTS", &["terrorists"]), + ("OBHECTIFY", &["objectify"]), + ("ELECTROCITY", &["electricity"]), + ("THREADENED", &["threaded"]), + ("REVOCE", &["revoke"]), + ("DECSION", &["decision"]), + ("SHAREHOLDES", &["shareholders"]), + ("CALRKSON", &["clarkson"]), + ("ORGANICLLY", &["organically"]), + ("PARTISAIN", &["partisan"]), + ("SERINOMY", &["ceremony"]), + ("FIELESYSTEMS", &["filesystems"]), + ("CONFUSTING", &["confusing"]), + ("BLANCE", &["balance", "glance", "lance"]), + ("PANICED", &["panicked"]), + ("ELESE", &["else"]), + ("ELITISIM", &["elitism"]), + ("COORDINTE", &["coordinate"]), + ("DEFEFERENCE", &["dereference"]), + ("CONIVED", &["connived"]), + ("SHILEDED", &["shielded"]), + ("PHYCHOLOGISTS", &["psychologists"]), + ("CHRISTINAITY", &["christianity"]), + ("WIRTH", &["with", "worth"]), + ("EXLICITE", &["explicit"]), + ("NNOVISHEATES", &["novitiates"]), + ("LOCAITING", &["locating"]), + ("APPREICATION", &["appreciation"]), + ("WITHELIST", &["whitelist"]), + ("MISAKES", &["mistakes"]), + ("ANALZYE", &["analyze"]), + ("REPTILS", &["reptiles"]), + ("ABSOLTUELY", &["absolutely"]), + ("PLAYHTROUGH", &["playthrough"]), + ("PROFILIC", &["prolific"]), + ("DOWNLOWDED", &["downloaded"]), + ("COLLAROS", &["collars"]), + ("EXECUTUABLE", &["executable"]), + ("SUBSCIRBES", &["subscribes"]), + ("CONCERNIG", &["concerning"]), + ("INCONSISENT", &["inconsistent"]), + ("MANUVER", &["maneuver"]), + ("FUTURISITIC", &["futuristic"]), + ("DEFENDENT", &["defendant"]), + ("INTIMIDE", &["intimidate"]), + ("INTERECTION", &["interaction", "intersection"]), + ("UNABALE", &["unable"]), + ("SHATNERING", &["shattering"]), + ("CULTUERAL", &["cultural"]), + ("AUTHENDICATOR", &["authenticator"]), + ("PICKNICKER", &["picnicker"]), + ("MYHTICAL", &["mythical"]), + ("ORGANISAIONS", &["organisations"]), + ("ACCPETANCE", &["acceptance"]), + ("PRUFE", &["proof"]), + ("AUTHROITY", &["authority"]), + ("ARGMENTS", &["arguments"]), + ("SUBSRCIBERS", &["subscribers"]), + ("INCOSISTENTE", &["inconsistent"]), + ("REASERCHER", &["researcher"]), + ("RAIDANT", &["radiant"]), + ("PUTPOSE", &["purpose"]), + ("AMALGUM", &["amalgam"]), + ("PARALISYS", &["paralysis"]), + ("REPLACALBE", &["replaceable"]), + ("INGREEDIANTS", &["ingredients"]), + ("LAUNGUAGES", &["languages"]), + ("RECENLTY", &["recently"]), + ("ANINTERESTING", &["uninteresting"]), + ("TOCUHDOWN", &["touchdown"]), + ("DISILLUSIONNED", &["disillusioned"]), + ("INDECATED", &["indicated"]), + ("CORRECITON", &["corrections"]), + ("CONSTRAINTING", &["constraining"]), + ("WORKAROUMD", &["workaround"]), + ("CONFIUGRING", &["configuring"]), + ("DISREPSECTFUL", &["disrespectful"]), + ("LIMINTED", &["limited"]), + ("PROMOCIONAL", &["promotional"]), + ("INVENTER", &["inventor"]), + ("INTIMIATED", &["intimidate"]), + ("CERTIFIFICATE", &["certificate"]), + ("ASSOCATE", &["associate"]), + ("COLLCETION", &["collections"]), + ("PUBLISHRS", &["publishers"]), + ("EXPETIMENTERS", &["experimenters"]), + ("EXPEIRIMENTER", &["experimenter"]), + ("DIREVCTORY", &["directory"]), + ("AJSENCIES", &["adjacencies"]), + ("BOUNGIN", &["bounding"]), + ("UNINITALISED", &["uninitialised"]), + ("CONTINAING", &["containing"]), + ("REPUBLCIANS", &["republicans"]), + ("ACCELLERATION", &["acceleration"]), + ("PROPECTED", &["projected", "prospected", "protected"]), + ("HANDELBARS", &["handlebars"]), + ("OPTIMIM", &["optimism"]), + ("BENFIT", &["benefit"]), + ("NORMALL", &["normal", "normally"]), + ("EXPERIMANTATION", &["experimentation"]), + ("PROPATOR", &["propagator"]), + ("INDIDE", &["inside", "indeed"]), + ("VULNERABUILLITIES", &["vulnerabilities"]), + ("CONENTS", &["contents"]), + ("RECCONECTING", &["reconnecting"]), + ("NIMPHOS", &["nymphos"]), + ("ECZECUTED", &["executed"]), + ("COUNTES", &["counters"]), + ("SPEFIFIFERS", &["specifiers"]), + ("MANEMENT", &["management"]), + ("LERNING", &["learning", "leaning"]), + ("RECCONENCTING", &["reconnecting"]), + ("PALESTINIENS", &["palestinians"]), + ("SURRONDINGS", &["surroundings"]), + ("IDENITIFY", &["identify"]), + ("TEMPORIES", &["temporaries"]), + ("OVERWIRTTEN", &["overwritten"]), + ("WELATHIER", &["wealthier"]), + ("AVAILBEL", &["available"]), + ("AUTHENCICATOR", &["authenticator"]), + ("REGISTRED", &["registered"]), + ("UNDUELY", &["unduly"]), + ("ANTOHER", &["another"]), + ("REFELCTING", &["reflecting"]), + ("CONETNT", &["content"]), + ("BYETS", &["bytes"]), + ("BAHAVIORAL", &["behavioral"]), + ("RELATAIVE", &["relative"]), + ("TRANSALTES", &["translates"]), + ("AVAILAIBILITY", &["availability"]), + ("DROPING", &["dropping"]), + ("ABSOLATE", &["absolute"]), + ("LEARND", &["learned"]), + ("AUTONEGOTATIONS", &["autonegotiations"]), + ("BOARDCAST", &["broadcast"]), + ("OVERLAPPPING", &["overlapping"]), + ("GIREFING", &["griefing"]), + ("PORJECTS", &["projects"]), + ("ALGORITHMM", &["algorithm"]), + ("TRANSISIONING", &["transitioning"]), + ("POINTURE", &["pointer"]), + ("AUTONEGOSIATION", &["autonegotiation"]), + ("HIGHLITED", &["highlighted"]), + ("KWEYWORD", &["keyword"]), + ("OPIONATED", &["opinionated"]), + ("AFFECTIONNATE", &["affectionate"]), + ("POTISIVE", &["positive"]), + ("REESULT", &["result"]), + ("IMPLIMENTING", &["implementing"]), + ("DISSAPOINTTED", &["disappointed"]), + ("RESTRCTED", &["restricted"]), + ("METATADATA", &["metadata"]), + ("BUTTERLY", &["butterfly"]), + ("INTELLECTUL", &["intellectuals"]), + ("RELIABILLITY", &["reliability"]), + ("DEBUGEE", &["debuggee"]), + ("SQARE", &["square"]), + ("BACKERDS", &["backers"]), + ("KEYWPRD", &["keyword"]), + ("DUBSETP", &["dubstep"]), + ("PERROGATIVE", &["prerogative"]), + ("PLYOTROPY", &["pleiotropy"]), + ("DISTRIBTUION", &["distributions", "distribution"]), + ("INDUSTY", &["industry"]), + ("PHOTOGRAPHES", &["photographs"]), + ("PHENOMENONA", &["phenomena"]), + ("NECESSARILYN", &["necessarily"]), + ("IGNORNABLE", &["ignorable"]), + ("COMPEARED", &["compared"]), + ("BEHAVOUR", &["behaviour"]), + ("LERN", &["learn", "lean"]), + ("CONFUNSED", &["confused"]), + ("COMMUICATION", &["communication"]), + ("EXPORTET", &["exported", "exporter"]), + ("SPECILISATIONS", &["specialisations"]), + ("ATTRUBURE", &["attribute"]), + ("PROYECTIONS", &["projections", "protections"]), + ("NEGOTHIATIONS", &["negotiations"]), + ("AUTONEGOTIOTATIONS", &["autonegotiations"]), + ("POSSIBBLE", &["possible"]), + ("RELEAE", &["release"]), + ("PERCLUDE", &["preclude"]), + ("SHOUDLERS", &["shoulders"]), + ("TYPICALL", &["typically", "typical"]), + ("WORNG", &["wrong", "worn"]), + ("MATERIL", &["material"]), + ("DATATYEP", &["datatype"]), + ("INTERESECTION", &["intersection"]), + ("ANTHOR", &["another"]), + ("OUPUT", &["output"]), + ("SPAWNIG", &["spawning"]), + ("INTERPERTATIONS", &["interpretations"]), + ("REPETEAD", &["repeated"]), + ("DUEING", &["doing", "during", "dueling"]), + ("CAFAY", &["cafe"]), + ("CRANBERY", &["cranberry"]), + ("KRONICLING", &["chronicling"]), + ("PORSHON", &["portion"]), + ("SIMIULATED", &["simulated"]), + ("ANANLOG", &["analog"]), + ("SYNCHONISED", &["synchronised"]), + ("SYNCRONISE", &["synchronise"]), + ("FYSISIST", &["physicist"]), + ("SRINK", &["shrink"]), + ("TOLLERANT", &["tolerant"]), + ("ELEMENST", &["elements"]), + ("ACQUAINTAINCE", &["acquaintance"]), + ("IMORTS", &["imports"]), + ("GUARDAIN", &["guardian"]), + ("IMMEDIATEDLY", &["immediately"]), + ("AFORD", &["afford"]), + ("FEMINSIM", &["feminism"]), + ("THESITS", &["theists"]), + ("SAFERI", &["safari"]), + ("DISGRUNTELD", &["disgruntled"]), + ("LANGUAGEE", &["language"]), + ("PROPORTIONELLA", &["proportionally"]), + ("PEDOPHILIE", &["pedophile"]), + ("CHARACATERS", &["characters"]), + ("CONTRCT", &["contract"]), + ("ELEMENTRY", &["elementary"]), + ("PERCETAGE", &["percentage"]), + ("UPTIM", &["uptime"]), + ("CHECHING", &["checking"]), + ("CONVERVING", &["conserving", "conversing"]), + ("ARCHVIE", &["archive"]), + ("PRESSS", &["press", "presses"]), + ("HUERISTIC", &["heuristic"]), + ("PROCELAINS", &["porcelains"]), + ("UNBANND", &["unbanned"]), + ("BLUEBRINTS", &["blueprints"]), + ("HUMANITE", &["humanities"]), + ("CURNEL", &["colonel"]), + ("AMPHETEMINE", &["amphetamine"]), + ("EXPERIMTENATION", &["experimentation"]), + ("DECSRIBED", &["described"]), + ("DEINE", &["define"]), + ("COMPAREMENTS", &["compartments"]), + ("INGREDIANT", &["ingredient"]), + ("ADMINISTERD", &["administered"]), + ("AUHTORS", &["authors"]), + ("FREQUENCEY", &["frequency"]), + ("MILLIMITERS", &["millimeters"]), + ("ABONDONING", &["abandoning"]), + ("STRATGIES", &["strategies"]), + ("COMPILCATION", &["complication"]), + ("CERTIANLY", &["certainly"]), + ("THERMOMITER", &["thermometer"]), + ("VULNERABILITU", &["vulnerability"]), + ("CARPETNER", &["carpenter"]), + ("ADEW", &["adieu"]), + ("ENCASPULATED", &["encapsulated"]), + ("RHINOSARUSS", &["rhinoceroses"]), + ("VERIFICACION", &["verification"]), + ("PERFERABLY", &["preferably"]), + ("INDEFINTIELY", &["indefinitely"]), + ("MISSPELLLED", &["misspelled"]), + ("SYMETRICALLY", &["symmetrically"]), + ("OMISHINTS", &["omniscience"]), + ("GOOL", &["ghoul"]), + ("SIMILATES", &["simulates"]), + ("HERSLEF", &["herself"]), + ("NOWADYS", &["nowadays"]), + ("INAPPROPRIET", &["inappropriately"]), + ("ANTIDEPRESSSANTS", &["antidepressants"]), + ("EXPETIMENT", &["experiment"]), + ("ATROCITITES", &["atrocities"]), + ("OCCASINAL", &["occasional"]), + ("ARGUMANT", &["argument"]), + ("AGAINS", &["against", "again"]), + ("ASSUMUED", &["assumed"]), + ("SOMETHIGNG", &["something"]), + ("GENIALIA", &["genitalia"]), + ("EPLICITLY", &["explicitly"]), + ("BUGGS", &["bugs"]), + ("MAESURE", &["measure"]), + ("LANDSPACES", &["landscapes"]), + ("DISCONEECTED", &["disconnected"]), + ("WORFLOW", &["workflow"]), + ("UYOU", &["you"]), + ("FOLLFOWONG", &["following"]), + ("PERFOME", &["perform"]), + ("SQASHED", &["squashed"]), + ("ARTIHMETIC", &["arithmetic"]), + ("EMASC", &["emacs"]), + ("UNSUBSRCIBED", &["unsubscribed"]), + ("RENEGOITATING", &["renegotiating"]), + ("CHEKC", &["check"]), + ("CRITIZIZED", &["criticized"]), + ("EPECT", &["expect"]), + ("SOMENONE", &["someone"]), + ("DESCOVER", &["discover"]), + ("ABBREVATION", &["abbreviation"]), + ("PARAISTE", &["parasite"]), + ("CIRICUIT", &["circuit"]), + ("REDABILITY", &["readability"]), + ("INSURGENCEY", &["insurgency"]), + ("FLAVORD", &["flavored"]), + ("REPOSONDING", &["responding"]), + ("PROTECTONS", &["protectors"]), + ("EXPENDEBLE", &["expendable"]), + ("ACCELERATIO", &["accelerator"]), + ("PREVIOUSY", &["previously"]), + ("DEFINITIVLEY", &["definitively"]), + ("NOTIFICACION", &["notification"]), + ("AUTHENCTICATION", &["authentication"]), + ("ARTIFICAL", &["artificial"]), + ("DEVIDABLE", &["divisible"]), + ("MODFITIERS", &["modifiers"]), + ("EVISERATES", &["eviscerates"]), + ("DELUTIONAL", &["delusional"]), + ("IHACA", &["ithaca"]), + ("COMMMITTED", &["committed"]), + ("EXPERMIENT", &["experiments", "experiment"]), + ("UNINTERUPPTED", &["uninterrupted"]), + ("TRANSCENDANCE", &["transcendence"]), + ("STRUGGELING", &["struggling"]), + ("INTERPRETTED", &["interpreted"]), + ("ATTEMENT", &["attempt"]), + ("RTURNED", &["returned"]), + ("BLANCED", &["balanced", "glanced", "lanced"]), + ("SERVOCED", &["serviced"]), + ("STUILL", &["still"]), + ("INAPPROPRIETLY", &["inappropriately"]), + ("DISCCONECCTS", &["disconnects"]), + ("MUTBAL", &["mutable"]), + ("COMILER", &["compiler"]), + ("SCIRIPTS", &["scripts"]), + ("CALIFORNINAN", &["californian"]), + ("CASAULTY", &["casualty"]), + ("ORCHESTRIAL", &["orchestra"]), + ("REMENISSENSE", &["reminiscence"]), + ("ETHE", &["the"]), + ("REOUNDED", &["rounded"]), + ("EXPETING", &["expecting"]), + ("EXHILERATING", &["exhilarating"]), + ("GOLBAL", &["global"]), + ("DOWNSTAR", &["downstairs"]), + ("TOPOLGY", &["topology"]), + ("RELFECTION", &["reflection"]), + ("INFULENTIAL", &["influential"]), + ("CURTEUSLY", &["courteously"]), + ("SAKSATCHEWAN", &["saskatchewan"]), + ("CANCELD", &["canceled"]), + ("MANUFACTUED", &["manufactured"]), + ("HEIRARCHY", &["hierarchy"]), + ("VOCABULARLY", &["vocabulary"]), + ("SWITHCED", &["switched"]), + ("ROMOVES", &["removes"]), + ("INSTASLLED", &["installed"]), + ("PURCHSE", &["purchase"]), + ("AUXILLARY", &["auxiliary"]), + ("MUTIPLY", &["multiply"]), + ("SOLFED", &["solved"]), + ("TIHNK", &["think"]), + ("DIMAOND", &["diamond"]), + ("ARCHETECTURAL", &["architectural"]), + ("MUTUX", &["mutex"]), + ("MEASSURE", &["measure"]), + ("TERMNIALS", &["terminals"]), + ("INSTANTIATOINS", &["instantiations"]), + ("TRAINNING", &["training"]), + ("SAPPHIE", &["sapphire"]), + ("APPROPRIATIN", &["appropriation"]), + ("HIDDING", &["hiding", "hidden"]), + ("ALINGS", &["alines", "slings"]), + ("VERIFIEING", &["verifying"]), + ("NEIGHTOBRHOOD", &["neighborhood"]), + ("ALGOTIGHMIC", &["algorithmic"]), + ("ADDICIONALLY", &["additionally"]), + ("JAUGARS", &["jaguars"]), + ("CONFRIM", &["confirm"]), + ("MILEAU", &["milieu"]), + ("QULITY", &["quality"]), + ("INTENTUALLY", &["intentionally"]), + ("SPEEP", &["sleep"]), + ("PROTOL", &["protocol"]), + ("FLORDIA", &["florida"]), + ("RIGHTEOUSSNESS", &["righteousness"]), + ("LEGIMITACY", &["legitimacy"]), + ("VERFY", &["verify"]), + ("CORREESPONDENCE", &["correspondence"]), + ("EXPERIANCED", &["experienced"]), + ("AGRESSION", &["aggression"]), + ("VULACN", &["vulcan"]), + ("TABELSPOON", &["tablespoon"]), + ("PROYECTION", &["projection", "protection"]), + ("EXPESSION", &["expression"]), + ("CHOCOALTES", &["chocolates"]), + ("HOPFUL", &["hopeful"]), + ("EXTITING", &["exciting", "exiting"]), + ("TOTORIAL", &["tutorial"]), + ("TURNK", &["trunk", "turnkey", "turn"]), + ("ILLUMIMATI", &["illuminati"]), + ("TERMNIATES", &["terminates"]), + ("MONTIORS", &["monitors"]), + ("FASTNERS", &["fasteners"]), + ("ROATATED", &["rotated"]), + ("ACII", &["ascii"]), + ("INSISTINCE", &["insistence"]), + ("RENDEZOUS", &["rendezvous"]), + ("MODIFIYING", &["modifying"]), + ("UNCOMPRESSIBLE", &["incompressible"]), + ("CURRNET", &["current"]), + ("ADVENTURS", &["adventures"]), + ("ENVIOMENTS", &["environments"]), + ("LIFEPSAN", &["lifespan"]), + ("RESURCED", &["resourced"]), + ("MUSTATED", &["mutated"]), + ("BECCAUSE", &["because"]), + ("TRANSFERRS", &["transfers"]), + ("NOSTIRLS", &["nostrils"]), + ("COMMITI", &["committee", "committing", "commit"]), + ("VERTICIES", &["vertices"]), + ("COLOSE", &["close"]), + ("TRANSOCDER", &["transcoder"]), + ("CLOESED", &["closed"]), + ("PLASITCS", &["plastics"]), + ("UNILATERALY", &["unilaterally"]), + ("QUWESANTS", &["croissants"]), + ("CHIZELL", &["chisel"]), + ("TIMZEZONES", &["timezones"]), + ("DEATTACH", &["detach"]), + ("SPREADSHEATS", &["spreadsheets"]), + ("GUARNETEE", &["guarantee"]), + ("IMPLEMENTATOINS", &["implementations"]), + ("UNAVAIALBILITY", &["unavailability"]), + ("PICKYUNE", &["picayune"]), + ("DATABAS", &["database"]), + ("PANNELS", &["panels"]), + ("DEPDENENT", &["dependent"]), + ("POSTPOCESSING", &["postprocessing"]), + ("MITIGAITON", &["mitigation"]), + ("PERSPECTIE", &["perspectives"]), + ("MUTLIPLER", &["multiplier", "multiple"]), + ("TANSFOMED", &["transformed"]), + ("APPERARS", &["appears"]), + ("IMPLEMEMTATIONS", &["implementations"]), + ("MEMORIE", &["memory"]), + ("SUROUNDS", &["surrounds"]), + ("DIVION", &["division"]), + ("ATOMICLY", &["atomically"]), + ("ACQUIESS", &["acquiesce"]), + ("RROR", &["error"]), + ("PIORITY", &["priority"]), + ("CAPTINS", &["captains"]), + ("ARCTICLE", &["article"]), + ("HELPFULY", &["helpfully"]), + ("OLYPMICS", &["olympics"]), + ("CONVALESS", &["convalesce"]), + ("PLASTICOS", &["plastics"]), + ("INTERRUTPS", &["interrupts"]), + ("KIDNERGARTEN", &["kindergarten"]), + ("NURISHING", &["nourishing"]), + ("CONSTRACTOR", &["constructor"]), + ("ANTIBIOITCS", &["antibiotic"]), + ("COALLEE", &["coalesce"]), + ("PICOSEOND", &["picosecond"]), + ("ANALYIST", &["analyst"]), + ("UES", &["use", "yes"]), + ("FEWG", &["few", "fugue"]), + ("SYBSYSTEMS", &["subsystems"]), + ("PROBLMES", &["problems"]), + ("SUBSYSYTEMS", &["subsystems"]), + ("LENGUAGES", &["languages"]), + ("DOBLING", &["doubling"]), + ("UNEXSPECTED", &["unexpected"]), + ("TRANSVORMED", &["transformed"]), + ("PERTICULAR", &["particular"]), + ("KILOMTERES", &["kilometers"]), + ("EINFAHC", &["einfach"]), + ("ALLO", &["allow"]), + ("FORWARING", &["forwarding"]), + ("TYPPICALLY", &["typically"]), + ("SACRIFISES", &["sacrifices"]), + ("CONECCTORS", &["connectors"]), + ("AGIANST", &["against"]), + ("ISSU", &["issue"]), + ("POINTINT", &["pointing"]), + ("NEIGHBEUT", &["neighbour"]), + ("PASCHURIZE", &["pasteurize"]), + ("CONSUDER", &["consider"]), + ("STRUCTORE", &["structure"]), + ("INBEDDED", &["imbedded"]), + ("DICUSSED", &["discussed"]), + ("ALEGBRA", &["algebra"]), + ("BENIFICIAL", &["beneficial"]), + ("VIZUALIZED", &["visualized"]), + ("TYPOGRAHIC", &["typographic"]), + ("DISSAPOUNTED", &["disappointed"]), + ("SPECAILIZES", &["specializes"]), + ("ITERATABLE", &["iterable"]), + ("APPLIENCES", &["appliances"]), + ("NAPOLEN", &["napoleon"]), + ("NEEDLESSY", &["needlessly"]), + ("NOFICATIONS", &["notifications"]), + ("RECIDENTS", &["residents"]), + ("VALUEABLE", &["valuable"]), + ("TIMEING", &["timing"]), + ("SENCOND", &["second"]), + ("EXTRAPOLARE", &["extrapolate"]), + ("TIEMR", &["timer"]), + ("CONOTROLLED", &["controlled"]), + ("PROABLY", &["probably"]), + ("CHALLENGS", &["challenges"]), + ("CIVELISATIONS", &["civilisations"]), + ("FOROT", &["forgot"]), + ("SENSORES", &["sensors"]), + ("CERIMONIAL", &["ceremonial"]), + ("SUFFICENCY", &["sufficiency"]), + ("PROVATE", &["private", "provide"]), + ("OPUTPUT", &["output"]), + ("CLENING", &["cleaning"]), + ("EXTROARDINARY", &["extraordinary"]), + ("CREADENTIALS", &["credentials"]), + ("WARRANTLES", &["warranties"]), + ("POSITIONNS", &["positions"]), + ("IMPLEMENATIONA", &["implementation"]), + ("RELIGIOUSY", &["religiously"]), + ("SOULTIONS", &["solutions"]), + ("PROBABALY", &["probably"]), + ("MISELANEOUS", &["miscellaneous"]), + ("EXTENSIOSN", &["extensions"]), + ("MODERATIN", &["moderation"]), + ("MORMALISES", &["normalises"]), + ("PONTING", &["pointing"]), + ("SANCTIONNING", &["sanctioning"]), + ("BRADCAST", &["broadcast"]), + ("ACQUANTAINCE", &["acquaintance"]), + ("DYSPHORA", &["dysphoria"]), + ("CONSISENT", &["consistent"]), + ("ONOTOLGY", &["ontology"]), + ("PHSYICIST", &["physicist"]), + ("DETETES", &["deletes", "detects"]), + ("ABBREVATIONS", &["abbreviations"]), + ("SCHOLARHIP", &["scholarship"]), + ("COLLOQUEAL", &["colloquial"]), + ("BOYCOTTTING", &["boycotting"]), + ("IDIOSINCRACIES", &["idiosyncrasies"]), + ("SNYDROME", &["syndrome"]), + ("KNOLWEDGABLE", &["knowledgable"]), + ("CONTSTRUCTING", &["constructing"]), + ("BROTHERHOOOD", &["brotherhood"]), + ("BURJUNS", &["burgeons"]), + ("STRECHING", &["stretching"]), + ("GERNERATION", &["generation"]), + ("PRIVILIGES", &["privileges"]), + ("PERIHPERALS", &["peripherals"]), + ("IRANIANOS", &["iranians"]), + ("ARUGING", &["arguing"]), + ("BULIDS", &["builds"]), + ("THRESHODS", &["thresholds"]), + ("CULTERAL", &["cultural"]), + ("ININTIALIZE", &["initialize"]), + ("ASSUMNES", &["assumes"]), + ("WEPBAGE", &["webpage"]), + ("LIEKABLE", &["likable"]), + ("WORBENCHES", &["workbenches"]), + ("THIKN", &["think"]), + ("REGARDES", &["regards"]), + ("PRECEDESSOR", &["predecessor"]), + ("ISLAMISTISK", &["islamists"]), + ("OVERRIE", &["override", "ovary"]), + ("MAUNALLY", &["manually"]), + ("ANALISING", &["analysing"]), + ("VULNEARABILITY", &["vulnerability"]), + ("USUAGE", &["usage"]), + ("ORGINISATIONS", &["organisations"]), + ("KEYNSEIAN", &["keynesian"]), + ("YSE", &["yes", "use", "nyse"]), + ("VALIF", &["valid"]), + ("CONSEED", &["concede"]), + ("REPLICAITIONS", &["replications"]), + ("MIMINISES", &["minimises"]), + ("SUBSIQUENT", &["subsequent"]), + ("LOOKP", &["look", "looks", "lookup"]), + ("SHORTCAT", &["shortcut"]), + ("PASCHURIZATION", &["pasteurization"]), + ("INTELLIGABLE", &["intelligible"]), + ("CUNTERS", &["counters", "hunters"]), + ("REVERSABLE", &["reversible"]), + ("SUBDOAMIN", &["subdomain"]), + ("AMENDMANTS", &["amendments"]), + ("CRUSIVE", &["cursive"]), + ("REPACES", &["replaces"]), + ("INVESTIGE", &["investigate"]), + ("CALFES", &["calves"]), + ("COLLOQUAIL", &["colloquial"]), + ("BROADLEY", &["broadly"]), + ("PROGAMABILITY", &["programmability"]), + ("NATIONALISTICS", &["nationalists"]), + ("APPRAENTLY", &["apparently"]), + ("PRODUCTED", &["produced"]), + ("IGNORRIG", &["ignoring"]), + ("CUSTUMIZATION", &["customization"]), + ("TRUSTOWRTHY", &["trustworthy"]), + ("UPLODED", &["uploaded"]), + ("EDITOT", &["editor"]), + ("EVAULTED", &["evaluated"]), + ("VISUAIZED", &["visualized"]), + ("ALTHOUG", &["although"]), + ("DISTORTRON", &["distortion"]), + ("VOLATILY", &["volatility"]), + ("ENCOURANGED", &["encouraged"]), + ("EMPRESSIVE", &["impressive"]), + ("SIMPATHIZERS", &["sympathizers"]), + ("QUIKLY", &["quickly"]), + ("SOMEHTING", &["something"]), + ("CERIMONIOUS", &["ceremonious"]), + ("INTERSECTIN", &["intersection", "intersecting"]), + ("COORDINE", &["coordinate"]), + ("CACHEING", &["caching"]), + ("SCROLING", &["scrolling"]), + ("UNDERWOORD", &["underworld"]), + ("IDICES", &["indices"]), + ("AFRIAD", &["afraid"]), + ("PILGRIMMAGES", &["pilgrimages"]), + ("ARBITARILY", &["arbitrarily"]), + ("UNIFORN", &["uniform"]), + ("COMMUINCATION", &["communications"]), + ("FADIND", &["fading"]), + ("BRACHING", &["branching", "breaching"]), + ("EXPECECTED", &["expected"]), + ("SCIPRT", &["script"]), + ("AGGREIVED", &["aggrieved"]), + ("OMAJES", &["homages"]), + ("CONSIQUENTLY", &["consequently"]), + ("GUARUNTEED", &["guaranteed"]), + ("UNINSTLALER", &["uninstaller"]), + ("IMPLEMENTAION", &["implementation"]), + ("DETECTAS", &["detects"]), + ("BUHDDISM", &["buddhism"]), + ("ELECTON", &["election", "electron"]), + ("UNNECCESSARILY", &["unnecessarily"]), + ("CONTIBUTED", &["contributed"]), + ("ECOLIGICAL", &["ecological"]), + ("DEFINITIVOS", &["definitions"]), + ("COMPATILIBILITY", &["compatibility"]), + ("IDIOSINCRATIC", &["idiosyncratic"]), + ("SEXUALIZIED", &["sexualized"]), + ("CONSTILLATION", &["constellation"]), + ("SUBSTANSIVE", &["substantive"]), + ("INSANLEY", &["insanely"]), + ("FACILTY", &["facility"]), + ("COPUTES", &["computes"]), + ("CATASTROPICALLY", &["catastrophically"]), + ("EXCEUTORS", &["executors"]), + ("DEFAULLTS", &["defaults"]), + ("DIRECTRIVE", &["directive"]), + ("PROGARM", &["program"]), + ("CUSTONERS", &["customers"]), + ("CALIFORNA", &["california"]), + ("INFOGRPAHIC", &["infographic"]), + ("FOUGTH", &["fought"]), + ("AMPLIFLY", &["amplify"]), + ("EXTESION", &["extension"]), + ("DRAMTIC", &["dramatic"]), + ("DEVELS", &["delves"]), + ("IMPREATIVE", &["imperative"]), + ("SHEEPS", &["sheep"]), + ("UNNESSASARY", &["unnecessary"]), + ("TANSLATION", &["translation"]), + ("DEPRIVITION", &["deprivation"]), + ("ANYWYAS", &["anyways"]), + ("NEIGHBBORS", &["neighbors"]), + ("DISPIRSED", &["dispersed"]), + ("EXCLUE", &["exclude"]), + ("ASBTRACTED", &["abstracted"]), + ("INTERSECCTION", &["intersection"]), + ("ENVRIRONS", &["environs"]), + ("DESCRIPTINO", &["description"]), + ("LEATS", &["least"]), + ("SUBSITUTED", &["substituted"]), + ("EXCETPIONAL", &["exceptional"]), + ("AMKE", &["make"]), + ("LEGITAMITE", &["legitimate"]), + ("VALENTINOS", &["valentines"]), + ("EXPPRESSED", &["expressed"]), + ("ILLSUIONS", &["illusions"]), + ("PRIMITVE", &["primitive"]), + ("HOSTSPOTS", &["hotspots"]), + ("SPRIPT", &["script"]), + ("TAWK", &["talk"]), + ("COLATERAL", &["collateral"]), + ("MACHIEN", &["machine"]), + ("WIDGIT", &["widget"]), + ("IGZORTS", &["exhorts"]), + ("SILHOUETES", &["silhouettes"]), + ("NINTY", &["ninety", "minty"]), + ("ELECTRICRAIN", &["electrician"]), + ("VESION", &["version"]), + ("REPORTEDY", &["reportedly"]), + ("CONCERED", &["concede", "concerned"]), + ("SPECIFIEED", &["specified"]), + ("TOGGELES", &["toggles"]), + ("SLEWTH", &["sleuth"]), + ("VERIFED", &["verified"]), + ("INFESTAION", &["infestation"]), + ("VESTAGE", &["vestige"]), + ("TRANSPRENCY", &["transparency"]), + ("AUTHENENTICATING", &["authenticating"]), + ("COLECTION", &["collection"]), + ("POSITEVELY", &["positively"]), + ("GUARDIN", &["guardian"]), + ("PARELLEL", &["parallel"]), + ("PRIVELAGED", &["privileged"]), + ("ALLCATE", &["allocate"]), + ("ENTITITY", &["entity"]), + ("MEMEBRS", &["members"]), + ("SCEENS", &["scenes", "screens", "schemes"]), + ("ASDIGNMENT", &["assignment"]), + ("COMESTICS", &["cosmetics"]), + ("SPECIALIZARE", &["specialize"]), + ("SARCASAM", &["sarcasm"]), + ("DISURPTION", &["disruption"]), + ("ENTERY", &["entry"]), + ("SYNTHESESIA", &["synthesis"]), + ("DISAPPERAR", &["disappear"]), + ("ABSTACTING", &["abstracting"]), + ("VETWEEN", &["between"]), + ("PERMISSON", &["permission"]), + ("PROHIBTED", &["prohibited"]), + ("CIRCUMSTANTAL", &["circumstantial"]), + ("MANNUAL", &["manual"]), + ("MMATCHING", &["matching"]), + ("CLEAER", &["clear", "clearer", "cleaner"]), + ("INITILISED", &["initialised"]), + ("EXNTRY", &["entry"]), + ("NAAME", &["name"]), + ("SYMMTERY", &["symmetry"]), + ("HOSPTIALS", &["hospitals"]), + ("SECONDARAY", &["secondary"]), + ("SPECIFIGATION", &["specification"]), + ("ALGORIGHTMICALLY", &["algorithmically"]), + ("PRING", &["print", "bring", "ping", "spring"]), + ("DIMINSIHING", &["diminishing"]), + ("CONSORCIUM", &["consortium"]), + ("CONCEOUSLY", &["consciously"]), + ("SEPRARATE", &["separate"]), + ("SPESIFICAL", &["specific"]), + ("SUBSCIBRES", &["subscribers", "subscribes"]), + ("MOTIATION", &["motivation"]), + ("MEDOW", &["meadow"]), + ("PROCRASTRINATED", &["procrastinated"]), + ("SHAMEN", &["shaman", "shamans"]), + ("FLUTTERHSY", &["fluttershy"]), + ("JEOPARY", &["jeopardy"]), + ("PARTICIPATON", &["participant"]), + ("ACTICATING", &["activating"]), + ("DEDFINED", &["defined"]), + ("TRRIGGERED", &["triggered"]), + ("CONNECTON", &["connection", "connector"]), + ("DISPLAYFPS", &["displays"]), + ("DEGRADACION", &["degradation"]), + ("ARISTOTE", &["aristotle"]), + ("STREIGTLY", &["straightly"]), + ("EXECTUTIONS", &["executions"]), + ("VERIFICAITON", &["verification"]), + ("DESERIALSIED", &["deserialised"]), + ("INITATES", &["imitates", "initiates"]), + ("CALLIFLOWER", &["cauliflower"]), + ("WARITABLE", &["writable"]), + ("NIGTHCLUB", &["nightclub"]), + ("BROADCAT", &["broadcasts", "broadcast"]), + ("MATCHINE", &["machine", "matching"]), + ("CONSQUENTLY", &["consequently"]), + ("MISREPRESENTATED", &["misrepresented"]), + ("INLUDED", &["included"]), + ("PATTENED", &["patented", "patterned"]), + ("EUPHORICAL", &["euphoria"]), + ("ACCLIMITIZATION", &["acclimatization"]), + ("RESUSE", &["reuse"]), + ("RENEGOPTIONSOTIATION", &["renegotiation"]), + ("ATMOSHPERE", &["atmosphere"]), + ("ANKSHUS", &["anxious"]), + ("RIVARLIES", &["rivalries"]), + ("ARCHVIES", &["archives"]), + ("LATITUE", &["latitude"]), + ("DISTICNTLY", &["distinctly"]), + ("ALTURISM", &["altruism"]), + ("SORTIG", &["sorting"]), + ("DISTINGUSHED", &["distinguished"]), + ("SUCCESFUL", &["successful"]), + ("HAPENS", &["happens"]), + ("RECOMEND", &["recommend"]), + ("DEKETING", &["deleting"]), + ("SUPERMARKEDS", &["supermarkets"]), + ("SUBDIRECTORYS", &["subdirectories"]), + ("MAKA", &["make"]), + ("CONCENTRACION", &["concentration"]), + ("SERVISED", &["serviced"]), + ("INTITIALS", &["initials"]), + ("CONDITIONEL", &["conditional"]), + ("ELECRICITY", &["electricity"]), + ("GIV", &["give"]), + ("NUMERBERING", &["numbering"]), + ("DECATHALON", &["decathlon"]), + ("DICARDING", &["discarding"]), + ("SEACRCHABLE", &["searchable"]), + ("INTIALIZERS", &["initializers"]), + ("GUTTARAL", &["guttural"]), + ("INFREQUENTCIES", &["infrequencies"]), + ("ELECTIRC", &["electric"]), + ("ASSISST", &["assists", "assist"]), + ("EXCED", &["exceed"]), + ("ANXIUOS", &["anxious"]), + ("ANYOTHER", &["another"]), + ("RECONFUGRE", &["reconfigure"]), + ("ENUSURE", &["ensure"]), + ("BENGES", &["binges"]), + ("ANARQUISTS", &["anarchists"]), + ("PERFERRMANCES", &["performances"]), + ("REARRANGENT", &["rearrangement"]), + ("AIRBRONE", &["airborne"]), + ("BATTELFIELD", &["battlefield"]), + ("AERSOPACE", &["aerospace"]), + ("SATASFACTORY", &["satisfactory"]), + ("CONDIONALLY", &["conditionally"]), + ("NATIONAS", &["nationals"]), + ("DISINGENUIOUS", &["disingenuous"]), + ("PORFTOLIO", &["portfolio"]), + ("SARCASIM", &["sarcasm"]), + ("EXCANGE", &["exchange"]), + ("PRIORITIED", &["prioritize"]), + ("SURGESTED", &["suggested"]), + ("SYPNOSIS", &["synopsis"]), + ("COASLESCING", &["coalescing"]), + ("EMPRISONMENT", &["imprisonment"]), + ("COUNTEPART", &["counteract"]), + ("TRAIGING", &["triaging"]), + ("FIEDLITY", &["fidelity"]), + ("FREESTLYE", &["freestyle"]), + ("ACOMMODATING", &["accommodating"]), + ("REPERTWAR", &["repertoire"]), + ("CONTRIUBTING", &["contributing"]), + ("PARTECIPATED", &["participated"]), + ("BETWERN", &["between"]), + ("COMPONONENT", &["component"]), + ("FACILTIY", &["facility"]), + ("PRESTEGIOUS", &["prestigious"]), + ("SIGHTSTINE", &["sightstone"]), + ("BENCHMAKRS", &["benchmarks"]), + ("PERSUDED", &["persuaded"]), + ("PREVIES", &["previews"]), + ("BUSINESSEMEN", &["businessmen"]), + ("CONTINUARE", &["continue"]), + ("RELATIBE", &["relative"]), + ("MISERABLEY", &["miserably"]), + ("TRANSMORFERS", &["transformer"]), + ("MORMALISED", &["normalised"]), + ("EPTRAPOLATED", &["extrapolated"]), + ("DOWNCALE", &["downscale"]), + ("CALCLULATION", &["calculation"]), + ("INSTLLING", &["installing", "instilling"]), + ("WAKTINS", &["watkins"]), + ("HISTORINHAS", &["historians"]), + ("ALLCATERS", &["allocators"]), + ("MAKEING", &["making"]), + ("CONSTRUTING", &["constructing"]), + ("VEGATARIAN", &["vegetarian"]), + ("UGLYNESS", &["ugliness"]), + ("SUBYSTEM", &["subsystem"]), + ("POSSIBLBLE", &["possible"]), + ("ITERATIOR", &["iterator"]), + ("ANYTHIG", &["anything"]), + ("WRANING", &["warning"]), + ("VECTRORS", &["vectors"]), + ("STRECHES", &["stretches"]), + ("FARMASUDICS", &["pharmaceutics"]), + ("DICSRIMINATED", &["discriminated"]), + ("DISCREPENCIES", &["discrepancies"]), + ("COORDINNATES", &["coordinates"]), + ("JONTS", &["joints"]), + ("TYPCASTING", &["typecasting"]), + ("TOGHETHER", &["together"]), + ("POSITIONINING", &["positioning"]), + ("DEPENDENCIAS", &["dependencies"]), + ("HALP", &["help"]), + ("SPECIFES", &["specifies"]), + ("STYLESSHEET", &["stylesheet", "stylesheets"]), + ("AMEELIARATOR", &["ameliorator"]), + ("BUTTERFLYES", &["butterflies"]), + ("SUBTANCE", &["substance"]), + ("UNEXPEXTED", &["unexpected"]), + ("PROTOLS", &["protocols"]), + ("DESERIALSIATION", &["deserialisation"]), + ("REGULARLIZER", &["regularizer"]), + ("UNREIGSTERS", &["unregisters"]), + ("DIFICULT", &["difficult"]), + ("CONTENENTAL", &["continental"]), + ("PERFERECT", &["perfect"]), + ("SPEFIFIC", &["specific"]), + ("UNREPETANT", &["unrepentant"]), + ("ACHILLEOS", &["achilles"]), + ("UNRESPONCIVE", &["unresponsive"]), + ("EXCERSIZE", &["exercise"]), + ("SUBNEGOSIATION", &["subnegotiation"]), + ("EXTENISION", &["extension"]), + ("REPRESANTING", &["representing"]), + ("MISUNDERSTANINGS", &["misunderstandings"]), + ("PYSICAL", &["physical"]), + ("COMPLIERS", &["compilers"]), + ("COVERSATION", &["conversation"]), + ("SEVERITE", &["severity"]), + ("LIMITAITON", &["limitation"]), + ("RERURN", &["return", "rerun"]), + ("EXPERIMNTING", &["experimenting"]), + ("OCCASIONALS", &["occasions"]), + ("ALHAPETICALY", &["alphabetically"]), + ("ALLWOED", &["allowed"]), + ("ADHEARING", &["adhering"]), + ("LIMITAITONS", &["limitation", "limitations"]), + ("INDIPENDENTLY", &["independently"]), + ("AVOIDENCE", &["avoidance"]), + ("PRESECUTED", &["persecuted"]), + ("CHANGGES", &["changes"]), + ("DISBLE", &["disable"]), + ("TREATEMENTS", &["treatments"]), + ("EXCEPTIONALY", &["exceptionally"]), + ("MAXMIUM", &["maximum"]), + ("INMEDIATLY", &["immediately"]), + ("GLPYHS", &["glyphs"]), + ("NEGOTITAOR", &["negotiator"]), + ("ACNOWLEDGE", &["acknowledge"]), + ("SUBSIDIY", &["subsidy"]), + ("CROSSHIAR", &["crosshair"]), + ("PROCESSSORS", &["processors"]), + ("NONTHELESS", &["nonetheless"]), + ("REPRESANTATIVES", &["representatives"]), + ("ANSWHARE", &["answer"]), + ("HIRSOHIMA", &["hiroshima"]), + ("GOIG", &["going"]), + ("ACHIVEMENT", &["achievement"]), + ("CAILBRATION", &["calibration"]), + ("BROWINE", &["brownie"]), + ("MINDLESSELY", &["mindlessly"]), + ("RELESED", &["released"]), + ("ADFTER", &["after"]), + ("SEPCIFY", &["specify"]), + ("DEFININITION", &["definition"]), + ("SELECTIOSE", &["selections"]), + ("YERAS", &["years"]), + ("RASIING", &["raising"]), + ("TRANSMITTD", &["transmitted"]), + ("SYBSYSTEM", &["subsystem"]), + ("ROLLERCOATER", &["rollercoaster"]), + ("DELIVIERED", &["delivered"]), + ("CONCIVEABLY", &["conceivably"]), + ("CALICUM", &["calcium"]), + ("INCLDUES", &["includes"]), + ("ROSTAING", &["roasting"]), + ("EXTREMISTES", &["extremists"]), + ("FOGETS", &["forgets"]), + ("IMPECKABLE", &["impeccable"]), + ("UNCONDITIANALLY", &["unconditionally"]), + ("NEGOITABLE", &["negotiable"]), + ("GAUARANA", &["guaraná"]), + ("GANERATES", &["generates"]), + ("CONVINSING", &["convincing"]), + ("SCHIZIPHRENIC", &["schizophrenic"]), + ("YOIUR", &["your"]), + ("GRADIANTS", &["gradients"]), + ("SUFICIENT", &["sufficient"]), + ("MULITPATH", &["multipath"]), + ("IMPREFECT", &["imperfect"]), + ("EXAMLE", &["example"]), + ("STAUTES", &["statues"]), + ("SAPHIRES", &["sapphires"]), + ("SRINKING", &["shrinking"]), + ("VIGORUOSLY", &["vigorously"]), + ("OVERRIDEABLE", &["overridable"]), + ("MANAGMENT", &["management"]), + ("DISSAPPEARING", &["disappearing"]), + ("FIRTS", &["flirts", "first"]), + ("QUANTITTY", &["quantity"]), + ("CAPABILITIRES", &["capabilities"]), + ("ALLREIGHT", &["alright"]), + ("PURPUSE", &["purpose"]), + ("RECRUITES", &["recruits"]), + ("SISTEMATY", &["systematy"]), + ("NSTALLED", &["installed"]), + ("ACTIVW", &["active"]), + ("LANGUAUGE", &["language"]), + ("NEIGHBEURGH", &["neighbour"]), + ("UNSUBCRIBE", &["unsubscribe"]), + ("ANNOUCNES", &["announces"]), + ("PHILOSOHPIES", &["philosophies"]), + ("THURROW", &["thorough"]), + ("INNOUCOUS", &["innocuous"]), + ("INPROVE", &["improve"]), + ("PROTOCALL", &["protocol"]), + ("DISHONESY", &["dishonesty"]), + ("OVERRRIDING", &["overriding"]), + ("OBSERVERES", &["observers"]), + ("CONTIGIOUSLY", &["contiguously"]), + ("PHOTOGRAPED", &["photographed"]), + ("ARIFLOW", &["airflow"]), + ("SCHOOLE", &["schooled", "schools"]), + ("CONCEVIED", &["conceived"]), + ("ENTHUSIASTISCH", &["enthusiastic"]), + ("SPEFICIYING", &["specifying"]), + ("KENERLS", &["kernels"]), + ("REUNDANTLY", &["redundantly"]), + ("ENOUFH", &["enough"]), + ("MEACHINISM", &["mechanism"]), + ("COALSCE", &["coalesce"]), + ("DAUGTHERBOARD", &["daughterboard"]), + ("CAPATIBILITY", &["compatibility"]), + ("ASSOSCIATE", &["associate"]), + ("POSSIBITIES", &["possibilities"]), + ("ONMISHIENTS", &["omniscience"]), + ("FIKE", &["file"]), + ("MAUNALS", &["manuals"]), + ("INITIALICE", &["initialize"]), + ("SPLIITTING", &["splitting"]), + ("STIVK", &["stick"]), + ("ARCHINE", &["archive"]), + ("PHYCHEDELICS", &["psychedelics"]), + ("RENEGOTITATOR", &["renegotiator"]), + ("CONSNTANT", &["constant"]), + ("EIT", &["it"]), + ("GYMNIST", &["gymnast"]), + ("AGNOSTOCISM", &["agnosticism"]), + ("BUREAUCRAPS", &["bureaucrats"]), + ("NEGOZIATES", &["negotiates"]), + ("DICOVERED", &["discovered"]), + ("COTRASFERRED", &["cotransferred"]), + ("NOTIGICATIONS", &["notifications"]), + ("SUCESFULL", &["successful"]), + ("SCHOOLD", &["schooled"]), + ("DEVOTIN", &["devotion"]), + ("RECOMPUUTING", &["recomputing"]), + ("MICES", &["mice"]), + ("SUBSCRITPTION", &["subscription"]), + ("SEPARED", &["separated"]), + ("QUALIFICAITONS", &["qualifications"]), + ("ALLCOATOR", &["allocator"]), + ("RECOVERYS", &["recovers"]), + ("DESCRICE", &["describe"]), + ("NEEEDING", &["needing"]), + ("TOBBACO", &["tobacco"]), + ("ECSPECIALLY", &["especially"]), + ("COLLENDER", &["cullender"]), + ("MARINEROS", &["mariners"]), + ("LIBERTAIRAN", &["libertarians"]), + ("OVERPOWRED", &["overpowered"]), + ("PERDICTING", &["predicting"]), + ("REPRODUCABILITY", &["reproducibility"]), + ("PROPEOPERTIES", &["properties"]), + ("DISTICNT", &["distinct"]), + ("AVAIBALE", &["available"]), + ("DESPARATELY", &["desperately"]), + ("DESPECTIVELY", &["respectively"]), + ("NORMALYZED", &["normalized"]), + ("ORIEATION", &["orientation"]), + ("SOCIALY", &["socially"]), + ("HANDCUFS", &["handcuffs"]), + ("HYPEROBLE", &["hyperbole"]), + ("ALLOCAIING", &["allocating"]), + ("DEFINAT", &["defiant"]), + ("MIXXED", &["mixed"]), + ("MISCOMMUNICAITON", &["miscommunication"]), + ("DEFERALS", &["deferrals"]), + ("BALOON", &["balloon"]), + ("DEVISIBLE", &["divisible"]), + ("HYPOTETHICALLY", &["hypothetically"]), + ("ACIVE", &["active"]), + ("INCIDENTES", &["incidents"]), + ("RELIGIONENS", &["religions"]), + ("HUMANITITES", &["humanities"]), + ("AUTHERISATION", &["authorisation"]), + ("UDPATE", &["update"]), + ("ADVERTICEMENT", &["advertisement"]), + ("AROUN", &["around"]), + ("PAINTILE", &["painttile"]), + ("AMBADEXTROUSLY", &["ambidextrously"]), + ("AUDIANCE", &["audience"]), + ("DECRYP", &["decrypt"]), + ("ALLOCCATES", &["allocates"]), + ("VERCTOR", &["vector"]), + ("GRBBER", &["grabber"]), + ("THEORICAL", &["theoretical"]), + ("SENTAMENTS", &["sentiments"]), + ("CONVAX", &["convex"]), + ("TRAING", &["training"]), + ("RNGER", &["ranger"]), + ("DESCCHEDULES", &["deschedules"]), + ("DIFFICULY", &["difficulty"]), + ("EMBALANCE", &["imbalance"]), + ("ITSELT", &["itself"]), + ("REMENISSER", &["reminiscer"]), + ("PREFECTCHES", &["prefetches"]), + ("ABSOLUETLY", &["absolutely"]), + ("EXTENSIONES", &["extensions"]), + ("MAREKTING", &["marketing"]), + ("DESTINATO", &["destination"]), + ("SISTEMIZE", &["systemize"]), + ("KENEYSIAN", &["keynesian"]), + ("TRUBINES", &["turbines"]), + ("ANAYLSED", &["analysed"]), + ("EXCETPTIONS", &["exceptions"]), + ("NEIGHBEURHING", &["neighbouring"]), + ("AMPERSTANDS", &["ampersands"]), + ("BUSINESMAN", &["businessman"]), + ("DESTRACTIONS", &["distractions"]), + ("SOLATARY", &["solitary"]), + ("OLMYPIC", &["olympic"]), + ("NOMRALIZATION", &["normalization"]), + ("ARMAMANT", &["armament"]), + ("APPATURE", &["aperture"]), + ("SYNTETIZE", &["synthetize"]), + ("ANALISE", &["analyse"]), + ("ASSIOCATING", &["associating"]), + ("EXPORS", &["exports"]), + ("DIRECTOVES", &["directives"]), + ("CURSADERS", &["crusaders"]), + ("DETAULS", &["details"]), + ("FREEDOMEST", &["freedoms"]), + ("SEPECIFY", &["specify"]), + ("BECOMMING", &["becoming"]), + ("PLASTICAS", &["plastics"]), + ("ESPECAILLY", &["especially"]), + ("MICROSFT", &["microsoft"]), + ("THEARD", &["thread"]), + ("RIDICULIOUS", &["ridiculous"]), + ("PROGRAMEMER", &["programmer"]), + ("TROUGTH", &["through"]), + ("CARTRIDE", &["cartridge"]), + ("OPIODS", &["opioids"]), + ("WARRANTLY", &["warranty"]), + ("TREMENDEOUS", &["tremendous"]), + ("DEFINTALEY", &["definitely"]), + ("MYSELVE", &["myself"]), + ("INFROMERS", &["informers"]), + ("CONTAININED", &["contained"]), + ("UNDEFUNED", &["undefined"]), + ("ASENDENCEY", &["ascendency"]), + ("EVELATION", &["elevation"]), + ("TEANSYLVANIA", &["transylvania"]), + ("SEGEMNTS", &["segments"]), + ("ORGANISATIONNELS", &["organisations"]), + ("DISLPAYED", &["displayed"]), + ("LANDACAPES", &["landscapes"]), + ("DIFFERENTL", &["differential", "differently"]), + ("USUED", &["used"]), + ("SANTITY", &["sanctity", "sanity"]), + ("ABSOLUET", &["absolute"]), + ("CANCELAS", &["cancels"]), + ("SYLLABEL", &["syllable"]), + ("GRAIDENT", &["gradient"]), + ("SPEFICITIFERS", &["specifiers"]), + ("ALOGIRTHMICALLY", &["algorithmically"]), + ("ZIPER", &["zipper"]), + ("BOUDARIES", &["boundaries"]), + ("PROGRESSIVAS", &["progressives"]), + ("TUNG", &["tongue"]), + ("COALLESSES", &["coalesces"]), + ("TRANASCTIONS", &["transactions"]), + ("GRAHIC", &["graphic"]), + ("EXPECED", &["expected"]), + ("ADDIITONAL", &["additional"]), + ("DISPAYED", &["displayed"]), + ("MANIPUALTE", &["manipulate"]), + ("CZECHOSLAVAKIA", &["czechoslovakia"]), + ("MONOPOLIS", &["monopolies"]), + ("POLISHS", &["polishes"]), + ("SPEFICIICS", &["specifics"]), + ("CHARACTARISTIC", &["characteristic"]), + ("SUBSIDUARY", &["subsidiary"]), + ("MOINTORS", &["monitors"]), + ("SNAPSNOT", &["snapshot"]), + ("SESSISON", &["session"]), + ("INVALDIATE", &["invalidates"]), + ("SPECATCULAR", &["spectacular"]), + ("HANDWRITEN", &["handwritten"]), + ("DISSONENCE", &["dissonance"]), + ("IRANAINS", &["iranians"]), + ("SPECAIL", &["special"]), + ("PENALTIS", &["penalties"]), + ("INSTALLION", &["installing", "installation"]), + ("ANNAVERSERIES", &["anniversaries"]), + ("COMENTS", &["comments"]), + ("INTERPERATED", &["interpreted"]), + ("PLAGAIRISM", &["plagiarism"]), + ("GUARENTYS", &["guarantees"]), + ("PATRENS", &["patron", "patterns"]), + ("EYERONE", &["everyone"]), + ("UNDERESTEMATE", &["underestimate"]), + ("VIZUALISATIONS", &["visualisation"]), + ("BEHAIVOURAL", &["behavioural"]), + ("ATROCOTIES", &["atrocities"]), + ("COMPARISMENT", &["comparison"]), + ("CASUES", &["causes"]), + ("ACHEIVE", &["achieve"]), + ("NEGOGTIATORS", &["negotiators"]), + ("UNILATERALLLY", &["unilaterally"]), + ("CONTSTRAINT", &["constraint"]), + ("POPUALTED", &["populated"]), + ("CIVELEZATION", &["civilization"]), + ("DEPICITON", &["depiction"]), + ("EXPEDITO", &["expedition"]), + ("AUHTOR", &["author"]), + ("PROTOCOOL", &["protocol"]), + ("JURNALING", &["journaling"]), + ("AVALUATED", &["evaluated"]), + ("BLOODBONRE", &["bloodborne"]), + ("TRANSFOM", &["transform"]), + ("PERCENGTAGE", &["percentages"]), + ("PEROSN", &["person"]), + ("BEOYNCE", &["beyonce"]), + ("ACQUSITION", &["acquisition"]), + ("SUBSCRIPED", &["subscribed"]), + ("TRESHHOLD", &["threshold"]), + ("PLANESWALKR", &["planeswalker"]), + ("JUDGAMENTAL", &["judgemental"]), + ("APPLAUED", &["applaud"]), + ("WORKE", &["work", "worked", "works"]), + ("CRETING", &["creating"]), + ("SUBOUTINE", &["subroutine"]), + ("NEIGHBOURHING", &["neighbouring"]), + ("ATTITIDE", &["attitude"]), + ("TEMPERTURE", &["temperature"]), + ("PROVENENCE", &["provenance"]), + ("TRUNED", &["turned"]), + ("COMSUMING", &["consuming"]), + ("EFORE", &["afore", "before"]), + ("ABSORVE", &["absorb"]), + ("CAPACATORS", &["capacitors"]), + ("IMPRISONENT", &["imprisonment"]), + ("SAEM", &["same"]), + ("PRDPAGATOR", &["propagator"]), + ("COALLATES", &["collates"]), + ("BOOTRAPING", &["bootstrapping"]), + ("MAIMUM", &["maximum"]), + ("DECCREMENT", &["decrement"]), + ("CHIZELLING", &["chiselling"]), + ("CIMPILERS", &["compilers"]), + ("KACKIES", &["khakis"]), + ("EXTRAVERSION", &["extroversion"]), + ("REMEMBERABLE", &["memorable"]), + ("LEFTSITS", &["leftists"]), + ("REALTABLE", &["relatable"]), + ("DIRECTORES", &["directors", "directories"]), + ("PATHIFNDER", &["pathfinder"]), + ("SUPPRESED", &["suppressed"]), + ("GUARUNTEES", &["guarantees"]), + ("ERRORNEUS", &["erroneous"]), + ("DEVOLOPMENTS", &["developments"]), + ("RELATIVITIY", &["relativity"]), + ("COMPETENET", &["competence"]), + ("DISTRIBTUTION", &["distributions"]), + ("OVEFLOWED", &["overflowed"]), + ("STANDARIZES", &["standardizes"]), + ("RELETNLESS", &["relentless"]), + ("COALASCECE", &["coalescence"]), + ("ASSIGHEES", &["assignees"]), + ("DISPERSA", &["dispensary"]), + ("HISMELF", &["himself"]), + ("SUSTEMS", &["systems"]), + ("ANITIALISING", &["antialiasing"]), + ("MIGARE", &["migrate"]), + ("JITTERR", &["jitter"]), + ("VIRAMENT", &["vraiment"]), + ("SUFACE", &["surface"]), + ("SEPREATE", &["separate"]), + ("CHURCHERS", &["churches"]), + ("CURCUIT", &["circuit"]), + ("NEGOCIABLE", &["negotiable"]), + ("QUESTIONARE", &["questionnaire"]), + ("CRUTCHETTS", &["crutches"]), + ("DEFIANLTY", &["defiantly"]), + ("ALGINMENT", &["alignment"]), + ("EXTRACTNOW", &["extraction"]), + ("FIGNERNAILS", &["fingernails"]), + ("CASSETE", &["cassette"]), + ("ISSUSE", &["issues"]), + ("ASSOCITIONS", &["associations"]), + ("DUBLICATIONS", &["publications"]), + ("CONJUCTION", &["conjunction"]), + ("FORBATUM", &["verbatim"]), + ("UNSPEFICILLIED", &["unspecified"]), + ("SEPECIFIERS", &["specifiers"]), + ("FLACORING", &["flavoring"]), + ("CONSTRACTORS", &["constructors"]), + ("TRAPEZIODAL", &["trapezoidal"]), + ("ENVRIRONMENTS", &["environments"]), + ("REFERERENCES", &["references"]), + ("INSTRUMENETED", &["instrumented"]), + ("CABBAGGE", &["cabbage"]), + ("BLACKAHWKS", &["blackhawks"]), + ("REPALYING", &["replaying"]), + ("TRANSEAT", &["translates"]), + ("POSSIBILE", &["possible"]), + ("AKUMULATOR", &["accumulator"]), + ("SEPERERATE", &["separate"]), + ("SELECED", &["selected"]), + ("VICTEMIZING", &["victimizing"]), + ("COMMETED", &["commented", "competed"]), + ("TECHNICS", &["techniques"]), + ("DISNABLED", &["disabled"]), + ("PARAMETRELESS", &["parameterless"]), + ("MIDDLEWAR", &["middleware"]), + ("RESTURAUNT", &["restaurant"]), + ("ASSSASIN", &["assassin"]), + ("FILEDING", &["fielding"]), + ("HORIZONAL", &["horizontal"]), + ("SPESIFICALY", &["specifically"]), + ("CONDFIGURES", &["configures"]), + ("INTPUTS", &["inputs"]), + ("QUESSANT", &["croissant"]), + ("PARAMETRS", &["parameters"]), + ("ENGINEEER", &["engineer"]), + ("RECOCNISED", &["recognised"]), + ("CASSAROLES", &["casseroles"]), + ("TRANSISITIONS", &["transitions"]), + ("DELIMITIS", &["delimits"]), + ("EXPECTES", &["expects"]), + ("DECLARTOR", &["declarator"]), + ("RESERACHED", &["researched"]), + ("SOMETHIBNG", &["something"]), + ("UNFLEXIBLE", &["inflexible"]), + ("PARTICULARELY", &["particularly"]), + ("BASTRACTLY", &["abstractly"]), + ("SOCALISM", &["socialism"]), + ("LIBRARYES", &["libraries"]), + ("PROMISCOUS", &["promiscuous"]), + ("ITEARATES", &["iterates"]), + ("DIRECTRLY", &["directly"]), + ("REDISTRUBUTION", &["redistribution"]), + ("PARAMTERIZES", &["parameterizes"]), + ("UNINTERRUPTABLE", &["uninterruptible"]), + ("RESIVWAR", &["reservoir"]), + ("BUNBLING", &["bundling"]), + ("CONVINCEING", &["convincing"]), + ("INSTRCUTOR", &["instructors"]), + ("ENTHUSIAM", &["enthusiasm"]), + ("OUTOUT", &["output"]), + ("RESTARUANT", &["restaurant"]), + ("VOYOURS", &["voyeurs"]), + ("ADJUSTIFICATION", &["justification"]), + ("VENEZUELLA", &["venezuela"]), + ("CROOZ", &["cruise"]), + ("SPEFICILLIED", &["specified"]), + ("WASHIGNTON", &["washington"]), + ("MUSUCLAR", &["muscular"]), + ("OUTHER", &["other", "outer"]), + ("DISINTERESED", &["disinterested"]), + ("SUBNEGOTION", &["subnegotiation"]), + ("REGUALTORS", &["regulators"]), + ("ANALIG", &["analog"]), + ("PROPETRYS", &["properties"]), + ("DISAPPLINS", &["disciplines"]), + ("SYNOYM", &["synonym"]), + ("EFFCIENTLY", &["efficiently"]), + ("TEMPLARAS", &["templars"]), + ("ABSOLUTHELY", &["absolutely"]), + ("LIBERTARYANISM", &["libertarianism"]), + ("INSTNACE", &["instance"]), + ("YOULOGY", &["eulogy"]), + ("COMLAINED", &["complained"]), + ("ATTRIRBUTED", &["attributed"]), + ("EXPERIMANTAL", &["experimental"]), + ("UNDERSTND", &["understand"]), + ("SOEMTHING", &["something"]), + ("PEPROCESSOR", &["preprocessor"]), + ("APPROPRIATEDLY", &["appropriately"]), + ("INSISTENZE", &["insistence"]), + ("BRILLANT", &["brilliant"]), + ("REDIECT", &["redirect"]), + ("EXECUED", &["executed"]), + ("SILHOUWET", &["silhouette"]), + ("EXECUTABLBLE", &["executable"]), + ("CONCHANCE", &["conscience"]), + ("INSTRUCTIOINS", &["instructions"]), + ("ATALOG", &["catalog"]), + ("ONWED", &["owned"]), + ("INCOGNITION", &["incognito"]), + ("COMPOSITORE", &["composite"]), + ("VIRTIUAL", &["virtual"]), + ("ANGLUAR", &["angular"]), + ("TOUCHSCREEEN", &["touchscreen"]), + ("FUNCTITONED", &["functioned"]), + ("INSTLALATIONS", &["installations"]), + ("ILLUMINADI", &["illuminati"]), + ("DEPDENING", &["depending"]), + ("SYCHRONIZER", &["synchronizer"]), + ("CRETED", &["created"]), + ("GRIDLES", &["griddles"]), + ("ENGIEERING", &["engineering"]), + ("NARCISSISITC", &["narcissist"]), + ("SCIRIPT", &["script"]), + ("VOLUMNES", &["volumes"]), + ("UNFREINDLY", &["unfriendly"]), + ("ASSUMBING", &["assuming"]), + ("EJACULATIE", &["ejaculate"]), + ("UNREPENTENT", &["unrepentant"]), + ("DEFINAD", &["defined"]), + ("TRESHOLDS", &["thresholds"]), + ("APERURES", &["apertures"]), + ("JAVASCRITP", &["javascript"]), + ("DEPANDANCIES", &["dependencies"]), + ("NEEDLESSLEY", &["needlessly"]), + ("CHECKPOINS", &["checkpoints"]), + ("TORRENTBIG", &["torrenting"]), + ("INADAQUATE", &["inadequate"]), + ("PERMENANTLY", &["permanently"]), + ("REPOSTES", &["reposts", "ripostes"]), + ("SECREST", &["secrets"]), + ("NOCONTINUABLE", &["noncontinuable"]), + ("ADAPATERS", &["adapters"]), + ("CLIPING", &["clipping"]), + ("FAREST", &["fairest", "farthest"]), + ("CONSIDERBLY", &["considerably"]), + ("LESIBAN", &["lesbian"]), + ("APPROUVE", &["approve"]), + ("INTQUIRIES", &["inquiries"]), + ("MISMATICH", &["mismatch"]), + ("INVITATING", &["invitation"]), + ("TRALIER", &["trailer"]), + ("ARACNIDS", &["arachnids"]), + ("SPEPERATING", &["separating"]), + ("EXCHANCHED", &["exchanged"]), + ("UNISTALL", &["uninstall"]), + ("DESCRIPTOT", &["descriptor"]), + ("EXCLUSIEV", &["exclusive"]), + ("PROCRASCINATING", &["procrastinating"]), + ("CONERTERS", &["converters"]), + ("SPECTATERS", &["spectators"]), + ("CUSTOISER", &["customiser"]), + ("TRAVERAL", &["traversal"]), + ("PROSECTUORS", &["prosecutors"]), + ("REIMPLEMENTIONS", &["reimplementations"]), + ("COURS", &["course"]), + ("WESTDERN", &["western"]), + ("HWAT", &["what"]), + ("REGULATIONG", &["regulating"]), + ("ARITHMETC", &["arithmetic"]), + ("REMENICENT", &["reminiscent"]), + ("SUASAGES", &["sausages"]), + ("BORADCASTS", &["broadcasts"]), + ("REMAPED", &["remapped"]), + ("SPEFY", &["specify"]), + ("VILOENTLY", &["violently"]), + ("ACCOMODATIONS", &["accommodations"]), + ("SISSER", &["scissor", "sissier", "sister"]), + ("ENCRYPTIONG", &["encryption"]), + ("INCRMENETD", &["incremented"]), + ("OFFSPIRNG", &["offspring"]), + ("STARTDE", &["startled"]), + ("INTIAILIZER", &["initializer"]), + ("UNKWOWN", &["unknown"]), + ("CYCLOEN", &["cyclone"]), + ("SHAKESPEREAN", &["shakespeare"]), + ("COURTSEY", &["courtesy"]), + ("CLITORIOS", &["clitoris"]), + ("VERTICLA", &["vertical"]), + ("TERAFORM", &["terraform"]), + ("PREFFERED", &["preferred"]), + ("WAVELENGHTH", &["wavelength"]), + ("EXTERED", &["exerted"]), + ("MOMOMENTO", &["memento", "moment"]), + ("EXPEPTEDLY", &["expectedly"]), + ("EMBARAASING", &["embarrassing"]), + ("FLACORS", &["flavors"]), + ("DEFENESMAN", &["defenseman"]), + ("EXPEMENT", &["experiment"]), + ("DIMNENTION", &["dimension"]), + ("VACESTOMY", &["vasectomy"]), + ("REPRHASE", &["rephrase"]), + ("OMNISHIENCE", &["omniscience"]), + ("UNSYCHRONISED", &["unsynchronised"]), + ("ATRIFACT", &["artifact"]), + ("THEROIES", &["theories"]), + ("WORHTLESS", &["worthless"]), + ("CORRILATED", &["correlated"]), + ("EVESDROPPED", &["eavesdropped"]), + ("CARACHTER", &["character"]), + ("MITTIGATE", &["mitigate"]), + ("CHGANGING", &["changing"]), + ("ILLIEGAL", &["illegal"]), + ("APPRECAITE", &["appreciate"]), + ("FUNCHTIONS", &["functions"]), + ("SQUISHEY", &["squishy"]), + ("MONOTIR", &["monitor"]), + ("SERIOULSY", &["seriously"]), + ("SIMILARELY", &["similarly"]), + ("KIBUTZ", &["kibbutz"]), + ("ASTRONIMICAL", &["astronomical"]), + ("TRIGGEREING", &["triggering"]), + ("ENGINEREED", &["engineered"]), + ("INSERSTOR", &["inserter"]), + ("VARIABLA", &["variable"]), + ("PESSIMISITIC", &["pessimistic"]), + ("INTELLECTUS", &["intellectuals"]), + ("COMPITATION", &["computation"]), + ("OVRRIDABLE", &["overridable"]), + ("SERVERITES", &["severities"]), + ("MEAURER", &["measurer"]), + ("WAYOINT", &["waypoint"]), + ("JUSTIFICATIN", &["justifications"]), + ("ETSBALISHMENT", &["establishment"]), + ("TYPORGAPHER", &["typographer"]), + ("PROOCESSED", &["processed"]), + ("REDUSE", &["reduce", "reuse"]), + ("FOLLEWED", &["followed"]), + ("RECONGITION", &["recognition"]), + ("INVETORY", &["inventory"]), + ("ACCCESSES", &["accesses"]), + ("VALIDTES", &["validates"]), + ("MICROCENTRO", &["microcenter"]), + ("REPLOYING", &["redeploying"]), + ("ASSEMBLARE", &["assemble"]), + ("LIMINATION", &["limitation", "lamination"]), + ("BEGINNIN", &["beginning"]), + ("VEGETERIAN", &["vegetarian"]), + ("SLEWTHS", &["sleuths"]), + ("BECTOR", &["vector"]), + ("DENOMENATION", &["denomination"]), + ("ATENDANCE", &["attendance"]), + ("METHON", &["method"]), + ("AFOREMENTIONNED", &["aforementioned"]), + ("ECZECUTE", &["execute"]), + ("COMMPILE", &["compile"]), + ("PROVIDENCIE", &["providence"]), + ("PROBBLEM", &["problem"]), + ("CAPITOLA", &["capital"]), + ("MUTLIPLIER", &["multiplier"]), + ("PREGANT", &["pregnant"]), + ("THIC", &["this"]), + ("ORIGINALTY", &["originality"]), + ("SANBOXING", &["sandboxing"]), + ("POSTSCRITP", &["postscript"]), + ("COMISSIONS", &["commissions"]), + ("COMUTATIONS", &["computations"]), + ("DOWNVOTTES", &["downvoters"]), + ("INDISTINQUISHABLE", &["indistinguishable"]), + ("MILISECONS", &["milliseconds"]), + ("INTRUDUCTION", &["introduction"]), + ("SITILL", &["still"]), + ("MANSLAUGHER", &["manslaughter"]), + ("LIGHTHEARTHED", &["lighthearted"]), + ("PRESEVERANCE", &["perseverance"]), + ("OPTIMIZATE", &["optimize"]), + ("RESCRITIONS", &["restrictions"]), + ("DTHE", &["the"]), + ("CORREESPONDENT", &["correspondent"]), + ("DESTRUCTO", &["destruction"]), + ("DISADVENTAGES", &["disadvantages"]), + ("ASSUMTION", &["assumption"]), + ("GUAGE", &["gage"]), + ("DISAGREEMTN", &["disagreements"]), + ("RELATIE", &["relative"]), + ("PERFOMENACES", &["performances"]), + ("MISAKEN", &["mistaken"]), + ("CONSTITUTIE", &["constitutes"]), + ("MULTIPY", &["multiply"]), + ("NUMERING", &["numbering"]), + ("MODLE", &["model", "module"]), + ("SHENANIGANGS", &["shenanigans"]), + ("ISIMILAR", &["similar"]), + ("COMMOND", &["command"]), + ("GUAREENTE", &["guarantee"]), + ("ACCHIEVEMENTS", &["achievements"]), + ("INDOENSIAN", &["indonesian"]), + ("UPADTERS", &["updaters"]), + ("SUBMARIE", &["submarines"]), + ("INSALLED", &["installed"]), + ("VITAMINES", &["vitamins"]), + ("SUBJECTIVILY", &["subjectively"]), + ("PREFERRRED", &["preferred"]), + ("QUALIFIACTION", &["qualification"]), + ("CONVEDSION", &["conversion"]), + ("REGISTSER", &["register"]), + ("PROCALIM", &["proclaim"]), + ("SPEFICIALLIER", &["specifier"]), + ("CUVRE", &["curve", "cover"]), + ("ALIASAS", &["aliases"]), + ("COMPOONENT", &["component"]), + ("CLEARE", &["cleared", "clear"]), + ("EXAPNSION", &["expansion"]), + ("SHOPULD", &["should"]), + ("PRACTICIANER", &["practitioner"]), + ("REQIORED", &["required"]), + ("CALCLULATED", &["calculated"]), + ("GLOBA", &["global"]), + ("DIFFICUTLY", &["difficulty"]), + ("FOMULA", &["formula"]), + ("ALTITUTE", &["altitude"]), + ("DIPHTONG", &["diphthong"]), + ("BUIDLER", &["builder"]), + ("AXIX", &["axis"]), + ("SUFOCATION", &["suffocation"]), + ("AUTOMONY", &["autonomy"]), + ("PERSCIUS", &["precious"]), + ("PRESEARVATIONS", &["preservations"]), + ("EXTERNEL", &["external"]), + ("WORKBENCHCH", &["workbench"]), + ("ATRIBUTED", &["attributed"]), + ("OPOSED", &["opposed"]), + ("SILHOUWETING", &["silhouetting"]), + ("RELAODS", &["reloads"]), + ("DDELETE", &["delete"]), + ("MULTIPLYED", &["multiplied"]), + ("INDONISTAN", &["indonesian"]), + ("ARBITRARIY", &["arbitrarily", "arbitrary"]), + ("CUSTOISERS", &["customisers"]), + ("YATCH", &["yacht"]), + ("FOLLIND", &["following"]), + ("SIMULAR", &["similar"]), + ("DELEVOPERS", &["developers"]), + ("OPPORTUNIES", &["opportunities"]), + ("WNIDOWS", &["windows", "widows"]), + ("DOGDAMMIT", &["goddammit"]), + ("PROOVED", &["proved"]), + ("LITTERALS", &["literals"]), + ("CEREMONIIS", &["ceremonies"]), + ("EXTIMATOR", &["estimator"]), + ("REQIREMENT", &["requirement"]), + ("OFOCURSE", &["ofcourse"]), + ("CONCERENED", &["concerned"]), + ("VURNERABILITY", &["vulnerability"]), + ("DISTRACCION", &["distraction"]), + ("CONTAMINTED", &["contaminated"]), + ("HEADQUATER", &["headquarter"]), + ("REFRERENCE", &["reference"]), + ("APYOON", &["oppugn"]), + ("PARTIRIONED", &["partitioned"]), + ("ELECTRONICAS", &["electronics"]), + ("MIINIMISES", &["minimises"]), + ("WYTH", &["with"]), + ("OBSTURCTION", &["obstruction"]), + ("ACCIDENTES", &["accidents"]), + ("PROCEESOR", &["processor"]), + ("MOVIGN", &["moving"]), + ("TELPORTING", &["teleporting"]), + ("ACSENDED", &["ascended"]), + ("KIDNAPPNING", &["kidnapping"]), + ("EVENTAULLY", &["eventually"]), + ("REALTIONS", &["relations", "reactions"]), + ("CONCEPTOS", &["concepts"]), + ("MCHANICALS", &["mechanicals"]), + ("FAILIVER", &["failover"]), + ("EXPOECTED", &["expected"]), + ("OPEARAND", &["operand"]), + ("VEGITATION", &["vegetation"]), + ("CONTIUNE", &["continue"]), + ("VEGETARIANAS", &["vegetarians"]), + ("INVOLNERABLE", &["invulnerable"]), + ("MEHODICAL", &["methodical"]), + ("SASKATCEHWAN", &["saskatchewan"]), + ("LOACAL", &["local"]), + ("ECAUSE", &["because"]), + ("RATIONALY", &["rationally"]), + ("EXPERIEMNTAL", &["experimental"]), + ("DATABSAES", &["databases"]), + ("REWITABLE", &["rewritable"]), + ("EMOUGHT", &["enough"]), + ("LOSTED", &["listed", "lost", "lasted"]), + ("LITTERAL", &["literal"]), + ("LAZYNESS", &["laziness"]), + ("SENTAMENTAL", &["sentimental"]), + ("PEANUCHLE", &["pinochle"]), + ("GENEOLOGY", &["genealogy"]), + ("COINSIDE", &["coincide"]), + ("WITHPUT", &["without"]), + ("REGRESSSION", &["regression"]), + ("VIETMANESE", &["vietnamese"]), + ("SPEFICITICS", &["specifics"]), + ("UNREPSONSIVE", &["unresponsive"]), + ("GRAMMATICALLITY", &["grammatically"]), + ("DECCIMAL", &["decimal"]), + ("EXTIMATE", &["estimate"]), + ("CONFIGRE", &["configure"]), + ("OPPROTUNITY", &["opportunity"]), + ("CORELATE", &["correlate"]), + ("THSNK", &["thank"]), + ("PROVOKATIVE", &["provocative"]), + ("APPRECTICE", &["apprentice"]), + ("PRECEDENCS", &["precedence"]), + ("EXPEIRIMENTING", &["experimenting"]), + ("DESYCHRONIZED", &["desynchronized"]), + ("CREATIONNISM", &["creationism"]), + ("COPENHAGUN", &["copenhagen"]), + ("CONSERNS", &["concerns"]), + ("TEMPATIED", &["templatized"]), + ("ITTERATIONS", &["iterations"]), + ("CHERCKS", &["checks"]), + ("INSTAD", &["instead"]), + ("TRASVERSING", &["traversing"]), + ("SPONOSRED", &["sponsored"]), + ("HEALTHYEST", &["healthiest"]), + ("DOMECRAT", &["democrat"]), + ("FRANKIN", &["franklin"]), + ("RESULING", &["resulting"]), + ("DUPPLICATIONS", &["duplications"]), + ("EMPTED", &["emptied"]), + ("MAINTAINENCE", &["maintenance"]), + ("DISTIGUISHED", &["distinguished"]), + ("OPEARITON", &["operation"]), + ("ABTRACTER", &["abstracter"]), + ("DICIDED", &["decided"]), + ("DARCULA", &["dracula"]), + ("ARCHICTECT", &["architect"]), + ("CONATCT", &["contact"]), + ("BEEINGS", &["beings"]), + ("SPECIALIZATON", &["specialization"]), + ("APRTMENT", &["apartment"]), + ("METRAPOLIS", &["metropolis"]), + ("ACCELORATOR", &["accelerator"]), + ("BRIGHTESS", &["brightness"]), + ("ELEVATIN", &["elevation"]), + ("MASTERBATION", &["masturbation"]), + ("EXPONANTIALY", &["exponentially"]), + ("FEETUR", &["feature"]), + ("RESLUT", &["result"]), + ("DISPOSICION", &["disposition"]), + ("SPORTSMENSHIP", &["sportsmanship"]), + ("OPPORTUITY", &["opportunity"]), + ("BOARDCASTS", &["broadcasts"]), + ("ANNOTAIONS", &["annotations"]), + ("REQUIES", &["requires"]), + ("EXCISTS", &["exists"]), + ("PIGINS", &["pigeons"]), + ("VIEPORTS", &["viewports"]), + ("BATTARY", &["battery"]), + ("EXPERAMENT", &["experiment"]), + ("TSAMINA", &["stamina"]), + ("TOOTHRBUSH", &["toothbrush"]), + ("GALATIONS", &["galatians"]), + ("OFTHEN", &["often"]), + ("PYRAMIDAS", &["pyramids"]), + ("DRACULEA", &["dracula"]), + ("STNAD", &["stand"]), + ("ALTHOUGTH", &["although"]), + ("INDENTICAL", &["identical"]), + ("PRIVCY", &["privacy"]), + ("FOMAING", &["foaming"]), + ("SPERATE", &["separate"]), + ("CONCURENTS", &["concurrents", "concurrence"]), + ("RECURITS", &["recruits"]), + ("WRITEN", &["written"]), + ("LESIURE", &["leisure"]), + ("OMINPOTENT", &["omnipotent"]), + ("DIFFENCES", &["differences", "defences"]), + ("REWUIRED", &["required"]), + ("ZYLOPHONE", &["xylophone"]), + ("PREFEREED", &["preferred"]), + ("PLACD", &["placed", "place"]), + ("IORNMAN", &["ironman"]), + ("INFALLABLE", &["infallible"]), + ("NOTIFICAITONS", &["notifications"]), + ("CLACULATIONS", &["calculations"]), + ("ANNOUNEMENT", &["announcement"]), + ("UNSPEFICITIFED", &["unspecified"]), + ("HURRYCANES", &["hurricanes"]), + ("CONDITONAL", &["conditional"]), + ("MILIMETRE", &["millimetre"]), + ("CLENE", &["clean", "cleaned"]), + ("NEDIUM", &["medium"]), + ("AMBIGUIOUS", &["ambiguous"]), + ("DISTINATION", &["destination", "distinction"]), + ("STRICTIEST", &["strictest"]), + ("SUSBTRATE", &["substrate"]), + ("OFICIANADO", &["aficionado"]), + ("SENTINTE", &["sentient"]), + ("ARGUMEMNT", &["argument"]), + ("DENTIFIED", &["identified"]), + ("SCEANRIOS", &["scenarios"]), + ("AROARA", &["aurora"]), + ("PENALITIES", &["penalties"]), + ("CONINSTALLABLE", &["coinstallable"]), + ("PEDESTRAINS", &["pedestrians"]), + ("ATTEPTS", &["attempts"]), + ("DOWNLADING", &["downloading"]), + ("CETLICS", &["celtics"]), + ("INHERTIED", &["inherited"]), + ("SEPLICURALY", &["sepulchrally"]), + ("EMPHESIZED", &["emphasized"]), + ("UNANNOMOUSLY", &["unanimously"]), + ("SPONTANEOSLY", &["spontaneously"]), + ("CONTRIDICT", &["contradict"]), + ("UNALBE", &["unable"]), + ("CONENCT", &["connect"]), + ("HYPOCONDRIAC", &["hypochondriac"]), + ("OBSERVERATS", &["observers"]), + ("DEFINAITLY", &["definitely"]), + ("PERSOANLLY", &["personally"]), + ("CLASSESSS", &["classes"]), + ("APPLUAD", &["applaud"]), + ("IMBRACER", &["embracer"]), + ("COLLEQUIAL", &["colloquial"]), + ("STICTHED", &["stitched"]), + ("VRIGINS", &["virgins"]), + ("DIMENSINOAL", &["dimensional"]), + ("PROVIES", &["provides", "proves"]), + ("REFERANT", &["referent"]), + ("TRYANNICAL", &["tyrannical"]), + ("SUCCESSUL", &["successful"]), + ("INTERPRETEERT", &["interpreter"]), + ("CONVERTIRLE", &["convertible"]), + ("MDIFIELDER", &["midfielder"]), + ("SOMTHIGN", &["something"]), + ("HANDSHARING", &["handshaking"]), + ("PAACKAGE", &["package"]), + ("ANAYLTICAL", &["analytical"]), + ("WAKEUS", &["wakeups", "walrus"]), + ("DEFAUTT", &["default"]), + ("INTIAILISING", &["initialising"]), + ("TRUBLE", &["trouble"]), + ("VICTUMIZED", &["victimized"]), + ("MASQURADE", &["masquerade"]), + ("CALESCING", &["coalescing"]), + ("ACTIVSTE", &["activate"]), + ("PROVODING", &["providing"]), + ("PROTOTYE", &["prototype"]), + ("TRAMAUTIZED", &["traumatized"]), + ("SUBSTANTIED", &["substantive"]), + ("TRANSLYVANIAN", &["transylvania"]), + ("RELESAES", &["releases"]), + ("CONCATENADED", &["concatenated"]), + ("CAFETIERA", &["cafeteria"]), + ("NOTIFICATIOS", &["notification", "notifications"]), + ("RENEGOTIOBLE", &["renegotiable"]), + ("EFFECKT", &["effect"]), + ("COLLABORATIE", &["collaborate"]), + ("NEGOTAITOR", &["negotiator"]), + ("DEREGISTED", &["deregistered"]), + ("ACENT", &["ascent"]), + ("ACCIENTAL", &["accidental"]), + ("CONDTIONS", &["conditions"]), + ("HAMBURGURS", &["hamburgers"]), + ("ANCESTER", &["ancestor"]), + ("BUREACURACY", &["bureaucracy"]), + ("SUBSITUTIONS", &["substitutions"]), + ("SPEFIAL", &["special"]), + ("VARNS", &["warns"]), + ("SERIE", &["series"]), + ("FORWRAD", &["forward"]), + ("LINGUISITCS", &["linguistics"]), + ("SNYCING", &["syncing"]), + ("INTERNILIZED", &["internalized"]), + ("ALWASYS", &["always"]), + ("UPLAD", &["upload"]), + ("DEMINSIONS", &["dimensions"]), + ("MONARCY", &["monarchy"]), + ("INCREMENETED", &["incremented"]), + ("HANDKERCHIF", &["handkerchief"]), + ("STREGNTHENING", &["strengthening"]), + ("STRIPTED", &["scripted", "stripped"]), + ("PROCRASTINATIONG", &["procrastinating"]), + ("SOUTHAMTON", &["southampton"]), + ("CONTECT", &["contact", "context", "connect"]), + ("PERMUATATIONS", &["permutations"]), + ("CRIMINALTY", &["criminally"]), + ("DIFINING", &["defining", "divining"]), + ("ALEVIATING", &["alleviating"]), + ("EXCEPTONS", &["exceptions"]), + ("STIMULATON", &["stimulation"]), + ("REQEUSTING", &["requesting"]), + ("PLATOFORMS", &["platforms"]), + ("ATOMICAL", &["atomic"]), + ("COALSCING", &["coalescing"]), + ("NESTOLGIA", &["nostalgia"]), + ("RENDAZYVOO", &["rendezvous"]), + ("CONDTIIONS", &["conditions"]), + ("APPENINES", &["apennines"]), + ("POSSIBILTY", &["possibility"]), + ("RESOURCEES", &["resources"]), + ("DEFAULGS", &["defaults"]), + ("ADVENTURUS", &["adventurous"]), + ("INVARINATS", &["invariants"]), + ("TRANSFERING", &["transferring"]), + ("BROADCASTI", &["broadcast"]), + ("CORRELLATIONS", &["correlations"]), + ("SIMPLIEST", &["simplest"]), + ("CORRISPONDANT", &["correspondent"]), + ("UNDETERMINISTIC", &["indeterministic"]), + ("ADVENTUS", &["adventures"]), + ("REFOCUSS", &["refocus"]), + ("SOCEITY", &["society"]), + ("KERNUL", &["colonel", "kernel"]), + ("DIRECTOORIES", &["directories"]), + ("INTEREESTED", &["interested"]), + ("REFECTIV", &["reflective"]), + ("OBIOUS", &["obvious"]), + ("CHARACTETRS", &["characters"]), + ("ANGSHIS", &["anxious"]), + ("INCREMENTALL", &["incremental", "incrementally"]), + ("ATTACHMANT", &["attachment"]), + ("EVERAGED", &["averaged"]), + ("HAVERSTING", &["harvesting"]), + ("INSTANTENIOUS", &["instantaneous"]), + ("EXPERINEMENTATIONS", &["experimentations"]), + ("PARTICUALR", &["particular"]), + ("PEAGEANT", &["pageant"]), + ("CERTFICATE", &["certificate"]), + ("CAPABLILITIES", &["capabilities"]), + ("FROTN", &["front"]), + ("FOREIGNORS", &["foreigners"]), + ("REGONS", &["regions"]), + ("ARTICULTED", &["articulated"]), + ("PROPROGATES", &["propagates"]), + ("CORRDIOR", &["corridor"]), + ("EXPEIMENTERS", &["experimenters"]), + ("BRUSSELLS", &["brussels"]), + ("REGUARLISER", &["regulariser"]), + ("OPTIMISTC", &["optimistic"]), + ("VISUALIZATONS", &["visualizations"]), + ("EROR", &["error"]), + ("PRESUMEABLY", &["presumably"]), + ("TIMERE", &["timer"]), + ("DISCUSED", &["discussed"]), + ("MODIFFER", &["modifier"]), + ("HALLUKINATION", &["hallucination"]), + ("EXECUIONS", &["executions"]), + ("STEROTYPES", &["stereotypes"]), + ("OEPRATOR", &["operator"]), + ("FLUCUTATIONS", &["fluctuations"]), + ("JAUNARY", &["january"]), + ("SEPARATER", &["separator"]), + ("TROOSSO", &["trousseau"]), + ("BIGINING", &["beginning"]), + ("TRIALER", &["trailer"]), + ("DISCLIPINED", &["disciplined"]), + ("SUCCEDS", &["succeeds"]), + ("TRISKADEKAFOBIA", &["triskaidekaphobia"]), + ("CATERGORIES", &["categories"]), + ("HIGEINE", &["hygiene"]), + ("EXPERIMTENELLY", &["experimentally"]), + ("NORAMALISED", &["normalised"]), + ("PALNNING", &["planning"]), + ("CENTRASE", &["centres"]), + ("SINGLTONS", &["singletons"]), + ("VERSIONNED", &["versioned"]), + ("BROCOLLI", &["broccoli"]), + ("MDIFIERS", &["modifiers"]), + ("TEHTERING", &["tethering"]), + ("RESSOURCES", &["resources"]), + ("IMPROBEMENTS", &["improvements"]), + ("TWOSDAY", &["tuesday"]), + ("DIFFERNTLY", &["differently"]), + ("REPEDABLE", &["repeatable"]), + ("PRODUCABLE", &["producible"]), + ("OPTHALMOLOGY", &["ophthalmology"]), + ("GENENERALLY", &["generally"]), + ("REPRESENTES", &["represents", "represented"]), + ("AUTOMOBLIES", &["automobile"]), + ("ANTIALIALISED", &["antialiased"]), + ("WRAAPP", &["wrap"]), + ("DEREFERNCER", &["dereferencer"]), + ("CUSTOMIZBLE", &["customizable"]), + ("ISNTALATION", &["installation"]), + ("ENHANCEMENMT", &["enhancement"]), + ("CORRENSPONDENCE", &["correspondence"]), + ("USEG", &["user", "usage"]), + ("MUTI", &["multi"]), + ("SNAPPNG", &["snapping"]), + ("TECHONLOGICAL", &["technological"]), + ("CLEANILNESS", &["cleanliness"]), + ("REVEIVE", &["receive", "revive"]), + ("DEFITITIONS", &["definitions"]), + ("VIDEOGAMEMES", &["videogames"]), + ("JOD", &["job"]), + ("PROTECTOS", &["protectors"]), + ("ANNUALY", &["annually"]), + ("INTRINSICT", &["intrinsic"]), + ("THEORITICAL", &["theoretical"]), + ("SOUTHERNEST", &["southerners"]), + ("CONSTITUIENT", &["constitute"]), + ("EDIITOR", &["editor"]), + ("MASCULANITY", &["masculinity"]), + ("STANDARAD", &["standard"]), + ("INSUNIATING", &["insinuating"]), + ("FOLLFOWIN", &["following"]), + ("LIBERTARYAN", &["libertarian"]), + ("EXAMLPE", &["example"]), + ("PORNOGROPHY", &["pornography"]), + ("TOTALY", &["totally"]), + ("INTIALZE", &["initialize"]), + ("COUNTINUE", &["continue"]), + ("UNTER", &["under"]), + ("ROTINE", &["routine"]), + ("PORTRIATS", &["portraits"]), + ("PRODCEDING", &["proceeding"]), + ("COROSPONDING", &["corresponding"]), + ("YOUI", &["you"]), + ("ALGORUTHMS", &["algorithms"]), + ("TRAVESED", &["traversed"]), + ("LIBARY", &["library"]), + ("SUGESTIONS", &["suggestions"]), + ("SPECIFIEDE", &["specified"]), + ("UNPROCCESSED", &["unprocessed"]), + ("DEKETE", &["delete"]), + ("INSENSETIVE", &["insensitive"]), + ("PERMIUMS", &["premiums"]), + ("PERPERTATORS", &["perpetrators"]), + ("TRANSCRPIT", &["transcript"]), + ("LIGHITNG", &["lighting"]), + ("HOPEFULLE", &["hopefully"]), + ("TERRITORRIES", &["territories"]), + ("REKURSED", &["recursed"]), + ("DEBOUCE", &["debounce"]), + ("ALGORHITMS", &["algorithms"]), + ("CUSTOISATION", &["customisation"]), + ("CORRENT", &["correct", "current"]), + ("CELLER", &["cellar"]), + ("DEFINATION", &["definition"]), + ("PRESIST", &["persist"]), + ("DESPCIABLE", &["despicable"]), + ("EXTREMEMLY", &["extremely"]), + ("KAKFA", &["kafka"]), + ("NEGOTATIATE", &["negotiate"]), + ("SCUBSCRIBE", &["subscribe"]), + ("THEMPLATE", &["template"]), + ("SOOVINEARS", &["souvenirs"]), + ("DIFFUSSIVE", &["diffusive"]), + ("REVIEWSECTIO", &["reviewsection"]), + ("INSTERSECTIONALITY", &["intersectionality"]), + ("OBJECTIFICAITON", &["objectification"]), + ("ALLOEWS", &["allows"]), + ("REGARDIGN", &["regarding"]), + ("GENERELLY", &["generally"]), + ("KILLINS", &["killings"]), + ("NIMPHOMANIA", &["nymphomania"]), + ("EMAILL", &["email"]), + ("APPLYABLE", &["applicable"]), + ("DIRECTORIRES", &["directories"]), + ("COURCEWORK", &["coursework"]), + ("CANNABIL", &["cannibal"]), + ("SOMEONELSE", &["someones"]), + ("STRIEKRS", &["strikers"]), + ("SERGEAT", &["sergeant"]), + ("PACKADE", &["packaged"]), + ("NEDLESSLY", &["endlessly"]), + ("DISTRUBTION", &["distribution"]), + ("SELECGT", &["select"]), + ("TRAIGE", &["triage"]), + ("METHODD", &["method"]), + ("VALKRIYE", &["valkyrie"]), + ("ANIMOSTIY", &["animosity"]), + ("CIPHERSUTE", &["ciphersuite"]), + ("DEUTSCHAND", &["deutschland"]), + ("GUARRANTIED", &["guaranteed"]), + ("PRIVILGES", &["privileges"]), + ("MINUMUM", &["minimum"]), + ("SARCAMS", &["sarcasm"]), + ("JAMAICAIN", &["jamaican"]), + ("CHAIED", &["chained"]), + ("NORIFICATIONS", &["notifications"]), + ("PROBLES", &["probes", "problems"]), + ("DUM", &["dumb"]), + ("DISABELD", &["disabled"]), + ("ABSTRACIONS", &["abstractions"]), + ("CONRTIBUTING", &["contributing"]), + ("UNXEPECTED", &["unexpected"]), + ("TORUBLESHOOT", &["troubleshoot"]), + ("MERCENTILE", &["mercantile"]), + ("WHILW", &["while"]), + ("MODIFYERS", &["modifiers"]), + ("DESERIALIZAED", &["deserialized"]), + ("SYRAP", &["syrup"]), + ("AUTHORITHY", &["authority"]), + ("SCRIPTORES", &["scriptures"]), + ("DUMBFOUDED", &["dumbfounded"]), + ("PLAYBODY", &["playboy"]), + ("CONTINOUSLY", &["continuously"]), + ("IDENDIFIER", &["identifier"]), + ("PREDUCTION", &["prediction"]), + ("SYTLESHEET", &["stylesheet"]), + ("PACKADGE", &["packaged"]), + ("ENCOSER", &["encoder"]), + ("SPOITFY", &["spotify"]), + ("RECOMMANDING", &["recommending"]), + ("HYPOTHETICLY", &["hypothetical"]), + ("IDENTIFICACION", &["identification"]), + ("LOCAISE", &["localise"]), + ("CONDFIGURE", &["configure"]), + ("INEXPEREINCE", &["inexperience"]), + ("ERQUEST", &["request"]), + ("IMCOMPATIBILITY", &["incompatibility"]), + ("STRATUP", &["startup"]), + ("AUOTMATICALLY", &["automatically"]), + ("AUCTIONRS", &["auctions"]), + ("CONCIOUSSNESS", &["consciousness"]), + ("HIDDED", &["hidden"]), + ("PLCAEMENT", &["placement"]), + ("SAPEENAS", &["subpoenas"]), + ("LOGORITHM", &["logarithm"]), + ("ANOYMOUSLY", &["anonymously"]), + ("ACCELARETE", &["accelerate"]), + ("INTRUMENTS", &["instruments"]), + ("ACQURING", &["acquiring"]), + ("MINIMUMM", &["minimum"]), + ("ENIVRONMENTALLY", &["environmentally"]), + ("CURRETNLY", &["currently"]), + ("PREJEDUCED", &["prejudiced"]), + ("EXLUDE", &["exclude", "exude"]), + ("WIDESREAD", &["widespread"]), + ("SYSTEMATICALY", &["systematically"]), + ("JUNI", &["june"]), + ("PURPOSLEY", &["purposely"]), + ("TIGTHER", &["tighter"]), + ("SENSACIONALISM", &["sensationalism"]), + ("RELAODING", &["reloading"]), + ("ARCHEAOLOGISTS", &["archeologists"]), + ("KIYACKER", &["kayaker"]), + ("WRAPER", &["wrapper"]), + ("REPLICAITES", &["replicates"]), + ("INBRACING", &["embracing"]), + ("REPRODUKTION", &["reproduction"]), + ("INFLUENTED", &["influenced"]), + ("PIPLELINES", &["pipelines"]), + ("FOLLWIND", &["following"]), + ("REFFERALS", &["referrals"]), + ("NERVER", &["never"]), + ("OFFENSIVLY", &["offensively"]), + ("RETANGLES", &["rectangles"]), + ("OPPERTUNITY", &["opportunity"]), + ("DEPENDENTES", &["dependencies"]), + ("OCCATION", &["occasion"]), + ("CONCERVATIVES", &["conservatives"]), + ("SCREENCHOT", &["screenshot"]), + ("ADDITINOALLY", &["additionally"]), + ("ENTERILY", &["entirely"]), + ("RELATIONSSHIP", &["relationships"]), + ("GOVERMNET", &["government"]), + ("OVERWHELING", &["overwhelming"]), + ("AGGREEMENT", &["agreement"]), + ("GENEATING", &["generating"]), + ("REPRESENTATED", &["represented"]), + ("RENEGOTITAED", &["renegotiated"]), + ("ENTIRLY", &["entirely"]), + ("MONOPOLETS", &["monopolies"]), + ("ENTRIESS", &["entries"]), + ("VISIBILTY", &["visibility"]), + ("NEIGHOR", &["neighbor"]), + ("EXENTENDED", &["extended"]), + ("CONECCTIONS", &["connections"]), + ("CONCLSUION", &["concussion"]), + ("ENVIRONMNET", &["environments", "environment"]), + ("LACKRIMOSLY", &["lachrymosely"]), + ("ARBITRILY", &["arbitrarily"]), + ("LOUISIANIA", &["louisiana"]), + ("MONKIES", &["monkeys"]), + ("APPRETIATING", &["appreciating"]), + ("BUFFEREED", &["buffered"]), + ("UNINTERESED", &["uninterested"]), + ("VARING", &["varying"]), + ("IGNOREING", &["ignoring"]), + ("UNINSTALLLED", &["uninstalled"]), + ("PERDICT", &["predict"]), + ("EXAMININING", &["examining"]), + ("COSEMTICS", &["cosmetics"]), + ("PUSHPUS", &["pushups"]), + ("DESINGAGE", &["disengage"]), + ("DETERMINDED", &["determine", "determined"]), + ("MEASURMEMENTS", &["measurements"]), + ("BUMBY", &["bumpy"]), + ("PREFARABLE", &["preferable"]), + ("SINGELS", &["singles"]), + ("MONAGOMY", &["monogamy"]), + ("EXECUATBLE", &["executable"]), + ("SIMILIARY", &["similarity"]), + ("DATSETS", &["datasets"]), + ("SHEBENG", &["shebang"]), + ("SELETED", &["selected", "deleted"]), + ("RESTIRCTIONS", &["restrictions"]), + ("SUMMURIZE", &["summarize"]), + ("ACTINE", &["active"]), + ("BUITTON", &["button"]), + ("NOSTOLGICLY", &["nostalgically"]), + ("RESSETED", &["reset"]), + ("ANWHERE", &["anywhere"]), + ("DIALOUGE", &["dialogue"]), + ("TIMESPTAMP", &["timestamp"]), + ("HANDELD", &["handled", "handheld"]), + ("GUNINESS", &["guinness"]), + ("ABTRACTLY", &["abstractly"]), + ("POSSESSESS", &["possesses"]), + ("COMOPOSE", &["compose"]), + ("MYSTERIOULSY", &["mysteriously"]), + ("ALCHMEIST", &["alchemist"]), + ("INSECTIVEROUS", &["insectivorous"]), + ("HANDSHACKE", &["handshake"]), + ("APPLICATINS", &["applicants", "applications"]), + ("PREFFIXING", &["prefixing"]), + ("CUREFULLY", &["carefully"]), + ("ACITVATE", &["activate"]), + ("PASSIONNATE", &["passionate"]), + ("OPION", &["option"]), + ("SOEMWHERE", &["somewhere"]), + ("EVEYRTHING", &["everything"]), + ("CHUCH", &["church"]), + ("CTIFICATED", &["certificated"]), + ("DISTIRTED", &["distorted"]), + ("CEDENTIALS", &["credentials"]), + ("ALOW", &["allow"]), + ("NOSTAGLIC", &["nostalgic"]), + ("CONSTRCUTORS", &["constructors"]), + ("COINCEDENTALLY", &["coincidentally"]), + ("SPEFIFATION", &["specification"]), + ("ANNOYYING", &["annoying"]), + ("SAPEENA", &["subpoena"]), + ("PROBBLEMS", &["problems"]), + ("CALIFORNICA", &["california"]), + ("PYSCHOLOGISTS", &["psychologists"]), + ("BOIERPLATE", &["boilerplate"]), + ("REPUBICAN", &["republican"]), + ("SLANGUAGES", &["languages"]), + ("PALADINES", &["paladins"]), + ("HEASTINK", &["heatsink"]), + ("PREDUCTIVE", &["predictive"]), + ("SEWDONIM", &["pseudonym"]), + ("ACKNOWLEDGEMNT", &["acknowledgement"]), + ("SENCONDS", &["seconds"]), + ("DOOCUMENTED", &["documented"]), + ("WORKINGEST", &["workings"]), + ("WOULLD", &["would"]), + ("FORNATTED", &["formatted"]), + ("DISTINCITON", &["distinction"]), + ("SCANNIGN", &["scanning"]), + ("RETURMED", &["returned"]), + ("STUCTURED", &["structured"]), + ("ONMISHIENCES", &["omnisciences"]), + ("BUILDED", &["built"]), + ("INTERVIENING", &["interviewing"]), + ("FLOPPYS", &["floppies"]), + ("VETINARIAN", &["veterinarian"]), + ("CONVETER", &["converter"]), + ("FORMATINGS", &["formations"]), + ("RESOIURCING", &["resourcing"]), + ("INVERTION", &["inversion"]), + ("INTEGERAL", &["integral"]), + ("QUATERNIN", &["quaternion"]), + ("HANDWRITNG", &["handwriting"]), + ("EXPRESSIE", &["expressive"]), + ("GURRANTEE", &["guarantee"]), + ("EXCETUTIVES", &["executives"]), + ("VEIW", &["view"]), + ("ANKSHISNESS", &["anxiousness"]), + ("MATREIALS", &["materials"]), + ("EXCECPTIONAL", &["exceptional"]), + ("SOKET", &["socket"]), + ("VARIABEL", &["variable"]), + ("INSETEAD", &["instead"]), + ("HIGWAY", &["highway"]), + ("OBAYED", &["obeyed"]), + ("ENOCDING", &["encoding"]), + ("CRSYTALLIZATION", &["crystallization"]), + ("CONTINUARLO", &["continual"]), + ("ACUMULATE", &["accumulate"]), + ("SURVYE", &["survey"]), + ("OPERTOR", &["operator"]), + ("AMBADEXTEROUSENESS", &["ambidextrousness"]), + ("XENOPHIBIC", &["xenophobic"]), + ("VESSLES", &["vessels"]), + ("EXPRIENCE", &["experience"]), + ("VELL", &["well"]), + ("INDEPENEDENTLY", &["independently"]), + ("MEMBRANCE", &["membrane"]), + ("THSOULD", &["should"]), + ("CHARATOR", &["character"]), + ("FUNDEMANTALS", &["fundamentals"]), + ("PROEJCT", &["project"]), + ("CORRESPODING", &["corresponding"]), + ("ROVIDING", &["providing"]), + ("UNIVERISTY", &["university"]), + ("HEADONG", &["heading"]), + ("MESSAGERS", &["messages"]), + ("CAPATIBILITIES", &["capabilities"]), + ("INAPROPPRIATE", &["inappropriate"]), + ("ISSUS", &["issues"]), + ("ABSTRATS", &["abstracts"]), + ("DEATCH", &["detach"]), + ("POSTIONS", &["positions"]), + ("PROPRIETERY", &["proprietary"]), + ("HISTORIAL", &["historical"]), + ("ADVANATAGE", &["advantage"]), + ("BURRIED", &["buried"]), + ("INTERVENTO", &["intervention"]), + ("DOWLOADERS", &["downloaders"]), + ("INSTLALER", &["installer"]), + ("BUDDISHT", &["buddhist"]), + ("CONFUZZED", &["confused"]), + ("COMMUNCATION", &["communication"]), + ("OVSERVERS", &["observers"]), + ("DEVELOPMANT", &["developmental"]), + ("CIRCUNCISION", &["circumcision"]), + ("REFELCTED", &["reflected"]), + ("EXPERIMMENTELLY", &["experimentally"]), + ("THREADD", &["threaded"]), + ("SUMITTED", &["submitted"]), + ("KLICKED", &["clicked"]), + ("JEFFERTY", &["jeffery"]), + ("SUMBIT", &["submit"]), + ("BASICLEY", &["basically"]), + ("BOELEANS", &["booleans"]), + ("UNBELIEFABLE", &["unbelievable"]), + ("DISUSSED", &["discussed"]), + ("IMMIDIATLY", &["immediately"]), + ("DATEA", &["date", "data"]), + ("OFUSCATED", &["obfuscated"]), + ("FORWAD", &["forward"]), + ("SEGMETNED", &["segmented"]), + ("MARKERAS", &["markers"]), + ("CONVESRATION", &["conservation"]), + ("LANGIAGE", &["language"]), + ("CONSTRUTERS", &["constructors"]), + ("ANCAPSULATE", &["encapsulate"]), + ("METROPLOITAN", &["metropolitan"]), + ("PEPORTED", &["reported", "purported"]), + ("HORRENDEUS", &["horrendous"]), + ("PYSCIC", &["psychic"]), + ("PRATICALLY", &["practically"]), + ("MEDICINENS", &["medicines"]), + ("INTANTIATED", &["instantiated"]), + ("SERIVCEABLE", &["serviceable"]), + ("COMEDIANTS", &["comedians"]), + ("EXPLIOT", &["exploit"]), + ("PESTIZIDES", &["pesticides"]), + ("EMBARASSINGLY", &["embarrassingly"]), + ("PHOTOSHOOPED", &["photoshopped"]), + ("TRINGKETS", &["trinkets"]), + ("BOUNS", &["bounds"]), + ("ENCOUTERED", &["encountered"]), + ("POWERPOT", &["powerpoint"]), + ("CORPORATOIN", &["corporation"]), + ("GUARIDANS", &["guardians"]), + ("ACKNOWLEGE", &["acknowledge"]), + ("DYNMICALLY", &["dynamically"]), + ("COORIDATES", &["coordinates"]), + ("CARIMONIAL", &["ceremonial"]), + ("UNINITIALIZAED", &["uninitialized"]), + ("COMPAIRING", &["comparing"]), + ("LIOUSVILLE", &["louisville"]), + ("EQUIVLAENT", &["equivalents"]), + ("REINITALIZED", &["reinitialized"]), + ("SATANDARDS", &["standards"]), + ("EXNTERNALLY", &["externally"]), + ("HERCULEANS", &["hercules"]), + ("NATIONALITS", &["nationalist"]), + ("LIEV", &["live"]), + ("RELPASED", &["relapsed"]), + ("PHOTOGRAPHIER", &["photographer"]), + ("OUTPERFOMS", &["outperform"]), + ("INEXPLICABLLY", &["inexplicably"]), + ("FUNDAMENTALY", &["fundamentally"]), + ("KNOWLEDEGABLE", &["knowledgeable"]), + ("BADNITS", &["bandits"]), + ("NEWORKS", &["networks"]), + ("DISGNED", &["designed"]), + ("CUESTION", &["question"]), + ("DIRATIONS", &["durations"]), + ("FUNDIMENTALIST", &["fundamentalist"]), + ("SESCEDER", &["seceder"]), + ("EVERSET", &["everest"]), + ("ALTHOUTH", &["although"]), + ("PORVIDES", &["provides"]), + ("BOOTEEK", &["boutique"]), + ("PRECIESLY", &["precisely"]), + ("APPPLYING", &["applying"]), + ("GUARNETE", &["guarantee"]), + ("STINGENT", &["stringent"]), + ("CHANCELED", &["canceled"]), + ("SOLATES", &["isolates"]), + ("COMMISSIONAR", &["commissioner"]), + ("SIMULTANOUSLY", &["simultaneously"]), + ("COMPLETETION", &["completion"]), + ("COMPATABLIE", &["compatible", "compatibly"]), + ("PARRALLELLY", &["parallelly"]), + ("INDIKATION", &["indication"]), + ("THIGSN", &["things"]), + ("SPARATED", &["separated"]), + ("SUPPORTEURS", &["supporters"]), + ("ACADAMY", &["academy"]), + ("COMECTIVITY", &["connectivity"]), + ("CHAIRMAIN", &["chairman"]), + ("CARIDNALS", &["cardinals"]), + ("STRECHTES", &["stretches"]), + ("CENTRIGRADE", &["centigrade"]), + ("CAHDIDATE", &["candidate"]), + ("APPROPROXIMATION", &["approximation"]), + ("INTERSECTONS", &["intersections"]), + ("COMITTE", &["committed", "committee"]), + ("ASSYMPTOTICALLY", &["asymptotically"]), + ("MULTIPRESISTION", &["multiprecision"]), + ("DEFENSIVLY", &["defensively"]), + ("ALGORRITMS", &["algorithms"]), + ("RESOLUTON", &["resolution"]), + ("BRUNING", &["burning"]), + ("NEUMONECTOMY", &["pneumonectomy"]), + ("THIRSTAY", &["thirsty"]), + ("CLACULATES", &["calculates"]), + ("UNCONDITIAL", &["unconditional"]), + ("FORMATTINGS", &["formatting"]), + ("ADDRERSSSES", &["addresses"]), + ("BUERAUCRACY", &["bureaucracy"]), + ("IMPROVEMENS", &["improvements"]), + ("AUTHENRICATORS", &["authenticators"]), + ("ASSISTAT", &["assistants"]), + ("MANDARIJN", &["mandarin"]), + ("AUTHENITCATION", &["authentication"]), + ("CORELATED", &["correlated"]), + ("APENDER", &["appender"]), + ("SHORTKUTS", &["shortcuts"]), + ("ANIWAY", &["anyway"]), + ("SUSTAINAIBLITY", &["sustainability"]), + ("EXCHAGNGE", &["exchange"]), + ("ORGANISMED", &["organise"]), + ("CUTSENCE", &["cutscene"]), + ("ELASPE", &["elapse"]), + ("ARCHETECTS", &["architects"]), + ("BIMILLENIUM", &["bimillennium"]), + ("LANGAUAGE", &["language"]), + ("VULBERABILITES", &["vulnerabilities"]), + ("ABREVIATED", &["abbreviated"]), + ("UNCOMITTED", &["uncommitted"]), + ("DECENSITIZED", &["desensitized"]), + ("DAMMAGE", &["damage"]), + ("EXCEPTINO", &["exception"]), + ("INDEPENDENTISME", &["independents"]), + ("INTERVENSION", &["intervention"]), + ("VICINTIY", &["vicinity"]), + ("COMPATIABLE", &["compatible"]), + ("CURRECY", &["currency"]), + ("RECCOMMEND", &["recommend"]), + ("DIVIDENED", &["dividend"]), + ("ALLOCTION", &["allocation"]), + ("AISIAN", &["asian"]), + ("JELUSEY", &["jealousy"]), + ("UNKONW", &["unknown"]), + ("BEANCHES", &["benches", "branches"]), + ("UNASSINGED", &["unassigned"]), + ("OVERLCOCKED", &["overclocked"]), + ("SENSITITIVY", &["sensitivity"]), + ("INTERLECTUALS", &["intellectuals"]), + ("RULEBOOOK", &["rulebook"]), + ("SWITCN", &["switch"]), + ("CALUCLATOR", &["calculator"]), + ("VULERABLE", &["vulnerable"]), + ("INTERRUPTES", &["interrupts"]), + ("BENIG", &["being"]), + ("CRITICISZED", &["criticise"]), + ("CLOSLEY", &["closely"]), + ("SCATCHER", &["catcher", "scratcher", "sketcher"]), + ("FRIND", &["friend"]), + ("IMMIGRAITON", &["immigration"]), + ("COALLESSED", &["coalesced"]), + ("OWERPOWERING", &["overpowering"]), + ("EXPERIMENTATALLY", &["experimentally"]), + ("NIEGHBOURS", &["neighbours"]), + ("PEIROD", &["period"]), + ("ALGHORITM", &["algorithm"]), + ("EXPERMENETAL", &["experimental"]), + ("INCLUED", &["included"]), + ("SIMULTANEUOUS", &["simultaneous"]), + ("TEMPORILY", &["temporarily"]), + ("REVOMING", &["removing"]), + ("ALGORIHTMICALLY", &["algorithmically"]), + ("CONFRONTATO", &["confrontation"]), + ("LIFESTILES", &["lifestyles"]), + ("VULBERABILILITY", &["vulnerability"]), + ("FUTHERIZE", &["further"]), + ("EXCHENGING", &["exchanging"]), + ("SERINOMYS", &["ceremonies"]), + ("HUSBANS", &["husbands"]), + ("STAURATION", &["saturation"]), + ("NONDETEMINISTIC", &["nondeterministic"]), + ("VULBEARABLE", &["vulnerable"]), + ("OCCURENCE", &["occurrence"]), + ("DETAILLED", &["detailed"]), + ("MILLENEUM", &["millennium"]), + ("ATRIBUTES", &["attributes"]), + ("INSTANTATE", &["instantiate"]), + ("DEFINNED", &["defined"]), + ("CASESENSETIVE", &["casesensitive"]), + ("HYPOCRITS", &["hypocrites"]), + ("BETRAYD", &["betrayed"]), + ("COMPULOSRY", &["compulsory"]), + ("YAER", &["year"]), + ("CONTRUCTORS", &["contractors", "constructors"]), + ("THEEF", &["thief"]), + ("AWEKENED", &["weakened"]), + ("CAMELION", &["chameleon"]), + ("MENTHODS", &["methods"]), + ("RECOMMEDATIONS", &["recommendations"]), + ("CONFIGIRE", &["configure"]), + ("COVERSION", &["conversion"]), + ("REGULATORIOS", &["regulators"]), + ("EXERSIZED", &["exercised"]), + ("UDATES", &["updates"]), + ("WHITHOLDING", &["withholding"]), + ("DISCRIMINARE", &["discriminate"]), + ("GEOGRAPHYCALLY", &["geographically"]), + ("WIERDNESS", &["weirdness"]), + ("IMPLEMENTAITON", &["implementation"]), + ("CHUKS", &["chunks"]), + ("PRESISTANTLY", &["persistently"]), + ("PROBBED", &["probed"]), + ("TRANSSCRIPTION", &["transcription"]), + ("AMPHATHEATERS", &["amphitheaters"]), + ("CONSTITUE", &["constitutes", "constitute"]), + ("LONGERS", &["longer"]), + ("PARTICALUAR", &["particular"]), + ("NATIONALITE", &["nationalist"]), + ("AMEALEARATES", &["ameliorates"]), + ("SCANDALOSI", &["scandals"]), + ("ENDFI", &["endif"]), + ("ACECESS", &["access"]), + ("TROTSKIST", &["trotskyist"]), + ("DETERMNINE", &["determine"]), + ("CONTIBUTION", &["contribution"]), + ("DIFFREENT", &["different"]), + ("APRETIATES", &["appreciates"]), + ("PEOPELS", &["peoples"]), + ("WHETEHR", &["whether"]), + ("INTERSEPTS", &["intercepts", "intersteps"]), + ("NULLLABLE", &["nullable"]), + ("APPEARD", &["appeared"]), + ("INNAPPROPRIATE", &["inappropriate"]), + ("VUNRABILITIES", &["vulnerabilities"]), + ("CORINTHANS", &["corinthians"]), + ("COMPELTES", &["completes"]), + ("CLINCIALLY", &["clinically"]), + ("UNRESTRICTRED", &["unrestricted"]), + ("RENEGOCIATED", &["renegotiated"]), + ("APOCRAFUL", &["apocryphal"]), + ("ACTULAY", &["actually"]), + ("HOMOSEXULAITY", &["homosexuality"]), + ("INDEFINEABLE", &["undefinable"]), + ("APAULING", &["appalling"]), + ("CONVERAGE", &["converge", "coverage"]), + ("BLOODBORBE", &["bloodborne"]), + ("COMPILAITON", &["compilation"]), + ("REDIRECTRION", &["redirection"]), + ("HAETHEN", &["heathen"]), + ("APROACHED", &["approached"]), + ("GOVERMET", &["government"]), + ("PRPOSIING", &["proposing"]), + ("PREFERRENCE", &["preference"]), + ("EXPETCING", &["expecting"]), + ("SAMLE", &["sample"]), + ("FARIAR", &["farrier"]), + ("STATISITICS", &["statistics"]), + ("FEEK", &["feel"]), + ("DEPDENS", &["depends"]), + ("REIMPLMENTED", &["reimplemented"]), + ("BEASTIALITY", &["bestiality"]), + ("GENRALIZATION", &["generalization"]), + ("MONTANOUS", &["mountainous"]), + ("JERESYS", &["jerseys"]), + ("CONNECTONS", &["connections"]), + ("DAMING", &["damning", "damping", "doming", "gaming"]), + ("UNBOUNNDED", &["unbounded"]), + ("COMMUNIKAYS", &["communiqués"]), + ("ARGEMENT", &["argument"]), + ("CORNDERS", &["corners"]), + ("COMPLICACION", &["complication"]), + ("CONSTITUTUES", &["constitute"]), + ("EXECUION", &["execution"]), + ("FEATCHURING", &["featuring"]), + ("STANGE", &["strange"]), + ("ILTERATE", &["literate"]), + ("AGREEMNETS", &["agreements"]), + ("CONDMENED", &["condemned"]), + ("COMPLEMENTT", &["complement"]), + ("SPECIFYED", &["specified"]), + ("BLOKC", &["block", "bloke"]), + ("DISTROBUTED", &["distributed"]), + ("CORATIA", &["croatia"]), + ("DECORDED", &["decoded"]), + ("RHETHORICAL", &["rhetorical"]), + ("REDUCEABLE", &["reducible"]), + ("RETCIEVED", &["received", "retrieved"]), + ("INTERESTIGLY", &["interestingly"]), + ("COPYWRITE", &["copyright"]), + ("DEVELOPPED", &["developed"]), + ("NEGOATIATORS", &["negotiators"]), + ("USTING", &["using"]), + ("DOCUMENETATION", &["documentation"]), + ("EXCEIRPT", &["excerpt"]), + ("APPLYCABLE", &["applicable"]), + ("PRIMIARY", &["primary"]), + ("ATUHENTICATOR", &["authenticator"]), + ("STRAIGTH", &["straight"]), + ("NEIGHBEURHOORS", &["neighbours"]), + ("TRANSCRIPTO", &["transcription"]), + ("MAYBELLIENE", &["maybelline"]), + ("HEADAHCES", &["headaches"]), + ("BIZNESSES", &["businesses"]), + ("ACCUMUALTE", &["accumulate"]), + ("JAILBORKEN", &["jailbroken"]), + ("FUNDAMNETALISTS", &["fundamentalists"]), + ("TRAMPLOINE", &["trampoline"]), + ("SUNTASK", &["subtask"]), + ("CLEANLYNESS", &["cleanliness"]), + ("ENCOUTNERED", &["encountered"]), + ("HEADLE", &["handle"]), + ("AVATARAS", &["avatars"]), + ("CONTINUOOUS", &["continuous"]), + ("FOTOGRAFIC", &["photographic"]), + ("ELECTORALE", &["electorate"]), + ("VASTECOMY", &["vasectomy"]), + ("VIGOUROSLY", &["vigorously"]), + ("EXPERIEMNT", &["experiment"]), + ("CIGARETT", &["cigarette"]), + ("DIAGINAL", &["diagonal"]), + ("SATISFIY", &["satisfy"]), + ("EXCERCISER", &["exerciser"]), + ("ILLIONIS", &["illinois"]), + ("USEFULU", &["useful"]), + ("ABOSLUTE", &["absolute"]), + ("CONDITIONNAL", &["conditional"]), + ("REVOLUTIONNARY", &["revolutionary"]), + ("EMAPTHY", &["empathy"]), + ("CILANTO", &["cilantro"]), + ("INCOMPATIBILIES", &["incompatibilities"]), + ("ZIONISTAS", &["zionists"]), + ("MACHES", &["matches"]), + ("HISPANICOS", &["hispanics"]), + ("RENEGOITATORS", &["renegotiators"]), + ("SPCIFIC", &["specific"]), + ("MINNEOSTA", &["minnesota"]), + ("SPAWED", &["spawned"]), + ("RECIDENT", &["resident"]), + ("PERPSECTIVES", &["perspectives"]), + ("HAGASES", &["haggises"]), + ("UNACOMPANIED", &["unaccompanied"]), + ("SPEFIXEIR", &["specifier"]), + ("EXECUTUTION", &["execution"]), + ("UNNING", &["running"]), + ("YOR", &["your"]), + ("NCE", &["nice", "once"]), + ("MODIFLER", &["modifier"]), + ("INSTLALS", &["instals"]), + ("POPLE", &["people"]), + ("COMMANDORE", &["commanders"]), + ("DEAMBIGUAGE", &["disambiguate"]), + ("DETCETION", &["detection"]), + ("DISAPOINT", &["disappoint"]), + ("BANGKOCK", &["bangkok"]), + ("MISSMATCHING", &["mismatching"]), + ("PARACHUTTE", &["parachute"]), + ("DISOVERY", &["discovery"]), + ("TANGENCIALLY", &["tangentially"]), + ("LKE", &["like"]), + ("ATCUALY", &["actually"]), + ("ITEATOR", &["iterator"]), + ("PRONOUCED", &["pronounced"]), + ("EXCHAGNING", &["exchanging"]), + ("SOMETHINNG", &["somethings"]), + ("GAUNTLENT", &["gauntlet"]), + ("COORIDNATION", &["coordination"]), + ("KNOWLDEGE", &["knowledge"]), + ("RESOURSES", &["resources"]), + ("GANERATING", &["generating"]), + ("INSTURCTED", &["instructed"]), + ("RENEGOPTIONSOTIATED", &["renegotiated"]), + ("COMTAINS", &["contains"]), + ("VARISTY", &["varsity"]), + ("ORIGININATES", &["originates"]), + ("PREDECTION", &["prediction"]), + ("OPENIN", &["opening"]), + ("COMPARARE", &["compare"]), + ("INFROAMTION", &["information"]), + ("YPES", &["types"]), + ("DEMOSNTRATE", &["demonstrate"]), + ("PROTEXT", &["protect"]), + ("SCANDINAIVAN", &["scandinavia"]), + ("PROVSIONING", &["provisioning"]), + ("WILLFULLLY", &["willfully"]), + ("LACKLUSTURE", &["lacklustre"]), + ("ENCHANCEMENT", &["enhancement", "enchantment"]), + ("FUTAL", &["futile"]), + ("CONETOR", &["connector"]), + ("DOWNTRADED", &["downgraded"]), + ("EXPERIMANTERS", &["experimenters"]), + ("ALLCOATEING", &["allocating"]), + ("PLUGABLE", &["pluggable"]), + ("OBESERVE", &["observe"]), + ("SUBPROCES", &["subprocess"]), + ("FOLOOWED", &["followed"]), + ("DEVELOPPE", &["develop"]), + ("CONSITED", &["consisted"]), + ("REPLAINT", &["repaint"]), + ("SOCIOPATIC", &["sociopathic"]), + ("DATECTIONS", &["detections"]), + ("SHPPED", &["shipped"]), + ("DISTRIBUTON", &["distribution"]), + ("REPOSITIORY", &["repository"]), + ("PROFLIES", &["profiles"]), + ("HOSPITILIZED", &["hospitalized"]), + ("SEMATICAL", &["semantical"]), + ("CERTIFICION", &["certification"]), + ("UNCONTROLABLE", &["uncontrollable"]), + ("SUBCLASSESS", &["subclasses"]), + ("ARBUTRARY", &["arbitrary"]), + ("AVAOID", &["avoid"]), + ("CARICATURISE", &["caricature"]), + ("IDENTICIAL", &["identical"]), + ("CHARACYERS", &["characters"]), + ("EXTURDE", &["extrude"]), + ("SOCILAISM", &["socialism"]), + ("CHIPET", &["chipset"]), + ("DIAGNOSSED", &["diagnose"]), + ("RECOGNZIED", &["recognised", "recognized"]), + ("CONDEMMING", &["condemning"]), + ("CONVERSTAIONAL", &["conversational"]), + ("GUITARES", &["guitars"]), + ("INEGRATE", &["integrate"]), + ("UMCOMFORTABLE", &["uncomfortable"]), + ("PATAMETER", &["parameter"]), + ("ALTHETICISM", &["athleticism"]), + ("PODULE", &["module"]), + ("CONFOGURATION", &["configuration"]), + ("DETERMINDES", &["determined", "determines"]), + ("CONCATENAION", &["concatenation"]), + ("COORIDATE", &["coordinate"]), + ("DISTINCTIE", &["distinctive"]), + ("DISPLACMENTS", &["displacements"]), + ("DECOND", &["decode"]), + ("TRANSFORMARSE", &["transformers"]), + ("ITERSTIONS", &["iterations"]), + ("CONEXT", &["context", "connect", "connects"]), + ("INTERPRETACION", &["interpretation"]), + ("GALLLERIES", &["galleries"]), + ("UQESTS", &["quests"]), + ("DESCENTANTS", &["descendants"]), + ("INSUSPECTING", &["unsuspecting"]), + ("REPRESENTATIONER", &["representations"]), + ("IGORED", &["ignored"]), + ("CONSPIRICY", &["conspiracy"]), + ("DUPLCIATE", &["duplicate"]), + ("ADDRESST", &["address", "addressed"]), + ("DILEMAS", &["dilemmas"]), + ("SUBNEGOTICATIONS", &["subnegotiations"]), + ("ACQURED", &["acquired"]), + ("EXCENTRICITY", &["eccentricity"]), + ("NEIGHBEHOODS", &["neighborhoods"]), + ("PRIRITY", &["priority", "privity"]), + ("SIGNITORY", &["signatory"]), + ("INFILITRATION", &["infiltration"]), + ("DEMOSTRATING", &["demonstrating"]), + ("CONSTRUCTIVO", &["construction"]), + ("TRIMED", &["trimmed"]), + ("ABSTANTE", &["bastante"]), + ("CHANDLURE", &["chandler"]), + ("CHLID", &["child"]), + ("EXCLAMANTION", &["exclamation"]), + ("SUBCULTER", &["subculture"]), + ("ANECTODALLY", &["anecdotally"]), + ("PRINGING", &["printing", "springing"]), + ("ALGORTHMS", &["algorithms"]), + ("PREDICTAVE", &["predictive"]), + ("BLANACE", &["balance"]), + ("DISSAPEARING", &["disappearing"]), + ("NOSTOLGICALLY", &["nostalgically"]), + ("EXEPCT", &["expect"]), + ("DERMATOLIGIST", &["dermatologist"]), + ("VERTIVAL", &["vertical"]), + ("SPEDIFIED", &["specified"]), + ("PARTICALURLY", &["particularly"]), + ("NEUTRALLITY", &["neutrality"]), + ("UNDRESTAND", &["understand"]), + ("FOLLOWES", &["follows"]), + ("INCONVIENT", &["inconvenient"]), + ("NOMBERED", &["numbered"]), + ("CONSEQUTIVELY", &["consecutively"]), + ("ELETRONIC", &["electronic"]), + ("REDCUE", &["reduce"]), + ("GORUOTINE", &["goroutine"]), + ("FURTEHR", &["further"]), + ("PRESITGIOUS", &["prestigious"]), + ("REQESTS", &["requests"]), + ("SPEPERATD", &["separated"]), + ("ADQUIRING", &["acquiring"]), + ("NUISSANCE", &["nuisance"]), + ("WHRILWIND", &["whirlwind"]), + ("OPTOINS", &["options"]), + ("EXPLOSIVAS", &["explosives"]), + ("IMPLMENTED", &["implemented"]), + ("EXTREMISTISK", &["extremists"]), + ("SYNCHRONEOUSLY", &["synchronously"]), + ("FIEDLING", &["fielding"]), + ("STABILZIED", &["stabilized"]), + ("ELEMENTE", &["element", "elements"]), + ("CONSTRCTING", &["constructing", "constricting"]), + ("SQUAREDS", &["squares"]), + ("EXTREMEOPHILE", &["extremophile"]), + ("REPUBLIAN", &["republican"]), + ("ELIMATES", &["eliminates"]), + ("THRED", &["thread"]), + ("AFOREMEMTIONED", &["aforementioned"]), + ("SPEFIXEIS", &["specifies"]), + ("MEMICKED", &["mimicked"]), + ("DISRETION", &["discretion"]), + ("INTREGRAL", &["integral"]), + ("CONDEM", &["condemn"]), + ("EXCLUDLED", &["excluded"]), + ("TENSIONORS", &["tensions"]), + ("INTEPRETERS", &["interpreters"]), + ("FOLLOS", &["follows"]), + ("WARNINFS", &["warnings"]), + ("CUSTONER", &["customer"]), + ("TRANSATIONAL", &["transitional"]), + ("METROLOPIS", &["metropolis"]), + ("DISSHEARTENINGLY", &["dishearteningly"]), + ("PARTICUALLY", &["particularly"]), + ("OCURRENCE", &["occurrence"]), + ("HANDSAKE", &["handshake"]), + ("ADHEISVE", &["adhesive"]), + ("CARTRIAGES", &["cartridges"]), + ("BLACKMSITH", &["blacksmith"]), + ("GUNSLIGNER", &["gunslinger"]), + ("SITIRRING", &["stirring"]), + ("CESSPOOOL", &["cesspool"]), + ("MADATORY", &["mandatory"]), + ("ENDORES", &["endorse"]), + ("ANAYLSE", &["analyse"]), + ("FEMINISTAS", &["feminists"]), + ("VISUALLISATION", &["visualisation"]), + ("EMTPIES", &["empties"]), + ("CELCIUS", &["celsius"]), + ("SIMILER", &["similar"]), + ("COLERA", &["cholera"]), + ("PROPIETRY", &["proprietary"]), + ("GAUNTLENTS", &["gauntlet"]), + ("THERMASTAT", &["thermostat"]), + ("CONVRT", &["convert"]), + ("MULTIPLED", &["multiplied"]), + ("ANTARCTIDA", &["antarctica"]), + ("NEIGBOURHOOD", &["neighbourhood"]), + ("PAREMETERS", &["parameters"]), + ("BUHDDIST", &["buddhist"]), + ("DOED", &["does"]), + ("YOT", &["yacht"]), + ("INFLUECED", &["influenced"]), + ("ATTRIBUBTES", &["attributes"]), + ("COLLISTION", &["collision"]), + ("CARTIRDGE", &["cartridge"]), + ("MALPRACTCE", &["malpractice"]), + ("PRATICLE", &["particle"]), + ("TJHE", &["the"]), + ("CONETIONS", &["connections"]), + ("INSIPRING", &["inspiring"]), + ("RIMINDER", &["reminder"]), + ("STORGE", &["storage"]), + ("STRUCTRUES", &["structures"]), + ("PENNENSULAS", &["peninsulas"]), + ("COMMENTERIES", &["commenters"]), + ("PRETENE", &["pretense"]), + ("REPRESNTATIVE", &["representative"]), + ("MULTIVERESE", &["multiverse"]), + ("METAPROGAMMING", &["metaprogramming"]), + ("PARELLELS", &["parallels"]), + ("CIRCLUATING", &["circulating"]), + ("AFFOREMENTIONED", &["aforementioned"]), + ("TRANSCONDERS", &["transcoders"]), + ("LASTR", &["last"]), + ("PREDECENT", &["precedent"]), + ("INTIGER", &["integer"]), + ("TRUBADOURS", &["troubadours"]), + ("SACREFICED", &["sacrificed"]), + ("MANNORISMS", &["mannerisms"]), + ("MALFONCTION", &["malfunction"]), + ("COMPIING", &["compiling"]), + ("EASILLY", &["easily"]), + ("THONIC", &["chthonic"]), + ("COCKATILS", &["cocktails"]), + ("FORMIDABELT", &["formidable"]), + ("ITIALISED", &["initialised"]), + ("PERSTIGE", &["prestige"]), + ("PARANETRIZED", &["parameterized"]), + ("WIDGETAS", &["widgets"]), + ("MISSUSE", &["misuse"]), + ("MATEIRALS", &["materials"]), + ("BENEVALENT", &["benevolent"]), + ("UPRGADE", &["upgrade"]), + ("CORRECTOIN", &["correction"]), + ("RECEIEVER", &["receiver"]), + ("HYPOCRTIES", &["hypocrites"]), + ("RITHM", &["rhythm"]), + ("VISIVBLE", &["visible"]), + ("ADMINISTARTION", &["administration"]), + ("CONDITIONNALLY", &["conditionally"]), + ("METHID", &["method"]), + ("INCUDES", &["includes"]), + ("GENERATER", &["generator"]), + ("CHATOLICS", &["catholics"]), + ("RENEGOTATIATES", &["renegotiates"]), + ("MONSTRUM", &["monster"]), + ("INACCESSIBILE", &["inaccessible"]), + ("ASSOCEATED", &["associated"]), + ("BLOODBRONE", &["bloodborne"]), + ("DESSCRIBE", &["describe"]), + ("SUBSITUTUTION", &["substitution"]), + ("VECHILE", &["vehicle"]), + ("LITTLEFIGNER", &["littlefinger"]), + ("DEPENDECE", &["dependence"]), + ("INITIALIZIATION", &["initialization"]), + ("EXTENION", &["extension"]), + ("DISABELS", &["disables"]), + ("ORIENTARLO", &["oriental"]), + ("STERIOTYPES", &["stereotypes"]), + ("CONGLATURATIONS", &["congratulations"]), + ("SMLL", &["small", "smell"]), + ("ALLIGNEMENT", &["alignment"]), + ("CONVENTIONSS", &["conventions"]), + ("PLESANT", &["pleasant"]), + ("HIERACHRY", &["hierarchy"]), + ("ALGOHMIC", &["algorithmic"]), + ("GYPISES", &["gypsies"]), + ("OPTONALLY", &["optionally"]), + ("NEIGHBETS", &["neighbors"]), + ("AQUISITIONS", &["acquisitions"]), + ("INNOVATVE", &["innovate"]), + ("PRODUCTIVIY", &["productivity"]), + ("POWERHOURS", &["powerhouse"]), + ("SECONCARY", &["secondary"]), + ("KET", &["kept", "key"]), + ("GENERALL", &["generally", "general"]), + ("SIMPLIFICAITON", &["simplification"]), + ("TRIANGULATAION", &["triangulation"]), + ("SKEPTICIM", &["skepticism"]), + ("EVESDROPPING", &["eavesdropping"]), + ("SPACIFIC", &["specific"]), + ("TRANVERSAL", &["transversal", "traversal"]), + ("SPEFICS", &["specifics"]), + ("WEEKEN", &["weekend"]), + ("SPECIFICLY", &["specifically"]), + ("FORTUNTELY", &["fortunately"]), + ("AQAURIUM", &["aquarium"]), + ("TRANVERSE", &["transverse", "traverse"]), + ("VIDOEGAMES", &["videogames"]), + ("CURENT", &["current"]), + ("UNHEALTHLY", &["unhealthy"]), + ("SPEFICILLATION", &["specification"]), + ("EXTREMESTS", &["extremists"]), + ("CONDMENATION", &["condemnation"]), + ("PLOARIZED", &["polarized"]), + ("IMPPLEMENT", &["implement"]), + ("PANDORRA", &["pandora"]), + ("UKRIANIANS", &["ukrainians"]), + ("REMVOED", &["removed"]), + ("JORNAL", &["journal"]), + ("PHILOSOPIES", &["philosophies"]), + ("TAGNETIAL", &["tangential"]), + ("FLOARING", &["floating", "flooring"]), + ("SOMEHWO", &["somehow"]), + ("ENABELED", &["enabled"]), + ("CERIFICATION", &["verification", "certification"]), + ("METAGEM", &["metagame"]), + ("FLUCTUATIES", &["fluctuate"]), + ("INTALLATION", &["installation"]), + ("INDIVIUDAL", &["individuals"]), + ("ACCUMELATED", &["accumulated"]), + ("BORDING", &["boarding"]), + ("POZITIVE", &["positive"]), + ("FRIST", &["first"]), + ("COMPILGERS", &["compilers"]), + ("DISCUUSED", &["discussed"]), + ("PERPATRATORS", &["perpetrators"]), + ("CORDOROY", &["corduroy"]), + ("FAGGOTTS", &["faggots"]), + ("STEALTHLY", &["stealthy"]), + ("SUFOCATES", &["suffocates"]), + ("CONTRST", &["contrast"]), + ("BROSED", &["browsed", "rosed"]), + ("HYBRIDES", &["hybrids"]), + ("CHACHED", &["cached"]), + ("MACHINESS", &["machines"]), + ("COSTOMER", &["customer"]), + ("UNDERESTIME", &["underestimate"]), + ("BEAUTIY", &["beauty"]), + ("PREPARATO", &["preparation"]), + ("ACCODINGLY", &["accordingly"]), + ("FUNVTIONS", &["functions"]), + ("RESHEDULE", &["reschedule"]), + ("ABSURDLEY", &["absurdly"]), + ("EQUIVLENTLY", &["equivalently"]), + ("REUTRN", &["return"]), + ("HAMBURGESA", &["hamburgers"]), + ("PRODUSED", &["produced"]), + ("DEFINITILEY", &["definitively"]), + ("PARIAL", &["partial"]), + ("WIHTIN", &["within"]), + ("EXCESSIVLY", &["excessively"]), + ("EMERGANCIES", &["emergencies"]), + ("LISTERNER", &["listener"]), + ("PRODICTIONS", &["productions"]), + ("COMPNAIES", &["companies"]), + ("ANALZYER", &["analyzer"]), + ("PARTIONED", &["partitioned"]), + ("FALLICIOUS", &["fallacious"]), + ("BYOND", &["beyond"]), + ("OCUNTRY", &["country"]), + ("RISTRICT", &["restrict"]), + ("COINCEDENTAL", &["coincidental"]), + ("VERIFTY", &["verify"]), + ("DISTINCITONS", &["distinctions"]), + ("BANKRUPTSY", &["bankruptcy"]), + ("PARMTERS", &["parameters"]), + ("DISTREBUTED", &["distributed"]), + ("PRIORIT", &["priority"]), + ("NIGTHMARES", &["nightmares"]), + ("SONGLE", &["single", "dongle"]), + ("PHISICALY", &["physically"]), + ("CRESITS", &["credits"]), + ("BESITALITY", &["bestiality"]), + ("STRAMS", &["steams", "streams", "trams"]), + ("FUNCTITON", &["function"]), + ("INDIVIUDUAL", &["individual"]), + ("ENCODNG", &["encoding"]), + ("MODIFICATONS", &["modifications"]), + ("FLUD", &["flood"]), + ("IMRPOVE", &["improve"]), + ("GIVEM", &["given"]), + ("ACCOMODATA", &["accommodate"]), + ("TERMPERATUES", &["temperatures"]), + ("DECORATRION", &["decoration"]), + ("ANALYSATOR", &["analyser"]), + ("UNLES", &["unless"]), + ("SECOD", &["second"]), + ("ACCOMPAGNIES", &["accompanies"]), + ("ENTETY", &["entity"]), + ("DEPENDANDT", &["dependant"]), + ("FICKS", &["flicks", "fix"]), + ("RENTERIS", &["renters"]), + ("WHITCH", &["which"]), + ("COMPRABLE", &["comparable"]), + ("SOUTHERNESE", &["southerners"]), + ("HYPETHETICAL", &["hypothetical"]), + ("PROMETHEOUS", &["prometheus"]), + ("OBILGATORY", &["obligatory"]), + ("EXPERIMENTTERS", &["experimenters"]), + ("PREFEREABLY", &["preferably"]), + ("CERCUMSTANCIAL", &["circumstantial"]), + ("VETOD", &["vetoed"]), + ("HYDROLICS", &["hydraulics"]), + ("ESSENTIAS", &["essentials"]), + ("CONSTRUITS", &["constructs"]), + ("AVAILBALE", &["available"]), + ("ECONOMISCH", &["economic"]), + ("ERRATICLY", &["erratically"]), + ("USEFL", &["useful"]), + ("TRANFORMABLE", &["transformable"]), + ("UNDERGRAND", &["undergrad"]), + ("CALRIFY", &["clarify"]), + ("LIVLEY", &["lively"]), + ("LIEUTENENT", &["lieutenant"]), + ("DISCTINGUISH", &["distinguish"]), + ("BAPTSIM", &["baptism"]), + ("SYMMERTICAL", &["symmetrical"]), + ("PREDETERMINDED", &["predetermined"]), + ("APSERGERS", &["aspergers"]), + ("SEMPPHORE", &["semaphore"]), + ("INVINCIBILE", &["invincible"]), + ("INLCUSION", &["inclusion"]), + ("CONCSIENCE", &["conscience"]), + ("REDEFININE", &["redefine"]), + ("INTERVEIWER", &["interviewer"]), + ("AGKNOWLEDGED", &["acknowledged"]), + ("TRANSER", &["transfer"]), + ("TRASLATED", &["translated"]), + ("RENEGOTIOTED", &["renegotiated"]), + ("COMPILLER", &["compiler"]), + ("CIRCUMSTNACES", &["circumstance"]), + ("ASSINGED", &["assigned"]), + ("UNACKNOWLEGED", &["unacknowledged"]), + ("NOTHINK", &["nothing"]), + ("ARCHITETURES", &["architectures"]), + ("RICHOCHETS", &["ricochets"]), + ("IGNORMS", &["ignores"]), + ("VULNARABLE", &["vulnerable"]), + ("REFERECENCES", &["references"]), + ("LIBRAIRES", &["libraries"]), + ("ENSALVED", &["enslaved"]), + ("IMPLICITELY", &["implicitly"]), + ("THINGKING", &["thinking"]), + ("SYTHETIC", &["synthetic"]), + ("DISCTIONARIES", &["dictionaries"]), + ("LUANCHING", &["launching"]), + ("CODEEN", &["codeine"]), + ("RELOCCATE", &["relocate"]), + ("CONSTAINT", &["constraint"]), + ("UNSIGND", &["unsigned"]), + ("SRUCTURE", &["structure"]), + ("ANYHWERE", &["anywhere"]), + ("SUBSCIRBING", &["subscribing"]), + ("CLOBERRING", &["clobbering"]), + ("COMPRAMISE", &["compromise"]), + ("HATIAN", &["haitian"]), + ("OBJECTIVST", &["objectives"]), + ("CHOLESTORAL", &["cholesterol"]), + ("ADPAPTED", &["adapted"]), + ("FUNCITONALLY", &["functionally"]), + ("SINICALY", &["cynically"]), + ("SEQUENSE", &["sequence"]), + ("REPORED", &["reported"]), + ("TACTICTS", &["tactics"]), + ("RECRUTIED", &["recruited"]), + ("ANNYOANCE", &["annoyance"]), + ("ABSOLUTHE", &["absolute"]), + ("DISTIRBUTING", &["distributing"]), + ("CANVASE", &["canvas"]), + ("FEISABLE", &["feasible"]), + ("PHYLOSOPHICALLY", &["philosophically"]), + ("ACKNOWLEGDEMENT", &["acknowledgement"]), + ("AUTHORITAY", &["authority"]), + ("INTERPLOATES", &["interpolates"]), + ("OBCJECT", &["object"]), + ("PENNYSLVANIA", &["pennsylvania"]), + ("SIGNFICANT", &["significant"]), + ("BAROKE", &["baroque"]), + ("PICKNICKS", &["picnics"]), + ("NARCISSISSTIC", &["narcissistic"]), + ("TEHM", &["them"]), + ("SCANDAS", &["scandals"]), + ("BULLETBROOF", &["bulletproof"]), + ("ACCPETED", &["accepted"]), + ("SUBMITIONS", &["submissions"]), + ("DISTINCION", &["distinction"]), + ("TRIKS", &["tricks", "trikes"]), + ("ROMANAIN", &["romanian"]), + ("SYNOMYNOUS", &["synonymous"]), + ("COMPLIMENTARITY", &["complimentary"]), + ("COMINATION", &["combination"]), + ("FROWRADS", &["forwards"]), + ("CHACHELINE", &["cacheline"]), + ("SUGESTED", &["suggested"]), + ("INTEEGRATION", &["integration"]), + ("EXCLIVE", &["exclusive"]), + ("SHOUDLE", &["should"]), + ("PYRHON", &["python"]), + ("QOUTATION", &["quotation"]), + ("REALIBLE", &["reliable"]), + ("CLICKEAR", &["clicker"]), + ("ASSGINING", &["assigning"]), + ("FABIRCATE", &["fabricate"]), + ("INDIMIDATING", &["intimidating"]), + ("DOCCUMENT", &["document"]), + ("ENVELOPPEN", &["envelope"]), + ("EVENGALICAL", &["evangelical"]), + ("STAEMENT", &["statement"]), + ("PRESERVERED", &["preserved"]), + ("OVERWRITTE", &["overwrite"]), + ("LABELD", &["labeled"]), + ("QEUESTS", &["quests"]), + ("DEDUPLACATION", &["deduplication"]), + ("RESAERCH", &["research"]), + ("ATTRACTES", &["attracts"]), + ("GRAUDATING", &["graduating"]), + ("OUTPREFORM", &["outperform"]), + ("STRUCTORING", &["structuring"]), + ("AUTHECATOR", &["authenticator"]), + ("CRULETY", &["cruelty"]), + ("PROBELM", &["problem"]), + ("EXTRAORDINARILLY", &["extraordinary"]), + ("ACCLERATION", &["acceleration"]), + ("DETERMENISM", &["determinism"]), + ("DEAMONIFIED", &["daemonised", "daemonized"]), + ("NAMESPSCE", &["namespace"]), + ("COFIRMS", &["confirms"]), + ("RECIPTS", &["receipts"]), + ("ESSESITALLY", &["essentially"]), + ("INLCUDED", &["included"]), + ("EFFEECT", &["effect"]), + ("REPARAMTERISES", &["reparameterises"]), + ("LOREPLAY", &["roleplay"]), + ("UNSPEFIIFEID", &["unspecified"]), + ("ADPATERS", &["adapters"]), + ("TRILINAR", &["trilinear", "trillionaire"]), + ("MULTIPLIKATION", &["multiplication"]), + ("UNDERMINIG", &["undermining"]), + ("DISCOURGAE", &["discourages"]), + ("COMPAREISON", &["comparison"]), + ("OVERSUBCRIBES", &["oversubscribes"]), + ("MECAHNISM", &["mechanism"]), + ("PREVOIUSLY", &["previously"]), + ("RENEGOTITATED", &["renegotiated"]), + ("ENTITEES", &["entities"]), + ( + "COMPOSTE", + &["compose", "composed", "composite", "compost", "composted"], + ), + ("THIRSDAY", &["thursday"]), + ("DOAMINS", &["domains"]), + ("EMOTINAL", &["emotional"]), + ("DISTORSIONS", &["distortions"]), + ("IDETIFIER", &["identifier"]), + ("ACOUNTS", &["accounts"]), + ("CONPLICATIONS", &["complications"]), + ("COPYTIGHTED", &["copyrighted"]), + ("INCLUSE", &["includes"]), + ("CAPTIAL", &["capital"]), + ("ASSUMTPION", &["assumption"]), + ("UNIVERCITY", &["university"]), + ("BISUNESS", &["business"]), + ("ESPERATE", &["separate"]), + ("TRENDIG", &["trending"]), + ("ABREVIATION", &["abbreviation"]), + ("YOURSLEVES", &["yourselves"]), + ("EXECTUED", &["executed"]), + ("DEGENRACY", &["degeneracy"]), + ("PHATNOM", &["phantom"]), + ("FRIDEY", &["friday"]), + ("IDIVIDUAL", &["individual"]), + ("CONTINOUESLY", &["continuously"]), + ("TERROIST", &["terrorist"]), + ("GALVINIZED", &["galvanized"]), + ("TARBALS", &["tarballs"]), + ("CLOUDE", &["cloud"]), + ("DISPLY", &["display"]), + ("CONDUSIVE", &["conducive"]), + ("DENOMINAR", &["denominator"]), + ("DIMENSONALITY", &["dimensionality"]), + ("GETTTIMEOFDAY", &["gettimeofday"]), + ("AERIEL", &["aerial"]), + ("AMEELIARATED", &["ameliorated"]), + ("CONVINCERSI", &["convinces"]), + ("TALKIGN", &["talking"]), + ("CELLES", &["cells"]), + ("ATTRIBUDE", &["attribute"]), + ("CONECTOR", &["connector"]), + ("MICROTRANSCATIONS", &["microtransactions"]), + ("SUBDIVISIO", &["subdivision"]), + ("SOCAILLY", &["socially"]), + ("MISYGONIST", &["misogynist"]), + ("ACITION", &["action"]), + ("RENEGOTAITIONS", &["renegotiations"]), + ("JENNIGNS", &["jennings"]), + ("DATATYOES", &["datatypes"]), + ("REHTORICAL", &["rhetorical"]), + ("VAMPIERS", &["vampires"]), + ("RESISTENCIAS", &["resistances"]), + ("MULTIPROCESING", &["multiprocessing"]), + ("OFFETS", &["offsets", "offers"]), + ("SHOUDL", &["should"]), + ("DESINGED", &["designed"]), + ("BECASE", &["because"]), + ("ANTICIAPTE", &["anticipate"]), + ("BACKEDN", &["backend"]), + ("CORRESONDS", &["corresponds"]), + ("REGULARLIZING", &["regularizing"]), + ("PROVEDD", &["proved", "provided"]), + ("NOTICEABLEY", &["noticeably"]), + ("MOTEUR", &["motor"]), + ("STATITIC", &["statistic"]), + ("SUBSTITUTOS", &["substitutes"]), + ("VERBAITM", &["verbatim"]), + ("DISPARINGLY", &["disparagingly"]), + ("INAKTIVELY", &["inactively"]), + ("PHONEMENA", &["phenomena"]), + ("FICTIONNAL", &["fictional"]), + ("QOUOTED", &["quoted"]), + ("BARGANI", &["bargain"]), + ("NAM", &["name"]), + ("UNSWITHCED", &["unswitched"]), + ("PARTECIPANT", &["participant"]), + ("AGROCULTURAL", &["agricultural"]), + ("ELLINGOTN", &["ellington"]), + ("UNISPIRED", &["uninspired"]), + ("EXCLUSIVETY", &["exclusivity"]), + ("TRAVESE", &["traverse"]), + ("ASSOCATED", &["associated"]), + ("CHANGABLE", &["changeable"]), + ("OVERZEALUS", &["overzealous"]), + ("SURPISE", &["surprise"]), + ("PEDOHPILE", &["pedophile"]), + ("BEHNGAZI", &["benghazi"]), + ("CONSTAINS", &["constrains", "contains"]), + ("ABOTU", &["about"]), + ("COMMTITED", &["committed"]), + ("PERFECLTY", &["perfectly"]), + ("REQUENCY", &["frequency"]), + ("BASTRACTED", &["abstracted"]), + ("ARUGMENT", &["argument"]), + ("UNPRODUKTIVE", &["unproductive"]), + ("DESTRUCIVE", &["destructive"]), + ("SEQEUNCE", &["sequence"]), + ("BIGALLIC", &["bigalloc"]), + ("BECAUE", &["because"]), + ("RECONECT", &["reconnect"]), + ("DEPRECEATED", &["deprecated", "depreciated"]), + ("COMPRESAS", &["compress"]), + ("EMMEDIATELY", &["immediately"]), + ("FUNCTTIONALITIES", &["functionalities"]), + ("FAMILIER", &["familiar"]), + ("MATRIS", &["matrix"]), + ("INFINATE", &["infinite"]), + ("ATTRBIUTE", &["attribute"]), + ("DEFFAULTED", &["defaulted"]), + ("MEASURMENT", &["measurement"]), + ("MANETAINING", &["maintaining"]), + ("EXICTED", &["excited"]), + ("COSTUMS", &["costumes", "customs"]), + ("DISUSS", &["discuss"]), + ("POJRECTION", &["projection"]), + ("NEUTON", &["neutron"]), + ("SIZOR", &["scissor", "sizer"]), + ("MEMNER", &["member"]), + ("ALLEGIANCIES", &["allegiance"]), + ("EQUIVLENT", &["equivalent"]), + ("LACKERED", &["lacquered"]), + ("SHOTCUTS", &["shortcuts"]), + ("UESLESSNESS", &["uselessness"]), + ("KNOWLEGEABLE", &["knowledgeable"]), + ("AGGREGGATE", &["aggregate"]), + ("INTERSHIPS", &["internships"]), + ("NEGOATOR", &["negotiator"]), + ("SERVICIABLE", &["serviceable"]), + ("MULTLIPLY", &["multiply"]), + ("REPRODUCABELY", &["reproducibly"]), + ("FOREGIN", &["foreign"]), + ("ACQUANTAINCES", &["acquaintances"]), + ("ACTIVETE", &["activate"]), + ("DESCKTOPS", &["desktops"]), + ("RETQUIRESSL", &["requiressl"]), + ("DONWVOTED", &["downvoted"]), + ("ORGANSIATIONS", &["organisations"]), + ("MAKS", &["mask", "masks", "makes", "make"]), + ("CAHNGED", &["changed"]), + ("PARMAMETERS", &["parameters"]), + ("PROGESSIVE", &["progressive"]), + ("DINOSAURES", &["dinosaurs"]), + ("OVERWHELMINLY", &["overwhelmingly"]), + ("INTERMEDITE", &["intermediate"]), + ("PATHCES", &["patches"]), + ("OPHAN", &["orphan"]), + ("DEFNITELY", &["definitely"]), + ("PARALLELL", &["parallel"]), + ("NINTIES", &["nineties"]), + ("ARRTIBUTE", &["attribute"]), + ("CONFERANCES", &["conferences"]), + ("SCHEDUALE", &["schedule"]), + ("OPEABCRATION", &["operation"]), + ("DEFAULTET", &["defaulted"]), + ("SARCASTISCH", &["sarcastic"]), + ("NETBOOOK", &["netbook"]), + ("METHAPORS", &["metaphors"]), + ("ENGININ", &["engine"]), + ("CALCULATER", &["calculator"]), + ("PREPOSTOROUS", &["preposterous"]), + ("BENCKMARKED", &["benchmarked"]), + ("CRUETLY", &["cruelty"]), + ("ACTIAVTED", &["activated"]), + ("ESCALTION", &["escalation"]), + ("ARBIRTRARY", &["arbitrary"]), + ("OVERWHEMLING", &["overwhelming"]), + ("CUESTIONED", &["questioned"]), + ("ENTHUSIEST", &["enthusiast"]), + ("COMMINUCATION", &["communications", "communication"]), + ("DISTROBUTING", &["distributing"]), + ("CONENT", &["content"]), + ("PERTICIPATES", &["participates"]), + ("CANADAN", &["canadian"]), + ("SCHOLARY", &["scholarly"]), + ("AVAIALBE", &["available"]), + ("MINISTERENS", &["ministers"]), + ("PERTRUBATION", &["perturbation"]), + ("COMMNICATION", &["communication"]), + ("AVAIABILITY", &["availability"]), + ("RESOLUSTION", &["resolution"]), + ("NIBMLE", &["nimble"]), + ("MATHCED", &["matched"]), + ("LCOAL", &["local", "coal"]), + ("GAMERGA", &["gamertag"]), + ("EDCDIC", &["ebcdic"]), + ("THRESHOD", &["threshold"]), + ("EXCLAMANATION", &["exclamation"]), + ("IMLEMENTATION", &["implementation"]), + ("UNINFROMES", &["uninforms", "uniforms"]), + ("FORMIDABEL", &["formidable"]), + ("DESALLOCATES", &["deallocates"]), + ("PERSHISLY", &["preciously"]), + ("MAINSTREEM", &["mainstream"]), + ("VICTORIN", &["victorian"]), + ("OTATED", &["notated", "rotated"]), + ("AUTONAMOUS", &["autonomous"]), + ("PROGAMMABLE", &["programmable"]), + ("MULTIPLICITES", &["multiplicities"]), + ("PKAYTHROUGHS", &["playthroughs"]), + ("AATTRIBUTES", &["attributes"]), + ("EUQIVALENTS", &["equivalents"]), + ("RETURNIG", &["returning"]), + ("REETURN", &["return"]), + ("IMLIMENTING", &["implementing"]), + ("CLOUDES", &["clouds"]), + ("INTERLLY", &["internally"]), + ("REMOTLEY", &["remotely"]), + ("MODIFUABLE", &["modifiable"]), + ("ECOLOGIA", &["ecological"]), + ("TOUNREYS", &["tourneys"]), + ("CORRESPONTING", &["corresponding"]), + ("THER", &["there", "their", "the", "other"]), + ("ENLIGTHENING", &["enlightening"]), + ("CAHANGE", &["change"]), + ("EXPERIMETNERS", &["experimenters"]), + ("INTERRACTS", &["interacts"]), + ("GEOMETRIE", &["geometry"]), + ("CONTAIMINATING", &["contaminating"]), + ("ETABLISHING", &["establishing"]), + ("NEIGHBOTHOOD", &["neighborhood"]), + ("INTRINISC", &["intrinsic"]), + ("RENOUNED", &["renounced", "renowned"]), + ("TABLEPSACES", &["tablespaces"]), + ("BRITENER", &["brightener"]), + ("ACCEPECT", &["accept"]), + ("ABSTACTS", &["abstracts"]), + ("COMPLELTE", &["complete"]), + ("FORGIVENNESS", &["forgiveness"]), + ("INTERESANT", &["interest"]), + ("BORKE", &["broke"]), + ("COMPLCATED", &["complicated"]), + ("DEPENDENDS", &["depended"]), + ("AUTHENTCIATING", &["authenticating"]), + ("CONFIGURATUION", &["configuration"]), + ("INIITIALIZATION", &["initialization"]), + ("BROUGH", &["brought"]), + ("WAWE", &["wave"]), + ("SPECIFI", &["specific", "specify"]), + ("QUATRATIC", &["quadratic"]), + ("INPTERPRETER", &["interpreter"]), + ("FREQEUNCY", &["frequency"]), + ("RELAITONSHIP", &["relationships"]), + ("VOLUNATRILY", &["voluntarily"]), + ("MAEANINGLESS", &["meaningless"]), + ("SPAECE", &["space"]), + ("THEARDS", &["threads"]), + ("SCEPTURE", &["sceptre"]), + ("COUNCELS", &["councils", "counsels"]), + ("MONITOS", &["monitors"]), + ("EXITTED", &["exited"]), + ("SEVERAT", &["several"]), + ("RESOECT", &["respect"]), + ("OBJETIVE", &["objective"]), + ("PROSICUTED", &["prosecuted"]), + ("EXPLICTLY", &["explicitly"]), + ("COLONIZATORS", &["colonizers"]), + ("TEMPRORILY", &["temporarily"]), + ("EXCITIMENT", &["excitement"]), + ("GALLLERYS", &["galleries"]), + ("RENNOVATING", &["renovating"]), + ("TREASURERY", &["treasury"]), + ("TOLERENCES", &["tolerances"]), + ("IMPORTAMNT", &["important"]), + ("GODLFISH", &["goldfish"]), + ("HANDYCAPPED", &["handicapped"]), + ("RUNNIN", &["running"]), + ("EPSIONAGE", &["espionage"]), + ("SUPERMARKERS", &["supermarkets"]), + ("INSESITIVELY", &["insensitively"]), + ("RELIEFED", &["relieved"]), + ("TEMPROARILY", &["temporarily"]), + ("PEODPHILE", &["pedophile"]), + ("BIRDGES", &["bridges"]), + ("HISTOCOMPATABILITY", &["histocompatibility"]), + ("IMPLEMENTATOR", &["implementer"]), + ("TATUS", &["status"]), + ("SARTS", &["stars", "starts"]), + ("EXECUATES", &["executes"]), + ("INTED", &["inetd", "intend"]), + ("OPTIMIZATON", &["optimization"]), + ("UNDERGATED", &["underrated"]), + ("DISRESEPCT", &["disrespect"]), + ("COMPATILITY", &["compatibility"]), + ("ASCNEDED", &["ascended"]), + ("EXPEIRIMENTELLY", &["experimentally"]), + ("GUAREENTES", &["guarantees"]), + ("DEVELOPP", &["develop"]), + ("ROUNTRIPING", &["roundtripping"]), + ("ALGORHITHMICALLY", &["algorithmically"]), + ("EPISDOES", &["episodes"]), + ("ENVER", &["never"]), + ("SPEFICIALLIABLE", &["specifiable"]), + ("STAMINIA", &["stamina"]), + ("EUHPORIA", &["euphoria"]), + ("REFORMES", &["reforms"]), + ("CAMPAGINING", &["campaigning"]), + ("CLARIFICAITON", &["clarification"]), + ("GENUIENLY", &["genuinely"]), + ("MININALIST", &["minimalist"]), + ("STRESSADE", &["stressed"]), + ("EXPETCTEDLY", &["expectedly"]), + ("CONFUES", &["confuses"]), + ("GORRY", &["gory"]), + ("DEFAINT", &["defiant"]), + ("BENHGAZI", &["benghazi"]), + ("EXTITS", &["exits", "excites"]), + ("EXPERIMENATERS", &["experimenters"]), + ("OVEWRITES", &["overwrites"]), + ("ACTIBITY", &["activity"]), + ("IMPLEMENCTED", &["implemented"]), + ("STRAGETY", &["strategy"]), + ("OPTIMIMAL", &["optimal"]), + ("BOUNDIG", &["bounding"]), + ("FOLLEWERS", &["followers"]), + ("INCONVINENCES", &["inconveniences"]), + ("INTERPETERS", &["interpreters"]), + ("INTERSTALLER", &["interstellar"]), + ("SNADWICHES", &["sandwiches"]), + ("BROADY", &["broadly"]), + ("VERTIXS", &["vertices"]), + ("CALCULATBLE", &["calculatable", "calculable"]), + ("PEOLE", &["people"]), + ("RELCAIM", &["reclaim"]), + ("FLIPPADE", &["flipped"]), + ("PASSTROUGH", &["passthrough"]), + ("TURTLEHS", &["turtles"]), + ("PREVALECEN", &["prevalence"]), + ("TENTAIVELY", &["tentatively"]), + ("ANGSHIOS", &["anxious"]), + ("MONOGMAY", &["monogamy"]), + ("REALSITIC", &["realistic"]), + ("DOWNLOWD", &["download"]), + ("SILLICON", &["silicon"]), + ("EXECUTEABLE", &["executable"]), + ("THORUIM", &["thorium"]), + ("FACOURITE", &["favourite"]), + ("GENERED", &["generated"]), + ("TRANSCOSERS", &["transcoders"]), + ("COLLAPE", &["collapse"]), + ("VERTX", &["vertex"]), + ("LIUETENANT", &["lieutenant"]), + ("SERIOLIZATION", &["serialization"]), + ("FETHED", &["fetched"]), + ("VIRTIALIZED", &["virtualized"]), + ("EMOTIONELLA", &["emotionally"]), + ("ABSTACT", &["abstract"]), + ("SIRCLE", &["circle"]), + ("UPDGRADED", &["upgraded"]), + ("ACTIVIITES", &["activist"]), + ("ENCHENTMENTS", &["enchantments"]), + ("MOVEMEMNTS", &["movements"]), + ("BLATENT", &["blatant"]), + ("CROWSHAYS", &["crochets"]), + ("DISPROPORTIONALY", &["disproportionately"]), + ("INERSIA", &["inertia"]), + ("FIXEL", &["pixel"]), + ("APPROXAMETELY", &["approximately"]), + ("COMPEDITORS", &["competitors"]), + ("GRATUTIOUS", &["gratuitous"]), + ("INCONVIENIENCE", &["inconvenience"]), + ("CORRCT", &["correct"]), + ("TQRGET", &["target"]), + ("WRORKER", &["worker"]), + ("OSTERAGES", &["ostriches"]), + ("PROPORITION", &["proposition"]), + ("UPGRADABLILTY", &["upgradability"]), + ("STOPPPED", &["stopped"]), + ("ENCHANMENT", &["enchantment"]), + ("INTIAILIZE", &["initialize"]), + ("BOUNSD", &["bounds"]), + ("SCARIFICED", &["sacrificed"]), + ("DESCRIPITON", &["descriptions"]), + ("DREASM", &["dreams"]), + ("ELASPING", &["elapsing"]), + ("WEDNESDEY", &["wednesday"]), + ("SUCCESSING", &["succession", "successive"]), + ("SEMCONDUCTOR", &["semiconductor"]), + ("STRUCRURES", &["structures"]), + ("PRIORTY", &["priority"]), + ("INCOMPATATIBLE", &["incompatible"]), + ("APPROPRAITE", &["appropriate"]), + ("ACUIRED", &["acquired"]), + ("BATTELSTAR", &["battlestar"]), + ("FILESSYSTEM", &["filesystem"]), + ("PRODUDES", &["produces"]), + ("SERAILIZE", &["serialize"]), + ("CRITCAL", &["critical"]), + ("OBERVES", &["observes"]), + ("FORMET", &["format"]), + ("BEFRE", &["before"]), + ("QUESTIONG", &["questioning"]), + ("CACHUP", &["catchup"]), + ("SUBPECIES", &["subspecies"]), + ("NAOPLEON", &["napoleon"]), + ("DEPENENCIES", &["dependencies"]), + ("CHARACTEORS", &["characters"]), + ("UNSPEFICILLEID", &["unspecified"]), + ("RENEGOTITES", &["renegotiates"]), + ("SCKETCHED", &["sketched"]), + ("DESTRYOER", &["destroyer"]), + ("JION", &["join"]), + ("SAWTAYES", &["sautés"]), + ("PREPORATION", &["preparation"]), + ("UNMODFIED", &["unmodified"]), + ("SCEHDULE", &["schedule"]), + ("JAMAINA", &["jamaican"]), + ("VAREIGATED", &["variegated"]), + ("IMPOSSIBLLY", &["impossibly"]), + ("DIPSLAY", &["display"]), + ("MASACRA", &["mascara"]), + ("HIERACHICAL", &["hierarchical"]), + ("RITTLE", &["rattle", "riddle"]), + ("AMMONG", &["among"]), + ("COMMUNIT", &["communist"]), + ("ADJSENCIES", &["adjacencies"]), + ("INDESTRICTIBLE", &["indestructible"]), + ("VACINATED", &["vaccinated"]), + ("HIJKACK", &["hijack"]), + ("ASEMBLED", &["assembled"]), + ("REINSTALED", &["reinstalled"]), + ("SELLECTION", &["selection"]), + ("EAXCT", &["exact"]), + ("CANTAINS", &["contains"]), + ("RESELCTION", &["reselection"]), + ("REGULTOR", &["regulator"]), + ("RESTRICITNG", &["restricting"]), + ("EXONORATE", &["exonerate"]), + ("KIDNAPNING", &["kidnapping"]), + ("ILLEGALLS", &["illegals"]), + ("FALVORS", &["flavors"]), + ("DISPATCHS", &["dispatches"]), + ("BERSERKR", &["berserker"]), + ("MOISTERIZING", &["moisturizing"]), + ("ANARCHISTES", &["anarchists"]), + ("SOFWARE", &["software"]), + ("PHYSICIS", &["physicians"]), + ("INVISIBILIY", &["invisibility"]), + ("PERIPATHETIC", &["peripatetic"]), + ("ADRESSABLE", &["addressable"]), + ("GRADIATING", &["graduating"]), + ("CERTFICATES", &["certificates"]), + ("ADJAST", &["adjust"]), + ("CRTICAL", &["critical"]), + ("STSTIONARY", &["stationary"]), + ("NETROPOLITAN", &["metropolitan"]), + ("DIRECTINLA", &["directional"]), + ("VALUBLE", &["valuable"]), + ("REPORTES", &["reporters"]), + ("DEPENING", &["depending", "deepening"]), + ("POPERTIES", &["properties"]), + ("EXECUTATABLES", &["executables"]), + ("DEFNITIONS", &["definitions"]), + ("RECCONECT", &["reconnect"]), + ("COPLE", &["couple"]), + ("ACCESIIBLITY", &["accessibility"]), + ("REPRESENTITVE", &["representative"]), + ("FALSO", &["false"]), + ("COALLISIONS", &["collisions"]), + ("REPEATE", &["repeat"]), + ("ALTRUISITIC", &["altruistic"]), + ("ABBREVATING", &["abbreviating"]), + ("LOCAITON", &["location"]), + ("UNINTENTIONNAL", &["unintentional"]), + ("SOMETHINIG", &["somethings"]), + ("SKEPTISISM", &["skepticism"]), + ("UNIMPRESSD", &["unimpressed"]), + ("HEADQUATERED", &["headquartered"]), + ("IDENTIFICATON", &["identification"]), + ("PRETTYIER", &["prettier"]), + ("VIOLENTY", &["violently"]), + ("FLEXT", &["flex"]), + ("OVERPOVERED", &["overpowered"]), + ("SPREADHSEETS", &["spreadsheets"]), + ("APPRETIATED", &["appreciated"]), + ("BOLEAN", &["boolean"]), + ("AFFINITIZED", &["affinities", "affinity"]), + ("SADISITC", &["sadistic"]), + ("CONSTUCTOR", &["constructor"]), + ("CONVEINENT", &["convenient"]), + ("BRACKEDS", &["brackets"]), + ("ULESS", &["unless"]), + ("SYSTIMATICALLY", &["systematically"]), + ("NSTALL", &["install"]), + ("AMBADEXTEROUS", &["ambidextrous"]), + ("SUBCSRIPTION", &["subscriptions"]), + ("REPONSIBLE", &["responsible"]), + ("NEIGHOBRHOODS", &["neighborhoods"]), + ("RIDICILOUSLY", &["ridiculously"]), + ("CLAMPLED", &["clamped"]), + ("RELEAVES", &["relieves"]), + ("CALBIRATE", &["calibrate"]), + ("CONTINUASSE", &["continues"]), + ("SEPARARTOR", &["separator"]), + ("FAILICIES", &["facilities"]), + ("REPOTING", &["reporting"]), + ("MDOELING", &["modeling"]), + ("WELLL", &["well"]), + ("WHICG", &["which"]), + ("REPBULICANS", &["republicans"]), + ("COSTANT", &["constant"]), + ("DECENTRILIZED", &["decentralized"]), + ("AGNOSTISISM", &["agnosticism"]), + ("CERTIFCATES", &["certificates"]), + ("PHYCISIANS", &["physicians"]), + ("BOROW", &["borrow"]), + ("EXLCAMATION", &["exclamation"]), + ("POSISTION", &["position"]), + ("UNNECESSARLY", &["unnecessarily"]), + ("MAESUREMENT", &["measurement"]), + ("BUDDHIM", &["buddhism"]), + ("ANC", &["and"]), + ("VLAUE", &["value"]), + ("ELLIMINATED", &["eliminated"]), + ("DEPERECATION", &["deprecation"]), + ("PROPERTES", &["properties"]), + ("SUCCUSSFULLY", &["successfully"]), + ("PARTICK", &["patrick"]), + ("UNINSTALLLING", &["uninstalling"]), + ("SQAURELY", &["squarely"]), + ("WHT", &["what"]), + ("SOVIETES", &["soviets"]), + ("FINANACES", &["finances"]), + ("DATATYES", &["datatypes"]), + ("TRANSTITION", &["transition"]), + ("TRUAMATIC", &["traumatic"]), + ("TRASFER", &["transfer"]), + ("OVERHWLEMINGLY", &["overwhelmingly"]), + ("DECREACE", &["decrease"]), + ("METIPHORICALLY", &["metaphorically"]), + ("SEPARTATES", &["separates"]), + ("AUTHENDICATED", &["authenticated"]), + ("POSITIONOF", &["position"]), + ("ASPESTUS", &["asbestos"]), + ("PARARETER", &["parameter"]), + ("EYEBALLLS", &["eyeballs"]), + ("PROPERTEIS", &["properties"]), + ("OFICIAL", &["official"]), + ("IMTIMIDATING", &["intimidating"]), + ("MEOLDIC", &["melodic"]), + ("PROVDIDED", &["provided"]), + ("IMMOBILIEN", &["immobile"]), + ("DISPAPOINTED", &["disappointed"]), + ("KENRELS", &["kernels"]), + ("INEQAULITY", &["inequality"]), + ("BLACKSHITS", &["blacksmith"]), + ("COMECT", &["connect"]), + ("DETERIATE", &["deteriorate"]), + ("QUARTICALLY", &["quadratically"]), + ("OVERREACTIN", &["overreaction"]), + ("SYLOG", &["syslog"]), + ("CENCRETELY", &["concretely"]), + ("PROFTIABLE", &["profitable"]), + ("EXPLAING", &["explaining"]), + ("ANECODTAL", &["anecdotal"]), + ("RELINGUISHING", &["relinquishing"]), + ("ANKSHUSLY", &["anxiously"]), + ("STECHIOMETRIC", &["stoichiometric"]), + ("INITALING", &["initialing"]), + ("ACKWARD", &["awkward", "backward"]), + ("SUPRESING", &["suppressing"]), + ("INDEPDENDENT", &["independent"]), + ("EXCERISE", &["exercise"]), + ("KUBERNETS", &["kubernetes"]), + ("EMPLOYEED", &["employed"]), + ("ANYTIHNG", &["anything"]), + ("RITTLED", &["rattled", "riddled"]), + ("NAMEPACE", &["namespace"]), + ("CYLCOPS", &["cyclops"]), + ("REPEATEDY", &["repeatedly"]), + ("SPECISL", &["specials"]), + ("STIMILATED", &["stimulated"]), + ("CONDTIONALLY", &["conditionally"]), + ("ADPATATION", &["adaptation"]), + ("DEVISTATING", &["devastating"]), + ("ABSTINENSE", &["abstinence"]), + ("INCONSISTENCE", &["inconsistency"]), + ("ASSERTTING", &["asserting"]), + ("EMAPTHETIC", &["empathetic"]), + ("CROOZING", &["cruising"]), + ("SENITMENTAL", &["sentimental"]), + ("SPECIFICH", &["specify", "specific"]), + ("CALIFORNICAN", &["californian"]), + ("STORMADE", &["stormed"]), + ("SELCTIONS", &["selections"]), + ("CHISELLE", &["chisel"]), + ("POINGANT", &["poignant"]), + ("INSTRUCCIONAL", &["instructional"]), + ("CONTROLL", &["control"]), + ("UPSREAM", &["upstream"]), + ("INDIATES", &["indicates"]), + ("DAUGTHERS", &["daughters"]), + ("CONERGENCE", &["convergence"]), + ("COMPITABILITY", &["compatibility"]), + ("SKECTHY", &["sketchy"]), + ("INITAITE", &["initiate"]), + ("DECENDANTS", &["descendants"]), + ("EXRA", &["extra"]), + ("FRADULENT", &["fraudulent"]), + ("BROWER", &["browser"]), + ("CONDITIALY", &["conditionally"]), + ("AVALUATES", &["evaluates"]), + ("RAIDOACTIVE", &["radioactive"]), + ("CALLSS", &["calls"]), + ("EXCECPTIONS", &["exceptions"]), + ("PLATOFMSS", &["platforms"]), + ("PRECENDECES", &["precedences"]), + ("FINESS", &["finesse"]), + ("ACCOMPLISS", &["accomplishes"]), + ("BACUP", &["backup"]), + ("VICSERAL", &["visceral"]), + ("DEPRECTATION", &["deprecation"]), + ("CANNONICALIZATION", &["canonicalization"]), + ("WARANTEE", &["warranty"]), + ("DECERNED", &["discerned"]), + ("DEFNIETLY", &["definitely"]), + ("APPPRIATE", &["appropriate"]), + ("TRANSCORDINGS", &["transcodings"]), + ("INTERPOLATATION", &["interpolation"]), + ("ENCOUNTED", &["encountered", "encounter"]), + ("TIMESTAPING", &["timestamping"]), + ("LENE", &["lens"]), + ("SUBSTARTE", &["substrate"]), + ("SPEFICIFEIRS", &["specifiers"]), + ("DEVELOPPING", &["developing"]), + ("HANDSHACKING", &["handshaking"]), + ("REQURIRED", &["required"]), + ("OCCRRED", &["occurred"]), + ("STRATEGISKE", &["strategies"]), + ("LEESURE", &["leisure"]), + ("REPRENTED", &["repented", "represented", "reprinted"]), + ("SUPRESSION", &["suppression"]), + ("SEPULCHRLLY", &["sepulchrally"]), + ("ANTICUATED", &["antiquated"]), + ("CATESTROPHIC", &["catastrophic"]), + ("PROGRAMA", &["program"]), + ("SCREENHOTS", &["screenshots"]), + ("FOLWOS", &["follows"]), + ("AUDIBEL", &["audible"]), + ("FAMIY", &["family"]), + ("TROTZKISM", &["trotskyism"]), + ("COMMONHEALTH", &["commonwealth"]), + ("PRESIDENTAIL", &["presidential"]), + ("FLAGE", &["flags", "flag"]), + ("TRASLALATING", &["translating"]), + ("WPULD", &["would"]), + ("ABOSULTELY", &["absolutely"]), + ("RECEIPIENT", &["recipient"]), + ("EXPPORT", &["export"]), + ("UNCOMPLETE", &["incomplete"]), + ("ROSPONSE", &["response"]), + ("FAVOURTIES", &["favourites"]), + ("ASSSUME", &["assume"]), + ("UNARCHVING", &["unarchiving"]), + ("ATRACTIVE", &["attractive"]), + ("IMPROVIZED", &["improvised"]), + ("BRACNHING", &["branching"]), + ("FORMADIBLE", &["formidable"]), + ("TIGHTINING", &["tightening"]), + ("SUPERSTISION", &["superstition"]), + ("AUTENTICATES", &["authenticates"]), + ("PRECONDTIONNER", &["preconditioner"]), + ("PRIVLEGED", &["privileged"]), + ("REGUAR", &["regular"]), + ("COMFTERBLY", &["comfortably"]), + ("RECCONECCTION", &["reconnection"]), + ("INGORING", &["ignoring"]), + ("IDENTICALS", &["identical"]), + ("INABLES", &["enables"]), + ("FRONTEIR", &["frontier"]), + ("JOHANINE", &["johannine"]), + ("COFIGURE", &["configure"]), + ("MESSENGING", &["messaging"]), + ("INITIAVITE", &["initiatives"]), + ("HIERARCHIE", &["hierarchy"]), + ("ILLUMUNATI", &["illuminati"]), + ("PSYCHEMEDICS", &["psychedelics"]), + ("DOWNGARTES", &["downgrades"]), + ("DISTIUNGISHED", &["distinguished"]), + ("TERRITORES", &["territories"]), + ("PROSTITUE", &["prostitute"]), + ("INSERSECT", &["intersect"]), + ("INDUSTRUALIZED", &["industrialized"]), + ("ACCOUSTICS", &["acoustics"]), + ("INFALTED", &["inflated"]), + ("MCREGGOR", &["mcgregor"]), + ("DESTRIBUTED", &["distributed"]), + ("BITHDAY", &["birthday"]), + ("COMMMUNICATED", &["communicated"]), + ("VOUME", &["volume"]), + ("SINNICALLY", &["cynically"]), + ("COLLABORARE", &["collaborate"]), + ("VASALL", &["vassal"]), + ("SAGGITAL", &["sagittal"]), + ("KNWOS", &["knows"]), + ("EXIBITION", &["exhibition"]), + ("ARGUMENST", &["arguments"]), + ("POULATE", &["populate"]), + ("COLLEAGES", &["colleagues"]), + ("EXCPEPTION", &["exception"]), + ("HELICOTPER", &["helicopters"]), + ("COUMMUNITY", &["community"]), + ("CHARACTAR", &["character"]), + ("PROJECTLIES", &["projectiles"]), + ("VENEZULEA", &["venezuela"]), + ("SMOUTHNESS", &["smoothness"]), + ("CYCLISTES", &["cyclists"]), + ("RECCONETION", &["reconnection"]), + ("BEGGINGIN", &["beginning"]), + ("QUANITITES", &["quantities"]), + ("RECNT", &["recent", "recant", "rent"]), + ("PTHERADS", &["pthreads"]), + ("CONTROLLOR", &["controller"]), + ("PHOTOGRAPPHED", &["photographed"]), + ("REIMPLIMENT", &["reimplement"]), + ("LIGTHHOUSE", &["lighthouse"]), + ("SOCIALISTISK", &["socialists"]), + ("BOARDWAY", &["broadway"]), + ("WORLDIVEW", &["worldview"]), + ("SIRECTIONS", &["directions"]), + ("FACSISTS", &["fascists"]), + ("THOEREM", &["theorem"]), + ("AGRESSSIVELY", &["aggressively"]), + ("OVERCLCOKED", &["overclocked"]), + ("OPEATES", &["operates"]), + ("HEAVYWEIGT", &["heavyweight"]), + ("DISGUSTOS", &["disgusts"]), + ("ENVIORONMENTAL", &["environmental"]), + ("SUBSIQUENTLY", &["subsequently"]), + ("DUPLICATAS", &["duplicates"]), + ("ROMOTEING", &["remoting"]), + ("NEVERETHELESS", &["nevertheless"]), + ("PERMINANT", &["permanent"]), + ("EXISTIN", &["existing"]), + ("CATEPILLAR", &["caterpillar"]), + ("CHARCOL", &["charcoal"]), + ("ULTAMITE", &["ultimate"]), + ("WORKLFOWS", &["workflows"]), + ("INBRASED", &["embraced"]), + ("NEIGHBOARD", &["neighborhood"]), + ("CONTRL", &["control"]), + ("EQUIVALNET", &["equivalents"]), + ("EXCECUTOR", &["executor"]), + ("APPEDED", &["appended"]), + ("INTIMITATE", &["intimidate"]), + ("BASNHEE", &["banshee"]), + ("TEATED", &["treated"]), + ("ORIENTACION", &["orientation"]), + ("NAPOMS", &["napalms"]), + ("NRTWORK", &["network"]), + ("APPLLIED", &["applied"]), + ("CONSTRACT", &["construct"]), + ("COMPATIBILIY", &["compatibility"]), + ("TIITLE", &["title"]), + ("SUBEXPERSION", &["subexpression"]), + ("REWARCHING", &["rewatching"]), + ("INDEPDENENCE", &["independence"]), + ("LIKELYHOOD", &["likelihood"]), + ("THROOUGH", &["thorough"]), + ("INSTALER", &["installer"]), + ("FUNDAMENTLY", &["fundamental"]), + ("REPROCUCED", &["reproduced", "reprocured"]), + ("INDIVIUALS", &["individuals"]), + ("SEDNING", &["sending"]), + ("DISRISPECTING", &["disrespecting"]), + ("HEADHSOT", &["headshot"]), + ("JERSUALEM", &["jerusalem"]), + ("CLOUSRE", &["closure"]), + ("CARTDRIGES", &["cartridges"]), + ("COMPONANT", &["component"]), + ("SPEICALS", &["specials"]), + ("INVESTIAGE", &["investigate"]), + ("PROTESTOS", &["protests"]), + ("DEGENARATION", &["degeneration"]), + ("DEFAULYS", &["defaults"]), + ("GZINIFLATE", &["gzinflate"]), + ("WOULNDT", &["wouldnt"]), + ("HINDUISUM", &["hinduism"]), + ("INTANGIBIL", &["intangible"]), + ("VERSATALITY", &["versatility"]), + ("WISCLES", &["whistles"]), + ("STEGNOGRAPHY", &["steganography"]), + ("APPORPRIATION", &["appropriation"]), + ("IMPROBING", &["improving"]), + ("ALTERARION", &["alteration"]), + ("ACCCEPTED", &["accepted"]), + ("HUSSEL", &["hustle", "mussel"]), + ("DYNAMITAGE", &["dynamite"]), + ("LIVESTREMS", &["livestream"]), + ("HURRICANS", &["hurricanes"]), + ("CONSLUTANT", &["consultant"]), + ("REANME", &["rename"]), + ("RECOMMEDING", &["recommending"]), + ("STRONLGY", &["strongly"]), + ("GRAMAR", &["grammar"]), + ("RENEGOTIOATIONS", &["renegotiations"]), + ("POIT", &["point"]), + ("ARQUITECTURE", &["architecture"]), + ("STRATERGY", &["strategy"]), + ("DETET", &["detect", "delete"]), + ("MANIUPLATED", &["manipulated"]), + ("IMPROSONMENT", &["imprisonment"]), + ("REFUSLA", &["refusal"]), + ("SOUTHTAMPON", &["southampton"]), + ("AUXILUARY", &["auxiliary"]), + ("SIMPELST", &["simplest"]), + ("HOPMEPAGE", &["homepage"]), + ("TRIDITIONAL", &["traditional"]), + ("TRAVESING", &["traversing"]), + ("BYAST", &["biased"]), + ("COPURIGHTS", &["copyrights"]), + ("UNLCEAN", &["unclean"]), + ("COMPOLSIVE", &["compulsive"]), + ("EXPEWRIMENTED", &["experimented"]), + ("NATIONALISTISTA", &["nationalists"]), + ("INSTUTITION", &["institution"]), + ("INCOMBATIBILITY", &["incompatibility"]), + ("IMPLIMCIT", &["implicit"]), + ("SHUTTDOWN", &["shutdown"]), + ("LINKE", &["linked", "like"]), + ("AVAIALBILITY", &["availability"]), + ("GUARRENTY", &["guaranty"]), + ("TRUBLED", &["troubled"]), + ("BOOSTRAPPING", &["bootstrapping"]), + ("SOMETINES", &["sometimes"]), + ("PORVIDER", &["provider"]), + ("ENUMARATION", &["enumeration"]), + ("QUEEUE", &["queue"]), + ("SATTELITES", &["satellites"]), + ("REEASES", &["releases"]), + ("POPULATIN", &["populations"]), + ("LANNESTERS", &["lannisters"]), + ("GAMMEODE", &["gamemode"]), + ("RESLOVING", &["resolving"]), + ("PROTAGINST", &["protagonist"]), + ("ITERTATION", &["iteration"]), + ("INVETING", &["inverting"]), + ("GATHERINS", &["gatherings"]), + ("AOTOMATE", &["automate"]), + ("SIGNATUIRE", &["signature"]), + ("FRUSTRUM", &["frustum"]), + ("TOETHER", &["together", "tether"]), + ("SAMPELD", &["sampled"]), + ("PEAPLE", &["people"]), + ("ANNOUCNEMENTS", &["announcements"]), + ("AWSOME", &["awesome"]), + ("BACKWRAD", &["backward"]), + ("SYMPATHTIC", &["sympathetic"]), + ("INSUFFICAINT", &["insufficient"]), + ("TEPMORARILY", &["temporarily"]), + ("PHYTON", &["python"]), + ("UNANOMOUS", &["unanimous"]), + ("PSACE", &["space", "pace"]), + ("ARBITURE", &["arbiter"]), + ("COLABORATIVE", &["collaborative"]), + ("AUTHENATICATORS", &["authenticators"]), + ("ATMOSOHERIC", &["atmospheric"]), + ("SUPPRESSSIONS", &["suppressions"]), + ("SINGLUAR", &["singular"]), + ("MICHGIAN", &["michigan"]), + ("CHUCKELS", &["chuckles"]), + ("DOWNVOTEST", &["downvoters"]), + ("PERUSADED", &["persuaded"]), + ("VRSION", &["version"]), + ("ITIALIZES", &["initializes"]), + ("SYPMTOM", &["symptom"]), + ("ADEVNTURE", &["adventure"]), + ("PROPOGANDA", &["propaganda"]), + ("MATCHTER", &["matcher"]), + ("LINCESED", &["licensed"]), + ("PURPETRATORS", &["perpetrators"]), + ("INSIGNIFIGANT", &["insignificant"]), + ("TRANSITIONNS", &["transitions"]), + ("FESTIVALENS", &["festivals"]), + ("CONTENTENDED", &["contended"]), + ("PREFERNECE", &["preferences"]), + ("MULTLIPLIED", &["multiplied"]), + ("GENEATORS", &["generators"]), + ("RESTRECTIVE", &["restrictive"]), + ("REFEREBCES", &["references"]), + ("GRUP", &["group"]), + ("ELEMEN", &["element"]), + ("PROTELARIAT", &["proletariat"]), + ("ALNTERATING", &["alternating"]), + ("CLACIUM", &["calcium"]), + ("PARTERNED", &["partnered"]), + ("PARISTAN", &["partisan"]), + ("ABNORMALTY", &["abnormally"]), + ("QUERED", &["queried"]), + ("DISCONTIUNED", &["discontinued"]), + ("INSTRUNCTIONS", &["instructions"]), + ("MANYAL", &["manual"]), + ("RESULTION", &["resolution"]), + ("SCOPEING", &["scoping"]), + ("CLOEN", &["clone"]), + ("OBSIDAIN", &["obsidian"]), + ("AXISSYMMETRIC", &["axisymmetric"]), + ("ALHABETS", &["alphabets"]), + ("BLOODBOORNE", &["bloodborne"]), + ("PROTECITON", &["protections"]), + ("CONTINUOUSLE", &["continuously"]), + ("PROCLAM", &["proclaim"]), + ("DICTIOANRIES", &["dictionaries"]), + ("EXPEREMENTS", &["experiments"]), + ("REVERETED", &["reverted"]), + ("TOMMROW", &["tomorrow"]), + ("SAVEN", &["save"]), + ("CURRENTLYS", &["currents"]), + ("CONSISTUENTS", &["constituents"]), + ("WITHDRAWALLS", &["withdrawals"]), + ("PRIVIDING", &["providing"]), + ("INTERPOLAYED", &["interpolated"]), + ("SHEEPHERDS", &["shepherds"]), + ("MARSHMALLOWIEST", &["marshmallows"]), + ("DNAMICALLY", &["dynamically"]), + ("TUOTIRAL", &["tutorial"]), + ("ETROR", &["error", "terror"]), + ("ALPHABEAT", &["alphabet"]), + ("OBESRVER", &["observer"]), + ("INTERALY", &["internally"]), + ("ENUMURATES", &["enumerates"]), + ("PUTPOSES", &["purposes"]), + ("DECENDERS", &["descenders"]), + ("TROTZKYISM", &["trotskyism"]), + ("TIAWANESE", &["taiwanese"]), + ("ACCUMILATED", &["accumulated"]), + ("LISTENTERS", &["listeners"]), + ("JAMINE", &["jasmine"]), + ("THRISTY", &["thirsty"]), + ("ANNOINT", &["anoint"]), + ("TROOSOS", &["trousseaus", "trousseaux"]), + ("DELIMITITATIONS", &["delimitations"]), + ("INDESPENSABLE", &["indispensable"]), + ("ERRORNEOUSLY", &["erroneously"]), + ("ISRAELIES", &["israelis"]), + ("FLUORISH", &["flourish"]), + ("ALLREADY", &["already"]), + ("EASELY", &["easily"]), + ("IDENTCAL", &["identical"]), + ("LEPARDS", &["leopards"]), + ("RECOD", &["record"]), + ("STRANGEL", &["strangle"]), + ("REPOND", &["respond"]), + ("ESPONIAGE", &["espionage"]), + ("PRIVILEGDE", &["privileges"]), + ("EMERGEND", &["emerged"]), + ("RELOCATATED", &["relocated"]), + ("DETERMINNE", &["determine"]), + ("SILLIBUS", &["syllabus"]), + ("NEDD", &["need"]), + ("TRANSPARANT", &["transparent"]), + ("REGISTRATINO", &["registration"]), + ("IRRADATING", &["irradiating"]), + ("CONFIRMATON", &["confirmation"]), + ("TRANSCOCDER", &["transcoder"]), + ("SPECIMINE", &["specimen"]), + ("ARTISTAS", &["artists"]), + ("INTALLES", &["installs"]), + ("DISSRUPTED", &["disrupted"]), + ("AJASENCE", &["adjacence"]), + ("EXPESNCES", &["expenses"]), + ("OCCASSIONS", &["occasions"]), + ("ROUTINS", &["routines"]), + ("NEIGHBARHOODS", &["neighborhoods"]), + ("MEDIFORS", &["metaphors"]), + ("MEDITERANEAN", &["mediterranean"]), + ("UNRESPOSIVE", &["unresponsive"]), + ("ACHOR", &["anchor"]), + ("DRAUGHTMAN", &["draughtsman"]), + ("EFFICVELY", &["effectively"]), + ("OVERVRITES", &["overwrites"]), + ("NEGITIATOR", &["negotiator"]), + ("COMDEIC", &["comedic"]), + ("JURNIES", &["journeys"]), + ("DESCRIPTER", &["descriptor"]), + ("CONECCTION", &["connection"]), + ("ARRIVIAL", &["arrival"]), + ("REPEATETLY", &["repeatedly"]), + ("SUSEEDING", &["seceding"]), + ("POISTIVES", &["positives"]), + ("ILIGAL", &["illegal"]), + ("AFFARIS", &["affairs"]), + ("FILIAMENT", &["filament"]), + ("CONTIENTOUS", &["contentious"]), + ("VOLONTEERS", &["volunteers"]), + ("WIEW", &["view"]), + ("DESTRUKTIVE", &["destructive"]), + ("CONGRAGULATIONS", &["congratulations"]), + ("ALGINED", &["alined"]), + ("EXAGGARETED", &["exaggerate"]), + ("GORESHADOWING", &["foreshadowing"]), + ("PERFMORMANCE", &["performance"]), + ("MILLIONAR", &["millionaire"]), + ("BRAZILIANESS", &["brazilians"]), + ("CANDIACY", &["candidacy"]), + ("DISPARTIY", &["disparity"]), + ("MUTCHES", &["matches"]), + ("ALWAIS", &["always"]), + ("PASSIONE", &["passionate"]), + ("UPTREAMER", &["upstreamer"]), + ("PRIORATIZE", &["prioritize"]), + ("RELEAGTION", &["relegation"]), + ("TUTORUAL", &["tutorial"]), + ("CAPMBELL", &["campbell"]), + ("ACENDENCE", &["ascendence"]), + ("ACCCESSION", &["accession"]), + ("VALU", &["value"]), + ("SHUDOWN", &["shutdown"]), + ("PLECING", &["placing"]), + ("UESLESS", &["useless"]), + ("BITOCINS", &["bitcoins"]), + ("GENTLEMN", &["gentlemen"]), + ("PONIT", &["point"]), + ("UNAHPPY", &["unhappy"]), + ("FLUSHS", &["flushes"]), + ("CACAUSIAN", &["caucasian"]), + ("ROIGINAL", &["original"]), + ("LIBERAE", &["liberate"]), + ("JOEPARDY", &["jeopardy"]), + ("EXPEREINCED", &["experienced"]), + ("DAFAUT", &["default"]), + ("TOXITICY", &["toxicity"]), + ("SPEFICITIED", &["specified"]), + ("TRANSCRIS", &["transcripts"]), + ("DEGENERAGE", &["degenerate"]), + ("UNITIALZIED", &["uninitialized"]), + ("ALGORTITHMIC", &["algorithmic"]), + ("PREIMERE", &["premiere"]), + ("CHEKSUM", &["checksum"]), + ("EUPHROIA", &["euphoria"]), + ("CONTRACTAR", &["contractor"]), + ("FOMATTING", &["formatting"]), + ("CONTAINNERS", &["containers"]), + ("ASSUMNING", &["assuming"]), + ("NEIGHBERHOOD", &["neighborhood"]), + ("MASHETTY", &["machete"]), + ("PSYCHIATRICT", &["psychiatrist"]), + ("CONSIDE", &["coincide", "consider"]), + ("MATHCING", &["matching"]), + ("SPECIAFIED", &["specified"]), + ("ABSOULT", &["absolute"]), + ("DECAFFINATED", &["decaffeinated"]), + ("UNEXECPTEDLY", &["unexpectedly"]), + ("PREFICIENTLY", &["proficiently"]), + ("MISUNDERSTANDIMG", &["misunderstandings"]), + ("DOIING", &["doing"]), + ("AROUNF", &["around"]), + ("GENEROCITY", &["generosity"]), + ("CCESSIBLE", &["accessible"]), + ("EXPLOSVIES", &["explosives"]), + ("RIMINDERS", &["reminders"]), + ("INCOMPOTENT", &["incompetent"]), + ("CONTRADICE", &["contradicted"]), + ("REVERVE", &["reserve"]), + ("TRANFORMATIONS", &["transformations"]), + ("SYNTAKTS", &["syntax"]), + ("RIMITIVES", &["primitives"]), + ("FASCISTES", &["fascists"]), + ("IMPLEMENTAS", &["implements"]), + ("TIGTHEN", &["tighten"]), + ("NEAGTIVE", &["negative"]), + ("SOSCKET", &["socket"]), + ("COMMITING", &["committing"]), + ("PARTICIPTE", &["participate"]), + ("SOCIOPATHIS", &["sociopaths"]), + ("REWATCHD", &["rewatched"]), + ("OCORRENCES", &["occurrences"]), + ("MANUFACTURS", &["manufactures"]), + ("GUARUANTEED", &["guaranteed"]), + ("GEOGRAPHICH", &["geographic"]), + ("SIUTE", &["suite"]), + ("CATASTRAPHIC", &["catastrophic"]), + ("SITURATION", &["situation"]), + ("CENTAIN", &["certain"]), + ("CAPABITILIES", &["capabilities"]), + ("CERTIFACTED", &["certificated"]), + ("ARCHITECUTRE", &["architecture"]), + ("JAVASRIPT", &["javascript"]), + ("PATHALOGICAL", &["pathological"]), + ("DEPERECATING", &["deprecating"]), + ("PROIRITY", &["priority"]), + ("ESNURE", &["ensure"]), + ("CONTROVERIAL", &["controversial"]), + ("PROTESTINA", &["protestant"]), + ("CONOTROL", &["control"]), + ("FELXIBLE", &["flexible"]), + ("SPEFIES", &["specifies"]), + ("PARELLISM", &["parallelism"]), + ("REPORITORY", &["repository"]), + ("MEMBERSHUP", &["membership"]), + ("EXTREAM", &["extreme"]), + ("EXPESSED", &["expressed"]), + ("TEMPRARILY", &["temporarily"]), + ("COUNCILLS", &["councils"]), + ("SERIOULY", &["seriously"]), + ("ALTERATED", &["altered"]), + ("MALCOM", &["malcolm"]), + ("DIARREAH", &["diarrhea"]), + ("PARTICULLARY", &["particularly"]), + ("EXTRAORDINAIRY", &["extraordinary"]), + ("NAMESPAE", &["namespace"]), + ("SAMORI", &["samurai"]), + ("MASSACE", &["massacre"]), + ("QUARANTIED", &["quarantine"]), + ("POSITIVITEY", &["positivity"]), + ("INFERRABLE", &["inferable"]), + ("SUPRASSING", &["surpassing"]), + ("ALIGNRIGH", &["alignright"]), + ("INCLDUED", &["included"]), + ("DISPENCARIES", &["dispensaries"]), + ("CONISDERATION", &["considerations"]), + ("ACCURED", &["accrued", "occurred", "acquired"]), + ("DESTINCTION", &["destination"]), + ("AVARE", &["aware"]), + ("FAVOURIE", &["favourites"]), + ("PAREMETRIC", &["parametric"]), + ("DEFINATE", &["definite"]), + ("PREROGOTIVE", &["prerogative"]), + ("RELAIBLE", &["reliable"]), + ("DIFFERNENT", &["different"]), + ("INDEPENDANTLY", &["independently"]), + ("INHERRENTLY", &["inherently"]), + ("ACKNOWLEGDE", &["acknowledge"]), + ("COLONIZACION", &["colonization"]), + ("SIMULTANOUS", &["simultaneous"]), + ("PLEANTY", &["plenty"]), + ("TERMIANTOR", &["terminator"]), + ("CORPORACION", &["corporation"]), + ("FAMOULSY", &["famously"]), + ("INTORDUCE", &["introduce"]), + ("EXIPRE", &["expire"]), + ("PHYCHIATRIST", &["psychiatrist"]), + ("HUMILIATIN", &["humiliation"]), + ("TROUBESHOOTING", &["troubleshooting"]), + ("QUALIFIERES", &["qualifiers"]), + ("MILENNIUM", &["millennium"]), + ("EXITATIONS", &["excitations"]), + ("THRITIES", &["thirties"]), + ("ESSENTAL", &["essential"]), + ("BLUEBERRRY", &["blueberry"]), + ("AGGREECATE", &["aggregate"]), + ("SUPERCEEDED", &["superseded"]), + ("FOLLWOED", &["followed"]), + ("FASENED", &["fastened"]), + ("SURVIELLANCE", &["surveillance"]), + ("MONSTROCITY", &["monstrosity"]), + ("THREATANING", &["threatening"]), + ("PROFIES", &["profiles"]), + ("CLISHEY", &["cliché"]), + ("PONTS", &["points"]), + ("BECOMS", &["becomes"]), + ("INEFFICENTLY", &["inefficiently"]), + ("SALAIRES", &["salaries"]), + ("COMMANDERED", &["commanded"]), + ("TRANSOLATED", &["translated"]), + ("ROMAINAN", &["romanian"]), + ("COMANY", &["company"]), + ("DECLININING", &["declining"]), + ("CONSTRAT", &["constraint"]), + ("SPECIALES", &["specials"]), + ("UNSOLICITIED", &["unsolicited"]), + ("CHORONOLOGICAL", &["chronological"]), + ("DISGUSTES", &["disgusts"]), + ("MOFIFY", &["modify"]), + ("EFFICIANTLY", &["efficiently"]), + ("PARAMTERISE", &["parameterise"]), + ("UNISTALLED", &["uninstalled"]), + ("SUBSCRIPING", &["subscribing"]), + ("GALLARIES", &["galleries"]), + ("FIXUTRE", &["fixture"]), + ("REPOSTORIES", &["repositories"]), + ("MANIPLUATE", &["manipulate"]), + ("SPECIALY", &["specially"]), + ("SATISTICS", &["statistics"]), + ("SILHOUWETIST", &["silhouettist"]), + ("CORRESPEND", &["correspond"]), + ("CAHNNELS", &["channels"]), + ("SUBNEGOTIOTATIONS", &["subnegotiations"]), + ("TROTSKYITE", &["trotskyist"]), + ("IRRELVANT", &["irrelevant"]), + ("INCOMPATIBILE", &["incompatible"]), + ("DISTANE", &["distance"]), + ("IMPELMENTS", &["implements"]), + ("MUFFINUS", &["muffins"]), + ("NEGOITATORS", &["negotiators"]), + ("SPACEGOAT", &["scapegoat"]), + ("ENOUNG", &["enough"]), + ("BRACHED", &["branched", "breached"]), + ("DIFFENCE", &["difference"]), + ("SECONLY", &["secondly"]), + ("OSCILLISCOPES", &["oscilloscopes"]), + ("CONSTTRUCT", &["construct"]), + ("LARVY", &["larvae"]), + ("LANGUANGE", &["language"]), + ("COVNERTER", &["converter"]), + ("SIDEBAORD", &["sideboard"]), + ("APPROPRATIONS", &["appropriations"]), + ("EACHOHTER", &["eachother"]), + ("UNSHFITED", &["unshifted"]), + ("REFERNECES", &["references"]), + ("OPAYK", &["opaque"]), + ("DOWNGRATES", &["downgrades"]), + ("AUTHENTICAITON", &["authentication"]), + ("NEGLIGANCE", &["negligence"]), + ("DOSTRIBUTION", &["distribution"]), + ("FORMUALA", &["formula"]), + ("HUMANITERIAN", &["humanitarian"]), + ("DEFINANCE", &["defiance"]), + ("MINORITETS", &["minorities"]), + ("INTIMITATING", &["intimidating"]), + ("THOUGHFUL", &["thoughtful"]), + ("DELFATION", &["deflation"]), + ("OPEATROR", &["operator"]), + ("WHAAT", &["what"]), + ("CONVOVLE", &["convolve"]), + ("GITAR", &["guitar"]), + ("PRESSRE", &["pressure"]), + ("GEOGRAPY", &["geography"]), + ("ARANGE", &["arrange"]), + ("GUARRENTEE", &["guarantee"]), + ("RECONSTRUCITON", &["reconstruction"]), + ("OVERWATH", &["overwatch"]), + ("AUIDOBOOKS", &["audiobooks"]), + ("AIRCAFT", &["aircraft"]), + ("EXCLUDLES", &["excludes"]), + ("TERRIFFIC", &["terrific"]), + ("COODRINATES", &["coordinates"]), + ("ENCOMPESSES", &["encompasses"]), + ("THEMSELFE", &["themselves", "themself"]), + ("HYPENTATED", &["hyphenated"]), + ("BARCELETS", &["bracelets"]), + ("STRUGLE", &["struggle"]), + ("ARCHIVEL", &["archival"]), + ("SUMMOENRS", &["summoners"]), + ("NEGOTIOATING", &["negotiating"]), + ("NAFERIOUS", &["nefarious"]), + ("THAK", &["thank"]), + ("APPROXIAMTES", &["approximates"]), + ("EXCIATION", &["excitation"]), + ("CONTATC", &["contact"]), + ("IMPRES", &["impress"]), + ("FORSAW", &["foresaw"]), + ("DEFINISION", &["definition"]), + ("EXSIST", &["exists", "exist"]), + ("MKEA", &["make"]), + ("COPYRITGHTS", &["copyrights"]), + ("DISSAPERED", &["disappeared"]), + ("QESTS", &["quests"]), + ("WISSLED", &["whistled"]), + ("PRESUDE", &["presumed"]), + ("PLANTES", &["planets"]), + ("FLASHLIGTH", &["flashlight"]), + ("CAPTIVITIY", &["captivity"]), + ("INNACURACY", &["inaccuracy"]), + ("PREREQUITES", &["prerequisite"]), + ("CONFIUGURE", &["configure"]), + ("CONSIERED", &["considered"]), + ("LAVENDR", &["lavender"]), + ("HIERARHICAL", &["hierarchical"]), + ("AMERNIAN", &["armenian"]), + ("ESGER", &["edger"]), + ("PERIHPERAL", &["peripheral"]), + ("REPRODUCABLITITY", &["reproducibility"]), + ("YOUSELF", &["yourself"]), + ("SUREVY", &["survey"]), + ("SESCEDED", &["seceded"]), + ("IMPLEMANTATION", &["implementation"]), + ("REVERSABLY", &["reversal"]), + ("EMPHYSYMA", &["emphysema"]), + ("EXTENALLY", &["externally"]), + ("AHLPA", &["alpha"]), + ("CANDIENS", &["candies"]), + ("PERSUASSION", &["persuasion"]), + ("RESSURECTING", &["resurrecting"]), + ("PRACTISIONER", &["practitioner"]), + ("ANULLS", &["annulled"]), + ("ASYMETRI", &["asymmetric", "asymmetry"]), + ("ANALYZIES", &["analysis", "analyzes"]), + ("AMERICAIN", &["american"]), + ("VAUED", &["valued"]), + ("CONSTRUCTOS", &["constructs"]), + ("NOSTALIGC", &["nostalgic"]), + ("BOUNUDARY", &["boundary"]), + ("ORGANZIER", &["organizer"]), + ("ERRONOUS", &["erroneous"]), + ("PROGRAMMD", &["programmed", "programme"]), + ("INTERRUGUM", &["interregnum"]), + ("CAFFEEN", &["caffeine"]), + ("RESTURCTURING", &["restructuring"]), + ("CENTRUIES", &["centuries"]), + ("BREIFING", &["briefing"]), + ("INSITITUTE", &["institute"]), + ("OVERRIDENT", &["overridden"]), + ("AMBASSATOR", &["ambassador"]), + ("PERPETRAR", &["perpetrator"]), + ("REPROCIBLE", &["reproducible"]), + ("CHLIDISH", &["childish"]), + ("THOUGHS", &["thoughts"]), + ("COOPERATVE", &["cooperative"]), + ("CLOESING", &["closing"]), + ("PERMISSINO", &["permission"]), + ("UNINTENTIONNALLY", &["unintentionally"]), + ("ABSTRCTLY", &["abstractly"]), + ("ABSOLUTLY", &["absolutely"]), + ("EXERSICES", &["exercises"]), + ("VALLAYING", &["valeting"]), + ("PERSHIS", &["precious"]), + ("CHARECTER", &["character"]), + ("ZUKEENI", &["zucchini"]), + ("INTENST", &["intents"]), + ("HORIZANTALLY", &["horizontally"]), + ("HEAVYWIEGHTS", &["heavyweight"]), + ("SUGERY", &["surgery"]), + ("RESPECIVELY", &["respectively"]), + ("PERFROMING", &["performing"]), + ("UNBELIAVABLY", &["unbelievably"]), + ("FUNDIMENTALS", &["fundamentals"]), + ("NEGOTIOATION", &["negotiation"]), + ("NMME", &["name"]), + ("HAMBURGLES", &["hamburgers"]), + ("UNREGISTRS", &["unregisters"]), + ("DISSAPEAR", &["disappear"]), + ("ROMAANIN", &["romanian"]), + ("ACORSS", &["across"]), + ("REELEASE", &["release"]), + ("PROTOTYES", &["prototypes"]), + ("UPLODADED", &["uploaded"]), + ("DISCRIBED", &["described"]), + ("MANIPULE", &["manipulate"]), + ("INFINTE", &["infinite"]), + ("FRONTILNE", &["frontline"]), + ("EXPERIMENTUL", &["experimental"]), + ("VANGUAD", &["vanguard"]), + ("DIFFEREN", &["different"]), + ("METAPHORAS", &["metaphors"]), + ("DYNAMCALLY", &["dynamically"]), + ("DOWLOADER", &["downloader"]), + ("VERSIN", &["version"]), + ("PROCUCES", &["procures", "produces"]), + ("ISPATCHES", &["dispatches"]), + ("BUTTOM", &["button", "bottom"]), + ("FINCALLY", &["finally"]), + ("PRIOTISED", &["prioritised"]), + ("FLTER", &["filter"]), + ("DIARESIS", &["diaeresis"]), + ("RERUIREMENTS", &["requirements"]), + ("TONIGH", &["tonight"]), + ("EXECUATABLES", &["executables"]), + ("MISTMATCHING", &["mismatching"]), + ("EXPLIZITLY", &["explicitly"]), + ("CANEW", &["canoe"]), + ("SCREEB", &["screen"]), + ("APROPRIATE", &["appropriate"]), + ("INTERPOLOATION", &["interpolation"]), + ("SQUIRLE", &["squirrel"]), + ("DISRESPEKTED", &["disrespected"]), + ("NICKAME", &["nickname"]), + ("CUSTOIZER", &["customizer"]), + ("DISSSEMBLIES", &["disassemblies"]), + ("EVALUTATIONS", &["evaluations"]), + ("IMPUNED", &["impugned"]), + ("CASSIMS", &["chasms"]), + ("ASSOSIACITIONS", &["associations"]), + ("EXCEUTIVES", &["executives"]), + ("ADJASCENT", &["adjacent"]), + ("MISISON", &["mission"]), + ("UNESSECARY", &["unnecessary"]), + ("REDY", &["ready", "red"]), + ("EXCETION", &["exception"]), + ("MOHAMMEDAN", &["muslim"]), + ("TERRFORMED", &["terraformed"]), + ("AUTHENICATE", &["authenticate"]), + ("HYPOCRIT", &["hypocrite"]), + ("SUPPRESSON", &["suppression"]), + ("UNUSRE", &["unsure"]), + ("EGENRALIZE", &["generalize"]), + ("REMOIVE", &["remove"]), + ("DESTRYOED", &["destroyed"]), + ("EXHILERATED", &["exhilarated"]), + ("OPHTALMOLOGY", &["ophthalmology"]), + ("DESTUCTIVE", &["destructive"]), + ("PREPENTED", &["prepended"]), + ("REGITERED", &["registered"]), + ("TUNNED", &["tuned"]), + ("UNBALANACED", &["unbalanced"]), + ("NUETRAL", &["neutral"]), + ("DESREGARDING", &["disregarding"]), + ("PLCEMENT", &["placement"]), + ("OVERLODES", &["overloads"]), + ("THEORATICALLY", &["theoretically"]), + ("COMPLUTER", &["computer"]), + ("PIPLINES", &["pipelines"]), + ("PAIROCHEALITY", &["parochiality"]), + ("GATHET", &["gather"]), + ("GRIAFFE", &["giraffe"]), + ("DISSAPONITED", &["disappointed"]), + ("LANGNGUAGE", &["language"]), + ("SCENAIREO", &["scenario"]), + ("COEXHISTING", &["coexisting"]), + ("ENCARCERATION", &["incarceration"]), + ("SENTIMETAL", &["sentimental"]), + ("TRANSPANCY", &["transparency"]), + ("DYANMICS", &["dynamics"]), + ("MISQUITOS", &["mosquitos"]), + ("ANLGE", &["angle"]), + ("SACRIFICIE", &["sacrificed"]), + ("SUTTLETY", &["subtlety"]), + ("INTALLED", &["installed"]), + ("HIEARCHY", &["hierarchy"]), + ("ASSEMLY", &["assembly"]), + ("INTERPRETES", &["interprets"]), + ("SIGNIFICANLY", &["significantly"]), + ("LESIBANS", &["lesbians"]), + ("MAINTENAINCE", &["maintenance"]), + ("CRETATORS", &["creators"]), + ("FACILTIES", &["facilities"]), + ("FOLOWWER", &["follower"]), + ("DUNEGONS", &["dungeons"]), + ("ENITY", &["entity", "enmity"]), + ("CANNIBALIZM", &["cannibalism"]), + ("DISABELED", &["disabled"]), + ("PEHAPS", &["perhaps"]), + ("TIDIBTS", &["tidbits"]), + ("SYMTPOMS", &["symptoms"]), + ("UNCESSARY", &["unnecessary"]), + ("SPECIFICATED", &["specified"]), + ("MATHEMATICLY", &["mathematical"]), + ("STATEFULL", &["stateful"]), + ("NAVGIATION", &["navigation"]), + ("LAVEL", &["level", "laravel", "label"]), + ("INDDEX", &["index"]), + ("CARREER", &["career"]), + ("ROUINE", &["routine"]), + ("SUCOME", &["succumb"]), + ("CONECTORS", &["connectors"]), + ("FREEZ", &["frees", "freeze"]), + ("COPENGAGEN", &["copenhagen"]), + ("RECOMMNEDED", &["recommended"]), + ("SPRINKE", &["sprinkle"]), + ("SINCEER", &["sincere"]), + ("BITAMPS", &["bitmaps"]), + ("MAKRSMAN", &["marksman"]), + ("ORGANISATE", &["organise"]), + ("UNSUCESSFUL", &["unsuccessful"]), + ("ALGOTIRHMIC", &["algorithmic"]), + ("ACCELEATED", &["accelerated"]), + ("IMPLEMENTATING", &["implementation", "implementing"]), + ("DECONDERS", &["decoders"]), + ("PLANESWLAKERS", &["planeswalker"]), + ("SPAGEHTTI", &["spaghetti"]), + ("DIABLELD", &["disabled"]), + ("UNDERASTIMATING", &["underestimating"]), + ("EXCETUTORS", &["executors"]), + ("STUBBRON", &["stubborn"]), + ("PTOTOCOL", &["protocol"]), + ("ARIBTRATION", &["arbitration"]), + ("ERRER", &["error"]), + ("ENCRPTS", &["encrypts"]), + ("CLEARITY", &["clarity"]), + ("SQAURE", &["square"]), + ("EMBASSSY", &["embassy"]), + ("CRUCIBE", &["crucible"]), + ("EXPEECTED", &["expected"]), + ("BILLBOARS", &["billboards"]), + ("REWATCHIBG", &["rewatching"]), + ("DEATIVATED", &["deactivated"]), + ("ASSMEBLED", &["assembled"]), + ("INDEFINETELY", &["indefinitely"]), + ("MUNBERS", &["numbers"]), + ("MOFULE", &["module"]), + ("CHARACTEER", &["character"]), + ("SWITHES", &["switches"]), + ("PORTGUAL", &["portugal"]), + ("SEPARTORS", &["separators"]), + ("DIFFICULTE", &["difficulties"]), + ("INTAMITE", &["intimate"]), + ("DISSCOVERED", &["discovered"]), + ("REVEALTIONS", &["revelations"]), + ("DOUBLELIT", &["doublelift"]), + ("COMANDS", &["commands"]), + ("CONTEN", &["contain"]), + ("DIRECTIX", &["directx"]), + ("PHARMASEUDICALS", &["pharmaceuticals"]), + ("IMPRIONED", &["imprisoned"]), + ("AHEV", &["have"]), + ("EXPERS", &["express"]), + ("STAWK", &["stalk"]), + ("COMPOTITION", &["composition"]), + ("DEMOCROCIES", &["democracies"]), + ("LEXICOGRAPHYCALLY", &["lexicographically"]), + ("INCREMENTOS", &["increments"]), + ("DEMOLITIAN", &["demolition"]), + ("NEGOCIATING", &["negotiating"]), + ("RECEVIE", &["receive"]), + ("LUANCHER", &["launcher"]), + ("DOCUMENTATON", &["documentation"]), + ("STICTHES", &["stitches"]), + ("PROBLME", &["problem"]), + ("ACCCEPT", &["accept"]), + ("SENSIVITY", &["sensitivity", "sensitively"]), + ("DEPRECEATION", &["depreciation", "deprecation"]), + ("INOVKER", &["invoker"]), + ("EXPIERENCED", &["experienced"]), + ("OBJECCT", &["object"]), + ("RECORDARE", &["recorder"]), + ("STANDARISED", &["standardised"]), + ("HSELL", &["shell"]), + ("PREPETUATING", &["perpetuating"]), + ("COGNISCENT", &["cognisant"]), + ("ARRENGED", &["arranged"]), + ("GIGNATIC", &["gigantic"]), + ("BATTLEFEILD", &["battlefield"]), + ("PARANOMRAL", &["paranormal"]), + ("EXTERIOARE", &["exterior"]), + ("ATTENDENCE", &["attendance"]), + ("RAHPSODY", &["rhapsody"]), + ("PARALELY", &["parallelly"]), + ("ORGIGINAL", &["original"]), + ("BELIVES", &["believes", "beliefs"]), + ("MAINTENAMCE", &["maintenance"]), + ("AWNSERED", &["answered"]), + ("STURGGLED", &["struggled"]), + ("CORRLEATIONS", &["correlations"]), + ("DOCUMMENTS", &["documents"]), + ("RETCIEVES", &["retrieves", "receives"]), + ("DEREFERNCES", &["dereferences"]), + ("RELOCAION", &["relocation"]), + ("ACTIVTES", &["activates"]), + ("AVAILABL", &["available"]), + ("COMPETETIONS", &["competitions"]), + ("CLINET", &["client"]), + ("PROPETRY", &["property"]), + ("SPAGHETI", &["spaghetti"]), + ("NEIGBORING", &["neighboring"]), + ("ARBITRION", &["arbitration"]), + ("SELFESHNESS", &["selfishness"]), + ("COMPLETETLY", &["completely"]), + ("SPEEPED", &["sped"]), + ("WORNGS", &["wrongs"]), + ("EMBARRESSING", &["embarrassing"]), + ("PSYCHEDELLICS", &["psychedelics"]), + ("HOKPINS", &["hopkins"]), + ("SCECIFIED", &["specified"]), + ("UNENCRPT", &["unencrypt"]), + ("THREDED", &["threaded"]), + ("EXAMPEL", &["example"]), + ("CRATIONALIST", &["nationalist", "rationalist"]), + ("ANKSHIUOS", &["anxious"]), + ("EFFICEINTLY", &["efficiently"]), + ("DEUPLICATED", &["deduplicated", "duplicated"]), + ("OPERATON", &["operation"]), + ("REPRESNT", &["represent"]), + ("PASING", &["passing", "posing"]), + ("MASTRUBATE", &["masturbate"]), + ("REIMPLEMENTION", &["reimplementation"]), + ("PREORDERD", &["preordered"]), + ("APEND", &["append"]), + ("MAINTAIED", &["maintained"]), + ("DISSIMILIAR", &["dissimilar"]), + ("METAPHOTICALLY", &["metaphorically"]), + ("UNAVAIALBLE", &["unavailable"]), + ("UNDERWRIGHT", &["underweight"]), + ("ASSOCITED", &["associated"]), + ("ASTRONAUNTS", &["astronaut"]), + ("MAINTANERS", &["maintainers"]), + ("STLYES", &["styles"]), + ("APPRIXAMATING", &["approximating"]), + ("EXTACTLY", &["exactly"]), + ("REALITVELY", &["relatively"]), + ("MEDIOCRILY", &["mediocrity"]), + ("RANDAZYVOO", &["rendezvous"]), + ("RELIGIOSLY", &["religiously"]), + ("CHARTROOSE", &["chartreuse"]), + ("ANTIALISED", &["antialiased"]), + ("ARRANGTEMENT", &["arrangement"]), + ("FILELDS", &["fields"]), + ("PACKAGS", &["packages"]), + ("EVOLUATED", &["evaluated"]), + ("MAGIZINE", &["magazine"]), + ("SERCH", &["search"]), + ("DISPRAPORTIONATE", &["disproportionate"]), + ("HAUTY", &["haughty"]), + ("AVAIILABLE", &["available"]), + ("MODFIYING", &["modifying"]), + ("DECIPTION", &["depiction"]), + ("OPJECTIVE", &["objective"]), + ("CHANGGE", &["change"]), + ("HORRIBLELY", &["horribly"]), + ("ASYNCHROMOUS", &["asynchronous"]), + ("CONTRATICTING", &["contradicting"]), + ("INTERLIVEING", &["interleaving"]), + ("PRINCIPELS", &["principals"]), + ("TOWORDS", &["towards"]), + ("DEESIL", &["diesel"]), + ("CLLOUDS", &["clouds"]), + ("PURTAIN", &["pertain"]), + ("INADVENTENTLY", &["inadvertently"]), + ("DISCRACING", &["disgracing"]), + ("APPROPRIATLEY", &["appropriately"]), + ("EXPERIMETENTS", &["experiments"]), + ("CHARACTARS", &["characters"]), + ("GUNLSINGER", &["gunslinger"]), + ("UTLITIES", &["utilities"]), + ("BUTTTON", &["button"]), + ("ARGUEMENT", &["argument"]), + ("REEASED", &["released"]), + ("CREATUE", &["creature"]), + ("ENEBALED", &["enabled"]), + ("DISCRACED", &["disgraced"]), + ("PRUCHASED", &["purchased"]), + ("UNDERFOWED", &["underflowed"]), + ("ITERRATIONS", &["iterations"]), + ("OPTIONIAL", &["optional"]), + ("EXECPTION", &["exception"]), + ("DEPENCENT", &["dependent"]), + ("PRINCIBLES", &["principles"]), + ("THEARED", &["threaded"]), + ("CAFETERA", &["cafeteria"]), + ("COMPATAIBLE", &["compatible"]), + ("TRANMSISSION", &["transmissions"]), + ("VARILUES", &["values", "variables"]), + ("MUNCIPALITIES", &["municipalities"]), + ("ACCELERTOR", &["accelerator"]), + ("CREDIDENTIALS", &["credentials"]), + ("REPSONSIBILITY", &["responsibility"]), + ("APPARENTY", &["apparently"]), + ("TYRANY", &["tyranny"]), + ("ASSOCIUATED", &["associated"]), + ("CHARACTERISITIC", &["characteristic"]), + ("ROCKERFELLER", &["rockefeller"]), + ("SUBSCRIBLE", &["subscriber"]), + ("VALITDITY", &["validity"]), + ("EXPERIEMENT", &["experiment"]), + ("NED", &["need", "end"]), + ("OVERRIDDE", &["overridden", "override"]), + ("INFORMATIO", &["information"]), + ("INVISIBILTIY", &["invisibility"]), + ("INCONDITIONAL", &["unconditional"]), + ("PACAKAGES", &["packages"]), + ("SEMICOLOR", &["semicolon"]), + ("PROGESSOR", &["progressor"]), + ("ENLIGHTNMENT", &["enlightenment"]), + ("MDIFY", &["modify"]), + ("CNFIGURATION", &["configuration"]), + ("RENDAZYVOOED", &["rendezvoused"]), + ("CIRCUMSTANCIAL", &["circumstantial"]), + ("CATAGORY", &["category"]), + ("ACORTING", &["according"]), + ("ISNTALATIONS", &["installations"]), + ("CONSIDDERING", &["considering"]), + ("NEEEDED", &["needed"]), + ("IMORTED", &["imported"]), + ("DEPSERATE", &["desperate"]), + ("LINHEIGHT", &["lineheight"]), + ("ADOVCACY", &["advocacy"]), + ("STREAMTRUE", &["streamer"]), + ("MANINPULATIONS", &["manipulations"]), + ("HURICANE", &["hurricane"]), + ("CONSIDDERED", &["considered"]), + ("PRATICES", &["practices"]), + ("AUTHENITICATION", &["authentication"]), + ("GENERAT", &["generate", "general"]), + ("TEUSDAYS", &["tuesdays"]), + ("COMMPLETE", &["complete"]), + ("APPREACITE", &["appreciate"]), + ("ULTILIZATION", &["utilization"]), + ("MANUFACTUREDS", &["manufactures"]), + ("CULD", &["could"]), + ("MOODIFY", &["modify"]), + ("ETHINCITIES", &["ethnicities"]), + ("BURGUNY", &["burgundy"]), + ("STUDOIS", &["studios"]), + ("SYNEGRY", &["synergy"]), + ("OPPERATED", &["operated"]), + ("CARNIVEROUS", &["carnivorous"]), + ("PRIOTITY", &["priority"]), + ("PREPAIR", &["prepare"]), + ("MEDITACIONES", &["medications"]), + ("ASSEMALATES", &["assimilates"]), + ("DUPLIAGTE", &["duplicate"]), + ("DUPPLICATION", &["duplication"]), + ("RAMAINS", &["remains"]), + ("SPECTED", &["expected", "spectated"]), + ("OPJECTION", &["objection"]), + ("DEPENCY", &["dependency"]), + ("DIFFERETNT", &["different"]), + ("WORLS", &["world"]), + ("BUISNESSMAN", &["businessman"]), + ("RESEARVATIONS", &["reservations"]), + ("FORHEAD", &["forehead"]), + ("LABRYNTHS", &["labyrinths"]), + ("SPEFICALLY", &["specifically"]), + ("DEDECTS", &["deducts", "detects"]), + ("INITIIALIZE", &["initialize"]), + ("ASSISTANS", &["assistants"]), + ("SIMPLICTIC", &["simplistic"]), + ("OTHERIWSE", &["otherwise"]), + ("SUFOCATE", &["suffocate"]), + ("FORMIDABILE", &["formidable"]), + ("EXCLUDLING", &["excluding"]), + ("COMFORABLE", &["comfortable"]), + ("REINFOCE", &["reinforce"]), + ("CIOTEE", &["coyote"]), + ("EUIVALENTS", &["equivalents"]), + ("HORYZONTALLY", &["horizontally"]), + ("DISAPOINTMENT", &["disappointment"]), + ("BIMILLENIA", &["bimillennia"]), + ("DISAPPERARS", &["disappears"]), + ("WROD", &["word"]), + ("PENATLY", &["penalty"]), + ("ROIGINALS", &["originals"]), + ("DESCIDES", &["decides"]), + ("COLLECTIE", &["collective"]), + ("LOGITUDES", &["longitudes"]), + ("MANUES", &["menus"]), + ("CAPIBLE", &["capable"]), + ("SERACHER", &["searcher"]), + ("DIFFERENTE", &["difference"]), + ("STATISFYING", &["satisfying"]), + ("STSTIONED", &["stationed"]), + ("BLOORBORNE", &["bloodborne"]), + ("INFERED", &["inferred"]), + ("BRAKLEY", &["barkley"]), + ("EQUL", &["equal"]), + ("EAMPLE", &["example"]), + ("DEREVATIVE", &["derivative"]), + ("LOVLEY", &["lovely"]), + ("ARRANCE", &["arrange"]), + ("COORDINARE", &["coordinate"]), + ("MYSTERIS", &["mysteries"]), + ("ANNOTION", &["annotation"]), + ("ATACHMENTS", &["attachments"]), + ("ELECTROATE", &["electorate"]), + ("AVIODS", &["avoids"]), + ("THRERE", &["there", "three"]), + ("AGGRESIVE", &["aggressive"]), + ("GEENERIC", &["generic"]), + ("RENEGOSIATORS", &["renegotiators"]), + ("MORUNING", &["mourning"]), + ("ENLIGHTMENT", &["enlightenment"]), + ("INILNE", &["inline"]), + ("HETEROSEXUELLA", &["heterosexual"]), + ("PROSPERETY", &["prosperity"]), + ("OTRHOGRAPHIC", &["orthographic"]), + ("SENTENCEING", &["sentencing"]), + ("BANKRUPTY", &["bankruptcy"]), + ("PRINCESES", &["princess"]), + ("REDEFINTIONS", &["redefinitions"]), + ("FRAGMENET", &["fragment"]), + ("RENEGOTIOTING", &["renegotiating"]), + ("DECOMMISSIONN", &["decommission"]), + ("ARTMEIS", &["artemis"]), + ("ALIGNMET", &["alignment"]), + ("DISTINGISHING", &["distinguishing"]), + ("FLEMMISH", &["flemish"]), + ("DEPRETIATING", &["depreciating", "deprecating"]), + ("CIRCUMSTACES", &["circumstances"]), + ("ENCOUNTERD", &["encountered"]), + ("MICORWAVE", &["microwave"]), + ("BANDWDITH", &["bandwidth"]), + ("ESGERS", &["edgers"]), + ("COURTHOSUE", &["courthouse"]), + ("RESINGED", &["resigned"]), + ("WHOLEHEARTADLY", &["wholeheartedly"]), + ("MAXIUMUM", &["maximum"]), + ("COMRESSES", &["compresses"]), + ("PARTIITONS", &["partitions"]), + ("SPONTAENOUSLY", &["spontaneously"]), + ("REVOLUTIONAARY", &["revolutionary"]), + ("SILIBUSES", &["syllabuses"]), + ("UNVIERSITY", &["university"]), + ("FUNDAMENTALISMO", &["fundamentals"]), + ("ASSICIATIONS", &["associations"]), + ("COUROPTION", &["corruption"]), + ("PERMISISONS", &["permissions"]), + ("DECORTATOR", &["decorator"]), + ("PAIROKEELLY", &["parochially"]), + ("PORPERTY", &["property"]), + ("ERRO", &["error"]), + ("PROBBAILITIES", &["probabilities"]), + ("ZOOKEENEES", &["zucchinis"]), + ("BOXS", &["box", "boxes"]), + ("REGSITER", &["register"]), + ("PRARAMETER", &["parameter"]), + ("JOYSITCK", &["joystick"]), + ("SIGNATUE", &["signatures", "signature"]), + ("PARADSE", &["parades"]), + ("RECALULATED", &["recalculated"]), + ("QUARTENIONS", &["quaternions"]), + ("OPTIMIZTIONS", &["optimizations"]), + ("TIOME", &["time", "tome"]), + ("PRIVILAGE", &["privilege"]), + ("UNUSEABLE", &["unusable"]), + ("ALGORGITHMIC", &["algorithmic"]), + ("NAMESAPCE", &["namespace"]), + ("PERFOMRERS", &["performers"]), + ("INDONASIAN", &["indonesian"]), + ("APYOONS", &["oppugns"]), + ("IDENIFIERS", &["identifiers"]), + ("SUPERFLOUOUS", &["superfluous"]), + ("COMPARISEMENTS", &["comparisons"]), + ("REGISTERATION", &["registration"]), + ("PLUGINGS", &["plugins"]), + ("DEMONSTARTING", &["demonstrating"]), + ("NUMERICABLE", &["numerical"]), + ("HELPYING", &["helping"]), + ("ACCHIEVE", &["achieve"]), + ("DECRYTPION", &["decryption"]), + ("IMPRACTIAL", &["impractical"]), + ("INTERSPURSED", &["interspersed"]), + ("SEETING", &["seating", "setting", "seething"]), + ("SICKAMORE", &["sycamore"]), + ("VIRGINIS", &["virgins"]), + ("PREVENTORS", &["prevents"]), + ("OMLETTE", &["omelette"]), + ("ZOBRIUST", &["zobrist"]), + ("COMPLEATE", &["complete"]), + ("DYAS", &["dryas"]), + ("INEVITABLELY", &["inevitably"]), + ("BIDNINGS", &["bindings"]), + ("OSTRECIZED", &["ostracized"]), + ("CORRECPONDING", &["corresponding"]), + ("MANIPUTION", &["manipulation"]), + ("PRACTIBABLE", &["practicable"]), + ("NECROMANER", &["necromancer"]), + ("DEMONSTRATIVOS", &["demonstrations"]), + ("SIMELTANEOUSLY", &["simultaneously"]), + ("BRAINWAHSED", &["brainwashed"]), + ("PHOTOGRAGH", &["photograph"]), + ("ABUSRDLY", &["absurdly"]), + ("ZIONISTISK", &["zionists"]), + ("AGAINNST", &["against"]), + ("RESPOSITORIES", &["repositories"]), + ("APPROXAMATION", &["approximation"]), + ("PROVDIDET", &["provided", "provider", "provident"]), + ("SINGIFICAND", &["significand", "significant"]), + ("STORNFRONT", &["stormfront"]), + ("FINDE", &["find"]), + ("FARMASUDICAL", &["pharmaceutical"]), + ("INFORMFATION", &["information"]), + ("ARRANGENT", &["arrangement"]), + ("DLOATING", &["floating"]), + ("ACDEPT", &["accept", "adept"]), + ("DROB", &["drop"]), + ("SEPEATES", &["separates"]), + ("PREMIARE", &["premier"]), + ("QTUIE", &["quite", "quiet"]), + ("CONTENTOS", &["contents"]), + ("COLLECTIONERS", &["collections"]), + ("GRASSROOOTS", &["grassroots"]), + ("RAISON", &["reason", "raisin"]), + ("SRUNK", &["shrunk"]), + ("SCARIFICE", &["sacrifice"]), + ("IMPICITLY", &["implicitly"]), + ("ANALTYICS", &["analytics"]), + ("SUBSTITUED", &["substitute", "substituted"]), + ("PROPROTIONALLY", &["proportionally"]), + ("RANDOMZIED", &["randomized"]), + ("CRUNCING", &["crunching"]), + ("FUL", &["full"]), + ("ERORS", &["errors"]), + ("ANOMISITY", &["animosity"]), + ("CONPRESS", &["compress"]), + ("SABATOSH", &["sabotage"]), + ("UNCONCSIOUSLY", &["unconsciously"]), + ("ACCOUNTATNS", &["accountants"]), + ("COSTEXPR", &["constexpr"]), + ("IMPLOSED", &["implode"]), + ("REASONABLEY", &["reasonably"]), + ("SHOTUOUT", &["shoutout"]), + ("SPRINGST", &["sprints"]), + ("APENINES", &["apennines"]), + ("ACCORDINAG", &["according"]), + ("POLOTICS", &["politics"]), + ("CHROMOSSOME", &["chromosomes"]), + ("DEINITAILSE", &["deinitialise"]), + ("REAGRDS", &["regards"]), + ("UPDGRADES", &["upgrades"]), + ("ISOTROPHICALLY", &["isotropically"]), + ("PERSONALIE", &["personalized"]), + ("REGIDSTERED", &["registered"]), + ("BABYSITTNG", &["babysitting"]), + ("FODER", &["coder", "folder"]), + ("ENVLEOPE", &["envelope"]), + ("CRACES", &["crates", "graces"]), + ("QUETION", &["question"]), + ("SIMULTAENOUS", &["simultaneous"]), + ("CREATIVLEY", &["creatively"]), + ("SUBCONSIOUSLY", &["subconsciously"]), + ("BEREKLEY", &["berkeley"]), + ("PUPLATED", &["populated"]), + ("UNBEAREBLE", &["unbearable"]), + ("INITIALIZION", &["initialization"]), + ("TWEEKS", &["tweaks"]), + ("BANANNAS", &["bananas"]), + ("OPTIMISSM", &["optimism"]), + ("DISCRACEFULLY", &["disgracefully"]), + ("CONCOLE", &["console"]), + ("AIRPLANCE", &["airplane"]), + ("ALOGIRHTMIC", &["algorithmic"]), + ("COMMENTAREN", &["commenter"]), + ("AUTHENFIES", &["authenticates"]), + ("DESIREABLE", &["desirable"]), + ("OUTPOUTS", &["outputs"]), + ("PRECONDTIONS", &["preconditions"]), + ("RECREATIE", &["recreate"]), + ("SUPRESSING", &["suppressing"]), + ("REALLLY", &["really"]), + ("VERIFTYING", &["verifying"]), + ("RECPIES", &["recipes"]), + ("CHANPIONSHIP", &["championship"]), + ("ABSTRACOR", &["abstractor"]), + ("UHANDLED", &["unhandled"]), + ("FUTHROC", &["futhark", "futhorc"]), + ("CHILDRENTS", &["childrens"]), + ("HEIGTH", &["height"]), + ("COMPLETASTE", &["completes"]), + ("PERMINENTLY", &["permanently"]), + ("ORHTODOX", &["orthodox"]), + ("COMPELX", &["complex"]), + ("CEMETARY", &["cemetery"]), + ("MULITPLIED", &["multiplied"]), + ("EXPERSS", &["express"]), + ("ACRONYMNS", &["acronyms"]), + ("DISAPATS", &["dissipates"]), + ("TRIBUANL", &["tribunal"]), + ("MENSIONING", &["mentioning"]), + ("TRANSTITIONED", &["transitioned"]), + ("DIPTHONG", &["diphthong"]), + ("ZELAOTS", &["zealots"]), + ("COMMPONENTS", &["components"]), + ("MANUFACTUREERS", &["manufactures"]), + ("OBSERVATON", &["observation"]), + ("TORPEDEO", &["torpedo"]), + ("OVERNURFED", &["overturned"]), + ("TRANSCORDERS", &["transcoders"]), + ("PRESERV", &["preserve"]), + ("UNSUFFICIENT", &["insufficient"]), + ("PALEOLITIC", &["paleolithic"]), + ("ENGINEERD", &["engineered"]), + ("SUSEEDES", &["secedes"]), + ("CONSUMEND", &["consumed"]), + ("DEPREATE", &["deprecate"]), + ("RESOULTION", &["resolution"]), + ("MISALLIGNED", &["misaligned"]), + ("TAHN", &["than"]), + ("REDEPMTION", &["redemption"]), + ("AMONUT", &["amount"]), + ("EXISTINCE", &["existence"]), + ("EXPERINCED", &["experienced"]), + ("DISCOLSURE", &["disclosure"]), + ("INITIALZIE", &["initialize"]), + ("HERCULEEES", &["hercules"]), + ("CURCIAL", &["crucial"]), + ("OVERZELIS", &["overzealous"]), + ("ANALIZED", &["analyzed"]), + ("DESERALIZED", &["deserialized"]), + ("SPLITTED", &["split"]), + ("SURRENDERD", &["surrendered"]), + ("MISINTERPTED", &["misinterpret"]), + ("ENITRELY", &["entirely"]), + ("ASSOCIEATING", &["associating"]), + ("UNOTICEABLE", &["unnoticeable"]), + ("AUTHOBIOGRAPHY", &["autobiography"]), + ("EXPERINCE", &["experience"]), + ("UNAUTHERIZED", &["unauthorized"]), + ("DEMOCRATES", &["democrats"]), + ("CHARACTETS", &["characters"]), + ("BRADFROD", &["bradford"]), + ("HALLUCENATIONS", &["hallucinations"]), + ("PATTERNO", &["patterson"]), + ("SUBMISSON", &["submission"]), + ("AMOUNGST", &["amongst"]), + ("FORTUNAT", &["fortunate"]), + ("ANALYSY", &["analysis"]), + ("PAMFLET", &["pamphlet"]), + ("PSYCOLOGICAL", &["psychological"]), + ("STRUCTRUED", &["structured"]), + ("FOMRATS", &["formats"]), + ("EHTEREAL", &["ethereal"]), + ("METRIGAL", &["metrical"]), + ("BLIZZAD", &["blizzard"]), + ("PSOTS", &["posts"]), + ("METHIDS", &["methods"]), + ("LEGITIMITE", &["legitimate"]), + ("SUGGESTSED", &["suggested"]), + ("ASND", &["and"]), + ("BUUILDER", &["builder"]), + ("REMARKABLLY", &["remarkably"]), + ("CAPICATORS", &["capacitors"]), + ("DEPRECTAT", &["deprecate"]), + ("CONFUGRED", &["configured"]), + ("JUSE", &["just", "juice", "jude", "june"]), + ("WARANTIES", &["warranties"]), + ("ABBERATION", &["aberration"]), + ("SPRINGFELD", &["springfield"]), + ("PROVISIONG", &["provisioning"]), + ("NECESSAIRLY", &["necessarily"]), + ("MISTAKEDLY", &["mistakenly"]), + ("HYPOTHOSIS", &["hypothesis"]), + ("DOMINIANT", &["dominant"]), + ("RESOLVISTE", &["resolves"]), + ("APOLIGIES", &["apologies"]), + ("MESUREMENTS", &["measurements"]), + ("DIRVERS", &["drivers"]), + ("REMMEBERS", &["remembers"]), + ("POLTRY", &["poultry"]), + ("AUNTHENTICATE", &["authenticate"]), + ("CREATIONSITS", &["creationists"]), + ("OBERSVATION", &["observation"]), + ("OVEREXTIMATING", &["overestimating"]), + ("CIRTICISE", &["criticise"]), + ("RECORDSS", &["records"]), + ("FUNDATIONS", &["foundations"]), + ("PEASSIGNMENT", &["reassignment"]), + ("LAMDA", &["lambda"]), + ("LISTENEING", &["listening"]), + ("PHLEMATOUS", &["phlegmatous"]), + ("BARCLEONA", &["barcelona"]), + ("UNCONDITIALLY", &["unconditionally"]), + ("MISCUMMUNICATION", &["miscommunication"]), + ("EVALUATAION", &["evaluation"]), + ("DEVASTED", &["devastated"]), + ("ENUMATION", &["enumeration"]), + ("DISASSEMLBY", &["disassembly"]), + ("ASSOAIATE", &["associate"]), + ("TRAINGULATIONS", &["triangulations"]), + ("VACTOR", &["vector"]), + ("WRITTING", &["writing"]), + ("CRITICIM", &["criticisms"]), + ("AFRICANAS", &["africans"]), + ("SERVCED", &["serviced", "served"]), + ("UNKMOWN", &["unknown"]), + ("UNSUBSCIRBED", &["unsubscribed"]), + ("SPECIALLITY", &["specially"]), + ("COVNERTIBLE", &["convertible"]), + ("STARTET", &["started"]), + ("INCLINATO", &["inclination"]), + ("REFRIDGERATOR", &["refrigerator"]), + ("ASUMING", &["assuming"]), + ("POETY", &["poetry"]), + ("MEBRAINS", &["membranes"]), + ("WONDRING", &["wondering"]), + ("DEISGNER", &["designer"]), + ("NEGOSIABLE", &["negotiable"]), + ("PLAYTHROUHGS", &["playthroughs"]), + ("ANGIRLY", &["angrily"]), + ("LIBGUISTICS", &["linguistics"]), + ("REQUESTET", &["requested"]), + ("SHTOPES", &["stops", "shops"]), + ("PRONONCIATION", &["pronunciation"]), + ("DITSNACE", &["distance"]), + ("ICONGNITO", &["incognito"]), + ("RECURSIVLEY", &["recursively"]), + ("SAWTEING", &["sautéing"]), + ("RENIGED", &["reneged"]), + ("THORWING", &["throwing"]), + ("EARLIEAR", &["earlier"]), + ("FLEXIBILTIY", &["flexibility"]), + ("SUBSIDIEZED", &["subsidized"]), + ("INVICE", &["invoice"]), + ("INCREMENTERS", &["increments"]), + ("OPYION", &["option"]), + ("SYNTETHICALLY", &["synthetically"]), + ("DOCUMATION", &["documentation"]), + ("PORPOSE", &["propose"]), + ("REFERRENCED", &["referenced"]), + ("FAIED", &["failed", "fade"]), + ("COPRIGHTED", &["copyrighted"]), + ("EIS", &["is"]), + ("EXPOITS", &["exploits"]), + ("AUSTRAILIA", &["australia"]), + ("EQUIVILANTS", &["equivalents"]), + ("HOMLESS", &["homeless"]), + ("UNSUCCESFUL", &["unsuccessful"]), + ("CLOSSED", &["closed"]), + ("PLANTEARY", &["planetary"]), + ("BUILDNINGS", &["buildings"]), + ("DITRIBUTE", &["distribute"]), + ("REGULIRIZATION", &["regularization"]), + ("SWASKITA", &["swastika"]), + ("ZEMPORARY", &["temporary"]), + ("WRITTENED", &["written"]), + ("MULTISMAPLING", &["multisampling"]), + ("BOOTSTAPPED", &["bootstrapped"]), + ("FILESSTEM", &["filesystem"]), + ("TRING", &["trying", "string", "ring"]), + ("EQUALL", &["equal", "equally"]), + ("PERMISISON", &["permissions", "permission"]), + ("DICHOTOMOY", &["dichotomy"]), + ("REFRIGERAR", &["refrigerator"]), + ("ORIDNARY", &["ordinary"]), + ("HASHS", &["hashes"]), + ("SUBEXPERESSION", &["subexpression"]), + ("DISBALES", &["disables"]), + ("INSTACES", &["instances"]), + ("CUTTED", &["cut", "cutter", "gutted"]), + ("MULTIPL", &["multiple", "multiply"]), + ("PERPOSEFULLY", &["purposefully"]), + ("CALING", &["calling", "scaling", "culling"]), + ("DIFFERENSE", &["differences", "difference"]), + ("PSYCHISTRIST", &["psychiatrist"]), + ("SCAFOLD", &["scaffold"]), + ("UNSTALBE", &["unstable"]), + ("LANGUATES", &["languages"]), + ("MUNUTE", &["minute"]), + ("ELMENTS", &["elements"]), + ("INTERSCETION", &["intersection"]), + ("SERIAIZED", &["serialized"]), + ("CONVERSIN", &["conversions"]), + ("CULITVATE", &["cultivate"]), + ("TRANSPERANT", &["transparent"]), + ("CARBOYHDRATES", &["carbohydrates"]), + ("EXAUHSTING", &["exhausting"]), + ("HEMINGWARY", &["hemingway"]), + ("SINPLY", &["simply"]), + ("FUNCTIIONAL", &["functional"]), + ("CHORLINE", &["chlorine"]), + ("REPRESENTETIVE", &["representative"]), + ("FRGAMENT", &["fragment"]), + ("BUDLED", &["bundled"]), + ("HEMORAGING", &["hemorrhaging"]), + ("CORSS", &["cross", "course"]), + ("ALGORORITHMS", &["algorithms"]), + ("SUBTRUCTING", &["subtracting"]), + ("REPSONSIVE", &["responsive"]), + ("CONCURRECTLY", &["concurrently"]), + ("SURVEILL", &["surveil"]), + ("AUTCOMPLETE", &["autocomplete"]), + ("IDETIFY", &["identify"]), + ("HESISTATIONS", &["hesitations"]), + ("EXPONENTIONAL", &["exponential"]), + ("GENERALIFE", &["generalize"]), + ("DESCENDANDS", &["descendants"]), + ("EDUCATIONNAL", &["educational"]), + ("NNED", &["need"]), + ("COMMENWEALTH", &["commonwealth"]), + ("UNIVERSIALITY", &["universality"]), + ("FRATERNATY", &["fraternity"]), + ("NESCESARRILY", &["necessarily"]), + ("POLLENATE", &["pollinate"]), + ("BRNACH", &["branch"]), + ("INDICATIVO", &["indication"]), + ("AGLORITHMS", &["algorithms"]), + ("MOTORCYLES", &["motorcycles"]), + ("AUTHENTICATEION", &["authentication"]), + ("CREADENTIAL", &["credential"]), + ("QUATERION", &["quaternion"]), + ("OPPERATE", &["operate"]), + ("ADAQUETELY", &["adequately"]), + ("DOWNSTERAMER", &["downstreamer"]), + ("BESCRIBED", &["described"]), + ("SUPPORTORS", &["supporters"]), + ("ECODING", &["encoding", "decoding"]), + ("INTERCHANGABLY", &["interchangeably"]), + ("ALLOATED", &["allocated", "allotted"]), + ("IMPOSIBLE", &["impossible"]), + ("ALTERNAVTIVES", &["alternatives"]), + ("DEFENDES", &["defenders"]), + ("CONSTRAINTED", &["constrained"]), + ("APENDED", &["appended"]), + ("VERIABLES", &["variables"]), + ("INPLEMENTED", &["implemented"]), + ("FRAMETHROWER", &["flamethrower"]), + ("SLOTED", &["slotted"]), + ("SHEMATIC", &["schematic"]), + ("CASSES", &["cases"]), + ("CONCELAED", &["concealed"]), + ("NEGOATING", &["negotiating"]), + ("REPULICS", &["republics"]), + ("EXEPECT", &["expect"]), + ("BOTTONS", &["bottoms", "buttons"]), + ("ACCOCIATED", &["associated"]), + ("CHEEZEBURGER", &["cheeseburger"]), + ("SOCRATEES", &["socrates"]), + ("MANAGENMENT", &["management"]), + ("SUSCEPITBLE", &["susceptible"]), + ("PROGAMS", &["programs"]), + ("MONUMENTUL", &["monumental"]), + ("IMPLEMENTAED", &["implemented"]), + ("CONTEX", &["context"]), + ("CONVIENANT", &["convenient"]), + ("PARTICPIATE", &["participated"]), + ("MANSLAUGTHER", &["manslaughter"]), + ("REPARAMTERIZE", &["reparameterize"]), + ("PLTFORMS", &["platforms"]), + ("IMPROOVMENT", &["improvement"]), + ("FONETIC", &["phonetic"]), + ("EXPERIANSIAL", &["experiential"]), + ("TARGER", &["target"]), + ("VAUES", &["values"]), + ("WUTHOUT", &["without"]), + ("DECRMENTING", &["decrementing"]), + ("RENNAISANCE", &["renaissance"]), + ("FIDN", &["find"]), + ("EXCPLICITLY", &["explicitly"]), + ("RESLUTION", &["resolution"]), + ("TNE", &["the"]), + ("PARENTHISES", &["parenthesis", "parentheses"]), + ("TOURISY", &["touristy"]), + ("AVOIF", &["avoid"]), + ("COMPETUTION", &["computation"]), + ("NOTOROIUS", &["notorious"]), + ("VAILIDTY", &["validity"]), + ("ABREVIATE", &["abbreviate"]), + ("FEBBRUARY", &["february"]), + ("ABRUPTLEY", &["abruptly"]), + ("FIRMWEAR", &["firmware"]), + ("TAHNK", &["thank"]), + ("MYABE", &["maybe"]), + ("ORGANAIZE", &["organize"]), + ("EXPERMIMENTS", &["experiments"]), + ("EXCLUSIVELLY", &["exclusively"]), + ("REPORETED", &["reported"]), + ("TRACSODERS", &["transcoders"]), + ("COMMUNISS", &["communists"]), + ("CHIZILING", &["chiseling"]), + ("DINGEE", &["dinghy"]), + ("CONSISTENDLY", &["consistently"]), + ("FUNCIONS", &["functions"]), + ("PUBLSIH", &["publish"]), + ("REARRANGS", &["rearranges"]), + ("EDDITABLE", &["editable"]), + ("ANONIMUSLY", &["anonymously"]), + ("MONRACHY", &["monarchy"]), + ("WEAPPONS", &["weapons"]), + ("OCCRURED", &["occurred"]), + ("REMARKES", &["remarks"]), + ("UNEXPETCEDLY", &["unexpectedly"]), + ("DIMANSION", &["dimension"]), + ("LOCKSCREN", &["lockscreen"]), + ("SINTACTS", &["syntax"]), + ("ANNOYMOUS", &["anonymous"]), + ("MIS", &["miss", "mist"]), + ("EQUIVLANTLY", &["equivalently"]), + ("CANONALIZED", &["canonicalized"]), + ("RELADY", &["ready"]), + ("TEATOTLER", &["teetotaler"]), + ("DAEL", &["deal", "dial", "dahl"]), + ("CONTAT", &["contact"]), + ("PRISION", &["prison"]), + ("RENDERERERS", &["renderers"]), + ("LIGHTNTING", &["lightening"]), + ("TORPEDOS", &["torpedoes"]), + ("INSTANECS", &["instances"]), + ("REENFOCED", &["reenforced"]), + ("MASTURBATHON", &["masturbation"]), + ("VACCIANTE", &["vaccinate"]), + ("PASWORDS", &["passwords"]), + ("SPIRTIUALLY", &["spiritually"]), + ("REMEMBERANCE", &["remembrance"]), + ("OSBSCURE", &["obscure"]), + ("ADQUIRED", &["acquired"]), + ("FAILNG", &["failing"]), + ("INTREEG", &["intrigue"]), + ("EURISTIC", &["heuristic"]), + ("ADVERISTY", &["adversity"]), + ("AQUAIRUM", &["aquarium"]), + ("ASSUMUPTION", &["assumption"]), + ("KNCOKBACK", &["knockback"]), + ("PERDICAMENT", &["predicament"]), + ("COMPLICARTE", &["complicate"]), + ("CONSENTRATIONS", &["concentrations"]), + ("PICKNICER", &["picnicker"]), + ("NEIGHBORHHOODS", &["neighborhoods"]), + ("DASBOARDS", &["dashboards"]), + ("OPRATIONS", &["operations"]), + ("INCUDED", &["included"]), + ("SYNCHONROUSLY", &["synchronously"]), + ("LATERATION", &["alteration"]), + ("FUNCTTIONS", &["functions"]), + ("APRROVEMENT", &["approval"]), + ("DRAGING", &["dragging"]), + ("ACTIVTION", &["activation"]), + ("PROTECTIV", &["protective"]), + ("STRADEGIES", &["strategies"]), + ("UTIMATELY", &["ultimately"]), + ("PARENTHESIES", &["parenthesis", "parentheses"]), + ("TANSACTIONS", &["transactions"]), + ("CONSIDERARLE", &["considerable"]), + ("COPENHAGN", &["copenhagen"]), + ("CUSTOEMRS", &["customers"]), + ("CRICITISING", &["criticising"]), + ("EXPCTEDLY", &["expectedly"]), + ("PERSITENTELY", &["persistently"]), + ("ELEMT", &["element"]), + ("GRPAHITE", &["graphite"]), + ("APPLCIATION", &["application"]), + ("STACKK", &["stack"]), + ("SUSPISIONS", &["suspicions"]), + ("FINGERPINT", &["fingerprint"]), + ("COOPEARTE", &["cooperate"]), + ("INFOMS", &["informs"]), + ("REFECTING", &["reflecting"]), + ("RESUL", &["result"]), + ("PREREQUISITIES", &["prerequisite", "prerequisites"]), + ("MODIFUED", &["modified"]), + ("THERMISTAT", &["thermostat"]), + ("WARNINING", &["warning"]), + ("VETICAL", &["vertical"]), + ("DERYPTION", &["decryption"]), + ("REINITALIZATION", &["reinitialization"]), + ("ADMINISTRAR", &["administrator"]), + ("SNOWBALLES", &["snowballs"]), + ("ENVRIONMENTS", &["environments"]), + ("MULSIMS", &["muslims"]), + ("COORDATE", &["cordinate"]), + ("BASICLLY", &["basically"]), + ("INGREIDENTS", &["ingredient"]), + ("SAWTAYS", &["sautés"]), + ("REVOLUTOIN", &["revolutions"]), + ("REITRES", &["retires"]), + ("THUMBNALS", &["thumbnails"]), + ("KEEPT", &["kept"]), + ("SYNCRONIZING", &["synchronizing"]), + ("THERAFTER", &["thereafter"]), + ("OPTIMZED", &["optimized"]), + ("LANGUEAGE", &["language"]), + ("DECOMISSIONED", &["decommissioned"]), + ("ARTUMENTS", &["arguments"]), + ("REQUISITS", &["requisites"]), + ("ORIENATION", &["orientation"]), + ("SLOWELY", &["slowly"]), + ("COMPATABABLE", &["compatible"]), + ("SUTTLING", &["shuttling"]), + ("REALLOCAITING", &["reallocating"]), + ("TROUBLEHSHOOT", &["troubleshoot"]), + ("DESITINATIONS", &["destinations"]), + ("TRUIED", &["tried"]), + ("SEPARTE", &["separate"]), + ("CONFLICTD", &["conflicts", "conflicted"]), + ("TEMPREATURE", &["temperature"]), + ("PRESSUE", &["pressure"]), + ("HERIONE", &["heroine"]), + ("NUMMBER", &["number"]), + ("ABSTANENCE", &["abstinence"]), + ("ACCUMLATOR", &["accumulator"]), + ("INTERECTING", &["interacting", "intersecting"]), + ("MONUMNETS", &["monuments"]), + ("CRUCIBEL", &["crucible"]), + ("FUNDAMENTALISTISKT", &["fundamentalists"]), + ("CRTICALLY", &["critically"]), + ("ARANGEMENT", &["arrangement"]), + ("DETEREMINE", &["determine"]), + ("GLAICER", &["glacier"]), + ("ICELINGS", &["ceilings"]), + ("AGINST", &["against"]), + ("DECIPLE", &["disciple"]), + ("CORNELS", &["colonels"]), + ("CORUCHING", &["crouching"]), + ("ENUMURATING", &["enumerating"]), + ("ALLOCTE", &["allocate"]), + ("PROCSSED", &["processed"]), + ("REKNOWNED", &["renowned"]), + ("CHARACTERSITICS", &["characteristics"]), + ("CONVERTET", &["converted"]), + ("COSUMED", &["consumed"]), + ("SUBSCIBER", &["subscriber"]), + ("EWHWER", &["where"]), + ("DEPANDANCY", &["dependency"]), + ("DUNGEOUN", &["dungeon"]), + ("LABLELS", &["labels"]), + ("DEBLOKING", &["deblocking"]), + ("STADS", &["stats", "stands"]), + ("ASYNCHROOUS", &["asynchronous"]), + ("ALGORGITHMS", &["algorithms"]), + ("SPEPARATOR", &["separator"]), + ("EXPERIMNETS", &["experiments"]), + ("EXCAPE", &["escape"]), + ("REINITILIZED", &["reinitialized"]), + ("ENCOMPAS", &["encompass"]), + ("REFRIGERATER", &["refrigerator"]), + ("PROCESHANDLER", &["processhandler"]), + ("SEPERATIONS", &["separations"]), + ("CORRRECT", &["correct"]), + ("SUPPOST", &["supports", "support", "suppose"]), + ("FORUMLAS", &["formulas"]), + ("INSTRUKTION", &["instruction"]), + ("TRUBADOR", &["troubadour"]), + ("CONFUGIRATION", &["configuration"]), + ("CRUSIES", &["cruises"]), + ("INH", &["in"]), + ("PREPARETIONS", &["preparations"]), + ("SUBTITELS", &["subtitles"]), + ("IDEOLOGIJE", &["ideologies"]), + ("REFERSHER", &["refresher"]), + ("RANDOMRS", &["randoms"]), + ("EXECTUTED", &["executed"]), + ("MISCHEIVOUS", &["mischievous"]), + ("INCREMETING", &["incrementing"]), + ("ANNOTED", &["annotated"]), + ("EPHERMAL", &["ephemeral"]), + ("EXPETCTING", &["expecting"]), + ("SOURE", &["source", "sure", "sore", "sour", "soured"]), + ("PROFESSIONALISME", &["professionals"]), + ("TREMENDOULSY", &["tremendously"]), + ("IMPRESSONS", &["impressions"]), + ("CONNNECTING", &["connecting"]), + ("SAWSTIKA", &["swastika"]), + ("CONSTRASTS", &["contrasts"]), + ("DIRECTON", &["direction"]), + ("SHARPENSS", &["sharpness"]), + ("HWEATON", &["wheaton"]), + ("SATRUDAY", &["saturday"]), + ("UNANIMUOUS", &["unanimous"]), + ("FUNCHTIONN", &["function"]), + ("PALCED", &["placed"]), + ("JJUST", &["just"]), + ("FLATTENNING", &["flattening"]), + ("EBST", &["best"]), + ("MICRSOFT", &["microsoft"]), + ("PEICE", &["piece"]), + ("LIBITARIANISN", &["libertarianism"]), + ("COMMNUNICATING", &["communicating"]), + ("HYPERTROHY", &["hypertrophy"]), + ("CONFGURED", &["configured"]), + ("APPROCH", &["approach"]), + ("APPEREANCE", &["appearance"]), + ("ENDCODED", &["encoded"]), + ("SERVICIES", &["services"]), + ("CHECKD", &["checked"]), + ("VLONED", &["cloned"]), + ("TRUNDEL", &["trundle"]), + ("INCOMPARIBLE", &["incompatible", "incomparable"]), + ("BUREAUCRACTS", &["bureaucrats"]), + ("SECTONING", &["sectioning"]), + ("SPPORTING", &["supporting"]), + ("EFFET", &["effect"]), + ("EXECUTABE", &["executable"]), + ("FASTR", &["faster"]), + ("INTERVEIWED", &["interviewed"]), + ("WROET", &["wrote"]), + ("SUSCEDE", &["secede", "succeed"]), + ("WINDOWZ", &["windows"]), + ("NIMUTE", &["minute"]), + ("MISTATCHED", &["mismatched"]), + ("SUPPLIEMENTING", &["supplementing"]), + ("PARITALS", &["partials"]), + ("DEMANDES", &["demands"]), + ("AFTERNARKET", &["aftermarket"]), + ("CONFUGIRED", &["configured"]), + ("CARICATURIZE", &["caricature"]), + ("TRASLATIONS", &["translations"]), + ("RECOGNIZIBLE", &["recognizable"]), + ("INTERCHANGEBLE", &["interchangeable"]), + ("EXPERIMETENTING", &["experimenting"]), + ("KARISMA", &["charisma"]), + ("CONFRIMATION", &["confirmation"]), + ("ANONYMS", &["anonymous"]), + ("CHILDEREN", &["children"]), + ("ORGAINSE", &["organise"]), + ("EECUTABLE", &["executable"]), + ("OWERREAD", &["overread"]), + ("REGULACION", &["regulation"]), + ("PSYCHIATIRST", &["psychiatrists"]), + ("POINTEUR", &["pointer"]), + ("UMEMPLOYMENT", &["unemployment"]), + ("SOLUABLE", &["soluble"]), + ("VAIATION", &["aviation"]), + ("WEREVER", &["wherever"]), + ("INSENSITVE", &["insensitive"]), + ("THOERETICAL", &["theoretical"]), + ("GUIDENCE", &["guidance"]), + ("INTALLER", &["installer"]), + ("COLORINGH", &["coloring"]), + ("RETRVIEVED", &["retrieved"]), + ("CARNAVORS", &["carnivores"]), + ("REPRESENTIVE", &["representative"]), + ("ACCOMADATE", &["accommodate"]), + ("CONDOLENCIES", &["condolences"]), + ("EVRYTHIGN", &["everything"]), + ("INTRODUE", &["introduces"]), + ("BOUINDS", &["bounds"]), + ("AGGARAVATES", &["aggravates"]), + ("HORIZTONALLY", &["horizontally"]), + ("UNHEATHLY", &["unhealthy"]), + ("SUPERSTITOUS", &["superstitious"]), + ("PRESISTENCY", &["persistency"]), + ("EXPECTUS", &["expects"]), + ("GRADAULLY", &["gradually"]), + ("INVITIATION", &["invitation"]), + ("PERFOMRANT", &["performant"]), + ("RIADERS", &["raiders"]), + ("CONNECTE", &["connected"]), + ("AUTOMATICALYL", &["automatically"]), + ("VERAGATED", &["variegated"]), + ("AJACENCE", &["adjacence"]), + ("EXAGGERATIN", &["exaggeration"]), + ("SCCESSES", &["successes"]), + ("CONQUORING", &["conquering"]), + ("BARRER", &["barred", "barrel", "barren", "barrier"]), + ("PENTUIM", &["pentium"]), + ("MININTERPRETING", &["misinterpreting"]), + ("PROFITABILLITY", &["profitability"]), + ("LAMDBA", &["lambda"]), + ("DISCOUND", &["discounted"]), + ("MONOLOGE", &["monologue"]), + ("CONEECTIONS", &["connections"]), + ("CMAK", &["cmake"]), + ("WHIS", &["this", "whisk"]), + ("TRANSFERERS", &["transfers"]), + ("COUNTRISIDE", &["countryside"]), + ("SIDELEN", &["sideline"]), + ("SCARMBLE", &["scramble"]), + ("UTILISA", &["utilise"]), + ("ORGANISMES", &["organisms"]), + ("PARLIAMANTARY", &["parliamentary"]), + ("JUDGEMETAL", &["judgemental"]), + ("PROGRAMMATE", &["programme"]), + ("INDIMIDATION", &["intimidation"]), + ("DETECTOARE", &["detector"]), + ("UNFILPPING", &["unflipping"]), + ("GUADULUPE", &["guadalupe", "guadeloupe"]), + ("AKKUMULATION", &["accumulation"]), + ("RETORACTIVELY", &["retroactively"]), + ("PERDICTIONS", &["predictions"]), + ("APPEALLING", &["appealing", "appalling"]), + ("BROADCASE", &["broadcast"]), + ("EXTREMISED", &["extremes"]), + ("SERVERITIE", &["severity", "severities"]), + ("POIINT", &["point"]), + ("SKEPTICLES", &["skeptics"]), + ("MULITPLYING", &["multiplying"]), + ("PHAROH", &["pharaoh"]), + ("REPRESENTERAD", &["represented"]), + ("SEQUNCE", &["sequence"]), + ("DATATYEPS", &["datatypes"]), + ("REPRESSO", &["repression"]), + ("DESTINATINOS", &["destinations"]), + ("EEGERLY", &["eagerly"]), + ("EXPERIMTENER", &["experimenter"]), + ("WHITSLING", &["whistling"]), + ("PRDPAGATES", &["propagates"]), + ("AHVE", &["have"]), + ("FIFFERENT", &["different"]), + ("IDEALISIM", &["idealism"]), + ("CHARACTEIZATION", &["characterization"]), + ("DENOMINARON", &["denominator"]), + ("RESPONISVE", &["responsive"]), + ("COFIRMATIONS", &["confirmations"]), + ("ARIPLANES", &["airplanes"]), + ("COLONOZATION", &["colonization"]), + ("BULLETTED", &["bulleted"]), + ("REUDCE", &["reduce"]), + ("BEAUTIFULLLY", &["beautifully"]), + ("EXPERIMETEL", &["experimental"]), + ("MAGNATIUDE", &["magnitude"]), + ("MUTIMODULE", &["multimodule"]), + ("TEAMPLATES", &["templates"]), + ("NEGATIOTIATION", &["negotiation"]), + ("MECERNARY", &["mercenary"]), + ("UNSIGED", &["unsigned"]), + ("SEQUECENCE", &["sequence"]), + ("SCLAING", &["scaling"]), + ("SPEARATING", &["separating"]), + ("ORCESTRAS", &["orchestras"]), + ("EXHCUAST", &["exhaust"]), + ("ORIGINING", &["originating"]), + ("AASSIGNMENTS", &["assignments"]), + ("REPRESENTD", &["represented"]), + ("TABKE", &["table"]), + ("PRELAYED", &["replayed"]), + ("WHENN", &["when"]), + ("PERPATRATOR", &["perpetrator"]), + ("FOLOWWING", &["following"]), + ("DEPENDENDENCY", &["dependency"]), + ("CANADIAS", &["canadians"]), + ("SPIRUTUALLY", &["spiritually"]), + ("BRAODCASTED", &["broadcasted"]), + ("REFREING", &["referring"]), + ("CERTAINCY", &["certainty"]), + ("TRUTHFULY", &["truthfully"]), + ("OLIGARCY", &["oligarchy"]), + ("OVERWHELMIGLY", &["overwhelmingly"]), + ("PERTICIPATING", &["participating"]), + ("ADATPERS", &["adapters"]), + ("POLYGINAL", &["polygonal"]), + ("SWITHCBOARD", &["switchboard"]), + ("UNNECCECARILY", &["unnecessarily"]), + ("COFRIMATIONS", &["confirmations"]), + ("DEISPLAYS", &["displays"]), + ("MANAFACTURERS", &["manufacturers"]), + ("APENDICES", &["appendices"]), + ("CONTROLED", &["controlled"]), + ("VARAGATED", &["variegated"]), + ("DETALIS", &["details"]), + ("INDICATORE", &["indicate"]), + ("CONDTITIONALS", &["conditionals"]), + ("WITHEN", &["within"]), + ("SYNPHONY", &["symphony"]), + ("DECPETION", &["deception"]), + ("INTEREPOLATING", &["interpolating"]), + ("TRASPARENT", &["transparent"]), + ("CUSTUMS", &["customs"]), + ("EXPERNAL", &["external"]), + ("LIBRABARIE", &["library"]), + ("TRANSOCDE", &["transcode"]), + ("IMPOT", &["import"]), + ("GRAPICS", &["graphics"]), + ("RECOMPUUTED", &["recomputed"]), + ("TRANSITIN", &["transitions"]), + ("CONSISTEN", &["consistent"]), + ("DIFFENTIATING", &["differentiating"]), + ("PERMANET", &["permanent"]), + ("GENEOLOGICAL", &["genealogical"]), + ("RESPERITORY", &["respiratory"]), + ("IRRITATIN", &["irritation"]), + ("MAYBEE", &["maybe"]), + ("LONGITUDONAL", &["longitudinal"]), + ("REMAIND", &["remained", "remind"]), + ("SOUVENIER", &["souvenir"]), + ("ANIMAITER", &["animator"]), + ("RESOLUTINS", &["resolutions"]), + ("EPSORTS", &["esports"]), + ("WALLPAPAERS", &["wallpapers"]), + ("SUCCESSFULL", &["successful"]), + ("MANEOUVRING", &["manoeuvring"]), + ("ALHPABETS", &["alphabets"]), + ("REQUIEREMENT", &["requirement"]), + ("DOMIANTING", &["dominating"]), + ("INFORCE", &["enforce"]), + ("CONDITIANAL", &["conditional"]), + ("UNANNIMOUSLY", &["unanimously"]), + ("SEGEMNT", &["segment"]), + ("OBEJCTED", &["objected"]), + ("DISSPLAY", &["display"]), + ("NEIGHBOARDS", &["neighborhoods"]), + ("CIPH", &["cipher", "chip"]), + ("UPLFITING", &["uplifting"]), + ("PRECULDE", &["preclude"]), + ("COINDIDENTAL", &["coincidental"]), + ("EXCECTE", &["execute"]), + ("RESTRITTIVE", &["restrictive"]), + ("DIVDES", &["divides"]), + ("UNCLER", &["uncle", "unclear", "uncles"]), + ("EXPEXCTING", &["expecting"]), + ("PROSTITUTOS", &["prostitutes"]), + ("MCHANIC", &["mechanic"]), + ("TENDANCIES", &["tendencies"]), + ("FORTUNAE", &["fortune"]), + ("MANGAERS", &["managers", "mangers"]), + ("CARACITURE", &["caricature"]), + ("EXECUTTIONS", &["executions"]), + ("BACKGOUND", &["background"]), + ("ANEELED", &["annealed"]), + ("UNNESSESARILY", &["unnecessarily"]), + ("TIDYNESS", &["tidiness"]), + ("CONTROVERSIALS", &["controversial"]), + ("METERIALS", &["materials"]), + ("TERMNIATION", &["termination"]), + ("CHROMOZOME", &["chromosome"]), + ("MASICER", &["massacre"]), + ("HOEPFULLY", &["hopefully"]), + ("NARCISSISST", &["narcissist"]), + ("DATABAES", &["database"]), + ("EXPLODEDS", &["explodes"]), + ("DEPANDENT", &["dependent"]), + ("INSTUTIONS", &["intuitions", "institutions"]), + ("COMUNICATION", &["communication"]), + ("IRREVERSIBILE", &["irreversible"]), + ("EXISTNG", &["existing"]), + ("INTERPRETACIONES", &["interpretations"]), + ("DOCUMMENT", &["document"]), + ("NORWIEGAN", &["norwegian"]), + ("MITICATING", &["mitigating"]), + ("ORENTATION", &["orientation"]), + ("CONQUERD", &["conquered"]), + ("DISTINGISHED", &["distinguished"]), + ("ATTEMENTING", &["attempting"]), + ("CLCOKSOURCE", &["clocksource"]), + ("ANNTATIONS", &["annotations"]), + ("NEUTRALY", &["neutrality"]), + ("LISPTICKS", &["lipsticks"]), + ("EXPERIMENTATLLY", &["experimentally"]), + ("ADVANE", &["advance"]), + ("UNRESOVLABLE", &["unresolvable"]), + ("STATUER", &["stature"]), + ("CONTRICTIONS", &["contractions"]), + ("IDAES", &["ideas"]), + ("EXIPRATION", &["expiration"]), + ("BOOTSTRAPING", &["bootstrapping"]), + ("TOOTHBRUCH", &["toothbrush"]), + ("EXCETIONS", &["exceptions"]), + ("CATEGORIE", &["category", "categories"]), + ("UNNESSECARILY", &["unnecessarily"]), + ("DOWS", &["does"]), + ("DECRYPED", &["decrypted"]), + ("INTIALTE", &["initialise"]), + ("LANUAGE", &["language"]), + ("MELBOURE", &["melbourne"]), + ("NEGOTIONABLE", &["negotiable"]), + ("FIRENDLY", &["friendly"]), + ("SPREASHEETS", &["spreadsheets"]), + ("SUYSTEM", &["system"]), + ("CONDENSEND", &["condensed"]), + ("UNDERSTANDEBLY", &["understandably"]), + ("VALIDTY", &["validity"]), + ("REATTACHE", &["reattach", "reattached"]), + ("SIMPLIFIYNG", &["simplifying"]), + ("UNALLIGNED", &["unaligned"]), + ("SPEFCIFIEIRS", &["specifiers"]), + ("MISUNTERSTANDING", &["misunderstandings"]), + ("DISSRUPTING", &["disrupting"]), + ("CHATER", &["chapter"]), + ("AVALABILITY", &["availability"]), + ("SCHDULING", &["scheduling"]), + ("DATAET", &["dataset"]), + ("IMPLICATONS", &["implications"]), + ("EXPERIMENING", &["experimenting"]), + ("HYBIRDS", &["hybrids"]), + ("VAILD", &["valid"]), + ("INFLUANCES", &["influences"]), + ("MANEUVEUR", &["maneuver"]), + ("PPLICATION", &["application"]), + ("TRANSLATATION", &["translation"]), + ("DISCONECTION", &["disconnection"]), + ("REHABILITACION", &["rehabilitation"]), + ("SOCILAIZED", &["socialized"]), + ("POLUTING", &["polluting"]), + ("ARMISTISES", &["armistices"]), + ("TOCUHPAD", &["touchpad"]), + ("AUTHENTISITY", &["authenticity"]), + ("DECSRIPTOR", &["descriptor"]), + ("METROPOLS", &["metropolis"]), + ("DISTRUBANCES", &["disturbance"]), + ("BIANRIES", &["binaries"]), + ("EXCEMPTED", &["exempted"]), + ("PROPLUSION", &["propulsion"]), + ("BUREAOCRATIC", &["bureaucratic"]), + ("REPLASE", &["replaces", "replace", "relapse", "rephase"]), + ("OPTIMIALITY", &["optimality"]), + ("DISTICTION", &["distinction"]), + ("PROGRESSUS", &["progresses"]), + ("MONUMENTAAL", &["monumental"]), + ("DECLARTIVE", &["declarative"]), + ("LOK", &["look"]), + ("HARRASING", &["harassing"]), + ("HDA", &["had"]), + ("CONTESTAS", &["contests"]), + ("JSUT", &["just"]), + ("INDIGNEOUS", &["indigenous"]), + ("NOTIFIICATION", &["notification"]), + ("ACENDANCE", &["ascendance"]), + ("CONECPTS", &["concepts"]), + ("ACCHIEVABLE", &["achievable"]), + ("COMPARSION", &["comparison"]), + ("SOMETRINGS", &["somethings"]), + ("INCLUDEA", &["include"]), + ("DEDUPLIATED", &["deduplicated"]), + ("YELDED", &["yielded"]), + ("DIVISON", &["division"]), + ("GENERELIZATION", &["generalization"]), + ("FIRMNWARE", &["firmware"]), + ("DOCUMNETS", &["documents"]), + ("TRANSFERRRED", &["transferred"]), + ("MANTENANCE", &["maintenance"]), + ("CAPUTRE", &["capture"]), + ("LEVELIGN", &["leveling"]), + ("STREATCHING", &["stretching"]), + ("WISHLIT", &["wishlist"]), + ("EVERYTING", &["everything"]), + ("QUERYS", &["queries"]), + ("APPROPROXIMATES", &["approximates"]), + ("RELINGUISH", &["relinquish"]), + ("LEACE", &["leave"]), + ("SUBSCEPTIBLE", &["susceptible"]), + ("ACCODRINGLY", &["accordingly"]), + ("PERSONSA", &["personas"]), + ("PROACTIVLEY", &["proactive"]), + ("STRUCUTURE", &["structure"]), + ("DIVRESE", &["diverse"]), + ("REAPLUGS", &["earplugs"]), + ("REKURSION", &["recursion"]), + ("GENERALIZARE", &["generalize"]), + ("LAGUAGE", &["language"]), + ("ARBIRATY", &["arbitrary"]), + ("CONOTATIONS", &["connotations"]), + ("PINNCALE", &["pinnacle"]), + ("PSICHOLOGICALLY", &["psychologically"]), + ("RAOMING", &["roaming"]), + ("OVERWRITED", &["overwritten", "overwrote"]), + ("CONCESSO", &["concession"]), + ("PRECENENCE", &["preference", "precedence"]), + ("COFFE", &["coffee"]), + ("INTERESTINLY", &["interestingly"]), + ("CHILDRESN", &["childrens"]), + ("CRUSIING", &["cruising"]), + ("CIPER", &["cipher"]), + ("CORRECTY", &["correctly"]), + ("IMPLOYS", &["employs"]), + ("JENKNS", &["jenkins"]), + ("REDAUNDANT", &["redundant"]), + ("DIEING", &["dying", "dyeing"]), + ("SORCEROR", &["sorcerer"]), + ("ADDTION", &["addition"]), + ("DISSAPIONTED", &["disappointed"]), + ("FUCNTIONAL", &["functional"]), + ("REFERINNG", &["referring"]), + ("APOLEGETIC", &["apologetic"]), + ("GEURRILLA", &["guerrilla"]), + ("PROGAMING", &["programing"]), + ("THOURGHLY", &["thoroughly"]), + ("ACCEOT", &["accept"]), + ("MASTURBE", &["masturbate"]), + ("APPEARNING", &["appearing"]), + ("UNNECESARY", &["unnecessary"]), + ("DECREMENST", &["decrements"]), + ("MODIFACTION", &["modification"]), + ("REUPLODED", &["reuploaded"]), + ("ATATCHMENT", &["attachment"]), + ("SPECIFICIALLY", &["specifically"]), + ("CJANGES", &["changes"]), + ("INTRODUS", &["introduces"]), + ("NECKBEARED", &["neckbeard"]), + ("GARRSION", &["garrison"]), + ("AUXILLERY", &["auxiliary"]), + ("HAUNTIG", &["haunting"]), + ("FORGIVENSS", &["forgiveness"]), + ("GNERATE", &["generate"]), + ("NEGOTIOATIONS", &["negotiations"]), + ("SCHEDUE", &["schedule"]), + ("REDEMTPION", &["redemption"]), + ("PREVISOULY", &["previously"]), + ("ESPRESSSO", &["espresso"]), + ("HANDERLER", &["handler"]), + ("TERMINILOGY", &["terminology"]), + ("ASSUMTIONS", &["assumptions"]), + ("SINGUARITY", &["singularity"]), + ("FIFEROX", &["firefox"]), + ("FREMENTATION", &["fermentation"]), + ("OVERZEALUSLY", &["overzealously"]), + ("KONSERVATISM", &["conservatism"]), + ("SOCEITIES", &["societies"]), + ("NEGOTAIATE", &["negotiate"]), + ("ACCOIRD", &["accord"]), + ("ANALSYING", &["analysing"]), + ("MANUFACUTER", &["manufacture"]), + ("DEPENCENDENCYS", &["dependencies"]), + ("INTIALLIZED", &["initialized"]), + ("DEPARTMET", &["departments"]), + ("ENVIORENMENTAL", &["environmental"]), + ("DISRUPTIN", &["disruption"]), + ("CERCOMSTANCES", &["circumstances"]), + ("ASSICIATE", &["associate"]), + ("MINATURE", &["miniature"]), + ("DESNSE", &["dense"]), + ("ABILITYES", &["abilities"]), + ("AKSED", &["asked"]), + ("ATTRACTICE", &["attractive"]), + ("CEASARS", &["caesars"]), + ("CONFIGURARE", &["configure"]), + ("COMPLEETED", &["completed"]), + ("APOCOLAPSE", &["apocalypse"]), + ("CLASSIFED", &["classified"]), + ("DISSIPOINTED", &["disappointed"]), + ("FIRENDLIES", &["friendlies"]), + ("CONFLCITING", &["conflicting"]), + ("FALSELEY", &["falsely"]), + ("PEFERENTIAL", &["preferential"]), + ("DIFFERANCES", &["differences"]), + ("GEOGCOUNTRY", &["geocountry"]), + ("SUBSITUDING", &["substituting"]), + ("ACCOUSTICALLY", &["acoustically"]), + ("PHOTOSHOPPPED", &["photoshopped"]), + ("EASLIY", &["easily"]), + ("BELIEFES", &["beliefs", "believes"]), + ("CALIFORNIAMAN", &["californian"]), + ("LAVELING", &["leveling", "labeling"]), + ("BEAURACRATIC", &["bureaucratic"]), + ("DISCRIMINATIE", &["discriminate"]), + ("PHILOSIPHERS", &["philosophers"]), + ("MUTILCAST", &["multicast"]), + ("SUBEXPERESIONS", &["subexpressions"]), + ("JUSTS", &["just"]), + ("CHUBKS", &["chunks"]), + ("COEXHISTENCE", &["coexistence"]), + ("INTERLAING", &["interlacing"]), + ("RECONSTITUE", &["reconstitute"]), + ("SINGIFY", &["signify"]), + ("SUPERVISAR", &["supervisor"]), + ("IMPLEIMENT", &["implement"]), + ("REPROGRAMMS", &["reprograms"]), + ("ANWAYS", &["anyway"]), + ("FRAGMET", &["fragment"]), + ("SEGMETN", &["segment"]), + ("NADLY", &["badly"]), + ("CONTRADDICE", &["contradicted"]), + ("ENCYCLOPEADIC", &["encyclopedia"]), + ("BRIGHNESS", &["brightness"]), + ("FORWARED", &["forwarded", "forward"]), + ("ISERTING", &["inserting"]), + ("IRESISTIBLY", &["irresistibly"]), + ("LCUASE", &["clause"]), + ("TOMORRO", &["tomorrow"]), + ("DISBELEIF", &["disbelief"]), + ("CYLCISTS", &["cyclists"]), + ("EXCECTABLE", &["executable"]), + ("THEOCRACRY", &["theocracy"]), + ("MICROSEONDS", &["microseconds"]), + ("SERAILZE", &["serialize"]), + ("CONTAIGOUS", &["contagious"]), + ("TEMPOPARY", &["temporary"]), + ("SATISIFIES", &["satisfies"]), + ("CALBIRATES", &["calibrates"]), + ("CORREPONDING", &["corresponding"]), + ("STICKYNESS", &["stickiness"]), + ("MATHODS", &["methods"]), + ("CURRECNY", &["currency"]), + ("DECORDE", &["decode"]), + ("APPROXIAMTION", &["approximation"]), + ("PREVALENTE", &["prevalence"]), + ("COCKATEELS", &["cockatiels"]), + ("PRESCIRBED", &["prescribed"]), + ("LANGUAHE", &["language"]), + ("FLASHFLAME", &["flashframe"]), + ("NECESSERALY", &["necessarily"]), + ("CONPARES", &["compares"]), + ("MIDFIEDLERS", &["midfielders"]), + ("FLAOTING", &["floating"]), + ("SEPECIFIC", &["specific"]), + ("ROYALITES", &["royalties"]), + ("MHYTICAL", &["mythical"]), + ("COALLESSE", &["coalesce"]), + ("CORRELATIE", &["correlated"]), + ("LIGTHING", &["lighting"]), + ("VEGETARIANOS", &["vegetarians"]), + ("SOUNDTRAKK", &["soundtrack"]), + ("INTUITIVLY", &["intuitively"]), + ("CONFESCATED", &["confiscated"]), + ("ABSOUTE", &["absolute"]), + ("REIVEWS", &["reviews"]), + ("INGEUNITY", &["ingenuity"]), + ("BOGANVEELIA", &["bougainvillea"]), + ("BUHDDISTS", &["buddhists"]), + ("HALLCUINATIONS", &["hallucination"]), + ("NOHYPEN", &["nohyphen"]), + ("DISIGN", &["design"]), + ("CIGURET", &["cigaret"]), + ("NUMEARATE", &["numerate"]), + ("ARTEMIOS", &["artemis"]), + ("MODULAIR", &["modular"]), + ("FASICSM", &["fascism"]), + ("APLICATIONS", &["applications"]), + ("ACROSSS", &["across"]), + ("INITIALIZATIN", &["initialization"]), + ("DEVELOPMENTLY", &["developmental"]), + ("INFILTRATRED", &["infiltrate"]), + ("SOMETIEMS", &["sometimes"]), + ("INTEGRAAL", &["integral"]), + ("BUDGEST", &["budgets"]), + ("ANALSYER", &["analyser"]), + ("ORGANIZACIONAL", &["organizational"]), + ("DUPLICITAS", &["duplicates"]), + ("PREJUCIDED", &["prejudiced"]), + ("JOURANLISM", &["journalism"]), + ("PARAMAMETERS", &["parameters"]), + ("RENEGOTIOABLE", &["renegotiable"]), + ("AUGUMENT", &["argument", "augment"]), + ("AJUSTEMENT", &["adjustment"]), + ("TARGETTING", &["targeting"]), + ("LEXIGRAPHICAL", &["lexicographical"]), + ("APROOVE", &["approve"]), + ("DERIVITIVS", &["derivatives"]), + ("JUGGERNOUT", &["juggernaut"]), + ("MOTEURED", &["motored"]), + ("ELECTRONIX", &["election"]), + ("SADNING", &["sanding"]), + ("REGISER", &["register"]), + ("UNREALISTISCH", &["unrealistic"]), + ("MONARKIES", &["monarchies"]), + ("COMUNISTS", &["communists"]), + ("EXPERIMINTING", &["experimenting"]), + ("CONSECUTEVILY", &["consecutively"]), + ("DEFINITV", &["definitive"]), + ("NANOSEONDS", &["nanoseconds"]), + ("CONDTITIONAL", &["conditional"]), + ("HALARIOUS", &["hilarious"]), + ("ROVIDER", &["provider"]), + ("WHYT", &["what", "why"]), + ("AMATERSU", &["amateurs"]), + ("NASTERTIEM", &["nasturtium"]), + ("ASUTRIA", &["austria"]), + ("OUTOING", &["outdoing", "outgoing", "outing"]), + ("SURVIVABIITY", &["survivability"]), + ("EIFNACH", &["einfach"]), + ("COALLEENCE", &["coalescence"]), + ("UNMODFIFIED", &["unmodified"]), + ("ASENT", &["ascent"]), + ("DIPECTIONS", &["depictions"]), + ("RICTATORSHIP", &["dictatorship"]), + ("FLASKBACKS", &["flashbacks"]), + ("INVOKVING", &["invoking"]), + ("GAUARANTEED", &["guaranteed"]), + ("LIBRERIES", &["libraries"]), + ("SUTISFYING", &["satisfying"]), + ("OPEARIOS", &["operations"]), + ("AUTHETHICATED", &["authenticated"]), + ("AUTOONF", &["autoconf"]), + ("TRANCATIONS", &["truncations"]), + ("STAF", &["staff"]), + ("DIALGO", &["dialog"]), + ("WHELL", &["wheel", "well"]), + ("RESTAURNAT", &["restaurant"]), + ("MAANGERS", &["managers"]), + ("MASSACHUSENTS", &["massachusetts"]), + ("HALUCINATION", &["hallucination"]), + ("MANGESIUM", &["magnesium"]), + ("CATIVATING", &["activating"]), + ("REMVES", &["removes"]), + ("PLATORM", &["platform"]), + ("SUBSTITUTO", &["substitution"]), + ("TABUALTE", &["tabulate"]), + ("CRAETOR", &["crater", "creator"]), + ("SHTOPING", &["stopping", "shopping"]), + ("VAILABLE", &["available"]), + ("ASPAHLT", &["asphalt"]), + ("AUTMATIC", &["automatic"]), + ("PENINDG", &["pending"]), + ("SPRINGFEILD", &["springfield"]), + ("OTPIONS", &["options"]), + ("INCONVIENCE", &["inconvenience"]), + ("DEREFERNCENCER", &["dereferencer"]), + ("PROPORTIES", &["properties"]), + ("SOUBLE", &["double"]), + ("PRACTICTITIONER", &["practitioner"]), + ("ITEREATE", &["iterate"]), + ("REQURIES", &["requires"]), + ("OVERCOMPANSATE", &["overcompensate"]), + ("HTACHING", &["hatching"]), + ("CANCL", &["cancel"]), + ("RESTRAINIG", &["restraining"]), + ("EXISTANTIAL", &["existential"]), + ("POPULATIONES", &["populations"]), + ("NEIGHBERHODDS", &["neighborhoods"]), + ("DEVLEOPING", &["developing"]), + ("OPERATOUTG", &["operating"]), + ("ATTRIBUITE", &["attribute"]), + ("TARGESTED", &["targeted"]), + ("UNINTENSIONAL", &["unintentional"]), + ("KUBERNTES", &["kubernetes"]), + ("FUCTIONOID", &["functionoid"]), + ("THREASHOLD", &["threshold"]), + ("MATHMATICIAN", &["mathematician"]), + ("OPENSLL", &["openssl"]), + ("MICROTRANSACTIOMS", &["microtransactions"]), + ("EXECUTEABLES", &["executables"]), + ("DOENS", &["does", "doesn"]), + ("COORDIANTES", &["coordinates"]), + ("DELIEVERE", &["delivered"]), + ("MISPELT", &["misspelt"]), + ("TEATOTALER", &["teetotaler"]), + ("CHARACETRS", &["characters"]), + ("METHODEN", &["methods"]), + ("METIPHOR", &["metaphor"]), + ("PREFERAABLE", &["preferable"]), + ("ANDOID", &["android"]), + ("OPEARTED", &["operated"]), + ("DOCOMENT", &["document"]), + ("ENCONDES", &["encodes"]), + ("PREDICETED", &["predicated"]), + ("DISCRPTION", &["discretion"]), + ("SCRIT", &["scrip", "script"]), + ("LINGUISITIC", &["linguistic"]), + ("FOUNDATIN", &["foundations"]), + ("BINARES", &["binaries"]), + ("KNOWLEDGABE", &["knowledgable"]), + ("PRIROITY", &["priority"]), + ("INITIALZES", &["initializes"]), + ("UPGRADRING", &["upgrading"]), + ("RETUNS", &["returns"]), + ("RECURSSING", &["recursing"]), + ("NONSIGNIFICANT", &["insignificant"]), + ("WHYTH", &["with"]), + ("TALEKD", &["talked"]), + ("RESSURRECTED", &["resurrected"]), + ("PAYCHOLOGISTS", &["psychologists"]), + ("EXCHANAGED", &["exchanged"]), + ("ASAPRAGUS", &["asparagus"]), + ("FAVORTIES", &["favorites"]), + ("MEDITATIONG", &["meditating"]), + ("RIMANISSENT", &["reminiscent"]), + ("INNOCOUS", &["innocuous"]), + ("DESCENDENDS", &["descended"]), + ("QUITTED", &["quit"]), + ("INTERFERENS", &["interferes"]), + ("REALTIVES", &["relatives"]), + ("WITHOIT", &["without"]), + ("BITOCIN", &["bitcoin"]), + ("ATREMIS", &["artemis"]), + ("SUBJECTIVELLY", &["subjectively"]), + ("CONTRADICCION", &["contradiction"]), + ("DUALTIY", &["duality"]), + ("EXSTACY", &["ecstasy"]), + ("VULNERABILIIES", &["vulnerabilities"]), + ("AQCUAINTANCES", &["acquaintances"]), + ("INSTRCUTIONAL", &["instructional"]), + ("BAKGROUNDS", &["backgrounds"]), + ("COMPINSATING", &["compensating"]), + ("ENCYCLOPIDIA", &["encyclopedia"]), + ("MONOTIRING", &["monitoring"]), + ("EXCHENGED", &["exchanged"]), + ("BBOOLEAN", &["boolean"]), + ("PARAMETRE", &["parameter"]), + ("DISSALOW", &["disallow"]), + ("CONSEQUESECES", &["consequences"]), + ("CODUCTED", &["conducted"]), + ("INSIPRATIONAL", &["inspirational"]), + ("MEDAI", &["media"]), + ("RANDAZYVOOS", &["rendezvous"]), + ("POLGYAMY", &["polygamy"]), + ("HIGHIGHTS", &["highlights"]), + ("MIRROROWING", &["mirroring"]), + ("DEADLOK", &["deadlock"]), + ("INSTRUCTIOIN", &["instruction"]), + ("INSTERTION", &["insertion"]), + ("HANDICAPED", &["handicapped"]), + ("PERFERS", &["prefers"]), + ("WORKAROUDN", &["workaround"]), + ("VINDICTAVE", &["vindictive"]), + ("LIKLIHOOD", &["likelihood"]), + ("CONTIRBUTED", &["contributed"]), + ("ASSOCAITED", &["associated"]), + ("SOUNTRACK", &["soundtrack"]), + ("PATTENS", &["patterns", "patents"]), + ("CONFIMRED", &["confirmed"]), + ("FREQUNCY", &["frequency"]), + ("HYSTERICLLY", &["hysterically"]), + ("MULTIMATIONAL", &["multinational"]), + ("OTAIN", &["obtain"]), + ("DEPDENTS", &["dependents"]), + ("PEOLPE", &["people"]), + ("OFFENS", &["offend", "offends", "offense", "offers"]), + ("COORIDNATED", &["coordinated"]), + ("DUPLACTES", &["duplicates"]), + ("ATACHED", &["attached"]), + ("RANDAM", &["random"]), + ("CANTACT", &["contact"]), + ("MANTAINING", &["maintaining"]), + ("CONVERVED", &["conserved", "conversed"]), + ("IRRACIONAL", &["irrational"]), + ("MANUFACTERED", &["manufactured"]), + ("SPRIRIOUS", &["spurious"]), + ("PREJIDUCE", &["prejudice"]), + ("MECHANSIMS", &["mechanisms"]), + ("MANEFESTATION", &["manifestation"]), + ("AUTOFORMATING", &["autoformatting"]), + ("CRITICAS", &["critics"]), + ("CLIPOING", &["clipping"]), + ("ACCESIBLITY", &["accessibility"]), + ("OSTROCIZED", &["ostracized"]), + ("DISPODE", &["dispose"]), + ("QUANTITIY", &["quantity"]), + ("ANARQUISTIC", &["anarchistic"]), + ("CONCATINCATE", &["concatenate"]), + ("INTTERUPT", &["interrupt"]), + ("STTETING", &["setting"]), + ("SCHMEAS", &["schemas"]), + ("FRONTLINJEN", &["frontline"]), + ("MILESECOND", &["millisecond"]), + ("NUMNER", &["number"]), + ("OTEHR", &["other"]), + ("EXPERIMANTED", &["experimented"]), + ("INSENTIVITE", &["insensitive"]), + ("SIRECTING", &["directing"]), + ("CYRPTIC", &["cryptic"]), + ("THEIFS", &["thieves"]), + ("RENEGOATION", &["renegotiation"]), + ("SENTENECES", &["sentences"]), + ("UTILLITIES", &["utilities"]), + ("INSTERSECTION", &["intersection"]), + ("MASTUBRATION", &["masturbation"]), + ("UNIVERISITES", &["universities"]), + ("CERTIFICATON", &["certification"]), + ("SASKETCHAWAN", &["saskatchewan"]), + ("HIGHLIGTING", &["highlighting"]), + ("SIWZZLE", &["swizzle"]), + ("RELEATIONSHIP", &["relationship"]), + ("DISARIABLE", &["desirable"]), + ("MYSLEF", &["myself"]), + ("NEIGHBEOR", &["neighbor"]), + ("DIALIGS", &["dialogs"]), + ("OBJECTIVAS", &["objectives"]), + ("BRAODCASTING", &["broadcasting"]), + ("SUPERMAKTER", &["supermarkets"]), + ("THEORICALLY", &["theoretically"]), + ("ORGASMES", &["orgasms"]), + ("TREMELO", &["tremolo"]), + ("REBOUNCE", &["rebound"]), + ("CALIFRONIAN", &["californian"]), + ("LARGETS", &["largest", "targets"]), + ("CPACITY", &["capacity"]), + ("DEPENDICES", &["dependencies"]), + ("RUIDMENTARY", &["rudimentary"]), + ("BROADCASING", &["broadcasting"]), + ("SWEERHEART", &["sweetheart"]), + ("EXTERMIST", &["extremist"]), + ("PESTICEDES", &["pesticides"]), + ("ISRALEI", &["israeli"]), + ("BONDARY", &["boundary"]), + ("SRIKEOUT", &["strikeout"]), + ("DISCONECTED", &["disconnected"]), + ("SKEPTICONS", &["skeptics"]), + ("SPEFICILLICATION", &["specification"]), + ("CONAINT", &["contain"]), + ("REEIVED", &["received"]), + ("ANIMAITE", &["animate"]), + ("CORUS", &["chorus"]), + ("DEFINAYELY", &["definitely"]), + ("EALRY", &["early"]), + ("PSYCOLOGY", &["psychology"]), + ("INTERPERSONEL", &["interpersonal"]), + ("PERMISSIOSN", &["permissions"]), + ("ACTICATE", &["activate"]), + ("ALGOTITHM", &["algorithm"]), + ("MISINTEPRET", &["misinterpret"]), + ("FOLFER", &["folder"]), + ("INTERLEIVE", &["interleave"]), + ("SUBNEGOTIONS", &["subnegotiations"]), + ("GODDAMMN", &["goddamn"]), + ("FLLOWING", &["following", "flowing"]), + ("ARGUBALY", &["arguably"]), + ("IMMSERSIVE", &["immersive"]), + ("CONFIGUARE", &["configure"]), + ("COMPARITION", &["comparison"]), + ("LEAGELISE", &["legalise"]), + ("DEDIDATE", &["dedicate"]), + ("UNLKELY", &["unlikely"]), + ("CNFIGURE", &["configure"]), + ("RLSE", &["else"]), + ("UMAMBIGUOUS", &["unambiguous"]), + ("HARASSEMENT", &["harassment"]), + ("CERCUMSTANCES", &["circumstances"]), + ("SHLETER", &["shelter"]), + ("MELLINEUMS", &["millennia"]), + ("INEVITIBLE", &["inevitable"]), + ("VERSIONMS", &["versions"]), + ("THRUSDAY", &["thursday"]), + ("ALIVER", &["alive", "liver", "sliver"]), + ("DISREGARING", &["disregarding"]), + ("INITIALIZEDD", &["initialized"]), + ("ISNPIRON", &["inspiron"]), + ("RESETART", &["restart"]), + ("SEATCH", &["search"]), + ("CONSIDERSTION", &["considerations"]), + ("STANGANT", &["stagnant"]), + ("ASBOLUTELLY", &["absolutely"]), + ("IMPLEMENTTION", &["implementation"]), + ("CUTSCENCE", &["cutscene"]), + ("NANE", &["name"]), + ("DESCEDENT", &["descendent"]), + ("FINXING", &["fixing"]), + ("QUERIABLE", &["queryable"]), + ("AVAILALBE", &["available"]), + ("COOORDINATE", &["coordinate"]), + ("ORGANISMER", &["organise"]), + ("SPESIFIC", &["specific"]), + ("REMAING", &["remaining"]), + ("COORDINATERS", &["coordinates"]), + ("UNUNSUAL", &["unusual"]), + ("ALGOLITHMS", &["algorithms"]), + ("DISSMANTLE", &["dismantle"]), + ("DEINITALIZE", &["deinitialize"]), + ("SINGELES", &["singles", "signals"]), + ("WARNNING", &["warning"]), + ("ANNIHALATED", &["annihilated"]), + ("MUSHROOOMS", &["mushroom"]), + ("EXCLUSUIVE", &["exclusive"]), + ("LIBERTARIANSIM", &["libertarianism"]), + ("INSIPRED", &["inspired"]), + ("DEPEDENT", &["dependent"]), + ("OBSESSIE", &["obsessive"]), + ("FEONSAY", &["fiancée"]), + ("DISCOTEK", &["discotheque"]), + ("IMPELMENTATIONS", &["implementations"]), + ("INFIDILITY", &["infidelity"]), + ("REGULAX", &["regular"]), + ("SCRTIPING", &["scripting"]), + ("PROVIDERES", &["providers"]), + ("COMPILIER", &["compiler"]), + ("REPSECTIVE", &["respective"]), + ("FANFICITON", &["fanfiction"]), + ("BACKGRUNDS", &["backgrounds"]), + ("SUJECT", &["subject"]), + ("COMPELATION", &["compilation"]), + ("ALGHORITMIC", &["algorithmic"]), + ("DEFENDERLOS", &["defenders"]), + ("SIMILIARITES", &["similarities"]), + ("CORRENTLY", &["correctly", "currently"]), + ("SOMEWERE", &["somewhere"]), + ("NEIGHOURHOOD", &["neighbourhood"]), + ("VAKUES", &["values"]), + ("ALIGNMEENT", &["alignment"]), + ("YOESMITE", &["yosemite"]), + ("NEIGHTOBRS", &["neighbors"]), + ("GUARNETES", &["guarantees"]), + ("WHN", &["when"]), + ("LICEMSE", &["license"]), + ("BITHCES", &["bitches"]), + ("COLLATIONG", &["collation"]), + ("IMPLEMENING", &["implementing"]), + ("PRIESTHOD", &["priesthood"]), + ("DISTACE", &["distance", "distaste"]), + ("CHGANGED", &["changed"]), + ("SWITHCH", &["switch"]), + ("PROESSING", &["processing"]), + ("GEOMTERIES", &["geometries"]), + ("FECTHED", &["fetched"]), + ("SPECILIAZED", &["specialize"]), + ("ALLOCTING", &["allocating"]), + ("PARAPHRAZING", &["paraphrasing"]), + ("INDAVIDUAL", &["individual"]), + ("ENDIEN", &["endian", "indian"]), + ("CONSUMTION", &["consumption"]), + ("DESTKOP", &["desktop"]), + ("COALACE", &["coalesce"]), + ("RENEGOTIONATIONS", &["renegotiations"]), + ("PROSOCUTED", &["prosecuted"]), + ("STAATUS", &["status"]), + ("FOLLWOEING", &["following"]), + ("SEVE", &["save", "sieve"]), + ("POLYGONE", &["polygon"]), + ("DOUCMENTERS", &["documenters"]), + ("PROMINANTELY", &["prominently"]), + ("PEDOPHILLES", &["pedophile"]), + ("CONFRONTAION", &["confrontation"]), + ("ADRESSES", &["addresses"]), + ("PHYSIQE", &["physique"]), + ("SUSCEDERS", &["seceders"]), + ("EVERONE", &["everyone"]), + ("PRESTIGIOSE", &["prestigious"]), + ("CAMER", &["camera"]), + ("THHESE", &["these"]), + ("MEHODICALLY", &["methodically"]), + ("COMPONSITES", &["composites"]), + ("AMMENDMENT", &["amendment"]), + ("METATADA", &["metadata"]), + ("ACCURACCIES", &["accuracies"]), + ("REFORMATING", &["reformatting"]), + ("GAUS", &["gauss", "gauze"]), + ("ENGAGMENT", &["engagement"]), + ("CONSQUENCE", &["consequence"]), + ("INPREDICTABLE", &["unpredictable"]), + ("CLOISONAYS", &["cloisonnés"]), + ("SECERTLY", &["secretly"]), + ("SINCERELEY", &["sincerely"]), + ("COUNSILERS", &["counselors"]), + ("EXECUTDING", &["executing"]), + ("MKAING", &["making"]), + ("PLATTFORMS", &["platforms"]), + ("EXCHNGING", &["exchanging"]), + ("IMMORTAILTY", &["immortality"]), + ("CONVENCTIONAL", &["conventional"]), + ("DISTRIBUTONS", &["distributors"]), + ("DEFQAULT", &["default"]), + ("ADJUSTIFICAT", &["justification"]), + ("DOWNVOTEAR", &["downvoters"]), + ("OPPONET", &["opponent"]), + ("DYSFUNKTIONAL", &["dysfunctional"]), + ("MULTIPALYER", &["multiplayer"]), + ("KONWN", &["known"]), + ("CLIFTHANGER", &["cliffhanger"]), + ("PALETABLE", &["palatable"]), + ("METAPHYSICANS", &["metaphysics"]), + ("APPEARES", &["appears"]), + ("BEFRIED", &["befriend"]), + ("MAGNITED", &["magnitude"]), + ("ROOMATE", &["roommate"]), + ("DEPDENENCE", &["dependence"]), + ("DISTATER", &["disaster"]), + ("UNSYCHRONIZED", &["unsynchronized"]), + ("PSHYCOLOGICAL", &["psychological"]), + ("CLIPBAORD", &["clipboard"]), + ("CLASSIFCATIONS", &["classifications"]), + ("INTEPOLATES", &["interpolates"]), + ("BEHABIORS", &["behaviors"]), + ("SPEFIIED", &["specified"]), + ("IMPRISONNED", &["imprisoned"]), + ("APPROPRAITELY", &["appropriately"]), + ("IMPLEMEMTS", &["implements"]), + ("SYNOMYNS", &["synonyms"]), + ("FAIULRE", &["failure"]), + ("POPUPLATED", &["populated"]), + ("INPECTIONS", &["inspections"]), + ("IMPORTAT", &["important"]), + ("USIING", &["using"]), + ("ACCESSMENT", &["assessment"]), + ("GUTIARS", &["guitars"]), + ("PROFICIANCY", &["proficiency"]), + ("AFTERTHOUGT", &["afterthought"]), + ("SOLUM", &["solemn"]), + ("CELLEBRATED", &["celebrated"]), + ("RULEBOK", &["rulebook"]), + ("DETETS", &["detects", "deletes"]), + ("STIRR", &["stir"]), + ("SENTIVITE", &["sensitive"]), + ("EVELOPE", &["envelope", "envelop"]), + ("AUTOCMPLETING", &["autocompleting"]), + ("SINGELPLAYER", &["singleplayer"]), + ("BUMPTED", &["bumped"]), + ("VISIBILTIY", &["visibility"]), + ("DEMOGRAHPICS", &["demographics"]), + ("PRIESTES", &["priests"]), + ("WORKFAROUND", &["workaround"]), + ("LINAR", &["linear"]), + ("CALCEL", &["cancel"]), + ("OBTAINEBLE", &["obtainable"]), + ("NEVERTHLESS", &["nevertheless"]), + ("AMPETHAMINES", &["amphetamines"]), + ("OFICIONADO", &["aficionado"]), + ("NEIGHBOORHOODS", &["neighborhoods"]), + ("DEMONSTRANTS", &["demonstrates"]), + ("QEUEST", &["quest"]), + ("EXPERIMNTATION", &["experimentation"]), + ("DAMED", &["damned", "damped", "domed", "gamed"]), + ("MENETIONING", &["mentioning"]), + ("PREFERABLLY", &["preferably"]), + ("TRYES", &["tries"]), + ("SUBSTANTIABLE", &["substantial"]), + ("DEPRICATING", &["deprecating"]), + ("REENCARNATION", &["reincarnation"]), + ("SANCTIONNE", &["sanctioned"]), + ("ENOUCNTER", &["encounter"]), + ("MOBILITIY", &["mobility"]), + ("IMPORTNAT", &["important"]), + ("DRAGONUS", &["dragons"]), + ("EEGER", &["eager"]), + ("IMPLENTATIONS", &["implementations"]), + ("RECRUTIER", &["recruiter"]), + ("UNRELYING", &["underlying"]), + ("DISAPPERARED", &["disappeared"]), + ("UPPSTREAMED", &["upstreamed"]), + ("INFESTATON", &["infestation"]), + ("EXPONANTIALLY", &["exponentially"]), + ("TRIVIVAL", &["trivial"]), + ("LOGNER", &["logger", "longer"]), + ("PARTITICIPANTS", &["participants"]), + ("DEVELPMENTS", &["developments"]), + ("POWETLIFTING", &["powerlifting"]), + ("REEVALUDATED", &["reevaluated"]), + ("COMLETELY", &["completely"]), + ("DINMAIC", &["dynamic"]), + ("EXPEMENTERS", &["experimenters"]), + ("DESERALIZATION", &["deserialization"]), + ("CATHOLISICM", &["catholicism"]), + ("NEIGHBEORHOD", &["neighborhood"]), + ("ENLARGMENT", &["enlargement"]), + ("PATHCED", &["patched"]), + ("IMPULSIVLEY", &["impulsive"]), + ("PROYECTS", &["projects", "protects"]), + ("OBERSVANT", &["observant"]), + ("DERICTERYS", &["directories"]), + ("RECQUIRED", &["required"]), + ("MANDATS", &["mandates"]), + ("MIRRORN", &["mirror"]), + ("BENGING", &["binging"]), + ("CRABINE", &["carbine"]), + ("AYNCHRONOUS", &["asynchronous"]), + ("INTERPRUT", &["interrupt"]), + ("DETROYS", &["destroys"]), + ("NOVEMBEARD", &["november"]), + ("APPERARED", &["appeared"]), + ("CLANNAND", &["clannad"]), + ("BEURAUCRATS", &["bureaucrats"]), + ("TUNNELL", &["tunnel"]), + ("DESORDER", &["disorder"]), + ("SUBSITUTION", &["substitution"]), + ("DEFUALT", &["default"]), + ("SUPPLIMENT", &["supplement"]), + ("BERSEKR", &["berserk"]), + ("INCLDUE", &["include"]), + ("ANTIBITOICS", &["antibiotics"]), + ("PARTICULARY", &["particularly"]), + ("DECIEDS", &["decides"]), + ("VERITCAL", &["vertical"]), + ("SYSTHEMERROR", &["systemerror"]), + ("MISINTERPRETATED", &["misinterpreted"]), + ("BYCICLIST", &["bicyclist"]), + ("PHOTOGRAFY", &["photography"]), + ("THOESE", &["these", "those"]), + ("TEMPATURE", &["temperature"]), + ("INTERPRER", &["interpreter"]), + ("LEVLE", &["level"]), + ("EXCULSIVES", &["exclusives"]), + ("COMMPARISONS", &["comparisons"]), + ("DISSAMBLING", &["disassembling"]), + ("STANARD", &["standard"]), + ("SPEFIICATIONS", &["specifications"]), + ("SATELITES", &["satellites"]), + ("CONTRIBUTUONS", &["contributions"]), + ("ENLOSE", &["enclose"]), + ("ACCRODING", &["according"]), + ("REVOLUITON", &["revolutions", "revolution"]), + ("EXECUTIONG", &["execution", "executing"]), + ("MOTHERBOAD", &["motherboard"]), + ("OPEATIONS", &["operations"]), + ("COMPLATES", &["completes"]), + ("DELET", &["delete"]), + ("BACKREFERRENCE", &["backreference"]), + ("ALOCATE", &["allocate"]), + ("PERSUED", &["pursued"]), + ("PERFERRM", &["perform"]), + ("COUND", &["could", "count", "found"]), + ("SCCRIPT", &["script"]), + ("DISSASEMBLES", &["disassembles"]), + ("ROPOSITORY", &["repository"]), + ("IMPLAUSIBE", &["implausible"]), + ("SUPERVISER", &["supervisor"]), + ("OBLEEKLY", &["obliquely"]), + ("HEMORAGIC", &["haemorrhagic", "hemorrhagic"]), + ("INDIRECTELY", &["indirectly"]), + ("SUBSEQENCE", &["subsequence"]), + ("SYMBSOLS", &["symbols"]), + ("ENAABLE", &["enable"]), + ("BREAKTHRUOGH", &["breakthrough"]), + ("SENTENAL", &["sentinel"]), + ("EMPHATIZES", &["emphasizes"]), + ("DESGINER", &["designer"]), + ("UNREALESED", &["unreleased"]), + ("CURRENTUSA", &["currents"]), + ("DEGERATE", &["degenerate"]), + ("WORTHELSS", &["worthless"]), + ("PROTESTENTS", &["protestants"]), + ("ENTRIY", &["entry", "entries"]), + ("ENUMEARATE", &["enumerate"]), + ("IMPCATED", &["impacted"]), + ("ARCHETECTURE", &["architecture"]), + ("AUTOMATYCALLY", &["automatically"]), + ("DIRBBLE", &["dribble"]), + ("SPREADSHETS", &["spreadsheets"]), + ("EVERYONEHAS", &["everyones"]), + ("SUPRIZE", &["surprise"]), + ("ENTHUSEASTICALLY", &["enthusiastically"]), + ("MULITIPLIERS", &["multipliers"]), + ("ENCAPSULATZION", &["encapsulation"]), + ("TROTZKYIST", &["trotskyist"]), + ("RENEGOTITATION", &["renegotiation"]), + ("MUTIPULE", &["multiple"]), + ("ASTEORID", &["asteroid"]), + ("APPROPRATION", &["appropriation"]), + ("TOOLAR", &["toolbar"]), + ("COINSIDENCE", &["coincidence"]), + ("AUTHECATED", &["authenticated"]), + ("ALGORITHIMES", &["algorithms"]), + ("REGISTEING", &["registering"]), + ("SYNCRONIZATIONS", &["synchronizations"]), + ("EXPCET", &["except", "expect"]), + ("MOMENTARALY", &["momentarily"]), + ("CALCULATTED", &["calculated"]), + ("ANYMPORE", &["anymore"]), + ("PANIICS", &["panics"]), + ("PROVICDED", &["provided"]), + ("CONVRETS", &["converts"]), + ("INCREMENETS", &["increments"]), + ("INTALLS", &["installs"]), + ("GUARRENTEES", &["guarantees"]), + ("PROPRIATORY", &["proprietary"]), + ("SECRUITY", &["security"]), + ("DEFFERS", &["differs", "defers"]), + ("INITIATVES", &["initiatives"]), + ("CONCURENT", &["concurrent"]), + ("BWTWEEN", &["between"]), + ("SPEFICIIFER", &["specifier"]), + ("PREPRESENTS", &["represents"]), + ("NEIGHBOURHODS", &["neighbourhoods"]), + ("SAMRUAI", &["samurai"]), + ("PLAGIARIOS", &["plagiarism"]), + ("STSTION", &["station"]), + ("VACUMS", &["vacuums"]), + ("PREDOMIANTLY", &["predominately"]), + ("MIRACULOS", &["miraculous"]), + ("RECTENGULAR", &["rectangular"]), + ("PORTABILTY", &["portability"]), + ("HELERPS", &["helpers"]), + ("CILINDRICAL", &["cylindrical"]), + ("DESTRUCTIVO", &["destruction"]), + ("RETRIEV", &["retrieve"]), + ("TRASNFORMATIONS", &["transformations"]), + ("AGGREATED", &["aggregated"]), + ("RESEREVED", &["reserved"]), + ("UNINTIALIZED", &["uninitialized"]), + ("SACRAMENNO", &["sacramento"]), + ("COMMITES", &["commits", "committed"]), + ("DISCIPLINS", &["disciplines"]), + ("SOTYR", &["satyr", "story"]), + ("PERIDOICALLY", &["periodically"]), + ("FORMOST", &["foremost"]), + ("DEMOCRAPHICS", &["demographics"]), + ("KNOWLEGDEABLE", &["knowledgeable"]), + ("DISCONTINUTED", &["discontinued"]), + ("UNCONDITONAL", &["unconditional"]), + ("UNDERWAR", &["underwater"]), + ("UNBELIEVABLEY", &["unbelievably"]), + ("BEGGINNG", &["begging"]), + ("METHAPORICALLY", &["metaphorically"]), + ("KUBERENETES", &["kubernetes"]), + ("INITIAILIZING", &["initializing"]), + ("CIMPTOMATIC", &["symptomatic"]), + ("LATES", &["later", "latest"]), + ("VERSIOS", &["versions"]), + ("PLAIGARISM", &["plagiarism"]), + ("DEFITNELY", &["definitely"]), + ("XEPECTED", &["expected"]), + ("VEGERATIAN", &["vegetarians"]), + ("OPEARATIOS", &["operations"]), + ("DIRECOTY", &["directory"]), + ("SHIELDD", &["shielded"]), + ("DISCIPLEN", &["disciplines"]), + ("KEESH", &["quiche"]), + ("DIRECTOS", &["directors"]), + ("REPRESENTAIONS", &["representations"]), + ("CUSOTM", &["custom"]), + ("CLETICS", &["celtics"]), + ("FONDAMENTALISTS", &["fundamentalists"]), + ("UNLIMTED", &["unlimited"]), + ("FOLLWOWINWG", &["following"]), + ("INTERNATION", &["international"]), + ("MARITAN", &["martian"]), + ("NARCISSITIC", &["narcissistic"]), + ("COMMANTED", &["commanded", "commented"]), + ("OVERHWELMED", &["overwhelmed"]), + ("COMFLICTING", &["conflicting"]), + ("SECONARY", &["secondary"]), + ("CURCH", &["church"]), + ("REINFORCEMNT", &["reinforcement"]), + ("DINSOAURS", &["dinosaurs"]), + ("EXLICITELY", &["explicitly"]), + ("PERSICUTION", &["persecution"]), + ("MANIUPLATORS", &["manipulators"]), + ("GENRALISATION", &["generalisation"]), + ("ALEVT", &["alert"]), + ("ZOOKEINEE", &["zucchini"]), + ("EXEPECTED", &["expected"]), + ("QUEISCE", &["quiesce"]), + ("BACKGORUND", &["background"]), + ("PROGATED", &["propagated"]), + ("DESICATE", &["desiccate"]), + ("CONSUMATING", &["consummating"]), + ("ACCCESSD", &["accessed"]), + ("YUOU", &["you"]), + ("NOTIFICASTION", &["notification"]), + ("CORPORTAION", &["corporation"]), + ("CELISUS", &["celsius"]), + ("EVELUATION", &["evaluation"]), + ("MISTIC", &["mystic"]), + ("PHILEDALPHIA", &["philadelphia"]), + ("DISPROPROTIONATELY", &["disproportionately"]), + ("ACCESSBILITY", &["accessibility"]), + ("DEIFNETLY", &["definitely"]), + ("FALURE", &["failure"]), + ("ANIMAING", &["animating"]), + ("WHISHLIST", &["wishlist"]), + ("ACCORTIND", &["according"]), + ("PRODECURAL", &["procedural"]), + ("ASYNNC", &["async"]), + ("TRIPPLES", &["triples"]), + ("FOUDN", &["found"]), + ("NECESSIATE", &["necessitate"]), + ("DIRCTLY", &["directly"]), + ("STREAMADE", &["streamed"]), + ("DENOMINATON", &["denomination"]), + ("CHANGINGS", &["changes"]), + ("OVERWRIDDEN", &["overridden", "overwritten"]), + ("SPECIFIECED", &["specified"]), + ("RELACATABLE", &["relocatable"]), + ("AHERE", &["adhere", "here"]), + ("AHVING", &["having"]), + ("PREWVIEW", &["preview"]), + ("ALCOHALICS", &["alcoholics"]), + ("PRINCILA", &["principals"]), + ("NEIGBHORHOODS", &["neighborhoods"]), + ("DELIMITTER", &["delimiter"]), + ("SAPEENAING", &["subpoenaing"]), + ("COTNAIN", &["contain"]), + ("LAYSERS", &["lasers", "layers"]), + ("FINELLY", &["finally"]), + ("ENUMARATING", &["enumerating"]), + ("STATISFIED", &["satisfied"]), + ("RESOLUTIN", &["resolutions", "resolution"]), + ("CCONTROL", &["control"]), + ("INITIAILIZE", &["initialize"]), + ("EMPHATIZED", &["emphasized"]), + ("EXPERIMATIONS", &["experimentations"]), + ("PERSONALITYS", &["personalities"]), + ("EPERIENCE", &["experience"]), + ("EXISTINGS", &["existing"]), + ("UNDERGORUND", &["underground"]), + ("RESORECES", &["resources"]), + ("UNNEEDINGLY", &["unnecessarily"]), + ("UNBALNACED", &["unbalanced"]), + ("DELIMITIONS", &["delimitations"]), + ("FOLOWWIN", &["following"]), + ("LEGITIMATLEY", &["legitimately"]), + ("REMEMEBER", &["remember"]), + ("EXLUSIONS", &["exclusions"]), + ("THEREFO", &["thereof"]), + ("CAPITAIN", &["captain"]), + ("TRANSFORMATED", &["transformed"]), + ("PARKAY", &["parkway", "parlay", "parquet"]), + ("DEEPO", &["depot"]), + ("ONSALUGHT", &["onslaught"]), + ("SERIALIALIZING", &["serializing"]), + ("AUTOCOPLETE", &["autocomplete"]), + ("UNCOMENTING", &["uncommenting"]), + ("CONVERSATINO", &["conservation"]), + ("CORECTNESS", &["correctness"]), + ("ADJUDIVATE", &["adjudicate"]), + ("COMATABILITY", &["compatibility"]), + ("EMTY", &["empty"]), + ("OUTBUT", &["output"]), + ("INITAILIZED", &["initialized"]), + ("RRROR", &["error"]), + ("WARRENTIES", &["warranties"]), + ("MATHCES", &["matches"]), + ("APROACH", &["approach"]), + ("DELVERY", &["delivery"]), + ("GUILIO", &["giulio"]), + ("OVERPOWED", &["overpowered"]), + ("MANUFAUCTURING", &["manufacturing"]), + ("ALTERNAIVES", &["alternatives"]), + ("VIOLETAS", &["violates"]), + ("DISCRIPTION", &["description"]), + ("SYSTMES", &["systems"]), + ("TONUGES", &["tongues"]), + ("CALUCALTE", &["calculate"]), + ("INFORRMATION", &["information"]), + ("SODDER", &["solder"]), + ("TREWTHFULLY", &["truthfully"]), + ("OBSERVAITON", &["observant"]), + ("PROFESSSOR", &["professors"]), + ("ACHIEVMENTS", &["achievements"]), + ("REIPIENTS", &["recipients"]), + ("EMBARASING", &["embarrassing"]), + ("AUTHENTATION", &["authentication"]), + ("STRENGHENING", &["strengthening"]), + ("ORIGIAL", &["original"]), + ("OMMITTING", &["omitting"]), + ("PRBLEM", &["problem"]), + ("MESSANGER", &["messenger"]), + ("APPRECITED", &["appreciated"]), + ("BENCKMARKING", &["benchmarking"]), + ("SQASHING", &["squashing"]), + ("ATHELTICISM", &["athleticism"]), + ("EXPLINED", &["explained"]), + ("BEGGINER", &["beginner"]), + ("DERIATIVES", &["derivatives"]), + ("INSIGTS", &["insights"]), + ("MULITNATIONAL", &["multinational"]), + ("STARLTED", &["startled"]), + ("REPETE", &["repeat"]), + ("OWERFLOW", &["overflow"]), + ("ENCHANTIG", &["enchanting"]), + ("VULNEARBUILITIES", &["vulnerabilities"]), + ("HIGHT", &["height", "high"]), + ("SUCSESSFULLY", &["successfully"]), + ("NEGATIV", &["negative"]), + ("FAVORUITE", &["favorite"]), + ("NEDLE", &["needle"]), + ("CONTRADICES", &["contradicts"]), + ("CIRCUMCITION", &["circumcision"]), + ("ZOOKEENI", &["zucchini"]), + ("CHERCHS", &["churches"]), + ("PACAGES", &["packages"]), + ("MEACHNISMS", &["mechanisms"]), + ("DEVIDER", &["divider"]), + ("GUYSER", &["geyser"]), + ("NATIONALSIM", &["nationalism"]), + ("SUBRESOURES", &["subresources"]), + ("LENGHTH", &["length"]), + ("INOT", &["into"]), + ("OCILATED", &["oscillated"]), + ("CONTROVERSAL", &["controversial"]), + ("SUBSTENTIAL", &["substantial"]), + ("EXISTEND", &["existed", "existent"]), + ("RECONECCTS", &["reconnects"]), + ("PERFOEMNACES", &["performances"]), + ("CATHOLOCISIM", &["catholicism"]), + ("DEVUCE", &["device"]), + ("ADEQUATLEY", &["adequately"]), + ("BANDWITDH", &["bandwidth"]), + ("TRANSFORATIONS", &["transformations"]), + ("KNOWLEDGABEL", &["knowledgable"]), + ("ANOHER", &["another"]), + ("COLLABORATO", &["collaboration"]), + ("DISSMISED", &["dismissed"]), + ("GAMIFICATIONS", &["ramifications"]), + ("PRIRORITIZE", &["prioritize"]), + ("ATTRAKTION", &["attraction"]), + ("VIRUTALLY", &["virtually"]), + ("COUNTRS", &["counters", "contours", "countries"]), + ("INCONSEQUENTIONAL", &["inconsequential"]), + ("SUBSEUQENT", &["subsequent"]), + ("FASHIST", &["fascist"]), + ("TODYA", &["today"]), + ("ABSTRCTS", &["abstracts"]), + ("IRREPRODUCABLE", &["irreproducible"]), + ("IMEDIATELY", &["immediately"]), + ("FITERS", &["filters", "fighters", "fitters", "fivers"]), + ("PLEACE", &["please", "place"]), + ("PROSTITUEES", &["prostitutes"]), + ("LEAGLIZE", &["legalize"]), + ("FEILDING", &["fielding"]), + ("ANALSYIS", &["analysis"]), + ("DREGEES", &["degrees"]), + ("IRREVELANT", &["irrelevant"]), + ("SUBNEGOTIOTION", &["subnegotiation"]), + ("CARMONIES", &["ceremonies"]), + ("MORPHEIN", &["morphine"]), + ("CONVAXLY", &["convexly"]), + ("ENTIRELLY", &["entirely"]), + ("PERCPETION", &["perceptions"]), + ("TRANSPARITIES", &["transparencies"]), + ("PLUIGNS", &["plugins"]), + ("MOTHREBOARD", &["motherboards"]), + ("INTERPETER", &["interpreter"]), + ("NERVANA", &["nirvana"]), + ("OBJECS", &["objects"]), + ("UNTRACHED", &["untracked"]), + ("MISINTERPERTING", &["misinterpreting"]), + ("SEPERARED", &["separated"]), + ("AUTOMAITCALLY", &["automatically"]), + ("EXPLANED", &["explained"]), + ("DONIG", &["doing"]), + ("EXPERIMENTATATION", &["experimentation"]), + ("APLYING", &["applying"]), + ("ADDAPTS", &["adapts"]), + ("AVRIANTS", &["variants"]), + ("PERIPHREALS", &["peripherals"]), + ("INTALLEING", &["installing"]), + ("ADDAPTATION", &["adaptation"]), + ("PROPERRY", &["property", "properly"]), + ("DOLLER", &["dollar"]), + ("SUPPORTTING", &["supporting"]), + ("DISCOVERYD", &["discovered"]), + ("CIRCUMSIED", &["circumcised"]), + ("MANISFESTATIONS", &["manifestations"]), + ("PRICISION", &["precision"]), + ("SURROUNDINS", &["surrounds"]), + ("FREEDEOM", &["freedom", "freedoms"]), + ("MDOEL", &["model"]), + ("BORADCAST", &["broadcast"]), + ("ABOMANATION", &["abomination"]), + ("RUMTIME", &["runtime"]), + ("SISTS", &["cysts", "sifts", "sits"]), + ("SYTAX", &["syntax"]), + ("DOMINENT", &["dominant"]), + ("RECTANGUAL", &["rectangular", "rectangle"]), + ("COMMNUNICATION", &["communication"]), + ("ARTIFICT", &["artifact"]), + ("INDSUTRY", &["industry"]), + ("CONTATING", &["contacting", "containing"]), + ("CONENCTED", &["connected"]), + ("RESAONS", &["reasons"]), + ("FOOTNOES", &["footnotes"]), + ("AFFICIANADOS", &["aficionados"]), + ("ABSOLUATE", &["absolute"]), + ("EXPERIMENATELLY", &["experimentally"]), + ("AVILABLE", &["available"]), + ("ANTICAPATED", &["anticipated"]), + ("BENEDICAT", &["benedict"]), + ("SHICANE", &["chicane"]), + ("PREPETUATE", &["perpetuate"]), + ("SLUAGHTER", &["slaughter"]), + ("UPGRATE", &["upgrade"]), + ("REQUESST", &["request"]), + ("NAPOMING", &["napalming"]), + ("CONTRIBUTUON", &["contribution"]), + ("HISTERICALLY", &["historically"]), + ("MEMEBERSHIPS", &["memberships"]), + ("COMPIANT", &["compliant"]), + ("ALRIGHTEY", &["alrighty"]), + ("FAILUR", &["failure"]), + ("TERURNS", &["returns"]), + ("ENTHUSIAMS", &["enthusiasm"]), + ("ORCHESTRAED", &["orchestrated"]), + ("ESTABISHES", &["establishes"]), + ("UNINTENTIONALY", &["unintentionally"]), + ("SILOWETING", &["silhouetting"]), + ("HARASES", &["harasses"]), + ("BOOLTLOADERS", &["bootloaders"]), + ("CRSYTAL", &["crystal"]), + ("CTHULLUH", &["cthulhu"]), + ("ORGANISATON", &["organisation"]), + ("SYCLING", &["cycling"]), + ("INTERACTVE", &["interactive"]), + ("COMPETITIORS", &["competitors"]), + ("CHANNE", &["channel"]), + ("EXPERIMANENTATION", &["experimentation"]), + ("CONDITIONN", &["condition"]), + ("LOCCKED", &["locked"]), + ("OPERRATION", &["operation"]), + ("INACCURATIES", &["inaccuracies"]), + ("INSTANTANEOULSY", &["instantaneous"]), + ("SIDEBOAD", &["sideboard"]), + ("COMPAROTOR", &["comparator"]), + ("OFFICIANADOS", &["aficionados"]), + ("REGULATR", &["regulator"]), + ("MISCALLENOUS", &["miscellaneous"]), + ("STRAWBERRRY", &["strawberry"]), + ("ACCOMADATIONS", &["accommodations"]), + ("INGEGER", &["integer"]), + ("RETUNED", &["returned"]), + ("OVERMAPPING", &["overlapping"]), + ("ASSMEBLER", &["assembler"]), + ("ACCOUNTAS", &["accountants"]), + ("REPRESETNATION", &["representations"]), + ("INTERST", &["interest"]), + ("IGNORMG", &["ignoring"]), + ("PHONECIAN", &["phoenecian"]), + ("CARDNIALS", &["cardinals"]), + ("DEFENETLY", &["definitely"]), + ("VOLUNTERED", &["volunteered"]), + ("EXCLUSES", &["excludes"]), + ("DICTAIONARY", &["dictionary"]), + ("JOANTHAN", &["jonathan"]), + ("NEGATIVLEY", &["negatively"]), + ("DOSSEAYS", &["dossiers"]), + ("LOGWRITTER", &["logwriter"]), + ("SUCCSSORS", &["successors"]), + ("AUTHORATITATIVELY", &["authoritatively"]), + ("OUTRAGEUOSLY", &["outrageously"]), + ("CENTERFUGE", &["centrifuge"]), + ("TRANSFOMERS", &["transforms"]), + ("ANIALATES", &["annihilates"]), + ("CALUSES", &["clauses"]), + ("CHOOSEN", &["chosen"]), + ("CANCELE", &["cancel", "cancels"]), + ("EXTERMISTS", &["extremists"]), + ("CONSITUENCY", &["constituency"]), + ("EXLCUSIVELY", &["exclusively"]), + ("FROMM", &["from"]), + ("DISBALING", &["disabling"]), + ("COSNTANT", &["constant"]), + ("MODFYING", &["modifying"]), + ("UNIFOMLY", &["uniformly"]), + ("STURCT", &["struct"]), + ("ACTIVIATES", &["activist"]), + ("SUPPPRESS", &["suppress"]), + ("MSYTICAL", &["mystical"]), + ("CALLIBRATES", &["calibrates"]), + ("MIDPIONT", &["midpoint"]), + ("UNCOMMMENTS", &["uncomments"]), + ("BIOPLAR", &["bipolar"]), + ("SYCHRONOUSLY", &["synchronously"]), + ("ESIMATION", &["estimation"]), + ("IMPLAMENTS", &["implements"]), + ("CHIDREN", &["children"]), + ("AMBIGUOS", &["ambiguous"]), + ("SIBILING", &["sibling"]), + ("IMPLMENT", &["implement"]), + ("HIDDIN", &["hidden", "hiding"]), + ("PRODUCTIE", &["productive"]), + ("CORRILATES", &["correlates"]), + ("DETUR", &["detour"]), + ("INCONSTITUTIONAL", &["unconstitutional"]), + ("EXAMPPLES", &["examples"]), + ("OMMISHIENCES", &["omnisciences"]), + ("SPEIFIED", &["specified"]), + ("SPECFIES", &["specifies"]), + ("DISSAPEARANCE", &["disappearance"]), + ("SINGLS", &["singles", "single"]), + ("WITE", &["write", "white"]), + ("DEMONSTARTES", &["demonstrates"]), + ("TAKSLET", &["tasklet"]), + ("ARRRIVED", &["arrived"]), + ("MCH", &["much"]), + ("DOMINACION", &["domination"]), + ("ARTISTC", &["artistic"]), + ("ALHA", &["alpha"]), + ("DEPRETIATED", &["depreciated", "deprecated"]), + ("DEAMENOR", &["demeanor"]), + ("EMOTIONALY", &["emotionally"]), + ("DECLARATINOS", &["declarations"]), + ("CONNECS", &["connects"]), + ("FAKTOR", &["factor"]), + ("TRANSFROMER", &["transformers", "transformer"]), + ("EXPLANTIONS", &["explanations"]), + ("AUTOMATIALLY", &["automatically"]), + ("OSCILATED", &["oscillated"]), + ("INTEMEDIARY", &["intermediary"]), + ("NEUMERIC", &["numeric"]), + ("ACHEEVE", &["achieve"]), + ("RESEARVATION", &["reservation"]), + ("PROCESSORES", &["processors"]), + ("OUPUTTING", &["outputting"]), + ("DESCTRUCTIVE", &["destructive"]), + ("TWEEK", &["tweak"]), + ("MICROSOT", &["microsoft"]), + ("RELAODED", &["reloaded"]), + ("WHENEVERY", &["whenever"]), + ("RETARDATRON", &["retardation"]), + ("PHSYICISTS", &["physicists"]), + ("DECRMENETD", &["decremented"]), + ("POSSIBY", &["possibly"]), + ("ENCOLSED", &["enclosed"]), + ("CUSTUMISED", &["customised"]), + ("ENOUGHTS", &["enough"]), + ("CONSCTRUCTING", &["constructing"]), + ("RESPONSIBLITIES", &["responsibilities"]), + ("GRADIATION", &["graduation"]), + ("FINANCIALY", &["financially"]), + ("CONSTITUANTE", &["constituents"]), + ("WEAHTER", &["weather"]), + ("RESPIRATOY", &["respiratory"]), + ("DISPROPORTIONATLY", &["disproportionately"]), + ("BEARDUDE", &["bearded"]), + ("REPHARSE", &["rephrase"]), + ("INAPPORPRIATE", &["inappropriate"]), + ("MISOGENISTIC", &["misogynistic"]), + ("EQUTIONS", &["equations"]), + ("ABSOULTLY", &["absolutely"]), + ("AQQUAINTANCE", &["acquaintance"]), + ("STABELIZED", &["stabilized"]), + ("HALLUCINAITONS", &["hallucination"]), + ("EYT", &["yet"]), + ("MINNEAPOLS", &["minneapolis"]), + ("ABSTRACLY", &["abstractly"]), + ("MOTEEF", &["motif"]), + ("PAROKEELLY", &["parochially"]), + ("WHISTELS", &["whistles"]), + ("SCENEGRAAPH", &["scenegraph"]), + ("HIERCHY", &["hierarchy"]), + ("ACCUMMULATORS", &["accumulators"]), + ("DESTRUCTROS", &["destructors"]), + ("DINOSAUS", &["dinosaurs"]), + ("METION", &["mention"]), + ("CHANDALIERS", &["chandeliers"]), + ("DIRECDORYS", &["directories"]), + ("GUARNATEEING", &["guaranteeing"]), + ("QUALIFERS", &["qualifiers"]), + ("SIGNALES", &["signals"]), + ("IDENIFIED", &["identified"]), + ("NEES", &["needs"]), + ("ADHEVISE", &["adhesive"]), + ("CONSTRANS", &["constrains"]), + ("QUALIFIING", &["qualifying"]), + ("GRIEIFNG", &["griefing"]), + ("SYTEMS", &["systems"]), + ("DISMANTELED", &["dismantled"]), + ("MULTIFUCTION", &["multifunction"]), + ("RIGHTT", &["right"]), + ("RESISTANCIES", &["resistances"]), + ("RESISTANE", &["resistances"]), + ("NUNNECSSARY", &["unnecessary"]), + ("UNGODLEY", &["ungodly"]), + ("UPGADING", &["upgrading"]), + ("MISINTREPRETING", &["misinterpreting"]), + ("SELCTED", &["selected"]), + ("SYSMTE", &["system"]), + ("DOSCTRINGS", &["docstrings"]), + ("READDRSSING", &["readdressing"]), + ("INTELEGENCE", &["intelligence"]), + ("INSALL", &["install"]), + ("RELASER", &["releaser"]), + ("INVALIDTE", &["invalidate"]), + ("MAINTREAM", &["mainstream"]), + ("PROHIBIS", &["prohibits"]), + ("TRESURED", &["treasured"]), + ("MICROPHEN", &["microphone"]), + ("TIHS", &["this"]), + ("POINTSS", &["points"]), + ("EXECURES", &["executes"]), + ("RANDMONESS", &["randomness"]), + ("UNCOMMPRESSD", &["uncompressed"]), + ("DISADVANTGED", &["disadvantaged"]), + ("IINCLUDE", &["include"]), + ("WORKROUNDS", &["workarounds"]), + ("FOUNF", &["found"]), + ("METAPHYSICALS", &["metaphysics"]), + ("SCLAR", &["scalar"]), + ("SWTICHS", &["switches"]), + ("SPECIEFIED", &["specified"]), + ("ASSIGNMENS", &["assignments"]), + ("HASTABLE", &["hashtable"]), + ("LIBRAYR", &["library"]), + ("RAPTROS", &["raptors"]), + ("PORVEN", &["proven"]), + ("GGOGLED", &["googled"]), + ("HOMEONWER", &["homeowner"]), + ("ANNONCE", &["announce"]), + ("ALLCOATORS", &["allocators"]), + ("CONCERVATIVE", &["conservative"]), + ("ISSE", &["issue"]), + ("ACCOMONDATION", &["accommodation"]), + ("OPETIONAL", &["optional"]), + ("DECIEDES", &["decides"]), + ("NEGATIVLY", &["negatively"]), + ("PHENOMINAL", &["phenomenal"]), + ("STRINGIFED", &["stringified"]), + ("INDUSTRIJE", &["industries"]), + ("NEIGHORS", &["neighbors"]), + ("VERTICLEALIGN", &["verticalalign"]), + ("CASAROLE", &["casserole"]), + ("SKEPITCAL", &["skeptical"]), + ("PERPATUATES", &["perpetuates"]), + ("INTENSITES", &["intensities"]), + ("MUTATIOHN", &["mutation"]), + ("DIAGNONAL", &["diagonal"]), + ("STATUSTICS", &["statistics"]), + ("BURISERS", &["bruisers"]), + ("CHIZZIL", &["chisel"]), + ("EFFECTIVENSS", &["effectiveness"]), + ("ACCOUTNS", &["accounts"]), + ("FANATICAS", &["fanatics"]), + ("PRESERNT", &["present"]), + ("ADVSIED", &["advised"]), + ("INCONCISTENCIES", &["inconsistencies"]), + ("REPRESNETED", &["represented"]), + ("TENACITIY", &["tenacity"]), + ("APECT", &["aspect"]), + ("PHARMASISTS", &["pharmacists"]), + ("FEATCHS", &["fetches"]), + ("SHOLDER", &["shoulder"]), + ("WRESSEL", &["wrestle"]), + ("CLASSFICATION", &["classification"]), + ("DISAAPOINTED", &["disappointed"]), + ("PERFORMACE", &["performance"]), + ("RELEVAT", &["relevant"]), + ("RESOURCDE", &["resourced", "resource"]), + ("COMMPN", &["common"]), + ("TYRING", &["trying"]), + ("PERCETAGES", &["percentages"]), + ("EDITORO", &["editor"]), + ("INTEGRARLA", &["integral"]), + ("NUSAINCE", &["nuisance"]), + ("ADEQUITELY", &["adequately"]), + ("WINNDOW", &["window"]), + ("TRANSFOMM", &["transform"]), + ("EXTRACTER", &["extractor"]), + ("DETROYING", &["destroying"]), + ("DEFINITIION", &["definition"]), + ("ARMAGEDDOMON", &["armageddon"]), + ("MUSCLUAR", &["muscular"]), + ("UNEDCUATED", &["uneducated"]), + ("SOCALIST", &["socialist"]), + ("GENERTED", &["generated"]), + ("RELEAVING", &["relieving"]), + ("GARILLA", &["guerilla"]), + ("ATTRACTERS", &["attracts"]), + ("MOVEMEMTS", &["movements"]), + ("PRASIES", &["praises"]), + ("RECEIEVD", &["received"]), + ("DOCUEMNTS", &["documents"]), + ("DERMINE", &["determine"]), + ("AUTOAMTICALLY", &["automatically"]), + ("COORPERATION", &["cooperation", "corporation"]), + ("OND", &["one", "and"]), + ("ARHIVES", &["archives"]), + ("DEROGITORY", &["derogatory"]), + ("SUCCESD", &["succeeds"]), + ("TANGETIALLY", &["tangentially"]), + ("FUNCTIO", &["function"]), + ("PATITION", &["partition"]), + ("OUEUE", &["queue"]), + ("REVISIONES", &["revisions"]), + ("TOTALITARAN", &["totalitarian"]), + ("ASSMUMPTIONS", &["assumptions"]), + ("UNCONTRAINED", &["unconstrained"]), + ("STOMRFRONT", &["stormfront"]), + ("DESCRIBIBG", &["describing"]), + ("ACCOCIATING", &["associating"]), + ("CHIZZILING", &["chiseling"]), + ("MAGNEFICENT", &["magnificent"]), + ("ACCCORDANCES", &["accordances"]), + ("AROGENT", &["arrogant"]), + ("SEPERTATORS", &["separators"]), + ("SKEPTICISIM", &["skepticism"]), + ("EXPERINEMENTALLY", &["experimentally"]), + ("BOSLTER", &["bolster"]), + ("SIMULTANEUOS", &["simultaneous"]), + ("INTERRUPTEDS", &["interrupts"]), + ("GETTTIME", &["gettime"]), + ("PRAGAMTIC", &["pragmatic"]), + ("REDUNDNACY", &["redundancy"]), + ("INTERESST", &["interests", "interest"]), + ("ALGORUTHMIC", &["algorithmic"]), + ("DISCARGE", &["discharge"]), + ("CONVERSINO", &["conversions"]), + ("PROPESTEROUS", &["preposterous"]), + ("MANUALES", &["manuals"]), + ("LITQUIDS", &["liquids"]), + ("LODERS", &["loaders"]), + ("SYNCHRNOIZED", &["synchronized"]), + ("FRONTLINIES", &["frontline"]), + ("HEROCIS", &["heroics"]), + ("LENGEDARIES", &["legendaries"]), + ("ELEMENTRIES", &["elementaries"]), + ("DEFINTIONS", &["definitions"]), + ("PREDOMINANTY", &["predominantly"]), + ("CHARARCTER", &["character"]), + ("ADJECENT", &["adjacent"]), + ("DETATCHES", &["detaches"]), + ("DETCETIONS", &["detections"]), + ("SEGMENETD", &["segmented"]), + ("USAL", &["usual"]), + ("ACKNOLEDGING", &["acknowledging"]), + ("RETURNE", &["return", "returned"]), + ("CONSUMMERS", &["consumers"]), + ("BUTTERLFY", &["butterfly"]), + ("CIRLCE", &["circle"]), + ("INATTRACTIVE", &["unattractive"]), + ("HINDERENCE", &["hindrance"]), + ("NEIGHBORHOORS", &["neighbors"]), + ("DOMECRATS", &["democrats"]), + ("HAPPENEING", &["happening"]), + ("DOWNVOTR", &["downvoters"]), + ("PROPMT", &["prompt"]), + ("SUSPCIOUSLY", &["suspiciously"]), + ("CIRCOMVENTS", &["circumvents"]), + ("MOTIVATIE", &["motivate"]), + ("TACTICALY", &["tactically"]), + ("COUNTRIY", &["country"]), + ("PERFERED", &["preferred"]), + ("CHATEAOS", &["châteaux"]), + ("SYFS", &["sysfs"]), + ("FOMRATED", &["formatted"]), + ("SEPLICURAL", &["sepulchral"]), + ("BULLERPROOF", &["bulletproof"]), + ("PERSONILIZED", &["personalized"]), + ("COMMPRESS", &["compress"]), + ("TRASLATES", &["translates"]), + ("EIGHTEN", &["eighteen"]), + ("FAILIED", &["failed"]), + ("DIMMENSIONED", &["dimensioned"]), + ("NARCTOICS", &["narcotics"]), + ("RENEGOGTIATION", &["renegotiation"]), + ("PRINCIPAS", &["principals"]), + ("CLONNING", &["cloning"]), + ("ORGANIZATINAL", &["organizational"]), + ("SIEZURE", &["seizure"]), + ("ESENTIALLY", &["essentially"]), + ("AFFINTY", &["affinity"]), + ("OYLMPICS", &["olympics"]), + ("REPRTOIRE", &["repertoire"]), + ("MULTITUTE", &["multitude"]), + ("COMPATABLILITY", &["compatibility"]), + ("CCALE", &["scale"]), + ("UPPLER", &["upper"]), + ("FORENSISCH", &["forensic"]), + ("DEPENDENDENT", &["dependent"]), + ("CORRCECT", &["correct"]), + ("RECEIEVING", &["receiving"]), + ("STRAIGHTDEN", &["straightened"]), + ("GERNADE", &["grenade"]), + ("CONDITINER", &["conditioner"]), + ("HOPKINGS", &["hopkins"]), + ("TOOIC", &["topic"]), + ("REFERECES", &["references"]), + ("POIINTER", &["pointer"]), + ("RECONSTRUCION", &["reconstruction"]), + ("ARCHITECHS", &["architects"]), + ("PROVDE", &["provide"]), + ("DISPACHED", &["dispatched"]), + ("COMMISSSION", &["commissions"]), + ("HETREOSEXUAL", &["heterosexual"]), + ("ATLEATS", &["atleast"]), + ("SYNCRHONISED", &["synchronised"]), + ("THOWS", &["those", "throws", "tows"]), + ("THEROEM", &["theorem"]), + ("ACTUIONABLE", &["actionable"]), + ("PARIAS", &["pariahs", "parkas"]), + ("MOVEMEMNT", &["movement"]), + ("RESPRESENT", &["represent"]), + ("PRIVIEW", &["preview"]), + ("OVERCOMPANSATION", &["overcompensation"]), + ("COLLAPSEING", &["collapsing"]), + ("DETECION", &["detection"]), + ("PASSOWRD", &["password"]), + ("TYPICALLLY", &["typically"]), + ("MARACONI", &["macaroni"]), + ("APPROXMIMATION", &["approximation"]), + ("QUEE", &["queue"]), + ("CIHERS", &["ciphers"]), + ("OPEATION", &["operation"]), + ("DOCUMENTRY", &["documentary"]), + ("MERGGED", &["merged"]), + ("HINDUSIM", &["hinduism"]), + ("FORESEEBLE", &["foreseeable"]), + ("REALISIM", &["realism"]), + ("SUBJEC", &["subject"]), + ("PUBLSIHER", &["publisher"]), + ("DECREMENET", &["decrement"]), + ("COMITTEE", &["committee"]), + ("LIEUTANANT", &["lieutenant"]), + ("CONTINGIENT", &["contingent"]), + ("SOUTHERNESS", &["southerners"]), + ("PUNSIHER", &["punisher"]), + ("LIMITE", &["limit"]), + ("AFFINTIY", &["affinity"]), + ("STATTUES", &["statutes"]), + ("DEREFRANCABLE", &["dereferenceable"]), + ("PURPOSAL", &["proposal"]), + ("PREFITLERS", &["prefilters"]), + ("IRRESEPECTIVE", &["irrespective"]), + ("DEFINICION", &["definition"]), + ("ORIGINALET", &["originated"]), + ("DISGRUNTLD", &["disgruntled"]), + ("WARUMUP", &["warmup"]), + ("EXTRAGAVANT", &["extravagant"]), + ("INFOMRED", &["informed"]), + ("QUADDDEC", &["quaddec"]), + ("FINANACED", &["financed"]), + ("CONSISTEND", &["consistent"]), + ("COUMMUNITIES", &["communities"]), + ("EMITABLE", &["emittable"]), + ("CONTEXTA", &["contextual", "context"]), + ("SOMME", &["some"]), + ("APPRORPIATION", &["appropriation"]), + ("REGISETR", &["register"]), + ("REQIEST", &["request"]), + ("ILLUMINAZI", &["illuminati"]), + ("INTALLATIONPATH", &["installationpath"]), + ("PRONOUCE", &["pronounce"]), + ("RENIGER", &["reneger"]), + ("CALUCLATION", &["calculation"]), + ("DISOBEDIANCE", &["disobedience"]), + ("SECOUND", &["second"]), + ("EXAT", &["exact"]), + ("DACKERY", &["daiquiri"]), + ("BATTAILON", &["battalion"]), + ("OMMISSION", &["omission"]), + ("ATTEMTP", &["attempt"]), + ("TRANSSEXUEL", &["transsexual"]), + ("EXPERMINENTALLY", &["experimentally"]), + ("UNSETING", &["unsetting"]), + ("DIRECORY", &["directory"]), + ("PENDINIG", &["pending"]), + ("HOOTSBA", &["hutzpa"]), + ("CONCENSUS", &["consensus"]), + ("CONFIMS", &["confirms"]), + ("RAPTORES", &["raptors"]), + ("FURMULA", &["formula"]), + ("ERTONEOUSLY", &["erroneously"]), + ("DIRRECTION", &["direction"]), + ("POISITION", &["position"]), + ("LITTLEPINGER", &["littlefinger"]), + ("APPRECIATEING", &["appreciating"]), + ("BEAUROCRACY", &["bureaucracy"]), + ("MULTIPUL", &["multiple"]), + ("THICKNES", &["thickness", "thickens"]), + ("COSTUMIZABLE", &["customizable"]), + ("SIRECT", &["direct"]), + ("PROPT", &["prompt"]), + ("MOTIVIATED", &["motivated"]), + ("VOLONTEERED", &["volunteered"]), + ("PREVENCION", &["prevention"]), + ("SAVY", &["savvy"]), + ("CORRENSPONDS", &["corresponds"]), + ("LIBERTARYANS", &["libertarians"]), + ("RECIVES", &["receives"]), + ("TIMLY", &["timely"]), + ("SPLLITTING", &["splitting"]), + ("REQUIERES", &["requires"]), + ("PERPERTIES", &["properties"]), + ("COMBINAISON", &["combinations"]), + ("MISSEN", &["mizzen"]), + ("SUSBSYSTEMS", &["subsystems"]), + ("CATEGORICALY", &["categorically"]), + ("INTERITING", &["inheriting"]), + ("OVERHOOKED", &["overlooked"]), + ("EXTIT", &["exit"]), + ("ANNOUCENMENT", &["announcements"]), + ("ALCOHOLICOS", &["alcoholics"]), + ("COMANDLINE", &["commandline"]), + ("REGSTERING", &["registering"]), + ("RETRUBUTION", &["retribution"]), + ("GONGRATULATIONS", &["congratulations"]), + ("INDENTIN", &["indent"]), + ("SUCESSION", &["succession"]), + ("NAMAES", &["names"]), + ("ONWING", &["owning"]), + ("KIBUTZES", &["kibbutzim"]), + ("LEWCHEMIA", &["leukaemia", "leukemia"]), + ("CONCLUSIONES", &["conclusions"]), + ("QUIZES", &["quizzes"]), + ("CONTINE", &["continue", "contain"]), + ("CHURCHS", &["churches"]), + ("HEIRACHY", &["hierarchy"]), + ("CHANNLE", &["channel"]), + ("EPSLION", &["epsilon"]), + ("APPROPROXIMATELY", &["approximately"]), + ("CATERGORY", &["category"]), + ("FREEE", &["free"]), + ("PREHAPS", &["perhaps"]), + ("AGAINT", &["against"]), + ("PROCATIVE", &["proactive"]), + ("FOLLWING", &["following"]), + ("ROTAITON", &["rotation"]), + ("EFFICEINCY", &["efficiency"]), + ("GEMOETRY", &["geometry"]), + ("SUBCONCSIOUSLY", &["subconsciously"]), + ("DINOSAURIOS", &["dinosaurs"]), + ("REMAINIG", &["remaining"]), + ("DOCUMENATATION", &["documentation"]), + ("ABLUM", &["album"]), + ("SEWRVICE", &["service"]), + ("DIFFFERENT", &["different"]), + ("COMBINATE", &["combine"]), + ("REVRESE", &["reverse"]), + ("ASPHYXATION", &["asphyxiation"]), + ("PARTICIPARE", &["participate"]), + ("LEAGLITY", &["legality"]), + ("AQURIES", &["acquires", "equerries"]), + ("CATHOLICUS", &["catholics"]), + ("IMPROBMENTS", &["improvements"]), + ("PROLETARICAT", &["proletariat"]), + ("EXTRAT", &["extract"]), + ("MONOLIGHT", &["moonlight"]), + ("ASSISNATE", &["assassinate"]), + ("KNIETIC", &["kinetic"]), + ("UNSUCESSFULY", &["unsuccessfully"]), + ("GUARENTY", &["guaranty"]), + ("CLEANNING", &["cleaning"]), + ("VALUABE", &["valuable"]), + ("STEROETYPES", &["stereotypes"]), + ("PREGORATIVE", &["prerogative"]), + ("CONSIDERATIE", &["considerate"]), + ("DOWNOAD", &["download"]), + ("COMFORTABLELY", &["comfortably"]), + ("DEATAIL", &["detail"]), + ("FIANITE", &["finite"]), + ("COMFIRM", &["confirm"]), + ("ACKNOLEDGMENT", &["acknowledgment"]), + ("THOUGTHS", &["thoughts"]), + ("PERISISTED", &["persisted"]), + ("EXTEDN", &["extend"]), + ("STEREOTYPYING", &["stereotyping"]), + ("DISSAPEARED", &["disappeared"]), + ("CHAECKS", &["checks"]), + ("PERSUASSIVE", &["persuasive"]), + ("EXCLUSIVS", &["exclusives"]), + ("COORDINATO", &["coordination"]), + ("ANALZYES", &["analyzes"]), + ("MCHANICALLY", &["mechanically"]), + ("APPLIFIERS", &["amplifiers"]), + ("COALAESCING", &["coalescing"]), + ("PROTEDCTED", &["protected"]), + ("POPUPLAR", &["popular"]), + ("MODIIFIERS", &["modifiers"]), + ("NEIGHOURING", &["neighbouring"]), + ("CAMOFLAGUING", &["camouflaging"]), + ("REHABILITAION", &["rehabilitation"]), + ("PENISULAR", &["peninsular"]), + ("EXPERAMENTATIONS", &["experimentations"]), + ("SEVENTEEEN", &["seventeen"]), + ("MEDICACION", &["medication"]), + ("EXECUATIONS", &["executions"]), + ("CONSQUENCES", &["consequences"]), + ("CENTERFUGES", &["centrifuges"]), + ("MULITPLY", &["multiply"]), + ("AMMOUNTS", &["amounts"]), + ("ENTTRIES", &["entries"]), + ("COMPABITILITY", &["compatibility"]), + ("SMARTHPONES", &["smartphones"]), + ("PANTEHON", &["pantheon"]), + ("UNESACPE", &["unescape"]), + ("SOKOBON", &["sokoban"]), + ("FACILISI", &["facilities"]), + ("MACCROS", &["macros"]), + ("FRIENDLINES", &["friendlies"]), + ("NEWCASTEL", &["newcastle"]), + ("RECOURCE", &["resource", "recourse"]), + ("DISCONNNECT", &["disconnect"]), + ("ASSIMILE", &["assimilate"]), + ("GERNERATOR", &["generator"]), + ("INSTIATIATE", &["instantiate"]), + ("AMMENDS", &["amends"]), + ("FOLLWOIONG", &["following"]), + ("COLLECTIEF", &["collective"]), + ("COMMNITY", &["community"]), + ("PYTHO", &["python"]), + ("MONOPLOY", &["monopoly"]), + ("ENDEVERS", &["endeavors"]), + ("FUNXTION", &["function"]), + ("FUNCTIONALIY", &["functionally"]), + ("SOODONIM", &["pseudonym"]), + ("COSOLED", &["consoled"]), + ("VISUAB", &["visual"]), + ("TEMPRAL", &["temporal"]), + ("CHRASHED", &["crashed", "thrashed", "trashed"]), + ("PROJETILE", &["projectile"]), + ("POITLESS", &["pointless"]), + ("AGGRESSIVLEY", &["aggressively"]), + ("UNSUBSTANTIATIVE", &["unsubstantiated"]), + ("DINAMICALY", &["dynamically"]), + ("CARICUTURE", &["caricature"]), + ("ORTHAGONALIZE", &["orthogonalize"]), + ("ALOGORITHMS", &["algorithms"]), + ("DOWNVOTS", &["downvotes"]), + ("VIRTUELS", &["virtues"]), + ("UNDERWHELING", &["underwhelming"]), + ("OPEARITOS", &["operations"]), + ("EXCEUTED", &["executed"]), + ("NOTICABE", &["noticeable"]), + ("ALLOCTOR", &["allocator"]), + ("UPGARADED", &["upgraded"]), + ("INVERS", &["inverse", "invert"]), + ("QUADROOPLING", &["quadrupling"]), + ("PENISNULA", &["peninsula"]), + ("CHANDALEER", &["chandelier"]), + ("CAPITILISM", &["capitalism"]), + ("BRODAWAY", &["broadway"]), + ("FUNDIMENTALLY", &["fundamentally"]), + ("FORENICS", &["forensic"]), + ("GANBIA", &["gambia"]), + ("INTSTRUCTION", &["instruction"]), + ("RECONSTRCUTION", &["reconstruction"]), + ("DUPLICATESS", &["duplicates"]), + ("AUTOGRAH", &["autograph"]), + ("RESTRUCTED", &["restricted", "restructured"]), + ("ANGULUAR", &["angular"]), + ("INSTANCT", &["instance"]), + ("REVIEWR", &["reviewer"]), + ("NUTRITIVOS", &["nutritious"]), + ("EXAMING", &["examining"]), + ("REFERENCT", &["referenced"]), + ("BRANCES", &["branches"]), + ("DECLARAYIONS", &["declarations"]), + ("ANNOYNACE", &["annoyance"]), + ("SAVERE", &["severe"]), + ("ASSUEM", &["assume"]), + ("ELIMINATO", &["elimination"]), + ("FORMULADAS", &["formulas"]), + ("REMEMEMBERED", &["remembered"]), + ("INVAILD", &["invalid"]), + ("WHIPED", &["whipped", "wiped"]), + ("BETEWEEN", &["between"]), + ("SUPERSEEDED", &["superseded"]), + ("DIVDING", &["dividing"]), + ("TYPESRRIPT", &["typescript"]), + ("TEMPERATUR", &["temperature"]), + ("CIVALEZATION", &["civilization"]), + ("NAMESPCE", &["namespace"]), + ("SCORPIOMON", &["scorpion"]), + ("TIMESPANPS", &["timespans"]), + ("ANONIMUS", &["anonymous"]), + ("LITTELRY", &["literally"]), + ("POSTPHONED", &["postponed"]), + ("MCCARTHYST", &["mccarthyist"]), + ("ALGORTHN", &["algorithm"]), + ("DISTIRBANCE", &["disturbance"]), + ("COMMET", &["comet", "comment"]), + ("DEAMBIGUAGES", &["disambiguates"]), + ("ECLISE", &["eclipse"]), + ("RECOMENDATOIN", &["recommendation"]), + ("NAYBOURS", &["neighbours"]), + ("VOLUNTAIRLY", &["voluntarily"]), + ("READBLE", &["readable"]), + ("PREDOMENANTLY", &["predominantly"]), + ("WIDGHETS", &["widgets"]), + ("ENOCDERS", &["encoders"]), + ("FLEXIBILY", &["flexibility", "flexibly"]), + ("POSITIVEITY", &["positivity"]), + ("INDUSTRIAS", &["industries"]), + ("ASSGINMENTS", &["assignments"]), + ("COMMANND", &["command"]), + ("TESE", &["these", "tease", "terse"]), + ("NEWCASLTE", &["newcastle"]), + ("MICRSFT", &["microsoft"]), + ("ENVOLUTIONARY", &["evolutionary"]), + ("CIGARRETTES", &["cigarettes"]), + ("SPREADSHEEET", &["spreadsheets"]), + ("IMMERDIATE", &["immediate"]), + ("CONTAIED", &["contained"]), + ("PROMINANT", &["prominent"]), + ("APARTHEIED", &["apartheid"]), + ("CREATEIVE", &["creative"]), + ("HERCULEASY", &["hercules"]), + ("CONSICOUS", &["conscious"]), + ("AUTOCORREKT", &["autocorrect"]), + ("FANTASYZING", &["fantasizing"]), + ("PLASES", &["places", "pleases", "phases"]), + ("CONFIURATION", &["configuration"]), + ("CARTHOGRAPHER", &["cartographer"]), + ("UNRELAIBLE", &["unreliable"]), + ("RESTICTION", &["restriction"]), + ("CONTETION", &["contention"]), + ("INFOEMATION", &["information"]), + ("FURNATURE", &["furniture"]), + ("UE", &["use", "due"]), + ("LVEO", &["love"]), + ("ENUMRATION", &["enumeration"]), + ("PIPELIEN", &["pipeline"]), + ("MAYYBE", &["maybe"]), + ("TROWN", &["thrown"]), + ("CHIPSLECT", &["chipselect"]), + ("RESULED", &["resulted", "resumed"]), + ("THREASHOLDS", &["thresholds"]), + ("RESTOURATION", &["restoration"]), + ("NEIGBHORHOOD", &["neighborhoods", "neighborhood"]), + ("AUTOESELECT", &["autoselect"]), + ("SINGOLAR", &["singular"]), + ("REALLOCAITIONS", &["reallocations"]), + ("SUBSEQUENTY", &["subsequently"]), + ("IMPLIMENTS", &["implements"]), + ("THORATS", &["throats"]), + ("EXPERMIENTATIONS", &["experimentations"]), + ("SUPPURT", &["support"]), + ("REPRSENTING", &["representing"]), + ("SUPPRTED", &["supported"]), + ("RESPONDAS", &["responds"]), + ("INTERNETESE", &["internets"]), + ("VIWED", &["viewed"]), + ("MISUING", &["misusing"]), + ("UNVAILABLE", &["unavailable"]), + ("INTERPRATED", &["interpreted"]), + ("BESED", &["based"]), + ("CHIPP", &["chip"]), + ("COMMUNSITS", &["communists"]), + ("BREWERES", &["brewers"]), + ("BATTELSHIPS", &["battleship"]), + ("SVAE", &["save", "suave"]), + ("ENTREPRENUR", &["entrepreneur"]), + ("CONCIEVE", &["conceive"]), + ("GUARUNTEEING", &["guaranteeing"]), + ("DEPSOITED", &["deposited"]), + ("AGRRESIVE", &["aggressive"]), + ("KLICKS", &["clicks"]), + ("THEORICIAN", &["theoretician"]), + ("ACKNOWLEGES", &["acknowledges"]), + ("OMAJE", &["homage"]), + ("FINTUNED", &["finetuned"]), + ("TOURSITS", &["tourists"]), + ("COMPICATED", &["complicated"]), + ("INSTALLENT", &["installment"]), + ("DESTORYER", &["destroyer"]), + ("REARRANE", &["rearrange"]), + ("BOUTIQE", &["boutique"]), + ("CONTESTES", &["contests"]), + ("NEGOATE", &["negotiate"]), + ("UNDERASTIMATE", &["underestimate"]), + ("MOVIED", &["moved", "movie"]), + ("THEX", &["the", "then"]), + ("DINOMINATOR", &["denominator"]), + ("EDIITS", &["edits"]), + ("COMMITD", &["committed"]), + ("SERVERITIES", &["severities"]), + ("ACCELEARTED", &["accelerated"]), + ("INDEVERED", &["endeavored"]), + ("ALPHABEAST", &["alphabet"]), + ("INITALISM", &["initialism"]), + ("BAKGROUND", &["background"]), + ("TYEPOF", &["typeof"]), + ("APLITUDE", &["amplitude", "aptitude"]), + ("SISSERED", &["scissored"]), + ("ACCOUSTIC", &["acoustic"]), + ("MICRPOHONE", &["microphones"]), + ("RESGINATION", &["resignation"]), + ("TETRY", &["retry"]), + ("QUADROOPLES", &["quadruples"]), + ("COALSCECE", &["coalescence"]), + ("PROPERITES", &["properties"]), + ("LIEK", &["like"]), + ("ENTIREY", &["entirety", "entirely"]), + ("FOREGROUD", &["foreground"]), + ("STATEMENS", &["statements"]), + ("INTUITIVNO", &["intuition"]), + ("INVAULABLE", &["invaluable"]), + ("DOCUMENED", &["documented"]), + ("INITAILSED", &["initialised"]), + ("HOMOGENEOS", &["homogeneous"]), + ("MILLIONAIRRE", &["millionaire"]), + ("COTAINED", &["contained"]), + ("INTQUIRES", &["inquires"]), + ("GENERATIN", &["generating", "generations"]), + ("LAUNCHS", &["launch", "launches"]), + ("INFLUENTA", &["influential"]), + ("LIBGNG", &["libpng"]), + ("CORPERATE", &["corporate"]), + ("SIMUALTION", &["simulation"]), + ("UESTS", &["quests"]), + ("TRAVLES", &["travels"]), + ("CONRROL", &["control"]), + ("SIGNES", &["signs"]), + ("UNDETWATER", &["underwater"]), + ("FALGSHIP", &["flagship"]), + ("TABELES", &["tables"]), + ("COCKROACKES", &["cockroaches"]), + ("CROCKODILES", &["crocodiles"]), + ("UNECCESSARY", &["unnecessary"]), + ("HYDROPOBIC", &["hydrophobic"]), + ("CRYPTOCRAPHIC", &["cryptographic"]), + ("STIMULAI", &["stimuli"]), + ("VACCINATIES", &["vaccinate"]), + ("THETHER", &["tether", "whether"]), + ("INSTRUCIONS", &["instructions"]), + ("ATHLETISCM", &["athleticism"]), + ("MEHTODICALLY", &["methodically"]), + ("ATOMTICLLY", &["automatically"]), + ("UBERNETES", &["kubernetes"]), + ("POISITIONED", &["positioned"]), + ("RESTRAING", &["restraining"]), + ("TRANSPROTING", &["transporting"]), + ("ALPANUMERIC", &["alphanumeric"]), + ("CONDRADICTING", &["contradicting"]), + ("ACCIDENTALY", &["accidentally"]), + ("RECONSTURCTION", &["reconstruction"]), + ("INSUFFCIENTLY", &["insufficiently"]), + ("EXIXST", &["exist"]), + ("LEXIGRAPHIC", &["lexicographic"]), + ("DIALIG", &["dialog"]), + ("PARAMERT", &["parameter"]), + ("SPONSERED", &["sponsored"]), + ("PTORIONS", &["portions"]), + ("DEFIVED", &["derived"]), + ("ALGORITHMNICALLY", &["algorithmically"]), + ("ENTBOOK", &["netbook"]), + ("ABSTRATION", &["abstraction"]), + ("RESEPECTIVE", &["respective"]), + ("DIAMONS", &["diamonds"]), + ("EXPERATION", &["expiration"]), + ("INCARCIRATION", &["incarceration"]), + ("DATADSIR", &["datadir"]), + ("NOMIMAL", &["nominal"]), + ("RESORUCED", &["resourced"]), + ("CONTIUNITY", &["continuity"]), + ("CHARATERIZE", &["characterize"]), + ("EPIPHANNY", &["epiphany"]), + ("REFLETIONS", &["reflections"]), + ("DECOMTAMINATION", &["decontamination"]), + ("REDIFINITION", &["redefinition"]), + ("MEMERY", &["memory"]), + ("EXECUSES", &["excuses", "executes"]), + ("IDENTITETS", &["identities"]), + ("SYTLES", &["styles"]), + ("SCROIPTTYPE", &["scripttype"]), + ("BUIILD", &["build"]), + ("OPENAPIG", &["openapi"]), + ("DOUBLDES", &["doubles"]), + ("TRAVEERSES", &["traverses"]), + ("UNWORTY", &["unworthy"]), + ("TANSEINT", &["transient"]), + ("LIBRRARIES", &["libraries"]), + ("ROLLEROCASTER", &["rollercoaster"]), + ("APPLING", &["applying", "appalling"]), + ("WRITED", &["wrote", "written", "write", "writer"]), + ("FASEN", &["fasten"]), + ("PROPSECT", &["prospect"]), + ("TORTIOSE", &["tortoise"]), + ("ADOLENCENT", &["adolescent"]), + ("STRETCHS", &["stretches"]), + ("INDEXT", &["index", "indent"]), + ("PHARMASUTICALLY", &["pharmaceutical"]), + ("ALGRITHM", &["algorithm"]), + ("CEHCKING", &["checking"]), + ("XENOPHOBY", &["xenophobia"]), + ("COMPENIDUM", &["compendium"]), + ("EXPLAINIG", &["explaining"]), + ("ALFORITHMS", &["algorithms"]), + ("NEGETIVE", &["negative"]), + ("COTRASFERS", &["cotransfers"]), + ("ACORDIAN", &["accordion"]), + ("LEGILSATION", &["legislation"]), + ("HAPPENNINGS", &["happenings"]), + ("SENSATIONABLE", &["sensational"]), + ("ANSWHARED", &["answered"]), + ("GUARRANTIES", &["guarantees"]), + ("PROOERTIES", &["properties"]), + ("EXPEIRIMENT", &["experiment"]), + ("OFCORUSE", &["ofcourse"]), + ("INTERPRESONAL", &["interpersonal"]), + ("CRITICICING", &["criticising"]), + ("MARXISITS", &["marxists"]), + ("CONTIMPLATING", &["contemplating"]), + ("CONFIRMAITON", &["confirmation"]), + ("VISIABLE", &["visible"]), + ("TEAMFIGT", &["teamfight"]), + ("EXPEXT", &["expect"]), + ("RIMANISSED", &["reminisced"]), + ("HEDER", &["header"]), + ("REGISTERIES", &["registers"]), + ("INITIALIAZE", &["initialize"]), + ("MISUNDERSATNDING", &["misunderstandings"]), + ("CONVENINCE", &["convenience"]), + ("PROPATORS", &["propagators"]), + ("BLUEPRIENTS", &["blueprints"]), + ("ANDF", &["and"]), + ("SECONS", &["second", "seconds"]), + ("NIGTHMARE", &["nightmare"]), + ("TOLORANCES", &["tolerances"]), + ("RECPETORS", &["receptors"]), + ("ELIMNATED", &["eliminated"]), + ("CONTINOUS", &["continuous"]), + ("NIOT", &["not"]), + ("ASSYMTOTIC", &["asymptotic"]), + ("TRAUMETIZED", &["traumatized"]), + ("DESIGNACION", &["designation"]), + ("CLITORIUS", &["clitoris"]), + ("WARPPRS", &["warps", "wraps"]), + ("FASING", &["fazing", "phasing"]), + ("DOWLOADED", &["downloaded"]), + ("CONFUGRING", &["configuring"]), + ("REPONDS", &["responds"]), + ("IGNORMING", &["ignoring"]), + ("SPONTANEUOSLY", &["spontaneously"]), + ("ORGANIZACION", &["organization"]), + ("CCONFIGURATION", &["configuration"]), + ("OFFERES", &["offers"]), + ("RESROUCING", &["resourcing"]), + ("MEDITAITON", &["meditation"]), + ("UNBELEIFABLE", &["unbelievable"]), + ("OPEREATION", &["operation"]), + ("GLTICHES", &["glitches"]), + ("BORACHES", &["branches"]), + ("ANNOUCE", &["announce"]), + ("DESCRIPTUVE", &["descriptive"]), + ("CONTERPART", &["counterpart"]), + ("SANCTIOND", &["sanctioned"]), + ("CONSIDERABLEY", &["considerably"]), + ("ORGANZIATIONS", &["organizations"]), + ("EXLCUSIVES", &["exclusives"]), + ("UNMOUTNED", &["unmounted"]), + ("CRAHED", &["crashed"]), + ("SETION", &["section"]), + ("INTALLATIONS", &["installations"]), + ("DEGRAGED", &["degrade"]), + ("ACCOMMIDATION", &["accommodation"]), + ("QOUTE", &["quote"]), + ("CARICITURE", &["caricature"]), + ("DESCENDENTA", &["descendents"]), + ("ALGORHTMIC", &["algorithmic"]), + ("PORTRAIL", &["portrayal", "portrait"]), + ("SKILLSHITS", &["skillshots"]), + ("COMPELETELY", &["completely"]), + ("ELEMINATES", &["eliminates"]), + ("PARASTIE", &["parasite"]), + ("COLONIANISM", &["colonialism"]), + ("RECOMMONDATIONS", &["recommendations"]), + ("PARTITON", &["partition"]), + ("TEMPORALI", &["temporarily"]), + ("DPEENDS", &["depends"]), + ("PERFOMATIVE", &["performative"]), + ("INSTSALLATION", &["installation"]), + ("NEXTING", &["nesting", "texting"]), + ("ARMAGEDDIN", &["armageddon"]), + ("FOWARDS", &["forwards"]), + ("DISTRIBUITO", &["distribution"]), + ("SPECIFFIC", &["specific"]), + ("REVOLULIONARY", &["revolutionary"]), + ("BECAUSED", &["because"]), + ("SOLDIARITY", &["solidarity"]), + ("TEAMATES", &["teammates"]), + ("OVERWHELIMG", &["overwhelm"]), + ("ARCHTIECTURES", &["architectures"]), + ("GUARENTYING", &["guarantee"]), + ("POINTSETA", &["poinsettia"]), + ("ASYNCHORONOUS", &["asynchronous"]), + ("EXPLAINTORY", &["explanatory"]), + ("ALIGNATION", &["alignment"]), + ("PERFOMRNACE", &["performance"]), + ("CYRSTALS", &["crystals"]), + ("SIDUCTION", &["seduction"]), + ("VERSITLE", &["versatile"]), + ("COMPEARING", &["comparing"]), + ("TESITFY", &["testify"]), + ("MALAYISA", &["malaysia"]), + ("REARRANGSE", &["rearranges"]), + ("GUARANTEEDS", &["guarantees"]), + ("INFLUANCED", &["influenced"]), + ("FATIGURE", &["fatigue"]), + ("MARGARENT", &["margaret"]), + ("CHNAGELOG", &["changelog"]), + ("ACTIUAL", &["actual"]), + ("RENEGOTIOTATES", &["renegotiates"]), + ("COMMENTES", &["commenters"]), + ("BALLISITC", &["ballistic"]), + ("NIMPHS", &["nymphs"]), + ("ENTRIS", &["entries"]), + ("BETWEEND", &["between"]), + ("OME", &["some"]), + ("AFFLIATION", &["affliction"]), + ("AVAILABALE", &["available"]), + ("VICOTRIOUS", &["victorious"]), + ("BRIANER", &["brainer"]), + ("MONTANYA", &["montana"]), + ("DENYED", &["denied"]), + ("ITSELV", &["itself"]), + ("BIENG", &["being"]), + ("DEACTIVATIION", &["deactivation"]), + ("DISCUSSSED", &["discussed"]), + ("OUTRAGEOULY", &["outrageously"]), + ("HIGHLIGT", &["highlight"]), + ("CONTAINNS", &["contains"]), + ("UNSPEFIXIFED", &["unspecified"]), + ("UIU", &["you"]), + ("ARBITRARLY", &["arbitrary", "arbitrarily"]), + ("INSTUTITIONALIZED", &["institutionalized"]), + ("SCRAMBLEING", &["scrambling"]), + ("DIRECITVE", &["directive"]), + ("SERACHING", &["searching"]), + ("MIDLE", &["middle"]), + ("PROCUDES", &["procures", "produces"]), + ("INHERTANCES", &["inheritances"]), + ("FOSSILES", &["fossils"]), + ("INSTANTIATIES", &["instantiates"]), + ("IMPLEMTING", &["implementing"]), + ("DECDOING", &["decoding"]), + ("DISTRIBUION", &["distribution"]), + ("COULDNOT", &["couldnt"]), + ("DYNAMC", &["dynamic"]), + ("EXPERIENE", &["experience"]), + ("TANGET", &["tangent"]), + ("MALICIUSALLY", &["maliciously"]), + ("RECITFY", &["rectify"]), + ("SUPOSEABLE", &["supposable"]), + ("REFERERED", &["referred"]), + ("OBTAIENS", &["obtains"]), + ("JOURNALISTISCH", &["journalistic"]), + ("RECOGONIZE", &["recognize"]), + ("TRAITORUS", &["traitors"]), + ("LIFETYLE", &["lifestyle"]), + ("OPERATTION", &["operation"]), + ("WAITTING", &["waiting"]), + ("EXCECUTORS", &["executors"]), + ("CREATIONSIST", &["creationist"]), + ("INDEPENDENET", &["independents"]), + ("ASSINGNMENT", &["assignment"]), + ("RECROOTERS", &["recruiters"]), + ("OBTAIEND", &["obtained"]), + ("CRICULATING", &["circulating"]), + ("MASSECHUSETTS", &["massachusetts"]), + ("LATST", &["latest"]), + ("UNCONTROLLABLELY", &["uncontrollably"]), + ("ENTREPRISE", &["enterprise"]), + ("SIMULTENIOUS", &["simultaneous"]), + ("ASSUM", &["assume"]), + ("BILLIONAIRS", &["billionaires"]), + ("MULTIECAST", &["multicast"]), + ("DOCUHES", &["douches"]), + ("ARCHETECT", &["architect"]), + ("EXTROPOLATE", &["extrapolate"]), + ("PATHEITC", &["pathetic"]), + ("SPAECED", &["spaced"]), + ("QUESTIOND", &["questioned"]), + ("WITABLE", &["writeable"]), + ("ACCOUNTABILLITY", &["accountability"]), + ("SEPARETLY", &["separately"]), + ("CONTRYIE", &["countryie"]), + ("SEMGENTATION", &["segmentation"]), + ("FACSIST", &["fascist"]), + ("FOLLWIWNG", &["following"]), + ("SATRUDAYS", &["saturdays"]), + ("MARSHMELLOW", &["marshmallow"]), + ("DISTINGISHES", &["distinguishes"]), + ("REENFOCE", &["reenforce"]), + ("DISSSEMBLING", &["disassembling"]), + ("ANONIMUSALLY", &["anonymously"]), + ("TERMNIATING", &["terminating"]), + ("DISSSEMBLE", &["disassemble"]), + ("TEMPERATURS", &["temperatures"]), + ("VRITUALENV", &["virtualenv"]), + ("OTHERWRITE", &["overwrite"]), + ("HEARED", &["heard", "header"]), + ("PERDOMINANTLY", &["predominantly"]), + ("THORASIC", &["thoracic"]), + ("UNMACHED", &["unmatched"]), + ("INTRACACIES", &["intricacies"]), + ("ENRGY", &["energy"]), + ("ACCHIEVER", &["achiever"]), + ("CONGIGURATIONS", &["configurations"]), + ("INDEPDENDANTLY", &["independently"]), + ("DESTIANTION", &["destinations", "destination"]), + ("BUFFR", &["buffer"]), + ("HYPOCRACY", &["hypocrisy"]), + ("REMINISCIENT", &["reminiscent"]), + ("EXPELL", &["expel"]), + ("LIMITIONS", &["limitations"]), + ("INFREQUANTCY", &["infrequency"]), + ("OYLMPIC", &["olympic"]), + ("INSTREAD", &["instead"]), + ("PROGRAMMMED", &["programme"]), + ("LEVAREGES", &["leverages"]), + ("REINSTALLLED", &["reinstalled"]), + ("DIPLACEMENT", &["displacement"]), + ("FORLDER", &["folder"]), + ("DISADVANTADGE", &["disadvantaged", "disadvantage"]), + ("THUMBNIAL", &["thumbnail"]), + ("POTENTAILLY", &["potentially"]), + ("AUNTHENTICATING", &["authenticating"]), + ("FUNDEMENTAL", &["fundamental"]), + ("WATCHOG", &["watchdog"]), + ("STUDIS", &["studies", "studios"]), + ("SLGHTLY", &["slightly"]), + ("APPEARRS", &["appears"]), + ("EXPERIMALLY", &["experimentally"]), + ("POBULARITY", &["popularity"]), + ("HIGHLIGHER", &["highlighter"]), + ("ADVANVED", &["advanced"]), + ("INTERCORSE", &["intercourse"]), + ("TETRAHEDORA", &["tetrahedra"]), + ("SEPERERATES", &["separates"]), + ("OVERWELMING", &["overwhelming"]), + ("ELECTORNIC", &["electronic"]), + ("SEPERETES", &["separates"]), + ("AMONGS", &["among"]), + ("UNFAILRY", &["unfairly"]), + ("ALGORTHIMICALLY", &["algorithmically"]), + ("VISTS", &["fists", "lists", "visits"]), + ("REVER", &["revert", "refer", "fever"]), + ("GARFIED", &["garfield"]), + ("DERIVATED", &["derived"]), + ("DIFFERENCT", &["different"]), + ("ASSIMULATE", &["assimilate"]), + ("DISSASSEMBLING", &["disassembling"]), + ("EXTRACOTR", &["extractor"]), + ("CUREVD", &["curved"]), + ("CANNABILE", &["cannibal"]), + ("TRAGECTORY", &["trajectory"]), + ("MISSTYPE", &["mistype"]), + ("HANDE", &["handle", "hand"]), + ("SOTRED", &["sorted", "stored"]), + ("PRIVETIZED", &["privatized"]), + ("OTHERWSIE", &["otherwise"]), + ("CYRSTALLISE", &["crystallise"]), + ("SERIVCES", &["services"]), + ("DEVIIATED", &["deviated"]), + ("TREUTNED", &["returned"]), + ("MEAURING", &["measuring"]), + ("SIMPLISITIC", &["simplistic"]), + ("SERANOMIES", &["ceremonies"]), + ("MECHANINC", &["mechanic"]), + ("CLAERER", &["clearer"]), + ("ADVOCADE", &["advocated"]), + ("INSTINCTIVELLY", &["instinctively"]), + ("ASSOCIDATED", &["associated"]), + ("CRITICISIED", &["criticise"]), + ("CONSRUCTION", &["construction"]), + ("STRUCTETR", &["structure"]), + ("EXPRESSONS", &["expressions"]), + ("HEADQAURTERS", &["headquarters"]), + ("ANOTHERS", &["another"]), + ("REQUREMENTS", &["requirements"]), + ("MACHIINE", &["machine"]), + ("DEDICATO", &["dedication"]), + ("CURRUPTED", &["corrupted"]), + ("PRAYRY", &["prairie"]), + ("MOTHERBORDS", &["motherboards"]), + ("RESTES", &["reset"]), + ("MAK", &["make", "mask"]), + ("PREAMBULE", &["preamble"]), + ("AGRGRESSIVE", &["aggressive"]), + ("AGGREGATS", &["aggregate", "aggregates"]), + ("APPEARAING", &["appearing"]), + ("RABBITOS", &["rabbits"]), + ("REPRESENTIONS", &["representations"]), + ("INITIALZIER", &["initializer"]), + ("BECAUES", &["because"]), + ("SUBSITUTES", &["substitutes"]), + ("STAUS", &["status"]), + ("RESINTALL", &["reinstall"]), + ("DESCRICING", &["describing"]), + ("INSTER", &["insert"]), + ("CONFUZE", &["confuse"]), + ("REIMPLIMENTING", &["reimplementing"]), + ("SPELLIGN", &["spelling"]), + ("LAOUT", &["layout"]), + ("IWHT", &["with"]), + ("ACQUIESSING", &["acquiescing"]), + ("CILTORIS", &["clitoris"]), + ("ALTERNATLEY", &["alternately"]), + ("LOCAING", &["locating"]), + ("SIGNIFANCT", &["significant"]), + ("ACCELERARE", &["accelerate"]), + ("FIDDLEY", &["fiddly"]), + ("COMAND", &["command"]), + ("LOYALITY", &["loyalty"]), + ("SHURELY", &["surely"]), + ("COMMTTED", &["committed"]), + ("DECIEVED", &["deceived"]), + ("ASSICATING", &["associating"]), + ("ASUMES", &["assumes"]), + ("WTYLE", &["style"]), + ("UNBREAKABIE", &["unbreakable"]), + ("EXAGGERRATE", &["exaggerate"]), + ("ATACHMENT", &["attachment"]), + ("UNSUCCESSUL", &["unsuccessful"]), + ("APPRAOCHED", &["approached"]), + ("SUTTLE", &["subtle", "shuttle"]), + ("COINCIDANTAL", &["coincidental"]), + ("TRASNFORMATION", &["transformation"]), + ("INTERNATIONS", &["interactions"]), + ("SASKTACHEWAN", &["saskatchewan"]), + ("TERNINAL", &["terminal"]), + ("EXPECTATAIONS", &["expectations"]), + ("ANSALIZATION", &["nasalization"]), + ("CORROLATED", &["correlated"]), + ("OPETION", &["option"]), + ("EJACUALTION", &["ejaculation"]), + ("ARRANGDE", &["arranged"]), + ("PRESIDUNCE", &["presidency"]), + ("LOGITEH", &["logitech"]), + ("CONVINIANCE", &["convenience"]), + ("POPERTY", &["property", "properly"]), + ("DISPACTH", &["dispatch"]), + ("WEKEEND", &["weekend"]), + ("ARTICUALTED", &["articulated"]), + ("INTERACS", &["interacts"]), + ("ALTERNATIVLEY", &["alternatively"]), + ("ITESELF", &["itself"]), + ("CHARACTEARS", &["characters"]), + ("INGOCNITO", &["incognito"]), + ("RECEIVD", &["received"]), + ("DURATIONN", &["duration"]), + ("ALHABET", &["alphabet"]), + ("SENSISTIVE", &["sensitive"]), + ("EASTHETICS", &["esthetics"]), + ("MISOGYNSTIC", &["misogynist"]), + ("DFINITION", &["definition"]), + ("VISUAISES", &["visualises"]), + ("DEVAINT", &["deviant"]), + ("AFORMENTIONED", &["aforementioned"]), + ("NEGOATIONS", &["negotiations"]), + ("ATTRRIBUTED", &["attributed"]), + ("INGRATION", &["integration"]), + ("TRANSPLATE", &["transplant"]), + ("AREEA", &["area"]), + ("DIGITIS", &["digits"]), + ("SEEKED", &["sought"]), + ("WHETHOR", &["whether"]), + ("DEPDENDENCE", &["dependence"]), + ("POJECTING", &["projecting"]), + ("SERIALIALIZES", &["serializes"]), + ("PREFFIX", &["prefix"]), + ("EPIHPANY", &["epiphany"]), + ("JOUNEY", &["journey"]), + ("CHEESECASE", &["cheesecake"]), + ("PREVIALING", &["prevailing"]), + ("HISTORICAS", &["historians"]), + ("CLIUENT", &["client"]), + ("EXECTED", &["executed", "expected"]), + ("EMIAL", &["email"]), + ("RESUMSED", &["resumed"]), + ("SESEEDER", &["seceder"]), + ("TRANSLATIONG", &["translating"]), + ("ALTERNETIVES", &["alternatives"]), + ("ITEREATING", &["iterating"]), + ("DESTRYS", &["destroys"]), + ("WIHCH", &["which"]), + ("EXTEDNER", &["extender"]), + ("MAESURES", &["measures"]), + ("THUNDERBOTS", &["thunderbolt"]), + ("BAHAVIOUR", &["behaviour"]), + ("PERSCIUOS", &["precious"]), + ("LIGHLTY", &["lightly"]), + ("ENTHUSEASTICLY", &["enthusiastically"]), + ("MEHTODICAL", &["methodical"]), + ("PERSSIOUSLY", &["preciously"]), + ("ABSOLULTE", &["absolute"]), + ("DEUTCHSLAND", &["deutschland"]), + ("AVAIIBLE", &["available"]), + ("ITEGRATION", &["integration"]), + ("INVLID", &["invalid"]), + ("DEFINATLY", &["definitely"]), + ("EXAMINATED", &["examined"]), + ("CUSTOMIZEBLE", &["customizable"]), + ("SUBSCONCIOUSLY", &["subconsciously"]), + ("INITIALIZONG", &["initializing"]), + ("BARRACS", &["barracks"]), + ("PREDEFINEDS", &["predefined"]), + ("RECOMMDENDED", &["recommended"]), + ("CONTIUING", &["continuing"]), + ("CONSITANT", &["consistent"]), + ("DISSAPPER", &["disappear"]), + ("DEVERLOPER", &["developer"]), + ("TRACKLING", &["tracking"]), + ("TERRORISIM", &["terrorism"]), + ("FORWAR", &["forward"]), + ("CEASSERS", &["caesars"]), + ("SIGATURES", &["signatures"]), + ("INTROVERSA", &["introverts"]), + ("INGESTIGATOR", &["investigator"]), + ("EXTRACTO", &["extraction"]), + ("CHINEESE", &["chinese"]), + ("ATATCHABLE", &["attachable"]), + ("FIREBALS", &["fireballs"]), + ("TRANSPORTEUR", &["transporter"]), + ("DISCLIPINARY", &["disciplinary"]), + ("DOCUENT", &["document"]), + ("MAXIMAZING", &["maximizing"]), + ("ANITDEPRESSANT", &["antidepressants"]), + ("REVSERSE", &["reverse"]), + ("FRIENDSIES", &["friendlies"]), + ("COUPEL", &["couple"]), + ("PASSS", &["pass"]), + ("ZUKEENEI", &["zucchinis"]), + ("SUNGLESSES", &["sunglasses"]), + ("WARNIINGS", &["warnings"]), + ("VULBERABILLITIES", &["vulnerabilities"]), + ("CONTAN", &["contain"]), + ("ENVIRONMETAL", &["environmental"]), + ("DIFFERENY", &["differently"]), + ("INTERVEW", &["interview"]), + ("TRANSIET", &["transient"]), + ("STANDARIZE", &["standardize"]), + ("REFERNECED", &["referenced"]), + ("DISASTROSO", &["disastrous"]), + ("EXTENS", &["extends", "externs"]), + ("SICKAMORES", &["sycamores"]), + ("VECTORR", &["vector"]), + ("UNBRAIKABLE", &["unbreakable"]), + ("COMMUNICATOIN", &["communications"]), + ("INSERSECTING", &["intersecting"]), + ("CONTESTASTE", &["contestants"]), + ("BELOWN", &["belong"]), + ("LIGHTHNING", &["lightening"]), + ("INPERFECTIONS", &["imperfections"]), + ("AGSINST", &["against"]), + ("TRANFORMATIVE", &["transformative"]), + ("AVERLOADED", &["overloaded"]), + ("EESCRIPTION", &["description"]), + ("MCROSCOPIC", &["microscopic"]), + ("STATISTACALLY", &["statistically"]), + ("INFERMON", &["inferno"]), + ("EFETIVITY", &["effectivity"]), + ("SUBSTANCIALLY", &["substantially"]), + ("ADDIOTION", &["addition"]), + ("AMEYTHST", &["amethyst"]), + ("ITERACTIVE", &["interactive"]), + ("ANAYLSER", &["analyser"]), + ("TERFFORMED", &["terraformed"]), + ("SQURE", &["square"]), + ("CALCUALTION", &["calculations", "calculation"]), + ("EXPETCS", &["expects"]), + ("SCALLED", &["scaled"]), + ("CONSCTRUCTOR", &["constructor"]), + ("ADDESS", &["address"]), + ("PERFOMEERS", &["performers"]), + ("COUNTORING", &["countering"]), + ("PREDJUICED", &["prejudiced"]), + ("PARAEMETER", &["parameter"]), + ("SIGNIFIANT", &["significant"]), + ("INTRIGUEING", &["intriguing"]), + ("SQEUENCE", &["sequence"]), + ("CELULLAR", &["cellular"]), + ("LENGHTEND", &["lengthened"]), + ("JANURARY", &["january"]), + ("EXPIDETION", &["expedition"]), + ("ALGOLITHMICALLY", &["algorithmically"]), + ("MARKEDE", &["marketed"]), + ("IMPELENTATION", &["implementation"]), + ("MONOMOPHIZATION", &["monomorphization"]), + ("VULNERABILITYS", &["vulnerabilities", "vulnerability"]), + ("ELIPSISES", &["ellipses", "ellipsis"]), + ("COMPAREING", &["comparing"]), + ("RENEGOTIOATOR", &["renegotiator"]), + ("EQUELIBRIUM", &["equilibrium"]), + ("RETUERNED", &["returned"]), + ("DECISON", &["decision"]), + ("IMORTANT", &["important"]), + ("UPDATEING", &["updating"]), + ("CASSAWORY", &["cassowary"]), + ("POLINATOR", &["pollinator"]), + ("EXCLUSIVLEY", &["exclusively"]), + ("PLAUTHROUGHS", &["playthroughs"]), + ("WORTHWILE", &["worthwhile"]), + ("INTILLECTUALS", &["intellectuals"]), + ("BULLETPROFF", &["bulletproof"]), + ("UNDELRYING", &["underlying"]), + ("COMMISSONS", &["commissions"]), + ("ANNOUNCEMET", &["announcements"]), + ("INERRUPT", &["interrupt"]), + ("UNEXPERCTED", &["unexpected"]), + ("SUCESSUFLLY", &["successfully"]), + ("COMMNUATIVE", &["commutative"]), + ("ABOMINATON", &["abomination"]), + ("CONSOLDIATED", &["consolidated"]), + ("FUNDAMENDALIST", &["fundamentalist"]), + ("ENBABLED", &["enabled"]), + ("JACKONSVILLE", &["jacksonville"]), + ("MIDDLWARE", &["middleware"]), + ("INFRASTURCTURE", &["infrastructure"]), + ("CONSUMS", &["consumes"]), + ("COPROCCESSORS", &["coprocessors"]), + ("PREVEIWED", &["previewed"]), + ("ACCELERATO", &["acceleration"]), + ("REPITLES", &["reptiles"]), + ("BUIDLS", &["builds"]), + ("EXLUDES", &["excludes", "exudes"]), + ("ESPESCIALLY", &["especially"]), + ("GUANTANANO", &["guantanamo"]), + ("ASCNESION", &["ascension"]), + ("TRASCRIPTION", &["transcription"]), + ("DEMONSTRAT", &["demonstrate"]), + ("VASSALES", &["vassals"]), + ("OURSELFES", &["ourselves"]), + ("SERVELESS", &["serverless"]), + ("PHILOSOPHAE", &["philosopher"]), + ("RENDAZYVOU", &["rendezvous"]), + ("DISTINCTIN", &["distinctions"]), + ("PEAPEL", &["people"]), + ("AUOTCORRECT", &["autocorrect"]), + ("SOLER", &["solver", "solar", "solely"]), + ("CONSITUTUTED", &["constituted"]), + ("PREDOMINANTLEY", &["predominantly"]), + ("CLEANSINESS", &["cleanliness"]), + ("NIGTH", &["night"]), + ("SHOING", &["showing"]), + ("NEICE", &["niece", "nice"]), + ("DROPPEND", &["dropped"]), + ("ACKNOLEDGED", &["acknowledged"]), + ("OPPRESSIUN", &["oppressing"]), + ("LARRRY", &["larry"]), + ("STRENGHENED", &["strengthened"]), + ("INIFITE", &["infinite"]), + ("FIDELING", &["fielding"]), + ("DISHCARGED", &["discharged"]), + ("RENIG", &["renege"]), + ("DIFFFERED", &["differed"]), + ("MASTURBSTED", &["masturbated"]), + ("PROVODED", &["provided"]), + ("AUTOMETIC", &["automatic"]), + ("FEXIBILITY", &["flexibility"]), + ("INDIACTE", &["indicate"]), + ("OVERVIZE", &["otherwise"]), + ("DEFINISIONS", &["definitions"]), + ("INTERFEERS", &["interferes"]), + ("INCLUSED", &["included"]), + ("RECIPIENTES", &["recipients"]), + ("HOLOCASUT", &["holocaust"]), + ("COMPEARE", &["compare"]), + ("BOTTOMBORDE", &["bottomborder"]), + ("HYPONSIS", &["hypnosis"]), + ("CONSERVITIVE", &["conservative"]), + ("MULITVERSE", &["multiverse"]), + ("ARCHITETCURE", &["architecture"]), + ("ESPRESO", &["espresso"]), + ("THIGNY", &["thingy"]), + ("TEMAPLATE", &["template"]), + ("PRFERENCE", &["preference"]), + ("PROMOT", &["prompt", "promote"]), + ("PRACTITIONNERS", &["practitioners"]), + ("VALLYS", &["valleys"]), + ("EMBARGOS", &["embargoes"]), + ("STANDRATS", &["standards"]), + ("STOREIS", &["storeys", "stores"]), + ("MINGIAME", &["minigame"]), + ("FRINDLY", &["friendly"]), + ("PROBEM", &["problem"]), + ("VEW", &["view"]), + ("HIGHTLIGHTS", &["highlights"]), + ("PESSIMISSTIC", &["pessimistic"]), + ("KITITES", &["kitties"]), + ("CONECEPTS", &["concepts"]), + ("ASSOCITING", &["associating"]), + ("INTROVERTIE", &["introverted"]), + ("TRASNLATE", &["translate"]), + ("CHRSITIAN", &["christian"]), + ("TRANSFORMATTED", &["transformed"]), + ("TORUISTY", &["touristy"]), + ("FROMATS", &["formats"]), + ("HYPOTHETICALY", &["hypothetically"]), + ("CHAGE", &["change", "charge"]), + ("COMPETITIONERS", &["competitions"]), + ("UPDRAGES", &["upgrades"]), + ("INFINITIY", &["infinity"]), + ("TAIWANESSE", &["taiwanese"]), + ("EXPOLSIVE", &["explosive"]), + ("MATHEMAGICS", &["mathematics"]), + ("CAUILFLOWER", &["cauliflower"]), + ("LIITLE", &["little"]), + ("ATTTACHED", &["attached"]), + ("SIGNIGN", &["signing"]), + ("STDUENT", &["student"]), + ("BOUNADARIES", &["boundaries"]), + ("QUARANTENA", &["quarantine"]), + ("IMRPOVING", &["improving"]), + ("AMOST", &["almost"]), + ("ORCEHSTRA", &["orchestra"]), + ("SLEEPED", &["slept"]), + ("DECIPLES", &["disciples"]), + ("SYNCHROIZING", &["synchronizing"]), + ("ADEQUIT", &["adequate"]), + ("ABOSLUTES", &["absolutes"]), + ("GOALKEEPRS", &["goalkeeper"]), + ("SPEFICIIES", &["specifies"]), + ("EFECTIVELY", &["effectively"]), + ("BRATENDERS", &["bartenders"]), + ("OCCUERS", &["occurs"]), + ("INEFICIENT", &["inefficient"]), + ("CACLULATING", &["calculating"]), + ("CREATEIN", &["creatine"]), + ("COORIDNATOR", &["coordinator"]), + ("DIMENTIONAL", &["dimensional"]), + ( + "DECREATE", + &["decrease", "desecrate", "destroy", "discrete"], + ), + ("DERVIED", &["derived"]), + ("INDIVIDIUAL", &["individual"]), + ("OTHERWIS", &["otherwise"]), + ("TRANSLTERATION", &["transliteration"]), + ("INSEPCTION", &["inspection"]), + ("EXPEECTS", &["expects"]), + ("FREIND", &["friend"]), + ("UNILITERALLY", &["unilaterally"]), + ("PINONEERED", &["pioneered"]), + ("EXPLOITIONS", &["explosions", "exploitations", "exploits"]), + ("INFIDELTIY", &["infidelity"]), + ("COMEPTITION", &["competition"]), + ("WIDEPSREAD", &["widespread"]), + ("IMPULES", &["impulse"]), + ("CHAMBEAR", &["chamber"]), + ("CATOSTRAPHICALLY", &["catastrophically"]), + ("REFERENCS", &["references"]), + ("PRESEVE", &["preserve"]), + ("CLATIFIED", &["clarified"]), + ("PUASING", &["pausing"]), + ("TRANSMISSIONE", &["transmission"]), + ("CREATIVILY", &["creatively"]), + ("BORDELRANDS", &["borderlands"]), + ("SCANDALOSE", &["scandals"]), + ("OCCRRANCES", &["occurrences"]), + ("FUETHEST", &["furthest"]), + ("NAMEING", &["naming"]), + ("BEHAVIOS", &["behaviors"]), + ("EXECUCTIONS", &["executions"]), + ("FLAGG", &["flag"]), + ("THEREPISTS", &["therapists"]), + ("PITCHWORKS", &["pitchforks"]), + ("REVOLUTIONARYY", &["revolutionary"]), + ("BACKALORIETTES", &["baccalaureates"]), + ("INITIALE", &["initial"]), + ("PEICEWISE", &["piecewise"]), + ("OFFENSIVELLY", &["offensively"]), + ("POSSIBILITITIES", &["possibilities"]), + ("GEMETRICAL", &["geometrical"]), + ("UNEXPEPECTEDLY", &["unexpectedly"]), + ("PEFERENCES", &["preferences"]), + ("ATTRIRBUTION", &["attribution"]), + ("ACCOMPT", &["account"]), + ("CATHLOIC", &["catholic"]), + ("BRIGHTERN", &["brighten"]), + ("COMPRIHEND", &["comprehend"]), + ("PERSECUTIE", &["persecuted"]), + ("REQRODUCE", &["reproduce"]), + ("MEXICANTS", &["mexicans"]), + ("ITNERFACE", &["interface"]), + ("ORGANIZATE", &["organize"]), + ("CONFESSO", &["confession"]), + ("COUNTERPOARTS", &["counterparts"]), + ("CONFIGUATIONS", &["configurations"]), + ("TABLESPPON", &["tablespoon"]), + ("DEACTIVIATE", &["deactivate"]), + ("AGONSTICISM", &["agnosticism"]), + ("ABTRACTED", &["abstracted"]), + ("UNNECCESSARY", &["unnecessary"]), + ("BECNHMARK", &["benchmark"]), + ("TIPE", &["type", "tip"]), + ("WARNONGS", &["warnings"]), + ("MOTHERBOADS", &["motherboards"]), + ("MASTURBAITED", &["masturbated"]), + ("VISTING", &["visiting", "listing"]), + ("SHOWVINISM", &["chauvinism"]), + ("SPEFICEIR", &["specifier"]), + ("RELATIVNO", &["relation"]), + ("SOILDLY", &["solidly"]), + ("PAIROKEALITY", &["parochiality"]), + ("STARWBERRY", &["strawberry"]), + ("ATRONOMICAL", &["agronomical", "astronomical"]), + ("EXECUTABNLES", &["executables"]), + ("BACHELOUR", &["bachelor"]), + ("SUBNEGOTAIATIONS", &["subnegotiations"]), + ("PERFOMNACE", &["performance"]), + ("PARTIITONING", &["partitioning"]), + ("PATROLLS", &["patrols"]), + ("IMPAITENT", &["impatient"]), + ("ANTIVRIUS", &["antivirus"]), + ("INITIALITZING", &["initializing"]), + ("PHILOSOPHIOS", &["philosophies"]), + ("GEOMETY", &["geometry"]), + ("SUBNEGOITATIONS", &["subnegotiations"]), + ("WISHPERING", &["whispering"]), + ("PROBBLEZS", &["problems"]), + ("BADNWAGON", &["bandwagon"]), + ("TRIATHALONS", &["triathlons"]), + ("SKELATEL", &["skeletal"]), + ("REMINSICENT", &["reminiscent"]), + ("EXPLANATIN", &["explanations"]), + ("INFORMATE", &["informative"]), + ("CHANNELES", &["channels"]), + ("RESURSIVE", &["recursive", "resourceful"]), + ("ELLIPSISES", &["ellipsis"]), + ("PERFURS", &["prefers"]), + ("DEVICECOORDIINATES", &["devicecoordinates"]), + ("ADJATIVE", &["adjective"]), + ("INCOPERATED", &["incorporated"]), + ("PURITANNICAL", &["puritanical"]), + ("AVRIANT", &["variant"]), + ("RESTOREBLE", &["restorable"]), + ("UPLADAD", &["upload", "uploaded"]), + ("PURAGTORY", &["purgatory"]), + ("ACQUANITANCES", &["acquaintance"]), + ("INITIALZED", &["initialized"]), + ("CIVILICATIONS", &["civilizations"]), + ("BASICLAY", &["basically"]), + ("LABLE", &["label"]), + ("EMOIJI", &["emoji"]), + ("ALGORITHEMIC", &["algorithmic"]), + ("SUCCESSED", &["succeeded", "success", "successful"]), + ("MODUELS", &["modules"]), + ("IMGE", &["image"]), + ("CARYY", &["carry"]), + ("OPERTUNITIES", &["opportunities"]), + ("AFFORTS", &["affords"]), + ("RESISTABLE", &["resistible"]), + ("PINNAPLE", &["pineapple"]), + ("ITENTIONALLY", &["intentionally"]), + ("RECENDES", &["rescinds"]), + ("DISPAYPORT", &["displayport"]), + ("FRUSTRASTION", &["frustrations"]), + ("SCATCHING", &["catching", "scratching", "sketching"]), + ("AMERICAPS", &["americas"]), + ("NEVELOP", &["envelop"]), + ("HIGHLIGHED", &["highlighted"]), + ("DEFINTION", &["definition"]), + ("EXISTANCE", &["existence"]), + ("INVOCAITION", &["invocation"]), + ("INCONSISTENSY", &["inconsistency"]), + ("VALULING", &["valuing"]), + ("DEREGISTRED", &["deregistered"]), + ("REIMPPLEMENTED", &["reimplemented"]), + ("PARTICIPASTE", &["participants"]), + ("COMPILS", &["compiles"]), + ("RESPPONSE", &["response"]), + ("POSSIBLLY", &["possibly"]), + ("DELIMITIING", &["delimiting"]), + ("INHERANTLY", &["inherently"]), + ("OTION", &["option"]), + ("STUTDOWN", &["shutdown"]), + ("TEHCIES", &["techies"]), + ("APPRECIATIE", &["appreciative"]), + ("COMPARIGON", &["comparison"]), + ("MODFIFIERS", &["modifiers"]), + ("COINSIDING", &["coinciding"]), + ("PROOCESS", &["process"]), + ("AUTENTICATORS", &["authenticators"]), + ("ARCHAOELOGY", &["archaeology", "archeology"]), + ("SUFFCIENTLY", &["sufficiently"]), + ("DANGEREOUS", &["dangerous"]), + ("SYNCHRONIZATON", &["synchronization"]), + ("GUERRILAS", &["guerrillas"]), + ("LONGUER", &["longer"]), + ("PERSONNALY", &["personally"]), + ("JURNYES", &["journeys"]), + ("TEMPEARTURES", &["temperatures"]), + ("EXTRATERRESTIALS", &["extraterrestrials"]), + ("STATISTICLY", &["statistical"]), + ("STRCUTRE", &["structure"]), + ("COERCIAN", &["coercion"]), + ("CTEATEING", &["creating"]), + ("MARKTERS", &["markers"]), + ("DESTURCTED", &["destructed"]), + ("CNANNEL", &["channel"]), + ("UNNESSARILY", &["unnecessarily"]), + ("TRANSEINT", &["transient"]), + ("ORCHESTA", &["orchestra"]), + ("READDRSS", &["readdress"]), + ("PARTICUALRLY", &["particularly"]), + ("DIMESNION", &["dimension"]), + ("DETERMINATON", &["determination"]), + ("ACUSATION", &["causation"]), + ("CONCENTRAIT", &["concentrate"]), + ("RETORED", &["restored"]), + ("REPECTABLE", &["repeatable", "respectable"]), + ("DEREGITER", &["deregister"]), + ("COUNCELOR", &["counselor"]), + ("EXPERIMANETALLY", &["experimentally"]), + ("CALUCLATORS", &["calculators"]), + ("SCHUDULE", &["schedule"]), + ("RESTURCTURE", &["restructure"]), + ("APPENEDED", &["appended"]), + ("PARITIAL", &["partial"]), + ("PROTOCO", &["protocol"]), + ("MOVEMETS", &["movements"]), + ("WORKFOW", &["workflow"]), + ("ALLIGNMENTS", &["alignments"]), + ("OVERLOARD", &["overload"]), + ("ELAMENTARY", &["elementary"]), + ("BUILDES", &["builders"]), + ("EXERSICING", &["exercising"]), + ("AVAILABLEN", &["available"]), + ("PROGARAMMING", &["programming"]), + ("DEREIVING", &["deriving"]), + ("BEHAVIORLY", &["behavioral"]), + ("ARTIFICAILLY", &["artificially"]), + ("GOVONER", &["governor"]), + ("CAVRENS", &["caverns"]), + ("RESEEARCH", &["research"]), + ("VALIDADE", &["validated", "validate"]), + ("TRASLALATION", &["translation"]), + ("INTIALLLY", &["initially"]), + ("ACCESSIIBLITY", &["accessibility"]), + ("TRANSFERE", &["transferred"]), + ("REATHER", &["feather", "rather"]), + ("MESSGAES", &["messages"]), + ("OVERLOWING", &["overflowing"]), + ("NEGITIATES", &["negotiates"]), + ("INITALIZATION", &["initialization"]), + ("THOWING", &["throwing"]), + ("REPRESENTAION", &["representation"]), + ("PROBBLEZ", &["problem"]), + ("EXPERIMNTERS", &["experimenters"]), + ("DETROYED", &["destroyed"]), + ("PENNISULAS", &["peninsulas"]), + ("STATISFIES", &["satisfies"]), + ("RECEND", &["rescind"]), + ("COPONENTS", &["components"]), + ("PUMKIN", &["pumpkin"]), + ("COMPROMISSO", &["compromises"]), + ("STRENGTENED", &["strengthened"]), + ("WEPONS", &["weapons"]), + ("REVOLUTIONAR", &["revolutionary"]), + ("INFOR", &["info"]), + ("REORGINISED", &["reorganised"]), + ("SLACHES", &["slashes"]), + ("EXECUTIONEES", &["executions"]), + ("SOFTEND", &["softened"]), + ("PEFERENTIALLY", &["preferentially"]), + ("SPECIFEID", &["specified"]), + ("HOLF", &["hold"]), + ("MULTIPLLICATION", &["multiplication"]), + ("ENTUSIASTICALLY", &["enthusiastically"]), + ("MAINLING", &["mailing"]), + ("CRITICISIM", &["criticism"]), + ("NOTIRICATIONS", &["notifications"]), + ("PSHYCOLOGIST", &["psychologist"]), + ("COMPLEXY", &["complexity"]), + ("KNWOING", &["knowing"]), + ("UPGERADES", &["upgrades"]), + ("STERYOTYPING", &["stereotyping"]), + ("RUNNNERS", &["runners"]), + ("STUPIDY", &["stupidly"]), + ("SYNONAMOUS", &["synonymous"]), + ("INITIALIAZED", &["initialized"]), + ("MARXISIT", &["marxist"]), + ("FUNDAMENTALISTISKA", &["fundamentalists"]), + ("MJOR", &["major"]), + ("MANIPLUATION", &["manipulation"]), + ("MILLIENAIRE", &["millionaire"]), + ("OBESERVING", &["observing"]), + ("GUASSIAN", &["gaussian"]), + ("PLACMENET", &["placement"]), + ("MUNIPULATIVE", &["manipulative"]), + ("CERTITICATION", &["certification"]), + ("ACCELEARTION", &["acceleration"]), + ("KEYBROAD", &["keyboard"]), + ("COLOERED", &["colored"]), + ("LITTERALY", &["literally"]), + ("VAVRIABLES", &["variables"]), + ("OBSFUCATE", &["obfuscate"]), + ("CORRESPONTENCES", &["correspondences"]), + ("PROVINICIAL", &["provincial"]), + ("RECHARGABLE", &["rechargeable"]), + ("PRIVELEDGES", &["privileges"]), + ("ACCELARATED", &["accelerated"]), + ("TRASNPORTER", &["transporter"]), + ("ARCHIV", &["archive"]), + ("DEMENSIONS", &["dimensions"]), + ("REDUNTANT", &["redundant"]), + ("PRESEVING", &["preserving"]), + ("ACCESSIBILIY", &["accessibility", "accessible"]), + ("CHROMOSOMERS", &["chromosomes"]), + ("EXPERIMANTEL", &["experimental"]), + ("DISOBEIDENCE", &["disobedience"]), + ("SUBESQUENT", &["subsequent"]), + ("DISAPPARED", &["disappeared"]), + ("VISIBLLY", &["visibly"]), + ("SRYINGE", &["syringe"]), + ("PECULURE", &["peculiar"]), + ("UNIFROMED", &["uniformed"]), + ("INVALDIATES", &["invalidates"]), + ("RECRUSIVELY", &["recursively"]), + ("UNREGSITER", &["unregister"]), + ("NECKBEARDERS", &["neckbeards"]), + ("MAKETPLACE", &["marketplace"]), + ("COMPARTMET", &["compartment"]), + ("CAMBIRDGE", &["cambridge"]), + ("ALVORITHMIC", &["algorithmic"]), + ("FETISHISTE", &["fetishes"]), + ("DESCRITPITONS", &["descriptions"]), + ("JOURNALIMS", &["journals"]), + ("MANOUVERABLE", &["maneuverable"]), + ("EXPLOTATION", &["exploitation", "exploration"]), + ("DISTNIGUISH", &["distinguish"]), + ("DEOCDERS", &["decoders"]), + ("OBTRAIN", &["obtain"]), + ("HANDELED", &["handled", "handheld"]), + ("POWEFUL", &["powerful"]), + ("PORCESSOR", &["processor"]), + ("ROITERS", &["rioters"]), + ("EXPEIENCE", &["experience"]), + ("DISCONENCTED", &["disconnected"]), + ("INEVETABLY", &["inevitably"]), + ("PODFIE", &["podfile"]), + ("FORGIVENS", &["forgiveness"]), + ("CHALLANGER", &["challenger"]), + ("CONSIDERATO", &["consideration"]), + ("VALLY", &["valley"]), + ("CIRCOMVENT", &["circumvent"]), + ("PRIOIRTY", &["priority"]), + ("ORGINIZATIONS", &["organizations"]), + ("RETRIEVEDS", &["retrieved"]), + ("RENEGOZIATOR", &["renegotiator"]), + ("MATHETICIANS", &["mathematicians"]), + ("RESURCE", &["resource"]), + ("DESERIALZIES", &["deserializes"]), + ("PLANETWALKER", &["planeswalker"]), + ("DEFIINTELY", &["definitely"]), + ("STRAIGNTENED", &["straightened"]), + ("ACQUEOS", &["aqueous"]), + ("ANAGER", &["manager", "anger"]), + ("RESEVERING", &["reserving"]), + ("GENERERIC", &["generic"]), + ("PROVIER", &["provider"]), + ("REMEMEBERS", &["remembers"]), + ("COMPELTE", &["complete"]), + ("ALLOUD", &["aloud", "allowed"]), + ("IDEOLOGISET", &["ideologies"]), + ("CHARICTERIZED", &["characterized"]), + ("ASTRONOUTS", &["astronauts"]), + ("SIMPLIIFCATION", &["simplification"]), + ("PREMATURALY", &["prematurely"]), + ("DISSRUPT", &["disrupt"]), + ("ANAYLZES", &["analyzes"]), + ("SPEFIFICATION", &["specification"]), + ("REUPLAODING", &["reuploading"]), + ("MOVEI", &["movie"]), + ("INBRACED", &["embraced"]), + ("GODSPEEED", &["godspeed"]), + ("VINICITY", &["vicinity"]), + ("ABSOULUTE", &["absolute"]), + ("EXPERIMINTALLY", &["experimentally"]), + ("PRESTIGUE", &["prestige"]), + ("BOARDBAND", &["broadband"]), + ("DRUMING", &["drumming"]), + ("ENVRIRON", &["environ"]), + ("EXCECTS", &["expects"]), + ("JUDASIM", &["judaism"]), + ("EFFECIVE", &["effective"]), + ("ACCESTOR", &["accessor", "ancestor"]), + ("OBVERSATIONS", &["observations"]), + ("OPPOSITITION", &["opposition"]), + ("OPTIOINS", &["options"]), + ("SAMLL", &["small"]), + ("INCONSISTECY", &["inconsistency"]), + ("JUGGURNAUT", &["juggernaut"]), + ("EXCLUDLE", &["exclude"]), + ("BLACKBEERY", &["blackberry"]), + ("MEASUER", &["measure", "measurer"]), + ("INTERSECCTING", &["intersecting"]), + ("ILLUMANATI", &["illuminati"]), + ("SARIMONYS", &["ceremonies"]), + ("TRANSFOMATION", &["transformation"]), + ("SUPLIED", &["supplied"]), + ("KEYWORS", &["keywords"]), + ("COUNDS", &["counts"]), + ("INSTITUTIONALS", &["institutions"]), + ("ENVIRNMENT", &["environment"]), + ("REISNTALLING", &["reinstalling"]), + ("WORKAOUND", &["workaround"]), + ("CONTINGECY", &["contingency"]), + ("CLEANLIESS", &["cleanliness"]), + ("OPJECTING", &["objecting"]), + ("REGULARIS", &["regulars"]), + ("RESTRIKTION", &["restriction"]), + ("STANDARDSS", &["standards"]), + ("ROTUERS", &["routers"]), + ("KUBENERNETES", &["kubernetes"]), + ("NEGATIOTIATORS", &["negotiators"]), + ("FUNXTIONING", &["functioning"]), + ("PREFERRABLY", &["preferably"]), + ("CATPURE", &["capture"]), + ("RENDIRED", &["rendered"]), + ("HIARCHY", &["hierarchy"]), + ("EXAGERATING", &["exaggerating"]), + ("REVALUATED", &["reevaluated"]), + ("RESEPONSE", &["response"]), + ("WHAETON", &["wheaton"]), + ("PIGUNS", &["pigeons"]), + ("ACOMODATE", &["accommodate"]), + ("AKTIVATED", &["activated"]), + ("JUADAISM", &["judaism"]), + ("SMOOT", &["smooth"]), + ("CATEGOGIES", &["categories"]), + ("POWERSEHLL", &["powershell"]), + ("COMMANDES", &["commands"]), + ("PUTING", &["putting"]), + ("COPYED", &["copied"]), + ("ACOMMODATION", &["accommodation"]), + ("FORIGENER", &["foreigner"]), + ("REDISTRIBUTIVO", &["redistribution"]), + ("APPROPRIATON", &["appropriation"]), + ("MARGANILIZED", &["marginalized"]), + ("MENIONS", &["mentions", "minions"]), + ("BEHVAIOURS", &["behaviours"]), + ("SUBSTITITION", &["substitution"]), + ("FAILIURE", &["failure"]), + ("MECHANCIS", &["mechanics"]), + ("REPRODUCION", &["reproduction"]), + ("PROSESSOR", &["processor"]), + ("TECHNICIALS", &["technicians"]), + ("ATTRIBYTE", &["attribute"]), + ("INTIALLED", &["initialled"]), + ("ACEDEMIC", &["academic"]), + ("DEFINITELLY", &["definitely"]), + ("LOOSLY", &["loosely"]), + ("NAYBORLY", &["neighborly"]), + ("UNANOMUS", &["unanimous"]), + ("CONTINUIOUS", &["continuous"]), + ("REPRODICTION", &["reproduction"]), + ("VICTEMIZED", &["victimized"]), + ("DIABLES", &["disables"]), + ("SIMPLEI", &["simply"]), + ("POPUPLATES", &["populates"]), + ("EXPERINCING", &["experiencing"]), + ("SHAWSHAK", &["shawshank"]), + ("ORGINATED", &["originated"]), + ("PLUGING", &["plugging", "plugin"]), + ("TRAINGULATES", &["triangulates"]), + ("INFORMATATIONS", &["information"]), + ("GENERACIONAL", &["generational"]), + ("ARCHETPYES", &["archetypes"]), + ("GUILIA", &["giulia"]), + ("DEATIVATION", &["deactivation"]), + ("RECRODS", &["records"]), + ("BINRARY", &["binary"]), + ("REALISME", &["realise"]), + ("SYCRONIZATIONS", &["synchronizations"]), + ("OVERLOOMING", &["overlooking"]), + ("PERNAMENTLY", &["permanently"]), + ("FRAMEWORD", &["framework"]), + ("ENTITIY", &["entity"]), + ("UNCOMFTORABLY", &["uncomfortably"]), + ("MOMENTARILLY", &["momentarily"]), + ("BRAODEN", &["broaden"]), + ("CALUCLATE", &["calculate"]), + ("UNSUBSTANCIATED", &["unsubstantiated"]), + ("RYOUR", &["your"]), + ("RECCURSIVELY", &["recursively"]), + ("DEFINETTLY", &["definitely"]), + ("PREVENTIVNO", &["prevention"]), + ("FUNDIMENTAL", &["fundamental"]), + ("TECHNOLIGICALLY", &["technologically"]), + ("INHERID", &["inherit"]), + ("DISSMISING", &["dismissing"]), + ("SCEOND", &["second"]), + ("REPOSTORY", &["repository"]), + ("CUMPOLSORY", &["compulsory"]), + ("INFINIE", &["infinite"]), + ("UNACCESSABLE", &["inaccessible"]), + ("SEMENTING", &["cementing", "segmenting"]), + ("PARTIONS", &["partitions", "portions"]), + ("FAILUE", &["failure"]), + ("PREFERENTE", &["preference"]), + ("FINCTION", &["function"]), + ("PREAOROCESSING", &["preprocessing"]), + ("AGREING", &["agreeing"]), + ("COMPATITBILITY", &["compatibility"]), + ("INCEMENT", &["increment"]), + ("UNPREDUCTIVE", &["unproductive"]), + ("PHILIPPINAS", &["philippines"]), + ("INPUTING", &["inputting"]), + ("DIFFERRED", &["differed"]), + ("SENSATIONALISIM", &["sensationalism"]), + ("AUTHENTCIATED", &["authenticated"]), + ("RENEGATIOTIATOR", &["renegotiator"]), + ("CANISTRE", &["canister"]), + ("EFFICIENCT", &["efficient"]), + ("PREPETRATORS", &["perpetrators"]), + ("BEGNINNING", &["beginning"]), + ("INEXPENISVE", &["inexpensive"]), + ("TEMPARATURE", &["temperature"]), + ("COMPERHEND", &["comprehend"]), + ("CONTRIBUTIE", &["contribute"]), + ("TRANSVORMS", &["transforms"]), + ("OCCURANCES", &["occurrences"]), + ("FALIURES", &["failures"]), + ("COLLISIN", &["collisions", "collision", "collusion"]), + ("PARAMEMETER", &["parameter"]), + ("HAPPINES", &["happiness"]), + ("VISHUSLY", &["viciously"]), + ("ACCOURDINGLY", &["accordingly"]), + ("BOUCE", &["bounce"]), + ("ORGINS", &["origins", "organs"]), + ("POLYGOND", &["polygons"]), + ("SYMETRIC", &["symmetric"]), + ("UNDOUBTETLY", &["undoubtedly"]), + ("PERENIALLY", &["perennially"]), + ("CONTEINED", &["contained"]), + ("ATTENSION", &["attention"]), + ("ATHEISTC", &["atheistic"]), + ("VEIWERS", &["viewers"]), + ("MALINED", &["maligned"]), + ("ORGANIZAITONAL", &["organizational"]), + ("PRIPHERAL", &["peripheral"]), + ("VARAIABLES", &["variables"]), + ("NEIGHTOBRHOODS", &["neighborhoods"]), + ("QUADRAPEDAL", &["quadrupedal"]), + ("COMISIONER", &["commissioner"]), + ("ESPACING", &["escaping"]), + ("STOREBLE", &["storable"]), + ("PARMAMETER", &["parameter"]), + ("ACCORDINTLY", &["accordingly"]), + ("ACKNOWLEDE", &["acknowledge"]), + ("CUSTAMIZED", &["customized"]), + ("HYPOTESES", &["hypotheses"]), + ("INVUNLERABLE", &["invulnerable"]), + ("DEFINITIFELY", &["definitively"]), + ("AHPPEN", &["happen"]), + ("INVARIABIL", &["invariably"]), + ("WORDL", &["world"]), + ("DEGRADEAD", &["degraded"]), + ("INSUFFCIENCY", &["insufficiency"]), + ("MINITURE", &["miniature"]), + ("PROMT", &["prompt"]), + ("SCHOZOPHRENIA", &["schizophrenia"]), + ("INCLUGING", &["including"]), + ("GENTAL", &["gentle"]), + ("COMMNETATORS", &["commentators"]), + ("AUTONEGOTATIATION", &["autonegotiation"]), + ("VISUALIZACION", &["visualization"]), + ("BUUILD", &["build"]), + ("SECTIN", &["section"]), + ("ALTERIOR", &["ulterior"]), + ("REQUIERE", &["require"]), + ("NOSTRILLS", &["nostrils"]), + ("FINCTIONALITIES", &["functionalities"]), + ("SEMICONDUTOR", &["semiconductor"]), + ("CLASSROMS", &["classrooms"]), + ("PROOL", &["pool"]), + ("GUARUANTED", &["guaranteed"]), + ("NEGOSIATED", &["negotiated"]), + ("CALUCALTED", &["calculated"]), + ("MEMEBR", &["member"]), + ("EDE", &["edge"]), + ("MONSTRE", &["monster"]), + ("FUNDAMNETALIST", &["fundamentalist"]), + ("PEROSNALITY", &["personality"]), + ("PRECAUTIOS", &["precautions"]), + ("BODYBULIDING", &["bodybuilding"]), + ("POTIENTIAL", &["potential"]), + ("FLITER", &["filter"]), + ("INCRAMENTALLY", &["incrementally"]), + ("CORRESPOMDENTS", &["correspondents"]), + ("MILLISCOND", &["millisecond"]), + ("HOSTORICAL", &["historical"]), + ("COMPEATING", &["completing", "competing"]), + ("KIDKNAPPERS", &["kidnappers"]), + ("PREIMUM", &["premium"]), + ("AFAIR", &["affair"]), + ("POINER", &["pointer"]), + ("REVEOKES", &["revokes"]), + ("REMARKIBLY", &["remarkably"]), + ("STREAMOS", &["streams"]), + ("CONAINTED", &["contained"]), + ("DUBLICATE", &["duplicate"]), + ("NETURALITY", &["neutrality"]), + ("MINIMINI", &["minimizing"]), + ("BASICALLLY", &["basically"]), + ("EXECUITING", &["executing"]), + ("CONSDIERATION", &["considerations"]), + ("UNDERSTANDIBLE", &["understandable"]), + ("UPGADE", &["upgrade"]), + ("VAUE", &["value"]), + ("SEQUEZE", &["squeeze", "sequence"]), + ("ALTERNAIVELY", &["alternatively"]), + ("TRANSLATEING", &["translating"]), + ("MISUBDERSTANDING", &["misunderstandings"]), + ("PROMETHEIUS", &["prometheus"]), + ("RECOMMADED", &["recommended"]), + ("HUMON", &["human"]), + ("MEALFLUR", &["millefleur"]), + ("PHILADELPHA", &["philadelphia"]), + ("REEVALUTE", &["reevaluate"]), + ("TRRIGGER", &["trigger"]), + ("REGRETTS", &["regrets"]), + ("NUMERIAL", &["numeral", "numerical"]), + ("REALLOCAITION", &["reallocation"]), + ("ACIVATE", &["activate"]), + ("TRINITIY", &["trinity"]), + ("DOCRTINE", &["doctrine"]), + ("POTENTAIL", &["potential"]), + ("ABANDONE", &["abandon"]), + ("ERVICES", &["services"]), + ("EXCHANAGING", &["exchanging"]), + ("EGYPTAIN", &["egyptian"]), + ("COMPILILATION", &["compilation"]), + ("TRAMSITION", &["transition"]), + ("HOMOSEXUELLA", &["homosexual"]), + ("REPRESENTAS", &["represents"]), + ("REMINIS", &["reminisce"]), + ("WATCHDONG", &["watchdog"]), + ("CONFIDENCIAL", &["confidential"]), + ("RELASES", &["releases"]), + ("OFFCERS", &["officers"]), + ("PREDECESSER", &["predecessor"]), + ("MUSIL", &["muscle", "mussel"]), + ("ALTERNAVTIVE", &["alternative"]), + ("SOULD", &["could", "should", "sold"]), + ("COMPULSURY", &["compulsory"]), + ("BASTRACTING", &["abstracting"]), + ("CONCIOUSNESS", &["consciousness"]), + ("INSTRCUT", &["instruct"]), + ("COMPRIMISES", &["compromises"]), + ("STANDBAY", &["standby"]), + ("COUNTERRACTS", &["counterparts"]), + ("APPROXIMITELY", &["approximately"]), + ("TRANFERING", &["transferring"]), + ("CLICNIAL", &["clinical"]), + ("DISITRIBUTIONS", &["distributions"]), + ("PROPROGATION", &["propagation"]), + ("PREPRESENTED", &["represented"]), + ("RECTRANGLE", &["rectangle"]), + ("SPOLIERS", &["spoilers"]), + ("INSTALLATRON", &["installation"]), + ("SEMDING", &["sending"]), + ("DELARACTIONS", &["declarations"]), + ("SUNGGLE", &["snuggle"]), + ("NACIONALISTS", &["nationalists"]), + ("BEJIING", &["beijing"]), + ("SALVEOF", &["slaveof"]), + ("NOTIFYCATION", &["notification"]), + ("AVAILAABLE", &["available"]), + ("EDIABLE", &["editable"]), + ("MINIMIMUM", &["minimum"]), + ("EXSPECT", &["expect"]), + ("RECORDARLE", &["recorder"]), + ("REGSITRY", &["registry"]), + ("DISPLYS", &["displays"]), + ("ADDMISSION", &["admission"]), + ("OUTBUTS", &["outputs"]), + ("INCLINACION", &["inclination"]), + ("ACFTUALLY", &["factually"]), + ("SERAMONYS", &["ceremonies"]), + ("PAIED", &["paid", "paired"]), + ("DEBBUGGED", &["debugged"]), + ("CONCEED", &["concede"]), + ("CELEBIRTIES", &["celebrities"]), + ("WORKES", &["works", "workers"]), + ("MILAGE", &["mileage"]), + ("HARCODE", &["hardcode", "charcode"]), + ("INITIALISAITON", &["initialisation"]), + ("PROPERITY", &["property", "proprietary"]), + ("HARICUT", &["haircut"]), + ("SYNCHROUNOUS", &["synchronous"]), + ("DESTRACTION", &["destruction"]), + ("FOLWO", &["follow"]), + ("BATTLEFIEND", &["battlefield"]), + ("CONTSTRAINTS", &["constraints"]), + ("PHYSIOLOGIAL", &["physiological"]), + ("DUDO", &["sudo"]), + ("ALGOTITHMIC", &["algorithmic"]), + ("FLOR", &["floor", "flow"]), + ("SELIFES", &["selfies"]), + ("OBGECT", &["object"]), + ("TORTILLIAS", &["tortilla"]), + ("ASYMMETRI", &["asymmetric", "asymmetry"]), + ("ALLOCAITIONS", &["allocations"]), + ("SURVIVABILTY", &["survivability"]), + ("QUOTAIONS", &["quotations"]), + ("STAKEBOARDING", &["skateboarding"]), + ("COUNSOLE", &["counsel"]), + ("ACHEIVABLE", &["achievable"]), + ("GLICTHED", &["glitched"]), + ("COMBINIATIONS", &["combinations"]), + ("THERMOSTAAT", &["thermostat"]), + ("COORDINANTS", &["coordinates"]), + ("PREIVEWS", &["previews"]), + ("INDIRECLTY", &["indirectly"]), + ("EBALE", &["enable"]), + ("POOINTS", &["points"]), + ("REPEADETLY", &["repeatedly"]), + ("DETIALS", &["details"]), + ("ABNORAMLLY", &["abnormally"]), + ("SUBSITUTING", &["substituting"]), + ("REELVANT", &["relevant"]), + ("RESPONCIBILITY", &["responsibility"]), + ("TELEGRAMM", &["telegram"]), + ("SUBSTANS", &["substances"]), + ("EXPLOTIONS", &["explosions"]), + ("RECUND", &["fecund", "reckoned"]), + ("PLANTEXT", &["plaintext"]), + ("PLATOES", &["plateaus"]), + ("INTSTANTLY", &["instantly"]), + ("CREAATE", &["create"]), + ("BEHING", &["behind", "being"]), + ("EXPLECITILY", &["explicitly"]), + ("COMPOENENTS", &["components"]), + ("STARUP", &["startup"]), + ("DATATTYPES", &["datatypes"]), + ("SPECULATIE", &["speculative"]), + ("SENSITITIVE", &["sensitive"]), + ("UNENCYRPTED", &["unencrypted"]), + ("SEVERLEY", &["severely"]), + ("INDEFINATELY", &["indefinitely"]), + ("DEIFNE", &["define"]), + ("OUTRAGOUES", &["outrageous"]), + ("CONTRIBUIT", &["contribute"]), + ("ORIGIGIN", &["origin"]), + ("UNPLAYEBLE", &["unplayable"]), + ("LITTL", &["little"]), + ("NOTIFICACTIONS", &["notifications"]), + ("AMMENITIES", &["amenities"]), + ("CURSOT", &["cursor"]), + ("AFFIRMITAVE", &["affirmative"]), + ("TESSELATAD", &["tessellated"]), + ("PRJECT", &["project"]), + ("PUBLSIHING", &["publishing"]), + ("IRRIRATION", &["irritation"]), + ("YUR", &["your"]), + ("REMINGOTN", &["remington"]), + ("ARTIFCATS", &["artifacts"]), + ("PERSUATION", &["persuasion"]), + ("TALLETS", &["tallest"]), + ("MISQUITO", &["mosquito"]), + ("CECKING", &["checking"]), + ("CONNECTIONAS", &["connections"]), + ("CALIBRTE", &["calibrate"]), + ("EXPLISITLY", &["explicitly"]), + ("PROGATATORS", &["propagators"]), + ("INSTNATIATION", &["instantiation"]), + ("DIFFICUTLIES", &["difficulties"]), + ("ATOMATICALLY", &["automatically"]), + ("AMENDMANT", &["amendment"]), + ("NOTICEABLELY", &["noticeably"]), + ("ADVISORIYES", &["advisories"]), + ("HILIGHTS", &["highlights"]), + ("DELEVOPP", &["develop"]), + ("PENETRATIN", &["penetration"]), + ("POWERLISTING", &["powerlifting"]), + ("UNINSTALLNG", &["uninstalling"]), + ("SUBSTITUTIN", &["substituting", "substitution"]), + ("CLARSKON", &["clarkson"]), + ("YOUFORIC", &["euphoric"]), + ("WATHS", &["whats", "watches"]), + ("CURATIN", &["curtain"]), + ("EXCEUCTABLE", &["executable"]), + ("CONSTRUTION", &["construction"]), + ("AUTHENCICATORS", &["authenticators"]), + ("MOSTY", &["mostly"]), + ("OTHRODOX", &["orthodox"]), + ("BORADEN", &["broaden"]), + ("UNSUBSCRITPIONS", &["unsubscriptions"]), + ("ACCESSERIES", &["accessories"]), + ("SUPRAMACIST", &["supremacist"]), + ("ITERSTION", &["iteration"]), + ("GGOD", &["good"]), + ("DISTRIBUSTION", &["distributions"]), + ("ENCRPYTION", &["encryption"]), + ("ROTATIOND", &["rotation", "rotations"]), + ("FLACORED", &["flavored"]), + ("SUBSRIBE", &["subscribe"]), + ("GUARDAINS", &["guardians"]), + ("UNBREAKABKE", &["unbreakable"]), + ("ALLTERNATE", &["alternate"]), + ("ATERNIES", &["attorneys"]), + ("SUBSCRIBRES", &["subscribers", "subscribes"]), + ("EXAPANDING", &["expanding"]), + ("CHERCHING", &["checking", "churching"]), + ("PERMTUATION", &["permutation"]), + ("REPALCES", &["replaces"]), + ("INCONVINCE", &["inconvenience"]), + ("LARGST", &["largest"]), + ("PEMISSIONS", &["permissions"]), + ("DEGRATION", &["degradation"]), + ("UNNECCESARY", &["unnecessary"]), + ("KONFRONTATION", &["confrontation"]), + ("SHARPINING", &["sharpening"]), + ("ORIGNIATED", &["originated"]), + ("ULTERS", &["alters"]), + ("INTIUTION", &["intuition"]), + ("MOTEHRBOARD", &["motherboard"]), + ("UNINSTLAL", &["uninstall"]), + ("INGENUITIY", &["ingenuity"]), + ("LOCAISES", &["localises"]), + ("TENACTIY", &["tenacity"]), + ("TRANSMITTS", &["transmits"]), + ("HAMSPHIRE", &["hampshire"]), + ("SUNGLASSSES", &["sunglasses"]), + ("RASPBERY", &["raspberry"]), + ("HYDRALUIC", &["hydraulic"]), + ("PREFERE", &["prefer", "preferred"]), + ("CHECKT", &["checked"]), + ("UPACK", &["unpack"]), + ("GRWO", &["grow"]), + ("CACLUATE", &["calculate"]), + ("FRAGMENOT", &["fragment"]), + ("GUARUANTY", &["guaranty"]), + ("SEGFUALT", &["segfault"]), + ("EXCACTLY", &["exactly"]), + ("PRIVILEGS", &["privileges"]), + ("INDISPENSIBLE", &["indispensable"]), + ("ENTERPRICES", &["enterprises"]), + ("CURTESY", &["courtesy", "curtsy"]), + ("PITTY", &["pity"]), + ("INCORRET", &["incorrect"]), + ("EXPONENTIALY", &["exponentially"]), + ("DOUBELY", &["doubly"]), + ("NEGOTIATIONG", &["negotiating"]), + ("PORVED", &["proved"]), + ("ARRANGNIG", &["arranging"]), + ("HORIZONATALLY", &["horizontally"]), + ("COLLLECTION", &["collection"]), + ("BENFICIAL", &["beneficial"]), + ("STTING", &["string", "setting", "sitting"]), + ("CLEANP", &["cleanup"]), + ("ASSINMENT", &["assignment"]), + ("BEHVIOUR", &["behaviour"]), + ("OEPRATION", &["operation"]), + ("DEACTIVIATES", &["deactivates"]), + ("WORAROUND", &["workaround"]), + ("PHYSICALY", &["physically"]), + ("SPICIFIED", &["specified"]), + ("PERFERRANCES", &["preferences"]), + ("DIRTECTORY", &["directory"]), + ("WRYTHING", &["writhing"]), + ("PERPANDICULARLY", &["perpendicularly"]), + ("ROAHCES", &["roaches"]), + ("APPROBIATE", &["appropriate"]), + ("EXPERIMELLY", &["experimentally"]), + ("COLLETOR", &["collector"]), + ("LEYERED", &["layered"]), + ("PERHASP", &["perhaps"]), + ("ASTARISK", &["asterisk"]), + ("ACTIVSTES", &["activates"]), + ("OVERCLOCKD", &["overclocked"]), + ("INTIMITELY", &["intimately"]), + ("INDICIES", &["indices"]), + ("ATROSITIES", &["atrocities"]), + ("SCATCHES", &["catches", "scratches", "sketches"]), + ("DEEEP", &["deep"]), + ("NERUOSCIENCE", &["neuroscience"]), + ("IMPLMENETATIONS", &["implementations"]), + ("CONNATATIONS", &["connotations"]), + ("VEHEMENTY", &["vehemently"]), + ("ADPTER", &["adapter"]), + ("SUPERIOARA", &["superior"]), + ("PAYCHOLOGIST", &["psychologist"]), + ("ARCHITECHT", &["architect"]), + ("EEXTRACT", &["extract"]), + ("ENTARTAINING", &["entertaining"]), + ("THEOLOGIA", &["theological"]), + ("INSPITE", &["inspire"]), + ("KIMERICALLY", &["chimerically"]), + ("MTUUALLY", &["mutually"]), + ("DEFFINETLY", &["definitely"]), + ("INDURE", &["endure"]), + ("PUCH", &["push"]), + ("ACCETPS", &["accepts"]), + ("OTERWISE", &["otherwise"]), + ("FNCTIONS", &["functions"]), + ("COMPLEATION", &["compilation", "completion"]), + ("PROTOYPES", &["prototypes"]), + ("CLASSSIC", &["classics"]), + ("SUBSCRIBAR", &["subscriber"]), + ("DIGNITIY", &["dignity"]), + ("MEMWOIRS", &["memoirs"]), + ("EXPERMENTALLY", &["experimentally"]), + ("EXCUTED", &["executed"]), + ("SCANDENAVIAN", &["scandinavian"]), + ("TRANSPARANY", &["transparency"]), + ("SECERTARY", &["secretary"]), + ("MASTURPIECE", &["masterpiece"]), + ("INITIAITIVES", &["initiatives"]), + ("SILKSCREEND", &["silkscreened"]), + ("TOUGHTS", &["thoughts"]), + ("CRITISICED", &["criticized"]), + ("SUBSCRITPION", &["subscriptions", "subscription"]), + ("QUESITON", &["question"]), + ("UTLIZES", &["utilizes"]), + ("INPOSSIBILITY", &["impossibility"]), + ("COMPONENS", &["components"]), + ("SCIENTESTS", &["scientists"]), + ("UKNOWN", &["unknown"]), + ("VULNERABULILITY", &["vulnerability"]), + ("STRUCTUES", &["structures"]), + ("DIFFIRENTIATE", &["differentiate"]), + ( + "CONSTRACTIONS", + &["constrictions", "constructions", "contractions"], + ), + ("INDONEISAN", &["indonesian"]), + ("SEGREGATIE", &["segregated"]), + ("THIRTSY", &["thirsty"]), + ("ENVIRONENT", &["environment"]), + ("AMPHETIMINES", &["amphetamines"]), + ("OVERSUBCRIBED", &["oversubscribed"]), + ("IMPLEMENATIONS", &["implementations"]), + ("TRAMAS", &["trams", "traumas"]), + ("NIGHTMERES", &["nightmares"]), + ("TUSEDAYS", &["tuesdays"]), + ("MCHANICAL", &["mechanical"]), + ("HIEGHTENED", &["heightened"]), + ("WEITGHT", &["weight"]), + ("CONFUGURABLE", &["configurable"]), + ("SINNICS", &["cynics"]), + ("DRUING", &["during"]), + ("ANNONATE", &["annotate"]), + ("IMMATABLE", &["immutable", "imitable"]), + ("INTERVINING", &["intervening"]), + ("CAPITALSIM", &["capitalism"]), + ("IRONAMN", &["ironman"]), + ("SPECIFYIG", &["specifying"]), + ("ADMING", &["admin"]), + ("PROJCTOR", &["projector"]), + ("NEIGHTER", &["neither"]), + ("PATRCIK", &["patrick"]), + ("CHAMPIONCHIP", &["championship"]), + ("VISUABIZED", &["visualized"]), + ("APPERTURE", &["aperture"]), + ("STARDARDIZES", &["standardizes"]), + ("SINGLEPALYER", &["singleplayer"]), + ("CALIFORNAINS", &["californian"]), + ("MASTURBARTE", &["masturbate"]), + ("TEMPROL", &["temporal"]), + ("BEYONG", &["beyond"]), + ("NEIGBOURING", &["neighbouring"]), + ("NEGOTITE", &["negotiate"]), + ("COMPREHESIVE", &["comprehensive"]), + ("PROFLIER", &["profiler"]), + ("ONTAINGING", &["containing"]), + ("TEMPLETE", &["template"]), + ("FLE", &["file"]), + ("DOWNVOTTERS", &["downvoters"]), + ("PESSIARY", &["pessary"]), + ("SHENENIGANS", &["shenanigans"]), + ("CONSEQUECE", &["consequence"]), + ("DECLASE", &["declares"]), + ("UTILIZTION", &["utilization"]), + ("LIEKLY", &["likely"]), + ("ANAYSLIS", &["analysis"]), + ("VULBERABLILITY", &["vulnerability"]), + ("FOLWOIND", &["following"]), + ("HOMOGENEIZED", &["homogenized"]), + ("APPREICATE", &["appreciate"]), + ("INITIALIASE", &["initialise"]), + ("APILOGUE", &["epilogue"]), + ("IMPROT", &["import"]), + ("DECIES", &["decides"]), + ("PROPECHIES", &["prophecies"]), + ("TOTURIALS", &["tutorials"]), + ("VERIFICAIONS", &["verifications"]), + ("PERFOEMER", &["performer"]), + ("EXPEMENTELLY", &["experimentally"]), + ("ASPET", &["aspect"]), + ("ACCOMPONY", &["accompany"]), + ("INTENSELEY", &["intensely"]), + ("RECOMMPILE", &["recompile"]), + ("FILLAY", &["fillet"]), + ("NAUTLIUS", &["nautilus"]), + ("MASSACRARE", &["massacre"]), + ("LAITER", &["later"]), + ("TEPLMATED", &["templated"]), + ("ENFORING", &["enforcing"]), + ("CANOT", &["cannot"]), + ("MANNARISMS", &["mannerisms"]), + ("COMAPLETION", &["completion"]), + ("SCIPTS", &["scripts", "skips"]), + ("CHARACTERISTSICS", &["characteristic"]), + ("PSHYCOLOGISTS", &["psychologists"]), + ("REMINENT", &["remnant"]), + ("EXTRAC", &["extract"]), + ("ASTEROIDES", &["asteroids"]), + ("DISREPECTFULLY", &["disrespectfully"]), + ("SENSITIVTY", &["sensitivity"]), + ("UNCOMPRESORS", &["uncompressors"]), + ("GRABING", &["grabbing"]), + ("PRESEST", &["presets"]), + ("ITIALIZED", &["initialized"]), + ("DEPLACEMENTS", &["replacements"]), + ("INERITANCE", &["inheritance"]), + ("BITWEEN", &["between"]), + ("PACKAEGE", &["package"]), + ("ADDITIOANALLY", &["additionally"]), + ("INTERFERD", &["interfered"]), + ("GETTTEXT", &["gettext"]), + ("AGGEGATE", &["aggregate"]), + ("SPECTURM", &["spectrum"]), + ("SYMAPTHY", &["sympathy"]), + ("SOUTHERNORS", &["southerners"]), + ("CHOLRINE", &["chlorine"]), + ("MISINTERPRETATING", &["misinterpreting"]), + ("CHGANGE", &["change"]), + ("FILLE", &["file", "fill", "filled"]), + ("PERFERRABLE", &["preferable"]), + ("LANGERRAY", &["lingerie"]), + ("EXTNESIONS", &["extensions"]), + ("UNDERMININING", &["undermining"]), + ("UNINITIALZE", &["uninitialize"]), + ("REEGIONS", &["regions"]), + ("DEPENENDENT", &["dependent"]), + ("SANOTRUM", &["santorum"]), + ("REDEFINIED", &["redefine"]), + ("SPEFIFATIONS", &["specifications"]), + ("LANGULAGES", &["languages"]), + ("EATSWOOD", &["eastwood"]), + ("PROEPERTY", &["property"]), + ("HERTICALLY", &["hectically"]), + ("EMBARRASEMENT", &["embarrassment"]), + ("HALLUCIANTION", &["hallucinations"]), + ("OCCCUR", &["occur"]), + ("INGENIUTY", &["ingenuity"]), + ("CENTRAFUGES", &["centrifuges"]), + ("ASSOSIACITION", &["association"]), + ("ESPACE", &["escape"]), + ("BUIDL", &["build"]), + ("REUPLODERS", &["reuploaders"]), + ("THEMSEVLES", &["themselves"]), + ("SURROUNDIG", &["surroundings"]), + ("INTERCHANGEBALE", &["interchangeable"]), + ("GILOTINE", &["guillotine"]), + ("CALLIBRI", &["calibri"]), + ("SURROUNS", &["surrounds"]), + ("MEDDOS", &["meadows"]), + ("PACKAING", &["packaging"]), + ("BAYGE", &["beige"]), + ("WEIGTHED", &["weighted"]), + ("BACKJACKING", &["backpacking"]), + ("TIEMOUT", &["timeout"]), + ("DISKRETIZE", &["discretize"]), + ("PERFOMEANSES", &["performances"]), + ("RYSURRECTION", &["resurrection"]), + ("RETUNRS", &["returns"]), + ("OCCATIONALLY", &["occasionally"]), + ("FILMMAKARE", &["filmmakers"]), + ("RRRORING", &["erroring"]), + ("CONTRBUTION", &["contribution"]), + ("MONTAJES", &["montages"]), + ("EXECTURED", &["executed"]), + ("DISCONEECTION", &["disconnection"]), + ("IGNORMIG", &["ignoring"]), + ("WITDH", &["width"]), + ("MATERIALSIM", &["materialism"]), + ("IMPLIMCITLY", &["implicitly"]), + ("MONOLITE", &["monolithic"]), + ("EXTRAORDIARY", &["extraordinary"]), + ("CARIDOVASCULAR", &["cardiovascular"]), + ("DEPCITED", &["depicted"]), + ("WRAPPNG", &["wrapping"]), + ("APPRECIATEIVE", &["appreciative"]), + ("REVISONS", &["revisions"]), + ("MOUTNPOINTS", &["mountpoints"]), + ("CONSTRUCTTOR", &["constructor"]), + ("MARRAIGE", &["marriage"]), + ("INCOMPAITIBLITY", &["incompatibility"]), + ("PERFOMAMCE", &["performance"]), + ("DEFINATILY", &["definitely"]), + ("CHARIMSA", &["charisma"]), + ("VARSTIY", &["varsity"]), + ("ANUAL", &["annual"]), + ("DIAGNOL", &["diagonal"]), + ("PATRIACHRY", &["patriarchy"]), + ("REMOIVED", &["removed"]), + ("OPEARANDS", &["operands"]), + ("INTRESTED", &["interested"]), + ("ORGANISATIONERS", &["organisations"]), + ("COINTAINING", &["containing"]), + ("INQUISICION", &["inquisition"]), + ("ATATCHMENTS", &["attachments"]), + ("SPECIFIG", &["specific"]), + ("ESSIENTIAL", &["essential"]), + ("WORKBANCHES", &["workbenches"]), + ("SIMULATANEITY", &["simultaneity"]), + ("MONETIZARE", &["monetize"]), + ("GENRALS", &["generals"]), + ("EPTY", &["empty"]), + ("ENUMURATABLE", &["enumerable"]), + ("CALCURATING", &["calculating"]), + ("EPHIPANY", &["epiphany"]), + ("DEBUGGGS", &["debugs"]), + ("BESTAILITY", &["bestiality"]), + ("SECOTR", &["sector"]), + ("DROPSE", &["drops"]), + ("QAULIFICATION", &["qualification"]), + ("BACKBROUNDS", &["backgrounds"]), + ("MICHELLLE", &["michelle"]), + ("SUCES", &["success"]), + ("INTERVALOS", &["intervals"]), + ("SENTATIONALIST", &["sensationalist"]), + ("INTERPLOATE", &["interpolate"]), + ("BETTR", &["better", "bettor"]), + ("APPRASIAL", &["appraisal"]), + ("WORSER", &["worse"]), + ("INERNALLY", &["internally"]), + ("BLOK", &["block", "bloke"]), + ("MIDFILEDER", &["midfielder"]), + ("ASYMETRICALY", &["asymmetrically"]), + ("POSSIABLE", &["possible"]), + ("POLYAR", &["polar"]), + ("PRECENT", &["percent", "prescient"]), + ("OCCAISON", &["occasion"]), + ("SIFFIX", &["suffix"]), + ("MINOOSHA", &["minutia", "minutiae"]), + ("CIRCUMCISSION", &["circumcision"]), + ("COEFICIENTS", &["coefficients"]), + ("ROLLERCAOSTER", &["rollercoaster"]), + ("ACITIVITY", &["activity"]), + ("NEGOTATIORS", &["negotiators"]), + ("REGISRERS", &["registers"]), + ("EASIYL", &["easily"]), + ("RELOCAE", &["relocate"]), + ("FUNCTITONS", &["functions"]), + ("ZEALOTUS", &["zealots"]), + ("PORTABILLITY", &["portability"]), + ("MISTERIOUS", &["mysterious"]), + ("COMRADRE", &["comrade"]), + ("OBVOIUS", &["obvious"]), + ("DEINTIALIZING", &["deinitializing"]), + ("UNCONCSIOUS", &["unconscious"]), + ("EXCLUSIE", &["exclusive"]), + ("BIEJING", &["beijing"]), + ("UNEPECTEDLY", &["unexpectedly"]), + ("ALVORITHM", &["algorithm"]), + ("SELEKTIONS", &["selections"]), + ("IMPEMENTAIONS", &["implementations"]), + ("POSITIONNED", &["positioned"]), + ("BATTARIES", &["batteries"]), + ("VOLXELS", &["voxels"]), + ("NATIONALISTISTIC", &["nationalistic"]), + ("ITERATER", &["iterator"]), + ("GENRALIZATIONS", &["generalizations"]), + ("CUTSENCES", &["cutscenes"]), + ("ADJATATING", &["agitating"]), + ("INCRMENET", &["increment"]), + ("STRUGLING", &["struggling"]), + ("NORMALYLY", &["normally"]), + ("PLAYTRHOUGH", &["playthrough"]), + ("COORESPONDEND", &["correspondent"]), + ("CALBIRATIONS", &["calibrations"]), + ("CONFIGURTOIN", &["configuration"]), + ("SOUVINEARS", &["souvenirs"]), + ("EXISIT", &["exist"]), + ("CONSENUS", &["consensus"]), + ("MANANAGER", &["manager"]), + ("EQUIVILENCE", &["equivalence"]), + ("REQUESET", &["request", "requisite"]), + ("CIRITIC", &["critic"]), + ("UNSUBSCIRBING", &["unsubscribing"]), + ("DESRIBES", &["describes"]), + ("ALWASY", &["always"]), + ("JUSTIFED", &["justified"]), + ("ATTACS", &["attacks"]), + ("ARBITRALRILY", &["arbitrarily"]), + ("TENDENCIJE", &["tendencies"]), + ("COPSTRUCTION", &["construction"]), + ("PARAMETERAS", &["parameters"]), + ("REQIREMENTS", &["requirements"]), + ("NULCEAR", &["nuclear"]), + ("INTQUIRE", &["inquire"]), + ("EXCHANCED", &["exchanged"]), + ("INCLANATION", &["inclination"]), + ("CONSILIDATED", &["consolidated"]), + ("EXPETCTS", &["expects"]), + ("NUISANS", &["nuisance"]), + ("REGUSTER", &["register"]), + ("APPAREANCES", &["appearances"]), + ("EVERYHING", &["everything"]), + ("PRODUT", &["product"]), + ("CONFIGURRES", &["configures"]), + ("INFRIGEMENT", &["infringement"]), + ("EJACUALTE", &["ejaculate"]), + ("CONGIGS", &["configs"]), + ("NEIGHBOURHHOODS", &["neighbourhoods"]), + ("DEFENDIS", &["defends"]), + ("CONINCIDING", &["coinciding"]), + ("ADMITTADLY", &["admittedly"]), + ("REPRODUCITON", &["reproduction"]), + ("PROHIBITNG", &["prohibiting"]), + ("ABSOLTELY", &["absolutely"]), + ("CONCEVIABLY", &["conceivably"]), + ("EFFCIENT", &["efficient"]), + ("CONTED", &["counted", "counter", "countered"]), + ("ANSWHARES", &["answers"]), + ("METROPOLIES", &["metropolis"]), + ("ARCHECTURE", &["architecture"]), + ("AMNY", &["many"]), + ("APPLCATION", &["application"]), + ("OFFESNIVELY", &["offensively"]), + ("OERFLOW", &["overflow"]), + ("CHEATTA", &["cheetah"]), + ("APPRETEATED", &["appreciated"]), + ("SYMOBLISM", &["symbolism"]), + ("TOPPINS", &["toppings"]), + ("FORWADED", &["forwarded"]), + ("FURSTRATES", &["frustrates"]), + ("CHIDLFREE", &["childfree"]), + ("TACTICAS", &["tactics"]), + ("LOCALED", &["located"]), + ("PHENOMINON", &["phenomenon"]), + ("PRODUCABLES", &["producibles", "producible"]), + ("AUTOMATO", &["automation"]), + ("DIFFENCNE", &["difference"]), + ("IMMSERSIVELY", &["immersively"]), + ("BELSSINGS", &["blessings"]), + ("CONVERSTON", &["conversation", "conversion"]), + ("SCRACTHES", &["scratches"]), + ("COMMNANDS", &["commands"]), + ("INVESTIGATIONES", &["investigations"]), + ("SHOLD", &["should", "hold", "sold"]), + ("FILESNAMES", &["filenames"]), + ("VARIALBES", &["variables"]), + ("PERFOMRNACES", &["performances"]), + ("PEIRCED", &["pierced"]), + ("ADELADIE", &["adelaide"]), + ("MECHANICHAL", &["mechanical"]), + ("THYORID", &["thyroid"]), + ("RETIRNED", &["returned"]), + ("PROGRESSIVISME", &["progressives"]), + ("REMINING", &["remaining"]), + ("MISCARRAIGE", &["miscarriage"]), + ("ELECTROMAGNTIC", &["electromagnetic"]), + ("DESCCRIPTION", &["description"]), + ("INCREDABLE", &["incredible"]), + ("PITCHFORCKS", &["pitchforks"]), + ("REASERCH", &["research"]), + ("DISTRABUTION", &["distribution"]), + ("COMPENENT", &["component", "competent"]), + ("DESCRITPTIVE", &["descriptive"]), + ("RECRUTING", &["recruiting"]), + ("LIBERTERIANS", &["libertarians"]), + ("RIGEUR", &["rigueur", "rigour"]), + ("INTEPRET", &["interpret"]), + ("LINGUISTIS", &["linguistics"]), + ("GERERATE", &["generate"]), + ("CHEESEBURGLER", &["cheeseburger"]), + ("ACHIVEMENTS", &["achievements"]), + ("ORGINIAL", &["original"]), + ("TEMPRAMENT", &["temperament"]), + ("SYRAUCSE", &["syracuse"]), + ("PERSPECIVE", &["perspective"]), + ("ACCCEPTS", &["accepts"]), + ("COMPILARE", &["compiler"]), + ("CONCENTRAING", &["concentrating"]), + ("RELETIVE", &["relative"]), + ("INITIALYSES", &["initialises"]), + ("BARACHES", &["branches"]), + ("REFERENC", &["reference"]), + ("GOVONERS", &["governors"]), + ("MNEMNONIC", &["mnemonic"]), + ("REGALAR", &["regular"]), + ("DIFERENT", &["different"]), + ("ELLIPTICLE", &["elliptical"]), + ("LANUCHED", &["launched"]), + ("INVERYED", &["inverted"]), + ("MISTROW", &["maestro"]), + ("NEAST", &["nearest", "beast"]), + ("COMPTITION", &["competition"]), + ("CLASSIED", &["classified"]), + ("PSYDONYMS", &["pseudonyms"]), + ("ENTIY", &["entity"]), + ("TRANSFROMING", &["transforming"]), + ("BECACDD", &["because"]), + ("SYSTEMATICLLY", &["systematically"]), + ("PREDECATED", &["predicated"]), + ("EXPEMPTED", &["exempted"]), + ("TRANSULCENT", &["translucent"]), + ("ANALYIS", &["analysis"]), + ("ACCOMMADATION", &["accommodation"]), + ("COMPOSABLITY", &["composability"]), + ("EMBARASS", &["embarrass"]), + ("CONCHUSLY", &["consciously"]), + ("SEPERATALLY", &["separately"]), + ("PREDEFIINED", &["predefined"]), + ("EFINITIONS", &["definitions"]), + ("WORKSTAITION", &["workstation"]), + ("CONVINVED", &["convinced"]), + ("TOMMORW", &["tomorrow"]), + ("ANNOUCEMENT", &["announcement"]), + ("INSUCCESSFUL", &["unsuccessful"]), + ("INTERATING", &["iterating", "interacting", "integrating"]), + ("PREVOUS", &["previous"]), + ("ACHIVEING", &["achieving"]), + ("INADQUATE", &["inadequate"]), + ("GUYZER", &["geyser"]), + ("CILIVIZATION", &["civilizations"]), + ("ATRIBUT", &["attribute"]), + ("BOYCOT", &["boycott"]), + ("INCOMPTABLE", &["incompatible"]), + ("PROPMTED", &["prompted"]), + ("AFFTER", &["after"]), + ("SENTIRES", &["sentries"]), + ("INDEPDENCE", &["independence"]), + ("RASBPERRIES", &["raspberries"]), + ("WDTH", &["width"]), + ("GODDANM", &["goddam"]), + ("BELYE", &["belie"]), + ("REFERNCIAL", &["referential"]), + ("UNDERSTANDBLY", &["understandably"]), + ("OUTSOURSING", &["outsourcing"]), + ("ORIGINALY", &["originally"]), + ("SEGMNETS", &["segments"]), + ("PARLAMENTARY", &["parliamentary"]), + ("SIMULTEANOUS", &["simultaneous"]), + ("PHYCHOLOGICAL", &["psychological"]), + ("ATOMTICALY", &["automatically"]), + ("DESCERNING", &["descending"]), + ("PRECONDITONERS", &["preconditioners"]), + ("COMPRESSS", &["compress"]), + ("DISASTORUS", &["disastrous"]), + ("MARLBES", &["marbles"]), + ("BULGARISKA", &["bulgaria"]), + ("INVINVIBLE", &["invincible"]), + ("EXCISTED", &["existed"]), + ("CONJONCTIVE", &["conjunctive"]), + ("SIMULTENEOUS", &["simultaneous"]), + ("CACLUATES", &["calculates"]), + ("SKWALKED", &["squawked"]), + ("DOUCHEUS", &["douches"]), + ("FLEXABILITY", &["flexibility"]), + ("SRUNKN", &["shrunken"]), + ("FOLDE", &["folder", "fold"]), + ("COMPLAIS", &["complains"]), + ("MOZILLIA", &["mozilla"]), + ("CONVINIENT", &["convenient"]), + ("BAORD", &["board"]), + ("DIVDED", &["divided"]), + ("AUTHENTIFICATION", &["authentication"]), + ("CURRUENT", &["current"]), + ("AUTOMATICALYY", &["automatically"]), + ("LIBERARION", &["liberation"]), + ("JOURNALIZM", &["journalism"]), + ("PROTRAYS", &["portrays"]), + ("OPTOIN", &["option"]), + ("CAMPAINS", &["campaigns"]), + ("GRANDIZED", &["aggrandized"]), + ("BRITTISH", &["british"]), + ("DISASPOINTED", &["disappointed"]), + ("STROAGE", &["storage"]), + ("EQUILIBRIAM", &["equilibrium"]), + ("AMPITHEATER", &["amphitheater"]), + ("GIGANTISCH", &["gigantic"]), + ("FANSERVIE", &["fanservice"]), + ("SURROUDING", &["surrounding"]), + ("CONFIGUED", &["configured"]), + ("MANIFACTURES", &["manufactures"]), + ("PORPORTIONING", &["proportioning"]), + ("PROFISSIONAL", &["professional"]), + ("THORWN", &["thrown", "thorn"]), + ("ACCESSIABLE", &["accessible"]), + ("SMAE", &["same"]), + ("WISPERING", &["whispering"]), + ("SYTSEMIC", &["systemic"]), + ("ENHENCMENTS", &["enhancements"]), + ("VULNERABILLITY", &["vulnerability"]), + ("DICTIONNARIES", &["dictionaries"]), + ("BEUTIFUL", &["beautiful"]), + ("MISSCLASSIFIED", &["misclassified"]), + ("CUATIOUSLY", &["cautiously"]), + ("COMMINICATED", &["communicated"]), + ("MANADRIN", &["mandarin"]), + ("ITENTIONALY", &["intentionally"]), + ("POIMT", &["point"]), + ("NEGOTITATION", &["negotiation"]), + ("INOFFICIAL", &["unofficial"]), + ("TEAMFIGHTERS", &["teamfights"]), + ("SHENANAGANS", &["shenanigans"]), + ("PERFOMEING", &["performing"]), + ("NEGLIGEABLE", &["negligible"]), + ("INCOVIENCE", &["inconvenience"]), + ("SHOULE", &["should"]), + ("ADDRESING", &["addressing"]), + ("DISCONNETED", &["disconnected"]), + ("STRECTHING", &["stretching"]), + ("SEACHKEY", &["searchkey"]), + ("BENEFICIUL", &["beneficial"]), + ("UNIQNESS", &["uniqueness"]), + ("CYLCES", &["cycles"]), + ("BETCAUSE", &["because"]), + ("ISLOATION", &["isolation"]), + ("KEYBOARS", &["keyboards", "keyboard"]), + ("REQURIS", &["require"]), + ("BUISSINESS", &["business"]), + ("COEXINSTENCE", &["coexistence"]), + ("WJAT", &["what"]), + ("UNFORTUNETELY", &["unfortunately"]), + ("ACCIDENTELY", &["accidentally"]), + ("OCCAISONALLY", &["occasionally"]), + ("INTERVEIGN", &["intervening"]), + ("TESSLEATE", &["tessellate"]), + ("CUSTOIZING", &["customizing"]), + ("TROTZKYITE", &["trotskyist"]), + ("RESOURCSED", &["resourced", "resource"]), + ("SPOTIFIY", &["spotify"]), + ("UNCHANGEBLE", &["unchangeable"]), + ("THES", &["this", "these", "the"]), + ("MISUNDERSTSNDING", &["misunderstandings"]), + ("LITIGATIN", &["litigation"]), + ("INTERCOARSE", &["intercourse"]), + ("BECAUCE", &["because"]), + ("ELIPSIS", &["ellipsis", "eclipses"]), + ("STRIAGHTFORWARD", &["straightforward"]), + ("UNKNWOWN", &["unknown"]), + ("ELETROMAGNITIC", &["electromagnetic"]), + ("BROCKEND", &["broken"]), + ("ENTRETAINED", &["entertained"]), + ("WRAPED", &["wrapped", "warped"]), + ("ANDS", &["and"]), + ("FLODING", &["folding", "flooding"]), + ("DIMMENSIONS", &["dimensions"]), + ("COMPANSATIONS", &["compensations"]), + ("CONTIANMENT", &["containment"]), + ("NOEXISTENT", &["nonexistent"]), + ("BACKNED", &["backend"]), + ("SANTIZES", &["sanitizes"]), + ("TERMINTOR", &["terminator"]), + ("ACCUMULATER", &["accumulator"]), + ("TRRIGER", &["trigger"]), + ("OVERTAPPING", &["overlapping"]), + ("SOMETIHNG", &["something"]), + ("AIRBORE", &["airborne"]), + ("DISLAY", &["display"]), + ("CLINCIS", &["clinics"]), + ("MODERATS", &["moderates"]), + ("STUCTURES", &["structures"]), + ("SPECIIFC", &["specific"]), + ("STRECHTING", &["stretching"]), + ("MEMBRANCES", &["membrane"]), + ("MOZILLLA", &["mozilla"]), + ("DEEZIL", &["diesel"]), + ("PSYDONYM", &["pseudonym"]), + ("DIAGNOSITICS", &["diagnostics"]), + ("LIECESTER", &["leicester"]), + ("CONSITUTUTE", &["constitute"]), + ("AGNOSTICISIM", &["agnosticism"]), + ("ANESTHETIA", &["anesthesia"]), + ("EXPRIENCED", &["experienced"]), + ("BOOKMARKD", &["bookmarked"]), + ("RECOGNIZEABLE", &["recognizable"]), + ("DEYHDRATION", &["dehydration"]), + ("TRANSFORMAREA", &["transformer"]), + ("PXOXIED", &["proxied"]), + ("CRITIICAL", &["critical"]), + ("SUBNEGOTHIATIONS", &["subnegotiations"]), + ("OTAINED", &["obtained"]), + ("KEYWARD", &["keyword"]), + ("LINCESES", &["licenses"]), + ("REVOULTIONS", &["revolutions"]), + ("EPISONAGE", &["espionage"]), + ("EXCEUTOR", &["executor"]), + ("APPLICATON", &["application"]), + ("SOHW", &["show"]), + ("MORROCCAN", &["moroccan"]), + ("SUPEENA", &["subpoena"]), + ("INSENTITIVE", &["insensitive"]), + ("DISMENSION", &["dimension"]), + ("WORKSPAE", &["workspace"]), + ("STRPIPED", &["stripped"]), + ("CHARICTERS", &["characters"]), + ("SYNTHESYS", &["synthesis"]), + ("VEDIO", &["video"]), + ("SETIONS", &["sections"]), + ("VENDETA", &["vendetta"]), + ("ARBRITRARY", &["arbitrary"]), + ("ARETMIS", &["artemis"]), + ("NECHANISM", &["mechanism"]), + ("POLYSACCHARID", &["polysaccharide"]), + ("LIBRIES", &["libraries"]), + ("SUPRISING", &["surprising"]), + ("HIERARACHY", &["hierarchy"]), + ("SOUTHANPTON", &["southampton"]), + ("INITIALIZAION", &["initialization"]), + ("ARCHICTECTURES", &["architectures"]), + ("FINALLLY", &["finally"]), + ("CAPCITY", &["capacity"]), + ("CONTROLLES", &["controls"]), + ("PRIVIATE", &["private"]), + ("LIBRAIRIES", &["libraries"]), + ("COMECTING", &["connecting"]), + ("CONFUNSE", &["confuse"]), + ("COLLECING", &["collecting"]), + ("RENEGOTHIATIONS", &["renegotiations"]), + ("BEAUSE", &["because"]), + ("CHEKSUMS", &["checksums"]), + ("PACTCHES", &["patches"]), + ("ASPRIIN", &["aspirin"]), + ("CONFGURATION", &["configuration"]), + ("COMPEITTION", &["competitions"]), + ("USIED", &["busied", "used"]), + ("TRASNGENDER", &["transgender"]), + ("PYRAMIND", &["pyramid"]), + ("HASS", &["hash"]), + ("LMITS", &["limits"]), + ("TAXONMY", &["taxonomy"]), + ("SIGNICANT", &["significant"]), + ("RESISTENT", &["resistant"]), + ("INTERPLOATED", &["interpolated"]), + ("MALASYIA", &["malaysia"]), + ("UNSUBSCRIBLE", &["unsubscribed"]), + ("DEMONSTRATIONENS", &["demonstrations"]), + ("PROPAGANADA", &["propaganda"]), + ("PREINITALIZE", &["preinitialize"]), + ("PACJAGE", &["package"]), + ("ACKNOWLDEGEMENTS", &["acknowledgements"]), + ("ORGANIZAIONS", &["organizations"]), + ("DISCRECION", &["discretion"]), + ("EXHORBITENTLY", &["exorbitantly"]), + ("ASSIT", &["assist"]), + ("MERGGING", &["merging"]), + ("COMPONNET", &["component"]), + ("RECOMENDED", &["recommended"]), + ("MEDICINSKE", &["medicine"]), + ("MEDICORITY", &["mediocrity"]), + ("DAMAMGING", &["damaging"]), + ("NEIGHTOBRING", &["neighboring"]), + ("SABATOSHED", &["sabotaged"]), + ("DISCONTUED", &["discounted"]), + ("PREDICESSORS", &["predecessors"]), + ("BRWOSING", &["browsing"]), + ("FROMATTED", &["formatted"]), + ("CONSULATION", &["consolation"]), + ("CONFICTED", &["conflicted"]), + ("ORIEATIONS", &["orientations"]), + ("CAMPAINGS", &["campaigns"]), + ("FEDBACK", &["feedback"]), + ("ASSUMA", &["assume"]), + ("AUHTENTICATE", &["authenticate"]), + ("TRANMITTED", &["transmitted"]), + ("PLACEMET", &["placements", "placement", "placemat"]), + ("PREPRARES", &["prepares"]), + ("PRIVILLEGE", &["privilege"]), + ("DISTRUBTED", &["distributed", "disrupted"]), + ("UTILITISE", &["utilise"]), + ("STRATING", &["starting"]), + ("CELLABRATES", &["celebrates"]), + ("INSENSATIVE", &["insensitive"]), + ("BEACHEAD", &["beachhead"]), + ("PERSONALY", &["personally"]), + ("ALOGIRTHMS", &["algorithms"]), + ("MIDPIONTS", &["midpoints"]), + ("MISMACTCH", &["mismatch"]), + ("ENTREPRENUER", &["entrepreneur"]), + ("ADJUSTMENET", &["adjustment"]), + ("UNCOMFROTABLE", &["uncomfortable"]), + ("AMARGEDDON", &["armageddon"]), + ("DEGENARATES", &["degenerates"]), + ("FURTHREST", &["furthest"]), + ("ARRANABLE", &["arrangeable"]), + ("EXCHAUSTED", &["exhausted"]), + ("INITILIALIZE", &["initialize"]), + ("MOMENTAIRLY", &["momentarily"]), + ("INSCRUTIBLE", &["inscrutable"]), + ("REGSISTERS", &["registers"]), + ("ORANGATANG", &["orangutang"]), + ("EXCHANGABLE", &["exchangeable"]), + ("LOWCASE", &["lowercase"]), + ("SHUTDOWNM", &["shutdown"]), + ("DIRECTIN", &["directions", "directing", "direction"]), + ("SHENANIGINS", &["shenanigans"]), + ("EXCEUTABLE", &["executable"]), + ("ELECTROMAGNECTIC", &["electromagnetic"]), + ("PALLETTES", &["palettes"]), + ("SYTHESIZE", &["synthesize"]), + ("PTRSS", &["press"]), + ("OPINONIATED", &["opinionated"]), + ("EXAHUSTION", &["exhaustion"]), + ("CONFUING", &["confusing"]), + ("FLITERING", &["filtering"]), + ("JEWELREY", &["jewelry"]), + ("PREJUDGUDICED", &["prejudiced"]), + ("DISCREPANY", &["discrepancy"]), + ("OVERAALL", &["overall"]), + ("CAPABABLE", &["capable"]), + ("PLATFOMS", &["platforms"]), + ("EXPERIMETENT", &["experiment"]), + ("ILLIGETIMATE", &["illegitimate"]), + ("MINGGW", &["mingw"]), + ("CORREKTING", &["correcting"]), + ("CURNILINEAR", &["curvilinear"]), + ("SEVERITIE", &["severity", "severities"]), + ("THOUSE", &["those"]), + ("RECENDED", &["rescinded"]), + ("POJNT", &["point"]), + ("TOPOLGICAL", &["topological"]), + ("GRATUTIOUSLY", &["gratuitously"]), + ("REPLEACABLE", &["replaceable"]), + ("FOULT", &["fault"]), + ("BITHCED", &["bitched"]), + ("MIDIFELDERS", &["midfielders"]), + ("SUFFCIENT", &["sufficient"]), + ("AUTONEGOTIOATIONS", &["autonegotiations"]), + ("ARBIATRAY", &["arbitrary"]), + ("CONSITUTED", &["constituted"]), + ("NEGITIATING", &["negotiating"]), + ("ABOMONATION", &["abomination"]), + ("CRETATING", &["creating"]), + ("CONVERSONS", &["conversions"]), + ("ALGORITHEM", &["algorithm"]), + ("ALLOATE", &["allocate", "allotted", "allot"]), + ("SIMILIARTY", &["similarity"]), + ("CONCENSORS", &["consensus"]), + ("PREJECTED", &["projected"]), + ("MEMMBER", &["member"]), + ("ASSIGNENMENT", &["assignment"]), + ("GRANDISER", &["aggrandiser"]), + ("FOWLLING", &["following"]), + ("MASAKIST", &["masochist"]), + ("PHSYICIAN", &["physician"]), + ("FULLFILLING", &["fulfilling"]), + ("NEWMONECTOMY", &["pneumonectomy"]), + ("ORIENATATED", &["orientated"]), + ("FUNCITONAL", &["functional"]), + ("DESENSATIZED", &["desensitized"]), + ("MODFIFIES", &["modifies"]), + ("INTUITUVELY", &["intuitively"]), + ("EQUILIBIRUM", &["equilibrium"]), + ("UNIFIY", &["unify"]), + ("HOTIZONTAL", &["horizontal"]), + ("TABLESPON", &["tablespoon"]), + ("CONTINEOUSLY", &["continuously"]), + ("COMPLACANT", &["complacent"]), + ("RASBPERRY", &["raspberry"]), + ("MORGS", &["morgues"]), + ("REDUNDAND", &["redundant"]), + ("CURRNT", &["current"]), + ("PEODPHILES", &["pedophiles"]), + ("ACCUMULOTOR", &["accumulator"]), + ("DISASTRIOUS", &["disastrous"]), + ("SATRICALLY", &["satirically"]), + ("ADEVNTURING", &["adventuring"]), + ("ATTRUBUTES", &["attributes"]), + ("CARINOMY", &["ceremony"]), + ("SANITZED", &["sanitized"]), + ("ARMENINA", &["armenian"]), + ("SENSIBILISIERT", &["sensibilities"]), + ("PRICIPAL", &["principal"]), + ("ORINGINAL", &["original"]), + ("SESTATUSMSG", &["setstatusmsg"]), + ("DOCUMENETING", &["documenting"]), + ("REPRESENTATIN", &["representations"]), + ("ILUSTRATE", &["illustrate"]), + ("REPECTIVELY", &["respectively"]), + ("UNRESOVLED", &["unresolved"]), + ("OBLITERARED", &["obliterated"]), + ("MASSACHUCETTS", &["massachusetts"]), + ("ARBITRAILY", &["arbitrarily"]), + ("RONDAZYVOO", &["rendezvous"]), + ("FAGGOTUS", &["faggots"]), + ("STRAT", &["start", "strata"]), + ("DIALAOG", &["dialog"]), + ("CONCETED", &["concede"]), + ("REFERENCIALLY", &["referentially"]), + ("SUCESS", &["success"]), + ("CHEMISTY", &["chemistry"]), + ("DIFFERENCIAL", &["differential"]), + ("APPORACHES", &["approaches"]), + ("AUTHENATICATOR", &["authenticator"]), + ("ADDIITONALL", &["additional"]), + ("LEANEANTLY", &["leniently"]), + ("DOCOMENTS", &["documents"]), + ("REINITIAILIZE", &["reinitialize"]), + ("IMPLEMTS", &["implements"]), + ("ORCHISTRATED", &["orchestrated"]), + ("HAULTED", &["halted"]), + ("CHLIDRENS", &["childrens"]), + ("REPLACD", &["replaced"]), + ("PROCRASTION", &["procreation"]), + ("REPSECTFUL", &["respectful"]), + ("REMANES", &["remains"]), + ("AGGEGRATE", &["aggregate"]), + ("NEGOTAIATION", &["negotiation"]), + ("CONCEDENDO", &["conceded"]), + ("OPTMISATION", &["optimisation"]), + ("RESOLUTINO", &["resolutions", "resolution"]), + ("ESCATES", &["escalates", "escapes"]), + ("HIGER", &["higher"]), + ("DERPRECATED", &["deprecated"]), + ("ABSORPSION", &["absorption"]), + ("LIBARIES", &["libraries"]), + ("ASSOCATION", &["association"]), + ("TEMPRAILY", &["temporarily"]), + ("CIMPTOMS", &["symptoms"]), + ("INTRENSICALLY", &["intrinsically"]), + ("CUSHINS", &["cushions"]), + ("CIRSUMSTANCES", &["circumstances"]), + ("SHEVLES", &["shelves"]), + ("DEFIBATELY", &["definitely"]), + ("HISTERICAL", &["historical", "hysterical"]), + ("PREFRENCES", &["preferences"]), + ("INCOMPATABLY", &["incompatibly"]), + ("TERITORY", &["territory"]), + ("FOLLOWIG", &["following"]), + ("UNSPECIALIZATED", &["unspecialized"]), + ("DISLPAYS", &["displays"]), + ("CONVENCIONAL", &["conventional"]), + ("LENGTHH", &["length"]), + ("FASES", &["fazes", "phases"]), + ("INCULDED", &["included"]), + ("DOCUMENTORY", &["documentary"]), + ("ARITFACT", &["artifact"]), + ("ADMINSSION", &["admission"]), + ("UNMISTAKEABLY", &["unmistakably"]), + ("EXCLUSLVELY", &["exclusively"]), + ("MAINTIAIN", &["maintain"]), + ("COALLITION", &["coalition", "collation"]), + ("AUTHETHICATES", &["authenticates"]), + ("DESIGING", &["designing"]), + ("REGLUAR", &["regular"]), + ("INFLUENTUAL", &["influential"]), + ("INNOVATIEF", &["innovate"]), + ("INCOMATIBLE", &["incompatible"]), + ("AMATURS", &["amateurs"]), + ("SPECIFICATON", &["specification"]), + ("RENEGOTAIATING", &["renegotiating"]), + ("RELATIVLEY", &["relatively"]), + ("UBUTU", &["ubuntu"]), + ("ACTALLY", &["actually"]), + ("EVEOLVES", &["evolves"]), + ("CONSTRCUTS", &["constructs"]), + ("UPPWARDS", &["upwards"]), + ("THRESOLD", &["threshold"]), + ("TATOOS", &["tattoos"]), + ("POLISSE", &["polishes"]), + ("HUMILLATED", &["humiliated"]), + ("COEFFICENT", &["coefficient"]), + ("TEMPATIZED", &["templatized"]), + ("DIMENSIONNAL", &["dimensional"]), + ("DISCERNABLE", &["discernible"]), + ("ALPHANUMBERIC", &["alphanumeric"]), + ("INDIVISUALS", &["individuals"]), + ("INITILIAZE", &["initialize"]), + ("DDOGING", &["dodging"]), + ("MIINIMIZED", &["minimized"]), + ("FRIGHTINING", &["frightening"]), + ("PROFUND", &["profound"]), + ("MANIFACTURER", &["manufacturer"]), + ("TRANPSHOBIC", &["transphobic"]), + ("LEANRING", &["learning"]), + ("PRESENTASE", &["presents"]), + ("CONSOLIDE", &["consolidate"]), + ("COMPLETNESS", &["completeness"]), + ("LIBRABARY", &["library"]), + ("OUTCLASSSED", &["outclassed"]), + ("CUSTOIZE", &["customize"]), + ("CONCEVIABLE", &["conceivable"]), + ("ITNERPRETATON", &["interpretation"]), + ("IMPOROTING", &["importing"]), + ("RECALCUALTE", &["recalculate"]), + ("ASSIMILIATE", &["assimilate"]), + ("JOURNY", &["journey"]), + ("REEASE", &["release"]), + ("CAPTEURS", &["captures"]), + ("COLDPLG", &["coldplug"]), + ("ILLUTION", &["illusion"]), + ("CARPTENER", &["carpenter"]), + ("OVERRIDDING", &["overriding"]), + ("MEETIGN", &["meeting"]), + ("VIGEUR", &["vigueur", "vigour"]), + ("MISDEAMENOR", &["misdemeanor"]), + ("SEGWAYED", &["segued"]), + ("DISCONENCTS", &["disconnects"]), + ("INBRACER", &["embracer"]), + ("CONATAINS", &["contains"]), + ("EXPESNCIVE", &["expensive"]), + ("DOWNOADING", &["downloading"]), + ("WEIGTHS", &["weights"]), + ("VALENTONES", &["valentines"]), + ("INSTRUMENETATION", &["instrumentation"]), + ("ORIANTATION", &["orientation"]), + ("FILP", &["flip"]), + ("CONTITIONS", &["conditions"]), + ("POTRAITS", &["portraits"]), + ("CODESBASE", &["codebase"]), + ("ENVIORNEMNT", &["environment"]), + ("BISEXAUL", &["bisexual"]), + ("AVAILABLED", &["available"]), + ("DESTINATIN", &["destinations", "destination"]), + ("INITITIALIZATION", &["initialization"]), + ("LINGUISTCS", &["linguistics"]), + ("NEWSANS", &["nuisance"]), + ("CONPROMISING", &["compromising"]), + ("WORCHESTER", &["worcester"]), + ("ENTTRY", &["entry"]), + ("SPESHEL", &["special"]), + ("ADDDS", &["adds"]), + ("CONVERTATIONS", &["conversations", "conversions"]), + ("ASSYMTOTE", &["asymptote"]), + ("NUCLEAN", &["unclean"]), + ("DISTRACTES", &["distracts"]), + ("FULLSCEEN", &["fullscreen"]), + ("CONCEPTIAL", &["conceptual"]), + ("PREGANCY", &["pregnancy"]), + ("MEDDO", &["meadow"]), + ("STLE", &["style"]), + ("WRANINGS", &["warnings"]), + ("DEAMIGUATES", &["disambiguates"]), + ("AKKUMULATE", &["accumulate"]), + ("DOGAMTIC", &["dogmatic"]), + ("ARRAGNED", &["arranged"]), + ("BIRGHTEST", &["brightest"]), + ("COEXSITING", &["coexisting"]), + ("CONUSMER", &["consumer"]), + ("ELECTROMANGETIC", &["electromagnetic"]), + ("OCCUCENCES", &["occurrences"]), + ("ROTAT", &["rotate"]), + ("CORRECTESS", &["correctness"]), + ("PARTICALS", &["particles"]), + ("PENISSE", &["penises"]), + ("BURGUNDAY", &["burgundy"]), + ("UNSPEFIIED", &["unspecified"]), + ("ALVORITHMS", &["algorithms"]), + ("CLUTCHIGN", &["clutching"]), + ("MANOUEVRING", &["manoeuvring"]), + ("VERISONING", &["versioning"]), + ("MANDRIAN", &["mandarin"]), + ("ALLEGRY", &["allergy"]), + ("DISAGREEED", &["disagreed"]), + ("EXCETPTION", &["exception"]), + ("UNINISHED", &["unfinished"]), + ("ENTITELD", &["entitled"]), + ("CURSOSR", &["cursors"]), + ("INFLATIE", &["inflate"]), + ("ARBITRARYILY", &["arbitrarily"]), + ("CELLABRATE", &["celebrate"]), + ("CLACULATE", &["calculate"]), + ("ORGANSIED", &["organised"]), + ("SHYSTEMS", &["systems"]), + ("ALIGIN", &["align"]), + ("MIAGIC", &["magic"]), + ("DIALATE", &["dilate"]), + ("TEXURED", &["textured"]), + ("OPTIMATION", &["optimization", "optimisation"]), + ("DERFIEND", &["defined"]), + ("UNANNIMOUS", &["unanimous"]), + ("ASSULT", &["assault"]), + ("UNCONDITIALY", &["unconditionally"]), + ("UNSEPCIFIED", &["unspecified"]), + ("EXTURDING", &["extruding"]), + ("EXPEDITONARY", &["expeditionary"]), + ("SUPPORTE", &["supported", "supporter"]), + ("FACTTORY", &["factory"]), + ("CALIFRONIA", &["california"]), + ("CLEANPU", &["cleanup"]), + ("SUBJEKTIVE", &["subjective"]), + ("NEGOPTIONSOTIATES", &["negotiates"]), + ("PREMONASTERIANS", &["premonstratensians"]), + ("THEMSELFES", &["themselves"]), + ("SCOREBORD", &["scoreboard"]), + ("JOURANLIST", &["journalist"]), + ("WHISPERERED", &["whispered"]), + ("PEACD", &["peace"]), + ("GENEATOR", &["generator"]), + ("BRITENING", &["brightening"]), + ("AWAYS", &["always", "away"]), + ("ONTAINED", &["contained", "obtained"]), + ("RESPOSNES", &["responses"]), + ("OVERWIEGHT", &["overweight"]), + ("RESIGNEMENT", &["resignment"]), + ("SELECETED", &["selected"]), + ("ENDIIF", &["endif"]), + ("PROMMPTS", &["prompts"]), + ("LOOOP", &["loop"]), + ("FULLSET", &["fullest"]), + ("PERFORMENCES", &["performances"]), + ("PROCEEEDS", &["proceeds"]), + ("CLAIME", &["claim"]), + ("RELECTIVE", &["reflective"]), + ("MERCENAIRE", &["mercenaries"]), + ("TOGLING", &["toggling"]), + ("UNFOMFORTABLE", &["uncomfortable"]), + ("NOMINACION", &["nomination"]), + ("COMPARISEN", &["compares"]), + ("MORROCO", &["morocco"]), + ("SUBSIDIE", &["subsidized"]), + ("CAHCS", &["caches"]), + ("AUTONEGOTAIATION", &["autonegotiation"]), + ("DECTECT", &["detect"]), + ("MATHCHES", &["matches"]), + ("SIMPLICTY", &["simplicity"]), + ("PROABLE", &["probable"]), + ("DEREFERNCENCERS", &["dereferencers"]), + ("ORGINX", &["originx"]), + ("TRNASMIT", &["transmit"]), + ("EGALITERIAN", &["egalitarian"]), + ("TANSLATE", &["translate"]), + ("EXCECISED", &["excised", "exercised"]), + ("WHICHT", &["which"]), + ("TAGRET", &["target"]), + ("DOMAN", &["domain"]), + ("DOKCS", &["docks"]), + ("CIHPHERS", &["ciphers"]), + ("MOENT", &["moment"]), + ("INITIATIVS", &["initiatives"]), + ("BIDRMAN", &["birdman"]), + ("DICTRIONARY", &["dictionary"]), + ("INTERNATIOANLISTS", &["internationalists"]), + ("INTERPRETATED", &["interpreted"]), + ("LIBLE", &["libel", "liable"]), + ("DEPENED", &["depend"]), + ("ERVERYTHING", &["everything"]), + ("MASTQUERADE", &["masquerade"]), + ("IDEALISTISCH", &["idealistic"]), + ("EXPLCITELY", &["explicitly"]), + ("AVAILBE", &["available"]), + ("ALOGNMENT", &["alignment"]), + ("TAILORD", &["tailored"]), + ("IMMEDIANTELY", &["immediately"]), + ("SOFTWARES", &["software"]), + ("EXLPODING", &["exploding"]), + ("CONTENINTAL", &["continental"]), + ("FUNDAMENTALISTA", &["fundamentals"]), + ("MISERABEL", &["miserable"]), + ("CRICLING", &["circling"]), + ("INHERRIT", &["inherit"]), + ("SONETHING", &["something"]), + ("BEAUQUETS", &["bouquets"]), + ("BLOCACK", &["blockack"]), + ("PHENONEMAL", &["phenomenal"]), + ("PERSUSSION", &["persuasion"]), + ("CLSSROOMS", &["classrooms"]), + ("KNOWLEDGEBLE", &["knowledgeable"]), + ("VITAMINAS", &["vitamins"]), + ("OFFEST", &["offset"]), + ("RECIPIE", &["recipe"]), + ("KNOCKOUS", &["noxious"]), + ("SUGEST", &["suggest"]), + ("AVARY", &["every", "aviary"]), + ("EXCELL", &["excel"]), + ("LUMINACES", &["luminances"]), + ("FUNCTIONABLE", &["functional", "functioning"]), + ("COUNPOUNDS", &["compounds"]), + ("CONFUZED", &["confused"]), + ("FOREGRONDS", &["foregrounds"]), + ("RELCUTANT", &["reluctant"]), + ("SEMESTRE", &["semester"]), + ("ALLLOWED", &["allowed"]), + ("CONTINUOUSIY", &["continuously"]), + ("ATTIBUTED", &["attributed"]), + ("MONSERRAT", &["montserrat"]), + ("CRSYTALS", &["crystals"]), + ("BYTEODER", &["byteorder"]), + ("ENFORCABLE", &["enforceable"]), + ("LABORATROY", &["laboratory"]), + ("MATAPHORICAL", &["metaphorical"]), + ("DOULBELIFT", &["doublelift"]), + ("RETREIEVED", &["retrieved"]), + ("PERSONNELS", &["personnel"]), + ("SOPHISITCATED", &["sophisticated"]), + ("INTERCAHNGED", &["interchanged"]), + ("UBSUBSTANTIATED", &["unsubstantiated"]), + ("BITTERSEET", &["bittersweet"]), + ("REFERR", &["refer"]), + ("INCERASE", &["increase"]), + ("AVOINDS", &["avoids"]), + ("MAKRO", &["macro"]), + ("BARRIORS", &["barriers"]), + ("SUPERBOCK", &["superblock"]), + ("ORGANSIMS", &["organisms"]), + ("ADDITIONNAL", &["additional"]), + ("COBVERS", &["covers"]), + ("INSTRAMENTS", &["instruments"]), + ("REGULARING", &["regulating"]), + ("ZOMEBIE", &["zombie"]), + ("MONOLISTIC", &["monolithic"]), + ("PLAYHTROUGHS", &["playthroughs"]), + ("DEPENDENCIENS", &["dependencies"]), + ("EXPLANE", &["explain"]), + ("INTERASTED", &["interacted"]), + ("ANALYSISED", &["analyses"]), + ("NAWSEA", &["nausea"]), + ("REGRESSTION", &["regression"]), + ("COPYRUGHTS", &["copyrights"]), + ("MONESTARY", &["monastery", "monetary"]), + ("CHOCIES", &["choices"]), + ("LANGYAGE", &["language"]), + ("EFERENCES", &["references"]), + ("PATTRNS", &["patterns"]), + ("OUSTIDER", &["outsider"]), + ("PARARLLELL", &["parallel"]), + ("OPERTING", &["operating"]), + ("POSIONS", &["poisons", "positions", "psions"]), + ("QUIELTY", &["quietly"]), + ("DIRIVED", &["derived"]), + ("HONEYMOOON", &["honeymoon"]), + ("CONDFIGURING", &["configuring"]), + ("ELECTORIAL", &["electoral"]), + ("THEOLOGICIAL", &["theological"]), + ("SUFFICIANTLY", &["sufficiently"]), + ( + "FODING", + &["boding", "coding", "fading", "folding", "fording"], + ), + ("DAFAULTS", &["defaults"]), + ("AUGMNETED", &["augmented"]), + ("OIGINALS", &["originals"]), + ("INITILIASED", &["initialised"]), + ("BROTHEROOD", &["brotherhood"]), + ("RIDICOULUSNESS", &["ridiculousness"]), + ("IDENFITIFER", &["identifier"]), + ("COMAPT", &["compat"]), + ("AROUD", &["around"]), + ("ANOTER", &["another"]), + ("HANLDLE", &["handle"]), + ("EXPERIMETENTALLY", &["experimentally"]), + ("PROVEDE", &["provide"]), + ("REINASSANCE", &["renaissance"]), + ("INTERRUPTABLE", &["interruptible"]), + ("DESKYS", &["disguise"]), + ("OFFCIALS", &["officials"]), + ("CERTFY", &["certify"]), + ("HUMER", &["humor"]), + ("SCATCHSS", &["catches", "scratches", "sketches"]), + ("ATHESITS", &["atheists"]), + ("TROGLODITES", &["troglodytes"]), + ("YEILD", &["yield"]), + ("VUNLERABILITY", &["vulnerability"]), + ("RESPONSED", &["responded", "responses"]), + ("EVLUATION", &["evaluation"]), + ("UNCONTROLLABLLY", &["uncontrollably"]), + ("DOCMUNETATION", &["documentation"]), + ("FACEPLAM", &["facepalm"]), + ("CONTORLED", &["controlled"]), + ("ADAPTES", &["adapters"]), + ("MDOES", &["does", "modes"]), + ("EXITTING", &["exiting"]), + ("DSCRETE", &["discrete"]), + ("DISASSMEBLES", &["disassembles"]), + ("SERALIZE", &["serialize"]), + ("CAPALIZE", &["capitalize"]), + ("INTERVENEING", &["intervening"]), + ("EXSPECIALLY", &["especially"]), + ("FABRIKATION", &["fabrication"]), + ("ALLEDGEDLY", &["allegedly"]), + ("ANGSHISNESS", &["anxiousness"]), + ("THREAH", &["thread", "threat"]), + ("JONT", &["joint"]), + ("REVOLTUION", &["revolution"]), + ("MONTERAL", &["montreal"]), + ("BANNET", &["bayonet"]), + ("REGISTRAIN", &["registration"]), + ("DATASTREM", &["datastream"]), + ("SUCESSFULY", &["successfully"]), + ("FRANKILN", &["franklin"]), + ("IMMEADIATELY", &["immediately"]), + ("HIGHES", &["highest", "highs"]), + ("COLLBORATIVE", &["collaborative"]), + ("PACKACGE", &["package"]), + ("PRFER", &["prefer"]), + ("UNDERLOWING", &["underflowing"]), + ("DISCTINCTIVE", &["distinctive"]), + ("FEAUTURE", &["feature"]), + ("ESTABLISHS", &["establishes"]), + ("TYPPES", &["types"]), + ("SCHOLARHIPS", &["scholarship", "scholarships"]), + ("DESTORY", &["destroy"]), + ("DEGRIDATION", &["degradation"]), + ("SPECFICICATIONS", &["specifications"]), + ("CAHCING", &["caching"]), + ("CHARACTERISTC", &["characteristics"]), + ("CONVINATION", &["combination"]), + ("RECCORD", &["record"]), + ("CONTRIBUITOR", &["contributor"]), + ("PROTRAYAL", &["portrayal"]), + ("MACHING", &["machine", "marching", "matching"]), + ("TRANSFORMACION", &["transformation"]), + ("NUTRITENTS", &["nutrients"]), + ("INTORDUCED", &["introduced"]), + ("ACCOMMIDATE", &["accommodate"]), + ("CUSTAMIZABLE", &["customizable"]), + ("STATISTICES", &["statistics"]), + ("SPERMATOZOAN", &["spermatozoon"]), + ("COLUMMN", &["column"]), + ("ERROS", &["errors"]), + ("ENTHUSIASIM", &["enthusiasm"]), + ("INSTEANCE", &["instance"]), + ("LEGITIMETLY", &["legitimately"]), + ("INPORT", &["import"]), + ("CALANDAR", &["calendar"]), + ("SUBCRIBE", &["subscribe"]), + ("PORTOLIO", &["portfolio"]), + ("PARMETER", &["parameter"]), + ("SKETCHS", &["sketches"]), + ("CORRULATES", &["correlates"]), + ("CIRUCUMSTANCE", &["circumstance"]), + ("CONTAINERR", &["container"]), + ("PATHNEAME", &["pathname"]), + ("ASSEMBED", &["assembled"]), + ("DISSIMLARLITY", &["dissimilarity"]), + ("CRAMUGINS", &["curmudgeons"]), + ("TIMESTMAP", &["timestamp"]), + ("TALLERABLE", &["tolerable"]), + ("ELIMINTATES", &["eliminates"]), + ("VAIRANT", &["variant"]), + ("PROTOCALS", &["protocols"]), + ("FIANLLY", &["finally"]), + ("GENERILIZED", &["generalized"]), + ("RECOMMENEDED", &["recommended"]), + ("VOLATILIY", &["volatility"]), + ("REPEATIBLE", &["repeatable"]), + ("DISCONET", &["disconnect"]), + ("ASSASSINAS", &["assassins"]), + ("COPYRUGHTED", &["copyrighted"]), + ("ANECTODAL", &["anecdotal"]), + ("PILON", &["pillion", "pylon"]), + ("STUDENST", &["students"]), + ("SUPPERT", &["support"]), + ("SYCRONISING", &["synchronising"]), + ("PROPETY", &["property"]), + ("MICRCONTROLLERS", &["microcontrollers"]), + ("PARTICALAR", &["particular"]), + ("EXPERIMTENING", &["experimenting"]), + ("CONVENSION", &["convention", "conversion"]), + ("IMPLUSES", &["impulses"]), + ("BRIUSES", &["bruises"]), + ("PYSCHOLOGICAL", &["psychological"]), + ("COMTEMPORARY", &["contemporary"]), + ("INSURGANCE", &["insurgency"]), + ("PERFERCT", &["perfect"]), + ("PEDOPHOLIA", &["pedophilia"]), + ("ABOURT", &["abort", "about"]), + ("SYNCHRONUS", &["synchronous"]), + ("WOUDLNT", &["wouldnt"]), + ("TRASNPARENCIES", &["transparencies"]), + ("FITLERING", &["filtering"]), + ("PROPOERTIES", &["properties"]), + ("BISEUXAL", &["bisexual"]), + ("PUCINI", &["puccini"]), + ("ELGIBLE", &["eligible"]), + ("TEQUESTS", &["requests"]), + ("EFFECTIVINESS", &["effectiveness"]), + ("ANGSHIOSLY", &["anxiously"]), + ("AASSUMED", &["assumed"]), + ("NEIGHBURING", &["neighboring"]), + ("INTANGIBILE", &["intangible"]), + ("EXPROT", &["export"]), + ("TOROTISE", &["tortoise"]), + ("OPPERATES", &["operates"]), + ("DIFUSSIVE", &["diffusive"]), + ("INTOLERANTE", &["intolerance"]), + ("INTREPRET", &["interpret"]), + ("INTERATOR", &["iterator"]), + ("PROCRASTONATING", &["procrastinating"]), + ("EXPEREMENTATIONS", &["experimentations"]), + ("SPEFIFIES", &["specifies"]), + ("CONSONENT", &["consonant"]), + ("PARAPHRAZE", &["paraphrase"]), + ("FORSE", &["force"]), + ("MUTLINATIONAL", &["multinational"]), + ("PRESENTAS", &["presents"]), + ("EXCREPT", &["excerpt"]), + ("ASEMBLES", &["assembles"]), + ("VEIWS", &["views"]), + ("MULIPLEXER", &["multiplexer"]), + ("VIBRATIN", &["vibration"]), + ("COMPLATLY", &["completely"]), + ("TEMINALS", &["terminals"]), + ("THROUGHOPUT", &["throughput"]), + ("DIARREHA", &["diarrhea"]), + ("BOUNRARIES", &["boundaries"]), + ("APPLIZES", &["applies"]), + ("EXPEXCTS", &["expects"]), + ("PREMESIS", &["premises"]), + ("UPGADES", &["upgrades"]), + ("TECHICIAN", &["technician"]), + ("ENIRONMENT", &["environment"]), + ("IMPLEMENTATTION", &["implementation"]), + ("GENRALLY", &["generally"]), + ("DOCOMENTATION", &["documentation"]), + ("DOWNGARADED", &["downgraded"]), + ("COMPATIBILTY", &["compatibility"]), + ("UNNEDED", &["unneeded"]), + ("PIVOTT", &["pivot"]), + ("BALCANES", &["balances"]), + ("FUNCTTION", &["function"]), + ("CHROMOSOMS", &["chromosomes"]), + ("DELARED", &["declared"]), + ("REMAPING", &["remapping"]), + ("CONLY", &["only"]), + ("CLIEN", &["client"]), + ("PROCEEED", &["proceed"]), + ("OBSERVATRIONS", &["observations"]), + ("EMBARRASED", &["embarrassed"]), + ("APOCALYPITIC", &["apocalyptic"]), + ("OBEJCTIVELY", &["objectively"]), + ("PREMINENCE", &["preeminence"]), + ("CROS", &["cross"]), + ("LERANS", &["learns"]), + ("DILLIGENTLY", &["diligently"]), + ("SEVICED", &["serviced"]), + ("OPINYONS", &["opinions"]), + ("INSENSISTIVELY", &["insensitively"]), + ("IMPLIMENTIONS", &["implementations"]), + ("ORIGINALES", &["originals"]), + ("ADMINISTATIVE", &["administrative"]), + ("PREFERECNE", &["preference"]), + ("WHILTELISTS", &["whitelists"]), + ("CATSTROPHE", &["catastrophe"]), + ("DERIVTIVES", &["derivatives"]), + ("CHASISS", &["chassis"]), + ("SAMUE", &["same", "samuel"]), + ("UNEXPECTADELY", &["unexpectedly"]), + ("DISASTROSA", &["disastrous"]), + ("CLASROOMS", &["classrooms"]), + ("ADGES", &["edges", "badges", "adages"]), + ("CTIFICATES", &["certificates"]), + ("EXERCIES", &["exercise"]), + ("REFENCING", &["referencing"]), + ("PARAMETES", &["parameters"]), + ("EXPERIANCING", &["experiencing"]), + ("IMPLECATIONS", &["implications"]), + ("STREEM", &["stream"]), + ("INCOMPREHENISBLE", &["incomprehensible"]), + ("HELICOPERS", &["helicopters"]), + ("RESURRECION", &["resurrection"]), + ("OBVERSATION", &["observation"]), + ("RELATATIVE", &["relative"]), + ("SUBJECTIVY", &["subjectively"]), + ("DECOMMISSIONNED", &["decommissioned"]), + ("SKURGE", &["scourge"]), + ("DETERIORIATING", &["deteriorating"]), + ("OVERLFLOW", &["overflow"]), + ("CONTINING", &["containing", "continuing"]), + ("AUTOREALEASE", &["autorelease"]), + ("CONRTIB", &["contrib"]), + ("REINITAILISED", &["reinitialised"]), + ("SYNONYMES", &["synonyms"]), + ("POITNERS", &["pointers"]), + ("MISERABLLY", &["miserably"]), + ("EXPERMIMENTATION", &["experimentation"]), + ("VECTORES", &["vectors"]), + ("DISCLIAMER", &["disclaimer"]), + ("UNATHENTICATED", &["unauthenticated"]), + ("BEFORR", &["before"]), + ("TIBETIAN", &["tibetan"]), + ("ANNILIHATED", &["annihilated"]), + ("SANWICH", &["sandwich"]), + ("NOTIFICASTIONS", &["notifications"]), + ("BOOLEAM", &["boolean"]), + ("CONTERPARTS", &["counterparts"]), + ("RELEATD", &["related"]), + ("DEPENDENTE", &["dependence"]), + ("DISCLIPINES", &["disciplines"]), + ("CARIIER", &["carrier"]), + ("ENUMERTION", &["enumeration"]), + ("ABSTACTIONS", &["abstractions"]), + ("HOMOPHONIA", &["homophobia"]), + ("UMBRELLLA", &["umbrella"]), + ("PEBBLERS", &["pebbles"]), + ("ABSTRCTIONS", &["abstractions"]), + ("FRECUENTS", &["frequents"]), + ("SYMPATHYZERS", &["sympathizers"]), + ("DEPENCENDENCY", &["dependency"]), + ("RECONEECTION", &["reconnection"]), + ("SCNEARIO", &["scenario"]), + ("MORATLITY", &["mortality"]), + ("EXSPECTED", &["expected"]), + ("ASSIGHER", &["assigner"]), + ("CAMPATIBILITY", &["compatibility"]), + ("ACKNOWLADGES", &["acknowledges"]), + ("TRANCATE", &["truncate"]), + ("EXPERICES", &["experiences"]), + ("INITIAILIZED", &["initialized"]), + ("SMEALTING", &["smelting"]), + ("CATAPUL", &["catapult"]), + ("IMPLIMENTAION", &["implementation"]), + ("DOWNLOADMANGER", &["downloadmanager"]), + ("CREATIONSTS", &["creationists"]), + ("COMMENTERY", &["commentary"]), + ("OPRIMIZATIONS", &["optimizations"]), + ("ENCORDE", &["encode", "encore"]), + ("DISASSEMLE", &["disassemble"]), + ("SATISFICTION", &["satisfaction"]), + ("REGISTERDNS", &["registers"]), + ("CONSTRUCIVE", &["constructive"]), + ("VEKTORS", &["vectors"]), + ("SEPERERATED", &["separated"]), + ("ASSIMALATE", &["assimilate"]), + ("INITIALYZES", &["initializes"]), + ("NEIGHBEUS", &["neighbours"]), + ("COMPILANT", &["compliant"]), + ("INTEGRATIONE", &["integration"]), + ("ANTICIAPTION", &["anticipation"]), + ("JAPANEESE", &["japanese"]), + ("ARGUMEMENTS", &["arguments"]), + ("CREATIONISTAS", &["creationists"]), + ("PERFERRENCES", &["preferences"]), + ("INITMATE", &["intimate"]), + ("IMPUNER", &["impugner"]), + ("MICOSCOPIES", &["microscopies"]), + ("PROCLOMATION", &["proclamation"]), + ("SEMENT", &["cement", "segment"]), + ("INITAILISING", &["initialising"]), + ("NEIGHBOORHODS", &["neighborhoods"]), + ("PARTONIZING", &["patronizing"]), + ("ROUTEGUILD", &["routeguide"]), + ("DEULING", &["dueling"]), + ("UNIVERSITITES", &["universities"]), + ("FIRSLTY", &["firstly"]), + ("DISMANTELD", &["dismantled"]), + ("RASONS", &["reasons"]), + ("CONSPIRACES", &["conspiracies"]), + ("RESTOR", &["restore"]), + ("REARRANENTS", &["rearrangements"]), + ("BIYOUS", &["bayous"]), + ("CHISILING", &["chiseling"]), + ("ENCASPULATE", &["encapsulate"]), + ("PALESTEIN", &["palestine"]), + ("HARCODED", &["hardcoded"]), + ("UDNERPOWERED", &["underpowered"]), + ("SEMSETERS", &["semesters"]), + ("RELATIONSHITS", &["relationships"]), + ("CONCATINATION", &["contamination", "concatenation"]), + ("PHOTOGRPAH", &["photographs"]), + ("ANHOTER", &["another"]), + ("CHECLS", &["checks"]), + ("PROGRAMD", &["programed"]), + ("NEIBHBOURS", &["neighbours"]), + ("KINGERGARTEN", &["kindergarten"]), + ( + "CALCULATIN", + &["calculations", "calculating", "calculation"], + ), + ("MICROCENDER", &["microcenter"]), + ("BROSWING", &["browsing"]), + ("BENGLAS", &["bengals"]), + ("FACOR", &["favor", "faker"]), + ("WITHDRAWIN", &["withdrawn"]), + ("REINCATNATION", &["reincarnation"]), + ("NEGOTITED", &["negotiated"]), + ("USEFULE", &["useful"]), + ("STRATAGY", &["strategy"]), + ("OVERZEALISLY", &["overzealously"]), + ("CODOS", &["codes"]), + ("EXPLECIT", &["explicit"]), + ("TIMEOT", &["timeout"]), + ("CONTROLLS", &["controls"]), + ("OVRRIDABLES", &["overridables"]), + ("EXAPMLES", &["examples"]), + ("ACTULLAY", &["actually"]), + ("ELLIPIS", &["ellipsis"]), + ("PHASIS", &["phases"]), + ("INTERECTED", &["interacted", "intersected"]), + ("ASSISTENT", &["assistant"]), + ("RECEPTORAS", &["receptors"]), + ("CONSTARINT", &["constraint"]), + ("PERFOMEANSE", &["performance"]), + ("ESCLUDES", &["excludes"]), + ("ADJSENCE", &["adjacence"]), + ("DETAULTING", &["defaulting"]), + ("RESOVLING", &["resolving"]), + ("QUALIFIEDS", &["qualifies"]), + ("SOLATARE", &["solitaire"]), + ("SILLABUSES", &["syllabuses"]), + ("BROWSWERS", &["browsers"]), + ("ALCHIMEST", &["alchemist"]), + ("INSERING", &["inserting"]), + ("REGESTRATION", &["registration"]), + ("CONERNING", &["concerning"]), + ("PERTUB", &["perturb"]), + ("CAMELEONS", &["chameleons"]), + ("IMPLEMENTOS", &["implements"]), + ("SKUP", &["skip"]), + ("WOURD", &["word"]), + ("OPEARATES", &["operates"]), + ("PALCES", &["places", "pales"]), + ("WESTMINTER", &["westminster"]), + ("DEPDENDANT", &["dependant"]), + ("RELATIVILY", &["relativity"]), + ("SLEWTHING", &["sleuthing"]), + ("JERUSALEUM", &["jerusalem"]), + ("RECURSSION", &["recursion"]), + ("RESPOTING", &["reposting"]), + ("ADJUSTMANTS", &["adjustments"]), + ("MARGINAALI", &["marginal"]), + ("EXPEMPLARS", &["exemplars"]), + ("PSSED", &["passed"]), + ("BEURACRACY", &["bureaucracy"]), + ("PROBERTY", &["property", "properly"]), + ("CJOICES", &["choices"]), + ("PUBLSHING", &["publishing"]), + ("CRITICISZING", &["criticising"]), + ("AUTHENTIFICATED", &["authenticated"]), + ("ANTIBOITIC", &["antibiotics"]), + ("PROBLAEMS", &["problems"]), + ("EXCHNGE", &["exchange"]), + ("TRUCNATING", &["truncating"]), + ("ISES", &["uses"]), + ("PROMIMENTLY", &["prominently"]), + ("VALENTIE", &["valentines"]), + ("APPRICIATES", &["appreciates"]), + ("PSYCHAITRIST", &["psychiatrist"]), + ("DISASSEMBER", &["disassembler"]), + ("INCRMENTAL", &["incremental"]), + ("MAPPEED", &["mapped"]), + ("CONTINUTIY", &["continuity"]), + ("PRECENTILES", &["percentiles"]), + ("SPWANED", &["spawned"]), + ("SUBSIDIZNG", &["subsidizing"]), + ("EXPLAINE", &["explain"]), + ("UNINITIALSED", &["uninitialised"]), + ("COMPELTION", &["completion"]), + ("PSCYHOLOGISTS", &["psychologists"]), + ("PRINCESSS", &["princesses"]), + ("EMPATHETHIC", &["empathetic"]), + ("SUBTRINGS", &["substrings"]), + ("ENCAHNTING", &["enchanting"]), + ("COMPASSO", &["compassion"]), + ("ONTEXT", &["context"]), + ("SCHEDUALING", &["scheduling"]), + ("KEYWORKDS", &["keywords"]), + ("LENGHTENING", &["lengthening"]), + ("INTERATED", &["iterated", "interacted", "integrated"]), + ("CONDITIONNER", &["conditioner"]), + ("SLAVERLY", &["slavery"]), + ("EXMAINE", &["examine"]), + ("ALHPABETICAL", &["alphabetical"]), + ("SMALER", &["smaller"]), + ("INTERACTIV", &["interactive"]), + ("FUNCHTION", &["function"]), + ("AGGGREGATE", &["aggregate"]), + ("CORELATES", &["correlates"]), + ("SPLITNER", &["splinter"]), + ("ADMENDMENT", &["amendment"]), + ("COLLEAUGE", &["colleague"]), + ("PROVDIED", &["provided"]), + ("UNADVERTENTLY", &["inadvertently"]), + ("PROSSESES", &["processes", "possesses"]), + ("SIMULATENOUSLY", &["simultaneously"]), + ("SITUACIONAL", &["situational"]), + ("ENEABLED", &["enabled"]), + ("MICROTRANSACTIOS", &["microtransactions"]), + ("ALHPABET", &["alphabet"]), + ("SCRAMBLIES", &["scramble"]), + ("DIRECITVES", &["directives"]), + ("CONTINUTATION", &["continuation"]), + ("EXCHNAGE", &["exchange"]), + ("CAUSEING", &["causing"]), + ("OCMPUTED", &["computed"]), + ("RIGES", &["rides", "ridges"]), + ("PHYSCOLOGICALLY", &["psychologically"]), + ("INITALIZE", &["initialize"]), + ("DOMINANTING", &["dominating"]), + ("PHARAMCISTS", &["pharmacist"]), + ("CONECUTIVE", &["consecutive"]), + ("BACKLGHTING", &["backlighting"]), + ("EVALUTED", &["evaluated"]), + ("RESSURRECT", &["resurrect"]), + ("CURSROR", &["cursor"]), + ("SOMETING", &["something"]), + ("INCORRECLY", &["incorrectly"]), + ("REFELCT", &["reflect"]), + ("INCONSEQUANTIAL", &["inconsequential"]), + ("DESCREASING", &["decreasing"]), + ("SYRACUE", &["syracuse"]), + ("ATTEMTPTED", &["attempted"]), + ("EFFORTLESSY", &["effortlessly"]), + ("STARNATION", &["starvation"]), + ("VULNERABILLITIES", &["vulnerabilities"]), + ("SISTEMING", &["systemic", "stemming"]), + ("RANDAYVOUED", &["rendezvoused"]), + ("ACCESSIBLITY", &["accessibility"]), + ("COMFORTABLITY", &["comfortably"]), + ("MIRCOSCOPIC", &["microscopic"]), + ("GROOSUMLY", &["gruesome"]), + ("SYNAGOUGE", &["synagogue"]), + ("RELATIONSHP", &["relationships"]), + ("INFLATABE", &["inflatable"]), + ("BUISSINESSES", &["businesses"]), + ("REPLACTE", &["replace", "replicate"]), + ("INCOGINTO", &["incognito"]), + ("DIFFIRENT", &["different"]), + ("EXPERIMENTAAL", &["experimental"]), + ("TOOKS", &["takes", "took"]), + ("ADMINSITRATIVE", &["administrative"]), + ("ALTERNITAVELY", &["alternatively"]), + ("AGAIST", &["against"]), + ("NOTEBOOOK", &["notebook"]), + ("CALCUTATED", &["calculated"]), + ("NIMPHIAN", &["nymphean"]), + ("DOWNSTERAMERS", &["downstreamers"]), + ("CONDIG", &["config"]), + ("TEACHNIG", &["teaching"]), + ("OMNISIENCES", &["omnisciences"]), + ("EHTNICITIES", &["ethnicities"]), + ("INDUSTRUCTIBLE", &["indestructible"]), + ("DISCUSTINGLY", &["disgustingly"]), + ("FRANCISO", &["francisco"]), + ("GOLBALLY", &["globally"]), + ("ELEMNT", &["element"]), + ("SYNCRONIZES", &["synchronizes"]), + ("COMIPLERS", &["compilers"]), + ("RESPONISBLY", &["responsibly"]), + ("OUTPERFOEM", &["outperform"]), + ("EXECUTUTIONS", &["executions"]), + ("REMASTERD", &["remastered"]), + ("BOOSTRAPPED", &["bootstrapped"]), + ("DECISSION", &["decision"]), + ("ALLEIGANCE", &["allegiance"]), + ("MATINAY", &["matinee"]), + ("EHTERNET", &["ethernet"]), + ("EXCETUTIVE", &["executive"]), + ("FURCTOSE", &["fructose"]), + ("INTROVERTIS", &["introverts"]), + ("TOKENIZAITON", &["tokenization"]), + ("PASSABE", &["passable"]), + ("CONSITUENCIES", &["constituencies"]), + ("ADVOCAY", &["advocacy"]), + ("SOVEREIN", &["sovereign"]), + ("INSENITIVELY", &["insensitively"]), + ("SUPPRESSSION", &["suppression"]), + ("BOUNAD", &["bound"]), + ("STABLILITY", &["stability"]), + ("LAMDAS", &["lambdas"]), + ("PIGOENS", &["pigeons"]), + ("LIMTI", &["limit"]), + ("MOFDIFIED", &["modified"]), + ("INSTANTY", &["instantly"]), + ("TRANSCRIT", &["transcript"]), + ("TORITLLA", &["tortilla"]), + ("COMPATABLY", &["compatibly"]), + ("CRITICALL", &["critical", "critically"]), + ("OFFENEST", &["oftenest"]), + ("WHISPERES", &["whispers"]), + ("INPIRATION", &["inspiration"]), + ("OFFEN", &["often"]), + ("CORECCT", &["correct"]), + ("KINTEIC", &["kinetic"]), + ("METHDOS", &["methods"]), + ("WRTIE", &["write"]), + ("PORTRAYLS", &["portrays"]), + ("INVOVLES", &["involves"]), + ("POLINATORS", &["pollinators"]), + ("OVERFL", &["overflow"]), + ("FUNVTION", &["function"]), + ("LANGUAE", &["language"]), + ("VACTION", &["vacation"]), + ("ORGINIZE", &["organize"]), + ("UNFORUTUNATE", &["unfortunate"]), + ("ORPAHNS", &["orphans"]), + ("PYSCHOLOGIST", &["psychologist"]), + ("EXENSIONS", &["extensions"]), + ("PENGWIN", &["penguin"]), + ("ASSOCICATED", &["associated"]), + ("DISSAPOIMTED", &["disappointed"]), + ("CONTAINA", &["contain"]), + ("AGGRGATE", &["aggregate"]), + ("UNERLYING", &["underlying"]), + ("DISTRIBUE", &["distributed", "distribute"]), + ("GUARNATED", &["guaranteed"]), + ("COMITTMENT", &["commitment"]), + ("RECALCUATIONS", &["recalculations"]), + ("PRATCISE", &["practise"]), + ("SERVERITE", &["severity"]), + ("CONFURABLE", &["configurable"]), + ("PAREMETER", &["parameter"]), + ("ACCHIEVED", &["achieved"]), + ("INSTEADD", &["instead"]), + ("NOCTURE", &["nocturne"]), + ("COLOERING", &["coloring"]), + ("ARBITRYARY", &["arbitrary"]), + ("DENMMARK", &["denmark"]), + ("FOLOOWIWNG", &["following"]), + ("CLASSIFER", &["classifier"]), + ("GEOMERTIES", &["geometries"]), + ("FINANIZE", &["finalize"]), + ("TROTSKISM", &["trotskyism"]), + ("PREFERES", &["prefers"]), + ("FASHON", &["fashion"]), + ("NEGATIVELLY", &["negatively"]), + ("DESCRIMINATION", &["discrimination"]), + ("FUNCTIIONALITY", &["functionality"]), + ("CYMPTUMATIC", &["symptomatic"]), + ("INSUFFIENCY", &["insufficiency"]), + ("MISCELLANIOUS", &["miscellaneous"]), + ("NIRTOGEN", &["nitrogen"]), + ("STATIONERAD", &["stationed"]), + ("ATTRIBTUTES", &["attributes"]), + ("AVALAIBLE", &["available"]), + ("NERALY", &["neurally"]), + ("PHYSCAL", &["physical"]), + ("EFFECTIVLY", &["effectively"]), + ("RESPONSAVEIS", &["responsive"]), + ("DOWNLOADBALE", &["downloadable"]), + ("PREDEFIEND", &["predefined"]), + ("MAANAGEMENT", &["management"]), + ("EXPERMENT", &["experiment"]), + ("DESCRIB", &["describe"]), + ("DISALBED", &["disabled"]), + ("DESSIGNED", &["designed"]), + ("INSTRCUTINOS", &["instructions"]), + ("ECONOMICUS", &["economics"]), + ("PARMAETERS", &["parameters"]), + ("PALYABLE", &["playable"]), + ("HARVASTING", &["harvesting"]), + ("IDEOSINCRACIES", &["idiosyncrasies"]), + ("NEGOTATIATORS", &["negotiators"]), + ("PSEUDORINVERSE", &["pseudoinverse"]), + ("SYSEMS", &["systems"]), + ("BELYED", &["belied"]), + ("GHANDI", &["gandhi"]), + ("UNOPEND", &["unopened"]), + ("SOMEWHER", &["somewhere"]), + ("VARTICALLY", &["vertically"]), + ("ESPACALLY", &["especially"]), + ("CONSERVATIVSM", &["conservatism"]), + ("VERTABRAY", &["vertebrae"]), + ("DISAPATED", &["dissipated"]), + ("SCCRIPING", &["scripting"]), + ("GEOEMTRY", &["geometry"]), + ("FILNAL", &["final"]), + ("CONSTRUCOR", &["constructor"]), + ("PICTHFORKS", &["pitchforks"]), + ("PHYSISICT", &["physicist"]), + ("PERMUATIONS", &["permutations"]), + ("CHRISTINES", &["christians"]), + ("POPED", &["popped", "pooped"]), + ("LLIKE", &["like"]), + ("CONCENTRAITON", &["concentrations"]), + ("ATTEMP", &["attempt"]), + ("JUSTIFICACION", &["justification"]), + ("COMPILCATES", &["complicates"]), + ("FRANKINSTEIN", &["frankenstein"]), + ("MISSISSIPI", &["mississippi"]), + ("DIJSTRA", &["dijkstra"]), + ("TURKSIH", &["turkish"]), + ("ALTERNARIVES", &["alternatives"]), + ("TOGGELE", &["toggle"]), + ("LAVELLING", &["levelling", "labelling"]), + ("RADIU", &["radius"]), + ("STILUS", &["stylus"]), + ("GRATIFICAITON", &["gratification"]), + ("FORFIT", &["forfeit"]), + ("CERTIFIATIONS", &["certifications"]), + ("LEVE", &["levee", "level"]), + ("UNSELECGTS", &["unselects"]), + ("EXPOSICION", &["exposition"]), + ("RANDOMES", &["randoms"]), + ("ARITFACTS", &["artifacts"]), + ("UNCODING", &["encoding"]), + ("REINSTALE", &["reinstalled"]), + ("DICONNECTED", &["disconnected"]), + ("PICKYUNES", &["picayunes"]), + ("BBEFORE", &["before"]), + ("SUBSTRACTED", &["subtracted"]), + ("UNDERCUNT", &["undercut"]), + ("RELATIOSHIP", &["relationship"]), + ("BENECHMARKED", &["benchmarked"]), + ("EXPERIMENTAITED", &["experimented"]), + ("RECEIEVES", &["receives"]), + ("AVACODOS", &["avocados"]), + ("FILESTSTEM", &["filesystem"]), + ("EXPERIMMENTERS", &["experimenters"]), + ("INITAILSATION", &["initialisation"]), + ("MENETIONED", &["mentioned"]), + ("SCROLLBAE", &["scrollbar"]), + ("GROSHURY", &["grocery"]), + ("UNAMPPED", &["unmapped"]), + ("SCALEABLE", &["scalable"]), + ("DIRECTORIS", &["directories"]), + ("ANITVIRUS", &["antivirus"]), + ("PRECONDIDITION", &["precondition"]), + ("MAINENANCE", &["maintenance"]), + ("DISAPPROUVE", &["disapprove"]), + ("NEGLICENCE", &["negligence"]), + ("DISSPPOINTED", &["disappointed"]), + ("INDIVIDULS", &["individuals"]), + ("KNW", &["know"]), + ("PARTICIPAS", &["participants"]), + ("HYPEN", &["hyphen"]), + ("BACKDOOOR", &["backdoor"]), + ("NATINALLY", &["nationally"]), + ("CLEAING", &["cleaning"]), + ("DENEGERATE", &["degenerate"]), + ("APRECIATED", &["appreciated"]), + ("RADIANE", &["radiance"]), + ("TANTRUMERS", &["tantrums"]), + ("REPELER", &["repeller"]), + ("SIVER", &["diver", "silver", "sliver"]), + ("TOUCHDWON", &["touchdown"]), + ("PERFORMMED", &["performed"]), + ("INPECT", &["inspect"]), + ("ENTY", &["entry", "entity"]), + ("ADMITEDLY", &["admittedly"]), + ("TRAILINS", &["trailing"]), + ("CONSULTATA", &["consultant"]), + ("MARTAIN", &["martian"]), + ("SPROUTES", &["sprouts"]), + ("STUDI", &["study", "studio"]), + ("SPECFIFYING", &["specifying"]), + ("SCOPRION", &["scorpion"]), + ("DIAGNONALS", &["diagonals"]), + ("TENDENCE", &["tendencies"]), + ("OBSOLESENCE", &["obsolescence"]), + ("MICROTRANSACTIONED", &["microtransactions"]), + ("CHOCLOATES", &["chocolates"]), + ("NOTICABELY", &["noticeably"]), + ("ADVERTICED", &["advertised"]), + ("APPICABLE", &["applicable"]), + ("BARGAINNING", &["bargaining"]), + ("AAPROXIMATE", &["approximate"]), + ("IMMOBILZE", &["immobile"]), + ("MASTRUBATION", &["masturbation"]), + ("REPRODICIBLY", &["reproducibly"]), + ("FOLLWOW", &["follow"]), + ("COMMPOUND", &["compound"]), + ("POLUTE", &["pollute"]), + ("BITFIED", &["bitfield"]), + ("HYPVISORS", &["hypervisors"]), + ("TOLIET", &["toilet"]), + ("TELEGRAH", &["telegraph"]), + ("EXPERIMENTAITERS", &["experimenters"]), + ("ASYNCHROUSLY", &["asynchronously"]), + ("COLLECTROS", &["collects"]), + ("AUGEST", &["august"]), + ("DISHONER", &["dishonored"]), + ("STATISTCS", &["statistics"]), + ("SPEFIIFIES", &["specifies"]), + ("STADNARDISED", &["standardised"]), + ("INTERACE", &["interacted", "interface"]), + ("DECRATIONS", &["decorations"]), + ("CATEOGRICAL", &["categorical"]), + ("SHWOING", &["showing"]), + ("PRESITIGOUS", &["prestigious"]), + ("CALCURATED", &["calculated"]), + ("INTERPERTERS", &["interpreter", "interpreters"]), + ("CALCULTING", &["calculating"]), + ("NEARSET", &["nearest"]), + ("INTERNATIONNALLY", &["internationally"]), + ("AUGMNETATION", &["augmentation"]), + ("INQUISITIOR", &["inquisitor"]), + ("DYSENTRY", &["dysentery"]), + ("PATIENS", &["patients"]), + ("AIRIAL", &["aerial", "arial"]), + ("APEALS", &["appeals"]), + ("SHELVERS", &["shelves"]), + ("TURRAIN", &["terrain"]), + ("CONBINED", &["combined", "confined"]), + ("MULTPLIER", &["multiplier"]), + ("CUSTUM", &["custom"]), + ("SCOREBORAD", &["scoreboard"]), + ("REPSONDED", &["responded"]), + ("EXPCTING", &["expecting"]), + ("LENTH", &["length"]), + ("CLIMATISER", &["climates"]), + ("DEGENARATE", &["degenerate"]), + ("POSIFIONS", &["positions"]), + ("HOMEWONER", &["homeowner"]), + ("CONIGURED", &["configured"]), + ("PRESEVED", &["preserved"]), + ("PORPERTIES", &["properties"]), + ("PROGRESSIE", &["progressives"]), + ("BETWEED", &["between"]), + ("RESOLVERSE", &["resolves"]), + ("CHRISTMANS", &["christians"]), + ("EVERWHERE", &["everywhere"]), + ("TRAL", &["trail", "trial"]), + ("NETURON", &["neutron"]), + ("UNCENSORRED", &["uncensored"]), + ("UNIVERSIRTY", &["university"]), + ("INTREEGED", &["intrigued"]), + ("NAWSEOUSLY", &["nauseously"]), + ("STOPP", &["stop"]), + ("FORMATTTED", &["formatted"]), + ("CXAN", &["cyan"]), + ("RANDAYVOUS", &["rendezvous"]), + ("CONTINGUOUS", &["contiguous"]), + ("ACADEMICAS", &["academics"]), + ("UNDERESTAMATED", &["underestimated"]), + ("APPLICTION", &["application"]), + ("PRIORITSE", &["priorities"]), + ("ACCIDENLTY", &["accidentally"]), + ("CRIRICAL", &["critical"]), + ("POSITIONIAL", &["positional"]), + ("NECESSARALY", &["necessarily"]), + ("RECUITING", &["recruiting"]), + ("COOPEARTES", &["cooperates"]), + ("AVAILABAL", &["available"]), + ("LIVESTREEM", &["livestream"]), + ("TRIPTICKS", &["triptychs"]), + ("SIGNFICANTLY", &["significantly"]), + ("VITENAMESE", &["vietnamese"]), + ("AVAILBILITY", &["availability"]), + ("MANAGAMENT", &["management"]), + ("SYNONOMY", &["synonym"]), + ("AOUND", &["around"]), + ("DERIVITAVE", &["derivative"]), + ("RESTORATING", &["restoration"]), + ("DISECTION", &["dissection"]), + ("VULNERABUILITIE", &["vulnerability"]), + ("SIMPLIY", &["simplify", "simply"]), + ("PARMSEAN", &["parmesan"]), + ("ALTRUISTRIC", &["altruistic"]), + ("SUBSCRIBTIONS", &["subscriptions"]), + ("INTERNATINALISTS", &["internationalists"]), + ("PERXOIDE", &["peroxide"]), + ("APPRECIATIED", &["appreciative"]), + ("ENTETIES", &["entities"]), + ("PENISULA", &["peninsula"]), + ("SUIETE", &["suite"]), + ("PRECUSSION", &["percussion"]), + ("INDONEISA", &["indonesia"]), + ("STOPING", &["stopping"]), + ("INDICATEE", &["indicates", "indicated"]), + ("ASSSOCIATE", &["associated"]), + ("IMLIMENTS", &["implements"]), + ("PHENEMENON", &["phenomenon"]), + ("CALCLULATE", &["calculate"]), + ("PROLEMS", &["problems"]), + ("ELMINATE", &["eliminate"]), + ("GLOABLLY", &["globally"]), + ("SACARMENTO", &["sacramento"]), + ("TRANSFORMEES", &["transforms"]), + ("LEUTENANT", &["lieutenant"]), + ("ENTHUSIASIC", &["enthusiastic"]), + ("CURRETLY", &["currently"]), + ("CHARCATER", &["character"]), + ("PROGRAMMEURS", &["programmer"]), + ("COMFORTABLLY", &["comfortably"]), + ("COMPETIDOR", &["competitor"]), + ("PACKE", &["packed", "packet"]), + ("SPRED", &["spread"]), + ("AUNTHENTICATORS", &["authenticators"]), + ("AUTOMATRON", &["automation"]), + ("UNAQUIRED", &["unacquired"]), + ("GUARRENTE", &["guarantee"]), + ("RENEGOATIATES", &["renegotiates"]), + ("PIECWISE", &["piecewise"]), + ("REGRETABLY", &["regrettably"]), + ("INTRDUCED", &["introduced"]), + ("PARAPHANALIA", &["paraphernalia"]), + ("PALTETTE", &["palette"]), + ("WIETH", &["width"]), + ("EXCLUSVIES", &["exclusives"]), + ("DAYBUE", &["debut"]), + ("NORTHEREASTERN", &["northeastern"]), + ("ASYCRONOUS", &["asynchronous"]), + ("COMPLILATIONS", &["complications"]), + ("WSEE", &["see"]), + ("RECAL", &["recall"]), + ("SIMPTOMATICALY", &["symptomatically"]), + ("CHAECKER", &["checker"]), + ("AUTHENCATING", &["authenticating"]), + ("PREFORMER", &["performer"]), + ("DEINES", &["defined", "defines", "denies"]), + ("ACSENSION", &["ascension"]), + ("UNDERWHELIMG", &["underwhelming"]), + ("OVERULES", &["overuse"]), + ("ISREALIS", &["israelis"]), + ("UNCERTAINCY", &["uncertainty"]), + ("DICTIONAY", &["dictionary"]), + ("PREMIEE", &["premiere"]), + ("MOCROPROCESSOR", &["microprocessor"]), + ("ENCHANTMENS", &["enchantments"]), + ("ALIGNENT", &["alignment"]), + ("BUREAOCRATS", &["bureaucrats"]), + ("THIRTEEEN", &["thirteen"]), + ("DISPORVED", &["disproved"]), + ("ROTUINES", &["routines"]), + ("UNIQU", &["unique"]), + ("LIBERTARIANISME", &["libertarians"]), + ("INTIALLISED", &["initialised"]), + ("WRANLGER", &["wrangler"]), + ("PARALELLE", &["parallel"]), + ("DIAPPEARES", &["disappears"]), + ("PAIROKEEL", &["parochial"]), + ("REASULT", &["result"]), + ("TRANSCOSER", &["transcoder"]), + ("AVRIABLE", &["variable"]), + ("PLAYTHOURGHS", &["playthroughs"]), + ("QUITT", &["quit"]), + ("FASCISTISK", &["fascists"]), + ("CORRECLY", &["correctly"]), + ("CIGARRETE", &["cigarette"]), + ("ACKOWLEDGE", &["acknowledge"]), + ("PACJAGES", &["packages"]), + ("ENCHANCMENT", &["enchantment"]), + ("CRACED", &["graced"]), + ("COMPNENT", &["component"]), + ("THRITEEN", &["thirteen"]), + ("SUCCEFULLY", &["successfully"]), + ("OBERVS", &["observes"]), + ("SILOUHETTING", &["silhouetting"]), + ("UNCOMMPRESED", &["uncompressed"]), + ("DYNASTRY", &["dynasty"]), + ("OWNWERSHIP", &["ownership"]), + ("WARNINSGS", &["warnings"]), + ("SCAEPGOAT", &["scapegoat"]), + ("SUCESSEDING", &["succeeding", "seceding"]), + ("DIATANCING", &["distancing"]), + ("SOCAILIZE", &["socialize"]), + ("GORILLLA", &["gorilla"]), + ("MONSDAY", &["monday"]), + ("OSCILATOR", &["oscillator"]), + ("CONSTRUCTICON", &["construction"]), + ("ASSSASSANS", &["assassins"]), + ("ADUSTMENT", &["adjustment"]), + ("ENGERY", &["energy"]), + ("AUTONEGOATION", &["autonegotiation"]), + ("VARTS", &["carts", "warts"]), + ("SPAMMADE", &["spammed"]), + ("DISATISSFIED", &["dissatisfied"]), + ("CARRRIER", &["carrier"]), + ("ANYHTING", &["anything"]), + ("LANTREN", &["lantern"]), + ("ARCHAOLOGY", &["archeology", "archaeology"]), + ("DESENSITIVED", &["desensitized"]), + ("INTORDUCING", &["introducing"]), + ("HELTH", &["health"]), + ("NESTWORK", &["network"]), + ("DEFINITIVNO", &["definition"]), + ("SYPMATHIZE", &["sympathize"]), + ("ACCURS", &["accurse", "occurs"]), + ("VECOTR", &["vector"]), + ("MEHCANICALLY", &["mechanically"]), + ("MACHANISM", &["mechanism"]), + ("DEMOCRACT", &["democrat"]), + ("RUDIMENTALLY", &["rudimentary"]), + ("WORKARONUD", &["workaround"]), + ("TELPHONY", &["telephony"]), + ("TRAINES", &["trainers"]), + ("FOLLLOWIND", &["following"]), + ("PROTOCL", &["protocol"]), + ("IMPLEMENTASE", &["implements"]), + ("DETERMENING", &["determining"]), + ("INTELEGENT", &["intelligent"]), + ("PEOMS", &["poems"]), + ("UNFORTUANTE", &["unfortunate"]), + ("COTNAINS", &["contains"]), + ("CAPPABLE", &["capable"]), + ("TRANSORMING", &["transforming"]), + ("CONSERVATIVO", &["conservation"]), + ("SIES", &["size", "sighs", "sides"]), + ("FAVOURTIE", &["favourite"]), + ("SEPECIFIED", &["specified"]), + ("EXMAPLES", &["examples"]), + ("GERATES", &["generates", "gyrates"]), + ("SLCIES", &["slices"]), + ("EXPLOT", &["exploit", "explore"]), + ("EXRENSIONS", &["extensions"]), + ("SPONTEANOUSLY", &["spontaneously"]), + ("ULTIMATLY", &["ultimately"]), + ("ISNTANTLY", &["instantly"]), + ("SCOLLING", &["scrolling"]), + ("NUETRALITY", &["neutrality"]), + ("DENOMONATOR", &["denominator"]), + ("CONFIGULATE", &["configurate"]), + ("VALULATION", &["valuation"]), + ("ENCUPSULATES", &["encapsulates"]), + ("AMBIGIUOUS", &["ambiguous"]), + ("SOTRING", &["storing", "sorting"]), + ("ANOY", &["annoy"]), + ("AUTOCOOMIT", &["autocommit"]), + ("BRACELETTES", &["bracelets"]), + ("SERAILIZATION", &["serialization"]), + ("EVELUATES", &["evaluates"]), + ("NOGHT", &["night"]), + ("SUGGUEST", &["suggest"]), + ("EFFECIENTLY", &["efficiently"]), + ("TRANSPARRENLY", &["transparently"]), + ("PROTOHYPES", &["prototypes"]), + ("PRECEDANCE", &["precedence"]), + ("SIGINIFICANTLY", &["significantly"]), + ("KICTHENS", &["kitchens"]), + ("MEMMICK", &["mimic"]), + ("WHIPSERS", &["whispers"]), + ("COMMUNCATED", &["communicated"]), + ("ALARAMS", &["alarms"]), + ("PROTCOOL", &["protocol"]), + ("SOVEREIGHNTY", &["sovereignty"]), + ("LIBERTARINAISM", &["libertarianism"]), + ("UNPROFESSIONNAL", &["unprofessional"]), + ("ALGOIRTHMS", &["algorithms"]), + ("ADJUMENT", &["adjustment"]), + ("TRAINGLES", &["triangles"]), + ("ELLISION", &["elision"]), + ("SOCIOPATAS", &["sociopaths"]), + ("BELEIEVE", &["believe"]), + ("EAMPLES", &["examples"]), + ("FANATSIC", &["fanatics"]), + ("BEHAVOIRS", &["behaviors"]), + ("FUNCATION", &["function"]), + ("APERUTRE", &["aperture"]), + ("ICEFORG", &["icefrog"]), + ("DISTRCT", &["district"]), + ("PURPOSEDLY", &["purposely"]), + ("COMETED", &["commented", "competed"]), + ("ABOSLUTELY", &["absolutely"]), + ("FOLERS", &["folders"]), + ("NEIGHBOURHOOR", &["neighbour"]), + ("IMMEDAITE", &["immediate"]), + ("ARBITUARILY", &["arbitrarily"]), + ("INDIFFERNT", &["indifferent"]), + ("INABLED", &["enabled"]), + ("EXPERSIVE", &["expensive"]), + ("WHAN", &["want", "when"]), + ("SECURRE", &["secure"]), + ("SPLELING", &["spelling"]), + ("STATUSS", &["status"]), + ("UKRAINIAS", &["ukrainians"]), + ("INTERACTUE", &["interacted"]), + ("PROJCT", &["project"]), + ("MATRICIES", &["matrices"]), + ("THROUHG", &["through"]), + ("NEGOPTIONSOTIATIONS", &["negotiations"]), + ("FEETURE", &["feature"]), + ("CONTINUS", &["continues", "continue", "continuous"]), + ("SIUTATIONAL", &["situational"]), + ("SPEFICIFEIS", &["specifies"]), + ("ACCLIAMED", &["acclaimed"]), + ("AMONGTS", &["amongst"]), + ("DISCRIMINATOIRE", &["discriminate"]), + ("CLCOSED", &["closed"]), + ("BEGNALS", &["bengals"]), + ("RUDIMENTERY", &["rudimentary"]), + ("SCHIZOPHERNIC", &["schizophrenic"]), + ("CULTERALLY", &["culturally"]), + ("WATING", &["waiting"]), + ("INVOLUNTAIRY", &["involuntary"]), + ("WHOLEHEARTDLY", &["wholeheartedly"]), + ("INTERPRITATIONS", &["interpretations"]), + ("REWIRTABLE", &["rewritable"]), + ("FUTUREUS", &["futures"]), + ("TERMINATER", &["terminator"]), + ("PROEDURAL", &["procedural"]), + ("BETWEENESS", &["betweenness"]), + ("CHASIERS", &["cashiers"]), + ("RANDAYVOOS", &["rendezvous"]), + ("NORTHWET", &["northwest"]), + ("FEEDBAKC", &["feedback"]), + ("FACILIATE", &["facilitate"]), + ("FLAVOURUS", &["flavours"]), + ("PLAGUARISM", &["plagiarism"]), + ("ARCEHTYPE", &["archetype"]), + ("EQUIL", &["equal"]), + ("ASISTANT", &["assistant"]), + ("IMINENT", &["eminent", "imminent", "immanent"]), + ("PREFECTLY", &["perfectly"]), + ("MECHNISM", &["mechanism"]), + ("CONFFIGURATION", &["configuration"]), + ("FAILITATE", &["facilitate"]), + ("IRRATIONALLLY", &["irrationally"]), + ("DIFICULTY", &["difficulty"]), + ("THEATHER", &["theater"]), + ("REPECTS", &["respects"]), + ("LUNGUAGE", &["language"]), + ("MUTLIPLIES", &["multiplies"]), + ("CHANCELING", &["canceling"]), + ("OBSTRUCCION", &["obstruction"]), + ("OCILATORS", &["oscillators"]), + ("EPILEPSEY", &["epilepsy"]), + ("DERVIATIVE", &["derivative"]), + ("PRAYRYS", &["prairies"]), + ("ANJANEW", &["ingenue"]), + ("TEMPOARAY", &["temporary"]), + ("POLLTRY", &["poultry"]), + ("CONDULENCES", &["condolences"]), + ("FLOURESCENT", &["fluorescent", "florescent"]), + ("COMMUNICATIN", &["communications"]), + ("SURVIVABILILTY", &["survivability"]), + ("SPEFIFICATIONS", &["specifications"]), + ("SLOGEN", &["slogan"]), + ("SMAURAI", &["samurai"]), + ("EXPENSION", &["expansion"]), + ("ANNOUCING", &["announcing"]), + ("UKNOWNS", &["unknowns"]), + ("CECK", &["check"]), + ("TOKNE", &["token"]), + ("MISSLIES", &["missiles"]), + ("AILGN", &["align"]), + ("GOUVENER", &["governor"]), + ("PANTOMINE", &["pantomime"]), + ("PANTHEN", &["pantheon"]), + ("DIFFERATE", &["differentiate"]), + ("MUTALLY", &["mutually"]), + ("DIFFENET", &["different"]), + ("EXTRIME", &["extreme"]), + ("NEGOTIONS", &["negotiations"]), + ("DIRECTRIVES", &["directives"]), + ("BECHMARK", &["benchmark"]), + ("BASTARDUS", &["bastards"]), + ("RUBARB", &["rhubarb"]), + ("ASSOICIATIVE", &["associative"]), + ("WUOLD", &["would"]), + ("ACTAULLY", &["actually"]), + ("CHANGGELING", &["changeling"]), + ("CARABOOS", &["caribous"]), + ("ACCOMPAGNIED", &["accompanied"]), + ("HUNDRETHS", &["hundredths"]), + ("UNPARENTED", &["parentless"]), + ("PRINCEPLES", &["principles"]), + ("RECLUTANT", &["reluctant"]), + ("CAMBRIGDE", &["cambridge"]), + ("DEMONATION", &["denomination"]), + ("CALSSIFIED", &["classified"]), + ("CLEARENCE", &["clearance"]), + ("DEFFERENTLY", &["differently"]), + ("CONSEQUNECES", &["consequence"]), + ("ACCIDENTILY", &["accidentally"]), + ("INFORMAION", &["information"]), + ("MERGIN", &["merging"]), + ("FORTUNATLY", &["fortunately"]), + ("SATANDARD", &["standard"]), + ("NEGOTIATIN", &["negotiations"]), + ("BAOYNET", &["bayonet"]), + ("UNCEHCKED", &["unchecked"]), + ("DAED", &["dead"]), + ("JOURNALISTES", &["journalists"]), + ("NORTHEAT", &["northeast"]), + ("BIOLOGISKT", &["biologist"]), + ("COPRRIGHT", &["copyright"]), + ("INTERSTS", &["interests"]), + ("EMAI", &["email"]), + ("UNIVERSSE", &["universes"]), + ("MULTIPLAYR", &["multiply"]), + ("EXPANSON", &["expansion"]), + ("REQESTED", &["requested"]), + ("EVOLUTIONNARY", &["evolutionary"]), + ("CONDITIONALY", &["conditionally"]), + ("REPARAMTERIZED", &["reparameterized"]), + ("CONSTRAINSTS", &["constraints"]), + ("CONSENDING", &["consenting"]), + ("HEROS", &["heroes"]), + ("WHE", &["when", "we"]), + ("SIRVAYLENCE", &["surveillance"]), + ("FLAWESS", &["flawless"]), + ("OREINTATION", &["orientation"]), + ("EXPANIONS", &["expansions"]), + ("INFORMARLA", &["informal"]), + ("MOTOROLOA", &["motorola"]), + ("EXHAUSED", &["exhausted"]), + ("INTERESSTING", &["interesting"]), + ("LEVL", &["level"]), + ("PHILIPPENIS", &["philippines"]), + ("DECIAML", &["decimal"]), + ("CONSITUENT", &["constituent"]), + ("FILESSYTEM", &["filesystem"]), + ("PREVEIWES", &["previews", "previewers"]), + ("DICATIONARIES", &["dictionaries"]), + ("ACTIVIATE", &["activate"]), + ("TIEM", &["time", "item"]), + ("OFFXET", &["offset"]), + ("PHARSE", &["phrase", "parse"]), + ("COPENAGHEN", &["copenhagen"]), + ("ASSIMTOTES", &["asymptotes"]), + ("MIRCOTRANSACTIONS", &["microtransactions"]), + ("ADJASENT", &["adjacent"]), + ("CONNECTIT", &["connecticut"]), + ("JERUSALM", &["jerusalem"]), + ("BESEIGE", &["besiege"]), + ("TEMPTATIVE", &["tentative"]), + ("FIXWD", &["fixed"]), + ("PENSINO", &["pension"]), + ("DECLINIG", &["declining"]), + ("REPRODUCIABLE", &["reproduceable"]), + ("REARRANT", &["rearrangement"]), + ("SUCCEDED", &["succeeded"]), + ("UPSTEAMED", &["upstreamed"]), + ("ARCHITCT", &["architect"]), + ("JUSTFIED", &["justified"]), + ("RECYLED", &["recycled"]), + ("MICOSCOPIC", &["microscopic"]), + ("TEMPLACED", &["templated"]), + ("DONESTICATED", &["domesticated"]), + ("PARTICPATE", &["participate"]), + ("COINCIDENTIAL", &["coincidental"]), + ("NORAMLLY", &["normally"]), + ("SUBTITILES", &["subtitles"]), + ("INIECTED", &["injected"]), + ("BACKWORD", &["backward"]), + ("SUCIDIAL", &["suicidal"]), + ("HORIZONTALE", &["horizontal"]), + ("SIMIAR", &["similar"]), + ("ALGORYTHEMIC", &["algorithmic"]), + ("SATIFYING", &["satisfying"]), + ("CONAINING", &["containing"]), + ("VEIWINGS", &["viewings"]), + ("KINF", &["kind"]), + ("CHAGNES", &["changes"]), + ("BOFFER", &["buffer"]), + ("DECOMPOSION", &["decomposition"]), + ("CONFLCTING", &["conflating"]), + ("CHISELLES", &["chisels"]), + ("ADMRIAL", &["admiral"]), + ("FRACTALUS", &["fractals"]), + ("COLLUMNS", &["columns"]), + ("PACHTES", &["patches"]), + ("ASTROUNAT", &["astronaut"]), + ("BLOSTER", &["bolster"]), + ("CANNIABLISM", &["cannibalism"]), + ("UNEMPOLYED", &["unemployed"]), + ("VALIES", &["values"]), + ("HHADER", &["header"]), + ("TEMPRARAL", &["temporal"]), + ("PROVIED", &["provide", "provided", "proved"]), + ("SNOWBALLLS", &["snowballs"]), + ("MININUM", &["minimum"]), + ("ATENDEE", &["attendee"]), + ("MESSANGERS", &["messengers"]), + ("FORICBLY", &["forcibly"]), + ("ENVIRNMENTS", &["environments"]), + ("AVALAILABLE", &["available"]), + ("MISSSING", &["missing"]), + ("TENATIVE", &["tentative"]), + ("DEPEDENCY", &["dependency"]), + ("BURRITOES", &["burritos"]), + ("RESISTES", &["resists"]), + ("RETRVIEVERS", &["retrievers"]), + ("INITIALITSE", &["initialise"]), + ("BRUSSELES", &["brussels"]), + ("NORALIZE", &["normalize"]), + ("TEMPSET", &["tempest"]), + ("SHCOLARS", &["scholars"]), + ("CONTAMPORARY", &["contemporary"]), + ("SPECIFIECATION", &["specification"]), + ("IMPLIMENTATION", &["implementation"]), + ("CURICULUM", &["curriculum"]), + ("PHOTOGRAPS", &["photographs"]), + ("ETHOSE", &["those", "ethos"]), + ("COORDING", &["according"]), + ("ALFORITHM", &["algorithm"]), + ("OVERHTINKING", &["overthinking"]), + ("AUTHENICAING", &["authenticating"]), + ("EXTIMATIONS", &["estimations"]), + ("INVAIRABLY", &["invariably"]), + ("AUTHROR", &["author"]), + ("FAILIURES", &["failures"]), + ("MEATBALS", &["meatballs"]), + ("ADVERTISTED", &["advertised"]), + ("IMBRASES", &["embraces"]), + ("CONDESCENCION", &["condescension"]), + ("SUBSITUTUTE", &["substitute"]), + ("CONTRO", &["control"]), + ("NEIGHBEUTS", &["neighbours"]), + ("ENETERED", &["entered"]), + ("QUATION", &["equation"]), + ("VISTED", &["visited", "listed", "vested"]), + ("FINESES", &["finesse"]), + ("OFFFSET", &["offset"]), + ("UNKNWOWNS", &["unknowns"]), + ("ENUMARATIONS", &["enumerations"]), + ("STRAIGNT", &["straighten"]), + ("WRAAPPERS", &["wrappers"]), + ("SUPLANTED", &["supplanted"]), + ("APERURE", &["aperture"]), + ("AGRESSIVLEY", &["aggressive"]), + ("NOTALY", &["notably"]), + ("ABTRACTION", &["abstraction"]), + ("SYNCRONISATION", &["synchronisation"]), + ("TOTALITARNI", &["totalitarian"]), + ("INTRINSECI", &["intrinsic"]), + ("PATEINT", &["patient"]), + ("ASSSERT", &["assert"]), + ("CORNEL", &["colonel"]), + ("ILLEGALES", &["illegals"]), + ("EXPRENSIVE", &["expressive"]), + ("RIVALRLY", &["rivalry"]), + ("INORMATION", &["information"]), + ("DOCRTINES", &["doctrines"]), + ("FORBBIDEN", &["forbidden"]), + ("TRASPORTS", &["transports"]), + ("WUTH", &["with"]), + ("CHARACTERITIC", &["characteristic"]), + ("ADVERTISORS", &["advertisers"]), + ("ALOCATING", &["allocating"]), + ("VONFIG", &["config"]), + ("VULNDERABILITIES", &["vulnerabilities"]), + ("COLLASPE", &["collapse"]), + ("COMPTETING", &["completing"]), + ("CONTANIMATED", &["contaminated"]), + ("DEUGGING", &["debugging"]), + ("HEALTHIT", &["healthiest"]), + ("LEAVONG", &["leaving"]), + ("HIGHIGHTED", &["highlighted"]), + ("OVERWHEMLINGLY", &["overwhelmingly"]), + ("MULTIPLYNG", &["multiplying"]), + ("SITURATIONS", &["situations"]), + ("RISPECTIVE", &["respective"]), + ("KEPOINTS", &["keypoints"]), + ("SUDE", &["dude", "side", "sudo", "sued", "suede", "sure"]), + ("PROTOTOTYPE", &["prototype"]), + ("WIDGECT", &["widget"]), + ("INDIVIDUELS", &["individuals"]), + ("REDUDANT", &["redundant"]), + ("POSITIONG", &["positioning", "position"]), + ("SUBARMINE", &["submarine"]), + ("SYMEMETRIC", &["symmetric"]), + ("AVAILALABLE", &["available"]), + ("RESOUCING", &["resourcing"]), + ("SHADDER", &["shader"]), + ("BYCICLED", &["bicycled"]), + ("EXECISE", &["excise", "exercise"]), + ("INSERSECTED", &["intersected"]), + ("RIDICULOULY", &["ridiculously"]), + ("SERIMONYS", &["ceremonies"]), + ("SURROUNDIGN", &["surroundings"]), + ("THOERIES", &["theories"]), + ("PROFESIONALLY", &["professionally"]), + ("SEPERATALY", &["separately"]), + ("SEPEARTOR", &["separator"]), + ("SUBSCRIPTONS", &["subscriptions"]), + ("SEREVERLESS", &["serverless"]), + ("CIELING", &["ceiling"]), + ("DEISGNED", &["designed"]), + ("ACCQUIRE", &["acquire"]), + ("PUPROSE", &["purpose"]), + ("SINGPAORE", &["singapore"]), + ("AMONSGT", &["amongst"]), + ("ACCQUAINTED", &["acquainted"]), + ("CURRNTLY", &["currently"]), + ("LIGHERS", &["lighters", "liars", "ligers"]), + ("IDENDIFIED", &["identified"]), + ("CONVESION", &["conversion"]), + ("EVERYTIEM", &["everytime"]), + ("SPIRUTUALITY", &["spirituality"]), + ("INFORMATOIN", &["information"]), + ("RECENET", &["recent"]), + ("ARCHITURE", &["architecture"]), + ("INCOMPATENT", &["incompetent"]), + ("REQUIERMENT", &["requirement"]), + ("ENTENDS", &["intends"]), + ("MAYU", &["may"]), + ("MODFIDES", &["modifies"]), + ("LOGRITHM", &["logarithm"]), + ("INEVITABLITY", &["inevitably"]), + ("AORUND", &["around"]), + ("PROVIDEDED", &["provided"]), + ("MECHANICHS", &["mechanics"]), + ("PLAESE", &["please"]), + ("ARBITUALY", &["arbitrary"]), + ("PUBLSHED", &["published"]), + ("IMPULISVE", &["impulsive"]), + ("INTERSTE", &["interstate"]), + ("PROPERTIONAL", &["proportional"]), + ("AWMING", &["awning"]), + ("PROPPERTIES", &["properties"]), + ("CROWKAY", &["croquet"]), + ("MASTURBETA", &["masturbated"]), + ("INTERPRATATION", &["interpretation"]), + ("ADPATS", &["adapts"]), + ("WINDWO", &["window"]), + ("ASSOCISTED", &["associates"]), + ("PIXES", &["pixels"]), + ("REIMPLENTED", &["reimplemented"]), + ("STATISITC", &["statistic"]), + ("EQUVILENT", &["equivalent"]), + ("SYNONIMOUS", &["synonymous"]), + ("ANTICDOTES", &["anecdotes", "antidotes"]), + ("CONSISITING", &["consisting"]), + ("PINNALCE", &["pinnacle"]), + ("DISCCONENCTION", &["disconnection"]), + ("CHILVARY", &["chivalry"]), + ("DECEMBRE", &["december"]), + ("DFINES", &["defines"]), + ("LIBRABIES", &["libraries"]), + ("CATEGRORIES", &["categories"]), + ("LEGEL", &["legal"]), + ("INTEROGATE", &["interrogate"]), + ("AMBIDEXTEROUSENESS", &["ambidextrousness"]), + ("PLAYIST", &["playlist"]), + ("AUTOCMPLETE", &["autocomplete"]), + ("FALG", &["flag"]), + ("RESUTS", &["results"]), + ("ACUTALITY", &["actuality"]), + ("COVERIGN", &["covering"]), + ("BOUYANT", &["buoyant"]), + ("CALULATION", &["calculation"]), + ("GIRAFES", &["giraffes"]), + ("ACQUIESENCE", &["acquiescence"]), + ("INDERTS", &["inserts"]), + ("AGGRIVATED", &["aggravated"]), + ("FACILITANT", &["facilitate"]), + ("COLUBMIA", &["columbia"]), + ("HORIZNTAL", &["horizontal"]), + ("COLECTIONS", &["collections"]), + ("NESSESARY", &["necessary"]), + ("MANETAINERS", &["maintainers"]), + ("FUNXTIONS", &["functions"]), + ("FOLLWINWG", &["following"]), + ("SEPCIFICATION", &["specification"]), + ("ASSITING", &["assisting"]), + ("REMAINIGN", &["remaining"]), + ("PROSECTUION", &["prosecution"]), + ("EMPLYERS", &["employers"]), + ("PROGAGATES", &["propagates"]), + ("PROPSERITY", &["prosperity"]), + ("DEFICIENCIAS", &["deficiencies"]), + ("TRAGETS", &["targets"]), + ("SEPARATLEY", &["separately"]), + ("TANGENET", &["tangent"]), + ("RECONFIFURE", &["reconfigure"]), + ("REBUILDT", &["rebuilt"]), + ("ATTRIBUTRED", &["attributed"]), + ("AOUT", &["about"]), + ("DISCONECCTED", &["disconnected"]), + ("NONEXISTED", &["nonexistent"]), + ("REPATWARS", &["repertoires"]), + ("INDIQUATES", &["indicates"]), + ("PROROTYPE", &["prototype"]), + ("PYTOHN", &["python"]), + ("PLEAE", &["please"]), + ("RECONDIFURE", &["reconfigure"]), + ("TETXURE", &["texture"]), + ("TECHMOLOGICAL", &["technological"]), + ("PATEINCE", &["patience"]), + ("ADDIATION", &["additional"]), + ("ABUNDENT", &["abundant"]), + ("QUEATION", &["equation"]), + ("DEGENERET", &["degenerate"]), + ("GARNISON", &["garrison"]), + ("EXCLAMATIVO", &["exclamation"]), + ("DEFICIANCY", &["deficiency"]), + ("CONVERVE", &["conserve", "converse"]), + ("DOWLOADS", &["downloads"]), + ("REPRESETS", &["represents"]), + ("ARGUABLLY", &["arguably"]), + ("RATIONALIZAITON", &["rationalization"]), + ("MONONTONICITY", &["monotonicity"]), + ("TANSMIT", &["transmit"]), + ("COMPAIGNS", &["campaigns"]), + ("PARTICULARLLY", &["particularly"]), + ("NETURAL", &["neutral", "natural"]), + ("CONFIDENLY", &["confidently"]), + ("FREZE", &["freeze"]), + ("DEPDENT", &["dependent"]), + ("COMMITE", &["commit"]), + ("OTHERWWISE", &["otherwise"]), + ("SUNDERLAD", &["sunderland"]), + ("RENEGOABLE", &["renegotiable"]), + ("CHROMESOME", &["chromosome"]), + ("DESILLUSIONED", &["disillusioned"]), + ("OPATQUE", &["opaque"]), + ("COMPULSARY", &["compulsory"]), + ("TRANSTIONS", &["transitions"]), + ("NUTRITIAN", &["nutritional"]), + ("MEGATORN", &["megatron"]), + ("CONFIMING", &["confirming"]), + ("UNDERPOWED", &["underpowered"]), + ("SATSIFIED", &["satisfied"]), + ("CROCKADILE", &["crocodile"]), + ("SURPISED", &["surprised"]), + ("INITITATE", &["initiate"]), + ("DESCIDING", &["deciding"]), + ("ENGINGE", &["engine"]), + ("BATTLEFILED", &["battlefield"]), + ("UNICRONS", &["unicorns"]), + ("FLAMETHORWER", &["flamethrower"]), + ("TOTALITATIAN", &["totalitarian"]), + ("PRMITIVE", &["primitive"]), + ("BEFOREHANDS", &["beforehand"]), + ("SCRIIPT", &["script"]), + ("INITITALIZATION", &["initialization"]), + ("ALGORHYTHMS", &["algorithms"]), + ("DUERATION", &["duration"]), + ("CALROIES", &["calories"]), + ("NEIGHBOOR", &["neighbor", "neighbour"]), + ("INTERDEPENDECIES", &["interdependencies"]), + ("REIGSTER", &["register"]), + ("SURRENDED", &["surrounded", "surrendered"]), + ("TRANSFORMASE", &["transforms"]), + ("SIMILIAR", &["similar"]), + ("GRUOP", &["group"]), + ("ILLEGALY", &["illegally"]), + ("RECH", &["reach"]), + ("AQUAINTED", &["acquainted"]), + ("SUBTSITUTABLE", &["substitutable"]), + ("DEFINELY", &["definitely"]), + ("DEVLOPER", &["developer"]), + ("CCORDINATE", &["coordinate"]), + ("MEDEVIAL", &["medieval"]), + ("MUTIMARKED", &["multimarked"]), + ("TERROTORIES", &["territories"]), + ("MEETIGNS", &["meetings"]), + ("INTOTO", &["into"]), + ("NEIGHBOORHOD", &["neighbourhood", "neighborhood"]), + ("UNRARY", &["unary"]), + ("REFRESHR", &["refresher"]), + ("MANAFACTURING", &["manufacturing"]), + ("AMPLIFIY", &["amplify"]), + ("CORPERATION", &["corporation"]), + ("VARRIANCES", &["variances"]), + ("HIHG", &["high"]), + ("RESOPNSIBLE", &["responsible"]), + ("CORUPTS", &["corrupts"]), + ("SUCCESSSFULLY", &["successfully"]), + ("OBESERVED", &["observed"]), + ("DEFAULIT", &["default"]), + ("MAKRS", &["makes", "makers", "macros"]), + ("EXPEPECT", &["expect"]), + ("ADIVCE", &["advice", "advise"]), + ("KRYTPONITE", &["kryptonite"]), + ("CONSUELLING", &["counselling"]), + ("EXPETIMENTED", &["experimented"]), + ("NEEEDLESS", &["needless", "needles"]), + ("REFRUBISHED", &["refurbished"]), + ("RESTORATED", &["restored"]), + ("MIRGATE", &["migrate"]), + ("HOSPTIAL", &["hospital"]), + ("UNFILPS", &["unflips"]), + ("INDICENTS", &["incidents"]), + ("REPRESNETATIONS", &["representations"]), + ("AGNOSTISCM", &["agnosticism"]), + ("UNAVAIALBEL", &["unavailable"]), + ("WHIH", &["which"]), + ("INCLODE", &["include"]), + ("CIVALAZATION", &["civilization"]), + ("INDEPENDENLY", &["independently"]), + ("OTIONAL", &["optional", "notional"]), + ("PREFERAS", &["prefers"]), + ("ENBALE", &["enable"]), + ("KOORDINATES", &["coordinates"]), + ("REUPLADS", &["reuploads"]), + ("APPROOXIMATES", &["approximates"]), + ("REACCURRING", &["recurring"]), + ("DRIBBELS", &["dribbles"]), + ("SCCRIPTED", &["scripted"]), + ("PERFORMANES", &["performances"]), + ("RENEGOTATIATE", &["renegotiate"]), + ("SUBSCRYBER", &["subscriber"]), + ("DOCUMANTARIES", &["documentaries"]), + ("NARCISSM", &["narcissism"]), + ("COLLISSON", &["collisions"]), + ("INTERPRITATION", &["interpretation"]), + ("INTERCATION", &["integration", "interaction"]), + ("INTERGATIONS", &["integrations"]), + ("SUPPURTING", &["supporting"]), + ("METABOLIZM", &["metabolism"]), + ("TRANSYLVANAI", &["transylvania"]), + ("EVERTYTHING", &["everything"]), + ("DISTURBANTE", &["disturbance"]), + ("ENCRYTPED", &["encrypted"]), + ("DELIVEY", &["delivery"]), + ("PRESENTAIONS", &["presentations"]), + ("ASSMBLER", &["assembler"]), + ("INTELLECTUALY", &["intellectually"]), + ("APPEARENCES", &["appearances"]), + ("JOYSTIC", &["joystick"]), + ("ASSASINATIONS", &["assassinations"]), + ("STRIPPPING", &["stripping"]), + ("HUNRGY", &["hungry"]), + ("PROGRESSOIN", &["progressions"]), + ("MASTRUBATED", &["masturbated"]), + ("KNOWLEDAGBLE", &["knowledgable"]), + ("CRITCIALS", &["criticals"]), + ("LAYRINXES", &["larynxes"]), + ("FTRUNACATE", &["ftruncate"]), + ("TERRABLE", &["terrible"]), + ("IMAPTIENT", &["impatient"]), + ("ACCOMPONIES", &["accompanies"]), + ("AUTOMICATILLY", &["automatically"]), + ("RENEGOITATIONS", &["renegotiations"]), + ("HYPROCITE", &["hypocrite"]), + ("CONCIDERATION", &["consideration"]), + ("HEISTATION", &["hesitation"]), + ("ARRITY", &["arity", "parity"]), + ("PROPHACIES", &["prophecies"]), + ("PROPRIETRY", &["proprietary"]), + ("MELBORUNE", &["melbourne"]), + ("OTHERWSISE", &["otherwise"]), + ("FOLLIONG", &["following"]), + ("PERFOMES", &["performs"]), + ("NEIGHBORDS", &["neighbors"]), + ("LOCAITIONS", &["locations"]), + ("POMPAY", &["pompeii"]), + ("MILLIONAIRS", &["millionaires"]), + ("IMPLEMEMENT", &["implement"]), + ("ARRNAGE", &["arrange"]), + ("CHOULD", &["should", "could"]), + ("COOPRATIVE", &["cooperative"]), + ("SPEFIFICALLY", &["specifically"]), + ("GARENTEE", &["guarantee"]), + ("EMITION", &["emission", "emotion"]), + ("DEVFINES", &["defines"]), + ("COMPAIR", &["compare"]), + ("AUTOATTTACK", &["autoattack"]), + ("ACCQUIRED", &["acquired"]), + ("ATTRACTIN", &["attraction"]), + ("HERAD", &["heard", "hera"]), + ("PROPOTIONS", &["proportions", "promotions"]), + ("BRACESE", &["braces"]), + ("GOVERMNENT", &["governments"]), + ("USRE", &["sure"]), + ("WINDO", &["window"]), + ("SESKATCHEWAN", &["saskatchewan"]), + ("NATIONALESL", &["nationals"]), + ("PIGGYPACK", &["piggyback"]), + ("ILLUSTRASION", &["illustration"]), + ("OVERWHELMINGY", &["overwhelmingly"]), + ("INCOMPATABILLITY", &["incompatibility"]), + ("AUTOROPEAT", &["autorepeat"]), + ("REPSONSES", &["responses"]), + ("FINAILZE", &["finalize"]), + ("SURRROGATE", &["surrogate"]), + ("COOLENT", &["coolant"]), + ("GENERALIZACION", &["generalization"]), + ("NIMPH", &["nymph"]), + ("MANEUVERES", &["maneuvers"]), + ("SIEZED", &["seized", "sized"]), + ("INTERCHANGEABLEY", &["interchangeably"]), + ("DOCSTATISTIK", &["docstatistic"]), + ("IRITATED", &["irritated"]), + ("WISSLE", &["whistle"]), + ("ASCENDEND", &["ascended"]), + ("PROGRAMES", &["programs"]), + ("REBULD", &["rebuild"]), + ("CONSTRUCTUR", &["constructor"]), + ("TERFFORMING", &["terraforming"]), + ("VRITUAL", &["virtual"]), + ("INTELIGANCE", &["intelligence"]), + ("ENLIGHTENEND", &["enlightened"]), + ("BOUREGOIS", &["bourgeois"]), + ("IMPROPELY", &["improperly"]), + ("EXERSIZES", &["exercises"]), + ("ACCISSIBLE", &["accessible"]), + ("EXPEMENTING", &["experimenting"]), + ("HARISTYLE", &["hairstyle"]), + ("SYNCHROOUS", &["synchronous"]), + ("DESCTIPTOR", &["descriptor"]), + ("INSIGNIFIANT", &["insignificant"]), + ("APPLICATIN", &["application"]), + ("CIPHES", &["ciphers"]), + ("SPORUTS", &["sprouts"]), + ("SUBSTITIONS", &["substitutions"]), + ("MERFICUL", &["merciful"]), + ("BAYOENT", &["bayonet"]), + ("SPEFICITATION", &["specification"]), + ("DEMONSTATES", &["demonstrates"]), + ("CUREFULY", &["carefully"]), + ("SCIRPT", &["script"]), + ("DAGNERS", &["dangers"]), + ("ERTORS", &["errors", "terrors"]), + ("EXPERIMNTED", &["experimented"]), + ("IMCOMMING", &["incoming"]), + ("ERRONEUSLY", &["erroneously"]), + ("ACCIDDENTLY", &["accidentally"]), + ("AGRICULTEUR", &["agriculture"]), + ("DISAMBIGUAING", &["disambiguating"]), + ("OMISHIENTS", &["omniscience"]), + ("MULITPLICATION", &["multiplication"]), + ("BALANSE", &["balances"]), + ("UNDERSETIMATE", &["underestimate"]), + ("DESCENTENCES", &["descendents"]), + ("BECOMME", &["become"]), + ("DISTUINGISH", &["distinguish"]), + ("SUBCRIPTIONS", &["subscriptions"]), + ("CHARACTARISTICS", &["characteristics"]), + ("SILOWETED", &["silhouetted"]), + ("CONTIGIOUS", &["contagious", "contiguous"]), + ("ARCHYTYPES", &["archetypes"]), + ("MOTOVATIONAL", &["motivational"]), + ("TRANSYLVNIA", &["transylvania"]), + ("RECCONEECTIONS", &["reconnections"]), + ("DEMOCRACIZE", &["democracies"]), + ("TRANSPORTARSE", &["transporter"]), + ("EXAMPPLE", &["example"]), + ("SOCIALISTOS", &["socialists"]), + ("ROBOCORP", &["robocop"]), + ("EXPERIMENTATATIONS", &["experimentations"]), + ("FLUCTIATIONS", &["fluctuations"]), + ("CONCENTRADED", &["concentrated"]), + ("AACK", &["ack"]), + ("IMPLEMTATIONS", &["implementations"]), + ("RELAATIVE", &["relative"]), + ("EVEIDENCE", &["evidence"]), + ("DRFITING", &["drifting"]), + ("SUMMENORS", &["summoners"]), + ("SPORSTMANSHIP", &["sportsmanship"]), + ("CONFEDERATIE", &["confederate"]), + ("CORRESPONTS", &["corresponds"]), + ("DISSCOVERING", &["discovering"]), + ("ARBIBTRARY", &["arbitrary"]), + ("ACCODRANCE", &["accordance"]), + ("ENCARCERATED", &["incarcerated"]), + ("SUPPRORT", &["support"]), + ("MATHOD", &["method"]), + ("MAGNICIFENT", &["magnificent"]), + ("OUTRAGEOS", &["outrageous"]), + ("SPOACING", &["spacing"]), + ("TRAMBOLINE", &["trampoline"]), + ("NEGOZIATIONS", &["negotiations"]), + ("SACRIFICEING", &["sacrificing"]), + ("OCUPIED", &["occupied"]), + ("PROGESSSIVE", &["progressive"]), + ("POTITION", &["position"]), + ("REARRANGTS", &["rearrangements"]), + ("VELOCIRIES", &["velocities"]), + ("DELIMITIMG", &["delimiting"]), + ("SPECTACULARILY", &["spectacularly"]), + ("DESTRYED", &["destroyed"]), + ("ABSOLETE", &["absolute", "obsolete"]), + ("IMLPEMENTATION", &["implementations"]), + ("LABLED", &["labeled"]), + ("TORRENTORS", &["torrents"]), + ("SETTUP", &["setup"]), + ("REGULER", &["regular"]), + ("THOGUHT", &["thought"]), + ("ORIGINALT", &["originality"]), + ("MODELL", &["model"]), + ("USEED", &["used"]), + ("FILTERD", &["filtered"]), + ("DEBOUCING", &["debouncing"]), + ("TEMPORAY", &["temporary"]), + ("DISSEPOINTED", &["disappointed"]), + ("SCUBSCRIBED", &["subscribed"]), + ("CHEMCIAL", &["chemical"]), + ("DISTIRBUTIONS", &["distributions"]), + ("HEMMORHAGES", &["hemorrhages"]), + ("EXPONANTS", &["exponents"]), + ("GRILLIG", &["grilling"]), + ("UNSUBSCRITPTION", &["unsubscription"]), + ("ORIGIGINALS", &["originals"]), + ("DEFINETLLY", &["definitely"]), + ("REVEALTION", &["revelations"]), + ("THINKGS", &["thinks", "things"]), + ("INTERACTEVELY", &["interactively"]), + ("POSPONE", &["postpone"]), + ("UNDERTANDED", &["understood"]), + ("SIONIST", &["zionist"]), + ("FOLLLOWED", &["followed"]), + ("TRANSGENGER", &["transgender"]), + ("SANDIWCHES", &["sandwiches"]), + ("ALGORITHEMICALLY", &["algorithmically"]), + ("ROTATAION", &["rotation"]), + ("DEVAITE", &["deviate"]), + ("VERBOASE", &["verbose"]), + ("DOWNRGADES", &["downgrades"]), + ("INOUTS", &["inputs"]), + ("PREDICTE", &["predictive", "predicted"]), + ("PATRIOTAS", &["patriots"]), + ("POEOPLES", &["peoples"]), + ("OVERWHEMLED", &["overwhelmed"]), + ("MISINTERPERTED", &["misinterpreted"]), + ("ANECDOTELLY", &["anecdotally"]), + ("ISLAMISIST", &["islamist"]), + ("ERRONIOUSLY", &["erroneously"]), + ("MISPRONOUNCIATION", &["mispronunciation"]), + ("INPLICATIONS", &["implications"]), + ("AUTONEGOCIATIONS", &["autonegotiations"]), + ("UNDERTOE", &["undertones"]), + ("COCUMENTS", &["document"]), + ("INTELLECTUELS", &["intellectuals"]), + ("CHARACTERSITIC", &["characteristics", "characteristic"]), + ("KEPP", &["keep"]), + ("CONTRIBUCION", &["contribution"]), + ("GALATIC", &["galactic"]), + ("DISCONNECTES", &["disconnects"]), + ("REINITALISES", &["reinitialises"]), + ("MIMMICS", &["mimics"]), + ("TRAFIC", &["traffic"]), + ("BLATANLTY", &["blatantly"]), + ("ALREIGHT", &["alright"]), + ("DELCINING", &["declining"]), + ("PROFFESIONAL", &["professional"]), + ("EXECTION", &["execution"]), + ("PROGAMATICALLY", &["programmatically"]), + ("VAVLUE", &["value"]), + ("REASONABLELY", &["reasonably"]), + ("RITHMICLY", &["rhythmically"]), + ("MATHED", &["matched"]), + ("ANITHING", &["anything"]), + ("GREANDE", &["grenade"]), + ("AFTERR", &["after"]), + ("DISABL", &["disable"]), + ("STABALIZATION", &["stabilization"]), + ("DEDUPLATION", &["deduplication"]), + ("ADAPIVE", &["adaptive"]), + ("EXECUTUTE", &["execute"]), + ("FUNDUMENTALISTS", &["fundamentalists"]), + ("EXPEWRIMENTELLY", &["experimentally"]), + ("PERSSIUOS", &["precious"]), + ("FOLOWER", &["follower"]), + ("PLACEMETS", &["placements", "placemats"]), + ("DEFFERRED", &["deferred"]), + ("SEPULCRE", &["sepulchre"]), + ("SCEANRIO", &["scenario"]), + ("CONTORL", &["control"]), + ("MUKTITASKING", &["multitasking"]), + ("FULLFILED", &["fulfilled"]), + ("PROTEINAS", &["proteins"]), + ("ACTIVETED", &["activated"]), + ("RECRUSIVELLY", &["recursively"]), + ("CHEKOUT", &["checkout"]), + ("ENCOUNTERES", &["encounters"]), + ("ALTERNTIVES", &["alternatives"]), + ("TYLENOOL", &["tylenol"]), + ("PERFOEMNACE", &["performance"]), + ("PAERNT", &["parent"]), + ("REPSOTED", &["reposted"]), + ("RESOURES", &["resources"]), + ("COUTED", &["counted"]), + ("DISTIBUTIONS", &["distributions"]), + ("DEPOYING", &["deploying"]), + ("GUYZERS", &["geysers"]), + ("DURINING", &["during"]), + ("MISINTERPERET", &["misinterpret"]), + ("FETISHS", &["fetishes"]), + ("LCOATION", &["location"]), + ("SPECTAUCLAR", &["spectacular"]), + ("INITILISE", &["initialise"]), + ("NAPOLEONIAN", &["napoleonic"]), + ("UNITIALIZED", &["uninitialized"]), + ("FEROMONE", &["pheromone"]), + ("PHOTOGRAHER", &["photographer"]), + ("TOURNYES", &["tourneys"]), + ("INSECTOS", &["insects"]), + ("BANDWAGOON", &["bandwagon"]), + ("SUBSIZIDING", &["subsidizing"]), + ("DYSOPTIAN", &["dystopian"]), + ("SOUVINEER", &["souvenir"]), + ("DEGRATE", &["degrade"]), + ("NEIGHBEUTHOODS", &["neighbourhoods"]), + ("AGGREGIOUS", &["egregious"]), + ("IMPROTANCE", &["importance"]), + ("ANNOTAION", &["annotation"]), + ("FERMINTATION", &["fermentation"]), + ("WHATAVER", &["whatever"]), + ("SPEPERATE", &["separate"]), + ("INTERETSED", &["interested"]), + ("RESSITS", &["resists"]), + ("WHENVER", &["whenever"]), + ("CONTREVERSY", &["controversy"]), + ("WRAPEPD", &["wrapped"]), + ("MIINIMISING", &["minimising"]), + ("CARRIEN", &["carrier"]), + ("MACTHUP", &["matchup"]), + ("EXECUTIONAR", &["executioner"]), + ("SOCILAIST", &["socialist"]), + ("POUNTS", &["points"]), + ("INITIALYZE", &["initialize"]), + ("RESPRESENTATIONAL", &["representational"]), + ("APLLICATINS", &["applications"]), + ("CONOTROLS", &["controls"]), + ("CURREMTLY", &["currently"]), + ("DEVIRED", &["derived"]), + ("EXILERATED", &["exhilarated"]), + ("CRYSTAS", &["crystals"]), + ("ANECDOTS", &["anecdotes"]), + ("PUCHASED", &["purchased"]), + ("RECOMMAND", &["recommend"]), + ("BLOKCER", &["blocker"]), + ("APLLICATIONS", &["applications"]), + ("MILIMITERS", &["millimeters"]), + ("EXHUAST", &["exhaust"]), + ("LITTLEFIGER", &["littlefinger"]), + ("SPEDIFY", &["specify"]), + ("EXOTICAS", &["exotics"]), + ("ABSTRAKTION", &["abstraction"]), + ("SCCESS", &["success"]), + ("STAMENT", &["statement"]), + ("QUATERIONS", &["quaternions"]), + ("PWOER", &["power"]), + ("DISSERTAION", &["dissertation"]), + ("LIENT", &["client", "clients"]), + ("TRANSCOCDES", &["transcodes"]), + ("ABBRIVIATE", &["abbreviate"]), + ("OVERLAODED", &["overloaded"]), + ("JNIW", &["know"]), + ("WEL", &["well"]), + ("NULLABOUR", &["nullarbor"]), + ("PRECISISION", &["precision"]), + ("DOPLHINS", &["dolphins"]), + ("PARANIOD", &["paranoid"]), + ("SUCCESSIVO", &["succession"]), + ("DYNICALLY", &["dynamically"]), + ("RECEPION", &["reception"]), + ("DISSATSIFIED", &["dissatisfied"]), + ("MUSTE", &["must"]), + ("NEIGHBOHOODS", &["neighborhoods"]), + ("NAYBHORHOODS", &["neighborhoods"]), + ("DEVIRTUALISAION", &["devirtualisation"]), + ("MATHAMATICIAN", &["mathematician"]), + ("ARGUMENG", &["argument"]), + ("CONSENSUL", &["consensual"]), + ("BRANIER", &["brainer"]), + ("ANYTHIGN", &["anything"]), + ("NATURUALLY", &["naturally"]), + ("APPROXIMAT", &["approximate"]), + ("EXPERIMER", &["experimenter"]), + ("OVERRRIDEN", &["overridden"]), + ("RESPONSER", &["responder"]), + ("PREDACESSORS", &["predecessors"]), + ("REPRESETNING", &["representing"]), + ("ARBITRAION", &["arbitration"]), + ("COMPETIVENESS", &["competitiveness"]), + ("TOUPLE", &["tuple"]), + ("BATTLEHSIPS", &["battleship"]), + ("SRINKD", &["shrunk"]), + ("DIFFERINTIATE", &["differentiate"]), + ("EANABLE", &["enable"]), + ("PARAPRHASE", &["paraphrase"]), + ("TERMINTE", &["terminate"]), + ("LOUIEVILLE", &["louisville"]), + ("BARGIN", &["bargain"]), + ("REQUESTESTED", &["requested"]), + ("ENCODNINGS", &["encodings"]), + ("UNIMPEMENTED", &["unimplemented"]), + ("MKAES", &["makes"]), + ("CARRING", &["carrying"]), + ("REPEATADLY", &["repeatedly"]), + ("BEACAUSE", &["because"]), + ("WHEM", &["when"]), + ("LSITS", &["lists", "slits", "sits"]), + ("OVERLFLOWED", &["overflowed"]), + ("INFLUENCIAN", &["influencing"]), + ("WRONT", &["wrong"]), + ("REARRANES", &["rearranges"]), + ("PRIMTIIVE", &["primitive"]), + ("GEOGRPAHIC", &["geographic"]), + ("ALGOROTHM", &["algorithm"]), + ("COMMPLEX", &["complex"]), + ("DETECTIONN", &["detection"]), + ("INCREADIBLE", &["incredible"]), + ("INSTALLLING", &["installing"]), + ("DEPICITONS", &["depictions"]), + ("ERLIER", &["earlier"]), + ("EARTHQAUKES", &["earthquakes"]), + ("DISSAPOINTMENT", &["disappointment"]), + ("SUBSTUCTURES", &["substructures"]), + ("RETREVAL", &["retrieval"]), + ("IDENTIES", &["identities"]), + ("INSENSISTIVE", &["insensitive"]), + ("ACCORIND", &["according"]), + ("SPONTAENOUS", &["spontaneous"]), + ("OPPOSITS", &["opposites"]), + ("WHCH", &["which"]), + ("CLEARSTORYS", &["clerestories"]), + ("SUBSTIUTION", &["substitution"]), + ("TRISCAIDECAPHOBIA", &["triskaidekaphobia"]), + ("VECTORE", &["vector"]), + ("APOLOGISTICS", &["apologists"]), + ("PROTOCOLES", &["protocols"]), + ("EXPANION", &["expansion"]), + ("UNANNOMOUS", &["unanimous"]), + ("COMMNITIES", &["communities"]), + ("DEVIIATIONS", &["deviations"]), + ("BALNACED", &["balanced"]), + ("OTHERVISE", &["otherwise"]), + ("DYMANICS", &["dynamics"]), + ("DISPOSTION", &["disposition"]), + ("SELCTABLES", &["selectables", "selectable"]), + ("LODER", &["loader"]), + ("CHANCELLOUR", &["chancellor"]), + ("IGNORTE", &["ignore"]), + ("EXCLIUDES", &["excludes"]), + ("BUTTEREY", &["buttery"]), + ("FOLLWWIND", &["following"]), + ("DEGENRATING", &["degenerating"]), + ("ANSWE", &["answer"]), + ("DENOMINATONS", &["denominations"]), + ("TANGENSIAL", &["tangential"]), + ("CHEESECAVE", &["cheesecake"]), + ("GENERASE", &["generates"]), + ("EXCENTUATING", &["accentuating"]), + ("LAREADY", &["already"]), + ("BEFIRE", &["before"]), + ("SKATEBORADING", &["skateboarding"]), + ("BLUEBARRIES", &["blueberries"]), + ("RESOURED", &["resourced"]), + ("REMMEBERING", &["remembering"]), + ("CRYPTOGRAHIC", &["cryptographic"]), + ("ACCOMONDATING", &["accommodating"]), + ("CHILDRENMRS", &["childrens"]), + ("KINDGOMS", &["kingdoms"]), + ("DISAMBIGUAITON", &["disambiguation"]), + ("CONNSTRAINED", &["constrained"]), + ("PASER", &["parser"]), + ("SUBLCASSES", &["subclasses"]), + ("NERUOLOGICAL", &["neurological"]), + ("SOMAILA", &["somalia"]), + ("CONSULTUNT", &["consultant"]), + ("PORMETHEUS", &["prometheus"]), + ("ADVISEUR", &["adviser"]), + ("VARITY", &["variety"]), + ("PIECEWIESE", &["piecewise"]), + ("SPEFICIFCATION", &["specification"]), + ("MISREPRESENTION", &["misrepresenting"]), + ("INCIDENTIAL", &["incidental"]), + ("ETHERAEL", &["ethereal"]), + ("KEYBOAARDS", &["keyboards"]), + ("ERRORNOUS", &["erroneous"]), + ("CALRIFYING", &["clarifying"]), + ("CANNONICAL", &["canonical"]), + ("DESPICT", &["depict"]), + ("ACCOMPANYED", &["accompanied"]), + ("SUSTEM", &["system"]), + ("DIRCETORY", &["directory"]), + ("POLOTICALLY", &["politically"]), + ("SIEZES", &["sizes", "seizes"]), + ("PREFERENZE", &["preference"]), + ("DISCONNETS", &["disconnects"]), + ("FLORUISH", &["flourish"]), + ("SYTSEM", &["system"]), + ("RELUCTANCT", &["reluctant"]), + ("PUPLICATIONS", &["publications"]), + ("SLOTABLE", &["slottable"]), + ("MIROSOFT", &["microsoft"]), + ("COMMODITES", &["commodities"]), + ("ANALITYCS", &["analytics"]), + ("CONQUERRING", &["conquering"]), + ("REVELANT", &["relevant"]), + ("ARGUEMNET", &["argument"]), + ("KOORDINATE", &["coordinate"]), + ("PRECENDE", &["precedence"]), + ("AAPROXIMATELY", &["approximately"]), + ("NRIVANA", &["nirvana"]), + ("RTO", &["to"]), + ("PROBABILISITIC", &["probabilistic"]), + ("TEXTURERS", &["textures"]), + ("INSID", &["inside"]), + ("FLAVOURES", &["flavours"]), + ("BATCHLEURS", &["bachelors"]), + ("SCHDEULE", &["schedule"]), + ("ACCOORDINGLY", &["accordingly"]), + ("PERFERR", &["prefer"]), + ("DETIAL", &["detail"]), + ("INACURRACIES", &["inaccuracies"]), + ("CONTINUNITY", &["continuity"]), + ("SEPERAORS", &["separators"]), + ("TRANSFOMED", &["transformed"]), + ("BRETHEN", &["brethren"]), + ("DEVLEOPPER", &["developer"]), + ("QUESTIONALBE", &["questionable"]), + ("UPPON", &["upon"]), + ("BLONGED", &["belonged"]), + ("NEIGHBUR", &["neighbor"]), + ("ENGERIES", &["energies"]), + ("TOTTEHNAM", &["tottenham"]), + ("FERBUARY", &["february"]), + ("REPOSONSE", &["response"]), + ("DEVLEOPER", &["developer"]), + ("PREVENTATION", &["presentation"]), + ("OBLIVERATED", &["obliterated"]), + ("DECEPTIONIST", &["receptionist"]), + ("MEMBRAN", &["membrane"]), + ("CONGREGACION", &["congregation"]), + ("DISSSOCIATING", &["dissociating"]), + ("COLUMNULAR", &["columnar"]), + ("SPEFICIIFES", &["specifies"]), + ("OPEARATOR", &["operator"]), + ("PLATFLORMS", &["platforms"]), + ("ALLOCATRD", &["allocated"]), + ("BEURAUCRACY", &["bureaucracy"]), + ("MILLITARY", &["military"]), + ("CIRUCLAR", &["circular"]), + ("TARNSPARENT", &["transparent"]), + ("EMBOLD", &["embolden"]), + ("GENEROATOR", &["generator"]), + ("VITALIY", &["vitality"]), + ("KNO", &["know"]), + ("SCAFOLDER", &["scaffolder"]), + ("UNDERFOWING", &["underflowing"]), + ("ASSEMBER", &["assembler"]), + ("SUYSTEMS", &["systems"]), + ("ACCURE", &["accrue", "occur", "acquire"]), + ("FACILITIATE", &["facilitate"]), + ("ASSASSIANS", &["assassin"]), + ("CORECTING", &["correcting"]), + ("ASUTRIAN", &["austrian"]), + ("GENERATOS", &["generators"]), + ("PUBILSHED", &["published"]), + ("SERIALIALISE", &["serialise"]), + ("LANGUAUGES", &["languages"]), + ("TRIKERY", &["trickery"]), + ("PATRIATCHY", &["patriarchy"]), + ("ATTRIBTED", &["attributed"]), + ("AWESOMELLY", &["awesomely"]), + ("INCREMEMTAL", &["incremental"]), + ("VARITEY", &["variety"]), + ("MAMAGEMENT", &["management"]), + ("REPRESENTAIONAL", &["representational"]), + ("SOOVINEERS", &["souvenirs"]), + ("ARRANTS", &["arrangements"]), + ("APPLICATONS", &["applications"]), + ("TOURNEMENTS", &["tournaments"]), + ("IDEMOPOTENT", &["idempotent"]), + ("IMPLAUSABLE", &["implausible"]), + ("NEGOPTIONSOTIATION", &["negotiation"]), + ("NEGOZIABLE", &["negotiable"]), + ("CEATES", &["creates"]), + ("APPRIXAMATE", &["approximate"]), + ("PROTOCOOLS", &["protocols"]), + ("DECRYPTYON", &["decryption"]), + ("SETTED", &["set"]), + ("LOKAL", &["local"]), + ("DESIDED", &["decided"]), + ("PROPECTING", &["projecting", "prospecting", "protecting"]), + ("IBJECT", &["object"]), + ("SWIZTERLAND", &["switzerland"]), + ("AMPHETMAINES", &["amphetamines"]), + ("CHRENOBYL", &["chernobyl"]), + ("COHERANT", &["coherent"]), + ("UNICKS", &["eunuchs"]), + ("ANTISOSIAL", &["antisocial"]), + ("MODIFATION", &["modification"]), + ("CORECTED", &["corrected"]), + ("RECIPIANTS", &["recipients"]), + ("DEFEAULTED", &["defaulted"]), + ("AUTISITC", &["autistic"]), + ("CONFERSATION", &["conservation"]), + ("REGENERE", &["regenerate"]), + ("OBECT", &["object"]), + ("LANGUALES", &["languages"]), + ("CONTENENTS", &["continents"]), + ("ASSSUMING", &["assuming"]), + ("FUNCITONALITY", &["functionality"]), + ("EXAGERATE", &["exaggerate"]), + ("DELPETED", &["depleted"]), + ("MERLY", &["merely", "formerly"]), + ("CATASTROPHIES", &["catastrophe"]), + ("MACTH", &["match"]), + ("CHARACTERITISCS", &["characteristics"]), + ("CORROLATIONS", &["correlations"]), + ("DEUBUGING", &["debugging"]), + ("SENSABLE", &["sensible"]), + ("QUARANTE", &["quarantine"]), + ("RECIPET", &["receipt"]), + ("ENHACNING", &["enhancing"]), + ("COALLEING", &["coalescing"]), + ("ITNRODUCED", &["introduced"]), + ("PRECRASTINATION", &["procrastination"]), + ("ABILITIY", &["ability"]), + ("ABVIOUS", &["obvious"]), + ("TRANZITIONS", &["transitions"]), + ("PREVIWES", &["previews"]), + ("PROPOLSION", &["propulsion"]), + ("NEIGHBERHHOOD", &["neighborhood"]), + ("EQUIVALLENT", &["equivalent"]), + ("PARASITISME", &["parasites"]), + ("FRATIONAL", &["fractional"]), + ("RESPECATBLE", &["respectable"]), + ("RECOMMENDATAION", &["recommendation"]), + ("DEVELPED", &["developed"]), + ("DIFERENTIATING", &["differentiating"]), + ("CAUSAILTY", &["causality"]), + ("FCOUND", &["found"]), + ("ACTVIE", &["active"]), + ("IGNORNS", &["ignores"]), + ("HISTARICALLY", &["historically"]), + ("SUFICCIENT", &["sufficient"]), + ("CACOONS", &["cocoons"]), + ("SPECIALLIZE", &["specialize"]), + ("REIMPLMENTATION", &["reimplementation"]), + ("CONTENCIOUS", &["contentious"]), + ("CORRESPONG", &["corresponding"]), + ("PARCTISE", &["practise"]), + ("EXCERISED", &["exercised"]), + ("UNCOVERTED", &["unconverted"]), + ("EVESDROP", &["eavesdrop"]), + ("CORROSPONDING", &["corresponding"]), + ("INCONVENIECE", &["inconvenience"]), + ("PROGRESSVIE", &["progressives"]), + ("WHITEPSACES", &["whitespaces"]), + ("SUFICIENTLY", &["sufficiently"]), + ("CONSICENCE", &["conscience"]), + ("CUSTONS", &["customs"]), + ("RESPONCIBLE", &["responsible"]), + ("IDETIFIERS", &["identifiers"]), + ("MIRORRS", &["mirrors"]), + ("COLLEGUE", &["colleague"]), + ("GRADUTE", &["graduate"]), + ("FIORGET", &["forget"]), + ("RECONGNIZE", &["recognize"]), + ("INSTRUCUTIONS", &["instructions"]), + ("SOLGER", &["soldier"]), + ("SEQEUNCER", &["sequencer"]), + ("TEMAPLATES", &["templates"]), + ("SUBSTASK", &["subtask"]), + ("SUPRES", &["suppress"]), + ("INVESMENT", &["investment"]), + ("UKRAININ", &["ukrainian"]), + ("SIMULTANAEOUS", &["simultaneous"]), + ("APPART", &["apart"]), + ("WOODWORKIGN", &["woodworking"]), + ("CONTRADICITNG", &["contradicting"]), + ("CLITIROS", &["clitoris"]), + ("ARTILCE", &["article"]), + ("FACSINATION", &["fascination"]), + ("MAITAINED", &["maintained"]), + ("HELLOW", &["hello"]), + ("COURTROOOM", &["courtroom"]), + ("ATTRIBTUTE", &["attribute"]), + ("ELLEMENTS", &["elements"]), + ("INITALISE", &["initialise"]), + ("REQIRING", &["requiring"]), + ("ABBORTED", &["aborted"]), + ("MANAGEMNET", &["management"]), + ("DISTRIBUEM", &["distribute"]), + ("ANNAYING", &["annoying"]), + ("BILLBOAD", &["billboard"]), + ("OVERBAORD", &["overboard"]), + ("ATTRIBUT", &["attribute"]), + ("PERFOEMANSE", &["performance"]), + ("ALREADH", &["already"]), + ("DETAULTS", &["defaults"]), + ("DOWNLOADAS", &["downloads"]), + ("CHRISTIANTY", &["christianity"]), + ("GENARAL", &["general"]), + ("THERI", &["their", "there"]), + ("PLAYTHORUGH", &["playthrough"]), + ("COLECTED", &["collected"]), + ("OBSTACAL", &["obstacle"]), + ("FINGERTITS", &["fingertips"]), + ("NEGOSIATING", &["negotiating"]), + ("CONSITS", &["consists"]), + ("ASSOSCIATES", &["associates"]), + ("CALUCALTING", &["calculating"]), + ("OBTAIONS", &["obtains"]), + ("SIBILINGS", &["siblings"]), + ("SNASHOT", &["snapshot"]), + ("PASTURAL", &["pastoral"]), + ("ENCYCOLPEDIA", &["encyclopedia"]), + ("SUBSTAINTIALLY", &["substantially"]), + ("DETRMINED", &["determined"]), + ("NULLL", &["null"]), + ("EXISTENCIAL", &["existential"]), + ("UPGARTES", &["upgrades"]), + ("EMOUGH", &["enough"]), + ("GENRATED", &["generated"]), + ("DEVINE", &["define", "divine"]), + ("COEFFIENT", &["coefficient"]), + ("RECCONECCTS", &["reconnects"]), + ("HANDLARE", &["handler"]), + ("DEVLOPMENTS", &["developments"]), + ("REPLENTISHING", &["replenishing"]), + ("INTESTINCES", &["intestines"]), + ("PROGRAMMARS", &["programmers"]), + ("INAPPORPRIATELY", &["inappropriately"]), + ("UNAMBIGOUSLY", &["unambiguously"]), + ("ADAMENT", &["adamant"]), + ("UPRADED", &["upgraded"]), + ("SUCCCESSORS", &["successors"]), + ("COMPETIORS", &["competitors"]), + ("OTHERVIESE", &["otherwise"]), + ("AUTHENENTICATED", &["authenticated"]), + ("MESUREMENT", &["measurement"]), + ("LISTENES", &["listens"]), + ("POBABLY", &["probably"]), + ("ANNIVERSAY", &["anniversary"]), + ("SETING", &["setting"]), + ("SUFFICATING", &["suffocating"]), + ("PROGERSSIVE", &["progressives"]), + ("POINEER", &["pioneer"]), + ("OUTRAGEOULSY", &["outrageously"]), + ("CONFIDANTLY", &["confidently"]), + ("DOWNGARDING", &["downgrading"]), + ("UNCOGNIZED", &["unrecognized"]), + ("PURUSED", &["pursued"]), + ("ABITRATION", &["arbitration"]), + ("SETTELMENT", &["settlement"]), + ("REPRESENATION", &["representation"]), + ("VARIABBLES", &["variables"]), + ("CONSERVANTI", &["conservation"]), + ("INTERNT", &["internet"]), + ("EFFICENCTY", &["efficiency"]), + ("INEGRATED", &["integrated"]), + ("SUMMONES", &["summoners"]), + ("IMPLICATIE", &["implicit"]), + ("NITIFICATIONS", &["notifications"]), + ("MANAGABLE", &["manageable", "manageably"]), + ("CASTLERS", &["castles"]), + ("ENFORCEES", &["enforces"]), + ("ACKNOWLDEGE", &["acknowledge"]), + ("FREZES", &["freezes"]), + ("PERFOMRANSES", &["performances"]), + ("HYOPTHETICAL", &["hypothetical"]), + ("FORAWRD", &["forward"]), + ("MISSIONY", &["missionary"]), + ("BEAUQUET", &["bouquet"]), + ("COEFFIECIENT", &["coefficient"]), + ("CORPORATIE", &["corporate"]), + ("DETERMININING", &["determining"]), + ("SUBSTRACTIVE", &["subtractive"]), + ("WORKBOOS", &["workbooks"]), + ("TRASNCRIPT", &["transcript"]), + ("CHALLANGED", &["challenged"]), + ("PARTICPATED", &["participated"]), + ("CERTIFICATIN", &["certificating", "certification"]), + ("EXLPOSION", &["explosion"]), + ("THEIRSELVES", &["themselves"]), + ("INSTALEMENT", &["installment"]), + ("ACCREDIATED", &["accredited"]), + ("MANFIESTO", &["manifesto"]), + ("BUREAURACY", &["bureaucracy"]), + ("PROMPTUS", &["prompts"]), + ("MATERIALES", &["materials"]), + ("DISTRATION", &["distortion"]), + ("SART", &["star", "start"]), + ("ENCRPYTED", &["encrypted"]), + ( + "LAF", + &["kaf", "kaph", "lac", "lad", "lag", "laugh", "leaf", "loaf"], + ), + ("ADPATIVE", &["adaptive"]), + ("CALAGRY", &["calgary"]), + ("EXCEPTINS", &["exceptions", "excepting"]), + ("CONDEMMED", &["condemned"]), + ("NARCISST", &["narcissist"]), + ("KNOWELDGE", &["knowledge"]), + ("ENTREPREUNER", &["entrepreneurs"]), + ("MUDULES", &["modules"]), + ("UNORIGONAL", &["unoriginal"]), + ("AKSREDDIT", &["askreddit"]), + ("MATHES", &["matches"]), + ("UNCOMPATIBLE", &["incompatible"]), + ("RESETTED", &["reset"]), + ("MASSACER", &["massacre"]), + ("TABLEPSOONS", &["tablespoons"]), + ("MARGER", &["merger", "marker"]), + ("PROEDURE", &["procedure"]), + ("INTERAKT", &["interact"]), + ("SEMPAHORES", &["semaphores"]), + ("DESCIRPITION", &["description"]), + ("ELELEMENT", &["element"]), + ("TRANSPLANTEES", &["transplants"]), + ("ASSASSINOS", &["assassins"]), + ("PRODUCEDS", &["produces", "produced"]), + ("DOWNTOKING", &["downvoting"]), + ("GURANTEE", &["guarantee"]), + ("BUISNESS", &["business"]), + ("DUPLIACATES", &["duplicates"]), + ("CHAMPIONSSHIP", &["championships"]), + ("LEGALIZATE", &["legalize"]), + ("PARTICAPATED", &["participated"]), + ("CONTROLABLE", &["controllable"]), + ("NEIGHBOTHOODS", &["neighborhoods"]), + ("ACCELERTION", &["acceleration"]), + ("PEDESTRAIN", &["pedestrian"]), + ("BUTTERLFIES", &["butterflies"]), + ("WEDEGED", &["wedged"]), + ("DISABES", &["disables"]), + ("CHALLENGUR", &["challenger"]), + ("GRANDIENT", &["gradient"]), + ("INVINSIBLE", &["invincible"]), + ("SERANOMY", &["ceremony"]), + ("NSTED", &["nested"]), + ("HURLDES", &["hurdles"]), + ("OVERAND", &["operand"]), + ("MIRORR", &["mirror"]), + ("CENSABLY", &["sensibly"]), + ("VITRUES", &["virtues"]), + ("SURRONDED", &["surrounded"]), + ("ADDDING", &["adding"]), + ("HOURES", &["hours"]), + ("ARARBIC", &["arabic"]), + ("REMIANS", &["remains"]), + ("NORMALIZAITON", &["normalization"]), + ("ENCAHNT", &["enchant"]), + ("VACCUUM", &["vacuum"]), + ("REMOVEABLE", &["removable"]), + ("SYSMOGRAPH", &["seismograph"]), + ("INHEIRTED", &["inherited"]), + ("IMBALANCERS", &["imbalances"]), + ("MODIFIERES", &["modifiers"]), + ("INVISILIBITY", &["invisibility"]), + ("TERMINE", &["determine"]), + ("NARCOTICOS", &["narcotics"]), + ("OVERCOMMING", &["overcoming"]), + ("TEACERS", &["teachers"]), + ("UPLIAD", &["upload"]), + ("PHYSICIONS", &["physicians"]), + ("SPAMMEND", &["spammed"]), + ("WHEH", &["when"]), + ("LEGIONAIRES", &["legionnaires"]), + ("CREATIONSIT", &["creationist"]), + ("CONFURSING", &["confusing"]), + ("ENTROPHY", &["entropy"]), + ("LOOSELEY", &["loosely"]), + ("AUSTIRA", &["austria"]), + ("ALGORISTHM", &["algorithm", "algorithms"]), + ("COMBATANS", &["combatants"]), + ("DATATSTRUCTURES", &["datastructures"]), + ("YOUNGENTS", &["youngest"]), + ("IMPEED", &["impede"]), + ("BARNCHER", &["brancher"]), + ("SINGULAIRE", &["singular"]), + ("VAIANTS", &["variants"]), + ("SURPRESSED", &["suppressed"]), + ("EXCTRACTORS", &["extractors"]), + ("MISTEEKS", &["mystiques"]), + ("FORMITABLE", &["formidable"]), + ("PREFORMANCES", &["performances"]), + ("LIMITIING", &["limiting"]), + ("SPEFICIC", &["specific"]), + ("DOUBES", &["doubles"]), + ("EXAPEND", &["expand"]), + ("CAESE", &["cease"]), + ("UNREGULARED", &["unregulated"]), + ("AUTHENTCIATORS", &["authenticators"]), + ("PUBLICHED", &["published"]), + ("RECCONECCT", &["reconnect"]), + ("CHNAGE", &["change"]), + ("HUNDRET", &["hundred", "hundreds"]), + ("VULNERARBILITY", &["vulnerability"]), + ("METROPOLITAIN", &["metropolitan"]), + ("EXCEUTE", &["execute"]), + ("APPRIXAMATELY", &["approximately"]), + ("STYROFOM", &["styrofoam"]), + ("EXPEPTED", &["expected"]), + ("LAREGLY", &["largely"]), + ("PHSYIOLOGY", &["physiology"]), + ("SITUATIONLY", &["situational", "situationally"]), + ("COMMNET", &["comment"]), + ("TMORROW", &["tomorrow"]), + ("SANDSTROM", &["sandstorm"]), + ("EAHC", &["each"]), + ("ESTABISHD", &["established"]), + ("CANNOTE", &["cannot", "connote"]), + ("IMRPOVISED", &["improvised"]), + ("DECIE", &["decide"]), + ("LIENUPS", &["lineups"]), + ("SIGNGUATURE", &["signature"]), + ("COPENHAGAN", &["copenhagen"]), + ("RINOSARUSS", &["rhinoceroses"]), + ("TECHNOLOGICIALLY", &["technologically"]), + ("CUPBAORD", &["cupboard"]), + ("DOCMUNETED", &["documented"]), + ("ALCOHOLICAL", &["alcoholic"]), + ("INVOCIE", &["invoice"]), + ("NEIGHBERHOOR", &["neighbor"]), + ("REWIRTE", &["rewrite"]), + ("DSTINATION", &["destination"]), + ("SERVECED", &["serviced"]), + ("AVAIIABILITY", &["availability"]), + ("CUSTOIZABLE", &["customizable"]), + ("POSSESSEURS", &["possesses"]), + ("DISTRUCTORS", &["destructors"]), + ("AFECTING", &["affecting"]), + ("INSTATANCE", &["instance"]), + ("OBSERVERABLE", &["observable"]), + ("ADVENTEROUS", &["adventurous"]), + ("HYPOCRASY", &["hypocrisy"]), + ("FUMCTIONAL", &["functional"]), + ("UNASSINGS", &["unassigns"]), + ("EXECUITE", &["execute"]), + ("DEVRITUALIZATION", &["devirtualization"]), + ("FROZEE", &["frozen"]), + ("EXPANSSION", &["expansions", "expansion"]), + ("APPLICATEN", &["application"]), + ("TIRDENT", &["trident"]), + ("ACHIEVAL", &["achievable"]), + ("INDESPENSIBLE", &["indispensable"]), + ("DELPORABLE", &["deplorable"]), + ("PROVIVED", &["provided"]), + ("PREFICIENTSY", &["proficiency"]), + ("ADBOMINAL", &["abdominal"]), + ("HENC", &["hence"]), + ("SYNTEHSIZED", &["synthesized"]), + ("PRIVITAZED", &["privatized"]), + ("COMBUSION", &["combustion"]), + ("MINSTRY", &["ministry"]), + ("CUSTOIZERS", &["customizers"]), + ("ACQUINATED", &["acquainted"]), + ("OVERCLICKED", &["overclocked"]), + ("PROSTHETHIC", &["prosthetic"]), + ("LEVELLIGN", &["levelling"]), + ("DISENTRY", &["dysentery"]), + ("TUPPLES", &["tuples"]), + ("SKIPED", &["skipped", "skyped"]), + ("ACTIAVTION", &["activation"]), + ("ANLYZED", &["analyzed"]), + ("EXPERMENETS", &["experiments"]), + ("LOCATOINS", &["locations"]), + ("CULUTRAL", &["cultural"]), + ("ECXITED", &["excited"]), + ("CROSHET", &["crochet"]), + ("RCEATE", &["create"]), + ("POUINT", &["point"]), + ("INTELLIGANCE", &["intelligence"]), + ("LIBRARIS", &["libraries"]), + ("REWIEVER", &["reviewer"]), + ("FANTASAZING", &["fantasizing"]), + ("COMMNETED", &["commented"]), + ("AUTOCORRENT", &["autocorrect"]), + ("PROHIBITIFS", &["prohibits"]), + ("EPHEREMAL", &["ephemeral"]), + ("MINIMSES", &["minimises"]), + ("JOURNALISTENS", &["journalists"]), + ("SEPEARETLY", &["separately"]), + ("PROSECUTIE", &["prosecuted"]), + ("EXPOITED", &["exploited"]), + ("UNEXEPECTED", &["unexpected"]), + ("CREATS", &["creates"]), + ("APPLIKATION", &["application"]), + ("TEMINATOR", &["terminator"]), + ("FIBONAACCI", &["fibonacci"]), + ("FLIE", &["file"]), + ("SINTAKT", &["syntax"]), + ("THJESE", &["these"]), + ("DIFINE", &["define", "divine"]), + ("CONSEQUENSES", &["consequences"]), + ("VITORIES", &["victories"]), + ("PERFORMNACE", &["performances", "performance"]), + ("HIEGHTS", &["heights"]), + ("INACESSIBLE", &["inaccessible"]), + ("DEAFETED", &["defeated"]), + ("PERFOMANSE", &["performance"]), + ("ARBITRAIRY", &["arbitrarily", "arbitrary"]), + ("ELMENETS", &["elements"]), + ("ASSYMETRIES", &["asymmetries"]), + ("ORGANISTIONS", &["organisations"]), + ("GLICHTED", &["glitched"]), + ("INDIGENEOUS", &["indigenous"]), + ("APPRICEATE", &["appreciates"]), + ("AVERGAE", &["average"]), + ("ENCHANTMANT", &["enchantment"]), + ("DIFINED", &["defined", "divined"]), + ("DEPENENDENCE", &["dependence"]), + ("GRAINERY", &["granary"]), + ("CHIZLE", &["chisel"]), + ("VIRGINUS", &["virgins"]), + ("CONSTROL", &["control"]), + ("CORRESPONDENTE", &["correspondence"]), + ("SIGNIFICANTY", &["significantly"]), + ("COMMUNITCATE", &["communicate"]), + ("ONTAINS", &["contains"]), + ("DISCRIMIATE", &["discriminate"]), + ("MIGTH", &["might"]), + ("COLLONE", &["cologne"]), + ("MAWSOLEUM", &["mausoleum"]), + ("WEATHLIEST", &["wealthiest"]), + ("PREFEREND", &["preferred", "preference"]), + ("MUTITHREADED", &["multithreaded"]), + ("JAGURAS", &["jaguars"]), + ("SECIRITY", &["security"]), + ("EQUIPT", &["equipped"]), + ("DEDUPLACTION", &["deduplication"]), + ("INVINCABLE", &["invincible"]), + ("RECONSTUCTED", &["reconstructed"]), + ("AMELEARATE", &["ameliorate"]), + ("WACTHER", &["watcher"]), + ("INSTNSIATED", &["instantiated"]), + ("EXPLOTACION", &["exploration"]), + ("EXPERIMDNTALLY", &["experimentally"]), + ("CONERTING", &["converting"]), + ("DISPPROVE", &["disprove", "disapprove"]), + ("INTEREPRETED", &["interpreted"]), + ("ITNERPRETED", &["interpreted"]), + ("APPERCIATION", &["appreciation"]), + ("DECRMENTS", &["decrements"]), + ("SOLDGER", &["soldier"]), + ("REDERED", &["rendered"]), + ("STUIDOS", &["studios"]), + ("PARADYSE", &["parades"]), + ("PROPSECTIVE", &["prospective"]), + ("FEATCHING", &["fetching"]), + ("XENOHPOBIC", &["xenophobic"]), + ("SARINOMY", &["ceremony"]), + ("UNREALISITIC", &["unrealistic"]), + ("NEIGHBAR", &["neighbor"]), + ("TRHILLING", &["thrilling"]), + ("DISAPPEARRING", &["disappearing"]), + ("RECALCUALTED", &["recalculated"]), + ("RESULLT", &["result"]), + ("EXLCUDE", &["exclude"]), + ("SPIRITUELLA", &["spiritually"]), + ("CHACE", &["cache", "chance"]), + ("GAUNTLES", &["gauntlets"]), + ("TRASPOSING", &["transposing"]), + ("INTERVIED", &["interviewed"]), + ("ASYNCHRONUS", &["asynchronous"]), + ("SMALLES", &["smallest"]), + ("RELAESING", &["releasing"]), + ("UNSUCESFUL", &["unsuccessful"]), + ("JAVESCRIPT", &["javascript"]), + ("PREPHERIAL", &["peripheral"]), + ("OPIMISATION", &["optimisation"]), + ("SIRECTIONLESS", &["directionless"]), + ("UNRESGISTER", &["unregister"]), + ("TRESHOLD", &["threshold"]), + ("CONFIGUES", &["configures"]), + ("NATIONALISTISCH", &["nationalists"]), + ("GLIMSPE", &["glimpse"]), + ("QUOTEED", &["quoted"]), + ("GRPAHICAL", &["graphical"]), + ("ACCORTED", &["accorded"]), + ("ENTHISIAST", &["enthusiast"]), + ("MODERATORN", &["moderation"]), + ("CRITICIE", &["criticise"]), + ("IDEOLOGIS", &["ideologies"]), + ("MEDICALLLY", &["medically"]), + ("DEIFNES", &["defines"]), + ( + "OAKER", + &[ + "baker", "faker", "laker", "maker", "oaken", "oakier", "ocher", "taker", + ], + ), + ("SHORCUTS", &["shortcuts"]), + ("METHODOLY", &["methodology"]), + ("COMPLE", &["complete"]), + ("PORTOGUESE", &["portuguese"]), + ("SUBTITEL", &["subtitle"]), + ("DRIAGRAMS", &["diagrams"]), + ("APSHALT", &["asphalt"]), + ("DOWNGARTE", &["downgrade"]), + ("PRESEARVED", &["preserved"]), + ("FRMAT", &["format"]), + ("SPAGETTI", &["spaghetti"]), + ("TRARGET", &["target"]), + ("DALLOCATE", &["deallocate"]), + ("INTEREPOLATED", &["interpolated"]), + ("COORDIATES", &["coordinates"]), + ("IDENITIFIED", &["identifies"]), + ("RECCONEECTED", &["reconnected"]), + ("NEWSETTLER", &["newsletter"]), + ("SCIENTIFC", &["scientific"]), + ("THERMOMETHER", &["thermometer"]), + ("KEYESNIAN", &["keynesian"]), + ("HETROGENEOUS", &["heterogeneous"]), + ("INTERESECTIONS", &["intersections"]), + ("JOINEABLE", &["joinable"]), + ("EASILI", &["easily"]), + ("CONTTRIBUTIONS", &["contributions"]), + ("FREEED", &["freed"]), + ("REPRESENATIONAL", &["representational"]), + ("STRECHTED", &["stretched"]), + ("ADJCENT", &["adjacent"]), + ("LENTHS", &["lengths"]), + ("CUREVS", &["curves"]), + ("LANGUAJE", &["language"]), + ("HYSTERICALLLY", &["hysterically"]), + ("CANADIANESE", &["canadians"]), + ("DECORATIN", &["decorations"]), + ("DIRECTIONH", &["direction"]), + ("ABCK", &["back"]), + ("VISUABS", &["visuals"]), + ("PREQEULS", &["prequels"]), + ("AMEELARATING", &["ameliorating"]), + ("PIORITIES", &["priorities"]), + ("MIMINISED", &["minimised"]), + ("BROSWERS", &["browsers"]), + ("HELIKOPTERS", &["helicopters"]), + ("PERSONHOOOD", &["personhood"]), + ("UNSPEFICIFED", &["unspecified"]), + ("DICLINE", &["decline"]), + ("APPRENDICE", &["apprentice"]), + ("TRUBINAL", &["tribunal"]), + ("SYRINGUE", &["syringe"]), + ("RESAURANTS", &["restaurants"]), + ("ACTURALLY", &["actually"]), + ("CONSIDERABLLY", &["considerably"]), + ("RUNNNING", &["running"]), + ("COMFORTABEL", &["comfortably"]), + ("ASYNCRONOUSLY", &["asynchronously"]), + ("PROJEC", &["project"]), + ("OTHWERWISE", &["otherwise"]), + ("UPADATES", &["updates"]), + ("POJECT", &["project"]), + ("REMINSCENCE", &["reminiscence"]), + ("GENUINELLY", &["genuinely"]), + ("THEISITC", &["theistic"]), + ("INSPECTORAS", &["inspectors"]), + ("OGERS", &["ogres"]), + ("SUBSTANSIAL", &["substantial"]), + ("PERITINKLE", &["periwinkle"]), + ("EXPEIMENTS", &["experiments"]), + ("LIMITITERS", &["limiters"]), + ("OVERRIDIING", &["overriding"]), + ("RELFEXES", &["reflexes"]), + ("HIERACHYCAL", &["hierarchical"]), + ("EXPERAMENTING", &["experimenting"]), + ("CATAPILLERS", &["caterpillars"]), + ("DISCONETS", &["disconnects"]), + ("CHEESEES", &["cheeses"]), + ("ALGOROITHM", &["algorithm"]), + ("ENCRYPTE", &["encrypted", "encrypt"]), + ("DICARD", &["discard"]), + ("UPSRTEAMER", &["upstreamer"]), + ("EMPYTY", &["empty"]), + ("ADJATATED", &["agitated"]), + ("SPECIFIEC", &["specific"]), + ("CONDAMNATION", &["condemnation"]), + ("UNCOMMMITTED", &["uncommitted"]), + ("PUESDO", &["pseudo"]), + ("CONVSERION", &["conversion"]), + ("BOYANT", &["buoyant"]), + ("EXPERIMNTELLY", &["experimentally"]), + ("ACCMULATE", &["accumulate"]), + ("INITIALZING", &["initializing"]), + ("CPACITIES", &["capacities"]), + ("COMPETITIN", &["competitions"]), + ("MISGOYNISTIC", &["misogynistic"]), + ("CABINETTAS", &["cabinets"]), + ("SYPHYLLIS", &["syphilis"]), + ("CALIBARTION", &["calibration"]), + ("DRITY", &["dirty"]), + ("POSITON", &["position", "positron"]), + ("SOMETHIGN", &["something"]), + ("INTERCAHNGE", &["interchange"]), + ("PERIDIC", &["periodic"]), + ("MIKROSECOND", &["microsecond"]), + ("CAMBODA", &["cambodia"]), + ("SHERLOK", &["sherlock"]), + ("TOTATLLY", &["totally"]), + ("POUNT", &["point", "pound"]), + ("DERIVATIVOS", &["derivatives"]), + ("PTHON", &["python"]), + ("REMARCABLY", &["remarkably"]), + ("OCUR", &["occur"]), + ("ESCALTING", &["escalating"]), + ("TRIMING", &["trimming", "timing"]), + ("UNREGOGNISED", &["unrecognised"]), + ("ALGOPRITHMIC", &["algorithmic"]), + ("SATISFACTORALLY", &["satisfactory", "satisfactorily"]), + ("CONSTRUSTS", &["constructs"]), + ("GENERALYSE", &["generalise"]), + ("PLEOTHRA", &["plethora"]), + ("GODLMAN", &["goldman"]), + ("OCMPARED", &["compared"]), + ("ABOSULUTE", &["absolute"]), + ("CHANAGE", &["change"]), + ("UNTQUEUE", &["unqueue"]), + ("UNSCUBSCRIBED", &["subscribed"]), + ("QUANITY", &["quantity"]), + ("ALHAPETICALLY", &["alphabetically"]), + ("LEGITIMATLY", &["legitimately"]), + ("RESOTRATION", &["restoration"]), + ("SPEICIFY", &["specify"]), + ("DESTINCTIONS", &["destinations"]), + ("DESCRIMINATE", &["discriminate"]), + ("PROFFESSION", &["profession"]), + ("POLITICIN", &["politician"]), + ("VERITGO", &["vertigo"]), + ("WHETER", &["whether"]), + ("PROTAGNOIST", &["protagonist"]), + ("SEMAMPHORE", &["semaphore"]), + ("SPETIAL", &["spatial", "special"]), + ("SPOACES", &["spaces"]), + ("RENEGOGTIATOR", &["renegotiator"]), + ("MAYBELLLINE", &["maybelline"]), + ("DISTNCTE", &["distance"]), + ("SKILLSTO", &["skillshots"]), + ("CORREESPONDENCES", &["correspondences"]), + ("INDIANOPOLIS", &["indianapolis"]), + ("OPPURTINITY", &["opportunity"]), + ("APOSTROHPE", &["apostrophe"]), + ("SEPEARATE", &["separate"]), + ("CHRONICELS", &["chronicles"]), + ("CONSEQUENSE", &["consequences"]), + ("GRAMMITICAL", &["grammatical"]), + ("FRANKENSTEN", &["frankenstein"]), + ("UTILITISING", &["utilising"]), + ("PERTINET", &["pertinent"]), + ("THATN", &["that", "than"]), + ("SECTOPNED", &["sectioned"]), + ("TRAILERAS", &["trailers"]), + ("FOMRATTING", &["formatting"]), + ("NEIGHTBORS", &["neighbors"]), + ("DIFFEREMT", &["different"]), + ("INITAILISER", &["initialiser"]), + ("OTHR", &["other"]), + ("HOMOPHOBOES", &["homophobe"]), + ("RENDAZYVOUED", &["rendezvoused"]), + ("GROUPD", &["grouped"]), + ("PILLARIS", &["pillars"]), + ("DISSAGREGATION", &["dissaggregation"]), + ("RMOVED", &["removed"]), + ("REMANED", &["remained"]), + ("DISCCONECCTING", &["disconnecting"]), + ("UNPROTECED", &["unprotected"]), + ("CRICITAL", &["critical"]), + ("CONSTITUTENTS", &["constitutes", "constituents"]), + ("COFRIM", &["confirm"]), + ("UNPARSEABLE", &["unparsable"]), + ("DISCRIMINATORIE", &["discriminate"]), + ("COPYEIGHTS", &["copyrights"]), + ("ETROPY", &["entropy"]), + ("SUPPRTING", &["supporting"]), + ("MENTIOND", &["mentioned"]), + ("HANIDCAPPED", &["handicapped"]), + ("VENGENCE", &["vengeance"]), + ("MORGAGE", &["mortgage"]), + ("PROBAGATION", &["propagation"]), + ("EXSPENSE", &["expense"]), + ("PROTOGANIST", &["protagonist"]), + ("ALGOROITHMICALLY", &["algorithmically"]), + ("CLSSROOM", &["classroom"]), + ("GERENATES", &["generates"]), + ("INVOLTUE", &["involute"]), + ("BELITTLLING", &["belittling"]), + ("GRANIET", &["granite"]), + ("LEANRED", &["learned"]), + ("VECTORRS", &["vectors"]), + ("HAVVE", &["have"]), + ("TERRIBLELY", &["terribly"]), + ("ALLEDGED", &["alleged"]), + ("BALONY", &["baloney", "bologna"]), + ("ELLIMINATION", &["elimination"]), + ("INTERNVALS", &["intervals"]), + ("CREDETIAL", &["credential"]), + ("BELYES", &["belies"]), + ("RECALLECTION", &["recollection"]), + ("CURRENCE", &["currencies"]), + ("PLEASENTLY", &["pleasantly"]), + ("BRWOSABLE", &["browsable"]), + ("BOOELAN", &["boolean"]), + ("EDDITED", &["edited"]), + ("CHARACTETER", &["character"]), + ("BREATHIS", &["breaths"]), + ("REWITTEN", &["rewritten"]), + ("PSRAMETER", &["parameter"]), + ("PASSWIRD", &["password"]), + ("MOLESTARE", &["molester"]), + ("AUTHENATICATE", &["authenticate"]), + ("ILEGAL", &["illegal"]), + ("DIASSEMBLY", &["disassembly"]), + ("ADVENTROUS", &["adventurous"]), + ("PACKKAGE", &["package"]), + ("CONTRIBUEM", &["contribute"]), + ("EQUIVALENTSLY", &["equivalently", "equivalency"]), + ("RESOURE", &["resource"]), + ("COMPROMIZE", &["compromise"]), + ("PASITIONING", &["positioning"]), + ("WHISTEL", &["whistle"]), + ("PREMILLENIAL", &["premillennial"]), + ("APEENDS", &["appends"]), + ("COMPESITION", &["composition"]), + ("SUPRIMACIST", &["supremacist"]), + ("BROADWALK", &["boardwalk"]), + ("TOUCHDA", &["touchpad"]), + ("COLLAPSABLE", &["collapsible"]), + ("POTIENTIALLY", &["potentially"]), + ("COUTNERPLAY", &["counterplay"]), + ("YTHE", &["the"]), + ("TRUNCTATED", &["truncated"]), + ("SPEFIFALLY", &["specifically"]), + ("RECONET", &["reconnect"]), + ("ANNIVERSAIRY", &["anniversary"]), + ("DISSCUSIONS", &["discussions"]), + ("INCLUTIONS", &["inclusions"]), + ("APPOXIMATE", &["approximate"]), + ("QAURTERBACK", &["quarterback"]), + ("SCULPUTRE", &["sculpture"]), + ("ASSEMENT", &["assessment"]), + ("LOGARITHMICAL", &["logarithmically"]), + ("MILLENIALISM", &["millennialism"]), + ("RUCUPERATE", &["recuperate"]), + ("ARIBITER", &["arbiter"]), + ("DOIUBLE", &["double"]), + ("RECCOMENDED", &["recommended"]), + ("MISLADING", &["misleading", "misloading"]), + ("CLUTSER", &["cluster", "clutter"]), + ("ELECTROLYTS", &["electrolytes"]), + ("HEADHPONES", &["headphones"]), + ("RESTICTED", &["restricted"]), + ("PROSTITUTIE", &["prostitute"]), + ("VERRICAL", &["vertical"]), + ("PERTAING", &["pertaining"]), + ("EXPOENT", &["exponent"]), + ("IMPLMENTATION", &["implementation"]), + ("CIPHERUITE", &["ciphersuite"]), + ("CONDFIGURATION", &["configuration"]), + ("CONTROLING", &["controlling"]), + ("NOMES", &["gnomes"]), + ("MECHANICLY", &["mechanical"]), + ("DELIBIRATE", &["deliberate"]), + ("TRUELLY", &["truly"]), + ("UNEXPETECTED", &["unexpected"]), + ("EXPLINATIONS", &["explanations"]), + ("CHARATER", &["character"]), + ("IDEOSINCRACY", &["idiosyncrasy"]), + ("STSTIONS", &["stations"]), + ("UNRELTED", &["unrelated"]), + ("SCOLLABLE", &["scrollable"]), + ("DISSAPER", &["disappear"]), + ("INIALIZATION", &["initialization"]), + ("REPRESENTIVES", &["representatives"]), + ("TRAMSFORMING", &["transforming"]), + ("GHOSTSCIPT", &["ghostscript"]), + ("INCOMPATABIITY", &["incompatibility"]), + ("HISTORGAM", &["histogram"]), + ("AACCESSION", &["accession"]), + ("ARGMUMENTS", &["arguments"]), + ("CINCINNASTI", &["cincinnati"]), + ("ENCRUPTED", &["encrypted"]), + ("SEREBRAL", &["cerebral"]), + ("COALLECED", &["coalesced"]), + ("POPULATIES", &["populate"]), + ("JAMSINE", &["jasmine"]), + ("IGNORGIG", &["ignoring"]), + ("WITK", &["with"]), + ("RESPONSING", &["responding"]), + ("AMALAGMATION", &["amalgamation"]), + ("ELAMENTRIES", &["elementaries"]), + ("ORHCESTRA", &["orchestra"]), + ("NEGLICIBLE", &["negligible"]), + ("PROPECTIVE", &["projective", "prospective", "protective"]), + ("GRANDCHILREN", &["grandchildren"]), + ("COLLETERAL", &["collateral"]), + ("CHRACTOR", &["character"]), + ("COLLECTIN", &["collection"]), + ("REPETICION", &["repetition"]), + ("TRANSFORATION", &["transformation"]), + ("LECTURERES", &["lectures"]), + ("EXTIMATED", &["estimated"]), + ("DWARVENS", &["dwarves"]), + ("FOREINGERS", &["foreigners"]), + ("FOLLWOES", &["follows"]), + ("MALFUCNTION", &["malfunction"]), + ("NCESSARILY", &["necessarily"]), + ("CONTAGIOSUM", &["contagious"]), + ("EQUIVALLENTS", &["equivalents"]), + ("AGRESSVIE", &["aggressive"]), + ("MESSIACH", &["messiah"]), + ("TOGGELED", &["toggled"]), + ("EXTENDDED", &["extended"]), + ("UNNACQUIRED", &["unacquired"]), + ("TOMMAROW", &["tomorrow"]), + ("EUGENCIS", &["eugenics"]), + ("CORRECTONS", &["corrections"]), + ("UNREGSTERS", &["unregisters"]), + ("COLORAO", &["colorado"]), + ("PENDULM", &["pendulum"]), + ("KEYBOADS", &["keyboards"]), + ("DIGGIT", &["digit"]), + ("POIND", &["point"]), + ("LANUGAGES", &["languages"]), + ("PASSTIME", &["pastime"]), + ("INSTUTITIONS", &["institutions"]), + ("SPECIFICES", &["specifics", "specifies"]), + ("COMMATAS", &["commas", "commata"]), + ("WITHOUTH", &["without"]), + ("GEOMETYR", &["geometry"]), + ("PERCURSOR", &["precursor"]), + ("CORRENSPOND", &["correspond"]), + ("SNOWFALKE", &["snowflake"]), + ("NEGOTATED", &["negotiated"]), + ("CONTRACTERS", &["contractors"]), + ("DEOENDENCIES", &["dependencies"]), + ("MATRIE", &["matrix"]), + ("SIRECTION", &["direction"]), + ("APPROXIATES", &["approximates"]), + ("PSEUDONYN", &["pseudonym"]), + ("CONTERS", &["conteurs", "counters"]), + ("PARAHPRASE", &["paraphrase"]), + ("BOOTLAODER", &["bootloader"]), + ("MINDLESLLY", &["mindlessly"]), + ("DEFINTLEY", &["definitely"]), + ("POLGYON", &["polygon"]), + ("KEYBAORD", &["keyboard"]), + ("COSNDIER", &["consider"]), + ("PROCRESTINATING", &["procrastinating"]), + ("DIVSIORS", &["divisors"]), + ("OTHWERISE", &["otherwise"]), + ("RESOIURCE", &["resource"]), + ("PARMETERS", &["parameters"]), + ("PRESBATERIANS", &["presbyterians"]), + ("CORRELATO", &["correlation"]), + ("INVESITGATION", &["investigation"]), + ("BIOLIGICAL", &["biological"]), + ("SCREENSHOOTS", &["screenshot"]), + ("MIDNLESSLY", &["mindlessly"]), + ("MACHIENS", &["machines"]), + ("COMPONETS", &["components"]), + ("URRLIB", &["urllib"]), + ("DESERIALSIES", &["deserialises"]), + ("DISGNOSTICS", &["diagnostics"]), + ("PROPORTIONALLITY", &["proportionally"]), + ("PERISIST", &["persist"]), + ("ALGORHYTHM", &["algorithm"]), + ("CHEAPEAST", &["cheapest"]), + ("SHAMELESSY", &["shamelessly"]), + ("INTERACIVE", &["interactive"]), + ("ELETRONICS", &["electronics"]), + ("UNKNONWS", &["unknowns"]), + ("SEGMENTE", &["segment"]), + ("KICTHEN", &["kitchen"]), + ("DEFINATALY", &["definitely"]), + ("STALAGTITE", &["stalactite"]), + ("INTEREPRETATIONS", &["interpretations"]), + ("ADRERSSER", &["addresser"]), + ("COSTRUCTER", &["constructor"]), + ("PARAMTERIZE", &["parameterize"]), + ("SQAURED", &["squared"]), + ("TECHINQUE", &["technique"]), + ("NORTHREN", &["northern"]), + ("STRORE", &["store"]), + ("SERIALIALISATION", &["serialisation"]), + ("VERBAGE", &["verbiage"]), + ("ATTRIUBUTES", &["attributes"]), + ("STLYISH", &["stylish"]), + ("FULFILED", &["fulfilled"]), + ("DESTRCUTORS", &["destructors"]), + ("CLASROOM", &["classroom"]), + ("BIRMIGNHAM", &["birmingham"]), + ("CONSTTRUCTER", &["constructor"]), + ("NUMBEROUS", &["numerous"]), + ("IRREGULARTIES", &["irregularities"]), + ("LSITING", &["listing"]), + ("INTEGARTES", &["integrates"]), + ("EVERBODY", &["everybody"]), + ("COMPELTLY", &["completely"]), + ("BINANARY", &["binary"]), + ("CONSTRCTIONS", &["constructions", "constrictions"]), + ("ANNIVERARY", &["anniversary"]), + ("DEVLOPPERS", &["developers"]), + ("TCPPCHECK", &["cppcheck"]), + ("PROLETARYAT", &["proletariat"]), + ("COORDINATIOR", &["coordinator"]), + ("FOREIGNESE", &["foreigners"]), + ("INSTRCTION", &["instruction"]), + ("NEGOTIOTABLE", &["negotiable"]), + ("UNDERTSTAND", &["understand"]), + ("TRANSORMATION", &["transformation"]), + ("FALS", &["false"]), + ("ASSOCCIATIONS", &["associations"]), + ("LEESURELY", &["leisurely"]), + ("SHANGER", &["changer"]), + ("SPICIFIC", &["specific"]), + ("OURSELFS", &["ourselves"]), + ("IMPCATING", &["impacting"]), + ("TYRRANIES", &["tyrannies"]), + ("INSTNSIATIONS", &["instantiations"]), + ("EXPERIMETER", &["experimenter"]), + ("EXPERMENTER", &["experimenter"]), + ("METABLOSIM", &["metabolism"]), + ("WERSTLER", &["wrestler"]), + ("FOLLWOWERS", &["followers"]), + ("BELEAVER", &["believer"]), + ("RETARTATION", &["retardation"]), + ("TURLE", &["turtle"]), + ("SEAHAWKERS", &["seahawks"]), + ("CLER", &["clear"]), + ("SPECIFIKATION", &["specification"]), + ("DOCUEMENT", &["document"]), + ("GEOMOETRY", &["geometry"]), + ("DEFFIRENT", &["different"]), + ("NATIONALISTISEN", &["nationalists"]), + ("BARLKEY", &["barkley"]), + ("SNYTHESIS", &["synthesis"]), + ("STRUGGLEBUS", &["struggles"]), + ("PERSMISSIONS", &["permissions"]), + ("EXCEEED", &["exceed"]), + ("LEGALIZAING", &["legalizing"]), + ("INTIUTIVE", &["intuitive"]), + ("YPUR", &["your"]), + ("AFFRAID", &["afraid"]), + ("VICTORINA", &["victorian"]), + ("CONVINIENCES", &["conveniences"]), + ("HAVR", &["have"]), + ("CERTFICIATED", &["certificated"]), + ("DOSCLOSES", &["discloses"]), + ("SMETHING", &["something"]), + ("TRANSGEDER", &["transgender"]), + ("DIFFRENTLY", &["differently"]), + ("CREADENTIALED", &["credentialed"]), + ("NEUROLIGICAL", &["neurological"]), + ("CRACEFULNESS", &["gracefulness"]), + ("MESURING", &["measuring"]), + ("ELELMENTAL", &["elemental"]), + ("CONVERVABLE", &["conservable"]), + ("MOZZILLA", &["mozilla"]), + ("DESOLVE", &["dissolve"]), + ("TRYAHRD", &["tryhard"]), + ("MANIFESTAION", &["manifestation"]), + ("FOLLWOEIONG", &["following"]), + ("REPSECTING", &["respecting"]), + ("DYNAMLICALLY", &["dynamically"]), + ("DEMONSTRABIL", &["demonstrably"]), + ("EFFCIENCY", &["efficiency"]), + ("DETECTECTED", &["detected"]), + ("EXPEMENTALLY", &["experimentally"]), + ("STIPPED", &["stripped"]), + ("MISANDY", &["misandry"]), + ("ACCCORDING", &["according"]), + ("EMPIERS", &["empires"]), + ("RETRIBUTIVO", &["retribution"]), + ("STUPIDR", &["stupider"]), + ("WONCE", &["nonce", "once", "ponce", "wince"]), + ("CONEXANT", &["connexant"]), + ("PROSPERTIY", &["prosperity"]), + ("TROCHLIGHT", &["torchlight"]), + ("SPEFCIFIABLE", &["specifiable"]), + ("SUBCONSICOUS", &["subconscious"]), + ("AUTONEGOTITAIONS", &["autonegotiations"]), + ("NFORMATION", &["information"]), + ("RECOMMEDATION", &["recommendation"]), + ("EMPHATISED", &["emphasised"]), + ("QUESION", &["question"]), + ("BRWOSERS", &["browsers"]), + ("REFCOUND", &["refcount"]), + ("CARMALITE", &["carmelite"]), + ("ARCHITYPES", &["archetypes"]), + ("RENEGOTATIES", &["renegotiates"]), + ("CHEEZEBURGERS", &["cheeseburgers"]), + ("ADJASENCIES", &["adjacencies"]), + ("ACTRESESS", &["actresses"]), + ("CETAIN", &["certain"]), + ("DEFENITELY", &["definitely"]), + ("VETOR", &["vector", "veto"]), + ("VARIBELS", &["variables"]), + ("GRACEUFL", &["graceful"]), + ("CONVULATED", &["convoluted"]), + ("CONSECTIVELY", &["consecutively"]), + ("ALIGNEMNTS", &["alignments"]), + ("IMPLICETLY", &["implicitly"]), + ("MULTICAT", &["multicast"]), + ("INAPPROPRAITE", &["inappropriate"]), + ("OPEMING", &["opening"]), + ("ASBESTOES", &["asbestos"]), + ("AMEELARATED", &["ameliorated"]), + ("ANECTOTALLY", &["anecdotally"]), + ("LAYRINKS", &["larynx"]), + ("REGULARLISATION", &["regularisation"]), + ("CAPITLAIST", &["capitalist"]), + ("RENEGOATIATION", &["renegotiation"]), + ("CERTIFIATING", &["certificating"]), + ("CONITNUING", &["continuing"]), + ("STRAIGTHEN", &["straighten"]), + ("CHIDLISH", &["childish"]), + ("DEAMONS", &["daemons"]), + ("CELEBRACION", &["celebration"]), + ("DETERMINARE", &["determine"]), + ("FLASELY", &["falsely"]), + ("SOLEY", &["solely"]), + ("CONSELATION", &["consolation"]), + ("INCONVEINENCE", &["inconvenience"]), + ("MONSTROSOTY", &["monstrosity"]), + ("WEAKNESSSES", &["weaknesses"]), + ("RENEGOTAIATOR", &["renegotiator"]), + ("SANTIZING", &["sanitizing"]), + ("MILICIOUSLY", &["maliciously"]), + ("RESTRICTIVO", &["restriction"]), + ("RUDIMENTORY", &["rudimentary"]), + ("PINOCKLE", &["pinochle"]), + ("DECRATION", &["decoration"]), + ("ADEVNTURED", &["adventured"]), + ("WORFLOWS", &["workflows"]), + ("CONGRADULATE", &["congratulate"]), + ("HANDICAPE", &["handicapped"]), + ("LICESE", &["license"]), + ("PEEDMONTS", &["piedmonts"]), + ("AMMEND", &["amend"]), + ("SHTOPPING", &["stopping", "shopping"]), + ("SUSPICIOS", &["suspicious"]), + ("INERITS", &["inherits"]), + ("EXAPNDS", &["expands"]), + ("PEANOCKLE", &["pinochle"]), + ("ANTEENA", &["antenna"]), + ("IMAGIN", &["imagine"]), + ("PREPREND", &["prepend"]), + ("ARTCLE", &["article"]), + ("PROGRAMEMERS", &["programmers"]), + ("PARNTERED", &["partnered"]), + ("ACCELORATE", &["accelerate"]), + ("CONCENCRATION", &["concentration"]), + ("INTERATORS", &["iterators"]), + ("LANGUALGES", &["languages"]), + ("REFLETS", &["reflects"]), + ("MEDITERRAEAN", &["mediterranean"]), + ("GUARANTEING", &["guaranteeing"]), + ("STLAKERS", &["stalkers"]), + ("APETITE", &["appetite"]), + ("IMPLEMENTAITONS", &["implementations"]), + ("GLYPED", &["glyphed"]), + ("CARONAVIRUSES", &["coronaviruses"]), + ("HIGHLIGTH", &["highlight"]), + ("RETRNS", &["returns"]), + ("QUALFIIERS", &["qualifiers"]), + ("ROLLERCOATERS", &["rollercoaster"]), + ("EXCULSIVE", &["exclusive"]), + ("NEVELOPS", &["envelops"]), + ("ESPONDING", &["desponding", "responding"]), + ("OVERLCOKING", &["overlooking"]), + ("COUSING", &["cousin"]), + ("PUMPKNIS", &["pumpkins"]), + ("INVALDATES", &["invalidates"]), + ("DISTINCIVE", &["distinctive"]), + ("COPANY", &["company"]), + ("FAILUES", &["failures"]), + ("CROSSFITERS", &["crossfire"]), + ("WININPEG", &["winnipeg"]), + ("PORNOGRAHPY", &["pornography"]), + ("ARROUND", &["around"]), + ("NARCISISST", &["narcissist"]), + ("DECIDATE", &["dedicate"]), + ("ADAQUATE", &["adequate"]), + ("ASTRONAUTLIS", &["astronauts"]), + ("ACTUALLLY", &["actually"]), + ("CCURRED", &["occurred"]), + ("SEELECT", &["select"]), + ("FINGEPRINT", &["fingerprint"]), + ("STABILIZIED", &["stabilize"]), + ("UNEXPECTDLY", &["unexpectedly"]), + ("BARGINS", &["bargains"]), + ("SENZATIONALIST", &["sensationalist"]), + ("ACCIDENS", &["accidents"]), + ("CONCURENTLY", &["concurrently"]), + ("REATIME", &["realtime"]), + ("CLEASNER", &["cleanser"]), + ("UNDERNIETH", &["underneath"]), + ("MAINTIAN", &["maintain"]), + ("SERANOMYS", &["ceremonies"]), + ("NASTERSIEM", &["nasturtium"]), + ("WARRANTE", &["warranties"]), + ("IGNORTS", &["ignores"]), + ("CONTRTOLLER", &["controller"]), + ("ATIVE", &["active", "native"]), + ("CORPERATIONS", &["corporations"]), + ("ITERM", &["term", "item", "intern"]), + ("EXTED", &["extend"]), + ("PYTHIN", &["python"]), + ("MANIUPLATOR", &["manipulator"]), + ("UNIMPLMENTED", &["unimplemented"]), + ("PIGUN", &["pigeon"]), + ("REFERNECE", &["reference"]), + ("SHUOULD", &["should"]), + ("PROGRESSIEF", &["progressive"]), + ("STAGNAT", &["stagnant"]), + ("INTRIGE", &["intrigue"]), + ("FESTIVLE", &["festive"]), + ("DISSSEMBLER", &["disassembler"]), + ("EXPERIRATIONS", &["expirations"]), + ("OUTPERFOEMING", &["outperforming"]), + ("MINISTY", &["ministry"]), + ("TUNNLES", &["tunnels"]), + ("COLONIZATON", &["colonization"]), + ("DEOCRATIVE", &["decorative"]), + ("CONVSERATION", &["conservation"]), + ("DEACRIPTORS", &["decryptors", "descriptors"]), + ("ORGANIM", &["organism"]), + ("SYNDACITE", &["syndicate"]), + ("ANOPTHER", &["another"]), + ("RECOMMENDES", &["recommends"]), + ("PRIEMERE", &["premiere"]), + ("MODYFYING", &["modifying"]), + ("ARGUMERNTS", &["arguments"]), + ("MONTAINS", &["mountains"]), + ("RELOCAITONS", &["relocations"]), + ("AMOHETAMINES", &["amphetamines"]), + ("GERNERATE", &["generate"]), + ("REIGMENT", &["regiment"]), + ("EJACULATTE", &["ejaculate"]), + ("ILLUMANITI", &["illuminati"]), + ("FLEM", &["phlegm"]), + ("BRUSSLES", &["brussels"]), + ("WILDEBEASTS", &["wildebeests"]), + ("EXPLOSIN", &["explosions"]), + ("DEROGATARY", &["derogatory"]), + ("FOORTER", &["footer"]), + ("ATTACKERASU", &["attackers"]), + ("FRACKIGN", &["fracking"]), + ("MISSIGNO", &["mission"]), + ("INFLUENSED", &["influences"]), + ("DISCOVEREABILITY", &["discoverability"]), + ("SIMUALTOR", &["simulator"]), + ("UNNECESSAIRLY", &["unnecessarily"]), + ("DISABELING", &["disabling"]), + ("DEPDEND", &["depend"]), + ("HEDERS", &["headers"]), + ("ASSISSTANCE", &["assistance"]), + ("PRIOTITIZE", &["prioritize"]), + ("INITIATIATER", &["initiator"]), + ("PERSECUTIN", &["persecution"]), + ("COALASE", &["coalesce"]), + ("SNOWBOARING", &["snowboarding"]), + ("RAILRAOD", &["railroad"]), + ("FRONITER", &["frontier"]), + ("COMPETEND", &["competed"]), + ("INNACTIVE", &["inactive"]), + ("BURING", &["burying", "burning", "burin", "during"]), + ("EXTENEDED", &["extended"]), + ("PERPETRADOR", &["perpetrator"]), + ("SUPERSEEDD", &["superseded"]), + ("ADVENTUE", &["adventures"]), + ("SELECETD", &["selected"]), + ("RESCHEUDLE", &["reschedule"]), + ("SKIPPPS", &["skips"]), + ("MISINTERPT", &["misinterpret"]), + ("BENCHAMRK", &["benchmark"]), + ("BITNAPS", &["bitmaps"]), + ("INMIGRANT", &["immigrant"]), + ("PITTSBRUGH", &["pittsburgh"]), + ("OPTIONEL", &["optional"]), + ("NEGOTATIES", &["negotiates"]), + ("WACHDOG", &["watchdog"]), + ("HUMANITARIEN", &["humanitarian"]), + ("ALLOACATE", &["allocate"]), + ("IMAGINATON", &["imagination"]), + ("COMMPATIBILITY", &["compatibility"]), + ("PRACTICLE", &["practical"]), + ("DOCUMANTS", &["documents"]), + ("ASSESMENT", &["assessment"]), + ("XYOU", &["you"]), + ("APPOITMENT", &["appointment"]), + ("INTURPRETT", &["interpret"]), + ( + "VIST", + &[ + "visit", "fist", "gist", "list", "mist", "vast", "vest", "vista", + ], + ), + ("RANDAYVOO", &["rendezvous"]), + ("INTERATELLAR", &["interstellar"]), + ("OVERHEADING", &["overheating"]), + ("NEGOATES", &["negotiates"]), + ("CACULATE", &["calculate"]), + ("INCOMPATIBALE", &["incompatible"]), + ("AVAIIABLE", &["available"]), + ("OTHERWIZE", &["otherwise"]), + ("PHYSCEDELIC", &["psychedelic"]), + ("RELOCAITES", &["relocates"]), + ("AUTOCOMMITING", &["autocommitting"]), + ("COMFORTBLY", &["comfortably"]), + ("RENEGOCIATOR", &["renegotiator"]), + ("MISCONFIGED", &["misconfigured"]), + ("CALIFORNIEN", &["californian"]), + ("RELEAASED", &["released"]), + ("PROCCEDING", &["proceeding"]), + ("CHAGED", &["changed", "charged"]), + ("REGARDSLESS", &["regardless"]), + ("ENVIOREMENT", &["environment"]), + ("SYMOBOLICAL", &["symbolical"]), + ("SYTLE", &["style"]), + ("HAV", &["have", "half"]), + ("ONTRAIO", &["ontario"]), + ("CHARASTERISTIC", &["characteristics"]), + ("VIRUTALISED", &["virtualised"]), + ("PROPGATING", &["propagating"]), + ("CRITQUED", &["critiqued"]), + ("REPRESETED", &["represented"]), + ("PREQULES", &["prequels"]), + ("CONVIENANCE", &["convenience"]), + ("NASTERSHEMS", &["nasturtiums"]), + ("SPECIFIX", &["specific", "specifics"]), + ( + "TRALLED", + &[ + "trailed", + "travelled", + "trawled", + "trialled", + "trilled", + "trolled", + ], + ), + ("RETET", &["reset", "retest"]), + ("INPORTANT", &["important"]), + ("THEMSELFS", &["themselves"]), + ("FLACORINGS", &["flavorings"]), + ("SYMANTICS", &["semantics"]), + ("ALGORTHIMS", &["algorithms"]), + ("FAMILIARLIZE", &["familiarize"]), + ("MISOGNYISTS", &["misogynist"]), + ("GUARRANTEED", &["guaranteed"]), + ("REOSURCES", &["resources"]), + ("UDPATABLE", &["updatable"]), + ("MINIMAGE", &["minigame"]), + ("LANGURAGES", &["languages"]), + ("MOINTORED", &["monitored"]), + ("PITMAP", &["pixmap", "bitmap"]), + ("EXPEIRIMENTERS", &["experimenters"]), + ("ASSIHNMENTS", &["assignments"]), + ("REATE", &["create", "relate"]), + ("HERATHSTONE", &["hearthstone"]), + ("OUTFILED", &["outfield"]), + ("RITOERS", &["rioters"]), + ("OPEATOR", &["operator"]), + ("PSYHIC", &["psychic"]), + ("BOUNDIMG", &["bounding"]), + ("GAGIT", &["gadget"]), + ("CHOCOLATOS", &["chocolates"]), + ("OBEJECTION", &["objection"]), + ("PRIMARIS", &["primaries"]), + ("LGEACY", &["legacy"]), + ("SCHEDUL", &["schedule"]), + ("STRUCTED", &["structured"]), + ("ADVENTUROS", &["adventurous"]), + ("DESITABLE", &["desirable"]), + ("ENUSRE", &["ensure"]), + ("GENITALA", &["genitalia"]), + ("DONWVOTING", &["downvoting"]), + ("TRAINGING", &["training"]), + ("RESTARAUNTEURS", &["restauranteurs"]), + ("CATASTRONPHIC", &["catastrophic"]), + ("CERIFICATE", &["certificate"]), + ("CONVERST", &["converts", "convert"]), + ("CLEARSTORIES", &["clerestories"]), + ("FUNDAMENTALISTEN", &["fundamentalists"]), + ("GAURANTEE", &["guarantee"]), + ("VERBOUS", &["verbose"]), + ("EXPOLDES", &["explodes"]), + ("CONTINUT", &["continuity"]), + ("TEMPRAARLY", &["temporarily"]), + ("OCURRRED", &["occurred"]), + ("CONVINIANCES", &["conveniences"]), + ("INTIALIZER", &["initializer"]), + ("PUNCTATION", &["punctuation"]), + ("EMPAHSIZE", &["emphasize"]), + ("CONCISSION", &["concession"]), + ("SHANGAHI", &["shanghai"]), + ("CORSARI", &["corsair"]), + ("STRAIGHTENEND", &["straightened"]), + ("ASSUMIMG", &["assuming"]), + ("VASCETOMY", &["vasectomy"]), + ("AMPHETAMIES", &["amphetamines"]), + ("DGETTTEXT", &["dgettext"]), + ("ALFORITHMIC", &["algorithmic"]), + ("COLLECTIVLY", &["collectively"]), + ("OVERWIRTING", &["overwriting"]), + ("REDNERER", &["renderer"]), + ("KEYBROADS", &["keyboards"]), + ("MECANISM", &["mechanism"]), + ("CIRCUNVENT", &["circumvent"]), + ("CHALLEGNER", &["challenger"]), + ("CURISOITY", &["curiosity"]), + ("DISMABIGUATION", &["disambiguation"]), + ("EXPERIMANETATIONS", &["experimentations"]), + ("SUCESSFUALLY", &["successfully"]), + ("PRAGAM", &["pragma"]), + ("GOINT", &["going"]), + ("ANNOYNINGLY", &["annoyingly"]), + ("ALLCOATERS", &["allocators"]), + ("DUPLIACTE", &["duplicate"]), + ("NOBODAY", &["nobody"]), + ("PRESEARVER", &["preserver"]), + ("DETERMINANTI", &["determination"]), + ("ASEXAUL", &["asexual"]), + ("REQUIESTING", &["requesting"]), + ("INCOMPTIBLE", &["incompatible"]), + ("AFTRERWARDS", &["afterwards"]), + ("UPTIONS", &["options"]), + ("PEFORMS", &["performs"]), + ("EGENRALIZED", &["generalized"]), + ("PERSAN", &["person"]), + ("DYNAMINCAL", &["dynamical"]), + ("FANATSY", &["fantasy"]), + ("APPROPRATELY", &["appropriately"]), + ("DIFFERENECS", &["differences"]), + ("MINAMILIST", &["minimalist"]), + ("COMPETANCE", &["competence"]), + ("AUTHECATE", &["authenticate"]), + ("SUBMITT", &["submit"]), + ("UNABAILABLE", &["unavailable"]), + ("PLADED", &["plaided", "pleaded"]), + ("PEIRCING", &["piercing"]), + ("COPVER", &["cover"]), + ("OBLIBERATED", &["obliterated"]), + ("DESCRIE", &["describe"]), + ("CONCATINATED", &["contaminated", "concatenated"]), + ("ENCRYPITON", &["encryption"]), + ("JAMACAIN", &["jamaican"]), + ("QUADRANLE", &["quadrangle"]), + ("PARALLLEL", &["parallel"]), + ("SEQUNCERS", &["sequencers"]), + ("CHAMPIONSIPS", &["championships"]), + ("DISSIMILARY", &["dissimilarly"]), + ("DISSCONECT", &["disconnect"]), + ("CONTROLLLING", &["controlling"]), + ("INCOMAPTIBLE", &["incompatible"]), + ("AGGRATED", &["aggregated"]), + ("INSTSALLED", &["installed"]), + ("FOLLWOIN", &["following"]), + ("ENTERPRIES", &["enterprises"]), + ("INFESTATO", &["infestation"]), + ("PREFICIENT", &["proficient"]), + ("INCLIUDE", &["include"]), + ("NEIGHBOURHOODING", &["neighbouring"]), + ("EXCECTORS", &["executors"]), + ("INITIALILSING", &["initialising"]), + ("LITARALS", &["literals"]), + ("DECLARATIOM", &["declaration"]), + ("CEARTYPE", &["cleartype"]), + ("NOTHIHG", &["nothing"]), + ("DEBBUGGER", &["debugger"]), + ("FIGURETIVELY", &["figuratively"]), + ("BADMITTEN", &["badminton"]), + ("COLUMSN", &["columns"]), + ("COMPETETORS", &["competitors"]), + ("DEAMONIZE", &["daemonize"]), + ("METAHPOR", &["metaphor"]), + ("CAPTIANS", &["captains"]), + ("HOEKS", &["hoax"]), + ("HYDROPILE", &["hydrophile"]), + ("RECOCNISABLE", &["recognisable", "reconcilable"]), + ("MINISTR", &["minister"]), + ("SPEFALLY", &["specially", "specifically"]), + ("PROPEHTS", &["prophets"]), + ("UNDESTAND", &["understand"]), + ("CUTED", &["cut", "cute", "cuter"]), + ("DISSAMBLE", &["disassemble"]), + ("ALOGRITHMICALLY", &["algorithmically"]), + ("CORREPONDS", &["corresponds"]), + ("MULTYPLAYER", &["multiplayer"]), + ("STRAN", &["strand", "strain"]), + ("RECEIEVED", &["received"]), + ("EXECUTABLED", &["executable", "executables"]), + ("DECOSERS", &["decoders"]), + ("CURIOSTIY", &["curiosity"]), + ("PRACTICIANERS", &["practitioners"]), + ("HIGTH", &["height"]), + ("POMOTION", &["promotion"]), + ("PREFERENTAL", &["preferential"]), + ("CURTEUS", &["courteous"]), + ("CORERCT", &["correct"]), + ("CARNOMIAL", &["ceremonial"]), + ("EXCHAGNGING", &["exchanging"]), + ("REFURBISED", &["refurbished"]), + ("EXSPENSES", &["expenses"]), + ("PERFECXION", &["perfection"]), + ("BRESHING", &["brushing"]), + ("HALLUCIANTIONS", &["hallucinations"]), + ("TEMRINAL", &["terminal"]), + ("LYCHE", &["lychee"]), + ("MEASUREMENET", &["measurement"]), + ("ERRONEOS", &["erroneous"]), + ("EXECUTIONESS", &["executions"]), + ("ACTIVETES", &["activates"]), + ("VARMITS", &["varmints"]), + ("INITIATIATED", &["initiated"]), + ("MOELCULES", &["molecules"]), + ("ASBTRACTING", &["abstracting"]), + ("CONVERDATION", &["conservation"]), + ("INDISCRIMNATE", &["indiscriminate"]), + ("TERARFORM", &["terraform"]), + ("THROTTING", &["throttling", "trotting"]), + ("JURNALS", &["journals"]), + ("CONSTITUTN", &["constituents"]), + ("DRAGONES", &["dragons"]), + ("COMPOSUTES", &["composites"]), + ("SCHOALRSHIP", &["scholarships"]), + ("PESTECIDES", &["pesticides"]), + ("CATERPILLERS", &["caterpillars"]), + ("TIGGERS", &["triggers"]), + ("PRODCUTS", &["products"]), + ("INQUISITO", &["inquisition"]), + ("AIRCRAFTS", &["aircraft"]), + ("ZEFERS", &["zephyrs"]), + ("TIMMESTAMPS", &["timestamps"]), + ("BROWERS", &["browsers"]), + ("BNECAUSE", &["because"]), + ("PRUCHASES", &["purchases"]), + ("DEMINSIONAL", &["dimensional"]), + ("DATECTION", &["detection"]), + ("TRANSSEXAL", &["transsexual"]), + ("QUANTITATVE", &["quantitative"]), + ("SPREADSHEAT", &["spreadsheet"]), + ("EXAMMPLE", &["example"]), + ("MOMORY", &["memory"]), + ("INSTEEAD", &["instead"]), + ("POLOTICAL", &["political"]), + ("MROE", &["more"]), + ("WROKING", &["working"]), + ("COMMPUTING", &["computing"]), + ("RENAIISANCE", &["renaissance"]), + ("CONFURSES", &["confuses"]), + ("BITFILELD", &["bitfield"]), + ("CONVERSACIONAL", &["conversational"]), + ("CALABER", &["caliber"]), + ("VATICAAN", &["vatican"]), + ("CASHIES", &["cashiers"]), + ("CONSTUCTS", &["constructs"]), + ("DEPCITS", &["depicts"]), + ("ALGOIRTHM", &["algorithm"]), + ("DREGEE", &["degree"]), + ("CAPABICITY", &["capability"]), + ("ARCHITECTURSE", &["architectures"]), + ("SUBSTANSER", &["substances"]), + ("PARTICANT", &["participant"]), + ("PARAVIRUTALIZE", &["paravirtualize"]), + ("DATATYTPE", &["datatype"]), + ("SYNATX", &["syntax"]), + ("TRANSSMISION", &["transmissions"]), + ("INTERCHANGABLE", &["interchangeable"]), + ("TRUSTWORTYNESS", &["trustworthiness"]), + ("HAORDING", &["hoarding"]), + ("AVAILABYL", &["available"]), + ("CUTSOMER", &["customer"]), + ("CHNGING", &["changing"]), + ("CORRESPONED", &["corresponded"]), + ("DECREAS", &["decrease"]), + ("ASSIOCIATION", &["association"]), + ("SIMIILAR", &["similar"]), + ("MASSACHUESTTS", &["massachusetts"]), + ("INITAILIZES", &["initializes"]), + ("DESCRBES", &["describes"]), + ("PROOCEDURES", &["procedures"]), + ("ASTRANOMICAL", &["astronomical"]), + ("ESITMATED", &["estimated"]), + ("ELIMINACION", &["elimination"]), + ("NAIBORS", &["neighbors"]), + ("NEUROLOGIA", &["neurological"]), + ("INTERELAVED", &["interleaved"]), + ("RETROSEPCT", &["retrospect"]), + ("BUTTINS", &["buttons"]), + ("UNDERTSANDS", &["understands"]), + ("ADVIZABLE", &["advisable"]), + ("SUPERVISERS", &["supervisors"]), + ("PRVODE", &["provide"]), + ("NAZIONALISTS", &["nationalists"]), + ("COLLABORE", &["collaborate"]), + ("AUTHENCICATED", &["authenticated"]), + ("POLITICIENS", &["politicians"]), + ("CHEESEFACE", &["cheesecake"]), + ("MASSACHUSITES", &["massachusetts"]), + ("GOTEE", &["goatee"]), + ("PRFERABLES", &["preferables", "preferable"]), + ("WEIGTH", &["weight"]), + ("DEPLOIMENT", &["deployment"]), + ("BLURED", &["blurred"]), + ("MAYALSIA", &["malaysia"]), + ("DISSABLING", &["disabling"]), + ("POLYNOMAL", &["polynomial"]), + ("SERANOMIAL", &["ceremonial"]), + ("AVERLOAD", &["overload"]), + ("KEYSENIAN", &["keynesian"]), + ("MECAHNICAL", &["mechanical"]), + ("PERCUSSSION", &["percussion"]), + ("CROPORATIONS", &["corporations"]), + ("BISINESS", &["business"]), + ("PENETRAION", &["penetration"]), + ("ALLOTED", &["allotted"]), + ("ASSUMUPTIONS", &["assumptions"]), + ("NECESSARILLY", &["necessarily"]), + ("OVERSIMPLYFICATION", &["oversimplification"]), + ("PARTITIONSS", &["partitions"]), + ("CONQOURING", &["conquering"]), + ("CHOICERS", &["choices"]), + ("TRADTIONALLY", &["traditionally"]), + ("MCROSCOPIES", &["microscopies"]), + ("RELFECTS", &["reflects"]), + ("UNORDERD", &["unordered"]), + ("WRITTE", &["write", "written"]), + ("TOURNMANETS", &["tournaments"]), + ("HARRANG", &["harangue"]), + ("OCTIVE", &["active", "octave"]), + ("CARTHAGIAN", &["carthaginian"]), + ("SUPERCEDED", &["superseded"]), + ("MULTIPLIE", &["multiply"]), + ("ANALOGUS", &["analogous"]), + ("COLUMBIDAE", &["columbia"]), + ("PERSEEDES", &["precedes"]), + ("WINCHESTOR", &["winchester"]), + ("SEPEARTE", &["separate"]), + ("PUBLICH", &["publish", "public"]), + ("BORDRELINES", &["borderlines"]), + ("SCRACHED", &["scratched"]), + ("RESULLTS", &["results"]), + ("ALPAHABETICAL", &["alphabetical"]), + ("INNOVAITON", &["innovations"]), + ("DISADVATANGES", &["disadvantages"]), + ("CATPURES", &["captures"]), + ("ASTRONAT", &["astronaut"]), + ("DEKSTOP", &["desktop"]), + ("ALEDGED", &["alleged"]), + ("IMPLEMENDS", &["implements"]), + ("CHATCH", &["catch"]), + ("UMBRELA", &["umbrella"]), + ("ESCALTED", &["escalated"]), + ("EXCUTABLES", &["executables"]), + ("COVNERTS", &["converts"]), + ("UNDECIDEABLE", &["undecidable"]), + ("EXPIDITION", &["expedition"]), + ("DISTRIBUIE", &["distribute"]), + ("PROPHESIE", &["prophecies"]), + ("UNITILIZING", &["uninitializing"]), + ("INDUSTRAIL", &["industrial"]), + ("CALCLUATED", &["calculated"]), + ("FIRMEARE", &["firmware"]), + ("WERIDOS", &["weirdos"]), + ("TREMPOLINE", &["trampoline"]), + ("OBISDIAN", &["obsidian"]), + ("TRANSTIVE", &["transitive"]), + ("FAILURS", &["failures"]), + ("SYTLER", &["styler"]), + ("FORNT", &["front"]), + ("UNSUAL", &["unusual"]), + ("RESPONDUS", &["responds"]), + ("INHERITHED", &["inherited"]), + ("MATCHS", &["matches"]), + ("PROCREATIN", &["procreation"]), + ("LINKINAG", &["linking"]), + ("DECALLOCATE", &["deallocate"]), + ("PROPABLY", &["probably"]), + ("METROPOLIN", &["metropolitan"]), + ("STABALIZED", &["stabilized"]), + ("PERPERTRATED", &["perpetrated"]), + ("COUNTRYIES", &["countryside"]), + ("ASTRONUAT", &["astronaut"]), + ("COMMEDIAN", &["comedian"]), + ("OSFFSETTING", &["offsetting"]), + ("CONTINGOUS", &["contiguous"]), + ("UNVULNERABLE", &["invulnerable"]), + ("SUBCRIBES", &["subscribes"]), + ("CONVENTO", &["convention"]), + ("CLESE", &["close"]), + ("SKETPICISM", &["skepticism"]), + ("CHALLEGER", &["challenger"]), + ("EXPERESSED", &["expressed"]), + ("ASSIME", &["assume"]), + ("REMAINES", &["remains", "remained"]), + ("SUCCESSEURS", &["successes"]), + ("INPENETRABLE", &["impenetrable"]), + ("IMPLIMENTED", &["implemented"]), + ("CORRRUPTED", &["corrupted"]), + ("PARRALELY", &["parallelly"]), + ("COMPULSING", &["compulsion"]), + ("DISSAPEARD", &["disappeared"]), + ("PURCHASEING", &["purchasing"]), + ("ATIFACTS", &["artifacts"]), + ("ANIMATON", &["animation"]), + ("DECRMENT", &["decrement"]), + ("ESTIMAGES", &["estimates"]), + ("DEREFERENC", &["dereference"]), + ("UNFORGIVIBLE", &["unforgivable"]), + ("SYMETRICAL", &["symmetrical"]), + ("UTLIZE", &["utilize"]), + ("DESRIBED", &["described"]), + ("CARTIESIAN", &["cartesian"]), + ("EXCHAGNE", &["exchange"]), + ("DEDUCTIE", &["deductible"]), + ("INVESTIGATIN", &["investigation"]), + ("REWIEVED", &["reviewed"]), + ("ASSYMMETRIC", &["asymmetric"]), + ("CONTAMINEN", &["containment"]), + ("HWILE", &["while"]), + ("COMATIBLE", &["compatible"]), + ("STATICISTS", &["statistics"]), + ("EXTREMEMELY", &["extremely"]), + ("REHTORIC", &["rhetoric"]), + ("ANOMOLIES", &["anomalies"]), + ("CONSTAINED", &["constrained", "contained"]), + ("ESPECIFICALLY", &["specifically", "especially"]), + ("PRESEDENCY", &["presidency"]), + ("CIRUCMFERENCE", &["circumference"]), + ("SUTDOWN", &["shutdown"]), + ("CONSTRURTORS", &["constructors"]), + ("FIDELTIY", &["fidelity"]), + ("SHENADIGANS", &["shenanigans"]), + ("TEMPRARARY", &["temporary"]), + ("COMNPLETION", &["completion"]), + ("INTERVIENED", &["interviewed"]), + ("CORINTHINS", &["corinthians"]), + ("VIRUTES", &["virtues"]), + ("SYNTAK", &["syntax"]), + ("INITMACY", &["intimacy"]), + ("DISTRUBUTOR", &["distributor"]), + ("INVOLTUES", &["involutes"]), + ("GARFILED", &["garfield"]), + ("REPROCUCE", &["reproduce", "reprocure"]), + ("EXPEIMENTATION", &["experimentation"]), + ("AHTLETICISM", &["athleticism"]), + ("DEPLY", &["deploy", "deeply"]), + ("WITHDRAWEL", &["withdrawal"]), + ("REPUBLICON", &["republican"]), + ("OVRIDES", &["overrides"]), + ("RESAPWN", &["respawn"]), + ("PLASE", &["place", "please", "phase", "plaice"]), + ("DEPROVATION", &["deprivation"]), + ("WHENCH", &["whence"]), + ("DISABILTY", &["disability"]), + ("AMERICANTS", &["americas"]), + ("SIMULTEANOUSLY", &["simultaneously"]), + ("CONNETATION", &["connotation"]), + ("MUCUOUS", &["mucous"]), + ("DEMOCRATICALY", &["democratically"]), + ("SCROIPTED", &["scripted"]), + ("FALLHROUGH", &["fallthrough"]), + ("RECOMMEDED", &["recommended"]), + ("AUTHENATICATION", &["authentication"]), + ("PROGRESSIVLY", &["progressively"]), + ("APPROXMATIONS", &["approximations"]), + ("PASSOWRDS", &["passwords"]), + ("ASSSEMBLY", &["assembly"]), + ("NAYTHING", &["anything"]), + ("ASSOAIATIONS", &["associations"]), + ("UNEXPECTETLY", &["unexpectedly"]), + ("AGRICULTEURS", &["agriculture"]), + ("CEASER", &["cesar"]), + ("CHANGGED", &["changed"]), + ("APPROVEL", &["approval"]), + ("ANNOUCES", &["announces"]), + ("MILLIONAIRRES", &["millionaire"]), + ("TECHER", &["teacher"]), + ("SUNDERLUND", &["sunderland"]), + ("SERIMONIAL", &["ceremonial"]), + ("DELGATIONS", &["delegations"]), + ("CORRESPOMDED", &["corresponded"]), + ("EXECUTIE", &["executive"]), + ("TABLUATED", &["tabulated"]), + ("INPOUTS", &["inputs"]), + ("HYPOTHESIES", &["hypothesis"]), + ("IMMATURATY", &["immaturity"]), + ("ALTERNATER", &["alternator"]), + ("SHYSTEMWINDOW", &["systemwindow"]), + ("EMMITTED", &["emitted"]), + ("VISIBL", &["visible"]), + ("PROTECTICE", &["protective"]), + ("LIMITIATION", &["limitation"]), + ("EXHIBICION", &["exhibition"]), + ("CONTEMPLARE", &["contemplate"]), + ("LENGH", &["length"]), + ("GEOMERTY", &["geometry"]), + ("RESSEMBLANCE", &["resemblance"]), + ("INTERRUPTTED", &["interrupted"]), + ("CAPABALITY", &["capability"]), + ("PROPROGATED", &["propagated"]), + ("OVELAPPING", &["overlapping"]), + ("RUNNIG", &["running"]), + ("INTEROPTABILITY", &["interoperability"]), + ("MEAING", &["meaning"]), + ("ANTEENAS", &["antennas"]), + ("PUPOSES", &["purposes"]), + ("STRENTH", &["strength"]), + ("OPREANDS", &["operands"]), + ("FALLBACL", &["fallback"]), + ("ASYCHRONIZE", &["asynchronize"]), + ("SUMMORIZED", &["summarized"]), + ("IRREVERISBLE", &["irreversible"]), + ("THERMOSTASTS", &["thermostats"]), + ("POSSBILY", &["possibly"]), + ("TRANSAITION", &["translation", "transition", "transaction"]), + ("QUIKC", &["quick"]), + ("ELITISTM", &["elitism"]), + ("VALTAGES", &["voltages"]), + ("VARTEX", &["vertex"]), + ("CORRESPOMDENCE", &["correspondence"]), + ("LIBERAS", &["liberals"]), + ("COORIDNATES", &["coordinates"]), + ("RECOGNISION", &["recognition"]), + ("FOLLWOWIONG", &["following"]), + ("DESENTRALIZED", &["decentralized"]), + ("PRESANCE", &["presence"]), + ("DIFFERIATOR", &["differentiator"]), + ("STUDNET", &["student"]), + ("NEGOTATIOR", &["negotiator"]), + ("DINOSAR", &["dinosaur"]), + ("SCREENHOT", &["screenshot"]), + ("COMPILEABLE", &["compilable"]), + ("SECURTY", &["security"]), + ("WINDOES", &["windows"]), + ("INDEFINITRELLY", &["indefinitely"]), + ("COMPLETLY", &["completely"]), + ("DEPENENDECIES", &["dependencies"]), + ("COMPOSISION", &["compositions"]), + ("IMPROOFEMENT", &["improvement"]), + ("CIRCUAL", &["circular"]), + ("VIOALTION", &["violation"]), + ("SUBFROMATS", &["subformats"]), + ("NEIGHBORHOUDS", &["neighborhoods"]), + ("PROBABY", &["probably"]), + ("CONSTRANT", &["constraint"]), + ("UNEDICATED", &["uneducated"]), + ("RISKAY", &["risky", "risqué"]), + ("MEASSURES", &["measures"]), + ("OTHERWSE", &["otherwise"]), + ("TRANSCIEVER", &["transceiver"]), + ("ELECTROBYTES", &["electrolytes"]), + ("EVAULUATES", &["evaluates"]), + ("EXCHAGNED", &["exchanged"]), + ("ACTUALIY", &["actuality"]), + ("AUTONONOUS", &["autonomous"]), + ("ANNOUCNERS", &["announcers"]), + ("TEMPRAAILY", &["temporarily"]), + ("FOMAT", &["format"]), + ("METHD", &["method"]), + ("TRAILLING", &["trailing", "trialling", "trilling"]), + ("UNBANNEND", &["unbanned"]), + ("APPROXIMATELLY", &["approximately"]), + ("CONTRADICORY", &["contradictory"]), + ("WAVELNES", &["wavelines"]), + ("REEDEMED", &["redeemed"]), + ("ADMINISTARTORS", &["administrators"]), + ("DOCUMENTAIRES", &["documentaries"]), + ("COMERANTS", &["cormorants"]), + ("BACKGOUNDS", &["backgrounds"]), + ("IMPLACE", &["inplace"]), + ("WYTHOUT", &["without"]), + ("DETREMENTAL", &["detrimental"]), + ("DISAMBIGOUATE", &["disambiguate"]), + ("OJECTION", &["objection"]), + ("SUCESSSFUL", &["successful"]), + ("SUDMOBULE", &["submodule"]), + ("EQUALLS", &["equals"]), + ("EMPLYEES", &["employees"]), + ("UNSTALLING", &["installing", "uninstalling"]), + ("EXTENSTIONS", &["extensions"]), + ("PARMS", &["params", "prams"]), + ("MAGASINE", &["magazine"]), + ("PUBLSHERS", &["publishers"]), + ("IMPROSINED", &["imprisoned"]), + ("ADMINSTRATOR", &["administrator"]), + ("THISY", &["this"]), + ("MEGANISM", &["mechanism"]), + ("ALGORGITHMICALLY", &["algorithmically"]), + ("PROVINENCE", &["providence"]), + ("EXTURDED", &["extruded"]), + ("CORRRECTED", &["corrected"]), + ("REPPORT", &["report"]), + ("MISCOMUNNICATION", &["miscommunication"]), + ("FILTERIG", &["filtering"]), + ("CIGARATTES", &["cigarettes"]), + ("GULLIBE", &["gullible"]), + ("COLEEG", &["colleague"]), + ("REMENISSED", &["reminisced"]), + ("PSACING", &["pacing", "spacing"]), + ("CRENDITALS", &["credentials"]), + ("REQUENCIES", &["frequencies"]), + ("CLEAUP", &["cleanup"]), + ("CONDITOINAL", &["conditional"]), + ("METAMOPHOSIS", &["metamorphosis"]), + ("REALL", &["real", "really", "recall"]), + ("DISCHARDED", &["discharged"]), + ("ACQUAINTENCE", &["acquaintance"]), + ("COMPATBILE", &["compatible"]), + ("ABERATION", &["aberration"]), + ("ONLU", &["only"]), + ("LEGALIZEING", &["legalizing"]), + ("TEMPORRARIES", &["temporaries"]), + ("EXPRIES", &["expires"]), + ("ASSIGHEE", &["assignee"]), + ("BEAKPOINTS", &["breakpoints"]), + ("PURSUDE", &["pursued"]), + ("MATHMATICIANS", &["mathematicians"]), + ("REGRESION", &["regression"]), + ("PHYSISIAN", &["physician"]), + ("AUTHORATATIVELY", &["authoritatively"]), + ("ASETIC", &["ascetic"]), + ("UNDOUBTEBLY", &["undoubtedly"]), + ("INTERFERRED", &["interfere", "interfered"]), + ("ISRAELITS", &["israelis"]), + ("BURO", &["bureau", "burro"]), + ("CUACASIAN", &["caucasian"]), + ("CONVENCION", &["convention"]), + ("TRANSICION", &["transition"]), + ("RETRIBUTIOON", &["retribution"]), + ("PROPERTYST", &["properties"]), + ("EXPERIMDNTAL", &["experimental"]), + ("CALCULATIOS", &["calculators"]), + ("GENERALIZAING", &["generalizing"]), + ("CREULTY", &["cruelty"]), + ("SASTIFIES", &["satisfies"]), + ("SACRIFICARE", &["sacrifice"]), + ("IPLEMENTATION", &["implementation"]), + ("COMPOSIBILITY", &["composability"]), + ("GREATED", &["greater", "grated", "graded"]), + ("EXPEXCTEDLY", &["expectedly"]), + ("EXPERIMANETAL", &["experimental"]), + ("PENETRADING", &["penetrating"]), + ("WOLRD", &["world"]), + ("INACTVIE", &["inactive"]), + ("UPAGRADING", &["upgrading"]), + ("PROGARAMMERS", &["programmers"]), + ("WIEGHTED", &["weighted", "weighed"]), + ("MATERIALISIMO", &["materialism"]), + ("PRESUMPTUIOUS", &["presumptuous"]), + ("LINGUISITC", &["linguistics"]), + ("YETERDAY", &["yesterday"]), + ("GENRALIZED", &["generalized"]), + ("RECEPCIONIST", &["receptionist"]), + ("ACHORED", &["anchored"]), + ("IGNORRE", &["ignore"]), + ("POISOND", &["poisoned"]), + ("SPECIFICTIONS", &["specifications"]), + ("CONTUR", &["contour"]), + ("HODLINGS", &["holdings"]), + ("TORUNEYS", &["tourneys"]), + ("INFORATION", &["information"]), + ("CORRESPOMDS", &["corresponds"]), + ("ATTRIBUETS", &["attributes"]), + ("LEPRACHAN", &["leprechaun"]), + ("FAUTURES", &["features"]), + ("OGERISH", &["ogreish"]), + ("RECUSTION", &["recursion"]), + ("INCLIUDING", &["including"]), + ("ASSISANTS", &["assistants"]), + ("DEDUCTIBE", &["deductible"]), + ("CHIPEST", &["chipset"]), + ("PSYCHOTISCH", &["psychotic"]), + ("INITIALIZATIONG", &["initialization"]), + ("FERMENTATING", &["fermentation"]), + ("ACORDINNG", &["according"]), + ("WATHCMEN", &["watchmen"]), + ("TRIPTICK", &["triptych"]), + ("CORRELLATION", &["correlation"]), + ("OPINOINS", &["opinions"]), + ("AMONT", &["among", "amount"]), + ("AETHISTIC", &["atheistic"]), + ("AFFILIATO", &["affiliation"]), + ("ASSUMMES", &["assumes"]), + ("CONTIGOUOUS", &["contiguous"]), + ("PARADYM", &["paradigm"]), + ("FRIEDNZONE", &["friendzoned"]), + ("VICTORIEUSE", &["victories"]), + ("CONFUCTION", &["conjunction"]), + ("IMMATUREITY", &["immaturity"]), + ("INTIALE", &["initial"]), + ("CONCIOUS", &["conscious"]), + ("BACKGROUUND", &["background"]), + ("CONLCUDE", &["conclude"]), + ("SCRPTS", &["scripts"]), + ("ITSLEV", &["itself"]), + ("TRINEKTS", &["trinkets"]), + ("CELLEBRATE", &["celebrate"]), + ("MISUNDERSTANDIGS", &["misunderstandings"]), + ("JAVSCRIPT", &["javascript"]), + ("TRABAJAO", &["trabajo"]), + ("EXHUSTIVENESS", &["exhaustiveness"]), + ("EXTOICS", &["exotics"]), + ("MINISUCLE", &["miniscule"]), + ("COMMONWEATH", &["commonwealth"]), + ("STATISITCALLY", &["statistically"]), + ("INTERVEIWS", &["interviews"]), + ("PERFERENCE", &["preference"]), + ("MODFITIER", &["modifier"]), + ("PACKKAGED", &["packaged"]), + ("COALLESCED", &["coalesced"]), + ("DECLARAIONS", &["declarations"]), + ("CALLACK", &["callback"]), + ("PHOEN", &["phone"]), + ("UNFAMILLIAR", &["unfamiliar"]), + ("TRYIED", &["tried"]), + ("STARTEGIC", &["strategic"]), + ("PREFEREBLE", &["preferable"]), + ("OVERZELUS", &["overzealous"]), + ("CHRISITANS", &["christians"]), + ("EXPOENTIALLY", &["exponentially"]), + ("ARCHIECTURES", &["architectures"]), + ("SIMGLE", &["single"]), + ("EXPERIMETAL", &["experimental"]), + ("ACTIVIES", &["activities"]), + ("OPON", &["upon"]), + ("SPORIOUS", &["spurious"]), + ("VOLENTEERED", &["volunteered"]), + ("ARRIVEIS", &["arrives"]), + ("FOOTPRINST", &["footprints"]), + ("DISTORSION", &["distortion"]), + ("ARRANEMENTS", &["arrangements"]), + ("PROFIE", &["profile"]), + ("CATCHIP", &["catchup"]), + ("CONPONENTS", &["components"]), + ("SUPOSE", &["suppose"]), + ("POPOUP", &["popup"]), + ("LIVEPROOL", &["liverpool"]), + ("SUBJECTIEF", &["subjective"]), + ("TOURISIM", &["tourism"]), + ("DEATTACHES", &["detaches"]), + ("CORRESPDONING", &["corresponding"]), + ("HAPENN", &["happen"]), + ("MANAUALLY", &["manually"]), + ("TRANSPARCENCY", &["transparency"]), + ("WORS", &["wars", "was", "works", "worse", "worst"]), + ("WORKROUND", &["workaround"]), + ("CLOACKS", &["cloaks"]), + ("RASPBERRRY", &["raspberry"]), + ("DIFFICULLTY", &["difficulty"]), + ("INSTALLAION", &["installation"]), + ("ADVISORIY", &["advisory", "advisories"]), + ("AUTOMODERADOR", &["automoderator"]), + ("MISCHIEVEOUS", &["mischievous"]), + ("INSULTES", &["insults"]), + ("DESTUCTOR", &["destructor"]), + ("TRUCATED", &["truncated"]), + ("STREGTH", &["strength"]), + ("THERBY", &["thereby"]), + ("PROOVING", &["proving"]), + ("SEZUIRES", &["seizures"]), + ("INSPIRACION", &["inspiration"]), + ("POJRECT", &["project"]), + ("SYMBOLISCH", &["symbolic"]), + ("ODRER", &["order"]), + ("COMPLEXT", &["complex", "complexity"]), + ("PRIORTIES", &["priorities"]), + ("PUSUSADING", &["persuading"]), + ("DEACTIVING", &["deactivating"]), + ("OPPORUNITIES", &["opportunities"]), + ("UBIQUITOS", &["ubiquitous"]), + ("PROLOGE", &["prologue"]), + ("FURSTRATED", &["frustrated"]), + ("IMBRASED", &["embraced"]), + ("CULLLER", &["culler"]), + ("APOLIGIZE", &["apologize"]), + ("SLOOTHING", &["sleuthing"]), + ("IRRATIONATLY", &["irrationally"]), + ("INEXEPRIENCED", &["inexperience"]), + ("TENDACY", &["tendency"]), + ("INIITIALIZING", &["initializing"]), + ("RETAILES", &["retailers"]), + ("GRAMMERS", &["grammars"]), + ("AGRENTINA", &["argentina"]), + ("SAWTAYED", &["sautéd"]), + ("MECAHINSM", &["mechanism"]), + ("RESOIURCES", &["resources"]), + ("ENABEL", &["enable"]), + ("DIDI", &["did"]), + ("PRODUDE", &["produce"]), + ("UNINTUITVE", &["unintuitive"]), + ("RETALIERS", &["retailers"]), + ("INTIATIVES", &["initiatives"]), + ("ILLESS", &["illness"]), + ("ORGANZIATION", &["organization"]), + ("ORGANSIING", &["organising"]), + ("CONTNIUED", &["continued"]), + ("PARTICURALY", &["particularly"]), + ("WITHOUYT", &["without"]), + ("HANLDING", &["handling"]), + ("ENTIT", &["entity"]), + ("ASSEMALATE", &["assimilate"]), + ("CONTINETAL", &["continental"]), + ("GENETICLLY", &["genetically"]), + ("INTELEAVED", &["interleaved"]), + ("STRUC", &["struct"]), + ("SIMULATNEOUSLY", &["simultaneously"]), + ("DISTRBUTION", &["distribution"]), + ("EMBEZELLED", &["embezzled"]), + ("VISUALSATIONS", &["visualisations"]), + ("STATIONAIRY", &["stationary"]), + ("MATRIAL", &["martial", "material"]), + ("LEPOARD", &["leopard"]), + ("IMCOMPLETE", &["incomplete"]), + ("ARBITOR", &["arbiter", "arbitrator"]), + ("ADEVNTURER", &["adventurer"]), + ("MOTOROLJA", &["motorola"]), + ("ENDANGED", &["endangered"]), + ("MANTAINABLE", &["maintainable"]), + ("CIGARRETS", &["cigarets"]), + ("DISPOSSES", &["disposes", "dispossess"]), + ("RESOUTION", &["resolution"]), + ("ACCCORDED", &["accorded"]), + ("FLASHIG", &["flashing"]), + ("MERCHANDICE", &["merchandise"]), + ("ARCHOVE", &["archive"]), + ("COMPARASIONS", &["comparisons"]), + ("PARAFANALIA", &["paraphernalia"]), + ("SKETCKES", &["skates", "sketches"]), + ("NEIGHBOURHOOODS", &["neighbourhoods"]), + ("ABSOULUTELY", &["absolutely"]), + ("NOVISHEATE", &["novitiate"]), + ("INCURRUPTIBLE", &["incorruptible"]), + ("EXCPETIONS", &["exceptions"]), + ("MICROSCOOP", &["microscope"]), + ("EXTERNELS", &["externals"]), + ("HEAVNELY", &["heavenly"]), + ("SPEFICITEIRS", &["specifiers"]), + ("AUTOMOTICE", &["automotive"]), + ("PSYCHIATIC", &["psychiatric"]), + ("WARNINGSS", &["warnings"]), + ("TRANSFROMS", &["transforms"]), + ("ALTERNATR", &["alternator"]), + ("SILIMIAR", &["similar"]), + ("DOWNSIDERS", &["downsides"]), + ("INSPRIATIONAL", &["inspirational"]), + ("FUNTIONALTY", &["functionality"]), + ("EXPERIEMNTS", &["experiments"]), + ("BUTTERFRIES", &["butterflies"]), + ("DECORDER", &["decoder"]), + ("TYRANNIA", &["tyrannical"]), + ("NEIGHBOURHOORS", &["neighbours"]), + ("COMPLECTION", &["completion"]), + ("DESTIANTIONS", &["destinations"]), + ("NEGLIBLE", &["negligible"]), + ("SUPERMARKTS", &["supermarkets"]), + ("ICREASING", &["increasing"]), + ("BENIFICAL", &["beneficial"]), + ("MAXIMIMUM", &["maximum"]), + ("TIGHLY", &["tightly"]), + ("STERIEL", &["sterile"]), + ("ENCASPULATING", &["encapsulating"]), + ("INQUIZITION", &["inquisition"]), + ("INTILLECTUALLY", &["intellectually"]), + ("UPDATEDED", &["updated"]), + ("PRIVODED", &["provided"]), + ("STRAIGTHFORWARD", &["straightforward"]), + ("ESSENTUALS", &["essentials"]), + ("CONFEDENTIAL", &["confidential"]), + ("INTERIT", &["inherit"]), + ("CATAYLST", &["catalyst"]), + ("IDENTIFIACTION", &["identification"]), + ("DEFINTIAN", &["definition"]), + ("MDOELED", &["modeled"]), + ("DISSAPEARS", &["disappears"]), + ("FOREMENTIONNED", &["aforementioned"]), + ("PEPPERIN", &["pepperoni"]), + ("FATIG", &["fatigue"]), + ("CAPSULERS", &["capsules"]), + ("CICULAR", &["circular"]), + ("PERSECUCION", &["persecution"]), + ("CIRCLUARS", &["circulars"]), + ("NOTIGICATION", &["notification"]), + ("DESRIPTION", &["description"]), + ("POPULTAION", &["populations"]), + ("VISUALY", &["visually"]), + ("MODIFIATION", &["modification"]), + ("CONSTINUALLY", &["continually"]), + ("UNSUCCCESSFUL", &["unsuccessful"]), + ("ENCONDED", &["encoded"]), + ("ACCELLERATOR", &["accelerator"]), + ("DECOSINGS", &["decodings"]), + ("SAPHIRE", &["sapphire"]), + ("OWERNSHIP", &["ownership"]), + ("OUTSKIRTERS", &["outskirts"]), + ("BEETWEEN", &["between"]), + ("ACKNOWLEGED", &["acknowledge", "acknowledged"]), + ("DUPLICAS", &["duplicates"]), + ("CORRETLY", &["correctly"]), + ("ELIMINSTER", &["eliminates"]), + ("CONSEAT", &["conceit"]), + ("SYTHETICS", &["synthetics"]), + ("GENEATES", &["generates"]), + ("ANNOATION", &["annotation"]), + ("DJIKSTRA", &["dijkstra"]), + ("UNINTENTED", &["unintended", "unindented"]), + ("PREMATURELLY", &["prematurely"]), + ("SPEFIXIFERS", &["specifiers"]), + ("RECEIED", &["received"]), + ("TRAINIG", &["training"]), + ("PATRIOTTISM", &["patriotism"]), + ("AUTOSENCE", &["autosense"]), + ("ACHEIVEMENT", &["achievement"]), + ("VARIABE", &["variable"]), + ("ALOGIRTHM", &["algorithm"]), + ("CAPTAINERS", &["captains"]), + ("DAULITY", &["duality"]), + ("NECKBEARDEST", &["neckbeards"]), + ("INTRESST", &["interest"]), + ("REVERCE", &["reverse"]), + ("REVEIW", &["review"]), + ("VULERABUILITIES", &["vulnerabilities"]), + ("SOURCDE", &["sourced", "source"]), + ("ROIGIN", &["origin"]), + ("INITITALISE", &["initialise"]), + ("MISINTERPRATING", &["misinterpreting"]), + ("ALGORTHNS", &["algorithms"]), + ("COUULD", &["could"]), + ("COROSBONDING", &["corresponding"]), + ("SPECIFCALLY", &["specifically"]), + ("SRRIACHA", &["sriracha"]), + ("EQUIVILENTS", &["equivalents"]), + ("PRESSIUOSLY", &["preciously"]), + ("AFIRCANS", &["africans"]), + ("CONTRADICS", &["contradicts"]), + ("SURVIVERS", &["survivors"]), + ("COULORED", &["colored"]), + ("PROTINES", &["proteins"]), + ("IMMATURETY", &["immaturity"]), + ("FULLFILING", &["fulfilling"]), + ("CONJUCNTION", &["conjunction"]), + ("PERSAUDE", &["persuade"]), + ("COMPLETELYS", &["completes"]), + ("METROPLOIS", &["metropolis"]), + ("REFROMS", &["reforms"]), + ("PHSYICAL", &["physical"]), + ("SIMLAR", &["similar"]), + ("THEROIST", &["theorist"]), + ("ANTIQUAITED", &["antiquated"]), + ("SOUTHERTON", &["southern"]), + ("TRADITIONA", &["traditional"]), + ("AICRAFT", &["aircraft"]), + ("ACCURARY", &["accuracy", "actuary"]), + ("TRANSFERED", &["transferred"]), + ("ARRENGEMENTS", &["arrangements"]), + ("CUSTONISER", &["customiser"]), + ("CARTLADGE", &["cartilage"]), + ("DEEMPHESIZED", &["deemphasized"]), + ("CANONCICAL", &["canonical"]), + ("ACADEMICALY", &["academically"]), + ("INFREQEUNTCY", &["infrequency"]), + ("MOINT", &["mount"]), + ("SUBSEQUENTELY", &["subsequently"]), + ("DETRUCTED", &["destructed"]), + ("IMPLAMENTING", &["implementing"]), + ("PERSUE", &["pursue"]), + ("EXECTUABLE", &["executable"]), + ("UNINITALIZES", &["uninitializes"]), + ("STRNAD", &["strand"]), + ("BACKETS", &["baskets", "brackets", "buckets"]), + ("UNCHANED", &["unchanged"]), + ("RENEGOTIOTORS", &["renegotiators"]), + ("GENRATION", &["generation"]), + ("RESPONC", &["response", "respond"]), + ("FREQUENY", &["frequency", "frequently", "frequent"]), + ("DEFYNING", &["defining"]), + ("MINISCLUE", &["miniscule"]), + ("ARCHTITECTURES", &["architectures"]), + ("CONFIDANTALS", &["confidentials"]), + ("NIMATIONS", &["animations"]), + ("ENHANCHEMENTS", &["enhancements"]), + ("ENDLESSY", &["endlessly"]), + ("TATGERTED", &["targeted"]), + ("FRUSTATION", &["frustration"]), + ("SHOUDLD", &["should"]), + ("FINGERTOPS", &["fingertips"]), + ("COLAPSED", &["collapsed"]), + ("DEVESTATING", &["devastating"]), + ("COMPONENETE", &["component", "components"]), + ("GOILATH", &["goliath"]), + ("REPRENT", &["repent", "represent", "reprint"]), + ("GRAFICS", &["graphics"]), + ("RETROBUTION", &["retribution"]), + ("DELIMETER", &["delimiter"]), + ("EMCAS", &["emacs"]), + ("AGRGRESSIVELY", &["aggressively"]), + ("STRECH", &["stretch"]), + ("OBVISOUS", &["obvious"]), + ( + "TRALING", + &[ + "trailing", + "trialing", + "tracing", + "trading", + "traveling", + "trawling", + ], + ), + ("NEEDE", &["needed", "need"]), + ("SERIALZIATION", &["serialization"]), + ("COORDANATE", &["coordinate"]), + ("EXECUDE", &["execute"]), + ("FILESYTSEM", &["filesystem"]), + ("ALRIGHTTY", &["alrighty"]), + ("INSUFFUCIENT", &["insufficient"]), + ("SPECATOTORS", &["spectators"]), + ("COMPONEMTS", &["components"]), + ("BUROS", &["bureaus", "burros"]), + ("AUTHENIFICATION", &["authentication"]), + ("OYU", &["you"]), + ("FINANLIZE", &["finalize"]), + ("CATAPILLARS", &["caterpillars"]), + ("OUTSELVES", &["ourselves"]), + ("ORIGIONALLY", &["originally"]), + ("INERSHIAL", &["inertial"]), + ("ALGOTIGHM", &["algorithm"]), + ("SUPEROUMAN", &["superhuman"]), + ("ALORITHM", &["algorithm"]), + ("SAPCEBAR", &["spacebar"]), + ("CATASTHROPE", &["catastrophe"]), + ("UNCONSICOUS", &["unconscious"]), + ("ROLLORCOASTER", &["rollercoaster"]), + ("CONPONENT", &["component"]), + ("ALTERNITIVENESS", &["alternativeness"]), + ("REASEARCHER", &["researcher"]), + ("SILHOUETED", &["silhouetted"]), + ("AMERLIORATING", &["ameliorating"]), + ("OVERAL", &["overall"]), + ("WEDNESDSY", &["wednesdays"]), + ("STARTES", &["starts"]), + ("DIRETORY", &["directory"]), + ("CONNSTRAINT", &["constraint"]), + ("CLASSIFICIATION", &["classification"]), + ("RELACE", &["replace"]), + ("EXAUSTING", &["exhausting"]), + ("GENEREATED", &["generated"]), + ("CONSPIRACIZE", &["conspiracies"]), + ("EXPASION", &["expansion"]), + ("REUSSING", &["reusing"]), + ("DOWNVOTEROS", &["downvoters"]), + ("REFERESH", &["refresh"]), + ("ZOMBE", &["zombie"]), + ("DIAMATERS", &["diameters"]), + ("MOUNTH", &["month", "mouth"]), + ("KONSTELLATION", &["constellation"]), + ("NEGATIOTIABLE", &["negotiable"]), + ("ACCOMPLISHEMNTS", &["accomplishments"]), + ("SPETSIFIC", &["specific"]), + ("SPEFICES", &["specifies"]), + ("DERFINE", &["define"]), + ("FINANTIALLY", &["financially"]), + ("REGUALLY", &["regularly"]), + ("POITER", &["pointer"]), + ("IREELEVANT", &["irrelevant"]), + ("PETTERNS", &["patterns"]), + ("FILLOWING", &["following"]), + ("NECKBEARDIUS", &["neckbeards"]), + ("NORMALES", &["normals"]), + ("PREDECLARNIG", &["predeclaring"]), + ("BRUGUNDY", &["burgundy"]), + ("POSIITIVE", &["positive"]), + ("BALLISTC", &["ballistic"]), + ("INTORVERTS", &["introverts"]), + ("SPECTIFICATION", &["specification"]), + ("SUPSECTS", &["suspects"]), + ("PROCOESSING", &["processing"]), + ("INTERAXCTION", &["interaction"]), + ("ASSICATIONS", &["associations"]), + ("CRETERIA", &["criteria"]), + ("ARGMUMENT", &["argument"]), + ("ECSTASTY", &["ecstasy"]), + ("OPPOTUNITIES", &["opportunities"]), + ("PERSEWING", &["pursuing"]), + ("REGSITERED", &["registered"]), + ("MANIFESTANTI", &["manifestation"]), + ("HISTROICALY", &["historically"]), + ("UNIVERSELLA", &["universally"]), + ("PROGAPATIONS", &["propagations"]), + ("CONSECTUIVE", &["consecutive"]), + ("RAEDING", &["reading"]), + ("POSSESES", &["possesses"]), + ("MICORWAVES", &["microwaves"]), + ("PATRONOZING", &["patronizing"]), + ("AUTOCONPLETING", &["autocompleting"]), + ("MISSPEELING", &["misspelling"]), + ("PALYBACK", &["playback"]), + ("SUBDIRECTY", &["subdirectory"]), + ("MONOCHOME", &["monochrome"]), + ("CIENTS", &["clients"]), + ("CLEANESS", &["cleanness"]), + ("CONSISTENTCY", &["consistently"]), + ("POWERHSELL", &["powershell"]), + ("SPACIFICS", &["specifics"]), + ("DEFINITLLY", &["definitely"]), + ("CONSIDES", &["coincides", "considers"]), + ("CONEECTING", &["connecting"]), + ("INPROVING", &["improving"]), + ("VULNURABILITIES", &["vulnerabilities"]), + ("COPRIGHTS", &["copyrights"]), + ("BREKPOINTS", &["breakpoints"]), + ("DIPHTONGS", &["diphthongs"]), + ("UNANYMOUSLY", &["unanimously"]), + ("BUUILDS", &["builds"]), + ("CAHNNEL", &["channel"]), + ("CONDOMES", &["condoms"]), + ("RECCONETED", &["reconnected"]), + ("INTEFERRING", &["interfering"]), + ("HUNGRAY", &["hungary"]), + ("FASHISM", &["fascism"]), + ("WIKPEDIA", &["wikipedia"]), + ("EXCEPION", &["exception"]), + ("LINARLY", &["linearly"]), + ("RECONEECTIONS", &["reconnections"]), + ("NREFERENCED", &["unreferenced"]), + ("ENDOINT", &["endpoint"]), + ("ITTERATORS", &["iterators"]), + ("EXPEPECTS", &["expects"]), + ("CONTRIBUES", &["contributes"]), + ("BIOLOGISET", &["biologist"]), + ("AFFILATION", &["affiliation"]), + ("PSUEUDO", &["pseudo"]), + ("OMMISIENCES", &["omnisciences"]), + ("PEROGRATIVE", &["prerogative"]), + ("SUBJECTIVLEY", &["subjectively"]), + ("OUTNUMBERD", &["outnumbered"]), + ("TIMESERIE", &["timeseries"]), + ("INDCIATE", &["indicate"]), + ("IMPLENTS", &["implements"]), + ("UNXEPECTEDLY", &["unexpectedly"]), + ("CRITISM", &["criticism"]), + ("GESS", &["guess"]), + ("PASTERIES", &["pastries"]), + ("EXAGERRATED", &["exaggerated"]), + ("DEGREEE", &["degree"]), + ("INSTUCTS", &["instructs"]), + ("SYSTE", &["system"]), + ("RESTIRCTED", &["restricted"]), + ("CREEATE", &["create"]), + ("PRESREVED", &["preserved"]), + ("INLUDUNG", &["including"]), + ("ENDORCED", &["endorsed"]), + ("BRANCED", &["branched"]), + ("UNSELCTING", &["unselecting"]), + ("CASAULTIES", &["casualties"]), + ("INTENDEND", &["intended"]), + ("PARALLIZED", &["parallelized"]), + ("MOUSTURIZING", &["moisturizing"]), + ("MEBRANS", &["membranes"]), + ("CERTAN", &["certain"]), + ("SAFEPOOINTS", &["safepoints"]), + ("REPACED", &["replaced"]), + ("SUCCEEDES", &["succeeds"]), + ("CHARACTERSTIC", &["characteristic"]), + ("UPADTES", &["updates"]), + ("RECONETED", &["reconnected"]), + ("CHIZELLES", &["chisels"]), + ("EVALUATATES", &["evaluates"]), + ("PRONOUNCHED", &["pronounced"]), + ("SPECIFIYNG", &["specifying"]), + ("CORECCTLY", &["correctly"]), + ("SPECIALISAITON", &["specialisation"]), + ("COROSION", &["corrosion"]), + ("MATHCHING", &["matching"]), + ("CURCULAR", &["circular"]), + ("DEFINEND", &["defined"]), + ("SECEED", &["succeed", "secede"]), + ("EVANGERS", &["avengers"]), + ("EATTING", &["eating"]), + ("ANALOGUOUS", &["analogous"]), + ("RETAILATION", &["retaliation"]), + ("GALCIER", &["glacier"]), + ("MATHEMAGICALLY", &["mathematically"]), + ("ADEALIDE", &["adelaide"]), + ("BOREDOOM", &["boredom"]), + ("ACCODING", &["according"]), + ("ARBRITARILY", &["arbitrarily"]), + ("KEYWOARDS", &["keywords"]), + ("HABE", &["have", "babe"]), + ("ALOCATIONS", &["allocations"]), + ("POPUPLATE", &["populate"]), + ("PLOYGON", &["polygon"]), + ("METROPOLIANS", &["metropolis"]), + ("EXSISTENT", &["existent"]), + ("IDENTTIES", &["identities"]), + ("SELECGTED", &["selected"]), + ("COMMISSIONEES", &["commissions"]), + ("WINN", &["win"]), + ("BOUDRY", &["boundary"]), + ("EPRESSION", &["expression"]), + ("CAROLINIA", &["carolina"]), + ("EXECUCTORS", &["executors"]), + ("CREATRE", &["create"]), + ("DECREMEANTAL", &["decremental"]), + ("MODERACION", &["moderation"]), + ("RAPRESENT", &["represent"]), + ("HRADWARE", &["hardware"]), + ("REEASERS", &["releasers"]), + ("SIMPTUMATICLY", &["symptomatically"]), + ("SENSITIVITIY", &["sensitivity"]), + ("ILLITARATE", &["illiterate"]), + ("GRACEFULLLY", &["gracefully"]), + ("INITLIASE", &["initialise"]), + ("DINASOUR", &["dinosaur"]), + ("ECXITE", &["excite"]), + ("FRUSTRANTES", &["frustrates"]), + ("OPPORUTNITY", &["opportunity"]), + ("REQUITIES", &["requisites"]), + ("ESCALATIN", &["escalation"]), + ("SERIALIAZATION", &["serialization"]), + ("PARTIRIONING", &["partitioning"]), + ("RELIABILY", &["reliability", "reliably"]), + ("SIMILART", &["similarity"]), + ("EXPERIMTENERS", &["experimenters"]), + ("CONVIGURATION", &["configuration"]), + ("COMPONOENT", &["component"]), + ("SCCOPE", &["scope"]), + ("KEYBOAD", &["keyboard"]), + ("NECEASSARY", &["necessary"]), + ("UNRWITTEN", &["unwritten"]), + ("SNAPSHOP", &["snapshot"]), + ("GATWAY", &["gateway"]), + ("DETERMINTE", &["determine", "determined"]), + ("CONFIRMAS", &["confirms"]), + ("GUANTANAMERO", &["guantanamo"]), + ("SWTICHOVER", &["switchover"]), + ("DEPDENENCY", &["dependency"]), + ("FUNXTIONALITIES", &["functionalities"]), + ("DRIBBELED", &["dribbled"]), + ("ROBBERYS", &["robbers"]), + ("PAINITING", &["painting"]), + ("LEGITAMACY", &["legitimacy"]), + ("ALOTTED", &["allotted"]), + ("INFREQEUNCY", &["infrequency"]), + ("BELIV", &["believe", "belief"]), + ("EXPESES", &["expenses"]), + ("PERFERM", &["perform"]), + ("QUIRKYNESS", &["quirkiness"]), + ("LEGALIZATON", &["legalization"]), + ("UNSUSTIANABLE", &["unsustainable"]), + ("FORMATIN", &["formation"]), + ("REPLUSIVE", &["repulsive"]), + ("DESOGNS", &["designs"]), + ("METABILISM", &["metabolism"]), + ("ORANGATANGS", &["orangutangs"]), + ("ACQUISION", &["acquisition"]), + ("FININGS", &["findings"]), + ("SUCESSESS", &["success"]), + ("REMIFICATIONS", &["ramifications"]), + ("MAGNIFIENT", &["magnificent"]), + ("TYPPE", &["type"]), + ("SUPERVIOSR", &["supervisors"]), + ("EARPLUS", &["earplugs"]), + ("ACCREDITTED", &["accredited"]), + ("STEREOTPYING", &["stereotyping"]), + ("SOVEREIGNETY", &["sovereignty"]), + ("DOSCLOSURES", &["disclosures"]), + ("DEFINETLEY", &["definitely"]), + ("APPRPRIATE", &["appropriate"]), + ("COMLPETER", &["completer"]), + ("TRUMENDOUSLY", &["tremendously"]), + ("ATTATCHES", &["attaches"]), + ("COMPARIOSN", &["comparisons"]), + ("GENTLEMANNE", &["gentlemen"]), + ("CRAETED", &["created", "crated"]), + ("KEYENSIAN", &["keynesian"]), + ("BELIGAN", &["belgian"]), + ("INDENTIFICATION", &["identification"]), + ("COUTNERPARTS", &["counterparts"]), + ("OBERVANT", &["observant"]), + ("PHOTOGRPAHS", &["photographs"]), + ("GERNERATING", &["generating"]), + ("TRACSODE", &["transcode"]), + ("CAPIBILITIES", &["capabilities"]), + ("CLEARIFICATION", &["clarification"]), + ("SUSPICIUOS", &["suspicions"]), + ("SKIRMICHES", &["skirmish"]), + ("INTERNATIOANL", &["international"]), + ("AVAILEABLE", &["available"]), + ("RENEGOTIONATED", &["renegotiated"]), + ("MESKEETO", &["mosquito"]), + ("INSTSALLATIONS", &["installations"]), + ("MICORCENTER", &["microcenter"]), + ("ASSUALT", &["assault"]), + ("ASSFALTING", &["asphalting"]), + ("NEGOTAITING", &["negotiating"]), + ("SCEINTIST", &["scientist"]), + ("LIBREOFICEKIT", &["libreofficekit"]), + ("ENHABCED", &["enhanced"]), + ("ADQUIRE", &["acquire"]), + ("DEMSOND", &["desmond"]), + ("TECNICAL", &["technical"]), + ("REMENISSING", &["reminiscing"]), + ("NUMBE", &["number", "numb"]), + ("AIRBOURNE", &["airborne"]), + ("ALGORRITMICALLY", &["algorithmically"]), + ("INDEPDENT", &["independent"]), + ("TRIVIAS", &["trivia"]), + ("NEIGHROURHOOD", &["neighbourhood"]), + ("PROPULTION", &["propulsion"]), + ("SPARSLY", &["sparsely"]), + ("RESPONSABILITY", &["responsibility"]), + ("LEGENDERIES", &["legendaries"]), + ("PRODICTION", &["production"]), + ("APPRICATED", &["appreciated"]), + ("HODLING", &["holding"]), + ("ADDDITIONAL", &["additional"]), + ("ENGINEED", &["engineered"]), + ("RAMIFICAITONS", &["ramifications"]), + ("SINNAGOG", &["synagog"]), + ("DOWNSTIARS", &["downstairs"]), + ("ABSESTOS", &["asbestos"]), + ("AMBASSABOR", &["ambassador"]), + ("EXPERSES", &["expenses", "expresses"]), + ("FROMERLY", &["formerly"]), + ("COULUMNS", &["columns", "coulombs"]), + ("TRANSFOMATIONAL", &["transformational"]), + ("MECHNANISM", &["mechanism"]), + ("CIVILIZAITON", &["civilization"]), + ("WEPON", &["weapon"]), + ("CONVERESLY", &["conversely"]), + ("MULTIPLING", &["multiplying"]), + ("CREAENTIALS", &["credentials"]), + ("BUSINESMEN", &["businessmen"]), + ("CONSIDERASTE", &["considerate"]), + ("BUGLARIA", &["bulgaria"]), + ("DISUCSS", &["discuss"]), + ("COMFIRMED", &["confirmed"]), + ("SEKECT", &["select"]), + ("ATTACKERATS", &["attackers"]), + ("COALACENCE", &["coalescence"]), + ("INVERTEDD", &["inverted"]), + ("COMPTABILITY", &["compatibility", "computability"]), + ("SIMULAITONS", &["simulations"]), + ("SUBSTANSEN", &["substances"]), + ("ANNIHILATRON", &["annihilation"]), + ("SERIALIALIZATION", &["serialization"]), + ("PRICIPLE", &["principle"]), + ("RESTURCTURES", &["restructures"]), + ("INTERPRETATIN", &["interpretations"]), + ("FASICST", &["fascist"]), + ("PROGAMMER", &["programmer"]), + ("CORREOGRAPH", &["choreograph"]), + ("TRADITITION", &["tradition"]), + ("RESTORS", &["restores"]), + ("REFERENENCED", &["referenced"]), + ("DESCION", &["decision"]), + ("RECONECCTION", &["reconnection"]), + ("REMNANS", &["remnants"]), + ("OUTPERFOMR", &["outperform"]), + ("SLIGHLTY", &["slightly"]), + ("WHETEHER", &["whether"]), + ("SUBRESOURE", &["subresource"]), + ("PERMISSIABLE", &["permissible"]), + ("CHATOIC", &["chaotic"]), + ("ADAPED", &["adapted", "adapt", "adopted", "adopt"]), + ("REFROMIST", &["reformist"]), + ("PASCHURISATION", &["pasteurisation"]), + ("ACTIVLEY", &["actively"]), + ("ANITQUATED", &["antiquated"]), + ("VESSELLS", &["vessels"]), + ("COMMEMERATIVE", &["commemorative"]), + ("DEPRESSIE", &["depressive"]), + ("DOWNLAD", &["download"]), + ("AFTERWORDS", &["afterwards"]), + ("REUEST", &["request"]), + ("DECION", &["decision"]), + ("TRUSTWORHY", &["trustworthy"]), + ("UDATING", &["updating", "dating"]), + ("RELOCAES", &["relocates"]), + ("SEELECTED", &["selected"]), + ("PORCELAN", &["porcelain"]), + ("INAPROPRIATE", &["inappropriate"]), + ("APPRETEATE", &["appreciate"]), + ("CONTTROLLER", &["controller"]), + ("PROPROGATE", &["propagate"]), + ("REBUPLICANS", &["republicans"]), + ("SAMPLEING", &["sampling"]), + ("ENTIRED", &["entered", "entire"]), + ("PROCEDING", &["proceeding", "preceding"]), + ("DIFFICULTS", &["difficulties", "difficult"]), + ("ULTERIOARA", &["ulterior"]), + ("UTLIMATUM", &["ultimatum"]), + ("NEIGHBOUS", &["neighbours"]), + ("PREADTOR", &["predator"]), + ("INRERACTIVE", &["interactive"]), + ("FRUSTRATIN", &["frustration"]), + ("JOURNALISITC", &["journalistic"]), + ("LINEUPES", &["lineups"]), + ("OVERTUNNED", &["overturned"]), + ("STRAIGHFORWARD", &["straightforward"]), + ("LARGET", &["larger", "largest", "target"]), + ("MODIFICAITON", &["modification"]), + ("ACCELERATIE", &["accelerate"]), + ("REDNERS", &["renders"]), + ("EYOU", &["you"]), + ("TEHSE", &["these"]), + ("INTERNEST", &["internets"]), + ("DISSCUSES", &["discusses"]), + ("ESCLUDE", &["exclude"]), + ("INDEPENDETN", &["independents"]), + ("TRASNPHOBIC", &["transphobic"]), + ("DUCMENT", &["document"]), + ("EVALITE", &["evaluate"]), + ("RENEGOITATE", &["renegotiate"]), + ("INSTINCITVELY", &["instinctively"]), + ("ECONOMISTES", &["economists"]), + ("TIMESTMP", &["timestamp"]), + ("VANGURAD", &["vanguard"]), + ("PLCAEBO", &["placebo"]), + ("SIDELINKED", &["sideline"]), + ("LAUCHING", &["launching"]), + ("TRASITIVE", &["transitive"]), + ("IRRATIONALY", &["irrationally"]), + ("SCREEEN", &["screen"]), + ("INFLUENTAL", &["influential"]), + ("SERVEICED", &["serviced"]), + ("CONATAIN", &["contain"]), + ("SUSEED", &["secede"]), + ("UNEMPOLYMENT", &["unemployment"]), + ("SUDDENTLY", &["suddenly"]), + ("PHYISCALLY", &["physically"]), + ("UNICORS", &["unicorns"]), + ("AHMOND", &["almond"]), + ("BEATIFUL", &["beautiful"]), + ("SUSBTANTIALLY", &["substantially"]), + ("LOCAISER", &["localiser"]), + ("INTENTENDED", &["intended"]), + ("SHAERD", &["shared", "shard"]), + ("CHOPIPNG", &["chopping"]), + ("COMPASSSION", &["compassion"]), + ("ROUNDABOUNT", &["roundabout"]), + ("ALGORHTM", &["algorithm"]), + ("VERFIFIER", &["verifier"]), + ("THREATMENTS", &["treatments"]), + ("CANNOTATION", &["connotation"]), + ("AUGMNETER", &["augmenter"]), + ("GUARENTEED", &["guaranteed"]), + ("IDIOSYNCRACIES", &["idiosyncrasies"]), + ("ATTACHGED", &["attached"]), + ("DUPLACATE", &["duplicate"]), + ("ARQUITECTURES", &["architectures"]), + ("IMCOMPETENCE", &["incompetence"]), + ("NEGOTIOATES", &["negotiates"]), + ("PERMATURE", &["premature"]), + ("ARTICIFIALLY", &["artificially"]), + ("DEFICIET", &["deficient"]), + ("REPETOIRES", &["repertoires"]), + ("INHEIRT", &["inherit"]), + ("SUGGESTTION", &["suggestion"]), + ("NEURALOGICAL", &["neurological"]), + ("BREASTFEEDIG", &["breastfeeding"]), + ("DONWVOTERS", &["downvoters"]), + ("STRIGIFYING", &["stringifying"]), + ("NEPTUN", &["neptune"]), + ("FURTHEMORE", &["furthermore"]), + ("ENCRYP", &["encrypt"]), + ("SUPPYING", &["supplying"]), + ("CHUNCS", &["chunks"]), + ("DOWNRADE", &["downgrade"]), + ("PLANTIUM", &["platinum"]), + ("IMPERIALST", &["imperialist"]), + ("REPSENTED", &["repented", "represented"]), + ("NICKANME", &["nickname"]), + ("CONFLIT", &["conflict"]), + ("DISCOVRED", &["discovered"]), + ("DESERIALSING", &["deserialising"]), + ("INPOSSIBLE", &["impossible"]), + ("PESTICIDAS", &["pesticides"]), + ("AAPPLY", &["apply"]), + ("IDENTIFACTION", &["identification"]), + ("ORPANS", &["orphans"]), + ("TOURSIT", &["tourist"]), + ("DISALOW", &["disallow"]), + ("REORD", &["record"]), + ("AGGROVATED", &["aggravated"]), + ("LEANR", &["lean", "learn", "leaner"]), + ("CONTEMPLAT", &["contempt"]), + ("NEIGHBOURHHOD", &["neighbourhood"]), + ("SLAUGHTED", &["slaughtered"]), + ("BULID", &["build"]), + ("REOMVED", &["removed"]), + ("CYMPTUM", &["symptom"]), + ("RETINEW", &["retinue"]), + ("DISSMISS", &["dismiss"]), + ("MENAINGFUL", &["meaningful"]), + ("INTEVAL", &["interval"]), + ("SHORTEND", &["shortened"]), + ("ADED", &["added"]), + ("CONVERVATIVES", &["conservatives"]), + ("OPINYONABLE", &["opinionable"]), + ("PROSTITE", &["prostitute"]), + ("PREPROCESOR", &["preprocessor"]), + ("PRVIOUSLY", &["previously"]), + ("TECNICIAN", &["technician"]), + ("ANEVIRONMENT", &["environment"]), + ("SIRECTOR", &["director"]), + ("TECHNOLIGICAL", &["technological"]), + ("LANGUGAGES", &["languages"]), + ("ENTREPRENURES", &["entrepreneurs"]), + ("CONLCUSIONS", &["conclusions"]), + ("DISSMISSES", &["dismisses"]), + ("DIMEMSIONS", &["dimensions"]), + ("KIMERRICAL", &["chimerical"]), + ("ABSOLAUTE", &["absolute"]), + ("PRESSIOUSLY", &["preciously"]), + ("INSTNTLY", &["instantly"]), + ("ADVANTAGEOS", &["advantageous"]), + ("NUETRON", &["neutron"]), + ("CLASSESS", &["classes"]), + ("MERANG", &["meringue"]), + ("SIMILAT", &["similar"]), + ("CHANGLOG", &["changelog"]), + ("DUPLICANTS", &["duplicates"]), + ("CHIVLARY", &["chivalry"]), + ("CONVICE", &["convince"]), + ("CONGNITIVELY", &["cognitively"]), + ("DISSAMBLED", &["disassembled"]), + ("LIGHTHOURS", &["lighthouse"]), + ("FLAVOUS", &["flavours"]), + ("DEBUGGET", &["debugger"]), + ("PRIORITES", &["priorities"]), + ("SYNONYNOUS", &["synonymous"]), + ("SUPOSEDLY", &["supposedly"]), + ("SKILLHOSTS", &["skillshots"]), + ("PROGRESSIONG", &["progressing"]), + ("CONFURED", &["configured"]), + ("DEPENDEES", &["dependencies"]), + ("PREMATURLEY", &["prematurely"]), + ("DECLARTATIONS", &["declarations"]), + ("SERIALIALIZED", &["serialized"]), + ("UNFURTUNATELY", &["unfortunately"]), + ("SISTEMIST", &["systemist"]), + ("PLAGIARIASM", &["plagiarism"]), + ("WOULDNOT", &["wouldnt"]), + ("BOUNTRY", &["boundary"]), + ("UNINTENTINAL", &["unintentional"]), + ("INFLUECES", &["influences"]), + ("CONFRONTATIVO", &["confrontation"]), + ("TRAILES", &["trailers"]), + ("ESSESITAL", &["essential"]), + ("UNEXPECTEDTLY", &["unexpectedly"]), + ("PRETECTION", &["protection"]), + ("ALOMST", &["almost"]), + ("PROMTER", &["promoter", "prompter"]), + ("REPLACATION", &["replication"]), + ("VERFIFICATION", &["verification"]), + ("DISTROYING", &["destroying"]), + ("PN", &["on"]), + ("MEETHODOLOGY", &["methodology"]), + ("PRECONDITONER", &["preconditioner"]), + ("REUTRNS", &["returns"]), + ("VERYIFYING", &["verifying"]), + ("BACAUSE", &["because"]), + ("BUDDHIT", &["buddhist"]), + ("JUGGERNAT", &["juggernaut"]), + ("NONSENE", &["nonsense"]), + ("INACCURRATE", &["inaccurate"]), + ("INEXPERIECED", &["inexperienced"]), + ("ASSOTIATIONS", &["associations"]), + ("MERRORS", &["mirrors"]), + ("COUNTAINER", &["container"]), + ("DEFENITLY", &["definitely"]), + ("AMERICAINS", &["americas"]), + ("TENTACEL", &["tentacle"]), + ("MIMINALLY", &["minimally"]), + ("ESPORST", &["esports"]), + ("ELEPAHNTS", &["elephants"]), + ("POLTIC", &["politic"]), + ("DISGN", &["design"]), + ("DOWNOLOAD", &["download"]), + ("ORLENAS", &["orleans"]), + ("CROSSGNE", &["crossgen"]), + ("WRAPARROUND", &["wraparound"]), + ("PORTAGONISTS", &["protagonists"]), + ("ILLUSTRATO", &["illustration"]), + ("DEFAULFS", &["defaults"]), + ("ASSOSIACTED", &["associated"]), + ("DIGSTED", &["digested"]), + ("HORISONTALLY", &["horizontally"]), + ("UNEXECTEDLY", &["unexpectedly"]), + ("PRESONAS", &["personas"]), + ("HYPENATING", &["hyphenating"]), + ("INDIVIUALLY", &["individually"]), + ("DECREMENETED", &["decremented"]), + ("MIMIMAL", &["minimal"]), + ("PROSCRATINATION", &["procrastination"]), + ("DISCCONENCTED", &["disconnected"]), + ("DISPALY", &["display"]), + ("SUBSEUENT", &["subsequent"]), + ("FLOADING", &["floating", "flooding"]), + ("OPPONENETS", &["opponent"]), + ("INETRRUPTS", &["interrupts"]), + ("NOTIFICARION", &["notification"]), + ("UNDEFINETIVELY", &["indefinitely"]), + ("CHECLING", &["checking"]), + ("POSTUMINUS", &["posthumous"]), + ("ILUMINATIONS", &["illuminations"]), + ("RESVOLVED", &["resolved"]), + ("CHERNOBL", &["chernobyl"]), + ("CONSTRUCTURE", &["constructor"]), + ("COMPILTER", &["compiler"]), + ("RELAISE", &["realise"]), + ("CONCENTRANT", &["concentrate"]), + ("TRANSOCDING", &["transcoding"]), + ("MIMATCHES", &["mismatches"]), + ("CIRICULARIZE", &["circularize"]), + ("CRAYONES", &["crayons"]), + ("DEMOSNTRATES", &["demonstrates"]), + ("VULNERABLITY", &["vulnerability"]), + ("VENEGANCE", &["vengeance"]), + ("COMPLEETE", &["complete"]), + ("AVISORIY", &["advisory", "advisories"]), + ("DEPERECATE", &["deprecate"]), + ("INTERAXCTIONS", &["interactions"]), + ("COUCIL", &["council"]), + ("CATAGORIES", &["categories"]), + ("ESACPE", &["escape"]), + ("MISREABLY", &["miserably"]), + ("DIRECTGORIES", &["directories"]), + ("MONUMENTALS", &["monuments"]), + ("FROK", &["from"]), + ("EXTENSIVLEY", &["extensively"]), + ("FALSHBACKS", &["flashbacks"]), + ("VIRTUALISAION", &["virtualisation"]), + ("REYNOLS", &["reynolds"]), + ("IMPLEMTENTATIONS", &["implementations"]), + ("PRESTIGIOSO", &["prestigious"]), + ("SUGGESTE", &["suggestive"]), + ("OUTISDER", &["outsider"]), + ("PENGWEN", &["penguin"]), + ("MALPLACE", &["misplace"]), + ("FUTURISITC", &["futuristic"]), + ("DISAPROVAL", &["disapproval"]), + ("LABORATY", &["laboratory"]), + ("PERIWINKEL", &["periwinkle"]), + ("ORIGIANLLY", &["originally"]), + ("SUBSCRPITION", &["subscriptions"]), + ("PREDICITNG", &["predicting"]), + ("SANPSNOTS", &["snapshots"]), + ("MEDOWS", &["meadows"]), + ("REPLASEMENTS", &["replacements"]), + ("AFOR", &["for"]), + ("ETENSION", &["extension"]), + ("NEGATIOTIATING", &["negotiating"]), + ("CERITIFICATE", &["certificate"]), + ("ADDITOINALLY", &["additionally"]), + ("IMPERIALFIST", &["imperialist"]), + ("UNPREDECENTED", &["unprecedented"]), + ("DISHONET", &["dishonesty"]), + ("WRESSELED", &["wrestled"]), + ("MEAUSURES", &["measures"]), + ("DESCRIMINANT", &["discriminant"]), + ("ADMITTADELY", &["admittedly"]), + ("PROPROGATOR", &["propagator"]), + ("MEDIOCRATY", &["mediocrity"]), + ("MOMENTO", &["memento"]), + ("ISTALLING", &["installing"]), + ("CONCELLATION", &["cancellation"]), + ("CONICIDENCE", &["coincidence"]), + ("VOLUNTERALY", &["voluntarily"]), + ("DISCCONEECTIONS", &["disconnections"]), + ("TEMPORRIES", &["temporaries"]), + ("ASSOCITION", &["association"]), + ("RQUEST", &["request", "quest"]), + ("ASSASSINTED", &["assassinated"]), + ("UNCONSIDERATE", &["inconsiderate"]), + ("DECOMPOSITONS", &["decompositions"]), + ("CONTAINEES", &["containers"]), + ("SUSCRIBED", &["subscribed"]), + ("RECURSSES", &["recurses"]), + ("REGUARLISE", &["regularise"]), + ("HEADE", &["head", "header"]), + ("IMPORTNT", &["important"]), + ("DISCUSSIONG", &["discussing"]), + ("RENEGOTIOATION", &["renegotiation"]), + ("BRAKETHROUGH", &["breakthrough"]), + ("ELEPHANTIS", &["elephants"]), + ("TOLERANZ", &["tolerance"]), + ("REGISTRAIONS", &["registrations"]), + ("CONTIUNATION", &["continuation"]), + ("SORCE", &["source", "force"]), + ("PRELEMINARY", &["preliminary"]), + ("MIDDELWARE", &["middleware"]), + ("COMPARISTON", &["comparison"]), + ("CONMNECTION", &["connection"]), + ("CORNITHIANS", &["corinthians"]), + ("ANSYNCHRONOUS", &["asynchronous"]), + ("CUNTAMINATED", &["contaminated"]), + ("VAIRABLES", &["variables"]), + ("PLAGIERISM", &["plagiarism"]), + ("SPOILERD", &["spoiled"]), + ("VIRUTALISE", &["virtualise"]), + ("ONOMANOPEA", &["onomatopoeia"]), + ("ASSINGMENTS", &["assignments"]), + ("DOCUMETN", &["document"]), + ("GENEARAL", &["general"]), + ("QUAILITY", &["quality"]), + ("CREATIONG", &["creation", "creating"]), + ("USERE", &["user"]), + ("MAGINITUDE", &["magnitude"]), + ("MUTLIATION", &["mutilation"]), + ("AMMINISTRATIVE", &["administrative"]), + ("CONCANENTED", &["concatenated"]), + ("EXTENSIS", &["extensions"]), + ("POJRECTOR", &["projector"]), + ("APPENDIGN", &["appending"]), + ("CORRETION", &["correction"]), + ("PSICHOLOGICAL", &["psychological"]), + ("MOTIVATIONNAL", &["motivational"]), + ("JANUARAY", &["january"]), + ("RENEGOTIOTATOR", &["renegotiator"]), + ("DESINTEGRATED", &["disintegrated"]), + ("PSYCHOLOGYST", &["psychologist"]), + ("PEDISTAL", &["pedestal"]), + ("EXECUTUING", &["executing"]), + ("ITIALISE", &["initialise"]), + ("COMUTED", &["commuted", "computed"]), + ("AROUNG", &["around"]), + ("ENTRYS", &["entries", "entry"]), + ("LILERAL", &["literal"]), + ("MOZIILA", &["mozilla"]), + ("WATHERS", &["watchers"]), + ("EXECUTIONIER", &["executioner"]), + ("UNREGISTERES", &["unregisters", "unregistered"]), + ("SCROLLIN", &["scrolling"]), + ("CONCEET", &["conceit"]), + ("DISTRIBUTS", &["distributors"]), + ("UNOPTIMZED", &["unoptimized"]), + ("RELUCTANCTLY", &["reluctantly"]), + ("MILTIPLICATION", &["multiplication"]), + ("DICOVERY", &["discovery"]), + ("CUSTONISATION", &["customisation"]), + ("DISSAPOINTD", &["disappointed"]), + ("DISENGENUOUS", &["disingenuous"]), + ("ELIMIATION", &["elimination"]), + ("SIMULATAEOUS", &["simultaneous"]), + ("WARPPRER", &["warper", "wrapper"]), + ("UESFULL", &["useful"]), + ("ANCEINTS", &["ancients"]), + ("WESITE", &["website"]), + ("ALIGNMEN", &["alignment"]), + ("CONFIGUERED", &["configured"]), + ("PERONAL", &["personal"]), + ("FORMMATTED", &["formatted"]), + ("ACOOSTIC", &["acoustic"]), + ("STATISITCAL", &["statistical"]), + ("RESPNSES", &["responses"]), + ("SPEFICIFIFES", &["specifies"]), + ("OVERREACTIONG", &["overreacting"]), + ("ISELF", &["itself"]), + ("RESILIANCE", &["resilience"]), + ("PUBILSHERS", &["publishers"]), + ("EXPERENCE", &["experience"]), + ("CHECKSUMED", &["checksummed"]), + ("COLLABORATOIN", &["collaboration"]), + ("WYA", &["way"]), + ("GUARED", &["guard", "guarded"]), + ("MINTORS", &["mentors", "monitors"]), + ("DENSITITY", &["density"]), + ("PENINSULLA", &["peninsula"]), + ("INTERNATIOANLIST", &["internationalist"]), + ("CONFURATION", &["configuration"]), + ("NESSARY", &["necessary"]), + ("POINTES", &["pointers", "points"]), + ("METOD", &["method"]), + ("ATHIESTIC", &["atheistic"]), + ("COPLETES", &["completes"]), + ("BUGDETS", &["budgets"]), + ("TRANSLUSENT", &["translucent"]), + ("SLAC", &["slack"]), + ("HARDWOD", &["hardwood"]), + ("OVERSUBCRIBING", &["oversubscribing"]), + ("ADVERTISTING", &["advertising"]), + ("RESPONISBLE", &["responsible"]), + ("EMPTYNESS", &["emptiness"]), + ("ENDUCES", &["induces"]), + ("FOREAMRS", &["forearms"]), + ("INITAILIZATION", &["initialization"]), + ("ASYNCHNOUS", &["asynchronous"]), + ("CORREKTNESS", &["correctness"]), + ("FOUNDLAND", &["newfoundland"]), + ("ANNONOMUSLY", &["anonymously"]), + ("VARIATINOS", &["variations"]), + ("CANABELYZING", &["cannibalizing"]), + ("NEGOGTIATIONS", &["negotiations"]), + ("MATCHIGN", &["matching"]), + ("INDONESIEN", &["indonesian"]), + ("PROCCEDINGS", &["proceedings"]), + ("ENDORCEMENT", &["endorsement"]), + ("AUTHENCIATED", &["authenticated"]), + ("BREWERYS", &["brewers"]), + ("ARTICEL", &["article"]), + ("CLISHEYS", &["clichés"]), + ("CHARACTETERISTICS", &["characteristics"]), + ("SEARCHS", &["searches"]), + ("GUARRANTYING", &["guaranteeing"]), + ("STRICTIST", &["strictest"]), + ("INSTRINICS", &["intrinsics"]), + ("PERSEED", &["precede"]), + ("SUCESSED", &["succeeded"]), + ("PASCHEURIZING", &["pasteurizing"]), + ("INBEWTEEN", &["inbetween"]), + ("UNDERTAKEING", &["undertaking"]), + ("POLITIIKAN", &["politician"]), + ("UNCOMFERTABLY", &["uncomfortably"]), + ("COPENGAHEN", &["copenhagen"]), + ("LEGNEDARY", &["legendary"]), + ("COLELCTIVE", &["collective"]), + ("SOCIEITES", &["societies"]), + ("ALTERNATIES", &["alternates", "alternatives"]), + ("INDOCTORNATED", &["indoctrinated"]), + ("INSPECTICON", &["inspection"]), + ("ANYWERE", &["anywhere"]), + ("SUBMARINAS", &["submarines"]), + ("ENDOLITHES", &["endoliths"]), + ("OUTRAGEOSLY", &["outrageously"]), + ("SUBSITUTABLE", &["substitutable"]), + ("CONTRAINTES", &["constraints"]), + ("WORKAORUND", &["workaround"]), + ("STEROETYPE", &["stereotype"]), + ("NOTIFICTATIONS", &["notifications"]), + ("INTRRUPTING", &["interrupting"]), + ("GUARUNTY", &["guaranty"]), + ("ZEALTOS", &["zealots"]), + ("GETTTER", &["getter"]), + ("ASSMUMES", &["assumes"]), + ("NESTALGICLY", &["nostalgically"]), + ("WHSIPERING", &["whispering"]), + ("CONICIDE", &["coincide"]), + ("ASIGNOR", &["assignor"]), + ("UNCOMFORTABLLY", &["uncomfortably"]), + ("LOLERANT", &["tolerant"]), + ("MESURED", &["measured"]), + ("IMPEMENTOR", &["implementer"]), + ("SUBSCTITUTION", &["substitution"]), + ("CONVERTIS", &["converts"]), + ("VALIDATTION", &["validation"]), + ("SCIENTIFCLY", &["scientifically"]), + ("UNEXCECTEDLY", &["unexpectedly"]), + ("DEFINITOINS", &["definitions"]), + ("ISARELIS", &["israelis"]), + ("REPLASES", &["replaces", "relapses", "rephases"]), + ("RECOMENDATOINS", &["recommendations"]), + ("DEPENENDENCY", &["dependency"]), + ("UBSUBSCRIBED", &["unsubscribed"]), + ("CRASHS", &["crashes"]), + ("VRITUALISATION", &["virtualisation"]), + ("PROCESSSES", &["processes"]), + ("RECONECCT", &["reconnect"]), + ("POSIITIVITY", &["positivity"]), + ("TECHNOLOIGES", &["technologies"]), + ("COLUNNS", &["columns"]), + ("PRINCIPLY", &["principally"]), + ("HISPANIS", &["hispanics"]), + ("FSCHK", &["fsck"]), + ("WARNINSG", &["warnings"]), + ("DECRIPTIONS", &["descriptions", "decryptions"]), + ("METAPHORE", &["metaphor"]), + ("BLITZKREIG", &["blitzkrieg"]), + ("RELATIVETY", &["relativity"]), + ("OHTERWISE", &["otherwise"]), + ("JOURANLISTS", &["journalists"]), + ("SICNE", &["since"]), + ("COMIT", &["commit"]), + ("ACKNOWLEGDING", &["acknowledging"]), + ("MANGETS", &["magnets"]), + ("CONVERVES", &["conserves", "converses"]), + ("DIALECTES", &["dialects"]), + ("PONITER", &["pointer"]), + ("NEIGHBOTS", &["neighbors"]), + ("HTTTP", &["http"]), + ("AVAILANLE", &["available"]), + ("SUBSIDIZIES", &["subsidize"]), + ("UNREASONABLEY", &["unreasonably"]), + ("PHILOSPOHIES", &["philosophies"]), + ("AUTODECTION", &["autodetection"]), + ("INFASTRUCTURE", &["infrastructure"]), + ("CIRCUMSISED", &["circumcised"]), + ("ALLCOATER", &["allocator"]), + ("PARTICIPAIT", &["participant"]), + ("ARMAGADDON", &["armageddon"]), + ("RENEGOTIOTABLE", &["renegotiable"]), + ("EXAUHSTED", &["exhausted"]), + ("TRASLUCENCY", &["translucency"]), + ("REFERENSES", &["referees", "references"]), + ("STUPDILY", &["stupidly"]), + ("DOWNLOADEBLE", &["downloadable"]), + ("MOCULE", &["module"]), + ("UNSETSET", &["unset"]), + ("ENOGUH", &["enough"]), + ("NEIGHORING", &["neighboring"]), + ("NAMEMESPACE", &["namespace"]), + ("ALGOROTHMICALLY", &["algorithmically"]), + ("AKTIVATE", &["activate"]), + ("SUBSTIBUTE", &["substitute"]), + ("HIENA", &["hyena"]), + ("INSTANCS", &["instances"]), + ("REDMEPTION", &["redemption"]), + ("EXPEWRIMENTATION", &["experimentation"]), + ("CLEANLENESS", &["cleanliness"]), + ("EAUALITY", &["equality"]), + ("ORGANIZARME", &["organizer"]), + ("HEORICS", &["heroics"]), + ("ALGORUTHMICALLY", &["algorithmically"]), + ("CUSTONIZE", &["customize"]), + ("MORGTAGES", &["mortgages"]), + ("RECRIATIONAL", &["recreational"]), + ("ORIGININATE", &["originate"]), + ("APPICALITON", &["application"]), + ("ORAGNISATION", &["organisation"]), + ("EXTENAL", &["external"]), + ("COMMENTAREA", &["commenter"]), + ("PALASTINIANS", &["palestinians"]), + ("EVALUTE", &["evaluate"]), + ("BOYFIREND", &["boyfriend"]), + ("MUSCILS", &["muscles", "mussels"]), + ("SEMPHORES", &["semaphores"]), + ("ATTTRIBUTE", &["attribute"]), + ("ENTERPREUNERS", &["entrepreneurs"]), + ("NKNOWN", &["unknown"]), + ("AGRAIN", &["again"]), + ("FOLLIWER", &["follower"]), + ("RELTAIONSHIP", &["relationship"]), + ("BLAK", &["black", "blank"]), + ("EXCURCIATING", &["excruciating"]), + ("ASSOSIATION", &["association"]), + ("INFERIORTY", &["inferiority"]), + ("SIRECTIONALS", &["directionals"]), + ("FOCUSS", &["focus"]), + ("PARTECIPANTS", &["participants"]), + ("SIMULTANEOS", &["simultaneous"]), + ("CLEARIFIED", &["clarified"]), + ("EXPILICITELY", &["explicitly"]), + ("SPHAGETTI", &["spaghetti"]), + ("LEWTENANTS", &["lieutenants"]), + ("ADJATATES", &["agitates"]), + ("ANECDOTALE", &["anecdote"]), + ("QUANTATITIVE", &["quantitative"]), + ("BLOEKS", &["blokes"]), + ("INTERESCTION", &["intersection"]), + ("KERENLS", &["kernels"]), + ("MATHEMATISCH", &["mathematics"]), + ("LIQUIDES", &["liquids"]), + ("SESSIO", &["session"]), + ("INDIVUAL", &["individual"]), + ("RECIPEINTS", &["recipients"]), + ("AMPTY", &["empty"]), + ("EXCECUTION", &["execution"]), + ("TEMEPRATURES", &["temperatures"]), + ("SYTENY", &["synteny"]), + ("DOCRINES", &["doctrines"]), + ("VULNEABILITY", &["vulnerability"]), + ("MULTINATIONELLA", &["multinational"]), + ("DEUSTCHLAND", &["deutschland"]), + ("DISTACED", &["distanced"]), + ("SYLE", &["style"]), + ("VETEX", &["vertex"]), + ("STUDNTS", &["students"]), + ("INQUIER", &["inquire"]), + ("UNSGINED", &["unsigned"]), + ("CONECJTURES", &["conjectures"]), + ("EMPHATIZE", &["empathize"]), + ("NEIGHBERHHOD", &["neighborhood"]), + ("FAMLIY", &["family"]), + ("ATTRUBITE", &["attribute"]), + ("GENERTION", &["generation"]), + ("DISCCONETIONS", &["disconnections"]), + ("EXPRESSSIONS", &["expressions"]), + ("POPULARILY", &["popularity"]), + ("SELECTIVOS", &["selections"]), + ("GUITARIT", &["guitarist"]), + ("MONOLYTHIC", &["monolithic"]), + ("ARGUMENS", &["arguments"]), + ("NEADER", &["header", "kneader"]), + ("TEMMPORARY", &["temporary", "temporarily"]), + ("OPPORTUNITIY", &["opportunity"]), + ("OBSERVABE", &["observable"]), + ("NEIGHOBRING", &["neighboring"]), + ("ALGORUTHM", &["algorithm"]), + ("BUGUS", &["bogus"]), + ("CASAULITY", &["causality"]), + ("PENNSYLVAINIA", &["pennsylvania"]), + ("INDIEN", &["indian", "endian"]), + ("RONDAZYVOOED", &["rendezvoused"]), + ("BOYFRIENS", &["boyfriends"]), + ("EXCUTES", &["executes"]), + ("RECOMENDATION", &["recommendation"]), + ("SELET", &["select"]), + ("RELEECTION", &["reelection"]), + ("TRAVEERSE", &["traverse"]), + ("CHAMPIONSIHP", &["championships"]), + ("SOURC", &["source"]), + ("COMPOMENTS", &["components"]), + ("PINPIONT", &["pinpoint"]), + ("VERFIES", &["verifies"]), + ("DIAGNALLY", &["diagonally"]), + ("SHIPING", &["shipping"]), + ("MUTATABLE", &["mutable"]), + ("MILLIMITRES", &["millimetres"]), + ("SSUDO", &["sudo"]), + ("NASHVILE", &["nashville"]), + ("COORDINTES", &["coordinates"]), + ("REGSTERS", &["registers"]), + ("SYMPHATIZERS", &["sympathizers"]), + ("HALLUZINATIONS", &["hallucinations"]), + ("PARALLIZES", &["parallelizes"]), + ("SCCOPES", &["scopes"]), + ("REGSITERS", &["registers"]), + ("BUILDD", &["build", "builds"]), + ("DESINATION", &["destination"]), + ("COMITTER", &["committer"]), + ("DEQUED", &["dequeued"]), + ("PONITD", &["pointed"]), + ("UPLOADES", &["uploads"]), + ("TRIGGERESD", &["triggered"]), + ("THERESHOLDS", &["thresholds"]), + ("UNVALID", &["invalid"]), + ("SISTEM", &["system"]), + ("IGNORNACE", &["ignorance"]), + ("LATENY", &["latency"]), + ("SEPERATLY", &["separately"]), + ("OVERPOLULATION", &["overpopulation"]), + ("SPANSIH", &["spanish"]), + ("MOTIVIATION", &["motivation"]), + ("RENEGOPTIONSOTIATIONS", &["renegotiations"]), + ("PARAPHRASHING", &["paraphrasing"]), + ("ESTBALISHMENT", &["establishments", "establishment"]), + ("LUMINOSE", &["luminous"]), + ("STROMFRONT", &["stormfront"]), + ("DIAGNXOSTIC", &["diagnostic"]), + ("POSSIBILIY", &["possibility", "possibly"]), + ("YOUN", &["your", "you", "young"]), + ("ACITVATING", &["activating"]), + ("PROPULSING", &["propulsion"]), + ("ARTISITC", &["artistic"]), + ("NEWINE", &["newline"]), + ("COSOLING", &["consoling"]), + ("LAOD", &["load"]), + ("DETURANCE", &["deterrence"]), + ("NEIGHBERGHS", &["neighbors"]), + ("PREMATURILY", &["prematurely"]), + ("SHAKESPERE", &["shakespeare"]), + ("CONPENSATION", &["compensation"]), + ("FASINATING", &["fascinating"]), + ("PERMUATATES", &["permutates"]), + ("CRITICTS", &["critics"]), + ("COUNSOLERS", &["counselors"]), + ("DEVEOPERS", &["developers"]), + ("CACULATION", &["calculation"]), + ("TALBIAN", &["taliban"]), + ("ELECTORNICS", &["electronics"]), + ("RENEGOTAIABLE", &["renegotiable"]), + ("DESINTATIONS", &["destinations"]), + ("GENERAS", &["generals"]), + ("ILLUMINATTI", &["illuminati"]), + ("INFOMER", &["informer"]), + ("VITMAIN", &["vitamin"]), + ("ACCODR", &["accord"]), + ("MICHAGAN", &["michigan"]), + ("ENQUEING", &["enqueuing"]), + ("CREATEING", &["creating"]), + ("WHISLTE", &["whistle"]), + ("DEUTSCHALND", &["deutschland"]), + ("SPONSERSHIP", &["sponsorship"]), + ("CONSUMMED", &["consumed"]), + ("NEGITIABLE", &["negotiable"]), + ("CLUSTRED", &["clustered"]), + ("GREA", &["great"]), + ("ECXITES", &["excites"]), + ("NOVEMER", &["november"]), + ("FEATCHD", &["fetched"]), + ("EXECUTUONS", &["executions"]), + ("CONNECITON", &["connection"]), + ("OVERWITE", &["overwrite"]), + ("COYPRIGHTS", &["copyrights"]), + ("SUBBMITTED", &["submitted"]), + ("BACEHLOR", &["bachelor"]), + ("DISTRIBUTIE", &["distributed"]), + ("FLAHS", &["flash", "flags"]), + ("WHIOCH", &["which"]), + ("DEPENDANCY", &["dependency"]), + ("CAPACITERS", &["capacitors"]), + ("SKWALKING", &["squawking"]), + ("CHAMIPONSHIP", &["championships"]), + ("POSSESSSION", &["possessions"]), + ("EXPEMENTEL", &["experimental"]), + ("PERFECTABLY", &["perfectly"]), + ("AUTHENCATOR", &["authenticator"]), + ("DIMENIONALITIES", &["dimensionalities"]), + ("COMON", &["common"]), + ("LONGITUE", &["longitude"]), + ("PHRAMACEUTICAL", &["pharmaceutical"]), + ("GEOMETITES", &["geometries"]), + ("FINGERTAPS", &["fingertips"]), + ("ISSES", &["issues"]), + ("PROFESIONAL", &["professional"]), + ("NIEGHBOUR", &["neighbour"]), + ("SUBLCUASE", &["subclause"]), + ("EXPOLSIONS", &["explosions"]), + ("OBATINABLE", &["obtainable"]), + ("SUMBERGED", &["submerged"]), + ("PEPARE", &["prepare"]), + ("RESUORCE", &["resource"]), + ("ALLOACTE", &["allocate"]), + ("INITIALIZD", &["initialized"]), + ("EMPHISIZES", &["emphasizes"]), + ("RECONSTRUCCION", &["reconstruction"]), + ("INFOMATIONAL", &["informational"]), + ("EQUILVALENT", &["equivalent"]), + ("THEREM", &["there", "theorem"]), + ("KNIGTHS", &["knights"]), + ("DROPED", &["dropped"]), + ("SUPOORTED", &["supported"]), + ("LOCALY", &["locally"]), + ("COPYEIGHTED", &["copyrighted"]), + ("FUNDAMENTALISMOS", &["fundamentalists"]), + ("AGGREGRATE", &["aggregate"]), + ("ARRYAS", &["arrays"]), + ("CONLUSION", &["conclusion"]), + ("TUTRLES", &["turtles"]), + ("UNWARRENTED", &["unwarranted"]), + ("LENOARD", &["leonard"]), + ("NEIGHBOHOOD", &["neighborhood"]), + ("REPRODUCIVE", &["reproductive"]), + ("DEATTACHING", &["detaching"]), + ("ACCESSILE", &["accessible"]), + ("LIKLELIHOOD", &["likelihood"]), + ("VALYKRIE", &["valkyrie"]), + ("ABSORBSION", &["absorption"]), + ("CAPACITORES", &["capacitors"]), + ("ABOSRPTION", &["absorption"]), + ("DEFINITYL", &["definitely"]), + ("CONFICTING", &["conflicting"]), + ("TOMORR", &["tomorrow"]), + ("AVIALABLE", &["available"]), + ("INITIALIZEXD", &["initialized"]), + ("PAITING", &["painting"]), + ("INDEPDENTLY", &["independently"]), + ("CORINTHIENS", &["corinthians"]), + ("MONDEY", &["monday", "money", "monkey"]), + ("MISSIONARRY", &["missionary"]), + ("TRASNFERRED", &["transferred"]), + ("ADVENTUERS", &["adventures"]), + ("UITES", &["suites"]), + ("ELLITOT", &["elliott"]), + ("TIMSTAMP", &["timestamp"]), + ("INTERIVEW", &["interview"]), + ("PELOPONNES", &["peloponnese", "peloponnesus"]), + ("TRANSITORS", &["transistor", "transistors"]), + ("GEOMTERIC", &["geometric"]), + ("SASY", &["says", "sassy"]), + ("ANGSHIUOSNESS", &["anxiousness"]), + ("OBJETCS", &["objects"]), + ("KOCALIZED", &["localized"]), + ("DRUMMLESS", &["drumless"]), + ("FAETURE", &["feature"]), + ("ASSICIATION", &["association"]), + ("HYOPTHETICALLY", &["hypothetically"]), + ("WHCICH", &["which"]), + ("SERAPATE", &["separate"]), + ("ACCELEARTES", &["accelerates"]), + ("STURCTURAL", &["structural"]), + ("RENEGOCIATE", &["renegotiate"]), + ("DOCSUND", &["dachshund"]), + ("ACADEMICESE", &["academics"]), + ("PUBLISHRE", &["publisher"]), + ("BIMILLENIAL", &["bimillennial"]), + ("DISASSAMBLE", &["disassemble"]), + ("IRRITATIES", &["irritate"]), + ("IMOLICIT", &["implicit"]), + ("MEANCING", &["menacing"]), + ("MATHEMETICIAN", &["mathematician"]), + ("INBETWEN", &["inbetween"]), + ("INADVERTENDLY", &["inadvertently"]), + ("CHANELL", &["channel"]), + ("RENEGOTATED", &["renegotiated"]), + ("SYNCHROIZE", &["synchronize"]), + ("INMEDIATILY", &["immediately"]), + ("MAXIUM", &["maximum"]), + ("SUPPLEMETAL", &["supplemental"]), + ("DISAPPROVEL", &["disapproval"]), + ("ANTARTIC", &["antarctic"]), + ("VERSIOING", &["versioning"]), + ("PRESENECE", &["presence"]), + ("PRESIDENTA", &["presidential"]), + ("PROJECTICLES", &["projectiles"]), + ("SENSATIONAILS", &["sensationalism"]), + ("BRE", &["be", "brie"]), + ("SPACIFICATION", &["specification"]), + ("ELOQUINTLY", &["eloquently"]), + ("MATHAMATICS", &["mathematics"]), + ("AUTHENTCIATES", &["authenticates"]), + ("EXPERIMENS", &["experiments"]), + ("KIDKNAPPER", &["kidnapper"]), + ("MICROSCOPHIC", &["microscopic"]), + ("PROOSE", &["propose"]), + ("CARTHESIAN", &["cartesian"]), + ("DIFFERENTIATIORS", &["differentiation"]), + ("COUNTERFEST", &["counterfeit"]), + ("MERCINARIES", &["mercenaries"]), + ("EMBEDING", &["embedding"]), + ("WARPPS", &["warps", "wraps"]), + ("ENCHANTENT", &["enchantment"]), + ("CONFUGURED", &["configured"]), + ("INDUSTIRES", &["industries"]), + ("CHERCKED", &["checked", "checkered"]), + ("NERCOMANCER", &["necromancer"]), + ("HAPPNED", &["happened"]), + ("STROY", &["story", "destroy"]), + ("EGOTISTICLE", &["egotistical"]), + ("EXPORESSION", &["expression"]), + ("EXPERICED", &["experienced"]), + ("AUTHENITICATES", &["authenticates"]), + ("ENFORES", &["enforces"]), + ("SPEICAL", &["special"]), + ("PONINTED", &["pointed"]), + ("MILLSENCOND", &["millisecond"]), + ("SOVEREINGTY", &["sovereignty"]), + ("STUTUS", &["status"]), + ("SOCIOPOLICAL", &["sociological"]), + ("UNABNNED", &["unbanned"]), + ("SPECIALZIED", &["specialized"]), + ("MISTREAD", &["mistreated"]), + ("REGARTLESS", &["regardless"]), + ("ASSINGNED", &["assigned"]), + ("DIFFICAULTIES", &["difficulties"]), + ("CLIFFHANDER", &["cliffhanger"]), + ("DRAGED", &["dragged"]), + ("UNDERLFLOW", &["underflow"]), + ("UBUNUT", &["ubuntu"]), + ("BLASPHEMEY", &["blasphemy"]), + ("GRADUACION", &["graduation"]), + ("EXECUBALES", &["executables"]), + ("FARMEWORK", &["framework"]), + ("ILEGLE", &["illegal"]), + ("ORGANISATIONENS", &["organisations"]), + ("BENIFIT", &["benefit"]), + ("SHAPT", &["shape", "shaped"]), + ("ENVIOMENT", &["environment"]), + ("INIITIALIZE", &["initialize"]), + ("MOSE", &["more", "mouse", "mode"]), + ("FASHOINABLE", &["fashionable"]), + ("AGREMENT", &["agreement"]), + ("APRESHEATION", &["appreciation"]), + ("NOTIFICATONS", &["notifications"]), + ("PORTRAT", &["portrait"]), + ("SUDMOBULES", &["submodules"]), + ("NATIONALTY", &["nationality"]), + ("THOGH", &["though"]), + ("SEMATICS", &["semantics"]), + ("CHLROINE", &["chlorine"]), + ("INCORPARATING", &["incorporating"]), + ("ARGEMNT", &["argument"]), + ("CERTAINS", &["certain"]), + ("EXINCT", &["extinct"]), + ("AUTHETHENTICATORS", &["authenticators"]), + ("MOUTHPEACE", &["mouthpiece"]), + ("FOLLIWED", &["followed"]), + ("PLAYGERISE", &["plagiarise"]), + ("FANTISTICALLY", &["fantastically"]), + ("COMMEDIANS", &["comedians"]), + ("INMEDIATELY", &["immediately"]), + ("LINKES", &["lines", "links", "linked", "likes"]), + ("ORIETATION", &["orientation"]), + ("APPERENTLY", &["apparently"]), + ("EXPIERS", &["expires"]), + ("VEHICELS", &["vehicles"]), + ("SEARHC", &["search"]), + ("INEFFICEINT", &["inefficient"]), + ("SYSMBOL", &["symbol"]), + ("DIRECTRX", &["directx"]), + ("ELICIDED", &["elicited"]), + ("TRACEING", &["tracing"]), + ("HIJKACKING", &["hijacking"]), + ("NEIGHBERHOOODS", &["neighborhoods"]), + ("NATIVELYX", &["natively"]), + ("HANKERCHIFS", &["handkerchiefs"]), + ("SUMBISSIONS", &["submissions"]), + ("DIFFUCULTIES", &["difficulties"]), + ("REINFORNCED", &["reinforced"]), + ("COALESENCE", &["coalescence"]), + ("ANARCHISIM", &["anarchism"]), + ("REARANGEMENT", &["rearrangement"]), + ("MISINTERPRETIONS", &["misinterpreting"]), + ("DEFAUT", &["default"]), + ("DEALERSHITS", &["dealerships"]), + ("CIRCOMSTANCE", &["circumstance"]), + ("INDENX", &["index"]), + ("REFIRGERATOR", &["refrigerator"]), + ("LUANDRY", &["laundry"]), + ("PROECESS", &["process"]), + ("PERMUATATED", &["permutated"]), + ("STOPPPING", &["stopping"]), + ("IMPROTANT", &["important"]), + ("DEPLOYMNET", &["deployment"]), + ("EGALETARIAN", &["egalitarian"]), + ("VOCABLUARY", &["vocabulary"]), + ("UNATTRACTICE", &["unattractive"]), + ("EXPERIMTEN", &["experiment"]), + ("UNIVERSTAL", &["universal"]), + ("PROGRAMM", &["program", "programme"]), + ("OBTAIEN", &["obtain", "obtained"]), + ("CORIDAL", &["cordial"]), + ("ONTAINER", &["container"]), + ("CARTILEGE", &["cartilage"]), + ("SPEFICIIFED", &["specified"]), + ("GODDMAN", &["goddamn"]), + ("COMPLICATO", &["complication"]), + ("ETHERENT", &["ethernet"]), + ("MEANINGLES", &["meanings"]), + ("GEENRATION", &["generation"]), + ("UFFERED", &["buffered"]), + ("MISCELLAENOUS", &["miscellaneous"]), + ("DEPANDANCE", &["dependance"]), + ("ADDRERSS", &["address"]), + ("TIEMSTAMPED", &["timestamped"]), + ("METHAPOR", &["metaphor"]), + ("ARCHITECHTURALLY", &["architecturally"]), + ("ABSOULETE", &["absolute", "obsolete"]), + ("NARCISSICT", &["narcissist"]), + ("PERFORMENS", &["performers"]), + ("ARBORTED", &["aborted"]), + ("STELATHY", &["stealthy"]), + ("DEFINETY", &["definitely"]), + ("CONFUNDER", &["confounder"]), + ("GEOMITRICALLY", &["geometrically"]), + ("HARASED", &["harassed"]), + ("TELEMENTRY", &["telemetry"]), + ("SPEFICIFICATION", &["specification"]), + ("NATIVLEY", &["natively"]), + ("SPEHERICAL", &["spherical"]), + ("ILLINIOS", &["illinois"]), + ("DOCUMENTSTION", &["documentation"]), + ("PRIVELEDGE", &["privilege"]), + ("ASSEMBE", &["assemble"]), + ("APOCALPYSE", &["apocalypse"]), + ("ORIGNIALS", &["originals"]), + ("SYMPATHIERS", &["sympathizers"]), + ("CAUSION", &["caution"]), + ("REFERENDIM", &["referendum"]), + ("COMPANDIUM", &["compendium"]), + ("ROCORDER", &["recorder"]), + ("DECOMPOSEION", &["decomposition"]), + ("UPLIFITNG", &["uplifting"]), + ("COMMITEED", &["committed"]), + ("TABLLE", &["table"]), + ("ALLOWES", &["allowed", "allows"]), + ("SUSPENED", &["suspend"]), + ("OPTIMIATIONS", &["optimizations"]), + ("COALLESSENCE", &["coalescence"]), + ("MULTIDIMENSION", &["multidimensional"]), + ("OUTPERFOM", &["outperform"]), + ("ABSOLUVE", &["absolute"]), + ("NUMER", &["number"]), + ("SPECIFIALLY", &["specifically"]), + ("MEASURMENETS", &["measurements"]), + ("DISSAPERD", &["disappeared"]), + ("ADRENELINE", &["adrenaline"]), + ("QUESTIONSIGN", &["questioning"]), + ("IMMEDAITELY", &["immediately"]), + ("CONTEXUAL", &["contextual"]), + ("UNSTRUCTIONS", &["instructions"]), + ("CONGRATUALTED", &["congratulate"]), + ("STANDARISES", &["standardises"]), + ("RECCOMMENDED", &["recommended"]), + ("IMPULSEMOS", &["impulses"]), + ("GARRIOSN", &["garrison"]), + ("FOLLEWER", &["follower"]), + ("PHILOSOHPY", &["philosophy"]), + ("SPEECHS", &["speeches"]), + ("AGRRED", &["agreed"]), + ("GRATFUL", &["grateful"]), + ("SASUAGE", &["sausage"]), + ("CATCHED", &["caught"]), + ("SPECIFICL", &["specific"]), + ("ENCYKLOPEDIA", &["encyclopedia"]), + ("BANKRUPCY", &["bankruptcy"]), + ("RESTRCTING", &["restarting"]), + ("FINACIAL", &["financial"]), + ("INCORREECT", &["incorrect"]), + ("SYKWARD", &["skyward"]), + ("NOTHE", &["north", "note"]), + ("ENTREPRENURE", &["entrepreneurs"]), + ("DYSPHROIA", &["dysphoria"]), + ("CONTEXTURA", &["contextual"]), + ("GENRATORS", &["generators"]), + ("PRODUCTIVOS", &["productions"]), + ("CORRESPONDEND", &["correspondent"]), + ("DEMOGRAPHS", &["demographics"]), + ("SPEFIXIERS", &["specifiers"]), + ("PROTOSTANTS", &["protestants"]), + ("PRIVLEGES", &["privileges"]), + ("RELEAFES", &["relieves"]), + ("SCTOSMAN", &["scotsman"]), + ("ASENDED", &["ascended"]), + ("REFESHING", &["refreshing"]), + ("EXPIRIENCES", &["experiences"]), + ("AEXS", &["axes"]), + ("RESUMITTED", &["resubmitted"]), + ("CRTICALS", &["criticals"]), + ("REFRERENCES", &["references"]), + ("VEIWING", &["viewing"]), + ("COMMUNCATIONS", &["communications"]), + ("SCEINTISTS", &["scientists"]), + ("UNEXPETCTEDLY", &["unexpectedly"]), + ("CONSTISTENCY", &["consistency"]), + ("SAWTES", &["sautés"]), + ("PERESENT", &["present", "presents", "presence", "percent"]), + ("FIEDLED", &["fielded"]), + ("EXCERCISED", &["exercised"]), + ("ONLSAUGHT", &["onslaught"]), + ("CLOSESTS", &["closest", "closets"]), + ("DEVIALET", &["deviate"]), + ("DECOMPOSITS", &["decomposes"]), + ("ARRANGTEABLE", &["arrangeable"]), + ("IDENIFYING", &["identifying"]), + ("SERINOMIES", &["ceremonies"]), + ("INTERPLOATIN", &["interpolating"]), + ("MEZMORIZED", &["mesmerized"]), + ("EABLED", &["enabled"]), + ("PATICLES", &["particles"]), + ("TEMPERARURE", &["temperature"]), + ("INCOHERANTLY", &["incoherently"]), + ("RECONSILED", &["reconsider"]), + ("SPEPARATE", &["separate"]), + ("MISSABLE", &["miscible"]), + ("DIAGONALE", &["diagonal"]), + ("DISPUTERAD", &["disputed"]), + ("CLASSICOS", &["classics"]), + ("DIALETCS", &["dialects"]), + ("DISSCUESED", &["discussed"]), + ("AVIODING", &["avoiding"]), + ("COMUNICATING", &["communicating"]), + ("USUSAL", &["usual"]), + ("DISCONNECTERS", &["disconnects"]), + ("JUDEGMENT", &["judgment"]), + ("FAIWAY", &["fairway"]), + ("PALESINE", &["palestine"]), + ("COMPELTELY", &["completely"]), + ("STOAGE", &["storage"]), + ("INITIALISATIONG", &["initialisation"]), + ("NITCH", &["niche"]), + ("ESTIAMTE", &["estimate"]), + ("GYMNASITCS", &["gymnastics"]), + ("CONAINTER", &["container"]), + ("UNREALISITC", &["unrealistic"]), + ("CIRICULUM", &["curriculum"]), + ("NATIONALITIC", &["nationalistic"]), + ("JUDICAL", &["judicial"]), + ("PEEPELS", &["peoples"]), + ("UNTRANSLATEABLE", &["untranslatable"]), + ("PATTENTED", &["patented"]), + ("BEHAIVORS", &["behaviors"]), + ("COMBINATORC", &["combinatoric"]), + ("UNCOMFROTABLY", &["uncomfortably"]), + ("DELIMIITED", &["delimited"]), + ("NAPCAKES", &["pancakes"]), + ("QUESTIOS", &["questions"]), + ("CHARACTRISTICS", &["characteristics"]), + ("GIRLFRINED", &["girlfriends"]), + ("UNSETTIN", &["unsetting"]), + ("CEHCKOUT", &["checkout"]), + ("OPTIOANL", &["optional"]), + ("SEEEMS", &["seems"]), + ("CAPABILIES", &["capabilities"]), + ("COUGHT", &["caught", "cough", "fought"]), + ("SHOUCL", &["should"]), + ("POPULAIR", &["popular"]), + ("SPEFICILLEID", &["specified"]), + ("GENRALISED", &["generalised"]), + ("INITIALISATONS", &["initialisations"]), + ("MIGRATEABLE", &["migratable"]), + ("INGNORING", &["ignoring"]), + ("HEARTHSONE", &["hearthstone"]), + ("INTRUCTIONAL", &["instructional"]), + ("DEPERECATES", &["deprecates"]), + ("EELMENTS", &["elements"]), + ("FOLFERS", &["folders"]), + ("GAUNTANAMO", &["guantanamo"]), + ("UNPROTEXTED", &["unprotected"]), + ("APPPROACH", &["approach"]), + ("PRESENTATIN", &["presentations"]), + ("INTIALIZE", &["initialize"]), + ("IDEOLOGICALY", &["ideologically"]), + ("USNG", &["using"]), + ("MODFIES", &["modifies"]), + ("PERFURED", &["preferred"]), + ("DISCOVE", &["discover"]), + ("SXMBOLIC", &["symbolic"]), + ("GOOSEBUMBPS", &["goosebumps"]), + ("CONSECUITIVELY", &["consecutively"]), + ("METEDATA", &["metadata"]), + ("ARBITARARY", &["arbitrary"]), + ("MESURMENT", &["measurement"]), + ("NEGATVE", &["negative"]), + ("PEEROWETS", &["pirouettes"]), + ("PROCEDER", &["procedure"]), + ("UNITILISED", &["uninitialised"]), + ("DIFFRENTIATED", &["differentiated"]), + ("PROPERTIARY", &["proprietary"]), + ("KYEBOSH", &["kibosh"]), + ("ALTERNAR", &["alternator"]), + ("CHEESEBURGS", &["cheeseburgers"]), + ("THEIF", &["thief"]), + ("MANUELLY", &["manually"]), + ("UNDERWHEMLING", &["underwhelming"]), + ("EXPRESING", &["expressing"]), + ("CORRELATIES", &["correlates"]), + ("TAXONOY", &["taxonomy"]), + ("PACULIER", &["peculiar"]), + ("DIVSION", &["division"]), + ("PERSISTENSE", &["persistence"]), + ("WROKFLOW", &["workflow"]), + ("HETEROSEXAL", &["heterosexual"]), + ("APPROXMATES", &["approximates"]), + ("GRANDCHILDERN", &["grandchildren"]), + ("DELIMTER", &["delimiter"]), + ("NEIGHBOING", &["neighboring"]), + ("EXPERMIENTED", &["experimented"]), + ("BENEFIED", &["benefited"]), + ("APPRORIATELY", &["appropriately"]), + ("ENVIRONEMTNS", &["environments"]), + ("RESOOURCING", &["resourcing"]), + ("UNINTERESSTING", &["uninteresting"]), + ("POJRECTIONS", &["projections"]), + ("BETRAYEADO", &["betrayed"]), + ("PHENOMON", &["phenomenon"]), + ("SPRIRITUAL", &["spiritual"]), + ("PROCCESSES", &["processes"]), + ("UNBOLIEVABLE", &["unbelievable"]), + ("CHISLING", &["chiseling"]), + ("SUBSTRACTING", &["subtracting"]), + ("FLUROIDE", &["fluoride"]), + ("SLAUGTHER", &["slaughter"]), + ("COMMPRESSION", &["compression"]), + ("CICRUITS", &["circuits"]), + ("AUTIMAGICALLY", &["automagically"]), + ("PERFERRMENCES", &["performances"]), + ("MRONING", &["morning"]), + ("DIFFERERNT", &["different"]), + ("ARCHTIECTURE", &["architecture"]), + ("MDIFICATION", &["modification"]), + ("UNDOED", &["undo", "undone"]), + ("REGUALTION", &["regulations"]), + ("ACCORDLINGLY", &["accordingly"]), + ("WILLFULY", &["willfully"]), + ("COMMMENT", &["comment"]), + ("DELIMITITER", &["delimiter"]), + ("INHERIDED", &["inherited"]), + ("ORGANIZATIVOS", &["organizations"]), + ("SISNCE", &["since"]), + ("BILLON", &["billion"]), + ("POLITESSEN", &["politeness"]), + ("ASSISTANTES", &["assistants"]), + ("HALLALUYA", &["hallelujah"]), + ("TERMONOLOGY", &["terminology"]), + ("OCCURR", &["occur"]), + ("ACKNOWELDGE", &["acknowledge"]), + ("INITIALILZING", &["initializing"]), + ("AVISORIYES", &["advisories"]), + ("PORGRAMMEER", &["programmer"]), + ("CRAWELD", &["crawled"]), + ("AMIBGUITY", &["ambiguity"]), + ("MYSOGONISTIC", &["misogynistic"]), + ("LASTES", &["latest"]), + ("INFLUENING", &["influencing"]), + ("OBTASISNED", &["obtained"]), + ("QURIES", &["queries"]), + ("SKPETICISM", &["skepticism"]), + ("APDATED", &["updated"]), + ("ANYTHIN", &["anything"]), + ("IMPLEMENTION", &["implementation"]), + ("BACKWARDSS", &["backwards"]), + ("MATHAMETICIANS", &["mathematicians"]), + ("ASYCHRONIZED", &["asynchronized"]), + ("UNCENSERED", &["uncensored"]), + ("EALIER", &["earlier"]), + ("DISPPLAY", &["display"]), + ("DOWNVOTIES", &["downvoters"]), + ("ALWYS", &["always"]), + ("DECOMPERSSOR", &["decompressor"]), + ("BLUGIN", &["plugin"]), + ("PLAYSTLYE", &["playstyle"]), + ("FLAMABLE", &["flammable"]), + ("CARDIOVASCUALAR", &["cardiovascular"]), + ("INCONGITO", &["incognito"]), + ("CONTINUESLY", &["continuously"]), + ("SISTEMIZES", &["systemizes"]), + ("INTERPRETIONS", &["interpretations"]), + ("MASTERMINED", &["mastermind"]), + ("TRANSACIONS", &["transactions"]), + ("INTERACTIE", &["interactive"]), + ("INVISIVBLE", &["invisible"]), + ("PROBLY", &["probably"]), + ("AUTHETNICATION", &["authentication"]), + ("PURPUSEFULLY", &["purposefully"]), + ("GRAVITATIONNAL", &["gravitational"]), + ("DISTINGUSIHING", &["distinguishing"]), + ("IMORT", &["import"]), + ("INTERGRATED", &["integrated"]), + ("COEFFIECIENTS", &["coefficients"]), + ("PERFOMING", &["performing"]), + ("UNDERFINED", &["undefined"]), + ("DECTECTION", &["detection"]), + ("MAPED", &["mapped"]), + ("IMBALANACED", &["imbalanced"]), + ("HOUSKEEPING", &["housekeeping"]), + ("DEMMANGLED", &["demangled"]), + ("TRANSMISSONS", &["transmissions"]), + ("PRCTILES", &["percentiles"]), + ("FOLLFOW", &["follow"]), + ("PERMMISSION", &["permission"]), + ("ALGORTHYNIC", &["algorithmic"]), + ("VAIROUS", &["various"]), + ("DESCRITPOR", &["descriptor"]), + ("DUBLICATES", &["duplicates"]), + ("REALLOCAIONS", &["reallocations"]), + ("DEALILNG", &["dealing"]), + ("FUNCITONS", &["functions"]), + ("INSTSALLS", &["installs"]), + ("SURROUNT", &["surround"]), + ("SERIUOSLY", &["seriously"]), + ("CONSECUENCE", &["consequence"]), + ("INDISTINGUISABLE", &["indistinguishable"]), + ("PEDISTALS", &["pedestals"]), + ("BOUNRARY", &["boundary"]), + ("POLYPOYLGONS", &["polypolygons"]), + ("DEATCHING", &["detaching"]), + ("DECENTRALICED", &["decentralized"]), + ("FUNCTIONNALITIES", &["functionalities"]), + ("SECONTARY", &["secondary"]), + ("COFRIMATION", &["confirmation"]), + ("AADDING", &["adding"]), + ("BLETOOTH", &["bluetooth"]), + ("EVOLUATION", &["evaluations"]), + ("JETSREAM", &["jetstream"]), + ("MUNICIPLE", &["municipal"]), + ("DISCONECCTING", &["disconnecting"]), + ("FORECED", &["forced"]), + ("VIRTUALZATION", &["virtualization"]), + ("NUMBERRING", &["numbering"]), + ("CRIMINALY", &["criminally"]), + ("LIVETIME", &["lifetime"]), + ("MONITER", &["monitor"]), + ("SUGGUESTED", &["suggested"]), + ("MANULALLY", &["manually"]), + ("SISTEMATIES", &["systematies"]), + ("CHANGIN", &["changing"]), + ("CHEKCING", &["checking"]), + ("TEPMLATE", &["template"]), + ("PRESCRITIONS", &["prescriptions"]), + ("VIEDO", &["video"]), + ("SHBANG", &["shebang"]), + ("HYPOCRTICIAL", &["hypocritical"]), + ("SIMPLYIFING", &["simplifying"]), + ("PROCESSSE", &["processes"]), + ("INTIIALS", &["initials"]), + ("COMMENETED", &["commented"]), + ("DEOM", &["demo"]), + ("ATTRIBTES", &["attributes", "attribute"]), + ("MEDIOCE", &["mediocre"]), + ("QITH", &["with"]), + ("TITELS", &["titles"]), + ("PASCHEURIZES", &["pasteurizes"]), + ("PRECEDENSE", &["precedence"]), + ("ACCEPTIBLY", &["acceptably"]), + ("SHERIF", &["sheriff"]), + ("TREMENDUOUS", &["tremendous"]), + ("GATHERIG", &["gatherings", "gathering"]), + ("DECOMPRESSD", &["decompressed"]), + ("GOVERNEMNTAL", &["governmental"]), + ("INVERTIONS", &["inventions", "inversions"]), + ("NEIGHBERHING", &["neighboring"]), + ("SEMIPHORES", &["semaphores"]), + ("SWITHCES", &["switches"]), + ("OPTIONNALY", &["optionally"]), + ("ACUSED", &["accused"]), + ("CERTFICATIONS", &["certifications"]), + ("INFRASTRUTTURE", &["infrastructure"]), + ("COFFICIENTS", &["coefficients"]), + ("PERPETUE", &["perpetuate"]), + ("KEYBORAD", &["keyboard"]), + ("UNCONDTIONALLY", &["unconditionally"]), + ("MONSTEROUS", &["monsters"]), + ("DEPLYING", &["deploying"]), + ("RETUENS", &["returns"]), + ("INTELLECTUALLS", &["intellectuals"]), + ("PROSTITUDE", &["prostitute"]), + ("INSURGANCY", &["insurgency"]), + ("ALLOCAED", &["allocated"]), + ("DEFRAGMENATION", &["defragmentation"]), + ("ALWAST", &["always"]), + ("WATED", &["wanted"]), + ("SKILLSLOTS", &["skillshots"]), + ("DISOLLUSIONED", &["disillusioned"]), + ("MULIPLES", &["multiples"]), + ("INFAILLIBLE", &["infallible"]), + ("CLINICAS", &["clinics"]), + ("SYLABLLES", &["syllables"]), + ("VERSIOED", &["versioned"]), + ("IMPUSLE", &["impulse"]), + ("AMERICANIS", &["americas"]), + ("TRANSCONDING", &["transcoding"]), + ("COMPRESSER", &["compressor"]), + ("OVERCLOCLED", &["overclocked"]), + ("DEFINITEVLY", &["definitively"]), + ("ANOMOLOUS", &["anomalous"]), + ("BRACNHES", &["branches"]), + ("DENCODINGS", &["encodings"]), + ("DIFFRENCE", &["difference"]), + ("CONVERSTIONS", &["conversions", "conversations"]), + ("CALLIBRATIONS", &["calibrations"]), + ("SPEFIIFIED", &["specified"]), + ("EXPERIMENTAITALLY", &["experimentally"]), + ("NARHWAL", &["narwhal"]), + ("RESPONCE", &["response"]), + ("SUBSRCIBED", &["subscribed"]), + ("ARDIUNO", &["arduino"]), + ("ESPISODE", &["episode"]), + ("RETRIVING", &["retrieving"]), + ("APPLICAPILITY", &["applicability"]), + ("MIINIMIZING", &["minimizing"]), + ("DOUCMENTS", &["documents"]), + ("CONINCIDENCE", &["coincidence"]), + ("HALLUNICATION", &["hallucination"]), + ("COMMANDI", &["command"]), + ("EVERYTEIM", &["everytime"]), + ("FASCIZATION", &["fascination"]), + ("UNEEDED", &["unneeded", "unheeded", "needed"]), + ("VARAIBLE", &["variable"]), + ("TARVIS", &["travis"]), + ("BUISINESS", &["business"]), + ("ASSING", &["assign"]), + ("SELETION", &["selection", "deletion"]), + ("DIVERSIFIY", &["diversify"]), + ("EXECULUSIVE", &["exclusive"]), + ("RAPELL", &["rappel"]), + ("RECOMPUUTE", &["recompute"]), + ("ASSOSIATES", &["associates"]), + ("SEMPAPHORE", &["semaphore"]), + ("INTERETING", &["interesting"]), + ("TOOD", &["todo"]), + ("MASTERPEICE", &["masterpiece"]), + ("DOLPHIS", &["dolphins"]), + ("PORPORTIONS", &["proportions"]), + ("INTELELCTUALS", &["intellectuals"]), + ("GRIFEING", &["griefing"]), + ("COMPLITED", &["completed"]), + ("SMOOTER", &["smoother"]), + ("WORKARAOUNDS", &["workarounds"]), + ("ACOUSITC", &["acoustic"]), + ("CONSTITUDE", &["constitute"]), + ("DEFICEINT", &["deficient"]), + ("COMMPILATION", &["compilation"]), + ("EXPLOITAITON", &["exploitation"]), + ("COLLATARAL", &["collateral"]), + ("UNIMPLIMENTED", &["unimplemented"]), + ("EMPHATIZING", &["emphasizing"]), + ("CONSEQUETIVE", &["consecutive"]), + ("OPTIIONAL", &["optional"]), + ("MULTIPLIS", &["multiplies"]), + ("BELEAVE", &["believe"]), + ("DIRECTRIES", &["directories"]), + ("APPROXMATELY", &["approximately"]), + ("EXECTUIONS", &["executions"]), + ("VERABLLY", &["verbally"]), + ("BUNLDING", &["bundling"]), + ("SPONTANOUS", &["spontaneous"]), + ("PERPECTIVE", &["perspective"]), + ("PROGATION", &["propagation"]), + ("OBESERVER", &["observer"]), + ("REVELAITON", &["revelations"]), + ("EXISTANE", &["existence"]), + ("PERCRENT", &["percent"]), + ("POSITIVLY", &["positively"]), + ("RETARTED", &["restarted"]), + ("WARNINNG", &["warning"]), + ("AUTHETNTICATOR", &["authenticator"]), + ("DULEING", &["dueling"]), + ("CARDIOVASUCLAR", &["cardiovascular"]), + ("DELIMIITERS", &["delimiters"]), + ("GENEREIC", &["generic"]), + ("PROBELMATIC", &["problematic"]), + ("JUPTIER", &["jupiter"]), + ("CONSTTRUCTOR", &["constructor"]), + ("CONTRACR", &["contractor"]), + ("ADDITIOANL", &["additional"]), + ("SUBSQUENT", &["subsequent"]), + ("REOSOURCE", &["resource"]), + ("ACCESSIBILITIY", &["accessibility"]), + ("HOMOSEXUALLITY", &["homosexuality"]), + ("REGULATONS", &["regulations"]), + ("CATTLESHIP", &["battleship"]), + ("BOUUNDING", &["bounding"]), + ("SUCCESSFULYL", &["successfully"]), + ("PREREQUISIT", &["prerequisite"]), + ("SUGGESSTING", &["suggesting"]), + ("MEESAGES", &["messages"]), + ("APOCALPYTIC", &["apocalyptic"]), + ("CHNNEL", &["channel"]), + ("PSCYHOLOGICAL", &["psychological"]), + ("ALGORITHEMS", &["algorithm", "algorithms"]), + ("ICLUDED", &["included"]), + ("CREEATES", &["creates"]), + ("TRANSCIRPT", &["transcripts"]), + ("DESPIDE", &["despised"]), + ("APPROUVES", &["approves"]), + ("ESITMATIONS", &["estimations"]), + ("FOREGINERS", &["foreigners"]), + ("IDENTIC", &["identical"]), + ("WINDOS", &["windows"]), + ("INTIALISER", &["initialiser"]), + ("QUARUNTINE", &["quarantine"]), + ("UNDERMIMING", &["undermining"]), + ("PRECISIONN", &["precision"]), + ("DIMINUSHING", &["diminishing"]), + ("REPRSENTATIONS", &["representations"]), + ("TRANSMATTER", &["transmitter"]), + ("UNSUCESFULL", &["unsuccessful"]), + ("INTOLORANCE", &["intolerance"]), + ("SHEDULES", &["schedules"]), + ("UNSUBSCIBE", &["unsubscribe"]), + ("TRESURE", &["treasure"]), + ("OFCROUSE", &["ofcourse"]), + ("SANTIZED", &["sanitized"]), + ("ASSIGNEMNTS", &["assignments"]), + ("MEZMORIZING", &["mesmerizing"]), + ("ESACPED", &["escaped"]), + ("INSTLLER", &["installer"]), + ("ALLCOATED", &["allocated"]), + ("SUBSTANSES", &["substances"]), + ("CACNCEL", &["cancel"]), + ("CATEOGRY", &["category"]), + ("ABLUMS", &["albums"]), + ("PATRONAS", &["patrons"]), + ("PERSPECITVES", &["perspectives"]), + ("UNCONCIOUS", &["unconscious"]), + ("OVERWEALMED", &["overwhelmed"]), + ("BLISTERES", &["blisters"]), + ("BRIGDE", &["bridge"]), + ("IMMEDEATELY", &["immediately"]), + ("LISTES", &["listed"]), + ("GTHE", &["the"]), + ("ADVANTAGEUS", &["advantageous"]), + ("ROBUTNESS", &["robustness"]), + ("TRANSLATIO", &["translator"]), + ("INIDVIDUAL", &["individual"]), + ("PROGARMER", &["programmer"]), + ("EXISTENSE", &["existence"]), + ("CATASTRPHIC", &["catastrophic"]), + ("FITLERS", &["filters"]), + ("UNATTEDED", &["unattended"]), + ("ADVERSERIAL", &["adversarial"]), + ("PRINCIPALY", &["principality"]), + ("ISNTRUMENTS", &["instruments"]), + ("CONTENTSS", &["contents"]), + ("CATOSTRAPHIC", &["catastrophic"]), + ("SREENSHOTS", &["screenshots"]), + ("XGETTTEXT", &["xgettext"]), + ("PRESIDENITAL", &["presidential"]), + ("ORCALE", &["oracle"]), + ("APLICABLE", &["applicable"]), + ("SIGTHSTONE", &["sightstone"]), + ("CONCEITUAL", &["conceptual"]), + ("MANETAINER", &["maintainer"]), + ("UNAUTHORIED", &["unauthorized"]), + ("EXCETUTES", &["executes"]), + ("CONTINUENT", &["contingent"]), + ("POLICAL", &["political"]), + ("SHPERICAL", &["spherical"]), + ("RAIDANCE", &["radiance"]), + ("ROLEPLAING", &["roleplaying"]), + ("SSOAIATING", &["associating"]), + ("PARITALLY", &["partially"]), + ("ATENTION", &["attention"]), + ("POPUPLATING", &["populating"]), + ("SEGMNET", &["segment"]), + ("MUNCHIS", &["munchies"]), + ("EGINE", &["engine"]), + ("ANEELING", &["annealing"]), + ("THREATINING", &["threatening"]), + ("EXPLCIT", &["explicit"]), + ("MISUNDERDTANDING", &["misunderstandings"]), + ("MINIMALS", &["minimalist"]), + ("TRADIONALLY", &["traditionally"]), + ("TRNSFERED", &["transferred"]), + ("IDENTIFILER", &["identifier"]), + ("SUBSCIBERS", &["subscribers"]), + ("PREIVOUS", &["previous"]), + ("CIRCULARY", &["circular"]), + ("ETHCIALLY", &["ethically"]), + ("REPROCUCING", &["reproducing", "reprocuring"]), + ("ALIKES", &["alike", "likes"]), + ("IMPOSSIBAL", &["impossibly"]), + ("BOUDNARY", &["boundary"]), + ("MANOUVERABILITY", &["maneuverability"]), + ("GUARNETEING", &["guaranteeing"]), + ("COUNTAIN", &["contain"]), + ("SENSASIONALIST", &["sensationalist"]), + ("ALIGNMNET", &["alignment"]), + ("NEGOTIAION", &["negotiation"]), + ("VISIBILILTY", &["visibility"]), + ("CONFIGUARTION", &["configuration"]), + ("MATHEMATICKS", &["mathematics"]), + ("KRYPTONINTE", &["kryptonite"]), + ("MEASSURABLE", &["measurable"]), + ("DEPENDANCYS", &["dependencies"]), + ("WITHOUD", &["without"]), + ("EXPRIMENTAL", &["experimental"]), + ("SPEFICITIABLE", &["specifiable"]), + ("DISKRIMINATION", &["discrimination"]), + ("DELATE", &["delete"]), + ("INFILTARTOR", &["infiltrator"]), + ("CONTENER", &["container"]), + ("STATMENET", &["statement"]), + ("GRAMMATICALY", &["grammatically"]), + ("UNNEDDED", &["unneeded"]), + ("ELMENT", &["element"]), + ("CONTSTRUCTOR", &["constructor"]), + ("CLASSIFIDES", &["classified"]), + ("NEGATIVY", &["negativity"]), + ("SPEFICIFICATIONS", &["specifications"]), + ("UNITILISING", &["uninitialising"]), + ("WEZZALS", &["weasels"]), + ("COMPERABLE", &["comparable"]), + ("BOOLEAMNS", &["booleans"]), + ("SQIURTLE", &["squirtle"]), + ("DEBEHLPER", &["debhelper"]), + ("CONSUPTION", &["consumption"]), + ("OOUTPUTS", &["outputs"]), + ("NOTWHITHSTANDING", &["notwithstanding"]), + ("DISARD", &["discard"]), + ("DECORDINGS", &["decodings"]), + ("UPION", &["upon"]), + ("ATTEMPTTING", &["attempting"]), + ("FASTNER", &["fastener"]), + ("SUBSEQUENCT", &["subsequent"]), + ("TRASNFER", &["transfer"]), + ("CONTTRIBUTE", &["contribute"]), + ("CHATOLIC", &["catholic"]), + ("SPEFIIFYING", &["specifying"]), + ("RELEASSE", &["release"]), + ("EXPLODS", &["explodes"]), + ("ECNETRICITY", &["eccentricity"]), + ("DOCMUNETING", &["documenting"]), + ("ITHEIRS", &["theirs"]), + ("SELCETED", &["selected"]), + ("REASONABLLY", &["reasonably"]), + ("INDEFINATE", &["indefinite"]), + ("CATOGERIZED", &["categorized"]), + ("DISCRIBE", &["describe"]), + ("PARAPRHASING", &["paraphrasing"]), + ("LOIGNS", &["logins"]), + ("ASERTION", &["assertion"]), + ("INTRUDUCTORY", &["introductory"]), + ("INSTALLATATION", &["installation"]), + ("COVERRED", &["covered"]), + ("IMPLMENETAION", &["implementation"]), + ("ORIENATE", &["orientate", "orient", "ornate"]), + ("COMPRAISON", &["comparisons"]), + ("COERCABLE", &["coercible"]), + ("DEFAUTLS", &["defaults"]), + ("INTERATION", &["iteration", "interaction", "integration"]), + ("ITTERATION", &["iteration"]), + ("EMPLYED", &["employed"]), + ("ASSERSIONS", &["assertions"]), + ("BEHAIVIOUR", &["behaviour"]), + ("DISSAMBLIES", &["disassemblies"]), + ("MANETAIN", &["maintain"]), + ("BOCOME", &["become"]), + ("COMBINS", &["combines"]), + ("MERCHANISE", &["merchandise"]), + ("BACKEDNS", &["backends"]), + ("DELUSIONNAL", &["delusional"]), + ("SLAPTOON", &["splatoon"]), + ("RIDICULUS", &["ridiculous"]), + ("IMPLEMEMNTATION", &["implementation"]), + ("WINDOOWS", &["windows"]), + ("DISCUASSED", &["discussed"]), + ("SERVANTES", &["servants"]), + ("FOLLWOWONG", &["following"]), + ("ADDPRESS", &["address"]), + ("PERSEPECTIVES", &["perspectives"]), + ("SCANDONAVIA", &["scandinavia"]), + ("CUSTONISERS", &["customisers"]), + ("OVERWTACH", &["overwatch"]), + ("ORCESTRATES", &["orchestrates"]), + ("CONTANST", &["constants", "contents"]), + ("RELENTLESSLEY", &["relentlessly"]), + ("BLATIMORE", &["baltimore"]), + ("MODIFTY", &["modify"]), + ("NEIGHBEODS", &["neighborhoods"]), + ("COMPLETEED", &["completed"]), + ("SPECIIFER", &["specifier"]), + ("VERITIABLE", &["verifiable"]), + ("CONOSUER", &["connoisseur"]), + ("WARRNING", &["warning"]), + ("BUND", &["bind", "bound"]), + ("SCANDIMANIA", &["scandinavia"]), + ("PROGRESISON", &["progressions"]), + ("EXIPRED", &["expired"]), + ("OREDING", &["ordering"]), + ("PURCAHSED", &["purchased"]), + ("INVITACION", &["invitation"]), + ("DEINITALIZING", &["deinitializing"]), + ("ALGORTHYNS", &["algorithms"]), + ("MANIPUALTED", &["manipulated"]), + ("PROMINANCE", &["prominence"]), + ("SEGUOYS", &["segues"]), + ("REGRESISON", &["regression"]), + ("NORMALYZE", &["normalize"]), + ("PERMADE", &["premade"]), + ("DISPAYES", &["displays"]), + ("DELIEVERED", &["delivered"]), + ("BENEDICKT", &["benedict"]), + ("POSSESING", &["possessing"]), + ("DEREFERENCCING", &["dereferencing"]), + ("CONFIDENTAL", &["confidential"]), + ("BEVORHAND", &["beforehand"]), + ("IFNORMATION", &["information"]), + ("WRITTIN", &["written", "writing"]), + ("GORGOUS", &["gorgeous"]), + ("GENERTOR", &["generator"]), + ("PLUGED", &["plugged"]), + ("SINGIFICANTLY", &["significantly"]), + ("OPPURTUNITES", &["opportunities"]), + ("ENCOUTNER", &["encounter"]), + ("UBIQUITUOUSLY", &["ubiquitously"]), + ("TERRORISTAS", &["terrorists"]), + ("TESTICLULAR", &["testicular"]), + ("PRUSUES", &["pursues"]), + ("INVESTIAGTIVE", &["investigative"]), + ("CANCERNS", &["cancers"]), + ("COUNRTY", &["country"]), + ("IRRESPECITVE", &["irrespective"]), + ("CONTINUNING", &["continuing"]), + ("OUTUPUT", &["output"]), + ("BRIGHTNESSS", &["brightness"]), + ("RIMANISSING", &["reminiscing"]), + ("PSCYHOLOGIST", &["psychologist"]), + ("PERCIEVED", &["perceived"]), + ("EXECURED", &["executed"]), + ("INCLUE", &["include"]), + ("DEIVANT", &["deviant"]), + ("LOCGICAL", &["logical"]), + ("SUBREDDDITS", &["subreddits"]), + ("COMBINATIO", &["combination"]), + ("OPPERATOR", &["operator"]), + ("AUTHOS", &["authors", "autos"]), + ("CLONABLE", &["cloneable"]), + ("NAUSEOS", &["nauseous"]), + ("EMBARRASMENTS", &["embarrassment"]), + ("UTILTITY", &["utility"]), + ("HESTITATE", &["hesitate"]), + ("WEEEKEND", &["weekend"]), + ("FYSISIT", &["physicist"]), + ("PARAGRAPGH", &["paragraphs"]), + ("SPERHICAL", &["spherical"]), + ("UNCE", &["once"]), + ("WEREE", &["were"]), + ("APPROPROPIATE", &["appropriate"]), + ("COLELCTORS", &["collectors"]), + ("MEMWOIR", &["memoir"]), + ("SPEFIXIER", &["specifier"]), + ("IGNORGABLE", &["ignorable"]), + ("SHEPES", &["shapes"]), + ("CRITIICALS", &["criticals"]), + ("COMPENSENTATE", &["compensate"]), + ("CHALENGING", &["challenging"]), + ("ATUHENTICATES", &["authenticates"]), + ("ENCOMPASE", &["encompass"]), + ("CLOSELEY", &["closely"]), + ("SIGANTURE", &["signature"]), + ("AUGMNETING", &["augmenting"]), + ("OBTRAINED", &["obtained"]), + ("PRYAMIDS", &["pyramids"]), + ("EXPETANCY", &["expectancy"]), + ("EXESSIVE", &["excessive"]), + ("LANGUAGUE", &["language"]), + ("ALDUTERY", &["adultery"]), + ("EXCPLICTLY", &["explicitly"]), + ("SUBREE", &["subtree"]), + ("HEREROSEXUAL", &["heterosexual"]), + ("AUTHENITCATOR", &["authenticator"]), + ("ANUALIZED", &["annualized"]), + ("CIRCUMSICE", &["circumcised"]), + ("EHTHER", &["ether", "either"]), + ("IGNONRE", &["ignore"]), + ("CHASIM", &["chasm"]), + ("MISOGONIST", &["misogynist"]), + ("MEDEIVAL", &["medieval"]), + ("DELETIONG", &["deletion"]), + ("DISCONENCTING", &["disconnecting"]), + ("ACCESSOIRS", &["accessories"]), + ("DEFFERENT", &["different", "deferent"]), + ("RECURITER", &["recruiter"]), + ("QUARTERY", &["quarterly"]), + ("HEATHERN", &["heathen"]), + ("CUSOTMERS", &["customers"]), + ("REQUIEUM", &["requiem"]), + ("DIVICE", &["device"]), + ("SILIENTLY", &["silently", "saliently"]), + ("REQUENST", &["request", "requests"]), + ("PERFOMEER", &["performer"]), + ("INDEPDENDET", &["independent"]), + ("RESISTANSE", &["resistances"]), + ("PARAMETE", &["parameter"]), + ("RECROOTED", &["recruited"]), + ("AUTHENRICATION", &["authentication"]), + ("WHOLEHEARTIDLY", &["wholeheartedly"]), + ("COMPARABILE", &["comparable"]), + ("SIEZE", &["seize", "size"]), + ("VULNERARBILITIES", &["vulnerabilities"]), + ("SELCTOR", &["selector"]), + ("PROTAGANISTS", &["protagonists"]), + ("REAPIRED", &["repaired"]), + ("AMMENDMENTS", &["amendments"]), + ("NNOVISHEATE", &["novitiate"]), + ("IMMORTALTY", &["immortality"]), + ("CAHNGES", &["changes"]), + ("VESIONS", &["versions"]), + ("NONCOMBATENTS", &["noncombatants"]), + ("FIDALITY", &["fidelity"]), + ("REVLOVER", &["revolver"]), + ("BARRAKCS", &["barracks"]), + ("CAPATILISTS", &["capitalists"]), + ("BECAMAE", &["became"]), + ("CAFFINE", &["caffeine"]), + ("EXPIERIENCES", &["experiences"]), + ("EXTEPECTING", &["expecting"]), + ("PRINCEPALS", &["principals"]), + ("LABRATORY", &["laboratory"]), + ("PREROGITIVE", &["prerogative"]), + ("PERISISTENT", &["persistent"]), + ("ENVIORONMENT", &["environment"]), + ("MATHEMATHICS", &["mathematics"]), + ("CONNNECTION", &["connection"]), + ("CAFETEIRA", &["cafeteria"]), + ("ASTETHICISM", &["aestheticism"]), + ("PICKNIC", &["picnic"]), + ("JUMPIMNG", &["jumping"]), + ("EMTIES", &["empties"]), + ("SEGREGACION", &["segregation"]), + ("ALCHEMEY", &["alchemy"]), + ("DEMONSTRAS", &["demonstrates"]), + ("FITERING", &["filtering"]), + ("CONTEXTFUL", &["contextual"]), + ("ANNOUNCEMNT", &["announcement"]), + ("SUBRUBAN", &["suburban"]), + ("PLEBICITE", &["plebiscite"]), + ("SCHIZOPHERNIA", &["schizophrenia"]), + ("RECONEECTED", &["reconnected"]), + ("APRETEATED", &["appreciated"]), + ("LICKER", &["liquor"]), + ("SYNTACES", &["syntax", "syntaxes"]), + ("CORGNITO", &["cognito"]), + ("WALKAROUND", &["workaround"]), + ("INFORMATIE", &["informative"]), + ("FECTHING", &["fetching"]), + ("ELIGIBILTY", &["eligibility"]), + ("SUCESION", &["succession"]), + ("MANIPUTED", &["manipulated"]), + ("GORILLIA", &["gorilla"]), + ("SCCESSFUL", &["successful"]), + ("NOMBER", &["number"]), + ("QUESTIONNE", &["questioned"]), + ("CLASSIFICAITONS", &["classifications"]), + ("RECEIPTION", &["reception"]), + ("PLIGRIM", &["pilgrim"]), + ("INCONVIENENT", &["inconvenient"]), + ("ESTABISHING", &["establishing"]), + ("EXPETEDLY", &["expectedly"]), + ("SUEFULL", &["useful"]), + ("SUPPOSEABLE", &["supposable"]), + ("MAINPULATE", &["manipulate"]), + ("MULTIPLAYS", &["multiply"]), + ("EXPERMENETED", &["experimented"]), + ("THERAPEUDIC", &["therapeutic"]), + ("RESOTRER", &["restorer"]), + ("PREISDENTS", &["presidents"]), + ("STATEMAN", &["statesman"]), + ("COMPAIRISONS", &["comparisons"]), + ("GORUP", &["group"]), + ("PASTURIZE", &["pasteurize"]), + ("CHARACTERTISTICS", &["characteristics"]), + ("SPIRITUALIY", &["spiritually"]), + ("ADJASANT", &["adjacent"]), + ("SEBASTIN", &["sebastian"]), + ("FOUTH", &["fourth"]), + ("INVOLUNARY", &["involuntary"]), + ("UNCONDITIONNALLY", &["unconditionally"]), + ("ALPH", &["alpha"]), + ("WMPTY", &["empty"]), + ("BIRTHDAYERS", &["birthdays"]), + ("SEQUEMCES", &["sequences"]), + ("COMPONANTS", &["components"]), + ("IVALID", &["invalid"]), + ("AMENDMENTERS", &["amendments"]), + ("RELGIOUS", &["religious"]), + ("RESPONSIBILTY", &["responsibility"]), + ("ALLK", &["all"]), + ("DICTADORSHIP", &["dictatorship"]), + ("IMPOSSIBLITY", &["impossibly"]), + ("BABYSITTTING", &["babysitting"]), + ("INSIGNED", &["unsigned"]), + ("IGONED", &["ignored"]), + ("SUBFROMS", &["subforms"]), + ("CONSTRCTED", &["constructed", "constricted"]), + ("CAPATILIZE", &["capitalize"]), + ("TERIFIC", &["terrific"]), + ("RESOPNSE", &["response"]), + ("FALSHES", &["flashes"]), + ("BOUNADS", &["bounds"]), + ("UNIFOMTITY", &["uniformity"]), + ("BEHAVORAL", &["behavioral"]), + ("DESTINAITONS", &["destinations"]), + ("FROMATED", &["formatted"]), + ("ACCRACY", &["accuracy"]), + ("SYPMTOMS", &["symptoms"]), + ("CONTINUU", &["continuous"]), + ("WIEGHT", &["weight"]), + ("ALTERATING", &["alteration"]), + ("TRAVERESAL", &["traversal"]), + ("HIGHLIGJTES", &["highlights"]), + ("UNIQE", &["unique"]), + ("CHEERLEADRA", &["cheerleader"]), + ("ELLIGNTON", &["ellington"]), + ("OUTSKRITS", &["outskirts"]), + ("ANCESTORE", &["ancestor"]), + ("IDEOLOGIERS", &["ideologies"]), + ("BUFER", &["buffer"]), + ("CIRRICULUM", &["curriculum"]), + ("SOCRIPTING", &["scripting"]), + ("PROFESSONIAL", &["professionals"]), + ("CANDITATES", &["candidates"]), + ("EXPERESS", &["express"]), + ("OVERZEALOSLY", &["overzealously"]), + ("COMPHREHENSIVE", &["comprehensive"]), + ("DEFETEAD", &["defeated"]), + ("WAITIGN", &["waiting"]), + ("EXPERIMENATING", &["experimenting"]), + ("WHTIHIN", &["within"]), + ("TEAMIFGHT", &["teamfight"]), + ("SIRVAYLED", &["surveiled"]), + ("ARUGMENTATIVE", &["argumentative"]), + ("PERFORMACES", &["performances"]), + ("REFERENECS", &["references"]), + ("AMATEUREST", &["amateurs"]), + ("COMPORESSION", &["compression"]), + ("STRUCTER", &["structure"]), + ("MISSCONFIGURING", &["misconfiguring"]), + ("COMPLILER", &["compiler"]), + ("EXECUTUED", &["executed"]), + ("PREPAIRED", &["prepared"]), + ("POSITITION", &["position"]), + ("FINNSIH", &["finnish"]), + ("JEWERLY", &["jewelry"]), + ("ARICULATIONS", &["articulations"]), + ("COMPARIOSS", &["comparisons"]), + ("CONCENTRAION", &["concentration"]), + ("ARCHITECHTURE", &["architecture"]), + ("NIMPHO", &["nympho"]), + ("DISCRETING", &["discretion"]), + ("ACCUMLATED", &["accumulated"]), + ("ASSEMBELER", &["assembler"]), + ("VERSIONM", &["version"]), + ("ESTABISH", &["establish"]), + ("SUPSEND", &["suspend"]), + ("PARTECIPATE", &["participate"]), + ("FINNALY", &["finally"]), + ("CONTRETE", &["concrete"]), + ("SUEPRSET", &["superset"]), + ("SPEFIFES", &["specifies"]), + ("COORDINNATE", &["coordinate"]), + ("PROODUCED", &["produced"]), + ("BUMPT", &["bump"]), + ("EXIPRES", &["expires"]), + ("PROSTETHIC", &["prosthetic"]), + ("SCHIZOPRHENIC", &["schizophrenic"]), + ("PERFROMED", &["performed"]), + ("CHARACTERSISTIC", &["characteristic"]), + ("PROPERTIE", &["property", "properties"]), + ("PLAESTINIANS", &["palestinians"]), + ("DECIMIALS", &["decimals"]), + ("REGARLESS", &["regardless"]), + ("NEGOTAIABLE", &["negotiable"]), + ("COEFICIENT", &["coefficient"]), + ("ACTICATION", &["activation"]), + ("STREGNTHS", &["strengths"]), + ("CONTENSION", &["contention"]), + ("FUNCATIONALITY", &["functionality"]), + ("ACCORDDING", &["according"]), + ("SUPORTED", &["supported"]), + ("KONSTANTS", &["constants"]), + ("ACENDENCY", &["ascendency"]), + ("SCREEBS", &["screens"]), + ("SPECIFT", &["specify"]), + ("EXPEMT", &["exempt"]), + ("CERTIFICSTED", &["certificated"]), + ("BULLEST", &["bullets"]), + ("TICKNESS", &["thickness"]), + ("FORTUNANTLY", &["fortunately"]), + ("ANULLED", &["annulled"]), + ("UNDUCUMENTED", &["undocumented"]), + ("REGUIRING", &["requiring"]), + ("CHARACTRISTICALLY", &["characteristically"]), + ("PANMEDIC", &["pandemic"]), + ("RITALIAN", &["ritalin"]), + ("FRIMWARE", &["firmware"]), + ("MULTPILE", &["multiple"]), + ("CHILEDREN", &["children"]), + ("NORWEGAIN", &["norwegian"]), + ("JUGGERNAUGT", &["juggernaut"]), + ("COYRIGHT", &["copyright"]), + ("SORROGATE", &["surrogate"]), + ("TRANSALTE", &["translate"]), + ("DECLARTIUONS", &["declarations"]), + ("ASYNCHRONIOUS", &["asynchronous"]), + ("ENTQUIRY", &["enquiry"]), + ("COLLABERATIVE", &["collaborative"]), + ("REMEMEBRED", &["remembered"]), + ("GENERIOUSLY", &["generously"]), + ("DETAISL", &["details"]), + ("DETATCHING", &["detaching"]), + ("ARITHETIC", &["arithmetic"]), + ("SWEPTH", &["swept"]), + ("TREASURS", &["treasures"]), + ("INFORMATINS", &["information"]), + ("VERTIALLY", &["vertically"]), + ("MISYGONISTIC", &["misogynistic"]), + ("LEGNTHY", &["lengthy"]), + ("FUCNTIONED", &["functioned"]), + ("WRESLTER", &["wrestler"]), + ("INTELLEGENT", &["intelligent"]), + ("VALLAYED", &["valeted"]), + ("INVESTIGSTIONS", &["investigations"]), + ("DERVIATIVES", &["derivatives"]), + ("PERSONMAL", &["personal"]), + ("INTEREPETED", &["interpreted"]), + ("ENTHUSIATS", &["enthusiast"]), + ("ORRIGINAL", &["original"]), + ("AVAILIBITY", &["availability"]), + ("LEGIONIS", &["legions"]), + ("ABUSERES", &["abusers"]), + ("PTICHFORK", &["pitchfork"]), + ("ANOMYNOUS", &["anonymous"]), + ("RAOTATIONS", &["rotations"]), + ("ALGOTRITHMS", &["algorithms"]), + ("ACTIVITS", &["activities"]), + ("MYSTQL", &["mysql"]), + ("INTEGRADED", &["integrated"]), + ("PHILIDALPHIA", &["philadelphia"]), + ("OPTIMYZE", &["optimize"]), + ("ALGOROTHMIC", &["algorithmic"]), + ("NATIONALIT", &["nationalist"]), + ("SEPECIALLY", &["especially", "specially"]), + ("THURDSAY", &["thursday"]), + ("ALGORTIMS", &["algorithms"]), + ("SUMMARIZTION", &["summarization"]), + ("CHATOWS", &["châteaux"]), + ("DOCUEMTNS", &["documents"]), + ("CRITISISMS", &["criticisms"]), + ("ATTAHCMENT", &["attachment"]), + ("PRECONDTIONER", &["preconditioner"]), + ("SOVLER", &["solver"]), + ("CREATER", &["creature", "creator", "crater"]), + ("EXTRADICTION", &["extradition"]), + ("CURCE", &["course", "curse", "curve"]), + ("CLAYMER", &["claymore"]), + ("UNDETECABLE", &["undetectable"]), + ("VISABLE", &["visible"]), + ("COLOER", &["color"]), + ("TRUCATING", &["truncating"]), + ("EMBODYMENT", &["embodiment"]), + ("OPERATIONNAL", &["operational"]), + ("INVARINAT", &["invariant"]), + ("OVERWRITEN", &["overwritten"]), + ("SUPERVISORES", &["supervisors"]), + ("DIECT", &["direct"]), + ("OPPORTUNISTICLY", &["opportunistically"]), + ("DEMENOR", &["demeanor"]), + ("TAGET", &["target"]), + ("TEMPORARILTY", &["temporarily"]), + ("DESENSITZED", &["desensitized"]), + ("PRIOROTY", &["priority"]), + ("SEPARTED", &["separated"]), + ("CASSIM", &["chasm"]), + ("CONFERENZE", &["conference"]), + ("PSACED", &["paced", "spaced"]), + ("ORIGIALLY", &["originally"]), + ("FORGEROUND", &["foreground"]), + ("ORIGNATED", &["originated"]), + ("REPBULIC", &["republic"]), + ("SANDLAS", &["sandals"]), + ("EXPERIMTENED", &["experimented"]), + ("SUSPITIONS", &["suspicions"]), + ("SIMULATIN", &["simulation"]), + ("FOLLEW", &["follow"]), + ("EVEOLVING", &["evolving"]), + ("ACCELEARTE", &["accelerate"]), + ("USUABLE", &["usable"]), + ("SOLTION", &["solution"]), + ("CONETED", &["connected"]), + ("STRANGNESS", &["strangeness"]), + ("OMMISSIONS", &["omissions"]), + ("FIRENDZONED", &["friendzoned"]), + ("NIEAR", &["near"]), + ("GEOMERTIC", &["geometric"]), + ("EHTNICITY", &["ethnicity"]), + ("COLLACTION", &["collection"]), + ("WORKENCH", &["workbench"]), + ("EXPERIMMENT", &["experiment"]), + ("MUTIALTED", &["mutilated"]), + ("ASSIGNEMENTS", &["assignments"]), + ("DEOCDING", &["decoding"]), + ("BACKALORIETTE", &["baccalaureate"]), + ("EXCHANAGE", &["exchange"]), + ("NECASSERY", &["necessary"]), + ("ALPABETIC", &["alphabetic"]), + ("PHILOSIPHER", &["philosopher"]), + ("PROVIDORS", &["providers", "providores"]), + ("SHEPHED", &["shepherd"]), + ("CARACTERIZED", &["characterized"]), + ("SPEFIFIFES", &["specifies"]), + ("SECURUITY", &["security"]), + ("DYMAMICALLY", &["dynamically"]), + ("SHEMAS", &["schemas"]), + ("SPECTACULARY", &["spectacularly"]), + ("IMABLANCES", &["imbalances"]), + ("FORMULADOS", &["formulas"]), + ("SUBTIEL", &["subtitle"]), + ("QUESSANTS", &["croissants"]), + ("NECESASRY", &["necessary"]), + ("INCONSEQUENTUAL", &["inconsequential"]), + ("MALLICIOUS", &["malicious"]), + ("CARROTUS", &["carrots"]), + ("PLATFFORM", &["platform"]), + ("CONVENEINCE", &["convenience"]), + ("ALWAUS", &["always"]), + ("SIMILIARITIES", &["similarities"]), + ("BUBBLEWS", &["bubbles"]), + ("HANDSHKS", &["handshakes"]), + ("ARRE", &["are"]), + ("PROSTITURE", &["prostitute"]), + ("HIEROGLPHS", &["hieroglyphs"]), + ("TEMPLETED", &["templated"]), + ("DUMBFOUNDEADS", &["dumbfounded"]), + ("MORPHEN", &["morphine"]), + ("ASSOCITES", &["associates"]), + ("CONSOL", &["console"]), + ("ILLUSTRADED", &["illustrated"]), + ("EXCECUTES", &["executes"]), + ("INSTALLATIN", &["installations"]), + ("ANALIZE", &["analyze"]), + ("CURCUMSTANCES", &["circumstances"]), + ("REALEASE", &["release"]), + ("TRANSFORNERS", &["transformers"]), + ("SILHOUWETES", &["silhouettes"]), + ("RECEETS", &["receipts"]), + ("HAPPPENING", &["happening"]), + ("REDUNDANTCY", &["redundancy"]), + ("NECCESSITY", &["necessity"]), + ("RECRUTIMENT", &["recruitment"]), + ("ALGORTISM", &["algorithm"]), + ("CONONTATION", &["connotation"]), + ("OPERATATION", &["operation"]), + ("ORGANIZAREM", &["organizer"]), + ("LOGOIC", &["logic"]), + ("ELAGANT", &["elegant"]), + ("STANDY", &["standby", "sandy", "standee"]), + ("LICESNING", &["licensing"]), + ("DEATHMATH", &["deathmatch"]), + ("OFFISDE", &["offside"]), + ("WONDERFULL", &["wonderful"]), + ("DRAING", &["drawing"]), + ("CAMBOIDA", &["cambodia"]), + ("GRIEVENCES", &["grievances"]), + ("DAUGHTERBORD", &["daughterboard"]), + ("CAUTIO", &["caution"]), + ("DELIVATIVE", &["derivative"]), + ("POSTIVE", &["positive"]), + ("IDIOSINCRACY", &["idiosyncrasy"]), + ("OPTIZMIED", &["optimized"]), + ("AGUREMENT", &["argument"]), + ("ENTARTAINMENT", &["entertainment"]), + ("DISRECPECTED", &["disrespected"]), + ("OPAGUE", &["opaque"]), + ("INVESTAGATED", &["investigated"]), + ("SAMLLER", &["smaller"]), + ("TRANSPARANET", &["transparent"]), + ("EXTRAORDINALY", &["extraordinary"]), + ("EXPEREINCING", &["experiencing"]), + ("INCONSISTEND", &["inconsistent"]), + ("REALEASED", &["released"]), + ("MIPLEMENTATION", &["implementation"]), + ("CONFIGURATED", &["configured"]), + ("BBOOLEANS", &["booleans"]), + ("ASSIMLIATE", &["assimilate"]), + ("SYCLED", &["cycled"]), + ("COPMILATION", &["compilation"]), + ("ETHINCALLY", &["ethnically"]), + ("NEGLEGIBLE", &["negligible"]), + ("SCRPITS", &["scripts"]), + ("PARAPHRASHED", &["paraphrase"]), + ("CATAGORIZATIONS", &["categorizations"]), + ("DESTINAION", &["destination"]), + ("EXPERIMETENTER", &["experimenter"]), + ("COOTDINATING", &["coordinating"]), + ("ZIMMAP", &["zipmap"]), + ("EVALUATATING", &["evaluating"]), + ("MILLSECONDS", &["milliseconds"]), + ("REARRAGE", &["rearrange"]), + ("SYCHRONISED", &["synchronised"]), + ("ESPISODICALLY", &["episodically"]), + ("RCALL", &["recall"]), + ("THOS", &["those", "this"]), + ("RATIONNAL", &["rational", "rationale"]), + ("ACTVITIES", &["activities"]), + ("NAPOMMED", &["napalmed"]), + ("PROPORTING", &["proportion"]), + ("OVERREACTON", &["overreaction"]), + ("GENENRIC", &["generic"]), + ("SPARTANOPS", &["spartans"]), + ("MIGES", &["midges"]), + ("ENTHUSIANTS", &["enthusiast"]), + ("CANDIDATS", &["candidates"]), + ("ASSOCAITES", &["associates"]), + ("DOWNSTARIS", &["downstairs"]), + ("TRACEABLITY", &["traceability"]), + ("TRANLSATE", &["translate"]), + ("EXPIREMENT", &["experiment"]), + ("HADERS", &["headers", "shaders", "haters"]), + ("SIZEMOLOGOGICAL", &["seismological"]), + ("PREVELANT", &["prevalent"]), + ("ORGANIZAED", &["organize"]), + ("PROCENTUAL", &["percentual"]), + ("BROADCAS", &["broadcast"]), + ("REPLASED", &["relapsed", "replaced", "rephased"]), + ("PROCEDRE", &["procedure"]), + ("ACTIAVTING", &["activating"]), + ("CONCEPS", &["concepts"]), + ("IMPLICATII", &["implicit"]), + ("BRAKPOINTS", &["breakpoints"]), + ("EMMITING", &["emitting"]), + ("SIVE", &["save", "sieve"]), + ("UNIVRSAL", &["universal"]), + ("SINOIDAL", &["sinusoidal"]), + ("ANPITHEATER", &["amphitheater"]), + ("LIBERTARIEN", &["libertarian"]), + ("MARIJAUNA", &["marijuana"]), + ("KOOKOO", &["cuckoo"]), + ("PRESPECTIVE", &["perspective"]), + ("PASCHURISING", &["pasteurising"]), + ("PRESUADED", &["persuaded"]), + ("CHASSM", &["chasm"]), + ("MOZZORELLA", &["mozzarella"]), + ("OVERTUNRED", &["overturned"]), + ("ARGUMNTS", &["arguments"]), + ("INITIALISONG", &["initialising"]), + ("DEMENSIONAL", &["dimensional"]), + ("CONSTITUIT", &["constitute"]), + ("SINICAL", &["cynical"]), + ("IRONCIALLY", &["ironically"]), + ("CONTINOUE", &["continue"]), + ("INITILISING", &["initialising"]), + ("IMPRTANT", &["important"]), + ("MISCONCPETION", &["misconceptions"]), + ("VOLENTEER", &["volunteer"]), + ("FAETURES", &["features"]), + ("HOMECOMMING", &["homecoming"]), + ("MISERABLELY", &["miserably"]), + ("CLOEST", &["closest"]), + ("EDNING", &["edging", "ending"]), + ("INCERASED", &["increased"]), + ("COEXHIST", &["coexist"]), + ("CMOBINATION", &["combination"]), + ("WITHDRAWL", &["withdrawal", "withdraw"]), + ("CONFIGARATION", &["configuration"]), + ("RELA", &["real"]), + ("CONDEMEND", &["condemned"]), + ("EXECUTIN", &["execution"]), + ("NOTIFICAIONS", &["notifications"]), + ("EXECION", &["execution"]), + ("INITALISATIONS", &["initialisations"]), + ("HIERACHIES", &["hierarchies"]), + ("REQUEUM", &["requiem"]), + ("SCPETER", &["scepter"]), + ("GAURDS", &["guards"]), + ("HOMOSEXUAIS", &["homosexuals"]), + ("FULSH", &["flush"]), + ("SIMPTOMATICLLY", &["symptomatically"]), + ("UNITL", &["until"]), + ("CORPRORATIONS", &["corporations"]), + ("PARNTERSHIPS", &["partnerships"]), + ("REVRIEVE", &["retrieve"]), + ("IRRELIVANT", &["irrelevant"]), + ("METEROLOGIST", &["meteorologist"]), + ("NORMALOS", &["normals"]), + ("RESONABELT", &["resonate"]), + ("CONTANING", &["containing"]), + ("EXECUABLE", &["executable"]), + ("TRANCENDENT", &["transcendent"]), + ("SYCHRONMODE", &["synchronmode"]), + ("VINDICITVE", &["vindictive"]), + ("PRONOUS", &["pronouns"]), + ("DISSAPPINTED", &["disappointed"]), + ("EPTIES", &["empties"]), + ("HYJACK", &["hijack"]), + ("ACTZAL", &["actual"]), + ("SECORD", &["second"]), + ("SILLIBUSES", &["syllabuses"]), + ("DOBLED", &["doubled"]), + ("NATIOANLISTIC", &["nationalistic"]), + ("INJEST", &["ingest"]), + ("SUBSCRIE", &["subscriber"]), + ("CHOSSEN", &["chosen"]), + ("ACCETABLE", &["acceptable"]), + ("CLAYMOE", &["claymore"]), + ("SUBJECTIVETY", &["subjectively"]), + ("TOTOL", &["total"]), + ("CUZTOMIZE", &["customize"]), + ("REPRESENST", &["represents"]), + ("TEMINATED", &["terminated"]), + ("RESTAT", &["restart"]), + ("CUSSTOM", &["custom"]), + ("CHILLEND", &["chilled"]), + ("DISGUSTUS", &["disgusts"]), + ("ABORIGIONAL", &["aboriginal"]), + ("WEIGHTENED", &["weighted"]), + ("INTERIOUR", &["interior"]), + ("ASYNCHRONLOUS", &["asynchronous"]), + ("BASTARDOUS", &["bastards"]), + ("COOEFFICIENT", &["coefficient"]), + ("SPHEREOS", &["spheres"]), + ("ALIGNMETS", &["alignments"]), + ("FUNCTIONIONALITIES", &["functionalities"]), + ("ALCHMEY", &["alchemy"]), + ("ENVIROMNENTALLY", &["environmentally"]), + ("UNAUTHENICATED", &["unauthenticated"]), + ("PROCESURE", &["procedure"]), + ("RESEDUE", &["residue"]), + ("ROGHT", &["right"]), + ("SYDNROME", &["syndrome"]), + ("COMLETION", &["completion"]), + ("RECONECTING", &["reconnecting"]), + ("IMPLMENETED", &["implemented"]), + ("TAYLORED", &["tailored"]), + ("CLASIFY", &["classify"]), + ("ACCEPATBLE", &["acceptable"]), + ("DEFINATRLY", &["definitely"]), + ("CONTRICTING", &["contracting"]), + ("SUPPOSINGLY", &["supposedly"]), + ("PARD", &["part"]), + ("CAPITALSIT", &["capitalists"]), + ("ASSOCIATON", &["association"]), + ("QUERRY", &["quarry", "query"]), + ("PROSPARITY", &["prosperity"]), + ("RESPECTIVELLY", &["respectively"]), + ("ALROGITHM", &["algorithm"]), + ("INSPIRATING", &["inspiration"]), + ("EVERYOENS", &["everyones"]), + ("PRACTIAL", &["practical"]), + ("DEPARMENT", &["department"]), + ("PROTOYPING", &["prototyping"]), + ("PIANKILLERS", &["painkillers"]), + ("HVAE", &["have"]), + ("SYSTME", &["system"]), + ("VACCINS", &["vaccines"]), + ("TYES", &["types", "ties"]), + ("EXERCIZES", &["exercise", "exercises"]), + ("DIMENTIONNAL", &["dimensional"]), + ("ASOCIATED", &["associated"]), + ("NERVIOUS", &["nervous"]), + ("ADVERTIS", &["adverts"]), + ("GAUARENTEED", &["guaranteed"]), + ("DETERIMINE", &["determine"]), + ("COMPARITIVE", &["comparative"]), + ("ANIMAITON", &["animation"]), + ("MORNIN", &["morning"]), + ("CONTANER", &["container"]), + ("CERAINTY", &["certainty"]), + ("TRAVELODGE", &["traveled"]), + ("INERSIAL", &["inertial"]), + ("REBELLIS", &["rebellious"]), + ("COLABORATIONS", &["collaborations"]), + ("POVIDED", &["provided"]), + ("REANMED", &["renamed"]), + ("MULITPLIER", &["multiplier"]), + ("PERCEVIED", &["perceived"]), + ("MOLECULAIRE", &["molecular"]), + ("TRUNACTED", &["truncated"]), + ("MEDIOCRISY", &["mediocrity"]), + ("EXTENISBLE", &["extensible"]), + ("IMPLEMENTATAION", &["implementation"]), + ("POLTICAL", &["political"]), + ("TRANSCTIONS", &["transitions", "transactions"]), + ("SPECIFIY", &["specify"]), + ("SATSIFY", &["satisfy"]), + ("VEAMANTLY", &["vehemently"]), + ("SUPPPORT", &["support"]), + ("DELELETE", &["delete"]), + ("NASTERSIEMS", &["nasturtiums"]), + ("IMPROBABILE", &["improbable"]), + ("TATGERT", &["target"]), + ("DAFUALTS", &["defaults"]), + ("LITEICON", &["litecoin"]), + ("SUPERVIORS", &["supervisors"]), + ("EXPLICITY", &["explicitly"]), + ("INTERMEDIE", &["intermediate"]), + ("APRROXIMATES", &["approximates"]), + ("UNFORSEEN", &["unforeseen"]), + ("SENSITVE", &["sensitive"]), + ("SUBFEATUTURES", &["subfeatures"]), + ("FALSHING", &["flashing"]), + ("EXURPT", &["excerpt"]), + ("EXTIMATING", &["estimating"]), + ("AMERLIORATES", &["ameliorates"]), + ("STAIONS", &["stations"]), + ("APROXIMATES", &["approximates"]), + ("INIFINITY", &["infinity"]), + ("APRETEATING", &["appreciating"]), + ("CONSTARNATION", &["consternation"]), + ("CONTITNENT", &["contingent"]), + ("COUNSELLNG", &["counselling"]), + ("AFFECFTED", &["affected"]), + ("UNFORTUNALTY", &["unfortunately"]), + ("ELECTRICLY", &["electrically"]), + ("COSTUMISE", &["costumes"]), + ("SPEACING", &["spacing"]), + ("ITERPRETER", &["interpreter"]), + ("FANTAZISING", &["fantasising"]), + ("PESSIMITIC", &["pessimistic"]), + ("UPLADS", &["uploads"]), + ("PICTHERS", &["pitchers"]), + ("INITIATIATOR", &["initiator"]), + ("DESINGER", &["designer"]), + ("ACCIDENTLEY", &["accidentally"]), + ("STEPING", &["stepping"]), + ("PARTITICULAR", &["particular"]), + ("ACCOMPIANED", &["accompanied"]), + ("PARAMTERISES", &["parameterises"]), + ("MATHEMETICALLY", &["mathematically"]), + ("INDAEQUATE", &["inadequate"]), + ("REQUIESTED", &["requested"]), + ("PROABABLY", &["probably"]), + ("FORVER", &["forever"]), + ("GRATUIDOUS", &["gratuitous"]), + ("CAVLARY", &["cavalry"]), + ("LOIUSIANA", &["louisiana"]), + ("UNCONCISTENCIES", &["inconsistencies"]), + ("COOTDINATION", &["coordination"]), + ("SUBPACKGES", &["subpackages"]), + ("PARAMEMTER", &["parameter"]), + ("MOTIVET", &["motivate"]), + ("PREDECCESORS", &["predecessor"]), + ("REMEBERS", &["remembers"]), + ("ENOUPH", &["enough"]), + ("SIMULATIOUS", &["simulations"]), + ("MOSUE", &["mosque", "mouse"]), + ("KINDGERGARTEN", &["kindergarten"]), + ("ACCOMMADATE", &["accommodate"]), + ("GUAREENTY", &["guaranty"]), + ("RGISTER", &["register"]), + ("MILLISENCOND", &["millisecond"]), + ("PROVIEDED", &["provided"]), + ("COMPLIATIONS", &["compilation", "compilations"]), + ("OBSTRUCTIN", &["obstruction"]), + ("ELECTIRCAL", &["electrical"]), + ("SHFITS", &["shifts"]), + ("ALGORITHMUS", &["algorithms"]), + ("OVERBEARRING", &["overbearing"]), + ("SPEFICIALLIC", &["specific"]), + ("CONSTRUCTTING", &["constructing"]), + ("CONVENANT", &["covenant"]), + ("CONSEEDS", &["concedes"]), + ("RENEGOTICATES", &["renegotiates"]), + ("ECXEPT", &["except"]), + ("ENCOUTNERS", &["encounters"]), + ("LOGARITMIC", &["logarithmic"]), + ("COMMENTSRY", &["commenters"]), + ("TRUCNATED", &["truncated"]), + ("COLLABSIBLE", &["collapsible"]), + ("BUFFERRED", &["buffered"]), + ("ADRRESSES", &["addresses"]), + ("RESEARCE", &["researcher"]), + ("INCOMAPTIBELITIES", &["incompatibilities"]), + ("PENNENSULA", &["peninsula"]), + ("CODUCTS", &["conducts"]), + ("VISUALES", &["visuals"]), + ("RECIDE", &["reside"]), + ("OPERTAIONS", &["operations"]), + ("INTERVEWING", &["intervening"]), + ("CONSTING", &["consisting"]), + ("POPERLY", &["properly", "property"]), + ("CURRRENCY", &["currency"]), + ("PROGRAMMEND", &["programmed"]), + ("JUSITFY", &["justify"]), + ("MIRACLUOUS", &["miraculous"]), + ("EXCEUCTIONS", &["executions"]), + ("PASCHURISE", &["pasteurise"]), + ("REFERERS", &["referrer", "referrers"]), + ("JOURNIED", &["journeyed"]), + ("EXCLIMATION", &["exclamation"]), + ("OPTIMIZACION", &["optimization"]), + ("FOLLWED", &["followed"]), + ("BANGQUITS", &["banquets"]), + ("DEPLORIBLE", &["deplorable"]), + ("IMPEREALIST", &["imperialist"]), + ("EMPERIAL", &["imperial"]), + ("REPETING", &["repeating"]), + ("IMAGINITVE", &["imaginative"]), + ("SYNCHORNIZATION", &["synchronization"]), + ("CORREECTLY", &["correctly"]), + ("CAPALIZED", &["capitalized"]), + ("PRONOUCIATION", &["pronunciation"]), + ("CONGRESMAN", &["congressman"]), + ("CONTROLELRS", &["controllers"]), + ("INSTALLATONS", &["installations"]), + ("CRYTPIC", &["cryptic"]), + ("CONVENCTIONALLY", &["conventionally"]), + ("AROND", &["around"]), + ("INTRCUTIONS", &["instructions"]), + ("RECONGNISES", &["recognises"]), + ("DECORDING", &["decoding"]), + ("VITMAINS", &["vitamins"]), + ("AUTOFILT", &["autofilter"]), + ("GRAPGICS", &["graphics"]), + ("APPORPIATE", &["appropriate"]), + ("VARTICES", &["vertices"]), + ("SPECFIFY", &["specify"]), + ("TRANSHPOBIC", &["transphobic"]), + ("HALLUCENATION", &["hallucination"]), + ("VOLOCITY", &["velocity"]), + ("EXTESIONS", &["extensions"]), + ("VRIFIES", &["verifies"]), + ("VOTLAGE", &["voltage"]), + ("BROWING", &["browsing"]), + ("ECCESSIVE", &["excessive"]), + ("CALLABCKS", &["callbacks"]), + ("SEGMENTES", &["segments"]), + ("ADMINISTR", &["administer"]), + ("SISTEMICS", &["systemics"]), + ("ANNUCIATORS", &["annunciators"]), + ("DISSODANCE", &["dissonance"]), + ("CONSUELING", &["consulting"]), + ("IMPLEMENTIONS", &["implementations"]), + ("BRIGE", &["bridge"]), + ("BOUNGARIES", &["boundaries"]), + ("INITILISATION", &["initialisation"]), + ("SCIPRTING", &["scripting"]), + ("THEORETICALY", &["theoretically"]), + ("FUFILL", &["fulfill"]), + ("SKETCHYSEX", &["sketches"]), + ("ENEUMERATIONS", &["enumerations"]), + ("REQUESTESTS", &["requests", "requested"]), + ("ARIVED", &["arrived"]), + ("BRIUSED", &["bruised"]), + ("DEOVTION", &["devotion"]), + ("BEAHVIOR", &["behavior"]), + ("THEORITICALLY", &["theoretically"]), + ("SOMEOENS", &["someones"]), + ("INSTRALLS", &["installs"]), + ("AESTHESTIC", &["aesthetics"]), + ("BUIDLING", &["building"]), + ("CONFRIMS", &["confirms"]), + ("DISTNCES", &["distances"]), + ("ACHEEVED", &["achieved"]), + ("INPOLITE", &["impolite"]), + ("COMBINATEION", &["combination"]), + ("APPROPROXIMATE", &["approximate"]), + ("UNNESSESSARY", &["unnecessary"]), + ("FEASIBLTY", &["feasibility"]), + ("ANTIVIRS", &["antivirus"]), + ("INSTERTED", &["inserted"]), + ("PRVIATE", &["private"]), + ("AWFULLLY", &["awfully"]), + ("OBLIDERATED", &["obliterated"]), + ("ASBTRACTOR", &["abstractor"]), + ("PROTOGONIST", &["protagonist"]), + ("SPEFICIALLICALLY", &["specifically"]), + ("DECISIVIE", &["decisive"]), + ("COMMUNICATIE", &["communicate", "communication"]), + ("CHECKOSLOVAKIA", &["czechoslovakia"]), + ("MASSIVLEY", &["massively"]), + ("ALEGED", &["alleged"]), + ("TRASNFERS", &["transfers"]), + ("RESONET", &["resonate"]), + ("INTALLING", &["installing"]), + ("EMNITY", &["enmity"]), + ("UNREGISTING", &["unregistering"]), + ("BOUNNDED", &["bounded"]), + ("EXISTANTES", &["existent"]), + ("GROUDNBREAKING", &["groundbreaking"]), + ("ALEDGE", &["allege"]), + ("DEVELOPPMENT", &["development"]), + ("TOOM", &["tomb"]), + ("RMEOVES", &["removes"]), + ("PRINTEREST", &["printers"]), + ("ARMSTROG", &["armstrong"]), + ("RECOGNITON", &["recognition"]), + ("REPORDUCTIVE", &["reproductive"]), + ("THEMESELVES", &["themselves"]), + ("TYPECHEK", &["typecheck"]), + ("DEPLOYD", &["deployed", "deploy"]), + ("PREDICAT", &["predict", "predicate"]), + ("EVALULATED", &["evaluated"]), + ("PRODUCTIOIN", &["productions"]), + ("INTERRAGATION", &["interrogation"]), + ("FOLLOLWING", &["following"]), + ("INCREDIBILE", &["incredible"]), + ("NEGOPTIONSOTIATORS", &["negotiators"]), + ("CACLULATOR", &["calculator"]), + ("ADMINISTATION", &["administration"]), + ("CHIOCE", &["choice"]), + ("DESCREASED", &["decreased"]), + ("BIZARE", &["bizarre"]), + ("SUSPISION", &["suspicion"]), + ("CONSCTRUCTIVE", &["constructive"]), + ("UNOPOSSED", &["unopposed"]), + ("UNANSWERD", &["unanswered"]), + ("MOFIFIES", &["modifies"]), + ("UNNCESSARILY", &["unnecessarily"]), + ("ENOUNCTERED", &["encountered"]), + ("ETRORS", &["errors", "terrors"]), + ("CERIFIES", &["certifies", "verifies"]), + ("COMPONET", &["components", "component"]), + ("OVERSTRECHING", &["overstretching"]), + ("CURREENTS", &["currents"]), + ("TROUPS", &["troupes", "troops"]), + ("TAITS", &["taints"]), + ("FONCTIONNALIES", &["functionalities"]), + ("ILLUSIONES", &["illusions"]), + ("IMPERAVI", &["imperative"]), + ("CORREESPOND", &["correspond"]), + ("ADECUATE", &["adequate"]), + ("COVNERT", &["convert"]), + ("BENINE", &["benign"]), + ("ANOERXIC", &["anorexic"]), + ("INITIATON", &["initiation"]), + ("REFERTENCED", &["referenced"]), + ("CRINGYWORTHY", &["cringeworthy"]), + ("SENTIMENTUL", &["sentimental"]), + ("REIMPREMENTED", &["reimplemented"]), + ("SEQENCED", &["sequenced"]), + ("ASYNCHROUNSLY", &["asynchronously"]), + ("WELATHY", &["wealthy"]), + ("FUNDAMENTALIS", &["fundamentals"]), + ("THIGHTEN", &["tighten"]), + ("DRIAGRAMMING", &["diagramming"]), + ("MIMACHES", &["mismatches"]), + ("ASETHETIC", &["aesthetic"]), + ("TRANSPART", &["transport"]), + ("EDDGE", &["edge"]), + ("IDICATE", &["indicate"]), + ("PERPETUAE", &["perpetuate"]), + ("SHORTENNING", &["shortening"]), + ("DARKENSS", &["darkness"]), + ("MENTIONNNED", &["mentioned"]), + ("APPROXIATIONS", &["approximations"]), + ("DEBNIA", &["debian"]), + ("MISDEMENORS", &["misdemeanors"]), + ("SECUENCING", &["sequencing"]), + ("CREATEN", &["creatine"]), + ("DOLPHINESE", &["dolphins"]), + ("GODLIEK", &["godlike"]), + ("CHOCOLSTE", &["chocolates"]), + ("MORINING", &["morning"]), + ("AVILABILITY", &["availability"]), + ("FASED", &["fazed", "phased"]), + ("INEVITITABLY", &["inevitably"]), + ("EXPLORARE", &["explorer"]), + ("CHUNC", &["chunk"]), + ("ARRARYS", &["arrays"]), + ("HYPOTHISIS", &["hypothesis"]), + ("EXPIRESE", &["expires"]), + ("PROPERTYS", &["properties"]), + ("ONY", &["only", "on", "one"]), + ("PSYDONYMITY", &["pseudonymity"]), + ("ADBOMEN", &["abdomen"]), + ("DURABILIY", &["durability"]), + ("LOD", &["load"]), + ("UNDESTANDING", &["understanding"]), + ("YREA", &["year"]), + ("EXCLUDDE", &["exclude"]), + ("RESTRICS", &["restricts"]), + ("DISCCONETS", &["disconnects"]), + ("PILGRAMIG", &["pilgrimage"]), + ("DUMBBELLLS", &["dumbbells"]), + ("CHECKEAR", &["checker"]), + ("CONDTIONALS", &["conditionals"]), + ("RECRETING", &["recreating"]), + ("HITBOXERS", &["hitboxes"]), + ("PROPENCITY", &["propensity"]), + ("TRIGERRING", &["triggering"]), + ("VAIBILITY", &["viability"]), + ("ENTILTED", &["entitled"]), + ("UNDET", &["under"]), + ("ACQUAINTINCES", &["acquaintances"]), + ("PLESANTLY", &["pleasantly"]), + ("COMPRIMISED", &["compromised"]), + ("DETERIMNES", &["determines"]), + ("ITERAIONS", &["iterations"]), + ("SHOULT", &["should"]), + ("DESTROS", &["destroys"]), + ("CALULATED", &["calculated"]), + ("COPIE", &["copied", "copier", "copies", "copy"]), + ("CONTINUINING", &["continuing"]), + ("KONSULTATION", &["consultation"]), + ("ASSIOCATION", &["association"]), + ("SEPERATER", &["separator"]), + ("CONCSIOUS", &["conscious"]), + ("DEREIVES", &["derives"]), + ("DIDSAPOINTED", &["disappointed"]), + ("CUBPOARD", &["cupboard"]), + ("SIGURETTE", &["cigarette"]), + ("ARBIATRAILY", &["arbitrarily"]), + ("IGNORGD", &["ignored"]), + ("COMMPUTED", &["computed"]), + ("DEVERLOPERS", &["developers"]), + ("COMMUNISTES", &["communists"]), + ("CARICATORE", &["caricature"]), + ("INITIALIZS", &["initialize", "initializes"]), + ("INQUISIDOR", &["inquisitor"]), + ("POLYMORHED", &["polymorphed"]), + ("INTERACTIVO", &["interaction"]), + ("MEAURE", &["measure"]), + ("EXENSION", &["extension"]), + ("ACCPETS", &["accepts"]), + ("PAGENATION", &["pagination"]), + ("SIMULTANIOUSLY", &["simultaneously"]), + ("PURPOSELLY", &["purposely"]), + ("ATTACKERAS", &["attackers"]), + ("RECOVERES", &["recovers"]), + ("SLASHS", &["slashes"]), + ("DOUIBLE", &["double"]), + ("GROP", &["group", "drop"]), + ("AUTHETHICATING", &["authenticating"]), + ("ORGININALS", &["originals"]), + ("TELEPROTATION", &["teleportation"]), + ("METADA", &["metadata"]), + ("SKETPIC", &["skeptic"]), + ("LAUGHABLEY", &["laughably"]), + ("EXPLOITITIVE", &["exploitative"]), + ("PERFORMANSE", &["performances"]), + ("ENDIANNES", &["endianness"]), + ("IMPERFACTIONS", &["imperfections"]), + ("KLENEX", &["kleenex"]), + ("PARANTS", &["parents"]), + ("INTERNETING", &["interesting"]), + ("PERFORAMNCES", &["performances"]), + ("CONTRIBUTIORS", &["contributors"]), + ("TRUSTWORTHLY", &["trustworthy"]), + ("AMEALEARATED", &["ameliorated"]), + ("INVOKATION", &["invocation"]), + ("MEDIOCIRTY", &["mediocrity"]), + ("COUNDITION", &["condition"]), + ("BRETHEREN", &["brethren"]), + ("FIRMWWRE", &["firmware"]), + ("MISUNDERSTNADING", &["misunderstandings"]), + ("DEFAULDS", &["defaults"]), + ("SCALEING", &["scaling"]), + ("CONTAINT", &["contain", "content"]), + ("PHYSCOPATHS", &["psychopaths"]), + ("ERRRO", &["error"]), + ("SHOUWS", &["shows"]), + ("PERFOEM", &["perform"]), + ("CONTENANTS", &["continents"]), + ("EXCERSICE", &["exercise"]), + ("AZMA", &["asthma"]), + ("OCUPIER", &["occupier"]), + ("TRUNCTATION", &["truncation"]), + ("PASSANGER", &["passenger"]), + ("SIRECTLY", &["directly"]), + ("DESTROYR", &["destroyers"]), + ("UBIQUITIOUS", &["ubiquitous"]), + ("EXPLIXITELY", &["explicitly"]), + ("APETURE", &["aperture"]), + ("METAFATA", &["metadata"]), + ("KUBERNESTS", &["kubernetes"]), + ("FINISHS", &["finishes"]), + ("LIGTHWEIGHT", &["lightweight"]), + ("THORW", &["throw"]), + ("LICSENSING", &["licensing"]), + ("CIGARETES", &["cigarettes"]), + ("PROFLIE", &["profile"]), + ("IDENTIDIER", &["identifier"]), + ("ENOUNTERED", &["encountered"]), + ("STRAM", &["steam", "stream", "tram"]), + ("OWNERD", &["owned"]), + ("DISSCTS", &["dissects"]), + ("PARLAIMENTARY", &["parliamentary"]), + ("PERSUMED", &["presumed"]), + ("WHITELSIT", &["whitelist"]), + ("EXICTING", &["exciting"]), + ("KONSERVATIVE", &["conservative"]), + ("CONCESIONS", &["concession"]), + ("FULLSCREAN", &["fullscreen"]), + ("BEFFER", &["buffer"]), + ("SOMETHIING", &["something"]), + ("REPRODUCTING", &["reproduction"]), + ("SINNAGOGS", &["synagogs"]), + ("DEPARMENTS", &["departments"]), + ("DEFINATIVELY", &["definitively"]), + ("SURVELLIANCE", &["surveillance"]), + ("CONGNITION", &["cognition"]), + ("EARTHBOUD", &["earthbound"]), + ("CONSCENT", &["consent"]), + ("INTIMIDANTE", &["intimidate"]), + ("MANSLUAGHTER", &["manslaughter"]), + ("INDICIATED", &["indicated"]), + ("STORATE", &["storage"]), + ("DEMOCRASIES", &["democracies"]), + ("UNLEESS", &["unleash", "unless"]), + ("STADNARDISING", &["standardising"]), + ("ACCIDENTLLY", &["accidentally"]), + ("MOISTURIZOR", &["moisturizer"]), + ("CANEWS", &["canoes"]), + ("GABAGE", &["garbage"]), + ("TRANSPARENTCY", &["transparency"]), + ("ASSIOCIATES", &["associates"]), + ("REOPENDED", &["reopened"]), + ("TRANSPERENTLY", &["transparently"]), + ("AVALUATE", &["evaluate"]), + ("FRIENDLE", &["friendlies"]), + ("ENTENDING", &["intending"]), + ("ASSOCATIONS", &["associations"]), + ("TANSACT", &["transact"]), + ("CURISVE", &["cursive"]), + ("ERROT", &["error"]), + ("INVULNERABILE", &["invulnerable"]), + ("PROPERLTY", &["properly", "property"]), + ("CAPABLITY", &["capability"]), + ("INCOROPATE", &["incorporate"]), + ("APPROIMATION", &["approximation"]), + ("REGCONIZED", &["recognized"]), + ("PREFERENTAIL", &["preferential"]), + ("EXPERIMINTAL", &["experimental"]), + ("ENGIENEER", &["engineer"]), + ("DELALYED", &["delayed"]), + ("UNINFROMING", &["uninforming", "uniforming"]), + ("INSTATIATING", &["instantiating"]), + ("WULD", &["would"]), + ("RITH", &["with"]), + ("SPEFIXATION", &["specification"]), + ("ALGORITHSMS", &["algorithms"]), + ("WIHTOUT", &["without"]), + ("NOTABLLY", &["notably"]), + ("INFALTING", &["inflating"]), + ("OPOEN", &["open"]), + ("NORMLLY", &["normally"]), + ("MISOGYNISITC", &["misogynistic"]), + ("ISLAMSITS", &["islamists"]), + ("POISONIS", &["poisons"]), + ("TOWRDS", &["towards"]), + ("PUNDENT", &["pundit"]), + ("INITILIALIZED", &["initialized"]), + ("CODESC", &["codecs"]), + ("INTIALISING", &["initialising"]), + ("DISSABLED", &["disabled"]), + ("THROUGHTPUT", &["throughput"]), + ("GIRZZLY", &["grizzly"]), + ("CUSTOMN", &["custom"]), + ("SENARREO", &["scenario"]), + ("ARCHTIECTS", &["architects"]), + ("AGGERGATE", &["aggregate"]), + ("ACKNOWLEDGET", &["acknowledgment"]), + ("PARAGARPH", &["paragraph"]), + ("PRECAUSION", &["precaution"]), + ("LARINGES", &["larynxes"]), + ("ENOUNTER", &["encounter"]), + ("ACOCUNT", &["account"]), + ("PACTHES", &["patches"]), + ("INMEDIATE", &["immediate"]), + ("MESASGE", &["message"]), + ("RECOMENDS", &["recommends"]), + ("TRUSTWORTHYNESS", &["trustworthiness"]), + ("REACHERS", &["readers"]), + ("PERFOMS", &["performs"]), + ("LICESNSING", &["licensing"]), + ("IMMUTIBLE", &["immutable"]), + ("DDICTIONARY", &["dictionary"]), + ("LESBIANAS", &["lesbians"]), + ("WORLOAD", &["workload"]), + ("OCCURRENCIES", &["occurrences"]), + ("TIMOEUT", &["timeout"]), + ("STANDATD", &["standard"]), + ("WORKIGN", &["working"]), + ("PARTISION", &["partition"]), + ("EXECUCTOR", &["executor"]), + ("PENNSYVLANIA", &["pennsylvania"]), + ("GERATED", &["generated", "gyrated"]), + ("UNCESSARILY", &["unnecessarily"]), + ("CONFIGUARBLE", &["configurable"]), + ("TEMPORRILY", &["temporarily"]), + ("BOTTTOM", &["bottom"]), + ("CELEBRATIONISTS", &["celebrations"]), + ("ILNESS", &["illness"]), + ("ALREASY", &["already"]), + ("WHETHE", &["whether"]), + ("DIVINITORY", &["divinity"]), + ("TOURSITY", &["touristy"]), + ("CUVRES", &["curves", "covers"]), + ("TELEVISIVO", &["television"]), + ("POSSESSERS", &["possesses"]), + ("PERFORMANCEWISE", &["performances"]), + ("UNVALIDATE", &["invalidate"]), + ("CONSTALLATION", &["constellation"]), + ("WONDERWAND", &["wonderland"]), + ("RETRANSFERING", &["retransferring"]), + ("ENTRETAINMENT", &["entertainment"]), + ("EXTEMELY", &["extremely"]), + ("SQUEAKEY", &["squeaky"]), + ("TEMPLARIOS", &["templars"]), + ("IPUT", &["input"]), + ("HANDSHARES", &["handshakes"]), + ("COMPONTS", &["compost"]), + ("PROJECITLE", &["projectiles"]), + ("ENCORDED", &["encoded"]), + ("INTERFEARENCE", &["interference"]), + ("CATTERPILLAR", &["caterpillar"]), + ("COUNTR", &["counter", "contour", "country", "county"]), + ("RELATIVISER", &["relatives"]), + ("FOLLFOWS", &["follows"]), + ("ADHERANCE", &["adherence"]), + ("BOUCES", &["bounces"]), + ("PROJECTIO", &["projection"]), + ("MESSGAED", &["messaged"]), + ("REVELUTIONARY", &["revolutionary"]), + ("UPGRATES", &["upgrades"]), + ("LOACALITY", &["locality"]), + ("WITHTIN", &["within"]), + ("FIRRST", &["first"]), + ("UTILITIZES", &["utilizes"]), + ("CACAHES", &["caches"]), + ("GUARENTEEDES", &["guarantees"]), + ("FLAGHSIP", &["flagship"]), + ("MULTIPLICATIVO", &["multiplication"]), + ("UPTREAM", &["upstream"]), + ("ENTHUSISAST", &["enthusiasts"]), + ("READIG", &["reading"]), + ("METORPOLITAN", &["metropolitan"]), + ("ENDPDOINTS", &["endpoints"]), + ("EXPLUSIONS", &["explosions"]), + ("CLAIRIFY", &["clarify"]), + ("COMMMUNICATING", &["communicating"]), + ("MISMATCHD", &["mismatched"]), + ("UNKNONWN", &["unknown"]), + ("ANDD", &["and"]), + ("THIKNESSES", &["thicknesses"]), + ("MAREVLOUS", &["marvelous"]), + ("INSEPERABLE", &["inseparable"]), + ("FETCHS", &["fetches"]), + ("SILICOLN", &["silicon"]), + ("STIMULAT", &["stimulants"]), + ("ATTAMPT", &["attempt"]), + ("REFORMATTD", &["reformatted"]), + ("UNBORNED", &["unborn"]), + ("MANIPULATIN", &["manipulation", "manipulating"]), + ("STRECHED", &["stretched"]), + ("ADOLECENT", &["adolescent"]), + ("UNBELIAVABLE", &["unbelievable"]), + ("METAMAGE", &["metagame"]), + ("NORMALLS", &["normals"]), + ("MELINEUMM", &["millennia", "millennium"]), + ("PREMIT", &["permit"]), + ("DICTATERS", &["dictates"]), + ("SADDNESS", &["sadness"]), + ("SIMUALTIONS", &["simulations"]), + ("DEFINTIIONS", &["definitions"]), + ("REPRESENATATIONAL", &["representational"]), + ("MONOCROME", &["monochrome"]), + ("MATHAMATICAL", &["mathematical"]), + ("CONTIMPLATE", &["contemplate"]), + ("AUTOMATICALL", &["automatically", "automatic"]), + ("ALLOCAITING", &["allocating"]), + ("SAMLES", &["samples", "seamless"]), + ("DANGEROS", &["dangers"]), + ("MARCHMALLOWS", &["marshmallows"]), + ("AVAOIDABLE", &["avoidable"]), + ("ERORRS", &["errors"]), + ("FUNCIONALITY", &["functionality"]), + ("BACHLEORS", &["bachelors"]), + ("DOGDING", &["dodging"]), + ("DISTIBUTE", &["distribute"]), + ("TERMINATD", &["terminated"]), + ("MODIFYED", &["modified"]), + ("CEMETARIES", &["cemeteries"]), + ("TRENGTH", &["strength"]), + ("REFERTENCES", &["references"]), + ("THRUOGHPUT", &["throughput"]), + ("UNFORTUNTALY", &["unfortunately"]), + ("NONSENCICAL", &["nonsensical"]), + ("CONCEVED", &["concede"]), + ("VERSONED", &["versioned"]), + ("ESLEWHERE", &["elsewhere"]), + ("EXRACTING", &["extracting"]), + ("CONFIRMACION", &["confirmation"]), + ("EXECUTRE", &["execute"]), + ("INSTALLES", &["installs"]), + ("ENVIRONMENTALS", &["environments"]), + ("FAILUER", &["failure"]), + ("SPEFICILLIERS", &["specifiers"]), + ("SUSPEDN", &["suspend"]), + ("SNAPING", &["snapping"]), + ("SUBNEGOATIONS", &["subnegotiations"]), + ("ASSYMPTOTIC", &["asymptotic"]), + ("CACUASIAN", &["caucasian"]), + ("SEXUALLITY", &["sexually"]), + ("INCONSISTENTCIES", &["inconsistencies"]), + ("HESISTATES", &["hesitates"]), + ("EXLICITLY", &["explicitly"]), + ("PURPOSFULLY", &["purposefully"]), + ("EXPRIENCES", &["experiences"]), + ("DECOMILER", &["decompiler"]), + ("HEIGHTED", &["heightened"]), + ("OVERRIDDED", &["overrode", "overridden"]), + ("REPLAYES", &["replays"]), + ("FEDERATIVO", &["federation"]), + ("SPEFIIFICATION", &["specification"]), + ("IMPERIALISIM", &["imperialism"]), + ("DOMINOIN", &["dominion"]), + ("DESENTISIZE", &["desensitized"]), + ("DEISGNERS", &["designers"]), + ("AGGESSIVE", &["aggressive"]), + ("RECEPITS", &["receipts"]), + ("SPEFIXIED", &["specified"]), + ("EXCPECTED", &["expected"]), + ("UNSPEFICIALLEID", &["unspecified"]), + ("RECCONETS", &["reconnects"]), + ("NESTIN", &["nesting"]), + ("INDES", &["index"]), + ("REPLICAES", &["replicates"]), + ("VIRTUALISAITON", &["virtualisation"]), + ("COVENTIONS", &["conventions"]), + ("REWRITEN", &["rewritten"]), + ("DEVEOLPMENT", &["developments", "development"]), + ("PROMOSE", &["promotes"]), + ("RESURECTING", &["resurrecting"]), + ("INFALTE", &["inflate"]), + ("INTERFALS", &["intervals"]), + ("ACTVE", &["active"]), + ("DOUBTHING", &["doubting"]), + ("INITIALIALIZE", &["initialize"]), + ("PRIVILIDGES", &["privileges"]), + ("DELELETES", &["deletes"]), + ("REOVE", &["remove"]), + ("APPORPRIATELY", &["appropriately"]), + ("MULTIPLICAITON", &["multiplication"]), + ("IDENTYTY", &["identity"]), + ("INCLUING", &["including"]), + ("APROXIMATE", &["approximate"]), + ("DCOK", &["dock"]), + ("AUOSPACING", &["autospacing"]), + ("BEGINNNINGS", &["beginnings"]), + ("ENPOIND", &["endpoint"]), + ("DRACONAIN", &["draconian"]), + ("CAHGNERS", &["changers"]), + ("CONTUINE", &["continue"]), + ("VARIATNTS", &["variants"]), + ("AFTE", &["after"]), + ("TEXURES", &["textures"]), + ("UNIVERAL", &["universal"]), + ("ALLOCATER", &["allocator"]), + ("IMBRASE", &["embrace"]), + ("ATTENDACE", &["attendance"]), + ("EXPERIMEL", &["experimental"]), + ("SEQUECES", &["sequences"]), + ("CIGERATTE", &["cigarette"]), + ("SEVENTEN", &["seventeen"]), + ("YESTRDAY", &["yesterday"]), + ("RENEGOTITABLE", &["renegotiable"]), + ("VICTEMIZE", &["victimize"]), + ("ACKNOWLDEGEMENT", &["acknowledgement"]), + ("EXPLICITED", &["explicit", "explicitly"]), + ("CLOUDFARE", &["cloudflare"]), + ("MECAHNICALLY", &["mechanically"]), + ("INVESTIAGTION", &["investigation"]), + ("BEGINNNING", &["beginning"]), + ("SHSPE", &["shape"]), + ("MINIMILIST", &["minimalist"]), + ("SUPOORT", &["support"]), + ("NEWLETTERS", &["newsletters"]), + ("AIRBONER", &["airborne"]), + ("CANANBIS", &["cannabis"]), + ("EXPEIMENTING", &["experimenting"]), + ("ORTHGONAL", &["orthogonal"]), + ("JAILBROAKEN", &["jailbroken"]), + ("HANGIG", &["hanging"]), + ("SUPERMARKEDET", &["supermarket"]), + ("INCOSISTENCIES", &["inconsistencies"]), + ("INPUTSREAM", &["inputstream"]), + ("IY", &["it"]), + ("BENEVELANT", &["benevolent"]), + ("CANIDATE", &["candidate"]), + ("TAMPLATES", &["templates"]), + ("ITEGRAL", &["integral"]), + ("AUSTRALIENS", &["australians"]), + ("GRANDISEMENT", &["aggrandisement"]), + ("DIRECTROY", &["directory"]), + ("INCONSISTANTLY", &["inconsistently"]), + ("ARSENAAL", &["arsenal"]), + ("COSNTRUCTOR", &["constructor"]), + ("INTGERS", &["integers"]), + ("RELATIBELY", &["relatively"]), + ("SACRIFICAS", &["sacrifices"]), + ("HOUSR", &["hours", "house"]), + ("TRIPELS", &["triples"]), + ("APROX", &["approx"]), + ("PERLCIRITC", &["perlcritic"]), + ("BINDINS", &["bindings"]), + ("TESTICE", &["testicle"]), + ("IMPACTE", &["impact"]), + ("DEPREATES", &["deprecates"]), + ("DELETD", &["deleted"]), + ("BIVWACK", &["bivouac"]), + ("TRANSMISION", &["transmission"]), + ("INCORPORTAED", &["incorporated"]), + ("DIRECOTORIES", &["directories"]), + ("REPRODUCABLY", &["reproducibly"]), + ("ARTEMIUS", &["artemis"]), + ("INFINTIY", &["infinity"]), + ("ACCECESS", &["access"]), + ("YERA", &["year"]), + ("ANNOINTING", &["anointing"]), + ("GUARRANTEE", &["guarantee"]), + ("APPLICIBLE", &["applicable"]), + ("DSPLAYS", &["displays"]), + ("CAMOUFLE", &["camouflage"]), + ("RESURCES", &["resources"]), + ("REFEERES", &["referees"]), + ("TUTORIALES", &["tutorials"]), + ("INSER", &["insert"]), + ("ADAPTACION", &["adaptation"]), + ("TRIVAL", &["trivial"]), + ("TEMPERARILY", &["temporarily"]), + ("CIHPHER", &["cipher"]), + ("PEFORM", &["perform"]), + ("SACARSTIC", &["sarcastic"]), + ("EXTORTIN", &["extortion"]), + ("DEFINTLY", &["definitely"]), + ("MAUBE", &["maybe", "mauve"]), + ("COLONIALSIM", &["colonialism"]), + ("MIXTED", &["mixed"]), + ("ARTFICIAL", &["artificial"]), + ("INDIVIDUALTY", &["individuality"]), + ("CONSTRIANTS", &["constraints"]), + ("CANNOTATIONS", &["connotations"]), + ("HOMELESSESS", &["homelessness"]), + ("BULLETTS", &["bullets"]), + ("AJATIVE", &["adjective"]), + ("ANNOYN", &["annoy", "annoying"]), + ("PRACITCAL", &["practical"]), + ("PROTECTON", &["protection"]), + ("COMBINACION", &["combination"]), + ("ADDRESSSES", &["addresses"]), + ("OUTPERFOME", &["outperform"]), + ("CONPLIMENTED", &["complimented"]), + ("EGALITARA", &["egalitarian"]), + ("FIRSR", &["first"]), + ("FOLLWOEIN", &["following"]), + ("INTERVALL", &["interval"]), + ("COMPIATION", &["compilation"]), + ("WATERMALON", &["watermelon"]), + ("MILLIESCONDS", &["milliseconds"]), + ("TRANSOLATING", &["translating"]), + ("ALGORYTHMICALLY", &["algorithmically"]), + ("TITTLING", &["titling"]), + ("ABBORTING", &["aborting"]), + ("BA", &["by", "be"]), + ("INVESTOGATOR", &["investigator"]), + ("ELEMENENT", &["element"]), + ("TERRRITORY", &["territory"]), + ("UNNECESSAIRY", &["unnecessarily"]), + ("UNLIMETED", &["unlimited"]), + ("OBJETC", &["object"]), + ("ABSTACTER", &["abstracter"]), + ("COSNTRAINS", &["constrains", "constraints"]), + ("NUEROSCIENCE", &["neuroscience"]), + ("PENALITES", &["penalties"]), + ("TRIPTISH", &["triptych"]), + ("FUNDAMNETALLY", &["fundamentally"]), + ("MISUNDERSRANDING", &["misunderstandings"]), + ("STERYOTYPICAL", &["stereotypical"]), + ("FORMALLIZED", &["formalized"]), + ("CONNEKTORS", &["connectors"]), + ("CIRICLES", &["circles"]), + ("CENTIPEED", &["centipede"]), + ("FORIN", &["foreign"]), + ("OVERCLOCING", &["overclocking"]), + ("AUTHETHICATE", &["authenticate"]), + ("CRITEREON", &["criterion"]), + ("OUTPERFROM", &["outperform"]), + ("BIRECTIONAL", &["bidirectional"]), + ("SIGLE", &["single", "sigil"]), + ("DISSMIS", &["dismiss"]), + ("MOSITURIZING", &["moisturizing"]), + ("SPRITRE", &["sprite"]), + ("IDENPENENDTLY", &["independently"]), + ("HUMANTIARIAN", &["humanitarian"]), + ("PROPOAGATE", &["propagate"]), + ("CORECTS", &["corrects"]), + ("ZEPPLEIN", &["zeppelin"]), + ("DETERMNED", &["determined"]), + ("BEHABIOURS", &["behaviours"]), + ("CONTRUCTION", &["construction"]), + ("ADVENTOURUS", &["adventurous"]), + ("SINTAK", &["syntax"]), + ("COMMANDD", &["commanded"]), + ("UNSELECGTED", &["unselected"]), + ("FUNCTIONNALY", &["functionally"]), + ("RESTODING", &["restoring"]), + ("MUTLIPLY", &["multiply"]), + ("EXPEMENTAL", &["experimental"]), + ("MODFIDED", &["modified"]), + ("WORKSTAITIONS", &["workstations"]), + ("POLYPOYGON", &["polypolygon"]), + ("ROUNTINES", &["routines"]), + ("HYPERTROHPY", &["hypertrophy"]), + ("SPECTAULARS", &["spectaculars"]), + ("UNDEFINITELY", &["indefinitely"]), + ("RESSEMBLE", &["reassemble", "resemble"]), + ("INCONVINIENCE", &["inconvenience"]), + ("NEGOSIATORS", &["negotiators"]), + ("DAFUALT", &["default"]), + ("EQUITORIAL", &["equatorial"]), + ("NEGOTATIED", &["negotiated"]), + ("MELLINNEUM", &["millennium"]), + ("EVOLUATES", &["evaluates"]), + ("OPRIMIZE", &["optimize"]), + ("YYOU", &["you"]), + ("MTHOD", &["method"]), + ("WHEIGH", &["weigh"]), + ("MEOLDIES", &["melodies"]), + ("PERIDOIC", &["periodic"]), + ("EXERCSE", &["exercise"]), + ("DESCRIPOTRS", &["descriptors"]), + ("LAYSERED", &["lasered", "layered"]), + ("DEVICESS", &["devices"]), + ("CLUCTHING", &["clutching"]), + ("IMPROTER", &["importer"]), + ("INFINTIELY", &["infinitely"]), + ("STRECTH", &["stretch"]), + ("VARIANTIONS", &["variations"]), + ("FOLLWOEER", &["follower"]), + ("IMPOSSIBLEY", &["impossibly"]), + ("INHERET", &["inherit"]), + ("SERVIOCE", &["service"]), + ("OPEATE", &["operate"]), + ("GOUPS", &["groups"]), + ("CAUSIONS", &["cautions"]), + ("SZIES", &["sizes"]), + ("ESSENTAILY", &["essentially"]), + ("LEWOW", &["luau"]), + ("COPOYING", &["copying"]), + ("PROCTETED", &["protected"]), + ("AUTIO", &["audio"]), + ("VOLUNTEEERS", &["volunteers"]), + ("WORFKLOW", &["workflow"]), + ("NESSISARY", &["necessary"]), + ("LCOALLY", &["locally"]), + ("MOSQUITTO", &["mosquito"]), + ("DISTNCE", &["distance"]), + ("RESEPECT", &["respect"]), + ("WENDESDAY", &["wednesday"]), + ("OVERRRIDES", &["overrides"]), + ("COMFERTABLE", &["comfortable"]), + ("AUTHETHICATORS", &["authenticators"]), + ("SHORLY", &["shortly"]), + ("SEPERATO", &["separator"]), + ("COMMNETARY", &["commentary"]), + ("NORHERN", &["northern"]), + ("UNSUCESSFLLY", &["unsuccessfully"]), + ("ACCAPT", &["accept"]), + ("GENERALIZATON", &["generalization"]), + ("PRODOMINANTLY", &["predominantly"]), + ("SKWYARD", &["skyward"]), + ("CENVENTIONS", &["conventions"]), + ("PARLIAMENTIARY", &["parliamentary"]), + ("MIMIMIZE", &["minimize"]), + ("COMPTOWN", &["compton"]), + ("REGULAMENTATION", &["regulation"]), + ("HUMANTS", &["humanist"]), + ("CONCULSIVE", &["conclusive"]), + ("EVAULATES", &["evaluates"]), + ("AUTOTORIUM", &["auditorium"]), + ("MANUFACTURAS", &["manufactures"]), + ("ANTAGONISITC", &["antagonistic"]), + ("BRAODWAY", &["broadway"]), + ("PREVIOULY", &["previously"]), + ("PASCHEURIZE", &["pasteurize"]), + ("ORAGNISED", &["organised"]), + ("PRUPOSEFULLY", &["purposefully"]), + ("MONOPOLLY", &["monopoly"]), + ("COMMITABLE", &["committable"]), + ("VANUGARD", &["vanguard"]), + ("EXPERIMDNTELLY", &["experimentally"]), + ("CONFUIGRATIONS", &["configurations"]), + ("INITATIVES", &["initiatives"]), + ("ARRANGMENT", &["arrangement"]), + ("EMPAHTY", &["empathy"]), + ("EMPTYY", &["empty"]), + ("ATRIFACTS", &["artifacts"]), + ("DROPUT", &["dropout"]), + ("DATSET", &["dataset"]), + ("DISAGRES", &["disagrees"]), + ("INTAXICATION", &["intoxication"]), + ("ACI", &["acpi"]), + ("REPUBLCIAN", &["republican"]), + ("FIRSRT", &["first"]), + ("MINIMSING", &["minimising"]), + ("REPRESSIN", &["repression"]), + ("GLPYH", &["glyph"]), + ("EXTEDER", &["extender"]), + ("VEWIERSHIP", &["viewership"]), + ("MEEANS", &["means"]), + ("COMMMITING", &["committing"]), + ("ASSIGNTMENT", &["assignment"]), + ("UNPRMOPTED", &["unprompted"]), + ("INTERFCAE", &["interface"]), + ("ITERPOLATE", &["interpolate"]), + ("EXECUTON", &["execution"]), + ("NECCESARILY", &["necessarily"]), + ("VARIALBE", &["variable"]), + ("SEING", &["seeing"]), + ("BUMPTER", &["bumper"]), + ("CONCATONATE", &["concatenate"]), + ("CONSILATION", &["consolation"]), + ("EXCEDING", &["exceeding"]), + ("STRUCTERE", &["structure"]), + ("ARESNAL", &["arsenal"]), + ("ENVLOPE", &["envelope"]), + ("DECORDERS", &["decoders"]), + ("FUNRELS", &["funerals"]), + ("INSTITUDE", &["instituted"]), + ("ANLYZE", &["analyze"]), + ("FEATUTURES", &["features"]), + ("SUBEXPERSSIONS", &["subexpressions"]), + ("COPROCCESSOR", &["coprocessor"]), + ("NOTIFACATION", &["notification"]), + ("OFFENER", &["oftener"]), + ("RENEGOCIATING", &["renegotiating"]), + ("INSECUE", &["insecure"]), + ("ADOLENCENCE", &["adolescence"]), + ("PROFIRLED", &["profiled"]), + ("INSERSTED", &["inserted"]), + ("COMMISION", &["commission"]), + ("ALEDGES", &["alleges"]), + ("DECREYPTED", &["decrypted"]), + ("INITILIAZING", &["initializing"]), + ("REALTED", &["related"]), + ("DETRAMENTAL", &["detrimental"]), + ("ALGOIRTHMIC", &["algorithmic"]), + ("FEEBACK", &["feedback"]), + ("KEYWORKD", &["keyword"]), + ("SUPOSABLE", &["supposable"]), + ("STIMUALTING", &["stimulating"]), + ("FUMCTIONS", &["functions"]), + ("ENTENDED", &["intended"]), + ("EMABLE", &["enable"]), + ("CIRCIMCISED", &["circumcised"]), + ("NORMALYL", &["normally"]), + ("INITITIAVES", &["initiatives"]), + ("SEQUENEC", &["sequence"]), + ("CONVERSIONES", &["conversions"]), + ("FURUTRE", &["future"]), + ("IMPROVMENET", &["improvement"]), + ("PREDOMINANTELY", &["predominantly"]), + ("INDIVIDUL", &["individual"]), + ("HOMEWOLRD", &["homeworld"]), + ("UNSCCESSFUL", &["unsuccessful"]), + ("FREQUENTIES", &["frequencies"]), + ("LAYRINGES", &["larynges"]), + ("THREHOLD", &["threshold"]), + ("LIASING", &["liaising"]), + ("RESPONCES", &["response", "responses"]), + ("EXTACTION", &["extraction"]), + ("CONTRIES", &["countries"]), + ("CARRIBEAN", &["caribbean"]), + ("TOCUHSCREEN", &["touchscreen"]), + ("MISSPEL", &["misspell"]), + ("SEANTORS", &["senators"]), + ("NOIT", &["not"]), + ("CAHDIDATES", &["candidates"]), + ("ITALIANOS", &["italians"]), + ("ADPAPTER", &["adapter"]), + ("CLASSS", &["class"]), + ("COMPATIBITY", &["compatibility"]), + ("ANTIQUITED", &["antiquated"]), + ("HOWERVER", &["however"]), + ("UNQOUTING", &["unquoting"]), + ("NEWSPAPAERS", &["newspapers"]), + ("DELIBERANTE", &["deliberate"]), + ("TEMPATES", &["templates"]), + ("EXCELLS", &["excels"]), + ("DEKLARATION", &["declaration"]), + ("RECURSSED", &["recursed"]), + ("HUTNSMAN", &["huntsman"]), + ("DISPITE", &["despite"]), + ("TOGLLE", &["toggle"]), + ("PHOTOGRPAHER", &["photographer"]), + ("APYOONING", &["oppugning"]), + ("CERTIFACTION", &["certification"]), + ("SIMPLYFIED", &["simplified"]), + ("GENERELL", &["general"]), + ("INTERVIEWD", &["interviewed"]), + ("RECOMMD", &["recommend"]), + ("MEERLY", &["merely"]), + ("SHORTNED", &["shortened"]), + ("SEPECIAL", &["special"]), + ("CROCH", &["crotch"]), + ("PERJERY", &["perjury"]), + ("PRAIRY", &["prairie"]), + ("CAPATILIZATION", &["capitalization"]), + ("ABSOUT", &["absolute"]), + ("EUROPEANESS", &["europeans"]), + ("NATIOANLISM", &["nationalism"]), + ("RENEGOTITAES", &["renegotiates"]), + ("PROMTERS", &["promoters", "prompters"]), + ("EPHERMERAL", &["ephemeral"]), + ("ASNY", &["any"]), + ("LIFESYTLES", &["lifestyles"]), + ("PAOR", &["pair"]), + ("STRATIGIES", &["strategies"]), + ("BEGINN", &["begin"]), + ("IRONICALY", &["ironically"]), + ("VISSIBLE", &["visible"]), + ("MEASUREABLE", &["measurable"]), + ("CHAING", &["chain"]), + ("UNPROFESSINAL", &["unprofessional"]), + ("SUFFIENTLY", &["sufficiently"]), + ("DESCRIVING", &["describing"]), + ("MARKEDET", &["marketed"]), + ("SHAWHSANK", &["shawshank"]), + ("RIDICULOS", &["ridiculous"]), + ("CONFUGIRBLE", &["configurable"]), + ("FIMWARE", &["firmware"]), + ("ORGANES", &["organise"]), + ("CLUPRIT", &["culprit"]), + ("HARRANGED", &["arranged", "harangued"]), + ("MENSION", &["mansion", "mention"]), + ("BROACAST", &["broadcast"]), + ("ILLISTRATION", &["illustration"]), + ("ACTIVING", &["activating"]), + ("SERIALIASATION", &["serialisation"]), + ("BLACKJAK", &["blackjack"]), + ("COUSRE", &["course"]), + ("OPERATIN", &["operating", "operation"]), + ("POBULAR", &["popular"]), + ("DECTORATOR", &["decorator"]), + ("ACCIDANTELY", &["accidentally"]), + ("TEMPTATING", &["temptation"]), + ("CIMPTUMATIC", &["symptomatic"]), + ("ALTERNARIVELY", &["alternatively"]), + ("PROFESSIONIALS", &["professionalism"]), + ("INSTRUMENAL", &["instrumental"]), + ("JALUSEY", &["jealousy", "jalousie"]), + ("PRFERRED", &["preferred"]), + ("PREDECESORS", &["predecessors"]), + ("EXPETIMENTELLY", &["experimentally"]), + ("EXPEST", &["expect"]), + ("RESPONCIVE", &["responsive"]), + ("ANOUTHER", &["another"]), + ("COMPENSATIE", &["compensate"]), + ("REVERECES", &["references"]), + ("UNBOUIND", &["unbound"]), + ("RICKOSHAYING", &["ricocheting"]), + ("IMPROSONED", &["imprisoned"]), + ("ASSUMKING", &["assuming"]), + ("UNAUTHROIZED", &["unauthorized"]), + ("EXCPECTING", &["expecting"]), + ("CONCSIOUSLY", &["consciously"]), + ("FEATUIRES", &["features"]), + ("SHETLERS", &["shelters"]), + ("PEIECE", &["piece"]), + ("FOLLWER", &["follower"]), + ("SUPRESED", &["suppressed"]), + ("IMPROVMENTS", &["improvements"]), + ("SOCIALSITS", &["socialists"]), + ("REDABLE", &["readable"]), + ("OPEAARATION", &["operation"]), + ("NAPOM", &["napalm"]), + ("HULD", &["held", "hold"]), + ("NOWE", &["now"]), + ("HIPTSER", &["hipster"]), + ("MUTLIPLIED", &["multiplied"]), + ("PALLETE", &["palette"]), + ("HYPOCRITICIAL", &["hypocritical"]), + ("LITUHANIA", &["lithuania"]), + ("EXCEPIONS", &["exceptions"]), + ("SATTELLITES", &["satellites"]), + ("COTROLLES", &["controls"]), + ("INSTNANCES", &["instances"]), + ("INTRODUCION", &["introduction"]), + ("ADRERSSES", &["addresses"]), + ("CIRCUITERY", &["circuitry"]), + ("ITALIAS", &["italians"]), + ("AUTHENCIATING", &["authenticating"]), + ("EXPRESES", &["express", "expresses"]), + ("KNOWLEGDE", &["knowledge"]), + ("SUFFCIENCY", &["sufficiency"]), + ("INTROVERSI", &["introverts"]), + ("SABILITY", &["stability"]), + ("UNCOMFORTABLELY", &["uncomfortably"]), + ("MURDERD", &["murdered"]), + ("EXPERIMANTS", &["experiments"]), + ("PROCES", &["process"]), + ("INTEROPRABILITY", &["interoperability"]), + ("AUTHENDICATION", &["authentication"]), + ("CONSTITUTENT", &["constituent"]), + ("DISENCHANGED", &["disenchanted"]), + ("QUETIONS", &["questions"]), + ("PREDECESOR", &["predecessor"]), + ("THANSPARENT", &["transparent"]), + ("VARABLE", &["variable"]), + ("SIPPLIES", &["supplies"]), + ("NEGATIVEITY", &["negativity"]), + ("VULNERABUILITIES", &["vulnerabilities"]), + ("QAULITY", &["quality"]), + ("COORINATION", &["coordination"]), + ("OPTINAL", &["optional"]), + ("SUSBCRIBED", &["subscribed"]), + ("NATIONELLA", &["national"]), + ("PROLETARIANT", &["proletariat"]), + ("CLOS", &["close"]), + ("VARIFYING", &["verifying"]), + ("SWTICHBOARD", &["switchboard"]), + ("PROGAGATOR", &["propagator"]), + ("SIGNFICIANT", &["significant"]), + ("SUPRIZED", &["surprised"]), + ("SEWDONIMS", &["pseudonyms"]), + ("MOSTLKY", &["mostly"]), + ("TEMPORYRIES", &["temporaries"]), + ("FEBUARY", &["february"]), + ("CHIHUAHUITA", &["chihuahua"]), + ("DEMINSION", &["dimension"]), + ("DRIAGRAMMED", &["diagrammed"]), + ("USIG", &["using"]), + ("PUNCTIATION", &["punctuation"]), + ("INSTRINSICS", &["intrinsics"]), + ("BRITEN", &["brighten"]), + ("EAMCS", &["emacs"]), + ("MANEVUER", &["maneuver"]), + ("EASILTY", &["easily"]), + ("CYLIC", &["cyclic"]), + ("ALHPABETICALY", &["alphabetically"]), + ("LIARES", &["liars"]), + ("CAPTIALS", &["capitals"]), + ("EXISTIONG", &["existing"]), + ("FATURE", &["feature"]), + ("EXERSISE", &["exercise"]), + ("KNOCKBAK", &["knockback"]), + ("KRESH", &["crèche"]), + ("APPLICAPLE", &["applicable"]), + ("ADAPTARE", &["adapter"]), + ("SIGNIFICATO", &["significant"]), + ("MOISTERIZER", &["moisturizer"]), + ("CONSISTANTLY", &["consistently"]), + ("EXPLORTATION", &["exploitation"]), + ("EXMPORT", &["export"]), + ("THREATMENT", &["treatment"]), + ("IMMENANTLY", &["eminently"]), + ("MIINIMIZE", &["minimize"]), + ("EXTRAORDINAIRILY", &["extraordinarily"]), + ("FORWORD", &["forward"]), + ("SCENARIOUS", &["scenarios"]), + ("CALCUIM", &["calcium"]), + ("BIJCETIVE", &["bijective"]), + ("SEPEARATOR", &["separator"]), + ("ACADMIC", &["academic"]), + ("ADAQUITLY", &["adequately"]), + ("LANGUQGES", &["languages"]), + ("PERCENTE", &["percentile"]), + ("MINUMUN", &["minimum"]), + ("SURROUNDNGS", &["surrounds"]), + ("MIMINIZE", &["minimize"]), + ("INISIDE", &["inside"]), + ("NESSESERY", &["necessary"]), + ("HEMMORHAGED", &["hemorrhaged"]), + ("VALDIATED", &["validated"]), + ("UTILIZACION", &["utilization"]), + ("OPTAINS", &["obtains"]), + ("ORPANAGE", &["orphanage"]), + ("INDIVDUAL", &["individual"]), + ("STANDARTISED", &["standardised"]), + ("CINTANER", &["container"]), + ("DIFFERNECS", &["differences"]), + ("TTESTS", &["tests"]), + ("PROBABLITIES", &["probabilities"]), + ("QAULIFY", &["qualify"]), + ("TOTATS", &["totals"]), + ("CITICENSHIP", &["citizenship"]), + ("TRIGERED", &["triggered"]), + ("CHIMMENY", &["chimney"]), + ("DEFEAULT", &["default"]), + ("CACLUCATIONS", &["calculations"]), + ("WAPPERS", &["wrappers"]), + ("STATICTICS", &["statistics"]), + ("INIATIVE", &["initiative"]), + ("SOCIOECOMONIC", &["socioeconomic"]), + ("ANXIUOSNESS", &["anxiousness"]), + ("FREQEUNCIES", &["frequencies"]), + ("INFINITLEY", &["infinitely"]), + ("INFLEXABLE", &["inflexible"]), + ("MISING", &["missing"]), + ("ALGOTITHMS", &["algorithms"]), + ("ERORNEUSLY", &["erroneously"]), + ("BORADWALK", &["boardwalk"]), + ("HESTIATION", &["hesitation"]), + ("PAMPLET", &["pamphlet"]), + ("SPPECHES", &["speeches"]), + ("PERIPHEREALS", &["peripherals"]), + ("PERSCIUOSLY", &["preciously"]), + ("ATTEMMPT", &["attempt"]), + ("SPEFICIFC", &["specific"]), + ("EPIGRAMIC", &["epigrammatic"]), + ("DEPRECTATED", &["deprecated"]), + ("PERSEWS", &["pursues"]), + ("ARCHITECHURAL", &["architectural"]), + ("HABAEUS", &["habeas"]), + ("RISTRICTION", &["restriction"]), + ("AMMOUNT", &["amount"]), + ("MODFIFICATIONS", &["modifications"]), + ("EXPERIEMNTED", &["experimented"]), + ("AGRESSOR", &["aggressor"]), + ("EXICUTEABLE", &["executable"]), + ("NEFARIOS", &["nefarious"]), + ("APPRECITE", &["appreciate"]), + ("ANOTATED", &["annotated"]), + ("GOVENRMENT", &["government"]), + ("INCOMPETENTENCE", &["incompetence"]), + ("ORGANZIES", &["organizes"]), + ("DISTATES", &["distaste"]), + ("FUNCTIOS", &["functions"]), + ("CONSECTUVE", &["consecutive"]), + ("UNLABLED", &["unlabeled"]), + ("RESUMBMITTING", &["resubmitting"]), + ("CRDIT", &["credit"]), + ("DEMOSNTRATED", &["demonstrated"]), + ("SUBMITING", &["submitting"]), + ("ENFORED", &["enforced"]), + ("MYBE", &["maybe"]), + ("SUPLANTING", &["supplanting"]), + ("AVAILAVILITY", &["availability"]), + ("COLOUMNS", &["columns"]), + ("DISGUSTOSE", &["disgusts"]), + ("SUPRSIED", &["surprised"]), + ("CRASHESS", &["crashes"]), + ("ANALOUGES", &["analogues"]), + ("ARTIFAC", &["artifact"]), + ("IMPLICATIA", &["implicit"]), + ("PARTITONS", &["partitions"]), + ("ENPOINT", &["endpoint"]), + ("ATTACTHED", &["attached"]), + ("UNEXPECED", &["unexpected"]), + ("ZOINISM", &["zionism"]), + ("CALIBRTION", &["calibration"]), + ("OVERLANDED", &["overloaded"]), + ("ARBITIARY", &["arbitrary"]), + ("SCHEEMS", &["schemes"]), + ("OPPRESSSION", &["oppression"]), + ("ADVERTICE", &["advertise"]), + ("SIGURETES", &["cigarettes"]), + ("FREEDON", &["freedom"]), + ("ANNOUING", &["annoying"]), + ("THINING", &["thinking", "thinning"]), + ("STANDERDS", &["standards"]), + ("WAISLINE", &["waistline"]), + ("INUITION", &["intuition"]), + ("LESBAINS", &["lesbians"]), + ("ASSOICATION", &["association"]), + ("OBTAINABE", &["obtainable"]), + ("UNEFORCEABLE", &["unenforceable"]), + ("REPETION", &["repetition"]), + ("LISITNG", &["listing"]), + ("WHEATER", &["weather", "whether"]), + ("ORHPANS", &["orphans"]), + ("DEVASTETED", &["devastated"]), + ("SIRYNGES", &["syringes"]), + ("ADVERISED", &["advertised"]), + ("ONEF", &["one"]), + ("OPRERATION", &["operation"]), + ("CHANGABLY", &["changeably"]), + ("CANDIADATE", &["candidate"]), + ("UNSURPRIZING", &["unsurprising"]), + ("DISSAPPEARS", &["disappears"]), + ("CARTRDIGE", &["cartridge"]), + ("ELECTRNOICS", &["electronics"]), + ("TOLERENCE", &["tolerance"]), + ("PLACEMATT", &["placemat", "placement"]), + ("REPRIHENSIBLE", &["reprehensible"]), + ("ENCONDING", &["encoding"]), + ("CONDESCENING", &["condescending"]), + ("BACKWARK", &["backward"]), + ("SCETCHING", &["sketching"]), + ("EXCECISE", &["exercise"]), + ("TOURANMENTS", &["tournaments"]), + ("POSPONED", &["postponed"]), + ("ASSIGHS", &["assigns"]), + ("EXPERIMEN", &["experiment"]), + ("ASBOLUTELY", &["absolutely"]), + ("CONFIGUARATION", &["configuration"]), + ("AMBULENCES", &["ambulances"]), + ("REPTIEL", &["reptile"]), + ("CHARACTERISICS", &["characteristics"]), + ("SWTICHBOARDS", &["switchboards"]), + ("VISUALSATION", &["visualisation"]), + ("IMPLEMENTACION", &["implementation"]), + ("CTEATION", &["creation"]), + ("DEMONSTRAION", &["demonstration"]), + ("CORPROATIONS", &["corporations"]), + ("INDICTOR", &["indicator"]), + ("DICITONARY", &["dictionary"]), + ("OWULDVE", &["wouldve"]), + ("INSTRUMETAL", &["instrumental"]), + ("MODPROBBING", &["modprobing"]), + ("SUBTRAFUGE", &["subterfuge"]), + ("REJPLACE", &["replace"]), + ("REPRODICED", &["reproduced"]), + ("DIVERSED", &["diverse", "diverged"]), + ("ACCOMDATION", &["accommodation"]), + ("LIMITITED", &["limited"]), + ("COPIING", &["copying"]), + ("BEAON", &["beacon"]), + ("JENNINS", &["jennings"]), + ("UKRIANE", &["ukraine"]), + ("INSIGINIFCANT", &["insignificant"]), + ("CHARECTERIZATION", &["characterization"]), + ("IMCOMPATIBLE", &["incompatible"]), + ("INFLUECING", &["influencing"]), + ("JUVELINE", &["juvenile"]), + ("REFREH", &["refresh"]), + ("APEARS", &["appears"]), + ("INCONVIENENCE", &["inconvenience"]), + ("UNAVAIALBALE", &["unavailable"]), + ("GLOBABLLY", &["globally"]), + ("DIGGITAL", &["digital"]), + ("EXPERIMENTAALLY", &["experimentally"]), + ("CREEPGIN", &["creeping"]), + ("SELV", &["self"]), + ("REFERERE", &["referee"]), + ("REALTIONSHIPS", &["relationships"]), + ("CONLUSIONS", &["conclusions"]), + ("SOUNDTRAK", &["soundtrack"]), + ("SCAFOLDING", &["scaffolding"]), + ("SINICALLY", &["cynically"]), + ("TRANSFORED", &["transformed"]), + ("INCONSTENT", &["inconsistent", "inconstant"]), + ("MACHETTIE", &["machete"]), + ("BACKGROUNT", &["background"]), + ("WRKLOADS", &["workloads"]), + ("LEGITEMACY", &["legitimacy"]), + ("TERRERISTS", &["terrorists"]), + ("CONFUCION", &["confusion"]), + ("DIMENIONSAL", &["dimensional"]), + ("REPTITION", &["repetition"]), + ("STRADEGY", &["strategy"]), + ("FUTUR", &["future"]), + ("POLITITIANS", &["politicians"]), + ("DESCALLOCATE", &["deallocate"]), + ("MONGOLOS", &["mongols"]), + ("EXEMPEL", &["example"]), + ("PRIVDE", &["provide"]), + ("INATRUCTION", &["instruction"]), + ("PREPRATION", &["preparation"]), + ("FREEDOMES", &["freedoms"]), + ("CEHCK", &["check"]), + ("COLERSCHEME", &["colorscheme"]), + ("SUBDOAMINS", &["subdomains"]), + ("DELFECTION", &["deflection"]), + ("UNDFINE", &["undefine"]), + ("ORGINAZATIONAL", &["organizational"]), + ("DIFFICAULT", &["difficult"]), + ("DIVORSE", &["divorce"]), + ("FULLFILLED", &["fulfilled"]), + ("DISCHARE", &["discharged", "discharge"]), + ("UNSABLE", &["unusable", "usable", "unstable", "unable"]), + ("MATTRESES", &["mattress"]), + ("COINCIDENCAL", &["coincidental"]), + ("BUOANCY", &["buoyancy"]), + ("ACCOMPINIED", &["accompanied"]), + ("BURSSELS", &["brussels"]), + ("UTILITISES", &["utilises"]), + ("DATEBASE", &["database"]), + ("DERMATOLAGIST", &["dermatologist"]), + ("FRECKELS", &["freckles"]), + ("MINERIAL", &["mineral"]), + ("TUNELLING", &["tunnelling"]), + ("NOTICIABLY", &["noticeably"]), + ("SLEEPP", &["sleep"]), + ("FASCINATIN", &["fascination"]), + ("BARBARINA", &["barbarian"]), + ("SUBNEGOATION", &["subnegotiation"]), + ("PROGREESS", &["progress"]), + ("SRPOUTS", &["sprouts"]), + ("INNECESARY", &["unnecessary"]), + ("UNDERNEETH", &["underneath"]), + ("DEMOCRATISCH", &["democratic"]), + ("CHROMOSE", &["chromosome"]), + ("FREEDOS", &["freedoms"]), + ("DESTRUCCION", &["destruction"]), + ("RELECANT", &["relevant"]), + ("PARITAL", &["parietal", "partial"]), + ("CONDENMATION", &["condemnation"]), + ("FREINDSHIPS", &["friendships"]), + ("INSTANTAINTG", &["instantiating"]), + ("CAMPIAGNS", &["campaigns"]), + ("ONLYE", &["only"]), + ("REGISTSERS", &["registers"]), + ("COMSETIC", &["cosmetic"]), + ("RECRUSIVE", &["recursive"]), + ("CONTRACITION", &["contradiction"]), + ("PREFETCHS", &["prefetches"]), + ("ASSYMMETRICAL", &["asymmetrical"]), + ("UNDOUBEDTLY", &["undoubtedly"]), + ("INDIVUDUALLY", &["individually"]), + ("OBATIONS", &["ovations"]), + ("ENVRYPTION", &["encryption"]), + ("ACTALY", &["actually"]), + ("TABUALTED", &["tabulated"]), + ("MICROWAE", &["microwaves"]), + ("DATBASE", &["database"]), + ("PLATEUA", &["plateau"]), + ("PLASTRE", &["plaster"]), + ("INADEQAUTE", &["inadequate"]), + ("SYNCHRONIOUS", &["synchronous"]), + ("INFLUENCEING", &["influencing"]), + ("SCRIPST", &["scripts"]), + ("COSTRUCTIONS", &["constructions"]), + ("COLLECTIVLEY", &["collectively"]), + ("APPROXIATE", &["approximate"]), + ("GLORIFINDEL", &["glorified"]), + ("RELIABE", &["reliable"]), + ("UNINTELLIGIENT", &["unintelligent"]), + ("SOLUTONS", &["solutions"]), + ("DUREING", &["during"]), + ("SATISFING", &["satisfying"]), + ("INFILTRATER", &["infiltrator"]), + ("INHUMAIN", &["inhuman"]), + ("LEMOSINE", &["limousine"]), + ("COMMING", &["coming"]), + ("EXHOSTIVE", &["exhaustive"]), + ("LIVERPOL", &["liverpool"]), + ("AMEALEARATING", &["ameliorating"]), + ("RECONCILLED", &["reconcile"]), + ("DIRVES", &["drives"]), + ("ALGORIHTM", &["algorithm"]), + ("REWIEVING", &["reviewing"]), + ("GIMMICKLY", &["gimmicky"]), + ("LOCAIZER", &["localizer"]), + ("PARTICIAPTE", &["participate"]), + ("HIGHLIGTHING", &["highlighting"]), + ("STOREING", &["storing"]), + ("ENOUNCTERS", &["encounters"]), + ("PROPOSITO", &["proposition"]), + ("PYHTON", &["python"]), + ("LAUNDREY", &["laundry"]), + ("SYNCHONROUS", &["synchronous"]), + ("ENTHUSIAT", &["enthusiast"]), + ("UNCONSCIOUSLLY", &["unconsciously"]), + ("SOMEHERE", &["somewhere"]), + ("HURRICANCES", &["hurricanes"]), + ("COMPRESER", &["compressor"]), + ("FUNCHTIONNING", &["functioning"]), + ("DISPENCED", &["dispensed"]), + ("CONSICIOUSNESS", &["consciousness"]), + ("APPRCIATED", &["appreciated"]), + ("CONNECTET", &["connected"]), + ("INVEITABLY", &["inevitably"]), + ("HAEDER", &["header"]), + ("KEYCHAN", &["keychain"]), + ("AVERLOADS", &["overloads"]), + ("GIRLFREINDS", &["girlfriends"]), + ("UPGARTING", &["upgrading"]), + ("INCONVENEINCE", &["inconvenience"]), + ("OREDE", &["order"]), + ("INTOXICATON", &["intoxication"]), + ("AFETR", &["after"]), + ("DUPLACTED", &["duplicated"]), + ("RESPONE", &["response", "respond"]), + ("TRANSFORMAREM", &["transformer"]), + ("SPECIALITES", &["specializes"]), + ("OVEWRITE", &["overwrite"]), + ("RADIOACTICE", &["radioactive"]), + ("VERRSION", &["version"]), + ("DISCRIMINTOR", &["discriminator"]), + ("DISSAMBLES", &["disassembles"]), + ("LACKRIMOSITY", &["lachrymosity"]), + ("MSSSGE", &["message"]), + ("MINIMIAL", &["minimal"]), + ("REREGISTERATION", &["reregistration"]), + ("NOTT", &["not"]), + ("BEIEVE", &["believe"]), + ("ANYTHNG", &["anything"]), + ("SUPPLING", &["supplying"]), + ("CAHCHED", &["cached"]), + ("POSITIVS", &["positives"]), + ("PEROENDICULAR", &["perpendicular"]), + ("RESULTUNG", &["resulting"]), + ("ONYL", &["only"]), + ("SYSMTES", &["systems"]), + ("IMPLEMENTENTATION", &["implementation"]), + ("NANOSECODS", &["nanoseconds"]), + ("NEETHER", &["neither"]), + ("SENSATIONEL", &["sensational"]), + ("ENCHANCT", &["enchant"]), + ("PLTFORM", &["platform"]), + ("HARNOMICS", &["harmonics"]), + ("HANDELES", &["handles"]), + ("RELISED", &["realised"]), + ("NONSENCE", &["nonsense"]), + ("COMPATIBILLITY", &["compatibility"]), + ("ESTABLSIHMENT", &["establishments"]), + ("CHAMPAGEN", &["champagne"]), + ("MATEMATHICAL", &["mathematical"]), + ("LIMITANT", &["militant"]), + ("UNKNWN", &["unknown"]), + ("JSCIPT", &["jscript"]), + ("REPSONDS", &["responds"]), + ("CALGARRY", &["calgary"]), + ("DEISGNS", &["designs"]), + ("ACCUSTOMMED", &["accustomed"]), + ("HOMEOWRK", &["homework"]), + ("SPECEFIC", &["specific"]), + ("ENTENSIONS", &["extensions"]), + ("BLOCHCHAIN", &["blockchain"]), + ("LENGHTLY", &["lengthy"]), + ("STERAMER", &["streamer"]), + ("FULFULLMENT", &["fulfillment"]), + ("ACHILLEUS", &["achilles"]), + ("PROMTPLY", &["promptly"]), + ("APEALING", &["appealing"]), + ("GRUSEOME", &["gruesome"]), + ("STRCUTURES", &["structures"]), + ("SERAMONY", &["ceremony"]), + ("EXPERIMETNS", &["experiments"]), + ("ITNERPRET", &["interpret"]), + ("DESCREMENTING", &["decrementing"]), + ("IMPLIMENTAIONS", &["implementations"]), + ("PROCRIATION", &["procreation"]), + ("METAPACKGES", &["metapackages"]), + ("PUPLATING", &["populating"]), + ("APPRIECIATES", &["appreciates"]), + ("ASSEST", &["asset", "assess"]), + ("PREDICIMENT", &["predicament"]), + ("VARIBLES", &["variables"]), + ("POZITIVES", &["positives"]), + ("SUSPICOUS", &["suspicious"]), + ("COMMND", &["command"]), + ("CONNETICUT", &["connecticut"]), + ("PERIMETRE", &["perimeter"]), + ("CONCENTRATO", &["concentration"]), + ("MULTPART", &["multipart"]), + ("MYE", &["may", "my"]), + ("CAREFULLLY", &["carefully"]), + ("RENEGOPTIONSOTIATING", &["renegotiating"]), + ("DEECORATOR", &["decorator"]), + ("DISSAPOITED", &["disappointed"]), + ("SUVH", &["such"]), + ("EXPERIM", &["experiment"]), + ("WORRING", &["working"]), + ("MODEFIED", &["modified"]), + ("MOMOMENTS", &["moments"]), + ("FORFITING", &["forfeiting"]), + ("OVERWRITTED", &["overwrite"]), + ("OMISIENCES", &["omnisciences"]), + ("LEAGALISE", &["legalise"]), + ("FASION", &["fashion"]), + ("OVERCLOK", &["overclock"]), + ("CONTEMT", &["contempt"]), + ("GRAVITACIONAL", &["gravitational"]), + ("FILENNAME", &["filename"]), + ("HEXDECIMAL", &["hexadecimal"]), + ("OBYEKT", &["object"]), + ("MONTIORING", &["monitoring"]), + ("POINYENT", &["poignant"]), + ("ALLL", &["all"]), + ("SPECFICATIONS", &["specifications"]), + ("ACCOMIDATING", &["accommodating"]), + ("THERNODYNAMICS", &["thermodynamics"]), + ("COLORFULL", &["colorful", "colorfully"]), + ("CONVESATION", &["conversation"]), + ("AUTOFOMAT", &["autoformat"]), + ("SYNONYMOS", &["synonymous"]), + ("DELALOC", &["delalloc"]), + ("INTERESAT", &["interest"]), + ("AQUIESSED", &["acquiesced"]), + ("MINTORED", &["mentored", "monitored"]), + ("ALTERATELY", &["alternately"]), + ("COMPLESSION", &["compression"]), + ("AMEALIARATE", &["ameliorate"]), + ("DEAMONISES", &["daemonises"]), + ("TOSBIBA", &["toshiba"]), + ("PARTICEL", &["particle"]), + ("YOURSELVE", &["yourselves", "yourself"]), + ("SINGOOLARITY", &["singularity"]), + ("TRANCENDING", &["transcending"]), + ("ENTENT", &["intent"]), + ("APLIKAY", &["appliqué"]), + ("GITATRIBUTES", &["gitattributes"]), + ("SCETCHED", &["sketched"]), + ("THEOLIGICAL", &["theological"]), + ("DESCRICES", &["describes"]), + ("THERMODYNAMCS", &["thermodynamics"]), + ("UNDERESTIMETED", &["underestimated"]), + ("COLLABRATIVE", &["collaborative"]), + ("INVERALS", &["intervals"]), + ("ENCOSE", &["enclose", "encode"]), + ("STAMENTENT", &["statement"]), + ("COMPERATIVELY", &["comparatively"]), + ("EXPESIVE", &["expensive"]), + ("RENEGOTIONATION", &["renegotiation"]), + ("MONITOREADA", &["monitored"]), + ("ADDRSSES", &["addresses"]), + ("SUPIRSED", &["surprised"]), + ("EXPERIMENTEL", &["experimental"]), + ("DISPERTION", &["dispersion"]), + ("RELVANT", &["relevant"]), + ("WERIDEST", &["weirdest"]), + ("INTRUMENTED", &["instrumented"]), + ("RETALAITE", &["retaliate"]), + ("NEIGHBROHOOD", &["neighborhoods"]), + ("COINSIDED", &["coincided"]), + ("ORIENATATION", &["orientation"]), + ("RECALCULAION", &["recalculation"]), + ("ADKNOWLEDGES", &["acknowledges"]), + ("BRANCKETS", &["brackets"]), + ("CONNECTOS", &["connectors"]), + ("CERTICATION", &["certification"]), + ("FORMATTRING", &["formatting"]), + ("FACTTORIES", &["factories"]), + ("ARGUMENY", &["argument"]), + ("ESTABLISHEMNT", &["establishments"]), + ("LSIT", &["list", "slit", "sit"]), + ("SCORATES", &["socrates"]), + ("VYER", &["very"]), + ("COMMECTED", &["connected"]), + ("READEABLE", &["readable"]), + ("RESCOURCE", &["resource"]), + ("PROCESOR", &["processor"]), + ("DEVLOPPER", &["developer"]), + ("MONUMENTOUS", &["monuments"]), + ("IMMORTALIY", &["immortality"]), + ("CONFIGUREATION", &["configuration"]), + ("OVEWROTE", &["overwrote"]), + ("ADRERSS", &["address"]), + ("CONSTRUT", &["constructs", "construct"]), + ("FACISNATED", &["fascinated"]), + ("CERTIFIATED", &["certificated"]), + ("CHEESEBURGIE", &["cheeseburger"]), + ("HTACCES", &["htaccess"]), + ("GREATFUL", &["grateful"]), + ("CONTAMINANTED", &["contaminated"]), + ("SANTROUM", &["santorum"]), + ("OVERHEARTING", &["overreacting"]), + ("VACCINET", &["vaccinated"]), + ("SPECIVIED", &["specified"]), + ("LATITUDIE", &["latitude"]), + ("REARRANGTED", &["rearranged"]), + ("PROPSED", &["proposed"]), + ("PECULARITIES", &["peculiarities"]), + ("CRINGEWROTHY", &["cringeworthy"]), + ("SPEFICIFERS", &["specifiers"]), + ("EXPANISONS", &["expansions"]), + ("ELES", &["eels", "else"]), + ("WESTERNERNS", &["westerners"]), + ("SOMTIME", &["sometime"]), + ("SERICES", &["services", "series"]), + ("ESTINATION", &["estimation"]), + ("IDIOSYNCHRASIES", &["idiosyncrasies"]), + ("PRODIVDED", &["provided"]), + ("ERRONOEUS", &["erroneous"]), + ("INCATATIONS", &["incantations"]), + ("RAPELLING", &["rappelling"]), + ("EMMISARRY", &["emissary"]), + ("CHATEO", &["château"]), + ("COMPEITION", &["competition"]), + ("SKATEBORAD", &["skateboard"]), + ("COMOPNENTS", &["components"]), + ("CLASSICUS", &["classics"]), + ("REUPLAOD", &["reupload"]), + ("CONCURRECT", &["concurrent"]), + ("FANATSIZING", &["fantasizing"]), + ("EXHISTED", &["existed"]), + ("INFLAMABLE", &["inflatable"]), + ("CONDTITION", &["condition"]), + ("TRANSPLANET", &["transplant"]), + ("POITS", &["points"]), + ("DYSFUNCITON", &["dysfunction"]), + ("TROUBESHOOT", &["troubleshoot"]), + ("ACTICATED", &["activated"]), + ("SCOKET", &["socket"]), + ("CLEARNANCES", &["clearances"]), + ("HANDSHALES", &["handshakes"]), + ("SUPSICION", &["suspicion"]), + ("NETOWRK", &["network"]), + ("HEXADECIAML", &["hexadecimal"]), + ("OPRHAN", &["orphan"]), + ("VISUABLES", &["visuals"]), + ("DESCIPABLE", &["despicable"]), + ("PROBABALISTICALLY", &["probabilistically"]), + ("PARCTICAL", &["practical"]), + ("COMMITED", &["committed"]), + ("UNDERASTIMATED", &["underestimated"]), + ("CLAERLY", &["clearly"]), + ("PERMISSSION", &["permissions", "permission"]), + ("THIRITES", &["thirties"]), + ("WESTMISNTER", &["westminster"]), + ("TRANSYLVANNIA", &["transylvania"]), + ("AQUIRED", &["acquired"]), + ("MOUVEMENT", &["movement"]), + ("EXPERINEMENTEL", &["experimental"]), + ("MATRICY", &["matrices"]), + ("COMUNICATIONS", &["communications"]), + ("INTERNELIZED", &["internalized"]), + ("DESTINATTION", &["destination"]), + ("COMPARTE", &["compare"]), + ("MYSELFE", &["myself"]), + ("CORRESPOOND", &["correspond"]), + ("GUESSS", &["guess", "guesses"]), + ("TRANSMMIT", &["transmit"]), + ("REMVOVE", &["remove"]), + ("REFLEKTION", &["reflection"]), + ("CRAMUGIN", &["curmudgeon"]), + ("OPITON", &["option"]), + ("DEPDENDET", &["dependent"]), + ("MEARLY", &["merely", "nearly"]), + ("COMPARISPON", &["comparison"]), + ("REQUEIM", &["requiem"]), + ("BOUNBDARY", &["boundary"]), + ("EXTENSABILITY", &["extensibility"]), + ("IVERSED", &["inverse", "inversed"]), + ("MEDICATONS", &["medications"]), + ("VERTBRAE", &["vertebrae"]), + ("PROPSAL", &["proposal"]), + ("RELEGATO", &["relegation"]), + ("ANTHROPOLGIST", &["anthropologist"]), + ("HARRASES", &["harasses"]), + ("MARKERPLACE", &["marketplace"]), + ("FLATE", &["flat"]), + ("DEMOCARCIES", &["democracies"]), + ("EMTPINESS", &["emptiness"]), + ("SMLLER", &["smaller"]), + ("UTILIZATON", &["utilization"]), + ("CONFIGRUATION", &["configurations", "configuration"]), + ("SUGGGESTION", &["suggestion"]), + ("AMBIGIOUS", &["ambiguous"]), + ("PASTURISED", &["pasteurised"]), + ("ESPECIALY", &["especially"]), + ("SOMETHIGNS", &["somethings"]), + ("THOUGT", &["thought", "though"]), + ("GLOBLAL", &["global"]), + ("EXPOTER", &["exporter"]), + ("AUTHENIFICATORS", &["authenticators"]), + ("DESPICAPLE", &["despicable"]), + ("TRANSMISIONS", &["transmission"]), + ("COPIESE", &["copies"]), + ("MELLINEUM", &["millennium"]), + ("VISULISATIONS", &["visualisations"]), + ("CRITICISNG", &["criticising"]), + ("COVERATE", &["coverage"]), + ("IMPORTAMT", &["important"]), + ("CONVEYD", &["conveyed"]), + ("SPECIFIATION", &["specification"]), + ("OVERRIDS", &["overrides"]), + ("ALGOLITHM", &["algorithm"]), + ("ABSOLUTISTE", &["absolutes"]), + ("DECLATORY", &["declaratory"]), + ("DICRETION", &["discretion"]), + ("INTERNETORS", &["internets"]), + ("DESTORIED", &["destroyed"]), + ("FRINGEWORTHY", &["cringeworthy"]), + ("EVALUTIVE", &["evaluative"]), + ("BUISNESSES", &["businesses"]), + ("RENEGOTATIED", &["renegotiated"]), + ("PHYSIAL", &["physical"]), + ("KARAKOE", &["karaoke"]), + ("ORGASMUS", &["orgasms"]), + ("INTERVERES", &["interferes"]), + ("SUTISFY", &["satisfy"]), + ("PSEDEO", &["pseudo"]), + ("DAMAMGES", &["damages"]), + ("UNALLLOWED", &["unallowed"]), + ("CONTINUELY", &["continually"]), + ("MERCANARIES", &["mercenaries"]), + ("MIMICING", &["mimicking"]), + ("PORCELIAN", &["porcelain"]), + ("EXCHNAGED", &["exchanged"]), + ("LEAGL", &["legal"]), + ("PROGAMERS", &["programers"]), + ("FOLLWOEERS", &["followers"]), + ("ELOQUENTY", &["eloquently"]), + ("CAROSELES", &["carousels"]), + ("ENOCDED", &["encoded"]), + ("SUGGESTONS", &["suggests"]), + ("TRANPORTED", &["transported"]), + ("DYANMIC", &["dynamic"]), + ("SECTINS", &["sections"]), + ("REENFOCES", &["reenforces"]), + ("EFFICIENY", &["efficiency", "efficiently"]), + ("INSTRUCCION", &["instruction"]), + ("ASSIMIALTED", &["assimilate"]), + ("CONNECTIONG", &["connecting"]), + ("SHUOLD", &["should"]), + ("DEPANDING", &["depending"]), + ("MEASUING", &["measuring"]), + ("EXTREMELLY", &["extremely"]), + ("CANTALOPE", &["cantaloupe"]), + ("ACCORDIN", &["according"]), + ("MORBILDY", &["morbidly"]), + ("BANHSEE", &["banshee"]), + ("STLL", &["still"]), + ("VETRAN", &["veteran"]), + ("SERICE", &["service"]), + ("ENHACEMENT", &["enhancement"]), + ("SUPERMAKERT", &["supermarkets"]), + ("SPECUFY", &["specify"]), + ("TGE", &["the"]), + ("FURUTE", &["fruit", "future"]), + ("NEGOTICATORS", &["negotiators"]), + ("UNFAMILIER", &["unfamiliar"]), + ("RENDEVOUS", &["rendezvous"]), + ("ORGAINZE", &["organize"]), + ("ANYNMORE", &["anymore"]), + ("TUTORIELS", &["tutorials"]), + ("SIMLIAR", &["similar"]), + ("ADDRSSED", &["addressed"]), + ("CINEMATAGROPHY", &["cinematography"]), + ("MARADEUR", &["marauder"]), + ("VACCINAE", &["vaccinated"]), + ("SYMMERTY", &["symmetry"]), + ("LAUCNHED", &["launched"]), + ("CONDIFURE", &["configure"]), + ("KUBENETES", &["kubernetes"]), + ("PHOTOGRPAHY", &["photography"]), + ("PLEASD", &["pleased"]), + ("INVOLONTARY", &["involuntary"]), + ("PHARMACUETICAL", &["pharmaceutical"]), + ("ASSIGNMETNS", &["assignments"]), + ("UNRECGONIZED", &["unrecognized"]), + ("NEGOTITAORS", &["negotiators"]), + ("FORMATH", &["format"]), + ("CALEEE", &["callee"]), + ("FAVORIT", &["favorite"]), + ("DEACITVATED", &["deactivated"]), + ("EDNIF", &["endif"]), + ("EVIRONMENTS", &["environments"]), + ("SAANDBOX", &["sandbox"]), + ("PROFESSORES", &["professors"]), + ("PREMIRE", &["premier"]), + ("PATHAMES", &["pathnames"]), + ("REENFORCEMENTS", &["reinforcements"]), + ("PERSECTIVES", &["perspectives"]), + ("SPEICIFIED", &["specified"]), + ("BEGININING", &["beginning"]), + ("MISINTERPRITING", &["misinterpreting"]), + ("NECESSARAY", &["necessary"]), + ("COMPTUER", &["computer"]), + ("RECRUSEVLY", &["recursively"]), + ("REDEFIEND", &["redefined"]), + ("CHERONBYL", &["chernobyl"]), + ("TIMDELTA", &["timedelta"]), + ("REGUARDING", &["regarding"]), + ("RECEET", &["receipt"]), + ("SCREEWED", &["screwed"]), + ("ENCUMBERANCE", &["encumbrance"]), + ("SEQENSTIAL", &["sequential"]), + ("AUTOMATICLLY", &["automatically"]), + ("REPRESET", &["represents", "represent"]), + ("REWACHTED", &["rewatched"]), + ("INDEPDENDENCE", &["independence"]), + ("ANAYLTICALLY", &["analytically"]), + ("VARIBALESS", &["variables"]), + ("LIKLEY", &["likely"]), + ("FROME", &["from"]), + ("UNSIBSCRIBED", &["unsubscribed"]), + ("POSISITIONED", &["positioned"]), + ("CAPSULS", &["capsules"]), + ("DOUBLEIIFT", &["doublelift"]), + ("THEYRE", &["their", "there"]), + ("FRONENDS", &["frontends"]), + ("TRANSCRIPTON", &["transcription"]), + ("POSSIBLILTY", &["possibility"]), + ("SPCIAL", &["special"]), + ("UNNNECESSARY", &["unnecessary"]), + ("EXPERMIMENTATIONS", &["experimentations"]), + ("GENIOUS", &["genius"]), + ("POPORTIONAL", &["proportional"]), + ("ABSOLTE", &["absolute"]), + ("INACCESSIABLE", &["inaccessible"]), + ("DECTIVATE", &["deactivate"]), + ("BLACKBERRRY", &["blackberry"]), + ("PORNOGRAHY", &["pornography"]), + ("PRIVIDED", &["provided"]), + ("CONNECTIVY", &["connectivity"]), + ("PIPEPLINES", &["pipelines"]), + ("NOTAION", &["notation"]), + ("FOWARDED", &["forwarded"]), + ("RYENOLDS", &["reynolds"]), + ("IDEFINITE", &["indefinite"]), + ("SUPRESES", &["suppresses"]), + ("HANDLIG", &["handling"]), + ("CONTROLLLERS", &["controllers"]), + ("MEMEMBERS", &["members", "remembers"]), + ("RESPONSIBEL", &["responsibly"]), + ("SOMWHOW", &["somehow"]), + ("DEFINITALY", &["definitely"]), + ("ALLINACE", &["alliance"]), + ("CURVELINEAR", &["curvilinear"]), + ("KEYBOOARDS", &["keyboards"]), + ("NAWSHES", &["nauseous"]), + ("LAWERNCE", &["lawrence"]), + ("SUPPOPOSE", &["suppose"]), + ("TIMMESTAMP", &["timestamp"]), + ("SUPRISD", &["surprised"]), + ("ORGANISMEN", &["organise"]), + ("TOMMORROW", &["tomorrow"]), + ("CONETXTS", &["contexts", "connects"]), + ("INSTRALLED", &["installed"]), + ("DELIBERANT", &["deliberate"]), + ("SYMPTOMES", &["symptoms"]), + ("DISPALYING", &["displaying"]), + ("FANTASIAING", &["fantasizing"]), + ("PERSONIS", &["persons"]), + ("CROSAIR", &["corsair"]), + ("CONCULSION", &["conclusion"]), + ("EXEPMTIONS", &["exemptions"]), + ("PROVISONAL", &["provisional"]), + ("CLIPOARDS", &["clipboards"]), + ("CLARETY", &["clarity"]), + ("ALLACRITTY", &["alacritty"]), + ("EYESHDAOW", &["eyeshadow"]), + ("REMINISCINT", &["reminiscent"]), + ("DELIMETED", &["delimited"]), + ("DEMCORATS", &["democrats"]), + ("ACCESSIBLILTY", &["accessibility"]), + ("LAUCNHER", &["launcher"]), + ("UNCERTIANTY", &["uncertainty"]), + ("DREGREE", &["degree"]), + ("DEOMCRATIC", &["democratic"]), + ("IMPOVERSHIED", &["impoverished"]), + ("INTERFERISCE", &["interferes"]), + ("SESNORS", &["sensors"]), + ("UNDEDINED", &["undefined"]), + ("OVERLFLOWING", &["overflowing"]), + ("SCANDALOS", &["scandals"]), + ("WISCLED", &["whistled"]), + ("SYTNAX", &["syntax"]), + ("COMMETN", &["comment"]), + ("NARCISISSM", &["narcissism"]), + ("ROTATIOS", &["rotations", "ratios"]), + ("SEPERARE", &["separate"]), + ("CHNGELOG", &["changelog"]), + ("PRESSIOUS", &["precious"]), + ("SIONISTS", &["zionists"]), + ("RETCIEVE", &["receive", "retrieve"]), + ("TERMINARLA", &["terminal"]), + ("DISPERPORTIONATE", &["disproportionate"]), + ("DISSSEMBLED", &["disassembled"]), + ("LANGUAES", &["languages"]), + ("RESIGNACION", &["resignation"]), + ("SUCESSUFLL", &["successful"]), + ("CHROMESOMES", &["chromosomes"]), + ("VULBERABILITI", &["vulnerability"]), + ("DEVELPER", &["developer"]), + ("SELECCTIONS", &["selections"]), + ("COULNDT", &["couldnt"]), + ("ELLIMINATE", &["eliminate"]), + ("GUARANTIE", &["guarantee"]), + ("SINGULATOR", &["singular"]), + ("ALSOT", &["also"]), + ("DATASTRCUTURE", &["datastructure"]), + ("EXPLORAREA", &["explorer"]), + ("RADATION", &["radiation"]), + ("OFFEREINGS", &["offerings"]), + ("VRIABLE", &["variable"]), + ("USINGING", &["using"]), + ("DISSASSEMBLED", &["disassembled"]), + ("EHR", &["her"]), + ("TROUBELSOME", &["troublesome"]), + ("TRANSPRTED", &["transported"]), + ("PUBLISHD", &["published"]), + ("SEPEICFY", &["specify"]), + ("ANAYLSIS", &["analysis"]), + ("ASSIGHED", &["assigned"]), + ("UNIHABITED", &["uninhabited"]), + ("IGNORTED", &["ignored"]), + ("OPTIMIZARE", &["optimize"]), + ("MISINFOMED", &["misinformed"]), + ("CALCUTATING", &["calculating"]), + ("SEPERATEELY", &["separately"]), + ("INTERATES", &["iterates", "interacts", "integrated"]), + ("CHNACE", &["chance"]), + ("OFTER", &["after", "offer", "often"]), + ("TARGTE", &["target"]), + ("DELETS", &["deletes"]), + ("DECRAESING", &["decreasing", "deceasing"]), + ("DESPENSARIES", &["dispensaries"]), + ("CARNIGE", &["carnage", "carnegie"]), + ("REUSEING", &["reusing"]), + ("RESORUCES", &["resources"]), + ("AVAILAVLE", &["available"]), + ("UNDERHEIGHT", &["underweight"]), + ("NEGOTION", &["negotiation"]), + ("DIMENIONSALITIES", &["dimensionalities"]), + ("GRAPHICLLY", &["graphically"]), + ("SORROUNDING", &["surrounding"]), + ("RIDICILOUS", &["ridiculous"]), + ("DONWGRADE", &["downgrade"]), + ("EXPEWRIMENTER", &["experimenter"]), + ("PEODPHILIA", &["pedophilia"]), + ("EMPTNIESS", &["emptiness"]), + ("MORMONSIM", &["mormonism"]), + ("SERACHS", &["searches"]), + ("INFORMITIVE", &["informative"]), + ("DEAFULTED", &["defaulted"]), + ("HERTIAGE", &["heritage"]), + ("SUPPRESSIN", &["suppression"]), + ("UNIO", &["union"]), + ("CONCENTING", &["connecting"]), + ("EXHUASIVE", &["exhaustive"]), + ("PARARM", &["param"]), + ("DEREGISTERES", &["deregisters"]), + ("REGAURDLESS", &["regardless"]), + ("SEXUALIZD", &["sexualized"]), + ("REQUSTS", &["requests"]), + ("COMMENTY", &["commentary"]), + ("CORREPOND", &["correspond"]), + ("INTRIGURED", &["intrigue"]), + ("CHANGNIG", &["changing"]), + ("INDECES", &["indices"]), + ("GODESSES", &["goddesses"]), + ("DISSASOCIATES", &["disassociates"]), + ("RENEGOTITAIONS", &["renegotiations"]), + ("BERGAMONT", &["bergamot"]), + ("REASSOCATION", &["reassociation"]), + ("GETTTING", &["getting"]), + ("ANONIMIZED", &["anonymized"]), + ("CONVEINENCES", &["conveniences"]), + ("SUBCONSCOUS", &["subconscious"]), + ("SUBJEST", &["subjects"]), + ("LEVETATED", &["levitated"]), + ("INSTALLATIONA", &["installation"]), + ("ENCLSOURE", &["enclosure"]), + ("GUANTAMAMO", &["guantanamo"]), + ("DEGNERATES", &["degenerates"]), + ("AUTHECATORS", &["authenticators"]), + ("SHOWFER", &["chauffeur", "shower"]), + ("VULERNABLE", &["vulnerable"]), + ("EDITORAS", &["editors"]), + ("PARAGARAPH", &["paragraph"]), + ("PENETRATON", &["penetration"]), + ("COMPANSATES", &["compensates"]), + ("NULLALBLE", &["nullable"]), + ("INHERTIG", &["inheriting", "inherited"]), + ("SHENINIGANS", &["shenanigans"]), + ("BALLANCE", &["balance"]), + ( + "PARAVIRTUALIATION", + &["paravirtualisation", "paravirtualization"], + ), + ("LUCIFEAR", &["lucifer"]), + ("RECOREDS", &["records"]), + ("SYNTETHICS", &["synthetics"]), + ("HOPEING", &["hoping"]), + ("POPUPLATION", &["population"]), + ("DECALRES", &["declares"]), + ("INHERITHS", &["inherits"]), + ("NATUARALLY", &["naturally"]), + ("INHABITATS", &["inhabitants"]), + ("PROPERTERY", &["property"]), + ("BIGER", &["bigger"]), + ("PERTRIFIED", &["petrified"]), + ("CONTENPLATING", &["contemplating"]), + ("ANALOGUOUSLY", &["analogously"]), + ("BASILCY", &["basically"]), + ("PARTIALY", &["partially"]), + ("ENCLUDING", &["including"]), + ("GIMMICS", &["gimmicks"]), + ("FUNCTIUONS", &["functions"]), + ("UNCONVENTIONNAL", &["unconventional"]), + ("SIRECTIONALITIES", &["directionalities"]), + ("GENERALNIE", &["generalize"]), + ("SEQENCES", &["sequences"]), + ("INTEGATE", &["integrate"]), + ("SUBSTISTUTIONS", &["substitutions"]), + ("INSONSISTENCY", &["inconsistency"]), + ("SYNCRONIZATION", &["synchronization"]), + ("MOTHEROBARD", &["motherboards"]), + ("DICTIONALY", &["dictionary"]), + ("SWTICHABLE", &["switchable"]), + ("REFLECTO", &["reflection"]), + ("CANCELABILITY", &["cancellability"]), + ("GEOGRAPHICLY", &["geographical"]), + ("LABIRYNTH", &["labyrinth"]), + ("LEGENDE", &["legendre", "legend", "legends"]), + ("TOAHIBA", &["toshiba"]), + ("EXHANGING", &["exchanging"]), + ("VISIBILY", &["visibility", "visibly"]), + ("REFLET", &["reflect"]), + ("VALULATIONS", &["valuations"]), + ("ORGANISERA", &["organisers"]), + ("GRAPHCIALLY", &["graphically"]), + ("ASTONOSHING", &["astonishing"]), + ("SCRPITING", &["scripting"]), + ("TENACLES", &["tentacles"]), + ("FIEDLS", &["fields"]), + ("INTRIDUCTION", &["introduction"]), + ("SCATCHED", &["caught", "scratched", "sketched"]), + ("DESTRIBUTORS", &["distributors"]), + ("INDIQUATE", &["indicate"]), + ("PROCEDDING", &["proceeding"]), + ("PROLITARIAT", &["proletariat"]), + ("PARANOA", &["paranoia"]), + ("GOOOD", &["good"]), + ("IDEPOTENCY", &["idempotency"]), + ("CLAREAD", &["cleared"]), + ("PERIPHEALS", &["peripherals"]), + ("MANUFACTUROR", &["manufacturer"]), + ("ALGOITHMICALLY", &["algorithmically"]), + ("DIMINSH", &["diminish"]), + ("DISABING", &["disabling"]), + ("BOYCUTTING", &["boycotting"]), + ("TRUELY", &["truly"]), + ("UNCATALOGUED", &["uncataloged"]), + ("OCURRED", &["occurred"]), + ("APPERENT", &["apparent"]), + ("CATEGORIEZED", &["categorized"]), + ("SENSIBILITES", &["sensibilities"]), + ("DSCRETION", &["discretion"]), + ("INDIENS", &["indians", "endians"]), + ("JUVENILLE", &["juvenile"]), + ("CONSTRIANT", &["constraint"]), + ("DOUBLELEFT", &["doublelift"]), + ("AVIAITON", &["aviation"]), + ("INCORPERATE", &["incorporate"]), + ("GOLDBEG", &["goldberg"]), + ("CONFIMR", &["confirm"]), + ("CURENTFILTER", &["currentfilter"]), + ("PROGRESSIONWISE", &["progressions"]), + ("ARBRITATION", &["arbitration"]), + ("SITUDIOS", &["studios"]), + ("REBISION", &["revision"]), + ("MEDATADATA", &["metadata"]), + ("DOCUMENETED", &["documented"]), + ("OPEABCRATIONS", &["operations"]), + ("TRASLATION", &["translation"]), + ("PARARAPH", &["paragraph"]), + ("OSBIDIAN", &["obsidian"]), + ("AWYA", &["away"]), + ("CANCLLED", &["cancelled"]), + ("ATUHENTICATED", &["authenticated"]), + ("AVATARDS", &["avatars"]), + ("WEHRE", &["where"]), + ("CAPABILITIIES", &["capabilities"]), + ("MORTARTS", &["mortars"]), + ("COMPABIBILITY", &["compatibility"]), + ("HYGEINE", &["hygiene"]), + ("PRECENTAGE", &["percentage"]), + ("DURABILTIY", &["durability"]), + ( + "TRANSAITIONS", + &["translations", "transitions", "transactions"], + ), + ("HOWVERE", &["however"]), + ("DEFEINTLY", &["definitely"]), + ("FRACTOINAL", &["fractional"]), + ("SASKATCHEWINIAN", &["saskatchewan"]), + ("UNDERYING", &["underlying"]), + ("UNINITIALSES", &["uninitialises"]), + ("FILESE", &["files"]), + ("SKATEBAORDS", &["skateboard"]), + ("MANUFACTUER", &["manufacture", "manufacturer"]), + ("CRINGEWORHTY", &["cringeworthy"]), + ("MERAJ", &["mirage"]), + ("ATTRIEBUTES", &["attributes"]), + ("NEGOGTIATION", &["negotiation"]), + ("INADEGUATE", &["inadequate"]), + ("SENTEMENTS", &["sentiments"]), + ("EGDE", &["edge"]), + ("DEVELOPMET", &["developments", "development"]), + ("ATTENED", &["attended"]), + ("SUBSEDIZED", &["subsidized"]), + ("LOIUSVILLE", &["louisville"]), + ("COPRSES", &["corpses"]), + ("INREMENTAL", &["incremental"]), + ("DEVCONAINER", &["devcontainer"]), + ("TOLLERANCES", &["tolerances"]), + ("ESIMATE", &["estimate"]), + ("UNINTIALLISED", &["uninitialised"]), + ("NAIBHORLY", &["neighborly"]), + ("DEFINIT", &["definite"]), + ("INQURING", &["inquiring"]), + ("CTHUHLU", &["cthulhu"]), + ("EXECUTUABLES", &["executables"]), + ("NESSESSARY", &["necessary"]), + ("MALYASIAN", &["malaysian"]), + ("REUQIRE", &["required"]), + ("GUERRILLERA", &["guerrilla"]), + ("DICTIONAIRY", &["dictionary"]), + ("RELAIBILITY", &["reliability"]), + ("WASTEFULLNESS", &["wastefulness"]), + ("YPU", &["you"]), + ("INCOMPATABABLE", &["incompatible"]), + ("RELIGEON", &["religion"]), + ("CONSISTENCEY", &["consistency"]), + ("REDUNANT", &["redundant"]), + ("PSOT", &["post"]), + ("EMBEDED", &["embedded"]), + ("ASSMA", &["asthma"]), + ("UNCOMFORYABLE", &["uncomfortably"]), + ("MEDHOD", &["method"]), + ("ULTIAMTE", &["ultimate"]), + ("PLACHOLDERS", &["placeholders"]), + ("EXECUTTION", &["execution"]), + ("AMBADEXTROUSNESS", &["ambidextrousness"]), + ("ORGINIZATION", &["organization"]), + ("CONSISANT", &["consistent"]), + ("APTITUDINE", &["aptitude"]), + ("NEGOATIATIONS", &["negotiations"]), + ("CAPITARIST", &["capitalist"]), + ("LLINEAR", &["linear"]), + ("GRATUITIOUS", &["gratuitous"]), + ("BRAODBAND", &["broadband"]), + ("WITHTOUT", &["without"]), + ("IDENTITTIES", &["identities"]), + ("CONTRIBUITO", &["contribution"]), + ("REAPPERED", &["reappeared"]), + ("CATHOLACISM", &["catholicism"]), + ("EXECUABLES", &["executables"]), + ("DISCONTINUOS", &["discontinuous"]), + ("BCUCKETS", &["buckets"]), + ("INHABITAT", &["inhabitants"]), + ("TERMINARON", &["terminator"]), + ("VALIDE", &["valid"]), + ("INSTRAMENTAL", &["instrumental"]), + ("BEGINNNER", &["beginner"]), + ("REPRESANTATION", &["representation"]), + ("TEEANGERS", &["teenagers"]), + ("BENCHMKARING", &["benchmarking"]), + ("PEPPERMENT", &["peppermint"]), + ("NEGOTITING", &["negotiating"]), + ("MAINFEST", &["manifest"]), + ("EXECTABLE", &["executable"]), + ("INSENSITIV", &["insensitive"]), + ("AANOTHER", &["another"]), + ("CONTROLLLER", &["controller"]), + ("SYMPATY", &["sympathy"]), + ("LANGULAGE", &["language"]), + ("COMPETETIVE", &["competitive"]), + ("SEPERATES", &["separates"]), + ("AWNSER", &["answer"]), + ("CONDIDTION", &["condition"]), + ("TYOPE", &["type"]), + ("UNSEARCAHBLE", &["unsearchable"]), + ("INITILIALIZATION", &["initialization"]), + ("POISONOS", &["poisons"]), + ("HSI", &["his"]), + ("INVALIDIATE", &["invalidate"]), + ("MECHANIM", &["mechanism"]), + ("RAISEDD", &["raised"]), + ("CHOCOLATTE", &["chocolates"]), + ("WRITIING", &["writing"]), + ("INDIREKTLY", &["indirectly"]), + ("LEGIMITATE", &["legitimate"]), + ("TRANSPSITION", &["transposition"]), + ("AUTHENTCIATE", &["authenticate"]), + ("TREATSIE", &["treaties"]), + ("DESIGNAD", &["designated"]), + ("EVEYTHING", &["everything"]), + ("CENSIBLY", &["sensibly"]), + ("OWUDL", &["would"]), + ("SUFFACE", &["surface"]), + ("CABNIET", &["cabinet"]), + ("EXPOLSIVES", &["explosives"]), + ("INTIMIDAD", &["intimidated"]), + ("COMPLETENES", &["completes"]), + ("DIABLE", &["disable"]), + ("MULTPLES", &["multiples"]), + ("COUNLD", &["could"]), + ("PSHYCOPATHIC", &["psychopathic"]), + ("CONGRATUATE", &["congratulate"]), + ("BLUETOOT", &["bluetooth"]), + ("HTING", &["thing"]), + ("EXCEUCTIVE", &["executive"]), + ("COUKD", &["could"]), + ("ABIGIOUS", &["ambiguous"]), + ("WEHTHER", &["whether"]), + ("NCLUDE", &["include"]), + ("COPMETITORS", &["competitors"]), + ("CONTINENS", &["continents"]), + ("ANALYSISTO", &["analysts"]), + ("MIMMICK", &["mimic"]), + ("ADDJUSTING", &["adjusting"]), + ("INSTANSIATED", &["instantiated"]), + ("DEPENANCY", &["dependency"]), + ("APPAERS", &["appears"]), + ("MILIVOLTS", &["millivolts"]), + ("FONTRIER", &["frontier"]), + ("LEGITIMIATE", &["legitimate"]), + ("SEINA", &["seine", "sienna"]), + ("DESCRIMINATED", &["discriminated"]), + ("DICTIONARYS", &["dictionaries"]), + ("DELIEVRED", &["delivered"]), + ("EVALUEATE", &["evaluate"]), + ("USFUL", &["useful"]), + ("MASSARCE", &["massacre"]), + ("PERPANDICULAR", &["perpendicular"]), + ("CONCIOUSLY", &["consciously"]), + ("EQUIVLALENT", &["equivalent"]), + ("BANGQUIT", &["banquet"]), + ("EMPROVES", &["improves"]), + ("ISLAMSIT", &["islamist"]), + ("NOVISHEATES", &["novitiates"]), + ("UNSUCESFULY", &["unsuccessfully"]), + ("UNITERRUPTED", &["uninterrupted"]), + ("UPPPER", &["upper"]), + ("EXCETUTED", &["executed"]), + ("SEQUNECE", &["sequence"]), + ("PAGENTRY", &["pageantry", "plangently"]), + ("OVERIDDDEN", &["overridden"]), + ("PROULDY", &["proudly"]), + ("SUPPOSEDS", &["supposed"]), + ("IMPROVMENETS", &["improvements"]), + ("ACQAUINTED", &["acquainted"]), + ("TRIGNAMETRY", &["trigonometry"]), + ("SUBLASS", &["subclass"]), + ("INGORES", &["ignores"]), + ("HIGHTING", &["highlighting"]), + ("TEMPORORILY", &["temporarily"]), + ("OVEREACHING", &["overarching"]), + ("QUICKLYU", &["quickly"]), + ("UNDERMINNING", &["undermining"]), + ("EXECUATABLE", &["executable"]), + ("CONIFIGURATION", &["configuration"]), + ("CREATIONIS", &["creations"]), + ("DYSPHOIRA", &["dysphoria"]), + ("FRAMLAYOUT", &["framelayout"]), + ("ENGENEERING", &["engineering"]), + ("SUBNEGOGTIATION", &["subnegotiation"]), + ("CORRESPENDING", &["corresponding"]), + ("GUARRANTEEING", &["guaranteeing"]), + ("CLUSER", &["cluster"]), + ("INTRIUGE", &["intrigue"]), + ("ACCOORDING", &["according"]), + ("AVATION", &["aviation"]), + ("EXPERIMMENTED", &["experimented"]), + ("EXPERSING", &["expressing"]), + ("ARCHITECHURE", &["architecture"]), + ("EXCLUSSIVE", &["exclusives"]), + ("CONDIDENT", &["confident"]), + ("ANEDOCTES", &["anecdotes"]), + ("PORJECTILES", &["projectiles"]), + ("HEMICIRCLES", &["semicircles"]), + ("INSTRCTIONS", &["instructions"]), + ("MANGETIC", &["magnetic"]), + ("DAFUALTED", &["defaulted"]), + ("INVINCIL", &["invincible"]), + ("CACHEED", &["cached"]), + ("LEVLEING", &["leveling"]), + ("MOUNTPIONTS", &["mountpoints"]), + ("ENCOUTERING", &["encountering"]), + ("ZELAOUS", &["zealous"]), + ("TRANSPLAIN", &["transplant"]), + ("TEMA", &["team"]), + ("COMONENT", &["component"]), + ("LONLINESS", &["loneliness"]), + ("EXPEMPLARY", &["exemplary"]), + ("IMPOSSIBE", &["impossible"]), + ("CAFFINEE", &["caffeine"]), + ("ANIALATING", &["annihilating"]), + ("PERFORMES", &["performed", "performs"]), + ("DEREFERNCERS", &["dereferencers"]), + ("EXTRIMLY", &["extremely"]), + ("COMMMITS", &["commits"]), + ("FRANTICALY", &["frantically"]), + ("ASSSOCIATED", &["associated"]), + ("ALLWS", &["allows"]), + ("SAMAPHORES", &["semaphores"]), + ("DINOSUARS", &["dinosaurs"]), + ("MODFITY", &["modify"]), + ("UNSANFE", &["unsafe"]), + ("PASCHEURISE", &["pasteurise"]), + ("DOWNOVTED", &["downvoted"]), + ("SIZ", &["six", "size"]), + ("DEKSTOPS", &["desktops"]), + ("SCUCCESS", &["success"]), + ("STUGGLING", &["struggling"]), + ("ACTUALEY", &["actually"]), + ("APROXIMATELY", &["approximately"]), + ("RENEGOTAIBLE", &["renegotiable"]), + ("EXECUSTION", &["execution"]), + ("MICROCENTRE", &["microcenter"]), + ("EXCENTRIC", &["eccentric"]), + ("APOLGIZE", &["apologize"]), + ("COMPILLERS", &["compilers"]), + ("SUBNEGOTIONATIONS", &["subnegotiations"]), + ("FUNKTION", &["function"]), + ("PSYCHEDILICS", &["psychedelics"]), + ("BURRITTO", &["burrito"]), + ("COUNTIG", &["counting"]), + ("MOMENTARLY", &["momentarily"]), + ("TERRIRORIAL", &["territorial"]), + ("ANTHING", &["anything"]), + ("CONCUSISON", &["concussions"]), + ("VIGLIANT", &["vigilant"]), + ("UNSTABEL", &["unstable"]), + ("OOUTPUT", &["output"]), + ("MISTROWS", &["maestros"]), + ("AMERCIA", &["america"]), + ("ENVIORNMENTALIST", &["environmentalist"]), + ("TROOSSOS", &["trousseaus", "trousseaux"]), + ("ENVIRONEMNTAL", &["environmental"]), + ("SINGEL", &["single", "signal"]), + ("CONFRONTACION", &["confrontation"]), + ("CONFIGUE", &["configure"]), + ("BLUGARIA", &["bulgaria"]), + ("LOCAE", &["locate"]), + ("GENEOLOGIES", &["genealogies"]), + ("ALLCOATENG", &["allocating"]), + ("COINCIDENSE", &["coincidence"]), + ("MEASSURED", &["measured"]), + ("INTEREPRETING", &["interpreting"]), + ("EXPERSION", &["expression"]), + ("NEUROSCIENE", &["neuroscience"]), + ("COMPOMENT", &["component"]), + ("PRESISTING", &["persisting"]), + ("TABLUATE", &["tabulate"]), + ("UNDERSTSND", &["understands"]), + ("PRESISTABLE", &["persistable"]), + ("CATASTRPHE", &["catastrophe"]), + ("SICINCTLY", &["succinctly"]), + ("SECTIONIS", &["sections"]), + ("RIGHMOST", &["rightmost"]), + ("CIRITICAL", &["critical"]), + ("ACTVATED", &["activated"]), + ("RELENTNESS", &["relentless"]), + ("LITIHUM", &["lithium"]), + ("INCOMPATABLIE", &["incompatible", "incompatibly"]), + ("UPSTREEMER", &["upstreamer"]), + ("DISCONNET", &["disconnect"]), + ("PLACMENETS", &["placements"]), + ("MEMOVE", &["memmove"]), + ("PIXELX", &["pixels", "pixel"]), + ("BOOTLAODERS", &["bootloaders"]), + ("NEIGHBHORS", &["neighbors"]), + ("MAINTAINCE", &["maintained", "maintenance"]), + ("SUPERCEDING", &["superseding"]), + ("DEFARGKEY", &["defragkey"]), + ("MIMATCHD", &["mismatched"]), + ("PROCE", &["price"]), + ("GURADIAN", &["guardian"]), + ("TIEING", &["tying"]), + ("TRANSOCDED", &["transcoded"]), + ("VULNERABILITI", &["vulnerability"]), + ("ANGRILLY", &["angrily"]), + ("TOTALITARA", &["totalitarian"]), + ("FUSTRATING", &["frustrating"]), + ("QUWESSANTS", &["croissants"]), + ("RERFERENCE", &["reference"]), + ("EXPERIMENTTED", &["experimented"]), + ("COMMPLETELY", &["completely"]), + ("EXPROPIATES", &["expropriates"]), + ("ISTAMBUL", &["istanbul"]), + ("SOUVINNEERS", &["souvenirs"]), + ("FILTYPES", &["filetypes"]), + ("BECASEU", &["because"]), + ("SPEFIERS", &["specifiers"]), + ("ALGORYTHMIC", &["algorithmic"]), + ("SIGURET", &["cigaret"]), + ("ASSESSMANT", &["assessment"]), + ("FREEDUMS", &["freedoms"]), + ("NOTIFICTIONS", &["notifications"]), + ("ALHOUGH", &["although"]), + ("SLEWTHED", &["sleuthed"]), + ("COORINATES", &["coordinates"]), + ("ALLOCAITON", &["allocation"]), + ("RECOCATION", &["revocation"]), + ("PERFOMRS", &["performs"]), + ("VOLCANDO", &["volcano"]), + ("NEIGHBERHOORS", &["neighbors"]), + ("AGGRETATOR", &["aggregator"]), + ("IMPLMENTING", &["implementing"]), + ("HISORY", &["history"]), + ("COLLABORITAVELY", &["collaboratively"]), + ("SPASHES", &["splashes"]), + ("CHEESSE", &["cheeses"]), + ("SELFS", &["self"]), + ("DYNAMNICALLY", &["dynamically"]), + ("INTERFAVES", &["interfaces"]), + ("CHNAGES", &["changes"]), + ("ROMANMANIA", &["romanian"]), + ("INSTROSPECTION", &["introspection"]), + ("VAULING", &["valuing"]), + ("TYEP", &["type"]), + ("ADDDRESSES", &["addresses"]), + ("WEBSTIES", &["websites"]), + ("ANALYES", &["analyse", "analyses", "analyzes", "analyze"]), + ("ESPECIIALLY", &["especially"]), + ("HARASMENTS", &["harassments"]), + ("FURITION", &["fruition"]), + ("INTELLIGENLY", &["intelligently"]), + ("AFFAIRES", &["affairs"]), + ("APPREICIATE", &["appreciate"]), + ("THAAT", &["that"]), + ("CIVALISATIONS", &["civilisations"]), + ("SENSATIONALITY", &["sensationalist"]), + ("RELATDNESS", &["relatedness"]), + ("CHATACTERS", &["characters"]), + ("IMPROVEMNETS", &["improvements"]), + ("DESEPEARS", &["disappears"]), + ("THUBMNAILS", &["thumbnails"]), + ("RETREVIER", &["retriever"]), + ("UNREAPONSIVE", &["unresponsive"]), + ("APPRIXIMATED", &["approximated"]), + ("DISCCUSED", &["discussed"]), + ("PROSECUTERS", &["prosecutors"]), + ("DECONDED", &["decoded"]), + ("THETERING", &["tethering"]), + ("UNNESCESSARILY", &["unnecessarily"]), + ("ATHIENTS", &["atheist"]), + ("CILYNDRS", &["cylinders"]), + ("EXPLICLITY", &["explicitly"]), + ("SPECIFIEES", &["specifies"]), + ("MISDAMEANORS", &["misdemeanors"]), + ("INTERROGATIN", &["interrogation"]), + ("RESOLUITONS", &["resolutions"]), + ("FOLOWING", &["following"]), + ("BEGAIN", &["began"]), + ("VANILLLA", &["vanilla"]), + ("CRITERIAS", &["criteria"]), + ("OVERVLOCKED", &["overclocked"]), + ("SPEFIIFIFES", &["specifies"]), + ("PRSETS", &["presets"]), + ("INCOMMPLETE", &["incomplete"]), + ("ADMINSTRATE", &["administrate"]), + ("HTPT", &["http"]), + ("TRANSSEXUELLA", &["transsexual"]), + ("VIUSALLY", &["visually"]), + ("APOLIGISTS", &["apologists"]), + ("REBUILLT", &["rebuilt"]), + ("DECEPTIVLEY", &["deceptive"]), + ("REPLACMENTS", &["replacements"]), + ("CENSABLE", &["sensible"]), + ("VISUABISED", &["visualised"]), + ("DISTROBUTION", &["distribution"]), + ("HINDUISIM", &["hinduism"]), + ("SUBMITTION", &["submitting"]), + ("TRACSODES", &["transcodes"]), + ("VENTELATION", &["ventilation"]), + ("REAUIRES", &["requires"]), + ("COGNIZENT", &["cognizant"]), + ("STIMULATIE", &["stimulated"]), + ("PARALELL", &["parallel"]), + ("DOMINATEURS", &["dominates"]), + ("AFFILICTION", &["affiliation"]), + ("INDIVIDAL", &["individual"]), + ("STRAIGHTN", &["straighten"]), + ("SUPOORTING", &["supporting"]), + ("SAUTAYED", &["sautéd"]), + ("CALCUALTE", &["calculate"]), + ("PIARS", &["pairs", "piers", "pliers"]), + ("ACUSTOMMED", &["accustomed"]), + ("INTERPRETARE", &["interpreter"]), + ("QUESITONS", &["questions"]), + ("SERVERLES", &["serverless"]), + ("TRIPEL", &["triple"]), + ("METOPHORICAL", &["metaphorical"]), + ("INITIAITVE", &["initiatives"]), + ("AHEARED", &["adhered"]), + ("ANKSHIUOSNESS", &["anxiousness"]), + ("COMRPESSING", &["compressing"]), + ("NEIGHBERHODS", &["neighborhoods"]), + ("CONSTRUST", &["constructs", "construct"]), + ("REMOT", &["remote"]), + ("DOAPMINE", &["dopamine"]), + ("PRIORITITIES", &["priorities"]), + ("STREIGHTENED", &["straightened"]), + ("INTELLECUAL", &["intellectual"]), + ("WHEATHER", &["weather", "whether"]), + ("CHARAKTER", &["character"]), + ("ABOUVE", &["above"]), + ("UNEXPESTED", &["unexpected"]), + ("DIFFERANTIATION", &["differentiation"]), + ("FASCIANTED", &["fascinated"]), + ("VIEWPIONTS", &["viewpoints"]), + ("IMPUT", &["input"]), + ("BUFFEUR", &["buffer"]), + ("ENDIENS", &["endians", "indians"]), + ("NKWO", &["know"]), + ("CLLOUD", &["cloud"]), + ("CLOUMNS", &["columns"]), + ("REFERENCEING", &["referencing"]), + ("ANCAPSULATED", &["encapsulated"]), + ("ASDIGNMENTS", &["assignments"]), + ("COORDENATION", &["coordination"]), + ("PERIODES", &["periods"]), + ("POSSIBLEC", &["possible"]), + ("CONSTRUCTIE", &["constructive"]), + ("ITNERVALS", &["intervals"]), + ("IMPLEMTED", &["implemented"]), + ("THRAD", &["thread"]), + ("UNDERSATND", &["understands"]), + ("KENELS", &["kernels", "kennels"]), + ("DELIMITITING", &["delimiting"]), + ("REDEFINTION", &["redefinition"]), + ("CRETATOR", &["creator"]), + ("DOWNLOADBEL", &["downloadable"]), + ("SINGULARTY", &["singularity"]), + ("DEBUDGGER", &["debugger"]), + ("QUEUEUD", &["queued"]), + ("UPLAODAD", &["upload", "uploaded"]), + ("ASSHATTS", &["asshats"]), + ("GROUPPING", &["grouping"]), + ("LONGE", &["longer", "lounge"]), + ("ANNONCES", &["announces"]), + ("ANEDOCTAL", &["anecdotal"]), + ("LAUNGAGE", &["language"]), + ("PLAYGROPUND", &["playground"]), + ("DAMAMGE", &["damage"]), + ("HEAPDHONES", &["headphones"]), + ("RIVLARIES", &["rivalries"]), + ("SENSISBLE", &["sensible"]), + ("PRESEARVING", &["preserving"]), + ("GERENATED", &["generated"]), + ("INDEVERING", &["endeavoring"]), + ("INFANTIS", &["infants"]), + ("INACURRATE", &["inaccurate"]), + ("DISSCTING", &["dissecting"]), + ("EXEUTION", &["execution"]), + ("SKIPE", &["skip"]), + ("OBHECTION", &["objection"]), + ("BUDDHITS", &["buddhist"]), + ("FLANETHROWER", &["flamethrower"]), + ("DECPRECATED", &["deprecated"]), + ("FACITILIES", &["facilities"]), + ("MODIFICATIOON", &["modification"]), + ("RECIPT", &["receipt"]), + ("TANENHILL", &["tannehill"]), + ("HARCODES", &["hardcodes", "charcodes"]), + ("INVESTEGATORS", &["investigators"]), + ("SATERDAY", &["saturday"]), + ("MOSNTERS", &["monsters"]), + ("DIREKTLY", &["directly"]), + ("DERFERENCING", &["dereferencing"]), + ("CIMPTOMATICLY", &["symptomatically"]), + ("CONVIENCECE", &["convenience"]), + ("VERIATION", &["variation"]), + ("IDENITY", &["identity"]), + ("DOCUMENTATIES", &["documentaries"]), + ("DSIABLED", &["disabled"]), + ("HANNIBL", &["hannibal"]), + ("ATTTEMPT", &["attempt"]), + ("MUTLIPLE", &["multiple"]), + ("PRESIDENCIAL", &["presidential"]), + ("PACKAEGES", &["packages"]), + ("FRANLKIN", &["franklin"]), + ("PLATFORMA", &["platforms"]), + ("SUPRESSSION", &["suppression"]), + ("INTERVEEN", &["intervene"]), + ("DISTICTLY", &["distinctly"]), + ("LIBRATIES", &["libraries"]), + ("PROPMTS", &["prompts"]), + ("BURLGAR", &["burglar"]), + ("DICISION", &["decision"]), + ("COMAPATORS", &["comparators"]), + ("MISINTREPRETED", &["misinterpreted"]), + ("MIMATCHED", &["mismatched"]), + ("TRANZPORTER", &["transporter"]), + ("ECOUNTERING", &["encountering"]), + ("RESTURN", &["return", "returns"]), + ("MONITORD", &["monitored"]), + ("INSTANCCE", &["instance"]), + ("REPALCEMENT", &["replacement"]), + ("GLOBLALY", &["globally"]), + ("CONSERVATIE", &["conservatives"]), + ("ZEEBRA", &["zebra"]), + ("DIFUSE", &["diffuse", "defuse"]), + ("PRESCRITION", &["prescription"]), + ("SEAHAKWS", &["seahawks"]), + ("DICTINARY", &["dictionary"]), + ("INCOMPABLE", &["incompatible"]), + ("PREORDERERS", &["preorders"]), + ("INHERINTS", &["inherits"]), + ("REGSITRE", &["register"]), + ("DIFFERNCIATE", &["differentiate"]), + ("TREAING", &["treating"]), + ("POLITCAL", &["political"]), + ("WNAT", &["want", "what"]), + ("MUTLIPLICATION", &["multiplication"]), + ("SHEPRE", &["sphere"]), + ("IMMITATED", &["imitated"]), + ("RENEGOTICATIONS", &["renegotiations"]), + ("SUBSCIRBE", &["subscribe"]), + ("OPPUTUNITY", &["opportunity"]), + ("WARWCIK", &["warwick"]), + ("VULNERABULE", &["vulnerable"]), + ("SIMULTINOUSLY", &["simultaneously"]), + ("SYMOBOLIC", &["symbolic"]), + ("ASISST", &["assist"]), + ("GRILFRIEND", &["girlfriend"]), + ("EQUIPEMENT", &["equipment"]), + ("CONCRET", &["concert"]), + ("SOCIATY", &["society"]), + ("RECCONEECTS", &["reconnects"]), + ("IGNORGE", &["ignore"]), + ("THUNDERBLOT", &["thunderbolt"]), + ("COMPEMDIUM", &["compendium"]), + ("STATICTS", &["statist"]), + ("REQEUSTED", &["requested"]), + ("CONDIDTIONS", &["conditions"]), + ("NEGOGIATED", &["negotiated"]), + ("LEAGEUE", &["league"]), + ("VIGRINS", &["virgins"]), + ("SOMETHINTG", &["somethings"]), + ("DUSBTEP", &["dubstep"]), + ("INGORANCE", &["ignorance"]), + ("ASSASINATE", &["assassinate"]), + ("WALKTHRTHROUGH", &["walkthrough"]), + ("PRESENER", &["presenter"]), + ("MASSACHUSETTIANS", &["massachusetts"]), + ("CALBIRATION", &["calibration"]), + ("TYPOPGRAHICAL", &["typographical"]), + ("IMPLICILTY", &["implicitly"]), + ("PEDANTISCH", &["pedantic"]), + ("THOSES", &["those"]), + ("CONTENTAS", &["contents"]), + ("LOKING", &["looking"]), + ("BULLE", &["bullet"]), + ("RAPRESENTATION", &["representation"]), + ("GRAMMATICAAL", &["grammatical"]), + ("SANDVICHES", &["sandwiches"]), + ("EMBBEDED", &["embedded"]), + ("ATTTACK", &["attack"]), + ("GUARNETEES", &["guarantees"]), + ("APPROXAMATE", &["approximate"]), + ("COUNTERTRAP", &["counterpart"]), + ("ASSESSMANTS", &["assessments"]), + ("LIBRABRIE", &["library"]), + ("PATHANME", &["pathname"]), + ("NORAMALIZED", &["normalized"]), + ("UNIFOM", &["uniform"]), + ("MORNI", &["morning"]), + ("WORTE", &["wrote"]), + ("NEGLIBIBLE", &["negligible"]), + ("FLASGHIP", &["flagship"]), + ("REENAME", &["rename"]), + ("ENTQUIRED", &["enquired"]), + ("REVELUTIONS", &["revolutions"]), + ("INSURACE", &["insurance"]), + ("ERASUER", &["erasure", "eraser"]), + ("ALOGIRHTMICALLY", &["algorithmically"]), + ("MINIMUMN", &["minimum"]), + ("DEFINMED", &["defined"]), + ("PATROITISM", &["patriotism"]), + ("AVALANCE", &["avalanche"]), + ("DOWNGRADDED", &["downgraded"]), + ("DATATTYPE", &["datatype"]), + ("FUNCTIONALTIY", &["functionality"]), + ("UNILATREALLY", &["unilaterally"]), + ("AMPEHTAMINES", &["amphetamines"]), + ("TRANSACITONS", &["transactions"]), + ("DISSBLES", &["disables"]), + ("ESGING", &["edging"]), + ("SOLATING", &["isolating"]), + ("COMPLIANED", &["compliance"]), + ("TYPSCRIPT", &["typescript"]), + ("SILBINGS", &["siblings"]), + ("CACUSES", &["caucuses"]), + ("TIMZEONES", &["timezones"]), + ("DISTRUBIOTION", &["distribution"]), + ("EXCHNGES", &["exchanges"]), + ("DEMOCARCY", &["democracy"]), + ("DRAWNING", &["drawing"]), + ("LITLLE", &["little"]), + ("ARCHITECTE", &["architecture"]), + ("LICENCEING", &["licencing"]), + ("QUANTATIVE", &["quantitative"]), + ("PERFOMRANCE", &["performances", "performance"]), + ("QUAILTY", &["quality"]), + ("DESINGN", &["design"]), + ("APPERARANCE", &["appearance"]), + ("PREDOCESSOR", &["predecessor"]), + ("UNINTIALSIED", &["uninitialised"]), + ("ACCESSBLE", &["accessible"]), + ("INCONVENIANCE", &["inconvenience"]), + ("FEDALITY", &["fidelity"]), + ("ACCORDNGLY", &["accordingly"]), + ("OFFLAODED", &["offloaded"]), + ("RELTIVE", &["relative"]), + ("REINITALIZATIONS", &["reinitializations"]), + ("SRETURNS", &["returns"]), + ("UNINFROM", &["uninform", "uniform"]), + ("PREFICIENCY", &["proficiency"]), + ("COMPATION", &["compaction"]), + ("CHIZILED", &["chiseled"]), + ("DIFINES", &["defines", "divines"]), + ("DISTRUBTES", &["distrust"]), + ("CACHLINE", &["cacheline"]), + ("EXPERMIENTING", &["experimenting"]), + ("STATTUS", &["status"]), + ("BENCHAMARKING", &["benchmarking"]), + ("INSTITUDED", &["instituted"]), + ("DIALLOWS", &["disallows"]), + ("VICTEM", &["victim"]), + ("INSTUCTION", &["instruction"]), + ("ABBOUT", &["about", "abbot"]), + ("BOUNUDARIES", &["boundaries"]), + ("BREWREY", &["brewery"]), + ("LOWD", &["load", "low", "loud"]), + ("SPINDEL", &["spindle"]), + ("CONTAINTED", &["contained"]), + ("COMMUTATING", &["commuting"]), + ("INTEGRERING", &["interfering"]), + ("PARAMATERS", &["parameters"]), + ("IRRESPONCIBLE", &["irresponsible"]), + ("DISPENSIARY", &["dispensary"]), + ("ENEBALING", &["enabling"]), + ("MEACHINISMS", &["mechanisms"]), + ("LIMITATIVO", &["limitation"]), + ("PERNAMENT", &["permanent"]), + ("INFREQENTCY", &["infrequency"]), + ("SEVARAL", &["several"]), + ("DEGRESS", &["degrees", "digress"]), + ("BROSER", &["browser"]), + ("PRESENTATO", &["presentation"]), + ("LINCOLON", &["lincoln"]), + ("RELASING", &["releasing"]), + ("CALUCLATING", &["calculating"]), + ("UNDERSTADNABLE", &["understandable"]), + ("ARGUMET", &["argument"]), + ("MEEDS", &["needs"]), + ("CHANED", &["changed", "chained"]), + ("DIRERCTOR", &["director"]), + ("NEIGHBORHOOFS", &["neighborhoods"]), + ("TRASNFORMED", &["transformed"]), + ("FUNCTTIONED", &["functioned"]), + ("IRELEVENT", &["irrelevant"]), + ("NORAMAL", &["normal"]), + ("TUNNING", &["tuning", "running"]), + ("REPOSOITORY", &["repository"]), + ("REKENTON", &["renekton"]), + ("SPECFIC", &["specific"]), + ("BACHOLER", &["bachelor"]), + ("UNEXPECTENDLY", &["unexpectedly"]), + ("SIE", &["size", "sigh", "side"]), + ("INEXPERINCE", &["inexperience"]), + ("PROCESSIG", &["processing"]), + ("EXPLOTIATIVE", &["exploitative"]), + ("SPEFIIFIERS", &["specifiers"]), + ("HOWVER", &["however"]), + ("TIGTHENS", &["tightens"]), + ("OBSOLATE", &["obsolete"]), + ("WRTING", &["writing"]), + ("REARRANG", &["rearrange"]), + ("VULBERABUILITIE", &["vulnerability"]), + ("CONTINIENT", &["contingent"]), + ("CONFUSSED", &["confused"]), + ("THROTTED", &["throttled", "trotted"]), + ("SINOIDS", &["sinusoids"]), + ("CONFIGUERD", &["configured"]), + ("UNTERLYING", &["underlying"]), + ("DEPENDNING", &["depending"]), + ("AQAIN", &["again"]), + ("ANGSHUSLY", &["anxiously"]), + ("ACCUSATO", &["accusation"]), + ("DEFENITIONS", &["definitions"]), + ("PERSENT", &["present"]), + ("DICTIONNARY", &["dictionary"]), + ("REPRESENTAITON", &["representations", "representation"]), + ("RESULSETS", &["resultsets"]), + ("SUBCONSCIUS", &["subconscious"]), + ("ACTIALY", &["actually"]), + ("NAMESD", &["named", "names"]), + ("PERSUASIAN", &["persuasion"]), + ("PUNSIHMENTS", &["punishments"]), + ("BRIMINGHAM", &["birmingham"]), + ("JULI", &["july"]), + ("RELYED", &["relied"]), + ("TAPITUDE", &["aptitude"]), + ("DIFFERNECES", &["differences"]), + ("BELING", &["belong"]), + ("SHECK", &["check", "shuck"]), + ("SLIGTH", &["slight"]), + ("OILGARCHY", &["oligarchy"]), + ("HAPPNES", &["happens", "happiness"]), + ("GRACELFULY", &["gracefully"]), + ("INEVITIBLY", &["inevitably"]), + ("SPECE", &["space", "spice"]), + ("MERCURCY", &["mercury"]), + ("ERTOR", &["error", "terror"]), + ("AMELEARATED", &["ameliorated"]), + ("PROVOCOTIVE", &["provocative"]), + ("NATIOANLISTS", &["nationalists"]), + ("TRANSACTOIN", &["transaction"]), + ("CONTRIBUYE", &["contribute"]), + ("RIDICOULUS", &["ridiculous"]), + ("STRAWBURRIES", &["strawberries"]), + ("UNRESPONIVE", &["unresponsive"]), + ("LIGHTWIEGHT", &["lightweight"]), + ("COMPARISNS", &["comparisons"]), + ("UKRANIAN", &["ukrainian"]), + ("JURSIDICTION", &["jurisdiction"]), + ("PERMIETER", &["perimeter"]), + ("SARTERS", &["starters"]), + ("REFRESHD", &["refreshed"]), + ("DEADPOOOL", &["deadpool"]), + ("DESCRIPTIONM", &["description"]), + ("ALGORIHMIC", &["algorithmic"]), + ("WAVELENGHS", &["wavelength", "wavelengths"]), + ("ALREAD", &["already"]), + ("SPESIFICALLY", &["specifically"]), + ("RECOMMENTS", &["recommends"]), + ("RETROSPEKT", &["retrospect"]), + ("WORKBENNCH", &["workbench"]), + ("UNPERTURBATED", &["unperturbed"]), + ("ATOMSPHERIC", &["atmospheric"]), + ("BOOMARK", &["bookmark"]), + ("CONVENCEN", &["convenience"]), + ("CONTAINIG", &["containing"]), + ("DISSCTED", &["dissected"]), + ("SUBMITION", &["submission"]), + ("INDIPENDENCE", &["independence"]), + ("SCRITP", &["script"]), + ("CHANCILLOR", &["chancellor"]), + ("LABBELED", &["labeled"]), + ("PRIOTIZING", &["prioritizing"]), + ("SYMBLES", &["symbols"]), + ("PHOTOGRAPIC", &["photographic"]), + ("SENINTELS", &["sentinels"]), + ("INDIVIDULE", &["individual"]), + ("OUTPUTING", &["outputting"]), + ("COMPLET", &["complete"]), + ("SIMULATANEOUS", &["simultaneous"]), + ("BETTTER", &["better"]), + ("ROCORDED", &["recorded"]), + ("CUDDELS", &["cuddles"]), + ("PRINCIBLE", &["principle"]), + ("METRICES", &["metrics"]), + ("ACCORNDINGLY", &["accordingly"]), + ("NEWLSETTER", &["newsletter"]), + ("SCUPTURE", &["sculpture"]), + ("UNFORUTUNATELY", &["unfortunately"]), + ("COMAPNY", &["company"]), + ("GENERERATION", &["generation"]), + ("PARAMENET", &["parameter"]), + ("WHETHTER", &["whether"]), + ("NEGOTIOATED", &["negotiated"]), + ("ACOORDING", &["according"]), + ("ESY", &["easy"]), + ("PRESCRIBTION", &["prescription"]), + ("UNFAMILAIR", &["unfamiliar"]), + ("ONOMONOPEA", &["onomatopoeia"]), + ("MISCARRIDGE", &["miscarriage"]), + ("EXPECETING", &["expecting"]), + ("NOTSE", &["notes", "note"]), + ("DEVIDING", &["dividing"]), + ("DECLAIRS", &["declares"]), + ("AUTONEGOCIATED", &["autonegotiated"]), + ("EXPONENTAL", &["exponential"]), + ("AUTHERISE", &["authorise"]), + ("PREMPTION", &["preemption"]), + ("UNWRITTERN", &["unwritten"]), + ("COMEPTITIVELY", &["competitively"]), + ("INCLIUDED", &["included"]), + ("PXOXIES", &["proxies"]), + ("INTENALLY", &["internally"]), + ("PERFOMR", &["perform"]), + ("MANDASE", &["mandates"]), + ("AIRPLANS", &["airplanes"]), + ("VICTORIUOS", &["victorious"]), + ("NEIGHBARING", &["neighboring"]), + ("DATASTRCUTURES", &["datastructures"]), + ("QUESTOIN", &["question"]), + ("EACHS", &["each"]), + ("UNMISAKABLE", &["unmistakable"]), + ("GLITCHD", &["glitched"]), + ("AEQUIVALENT", &["equivalent"]), + ("FAMILLY", &["family"]), + ("RENEGOTAITE", &["renegotiate"]), + ("DESCRIPTOY", &["descriptor"]), + ("THEERY", &["theory"]), + ("OBERVERS", &["observers"]), + ("OGER", &["ogre"]), + ("ATTRIBTUE", &["attribute"]), + ("VERSIOND", &["versions", "versioned"]), + ("FAHERNHEIT", &["fahrenheit"]), + ("MOMOENT", &["moment"]), + ("ORPHANDED", &["orphaned"]), + ("UNDETWARE", &["underwear"]), + ("PHOTOGROPHER", &["photographer"]), + ("PROFESSER", &["professor"]), + ("ASSEMLIES", &["assemblies"]), + ("CONCREET", &["concrete"]), + ("CONFLCIT", &["conflict"]), + ("DEREFERRENCE", &["dereference"]), + ("NASTERSHUM", &["nasturtium"]), + ("GRANDIZES", &["aggrandizes"]), + ("ANALISED", &["analysed"]), + ("MEIDA", &["media"]), + ("CONVETING", &["converting"]), + ("NASTS", &["masts", "nests"]), + ("PRACTICIONERS", &["practitioners"]), + ("AVARAGE", &["average"]), + ("MININTERPRET", &["misinterpret"]), + ("OUTSOURE", &["outsourced"]), + ("CARTLAGE", &["cartilage"]), + ("IMPEMENTS", &["implements"]), + ("CHANAGED", &["changed"]), + ("TROUP", &["troupe"]), + ("APARMENT", &["apartment"]), + ("RESEVERD", &["reserved"]), + ("UNDEFLOWS", &["underflows"]), + ("LIFESPAWN", &["lifespan"]), + ("PRESERVATON", &["preservation"]), + ("AUTOMICLY", &["automatically"]), + ("PASSIVEDNS", &["passives"]), + ("INVALUEBLE", &["invaluable"]), + ("PRESENTAITON", &["presentations"]), + ("TERITARY", &["tertiary"]), + ("OBLIGERATED", &["obliterated"]), + ("HEARTBRAKE", &["heartbreak"]), + ("INTSTRUCTOR", &["instructor"]), + ("SLAYIGN", &["slaying"]), + ("DISBALE", &["disable"]), + ("PLCAE", &["place"]), + ("UNSUCESSSFULY", &["unsuccessfully"]), + ("PROSTITUCION", &["prostitution"]), + ("TRANSFORS", &["transforms"]), + ("DIFFERANT", &["different"]), + ("HYJACKING", &["hijacking"]), + ("DIRECIONAL", &["directional"]), + ("PALYOFFS", &["playoffs"]), + ("TRAITOUR", &["traitor"]), + ("METOPHORICALLY", &["metaphorically"]), + ("ARGUEMNT", &["argument"]), + ("COUTNERS", &["counters"]), + ("LEAVEING", &["leaving"]), + ("CONSIDERES", &["considered", "considers"]), + ("COINSIDENTALLY", &["coincidentally"]), + ("UNDERMINDING", &["undermining"]), + ("UNCONVENTIANAL", &["unconventional"]), + ("STRENGTHES", &["strengths"]), + ("OPPERTUNIST", &["opportunist"]), + ("VALYE", &["valse", "value", "valve"]), + ("OMMIT", &["omit"]), + ("PARTICPATION", &["participation"]), + ("DESTRUTORS", &["destructors"]), + ("JEFFERRY", &["jeffery"]), + ("ACCCESSIBILITY", &["accessibility"]), + ("UPGRADEI", &["upgrade"]), + ("FASHIONALBE", &["fashionable"]), + ("PROCESSESOR", &["processors"]), + ("TRANSPLAT", &["transplant"]), + ("INTROSEPECTABLE", &["introspectable"]), + ("QUOTTES", &["quotes"]), + ("DOCUMENTARIOS", &["documentaries"]), + ("MERUCRY", &["mercury"]), + ("ININTIALIZATION", &["initialization"]), + ("INDENTLEVEAL", &["indentlevel"]), + ("REPRESNTING", &["representing"]), + ("DUPLAICATE", &["duplicate"]), + ("APPPENDS", &["appends"]), + ("SERVEILLANCE", &["surveillance"]), + ("VESSELES", &["vessels"]), + ("QURORUM", &["quorum"]), + ("LIGTHEN", &["lighten"]), + ("DISILLUTIONED", &["disillusioned"]), + ("BIVOUACING", &["bivouacking"]), + ("ARCHAELOGISTS", &["archaeologists"]), + ("DIASBLED", &["disabled"]), + ("INTERRUPS", &["interrupts"]), + ("UNDERPOWRED", &["underpowered"]), + ("ANYOENS", &["anyones"]), + ("ASESSMENTS", &["assessments"]), + ("MEMMORY", &["memory"]), + ("ARTHRIMETIC", &["arithmetic"]), + ("CONECCT", &["connect"]), + ("CHARACTRE", &["character"]), + ("LTERAL", &["literal"]), + ("CARTRIGDE", &["cartridge"]), + ("RETALITATED", &["retaliated"]), + ("ANGSHIUOS", &["anxious"]), + ("CONSTRACTING", &["constructing"]), + ("DESCREASE", &["decrease"]), + ("HEXADEMICAL", &["hexadecimal"]), + ("SOMEHING", &["something"]), + ("EUCLIDIAN", &["euclidean"]), + ("UMARKED", &["unmarked"]), + ("BECAISE", &["because"]), + ("SUBSTITUIONS", &["substitutions"]), + ("RECCOMMENDATION", &["recommendation"]), + ("PERIWINLKE", &["periwinkle"]), + ("SATISFACTORITY", &["satisfactorily"]), + ("COHESIE", &["cohesive"]), + ("DANGEROYS", &["dangerously"]), + ("NEWSLINES", &["newlines"]), + ("WIMMENS", &["women"]), + ("MILICOUSALLY", &["maliciously"]), + ("ATHESIM", &["atheism"]), + ("COSED", &["closed"]), + ("MUTICES", &["mutexes"]), + ("VOLUNTARLY", &["voluntary"]), + ("NEGEATED", &["negated"]), + ("CONSTITUTIEI", &["constitute"]), + ("DEFINITEYL", &["definitely"]), + ("NATINAL", &["matinal", "national"]), + ("SIMILARLITY", &["similarity"]), + ("EXAMPELES", &["examples"]), + ("COSTRUCTOR", &["constructor"]), + ("INTSTRUCTED", &["instructed"]), + ("MODDELLED", &["modelled"]), + ("INNOSENSE", &["innocence"]), + ("UNDENIABLLY", &["undeniably"]), + ("MACACK", &["macaque"]), + ("CONSTRUCTUED", &["constructed"]), + ("SOM", &["some"]), + ("NOTIFACATIONS", &["notifications"]), + ("DOMONSTRATE", &["demonstrate"]), + ("IRRADITATED", &["irradiated"]), + ("DOWGRADE", &["downgrade"]), + ("EPECIFICA", &["especifica"]), + ("TRNASMITED", &["transmitted"]), + ("KURDISCH", &["kurdish"]), + ("EXHASUTING", &["exhausting"]), + ("BUREAUCRATISCH", &["bureaucratic"]), + ("LEWOWS", &["luaus"]), + ("TRESSLE", &["trestle"]), + ("GEOGRAHPICAL", &["geographical"]), + ("STABALIZE", &["stabilize"]), + ("ACCORDIAN", &["accordion"]), + ("TEMPROARY", &["temporary"]), + ("TAGETED", &["targeted"]), + ("ACEPTABLE", &["acceptable"]), + ("OPORTUNITIES", &["opportunities"]), + ("ABSOLUMENT", &["absolute"]), + ("FUNTIONS", &["functions"]), + ("CLUTER", &["cluster"]), + ("ERORNEUS", &["erroneous"]), + ("ARAYS", &["arrays"]), + ("CARICATE", &["caricature"]), + ("ADAPATED", &["adapted"]), + ("BUDEGETS", &["budgets"]), + ("REGERENERATE", &["regenerate"]), + ("INITIALITING", &["initializing"]), + ("INVESTAGATORS", &["investigators"]), + ("REMVOVED", &["removed"]), + ("PSEUDONONYMOUS", &["pseudonymous"]), + ("IMPLCIT", &["implicit"]), + ("SPECAILTY", &["specialty"]), + ("EXCHAGE", &["exchange"]), + ("POSTINCREMEND", &["postincrement"]), + ("CIMETRIC", &["symmetric"]), + ("ASYMETRICAL", &["asymmetrical"]), + ("MISSINGS", &["missing"]), + ("OCUPIERS", &["occupiers"]), + ("CUSTONIZATION", &["customization"]), + ("ESSENSIALS", &["essentials"]), + ("OPEATIOS", &["operations"]), + ("RENEGOSIATING", &["renegotiating"]), + ("DIARAM", &["diagram", "diorama"]), + ("SNYERGY", &["synergy"]), + ("MODERATERS", &["moderates"]), + ("WIRK", &["work"]), + ("CONTORLLER", &["controllers"]), + ("REPLCAOF", &["replicaof"]), + ("IMILAR", &["similar"]), + ("LINERISATIONS", &["linearisations"]), + ("NOSTALGA", &["nostalgia"]), + ("SKILLSHOOTS", &["skillshots"]), + ("VIDEOJAMES", &["videogames"]), + ("RADEUSES", &["radii", "radiuses"]), + ("SYSTEMETICALLY", &["systematically"]), + ("SUGGESTTED", &["suggested"]), + ("EXPERINEMENTAL", &["experimental"]), + ("DIAGNOAL", &["diagonal"]), + ("FORMULAT", &["formula"]), + ("EXPERMENTELLY", &["experimentally"]), + ("MEETIN", &["meeting"]), + ("WONDERUS", &["wonders"]), + ("REFEREEES", &["referees"]), + ("ATRRIBUTES", &["attributes"]), + ("PORGRAM", &["program"]), + ("HELICOTPERS", &["helicopters"]), + ("ORGANISTION", &["organisation"]), + ("SUBOBJECS", &["subobjects"]), + ("BITCION", &["bitcoin"]), + ("FALSLY", &["falsely"]), + ("NATIQUE", &["antique"]), + ("ANYTNING", &["anything"]), + ("DISGUSIED", &["disguised"]), + ("EXPERAMENTS", &["experiments"]), + ("SOUDNTRACK", &["soundtrack"]), + ("QUANTITTIES", &["quantities"]), + ("RARELLY", &["rarely"]), + ("DIFFERENCIATE", &["differentiate"]), + ("INQUISITIVO", &["inquisition"]), + ("CONERS", &["corners", "coroners"]), + ("UNCONDITIONNAL", &["unconditional"]), + ("KINGHTS", &["knights"]), + ("STAGGERWING", &["staggering"]), + ("SYMBOLISIM", &["symbolism"]), + ("SCARTCHES", &["scratches"]), + ("PROMETHESUS", &["prometheus"]), + ("PLAYFULL", &["playful", "playfully"]), + ("CONIGURABLE", &["configurable"]), + ("VARIBABLES", &["variables"]), + ("PREMUIMS", &["premiums"]), + ("ALTERNAIVE", &["alternative"]), + ("FLUOROSCENT", &["fluorescent"]), + ("CLIENTES", &["clients"]), + ("CHARACTORS", &["characters"]), + ("INTERPERTS", &["interprets"]), + ("FRUTHER", &["further"]), + ("PACKHAGES", &["packages"]), + ("MATHCH", &["match"]), + ("MASSTER", &["master"]), + ("ANIMETIONS", &["animations"]), + ("CILIVIANS", &["civilians"]), + ("PORTIOON", &["portion"]), + ("POLITICANTI", &["politician"]), + ("ABSTRUCTION", &["abstraction"]), + ("DISCRACEFUL", &["disgraceful"]), + ("HOWEVERM", &["however"]), + ("PREFERENCFE", &["preference"]), + ("SARGANT", &["sergeant"]), + ("DECIDATES", &["dedicates"]), + ("EGPYTIANS", &["egyptians"]), + ("GANSTER", &["gangster"]), + ("LIBRERY", &["library"]), + ("MISSIONAIRY", &["missionary"]), + ("INTERCHANGEABLITY", &["interchangeably"]), + ("CONRRUPTION", &["corruption"]), + ("ANCHESTORS", &["ancestors"]), + ("EXAPLANATION", &["explanation"]), + ("EXCEEEDS", &["exceeds"]), + ("INTIMITADING", &["intimidating"]), + ("EVENLOPE", &["envelope"]), + ("REPOSTIORIES", &["repositories"]), + ("KEEPINT", &["keeping"]), + ("ALLOOCATES", &["allocates"]), + ("HEDGEHODGE", &["hedgehog"]), + ("INHOMOGENOUS", &["inhomogeneous"]), + ("BORDERLADS", &["borderlands"]), + ("POSESSES", &["possesses"]), + ("REALYL", &["really"]), + ("APOLIGIZED", &["apologized"]), + ("MOISTUTIZER", &["moisturizer"]), + ("EXECUCTION", &["execution"]), + ("SUPSPECT", &["suspect"]), + ("PUBISHERS", &["publishers"]), + ("ACTIVISTAS", &["activists"]), + ("DIFFERNT", &["different"]), + ("ENCRCYPT", &["encrypt"]), + ("THROUGOUT", &["throughout"]), + ("FOREGROND", &["foreground"]), + ("PREZIDENTIAL", &["presidential"]), + ("EXAGGERATTED", &["exaggerated"]), + ("COICE", &["choice"]), + ("APPORVAL", &["approval"]), + ("ARCHITURES", &["architectures"]), + ("ADRERSSED", &["addressed"]), + ("TWOO", &["two", "too"]), + ("MULTIDIMENSIONNAL", &["multidimensional"]), + ("NECKBEARDIES", &["neckbeards"]), + ("PARAMETEER", &["parameter"]), + ("CHARACER", &["character"]), + ("PACTIVITY", &["captivity"]), + ("MICROSHIP", &["microchip"]), + ("CONSTRUCTIEVE", &["constructive"]), + ("REGULARIRY", &["regularly"]), + ("HUMINOID", &["humanoid"]), + ("SINGELARLY", &["singularly"]), + ("PROTEECTION", &["protection"]), + ("ANOMALLY", &["anomaly"]), + ("CONCENTRATIE", &["concentrate"]), + ("HERONIE", &["heroine"]), + ("COORDINDATES", &["coordinates"]), + ("CHIZLES", &["chisels"]), + ("FORSEEABLE", &["foreseeable"]), + ("MURDERERES", &["murderers"]), + ("VALENICA", &["valencia"]), + ("COLLEGATE", &["collegiate"]), + ("UPSRTEAMED", &["upstreamed"]), + ("SERACHED", &["searched"]), + ("CHALLENGUE", &["challenger"]), + ("HOTNAME", &["hostname"]), + ("DEMONSTARTIONS", &["demonstrations"]), + ("ARGUMENTATIE", &["argumentative"]), + ("SIGNAPORE", &["singapore"]), + ("FABRICACION", &["fabrication"]), + ("SYMPATHSIZE", &["sympathize"]), + ("ISNTALLATION", &["installation"]), + ("ALGORIHTMIC", &["algorithmic"]), + ("MINDLESSLEY", &["mindlessly"]), + ("DESTRIBUTION", &["distribution"]), + ("POSIBLY", &["possibly"]), + ("ECSTACYS", &["ecstasy"]), + ("RECRUSE", &["recurse"]), + ("UNKKNOWN", &["unknown"]), + ("STOPPS", &["stops"]), + ("SPECIFICIED", &["specified"]), + ("VERBOCE", &["verbose"]), + ("SCROPION", &["scorpion"]), + ("SUCCCESSUL", &["successful"]), + ("ALTERNATIEVLY", &["alternatively"]), + ("APSIRATIONS", &["aspirations"]), + ("AUTOGROPING", &["autogrouping"]), + ("CALLIFLOWERS", &["cauliflowers"]), + ("LAZER", &["laser"]), + ("EVALUDATE", &["evaluate"]), + ("BASTRACTIONS", &["abstractions"]), + ("OMMISHIENCE", &["omniscience"]), + ("CURRENNT", &["current"]), + ("DECLARASEN", &["declares"]), + ("PRESIDENTAL", &["presidential"]), + ("CIVALESATION", &["civilisation"]), + ("IMPERSONATIONG", &["impersonating"]), + ("DEMONSTRATABLY", &["demonstrably"]), + ("BAYONENT", &["bayonet"]), + ("OTHERSISE", &["otherwise"]), + ("SEPERATIST", &["separatist"]), + ("CIRLE", &["circle"]), + ("CONTERMPORANEOUS", &["contemporaneous"]), + ("REPENTABLE", &["repeatable"]), + ("SYNCRONISED", &["synchronised"]), + ("DELIMINATED", &["delimited"]), + ("VERIFICIATIONS", &["verifications"]), + ("NEIGHTBOUR", &["neighbour"]), + ("DALTA", &["delta"]), + ("DESIGNATO", &["designation"]), + ("INDOKTRINATION", &["indoctrination"]), + ("DUOBLEQUOTE", &["doublequote"]), + ("REVERESED", &["reversed"]), + ("PYHSICALS", &["physicals"]), + ("WEHERE", &["where"]), + ("NUMNBERING", &["numbering"]), + ("RETRVIEVES", &["retrieves"]), + ("PARANA", &["piranha"]), + ("INSIGNIFICATLY", &["insignificantly"]), + ("MATERAIAL", &["material"]), + ("SUTISFIES", &["satisfies"]), + ("CONVERION", &["conversion"]), + ("BRUTAILTY", &["brutality"]), + ("AVERTISING", &["advertising"]), + ("INCONVINEANCES", &["inconveniences"]), + ("QUESANT", &["croissant"]), + ("CORREPONSING", &["corresponding"]), + ("OVERSIMPLIFICATING", &["oversimplification"]), + ("ENCASPULATION", &["encapsulation"]), + ("STEPPIGN", &["stepping"]), + ("TETRAHEDRAN", &["tetrahedron"]), + ("SPEFICIATIONS", &["specifications"]), + ("EXPERSSION", &["expression"]), + ("ECZECUTIVE", &["executive"]), + ("INDENTIFYING", &["identifying"]), + ("CHARACTERSTICS", &["characteristics"]), + ("CORRESPONDENSE", &["correspondence"]), + ("FACOUR", &["favour"]), + ("CONVILUTED", &["convoluted"]), + ("SPECILIAZATION", &["specialization"]), + ("WHHEN", &["when"]), + ("THALIAND", &["thailand"]), + ("CONTRECEPTION", &["contraception"]), + ("EFFORDLESSLY", &["effortlessly"]), + ("OPTIMZATIONS", &["optimizations"]), + ("UNPLAYABE", &["unplayable"]), + ("DEMOGRPAHICS", &["demographics"]), + ("SECONTLY", &["secondly"]), + ("EMBARRASING", &["embarrassing"]), + ("TROGLIDITIC", &["troglodytic"]), + ("EITER", &["either"]), + ("BEHAVIOUS", &["behaviour", "behaviours"]), + ("CHCEKING", &["checking"]), + ("THREEFOR", &["therefor"]), + ("RONDAYVOU", &["rendezvous"]), + ("REALATED", &["related"]), + ("INHERIET", &["inherit"]), + ("RECCORDS", &["records"]), + ("MARGERS", &["mergers", "markers"]), + ("MOLESTERD", &["molested"]), + ("OVERCAPPING", &["overlapping"]), + ("PLAYTHROUGTH", &["playthroughs"]), + ("INDIGENOS", &["indigenous"]), + ("RSOURCED", &["resourced", "sourced"]), + ("COMPLIMENTONI", &["complimenting"]), + ("REQRITE", &["rewrite"]), + ("INTITIALIZATION", &["initialization"]), + ("BIINARY", &["binary"]), + ("THOROUGNLY", &["thoroughly"]), + ("THROUHGPUT", &["throughput"]), + ("INTEREFERENCES", &["interferences"]), + ("AVODING", &["avoiding"]), + ("CONSUMBALE", &["consumables"]), + ("TELEPORTATING", &["teleportation"]), + ("VOILATIONS", &["violations"]), + ("DEBGUGING", &["debugging"]), + ("ALLEGEDELY", &["allegedly"]), + ("STRAWBEERY", &["strawberry"]), + ("BOYFRIED", &["boyfriend"]), + ("DISSMANTLING", &["dismantling"]), + ("RESERATION", &["reservation"]), + ("ABITRATE", &["arbitrate"]), + ("SYNTAXICAL", &["syntactical"]), + ("TRANSOCDES", &["transcodes"]), + ("MARAUDEUR", &["marauder"]), + ("OBERSVATIONS", &["observations"]), + ("CATISTROPHIC", &["catastrophic"]), + ("REALSTIC", &["realistic"]), + ("ENOUH", &["enough"]), + ("STANDARS", &["standards", "standard"]), + ("EVISERATE", &["eviscerate"]), + ("ILLEGITAMTE", &["illegitimate"]), + ("REASNABLE", &["reasonable"]), + ("EXCETRA", &["etcetera"]), + ("APOCALYPIC", &["apocalyptic"]), + ("CONDENMING", &["condemning"]), + ("UNEXPLAIND", &["unexplained"]), + ("DISQUALIFED", &["disqualified"]), + ("REPORING", &["reporting"]), + ("ISTENING", &["listening"]), + ("ENDEVERES", &["endeavors"]), + ("DIFFERIENTATION", &["differentiation"]), + ("INTERECTIONS", &["interactions", "intersections"]), + ("GOEGRAPHICALLY", &["geographically"]), + ("WORKARONUDS", &["workarounds"]), + ("SENDETARY", &["sedentary"]), + ("SEPARATISTE", &["separates"]), + ("GRAMMARICALLY", &["grammatically"]), + ("CASSAROLE", &["casserole"]), + ("BUREAUCRACTIC", &["bureaucratic"]), + ("STATITICS", &["statistics"]), + ("AFFLIATED", &["affiliated"]), + ("OPERASIONAL", &["operational"]), + ("MESAUREED", &["measured"]), + ("EUROPEN", &["european"]), + ("CALCUALTING", &["calculating"]), + ("CONTINGANCY", &["contingency"]), + ("OVRLAPPED", &["overlapped"]), + ("MODIFATIONS", &["modifications"]), + ("COMMOMWEALTH", &["commonwealth"]), + ("BUNDING", &["binding", "bounding", "bundling"]), + ("SUCCESSTION", &["succession", "suggestion"]), + ("CERTFICATED", &["certificated"]), + ("ESISTS", &["exists"]), + ("EEEPROM", &["eeprom"]), + ("SIGHRYNGE", &["syringe"]), + ("CONTRUBITE", &["contributes"]), + ("REMEMEBRS", &["remembers"]), + ("COMMTIMENT", &["commitments"]), + ("OCCASIONNAL", &["occasional"]), + ("SOURCEDRECTORY", &["sourcedirectory"]), + ("COMBINTATION", &["combination"]), + ("PROVINTIAL", &["provincial"]), + ("CANNABILYSING", &["cannibalising"]), + ("CONGRAGATION", &["congregation"]), + ("FILESYSTYEMS", &["filesystems"]), + ("CONEECT", &["connect"]), + ("EFFIENT", &["efficient"]), + ("PARTCULARITY", &["particularity"]), + ("ANOTATION", &["annotation"]), + ("WINDSOAR", &["windsor"]), + ("SQUIRL", &["squirrel"]), + ("ALGOITHMS", &["algorithms"]), + ("DETERMINATO", &["determination"]), + ("SILHUETTE", &["silhouette"]), + ("UPADATING", &["updating"]), + ("GRATHER", &["greater", "gather"]), + ("REPOSTAS", &["reposts"]), + ("PROCESD", &["proceeds"]), + ("REOWRKED", &["reworked"]), + ("BIGORTY", &["bigotry"]), + ("SUSCRIBES", &["subscribes"]), + ("UNCOMRPESSED", &["uncompressed"]), + ("ATER", &["after"]), + ("SUBMITED", &["submitted"]), + ("INSTANE", &["instance"]), + ("ALTHORITHMIC", &["algorithmic"]), + ("DISCRETIATION", &["discretization"]), + ("HISPTERS", &["hipsters"]), + ("MEANED", &["meant"]), + ("PROGARAMMATIC", &["programmatic"]), + ("ENTERPRENUER", &["entrepreneur"]), + ("FRAMW", &["frame"]), + ("ALLOCAIONS", &["allocations"]), + ("STOCKPILLED", &["stockpile"]), + ("ATHENEAN", &["athenian"]), + ("SIMLIARITIES", &["similarities"]), + ("CULTIVATIVE", &["cultivate"]), + ("MEDITERRANNEAN", &["mediterranean"]), + ("GPYSIES", &["gypsies"]), + ("BENJER", &["binger"]), + ("BARNCHES", &["branches"]), + ("AMERCIANS", &["americans"]), + ("HERTZS", &["hertz"]), + ("SPEFICIFATION", &["specification"]), + ("DEFINTALY", &["defiantly"]), + ("INTERESECTS", &["intersects"]), + ("PERMITIONS", &["permissions"]), + ("PENNAL", &["panel"]), + ("SATURDEY", &["saturday"]), + ("COUNTERPATS", &["counterparts"]), + ("SOTRMFRONT", &["stormfront"]), + ("ASSIGNEND", &["assigned"]), + ("OCNTEXT", &["context"]), + ("PHILISOPHER", &["philosopher"]), + ("MICORCODE", &["microcode"]), + ("STIMULANTES", &["stimulants"]), + ("BACKPROPOGATION", &["backpropagation"]), + ("LIGHTHOSUE", &["lighthouse"]), + ("CERTIAN", &["certain"]), + ("THERMODYMAMICS", &["thermodynamics"]), + ("TARGEST", &["target", "targets"]), + ("QUWESSANT", &["croissant"]), + ("PHYSISANS", &["physicians"]), + ("SCATCH", &["catch", "scratch", "sketch"]), + ("PROVID", &["provide", "prove", "proved", "proves"]), + ("IMPLEMENTATED", &["implemented"]), + ("GENERAOTR", &["generator"]), + ("FRITIONAL", &["frictional"]), + ("ADERNALINE", &["adrenaline"]), + ("OVERBRAKING", &["overbearing"]), + ("COALSCED", &["coalesced"]), + ("ACCOMPAGNED", &["accompanied"]), + ("FORNATS", &["formats"]), + ("OPENEND", &["opened"]), + ("LANGUANGES", &["languages"]), + ("ANALSYT", &["analyst"]), + ("INNVOATE", &["innovate"]), + ("EXTREMISTE", &["extremes"]), + ("SIMPLICY", &["simplicity"]), + ("AMIGUITY", &["ambiguity"]), + ("NEGOGTIABLE", &["negotiable"]), + ("ENRTRY", &["entry"]), + ("ARUGABLY", &["arguably"]), + ("CONTRIBUO", &["contributor"]), + ("FAMILLIAR", &["familiar"]), + ("AGRANDIZED", &["aggrandized"]), + ("CORRECTIONALS", &["corrections"]), + ("SUGGESSTED", &["suggested"]), + ("UNSPEFIFIFED", &["unspecified"]), + ("CRITICUS", &["critics"]), + ("TUPPERWEARS", &["tupperware"]), + ("ENEBALES", &["enables"]), + ("MINUTS", &["minutes"]), + ("SURVEYER", &["surveyor"]), + ("SUSPICIANS", &["suspicions"]), + ("ALGORTIHMIC", &["algorithmic"]), + ("FLEXIBELE", &["flexible"]), + ( + "NARLS", + &[ + "earls", "farls", "gnarls", "marls", "nails", "narks", "snarls", + ], + ), + ("PERRROR", &["perror"]), + ("BACWARDS", &["backwards"]), + ("UNSOLICIATED", &["unsolicited"]), + ("CALBIRATED", &["calibrated"]), + ("HOPYFULLY", &["hopefully"]), + ("CARDNIAL", &["cardinal"]), + ("SUPPRESES", &["suppress"]), + ("WORSHIPPIG", &["worshipping"]), + ("PROTAGONSIT", &["protagonists"]), + ("GENERILIZE", &["generalize"]), + ("ATTROCITIES", &["atrocities"]), + ("FRACTER", &["fracture"]), + ("AUTHENFIING", &["authenticating"]), + ("OLYMPIS", &["olympics"]), + ("MINNEAPLOIS", &["minneapolis"]), + ("COLUMMNS", &["columns"]), + ("SWITHCOVER", &["switchover"]), + ("TEMSELVES", &["themselves"]), + ("ANNIVERSIARY", &["anniversary"]), + ("PRESTIGIOSA", &["prestigious"]), + ("DISCOURRAGED", &["discouraged"]), + ("MILLIMITRE", &["millimetre"]), + ("INTERERSTED", &["interpreted"]), + ("SIGHRYNGES", &["syringes"]), + ("UDO", &["ado", "judo", "sudo", "udon", "ufo", "undo"]), + ("RENEGERATION", &["regeneration"]), + ("SPECIALICES", &["specializes"]), + ("INITATED", &["initiated", "imitated"]), + ("MISOGNYIST", &["misogynist"]), + ("ATERNY", &["attorney"]), + ("DICTATORSHOP", &["dictatorship"]), + ("SUBTITUTES", &["substitutes"]), + ("RESORECE", &["resource"]), + ("SOVERIEGN", &["sovereign"]), + ("THOUGTS", &["thoughts"]), + ("FROMATTING", &["formatting"]), + ("STRICTY", &["strictly"]), + ("NEGOATIATOR", &["negotiator"]), + ("JOUNRAL", &["journal"]), + ("GRANCHILDREN", &["grandchildren"]), + ("RENEGOTAIATED", &["renegotiated"]), + ("MOINTORING", &["monitoring"]), + ("EPECTED", &["expected"]), + ("BLOEK", &["bloke"]), + ("YOUA", &["you"]), + ("COMPARISSON", &["comparisons", "comparison"]), + ("EXPIRIATION", &["expiration"]), + ("GONIG", &["going"]), + ("MIMATCHING", &["mismatching"]), + ("VERFIRES", &["verifies"]), + ("PATHIGN", &["pathing"]), + ("DESTIATION", &["destination"]), + ("POSITIVIES", &["positives"]), + ("FRINED", &["friend"]), + ("ABSTRACS", &["abstracts"]), + ("EXPLANES", &["explains"]), + ("NEIGHBEING", &["neighboring"]), + ("MUTILIATED", &["mutilated"]), + ("DISADVANTGES", &["disadvantages"]), + ("MICHELLINE", &["michelle"]), + ("LAYRINX", &["larynx"]), + ("CIRCUMSTNCES", &["circumstances"]), + ("BACKGRUOND", &["backgrounds", "background"]), + ("AOND", &["and"]), + ("JUNLGING", &["jungling"]), + ("DERYPTED", &["decrypted"]), + ("SIMPLIFED", &["simplified"]), + ("ACEDAMIA", &["academia"]), + ("SUCCEDES", &["succeeds"]), + ("INDOCTRINATIN", &["indoctrination"]), + ("VERTICA", &["vertical"]), + ("INTPUT", &["input"]), + ("MOHAMMEDANS", &["muslims"]), + ("SPECALITY", &["speciality"]), + ("UNREGISTEING", &["registering"]), + ("CONSTITUITE", &["constitute"]), + ("CONNONATION", &["connotation"]), + ("INEXPERIENED", &["inexperienced"]), + ("PERVENTS", &["prevents"]), + ("DISCRIMIANTED", &["discriminated"]), + ("FRANKENSTINE", &["frankenstein"]), + ("SUBSCIRPT", &["subscript"]), + ("CURRENCTLY", &["currency", "currently"]), + ("TRANISTIONING", &["transitioning"]), + ("THOMSPON", &["thompson"]), + ("QUALIFID", &["qualified"]), + ("DAMANGE", &["damage"]), + ("GIVIEN", &["given"]), + ("PREDJUICES", &["prejudices"]), + ("CRSYTALLIZE", &["crystallize"]), + ("PRESTIGEOUS", &["prestigious"]), + ("AUOTMATIC", &["automatic"]), + ("REPBLICS", &["republics"]), + ("ANITIME", &["anytime"]), + ("CATEGROIZED", &["categorized"]), + ("ACEND", &["ascend"]), + ("RETREEVED", &["retrieved"]), + ("CALCULATERS", &["calculators"]), + ("SYNTACS", &["syntax"]), + ("FEDREALLY", &["federally"]), + ("NSTALLING", &["installing"]), + ("DISRICTS", &["districts"]), + ("NARCISSIT", &["narcissist"]), + ("ORGAINZER", &["organizer"]), + ("INDICATIONG", &["indicating", "indication"]), + ("CONSITUTING", &["constituting"]), + ("PAYED", &["paid"]), + ("SHARIPE", &["sharpie"]), + ("COMPARETIVE", &["comparative"]), + ("RESTRIKTIVE", &["restrictive"]), + ("INCOMPATABLITIY", &["incompatibility"]), + ("NAUGHTLY", &["naughty"]), + ("COLLABERATION", &["collaboration"]), + ("INGEGRATED", &["integrated"]), + ("IDENTIFCATION", &["identification"]), + ("CARRIADGE", &["carriage"]), + ("CERTIFIFICATED", &["certificated"]), + ("QHICH", &["quiche", "which"]), + ("CONVINCTED", &["convince"]), + ("ADIVSE", &["advise"]), + ("INITIATIES", &["initiatives", "initiates"]), + ("DEFAULATS", &["defaults"]), + ("POSITIVISTY", &["positivity"]), + ("OTIMIZE", &["optimize"]), + ("REEIVING", &["receiving", "reviving"]), + ("BELLIGERANT", &["belligerent"]), + ("FORUNATE", &["fortunate"]), + ("INCREMNET", &["increment"]), + ("SPRAKLING", &["sparkling"]), + ("CATHOLISIM", &["catholicism"]), + ("DISOCGRAPHY", &["discography"]), + ("EXPETC", &["expect"]), + ("MININISING", &["minimising"]), + ("POSTDOMIATOR", &["postdominator"]), + ("ATOMZIER", &["atomizer"]), + ("RENTIME", &["runtime"]), + ("DEBUDG", &["debug"]), + ("CONSTRUCION", &["construction"]), + ("DEAMANDS", &["demands"]), + ("INTERREST", &["interest"]), + ("DINALLY", &["finally"]), + ("MASSACHUSSETS", &["massachusetts"]), + ("TENATIOUSLY", &["tenaciously"]), + ("UNIDENTIFIEDLY", &["unidentified"]), + ("CHELLO", &["cello"]), + ("NUNBERS", &["numbers"]), + ("SEPENDENT", &["dependent"]), + ("PROJCET", &["project"]), + ("INTERMITTANT", &["intermittent"]), + ("INCONFORTABLE", &["uncomfortable"]), + ("LISTEND", &["listened"]), + ("SENOIRS", &["seniors"]), + ("ISUES", &["issues"]), + ("JANURY", &["january"]), + ("REARRANGTEMENTS", &["rearrangements"]), + ("EXTERMEST", &["extremest"]), + ("TOURMANENT", &["tournaments"]), + ("FOLLLOWING", &["following"]), + ("SECOUNDS", &["seconds"]), + ("ATRTRIBUTE", &["attribute"]), + ("ASTRONAUTAS", &["astronauts"]), + ("INEXPLICABLELY", &["inexplicably"]), + ("MOUDLES", &["modules"]), + ("INEFFCIENT", &["inefficient"]), + ("POSISBLE", &["possible"]), + ("LIKELOOD", &["likelihood"]), + ("PRESREVING", &["preserving"]), + ("PERPATUATED", &["perpetuated"]), + ("ALTERNATEIVELY", &["alternatively"]), + ("DESENTIZISED", &["desensitised"]), + ("INCREMEMNTS", &["increments"]), + ("TRUTHFULLLY", &["truthfully"]), + ("CONCEIDE", &["conceived"]), + ("INTIALLY", &["initially"]), + ("UNOPTIMICED", &["unoptimised", "unoptimized"]), + ("DIFFICAULTY", &["difficulty"]), + ("AMERICANUS", &["americans"]), + ("CHUNCKS", &["chunks"]), + ("HYPROCISY", &["hypocrisy"]), + ("UNENFORCABLE", &["unenforceable"]), + ("PLAYGE", &["plague"]), + ("PUNISHMNET", &["punishments"]), + ("DISSIMILIARY", &["dissimilarity"]), + ("BIRIDECTIONALITY", &["bidirectionality"]), + ("RESEARVE", &["reserve"]), + ("CONDEMND", &["condemned"]), + ("VARAIBLES", &["variables"]), + ("DESTINARION", &["destination"]), + ("INTERAKTIVE", &["interactive", "interactively"]), + ("INSTRUCED", &["instructed"]), + ("SOMEWHO", &["somehow"]), + ("OPTIMICE", &["optimise", "optimize"]), + ("DISABEL", &["disable"]), + ("TRANSCOCDED", &["transcoded"]), + ("VACINATES", &["vaccinates"]), + ("DETECTT", &["detect"]), + ("VRIABLES", &["variables"]), + ("SUBSHYSTEMS", &["subsystems"]), + ("EMMISION", &["emission"]), + ("AFFINILY", &["affinity"]), + ("DASPORAS", &["diasporas"]), + ("RELEXATION", &["relegation"]), + ("FORMATTTING", &["formatting"]), + ("REPITLE", &["reptile"]), + ("AAS", &["as", "ass"]), + ("PROGRESSIVO", &["progression"]), + ("CASSOWARRY", &["cassowary"]), + ("SUBJUDGATION", &["subjugation"]), + ("HUNMAN", &["human"]), + ("DISTIBUTES", &["distributes"]), + ("DOCCUMENTED", &["documented"]), + ("MUSTATOR", &["mutator"]), + ("AUTHENTCATION", &["authentication"]), + ("DECLARAION", &["declaration"]), + ("DEVIIATION", &["deviation"]), + ("VILLIFICATION", &["vilification"]), + ("EMISION", &["emission"]), + ("MINDCARCK", &["mindcrack"]), + ("DOWNGRADDE", &["downgrade"]), + ("HYPOHTHEZIED", &["hypothesized"]), + ("DECCELERATE", &["decelerate"]), + ("DECCREMENTS", &["decrements"]), + ("RALATIVE", &["relative"]), + ("OFFICIONADO", &["aficionado"]), + ("ASESSING", &["assessing"]), + ("AUTOCTONOUS", &["autochthonous"]), + ("SEREOUSLY", &["seriously"]), + ("MORTER", &["mortar"]), + ("PSCYHED", &["psyched"]), + ("MEDIORCE", &["mediocre"]), + ("ECONOMICAS", &["economics"]), + ("PRESTIGIEUS", &["prestigious"]), + ("MULTIPLERS", &["multipliers"]), + ("FERTILIZAR", &["fertilizer"]), + ("DROWTS", &["droughts"]), + ("LIGHING", &["lighting"]), + ("PERHPAS", &["perhaps"]), + ("TRANSGENDED", &["transgender"]), + ("PARAMEDICKS", &["paramedics"]), + ("UNDOCOMENTED", &["undocumented"]), + ("OVERCLOCKIG", &["overclocking"]), + ("COMMUNICAITON", &["communication"]), + ("ININTELLIGENT", &["unintelligent"]), + ("SHNAGHAI", &["shanghai"]), + ("MASSASGE", &["massages"]), + ("HANDWIRTING", &["handwriting"]), + ("PRETENTIEUS", &["pretentious"]), + ("VITAILTY", &["vitality"]), + ("INTERPORATION", &["interpolation"]), + ("PROCEEDURES", &["procedures"]), + ("GRAPPEL", &["grapple"]), + ("NARCISSICM", &["narcissism"]), + ("CANONICALIZATIONS", &["canonicalization"]), + ("SCEMES", &["schemes", "scenes"]), + ("INCEMENTALLY", &["incrementally"]), + ("VERIFIACTIONS", &["verifications"]), + ("MERCENERIES", &["mercenaries"]), + ("WHISLTING", &["whistling"]), + ("RESTRCITIONS", &["restriction"]), + ("INSTALLATAIONS", &["installations"]), + ("REFROM", &["reform"]), + ("INTELLIGENTY", &["intelligently"]), + ("NEGOTAITE", &["negotiate"]), + ("PROTRAYING", &["portraying"]), + ("DETACTION", &["detection"]), + ("NAYBOURHOODS", &["neighbourhoods"]), + ("NOTICABLEY", &["noticeably"]), + ("FURTHE", &["further"]), + ("AUTHENCTICATED", &["authenticated"]), + ("CONSOLIDARE", &["consolidate"]), + ("FASHIOND", &["fashioned"]), + ("PROPECTS", &["projects", "prospects", "protects"]), + ("MISINTERPRENTED", &["misinterpret"]), + ("PERFORMOUS", &["performs"]), + ("TROGLADITICAL", &["troglodytical"]), + ("SUPPPRT", &["support"]), + ("PUBLSIHERS", &["publishers"]), + ("SUFFIENT", &["sufficient"]), + ("INIDICES", &["indices"]), + ("BARNCHED", &["branched"]), + ("NEIGTHER", &["neither"]), + ("DIRECTPRIES", &["directories"]), + ("DISCTINTIONS", &["distinctions"]), + ("OTHEWICE", &["otherwise"]), + ("IMBARESS", &["embarrass"]), + ("BLEADING", &["bleeding"]), + ("TREATES", &["treats"]), + ("AGGREE", &["agree"]), + ("CERTIAIN", &["certain"]), + ("FLACONS", &["falcons"]), + ("ALWAUYS", &["always"]), + ("APSOTROPHE", &["apostrophe"]), + ("MINITAURE", &["miniature"]), + ("PROCESSESSING", &["processing"]), + ("CAROSELS", &["carousels"]), + ("CUSTUMER", &["customer"]), + ("DESTORYED", &["destroyed"]), + ("GEENRATED", &["generated"]), + ("DIFFUCULTY", &["difficulty"]), + ("RENEGOATIATOR", &["renegotiator"]), + ("SEEGES", &["sieges"]), + ("DISCLOSUE", &["disclosure"]), + ("PROGARMATIC", &["programmatic"]), + ("YAERS", &["years"]), + ("CALCLUATES", &["calculates"]), + ("SINGATURES", &["signatures"]), + ("MYSELV", &["myself"]), + ("CONFIGIRATION", &["configuration"]), + ("INTERMITENT", &["intermittent"]), + ("COMPEAT", &["compete"]), + ("CONVINENTLY", &["conveniently"]), + ("CATGORICALLY", &["categorically"]), + ("DISSBLED", &["disabled"]), + ("MOFIFIED", &["modified"]), + ("KNOCKOUSLY", &["noxiously"]), + ("SANDITY", &["sanity"]), + ("MEACHANISM", &["mechanism"]), + ("SRINGS", &["strings"]), + ("COMPETENZE", &["competence"]), + ("CRURRENT", &["current"]), + ("CIRCUMFERANCE", &["circumference"]), + ("SYLLABILLS", &["syllabus", "syllabification"]), + ("TEMAFIGHTS", &["teamfights"]), + ("OPITONS", &["options"]), + ("MODIFIERAS", &["modifiers"]), + ("MANFIEST", &["manifest"]), + ("CONECTS", &["connects"]), + ("CLIMING", &["climbing"]), + ("DEFAULKT", &["default"]), + ("COMMMITED", &["committed"]), + ("INSTANZE", &["instance"]), + ("ORGANERED", &["orangered"]), + ("INVESTIRAT", &["investigator"]), + ("EXPLAINATORY", &["explanatory"]), + ("REVEIWES", &["reviews", "reviewers"]), + ("REGISTERIN", &["registering"]), + ("GARUANTEES", &["guarantees"]), + ("NUTRIENTES", &["nutrients"]), + ("REQUETING", &["requesting"]), + ("MANAFACTURED", &["manufactured"]), + ("CERTANITY", &["certainty"]), + ("SUBSTITUDES", &["substitutes"]), + ("EXPRESSSION", &["expression"]), + ("TRATIORS", &["traitors"]), + ("PROCRASTRINATE", &["procrastinate"]), + ("PROGATE", &["propagate"]), + ("IDEPENDENTLY", &["independently"]), + ("DESPIRATION", &["desperation"]), + ("ROVIDE", &["provide"]), + ("DEFINITO", &["definition"]), + ("DISNEGAGE", &["disengage"]), + ("ANOLOGOUS", &["analogous"]), + ("DIFERENTLY", &["differently"]), + ("ELECTIVITE", &["elective"]), + ("CHINEES", &["chinese"]), + ("DIFFERENTES", &["differences", "difference", "different"]), + ("IRRESPONISBLE", &["irresponsible"]), + ("MUSCIAL", &["musical"]), + ("GUARDIAS", &["guardians"]), + ("HISTROIAN", &["historian"]), + ("MISREPRESENTATING", &["misrepresenting"]), + ("RECJECTS", &["rejects"]), + ("BEIND", &["behind", "being"]), + ("TESCASE", &["testcase"]), + ("UNSPEFICIIFED", &["unspecified"]), + ("SUPRESSOR", &["suppressor"]), + ("VERYFYING", &["verifying"]), + ("SEPRATE", &["separate"]), + ("DOCUMETATION", &["documentation"]), + ("DEVLOPING", &["developing"]), + ("FEALS", &["feels"]), + ("POSITVE", &["positive"]), + ("BIRGADING", &["brigading"]), + ("SATERDAYS", &["saturdays"]), + ("SQUIREL", &["squirtle", "squirrel"]), + ("SQUENCE", &["sequence"]), + ("APPRPRIATELY", &["appropriately"]), + ("CONTEMPOARY", &["contemporary"]), + ("STAKLER", &["stalker"]), + ("NEVELOPE", &["envelop", "envelope"]), + ("NECKBEARDESE", &["neckbeards"]), + ("CONVENVIENT", &["convenient"]), + ("FINANACIER", &["financier"]), + ("DIFFERENES", &["differences"]), + ("MODIFX", &["modify"]), + ("SPEADSHEET", &["spreadsheet"]), + ("INDIVIDIAL", &["individual"]), + ("VECTROS", &["vectors"]), + ("HYPOTHECIS", &["hypothesis"]), + ("EXPERIMENTAIS", &["experiments"]), + ("DEVY", &["divvy"]), + ("FETISHERS", &["fetishes"]), + ("TIMOUT", &["timeout"]), + ("READABILTY", &["readability"]), + ("DEVELOMPENTS", &["developments"]), + ("LONGUEST", &["longest"]), + ("CERTAINTLY", &["certainly"]), + ("ARCHATYPES", &["archetypes"]), + ("OVERPOPULATON", &["overpopulation"]), + ("CASTATROPHE", &["catastrophe"]), + ("CONNECTINO", &["connection"]), + ("FREQUANCIES", &["frequencies"]), + ("IDEALOGY", &["ideology"]), + ("COCKROACHS", &["cockroaches"]), + ("STERAMING", &["streaming"]), + ("AWATING", &["awaiting"]), + ("CEATION", &["creation"]), + ("NETOCDE", &["netcode"]), + ("PROCCESORS", &["processors"]), + ("ADJUSTEMENTS", &["adjustments"]), + ("IMPLEMNTATIONS", &["implementations"]), + ("CONVERVATION", &["conservation", "conversation"]), + ( + "PROPECTIVELY", + &["projectively", "prospectively", "protectively"], + ), + ("NESPONSE", &["response"]), + ("DEFINATIVE", &["definitive"]), + ("FOLLFOWINWG", &["following"]), + ("INTERSTELLOR", &["interstellar"]), + ("NARCISSISITIC", &["narcissistic"]), + ("SILLABUS", &["syllabus"]), + ("INISIALISED", &["initialised"]), + ("AUTOMTICALLY", &["automatically"]), + ("REFURE", &["refuse"]), + ("UNDERSTANDBLE", &["understandable"]), + ("MANOEUVERABILITY", &["maneuverability"]), + ("KEEO", &["keep"]), + ("TRANSITIOND", &["transitioned"]), + ("DUPLCIATED", &["duplicated"]), + ("DISTRUBITE", &["distribute"]), + ("MISTERY", &["mystery"]), + ("HOURLGASS", &["hourglass"]), + ("REQUESTES", &["requests", "requested"]), + ("PREPENDICULAR", &["perpendicular"]), + ("FILLD", &["filled", "filed", "fill"]), + ("EQUILVALENTS", &["equivalents"]), + ("INSUFFICENT", &["insufficient"]), + ("INDICATEDS", &["indicated", "indicates"]), + ("EXERCICES", &["exercise"]), + ("SETYPS", &["setups"]), + ("FREQUENCT", &["frequency", "frequent"]), + ("INITUIALISATION", &["initialisation"]), + ("ORIETATIONS", &["orientations"]), + ("SCRACHES", &["scratches"]), + ("INDIACTOR", &["indicator"]), + ("WHNE", &["when"]), + ("REGULATIN", &["regulations"]), + ("DELIMITIER", &["delimiter"]), + ("ACIENT", &["ancient"]), + ("REMEMOR", &["remember"]), + ("BUISSNESS", &["business"]), + ("RESSIZES", &["resizes"]), + ("TEMPATISED", &["templatised"]), + ("REPEATIDLY", &["repeatedly"]), + ("VLARGE", &["large"]), + ("RETIREVERS", &["retrievers"]), + ("FASCILITATING", &["facilitating"]), + ("INDIVUDAL", &["individual"]), + ("PITTABURGH", &["pittsburgh"]), + ("FACORS", &["favors", "fakers"]), + ("STRIANS", &["strains"]), + ("NEGOZIATION", &["negotiation"]), + ("UPDRAGING", &["upgrading"]), + ("FOLLWOEIND", &["following"]), + ("AUTOHORIZED", &["authorized"]), + ("HIGHTLIGHTING", &["highlighting"]), + ("EMPROVEMENT", &["improvement"]), + ("SREAMPROPINFO", &["streampropinfo"]), + ("INTENTATION", &["indentation"]), + ("SCRIPOTS", &["scripts"]), + ("ALLOCAING", &["allocating"]), + ("CONTIAIN", &["contain"]), + ("PALESTININAS", &["palestinians"]), + ("WESTRBOOK", &["westbrook"]), + ("GENRIC", &["generic"]), + ("ADVIRTISEMENT", &["advertisement"]), + ("ADDRERSSSER", &["addresser"]), + ("BEIGINNING", &["beginning"]), + ("RECOMMENND", &["recommends"]), + ("FINIALIZATION", &["finalization"]), + ("OUTPREFORMS", &["outperform"]), + ("DEPOLYING", &["deploying"]), + ("MOVEBLE", &["movable"]), + ("READMITION", &["readmission"]), + ("COLLSION", &["collision"]), + ("NESSESARILY", &["necessarily"]), + ("RESSOURCE", &["resource"]), + ("INTIIALIZE", &["initialize"]), + ("AMBUIGITY", &["ambiguity"]), + ("PSUEDOCODE", &["pseudocode"]), + ("EXHISTING", &["existing"]), + ("DESTIATIONS", &["destinations"]), + ("FIELED", &["field"]), + ("SYMPTOMPS", &["symptoms"]), + ("THTE", &["the", "that"]), + ("ORFER", &["offer", "order"]), + ("UNFIFORM", &["uniform"]), + ("BENAGLS", &["bengals"]), + ("VEGETATIAN", &["vegetarian"]), + ("TRANSISIONED", &["transitioned"]), + ("FOLLIWONG", &["following"]), + ("CYPHERTEXT", &["ciphertext"]), + ("SOPHISTICTED", &["sophisticated"]), + ("SPEPERATS", &["separates"]), + ("VOLATIVITY", &["volatility"]), + ("PHAROAH", &["pharaoh"]), + ("INFREQUANCIES", &["infrequencies"]), + ("SENAIREOS", &["scenarios"]), + ("ENTHOUSIASM", &["enthusiasm"]), + ("ELECTRICIEN", &["electrician"]), + ("EVERAGE", &["average"]), + ("ALGOTHITMIC", &["algorithmic"]), + ("IMEDIATLY", &["immediately"]), + ("WNATED", &["wanted"]), + ("OPEARTE", &["operate"]), + ("INTELLECTUALIS", &["intellectuals"]), + ("IDENTIFICATIVO", &["identification"]), + ("REPEATAE", &["repeatable"]), + ("ALLPICATION", &["application"]), + ("SEPERETE", &["separate"]), + ("PHIALDELPHIA", &["philadelphia"]), + ("CANCELLATO", &["cancellation"]), + ("DENOMENATOR", &["denominator"]), + ("DESCIDE", &["decide"]), + ("RECOGINZED", &["recognized"]), + ("AUSTEER", &["austere"]), + ("MMBERS", &["members"]), + ("AUTHETICATES", &["authenticates"]), + ("RENASSAINCE", &["renaissance"]), + ("SUBEXPESSIONS", &["subexpressions"]), + ("IGNODED", &["ignored"]), + ("OVERKAPPING", &["overlapping"]), + ("APENDAGE", &["appendage"]), + ("HOTHSOT", &["hotshot"]), + ("KNARLS", &["gnarls"]), + ("EXPERIMENTAATL", &["experimental"]), + ("SPEFICIALLIERS", &["specifiers"]), + ("ACCENDING", &["ascending"]), + ("APPROXIMATLY", &["approximately"]), + ("ACCELEARTOR", &["accelerator"]), + ("REPOISTORY", &["repository"]), + ("DISTRCTS", &["districts"]), + ("INCOMPASITATING", &["incapacitating"]), + ("PRECULDED", &["precluded"]), + ("MECCOB", &["macabre"]), + ("DEFINEABLE", &["definable"]), + ("PILAR", &["pillar"]), + ("IST", &["is", "it", "its", "sit", "list"]), + ("WICE", &["vice"]), + ("RECEIVEING", &["receiving"]), + ("REPTUABLE", &["reputable"]), + ("CHATOU", &["château"]), + ("PATRIARICAL", &["patriarchal"]), + ("RETREIVABLE", &["retrievable"]), + ("TRANSPARNECIES", &["transparencies"]), + ("TRANSISTIONS", &["transitions"]), + ("ANNOUNED", &["announced"]), + ("CONSCIOUSSNESS", &["consciousness"]), + ("IMMEDITATELY", &["immediately"]), + ("APPARES", &["appears"]), + ("TRANSPORTNG", &["transporting"]), + ("NEADING", &["heading", "kneading", "needing"]), + ("CREATRED", &["created"]), + ("INFORMATIVO", &["information"]), + ("SUBSITUENTS", &["substituents"]), + ("RADEMTION", &["redemption"]), + ("UNDERSTNADING", &["understanding"]), + ("CHATOW", &["château"]), + ("MILTISITE", &["multisite"]), + ("OCCAISONS", &["occasions"]), + ("PREFFIXED", &["prefixed"]), + ("CONSERVITE", &["conserve"]), + ("BRONOCS", &["broncos"]), + ("INEXPLICIBLY", &["inexplicably"]), + ("STRANGESHIT", &["strangest"]), + ("ND", &["and"]), + ("CIMPTOMATICALY", &["symptomatically"]), + ("IMPLETATIONS", &["implementations"]), + ("AMIGUOUS", &["ambiguous"]), + ("AROARAS", &["auroras"]), + ("PROPAGATON", &["propagation"]), + ("DEPDENDENTS", &["dependents"]), + ("KNWO", &["know"]), + ("ALLOWD", &["allowed", "allow", "allows"]), + ("FREQIENCIES", &["frequencies"]), + ("ISNTALLED", &["installed"]), + ("INIDICATES", &["indicates"]), + ("PREVOLENCE", &["prevalence"]), + ("PONTENTIAL", &["potential"]), + ("UNFINSIHED", &["unfinished"]), + ("AUTHORITIVE", &["authoritative"]), + ("IMPOROTS", &["imports"]), + ("CUPBORAD", &["cupboard"]), + ("DOLLORS", &["dollars"]), + ("ARBIBTARY", &["arbitrary"]), + ("FORGEIN", &["foreign"]), + ("DISGUSTOSI", &["disgusts"]), + ("ELECTRONES", &["electrons"]), + ("MEAASURES", &["measures"]), + ("MARINERAS", &["mariners"]), + ("VULBERBILITY", &["vulnerability"]), + ("REPESENT", &["represent"]), + ("INTERCHANGABLEY", &["interchangeably"]), + ("MAGENTIC", &["magnetic"]), + ("REOMVING", &["removing"]), + ("PRIRORITY", &["priority"]), + ("SIMPIFICATION", &["simplification"]), + ("OPEARORS", &["operators"]), + ("LIBELL", &["libel"]), + ("SOPOHMORE", &["sophomore"]), + ("SPEFICITEIR", &["specifier"]), + ("ADDITIOANLLY", &["additionally"]), + ("TRANSCRITO", &["transcript"]), + ("ACHIEVEMTS", &["achieves"]), + ("CHILED", &["child", "chilled"]), + ("PENSINULA", &["peninsula"]), + ("DERFINED", &["defined"]), + ("AFFIRMITIVE", &["affirmative"]), + ("PREIODIC", &["periodic"]), + ("SHEDULER", &["scheduler"]), + ("PECUILAR", &["peculiar"]), + ("LUCKILLY", &["luckily"]), + ("RENEGOTATIATION", &["renegotiation"]), + ("NECCESSARLY", &["necessarily"]), + ("DIRTYNESS", &["dirtiness"]), + ("REGRESSIVO", &["regression"]), + ("CUSTUMIZED", &["customized"]), + ("APOCALYTIC", &["apocalyptic"]), + ("COURCE", &["course", "coerce", "source"]), + ("PREJECTION", &["projection"]), + ("DEGBUGGING", &["debugging"]), + ("PICNICK", &["picnic"]), + ("UNATHORISED", &["unauthorised"]), + ("INACCCESSIBLE", &["inaccessible"]), + ("BLUESTOOTH", &["bluetooth"]), + ("SAPCES", &["spaces"]), + ("SANHEDRIM", &["sanhedrin"]), + ("MCGERGOR", &["mcgregor"]), + ("MONOPOLLIES", &["monopolies"]), + ("INTERTWINDED", &["intertwined"]), + ("UNSUPPROTED", &["unsupported"]), + ("SUPERFLUOS", &["superfluous"]), + ("DEPENDENCIS", &["dependencies"]), + ("TRANSFROAMTION", &["transformation"]), + ("FORUTUNATE", &["fortunate"]), + ("REPUTPOSING", &["repurposing"]), + ("COMODORE", &["commodore"]), + ("EXPEDETION", &["expedition"]), + ("DELIEVER", &["deliver"]), + ("DELVIERED", &["delivered"]), + ("ANALISYS", &["analysis"]), + ("XEPECTING", &["expecting"]), + ("MUNDANDE", &["mundane"]), + ("THEREOTICALLY", &["theoretically"]), + ("SCUCCESSFULL", &["successful"]), + ("SNOWBALLLING", &["snowballing"]), + ("STRUTURES", &["structures"]), + ( + "FOT", + &["for", "fit", "dot", "rot", "cot", "got", "tot", "fog"], + ), + ("CADIDATE", &["candidate"]), + ("DEIVATIVE", &["derivative"]), + ("SATELLITTE", &["satellites"]), + ("ACOMMPANY", &["accompany"]), + ("STADNARDIZATION", &["standardization"]), + ("ADRESING", &["addressing"]), + ("CONTINUATIVO", &["continuation"]), + ("PRESIDANCY", &["presidency"]), + ("TESELLATE", &["tessellate"]), + ("EXPAIN", &["explain"]), + ("INTERRPUTED", &["interrupted"]), + ("ENVIORMENT", &["environment"]), + ("CYRLLIC", &["cyrillic"]), + ("FUMCTION", &["function"]), + ("NAMSPACE", &["namespace"]), + ("GORVEMENT", &["government"]), + ("DEMONSTRATIN", &["demonstration"]), + ("SURGESTION", &["suggestion"]), + ("FALLTHOUGH", &["fallthrough"]), + ("METAPHORICALY", &["metaphorically"]), + ("PERCENTIL", &["percentile"]), + ("SIMPLIFICAITONS", &["simplifications"]), + ("VOLUNTEEER", &["volunteers"]), + ("RECIEVES", &["receives"]), + ("FEDERACION", &["federation"]), + ("SUSCEDED", &["seceded", "succeeded"]), + ("PRIVALEDGE", &["privilege"]), + ("TRANSPORTAION", &["transportation"]), + ("PREDICTIOUS", &["predictions"]), + ("ORIANTATED", &["orientated"]), + ("ASSSUMED", &["assumed"]), + ("INVESTIGATON", &["investigation"]), + ("DEIVCE", &["device"]), + ("COREGATED", &["corrugated"]), + ("EXPERIENED", &["experienced"]), + ("HANLED", &["handled"]), + ("DEPDENDS", &["depends"]), + ("TRANITIONED", &["transitioned"]), + ("INVOLENTARY", &["involuntary"]), + ("DOWNLAODED", &["downloaded"]), + ("MODFY", &["modify"]), + ("INTERCEPTO", &["interception"]), + ("SLQ", &["sql"]), + ("RESIERFS", &["reiserfs"]), + ("CONFLICS", &["conflicts"]), + ("KNOWLDEGABLE", &["knowledgable"]), + ("REDIRCET", &["redirect"]), + ("LANUCHES", &["launches"]), + ("OBJECTIVIFY", &["objectivity"]), + ("AQUEUS", &["aqueous"]), + ("AFFORT", &["afford", "effort"]), + ("COROLLOA", &["corolla"]), + ("SHELTERD", &["sheltered"]), + ("ADMINISTED", &["administered"]), + ("LEGITAMITELY", &["legitimately"]), + ("SUSSEEDS", &["secedes"]), + ("SHFITED", &["shifted"]), + ("AUDO", &["audio"]), + ("DOWNOADS", &["downloads"]), + ("SYNCHONIZES", &["synchronizes"]), + ("FREEZS", &["freezes"]), + ("WARNIBGS", &["warnings"]), + ("INTENIONALLY", &["intentionally"]), + ("FINGERPIES", &["fingertips"]), + ("GOSEPLS", &["gospels"]), + ("STARTUPBUS", &["startups"]), + ("IDEITIFED", &["identified"]), + ("VUNLERABILITIES", &["vulnerabilities"]), + ("EVOLVEOS", &["evolves"]), + ("RETORIC", &["rhetoric"]), + ("SEPERATELY", &["separately"]), + ("FAVOUTRABLE", &["favourable"]), + ("COMITTERS", &["committers"]), + ("SHITFER", &["shifter"]), + ("SPECFICY", &["specify"]), + ("STRYOFOAM", &["styrofoam"]), + ("POSTITIONS", &["positions"]), + ("COMMIEST", &["commits"]), + ("ACCOUTN", &["account"]), + ("APPRECIATO", &["appreciation"]), + ("IGNORNIG", &["ignoring"]), + ("GGOGLES", &["goggles", "googles"]), + ("SEEMLESS", &["seamless"]), + ("ASSCOCIATED", &["associated"]), + ("RECOGNICING", &["recognizing"]), + ("COMMNUNITY", &["community"]), + ("FRANCSICO", &["francisco"]), + ("ATTRBUTES", &["attributes"]), + ("FORMALHAUT", &["fomalhaut"]), + ("VILLIANS", &["villains"]), + ("ADDTIONS", &["additions"]), + ("RENASSIANCE", &["renaissance"]), + ("ISTANCE", &["instance"]), + ("AIRPOST", &["airports"]), + ("ESTUWARRIES", &["estuaries"]), + ("TOLARABLE", &["tolerable"]), + ("PHOTOGRAHIC", &["photographic"]), + ("IMPLICIETE", &["implicit"]), + ("SMARPTHONE", &["smartphones"]), + ("DESCOVERY", &["discovery"]), + ("EMPHAZISING", &["emphasising"]), + ("CRICITALS", &["criticals"]), + ("ERONIOUSLY", &["erroneously"]), + ("THNIG", &["thing"]), + ("DEMONINATION", &["denominations"]), + ("SPEFICILLIC", &["specific"]), + ("CITIZINSHIP", &["citizenship"]), + ("PROFESOR", &["professor"]), + ("REPRESNETING", &["representing"]), + ("SQUIRRLE", &["squirrel"]), + ("UNIL", &["until"]), + ("COMMANO", &["commando"]), + ("TRANACTIONAL", &["transactional"]), + ("BANNETS", &["bayonets"]), + ("SYNTAXT", &["syntax"]), + ("THOUNSANDS", &["thousands"]), + ("POLYNOMINAL", &["polynomial"]), + ("FACILITARE", &["facilitate"]), + ("PREFARABLY", &["preferably"]), + ("SYNCRHONIZED", &["synchronized"]), + ("DEFAULTY", &["default"]), + ("FROGIVEN", &["forgiven"]), + ("SARINOMYS", &["ceremonies"]), + ("DED", &["dead"]), + ("THRID", &["third"]), + ("DIMENSONAL", &["dimensional"]), + ("REFINMENT", &["refinement"]), + ("DIMENSINOS", &["dimensions"]), + ("EXPLITLY", &["explicitly"]), + ("ALTENATIVE", &["alternative"]), + ("INCONVINEANCE", &["inconvenience"]), + ("UNSUCCESFULLY", &["unsuccessfully"]), + ("BRUISERES", &["bruisers"]), + ("REALIY", &["really"]), + ("INTENDOS", &["intends"]), + ("TRAVERCING", &["traversing"]), + ("CERTIFICATO", &["certification"]), + ("REARRANGNING", &["rearranging"]), + ("SEPECIFED", &["specified"]), + ("PHYSICAN", &["physician"]), + ("TRANSMISISONS", &["transmissions"]), + ("METACHARATERS", &["metacharacters"]), + ("KILOMETROS", &["kilometres"]), + ("INCREMENETD", &["incremented"]), + ("MUSUEM", &["museum"]), + ("INCURED", &["incurred"]), + ("RENEGOTAITOR", &["renegotiator"]), + ("DICTATEURS", &["dictates"]), + ("SUPPURTERS", &["supporters"]), + ("MOCROTRANSACTIONS", &["microtransactions"]), + ("SPLIG", &["split", "splign"]), + ("SUPREMACITS", &["supremacist"]), + ("BECASUE", &["because"]), + ("EXPECTANTCY", &["expectancy"]), + ("OUTFIED", &["outfield"]), + ("CONLCUDING", &["concluding"]), + ("VIEES", &["views"]), + ("QAULIFICATIONS", &["qualification"]), + ("FESITVALS", &["festivals"]), + ("PERSITS", &["persist"]), + ("HEALTHEAST", &["healthiest"]), + ("WREKCING", &["wrecking"]), + ("FOLOWWERS", &["followers"]), + ("DEPCITION", &["depiction"]), + ("CUSTUMIZABLE", &["customizable"]), + ("NEIGHBURS", &["neighbors"]), + ("DEVELPING", &["developing"]), + ("TEEST", &["test"]), + ("HANDWRITTING", &["handwriting"]), + ("LITATURE", &["literature"]), + ("PROGRES", &["progress"]), + ("NATRUALLY", &["naturally"]), + ("INCREMENTIAL", &["incremental"]), + ("CHRISTIANTIY", &["christianity"]), + ("SOFOMORE", &["sophomore"]), + ("CRUSDAE", &["crusade"]), + ("PROABILITIES", &["probabilities"]), + ("IMPELEMENTING", &["implementing"]), + ("ORIGONALLY", &["originally"]), + ("COMPASE", &["compares"]), + ("HITORY", &["history"]), + ("DISCOUNTINED", &["discontinued"]), + ("CHOWSE", &["choose", "chose"]), + ("NEIGHORHOOD", &["neighborhood"]), + ("IGNORMD", &["ignored"]), + ("DEDUPLAICATED", &["deduplicated"]), + ("ANIMONEE", &["anemone"]), + ("SERWER", &["server", "sewer"]), + ("PROFFESSIONAL", &["professional"]), + ("LOIGN", &["login"]), + ("REQIRES", &["requires"]), + ("INTEGARTE", &["integrate"]), + ("CONSENSUARLO", &["consensual"]), + ("WIRTES", &["writes"]), + ("EXISTENTIEL", &["existential"]), + ("TYRHARD", &["tryhard"]), + ("TRIGGERN", &["triggering"]), + ("INTOXOCATED", &["intoxicated"]), + ("TRUCATE", &["truncate"]), + ("UNDERLOWED", &["underflowed"]), + ("ADMINSTRATIVE", &["administrative"]), + ("UNNESSECARY", &["unnecessary"]), + ("INGREDENT", &["ingredient"]), + ("PROTAGNOISTS", &["protagonists"]), + ("MANAULS", &["manuals"]), + ("HYSTERICALY", &["hysterically"]), + ("FOUNDARY", &["foundry"]), + ("OUTTERMOST", &["outermost"]), + ("TEMPROMENTAL", &["temperamental"]), + ("READIGS", &["readings"]), + ("MEETHODS", &["methods"]), + ("INTRUIGE", &["intrigue"]), + ("THRUOGH", &["through"]), + ("INSTERAD", &["instead"]), + ("BALCONEY", &["balcony"]), + ("ACTUALLIN", &["actually"]), + ("MENTIOED", &["mentioned"]), + ("KAROAKE", &["karaoke"]), + ("ASAIN", &["asian"]), + ("MONOPOLIOS", &["monopolies"]), + ("POSSBILE", &["possible", "possibly"]), + ("COUNTERATK", &["counteract"]), + ("COMAPRISONS", &["comparisons"]), + ("PROPOSTION", &["proposition"]), + ("HARDENEND", &["hardened"]), + ("INPLEMENTATION", &["implementation"]), + ("INBRACES", &["embraces"]), + ("DEVLOVE", &["devolve"]), + ("VENEZUELIAN", &["venezuela"]), + ("OBSCUIRTY", &["obscurity"]), + ("CETAINTY", &["certainty"]), + ("SYMAPTHIZE", &["sympathize"]), + ("PROOVREAD", &["proofread"]), + ("COERCEION", &["coercion"]), + ("SELCTABLE", &["selectable"]), + ("PATRIARHAL", &["patriarchal"]), + ("DESTOYED", &["destroyed"]), + ("APRICIATE", &["appreciate"]), + ("HEALTZH", &["health", "healthz"]), + ("THIK", &["thick", "think"]), + ("BILANGUAL", &["bilingual"]), + ("UNCHEKED", &["unchecked"]), + ("SEPEARATORS", &["separators"]), + ("RECOMMANDES", &["recommends"]), + ("KNOWLAGEABLE", &["knowledgeable"]), + ("DEMONSTRATIVO", &["demonstration"]), + ("COMARDE", &["comrade"]), + ("NORML", &["normal", "norm"]), + ("CONTRIBTE", &["contribute"]), + ("COMPONTENT", &["component"]), + ("PEDESTIRANS", &["pedestrians"]), + ("TRANSMITSION", &["transmission"]), + ("IMIGRATE", &["immigrate", "emigrate"]), + ("SHASHES", &["slashes"]), + ("PRIVILEDGED", &["privileged"]), + ("REINITAILISE", &["reinitialise"]), + ("INADVERTENLY", &["inadvertently"]), + ("REQUSTING", &["requesting"]), + ("PATTREN", &["pattern", "patron"]), + ("LABRYINTH", &["labyrinth"]), + ("SUSINCT", &["succinct"]), + ("DALMATION", &["dalmatian"]), + ("APPERCIATES", &["appreciates"]), + ("TRAINIGS", &["training"]), + ("TOXEN", &["toxin"]), + ("HESIATE", &["hesitate"]), + ("RERTIEVED", &["retrieved"]), + ("RMEOVED", &["removed"]), + ("DECITION", &["decision"]), + ("REETURNED", &["returned"]), + ("OIGIN", &["origin"]), + ("EXPONENTIELLA", &["exponential"]), + ("MEASUES", &["measures"]), + ("EVALUTAION", &["evaluation"]), + ("ARRANGABLE", &["arrangeable"]), + ("MOLECULAIR", &["molecular"]), + ("EMPUT", &["empty"]), + ("PRESEDENTIAL", &["presidential"]), + ("REDLIENS", &["redlines"]), + ("METABLOISM", &["metabolism"]), + ("DIEMSION", &["dimension"]), + ("CHAGING", &["changing", "charging"]), + ("CLARED", &["cleared"]), + ("POSITONED", &["positioned"]), + ("AUTORISATION", &["authorisation"]), + ("CONFICT", &["conflict"]), + ("GEOMEOTRY", &["geometry"]), + ("TURTHFULLY", &["truthfully"]), + ("SPEELLING", &["spelling"]), + ("INSTANCEES", &["instances"]), + ("SIMLY", &["simply", "simile", "smiley"]), + ("RAOTATED", &["rotated"]), + ("RETREEVING", &["retrieving"]), + ("BUBBLESS", &["bubbles"]), + ("MASTURDATING", &["masturbating"]), + ("WEIGHTLIGTING", &["weightlifting"]), + ("FINESHES", &["finesse"]), + ("WEAS", &["was"]), + ("EXPLOSSIVE", &["explosives"]), + ("ARMAGEDDEON", &["armageddon"]), + ("DEPRECATEDF", &["deprecated"]), + ("READEME", &["readme"]), + ("POTICAL", &["optical"]), + ("EXPERINEMENTER", &["experimenter"]), + ("OVERPOWERD", &["overpowered"]), + ("RESISTANS", &["resistances"]), + ("RECEIPS", &["receipts"]), + ("MEASURMENET", &["measurement"]), + ("AVAILEBLE", &["available"]), + ("ELEMENTAY", &["elementary"]), + ("SENITMENTS", &["sentiments"]), + ("ISSSUE", &["issue"]), + ("HEDAERS", &["headers"]), + ("MIGRIANE", &["migraine"]), + ("ENYTHING", &["anything"]), + ("QUESRS", &["quests"]), + ("CALCULTE", &["calculate"]), + ("FASHONING", &["fashioning"]), + ("COUNTRES", &["counters"]), + ("BUFUFER", &["buffer"]), + ("DISTRUCTION", &["destruction"]), + ("REPRESENTSTION", &["representations"]), + ("ILLUMNIATI", &["illuminati"]), + ("EXPEIRIMENTEL", &["experimental"]), + ("EMENSE", &["immense"]), + ("FLUCTAUTE", &["fluctuate"]), + ("SCUPLTURE", &["sculpture"]), + ("ILLEGALLITY", &["illegally"]), + ("ARRISES", &["arises"]), + ("PERPITRATORS", &["perpetrators"]), + ("IDENTIAL", &["identical"]), + ("DISPUSE", &["disputes"]), + ("INSTNATIATED", &["instantiated"]), + ("CARMONIAL", &["ceremonial"]), + ("LEGENDARISKE", &["legendaries"]), + ("REBILD", &["rebuild"]), + ("UNCERAINTY", &["uncertainty"]), + ("ENUMURATED", &["enumerated"]), + ("PHENOMENOL", &["phenomenal"]), + ("BASCILY", &["basically"]), + ("OCORRENCE", &["occurrence"]), + ("VIRTUALIED", &["virtualised", "virtualized"]), + ("ACOMMODATED", &["accommodated"]), + ("LEGENDAY", &["legendary"]), + ("COUSINES", &["cousins"]), + ("APROPIATELY", &["appropriately"]), + ("FLEXIBILLITY", &["flexibility"]), + ("ACCIDANT", &["accident"]), + ("CONNOT", &["cannot"]), + ("TIGHTELY", &["tightly"]), + ("SUMMERSALT", &["somersault"]), + ("QUAFEUR", &["coiffure"]), + ("CHARACTERES", &["characters"]), + ("MISCELANEOUS", &["miscellaneous"]), + ("VOLATILLITY", &["volatility"]), + ("AFGHANISTHAN", &["afghanistan"]), + ("COMMEDIC", &["comedic"]), + ("BORTHERHOOD", &["brotherhood"]), + ("CANTACTS", &["contacts"]), + ("REGULATIORS", &["regulators"]), + ("COMPATAIBILITY", &["compatibility"]), + ("IMPROVENTS", &["improves"]), + ("CERTFICIATES", &["certificates"]), + ("INFOMATRION", &["information"]), + ("GLICHTES", &["glitches"]), + ("MASTURABTE", &["masturbate"]), + ("TEMPRORAY", &["temporary"]), + ("AMKING", &["making"]), + ("OREGENO", &["oregano"]), + ("AGRICOLTURE", &["agriculture"]), + ("EXTENSIVELLY", &["extensively"]), + ("STRUCURING", &["structuring"]), + ("EXPERIANCE", &["experience"]), + ("SOVEREING", &["sovereign"]), + ("WEDNESSAY", &["wednesdays"]), + ("CUSHIN", &["cushion"]), + ("SHWASHANK", &["shawshank"]), + ("PURCAHSES", &["purchases"]), + ("CRINGEWORTHLY", &["cringeworthy"]), + ("DISTRIBUTIOR", &["distributor"]), + ("NOTEABLE", &["notable"]), + ("SYNONYMIS", &["synonyms"]), + ("MODLUE", &["module"]), + ("STANDERD", &["standard"]), + ("DISCONTINUS", &["discontinue", "discontinuous"]), + ("RECEEDED", &["receded"]), + ("STDOUOT", &["stdout"]), + ("DISCONTIGOUS", &["discontiguous"]), + ("WOUNDERFUL", &["wonderful"]), + ("COMPRESO", &["compressor"]), + ("MORBIDY", &["morbidly"]), + ("DIFFREENCES", &["differences"]), + ("ACCUARCY", &["accuracy"]), + ("PRISTEN", &["pristine"]), + ("REALIEST", &["earliest"]), + ("ARTIFIACTS", &["artifacts"]), + ("CERTIFICAAT", &["certificate"]), + ("DEFENSIE", &["defensive"]), + ("LITERLA", &["literal"]), + ("STATICTIC", &["statistic"]), + ("CONDIFURED", &["configured"]), + ("NEIGHRORHOODS", &["neighborhoods"]), + ("UMARK", &["unmark"]), + ("RELEATION", &["relation"]), + ("BUTTERRY", &["buttery"]), + ("CONGRESIONAL", &["congressional"]), + ("TOXICITITY", &["toxicity"]), + ("DETERMINSIM", &["determinism"]), + ("CONFIMATION", &["confirmation"]), + ("AUTHENICAION", &["authentication"]), + ("CORRESPODS", &["corresponds"]), + ("ONWERSHIP", &["ownership"]), + ("FAUND", &["found", "fund"]), + ("PREPROSESSOR", &["preprocessor"]), + ("FANTAZISE", &["fantasise"]), + ("TRANSPARNT", &["transparent"]), + ("INVLOVE", &["involve"]), + ("ARCAHIC", &["archaic"]), + ("ALGORHITMICALLY", &["algorithmically"]), + ("ENCAPSULTE", &["encapsulate"]), + ("COALSECED", &["coalesced"]), + ("POSITIVITIY", &["positivity"]), + ("VIRBATOR", &["vibrator"]), + ("DIRECTIONNAL", &["directional"]), + ("INFRASTRCUTURE", &["infrastructure"]), + ("TECHINCIANS", &["technicians"]), + ("INITIALL", &["initial", "initially"]), + ("AMENDMET", &["amendments"]), + ("ANOTATING", &["annotating"]), + ("POSISTIONS", &["positions"]), + ("ENERGIS", &["energies"]), + ("EXAGGURATING", &["exaggerating"]), + ("VALLUES", &["values"]), + ("SUBSITUTUTES", &["substitutes"]), + ("PRECESSING", &["processing"]), + ("CHAMBRES", &["chambers"]), + ("CNFIGURES", &["configures"]), + ("THHE", &["the"]), + ("MIDFILED", &["midfield"]), + ("AMNSETY", &["amnesty"]), + ("UNECRYPTED", &["unencrypted"]), + ("ALLIEGANCE", &["allegiance"]), + ("CONVERASTION", &["conversations"]), + ("MOTHERBORD", &["motherboard"]), + ("PROVINVIAL", &["provincial"]), + ("JURISTICTIONS", &["jurisdictions"]), + ("CAPABILITIY", &["capability"]), + ("CONSTRUTED", &["constructed"]), + ("BARNCHERS", &["branchers"]), + ("SEPCIFYING", &["specifying"]), + ("DISTRBUTIONS", &["distributions"]), + ("SINDS", &["since"]), + ("MUSELS", &["muscles", "mussels"]), + ("ARRAL", &["array"]), + ("TRANSMITTION", &["transmission"]), + ("APOLOGISTES", &["apologists"]), + ("UNAPPEASING", &["unappealing"]), + ("METABOLICS", &["metabolism"]), + ("CORRISPONDS", &["corresponds"]), + ("ELLEMENTAL", &["elemental"]), + ("COUNTERFEIGHT", &["counterfeit"]), + ("CONTRADICTON", &["contradiction"]), + ("TRANSISTIOR", &["transistor"]), + ("BOOSHELVES", &["bookshelves"]), + ("GUESWORK", &["guesswork"]), + ("ACUTIONS", &["auctions"]), + ("SHEEPHERD", &["shepherd"]), + ("CCORDINATES", &["coordinates"]), + ("EEXTRACTED", &["extracted"]), + ("DECYPHER", &["decipher"]), + ("ACKNOWLEGING", &["acknowledging"]), + ("FAMILIY", &["family"]), + ("THEMSELCES", &["themselves"]), + ("ARUGABLE", &["arguable"]), + ("AUTOCONPLETION", &["autocompletion"]), + ("CONESENCUS", &["consensus"]), + ("MARSHMALOWS", &["marshmallows"]), + ("TRACSODED", &["transcoded"]), + ("CRITIZICING", &["criticizing"]), + ("INSIGNIFICENT", &["insignificant"]), + ("THIKNS", &["thinks"]), + ("MOREVER", &["moreover"]), + ("KONFIDENTIAL", &["confidential"]), + ("SYMPTUMATICALY", &["symptomatically"]), + ("BURZWAH", &["bourgeois"]), + ("UTILITATIAN", &["utilitarian"]), + ("CONSOLTATION", &["consultation"]), + ("EMPRESSING", &["impressing"]), + ("APPLICAITONS", &["applications"]), + ("DISICPLINE", &["discipline"]), + ("EXPERINEMENT", &["experiment"]), + ("SUROUNDED", &["surrounded"]), + ("PROSTITURES", &["prostitutes"]), + ("CAPABILTIES", &["capabilities"]), + ("BETWWEN", &["between"]), + ("SINGNALLED", &["signalled"]), + ("PUBLICK", &["public"]), + ("UNSUBSRCIBE", &["unsubscribe"]), + ("BULD", &["build"]), + ("TKAES", &["takes"]), + ("MINIMAZING", &["minimizing"]), + ("DEBTH", &["depth"]), + ("ISLAMITS", &["islamist"]), + ("INDEPENDENTISTE", &["independents"]), + ("JSTU", &["just"]), + ("INFORMATINO", &["information"]), + ("RENMANTS", &["remnants"]), + ("ULITMATUM", &["ultimatum"]), + ("PLATFROMS", &["platforms"]), + ("ENIVITABLE", &["inevitable"]), + ("YPOUR", &["your"]), + ("ANALISIS", &["analysis"]), + ("PLATFROMERS", &["platformer"]), + ("BTYES", &["bytes"]), + ("RERERENCES", &["references"]), + ("INSEPECTS", &["inspects"]), + ("INFINIMENT", &["infinite"]), + ("ENPDOINTS", &["endpoints"]), + ("CYLINDRE", &["cylinder"]), + ("SUSBTANTIVE", &["substantive"]), + ("PROGRAMATICALLY", &["programmatically"]), + ("ACCTUAL", &["actual"]), + ("DECOMPLIER", &["decompiler"]), + ("EXPOSITIVO", &["exposition"]), + ("PERMISSSIONS", &["permissions"]), + ("CONECCTIVITY", &["connectivity"]), + ("PLACEBRO", &["placebo"]), + ("INITIATIN", &["initiation"]), + ("IDEOLOGINS", &["ideologies"]), + ("EXTRAPOLOATE", &["extrapolate"]), + ("UNCANNNY", &["uncanny"]), + ("EXCHNAGING", &["exchanging"]), + ("HAPPEND", &["happened", "happens", "happen"]), + ("OVERRRIDE", &["override"]), + ("PROTECTIEI", &["protective"]), + ("INTERNATIOANLLY", &["internationally"]), + ("HANDELRS", &["handlers"]), + ("SIMLIFIED", &["simplified"]), + ("LITTERATURE", &["literature"]), + ("GAYSHAS", &["geishas"]), + ("STABLIIZE", &["stabilize"]), + ("RECIPROCOALS", &["reciprocals"]), + ("FINISCH", &["finish", "finnish"]), + ("AGGRAGATOR", &["aggregator"]), + ("SHANGHIA", &["shanghai"]), + ("ACCLERATE", &["accelerate"]), + ("ASSESTMENT", &["assessment"]), + ("LICENCIE", &["licence"]), + ("IMPLETS", &["implements"]), + ("CALCULATESS", &["calculated", "calculates"]), + ("ARGUMNETS", &["arguments"]), + ("INCOMPATABLITY", &["incompatibility"]), + ("OVERHPYED", &["overhyped"]), + ("DIFFICUT", &["difficulty"]), + ("INCOPERATING", &["incorporating"]), + ("COUNCILOS", &["councils"]), + ("DERICTERYES", &["directories"]), + ("ACCOCIATION", &["association"]), + ("TRIATORS", &["traitors"]), + ("SUBSTENCES", &["substances"]), + ("GENITALES", &["genitals"]), + ("OURSLEVES", &["ourselves"]), + ("CHUNCKSIZE", &["chunksize"]), + ("MASQUARADE", &["masquerade"]), + ("DIGITIALLY", &["digitally"]), + ("ENCORDERS", &["encoders"]), + ("VISUABISATION", &["visualisation"]), + ("SUBSTIUTIONS", &["substitutions"]), + ("SIMPY", &["simply"]), + ("SELDOMLY", &["seldom"]), + ("PARAYLSIS", &["paralysis"]), + ("TRANVERSER", &["traverser"]), + ("PLANTIFF", &["plaintiff"]), + ("EXPEIRIMENTAL", &["experimental"]), + ("DEFINJTELY", &["definitely"]), + ("CHEESEBURGES", &["cheeseburgers"]), + ("EXPERIMANETERS", &["experimenters"]), + ("AQCUIRES", &["acquires"]), + ("HIPOCRITICAL", &["hypocritical"]), + ("APPROATE", &["appropriate"]), + ("NOE", &["not", "no", "node", "know", "now", "note"]), + ("BANDWDITHS", &["bandwidths"]), + ("COMPATIBILILTY", &["compatibility"]), + ("PERTICIPATION", &["participation"]), + ("STEROETYPING", &["stereotyping"]), + ("SHEELPE", &["sheeple"]), + ("UNCERTAINTITY", &["uncertainty"]), + ("ENCECLOPEDIA", &["encyclopedia"]), + ("CIVILIZATOIN", &["civilizations"]), + ("RIDICOULUSLY", &["ridiculously"]), + ("REFERERENCE", &["reference"]), + ("NORMALLIZED", &["normalized"]), + ("CONSISTANCE", &["consistency"]), + ("NEIGHBORHOODING", &["neighboring"]), + ("DECLARS", &["declares", "declared"]), + ("REALLOCAES", &["reallocates"]), + ("MISSUNDERSTANDING", &["misunderstanding"]), + ("ALLOCAION", &["allocation"]), + ("UNAPPRIECIATED", &["unappreciated"]), + ("OTHE", &["other"]), + ("EMTPY", &["empty"]), + ("ROBOUSTNESS", &["robustness"]), + ("ENLISH", &["english", "enlist"]), + ("CIMPTOMATICALLY", &["symptomatically"]), + ("ACTOVE", &["active"]), + ("PIONERE", &["pioneer"]), + ("ITEGRALS", &["integrals"]), + ("TAWAINESE", &["taiwanese"]), + ("UNDERSOG", &["undergo"]), + ("VISBILY", &["visibly"]), + ("TKAING", &["taking"]), + ("MOVEPSEED", &["movespeed"]), + ("CONSECUENTLY", &["consequently"]), + ("CLEANIES", &["cleanse"]), + ("DESRIPTOR", &["descriptor"]), + ("UPSREAMING", &["upstreaming"]), + ("GENERILISED", &["generalised"]), + ("WELATHIEST", &["wealthiest"]), + ("ATTETNTION", &["attention"]), + ("PSUDEO", &["pseudo"]), + ("REMINISED", &["reminisced"]), + ("WITHOUGH", &["without"]), + ("RELENTLESLY", &["relentlessly"]), + ("PASSTHOUGH", &["passthrough"]), + ("ABIUT", &["about"]), + ("SUBSITUTUTING", &["substituting"]), + ("ESGES", &["edges"]), + ("SPECATOR", &["spectator"]), + ("INSPECTIN", &["inspection"]), + ("HASSEL", &["hassle"]), + ("CHROMOSONE", &["chromosome"]), + ("NEIGBOR", &["neighbor"]), + ("COMPEATES", &["competes"]), + ("LIGHTHEARDED", &["lighthearted"]), + ("COMPROMISSE", &["compromises"]), + ("ESOTERISCH", &["esoteric"]), + ("COMPRESSEED", &["compressed"]), + ("APPEREAD", &["appeared"]), + ("EXECTUTE", &["execute"]), + ("REPEATATION", &["repetition"]), + ("POSTITION", &["position"]), + ("SWITCHTING", &["switching"]), + ("SASUAGES", &["sausages"]), + ("MEDIVEAL", &["medieval"]), + ("DEVLOPED", &["developed"]), + ("PARITITIONER", &["partitioner"]), + ("OUTNUMBRED", &["outnumbered"]), + ("EXPLICITYLY", &["explicitly"]), + ("CHAIRTABLE", &["charitable"]), + ("THIUS", &["this"]), + ("AVCOID", &["avoid"]), + ("ZELLOT", &["zealot"]), + ("INHERTIS", &["inherits"]), + ("FIRMEWARE", &["firmware"]), + ("OCRAINA", &["ocarina"]), + ("INTIALY", &["initially"]), + ("SPREADHSEET", &["spreadsheet"]), + ("RESOTRING", &["restoring"]), + ("ATHESITIC", &["atheistic"]), + ("HEATHY", &["healthy"]), + ("BERKLEY", &["berkeley"]), + ("IMPLEMEMENTS", &["implements"]), + ("LIGHTHEATED", &["lighthearted"]), + ("CONFIGRUED", &["configured"]), + ("TORWARDS", &["towards"]), + ("MULTIPE", &["multiple"]), + ("CHISLES", &["chisels"]), + ("CLASES", &["cases", "clashes", "classes"]), + ("INTERTWINNED", &["intertwined"]), + ("WWITH", &["with"]), + ("CRETATES", &["creates"]), + ("CORRRECTIONS", &["corrections"]), + ("HAMITLON", &["hamilton"]), + ("GUARENTEEDE", &["guarantee"]), + ("TURLTES", &["turtles"]), + ("CONSTITUANTS", &["constituents"]), + ("ENCRCYPTS", &["encrypts"]), + ("TEMPORAIRLY", &["temporarily"]), + ("ADDITIVIVE", &["additive"]), + ("UNCOMENTS", &["uncomments"]), + ("IRITABLE", &["irritable"]), + ("THAY", &["they", "that"]), + ("MEIXCAN", &["mexican"]), + ("MININIZES", &["minimizes"]), + ("IMPLEMENTASTION", &["implementation"]), + ("EPXAND", &["expand"]), + ("LIBERTEA", &["liberate"]), + ("WEDNESDSAY", &["wednesdays"]), + ("PREAPARED", &["prepared"]), + ("EXPERIMETATION", &["experimentation"]), + ("PORTALIS", &["portals"]), + ("GUATAMALA", &["guatemala"]), + ("GLITHCY", &["glitchy"]), + ("STARINED", &["strained"]), + ("OFO", &["of"]), + ("HELO", &["hello"]), + ("ANGSHIUOSLY", &["anxiously"]), + ("PAKISTANAIS", &["pakistani"]), + ("EXPEXTANCY", &["expectancy"]), + ("RESOLT", &["result"]), + ("AVAILIBILTY", &["availability"]), + ("RETHORICAL", &["rhetorical"]), + ("GRATUITUOUS", &["gratuitous"]), + ("ECOUNTERED", &["encountered"]), + ("SPECIFIGATIONS", &["specifications"]), + ("ALOS", &["also"]), + ("ACKNOLEDGE", &["acknowledge"]), + ("UNHEALTY", &["unhealthy"]), + ("HOTSPORT", &["hotspot"]), + ("AUTHETHENTICATED", &["authenticated"]), + ("CENARIOS", &["scenarios"]), + ("STREIGHTS", &["straights", "straits"]), + ("DICTIONAIRE", &["dictionaries"]), + ("DISTIGUISH", &["distinguish"]), + ("IMBRACING", &["embracing"]), + ("EXPENDIBLE", &["expendable"]), + ("REEVAULATE", &["reevaluate"]), + ("SCEINTIFIC", &["scientific"]), + ("MATRIALS", &["materials"]), + ("UNBALENCED", &["unbalanced"]), + ("NEGOSIATIONS", &["negotiations"]), + ("BOOKMAKR", &["bookmark"]), + ("TMIS", &["this"]), + ("UNLINE", &["unlike"]), + ("POSSABILITES", &["possibilities"]), + ("MEMWAR", &["memoir"]), + ("RELIE", &["rely", "relies", "really", "relief"]), + ("NAPOELON", &["napoleon"]), + ("INCOMPATAILITY", &["incompatibility"]), + ("PAPERWORKS", &["paperwork"]), + ("PRECOMUPTE", &["precompute"]), + ("FASEESHUS", &["facetious"]), + ("ELECTORNS", &["electrons"]), + ("HURRIGANES", &["hurricanes"]), + ("ELIPTICAL", &["elliptical"]), + ("BOGGUS", &["bogus"]), + ("PERCPETIONS", &["perceptions"]), + ("COMPOLATION", &["compilation"]), + ("REARRANGTEMENT", &["rearrangement"]), + ("CATTERPILAR", &["caterpillar"]), + ("GINEE", &["guinea"]), + ("ANALZYERS", &["analyzers"]), + ("SUSTAINBLE", &["sustainable"]), + ("TERMPORARILY", &["temporarily"]), + ("PROPIETRIES", &["proprietaries"]), + ("ARGUMETNS", &["arguments"]), + ("REITREMENT", &["retirement"]), + ("OMINSCIENT", &["omniscient"]), + ("WONDEROUSLY", &["wondrously"]), + ("QUALIFICATON", &["qualification"]), + ("DUNEGON", &["dungeon"]), + ("MIRALCES", &["miracles"]), + ("CATALOGE", &["catalogue"]), + ("FRINEDZONED", &["friendzoned"]), + ("AESTHITICALLY", &["aesthetically"]), + ("SWEATSHITS", &["sweatshirt"]), + ("UNIVESITIES", &["universities"]), + ("FRUSTATIONS", &["frustrations"]), + ("DESGUSTINGLY", &["disgustingly"]), + ("MOSTURE", &["moisture"]), + ("INTOLERACE", &["intolerance"]), + ("ARICRAFT", &["aircraft"]), + ("OVERLORDES", &["overlords"]), + ("INBELIEVABLE", &["unbelievable"]), + ("TAXOMONMY", &["taxonomy"]), + ("WESTMNISTER", &["westminster"]), + ("REGRADS", &["regards"]), + ("COMPIED", &["compiled"]), + ("UNIMPRESSSED", &["unimpressed"]), + ("INTERVENCION", &["intervention"]), + ("SMOOTING", &["smoothing"]), + ("FAKTORING", &["factoring"]), + ("ARBITRALY", &["arbitrary"]), + ("ALOG", &["along"]), + ("NESSECARY", &["necessary"]), + ("AVAIBILITY", &["availability"]), + ("PRECOMUTED", &["precomputed"]), + ("CONECTING", &["connecting"]), + ("ALLOCAE", &["allocate"]), + ("DECTECTOR", &["detector"]), + ("FREQQUENCY", &["frequency"]), + ("PRIMARLIY", &["primarily"]), + ("REPLCIAS", &["replicas"]), + ("DEVIIATE", &["deviate"]), + ("PLCAEMENTS", &["placements"]), + ("BOTTLENCK", &["bottleneck"]), + ("DEPDENDENT", &["dependent"]), + ("INSIPRES", &["inspires"]), + ("ADJACENTSY", &["adjacency"]), + ("CAMELEON", &["chameleon"]), + ("LONGIUDE", &["longitude"]), + ("ILLUNINATI", &["illuminati"]), + ("CHARATORS", &["characters"]), + ("COMMOM", &["common"]), + ("SIEZABLE", &["sizable"]), + ("ANALYSUS", &["analysis"]), + ("CONSTRUNCTOR", &["constructor"]), + ("AMEELARATE", &["ameliorate"]), + ("SEINOR", &["senior"]), + ("DISCLAMER", &["disclaimer"]), + ("TROUBLSHOOTING", &["troubleshooting"]), + ("PRECONCEVED", &["preconceived"]), + ("HEATLHCARE", &["healthcare"]), + ("CICRULATING", &["circulating"]), + ("TROUBESHOOTER", &["troubleshooter"]), + ("MANDRAIN", &["mandarin"]), + ("SUPPORED", &["supported"]), + ("VAELUE", &["value", "valued"]), + ("PURPOSEFULY", &["purposefully"]), + ("REPUBLICIAN", &["republican"]), + ("RESIZEBLE", &["resizable", "resizeable"]), + ("CONNECTIVITIY", &["connectivity"]), + ("PERHEAPS", &["perhaps"]), + ("OSFFSET", &["offset"]), + ("REUESTS", &["requests"]), + ("LISTERAL", &["literal"]), + ("PORTRAYELS", &["portrays"]), + ("OBILVION", &["oblivion"]), + ("THGE", &["the"]), + ("PROGAGATING", &["propagating"]), + ("EXISTENTA", &["existential"]), + ("POPULARATY", &["popularity"]), + ("SLLOCATION", &["allocation"]), + ("APRETIATIVE", &["appreciative"]), + ("FUNDEMENTALLY", &["fundamentally"]), + ("FPR", &["for", "far", "fps"]), + ("ACTIVITIS", &["activities"]), + ("STUCTURE", &["structure"]), + ("TENATIVELY", &["tentatively"]), + ("MOZZARALLA", &["mozzarella"]), + ("EXTATIC", &["ecstatic"]), + ("CUSSTOMER", &["customer"]), + ("ACCCES", &["access"]), + ("IMPLEMENTATITION", &["implementation"]), + ("AVRIABLES", &["variables"]), + ("INTOLERANSE", &["intolerance"]), + ("COMPALINS", &["complains"]), + ("ADJUSTIBLE", &["adjustable"]), + ("SIGINIFY", &["signify"]), + ("SUBFOLFERS", &["subfolders"]), + ("PARSERING", &["parsing"]), + ("DESSTRUCTOR", &["destructor"]), + ("POLITLEY", &["politely"]), + ("PEDING", &["pending"]), + ("EMABLES", &["enables"]), + ("MISUNDERSTANDNG", &["misunderstandings"]), + ("CLOCKSOURC", &["clocksource"]), + ("DISCIPLENED", &["disciplined"]), + ("FULLFIL", &["fulfil"]), + ("BIRGHTEN", &["brighten"]), + ("UNNECESARILY", &["unnecessarily"]), + ("RECOGNIZATION", &["recognition"]), + ("CONCATING", &["concatenating"]), + ("SUPRESS", &["suppress"]), + ("IDENTIFICTAION", &["identification"]), + ("UMMATCHED", &["unmatched"]), + ("CUNCURRENT", &["concurrent"]), + ("SHOUDERED", &["shouldered", "shuddered"]), + ("PROPORTINAL", &["proportional"]), + ("SOURES", &["sources", "sores", "sours", "soured"]), + ("ENOUTH", &["enough"]), + ("SPECIFICAITON", &["specifications", "specification"]), + ("INFOM", &["inform"]), + ("DISSASSEMBLE", &["disassemble"]), + ("INSTRUMENTUL", &["instrumental"]), + ("SPECIFICALY", &["specifically"]), + ("BUDDISHM", &["buddhism"]), + ("PARITITIONED", &["partitioned"]), + ("PARTICIPE", &["participate"]), + ("SEMGENTS", &["segments"]), + ("SPWANS", &["spawns"]), + ("SCREEM", &["scream", "screen"]), + ("DIFFICULTES", &["difficulties"]), + ("ESCTASY", &["ecstasy"]), + ("REINFOCED", &["reinforced"]), + ("CONVENCTION", &["convention", "convection"]), + ("GENRATIONS", &["generations"]), + ("IBRARY", &["library"]), + ("TEMPORYRY", &["temporary"]), + ("SPOTIFTY", &["spotify"]), + ("PUBLISGER", &["publisher"]), + ("ADAPDIVE", &["adaptive"]), + ("CALYMORE", &["claymore"]), + ("COMPETELY", &["completely"]), + ("GAGNSTERS", &["gangsters"]), + ("EXPIDENTURES", &["expenditures"]), + ("AWESOMELEY", &["awesomely"]), + ("DEPERCATE", &["deprecate"]), + ("UNABEL", &["unable"]), + ("PARAHAPS", &["perhaps"]), + ("WORKD", &["worked", "works"]), + ("MANUPILATED", &["manipulated"]), + ("ENTHUSEASTIC", &["enthusiastic"]), + ("EXSIT", &["exist", "exit"]), + ("EXPLICITS", &["explicit"]), + ("DISGEST", &["digest"]), + ("SCHIZOPHRENIIIC", &["schizophrenic"]), + ("CUSSESS", &["success"]), + ("COLLECTINOS", &["collections"]), + ("ESITMATE", &["estimate"]), + ("EXPERMIMENTALLY", &["experimentally"]), + ("OPPORTUNAITY", &["opportunity"]), + ("SAERCHING", &["searching"]), + ("WINNDOWS", &["windows"]), + ("REMANE", &["remain", "remake", "rename"]), + ("CONDTIONAL", &["conditional"]), + ("GENERTING", &["generating"]), + ("PROOXY", &["proxy"]), + ("DYSFUCNTION", &["dysfunction"]), + ("AMELEARATES", &["ameliorates"]), + ("PRIOROTIZE", &["prioritize"]), + ("CHARECTOR", &["character"]), + ("CIVILLIANS", &["civilians"]), + ("SKANDINAVIAN", &["scandinavian"]), + ("RECCORDING", &["recording"]), + ("DEVELOMPENT", &["developments", "development"]), + ("EXCHANCING", &["exchanging"]), + ("HANDCUFFES", &["handcuffs"]), + ("CAMOFLAGED", &["camouflaged"]), + ("PHILOSPOHER", &["philosopher"]), + ("DEFINUTELY", &["definitely"]), + ("SPEFICED", &["specified"]), + ("ANTECEDANT", &["antecedent"]), + ("MATERIALIZATONS", &["materializations"]), + ("HABEUS", &["habeas"]), + ("DISTINGIUSH", &["distinguish"]), + ("DATEE", &["date"]), + ("DORCE", &["force"]), + ("REGENADE", &["renegade"]), + ("REQUED", &["requeued"]), + ("VISTORS", &["visitors"]), + ("ANGSHISLY", &["anxiously"]), + ("UNINTIALIZATION", &["uninitialization"]), + ("ABONDONED", &["abandoned"]), + ("PERSISTENTED", &["persisted"]), + ("SHEPARD", &["shepherd"]), + ("THRYOID", &["thyroid"]), + ("RECONFIGED", &["reconfigured"]), + ("HYPOCRATES", &["hypocrites"]), + ("DESNITY", &["density", "destiny"]), + ("UUPLOAD", &["upload"]), + ("SERIALSIE", &["serialise"]), + ("ARTICAFT", &["artifact"]), + ("METHPDS", &["methods"]), + ("SITCK", &["stick"]), + ("BUNLDE", &["bundle"]), + ("AUTOGENRATED", &["autogenerated"]), + ("SUNGALSSES", &["sunglasses"]), + ("REPLYS", &["replies"]), + ("CACE", &["cache"]), + ("EXPOLITED", &["exploited"]), + ("NECESSAERY", &["necessary"]), + ("ACRAGE", &["acreage"]), + ("ORIDINARY", &["ordinary"]), + ("SYNTEHSIZE", &["synthesize"]), + ("TEMINATION", &["termination"]), + ("UNDERTANDING", &["understanding"]), + ("INCONSISNTENCY", &["inconsistency"]), + ("ANALYED", &["analysed", "analyzed"]), + ("GOVERMENTAL", &["governmental"]), + ("INPROPERLY", &["improperly"]), + ("SUPPPOSED", &["supposed"]), + ("ITNEREST", &["interest"]), + ("DECOCDER", &["decoder"]), + ("SCIENTIFICALY", &["scientifically"]), + ("METROPOLIAN", &["metropolitan"]), + ("AVERAGEIFS", &["averages"]), + ("SCRPITED", &["scripted"]), + ("HIGLIGHTED", &["highlighted"]), + ("HYPERTROPHEY", &["hypertrophy"]), + ("EPTIOME", &["epitome"]), + ("PROFESSIONNALS", &["professionals"]), + ("DISSMANTLES", &["dismantles"]), + ("SOUTHAMPTION", &["southampton"]), + ("ARCHITETURE", &["architecture"]), + ("EARILY", &["easily", "eerily"]), + ("DEEEMED", &["deemed"]), + ("DISPBIBUTE", &["distribute"]), + ("NETCAPE", &["netscape"]), + ("EXPERIMENTAITONS", &["experimentations"]), + ("ORIGIANAL", &["original"]), + ("MISSMANAGED", &["mismanaged"]), + ("NEGOTITAIONS", &["negotiations"]), + ("COROUSEL", &["carousel"]), + ("ELEMNTS", &["elements"]), + ("SPEFICITEIS", &["specifies"]), + ("NOTIFICARIONS", &["notifications"]), + ("INCROMPEHENSIBLE", &["incomprehensible"]), + ("HERCULASE", &["hercules"]), + ("CONVINENT", &["convenient"]), + ("PRESISTENT", &["persistent"]), + ("MACTHING", &["matching"]), + ("PEPPERMIT", &["peppermint"]), + ("NATIONALISITC", &["nationalistic"]), + ("ALGEBRIAC", &["algebraic"]), + ("MODERM", &["modem", "modern"]), + ("MISSALIGNMENT", &["misalignment"]), + ("ATTEMPETING", &["attempting"]), + ("INDIVUDUAL", &["individual"]), + ("CHARACTERE", &["characterize"]), + ("COMMERE", &["commerce"]), + ("LOTHARINGEN", &["lothringen"]), + ("EXPERIMENATATION", &["experimentation"]), + ("PHISICALLY", &["physically"]), + ("CARTRIGE", &["cartridge"]), + ("RIGH", &["right"]), + ("CUSTOMISATON", &["customisation"]), + ("UDATE", &["update"]), + ("IMPORTEN", &["importance", "important"]), + ("ALCHOOL", &["alcohol"]), + ("THREAHOLD", &["threshold"]), + ("DESLECTS", &["deselects"]), + ("NEUMONECTOMIES", &["pneumonectomies"]), + ("SYSTHEMS", &["systems"]), + ("VERYIFY", &["verify"]), + ("EVESDROPPER", &["eavesdropper"]), + ("DECMEBER", &["december"]), + ("SESCRETS", &["secrets"]), + ("STROYBOARD", &["storyboard"]), + ("ACCUTE", &["acute"]), + ("PROGATIONS", &["propagations"]), + ("REMBER", &["remember"]), + ("REFERIG", &["referring"]), + ("DIFFERENTIANTION", &["differentiation"]), + ("INDIANDS", &["indians"]), + ("DISTRUBING", &["disturbing"]), + ("BLATANTY", &["blatantly"]), + ("MENY", &["menu", "many"]), + ("REALLT", &["really"]), + ("RESTAURING", &["restarting"]), + ("RELIGON", &["religion"]), + ("WHILTELISTING", &["whitelisting"]), + ("LOCATIO", &["locations"]), + ("EXCESVLY", &["excessively"]), + ("SIMPTOMATICLY", &["symptomatically"]), + ("DETETIONS", &["deletions", "detections"]), + ("TEMPRAARY", &["temporary"]), + ("DISSCUS", &["discuss"]), + ("SERAILSE", &["serialise"]), + ("INPACTED", &["impacted"]), + ("SCARCH", &["search", "scorch", "scratch"]), + ("CAMPAIGING", &["campaigning"]), + ("WITNISSING", &["witnessing"]), + ("ACESSED", &["accessed"]), + ("DIFFERANTION", &["differentiation"]), + ("AFFINTIES", &["affinities"]), + ("SHAKESPARE", &["shakespeare"]), + ("ERTONEOUS", &["erroneous"]), + ("CHEIFS", &["chiefs"]), + ("DIFINITION", &["definition"]), + ("VETRANS", &["veterans"]), + ("BRANCKET", &["bracket"]), + ("SUPPOTED", &["supported"]), + ("RESOLUTINOS", &["resolutions"]), + ("CURRENTY", &["currently"]), + ("PRCOESSING", &["processing"]), + ("INSTED", &["instead"]), + ("ASSERTATION", &["assertion"]), + ("OEPRATORS", &["operators"]), + ("CALCLULATES", &["calculates"]), + ("TRASFORMATIVE", &["transformative"]), + ("SUBSTUTITE", &["substitutes", "substitute"]), + ("STUPIRE", &["stupider"]), + ("DISCIPLANARY", &["disciplinary"]), + ("VULNERABUILITI", &["vulnerability"]), + ("OCUPIES", &["occupies"]), + ("INERITED", &["inherited"]), + ("SNIPPENT", &["snippet"]), + ("CONNETATIONS", &["connotations"]), + ("HALLICUNATION", &["hallucination"]), + ("AUTOGENRATET", &["autogenerated"]), + ("ALGORITHS", &["algorithms"]), + ("SINCERLEY", &["sincerely"]), + ("ABSURDY", &["absurdly"]), + ("CIVILAZATIONS", &["civilizations"]), + ("LIMIATIONS", &["limitations"]), + ("LOLLIPOOP", &["lollipop"]), + ("UNDESRTAND", &["understands"]), + ("WRITET", &["writes"]), + ("ECHOSYSTEM", &["ecosystem"]), + ("ALMIGHTLY", &["almighty"]), + ("FORWARDIG", &["forwarding"]), + ("COMPOUNT", &["compound"]), + ("SPALTOON", &["splatoon"]), + ("CLAIRFY", &["clarify"]), + ("SUTABLE", &["suitable", "stable"]), + ("ORIENTIED", &["oriented"]), + ("PLEHTORA", &["plethora"]), + ("SUCSEPTIBLE", &["susceptible"]), + ("COMMONWEATLH", &["commonwealth"]), + ("TILDA", &["tilde"]), + ("INEFFICENT", &["inefficient"]), + ("SCOURCE", &["source", "scouse"]), + ("WHA", &["what"]), + ("HURRIKANES", &["hurricanes"]), + ("INTRISINC", &["intrinsic"]), + ("ALLCOATE", &["allocate"]), + ("SAGITARIUS", &["sagittarius"]), + ("IMMENSLEY", &["immensely"]), + ("PROTASTANT", &["protestant"]), + ("VLAUES", &["values"]), + ("INDEPENTLY", &["independently"]), + ("STARTSUP", &["startups"]), + ("SHANGES", &["changes"]), + ("ASSOSIATIONS", &["associations"]), + ("LISING", &["listing"]), + ("RESPONSIBILITYS", &["responsibilities"]), + ("BEACUSE", &["because"]), + ("MATTERSS", &["mattress"]), + ("EXNTERNALITIES", &["externalities"]), + ("WIREFRAMW", &["wireframe"]), + ("FRONKENSTEIN", &["frankenstein"]), + ("APPRORPRIATELY", &["appropriately"]), + ("MANNERISIMS", &["mannerisms"]), + ("INTERAKTION", &["interaction"]), + ("SCARIFICING", &["sacrificing"]), + ("EXECUETD", &["executed"]), + ("RESROUCES", &["resources"]), + ("EXPLCITLY", &["explicitly"]), + ("SEROUNDED", &["surrounded"]), + ("DISASSOCATION", &["disassociation"]), + ("DESINGING", &["designing"]), + ("BARBARAIN", &["barbarian"]), + ("CONSIDERATIN", &["considerations"]), + ("COSIDERED", &["considered"]), + ("CHUNED", &["chunked"]), + ("REMINISCENSE", &["reminiscence"]), + ("ASTERSISKS", &["asterisks"]), + ("INFROMATION", &["information"]), + ("DISMENTLED", &["dismantled"]), + ("INITALIZES", &["initializes"]), + ("TYIES", &["tries"]), + ("ANME", &["name", "anime"]), + ("ENTERPRENEUR", &["entrepreneurs"]), + ("WQS", &["was"]), + ("SUPORTTED", &["supported"]), + ("PARIALLY", &["partially"]), + ("LABLING", &["labeling"]), + ("EXAMPLIFIES", &["exemplifies"]), + ("TECTURE", &["texture"]), + ("AROGANT", &["arrogant"]), + ("FAMLY", &["family"]), + ("COMNMAND", &["command"]), + ("PERFORMENCE", &["performance"]), + ("ACCELERATEOR", &["accelerator"]), + ("COMPLIMENARY", &["complimentary"]), + ("PREAMLE", &["preamble"]), + ("NOTFICATIONS", &["notifications"]), + ("CAPABILLITIES", &["capabilities"]), + ("MOTHERBORADS", &["motherboards"]), + ("THSNKFULLY", &["thankfully"]), + ("EXACTY", &["exactly"]), + ("COMLAINER", &["complainer"]), + ("TEMPRORARLY", &["temporarily"]), + ("CALCULTED", &["calculated"]), + ("PRETECTING", &["protecting"]), + ("SANDOBX", &["sandbox"]), + ("DISOVERED", &["discovered"]), + ("FOLLWWINWG", &["following"]), + ("ACCCOUNT", &["account"]), + ("DISSOBEDIENCE", &["disobedience"]), + ("SPEFICILLICS", &["specifics"]), + ("PUPULATED", &["populated"]), + ("DOPMAINE", &["dopamine"]), + ("PASSSWORD", &["password"]), + ("SUBSTRACTION", &["subtraction"]), + ("MISOGYNT", &["misogynist"]), + ("ACCESORS", &["accessors"]), + ("NAMAED", &["named"]), + ("INVENTRY", &["inventory"]), + ("PROOCOLS", &["protocols"]), + ("TETRAHEDRANS", &["tetrahedrons"]), + ("OBERVATIONS", &["observations"]), + ("DEPARTEMENT", &["department"]), + ("ROIGINATING", &["originating"]), + ("EXISITENT", &["existent"]), + ("DNYMAIC", &["dynamic"]), + ("ANNONOMUS", &["anonymous"]), + ("INSUE", &["ensue", "insure"]), + ("ANUALLY", &["annually"]), + ("MANTATORY", &["mandatory"]), + ("MOLESTATO", &["molestation"]), + ("FLITERS", &["filters"]), + ("INFILITRATED", &["infiltrated"]), + ("CONTAINNER", &["container"]), + ("TROPEDO", &["torpedo"]), + ("CONFIDENTALLY", &["confidentially"]), + ("FAMLILIES", &["families"]), + ("RESCEDULE", &["reschedule"]), + ("INSOMINA", &["insomnia"]), + ("ELECRTON", &["electron"]), + ("MORNNG", &["morning"]), + ("DEDECTION", &["detection", "deduction"]), + ("DIALOGE", &["dialogue", "dialog"]), + ("GLOBEL", &["global"]), + ("MYSTROWS", &["maestros"]), + ("SEPEARTORS", &["separators"]), + ("BRAKPOINT", &["breakpoint"]), + ("UNEXPCTEDLY", &["unexpectedly"]), + ("MISTATCHING", &["mismatching"]), + ("DEFENDRS", &["defends"]), + ("DISCONECCTION", &["disconnection"]), + ("WORKARROUND", &["workaround"]), + ("CERMAIC", &["ceramic"]), + ("PRONUNCE", &["pronounce"]), + ("DIOLOG", &["dialog"]), + ("LINCESE", &["license"]), + ("TRANSPARARENT", &["transparent"]), + ("GUARENTIED", &["guaranteed"]), + ("BISTREAM", &["bitstream"]), + ("ANSESTOR", &["ancestor"]), + ("SHEPPERDED", &["shepherded"]), + ("ENUMRATE", &["enumerate"]), + ("COMMUNITCATIONS", &["communications"]), + ("ASTERICK", &["asterisk"]), + ("DEPENDENCIE", &["dependence", "dependency"]), + ("OUTRAGEROUS", &["outrageous"]), + ("TECHNOLOGICALY", &["technologically"]), + ("DEGENRATED", &["degenerated"]), + ("HEXIDECIMAL", &["hexadecimal"]), + ("IMPROVISERAD", &["improvised"]), + ("OBJECCTS", &["objects"]), + ("UNCONSCOUS", &["unconscious"]), + ("THROTTE", &["throttle", "trot"]), + ("SACRIFIZES", &["sacrifices"]), + ("BRISTOOL", &["bristol"]), + ("INCOMPATABILITIES", &["incompatibilities"]), + ("STRENGHTENS", &["strengthen"]), + ("OPPORTUNTIES", &["opportunities"]), + ("ANOXERIC", &["anorexic"]), + ("METAPHYICS", &["metaphysics"]), + ("AACHE", &["ache", "cache"]), + ("PERTICULARS", &["particulars"]), + ("PRINCESESS", &["princesses"]), + ("POWERPPC", &["powerpc"]), + ("EXPONENTIEL", &["exponential"]), + ("BENGHZAI", &["benghazi"]), + ("FOLLWOER", &["follower"]), + ("NASTLY", &["nasty"]), + ("ACKNOWLEDED", &["acknowledged"]), + ("PHILOSIPHICAL", &["philosophical"]), + ("INTTERUPTS", &["interrupts"]), + ("PNATHEON", &["pantheon"]), + ("WITHIH", &["within"]), + ("TOUBLING", &["troubling"]), + ("MONSTRASITY", &["monstrosity"]), + ("AZMITHS", &["azimuths"]), + ("ORGANISKE", &["organise"]), + ("NULABLE", &["nullable"]), + ("EMISSED", &["amassed", "amiss"]), + ("NOTMALIZED", &["normalized"]), + ("MIDIFELD", &["midfield"]), + ("SUBSTITURE", &["substitute"]), + ("DISASEMBLER", &["disassembler"]), + ("REMIANING", &["remaining"]), + ("CHANCNEL", &["channel", "cancel"]), + ("FAUTURE", &["feature"]), + ("INTERGATED", &["integrated"]), + ("PROPROGATING", &["propagating"]), + ("EXCEDES", &["exceeds"]), + ("POITED", &["pointed"]), + ("DEPENEDECY", &["dependency"]), + ("FORGETTTING", &["forgetting"]), + ("RETURS", &["returns"]), + ("DISLPAYING", &["displaying"]), + ("TRANSYLMANIA", &["transylvania"]), + ("ACCURACCY", &["accuracy"]), + ("SIMLUATE", &["simulate"]), + ("REGARTED", &["regarded"]), + ("UITE", &["suite", "unite"]), + ("ALGERBA", &["algebra"]), + ("SYSYEM", &["system"]), + ("CAHARCTER", &["character"]), + ("UNCORRECTLY", &["incorrectly"]), + ("PROPECHY", &["prophecy"]), + ("CONFEDERCY", &["confederacy"]), + ("CONTUINITY", &["continuity"]), + ("LACKERS", &["lacquers"]), + ("AUCTIONERS", &["auctions"]), + ("POSATIVES", &["positives"]), + ("OCCUPATO", &["occupation"]), + ("NEIGHBOS", &["neighbors"]), + ("OPPORTUNTIY", &["opportunity"]), + ("SOURCT", &["source"]), + ("XINITIAZLIZE", &["xinitialize"]), + ("LOKALES", &["locales"]), + ("PACKEGE", &["package"]), + ("THOROUGHTY", &["thoroughly"]), + ("SOPHICATED", &["sophisticated"]), + ("INDEPENTENT", &["independent"]), + ("CLAIRTY", &["clarity"]), + ("CONGIGURE", &["configure"]), + ("FARENHEIGHT", &["fahrenheit"]), + ("REULTING", &["resulting"]), + ("CYRSTALLIZE", &["crystallize"]), + ("CNVERSATION", &["conversation"]), + ("SROLLBAR", &["scrollbar"]), + ("INEVETABLE", &["inevitable"]), + ("NEIGHBEARDS", &["neighborhoods"]), + ("CONFGIURED", &["configured"]), + ("MESSEGES", &["messages"]), + ("MIRCOPHONES", &["microphones"]), + ("MEATBALLERS", &["meatballs"]), + ("TRINIY", &["trinity"]), + ("REFINMENET", &["refinement"]), + ("COMBINATORICAL", &["combinatorial"]), + ("APOLLSTREE", &["upholstery"]), + ("LIKEBALE", &["likeable"]), + ("PLAFORMS", &["platforms"]), + ("COMMODITITES", &["commodities"]), + ("ETHERNAL", &["eternal"]), + ("EMMITED", &["emitted"]), + ("RENEWABELS", &["renewables"]), + ("SENAPHORE", &["semaphore"]), + ("BATTLEFONT", &["battlefront"]), + ("BULIDING", &["building"]), + ("TRASPOSITION", &["transposition"]), + ("ELPHANT", &["elephant"]), + ("TEATOTLERS", &["teetotalers"]), + ("FILSYSTEMS", &["filesystems"]), + ("PATRIOTES", &["patriots"]), + ("UNKOWN", &["unknown"]), + ("PREINITALIZES", &["preinitializes"]), + ("PROVICATIVE", &["provocative"]), + ("SITAUTION", &["situation"]), + ("SEEGED", &["sieged"]), + ("NERVOUSE", &["nervous"]), + ("YEASTERDAY", &["yesterday"]), + ("FROSAKEN", &["forsaken"]), + ( + "NARL", + &[ + "earl", "farl", "gnarl", "marl", "nail", "nark", "nary", "snarl", + ], + ), + ("VALKYIRE", &["valkyrie"]), + ("COPYRIGHED", &["copyrighted"]), + ("INTERMIDEATE", &["intermediate"]), + ("SPEACH", &["speech"]), + ("GUARRANTYD", &["guaranteed"]), + ("PRECENDECE", &["precedence"]), + ("UNBOUNED", &["unbounded"]), + ("ETENDER", &["extender", "attender"]), + ("ACCUMULE", &["accumulate"]), + ("HORZIONTAL", &["horizontal"]), + ("JURNALED", &["journaled"]), + ("APPROOXIMATION", &["approximation"]), + ("ROUNDINF", &["rounding"]), + ("DISASTRUOUS", &["disastrous"]), + ("HANDLEBARDS", &["handlebars"]), + ("EXACUTABLE", &["executable"]), + ("BRAEVRY", &["bravery"]), + ("HOUSAND", &["thousand"]), + ("DESGINATIONS", &["destinations"]), + ("REFECTORING", &["refactoring"]), + ("APPROCHES", &["approaches"]), + ("MONTARAN", &["montana"]), + ("SUCCES", &["success"]), + ("PORSHAN", &["portion"]), + ("CALLIBRATION", &["calibration"]), + ("DIETIES", &["deities"]), + ("HYPEVISOR", &["hypervisor"]), + ("SPECALIZATION", &["specialization"]), + ("DCOKING", &["docking"]), + ("OIGINAL", &["original"]), + ("ANONMYOUSLY", &["anonymously"]), + ("SUPERSTITIOS", &["superstitious"]), + ("COMPLIANTS", &["complaints"]), + ("ENTHAPLY", &["enthalpy"]), + ("ATTRRIBUTES", &["attributes"]), + ("COMPLECTIONS", &["completions"]), + ("DEFACATION", &["defamation"]), + ("PREPETUATED", &["perpetuated"]), + ("NECESSIATED", &["necessitated"]), + ("SUBTERRANIAN", &["subterranean"]), + ("UNNECESSARELY", &["unnecessarily"]), + ("SEEMLESSLY", &["seamlessly"]), + ("CONSTRUCTER", &["constructor"]), + ("MODIFING", &["modifying"]), + ("SHOUOD", &["should"]), + ("VOICEMAL", &["voicemail"]), + ("UNFORTUNANTLY", &["unfortunately"]), + ("EVALUATATED", &["evaluated"]), + ("IMPOROVE", &["improve"]), + ("MODEUL", &["module"]), + ("UPSRTEAMING", &["upstreaming"]), + ("SINTAKTS", &["syntax"]), + ("DICTATORHIP", &["dictatorship"]), + ("RESPONSIBILTIES", &["responsibilities"]), + ("ENTOXICATION", &["intoxication"]), + ("STRIPPEN", &["stripped"]), + ("INDOCRTINATION", &["indoctrination"]), + ("EXCLAMACION", &["exclamation"]), + ("DISTIRBUTE", &["distribute"]), + ("DESCIONS", &["decisions"]), + ("NUTRICIONAL", &["nutritional"]), + ("AUTHRORITIES", &["authorities"]), + ("ACTIVY", &["activity"]), + ("DESGIN", &["design"]), + ("POLGONS", &["polygons"]), + ("ADOLENCE", &["adolescent"]), + ("APPRIPRIATE", &["appropriate"]), + ("CLUTHCING", &["clutching"]), + ("SKILLSOFTS", &["skillshots"]), + ("DEPRICATES", &["deprecates"]), + ("SPEFICITICATION", &["specification"]), + ("CALBIRATING", &["calibrating"]), + ("CENGTER", &["center"]), + ("CONROL", &["control"]), + ("MEXCIAN", &["mexican"]), + ("EXECTUION", &["execution"]), + ("HARDWDARE", &["hardware"]), + ("INCENTIVEISE", &["incentives"]), + ("FIGURATEVELY", &["figuratively"]), + ("DEPENDENTA", &["dependent"]), + ("FINALLIZES", &["finalizes"]), + ("ASSIGNANLE", &["assignable"]), + ("UNCONVENSIONAL", &["unconventional"]), + ("SITUTATION", &["situation"]), + ("ALGINMENTS", &["alignments"]), + ("NEGOATIATION", &["negotiation"]), + ("EXCEPCIONAL", &["exceptional"]), + ("ARTICULE", &["articulate"]), + ("UNGREATFUL", &["ungrateful"]), + ("VALIDTED", &["validated"]), + ("APPECIATE", &["appreciate"]), + ("BERSKERER", &["berserker"]), + ("IMMORTALLS", &["immortals"]), + ("VENYET", &["vignette"]), + ("AMBULENCE", &["ambulance"]), + ("FUNCSIONS", &["functions"]), + ("WAVELEGNTHS", &["wavelength"]), + ("EXPEDIATED", &["expedited"]), + ("CATPTURE", &["capture"]), + ("LASO", &["also", "lasso"]), + ("EXPRRESSION", &["expression"]), + ("CONFIDANTIAL", &["confidential"]), + ("INTERPRETATIONEN", &["interpretations"]), + ("CONSTRUCTTED", &["constructed"]), + ("FACTUALY", &["factually"]), + ("LEGITIMICY", &["legitimacy"]), + ("CLOISONAY", &["cloisonné"]), + ("COMMNANDLINE", &["commandline"]), + ("ALGORIHM", &["algorithm"]), + ("REQIRE", &["require"]), + ("LENGHTS", &["lengths"]), + ("CALLBAK", &["callback"]), + ("WORKPSACE", &["workspace"]), + ("SEXAULIZED", &["sexualized"]), + ("CERCUMSTANTIAL", &["circumstantial"]), + ("ARACNID", &["arachnid"]), + ("FINGERPINTS", &["fingerprints", "fingertips"]), + ("ANTHROPOLGY", &["anthropology"]), + ("JELOUS", &["jealous"]), + ("AVGERAGE", &["average"]), + ("BEHAVIES", &["behaves"]), + ("FWE", &["few"]), + ("SCIRPTS", &["scripts"]), + ("COLLEGAUE", &["colleague"]), + ("STARATION", &["starvation"]), + ("BUMPTING", &["bumping"]), + ("PRODEED", &["proceed"]), + ("OPTIOIN", &["option"]), + ("HOMEOPOTHY", &["homeopathy"]), + ("PITCHFORKES", &["pitchforks"]), + ("CHANNAEL", &["channel"]), + ("MONOLITICH", &["monolithic"]), + ("ORGINISATION", &["organisation"]), + ("OVERCOMPANSATIONS", &["overcompensations"]), + ("EXTERBAL", &["external"]), + ("MECHANISMN", &["mechanism"]), + ("PERDICTION", &["prediction"]), + ("DISAPLINE", &["discipline"]), + ("VOCIEMAIL", &["voicemail"]), + ("DISSCONNECTS", &["disconnects"]), + ("CORRELASION", &["correlation"]), + ("HANNGING", &["hanging"]), + ("DEMANED", &["demand", "demeaned"]), + ("VISUALIZAITON", &["visualization"]), + ("PERFOMRATIVE", &["performative"]), + ("QUALIFICAITON", &["qualifications"]), + ("NOTIFICIATIONS", &["notifications"]), + ("STRUGGEL", &["struggle"]), + ("TOLENS", &["tokens"]), + ("REALIABLE", &["reliable"]), + ("DIPOSABLE", &["disposable"]), + ("POSITIONNAL", &["positional"]), + ("ALLOCATON", &["allocation"]), + ("DEPRECAT", &["deprecated", "deprecate"]), + ("UPLODAD", &["upload", "uploaded"]), + ("DESPERETLY", &["desperately"]), + ("MILLISOCONDS", &["milliseconds"]), + ("DIAGNOSIED", &["diagnose"]), + ("ANTYHING", &["anything"]), + ("NAERLY", &["nearly", "gnarly"]), + ("BUNDELS", &["bundles"]), + ("IBUPROFINE", &["ibuprofen"]), + ("MANUFACTORING", &["manufacturing"]), + ("CORRESPONTENT", &["correspondent"]), + ("PROFFESION", &["profession"]), + ("YIELEDED", &["yielded"]), + ("SUPRIOUSLY", &["spuriously"]), + ("RESMEBLES", &["resembles"]), + ("REPUBIC", &["republic"]), + ("REARRANMENT", &["rearrangement"]), + ("BACKOUND", &["background"]), + ("FUNCTIONALY", &["functionally", "functionality"]), + ("ANPATHEATER", &["amphitheater"]), + ("VIRTIOL", &["vitriol"]), + ("DESENTITIZED", &["desensitized"]), + ("BRILIANT", &["brilliant"]), + ("DICRIMINATOR", &["discriminator"]), + ("PROGRASTINATION", &["procrastination"]), + ("IDEOLOUGES", &["ideologies"]), + ("ELIMANATES", &["eliminates"]), + ("HERUCLES", &["hercules"]), + ("POITND", &["pointed"]), + ("ULTERATIONS", &["alterations"]), + ("UNSTALLES", &["installs", "uninstalls"]), + ("MAINTINAING", &["maintaining"]), + ("AJUST", &["adjust"]), + ("UNDESITABLE", &["undesirable"]), + ("PALESITNIANS", &["palestinians"]), + ("DETRMINING", &["determining"]), + ("FUNCIOTNS", &["functions"]), + ("MACINTHOSH", &["macintosh"]), + ("LOGILE", &["logfile"]), + ("VOLUMNE", &["volume"]), + ("GLODFISH", &["goldfish"]), + ("FORFIET", &["forfeit"]), + ("FOLLEWIND", &["following"]), + ("ENVRIONS", &["environs"]), + ("ALIGNMENET", &["alignment"]), + ("SYCLICAL", &["cyclical", "physical"]), + ("SOCIALIZARE", &["socialize"]), + ("CURNELS", &["colonels"]), + ("LANDSCAPS", &["landscapes"]), + ("COMPLETENT", &["complement"]), + ("HEAVILLY", &["heavily"]), + ("CYLIDNER", &["cylinder"]), + ("INTERMISSON", &["intermission"]), + ("PITCHFORKERS", &["pitchforks"]), + ("ABSTRACCION", &["abstraction"]), + ("INTRODUCERAS", &["introduces"]), + ("EXTREAMLY", &["extremely"]), + ("AGRICULTUAL", &["agricultural"]), + ("DEVIC", &["device"]), + ("EXPLANETARY", &["explanatory"]), + ("REALTIVE", &["relative", "reactive"]), + ("ASSOCIEATED", &["associated"]), + ("INCREMENTARLA", &["incremental"]), + ("SUBTABELS", &["subtables"]), + ("SORROUNDED", &["surrounded"]), + ("TITANIM", &["titanium"]), + ("EQUIVOLENCE", &["equivalence"]), + ("MATIRX", &["matrix"]), + ("CAHACTERS", &["characters"]), + ("ADIVSORS", &["advisors"]), + ("UNCOMPRSS", &["uncompress"]), + ("DIFFENRENCE", &["difference"]), + ("BOSTOM", &["boston", "bottom"]), + ("COMBINTAIONS", &["combinations"]), + ("DISTIBUTED", &["distributed"]), + ("NUTRUTIOUS", &["nutritious"]), + ("UNCOMENTED", &["uncommented"]), + ("TEMPORALY", &["temporary", "temporarily", "temporally"]), + ("AOTOMATICALL", &["automatically"]), + ("APPORACHING", &["approaching"]), + ("MISLABALED", &["mislabeled"]), + ("STANDARADIZED", &["standardized"]), + ("ARRESTES", &["arrests"]), + ("DEATIVATES", &["deactivates"]), + ("ETABLISH", &["establish"]), + ("SUBCONSICOUSLY", &["subconsciously"]), + ("PRECONDTIONERS", &["preconditioners"]), + ("JOURNALISITIC", &["journalistic"]), + ("AVDISORY", &["advisory"]), + ("ALTERACION", &["alteration"]), + ("SIGNIFICATLY", &["significantly"]), + ("MENI", &["menu"]), + ("PTHERAD", &["pthread"]), + ("CHAECKED", &["checked"]), + ("DEFFINITION", &["definition"]), + ("DESCRIPRIPTORS", &["descriptors"]), + ("KONTAMINATION", &["contamination"]), + ("ENTREPREUNERS", &["entrepreneurs"]), + ("APPOPRIATE", &["appropriate"]), + ("TOLERENT", &["tolerant"]), + ("UNDERYLING", &["underlying"]), + ("CONTAINN", &["contain"]), + ("SUGGET", &["suggest"]), + ("WARPPER", &["warper", "wrapper"]), + ("EXPRESSCOIN", &["expression"]), + ("PORGRAMME", &["programme"]), + ("PENDIG", &["pending"]), + ("EQUIPED", &["equipped"]), + ("INES", &["lines"]), + ("ARBTRARY", &["arbitrary"]), + ("SITUAIONS", &["situations"]), + ("WINTHIN", &["within"]), + ("PERFOEMAMCES", &["performances"]), + ("TRANSPRTS", &["transports"]), + ("MASTURBARE", &["masturbate"]), + ("METROPOLITEN", &["metropolitan"]), + ("HTMP", &["html"]), + ("STUDING", &["studying"]), + ("MODIFLERS", &["modifiers"]), + ("PERFORMANTES", &["performances"]), + ("SUPPROTED", &["supported"]), + ("PRESCRIPCION", &["prescription"]), + ("GEOORGIA", &["georgia"]), + ("EXTURD", &["extrude"]), + ("ASSEMBLEING", &["assembling"]), + ("PERMMISSIONS", &["permissions"]), + ("ENCOMAPSSES", &["encompasses"]), + ("DUTING", &["during"]), + ("ILLUMINI", &["illuminati"]), + ("PORNAGRAPHY", &["pornography"]), + ("PREVEND", &["prevent"]), + ("OVERSIMPLIFICAITON", &["oversimplification"]), + ("VIEWPIONT", &["viewpoint"]), + ("PASCHURIZING", &["pasteurizing"]), + ("AUTORITATIVE", &["authoritative"]), + ("APPROACHS", &["approaches"]), + ("REMOVEFROMAT", &["removeformat"]), + ("INITALIZATIONS", &["initializations"]), + ("COALLESCES", &["coalesces"]), + ("PROCEDINGS", &["proceedings"]), + ("FROINTER", &["frontier"]), + ("PREJUCIDE", &["prejudice"]), + ("EVLUATES", &["evaluates"]), + ("CAPABIILITIES", &["capabilities"]), + ("TELEPROTING", &["teleporting"]), + ("ARHIVE", &["archive"]), + ("SPINDELS", &["spindles"]), + ("CONERVATIVE", &["conservative"]), + ("AGGROVATING", &["aggravating"]), + ("DOUBLETQUOTE", &["doublequote"]), + ("ATTIRUBTE", &["attribute"]), + ("ADDRES", &["address"]), + ("POSTITON", &["position"]), + ("SENSATIONALIZM", &["sensationalism"]), + ("APPALUSE", &["applause"]), + ("REVRIEVERS", &["retrievers"]), + ("MOSITURIZER", &["moisturizer"]), + ("DENTERING", &["centering"]), + ("EXPEXTEDLY", &["expectedly"]), + ("GUARNANTY", &["guaranty"]), + ("AVAILIBILITIES", &["availabilities"]), + ("REAONS", &["reasons"]), + ("DEBUGGGED", &["debugged"]), + ("OVERSHADDOW", &["overshadowed"]), + ("DESCRIPTOINS", &["descriptions"]), + ("MAYLASIA", &["malaysia"]), + ("CONSITING", &["consisting"]), + ("INTERFERIRE", &["interfere"]), + ("MEIXCANS", &["mexicans"]), + ("POLYLON", &["polygon", "pylon"]), + ("DISADVANTEGES", &["disadvantages"]), + ("FRANCHIE", &["franchises"]), + ("CONFIDENTAIL", &["confidential"]), + ("INCONSIQUENTIAL", &["inconsequential"]), + ("UNDERSTANND", &["understands"]), + ("MALYASIA", &["malaysia"]), + ("OBSSESIVE", &["obsessive"]), + ("MEASSUREMENT", &["measurement"]), + ("BEERER", &["bearer"]), + ("CONTRIDICTORY", &["contradictory"]), + ("ALAISING", &["aliasing"]), + ("ISREALI", &["israeli"]), + ("ASSASSIANTE", &["assassinate"]), + ("INTELLEGENTLY", &["intelligently"]), + ("LINESS", &["lines"]), + ("REPERSENTATIONS", &["representations"]), + ("SPAWING", &["spawning"]), + ("ERAISED", &["erased"]), + ("CHNANGE", &["change"]), + ("CONNECTIONA", &["connection"]), + ("EXCHENGE", &["exchange"]), + ("CONTREDICT", &["contradict"]), + ("DISPALCEMENTS", &["displacements"]), + ("CHEKCER", &["checker"]), + ("SERVECE", &["service"]), + ("IMBALANACES", &["imbalances"]), + ("SYMANTIC", &["semantic"]), + ("REGITRATION", &["registration"]), + ("EMABLED", &["enabled"]), + ("RESPONDENDO", &["responded"]), + ("EARNT", &["earned"]), + ("DEDECTED", &["detected", "deducted"]), + ("LSIP", &["lisp"]), + ("RENEGOTATIONS", &["renegotiations"]), + ("INSTURMENT", &["instrument"]), + ("TOLLERANCE", &["tolerance"]), + ("LEMOSINES", &["limousines"]), + ("EMBARRISSING", &["embarrassing"]), + ("EMAPTHIZE", &["empathize"]), + ("ARCHVING", &["archiving"]), + ("INCREMENET", &["increment"]), + ("BESEIGED", &["besieged"]), + ("IMMADIATLY", &["immediately"]), + ("SEPEARTED", &["separated"]), + ("SCTRIPTED", &["scripted"]), + ("MOSQUITERS", &["mosquitoes"]), + ("BLOCKIN", &["blocking"]), + ("CUMBURSOME", &["cumbersome"]), + ("DECOMPRES", &["decompress"]), + ("PERIWINKE", &["periwinkle"]), + ("RESSEMBLENCE", &["resemblance"]), + ("SUBTRACTSS", &["subtracts"]), + ("ADDJUSTED", &["adjusted"]), + ("CHEERLEEDER", &["cheerleader"]), + ("MOENY", &["money"]), + ("JUDGEMENAL", &["judgemental"]), + ("NIPTICKING", &["nitpicking"]), + ("INITITIAL", &["initial"]), + ("TAWIANESE", &["taiwanese"]), + ("SERIALIALISES", &["serialises"]), + ("ILUSTRATED", &["illustrated"]), + ("GANKIGN", &["ganking"]), + ("IDENTIFICAITON", &["identification"]), + ("HISTGRAM", &["histogram"]), + ("NEUROSCEINCE", &["neuroscience"]), + ("ENSUERS", &["ensures"]), + ("INTEPRETOR", &["interpreter"]), + ("VUNRABLE", &["vulnerable"]), + ("AVAILAVBLE", &["available"]), + ("DECIDATED", &["dedicated"]), + ("EGYPTAINS", &["egyptians"]), + ("TURNNING", &["turning"]), + ("KMOW", &["know"]), + ("LANUCH", &["launch"]), + ("PROCUDURES", &["procedures"]), + ("MANIFESTATING", &["manifestation"]), + ("CATGEORY", &["category"]), + ("DINSOAUR", &["dinosaur"]), + ("ONBAORD", &["onboard"]), + ("SUBDIRETORIES", &["subdirectories"]), + ("UNSOLOCITED", &["unsolicited"]), + ("SACRILEGEOUS", &["sacrilegious"]), + ("BURISER", &["bruiser"]), + ("VULERNABILITY", &["vulnerability"]), + ("CONTAIND", &["contained"]), + ("MULITATED", &["mutilated"]), + ("INITAILISES", &["initialises"]), + ("POPOLATING", &["populating"]), + ("PICLKING", &["pickling"]), + ("COLLASPING", &["collapsing"]), + ("RECUSRION", &["recursion"]), + ("ELECTRITIAN", &["electrician"]), + ("ECZECUTING", &["executing"]), + ("DIMENSIONAILITY", &["dimensionality"]), + ("EMLATION", &["emulation"]), + ("CANCELLS", &["cancels"]), + ("FIREFIGTHER", &["firefighters"]), + ("INFRASTRUCTUUR", &["infrastructure"]), + ("DETINATIONS", &["destinations"]), + ("REPARAMTERISE", &["reparameterise"]), + ("PROCEDUREAL", &["procedural"]), + ("SWALLOED", &["swallowed"]), + ("AUTHENTICIY", &["authenticity"]), + ("ARTICELS", &["articles"]), + ("IMFORMATION", &["information"]), + ("ANAYLZING", &["analyzing"]), + ("COMAPRISON", &["comparison"]), + ("ODLY", &["oddly"]), + ("LITERATIVE", &["literate"]), + ("LOADIG", &["loading"]), + ("PRECIDING", &["preceding", "presiding"]), + ("GOIGN", &["going"]), + ("CONSERVATIBE", &["conservative"]), + ("GOODLCUK", &["goodluck"]), + ("CHERCKING", &["checking"]), + ("SYPMATHETIC", &["sympathetic"]), + ("DEFINATLELY", &["definitely"]), + ("COEXHISTED", &["coexisted"]), + ("CONSISTENTY", &["consistently"]), + ("DRIBBELD", &["dribbled"]), + ("CULIMINATING", &["culminating"]), + ("INEVTIABLE", &["inevitable"]), + ("PURPOTEDLY", &["purportedly"]), + ("INFILTRATIE", &["infiltrate"]), + ("UNTRUSTWORTY", &["untrustworthy"]), + ("LITHUNAIA", &["lithuania"]), + ("ALLOCAITION", &["allocation"]), + ("MONOCHOROME", &["monochrome"]), + ("ACCOMPLISHEMNT", &["accomplishment"]), + ("TERRITORRIAL", &["territorial"]), + ("UPLAODED", &["uploaded"]), + ("NEGLICABLE", &["negligible"]), + ("ARCHINES", &["archives"]), + ("PSYCHEDELICIOUS", &["psychedelics"]), + ("OTATE", &["notate", "rotate"]), + ("CLAS", &["class"]), + ("CIPERTEXT", &["ciphertext"]), + ("INACCRUATE", &["inaccurate"]), + ("INFILTRAR", &["infiltrator"]), + ("HOMOPHIBIC", &["homophobic"]), + ("STANDARDD", &["standard"]), + ("WRIET", &["write"]), + ("CONSTRAST", &["contrast"]), + ("ASSITED", &["assisted"]), + ("NEGOSIATE", &["negotiate"]), + ("UNCONVECTIONAL", &["unconventional"]), + ("BREATING", &["beating", "breathing"]), + ("REFRERENCED", &["referenced"]), + ("EFFICTIVENESS", &["effectiveness"]), + ("REQUILME", &["requiem"]), + ("EXPERIMANENTED", &["experimented"]), + ("EMPIRACALLY", &["empirically"]), + ("FRANCHIZES", &["franchises"]), + ("CANYE", &["canaille"]), + ("MONTAEG", &["montage"]), + ("SYNTESIZED", &["synthesized"]), + ("SPEICES", &["species"]), + ("CIVILEZATION", &["civilization"]), + ("EXPERIMANENTEL", &["experimental"]), + ("SYSTESM", &["systems"]), + ("KIBUTZIM", &["kibbutzim"]), + ("CREATIONST", &["creationist"]), + ("SROT", &["sort"]), + ("HYPTER", &["hyper"]), + ("FACILITAIT", &["facilitate"]), + ("STRENGTHN", &["strengthen"]), + ("GOVERANCE", &["governance"]), + ("VACINATE", &["vaccinate"]), + ("APPORPRIATE", &["appropriate"]), + ("DEDIKATION", &["dedication"]), + ("CURRENY", &["currency"]), + ("PARASTICS", &["parasitics"]), + ("ATLANTC", &["atlantic"]), + ("NATIONSL", &["nationals"]), + ("APPRAOCHABLE", &["approachable"]), + ("PERFOEMANCE", &["performance"]), + ("ANNONCING", &["announcing"]), + ("PROVINE", &["province"]), + ("REPLECATED", &["replicated"]), + ("BALCONNY", &["balcony"]), + ("PROJECTD", &["projected"]), + ("WIL", &["will", "well"]), + ("REINITALISED", &["reinitialised"]), + ("COORDINACION", &["coordination"]), + ("DICOTOMY", &["dichotomy"]), + ("UNUXPECTED", &["unexpected"]), + ("EARTHQUACKS", &["earthquakes"]), + ("LANNGUAGE", &["language"]), + ("SECURRLY", &["securely"]), + ("IMORTING", &["importing"]), + ("HERIDITY", &["heredity"]), + ("SYRAINS", &["syrians"]), + ("EXPLOTED", &["explode"]), + ("REUINON", &["reunion"]), + ("ASIGNING", &["assigning"]), + ("FUNCTIONLITY", &["functionality"]), + ("REASPONSE", &["response"]), + ("CALCULATAED", &["calculated"]), + ("CELLURAL", &["cellular"]), + ("BIOLIGICALLY", &["biologically"]), + ("NAGATIVE", &["negative"]), + ("ALMSOT", &["almost"]), + ("GUARUANTEEING", &["guaranteeing"]), + ("TECHNOLOGIAL", &["technological"]), + ("CONRRESPONDINGLY", &["correspondingly"]), + ("DESTKOPS", &["desktops"]), + ("ABUNDENCE", &["abundance"]), + ("PERMUATATE", &["permutate"]), + ("DISAPOINTING", &["disappointing"]), + ("MANUFACUTRED", &["manufacture"]), + ("MEDIPHORS", &["metaphors"]), + ("FOLLWOIWNG", &["following"]), + ("STATUSSES", &["statuses"]), + ("NAUGTHY", &["naughty"]), + ("UFFER", &["buffer"]), + ("PORPOSES", &["proposes", "purposes"]), + ("ASTERICKS", &["asterisk"]), + ("BUILINGS", &["buildings"]), + ("FORAMT", &["format"]), + ("BODYWEIGT", &["bodyweight"]), + ("BRAZILIONS", &["brazilians"]), + ("REGSISTER", &["register"]), + ("RECONCIDER", &["reconsider"]), + ("ITNERFACES", &["interfaces"]), + ("RECONSTUCTS", &["reconstructs"]), + ("PARAMETICS", &["paramedics"]), + ("DOUBTHED", &["doubted"]), + ("BEGINES", &["begins"]), + ("YOH", &["you"]), + ("SEVRALLY", &["severally"]), + ("BRUSIES", &["bruises"]), + ("SPELING", &["spelling"]), + ("VULBEARBUILITIES", &["vulnerabilities"]), + ("INJUSTIE", &["injustices"]), + ("CONOTROLED", &["controlled"]), + ("POPULATIVE", &["populate"]), + ("HISPANICUS", &["hispanics"]), + ("MISCARRIGE", &["miscarriage"]), + ("INCREMEANTAL", &["incremental"]), + ("MONSTORUS", &["monstrous"]), + ("MISREPRESENTAION", &["misrepresentation"]), + ("ESPOINAGE", &["espionage"]), + ("PROCEEDURE", &["procedure"]), + ("ALTERNATIVLY", &["alternatively"]), + ("CONTENST", &["contents"]), + ("EFFECTIVELLY", &["effectively"]), + ("INCONVENINCE", &["inconvenience"]), + ("MODIFYER", &["modifier"]), + ("PRIMATIVELY", &["primitively"]), + ("IGZORTING", &["exhorting"]), + ("POJRECTED", &["projected"]), + ("REPPOSITORY", &["repository"]), + ("MITICATES", &["mitigates"]), + ("CIRITCS", &["critics"]), + ("INTOXICACION", &["intoxication"]), + ("PHYSCIATRIST", &["psychiatrist"]), + ("STEALTHBOY", &["stealthy"]), + ("OGLIARCHY", &["oligarchy"]), + ("SCTIPTS", &["scripts"]), + ("RESTRUCTION", &["restriction"]), + ("DERMITOLOGIST", &["dermatologist"]), + ("TRASNFERED", &["transferred"]), + ("ELIMINATIN", &["elimination"]), + ("SETQUENTIAL", &["sequential"]), + ("ARMAGIDEON", &["armageddon"]), + ("NEIGHBEUTHOOD", &["neighbourhood"]), + ("NAVIGATORE", &["navigate"]), + ("INTERESING", &["interesting"]), + ("BUREAUCRATICS", &["bureaucrats"]), + ("REPLCACE", &["replace"]), + ("UNICORNIOS", &["unicorns"]), + ("PRODUCITONS", &["productions"]), + ("COMPENSE", &["compensate"]), + ("ACCESSOIREZ", &["accessorize", "accessories"]), + ("SKOOLED", &["schooled"]), + ("DEAMIGUATE", &["disambiguate"]), + ("AUTHETNTICATORS", &["authenticators"]), + ("SUSCEPTABLE", &["susceptible"]), + ("LESSTIFF", &["lesstif"]), + ("CROCODILULE", &["crocodile"]), + ("COLEEGES", &["colleagues"]), + ("INTQUIRY", &["inquiry"]), + ("ACUTALLY", &["actually"]), + ("ECPLICITLY", &["explicitly"]), + ("FOMATED", &["formatted"]), + ("POTENCIALS", &["potentials"]), + ("MISSIONAIRE", &["missionaries"]), + ("NOMINATIN", &["nomination"]), + ("GOVREMENT", &["government"]), + ("EBEDDED", &["embedded"]), + ("WINSDOR", &["windsor"]), + ("ROYLATIES", &["royalties"]), + ("FEATCH", &["fetch", "each"]), + ("COLLAQUIAL", &["colloquial"]), + ("HAPPANED", &["happened"]), + ("ATHOUGH", &["although"]), + ("DESKOPS", &["desktops"]), + ("CLUSTERM", &["cluster"]), + ("BOUNADING", &["bounding"]), + ("RETROACTIVELLY", &["retroactively"]), + ("UNRELEATED", &["unreleased", "unrelated"]), + ("IMPLIMENTATIONS", &["implementations"]), + ("HIGHLIGHS", &["highlights"]), + ("MONNTHS", &["months"]), + ("HUNGARIN", &["hungarian"]), + ("IDONS", &["icons"]), + ("CENSEQUENCE", &["consequence"]), + ("SPEFICERS", &["specifiers"]), + ("RECONNCTED", &["reconnected"]), + ("ALTERANTIVES", &["alternatives"]), + ("ATHIETS", &["atheist"]), + ("NEGOTIATIANS", &["negotiations"]), + ("DECORACION", &["decoration"]), + ("BEYONE", &["beyond"]), + ("SEPECIFICATION", &["specification"]), + ("ECILPSE", &["eclipse"]), + ("UNICH", &["unix"]), + ("EXPLITICTLY", &["explicitly"]), + ("POLOCY", &["policy"]), + ("BISINES", &["business"]), + ("URETRHA", &["urethra"]), + ("INTERMIDIERY", &["intermediary"]), + ("AUTHENCTICATORS", &["authenticators"]), + ("ACCIEDENTIAL", &["accidental"]), + ("TREWTHFUL", &["truthful"]), + ("HEADQUARER", &["headquarter"]), + ("DISCCONENCT", &["disconnect"]), + ("IDEALISITC", &["idealistic"]), + ("INSTUTUTED", &["instituted"]), + ("SMACKDWON", &["smackdown"]), + ("PERSONES", &["persons"]), + ("SENSABLY", &["sensibly"]), + ("NEWANCED", &["nuanced"]), + ("OVERCLOKED", &["overclocked"]), + ("CHANNGING", &["changing"]), + ("CONFEDARACY", &["confederacy"]), + ("DISGRASEFUL", &["disgraceful"]), + ("DISSIPATORE", &["dissipate"]), + ("TPYICALLY", &["typically"]), + ("PRODUKTION", &["production"]), + ("SWITHABLE", &["switchable"]), + ("ADATPER", &["adapter"]), + ("FROMATES", &["formats"]), + ("HELLIFRE", &["hellfire"]), + ("PROVDED", &["provided"]), + ("REVEIWING", &["reviewing"]), + ("CONFUGIRE", &["configure"]), + ("DEFAULAT", &["default"]), + ("REALLIZE", &["realize"]), + ("DISICPLINED", &["disciplined"]), + ("CONSITUTUENT", &["constituent"]), + ("ENCYCOLPEDIAS", &["encyclopedia"]), + ("EXTREMETIES", &["extremities"]), + ("TECHTICIAN", &["technician"]), + ("COLOERATION", &["coloration"]), + ("INDIVIDALS", &["individuals"]), + ("STATEMEMTS", &["statements"]), + ("CORRSPONDS", &["corresponds"]), + ("SCUPT", &["sculpt"]), + ("CHIMENY", &["chimney"]), + ("CJANGED", &["changed"]), + ("SYNCHRONUOUS", &["synchronous"]), + ("VERISONERS", &["versioners"]), + ("DEVIE", &["device", "divvy"]), + ("INDENTIT", &["identity"]), + ("TRIPPLE", &["triple"]), + ("OMIITTED", &["omitted"]), + ("PREXISTING", &["preexisting"]), + ("SCAVANGE", &["scavenge"]), + ("NEGOTITAE", &["negotiate"]), + ("RENEGOGTIATE", &["renegotiate"]), + ("PUBILSHER", &["publisher"]), + ("INTERRUPTORS", &["interrupts", "interrupters"]), + ("SPURRIOUS", &["spurious"]), + ("OBHECT", &["object"]), + ("SIMULATANEOUSLY", &["simultaneously"]), + ("HIGLIGHTING", &["highlighting"]), + ("ANAYLSISES", &["analysises"]), + ("ECIDIOUS", &["deciduous"]), + ("REPSAWN", &["respawn"]), + ("VILIGANT", &["vigilant"]), + ("PATRAIRCHY", &["patriarchy"]), + ("AUTHENRICATOR", &["authenticator"]), + ("METABLOIC", &["metabolic"]), + ("INDEXIG", &["indexing"]), + ("UNCOUSCIOUSLY", &["unconsciously"]), + ("SUGGESITON", &["suggestion"]), + ("CONVENIT", &["convenient"]), + ("COMMECTING", &["connecting"]), + ("CABABGE", &["cabbage"]), + ("INFALTES", &["inflates"]), + ("ASTETHICS", &["aesthetics"]), + ("REPULIC", &["republic"]), + ("AGRUMENTS", &["arguments"]), + ("EXPLANITORY", &["explanatory"]), + ("DEVICEC", &["device"]), + ("TRASPARENTLY", &["transparently"]), + ("FASICSTS", &["fascists"]), + ("REQUIRESS", &["requires"]), + ("REVISTS", &["revisits"]), + ( + "SUPERCALIFRAGILISTICEXPIALIDOCEOUS", + &["supercalifragilisticexpialidocious"], + ), + ("VARIENTS", &["variants"]), + ("PROSTEHTIC", &["prosthetic"]), + ("CIVILASATIONS", &["civilisations"]), + ("INTERPRERTER", &["interpreter"]), + ("RELOCATON", &["relocation"]), + ("REURN", &["return"]), + ("RETIREUS", &["retires"]), + ("ACRUE", &["accrue"]), + ("CAUSACIAN", &["caucasian"]), + ("UNBOUINDED", &["unbounded"]), + ("PARAMETERTS", &["parameters"]), + ("RELASED", &["released"]), + ("INQUISITON", &["inquisition"]), + ("NEESDS", &["needs"]), + ("ROUNTRIPPED", &["roundtripped"]), + ("PROPETIES", &["properties"]), + ("UNCERTANTY", &["uncertainty"]), + ("COMPARATIE", &["comparative"]), + ("INTENSITIVE", &["insensitive", "intensive"]), + ("BREFORE", &["before"]), + ("APPLICATABLE", &["applicable"]), + ("CLSASIFIED", &["classified"]), + ("ASTRONOMICLY", &["astronomical"]), + ("CONTIOUSLY", &["continuously"]), + ("NEIGHBORGHS", &["neighbors"]), + ("HARRASED", &["harassed"]), + ("VERFIED", &["verified"]), + ("USIGN", &["using", "unsign"]), + ("GENEATED", &["generated"]), + ("DAIMOND", &["diamond"]), + ("PITHCERS", &["pitchers"]), + ("WORKAROUNG", &["workaround"]), + ("CONVINIENCE", &["convenience"]), + ("TRANSFORMARE", &["transformers"]), + ("FILCKER", &["flicker"]), + ("SYMMETY", &["symmetry"]), + ("ITEGER", &["integer"]), + ("STEELES", &["steelers"]), + ("TRUNCTATING", &["truncating"]), + ("CARIACTURE", &["caricature"]), + ("COMPUSTION", &["compulsion"]), + ("VULBERABUILITIES", &["vulnerabilities"]), + ("ACHEIVING", &["achieving"]), + ("IMBALENCES", &["imbalances"]), + ("SYMMETRIA", &["symmetrical"]), + ("INJUSTICAS", &["injustices"]), + ("LINIX", &["linux"]), + ("SKETPICS", &["skeptics"]), + ("EXPRESIONS", &["expression", "expressions"]), + ("BACHLER", &["bachelor"]), + ("INDEPENDANT", &["independent"]), + ("PRINF", &["print", "printf", "sprintf"]), + ("VIRUTALIZATION", &["virtualization"]), + ("STREIGHTISH", &["straightish"]), + ("FEBRAURY", &["february"]), + ("RESISTANES", &["resistances"]), + ("PATRIATISM", &["patriotism"]), + ("REARRANABLE", &["rearrangeable"]), + ("DEMOLUTION", &["demolition"]), + ("SEFLIES", &["selfies"]), + ("APPRENDED", &["appended", "apprehended"]), + ("INFEDILITY", &["infidelity"]), + ("RUMORUS", &["rumors"]), + ("SCANDIVANIAN", &["scandinavian"]), + ("THEIRE", &["their"]), + ("RAPLACING", &["replacing"]), + ("CARNIGIE", &["carnegie"]), + ("MIRCOSOFT", &["microsoft"]), + ("EXAMEPLES", &["examples"]), + ("CONTRASE", &["contrast"]), + ("UPER", &["super", "upper"]), + ("THRE", &["three", "there", "their", "the"]), + ("CRUTHCES", &["crutches"]), + ("UNCONSISTENT", &["inconsistent"]), + ("INTRERUPT", &["interrupt"]), + ("EMBLAMATIC", &["emblematic"]), + ("INTUTIVE", &["intuitive"]), + ("SUBDIRECTOIRES", &["subdirectories"]), + ("GIGAYBTE", &["gigabyte"]), + ("SIMIARLY", &["similarly"]), + ("SEMPAHORE", &["semaphore"]), + ("WITDTH", &["width"]), + ("YTO", &["to"]), + ("INFORMIS", &["informs"]), + ("ADRRESS", &["address"]), + ("COMPLIMENTRY", &["complimentary"]), + ("BIDIMENTIONNAL", &["bidimensional"]), + ("DESTURTOR", &["destructor"]), + ("CONGRESSEN", &["congressmen"]), + ("EXTENSON", &["extension"]), + ("MISSPELD", &["misspelled"]), + ("FOLLWWIONG", &["following"]), + ("THNGS", &["things"]), + ("ALLOCCATING", &["allocating"]), + ("REAPEAT", &["repeat"]), + ("TANGENITALLY", &["tangentially"]), + ("UNREASONABLELY", &["unreasonably"]), + ("MASTUBRATE", &["masturbated"]), + ("GIOEN", &["given"]), + ("CONCENCRATE", &["concentrate"]), + ("POSITOINED", &["positioned"]), + ("PREDIOUSLY", &["previously"]), + ("REALTIVELY", &["relatively"]), + ("TEMEPST", &["tempest"]), + ("FRIENTZONED", &["friendzoned"]), + ("KYEBOSHING", &["kiboshing"]), + ("RANDOMEZ", &["randomized"]), + ("SANTOURM", &["santorum"]), + ("RELEIF", &["relief"]), + ("SEACHING", &["searching"]), + ("INCLUDIGN", &["including"]), + ("OWULD", &["would"]), + ("TRAIGES", &["triages"]), + ("CONSTRUCING", &["constructing"]), + ("DEFININITELY", &["definitively"]), + ("APLOGIES", &["apologies"]), + ("TOLORANCE", &["tolerance"]), + ("SOLITARE", &["solitaire", "solitary"]), + ("SEEGE", &["siege"]), + ("BAHAVING", &["behaving"]), + ("DELFECT", &["deflect"]), + ("NESTALGIA", &["nostalgia"]), + ("ITIALIZING", &["initializing"]), + ("FORMALLITY", &["formally"]), + ("CORRISPONDED", &["corresponded"]), + ("REALLLLLY", &["really"]), + ("BARAYS", &["berets"]), + ("MACHINS", &["machines"]), + ("EXTRIMISTS", &["extremists"]), + ("CONERT", &["convert"]), + ("ANALYTICALY", &["analytically"]), + ("PROTOTPYE", &["prototype"]), + ("RETRANSER", &["retransfer"]), + ("FRAMEWOEK", &["framework"]), + ("XDESCRIBE", &["describe"]), + ("INITAILZE", &["initialize"]), + ("IPMROVEMENT", &["improvement"]), + ("YTOU", &["you"]), + ("DECOMPSE", &["decompose"]), + ("REPSOTS", &["reposts"]), + ("MONITRING", &["monitoring"]), + ("DEPDENDED", &["depended"]), + ("RERWITE", &["rewrite"]), + ("SAPEENAD", &["subpoenaed"]), + ("VAULED", &["valued"]), + ("COMMMEMORATED", &["commemorated"]), + ("SLANGUAGE", &["language"]), + ("DISSIMILIARLY", &["dissimilarly"]), + ("COUNTERFIETS", &["counterfeit"]), + ("INISIALISES", &["initialises"]), + ( + "PARAMTERIZATIONS", + &["parametrizations", "parameterizations"], + ), + ("CONCANETED", &["concatenated"]), + ("RIGTHS", &["rights"]), + ("VALUIE", &["value"]), + ("DECALRATIONS", &["declarations"]), + ("OCTOHEDRON", &["octahedron"]), + ("ABLIITY", &["ability"]), + ("INVOKVES", &["invokes"]), + ("ENBALES", &["enables"]), + ("INSCTUCTIONAL", &["instructional"]), + ("APPRENTIE", &["apprentice"]), + ("DEPOSITAS", &["deposits"]), + ("RENDITIOON", &["rendition"]), + ("JAILBRAKE", &["jailbreak"]), + ("INSTRUCTER", &["instructor"]), + ("BRIUSERS", &["bruisers"]), + ("KNUCKELS", &["knuckles"]), + ("BORAD", &["board"]), + ("WORSHOPING", &["worshiping"]), + ("ADMNISTRATOR", &["administrator"]), + ("TRESPASING", &["trespassing"]), + ("BECOMMES", &["becomes"]), + ("ENCYCLAPEDIA", &["encyclopedia"]), + ("COSNTRAINTS", &["constraints"]), + ("PURSUADED", &["persuaded"]), + ("CONVELUTED", &["convoluted"]), + ("ACCOSTUMED", &["accustomed"]), + ("DISCOSURE", &["discourse"]), + ("ENVIDENCED", &["evidenced"]), + ("EXPONENTIELL", &["exponential"]), + ("BENIFITE", &["benefit"]), + ("OOMMITS", &["commits"]), + ("SUMMAR", &["summary", "summer"]), + ("ATENDS", &["attends"]), + ("ERATIC", &["erratic"]), + ("ASESS", &["assess"]), + ("DISTINGUISE", &["distinguished", "distinguish"]), + ("NARATIVE", &["narrative"]), + ("UNSELECGTES", &["unselects"]), + ("RIVARLY", &["rivalry"]), + ("DEPRECTATING", &["deprecating"]), + ("OPEARTING", &["operating"]), + ("INTERMIDIATE", &["intermediate"]), + ("SWOWN", &["shown"]), + ("REIGON", &["region", "reign"]), + ("AGGREED", &["agreed"]), + ("TRANCLATE", &["translate"]), + ("INEXPIERENCED", &["inexperienced"]), + ("DEPENDENS", &["depends", "dependents"]), + ("BURJUN", &["burgeon"]), + ("MIMACHED", &["mismatched"]), + ("DISRISPECT", &["disrespect"]), + ("EXAUSTED", &["exhausted"]), + ("UNREPLACABLE", &["unreplaceable"]), + ("FALT", &["fault"]), + ("WHIPSERED", &["whispered"]), + ("BUTTIN", &["button"]), + ("SUBDIVISED", &["subdivided"]), + ("ENIVRONMENT", &["environment"]), + ("DISRETE", &["discrete"]), + ("ESIMATED", &["estimated"]), + ("BRINGIN", &["bringing"]), + ("ENTRACED", &["entranced"]), + ("ENVIONMENTS", &["environments"]), + ("DEFINANTLEY", &["definitely"]), + ("RENEGOTIONATES", &["renegotiates"]), + ("UNDOUBTEDY", &["undoubtedly"]), + ("COMBIENS", &["combines"]), + ("IGNEST", &["ingest"]), + ("SUMMMARIZATION", &["summarization"]), + ("PHILOSIPHY", &["philosophy"]), + ("DENOMAL", &["denormal"]), + ("RESUT", &["result"]), + ("STARTIG", &["starting"]), + ("ADDONTS", &["addons"]), + ("STANDRD", &["standard"]), + ("UPTREAMED", &["upstreamed"]), + ("BEHAVOR", &["behavior"]), + ("SUPPROTER", &["supporter"]), + ("ACCEPTION", &["exception"]), + ("EVERTYHING", &["everything"]), + ("INSETAD", &["instead"]), + ("CERTIFICSTES", &["certificates"]), + ("MAPPBLE", &["mappable"]), + ("METAPHSYICAL", &["metaphysical"]), + ("REPUBICANS", &["republicans"]), + ("ATTRIBURTE", &["attribute"]), + ("EXPANING", &["expanding"]), + ("UNAMBIGIOUS", &["unambiguous"]), + ("CONCERTMATE", &["concentrate"]), + ("WUESTIONS", &["questions"]), + ("SHARPNING", &["sharpening"]), + ("SUR", &["sure"]), + ("PRECEDEED", &["preceded"]), + ("SPAMMEUR", &["spammer"]), + ("ANDROIDERS", &["androids"]), + ("LISENS", &["listens"]), + ("MOUSTACE", &["moustache"]), + ("REPILCAS", &["replicas"]), + ("RETRIVAL", &["retrieval", "retrial"]), + ("MISPELLINGS", &["misspellings"]), + ("NOTCIABLE", &["noticeable"]), + ("EXPLICITELY", &["explicitly"]), + ("SHURE", &["sure"]), + ("VBSRCRIPT", &["vbscript"]), + ("ACCESES", &["accesses"]), + ("GENTELMEN", &["gentlemen"]), + ("PROOCESSING", &["processing"]), + ("SPLIGS", &["splits"]), + ("CAPERBILITY", &["capability"]), + ("PRINCIPIAS", &["principals"]), + ("INDESTRUCTUBLE", &["indestructible"]), + ("PERMIER", &["premier"]), + ("BATTALIN", &["battalion"]), + ("INTERATIONALISTS", &["internationalists"]), + ("CALLBACSK", &["callback"]), + ("MAPABLE", &["mappable"]), + ("MULTILPIER", &["multiplier"]), + ("GETTINGS", &["getting"]), + ("ANOTATIONS", &["annotations"]), + ("CENSABILITY", &["sensibility"]), + ("MECANISMS", &["mechanisms"]), + ("UNSHFITING", &["unshifting"]), + ("COUTNERFEIT", &["counterfeit"]), + ("NORALIZED", &["normalized"]), + ("ALGORTHIM", &["algorithm"]), + ("SHEDULING", &["scheduling"]), + ("PHYSISIST", &["physicist"]), + ("CONEXTS", &["contexts", "connects"]), + ("IMPLEMENTTIONS", &["implementations"]), + ("SUUPORTS", &["supports"]), + ("ANEELS", &["anneals"]), + ("INFINITLY", &["infinity", "infinitely"]), + ("SKITSOFRINIC", &["schizophrenic"]), + ("RESSTRICTION", &["restriction"]), + ("PRESEVES", &["preserves"]), + ("CONFILCTING", &["conflicting"]), + ("REFRERENCIAL", &["referential"]), + ("KEYBAORDS", &["keyboards"]), + ("VERTIKAL", &["vertical"]), + ("RELFECTED", &["reflected"]), + ("UNCONDITIONNALY", &["unconditionally"]), + ("DAILOGUE", &["dialogue"]), + ("CHAMPIONCHIPS", &["championship"]), + ("CONTROVERCIAL", &["controversial"]), + ("SUMMARIAZTION", &["summarization"]), + ("NARCISSTS", &["narcissist"]), + ("MODIFYES", &["modifies"]), + ("TEACHED", &["taught"]), + ("STUAT", &["status"]), + ("ASSOCATING", &["associating"]), + ("ARCHAELOGY", &["archaeology"]), + ("GRAVITATIEI", &["gravitate"]), + ("GAURENTEES", &["guarantees"]), + ("DISPATHES", &["dispatches"]), + ("COMPILTERS", &["compilers"]), + ("DECYPTED", &["decrypted"]), + ("RESUSED", &["reused", "refused", "resumed"]), + ("TONGIHT", &["tonight"]), + ("ASSOCIEATE", &["associate"]), + ("ARMCHAR", &["armchair"]), + ("CERTIFICATIONKITS", &["certifications"]), + ("HARDWIRTED", &["hardwired"]), + ("BODYBUILDNG", &["bodybuilding"]), + ("FUNCTIONALLITY", &["functionality"]), + ("UTILISATON", &["utilisation"]), + ("DECLATION", &["declaration"]), + ("ASSULATED", &["assaulted"]), + ("TEMPORAFY", &["temporary"]), + ("INTRECACIES", &["intricacies"]), + ("REFFERAL", &["referral"]), + ("CETTING", &["setting"]), + ("COMMANDENT", &["commandment"]), + ("APPRICATE", &["appreciate"]), + ("UNAVAOIDABLE", &["unavoidable"]), + ("UNIMPRESED", &["unimpressed"]), + ("REFFERENCE", &["reference"]), + ("CONVERGENS", &["converse"]), + ("SOMETHIJNG", &["something"]), + ("UNFORMATED", &["unformatted"]), + ("SIMETRIC", &["symmetric"]), + ("TECHNIQE", &["technique"]), + ("GOCDE", &["gcode"]), + ("UNDERWARES", &["underwater"]), + ("SILABUS", &["syllabus"]), + ("RECONNCT", &["reconnect"]), + ("HILIGHTING", &["highlighting"]), + ("EASTWOD", &["eastwood"]), + ("EFFECIENT", &["efficient"]), + ("CORREESPONDING", &["corresponding"]), + ("RESTERAUNT", &["restaurant"]), + ("MOPDULE", &["module"]), + ("FORESEAABLE", &["foreseeable"]), + ("KRONICLE", &["chronicle"]), + ("CONTAINRS", &["containers"]), + ("ADPAT", &["adapt"]), + ("SEDUCITON", &["seduction"]), + ("PROFESISONAL", &["professionals"]), + ("OFFSETING", &["offsetting"]), + ("INVARIENTS", &["invariants"]), + ("DECOMPRESING", &["decompressing"]), + ("RENEGOTITED", &["renegotiated"]), + ("WESTMONSTER", &["westminster"]), + ("ASHPALT", &["asphalt"]), + ("ACTIVATIN", &["activation"]), + ("EXPETIMENTEL", &["experimental"]), + ("RQUESTS", &["requests", "quests"]), + ("COLMUNED", &["columned"]), + ("INITISL", &["initials"]), + ("SCIENTFICALLY", &["scientifically"]), + ("SESCEDE", &["secede"]), + ("EVRITHING", &["everything"]), + ("MISSCONFIGURATION", &["misconfiguration"]), + ("SETTELEMENT", &["settlement"]), + ("CODUCT", &["conduct"]), + ("AUTHETHENTICATES", &["authenticates"]), + ("SKATEBAORDING", &["skateboarding"]), + ("DISPENSIRIES", &["dispensaries"]), + ("DOMIANTE", &["dominate"]), + ("BATCHLEUR", &["bachelor"]), + ("MERMORY", &["memory"]), + ("INSENSTIVELY", &["insensitively"]), + ("LEFITSTS", &["leftists"]), + ("ROTAIONS", &["rotations"]), + ("SPONTAINOUS", &["spontaneous"]), + ("LEGITEMATELY", &["legitimately"]), + ("RESTAURENT", &["restaurant"]), + ("PARALELIZING", &["parallelizing"]), + ("BRAODCAST", &["broadcast"]), + ("SUPREMASIST", &["supremacist"]), + ("PYSICS", &["physics"]), + ("ENVIROMENTAL", &["environmental"]), + ("DECRESS", &["decrees"]), + ("IMPOROTED", &["imported"]), + ("FNAATIC", &["fanatic"]), + ("COMMONWELATH", &["commonwealth"]), + ("MESSAGIN", &["messaging"]), + ("SINGELED", &["singled", "signaled"]), + ("EXPERIMENTATER", &["experimenter"]), + ("INCONSISTENY", &["inconsistency", "inconsistent"]), + ("LIGHTERGAS", &["lighters"]), + ("EVLUATORS", &["evaluators"]), + ("FERTELIZER", &["fertilizer"]), + ("ENBRACER", &["embracer"]), + ("NULK", &["null"]), + ("EXECTIONS", &["executions"]), + ("CLASICALLY", &["classically"]), + ("NEIGHBEURGHS", &["neighbours"]), + ("DIAMON", &["diamond"]), + ("UNSTALLS", &["installs", "uninstalls"]), + ("MIRRORRED", &["mirrored"]), + ("VEGETARIONS", &["vegetarians"]), + ("EXHISTS", &["exists"]), + ("COMPOSUTE", &["composite"]), + ("POPOULATOR", &["populator"]), + ("FYSICAL", &["physical"]), + ("PLATNUIM", &["platinum"]), + ("KINDERGATEN", &["kindergarten"]), + ("DIFFERENS", &["differences", "difference"]), + ("DELCARES", &["declares"]), + ("CIRCUIS", &["circuits"]), + ("SOMETHINMG", &["somethings"]), + ("MOTIVATINAL", &["motivational"]), + ("IDENTIFICABLE", &["identifiable"]), + ("EMTIED", &["emptied"]), + ("INCONSISENTLY", &["inconsistently"]), + ("CLIFFHAGER", &["cliffhanger"]), + ("HOTSOPT", &["hotspot"]), + ("FUNCHTIONAL", &["functional"]), + ("FRAGEMENTS", &["fragments"]), + ("CONTOLLED", &["controlled"]), + ("CONTAMINENTS", &["containment"]), + ("REPORPOSED", &["repurposed"]), + ("INTERSECING", &["intersecting"]), + ("CORRECTOINS", &["corrections"]), + ("INITATING", &["imitating", "initiating"]), + ("ASSMEBLE", &["assemble"]), + ("FRACTALIS", &["fractals"]), + ("WORKIN", &["working"]), + ("SUBSRICPTION", &["subscriptions"]), + ("INITALISMS", &["initialisms"]), + ("TRAVESTRY", &["travesty"]), + ("RECENDS", &["rescinds"]), + ("CONVENIONS", &["conventions"]), + ("EXAPANDED", &["expanded"]), + ("TABUALTORS", &["tabulators"]), + ("PEFECT", &["perfect"]), + ("THISE", &["these", "this"]), + ("SHAKESPEER", &["shakespeare"]), + ("WEIRODS", &["weirdos"]), + ("ERRONEUS", &["erroneous"]), + ("ECLIPES", &["eclipse"]), + ("ACORDING", &["according"]), + ("CARDAIC", &["cardiac"]), + ("DOIGN", &["doing"]), + ("INNOCULATED", &["inoculated"]), + ("TOURNAMNETS", &["tournaments"]), + ("TRADITILNAL", &["traditional"]), + ("TIMEPUT", &["timeout"]), + ("FAIULRES", &["failures"]), + ("FONCTIONNALITY", &["functionality"]), + ("CALCULATONS", &["calculations"]), + ("VAVRIABLE", &["variable"]), + ("INCOMPATIBILITES", &["incompatibilities"]), + ("OPEGING", &["opening"]), + ("ABORGINIAL", &["aboriginal"]), + ("ANNIMAL", &["animal"]), + ("FUNCTONAL", &["functional"]), + ("ILLUSTARTION", &["illustration"]), + ("REGISTRATING", &["registration"]), + ("PRUPOSELY", &["purposely"]), + ("CHARACTIRISTICS", &["characteristics"]), + ("FOLOOWONG", &["following"]), + ("LIFESYSTEM", &["filesystem"]), + ("LISTENSERS", &["listeners"]), + ("TRANMITTING", &["transmitting"]), + ("MYSOGYNY", &["misogyny"]), + ("MIDPONTS", &["midpoints"]), + ("OUTWEIGHTS", &["outweighs"]), + ("FLORECEN", &["florence"]), + ("RALATION", &["relation"]), + ("PROJCTION", &["projection"]), + ("OVERHREAD", &["overhead"]), + ("COMPLATING", &["completing"]), + ("VOXES", &["voxels", "voxel"]), + ("DEVILERS", &["delivers"]), + ("POSION", &["poison", "psion", "position"]), + ("DISMANTLEING", &["dismantling"]), + ("SUBSIZIDED", &["subsidized"]), + ("INITITALISATIONS", &["initialisations"]), + ("ALGORIHMICALLY", &["algorithmically"]), + ("PHYSICKS", &["physics"]), + ("INDEPENEDENT", &["independent"]), + ("PREPENDET", &["prepended"]), + ("CHARACTURE", &["character"]), + ("MINIMZES", &["minimizes"]), + ("TABBARAY", &["taboret"]), + ("OPITIONAL", &["optional"]), + ("CHASSIES", &["chassis"]), + ("LITERATIRE", &["literate"]), + ("COMMITERS", &["committers"]), + ("DIMINISHEDS", &["diminishes"]), + ("DELGATORS", &["delegators"]), + ("SOVLED", &["solved"]), + ("QURTER", &["quarter"]), + ("THIRTYTH", &["thirtieth"]), + ("ASSOICATED", &["associated"]), + ("CABINTS", &["cabinets"]), + ("FOMRATTER", &["formatter"]), + ("INFOGRAHIC", &["infographic"]), + ("MORDIBLY", &["morbidly"]), + ("PREPOCESSOR", &["preprocessor"]), + ("CALFS", &["calves"]), + ("SWICHING", &["switching"]), + ("IMPEARED", &["impaired"]), + ("IMLEMENTED", &["implemented"]), + ("INFORMATIOM", &["information"]), + ("COLLECTIVILY", &["collectively"]), + ("SPONTENEOUS", &["spontaneous"]), + ("CACULATOR", &["calculator"]), + ("DISTINTIONS", &["distinctions"]), + ("SPESIFITIES", &["specifics"]), + ("CORORDINATES", &["coordinates"]), + ("BLOKCSS", &["blocks", "blokes"]), + ("VACINATIONS", &["vaccinations"]), + ("STATISTC", &["statistic"]), + ("MYSEF", &["myself"]), + ("BEWTEEN", &["between"]), + ("CONFIDANTIALLY", &["confidentially"]), + ("TAGNETS", &["tangents"]), + ("EFICIENT", &["efficient"]), + ("DISTRBUTE", &["distribute"]), + ("LINZ", &["lines"]), + ("STANDERDIZED", &["standardized"]), + ("COMPLIANSE", &["compliance"]), + ("TRISKADECAPHOBIA", &["triskaidekaphobia"]), + ("INITLIAZER", &["initializer"]), + ("FUSCHIA", &["fuchsia"]), + ("DISCRETITED", &["discredited"]), + ("RELMS", &["elms", "helms", "realms", "reams"]), + ("ENVIORENMENT", &["environment"]), + ("UTILILTIES", &["utilities"]), + ("SIMILIAIR", &["similar"]), + ("SEQENSES", &["sequences"]), + ("UPLOADDS", &["uploads"]), + ("COSNUMER", &["consumer"]), + ("THNE", &["then"]), + ("SPONSORHIPS", &["sponsorship"]), + ("POISTIONING", &["positioning"]), + ("INDUSTRIEL", &["industrial"]), + ("TGHE", &["the"]), + ("DECALARING", &["declaring"]), + ("CONSRUCTIONS", &["constructions"]), + ("OPTIMASATION", &["optimisation"]), + ("WARRNED", &["warned"]), + ("UNEQUALITIES", &["inequalities"]), + ("ENCRIPTED", &["encrypted"]), + ("EVAULATION", &["evaluation"]), + ("DISPORVING", &["disproving"]), + ("QUESIONS", &["questions"]), + ("CONTRACS", &["contracts"]), + ("COMMANDEMNTS", &["commandment"]), + ("INTERPERTER", &["interpreter"]), + ("PRECSION", &["precision"]), + ("APOSTROPHIE", &["apostrophe"]), + ("NATIONALISTISKT", &["nationalists"]), + ("CONTRUCTS", &["constructs"]), + ("RECCONECCTING", &["reconnecting"]), + ("EXAMPT", &["exempt"]), + ("CONGITIVE", &["cognitive"]), + ("RENEGOTATORS", &["renegotiators"]), + ("PASSPORTERS", &["passports"]), + ("COMPILCATING", &["complicating"]), + ("EXECTURES", &["executes"]), + ("DEPRESSIN", &["depression"]), + ("PENETRACION", &["penetration"]), + ("ALCHOOLIC", &["alcoholic"]), + ("UNINITIALZED", &["uninitialized"]), + ("ABBRIEVATIONS", &["abbreviation"]), + ("PREIMER", &["premier"]), + ("INSTANATIATION", &["instantiation"]), + ("DESRIABLE", &["desirable"]), + ("FISISIST", &["physicist"]), + ("FILEBAME", &["filename"]), + ("GENRATOR", &["generator"]), + ("COFRIMING", &["confirming"]), + ("BENGE", &["binge"]), + ("LINGUISTICAS", &["linguistics"]), + ("NACIONALISTIC", &["nationalistic"]), + ("CONVINIENCY", &["convenience"]), + ("PARARMETERS", &["parameters"]), + ("DISFUNCTIONAL", &["dysfunctional"]), + ("ASNYCHRONOUE", &["asynchronous"]), + ("AUTOMOTIZE", &["automotive"]), + ("CONCUSIONS", &["concussion"]), + ("BROADCASTES", &["broadcasts"]), + ("BELIVING", &["believing"]), + ("PRESCRIPTONS", &["prescriptions"]), + ("ORIGIANL", &["original"]), + ("DEPLOIED", &["deployed"]), + ("PERVERST", &["pervert"]), + ("UNFORTUNATELLY", &["unfortunately"]), + ("TIOLETS", &["toilets"]), + ("REQISTRATION", &["registration"]), + ("UNCONFORTABLY", &["uncomfortably"]), + ("UNSUPRISED", &["unsurprised"]), + ("FONUD", &["found"]), + ("PRELIMANARY", &["preliminary"]), + ("OPERAROR", &["operator"]), + ("TRAVERSIE", &["traverse"]), + ("DESPISTE", &["despise"]), + ("CNFIGURING", &["configuring"]), + ("MANAGEMNT", &["management"]), + ("PILGRAMIDGE", &["pilgrimage"]), + ("POSSABILY", &["possibly"]), + ("MOSQUETO", &["mosquitoes"]), + ("APPREARANCE", &["appearance"]), + ("PHEMONENA", &["phenomena"]), + ("FOLLWOING", &["following"]), + ("EVERYONS", &["everyones"]), + ("COMMUTABLILITY", &["commutability"]), + ("SHENANIGENS", &["shenanigans"]), + ("GEEOTEEN", &["guillotine"]), + ("SINGLAR", &["singular"]), + ("INTERPOLUATION", &["interpolation"]), + ("INTRIDUCE", &["introduce"]), + ("INEXPEREINCED", &["inexperienced"]), + ("ACCEES", &["access"]), + ("TRANLATIONS", &["translations"]), + ("SIGNIGNS", &["signings"]), + ("APPOLIGIZE", &["apologize"]), + ("TROUGHPUT", &["throughput", "throughout"]), + ("SUNDERLONA", &["sunderland"]), + ("APOINTMENT", &["appointment"]), + ("OBIOUSLY", &["obviously"]), + ("SPEFICIFICALLY", &["specifically"]), + ("MANSLAUGTER", &["manslaughter"]), + ("TEMPRAAY", &["temporary"]), + ("REBULIDING", &["rebuilding"]), + ("APOSLTES", &["apostles"]), + ("RETQUIRESEEK", &["requireseek"]), + ("SPECIFIFED", &["specified"]), + ("PROHPECIES", &["prophecies"]), + ("SUSBSYTEM", &["subsystem"]), + ("LEBANESSE", &["lebanese"]), + ("PERSAUSIVE", &["persuasive"]), + ("UNIVERSETS", &["universes"]), + ("PROFRESSIONS", &["progressions"]), + ("ASSYMETRY", &["asymmetry"]), + ("AILENATING", &["alienating"]), + ("GUAREENTEED", &["guaranteed"]), + ("VARIFICATIONS", &["verifications"]), + ("ESSENTUALY", &["essentially"]), + ("IRRATIONELLA", &["irrational"]), + ("RESPOSIBLE", &["responsible"]), + ("PRCESS", &["process"]), + ("SEQUCNE", &["sequence"]), + ("COMMENTRIES", &["commenters"]), + ("CLEAUPS", &["cleanups"]), + ("REGENRATING", &["regenerating"]), + ("COUSINGS", &["cousins"]), + ("CONTINUEOUSLY", &["continuously"]), + ("DOWNGARADES", &["downgrades"]), + ("EMCOMPASSED", &["encompassed"]), + ("FOLLWOWIWNG", &["following"]), + ("SNIPET", &["snippet"]), + ("INSTATUTIONALIZED", &["institutionalized"]), + ("REFERRENCE", &["reference"]), + ("OBEJCTS", &["objects"]), + ("ANAYLZER", &["analyzer"]), + ("COMMNENT", &["comment"]), + ("QIESTS", &["quests"]), + ("MISALINGED", &["misaligned"]), + ("APPROPERIATE", &["appropriate"]), + ("THSNKED", &["thanked"]), + ("CURCUMSTANCE", &["circumstance"]), + ("EXPERIMENEL", &["experimental"]), + ("EIEGN", &["eigen", "reign"]), + ("DIFFERNECE", &["difference"]), + ("UNREGSITERS", &["unregisters"]), + ("MANUFATURED", &["manufactured"]), + ("ENTERIE", &["entry"]), + ("SCUBSCRIBES", &["subscribes"]), + ("PROTCOLS", &["protocols"]), + ("MANOUVERS", &["maneuvers"]), + ("PROPOGATOR", &["propagator"]), + ("MONTANNA", &["montana"]), + ("ARCHITEXTURE", &["architecture"]), + ("EBALED", &["enabled"]), + ("LISCENSE", &["license"]), + ("FUCTIONING", &["functioning"]), + ("RECONFURE", &["reconfigure"]), + ("CERCOMSTANCE", &["circumstance"]), + ("CHANGEE", &["change", "changed", "changes"]), + ("BAISED", &["raised"]), + ("ACCORDEON", &["accordion"]), + ("PROHPECY", &["prophecy"]), + ("INIZIALIZED", &["initialized"]), + ("CERTIFIFICATION", &["certification"]), + ("ADAPATIONS", &["adaptations", "adoptions"]), + ("SCIPT", &["script", "skipped"]), + ("MEMORIZACION", &["memorization"]), + ("SIGNATER", &["signature"]), + ("DISGIUSE", &["disguise"]), + ("BELIEFED", &["believed"]), + ("SOLATE", &["isolate"]), + ("INTERPRATE", &["interpret"]), + ("CINEMATOGRAPY", &["cinematography"]), + ("DIFFERNEC", &["difference"]), + ("ACCORDLING", &["according"]), + ("FASENS", &["fasels", "fastens"]), + ("ATTACHD", &["attached"]), + ("RENEGOTAITION", &["renegotiation"]), + ("EXPLANITARY", &["explanatory"]), + ("REUSEABLE", &["reusable"]), + ("CLICKARE", &["clicker"]), + ("FILTERSS", &["filters"]), + ("SWAERS", &["swears"]), + ("ISRAELIENS", &["israelis"]), + ("ENVIORNEMNTS", &["environments"]), + ("GAGITS", &["gadgets"]), + ("FUNDAMENDALISTS", &["fundamentalists"]), + ("ALIASSES", &["aliases"]), + ("EQUILEVANTS", &["equivalents"]), + ("MEMEBERED", &["remembered"]), + ("INFOMR", &["inform"]), + ("PATHAME", &["pathname"]), + ("VISUAIZE", &["visualize"]), + ("RECOGINIZER", &["recognizer"]), + ("CORROLATION", &["correlation"]), + ("LEAGALIZE", &["legalize"]), + ("COCCINELE", &["coccinelle"]), + ("VERIFER", &["verifier"]), + ("TREAK", &["treat", "tweak"]), + ("MEDICALERT", &["medicare"]), + ("IGONORANDO", &["ignorando"]), + ("PARTICLAR", &["particular"]), + ("ADDEED", &["added"]), + ("AGREESIVE", &["aggressive"]), + ("UNSPEFIED", &["unspecified"]), + ("EXPERIMENATALLY", &["experimentally"]), + ("MNAY", &["many"]), + ("CARBOHYDRATS", &["carbohydrates"]), + ("SEVERIY", &["severity"]), + ("DOKCRE", &["docker"]), + ("LABAROTORY", &["laboratory"]), + ("RELEAED", &["released"]), + ("VERIFIE", &["verify", "verified"]), + ("AGNOSTACISM", &["agnosticism"]), + ("CHECKSTUMS", &["checksums"]), + ("HORRENDOS", &["horrendous"]), + ("EXPERIMENTOS", &["experiments"]), + ("INSTALLTION", &["installation"]), + ("ANIMATTE", &["animate"]), + ("DEOENDS", &["depends"]), + ("MODEULS", &["modules"]), + ("ALGORITH", &["algorithm"]), + ("ANTENNEA", &["antenna"]), + ("PARTION", &["partition", "portion"]), + ("IRRATIONABLY", &["irrationally"]), + ("TRANSMISSIN", &["transmissions"]), + ("MANUFACTUTERS", &["manufactures"]), + ("EQUIPMENTD", &["equipment"]), + ("INCONVENTIONAL", &["unconventional"]), + ("ETRONEOUS", &["erroneous"]), + ("ACTIVNESS", &["activeness"]), + ("OPEM", &["open"]), + ("DOWNLADS", &["downloads"]), + ("COMPLAIND", &["complained"]), + ("CENCUS", &["census"]), + ("TRAMA", &["trauma", "tram", "trams"]), + ("REQURIEMENT", &["requirement"]), + ("ACTIVITE", &["activities"]), + ("EXPEMENTS", &["experiments"]), + ("SUDEO", &["sudo"]), + ("IMPORTANLY", &["importantly"]), + ("CLEARES", &["clears"]), + ("ACCOMPLISHEMENTS", &["accomplishments"]), + ("CAVREN", &["cavern"]), + ("TRANCLUCENT", &["translucent"]), + ("MEASSURING", &["measuring"]), + ("SHEAKSPEARE", &["shakespeare"]), + ("CONTINER", &["container"]), + ("OPTIMIZAER", &["optimizer"]), + ("VISUALZED", &["visualized"]), + ("AQUIRE", &["acquire"]), + ("TROTSKISTS", &["trotskyists"]), + ("SCROLLD", &["scrolled"]), + ("PROGRAMMICAL", &["programmatical"]), + ("CONECTED", &["connected"]), + ("AVAILABLITY", &["availability"]), + ("ENTIRLEY", &["entirely"]), + ("CONCERING", &["concerning"]), + ("LEVES", &["levees", "levels"]), + ("INFRIGNEMENT", &["infringement"]), + ("GREYSACLES", &["greyscales"]), + ("ANNOYMOUSLY", &["anonymously"]), + ("SIMLARLITY", &["similarity"]), + ("INDIVIDAULS", &["individuals"]), + ("WATHCER", &["watcher"]), + ("PROCRASTRINATING", &["procrastinating"]), + ("PATHOLOGIAL", &["pathological"]), + ("UPADTER", &["updater"]), + ("ORHTOGONALLY", &["orthogonally"]), + ("DECYPHERED", &["deciphered"]), + ("TRIPTISHES", &["triptychs"]), + ("USIND", &["using"]), + ("RESSURRECTING", &["resurrecting"]), + ("STRAIGHTNED", &["straightened"]), + ("BENEDIT", &["benedict"]), + ("DIRECITONAL", &["directional"]), + ("SINGOOLED", &["singled", "signaled"]), + ("ACCURRING", &["occurring"]), + ("MEHTODS", &["methods"]), + ("VOLOUNTEERED", &["volunteered"]), + ("LIFETSYLES", &["lifestyles"]), + ("GRANTIE", &["granite"]), + ("CLASSSICAL", &["classical"]), + ("COTRANSER", &["cotransfer"]), + ("CHARACTERZ", &["characterize"]), + ("CIRCUMSIZION", &["circumcision"]), + ("COMPENSTATED", &["compensated"]), + ("TERRITORITY", &["territory"]), + ("ANTICIPACION", &["anticipation"]), + ("AVAILBVILITY", &["availability"]), + ("UNNOTICABLE", &["unnoticeable"]), + ("UNSTRUCTION", &["instruction"]), + ("ORALCES", &["oracles"]), + ("REALODED", &["reloaded"]), + ("REPRESENTATINO", &["representation"]), + ("SYCNED", &["synced"]), + ("ADOLESCANT", &["adolescent"]), + ("ACCRATE", &["accurate"]), + ("ARITMETIC", &["arithmetic"]), + ("BAKWARDS", &["backwards"]), + ("SHRPANEL", &["shrapnel"]), + ("CONFIDENTIEL", &["confidential"]), + ("AUTOCORECT", &["autocorrect"]), + ("EXPERAMENTEL", &["experimental"]), + ("ACCIDENTILLY", &["accidentally"]), + ("PERFEKTION", &["perfection"]), + ("SINGLULARLY", &["singularly"]), + ("SEETINGS", &["settings"]), + ("STRAIGHTNER", &["straighten"]), + ("SIGINIFIES", &["signifies"]), + ("SUPPORTET", &["supporter", "supported"]), + ("RECOGIZE", &["recognize"]), + ("SPECIFCLLY", &["specifically"]), + ("SACRIFIZED", &["sacrificed"]), + ("CHEEZECAKE", &["cheesecake"]), + ("DOMINATIONG", &["dominating"]), + ("DUPLIACTES", &["duplicates"]), + ("VYRE", &["very"]), + ("STROING", &["storing"]), + ("INLCUDES", &["includes"]), + ("BROOZ", &["bruise"]), + ("INTERPRITING", &["interpreting"]), + ("UNDERSTOUD", &["understood"]), + ("INCOSISTENCY", &["inconsistency"]), + ("ARCIVES", &["archives"]), + ("AFRICANERS", &["africans"]), + ("EJACULATON", &["ejaculation"]), + ("AUTHETHENTICATE", &["authenticate"]), + ("EQUIEVALENT", &["equivalent"]), + ("SPCAING", &["spacing"]), + ("SANATY", &["sanity"]), + ("ANNONATES", &["annotates"]), + ("INGNORAR", &["ignore", "ignorant"]), + ("UMBREALLA", &["umbrella"]), + ("SENTENALS", &["sentinels"]), + ("FORMERLLY", &["formerly"]), + ("OBLISK", &["obelisk"]), + ("EXPERIMETENTELLY", &["experimentally"]), + ("COMBATIBILITY", &["compatibility"]), + ("THOERIST", &["theorist"]), + ("CINNCINATI", &["cincinnati"]), + ("COLECTS", &["collects"]), + ("INITIALIALISE", &["initialise"]), + ("INCERCERATION", &["incarceration"]), + ("TECHOLOGY", &["technology"]), + ("INCOMPATBILITY", &["incompatibility"]), + ("INDOCTRINATIE", &["indoctrinated"]), + ("UPPORT", &["support"]), + ("CRONSTRUCTS", &["constructs"]), + ("WAKTHROUGH", &["walkthrough"]), + ("TEMPORTARILY", &["temporarily"]), + ("OPENSCOURCED", &["opensourced"]), + ("TRANSPERANTLY", &["transparently"]), + ("ADDIG", &["adding"]), + ("CONTENCION", &["contention"]), + ("ABOVED", &["above"]), + ("ANCHORD", &["anchored"]), + ("CANABELYSES", &["cannibalises"]), + ("STATISKT", &["statist"]), + ("SPESIFICATION", &["specification"]), + ("RECEVIED", &["received"]), + ("WARRIOS", &["warriors"]), + ("INEXPLICABLEY", &["inexplicably"]), + ("DETERMINIG", &["determining"]), + ("ALTERNITIVES", &["alternatives"]), + ("IMBRASING", &["embracing"]), + ("REMENISS", &["reminisce"]), + ("DECONDES", &["decodes"]), + ("CANCERES", &["cancers"]), + ("PARARAGRAPH", &["paragraph"]), + ("CHARIZMA", &["charisma"]), + ("CONFIUGRATION", &["configuration"]), + ("CURRUPTIBLE", &["corruptible"]), + ("CHEMICALY", &["chemically"]), + ("MESSQAGE", &["message"]), + ("PRECUROSR", &["precursor"]), + ("TRUNCTION", &["truncation"]), + ("ASCPECTS", &["aspects"]), + ("VERTIFY", &["verify"]), + ("LAVENDAR", &["lavender"]), + ("MENTIONNES", &["mentions"]), + ("NEIGHBEORDHOOD", &["neighborhood"]), + ("REALISITCALLY", &["realistically"]), + ("RETREVED", &["retrieved"]), + ("COMAPTIBELITIES", &["compatibilities"]), + ("MEHCANICAL", &["mechanical"]), + ("RECORDARTE", &["recorder"]), + ("COUSELING", &["counseling"]), + ("DISMBIGUATE", &["disambiguate"]), + ("AUTHENIFICATED", &["authenticated"]), + ("COMPONDING", &["compounding"]), + ("CORRESPODENCE", &["correspondence"]), + ("SAMAPHORE", &["semaphore"]), + ("INFERRENCE", &["inference"]), + ("REFERNCENCE", &["reference"]), + ("DERIVER", &["derive", "driver"]), + ("ULTERED", &["altered"]), + ("FUNDAMENTALISME", &["fundamentals"]), + ("UNRECHABLE", &["unreachable"]), + ("UNAIVALABLE", &["unavailable"]), + ("CARDIOVASCUALR", &["cardiovascular"]), + ("MAGENSIUM", &["magnesium"]), + ("ACCUMALTED", &["accumulated"]), + ("UNWORHTY", &["unworthy"]), + ("COMARE", &["compare"]), + ("PARTERNSHIP", &["partnership"]), + ("CONNEXTION", &["connexion"]), + ("FEEKS", &["feels"]), + ("WAHTEVER", &["whatever"]), + ("UNANIMUOUSLY", &["unanimously"]), + ("OBJECTIFICIATION", &["objectification"]), + ("EVLUATED", &["evaluated"]), + ("STROYLINE", &["storyline"]), + ("CLASSICALS", &["classics"]), + ("PARTITONING", &["partitioning"]), + ("PALLETTE", &["palette"]), + ("SERAMONIAL", &["ceremonial"]), + ("SPECIALIZAITONS", &["specializations"]), + ("PRECENDES", &["precedences"]), + ("DISGONAL", &["diagonal"]), + ("PHILADLEPHIA", &["philadelphia"]), + ("MARSHAMLLOWS", &["marshmallows"]), + ("NIN", &["inn", "min", "bin", "nine"]), + ("FIEDL", &["field"]), + ("ALOWS", &["allows"]), + ("RECOMMANDE", &["recommend"]), + ("ORGIN", &["origin", "organ"]), + ("APPLIYED", &["applied"]), + ("EXPRIATION", &["expiration"]), + ("OFFPSRING", &["offspring"]), + ("GEOMOETRICALLY", &["geometrically"]), + ("CONSCTRUCTORS", &["constructors"]), + ("ALTERATO", &["alteration"]), + ("HEALTHIET", &["healthiest"]), + ("AUTHUR", &["author"]), + ("PHISICAL", &["physical"]), + ("ASYNCHOROUS", &["asynchronous"]), + ("SUPSPECTS", &["suspects"]), + ("SUCESSIVELY", &["successively"]), + ("GREENEER", &["greener"]), + ("NEIGHT", &["neither"]), + ("PAKVAGE", &["package"]), + ("AFINITY", &["affinity"]), + ("COMPETITIION", &["competition"]), + ("CATACLISMICAL", &["cataclysmic"]), + ("PERSEPCTIVE", &["perspective"]), + ("CARDINALES", &["cardinals"]), + ("QUICKETS", &["quickest"]), + ("EXCELENT", &["excellent"]), + ("VLONE", &["clone"]), + ("DRACULLA", &["dracula"]), + ("VAI", &["via", "vie"]), + ("TYOE", &["type", "toe", "toey"]), + ("MISINTERPRATE", &["misinterpret"]), + ("PROPTERTY", &["property"]), + ("AUTONEGATIOTIATIONS", &["autonegotiations"]), + ("CONDIGDIALOG", &["configdialog"]), + ("INTERATIVELY", &["interactively"]), + ("BEETWEN", &["between"]), + ("INTERESED", &["interested"]), + ("PURCHASHING", &["purchasing"]), + ("RELCATION", &["relocation"]), + ("INTERATE", &["iterate"]), + ("MICORSOFT", &["microsoft"]), + ("INVESTIGATIO", &["investigator"]), + ("INVESTAGATOR", &["investigator"]), + ("LANGUAJES", &["languages"]), + ("EXERSISED", &["exercised"]), + ("FLECHTER", &["fletcher"]), + ("UNDERLYNG", &["underlying"]), + ("TIMETAMPS", &["timestamps"]), + ("EXCAPED", &["escaped"]), + ("NIHILIM", &["nihilism"]), + ("REMAINER", &["remainder"]), + ("PERFER", &["prefer"]), + ("PRIVAYE", &["private"]), + ("RELAESED", &["released"]), + ("REMEMVER", &["remember"]), + ("DISCONETING", &["disconnecting"]), + ("ALPHAPETICALY", &["alphabetically"]), + ("DEFFERENTIAL", &["differential", "deferential"]), + ("TEHERE", &["there"]), + ("EXCHANCHE", &["exchange"]), + ("LISENCED", &["silenced"]), + ("COLLASPED", &["collapsed"]), + ("ALTERANTIVE", &["alternative"]), + ("ENFORCEING", &["enforcing"]), + ("CORRECTABLY", &["correctable"]), + ("CONVINEIENT", &["convenient"]), + ("RESOLUTIONARY", &["revolutionary"]), + ("RESPONSABLE", &["responsible"]), + ("MULTITAKING", &["multitasking"]), + ("ANDOIDS", &["androids"]), + ("TRYIN", &["trying"]), + ("REPUTPOSE", &["repurpose"]), + ("INTERPETS", &["interprets"]), + ("LEUITENANT", &["lieutenant"]), + ("REBEASE", &["rebase"]), + ("EANBLES", &["enables"]), + ("SOMETHIONG", &["something"]), + ("RECIPROCOAL", &["reciprocal"]), + ("VULBERABILITY", &["vulnerability"]), + ("ALUMNIUM", &["aluminium"]), + ("PROCONCEIVED", &["preconceived"]), + ("HURSE", &["hearse", "nurse"]), + ("SECCTION", &["section"]), + ("AGNOSTISICM", &["agnosticism"]), + ("PROPAGATIONN", &["propagation"]), + ("EVALUTAEING", &["evaluating"]), + ("AUTHENCATES", &["authenticates"]), + ("INTERRUPED", &["interrupted"]), + ("CORRELLATE", &["correlate"]), + ("DIMISSED", &["dismissed"]), + ("DECONDINGS", &["decodings"]), + ("INSTALATION", &["installation"]), + ("CRITISISM", &["criticism"]), + ("CONTAININING", &["containing"]), + ("VEGANISIM", &["veganism"]), + ("EXECUTINO", &["execution"]), + ("CAMBRIDE", &["cambridge"]), + ("ASTONASHING", &["astonishing"]), + ("SIGNINS", &["signings"]), + ("FUNVTIONAL", &["functional"]), + ("ARBITRATRION", &["arbitration"]), + ("HIPSTEREST", &["hipsters"]), + ("AUTISTC", &["autistic"]), + ("COVENAT", &["covenant"]), + ("VIBRATAO", &["vibrato"]), + ("AUTORS", &["authors"]), + ("ABSTRATNESS", &["abstractness"]), + ("NEIGHBES", &["neighbors"]), + ("DILAOG", &["dialog"]), + ("BLOCKES", &["blockers", "blocked", "blocks"]), + ("PREDICITONS", &["predictions"]), + ("BOUNDARYS", &["boundaries"]), + ("LOCALATION", &["location"]), + ("AUDOMODERATOR", &["automoderator"]), + ("BEMUSEMNT", &["bemusement"]), + ("MINIMALT", &["minimalist"]), + ("THSNKING", &["thanking"]), + ("PROPROGATIONS", &["propagations"]), + ("BEGLIUM", &["belgium"]), + ("EXPIREDS", &["expires"]), + ("EXAMIME", &["examine"]), + ("CHOWSING", &["choosing"]), + ("PHOTOGRAPHYI", &["photographic"]), + ("PHOTOGRAHY", &["photography"]), + ("RESUBSTITUION", &["resubstitution"]), + ("PROGRESSSING", &["progressing"]), + ("RESPEKTIVE", &["respective"]), + ("ANONOYMOUS", &["anonymous"]), + ("SPURIOS", &["spurious"]), + ("URANUIM", &["uranium"]), + ("CHARACTERISITCS", &["characteristics"]), + ("PINETREST", &["pinterest"]), + ("UNSUCCESSFULL", &["unsuccessful"]), + ("ALGORTIMIC", &["algorithmic"]), + ("APOLEGETICS", &["apologetics"]), + ("SUSPICISON", &["suspicions"]), + ("REAPONSIBILITIES", &["responsibilities"]), + ("HYPOCRITCAL", &["hypocritical"]), + ("IRREVERSABLE", &["irreversible"]), + ("PAINTIN", &["painting"]), + ("MACTHUPS", &["matchups"]), + ("IMPLEMENTATATION", &["implementation"]), + ("POVERFUL", &["powerful"]), + ("UNSUSBCRIBED", &["unsubscribed"]), + ("PROHIBITTING", &["prohibiting"]), + ("REFILLLS", &["refills"]), + ("OPPRESSSING", &["oppressing"]), + ("COLLABERATE", &["collaborate"]), + ("CHTULHU", &["cthulhu"]), + ("ACQUANITED", &["acquainted"]), + ("JAVACRIPT", &["javascript"]), + ("AUTONEGOTITATIONS", &["autonegotiations"]), + ("EMBARASSIGN", &["embarrassing"]), + ("ANONIMOUS", &["anonymous"]), + ("EXENT", &["extent"]), + ("HISTORICALY", &["historically"]), + ("TEMPATED", &["templated"]), + ("RETIEVAL", &["retrieval"]), + ("SKIPD", &["skipped"]), + ("ASSISTANTE", &["assistance"]), + ("CONCEIVABLEY", &["conceivably"]), + ("FANSERIVCE", &["fanservice"]), + ("REPRENSENTS", &["represents"]), + ("REPLACA", &["replica", "replace"]), + ("KEPPS", &["keeps"]), + ("CONSIDERARTE", &["considerate"]), + ("EXPEREMENTING", &["experimenting"]), + ("ANORMALLY", &["abnormally"]), + ("CASSMS", &["chasms"]), + ("INLCUDING", &["including"]), + ("SUPERSITION", &["supervision"]), + ("CONRRUPTIONS", &["corruptions"]), + ("JUVENLIE", &["juvenile"]), + ("MISINTREPRET", &["misinterpret"]), + ("INHERITAGE", &["heritage", "inheritance"]), + ("VIRUTAL", &["virtual"]), + ("FEDREATED", &["federated"]), + ("ILLUMINARTI", &["illuminati"]), + ("INSERTOS", &["inserts"]), + ("GRANPARENT", &["grandparent"]), + ("PROCCESED", &["processed"]), + ("PHYLOSOPHICAL", &["philosophical"]), + ("AUTENTICATING", &["authenticating"]), + ("SUBSCRIBBING", &["subscribing"]), + ("SYMBLIC", &["symbolic"]), + ("AESTHATICALLY", &["aesthetically"]), + ("ICONCLASTIC", &["iconoclastic"]), + ("ELEMENAL", &["elemental"]), + ("BALCKED", &["blacked"]), + ("DEMENSION", &["dimension"]), + ("GLORFIED", &["glorified"]), + ("HELATHCARE", &["healthcare"]), + ("RUSULT", &["result"]), + ("BOUTQIUE", &["boutique"]), + ("FUMCTIONED", &["functioned"]), + ("GOLBALY", &["globally"]), + ("ANARKISTS", &["anarchists"]), + ("IMPROVESS", &["improves"]), + ("THERMONETER", &["thermometer"]), + ("BLOKCHAIN", &["blockchain"]), + ("SORTNER", &["sorter"]), + ("TEAMFIGTHS", &["teamfights"]), + ("STUATIONS", &["situations", "stations"]), + ("ARIOUS", &["various"]), + ("INTEROPEABLE", &["interoperable"]), + ("INAGURATED", &["inaugurated"]), + ("WEEV", &["weave"]), + ("NEGOTHIATES", &["negotiates"]), + ("PASTURISATION", &["pasteurisation"]), + ("PHYISCAL", &["physical"]), + ("FLUCTUATIVE", &["fluctuate"]), + ("MOMEMENTARILY", &["momentarily"]), + ("AQCUAINTANCE", &["acquaintance"]), + ("APPLIACABLE", &["applicable"]), + ("OPTIONSS", &["options"]), + ("CINTAINER", &["container"]), + ("STRIPTS", &["scripts", "strips"]), + ("COMSTRAINT", &["constraint"]), + ("EXAPNSIONS", &["expansions"]), + ("APPRECISTE", &["appreciates"]), + ("BOUNADED", &["bounded"]), + ("INTREPRETATION", &["interpretation"]), + ("NILIHISM", &["nihilism"]), + ("TORCHLGIHT", &["torchlight"]), + ("COVNERSATION", &["conservation"]), + ("CONTAINTING", &["containing"]), + ("SCHDULES", &["schedules"]), + ("PHLEMATICALLY", &["phlegmatically"]), + ("CONFIGIGURATION", &["configuration"]), + ("UNINITALIZED", &["uninitialized"]), + ("UPGARDING", &["upgrading"]), + ("SIMILARY", &["similarly"]), + ("POUPULAR", &["popular"]), + ("RECOVR", &["recover"]), + ("REBULDS", &["rebuilds"]), + ("PACKGS", &["packages"]), + ("BROBLEMATIC", &["problematic"]), + ("INESRTED", &["inserted"]), + ("NUMBERALS", &["numerals"]), + ("DESCRIPED", &["described"]), + ("ANKSHIUOSLY", &["anxiously"]), + ("CONVERTIABLE", &["convertible"]), + ("CHAMPINOSHIP", &["championships"]), + ("TUSDAY", &["tuesday"]), + ("MAIBOX", &["mailbox"]), + ("NEGOTIOTATES", &["negotiates"]), + ("NOTORIOSLY", &["notoriously"]), + ("REFERANCE", &["reference"]), + ("THISLE", &["thistle"]), + ("PRISITNE", &["pristine"]), + ("LANGYAGES", &["languages"]), + ("CHANCHED", &["changed"]), + ("ASSMEBLES", &["assembles"]), + ("SOICAL", &["social"]), + ("AVAILABILTIY", &["availability"]), + ("BORADLY", &["broadly"]), + ("HYPATHETICAL", &["hypothetical"]), + ("STSTR", &["strstr"]), + ("OIGINATING", &["originating"]), + ("LEGGACIES", &["legacies"]), + ("PROOPERTY", &["property"]), + ("PRINCIPIAL", &["principal"]), + ("RECEPTORES", &["receptors"]), + ("CLACULATOR", &["calculator"]), + ("SYNTEHTIC", &["synthetic"]), + ("ENVINRONMENT", &["environment"]), + ("PROCEDURILE", &["procedure"]), + ("DOBLES", &["doubles"]), + ("DRIAGRAM", &["diagram"]), + ("EXCEEEDED", &["exceeded"]), + ("PURTAINING", &["pertaining"]), + ("ENTENTS", &["intents"]), + ("SYSTYEMS", &["systems"]), + ("BOELEAN", &["boolean"]), + ("CONFESES", &["confess"]), + ("UNJUSTIFYED", &["unjustified"]), + ("CUMLATIVE", &["cumulative"]), + ("UESD", &["used"]), + ("FORMATER", &["formatter"]), + ("INSTRAMENT", &["instrument"]), + ("PARASIDE", &["paradise"]), + ("OEN", &["one"]), + ("WITOUT", &["without"]), + ("IMROVEMENT", &["improvement"]), + ("EXCEPTATION", &["expectation"]), + ("PREINITALIZATION", &["preinitialization"]), + ("PARAGPH", &["paragraph"]), + ("PBLISHER", &["publisher"]), + ("AUTENTICATOR", &["authenticator"]), + ("CONRETE", &["concrete"]), + ("DEPRICATION", &["deprivation"]), + ("INITALLING", &["initialling"]), + ("CONFIFURABLE", &["configurable"]), + ("EPHEMEMERIS", &["ephemeris"]), + ("PREINITALIZED", &["preinitialized"]), + ("NIGHBORING", &["neighboring"]), + ("DISSASEMBLED", &["disassembled"]), + ("BUIL", &["build", "built"]), + ("CLOESLY", &["closely"]), + ("PROPOSSE", &["proposes"]), + ("REVEIVER", &["receiver"]), + ("INVOLANTARY", &["involuntary"]), + ("IMIGRATED", &["emigrated", "immigrated"]), + ("COMMERICIALLY", &["commercially"]), + ("BACKSLASES", &["backslashes"]), + ("SUGGESTIEVE", &["suggestive"]), + ("BOURGOEIS", &["bourgeois"]), + ("COUSE", &["course", "cause"]), + ("NOTEWORTHLY", &["noteworthy"]), + ("IRRITATIE", &["irritate"]), + ("AUTHORITES", &["authorities"]), + ("ZOOCHEINEI", &["zucchinis"]), + ("SKOOLS", &["schools"]), + ("MARXISIM", &["marxism"]), + ("GRABED", &["grabbed"]), + ("DISTRIBUENT", &["distribute"]), + ("KNOWLDGE", &["knowledge"]), + ("CORRRUPT", &["corrupt"]), + ("APPREACIATED", &["appreciated"]), + ("COLUMNNS", &["columns"]), + ("UNSPECIFIEC", &["unspecific"]), + ("STRIKELY", &["strikingly"]), + ("CRSYTALLISATION", &["crystallisation"]), + ("COLORDAO", &["colorado"]), + ("SEPCIFIC", &["specific"]), + ("DEMOGRPAHIC", &["demographic"]), + ("OPTONS", &["options"]), + ("PACKAG", &["package"]), + ("FIRWMARE", &["firmware"]), + ("PACEHOLDER", &["placeholder"]), + ("MALFUNCITON", &["malfunction"]), + ("THRADS", &["threads"]), + ("TECHNCIALLY", &["technically"]), + ("DISCLSOURE", &["disclosure"]), + ("TRASNPLANT", &["transplant"]), + ("TEMPROILY", &["temporarily", "temporally"]), + ("HAMBURGES", &["hamburgers"]), + ("DEMONSTRE", &["demonstrate"]), + ("DISOBEDIANT", &["disobedient"]), + ("ERMINATED", &["terminated"]), + ("NEGOTITAION", &["negotiation"]), + ("ATTACTMENT", &["attachment"]), + ("PREGNENCIES", &["pregnancies"]), + ("CONNECSTATUS", &["connectstatus"]), + ("ANDROIDTVS", &["androids"]), + ("ALTERNETIVELY", &["alternatively"]), + ("AUTOMICALLY", &["automatically"]), + ("MIRACULU", &["miraculous"]), + ("TEMPROAL", &["temporal"]), + ("ANECDOTLE", &["anecdote"]), + ("INITIAIZATION", &["initialization"]), + ("ACCEPTABELT", &["acceptable"]), + ("REPRESENTIATIVE", &["representative"]), + ("PERMANENTELY", &["permanently"]), + ("PROTAGONISTAS", &["protagonists"]), + ("VICTORINOS", &["victorious"]), + ("DIPTHONGS", &["diphthongs"]), + ("INTERIOARE", &["interior"]), + ("ATTRIEBUTING", &["attributing"]), + ("UNSSUPPORTED", &["unsupported"]), + ("CONSTATN", &["constant"]), + ("TRILOGOY", &["trilogy"]), + ("CACLUALTED", &["calculated"]), + ("WITHUOUT", &["without"]), + ("VALIDITITY", &["validity"]), + ("LIBRATIE", &["library"]), + ("JENKIN", &["jenkins"]), + ("NARCASSISM", &["narcissism"]), + ("DOWLINKS", &["downlinks"]), + ("NARSSICISTIC", &["narcissistic"]), + ("OMRE", &["more"]), + ("CUPLES", &["couples"]), + ("NEIGHBORHODS", &["neighborhoods"]), + ("ASSUMAS", &["assumes"]), + ("CONTINUALY", &["continually"]), + ("SURRUNDERING", &["surrendering"]), + ("DISASSEMBLERR", &["disassembler"]), + ("CORRRECTING", &["correcting"]), + ("YESTARDAY", &["yesterday"]), + ("PHYISQUE", &["physique"]), + ("OTIONS", &["options"]), + ("ATTRBUTE", &["attribute"]), + ("INCOROPATES", &["incorporates"]), + ("PROJECTILT", &["projectile"]), + ("SPEFIIFY", &["specify"]), + ("SUBTITTLES", &["subtitles"]), + ("PERFOMED", &["performed"]), + ("WHATEPSACES", &["whitespaces"]), + ("TARCES", &["traces"]), + ("PARASITTER", &["parasite"]), + ("NAIBORHOODS", &["neighborhoods"]), + ("HEDAER", &["header"]), + ("TRANSLUCIENT", &["translucent"]), + ("DISUSSION", &["discussion"]), + ("ACKNOWLEDING", &["acknowledging"]), + ("PERFURRING", &["preferring"]), + ("DEKETES", &["deletes"]), + ("SUPRESSED", &["suppressed"]), + ("OLYMIPCS", &["olympics"]), + ("UNDEBIABLY", &["undeniably"]), + ("NEUTRALT", &["neutrality"]), + ("CROWM", &["crown"]), + ("VIRTUOSE", &["virtues"]), + ("PARENTESIS", &["parentheses", "parenthesis"]), + ("OPTIMAZATIONS", &["optimizations"]), + ("DENOMINADOR", &["denominator"]), + ("DISPLAING", &["displaying"]), + ("ZOOKEINEI", &["zucchinis"]), + ("EXPESE", &["expense"]), + ("ATTEMTING", &["attempting"]), + ("NEWANCES", &["nuances"]), + ("CYRRENT", &["current"]), + ("AUTONEGOTIOATION", &["autonegotiation"]), + ("ANALYSELES", &["analyses"]), + ("DUSTIFICATION", &["justification"]), + ("DETERMING", &["determining", "determine"]), + ("EXECUTALE", &["executable"]), + ("COPRYIGHT", &["copyright"]), + ("SHUTTED", &["shut"]), + ("IMPLMENETING", &["implementing"]), + ("OVERRIDDDEN", &["overridden"]), + ("ALGORITMS", &["algorithms"]), + ("COMPLEXERS", &["complexes"]), + ("SERVERITY", &["severity"]), + ("VANILLIA", &["vanilla"]), + ("SUMARY", &["summary"]), + ("JASMIEN", &["jasmine"]), + ("POTENTIEL", &["potential"]), + ("EXPOLDING", &["exploding"]), + ("SUPERSTITUOUS", &["superstitious"]), + ("CAVAETS", &["caveats"]), + ("RELATABE", &["relatable"]), + ("GENERATIE", &["generate"]), + ("UNDENEATH", &["underneath"]), + ("CIVILIAZTION", &["civilizations"]), + ("TERMINOLIGY", &["terminology"]), + ("ANCILLIARY", &["ancillary"]), + ("VIRTUALENF", &["virtualenv"]), + ("SPECIFIYING", &["specifying"]), + ("COMSETICS", &["cosmetics"]), + ("BELIVED", &["believed", "beloved"]), + ("INTERAKTIVELY", &["interactively"]), + ("APPROXIATION", &["approximation"]), + ("BUILDPACKGES", &["buildpackages"]), + ("POEPLE", &["people"]), + ("BOMBEROS", &["bombers"]), + ("SCRUITNY", &["scrutiny"]), + ("EXPERIMINT", &["experiment"]), + ("TRANSITIOSN", &["transitions"]), + ("PEROPERLY", &["properly"]), + ("LIBERALSIM", &["liberalism"]), + ("DOSCLOSING", &["disclosing"]), + ("EXPERIMENTT", &["experiment"]), + ("MODFIABLE", &["modifiable"]), + ("WINDOWD", &["windows", "windowed"]), + ("MANUALYL", &["manually"]), + ("CIPHERNTEXT", &["ciphertext"]), + ("GRADUALY", &["gradually"]), + ("TRANSPOT", &["transport"]), + ("TANGEANTIAL", &["tangential"]), + ("HORITONTAL", &["horizontal"]), + ("SURFCAE", &["surface"]), + ("EEXTRACTION", &["extraction"]), + ("ACCOUTING", &["accounting"]), + ("ACCORIDNGLY", &["accordingly"]), + ("EQUIVALET", &["equivalents"]), + ("PARITION", &["partition"]), + ("GENTIALIA", &["genitalia"]), + ("SUBFROMAT", &["subformat"]), + ("CONSTAIN", &["constrain", "contain"]), + ("SPEFIFEID", &["specified"]), + ("DISELECT", &["deselect"]), + ("BERKELELY", &["berkeley"]), + ("ACKOWLEDGEMENT", &["acknowledgement"]), + ("INEXPERIANCE", &["inexperience"]), + ("RECIEVERS", &["receivers"]), + ("AVAILABKE", &["available"]), + ("POPUPLARITY", &["popularity"]), + ("MEDITACION", &["medications"]), + ("ALLEIVATE", &["alleviate"]), + ("AGGREGETOR", &["aggregator"]), + ("HIGHTLIGHTED", &["highlighted"]), + ("OCLUDED", &["occluded"]), + ("WHOES", &["whose"]), + ("INVISISBLE", &["invisible"]), + ("SUCESSSFULLY", &["successfully"]), + ("EXPEMTS", &["exempts"]), + ("SUBLCASS", &["subclass"]), + ("SPRAYADE", &["sprayed"]), + ("CORDINATES", &["coordinates"]), + ("ATTACHTED", &["attached"]), + ("SIMILIARITY", &["similarity"]), + ("FORASKEN", &["forsaken"]), + ("CONFIGED", &["configured"]), + ("EMBARASSED", &["embarrassed"]), + ("SATIFSY", &["satisfy"]), + ("OPTIMISTACALLY", &["optimistically"]), + ("INSERS", &["inserts"]), + ("CLEANNUP", &["cleanup"]), + ("RECROD", &["record"]), + ("ASSOTIATION", &["association"]), + ("SUBEXPRESSSION", &["subexpression"]), + ("OFFCIALLY", &["officially"]), + ("PASIVE", &["passive"]), + ("UNDERGROUD", &["underground"]), + ("YIOU", &["you"]), + ("CONDESNED", &["condensed"]), + ("SUBSTITUTUES", &["substitutes"]), + ("BENGHAZHI", &["benghazi"]), + ("CLIBPOARD", &["clipboard"]), + ("SOFOMORES", &["sophomores"]), + ("RECONGNIZES", &["recognizes"]), + ("NOTIFICATIN", &["notification"]), + ("CORRUPTD", &["corrupted"]), + ("EXPETECTEDLY", &["expectedly"]), + ("TEMPURTURE", &["temperature"]), + ("CAPTIOL", &["capitol"]), + ("INTERESRING", &["interfering"]), + ("ACURATE", &["accurate"]), + ("VEGTABLE", &["vegetable"]), + ("ADDITIOANAL", &["additional"]), + ("ENDE", &["end"]), + ("TESING", &["testing"]), + ("BOUNDAY", &["boundary"]), + ("VLUES", &["values"]), + ("ASSITION", &["assertion"]), + ("TORERABLE", &["tolerable"]), + ("DIAGRAMAS", &["diagrams"]), + ("EXPIRIENCE", &["experience"]), + ("SUPREMICIST", &["supremacist"]), + ("OVERZELOUS", &["overzealous"]), + ("SOEMTHIN", &["somethin"]), + ("INTRODUCITON", &["introduction"]), + ("DISPOSTE", &["dispose"]), + ("ENTREPRENOURS", &["entrepreneurs"]), + ("FLUTTERSKY", &["fluttershy"]), + ("VARIFIES", &["verifies"]), + ("BOUNAARY", &["boundary"]), + ("FAMOUST", &["famous"]), + ("ECONIMICAL", &["economical"]), + ("ANULLING", &["annulling"]), + ("OUTPSOKEN", &["outspoken"]), + ("BITWIZE", &["bitwise"]), + ("UNNOWN", &["unknown"]), + ("SEUP", &["setup"]), + ("SPOLIED", &["spoiled"]), + ("VARIBABLE", &["variable"]), + ("PLEASEURE", &["pleasure"]), + ("SURVICES", &["services", "survives"]), + ("DIRVER", &["driver"]), + ("MYSELFES", &["myself"]), + ("EXCCUTE", &["execute"]), + ("NINETH", &["ninth"]), + ("DERECTIVE", &["directive"]), + ("REQIURE", &["require"]), + ("CONNETOR", &["connector"]), + ("UTILIZAITON", &["utilization"]), + ("RETORING", &["restoring"]), + ("REBOTO", &["reboot"]), + ("EMPLOYEUR", &["employer"]), + ("SUBTRACION", &["subtraction"]), + ("CUBCILE", &["cubicle"]), + ("EVERYTHIN", &["everything"]), + ("SPACEBR", &["spacebar"]), + ("INTAMICY", &["intimacy"]), + ("SUBPROCCESE", &["subprocess"]), + ("PRDPAGATED", &["propagated"]), + ("RENEGOZIATES", &["renegotiates"]), + ("REAMINED", &["remained"]), + ("REPBLICAN", &["republican"]), + ("COLLENDERS", &["cullenders"]), + ("IMPORSTS", &["imports"]), + ("DELIMITIED", &["delimited"]), + ("SECURTIY", &["security"]), + ("MIRCOWAVE", &["microwave"]), + ("IMPLICITE", &["implicit", "implicitly"]), + ("AGGREGATET", &["aggregated"]), + ("IMPROOVE", &["improve"]), + ("TOTAT", &["total"]), + ("DELTE", &["delete"]), + ("COORDENATES", &["coordinates"]), + ("QUESTIONNED", &["questioned"]), + ("RECGONIZABLE", &["recognizable"]), + ("MAKEFLE", &["makefile"]), + ("TOUBLES", &["troubles"]), + ("ETO", &["to"]), + ("ATTIRTION", &["attrition"]), + ("VENEMOUS", &["venomous"]), + ("AUTHENDICATE", &["authenticate"]), + ("MIGRANS", &["migrants"]), + ("COMPETITIVLEY", &["competitively"]), + ("BRACNHED", &["branched"]), + ("BLULETS", &["bullets"]), + ("UNANNOMUS", &["unanimous"]), + ("CUMMULATIVE", &["cumulative"]), + ("WRITTERS", &["writers"]), + ("BYPAS", &["bypass"]), + ("COMEPTITIVE", &["competitive"]), + ("SUBSCRITPTIONS", &["subscriptions"]), + ("PLAFTORMS", &["platforms"]), + ("DIAGONSIS", &["diagnosis"]), + ("RENEGATIOTIATES", &["renegotiates"]), + ("PROPRITION", &["proportion"]), + ("REIGSTRATION", &["registration"]), + ("REGENRATET", &["regenerated"]), + ("IMPLCT", &["implicit"]), + ("CREDINTIALS", &["credentials"]), + ("GAGET", &["gadget"]), + ("UNITILITY", &["utility"]), + ("BOOKKEEIPING", &["bookkeeping"]), + ("GOVERNMANET", &["governmental"]), + ("PEFERRING", &["preferring"]), + ("CUTSOM", &["custom"]), + ("ENCHANEMENT", &["enchantment"]), + ("IMPARTIRLA", &["impartial"]), + ("EXPEWRIMENTERS", &["experimenters"]), + ("OPRATORS", &["operators"]), + ("CAPUTURE", &["capture"]), + ("SKELETAAL", &["skeletal"]), + ("EXCHANCHES", &["exchanges"]), + ("CIRCUMSTNTIAL", &["circumstantial"]), + ("ARIZONIA", &["arizona"]), + ("OVERSIMPLIFICIATION", &["oversimplification"]), + ("TRANSCULENT", &["translucent"]), + ("SENTIENL", &["sentinel"]), + ("SURROUNDIGS", &["surrounds"]), + ("TURNAROUD", &["turnaround"]), + ("AGGREGATORE", &["aggregate"]), + ("REVEIWERS", &["reviewers"]), + ("DISCCONETING", &["disconnecting"]), + ("MALICOUS", &["malicious"]), + ("BOUNADRY", &["boundary"]), + ("BEHVAIOR", &["behavior"]), + ("QEUSTIONS", &["questions"]), + ("ENLSAVED", &["enslaved"]), + ("DEAMBIGATION", &["disambiguation"]), + ("DEOCRATIONS", &["decorations"]), + ("PROMISSES", &["promises"]), + ("AUTOMATCALLY", &["automatically"]), + ("BEFOER", &["before"]), + ("BAHAVIORS", &["behaviors"]), + ("ACCEPTABIL", &["acceptable"]), + ("TENNANTS", &["tenants"]), + ("GRAUDATION", &["graduation"]), + ("COTNROLS", &["controls"]), + ("CONPASSIONATE", &["compassionate"]), + ("CORRENSPONDED", &["corresponded"]), + ("SECITONS", &["sections"]), + ("KILLINGEST", &["killings"]), + ("GUARENTYINGING", &["guaranteeing"]), + ("CONSIDIER", &["consider"]), + ("CALCUALTES", &["calculates"]), + ("INFINITIE", &["infinite", "infinity"]), + ("AVTIVE", &["active"]), + ("TEMPLAET", &["template"]), + ("CIPHERUITES", &["ciphersuites"]), + ("ENETERING", &["entering"]), + ("RESPONSILE", &["responsive"]), + ("IMPLMENETATION", &["implementation"]), + ("DIAGONSTICS", &["diagnostic"]), + ("OPREATING", &["operating"]), + ("RESTARAUNTEUR", &["restauranteur"]), + ("INVOLINTARY", &["involuntary"]), + ("OPTIONALLLY", &["optionally"]), + ("POLITICALY", &["politically"]), + ("ACADIMY", &["academy"]), + ("SIMLUATIONS", &["simulations"]), + ("PREPETRATOR", &["perpetrator"]), + ("GROWTESK", &["grotesque"]), + ("SPORTMANSSHIP", &["sportsmanship"]), + ("BEAUCOP", &["beaucoup"]), + ("SUCESSES", &["successes"]), + ("SKATEBOADER", &["skateboard"]), + ("SWITHING", &["switching"]), + ("NEGOTAITIONS", &["negotiations"]), + ("INDONESION", &["indonesian"]), + ("EXCEUCTIVES", &["executives"]), + ("LIQUIDOS", &["liquids"]), + ("TURTORIALS", &["tutorials"]), + ("PRESERING", &["preserving"]), + ("MESSAES", &["messages"]), + ("STRAWBERIES", &["strawberries"]), + ("BEAUTFUL", &["beautiful"]), + ("THETRAEDRAL", &["tetrahedral"]), + ("PROVACATIVE", &["provocative"]), + ("BREASTFEADING", &["breastfeeding"]), + ("REFURBUSHED", &["refurbished"]), + ("BELEIFING", &["believing"]), + ("PROCCESSORS", &["processors"]), + ("MAIRADB", &["mariadb"]), + ("MULTIPES", &["multiples"]), + ("ARTIFICALLY", &["artificially"]), + ("AVERGAED", &["averaged"]), + ("BLEGIAN", &["belgian"]), + ("FOCUSF", &["focus"]), + ("DYNAMICUS", &["dynamics"]), + ("PPOULATOR", &["populator"]), + ("NORAL", &["normal", "moral"]), + ("POSSIBILIES", &["possibilities"]), + ("LOGED", &["logged", "lodged", "longed"]), + ("UNCHALLENGABLE", &["unchallengeable"]), + ("TRADITIONNALLY", &["traditionally"]), + ("REPUBLIS", &["republics"]), + ("TRANALATIONS", &["translations"]), + ("OUTSKIRST", &["outskirts"]), + ("COCNERNS", &["concerns"]), + ("MULITPLICATIVE", &["multiplicative"]), + ("SOCIOLIGICAL", &["sociological"]), + ("REAASIGNED", &["reassigned"]), + ("UNVIERSITIES", &["universities"]), + ("CONVERSATIVES", &["conservatives"]), + ("KEPPING", &["keeping"]), + ("ARCHITCTS", &["architects"]), + ("VEHCILES", &["vehicles"]), + ("PAKAGE", &["package"]), + ("NECSSARY", &["necessary"]), + ("IMMEDIATLY", &["immediately"]), + ("INSEPECTED", &["inspected"]), + ("TRASNGENDERED", &["transgendered"]), + ("ISTEAD", &["instead"]), + ("PERFROMER", &["performer"]), + ("OVERIDING", &["overriding"]), + ("SEPCIFICALLY", &["specifically"]), + ("INHERINT", &["inherit"]), + ("EXPERAMENTELLY", &["experimentally"]), + ("ACUSING", &["causing"]), + ("LOCAES", &["locates"]), + ("ENDPIONT", &["endpoint"]), + ("MATERILIZE", &["materialize"]), + ("TRADICIONAL", &["traditional"]), + ("FAYMUS", &["famous"]), + ("BOOKKEPING", &["bookkeeping"]), + ("INFOGRAPIC", &["infographic"]), + ("CALLCACK", &["callback"]), + ("OVERPAIED", &["overpaid"]), + ("DENOMENATIONS", &["denominations"]), + ("FLEXIBILTY", &["flexibility"]), + ("METABOLSIM", &["metabolism"]), + ("CURREN", &["current"]), + ("UNACCEPTIBLE", &["unacceptable"]), + ("TRANSPARANTIE", &["transparent"]), + ("HANDSHACKED", &["handshaked"]), + ("COMPULSIVO", &["compulsion"]), + ("CONSRTUCTS", &["constructs"]), + ("SYNONMYS", &["synonyms"]), + ("WHITSPACES", &["whitespace"]), + ("ULRASONIC", &["ultrasonic"]), + ("SHFITER", &["shifter"]), + ("COPENHAGUEN", &["copenhagen"]), + ("ENIGNEER", &["engineer"]), + ("CONLCUDED", &["concluded"]), + ("ANNAVERSERYS", &["anniversaries"]), + ("PERTICIPATED", &["participated"]), + ("OVERSETIMATING", &["overestimating"]), + ("MISMACHING", &["mismatching"]), + ("MAPE", &["map"]), + ("ENHANCMENT", &["enhancement"]), + ("QUROUM", &["quorum"]), + ("SCRAMLING", &["scrambling"]), + ("HISTROIES", &["histories"]), + ("PROPAGTION", &["propagation"]), + ("CPONTENT", &["content"]), + ("REARRANEMENT", &["rearrangement"]), + ("PATHANE", &["pathname"]), + ("ATRICULATE", &["articulate"]), + ("ASENDENCE", &["ascendence"]), + ("COMBABILITY", &["compatibility"]), + ("REGULAOTRY", &["regulatory"]), + ("AWKNOWLEDGEMENT", &["acknowledgement"]), + ("WITHRDAWAL", &["withdrawals"]), + ("INNOCULATE", &["inoculate"]), + ("BOUNRAY", &["boundary"]), + ("APPRIECIATING", &["appreciating"]), + ("INTERATIVE", &["interactive"]), + ("ANECDATALLY", &["anecdotally"]), + ("ACADEMICA", &["academia"]), + ("ASSMPTIONS", &["assumptions"]), + ("APOLAGIZED", &["apologized"]), + ("COUMTER", &["counter"]), + ("LANGUGAE", &["language"]), + ("PARAGARPHS", &["paragraphs"]), + ("LINEARILY", &["linearly", "linearity"]), + ("CUASALITY", &["causality"]), + ("PERSONALITITES", &["personalities"]), + ("APOLOGES", &["apologise"]), + ("QUEW", &["queue"]), + ("PUBLCIZE", &["publicize"]), + ("HOMOPHOPIA", &["homophobia"]), + ("TRAMSMITTING", &["transmitting"]), + ("REVOLUTINS", &["revolutions"]), + ("RATHCET", &["ratchet"]), + ("LAER", &["later", "layer"]), + ("DELIVERES", &["delivers"]), + ("HAPENNS", &["happens"]), + ("DISLIKSE", &["dislikes"]), + ("SACLE", &["scale"]), + ("TEMPORARIRLY", &["temporarily"]), + ("ORIGINNALLY", &["originally"]), + ("TERRESTIAL", &["terrestrial"]), + ("REPUSLIVE", &["repulsive"]), + ("ATHEISTISCH", &["atheistic"]), + ("COMSUMED", &["consumed"]), + ("BRIUSER", &["bruiser"]), + ("MARIYLN", &["marilyn"]), + ("LITHUIANA", &["lithuania"]), + ("OBJECTIVY", &["objectivity"]), + ("LEARNIGN", &["learning"]), + ("DIRECTELY", &["directly"]), + ("EVEYR", &["every"]), + ("SPAHGETTI", &["spaghetti"]), + ("INTENISTY", &["intensity"]), + ("NEEEDLES", &["needles", "needless"]), + ("CYPHERSUITES", &["ciphersuites"]), + ("COMPLICTED", &["complicated"]), + ("TESITCLE", &["testicle"]), + ("REASSURRING", &["reassuring"]), + ("BEHAVOIRAL", &["behavioral"]), + ("AGRESSIVNES", &["aggressive"]), + ("APPATHETIC", &["apathetic"]), + ("ASSUMOTION", &["assumption"]), + ("TECHNIAL", &["technical"]), + ("PROCTECTED", &["protected"]), + ("SEQEUENCE", &["sequence"]), + ("CONINUITY", &["continuity"]), + ("IMPLMENTATIONS", &["implementations"]), + ("WRON", &["wrong"]), + ("UNSED", &["used", "unused", "unset"]), + ("INADEQUET", &["inadequate"]), + ("PLEAES", &["please"]), + ("CIRCUMSTANTA", &["circumstantial"]), + ("REGUALRS", &["regulars"]), + ("PURSUADE", &["persuade"]), + ("HERATIGE", &["heritage"]), + ("PICTHES", &["pitches"]), + ("REINSTATIATE", &["reinstantiate"]), + ("STROYTELLING", &["storytelling"]), + ("PORTUGUISE", &["portuguese"]), + ("REPRORT", &["report"]), + ("INCARCELATED", &["incarcerated"]), + ("REFELXES", &["reflexes"]), + ("EXECUTINER", &["executioner"]), + ("CONCATATION", &["concatenation"]), + ("HUMANITATIAN", &["humanitarian"]), + ("CONSERVITAVE", &["conservatives"]), + ("BOUNARIES", &["boundaries"]), + ("LEGIONAIR", &["legionnaire"]), + ("MENTALLITY", &["mentally"]), + ("INQUISITIR", &["inquisitor"]), + ("UNDERLFOWED", &["underflowed"]), + ("INTRRUPTED", &["interrupted"]), + ("PORCESSES", &["processes"]), + ("FERMENTATO", &["fermentation"]), + ("HEPL", &["help"]), + ("COMPUTATO", &["computation"]), + ("COMPLICATIN", &["complicit"]), + ("DISPACEMENT", &["displacement"]), + ("OBSOLITED", &["obsoleted"]), + ("HYPERLOGIC", &["hyperbolic"]), + ("EXECUTIONOR", &["executioner"]), + ("DEFINITON", &["definition"]), + ("HESISTATION", &["hesitation"]), + ("EXPERIMENTAITON", &["experimentation"]), + ("APSOTLES", &["apostles"]), + ("COMENT", &["comment"]), + ("CIRICULARISE", &["circularise"]), + ("LIVESCREAM", &["livestream"]), + ("CERTIFICSTING", &["certificating"]), + ("DESTRIBUTE", &["distribute"]), + ("MVOES", &["moves"]), + ("VOLENTIER", &["volunteer"]), + ("DIFFERRENT", &["different"]), + ("SYKWALKER", &["skywalker"]), + ("OLDES", &["oldest"]), + ("EXCEUCTED", &["executed"]), + ("SKRAWBERRIES", &["strawberries"]), + ("NAWSHEA", &["nausea"]), + ("PERFERABLE", &["preferable"]), + ("PREFERENS", &["preferences"]), + ("REMVOE", &["remove"]), + ("SUBROUTIE", &["subroutine"]), + ("REPERESENT", &["represent"]), + ("ELECTORLYTES", &["electrolytes"]), + ("ARCITECHTURE", &["architecture"]), + ("OPPINIONS", &["opinions"]), + ("INOFRMATION", &["information"]), + ("IGNORRED", &["ignored"]), + ("ADJCENTCY", &["adjacency"]), + ("DISATVANTAGES", &["disadvantages"]), + ("ALLOCAL", &["allocate"]), + ("MODIFER", &["modifier"]), + ("SUPERIORIS", &["superiors"]), + ("CONTSTRUCTS", &["constructs"]), + ("ACNEDOTE", &["anecdote"]), + ("DIFFERNTIAL", &["differential"]), + ("UNILATERLLY", &["unilaterally"]), + ("FOLLFOWERS", &["followers"]), + ("DEREFENCED", &["dereferenced"]), + ("DOMENSION", &["dimension"]), + ("INFORNT", &["infront"]), + ("INSTRUCIONAL", &["instructional"]), + ("VISUAISED", &["visualised"]), + ("PERMITAS", &["permits"]), + ("PORALIZED", &["polarized"]), + ("TEMPARAL", &["temporal"]), + ("FRIVILOUSLY", &["frivolously"]), + ("NEET", &["need", "neat"]), + ("PREORDERDED", &["preordered"]), + ("SENTIMENTOS", &["sentiments"]), + ("HANNDLE", &["handle"]), + ("BEGING", &["begging", "beginning", "being"]), + ("PORTRAING", &["portraying"]), + ("CORRIDOORS", &["corridors"]), + ("PALCE", &["place", "palace"]), + ("INDEPDENTED", &["independent"]), + ("VAROIUS", &["various"]), + ("EXTRAXTORS", &["extractors"]), + ("WARNIGS", &["warnings"]), + ("INDEPEND", &["independent"]), + ("DEDUPLATE", &["deduplicate"]), + ("THOERISTS", &["theorists"]), + ("RESERVERAD", &["reserved"]), + ("DEPRECATATION", &["deprecation"]), + ("INTERFERECE", &["interference"]), + ("INTREPRETER", &["interpreter"]), + ("PROMENANTLY", &["prominently"]), + ("SYLISTIC", &["stylistic"]), + ("UNORIGNIAL", &["unoriginal"]), + ("SUBNEGOPTIONSOTIATIONS", &["subnegotiations"]), + ("DEREFENCING", &["dereferencing"]), + ("COEFFICIENCTS", &["coefficients"]), + ("ARBITRAY", &["arbitrary"]), + ("WIEH", &["view"]), + ("LAOTIONS", &["laotians", "lotions"]), + ("MISISONARIES", &["missionaries"]), + ("INDEGINOUS", &["indigenous"]), + ("EXTRAORDINARYLY", &["extraordinarily"]), + ("WORKSTAITON", &["workstation"]), + ("TRUSH", &["trust", "trash", "thrush"]), + ("SPEFICIFYING", &["specifying"]), + ("TERRIBLLY", &["terribly"]), + ("PLATEU", &["plateau"]), + ("CIRCUMCISIED", &["circumcised"]), + ("CLASSE", &["class", "classes"]), + ("SILOHUETTE", &["silhouette"]), + ("EXPROPIATE", &["expropriate"]), + ("COMITISH", &["commitish"]), + ("EXPEPECTED", &["expected"]), + ("PRETINENT", &["pertinent"]), + ("ATTRUBTES", &["attributes"]), + ("EXPERIMENTAIONS", &["experimentations"]), + ("SCRREN", &["screen"]), + ("PROFICIENTCY", &["proficiency"]), + ("ASSOSCIATED", &["associated"]), + ("EVERTYHIGN", &["everything"]), + ("INCIDENTIALLY", &["incidentally"]), + ("OFTERN", &["often"]), + ("ONTAIN", &["contain", "obtain"]), + ("RESARCH", &["research"]), + ("IMPLEMNTED", &["implemented"]), + ("OPEARION", &["operation"]), + ("UNCOUNCIOUS", &["unconscious"]), + ("SORTLST", &["sortlist"]), + ("PLATFARM", &["platform"]), + ("JEWLERY", &["jewelry"]), + ("TJE", &["the"]), + ("NOTIFIY", &["notify"]), + ("WILH", &["will"]), + ("EXTENSSION", &["extension"]), + ("IONDE", &["inode"]), + ("REPERESENTED", &["represented"]), + ("ASSSOCIATION", &["association"]), + ("SHIRELY", &["shirley"]), + ("INFINTRATOR", &["infiltrator"]), + ("ANARCHISTM", &["anarchism", "anarchist"]), + ("TINDERGARTEN", &["kindergarten"]), + ("DESITNATION", &["destination"]), + ("DRVIER", &["driver"]), + ("CONITNUE", &["continue"]), + ("PREFERIBLE", &["preferable"]), + ("REGSION", &["region"]), + ("PEPLICA", &["replica"]), + ("CUMBERSONE", &["cumbersome"]), + ("UNPLEASENT", &["unpleasant"]), + ("ALTURISTIC", &["altruistic"]), + ("RELCUTANTLY", &["reluctantly"]), + ("QUITH", &["quit", "with"]), + ("SYNCRONIZED", &["synchronized"]), + ("FEDORAHS", &["fedoras"]), + ("COINTAIN", &["contain"]), + ("RELPASE", &["relapse"]), + ("DLEIVERY", &["delivery"]), + ("COMPOSUTED", &["composited"]), + ("ABSOLUT", &["absolute"]), + ("REDUNCANCY", &["redundancy"]), + ("EXPERTIES", &["expertise"]), + ("TRANSOFRMS", &["transforms"]), + ("EXPERINEMENTELLY", &["experimentally"]), + ("CONTINUTE", &["continue"]), + ("COALLECING", &["coalescing"]), + ("TATGERTING", &["targeting"]), + ("NUMEARATION", &["numeration"]), + ("INFRORMATION", &["information"]), + ("INDIATED", &["indicated"]), + ("FRAGMANTED", &["fragment"]), + ("INTIRCATE", &["intricate"]), + ("NAIBHORHOOD", &["neighborhood"]), + ("RESTIRER", &["restorer"]), + ("REOLACE", &["replace"]), + ("ARGENTIA", &["argentina"]), + ("APLIES", &["applies"]), + ("RELATIVLY", &["relatively"]), + ("MISUNDERSTANIDNG", &["misunderstandings"]), + ("STERIODS", &["steroids"]), + ("DISTRUBUTED", &["distributed"]), + ("ENTERPRIZE", &["enterprise"]), + ("CUESTIONS", &["questions"]), + ("STRONLY", &["strongly"]), + ("INSTRINSIC", &["intrinsic"]), + ("PROPOSTEROUS", &["preposterous"]), + ("CRYPTOGRAPIC", &["cryptographic"]), + ("AUTOMANIFACTURED", &["automanufactured"]), + ("ADMINISTORED", &["administer"]), + ("WISPERED", &["whispered"]), + ("SUMMARIZAION", &["summarization"]), + ("YOPUR", &["your"]), + ("COSE", &["case"]), + ("RECOMMED", &["recommend"]), + ("METROPILIS", &["metropolis"]), + ("SYNTAKS", &["syntax"]), + ("OVERVRIDE", &["override"]), + ("SUBTILES", &["subfiles", "subtitles"]), + ("DELEVOPMENT", &["development"]), + ("SIGNITURES", &["signatures"]), + ("VIRUTUAL", &["virtual"]), + ("COBINING", &["combining"]), + ("CONSENTIOUSLY", &["conscientiously"]), + ("PROLEMATIC", &["problematic"]), + ("HOMOEGENOUS", &["homogeneous"]), + ("PERTUBATE", &["perturb"]), + ("MOPRHINE", &["morphine"]), + ("BAHAVIOR", &["behavior"]), + ("EXPRESSE", &["expressive"]), + ("ELECTROLYES", &["electrolytes"]), + ("PRECISLY", &["precisely"]), + ("VENYETS", &["vignettes"]), + ("ENDNODEN", &["endnode"]), + ("ANNILIHATION", &["annihilation"]), + ("RELEIVER", &["reliever"]), + ("LINGIERE", &["lingerie"]), + ("ULTER", &["alter"]), + ("INTEGERE", &["integer"]), + ("MICROTRANASCTIONS", &["microtransactions"]), + ("CAPITLIZES", &["capitalizes"]), + ("UPDATS", &["updates"]), + ("WESBTROOK", &["westbrook"]), + ("COMPUTTAION", &["computation"]), + ("CONCEPTA", &["conceptual"]), + ("REDERING", &["rendering"]), + ("OVERHWELM", &["overwhelm"]), + ("INEXPIERENCE", &["inexperienced", "inexperience"]), + ("REINITALIZING", &["reinitializing"]), + ("UPGARADES", &["upgrades"]), + ("CHORNOLOGICAL", &["chronological"]), + ("THURSTERS", &["thrusters"]), + ("RECONCILLE", &["reconcile"]), + ("ASSIMLIATED", &["assimilate"]), + ("MCALREN", &["mclaren"]), + ("VRITUOSO", &["virtuoso"]), + ("EVALUETED", &["evaluated"]), + ("CHANNNELS", &["channels"]), + ("CALLBBACKS", &["callbacks"]), + ("MUH", &["much"]), + ("MESSAGD", &["messaged"]), + ("RECURSIVION", &["recursion"]), + ("PHILISOPHY", &["philosophy"]), + ("EXPEWRIMENTALLY", &["experimentally"]), + ("PROCUDED", &["produced"]), + ("CRINGEWOTHY", &["cringeworthy"]), + ("OMMISION", &["omission"]), + ("MANUFCATURERS", &["manufactures"]), + ("SPARTANTS", &["spartans"]), + ("EXHASUT", &["exhaust"]), + ("BELOND", &["belong"]), + ("COLLABERATOR", &["collaborate"]), + ("DISTRIBITOR", &["distributor"]), + ("SOCITIES", &["societies"]), + ("AUTHOER", &["author"]), + ("INTESNITY", &["intensity"]), + ("HANDSHAKRE", &["handshake"]), + ("POSSBLE", &["possible"]), + ("PREFERABLEY", &["preferably"]), + ("AUTHORIZATOIN", &["authorization"]), + ("FINALL", &["final", "finally"]), + ("DEFERING", &["deferring"]), + ("ITEN", &["item"]), + ("CIRRUCULUM", &["curriculum"]), + ("INTERPRETAION", &["interpretation"]), + ("IMPOVE", &["improve"]), + ("TEMPRAAL", &["temporal"]), + ("AAUTOMATIC", &["automatic"]), + ("POOINTER", &["pointer"]), + ("APPRECIATON", &["appreciation"]), + ("ILLUSTARTOR", &["illustrator"]), + ("DOMINATO", &["domination"]), + ("POSITIVIELY", &["positively"]), + ("PRESSE", &["pressed", "press"]), + ("DISAPPLINED", &["disciplined"]), + ("REGISTERERED", &["registered"]), + ("UPTREAMS", &["upstreams"]), + ("ALCOHOLC", &["alcoholics"]), + ("REPLACEMNET", &["replacements"]), + ("COMPARISMENTS", &["comparisons"]), + ("SPORTSMAMSHIP", &["sportsmanship"]), + ("SELECRTION", &["selection"]), + ("BEHAVORIAL", &["behavioral"]), + ("INSEPCT", &["inspect"]), + ("SELECTOIN", &["selection"]), + ("TRINTIY", &["trinity"]), + ("PERIODOS", &["periods"]), + ("DESCRIPTIORS", &["descriptors"]), + ("BUFFERENT", &["buffered"]), + ("TIO", &["to"]), + ("CONNECTD", &["connected"]), + ("METAPHISICS", &["metaphysics"]), + ("AUTHECATING", &["authenticating"]), + ("POLTICALLY", &["politically"]), + ("TESTICEL", &["testicle"]), + ("EXPESNCE", &["expense"]), + ("MISSIGN", &["missing"]), + ("IDENIFY", &["identify"]), + ("DISTATSEFUL", &["distasteful"]), + ("IRESISTIBLE", &["irresistible"]), + ("RETARDATHON", &["retardation"]), + ("CONFURING", &["configuring"]), + ("SUPLEMENTARY", &["supplementary"]), + ("DEPARMENTAL", &["departmental"]), + ("OBSURE", &["obscure"]), + ("RESPONES", &["response", "responses"]), + ("UNIQULEY", &["uniquely"]), + ("PARANTHESIS", &["parenthesis"]), + ("REVISON", &["revision"]), + ("AGGERGATION", &["aggregation"]), + ("VOILATES", &["violates"]), + ("TEMPATION", &["temptation"]), + ("EXLCUSIONS", &["exclusions"]), + ("DISCCONECTING", &["disconnecting"]), + ("FREQUANCY", &["frequency"]), + ("DEFINITALEY", &["definitely"]), + ("PREJECT", &["prefect", "project"]), + ("PROFESSIONALLISM", &["professionalism"]), + ("SIMILIARLY", &["similarly"]), + ("AFTEWARDS", &["afterwards"]), + ("METERIAL", &["material"]), + ("FOLLW", &["follow"]), + ("RECONNCTS", &["reconnects"]), + ("JHONDOE", &["johndoe"]), + ("DEVIRUTALISED", &["devirtualised"]), + ("OPTIMITATIONS", &["optimizations", "optimisations"]), + ("USEDDD", &["used"]), + ("NIGHTMATES", &["nightmares"]), + ("SINAGOG", &["synagog"]), + ("POISIN", &["poison"]), + ("COUNTERFAIT", &["counterfeit"]), + ("STORMEND", &["stormed"]), + ("CONFIGUARIONS", &["configurations"]), + ("COMPELTING", &["completing"]), + ("SNAPHSOT", &["snapshot"]), + ("LANGUEAGES", &["languages"]), + ("INFINATELY", &["infinitely"]), + ("IDENTITIY", &["identity"]), + ("MALICIOUSALLY", &["maliciously"]), + ("ASSOCIEATES", &["associates"]), + ("DOCUMEN", &["document"]), + ("REVIEWL", &["review"]), + ("STUCT", &["struct"]), + ("DYNMAIC", &["dynamic"]), + ("HUSBANDOS", &["husbands"]), + ("INDISTIGUISHABLE", &["indistinguishable"]), + ("AVCOIDS", &["avoids"]), + ("UNINTERRUPED", &["uninterrupted"]), + ("ADDRESES", &["addresses"]), + ("COCKTIALS", &["cocktails"]), + ("DISCINIPLARY", &["disciplinary"]), + ("SUBSTACT", &["subtract"]), + ("GAYSHA", &["geisha"]), + ("FRANKENSTINED", &["frankenstein"]), + ("DEFFAULTS", &["defaults"]), + ("PEFORMANCE", &["performance"]), + ("POSSITION", &["position"]), + ("PLABESWALKER", &["planeswalker"]), + ("EFFICENT", &["efficient"]), + ("LEXIGRAPHICALLY", &["lexicographically"]), + ("VAYLKRIE", &["valkyrie"]), + ("REPOSTUS", &["reposts"]), + ("EXTRAXTS", &["extracts"]), + ("FLACOUR", &["flavour"]), + ("MOISUTRIZING", &["moisturizing"]), + ("ATACK", &["attack"]), + ("PORBABLY", &["probably"]), + ("BUILS", &["builds"]), + ("ANECODTALLY", &["anecdotally"]), + ("NIEGHBORING", &["neighboring"]), + ("TRAINIGNS", &["trainings"]), + ("SERENITARY", &["serenity"]), + ("PROHABITION", &["prohibition"]), + ("DOUCMENTING", &["documenting"]), + ("USUPPORTED", &["unsupported"]), + ("THROTHLING", &["throttling"]), + ("ABANDENMENT", &["abandonment"]), + ("DISPELL", &["dispel"]), + ("CHARACTERISTS", &["characteristics"]), + ("REPSONSIBLY", &["responsibly"]), + ("VALIDIDTY", &["validity"]), + ("INSENITIVE", &["insensitive"]), + ("CLAUS", &["clause"]), + ("PHARMASEUTICALS", &["pharmaceuticals"]), + ("HYSTERA", &["hysteria"]), + ("VARIUOS", &["various"]), + ("CARTISIAN", &["cartesian"]), + ("MECHANCIALLY", &["mechanically"]), + ("COMANDER", &["commander", "commandeer"]), + ("SOURTHERN", &["southern"]), + ("RESISTRIBUTION", &["redistribution"]), + ("TESTSING", &["testing"]), + ("EXPERMIENTATION", &["experimentation"]), + ("SPAMMARE", &["spammer"]), + ("MAINTENENACE", &["maintenance"]), + ("DUPLACTION", &["duplication"]), + ("ATTRIBURTES", &["attributes"]), + ("REDEFIENDE", &["redefined"]), + ("SUFICATE", &["suffocate"]), + ("CAREFULY", &["carefully"]), + ("PERFOMANCE", &["performance"]), + ("GOEGRAPHIC", &["geographic"]), + ("DIRERCTORY", &["directory"]), + ("BUTHCERED", &["butchered"]), + ("RESTRIANT", &["restraint"]), + ("DETECTETD", &["detected"]), + ("READABLITY", &["readability"]), + ("PSYCHEDELICNESS", &["psychedelics"]), + ("DISASSEBLED", &["disassembled"]), + ("RELEATED", &["related"]), + ("VARIABLEN", &["variable"]), + ("RETALITATION", &["retaliation"]), + ("COUNSOLING", &["counseling"]), + ("EXEEDED", &["exceeded"]), + ("REPARE", &["reparse", "repair"]), + ("MIINIMIZES", &["minimizes"]), + ("GUARANTESS", &["guarantees"]), + ("DEPSERATION", &["desperation"]), + ("HOUSEHOULDS", &["households"]), + ("STYHE", &["style"]), + ("RESUTING", &["resulting"]), + ("BOOTSRAM", &["bootram"]), + ("APLOGIZE", &["apologize"]), + ("SEPEND", &["depend", "suspend"]), + ("PENNENSULAR", &["peninsular"]), + ("DOUMENTC", &["document"]), + ("DONWVOTE", &["downvote"]), + ("TRACKRES", &["trackers"]), + ("TRIGERS", &["triggers"]), + ("FINALY", &["finally", "finale"]), + ("SOFTARE", &["software"]), + ("EXPEREINCES", &["experiences"]), + ("CONFIGURATIO", &["configuration"]), + ("PARAVIRUTALISATION", &["paravirtualisation"]), + ("REPONSIBILITIES", &["responsibilities"]), + ("SWASITKA", &["swastika"]), + ("CRANBERRRY", &["cranberry"]), + ("VAUGELY", &["vaguely"]), + ("TEXURE", &["texture"]), + ("REQUREST", &["request"]), + ("ACKNOWELDGES", &["acknowledges"]), + ("VALIDATIONT", &["validation"]), + ("PLATOFRMS", &["platforms"]), + ("RADE", &["read", "raid"]), + ("NATURELY", &["naturally"]), + ("ASSIGNEMENT", &["assignment"]), + ("CIRITCALITY", &["criticality"]), + ("RERUIREMENT", &["requirement"]), + ("DOMIANCE", &["dominance"]), + ("MUSCIL", &["muscle", "mussel"]), + ("SELECTON", &["selection"]), + ("INTERNETIS", &["internets"]), + ("WERID", &["weird"]), + ("ASSOCITATED", &["associated"]), + ("BREACK", &["brake", "break"]), + ("INSTITUE", &["institute"]), + ("APPARTMENT", &["apartment"]), + ("CONVERTION", &["conversion"]), + ("HAMLITON", &["hamilton"]), + ("HEDGEHOOG", &["hedgehog"]), + ("SACRASTIC", &["sarcastic"]), + ("COMPABITILIBY", &["compatibility"]), + ("ENVIRONMENETS", &["environments"]), + ("COULE", &["could"]), + ("PAITENCE", &["patience"]), + ("BECOEM", &["become"]), + ("CONFING", &["config", "confine"]), + ("PHYSCIALLY", &["physically"]), + ("MICOSCOPES", &["microscopes"]), + ("AFTZER", &["after"]), + ("DEFULTING", &["defaulting"]), + ("ATTRIBURES", &["attributes"]), + ("PROSTITUER", &["prostitute"]), + ("GEENRATES", &["generates"]), + ("INTERMEIDATE", &["intermediate"]), + ("PROTECION", &["protection"]), + ("CONSOLITATED", &["consolidate"]), + ("JACKSONVILLLE", &["jacksonville"]), + ("RETUR", &["return"]), + ("UNCOMPRESING", &["uncompressing"]), + ("MISMACHED", &["mismatched"]), + ("SUBFOLFER", &["subfolder"]), + ("MICROCONTROLERS", &["microcontrollers"]), + ("MOBILIY", &["mobility"]), + ("PROCESSER", &["processor"]), + ("TPIC", &["topic"]), + ("MAMUTH", &["mammoth"]), + ("EVALUATIING", &["evaluating"]), + ("KNUCKEL", &["knuckle"]), + ("PATRIOTISK", &["patriots"]), + ("ILLUMINUTI", &["illuminati"]), + ("DECSENDANTS", &["descendants"]), + ("REGARIDNG", &["regarding"]), + ("CHEIF", &["chief"]), + ("GENTIALS", &["genitals"]), + ("SYSTHEMWINDOW", &["systemwindow"]), + ("RODUCEER", &["producer"]), + ("REGUALAR", &["regular"]), + ("GAURD", &["guard", "gourd"]), + ("INSTANCIATING", &["instantiating"]), + ("JAPANSES", &["japanese"]), + ("UNDERSTAN", &["understand"]), + ("SPEFICIIED", &["specified"]), + ("PERLIFERATE", &["proliferate"]), + ("SPEFIXIC", &["specific"]), + ("BASLINE", &["baseline"]), + ("CAILBRE", &["calibre"]), + ("MEMER", &["member"]), + ("ARBITRE", &["arbiter"]), + ("FURHTEST", &["furthest"]), + ("SUPERIOARE", &["superior"]), + ("FLUCTUAND", &["fluctuant"]), + ("NEGLIGBLE", &["negligible"]), + ("ACHIEVEDS", &["achieves"]), + ("RECONIZING", &["recognizing"]), + ("ASISSTS", &["assists"]), + ("PIOLTING", &["piloting"]), + ("DEFLATIN", &["deflation"]), + ("POSITONING", &["positioning"]), + ("DIFFRENTIAL", &["differential"]), + ("SUCCCESS", &["success"]), + ("NARRATIVOS", &["narratives"]), + ("CURRIENCES", &["currencies"]), + ("RESPONS", &["response", "respond"]), + ("INSUFICIENT", &["insufficient"]), + ("PRIMIARILY", &["primarily"]), + ("DEFINATY", &["definitely"]), + ("SEMPHORE", &["semaphore"]), + ("SEQENSED", &["sequenced"]), + ("TESSEALTE", &["tessellate"]), + ("RENEGOATIATED", &["renegotiated"]), + ("UNINSTLALATION", &["uninstallation"]), + ("INPRACTICALLY", &["impractically"]), + ("CREACIONISM", &["creationism"]), + ("ICREASED", &["increased"]), + ("CONTESTAT", &["contestants"]), + ("MEMERSHIP", &["membership"]), + ("DESPOSITION", &["disposition"]), + ("DOWNAGRADES", &["downgrades"]), + ("ACITIVATION", &["activation"]), + ("CYPRT", &["crypt"]), + ("SEPARATOS", &["separators"]), + ("OVERCLOCKIGN", &["overclocking"]), + ("UPTADEABLE", &["updatable"]), + ("DETATCH", &["detach"]), + ("ISRALIES", &["israelis"]), + ("IDIOLOGICALLY", &["ideologically"]), + ("FORULAS", &["formulas"]), + ("YESTEDAY", &["yesterday"]), + ("MOVEING", &["moving"]), + ("CONSOLIDAD", &["consolidated"]), + ("NECESSARYLY", &["necessarily"]), + ("MORHPINE", &["morphine"]), + ("STREIGHT", &["straight", "strait"]), + ("SCRATCHS", &["scratches"]), + ("INSTLL", &["install", "instill"]), + ("PROJCETS", &["projects"]), + ("UPATE", &["update"]), + ("KNOWLEAGABLE", &["knowledgable"]), + ("THSNKFUL", &["thankful"]), + ("PREFERANCE", &["preference"]), + ("APPLIABLE", &["applicable"]), + ("UNDISTINGHABLE", &["indistinguishable"]), + ("FLECTHER", &["fletcher"]), + ("PERSERVERING", &["persevering"]), + ("DEPRESSIES", &["depressive"]), + ("DOEN", &["done", "don", "doesn"]), + ("ONGLY", &["only"]), + ("SEMICOLUMN", &["semicolon"]), + ("ENABELS", &["enables"]), + ("DEGREEES", &["degrees"]), + ("RUDIMENTRY", &["rudimentary"]), + ("CALCUALATES", &["calculates"]), + ("CAPBABILITY", &["capability"]), + ("JALIBROKEN", &["jailbroken"]), + ("AOVID", &["avoid"]), + ("WRYTHED", &["writhed"]), + ("ARCHICTECTURE", &["architecture"]), + ("WEERD", &["weird"]), + ("TECHNICIEN", &["technician"]), + ("REOSNE", &["reason"]), + ("NUMERIOUS", &["numerous"]), + ("ATLL", &["all"]), + ("PORGRAMMING", &["programming"]), + ("RERTIEVERS", &["retrievers"]), + ("HETERESEXUAL", &["heterosexual"]), + ("RASING", &["raising"]), + ("PROLEM", &["problem"]), + ("PHOTOSHOPPAD", &["photoshopped"]), + ("COEXSITENCE", &["coexistence"]), + ("ATRILLERY", &["artillery"]), + ("TRANSMITION", &["transmission"]), + ("MULTIDIMENSINAL", &["multidimensional"]), + ("UPLAODING", &["uploading"]), + ("NAIBHORS", &["neighbor", "neighbors"]), + ("EXPERIANTIAL", &["experiential"]), + ("CENSIBILITY", &["sensibility"]), + ("INITIALIZAED", &["initialized"]), + ("COMPATABLITY", &["compatibility"]), + ("CORORDINATE", &["coordinate"]), + ("WISHLISHT", &["wishlist"]), + ("APACOLYPTIC", &["apocalyptic"]), + ("APPRETIATES", &["appreciates"]), + ("COMMERORATIVE", &["commemorative"]), + ("ADDITIVIES", &["additive"]), + ("SHAREED", &["shared"]), + ("ESPICIALLY", &["especially"]), + ("ALGOHMS", &["algorithms"]), + ("OVERRIDEN", &["overridden"]), + ("FUNDAMNETAL", &["fundamentals"]), + ("SENSATIONALIM", &["sensationalism"]), + ("COVARAGES", &["coverages"]), + ("XENOBALDE", &["xenoblade"]), + ("SADISTC", &["sadistic"]), + ("OPYIONS", &["options"]), + ("AUTASAVE", &["autosave"]), + ("DICRETE", &["discrete"]), + ("INLCLUDED", &["included"]), + ("NAMESAPCED", &["namespaced"]), + ("MARSHMALOW", &["marshmallow"]), + ("VIEWPOIT", &["viewpoints"]), + ("ALRADY", &["already"]), + ("INTERRRUPT", &["interrupt"]), + ("ALGORTISMICALLY", &["algorithmically"]), + ("ANGSHUS", &["anxious"]), + ("SHEPPERD", &["shepherd"]), + ("NEGOTIATIED", &["negotiate"]), + ("VUNERABLE", &["vulnerable"]), + ("DISTRUCTIVE", &["destructive"]), + ("RUNTUME", &["runtime"]), + ("DISSCUSSING", &["discussing"]), + ("NEIGHOBRS", &["neighbors"]), + ("PATHOLIGICAL", &["pathological"]), + ("PROTUGAL", &["portugal"]), + ("PARAMTERERS", &["parameters"]), + ("TETSS", &["tests"]), + ("LEASY", &["least"]), + ("COULOR", &["color"]), + ("AKNOWLEDGE", &["acknowledge"]), + ("RETIRASE", &["retires"]), + ("UNRANKEND", &["unranked"]), + ("VERIFIYING", &["verifying"]), + ("AUTONEGOTICATION", &["autonegotiation"]), + ("PYSCHOLOGICALLY", &["psychologically"]), + ("CONSEEDED", &["conceded"]), + ("OPITMAL", &["optimal"]), + ("CURROPTION", &["corruption"]), + ("ACCADEMIC", &["academic"]), + ("DISTATSE", &["distaste"]), + ("GENARATES", &["generates"]), + ("SPECFIIED", &["specified"]), + ("CONSUMINNG", &["consuming"]), + ("MAINAINED", &["maintained"]), + ("POZITIVELY", &["positively"]), + ("ADVENCED", &["advanced"]), + ("INQUISITER", &["inquisitor"]), + ("CONVERNING", &["converting"]), + ("COMPPATIBLE", &["compatible"]), + ("NIEGHBORHOOD", &["neighborhood"]), + ("INDICENTALLY", &["incidentally"]), + ("AUTOMATICE", &["automate"]), + ("TRANFORMATION", &["transformation"]), + ("AESTHATICS", &["aesthetics"]), + ("FORENISC", &["forensic"]), + ("INCORPERATION", &["incorporation"]), + ("RELEAS", &["release"]), + ("LANDSCSPE", &["landscapes"]), + ("INTEACTION", &["interaction"]), + ("SUNGLASES", &["sunglasses"]), + ("SUVENEAR", &["souvenir"]), + ("CIRICUITS", &["circuits"]), + ("CUNCURENCY", &["concurrency"]), + ("POSITIOING", &["positioning"]), + ("RECCONETING", &["reconnecting"]), + ("UPRGADED", &["upgraded"]), + ("NATCHED", &["matched"]), + ("INEFFEKTIVE", &["ineffective"]), + ("INCOMPATATBLE", &["incompatible"]), + ("REAON", &["reason"]), + ("BILZZCON", &["blizzcon"]), + ("RENDEREDS", &["rendered", "renders"]), + ("DOOCUMENTATIONS", &["documentations"]), + ("CHRASHING", &["crashing", "thrashing", "trashing"]), + ("PROCESSSED", &["processed"]), + ("SUBTAK", &["subtask"]), + ("STOREABLE", &["storable"]), + ("EXHASUTIVE", &["exhaustive"]), + ("DECOMPOSITING", &["decomposing"]), + ("INTEFRACE", &["interface"]), + ("HAPENING", &["happening"]), + ("ATEMPTS", &["attempts"]), + ("TRANSISITIONING", &["transitioning"]), + ("BEGHAVIOR", &["behavior"]), + ("NAVITVELY", &["natively"]), + ("BEVCAUSE", &["because"]), + ("ENTERRED", &["entered"]), + ("PAYEMNT", &["payment"]), + ("KOORDINATION", &["coordination"]), + ("WHSIPER", &["whisper"]), + ("FORMMATED", &["formatted"]), + ("OVERWHEM", &["overwhelm"]), + ("HANDBOK", &["handbook"]), + ("SUGGESSTION", &["suggestion"]), + ("EXLUSIVE", &["exclusive"]), + ("UNCHANEGED", &["unchanged"]), + ("TRADDITION", &["tradition"]), + ("FND", &["find"]), + ("CLASSIFERS", &["classifiers"]), + ("DOCUMNETATION", &["documentation"]), + ("REINITAILIZE", &["reinitialize"]), + ("PREDICEMENT", &["predicament"]), + ("CLEALY", &["cleanly", "clearly"]), + ("SMARTARE", &["smarter"]), + ("FUNDAMETAL", &["fundamental"]), + ("RESTRCUTURE", &["restructure"]), + ("BROCKENED", &["broken"]), + ("EXPONANT", &["exponent"]), + ("REGARDIN", &["regarding"]), + ("SCKETCHING", &["sketching"]), + ("CABINENT", &["cabinet"]), + ("INSPIRITIONAL", &["inspirational"]), + ("PERPUTUATES", &["perpetuates"]), + ("CANIDES", &["candies"]), + ("TRUSTWORTY", &["trustworthy"]), + ("UNADVERTEDLY", &["inadvertently"]), + ("RUNNIGNG", &["running"]), + ("DELARE", &["declare"]), + ("AUTOMATONIC", &["automation"]), + ("PAERMISSION", &["permission"]), + ("SEPENDING", &["depending"]), + ("INHERITABLILITY", &["inheritability"]), + ("ENGENEERS", &["engineers"]), + ("APOSTRAFES", &["apostrophes"]), + ("PREDICTIBLE", &["predictable"]), + ("NEUTRAAL", &["neutral"]), + ("LUICFER", &["lucifer"]), + ("ILLEGITIME", &["illegitimate"]), + ("DELARES", &["declares"]), + ("SCHEMS", &["schemes", "schemas"]), + ("POPUALTION", &["populations"]), + ("ALGORHYTMICALLY", &["algorithmically"]), + ("ACCIDENTICALLY", &["accidentally"]), + ("CIGERATTES", &["cigarettes"]), + ("NEGOTHIABLE", &["negotiable"]), + ("PIBLISHER", &["publisher"]), + ("UPSTEAMS", &["upstreams"]), + ("COVERSITY", &["coverity"]), + ("CONSEGUENCE", &["consequence"]), + ("RABBITTS", &["rabbits"]), + ("MONARKEYS", &["monarchies"]), + ("CAHES", &["caches"]), + ("RACISTES", &["racists"]), + ("DAFAULT", &["default"]), + ("SIMPTUMATICLLY", &["symptomatically"]), + ("EVENHTUALLY", &["eventually"]), + ("DIGIAL", &["digital"]), + ("EXPEIENCED", &["experienced"]), + ("RELIASED", &["realised"]), + ("ANXEITY", &["anxiety"]), + ("CIRRENTLY", &["currently"]), + ("IDEOLIGICALLY", &["ideologically"]), + ("HISTRY", &["history"]), + ("JUGDEMENT", &["judgement"]), + ("AMBASSADER", &["ambassador"]), + ("DESTRCUTOR", &["destructor"]), + ("RICKOSHAY", &["ricochet"]), + ("OTHERWHISE", &["otherwise"]), + ("CONSEQUENCIES", &["consequence"]), + ("SHITSTROM", &["shitstorm"]), + ("TERMPORAL", &["temporal"]), + ("FUNXTIONED", &["functioned"]), + ("SIMULTANIOUS", &["simultaneous"]), + ("GOVERNMENTIAL", &["governmental"]), + ("ALLTOGEHER", &["altogether"]), + ("ENVIORENMENTS", &["environments"]), + ("INTENTAS", &["intents"]), + ("MUTIPLE", &["multiple"]), + ("BRACH", &["branch"]), + ("DEALED", &["dealt"]), + ("NOSTRIS", &["nostrils"]), + ("MISINTERPRETTING", &["misinterpreting"]), + ("OWNES", &["owns", "ones"]), + ("REMENISSENT", &["reminiscent"]), + ("TOURISTSY", &["touristy"]), + ("REPRODICIBLE", &["reproducible"]), + ("APPROPRIATLY", &["appropriately"]), + ("ALCOHALISM", &["alcoholism"]), + ("ALGOTIGHMICALLY", &["algorithmically"]), + ("SBSAMPLING", &["subsampling"]), + ("ONOT", &["note", "not"]), + ("AWESOMENSS", &["awesomeness"]), + ("PROVIDEE", &["providence"]), + ("MEANINGESS", &["meanings"]), + ("ACCOMMADATES", &["accommodates"]), + ("SPECAILIZE", &["specializes"]), + ("EVENUALLY", &["eventually"]), + ("CIMMETRICLY", &["symmetricly"]), + ("REFERNCES", &["references"]), + ("THERMOMTER", &["thermometer"]), + ("COLLATORAL", &["collateral"]), + ("PASH", &["hash"]), + ("ORIGINAS", &["origins"]), + ("CIRCUMWENT", &["circumvent"]), + ("GROUPT", &["grouped"]), + ("IMMEADIATE", &["immediate"]), + ("BIPLOAR", &["bipolar"]), + ("OVERFLW", &["overflow"]), + ("EWXCEPTION", &["exception"]), + ("ESIMATOR", &["estimator"]), + ("PARANTHES", &["parentheses", "parenthesis"]), + ("ANTICIPATIN", &["anticipation"]), + ("EXPEREMENTED", &["experimented"]), + ("AFFIRMATE", &["affirmative"]), + ("VITROIL", &["vitriol"]), + ("LARVAYS", &["larvae"]), + ("IMEDIALY", &["immediately"]), + ("CALLBAKC", &["callback"]), + ("VENTILACION", &["ventilation"]), + ("DISTURBD", &["disturbed"]), + ("ANOYING", &["annoying"]), + ("NEIGHBERHOUDS", &["neighborhoods"]), + ("AMOUTNS", &["amounts"]), + ("CHAMPOINSHIP", &["championship"]), + ("AKKUMULATES", &["accumulates"]), + ("SCANDANIVA", &["scandinavia"]), + ("HELLUCINATIONS", &["hallucinations"]), + ("BIRGHT", &["bright"]), + ("AFFINITIY", &["affinity"]), + ("DISATEROUS", &["disastrous"]), + ("EVERYWHER", &["everywhere"]), + ("ESSENSE", &["essence"]), + ("EMPLORE", &["employer"]), + ("PROGRAMAS", &["programs"]), + ("STRINSG", &["strings"]), + ("TEHRE", &["there"]), + ("UNDERLAYING", &["underlying"]), + ("EXPIDITED", &["expedited"]), + ("CONFIGURY", &["configurable"]), + ("SIZEMOLOGY", &["seismology"]), + ("APPEDN", &["append"]), + ("NEGOATIATED", &["negotiated"]), + ("IMMMEDIATE", &["immediate"]), + ("SUCCEESSES", &["successes"]), + ("PHARMASEUTICALY", &["pharmaceutical"]), + ("EXPOLDE", &["explode"]), + ("DESERIALZING", &["deserializing"]), + ("TRADITONAL", &["traditional"]), + ("REPRECUSSIONS", &["repercussions"]), + ("SELECTIN", &["selection", "selecting"]), + ("CONTEINING", &["containing"]), + ("AHAED", &["ahead"]), + ("PERFORAMED", &["performed"]), + ("FEMINIM", &["feminism"]), + ("HANDSKAKE", &["handshake"]), + ("LIBRALY", &["library"]), + ("UNNOWNS", &["unknowns"]), + ("APPRIECIATIVE", &["appreciative"]), + ("GHOSTSCRITP", &["ghostscript"]), + ("CUMPUSES", &["compasses"]), + ("REDCTION", &["reduction", "redaction"]), + ("BACKGOURND", &["background"]), + ("SIMETRICALY", &["symmetrically"]), + ("EXPERIMNET", &["experiment"]), + ("SAMURIA", &["samurai"]), + ("CONCIDERING", &["considering"]), + ("CONNECTICUIT", &["connecticut"]), + ("UNVIERSES", &["universes"]), + ("VRIGINITY", &["virginity"]), + ("IDENTIVIERT", &["identifiers"]), + ("DELPOYED", &["deployed"]), + ("OGING", &["going", "ogling"]), + ("LIBERTATIAN", &["libertarian"]), + ("DEFAUTTS", &["defaults"]), + ("INFORMATOINS", &["information"]), + ("PLAUSBILE", &["plausible"]), + ("COMBINIATION", &["combination"]), + ("SPEFICIFICS", &["specifics"]), + ("IMPLEMENTANTIONS", &["implementations"]), + ("PLANESWALLER", &["planeswalker"]), + ("DECLARTIUON", &["declaration"]), + ("ADDRERSSER", &["addresser"]), + ("FILESNAME", &["filename", "filenames"]), + ("APPERCIATE", &["appreciate"]), + ("EXCLUDEDS", &["excludes"]), + ("DETERMINISTISCHE", &["deterministic"]), + ("MEMBERSIP", &["membership"]), + ("TRANSFERD", &["transferred"]), + ("SEBASITAN", &["sebastian"]), + ("DEOMNSTRATION", &["demonstrations"]), + ("NEEDEED", &["needed"]), + ("DISPOSSE", &["dispose"]), + ("PASRSED", &["parsed"]), + ("SOMETHINS", &["somethings"]), + ("INFORCED", &["enforced"]), + ("PROEDURES", &["procedures"]), + ("VISUABISE", &["visualise"]), + ("PERFOR", &["perform"]), + ("SURVAILLENCE", &["surveillance"]), + ("INVOLVMENT", &["involvement"]), + ("CLARAVOYANTES", &["clairvoyants"]), + ("UNDOUBTELY", &["undoubtedly"]), + ("ALERNATED", &["alternated"]), + ("RECONTRUCTOR", &["reconstructor"]), + ("EXPREINCE", &["experience"]), + ("PRESISTS", &["persists"]), + ("INDEFINETE", &["indefinite"]), + ("MODDIFICATIONS", &["modifications"]), + ("INVENTIVOS", &["inventions"]), + ("VASALLS", &["vassals"]), + ("MANAFACTURES", &["manufactures"]), + ("DISCONEECTS", &["disconnects"]), + ("DISGAREEMENT", &["disagreements"]), + ("PORDUCT", &["product"]), + ("IMPOSSIBILY", &["impossibly"]), + ("GUARUNTES", &["guarantees"]), + ("SKATEBORED", &["skateboard"]), + ("CORESPONDS", &["corresponds"]), + ("GUARRANTY", &["guaranty"]), + ("SELECTIVLEY", &["selectively"]), + ("COALLESCENCE", &["coalescence"]), + ("CRASHIGN", &["crashing"]), + ("BECAOUSE", &["because"]), + ("RESTRICTEDS", &["restricts"]), + ("CONCERS", &["concerns"]), + ("PHOTOGRAPICAL", &["photographical"]), + ("STIMULANS", &["stimulants"]), + ("CONVERTIONS", &["conversions"]), + ("NAGIVATION", &["navigation"]), + ("PROCRASTINATON", &["procrastination"]), + ("NIAVE", &["naive"]), + ("HONEYMON", &["honeymoon"]), + ("GLORIOS", &["glorious"]), + ("IMPREFECTIONS", &["imperfections"]), + ("MICRONTROLLER", &["microcontroller"]), + ("PORTUGUESSE", &["portuguese"]), + ("LIBERTERIANISM", &["libertarianism"]), + ("CONFIGURRING", &["configuring"]), + ("COMAMND", &["command"]), + ("CATOGORY", &["category"]), + ("TIMESAMPS", &["timestamps"]), + ("VULNERABLILITY", &["vulnerability"]), + ("RESONABLE", &["reasonable"]), + ("DEMOCRACTIC", &["democratic"]), + ("TRANLSATION", &["translation"]), + ("SHENANEGINS", &["shenanigans"]), + ("MAGNATUDE", &["magnitude"]), + ("HARGE", &["charge"]), + ("ANIMARTIONS", &["animations"]), + ("ANYONSE", &["anyones"]), + ("FEATCHES", &["fetches", "features"]), + ("INTERGAL", &["integral"]), + ("EHANCEMENTS", &["enhancements"]), + ("STRENGHTENING", &["strengthening"]), + ("GREATFULLY", &["gratefully"]), + ("AUSTRAIN", &["austrian"]), + ("ANTHROMORPHIZATION", &["anthropomorphization"]), + ("RADIOAKTIVE", &["radioactive"]), + ("APPROPROPRIATE", &["appropriate"]), + ("COMPALINED", &["complained"]), + ("DIRECTROIES", &["directories"]), + ("DOIN", &["doing"]), + ("DEVLEOPMENT", &["development"]), + ("GODDAMMT", &["goddammit"]), + ("AUTODECTED", &["autodetected"]), + ("PROPERTIIES", &["properties"]), + ("NECCECARILY", &["necessarily"]), + ("REPLICAITING", &["replicating"]), + ("EXECUTUTED", &["executed"]), + ("VIDEOGAEMS", &["videogames"]), + ("ADRES", &["address"]), + ("TICH", &["thick", "tick", "titch", "stitch"]), + ("UNROSPONSIVE", &["unresponsive"]), + ("PROFESSORN", &["profession"]), + ("MISREPRESENATION", &["misrepresentation"]), + ("DISCONECTS", &["disconnects"]), + ("EXPLICAT", &["explicate"]), + ("PHYTHON", &["python"]), + ("SUDDENY", &["suddenly"]), + ("NEIGHOBR", &["neighbor"]), + ("REGISRY", &["registry"]), + ("CODGEN", &["codegen"]), + ("DIFFUES", &["defuse", "diffuse"]), + ("PIMXAP", &["pixmap"]), + ("UNQOUTES", &["unquotes"]), + ("MANAUL", &["manual"]), + ("SPEFICIABLE", &["specifiable"]), + ("ELECRTOMAGNETIC", &["electromagnetic"]), + ("ACCEDENTALLY", &["accidentally"]), + ("GRAFIELD", &["garfield"]), + ("REBIULDING", &["rebuilding"]), + ("INDEPEDENTLY", &["independently"]), + ("ACHIVES", &["achieves", "archives"]), + ("PEDOPHILLE", &["pedophile"]), + ("PROCRASTINAZIONE", &["procrastination"]), + ("PERPENDICULAIRE", &["perpendicular"]), + ("PASSIONAIS", &["passions"]), + ("CUSTOMIZEABLE", &["customizable"]), + ("SOCAIL", &["social"]), + ("DISCRACES", &["disgraces"]), + ("VAID", &["valid", "void"]), + ("CRUTIALLY", &["crucially"]), + ("RETRIEBE", &["retrieve"]), + ("MICROTRANSACATIONS", &["microtransactions"]), + ("FASHISTS", &["fascists"]), + ("CLEAREANCE", &["clearance"]), + ("HYPETHETICALLY", &["hypothetically"]), + ("STATEMNET", &["statement"]), + ("OUSTIDE", &["outside"]), + ("TERFFORMS", &["terraforms"]), + ("RENFORCED", &["reinforced"]), + ("COMPINATION", &["compilation", "combination"]), + ("DEVELOPEMENTS", &["developments"]), + ("COMADRES", &["comrades"]), + ("PRESTIGUOUS", &["prestigious"]), + ("AUNTHENTICATED", &["authenticated"]), + ("STRUCTURELS", &["structures"]), + ("SAVELY", &["safely"]), + ("COEFFCIENTS", &["coefficients"]), + ("SEAPARATE", &["separate"]), + ("STENGTH", &["strength"]), + ("RUSSINA", &["russian"]), + ("PACKTES", &["packets"]), + ("EXAGGARATING", &["exaggerating"]), + ("ASSIOCATE", &["associate"]), + ("DIFFERENCIATION", &["differentiation"]), + ("PREJECTIONS", &["projections"]), + ("CONSTRCUCT", &["construct"]), + ("CONTINUATO", &["continuation"]), + ("NUMBBERED", &["numbered"]), + ("LATENCIY", &["latency"]), + ("STRCUTURAL", &["structural"]), + ("PARENTHESYS", &["parentheses"]), + ("OPACTITY", &["opacity"]), + ("STRAIGHTIN", &["straighten"]), + ("UISNG", &["using"]), + ("NEGOTATOR", &["negotiator"]), + ("PUBLISING", &["publishing"]), + ("AKWARD", &["awkward"]), + ("CONTEXTL", &["contextual"]), + ("SUPLANTS", &["supplants"]), + ("POITNS", &["points"]), + ("TERMPLATES", &["templates"]), + ("DEMOCRACTS", &["democrat"]), + ("RESLOVE", &["resolve"]), + ("DISRIPTION", &["disruption"]), + ("COMMMITTER", &["committer"]), + ("APEAL", &["appeal"]), + ("EXPALINING", &["explaining"]), + ("UNQIUELY", &["uniquely"]), + ("DETETED", &["detected", "deleted"]), + ("INITILISATIONS", &["initialisations"]), + ("PHLEMATIC", &["phlegmatic"]), + ("EMENETS", &["elements"]), + ("ESTIMAGE", &["estimate"]), + ("CHARCTERISTICS", &["characteristics"]), + ("PLAYWRITES", &["playwrights"]), + ("INTERESPERSED", &["interspersed"]), + ("ASTHETICS", &["aesthetics"]), + ("DUPLAICATES", &["duplicates"]), + ("SUSTAINABILLITY", &["sustainability"]), + ("ENVIROMNENT", &["environments", "environment"]), + ("POENTIAL", &["potential"]), + ("EXPERMIENTS", &["experiments"]), + ("MISAKE", &["mistake"]), + ("PROMISSING", &["promising"]), + ("GORWS", &["grows"]), + ("TRUGING", &["trudging"]), + ("AFFECCTING", &["affecting"]), + ("UMIT", &["unit"]), + ("DESERIALZE", &["deserialize"]), + ("HOPELESLLY", &["hopelessly"]), + ("SHCEDULE", &["schedule"]), + ("DISPATH", &["dispatch"]), + ("TRAVESAL", &["traversal"]), + ("STERAMS", &["streams"]), + ("DEGENARATED", &["degenerated"]), + ("LOCATINS", &["locations"]), + ("ITSLEF", &["itself"]), + ("CORRESPONSING", &["corresponding"]), + ("ABADONDING", &["abandoning"]), + ("DISSASSEMBLES", &["disassembles"]), + ("EXCLUSIVLY", &["exclusively"]), + ("USNUPPORTED", &["unsupported"]), + ("DRIECTX", &["directx"]), + ("EXECUTATIONS", &["executions"]), + ("FOLLWOIND", &["following"]), + ("REASONBLY", &["reasonably"]), + ("BLOODPORNE", &["bloodborne"]), + ("DEREFERNCENCE", &["dereference"]), + ("IMRPOVES", &["improves"]), + ("HIGHLIGHTNING", &["highlighting"]), + ("ASENDANCEY", &["ascendancy"]), + ("HELMENT", &["helmet"]), + ("SUGGESTES", &["suggests"]), + ("DEVELOPPEMENT", &["development"]), + ("BACKBACKING", &["backpacking"]), + ("SUFFERERED", &["suffered"]), + ("ALTERNITIVE", &["alternative"]), + ("APPLIDE", &["applied"]), + ("VERFIFIES", &["verifies"]), + ("UNRECOGINIZED", &["unrecognized"]), + ("REQURIEMENTS", &["requirements"]), + ("MONOPOLICE", &["monopolies"]), + ("MESSURMENT", &["measurement"]), + ("JUSTIFIACTION", &["justifications"]), + ("PATIROTS", &["patriots"]), + ("MULTLIPLES", &["multiples"]), + ("SLIGTLY", &["slightly"]), + ("FOLLWOINWG", &["following"]), + ("COALSECE", &["coalescence"]), + ("CLASIC", &["classic"]), + ("CTHLUHU", &["cthulhu"]), + ("MILICIOUS", &["malicious"]), + ("IRREGULIER", &["irregular"]), + ("ADJASCENTLY", &["adjacently"]), + ("RETIREVE", &["retrieve"]), + ("PRECONVEIVED", &["preconceived"]), + ("SEVERITES", &["severities"]), + ("AFTERNNON", &["afternoon"]), + ("OVSERVER", &["observer"]), + ("DISGNOSTIC", &["diagnostic"]), + ("RESTRICTINS", &["restricts"]), + ("BATTLESTSR", &["battlestar"]), + ("REVISIONIS", &["revisions"]), + ("PERHIPERALS", &["peripherals"]), + ("REALLOCAION", &["reallocation"]), + ("TEMPRORY", &["temporary"]), + ("DELIVARED", &["delivered"]), + ("ROMOTE", &["remote"]), + ("COMPATBILITY", &["compatibility"]), + ("UNSOLICTED", &["unsolicited"]), + ("COORESPONDENT", &["correspondent"]), + ("THREEE", &["three"]), + ("BULGAIRA", &["bulgaria"]), + ("PROBABILITE", &["probabilities"]), + ("ELAMENTRY", &["elementary"]), + ("OVERRDIES", &["overrides"]), + ("FACSISM", &["fascism"]), + ("APPLICALBE", &["applicable"]), + ("SUBSCRIBBED", &["subscribe"]), + ("RIDICULOSLY", &["ridiculously"]), + ("DEVICDES", &["devices"]), + ("UNFLAGED", &["unflagged"]), + ("CONQUERERS", &["conquerors"]), + ("DEDUPLACATE", &["deduplicate"]), + ("OFFSITED", &["offside"]), + ("HEALTHERCARE", &["healthcare"]), + ("OFFSETES", &["offsets"]), + ("ASSEMBY", &["assembly"]), + ("PSEUDOPOENTIAL", &["pseudopotential"]), + ("MATRICESS", &["matrices", "mattresses"]), + ("NEIGHRORS", &["neighbors"]), + ("OXIGEN", &["oxygen"]), + ("BURTALLY", &["brutally"]), + ("EXTRAENOUS", &["extraneous"]), + ("TRANCRIPTIONS", &["transcriptions"]), + ("EACF", &["each"]), + ("SUPERVISO", &["supervision"]), + ("ACTIVISIOM", &["activism"]), + ("DUNGOEN", &["dungeon"]), + ("TRANSLATTABLE", &["translatable"]), + ("AIRFOW", &["airflow"]), + ("INITILIALIZES", &["initializes"]), + ("PRECURORS", &["precursor"]), + ("PESON", &["person"]), + ("SOLGERS", &["soldiers"]), + ("ORIGININATED", &["originated"]), + ("HARRASS", &["harass"]), + ("SIMPLITIES", &["simplicities"]), + ("WORSKSPACE", &["workspace"]), + ("REACHS", &["reaches"]), + ("REGUARDS", &["regards"]), + ("ARGUEMENTS", &["arguments"]), + ("MIMINIZING", &["minimizing"]), + ("MALFUNCTING", &["malfunction"]), + ("NEGITIVE", &["negative"]), + ("TRANSPANCIES", &["transparencies"]), + ("LENTGHS", &["lengths"]), + ("CHIZZEL", &["chisel"]), + ("HANDSHAKRING", &["handshaking"]), + ("DIPLAY", &["display"]), + ("ACCIDENTIALLY", &["accidentally"]), + ("APPROPRIATEE", &["appropriate"]), + ("THIME", &["time", "theme", "thyme", "thine"]), + ("ADDITIONNALLY", &["additionally"]), + ("DETERINE", &["determine"]), + ("ESNURES", &["ensures"]), + ("SIFFIXING", &["suffixing"]), + ("PICNICER", &["picnicker"]), + ("PLATOFMS", &["platforms"]), + ("COMMUNISIT", &["communist"]), + ("COLLECTIES", &["collects"]), + ("MEHCANICS", &["mechanics"]), + ("SETEVN", &["setenv"]), + ("INTERGATION", &["integration"]), + ("ENGIEER", &["engineer"]), + ("PROPIGATION", &["propagation"]), + ("LABLES", &["labels"]), + ("PREVENTITIVE", &["preventative"]), + ("BEAUTIFYL", &["beautifully"]), + ("OVERRRIDDEN", &["overridden"]), + ("ENLIGHTENTED", &["enlightened"]), + ("FINGERSI", &["fingertips"]), + ("WEREAS", &["whereas"]), + ("GAUNTLETTES", &["gauntlets"]), + ("CONSERN", &["concern"]), + ("SNIPPES", &["snippets"]), + ("RELASE", &["release"]), + ("ACENDANCEY", &["ascendancy"]), + ("SOMEHTINGS", &["somethings"]), + ("ISSSUED", &["issued"]), + ("CONFIFURATION", &["configuration"]), + ("CARABOO", &["caribou"]), + ("BENCHMARS", &["benchmarks"]), + ("SOCIOECONIMC", &["socioeconomic"]), + ("TIGGERED", &["triggered"]), + ("COMATIBILITY", &["compatibility"]), + ("RECONGIFURE", &["reconfigure"]), + ("MATHEMETICAL", &["mathematical"]), + ("REPARAMTERIZATION", &["reparameterization"]), + ("DUBLY", &["doubly"]), + ("SYCRONOUS", &["synchronous"]), + ("SEROUNDING", &["surrounding"]), + ("DISCREDDIT", &["discredited"]), + ("TRAIDS", &["traits", "triads"]), + ("INVALIDAS", &["invalidates"]), + ("AVAIALBLE", &["available"]), + ("CAPTURD", &["captured"]), + ("ACCOUNED", &["accounted"]), + ("CHARACTEISATION", &["characterisation"]), + ("ALGORTHYNICALLY", &["algorithmically"]), + ("EVISERATED", &["eviscerated"]), + ("FAILSAVES", &["failsafes"]), + ("TRAINLING", &["trailing", "training"]), + ("SUMATION", &["summation"]), + ("INFORMERAD", &["informed"]), + ("FEATRE", &["feature"]), + ("PRESCRIPTIONISTS", &["prescriptions"]), + ("FETAURE", &["feature"]), + ("ANNONCEMENTS", &["announcements"]), + ("IDAE", &["idea"]), + ("DISCCONETION", &["disconnection"]), + ("CONDMEN", &["condemn"]), + ("MISSINGASSIGNEMENT", &["missingassignment"]), + ("INITIALISAING", &["initialising"]), + ("SIMILARI", &["similar"]), + ("EXERSIZE", &["exercise"]), + ("INCONVINIANCE", &["inconvenience"]), + ("HOSPITALZED", &["hospitalized"]), + ("REGORDED", &["recorded"]), + ("DIRECTY", &["directly"]), + ("NECASSARY", &["necessary"]), + ("DISTORY", &["destroy", "distort", "history"]), + ("EXCETPTIONAL", &["exceptional"]), + ("NEGITIATION", &["negotiation"]), + ("SPPORT", &["support"]), + ("COALACED", &["coalesced"]), + ("TERMIMAL", &["terminal"]), + ("TERAFORMED", &["terraformed"]), + ("DEFFENSIVELY", &["defensively"]), + ("BELLIGIRENT", &["belligerent"]), + ("EXPECETED", &["expected"]), + ("BEHAIOUR", &["behaviour"]), + ("BASTRACTER", &["abstracter"]), + ("SURPORT", &["support"]), + ("SEGAULTS", &["segfaults"]), + ("REFIINED", &["refined"]), + ("FOLLWOONG", &["following"]), + ("VART", &["cart", "wart"]), + ("RESSSURECTING", &["resurrecting"]), + ("OVRIDE", &["override"]), + ("EXTIMATION", &["estimation"]), + ("GLICHY", &["glitchy"]), + ("EXHUASTED", &["exhausted"]), + ("CRITISISING", &["criticising"]), + ("STANDARISATION", &["standardisation"]), + ("DISTURPING", &["disrupting"]), + ("OBSERVABIL", &["observable"]), + ("BUFFOR", &["buffer"]), + ("DISPOVES", &["dispose"]), + ("INTRODUCCION", &["introduction"]), + ("ACQUISITONS", &["acquisitions"]), + ("FOREGROUNG", &["foreground"]), + ("DISPLACMENT", &["displacement"]), + ("DEPENDIGN", &["depending"]), + ("METROPOLITIN", &["metropolitan"]), + ("FLOURIDE", &["fluoride"]), + ("CONFUGRE", &["configure"]), + ("EXPECATIONS", &["expectations"]), + ("APPROPRITATE", &["appropriate"]), + ("CONTRONLS", &["controls"]), + ("FIELDLST", &["fieldlist"]), + ("COMPLINATION", &["complication"]), + ("EURPOEANS", &["europeans"]), + ("CORRECTNES", &["correctness"]), + ("THOERY", &["theory"]), + ("NEGOTIOATORS", &["negotiators"]), + ("WEAPONARY", &["weaponry"]), + ("INCPETION", &["inception"]), + ("IMPRESIVE", &["impressive"]), + ("DYMANIC", &["dynamic"]), + ("TLAKING", &["talking"]), + ("FORMULARS", &["formulas"]), + ("PROPERETY", &["property"]), + ("SPLATOOON", &["splatoon"]), + ("CREAETED", &["created"]), + ("SEPARETE", &["separate"]), + ("SLIGHTL", &["slightly"]), + ("TEMPERAMANT", &["temperament"]), + ("CHALLEGE", &["challenge"]), + ("MINISTERES", &["ministers"]), + ("ANTRIPANEWERS", &["entrepreneurs"]), + ("VENGAENCE", &["vengeance"]), + ("RECVIED", &["received"]), + ("TRANSMITING", &["transmitting"]), + ("CIMMETRICAL", &["symmetrical"]), + ("HIPOPOTAMUS", &["hippopotamus"]), + ("REQEST", &["request"]), + ("SCURTINY", &["scrutiny"]), + ("CHIZZLED", &["chiseled"]), + ("MULTIPLYER", &["multiple", "multiplier", "multiplayer"]), + ("DISPROPORTIANATE", &["disproportionate"]), + ("RECIEVEING", &["receiving"]), + ("ARRANGTEMENTS", &["arrangements"]), + ("LABLEL", &["label"]), + ("BOOFAY", &["buffet"]), + ("ASSUED", &["assumed", "assured"]), + ("ALLOCATBALE", &["allocatable"]), + ("SPELLSHECKING", &["spellchecking"]), + ("SUBSTANTUALLY", &["substantially"]), + ("ALTREADY", &["already"]), + ("SANDNIG", &["sanding"]), + ("COLLITIONS", &["collisions"]), + ("STRIAGHTS", &["straights"]), + ("COALLESCEING", &["coalescing"]), + ("DEFAULR", &["default"]), + ("TIMTOUT", &["timeout"]), + ("CATORY", &["factory"]), + ("ESTIMATIVO", &["estimation"]), + ("THEIER", &["their"]), + ("TOURNEMANTS", &["tournaments"]), + ("HVE", &["have"]), + ("BACKPACKNG", &["backpacking"]), + ("QUARANTENE", &["quarantine"]), + ("ALTERNITIVLY", &["alternatively"]), + ("PREVILEGE", &["privilege"]), + ("CONVERSSION", &["conversion"]), + ("SOBERITY", &["sobriety"]), + ("STRUCTURS", &["structures"]), + ("DOWNVOTESS", &["downvoters"]), + ("IMMATABLY", &["immutably"]), + ("INSINUATIONG", &["insinuating"]), + ("COLUMMS", &["columns"]), + ("PROTESS", &["protests"]), + ("UNAVAIABLE", &["unavailable"]), + ("KRONICLES", &["chronicles"]), + ("COMMUNICATONS", &["communications"]), + ("RESOVES", &["resolves"]), + ("EXPERMIENTELLY", &["experimentally"]), + ("RECOMPUTAION", &["recomputation"]), + ("CONFERNECE", &["conferences"]), + ("DDONS", &["addons"]), + ("DISCONECTING", &["disconnecting"]), + ("EMBARRAS", &["embarrass"]), + ("CILMBERS", &["climbers"]), + ("VILLIN", &["villain", "villi", "villein"]), + ("STORMFROMT", &["stormfront"]), + ("APPLICAITION", &["application"]), + ("MANAGEED", &["managed"]), + ("SOPHMORE", &["sophomore"]), + ("NOTIFICAITON", &["notification"]), + ("RESSULT", &["result"]), + ("CELLPADING", &["cellpadding"]), + ("SUPPLAMENT", &["supplement"]), + ("APOLOGITIC", &["apologetic"]), + ("CALCUATIONS", &["calculations"]), + ("POLCIY", &["policy"]), + ("ENDORESMENT", &["endorsement"]), + ("MOREVOER", &["moreover"]), + ("MISNADRY", &["misandry"]), + ("PYSCHOPATH", &["psychopath"]), + ("SCUPTING", &["sculpting"]), + ("ACORNYMS", &["acronyms"]), + ("ANTIBOITICS", &["antibiotics"]), + ("AWKNOWLEDGING", &["acknowledging"]), + ("ACHIVABLE", &["achievable"]), + ("OPTIMITATION", &["optimization"]), + ("PROJCTS", &["projects"]), + ("NEEEED", &["need", "needed"]), + ("AGANT", &["agent"]), + ("PRETIOUS", &["previous"]), + ("MICROSCROPE", &["microscope"]), + ("DOWNGARDED", &["downgraded"]), + ("KUBENRETES", &["kubernetes"]), + ("MISOGANISTIC", &["misogynistic"]), + ("OUTTER", &["outer"]), + ("DRAVADIAN", &["dravidian"]), + ("SOVER", &["solver"]), + ("REAGRDING", &["regarding"]), + ("NEWORK", &["network"]), + ("SUPERFLOUS", &["superfluous"]), + ("HISTROICALLY", &["historically"]), + ("TROGLADITISM", &["troglodytism"]), + ("PENNISULA", &["peninsula"]), + ("TRANSISTION", &["transition"]), + ("CUASED", &["caused"]), + ("VERICATION", &["verification"]), + ("UBIQUITUOUS", &["ubiquitous"]), + ("INTIALIZATIONS", &["initializations"]), + ("SIWTCHED", &["switched"]), + ("AGRESSIVELY", &["aggressively"]), + ("FLAOT", &["float"]), + ("HTPTS", &["https"]), + ("YIU", &["you"]), + ("EXPERINEMENTERS", &["experimenters"]), + ("MOMEMTN", &["moment"]), + ("SPEFICIEIR", &["specifier"]), + ("UNKOWNINGLY", &["unknowingly"]), + ("ENEABLING", &["enabling"]), + ("SAXAPHONE", &["saxophone"]), + ("BEGGINIG", &["begging", "beginning"]), + ("TICHNESS", &["thickness"]), + ("VISUAIZATION", &["visualization"]), + ("HEIGEST", &["highest"]), + ("ARMAGEDON", &["armageddon"]), + ("WITHDRAWELS", &["withdrawals"]), + ("RELEATIVE", &["relative"]), + ("LIBRAARIES", &["libraries"]), + ("SISTEMATISING", &["systematising"]), + ("COMPATIBLITY", &["compatibility"]), + ("CHCEK", &["check"]), + ("POLUTES", &["pollutes"]), + ("INSTITUTIONNAL", &["institutional"]), + ("SELFISHESS", &["selfishness"]), + ("MANIFESTION", &["manifestation"]), + ("FESTIVAS", &["festivals"]), + ("ROUTIN", &["routine", "routing"]), + ("SUCCCEEDED", &["succeeded"]), + ("EXTRODINARY", &["extraordinary"]), + ("INDICIATE", &["indicate"]), + ("LOOD", &["blood", "flood", "lewd", "look", "loom", "mood"]), + ("TRANSISTER", &["transistor"]), + ("ADDICTIS", &["addictions"]), + ("VULNERBUILITY", &["vulnerability"]), + ("ANOUNCE", &["announce"]), + ("GUAREDED", &["guarded"]), + ("SEESION", &["session"]), + ("MIMIMUM", &["minimum"]), + ("SOTRYLINES", &["storylines"]), + ("SEARCHEABLE", &["searchable"]), + ("NEIGHBOURGHS", &["neighbours"]), + ("EXPEIRIMENTALLY", &["experimentally"]), + ("RIDICULUED", &["ridicule"]), + ("COMPLEXE", &["complex"]), + ("DEGENERAGING", &["degenerating"]), + ("INITIALIZTION", &["initialization"]), + ("PADD", &["pad", "padded"]), + ("SPONTANIOUSLY", &["spontaneously"]), + ("ARCEHTYPES", &["archetypes"]), + ("WARNINS", &["warnings"]), + ("DYNAMLIC", &["dynamic"]), + ("CONVIENENTLY", &["conveniently"]), + ("SERVERAL", &["several"]), + ("OPPOSSED", &["opposed"]), + ("REPSONSIBILITIES", &["responsibilities"]), + ("INTRODUCTING", &["introduction"]), + ("HIGHLIGJTING", &["highlighting"]), + ("UNREALIBLE", &["unreliable"]), + ("CUBBURDS", &["cupboards"]), + ("ALGOITHMIC", &["algorithmic"]), + ("FORCASTING", &["forecasting"]), + ("DESCRIMINATING", &["discriminating"]), + ("RECIPROCANT", &["reciprocate"]), + ("VINYET", &["vignette"]), + ("MANIFESTORS", &["manifests"]), + ("SHFIT", &["shift"]), + ("RETRIGER", &["retrigger"]), + ("APPOVED", &["approved"]), + ("AIRRCRAFT", &["aircraft"]), + ("SINISTRE", &["sinister"]), + ("STATTISTIC", &["statistic"]), + ("STREATCHED", &["stretched"]), + ("BOUNRAIES", &["boundaries"]), + ("MABE", &["maybe"]), + ("VARITIES", &["varieties"]), + ("AFTERNOOON", &["afternoon"]), + ("UNSPEFIFIED", &["unspecified"]), + ("CAMCEL", &["camel"]), + ("REMBEMBERS", &["remembers"]), + ("APPRECIAE", &["appreciates"]), + ("PROMPRTED", &["prompted"]), + ("HAPPPENINGS", &["happenings"]), + ("DIPLOMANCY", &["diplomacy"]), + ("PREFECTION", &["perfection"]), + ("GENREATE", &["generate"]), + ("CONTEMPERARY", &["contemporary"]), + ("CLACULATORS", &["calculators"]), + ("COEXSITED", &["coexisted"]), + ("DESCRIPTO", &["descriptor"]), + ("MILLIMITER", &["millimeter"]), + ("IDENTITE", &["identities"]), + ("NAMNED", &["named"]), + ("COFEE", &["coffee"]), + ("DISAPPERARANCE", &["disappearance"]), + ("ANONOMOUS", &["anonymous"]), + ("DISAPPERING", &["disappearing"]), + ("PERIPHREAL", &["peripheral"]), + ("INVULENRABLE", &["invulnerable"]), + ("DISCONECCTS", &["disconnects"]), + ("CLAMMER", &["clamber", "clamor"]), + ("TRICKEY", &["trickery"]), + ("PARTITIONNED", &["partitioned"]), + ("ACCOUNTABILTY", &["accountability"]), + ("TRASNSMIT", &["transmit"]), + ("ITSEL", &["itself"]), + ("SERIALSIES", &["serialises"]), + ("LONLIENESS", &["loneliness"]), + ("AGIAN", &["again"]), + ("MARKAUP", &["markup"]), + ("ABORIGONAL", &["aboriginal"]), + ("DEMPHASIZE", &["deemphasize"]), + ("SURLEY", &["surly", "surely"]), + ("COMPILANCE", &["compliance"]), + ("RECORED", &["recorded"]), + ("VACUMME", &["vacuum"]), + ("EMPAHSIZED", &["emphasized"]), + ("SUDU", &["sudo"]), + ("PONINTS", &["points"]), + ("INTANGABLE", &["intangible"]), + ("MISSTAKES", &["mistakes"]), + ("TRANSFERSOM", &["transforms"]), + ("BLOKCHAINS", &["blockchains"]), + ("NEGOCIATED", &["negotiated"]), + ("BIBILCAL", &["biblical"]), + ("REPRESENATIVE", &["representative"]), + ("CONFIGUTES", &["configures"]), + ("DOUBLELFIT", &["doublelift"]), + ("OFFTEN", &["often"]), + ("CERTAINTITY", &["certainty"]), + ("FINANICAL", &["financial"]), + ("COMPLICATRED", &["complicate"]), + ("POLYEDRAL", &["polyhedral"]), + ("EXCERISING", &["exercising"]), + ("INDENTAION", &["indentation"]), + ("COVERD", &["covered"]), + ("PREFERANCES", &["preferences"]), + ("SUNDEY", &["sunday"]), + ("UNCONVENTIAL", &["unconventional"]), + ("PROPMTLY", &["promptly"]), + ("SPESIFICS", &["specifics"]), + ("ASSYMMETRY", &["asymmetry"]), + ("SPCIFIES", &["specifies"]), + ("SUPPLIE", &["supplied", "supplier", "supply"]), + ("LOSEN", &["loosen"]), + ("DORMTUND", &["dortmund"]), + ("SAMMON", &["salmon"]), + ("BRANCHSI", &["branches"]), + ("AJUSTMENTS", &["adjustments"]), + ("SATSIFIES", &["satisfies"]), + ("AUTOSAVEGS", &["autosaves"]), + ("DECLARTATOR", &["declarator"]), + ("ANPHETAMINES", &["amphetamines"]), + ("SCIENCISTS", &["scientists"]), + ("ASSIGHING", &["assigning"]), + ("INFALLIBILE", &["infallible"]), + ("INTRINSISCH", &["intrinsic"]), + ("COVNERTING", &["converting"]), + ("CONETS", &["connects"]), + ("SURVIVABILLITY", &["survivability"]), + ("CORRESOPNDING", &["corresponding"]), + ("CANNBIAL", &["cannibal"]), + ("CIRCULATON", &["circulation"]), + ("INSTANTAENOUS", &["instantaneous"]), + ("PROSTITUION", &["prostitution"]), + ("SECTOPMS", &["sections"]), + ("ACQURES", &["acquires"]), + ("REMEMEBR", &["remember"]), + ("ODASEE", &["odyssey"]), + ("PRONOUNES", &["pronouns"]), + ("SUNSCREN", &["sunscreen"]), + ("SERIALSIATION", &["serialisation"]), + ("CANDIDIATES", &["candidates"]), + ("INSEPCTOR", &["inspector"]), + ("COALESSENSE", &["coalescence"]), + ("DIVISIOR", &["divisor"]), + ("MONTNANA", &["montana"]), + ("CONBINATIONS", &["combinations"]), + ("COMPONSATE", &["compensate"]), + ("DTERMINATED", &["determined"]), + ("SINNIC", &["cynic"]), + ("STOMPTED", &["stomped"]), + ("EXEEDING", &["exceeding"]), + ("EXECUTABNLE", &["executable"]), + ("CORSPES", &["corpses"]), + ("ENROLEMENT", &["enrollment"]), + ("UNQIUENESS", &["uniqueness"]), + ("ORIGNIALLY", &["originally"]), + ("FALIURE", &["failure"]), + ("REOPORT", &["report"]), + ("KONWS", &["knows"]), + ("GUARRENTES", &["guarantees"]), + ("PRESCENCE", &["presence"]), + ("MONOCHROMO", &["monochrome"]), + ("GNERIC", &["generic"]), + ("RECUSRSIVE", &["recursive"]), + ("STARTUS", &["startups"]), + ("GALLAXIES", &["galaxies"]), + ("LEW", &["dew", "hew", "lieu", "sew"]), + ("YAU", &["you", "yaw"]), + ("PROPBABLY", &["probably"]), + ("CALOIRES", &["calories"]), + ("THOSSE", &["those"]), + ("PEOPE", &["people"]), + ("OBATION", &["ovation"]), + ("CHARACTERTISTIC", &["characteristic"]), + ("REMANING", &["remaining"]), + ("EXECUTRES", &["executes"]), + ("ACRYNOMS", &["acronyms"]), + ("SUBLTETY", &["subtlety"]), + ("CHECKK", &["check"]), + ("HIYGEINE", &["hygiene"]), + ("CONFUGURES", &["configures"]), + ("TRINKST", &["trinkets"]), + ("IMPLICITILY", &["implicitly"]), + ("FUCTIONES", &["functioned"]), + ("WHOLEY", &["wholly"]), + ("DISUPTED", &["disputed"]), + ("ZIPED", &["zipped"]), + ("BOMBARDEADO", &["bombarded"]), + ("RESERACHING", &["researching"]), + ("CURRENLY", &["currently"]), + ("BELIVE", &["believe"]), + ("ABSTRCTNESS", &["abstractness"]), + ("WESTBROOOK", &["westbrook"]), + ("MENSIONED", &["mentioned"]), + ("TEMPORRARILY", &["temporarily"]), + ("FILEDS", &["fields"]), + ("UNAVAILABLILITY", &["unavailability"]), + ("COMPRESORS", &["compressor", "compressors"]), + ("TRANSALTED", &["translated"]), + ("UNRESTIRCTED", &["unrestricted"]), + ("CENTRIOD", &["centroid"]), + ("FLOURINE", &["fluorine"]), + ("JEKINS", &["jenkins"]), + ("COMTPON", &["compton"]), + ("BUREAUCRATES", &["bureaucrats"]), + ("SIMLUATOR", &["simulator"]), + ("BUTIFULLY", &["beautifully"]), + ("DETERMINEING", &["determining"]), + ("SENISBLE", &["sensible"]), + ("EALRIER", &["earlier"]), + ("CONSTAINTE", &["constrained", "constraint", "constraints"]), + ("ETRAILER", &["retailer"]), + ("PARAMEGER", &["parameter"]), + ("CABINT", &["cabinet"]), + ("TERMNIATOR", &["terminator"]), + ("RESTRICTONS", &["restricts"]), + ("VERIOSNS", &["versions"]), + ("ARCHITECTUR", &["architecture"]), + ("ASSUPTIONS", &["assumptions"]), + ("STATUP", &["startup"]), + ("PERCIEVABLEY", &["perceivably"]), + ("TURCOISE", &["turquoise"]), + ("SEMSTER", &["semester"]), + ("NIHILISIM", &["nihilism"]), + ("GUDE", &["guide", "good"]), + ("CERNOMIES", &["ceremonies"]), + ("DETTACHED", &["detached"]), + ("RESORCED", &["resourced"]), + ("DONAINS", &["domains"]), + ("FORGIVANCE", &["forgiven"]), + ("CYCULAR", &["circular"]), + ("BARGIAN", &["bargain"]), + ("TRGISTRATION", &["registration"]), + ("FOCUSE", &["focus"]), + ("FOOUND", &["found"]), + ("QUARINTINE", &["quarantine"]), + ("DOOMSDAILY", &["doomsday"]), + ("DONW", &["down", "done"]), + ("SUSPECTIBLE", &["susceptible"]), + ("DEDUCTABLES", &["deductibles"]), + ("COMPRAMISED", &["compromised"]), + ("BOUNND", &["bound"]), + ("KIDKNAP", &["kidnap"]), + ("ABBORT", &["abort", "abbot"]), + ("CREDIENTIAL", &["credential"]), + ("PERFERRING", &["preferring"]), + ("ATTENATION", &["attenuation", "attention"]), + ("OMNISHIENCES", &["omnisciences"]), + ("MARJORITY", &["majority"]), + ("SUCCESSESFUL", &["successful"]), + ("UTILIZATING", &["utilization"]), + ("PIEGONS", &["pigeons"]), + ("OPNSSL", &["openssl"]), + ("MENAS", &["means"]), + ("EXECUETS", &["executes"]), + ("OPENEN", &["opened", "opening"]), + ("UNREPRODUCABLE", &["unreproducible"]), + ("LIMITION", &["limitation"]), + ("MISCELLANOUS", &["miscellaneous"]), + ("SHCOOLED", &["schooled"]), + ("ANXIUOSLY", &["anxiously"]), + ("BULGRIAN", &["bulgarian"]), + ("AVAILABLILITY", &["availability"]), + ("CONSTRANSI", &["constraints"]), + ("UPATED", &["updated"]), + ("NEGOTATIATED", &["negotiated"]), + ("DISSASSOCIATE", &["disassociate"]), + ("ABOSULTE", &["absolute"]), + ("LIBERTARIANISIM", &["libertarianism"]), + ("PREDESSECORS", &["predecessors"]), + ("EXCELLENZE", &["excellence"]), + ("STRATIGICALLY", &["strategically"]), + ("SILHOUETING", &["silhouetting"]), + ("ARBORTS", &["aborts"]), + ("ELLIDED", &["elided"]), + ("INSTINCTIVLY", &["instinctively"]), + ("CONTINUOS", &["continuous"]), + ("SCIENTIESTS", &["scientists"]), + ("MASSECTOMY", &["mastectomy"]), + ("FIREBALLLS", &["fireballs"]), + ("RSOURCING", &["resourcing", "sourcing"]), + ("INSERSECTS", &["intersects"]), + ("IMPUNING", &["impugning"]), + ("ALEGE", &["allege"]), + ("ACQUIANTENCES", &["acquaintances"]), + ("WIATERS", &["waiters"]), + ("MISSMATCHD", &["mismatched"]), + ("MAKWFILE", &["makefile"]), + ("RECONFUGURE", &["reconfigure"]), + ("BOQUET", &["bouquet"]), + ("TUESDEY", &["tuesday"]), + ("COMPARITITIVE", &["comparative"]), + ("KENENDY", &["kennedy"]), + ("NORHTEAST", &["northeast"]), + ("REFENENCE", &["reference"]), + ("SUBTITUTED", &["substituted"]), + ("CAPITLAISM", &["capitalism"]), + ("MASTURDATE", &["masturbate"]), + ("RECOMPLIE", &["recompile", "recomply"]), + ("DECOMPESSOR", &["decompressor"]), + ("HOSTANME", &["hostname"]), + ("SPEFIXY", &["specify"]), + ("INSTRALL", &["install"]), + ("PROPERITIES", &["properties"]), + ("SATISTYING", &["satisfying"]), + ("CAMPAING", &["campaign"]), + ("SCOREBORED", &["scoreboard"]), + ("RESPECTE", &["respective"]), + ("ATTRIBYE", &["attribute"]), + ("PEROIDICITY", &["periodicity"]), + ("MINIUMUM", &["minimum"]), + ("INTRISTICALLY", &["intrinsically"]), + ("GENRALIZE", &["generalize"]), + ("ISNTRUCTED", &["instructed"]), + ("CONVERSARE", &["converse"]), + ("RELEIVING", &["relieving"]), + ("MEMEMBER", &["member", "remember"]), + ("FUFILLED", &["fulfilled"]), + ("FORCASTER", &["forecaster"]), + ("INTENTED", &["intended", "indented"]), + ("RECANGLE", &["rectangle"]), + ("EXORBIDANT", &["exorbitant"]), + ("RETRANSFERD", &["retransferred"]), + ("ASSUMANG", &["assuming"]), + ("PROTECTORES", &["protectors"]), + ("ACUTAL", &["actual"]), + ("WARING", &["warning"]), + ("EXMPLE", &["example"]), + ("LEGITAMATELY", &["legitimately"]), + ("NAYBORHOOD", &["neighborhood"]), + ("FLARIED", &["flaired"]), + ("MATAINER", &["maintainer"]), + ("PROPROTIONAL", &["proportional"]), + ("FRIENDZONEADO", &["friendzoned"]), + ("CELARS", &["cellars", "clears"]), + ("EXPLAN", &["explain"]), + ("LONGTIEM", &["longtime"]), + ("DISCONENCTIONS", &["disconnections"]), + ("THJE", &["the"]), + ("CONSTITUYE", &["constitute"]), + ("PRECESSOR", &["predecessor", "processor"]), + ("MASSACHUSTTS", &["massachusetts"]), + ("DELIBERATLEY", &["deliberately"]), + ("ALTERNETLY", &["alternately"]), + ("COMPLEATES", &["completes"]), + ("TOTTALY", &["totally"]), + ("DISCCUSS", &["discuss"]), + ("MALPLACED", &["misplaced"]), + ("CONSTLY", &["costly"]), + ("ORIENTATIED", &["orientated"]), + ("BEAVIOR", &["behavior"]), + ("UPSREAMS", &["upstreams"]), + ("MISSTAKE", &["mistake"]), + ("INACCESIBLE", &["inaccessible"]), + ("PRECIZE", &["precise"]), + ("REPUBLICANTS", &["republicans"]), + ("DEVELOMENT", &["development"]), + ("EXCEPTIONN", &["exception"]), + ("COMPATABILY", &["compatibility"]), + ("WROLD", &["world"]), + ("INVARIENT", &["invariant"]), + ("SPAW", &["spawn"]), + ("PLAYWRITE", &["playwright"]), + ("USEBILITY", &["usability"]), + ("HYDROPOBE", &["hydrophobe"]), + ("POSITIONLY", &["positional"]), + ("MODUE", &["module"]), + ("REMEMBRENCE", &["remembrance"]), + ("IMPLICTLY", &["implicitly"]), + ("TOOS", &["tools"]), + ("TOGETERNESS", &["togetherness"]), + ("UPSRTEAM", &["upstream"]), + ("CONSTANTY", &["constantly"]), + ("PROFITABILIY", &["profitability"]), + ("STATESE", &["statuses", "states"]), + ("LEPARD", &["leopard"]), + ("COOMON", &["common"]), + ("EANBLE", &["enable"]), + ("HOSTILIY", &["hostility"]), + ("DISTRIBTION", &["distribution"]), + ("APPLICATIOSN", &["applications"]), + ("PRIVALEGE", &["privilege"]), + ("HISTROICAL", &["historical"]), + ("REVIWER", &["reviewer"]), + ("FALLATIOUS", &["fallacious"]), + ("PELASE", &["please"]), + ("INIFNITE", &["infinite"]), + ("CONSEQUENE", &["consequence"]), + ("FORMUA", &["formula"]), + ("STANDARTS", &["standards"]), + ("DISPROPORTIANTE", &["disproportionate"]), + ("TASLIMAN", &["talisman"]), + ("DESCRITPIONS", &["descriptions"]), + ("MASSACHUSETTES", &["massachusetts"]), + ("FOCED", &["forced"]), + ("TEMPORARLY", &["temporary", "temporarily"]), + ("FPOR", &["for"]), + ("PRIVELLEGES", &["privileges"]), + ("HEADEST", &["headset"]), + ("POLYMOPHING", &["polymorphing"]), + ("PSCYHEDELIC", &["psychedelic"]), + ("CRESH", &["crèche"]), + ("INIZIALIZES", &["initializes"]), + ("INITILIALIZING", &["initializing"]), + ("ALTERNETIVE", &["alternative"]), + ("AVIODED", &["avoided"]), + ("HIGHLIGTED", &["highlighted"]), + ("IMPACTOS", &["impacts"]), + ("SIMULATANIOUS", &["simultaneous"]), + ("ASTIIMATE", &["estimate"]), + ("INEJCTION", &["injection"]), + ("UNEXPECTIDLY", &["unexpectedly"]), + ("ATTRBUTION", &["attribution"]), + ("SUBPORGRAM", &["subprogram"]), + ("FERMENTERAD", &["fermented"]), + ("SPEFIIFICATIONS", &["specifications"]), + ("FOF", &["for"]), + ("KEYBORADS", &["keyboards"]), + ("METALURGICAL", &["metallurgical"]), + ("INADAQUETE", &["inadequate"]), + ("SONGLED", &["singled", "dongled"]), + ("ALGOHM", &["algorithm"]), + ("RIDICULOUNESS", &["ridiculousness"]), + ("EVLUATIVE", &["evaluative"]), + ("RELATIEVLY", &["relatively"]), + ("COMPLIE", &["compile", "complice", "complied"]), + ("RESOURCEYPE", &["resourcetype"]), + ("APPOROXIMATE", &["approximate"]), + ("APOCALYSPE", &["apocalypse"]), + ("EXHIBITES", &["exhibits"]), + ("ATTACHEMENT", &["attachment"]), + ("FOLLIWIONG", &["following"]), + ("MANUFACTUERES", &["manufactures"]), + ("ASSISING", &["assisting"]), + ("TAILBAN", &["taliban"]), + ("RESPWANING", &["respawning"]), + ("PEROGATIVE", &["prerogative"]), + ("THEARPY", &["therapy"]), + ("SEPERATOR", &["separator"]), + ("ATTIRIBUTES", &["attributes"]), + ("PREJUCIDES", &["prejudices"]), + ("ACTUALYL", &["actually"]), + ("SUBSITTUTE", &["substitutes"]), + ("FUTHERMORE", &["furthermore"]), + ("SEPCULATING", &["speculating"]), + ("SHOULLD", &["should"]), + ("FO", &["of", "for", "do", "go", "to"]), + ("ARMENAIN", &["armenian"]), + ("THEIS", &["this", "thesis"]), + ("INDPENDENT", &["independent"]), + ("SOUNDTRAKC", &["soundtracks"]), + ("CASHIEER", &["cashier"]), + ("PROSICUTOR", &["prosecutor"]), + ("OJECTS", &["objects"]), + ("CULRPIT", &["culprit"]), + ("DAMANGING", &["damaging"]), + ("SETTIING", &["setting"]), + ("SWTIZERLAND", &["switzerland"]), + ("ACCURAY", &["accuracy", "actuary"]), + ("ACCUMUATE", &["accumulate"]), + ("IMENSE", &["immense"]), + ("VACUMEED", &["vacuumed"]), + ("MILEU", &["milieu"]), + ("CONFORT", &["comfort"]), + ("INAPPROPIRATE", &["inappropriate"]), + ("FRAMS", &["frames"]), + ("SUBURBURBAN", &["suburban"]), + ("SPACIFIED", &["specified"]), + ("VULBERABUILITIY", &["vulnerability"]), + ("NOFITY", &["notify"]), + ("INDOCRTINATED", &["indoctrinated"]), + ("CURRECTLY", &["correctly", "currently"]), + ("CHANSES", &["chances"]), + ("COMPLEXITIY", &["complexity"]), + ("USSEFUL", &["useful"]), + ("SWEATSHRIT", &["sweatshirt"]), + ("ABONDONS", &["abandons"]), + ("REPSECTABLE", &["respectable"]), + ("MICROFOST", &["microsoft"]), + ("RECOMMANDED", &["recommended"]), + ("THREDING", &["threading"]), + ("DEZINE", &["design"]), + ("SPECTUM", &["spectrum"]), + ("EXPERIMMENTATION", &["experimentation"]), + ("DEPRESSO", &["depression"]), + ("ETIQUETE", &["etiquette"]), + ("CHARACATER", &["caricature", "character"]), + ("CERTITICATES", &["certificates"]), + ("CAMPAIN", &["campaign"]), + ("PLAFTORM", &["platform"]), + ("ASSIGNENT", &["assignment"]), + ("MAYORITY", &["majority"]), + ("GRATUITUOS", &["gratuitous"]), + ("MEMROY", &["memory"]), + ("INDEPENDENDLY", &["independently"]), + ("COROSPONDANCE", &["correspondence"]), + ("TOURISTES", &["tourists"]), + ("UNEXPACTEDLY", &["unexpectedly"]), + ("ACEEPT", &["accept"]), + ("TIMESTEMP", &["timestamp"]), + ("PERCISSION", &["percussion"]), + ("UPGRATED", &["upgraded"]), + ("EXTRATS", &["extracts"]), + ("THQ", &["the"]), + ("COPUTE", &["compute"]), + ("POSTION", &["position"]), + ("BACKBROUND", &["background"]), + ("CHATEAO", &["château"]), + ("INCONSISTEN", &["inconsistent"]), + ("THUMBNAL", &["thumbnails", "thumbnail"]), + ("ELIPSE", &["ellipse", "eclipse"]), + ("INTERFEREING", &["interfering"]), + ("ARUMENTS", &["arguments"]), + ("SARCASTICALY", &["sarcastically"]), + ("BIRMINGHARAM", &["birmingham"]), + ("PROGAMMABILITY", &["programmability"]), + ("CURIOUSITIES", &["curiosities"]), + ("FRANCHSIES", &["franchises"]), + ("RENEGOTIOTIONS", &["renegotiations"]), + ("ADITION", &["addition"]), + ("EXECUTRED", &["executed"]), + ("BOWKAY", &["bouquet"]), + ("BENCHMAR", &["benchmark"]), + ("RECRUITCS", &["recruits"]), + ("CRALWER", &["crawler"]), + ("AMBIEN", &["ambient"]), + ("AWAILABLE", &["available"]), + ("WRITEBUFER", &["writebuffer"]), + ("SOVEITS", &["soviets"]), + ("ELIMINATON", &["elimination"]), + ("GIMMICY", &["gimmicky"]), + ("MOROEVER", &["moreover"]), + ("ETENDS", &["extends", "attends"]), + ("IDENTITAL", &["identical"]), + ("INSTURMENTALS", &["instrumental"]), + ("SHINEING", &["shining"]), + ("INITIALIASATION", &["initialisation"]), + ("REWRITTE", &["rewrite"]), + ("PARNTERS", &["partners"]), + ("POLITING", &["piloting"]), + ("BLACKHAKWS", &["blackhawks"]), + ("TYPPICAL", &["typical"]), + ("ADMINSITRATION", &["administration"]), + ("PIONTER", &["pointer"]), + ("ANARKISTIC", &["anarchistic"]), + ("INDIGENIOUS", &["indigenous"]), + ("THRRESHOLD", &["threshold"]), + ("PRECED", &["precede"]), + ("ABSORBES", &["absorbs"]), + ("OTHERWHILE", &["otherwise"]), + ("CARRET", &["caret"]), + ("DIPOSE", &["dispose", "depose"]), + ("ORGNAISATION", &["organisations"]), + ("EXPECTRED", &["expected"]), + ("YOOUR", &["your"]), + ("ABSOULELY", &["absolutely"]), + ("TESTEING", &["testing"]), + ("DEFINTILY", &["definitely"]), + ("STARIGHTENED", &["straightened"]), + ("INDDIVIDUALS", &["individuals"]), + ("AUTONEGOTHIATION", &["autonegotiation"]), + ("PARITIONING", &["partitioning"]), + ("METAGAEM", &["metagame"]), + ("DISPTACH", &["dispatch"]), + ("ALLOCCATE", &["allocate"]), + ("EXPERIES", &["expires"]), + ("DELIBIRATELY", &["deliberately"]), + ("RECEVIES", &["receives"]), + ("ALTNERATELY", &["alternately"]), + ("FUNCTIONIONALITY", &["functionality"]), + ("ENALBE", &["enable"]), + ("CONSCTRUCTIONS", &["constructions"]), + ("NATCHES", &["matches"]), + ("ITMS", &["items"]), + ("REASOM", &["reason"]), + ("UNSPEFICED", &["unspecified"]), + ("COORDIANTE", &["coordinate"]), + ("EXOLICITLY", &["explicitly"]), + ("BASSIC", &["basic"]), + ("TRANDIONAL", &["traditional"]), + ("METAPHORIAL", &["metaphorical"]), + ("ATHLETISISM", &["athleticism"]), + ("DELIMTED", &["delimited"]), + ("OCTIVES", &["actives", "octaves"]), + ("DEVLEOPERS", &["developers"]), + ("DELTES", &["deletes"]), + ("NECKBOARDS", &["neckbeards"]), + ("AUTONEGOTIOTATION", &["autonegotiation"]), + ("CHMABERS", &["chambers"]), + ("EXPLICITELLY", &["explicitly"]), + ("IDEOLOGIAS", &["ideologies"]), + ("CONTENTANTS", &["contestants"]), + ("OTHERWHERE", &["elsewhere"]), + ("OPTIMZIATION", &["optimization"]), + ("PRPOSER", &["proposer"]), + ("WHITCHEVER", &["whichever"]), + ("RETIRBUTION", &["retribution"]), + ("EXPERIMANENTELLY", &["experimentally"]), + ("TARGESTING", &["targeting"]), + ("INTERPREATION", &["interpretation"]), + ("RENEGOPTIONSOTIATES", &["renegotiates"]), + ("QUESTIONAL", &["questionable"]), + ("PATRIOTISIM", &["patriotism"]), + ("CREDENCIALS", &["credentials"]), + ("UNDERSTANT", &["understand"]), + ("EXCEUTIONER", &["executioner"]), + ("DECOMPRESION", &["decompression"]), + ("AREODYNAMICS", &["aerodynamics"]), + ("RECRATED", &["recreated"]), + ("PUBISHING", &["publishing"]), + ("MATAPHORICALLY", &["metaphorically"]), + ("IMPLETER", &["implementer"]), + ("ALO", &["also"]), + ("WRYTH", &["writhe"]), + ("UGPRADE", &["upgrade"]), + ("MEDICAITONS", &["medications"]), + ("REGITER", &["register"]), + ("VICTOMIZED", &["victimized"]), + ("CONTRAINED", &["contained", "constrained"]), + ("CONECURRENCY", &["concurrency"]), + ("LETING", &["letting"]), + ("TECHNICION", &["technician"]), + ("RQUIRES", &["requires"]), + ("EXECTUIVES", &["executives"]), + ("EXITSING", &["existing", "exiting"]), + ("OTIFICATION", &["notification"]), + ("APPROSTRAPHE", &["apostrophe"]), + ("ENDUCED", &["induced"]), + ("ACHEEVING", &["achieving"]), + ("GLOBALY", &["globally"]), + ("VIOALTE", &["violate"]), + ("AFFILLIATE", &["affiliate"]), + ("SCTRIPT", &["script"]), + ("CONSISNTENCY", &["consistency"]), + ("PRESUMENDO", &["presumed"]), + ("CONFERT", &["convert"]), + ("INFLUENSER", &["influences"]), + ("MICROPHONIES", &["microphones"]), + ("CONVERIONS", &["conversions"]), + ("FALLTHRUOGH", &["fallthrough"]), + ("CANNABILYZING", &["cannibalizing"]), + ("INCONDITIONALLY", &["unconditionally"]), + ("CLINETS", &["clients"]), + ("THIR", &["this", "third", "their"]), + ("CONFIGURTION", &["configuration"]), + ("SYCHRONIZE", &["synchronize"]), + ("SPEACE", &["peace", "space"]), + ("FORCAST", &["forecast"]), + ("OPENBROWER", &["openbrowser"]), + ("BUTTONNS", &["buttons"]), + ("SUBSQUENTLY", &["subsequently"]), + ("LOND", &["long"]), + ("PRCEEDING", &["preceding"]), + ("ILUMINATION", &["illumination"]), + ("ENHABCING", &["enhancing"]), + ("INTOXICTED", &["intoxicated"]), + ("MOTOROAL", &["motorola"]), + ("APROVE", &["approve"]), + ("RESOURSE", &["resources", "recourse", "resource"]), + ("OVERTHINING", &["overthinking"]), + ("SPESHALLY", &["specially", "especially"]), + ("ARIBORNE", &["airborne"]), + ("FREQUNCIES", &["frequencies"]), + ( + "NIVES", + &[ + "dives", "fives", "hives", "knives", "nieves", "nines", "wives", + ], + ), + ("PARTISIONING", &["partitioning"]), + ("ATTEMENTS", &["attempts"]), + ("DESTRCUT", &["destruct"]), + ("VULBERABULILITY", &["vulnerability"]), + ("UNROATED", &["unrotated"]), + ("PERFORMAMCE", &["performance"]), + ("PEDOHPILES", &["pedophiles"]), + ("CONCLUSSIVE", &["conclusive"]), + ("HESE", &["these"]), + ("PREVIEWD", &["previewed"]), + ("NESSASARILY", &["necessarily"]), + ("NUNBER", &["number"]), + ("CONSTRINTS", &["constraints"]), + ("CIRCUMVRENT", &["circumvent"]), + ("PROSTITUEE", &["prostitute"]), + ("DOORJAM", &["doorjamb"]), + ("PREFORMANCE", &["performance"]), + ("BETHSEDA", &["bethesda"]), + ("RELASPED", &["relapsed"]), + ("ALLCATEING", &["allocating"]), + ("PHILOSOHPICAL", &["philosophical"]), + ("ADDRESESD", &["addressed"]), + ("AUTHENCTICATES", &["authenticates"]), + ("PROVERIBAL", &["proverbial"]), + ("ROATION", &["rotation"]), + ("SRUNKEN", &["shrunken"]), + ("STARIGHTFORWARD", &["straightforward"]), + ("PROTECED", &["protected"]), + ("PATHELOGICAL", &["pathological"]), + ("COMMUN", &["common", "commune"]), + ("KATASTROPHIC", &["catastrophic"]), + ("SPECIYING", &["specifying"]), + ("INCONSISTENTIES", &["inconsistencies"]), + ("MISINTERPRED", &["misinterpreted"]), + ("PROYECTING", &["projecting", "protecting"]), + ("LITEAUTRUE", &["literature"]), + ("EXCLUCIVITY", &["exclusivity"]), + ("EXPERMENTED", &["experimented"]), + ("FALLBCK", &["fallback"]), + ("INFOGRAHPIC", &["infographic"]), + ("LIMTED", &["limited"]), + ("EXTREMITYS", &["extremities"]), + ("EXPLENATIONS", &["explanations"]), + ("DISTUINGISHING", &["distinguishing"]), + ("INTIALLIZATIONS", &["initializations"]), + ("OPERTORS", &["operators"]), + ("SCRITPURES", &["scriptures"]), + ("FAVRITT", &["favorite"]), + ("ABRUPLTY", &["abruptly"]), + ("NEVERHTELESS", &["nevertheless"]), + ("TORTISE", &["tortoise"]), + ("FRUSTRASION", &["frustrations"]), + ("SIMILLAR", &["similar"]), + ("ACKNOLEDGES", &["acknowledges"]), + ("CAPTIN", &["captain"]), + ("COLLASED", &["collapsed"]), + ("TUSCON", &["tucson"]), + ("ENOGH", &["enough"]), + ("RENEGOPTIONSOTIATORS", &["renegotiators"]), + ("MASTERPICE", &["masterpiece"]), + ("DISABILTITIY", &["disability"]), + ("IDENTFY", &["identify"]), + ("PROPERRYS", &["properties"]), + ("DEFINSTELY", &["definitely"]), + ("COTROLL", &["control"]), + ("SALARIS", &["salaries"]), + ("ALWAS", &["always"]), + ("OBSERAVTIONS", &["observations"]), + ("OVERLOOOKED", &["overlooked"]), + ("CONTRODICTING", &["contradicting"]), + ("REGULAMENT", &["regulate"]), + ("CAPATILIZED", &["capitalized"]), + ("CONFIGUARION", &["configuration"]), + ("REPERSENTED", &["represented"]), + ("INDEPDENTEDLY", &["independently"]), + ("OMNISIENCE", &["omniscience"]), + ("UNHELATHY", &["unhealthy"]), + ("OBESSION", &["obsession"]), + ("CHRASH", &["crash", "thrash", "trash"]), + ("PROPRETY", &["property"]), + ("DERIVATVIES", &["derivatives"]), + ("AVAILABILIY", &["availability"]), + ("TOURISTEY", &["touristy"]), + ("NEUROLOGIAL", &["neurological"]), + ("IMPORVISED", &["improvised"]), + ("IGZORTED", &["exhorted"]), + ("UNDESIREBLE", &["undesirable"]), + ("POSTPROCCESSING", &["postprocessing"]), + ("REINITALIZES", &["reinitializes"]), + ("PARTICULIAR", &["particular"]), + ("INSANELLY", &["insanely"]), + ("RESLUTS", &["results"]), + ("SUGGETS", &["suggest", "suggests"]), + ("SUSCRIBE", &["subscribe"]), + ("STADNARDIZING", &["standardizing"]), + ("INITALISED", &["initialised"]), + ("TROGLIDITISM", &["troglodytism"]), + ("FINSHING", &["finishing"]), + ("DISSIMIALRLY", &["dissimilarly"]), + ("JUPYTHER", &["jupyter"]), + ("MOUDLE", &["module"]), + ("PROFESSIOANL", &["professionals"]), + ("STATISTCAL", &["statistical"]), + ("CENTERES", &["centers"]), + ("JUADISM", &["judaism"]), + ("PENINUSLA", &["peninsula"]), + ("PERSECTIVE", &["respective", "perspective"]), + ("HTEY", &["they"]), + ("BEGINININGS", &["beginnings"]), + ("IMPLEMEMENTED", &["implemented"]), + ("INPSIRATION", &["inspiration"]), + ("INGORE", &["ignore"]), + ("PROLOUGE", &["prologue"]), + ("TERRITORAL", &["territorial"]), + ("WELLINGTION", &["wellington"]), + ("GENRAL", &["general"]), + ("APPLIATION", &["application"]), + ("DISTASE", &["distaste"]), + ("RECTANGLAR", &["rectangular"]), + ("UNBELIVEBLY", &["unbelievably"]), + ("INENTORY", &["inventory"]), + ("UNDERRATTED", &["underrated"]), + ("PLATFOEM", &["platform"]), + ("REPERSENTING", &["representing"]), + ("HEADROM", &["headroom", "bedroom"]), + ("SENTENSE", &["sentence"]), + ("TIEMSTAMP", &["timestamp"]), + ("INDEPENDNT", &["independent"]), + ("PYRAMIDES", &["pyramids"]), + ("CHARASETS", &["charsets"]), + ("SURPORTED", &["supported"]), + ("HOLDIAYS", &["holidays"]), + ("CAMOFLAGE", &["camouflage"]), + ("INTERUPTED", &["interrupted"]), + ("COMMISIONS", &["commissions"]), + ("READNIG", &["reading"]), + ("CONFUGIRING", &["configuring"]), + ("ZYLOPHONES", &["xylophone"]), + ("PROPRIOTARY", &["proprietary"]), + ("CORRESPON", &["correspond"]), + ("APEALED", &["appealed"]), + ("SUROUNDINGS", &["surroundings"]), + ("DERECTION", &["direction"]), + ("ENDCODINGS", &["encodings"]), + ("SEELCTION", &["selection"]), + ("PREFRENCE", &["preference"]), + ("ELEPHANTOS", &["elephants"]), + ("PERPRETATOR", &["perpetrators"]), + ("SKEPT", &["skipped"]), + ("CALER", &["caller"]), + ("INSTRUMENTAION", &["instrumentation"]), + ("SUBSCRUBED", &["subscribed"]), + ("SITIRS", &["stirs"]), + ("EXSPECTS", &["expects"]), + ("PLAUSIBEL", &["plausible"]), + ("FAILLED", &["failed"]), + ("LIGTHROOM", &["lightroom"]), + ("DIABLICAL", &["diabolical"]), + ("NEIGHBERHHOODS", &["neighborhoods"]), + ("UNRELIABE", &["unreliable"]), + ("SATTISFIED", &["satisfied"]), + ("INDICTE", &["indicate"]), + ("BUSRTING", &["bursting"]), + ("EARTHQUAKERS", &["earthquakes"]), + ("MEHTOD", &["method"]), + ("PROCOTOL", &["protocol"]), + ("WEILD", &["wield", "wild"]), + ("NEIGHBORGH", &["neighbor"]), + ("ACCOMPAGNING", &["accompanying"]), + ("MALLESS", &["malice"]), + ("SURGURY", &["surgery"]), + ("MANIUPLATIVE", &["manipulative"]), + ("LIFECICLE", &["lifecycle"]), + ("ENVIRONMENTLY", &["environmental"]), + ("CONECNTRATED", &["concentrated"]), + ("PARTICIPANS", &["participants"]), + ("INDIFFERNECE", &["indifference"]), + ("PORTRAYL", &["portrayal"]), + ("DESKTOPOS", &["desktops"]), + ("COMPILICATED", &["complicated"]), + ("VRSIONS", &["versions"]), + ("EXPEXTING", &["expecting"]), + ("FORCELY", &["forcibly"]), + ("GITARS", &["guitars"]), + ("METROLOLITAN", &["metropolitan"]), + ("AMBADEXTROUSENESS", &["ambidextrousness"]), + ("MANFACTURER", &["manufacturer"]), + ("SCIENTIS", &["scientist"]), + ("CASTLEOS", &["castles"]), + ("VOLATAGES", &["voltages"]), + ("SPEFICIIER", &["specifier"]), + ("REVOULTIONARY", &["revolutionary"]), + ("HYPOCRISES", &["hypocrites"]), + ("CHOPY", &["choppy", "chop"]), + ("ARBITRARYLY", &["arbitrary"]), + ("DISSAMBLER", &["disassembler"]), + ("PARLAMENT", &["parliament"]), + ("TROUGHT", &["through"]), + ("ENGAGAMENTS", &["engagements"]), + ("ARRENGEMENT", &["arrangement"]), + ("BUSINESES", &["business", "businesses"]), + ("PARAGRPHS", &["paragraphs"]), + ("DISTRACTONS", &["distracts"]), + ("POWERLIFITNG", &["powerlifting"]), + ("SYBMOLS", &["symbols"]), + ("JUDGENENTAL", &["judgemental"]), + ("DEDUPLACATES", &["deduplicates"]), + ("FRST", &["first"]), + ("UNDELERING", &["underlying"]), + ("PEFECTLY", &["perfectly"]), + ("MISSIN", &["mission", "missing"]), + ("RMEOTE", &["remote"]), + ("GENRALISES", &["generalises"]), + ("LOCKINGF", &["locking"]), + ("CENTUTY", &["century"]), + ("APPPLICATIONS", &["applications"]), + ("EURPOEAN", &["european"]), + ("EXPERIMETNATION", &["experimentation"]), + ("LIMITTER", &["limiter"]), + ("PADDDING", &["padding"]), + ("INPOSIBLE", &["impossible"]), + ("ALGORTIHMICALLY", &["algorithmically"]), + ("BAISCLY", &["basically"]), + ("INIATE", &["initiate"]), + ("MARINENS", &["marines"]), + ("INTERANL", &["internal"]), + ("COMMUNCIATED", &["communicated"]), + ("DIVIDOR", &["divider", "divisor"]), + ("CRETAING", &["creating"]), + ("TERMIMALS", &["terminals"]), + ("REUPLADAD", &["reupload", "reuploaded"]), + ("DIRETORIES", &["directories"]), + ("REQUES", &["request"]), + ("OKTOBER", &["october"]), + ("INCORRRECTLY", &["incorrectly"]), + ("NOTOD", &["noted"]), + ("BOOOK", &["book"]), + ("SPEDIFIC", &["specific"]), + ("VERYIFIED", &["verified"]), + ("DESCIRPTION", &["descriptions", "description"]), + ("SURVAVIBILITY", &["survivability"]), + ("EVEM", &["even", "ever"]), + ("RECHEABILITY", &["reachability"]), + ("MONOTIRS", &["monitors"]), + ("PARTITONED", &["partitioned"]), + ("CONDICT", &["conduct"]), + ("ACCUSTUMED", &["accustomed"]), + ("COMPUATIONS", &["computations"]), + ("NEGOTIOTING", &["negotiating"]), + ("THIALAND", &["thailand"]), + ("DISSCUSED", &["discussed"]), + ("OBVOIUSLY", &["obviously"]), + ("FRAMENT", &["fragment"]), + ("ENVIRONEMNTS", &["environments"]), + ("ENRYPTED", &["encrypted"]), + ("SPREASHEET", &["spreadsheet"]), + ("VOCABULARILY", &["vocabulary"]), + ("ASSOIATED", &["associated"]), + ("CONTIUNALLY", &["continually"]), + ("CIRUIT", &["circuit"]), + ("POSITIONNING", &["positioning"]), + ("OKAT", &["okay"]), + ("CREATIONSM", &["creationism"]), + ("DONWVOTES", &["downvotes"]), + ("STARDARD", &["standard"]), + ("COULUMN", &["column", "coulomb"]), + ("COMMERCAIL", &["commercials"]), + ("REUIRED", &["required"]), + ("BARNCH", &["branch"]), + ("SPEFCIFIEIR", &["specifier"]), + ("DUPLIATED", &["duplicated"]), + ("MNEMONCIS", &["mnemonics"]), + ("BRIGTHNESS", &["brightness"]), + ("FORMALY", &["formally", "formerly"]), + ("LAUNGAGES", &["languages"]), + ("REMEMEBERED", &["remembered"]), + ("COOMMAND", &["command"]), + ("VULNERABILITIE", &["vulnerability"]), + ("DISRISPECTFUL", &["disrespectful"]), + ("UNIFROMS", &["uniforms"]), + ("ASERTED", &["asserted"]), + ("SPEAKIGN", &["speaking"]), + ("ABODMINAL", &["abdominal"]), + ("ROUNDTRIPP", &["roundtrip"]), + ("FURUTISTIC", &["futuristic"]), + ("MERCHANTERS", &["merchants"]), + ("MUHC", &["much"]), + ("EFFECEIVELY", &["effectively"]), + ("DEPRECTED", &["deprecated"]), + ("PHYSCOLOGICAL", &["psychological"]), + ("SQUEAKLY", &["squeaky"]), + ("DEATIVATE", &["deactivate"]), + ("ERFORMANCE", &["performance"]), + ("CONGRESSSMEN", &["congressmen"]), + ("FARCTION", &["fraction", "faction"]), + ("SUBNEGOZIATION", &["subnegotiation"]), + ("THEIVES", &["thieves"]), + ("INDEPDENDENTLY", &["independently"]), + ("WITHDRAWLING", &["withdrawing"]), + ("INTERENTS", &["internets"]), + ("INTERACSION", &["interaction"]), + ("REVOLTUIONARY", &["revolutionary"]), + ("APPRIXAMATION", &["approximation"]), + ("CORSSPOST", &["crosspost"]), + ("VIWE", &["view"]), + ("UNITILITIES", &["utilities"]), + ("NEDLESS", &["needless", "needles"]), + ("ARCVHIVE", &["archive"]), + ("EXECUTUE", &["execute"]), + ("NATIONALISITIC", &["nationalistic"]), + ("RQUIRED", &["required"]), + ("PRINICPLE", &["principle"]), + ("ALOGIRHTMS", &["algorithms"]), + ("DIFFCULT", &["difficult"]), + ("UNSPEFIIFIFED", &["unspecified"]), + ("ATTRUBTE", &["attribute"]), + ("EXSPENSED", &["expensed"]), + ("SPONSORHSIP", &["sponsorship"]), + ("SIMPLISTES", &["simplest"]), + ("ANDRIODS", &["androids"]), + ("APOCAPLYSE", &["apocalypse"]), + ("REPECTED", &["respected"]), + ("SOCAILIZING", &["socializing"]), + ("PROPUSLION", &["propulsion"]), + ("LICATIONS", &["locations"]), + ("EXPETIMENTING", &["experimenting"]), + ("PSYCHOLOGICALY", &["psychologically"]), + ("AUGUEST", &["august"]), + ("BLOKED", &["blocked"]), + ("FORGEINER", &["foreigner"]), + ("EXPERIMENTAAT", &["experiment"]), + ("BRACKERS", &["brackets"]), + ("AUTHENICAORS", &["authenticators"]), + ("INTERASTING", &["interacting"]), + ("USERAME", &["username"]), + ("NOTIFIFATION", &["notification"]), + ("TORNADOE", &["tornado"]), + ("ITSSELF", &["itself"]), + ("APPORPRIATING", &["appropriating"]), + ("HUMANITARNA", &["humanitarian"]), + ("LIBERTATIANISM", &["libertarianism"]), + ("CLONET", &["clone"]), + ("GOEMETRIES", &["geometries"]), + ("PARAVIRTUALIED", &["paravirtualised", "paravirtualized"]), + ("TKAE", &["take"]), + ("BOILERPLATTE", &["boilerplate"]), + ("ACCONTED", &["accounted"]), + ("ALLOCCATED", &["allocated"]), + ("ASSUMME", &["assume"]), + ("PERFURING", &["preferring"]), + ("EXPRESSLEY", &["expressly"]), + ("SHECKED", &["checked", "shucked"]), + ("LIQUIDAS", &["liquids"]), + ("SPEFIIES", &["specifies"]), + ("NYMBER", &["number"]), + ("AGRREMENT", &["agreement"]), + ("SEACH", &["search"]), + ("DISSMISSED", &["dismissed"]), + ("DECOCDERS", &["decoders"]), + ("TERMENDOUS", &["tremendous"]), + ("OPRESSION", &["oppression"]), + ("DETERMNINES", &["determines"]), + ("CHOLOSTEROL", &["cholesterol"]), + ("DISCLIPINE", &["discipline"]), + ("APPOVE", &["approve"]), + ("UPATES", &["updates"]), + ("JUXTIFIES", &["justifies"]), + ("AGGRESSSION", &["aggression"]), + ("NIEAREST", &["nearest"]), + ("DEPOY", &["deploy"]), + ("REFERENECED", &["referenced"]), + ("BEURAUCRATIC", &["bureaucratic"]), + ("REARRANENT", &["rearrangement"]), + ("SANCUTARY", &["sanctuary"]), + ("AUTHENICAED", &["authenticated"]), + ("LIBERALIM", &["liberalism"]), + ("PARTIETS", &["parties"]), + ("ATTENDENT", &["attendant"]), + ("UNHEALHTY", &["unhealthy"]), + ("HELLVUA", &["helluva"]), + ("AMEALIARATOR", &["ameliorator"]), + ("PRECDING", &["preceding"]), + ("DEFINLTEY", &["definitely"]), + ("UNEXPCTED", &["unexpected"]), + ("ACCUMILATION", &["accumulation"]), + ("CONCATENTATE", &["concatenate"]), + ("LEAFS", &["leaves"]), + ("UNPRIVILIGED", &["unprivileged"]), + ("FEMINISTISK", &["feminists"]), + ("REQIURED", &["required"]), + ("CONTAISN", &["contains"]), + ("DISASEMBLE", &["disassemble"]), + ("MACTHES", &["matches"]), + ("METHPD", &["method"]), + ("ULIMITED", &["unlimited"]), + ("WAAS", &["was"]), + ("INTERESTES", &["interests"]), + ("TERNIMATE", &["terminate"]), + ("CONTAINUATIONS", &["continuations"]), + ("ARKASNAS", &["arkansas"]), + ("DICIONARY", &["dictionary"]), + ("THEISTC", &["theistic"]), + ("DEATCHED", &["detached"]), + ("CAMAPIGN", &["campaign"]), + ("ENTERPRISHE", &["enterprises"]), + ("COMMNAD", &["command"]), + ("COTROLLING", &["controlling"]), + ("CHIZZELLES", &["chisels"]), + ("ONTAIRO", &["ontario"]), + ("CALULATER", &["calculator"]), + ("INITIALISIATION", &["initialisation"]), + ("VOLXEL", &["voxel"]), + ("ALLEDGES", &["alleges"]), + ("ANYTING", &["anything"]), + ("DEMENSTRATIONS", &["demonstrations"]), + ("PARARGAPHS", &["paragraphs"]), + ("COMPETITIOR", &["competitor"]), + ("STRETEGICALLY", &["strategically"]), + ("ADVERTISIMENT", &["advertisement"]), + ("LIEUENANT", &["lieutenant"]), + ("PAGENT", &["pageant", "plangent"]), + ("UNCOMMTITED", &["uncommitted"]), + ("GERMANUS", &["germans"]), + ("ALLLOCATION", &["allocation"]), + ("SKURGING", &["scourging"]), + ("CENTISENCONDS", &["centiseconds"]), + ("SNPASHOTS", &["snapshots"]), + ("VIRTUALY", &["virtually"]), + ("DISPATHED", &["dispatched"]), + ("REGULAMENTATIONS", &["regulations"]), + ("ENCRIPT", &["encrypt"]), + ("PROPERSITY", &["propensity"]), + ("PARTIZIPATION", &["participation"]), + ("UNITIALIZE", &["uninitialize"]), + ("REIMPLMENET", &["reimplement"]), + ("MAILNY", &["mainly"]), + ("NORMALYY", &["normally"]), + ("TERMINACION", &["termination"]), + ("REPSECTFULLY", &["respectfully"]), + ("COMPARABIL", &["comparable"]), + ("CONNEYCT", &["connect"]), + ("FOLLIWNG", &["following"]), + ("CHARACHER", &["character"]), + ("REBUILTS", &["rebuilds", "rebuilt", "rebuild"]), + ("POSTMAGE", &["postimage"]), + ("PROPERTIESS", &["properties"]), + ("AUTMOATIONS", &["automations"]), + ("REPRESENSIBLE", &["reprehensible"]), + ("PROMETHEAS", &["prometheus"]), + ("INVERDED", &["inverted"]), + ("UNPRIDICTABLE", &["unpredictable"]), + ("SPEFIIFEIR", &["specifier"]), + ("VERISONED", &["versioned"]), + ("MIXXING", &["mixing"]), + ("INCORECT", &["incorrect"]), + ("SYNONIM", &["synonym"]), + ("MILIITAS", &["militias"]), + ("KIMERICAL", &["chimerical"]), + ("PACKGEMENT", &["packaging"]), + ("CONCATENTAION", &["concatenation"]), + ("TAILSMAN", &["talisman"]), + ("WITHUN", &["within"]), + ("INSIGNIFICAT", &["insignificant"]), + ("DETECING", &["detecting"]), + ("AUTHORITITIVE", &["authoritative"]), + ("PROTECTINGS", &["protections"]), + ("PREPPEND", &["prepend"]), + ("SWIFLTY", &["swiftly"]), + ("TRUBBLE", &["trouble"]), + ("UNPERTURBE", &["unperturbed"]), + ("AUTOCONPLETE", &["autocomplete"]), + ("CANDIATE", &["candidate"]), + ("IMPORPER", &["improper"]), + ("CONSCTRUCTED", &["constructed"]), + ("CONTROLLNG", &["controlling"]), + ("REARRANGMEENTS", &["rearrangements"]), + ("PRESIDENY", &["presidency"]), + ("EXPERIMINTEL", &["experimental"]), + ("METDATA", &["metadata"]), + ("FRUSTRATS", &["frustrates"]), + ("BRAINWASING", &["brainwashing"]), + ("PARAMERS", &["parameters"]), + ("TEXTUER", &["texture"]), + ("MUTUALLLY", &["mutually"]), + ("BANKRUPCTY", &["bankruptcy"]), + ("DECLARITIVELY", &["declaratively"]), + ("ACHEIVMENTS", &["achievements"]), + ("FIEID", &["field"]), + ("INITMATELY", &["intimately"]), + ("MISINTEREPT", &["misinterpret"]), + ("DISPENERS", &["dispenser"]), + ("STEROTYPE", &["stereotype"]), + ("DESSICATED", &["desiccated"]), + ("RECOMMENED", &["recommend", "recommended"]), + ("INVESITGATE", &["investigate"]), + ("SIGNIFICANTE", &["significance"]), + ("SHOTDOWN", &["shutdown"]), + ("PHYCISISTS", &["physicists"]), + ("CILYNDERS", &["cylinders"]), + ("FEATUED", &["featured"]), + ("RELOCTION", &["relocation"]), + ("SCIENTIFCALY", &["scientifically"]), + ("ENDPONTS", &["endpoints"]), + ("FOLLIWIN", &["following"]), + ("ASSIGNEMNT", &["assignment"]), + ("CONSIDERABE", &["considerate"]), + ("UNNECESASRY", &["unnecessary"]), + ("INDIVIDUELLA", &["individual"]), + ("INTIMIDIATE", &["intimidate"]), + ("PONTER", &["pointer"]), + ("STUDENS", &["students"]), + ("ELECTORATUL", &["electoral"]), + ("CLSUTERS", &["clusters"]), + ("OVERDIRVE", &["overdrive"]), + ("KINDERGARDEN", &["kindergarten"]), + ("VIWERS", &["viewers"]), + ("APPENDT", &["append"]), + ("GRENEER", &["greener"]), + ("ARCHITECUTRAL", &["architectural"]), + ("RETERIVER", &["retriever"]), + ("HYSTORICALLY", &["hysterically"]), + ("MANUFACTERERS", &["manufacturers"]), + ("ACCESSSING", &["accessing"]), + ("GUARDIANDS", &["guardians"]), + ("THEV", &["the"]), + ("DISCONECCTIONS", &["disconnections"]), + ("GOTTLEIB", &["gottlieb"]), + ("RESSEMBLING", &["resembling"]), + ("MITICATE", &["mitigate"]), + ("EVERYTHIGN", &["everything"]), + ("MAINTIANED", &["maintained"]), + ("WESTBROK", &["westbrook"]), + ("FAVORITS", &["favorites"]), + ("HILIGHT", &["highlight"]), + ("PROPTERIES", &["properties"]), + ("ACHIVING", &["achieving", "archiving"]), + ("DEFENISVELY", &["defensively"]), + ("DEUTCSHLAND", &["deutschland"]), + ("ANALYSIT", &["analyst"]), + ("CRHISTMAS", &["christmas"]), + ("NATIONALY", &["nationally"]), + ("HANSOME", &["handsome"]), + ("RETRANSFERRD", &["retransferred"]), + ("DETERMINISIM", &["determinism"]), + ("BORADER", &["broader"]), + ("RECGONISE", &["recognise"]), + ("PROVICDES", &["provides"]), + ("WINDWOS", &["windows"]), + ("RESESTATUS", &["resetstatus"]), + ("BEAVIOUR", &["behaviour"]), + ("ANIMETION", &["animation"]), + ("AVIALBLE", &["available"]), + ("SEPARACION", &["separation"]), + ("PROGRESSIVLEY", &["progressively"]), + ("FESTIVALES", &["festivals"]), + ("DEPDENCENCIES", &["dependencies"]), + ("ADVERTISTERS", &["advertisers"]), + ("INCLUDS", &["includes"]), + ("EXPERIMANTALLY", &["experimentally"]), + ("NORMOLISE", &["normalise"]), + ("INITALIALIZATION", &["initialization"]), + ("ILLEGALLLY", &["illegally"]), + ("THEROUGH", &["through", "thorough"]), + ("ALTRUISIM", &["altruism"]), + ("CIRUCLATOR", &["circulator"]), + ("INCONSISTENCIAS", &["inconsistencies"]), + ("CAPTABLE", &["capable"]), + ("IDENTIFING", &["identifying"]), + ("REVOLTUIONS", &["revolutions"]), + ("WHULE", &["while", "whole"]), + ("DISBALED", &["disabled"]), + ("CONRRUPTED", &["corrupted"]), + ("CATHOLICSIM", &["catholicism"]), + ("COUNRIES", &["countries", "counties"]), + ("UIQUE", &["unique"]), + ("PARAGRAPHES", &["paragraphs"]), + ("OPTHAMOLOGIST", &["ophthalmologist"]), + ("DIFFERNETIATED", &["differentiated"]), + ("MULTILE", &["multiple"]), + ("INTSALLING", &["installing"]), + ("ENCYLOPEDIA", &["encyclopedia"]), + ("NUMBETS", &["numbers"]), + ("NEGATIOTIATE", &["negotiate"]), + ("ENDOCTRINATION", &["indoctrination"]), + ("TECHIQUES", &["techniques"]), + ("PARNTER", &["partner"]), + ("DIRVING", &["driving"]), + ("PERIPHRIAL", &["peripheral"]), + ("OVERLFOWING", &["overflowing"]), + ("ENVIRONNEMENTS", &["environments"]), + ("DISSAPPROVES", &["disapproves"]), + ("TRANSTITIONS", &["transitions"]), + ("EXPIERENCE", &["experience"]), + ("CASIM", &["chasm"]), + ("RECEIVS", &["receives"]), + ("FABULOS", &["fabulous"]), + ("EXPERIMANET", &["experiment"]), + ("EXPOCH", &["epoch"]), + ("SIMPLEFYING", &["simplifying"]), + ("NAUTILS", &["nautilus"]), + ("DISGUSS", &["disgusts"]), + ("THNAK", &["thank"]), + ("ADMINITRATOR", &["administrator"]), + ("DETERMANISM", &["determinism"]), + ("UNSUPRIZED", &["unsurprised"]), + ("TRAVERE", &["traverse"]), + ("SAHRE", &["share"]), + ("BAUGHT", &["bought"]), + ("CONVERVERS", &["conservers"]), + ("DRAGABLE", &["draggable"]), + ("OUPTUTED", &["outputted"]), + ("UNSUPPRTED", &["unsupported"]), + ("PRETENCIOUS", &["pretentious"]), + ("DERAM", &["dram", "dream"]), + ("EXAMIND", &["examined"]), + ("DETECTIE", &["detectives"]), + ("SCANDANAVIA", &["scandinavia"]), + ("COMMITTI", &["committee"]), + ("PRCEEDED", &["preceded"]), + ("ARUGEMENT", &["argument"]), + ("SEMNATICS", &["semantics"]), + ("INITLIASER", &["initialiser"]), + ("SEARCHD", &["searched"]), + ("CONJUNCTING", &["conjunction"]), + ("ITEREATOR", &["iterator"]), + ("MESSAGEASE", &["messages"]), + ("DISPENSAIRES", &["dispensaries"]), + ("ABOUR", &["about"]), + ("TESSLEATING", &["tessellating"]), + ("COVRIATES", &["covariates"]), + ("LITS", &["list"]), + ("MACHIERY", &["machinery"]), + ("MARSHMALLLOWS", &["marshmallows"]), + ("COMLETED", &["completed"]), + ("SUPPPORTING", &["supporting"]), + ("WRECTHED", &["wretched"]), + ("INSETION", &["insertion", "insection"]), + ("FAUTURED", &["featured"]), + ("IMMEDITELY", &["immediately"]), + ("OFFSENSES", &["offenses"]), + ("SEPRATED", &["separated"]), + ("EVERYONELSE", &["everyones"]), + ("ENCOCDED", &["encoded"]), + ("ENVIRMENT", &["environment"]), + ("PRESTIGIU", &["prestigious"]), + ("SUPERFLOUSE", &["superfluous"]), + ("TEPLMATES", &["templates"]), + ("CHROMISOMES", &["chromosomes"]), + ("BOKMARKS", &["bookmarks"]), + ("MOUTNED", &["mounted"]), + ("SYMBO", &["symbol"]), + ("GARRIONS", &["garrison"]), + ("MISINTEPRETED", &["misinterpreted"]), + ("EXPERIMETENTATIONS", &["experimentations"]), + ("BOUNDIN", &["bounding"]), + ("DIFFUCULT", &["difficult"]), + ("PROLBEMS", &["problems"]), + ("BEBORE", &["before"]), + ("PRESERRVED", &["preserved"]), + ("EXPERIMANETEL", &["experimental"]), + ("UNAMINOUS", &["unanimous"]), + ("METAPHORICIAL", &["metaphorical"]), + ("TOTHIBA", &["toshiba"]), + ("EXPERIMANETER", &["experimenter"]), + ("VIETNAMNESE", &["vietnamese"]), + ("UKRAINIENS", &["ukrainians"]), + ("CAHRACTERS", &["characters"]), + ("MISUNTERSTOOD", &["misunderstood"]), + ("ANIMTION", &["animation"]), + ("CONNECTIOMS", &["connections"]), + ("TOMOROW", &["tomorrow"]), + ("PARLIAMENTY", &["parliamentary"]), + ("DONWGRADED", &["downgraded"]), + ("GENERILISES", &["generalises"]), + ("UNREGESTER", &["unregister"]), + ("BOOKAMRKS", &["bookmarks"]), + ("CONTIGNENT", &["contingent"]), + ("AUTHORIZEED", &["authorized"]), + ("COMMINISTS", &["communists"]), + ("ELLEMENT", &["element"]), + ("DESCRIBTIONS", &["descriptions"]), + ("ORGINALLY", &["originally"]), + ("FLUTTERYSHY", &["fluttershy"]), + ("DISTRACTIV", &["district"]), + ("PREVIVOUS", &["previous"]), + ("KOMBINATIONS", &["combinations"]), + ("PLACEEMNT", &["placement"]), + ("ARCHITECHTURES", &["architectures"]), + ("UNREGISTERABLE", &["unregistrable"]), + ("LOOSY", &["lossy", "lousy", "loose"]), + ("ANTICIAPTED", &["anticipated"]), + ("TRAMPOLENE", &["trampoline"]), + ("VULNERABUILITIS", &["vulnerabilities"]), + ("BULIT", &["built"]), + ("EQUEATIONS", &["equations"]), + ("RYOU", &["you"]), + ("TOOGLING", &["toggling"]), + ("UNREGITER", &["unregister"]), + ("PROMETHEYUS", &["prometheus"]), + ("REALTES", &["relates"]), + ("CALCUATE", &["calculate"]), + ("COMPLICT", &["complicit"]), + ("ATORNEY", &["attorney"]), + ("SENTENCIAN", &["sentencing"]), + ("SINTACKS", &["syntax"]), + ("DISTRCITS", &["districts"]), + ("PRIVIOUS", &["previous"]), + ("LITTELFINGER", &["littlefinger"]), + ("HANDSHAGING", &["handshaking"]), + ("ANONIMISED", &["anonymised"]), + ("DISTRUBANCE", &["disturbance"]), + ("PROGRESIVE", &["progressive"]), + ("CHRISITAN", &["christian"]), + ("JUXTIFYING", &["justifying"]), + ("THOPMSON", &["thompson"]), + ("RESTRAIND", &["restrained"]), + ("RECEEDING", &["receding"]), + ("VALENTIENS", &["valentines"]), + ("COCTAIL", &["cocktail"]), + ("FOLOOW", &["follow"]), + ("EMCOMPASSING", &["encompassing"]), + ("REPOSONDER", &["responder"]), + ("BEHTESDA", &["bethesda"]), + ("PHENONEMA", &["phenomena"]), + ("EMPHATETIC", &["empathetic"]), + ("TENCAITY", &["tenacity"]), + ("INTERFCAES", &["interfaces"]), + ("CPTION", &["caption", "option"]), + ("RETALIER", &["retailer"]), + ("DOWNOLOADED", &["downloaded"]), + ("DIASPRA", &["diaspora"]), + ("MARGINGS", &["margins"]), + ("NETWPLIT", &["netsplit"]), + ("AUXIALIARY", &["auxiliary"]), + ("ADRERSSING", &["addressing"]), + ("OPERATERRG", &["operating"]), + ("RECCONENCTION", &["reconnection"]), + ("UMINPORTANT", &["unimportant"]), + ("IMPLACTED", &["impacted"]), + ("JUGDEMENTS", &["judgements"]), + ("ATLANTIA", &["atlanta"]), + ("BORWSERS", &["browsers"]), + ("OBEJCTIVES", &["objectives"]), + ("UEGISTER", &["unregister"]), + ("ANPHITHEATER", &["amphitheater"]), + ("REPELASES", &["releases"]), + ("BEINNING", &["beginning"]), + ("REANMING", &["renaming"]), + ("DIASTER", &["disaster"]), + ("DELIMIATION", &["delimitation"]), + ("ARITMETHIC", &["arithmetic"]), + ("REEASING", &["releasing"]), + ("INTERFERISSE", &["interferes"]), + ("MAINAINER", &["maintainer"]), + ("IMPERIALSTIC", &["imperialist"]), + ("TENANETS", &["tenants"]), + ("EXTERNALY", &["externally"]), + ("CONDITINAL", &["conditional"]), + ("QUANTITITY", &["quantity"]), + ("PARAMITERS", &["parameters"]), + ("NOTIFIATION", &["notification"]), + ("STATEGIES", &["strategies"]), + ("CONDOLANCES", &["condolences"]), + ("HELPPED", &["helped"]), + ("ALTERANTE", &["alternate"]), + ("HAVIGN", &["having"]), + ("BODYWEIGTH", &["bodyweight"]), + ("DESCIRIPTIONS", &["descriptions"]), + ("MODDEL", &["model"]), + ("SIMPLETS", &["simplest"]), + ("IMPLEMATAION", &["implementation"]), + ("TRANSMORGED", &["transformed"]), + ("APOCALIPTIC", &["apocalyptic"]), + ("SERVIES", &["services"]), + ("HTLM", &["html"]), + ("UNREGITERS", &["unregisters"]), + ("INFREQUANTCIES", &["infrequencies"]), + ("DEMOGRAPHICAL", &["demographic"]), + ("SPECIFICER", &["specifier"]), + ("VULBERABUILITI", &["vulnerability"]), + ("EXPLORATON", &["exploration"]), + ("IMPECCIBLE", &["impeccable"]), + ("VERNDOR", &["vendor"]), + ("SWEARSHIRT", &["sweatshirt"]), + ("CURSADER", &["crusader"]), + ("SUNSCREEEN", &["sunscreen"]), + ("HUMEROUS", &["humorous", "humerus"]), + ("PRARIES", &["prairies"]), + ("INDUSTRIJSKE", &["industries"]), + ("PROVIDEWD", &["provided"]), + ("MERECATS", &["meerkats"]), + ("EVALULATES", &["evaluates"]), + ("PUBLICHES", &["publishes"]), + ("SCKETCH", &["sketch"]), + ("SOCEKTS", &["sockets"]), + ("PATRYARCHY", &["patriarchy"]), + ("SOCIOPHATIC", &["sociopathic"]), + ("THROTLLED", &["throttled"]), + ("HUMILLATING", &["humiliating"]), + ("TRANLSATING", &["translating"]), + ("INAPPROPRIATLY", &["inappropriately"]), + ("PARAPRASHING", &["paraphrasing"]), + ("UTITLITIES", &["utilities"]), + ("VINYETS", &["vignettes"]), + ("OMMISIENCE", &["omniscience"]), + ("MANUFACURE", &["manufacture"]), + ("SINGULAT", &["singular"]), + ("SPSACED", &["spaced"]), + ("INDIATE", &["indicate"]), + ("INDEFINITLY", &["indefinitely"]), + ("DONWLOADED", &["downloaded"]), + ("CONSTATNTS", &["constants"]), + ("LITECION", &["litecoin"]), + ("PERORDERS", &["preorders"]), + ("PHARMASUTICALS", &["pharmaceuticals"]), + ("REMIANED", &["remained"]), + ("SIGITS", &["digits"]), + ("SOCIAPATHIC", &["sociopathic"]), + ("BROSERS", &["browsers"]), + ("ORIGNALLY", &["originally"]), + ("ADRESSE", &["address"]), + ("CONDITIONG", &["conditioning"]), + ("ASTROID", &["asteroid"]), + ("ENCYCLOPEADIA", &["encyclopedia"]), + ("REMENISSES", &["reminisces"]), + ("RECONGIZE", &["recognize"]), + ("CONCHANCES", &["consciences"]), + ("DENOMINATO", &["denomination"]), + ("EARILEST", &["earliest"]), + ("STRAIHT", &["straight", "strait"]), + ("MILIRATY", &["military"]), + ("OBSCRUITY", &["obscurity"]), + ("BEFROE", &["before"]), + ("CANONALIZES", &["canonicalizes"]), + ("MANUFACUTRERS", &["manufactures"]), + ("REGESTERED", &["registered"]), + ("CONSUMIRES", &["consumerism"]), + ("KURBICK", &["kubrick"]), + ("EXPOSESE", &["exposes"]), + ("SOLGERED", &["soldiered"]), + ("TRANSPARECY", &["transparency"]), + ("EXPOLITS", &["exploits"]), + ("EXCECUTIONS", &["executions"]), + ("NODETERMINISTIC", &["nondeterministic"]), + ("NEVERS", &["never"]), + ("PREPATED", &["prepared"]), + ("NAXIMAL", &["maximal"]), + ("DUPLACATION", &["duplication"]), + ("NIEVE", &["naive"]), + ("POLIGONS", &["polygons"]), + ("EXPOERT", &["export", "expert"]), + ("OUTSOURING", &["outsourcing"]), + ("QUST", &["quest"]), + ("VOULD", &["would"]), + ("PRESHUS", &["precious"]), + ("FOMATTED", &["formatted"]), + ("CONFURE", &["configure"]), + ("HANDSHAKRES", &["handshakes"]), + ("KRUDISH", &["kurdish"]), + ("PREDETIRMINED", &["predetermined"]), + ("ASIGN", &["assign"]), + ("GOREGOUS", &["gorgeous"]), + ("PREFICIENSY", &["proficiency"]), + ("CONTRIBUTER", &["contributor"]), + ("ZUSER", &["user"]), + ("REGISTRES", &["registries", "registers"]), + ("ITNERPRETING", &["interpreting"]), + ("NEIGHBBORHOODS", &["neighborhoods"]), + ("ALERS", &["alerts"]), + ("PASSPOST", &["passports"]), + ("DELTING", &["deleting"]), + ("CHANEGING", &["changing"]), + ("FRUSTRASTED", &["frustrates"]), + ("UNRESOLVABVLE", &["unresolvable"]), + ("REUPLADERS", &["reuploaders"]), + ("INCOMAPTIBELE", &["incompatible"]), + ("MIGE", &["midge"]), + ("COMMMUNICATES", &["communicates"]), + ("DEOCDINGS", &["decodings"]), + ("BRIANWASHING", &["brainwashing"]), + ("RELEVANE", &["relevant"]), + ("WALLPAPPERS", &["wallpapers"]), + ("ANTIBITOIC", &["antibiotic"]), + ("SIMUALTING", &["simulating"]), + ("FOLOOWIONG", &["following"]), + ("PARAPHENALIA", &["paraphernalia"]), + ("DISRESPECTION", &["disrespecting"]), + ("MECHANICLE", &["mechanical"]), + ("EQUAILTY", &["equality"]), + ("COMOR", &["color"]), + ("UNEXPEECTED", &["unexpected"]), + ("TEMPELATE", &["template"]), + ("INSTRUCTIOS", &["instructors"]), + ("SINGLELY", &["singly"]), + ("NECESSAR", &["necessary"]), + ("RENEWEAL", &["renewal"]), + ("DOWNGRADDING", &["downgrading"]), + ("ADEQAUTE", &["adequate"]), + ("ROUNDABAOUT", &["roundabout"]), + ("FACTIZATION", &["factorization"]), + ("ANYWYS", &["anyways"]), + ("PATRONOS", &["patrons"]), + ("CESSPOL", &["cesspool"]), + ("UNSUBSCRITPITON", &["unsubscription"]), + ("ORGANZIE", &["organize"]), + ("AUTHOROTATIVE", &["authoritative"]), + ("FIRDT", &["first", "third"]), + ("OVERLOW", &["overflow"]), + ("FOLLWOWING", &["following"]), + ("SPEFICICATION", &["specification"]), + ("MARKETPALCE", &["marketplace"]), + ("CLASSROM", &["classroom"]), + ("PERTRUBING", &["perturbing"]), + ("OPERATTIONS", &["operations"]), + ("MEMMICKING", &["mimicking"]), + ("BENJING", &["binging"]), + ("VIRGINGS", &["virgins"]), + ("AUTONIMOUS", &["autonomous"]), + ("MIRCOSCOPES", &["microscopes"]), + ("CALULATE", &["calculate"]), + ("GRUPS", &["groups"]), + ("PROGROMS", &["pogroms", "programs"]), + ("TREASUE", &["treasure"]), + ("GROUBDBREAKING", &["groundbreaking"]), + ("INTERFERS", &["interferes"]), + ("LOSSING", &["losing"]), + ("BOUY", &["buoy"]), + ("FRAMENTATION", &["fragmentation"]), + ("CERTFICIATION", &["certification"]), + ("LOAADER", &["loader"]), + ("ADVETISE", &["advertise"]), + ("DESCANDENT", &["descendent"]), + ("UNDERESTEMATING", &["underestimating"]), + ("POILCY", &["policy"]), + ("TRISCAIDECAFOBIA", &["triskaidekaphobia"]), + ("CIGARRETTE", &["cigarette"]), + ("AVENT", &["advent", "event"]), + ("SUSPENDES", &["suspense"]), + ("PERIWINKIE", &["periwinkle"]), + ("PROTAGONISTES", &["protagonists"]), + ("TRANSITON", &["transition"]), + ("EXPETIONS", &["exceptions"]), + ("INITILIZES", &["initializes"]), + ("PLATFARMER", &["platformer"]), + ("INCOMPATIABLE", &["incompatible"]), + ("COMPETENSE", &["competence"]), + ("FINGERPOINTS", &["fingerprints"]), + ("SPELLIG", &["spelling"]), + ("DECSENDED", &["descended"]), + ("NETOWRKING", &["networking"]), + ("CONTROVERISAL", &["controversial"]), + ("OUEVRE", &["oeuvre"]), + ("OPINYONATIVE", &["opinionative"]), + ("TRAVERESING", &["traversing"]), + ("ADDITOINALY", &["additionally"]), + ("FUNCTTIONING", &["functioning"]), + ("MISREPRESENTATIE", &["misrepresentation"]), + ("EQUALITERAL", &["equilateral"]), + ("DESERAILIZE", &["deserialize"]), + ("INFORMATATION", &["information"]), + ("LIBRETARIANS", &["libertarians"]), + ("BRITER", &["brighter"]), + ("BACKPACS", &["backpacks"]), + ("FOMATES", &["formats"]), + ("ORKIDS", &["orchids"]), + ("PLESURE", &["pleasure"]), + ("ETHEREL", &["ethereal"]), + ("ROUNDABOUNTS", &["roundabout"]), + ("SUCESSOR", &["successor"]), + ("OBEJCTION", &["objection"]), + ("AGGRESSIVLY", &["aggressively"]), + ("CONVENIET", &["convenient"]), + ("CONSOMATION", &["consolation"]), + ("SISE", &["size", "sisal"]), + ("YUFORICALLY", &["euphorically"]), + ("LOGARIGHMIC", &["logarithmic"]), + ("INSTABILIY", &["instability"]), + ("POLITICIEN", &["politician"]), + ("MONTITOR", &["monitor"]), + ("CORRESPONDANCE", &["correspondence"]), + ("CALIFORNAIN", &["californian"]), + ("RESASON", &["reason"]), + ("SCATCHS", &["catches", "scratches", "sketches"]), + ("ANTIQVATED", &["antiquated"]), + ("INSTAED", &["instead"]), + ("TRANSORM", &["transform"]), + ("CONETORS", &["connectors"]), + ("INDIVIUDALLY", &["individually"]), + ("ACTIAVTIONS", &["activations"]), + ("COMPNENTS", &["components"]), + ("REFEREMCES", &["references"]), + ("SEGMENS", &["segment", "segments"]), + ("ENUMATED", &["enumerated"]), + ("ADDDITION", &["addition"]), + ("MOMENTARELY", &["momentarily"]), + ("COUNTINOUSLY", &["continuously"]), + ("IGNESTS", &["ingests"]), + ("POLTICS", &["politics"]), + ("VEIWED", &["viewed"]), + ("CANSITER", &["canister"]), + ("SAFLY", &["safely"]), + ("BOUNIDNG", &["bounding"]), + ("SECRETAS", &["secrets"]), + ("BURRITIO", &["burrito"]), + ("SUBTLTEY", &["subtlety"]), + ("ARRANGTES", &["arranges"]), + ("DELIMITIATIONS", &["delimitations"]), + ("WINDOSR", &["windsor"]), + ("SUPERCHAGER", &["supercharger"]), + ("RENEGOTHIATION", &["renegotiation"]), + ("ABSOLULTELY", &["absolutely"]), + ("SYTNTAX", &["syntax"]), + ("LITECON", &["litecoin"]), + ("PARAMEDICOS", &["paramedics"]), + ("SPEFICIALLICATION", &["specification"]), + ("VEITNAM", &["vietnam"]), + ("WISSLES", &["whistles"]), + ("DIFFULT", &["difficult"]), + ("PATCKETS", &["packets"]), + ("REDESGIN", &["redesign"]), + ("CHANSELLOR", &["chancellor"]), + ("HUNDERDS", &["hundreds"]), + ("PALLETTED", &["paletted"]), + ("PERSISTANTLY", &["persistently"]), + ("APPLICATOIN", &["application"]), + ("MESSAG", &["message"]), + ("DESCTOP", &["desktop"]), + ("WIPOING", &["wiping"]), + ("ZINOISTS", &["zionists"]), + ("NINIMALLY", &["minimally"]), + ("PROTENTIAL", &["potential"]), + ("FIZEEK", &["physique"]), + ("DEPENDANCIES", &["dependencies"]), + ("TAMPLATING", &["templating"]), + ("WIAT", &["wait"]), + ("SANTIZER", &["sanitizer"]), + ("HYPENATION", &["hyphenation"]), + ("INPENDING", &["impending"]), + ("RESPECTONS", &["respects"]), + ("PASSISVE", &["passives"]), + ("IMEDATLY", &["immediately"]), + ("MANEER", &["manner"]), + ("WTIH", &["with"]), + ("DRIECTLY", &["directly"]), + ("EQUVALENT", &["equivalent"]), + ("MERCENARES", &["mercenaries"]), + ("AUTHETHICATION", &["authentication"]), + ("SYNCHROMIZED", &["synchronized"]), + ("SEPLICURLLY", &["sepulchrally"]), + ("RETRANSFERT", &["retransfer", "retransferred"]), + ("DISTORSIONAL", &["distortional"]), + ("INDAVERTENTLY", &["inadvertently"]), + ("BOOE", &["buoy"]), + ("FAILURED", &["failed"]), + ("BRACELETES", &["bracelets"]), + ("MISSILS", &["missiles"]), + ("SEPEATE", &["separate"]), + ("COMPLTE", &["complete"]), + ("PLETHORIAN", &["plethora"]), + ("ABOSRBING", &["absorbing"]), + ("AVOVE", &["above"]), + ("CONSIFERED", &["considered"]), + ("RENEGOTIONS", &["renegotiations"]), + ("BOOTSTAPPING", &["bootstrapping"]), + ("IDEINTIFY", &["identify"]), + ("BROADCASTORS", &["broadcasts"]), + ("LIMITTING", &["limiting"]), + ("CHANLLENGING", &["challenging"]), + ("COUNTERPATH", &["counterpart"]), + ("XENOPHONIC", &["xenophobic"]), + ("CLIPOARD", &["clipboard"]), + ("INFARRED", &["infrared"]), + ("LIEKD", &["liked"]), + ("ECXITING", &["exciting"]), + ("BOLEEN", &["boolean"]), + ("MINIMSED", &["minimised"]), + ("INDICIATES", &["indicates"]), + ("SILSCREENED", &["silkscreened"]), + ("CHOCOLOTES", &["chocolates"]), + ("UESES", &["uses"]), + ("AGGREES", &["agrees"]), + ("CALCUALION", &["calculation"]), + ("ABRITER", &["arbiter"]), + ("ATTIRBUTE", &["attribute"]), + ("DISUSSIONS", &["discussions"]), + ("NURISH", &["nourish"]), + ("DOWLOAD", &["download"]), + ("TITTLED", &["titled"]), + ("SHEPARDS", &["shepherds"]), + ("TERROTORIAL", &["territorial"]), + ("ANECODTES", &["anecdotes"]), + ("ENVIRONMENTALITY", &["environmentally"]), + ("FLETHCER", &["fletcher"]), + ("CHRACTORS", &["characters"]), + ("EXPOENTNTIAL", &["exponential"]), + ("REVELAS", &["reveals"]), + ("REFROMED", &["reformed"]), + ("EPTIED", &["emptied"]), + ("GENRICS", &["generics"]), + ("DABREE", &["debris"]), + ("APPENDIG", &["appending"]), + ("ASO", &["also"]), + ("EXEED", &["exceed"]), + ("PAHTFINDER", &["pathfinder"]), + ("PLOTING", &["plotting"]), + ("OPERATOES", &["operates", "operators"]), + ("CONTRUBUTES", &["contributes"]), + ("RECALCUALTING", &["recalculating"]), + ("INSEPCTIONS", &["inspections"]), + ("BEWEEN", &["between"]), + ("MEYBE", &["maybe"]), + ("PUBLUSHER", &["publisher"]), + ("FURST", &["first"]), + ("FRMO", &["from"]), + ("DISRECTION", &["discretion"]), + ("ARIVE", &["arrive"]), + ("RAPSADIES", &["rhapsodies"]), + ("ORIGNATE", &["originate"]), + ("ESSENCIALLY", &["essentially"]), + ("HAMBERGERS", &["hamburgers"]), + ("TATGERTS", &["targets"]), + ("NEIGHBOURHOOF", &["neighbourhood"]), + ("EXCERCISE", &["exercise"]), + ("REGRIGERATOR", &["refrigerator"]), + ("PASTEING", &["pasting"]), + ("SPEFIFYING", &["specifying"]), + ("EXPLOITES", &["exploits"]), + ("INITLIAZED", &["initialized"]), + ("CLAIMES", &["claims"]), + ("SENCE", &["sense", "since"]), + ("PARAMORMAL", &["paranormal"]), + ("ILLGAL", &["illegal"]), + ("ACCCESSED", &["accessed"]), + ("WONDEFUL", &["wonderful"]), + ("SOIURCE", &["source"]), + ("CHANGEING", &["changing"]), + ("POSIBILITIES", &["possibilities"]), + ("POENTIALS", &["potentials"]), + ("CORNMITTED", &["committed"]), + ("MAIRLYN", &["marilyn"]), + ("AUTHENRICATE", &["authenticate"]), + ("AJUSTMENT", &["adjustment"]), + ("INDICIATING", &["indicating"]), + ("FOLLWIONG", &["following"]), + ("OREDRED", &["ordered"]), + ("PYSCHOLOGY", &["psychology"]), + ("ACHIEVENTS", &["achieves"]), + ("FROOZEN", &["frozen"]), + ("SILOUETE", &["silhouette"]), + ("ACCELORATED", &["accelerated"]), + ("BUNBLE", &["bundle"]), + ("MASTRUBATES", &["masturbate"]), + ("INVALUD", &["invalid"]), + ("PEFERED", &["preferred"]), + ("CRAHS", &["crash", "crass"]), + ("COMILERS", &["compilers"]), + ("CLIBPOARDS", &["clipboards"]), + ("GRANDIZER", &["aggrandizer"]), + ("BELIFS", &["beliefs"]), + ("UNSUCCEEDED", &["unsuccessful"]), + ("ETHICALY", &["ethically"]), + ("HOMOSEXUELS", &["homosexuals"]), + ("BASCI", &["basic"]), + ("EAITHER", &["either"]), + ("APPEARNACE", &["appearances"]), + ("STORYTELING", &["storytelling"]), + ("CONVENTIENT", &["convenient"]), + ("PYSCHOSIS", &["psychosis"]), + ("PROGESS", &["progress"]), + ("MEENS", &["means"]), + ("FURSTHERMORE", &["furthermore"]), + ("APPRIXAMATES", &["approximates"]), + ("CONQUERER", &["conqueror"]), + ("TRANSOLATE", &["translate"]), + ("PLACEHOLER", &["placeholder"]), + ("PREMILINARY", &["preliminary"]), + ("DIEASES", &["diseases"]), + ("PROFICIENY", &["proficiency"]), + ("SIMPLICATION", &["simplification"]), + ("FORMULAYIC", &["formulaic"]), + ("ENGINEES", &["engineers", "engines"]), + ("VERSALITE", &["versatile"]), + ("ABOSLVE", &["absolve"]), + ("NELINK", &["netlink"]), + ("AWAKENEND", &["awakened"]), + ("POSPTION", &["position"]), + ("SEPERAOR", &["separator"]), + ("RESETABLE", &["resettable"]), + ("EXPERMENTING", &["experimenting"]), + ("PARTIITONED", &["partitioned"]), + ("SOCAILISM", &["socialism"]), + ("PROSPECTOS", &["prospects"]), + ("CHARACTERAZATION", &["characterization"]), + ("MIRACULOUSY", &["miraculously"]), + ("CHAGES", &["changes", "charges"]), + ("TREATEMENT", &["treatment"]), + ("TRANGLES", &["triangles"]), + ("CRITICES", &["critics"]), + ("READDRSSED", &["readdressed"]), + ("DOLLOR", &["dollar"]), + ("DEPRETIATS", &["depreciates", "deprecates"]), + ("AKUMULATE", &["accumulate"]), + ("DAMEON", &["daemon", "demon", "damien"]), + ("OVERLFLOWS", &["overflows"]), + ("LATNERN", &["lantern"]), + ("EXPEXTED", &["expected"]), + ("COMPOSITIONWISE", &["compositions"]), + ("ACCUMMULATED", &["accumulated"]), + ("USERSAPCE", &["userspace"]), + ("SPEFEIR", &["specifier"]), + ("VULBERABILITIY", &["vulnerability"]), + ("CONINUE", &["continue"]), + ("CELEBRATIONIS", &["celebrations"]), + ("EXPERIMDNTATION", &["experimentation"]), + ("PHENOMANON", &["phenomenon"]), + ("TRAFFICE", &["traffic"]), + ("MATERAIL", &["material"]), + ("KNOWLDGEABLE", &["knowledgable"]), + ("OPEINGING", &["opening"]), + ("OUTLCASSED", &["outclassed"]), + ("MISDEMENOR", &["misdemeanor"]), + ("TEMPORTARY", &["temporary"]), + ("BROKEND", &["broken"]), + ("TOPLOGICAL", &["topological"]), + ("BURRTIO", &["burrito"]), + ("PRIOTS", &["priors"]), + ("DIRECTOIES", &["directories"]), + ("INTIMIDATON", &["intimidation"]), + ("FOLLERS", &["followers"]), + ("COINTERPOINT", &["counterpoint"]), + ("PERMANANTLY", &["permanently"]), + ("DEVIDERS", &["dividers"]), + ("FAMILIAIR", &["familiar"]), + ("TRANSOFRMERS", &["transformers"]), + ("VULNEABLE", &["vulnerable"]), + ("NECCESSARY", &["necessary"]), + ("USEAGE", &["usage"]), + ("SCHYZOPHRENIC", &["schizophrenic"]), + ("ILLISTRATIONS", &["illustrations"]), + ("AUTOATTK", &["autoattack"]), + ("APPLYTING", &["applying"]), + ("CONSIDERIONS", &["considerations"]), + ("EVELUTIONARY", &["evolutionary"]), + ("MILITIS", &["militias"]), + ("FRAMENTS", &["fragments"]), + ("CACAHE", &["cache"]), + ("SLITE", &["elite", "site", "sleight", "slide"]), + ("CONSUMENTS", &["consumes"]), + ("DISPATCGH", &["dispatch"]), + ("SATASFACTION", &["satisfaction"]), + ("SLOOTHS", &["sleuths"]), + ("NOTORIUOSLY", &["notoriously"]), + ("CORRUPETED", &["corrupted"]), + ("INDEPENENT", &["independent"]), + ("MALCIOUS", &["malicious"]), + ("SCREENSHAT", &["screenshot"]), + ("CARINOMIES", &["ceremonies"]), + ("POTENTIOMENTER", &["potentiometer"]), + ("AUTENTICATE", &["authenticate"]), + ("HANLES", &["handles"]), + ("ACQUEUS", &["aqueous"]), + ("MUTLIPLEXER", &["multiplexer"]), + ("BLANKES", &["blankets"]), + ("RLATION", &["relation"]), + ("SUCESSFULL", &["successful"]), + ("SHARLOTON", &["charlatan"]), + ("ISDEFINITELY", &["indefinitely"]), + ("WORKBENNCHES", &["workbenches"]), + ("BROSING", &["browsing"]), + ("ABBORTS", &["aborts", "abbots"]), + ("MICROPROCESSPR", &["microprocessor"]), + ("ACKOWLEDGES", &["acknowledges"]), + ("DEBUFS", &["debugfs"]), + ("KOREANOS", &["koreans"]), + ("ADDCITS", &["addicts"]), + ("BUILDNING", &["building"]), + ("BEAURACRACY", &["bureaucracy"]), + ("CHRONICE", &["chronicles"]), + ("FASEESHUSLY", &["facetiously"]), + ("FEMMINIST", &["feminist"]), + ("MEASUE", &["measure"]), + ("EMITING", &["emitting"]), + ("SACROMENTO", &["sacramento"]), + ("SPECIFRIC", &["specific"]), + ("ATITUDE", &["attitude"]), + ("SEUXALIZED", &["sexualized"]), + ("MUTLIPART", &["multipart"]), + ("COMPLIACE", &["compliance"]), + ("BOITH", &["both"]), + ("SKEPTISICM", &["skepticism"]), + ("INTIALIZATING", &["initializing"]), + ("MISINTERPRESTED", &["misinterpret"]), + ("CONVCITION", &["convictions"]), + ("RADIATON", &["radiation"]), + ("PROPTLY", &["promptly"]), + ("REQUIERING", &["requiring"]), + ("APSIRIN", &["aspirin"]), + ("WRYTHES", &["writhes"]), + ("HYPOCRYTICAL", &["hypocritical"]), + ("PROPMTER", &["prompter"]), + ("RESTRICTIOS", &["restricts"]), + ("OBERVER", &["observer"]), + ("CLASSIFCATION", &["classification"]), + ("UNNECESSERY", &["unnecessary"]), + ("KERNERL", &["kernel"]), + ("REARRANGAEBLE", &["rearrangeable"]), + ("OTEHRWICE", &["otherwise"]), + ("ERROTS", &["errors"]), + ("INSPRIES", &["inspires"]), + ("DIMENION", &["dimension", "dominion"]), + ("PARAMECIAS", &["paramedics"]), + ("REFFERING", &["referring"]), + ("PASSIONITE", &["passionate"]), + ("JOURNYS", &["journeys"]), + ("INDUGLE", &["indulge"]), + ("DEPDENCENTE", &["dependence"]), + ("OPEARATE", &["operate"]), + ("EXPCETS", &["expects"]), + ("ABSUERS", &["abusers"]), + ("COMPUATION", &["computation"]), + ("INTERNACIONAL", &["international"]), + ("SURVAYS", &["surveys"]), + ("QUATIONS", &["equations"]), + ("ENFORCMEMENT", &["enforcement"]), + ("CONTINUOSLY", &["continuously"]), + ("ANTICIPATO", &["anticipation"]), + ("DESCIPTIONS", &["descriptions"]), + ("BLESSD", &["blessed"]), + ("AMMOUNGST", &["amongst"]), + ("WITHION", &["within"]), + ("GENREATES", &["generates"]), + ("ARTIFICUALLY", &["artificially"]), + ("SUMMONR", &["summoner"]), + ("UNINFROMED", &["uninformed", "uniformed"]), + ("OVERYHPED", &["overhyped"]), + ("INDOCTRONATED", &["indoctrinated"]), + ("NARCOTIS", &["narcotics"]), + ("VICTIMES", &["victims"]), + ("SUMMURIZES", &["summarizes"]), + ("BLBOS", &["blobs"]), + ("PARALLELLS", &["parallels"]), + ("COMPAIRSON", &["comparison"]), + ("PRAGMATISCH", &["pragmatic"]), + ("JUNGLIG", &["jungling"]), + ("SPECIALZES", &["specializes"]), + ("RENAISSAINCE", &["renaissance"]), + ("FOLLWWERS", &["followers"]), + ("EVEY", &["every"]), + ("RRRORS", &["errors"]), + ("BEAUROCRATICALLY", &["bureaucratically"]), + ("CONFIGURATOIN", &["configurations", "configuration"]), + ("SPESIFIED", &["specified"]), + ("MISUED", &["misused"]), + ("EQUIVIVALENT", &["equivalent"]), + ("CURIOCITY", &["curiosity"]), + ("BRAMCHES", &["branches"]), + ("DESRIPTORS", &["descriptors"]), + ("PRINCIPL", &["principals"]), + ("ENCRPT", &["encrypt"]), + ("CONCURED", &["concurred", "conquered"]), + ("COMMENS", &["comments", "commons"]), + ("ACCOUNTAT", &["accountants"]), + ("RENIGING", &["reneging"]), + ("EXICTEMENT", &["excitement"]), + ("RESULS", &["results"]), + ("DARGONS", &["dragons"]), + ("TRAINNGS", &["training"]), + ("TREIS", &["tries"]), + ("SUSPISIOUSLY", &["suspiciously"]), + ("TRANSPROTED", &["transported"]), + ("SATRIC", &["satiric"]), + ("CHANNLES", &["channels"]), + ("HEADLESSS", &["headless"]), + ("STADUIMS", &["stadiums"]), + ("GAURDING", &["guarding"]), + ("FRANZISE", &["franchise"]), + ("PROTESTANTES", &["protestants"]), + ("YEATERDAY", &["yesterday"]), + ("PARAGRAPHY", &["paragraph"]), + ("MONOLOPY", &["monopoly"]), + ("COMPLAINTE", &["complained"]), + ("PORECLAIN", &["porcelain"]), + ("APPROPIATE", &["appropriate"]), + ("WATERPROOOF", &["waterproof"]), + ("PEPLE", &["people"]), + ("ACCESSIBILE", &["accessible"]), + ("TRAGET", &["target"]), + ("CASLTES", &["castles"]), + ("CAMBODICAN", &["cambodia"]), + ("PLOTED", &["plotted"]), + ("DEVORED", &["devoted", "devoured"]), + ("YOURSELVS", &["yourselves"]), + ("STATISFIEDS", &["satisfies"]), + ("GEOGRAPHICIAL", &["geographical"]), + ("CONROLLER", &["controller"]), + ("BOUNNDING", &["bounding"]), + ("COMMENET", &["comment"]), + ("EXTREMISME", &["extremes"]), + ("ENLIGTHEN", &["enlighten"]), + ("CIVILIZATIN", &["civilizations"]), + ("TRANSLATIN", &["translations"]), + ("RAPRESENTING", &["representing"]), + ("FREEDUM", &["freedom"]), + ("ZIMPAPS", &["zipmaps"]), + ("HISTORIENS", &["histories"]), + ("RELALY", &["really"]), + ("NUCLEOUS", &["nucleus", "nucleolus"]), + ("WOITH", &["with"]), + ("RENAISSACE", &["renaissance"]), + ("NEGOSIATION", &["negotiation"]), + ("ORTHODX", &["orthodox"]), + ("CAPITAS", &["capitals"]), + ("SISTEMIC", &["systemic"]), + ("STARIGHTEN", &["straighten"]), + ("DOWNRGADE", &["downgrade"]), + ("TRASACTION", &["transaction"]), + ("TEXUAL", &["textual"]), + ("EXCERSIZING", &["exercising"]), + ("DEGENRATION", &["degeneration"]), + ("PRESCRIPTON", &["prescription"]), + ("DYNAMCS", &["dynamics"]), + ("SECUND", &["second"]), + ("ROACHERS", &["roaches"]), + ("TRANSITIONNING", &["transitioning"]), + ("CONSITUTE", &["constitute"]), + ("CONDMENING", &["condemning"]), + ("BEUCASE", &["because"]), + ("RACIONALIZATION", &["rationalization"]), + ("ACESS", &["access"]), + ("OBJET", &["object"]), + ("ACCOINTING", &["accounting"]), + ("UNACCPETABLE", &["unacceptable"]), + ("JUXTIFICATIONS", &["justifications"]), + ("ACQUISATION", &["acquisition"]), + ("APPROPROXIMATIONS", &["approximations"]), + ("PASTTIME", &["pastime"]), + ("RONDAZYVOUED", &["rendezvoused"]), + ("CHARACTORISTICS", &["characteristics"]), + ("ANCESETOR", &["ancestor"]), + ("MENETION", &["mention"]), + ("BODYBUILING", &["bodybuilding"]), + ("ORIGINIAL", &["original"]), + ("EXCRUSIATING", &["excruciating"]), + ("FELD", &["field"]), + ("RESPEST", &["respects"]), + ("TYPCASTS", &["typecasts"]), + ("MAPINGS", &["mappings"]), + ("RECONISDER", &["reconsider"]), + ("WEILL", &["will"]), + ("DEREGULATIN", &["deregulation"]), + ("EXPLOSE", &["explodes"]), + ("NAVIGATIN", &["navigation"]), + ("INHERNETLY", &["inherently"]), + ("BECOMSES", &["becomes"]), + ("CONSTRUTER", &["constructor"]), + ("MECHNICAL", &["mechanical"]), + ("PRIVILEGIES", &["privilege"]), + ("EEVERY", &["every"]), + ("HELICTOPERS", &["helicopters"]), + ("HATCHIG", &["hatching"]), + ("IMPLEMENATATION", &["implementation"]), + ("CRITICABLE", &["critical"]), + ("PERPHAS", &["perhaps"]), + ("INDUSTRAILIZED", &["industrialized"]), + ("TESELLATION", &["tessellation"]), + ("ASSESEMENT", &["assessment"]), + ("DESCRICED", &["described"]), + ("MODIFICATON", &["modification"]), + ("PRESUMPTOUS", &["presumptuous"]), + ("ADVENTURUOUS", &["adventurous"]), + ("MUTLINATIONALS", &["multinational"]), + ("CRYTOGRAPHIC", &["cryptographic"]), + ("RECEPIT", &["recipe", "receipt"]), + ("REGRESSO", &["regression"]), + ("AMPHEDAMINES", &["amphetamines"]), + ("BLUEBERY", &["blueberry"]), + ("SOMEBOBY", &["somebody"]), + ("CYCOLPS", &["cyclops"]), + ("EQUIVALLENTLY", &["equivalently"]), + ("AGRANDIZE", &["aggrandize"]), + ("AUTONEGOITATIONS", &["autonegotiations"]), + ("HADLING", &["handling"]), + ("QWESSANTS", &["croissants"]), + ("PRETEDERMINED", &["predetermined"]), + ("INQUIZITOR", &["inquisitor"]), + ("CPCHECK", &["cppcheck"]), + ("ABSED", &["abased", "based"]), + ("CNA", &["can"]), + ("ALIGHNED", &["aligned"]), + ("WATCHIGN", &["watching"]), + ("PRESENTATUION", &["presentation"]), + ("CARREARS", &["careers"]), + ("ACTAULY", &["actually"]), + ("CIRTICISING", &["criticising"]), + ("SENTIMENAL", &["sentimental"]), + ("OVERFLOWW", &["overflow"]), + ("SEPERAD", &["separate"]), + ("BULIDINGS", &["buildings"]), + ("GUD", &["good"]), + ("COMPUSLIVE", &["compulsive"]), + ("SUPERVISIORS", &["supervisors"]), + ("MISINTERPRETTED", &["misinterpreted"]), + ("COSNTRUCTED", &["constructed"]), + ("FALESLY", &["falsely"]), + ("HRADWARES", &["hardwares"]), + ("ALBIET", &["albeit"]), + ("PROCALIMED", &["proclaimed"]), + ("ETCC", &["etc"]), + ("STARTLISTENEING", &["startlistening"]), + ("RETRIVED", &["retrieved"]), + ("ESITMATOR", &["estimator"]), + ("MEANINS", &["meanings"]), + ("DOMENSIONS", &["dimensions"]), + ("SREW", &["screw", "shrew", "sew"]), + ("CONATINS", &["contains"]), + ("CHOOOSE", &["choose"]), + ("PERPATRATED", &["perpetrated"]), + ("CONVEIENCE", &["convenience"]), + ("PRESUMABELY", &["presumably"]), + ("THERMODYMANICS", &["thermodynamics"]), + ("REBOUNS", &["rebounds"]), + ("MECHNISMS", &["mechanisms"]), + ("ROSETTTA", &["rosetta"]), + ("LNGUAGE", &["language"]), + ("PRETADOR", &["predator"]), + ("DETCTABLE", &["detectable"]), + ("DISOKAY", &["display"]), + ("DECORTIVE", &["decorative"]), + ("PARAMETERES", &["parameters"]), + ("ENITITY", &["entity"]), + ("SYCRONIZE", &["synchronize"]), + ("SERVCIE", &["service"]), + ("PESTICIDS", &["pesticides"]), + ("EFFECKS", &["effects"]), + ("ALVORITHMICALLY", &["algorithmically"]), + ("STEREOTPYICAL", &["stereotypical"]), + ("RESTURANTS", &["restaurants"]), + ("CUSTOMNS", &["customs"]), + ("DELEPTED", &["depleted"]), + ("SERIALSING", &["serialising"]), + ("RADIS", &["radix"]), + ("CAHGNE", &["change"]), + ("LOGISITICS", &["logistics"]), + ("PAROCHEAL", &["parochial"]), + ("NECKNEARDS", &["neckbeards"]), + ("CONTER", &["conteur", "counter"]), + ("POLYGAMMY", &["polygamy"]), + ("WORKSPCE", &["workspace"]), + ("DATATSTRUCTURE", &["datastructure"]), + ("MEDIOCRETY", &["mediocrity"]), + ("REPARAMTERIZES", &["reparameterizes"]), + ("DESSICATION", &["desiccation"]), + ("SUASAGE", &["sausage"]), + ("KATEMINE", &["ketamine"]), + ("MUDULE", &["module"]), + ("EQUIVALENET", &["equivalents", "equivalent"]), + ("ABRREVIATION", &["abbreviation"]), + ("ACCESSOIRES", &["accessories", "accessorise"]), + ("TOLEN", &["token"]), + ("METAPHYSCIAL", &["metaphysical"]), + ("NAMNE", &["name"]), + ("MISDEMEANER", &["misdemeanor"]), + ("ALOWED", &["allowed"]), + ("AMERICS", &["americas"]), + ("INTERNTS", &["interns"]), + ("RECONETION", &["reconnection"]), + ("MAGNESUIM", &["magnesium"]), + ("PERFERRS", &["prefers"]), + ("DECRYPTATION", &["decryption"]), + ("NAYBOURHOOD", &["neighbourhood"]), + ("SOMENE", &["someone"]), + ("SPEFICICATIONS", &["specifications"]), + ("MAINTENCE", &["maintenance"]), + ("DESTUCTORS", &["destructors"]), + ("ALGORIHMS", &["algorithms"]), + ("LEVETATING", &["levitating"]), + ("COMPOSITON", &["composition"]), + ("INDAINS", &["indians"]), + ("SKITSOFRINICS", &["schizophrenics"]), + ("SACRIFICNG", &["sacrificing"]), + ("DONWLOADABLE", &["downloadable"]), + ("RQEUESTING", &["requesting"]), + ("FUNVTIONED", &["functioned"]), + ("TRRIGGERS", &["triggers"]), + ("METHAPORICAL", &["metaphorical"]), + ("ILLINOS", &["illinois"]), + ("SUPPURTED", &["supported"]), + ("COMPOSITOIN", &["compositions"]), + ("HORZONTALLY", &["horizontally"]), + ("SHANEAL", &["chenille"]), + ("DIRECTORTY", &["directory"]), + ("AWEFUL", &["awful"]), + ("CONTINUEM", &["continuum"]), + ("COMPRESSABLE", &["compressible"]), + ("DOOSMDAY", &["doomsday"]), + ("INEXPLICABY", &["inexplicably"]), + ("SISTEMIZING", &["systemizing"]), + ("BEASTIARIES", &["bestiaries"]), + ("PRESTIGIOS", &["prestigious"]), + ("HYPERBOLIE", &["hyperbole"]), + ("SEQUNECES", &["sequences"]), + ("REMVS", &["removes"]), + ("MASTERMID", &["mastermind"]), + ("ALLIGNED", &["aligned"]), + ("DIFFERES", &["differs"]), + ("ENTERPRENUERS", &["entrepreneurs"]), + ("OVERTURING", &["overturn"]), + ("SUPPROTERS", &["supporters"]), + ("DAEMONIFIED", &["daemonised", "daemonized"]), + ("INADVERDENTLY", &["inadvertently"]), + ("MECHANICUS", &["mechanics"]), + ("IMFAMUS", &["infamous"]), + ("COLLETION", &["collection"]), + ("OBJEC", &["object"]), + ("BULDING", &["building"]), + ("TRIANGE", &["triangle"]), + ("TLAK", &["talk"]), + ("UNSETLLING", &["unsettling"]), + ("ADJUSTSMENTS", &["adjustments"]), + ("CORRESONDED", &["corresponded"]), + ("INTERPLOATION", &["interpolation"]), + ("EXPERMENETELLY", &["experimentally"]), + ("GUARENTEE", &["guarantee"]), + ("VERTABRAYS", &["vertebraes"]), + ("PRESEARVATION", &["preservation"]), + ("CRATASHOUS", &["cretaceous"]), + ("EXSITENT", &["existent"]), + ("GREATHER", &["greater"]), + ("SIDELINIEN", &["sideline"]), + ("REPETIVE", &["repetitive"]), + ("JUSTIIFCATION", &["justifications"]), + ("MISISONARY", &["missionary"]), + ("ASSISSTANT", &["assistant"]), + ("PROVIDANCE", &["providence"]), + ("OVERIDDING", &["overriding"]), + ("CANN", &["can"]), + ("CONSTRCTORS", &["constructors"]), + ("DICARDS", &["discards"]), + ("INGENIUS", &["ingenious"]), + ("CONTROLLLED", &["controlled"]), + ("QUANTUUM", &["quantum"]), + ("ODF", &["of"]), + ("ANONOTATE", &["annotate"]), + ("LABORERES", &["laborers"]), + ("ADELIADE", &["adelaide"]), + ("TALIGATING", &["tailgating"]), + ("APARATUS", &["apparatus"]), + ("SUCCCESSOR", &["successor"]), + ("ARGEMENTS", &["arguments"]), + ("PREDJUICE", &["prejudice"]), + ("DEREGUALTION", &["deregulation"]), + ("MANIPULATIONG", &["manipulating"]), + ("ADITIONALLY", &["additionally"]), + ("CONVEINENCE", &["convenience"]), + ("MEDITATIING", &["meditating"]), + ("ALGORITHMN", &["algorithm"]), + ("PENNSYLVNIA", &["pennsylvania"]), + ("GUARNTY", &["guaranty"]), + ("ANALAYSIS", &["analysis"]), + ("RENEGOGTIATED", &["renegotiated"]), + ("INITITIALIZATIONS", &["initializations"]), + ("DISPORPORTIONATE", &["disproportionate"]), + ("FIBONNACCI", &["fibonacci"]), + ("MATEIRAL", &["material"]), + ("UMMARK", &["unmark"]), + ("PROBBABLY", &["probably"]), + ("CONVEINIENT", &["convenient"]), + ("RELOCAIONS", &["relocations"]), + ("ABSTRACER", &["abstracter"]), + ("DIRECOTRIES", &["directories"]), + ("SNOWBALING", &["snowballing"]), + ("RESTRAIT", &["restraint"]), + ("FORMATING", &["formatting"]), + ("REGSTER", &["register"]), + ("DEFINATETLY", &["definitely"]), + ("SECONDAY", &["secondary"]), + ("NEGLECTN", &["neglecting"]), + ("ILLUMINAUTI", &["illuminati"]), + ("TANGELD", &["tangled"]), + ("VULNURABILITY", &["vulnerability"]), + ("PARASTIES", &["parasites"]), + ("CAPACITARON", &["capacitor"]), + ("ANNOINTED", &["anointed"]), + ("UPGARDES", &["upgrades"]), + ("AGUMENT", &["argument"]), + ("INDIVIDULES", &["individuals"]), + ("INITAILSE", &["initialise"]), + ("DISSOBEDIENT", &["disobedient"]), + ("COLISION", &["collision"]), + ("BENEIFICAL", &["beneficial"]), + ("WOUD", &["would"]), + ("PRIVILIGED", &["privileged"]), + ("SUBDIVISIOND", &["subdivisioned"]), + ("LESBAIN", &["lesbian"]), + ("STUIDO", &["studio"]), + ("DECLARTORS", &["declarators"]), + ("SACRASTICALLY", &["sarcastically"]), + ("ANNOUNCMENT", &["announcement"]), + ("UNSTALLATION", &["installation", "uninstallation"]), + ("INTERCEPTICONS", &["interceptions"]), + ("MAYBILLINE", &["maybelline"]), + ("SHOUL", &["should", "shawl", "shoal"]), + ("UNOPTIMICE", &["unoptimise", "unoptimize"]), + ("SWALLED", &["stalled", "swapped"]), + ("MANEOUVRES", &["manoeuvres"]), + ("GOVERMENET", &["government"]), + ("DICOUNT", &["discount"]), + ("ORIANTATE", &["orientate"]), + ("SPEFIIFICALLY", &["specifically"]), + ("MESSURES", &["measures"]), + ("COLOUBLIND", &["colorblind"]), + ("ALGORITMES", &["algorithms"]), + ("SECRETLEY", &["secretly"]), + ("RESTARAUNT", &["restaurant"]), + ("NEVELOPING", &["enveloping"]), + ("HORRABLE", &["horrible"]), + ("EXPEREMENTERS", &["experimenters"]), + ("REOMVES", &["removes"]), + ("ANNONCEURS", &["announcers"]), + ("MARIXSM", &["marxism"]), + ("CATASTROFIES", &["catastrophes"]), + ("CATEROGIZED", &["categorized"]), + ("INCUDE", &["include"]), + ("SUPERME", &["supreme"]), + ("ANNTOATIONS", &["annotations"]), + ("FUNCTINO", &["function"]), + ("PUBILC", &["public"]), + ("VISISBLE", &["visible"]), + ("FALVOURS", &["flavours"]), + ("NINJS", &["ninja", "ninjas"]), + ("CLEFF", &["clef"]), + ("DEFINITIN", &["definitions"]), + ("RECURING", &["recurring"]), + ("HEMINGWAVY", &["hemingway"]), + ("MKE", &["make"]), + ("DEPRESSE", &["depressive"]), + ("AQCUISITION", &["acquisition"]), + ("LATETS", &["latest"]), + ("SKYP", &["skip", "skype"]), + ("CAMOUFALGE", &["camouflage"]), + ("CRYPTOGRAPHC", &["cryptographic"]), + ("MONUMENTAIS", &["monuments"]), + ("INDUSTIRAL", &["industrial"]), + ("ABUTTS", &["abuts"]), + ("SEQUNCED", &["sequenced"]), + ("COVNERTORS", &["convertors"]), + ("BOOKMAR", &["bookmark"]), + ("FOTO", &["photo"]), + ("EXCEUCTORS", &["executors"]), + ("AUTHENCIATE", &["authenticate"]), + ("HEFER", &["heifer"]), + ("THREADAD", &["threaded"]), + ("DETECTSIONS", &["detections"]), + ("PSYCHODELICS", &["psychedelics"]), + ("SIGNTURE", &["signature"]), + ("CONATINED", &["contained"]), + ("INTERESTD", &["interested"]), + ("ACCCESSIBLE", &["accessible"]), + ("AJUSTING", &["adjusting"]), + ("MAVRICK", &["maverick"]), + ("RESPONCIBILITIES", &["responsibilities"]), + ("ELECTRICMAN", &["electrician"]), + ("UNIOCDE", &["unicode"]), + ("GRIGORIAN", &["gregorian"]), + ("VALLAYS", &["valets", "valleys"]), + ("PRAEFIX", &["prefix"]), + ("EXPETCEDLY", &["expectedly"]), + ("DAATSHEET", &["datasheet"]), + ("NOTTAION", &["notation"]), + ("GUIDLINES", &["guidelines"]), + ("MICROPONES", &["microphones"]), + ("ELEMEMENTS", &["elements"]), + ("FERMENTAION", &["fermentation"]), + ("SENSTITIVITY", &["sensitivity"]), + ("PEASE", &["lease", "peace", "piece", "please"]), + ("DEVIECE", &["device"]), + ("STRANGLOVE", &["strangle"]), + ("THA", &["than", "that", "the"]), + ("ISALHA", &["isalpha"]), + ("ESCARTMENTS", &["escarpments"]), + ("WONDERFULY", &["wonderfully"]), + ("INCURING", &["incurring"]), + ("RECIEPENTS", &["recipients"]), + ("QUALIFIY", &["qualify"]), + ("RELOCATEABLE", &["relocatable"]), + ("ARBITRARITY", &["arbitrarily"]), + ("CONFILCTS", &["conflicts"]), + ("PRECONFIGED", &["preconfigured"]), + ("SPOILES", &["spoilers"]), + ("EXECTUIVE", &["executive"]), + ("MICROVAVES", &["microwaves"]), + ("ARBRITRAY", &["arbitrary"]), + ("PRESIPITATOR", &["precipitator"]), + ("DISTINQUISHING", &["distinguishing"]), + ("CARIMONIALLY", &["ceremonially"]), + ("SERCURITY", &["security"]), + ("DEPRETIATES", &["depreciates", "deprecates"]), + ("TORANDO", &["tornado"]), + ("DEFINITIELY", &["definitively", "definitely"]), + ("ONGEWILD", &["gonewild"]), + ("DISCUSISON", &["discussions"]), + ("WORKLOW", &["workflow"]), + ("REDIRCTION", &["redirection"]), + ("PARTIEL", &["particle"]), + ("GUARANTE", &["guarantee"]), + ("BONNANO", &["bonanno"]), + ("DEREFERENCCE", &["dereference"]), + ("PROPORPOTION", &["proportion"]), + ("FUNIDES", &["fundies"]), + ("TRANSFOS", &["transforms"]), + ("DISSAPOINTS", &["disappoints"]), + ("CIRCUNSTANTIAL", &["circumstantial"]), + ("ANNOTHER", &["another"]), + ("SINTAKS", &["syntax"]), + ("NEGOPTIONSOTIATOR", &["negotiator"]), + ("IMPERIALSIM", &["imperialism"]), + ("DEFENATE", &["definite"]), + ("CALCLUATE", &["calculate"]), + ("SAPPHIRRE", &["sapphire"]), + ("THROUGHLY", &["thoroughly"]), + ("ASNWERED", &["answered"]), + ("REFERENSED", &["referenced"]), + ("UNEMPLYOMENT", &["unemployment"]), + ("CONTCT", &["contact"]), + ("INDEPDENDANT", &["independent"]), + ("INFROMATOIN", &["information"]), + ("PRIMARLY", &["primarily"]), + ("NEIGHRORING", &["neighboring"]), + ("JANAURY", &["january"]), + ("ENNPOINT", &["endpoint"]), + ("DEENDENCY", &["dependency"]), + ("BOUNNDS", &["bounds"]), + ("STABLILIZATION", &["stabilization"]), + ("NEWMONIC", &["pneumonic"]), + ("ACSES", &["cases", "access"]), + ("CIMMETRICALY", &["symmetrically"]), + ("EXERIMENTAL", &["experimental"]), + ("ENTIREITY", &["entirety"]), + ("CRYTPO", &["crypto"]), + ("ALLOCATIONG", &["allocating", "allocation"]), + ("SPEFICIIFERS", &["specifiers"]), + ("ESTABLSIHED", &["established"]), + ("INSERSTS", &["inserts"]), + ("SPIRITUALLITY", &["spiritually"]), + ("CONTRIUBTE", &["contributes", "contribute"]), + ("REPLACAMENT", &["replacement"]), + ("DELCARATIONS", &["declarations"]), + ("EXCHANCES", &["exchanges"]), + ("NEIGHBOURHOD", &["neighbourhood"]), + ("VISHEATOR", &["vitiator"]), + ("SURPLANTED", &["supplanted"]), + ("UNDERLFLOWS", &["underflows"]), + ("SANTIZE", &["sanitize"]), + ("INFLATEBLE", &["inflatable"]), + ("BOARDCASTING", &["broadcasting"]), + ("REVOLUIONS", &["revolutions"]), + ("OVERHUAL", &["overhaul"]), + ("SEGRIGATED", &["segregated"]), + ("CHRONOLOGICLY", &["chronological"]), + ("SUPPRESION", &["suppression"]), + ("NATIOANLLY", &["nationally"]), + ("ABIOVE", &["above"]), + ("CHILLADE", &["chilled"]), + ("VERSIOM", &["version"]), + ("INITALIZABLE", &["initializable"]), + ("JUSTICATION", &["justification"]), + ("PHILLIPSE", &["phillies"]), + ("MARGART", &["margaret"]), + ("GROPUING", &["grouping"]), + ("CONFERERATE", &["confederate"]), + ("OVERHEARED", &["overhead"]), + ("ANTICIPARE", &["anticipate"]), + ("RELEAES", &["release", "releases"]), + ("UNDUPPLICATED", &["unduplicated"]), + ("FORNATER", &["formatter"]), + ("UNINTUTIVE", &["unintuitive"]), + ("EXPENSIE", &["expense"]), + ("DESIDES", &["decides"]), + ("CLIBOARDS", &["clipboards"]), + ("CONVINGI", &["convincing"]), + ("MISUNDERSTADING", &["misunderstanding"]), + ("SHOLULD", &["should"]), + ("ALGORITHSM", &["algorithms", "algorithm"]), + ("PRIAVE", &["private"]), + ("QUALIFIACTIONS", &["qualification"]), + ("PONINTER", &["pointer"]), + ("EXPEMTED", &["exempted"]), + ("CALCUALATED", &["calculated"]), + ("GRAOH", &["graph"]), + ("NIETHER", &["neither"]), + ("SERIUOS", &["serious"]), + ("FRANKENSTIENS", &["frankenstein"]), + ("STANDARTISATOR", &["standardiser"]), + ("CAHE", &["cache"]), + ("INDONISIAN", &["indonesian"]), + ("UNSHARABLE", &["unshareable"]), + ("ENTERPRSIE", &["enterprises"]), + ("ESSPECIALLY", &["especially"]), + ("VENTILLATE", &["ventilate"]), + ("AMENDMENDS", &["amendments"]), + ("DILLIGENCE", &["diligence"]), + ("SURPPORT", &["support"]), + ("SIMEPLE", &["simple"]), + ("BOTOM", &["bottom"]), + ("ALGORTHM", &["algorithm"]), + ("ASSINED", &["assigned"]), + ("DECISIONES", &["decisions"]), + ("ARBIRTARILY", &["arbitrarily"]), + ("WHRE", &["where"]), + ("COMMENETD", &["commented"]), + ("TRANSFOPRMATION", &["transformation"]), + ("ALLWO", &["allow"]), + ("OPEARTIOS", &["operations"]), + ("BEHAVRIOURS", &["behaviours"]), + ("VEIWER", &["viewer"]), + ("RESEARVES", &["reserves"]), + ("CONNECTICUNTS", &["connecticut"]), + ("OINTS", &["points", "pints"]), + ("COMBINATIOS", &["combinations"]), + ("ACKNOWELDGED", &["acknowledged"]), + ("ERRROR", &["error"]), + ("PRECONDTION", &["precondition"]), + ("DEPENDENCLY", &["dependency"]), + ("STANDTARD", &["standard"]), + ("PEBBLETS", &["pebbles"]), + ("BOINTER", &["pointer"]), + ("CALUSE", &["callous", "callus", "clause"]), + ("REARRANGTING", &["rearranging"]), + ("PREISTS", &["priests"]), + ("CANNIBALSIM", &["cannibalism"]), + ("REPRODUCIBLILITY", &["reproducibility"]), + ("POSICIONAL", &["positional"]), + ("ARRANGENTS", &["arrangements"]), + ("OIGINALLY", &["originally"]), + ("EXPEIRIMENTATIONS", &["experimentations"]), + ("COMPLUSORY", &["compulsory"]), + ("OVERENGENEERING", &["overengineering"]), + ("RECCORDED", &["recorded"]), + ("ENVIRONMET", &["environments", "environment"]), + ("SEPERALY", &["separately"]), + ("EXPERCTS", &["expects"]), + ("RAOSTING", &["roasting"]), + ("ESIMATORS", &["estimators"]), + ("ISLMAIC", &["islamic"]), + ("SELFIERS", &["selfies"]), + ("OMMITTED", &["omitted"]), + ("ANCESTORES", &["ancestors"]), + ("WHANT", &["want"]), + ("IMMORTALY", &["immortality"]), + ("LIASION", &["liaison"]), + ("RAPAIR", &["repair"]), + ("DISMANTING", &["dismantling"]), + ("WILLK", &["will"]), + ("AMGIGUOUS", &["ambiguous"]), + ("RECEIEVE", &["receive"]), + ("OULTINENODES", &["outlinenodes"]), + ("CANNONICALIZE", &["canonicalize"]), + ("FUGURED", &["figured"]), + ("EATURN", &["return", "saturn", "eaten"]), + ("KIDKNAPPING", &["kidnapping"]), + ("ESCATING", &["escalating", "escaping"]), + ("PARAMTERISED", &["parameterised"]), + ("CALLACKS", &["callbacks"]), + ("ALOGIRHTM", &["algorithm"]), + ("GENERATIOS", &["generators"]), + ("INTERSTALLAR", &["interstellar"]), + ("ARRO", &["arrow"]), + ("BULLETPOOF", &["bulletproof"]), + ("FOLLOEING", &["following"]), + ("ALLTOGEHTER", &["altogether"]), + ("SELECION", &["selection"]), + ("DISBLED", &["disabled"]), + ("CONCORRENT", &["concurrent"]), + ("TEMPORTAL", &["temporal"]), + ("PRESUMPTON", &["presumption"]), + ("SUSTAINIBLE", &["sustainable"]), + ("EMULAION", &["emulation"]), + ("ELEMENTY", &["elementary"]), + ("DEFAULL", &["default"]), + ("SIFFIXATION", &["suffixation", "suffocation"]), + ("CONSRTUCTED", &["constructed"]), + ("REPEADEDLY", &["repeatedly"]), + ("OPREATIONS", &["operations"]), + ("ANWER", &["answer"]), + ("GARFLIED", &["garfield"]), + ("ANOYS", &["annoys"]), + ("ACCPET", &["accept"]), + ("CORRESONDING", &["corresponding"]), + ("JOURNIES", &["journeys"]), + ("FIXELS", &["pixels"]), + ("GIR", &["git"]), + ("AASSIGN", &["assign"]), + ("PROGARAMMS", &["programs"]), + ("DEMONINATIONS", &["denominations"]), + ("ECEPTION", &["exception"]), + ("SILOUWETES", &["silhouettes"]), + ("INVULNARABLE", &["invulnerable"]), + ("TRAKER", &["tracker"]), + ( + "TRALLING", + &[ + "thralling", + "trailing", + "travelling", + "trialling", + "trilling", + "trolling", + ], + ), + ("EXPRESSABLE", &["expressible"]), + ("THYE", &["they"]), + ("FOLLWOWED", &["followed"]), + ("CALLLBACKS", &["callbacks"]), + ("MAYLASIAN", &["malaysian"]), + ("CIRCUMCISON", &["circumcision"]), + ("DESTANATION", &["destination"]), + ("SUFFICATION", &["suffocation"]), + ("HONESLTY", &["honestly"]), + ("SPECTATULAR", &["spectacular"]), + ("INSIGTHS", &["insights"]), + ("HEARTBORNE", &["heartbroken"]), + ("SUCESFUL", &["successful"]), + ("PASRES", &["parses"]), + ("HYRBIDS", &["hybrids"]), + ("THURSDSY", &["thursdays"]), + ("ARCHEAOLOGIST", &["archeologist"]), + ("EXPETECTLY", &["expectedly"]), + ("MULIPLIER", &["multiplier"]), + ("BOMBARDERAD", &["bombarded"]), + ("COMPREDDED", &["compressed"]), + ("SUMBISSIVE", &["submissive"]), + ("PACAKGES", &["packages"]), + ("EXECUSTIONS", &["executions"]), + ("CORRISPONDING", &["corresponding"]), + ("LNOW", &["know"]), + ("ROTATAIONS", &["rotations"]), + ("APRTICLE", &["particle"]), + ("STRANGLY", &["strangely", "strange", "strangle"]), + ("TRANSACCION", &["transaction"]), + ("COINTAINED", &["contained"]), + ("DOUBTHS", &["doubts"]), + ("DERICTERY", &["directory"]), + ("SOFISTICATED", &["sophisticated"]), + ("COMMISHIONED", &["commissioned"]), + ("MIKROSECONDS", &["microseconds"]), + ("CHOCOLOT", &["chocolate"]), + ("COURTROM", &["courtroom"]), + ("INVESTEMENT", &["investment"]), + ("DOCUMENTATAIONS", &["documentations"]), + ("HSVE", &["have"]), + ("DISAGREMEENT", &["disagreements"]), + ("DISTRIBUSION", &["distributions"]), + ("CRATIONALISTS", &["nationalists", "rationalists"]), + ("BITIS", &["bits"]), + ("ADDEDD", &["added"]), + ("PROFITIBLE", &["profitable"]), + ("QUALIFICATO", &["qualification"]), + ("ACRUED", &["accrued"]), + ("THESHOLDS", &["thresholds"]), + ("DIRECTORYS", &["directors", "directories"]), + ("CHECKET", &["checked"]), + ("NAUSEUOS", &["nauseous"]), + ("OBEDIANCE", &["obedience"]), + ("SPECTACULARELY", &["spectacularly"]), + ("ACTRESSS", &["actresses"]), + ("SASTISFIES", &["satisfies"]), + ("PARADEMICS", &["paramedics"]), + ("PARMESIAN", &["parmesan"]), + ("DIGANOSTIC", &["diagnostic"]), + ("HEIROGLYPHICS", &["hieroglyphics"]), + ("SYNONOMOUS", &["synonymous"]), + ("DEFALUT", &["default"]), + ("STORELINES", &["storylines"]), + ("SWAETSHIRT", &["sweatshirt"]), + ("CORROSPONDS", &["corresponds"]), + ("TRADDITIONAL", &["traditional"]), + ("OTHEWIZE", &["otherwise"]), + ("PRESURE", &["pressure"]), + ("BOOLEAMS", &["booleans"]), + ("INTEFERED", &["interfered"]), + ("ADMINISTREZ", &["administer"]), + ("IMPEMENTATED", &["implemented"]), + ("REFEINEMENT", &["refinement"]), + ("PLOYGAMY", &["polygamy"]), + ("OPEARATION", &["operation"]), + ("DUBUG", &["debug"]), + ("EVALUTAE", &["evaluate"]), + ("NUETERED", &["neutered"]), + ("PREBIOUS", &["previous"]), + ("COLLISSIONS", &["collisions"]), + ("TRANSPARTS", &["transports"]), + ("PERPATUATE", &["perpetuate"]), + ("PARLIAMENTERY", &["parliamentary"]), + ("MORESO", &["more"]), + ("TRANSOLATION", &["translation"]), + ("ALLOCTIONS", &["allocations"]), + ("PRDPAGATORS", &["propagators"]), + ("HANSHAKED", &["handshaked"]), + ("CERTFIED", &["certified"]), + ("SCARAMENTO", &["sacramento"]), + ("SETGIT", &["setgid"]), + ("CONDFIGURED", &["configured"]), + ("GUANTAMANO", &["guantanamo"]), + ("COMPRESERS", &["compressors"]), + ("DIRECCIONAL", &["directional"]), + ("EXTRACED", &["extracted"]), + ("RESUTL", &["result"]), + ("DESTURB", &["disturb"]), + ("TUPPARWARE", &["tupperware"]), + ("VISUABIZE", &["visualize"]), + ("UNDEFIEND", &["undefined"]), + ("SLAUGTERHOUSES", &["slaughterhouses"]), + ("ADDOPT", &["adopt"]), + ("UNSUSTAINBLE", &["unsustainable"]), + ("ASYNCHONOUSLY", &["asynchronously"]), + ("PERSISITED", &["persisted"]), + ("IMMIGRATO", &["immigration"]), + ("CARDIANL", &["cardinal"]), + ("CACLUCATE", &["calculate"]), + ("FANSERVISE", &["fanservice"]), + ("PUNISHMET", &["punishments"]), + ("DESERIALZIATION", &["deserialization"]), + ("OPERAAND", &["operand"]), + ("BRACNH", &["branch"]), + ("INITIATIATING", &["initiating"]), + ("PROSTITUYE", &["prostitute"]), + ("ATTRIBBUTE", &["attribute"]), + ("PEICEMEAL", &["piecemeal"]), + ("ISTSELF", &["itself"]), + ("UNXPECTED", &["unexpected"]), + ("SEIRES", &["series"]), + ("ARUND", &["around"]), + ("INAPPROPRIAE", &["inappropriately"]), + ("NARCISSIM", &["narcissism"]), + ("REPLACTES", &["replaces", "replicates"]), + ("PERFOM", &["perform"]), + ("FORMELY", &["formerly"]), + ("GEOMETRYS", &["geometries"]), + ("SPECIFCATIONS", &["specifications"]), + ("SANTIONED", &["sanctioned"]), + ("QUICKYL", &["quickly"]), + ("TESTSDATA", &["testdata"]), + ("AGRUEMENT", &["argument"]), + ("POSITIV", &["positive"]), + ("QUIERIES", &["queries"]), + ("CCORDINATS", &["coordinates"]), + ("RESPECTIVILY", &["respectively"]), + ("REUTNRED", &["returned"]), + ("BIOLOGIA", &["biological"]), + ("ATTRIUBTES", &["attributes"]), + ("APOLOGISMS", &["apologists"]), + ("SITCKERS", &["stickers"]), + ("ALOWING", &["allowing"]), + ("COTROLLS", &["controls"]), + ("ACRONYMES", &["acronyms"]), + ("SPECIALLIZED", &["specialized"]), + ("SADDNES", &["saddens"]), + ("DESINGNED", &["designed"]), + ("ENOUNGH", &["enough"]), + ("INMENSE", &["immense"]), + ("OPERACIONAL", &["operational"]), + ("CUSTOMIED", &["customized"]), + ("MENION", &["mention", "minion"]), + ("FILTERRING", &["filtering"]), + ("NIGHTLEY", &["nightly"]), + ("COMPRESED", &["compressed"]), + ("HOMINEUM", &["hominem"]), + ("INTELLECUTAL", &["intellectual"]), + ("UNQAULIFIED", &["unqualified"]), + ("CHARCTOR", &["character"]), + ("SYNCHRNONIZATION", &["synchronization"]), + ("COLLPASED", &["collapsed"]), + ("DISSAPPERS", &["disappears"]), + ("TEXUALLY", &["textually"]), + ("TRANSFORUMS", &["transforms"]), + ("PERCISE", &["precise"]), + ("INCORPORE", &["incorporate"]), + ("EMENET", &["element"]), + ("LEESURES", &["leisures"]), + ("ICREMENTALLY", &["incrementally"]), + ("FOLLEWONG", &["following"]), + ("UNSUCESSUFLL", &["unsuccessful"]), + ("ALTERNAVTELY", &["alternatively"]), + ("NEIGHBETHOOD", &["neighborhood"]), + ("FOLOOWS", &["follows"]), + ("ALWYAS", &["always"]), + ("DEPENDENCEIS", &["dependencies"]), + ("PHANTOOM", &["phantom"]), + ("OBLIGITORY", &["obligatory"]), + ("ALTERNATIVEY", &["alternatively"]), + ("BRILLIANTY", &["brilliantly"]), + ("NEIGHBERHHODS", &["neighborhoods"]), + ("IDIOSYNCRACY", &["idiosyncrasy"]), + ("MANAZE", &["mayonnaise"]), + ("FEBRARY", &["february"]), + ("CURISING", &["cruising"]), + ("CAHC", &["cache"]), + ("INTIMATY", &["intimately"]), + ("STORNEGST", &["strongest"]), + ("INHERTANCE", &["inheritance"]), + ("REFRENCED", &["referenced"]), + ("PLEACING", &["placing"]), + ("RESPONED", &["respond"]), + ("PROVOACTIVE", &["provocative"]), + ("PROGRMMERS", &["programmers"]), + ("PRESUMPUTOUS", &["presumptuous"]), + ("SUPRIZINGLY", &["surprisingly"]), + ("INTIMIDANT", &["intimidate"]), + ("CONTEMPORAY", &["contemporary"]), + ("TORUNEY", &["tourney"]), + ("IDEOSYNCRATIC", &["idiosyncratic"]), + ("BEAUTYFIED", &["beautified"]), + ("INUMERABLE", &["enumerable", "innumerable"]), + ("FIRWARE", &["firmware"]), + ("OPPOURTUNITY", &["opportunity"]), + ("CEATING", &["creating"]), + ("SHPAE", &["shape"]), + ("TECHNLOGY", &["technology"]), + ("THIGHTS", &["tights", "thighs", "fights"]), + ("ENCRYTION", &["encryption"]), + ("STRUCURES", &["structures"]), + ("OPPERTUNITIES", &["opportunities"]), + ("INREMENT", &["increment"]), + ("LITLE", &["little"]), + ("ANYY", &["any"]), + ("DISSMISSING", &["dismissing"]), + ("PRESISTED", &["persisted"]), + ("INITIALSED", &["initialised"]), + ("VIRIGNS", &["virgins"]), + ("CIMPTUMS", &["symptoms"]), + ("AUTONAGOTIATION", &["autonegotiation"]), + ("UNINSTALABLE", &["uninstallable"]), + ("REARRANGENTS", &["rearrangements"]), + ("DEFINETELLY", &["definitely"]), + ("UNINITAILIZED", &["uninitialized"]), + ("CSUTOMER", &["customer"]), + ("NEEDELS", &["needles"]), + ("METHEMATICAL", &["mathematical"]), + ("ABSLOUTES", &["absolutes"]), + ("CONTAINTERS", &["containers"]), + ("SUBTARCTING", &["subtracting"]), + ("TRANSGEMDER", &["transgender"]), + ("COMPATIBLILTY", &["compatibility"]), + ("HOUSEHOLS", &["households"]), + ("FASHONS", &["fashions"]), + ("AGANCIES", &["agencies"]), + ("THERAPHY", &["therapy"]), + ("REANDER", &["render"]), + ("ENTHUSISTS", &["enthusiasts"]), + ("EXHANGED", &["exchanged"]), + ("PROGRESING", &["progressing"]), + ("JAMAICAINS", &["jamaican"]), + ("PUNSIHES", &["punishes"]), + ("SUBSYTEM", &["subsystem"]), + ("FIANL", &["final"]), + ("TEMINATE", &["terminate"]), + ("PROPOTIONAL", &["proportional", "promotional"]), + ("BOOLENS", &["booleans"]), + ("DEPENENCIS", &["dependencies"]), + ("IRRESPONSABLE", &["irresponsible"]), + ("PEVENT", &["prevent"]), + ("EXAGERATIONS", &["exaggerations"]), + ("MORRSION", &["morrison"]), + ("WORKSACE", &["workspace"]), + ("WAYWORD", &["wayward"]), + ("THREESHOLD", &["threshold"]), + ("COMMINISM", &["communism"]), + ("TILLTS", &["tilts"]), + ("FAILSAVE", &["failsafe"]), + ("JURISDICITONS", &["jurisdictions"]), + ("SILLYBUSES", &["syllabuses"]), + ("BRIEVELY", &["briefly"]), + ("NUMNBERS", &["numbers"]), + ("HILLARIOUS", &["hilarious"]), + ("BIRGHTER", &["brighter"]), + ("ASYNCHRNOUS", &["asynchronous"]), + ("FRAGENT", &["fragment"]), + ("NEGOCIATE", &["negotiate"]), + ("MICHINA", &["michigan"]), + ("LEVARIDGE", &["leverage"]), + ("CAMBRIGE", &["cambridge"]), + ("WIULL", &["will"]), + ("SHOUKD", &["should"]), + ("SQUIRLTE", &["squirtle"]), + ("ALUNIMUM", &["aluminum"]), + ("MICRONTROLLERS", &["microcontrollers"]), + ("INTEPOLATED", &["interpolated"]), + ("MULITTASKING", &["multitasking"]), + ("MOMERY", &["memory"]), + ("INTEREPT", &["intercept"]), + ("POITNED", &["pointed"]), + ("DISSASSEMBLER", &["disassembler"]), + ("SPLITTR", &["splitter"]), + ("RETIERMENT", &["retirement"]), + ("INPERSONATING", &["impersonating"]), + ("REISNTALL", &["reinstall"]), + ("CARIDAC", &["cardiac"]), + ("SLICABLE", &["sliceable"]), + ("LIZENSE", &["license"]), + ("REPORTEROS", &["reporters"]), + ("REUPLODS", &["reuploads"]), + ("MODFIFYING", &["modifying"]), + ("PARAPHARSING", &["paraphrasing"]), + ("PRECENDANCE", &["precedence"]), + ("FOLLLOW", &["follow"]), + ("SYATEM", &["system"]), + ("FREESYTLE", &["freestyle"]), + ("RETIEVING", &["retrieving"]), + ("SIGIT", &["digit"]), + ("MISCARRAIGES", &["miscarriage"]), + ("PRESCRIPED", &["prescribed"]), + ("OCASSION", &["occasion"]), + ("VIATMINS", &["vitamins"]), + ("NWO", &["now"]), + ("BETRWEEN", &["between"]), + ("CROWSOURCED", &["crowdsourced"]), + ("INTERRPUTS", &["interrupts"]), + ("USEBLE", &["usable"]), + ("VACUMES", &["vacuums"]), + ("CHARACERS", &["characters"]), + ("PARTITINIONING", &["partitioning"]), + ("SPAGNUM", &["sphagnum"]), + ("WOUL", &["would"]), + ("STADNARDS", &["standards"]), + ("RETRUNING", &["returning"]), + ("PERCIEVABLY", &["perceivably"]), + ("AUSTRAILIAN", &["australian"]), + ("APOSTREPHE", &["apostrophe"]), + ("HENSE", &["hence"]), + ("ADBANDON", &["abandon"]), + ("GLOIATH", &["goliath"]), + ("GIRLFIREND", &["girlfriend"]), + ("DECRIBED", &["described"]), + ("OVERBLOCKING", &["overclocking"]), + ("WORDLVIEW", &["worldview"]), + ("SUDENTS", &["students"]), + ("COUMPOUND", &["compound"]), + ("ASSASSINES", &["assassins"]), + ("COMMONTLY", &["commonly"]), + ("SLECTING", &["selecting"]), + ("RELEAASE", &["release"]), + ("EXPERIMENALLY", &["experimentally"]), + ("UNKNONW", &["unknown"]), + ("BENECHMARKING", &["benchmarking"]), + ("LIBERALISIM", &["liberalism"]), + ("RHETORISCH", &["rhetoric"]), + ("TEMPLARES", &["templars"]), + ("ALGORRITHMICALLY", &["algorithmically"]), + ("CONSTAST", &["constants"]), + ("CONSRTUCTORS", &["constructors"]), + ("COMPLICATIES", &["complicate"]), + ("CONSTITUANT", &["constituent"]), + ("PRIVELIGE", &["privilege"]), + ("INPROVEMENTS", &["improvements"]), + ("CLEAROUPUT", &["clearoutput"]), + ("RELIABILTY", &["reliability"]), + ("NATINALIST", &["nationalist"]), + ("TRAVELES", &["travels"]), + ("AWARED", &["awarded"]), + ("ALOCATED", &["allocated"]), + ("CONPLETING", &["completing"]), + ("SPEFICIEIS", &["specifies"]), + ("INCONSISTENDLY", &["inconsistently"]), + ("RECURSSE", &["recurse", "recurses"]), + ("BARAGIN", &["bargain"]), + ("REAMINS", &["remains"]), + ("TRIK", &["trick", "trike"]), + ("EVERITHING", &["everything"]), + ("IMPOSSIBILE", &["impossible"]), + ("SHEPHERED", &["shepherd"]), + ("EXOLICIT", &["explicit"]), + ("INCLUTION", &["inclusion"]), + ("REFROMATTING", &["refomatting"]), + ("ELEMENTRAY", &["elementary"]), + ("DESNE", &["dense"]), + ("VIOLOATED", &["violated"]), + ("DYMANICALLY", &["dynamically"]), + ("OBERVED", &["observed"]), + ("FORCASTED", &["forecasted"]), + ("HORIZONES", &["horizons"]), + ("ENCRYPTIION", &["encryption"]), + ("AUTOMATICAL", &["automatically", "automatic", "automated"]), + ("IMPOVED", &["improved"]), + ("CREWSANT", &["croissant"]), + ("MISTATCH", &["mismatch"]), + ("CONTRINUTIONS", &["contributions"]), + ("COALASECE", &["coalescence"]), + ("ALGORITHIMIC", &["algorithmic"]), + ("ERLY", &["early"]), + ("DERTAILS", &["details"]), + ("DOSSEAY", &["dossier"]), + ("CONSERVIES", &["conserve"]), + ("UPGRADS", &["upgrades"]), + ("IMPORTEND", &["imported"]), + ("TORCHLIGT", &["torchlight"]), + ("PARAMETERE", &["parameter", "parameters"]), + ("FORTHCOMINNG", &["forthcoming"]), + ("PERFOMRING", &["performing"]), + ("POSSSIBLE", &["possible"]), + ("DESTRYONG", &["destroying"]), + ("VISUALIZTION", &["visualization"]), + ("TRANSISIONS", &["transitions"]), + ("REOADMAP", &["roadmap"]), + ("SATIFIED", &["satisfied"]), + ("LENGHTHEN", &["lengthen"]), + ("ASPECTED", &["expected"]), + ("SIMETRICLLY", &["symmetrically"]), + ("OBIECT", &["object"]), + ("VERISONS", &["versions"]), + ("FORMATHS", &["formats"]), + ("IDEOLOGISK", &["ideologies"]), + ("GLYPHES", &["glyphs"]), + ("PROCLAMED", &["proclaimed"]), + ("INVALDE", &["invalid"]), + ("INSTANTATING", &["instantiating"]), + ("ADVENTUREOUS", &["adventures"]), + ("WIDTHOUT", &["without"]), + ("STIRING", &["stirring"]), + ("TRANSORMED", &["transformed"]), + ("PREQUISITE", &["prerequisite"]), + ("DELETEION", &["deletion"]), + ("CLECK", &["check"]), + ("EXNTERNAL", &["external"]), + ("PROBLE", &["probe", "probably", "problem"]), + ("INCRAMENTS", &["increments"]), + ("CUTSCENS", &["cutscenes"]), + ("AFFORADBLE", &["affordable"]), + ("SIMULATANOUSLY", &["simultaneously"]), + ("COMPLITATIONS", &["compilations", "complications"]), + ("EXEUCTES", &["executes"]), + ("SAFEGUARED", &["safeguard", "safeguarded"]), + ("ANYTHIMNG", &["anything"]), + ("KEYWOED", &["keyword"]), + ("ARTICUALTE", &["articulate"]), + ("ALTITIDE", &["altitude"]), + ("NUTRALY", &["neutrally"]), + ("RECOMANDED", &["recommended"]), + ("CHIPERSUITES", &["ciphersuites"]), + ("LOGCAL", &["logical"]), + ("CORPORATIVO", &["corporation"]), + ("RANDAYVOU", &["rendezvous"]), + ("FORUNATELY", &["fortunately"]), + ("CONVICITON", &["conviction"]), + ("ANTISIPATION", &["anticipation"]), + ("DEVICEST", &["devices"]), + ("APPRECAITES", &["appreciates"]), + ("DIELECTIRCS", &["dielectrics"]), + ("DEPREACTED", &["deprecated"]), + ("PACHT", &["patch"]), + ("APPARENCE", &["appearance"]), + ("INTIALIZED", &["initialized"]), + ("RECONGISED", &["recognised"]), + ("VOLONTARY", &["voluntary"]), + ("EMPAHSIZES", &["emphasizes"]), + ("REMEBER", &["remember"]), + ("SUPPORTTED", &["supported"]), + ("RETIREVED", &["retrieved"]), + ("GUANTANAMEOW", &["guantanamo"]), + ("REFINEMENET", &["refinement"]), + ("SKRIMISH", &["skirmish"]), + ("AYWAY", &["anyway", "away"]), + ("SENSETIONALISM", &["sensationalism"]), + ("CHISLE", &["chisel"]), + ("MISELANEOUSLY", &["miscellaneously"]), + ("REACTIONY", &["reactionary"]), + ("INVESITGATED", &["investigated"]), + ("VRIETY", &["variety"]), + ("CHROMOZOMES", &["chromosomes"]), + ("LAUCHER", &["launcher"]), + ("CONVINEANCE", &["convenience"]), + ("PICKNICING", &["picnicking"]), + ("SAIS", &["says"]), + ("BEETHOVEEN", &["beethoven"]), + ("INISIDES", &["insides"]), + ("AKUMULATION", &["accumulation"]), + ("UNDERCORE", &["underscore"]), + ("BACKWARE", &["backward"]), + ("ABUNDANCIES", &["abundances"]), + ("MUSCULAIRE", &["muscular"]), + ("HYPVERVISOR", &["hypervisor"]), + ("SHEILD", &["shield"]), + ("ZIMBABWAE", &["zimbabwe"]), + ("COORDINITE", &["coordinate"]), + ("VIOLENTCE", &["violence"]), + ("ANND", &["and"]), + ("ZOOKEINEES", &["zucchinis"]), + ("CORRDINATES", &["coordinates"]), + ("CONVERVER", &["conserver", "converter"]), + ("TRANSPORDER", &["transporter"]), + ("HORADING", &["hoarding"]), + ("DISCONTIGUITIES", &["discontinuities"]), + ("GRANDISED", &["aggrandised"]), + ("SCALEABILITY", &["scalability"]), + ("OUSTPOKEN", &["outspoken"]), + ("COPYEIGHT", &["copyright"]), + ("PROCEDRUAL", &["procedural"]), + ("TRYED", &["tried"]), + ("FOLLWWONG", &["following"]), + ("SHOURTCUR", &["shortcut"]), + ("AFRICANESS", &["africans"]), + ("IMPROTANTLY", &["importantly"]), + ("PREDICTIN", &["prediction"]), + ("EXPERAMENTALLY", &["experimentally"]), + ("ACCESIBILITY", &["accessibility"]), + ("HOM", &["home"]), + ("DISAPPEARD", &["disappeared"]), + ("SIRYNGE", &["syringe"]), + ("ENHENCE", &["enhance"]), + ("FRIENTSHIP", &["friendship"]), + ("BEASLTY", &["beastly"]), + ("THUNDERBOAT", &["thunderbolt"]), + ("CANDICATE", &["candidate"]), + ("INTERNETUS", &["internets"]), + ("TERMIANTE", &["terminate"]), + ("CONSENSIS", &["consensus"]), + ("SPRINF", &["sprintf"]), + ("CALCULATTION", &["calculation"]), + ("RETY", &["retry"]), + ("UNUSAULLY", &["unusually"]), + ("CHILDEN", &["children"]), + ("TEMPLAT", &["template"]), + ("DECOMPRESSER", &["decompressor"]), + ("SCIENSE", &["sciences"]), + ("HAPPPEN", &["happen"]), + ("LAVELS", &["levels", "labels"]), + ("CONDIDTIONING", &["conditioning"]), + ("ANROID", &["android"]), + ("POISITIONNING", &["positioning"]), + ("PERFOEMATIVE", &["performative"]), + ("BIRGHTNESS", &["brightness"]), + ("CASHE", &["cache"]), + ("MINIMALSTIC", &["minimalist"]), + ("IDENTIFYED", &["identified"]), + ("CONVERSATIN", &["conversations"]), + ("METHDO", &["method"]), + ("RESTRICCION", &["restriction"]), + ("EXPEXNASION", &["expansion"]), + ("AKE", &["ache"]), + ("FIVETY", &["fifty"]), + ("APPROPROATE", &["appropriate"]), + ("USERFUL", &["useful"]), + ("SUFFICIANT", &["sufficient"]), + ("VERSIOB", &["version"]), + ("WHLIE", &["while"]), + ("ALLEGEANCE", &["allegiance"]), + ("PERCANTILE", &["percentile"]), + ("TOURNAMNET", &["tournament"]), + ("TRHOUGH", &["through"]), + ("FOLLFOWIND", &["following"]), + ("COUTNERING", &["countering"]), + ("MEMEBERSHIP", &["membership"]), + ("WESTERNESE", &["westerners"]), + ("ARGUMENDS", &["arguments"]), + ("COMMUNSIM", &["communism"]), + ("SECON", &["second"]), + ("CORWBAR", &["crowbar"]), + ("MAITAINANCE", &["maintenance"]), + ("REIMPLMENTS", &["reimplements"]), + ("REPTUATION", &["reputation"]), + ("DEPARTMENS", &["departments"]), + ("INSTACE", &["instance"]), + ("DISAPPROUVES", &["disapproves"]), + ("GLITHCES", &["glitches"]), + ("PRESCRIPE", &["prescribe"]), + ("NURISHES", &["nourishes"]), + ("EXTREMASTE", &["extremes"]), + ("SWAERING", &["swearing"]), + ("MIRGATED", &["migrated"]), + ("FLUXTUATIONS", &["fluctuations"]), + ("BUIDER", &["builder"]), + ("PUBLSHER", &["publisher"]), + ("MODIFIRES", &["modifiers"]), + ("TRANSFENDER", &["transgender"]), + ("SCARTCHING", &["scratching"]), + ("UDPATING", &["updating"]), + ("ALUMINIMUM", &["aluminium"]), + ("ELIMINETAION", &["elimination"]), + ("ENVIRONMENTALY", &["environmentally"]), + ("DYANSTY", &["dynasty"]), + ("EARTHQUKES", &["earthquakes"]), + ("RABITS", &["rabbits"]), + ("REGULARLISED", &["regularised"]), + ("EXCITMENT", &["excitement"]), + ("AUTHENENTICATE", &["authenticate"]), + ("EVNET", &["event"]), + ("INSTNCE", &["instance"]), + ("COMPARISIN", &["comparison"]), + ("RENDAYVOUED", &["rendezvoused"]), + ("CONDTION", &["condition"]), + ("AUSTRALIAAN", &["australians"]), + ("POINNTER", &["pointer"]), + ("PARTIRIONS", &["partitions"]), + ("ETHNICITIY", &["ethnicity"]), + ("RESIDUDE", &["residue"]), + ("LABORITORY", &["laboratory"]), + ("INCOMFORTABLY", &["uncomfortably"]), + ("DEEPOS", &["depots"]), + ("DISCIPLERS", &["disciples"]), + ("PARAMEDIS", &["paramedics"]), + ("OPERATONS", &["operations"]), + ("TEMPLATEAS", &["templates"]), + ("ACCESSBILE", &["accessible"]), + ("OSCILLATERS", &["oscillators"]), + ("HORINZONTAL", &["horizontal"]), + ("DOCUMENATION", &["documentation"]), + ("NEIGHRORHOOD", &["neighborhood"]), + ("TOLELERANCE", &["tolerance"]), + ("SIGNFIY", &["signify"]), + ("UNLCEAR", &["unclear"]), + ("REGSITERING", &["registering"]), + ("CONDITIALLY", &["conditionally"]), + ("SURVEILENCE", &["surveillance"]), + ("OCCRRANCE", &["occurrence"]), + ("CANGED", &["changed"]), + ("NUMMERIC", &["numeric"]), + ("OBJTAIN", &["obtain"]), + ("REKNOWN", &["renown"]), + ("ACERAGE", &["acreage"]), + ("EXHIBITONS", &["exhibits"]), + ("SIRCULAR", &["circular"]), + ("UNBELIEVEABLE", &["unbelievable"]), + ("MOVEMNT", &["movement"]), + ("ESITMATES", &["estimates"]), + ("AUTOMIC", &["atomic", "automatic"]), + ("DUPLATES", &["duplicates"]), + ("ELEASES", &["releases"]), + ("HEIRARCHAL", &["hierarchical"]), + ("DELIVERMODE", &["deliverymode"]), + ("DEPDENNCIES", &["dependencies"]), + ("COMPENSANTION", &["compensation"]), + ("ENVIROIMENT", &["environment"]), + ("LEGTH", &["length"]), + ("ACTUELL", &["actual"]), + ("TIMEMOUT", &["timeout"]), + ("SOEM", &["some"]), + ("SUPPORTIN", &["supporting"]), + ("GERNERATED", &["generated"]), + ("SKATEBOAD", &["skateboard"]), + ("PENITUM", &["pentium"]), + ("SYMOBLICALLY", &["symbolically"]), + ("UNEXPETEDLY", &["unexpectedly"]), + ("SANBOX", &["sandbox"]), + ("EARPEICE", &["earpiece"]), + ("CONTROLEURS", &["controllers"]), + ("PROPOGATES", &["propagates"]), + ("ATTIDUTE", &["attitude"]), + ("ANSWHARING", &["answering"]), + ("REFRENCING", &["referencing"]), + ("HIGHLIGTS", &["highlights"]), + ("PROTOCLS", &["protocols"]), + ("DRECTION", &["direction"]), + ("DOCUMENTAITON", &["documentation"]), + ("CRUCIALY", &["crucially"]), + ("INSTANTANEU", &["instantaneous"]), + ("VALSUES", &["values"]), + ("ALGORHYTM", &["algorithm"]), + ("REQUET", &["request"]), + ("VISUABIZES", &["visualizes"]), + ("PYSCHEDELICS", &["psychedelics"]), + ("UNREIGSTERING", &["unregistering"]), + ("DIAGONSE", &["diagnose"]), + ("PROMITIVES", &["primitives"]), + ("ENVOKED", &["evoked", "invoked"]), + ("DISSALLOW", &["disallow"]), + ("LEGT", &["left", "legit"]), + ("COMMODOTIES", &["commodities"]), + ("REISTER", &["register"]), + ("IBJECTS", &["objects"]), + ("IMPLEMTATION", &["implementation"]), + ("CORRESPINDING", &["corresponding"]), + ("DISADVANDAGE", &["disadvantaged"]), + ("RELAIMED", &["reclaimed"]), + ("SACARIN", &["saccharin"]), + ("MODIFDY", &["modify"]), + ("ATTTRIBUTES", &["attributes"]), + ("EXPERIMETNAL", &["experimental"]), + ("SPECIALICED", &["specialized", "specialised"]), + ("PRESERVARE", &["preserve"]), + ("EXECEPT", &["except"]), + ("DISSIMLIAR", &["dissimilar"]), + ("SYNCRONISING", &["synchronising"]), + ("REPRESENTION", &["representing", "representation"]), + ("DISSAPERS", &["disappears"]), + ("NAYBHORLY", &["neighborly"]), + ("CORRECLTY", &["correctly"]), + ("PRACTITIONNER", &["practitioner"]), + ("VACINE", &["vaccine"]), + ("PROFITABILTY", &["profitability"]), + ("COLLEGUES", &["colleagues"]), + ("GENITALIAS", &["genitals"]), + ("COMBINATINS", &["combinations"]), + ("THIRLDY", &["thirdly"]), + ("REALLOCAITONS", &["reallocations"]), + ("WHOLY", &["wholly", "holy"]), + ("AMERLIORATOR", &["ameliorator"]), + ("ROPEAT", &["repeat"]), + ("ANALYZATOR", &["analyzer"]), + ("SIDDE", &["side"]), + ("MAINTANED", &["maintained"]), + ("ASPERGERERS", &["aspergers"]), + ("RELENTLESSELY", &["relentlessly"]), + ("DYNMAICALLY", &["dynamically"]), + ("COEXINST", &["coexist"]), + ("SUPERVISORAS", &["supervisors"]), + ("MECHANIMS", &["mechanism", "mechanisms"]), + ("DRACUAL", &["dracula"]), + ("RESTESTING", &["retesting"]), + ("AWNSERS", &["answers"]), + ("CICRLE", &["circle"]), + ("HOMESEXUALITY", &["homosexuality"]), + ("CONTEXTOS", &["contexts"]), + ("VICTOIRES", &["victories"]), + ("CARLOINA", &["carolina"]), + ("ALREADLY", &["already"]), + ("UPSTARIS", &["upstairs"]), + ("IDENTIIES", &["identities"]), + ("DIRECTIONA", &["directional", "directions"]), + ("OPTIMIZAIONS", &["optimizations"]), + ("SUBORUTINE", &["subroutine"]), + ("TERMNIATED", &["terminated"]), + ("SPECTACULALRY", &["spectacularly"]), + ("LAYOU", &["layout"]), + ("APLHA", &["alpha"]), + ("NODEL", &["model", "nodal"]), + ("UNSUCESSFUALLY", &["unsuccessfully"]), + ("VULNERABLITIES", &["vulnerabilities"]), + ("VERTIGRO", &["vertigo"]), + ("COPILER", &["compiler"]), + ("TRUNCTATE", &["truncate"]), + ("OMLETS", &["omelets"]), + ("PLATFLORM", &["platform"]), + ("PROMOTS", &["promotes"]), + ("PREPROCES", &["preprocess"]), + ("IMPLMENETAIONS", &["implementations"]), + ("DISTASTFUL", &["distasteful"]), + ("MISCROSOFT", &["microsoft"]), + ("ORKID", &["orchid"]), + ("ENCRYTPTION", &["encryption"]), + ("INSTITUTIONELLA", &["institutional"]), + ("VIWER", &["viewer"]), + ("SEGEMNTATION", &["segmentation"]), + ("MANAFESTATION", &["manifestation"]), + ("FIEW", &["few", "flew"]), + ("DEISGN", &["design"]), + ("NEGATIOTIATIONS", &["negotiations"]), + ("EVERYTHNG", &["everything"]), + ("FOMR", &["from", "form"]), + ("COMMUNIATION", &["communication"]), + ("MAXIMIM", &["maximum"]), + ("BORADCASTING", &["broadcasting"]), + ("NUMBERT", &["number"]), + ("CONSTURCTOR", &["constructor"]), + ("STACIONARY", &["stationary"]), + ("APSARAGUS", &["asparagus"]), + ("COOKOO", &["cuckoo"]), + ("EXCAHNGES", &["exchanges"]), + ("SNIPPETTS", &["snippets"]), + ("SUMMORE", &["summoner"]), + ("COSMETICOS", &["cosmetics"]), + ("PERTUBATES", &["perturbs"]), + ("CONFINGURE", &["configure"]), + ("UNBELIZEABLE", &["unbelievable"]), + ("SUBLASSING", &["subclassing"]), + ("UNEXPECTLY", &["unexpectedly"]), + ("AUTOMAITC", &["automatic"]), + ("DECOMPOSTITION", &["decomposition"]), + ("PHILISOPHICAL", &["philosophical"]), + ("SUBSEQUENLTY", &["subsequently"]), + ("INTEPOLATE", &["interpolate"]), + ("EXCETUTOR", &["executor"]), + ("ARCHITECUTURE", &["architecture"]), + ("QUARTERCASK", &["quarterbacks"]), + ("RECURITMENT", &["recruitment"]), + ("PROPONENTES", &["proponents"]), + ("ABODMEN", &["abdomen"]), + ("SIMPTUMATICALY", &["symptomatically"]), + ("SHARKENING", &["sharpening"]), + ("SUBSCIBE", &["subscribe"]), + ("EXCLIUDED", &["excluded"]), + ("INCOMPETANCE", &["incompetence"]), + ("ANOREXICA", &["anorexia"]), + ("PUBLC", &["public", "pubic"]), + ("REVRIEVED", &["retrieved"]), + ("LANDSCAE", &["landscapes"]), + ("FWIRTE", &["fwrite"]), + ("PIPLINE", &["pipeline"]), + ("LIGITATION", &["litigation"]), + ("INSTALATIONS", &["installations"]), + ("TRANSPORTAR", &["transporter"]), + ("SOUCE", &["source"]), + ("PRUSUIT", &["pursuit"]), + ("BRAODCASTS", &["broadcasts"]), + ("REODER", &["reorder"]), + ("STANDLONE", &["standalone"]), + ("WIEGHTS", &["weights"]), + ("CALSSES", &["classes"]), + ("SKURGED", &["scourged"]), + ("PSCYHOLOGY", &["psychology"]), + ("ASSUALTED", &["assaulted"]), + ("ENHENCEMENTS", &["enhancements"]), + ("COMBAINED", &["combined"]), + ("CONPLETED", &["completed"]), + ("DCOKER", &["docker"]), + ("DIRECTIVOS", &["directions"]), + ("STATEGY", &["strategy"]), + ("BARYCENTIC", &["barycentric"]), + ("FACTORIZAITON", &["factorization"]), + ("COORIDATED", &["coordinated"]), + ("MACCRO", &["macro"]), + ("OPTIMIZIER", &["optimizer"]), + ("CHOLOCATE", &["chocolate"]), + ("TEXXT", &["text"]), + ("SERREBRAL", &["cerebral"]), + ("PROFILEES", &["profiles"]), + ("TRUGGED", &["trudged", "tugged"]), + ("NUTRITIOS", &["nutritious"]), + ("TREW", &["threw", "true"]), + ("REPRESEND", &["represented", "represent"]), + ("FILESYSEMS", &["filesystems"]), + ("COMPLEXETY", &["complexity"]), + ("FABILITY", &["facility"]), + ("ACCELERATOIN", &["acceleration"]), + ("FAILTURE", &["failure"]), + ("SOMETHINKG", &["somethings"]), + ("EXORESSUIN", &["expression"]), + ("TACITCALLY", &["tactically"]), + ("MISUNDERSTAMDING", &["misunderstandings"]), + ("STARTNG", &["starting"]), + ("FUNCTIONABILITY", &["functionality"]), + ("CHRSITMAS", &["christmas"]), + ("CONSCTRUCTION", &["construction"]), + ("PRINCESAS", &["princess"]), + ("TRANITION", &["transition"]), + ("NAPOMMING", &["napalming"]), + ("APPEREANCES", &["appearances"]), + ("ENCAPUSLATES", &["encapsulates"]), + ("INVAID", &["invalid"]), + ("PRVIOUS", &["previous"]), + ("GENUINLY", &["genuinely"]), + ("HEIRARCHIC", &["hierarchic"]), + ("CAPUTRES", &["captures"]), + ("OTHERWUISE", &["otherwise"]), + ("IDENTFIER", &["identifier"]), + ("DEVELOPMENTWISE", &["developments"]), + ("ACCHIEVEABLE", &["achievable"]), + ("EXECEEDED", &["exceeded"]), + ("ARRANGEMENETS", &["arrangements"]), + ("TECHICIANS", &["technicians"]), + ("ADOLESCANCE", &["adolescence"]), + ("PANETHON", &["pantheon"]), + ("CREDNETIALS", &["credentials"]), + ("TEMPERATUUR", &["temperature"]), + ("CONNCTED", &["connected"]), + ("TRANSFFERED", &["transferred"]), + ("DESTINATATION", &["destination"]), + ("UNVERFIED", &["unverified"]), + ("ALLONE", &["alone"]), + ("ADTODETECT", &["autodetect"]), + ("STAITION", &["station"]), + ("IMPLEMENTATES", &["implements"]), + ("HYOPCRITE", &["hypocrite"]), + ("INNOCUOS", &["innocuous"]), + ("DISTTRIBUTED", &["distributed"]), + ("DETERMIENS", &["determines"]), + ("COLSED", &["closed"]), + ("ZAELOTS", &["zealots"]), + ("TARGETTED", &["targeted"]), + ("UNFORTUNAT", &["unfortunate"]), + ("AVANCING", &["advancing"]), + ("SYNDONIC", &["syntonic"]), + ("SPEFIICALLY", &["specifically"]), + ("PALID", &["plaid", "pallid"]), + ("FRIEDNSHIP", &["friendships"]), + ("DISRESEPCTING", &["disrespecting"]), + ("UNDERBAKER", &["undertaker"]), + ("ALTHOGUH", &["although"]), + ("LIGHTNIGN", &["lightning"]), + ("DEPRESSIEF", &["depressive"]), + ("ACCEPPT", &["accept"]), + ("MISTERIOUSLY", &["mysteriously"]), + ("ALGORORITHMICALLY", &["algorithmically"]), + ("CIRITCALS", &["criticals"]), + ("ESSENTIALL", &["essential", "essentially"]), + ("PREMANENTLY", &["permanently"]), + ("NUTURING", &["nurturing"]), + ("ENGAGEMNTS", &["engagements"]), + ("DESLECTED", &["deselected"]), + ("SILDERS", &["sliders"]), + ("SPECIALIZATE", &["specialize"]), + ("DIRECTPRY", &["directory"]), + ("CORRESPONT", &["correspond"]), + ("WAYOINTS", &["waypoints"]), + ("OPERATIVNE", &["operative"]), + ("SURVIVOUR", &["survivor"]), + ("CARDIOVASCULAIRES", &["cardiovascular"]), + ("RESOOURCE", &["resource"]), + ("CONNECTPRO", &["connector"]), + ("GERAT", &["great"]), + ("CUSTOISABLE", &["customisable"]), + ("COALAESCED", &["coalesced"]), + ("CONVET", &["convert"]), + ("GENERATON", &["generation", "generator"]), + ("SLECTED", &["selected"]), + ("FREQUANTLY", &["frequently"]), + ("CONSQEUENCES", &["consequence"]), + ("TEMPORARALY", &["temporarily"]), + ("LEIGONS", &["legions"]), + ("CARIMONY", &["ceremony"]), + ("INSTSALL", &["install"]), + ("RESONS", &["reasons"]), + ("DUPILCATES", &["duplicates"]), + ("OVERWHEMED", &["overwhelmed"]), + ("ELECTICAL", &["electrical"]), + ("DEFAULED", &["default", "defaulted"]), + ("RESPONDIS", &["responds"]), + ("INTERECPTOR", &["interceptor"]), + ("BENGHAZZI", &["benghazi"]), + ("PRESUADE", &["persuade"]), + ("GIMMICKEY", &["gimmicky"]), + ("RESEMEBLING", &["resembling"]), + ("COUNTERPRODUTIVE", &["counterproductive"]), + ("AVDISORIES", &["advisories"]), + ("BACKLGHTS", &["backlights"]), + ("REFERAL", &["referral"]), + ("INTESTINOS", &["intestines"]), + ("INTROVERSO", &["introverts"]), + ("ALTERNATLY", &["alternately"]), + ("SICINCT", &["succinct"]), + ("REPRESENTACIONES", &["representations"]), + ("IDEALY", &["ideally"]), + ("DEAULT", &["default"]), + ("REGURAL", &["regular"]), + ("UNCERTAINITIES", &["uncertainties"]), + ("OPORTUNITY", &["opportunity"]), + ("DEFINITAVELY", &["definitively"]), + ("UTILIIES", &["utilities"]), + ("COSTOMIZABLE", &["customizable"]), + ("STRUTTURE", &["structure"]), + ("EXCEDDING", &["exceeding"]), + ("PROPONENETS", &["proponents"]), + ("MAESURING", &["measuring"]), + ("TYOU", &["you"]), + ("HYPOCRICY", &["hypocrisy"]), + ("HEIGHER", &["higher"]), + ("SOCIOPATI", &["sociopathic"]), + ("INQUIRIY", &["inquiry"]), + ("SOFMORE", &["sophomore"]), + ("MINIMALISITY", &["minimalist"]), + ("BROSWER", &["browser"]), + ("ADVANTAGOUS", &["advantageous"]), + ("NATIONALIS", &["nationals"]), + ("ELCIPSE", &["eclipse"]), + ("VERSINOS", &["versions"]), + ("CHERNOYBL", &["chernobyl"]), + ("REIMPLEMENET", &["reimplement"]), + ("INELLIGIBLE", &["ineligible"]), + ("ROBOCOUP", &["robocop"]), + ("KNARL", &["gnarl"]), + ("GUATAMALAN", &["guatemalan"]), + ("GIRAFFFE", &["giraffe"]), + ("SUPORTING", &["supporting"]), + ("COMPLANIED", &["complained"]), + ("ENULATION", &["emulation"]), + ("EEJUS", &["aegis"]), + ("RESTOREING", &["restoring"]), + ("FOLOWWED", &["followed"]), + ("CONSTITUIONAL", &["constitutional"]), + ("MAKSE", &["makes", "masks"]), + ("BRAZILLIAN", &["brazilian"]), + ("VULNERABILILITY", &["vulnerability"]), + ("OPTIMIATION", &["optimization", "optimisation"]), + ("BUTTOMS", &["buttons", "bottom"]), + ("ACIDENTS", &["accidents"]), + ("SPEFICER", &["specifier"]), + ("SILOUETED", &["silhouetted"]), + ("MANIPULACION", &["manipulation"]), + ("HASHI", &["hash"]), + ("NEGLIGABLE", &["negligible"]), + ("SPEFICILLIES", &["specifies"]), + ("CONNNECTS", &["connects"]), + ("MIRORS", &["mirrors", "minors"]), + ("PROMOTINAL", &["promotional"]), + ("BUFEFR", &["buffer"]), + ("OGRANISATION", &["organisation"]), + ("CONSNTANTLY", &["constantly"]), + ("PARRALEL", &["parallel"]), + ("PSYCHOPATHISCHE", &["psychopathic"]), + ("SHEPEREDLY", &["shepherdly"]), + ("FOLLWIN", &["following"]), + ("CAHCED", &["cached"]), + ("ASSOCIATIO", &["association"]), + ("LARINX", &["larynx"]), + ("OUTPUSTS", &["outputs"]), + ("DESCIMINATE", &["discriminate", "disseminate", "decimate"]), + ("FLOURSIH", &["flourish"]), + ("PROFESSIONNALISM", &["professionalism"]), + ("IDENTIFIERAS", &["identifies"]), + ("EAZIER", &["easier"]), + ("OFER", &["offer"]), + ("EXTREMELEY", &["extremely"]), + ("VERSATILTY", &["versatility"]), + ("UPSTEAMER", &["upstreamer"]), + ("COMMEMMORATE", &["commemorate"]), + ("SPRUIOUS", &["spurious"]), + ("COMMANDIS", &["commands"]), + ("DYSPOHRIA", &["dysphoria"]), + ("SOTFWARE", &["software"]), + ("ENHANCD", &["enhanced"]), + ("ANONTHER", &["another"]), + ("CHECKSUMING", &["checksumming"]), + ("CABNETS", &["cabinets"]), + ("AQQUAINTANCES", &["acquaintances"]), + ("CONSTRUDE", &["construed"]), + ("CARREFULL", &["careful"]), + ("CERTIFACTE", &["certificate"]), + ("EXPLOSSION", &["explosions"]), + ("LEGITIMANCY", &["legitimacy"]), + ("PARALLELES", &["parallels"]), + ("RETRURNS", &["returns"]), + ("AMBLUANCE", &["ambulance"]), + ("PATICULARLY", &["particularly"]), + ("MDOELLING", &["modelling"]), + ("NORMALY", &["normally"]), + ("PROGATONISTS", &["protagonists"]), + ("PERFOMEAMCE", &["performance"]), + ("TRANSVORMATION", &["transformation"]), + ("DOWNGADE", &["downgrade"]), + ("PRONUNTIATION", &["pronunciation"]), + ("REAPEATED", &["repeated"]), + ("DESPLAYED", &["displayed"]), + ("PREDOMINENTLY", &["predominantly"]), + ("INUT", &["input"]), + ("VISIBLITY", &["visibility"]), + ("ALRINGTON", &["arlington"]), + ("CURSOS", &["cursors", "cursor"]), + ("EMIPRES", &["empires"]), + ("DEOCDE", &["decode"]), + ("SCALALE", &["scalable"]), + ("PORTRAS", &["portrays"]), + ("VISIBILE", &["visible"]), + ("PURGEST", &["purges"]), + ("TRIOLOGY", &["trilogy"]), + ("CONTINIUTY", &["continuity"]), + ("CONAIN", &["contain"]), + ("CACLUATED", &["calculated"]), + ("UNILATREAL", &["unilateral"]), + ("SUMAMRIZE", &["summarize"]), + ("INOQUOUS", &["innocuous"]), + ("PARSIALLY", &["partially"]), + ("PRESISTENTLY", &["persistently"]), + ("SIRINGE", &["syringe"]), + ("PERFORS", &["performs"]), + ("SCINECE", &["science"]), + ("GAURENTEE", &["guarantee"]), + ("RENDEREING", &["rendering"]), + ("PARTAINING", &["pertaining"]), + ("MISTANKELY", &["mistakenly"]), + ("PREVERT", &["pervert"]), + ("MANAGETS", &["managers"]), + ("APPARANTELY", &["apparently"]), + ("SURREPETITIOUS", &["surreptitious"]), + ("NEGOTIONATORS", &["negotiators"]), + ("DSYPHORIA", &["dysphoria"]), + ("NANOSENCOND", &["nanosecond"]), + ("WIIL", &["will"]), + ("COMMITTY", &["committee"]), + ("AGRGUMENT", &["argument"]), + ("DIFFERENATIATE", &["differentiate"]), + ("MORNIG", &["morning"]), + ("COURTESTY", &["courtesy"]), + ("ERRORRS", &["errors"]), + ("NOVEAU", &["nouveau"]), + ("CANNISTER", &["canister"]), + ("DISCIPLINERY", &["disciplinary"]), + ("HELICPOTER", &["helicopter"]), + ("UNRESPONSIVNESS", &["unresponsive"]), + ("INSENSITIVY", &["insensitivity"]), + ("DERIVITAVES", &["derivatives"]), + ("INITILIZATION", &["initialization"]), + ("REPOSTIG", &["reposting"]), + ("CONVORSATION", &["conversation"]), + ("SUPOPRT", &["support"]), + ("INVESTIGARE", &["investigate"]), + ("PLATOFRM", &["platform"]), + ("DISSMISAL", &["dismissal"]), + ("COMANDO", &["commando"]), + ("PARSIAL", &["partial"]), + ("NUATILUS", &["nautilus"]), + ("MISELLANEOUSLY", &["miscellaneously"]), + ("APHABETICAL", &["alphabetical"]), + ("HAPPLIY", &["happily"]), + ("RESORCING", &["resourcing"]), + ("IVOCATION", &["invocation"]), + ("SUBSTITUION", &["substitution"]), + ("HAORDER", &["hoarder"]), + ("INDISTUINGISHABLE", &["indistinguishable"]), + ("COMPAIBILITY", &["compatibility"]), + ("DELETEING", &["deleting"]), + ("REACAHBLE", &["reachable"]), + ("DISSPAOINTED", &["disappointed"]), + ("VEGETERIANS", &["vegetarians"]), + ("DINOSAURUS", &["dinosaurs"]), + ("UPSTREEMS", &["upstreams"]), + ("ASSASSINATIN", &["assassination"]), + ("PRECISLEY", &["precisely"]), + ("FRAMETYP", &["frametype"]), + ("BLUTOOTH", &["bluetooth"]), + ("SHS", &["nhs", "ssh"]), + ("AGRICULTERAL", &["agricultural"]), + ("REINFORCEMT", &["reinforcement"]), + ("CAPAACITY", &["capacity"]), + ("DOMIAN", &["domain"]), + ("COEFFICIANT", &["coefficient"]), + ("EXPEMTION", &["exemption"]), + ("VARIANTES", &["variants"]), + ("LUCKLIY", &["luckily"]), + ("BLATENTLY", &["blatantly"]), + ("INDICATO", &["indication"]), + ("SQUIRRELUS", &["squirrels"]), + ("CONFIUGRATIONS", &["configurations"]), + ("PPCHECK", &["cppcheck"]), + ("ADDICTES", &["addicts"]), + ("WALLPAPES", &["wallpapers"]), + ("SUSPICOUSLY", &["suspiciously"]), + ("INFORMAS", &["informs"]), + ("REGULARLLY", &["regularly"]), + ("ESCATED", &["escalated", "escaped"]), + ("OUURS", &["ours"]), + ("EMODIFYING", &["modifying"]), + ("CONTRACTO", &["contraction"]), + ("ACCODRED", &["accorded"]), + ("REASERCHERS", &["researchers"]), + ("CORERCTLY", &["correctly"]), + ("MOVEMMENTS", &["movements"]), + ("EGOTISITCAL", &["egotistical"]), + ("EFFICIANCY", &["efficiency"]), + ("OPTIMIZAING", &["optimizing"]), + ("RUNTINE", &["runtime", "routine"]), + ("ANARCHIT", &["anarchist"]), + ("STRAWBARRY", &["strawberry"]), + ("DIMENTIONS", &["dimensions"]), + ("PROLETERIAT", &["proletariat"]), + ("BUBBELS", &["bubbles"]), + ("INTRACICIES", &["intricacies"]), + ("ORIENTNED", &["oriented"]), + ("EMABAROGED", &["embargoed"]), + ("TERMINOLGY", &["terminology"]), + ("HAPPENEND", &["happened"]), + ("DEVELLOPMENT", &["development"]), + ("BIGTOED", &["bigoted"]), + ("ABORIGENAL", &["aboriginal"]), + ("COPRORATES", &["corporates"]), + ("UNREASONAL", &["unreasonably"]), + ("INAPPROPRAITELY", &["inappropriately"]), + ("INIDICATIONS", &["indications"]), + ("INTERRIM", &["interim"]), + ("EXPIRENCE", &["experience"]), + ("MAMENTOS", &["mementos"]), + ("RESTRUCTRE", &["restructure"]), + ("EXCLEMATION", &["exclamation"]), + ("YUOR", &["your"]), + ("AGGRESSIVO", &["aggression"]), + ("DECLATAIONS", &["declarations"]), + ("SPEFIFIFER", &["specifier"]), + ("CONSTRUCTIONG", &["constructing", "construction"]), + ("BELEIVING", &["believing"]), + ("CHARACTERITISC", &["characteristic"]), + ("COMMANDMANTS", &["commandments"]), + ("ANTRIPANEWER", &["entrepreneur"]), + ("NONINITAL", &["noninitial"]), + ("UGPRADES", &["upgrades"]), + ("MENTIONG", &["mentioning"]), + ("REINTIALIZE", &["reinitialize"]), + ("BTICHES", &["bitches"]), + ("ALIGINING", &["aligning"]), + ("BELLWEATHER", &["bellwether"]), + ("PAOITION", &["position"]), + ("WENDSAY", &["wednesday"]), + ("ACADEMIS", &["academics"]), + ("GURANTEED", &["guaranteed"]), + ("CARACTERISTIC", &["characteristic"]), + ("AUTHORATITIVE", &["authoritative"]), + ("DIRECTIORIES", &["directories"]), + ("CONSUMATION", &["consumption", "consummation"]), + ("ENCLOUSRE", &["enclosure"]), + ("DEFICIENIES", &["deficiencies"]), + ("DEFIANTLEY", &["definitely"]), + ("CONCELED", &["concede"]), + ("EMAL", &["email"]), + ("REMOTELLY", &["remotely"]), + ("REVEIWER", &["reviewer"]), + ("AUTHERIZE", &["authorize"]), + ("PRECEISION", &["precision"]), + ("EQUIVALALENT", &["equivalent"]), + ("ONGING", &["ongoing"]), + ("INVALIDTING", &["invalidating"]), + ("FYOU", &["you"]), + ("IMPLEMATAIONS", &["implementations"]), + ("STRUCTRES", &["structures"]), + ("SLDIERS", &["sliders"]), + ("CONTOLLER", &["controller"]), + ("ARBTIRARY", &["arbitrary"]), + ("NOMINATINO", &["nominations"]), + ("REFERENDOM", &["referendum"]), + ("CONRTIBS", &["contribs"]), + ("DENOMITATOR", &["denominator"]), + ("RIGHTIOUSNESS", &["righteousness"]), + ("FORMUALE", &["formulae"]), + ("EXPCEPTION", &["exception"]), + ("LEGALIZACION", &["legalization"]), + ("TURNTABE", &["turntable"]), + ("TEMLATE", &["template"]), + ("PERSETS", &["presets"]), + ("QUINESSENTIAL", &["quintessential"]), + ("REUQIREMENT", &["requirement"]), + ("SPINDREL", &["spindle"]), + ("MONTANIA", &["montana"]), + ("UNCONDISIONALY", &["unconditionally"]), + ("ACCOMONDATE", &["accommodate"]), + ("ETENDERS", &["extenders", "attenders"]), + ("ASSMUMING", &["assuming"]), + ("CAPITULO", &["capitol"]), + ("ATRIBS", &["attribs"]), + ("SYNTATICALLY", &["syntactically"]), + ("FOUNTIAN", &["fountain"]), + ("OPTIMISITC", &["optimistic"]), + ("COMPARISN", &["comparisons", "comparison"]), + ("TERMPORARY", &["temporary"]), + ("ANDROGENOUS", &["androgynous"]), + ("PROPROABLY", &["probably"]), + ("SOCREBOARD", &["scoreboard"]), + ("MASSACHSUETTS", &["massachusetts"]), + ("LICSENSE", &["license"]), + ("EMPAHSIZING", &["emphasizing"]), + ("DEFISHANTLY", &["deficiently"]), + ("QUERYINTERACE", &["queryinterface"]), + ("STRECTCH", &["stretch"]), + ("YOUSEFF", &["yousef", "yourself"]), + ("WHIC", &["which"]), + ("TETXTURE", &["texture"]), + ("INVALAID", &["invalid"]), + ("OCCURES", &["occurs"]), + ("BORDLERANDS", &["borderlands"]), + ("CHIRSTIANS", &["christians"]), + ("PERMESSIONS", &["permissions"]), + ("CHNANGED", &["changed"]), + ("EXSITS", &["exists", "exist"]), + ("BENEFITIAL", &["beneficial"]), + ("EQUEST", &["request"]), + ("SCENARIOES", &["scenarios"]), + ("INTERIOARA", &["interior"]), + ("HANDEDLLY", &["handedly"]), + ("CABIENTS", &["cabinets"]), + ("AMEELIARATIVE", &["ameliorative"]), + ("DAWRVES", &["dwarves"]), + ("DECCELERATES", &["decelerates"]), + ("NEIGHBOURHOUDS", &["neighbourhoods"]), + ("PROIVDE", &["provide"]), + ("RATHAR", &["rather"]), + ("REVELAITONS", &["revelations"]), + ("DESKTIOP", &["desktop"]), + ("OJEKTS", &["objects"]), + ("PARADIM", &["paradigm"]), + ("DEALLOCAED", &["deallocated"]), + ("DPUBLES", &["doubles"]), + ("VERASTILITY", &["versatility"]), + ("CLOESD", &["closed"]), + ("EXPCETED", &["expected"]), + ("DIFFRENT", &["different"]), + ("EXPLICATIA", &["explicit"]), + ("SYTACTICAL", &["syntactical"]), + ("CONVENIANTLY", &["conveniently"]), + ("DEFAINTLY", &["defiantly"]), + ("HYBERNATE", &["hibernate"]), + ("PHILOSPOHICAL", &["philosophical"]), + ("REPATITION", &["repetition", "repartition"]), + ("PACKGES", &["packages"]), + ("ATTCHED", &["attached"]), + ("IOMAPED", &["iomapped"]), + ("MAAKE", &["make"]), + ("INTEPRETER", &["interpreter"]), + ("COMPLIMENTERY", &["complimentary"]), + ("INCONVINIENCY", &["inconvenience"]), + ("REARRANGTE", &["rearrange"]), + ("EXECUSION", &["execution"]), + ("DESSICATE", &["desiccate"]), + ("TEMPRAY", &["temporary"]), + ("IDEAD", &["idea", "ideas", "ideal", "dead"]), + ("COMPLETLEY", &["completely"]), + ("ADIVSER", &["adviser"]), + ("DISCORUAGE", &["discourages"]), + ("PARFAY", &["parfait"]), + ("SPECIYFYING", &["specifying"]), + ("ABSTININCE", &["abstinence"]), + ("LUANCHED", &["launched"]), + ("PARTIULA", &["particular"]), + ("TOGTHER", &["together"]), + ("EXEUCTION", &["execution"]), + ("MODIFIFIED", &["modified"]), + ("PERFIX", &["prefix"]), + ("APPROXIAMTELY", &["approximately"]), + ("DEVINCE", &["device"]), + ("CIMETRICLLY", &["symmetrically"]), + ("POPOULATION", &["population"]), + ("PRIVATIZIED", &["privatized"]), + ("EVLOVED", &["evolved"]), + ("PREDITABLE", &["predictable"]), + ("INDICATIE", &["indicative"]), + ("PARTICIPATIVO", &["participation"]), + ("PRODUSES", &["produces"]), + ("ACKNWOLEDGE", &["acknowledges"]), + ("ALLERGISCH", &["allergic"]), + ("CONTEXTES", &["contexts"]), + ("ENXT", &["next"]), + ("EXCECPT", &["except"]), + ("ISUSES", &["issues"]), + ("DEVELOPMETNS", &["developments"]), + ("NEGOTICATION", &["negotiation"]), + ("NEIGHBEURHOOR", &["neighbour"]), + ("TROGLODITISM", &["troglodytism"]), + ("ENLSAVE", &["enslave"]), + ("BETALES", &["beatles"]), + ("INVERION", &["inversion"]), + ("REPLICAIING", &["replicating"]), + ("ELECTRONIK", &["election"]), + ("EXAGERRATES", &["exaggerates"]), + ("ITERACT", &["interact"]), + ("PREPPENT", &["prepend", "preprent"]), + ("SUPLLEMENTAL", &["supplemental"]), + ("DELARACTION", &["declaration"]), + ("NUMNBERED", &["numbered"]), + ("DECRPTION", &["decryption"]), + ("BLACKHWAKS", &["blackhawks"]), + ("NUMMERICAL", &["numerical"]), + ("RECORVERY", &["recovery"]), + ("COINDICE", &["coincide"]), + ("INSERTINO", &["inserting"]), + ("ASSOCIAITON", &["associations"]), + ("HANNBIAL", &["hannibal"]), + ("HELFUL", &["helpful"]), + ("AARE", &["are"]), + ("INCREDIBLEY", &["incredibly"]), + ("NUTRUTIONAL", &["nutritional"]), + ("VOLENTEERS", &["volunteers"]), + ("DECSEND", &["descend"]), + ("RELFECT", &["reflect"]), + ("DECLERATION", &["declaration"]), + ("EXCEDDED", &["exceeded"]), + ("FULE", &["file"]), + ("SIMLIARLY", &["similarly"]), + ("MARGINIS", &["margins"]), + ("PSYCHIATIST", &["psychiatrist"]), + ("GRANULATITY", &["granularity"]), + ("SUSCEDES", &["secedes", "succeeds"]), + ("CANONALIZING", &["canonicalizing"]), + ("COLMNS", &["columns"]), + ("CLEVERY", &["cleverly"]), + ("MUTLIVERSE", &["multiverse"]), + ("ARBITRARILIY", &["arbitrarily"]), + ("EXPERTAS", &["experts"]), + ("SERAILSED", &["serialised"]), + ("LISCENCE", &["licence"]), + ("ARBIBTRARILY", &["arbitrarily"]), + ("LITERARELY", &["literary"]), + ("OPERATIONE", &["operation"]), + ("WROKLOAD", &["workload"]), + ("DOWNVOTEES", &["downvoters"]), + ("MILKTOAST", &["milquetoast"]), + ("ALLRIGHT", &["alright"]), + ("NECESARRILY", &["necessarily"]), + ("DEPENCIES", &["dependencies"]), + ("PROCEEDES", &["proceeds"]), + ("STRTING", &["string"]), + ("FORTAT", &["format"]), + ("CIPHR", &["cipher"]), + ("ANGSHUSNESS", &["anxiousness"]), + ("ATHLETICISIM", &["athleticism"]), + ("VOLUEM", &["volume"]), + ("APPOINTEMENT", &["appointment"]), + ("MILTILINE", &["multiline"]), + ("FORCABLY", &["forcibly"]), + ("FLCIKER", &["flicker"]), + ("SEQUENCIALLY", &["sequentially"]), + ("ALLCOMMNADS", &["allcommands"]), + ("ENGLSIH", &["english"]), + ("STIRKER", &["striker"]), + ("PORVING", &["proving"]), + ("MATSER", &["master"]), + ("EXPLAINES", &["explains"]), + ("COALESE", &["coalesce"]), + ("DENUMENATOR", &["denominator"]), + ("INTROSPECTIVO", &["introspection"]), + ("BLOCKCAHIN", &["blockchain"]), + ("ASSIGNMET", &["assignment"]), + ("CONNECTO", &["connect"]), + ("EXCPECT", &["expect"]), + ("DISSAPPEAR", &["disappear"]), + ("ANSD", &["and"]), + ("CHOCOLET", &["chocolates"]), + ("SUFFISTICATED", &["sophisticated"]), + ("EXCHNGD", &["exchanged"]), + ("NATIONALIY", &["nationality"]), + ("OFFICEAL", &["official"]), + ("INTEGRETY", &["integrity"]), + ("CONSTRUCTO", &["construction"]), + ("PROTECTRON", &["protection"]), + ("OVERHWELMING", &["overwhelming"]), + ("LIKELLY", &["likely"]), + ("OVERWELMED", &["overwhelmed"]), + ("BEYONCYE", &["beyonce"]), + ("CCAHE", &["cache"]), + ("PPOLYGONS", &["polygons"]), + ("THERAPAUTIC", &["therapeutic"]), + ("COMPOLSORY", &["compulsory"]), + ("BARABRIAN", &["barbarian"]), + ("SPECIFRIED", &["specified"]), + ("PHILIPPINOES", &["philippines"]), + ("SUPERCEDE", &["supersede"]), + ("TARCE", &["trace"]), + ("RESPONSIBILE", &["responsible"]), + ("EXTENDES", &["extends"]), + ("SPEFICIALLEID", &["specified"]), + ("SANDARD", &["standard"]), + ("OBHECTIFYING", &["objectifying"]), + ("SCOTTISCH", &["scottish"]), + ("WARDOBE", &["wardrobe"]), + ("PYSICALLY", &["physically"]), + ("COMMPRESSED", &["compressed"]), + ("COMPLILE", &["compile"]), + ("PORVE", &["prove"]), + ("MINSICULE", &["miniscule"]), + ("FUNDEMANTAL", &["fundamental"]), + ("NUTRAL", &["neutral"]), + ("INQUISISTOR", &["inquisitor"]), + ("OSTRICIZED", &["ostracized"]), + ("OVERPAD", &["overpaid"]), + ("IMPELEMENT", &["implement"]), + ("ALGOIRTHMICALLY", &["algorithmically"]), + ("DEAMONISED", &["daemonised"]), + ("VULBERBUILITIES", &["vulnerabilities"]), + ("PROABALY", &["probably"]), + ("CHOCLOATE", &["chocolate"]), + ("RESPONSIBY", &["responsibly"]), + ("EXPETCTED", &["expected"]), + ("VARIFICATION", &["verification"]), + ("NEWMATIC", &["pneumatic"]), + ("POINTZER", &["pointer"]), + ("TRESSPASING", &["trespassing"]), + ("DEAFUALT", &["default"]), + ("BEUTY", &["beauty"]), + ("CONSCIOUNESS", &["consciousness"]), + ("PRESHUSLY", &["preciously"]), + ("HAEV", &["have", "heave"]), + ("SALERY", &["salary"]), + ("RECONENCTED", &["reconnected"]), + ("VARIABES", &["variables"]), + ("RECIVE", &["receive"]), + ("UNSIBSTANTIATED", &["unsubstantiated"]), + ("THEMSLVES", &["themselves"]), + ("SERGENT", &["sergeant"]), + ("CONTRIVERSY", &["controversy"]), + ("SANSITIZERS", &["sanitizers"]), + ("OTAINS", &["obtains"]), + ("SUCCSESFULL", &["successfully"]), + ("INTERACTIOS", &["interacts"]), + ("DERNORMALIZATION", &["denormalization"]), + ("PUBLISHR", &["publisher"]), + ("CIPERS", &["ciphers"]), + ("STANDAR", &["standard"]), + ("BATERIES", &["batteries"]), + ("AUOTATTACK", &["autoattack"]), + ("LOCA", &["local"]), + ("BYPASED", &["bypassed"]), + ("ASSERION", &["assertion"]), + ("VARATIONS", &["variations"]), + ("BILBICAL", &["biblical"]), + ("REINTARNATION", &["reincarnation"]), + ("CONSUMMES", &["consumes"]), + ("CONCIDERS", &["considers"]), + ("JAGWAR", &["jaguar"]), + ("EXTENSIVLY", &["extensively"]), + ("TRANSACTOINS", &["transactions"]), + ("SUGGETSION", &["suggestion"]), + ("SHERLCOK", &["sherlock"]), + ("SYNCHONISING", &["synchronising"]), + ("CONSUMERISIM", &["consumerism"]), + ("PERMISION", &["permission"]), + ("NOTBEOOKS", &["notebooks"]), + ("LOGISTICLY", &["logistical"]), + ("CORREALATION", &["correlation"]), + ("AUTHENITCATING", &["authenticating"]), + ("INTERSECCION", &["intersection"]), + ("WEBSIT", &["website"]), + ("AUTHENENTICATION", &["authentication"]), + ("ALGORHYTHMIC", &["algorithmic"]), + ("EXPERMINENTATIONS", &["experimentations"]), + ("MESAGE", &["message"]), + ("SPRINKLERED", &["sprinkled"]), + ("SCEME", &["scheme", "scene"]), + ("PERFOEMERS", &["performers"]), + ("BENFITS", &["benefits"]), + ("COMPABILLITY", &["compatibility"]), + ("ARCHTITECTURE", &["architecture"]), + ("CONQURED", &["conquered"]), + ("OTU", &["out"]), + ("CATERPILLER", &["caterpillar"]), + ("DECRIBING", &["describing"]), + ("ACCIDENTUALLY", &["accidentally"]), + ("ROUNTINE", &["routine"]), + ("IVOKED", &["invoked"]), + ("DECIEDING", &["deciding"]), + ("SINSITER", &["sinister"]), + ("ARIPORTS", &["airports"]), + ("VECTROR", &["vector"]), + ("CURRRENT", &["current"]), + ("CONFERRENCING", &["conferencing"]), + ("MISUNDERSTADNING", &["misunderstandings"]), + ("EUIVALENT", &["equivalent"]), + ("PRIVISIONS", &["provisions"]), + ("CONCSIOUSNESS", &["consciousness"]), + ("SENTINCING", &["sentencing"]), + ("OHERWISE", &["otherwise"]), + ("NTO", &["not"]), + ("ILLISTRATE", &["illiterate", "illustrate"]), + ("COMBININING", &["combining"]), + ("ALGOTIHMS", &["algorithms"]), + ("REGUALTIONS", &["regulations"]), + ("MESSAIH", &["messiah"]), + ("SINATURE", &["signature"]), + ("DEFLACTION", &["deflection"]), + ("SEPEATORS", &["separators"]), + ("JACKSONVILE", &["jacksonville"]), + ("ESIEST", &["easiest"]), + ("FEATUR", &["feature"]), + ("SPCECIFIED", &["specified"]), + ("MASTURBATEING", &["masturbating"]), + ("NEIGHBHORHOOD", &["neighborhood"]), + ("CONTAININ", &["containing"]), + ("LEGENDARISK", &["legendaries"]), + ("PATROITIC", &["patriotic"]), + ("OPTIO", &["option"]), + ("COALASES", &["coalesces"]), + ("FINXED", &["fixed"]), + ("ENDEVERED", &["endeavored"]), + ("PERFORMA", &["performs"]), + ("DOCMUNETS", &["documents"]), + ("UPDDATED", &["updated"]), + ("MELINEUM", &["millennium"]), + ("SOLARMUTX", &["solarmutex"]), + ("EQUIVQLENT", &["equivalent"]), + ("DISCIPLINERA", &["disciplinary"]), + ("NESCESSARILY", &["necessarily"]), + ("DERICED", &["derived"]), + ("OCCOURING", &["occurring"]), + ("OPINONS", &["opinions"]), + ("BELLIGERANTE", &["belligerent"]), + ("SYNTEHSISE", &["synthesise"]), + ("POISTIONED", &["positioned"]), + ("OTHERSIE", &["otherwise"]), + ("MODIRATION", &["moderation"]), + ("PRIMIVE", &["primitive"]), + ("MENUE", &["menu"]), + ("FRODAY", &["friday"]), + ("FRONTENTS", &["frontends"]), + ("PUBLISHOR", &["publisher"]), + ("EXECUNE", &["execute"]), + ("CONECCTED", &["connected"]), + ("HIERARCHICHALLY", &["hierarchically"]), + ("DISPROPORTIANTELY", &["disproportionately"]), + ("ENGRAMES", &["engrams"]), + ("ERESTED", &["arrested", "erected"]), + ("DEPENDENCEY", &["dependency"]), + ("ENDUCE", &["induce"]), + ("UBIQUOTOUS", &["ubiquitous"]), + ("STRAIND", &["strained"]), + ("ASSOCIATO", &["association"]), + ("NOTEABLY", &["notably"]), + ("EXECUBALE", &["executable"]), + ("DELEGATIVE", &["delegate"]), + ("GLOABAL", &["global"]), + ("SATISIFES", &["satisfies"]), + ("EXECECUTABLE", &["executable"]), + ("JURNIED", &["journeyed"]), + ("MINUSCLE", &["minuscule"]), + ("PALTFORMS", &["platforms"]), + ("EMINATED", &["emanated"]), + ("SOCAILISTS", &["socialists"]), + ("ATHELETES", &["athletes"]), + ("PACHES", &["patches"]), + ("NEIGHBARHOOD", &["neighborhood"]), + ("UNINITALISE", &["uninitialise"]), + ("DISCUUSION", &["discussion"]), + ("ENVIROMNENTS", &["environments"]), + ("APPROCHED", &["approached"]), + ("ENVIOREMENTS", &["environments"]), + ("LERNED", &["learned", "leaned"]), + ("ESSEINTIALLY", &["essentially"]), + ("MINUSCULY", &["minusculely", "minuscule"]), + ("BREASTTAKING", &["breathtaking"]), + ("EFFICIENTCY", &["efficiently"]), + ("REFECTED", &["reflected"]), + ("REPECTING", &["respecting"]), + ("ASCNEDING", &["ascending"]), + ("JOURNALISTC", &["journalistic"]), + ("CLOUMN", &["column"]), + ("CONTIGNUOUS", &["contiguous"]), + ("DEFIENED", &["defined"]), + ("REUQIREMENTS", &["requirements"]), + ("WATH", &["watch", "wrath", "what"]), + ("MODIFIYNG", &["modifying"]), + ("PROGRESSISME", &["progresses"]), + ("COMMITEE", &["committee"]), + ("TRICKYNESS", &["trickiness"]), + ("DISSIMILIARITY", &["dissimilarity"]), + ("QUICKIER", &["quicker"]), + ("ADDITON", &["addition"]), + ("CRYTO", &["crypto"]), + ("TEMPREMENTAL", &["temperamental"]), + ("VENEZUELEAN", &["venezuela"]), + ("VISBLE", &["visible"]), + ("WEKEND", &["weekend"]), + ("REENFORCEMENT", &["reinforcement"]), + ("DEFINION", &["definition"]), + ("GETLAEL", &["getlabel"]), + ("HIGHTS", &["height", "heights"]), + ("DECREMENETD", &["decremented"]), + ("FRIENDBONED", &["friendzoned"]), + ("THORUOGHLY", &["thoroughly"]), + ("ANGUAGE", &["language"]), + ("TOURNEMENT", &["tournament"]), + ("RDUCE", &["reduce"]), + ("CUSTIMIZED", &["customized"]), + ("MONOPLOIES", &["monopolies"]), + ("VIDEOGAEM", &["videogame"]), + ("MODIDFICATIONS", &["modifications"]), + ("AUNTHENTICATION", &["authentication"]), + ("INITATIVE", &["initiative"]), + ("INTENSITIY", &["intensity"]), + ("CHANEGED", &["changed"]), + ("QUARTLERY", &["quarterly"]), + ("DETERMIN", &["determine"]), + ("CORRECY", &["correct"]), + ("AMRSTRONG", &["armstrong"]), + ("SIGHTHS", &["scythes", "sights"]), + ("REMPLACEMENT", &["replacement"]), + ("TRPOICAL", &["tropical"]), + ("IMPROBE", &["improve"]), + ("FIRBALL", &["fireball", "furball"]), + ("UNEXPETCT", &["unexpected"]), + ("RETREEVAL", &["retrieval"]), + ("SUPPRTS", &["supports"]), + ("DECLARNIG", &["declaring"]), + ("ACCOUNTENTS", &["accountants"]), + ("UNFOURTUNETLY", &["unfortunately"]), + ("CONCIDES", &["concise"]), + ("PRONOUNDS", &["pronouns"]), + ("EXPECETD", &["expected"]), + ("AUTONOGOTIATION", &["autonegotiation"]), + ("ANICENT", &["ancient"]), + ("POROTOCOL", &["protocol"]), + ("THRON", &["thrown", "throne"]), + ("LOOBACKS", &["loopbacks"]), + ("SPORATIC", &["sporadic"]), + ("VARINATS", &["variants"]), + ("BANDITAS", &["bandits"]), + ("HEALTHEIR", &["healthier"]), + ("REPSONSE", &["response"]), + ("ASSOCCIATION", &["association"]), + ("ALCOHOLIS", &["alcoholics"]), + ("CONTIUNOUS", &["continuous"]), + ("VERSOIN", &["version"]), + ("CETAINLY", &["certainly"]), + ("REGON", &["region"]), + ("AUTONEGOGTIATION", &["autonegotiation"]), + ("CENSIBLE", &["sensible"]), + ("FAMOUSY", &["famously"]), + ("STRIAGHTENS", &["straightens"]), + ("ORPAN", &["orphan"]), + ("JEPOARDY", &["jeopardy"]), + ("TWORDS", &["towards"]), + ("COMMUNITS", &["communist"]), + ("PORTALUS", &["portals"]), + ("COSNSRAIN", &["constrain"]), + ("RINOSARUSES", &["rhinoceroses"]), + ("STDERRR", &["stderr"]), + ("GRAPEFRIUT", &["grapefruit"]), + ("PRIMITAVE", &["primitive"]), + ("DESCENTING", &["descending"]), + ("RAOTATION", &["rotation"]), + ("IFORMATION", &["information"]), + ("PYHON", &["python"]), + ("CONCATENTATES", &["concatenates"]), + ("HARTH", &["hearth"]), + ("CERCOMSTANTIAL", &["circumstantial"]), + ("ALPAH", &["alpha"]), + ("HAMBURGERES", &["hamburgers"]), + ("FRIGTHENING", &["frightening"]), + ("EMERGENCIAS", &["emergencies"]), + ("PYTYON", &["python"]), + ("LEGITAMATE", &["legitimate"]), + ("OUUR", &["our"]), + ("METRI", &["metric"]), + ("REPITITION", &["repetition"]), + ("AJURNMENT", &["adjournment"]), + ("PREGNANICES", &["pregnancies"]), + ("DAIMONDS", &["diamonds"]), + ("REPRESENATIONS", &["representations"]), + ("OPTAIN", &["obtain"]), + ("RECIPROCIATE", &["reciprocate"]), + ("RELINQUSHMENT", &["relinquishment"]), + ("PRESENTORS", &["presents"]), + ("CLEANTUP", &["cleanup"]), + ("COPRIGHT", &["copyright"]), + ("CERTFICIATIONS", &["certifications"]), + ("RENEGOATOR", &["renegotiator"]), + ("SETTUBG", &["setting", "setup"]), + ("OPACY", &["opacity"]), + ("SPEFICIFEIR", &["specifier"]), + ("OCURRING", &["occurring"]), + ("EXAGERRATE", &["exaggerate"]), + ("ABSANCE", &["absence"]), + ("TESTASTERONE", &["testosterone"]), + ("MIDPONT", &["midpoint"]), + ("TIGGER", &["trigger"]), + ("INITAILY", &["initially"]), + ("EXCHENGES", &["exchanges"]), + ("SPEFICIALLEIR", &["specifier"]), + ("DOWLOADING", &["downloading"]), + ("PARALELLS", &["parallels"]), + ("PRIVLEGE", &["privilege"]), + ("PARAMTERISATION", &["parameterisation"]), + ("CONVIENTLY", &["conveniently"]), + ("CRITERIOM", &["criterion"]), + ("DELECTION", &["detection", "deletion", "selection"]), + ("RANDOMUS", &["randoms"]), + ("EUPHOIRA", &["euphoria"]), + ("DELIEVERY", &["delivery"]), + ("ALWATY", &["always"]), + ("EXLUSIONARY", &["exclusionary"]), + ("PROCESSSING", &["processing"]), + ("DERMINES", &["determines"]), + ("MOTEEFS", &["motifs"]), + ("DUPPLICATE", &["duplicate"]), + ("CONSTRCUTED", &["constructed"]), + ("GOALKEPEER", &["goalkeeper"]), + ("SWATISKA", &["swastika"]), + ("REVOLUTIONAY", &["revolutionary"]), + ("INTRUIGED", &["intrigued"]), + ("POLCIES", &["policies"]), + ("IMPERIAAL", &["imperial"]), + ("SYNTACT", &["syntax"]), + ("UNREIGISTER", &["unregister"]), + ("PROPOGATING", &["propagating"]), + ("CERIFICATIONS", &["certifications", "verifications"]), + ("PLEAASE", &["please"]), + ("REIGSTERED", &["registered"]), + ("OFFLAODING", &["offloading"]), + ("GLADIATR", &["gladiator"]), + ("SENSATIONILIST", &["sensationalist"]), + ("INDOCTERNATED", &["indoctrinated"]), + ("CALCULCATE", &["calculate"]), + ("RECEPIENT", &["recipient"]), + ("CYNICISIM", &["cynicism"]), + ("INPUUT", &["input"]), + ("SHEPHARDED", &["shepherd"]), + ("CANDIATES", &["candidates"]), + ("ENITIES", &["entities"]), + ("IGNORTG", &["ignoring"]), + ("ABSOLETELY", &["absolutely"]), + ("CONTNIUE", &["continue"]), + ("ENCOURGES", &["encourages"]), + ("STARTTED", &["started"]), + ("DISSAMBIGUATE", &["disambiguate"]), + ("COUDLNT", &["couldnt"]), + ("AMAIZING", &["amazing"]), + ("EXPLITIT", &["explicit"]), + ("VULBERBUILITY", &["vulnerability"]), + ("ACTUSALLY", &["actually"]), + ("SPEFICIIC", &["specific"]), + ("SURREPTIOUSLY", &["surreptitiously"]), + ("MAINTAN", &["maintain"]), + ("NAMEPACES", &["namespaces"]), + ("DONWLOADS", &["downloads"]), + ("PENGUINESS", &["penguins"]), + ("PROTIENS", &["proteins"]), + ("USCALED", &["unscaled"]), + ("INSTNCES", &["instances"]), + ("RECURITING", &["recruiting"]), + ("CALIBRATON", &["calibration"]), + ("TEMPARILY", &["temporarily"]), + ("FOURTEEEN", &["fourteen"]), + ("CAMPUSERS", &["campuses"]), + ("INTEREACTS", &["interfaces"]), + ("ALEADY", &["already"]), + ("HIERCHAL", &["hierarchical"]), + ("HAPEND", &["happened"]), + ("DECTECTE", &["detect", "detected", "detects"]), + ("INACURATE", &["inaccurate"]), + ("UNDEFINIED", &["undefined"]), + ("DECOCDINGS", &["decodings"]), + ("CARRIDGE", &["carriage", "cartridge"]), + ("SEUENCES", &["sequences"]), + ("INCREMEANTS", &["increments"]), + ("POLICITIAN", &["politician"]), + ("BOAUT", &["bout", "boat", "about"]), + ("BOIDES", &["bodies"]), + ("FETHCED", &["fetched"]), + ("MISCOMMUNIATION", &["miscommunication"]), + ("PACKKAGES", &["packages"]), + ("RESOVLABLE", &["resolvable"]), + ("SPECIFICATO", &["specification"]), + ("ARCHITECHTS", &["architect", "architects"]), + ("ALIEVATING", &["alienating"]), + ("SENTINET", &["sentient"]), + ("OVERRRIDED", &["overridden"]), + ("REACLL", &["recall"]), + ("SHAPRLY", &["sharply"]), + ("SYCN", &["sync"]), + ("NEGOTHIATING", &["negotiating"]), + ("SATURACION", &["saturation"]), + ("CIRILIC", &["cyrillic"]), + ("ENTHUISAST", &["enthusiasts"]), + ("FONCTIONNALY", &["functionally", "functionality"]), + ("REALIBLY", &["reliably"]), + ("BREADTFEEDING", &["breastfeeding"]), + ("INBRASES", &["embraces"]), + ("PARAMENETS", &["parameters"]), + ("CONDESCENION", &["condescension"]), + ("EMCOMPASS", &["encompass"]), + ("SUPPOSEDELY", &["supposedly"]), + ("FAUTURING", &["featuring"]), + ("ELLIPITCALS", &["elliptical"]), + ("NARCASSIST", &["narcissist"]), + ("SILOUWET", &["silhouette"]), + ("TEMPARALLY", &["temporally", "temporarily"]), + ("FORMUAL", &["formula"]), + ("REVERSEED", &["reversed"]), + ("MONOGAMEOUS", &["monogamous"]), + ("PROTION", &["portion"]), + ("CAPSULSE", &["capsules"]), + ("INDIANIA", &["indiana"]), + ("ALEINATED", &["alienated"]), + ("CURSER", &["cursor"]), + ("STRIRNGIFICATION", &["stringification"]), + ("INITIALISIERT", &["initialised"]), + ("PERLIFERATES", &["proliferates"]), + ("PERSERVE", &["preserve"]), + ("GEOMOETRIC", &["geometric"]), + ("ELSEHWERE", &["elsewhere"]), + ("DISPROPORTIONATLEY", &["disproportionately"]), + ("GIRLFRINDS", &["girlfriends"]), + ("DECOMOPOSITION", &["decomposition"]), + ("CUSSTOMS", &["customs"]), + ("CAPATILISM", &["capitalism"]), + ("DIRRECTLY", &["directly"]), + ("SKILLSHOOT", &["skillshots"]), + ("COMPLIMATION", &["complication"]), + ("ALLAINCES", &["alliances"]), + ("HAVA", &["have"]), + ("ACQUISTION", &["acquisition"]), + ("CARCUSES", &["carcasses"]), + ("VIRIGNITY", &["virginity"]), + ("RECOMMAD", &["recommend"]), + ("UNPOPULAIR", &["unpopular"]), + ("CONFUDION", &["confusion"]), + ("INSTERSCTIONS", &["intersections"]), + ("PROFESSIINAL", &["professionalism"]), + ("SORTNR", &["sorter"]), + ("ARIVAL", &["arrival"]), + ("SWITHED", &["switched"]), + ("SEQUENCIES", &["sequences"]), + ("INTIMIDADES", &["intimidated"]), + ("REGULARLISING", &["regularising"]), + ("SEPERTATOR", &["separator"]), + ("NOMRALLY", &["normally"]), + ("DRAMMATIC", &["dramatic"]), + ("PREIPHERAL", &["peripheral"]), + ("SYLES", &["styles"]), + ("CONTRACICTION", &["contradiction"]), + ("DETERMINAS", &["determines"]), + ("IDEOSYNCRACY", &["idiosyncrasy"]), + ("STATISTICALY", &["statistically"]), + ("STRATEGICALY", &["strategically"]), + ("CERTIFIATION", &["certification"]), + ("SYNTACTALLY", &["syntactically"]), + ("AQUIANTANCE", &["acquaintance"]), + ("NIMPHLIKE", &["nymphlike"]), + ("REGART", &["regard"]), + ("INEFFICTIVE", &["ineffective"]), + ("PREESTS", &["presets"]), + ("ACTUALKY", &["actually"]), + ("TYPOE", &["typo", "type", "types"]), + ("CERTAINLYT", &["certainty"]), + ("APARTMENS", &["apartments"]), + ("GIRLFREIND", &["girlfriend"]), + ("BANGLEDESH", &["bangladesh"]), + ("PRECISSION", &["precision", "percussion", "precession"]), + ("POLYMOPRHIC", &["polymorphic"]), + ("MEXCIANS", &["mexicans"]), + ("CREDIBILLITY", &["credibility"]), + ("SUBTILE", &["subfile", "subtitle", "subtle"]), + ("PUBLUC", &["public"]), + ("OPPORTUNISTE", &["opportunities"]), + ("METEROLOGY", &["meteorology"]), + ("ENTHUSIASISTS", &["enthusiasts"]), + ("RELAPES", &["relapse"]), + ("DENTIFIER", &["identifier"]), + ("MANEOUVRE", &["manoeuvre"]), + ("OUPUTS", &["outputs"]), + ("NORAMALISING", &["normalising"]), + ("INNOCENTES", &["innocents"]), + ("IMGRANTS", &["migrants"]), + ("INSTALALTION", &["installations"]), + ("PARTICUARLY", &["particularly"]), + ("CRITQUING", &["critiquing"]), + ("PREALOCATE", &["preallocate"]), + ("SEPERATEDY", &["separated"]), + ("HAEMORRAGE", &["haemorrhage"]), + ("APETURES", &["apertures"]), + ("WORLDVEIW", &["worldview"]), + ("PROCEDE", &["proceed", "precede"]), + ("ABUNDACIES", &["abundances"]), + ("DOCUMENATRIES", &["documentaries"]), + ("ASPIRATONS", &["aspirations"]), + ("CONTINUSLY", &["continuously"]), + ("FOLLWOERS", &["followers"]), + ("EXPERMINENTAL", &["experimental"]), + ("CHAROCAL", &["charcoal"]), + ("SYCRONISED", &["synchronised"]), + ("CHACKING", &["checking"]), + ("MEXICANAS", &["mexicans"]), + ("EACHOTEHR", &["eachother"]), + ("UNFORGIVEBLE", &["unforgivable"]), + ("SCIENTFICLY", &["scientifically"]), + ("TENTACLS", &["tentacles"]), + ("CONVERSON", &["conversion"]), + ("DEFAILT", &["default"]), + ("PERFERRANCE", &["preference"]), + ("ADOLSECENT", &["adolescent"]), + ("CLEANEUP", &["cleanup"]), + ("CELLEBRATING", &["celebrating"]), + ("LAODOUTS", &["loadouts"]), + ("DIMESIONS", &["dimensions"]), + ("REALISTICALY", &["realistically"]), + ("PRJECTIONS", &["projections"]), + ("THSNKFULNESS", &["thankfulness"]), + ("ACCOMADATED", &["accommodated"]), + ("INNECESARILY", &["unnecessarily"]), + ("SPEFYING", &["specifying"]), + ("SUSPICISION", &["suspicions"]), + ("INSUFFICIANT", &["insufficient"]), + ("SIMLARLY", &["similarly"]), + ("DRAVIEW", &["drawview"]), + ("PERVAIL", &["prevail"]), + ("MESSURING", &["measuring"]), + ("IMPLEMENETAIONS", &["implementations"]), + ("PTHRED", &["pthread"]), + ("EXCEMPTIONS", &["exemptions"]), + ("CELLABRATING", &["celebrating"]), + ("REPLACATING", &["replicating"]), + ("TASBAR", &["taskbar"]), + ("PARAMSS", &["params"]), + ("SPASH", &["splash"]), + ("PARMENAS", &["parmesan"]), + ("BACKWARS", &["backward", "backwards"]), + ("NEGOATIABLE", &["negotiable"]), + ("ROBBERTS", &["robbers"]), + ("WORHSIPPING", &["worshipping"]), + ("MODLUES", &["modules"]), + ("SPEFIIC", &["specific"]), + ("RECURISVELY", &["recursively"]), + ("DEFINITIO", &["definition"]), + ("ASSIGEND", &["assigned"]), + ("PHSYICALLY", &["physically"]), + ("ENCOURAGEING", &["encouraging"]), + ("CONFLICTIN", &["conflicting"]), + ("NEGOTIONATOR", &["negotiator"]), + ("ANALSYS", &["analysis"]), + ("MEASSUREMENTS", &["measurements"]), + ("IMPERITIVE", &["imperative"]), + ("EQUIPMENTS", &["equipment"]), + ("JAMAICIA", &["jamaica"]), + ("SECCTORS", &["sectors"]), + ("SCRITS", &["scripts"]), + ("SURVIVALIBITY", &["survivability"]), + ("OVERCOMEING", &["overcoming"]), + ("EXPOTENTIAL", &["exponential"]), + ("GENERATNG", &["generating"]), + ("MURDERUS", &["murders"]), + ("INCONVENIENTE", &["inconvenience"]), + ("OT", &["to", "of", "or", "not"]), + ("PERFERRED", &["preferred"]), + ("INSTANCIATIONS", &["instantiations"]), + ("INVESITGATIONS", &["investigations"]), + ("IMPORTATNT", &["important"]), + ("FESIABLE", &["feasible"]), + ("REPALCEMENTS", &["replacements"]), + ("PROPORCION", &["proportion"]), + ("VERBODE", &["verbose"]), + ("INCHOERENT", &["incoherent"]), + ("MIINIMISED", &["minimised"]), + ("CONNECTIVIY", &["connectivity"]), + ("COALSCENCE", &["coalescence"]), + ("NARCISSITC", &["narcissist"]), + ("BOOKKEPP", &["bookkeep"]), + ("GARABGE", &["garbage"]), + ("DESRIBING", &["describing"]), + ("EARTHQUAKS", &["earthquakes"]), + ("CRYSTSL", &["crystals"]), + ("ACHIEVEBLE", &["achievable"]), + ("BARVERY", &["bravery"]), + ("COMPLACIENT", &["complacent"]), + ("EXTRAVIGANT", &["extravagant"]), + ("UNSYNCRONIZED", &["unsynchronized"]), + ("RESTRICTE", &["restrictive"]), + ("SCIRPTURES", &["scriptures"]), + ("REINFOCES", &["reinforces"]), + ("SEELCT", &["select"]), + ("PERFORMANS", &["performances"]), + ("SCROIPT", &["script"]), + ("PRECENDANCES", &["precedences"]), + ("REMORTED", &["reported"]), + ("RECCONEECTING", &["reconnecting"]), + ("DOMESITCATED", &["domesticated"]), + ("EXPERIMETATIONS", &["experimentations"]), + ("APERATURE", &["aperture"]), + ("EGOTASTICAL", &["egotistical"]), + ("DIABLED", &["disabled"]), + ("MECAHNICS", &["mechanics"]), + ("SPANING", &["spanning"]), + ("CCANNOT", &["cannot"]), + ("DESTOY", &["destroy"]), + ("TECHONOLOGY", &["technology"]), + ("CENTUTIES", &["centuries"]), + ("PLAYSTYE", &["playstyle"]), + ("CHECKUOT", &["checkout"]), + ("MIDIFIED", &["modified"]), + ("CIGARRETT", &["cigarette"]), + ("DICTATS", &["dictates"]), + ("OFSSET", &["offset"]), + ("CIVALASATION", &["civilisation"]), + ("BENETIFS", &["benefits"]), + ("LANNSITERS", &["lannisters"]), + ("DEOMPRESSION", &["decompression"]), + ("LPATFORM", &["platform"]), + ("REFRIGARATOR", &["refrigerator"]), + ("FLIPED", &["flipped"]), + ("DEAMBIGATE", &["disambiguate"]), + ("UNCHACHED", &["uncached"]), + ("DOCUEMTNED", &["documented"]), + ("COULS", &["could"]), + ("ASSOICATIONS", &["associations"]), + ("MODFEL", &["model"]), + ("EXPANDAS", &["expands"]), + ("INTREEGING", &["intriguing"]), + ("VULNERABILIES", &["vulnerabilities"]), + ("CATCHS", &["catches"]), + ("SEVERIRITIES", &["severities"]), + ("ABOLUSTE", &["absolute"]), + ("REDISTRUBITION", &["redistribution"]), + ("THR", &["the"]), + ("AFTERNON", &["afternoon"]), + ("HARVESTGAIN", &["harvesting"]), + ("EXPERIMTENAL", &["experimental"]), + ("DEVIRTUALISAITON", &["devirtualisation"]), + ("JPIN", &["join"]), + ("BOUNSARY", &["boundary"]), + ("ASSICIATED", &["associated"]), + ("DISPOSLE", &["dispose"]), + ("UPLODER", &["uploader"]), + ("OBIVOUSLY", &["obviously"]), + ("COMMISIONED", &["commissioned"]), + ("MATCHMAKEING", &["matchmaking"]), + ("RELEVATION", &["revelation"]), + ("COMFTORABLE", &["comfortable"]), + ("CURVASIOUS", &["curvacious"]), + ("ALLOPONE", &["allophone"]), + ("COMPRIMISE", &["compromise"]), + ("ACALE", &["scale"]), + ("SELCTING", &["selecting"]), + ("PROJETCTION", &["projection"]), + ("REPARAMTERISATION", &["reparameterisation"]), + ("CRITICIALLY", &["critically"]), + ("FROMIDABLE", &["formidable"]), + ("CIPERSUITE", &["ciphersuite"]), + ("ESUDO", &["sudo"]), + ("IRITATE", &["irritate"]), + ("APPRORIATE", &["appropriate"]), + ("DELETEABLE", &["deletable"]), + ("SUMBITTING", &["submitting"]), + ("HELICTOPER", &["helicopters"]), + ("FAILD", &["failed", "fail", "fails"]), + ("DEPENDECY", &["dependency"]), + ("TRIANGEL", &["triangle"]), + ("DEINITALIZED", &["deinitialized"]), + ("CYPHERTEXTS", &["ciphertexts"]), + ("SERVICEBLE", &["serviceable"]), + ("SPECIALOPS", &["specials"]), + ("NOTHIND", &["nothing"]), + ("NEEEDS", &["needs"]), + ("DIFFERANTIATOR", &["differentiator"]), + ("MIRACULOSLY", &["miraculously"]), + ("EXPERTOS", &["experts"]), + ("KUBERETES", &["kubernetes"]), + ("CUASING", &["causing"]), + ("ESTABLISHMET", &["establishments"]), + ("MATHING", &["matching"]), + ("CORECTABLE", &["correctable"]), + ("INITALED", &["initialed"]), + ("DESCRPTORS", &["descriptors"]), + ("SATTELITS", &["satellites"]), + ("MISALIGMENTS", &["misalignments"]), + ("CMOPUTER", &["computer"]), + ("UNINTIALZIED", &["uninitialized"]), + ("PROJECTIEL", &["projectiles"]), + ("OOUT", &["out"]), + ("SYNTAC", &["syntax"]), + ("MODFIY", &["modify"]), + ("ADDITIONALY", &["additionally"]), + ("KUNCKLE", &["knuckle"]), + ("MORMONES", &["mormons"]), + ("INTRIUGING", &["intriguing"]), + ("REGISTERY", &["registry"]), + ("PROCESSESS", &["processes"]), + ("INTERGRATE", &["integrate"]), + ("RELEASEING", &["releasing"]), + ("FURURE", &["future"]), + ("CONTINS", &["contains"]), + ("ADMINISTRATERS", &["administrators"]), + ("LOCAITES", &["locates"]), + ("BENEVELENT", &["benevolent"]), + ("PRESUMABLEY", &["presumably"]), + ("SUPPIED", &["supplied"]), + ("DEVOVLED", &["devolved"]), + ("ECONIMISTS", &["economists"]), + ("DOSPOSING", &["disposing"]), + ("DISUCUSSION", &["discussion"]), + ("CONFIM", &["confirm"]), + ("PSYCHYATRIST", &["psychiatrist"]), + ("GERENATIONS", &["generations"]), + ("ACCEPETED", &["accepted"]), + ("ERATICLY", &["erratically"]), + ("OPTIMZATION", &["optimization"]), + ("FILESSYTEMS", &["filesystems"]), + ("VERIGATED", &["variegated"]), + ("DETERMENATION", &["determination"]), + ("EXTREMISIM", &["extremism"]), + ("CUNTERPART", &["counterpart"]), + ("ITERATERED", &["iterated"]), + ("AUDACTIY", &["audacity"]), + ("CYCLITS", &["cyclist"]), + ("EVAULATED", &["evaluated"]), + ("NASTALGEA", &["nostalgia"]), + ("KIYACK", &["kayak"]), + ("PROJECTYLE", &["projectile"]), + ("INHABITANS", &["inhabitants"]), + ("RESPONSABILITIES", &["responsibilities"]), + ("SPEFIFIFED", &["specified"]), + ("PREREQUISTITE", &["prerequisite"]), + ("ILEAGLE", &["illegal"]), + ("RECENTY", &["recently"]), + ("TORITLLAS", &["tortillas"]), + ("REAMPPING", &["remapping", "revamping"]), + ("SWAER", &["swear"]), + ("UNDERHWLEMING", &["underwhelming"]), + ("ACCIDNETLY", &["accidentally"]), + ("INVOCIES", &["invoices"]), + ("VEICLES", &["vehicles"]), + ("QUEITLY", &["quietly"]), + ("DISSCUSSION", &["discussion"]), + ("COMBANATIONS", &["combinations"]), + ("THEIVE", &["thief"]), + ("POSTITIVES", &["positives"]), + ("COMPETITING", &["competition"]), + ("SOBREITY", &["sobriety"]), + ("REASSSIGN", &["reassign"]), + ("PLATOFMR", &["platform"]), + ("SUPERNARKETS", &["supermarkets"]), + ("COMEPTITORS", &["competitors"]), + ("KYEBOSHED", &["kiboshed"]), + ("NEGOATORS", &["negotiators"]), + ("AUTHENITICATOR", &["authenticator"]), + ("ATTRIBURE", &["attribute"]), + ("ARIPLANE", &["airplane"]), + ("PRESIDENTCY", &["presidency"]), + ("ARAY", &["array"]), + ("MULTPLIED", &["multiplied"]), + ("DISOCVER", &["discover"]), + ("INCLUSICE", &["inclusive"]), + ("LEGASY", &["legacy"]), + ("COMFRONTATION", &["confrontation"]), + ("CYLLINDERS", &["cylinders"]), + ("SEPEATED", &["separated"]), + ("SIMPLFY", &["simplify"]), + ("COMUNITY", &["community"]), + ("BLOKCING", &["blocking"]), + ("STRINGNET", &["stringent"]), + ("UNDFINES", &["undefines"]), + ("ALING", &["aline", "along", "ailing", "sling"]), + ("PERSISTENTE", &["persistence"]), + ("ANTRY", &["entry"]), + ("MULTPLE", &["multiple"]), + ("DESTINARIONS", &["destinations"]), + ("UNZIPED", &["unzipped"]), + ("OPRESSIVE", &["oppressive"]), + ("DORTUMND", &["dortmund"]), + ("ONSLAUGT", &["onslaught"]), + ("UNGENERALIZEABLE", &["ungeneralizable"]), + ("ADOLESCENE", &["adolescence"]), + ("ACKNOWLDGE", &["acknowledge"]), + ("UNSPEFICIFIFED", &["unspecified"]), + ("THROUHGOUT", &["throughout"]), + ("REFRIDGERATION", &["refrigeration"]), + ("ASSOAIATION", &["association"]), + ("OVERLODADED", &["overloaded"]), + ("COODRINATE", &["coordinate"]), + ("SOVEREGIN", &["sovereign"]), + ("REMINSCIENT", &["reminiscent"]), + ("PROSTITUTKE", &["prostitutes"]), + ("EPILOGE", &["epilogue"]), + ("REELATION", &["relation"]), + ("DECORATIVO", &["decoration"]), + ("ASSOCIATIE", &["associated"]), + ("BARABRIC", &["barbaric"]), + ("ILLIGITEMATE", &["illegitimate"]), + ("VAIRABLE", &["variable"]), + ("CONITIONAL", &["conditional"]), + ("SATISFACTORALY", &["satisfactory"]), + ("IMPREVE", &["improve"]), + ("DESCENDAT", &["descendant"]), + ("LITERAE", &["literate"]), + ("AFTERW", &["after"]), + ("INDENTACTION", &["indentation"]), + ("EXCEUTIONS", &["executions"]), + ("AUTHENTICTY", &["authenticity"]), + ("UNFORUNATE", &["unfortunate"]), + ("MASTEIRES", &["masteries"]), + ("CIRUCAL", &["circular"]), + ("KTICHEN", &["kitchen"]), + ("SATISY", &["satisfy"]), + ("ATEMPTING", &["attempting"]), + ("INVESTIAGTE", &["investigate"]), + ("ARTIFIAL", &["artificial"]), + ("SYMPOTHIZE", &["sympathize"]), + ("RETORE", &["restore"]), + ("CLSOING", &["closing"]), + ("LICATED", &["located"]), + ("REGISTGER", &["register"]), + ("PRIVELIGES", &["privileges"]), + ("PREDEFIENED", &["predefined"]), + ("EXPONENTION", &["exponentiation"]), + ("IMBRACES", &["embraces"]), + ("ENCAPSULTION", &["encapsulation"]), + ("REMMOVE", &["remove"]), + ("FRAUDALENT", &["fraudulent"]), + ("WORSHIPPPING", &["worshipping"]), + ("STATRING", &["starting"]), + ("CONCENTRARTE", &["concentrate"]), + ("SUPERVISIN", &["supervision"]), + ("PEFERABLY", &["preferably"]), + ("SMOUTH", &["smooth"]), + ("COMPAGNION", &["companion"]), + ("CHANGESS", &["changes"]), + ("INDEFENITE", &["indefinite"]), + ("CALCUATES", &["calculates"]), + ("DEOES", &["does"]), + ("SANTORM", &["santorum"]), + ("EXRENSION", &["extension"]), + ("RESPRIATORY", &["respiratory"]), + ("KNOWLEGDABLE", &["knowledgable"]), + ("FFROM", &["from"]), + ("LICENES", &["license"]), + ("DEVELEPORS", &["developers"]), + ("DISSALOWING", &["disallowing"]), + ("AESY", &["easy"]), + ("FRUSTRANTS", &["frustrates"]), + ("IMPLENTORS", &["implementers"]), + ("IMMITATOR", &["imitator"]), + ("DISPENSARIE", &["dispenser"]), + ("VULNEABILITIES", &["vulnerabilities"]), + ("CAPAPBILITIES", &["capabilities"]), + ("SUSPECIOUSLY", &["suspiciously"]), + ("NAXIMUM", &["maximum"]), + ("APOLOGISTE", &["apologise"]), + ("ANSER", &["answer"]), + ("RENETKON", &["renekton"]), + ("LANGUACES", &["languages"]), + ("CONFESSIONIS", &["confessions"]), + ("DISTROBUTE", &["distribute"]), + ("MODERATORIN", &["moderation"]), + ("UNREACAHBLE", &["unreachable"]), + ("SOLUTIIN", &["solution"]), + ("INTELLEGENCE", &["intelligence"]), + ("EASTWOOOD", &["eastwood"]), + ("STRENGHT", &["strength"]), + ("CONSERVATIES", &["conservatives"]), + ("CASELESSELY", &["caselessly"]), + ("CALIFORNAI", &["californian"]), + ("IMMINET", &["imminent"]), + ("INITIALYSING", &["initialising"]), + ("CIRCUMSTANTIONAL", &["circumstantial"]), + ("STABILIZIES", &["stabilize"]), + ("ABSAILING", &["abseiling"]), + ("RETREIVAL", &["retrieval"]), + ("PRIVIDES", &["provides"]), + ("ADJCENCE", &["adjacence"]), + ("COPYRIGTHED", &["copyrighted"]), + ("INSRUCTION", &["instruction"]), + ("VAWDVILLIAN", &["vaudevillian"]), + ("EXPEIMENTATIONS", &["experimentations"]), + ("IDEL", &["idle"]), + ("VASECTOMEY", &["vasectomy"]), + ("EMPHESIZES", &["emphasizes"]), + ("TIPICALLY", &["typically"]), + ("DOCUMENTARE", &["documentaries"]), + ("REFREHSER", &["refresher"]), + ("ORIGIANALLY", &["originally"]), + ("BUUFERS", &["buffers"]), + ("APPRECIATVE", &["appreciative"]), + ("VIKIGNS", &["vikings"]), + ("MERHCANTS", &["merchants"]), + ("APLLICATION", &["application"]), + ("PROSTITUTO", &["prostitution"]), + ("EXPENSVE", &["expense"]), + ("DOPLHIN", &["dolphin"]), + ("CORSOR", &["cursor"]), + ("SUBNEGOTIOTIONS", &["subnegotiations"]), + ("CREDITTED", &["credited"]), + ("PUNCTUTATION", &["punctuation"]), + ("OPTIONNAL", &["optional"]), + ("WAWRICK", &["warwick"]), + ("WROK", &["work"]), + ("AGS", &["ages", "tags"]), + ("HIGHSHCOOL", &["highschool"]), + ("DEUTSHCLAND", &["deutschland"]), + ("FRANE", &["frame"]), + ("REINCARANTION", &["reincarnation"]), + ("RECIPENTS", &["recipients"]), + ("FOLLWS", &["follows"]), + ("MECHINE", &["machine"]), + ("CORRECTENESS", &["correctness"]), + ("CRITISIZE", &["criticize"]), + ("ATTECHED", &["attached"]), + ("SIGNIFIGANTLY", &["significantly"]), + ("TATH", &["that"]), + ("MICOSOFT", &["microsoft"]), + ("BOUNT", &["bound"]), + ("INVESTEGATED", &["investigated"]), + ("BENGALOS", &["bengals"]), + ("EXHIST", &["exist"]), + ("CAPITALIZATING", &["capitalization"]), + ("SHARRAID", &["charade"]), + ("ISPLAYED", &["displayed", "misplayed"]), + ("RENEGOATIATING", &["renegotiating"]), + ("REPRUCIBLE", &["reproducible"]), + ("MAININLY", &["mainly"]), + ("THERMOMOTER", &["thermometer"]), + ("COMMPARE", &["compare"]), + ("NARCISSISSTS", &["narcissist"]), + ("CURCUMFERENCE", &["circumference"]), + ("TECHERS", &["teachers"]), + ("HIGHE", &["high", "higher", "highs"]), + ("REGISTERES", &["registers"]), + ("ASSIOCATES", &["associates"]), + ("SYTHESIS", &["synthesis"]), + ("INITIALSATION", &["initialisation"]), + ("BCAK", &["back"]), + ("DISMANTALED", &["dismantled"]), + ("INFECCIOUS", &["infectious"]), + ("EMTPIED", &["emptied"]), + ("ROMOTED", &["remoted"]), + ("RAEDY", &["ready"]), + ("BARRELLS", &["barrels"]), + ("COMUNIST", &["communist"]), + ("COFORM", &["conform"]), + ("QUATERLY", &["quarterly"]), + ("REPOSITOTRIES", &["repositories"]), + ("COMPLETESS", &["completeness", "completes"]), + ("INFINTESIMAL", &["infinitesimal"]), + ("BRILLIANTE", &["brilliance"]), + ("APPRICIATED", &["appreciated"]), + ("CHARACETR", &["character"]), + ("INVINCIBE", &["invincible"]), + ("HOMINEIM", &["hominem"]), + ("DOWNLAODABLE", &["downloadable"]), + ("ENVELOPPE", &["envelope"]), + ("EXERCIESE", &["exercises", "exercise"]), + ("OBJUMP", &["objdump"]), + ("CONSTITITION", &["constitution"]), + ("MURR", &["myrrh"]), + ("INTENAL", &["internal"]), + ("IRRADATES", &["irradiates"]), + ("MDOE", &["doe", "mode"]), + ("DIAGRAMMS", &["diagrams"]), + ("QUANLIFIES", &["qualifies", "quantifies"]), + ("CONTANS", &["contains"]), + ("DESINGABLE", &["designable"]), + ("ONTAINERS", &["containers"]), + ("SINGUALRITY", &["singularity"]), + ("COALESSES", &["coalesces"]), + ("SUPRIZING", &["surprising"]), + ("FALVORED", &["flavored"]), + ("DEPENENCYS", &["dependencies"]), + ("IMLEMENT", &["implement"]), + ("CHANLDER", &["chandler"]), + ("REASOABLE", &["reasonable"]), + ("SOCIOPATCH", &["sociopaths"]), + ("VERSITILE", &["versatile"]), + ("PROPEHCY", &["prophecy"]), + ("VERSON", &["version"]), + ("GENREATED", &["generated"]), + ("PHYSCIS", &["physics"]), + ("UNROKEN", &["unbroken"]), + ("DIMENSTION", &["dimension"]), + ("DISTERBANCE", &["disturbance"]), + ("ANUMBER", &["number"]), + ("EXPEPTIONS", &["exceptions"]), + ("BILLIONARIE", &["billionaire"]), + ("OBSESSIVLEY", &["obsessive"]), + ("REIMPLENTS", &["reimplements"]), + ("ONN", &["on"]), + ("MODIDFYING", &["modifying"]), + ("CORRENSPONDING", &["corresponding"]), + ("INITLIAZE", &["initialize"]), + ("RAPSADY", &["rhapsody"]), + ("VISULISATION", &["visualisation"]), + ("ASSAMBLE", &["assemble"]), + ("COMBONATION", &["combination"]), + ("ENCRCYPTIONS", &["encryptions"]), + ("EJACULATIN", &["ejaculation"]), + ("INAVLIS", &["invalid"]), + ("DETEMINING", &["determining"]), + ("ANNOTAIOTN", &["annotation"]), + ("FIOR", &["for"]), + ("CANDIDATXS", &["candidates"]), + ("THROTTLEING", &["throttling"]), + ("OVERWEIGTH", &["overweight"]), + ("DECSTIPTIONS", &["descriptions"]), + ("TRANSCLUENT", &["translucent"]), + ("ADAPTE", &["adapter"]), + ("MEHOD", &["method"]), + ("PREJIDUCED", &["prejudiced"]), + ("MOUTHPEICES", &["mouthpiece"]), + ("GOTEES", &["goatees"]), + ("WESTERNESS", &["westerners"]), + ("METAPHORICS", &["metaphors"]), + ("MYSAPCE", &["myspace"]), + ("CYLCONE", &["cyclone"]), + ("AHLPAS", &["alphas"]), + ("REDISTRIBUTEABLE", &["redistributable"]), + ("SYMPHATETIC", &["sympathetic"]), + ("EXECUSIVE", &["exclusive"]), + ("INTERPETED", &["interpreted"]), + ("OCCASSIONALLY", &["occasionally"]), + ("OPTIMISTISCH", &["optimistic"]), + ("CONNNECT", &["connect"]), + ("THROURH", &["through"]), + ("STRENGTHEING", &["strengthening"]), + ("RESTIRE", &["restore"]), + ("ELIMINASTE", &["eliminates"]), + ("COLGONE", &["cologne"]), + ("JUGGETNAUT", &["juggernaut"]), + ("LIBRALIES", &["libraries"]), + ("DSIPLAY", &["display"]), + ("IDENTFIED", &["identified"]), + ("RECUSIVE", &["recursive", "reclusive"]), + ("FIERCLY", &["fiercely"]), + ("CAPBALE", &["capable"]), + ("REASONBLE", &["reasonable"]), + ("TERMENDOUSLY", &["tremendously"]), + ("SIGNUL", &["signal"]), + ("CHIOP", &["chip", "chop"]), + ("PAROKEALITY", &["parochiality"]), + ("UNDERSTANDIBLY", &["understandably"]), + ("WITRH", &["with"]), + ("ILLUMIANTI", &["illuminati"]), + ("ASTRIXES", &["asterisks"]), + ("SPEFIIFIFER", &["specifier"]), + ("CONEECTORS", &["connectors"]), + ("CONTRADICION", &["contradiction"]), + ("OTATIONS", &["notations", "rotations"]), + ("UNINAMOUS", &["unanimous"]), + ("APPROXAMATIONS", &["approximations"]), + ("EGENRALISE", &["generalise"]), + ("COMPATIBIL", &["compatible"]), + ("FLUCTUATIE", &["fluctuate"]), + ("REPULISVE", &["repulsive"]), + ("STIMUALTED", &["stimulated"]), + ("HIHGLIGHTS", &["highlights"]), + ("CLERIFICATION", &["clarification"]), + ("LINCLON", &["lincoln"]), + ("PROTABILITY", &["portability", "probability"]), + ("INTRINSINC", &["intrinsic"]), + ("GLICTHES", &["glitches"]), + ("DISCRIMINACION", &["discrimination"]), + ("SPEACIAL", &["special", "spacial"]), + ("DEGRAGATION", &["degradation"]), + ("EGOTYSTICAL", &["egotistical"]), + ("ARRANES", &["arranges"]), + ("TRASNCODING", &["transcoding"]), + ("STORTAGE", &["storage"]), + ("SILKSCEENED", &["silkscreened"]), + ("RELFECTING", &["reflecting"]), + ("INCOMFORTABLE", &["uncomfortable"]), + ("PRODUCTOIN", &["productions"]), + ("ABSTRCTER", &["abstracter"]), + ("INIFNITY", &["infinity"]), + ("EXAMNPLE", &["example"]), + ("WNIDOW", &["window", "widow"]), + ("JUXTIFICATION", &["justification"]), + ("UNSPEFCIFIEID", &["unspecified"]), + ("COUNTRYS", &["countries"]), + ("CONUNTRY", &["country"]), + ("CONFUGRATION", &["configuration"]), + ("ORIGINSL", &["originals"]), + ("INDIVIDALLY", &["individually"]), + ("BERSEKRER", &["berserker"]), + ("INSTALLATING", &["installation"]), + ("WARRENTS", &["warrants"]), + ("DIFERENCES", &["differences"]), + ("PREVIOULS", &["previous"]), + ("DECOMMPRESS", &["decompress"]), + ("FILESS", &["files"]), + ("EXECULTABLE", &["executable"]), + ("EXICUTE", &["", "execute"]), + ("SYNCHONOUSLY", &["synchronously"]), + ("SECERTS", &["secrets"]), + ("SME", &["some"]), + ("ORGANSIATION", &["organisation"]), + ("SCOURCES", &["sources"]), + ("PRVILEGED", &["privileged"]), + ("CONSPRIACY", &["conspiracy"]), + ("GUARRENTEEING", &["guaranteeing"]), + ("SGADOW", &["shadow"]), + ("BEGGINING", &["beginning"]), + ("TYMECODE", &["timecode"]), + ("LUCKIY", &["luckily", "lucky"]), + ("INTIMIDACION", &["intimidation"]), + ("DISGUSTINGY", &["disgustingly"]), + ("REFECTS", &["reflects"]), + ("COSTUM", &["custom", "costume"]), + ("CONTAIMINATE", &["contaminate"]), + ("POWDERD", &["powdered"]), + ("ARTIFIICALLY", &["artificially"]), + ("INCREMENTALY", &["incrementally"]), + ("TERRITOY", &["territory"]), + ("OVERRRIDDDEN", &["overridden"]), + ("UNEMPLOYENT", &["unemployment"]), + ("TOWRAD", &["toward"]), + ("INERITOR", &["inheritor"]), + ("SYNAX", &["syntax"]), + ("CUSTAMIZES", &["customizes"]), + ("SIMLUTANEOUSLY", &["simultaneously"]), + ("PERPENTICULAR", &["perpendicular"]), + ("GOVERNEMENT", &["government"]), + ("APPICANT", &["applicant"]), + ("ALTERNATVE", &["alternate", "alternative"]), + ("IMMMEDIATELY", &["immediately"]), + ("SPEECIFIED", &["specified"]), + ("MESSGE", &["message"]), + ("VALIDD", &["valid"]), + ("CLIPBOAR", &["clipboard"]), + ("RECOMMMEND", &["recommend"]), + ("DENILE", &["denial"]), + ("UNPPLIED", &["unapplied"]), + ("INTERACTONS", &["interacts"]), + ("MARMELADE", &["marmalade"]), + ("DETECED", &["detected"]), + ("SURVAILLANCE", &["surveillance"]), + ("INTEROGATION", &["interrogation"]), + ("WONDERES", &["wonders"]), + ("PHYSISIANS", &["physicians"]), + ("UNREGISTRED", &["unregistered"]), + ("GUARNTES", &["guarantees"]), + ("SUPPPORED", &["supported"]), + ("TEMPLACES", &["templates"]), + ("ORBTIAL", &["orbital"]), + ("CORRRECTNESS", &["correctness"]), + ("DECOPRESSES", &["decompresses"]), + ("ORTOGONAL", &["orthogonal"]), + ("PERPUTUATED", &["perpetuated"]), + ("SOMETHINKS", &["somethings"]), + ("VERTIAL", &["vertical"]), + ("UTITLTY", &["utility"]), + ("EXPEWRIMENTAL", &["experimental"]), + ("UNUSUALY", &["unusually"]), + ("UNSUPRIZINGLY", &["unsurprisingly"]), + ("NOMINATO", &["nomination"]), + ("DESCRITPROS", &["descriptors"]), + ("AUTHENATICATES", &["authenticates"]), + ("STROE", &["store"]), + ("EXPERIMETING", &["experimenting"]), + ("RETRIVES", &["retrieves"]), + ("UDERSTAND", &["understand"]), + ("COMISSIONER", &["commissioner"]), + ("REOCMPRESSION", &["recompression"]), + ("ENCAPSUALTES", &["encapsulates"]), + ("ADVERTISMENT", &["advertisement"]), + ("PICKNICKING", &["picnicking"]), + ("ADEVNTURES", &["adventures"]), + ("DIAGONALES", &["diagonals"]), + ("WALKALBE", &["walkable"]), + ("PRERIODIC", &["periodic"]), + ("PSUDOTERMINAL", &["pseudoterminal"]), + ("REARRANGABLE", &["rearrangeable"]), + ("SUGGGEST", &["suggest"]), + ("REIGSTERING", &["registering"]), + ("RESPESCT", &["respects"]), + ("INSTALDED", &["installed"]), + ("MANUFACTURIER", &["manufacturer"]), + ("MONTANTA", &["montana"]), + ("CREATEDD", &["created"]), + ("AJACENTCY", &["adjacency"]), + ("COMMPUTER", &["computer"]), + ("BALCKBERRY", &["blackberry"]), + ("SUGGESTIEF", &["suggestive"]), + ("OUTPUTED", &["outputted"]), + ("JAGAURS", &["jaguars"]), + ("DIRECIONS", &["directions"]), + ("IBURPOFEN", &["ibuprofen"]), + ("CHARICTER", &["character"]), + ("CIENT", &["client"]), + ("DESTANATIONS", &["destinations"]), + ("ORGAINZATION", &["organizations"]), + ("HARCODING", &["hardcoding"]), + ("OPERARTOR", &["operator"]), + ("FUNCITONED", &["functioned"]), + ("PERSHUS", &["precious"]), + ("PHYSICALLITY", &["physically"]), + ("EXTEDNS", &["extends"]), + ("REPRESENTITIVE", &["representative"]), + ("UNCONDITIONALY", &["unconditionally"]), + ("CALIBRATIN", &["calibration"]), + ("POLITELLY", &["politely"]), + ("FOLOOWER", &["follower"]), + ("PROMISSED", &["promised"]), + ("YELDING", &["yielding"]), + ("COPENHAEGEN", &["copenhagen"]), + ("OBTIANABLE", &["obtainable"]), + ("PUNISSE", &["punishes"]), + ("UNPLESANT", &["unpleasant"]), + ("RECOFIG", &["reconfig"]), + ("DOYGEN", &["doxygen"]), + ("CHILDISCH", &["childish"]), + ("DEHYRDATED", &["dehydrated"]), + ("AUTASAVES", &["autosaves"]), + ("DISCRIMANTE", &["discriminate"]), + ("SUPPRES", &["suppress"]), + ("ILLUSTRATON", &["illustration"]), + ("SUBMERGERED", &["submerged"]), + ("AMMENDING", &["amending"]), + ("PERCETANGE", &["percentages"]), + ("PROPERTIS", &["properties"]), + ("CONSENTRATE", &["concentrate"]), + ("UNCHAINGED", &["unchanged"]), + ("PATRIARCAL", &["patriarchal"]), + ("EVLOVES", &["evolves"]), + ("BOTIVATIONAL", &["motivational"]), + ("PERSISTANCE", &["persistence"]), + ("SPECFICICATION", &["specification"]), + ("PERSCEPTIVE", &["perspectives"]), + ("POSSIBE", &["possible"]), + ("RECIEVE", &["receive"]), + ("CIGARRET", &["cigaret"]), + ("PROGRESIVELY", &["progressively"]), + ("ORIENTATO", &["orientation"]), + ("ABL", &["able"]), + ("COMPANINES", &["companions"]), + ("SPREADSHEETERS", &["spreadsheets"]), + ("PROOVEN", &["proven"]), + ("AILENATED", &["alienated"]), + ("METHODOLOY", &["methodology"]), + ("KEYWORK", &["keyword"]), + ("WOIULD", &["would"]), + ("INSTANCIATION", &["instantiation"]), + ("LIFCEYCLE", &["lifecycle"]), + ("RENEGOCIATION", &["renegotiation"]), + ("DUPLICTAED", &["duplicated"]), + ("FITER", &["filter", "fighter", "fitter", "fiver"]), + ("PROMOTEURS", &["promotes"]), + ("FLEXIBILIY", &["flexibility"]), + ("OVERZEALOS", &["overzealous"]), + ("DEPRIVATING", &["deprivation"]), + ("COULMNS", &["columns"]), + ("PTICHERS", &["pitchers"]), + ("PROPRETIES", &["properties"]), + ("SXMBOL", &["symbol"]), + ("COALESSED", &["coalesced"]), + ("EFFEDTS", &["effects"]), + ("VALNETINES", &["valentines"]), + ("SEQUANTIAL", &["sequential"]), + ("EXTEREMLY", &["extremely"]), + ("REGSIONS", &["regions"]), + ("BERFORE", &["before"]), + ("ASIGNED", &["assigned"]), + ("INLIGHTENING", &["enlightening"]), + ("ACCORINGLY", &["accordingly"]), + ("EDITOTS", &["editors"]), + ("SPEFIIABLE", &["specifiable"]), + ("CORECTLY", &["correctly"]), + ("SENSATIONALSIM", &["sensationalism"]), + ("BITCON", &["bitcoin"]), + ("BUNDS", &["binds", "bounds"]), + ("PLAYOFS", &["playoffs"]), + ("DISCUSE", &["discuss"]), + ("ATHRON", &["athlon"]), + ("PENGUINESE", &["penguins"]), + ("ALOCATES", &["allocates"]), + ("CONRRESPONDING", &["corresponding"]), + ("LAYSER", &["laser", "layer"]), + ("PERIODIOC", &["periodic"]), + ("OVERCLOAKED", &["overclocked"]), + ("CRUSOR", &["cursor"]), + ("CONNECTEC", &["connected"]), + ("COMPANIS", &["companions"]), + ("UNSPECIFICED", &["unspecified"]), + ("GLITCHEY", &["glitchy"]), + ("SUPPOED", &["supposed"]), + ("CLENED", &["cleaned"]), + ("DESCRITPTIONS", &["descriptions"]), + ("UNFOULDED", &["unfolded"]), + ("FLAGED", &["flagged"]), + ("ABSOULTES", &["absolutes"]), + ("BEAHVIOUR", &["behaviour"]), + ("CONSRUCTORS", &["constructors"]), + ("OERATION", &["operation"]), + ("PROPOSTE", &["propose"]), + ("IDENTTIFIER", &["identifier"]), + ("NEIGHROURING", &["neighbouring"]), + ("NARLING", &["gnarling", "nailing", "narking", "snarling"]), + ("PATINET", &["patient"]), + ("PRACITCALLY", &["practically"]), + ("DESPERATELLY", &["desperately"]), + ("AGRICULTRUAL", &["agricultural"]), + ("VARNINGS", &["warnings"]), + ("TOTALITARION", &["totalitarian"]), + ("SECRETOS", &["secrets"]), + ("ORIGIANALY", &["originally"]), + ("RESERACH", &["research"]), + ("FORTHCOMMING", &["forthcoming"]), + ("UNESSECARRY", &["unnecessary"]), + ("NEIBORHOOD", &["neighborhood"]), + ("WESBITES", &["websites"]), + ("CATASTRAPHE", &["catastrophe"]), + ("SECUENCED", &["sequenced"]), + ("QEUST", &["quest"]), + ("SENSETIVE", &["sensitive"]), + ("NULLALBE", &["nullable"]), + ("ASSYMTOTICALLY", &["asymptotically"]), + ("COMISSIONING", &["commissioning"]), + ("FUNDAMENTAS", &["fundamentals"]), + ("SATELITE", &["satellite"]), + ("VOCABULARITY", &["vocabulary"]), + ("SADDENDS", &["saddens"]), + ("NEIGHBORHOOOD", &["neighborhoods", "neighborhood"]), + ("DIFFERENTATE", &["differentiate"]), + ("YIUR", &["your"]), + ("ALMOAST", &["almost"]), + ("TOUCHSCREN", &["touchscreen"]), + ("MILLINNIUM", &["millennium"]), + ("HOSPITALLITY", &["hospitality"]), + ("TECHNIQUET", &["technique"]), + ("RENDERADBLE", &["renderable"]), + ("PERFERANCE", &["preference"]), + ("KUBERNATES", &["kubernetes"]), + ("PROTECTIE", &["protective"]), + ("DESIGND", &["designed"]), + ("ADRESABLE", &["addressable"]), + ("CONDTIONED", &["conditioned"]), + ("PARTIRION", &["partition"]), + ("ABSTENANCE", &["abstinence"]), + ("BROCOLEE", &["broccoli"]), + ("UNDERWHLEMING", &["underwhelming"]), + ("NOTICIBLE", &["noticeable"]), + ("CONDENCING", &["condemning"]), + ("CONENCTIVITY", &["connectivity"]), + ("DESSCRIBING", &["describing"]), + ("PLATORMS", &["platforms"]), + ("INTERESCTED", &["intersected"]), + ("REPETOIRE", &["repertoire"]), + ("DESGINS", &["designs"]), + ("ACOMMODATE", &["accommodate"]), + ("CRAETES", &["crates", "creates"]), + ("HYRDOGEN", &["hydrogen"]), + ("RANDOMALLY", &["randomly"]), + ("ELECTRICIAL", &["electrical"]), + ("SPEPERATEING", &["separating"]), + ("INTERACTICE", &["interactive"]), + ("SQURRIEL", &["squirrel"]), + ("TRAVLING", &["traveling"]), + ("ABSOUTELY", &["absolutely"]), + ("ESCTATIC", &["ecstatic"]), + ("DIFFERNCE", &["difference"]), + ("RUNNED", &["ran", "run", "ruined"]), + ("CAFS", &["calves"]), + ("PROBABILLITY", &["probability"]), + ("FOCUMENT", &["document"]), + ("EMBDEDDED", &["embedded"]), + ("ENDPOING", &["endpoint"]), + ("HAMBURGUERS", &["hamburgers"]), + ("MDOELLED", &["modelled"]), + ("INDOCTRICATION", &["indoctrination"]), + ("PRODCUTION", &["production"]), + ("CERMONY", &["ceremony"]), + ("TREMENDIOUS", &["tremendous"]), + ("FACILITES", &["facilities"]), + ("COMPLECATE", &["complicate"]), + ("CONSRUCT", &["construct"]), + ("HORZONTAL", &["horizontal"]), + ("LEGISTATORS", &["legislators"]), + ("EHTICALLY", &["ethically"]), + ("OFFFSETS", &["offsets"]), + ("GERNAL", &["general", "journal"]), + ("COMMANT", &["command", "comment"]), + ("MINIMZATION", &["minimization"]), + ("FORBITEN", &["forbidden"]), + ("REALATIONSHIP", &["relationship"]), + ("ELIMINTE", &["eliminate"]), + ("REALISTE", &["realise"]), + ("DOOCUMENTATION", &["documentation"]), + ("FAINCEE", &["fiancee"]), + ("MMONITORING", &["monitoring"]), + ("AUTONEGOTAITION", &["autonegotiation"]), + ("SUCCINT", &["succinct"]), + ("PAERMISSIONS", &["permissions"]), + ("HAIRSYTLE", &["hairstyle"]), + ("SIGNFICANCE", &["significance"]), + ("FAMILIARE", &["familiarize"]), + ("DESTROYD", &["destroyed", "destroys"]), + ("PROMETHOUS", &["prometheus"]), + ("CONCENTRAITED", &["concentrated"]), + ("ROUTET", &["routed", "route", "router"]), + ("INSTANCIATED", &["instantiated"]), + ("CONTENEURS", &["contenders"]), + ("HNALDER", &["handler"]), + ("HELIKOPTER", &["helicopter"]), + ("SPEFICITATIONS", &["specifications"]), + ("PARAVIRUTALIZATION", &["paravirtualization"]), + ("AUTHENITICATE", &["authenticate"]), + ("MATIERALS", &["materials"]), + ("AVAILABELE", &["available"]), + ("METALURGIC", &["metallurgic"]), + ("DOCUMANT", &["document"]), + ("REQISTERS", &["registers"]), + ("COVNERSION", &["conversion"]), + ("REPRODICING", &["reproducing"]), + ("ERORR", &["error"]), + ("DEPENEDENCY", &["dependency"]), + ("PRACTICARLO", &["practical"]), + ("CONSTANDLY", &["constantly"]), + ("SCINTILLATQT", &["scintillaqt"]), + ("VALIDAT", &["validate"]), + ("EXPERANCE", &["experience"]), + ("IMPLEMENTASI", &["implements"]), + ("TRAVERES", &["traverse"]), + ("PROGIDY", &["prodigy"]), + ("WARNKNG", &["warning"]), + ("FINALLIZATION", &["finalization"]), + ("READBY", &["read"]), + ("DOLLERS", &["dollars"]), + ("ETCP", &["etc"]), + ("PROPHOCIES", &["prophecies"]), + ("RESUE", &["reuse", "rescue"]), + ("PUBLISSHER", &["publisher"]), + ("STERO", &["stereo"]), + ("ACCEPTES", &["accepts"]), + ("TRGGERS", &["triggers"]), + ("PRECICTIONS", &["predictions"]), + ("MONUMNET", &["monument"]), + ("HOKAY", &["okay"]), + ("DEAUTHENICATION", &["deauthentication"]), + ("TROTSKYITES", &["trotskyists"]), + ("SUCCEDDS", &["succeeds"]), + ("MALINE", &["malign"]), + ("RENEGOATORS", &["renegotiators"]), + ("PREOCUPATION", &["preoccupation"]), + ("APPICATIVE", &["applicative"]), + ("MUCISIANS", &["musicians"]), + ("UNREASONBLY", &["unreasonably"]), + ("REAPLYING", &["replaying"]), + ("ANECTODES", &["anecdotes"]), + ("ANLY", &["only", "any"]), + ("VOLUNTEREED", &["volunteered"]), + ("ACUMULATES", &["accumulates"]), + ("INDICATER", &["indicator"]), + ("ASSOCIATIED", &["associated"]), + ("PREDESPOSED", &["predisposed"]), + ("PASSWORS", &["passwords"]), + ("SAVEING", &["saving"]), + ("TEASPOOON", &["teaspoon"]), + ("LOOBACK", &["loopback"]), + ("MININIZE", &["minimize"]), + ("DEPDENDANCIES", &["dependencies"]), + ("ROUTEROS", &["routers"]), + ("REFFER", &["refer"]), + ("HANDSHAKS", &["handshakes"]), + ("REGULARLIZES", &["regularizes"]), + ("FLORIDIA", &["florida"]), + ("DEFINEED", &["defined"]), + ("EXCECISES", &["exercises"]), + ("CLISHAY", &["cliché"]), + ("FAMILIARIZATE", &["familiarize"]), + ("FUNCTIONAILITY", &["functionality"]), + ("CONSTRAITS", &["constraints"]), + ("PROTYPTED", &["prototyped"]), + ("MILISECONDS", &["milliseconds"]), + ("SUBNEGOTATIATIONS", &["subnegotiations"]), + ("SUBNEGOZIATIONS", &["subnegotiations"]), + ("KRYPTINITE", &["kryptonite"]), + ("SCIENTISS", &["scientist"]), + ("DOWNGARADING", &["downgrading"]), + ("PROMTPS", &["prompts"]), + ("CONET", &["connect"]), + ("ZIMBABWAEN", &["zimbabwe"]), + ("EMBARASSMENT", &["embarrassment"]), + ("OMLET", &["omelet"]), + ("HOSTORY", &["history"]), + ("FIGHITNG", &["fighting"]), + ("CERIFIED", &["certified", "verified"]), + ("PROPULAIOS", &["propulsion"]), + ("POLYMORPIC", &["polymorphic"]), + ("SPEFICIICATIONS", &["specifications"]), + ("TYPOGRAPHC", &["typographic"]), + ("ALGORTHYMICALLY", &["algorithmically"]), + ("DISTINTCLY", &["distinctly"]), + ("NORTHWESTENER", &["northwestern"]), + ("ANISOTROPHICALLY", &["anisotropically"]), + ("CHGANGES", &["changes"]), + ("RENEGOTITATES", &["renegotiates"]), + ("ANSCESTOR", &["ancestor"]), + ("SPESHELLY", &["specially", "especially"]), + ("UNCERTANITY", &["uncertainty"]), + ("DCOKERD", &["dockerd", "docked", "docker"]), + ("TOXICITIY", &["toxicity"]), + ("COUNTERD", &["countered"]), + ("DOOMDSAY", &["doomsday"]), + ("DEFATULT", &["default"]), + ("IMPLANTASE", &["implants"]), + ("CHARMISA", &["charisma"]), + ("ANIMATONIC", &["animatronic"]), + ("DEVOVLE", &["devolve"]), + ("POSSESSE", &["possessive"]), + ("CORRENSPONDENTS", &["correspondents"]), + ("FUMCTIONALLY", &["functionally"]), + ("REFROMISTS", &["reformists"]), + ("RETIRMENT", &["retirement"]), + ("STICHES", &["stitches"]), + ("ZIONSIT", &["zionist"]), + ("OCATVE", &["octave"]), + ("RENEGOTIOTATION", &["renegotiation"]), + ("PUBLISHHER", &["publisher"]), + ("INTSALLED", &["installed"]), + ("COLLABERATIVELY", &["collaboratively"]), + ("SUBMISISON", &["submissions", "submission"]), + ("OPRHANS", &["orphans"]), + ("INHERINTLY", &["inherently"]), + ("DISTINT", &["distinct"]), + ("FRATURNITY", &["fraternity"]), + ("IMPUNS", &["impugns"]), + ("COMPOTS", &["compost"]), + ("SPECIFCIED", &["specified"]), + ("TRASFORMER", &["transformer"]), + ("SHIPPMENT", &["shipment"]), + ("UNTERLEAVED", &["interleaved"]), + ("AUTHETHENTICATION", &["authentication"]), + ("DISAMGIGUATION", &["disambiguation"]), + ("INSIDDE", &["inside"]), + ("CONVIENENT", &["convenient"]), + ("ARCHEYTPES", &["archetypes"]), + ("ARBITRERS", &["arbiters", "arbitrators"]), + ("BOOMARKS", &["bookmarks"]), + ("INAPPROPRATE", &["inappropriate"]), + ("AFTERAWARDS", &["afterwards"]), + ("EXLCUSIVE", &["exclusive"]), + ("UNSUBSCRITPITONS", &["unsubscriptions"]), + ("UNDERFOW", &["underflow"]), + ("ACCELORATING", &["accelerating"]), + ("PLANSEWALKERS", &["planeswalker"]), + ("UNDESCORES", &["underscores"]), + ("AGGRESIONS", &["aggression"]), + ("SPARTANIIS", &["spartans"]), + ("DESCTRUCTOR", &["destructor"]), + ("RADICAS", &["radicals"]), + ("INSPRIED", &["inspired"]), + ("RICKOSHAYED", &["ricocheted"]), + ("MELATONIAN", &["melatonin"]), + ("SPEFIXALLY", &["specifically"]), + ("TPYO", &["typo"]), + ("COMPENDUIM", &["compendium"]), + ("SHADHOW", &["shadow"]), + ("OBJECITVES", &["objectives"]), + ("SHAREING", &["sharing"]), + ("APARTHIDE", &["apartheid"]), + ("DESCRETE", &["discrete"]), + ("SUPRESSIBLE", &["suppressible"]), + ("AGRESSIVENESS", &["aggressiveness"]), + ("REPRESANTS", &["represents"]), + ("RESSURECTION", &["resurrection"]), + ("CHCKBOX", &["checkbox"]), + ("PRIVILIDGE", &["privilege"]), + ("PRETENTIOS", &["pretentious"]), + ("FURSTHER", &["further"]), + ("PITCHFORDS", &["pitchforks"]), + ("EXPANBLE", &["expandable"]), + ("UNSUCESSSFULL", &["unsuccessful"]), + ("FORGIVNESS", &["forgiveness"]), + ("SINICS", &["cynics"]), + ("BUREAUCRATISCHE", &["bureaucratic"]), + ("BCEUASE", &["because"]), + ("FIRMARE", &["firmware"]), + ("INTERSECCTED", &["intersected"]), + ("BLOSUMS", &["blossoms"]), + ("DECLAREES", &["declares"]), + ("PEFORATED", &["perforated"]), + ("ALGORHITM", &["algorithm"]), + ("CONNCTIONS", &["connections"]), + ("DOWNLADED", &["downloaded"]), + ("PSHYCOLOGICALLY", &["psychologically"]), + ("GNERATION", &["generation"]), + ("INFLITRATOR", &["infiltrator"]), + ("ATTRIBURED", &["attributed"]), + ("ENAGEMENT", &["engagement"]), + ("ADDIONALLY", &["additionally"]), + ("CONSIDDERATION", &["consideration"]), + ("PAKCAGE", &["package"]), + ("UNSUBSCRIPED", &["unsubscribed"]), + ("PROCESESS", &["processes"]), + ("NEIGHBERHOUD", &["neighborhood"]), + ("BREIF", &["brief"]), + ("AQUIT", &["acquit"]), + ("ENTHUSIESTS", &["enthusiasts"]), + ("DOWNVOTEURS", &["downvoters"]), + ("VISABLY", &["visibly"]), + ("CUDDLEYS", &["cuddles"]), + ("ALGORRITHMIC", &["algorithmic"]), + ("PREDICITVE", &["predictive"]), + ("SUBSTITUATION", &["substitution"]), + ("SCULPTEUR", &["sculpture"]), + ("REFARTORED", &["refactored", "refracted"]), + ("CALCURATE", &["calculate"]), + ("EXCECUTIVES", &["executives"]), + ("DEPDENENCIES", &["dependencies"]), + ("UNDENIABLELY", &["undeniably"]), + ("SYMPTOOM", &["symptom"]), + ("ELEEMNT", &["element"]), + ("EXPOLITATION", &["exploitation"]), + ("ABSOLUELY", &["absolutely"]), + ("CHAPER", &["chapter"]), + ("ALHABETICALLY", &["alphabetically"]), + ("SALUGHTERED", &["slaughtered"]), + ("MARGANILIZE", &["marginalized"]), + ("DEFINTE", &["definite", "define"]), + ("MILENNIA", &["millennia"]), + ("SIMPTOMATIC", &["symptomatic"]), + ("FORBITTEN", &["forbidden"]), + ("SUBJECTIVLY", &["subjectively"]), + ("STRIKETHOUGH", &["strikethrough"]), + ("DISADVENTAGED", &["disadvantaged"]), + ("LOACTIONS", &["locations"]), + ("ACCCURACY", &["accuracy"]), + ("DISCRIMINE", &["discriminate"]), + ("ACKNODLEDGMENTS", &["acknowledgments"]), + ("EXLCUDED", &["excluded"]), + ("PERMITIS", &["permits"]), + ("MONTS", &["months"]), + ("INSISTANCE", &["insistence"]), + ("BABYSISTER", &["babysitter"]), + ("CACLIUM", &["calcium"]), + ("DDOGERS", &["dodgers"]), + ("IMPELEMENTED", &["implemented"]), + ("NOTORIOS", &["notorious"]), + ("CONPLIMENTARY", &["complimentary"]), + ("CHARACETERS", &["characters"]), + ("HIERARCHJY", &["hierarchy"]), + ("COHERANTLY", &["coherently"]), + ("FRIENTSHIPS", &["friendships"]), + ("SUPEBLOCK", &["superblock"]), + ("INCONVEIENCE", &["inconvenience"]), + ("REBUIT", &["rebuilt"]), + ("NOTIFICATON", &["notification"]), + ("INVESTIAGTIONS", &["investigations"]), + ("CONVERSATIONG", &["conservation"]), + ("PLAS", &["plays"]), + ("THOURGH", &["thorough", "through"]), + ("NEIGHBOURHODDS", &["neighbourhoods"]), + ("IMPROTATION", &["importation"]), + ("ASSUMUNG", &["assuming"]), + ("FOUCSED", &["focused"]), + ("RENWAL", &["renewal"]), + ("COMPLIMENTJE", &["complimented"]), + ("GRAPICHS", &["graphics"]), + ("CONVINED", &["combined", "convinced"]), + ("CRRESPOND", &["correspond"]), + ("MOUNTAN", &["mountain"]), + ("INITIATIATS", &["initiates"]), + ("GASTLY", &["ghastly", "vastly"]), + ("AOTHER", &["another", "other", "mother"]), + ("ENBALING", &["enabling"]), + ("CONNECION", &["connection"]), + ("MISFOURTUNES", &["misfortunes"]), + ("PRESUMABY", &["presumably"]), + ("HALLICUNATIONS", &["hallucinations"]), + ("CORRESPONDERS", &["corresponds"]), + ("DELGATING", &["delegating"]), + ("ASSOAIATES", &["associates"]), + ("DISRESPECTUL", &["disrespectful"]), + ("RESTATTING", &["restarting", "restating"]), + ("NEGLEGTING", &["neglecting"]), + ("CONVICITONS", &["convictions"]), + ("DIACIRITCS", &["diacritics"]), + ("SUPPOSEDED", &["supposed"]), + ("CACLUATING", &["calculating"]), + ("VARRIANCE", &["variance"]), + ("CONGRESSSMAN", &["congressman"]), + ("ENCOUNTEERD", &["encountered"]), + ("ENTHUSIATIC", &["enthusiastic"]), + ("RENEGOTITION", &["renegotiation"]), + ("SENSASIONALISM", &["sensationalism"]), + ("DEFINITIAN", &["definition"]), + ("TRAINWREK", &["trainwreck"]), + ("REPRESENTETIVES", &["representatives"]), + ("SPEHRICAL", &["spherical"]), + ("ALIGND", &["aligned"]), + ("SUPPORTIED", &["supported"]), + ("PROVODE", &["provide"]), + ("GMAERTAG", &["gamertag"]), + ("SMARTRE", &["smarter"]), + ("TOOSDAY", &["tuesday"]), + ("CRIRICALLY", &["critically"]), + ("INSTALING", &["installing"]), + ("DEFICIENCE", &["deficiencies"]), + ("CANNIBALISIM", &["cannibalism"]), + ("HMDI", &["hdmi"]), + ("PAIROCHEELITY", &["parochiality"]), + ("BEGATIVE", &["negative"]), + ("COMPONES", &["compose"]), + ("BECHMARKS", &["benchmarks"]), + ("IMPEMENTLING", &["implementing"]), + ("BROWSEABLE", &["browsable"]), + ("DISTINUGISH", &["distinguish"]), + ("ACCESSINTG", &["accessing"]), + ("ARMISTIS", &["armistice"]), + ("LIBERALES", &["liberals"]), + ("REGSTRY", &["registry"]), + ("IMMORTALES", &["immortals"]), + ("GREENHOE", &["greenhouse"]), + ("TROLING", &["trolling"]), + ("EXPERIMENTATLY", &["experimentally"]), + ("DISALBES", &["disables"]), + ("TANSLATED", &["translated"]), + ("DOCUHEBAG", &["douchebag"]), + ("SKWALK", &["squawk"]), + ("IMPROOF", &["improve"]), + ("TRANSGENGERED", &["transgendered"]), + ("AWKWARDY", &["awkwardly"]), + ("SOMTHING", &["something"]), + ("SIVING", &["saving", "sieving"]), + ("CONTRIUBTED", &["contributed"]), + ("DISSASOCIATED", &["disassociated"]), + ("CONSITUENTS", &["constituents"]), + ("CINIMATOGRAPHY", &["cinematography"]), + ("GAURANTEES", &["guarantees"]), + ("AKSS", &["asks", "ass"]), + ("RELATIATE", &["retaliate"]), + ("MESSAGEPAD", &["messaged"]), + ("VIRGINTIY", &["virginity"]), + ("TCAHCE", &["cache"]), + ("PREFERECE", &["preference"]), + ("ANIMETED", &["animated"]), + ("RECIEVED", &["received"]), + ("ALGOORITHMIC", &["algorithmic"]), + ("SOLDILY", &["solidly"]), + ("UPRADING", &["upgrading"]), + ("OFFLAOD", &["offload"]), + ("PREREQUISTES", &["prerequisites"]), + ("CORRESPONDG", &["corresponding"]), + ("ABPUT", &["about"]), + ("HIEARCHIES", &["hierarchies"]), + ("CAMOUFLAGUE", &["camouflage"]), + ("STRUCUTRAL", &["structural"]), + ("FOLLFOWED", &["followed"]), + ("HEADDERS", &["headers"]), + ("QUADROOPLE", &["quadruple"]), + ("POSSABILITY", &["possibility"]), + ("CONSICOUSNESS", &["consciousness"]), + ("ORGANISERAD", &["organised"]), + ("SEGMENETS", &["segments"]), + ("TRUCTURES", &["structures"]), + ("PRESUMPTEOUS", &["presumptuous"]), + ("SPEFICITIFER", &["specifier"]), + ("BEETER", &["better"]), + ("SUGGUESTION", &["suggestion"]), + ("VARIALBLES", &["variables"]), + ("CAPACIATY", &["capacity"]), + ("POLICITALLY", &["politically"]), + ("PARTISIONED", &["partitioned"]), + ("TRANSPACENCIES", &["transparencies"]), + ("UTILTY", &["utility"]), + ("DECALRATIOSN", &["declarations"]), + ("ENUMURATION", &["enumeration"]), + ("ACORDIANS", &["accordions"]), + ("FURZZER", &["fuzzer"]), + ("MASTERNIND", &["mastermind"]), + ("APPEARANTLY", &["apparently"]), + ("UNDERWARTER", &["underwater"]), + ("TEMPRAARILY", &["temporarily"]), + ("COINCIDENTIA", &["coincidental"]), + ("UNANYMOUS", &["unanimous"]), + ("ENOGHT", &["enough"]), + ("PERFOEMAMCE", &["performance"]), + ("UNDERLFLOWED", &["underflowed"]), + ("WHATHEVER", &["whatever"]), + ("GOVERNMETN", &["governments"]), + ("EXPERMIENTEL", &["experimental"]), + ("RESIDENTAL", &["residential"]), + ("HANDLEING", &["handling"]), + ("CRUSIERS", &["cruisers"]), + ("PROPERTUS", &["properties"]), + ("DISTINQUISHES", &["distinguishes"]), + ("ITESM", &["items"]), + ("ALLOPONES", &["allophones"]), + ("PRIVILIGE", &["privilege"]), + ("RESTRICITVE", &["restrictive"]), + ("DOOCUMENTARIES", &["documentaries"]), + ("ACCESSSIIBLITY", &["accessibility"]), + ("EVAULATOR", &["evaluator"]), + ("BOUNGIND", &["bounding"]), + ("RENEGOTHIATE", &["renegotiate"]), + ("TORHCLIGHT", &["torchlight"]), + ("INNERSECTION", &["intersection"]), + ("UNCONDITIANAL", &["unconditional"]), + ("SRCIPTS", &["scripts"]), + ("THWE", &["the"]), + ("PARAVIRUTALISE", &["paravirtualise"]), + ("GOTHENBERG", &["gothenburg"]), + ("COMMUNITITES", &["communities"]), + ("FRUSTRATIES", &["frustrates"]), + ("RECTIINEAR", &["rectilinear"]), + ("DEENDENCIES", &["dependencies"]), + ("HEVEANLY", &["heavenly"]), + ("DISSABLE", &["disable"]), + ("BLANCES", &["balances", "glances", "lances"]), + ("CERTERN", &["certain"]), + ("ADDJUSTS", &["adjusts"]), + ("RIDICULOSE", &["ridicule"]), + ("RETAIRED", &["retired"]), + ("SPEFIFERS", &["specifiers"]), + ("HEIGTHS", &["heights"]), + ("SUTRACT", &["subtract"]), + ("WHTHER", &["whether"]), + ("UNAVAILIBLE", &["unavailable"]), + ("THREATNING", &["threatening"]), + ("ALLTOUGH", &["although"]), + ("PACKEGES", &["packages"]), + ("ANNOYINGY", &["annoyingly"]), + ("ATTENNUATION", &["attenuation"]), + ("DIRECLY", &["directly"]), + ("INVULVERABLE", &["invulnerable"]), + ("DESTORYING", &["destroying"]), + ("PROPHETES", &["prophets"]), + ("ASSESSEMENT", &["assessment"]), + ("PASSIVELLY", &["passively"]), + ("RETUNRED", &["returned"]), + ("INCLDING", &["including"]), + ("AUTOMATCIALLY", &["automatically"]), + ("FELTCHER", &["fletcher"]), + ("DISUCSSIONS", &["discussions"]), + ("COALESCSING", &["coalescing"]), + ("NEAD", &["need", "head", "knead"]), + ("THIRS", &["third", "thirst"]), + ("DESCIPTOR", &["descriptor"]), + ("RESISTANSEN", &["resistances"]), + ("RENEGOTAIATIONS", &["renegotiations"]), + ("PEIRODICAL", &["periodical"]), + ("TRANSOFRM", &["transform"]), + ("INCOMPATIBLITY", &["incompatibility"]), + ("INAPPROPRIATELLY", &["inappropriately"]), + ("CONOTATION", &["connotation"]), + ("TITAINUM", &["titanium"]), + ("ALGORORITHMIC", &["algorithmic"]), + ("INTERSECCTS", &["intersects"]), + ("CRSYTALLINE", &["crystalline"]), + ("PSYCHEDLIC", &["psychedelic"]), + ("DOWNGRADDES", &["downgrades"]), + ("BARBARIONS", &["barbarians"]), + ("ATTATCHED", &["attached"]), + ("ASSIMILATIE", &["assimilate"]), + ("PAYCHIATRIST", &["psychiatrist"]), + ("CATAPILLER", &["caterpillar"]), + ("ORGININAL", &["original"]), + ("CONFIGUREABLE", &["configurable"]), + ("LESSSONS", &["lessons"]), + ("APPROUVAL", &["approval"]), + ("ABND", &["and"]), + ("SPEFIFIER", &["specifier"]), + ("CORRPUTION", &["corruption"]), + ("TUNGES", &["tongues"]), + ("SIMULATORE", &["simulate"]), + ("FOLLWOWIN", &["following"]), + ("CAPASITORS", &["capacitors"]), + ("DECORATIE", &["decorative"]), + ("INCREMEANTED", &["incremented"]), + ("EXPERIMNETED", &["experimented"]), + ("PLAYTHROUGHERS", &["playthroughs"]), + ("LESBIANEST", &["lesbians"]), + ("MUTLIPLICITES", &["multiplicities"]), + ("SUBNEGOTITATIONS", &["subnegotiations"]), + ("ECRET", &["secret", "erect"]), + ("INDEPENTEND", &["independents"]), + ("IMPLEMENETATIONS", &["implementations"]), + ("CONTACTOS", &["contacts"]), + ("DISSSOCIATES", &["dissociates"]), + ("COUNSILS", &["counsels"]), + ("HENDLER", &["handler"]), + ("PROCEDGER", &["procedure"]), + ("PESTACIDES", &["pesticides"]), + ("CALIFORIAN", &["californian"]), + ("POPOLATES", &["populates"]), + ("BRIGTH", &["bright"]), + ("TROTZKY", &["trotsky"]), + ("GAMERGAT", &["gamertag"]), + ("ARGUMENTAS", &["arguments"]), + ("CORRECTIN", &["correction"]), + ("INERITORS", &["inheritors"]), + ("ROOMATES", &["roommates"]), + ("AVAITION", &["aviation"]), + ("RATATOOEE", &["ratatouille"]), + ("ANDORID", &["android"]), + ("PARAMETROS", &["parameters"]), + ("EFFULENCE", &["effluence"]), + ("COUNCIDENTAL", &["coincidental"]), + ("UNSUNSCRIBED", &["unsubscribed"]), + ("FEATCHED", &["fetched"]), + ("MOTATION", &["notation", "rotation", "motivation"]), + ("ASSOCIATD", &["associated"]), + ("SITUATINAL", &["situational"]), + ("POPULOS", &["populous"]), + ("BELEAVING", &["believing"]), + ("ADAPATER", &["adapter"]), + ("REALATIVE", &["relative"]), + ("FROMT", &["from", "front"]), + ("IMPEMENTAION", &["implementation"]), + ("PARTICAL", &["particular", "partial", "particle"]), + ("SPECTRAIL", &["spectral"]), + ("LVOE", &["love"]), + ("PHYSISIONS", &["physicians"]), + ("LINGTH", &["length"]), + ("LINERISATION", &["linearisation"]), + ("ENVIOMENTAL", &["environmental"]), + ("CONTENTOUS", &["contentious"]), + ("PERFORMAED", &["performed"]), + ("SINCERLY", &["sincerely"]), + ("TRIGNAMETRIC", &["trigonometric"]), + ("SUBGREGION", &["subregion"]), + ("IMAGENARY", &["imaginary"]), + ("ARCHAEOLGY", &["archaeology"]), + ("MUTUALL", &["mutually"]), + ("OPPRESSIN", &["oppression"]), + ("MIRGAINE", &["migraine"]), + ("TECHINCALITY", &["technicality"]), + ("BECAMES", &["becomes", "became"]), + ("IMPROOVED", &["improved"]), + ("MOMMENT", &["moment"]), + ("PREPPENDED", &["prepended"]), + ("REFEDENDUM", &["referendum"]), + ("NUCULAR", &["nuclear"]), + ("WARINGS", &["warnings"]), + ("PROCRESTINATION", &["procrastination"]), + ("EXECUNES", &["executes"]), + ("PRIMSRY", &["primary"]), + ("IMPROVEMNTS", &["improvements"]), + ("FAMILAR", &["familiar"]), + ("YELD", &["yield"]), + ("REJCTED", &["rejected"]), + ("APPOXIMATELY", &["approximately"]), + ("CONFERNCE", &["conference"]), + ("EXPLICETELY", &["explicitly"]), + ("DYREGULATION", &["deregulation"]), + ("OAKEROUS", &["ocherous"]), + ("DEMOCRATAS", &["democrats"]), + ("KEYNODE", &["keynote"]), + ("DEVICESR", &["devices"]), + ("PROTHSETIC", &["prosthetic"]), + ("DEFINATELEY", &["definitely"]), + ("ACITVATES", &["activates"]), + ("DESTROYEER", &["destroyers"]), + ("ESSENTAIL", &["essential"]), + ("LATTITUDE", &["latitude"]), + ("FIGURATIVELLY", &["figuratively"]), + ("VERTEXES", &["vertices"]), + ("TERMNIATORS", &["terminators"]), + ("ALOOWS", &["allows"]), + ("GWAVA", &["guava"]), + ("AMAZAING", &["amazing"]), + ("COMMEN", &["commend", "comment", "common"]), + ("SINGOLED", &["signaled", "singled"]), + ("ATOMTIC", &["atomic", "automatic"]), + ("RELEVENT", &["relevant"]), + ("ARBATRARY", &["arbitrary"]), + ("THINN", &["thin"]), + ("CONVEXE", &["convex", "convexes"]), + ("DANCEING", &["dancing"]), + ("MENTINED", &["mentioned"]), + ("BACTCH", &["batch"]), + ("EXPEMTIONS", &["exemptions"]), + ("DEPELTED", &["depleted"]), + ("PLASTICUS", &["plastics"]), + ("TRANFORMER", &["transformer"]), + ("NEGOTAIATED", &["negotiated"]), + ("REPARAMTERISED", &["reparameterised"]), + ("REHERSING", &["rehearsing"]), + ("ENTREPRENEUERS", &["entrepreneurs"]), + ("PREPOSTERUS", &["preposterous"]), + ("SHOILD", &["should"]), + ("ENMPTY", &["empty"]), + ("ROUNDTRIPED", &["roundtripped"]), + ("INSTURCTORS", &["instructors"]), + ("REUDCTION", &["reduction"]), + ("PROFESSIONALSIM", &["professionalism"]), + ("WLAKING", &["walking"]), + ("MOTORCYLCE", &["motorcycle"]), + ("UNKNWOINGLY", &["unknowingly"]), + ("COMMERCIE", &["commerce"]), + ("MISSCOUNTED", &["miscounted"]), + ("OTHERWEISE", &["otherwise"]), + ("COALESC", &["coalesce"]), + ("MOISTORIZING", &["moisturizing"]), + ("ARTIFACS", &["artifacts"]), + ("DETERMINSE", &["determines"]), + ("DEPRESSSION", &["depression"]), + ("VARIUOUS", &["various"]), + ("ADAPTEE", &["adapted"]), + ("SPEICIFED", &["specified"]), + ("RESOURCD", &["resourced", "resource"]), + ("REFERES", &["refers", "referees"]), + ("TRIDNET", &["trident"]), + ("FILS", &["fills", "files", "file"]), + ("INTEREACTION", &["intersection"]), + ("ARCHITECURES", &["architectures"]), + ("DRIVR", &["driver"]), + ("ASYMETRICALLY", &["asymmetrically"]), + ("CIRCULAIRE", &["circular"]), + ("WORKSPSACE", &["workspace"]), + ("REALODING", &["reloading"]), + ("SIMPILIFY", &["simplify"]), + ("ANTENNNA", &["antenna"]), + ("WHILTELIST", &["whitelist"]), + ("KILOMITERS", &["kilometers"]), + ("DOOCUMENTS", &["documents"]), + ("REPSPECTIVELY", &["respectively"]), + ("BROWESR", &["browser"]), + ("BELIEV", &["believe"]), + ("EXPERIMENTERADE", &["experimented"]), + ("INSIPRATION", &["inspiration"]), + ("MICRCONTROLLER", &["microcontroller"]), + ("DIMAONDS", &["diamonds"]), + ("PROBALBY", &["probably"]), + ("EDIITORS", &["editors"]), + ("AFGANHISTAN", &["afghanistan"]), + ("GRAMMARICAL", &["grammatical"]), + ("MIGT", &["might", "midget"]), + ("DESTINATINS", &["destinations"]), + ("DISTIRBUTES", &["distributes"]), + ("INITIALISATON", &["initialisation"]), + ("INERNAL", &["internal"]), + ("DISINGENUOS", &["disingenuous"]), + ("NORMALIZTION", &["normalization"]), + ("POTATOS", &["potatoes"]), + ("MULTITUDINE", &["multitude"]), + ("ENCYRPTION", &["encryption"]), + ("REWATCHIMG", &["rewatching"]), + ("OBSERVERED", &["observed"]), + ("BREAKTHRUOGHS", &["breakthroughs"]), + ("ORANGISM", &["organism"]), + ("COMPOENNT", &["component"]), + ("DIAMTER", &["diameter"]), + ("SYCHRONOUS", &["synchronous"]), + ("SECUIRTY", &["security"]), + ("DEISGNING", &["designing"]), + ("IMPLMENETD", &["implemented"]), + ("IDEALOGIES", &["ideologies"]), + ("PREOVIDED", &["provided"]), + ("FOLWOER", &["follower"]), + ("MUSCULAIR", &["muscular"]), + ("ISALNDERS", &["islanders"]), + ("GUARRANTES", &["guarantees"]), + ("PYRMAID", &["pyramid"]), + ("OVERZELOUSLY", &["overzealously"]), + ("ASSIMTOTE", &["asymptote"]), + ("BCUKET", &["bucket"]), + ("GIAGBYTE", &["gigabyte"]), + ("ANTRHOPOLOGY", &["anthropology"]), + ("QUESTIONNAIR", &["questionnaire"]), + ("POINDCLOUD", &["pointcloud"]), + ("CUSINE", &["cuisine"]), + ("CONVINE", &["convince", "combine"]), + ("QUESTIONARES", &["questionnaires"]), + ("EMPASSES", &["impasses"]), + ("REGEISTER", &["register"]), + ("FORNTLINE", &["frontline"]), + ("INTELLECTUALISME", &["intellectuals"]), + ("COPUTED", &["computed"]), + ("STABEL", &["stable"]), + ("ANTOGONISTIC", &["antagonistic"]), + ("NEGOZIATOR", &["negotiator"]), + ("HOMEGENEOUS", &["homogeneous"]), + ("AFETER", &["after"]), + ("XMDOEL", &["xmodel"]), + ("GUARRANTIEING", &["guaranteeing"]), + ("STATEMENET", &["statement"]), + ("ATTRIUBUTE", &["attribute"]), + ("ACCRONYMS", &["acronyms"]), + ("INSTATIATION", &["instantiation"]), + ("CORINTHEANS", &["corinthians"]), + ("FUNCITONING", &["functioning"]), + ("CARNBERRY", &["cranberry"]), + ("SESSSIONS", &["sessions"]), + ("COUNCELLED", &["counselled"]), + ("AMENDEMENT", &["amendment"]), + ("PERPETRATERS", &["perpetrators"]), + ("LENGHS", &["lengths"]), + ("REPRODUCCION", &["reproduction"]), + ("ACCUASTION", &["accusation"]), + ("ELIPTIC", &["elliptic"]), + ("EXPLIOTING", &["exploiting"]), + ("FABIRCATES", &["fabricates"]), + ("DOWNLOAAD", &["download"]), + ("CONATINERS", &["containers"]), + ("COUNTIRES", &["countries", "counties"]), + ("DOMIANS", &["domains"]), + ("INCRAMENTAL", &["incremental"]), + ("CONTACTES", &["contacts"]), + ("CURRECTS", &["corrects", "currents"]), + ("CONCURMENT", &["concurrent"]), + ("CONCNETRATION", &["concentrations"]), + ("ATTACHEMNT", &["attachment"]), + ("INCOHORENT", &["incoherent"]), + ("WATHDOG", &["watchdog"]), + ("QUNETIN", &["quentin"]), + ("TERMNIATIONS", &["terminations"]), + ("UNECCESARY", &["unnecessary"]), + ("VARIEABLES", &["variables"]), + ("SUPPLAMENTED", &["supplemented"]), + ("MOISTURIZNG", &["moisturizing"]), + ("COMRPOMISE", &["compromise"]), + ("ARCHIECTURE", &["architecture"]), + ("MININIZED", &["minimized"]), + ("DOWNAGRADING", &["downgrading"]), + ("MAYBALLINE", &["maybelline"]), + ("ADIVSORIY", &["advisory", "advisories"]), + ("YESTURDAY", &["yesterday"]), + ("ATTEMPING", &["attempting"]), + ("POSITONAL", &["positional"]), + ("SUCCSEEDED", &["succeeded"]), + ("ASTERIOD", &["asteroid"]), + ("RENEGOATE", &["renegotiate"]), + ("SECONDE", &["second"]), + ("AMMENDED", &["amended"]), + ("NEIGHOURS", &["neighbours"]), + ("STRUCTIRE", &["structure"]), + ("TRANSPORTOR", &["transporter"]), + ("INTENATIONAL", &["international"]), + ("MICROPROCESSPRS", &["microprocessors"]), + ("FUCTION", &["function"]), + ("INITALISER", &["initialiser"]), + ("CRYTSAL", &["crystal"]), + ("NEGOTICATING", &["negotiating"]), + ("SEMAINTICS", &["semantics"]), + ("COMPARITVE", &["comparative"]), + ("NEGOTABLE", &["negotiable"]), + ("DEFINITOIN", &["definition"]), + ("TAMPLATED", &["templated"]), + ("RECLUTANTLY", &["reluctantly"]), + ("SEPEREATES", &["separates"]), + ("SLASES", &["slashes"]), + ("FORCOT", &["forgot"]), + ("ANALYSEAS", &["analyses"]), + ], + }, + range: 2..=34, +}; +pub static WORD_ASCII_TITLE: dictgen::Map<&'static str, &[&str]> = dictgen::Map { + map: ::phf::Map { + key: 12913932095322966823, + disps: &[ + (0, 1), + (0, 8), + (0, 175), + (0, 2), + (0, 0), + (0, 280), + (0, 9), + (0, 225), + (0, 0), + (0, 446), + (0, 113), + (0, 0), + (0, 23), + (0, 408), + (0, 22), + (0, 73), + (0, 38), + (0, 5), + (0, 430), + (0, 83), + (0, 16), + (0, 24), + (0, 181), + (0, 178), + (0, 40), + (0, 69), + (0, 92), + (0, 852), + (0, 19), + (0, 369), + (0, 39), + (0, 13), + (0, 1), + (0, 6), + (0, 57), + (0, 10), + (0, 1451), + (0, 1002), + (0, 256), + (0, 95), + (0, 211), + (0, 59), + (0, 3), + (0, 9), + (0, 148), + (0, 4), + (0, 219), + (0, 17), + (0, 23), + (0, 4), + (0, 35), + (0, 6), + (0, 7), + (0, 11), + (0, 49), + (0, 1), + (0, 139), + (0, 4), + (0, 287), + (0, 180), + (0, 17), + (0, 0), + (0, 0), + (0, 4), + (0, 3), + (0, 183), + (0, 79), + (0, 20), + (0, 163), + (0, 417), + (0, 342), + (0, 1), + (0, 346), + (0, 73), + (0, 140), + (0, 25), + (0, 4), + (0, 52), + (0, 11), + (0, 11), + (0, 0), + (0, 28), + (0, 11), + (0, 608), + (0, 40), + (0, 131), + (0, 1129), + (0, 1), + (0, 0), + (0, 523), + (0, 648), + (0, 147), + (0, 1), + (0, 8), + (0, 8), + (0, 0), + (0, 39), + (0, 163), + (0, 36), + (0, 779), + (0, 1), + (0, 115), + (0, 462), + (0, 267), + (0, 56), + (0, 9), + (0, 2323), + (0, 54), + (0, 24), + (0, 549), + (0, 8), + (0, 129), + (0, 178), + (0, 1), + (0, 6), + (0, 915), + (0, 207), + (0, 12), + (0, 1), + (0, 55), + (0, 1), + (0, 185), + (0, 1345), + (0, 400), + (0, 20), + (0, 311), + (0, 228), + (0, 161), + (0, 15), + (0, 132), + (0, 173), + (0, 55), + (0, 53), + (0, 0), + (0, 96), + (0, 28), + (0, 467), + (0, 423), + (0, 14), + (0, 1506), + (0, 3), + (0, 1060), + (0, 1655), + (0, 490), + (0, 3), + (0, 98), + (0, 138), + (0, 2), + (0, 123), + (0, 12), + (0, 322), + (0, 0), + (0, 0), + (0, 9), + (0, 976), + (0, 0), + (0, 0), + (0, 201), + (0, 5), + (0, 1578), + (0, 39), + (0, 0), + (0, 377), + (0, 0), + (0, 1493), + (0, 82), + (0, 1094), + (0, 1), + (0, 228), + (0, 31), + (0, 2), + (0, 52), + (0, 422), + (0, 0), + (0, 54), + (0, 237), + (0, 4), + (0, 12), + (0, 1362), + (0, 76), + (0, 84), + (0, 424), + (0, 49), + (0, 922), + (0, 8), + (0, 63), + (0, 272), + (0, 2), + (0, 10), + (0, 431), + (0, 1), + (0, 139), + (0, 118), + (0, 10), + (0, 187), + (0, 31), + (0, 341), + (0, 26), + (0, 386), + (0, 261), + (0, 401), + (0, 318), + (0, 38), + (0, 4), + (0, 47), + (0, 1), + (0, 11), + (0, 1861), + (0, 478), + (0, 351), + (0, 6), + (0, 255), + (0, 11), + (0, 94), + (0, 1), + (0, 3), + (0, 250), + (0, 2011), + (0, 563), + (0, 55), + (0, 4), + (0, 47), + (0, 33), + (0, 1), + (0, 0), + (0, 6), + (0, 1), + (0, 1), + (0, 906), + (0, 19), + (0, 4), + (0, 51), + (0, 307), + (0, 9), + (0, 0), + (0, 107), + (0, 386), + (0, 301), + (0, 2), + (0, 4), + (0, 1017), + (0, 1), + (0, 664), + (0, 37), + (0, 3), + (0, 1696), + (0, 5), + (0, 1872), + (0, 89), + (0, 95), + (0, 64), + (0, 436), + (0, 50), + (0, 0), + (0, 106), + (0, 470), + (0, 377), + (0, 281), + (0, 43), + (0, 29), + (0, 14), + (0, 33), + (0, 241), + (0, 1), + (0, 394), + (0, 9), + (0, 5), + (0, 3), + (0, 2473), + (0, 14), + (0, 0), + (0, 301), + (0, 3), + (0, 620), + (0, 0), + (0, 29), + (0, 184), + (0, 525), + (0, 492), + (0, 29), + (0, 38), + (0, 475), + (0, 104), + (0, 51), + (0, 959), + (0, 16), + (0, 0), + (0, 244), + (0, 4), + (0, 12), + (0, 625), + (0, 457), + (0, 180), + (0, 5), + (0, 10), + (0, 0), + (0, 51), + (0, 12), + (0, 4), + (0, 0), + (0, 252), + (0, 66), + (0, 90), + (0, 227), + (0, 128), + (0, 65), + (0, 191), + (0, 3), + (0, 6), + (0, 2), + (0, 311), + (0, 31), + (0, 0), + (0, 43), + (0, 68), + (0, 307), + (0, 118), + (0, 45), + (0, 2), + (0, 17), + (0, 50), + (0, 22), + (0, 41), + (0, 84), + (0, 12), + (0, 36), + (0, 30), + (0, 3), + (0, 1560), + (0, 0), + (0, 6), + (0, 4), + (0, 0), + (0, 214), + (0, 45), + (0, 3), + (0, 5), + (0, 2), + (0, 137), + (0, 416), + (0, 48), + (0, 4), + (0, 944), + (0, 8), + (0, 20), + (0, 60), + (0, 6), + (0, 4), + (0, 73), + (0, 65), + (0, 0), + (0, 1492), + (0, 32), + (0, 18), + (0, 0), + (0, 31), + (0, 597), + (0, 50), + (0, 8), + (0, 3), + (0, 0), + (0, 143), + (0, 419), + (0, 0), + (0, 34), + (0, 293), + (0, 5), + (0, 76), + (0, 298), + (0, 0), + (0, 7), + (0, 35), + (0, 40), + (0, 86), + (0, 12), + (0, 15), + (0, 67), + (0, 21), + (0, 4), + (0, 64), + (0, 1), + (0, 0), + (0, 35), + (0, 4), + (0, 55), + (0, 3), + (0, 6), + (0, 199), + (0, 3), + (0, 24), + (0, 12), + (0, 24), + (0, 35), + (0, 95), + (0, 83), + (0, 1439), + (0, 5), + (0, 94), + (0, 1), + (0, 17), + (0, 1771), + (0, 226), + (0, 100), + (0, 0), + (0, 81), + (0, 2), + (0, 0), + (0, 118), + (0, 11), + (0, 11), + (0, 2), + (0, 59), + (0, 26), + (0, 16), + (0, 16), + (0, 12), + (0, 44), + (0, 1), + (0, 5), + (0, 0), + (0, 2), + (0, 74), + (0, 481), + (0, 21), + (0, 21), + (0, 71), + (0, 21), + (0, 2872), + (0, 0), + (0, 2), + (0, 0), + (0, 226), + (0, 112), + (0, 933), + (0, 126), + (0, 5), + (0, 699), + (0, 23), + (0, 1), + (0, 19), + (0, 15), + (0, 2), + (0, 407), + (0, 38), + (0, 295), + (0, 36), + (0, 2), + (0, 52), + (0, 0), + (0, 939), + (0, 12), + (0, 19), + (0, 14), + (0, 35), + (0, 56), + (0, 180), + (0, 0), + (0, 1221), + (0, 49), + (0, 103), + (0, 22), + (0, 300), + (0, 38), + (0, 19), + (0, 10), + (0, 11), + (0, 0), + (0, 12), + (0, 421), + (0, 33), + (0, 5), + (0, 43), + (0, 16), + (0, 3), + (0, 3), + (0, 233), + (0, 0), + (0, 5), + (0, 1246), + (0, 14), + (0, 3), + (0, 744), + (0, 3), + (0, 1014), + (0, 40), + (0, 49), + (0, 136), + (0, 9), + (0, 0), + (0, 0), + (0, 96), + (0, 28), + (0, 1), + (0, 83), + (0, 2), + (0, 0), + (0, 176), + (0, 178), + (0, 2), + (0, 21), + (0, 68), + (0, 147), + (0, 3), + (0, 18), + (0, 608), + (0, 68), + (0, 41), + (0, 365), + (0, 210), + (0, 353), + (0, 17), + (0, 80), + (0, 345), + (0, 33), + (0, 596), + (0, 0), + (0, 23), + (0, 16), + (0, 0), + (0, 634), + (0, 5), + (0, 438), + (0, 78), + (0, 280), + (0, 11), + (0, 0), + (0, 554), + (0, 15), + (0, 1141), + (0, 3), + (0, 0), + (0, 9), + (0, 948), + (0, 1), + (0, 23), + (0, 8), + (0, 16), + (0, 2), + (0, 475), + (0, 16), + (0, 188), + (0, 24), + (0, 337), + (0, 0), + (0, 40), + (0, 53), + (0, 2), + (0, 761), + (0, 70), + (0, 62), + (0, 0), + (0, 15), + (0, 61), + (0, 99), + (0, 0), + (0, 2), + (0, 3), + (0, 69), + (0, 149), + (0, 1), + (0, 3), + (0, 25), + (0, 13), + (0, 0), + (0, 34), + (0, 698), + (0, 204), + (0, 49), + (0, 0), + (0, 16), + (0, 124), + (0, 14), + (0, 123), + (0, 28), + (0, 12), + (0, 1096), + (0, 20), + (0, 0), + (0, 111), + (0, 23), + (0, 8), + (0, 1174), + (0, 52), + (0, 0), + (0, 6), + (0, 88), + (0, 124), + (0, 149), + (0, 0), + (0, 0), + (0, 191), + (0, 33), + (0, 13), + (0, 25), + (0, 0), + (0, 18), + (0, 1), + (0, 82), + (0, 3), + (0, 139), + (0, 70), + (0, 8), + (0, 110), + (0, 831), + (0, 0), + (0, 220), + (0, 9), + (0, 0), + (0, 299), + (0, 21), + (0, 811), + (0, 1), + (0, 424), + (0, 44), + (0, 0), + (0, 490), + (0, 38), + (0, 85), + (0, 1), + (0, 4), + (0, 234), + (0, 172), + (0, 53), + (0, 4), + (0, 1619), + (0, 28), + (0, 244), + (0, 591), + (0, 100), + (0, 146), + (0, 281), + (0, 0), + (0, 0), + (0, 575), + (0, 35), + (0, 1), + (0, 18), + (0, 50), + (0, 0), + (0, 0), + (0, 549), + (0, 7), + (0, 17), + (0, 3), + (0, 29), + (0, 23), + (0, 0), + (0, 8), + (0, 518), + (0, 85), + (0, 932), + (0, 1), + (0, 2116), + (0, 3), + (0, 268), + (0, 548), + (0, 2), + (0, 41), + (0, 0), + (0, 390), + (0, 537), + (0, 71), + (0, 1), + (0, 1672), + (0, 37), + (0, 54), + (0, 67), + (0, 0), + (0, 0), + (0, 230), + (0, 617), + (0, 167), + (0, 1), + (0, 0), + (0, 47), + (0, 6), + (0, 650), + (0, 95), + (0, 4), + (0, 22), + (0, 992), + (0, 164), + (0, 62), + (0, 1), + (0, 45), + (0, 19), + (0, 228), + (0, 17), + (0, 246), + (0, 10), + (0, 59), + (0, 1), + (0, 84), + (0, 2184), + (0, 3), + (0, 10), + (0, 2), + (0, 1145), + (0, 22), + (0, 0), + (0, 4), + (0, 2), + (0, 0), + (0, 167), + (0, 0), + (0, 10), + (0, 187), + (0, 10), + (0, 8), + (0, 73), + (0, 79), + (0, 16), + (0, 26), + (0, 31), + (0, 149), + (0, 0), + (0, 1056), + (0, 86), + (0, 108), + (0, 88), + (0, 1448), + (0, 9), + (0, 167), + (0, 16), + (0, 14), + (0, 13), + (0, 37), + (0, 10), + (0, 201), + (0, 0), + (0, 91), + (0, 0), + (0, 192), + (0, 6), + (0, 600), + (0, 42), + (0, 10), + (0, 14), + (0, 32), + (0, 32), + (0, 754), + (0, 1), + (0, 6), + (0, 4), + (0, 544), + (0, 2), + (0, 10), + (0, 34), + (0, 24), + (0, 3), + (0, 88), + (0, 6), + (0, 9), + (0, 103), + (0, 2), + (0, 183), + (0, 68), + (0, 335), + (0, 620), + (0, 69), + (0, 8), + (0, 18), + (0, 0), + (0, 459), + (0, 121), + (0, 19), + (0, 0), + (0, 1), + (0, 21), + (0, 0), + (0, 195), + (0, 1704), + (0, 6), + (0, 57), + (0, 802), + (0, 5), + (0, 46), + (0, 71), + (0, 7), + (0, 1333), + (0, 585), + (0, 667), + (0, 0), + (0, 200), + (0, 5), + (0, 29), + (0, 122), + (0, 835), + (0, 0), + (0, 34), + (0, 264), + (0, 76), + (0, 0), + (0, 38), + (0, 2), + (0, 116), + (0, 145), + (0, 2), + (0, 42), + (0, 47), + (0, 207), + (0, 427), + (0, 8), + (0, 42), + (0, 203), + (0, 23), + (0, 8), + (0, 90), + (0, 212), + (0, 15), + (0, 295), + (0, 975), + (0, 19), + (0, 0), + (0, 308), + (0, 67), + (0, 1), + (0, 482), + (0, 1955), + (0, 99), + (0, 11), + (0, 284), + (0, 43), + (0, 33), + (0, 30), + (0, 352), + (0, 1377), + (0, 14), + (0, 0), + (0, 63), + (0, 21), + (0, 446), + (0, 546), + (0, 11), + (0, 1), + (0, 81), + (0, 4), + (0, 13), + (0, 408), + (0, 14), + (0, 80), + (0, 1308), + (0, 111), + (0, 404), + (0, 1), + (0, 0), + (0, 15), + (0, 335), + (0, 20), + (0, 52), + (0, 44), + (0, 24), + (0, 0), + (0, 123), + (0, 27), + (0, 0), + (0, 0), + (0, 0), + (0, 317), + (0, 64), + (0, 28), + (0, 0), + (0, 1249), + (0, 1557), + (0, 71), + (0, 28), + (0, 97), + (0, 0), + (0, 3), + (0, 82), + (0, 31), + (0, 0), + (0, 113), + (0, 79), + (0, 107), + (0, 0), + (0, 221), + (0, 803), + (0, 265), + (0, 199), + (0, 480), + (0, 3), + (0, 2), + (0, 5), + (0, 338), + (0, 34), + (0, 696), + (0, 2), + (0, 3), + (0, 12), + (0, 336), + (0, 0), + (0, 23), + (0, 41), + (0, 37), + (0, 765), + (0, 111), + (0, 1), + (0, 567), + (0, 3), + (0, 63), + (0, 7), + (0, 519), + (0, 267), + (0, 209), + (0, 55), + (0, 140), + (0, 48), + (0, 130), + (0, 4), + (0, 609), + (0, 1), + (0, 1), + (0, 0), + (0, 1151), + (0, 128), + (0, 0), + (0, 948), + (0, 8), + (0, 68), + (0, 25), + (0, 117), + (0, 8), + (0, 19), + (0, 10), + (0, 2), + (0, 7), + (0, 117), + (0, 19), + (0, 6), + (0, 1), + (0, 17), + (0, 497), + (0, 7), + (0, 747), + (0, 1090), + (0, 50), + (0, 145), + (0, 0), + (0, 13), + (0, 155), + (0, 220), + (0, 717), + (0, 18), + (0, 85), + (0, 855), + (0, 86), + (0, 50), + (0, 1306), + (0, 2), + (0, 377), + (0, 10), + (0, 8), + (0, 13), + (0, 7), + (0, 2), + (0, 134), + (0, 658), + (0, 3), + (0, 2), + (0, 183), + (0, 0), + (0, 0), + (0, 387), + (0, 102), + (0, 1), + (0, 4), + (0, 65), + (0, 0), + (0, 152), + (0, 0), + (0, 28), + (0, 0), + (0, 17), + (0, 218), + (0, 26), + (0, 972), + (0, 207), + (0, 17), + (0, 35), + (0, 47), + (0, 2), + (0, 9), + (0, 101), + (0, 5), + (0, 0), + (0, 1254), + (0, 22), + (0, 12), + (0, 275), + (0, 160), + (0, 2497), + (0, 0), + (0, 92), + (0, 508), + (0, 29), + (0, 564), + (0, 268), + (0, 3), + (0, 9), + (0, 337), + (0, 760), + (0, 71), + (0, 538), + (0, 55), + (0, 6), + (0, 333), + (0, 525), + (0, 194), + (0, 194), + (0, 808), + (0, 24), + (0, 0), + (0, 135), + (0, 82), + (0, 0), + (0, 1), + (0, 22), + (0, 3), + (0, 6), + (0, 183), + (0, 11), + (0, 360), + (0, 148), + (0, 2684), + (0, 745), + (0, 1), + (0, 250), + (0, 1), + (0, 35), + (0, 0), + (0, 362), + (0, 209), + (0, 19), + (0, 165), + (0, 1), + (0, 70), + (0, 69), + (0, 154), + (0, 40), + (0, 2072), + (0, 42), + (0, 578), + (0, 12), + (0, 0), + (0, 77), + (0, 3), + (0, 917), + (0, 222), + (0, 0), + (0, 235), + (0, 537), + (0, 302), + (0, 126), + (0, 7), + (0, 7), + (0, 43), + (0, 402), + (0, 1), + (0, 314), + (0, 1786), + (0, 92), + (0, 9), + (0, 793), + (0, 752), + (0, 1), + (0, 14), + (0, 2), + (0, 0), + (0, 33), + (0, 0), + (0, 1), + (0, 901), + (0, 953), + (0, 185), + (0, 136), + (0, 231), + (0, 0), + (0, 238), + (0, 235), + (0, 17), + (0, 0), + (0, 934), + (0, 664), + (0, 24), + (0, 121), + (0, 2), + (0, 21), + (0, 523), + (0, 185), + (0, 1377), + (0, 27), + (0, 3), + (0, 48), + (0, 122), + (0, 611), + (0, 2415), + (0, 1), + (0, 2092), + (0, 9), + (0, 9), + (0, 1), + (0, 137), + (0, 0), + (0, 168), + (0, 38), + (0, 15), + (0, 617), + (0, 2345), + (0, 1), + (0, 2), + (0, 0), + (0, 619), + (0, 12), + (0, 2), + (0, 3), + (0, 105), + (0, 421), + (0, 4), + (0, 81), + (0, 8), + (0, 0), + (0, 164), + (0, 5), + (0, 4), + (0, 1), + (0, 0), + (0, 5), + (0, 228), + (0, 8), + (0, 6), + (0, 162), + (0, 771), + (0, 7), + (0, 153), + (0, 45), + (0, 183), + (0, 282), + (0, 15), + (0, 212), + (0, 94), + (0, 36), + (0, 746), + (0, 430), + (0, 423), + (0, 73), + (0, 13), + (0, 300), + (0, 37), + (0, 384), + (0, 177), + (0, 21), + (0, 84), + (0, 1324), + (0, 2), + (0, 4), + (0, 831), + (0, 152), + (0, 851), + (0, 14), + (0, 589), + (0, 20), + (0, 3), + (0, 1384), + (0, 0), + (0, 2), + (0, 35), + (0, 2), + (0, 49), + (0, 68), + (0, 3), + (0, 1), + (0, 272), + (0, 4), + (0, 327), + (0, 2339), + (0, 93), + (0, 0), + (0, 373), + (0, 45), + (0, 352), + (0, 53), + (0, 4), + (0, 9), + (0, 8), + (0, 97), + (0, 0), + (0, 2), + (0, 25), + (0, 71), + (0, 143), + (0, 3), + (0, 309), + (0, 138), + (0, 293), + (0, 1142), + (0, 0), + (0, 281), + (0, 57), + (0, 1753), + (0, 31), + (0, 6), + (0, 41), + (0, 179), + (0, 1), + (0, 307), + (0, 2), + (0, 1098), + (0, 1), + (0, 240), + (0, 37), + (0, 342), + (0, 7), + (0, 109), + (0, 565), + (0, 1224), + (0, 4), + (0, 86), + (0, 6), + (0, 21), + (0, 84), + (0, 2701), + (0, 55), + (0, 213), + (0, 142), + (0, 130), + (0, 52), + (0, 735), + (0, 293), + (0, 0), + (0, 11), + (0, 36), + (0, 0), + (0, 615), + (0, 733), + (0, 1347), + (0, 143), + (0, 40), + (0, 292), + (0, 2), + (0, 33), + (0, 0), + (0, 40), + (0, 659), + (0, 1), + (0, 7), + (0, 14), + (0, 3), + (0, 2), + (0, 10), + (0, 480), + (0, 95), + (0, 4), + (0, 3), + (0, 26), + (0, 64), + (0, 4), + (0, 138), + (0, 646), + (0, 288), + (0, 210), + (0, 2), + (0, 171), + (0, 2993), + (0, 433), + (0, 65), + (0, 41), + (0, 72), + (0, 36), + (0, 13), + (0, 22), + (0, 348), + (0, 22), + (0, 315), + (0, 727), + (0, 310), + (0, 67), + (0, 4), + (0, 66), + (0, 4), + (0, 136), + (0, 1), + (0, 0), + (0, 521), + (0, 155), + (0, 408), + (0, 27), + (0, 49), + (0, 602), + (0, 3), + (0, 4), + (0, 14), + (0, 6), + (0, 19), + (0, 12), + (0, 458), + (0, 0), + (0, 568), + (0, 69), + (0, 385), + (0, 2), + (0, 8), + (0, 233), + (0, 58), + (0, 5), + (0, 17), + (0, 114), + (0, 53), + (0, 430), + (0, 11), + (0, 947), + (0, 3), + (0, 3), + (0, 139), + (0, 83), + (0, 118), + (0, 1), + (0, 119), + (0, 386), + (0, 500), + (0, 1393), + (0, 6), + (0, 65), + (0, 562), + (0, 12), + (0, 1522), + (0, 2), + (0, 188), + (0, 70), + (0, 31), + (0, 17), + (0, 1), + (0, 847), + (0, 8), + (0, 7), + (0, 290), + (0, 1133), + (0, 49), + (0, 212), + (0, 32), + (0, 27), + (0, 341), + (0, 4), + (0, 22), + (0, 10), + (0, 764), + (0, 21), + (0, 542), + (0, 1), + (0, 336), + (0, 3), + (0, 7), + (0, 2408), + (0, 4), + (0, 74), + (0, 0), + (0, 158), + (0, 225), + (0, 1), + (0, 11), + (0, 449), + (0, 92), + (0, 39), + (0, 140), + (0, 1), + (0, 678), + (0, 1), + (0, 1371), + (0, 43), + (0, 58), + (0, 111), + (0, 146), + (0, 737), + (0, 1), + (0, 1095), + (0, 297), + (0, 160), + (0, 80), + (0, 3), + (0, 8), + (0, 101), + (0, 36), + (0, 17), + (0, 150), + (0, 1), + (0, 269), + (0, 43), + (0, 494), + (0, 314), + (0, 388), + (0, 5), + (0, 11), + (0, 2), + (0, 92), + (0, 70), + (0, 7), + (0, 423), + (0, 198), + (0, 353), + (0, 1399), + (0, 114), + (0, 95), + (0, 490), + (0, 0), + (0, 5), + (0, 147), + (0, 0), + (0, 1), + (0, 625), + (0, 219), + (0, 0), + (0, 458), + (0, 0), + (0, 0), + (0, 638), + (0, 95), + (0, 0), + (0, 171), + (0, 4), + (0, 643), + (0, 1939), + (0, 0), + (0, 17), + (0, 115), + (0, 0), + (0, 316), + (0, 3), + (0, 4), + (0, 0), + (0, 6), + (0, 3), + (0, 81), + (0, 481), + (0, 157), + (0, 304), + (0, 6), + (0, 62), + (0, 39), + (0, 456), + (0, 137), + (0, 3), + (0, 5), + (0, 8), + (0, 401), + (0, 1595), + (0, 740), + (0, 149), + (0, 0), + (0, 40), + (0, 72), + (0, 387), + (0, 172), + (0, 397), + (0, 559), + (0, 33), + (0, 146), + (0, 93), + (0, 1131), + (0, 0), + (0, 1), + (0, 30), + (0, 47), + (0, 372), + (0, 781), + (0, 22), + (0, 0), + (0, 71), + (0, 13), + (0, 12), + (0, 138), + (0, 83), + (0, 226), + (0, 1299), + (0, 5), + (0, 6), + (0, 2), + (0, 0), + (0, 9), + (0, 127), + (0, 65), + (0, 0), + (0, 80), + (0, 732), + (0, 402), + (0, 374), + (0, 908), + (0, 15), + (0, 79), + (0, 0), + (0, 307), + (0, 5), + (0, 152), + (0, 326), + (0, 74), + (0, 476), + (0, 0), + (0, 681), + (0, 53), + (0, 557), + (0, 471), + (0, 92), + (0, 4), + (0, 346), + (0, 56), + (0, 67), + (0, 50), + (0, 302), + (0, 616), + (0, 17), + (0, 269), + (0, 378), + (0, 733), + (0, 0), + (0, 443), + (0, 157), + (0, 142), + (0, 1), + (0, 857), + (0, 329), + (0, 4), + (0, 60), + (0, 5), + (0, 393), + (0, 128), + (0, 327), + (0, 222), + (0, 258), + (0, 104), + (0, 928), + (0, 413), + (0, 202), + (0, 1369), + (0, 120), + (0, 31), + (0, 16), + (0, 62), + (0, 211), + (0, 602), + (0, 134), + (0, 291), + (0, 6), + (0, 24), + (0, 4), + (0, 18), + (0, 9), + (0, 23), + (0, 105), + (0, 5), + (0, 108), + (0, 1), + (0, 314), + (0, 1), + (0, 476), + (0, 80), + (0, 4458), + (0, 15), + (0, 189), + (0, 19), + (0, 24), + (0, 33), + (0, 96), + (0, 1), + (0, 1), + (0, 4), + (0, 309), + (0, 45), + (0, 28), + (0, 37), + (0, 3), + (0, 2), + (0, 1485), + (0, 0), + (0, 11), + (0, 3), + (0, 15), + (0, 59), + (0, 135), + (0, 0), + (0, 25), + (0, 206), + (0, 33), + (0, 0), + (0, 21), + (0, 124), + (0, 1001), + (0, 468), + (0, 1), + (0, 39), + (0, 138), + (0, 47), + (0, 1), + (0, 3), + (0, 111), + (0, 2), + (0, 41), + (0, 63), + (0, 1), + (0, 6), + (0, 286), + (0, 903), + (0, 280), + (0, 105), + (0, 9), + (0, 17), + (0, 0), + (0, 85), + (0, 195), + (0, 19), + (0, 0), + (0, 740), + (0, 86), + (0, 72), + (0, 0), + (0, 116), + (0, 21), + (0, 0), + (0, 0), + (0, 33), + (0, 8), + (0, 14), + (0, 44), + (0, 0), + (0, 163), + (0, 392), + (0, 433), + (0, 549), + (0, 77), + (0, 74), + (0, 763), + (0, 15), + (0, 156), + (0, 1), + (0, 1301), + (0, 12), + (0, 149), + (0, 22), + (0, 0), + (0, 33), + (0, 23), + (0, 52), + (0, 46), + (0, 94), + (0, 102), + (0, 160), + (0, 0), + (0, 1), + (0, 99), + (0, 1242), + (0, 4), + (0, 0), + (0, 18), + (0, 10), + (0, 152), + (0, 541), + (0, 0), + (0, 67), + (0, 197), + (0, 309), + (0, 91), + (0, 1), + (0, 1), + (0, 136), + (0, 723), + (0, 438), + (0, 127), + (0, 6), + (0, 15), + (0, 243), + (0, 15), + (0, 44), + (0, 1393), + (0, 8), + (0, 0), + (0, 3), + (0, 897), + (0, 3406), + (0, 19), + (0, 3), + (0, 1836), + (0, 22), + (0, 1), + (0, 167), + (0, 1790), + (0, 24), + (0, 6), + (0, 5), + (0, 167), + (0, 14), + (0, 67), + (0, 516), + (0, 6), + (0, 35), + (0, 305), + (0, 6), + (0, 102), + (0, 17), + (0, 297), + (0, 0), + (0, 3117), + (0, 0), + (0, 95), + (0, 4), + (0, 6), + (0, 0), + (0, 308), + (0, 162), + (0, 59), + (0, 34), + (0, 36), + (0, 101), + (0, 14), + (0, 15), + (0, 516), + (0, 11), + (0, 2), + (0, 36), + (0, 1646), + (0, 424), + (0, 40), + (0, 105), + (0, 49), + (0, 157), + (0, 164), + (0, 1), + (0, 0), + (0, 506), + (0, 1458), + (0, 197), + (0, 67), + (0, 0), + (0, 2), + (0, 728), + (0, 49), + (0, 816), + (0, 1775), + (0, 1270), + (0, 166), + (0, 65), + (0, 26), + (0, 24), + (0, 600), + (0, 22), + (0, 42), + (0, 455), + (0, 30), + (0, 9), + (0, 1), + (0, 0), + (0, 80), + (0, 25), + (0, 31), + (0, 66), + (0, 1111), + (0, 10), + (0, 17), + (0, 88), + (0, 66), + (0, 81), + (0, 618), + (0, 617), + (0, 62), + (0, 419), + (0, 6), + (0, 2), + (0, 69), + (0, 176), + (0, 423), + (0, 234), + (0, 36), + (0, 72), + (0, 3), + (0, 29), + (0, 318), + (0, 0), + (0, 14), + (0, 0), + (0, 781), + (0, 26), + (0, 32), + (0, 51), + (0, 239), + (0, 0), + (0, 64), + (0, 7), + (0, 2), + (0, 496), + (0, 64), + (0, 2), + (0, 154), + (0, 1728), + (0, 498), + (0, 78), + (0, 9), + (0, 85), + (0, 12), + (0, 0), + (0, 452), + (0, 27), + (0, 0), + (0, 286), + (0, 3), + (0, 511), + (0, 53), + (0, 12), + (0, 45), + (0, 70), + (0, 21), + (0, 703), + (0, 138), + (0, 0), + (0, 0), + (0, 0), + (0, 0), + (0, 1114), + (0, 161), + (0, 1), + (0, 292), + (0, 240), + (0, 352), + (0, 352), + (0, 2), + (0, 80), + (0, 144), + (0, 2), + (0, 5), + (0, 131), + (0, 22), + (0, 2), + (0, 7), + (0, 365), + (0, 450), + (0, 55), + (0, 11), + (0, 1489), + (0, 73), + (0, 14), + (0, 74), + (0, 56), + (0, 8), + (0, 6), + (0, 77), + (0, 2), + (0, 232), + (0, 198), + (0, 0), + (0, 0), + (0, 114), + (0, 76), + (0, 16), + (0, 119), + (0, 52), + (0, 5), + (0, 8), + (0, 98), + (0, 17), + (0, 8), + (0, 13), + (0, 40), + (0, 62), + (0, 2), + (0, 12), + (0, 48), + (0, 6), + (0, 22), + (0, 0), + (0, 7), + (0, 2), + (0, 98), + (0, 8), + (0, 24), + (0, 7), + (0, 7), + (0, 11), + (0, 4), + (0, 334), + (0, 203), + (0, 7), + (0, 286), + (0, 1), + (0, 66), + (0, 78), + (0, 487), + (0, 798), + (0, 47), + (0, 0), + (0, 1231), + (0, 33), + (0, 91), + (0, 901), + (0, 3), + (0, 8), + (0, 174), + (0, 339), + (0, 440), + (0, 7), + (0, 548), + (0, 110), + (0, 0), + (0, 65), + (0, 228), + (0, 0), + (0, 859), + (0, 0), + (0, 1), + (0, 30), + (0, 999), + (0, 6), + (0, 54), + (0, 10), + (0, 9), + (0, 69), + (0, 1850), + (0, 254), + (0, 13), + (0, 2), + (0, 35), + (0, 1200), + (0, 272), + (0, 1), + (0, 4), + (0, 28), + (0, 43), + (0, 486), + (0, 16), + (0, 1537), + (0, 0), + (0, 47), + (0, 119), + (0, 0), + (0, 1), + (0, 55), + (0, 104), + (0, 2), + (0, 278), + (0, 1596), + (0, 22), + (0, 95), + (0, 2), + (0, 108), + (0, 163), + (0, 1289), + (0, 7), + (0, 586), + (0, 1), + (0, 3672), + (0, 5), + (0, 10), + (0, 162), + (0, 0), + (0, 390), + (0, 18), + (0, 8), + (0, 134), + (0, 4), + (0, 181), + (0, 48), + (0, 30), + (0, 24), + (0, 474), + (0, 20), + (0, 327), + (0, 1394), + (0, 331), + (0, 2722), + (0, 0), + (0, 94), + (0, 43), + (0, 2), + (0, 1), + (0, 1), + (0, 173), + (0, 0), + (0, 0), + (0, 78), + (0, 1819), + (0, 11), + (0, 198), + (0, 776), + (0, 110), + (0, 1340), + (0, 130), + (0, 1), + (0, 727), + (0, 40), + (0, 6), + (0, 0), + (0, 164), + (0, 1222), + (0, 14), + (0, 11), + (0, 681), + (0, 442), + (0, 112), + (0, 30), + (0, 6), + (0, 216), + (0, 34), + (0, 457), + (0, 7), + (0, 21), + (0, 357), + (0, 2), + (0, 46), + (0, 36), + (0, 5), + (0, 11), + (0, 1104), + (0, 67), + (0, 0), + (0, 10), + (0, 56), + (0, 42), + (0, 0), + (0, 2016), + (0, 66), + (0, 93), + (0, 1), + (0, 118), + (0, 29), + (0, 149), + (0, 9), + (0, 376), + (0, 476), + (0, 213), + (0, 105), + (0, 8), + (0, 68), + (0, 11), + (0, 1264), + (0, 1), + (0, 8), + (0, 0), + (0, 636), + (0, 271), + (0, 3), + (0, 65), + (0, 0), + (0, 49), + (0, 187), + (0, 10), + (0, 0), + (0, 1), + (0, 1), + (0, 571), + (0, 314), + (0, 42), + (0, 4), + (0, 9), + (0, 0), + (0, 3), + (0, 4051), + (0, 110), + (0, 137), + (0, 5), + (0, 1368), + (0, 163), + (0, 67), + (0, 7), + (0, 833), + (0, 4), + (0, 110), + (0, 30), + (0, 1504), + (0, 40), + (0, 89), + (0, 116), + (0, 1), + (0, 130), + (0, 0), + (0, 0), + (0, 8), + (0, 92), + (0, 190), + (0, 26), + (0, 604), + (0, 27), + (0, 0), + (0, 333), + (0, 15), + (0, 25), + (0, 13), + (0, 1064), + (0, 0), + (0, 5), + (0, 92), + (0, 7), + (0, 149), + (0, 56), + (0, 29), + (0, 665), + (0, 5), + (0, 3), + (0, 2), + (0, 524), + (0, 0), + (0, 461), + (0, 323), + (0, 71), + (0, 85), + (0, 10), + (0, 712), + (0, 5), + (0, 57), + (0, 0), + (0, 136), + (0, 8), + (0, 0), + (0, 168), + (0, 5), + (0, 91), + (0, 1), + (0, 18), + (0, 4324), + (0, 65), + (0, 261), + (0, 51), + (0, 7), + (0, 1), + (0, 636), + (0, 95), + (0, 1), + (0, 1), + (0, 5), + (0, 30), + (0, 369), + (0, 159), + (0, 240), + (0, 30), + (0, 50), + (0, 247), + (0, 116), + (0, 2336), + (0, 317), + (0, 54), + (0, 1), + (0, 7), + (0, 348), + (0, 483), + (0, 163), + (0, 206), + (0, 2229), + (0, 15), + (0, 76), + (0, 333), + (0, 4), + (0, 605), + (0, 7), + (0, 566), + (0, 369), + (0, 20), + (0, 50), + (0, 114), + (0, 2458), + (0, 34), + (0, 57), + (0, 5), + (0, 10), + (0, 318), + (0, 953), + (0, 0), + (0, 35), + (0, 273), + (0, 1033), + (0, 74), + (0, 16), + (0, 634), + (0, 79), + (0, 21), + (0, 0), + (0, 1), + (0, 362), + (0, 4), + (0, 0), + (0, 504), + (0, 686), + (0, 214), + (0, 49), + (0, 1425), + (0, 192), + (0, 1), + (0, 25), + (0, 45), + (0, 159), + (0, 8), + (0, 641), + (0, 0), + (0, 29), + (0, 6), + (0, 37), + (0, 1), + (0, 4), + (0, 115), + (0, 2716), + (0, 30), + (0, 30), + (0, 20), + (0, 66), + (0, 222), + (0, 15), + (0, 412), + (0, 589), + (0, 30), + (0, 101), + (0, 4), + (0, 1), + (0, 1633), + (0, 1), + (0, 0), + (0, 57), + (0, 0), + (0, 628), + (0, 0), + (0, 4), + (0, 14), + (0, 6), + (0, 81), + (0, 49), + (0, 0), + (0, 4), + (0, 110), + (0, 23), + (0, 530), + (0, 1), + (0, 546), + (0, 542), + (0, 19), + (0, 2), + (0, 0), + (0, 1765), + (0, 5), + (0, 121), + (0, 129), + (0, 240), + (0, 3), + (0, 855), + (0, 5335), + (0, 1), + (0, 0), + (0, 36), + (0, 350), + (0, 23), + (0, 530), + (0, 0), + (0, 1123), + (0, 36), + (0, 17), + (0, 126), + (0, 394), + (0, 115), + (0, 0), + (0, 1), + (0, 233), + (0, 376), + (0, 2358), + (0, 90), + (0, 2590), + (0, 737), + (0, 602), + (0, 0), + (0, 799), + (0, 636), + (0, 23), + (0, 1243), + (0, 0), + (0, 434), + (0, 15), + (0, 60), + (0, 116), + (0, 59), + (0, 614), + (0, 1), + (0, 4), + (0, 6), + (0, 79), + (0, 54), + (0, 346), + (0, 311), + (0, 1119), + (0, 447), + (0, 2984), + (0, 9), + (0, 11), + (0, 605), + (0, 171), + (0, 638), + (0, 1137), + (0, 221), + (0, 17), + (0, 0), + (0, 1537), + (0, 83), + (0, 6), + (0, 9), + (0, 124), + (0, 0), + (0, 109), + (0, 1835), + (0, 13), + (0, 182), + (0, 4), + (0, 31), + (0, 73), + (0, 198), + (0, 1), + (0, 0), + (0, 1411), + (0, 0), + (0, 6), + (0, 450), + (0, 75), + (0, 531), + (0, 2536), + (0, 0), + (0, 144), + (0, 4), + (0, 5), + (0, 1931), + (0, 1725), + (0, 35), + (0, 157), + (0, 1579), + (0, 40), + (0, 1009), + (0, 13), + (0, 202), + (0, 0), + (0, 540), + (0, 131), + (0, 171), + (0, 0), + (0, 61), + (0, 0), + (0, 1051), + (0, 405), + (0, 103), + (0, 160), + (0, 2), + (0, 213), + (0, 40), + (0, 267), + (0, 20), + (0, 2), + (0, 54), + (0, 1), + (0, 237), + (0, 35), + (0, 14), + (0, 217), + (0, 1493), + (0, 5), + (0, 27), + (0, 99), + (0, 91), + (0, 6), + (0, 9), + (0, 327), + (0, 1), + (0, 57), + (0, 35), + (0, 11), + (0, 528), + (0, 696), + (0, 195), + (0, 0), + (0, 179), + (0, 12), + (0, 85), + (0, 238), + (0, 268), + (0, 19), + (0, 167), + (0, 22), + (0, 341), + (0, 214), + (0, 50), + (0, 1526), + (0, 706), + (0, 38), + (0, 223), + (0, 150), + (0, 252), + (0, 28), + (0, 480), + (0, 0), + (0, 3), + (0, 436), + (0, 1825), + (0, 882), + (0, 0), + (0, 81), + (0, 484), + (0, 29), + (0, 442), + (0, 0), + (0, 2), + (0, 1), + (0, 11), + (0, 12), + (0, 3), + (0, 0), + (0, 29), + (0, 57), + (0, 17), + (0, 79), + (0, 28), + (0, 34), + (0, 342), + (0, 99), + (0, 0), + (0, 99), + (0, 2), + (0, 38), + (0, 5), + (0, 3), + (0, 680), + (0, 0), + (0, 1), + (0, 1155), + (0, 5), + (0, 1), + (0, 18), + (0, 30), + (0, 195), + (0, 62), + (0, 61), + (0, 0), + (0, 2060), + (0, 147), + (0, 1118), + (0, 1108), + (0, 1), + (0, 28), + (0, 672), + (0, 245), + (0, 41), + (0, 341), + (0, 0), + (0, 1), + (0, 15), + (0, 71), + (0, 349), + (0, 15), + (0, 116), + (0, 178), + (0, 93), + (0, 21), + (0, 110), + (0, 112), + (0, 1), + (0, 137), + (0, 201), + (0, 103), + (0, 18), + (0, 253), + (0, 7), + (0, 16), + (0, 1554), + (0, 341), + (0, 199), + (0, 0), + (0, 13), + (0, 1077), + (0, 5), + (0, 1), + (0, 480), + (0, 7), + (0, 89), + (0, 1497), + (0, 25), + (0, 387), + (0, 11), + (0, 1389), + (0, 3), + (0, 78), + (0, 39), + (0, 980), + (0, 54), + (0, 17), + (0, 2773), + (0, 0), + (0, 6), + (0, 13), + (0, 73), + (0, 457), + (0, 6), + (0, 73), + (0, 3), + (0, 97), + (0, 207), + (0, 2), + (0, 2), + (0, 215), + (0, 3703), + (0, 25), + (0, 321), + (0, 10), + (0, 0), + (0, 328), + (0, 60), + (0, 602), + (0, 0), + (0, 427), + (0, 113), + (0, 412), + (0, 223), + (0, 481), + (0, 35), + (0, 7), + (0, 27), + (0, 34), + (0, 3346), + (0, 88), + (0, 107), + (0, 84), + (0, 7), + (0, 22), + (0, 3), + (0, 7), + (0, 29), + (0, 1786), + (0, 4), + (0, 398), + (0, 4), + (0, 5), + (0, 529), + (0, 217), + (0, 18), + (0, 4), + (0, 195), + (0, 554), + (0, 429), + (0, 1), + (0, 10), + (0, 191), + (0, 353), + (0, 205), + (0, 296), + (0, 39), + (0, 737), + (0, 16), + (0, 1), + (0, 651), + (0, 4), + (0, 15), + (0, 2838), + (0, 467), + (0, 33), + (0, 20), + (0, 367), + (0, 55), + (0, 760), + (0, 27), + (0, 104), + (0, 279), + (0, 681), + (0, 8), + (0, 0), + (0, 0), + (0, 131), + (0, 59), + (0, 95), + (0, 1797), + (0, 14), + (0, 25), + (0, 70), + (0, 6), + (0, 132), + (0, 1081), + (0, 4), + (0, 143), + (0, 3), + (0, 2), + (0, 516), + (0, 218), + (0, 1), + (0, 2), + (0, 1487), + (0, 129), + (0, 493), + (0, 2), + (0, 4), + (0, 1088), + (0, 360), + (0, 5), + (0, 2671), + (0, 10), + (0, 1), + (0, 2), + (0, 0), + (0, 3), + (0, 1181), + (0, 1613), + (0, 4), + (0, 765), + (0, 0), + (0, 256), + (0, 8), + (0, 121), + (0, 5), + (0, 48), + (0, 66), + (0, 160), + (0, 0), + (0, 56), + (0, 6), + (0, 0), + (0, 7), + (0, 0), + (0, 2700), + (0, 12), + (0, 496), + (0, 2), + (0, 9), + (0, 29), + (0, 72), + (0, 6), + (0, 237), + (0, 271), + (0, 386), + (0, 8), + (0, 1), + (0, 10), + (0, 1), + (0, 0), + (0, 1435), + (0, 39), + (0, 920), + (0, 141), + (0, 0), + (0, 159), + (0, 1), + (0, 5), + (0, 97), + (0, 0), + (0, 73), + (0, 1994), + (0, 0), + (0, 41), + (0, 1687), + (0, 272), + (0, 0), + (0, 26), + (0, 19), + (0, 22), + (0, 3), + (0, 109), + (0, 11), + (0, 22), + (0, 1190), + (0, 1762), + (0, 3), + (0, 20), + (0, 137), + (0, 76), + (0, 0), + (0, 1977), + (0, 65), + (0, 15), + (0, 5), + (0, 3), + (0, 9), + (0, 211), + (0, 125), + (0, 1579), + (0, 522), + (0, 3), + (0, 2), + (0, 230), + (0, 189), + (0, 92), + (0, 277), + (0, 499), + (0, 154), + (0, 419), + (0, 19), + (0, 194), + (0, 1022), + (0, 626), + (0, 95), + (0, 488), + (0, 23), + (0, 78), + (0, 15), + (0, 494), + (0, 1), + (0, 1381), + (0, 1003), + (0, 41), + (0, 27), + (0, 2), + (0, 77), + (0, 55), + (0, 1340), + (0, 174), + (0, 1), + (0, 39), + (0, 21), + (0, 122), + (0, 192), + (0, 15), + (0, 677), + (0, 465), + (0, 314), + (0, 348), + (0, 3), + (0, 6), + (0, 1), + (0, 111), + (0, 51), + (0, 690), + (0, 647), + (0, 143), + (0, 645), + (0, 588), + (0, 1), + (0, 6), + (0, 39), + (0, 1), + (0, 12), + (0, 51), + (0, 382), + (0, 607), + (0, 211), + (0, 674), + (0, 597), + (0, 2839), + (0, 2), + (0, 837), + (0, 7), + (0, 504), + (0, 23), + (0, 469), + (0, 2208), + (0, 2802), + (0, 106), + (0, 1229), + (0, 133), + (0, 55), + (0, 30), + (0, 163), + (0, 129), + (0, 0), + (0, 7), + (0, 1), + (0, 41), + (0, 35), + (0, 1216), + (0, 9), + (0, 45), + (0, 1138), + (0, 3), + (0, 3), + (0, 2255), + (0, 1155), + (0, 258), + (0, 737), + (0, 8), + (0, 364), + (0, 34), + (0, 31), + (0, 0), + (0, 1), + (0, 990), + (0, 1045), + (0, 48), + (0, 144), + (0, 12), + (0, 270), + (0, 1), + (0, 76), + (0, 1), + (0, 32), + (0, 7), + (0, 176), + (0, 34), + (0, 10), + (0, 322), + (0, 11), + (0, 1112), + (0, 3), + (0, 29), + (0, 118), + (0, 2206), + (0, 20), + (0, 56), + (0, 25), + (0, 253), + (0, 449), + (0, 14), + (0, 288), + (0, 103), + (0, 14), + (0, 2), + (0, 38), + (0, 45), + (0, 0), + (0, 29), + (0, 61), + (0, 2011), + (0, 29), + (0, 8), + (0, 140), + (0, 114), + (0, 70), + (0, 2568), + (0, 146), + (0, 2777), + (0, 21), + (0, 3), + (0, 30), + (0, 0), + (0, 92), + (0, 1), + (0, 0), + (0, 16), + (0, 1), + (0, 1935), + (0, 30), + (0, 0), + (0, 5), + (0, 1300), + (0, 50), + (0, 2), + (0, 720), + (0, 986), + (0, 4), + (0, 4), + (0, 26), + (0, 322), + (0, 49), + (0, 3), + (0, 3), + (0, 55), + (0, 50), + (0, 1295), + (0, 305), + (0, 9), + (0, 6), + (0, 46), + (0, 31), + (0, 106), + (0, 11), + (0, 0), + (0, 469), + (0, 19), + (0, 162), + (0, 1297), + (0, 1579), + (0, 16), + (0, 1), + (0, 1), + (0, 269), + (0, 1), + (0, 255), + (0, 4), + (0, 6), + (0, 64), + (0, 5093), + (0, 2), + (0, 7), + (0, 287), + (0, 41), + (0, 393), + (0, 1665), + (0, 73), + (0, 13), + (0, 402), + (0, 39), + (0, 9), + (0, 1735), + (0, 42), + (0, 735), + (0, 0), + (0, 6), + (0, 44), + (0, 145), + (0, 6), + (0, 11), + (0, 10), + (0, 0), + (0, 2071), + (0, 16), + (0, 163), + (0, 1667), + (0, 4), + (0, 227), + (0, 3), + (0, 0), + (0, 8), + (0, 11), + (0, 687), + (0, 0), + (0, 34), + (0, 172), + (0, 0), + (0, 12), + (0, 99), + (0, 270), + (0, 58), + (0, 26), + (0, 1092), + (0, 12), + (0, 481), + (0, 83), + (0, 1214), + (0, 1379), + (0, 32), + (0, 8), + (0, 3), + (0, 22), + (0, 875), + (0, 722), + (0, 110), + (0, 24), + (0, 686), + (0, 3), + (0, 4), + (0, 0), + (0, 1), + (0, 295), + (0, 205), + (0, 1336), + (0, 8), + (0, 40), + (0, 106), + (0, 2), + (0, 1613), + (0, 2), + (0, 907), + (0, 41), + (0, 0), + (0, 903), + (0, 21), + (0, 87), + (0, 129), + (0, 17), + (0, 3), + (0, 0), + (0, 0), + (0, 476), + (0, 8), + (0, 285), + (0, 12), + (0, 317), + (0, 663), + (0, 4505), + (0, 149), + (0, 30), + (0, 5), + (0, 186), + (0, 361), + (0, 2), + (0, 0), + (0, 82), + (0, 354), + (0, 37), + (0, 237), + (0, 125), + (0, 2), + (0, 1019), + (0, 0), + (0, 11), + (0, 157), + (0, 191), + (0, 283), + (0, 263), + (0, 0), + (0, 7), + (0, 0), + (0, 89), + (0, 779), + (0, 1734), + (0, 56), + (0, 409), + (0, 64), + (0, 59), + (0, 285), + (0, 92), + (0, 1252), + (0, 33), + (0, 64), + (0, 14), + (0, 96), + (0, 2314), + (0, 57), + (0, 1065), + (0, 207), + (0, 1), + (0, 440), + (0, 37), + (0, 311), + (0, 13), + (0, 8), + (0, 3), + (0, 2), + (0, 2), + (0, 215), + (0, 81), + (0, 32), + (0, 0), + (0, 14), + (0, 0), + (0, 1732), + (0, 10), + (0, 816), + (0, 125), + (0, 70), + (0, 130), + (0, 107), + (0, 4), + (0, 239), + (0, 793), + (0, 0), + (0, 11), + (0, 90), + (0, 59), + (0, 11), + (0, 352), + (0, 5), + (0, 5), + (0, 419), + (0, 35), + (0, 132), + (0, 51), + (0, 698), + (0, 1869), + (0, 519), + (0, 18), + (0, 41), + (0, 3), + (0, 714), + (0, 668), + (0, 7), + (0, 58), + (0, 0), + (0, 187), + (0, 384), + (0, 10), + (0, 9), + (0, 1), + (0, 260), + (0, 71), + (0, 89), + (0, 3), + (0, 179), + (0, 9), + (0, 2), + (0, 3840), + (0, 36), + (0, 484), + (0, 321), + (0, 425), + (0, 1), + (0, 110), + (0, 28), + (0, 16), + (0, 266), + (0, 28), + (0, 5), + (0, 5), + (0, 0), + (0, 580), + (0, 27), + (0, 798), + (0, 2744), + (0, 49), + (0, 5), + (0, 5), + (0, 998), + (0, 175), + (0, 0), + (0, 15), + (0, 46), + (0, 279), + (0, 22), + (0, 10), + (0, 57), + (0, 706), + (0, 7), + (0, 1), + (0, 40), + (0, 331), + (0, 11), + (0, 62), + (0, 343), + (0, 40), + (0, 9), + (0, 167), + (0, 115), + (0, 87), + (0, 8), + (0, 79), + (0, 40), + (0, 27), + (0, 13), + (0, 21), + (0, 348), + (0, 769), + (0, 172), + (0, 40), + (0, 23), + (0, 25), + (0, 32), + (0, 335), + (0, 7), + (0, 3), + (0, 79), + (0, 56), + (0, 0), + (0, 14), + (0, 85), + (0, 111), + (0, 814), + (0, 413), + (0, 36), + (0, 14), + (0, 7), + (0, 1139), + (0, 656), + (0, 20), + (0, 4), + (0, 34), + (0, 43), + (0, 3), + (0, 15), + (0, 515), + (0, 111), + (0, 2632), + (0, 19), + (0, 7), + (0, 103), + (0, 4), + (0, 0), + (0, 165), + (0, 20), + (0, 2), + (0, 148), + (0, 135), + (0, 1), + (0, 10), + (0, 515), + (0, 2239), + (0, 132), + (0, 1), + (0, 540), + (0, 2), + (0, 1211), + (0, 853), + (0, 422), + (0, 318), + (0, 65), + (0, 6), + (0, 0), + (0, 3), + (0, 224), + (0, 939), + (0, 50), + (0, 0), + (0, 14), + (0, 4), + (0, 0), + (0, 2), + (0, 6), + (0, 177), + (0, 455), + (0, 19), + (0, 2114), + (0, 0), + (0, 239), + (0, 568), + (0, 1449), + (0, 0), + (0, 0), + (0, 9), + (0, 215), + (0, 252), + (0, 7), + (0, 2), + (0, 1880), + (0, 223), + (0, 0), + (0, 14), + (0, 2434), + (0, 9), + (0, 293), + (0, 1), + (0, 11), + (0, 2089), + (0, 942), + (0, 6), + (0, 1129), + (0, 274), + (0, 1024), + (0, 360), + (0, 35), + (0, 6), + (0, 303), + (0, 38), + (0, 2), + (0, 18), + (0, 588), + (0, 2027), + (0, 237), + (0, 27), + (0, 1407), + (0, 7), + (0, 4), + (0, 459), + (0, 56), + (0, 1186), + (0, 12), + (0, 14), + (0, 100), + (0, 0), + (0, 261), + (0, 2), + (0, 19), + (0, 26), + (0, 466), + (0, 11), + (0, 3), + (0, 3973), + (0, 49), + (0, 2), + (0, 10), + (0, 147), + (0, 13), + (0, 1234), + (0, 48), + (0, 0), + (0, 10), + (0, 10), + (0, 14497), + (0, 109), + (0, 22), + (0, 80), + (0, 2), + (0, 122), + (0, 2757), + (0, 162), + (0, 1640), + (0, 95), + (0, 18), + (0, 1644), + (0, 2937), + (0, 1179), + (0, 174), + (0, 4), + (0, 281), + (0, 0), + (0, 7), + (0, 2), + (0, 596), + (0, 32), + (0, 23), + (0, 473), + (0, 209), + (0, 0), + (0, 0), + (0, 30), + (0, 0), + (0, 2), + (0, 129), + (0, 19), + (0, 0), + (0, 0), + (0, 585), + (0, 3), + (0, 476), + (0, 7), + (0, 937), + (0, 188), + (0, 1), + (0, 1516), + (0, 0), + (0, 207), + (0, 330), + (0, 41), + (0, 280), + (0, 321), + (0, 29), + (0, 169), + (0, 0), + (0, 1929), + (0, 0), + (0, 67), + (0, 847), + (0, 1372), + (0, 49), + (0, 59), + (0, 313), + (0, 0), + (0, 0), + (0, 941), + (0, 139), + (0, 2), + (0, 1740), + (0, 423), + (0, 0), + (0, 567), + (0, 1544), + (0, 8), + (0, 142), + (0, 10), + (0, 30), + (0, 705), + (0, 727), + (0, 441), + (0, 2163), + (0, 234), + (0, 0), + (0, 480), + (0, 178), + (0, 0), + (0, 11), + (0, 3), + (0, 913), + (0, 65), + (0, 348), + (0, 76), + (0, 34), + (0, 5), + (0, 38), + (0, 3), + (0, 34), + (0, 0), + (0, 14), + (0, 1843), + (0, 0), + (0, 66), + (0, 4), + (0, 17), + (0, 807), + (0, 22), + (0, 72), + (0, 8), + (0, 15), + (0, 752), + (0, 2), + (0, 76), + (0, 8), + (0, 1), + (0, 1934), + (0, 2), + (0, 174), + (0, 278), + (0, 154), + (0, 3), + (0, 724), + (0, 78), + (0, 110), + (0, 387), + (0, 1), + (0, 2140), + (0, 221), + (0, 0), + (0, 198), + (0, 106), + (0, 1180), + (0, 670), + (0, 137), + (0, 1), + (0, 62), + (0, 5), + (0, 15), + (0, 21), + (0, 104), + (0, 786), + (0, 178), + (0, 401), + (0, 38), + (0, 2), + (0, 19), + (0, 826), + (0, 468), + (0, 778), + (0, 13), + (0, 103), + (0, 11), + (0, 0), + (0, 810), + (0, 23), + (0, 2), + (0, 38), + (0, 2), + (0, 140), + (0, 1440), + (0, 117), + (0, 1120), + (0, 5), + (0, 1), + (0, 43), + (0, 239), + (0, 879), + (0, 61), + (0, 5), + (0, 34), + (0, 7), + (0, 0), + (0, 14), + (0, 40), + (0, 3067), + (0, 42), + (0, 168), + (0, 752), + (0, 1037), + (0, 856), + (0, 53), + (0, 5099), + (0, 222), + (0, 727), + (0, 207), + (0, 8), + (0, 13), + (0, 483), + (0, 0), + (0, 131), + (0, 0), + (0, 1214), + (0, 258), + (0, 351), + (0, 26), + (0, 34), + (0, 2879), + (0, 55), + (0, 128), + (0, 9), + (0, 2167), + (0, 23), + (0, 25), + (0, 156), + (0, 8), + (0, 391), + (0, 3), + (0, 403), + (0, 108), + (0, 576), + (0, 22), + (0, 1260), + (0, 22), + (0, 0), + (0, 792), + (0, 387), + (0, 819), + (0, 19), + (0, 289), + (0, 155), + (0, 63), + (0, 310), + (0, 219), + (0, 7), + (0, 5), + (0, 88), + (0, 45), + (0, 2211), + (0, 0), + (0, 30), + (0, 1), + (0, 679), + (0, 189), + (0, 63), + (0, 279), + (0, 35), + (0, 36), + (0, 0), + (0, 8), + (0, 35), + (0, 30), + (0, 4), + (0, 1868), + (0, 221), + (0, 14), + (0, 155), + (0, 1415), + (0, 0), + (0, 27), + (0, 1), + (0, 1), + (0, 33), + (0, 1097), + (0, 3), + (0, 159), + (0, 111), + (0, 340), + (0, 269), + (0, 129), + (0, 216), + (0, 11), + (0, 1), + (0, 390), + (0, 513), + (0, 0), + (0, 433), + (0, 18), + (0, 245), + (0, 112), + (0, 81), + (0, 768), + (0, 79), + (0, 112), + (0, 18), + (0, 20), + (0, 3), + (0, 122), + (0, 67), + (0, 302), + (0, 506), + (0, 235), + (0, 142), + (0, 337), + (0, 44), + (0, 5), + (0, 6), + (0, 4), + (0, 33), + (0, 63), + (0, 33), + (0, 212), + (0, 3), + (0, 39), + (0, 6), + (0, 73), + (0, 18), + (0, 434), + (0, 20), + (0, 27), + (0, 38), + (0, 5), + (0, 594), + (0, 188), + (0, 621), + (0, 2462), + (0, 52), + (0, 736), + (0, 24), + (0, 569), + (0, 21), + (0, 356), + (0, 0), + (0, 1), + (0, 1035), + (0, 87), + (0, 27), + (0, 2), + (0, 25), + (0, 24), + (0, 6), + (0, 150), + (0, 19), + (0, 1), + (0, 33), + (0, 35), + (0, 355), + (0, 6), + (0, 2384), + (0, 18), + (0, 149), + (0, 5), + (0, 0), + (0, 4), + (0, 968), + (0, 17), + (0, 15), + (0, 12), + (0, 946), + (0, 1501), + (0, 10), + (0, 4), + (0, 26), + (0, 32), + (0, 50), + (0, 644), + (0, 37), + (0, 28), + (0, 26), + (0, 748), + (0, 13), + (0, 17), + (0, 8), + (0, 3196), + (0, 22), + (0, 153), + (0, 1275), + (0, 244), + (0, 290), + (0, 386), + (0, 5), + (0, 382), + (0, 5), + (0, 62), + (0, 24), + (0, 16), + (0, 491), + (0, 1468), + (0, 74), + (0, 14), + (0, 4), + (0, 33), + (0, 1811), + (0, 27), + (0, 4), + (0, 423), + (0, 93), + (0, 29), + (0, 4), + (0, 203), + (0, 466), + (0, 48), + (0, 6), + (0, 672), + (0, 0), + (0, 52), + (0, 179), + (0, 82), + (0, 35), + (0, 13), + (0, 790), + (0, 7), + (0, 7), + (0, 31), + (0, 11), + (0, 4), + (0, 149), + (0, 2), + (0, 5), + (0, 2225), + (0, 263), + (0, 47), + (0, 32), + (0, 2), + (0, 1), + (0, 531), + (0, 18), + (0, 2), + (0, 34), + (0, 1151), + (0, 151), + (0, 122), + (0, 55), + (0, 2149), + (0, 9), + (0, 8), + (0, 46), + (0, 1900), + (0, 1105), + (0, 366), + (0, 36), + (0, 48), + (0, 1), + (0, 1442), + (0, 8), + (0, 242), + (0, 59), + (0, 16), + (0, 725), + (0, 2534), + (0, 31), + (0, 0), + (0, 146), + (0, 0), + (0, 12), + (0, 2895), + (0, 13), + (0, 40), + (0, 143), + (0, 140), + (0, 3), + (0, 32), + (0, 5), + (0, 31), + (0, 19), + (0, 0), + (0, 19), + (0, 4), + (0, 0), + (0, 109), + (0, 35), + (0, 2), + (0, 5), + (0, 46), + (0, 11), + (0, 290), + (0, 1), + (0, 5), + (0, 1219), + (0, 193), + (0, 26), + (0, 22), + (0, 215), + (0, 431), + (0, 660), + (0, 1), + (0, 58), + (0, 0), + (0, 706), + (0, 219), + (0, 436), + (0, 3102), + (0, 57), + (0, 13), + (0, 25), + (0, 322), + (0, 19), + (0, 71), + (0, 3), + (0, 5), + (0, 376), + (0, 293), + (0, 1206), + (0, 79), + (0, 4), + (0, 159), + (0, 35), + (0, 3056), + (0, 3), + (0, 170), + (0, 6), + (0, 514), + (0, 111), + (0, 2), + (0, 20), + (0, 0), + (0, 0), + (0, 184), + (0, 26), + (0, 6), + (0, 107), + (0, 680), + (0, 31), + (0, 74), + (0, 0), + (0, 59), + (0, 0), + (0, 33), + (0, 588), + (0, 0), + (0, 158), + (0, 69), + (0, 123), + (0, 58), + (0, 5), + (0, 2), + (0, 939), + (0, 319), + (0, 112), + (0, 0), + (0, 9), + (0, 43), + (0, 221), + (0, 2), + (0, 1), + (0, 25), + (0, 446), + (0, 7), + (0, 862), + (0, 63), + (0, 205), + (0, 304), + (0, 3009), + (0, 2852), + (0, 75), + (0, 372), + (0, 31), + (0, 0), + (0, 15), + (0, 47), + (0, 6), + (0, 2), + (0, 3), + (0, 274), + (0, 19), + (0, 3), + (0, 27), + (0, 23), + (0, 8), + (0, 0), + (0, 590), + (0, 16), + (0, 84), + (0, 117), + (0, 92), + (0, 120), + (0, 45), + (0, 407), + (0, 29), + (0, 95), + (0, 1), + (0, 2), + (0, 13), + (0, 123), + (0, 7), + (0, 214), + (0, 1520), + (0, 69), + (0, 1161), + (0, 82), + (0, 0), + (0, 87), + (0, 17), + (0, 0), + (0, 153), + (0, 117), + (0, 192), + (0, 3), + (0, 1), + (0, 122), + (0, 4), + (0, 32), + (0, 102), + (0, 1541), + (0, 18), + (0, 187), + (0, 0), + (0, 1337), + (0, 147), + (0, 153), + (0, 991), + (0, 139), + (0, 1331), + (0, 21), + (0, 40), + (0, 510), + (0, 13), + (0, 240), + (0, 115), + (0, 28), + (0, 882), + (0, 18), + (0, 0), + (0, 15), + (0, 3784), + (0, 0), + (0, 0), + (0, 136), + (0, 7), + (0, 0), + (0, 5260), + (0, 294), + (0, 137), + (0, 2), + (0, 15), + (0, 13), + (0, 112), + (0, 20), + (0, 1367), + (0, 1), + (0, 0), + (0, 132), + (0, 79), + (0, 115), + (0, 473), + (0, 101), + (0, 437), + (0, 337), + (0, 39), + (0, 815), + (0, 406), + (0, 142), + (0, 80), + (0, 238), + (0, 163), + (0, 72), + (0, 17), + (0, 117), + (0, 2), + (0, 1), + (0, 8), + (0, 493), + (0, 18), + (0, 6), + (0, 8), + (0, 0), + (0, 0), + (0, 33), + (0, 42), + (0, 213), + (0, 807), + (0, 672), + (0, 11), + (0, 125), + (0, 82), + (0, 332), + (0, 1109), + (0, 12), + (0, 1431), + (0, 21), + (0, 628), + (0, 92), + (0, 25), + (0, 1), + (0, 6), + (0, 7), + (0, 390), + (0, 1), + (0, 0), + (0, 1304), + (0, 547), + (0, 147), + (0, 5), + (0, 55), + (0, 204), + (0, 158), + (0, 3), + (0, 507), + (0, 79), + (0, 625), + (0, 422), + (0, 290), + (0, 47), + (0, 5615), + (0, 2), + (0, 28), + (0, 66), + (0, 105), + (0, 46), + (0, 1296), + (0, 801), + (0, 322), + (0, 165), + (0, 1070), + (0, 19), + (0, 1460), + (0, 5), + (0, 887), + (0, 344), + (0, 8), + (0, 15), + (0, 441), + (0, 1), + (0, 0), + (0, 3), + (0, 1783), + (0, 99), + (0, 965), + (0, 81), + (0, 11), + (0, 204), + (0, 16), + (0, 27), + (0, 214), + (0, 35), + (0, 478), + (0, 9), + (0, 165), + (0, 309), + (0, 100), + (0, 79), + (0, 33), + (0, 64), + (0, 612), + (0, 2137), + (0, 79), + (0, 10), + (0, 0), + (0, 204), + (0, 48), + (0, 163), + (0, 440), + (0, 9), + (0, 6), + (0, 24), + (0, 162), + (0, 47), + (0, 8), + (0, 2), + (0, 953), + (0, 2070), + (0, 246), + (0, 2), + (0, 63), + (0, 1), + (0, 16), + (0, 1541), + (0, 129), + (0, 10), + (0, 303), + (0, 0), + (0, 4), + (0, 0), + (0, 0), + (0, 50), + (0, 6), + (0, 6), + (0, 371), + (0, 294), + (0, 4), + (0, 583), + (0, 0), + (0, 128), + (0, 3), + (0, 24), + (0, 137), + (0, 21), + (0, 1), + (0, 107), + (0, 35), + (0, 1), + (0, 3867), + (0, 1), + (0, 86), + (0, 1835), + (0, 107), + (0, 1809), + (0, 40), + (0, 688), + (0, 265), + (0, 0), + (0, 1247), + (0, 142), + (0, 185), + (0, 54), + (0, 59), + (0, 44), + (0, 568), + (0, 1611), + (0, 17), + (0, 1), + (0, 3), + (0, 166), + (0, 431), + (0, 10), + (0, 17), + (0, 315), + (0, 132), + (0, 11), + (0, 1), + (0, 1581), + (0, 1), + (0, 1336), + (0, 149), + (0, 568), + (0, 31), + (0, 61), + (0, 98), + (0, 114), + (0, 110), + (0, 166), + (0, 4), + (0, 8), + (0, 9), + (0, 23), + (0, 0), + (0, 473), + (0, 18), + (0, 394), + (0, 336), + (0, 274), + (0, 118), + (0, 1), + (0, 1738), + (0, 13), + (0, 6), + (0, 5), + (0, 10), + (0, 9), + (0, 0), + (0, 30), + (0, 1), + (0, 456), + (0, 56), + (0, 76), + (0, 202), + (0, 452), + (0, 78), + (0, 271), + (0, 28), + (0, 34), + (0, 32), + (0, 77), + (0, 110), + (0, 26), + (0, 6), + (0, 339), + (0, 50), + (0, 593), + (0, 4), + (0, 382), + (0, 1452), + (0, 14), + (0, 0), + (0, 828), + (0, 696), + (0, 220), + (0, 1724), + (0, 981), + (0, 4), + (0, 0), + (0, 74), + (0, 135), + (0, 1), + (0, 1065), + (0, 0), + (0, 5), + (0, 12), + (0, 16), + (0, 295), + (0, 68), + (0, 3), + (0, 501), + (0, 88), + (0, 10), + (0, 10), + (0, 4), + (0, 696), + (0, 22), + (0, 42), + (0, 8), + (0, 0), + (0, 3040), + (0, 4), + (0, 0), + (0, 409), + (0, 103), + (0, 9), + (0, 24), + (0, 17), + (0, 942), + (0, 568), + (0, 333), + (0, 198), + (0, 12), + (0, 10), + (0, 0), + (0, 348), + (0, 1038), + (0, 6), + (0, 790), + (0, 1273), + (0, 63), + (0, 94), + (0, 450), + (0, 17), + (0, 0), + (0, 3361), + (0, 191), + (0, 292), + (0, 48), + (0, 5), + (0, 36), + (0, 340), + (0, 15), + (0, 11), + (0, 778), + (0, 112), + (0, 336), + (0, 0), + (0, 255), + (0, 70), + (0, 251), + (0, 4), + (0, 1228), + (0, 4), + (0, 0), + (0, 1299), + (0, 25), + (0, 0), + (0, 50), + (0, 0), + (0, 14), + (0, 6), + (0, 49), + (0, 103), + (0, 110), + (0, 1334), + (0, 412), + (0, 110), + (0, 1), + (0, 11), + (0, 33), + (0, 31), + (0, 236), + (0, 10), + (0, 152), + (0, 350), + (0, 13), + (0, 221), + (0, 117), + (0, 2957), + (0, 248), + (0, 972), + (0, 84), + (0, 326), + (0, 3), + (0, 609), + (0, 2), + (0, 2), + (0, 1616), + (0, 1), + (0, 6), + (0, 260), + (0, 5), + (0, 368), + (0, 379), + (0, 573), + (0, 3174), + (0, 12), + (0, 26), + (0, 2757), + (0, 17), + (0, 183), + (0, 199), + (0, 100), + (0, 27), + (0, 7), + (0, 1495), + (0, 113), + (0, 142), + (0, 375), + (0, 196), + (0, 106), + (0, 25), + (0, 585), + (0, 116), + (0, 13), + (0, 30), + (0, 0), + (0, 321), + (0, 27), + (0, 37), + (0, 2), + (0, 4), + (0, 2), + (0, 20), + (0, 2), + (0, 4), + (0, 56), + (0, 556), + (0, 140), + (0, 245), + (0, 105), + (0, 200), + (0, 1346), + (0, 1527), + (0, 159), + (0, 142), + (0, 3), + (0, 72), + (0, 630), + (0, 119), + (0, 1547), + (0, 0), + (0, 163), + (0, 69), + (0, 1045), + (0, 1667), + (0, 629), + (0, 30), + (0, 266), + (0, 1081), + (0, 482), + (0, 387), + (0, 672), + (0, 3), + (0, 0), + (0, 13), + (0, 6), + (0, 3), + (0, 30), + (0, 32), + (0, 192), + (0, 1), + (0, 0), + (0, 13), + (0, 137), + (0, 0), + (0, 188), + (0, 42), + (0, 263), + (0, 155), + (0, 47), + (0, 92), + (0, 545), + (0, 46), + (0, 4), + (0, 58), + (0, 2), + (0, 1272), + (0, 217), + (0, 139), + (0, 91), + (0, 18), + (0, 142), + (0, 1152), + (0, 0), + (0, 22), + (0, 131), + (0, 5), + (0, 10), + (0, 13), + (0, 4), + (0, 109), + (0, 124), + (0, 164), + (0, 77), + (0, 541), + (0, 2), + (0, 7), + (0, 467), + (0, 951), + (0, 230), + (0, 256), + (0, 629), + (0, 1), + (0, 2298), + (0, 43), + (0, 246), + (0, 641), + (0, 597), + (0, 196), + (0, 1), + (0, 104), + (0, 1046), + (0, 157), + (0, 1889), + (0, 0), + (0, 2), + (0, 1472), + (0, 40), + (0, 12), + (0, 771), + (0, 0), + (0, 36), + (0, 10), + (0, 634), + (0, 4630), + (0, 133), + (0, 46), + (0, 44), + (0, 85), + (0, 17), + (0, 0), + (0, 6), + (0, 0), + (0, 1427), + (0, 136), + (0, 9), + (0, 11), + (0, 0), + (0, 11), + (0, 4), + (0, 61), + (0, 1054), + (0, 1012), + (0, 85), + (0, 117), + (0, 1042), + (0, 4), + (0, 62), + (0, 729), + (0, 820), + (0, 1), + (0, 0), + (0, 124), + (0, 99), + (0, 106), + (0, 73), + (0, 79), + (0, 9), + (0, 706), + (0, 112), + (0, 34), + (0, 36), + (0, 6), + (0, 562), + (0, 661), + (0, 11), + (0, 0), + (0, 1002), + (0, 9), + (0, 63), + (0, 694), + (0, 27), + (0, 23), + (0, 15), + (0, 6), + (0, 1788), + (0, 14), + (0, 107), + (0, 73), + (0, 74), + (0, 463), + (0, 101), + (0, 556), + (0, 1840), + (0, 0), + (0, 5), + (0, 1005), + (0, 7), + (0, 0), + (0, 196), + (0, 247), + (0, 1481), + (0, 0), + (0, 2), + (0, 741), + (0, 1245), + (0, 80), + (0, 12), + (0, 2), + (0, 0), + (0, 9), + (0, 19), + (0, 127), + (0, 1), + (0, 152), + (0, 46), + (0, 10), + (0, 388), + (0, 55), + (0, 140), + (0, 0), + (0, 455), + (0, 0), + (0, 4), + (0, 57), + (0, 183), + (0, 4245), + (0, 2), + (0, 1), + (0, 56), + (0, 2), + (0, 106), + (0, 1), + (0, 0), + (0, 1), + (0, 0), + (0, 15), + (0, 181), + (0, 239), + (0, 63), + (0, 22), + (0, 318), + (0, 450), + (0, 2), + (0, 108), + (0, 16), + (0, 80), + (0, 171), + (0, 341), + (0, 62), + (0, 65), + (0, 7), + (0, 12), + (0, 2230), + (0, 5), + (0, 197), + (0, 1298), + (0, 1), + (0, 207), + (0, 119), + (0, 106), + (0, 0), + (0, 88), + (0, 686), + (0, 3), + (0, 3), + (0, 2492), + (0, 888), + (0, 404), + (0, 139), + (0, 321), + (0, 170), + (0, 1843), + (0, 649), + (0, 11), + (1, 17), + (0, 1736), + (0, 3273), + (0, 54), + (0, 39), + (0, 1543), + (0, 1561), + (0, 37), + (0, 54), + (0, 448), + (0, 169), + (0, 0), + (0, 2664), + (0, 789), + (0, 352), + (0, 42), + (0, 178), + (0, 12), + (0, 165), + (0, 265), + (0, 3), + (0, 199), + (0, 5), + (0, 50), + (0, 666), + (0, 80), + (0, 63), + (0, 351), + (0, 18), + (0, 9), + (0, 1067), + (0, 125), + (0, 53), + (0, 39), + (0, 9), + (0, 3096), + (0, 2), + (0, 629), + (0, 4), + (0, 2328), + (0, 119), + (0, 1449), + (0, 43), + (0, 10), + (0, 2073), + (0, 28), + (0, 12), + (0, 17), + (0, 67), + (0, 23), + (0, 1387), + (0, 6), + (0, 3180), + (0, 0), + (0, 59), + (0, 291), + (0, 11), + (0, 10), + (0, 175), + (0, 82), + (0, 389), + (0, 452), + (0, 405), + (0, 715), + (0, 2482), + (0, 36), + (0, 62), + (0, 0), + (0, 1068), + (0, 551), + (0, 1051), + (0, 1), + (0, 630), + (0, 3516), + (0, 57), + (0, 4), + (0, 1826), + (0, 320), + (0, 139), + (0, 0), + (0, 2), + (0, 0), + (0, 275), + (0, 40), + (0, 807), + (0, 192), + (0, 301), + (0, 41), + (0, 2231), + (0, 66), + (0, 16), + (0, 16), + (0, 1), + (0, 4), + (0, 1147), + (0, 2), + (0, 1080), + (0, 203), + (0, 53), + (0, 0), + (0, 106), + (0, 33), + (0, 1901), + (0, 1), + (0, 0), + (0, 2129), + (0, 350), + (0, 0), + (0, 76), + (0, 1844), + (0, 8), + (0, 43), + (0, 17), + (0, 3), + (0, 2), + (0, 43), + (0, 0), + (0, 78), + (0, 21), + (0, 287), + (0, 2637), + (0, 2942), + (0, 188), + (0, 21), + (0, 33), + (0, 5), + (0, 0), + (0, 2420), + (0, 5), + (0, 86), + (0, 202), + (0, 1463), + (0, 752), + (0, 128), + (0, 17), + (0, 104), + (0, 179), + (0, 2), + (0, 459), + (0, 0), + (0, 0), + (0, 587), + (0, 6), + (0, 106), + (0, 225), + (0, 101), + (0, 75), + (0, 15), + (0, 48), + (0, 2), + (0, 4), + (0, 23), + (0, 0), + (0, 16), + (0, 1370), + (0, 3), + (0, 3), + (0, 1235), + (0, 1928), + (0, 107), + (0, 414), + (0, 2), + (0, 9), + (0, 318), + (0, 652), + (0, 467), + (0, 26), + (0, 2), + (0, 65), + (0, 7), + (0, 43), + (0, 1736), + (0, 1), + (0, 37), + (0, 34), + (0, 111), + (0, 63), + (0, 1079), + (0, 10), + (0, 0), + (0, 1), + (0, 2), + (0, 7), + (0, 133), + (0, 1), + (0, 2754), + (0, 1265), + (0, 27), + (0, 544), + (0, 2227), + (0, 659), + (0, 1747), + (0, 119), + (0, 10), + (0, 154), + (0, 1426), + (0, 1558), + (0, 4265), + (0, 123), + (0, 1118), + (0, 7), + (0, 929), + (0, 52), + (0, 599), + (0, 74), + (0, 249), + (0, 5128), + (0, 178), + (0, 51), + (0, 120), + (0, 13), + (0, 726), + (0, 31), + (0, 510), + (0, 1), + (0, 0), + (0, 4), + (0, 54), + (0, 5), + (0, 3), + (0, 0), + (0, 67), + (0, 1), + (0, 97), + (0, 0), + (0, 9), + (0, 1510), + (0, 2870), + (0, 217), + (0, 0), + (0, 13), + (0, 1298), + (0, 44), + (0, 20), + (0, 1284), + (0, 1688), + (0, 170), + (0, 22), + (0, 24), + (0, 5), + (0, 0), + (0, 941), + (0, 490), + (0, 1100), + (0, 15), + (0, 2433), + (0, 0), + (0, 862), + (0, 970), + (0, 2742), + (0, 50), + (0, 0), + (0, 32), + (0, 614), + (0, 469), + (0, 362), + (0, 669), + (0, 71), + (0, 689), + (0, 23), + (0, 0), + (0, 50), + (0, 19), + (0, 6291), + (0, 3), + (0, 525), + (0, 9), + (0, 479), + (0, 506), + (0, 832), + (0, 5274), + (0, 140), + (0, 2530), + (0, 17), + (0, 1), + (0, 153), + (0, 2672), + (0, 386), + (0, 946), + (0, 52), + (0, 711), + (0, 4), + (0, 31), + (0, 6), + (0, 0), + (0, 3031), + (0, 4056), + (0, 1141), + (0, 209), + (0, 10), + (0, 0), + (0, 2), + (0, 372), + (0, 49), + (0, 4), + (0, 24), + (0, 2094), + (0, 55), + (0, 84), + (0, 0), + (0, 3619), + (0, 19), + (0, 679), + (0, 4), + (0, 254), + (0, 296), + (0, 33), + (0, 63), + (0, 43), + (0, 223), + (0, 23), + (0, 417), + (0, 1069), + (0, 30), + (0, 42), + (0, 0), + (0, 373), + (0, 672), + (0, 39), + (0, 1609), + (0, 20), + (0, 152), + (0, 26), + (0, 449), + (0, 532), + (0, 328), + (0, 261), + (0, 749), + (0, 594), + (0, 317), + (0, 197), + (0, 92), + (0, 695), + (0, 64), + (0, 175), + (0, 10), + (0, 70), + (0, 3), + (0, 10), + (0, 274), + (0, 13), + (0, 2), + (0, 1), + (0, 207), + (0, 72), + (0, 91), + (0, 1132), + (0, 5179), + (0, 225), + (0, 6079), + (0, 194), + (0, 353), + (0, 278), + (0, 466), + (0, 18), + (0, 270), + (0, 105), + (0, 250), + (0, 5582), + (0, 130), + (0, 2877), + (0, 3), + (0, 8), + (0, 1541), + (0, 32), + (0, 1329), + (0, 345), + (0, 684), + (0, 0), + (0, 81), + (0, 7), + (0, 348), + (0, 122), + (0, 1500), + (0, 35), + (0, 4), + (0, 1433), + (0, 3), + (0, 45), + (0, 241), + (0, 198), + (0, 740), + (0, 26), + (0, 0), + (0, 691), + (0, 56), + (0, 14), + (0, 240), + (0, 158), + (0, 167), + (0, 0), + (0, 971), + (0, 9), + (0, 475), + (0, 0), + (0, 1075), + (0, 1), + (0, 568), + (0, 0), + (0, 4048), + (0, 2), + (0, 81), + (0, 66), + (0, 369), + (0, 0), + (0, 29), + (0, 899), + (0, 4), + (0, 0), + (0, 32), + (0, 0), + (0, 701), + (0, 22), + (0, 475), + (0, 428), + (0, 0), + (0, 230), + (0, 1), + (0, 0), + (0, 2430), + (0, 0), + (0, 2), + (0, 198), + (0, 1012), + (0, 9), + (0, 23), + (0, 75), + (0, 352), + (0, 14), + (0, 52), + (0, 259), + (0, 75), + (0, 23), + (0, 430), + (0, 473), + (0, 0), + (0, 53), + (0, 38), + (0, 2), + (0, 171), + (0, 41), + (0, 183), + (0, 1518), + (0, 360), + (0, 0), + (0, 955), + (0, 8), + (0, 27), + (0, 178), + (0, 1), + (0, 1485), + (0, 588), + (0, 3141), + (0, 1733), + (0, 1608), + (0, 156), + (0, 0), + (0, 3), + (0, 10), + (0, 0), + (0, 0), + (0, 4), + (0, 120), + (0, 551), + (0, 1175), + (0, 11), + (0, 756), + (0, 22), + (0, 33), + (0, 1), + (0, 505), + (0, 945), + (0, 0), + (0, 106), + (0, 131), + (0, 0), + (0, 5), + (0, 253), + (0, 79), + (0, 2), + (0, 833), + (0, 26), + (0, 4), + (0, 5), + (0, 11), + (0, 1383), + (0, 21), + (0, 102), + (0, 1416), + (0, 175), + (0, 91), + (0, 2), + (0, 17), + (0, 1255), + (0, 19), + (0, 252), + (0, 275), + (0, 351), + (0, 648), + (0, 1214), + (0, 143), + (0, 1056), + (0, 2469), + (0, 347), + (0, 14), + (0, 13), + (0, 316), + (0, 0), + (0, 146), + (0, 4), + (0, 26), + (0, 44), + (0, 5220), + (0, 1313), + (0, 168), + (0, 10), + (0, 26), + (0, 3), + (0, 137), + (0, 17), + (0, 0), + (0, 0), + (0, 1), + (0, 344), + (0, 83), + (0, 1), + (0, 1803), + (0, 2222), + (0, 849), + (0, 5781), + (0, 54), + (0, 1275), + (0, 3973), + (0, 8), + (0, 2), + (0, 953), + (0, 2496), + (0, 36), + (0, 41), + (0, 1182), + (0, 470), + (0, 1010), + (0, 22), + (0, 14), + (0, 140), + (0, 201), + (0, 727), + (0, 133), + (0, 1638), + (0, 468), + (0, 140), + (0, 123), + (0, 39), + (0, 1713), + (0, 12), + (0, 33), + (0, 1186), + (0, 40), + (0, 41), + (0, 63), + (0, 437), + (0, 446), + (0, 128), + (0, 184), + (0, 20), + (0, 784), + (0, 20), + (0, 20), + (0, 20), + (0, 878), + (0, 1), + (0, 0), + (0, 494), + (0, 1), + (0, 144), + (0, 34), + (0, 7), + (0, 691), + (0, 37), + (0, 7), + (0, 1155), + (0, 739), + (0, 8), + (0, 0), + (0, 3), + (0, 40), + (0, 1), + (0, 24), + (0, 258), + (0, 10), + (0, 1), + (0, 82), + (0, 3280), + (0, 16), + (0, 0), + (0, 0), + (0, 0), + (0, 264), + (0, 6), + (0, 1925), + (0, 6), + (0, 646), + (0, 49), + (0, 24), + (0, 993), + (0, 83), + (0, 2), + (0, 1023), + (0, 1995), + (0, 91), + (0, 904), + (0, 891), + (0, 0), + (0, 76), + (0, 6), + (0, 424), + (0, 142), + (0, 31), + (0, 2), + (0, 394), + (0, 2215), + (0, 1331), + (0, 446), + (0, 1), + (0, 3772), + (0, 9), + (0, 23), + (0, 41), + (0, 159), + (0, 16), + (0, 0), + (0, 0), + (0, 108), + (0, 195), + (0, 13), + (0, 1), + (0, 707), + (0, 12), + (0, 1630), + (0, 794), + (0, 7), + (0, 195), + (0, 4), + (0, 11), + (0, 2429), + (0, 192), + (0, 85), + (0, 2), + (0, 0), + (0, 13), + (0, 3), + (0, 2900), + (0, 257), + (0, 536), + (0, 3), + (0, 31), + (0, 29), + (0, 4604), + (0, 1333), + (0, 880), + (0, 3), + (0, 73), + (0, 20), + (0, 38), + (0, 64), + (0, 0), + (0, 437), + (0, 646), + (0, 144), + (0, 74), + (0, 563), + (0, 2266), + (0, 2914), + (0, 46), + (0, 662), + (0, 879), + (0, 6), + (0, 3), + (0, 959), + (0, 80), + (0, 62), + (0, 348), + (0, 12), + (0, 1054), + (0, 30), + (0, 44), + (0, 1828), + (0, 40), + (0, 164), + (0, 621), + (0, 615), + (0, 58), + (0, 73), + (0, 97), + (0, 42), + (0, 30), + (0, 0), + (0, 596), + (0, 880), + (0, 0), + (0, 1379), + (0, 143), + (0, 0), + (0, 3), + (0, 230), + (0, 12), + (0, 1747), + (0, 23), + (0, 804), + (0, 3072), + (0, 4), + (0, 142), + (0, 19), + (0, 29), + (0, 147), + (0, 1527), + (0, 3004), + (0, 1), + (0, 26), + (0, 6), + (0, 480), + (0, 6), + (0, 1294), + (0, 3), + (0, 859), + (0, 15), + (0, 14), + (0, 2043), + (0, 18), + (0, 505), + (0, 285), + (0, 1334), + (0, 0), + (0, 11), + (0, 661), + (0, 16), + (0, 11), + (0, 15), + (0, 490), + (0, 0), + (0, 1), + (0, 0), + (0, 287), + (0, 3395), + (0, 43), + (0, 2), + (0, 0), + (0, 378), + (0, 21), + (0, 16), + (0, 107), + (0, 295), + (0, 247), + (0, 3732), + (0, 1), + (0, 39), + (0, 4), + (0, 9), + (0, 154), + (0, 107), + (0, 0), + (0, 1678), + (0, 261), + (0, 4), + (0, 9695), + (0, 959), + (0, 12), + (0, 0), + (0, 24), + (0, 244), + (0, 0), + (0, 73), + (0, 0), + (0, 1370), + (0, 1495), + (0, 6), + (0, 0), + (0, 0), + (0, 354), + (0, 130), + (0, 6397), + (0, 390), + (0, 0), + (0, 9), + (0, 82), + (0, 95), + (0, 709), + (0, 45), + (0, 181), + (0, 9), + (0, 3), + (0, 21), + (0, 35), + (0, 8), + (0, 69), + (0, 94), + (0, 1381), + (0, 0), + (0, 39), + (0, 207), + (0, 173), + (0, 197), + (0, 9), + (0, 651), + (0, 1155), + (0, 471), + (0, 1490), + (0, 93), + (0, 10), + (0, 7), + (0, 964), + (0, 0), + (0, 1), + (0, 1961), + (0, 15), + (0, 364), + (0, 1), + (0, 21), + (0, 1735), + (0, 27), + (0, 56), + (0, 5), + (0, 120), + (0, 641), + (0, 0), + (0, 259), + (0, 24), + (0, 28), + (0, 99), + (0, 0), + (0, 52), + (0, 5), + (0, 5), + (0, 0), + (0, 68), + (0, 314), + (0, 355), + (0, 601), + (0, 29), + (0, 5), + (0, 89), + (0, 1564), + (0, 2305), + (0, 3), + (0, 209), + (0, 4), + (0, 97), + (0, 0), + (0, 13), + (0, 1750), + (0, 0), + (0, 1368), + (0, 1228), + (0, 545), + (0, 8), + (0, 282), + (0, 370), + (0, 6), + (0, 0), + (0, 1681), + (0, 393), + (0, 0), + (0, 85), + (0, 33), + (0, 1), + (0, 104), + (0, 1797), + (0, 869), + (0, 712), + (0, 66), + (0, 90), + (0, 3), + (0, 587), + (0, 8), + (0, 69), + (0, 91), + (0, 4), + (0, 713), + (0, 921), + (0, 10), + (0, 405), + (0, 5303), + (0, 5), + (0, 165), + (0, 25), + (0, 5), + (0, 5), + (0, 482), + (0, 734), + (0, 1247), + (0, 1), + (0, 1111), + (0, 7), + (0, 1924), + (0, 14), + (0, 1181), + (0, 13), + (0, 1), + (0, 11), + (0, 7), + (0, 27), + (0, 1383), + (0, 646), + (0, 0), + (0, 3229), + (0, 11), + (0, 1), + (0, 1571), + (0, 5), + (0, 1), + (0, 244), + (0, 0), + (0, 140), + (0, 928), + (0, 0), + (0, 19), + (0, 1027), + (0, 58), + (0, 22), + (0, 179), + (0, 51), + (0, 483), + (0, 765), + (0, 5), + (0, 83), + (0, 715), + (0, 24), + (0, 59), + (0, 768), + (0, 653), + (0, 55), + (0, 150), + (0, 4), + (0, 0), + (0, 119), + (0, 109), + (0, 4), + (0, 35), + (0, 36), + (0, 1146), + (0, 0), + (0, 6985), + (0, 2174), + (0, 5), + (0, 546), + (0, 85), + (0, 29), + (0, 460), + (0, 1761), + (0, 0), + (0, 1490), + (0, 24), + (0, 368), + (0, 46), + (0, 25), + (0, 9), + (0, 1152), + (0, 1170), + (0, 25), + (0, 307), + (0, 135), + (0, 13), + (0, 2030), + (0, 2), + (0, 9), + (0, 3), + (0, 10), + (0, 16), + (0, 1550), + (0, 1513), + (0, 87), + (0, 2281), + (0, 1521), + (0, 17), + (0, 1), + (0, 24), + (0, 49), + (0, 3654), + (0, 282), + (0, 8), + (0, 0), + (0, 661), + (0, 172), + (0, 54), + (0, 1412), + (0, 26), + (0, 845), + (0, 32), + (0, 24), + (0, 1), + (0, 28), + (0, 47), + (0, 7), + (0, 12), + (0, 1), + (0, 293), + (0, 268), + (0, 0), + (0, 1), + (0, 173), + (0, 2), + (0, 3), + (0, 52), + (0, 101), + (0, 666), + (0, 42), + (0, 44), + (0, 718), + (0, 4250), + (0, 1), + (0, 1), + (0, 435), + (0, 1), + (0, 455), + (0, 0), + (0, 16), + (0, 1066), + (0, 3), + (0, 2), + (0, 82), + (0, 2303), + (0, 41), + (0, 0), + (0, 49), + (0, 10), + (0, 363), + (0, 119), + (0, 59), + (0, 14), + (0, 150), + (0, 461), + (0, 1576), + (0, 967), + (0, 27), + (0, 849), + (0, 38), + (0, 468), + (0, 860), + (0, 98), + (0, 7), + (0, 1132), + (0, 33), + (0, 614), + (0, 7), + (0, 15), + (0, 66), + (0, 2), + (0, 236), + (0, 9), + (0, 4), + (0, 12), + (0, 4), + (0, 18), + (0, 853), + (0, 94), + (0, 2644), + (0, 27), + (0, 0), + (0, 43), + (0, 363), + (0, 60), + (0, 260), + (0, 12), + (0, 419), + (0, 13), + (0, 6584), + (0, 4), + (0, 213), + (0, 23), + (0, 5), + (0, 312), + (0, 2042), + (0, 6), + (0, 0), + (0, 1), + (0, 442), + (0, 34), + (0, 413), + (0, 503), + (0, 50), + (0, 85), + (0, 1331), + (0, 553), + (0, 40), + (0, 798), + (0, 0), + (0, 2), + (0, 0), + (0, 2), + (0, 33), + (0, 1579), + (0, 187), + (0, 287), + (0, 459), + (0, 901), + (0, 8), + (0, 932), + (0, 15), + (0, 2167), + (0, 50), + (0, 514), + (0, 5), + (0, 6026), + (0, 677), + (0, 180), + (0, 1390), + (0, 1), + (0, 227), + (0, 3), + (0, 3538), + (0, 239), + (0, 3216), + (0, 0), + (0, 170), + (0, 12), + (0, 2), + (0, 18), + (0, 11), + (0, 65), + (0, 188), + (0, 2926), + (0, 329), + (0, 30), + (0, 37), + (0, 190), + (0, 389), + (0, 171), + (0, 157), + (0, 0), + (0, 564), + (0, 333), + (0, 5), + (0, 654), + (0, 21), + (0, 1), + (0, 2), + (0, 86), + (0, 26), + (0, 67), + (0, 506), + (0, 76), + (0, 167), + (0, 4209), + (0, 12), + (0, 2755), + (0, 70), + (0, 1146), + (0, 5), + (0, 17), + (0, 1220), + (0, 512), + (0, 23), + (0, 110), + (0, 290), + (0, 50), + (0, 1), + (0, 0), + (0, 88), + (0, 0), + (0, 39), + (0, 68), + (0, 18), + (0, 1267), + (0, 31), + (0, 22), + (0, 25), + (0, 509), + (0, 2), + (0, 606), + (0, 767), + (0, 85), + (0, 34), + (0, 9), + (0, 4), + (0, 103), + (0, 0), + (0, 1203), + (0, 93), + (0, 1907), + (0, 0), + (0, 1), + (0, 11), + (0, 243), + (0, 53), + (0, 19), + (0, 2629), + (0, 1), + (0, 3429), + (0, 8), + (0, 299), + (0, 20), + (0, 292), + (0, 88), + (0, 13), + (0, 75), + (0, 422), + (0, 139), + (0, 3086), + (0, 55), + (0, 8), + (0, 1), + (0, 417), + (0, 0), + (0, 293), + (0, 846), + (0, 172), + (0, 1510), + (0, 409), + (0, 422), + (0, 135), + (0, 66), + (0, 19), + (0, 6), + (0, 21), + (0, 168), + (0, 437), + (0, 168), + (0, 0), + (0, 4), + (0, 73), + (0, 0), + (0, 0), + (0, 156), + (0, 24), + (0, 1642), + (0, 382), + (0, 1897), + (0, 487), + (0, 1), + (0, 1340), + (0, 5), + (0, 4127), + (0, 94), + (0, 773), + (0, 10), + (0, 1098), + (0, 878), + (0, 29), + (0, 14), + (0, 325), + (0, 351), + (0, 246), + (0, 22), + (0, 78), + (0, 62), + (0, 11), + (0, 13), + (0, 4053), + (0, 2), + (0, 352), + (0, 1980), + (0, 1989), + (0, 279), + (0, 2026), + (0, 120), + (0, 528), + (0, 5), + (0, 25), + (0, 754), + (0, 2292), + (0, 125), + (0, 0), + (0, 552), + (0, 1481), + (0, 400), + (0, 439), + (0, 313), + (0, 0), + (0, 625), + (0, 105), + (0, 1682), + (0, 17), + (0, 99), + (0, 6), + (0, 83), + (0, 13), + (0, 2), + (0, 1593), + (0, 877), + (0, 36), + (0, 121), + (0, 186), + (0, 3), + (1, 338), + (0, 12), + (0, 184), + (0, 1019), + (0, 27), + (0, 40), + (0, 46), + (0, 45), + (0, 9), + (0, 1467), + (0, 0), + (0, 2), + (0, 4), + (0, 975), + (0, 424), + (0, 13), + (0, 28), + (0, 24), + (0, 273), + (0, 554), + (0, 196), + (0, 1), + (0, 961), + (0, 55), + (0, 7), + (0, 201), + (0, 874), + (0, 617), + (0, 6), + (0, 0), + (0, 33), + (0, 70), + (0, 0), + (0, 899), + (0, 48), + (0, 4), + (0, 539), + (0, 159), + (0, 23), + (0, 8), + (0, 29), + (0, 0), + (0, 911), + (0, 167), + (0, 1417), + (0, 22), + (0, 21), + (0, 16), + (0, 776), + (0, 185), + (0, 0), + (0, 64), + (0, 2493), + (0, 1974), + (0, 5475), + (0, 2061), + (0, 3522), + (0, 63), + (0, 2442), + (0, 79), + (0, 31), + (0, 8), + (0, 844), + (0, 6), + (0, 258), + (0, 110), + (0, 543), + (0, 3611), + (0, 404), + (0, 0), + (0, 1149), + (0, 2249), + (0, 838), + (0, 280), + (0, 28), + (0, 3), + (0, 22), + (0, 0), + (0, 192), + (0, 14), + (0, 59), + (0, 418), + (0, 711), + (0, 361), + (0, 24), + (0, 1072), + (0, 145), + (0, 68), + (0, 126), + (0, 1131), + (0, 19), + (0, 51), + (0, 54), + (0, 356), + (0, 108), + (0, 32), + (0, 265), + (0, 6), + (0, 6), + (0, 0), + (0, 24), + (0, 0), + (0, 1408), + (0, 6), + (0, 756), + (0, 22), + (0, 0), + (0, 38), + (0, 34), + (0, 45), + (0, 530), + (0, 54), + (0, 1030), + (0, 354), + (0, 45), + (0, 940), + (0, 138), + (0, 940), + (0, 0), + (0, 0), + (0, 4018), + (0, 2), + (0, 344), + (0, 0), + (0, 311), + (0, 1807), + (0, 0), + (0, 9), + (0, 842), + (0, 339), + (0, 830), + (0, 321), + (0, 1), + (0, 57), + (0, 10), + (0, 39), + (0, 9), + (0, 23), + (0, 10), + (0, 22), + (0, 64), + (0, 90), + (0, 4924), + (0, 603), + (0, 1234), + (0, 183), + (0, 629), + (0, 41), + (0, 30), + (0, 4), + (0, 3), + (0, 280), + (0, 21), + (0, 50), + (0, 22), + (0, 8), + (0, 538), + (0, 41), + (0, 0), + (0, 1090), + (0, 16), + (0, 1362), + (0, 1677), + (0, 81), + (0, 117), + (0, 1), + (0, 9), + (0, 432), + (0, 30), + (0, 182), + (0, 12), + (0, 69), + (0, 11), + (0, 105), + (0, 22), + (0, 2), + (0, 90), + (0, 134), + (0, 38), + (0, 166), + (0, 69), + (0, 84), + (0, 91), + (0, 1919), + (0, 4), + (0, 118), + (0, 1), + (0, 539), + (0, 36), + (0, 8), + (0, 0), + (0, 324), + (0, 742), + (0, 438), + (0, 80), + (0, 168), + (0, 65), + (0, 0), + (0, 1360), + (0, 1341), + (0, 0), + (0, 1729), + (0, 3), + (0, 6241), + (0, 210), + (0, 591), + (0, 0), + (0, 172), + (0, 27), + (0, 15), + (0, 598), + (0, 1428), + (0, 4), + (0, 0), + (0, 3787), + (0, 0), + (0, 2221), + (0, 1751), + (0, 3), + (0, 97), + (0, 25), + (0, 522), + (0, 33), + (0, 103), + (0, 17), + (0, 14), + (0, 12), + (0, 87), + (0, 2), + (0, 2185), + (0, 0), + (0, 1), + (0, 148), + (0, 1154), + (0, 196), + (0, 75), + (0, 213), + (0, 81), + (0, 4), + (0, 13), + (0, 0), + (0, 927), + (0, 20), + (0, 235), + (0, 219), + (0, 85), + (0, 9), + (0, 56), + (0, 2), + (0, 118), + (0, 677), + (0, 3973), + (0, 117), + (0, 5), + (0, 6), + (0, 7), + (0, 0), + (0, 38), + (0, 3812), + (0, 25), + (0, 12), + (0, 5), + (0, 7), + (0, 42), + (0, 2), + (0, 8), + (0, 5), + (0, 362), + (0, 377), + (0, 1236), + (0, 138), + (0, 319), + (0, 1), + (0, 2228), + (0, 976), + (0, 0), + (0, 102), + (0, 1506), + (0, 659), + (0, 400), + (0, 226), + (0, 25), + (0, 35), + (0, 190), + (0, 1069), + (0, 19), + (0, 18), + (0, 3091), + (0, 10), + (0, 16), + (0, 0), + (0, 87), + (0, 299), + (0, 21), + (0, 22), + (0, 42), + (0, 507), + (0, 19), + (0, 69), + (0, 515), + (0, 996), + (0, 6), + (0, 5), + (0, 5747), + (0, 286), + (0, 1659), + (0, 16), + (0, 320), + (0, 55), + (0, 72), + (0, 1100), + (0, 201), + (0, 17), + (0, 251), + (0, 0), + (0, 21), + (0, 177), + (0, 97), + (0, 26), + (0, 315), + (0, 98), + (0, 4), + (0, 122), + (0, 1), + (0, 19), + (0, 41), + (0, 1053), + (0, 4519), + (0, 1), + (0, 4446), + (0, 1457), + (0, 340), + (0, 828), + (0, 423), + (0, 30), + (0, 6), + (0, 4), + (0, 13), + (0, 165), + (0, 4), + (0, 4), + (0, 0), + (0, 1153), + (0, 4414), + (0, 27), + (0, 1), + (0, 1277), + (0, 6), + (0, 1114), + (0, 0), + (0, 0), + (0, 1506), + (0, 482), + (0, 896), + (0, 5), + (0, 24), + (0, 1599), + (0, 17), + (0, 1910), + (0, 12), + (0, 48), + (0, 1396), + (0, 1), + (0, 833), + (0, 0), + (0, 127), + (0, 0), + (0, 7), + (0, 142), + (0, 102), + (0, 47), + (0, 42), + (0, 616), + (0, 1), + (0, 0), + (0, 19), + (0, 303), + (0, 47), + (0, 375), + (0, 29), + (0, 1984), + (0, 186), + (0, 5), + (0, 33), + (0, 0), + (0, 0), + (0, 7), + (0, 2), + (0, 226), + (0, 2), + (0, 1668), + (0, 1113), + (0, 1523), + (0, 8), + (0, 1219), + (0, 794), + (0, 54), + (0, 574), + (0, 984), + (0, 249), + (0, 10), + (0, 22), + (0, 157), + (0, 22), + (0, 908), + (0, 721), + (0, 76), + (0, 0), + (0, 3), + (0, 1), + (0, 10), + (0, 47), + (0, 1369), + (0, 1103), + (0, 500), + (0, 256), + (0, 2693), + (0, 1239), + (0, 1), + (0, 28), + (0, 1636), + (0, 10), + (0, 93), + (0, 96), + (0, 3), + (0, 1316), + (0, 1124), + (0, 2610), + (0, 161), + (0, 420), + (0, 60), + (0, 27), + (0, 4), + (0, 193), + (0, 713), + (0, 746), + (0, 5), + (0, 583), + (0, 410), + (0, 603), + (0, 0), + (0, 20), + (0, 231), + (0, 94), + (0, 12), + (0, 278), + (0, 101), + (0, 748), + (0, 997), + (0, 16), + (0, 6), + (0, 14), + (0, 3641), + (0, 1258), + (0, 1139), + (0, 0), + (0, 1723), + (0, 975), + (0, 15), + (0, 45), + (0, 11), + (0, 32), + (0, 12), + (0, 1376), + (0, 380), + (0, 2), + (0, 174), + (0, 11), + (0, 835), + (0, 4), + (0, 475), + (0, 32), + (0, 816), + (0, 5), + (0, 15), + (0, 0), + (0, 1), + (0, 175), + (0, 4), + (0, 24), + (0, 0), + (0, 435), + (0, 693), + (0, 4), + (0, 136), + (0, 16), + (0, 78), + (0, 2), + (0, 499), + (0, 47), + (0, 16), + (0, 0), + (0, 1796), + (0, 82), + (0, 777), + (0, 1), + (0, 191), + (0, 0), + (0, 253), + (0, 199), + (0, 4), + (0, 674), + (0, 924), + (0, 83), + (0, 539), + (0, 178), + (0, 147), + (0, 19), + (0, 92), + (0, 38), + (0, 556), + (0, 111), + (0, 154), + (0, 11), + (0, 19), + (0, 21), + (0, 1), + (0, 441), + (0, 781), + (0, 0), + (0, 1234), + (0, 1050), + (0, 112), + (0, 81), + (0, 4), + (0, 2014), + (0, 2), + (0, 2162), + (0, 1204), + (0, 4), + (1, 4), + (0, 440), + (0, 0), + (0, 219), + (0, 605), + (0, 0), + (0, 771), + (0, 9), + (0, 156), + (0, 3), + (0, 81), + (0, 9), + (0, 33), + (0, 1040), + (0, 7), + (0, 18), + (0, 0), + (0, 68), + (0, 3), + (0, 1), + (0, 1346), + (0, 611), + (0, 129), + (0, 6), + (0, 67), + (0, 12), + (0, 1892), + (0, 10), + (0, 60), + (0, 1), + (0, 979), + (0, 1675), + (0, 51), + (0, 6916), + (0, 14), + (0, 520), + (0, 469), + (0, 387), + (0, 950), + (0, 2684), + (0, 1242), + (0, 3), + (0, 94), + (0, 10579), + (0, 77), + (0, 326), + (0, 5), + (0, 965), + (0, 4707), + (0, 753), + (0, 319), + (0, 4650), + (0, 8), + (0, 5), + (0, 1), + (0, 0), + (0, 1834), + (0, 210), + (0, 27), + (0, 1), + (0, 853), + (0, 6), + (0, 110), + (0, 1369), + (0, 2447), + (0, 162), + (0, 117), + (0, 123), + (0, 2785), + (0, 112), + (0, 22), + (0, 604), + (0, 317), + (0, 3), + (0, 0), + (0, 169), + (0, 13), + (0, 752), + (0, 333), + (0, 469), + (0, 367), + (0, 18), + (0, 21), + (0, 70), + (0, 1344), + (0, 12), + (0, 259), + (0, 2268), + (0, 155), + (0, 91), + (0, 697), + (0, 19), + (0, 0), + (0, 49), + (0, 801), + (0, 3), + (0, 4), + (0, 3), + (0, 36), + (0, 176), + (0, 475), + (0, 10), + (0, 654), + (0, 23), + (0, 2794), + (0, 716), + (0, 109), + (0, 1), + (0, 105), + (0, 21), + (0, 971), + (0, 261), + (0, 0), + (0, 17), + (0, 132), + (0, 0), + (0, 2), + (0, 13), + (0, 48), + (0, 13), + (0, 11), + (0, 31), + (0, 198), + (0, 104), + (0, 1), + (0, 446), + (0, 2), + (0, 191), + (0, 48), + (0, 3), + (0, 42), + (0, 55), + (0, 12), + (0, 8), + (0, 2527), + (0, 4), + (0, 29), + (0, 40), + (0, 2005), + (0, 138), + (0, 841), + (0, 3211), + (0, 778), + (0, 1539), + (0, 3), + (0, 0), + (0, 174), + (0, 0), + (0, 13), + (0, 1), + (0, 4), + (0, 85), + (0, 10), + (0, 2), + (0, 157), + (0, 157), + (0, 4), + (0, 5136), + (0, 11), + (0, 2345), + (0, 411), + (0, 98), + (0, 126), + (0, 481), + (0, 3148), + (0, 55), + (0, 2854), + (0, 4756), + (0, 226), + (0, 165), + (0, 6558), + (0, 2205), + (0, 235), + (0, 69), + (0, 75), + (0, 758), + (0, 0), + (0, 250), + (0, 0), + (0, 6), + (0, 151), + (0, 1165), + (0, 0), + (0, 354), + (0, 344), + (0, 70), + (0, 661), + (0, 477), + (0, 2), + (0, 4069), + (0, 9), + (0, 115), + (0, 534), + (0, 1052), + (0, 80), + (0, 5), + (0, 692), + (0, 111), + (0, 2), + (0, 221), + (0, 90), + (0, 6), + (0, 0), + (0, 356), + (0, 3), + (0, 386), + (0, 484), + (0, 2608), + (0, 18), + (0, 5441), + (0, 1), + (0, 2217), + (0, 482), + (0, 0), + (0, 2377), + (0, 195), + (0, 54), + (0, 63), + (0, 142), + (0, 0), + (0, 2), + (0, 446), + (0, 0), + (0, 11), + (0, 997), + (0, 267), + (0, 49), + (0, 13), + (0, 20), + (0, 127), + (0, 154), + (0, 3319), + (0, 2), + (0, 2), + (0, 370), + (0, 38), + (0, 342), + (0, 325), + (0, 0), + (0, 32), + (0, 608), + (0, 1815), + (0, 155), + (0, 4), + (0, 558), + (0, 4), + (0, 3), + (0, 1), + (0, 315), + (0, 1294), + (0, 3300), + (0, 1), + (0, 242), + (0, 0), + (0, 18), + (0, 23), + (0, 11), + (0, 283), + (0, 890), + (0, 552), + (0, 41), + (0, 117), + (0, 5), + (0, 43), + (0, 31), + (0, 2446), + (0, 10), + (0, 1705), + (0, 334), + (0, 51), + (0, 2541), + (0, 40), + (0, 587), + (0, 11), + (0, 20), + (0, 276), + (0, 124), + (0, 50), + (0, 0), + (0, 86), + (0, 1), + (0, 433), + (0, 233), + (0, 1462), + (0, 450), + (0, 11), + (0, 0), + (0, 4), + (0, 808), + (0, 29), + (0, 2306), + (0, 4132), + (0, 3928), + (0, 24), + (0, 48), + (0, 28), + (0, 41), + (0, 20), + (0, 129), + (0, 1542), + (0, 1866), + (0, 0), + (0, 19), + (0, 56), + (0, 2), + (0, 265), + (0, 6), + (0, 24), + (0, 1524), + (0, 397), + (0, 57), + (0, 37), + (0, 71), + (0, 1778), + (0, 6), + (0, 0), + (0, 13), + (0, 397), + (0, 58), + (0, 11), + (0, 0), + (0, 0), + (0, 923), + (0, 56), + (0, 805), + (0, 158), + (0, 0), + (0, 3355), + (0, 29), + (0, 46), + (0, 10), + (0, 8), + (0, 2136), + (0, 1429), + (0, 413), + (0, 3), + (0, 307), + (0, 7), + (0, 82), + (0, 8), + (0, 1), + (0, 115), + (0, 10), + (0, 1667), + (0, 12), + (0, 56), + (0, 14), + (0, 1846), + (0, 771), + (0, 12), + (0, 280), + (0, 377), + (0, 40), + (0, 8), + (0, 5), + (0, 158), + (0, 17), + (0, 17), + (0, 81), + (0, 1401), + (0, 1), + (0, 38), + (0, 265), + (0, 21), + (0, 2), + (0, 0), + (0, 591), + (0, 63), + (0, 984), + (0, 2599), + (0, 1312), + (0, 418), + (0, 280), + (0, 961), + (0, 66), + (0, 1727), + (0, 118), + (0, 1307), + (0, 98), + (0, 94), + (0, 59), + (0, 350), + (0, 102), + (0, 480), + (0, 0), + (0, 6), + (0, 3), + (0, 1504), + (0, 344), + (0, 1013), + (0, 10), + (0, 77), + (0, 2), + (0, 2389), + (0, 1), + (0, 16), + (0, 4899), + (0, 357), + (0, 0), + (0, 1), + (0, 423), + (0, 177), + (0, 8), + (0, 339), + (0, 0), + (0, 8), + (0, 56), + (0, 226), + (0, 25), + (0, 1), + (0, 1577), + (0, 399), + (0, 159), + (0, 49), + (0, 489), + (0, 52), + (0, 77), + (0, 805), + (0, 291), + (0, 1), + (0, 28), + (0, 130), + (0, 0), + (0, 847), + (0, 699), + (0, 40), + (0, 263), + (0, 507), + (0, 121), + (0, 96), + (0, 1238), + (0, 3889), + (0, 116), + (0, 4), + (0, 113), + (0, 46), + (0, 186), + (0, 9), + (0, 696), + (0, 971), + (0, 78), + (0, 30), + (0, 4), + (0, 52), + (0, 0), + (0, 0), + (0, 60), + (0, 2232), + (0, 18), + (0, 3), + (0, 42), + (0, 131), + (0, 2), + (0, 313), + (0, 174), + (0, 0), + (0, 531), + (0, 317), + (0, 775), + (0, 42), + (0, 3352), + (0, 650), + (0, 12), + (0, 934), + (0, 0), + (0, 133), + (0, 13), + (0, 716), + (0, 2219), + (0, 837), + (0, 4), + (0, 21), + (0, 292), + (0, 2), + (0, 280), + (0, 6), + (0, 481), + (0, 3), + (0, 8), + (0, 32), + (0, 6), + (0, 5), + (0, 3414), + (0, 46), + (0, 13), + (0, 0), + (0, 527), + (0, 150), + (0, 75), + (0, 15), + (0, 4), + (0, 2), + (0, 2619), + (0, 109), + (0, 122), + (0, 676), + (0, 2464), + (0, 3492), + (0, 2466), + (0, 153), + (0, 3), + (0, 0), + (0, 0), + (0, 487), + (0, 321), + (0, 0), + (0, 36), + (0, 5), + (0, 3), + (0, 14), + (0, 845), + (0, 21), + (0, 902), + (0, 279), + (0, 6), + (0, 652), + (0, 30), + (0, 704), + (0, 1391), + (0, 50), + (0, 9579), + (0, 343), + (0, 1), + (0, 0), + (0, 5036), + (0, 59), + (0, 0), + (0, 7), + (0, 9), + (0, 23), + (0, 729), + (0, 701), + (0, 12429), + (0, 0), + (0, 1862), + (0, 5), + (0, 532), + (0, 7), + (0, 2105), + (0, 5), + (0, 312), + (0, 15), + (0, 11), + (0, 8247), + (0, 62), + (0, 0), + (0, 2824), + (0, 912), + (0, 2483), + (0, 182), + (0, 1), + (0, 10), + (0, 66), + (0, 380), + (0, 4188), + (0, 14), + (0, 305), + (0, 12), + (0, 0), + (0, 31), + (0, 16), + (0, 1189), + (0, 1617), + (0, 7061), + (0, 82), + (0, 422), + (0, 8), + (0, 22), + (0, 601), + (0, 60), + (0, 9), + (0, 348), + (0, 12), + (0, 308), + (0, 1008), + (0, 475), + (0, 247), + (0, 198), + (0, 1156), + (0, 94), + (0, 1), + (0, 3544), + (0, 27), + (0, 160), + (0, 86), + (0, 24), + (0, 4123), + (0, 2), + (0, 1933), + (0, 55), + (0, 64), + (0, 598), + (0, 16), + (0, 239), + (0, 453), + (0, 895), + (0, 6523), + (0, 75), + (0, 6), + (0, 9), + (0, 20), + (0, 15), + (0, 2), + (0, 0), + (0, 29), + (0, 493), + (0, 909), + (0, 4), + (0, 271), + (0, 0), + (0, 3576), + (0, 26), + (0, 15), + (0, 880), + (0, 3), + (0, 2863), + (0, 6), + (0, 0), + (0, 951), + (0, 1332), + (0, 309), + (0, 50), + (0, 9), + (0, 96), + (0, 1896), + (0, 59), + (0, 2149), + (0, 46), + (0, 1086), + (0, 4003), + (0, 1), + (0, 814), + (0, 0), + (0, 66), + (0, 40), + (0, 473), + (0, 2735), + (0, 111), + (0, 66), + (0, 4), + (0, 1), + (0, 736), + (0, 609), + (0, 14), + (0, 201), + (0, 331), + (0, 30), + (0, 4), + (0, 70), + (0, 409), + (0, 21), + (0, 18), + (0, 1888), + (0, 0), + (0, 521), + (0, 2542), + (0, 0), + (0, 456), + (0, 139), + (0, 135), + (0, 2426), + (0, 1360), + (0, 738), + (0, 658), + (0, 2409), + (0, 274), + (0, 1367), + (0, 139), + (0, 1), + (0, 1261), + (0, 2113), + (0, 285), + (0, 10), + (0, 0), + (0, 20), + (0, 209), + (0, 4), + (0, 206), + (0, 474), + (0, 0), + (0, 1532), + (0, 209), + (0, 30), + (0, 190), + (0, 58), + (0, 14), + (0, 21), + (0, 9402), + (0, 1948), + (0, 104), + (0, 6282), + (0, 7833), + (0, 156), + (0, 1589), + (0, 55), + (0, 272), + (0, 34), + (0, 1), + (0, 2), + (0, 10), + (0, 0), + (0, 63), + (0, 20), + (0, 801), + (0, 0), + (0, 0), + (0, 314), + (0, 54), + (0, 1128), + (0, 6587), + (0, 95), + (0, 1113), + (0, 19), + (0, 160), + (0, 92), + (0, 2318), + (0, 0), + (0, 87), + (0, 0), + (0, 712), + (0, 39), + (0, 2806), + (0, 3), + (0, 12), + (0, 100), + (0, 4), + (0, 280), + (0, 1), + (0, 2112), + (0, 0), + (0, 1102), + (0, 665), + (0, 57), + (0, 47), + (0, 3176), + (0, 1), + (0, 32), + (0, 204), + (0, 2130), + (0, 10), + (0, 413), + (0, 888), + (0, 3226), + (0, 731), + (0, 71), + (0, 4078), + (0, 3), + (0, 0), + (0, 3639), + (0, 881), + (0, 278), + (0, 475), + (0, 711), + (0, 142), + (0, 6211), + (0, 512), + (0, 2133), + (0, 1955), + (0, 1118), + (0, 789), + (0, 481), + (0, 1262), + (0, 165), + (0, 3782), + (0, 673), + (0, 66), + (0, 251), + (0, 113), + (0, 7), + (0, 709), + (0, 62), + (0, 6), + (0, 39), + (0, 69), + (0, 33), + (0, 38), + (0, 60), + (0, 39), + (0, 5), + (0, 0), + (0, 7), + (0, 18), + (0, 86), + (0, 3), + (0, 119), + (0, 13), + (0, 4), + (0, 276), + (0, 131), + (0, 223), + (0, 75), + (0, 210), + (0, 13), + (0, 142), + (0, 17), + (0, 1), + (0, 12), + (0, 189), + (0, 2734), + (0, 2), + (0, 0), + (0, 1685), + (0, 1287), + (0, 40), + (0, 40), + (0, 3557), + (0, 2333), + (0, 403), + (0, 1599), + (0, 28), + (0, 5), + (0, 37), + (0, 0), + (0, 179), + (0, 823), + (0, 2), + (0, 18), + (0, 17), + (0, 0), + (0, 19), + (0, 0), + (0, 245), + (0, 2061), + (0, 483), + (0, 22), + (0, 3), + (0, 15), + (0, 28), + (0, 1033), + (0, 1137), + (0, 2), + (0, 0), + (0, 7), + (0, 49), + (0, 2985), + (0, 31), + (0, 820), + (0, 29), + (0, 1045), + (0, 2), + (0, 5), + (0, 730), + (0, 58), + (0, 23), + (0, 101), + (0, 18), + (0, 36), + (0, 3), + (0, 1), + (0, 121), + (0, 232), + (0, 2), + (0, 46), + (0, 2089), + (0, 4), + (0, 283), + (0, 5439), + (0, 2844), + (0, 721), + (0, 140), + (0, 2007), + (0, 3976), + (0, 347), + (0, 6), + (0, 11), + (0, 3), + (0, 4434), + (0, 142), + (0, 7), + (0, 4815), + (0, 2), + (0, 906), + (0, 3802), + (0, 1023), + (0, 38), + (0, 157), + (0, 783), + (0, 13), + (0, 18), + (0, 0), + (0, 24), + (0, 356), + (0, 7837), + (0, 34), + (0, 3070), + (0, 25), + (0, 223), + (0, 12), + (0, 20), + (0, 92), + (0, 1420), + (0, 731), + (0, 2654), + (0, 2222), + (0, 509), + (0, 459), + (0, 0), + (0, 8421), + (0, 34), + (0, 202), + (0, 8), + (0, 7), + (0, 925), + (0, 942), + (0, 272), + (0, 12), + (0, 1), + (0, 2584), + (0, 1), + (0, 25), + (0, 23), + (0, 299), + (0, 190), + (0, 214), + (0, 18), + (0, 412), + (0, 10452), + (0, 92), + (0, 0), + (0, 1), + (0, 299), + (0, 721), + (0, 9), + (0, 33), + (0, 56), + (0, 37), + (0, 601), + (0, 1), + (0, 856), + (0, 1), + (0, 1), + (0, 3066), + (0, 11), + (0, 1627), + (0, 39), + (0, 367), + (0, 42), + (0, 349), + (0, 3540), + (0, 6664), + (0, 255), + (0, 35), + (0, 4668), + (0, 10), + (0, 980), + (0, 10), + (0, 1607), + (0, 114), + (0, 276), + (0, 143), + (0, 233), + (0, 952), + (0, 68), + (0, 30), + (0, 0), + (0, 946), + (0, 1), + (0, 39), + (0, 0), + (0, 1), + (0, 4), + (0, 3037), + (0, 2), + (0, 1092), + (0, 502), + (0, 3124), + (0, 24), + (0, 333), + (0, 0), + (0, 886), + (0, 78), + (0, 3), + (0, 305), + (0, 980), + (0, 160), + (0, 0), + (0, 2001), + (0, 2087), + (0, 82), + (0, 797), + (0, 140), + (0, 279), + (0, 415), + (0, 2427), + (0, 78), + (0, 1409), + (0, 1895), + (0, 854), + (0, 67), + (0, 1121), + (0, 113), + (0, 0), + (0, 18), + (0, 366), + (0, 191), + (0, 216), + (0, 14), + (0, 401), + (0, 90), + (0, 1348), + (0, 567), + (0, 173), + (0, 799), + (0, 33), + (0, 7213), + (0, 1130), + (0, 0), + (0, 14), + (0, 7), + (0, 609), + (0, 31), + (0, 2), + (0, 1), + (0, 291), + (0, 0), + (0, 38), + (0, 541), + (0, 3197), + (0, 15), + (0, 2), + (0, 82), + (0, 200), + (0, 153), + (0, 1), + (0, 309), + (0, 233), + (0, 15), + (0, 805), + (0, 37), + (0, 3), + (0, 79), + (0, 0), + (0, 122), + (0, 25), + (0, 2), + (0, 29), + (0, 3), + (0, 3149), + (0, 3), + (0, 584), + (0, 1231), + (0, 70), + (0, 76), + (0, 8), + (0, 94), + (0, 5), + (0, 18), + (0, 37), + (0, 2245), + (0, 108), + (0, 3861), + (0, 46), + (0, 1181), + (0, 1481), + (0, 124), + (0, 963), + (0, 1448), + (0, 15), + (0, 271), + (0, 1698), + (0, 2695), + (0, 2), + (0, 1), + (0, 6), + (0, 7), + (0, 7), + (0, 0), + (0, 1868), + (0, 760), + (0, 2), + (0, 8), + (0, 0), + (0, 252), + (0, 49), + (0, 6475), + (0, 4), + (0, 2493), + (0, 387), + (0, 79), + (0, 1213), + (0, 376), + (0, 644), + (0, 3487), + (0, 283), + (0, 99), + (0, 3989), + (0, 112), + (0, 1461), + (0, 1825), + (0, 288), + (0, 520), + (0, 1762), + (0, 477), + (0, 11), + (0, 192), + (0, 7), + (0, 2136), + (0, 0), + (0, 1026), + (0, 246), + (0, 67), + (0, 218), + (0, 390), + (0, 1), + (0, 0), + (0, 838), + (0, 197), + (0, 145), + (0, 24), + (0, 7), + (0, 0), + (0, 83), + (0, 0), + (0, 54), + (0, 5), + (0, 10655), + (0, 91), + (0, 99), + (0, 86), + (0, 88), + (0, 394), + (0, 40), + (0, 2161), + (0, 1065), + (0, 6), + (0, 408), + (0, 14), + (0, 0), + (0, 1487), + (0, 3), + (0, 50), + (0, 89), + (0, 161), + (0, 197), + (0, 11), + (0, 91), + (0, 4562), + (0, 96), + (0, 23), + (0, 15), + (0, 1267), + (0, 6), + (0, 224), + (0, 1173), + (0, 91), + (0, 210), + (0, 131), + (0, 2), + (0, 93), + (0, 1), + (0, 7), + (0, 58), + (0, 583), + (0, 1680), + (0, 2186), + (0, 323), + (0, 272), + (0, 2337), + (0, 3), + (0, 110), + (0, 151), + (0, 73), + (0, 130), + (0, 76), + (0, 1406), + (0, 2), + (0, 8), + (0, 5524), + (0, 45), + (0, 3), + (0, 641), + (0, 26), + (0, 174), + (0, 3), + (0, 606), + (0, 121), + (0, 507), + (0, 38), + (0, 12), + (0, 571), + (0, 23), + (0, 409), + (0, 3863), + (0, 1351), + (0, 56), + (0, 208), + (0, 12), + (0, 18), + (0, 94), + (0, 326), + (0, 72), + (0, 27), + (0, 52), + (0, 1), + (0, 1796), + (0, 416), + (0, 101), + (0, 105), + (0, 0), + (0, 85), + (0, 511), + (0, 1246), + (0, 6), + (0, 170), + (0, 1), + (0, 114), + (0, 133), + (0, 64), + (0, 44), + (0, 55), + (0, 17), + (0, 57), + (0, 7), + (0, 70), + (0, 292), + (0, 4128), + (0, 203), + (0, 21), + (0, 378), + (0, 758), + (0, 837), + (0, 1063), + (0, 15), + (0, 28), + (0, 381), + (0, 148), + (0, 3217), + (0, 52), + (0, 142), + (0, 1166), + (0, 1), + (0, 15), + (0, 0), + (0, 1530), + (0, 83), + (0, 5629), + (0, 987), + (0, 8), + (0, 1047), + (0, 290), + (0, 182), + (0, 214), + (0, 330), + (0, 0), + (0, 72), + (0, 50), + (0, 3191), + (0, 931), + (0, 601), + (0, 19), + (0, 90), + (0, 0), + (0, 210), + (0, 14), + (0, 11), + (0, 7), + (0, 0), + (0, 1280), + (0, 35), + (0, 10), + (0, 3306), + (0, 200), + (0, 448), + (0, 32), + (0, 2803), + (0, 1), + (0, 123), + (0, 53), + (0, 19), + (0, 203), + (0, 117), + (0, 17), + (0, 57), + (0, 161), + (0, 416), + (0, 215), + (0, 2796), + (0, 0), + (0, 2), + (0, 16), + (0, 3144), + (0, 38), + (0, 40), + (0, 1), + (0, 450), + (0, 64), + (0, 1041), + (0, 1451), + (0, 852), + (0, 6599), + (0, 0), + (0, 1602), + (0, 1018), + (0, 1), + (0, 848), + (0, 92), + (0, 22), + (0, 13), + (0, 297), + (0, 324), + (0, 0), + (0, 713), + (0, 2), + (0, 12), + (0, 0), + (0, 56), + (0, 1017), + (0, 472), + (0, 47), + (0, 1618), + (0, 0), + (0, 1), + (0, 1345), + (0, 34), + (0, 4), + (0, 3), + (0, 474), + (0, 40), + (0, 4), + (0, 1310), + (0, 3202), + (0, 270), + (0, 14), + (0, 215), + (0, 3818), + (0, 15), + (0, 8), + (0, 3), + (0, 1), + (0, 457), + (0, 5), + (0, 956), + (0, 0), + (0, 2354), + (0, 1203), + (0, 780), + (0, 17), + (0, 843), + (0, 1391), + (0, 2604), + (0, 112), + (0, 509), + (0, 2504), + (0, 4358), + (0, 62), + (0, 11), + (0, 809), + (0, 755), + (0, 31), + (0, 217), + (0, 495), + (0, 594), + (0, 1065), + (0, 14), + (0, 193), + (0, 7), + (0, 444), + (0, 99), + (0, 17), + (0, 12), + (0, 21), + (0, 13), + (0, 12), + (0, 1), + (0, 2), + (0, 23), + (0, 1117), + (0, 1857), + (0, 2160), + (0, 66), + (0, 19), + (0, 6875), + (0, 1), + (0, 6), + (0, 1), + (0, 326), + (0, 2457), + (0, 2057), + (0, 46), + (0, 342), + (0, 3529), + (0, 104), + (0, 217), + (0, 1), + (0, 307), + (0, 301), + (0, 187), + (0, 1462), + (0, 50), + (0, 7), + (0, 1), + (0, 15), + (0, 1243), + (0, 169), + (0, 1), + (0, 5), + (0, 75), + (0, 283), + (0, 645), + (0, 24), + (0, 16), + (0, 463), + (0, 2), + (0, 12), + (0, 337), + (0, 0), + (0, 23), + (0, 693), + (0, 21), + (0, 1688), + (0, 1470), + (0, 188), + (0, 31), + (0, 3), + (0, 2), + (0, 416), + (0, 163), + (0, 32), + (0, 2444), + (0, 10), + (0, 44), + (0, 83), + (0, 5), + (0, 770), + (0, 79), + (0, 1187), + (0, 522), + (0, 87), + (0, 3), + (0, 0), + (0, 4), + (0, 604), + (0, 6), + (0, 544), + (0, 1), + (0, 281), + (0, 10), + (0, 617), + (0, 18), + (0, 24), + (0, 1184), + (0, 1809), + (0, 54), + (0, 5), + (0, 113), + (0, 225), + (0, 1094), + (0, 71), + (0, 961), + (0, 51), + (0, 1), + (0, 5017), + (0, 90), + (0, 25), + (0, 3328), + (0, 149), + (0, 575), + (0, 149), + (0, 6), + (0, 230), + (0, 71), + (0, 3), + (0, 356), + (0, 2102), + (0, 222), + (0, 1), + (0, 11), + (0, 0), + (0, 6684), + (0, 5), + (0, 5), + (0, 1955), + (0, 0), + (0, 1), + (0, 5), + (0, 430), + (0, 12), + (0, 14), + (0, 1), + (0, 91), + (0, 12), + (0, 84), + (0, 296), + (0, 23), + (0, 771), + (0, 3), + (0, 564), + (0, 0), + (0, 444), + (0, 1916), + (0, 2066), + (0, 75), + (0, 11), + (0, 2), + (0, 1001), + (0, 6915), + (0, 284), + (0, 92), + (0, 46), + (0, 336), + (0, 3966), + (0, 0), + (0, 1730), + (0, 3), + (0, 5), + (0, 18), + (0, 1621), + (0, 779), + (0, 2917), + (0, 3353), + (0, 325), + (0, 525), + (0, 478), + (0, 142), + (0, 986), + (0, 581), + (0, 16), + (0, 0), + (0, 62), + (0, 17), + (0, 659), + (0, 2002), + (0, 9), + (0, 149), + (0, 1790), + (0, 40), + (0, 678), + (0, 366), + (0, 14414), + (0, 436), + (0, 1), + (0, 264), + (0, 58), + (0, 5), + (0, 2830), + (0, 23), + (0, 746), + (0, 2097), + (0, 9030), + (0, 0), + (0, 1148), + (0, 30), + (0, 11), + (0, 306), + (0, 1396), + (0, 26), + (0, 8), + (0, 2), + (0, 0), + (0, 4397), + (0, 5), + (0, 174), + (0, 476), + (0, 45), + (0, 1535), + (0, 343), + (0, 280), + (0, 717), + (0, 14), + (0, 0), + (0, 686), + (0, 6), + (0, 727), + (0, 2), + (0, 60), + (0, 364), + (0, 2296), + (0, 43), + (0, 1), + (0, 70), + (0, 3), + (0, 118), + (0, 103), + (0, 4614), + (0, 819), + (0, 48), + (0, 6), + (0, 0), + (0, 73), + (0, 1999), + (0, 4), + (0, 41), + (0, 1284), + (0, 3), + (0, 68), + (0, 70), + (0, 245), + (0, 60), + (0, 248), + (0, 45), + (0, 28), + (0, 347), + (0, 4442), + (0, 157), + (0, 17), + (0, 2), + (0, 531), + (0, 742), + (0, 737), + (0, 3), + (0, 8), + (0, 0), + (0, 109), + (0, 59), + (0, 953), + (0, 20), + (0, 10), + (0, 25), + (0, 166), + (0, 740), + (0, 2943), + (0, 1579), + (0, 225), + (0, 2840), + (0, 0), + (0, 111), + (0, 2885), + (0, 1807), + (0, 0), + (0, 0), + (0, 845), + (0, 1636), + (0, 277), + (0, 3), + (0, 578), + (0, 1409), + (0, 3904), + (0, 612), + (0, 123), + (0, 6), + (0, 294), + (0, 9958), + (0, 2669), + (0, 0), + (0, 3), + (0, 3), + (0, 139), + (0, 2364), + (0, 138), + (0, 3455), + (0, 1), + (0, 4), + (0, 44), + (0, 2), + (0, 2564), + (0, 7), + (0, 39), + (0, 0), + (0, 17), + (0, 123), + (0, 8), + (0, 20), + (0, 46), + (0, 80), + (0, 11), + (0, 2876), + (0, 621), + (0, 199), + (0, 1696), + (0, 1840), + (0, 0), + (0, 108), + (0, 60), + (0, 5), + (0, 223), + (0, 63), + (0, 48), + (0, 34), + (0, 83), + (0, 5), + (0, 258), + (0, 380), + (0, 372), + (0, 13), + (0, 402), + (0, 192), + (0, 939), + (0, 8), + (0, 4818), + (0, 2298), + (0, 3080), + (0, 554), + (0, 172), + (0, 380), + (0, 263), + (0, 20), + (0, 181), + (0, 4), + (0, 39), + (0, 3796), + (0, 1786), + (0, 1900), + (0, 12060), + (0, 1390), + (0, 8), + (0, 49), + (0, 3515), + (0, 0), + (0, 2), + (0, 1217), + (0, 0), + (0, 1596), + (0, 219), + (0, 23), + (0, 0), + (0, 133), + (0, 1901), + (0, 1735), + (0, 10), + (0, 1236), + (0, 81), + (0, 8884), + (0, 1855), + (0, 6758), + (0, 1), + (0, 4237), + (0, 82), + (0, 142), + (0, 3945), + (0, 1396), + (0, 363), + (0, 2335), + (0, 4720), + (0, 35), + (0, 2), + (0, 1), + (0, 390), + (0, 85), + (0, 1080), + (0, 839), + (0, 812), + (0, 144), + (0, 1221), + (0, 4207), + (0, 4856), + (0, 3747), + (0, 3157), + (0, 194), + (0, 1560), + (0, 212), + (0, 994), + (0, 2356), + (0, 1229), + (0, 3), + (0, 0), + (0, 8), + (0, 12), + (0, 191), + (0, 21), + (0, 27), + (0, 28), + (0, 2), + (0, 14), + (0, 962), + (0, 296), + (0, 9), + (0, 21), + (0, 151), + (0, 9029), + (0, 32), + (0, 1), + (0, 5491), + (0, 1997), + (0, 834), + (0, 101), + (0, 13), + (0, 61), + (0, 0), + (0, 967), + (0, 16), + (0, 1357), + (0, 272), + (0, 2), + (0, 10), + (0, 1342), + (0, 2), + (0, 9), + (0, 46), + (0, 335), + (0, 4), + (0, 109), + (0, 1038), + (0, 20), + (0, 0), + (0, 2656), + (0, 1), + (0, 14), + (0, 3712), + (0, 25), + (0, 647), + (0, 9), + (0, 102), + (0, 1447), + (0, 494), + (0, 14), + (0, 629), + (0, 561), + (0, 0), + (0, 677), + (0, 8), + (0, 7), + (0, 42), + (0, 871), + (0, 18), + (0, 8), + (0, 116), + (0, 1), + (0, 206), + (0, 2), + (0, 31), + (0, 368), + (0, 42), + (0, 12), + (0, 7), + (0, 0), + (0, 2), + (0, 22), + (0, 2184), + (0, 925), + (0, 198), + (0, 391), + (0, 583), + (0, 1818), + (0, 34), + (0, 1), + (0, 29), + (0, 45), + (0, 191), + (0, 70), + (0, 2), + (0, 332), + (0, 0), + (0, 12), + (0, 49), + (0, 798), + (0, 5047), + (0, 25), + (0, 10), + (0, 1163), + (0, 3349), + (0, 2602), + (0, 307), + (0, 4029), + (0, 1507), + (0, 343), + (0, 3), + (0, 1565), + (0, 392), + (0, 1706), + (0, 1361), + (0, 11486), + (0, 143), + (0, 1572), + (0, 2516), + (0, 5240), + (0, 11), + (0, 98), + (0, 0), + (0, 52), + (0, 133), + (0, 125), + (0, 516), + (0, 304), + (0, 1159), + (0, 67), + (0, 1272), + (0, 420), + (0, 27), + (0, 18), + (0, 63), + (0, 149), + (0, 1044), + (0, 18), + (0, 12), + (0, 41), + (0, 2372), + (0, 428), + (0, 82), + (0, 38), + (0, 214), + (0, 91), + (0, 0), + (0, 3307), + (0, 2529), + (0, 1137), + (0, 10), + (0, 2568), + (0, 9098), + (0, 1676), + (0, 35), + (0, 3), + (0, 306), + (0, 977), + (0, 1), + (0, 0), + (0, 906), + (0, 2131), + (0, 251), + (0, 37), + (0, 140), + (0, 142), + (0, 138), + (0, 23), + (0, 242), + (0, 55), + (0, 122), + (0, 75), + (0, 15), + (0, 4), + (0, 180), + (0, 78), + (0, 0), + (0, 464), + (0, 4155), + (0, 118), + (0, 34), + (0, 2838), + (0, 2460), + (0, 274), + (0, 11), + (0, 2), + (0, 0), + (0, 0), + (0, 245), + (0, 210), + (0, 325), + (0, 982), + (0, 103), + (0, 57), + (0, 58), + (0, 6), + (0, 650), + (0, 1463), + (0, 107), + (0, 89), + (0, 324), + (0, 300), + (0, 2695), + (0, 39), + (0, 0), + (0, 1925), + (0, 275), + (0, 4694), + (0, 8231), + (0, 0), + (0, 1097), + (0, 135), + (0, 28), + (0, 177), + (0, 674), + (0, 3), + (0, 6), + (0, 89), + (0, 1906), + (0, 86), + (0, 924), + (0, 2036), + (0, 3679), + (0, 806), + (0, 133), + (0, 11), + (0, 70), + (0, 52), + (0, 29), + (0, 1), + (0, 11), + (0, 648), + (0, 73), + (0, 60), + (0, 30), + (0, 36), + (0, 9), + (0, 4), + (0, 0), + (0, 1213), + (0, 447), + (0, 547), + (0, 5), + (0, 457), + (0, 1124), + (0, 0), + (0, 2), + (0, 64), + (0, 36), + (0, 0), + (0, 134), + (0, 0), + (0, 721), + (0, 0), + (0, 2013), + (0, 3), + (0, 484), + (0, 2282), + (0, 37), + (0, 217), + (0, 137), + (0, 5560), + (0, 1238), + (0, 227), + (0, 370), + (0, 13), + (0, 0), + (0, 8), + (0, 798), + (0, 315), + (0, 40), + (0, 253), + (0, 427), + (0, 1948), + (0, 131), + (0, 6050), + (0, 6381), + (0, 106), + (0, 572), + (0, 101), + (0, 8804), + (0, 2603), + (0, 458), + (0, 437), + (0, 2), + (0, 3790), + (0, 2), + (0, 58), + (0, 18), + (0, 174), + (0, 422), + (0, 4), + (0, 20), + (0, 1), + (0, 1143), + (0, 6), + (0, 0), + (0, 935), + (0, 241), + (0, 770), + (0, 23), + (0, 262), + (0, 6511), + (0, 7), + (0, 32), + (0, 537), + (0, 10), + (0, 5), + (0, 3), + (0, 3276), + (0, 16), + (0, 347), + (0, 462), + (0, 3800), + (0, 12), + (0, 15), + (0, 2), + (0, 1205), + (0, 311), + (0, 8), + (0, 487), + (0, 5), + (0, 1830), + (0, 59), + (0, 6), + (0, 958), + (0, 0), + (0, 5), + (0, 84), + (0, 1342), + (0, 260), + (0, 11071), + (0, 4545), + (0, 594), + (0, 132), + (0, 420), + (0, 5), + (0, 3109), + (0, 273), + (0, 6015), + (0, 228), + (0, 3822), + (0, 1106), + (0, 51), + (0, 5), + (0, 351), + (0, 36), + (0, 4), + (0, 162), + (0, 108), + (0, 7549), + (0, 126), + (0, 250), + (0, 208), + (0, 2), + (0, 25), + (0, 16), + (0, 291), + (0, 170), + (0, 383), + (0, 0), + (0, 27), + (0, 3), + (0, 17), + (0, 81), + (0, 2425), + (0, 1507), + (0, 6964), + (0, 810), + (0, 24), + (0, 29), + (0, 5), + (0, 5512), + (0, 2), + (0, 17), + (0, 0), + (0, 323), + (0, 0), + (0, 57), + (0, 77), + (0, 156), + (0, 4), + (0, 664), + (0, 7), + (0, 621), + (0, 0), + (0, 3137), + (0, 115), + (0, 166), + (0, 50), + (0, 1), + (0, 9), + (0, 92), + (0, 11), + (0, 0), + (0, 3290), + (0, 43), + (0, 2657), + (0, 8), + (0, 866), + (0, 2493), + (0, 322), + (0, 441), + (0, 3186), + (0, 0), + (0, 788), + (0, 21), + (0, 2473), + (0, 1), + (0, 0), + (0, 30), + (0, 1273), + (0, 3), + (0, 509), + (0, 17), + (0, 2074), + (0, 1195), + (0, 34), + (0, 30), + (0, 752), + (0, 1394), + (0, 1), + (0, 79), + (0, 389), + (0, 3), + (0, 253), + (0, 932), + (0, 88), + (0, 502), + (0, 378), + (0, 25), + (0, 17), + (0, 0), + (0, 1765), + (0, 5546), + (0, 0), + (0, 661), + (0, 840), + (0, 161), + (0, 1600), + (0, 11), + (0, 8564), + (0, 5), + (0, 342), + (0, 0), + (0, 428), + (0, 2131), + (0, 7671), + (0, 98), + (0, 184), + (0, 169), + (0, 746), + (0, 30), + (0, 543), + (0, 6), + (0, 105), + (0, 1541), + (0, 550), + (0, 0), + (0, 2233), + (0, 1510), + (0, 1336), + (0, 0), + (0, 627), + (0, 7), + (0, 6), + (0, 3073), + (0, 2), + (0, 580), + (0, 1), + (0, 37), + (0, 3), + (0, 842), + (0, 12), + (0, 135), + (0, 4598), + (0, 481), + (0, 35), + (0, 342), + (0, 1713), + (0, 0), + (0, 3), + (0, 5), + (0, 3695), + (0, 562), + (0, 12163), + (0, 1237), + (0, 190), + (0, 83), + (0, 35), + (0, 186), + (0, 77), + (0, 41), + (0, 23), + (0, 645), + (0, 236), + (0, 7), + (0, 8259), + (0, 0), + (0, 1), + (0, 3284), + (0, 145), + (0, 16), + (0, 43), + (0, 1800), + (0, 8), + (0, 29), + (0, 33), + (0, 115), + (0, 437), + (0, 2), + (0, 575), + (0, 408), + (0, 16), + (0, 0), + (0, 1309), + (0, 805), + (0, 157), + (0, 5), + (0, 931), + (0, 4719), + (0, 41), + (0, 49), + (0, 5287), + (0, 42), + (0, 137), + (0, 969), + (0, 284), + (0, 3), + (0, 52), + (0, 0), + (0, 474), + (0, 41), + (0, 1), + (0, 6), + (0, 52), + (0, 1), + (0, 5), + (0, 1670), + (0, 92), + (0, 406), + (0, 1452), + (0, 1264), + (0, 468), + (0, 109), + (0, 3), + (0, 5), + (0, 9), + (0, 251), + (0, 525), + (0, 487), + (0, 38), + (0, 1264), + (0, 511), + (0, 87), + (0, 305), + (0, 2344), + (0, 0), + (0, 161), + (0, 5007), + (0, 93), + (0, 927), + (0, 98), + (0, 200), + (0, 4), + (0, 0), + (0, 28), + (0, 26), + (0, 5), + (0, 7), + (0, 4869), + (0, 67), + (0, 5428), + (0, 284), + (0, 135), + (0, 0), + (0, 8), + (0, 233), + (0, 1593), + (0, 121), + (0, 10288), + (0, 0), + (0, 110), + (0, 1223), + (0, 10), + (0, 96), + (0, 2341), + (0, 54), + (0, 53), + (0, 275), + (0, 15), + (0, 87), + (0, 240), + (0, 1272), + (0, 10), + (0, 34), + (0, 0), + (0, 1573), + (0, 205), + (0, 608), + (0, 0), + (0, 8), + (0, 33), + (0, 27), + (0, 384), + (0, 0), + (0, 2344), + (0, 8), + (0, 550), + (0, 1294), + (0, 1), + (0, 995), + (0, 81), + (0, 72), + (0, 1476), + (0, 180), + (0, 11135), + (0, 0), + (0, 0), + (0, 11), + (0, 0), + (0, 29), + (0, 3), + (0, 45), + (0, 2), + (0, 0), + (0, 25), + (0, 4577), + (0, 272), + (0, 98), + (0, 52), + (0, 2041), + (0, 6047), + (0, 37), + (0, 1724), + (0, 196), + (0, 3756), + (0, 725), + (0, 0), + (0, 23), + (0, 19), + (0, 468), + (0, 750), + (0, 228), + (0, 290), + (0, 0), + (0, 251), + (0, 0), + (0, 12611), + (0, 4001), + (0, 17), + (0, 329), + (0, 124), + (0, 199), + (0, 1), + (0, 1), + (0, 12), + (0, 64), + (0, 992), + (0, 1895), + (0, 1404), + (0, 100), + (0, 6611), + (0, 232), + (0, 2), + (0, 568), + (0, 2419), + (0, 3), + (0, 20), + (0, 173), + (0, 41), + (0, 3), + (0, 105), + (0, 5515), + (0, 241), + (0, 240), + (0, 729), + (0, 258), + (0, 608), + (0, 179), + (0, 11), + (0, 399), + (0, 12128), + (0, 33), + (0, 1923), + (0, 1292), + (0, 7), + (0, 314), + (0, 26), + (0, 465), + (0, 0), + (0, 42), + (0, 14), + (0, 1779), + (0, 86), + (0, 53), + (0, 1840), + (0, 2), + (0, 2401), + (0, 139), + (0, 403), + (0, 77), + (0, 220), + (0, 3148), + (0, 640), + (0, 1787), + (0, 4), + (0, 3), + (0, 99), + (0, 16), + (0, 47), + (0, 810), + (0, 18), + (0, 229), + (0, 1258), + (0, 6), + (0, 0), + (0, 4703), + (0, 989), + (0, 10), + (0, 6), + (0, 19), + (0, 464), + (0, 170), + (0, 1), + (0, 145), + (0, 2549), + (0, 38), + (0, 9), + (0, 45), + (0, 1841), + (0, 75), + (0, 0), + (0, 599), + (0, 0), + (0, 6), + (0, 41), + (0, 609), + (0, 646), + (0, 84), + (0, 93), + (0, 303), + (0, 1465), + (0, 1053), + (0, 530), + (0, 9488), + (0, 2), + (0, 21), + (0, 0), + (0, 605), + (0, 426), + (0, 313), + (0, 3687), + (0, 52), + (0, 5909), + (0, 2), + (0, 173), + (0, 177), + (0, 546), + (0, 4264), + (0, 7), + (0, 267), + (0, 745), + (0, 0), + (0, 177), + (0, 3), + (0, 1), + (0, 1), + (0, 66), + (0, 198), + (0, 44), + (0, 2), + (0, 0), + (0, 44), + (0, 1954), + (0, 845), + (0, 4294), + (0, 8), + (0, 2499), + (0, 2), + (0, 135), + (0, 765), + (0, 145), + (0, 332), + (0, 4393), + (0, 1), + (0, 134), + (0, 113), + (0, 1183), + (0, 209), + (0, 833), + (0, 0), + (0, 956), + (0, 1699), + (0, 17), + (0, 1203), + (0, 2172), + (0, 59), + (0, 380), + (0, 5845), + (0, 229), + (0, 74), + (0, 11), + (0, 6729), + (0, 4406), + (0, 3184), + (0, 3), + (0, 692), + (0, 5276), + (0, 559), + (0, 746), + (0, 718), + (0, 72), + (0, 489), + (0, 0), + (0, 13), + (0, 6853), + (0, 232), + (0, 77), + (0, 334), + (0, 56), + (0, 196), + (0, 166), + (0, 392), + (0, 121), + (0, 0), + (0, 550), + (0, 542), + (0, 0), + (0, 186), + (0, 961), + (0, 1392), + (0, 53), + (0, 1114), + (0, 4334), + (0, 4479), + (0, 331), + (0, 18), + (0, 60), + (0, 127), + (0, 1), + (0, 0), + (0, 4191), + (0, 10), + (0, 13), + (0, 4), + (0, 6), + (0, 10421), + (0, 850), + (0, 103), + (0, 23), + (0, 1916), + (0, 111), + (0, 430), + (0, 2185), + (0, 3466), + (0, 836), + (0, 375), + (0, 51), + (0, 4765), + (0, 1094), + (0, 12), + (0, 296), + (0, 2479), + (0, 2502), + (0, 29), + (0, 0), + (0, 44), + (0, 2), + (0, 0), + (0, 45), + (0, 6), + (0, 1), + (0, 4316), + (0, 0), + (0, 1058), + (0, 315), + (0, 4), + (0, 2708), + (0, 846), + (0, 313), + (0, 22), + (0, 239), + (0, 1289), + (0, 0), + (0, 43), + (0, 1831), + (0, 111), + (0, 3262), + (0, 21), + (0, 0), + (0, 38), + (0, 1025), + (0, 2845), + (0, 99), + (0, 430), + (0, 104), + (0, 236), + (0, 68), + (0, 3), + (0, 162), + (0, 707), + (0, 349), + (0, 4391), + (0, 0), + (0, 256), + (0, 5), + (0, 13), + (0, 577), + (0, 1094), + (0, 200), + (0, 0), + (0, 238), + (0, 5), + (0, 181), + (0, 192), + (0, 489), + (0, 114), + (0, 1), + (0, 35), + (0, 20), + (0, 27), + (0, 927), + (0, 159), + (0, 42), + (0, 212), + (0, 22), + (0, 344), + (0, 0), + (0, 215), + (0, 7), + (0, 19), + (0, 13), + (0, 18), + (0, 1), + (0, 24), + (0, 554), + (0, 8510), + (0, 971), + (0, 153), + (0, 149), + (0, 0), + (0, 2), + (0, 1091), + (0, 41), + (0, 164), + (0, 49), + (0, 34), + (0, 268), + (0, 66), + (0, 4), + (0, 3440), + (0, 7433), + (0, 0), + (0, 1626), + (0, 999), + (0, 24), + (0, 25), + (0, 3699), + (0, 7211), + (0, 97), + (0, 1888), + (0, 54), + (0, 284), + (0, 0), + (0, 1425), + (0, 2), + (0, 172), + (0, 1550), + (0, 12), + (0, 304), + (0, 2940), + (0, 6420), + (0, 116), + (0, 1688), + (0, 16), + (0, 1), + (0, 0), + (0, 30), + (0, 500), + (0, 2), + (0, 2778), + (0, 0), + (0, 105), + (0, 1309), + (0, 8714), + (0, 5), + (0, 1752), + (0, 1777), + (0, 144), + (0, 583), + (0, 54), + (0, 6), + (0, 945), + (0, 20), + (0, 50), + (0, 2023), + (0, 121), + (0, 119), + (0, 212), + (0, 74), + (0, 315), + (0, 155), + (0, 873), + (0, 2206), + (0, 682), + (0, 48), + (0, 128), + (0, 476), + (0, 61), + (0, 1125), + (0, 1502), + (0, 3), + (0, 1114), + (0, 101), + (0, 135), + (0, 265), + (0, 16363), + (0, 776), + (0, 82), + (0, 189), + (0, 16), + (0, 37), + (0, 7), + (0, 1), + (0, 4874), + (0, 286), + (0, 6899), + (0, 223), + (0, 4), + (0, 1163), + (0, 2689), + (0, 12), + (0, 10), + (0, 7), + (0, 1823), + (0, 177), + (0, 3), + (0, 128), + (0, 542), + (0, 166), + (0, 1200), + (0, 0), + (0, 88), + (0, 195), + (0, 413), + (0, 1324), + (0, 187), + (0, 1535), + (0, 6), + (0, 4146), + (0, 557), + (0, 20), + (0, 12), + (0, 40), + (0, 110), + (0, 11785), + (0, 154), + (0, 842), + (0, 139), + (0, 992), + (0, 2565), + (0, 2), + (0, 1046), + (0, 152), + (0, 791), + (0, 3233), + (0, 230), + (0, 4), + (0, 368), + (0, 701), + (0, 1810), + (0, 1), + (0, 3510), + (0, 0), + (0, 80), + (0, 55), + (0, 1196), + (0, 985), + (0, 969), + (0, 1437), + (0, 304), + (0, 552), + (0, 24), + (0, 5709), + (0, 2), + (0, 35), + (0, 73), + (0, 16967), + (0, 97), + (0, 237), + (0, 99), + (0, 352), + (0, 90), + (0, 8), + (0, 488), + (0, 61), + (0, 2674), + (0, 382), + (0, 1), + (0, 2), + (0, 732), + (0, 280), + (0, 10), + (0, 1), + (0, 1), + (0, 16), + (0, 29), + (0, 198), + (0, 10056), + (0, 1), + (0, 170), + (0, 399), + (0, 21), + (0, 2), + (0, 149), + (0, 46), + (0, 2), + (0, 22), + (0, 140), + (0, 54), + (0, 249), + (0, 45), + (0, 2), + (0, 99), + (0, 0), + (0, 341), + (0, 321), + (0, 1356), + (0, 344), + (0, 29), + (0, 41), + (0, 4240), + (0, 343), + (0, 3901), + (0, 10), + (0, 4195), + (0, 526), + (0, 1), + (0, 3398), + (0, 355), + (0, 1715), + (0, 510), + (0, 0), + (0, 501), + (0, 267), + (0, 678), + (0, 3), + (0, 1051), + (0, 6), + (0, 47), + (0, 2349), + (0, 3185), + (0, 6939), + (0, 27), + (0, 7), + (0, 196), + (0, 2218), + (0, 1601), + (0, 18), + (0, 13), + (0, 1153), + (0, 636), + (0, 12), + (0, 3), + (0, 525), + (0, 260), + (0, 0), + (0, 213), + (0, 70), + (0, 344), + (0, 567), + (0, 115), + (0, 36), + (0, 0), + (0, 3162), + (0, 2524), + (0, 174), + (0, 2), + (0, 5), + (0, 4995), + (0, 717), + (0, 1828), + (0, 260), + (0, 1023), + (0, 1), + (0, 4172), + (0, 651), + (0, 329), + (0, 22), + (0, 366), + (0, 333), + (0, 10), + (0, 216), + (0, 700), + (0, 19), + (0, 449), + (0, 5319), + (0, 2445), + (0, 43), + (0, 119), + (0, 2), + (0, 61), + (0, 1), + (0, 0), + (0, 4275), + (0, 16), + (0, 8), + (0, 79), + (0, 2), + (0, 905), + (0, 191), + (0, 186), + (0, 1434), + (0, 918), + (0, 1), + (0, 10), + (0, 555), + (0, 414), + (0, 149), + (0, 157), + (0, 876), + (0, 340), + (0, 3), + (0, 6), + (0, 586), + (0, 1822), + (0, 2670), + (0, 213), + (0, 52), + (0, 160), + (0, 67), + (0, 1052), + (0, 66), + (0, 2), + (0, 252), + (0, 7710), + (0, 3048), + (0, 30), + (0, 49), + (0, 99), + (0, 1), + (0, 1430), + (0, 2801), + (0, 5916), + (0, 349), + (0, 2), + (0, 3705), + (0, 11), + (0, 19), + (0, 1454), + (0, 3), + (0, 1472), + (0, 1329), + (0, 13189), + (0, 0), + (0, 25), + (0, 47), + (0, 1326), + (0, 2025), + (0, 32), + (0, 0), + (0, 47), + (0, 532), + (0, 3755), + (0, 113), + (0, 9), + (0, 2491), + (0, 64), + (0, 429), + (0, 554), + (0, 2), + (0, 36), + (0, 27), + (0, 1546), + (0, 332), + (0, 2), + (0, 4835), + (0, 1603), + (0, 2), + (0, 24), + (0, 126), + (0, 3977), + (0, 202), + (0, 555), + (0, 1172), + (0, 2346), + (0, 6), + (0, 271), + (0, 11), + (0, 19), + (0, 102), + (0, 69), + (0, 4), + (0, 89), + (0, 155), + (0, 11), + (0, 2041), + (0, 469), + (0, 1956), + (0, 57), + (0, 3781), + (0, 56), + (0, 4862), + (0, 3419), + (0, 49), + (0, 1590), + (0, 14701), + (0, 1), + (0, 1487), + (0, 0), + (0, 251), + (0, 12016), + (0, 436), + (0, 61), + (0, 43), + (0, 0), + (0, 30), + (0, 942), + (0, 13), + (0, 1246), + (0, 43), + (0, 65), + (0, 27), + (0, 2524), + (0, 10), + (0, 5), + (0, 22), + (0, 29), + (0, 305), + (0, 2), + (0, 173), + (0, 2953), + (0, 495), + (0, 22), + (0, 8), + (0, 30), + (0, 99), + (0, 1007), + (0, 111), + (0, 177), + (0, 39), + (0, 446), + (0, 1), + (0, 10), + (0, 359), + (0, 0), + (0, 2937), + (0, 1), + (0, 16), + (0, 598), + (0, 40), + (0, 6), + (0, 0), + (0, 17), + (0, 65), + (0, 860), + (0, 0), + (0, 19), + (0, 924), + (0, 2), + (0, 94), + (0, 139), + (0, 0), + (0, 231), + (0, 150), + (0, 197), + (0, 417), + (0, 279), + (0, 199), + (0, 591), + (0, 976), + (0, 1), + (0, 268), + (0, 3), + (0, 14), + (0, 1), + (0, 4653), + (0, 1041), + (0, 5), + (0, 1457), + (0, 59), + (0, 193), + (0, 2283), + (0, 10), + (0, 1), + (0, 381), + (0, 3354), + (0, 4), + (0, 4660), + (0, 431), + (0, 1616), + (0, 5), + (0, 471), + (0, 1338), + (0, 2553), + (0, 74), + (0, 5120), + (0, 708), + (0, 2909), + (0, 207), + (0, 2), + (0, 3), + (0, 79), + (0, 1424), + (0, 1926), + (0, 4967), + (0, 2599), + (0, 718), + (0, 231), + (0, 1415), + (0, 114), + (0, 368), + (0, 90), + (0, 250), + (0, 5), + (0, 272), + (0, 103), + (0, 2846), + (0, 1472), + (0, 31), + (0, 6038), + (0, 3), + (0, 1), + (0, 913), + (0, 32), + (0, 195), + (0, 5), + (0, 1574), + (0, 22), + (0, 5037), + (0, 0), + (0, 6553), + (0, 592), + (0, 512), + (0, 799), + (0, 11161), + (0, 7), + (0, 9), + (0, 667), + (0, 5565), + (0, 607), + (0, 33), + (0, 61), + (0, 4800), + (0, 0), + (0, 1457), + (0, 12), + (0, 0), + (0, 0), + (0, 3534), + (0, 0), + (0, 445), + (0, 2790), + (0, 84), + (0, 141), + (0, 0), + (0, 7), + (0, 6), + (0, 805), + (0, 1287), + (0, 14), + (0, 7505), + (0, 46), + (0, 96), + (0, 383), + (0, 1893), + (0, 1805), + (0, 382), + (0, 419), + (0, 31), + (0, 3826), + (0, 26), + (0, 1516), + (0, 158), + (0, 0), + (0, 30), + (0, 961), + (0, 1130), + (0, 323), + (0, 2025), + (0, 151), + (0, 4), + (0, 3), + (0, 16), + (0, 0), + (0, 394), + (0, 2491), + (0, 2), + (0, 9478), + (0, 2297), + (0, 3682), + (0, 2969), + (0, 1268), + (0, 64), + (0, 9471), + (0, 0), + (0, 0), + (0, 464), + (0, 575), + (0, 1), + (0, 1), + (0, 25), + (0, 405), + (0, 84), + (0, 5636), + (0, 1317), + (0, 4055), + (0, 7730), + (0, 1251), + (0, 0), + (0, 152), + (0, 4232), + (0, 3054), + (0, 6), + (0, 61), + (0, 466), + (0, 23), + (0, 1205), + (0, 769), + (0, 25), + (0, 326), + (0, 6), + (0, 24), + (0, 32), + (0, 1052), + (0, 305), + (0, 1279), + (0, 5977), + (0, 78), + (0, 4034), + (0, 2967), + (0, 168), + (0, 10), + (0, 2600), + (0, 12703), + (0, 0), + (0, 208), + (0, 489), + (0, 4), + (0, 46), + (0, 4290), + (0, 28), + (0, 228), + (0, 1), + (0, 4855), + (0, 1), + (0, 4173), + (0, 1), + (0, 0), + (0, 752), + (0, 2519), + (0, 34), + (0, 0), + (0, 2305), + (0, 11), + (0, 208), + (0, 2834), + (0, 72), + (0, 230), + (0, 158), + (0, 3), + (0, 37), + (0, 299), + (0, 1257), + (0, 6), + (0, 96), + (0, 2881), + (0, 11659), + (0, 4), + (0, 64), + (0, 39), + (0, 3), + (0, 1563), + (0, 0), + (0, 194), + (0, 7970), + (0, 486), + (0, 49), + (0, 11352), + (0, 8), + (0, 382), + (0, 6), + (0, 29), + (0, 486), + (0, 11032), + (0, 21), + (0, 2), + (0, 204), + (0, 4), + (0, 2537), + (0, 1), + (0, 6), + (0, 41), + (0, 6), + (0, 20), + (0, 2517), + (0, 14), + (0, 97), + (0, 2120), + (0, 579), + (0, 147), + (0, 19), + (0, 73), + (0, 4908), + (0, 2641), + (0, 334), + (0, 481), + (0, 9933), + (0, 215), + (0, 1245), + (0, 2), + (0, 381), + (0, 2), + (0, 15), + (0, 765), + (0, 2), + (0, 0), + (0, 81), + (0, 1090), + (0, 5524), + (0, 428), + (0, 28), + (0, 3), + (0, 196), + (0, 2125), + (0, 190), + (0, 510), + (0, 28), + (0, 11), + (0, 0), + (0, 3043), + (0, 1), + (0, 159), + (0, 94), + (0, 21), + (0, 1495), + (0, 63), + (0, 57), + (0, 34), + (0, 4002), + (0, 4), + (0, 1747), + (0, 266), + (0, 5), + (0, 19), + (0, 92), + (0, 169), + (0, 7), + (0, 4265), + (0, 64), + (0, 21), + (0, 272), + (0, 62), + (0, 0), + (0, 1175), + (0, 869), + (0, 19), + (0, 183), + (0, 3), + (0, 27529), + (0, 93), + (0, 1), + (0, 143), + (0, 828), + (0, 4), + (0, 6), + (0, 11), + (0, 60), + (0, 1131), + (0, 173), + (0, 22), + (0, 952), + (0, 0), + (0, 267), + (0, 22), + (0, 3), + (0, 1), + (0, 925), + (0, 472), + (0, 2505), + (0, 4562), + (0, 6208), + (0, 183), + (0, 15), + (0, 4288), + (0, 1843), + (0, 1681), + (0, 822), + (0, 19), + (0, 2473), + (0, 653), + (0, 23), + (0, 2665), + (0, 1), + (0, 268), + (0, 12), + (0, 38), + (0, 68), + (0, 0), + (0, 7), + (0, 992), + (0, 2), + (0, 43), + (0, 926), + (0, 11), + (0, 0), + (0, 2263), + (0, 1056), + (0, 2153), + (0, 4367), + (0, 334), + (0, 189), + (0, 48), + (0, 3933), + (0, 47), + (0, 9092), + (0, 2), + (0, 748), + (0, 102), + (0, 276), + (0, 115), + (0, 5340), + (0, 24), + (0, 190), + (0, 219), + (0, 59), + (0, 675), + (0, 755), + (0, 49), + (0, 11), + (0, 332), + (0, 219), + (0, 2906), + (0, 626), + (0, 3366), + (0, 54), + (0, 131), + (0, 1889), + (0, 1768), + (0, 453), + (0, 2), + (0, 39), + (0, 2407), + (0, 8774), + (0, 74), + (0, 16), + (0, 70), + (0, 8), + (0, 819), + (0, 2571), + (0, 750), + (0, 0), + (0, 2002), + (0, 298), + (0, 111), + (0, 0), + (0, 0), + (0, 28), + (0, 0), + (0, 82), + (0, 30), + (0, 2545), + (0, 322), + (0, 0), + (0, 239), + (0, 2), + (0, 0), + (0, 658), + (0, 944), + (0, 19974), + (0, 7357), + (0, 1631), + (0, 4393), + (0, 1355), + (0, 805), + (0, 14), + (0, 2848), + (0, 986), + (0, 527), + (0, 95), + (0, 3459), + (0, 47), + (0, 5087), + (0, 2), + (0, 64), + (0, 50), + (0, 28), + (0, 478), + (0, 5632), + (0, 30), + (0, 599), + (0, 98), + (0, 66), + (0, 448), + (0, 1196), + (0, 1318), + (0, 21), + (0, 180), + (0, 2400), + (0, 0), + (0, 5806), + (0, 5110), + (0, 79), + (0, 233), + (0, 158), + (0, 0), + (0, 351), + (0, 1479), + (0, 88), + (0, 2154), + (0, 351), + (0, 3502), + (0, 999), + (0, 4381), + (0, 731), + (0, 151), + (0, 375), + (0, 123), + (0, 14), + (0, 1), + (0, 23), + (0, 4), + (0, 3819), + (0, 1), + (0, 269), + (0, 0), + (0, 3), + (0, 90), + (0, 17), + (0, 11195), + (0, 1292), + (0, 462), + (0, 299), + (0, 0), + (0, 10), + (0, 4), + (0, 349), + (0, 0), + (0, 5705), + (0, 28), + (0, 14635), + (0, 5), + (0, 1284), + (0, 87), + (0, 271), + (0, 19), + (0, 0), + (0, 1028), + (0, 7045), + (0, 1195), + (0, 5), + (0, 1805), + (0, 0), + (0, 18), + (0, 2), + (0, 259), + (0, 39), + (0, 3), + (0, 1235), + (0, 1207), + (0, 1095), + (0, 17), + (0, 1351), + (0, 332), + (0, 6), + (0, 3), + (0, 1155), + (0, 20), + (0, 18), + (0, 571), + (0, 2884), + (0, 1025), + (0, 3907), + (0, 5287), + (0, 5135), + (0, 4613), + (0, 7349), + (0, 40), + (0, 133), + (0, 17), + (0, 503), + (0, 857), + (0, 1000), + (0, 1), + (0, 2325), + (0, 6), + (0, 240), + (0, 13), + (0, 86), + (0, 0), + (0, 8475), + (0, 116), + (0, 7726), + (0, 5407), + (0, 488), + (0, 2), + (0, 2304), + (0, 4), + (0, 2986), + (0, 1), + (0, 28), + (0, 1763), + (0, 225), + (0, 692), + (0, 80), + (0, 31), + (0, 134), + (0, 9672), + (0, 3096), + (0, 26384), + (0, 654), + (0, 2222), + (0, 705), + (0, 3168), + (0, 154), + (0, 16), + (0, 38), + (0, 805), + (0, 7141), + (0, 38), + (0, 615), + (0, 415), + (0, 146), + (0, 1772), + (0, 11406), + (0, 2494), + (0, 372), + (0, 1), + (0, 347), + (0, 353), + (0, 4768), + (0, 827), + (0, 105), + (0, 3), + (0, 4220), + (0, 706), + (0, 577), + (0, 37), + (0, 343), + (0, 1470), + (0, 0), + (0, 30), + (0, 0), + (0, 24), + (0, 4), + (0, 92), + (0, 8), + (0, 40), + (0, 2703), + (0, 3518), + (0, 24), + (0, 430), + (0, 1842), + (0, 3517), + (0, 312), + (0, 41), + (0, 169), + (0, 0), + (0, 8534), + (0, 2), + (0, 69), + (0, 543), + (0, 3103), + (0, 15), + (0, 9321), + (0, 14), + (0, 0), + (0, 291), + (0, 234), + (0, 5570), + (0, 212), + (0, 4), + (0, 1598), + (0, 65), + (0, 62), + (0, 658), + (0, 786), + (0, 1216), + (0, 27), + (0, 4342), + (0, 29), + (0, 2), + (0, 177), + (0, 45), + (0, 5), + (0, 0), + (0, 14061), + (0, 1170), + (0, 1517), + (0, 1557), + (0, 924), + (0, 892), + (0, 11), + (0, 1), + (0, 6094), + (0, 1478), + (0, 268), + (0, 11064), + (0, 1375), + (0, 2789), + (0, 18881), + (0, 2255), + (0, 0), + (0, 442), + (0, 0), + (0, 1801), + (0, 17), + (0, 1388), + (0, 33), + (0, 327), + (0, 1993), + (0, 400), + (0, 1223), + (0, 366), + (0, 11571), + (0, 7), + (0, 46), + (0, 16), + (0, 422), + (0, 30), + (0, 3054), + (0, 0), + (0, 491), + (0, 4611), + (0, 43), + (0, 3853), + (0, 118), + (0, 2), + (0, 2549), + (0, 97), + (0, 36), + (0, 55), + (0, 695), + (0, 0), + (0, 11664), + (0, 89), + (0, 8748), + (0, 43), + (0, 6887), + (0, 4), + (0, 15), + (0, 5), + (0, 66), + (0, 318), + (0, 371), + (0, 602), + (0, 64), + (0, 37), + (0, 55), + (0, 5), + (0, 1), + (0, 3230), + (0, 0), + (0, 326), + (0, 114), + (0, 1118), + (0, 23), + (0, 523), + (0, 1408), + (0, 5), + (0, 61), + (0, 211), + (0, 138), + (0, 198), + (0, 4776), + (0, 1224), + (0, 526), + (0, 8589), + (0, 643), + (0, 578), + (0, 10627), + (0, 3214), + (0, 112), + (0, 775), + (0, 44), + (0, 1500), + (0, 9898), + (0, 8), + (0, 0), + (0, 707), + (0, 2), + (0, 8520), + (0, 2), + (0, 5), + (0, 0), + (0, 1), + (0, 3917), + (0, 4), + (0, 210), + (0, 12), + (0, 1856), + (0, 1042), + (0, 6), + (0, 5889), + (0, 8), + (0, 0), + (0, 2497), + (0, 31), + (0, 1122), + (0, 1552), + (0, 502), + (0, 521), + (0, 141), + (0, 13), + (0, 6552), + (0, 39), + (0, 556), + (0, 8), + (0, 96), + (0, 4205), + (0, 517), + (0, 4677), + (0, 527), + (0, 16), + (0, 117), + (0, 7), + (0, 3478), + (0, 6176), + (0, 14), + (0, 5), + (0, 16), + (0, 28), + (0, 39), + (0, 84), + (0, 2505), + (0, 509), + (0, 68), + (0, 867), + (0, 23), + (0, 3452), + (0, 5), + (0, 300), + (0, 1139), + (0, 5257), + (0, 493), + (0, 0), + (0, 335), + (0, 2065), + (0, 12), + (0, 249), + (0, 11), + (0, 12), + (0, 62), + (0, 17), + (0, 6008), + (0, 14), + (0, 49), + (0, 2), + (0, 1), + (0, 15), + (0, 1599), + (0, 941), + (0, 2293), + (0, 6522), + (0, 10296), + (0, 487), + (0, 52), + (0, 2568), + (0, 5), + (0, 2925), + (0, 0), + (0, 38), + (0, 4), + (0, 3625), + (0, 4093), + (0, 2917), + (0, 2803), + (0, 92), + (0, 526), + (0, 508), + (0, 92), + (0, 2354), + (0, 383), + (0, 115), + (0, 3981), + (0, 217), + (0, 33), + (0, 358), + (0, 679), + (0, 2976), + (0, 4), + (0, 152), + (0, 0), + (0, 32), + (0, 198), + (0, 180), + (0, 5404), + (0, 404), + (0, 26), + (0, 4), + (0, 728), + (0, 1692), + (0, 3871), + (0, 1687), + (0, 577), + (0, 1407), + (0, 92), + (0, 1), + (0, 140), + (0, 149), + (0, 96), + (0, 349), + (0, 183), + (0, 20), + (0, 6277), + (0, 156), + (0, 2082), + (0, 1417), + (0, 4540), + (0, 0), + (0, 308), + (0, 7), + (0, 3086), + (0, 1283), + (0, 7), + (0, 29), + (0, 462), + (0, 5585), + (0, 1844), + (0, 1862), + (0, 0), + (0, 1788), + (0, 240), + (0, 2020), + (0, 934), + (0, 5), + (0, 1504), + (0, 4235), + (0, 1304), + (0, 55), + (0, 15325), + (0, 1179), + (0, 86), + (0, 5), + (0, 33), + (0, 3322), + (0, 2), + (0, 66), + (0, 647), + (0, 100), + (0, 7), + (0, 372), + (0, 3495), + (0, 7695), + (0, 0), + (0, 6154), + (0, 76), + (0, 320), + (0, 36), + (0, 0), + (0, 0), + (0, 14), + (0, 469), + (0, 93), + (0, 494), + (0, 822), + (0, 133), + (0, 2951), + (0, 13), + (0, 5084), + (0, 5), + (0, 1), + (0, 23), + (0, 249), + (0, 4810), + (0, 3158), + (0, 21), + (0, 0), + (0, 122), + (0, 104), + (0, 1747), + (0, 49), + (0, 0), + (0, 45), + (0, 366), + (0, 1591), + (0, 6), + (0, 2735), + (0, 35), + (0, 58), + (0, 1052), + (0, 81), + (0, 2891), + (0, 22), + (0, 5514), + (0, 802), + (0, 479), + (0, 1), + (0, 2188), + (0, 2508), + (0, 601), + (0, 109), + (0, 11), + (0, 11511), + (0, 9973), + (0, 4), + (0, 0), + (0, 2928), + (0, 39), + (0, 7846), + (0, 944), + (0, 65), + (0, 1036), + (0, 5422), + (0, 42), + (0, 20), + (0, 1536), + (0, 1366), + (0, 2634), + (0, 4632), + (0, 13130), + (0, 12), + (0, 7), + (0, 1), + (0, 700), + (0, 646), + (0, 10), + (0, 75), + (0, 417), + (0, 4141), + (0, 2523), + (0, 1707), + (0, 119), + (0, 6544), + (0, 507), + (0, 1931), + (0, 2555), + (0, 18), + (0, 5), + (0, 3945), + (0, 15), + (0, 2777), + (0, 6), + (0, 4516), + (0, 1984), + (0, 0), + (0, 100), + (0, 55), + (0, 1259), + (0, 9), + (0, 3), + (0, 1), + (0, 487), + (0, 8274), + (0, 1584), + (0, 16429), + (0, 191), + (0, 1828), + (0, 69), + (0, 622), + (0, 656), + (0, 1021), + (0, 88), + (0, 1), + (0, 2), + (0, 2955), + (0, 32), + (0, 502), + (0, 180), + (0, 16), + (0, 3219), + (0, 153), + (0, 1620), + (0, 1797), + (0, 10676), + (0, 13), + (0, 66), + (0, 342), + (0, 1), + (0, 1292), + (0, 19717), + (0, 57), + (0, 3), + (0, 9929), + (0, 5), + (0, 79), + (0, 181), + (0, 2095), + (0, 71), + (0, 37), + (0, 13872), + (0, 4), + (0, 4), + (0, 1556), + (0, 98), + (0, 173), + (0, 7), + (0, 3242), + (0, 1762), + (0, 189), + (0, 2456), + (0, 2426), + (0, 740), + (0, 7370), + (0, 19), + (0, 44), + (0, 5), + (0, 108), + (0, 124), + (0, 26), + (0, 36), + (0, 400), + (0, 12), + (0, 19), + (0, 237), + (0, 75), + (0, 2), + (0, 8), + (0, 453), + (0, 237), + (0, 39), + (0, 242), + (0, 724), + (0, 4653), + (0, 0), + (0, 8), + (0, 744), + (0, 45), + (0, 142), + (0, 32), + (0, 26), + (0, 7), + (0, 7), + (0, 23), + (0, 4642), + (0, 136), + (0, 72), + (0, 4), + (0, 501), + (0, 6186), + (0, 1753), + (0, 3), + (0, 21), + (0, 7108), + (0, 466), + (0, 1632), + (0, 270), + (0, 1112), + (0, 64), + (0, 3), + (0, 1), + (0, 173), + (0, 3), + (0, 5401), + (0, 41), + (0, 1367), + (0, 65), + (0, 20), + (0, 45), + (0, 227), + (0, 13), + (0, 4233), + (0, 166), + (0, 583), + (0, 2316), + (0, 319), + (0, 2), + (0, 10), + (0, 1851), + (0, 11659), + (0, 31), + (0, 189), + (0, 63), + (0, 832), + (0, 413), + (0, 1480), + (0, 1564), + (0, 504), + (0, 10), + (0, 17), + (0, 28), + (0, 268), + (0, 434), + (0, 1050), + (0, 2), + (0, 108), + (0, 2726), + (0, 1029), + (0, 92), + (0, 10422), + (0, 250), + (0, 1128), + (0, 2), + (0, 4), + (0, 1772), + (0, 85), + (0, 112), + (0, 319), + (0, 2716), + (0, 2733), + (0, 0), + (0, 215), + (0, 408), + (0, 819), + (0, 2152), + (0, 276), + (0, 80), + (0, 2005), + (0, 12), + (0, 1130), + (0, 432), + (0, 148), + (0, 6351), + (0, 0), + (0, 0), + (0, 62), + (0, 5), + (0, 6121), + (0, 3314), + (0, 213), + (0, 542), + (0, 591), + (0, 264), + (0, 9076), + (0, 17), + (0, 10), + (0, 533), + (0, 1093), + (0, 129), + (0, 2727), + (0, 106), + (0, 18), + (0, 596), + (0, 2249), + (0, 128), + (0, 95), + (0, 27), + (0, 284), + (0, 293), + (0, 983), + (0, 19), + (0, 37), + (0, 11), + (0, 39), + (0, 586), + (0, 6), + (0, 17), + (0, 198), + (0, 204), + (0, 66), + (0, 12), + (0, 28), + (0, 1898), + (0, 47), + (0, 6544), + (0, 2143), + (0, 2089), + (0, 1789), + (0, 12), + (0, 35), + (0, 1949), + (0, 202), + (0, 297), + (0, 10), + (0, 1872), + (0, 1241), + (0, 91), + (0, 5), + (0, 10), + (0, 1305), + (0, 2024), + (0, 4012), + (0, 132), + (0, 0), + (0, 183), + (0, 9), + (0, 3894), + (0, 121), + (0, 162), + (0, 2185), + (0, 0), + (0, 8639), + (0, 6), + (0, 3179), + (0, 7929), + (0, 3), + (0, 4488), + (0, 7091), + (0, 321), + (0, 20), + (0, 17), + (0, 2095), + (0, 11), + (0, 2), + (0, 0), + (0, 3), + (0, 451), + (0, 427), + (0, 275), + (0, 138), + (0, 8), + (0, 13093), + (0, 2020), + (0, 2230), + (0, 44), + (0, 0), + (0, 3), + (0, 0), + (0, 156), + (0, 128), + (0, 365), + (0, 101), + (0, 395), + (0, 3109), + (0, 425), + (0, 4), + (0, 1), + (0, 317), + (0, 84), + (0, 4), + (0, 103), + (0, 1973), + (0, 28), + (0, 0), + (0, 3), + (0, 1), + (0, 3113), + (0, 4464), + (0, 64), + (0, 811), + (0, 3), + (0, 12), + (0, 2), + (0, 5274), + (0, 2043), + (0, 56), + (0, 41), + (0, 287), + (0, 143), + (0, 19477), + (0, 1398), + (0, 101), + (0, 88), + (0, 0), + (0, 733), + (0, 23), + (0, 389), + (0, 567), + (0, 6), + (0, 1172), + (0, 2925), + (0, 69), + (0, 47), + (0, 2918), + (0, 12377), + (0, 539), + (0, 465), + (0, 28), + (0, 39), + (0, 0), + (0, 1), + (0, 578), + (0, 151), + (0, 0), + (0, 4), + (0, 328), + (0, 19), + (0, 1224), + (0, 149), + (0, 2507), + (0, 885), + (0, 10), + (0, 1516), + (0, 0), + (0, 1491), + (0, 370), + (0, 1145), + (0, 42), + (0, 20), + (0, 55), + (0, 21), + (0, 3446), + (0, 477), + (0, 10288), + (0, 964), + (0, 387), + (0, 0), + (0, 12), + (0, 83), + (0, 0), + (0, 50), + (0, 702), + (0, 15), + (0, 1422), + (0, 412), + (0, 175), + (0, 711), + (0, 1498), + (0, 7), + (0, 18), + (0, 0), + (0, 2539), + (0, 2), + (0, 3), + (0, 5), + (0, 875), + (0, 9), + (0, 14), + (0, 19537), + (0, 0), + (0, 485), + (0, 3455), + (0, 24), + (0, 431), + (0, 131), + (0, 2), + (0, 124), + (0, 6), + (0, 425), + (0, 125), + (0, 1), + (0, 33), + (0, 1), + (0, 255), + (0, 243), + (0, 22), + (0, 1677), + (0, 1), + (0, 25), + (0, 1747), + (0, 10), + (0, 12154), + (0, 240), + (0, 312), + (0, 475), + (0, 654), + (0, 20), + (0, 251), + (0, 34), + (0, 2696), + (0, 13), + (0, 578), + (0, 58), + (0, 4473), + (0, 440), + (0, 3523), + (0, 728), + (0, 4172), + (0, 9), + (0, 989), + (0, 1), + (0, 2045), + (0, 5052), + (0, 17), + (0, 90), + (0, 1690), + (0, 13), + (0, 483), + (0, 14), + (0, 3), + (0, 916), + (0, 362), + (0, 165), + (0, 9104), + (0, 117), + (0, 2), + (0, 1033), + (0, 23), + (0, 4810), + (0, 482), + (0, 0), + (0, 687), + (0, 2221), + (0, 211), + (0, 0), + (0, 783), + (0, 2583), + (0, 80), + (0, 80), + (0, 14), + (0, 43), + (0, 1021), + (0, 1076), + (0, 1), + (0, 5), + (0, 3338), + (0, 2825), + (0, 5), + (0, 44), + (0, 10195), + (0, 18), + (0, 1802), + (0, 189), + (0, 149), + (0, 13), + (0, 3192), + (0, 6), + (0, 35), + (0, 10), + (0, 1409), + (0, 12), + (0, 1912), + (0, 9), + (0, 416), + (0, 4648), + (0, 998), + (0, 366), + (0, 2327), + (0, 98), + (0, 917), + (0, 12), + (0, 6), + (0, 268), + (0, 1), + (0, 18), + (0, 54), + (0, 2739), + (0, 0), + (0, 34), + (0, 1707), + (0, 597), + (0, 6), + (0, 1), + (0, 481), + (0, 19), + (0, 254), + (0, 10), + (0, 754), + (0, 1), + (0, 861), + (0, 7168), + (0, 19), + (0, 16), + (0, 5017), + (0, 109), + (0, 0), + (0, 6), + (0, 7), + (0, 32), + (0, 348), + (0, 50), + (0, 437), + (0, 2597), + (0, 4), + (0, 622), + (0, 2915), + (0, 80), + (0, 307), + (0, 9142), + (0, 18), + (0, 30), + (0, 68), + (0, 1914), + (0, 5), + (0, 43), + (0, 129), + (0, 20), + (0, 3456), + (0, 97), + (0, 74), + (0, 2214), + (0, 2483), + (0, 215), + (0, 1198), + (0, 7), + (0, 33), + (0, 5390), + (0, 193), + (0, 1), + (0, 5902), + (0, 685), + (0, 22), + (0, 6), + (0, 68), + (0, 6), + (0, 8008), + (0, 0), + (0, 269), + (0, 18480), + (0, 10), + (0, 666), + (0, 3020), + (0, 41), + (0, 127), + (0, 78), + (0, 3), + (0, 299), + (0, 60), + (0, 4681), + (0, 196), + (0, 541), + (0, 1), + (0, 0), + (0, 537), + (0, 143), + (0, 351), + (0, 22), + (0, 3069), + (0, 2673), + (0, 5005), + (0, 2143), + (0, 442), + (0, 1345), + (0, 108), + (0, 945), + (0, 29), + (0, 1769), + (0, 156), + (0, 608), + (0, 179), + (0, 228), + (0, 3541), + (0, 833), + (0, 14), + (0, 1921), + (0, 574), + (0, 77), + (0, 0), + (0, 20355), + (0, 587), + (0, 594), + (0, 715), + (0, 5), + (0, 4758), + (0, 445), + (0, 41), + (0, 661), + (0, 92), + (0, 6), + (0, 1866), + (0, 1), + (0, 3934), + (0, 129), + (0, 26), + (0, 972), + (0, 461), + (0, 5294), + (0, 210), + (0, 472), + (0, 42), + (0, 3), + (0, 11), + (0, 0), + (0, 504), + (0, 2327), + (0, 106), + (0, 1040), + (0, 61), + (0, 147), + (0, 6382), + (0, 181), + (0, 138), + (0, 1144), + (0, 143), + (0, 7104), + (0, 778), + (0, 9126), + (0, 0), + (0, 2), + (0, 904), + (0, 42), + (0, 1147), + (0, 2740), + (0, 0), + (0, 4), + (0, 519), + (0, 0), + (0, 6579), + (0, 2610), + (0, 57), + (0, 1446), + (0, 2094), + (0, 27), + (0, 271), + (0, 18252), + (0, 8), + (0, 1), + (0, 2406), + (0, 79), + (0, 3946), + (0, 4), + (0, 283), + (0, 2332), + (0, 16), + (0, 262), + (0, 465), + (0, 45), + (0, 2700), + (0, 564), + (0, 55), + (0, 219), + (0, 19614), + (0, 1601), + (0, 4), + (0, 588), + (0, 28), + (0, 4069), + (0, 1386), + (0, 773), + (0, 187), + (0, 3024), + (0, 837), + (0, 3), + (0, 29), + (0, 236), + (0, 5435), + (0, 2), + (0, 2462), + (0, 19149), + (0, 3), + (0, 12), + (0, 70), + (0, 20), + (0, 291), + (0, 87), + (0, 2), + (0, 603), + (0, 4097), + (0, 464), + (0, 971), + (0, 98), + (0, 1), + (0, 13890), + (0, 849), + (0, 5027), + (0, 2502), + (0, 7), + (0, 0), + (0, 458), + (0, 344), + (0, 7293), + (0, 37), + (0, 7), + (0, 10), + (0, 11438), + (0, 493), + (0, 358), + (0, 92), + (0, 9), + (0, 9524), + (0, 338), + (0, 3278), + (0, 24), + (0, 32), + (0, 4823), + (0, 637), + (0, 4), + (0, 62), + (0, 459), + (0, 283), + (0, 7188), + (0, 3053), + (0, 420), + (0, 1179), + (0, 0), + (0, 0), + (0, 0), + (0, 23145), + (0, 279), + (0, 1364), + (0, 6215), + (0, 7), + (0, 7487), + (0, 14076), + (0, 399), + (0, 4247), + (0, 1015), + (0, 300), + (0, 79), + (0, 449), + (0, 672), + (0, 175), + (0, 540), + (0, 2), + (0, 31), + (0, 102), + (0, 28), + (0, 6), + (0, 243), + (0, 0), + (0, 243), + (0, 8344), + (0, 189), + (0, 0), + (0, 3616), + (0, 5915), + (0, 1068), + (0, 8460), + (0, 26), + (0, 4095), + (0, 174), + (0, 399), + (0, 2900), + (0, 1145), + (0, 1570), + (0, 130), + (0, 3982), + (0, 1), + (0, 3166), + (0, 322), + (0, 31), + (0, 7), + (0, 39), + (0, 9107), + (0, 1099), + (0, 10397), + (0, 0), + (0, 1192), + (0, 2092), + (0, 1687), + (0, 36), + (0, 19), + (0, 399), + (0, 981), + (0, 1467), + (0, 1254), + (0, 201), + (0, 65), + (0, 22), + (0, 9053), + (0, 35), + (0, 1657), + (0, 243), + (0, 45), + (0, 526), + (0, 1927), + (0, 7), + (0, 84), + (0, 3972), + (0, 5395), + (0, 196), + (0, 2574), + (0, 8), + (0, 55), + (0, 0), + (0, 0), + (0, 2), + (0, 557), + (0, 63), + (0, 228), + (0, 2159), + (0, 3983), + (0, 303), + (0, 558), + (0, 7736), + (0, 815), + (0, 12735), + (0, 81), + (0, 800), + (0, 26), + (0, 142), + (0, 2260), + (0, 0), + (0, 2108), + (0, 12), + (0, 382), + (0, 3132), + (0, 310), + (0, 303), + (0, 5049), + (0, 12042), + (0, 10093), + (0, 750), + (0, 5119), + (0, 17410), + (0, 31), + (0, 92), + (0, 6), + (0, 2485), + (0, 0), + (0, 68), + (0, 2), + (0, 18), + (0, 2629), + (0, 11417), + (0, 1), + (0, 2891), + (0, 6), + (0, 5958), + (0, 235), + (0, 6177), + (0, 206), + (0, 3), + (0, 38), + (0, 21592), + (0, 1909), + (0, 1976), + (0, 28), + (0, 29), + (0, 131), + (0, 149), + (0, 1234), + (0, 1), + (0, 15124), + (0, 113), + (0, 123), + (0, 59), + (0, 1237), + (0, 143), + (0, 564), + (0, 2467), + (0, 537), + (0, 964), + (0, 8), + (0, 529), + (0, 426), + (0, 1285), + (0, 12715), + (0, 3687), + (0, 2426), + (0, 30), + (0, 10275), + (0, 4222), + (0, 11311), + (0, 4), + (0, 10639), + (0, 0), + (0, 3), + (0, 42), + (0, 1034), + (0, 144), + (0, 37), + (0, 683), + (0, 284), + (0, 187), + (0, 75), + (0, 3363), + (0, 6111), + (0, 7110), + (0, 4), + (0, 8), + (0, 359), + (0, 36), + (0, 7), + (0, 6278), + (0, 345), + (0, 1666), + (0, 2), + (0, 27), + (0, 0), + (0, 11078), + (0, 159), + (0, 5265), + (0, 1392), + (0, 3), + (0, 7706), + (0, 5024), + (0, 2423), + (0, 57), + (0, 102), + (0, 112), + (0, 1530), + (0, 20827), + (0, 15), + (0, 145), + (0, 4), + (0, 10), + (0, 137), + (0, 1028), + (0, 9), + (0, 153), + (0, 64), + (0, 451), + (0, 0), + (0, 3161), + (0, 1392), + (0, 1180), + (0, 877), + (0, 1417), + (0, 59), + (0, 40), + (0, 4625), + (0, 1316), + (0, 13551), + (0, 2091), + (0, 7), + (0, 935), + (0, 218), + (0, 121), + (0, 683), + (0, 4), + (0, 6522), + (0, 119), + (0, 3384), + (0, 61), + (0, 25486), + (0, 806), + (0, 1), + (0, 125), + (0, 4), + (0, 15851), + (0, 808), + (0, 240), + (0, 2), + (0, 3468), + (0, 2116), + (0, 3), + (0, 3), + (0, 873), + (0, 16941), + (0, 863), + (0, 306), + (0, 18), + (0, 904), + (0, 262), + (0, 0), + (0, 3), + (0, 927), + (0, 21927), + (0, 7), + (0, 6), + (0, 68), + (0, 581), + (0, 121), + (0, 775), + (0, 2563), + (0, 1), + (0, 1707), + (0, 510), + (0, 1297), + (0, 901), + (0, 29), + (0, 6), + (0, 3437), + (0, 281), + (0, 43), + (0, 933), + (0, 162), + (0, 12395), + (0, 24), + (0, 4802), + (0, 115), + (0, 1279), + (0, 27), + (0, 2), + (0, 33), + (0, 140), + (0, 113), + (0, 14147), + (0, 205), + (0, 1470), + (0, 419), + (0, 84), + (0, 4), + (0, 1114), + (0, 784), + (0, 31), + (0, 6517), + (0, 5), + (0, 876), + (0, 90), + (0, 1051), + (0, 1336), + (0, 101), + (0, 773), + (0, 11), + (0, 747), + (0, 105), + (0, 5489), + (0, 2), + (0, 62), + (0, 13), + (0, 27), + (0, 8000), + (0, 115), + (0, 211), + (0, 2870), + (0, 26), + (0, 122), + (0, 39), + (0, 0), + (0, 98), + (0, 9761), + (0, 17907), + (0, 12940), + (0, 28), + (0, 6650), + (0, 191), + (0, 198), + (0, 74), + (0, 26), + (0, 6), + (0, 18), + (0, 1451), + (0, 117), + (0, 3), + (0, 0), + (0, 3735), + (0, 10), + (0, 2406), + (0, 291), + (0, 25917), + (0, 860), + (0, 14544), + (0, 78), + (0, 1515), + (0, 2079), + (0, 9), + (0, 515), + (0, 24), + (0, 164), + (0, 2), + (0, 679), + (0, 7), + (0, 73), + (0, 452), + (0, 3627), + (0, 4187), + (0, 74), + (0, 194), + (0, 62), + (0, 202), + (0, 1), + (0, 449), + (0, 24), + (0, 1366), + (0, 4), + (0, 23), + (0, 11), + (0, 84), + (0, 4936), + (0, 4140), + (0, 852), + (0, 0), + (0, 2397), + (0, 609), + (0, 1117), + (0, 0), + (0, 6229), + (0, 4), + (0, 0), + (0, 31), + (0, 10), + (0, 1498), + (0, 345), + (0, 1246), + (0, 2401), + (0, 3110), + (0, 895), + (0, 79), + (0, 108), + (0, 7620), + (0, 128), + (0, 9468), + (0, 15), + (0, 5178), + (0, 8), + (0, 1119), + (0, 1200), + (0, 175), + (0, 9744), + (0, 1946), + (0, 193), + (0, 69), + (0, 0), + (0, 944), + (0, 854), + (0, 57), + (0, 570), + (0, 82), + (0, 4497), + (0, 358), + (0, 1), + (0, 5970), + (0, 2295), + (0, 9), + (0, 2306), + (0, 716), + (0, 4229), + (0, 36), + (0, 6667), + (0, 52), + (0, 4606), + (0, 0), + (0, 1), + (0, 3), + (0, 8556), + (0, 3994), + (0, 3015), + (0, 2620), + (0, 2), + (0, 160), + (0, 4), + (0, 3160), + (0, 0), + (0, 34), + (0, 4605), + (0, 37), + (0, 1049), + (0, 30188), + (0, 0), + (0, 64), + (0, 1402), + (0, 232), + (0, 3134), + (0, 196), + (0, 3), + (0, 80), + (0, 26), + (0, 1086), + (0, 7), + (0, 2645), + (0, 624), + (0, 12), + (0, 3596), + (0, 11822), + (0, 974), + (0, 3458), + (0, 88), + (0, 994), + (0, 856), + (0, 1), + (0, 13989), + (0, 4001), + (0, 1216), + (0, 4435), + (0, 7587), + (0, 29), + (0, 8905), + (0, 1), + (0, 260), + (0, 16799), + (0, 218), + (0, 3), + (0, 1982), + (0, 3), + (0, 91), + (0, 53), + (0, 102), + (0, 20), + (0, 13586), + (0, 11353), + (0, 21), + (0, 32), + (0, 95), + (0, 77), + (0, 1240), + (0, 7561), + (0, 106), + (0, 4), + (0, 8), + (0, 87), + (0, 4509), + (0, 9165), + (0, 180), + (0, 156), + (0, 103), + (0, 5266), + (0, 207), + (0, 15297), + (0, 4403), + (0, 2824), + (0, 14579), + (0, 7), + (0, 9), + (0, 1265), + (0, 241), + (0, 12918), + (0, 314), + (0, 15), + (0, 11873), + (0, 2894), + (0, 105), + (0, 1946), + (0, 157), + (0, 1), + (0, 525), + (0, 57), + (0, 23), + (0, 6069), + (0, 3), + (0, 17284), + (0, 5), + (0, 11883), + (0, 6665), + (0, 5091), + (0, 0), + (0, 4), + (0, 15482), + (0, 1475), + (0, 1), + (0, 8308), + (0, 30), + (0, 38), + (0, 259), + (0, 240), + (0, 42), + (0, 14), + (0, 0), + (0, 1), + (0, 847), + (0, 15697), + (0, 8000), + (0, 31), + (0, 190), + (0, 6), + (0, 93), + (0, 6), + (0, 162), + (0, 3588), + (0, 1214), + (0, 5), + (0, 550), + (0, 1618), + (0, 0), + (0, 34382), + (0, 70), + (0, 6), + (0, 4402), + (0, 17), + (0, 19), + (0, 391), + (0, 445), + (0, 8440), + (0, 2501), + (0, 16846), + (0, 1647), + (0, 42), + (0, 1284), + (0, 0), + (0, 0), + (0, 6), + (0, 1), + (0, 4061), + (0, 275), + (0, 27), + (0, 8637), + (0, 1121), + (0, 576), + (0, 14), + (0, 2841), + (0, 863), + (0, 38), + (0, 6129), + (0, 25), + (0, 998), + (0, 1122), + (0, 1486), + (0, 99), + (0, 93), + (0, 0), + (0, 0), + (0, 0), + (0, 2292), + (0, 4), + (0, 45), + (0, 22), + (0, 240), + (0, 69), + (0, 207), + (0, 37), + (0, 4619), + (0, 2), + (0, 18634), + (0, 5053), + (0, 15951), + (0, 127), + (0, 31334), + (0, 20), + (0, 15), + (0, 911), + (0, 27), + (0, 980), + (0, 11693), + (0, 19793), + (0, 227), + (0, 21), + (0, 27), + (0, 0), + (0, 8551), + (0, 6), + (0, 4), + (0, 866), + (0, 1614), + (0, 3083), + (0, 51), + (0, 2), + (0, 216), + (0, 34), + (0, 21), + (0, 448), + (0, 1), + (0, 14), + (0, 306), + (0, 3681), + (0, 37), + (0, 105), + (0, 1903), + (0, 1545), + (0, 383), + (0, 577), + (0, 22), + (0, 39), + (0, 14), + (0, 0), + (0, 1013), + (0, 4778), + (0, 1), + (0, 284), + (0, 20), + (0, 5), + (0, 0), + (0, 2779), + (0, 1), + (0, 2), + (0, 4143), + (0, 719), + (0, 312), + (0, 8), + (0, 2), + (0, 920), + (0, 1244), + (0, 5878), + (0, 108), + (0, 2), + (0, 0), + (0, 4), + (0, 29012), + (0, 126), + (0, 50), + (0, 1), + (0, 11), + (0, 622), + (0, 142), + (0, 8596), + (0, 389), + (0, 2734), + (0, 1720), + (0, 7589), + (0, 800), + (0, 8), + (0, 2), + (0, 44), + (0, 1666), + (0, 29790), + (0, 136), + (0, 1754), + (0, 2), + (0, 3211), + (0, 616), + (0, 5237), + (0, 9), + (0, 3382), + (0, 2411), + (0, 1656), + (0, 83), + (0, 859), + (0, 1135), + (0, 815), + (0, 4307), + (0, 6507), + (0, 12194), + (0, 1229), + (0, 10816), + (0, 3627), + (0, 1019), + (0, 2), + (0, 5810), + (0, 18971), + (0, 98), + (0, 39), + (0, 1), + (0, 22), + (0, 2672), + (0, 2325), + (0, 214), + (0, 49883), + (0, 4), + (0, 4), + (0, 107), + (0, 65), + (0, 1001), + (0, 23), + (0, 23), + (0, 4), + (0, 3), + (0, 36), + (0, 137), + (0, 12724), + (0, 3892), + (0, 191), + (0, 1), + (0, 18), + (0, 303), + (0, 1036), + (0, 2166), + (0, 1294), + (0, 8151), + (0, 8003), + (0, 18448), + (0, 17767), + (0, 29), + (0, 8155), + (0, 27), + (0, 12), + (0, 232), + (0, 7158), + (0, 3317), + (0, 677), + (0, 0), + (0, 16272), + (0, 7030), + (0, 4062), + (0, 59), + (0, 132), + (0, 477), + (0, 15), + (0, 279), + (0, 58), + (0, 855), + (0, 7849), + (0, 17), + (0, 3), + (0, 939), + (0, 428), + (0, 19), + (0, 3423), + (0, 284), + (0, 791), + (0, 27), + (0, 3849), + (0, 0), + (0, 80), + (0, 72), + (0, 232), + (0, 537), + (0, 956), + (0, 24918), + (0, 12472), + (0, 7), + (0, 10421), + (0, 11752), + (0, 1311), + (0, 674), + (0, 3212), + (0, 3707), + (0, 2851), + (0, 6895), + (0, 47), + (0, 138), + (0, 167), + (0, 982), + (0, 1), + (0, 2), + (0, 2264), + (0, 130), + (0, 90), + (0, 2050), + (0, 2579), + (0, 1055), + (0, 975), + (0, 27), + (0, 2), + (0, 654), + (0, 0), + (0, 471), + (0, 1557), + (0, 14), + (0, 245), + (0, 3), + (0, 4083), + (0, 24), + (0, 1147), + (0, 628), + (0, 432), + (0, 230), + (0, 5254), + (0, 62), + (0, 1010), + (0, 345), + (0, 1), + (0, 19127), + (0, 579), + (0, 1825), + (0, 0), + (0, 90), + (0, 34), + (0, 130), + (0, 54), + (0, 2), + (0, 26), + (0, 37), + (0, 6), + (0, 3), + (0, 67), + (0, 0), + (0, 2729), + (0, 0), + (0, 17), + (0, 29), + (0, 40), + (0, 5), + (0, 2), + (0, 23), + (0, 0), + (0, 1), + (0, 869), + (0, 776), + (0, 27), + (0, 95), + (0, 36), + (0, 1074), + (0, 70), + (0, 1288), + (0, 8), + (0, 26524), + (0, 23), + (0, 2104), + (0, 33), + (0, 65), + (0, 1), + (0, 2), + (0, 11615), + (0, 285), + (0, 6), + (0, 13388), + (0, 194), + (0, 566), + (0, 2372), + (0, 13831), + (0, 45), + (0, 27), + (0, 80), + (0, 1744), + (0, 134), + (0, 19), + (0, 754), + (0, 1), + (0, 8), + (0, 2190), + (0, 0), + (0, 248), + (0, 0), + (0, 5723), + (0, 3766), + (0, 0), + (0, 23869), + (0, 204), + (0, 136), + (0, 12), + (0, 206), + (0, 2), + (0, 10711), + (0, 499), + (0, 23192), + (0, 920), + (0, 847), + (0, 14), + (0, 1163), + (0, 2634), + (0, 164), + (0, 1726), + (0, 175), + (0, 9766), + (0, 0), + (0, 16), + (0, 192), + (0, 40), + (0, 335), + (0, 4), + (0, 1005), + (0, 6), + (0, 536), + (0, 10), + (0, 268), + (0, 2832), + (0, 9929), + (0, 4029), + (0, 5720), + (0, 0), + (0, 2648), + (0, 15301), + (0, 58), + (0, 2831), + (0, 0), + (0, 12), + (0, 25), + (0, 122), + (0, 102), + (0, 2164), + (0, 30941), + (0, 64), + (0, 222), + (0, 411), + (0, 0), + (0, 3352), + (0, 62), + (0, 146), + (0, 0), + (0, 16), + (0, 2554), + (0, 1572), + (0, 61995), + (0, 75), + (0, 1589), + (0, 184), + (0, 2952), + (0, 1642), + (0, 6), + (0, 1949), + (0, 192), + (0, 18422), + (0, 22), + (0, 24348), + (0, 92), + (0, 2), + (0, 256), + (0, 1880), + (0, 5030), + (0, 0), + (0, 0), + (0, 10099), + (0, 114), + (0, 91), + (0, 455), + (0, 904), + (0, 1049), + (0, 258), + (0, 105), + (0, 342), + (0, 141), + (0, 45), + (0, 2), + (0, 1992), + (0, 1048), + (0, 2), + (0, 2546), + (0, 312), + (0, 39), + (0, 118), + (0, 1006), + (0, 7), + (0, 276), + (0, 127), + (0, 524), + (0, 4855), + (0, 9900), + (0, 48), + (0, 373), + (0, 2340), + (0, 3), + (0, 37016), + (0, 995), + (0, 4568), + (0, 17), + (0, 7132), + (0, 1852), + (0, 398), + (0, 281), + (0, 7069), + (0, 3106), + (0, 0), + (0, 11), + (0, 224), + (0, 15), + (0, 13), + (0, 43), + (0, 56), + (0, 1716), + (0, 1046), + (0, 680), + (0, 2733), + (0, 1835), + (0, 14742), + (0, 5407), + (0, 64), + (0, 3), + (0, 17647), + (0, 127), + (0, 12), + (0, 33), + (0, 323), + (0, 82), + (0, 269), + (0, 372), + (0, 31), + (0, 919), + (0, 414), + (0, 4326), + (0, 28), + (0, 195), + (0, 8), + (0, 484), + (0, 192), + (0, 8), + (0, 6), + (0, 490), + (0, 7828), + (0, 4743), + (0, 4808), + (0, 418), + (0, 7502), + (0, 99), + (0, 39), + (0, 7764), + (0, 11), + (0, 11746), + (0, 597), + (0, 33), + (0, 1543), + (0, 951), + (0, 13015), + (0, 15), + (0, 3326), + (0, 16953), + (0, 176), + (0, 444), + (0, 1915), + (0, 5), + (0, 2667), + (0, 123), + (0, 22), + (0, 665), + (0, 14), + (0, 2914), + (0, 167), + (0, 713), + (0, 704), + (0, 831), + (0, 4334), + (0, 59), + (0, 9887), + (0, 244), + (0, 1), + (0, 501), + (0, 6772), + (0, 709), + (0, 7222), + (0, 1759), + (0, 59), + (0, 408), + (0, 1764), + (0, 1), + (0, 5118), + (0, 10926), + (0, 568), + (0, 578), + (0, 3), + (0, 451), + (0, 852), + (0, 2), + (0, 14770), + (0, 3375), + (0, 1), + (0, 2168), + (0, 28), + (0, 0), + (0, 12991), + (0, 22705), + (0, 6463), + (0, 2315), + (0, 36), + (0, 24), + (0, 1750), + (0, 23473), + (0, 351), + (0, 24), + (0, 8), + (0, 34259), + (0, 32), + (0, 28802), + (0, 595), + (0, 9), + (0, 469), + (0, 1568), + (0, 11), + (0, 1302), + (0, 2639), + (0, 179), + (0, 3891), + (0, 263), + (0, 608), + (0, 5208), + (0, 12), + (0, 125), + (0, 15633), + (0, 3086), + (0, 5), + (0, 31), + (0, 0), + (0, 13388), + (0, 183), + (0, 5668), + (0, 2804), + (0, 11), + (0, 6329), + (0, 1184), + (0, 189), + (0, 1), + (0, 10847), + (0, 6942), + (0, 1548), + (0, 565), + (0, 1656), + (0, 331), + (0, 605), + (0, 8089), + (0, 0), + (0, 14), + (0, 3730), + (0, 1976), + (0, 130), + (0, 484), + (0, 1), + (0, 5805), + (0, 0), + (0, 0), + (0, 10959), + (0, 1), + (0, 1866), + (0, 432), + (0, 698), + (0, 148), + (0, 88), + (0, 200), + (0, 823), + (0, 4), + (0, 10), + (0, 4), + (0, 23699), + (0, 8338), + (0, 570), + (0, 1842), + (0, 2), + (0, 28), + (0, 47175), + (0, 1848), + (0, 3), + (0, 70), + (0, 0), + (0, 162), + (0, 1961), + (0, 48), + (0, 11079), + (0, 681), + (0, 286), + (0, 5), + (0, 63), + (0, 184), + (0, 33436), + (0, 19387), + (0, 824), + (0, 1094), + (0, 0), + (0, 7502), + (0, 6459), + (0, 17), + (0, 191), + (0, 4886), + (0, 60), + (0, 4894), + (0, 146), + (0, 2), + (0, 106), + (0, 1135), + (0, 1300), + (0, 140), + (0, 5068), + (0, 63), + (0, 4424), + (0, 11258), + (0, 4), + (0, 2262), + (0, 0), + (0, 4), + (0, 736), + (0, 3708), + (0, 9929), + (0, 1745), + (0, 135), + (0, 8271), + (0, 7976), + (0, 16353), + (0, 570), + (0, 2), + (0, 292), + (0, 6846), + (0, 0), + (0, 255), + (0, 1726), + (0, 776), + (0, 5), + (0, 25055), + (0, 1574), + (0, 8236), + (0, 233), + (0, 2161), + (0, 3318), + (0, 22872), + (0, 39), + (0, 373), + (0, 58), + (0, 102), + (0, 4209), + (0, 8306), + (0, 14870), + (0, 0), + (0, 33), + (0, 5), + (0, 345), + (0, 11411), + (0, 2339), + (0, 47), + (0, 18873), + (0, 525), + (0, 1037), + (0, 0), + (0, 5), + (0, 3224), + (0, 101), + (0, 13), + (0, 410), + (0, 6534), + (0, 369), + (0, 20310), + (0, 74), + (0, 4356), + (0, 0), + (0, 2), + (0, 11), + (0, 4234), + (0, 961), + (0, 104), + (0, 75), + (0, 12), + (0, 0), + (0, 107), + (0, 8668), + (0, 2682), + (0, 133), + (0, 124), + (0, 399), + (0, 8), + (0, 6), + (0, 1770), + (0, 8034), + (0, 2582), + (0, 55), + (0, 64), + (0, 580), + (0, 8), + (0, 9000), + (0, 1), + (0, 7374), + (0, 1222), + (0, 3588), + (0, 653), + (0, 11), + (0, 235), + (0, 109), + (0, 15), + (0, 1422), + (0, 11474), + (0, 53093), + (0, 3), + (0, 29), + (0, 1505), + (0, 832), + (0, 5412), + (0, 62), + (0, 790), + (0, 605), + (0, 2346), + (0, 98), + (0, 272), + (0, 292), + (0, 2726), + (0, 307), + (0, 16833), + (0, 8326), + (0, 252), + (0, 42), + (0, 3), + (0, 1362), + (0, 2), + (0, 1), + (0, 2267), + (0, 2912), + (0, 13769), + (0, 1033), + (0, 3215), + (0, 1), + (0, 68), + (0, 2), + (0, 2120), + (0, 3378), + (0, 395), + (0, 5), + (0, 0), + (0, 154), + (0, 160), + (0, 1290), + (0, 645), + (0, 10), + (0, 52), + (0, 146), + (0, 1), + (0, 1491), + (0, 9), + (0, 21), + (0, 277), + (0, 324), + (0, 13), + (0, 5), + (0, 8984), + (0, 16), + (0, 985), + (0, 491), + (0, 6), + (0, 0), + (0, 38), + (0, 154), + (0, 38), + (0, 28226), + (0, 5405), + (0, 1848), + (0, 7690), + (0, 514), + (0, 17), + (0, 4989), + (0, 923), + (0, 8358), + (0, 3193), + (0, 222), + (0, 313), + (0, 13351), + (0, 5407), + (0, 6), + (0, 159), + (0, 1493), + (0, 2), + (0, 391), + (0, 12), + (0, 3760), + (0, 0), + (0, 26731), + (0, 64), + (0, 1032), + (0, 1305), + (0, 6073), + (0, 46), + (0, 119), + (0, 21), + (0, 7664), + (0, 6), + (0, 17), + (0, 377), + (0, 379), + (0, 461), + (0, 346), + (0, 403), + (0, 282), + (0, 126), + (0, 215), + (0, 1266), + (0, 288), + (0, 40), + (0, 4135), + (0, 21431), + (0, 0), + (0, 525), + (0, 2), + (0, 2081), + (0, 3), + (0, 3), + (0, 2512), + (0, 3335), + (0, 1996), + (0, 62), + (0, 1), + (0, 8084), + (0, 290), + (0, 259), + (0, 3318), + (0, 370), + (0, 779), + (0, 4305), + (0, 79), + (0, 46), + (0, 20055), + (0, 6043), + (0, 252), + (0, 8917), + (0, 12761), + (0, 1601), + (0, 143), + (0, 7165), + (0, 3), + (0, 31), + (0, 52798), + (0, 858), + (0, 0), + (0, 41958), + (0, 1642), + (0, 43), + (0, 777), + (0, 782), + (0, 1863), + (0, 15684), + (0, 48), + (0, 3050), + (0, 186), + (0, 1113), + (0, 3070), + (0, 0), + (0, 26343), + (0, 601), + (0, 59), + (0, 846), + (0, 3151), + (0, 838), + (0, 2831), + (0, 68), + (0, 1365), + (0, 1733), + (0, 0), + (0, 9906), + (0, 9971), + (0, 30), + (0, 687), + (0, 662), + (0, 1655), + (0, 43), + (0, 594), + (0, 0), + (0, 3), + (0, 773), + (0, 11540), + (0, 459), + (0, 1), + (0, 85), + (0, 29), + (0, 14), + (0, 701), + (0, 450), + (0, 74), + (0, 135), + (0, 4), + (0, 22129), + (0, 28932), + (0, 6695), + (0, 1054), + (0, 4085), + (0, 8254), + (0, 111), + (0, 25310), + (0, 2139), + (0, 1443), + (0, 42113), + (0, 327), + (0, 148), + (0, 5439), + (0, 7), + (0, 5225), + (0, 243), + (0, 0), + (0, 74), + (0, 10129), + (0, 769), + (0, 16521), + (0, 1807), + (0, 676), + (0, 1), + (0, 4), + (0, 0), + (0, 19), + (0, 14336), + (0, 10), + (0, 27), + (0, 131), + (0, 93), + (0, 1078), + (0, 4636), + (0, 113), + (0, 986), + (0, 3933), + (0, 9073), + (0, 323), + (0, 27386), + (0, 35), + (0, 2832), + (0, 165), + (0, 5827), + (0, 291), + (0, 56), + (0, 17), + (0, 0), + (0, 0), + (0, 241), + (0, 5454), + (0, 1), + (0, 97), + (0, 2630), + (0, 66), + (0, 5), + (0, 254), + (0, 27943), + (0, 1463), + (0, 106), + (0, 241), + (0, 415), + (0, 251), + (0, 0), + (0, 82), + (0, 16), + (0, 1893), + (0, 29646), + (0, 0), + (0, 2928), + (0, 1979), + (0, 8940), + (0, 41), + (0, 5904), + (0, 123), + (0, 2), + (0, 4), + (0, 1041), + (0, 11), + (0, 319), + (0, 694), + (0, 477), + (0, 2441), + (0, 1), + (0, 926), + (0, 1), + (0, 4901), + (0, 13931), + (0, 433), + (0, 9954), + (0, 3), + (0, 3), + (0, 74), + (0, 111), + (0, 1), + (0, 62), + (0, 7), + (0, 2226), + (0, 3123), + (0, 26920), + (0, 47), + (0, 1251), + (0, 3582), + (0, 7), + (0, 3582), + (0, 8818), + (0, 94), + (0, 28239), + (0, 0), + (0, 208), + (0, 1018), + (0, 769), + (0, 143), + (0, 302), + (0, 0), + (0, 0), + (0, 8), + (0, 3), + (0, 0), + (0, 4048), + (0, 0), + (0, 7409), + (0, 1), + (0, 142), + (0, 1341), + (0, 4439), + (0, 3), + (0, 7941), + (0, 0), + (0, 6), + (0, 166), + (0, 813), + (0, 149), + (0, 1224), + (0, 32), + (0, 318), + (0, 958), + (0, 23), + (0, 69), + (0, 5741), + (0, 16), + (0, 2225), + (0, 529), + (0, 830), + (0, 113), + (0, 1), + (0, 2067), + (0, 34554), + (0, 41976), + (0, 7), + (0, 7), + (0, 534), + (0, 468), + (0, 12), + (0, 38586), + (0, 9389), + (0, 4), + (0, 1322), + (0, 20), + (0, 79), + (0, 2667), + (0, 0), + (0, 162), + (0, 5), + (0, 27), + (0, 11717), + (0, 1792), + (0, 21), + (0, 140), + (0, 5), + (0, 668), + (0, 4257), + (0, 48), + (0, 29703), + (0, 19), + (0, 1714), + (0, 21922), + (0, 214), + (0, 2514), + (0, 17), + (0, 6713), + (0, 1480), + (0, 7), + (0, 7), + (0, 36135), + (0, 2430), + (0, 26), + (0, 33), + (0, 352), + (0, 14521), + (0, 2), + (0, 4), + (0, 3274), + (0, 17), + (0, 4699), + (0, 3751), + (0, 23272), + (0, 0), + (0, 1088), + (0, 3), + (0, 27), + (0, 89), + (0, 27), + (0, 39409), + (0, 309), + (0, 2191), + (0, 45), + (0, 124), + (0, 20), + (0, 49), + (0, 321), + (0, 90), + (0, 3), + (0, 1883), + (0, 264), + (0, 1523), + (0, 1), + (0, 13753), + (0, 1992), + (0, 6), + (0, 122), + (0, 0), + (0, 45), + (0, 3242), + (0, 1817), + (0, 34), + (0, 9), + (0, 4010), + (0, 3), + (0, 6), + (0, 1), + (0, 913), + (0, 31602), + (0, 2), + (0, 3), + (0, 1635), + (0, 115), + (0, 5), + (0, 4842), + (0, 30758), + (0, 15236), + (0, 2107), + (0, 17953), + (0, 74), + (0, 45), + (0, 1031), + (0, 219), + (0, 293), + (0, 4206), + (0, 63), + (0, 1), + (0, 3), + (0, 0), + (0, 440), + (0, 0), + (0, 1017), + (0, 557), + (0, 4), + (0, 1798), + (0, 5016), + (0, 6113), + (0, 359), + (0, 4924), + (0, 4355), + (0, 11), + (0, 26987), + (0, 0), + (0, 23588), + (0, 5), + (0, 3376), + (0, 3215), + (0, 6142), + (0, 3), + (0, 244), + (0, 45), + (0, 4), + (0, 650), + (0, 3), + (0, 667), + (0, 1180), + (0, 5), + (0, 18), + (0, 14171), + (0, 184), + (0, 8830), + (0, 28), + (0, 45), + (0, 159), + (0, 3), + (0, 0), + (0, 100), + (0, 17560), + (0, 26680), + (0, 3), + (0, 16420), + (0, 1213), + (0, 1), + (0, 10), + (0, 59), + (0, 11261), + (0, 0), + (0, 5), + (0, 322), + (0, 1184), + (0, 5968), + (0, 0), + (0, 34), + (0, 92), + (0, 113), + (0, 8), + (0, 782), + (0, 2058), + (0, 12907), + (0, 73), + (0, 4016), + (0, 5), + (0, 20057), + (0, 51), + (0, 153), + (0, 105), + (0, 13), + (0, 19615), + (0, 518), + (0, 571), + (0, 2677), + (0, 92), + (0, 22), + (0, 4643), + (0, 9252), + (0, 82), + (0, 4540), + (0, 2196), + (0, 19), + (0, 216), + (0, 423), + (0, 6550), + (0, 6562), + (0, 37), + (0, 3253), + (0, 1), + (0, 496), + (0, 2393), + (0, 5), + (0, 3331), + (0, 10784), + (0, 113), + (0, 1593), + (0, 36), + (0, 6507), + (0, 787), + (0, 251), + (0, 352), + (0, 5), + (0, 5647), + (0, 4), + (0, 157), + (0, 5159), + (0, 147), + (0, 0), + (0, 53), + (0, 3), + (0, 84), + (0, 5300), + (0, 0), + (0, 3435), + (0, 299), + (0, 196), + (0, 0), + (0, 15), + (0, 3325), + (0, 0), + (0, 12), + (0, 3388), + (0, 31464), + (0, 120), + (0, 5165), + (0, 17), + (0, 991), + (0, 5287), + (0, 864), + (0, 59), + (0, 5072), + (0, 60), + (0, 63), + (0, 136), + (0, 3887), + (0, 16), + (0, 241), + (0, 570), + (0, 926), + (0, 12731), + (0, 1935), + (0, 883), + (0, 0), + (0, 0), + (0, 1842), + (0, 722), + (0, 23545), + (0, 57), + (0, 6), + (0, 6), + (0, 28), + (0, 6515), + (0, 178), + (0, 9), + (0, 704), + (0, 19118), + (0, 0), + (0, 42), + (0, 3), + (0, 4096), + (0, 647), + (1, 1188), + (0, 0), + (0, 58), + (0, 29283), + (0, 49), + (0, 0), + (0, 284), + (0, 49853), + (0, 23), + (0, 10), + (0, 71), + (0, 37635), + (0, 6), + (0, 10545), + (0, 719), + (0, 2), + (0, 2121), + (0, 15221), + (0, 7), + (0, 182), + (0, 39), + (0, 62), + (0, 2), + (0, 245), + (0, 14785), + (0, 39), + (0, 1640), + (0, 171), + (0, 0), + (0, 9952), + (0, 1), + (0, 2), + (0, 723), + (0, 0), + (0, 7300), + (0, 0), + (0, 231), + (0, 1124), + (0, 20251), + (0, 1133), + (0, 22522), + (0, 4747), + (0, 4), + (0, 2085), + (0, 13), + (0, 99), + (0, 8), + (0, 12), + (0, 16), + (0, 8664), + (0, 150), + (0, 3), + (0, 1130), + (0, 23), + (0, 5), + (0, 10036), + (0, 56), + (0, 14217), + (0, 102), + (0, 52), + (0, 5), + (0, 63), + (0, 61774), + (0, 3546), + (0, 15), + (0, 1084), + (0, 449), + (0, 105), + (0, 107), + (0, 568), + (0, 26006), + (0, 5677), + (0, 58), + (0, 23452), + (0, 132), + (0, 27), + (0, 2719), + (0, 294), + (0, 178), + (0, 112), + (0, 7563), + (0, 618), + (0, 1790), + (0, 1137), + (0, 119), + (0, 5624), + (0, 42), + (0, 103), + (0, 0), + (0, 38), + (0, 49), + (0, 27), + (0, 882), + (0, 512), + (0, 7641), + (0, 894), + (0, 13), + (0, 989), + (0, 7), + (0, 0), + (0, 415), + (0, 8), + (0, 44), + (0, 13), + (0, 2373), + (0, 391), + (0, 0), + (0, 7), + (0, 39188), + (0, 468), + (0, 10353), + (0, 355), + (0, 0), + (0, 5492), + (0, 6), + (0, 5557), + (0, 10), + (0, 13), + (0, 15649), + (0, 0), + (0, 4), + (0, 167), + (0, 54), + (0, 549), + (0, 84), + (0, 27695), + (0, 3288), + (0, 6), + (0, 5), + (0, 197), + (0, 4526), + (0, 9353), + (0, 647), + (0, 13710), + (0, 14488), + (0, 4200), + (0, 877), + (0, 4357), + (0, 374), + (0, 153), + (0, 30509), + (0, 25707), + (0, 3), + (0, 0), + (0, 2454), + (0, 73), + (0, 1118), + (0, 29432), + (0, 284), + (0, 69), + (0, 288), + (0, 26), + (0, 300), + (0, 54), + (0, 8667), + (0, 1395), + (0, 2225), + (0, 406), + (0, 179), + (0, 999), + (0, 11073), + (0, 7757), + (0, 257), + (0, 471), + (0, 80), + (0, 30074), + (0, 15467), + (0, 0), + (0, 11873), + (0, 9408), + (0, 89), + (0, 11981), + (0, 1), + (0, 4), + (0, 9030), + (0, 7254), + (0, 19804), + (0, 0), + (0, 5493), + (0, 186), + (0, 20726), + (0, 27), + (0, 139), + (0, 0), + (0, 27), + (0, 2203), + (0, 16), + (0, 1731), + (0, 33), + (0, 7678), + (0, 963), + (0, 0), + (0, 199), + (0, 8712), + (0, 444), + (0, 3824), + (0, 3), + (0, 35), + (0, 6144), + (0, 297), + (0, 54381), + (0, 124), + (0, 144), + (0, 11), + (0, 33968), + (0, 0), + (0, 20712), + (0, 5718), + (0, 3), + (0, 3753), + (0, 3576), + (0, 2444), + (0, 16), + (0, 29), + (0, 2), + (0, 7085), + (0, 0), + (0, 7), + (0, 0), + (0, 16525), + (0, 47), + (0, 64), + (0, 39822), + (0, 1911), + (0, 1), + (0, 309), + (0, 20479), + (0, 54325), + (0, 4877), + (0, 0), + (0, 4), + (0, 13), + (0, 7), + (0, 1541), + (0, 11), + (0, 630), + (0, 683), + (0, 2453), + (0, 471), + (0, 1104), + (0, 569), + (0, 205), + (0, 1033), + (0, 326), + (0, 8767), + (0, 38028), + (0, 6), + (0, 916), + (0, 2), + (0, 24305), + (0, 1326), + (0, 3027), + (0, 1017), + (0, 27), + (0, 85), + (0, 2749), + (0, 17989), + (0, 1), + (0, 2193), + (0, 7138), + (0, 35891), + (0, 26), + (0, 203), + (0, 497), + (0, 164), + (0, 2001), + (0, 219), + (0, 3), + (0, 3), + (0, 3221), + (0, 17777), + (0, 3822), + (0, 288), + (0, 16932), + (0, 34), + (0, 495), + (0, 1227), + (0, 7066), + (0, 3063), + (0, 22367), + (0, 284), + (0, 2775), + (0, 4), + (0, 148), + (0, 1795), + (0, 5), + (0, 58), + (0, 4244), + (0, 63), + (0, 5640), + (0, 501), + (0, 1), + (0, 1), + (0, 7044), + (0, 46), + (0, 21), + (0, 8), + (0, 182), + (0, 8), + (0, 177), + (0, 26721), + (0, 15), + (0, 0), + (0, 77), + (0, 105), + (0, 83), + (0, 57), + (0, 103), + (0, 1028), + (0, 601), + (0, 4346), + (0, 62357), + (0, 2021), + (0, 3406), + (0, 13227), + (0, 82), + (0, 41388), + (0, 42), + (0, 163), + (0, 9), + (0, 258), + (0, 10), + (0, 2387), + (0, 8089), + (0, 8590), + (0, 2), + (0, 400), + (0, 2160), + (0, 47), + (0, 18353), + (0, 164), + (0, 19), + (0, 2891), + (0, 33), + (0, 17), + (0, 4), + (0, 87), + (0, 1942), + (0, 14608), + (0, 1453), + (0, 14624), + (0, 0), + (0, 4516), + (0, 278), + (0, 2098), + (0, 364), + (0, 3996), + (0, 566), + (0, 0), + (0, 23757), + (0, 543), + (0, 8856), + (0, 588), + (0, 97), + (0, 229), + (0, 9), + (0, 257), + (0, 6575), + (0, 722), + (0, 5040), + (0, 594), + (0, 709), + (0, 0), + (0, 9899), + (0, 0), + (0, 3321), + (0, 65), + (0, 18), + (0, 2621), + (0, 4216), + (0, 5592), + (1, 2326), + (0, 566), + (0, 2), + (0, 793), + (0, 22), + (0, 14), + (0, 0), + (0, 26), + (0, 5377), + (0, 846), + (0, 127), + (0, 64), + (0, 5139), + (0, 78), + (0, 27188), + (0, 63530), + (0, 57), + (0, 798), + (0, 2999), + (0, 25), + (0, 7732), + (0, 91), + (0, 226), + (0, 242), + (0, 5711), + (0, 32), + (0, 1409), + (0, 8528), + (0, 6206), + (0, 10), + (0, 17612), + (0, 58), + (0, 232), + (0, 16967), + (0, 4), + (0, 2182), + (0, 146), + (0, 9897), + (0, 4), + (0, 870), + (0, 3340), + (0, 470), + (0, 5748), + (0, 9), + (0, 7), + (0, 128), + (0, 44), + (0, 2597), + (0, 39), + (0, 3826), + (0, 44972), + (0, 151), + (0, 1515), + (0, 14), + (0, 4), + (0, 40), + (0, 590), + (0, 1348), + (0, 70), + (0, 8), + (0, 27232), + (0, 43), + (0, 3), + (0, 0), + (0, 9260), + (0, 0), + (0, 48894), + (0, 1724), + (0, 199), + (0, 7404), + (0, 2624), + (0, 4719), + (0, 1482), + (0, 491), + (0, 132), + (0, 0), + (0, 0), + (0, 11005), + (0, 50297), + (0, 314), + (0, 151), + (0, 1582), + (0, 68), + (0, 9166), + (0, 64), + (0, 19588), + (0, 4229), + (0, 701), + (0, 1106), + (0, 2071), + (0, 112), + (0, 4826), + (0, 2), + (0, 62276), + (0, 17), + (0, 248), + (0, 12512), + (0, 8702), + (0, 2), + (0, 137), + (0, 64), + (0, 60), + (0, 87), + (0, 0), + (0, 22150), + (0, 9225), + (0, 2188), + (0, 3), + (0, 250), + (0, 178), + (0, 8708), + (0, 476), + (0, 1633), + (0, 2), + (0, 9292), + (0, 5481), + (0, 3866), + (0, 13343), + (0, 608), + (0, 0), + (0, 29363), + (0, 5543), + (0, 18), + (0, 5036), + (0, 1812), + (0, 18057), + (0, 35), + (0, 193), + (0, 634), + (0, 5706), + (0, 17), + (0, 46), + (0, 543), + (0, 3329), + (0, 7), + (0, 12423), + (0, 1524), + (0, 226), + (0, 0), + (0, 27152), + (0, 564), + (0, 1289), + (0, 463), + (0, 348), + (0, 65), + (0, 2809), + (0, 37139), + (0, 2424), + (0, 3215), + (0, 4941), + (0, 24059), + (0, 2350), + (0, 14), + (0, 65), + (0, 41796), + (0, 11764), + (0, 905), + (0, 2292), + (0, 3443), + (0, 7886), + (0, 550), + (0, 1400), + (0, 18), + (0, 731), + (0, 54580), + (0, 5332), + (0, 29727), + (0, 611), + (0, 4704), + (0, 196), + (0, 12), + (0, 3618), + (0, 9898), + (0, 66), + (0, 6), + (0, 3703), + (0, 111), + (0, 463), + (0, 30), + (0, 13), + (0, 0), + (0, 97), + (0, 1599), + (0, 19883), + (0, 80), + (0, 6620), + (0, 88), + (0, 334), + (0, 37), + (0, 4046), + (0, 31587), + (0, 1588), + (0, 4082), + (0, 871), + (0, 0), + (0, 7), + (0, 30872), + (0, 24), + (0, 66929), + (0, 9200), + (0, 282), + (0, 403), + (0, 3134), + (0, 3064), + (0, 1), + (0, 23738), + (0, 2505), + (0, 4771), + (0, 8), + (0, 41571), + (0, 2), + (0, 9295), + (0, 35), + (0, 2570), + (0, 28798), + (0, 584), + (0, 11), + (0, 64048), + (0, 3965), + (0, 9118), + (0, 172), + (0, 36), + (0, 2210), + (0, 688), + (0, 9614), + (0, 5856), + (0, 348), + (0, 1069), + (0, 53267), + (0, 47), + (0, 0), + (0, 566), + (0, 1007), + (0, 26430), + (0, 817), + (0, 626), + (0, 62), + (0, 55), + (0, 36088), + (0, 7792), + (0, 274), + (0, 10038), + (0, 7765), + (0, 346), + (0, 7), + (0, 2852), + (0, 705), + (0, 3426), + (0, 0), + (0, 27971), + (0, 3025), + (0, 1), + (0, 1154), + (0, 43613), + (0, 13891), + (0, 580), + (0, 345), + (0, 765), + (0, 1484), + (0, 25), + (0, 12748), + (0, 167), + (0, 12), + (0, 22355), + (0, 3455), + (0, 590), + (0, 8), + (0, 953), + (0, 23), + (0, 1232), + (0, 5), + (0, 157), + (0, 1669), + (0, 0), + (0, 1499), + (0, 2533), + (0, 10579), + (0, 67), + (0, 0), + (0, 26), + (0, 30054), + (0, 779), + (0, 4145), + (0, 1405), + (0, 61), + (0, 61), + (0, 35), + (0, 0), + (0, 2057), + (0, 24581), + (0, 11296), + (0, 229), + (0, 4), + (0, 18), + (0, 1254), + (0, 260), + (0, 57990), + (0, 951), + (0, 2844), + (0, 0), + (0, 146), + (0, 1419), + (0, 28105), + (0, 4674), + (0, 17898), + (0, 75), + (0, 828), + (0, 118), + (0, 9), + (0, 4502), + (0, 57), + (0, 19), + (0, 44), + (0, 3), + (0, 19928), + (0, 24), + (0, 1), + (0, 127), + (0, 17), + (0, 671), + (0, 12920), + (0, 15633), + (0, 11), + (0, 3484), + (0, 2835), + (0, 10), + (0, 41826), + (0, 4), + (0, 55), + (0, 2169), + (0, 7656), + (0, 16860), + (0, 57), + (0, 46319), + (0, 9550), + (0, 17), + (0, 155), + (0, 87), + (0, 0), + (0, 8), + (0, 35189), + (0, 270), + (0, 44), + (0, 27558), + (0, 15929), + (0, 3), + (0, 3), + (0, 5737), + (0, 540), + (0, 79), + (0, 71), + (0, 4301), + (0, 0), + (0, 3), + (0, 162), + (0, 107), + (0, 1), + (0, 397), + (0, 79), + (0, 10), + (0, 0), + (0, 1392), + (0, 356), + (0, 49945), + (0, 1239), + (0, 90), + (0, 745), + (0, 17), + (0, 7), + (0, 2), + (0, 333), + (0, 3), + (0, 351), + (0, 36), + (0, 22700), + (0, 10777), + (0, 2437), + (0, 2), + (0, 438), + (0, 7190), + (0, 11160), + (0, 1525), + (0, 8403), + (0, 3), + (0, 878), + (0, 377), + (0, 3), + (0, 1), + (0, 2519), + (0, 690), + (0, 126), + (0, 652), + (0, 14031), + (0, 3329), + (0, 2278), + (0, 10307), + (0, 43), + (0, 290), + (0, 2451), + (0, 31), + (0, 327), + (0, 1), + (0, 60), + (0, 198), + (0, 21041), + (0, 0), + (0, 569), + (0, 29745), + (0, 26), + (0, 1062), + (0, 2450), + (0, 7531), + (0, 2231), + (0, 2442), + (0, 14), + (0, 1), + (0, 0), + (0, 106), + (0, 1), + (0, 36), + (0, 2975), + (0, 3798), + (0, 24742), + (0, 1), + (0, 63), + (0, 50650), + (0, 6432), + (0, 1147), + (0, 5210), + (0, 3931), + (0, 39), + (0, 1267), + (0, 84), + (0, 4607), + (0, 18496), + (0, 1), + (0, 93), + (0, 491), + (0, 7024), + (0, 316), + (0, 215), + (0, 1), + (0, 842), + (0, 176), + (0, 4845), + (0, 103), + (0, 82), + (0, 2126), + (0, 722), + (0, 11011), + (0, 21630), + (0, 28), + (0, 4227), + (0, 11467), + (0, 1513), + (0, 1), + (0, 598), + (0, 11), + (0, 0), + (0, 2), + (0, 41), + (0, 548), + (0, 12), + (0, 1435), + (0, 39161), + (0, 5), + (0, 25), + (0, 35), + (0, 51), + (0, 0), + (0, 757), + ], + entries: &[ + ("Feminsim", &["feminism"]), + ("Metdata", &["metadata"]), + ("Contextl", &["contextual"]), + ("Polgon", &["polygon"]), + ("Adultrey", &["adultery"]), + ("Chrcking", &["checking"]), + ("Errornously", &["erroneously"]), + ("Chateaos", &["châteaux"]), + ("Remmapped", &["remapped"]), + ("Pretencious", &["pretentious"]), + ("Proclaimation", &["proclamation"]), + ("Inmplementation", &["implementation"]), + ("Ineritance", &["inheritance"]), + ("Follfowiwng", &["following"]), + ("Evalited", &["evaluated"]), + ("Finitel", &["finite"]), + ("Cotrolles", &["controls"]), + ("Certficiate", &["certificate"]), + ("Reallocaition", &["reallocation"]), + ("Behabiors", &["behaviors"]), + ("Streamos", &["streams"]), + ("Palistinians", &["palestinians"]), + ("Calucate", &["calculate"]), + ("Sortig", &["sorting"]), + ("Tere", &["there", "here"]), + ("Obscur", &["obscure"]), + ("Interseccting", &["intersecting"]), + ("Acceot", &["accept"]), + ("Aborte", &["aborted", "abort", "aborts"]), + ("Avisoriy", &["advisory", "advisories"]), + ("Agriculteurs", &["agriculture"]), + ("Nothink", &["nothing"]), + ("Arbritrary", &["arbitrary"]), + ("Oprimizations", &["optimizations"]), + ("Levaithan", &["leviathan"]), + ("Overturing", &["overturn"]), + ("Analsys", &["analysis"]), + ("Actiual", &["actual"]), + ("Egalitara", &["egalitarian"]), + ("Bourgeios", &["bourgeois"]), + ("Mondey", &["monday", "money", "monkey"]), + ("Duaghters", &["daughters"]), + ("Endpont", &["endpoint"]), + ("Insersting", &["inserting"]), + ("Hangig", &["hanging"]), + ("Reverseed", &["reversed"]), + ("Valentians", &["valentines"]), + ("Devuce", &["device"]), + ("Commna", &["comma"]), + ("Packkaging", &["packaging"]), + ("Correesponds", &["corresponds"]), + ("Calciulating", &["calculating"]), + ("Pairokeel", &["parochial"]), + ("Architectuur", &["architecture"]), + ("Appretiative", &["appreciative"]), + ("Backreferrence", &["backreference"]), + ("Uppstream", &["upstream"]), + ("Verificato", &["verification"]), + ("Sccripts", &["scripts"]), + ("Condradiction", &["contradiction"]), + ("Electroyltes", &["electrolytes"]), + ("Juveline", &["juvenile"]), + ("Mechanicly", &["mechanical"]), + ("Madsion", &["madison"]), + ("Posifion", &["position"]), + ("Flor", &["floor", "flow"]), + ("Fertil", &["fertile"]), + ("Deplyoment", &["deployment"]), + ("Standarises", &["standardises"]), + ("Conpares", &["compares"]), + ("Opertion", &["operation"]), + ("Algorithimic", &["algorithmic"]), + ("Selectivly", &["selectively"]), + ("Isses", &["issues"]), + ("Perputually", &["perpetually"]), + ("Attriebutes", &["attributes"]), + ("Chizzil", &["chisel"]), + ("Intiatives", &["initiatives"]), + ("Pacakage", &["package"]), + ("Deserailize", &["deserialize"]), + ("Nimphian", &["nymphean"]), + ("Protoytpe", &["prototype"]), + ("Annoucners", &["announcers"]), + ("Deintialized", &["deinitialized"]), + ("Reqisters", &["registers"]), + ("Beavior", &["behavior"]), + ("Commerical", &["commercial"]), + ("Sticthes", &["stitches"]), + ("Commentes", &["commenters"]), + ("Suop", &["soup"]), + ("Concious", &["conscious"]), + ("Rquired", &["required"]), + ("Deinitailse", &["deinitialise"]), + ("Chech", &["check", "czech"]), + ("Distractons", &["distracts"]), + ("Compliacted", &["complicate"]), + ("Reenforcements", &["reinforcements"]), + ("Auhtors", &["authors"]), + ("Typpe", &["type"]), + ("Sensationail", &["sensational"]), + ("Elagantly", &["elegantly"]), + ("Investigstions", &["investigations"]), + ("Manifestano", &["manifesto"]), + ("Avary", &["every", "aviary"]), + ("Sometines", &["sometimes"]), + ("Deducatble", &["deductible"]), + ("Beautilful", &["beautifully"]), + ("Gagnsters", &["gangsters"]), + ("Concentraded", &["concentrated"]), + ("Diagnosics", &["diagnostics"]), + ("Delaraction", &["declaration"]), + ("Anothe", &["another"]), + ("Indicents", &["incidents"]), + ("Neckbeardese", &["neckbeards"]), + ("Vitmains", &["vitamins"]), + ("Inconveince", &["inconvenience"]), + ("Invesrse", &["inverse"]), + ("Nercomancer", &["necromancer"]), + ("Pobular", &["popular"]), + ("Innersection", &["intersection"]), + ("Placehoder", &["placeholder"]), + ("Culutrally", &["culturally"]), + ("Contraversial", &["controversial"]), + ("Playthtoughs", &["playthroughs"]), + ("Scolling", &["scrolling"]), + ("Implementos", &["implements"]), + ("Bounndaries", &["boundaries"]), + ("Maintenaing", &["maintaining"]), + ("Inacurate", &["inaccurate"]), + ("Substituto", &["substitution"]), + ("Regualtor", &["regulator"]), + ("Frientships", &["friendships"]), + ("Monglos", &["mongols"]), + ("Satisify", &["satisfy"]), + ("Constitutie", &["constitutes"]), + ("Interprer", &["interpreter"]), + ("Pseudorinverse", &["pseudoinverse"]), + ("Predetirmined", &["predetermined"]), + ("Uninstlaling", &["uninstalling"]), + ("Villify", &["vilify"]), + ("Cahche", &["cache"]), + ("Apprentince", &["apprentice"]), + ("Serveillance", &["surveillance"]), + ("Intermperance", &["intemperance"]), + ("Prometheius", &["prometheus"]), + ("Imporant", &["important"]), + ("Commulative", &["cumulative"]), + ("Absolutlye", &["absolutely"]), + ("Bruning", &["burning"]), + ("Paradym", &["paradigm"]), + ("Defaules", &["defaults"]), + ("Negatiotiated", &["negotiated"]), + ("Analzyed", &["analyzed"]), + ("Algorythmically", &["algorithmically"]), + ("Aktivated", &["activated"]), + ("Michina", &["michigan"]), + ("Autherisation", &["authorisation"]), + ("Bounses", &["bonuses"]), + ("Weither", &["whether"]), + ("Vaules", &["values"]), + ("Pressre", &["pressure"]), + ("Entertainted", &["entertained"]), + ("Defins", &["defines", "define"]), + ("Preocessing", &["processing", "preprocessing"]), + ("Satisfiction", &["satisfaction"]), + ("Formuladas", &["formulas"]), + ("Secuenced", &["sequenced"]), + ("Indicationg", &["indicating", "indication"]), + ("Alternador", &["alternator"]), + ("Nighly", &["nightly"]), + ("Synchrous", &["synchronous"]), + ("Instrucction", &["instruction"]), + ("Mape", &["map"]), + ("Bilbical", &["biblical"]), + ("Antidepressents", &["antidepressants"]), + ("Algorithmus", &["algorithms"]), + ("Descisions", &["decisions"]), + ("Heriocs", &["heroics"]), + ("Vegetatian", &["vegetarian"]), + ("Batlimore", &["baltimore"]), + ("Overwieght", &["overweight"]), + ("Centriods", &["centroids"]), + ("Sidelinien", &["sideline"]), + ("Undergradate", &["undergraduate"]), + ("Dashboars", &["dashboards"]), + ("Claculation", &["calculation"]), + ("Scraching", &["scratching"]), + ("Natrual", &["natural"]), + ("Northen", &["northern"]), + ("Orthognal", &["orthogonal"]), + ("Resue", &["reuse", "rescue"]), + ("Spefifes", &["specifies"]), + ("Worflow", &["workflow"]), + ("Avataras", &["avatars"]), + ("Privleged", &["privileged"]), + ("Millseconds", &["milliseconds"]), + ("Spefixiers", &["specifiers"]), + ("Bandwitdh", &["bandwidth"]), + ("Intrerrupt", &["interrupt"]), + ("Responsbile", &["responsible"]), + ("Deyhdrated", &["dehydrated"]), + ("Vioaltion", &["violation"]), + ("Comnparing", &["comparing"]), + ("Propeht", &["prophet"]), + ("Throughiut", &["throughput"]), + ("Poential", &["potential"]), + ("Effeck", &["effect"]), + ("Rmeoved", &["removed"]), + ("Finanically", &["financially"]), + ("Periphreal", &["peripheral"]), + ("Pennisular", &["peninsular"]), + ("Nationallity", &["nationally"]), + ("Inerit", &["inherit"]), + ("Interger", &["integer"]), + ("Experineced", &["experienced"]), + ("Bigallic", &["bigalloc"]), + ("Implememt", &["implement"]), + ("Vacinated", &["vaccinated"]), + ("Wilcard", &["wildcard"]), + ("Craweld", &["crawled"]), + ("Actuall", &["actually", "actual"]), + ("Elemements", &["elements"]), + ("Controlable", &["controllable"]), + ("Willaims", &["williams"]), + ("Somethinkg", &["somethings"]), + ("Authetnicator", &["authenticator"]), + ("Wreslter", &["wrestler"]), + ("Outbuts", &["outputs"]), + ("Renegotiotors", &["renegotiators"]), + ("Reaplying", &["replaying"]), + ("Missconfiguration", &["misconfiguration"]), + ("Meatbals", &["meatballs"]), + ("Applicatino", &["application"]), + ("Contriception", &["contraception"]), + ("Channging", &["changing"]), + ("Transofrmers", &["transformers"]), + ("Progapator", &["propagator"]), + ("Ebcidc", &["ebcdic"]), + ("Critizing", &["criticizing"]), + ("Excemptions", &["exemptions"]), + ("Nationales", &["nationals"]), + ("Propostions", &["proportions"]), + ("Differetnt", &["different"]), + ("Siginificantly", &["significantly"]), + ("Anitaliasing", &["antialiasing"]), + ("Anxios", &["anxious"]), + ("Republicons", &["republicans"]), + ("Problamatic", &["problematic"]), + ("Katastrophic", &["catastrophic"]), + ("Recommand", &["recommend"]), + ("Demolision", &["demolition"]), + ("Reuplod", &["reupload"]), + ("Astericks", &["asterisk"]), + ("Assasined", &["assassinated"]), + ("Misrepresention", &["misrepresenting"]), + ("Validaing", &["validating"]), + ("Implemenationa", &["implementation"]), + ("Virutalized", &["virtualized"]), + ("Projecties", &["projectiles"]), + ("Represenst", &["represents"]), + ("Shadoloo", &["shadaloo"]), + ("Renegae", &["renegade"]), + ("Publichers", &["publishers"]), + ("Ignorgable", &["ignorable"]), + ("Clibpoards", &["clipboards"]), + ("Upraded", &["upgraded"]), + ("Elitisim", &["elitism"]), + ("Distniguished", &["distinguished"]), + ("Seperators", &["separators"]), + ("Cannabiles", &["cannibals"]), + ("Applyied", &["applied"]), + ("Anonmyous", &["anonymous"]), + ("Benjer", &["binger"]), + ("Wathdog", &["watchdog"]), + ("Streightened", &["straightened"]), + ("Speficitifer", &["specifier"]), + ("Sist", &["cyst", "sift", "sits"]), + ("Visuabize", &["visualize"]), + ("Correcponded", &["corresponded"]), + ("Runnigng", &["running"]), + ("Ocilating", &["oscillating"]), + ("Allignmenterror", &["alignmenterror"]), + ("Advisorys", &["advisors"]), + ("Languag", &["language"]), + ("Filtype", &["filetype"]), + ("Commercail", &["commercials"]), + ("Reproduciton", &["reproduction"]), + ("Pice", &["piece"]), + ("Foreksin", &["foreskin"]), + ("Envrion", &["environ"]), + ("Accecess", &["access"]), + ("Duplactes", &["duplicates"]), + ("Stderrr", &["stderr"]), + ("Appropiately", &["appropriately"]), + ("Commant", &["command", "comment"]), + ("Saught", &["sought"]), + ("Interstellaire", &["interstellar"]), + ("Resolvs", &["resolves"]), + ("Socripted", &["scripted"]), + ("Ubiquitos", &["ubiquitous"]), + ("Algotighms", &["algorithms"]), + ("Ameeliarated", &["ameliorated"]), + ("Understaning", &["understanding"]), + ("Proagation", &["propagation"]), + ("Torpedeo", &["torpedo"]), + ("Maintainablity", &["maintainability"]), + ("Exclusie", &["exclusive"]), + ("Negothiators", &["negotiators"]), + ("Violoations", &["violations"]), + ("Experimally", &["experimentally"]), + ("Appropropreate", &["appropriate"]), + ("Atempts", &["attempts"]), + ("Comitte", &["committed", "committee"]), + ("Raotated", &["rotated"]), + ("Marineros", &["mariners"]), + ("Copyied", &["copied"]), + ("Primititves", &["primitives"]), + ("Obvisious", &["obvious"]), + ("Momen", &["moment"]), + ("Theri", &["their", "there"]), + ("Revolutins", &["revolutions"]), + ("Consistenty", &["consistently"]), + ("Protfolio", &["portfolio"]), + ("Transkript", &["transcript"]), + ("Backbround", &["background"]), + ("Instrinics", &["intrinsics"]), + ("Interacteve", &["interactive"]), + ("Disagress", &["disagrees"]), + ("Geographisch", &["geographic"]), + ("Offred", &["offered"]), + ("Mulitplier", &["multiplier"]), + ("Avalance", &["avalanche"]), + ("Ocilaters", &["oscillators"]), + ("Techonology", &["technology"]), + ("Cumbersone", &["cumbersome"]), + ("Midpionts", &["midpoints"]), + ("Cusotmers", &["customers"]), + ("Bijcetive", &["bijective"]), + ("Additoin", &["addition"]), + ("Movemments", &["movements"]), + ("Negoators", &["negotiators"]), + ("Objectificiation", &["objectification"]), + ("Cirumstance", &["circumstance"]), + ("Milestons", &["milestones"]), + ("Settigs", &["settings"]), + ("Transsend", &["transcend"]), + ("Valus", &["values", "talus", "value"]), + ("Scrollin", &["scrolling"]), + ("Triming", &["trimming", "timing"]), + ("Corordinate", &["coordinate"]), + ("Kentucy", &["kentucky"]), + ("Conetnt", &["content"]), + ("Marshamllow", &["marshmallow"]), + ("Abjects", &["objects"]), + ("Realtions", &["relations", "reactions"]), + ("Reosnable", &["reasonable"]), + ("Succedd", &["succeed"]), + ("Folx", &["folks"]), + ("Discrimine", &["discriminate"]), + ("Abreviations", &["abbreviations"]), + ("Coordintaes", &["coordinates"]), + ("Protruberances", &["protuberances"]), + ("Contating", &["contacting", "containing"]), + ("Propmt", &["prompt"]), + ("Perfoemamce", &["performance"]), + ("Unspeficillied", &["unspecified"]), + ("Partnetship", &["partnership"]), + ("Afterthougt", &["afterthought"]), + ("Analysees", &["analyses"]), + ("Sevirity", &["severity"]), + ("Manupulated", &["manipulated"]), + ("Initates", &["imitates", "initiates"]), + ("Upadated", &["updated"]), + ("Distribuition", &["distribution"]), + ("Exemples", &["examples"]), + ("Hosthot", &["hotshot"]), + ("Counterpar", &["counterpart"]), + ("Startet", &["started"]), + ("Simspon", &["simpson"]), + ("Progagates", &["propagates"]), + ("Unknwns", &["unknowns"]), + ("Peoms", &["poems"]), + ("Assymetry", &["asymmetry"]), + ("Opactity", &["opacity"]), + ("Gerenates", &["generates"]), + ("Comparitions", &["comparisons"]), + ("Unreigstering", &["unregistering"]), + ("Authetnicating", &["authenticating"]), + ("Traslalated", &["translated"]), + ("Mkea", &["make"]), + ("Enumurate", &["enumerate"]), + ("Alighed", &["aligned", "alighted"]), + ("Acryllic", &["acrylic"]), + ("Proctecting", &["protecting"]), + ("Assumming", &["assuming"]), + ("Assupmption", &["assumption"]), + ("Massechusetts", &["massachusetts"]), + ("Originalty", &["originality"]), + ("Diffenet", &["different"]), + ("Embarassment", &["embarrassment"]), + ("Philidalphia", &["philadelphia"]), + ("Jelusey", &["jealousy"]), + ("Progressers", &["progresses"]), + ("Colomn", &["column"]), + ("Neccisary", &["necessary"]), + ("Chassids", &["chassis"]), + ("Hypohthezied", &["hypothesized"]), + ("Ceated", &["created"]), + ("Occcurs", &["occurs"]), + ("Shoudlers", &["shoulders"]), + ("Downlaoded", &["downloaded"]), + ("Collatoral", &["collateral"]), + ("Educaiton", &["education"]), + ("Atttached", &["attached"]), + ("Avisoriyes", &["advisories"]), + ("Dissimillar", &["dissimilar"]), + ("Advertisment", &["advertisement"]), + ("Typoes", &["typos", "types"]), + ("Anachrist", &["anarchist"]), + ("Beaviour", &["behaviour"]), + ("Seqeuence", &["sequence"]), + ("Trnasparent", &["transparent"]), + ("Unlimitied", &["unlimited"]), + ("Medifors", &["metaphors"]), + ("Reminscient", &["reminiscent"]), + ("Chocoalte", &["chocolate"]), + ("Manaul", &["manual"]), + ("Variabele", &["variable"]), + ("Superouman", &["superhuman"]), + ("Movememnts", &["movements"]), + ("Dissassembles", &["disassembles"]), + ("Antialising", &["antialiasing"]), + ("Projecte", &["projectile"]), + ("Frostig", &["frosting"]), + ("Libray", &["library"]), + ("Encouraing", &["encouraging"]), + ("Dependendency", &["dependency"]), + ("Coalaesce", &["coalesce"]), + ("Ridicilous", &["ridiculous"]), + ("Sporious", &["spurious"]), + ("Speficiallally", &["specifically"]), + ("Statisitcal", &["statistical"]), + ("Coyrights", &["copyrights"]), + ("Portugeuse", &["portuguese"]), + ("Transporder", &["transporter"]), + ("Troubeshooting", &["troubleshooting"]), + ("Munchis", &["munchies"]), + ("Januaray", &["january"]), + ("Installus", &["installs"]), + ("Spefixying", &["specifying"]), + ("Offensivley", &["offensively"]), + ("Prescribtion", &["prescription"]), + ("Appreciatie", &["appreciative"]), + ("Manafacturer", &["manufacturer"]), + ("Morbidy", &["morbidly"]), + ("Coallesceing", &["coalescing"]), + ("Scrubed", &["scrubbed"]), + ("Vakue", &["value"]), + ("Interfal", &["interval"]), + ("Differantiator", &["differentiator"]), + ("Parlaimentary", &["parliamentary"]), + ("Vietual", &["virtual"]), + ("Corosponded", &["corresponded"]), + ("Entretainment", &["entertainment"]), + ("Circulaire", &["circular"]), + ("Degarde", &["degrade"]), + ("Opjective", &["objective"]), + ("Jursidictions", &["jurisdictions"]), + ("Realible", &["reliable"]), + ("Stabilizies", &["stabilize"]), + ("Creaing", &["creating"]), + ("Buddihsts", &["buddhists"]), + ("Permitas", &["permits"]), + ("Forunately", &["fortunately"]), + ("Annoints", &["anoints"]), + ("Pracitcal", &["practical"]), + ("Xenophonic", &["xenophobic"]), + ("Imakes", &["makes"]), + ("Rocorded", &["recorded"]), + ("Eczecutives", &["executives"]), + ("Transpot", &["transport"]), + ("Boardband", &["broadband"]), + ("Insipration", &["inspiration"]), + ("Washingtion", &["washington"]), + ("Direvctory", &["directory"]), + ("Natinalist", &["nationalist"]), + ("Nrivana", &["nirvana"]), + ("Conbine", &["combine", "confine"]), + ("Componentes", &["components"]), + ("Generting", &["generating"]), + ("Engene", &["engine"]), + ("Standartization", &["standardization"]), + ("Repraesentational", &["representational"]), + ("Psychiatic", &["psychiatric"]), + ("Honory", &["honorary"]), + ("Autmatic", &["automatic"]), + ("Compositore", &["composite"]), + ("Adaptating", &["adaptation"]), + ("Coallesed", &["coalesced"]), + ("Interersting", &["interpreting"]), + ("Embassey", &["embassy"]), + ("Cartrigde", &["cartridge"]), + ("Techniquest", &["techniques"]), + ("Imortable", &["importable"]), + ("Infulences", &["influences"]), + ("Guarnte", &["guarantee"]), + ("Visuallization", &["visualization"]), + ("Kernuls", &["colonels", "kernels"]), + ("Implemetnation", &["implementations", "implementation"]), + ("Uninstaled", &["uninstalled"]), + ("Bookmakrs", &["bookmarks"]), + ("Contribuem", &["contribute"]), + ("Configuratiom", &["configuration"]), + ("Shuttdown", &["shutdown"]), + ("Wavelnes", &["wavelines"]), + ("Ineffiecent", &["inefficient"]), + ("Complacient", &["complacent"]), + ("Viwed", &["viewed"]), + ("Dependat", &["dependant"]), + ("Narciscist", &["narcissist"]), + ("Specificallly", &["specifically"]), + ("Inconsiderant", &["inconsiderate"]), + ("Stravation", &["starvation"]), + ("Intialization", &["initialization"]), + ("Collectivly", &["collectively"]), + ("Resarts", &["restarts"]), + ("Suphisticated", &["sophisticated"]), + ("Uupload", &["upload"]), + ("Goosegumps", &["goosebumps"]), + ("Procative", &["proactive"]), + ("Obviouly", &["obviously"]), + ("Otherise", &["otherwise"]), + ("Smarthpones", &["smartphones"]), + ("Docuemnts", &["documents"]), + ("Motherbaords", &["motherboards"]), + ("Vermen", &["vermin"]), + ("Sives", &["saves", "sieves"]), + ("Resuced", &["rescued"]), + ("Sepecify", &["specify"]), + ("Gerate", &["generate", "gyrate"]), + ("Desensitied", &["desensitized"]), + ("Journyed", &["journeyed"]), + ("Custamizable", &["customizable"]), + ("Decideds", &["decides"]), + ("Recnt", &["recent", "recant", "rent"]), + ("Reclaimation", &["reclamation"]), + ("Cannibalsim", &["cannibalism"]), + ("Empolyees", &["employees"]), + ("Enclousre", &["enclosure"]), + ("Folowwind", &["following"]), + ("Apperead", &["appeared"]), + ("Requsted", &["requested"]), + ("Chould", &["should", "could"]), + ("Interactue", &["interacted"]), + ("Neiborhoods", &["neighborhoods"]), + ("Massasge", &["massages"]), + ("Lecutres", &["lectures"]), + ("Construters", &["constructors"]), + ("Tesellate", &["tessellate"]), + ("Cockroachers", &["cockroaches"]), + ("Extrapoloate", &["extrapolate"]), + ("Simulatie", &["simulate"]), + ("Stle", &["style"]), + ("Chasr", &["chaser", "chase"]), + ("Admnistrators", &["administrators"]), + ("Amounds", &["amounts"]), + ("Retcieved", &["received", "retrieved"]), + ("Goldifsh", &["goldfish"]), + ("Privatizied", &["privatized"]), + ("Follwind", &["following"]), + ("Neighburhood", &["neighborhood"]), + ("Filmmakes", &["filmmakers"]), + ("Atitude", &["attitude"]), + ("Aferwards", &["afterwards"]), + ("Bounadry", &["boundary"]), + ("Internts", &["interns"]), + ("Threahold", &["threshold"]), + ("Idenfitifers", &["identifiers"]), + ("Jagaurs", &["jaguars"]), + ("Inclanation", &["inclination"]), + ("Undorder", &["unorder"]), + ("Enthusiats", &["enthusiast"]), + ("Expectional", &["exceptional"]), + ("Telegrpah", &["telegraph"]), + ("Alrteady", &["already"]), + ("Absoultely", &["absolutely"]), + ("Interactionns", &["interactions"]), + ("Confucion", &["confusion"]), + ("Simptom", &["symptom"]), + ("Temporries", &["temporaries"]), + ("Commnets", &["comments"]), + ("Anonynous", &["anonymous"]), + ("Lenths", &["lengths"]), + ("Techology", &["technology"]), + ("Opeators", &["operators"]), + ("Interchage", &["interchange"]), + ("Embrago", &["embargo"]), + ("Muliplexer", &["multiplexer"]), + ("Supllemental", &["supplemental"]), + ("Spefcifieis", &["specifies"]), + ("Renegogtiating", &["renegotiating"]), + ("Aretmis", &["artemis"]), + ("Efficiancy", &["efficiency"]), + ("Derivativ", &["derivative"]), + ("Dissasociates", &["disassociates"]), + ("Addeed", &["added"]), + ("Oppurtunities", &["opportunities"]), + ("Exeuction", &["execution"]), + ("Counciler", &["councilor"]), + ("Fonctionnalities", &["functionalities"]), + ("Concatation", &["concatenation"]), + ("Tramsmits", &["transmits"]), + ("Leagal", &["legal"]), + ("Communty", &["community"]), + ("Excetion", &["exception"]), + ("Peninsual", &["peninsula"]), + ("Calbirations", &["calibrations"]), + ("Orginazations", &["organizations"]), + ("Sensitivety", &["sensitivity"]), + ("Incompatiblities", &["incompatibilities"]), + ("Prominetly", &["prominently"]), + ("Visiable", &["visible"]), + ("Beacaon", &["beacon"]), + ("Insentivie", &["insensitive"]), + ("Pepperment", &["peppermint"]), + ("Sepererate", &["separate"]), + ("Contins", &["contains"]), + ("Regsitre", &["register"]), + ("Functtionalities", &["functionalities"]), + ("Deplyoing", &["deploying"]), + ("Simplistisch", &["simplistic"]), + ("Occulusion", &["occlusion"]), + ("Regulament", &["regulate"]), + ("Fanatsy", &["fantasy"]), + ("Bianry", &["binary"]), + ("Evaluataions", &["evaluations"]), + ("Incorperate", &["incorporate"]), + ("Speciman", &["specimen"]), + ("Overal", &["overall"]), + ("Altitide", &["altitude"]), + ("Unintensional", &["unintentional"]), + ("Indonesa", &["indonesia"]), + ("Calcurates", &["calculates"]), + ("Allcoaters", &["allocators"]), + ("Overcloked", &["overclocked"]), + ("Implemtentation", &["implementation"]), + ("Degrassse", &["degrasse"]), + ("Numercially", &["numerically"]), + ("Internvals", &["intervals"]), + ("Asteorid", &["asteroid"]), + ("Traslalations", &["translations"]), + ("Immortailty", &["immortality"]), + ("Opearate", &["operate"]), + ("Whitepace", &["whitespace"]), + ("Comperhension", &["comprehension"]), + ("Renegotitaes", &["renegotiates"]), + ("Acknolwedged", &["acknowledged"]), + ("Possestions", &["possessions"]), + ("Exceutables", &["executables"]), + ("Inheritted", &["inherited"]), + ("Signes", &["signs"]), + ("Concurment", &["concurrent"]), + ("Visuab", &["visual"]), + ("Subisdizing", &["subsidizing"]), + ("Checkts", &["checked", "checks"]), + ("Healtheast", &["healthiest"]), + ("Exploitions", &["explosions", "exploitations", "exploits"]), + ("Resetted", &["reset"]), + ("Popoulation", &["population"]), + ("Preinitalize", &["preinitialize"]), + ("Implusive", &["impulsive"]), + ("Provoactive", &["provocative"]), + ("Responsess", &["responses"]), + ("Inherted", &["inherited"]), + ("Anynomous", &["anonymous"]), + ("Responible", &["responsible"]), + ("Subystems", &["subsystems"]), + ("Deserialzing", &["deserializing"]), + ("Overrident", &["overridden"]), + ("Substanser", &["substances"]), + ("Accompagned", &["accompanied"]), + ("Sleeped", &["slept"]), + ("Selceted", &["selected"]), + ("Obiously", &["obviously"]), + ("Empathethic", &["empathetic"]), + ("Exhibtion", &["exhibition"]), + ("Separte", &["separate"]), + ("Durationns", &["durations"]), + ("Romaina", &["romania"]), + ("Antry", &["entry"]), + ("Indocrtination", &["indoctrination"]), + ("Peerowet", &["pirouette"]), + ("Nimph", &["nymph"]), + ("Catostrophic", &["catastrophic"]), + ("Playthrouhgs", &["playthroughs"]), + ("Masturabting", &["masturbating"]), + ("Overrids", &["overrides"]), + ("Ganerated", &["generated"]), + ("Circuling", &["circling"]), + ("Exectable", &["executable"]), + ("Beng", &["being"]), + ("Midfeild", &["midfield"]), + ("Beleiving", &["believing"]), + ("Credis", &["credits"]), + ("Dissallowed", &["disallowed"]), + ("Asburdity", &["absurdity"]), + ("Ultilization", &["utilization"]), + ("Disatvantaged", &["disadvantaged"]), + ("Listensers", &["listeners"]), + ("Fertizilers", &["fertilizer"]), + ("Collaberatively", &["collaboratively"]), + ("Desisions", &["decisions"]), + ("Recuiting", &["recruiting"]), + ("Cartriges", &["cartridges"]), + ("Subscibres", &["subscribers", "subscribes"]), + ("Posessing", &["possessing"]), + ("Egenralised", &["generalised"]), + ("Armamant", &["armament"]), + ("Specializaton", &["specialization"]), + ("Louisivlle", &["louisville"]), + ("Partonizing", &["patronizing"]), + ("Triptickes", &["triptychs"]), + ("Signleplayer", &["singleplayer"]), + ("Implementet", &["implemented"]), + ("Alignmen", &["alignment"]), + ("Accesiibility", &["accessibility"]), + ("Forbiden", &["forbidden"]), + ("Concertas", &["concerts"]), + ("Sirectories", &["directories"]), + ("Constructtor", &["constructor"]), + ("Halp", &["help"]), + ("Captais", &["captains"]), + ("Peroidic", &["periodic"]), + ("Aaccession", &["accession"]), + ("Charactears", &["characters"]), + ("Sequentually", &["sequentially"]), + ("Descuss", &["discuss"]), + ("Comunity", &["community"]), + ("Availebility", &["availability"]), + ("Steriotype", &["stereotype"]), + ("Gospells", &["gospels"]), + ("Donain", &["domain"]), + ("Operaiton", &["operation"]), + ("Prohibicion", &["prohibition"]), + ("Conained", &["contained"]), + ("Requiesting", &["requesting"]), + ("Meachanisms", &["mechanisms"]), + ("Stradegy", &["strategy"]), + ("Insurgencey", &["insurgency"]), + ("Stumbeld", &["stumbled"]), + ("Envinroment", &["environments"]), + ("Advnace", &["advance"]), + ("Inprisonment", &["imprisonment"]), + ("Chractors", &["characters"]), + ("Quiest", &["quest", "quiet"]), + ("Abstanence", &["abstinence"]), + ("Eleased", &["released"]), + ("Demonation", &["denomination"]), + ("Chizling", &["chiseling"]), + ("Decremeanting", &["decrementing"]), + ("Refectiv", &["reflective"]), + ("Circumcison", &["circumcision"]), + ("Enterily", &["entirely"]), + ("Summonr", &["summoner"]), + ("Symetrical", &["symmetrical"]), + ("Simialr", &["similar"]), + ("Influenser", &["influences"]), + ("Congraturations", &["congratulations"]), + ("Proposicion", &["proposition"]), + ("Parititioning", &["partitioning"]), + ("Capitolization", &["capitalization"]), + ("Laod", &["load"]), + ("Underwarter", &["underwater"]), + ("Asbtracting", &["abstracting"]), + ("Impoversihed", &["impoverished"]), + ("Arrangde", &["arranged"]), + ("Revelent", &["relevant"]), + ("Unnecissarily", &["unnecessarily"]), + ("Sastified", &["satisfied"]), + ("Procesing", &["processing"]), + ("Polocys", &["policies"]), + ("Predessecor", &["predecessor"]), + ("Repositorry", &["repository"]), + ("Thex", &["the", "then"]), + ("Movign", &["moving"]), + ("Equivalentsly", &["equivalently", "equivalency"]), + ("Upagrades", &["upgrades"]), + ("Expence", &["expense"]), + ("Obtrained", &["obtained"]), + ("Serciving", &["servicing"]), + ("Rationalizaiton", &["rationalization"]), + ("Abnormalty", &["abnormally"]), + ("Criticies", &["criticise"]), + ("Neccecarily", &["necessarily"]), + ("Escate", &["escalate", "escape"]), + ("Contenental", &["continental"]), + ("Agriculteur", &["agriculture"]), + ("Persective", &["respective", "perspective"]), + ("Tryahrd", &["tryhard"]), + ("Pyscic", &["psychic"]), + ("Countains", &["contains"]), + ("Execused", &["excused", "executed"]), + ("Choos", &["choose"]), + ("Ecidious", &["deciduous"]), + ("Fictious", &["fictitious"]), + ("Overcapping", &["overlapping"]), + ("Reqiores", &["requires"]), + ("Poluted", &["polluted"]), + ("Continuuing", &["continuing"]), + ("Temrinal", &["terminal"]), + ("Regardes", &["regards"]), + ("Interresing", &["interfering"]), + ("Condeferacy", &["confederacy"]), + ("Dysfuncitonal", &["dysfunctional"]), + ("Extermely", &["extremely"]), + ("Problemes", &["problems"]), + ("Incredibile", &["incredible"]), + ("Trialer", &["trailer"]), + ("Paremeters", &["parameters"]), + ("Cna", &["can"]), + ("Babysittting", &["babysitting"]), + ("Invalidas", &["invalidates"]), + ("Standerd", &["standard"]), + ("Avaluate", &["evaluate"]), + ("Satifsying", &["satisfying"]), + ("Representaiton", &["representations", "representation"]), + ("Abdominable", &["abdominal"]), + ("Scartch", &["scratch"]), + ("Coordiates", &["coordinates"]), + ("Otherwrite", &["overwrite"]), + ("Highligthing", &["highlighting"]), + ("Unorignial", &["unoriginal"]), + ("Canonalize", &["canonicalize"]), + ("Faulure", &["failure"]), + ("Scootes", &["scooters"]), + ("Indicatiors", &["indicators"]), + ("Bangledesh", &["bangladesh"]), + ("Calrity", &["clarity"]), + ("Umambiguous", &["unambiguous"]), + ("Ofcoures", &["ofcourse"]), + ("Geomitrically", &["geometrically"]), + ("Bombardeado", &["bombarded"]), + ("Restes", &["reset"]), + ("Condfiguration", &["configuration"]), + ("Saem", &["same"]), + ("Furnctions", &["functions"]), + ("Spezific", &["specific"]), + ("Encorde", &["encode", "encore"]), + ("Importnt", &["important"]), + ("Politey", &["politely"]), + ("Ocassion", &["occasion"]), + ("Fundemantal", &["fundamental"]), + ("Motorcylces", &["motorcycles"]), + ("Kiyacking", &["kayaking"]), + ("Commponents", &["components"]), + ("Seseeding", &["seceding"]), + ("Serching", &["searching"]), + ("Stattus", &["status"]), + ("Trucated", &["truncated"]), + ("Cerbures", &["cerberus"]), + ("Cholestoral", &["cholesterol"]), + ("Ractise", &["practise"]), + ("Presidentail", &["presidential"]), + ("Globlaly", &["globally"]), + ("Innocentes", &["innocents"]), + ("Endianity", &["endianness"]), + ("Improvents", &["improves"]), + ("Vidoegame", &["videogame"]), + ("Reccomendation", &["recommendation"]), + ("Nibmle", &["nimble"]), + ("Abreviate", &["abbreviate"]), + ("Temproal", &["temporal"]), + ("Graphicaly", &["graphically"]), + ("Porvids", &["provides"]), + ("Annotion", &["annotation"]), + ("Pennsyvlania", &["pennsylvania"]), + ("Owerwrite", &["overwrite"]), + ("Interpersonel", &["interpersonal"]), + ("Chornological", &["chronological"]), + ("Ciphrs", &["ciphers"]), + ("Desctiption", &["description"]), + ("Dispicable", &["despicable"]), + ("Possibilitities", &["possibilities"]), + ("Autonegotatiation", &["autonegotiation"]), + ("Vulerable", &["vulnerable"]), + ("Tacticus", &["tactics"]), + ("Determin", &["determine"]), + ("Polariy", &["polarity"]), + ("Dowloaded", &["downloaded"]), + ("Formulaes", &["formulas"]), + ("Oreintal", &["oriental"]), + ("Reprensents", &["represents"]), + ("Intiallized", &["initialized"]), + ("Answhares", &["answers"]), + ("Mudules", &["modules"]), + ("Lenghthen", &["lengthen"]), + ("Idenitify", &["identify"]), + ("Immidiatelly", &["immediately"]), + ("Numberous", &["numerous"]), + ("Creteria", &["criteria"]), + ("Monotired", &["monitored"]), + ("Publiched", &["published"]), + ("Inconsisteny", &["inconsistency", "inconsistent"]), + ("Iterater", &["iterator"]), + ("Insatlled", &["installed"]), + ("Drvier", &["driver"]), + ("Apocalypitic", &["apocalyptic"]), + ("Preformers", &["performers"]), + ("Inconviences", &["inconveniences"]), + ("Direcotry", &["directory"]), + ("Recrooted", &["recruited"]), + ("Intriduce", &["introduce"]), + ("Rearrangse", &["rearranges"]), + ("Nastershem", &["nasturtium"]), + ("Hapening", &["happening"]), + ("Zucheeni", &["zucchini"]), + ("Dilligently", &["diligently"]), + ("Sychronous", &["synchronous"]), + ("Exhuasted", &["exhausted"]), + ("Autistc", &["autistic"]), + ("Strawbrerry", &["strawberry"]), + ("Vangurad", &["vanguard"]), + ("Overwridden", &["overridden", "overwritten"]), + ("Controverisal", &["controversial"]), + ("Auxilaries", &["auxiliaries"]), + ("Destrying", &["destroying"]), + ("Successfuly", &["successfully"]), + ("Chorline", &["chlorine"]), + ("Defition", &["definition"]), + ("Abstratly", &["abstractly"]), + ("Descriptio", &["description"]), + ("Millitary", &["military"]), + ("Initializion", &["initialization"]), + ("Repraesentations", &["representations"]), + ("Authencated", &["authenticated"]), + ("Articafts", &["artifacts"]), + ("Totatlly", &["totally"]), + ("Communite", &["communities"]), + ("Paraphrazing", &["paraphrasing"]), + ("Callser", &["caller"]), + ("Reinitalise", &["reinitialise"]), + ("Apolegetics", &["apologetics"]), + ("Downgarading", &["downgrading"]), + ("Desogn", &["design"]), + ("Pregnanies", &["pregnancies"]), + ("Croozer", &["cruiser"]), + ("Origniated", &["originated"]), + ("Checkpoit", &["checkpoints"]), + ("Teritary", &["tertiary"]), + ("Conservanti", &["conservation"]), + ("Refurbushed", &["refurbished"]), + ("Cloberring", &["clobbering"]), + ("Finailse", &["finalise"]), + ("Adquired", &["acquired"]), + ("Foreinger", &["foreigner"]), + ("Omitable", &["omittable"]), + ("Subtlties", &["subtitles"]), + ("Mercanery", &["mercenary"]), + ("Underminging", &["undermining"]), + ("Corrispondence", &["correspondence"]), + ("Genrate", &["generate"]), + ("Quantatitive", &["quantitative"]), + ("Parametere", &["parameter", "parameters"]), + ("Docmuneted", &["documented"]), + ("Ofo", &["of"]), + ("Maritan", &["martian"]), + ("Bugg", &["bug"]), + ("Devritualisation", &["devirtualisation"]), + ("Essentail", &["essential"]), + ("Liteicon", &["litecoin"]), + ("Clipoing", &["clipping"]), + ("Envinronment", &["environment"]), + ("Spreadsheeticus", &["spreadsheets"]), + ("Follew", &["follow"]), + ("Treatsie", &["treaties"]), + ("Chizle", &["chisel"]), + ("Interpretating", &["interpretation"]), + ("Experemented", &["experimented"]), + ("Serivceable", &["serviceable"]), + ("Florene", &["florence"]), + ("Encoutner", &["encounter"]), + ("Nationalits", &["nationalist"]), + ("Excecting", &["executing"]), + ("Definetally", &["definitely"]), + ("Absoloutely", &["absolutely"]), + ("Resurcing", &["resourcing"]), + ("Inconveinent", &["inconvenient"]), + ("Atmosoheric", &["atmospheric"]), + ("Talsiman", &["talisman"]), + ("Defualt", &["default"]), + ("Enumurator", &["enumerator"]), + ("Paralllel", &["parallel"]), + ("Speficications", &["specifications"]), + ("Dependding", &["depending"]), + ("Scafolder", &["scaffolder"]), + ("Seperatos", &["separators"]), + ("Hybridus", &["hybrids"]), + ("Recoves", &["recovers"]), + ("Inititalising", &["initialising"]), + ("Extremally", &["extremely"]), + ("Addictes", &["addicts"]), + ("Tatoos", &["tattoos"]), + ("Atatch", &["attach"]), + ("Notifictation", &["notification"]), + ("Architecures", &["architectures"]), + ("Sytles", &["styles"]), + ("Hopefulle", &["hopefully"]), + ("Sponsership", &["sponsorship"]), + ("Visualizaiton", &["visualization"]), + ("Floridia", &["florida"]), + ("Futer", &["further", "future"]), + ("Benelovent", &["benevolent"]), + ("Proeprty", &["property"]), + ("Funture", &["future"]), + ("Buguous", &["bogus"]), + ("Automtic", &["automatic"]), + ("Parituclar", &["particular"]), + ("Systimatically", &["systematically"]), + ("Sociaty", &["society"]), + ("Freedomers", &["freedoms"]), + ("Zimbabwae", &["zimbabwe"]), + ("Oppurtunites", &["opportunities"]), + ("Fursther", &["further"]), + ("Propertiary", &["proprietary"]), + ("Switcht", &["switched"]), + ("Variabe", &["variable"]), + ("Compliancy", &["compliance"]), + ("Checksuming", &["checksumming"]), + ("Reconstruccion", &["reconstruction"]), + ("Reaise", &["realise", "raise"]), + ("Nineth", &["ninth"]), + ("Deattaches", &["detaches"]), + ("Imprtant", &["important"]), + ("Furnction", &["function"]), + ("Diphtongs", &["diphthongs"]), + ("Compeltely", &["completely"]), + ("Benefitial", &["beneficial"]), + ("Interesing", &["interesting"]), + ("Othewise", &["otherwise"]), + ("Uninitialse", &["uninitialise"]), + ("Coalsce", &["coalesce"]), + ("Athletiscm", &["athleticism"]), + ("Syncrhonised", &["synchronised"]), + ("Gorillia", &["gorilla"]), + ("Inteference", &["interference"]), + ("Modifiyng", &["modifying"]), + ("Protaginists", &["protagonists"]), + ("Builing", &["building"]), + ("Respectivly", &["respectively"]), + ("Miracilously", &["miraculously"]), + ("Sirvayls", &["surveils"]), + ("Vists", &["fists", "lists", "visits"]), + ("Inuition", &["intuition"]), + ("Desinger", &["designer"]), + ("Validataion", &["validation"]), + ("Bilt", &["built"]), + ("Desne", &["dense"]), + ("Proponants", &["proponents"]), + ("Assfalting", &["asphalting"]), + ("Rwite", &["write"]), + ("Negotators", &["negotiators"]), + ("Recyle", &["recycle"]), + ("Dimensiones", &["dimensions"]), + ("Undersetimate", &["underestimate"]), + ("Accuastion", &["accusation"]), + ("Rivarly", &["rivalry"]), + ("Classsic", &["classics"]), + ("Expansie", &["expansive"]), + ("Instantaneoulsy", &["instantaneous"]), + ("Parliment", &["parliament"]), + ("Dessertation", &["dissertation"]), + ("Presidenta", &["presidential"]), + ("Whyth", &["with"]), + ("Vollyeball", &["volleyball"]), + ("Combanations", &["combinations"]), + ("Certern", &["certain"]), + ("Necssary", &["necessary"]), + ("Dublicated", &["duplicated"]), + ("Consolodate", &["consolidate"]), + ("Unregsitering", &["unregistering"]), + ("Transgended", &["transgender"]), + ("Routeguild", &["routeguide"]), + ("Implacted", &["impacted"]), + ("Manufacterer", &["manufacturer"]), + ("Fiew", &["few", "flew"]), + ("Occation", &["occasion"]), + ("Complimentoni", &["complimenting"]), + ("Arrangmeents", &["arrangements"]), + ("Particpating", &["participating"]), + ("Conjunciton", &["conjunction"]), + ("Disecting", &["dissecting"]), + ("Permited", &["permitted"]), + ("Cronstructs", &["constructs"]), + ("Cholestorol", &["cholesterol"]), + ("Claibre", &["calibre"]), + ("Poitned", &["pointed"]), + ("Defalts", &["defaults"]), + ("Redeisgn", &["redesign"]), + ("Traverssal", &["traversal"]), + ("Terrformed", &["terraformed"]), + ("Abbrevating", &["abbreviating"]), + ("Acquantiances", &["acquaintances"]), + ("Nigthmares", &["nightmares"]), + ("Differenes", &["differences"]), + ("Gauarantee", &["guarantee"]), + ("Annonces", &["announces"]), + ("Traitoris", &["traitors"]), + ("Incorportate", &["incorporate"]), + ("Rektifications", &["certifications"]), + ("Encarcerated", &["incarcerated"]), + ("Heartbeast", &["heartbeat"]), + ("Playgroud", &["playground"]), + ("Splaton", &["splatoon"]), + ("Defensea", &["defenseman"]), + ("Mkaes", &["makes"]), + ("Somethines", &["somethings"]), + ("Fundamentalistiske", &["fundamentalists"]), + ("Aweful", &["awful"]), + ("Overzelus", &["overzealous"]), + ("Accomadates", &["accommodates"]), + ("Improtant", &["important"]), + ("Parsin", &["parsing"]), + ("Drasticaly", &["drastically"]), + ("Seriuos", &["serious"]), + ("Acheevement", &["achievement"]), + ("Obtaioned", &["obtained"]), + ("Editon", &["edition"]), + ("Alcemy", &["alchemy"]), + ("Follwinwg", &["following"]), + ("Initailziation", &["initialization"]), + ("Ofcousre", &["ofcourse"]), + ("Opems", &["opens"]), + ("Seh", &["she"]), + ("Surpressed", &["suppressed"]), + ("Ownerhsip", &["ownership"]), + ("Rovider", &["provider"]), + ("Promtping", &["prompting"]), + ("Spport", &["support"]), + ("Proocedure", &["procedure"]), + ("Antagnoist", &["antagonist"]), + ("Opearted", &["operated"]), + ("Osbidian", &["obsidian"]), + ("Sokobon", &["sokoban"]), + ("Fasodds", &["facades"]), + ("Bussy", &["busy"]), + ("Iwth", &["with"]), + ("Disgustoso", &["disgusts"]), + ("Delimters", &["delimiter"]), + ("Dipose", &["dispose", "depose"]), + ("Susceptable", &["susceptible"]), + ("Failiver", &["failover"]), + ("Cheifs", &["chiefs"]), + ("Airlfow", &["airflow"]), + ("Correcy", &["correct"]), + ("Tramploine", &["trampoline"]), + ("Zukeenees", &["zucchinis"]), + ("Conclusies", &["conclusive"]), + ("Arbiatray", &["arbitrary"]), + ("Chiziles", &["chisels"]), + ("Kiyacks", &["kayaks"]), + ("Repubican", &["republican"]), + ("Furiuosly", &["furiously"]), + ("Requency", &["frequency"]), + ("Dissimiliary", &["dissimilarity"]), + ("Decompositing", &["decomposing"]), + ("Chemcially", &["chemically"]), + ("Purpendicular", &["perpendicular"]), + ("Buring", &["burying", "burning", "burin", "during"]), + ("Sigantures", &["signatures"]), + ("Paramenets", &["parameters"]), + ("Miracurously", &["miraculous"]), + ("Rearranents", &["rearrangements"]), + ("Singlar", &["singular"]), + ("Maneuveurs", &["maneuver"]), + ("Forwarrd", &["forward"]), + ("Champinoship", &["championships"]), + ("Iventory", &["inventory"]), + ("Fimrware", &["firmware"]), + ("Inexperiecned", &["inexperience"]), + ("Unregstering", &["unregistering"]), + ("Toghter", &["together"]), + ("Lavendr", &["lavender"]), + ("Argumet", &["argument"]), + ("Awkard", &["awkward"]), + ("Cumulattive", &["cumulative"]), + ("Bodywieght", &["bodyweight"]), + ("Auxialiary", &["auxiliary"]), + ("Grandize", &["aggrandize"]), + ("Liasons", &["liaisons"]), + ("Paramterising", &["parameterising"]), + ("Reather", &["feather", "rather"]), + ("Unsusbtantiated", &["unsubstantiated"]), + ("Conversaiton", &["conversations"]), + ("Riendeers", &["reindeers"]), + ("Extiting", &["exciting", "exiting"]), + ("Paschurized", &["pasteurized"]), + ("Potemtial", &["potential"]), + ("Celibrations", &["celebrations"]), + ("Deserialzed", &["deserialized"]), + ("Unautherized", &["unauthorized"]), + ("Descallocated", &["deallocated"]), + ("Tacitcally", &["tactically"]), + ("Environmentt", &["environment"]), + ("Constuct", &["construct"]), + ("Lesbianese", &["lesbians"]), + ("Vairable", &["variable"]), + ("Practictitioners", &["practitioners"]), + ("Lesssons", &["lessons"]), + ("Persisit", &["persist"]), + ("Parterned", &["partnered"]), + ("Cannabilysed", &["cannibalised"]), + ("Assue", &["assume", "assure"]), + ("Divy", &["divvy"]), + ("Sriraca", &["sriracha"]), + ("Scenarion", &["scenario"]), + ("Implementaiton", &["implementation"]), + ("Capitlaism", &["capitalism"]), + ("Algotighm", &["algorithm"]), + ("Speechers", &["speeches"]), + ("Additonal", &["additional"]), + ("Endevered", &["endeavored"]), + ("Conservies", &["conserve"]), + ("Propect", &["project", "prospect", "protect"]), + ("Mathemagically", &["mathematically"]), + ("Subtitls", &["subtitles"]), + ("Commtis", &["commits"]), + ("Registerered", &["registered"]), + ("Torphies", &["trophies"]), + ("Airporta", &["airports"]), + ("Befores", &["before"]), + ("Ocilated", &["oscillated"]), + ("Overfow", &["overflow"]), + ("Mozila", &["mozilla"]), + ("Stting", &["string", "setting", "sitting"]), + ("Techniciens", &["technicians"]), + ("Capabilty", &["capability"]), + ("Faslely", &["falsely"]), + ("Millionar", &["millionaire"]), + ("Charicter", &["character"]), + ("Contitions", &["conditions"]), + ("Patronozing", &["patronizing"]), + ("Endangerd", &["endangered"]), + ("Bitterswet", &["bittersweet"]), + ("Neigbhors", &["neighbors"]), + ("Iteratons", &["iterations"]), + ("Gnerally", &["generally"]), + ("Extit", &["exit"]), + ("Stardard", &["standard"]), + ("Braket", &["bracket", "brake"]), + ("Regularlized", &["regularized"]), + ("Threding", &["threading"]), + ("Sovereighty", &["sovereignty"]), + ("Unbounnd", &["unbound"]), + ("Verifieing", &["verifying"]), + ("Coursefork", &["coursework"]), + ("Loclas", &["locals"]), + ("Resarch", &["research"]), + ("Guarenties", &["guarantees"]), + ("Compilgers", &["compilers"]), + ("Behavriour", &["behaviour"]), + ("Companis", &["companions"]), + ("Repedetly", &["repeatedly"]), + ("Pretaining", &["pertaining"]), + ("Vietnamiese", &["vietnamese"]), + ("Bundel", &["bundle"]), + ("Natches", &["matches"]), + ("Supsequent", &["subsequent"]), + ("Construrtors", &["constructors"]), + ("Divde", &["divide"]), + ("Primitves", &["primitives"]), + ("Surrenderred", &["surrendered"]), + ("Rigourous", &["rigorous"]), + ("Candidat", &["candidate"]), + ("Fundamentalismos", &["fundamentalists"]), + ("Eextracted", &["extracted"]), + ("Symmetral", &["symmetric"]), + ("Characterisitic", &["characteristic"]), + ("Splittng", &["splitting"]), + ("Limition", &["limitation"]), + ("Decondes", &["decodes"]), + ("Sensitiv", &["sensitive"]), + ("Defferently", &["differently"]), + ("Masterpeices", &["masterpiece"]), + ("Hosrtname", &["hostname"]), + ("Participatns", &["participant"]), + ("Trianed", &["trained"]), + ("Keyboads", &["keyboards"]), + ("Marger", &["merger", "marker"]), + ("Doxgen", &["doxygen"]), + ("Termiante", &["terminate"]), + ("Faries", &["fairies"]), + ("Hypertrohpy", &["hypertrophy"]), + ("Guarging", &["guarding"]), + ("Authenaticators", &["authenticators"]), + ("Comparitors", &["comparators"]), + ("Tranferred", &["transferred"]), + ("Fixwd", &["fixed"]), + ("Themselfs", &["themselves"]), + ("Awesomley", &["awesomely"]), + ("Prepresented", &["represented"]), + ("Cusine", &["cuisine"]), + ("Warrante", &["warranties"]), + ("Alternitive", &["alternative"]), + ("Configurated", &["configured"]), + ("Egenralise", &["generalise"]), + ("Subscrubed", &["subscribed"]), + ("Underyling", &["underlying"]), + ("Identifiter", &["identifier"]), + ("Interepeted", &["interpreted"]), + ("Iniection", &["injection"]), + ("Furition", &["fruition"]), + ("Automatycally", &["automatically"]), + ("Simultaneosly", &["simultaneously"]), + ("Appripriate", &["appropriate"]), + ("Statits", &["statist"]), + ("Wholey", &["wholly"]), + ("Serialzie", &["serialize"]), + ("Reatil", &["retail"]), + ("Tansactions", &["transactions"]), + ("Molestato", &["molestation"]), + ("Executabel", &["executable"]), + ("Cambirdge", &["cambridge"]), + ("Desings", &["designs"]), + ("Infiltrater", &["infiltrator"]), + ("Desintegrated", &["disintegrated"]), + ("Adheasives", &["adhesives"]), + ("Deprectats", &["deprecates"]), + ("Annoucnements", &["announcements"]), + ("Peircings", &["piercings"]), + ("Immobilie", &["immobile"]), + ("Polymoprhic", &["polymorphic"]), + ("Concersion", &["concession", "conversion"]), + ("Subnegociations", &["subnegotiations"]), + ("Solification", &["solidification"]), + ("Handeled", &["handled", "handheld"]), + ("Algotrithmically", &["algorithmically"]), + ("Recomendatoin", &["recommendation"]), + ("Austrailans", &["australians"]), + ("Reattache", &["reattach", "reattached"]), + ("Howvere", &["however"]), + ( + "Constraction", + &["construction", "constriction", "contraction"], + ), + ("Surroundins", &["surrounds"]), + ("Draculea", &["dracula"]), + ("Presntation", &["presentation"]), + ("Implementtions", &["implementations"]), + ("Som", &["some"]), + ("Satelite", &["satellite"]), + ("Disastorus", &["disastrous"]), + ("Renegoitation", &["renegotiation"]), + ("Distirted", &["distorted"]), + ("Lifesystem", &["filesystem"]), + ("Canadias", &["canadians"]), + ("Assessmants", &["assessments"]), + ("Zoinist", &["zionist"]), + ("Intimadated", &["intimidated"]), + ("Kuridsh", &["kurdish"]), + ("Animaitor", &["animator"]), + ("Gracelfuly", &["gracefully"]), + ("Conditoinal", &["conditional"]), + ("Inspireras", &["inspires"]), + ("Braodcasting", &["broadcasting"]), + ("Genitala", &["genitalia"]), + ("Discourarged", &["discouraged"]), + ("Neighboard", &["neighborhood"]), + ("Langual", &["lingual"]), + ("Termniators", &["terminators"]), + ("Countepart", &["counteract"]), + ("Masos", &["macos"]), + ("Deduplacted", &["deduplicated"]), + ("Disabiltitiy", &["disability"]), + ("Determinated", &["determined"]), + ("Activtes", &["activates"]), + ("Denomonation", &["denomination"]), + ("Tocuhscreen", &["touchscreen"]), + ("Uppstreams", &["upstreams"]), + ("Backen", &["backend"]), + ("Metaphysisch", &["metaphysics"]), + ("Uncompletness", &["incompleteness"]), + ("Rigtheousness", &["righteousness"]), + ("Policie", &["policies", "policy", "police"]), + ("Mch", &["much"]), + ("Programmare", &["programmer"]), + ("Paht", &["path", "pat", "part"]), + ("Concering", &["concerning"]), + ("Cyandie", &["cyanide"]), + ("Inlcluding", &["including"]), + ("Telementry", &["telemetry"]), + ("Inintialisation", &["initialisation"]), + ("Disgraseful", &["disgraceful"]), + ("Genuin", &["genuine"]), + ("Arranagement", &["arrangement"]), + ("Paragarphs", &["paragraphs"]), + ("Excercised", &["exercised"]), + ("Miscairrage", &["miscarriage"]), + ("Reproduccion", &["reproduction"]), + ("Scroipt", &["script"]), + ("Uppstreaming", &["upstreaming"]), + ("Tranalating", &["translating"]), + ("Pharmasudicaly", &["pharmaceutical"]), + ("Organiste", &["organise"]), + ("Swaer", &["swear"]), + ("Defianlty", &["defiantly"]), + ("Stragety", &["strategy"]), + ("Occasioanlly", &["occasionally"]), + ("Pasturise", &["pasteurise"]), + ("Cirilic", &["cyrillic"]), + ("Higlights", &["highlights"]), + ("Conectors", &["connectors"]), + ("Beacuoup", &["beaucoup"]), + ("Regulaotrs", &["regulators"]), + ("Disapprovel", &["disapproval"]), + ("Cosntrain", &["constrain"]), + ("Beseiging", &["besieging"]), + ("Refromed", &["reformed"]), + ("Atorecovery", &["autorecovery"]), + ("Heigh", &["height", "high"]), + ("Deocders", &["decoders"]), + ("Januar", &["january"]), + ("Wrokloads", &["workloads"]), + ("Opinyonated", &["opinionated"]), + ("Errorneous", &["erroneous"]), + ("Backslases", &["backslashes"]), + ("Alocholic", &["alcoholic"]), + ("Rebuildling", &["rebuilding"]), + ("Franticlly", &["frantically"]), + ("Attachted", &["attached"]), + ("Unanomusly", &["unanimously"]), + ("Manfiests", &["manifests"]), + ("Allone", &["alone"]), + ("Costexpr", &["constexpr"]), + ("Correespondences", &["correspondences"]), + ("Disapearing", &["disappearing"]), + ("Legimitacy", &["legitimacy"]), + ("Elitistm", &["elitism"]), + ("Ressurrection", &["resurrection"]), + ("Ovewritten", &["overwritten"]), + ("Deamenor", &["demeanor"]), + ("Millesecond", &["millisecond"]), + ("Irresistable", &["irresistible"]), + ("Levetating", &["levitating"]), + ("Jersualem", &["jerusalem"]), + ("Withoud", &["without"]), + ("Peacify", &["pacify"]), + ("Repeast", &["repeats"]), + ("Addapted", &["adapted"]), + ("Uncontrollablely", &["uncontrollably"]), + ("Unexpectadely", &["unexpectedly"]), + ("Repsonsibilities", &["responsibilities"]), + ("Indentleveal", &["indentlevel"]), + ("Registrer", &["register"]), + ("Restaurnad", &["restaurant"]), + ("Elseswhere", &["elsewhere"]), + ("Cantained", &["contained"]), + ("Clatified", &["clarified"]), + ("Cataclismical", &["cataclysmic"]), + ("Compliactions", &["complication"]), + ("Usting", &["using"]), + ("Puplisher", &["publisher"]), + ("Readig", &["reading"]), + ("Sirvaylence", &["surveillance"]), + ("Specifiecations", &["specifications"]), + ("Ressetting", &["resetting"]), + ("Infaltable", &["inflatable", "infallible"]), + ("Dissamble", &["disassemble"]), + ("Overwhelimg", &["overwhelm"]), + ("Compromisse", &["compromises"]), + ("Promixity", &["proximity"]), + ("Spreadsheeet", &["spreadsheets"]), + ("Continuuum", &["continuum"]), + ("Downlowded", &["downloaded"]), + ("Kimerra", &["chimera"]), + ("Transmittd", &["transmitted"]), + ("Individus", &["individuals"]), + ("Pointint", &["pointing"]), + ("Exeucting", &["executing"]), + ("Thankyooou", &["thankyou"]), + ("Repersents", &["represents"]), + ("Referennces", &["references"]), + ("Addintional", &["additional"]), + ("Wraapper", &["wrapper"]), + ("Streightly", &["straightly"]), + ("Perputrators", &["perpetrators"]), + ("Upporterd", &["supported"]), + ("Traverces", &["traverses"]), + ("Penicls", &["pencils"]), + ("Activsted", &["activated"]), + ("Battelfront", &["battlefront"]), + ("Historyan", &["historian"]), + ("Dupplication", &["duplication"]), + ("Converstaion", &["conversation"]), + ("Expetancy", &["expectancy"]), + ("Committ", &["commit"]), + ("Appretiates", &["appreciates"]), + ("Opearnds", &["operands"]), + ("Inaccessble", &["inaccessible"]), + ("Endianesse", &["endianness"]), + ("Succes", &["success"]), + ("Manges", &["manages"]), + ("Expeienced", &["experienced"]), + ("Flashflame", &["flashframe"]), + ("Disproportiantely", &["disproportionately"]), + ("Konstellation", &["constellation"]), + ("Kingdomers", &["kingdoms"]), + ("Visibibilty", &["visibility"]), + ("Renegoatiations", &["renegotiations"]), + ("Recongition", &["recognition"]), + ("Accidentily", &["accidentally"]), + ("Availabele", &["available"]), + ("Syntetized", &["synthetized"]), + ("Sceintists", &["scientists"]), + ("Rerference", &["reference"]), + ("Modifed", &["modified"]), + ("Statistcal", &["statistical"]), + ("Evrithing", &["everything"]), + ("Majoroty", &["majority"]), + ("Switiches", &["switches"]), + ("Avaliability", &["availability"]), + ("Mouthpeace", &["mouthpiece"]), + ("Profied", &["profiled"]), + ("Substitite", &["substitute"]), + ("Inquisiter", &["inquisitor"]), + ("Sinnical", &["cynical"]), + ("Disencouraged", &["discouraged"]), + ("Painfuly", &["painfully"]), + ("Defautts", &["defaults"]), + ("Ditsnace", &["distance"]), + ("Napolean", &["napoleon"]), + ("Zookeinei", &["zucchinis"]), + ("Ontainors", &["containers"]), + ("Scrpted", &["scripted"]), + ("Inteface", &["interface"]), + ("Prejiduces", &["prejudices"]), + ("Protagonits", &["protagonists"]), + ("Suspiciouns", &["suspicion"]), + ("Govenment", &["government"]), + ("Absoluate", &["absolute"]), + ("Gainined", &["gained"]), + ("Viedo", &["video"]), + ("Unassing", &["unassign"]), + ("Wha", &["what"]), + ("Atlantc", &["atlantic"]), + ("Pannel", &["panel"]), + ("Renegoptionsotiations", &["renegotiations"]), + ("Narcoticos", &["narcotics"]), + ("Evalueate", &["evaluate"]), + ("Consctructions", &["constructions"]), + ("Ealry", &["early"]), + ("Shwon", &["shown"]), + ("Authentciated", &["authenticated"]), + ("Algoorithmic", &["algorithmic"]), + ("Vairant", &["variant"]), + ("Othwerise", &["otherwise"]), + ("Authenticaiton", &["authentication"]), + ("Nonsene", &["nonsense"]), + ("Deregiters", &["deregisters"]), + ("Barbarin", &["barbarian"]), + ("Sserver", &["server"]), + ("Preffer", &["prefer"]), + ("Consitututes", &["constitutes"]), + ("Fundemantals", &["fundamentals"]), + ("Addresesd", &["addressed"]), + ("Programatically", &["programmatically"]), + ("Perfoemance", &["performance"]), + ("Unusued", &["unused"]), + ("Retirbution", &["retribution"]), + ("Abuot", &["about"]), + ("Reundant", &["redundant"]), + ("Villageois", &["villages"]), + ("Reinfoced", &["reinforced"]), + ("Flacoring", &["flavoring"]), + ("Blatently", &["blatantly"]), + ("Execuetable", &["executable"]), + ("Inintelligent", &["unintelligent"]), + ("Aboroginal", &["aboriginal"]), + ("Ihaca", &["ithaca"]), + ("Interpeters", &["interpreters"]), + ("Misceancellous", &["miscellaneous"]), + ("Inherints", &["inherits"]), + ("Deliberatly", &["deliberately"]), + ("Charactetistics", &["characteristics"]), + ("Poylmer", &["polymer"]), + ("Abble", &["able"]), + ("Delimitiaions", &["delimitations"]), + ("Misisng", &["missing"]), + ("Apperciation", &["appreciation"]), + ("Mircocenter", &["microcenter"]), + ("Renegothiable", &["renegotiable"]), + ("Fundementally", &["fundamentally"]), + ("Fasen", &["fasten"]), + ("Degenrate", &["degenerate"]), + ("Blitzkreig", &["blitzkrieg"]), + ("Carcas", &["carcass", "caracas"]), + ("Guarrantied", &["guaranteed"]), + ("Desicions", &["decisions"]), + ("Weridest", &["weirdest"]), + ("Tesellator", &["tessellator"]), + ("Standerds", &["standards"]), + ("Agruably", &["arguably"]), + ("Evice", &["evict"]), + ("Northeat", &["northeast"]), + ("Requestes", &["requests", "requested"]), + ("Synomynous", &["synonymous"]), + ("Confids", &["confides"]), + ("Fluctaute", &["fluctuate"]), + ("Featued", &["featured"]), + ("Selecing", &["selecting"]), + ("Reproducive", &["reproductive"]), + ("Aviod", &["avoid"]), + ("Comftorable", &["comfortable"]), + ("Suffcient", &["sufficient"]), + ("Sinlges", &["singles"]), + ("Anonimus", &["anonymous"]), + ("Fascinacion", &["fascination"]), + ("Misfourtunes", &["misfortunes"]), + ("Appericate", &["appreciate"]), + ("Equivalalent", &["equivalent"]), + ("Expewriments", &["experiments"]), + ("Freez", &["frees", "freeze"]), + ("Falure", &["failure"]), + ("Regulatorias", &["regulators"]), + ("Fitlering", &["filtering"]), + ("Compleness", &["completeness"]), + ("Leyered", &["layered"]), + ("Cricles", &["circles"]), + ("Relased", &["released"]), + ("Atuhenticator", &["authenticator"]), + ("Unsucesfuly", &["unsuccessfully"]), + ("Asethetically", &["aesthetically"]), + ("Vactors", &["vectors"]), + ("Coprocesor", &["coprocessor"]), + ("Decelaration", &["deceleration", "declaration"]), + ("Apealed", &["appealed"]), + ("Incrementaly", &["incrementally"]), + ("Defulted", &["defaulted"]), + ("Orchistrated", &["orchestrated"]), + ("Dispensaire", &["dispensaries"]), + ("Journy", &["journey"]), + ("Structire", &["structure"]), + ("Coalsecense", &["coalescence"]), + ("Fortuntely", &["fortunately"]), + ("Transcrpit", &["transcript"]), + ("Confilcts", &["conflicts"]), + ("Connotaion", &["connotation"]), + ("Ealiest", &["earliest"]), + ("Deconding", &["decoding"]), + ("Alowing", &["allowing"]), + ("Anytrhing", &["anything"]), + ("Algortithm", &["algorithm"]), + ("Malined", &["maligned"]), + ("Deconders", &["decoders"]), + ("Nationalisties", &["nationalists"]), + ("Repid", &["rapid"]), + ("Withough", &["without"]), + ("Revisted", &["revisited"]), + ("Cheeseburgs", &["cheeseburgers"]), + ("Prject", &["project"]), + ("Scnadinavian", &["scandinavian"]), + ("Stalagtite", &["stalactite"]), + ("Usinf", &["using"]), + ("Authencication", &["authentication"]), + ("Overwhemlingly", &["overwhelmingly"]), + ("Underastimated", &["underestimated"]), + ("Absoloute", &["absolute"]), + ("Excape", &["escape"]), + ("Characstyle", &["charstyle"]), + ("Prvode", &["provide"]), + ("Misue", &["misuse"]), + ("Approuve", &["approve"]), + ("Constituite", &["constitute"]), + ("Saskatcehwan", &["saskatchewan"]), + ("Discriminacion", &["discrimination"]), + ("Mamal", &["mammal"]), + ("Legth", &["length"]), + ("Blured", &["blurred"]), + ("Colliquial", &["colloquial"]), + ("Descibing", &["describing"]), + ("Privilegies", &["privilege"]), + ("Archetects", &["architects"]), + ("Darnkess", &["darkness"]), + ("Specemin", &["specimen"]), + ("Configuratons", &["configurations"]), + ("Proyecting", &["projecting", "protecting"]), + ("Rimaniss", &["reminisce"]), + ("Includeds", &["includes", "included"]), + ("Authroity", &["authority"]), + ("Troling", &["trolling"]), + ("Enflamed", &["inflamed"]), + ("Experementelly", &["experimentally"]), + ("Gradaully", &["gradually"]), + ("Criticizng", &["criticizing"]), + ("Isrealis", &["israelis"]), + ("Scientiss", &["scientist"]), + ("Metrigal", &["metrical"]), + ("Asbtracter", &["abstracter"]), + ("Kidknappees", &["kidnappees"]), + ("Codos", &["codes"]), + ("Torrentors", &["torrents"]), + ("Obyekt", &["object"]), + ("Reminiscense", &["reminiscence"]), + ("Januray", &["january"]), + ("Electivre", &["elective"]), + ("Expeects", &["expects"]), + ("Thialand", &["thailand"]), + ("Resoucing", &["resourcing"]), + ("Appreaciate", &["appreciate"]), + ("Optionalliy", &["optionally"]), + ("Allocatbale", &["allocatable"]), + ("Decrpted", &["decrypted"]), + ("Harnomics", &["harmonics"]), + ("Clipboar", &["clipboard"]), + ("Appicaliton", &["application"]), + ("Traveersal", &["traversal"]), + ("Appropriatley", &["appropriately"]), + ("Pligrim", &["pilgrim"]), + ("Persmissions", &["permissions"]), + ("Benevelant", &["benevolent"]), + ("Dureing", &["during"]), + ("Eleminating", &["eliminating"]), + ("Cahchedb", &["cachedb"]), + ("Cursaders", &["crusaders"]), + ("Exlicitely", &["explicitly"]), + ("Thunderbowl", &["thunderbolt"]), + ("Sacromento", &["sacramento"]), + ("Graet", &["great"]), + ("Counterracts", &["counterparts"]), + ("Narctoics", &["narcotics"]), + ("Gauntelt", &["gauntlet"]), + ("Burtality", &["brutality"]), + ("Imporve", &["improve"]), + ("Istening", &["listening"]), + ("Reduse", &["reduce", "reuse"]), + ("Misygonistic", &["misogynistic"]), + ("Hacthing", &["hatching"]), + ("Distase", &["distaste"]), + ("Counding", &["counting"]), + ("Deapth", &["depth"]), + ("Godounov", &["godunov"]), + ("Accss", &["access"]), + ("Picnicing", &["picnicking"]), + ("Compresssed", &["compressed"]), + ("Veiwer", &["viewer"]), + ("Vawdvillean", &["vaudevillian"]), + ("Profressions", &["progressions"]), + ("Montaeg", &["montage"]), + ("Tranistional", &["transitional"]), + ("Experinces", &["experiences"]), + ("Indluge", &["indulge"]), + ("Sepecific", &["specific"]), + ("Zealouts", &["zealous"]), + ("Payement", &["payment"]), + ("Perpetuaters", &["perpetuates"]), + ("Descandent", &["descendent"]), + ("Remakrs", &["remarks"]), + ("Reliablity", &["reliability"]), + ("Amelearative", &["ameliorative"]), + ("Qoutient", &["quotient"]), + ("Ovewrite", &["overwrite"]), + ("Impementated", &["implemented"]), + ("Unvelievable", &["unbelievable"]), + ("Virutal", &["virtual"]), + ("Citicenship", &["citizenship"]), + ("Obeserves", &["observes"]), + ("Naibhorly", &["neighborly"]), + ("Syntak", &["syntax"]), + ("Amatuers", &["amateurs"]), + ("Uniquley", &["uniquely"]), + ("Conents", &["contents"]), + ("Onslaugt", &["onslaught"]), + ("Bimask", &["bitmask"]), + ("Contintent", &["contingent"]), + ("Produktion", &["production"]), + ("Occording", &["according"]), + ("Opeator", &["operator"]), + ("Requesr", &["request"]), + ("Cannbial", &["cannibal"]), + ("Consonate", &["consonant"]), + ("Agravate", &["aggravate"]), + ("Wikpedia", &["wikipedia"]), + ("Obays", &["obeys"]), + ("Techicians", &["technicians"]), + ("Licencie", &["licence"]), + ("Weappon", &["weapon"]), + ("Masculanity", &["masculinity"]), + ("Resolucion", &["resolution"]), + ("Hoep", &["hope"]), + ("Classe", &["class", "classes"]), + ("Catpure", &["capture"]), + ("Despict", &["depict"]), + ("Donwloading", &["downloading"]), + ("Sytemd", &["systemd"]), + ( + "Narls", + &[ + "earls", "farls", "gnarls", "marls", "nails", "narks", "snarls", + ], + ), + ("Compiliance", &["compliance"]), + ("Sawtayed", &["sautéd"]), + ("Functuon", &["function"]), + ("Wachdog", &["watchdog"]), + ("Dispays", &["displays"]), + ("Dcoks", &["docks"]), + ("Innvoation", &["innovation"]), + ("Uncertanty", &["uncertainty"]), + ("Addert", &["assert"]), + ("Announement", &["announcement"]), + ("Tranparent", &["transparent"]), + ("Strating", &["starting"]), + ("Resoves", &["resolves"]), + ("Migrantes", &["migrants"]), + ("Expermentally", &["experimentally"]), + ("Colouising", &["colourising"]), + ("Criticiszed", &["criticise"]), + ("Anormaly", &["abnormally"]), + ("Udpated", &["updated"]), + ("Apoligists", &["apologists"]), + ("Persuaso", &["persuasion"]), + ("Muscial", &["musical"]), + ("Repressents", &["represents"]), + ("Intefering", &["interfering"]), + ("Aquired", &["acquired"]), + ("Nessesary", &["necessary"]), + ("Warninfs", &["warnings"]), + ("Sugguest", &["suggest"]), + ("Seeged", &["sieged"]), + ("Determinisitic", &["deterministic"]), + ("Battary", &["battery"]), + ("Skeptis", &["skeptics"]), + ("Algoruthms", &["algorithms"]), + ("Rewriite", &["rewrite"]), + ("Equiped", &["equipped"]), + ("Bowkay", &["bouquet"]), + ("Etensions", &["extensions"]), + ("Vallay", &["valet", "valley"]), + ("Sheping", &["shaping"]), + ("Paramterisation", &["parameterisation"]), + ("Scultpure", &["sculpture"]), + ("Speherical", &["spherical"]), + ("Subsequant", &["subsequent"]), + ("Commercent", &["commence"]), + ("Convinved", &["convinced"]), + ("Andd", &["and"]), + ("Enlightned", &["enlightened"]), + ("Assissinated", &["assassinated"]), + ("Unknkown", &["unknown"]), + ("Evangalical", &["evangelical"]), + ("Californains", &["californian"]), + ("Dangeroys", &["dangerously"]), + ("Certfication", &["certification"]), + ("Origigin", &["origin"]), + ("Domait", &["domain"]), + ("Geeoteen", &["guillotine"]), + ("Neady", &["needy"]), + ("Mssing", &["missing"]), + ("Nostolgic", &["nostalgic"]), + ("Paser", &["parser"]), + ("Ridicoulus", &["ridiculous"]), + ("Exlcudes", &["excludes"]), + ("Wednesdaay", &["wednesday"]), + ("Eliminaton", &["elimination"]), + ("Satisfactorilly", &["satisfactory"]), + ("Jelousy", &["jealousy"]), + ("Dependices", &["dependencies"]), + ("Greviances", &["grievances"]), + ("Criticisn", &["criticising"]), + ("Negotiting", &["negotiating"]), + ("Cavarly", &["cavalry"]), + ("Beauracratical", &["bureaucratic"]), + ("Regenaration", &["regeneration"]), + ("Descritpiton", &["description"]), + ("Unempolyment", &["unemployment"]), + ("Prejucides", &["prejudices"]), + ("Whants", &["wants"]), + ("Socailize", &["socialize"]), + ("Unexepecedly", &["unexpectedly"]), + ("Availabel", &["available"]), + ("Depreated", &["deprecated"]), + ("Entrace", &["entrance"]), + ("Technnology", &["technology"]), + ("Autocorrent", &["autocorrect"]), + ("Vechicle", &["vehicle"]), + ("Cyllinders", &["cylinders"]), + ("Cliente", &["client", "clientele"]), + ("Ulitmate", &["ultimate"]), + ("Ocilater", &["oscillator"]), + ("Intalls", &["installs"]), + ("Stytle", &["style"]), + ("Downvoteas", &["downvoters"]), + ("Bowkays", &["bouquets"]), + ("Restictions", &["restrictions"]), + ("Throuh", &["through"]), + ("Forgeround", &["foreground"]), + ("Settign", &["setting"]), + ("Karam", &["karma"]), + ("Charsima", &["charisma"]), + ("Upladed", &["uploaded"]), + ("Promisse", &["promise", "promises", "promised"]), + ("Marshmallons", &["marshmallows"]), + ("Persussion", &["persuasion"]), + ("Abstacting", &["abstracting"]), + ("Abtractions", &["abstractions"]), + ("Screenaver", &["screensaver"]), + ("Consrtucts", &["constructs"]), + ("Ignnore", &["ignore"]), + ("Percentille", &["percentile"]), + ("Deallocaed", &["deallocated"]), + ("Xinitiazlize", &["xinitialize"]), + ("Unexcpectedly", &["unexpectedly"]), + ("Overshadowered", &["overshadowed"]), + ("Proyections", &["projections", "protections"]), + ("Wighed", &["weighed", "wicked"]), + ("Normalied", &["normalized"]), + ("Aligment", &["alignment"]), + ("Inexpirience", &["inexperience"]), + ("Trun", &["turn"]), + ("Settters", &["setters"]), + ("Linguisitc", &["linguistics"]), + ("Conversatiosn", &["conservation"]), + ("Requencies", &["frequencies"]), + ("Blockes", &["blockers", "blocked", "blocks"]), + ("Unknwoingly", &["unknowingly"]), + ("Glimspe", &["glimpse"]), + ("Protectice", &["protective"]), + ("Familiarizate", &["familiarize"]), + ("Pyschedelics", &["psychedelics"]), + ("Vectorss", &["vectors"]), + ("Contingeny", &["contingency"]), + ("Tranlsations", &["translations"]), + ("Microvaxes", &["microwaves"]), + ("Acomodated", &["accommodated"]), + ("Disptach", &["dispatch"]), + ("Enviorement", &["environment"]), + ("Initalize", &["initialize"]), + ("Converesly", &["conversely"]), + ("Tbey", &["they"]), + ("Circomvents", &["circumvents"]), + ("Missiony", &["missionary"]), + ("Reectangular", &["rectangular"]), + ("Parokeel", &["parochial"]), + ("Paltforms", &["platforms"]), + ("Ilustrate", &["illustrate"]), + ("Compenstates", &["compensates"]), + ("Osterages", &["ostriches"]), + ("Enouh", &["enough"]), + ("Roundinf", &["rounding"]), + ("Puesdo", &["pseudo"]), + ("Unacompanied", &["unaccompanied"]), + ("Vavlue", &["value"]), + ("Brosed", &["browsed", "rosed"]), + ("Geographicly", &["geographical"]), + ("Limiation", &["limitation"]), + ("Crusier", &["cruiser"]), + ("Initialzied", &["initialized"]), + ("Solveing", &["solving"]), + ("Asterois", &["asteroids"]), + ("Mislading", &["misleading", "misloading"]), + ("Inscrutible", &["inscrutable"]), + ("Literallly", &["literally"]), + ("Unnescessary", &["unnecessary"]), + ("Ridiculouly", &["ridiculously"]), + ("Adresable", &["addressable"]), + ("Relocaitons", &["relocations"]), + ("Someoneis", &["someones"]), + ("Imperailist", &["imperialist"]), + ("Prestine", &["pristine"]), + ("Pluginss", &["plugins"]), + ("Clinicas", &["clinics"]), + ("Tighetning", &["tightening"]), + ("Intened", &["intended", "interned"]), + ("Apartide", &["apartheid"]), + ("Greenlad", &["greenland"]), + ("Enlgish", &["english"]), + ("Brocher", &["brochure"]), + ("Rictatorship", &["dictatorship"]), + ("Frequensies", &["frequencies"]), + ("Picturesk", &["picturesque"]), + ("Whitin", &["within"]), + ("Explotation", &["exploitation", "exploration"]), + ("Disruptron", &["disruption"]), + ("Cnfigured", &["configured"]), + ("Hypocritus", &["hypocrites"]), + ("Everset", &["everest"]), + ("Arranement", &["arrangement"]), + ("Abiguity", &["ambiguity"]), + ("Poject", &["project"]), + ("Streatched", &["stretched"]), + ("Deendencies", &["dependencies"]), + ("Itseltf", &["itself"]), + ("Resumitted", &["resubmitted"]), + ("Competitoin", &["competitions"]), + ("Articule", &["articulate"]), + ("Requiests", &["requests"]), + ("Qoute", &["quote"]), + ("Remainst", &["remains"]), + ("Retaliaton", &["retaliation"]), + ("Ardvarks", &["aardvarks"]), + ("Configues", &["configures"]), + ("Tenosr", &["tensor"]), + ("Diserable", &["desirable"]), + ("Stroyboard", &["storyboard"]), + ("Importatnt", &["important"]), + ("Obivous", &["obvious"]), + ("Predatobr", &["predator"]), + ("Recordarme", &["recorder"]), + ("Facilitiate", &["facilitate"]), + ("Extractino", &["extracting"]), + ("Coponent", &["component"]), + ("Troble", &["trouble"]), + ("Philisophers", &["philosophers"]), + ("Responsibities", &["responsibilities"]), + ("Orgin", &["origin", "organ"]), + ("Trumendously", &["tremendously"]), + ("Guarrantying", &["guaranteeing"]), + ("Tightining", &["tightening"]), + ("Frackign", &["fracking"]), + ("Insuficient", &["insufficient"]), + ("Conclusivley", &["conclusive"]), + ("Entierly", &["entirely"]), + ("Negoatiator", &["negotiator"]), + ("Determinsm", &["determinism"]), + ("Proftiable", &["profitable"]), + ("Consol", &["console"]), + ("Expcting", &["expecting"]), + ("Hihglights", &["highlights"]), + ("Priroritize", &["prioritize"]), + ("Descrived", &["described"]), + ("Restrcuture", &["restructure"]), + ("Clossions", &["collisions"]), + ("Overbaord", &["overboard"]), + ("Animaitons", &["animations"]), + ("Renforcements", &["reinforcements"]), + ("Oralces", &["oracles"]), + ("Provived", &["provided"]), + ("Consuemd", &["consumed"]), + ("Indeces", &["indices"]), + ("Intriguied", &["intrigue"]), + ( + "Exploition", + &["exploiting", "explosion", "exploitation", "exploit"], + ), + ("Approxmiate", &["approximate"]), + ("Lightwieght", &["lightweight"]), + ("Juli", &["july"]), + ("Posisitioned", &["positioned"]), + ("Undertstanding", &["understanding"]), + ("Definate", &["definite"]), + ("Truncat", &["truncate"]), + ("Distrubing", &["disturbing"]), + ("Characater", &["caricature", "character"]), + ("Vissible", &["visible"]), + ("Rithmicly", &["rhythmically"]), + ("Comamndline", &["commandline"]), + ("Impactos", &["impacts"]), + ("Sandlas", &["sandals"]), + ("Collabaration", &["collaboration"]), + ("Expolitation", &["exploitation"]), + ("Evalutions", &["evaluations"]), + ("Resolutino", &["resolutions", "resolution"]), + ("Represets", &["represents"]), + ("Laodouts", &["loadouts"]), + ("Unfortunatetly", &["unfortunately"]), + ("Secuely", &["securely"]), + ("Listenes", &["listens"]), + ("Arbritary", &["arbitrary"]), + ("Traditionaly", &["traditionally"]), + ("Sements", &["cements", "segments"]), + ("Inpterpreter", &["interpreter"]), + ("Mornin", &["morning"]), + ("Vactor", &["vector"]), + ("Wser", &["user"]), + ("Industructible", &["indestructible"]), + ("Vegitation", &["vegetation"]), + ("Indiands", &["indians"]), + ("Indevers", &["endeavors"]), + ("Possibily", &["possibility", "possibly"]), + ("Liousville", &["louisville"]), + ("Refence", &["reference"]), + ("Absovle", &["absolve"]), + ("Invaraibly", &["invariably"]), + ("Docunment", &["document"]), + ("Laucnher", &["launcher"]), + ("Tolorance", &["tolerance"]), + ("Alrelady", &["already"]), + ("Websties", &["websites"]), + ("Representiative", &["representative"]), + ("Yugoslac", &["yugoslav"]), + ("Widder", &["wider"]), + ("Substititions", &["substitutions"]), + ("Numbbered", &["numbered"]), + ("Yesturday", &["yesterday"]), + ("Jamaina", &["jamaican"]), + ("Muffings", &["muffins"]), + ("Inevitible", &["inevitable"]), + ("Detroy", &["destroy"]), + ("Bunds", &["binds", "bounds"]), + ("Ninjs", &["ninja", "ninjas"]), + ("Squrriels", &["squirrels"]), + ("Sumbarines", &["submarines"]), + ("Deciaml", &["decimal"]), + ("Llok", &["look"]), + ("Interaxtions", &["interactions"]), + ("Speficiy", &["specify"]), + ("Expoter", &["exporter"]), + ("Multidimentionnal", &["multidimensional"]), + ("Questionare", &["questionnaire"]), + ("Catostraphic", &["catastrophic"]), + ("Diffrentiated", &["differentiated"]), + ("Experimtening", &["experimenting"]), + ("Aremnian", &["armenian"]), + ("Onmishints", &["omniscience"]), + ("Extradiction", &["extradition"]), + ("Progammability", &["programmability"]), + ("Transmited", &["transmitted"]), + ("Amphetamins", &["amphetamines"]), + ("Arugement", &["argument"]), + ("Activaters", &["activates"]), + ("Woul", &["would"]), + ("Chnnel", &["channel"]), + ("Erroneus", &["erroneous"]), + ("Desitnation", &["destination"]), + ("Tesitcle", &["testicle"]), + ("Logarighmic", &["logarithmic"]), + ("Mislabaled", &["mislabeled"]), + ("Incuded", &["included"]), + ("Opproximate", &["approximate"]), + ("Errro", &["error"]), + ("Eyasr", &["years", "eyas"]), + ("Jonts", &["joints"]), + ("Imigrant", &["emigrant", "immigrant"]), + ("Unles", &["unless"]), + ("Ibject", &["object"]), + ("Butifuly", &["beautifully"]), + ("Asteriod", &["asteroid"]), + ("Congifure", &["configure"]), + ("Resoourcing", &["resourcing"]), + ("Overvrite", &["overwrite"]), + ("Reosurce", &["resource"]), + ("Defintly", &["definitely"]), + ("Direcitonal", &["directional"]), + ("Pezier", &["bezier"]), + ("Surounding", &["surrounding"]), + ("Defenisvely", &["defensively"]), + ("Purcahse", &["purchase"]), + ("Ampatheater", &["amphitheater"]), + ("Spefifeid", &["specified"]), + ("Recconeects", &["reconnects"]), + ("Patirot", &["patriot"]), + ("Shepre", &["sphere"]), + ("Southren", &["southern"]), + ("Assistsnt", &["assistants"]), + ("Boycot", &["boycott"]), + ("Tomororw", &["tomorrow"]), + ("Autonegotaiation", &["autonegotiation"]), + ("Pixes", &["pixels"]), + ("Enouph", &["enough"]), + ("Trotskist", &["trotskyist"]), + ("Sircles", &["circles"]), + ("Setitng", &["setting"]), + ("Transparities", &["transparencies"]), + ("Passivley", &["passively"]), + ("Insonmia", &["insomnia"]), + ("Explicited", &["explicit", "explicitly"]), + ("Authenitcators", &["authenticators"]), + ("Rendesvous", &["rendezvous"]), + ("Puplating", &["populating"]), + ("Bullevards", &["boulevards"]), + ("Neighbourgh", &["neighbour"]), + ("Allocted", &["allocated"]), + ("Sade", &["sad"]), + ("Cofficients", &["coefficients"]), + ("Magnitudine", &["magnitude"]), + ("Auxilary", &["auxiliary"]), + ("Uninstlaler", &["uninstaller"]), + ("Iimmune", &["immune"]), + ("Unsolicated", &["unsolicited"]), + ("Dissappinted", &["disappointed"]), + ("Predections", &["predictions"]), + ("Mannersims", &["mannerisms"]), + ("Regerts", &["regrets"]), + ("Precenence", &["preference", "precedence"]), + ("Surroundign", &["surroundings"]), + ("Morining", &["morning"]), + ("Legitimiate", &["legitimate"]), + ("Uppstreamer", &["upstreamer"]), + ("Promocional", &["promotional"]), + ("Unencrpted", &["unencrypted"]), + ("Freqiency", &["frequency"]), + ("Instnatiated", &["instantiated"]), + ("Vegitarians", &["vegetarians"]), + ("Undernearth", &["underneath"]), + ("Appologize", &["apologize"]), + ("Unnessessary", &["unnecessary"]), + ("Phenonemal", &["phenomenal"]), + ("Apprecited", &["appreciated"]), + ("Adverticement", &["advertisement"]), + ("Valies", &["values"]), + ("Rendazyvoued", &["rendezvoused"]), + ("Meskeetos", &["mosquitoes"]), + ("Obligitory", &["obligatory"]), + ("Distibutions", &["distributions"]), + ("Workaounds", &["workarounds"]), + ("Perordered", &["preordered"]), + ("Caryons", &["crayons"]), + ("Sreenshots", &["screenshots"]), + ("Intristic", &["intrinsic"]), + ("Accellerator", &["accelerator"]), + ("Resotred", &["restored", "resorted"]), + ("Factores", &["factors"]), + ("Incomptible", &["incompatible"]), + ("Exceuctor", &["executor"]), + ("Sistemizes", &["systemizes"]), + ("Evalutaor", &["evaluator"]), + ("Activley", &["actively"]), + ("Servocing", &["servicing"]), + ("Excludeds", &["excludes"]), + ("Adjatates", &["agitates"]), + ("Copyirghts", &["copyrights"]), + ("Conceps", &["concepts"]), + ("Unstabel", &["unstable"]), + ("Improvished", &["improvised"]), + ("Escates", &["escalates", "escapes"]), + ("Technologicly", &["technological"]), + ("Catholacism", &["catholicism"]), + ("Establishmet", &["establishments"]), + ("Guarente", &["guarantee"]), + ("Inadverdently", &["inadvertently"]), + ("Restartalbe", &["restartable"]), + ("Neibhbours", &["neighbours"]), + ("Refecting", &["reflecting"]), + ("Imnage", &["image"]), + ("Stawk", &["stalk"]), + ("Donwloaded", &["downloaded"]), + ("Relocaing", &["relocating"]), + ("Centuty", &["century"]), + ("Showboarding", &["snowboarding"]), + ("Cooefficients", &["coefficients"]), + ("Bastracting", &["abstracting"]), + ("Travering", &["traversing"]), + ("Unconfiged", &["unconfigured"]), + ("Declaratons", &["declarations"]), + ("Construc", &["construct"]), + ("Knowlegdge", &["knowledge"]), + ("Desgined", &["designed"]), + ("Agrgressive", &["aggressive"]), + ("Unexpectly", &["unexpectedly"]), + ("Palistian", &["palestinian"]), + ("Pilgramidge", &["pilgrimage"]), + ("Atlesat", &["atleast"]), + ("Attribures", &["attributes"]), + ("Cinematagrophy", &["cinematography"]), + ("Resitors", &["resistors"]), + ("Follfowin", &["following"]), + ("Unbounnded", &["unbounded"]), + ("Initailizes", &["initializes"]), + ("Diagonsis", &["diagnosis"]), + ("Overyhped", &["overhyped"]), + ("Bottem", &["bottom"]), + ("Stacionary", &["stationary"]), + ("Emipres", &["empires"]), + ("Versinos", &["versions"]), + ("Comparotor", &["comparator"]), + ("Convenietly", &["conveniently"]), + ("Atcualy", &["actually"]), + ("Documentaiton", &["documentation"]), + ("Ovverride", &["override"]), + ("Tagued", &["tagged"]), + ("Childresn", &["childrens"]), + ("Bivwack", &["bivouac"]), + ("Exhasuting", &["exhausting"]), + ("Thta", &["that"]), + ("Returnning", &["returning"]), + ("Scalled", &["scaled"]), + ("Invovles", &["involves"]), + ("Destintation", &["destination"]), + ("Funciotn", &["function"]), + ("Inconsisten", &["inconsistent"]), + ("Comitee", &["committee"]), + ("Recrooter", &["recruiter"]), + ("Pundents", &["pundits"]), + ("Teahers", &["teachers"]), + ("Debain", &["debian"]), + ("Convenions", &["conventions"]), + ("Caclulated", &["calculated"]), + ("Schmea", &["schema"]), + ("Ovewritable", &["overwritable"]), + ("Turtorials", &["tutorials"]), + ("Inequalitiy", &["inequality"]), + ("Encrpyt", &["encrypt"]), + ("Undergating", &["undertaking"]), + ("Subfromats", &["subformats"]), + ("Regession", &["regression"]), + ("Prefence", &["preference", "presence", "pretence"]), + ("Miminise", &["minimise"]), + ("Abitrarily", &["arbitrarily"]), + ("Hten", &["then", "hen", "the"]), + ("Paralelising", &["parallelising"]), + ("Ophtalmology", &["ophthalmology"]), + ("Soudns", &["sounds"]), + ("Outut", &["output"]), + ("Therem", &["there", "theorem"]), + ("Electormagnetic", &["electromagnetic"]), + ("Transister", &["transistor"]), + ("Experimentatal", &["experimental"]), + ("Excecuts", &["executes"]), + ("Nothigng", &["nothing"]), + ("Dipthong", &["diphthong"]), + ("Trasnformers", &["transformers"]), + ("Mutliplexer", &["multiplexer"]), + ("Implemataions", &["implementations"]), + ("Paritial", &["partial"]), + ("Protruberance", &["protuberance"]), + ("Inddex", &["index"]), + ("Authencity", &["authenticity"]), + ("Multitaking", &["multitasking"]), + ("Negelcting", &["neglecting"]), + ("Commenty", &["commentary"]), + ("Relaised", &["realised"]), + ("Mixted", &["mixed"]), + ("Sketpic", &["skeptic"]), + ("Journies", &["journeys"]), + ("Spoitfy", &["spotify"]), + ("Encaspulates", &["encapsulates"]), + ("Activit", &["activist"]), + ("Melatonian", &["melatonin"]), + ("Overheading", &["overheating"]), + ("Magnifacent", &["magnificent"]), + ("Indenx", &["index"]), + ("Noticication", &["notification"]), + ("Uninfrom", &["uninform", "uniform"]), + ("Cateogrical", &["categorical"]), + ("Tamplating", &["templating"]), + ("Paragrahps", &["paragraphs"]), + ("Seccond", &["second"]), + ("Clickbat", &["clickbait"]), + ("Arcives", &["archives"]), + ("Adoptors", &["adopters", "adaptors"]), + ("Successfullt", &["successfully"]), + ("Defults", &["defaults"]), + ("Adfter", &["after"]), + ("Repressenting", &["representing"]), + ("Whil", &["while"]), + ("Quantifiy", &["quantify"]), + ("Discreting", &["discretion"]), + ("Accumualtion", &["accumulation"]), + ("Smaple", &["sample"]), + ("Youre", &["your"]), + ("Elimnated", &["eliminated"]), + ("Unrelyable", &["unreliable"]), + ("Coexhistence", &["coexistence"]), + ("Phenominon", &["phenomenon"]), + ("Overreactiong", &["overreacting"]), + ("Conditon", &["condition"]), + ("Tepmlate", &["template"]), + ("Chanched", &["changed"]), + ("Ignornd", &["ignored"]), + ("Namesapce", &["namespace"]), + ("Saandbox", &["sandbox"]), + ("Turnk", &["trunk", "turnkey", "turn"]), + ("Materal", &["material"]), + ("Atomsphere", &["atmosphere"]), + ("Coducted", &["conducted"]), + ("Claravoyant", &["clairvoyant"]), + ("Pharamcy", &["pharmacy"]), + ("Detatched", &["detached"]), + ("Inevidable", &["inevitable"]), + ("Memonics", &["mnemonics"]), + ("Confucing", &["confusing"]), + ("Contrst", &["contrast"]), + ("Reseraching", &["researching"]), + ("Inconsistences", &["inconsistencies"]), + ("Evalutors", &["evaluators"]), + ("Reisntall", &["reinstall"]), + ("Corrispond", &["correspond"]), + ("Differantiation", &["differentiation"]), + ("Somes", &["some", "sums"]), + ("Brtually", &["brutally"]), + ("Excemption", &["exemption"]), + ("Compitance", &["compliance"]), + ("Expermeneted", &["experimented"]), + ("Hace", &["have"]), + ("Indepedent", &["independent"]), + ("Chaper", &["chapter"]), + ("Reparamterizing", &["reparameterizing"]), + ("Exctractor", &["extractor"]), + ("Bewteen", &["between"]), + ("Mediocricy", &["mediocrity"]), + ("Sctript", &["script"]), + ("Matzch", &["match"]), + ("Termperatue", &["temperature"]), + ("Unessecarry", &["unnecessary"]), + ("Multples", &["multiples"]), + ("Constrcutor", &["constructor"]), + ("Asessment", &["assessment"]), + ("Herathstone", &["hearthstone"]), + ("Inventings", &["inventions"]), + ("Interuptions", &["interruptions"]), + ("Optain", &["obtain"]), + ("Identitties", &["identities"]), + ("Functtioned", &["functioned"]), + ("Menetion", &["mention"]), + ("Throughts", &["thoughts"]), + ("Amound", &["amount"]), + ("Baordwalk", &["boardwalk"]), + ("Lmited", &["limited"]), + ("Presidante", &["presidents"]), + ("Yieldin", &["yielding"]), + ("Occupato", &["occupation"]), + ("Deserialisazion", &["deserialisation"]), + ("Comback", &["comeback"]), + ("Interesects", &["intersects"]), + ("Apreciating", &["appreciating"]), + ("Outnunbered", &["outnumbered"]), + ("Authendicating", &["authenticating"]), + ("Tolorant", &["tolerant"]), + ("Repond", &["respond"]), + ("Detialed", &["detailed"]), + ("Fingerpies", &["fingertips"]), + ("Effeceively", &["effectively"]), + ("Resuls", &["results"]), + ("Forawrd", &["forward"]), + ("Contiain", &["contain"]), + ("Bleutooth", &["bluetooth"]), + ("Philippides", &["philippines"]), + ("Masturbatin", &["masturbation"]), + ("Anphitheater", &["amphitheater"]), + ("Culprint", &["culprit"]), + ("Battelstar", &["battlestar"]), + ("Simliarities", &["similarities"]), + ("Dubley", &["doubly"]), + ("Musicallity", &["musically"]), + ("Isntalation", &["installation"]), + ("Unambigious", &["unambiguous"]), + ("Coreolis", &["coriolis"]), + ("Misterious", &["mysterious"]), + ("Implmenetations", &["implementations"]), + ("Initailize", &["initialize"]), + ("Bechmarking", &["benchmarking"]), + ("Excract", &["extract"]), + ("Concedered", &["conceded"]), + ("Overcharing", &["overarching"]), + ("Deviiates", &["deviates"]), + ("Harmoniacs", &["harmonic"]), + ("Acccesses", &["accesses"]), + ("Incrememeted", &["incremented"]), + ("Origonally", &["originally"]), + ("Beginninng", &["beginnings"]), + ("Accronyms", &["acronyms"]), + ("Resused", &["reused", "refused", "resumed"]), + ("Dropable", &["droppable"]), + ("Electirc", &["electric"]), + ("Santized", &["sanitized"]), + ("Seezes", &["seizes"]), + ("Affiliato", &["affiliation"]), + ("Configiguration", &["configuration"]), + ("Humerous", &["humorous", "humerus"]), + ("Neumeric", &["numeric"]), + ("Apreciated", &["appreciated"]), + ("Enhabces", &["enhances"]), + ("Trunacted", &["truncated"]), + ("Arguents", &["arguments"]), + ("Diffferently", &["differently"]), + ("Backdor", &["backdoor"]), + ("Serguns", &["surgeons"]), + ("Interrested", &["interested"]), + ("Privillege", &["privilege"]), + ("Quartenions", &["quaternions"]), + ("Interestes", &["interests"]), + ("Conveyered", &["conveyed"]), + ("Unoticeable", &["unnoticeable"]), + ("Shortuts", &["shortcuts"]), + ("Degreeee", &["degree"]), + ("Destroyr", &["destroyers"]), + ("Dimenionsality", &["dimensionality"]), + ("Sweidsh", &["swedish"]), + ("Prjections", &["projections"]), + ("Reomve", &["remove"]), + ("Clude", &["clued", "clue"]), + ("Reminscing", &["reminiscing"]), + ("Disappearring", &["disappearing"]), + ("Mathemetics", &["mathematics"]), + ("Infroamtion", &["information"]), + ("Unscubscribe", &["subscribe"]), + ("Absance", &["absence"]), + ("Nawshes", &["nauseous"]), + ("Guiness", &["guinness"]), + ("Commmandline", &["commandline"]), + ("Reinitalization", &["reinitialization"]), + ("Asembly", &["assembly"]), + ("Overpirced", &["overpriced"]), + ("Capaciaty", &["capacity"]), + ("Repitions", &["repetitions"]), + ("Medisinal", &["medicinal"]), + ("Forensisch", &["forensic"]), + ("Analise", &["analyse"]), + ("Excetutors", &["executors"]), + ("Utilies", &["utilities"]), + ("Paitent", &["patient"]), + ("Mofification", &["modification"]), + ("Subsizided", &["subsidized"]), + ("Undedined", &["undefined"]), + ("Calbirators", &["calibrators"]), + ("Physcologically", &["psychologically"]), + ("Oscilating", &["oscillating"]), + ("Compinsate", &["compensate"]), + ("Suspectiable", &["susceptible"]), + ("Squirrle", &["squirrel"]), + ("Developements", &["developments"]), + ("Incidentul", &["incidental"]), + ("Hjave", &["have"]), + ("Perpsectives", &["perspectives"]), + ("Statamenets", &["statements"]), + ("Outpreform", &["outperform"]), + ("Worngs", &["wrongs"]), + ("Liberacion", &["liberation"]), + ("Convicitons", &["convictions"]), + ("Nevelops", &["envelops"]), + ("Coalleing", &["coalescing"]), + ("Abstenance", &["abstinence"]), + ("Indiquate", &["indicate"]), + ("Liuetenant", &["lieutenant"]), + ("Incompatbility", &["incompatibility"]), + ("Anaylse", &["analyse"]), + ("Recommpile", &["recompile"]), + ("Zomebie", &["zombie"]), + ("Commmons", &["commons"]), + ("Maraconi", &["macaroni"]), + ("Safty", &["safety"]), + ("Shicane", &["chicane"]), + ("Putposed", &["purposed"]), + ("Tratiors", &["traitors"]), + ("Harcode", &["hardcode", "charcode"]), + ("Clening", &["cleaning"]), + ("Nextwork", &["network"]), + ("Balconny", &["balcony"]), + ("Declartiuons", &["declarations"]), + ("Evning", &["evening"]), + ("Treatements", &["treatments"]), + ("Speficitiers", &["specifiers"]), + ("Suspicioun", &["suspicion"]), + ("Interpreteer", &["interpreter"]), + ("Currens", &["currents"]), + ("Duoblequote", &["doublequote"]), + ("Bayoent", &["bayonet"]), + ("Extatic", &["ecstatic"]), + ("Inh", &["in"]), + ("Mocule", &["module"]), + ("Anwyays", &["anyways"]), + ("Intilize", &["initialize"]), + ("Registres", &["registries", "registers"]), + ("Teamifghts", &["teamfights"]), + ("Speicifed", &["specified"]), + ("Troublshooting", &["troubleshooting"]), + ("Feministisk", &["feminists"]), + ("Piars", &["pairs", "piers", "pliers"]), + ("Accrediation", &["accreditation"]), + ("Realated", &["related"]), + ("Dioreha", &["diarrhea"]), + ("Bload", &["bloat"]), + ("Permises", &["premises"]), + ("Cnosole", &["console"]), + ("Theraputic", &["therapeutic"]), + ("Capitlaize", &["capitalized"]), + ("Negotioted", &["negotiated"]), + ("Annoyingy", &["annoyingly"]), + ("Etensible", &["extensible"]), + ("Decalare", &["declare"]), + ("Automato", &["automation"]), + ("Implementato", &["implementation"]), + ("Exicutable", &["executable"]), + ("Congresional", &["congressional"]), + ("Arethmetic", &["arithmetic"]), + ("Defintley", &["definitely"]), + ("Letmost", &["leftmost"]), + ("Userpsace", &["userspace"]), + ("Fromtier", &["frontier"]), + ("Interscetion", &["intersection"]), + ("Orignials", &["originals"]), + ("Andf", &["and"]), + ("Provocitive", &["provocative"]), + ("Vanugard", &["vanguard"]), + ("Mutbale", &["mutable"]), + ("Intereset", &["interest"]), + ("Upsteam", &["upstream"]), + ("Nofication", &["notification"]), + ("Vaelue", &["value", "valued"]), + ("Contravercial", &["controversial"]), + ("Negatiotiates", &["negotiates"]), + ("Coppy", &["copy", "choppy"]), + ("Interpolaed", &["interpolated"]), + ("Defitnely", &["definitely"]), + ("Authethentication", &["authentication"]), + ("Irrationella", &["irrational"]), + ("Propagte", &["propagate"]), + ("Discourged", &["discouraged"]), + ("Decremenet", &["decrement"]), + ("Infiltrerat", &["infiltrate"]), + ("Recevieved", &["received"]), + ("Abandonning", &["abandoning"]), + ("Cruetly", &["cruelty"]), + ("Justificacion", &["justification"]), + ("Suscribes", &["subscribes"]), + ("Mistakedly", &["mistakenly"]), + ("Litllefinger", &["littlefinger"]), + ("Cosntraints", &["constraints"]), + ("Sednetary", &["sedentary"]), + ("Unintented", &["unintended", "unindented"]), + ("Sctipt", &["script"]), + ("Apporximately", &["approximately"]), + ("Delimiited", &["delimited"]), + ("Prestiguous", &["prestigious"]), + ("Altetnative", &["alternative"]), + ("Conecnts", &["connects", "contents"]), + ("Subtitute", &["substitute"]), + ("Functioms", &["functions"]), + ("Fogot", &["forgot"]), + ("Cipboard", &["clipboard"]), + ("Diagnosied", &["diagnose"]), + ("Sympathie", &["sympathize"]), + ("Persuasian", &["persuasion"]), + ("Violenty", &["violently"]), + ("Workarbound", &["workaround"]), + ("Armstorng", &["armstrong"]), + ("Rocorder", &["recorder"]), + ("Avilable", &["available"]), + ("Interneting", &["interesting"]), + ("Biger", &["bigger"]), + ("Perfromance", &["performance"]), + ("Destinataions", &["destinations"]), + ("Reelease", &["release"]), + ("Misrepresentaion", &["misrepresentation"]), + ("Detrmine", &["determine"]), + ("Boundatries", &["boundaries"]), + ("Friendzowned", &["friendzoned"]), + ("Arrity", &["arity", "parity"]), + ("Circulatiing", &["circulating"]), + ("Backgroounds", &["backgrounds"]), + ("Annonced", &["announced"]), + ("Pessimisstic", &["pessimistic"]), + ("Bracnhed", &["branched"]), + ("Aotomated", &["automated"]), + ("Varialbes", &["variables"]), + ("Debufffs", &["debuffs"]), + ("Syas", &["says"]), + ("Bulgaia", &["bulgaria"]), + ("Quizes", &["quizzes"]), + ("Pscyhologists", &["psychologists"]), + ("Expresssive", &["expressive"]), + ("Rimitives", &["primitives"]), + ("Corrsponds", &["corresponds"]), + ("Passanger", &["passenger"]), + ("Mannually", &["manually"]), + ("Coallecing", &["coalescing"]), + ("Valif", &["valid"]), + ("Subjectivily", &["subjectively"]), + ("Reccuring", &["recurring"]), + ("Ulterioara", &["ulterior"]), + ("Commandmends", &["commandments"]), + ("Vaue", &["value"]), + ("Relevat", &["relevant"]), + ("Metabolizm", &["metabolism"]), + ("Depcition", &["depiction"]), + ("Sidelen", &["sideline"]), + ("Traveersed", &["traversed"]), + ("Superfluious", &["superfluous"]), + ("Supermarkedet", &["supermarket"]), + ("Qualificaitons", &["qualifications"]), + ("Configuarions", &["configurations"]), + ("Singsog", &["singsong"]), + ("Enchantmants", &["enchantments"]), + ("Excrept", &["excerpt"]), + ("Previus", &["previous"]), + ("Miminized", &["minimized"]), + ("Idempontent", &["idempotent"]), + ("Detctor", &["detector"]), + ("Swtichboard", &["switchboard"]), + ("Kubenernetes", &["kubernetes"]), + ("Additiona", &["additional"]), + ("Comisions", &["commissions"]), + ("Disablity", &["disability"]), + ("Promose", &["promotes"]), + ("Strangets", &["strangest"]), + ("Earch", &["search", "each"]), + ("Withous", &["without"]), + ("Mexcians", &["mexicans"]), + ("Malyasian", &["malaysian"]), + ("Docuemtned", &["documented"]), + ("Atributed", &["attributed"]), + ("Accomodoate", &["accommodate"]), + ("Ditance", &["distance"]), + ("Littlefinder", &["littlefinger"]), + ("Exampple", &["example"]), + ("Agaisnt", &["against"]), + ("Knockbak", &["knockback"]), + ("Curtesy", &["courtesy", "curtsy"]), + ("Suround", &["surround"]), + ("Belivable", &["believable"]), + ("Liness", &["lines"]), + ("Fragement", &["fragment"]), + ("Interseption", &["interception"]), + ("Intelligient", &["intelligent"]), + ("Siloueting", &["silhouetting"]), + ("Oriign", &["origin"]), + ("Replaint", &["repaint"]), + ("Vulbearbuilities", &["vulnerabilities"]), + ("Momemtary", &["momentary"]), + ("Databas", &["database"]), + ("Sertificates", &["certificates"]), + ("Aledged", &["alleged"]), + ("Hunred", &["hundred", "hunted"]), + ("Allcoate", &["allocate"]), + ("Experimentaitons", &["experimentations"]), + ("Aisian", &["asian"]), + ("Messanger", &["messenger"]), + ("Decsion", &["decision"]), + ("Seprators", &["separators"]), + ("Syntesized", &["synthesized"]), + ("Prohibting", &["prohibiting"]), + ("Accissible", &["accessible"]), + ("Previos", &["previous"]), + ("Subtiltes", &["subtitles"]), + ("Databses", &["databases"]), + ("Dispathes", &["dispatches"]), + ("Asycnhronous", &["asynchronous"]), + ("Instlal", &["instal"]), + ("Anonymosly", &["anonymously"]), + ("Welathy", &["wealthy"]), + ("Deterministinc", &["deterministic"]), + ("Suppoort", &["support"]), + ("Eligble", &["eligible"]), + ("Consistencey", &["consistency"]), + ("Optionnal", &["optional"]), + ("Chidlren", &["children"]), + ("Excesively", &["excessively"]), + ("Asigned", &["assigned"]), + ("Chamiponship", &["championships"]), + ("Mitigaiton", &["mitigation"]), + ("Teamifght", &["teamfight"]), + ("Hyperlogic", &["hyperbolic"]), + ("Inevtiable", &["inevitable"]), + ("Unimpresed", &["unimpressed"]), + ("Oscilations", &["oscillations"]), + ("Sylablle", &["syllable"]), + ("Kepps", &["keeps"]), + ("Perfomers", &["performers"]), + ("Recontructor", &["reconstructor"]), + ("Evalulates", &["evaluates"]), + ("Stationnary", &["stationary"]), + ("Sublassing", &["subclassing"]), + ("Becauase", &["because"]), + ("Substancial", &["substantial"]), + ("Unrecoverd", &["unrecovered"]), + ("Pinancle", &["pinnacle"]), + ("Procedurial", &["procedural"]), + ("Desnely", &["densely"]), + ("Metropollis", &["metropolis"]), + ("Sectopmed", &["sectioned"]), + ("Undefinitely", &["indefinitely"]), + ("Recalulate", &["recalculate"]), + ("Pakageimpl", &["packageimpl"]), + ("Hvea", &["have", "heave"]), + ("Parallelipiped", &["parallelepiped"]), + ("Functionaly", &["functionally", "functionality"]), + ("Elphant", &["elephant"]), + ("Answerd", &["answered"]), + ("Reaarange", &["rearrange"]), + ("Unspeficied", &["unspecified"]), + ("Assiting", &["assisting"]), + ("Langeuagesection", &["languagesection"]), + ("Colleauges", &["colleagues"]), + ("Descritption", &["description"]), + ("Nce", &["nice", "once"]), + ("Interviened", &["interviewed"]), + ("Possability", &["possibility"]), + ("Troublehshoot", &["troubleshoot"]), + ("Inposible", &["impossible"]), + ("Handshages", &["handshakes"]), + ("Probly", &["probably"]), + ("Privelidge", &["privileged"]), + ("Decress", &["decrees"]), + ("Digitzed", &["digitized"]), + ("Adminstered", &["administered"]), + ("Tryes", &["tries"]), + ("Channl", &["channel"]), + ("Reasy", &["ready", "easy"]), + ("Demandes", &["demands"]), + ("Availablen", &["available"]), + ("Serialsied", &["serialised"]), + ("Lessson", &["lesson"]), + ("Instanciate", &["instantiate"]), + ("Targested", &["targeted"]), + ("Procucing", &["procuring", "producing"]), + ("Lsiting", &["listing"]), + ("Unrechable", &["unreachable"]), + ("Custonise", &["customise"]), + ("Conmpression", &["compression"]), + ("Metioned", &["mentioned"]), + ("Settiing", &["setting"]), + ("Geometyr", &["geometry"]), + ("Renegociations", &["renegotiations"]), + ("Keealive", &["keepalive"]), + ("Thearding", &["threading"]), + ("Surprizing", &["surprising"]), + ("Bengazhi", &["benghazi"]), + ("Specilazations", &["specializations"]), + ("Prcoesses", &["processes"]), + ("Attriebuted", &["attributed"]), + ("Sytsems", &["systems"]), + ("Finsih", &["finish"]), + ("Ignesting", &["ingesting"]), + ("Disadvantged", &["disadvantaged"]), + ("Tothiba", &["toshiba"]), + ("Correspon", &["correspond"]), + ("Unecesary", &["unnecessary"]), + ("Seuences", &["sequences"]), + ("Improbments", &["improvements"]), + ("Cheerleeders", &["cheerleaders"]), + ("Policiy", &["policy"]), + ("Incoherantly", &["incoherently"]), + ("Recendable", &["rescindable"]), + ("Distribuye", &["distribute"]), + ("Primative", &["primitive"]), + ("Ortogonal", &["orthogonal"]), + ("Infomational", &["informational"]), + ("Personalis", &["personas"]), + ("Disproportionnate", &["disproportionate"]), + ("Registe", &["register"]), + ("Merang", &["meringue"]), + ("Succcessul", &["successful"]), + ("Berekley", &["berkeley"]), + ("Mappping", &["mapping"]), + ("Recomendatoins", &["recommendations"]), + ("Irritato", &["irritation"]), + ("Offerd", &["offered"]), + ("Luckiy", &["luckily", "lucky"]), + ("Bodybuidling", &["bodybuilding"]), + ("Stratgey", &["strategy"]), + ("Disproportianately", &["disproportionately"]), + ("Remmve", &["remove"]), + ("Admininistrative", &["administrative"]), + ("Mysterous", &["mysterious"]), + ("Observerable", &["observable"]), + ("Germaniac", &["germanic"]), + ("Singools", &["singles", "signals"]), + ("Sescede", &["secede"]), + ("Creeate", &["create"]), + ("Downgarde", &["downgrade"]), + ("Vegetarianas", &["vegetarians"]), + ("Dedects", &["deducts", "detects"]), + ("Severly", &["severely"]), + ("Enviroments", &["environments"]), + ("Subnegoitation", &["subnegotiation"]), + ("Consitutuent", &["constituent"]), + ("Harge", &["charge"]), + ("Consultanti", &["consultation"]), + ("Artemius", &["artemis"]), + ("Hardenend", &["hardened"]), + ("Ridiculoussness", &["ridiculousness"]), + ("Integraded", &["integrated"]), + ("Dobling", &["doubling"]), + ("Associato", &["association"]), + ("Disrecpectful", &["disrespectful"]), + ("Assuem", &["assume"]), + ("Drawed", &["drew", "drawn"]), + ("Nescesarily", &["necessarily"]), + ("Apologisms", &["apologists"]), + ("Ncrement", &["increment"]), + ("Adnimistrator", &["administrators"]), + ("Handlare", &["handler"]), + ("Benckmarked", &["benchmarked"]), + ("Channle", &["channel"]), + ("Substact", &["subtract"]), + ("Procedger", &["procedure"]), + ("Ingriedents", &["ingredient"]), + ("Presention", &["presenting"]), + ("Depdendencies", &["dependencies"]), + ("Jaguards", &["jaguars"]), + ("Calcuated", &["calculated"]), + ("Decocdes", &["decodes"]), + ("Beleave", &["believe"]), + ("Rendired", &["rendered"]), + ("Acheivment", &["achievement"]), + ("Straignt", &["straighten"]), + ("Acquiess", &["acquiesce"]), + ("Decorativo", &["decoration"]), + ("Cannnot", &["cannot"]), + ("Onfigure", &["configure"]), + ("Undermiming", &["undermining"]), + ("Parterns", &["partners"]), + ("Exmples", &["examples"]), + ("Unsucessful", &["unsuccessful"]), + ("Intot", &["into"]), + ("Maneouvre", &["manoeuvre"]), + ("Enterpreneur", &["entrepreneurs"]), + ("Hypnoss", &["hypnosis"]), + ("Recalim", &["reclaim"]), + ("Herad", &["heard", "hera"]), + ("Dowlinks", &["downlinks"]), + ("Helluvva", &["helluva"]), + ("Ethniticy", &["ethnicity"]), + ("Prostitiute", &["prostitute"]), + ("Tracsoder", &["transcoder"]), + ("Assummed", &["assumed"]), + ("Incremenetd", &["incremented"]), + ("Documnetation", &["documentation"]), + ("Tracsoding", &["transcoding"]), + ("Impossbily", &["impossibly"]), + ("Prosectuion", &["prosecution"]), + ("Pivotting", &["pivoting"]), + ("Moonligt", &["moonlight"]), + ("Poligons", &["polygons"]), + ("Konws", &["knows"]), + ("Istambul", &["istanbul"]), + ("Attching", &["attaching"]), + ("Alcohalism", &["alcoholism"]), + ("Vigilane", &["vigilante"]), + ("Terorrist", &["terrorist"]), + ("Incedent", &["incident"]), + ("Southerers", &["southerners"]), + ("Svelt", &["svelte"]), + ("Unsed", &["used", "unused", "unset"]), + ("Environmen", &["environment"]), + ("Unknon", &["unknown"]), + ("Spesifical", &["specific"]), + ("Chuncksize", &["chunksize"]), + ("Speperating", &["separating"]), + ("Reattachement", &["reattachment"]), + ("Normalyy", &["normally"]), + ("Perfomrative", &["performative"]), + ("Renegotitations", &["renegotiations"]), + ("Constituante", &["constituents"]), + ("Transporteur", &["transporter"]), + ("Impreve", &["improve"]), + ("Dynamicallly", &["dynamically"]), + ("Goig", &["going"]), + ("Xenobalde", &["xenoblade"]), + ("Stabalization", &["stabilization"]), + ("Paritally", &["partially"]), + ("Ismalist", &["islamist"]), + ("Handshaks", &["handshakes"]), + ("Intepretors", &["interpreters"]), + ("Intoxinated", &["intoxicated"]), + ("Clevelry", &["cleverly"]), + ("Investigaters", &["investigators"]), + ("Consoltation", &["consultation"]), + ("Balck", &["black", "balk"]), + ("Overlorded", &["overloaded"]), + ("Collborative", &["collaborative"]), + ("Emtied", &["emptied"]), + ("Raotation", &["rotation"]), + ("Charactere", &["characterize"]), + ("Microsfoft", &["microsoft"]), + ("Confirmedd", &["confirmed"]), + ("Manuevers", &["maneuvers"]), + ("Disconeccting", &["disconnecting"]), + ("Speficifed", &["specified"]), + ("Immerdiate", &["immediate"]), + ("Cacheed", &["cached"]), + ("Scholorships", &["scholarships"]), + ("Chernyobl", &["chernobyl"]), + ("Slooth", &["sleuth", "sloth", "sooth"]), + ("Maibox", &["mailbox"]), + ("Misouri", &["missouri"]), + ("Trakcers", &["trackers"]), + ("Regisrty", &["registry"]), + ("Confuction", &["conjunction"]), + ("Doscloses", &["discloses"]), + ("Everthing", &["everything"]), + ("Reinitalizing", &["reinitializing"]), + ("Chromozome", &["chromosome"]), + ("Celing", &["ceiling"]), + ("Instnsiated", &["instantiated"]), + ("Polute", &["pollute"]), + ("Transaltes", &["translates"]), + ("Contibuted", &["contributed"]), + ("Histry", &["history"]), + ("Diety", &["deity"]), + ("Jurisidction", &["jurisdiction"]), + ("Trasports", &["transports"]), + ("Negoate", &["negotiate"]), + ("Samwich", &["sandwich"]), + ("Hindrence", &["hindrance"]), + ("Dissalow", &["disallow"]), + ("Strenghtend", &["strengthen"]), + ("Garuantees", &["guarantees"]), + ("Possibiliy", &["possibility", "possibly"]), + ("Interlectually", &["intellectually"]), + ("Hypertrohy", &["hypertrophy"]), + ("Practcies", &["practices"]), + ("Demonstrativos", &["demonstrations"]), + ("Syteme", &["system"]), + ("Rosponsive", &["responsive"]), + ("Deciedes", &["decides"]), + ("Constrction", &["construction", "constriction"]), + ("Dirctory", &["directory"]), + ("Relatievly", &["relatively"]), + ("Progaramming", &["programming"]), + ("Conveneince", &["convenience"]), + ("Moderninationz", &["modernizations"]), + ("Regardlesss", &["regardless"]), + ("Hopefuly", &["hopefully"]), + ("Thingking", &["thinking"]), + ("Modificacion", &["modification"]), + ("Assiocates", &["associates"]), + ("Additoinaly", &["additionally"]), + ("Optimziation", &["optimization"]), + ("Coumpounds", &["compounds"]), + ("Metabilism", &["metabolism"]), + ("Transalt", &["translate"]), + ("Layringes", &["larynges"]), + ("Custon", &["custom"]), + ("Divertion", &["diversion"]), + ("Depelted", &["depleted"]), + ("Undergard", &["undergrad"]), + ("Infering", &["inferring"]), + ("Lithaunia", &["lithuania"]), + ("Perliminary", &["preliminary"]), + ("Mnay", &["many"]), + ("Gunsligner", &["gunslinger"]), + ("Symbolsim", &["symbolism"]), + ("Recurding", &["recurring"]), + ("Expresss", &["expresses", "express"]), + ("Consequneces", &["consequence"]), + ("Transplate", &["transplant"]), + ("Mutully", &["mutually"]), + ("Nto", &["not"]), + ("Conseutive", &["consecutive"]), + ("Aske", &["ask"]), + ("Reprsentation", &["representation"]), + ("Verisoning", &["versioning"]), + ("Cermonial", &["ceremonial"]), + ("Perferances", &["preferences"]), + ("Folllowing", &["following"]), + ("Tiemstamp", &["timestamp"]), + ("Debhlper", &["debhelper"]), + ("Acctual", &["actual"]), + ("Footnoes", &["footnotes"]), + ("Handwritting", &["handwriting"]), + ("Systhemwindow", &["systemwindow"]), + ("Bloted", &["bloated"]), + ("Distirbance", &["disturbance"]), + ("Piguns", &["pigeons"]), + ("Conlusion", &["conclusion"]), + ("Starwberry", &["strawberry"]), + ("Scraches", &["scratches"]), + ("Contagios", &["contagious"]), + ("Cohesie", &["cohesive"]), + ("Dissamblies", &["disassemblies"]), + ("Suppurts", &["supports"]), + ("Polishees", &["polishes"]), + ("Communicatoin", &["communications"]), + ("Encapsultion", &["encapsulation"]), + ("Consideratie", &["considerate"]), + ("Autodection", &["autodetection"]), + ("Valsues", &["values"]), + ("Battlefied", &["battlefield"]), + ("Intervencion", &["intervention"]), + ("Realiztions", &["realizations"]), + ("Verication", &["verification"]), + ("Tunnell", &["tunnel"]), + ("Primatively", &["primitively"]), + ("Flucutate", &["fluctuate"]), + ("Adventue", &["adventures"]), + ("Implemenation", &["implementation"]), + ("Listent", &["listen"]), + ("Environemtns", &["environments"]), + ("Ogers", &["ogres"]), + ("Documeneters", &["documenters"]), + ("Mercahnt", &["merchant"]), + ("Vritual", &["virtual"]), + ("Resuilt", &["result"]), + ("Administation", &["administration"]), + ("Litihum", &["lithium"]), + ("Appareal", &["apparel"]), + ("Excipt", &["except"]), + ("Occors", &["occurs"]), + ("Civizilation", &["civilizations"]), + ("Overlooming", &["overlooking"]), + ("Peroidicity", &["periodicity"]), + ("Worhsipping", &["worshipping"]), + ("Republis", &["republics"]), + ("Mininized", &["minimized"]), + ("Sppeches", &["speeches"]), + ("Instersectional", &["intersectional"]), + ("Insititute", &["institute"]), + ("Unbouind", &["unbound"]), + ("Deriver", &["derive", "driver"]), + ("Matricies", &["matrices"]), + ("Conicidentally", &["coincidentally"]), + ("Inpecting", &["inspecting"]), + ("Josn", &["json"]), + ("Inventroy", &["inventory"]), + ("Sitll", &["still"]), + ("Dafaults", &["defaults"]), + ("Ultering", &["altering"]), + ("Inexperiece", &["inexperience"]), + ("Sowe", &["sow"]), + ("Whoose", &["whose"]), + ("Iterration", &["iteration"]), + ("Tuesdsy", &["tuesdays", "tuesday"]), + ("Paramnetrized", &["parameterized"]), + ("Egenrally", &["generally"]), + ("Neumonically", &["mnemonically"]), + ("Aldutery", &["adultery"]), + ("Endcoder", &["encoder"]), + ("Comented", &["commented"]), + ("Applicalbe", &["applicable"]), + ("Imbalenced", &["imbalanced"]), + ("Dissappointed", &["disappointed"]), + ("Sentinal", &["sentinel"]), + ("Speicalist", &["specialist"]), + ("Attemptting", &["attempting"]), + ("Extreams", &["extremes"]), + ("Profitabillity", &["profitability"]), + ("Teaher", &["teacher"]), + ("Specufy", &["specify"]), + ("Coruptions", &["corruptions"]), + ("Installatron", &["installation"]), + ("Managemnet", &["management"]), + ("Singature", &["signature"]), + ("Configuratrions", &["configurations"]), + ("Homeowrk", &["homework"]), + ("Livescream", &["livestream"]), + ("Cropses", &["corpses"]), + ("Applicatable", &["applicable"]), + ("Experimentaally", &["experimentally"]), + ("Represnted", &["represented"]), + ("Deliminated", &["delimited"]), + ("Routiens", &["routines"]), + ("Unnecesarily", &["unnecessarily"]), + ("Arbitraryily", &["arbitrarily"]), + ("Aprove", &["approve"]), + ("Lexographically", &["lexicographically"]), + ("Ingredent", &["ingredient"]), + ("Aquairum", &["aquarium"]), + ("Castlers", &["castles"]), + ("Overlapp", &["overlap"]), + ("Diaspra", &["diaspora"]), + ("Retrives", &["retrieves"]), + ("Reprehinsible", &["reprehensible"]), + ("Corutine", &["coroutine"]), + ("Finihed", &["finished"]), + ("Mentionned", &["mentioned"]), + ("Pregressively", &["progressively"]), + ("Respoted", &["reposted"]), + ("Potatos", &["potatoes"]), + ("Pumpinks", &["pumpkins"]), + ("Commuication", &["communication"]), + ("Garanteed", &["guaranteed"]), + ("Regading", &["regarding"]), + ("Beleiv", &["believe", "belief"]), + ("Corrleation", &["correlation"]), + ("Gylph", &["glyph"]), + ("Utitity", &["utility"]), + ("Editabiliity", &["editability"]), + ("Preparetions", &["preparations"]), + ("Netscpe", &["netscape"]), + ("Couuld", &["could"]), + ("Completaste", &["completes"]), + ("Exixt", &["exist"]), + ("Ganerates", &["generates"]), + ("Eveyone", &["everyone"]), + ("Progerssive", &["progressives"]), + ("Conent", &["content"]), + ("Restord", &["restored"]), + ("Cardiocascular", &["cardiovascular"]), + ("Transprots", &["transports"]), + ("Arbiture", &["arbiter"]), + ("Fillung", &["filling"]), + ("Entrepeneur", &["entrepreneur"]), + ("Negotiaton", &["negotiation"]), + ("Contribues", &["contributes"]), + ("Mointor", &["monitor"]), + ("Funnnily", &["funnily"]), + ("Populatin", &["populations"]), + ("Circunstance", &["circumstance"]), + ("Requieum", &["requiem"]), + ("Supplemetal", &["supplemental"]), + ("Overnurfed", &["overturned"]), + ("Peforms", &["performs"]), + ("Definityl", &["definitely"]), + ("Unconditialy", &["unconditionally"]), + ("Masscare", &["massacre"]), + ("Delgating", &["delegating"]), + ("Calbirates", &["calibrates"]), + ("Betweek", &["between"]), + ("Vetween", &["between"]), + ("Requeset", &["request", "requisite"]), + ("Transcdig", &["transcoding"]), + ("Contenplating", &["contemplating"]), + ("Converstion", &["conversion", "conversation"]), + ("Influeces", &["influences"]), + ("Dahsboard", &["dashboard"]), + ("Disporportionatly", &["disproportionately"]), + ("Upstreem", &["upstream"]), + ("Assimilatie", &["assimilate"]), + ("Mysterieuse", &["mysteries"]), + ("Collaspe", &["collapse"]), + ("Settlemens", &["settlements"]), + ("Eliminster", &["eliminates"]), + ("Preferance", &["preference"]), + ("Thunberbolt", &["thunderbolt"]), + ("Replacemnts", &["replacements"]), + ("Verctor", &["vector"]), + ("Desccription", &["description"]), + ("Vioalting", &["violating"]), + ("Distractia", &["district"]), + ("Maintance", &["maintenance"]), + ("Benn", &["been"]), + ("Scroipttype", &["scripttype"]), + ("Spectrail", &["spectral"]), + ("Toggeling", &["toggling"]), + ("Subjet", &["subject"]), + ("Annoncing", &["announcing"]), + ("Ristriction", &["restriction"]), + ("Espace", &["escape"]), + ("Diskretization", &["discretization"]), + ("Preppended", &["prepended"]), + ("Adew", &["adieu"]), + ("Responsibe", &["responsive", "responsible"]), + ("Acccession", &["accession"]), + ("Recvied", &["received"]), + ("Simulataneously", &["simultaneously"]), + ("Improoves", &["improves"]), + ("Masterpeace", &["masterpiece"]), + ("Manifect", &["manifest"]), + ("Purtained", &["pertained"]), + ("Ebcuase", &["because"]), + ("Pinncale", &["pinnacle"]), + ("Erformance", &["performance"]), + ("Comsummes", &["consumes"]), + ("Arbtrarily", &["arbitrarily"]), + ("Backgroungs", &["backgrounds"]), + ("Blackberrry", &["blackberry"]), + ("Amny", &["many"]), + ("Tescase", &["testcase"]), + ("Conesencus", &["consensus"]), + ("Cubcile", &["cubicle"]), + ("Configuartions", &["configurations"]), + ("Expemt", &["exempt"]), + ("Partitionned", &["partitioned"]), + ("Disbeleif", &["disbelief"]), + ("Encaspulating", &["encapsulating"]), + ("Speficilly", &["specifically"]), + ("Reluctanty", &["reluctantly"]), + ("Suprize", &["surprise"]), + ("Taits", &["taints"]), + ("Excetptions", &["exceptions"]), + ("Zionsit", &["zionist"]), + ("Unconsicously", &["unconsciously"]), + ("Mysapce", &["myspace"]), + ("Philosophicaly", &["philosophically"]), + ("Dumspter", &["dumpster"]), + ("Conviniently", &["conveniently"]), + ("Fanserivce", &["fanservice"]), + ("Pharmasudicals", &["pharmaceuticals"]), + ("Hypotesis", &["hypothesis"]), + ("Bassically", &["basically"]), + ("Vavriables", &["variables"]), + ("Mdoeled", &["modeled"]), + ("Democracize", &["democracies"]), + ("Withdrawalls", &["withdrawals"]), + ("Implments", &["implements"]), + ("Subcribe", &["subscribe"]), + ("Receet", &["receipt"]), + ("Clearifies", &["clarifies"]), + ("Uncontrollabe", &["uncontrollable"]), + ("Epxand", &["expand"]), + ("Cutscens", &["cutscenes"]), + ("Repilcas", &["replicas"]), + ("Permade", &["premade"]), + ("Abberation", &["aberration"]), + ("Closests", &["closest", "closets"]), + ("Wythout", &["without"]), + ("Fucntion", &["function"]), + ("Courtsey", &["courtesy"]), + ("Docmunetation", &["documentation"]), + ("Misaligments", &["misalignments"]), + ("Monopolios", &["monopolies"]), + ("Desireable", &["desirable"]), + ("Sometims", &["sometimes"]), + ("Missionaris", &["missionaries"]), + ("Rotats", &["rotates", "rotate"]), + ("Recund", &["fecund", "reckoned"]), + ("Moistruizer", &["moisturizer"]), + ("Butterry", &["buttery"]), + ("Desktopbsd", &["desktops"]), + ("Obscuirty", &["obscurity"]), + ("Gunanine", &["guanine"]), + ("Configureation", &["configuration"]), + ("Buuilder", &["builder"]), + ("Antaganistic", &["antagonistic"]), + ("Poitive", &["positive"]), + ("Normalyzation", &["normalization"]), + ("Converstons", &["conversations", "conversions"]), + ("Fullscren", &["fullscreen"]), + ("Singulary", &["singularity"]), + ("Respsectively", &["respectively"]), + ("Downgrated", &["downgrade", "downgraded"]), + ("Condradicted", &["contradicted"]), + ("Calculted", &["calculated"]), + ("Assisiate", &["associate"]), + ("Blizzcoin", &["blizzcon"]), + ("Tahnk", &["thank"]), + ("Vaguaries", &["vagaries"]), + ("Spashes", &["splashes"]), + ("Randazyvous", &["rendezvous"]), + ("Renegotiotes", &["renegotiates"]), + ("Latnern", &["lantern"]), + ("Verfies", &["verifies"]), + ("Averload", &["overload"]), + ("Renewabels", &["renewables"]), + ("Theologia", &["theological"]), + ("Disconeects", &["disconnects"]), + ("Evey", &["every"]), + ("Subsconciously", &["subconsciously"]), + ("Clusterm", &["cluster"]), + ("Spotifty", &["spotify"]), + ("Improviserad", &["improvised"]), + ("Arbitraly", &["arbitrary"]), + ("Whislte", &["whistle"]), + ("Possable", &["possible"]), + ("Fronends", &["frontends"]), + ("Reuqirement", &["requirement"]), + ("Fanatsizing", &["fantasizing"]), + ("Techinique", &["technique"]), + ("Jurnaling", &["journaling"]), + ("Performace", &["performance"]), + ("Anonmyously", &["anonymously"]), + ("Assihnment", &["assignment"]), + ("Enchancement", &["enhancement", "enchantment"]), + ("Indoctronated", &["indoctrinated"]), + ("Sepeated", &["separated"]), + ("Suspicians", &["suspicions"]), + ("Substantually", &["substantially"]), + ("Sunsday", &["sunday"]), + ("Choises", &["choices"]), + ("Facttory", &["factory"]), + ("Specifcation", &["specification"]), + ("Anoymous", &["anonymous"]), + ("Existin", &["existing"]), + ("Conquerers", &["conquerors"]), + ("Arugment", &["argument"]), + ("Spiritualy", &["spiritually"]), + ("Propertion", &["proportion"]), + ("Unqouting", &["unquoting"]), + ("Dockson", &["dachshund"]), + ("Frightend", &["frightened"]), + ("Patern", &["pattern"]), + ("Sillibus", &["syllabus"]), + ("Counsle", &["counsel"]), + ("Liberalis", &["liberals"]), + ("Negotitator", &["negotiator"]), + ("Cusotm", &["custom"]), + ("Recgonition", &["recognition"]), + ("Clincis", &["clinics"]), + ("Recommande", &["recommend"]), + ("Possabilites", &["possibilities"]), + ("Incomaptibelities", &["incompatibilities"]), + ("Sopund", &["sound"]), + ("Necessarry", &["necessary"]), + ("Tatgerted", &["targeted"]), + ("Complette", &["complete"]), + ("Meassurements", &["measurements"]), + ("Retrivable", &["retrievable"]), + ("Comprese", &["compressed"]), + ("Addied", &["added"]), + ("Intertainment", &["entertainment"]), + ("Defualtdict", &["defaultdict"]), + ("Severley", &["severely"]), + ("Spreadsheats", &["spreadsheets"]), + ("Actresss", &["actresses"]), + ("Deteoriated", &["deteriorated"]), + ("Subruban", &["suburban"]), + ("Accees", &["access"]), + ("Reounded", &["rounded"]), + ("Postiive", &["positive"]), + ("Spreadshet", &["spreadsheet"]), + ("Mimaches", &["mismatches"]), + ("Infromal", &["informal"]), + ("Champane", &["champagne"]), + ("Tpyes", &["types"]), + ("Stardardizes", &["standardizes"]), + ("Recongifure", &["reconfigure"]), + ("Congigs", &["configs"]), + ("Dispoase", &["dispose"]), + ("Whne", &["when"]), + ("Inclenation", &["inclination"]), + ("Aaproximated", &["approximated"]), + ("Parralely", &["parallelly"]), + ("Cacl", &["calc"]), + ("Lifecicle", &["lifecycle"]), + ("Anticipacion", &["anticipation"]), + ("Regiter", &["register"]), + ("Operasional", &["operational"]), + ("Coruption", &["corruption"]), + ("Technolgy", &["technology"]), + ("Estabilshment", &["establishments"]), + ("Matreials", &["materials"]), + ("Tortillera", &["tortilla"]), + ("Clened", &["cleaned"]), + ("Indiciate", &["indicate"]), + ("Govermetn", &["government"]), + ("Yourselfes", &["yourselves"]), + ("Libertarianists", &["libertarians"]), + ("Edn", &["end"]), + ("Augmnet", &["augment"]), + ("Exprience", &["experience"]), + ("Incresed", &["increased"]), + ("Lanuches", &["launches"]), + ("Congradulate", &["congratulate"]), + ("Expeimentations", &["experimentations"]), + ("Synchrounous", &["synchronous"]), + ("Latitide", &["latitude"]), + ("Inefficiant", &["inefficient"]), + ("Writiing", &["writing"]), + ("Practioners", &["practitioners"]), + ("Simptums", &["symptoms"]), + ("Hypocrities", &["hypocrite"]), + ("Hunman", &["human"]), + ("Endcoding", &["encoding"]), + ("Briused", &["bruised"]), + ("Consummer", &["consumer"]), + ("Scriipting", &["scripting"]), + ("Winnpieg", &["winnipeg"]), + ("Leagality", &["legality"]), + ("Prepraring", &["preparing"]), + ("Connecttion", &["connection"]), + ("Temproray", &["temporary"]), + ("Atmoic", &["atomic"]), + ("Speach", &["speech"]), + ("Naferious", &["nefarious"]), + ("Comprimise", &["compromise"]), + ("Becnhmarks", &["benchmarks"]), + ("Compitability", &["compatibility"]), + ("Compolsury", &["compulsory"]), + ("Hamliton", &["hamilton"]), + ("Normalos", &["normals"]), + ("Beuraucratic", &["bureaucratic"]), + ("Beginnig", &["beginning"]), + ("Yhat", &["that"]), + ("Platfom", &["platform"]), + ("Photograpical", &["photographical"]), + ("Tema", &["team"]), + ("Relatinoship", &["relationships"]), + ("Sheilds", &["shields"]), + ("Guardiands", &["guardians"]), + ("Consideratoin", &["considerations"]), + ("Ansyert", &["answer", "answered"]), + ("Hesitatin", &["hesitation"]), + ("Succedes", &["succeeds"]), + ("Histocompatability", &["histocompatibility"]), + ("Capsulers", &["capsules"]), + ("Equivolents", &["equivalents"]), + ("Rembembered", &["remembered"]), + ("Vicotrious", &["victorious"]), + ("Deifnitly", &["definitely"]), + ("Persuits", &["pursuits"]), + ("Recongizable", &["recognizable"]), + ("Furmulae", &["formulae"]), + ("Enery", &["energy"]), + ("Partitial", &["partial"]), + ("Concensors", &["consensus"]), + ("Multipied", &["multiplied"]), + ("Simualtion", &["simulation"]), + ("Desginated", &["designated"]), + ("Circut", &["circuit"]), + ("Reimpliment", &["reimplement"]), + ("Repubics", &["republics"]), + ("Equilavents", &["equivalents"]), + ("Staduim", &["stadium"]), + ("Pinetrest", &["pinterest"]), + ("Exculde", &["exclude"]), + ("Databaes", &["database"]), + ("Adroable", &["adorable"]), + ("Referenes", &["references"]), + ("Followint", &["following"]), + ("Deserializaed", &["deserialized"]), + ("Misformed", &["malformed"]), + ("Hallusination", &["hallucination"]), + ("Flamethorwer", &["flamethrower"]), + ("Ingorance", &["ignorance"]), + ("Equel", &["equal"]), + ("Hyposeses", &["hypotheses"]), + ("Syatem", &["system"]), + ("Mtuually", &["mutually"]), + ("Replases", &["replaces", "relapses", "rephases"]), + ("Substituer", &["substitute"]), + ("Seege", &["siege"]), + ("Siutational", &["situational"]), + ("Seina", &["seine", "sienna"]), + ("Conflcits", &["conflicts"]), + ("Hyopthetically", &["hypothetically"]), + ("Unbelievablly", &["unbelievably"]), + ("Compatiblities", &["compatibilities"]), + ("Alignmnet", &["alignment"]), + ("Renegated", &["renegade"]), + ("Speices", &["species"]), + ("Classificiation", &["classification"]), + ("Provencial", &["provincial"]), + ("Distancef", &["distanced", "distances", "distance"]), + ("Reconencted", &["reconnected"]), + ("Resotre", &["restore"]), + ("Sirecting", &["directing"]), + ("Narcissictic", &["narcissistic"]), + ("Extropolate", &["extrapolate"]), + ("Disposse", &["dispose"]), + ("Execuite", &["execute"]), + ("Effeect", &["effect"]), + ("Informativo", &["information"]), + ("Conviguration", &["configuration"]), + ("Uncertainities", &["uncertainties"]), + ("Acrage", &["acreage"]), + ("Cauilflower", &["cauliflower"]), + ("Arised", &["arose"]), + ("Unsinged", &["unsigned"]), + ("Anarchistes", &["anarchists"]), + ("Nubmer", &["number"]), + ("Identitiy", &["identity"]), + ("Falvors", &["flavors"]), + ("Sychroniser", &["synchroniser"]), + ("Deram", &["dram", "dream"]), + ("Indrect", &["indirect"]), + ("Heigest", &["highest"]), + ("Downvots", &["downvotes"]), + ("Vibratao", &["vibrato"]), + ("Applicaton", &["application"]), + ("Auxilliaries", &["auxiliaries"]), + ("Resseted", &["reset"]), + ("Duplcate", &["duplicate"]), + ("Condesned", &["condensed"]), + ("Buffeur", &["buffer"]), + ("Permisions", &["permission", "permissions"]), + ("Uncehcked", &["unchecked"]), + ("Fullfill", &["fulfill"]), + ("Arbitrarely", &["arbitrarily"]), + ("Fluoroscent", &["fluorescent"]), + ("Bloock", &["block"]), + ("Cotrolling", &["controlling"]), + ("Foloowiwng", &["following"]), + ("Seseeder", &["seceder"]), + ("Misquito", &["mosquito"]), + ("Receipe", &["recipe"]), + ("Corelated", &["correlated"]), + ("Posative", &["positive"]), + ("Smoe", &["some"]), + ("Federativo", &["federation"]), + ("Vertiece", &["vertex"]), + ("Reviwing", &["reviewing"]), + ("Generationals", &["generations"]), + ("Recrutiting", &["recruiting"]), + ("Codeing", &["coding"]), + ("Impresive", &["impressive"]), + ("Disctinction", &["distinction"]), + ("Catastropic", &["catastrophic"]), + ("Precendences", &["precedences"]), + ("Magazins", &["magazines"]), + ("Visualy", &["visually"]), + ("Messasges", &["messages"]), + ("Irradates", &["irradiates"]), + ("Sabatour", &["saboteur"]), + ("Buddishm", &["buddhism"]), + ("Shedule", &["schedule"]), + ("Chemsitry", &["chemistry"]), + ("Envrirons", &["environs"]), + ("Survibability", &["survivability"]), + ("Apparenlty", &["apparently"]), + ("Netween", &["between"]), + ("Compansates", &["compensates"]), + ("Exixst", &["exist"]), + ("Deteting", &["detecting", "deleting"]), + ("Bouinding", &["bounding"]), + ("Scostman", &["scotsman"]), + ("Ressemble", &["reassemble", "resemble"]), + ("Comparititively", &["comparatively"]), + ("Regulamentation", &["regulation"]), + ("Vitmain", &["vitamin"]), + ("Enchantents", &["enchantments"]), + ("Exchaustive", &["exhaustive"]), + ("Kernul", &["colonel", "kernel"]), + ("Substitutos", &["substitutes"]), + ("Grabage", &["garbage"]), + ("Dichotomoy", &["dichotomy"]), + ("Selfs", &["self"]), + ("Nunnecssary", &["unnecessary"]), + ("Releasead", &["released"]), + ("Noramalises", &["normalises"]), + ("Benevelont", &["benevolent"]), + ("Warcarft", &["warcraft"]), + ("Congrassman", &["congressman"]), + ("Scarmble", &["scramble"]), + ("Exmaples", &["examples"]), + ("Insticnt", &["instinct"]), + ("Alph", &["alpha"]), + ("Cleeshay", &["cliché"]), + ("Fontain", &["fountain", "contain"]), + ("Cahanges", &["changes"]), + ("Arrangmenets", &["arrangements"]), + ("Malfunktion", &["malfunction"]), + ("Unfilps", &["unflips"]), + ("Automatially", &["automatically"]), + ("Serch", &["search"]), + ("Resturcturing", &["restructuring"]), + ("Mormonsim", &["mormonism"]), + ("Acovados", &["avocados"]), + ("Cliffhangar", &["cliffhanger"]), + ("Teancity", &["tenacity"]), + ("Upsteams", &["upstreams"]), + ("Consdider", &["consider"]), + ("Provedd", &["proved", "provided"]), + ("Abudcted", &["abducted"]), + ("Weeves", &["weaves"]), + ("Invesitgation", &["investigation"]), + ("Reconisder", &["reconsider"]), + ("Experamentelly", &["experimentally"]), + ("Silabuses", &["syllabuses"]), + ("Attetion", &["attention"]), + ("Eigtheen", &["eighteen"]), + ("Paremeter", &["parameter"]), + ("Aassignment", &["assignment"]), + ("Execueted", &["executed"]), + ("Unsucessfually", &["unsuccessfully"]), + ("Punishemnt", &["punishments"]), + ("Cption", &["caption", "option"]), + ("Enounter", &["encounter"]), + ("Filesytsem", &["filesystem"]), + ("Buffereed", &["buffered"]), + ("Conerters", &["converters"]), + ("Buget", &["budget"]), + ("Terriroties", &["territories"]), + ("Continuating", &["continuation"]), + ("Nevelop", &["envelop"]), + ("Unwraping", &["unwrapping"]), + ("Systematicaly", &["systematically"]), + ("Medhod", &["method"]), + ("Trrigered", &["triggered"]), + ("Mystrows", &["maestros"]), + ("Scenerio", &["scenario"]), + ("Thoroughy", &["thoroughly"]), + ("Elemnt", &["element"]), + ("Amiguity", &["ambiguity"]), + ("Traiing", &["trailing", "training"]), + ("Mirometer", &["micrometer"]), + ("Pshycologically", &["psychologically"]), + ("Vulnerabiliies", &["vulnerabilities"]), + ("Insalled", &["installed"]), + ("Thist", &["this"]), + ("Dispacement", &["displacement"]), + ("Billionaries", &["billionaires"]), + ("Declaritively", &["declaratively"]), + ("Meskeeto", &["mosquito"]), + ("Represenative", &["representative"]), + ("Breakthruoghs", &["breakthroughs"]), + ("Recrated", &["recreated"]), + ("Interactionn", &["interaction"]), + ("Anye", &["any"]), + ("Recroot", &["recruit"]), + ("Mathamatical", &["mathematical"]), + ("Conects", &["connects"]), + ("Eighter", &["either"]), + ("Disctintions", &["distinctions"]), + ("Playthorughs", &["playthroughs"]), + ("Spefixically", &["specifically"]), + ("Segrigated", &["segregated"]), + ("Ignorted", &["ignored"]), + ("Afinity", &["affinity"]), + ("Cringeworhty", &["cringeworthy"]), + ("Chipp", &["chip"]), + ("Instruktor", &["instructor"]), + ("Exchance", &["exchange"]), + ("Termianl", &["terminal"]), + ("Rationallity", &["rationally"]), + ("Schizophrena", &["schizophrenia"]), + ("Marineras", &["mariners"]), + ("Privleges", &["privileges"]), + ("Helikopter", &["helicopter"]), + ("Synchroneous", &["synchronous"]), + ("Inevitabley", &["inevitably"]), + ("Specailists", &["specialists"]), + ("Paranioa", &["paranoia"]), + ("Behavorial", &["behavioral"]), + ("Neighborhods", &["neighborhoods"]), + ("Distane", &["distance"]), + ("Ccurred", &["occurred"]), + ("Negotaiators", &["negotiators"]), + ("Appearane", &["appearances"]), + ("Electornic", &["electronic"]), + ("Anecdotle", &["anecdote"]), + ("Depencent", &["dependent"]), + ("Optioinal", &["optional"]), + ("Spligs", &["splits"]), + ("Cleaer", &["clear", "clearer", "cleaner"]), + ("Intimidant", &["intimidate"]), + ("Frientship", &["friendship"]), + ("Acknowlegement", &["acknowledgement"]), + ("Meaures", &["measures"]), + ("Fewg", &["few", "fugue"]), + ("Purcahsed", &["purchased"]), + ("Renketon", &["renekton"]), + ("Intimatley", &["intimately"]), + ("Mediciad", &["medicaid"]), + ("Unregistert", &["unregistered"]), + ("Automonous", &["autonomous"]), + ("Conencts", &["connects"]), + ("Sectopn", &["section"]), + ("Downtokers", &["downvoters"]), + ("Mthods", &["methods"]), + ("Autocorrct", &["autocorrect"]), + ("Eailier", &["earlier"]), + ("Pragam", &["pragma"]), + ("Exlporers", &["explorers"]), + ("Shtopes", &["stops", "shops"]), + ("Remanin", &["remain", "remaining"]), + ("Separatedly", &["separately"]), + ("Associtions", &["associations"]), + ("Sponsorhsip", &["sponsorship"]), + ("Hallukination", &["hallucination"]), + ("Monteize", &["monetize"]), + ("Flacor", &["flavor"]), + ("Messaage", &["message"]), + ("Correctt", &["correct"]), + ("Havew", &["have"]), + ("Trotskists", &["trotskyists"]), + ("Cloack", &["cloak"]), + ("Neighberhoofs", &["neighborhoods"]), + ("Pipline", &["pipeline"]), + ("Leniant", &["lenient"]), + ("Ligh", &["light", "lie", "lye"]), + ("Tryied", &["tried"]), + ("Confuzes", &["confuses"]), + ("Elektrolytes", &["electrolytes"]), + ("Somethinks", &["somethings"]), + ("Cartles", &["cartels"]), + ("Fontrier", &["frontier"]), + ("Passiv", &["passive"]), + ("Convertations", &["conversations", "conversions"]), + ("Itterations", &["iterations"]), + ("Prosess", &["process"]), + ("Appliaction", &["application"]), + ("Considerais", &["considers"]), + ("Harras", &["harass"]), + ("Buis", &["buoy", "buoys", "buys"]), + ("Becomeing", &["becoming"]), + ("Transorm", &["transform"]), + ("Deifnes", &["defines"]), + ("Importan", &["important"]), + ("Costum", &["custom", "costume"]), + ("Azmiths", &["azimuths"]), + ("Sement", &["cement", "segment"]), + ("Agressivnes", &["aggressive"]), + ("Rewriten", &["rewritten"]), + ("Impements", &["implements"]), + ("Contradictin", &["contradiction"]), + ("Algorothm", &["algorithm"]), + ("Rythmic", &["rhythmic"]), + ("Recendes", &["rescinds"]), + ("Ukarine", &["ukraine"]), + ("Funvtioned", &["functioned"]), + ("Prarie", &["prairie"]), + ("Conrrupted", &["corrupted"]), + ("Contaiminated", &["contaminated"]), + ("Densly", &["densely"]), + ("Charaset", &["charset"]), + ("Comediac", &["comedic"]), + ("Deficiencey", &["deficiency"]), + ("Trasngendered", &["transgendered"]), + ("Gaurdian", &["guardian"]), + ("Inevetible", &["inevitable"]), + ("Obusing", &["abusing"]), + ("Tutoriels", &["tutorials"]), + ("Coomposed", &["composed"]), + ("Awakenend", &["awakened"]), + ("Miminaly", &["minimally"]), + ("Drob", &["drop"]), + ("Compeletely", &["completely"]), + ("Elmenets", &["elements"]), + ("Descized", &["disguised"]), + ("Specializeds", &["specializes"]), + ("Sexaulized", &["sexualized"]), + ("Interafce", &["interface"]), + ("Assistnace", &["assistance"]), + ("Availeable", &["available"]), + ("Datashhet", &["datasheet"]), + ("Cupboad", &["cupboard"]), + ("Dimesnions", &["dimensions"]), + ("Psuedoclasses", &["pseudoclasses"]), + ("Percieved", &["perceived"]), + ("Incomaptible", &["incompatible"]), + ("Lients", &["clients"]), + ("Canabelyze", &["cannibalize"]), + ("Immitate", &["imitate"]), + ("Permissibe", &["permissible"]), + ("Takeing", &["taking"]), + ("Peacefuly", &["peacefully"]), + ("Extraversion", &["extroversion"]), + ("Pruchased", &["purchased"]), + ("Acknowleged", &["acknowledge", "acknowledged"]), + ("Compilcations", &["complication", "complications"]), + ("Fingertrips", &["fingertips"]), + ("Proporty", &["property"]), + ("Testiclies", &["testicle"]), + ("Dispaly", &["display"]), + ("Geogcountry", &["geocountry"]), + ("Invaild", &["invalid"]), + ("Intrepretation", &["interpretation"]), + ("Authenentication", &["authentication"]), + ("Overriabled", &["overridable"]), + ("Comforable", &["comfortable"]), + ("Uderstand", &["understand"]), + ("Happines", &["happiness"]), + ("Activatin", &["activation"]), + ("Unifiy", &["unify"]), + ("Obervers", &["observers"]), + ("Replicaitions", &["replications"]), + ("Chilvary", &["chivalry"]), + ("Spesificaly", &["specifically"]), + ("Charators", &["characters"]), + ("Wahtever", &["whatever"]), + ("Plateua", &["plateau"]), + ("Simualted", &["simulated"]), + ("Attribtes", &["attributes", "attribute"]), + ("Protectings", &["protections"]), + ("Repeatadly", &["repeatedly"]), + ("Recconetion", &["reconnection"]), + ("Orchesta", &["orchestra"]), + ("Experimetentally", &["experimentally"]), + ("Catterpillars", &["caterpillars"]), + ("Comparotors", &["comparators"]), + ("Stirrig", &["stirring"]), + ("Inheriable", &["inheritable"]), + ("Prolateriat", &["proletariat"]), + ("Rendayvou", &["rendezvous"]), + ("Explicits", &["explicit"]), + ("Photagraphers", &["photographers"]), + ("Implementating", &["implementation", "implementing"]), + ("Decieves", &["deceives"]), + ("Treasurery", &["treasury"]), + ("Rranslation", &["translation"]), + ("Initialiss", &["initialise", "initialises"]), + ("Episdoes", &["episodes"]), + ("Checket", &["checked"]), + ("Usespace", &["userspace"]), + ("Gziped", &["gzipped"]), + ("Resturcturation", &["restructuration"]), + ("Preferecne", &["preference"]), + ("Lockacreen", &["lockscreen"]), + ("Custmer", &["customer"]), + ("Availabality", &["availability"]), + ("Interting", &["interacting", "inserting"]), + ("Disrecpected", &["disrespected"]), + ("Arugmentative", &["argumentative"]), + ("Mappble", &["mappable"]), + ("Experimetally", &["experimentally"]), + ("Insipred", &["inspired"]), + ("Alwaty", &["always"]), + ("Slaches", &["slashes"]), + ("Depennding", &["depending"]), + ("Shatterling", &["shattering"]), + ("Inremental", &["incremental"]), + ("Anestheisa", &["anesthesia"]), + ("Deugging", &["debugging"]), + ("Ostrocized", &["ostracized"]), + ("Quaternin", &["quaternion"]), + ("Origiginal", &["original"]), + ("Caese", &["cease"]), + ("Algorithsmic", &["algorithmic"]), + ("Exprot", &["export"]), + ("Fasterner", &["fastener"]), + ("Fonctional", &["functional"]), + ("Negotioations", &["negotiations"]), + ("Dectorator", &["decorator"]), + ("Menual", &["manual"]), + ("Hierachycal", &["hierarchical"]), + ("Qualificaiton", &["qualifications"]), + ("Crirical", &["critical"]), + ("Weappons", &["weapons"]), + ("Demograpics", &["demographics"]), + ("Noramalized", &["normalized"]), + ("Catastrphe", &["catastrophe"]), + ("Correspoing", &["corresponding"]), + ("Assistendo", &["assisted"]), + ("Rnger", &["ranger"]), + ("Arraows", &["arrows"]), + ("Secnd", &["second"]), + ("Changable", &["changeable"]), + ("Inisialise", &["initialise"]), + ("Expanssion", &["expansions", "expansion"]), + ("Sciprts", &["scripts"]), + ("Operandes", &["operands"]), + ("Scourcer", &["scourer", "sorcerer", "scouser"]), + ("Similart", &["similarity"]), + ("Dacquiri", &["daiquiri"]), + ("Expectatoin", &["expectation"]), + ("Experimentaital", &["experimental"]), + ("Slac", &["slack"]), + ("Improbing", &["improving"]), + ("Definltey", &["definitely"]), + ("Picutre", &["picture"]), + ("Racisst", &["racists"]), + ("Unick", &["eunuch", "unix"]), + ("Dunegons", &["dungeons"]), + ("Sucesive", &["successive"]), + ("Congitive", &["cognitive"]), + ("Elamentries", &["elementaries"]), + ("Crockodiles", &["crocodiles"]), + ("Temportal", &["temporal"]), + ("Renegotionated", &["renegotiated"]), + ("Sctipting", &["scripting"]), + ("Possesives", &["possessive"]), + ("Oger", &["ogre"]), + ("Enterity", &["entirety"]), + ("Recevie", &["receive"]), + ("Substanial", &["substantial"]), + ("Sabatoshing", &["sabotaging"]), + ("Perfor", &["perform"]), + ("Desactivate", &["deactivate"]), + ("Realitime", &["realtime"]), + ("Reregisteration", &["reregistration"]), + ("Definitios", &["definition", "definitions"]), + ("Subree", &["subtree"]), + ("Dicitonary", &["dictionary"]), + ("Plasing", &["placing", "pleasing", "phasing"]), + ("Reparametrization", &["reparameterization"]), + ("Creationsm", &["creationism"]), + ("Woodworkign", &["woodworking"]), + ("Analyts", &["analyst"]), + ("Kighbosh", &["kibosh"]), + ("Architetcure", &["architecture"]), + ("Applicatoin", &["application"]), + ("Alingment", &["alignment"]), + ("Orede", &["order"]), + ("Familiarlize", &["familiarize"]), + ("Allegedely", &["allegedly"]), + ("Shandeleers", &["chandeliers"]), + ("Addessing", &["addressing"]), + ("Presuade", &["persuade"]), + ("Ediit", &["edit"]), + ("Painkills", &["painkillers"]), + ("Michagan", &["michigan"]), + ("Messagease", &["messages"]), + ("Nationas", &["nationals"]), + ("Documentato", &["documentation"]), + ("Ment", &["meant"]), + ("Periodicaly", &["periodically"]), + ("Progations", &["propagations"]), + ("Opposit", &["opposite"]), + ("Nneeded", &["needed"]), + ("Landingers", &["landings"]), + ("Revolutionay", &["revolutionary"]), + ("Relocaite", &["relocate"]), + ("Hitory", &["history"]), + ("Dilemas", &["dilemmas"]), + ("Calsses", &["classes"]), + ("Undoubtely", &["undoubtedly"]), + ("Terrritory", &["territory"]), + ("Secounds", &["seconds"]), + ("Hygene", &["hygiene"]), + ("Unsucceeed", &["unsuccessful"]), + ("Subsitutatble", &["substitutable"]), + ("Speficiics", &["specifics"]), + ("Diskrete", &["discrete"]), + ("Desnse", &["dense"]), + ("Corespond", &["correspond"]), + ("Institutionilized", &["institutionalized"]), + ("Massachucetts", &["massachusetts"]), + ("Investogators", &["investigators"]), + ("Oprimizes", &["optimizes"]), + ("Enligthened", &["enlightened"]), + ("Porcessor", &["processor"]), + ("Exclusiveity", &["exclusivity"]), + ("Initialitse", &["initialise"]), + ("Belittlling", &["belittling"]), + ("Capusles", &["capsules"]), + ("Chaecked", &["checked"]), + ("Transpaernt", &["transparent"]), + ("Algorrithms", &["algorithms"]), + ("Desending", &["descending"]), + ("Poossible", &["possible"]), + ("Onatrio", &["ontario"]), + ("Hesitstion", &["hesitation"]), + ("Jamiaca", &["jamaica"]), + ("Prfer", &["prefer"]), + ("Submisisons", &["submissions"]), + ("Spects", &["aspects", "expects", "specs"]), + ("Fundimentally", &["fundamentally"]), + ("Prosperos", &["prosperous"]), + ("Miraculousy", &["miraculously"]), + ("Inexeprienced", &["inexperience"]), + ("Compilant", &["compliant"]), + ("Shwashank", &["shawshank"]), + ("Spearator", &["separator"]), + ("Decremeneted", &["decremented"]), + ("Chiper", &["cipher", "chipper", "chimer"]), + ("Glyphes", &["glyphs"]), + ("Recontruction", &["reconstruction"]), + ("Delink", &["unlink"]), + ("Comparemos", &["compares"]), + ("Transistior", &["transistor"]), + ("Narcessist", &["narcissist"]), + ("Instrinsic", &["intrinsic"]), + ("Distortron", &["distortion"]), + ("Assgining", &["assigning"]), + ("Referal", &["referral"]), + ("Childres", &["childrens", "children"]), + ("Schozophrenic", &["schizophrenic"]), + ("Fluroide", &["fluoride"]), + ("Distinative", &["distinctive"]), + ("Fullsceen", &["fullscreen"]), + ("Itializes", &["initializes"]), + ("Convinving", &["convincing"]), + ("Confrentation", &["confrontation"]), + ("Interactivly", &["interactively"]), + ("Compatabillity", &["compatibility"]), + ("Opactiy", &["opacity"]), + ("Poistion", &["position"]), + ("Anticiapte", &["anticipate"]), + ("Treasurey", &["treasury"]), + ("Renegotaited", &["renegotiated"]), + ("Mikroseconds", &["microseconds"]), + ("Decission", &["decision"]), + ("Dfine", &["define"]), + ("Counterract", &["counterpart"]), + ("Unifform", &["uniform"]), + ("Recommmends", &["recommends"]), + ("Countertrap", &["counterpart"]), + ("Everbody", &["everybody"]), + ("Limosines", &["limousines"]), + ("Proced", &["proceed"]), + ("Shakespare", &["shakespeare"]), + ("Practicess", &["practice"]), + ("Startign", &["starting"]), + ("Absolutly", &["absolutely"]), + ("Wresseler", &["wrestler"]), + ("Authroization", &["authorization"]), + ("Premuim", &["premium"]), + ("Signfiy", &["signify"]), + ("Deffering", &["differing"]), + ("Discconenct", &["disconnect"]), + ("Infinte", &["infinite"]), + ("Strecth", &["stretch"]), + ("Jurnal", &["journal"]), + ("Mantainer", &["maintainer"]), + ("Bacehlor", &["bachelor"]), + ("Acknoweldgement", &["acknowledgement"]), + ("Livelehood", &["livelihood"]), + ("Preferens", &["preferences"]), + ("Funchtionns", &["functions"]), + ("Deferal", &["deferral"]), + ("Provoding", &["providing"]), + ("Refrerencial", &["referential"]), + ("Architetcures", &["architectures"]), + ("Manfiesto", &["manifesto"]), + ("Fils", &["fills", "files", "file"]), + ("Appologies", &["apologies"]), + ("Stablizied", &["stabilized"]), + ("Commpatible", &["compatible"]), + ("Regultory", &["regulatory"]), + ("Successfulln", &["successful"]), + ("Thumbmails", &["thumbnails"]), + ("Negociating", &["negotiating"]), + ("Overpowred", &["overpowered"]), + ("Entent", &["intent"]), + ("Authoratatively", &["authoritatively"]), + ("Overidden", &["overridden"]), + ("Conpletes", &["completes"]), + ("Datatgram", &["datagram"]), + ("Mimiced", &["mimicked"]), + ("Genitalias", &["genitals"]), + ("Brusses", &["brussels"]), + ("Anulls", &["annulled"]), + ("Direcion", &["direction"]), + ("Reasercher", &["researcher"]), + ("Placholder", &["placeholder"]), + ("Converastion", &["conversations"]), + ("Contiuguous", &["contiguous"]), + ("Algorthymic", &["algorithmic"]), + ("Resulst", &["results"]), + ("Orgnaised", &["organised"]), + ("Considerarle", &["considerable"]), + ("Protext", &["protect"]), + ("Imbrace", &["embrace"]), + ("Spefied", &["specified"]), + ("Sparsly", &["sparsely"]), + ("Brievety", &["brevity"]), + ("Decosed", &["decoded"]), + ("Analzyer", &["analyzer"]), + ("Aspet", &["aspect"]), + ("Dimmensioning", &["dimensioning"]), + ("Aditional", &["additional"]), + ("Unworty", &["unworthy"]), + ("Plesant", &["pleasant"]), + ("Notificaction", &["notification"]), + ("Speficeir", &["specifier"]), + ("Oritinal", &["original"]), + ("Adatper", &["adapter"]), + ("Deserializazion", &["deserialization"]), + ("Highschoool", &["highschool"]), + ("Depenency", &["dependency"]), + ("Creepes", &["creepers"]), + ("Lifestiles", &["lifestyles"]), + ("Inadvertenly", &["inadvertently"]), + ("Proffession", &["profession"]), + ("Differental", &["differential"]), + ("Alls", &["all", "falls"]), + ("Hotsopt", &["hotspot"]), + ("Prosectuors", &["prosecutors"]), + ("Exced", &["exceed"]), + ("Absoltuely", &["absolutely"]), + ("Consitute", &["constitute"]), + ("Evolveds", &["evolves"]), + ("Dependning", &["depending"]), + ("Mroning", &["morning"]), + ("Succesully", &["successfully"]), + ("Immediatley", &["immediately"]), + ("Certfications", &["certifications"]), + ("Fomed", &["formed"]), + ("Homogeniously", &["homogeneously"]), + ("Desriptors", &["descriptors"]), + ("Assymptotic", &["asymptotic"]), + ("Monitoreada", &["monitored"]), + ("Pestizides", &["pesticides"]), + ("Isralei", &["israeli"]), + ("Sepearation", &["separation"]), + ("Shfiting", &["shifting"]), + ("Confidantals", &["confidentials"]), + ("Suprass", &["surpass"]), + ("Sautay", &["sauté"]), + ("Magensium", &["magnesium"]), + ("Chipertext", &["ciphertext"]), + ("Irritacion", &["irritation"]), + ("Metabolisim", &["metabolism"]), + ("Emergencias", &["emergencies"]), + ("Kuberenetes", &["kubernetes"]), + ("Mispelled", &["misspelled"]), + ("Protestantes", &["protestants"]), + ("Constituie", &["constitute"]), + ("Dcoked", &["docked"]), + ("Lits", &["list"]), + ("Meaningul", &["meaningful"]), + ("Sacrifies", &["sacrifices"]), + ("Damanged", &["damaged"]), + ("Kollaboration", &["collaboration"]), + ("Haa", &["has"]), + ("Detetions", &["deletions", "detections"]), + ("Destryiong", &["destroying"]), + ("Exclusuive", &["exclusive"]), + ("Prioritie", &["prioritize"]), + ("Ominpotent", &["omnipotent"]), + ("Redircet", &["redirect"]), + ("Actication", &["activation"]), + ("Neighborgh", &["neighbor"]), + ("Provisiong", &["provisioning"]), + ("Nestalgia", &["nostalgia"]), + ("Happpens", &["happens"]), + ("Larvays", &["larvae"]), + ("Slipperly", &["slippery"]), + ("Becaues", &["because"]), + ("Miscommuniation", &["miscommunication"]), + ("Notfication", &["notification"]), + ("Undoubtedbly", &["undoubtedly"]), + ("Vengance", &["vengeance"]), + ("Colonizacion", &["colonization"]), + ("Widgit", &["widget"]), + ("Commmunication", &["communication"]), + ("Articifial", &["artificial"]), + ("Compatabilities", &["compatibilities"]), + ("Projectlie", &["projectiles"]), + ("Infintie", &["infinite"]), + ("Unfriednly", &["unfriendly"]), + ("Animetions", &["animations"]), + ("Commponent", &["component"]), + ("Classificato", &["classification"]), + ("Spontainously", &["spontaneously"]), + ("Eaziest", &["easiest"]), + ("Subnegotaiation", &["subnegotiation"]), + ("Defaulds", &["defaults"]), + ("Sigurete", &["cigarette"]), + ( + "Nives", + &[ + "dives", "fives", "hives", "knives", "nieves", "nines", "wives", + ], + ), + ("Atremis", &["artemis"]), + ("Catloag", &["catalog"]), + ("Subtituted", &["substituted"]), + ("Floaring", &["floating", "flooring"]), + ("Typographyc", &["typographic"]), + ("Conetxts", &["contexts", "connects"]), + ("Buttin", &["button"]), + ("Genrally", &["generally"]), + ("Drankenstein", &["frankenstein"]), + ("Sometiles", &["sometimes"]), + ("Guarantess", &["guarantees"]), + ("Constrait", &["constraints", "constraint"]), + ("Functionaltiy", &["functionality"]), + ("Economicus", &["economics"]), + ("Newtork", &["network"]), + ("Excalmation", &["exclamation"]), + ("Arsnic", &["arsenic"]), + ("Overrriding", &["overriding"]), + ("Fnuction", &["function"]), + ("Epxlicit", &["explicit"]), + ("Androgenous", &["androgynous"]), + ("Arraned", &["arranged"]), + ("Scatchs", &["catches", "scratches", "sketches"]), + ("Narciscism", &["narcissism"]), + ("Projectlies", &["projectiles"]), + ("Characterisically", &["characteristically"]), + ("Contine", &["continue", "contain"]), + ("Understnad", &["understands"]), + ("Accension", &["accession", "ascension"]), + ("Indepdendance", &["independence"]), + ("Estimage", &["estimate"]), + ("Konwn", &["known"]), + ("Disignated", &["designated"]), + ("Samller", &["smaller"]), + ("Activstes", &["activates"]), + ("Antennea", &["antenna"]), + ("Neightbouring", &["neighbouring"]), + ("Clearstories", &["clerestories"]), + ("Insatll", &["install"]), + ("Evalutive", &["evaluative"]), + ("Emplying", &["employing"]), + ("Environemntal", &["environmental"]), + ("Anomynity", &["anonymity"]), + ("Indictor", &["indicator"]), + ("Functin", &["function"]), + ("Mathetician", &["mathematician"]), + ("Presearved", &["preserved"]), + ("Exexutable", &["executable"]), + ("Challengeing", &["challenging"]), + ("Undertstands", &["understands"]), + ("Neighbhors", &["neighbors"]), + ("Symptoom", &["symptom"]), + ("Monestaries", &["monasteries"]), + ("Acumulator", &["accumulator"]), + ("Pepole", &["people"]), + ("Achitectures", &["architectures"]), + ("Orgainsed", &["organised"]), + ("Questons", &["questions"]), + ("Occations", &["occasions"]), + ("Insuinating", &["insinuating"]), + ("Uplodad", &["upload", "uploaded"]), + ("Unchangable", &["unchangeable"]), + ("Klicks", &["clicks"]), + ("Absoultly", &["absolutely"]), + ("Hemoragic", &["haemorrhagic", "hemorrhagic"]), + ("Adres", &["address"]), + ("Astronaunts", &["astronaut"]), + ("Scientficly", &["scientifically"]), + ("Improofement", &["improvement"]), + ("Suseeds", &["secedes"]), + ("Orhtodox", &["orthodox"]), + ("Derfiend", &["defined"]), + ("Resetart", &["restart"]), + ("Prviously", &["previously"]), + ("Idicated", &["indicated"]), + ("Ftrunacate", &["ftruncate"]), + ("Lushisly", &["lusciously"]), + ("Propogator", &["propagator"]), + ("Acronymns", &["acronyms"]), + ("Othwhise", &["otherwise"]), + ("Laveled", &["leveled", "labeled"]), + ("Responsibiliy", &["responsibility"]), + ("Extroardinarily", &["extraordinarily"]), + ("Dinosuars", &["dinosaurs"]), + ("Dezember", &["december"]), + ("Solidairty", &["solidarity"]), + ("Diskretized", &["discretized"]), + ("Furnctional", &["functional"]), + ("Snyopsis", &["synopsis"]), + ("Cercumstance", &["circumstance"]), + ("Desribed", &["described"]), + ("Particalarly", &["particularly"]), + ("Retur", &["return"]), + ("Unsubscrive", &["unsubscribe"]), + ("Enlighment", &["enlighten"]), + ("Carnomial", &["ceremonial"]), + ("Assimtotes", &["asymptotes"]), + ("Dubsetp", &["dubstep"]), + ("Cassarole", &["casserole"]), + ("Paramter", &["parameter"]), + ("Elemenet", &["element"]), + ("Caled", &["called"]), + ("Perpitrators", &["perpetrators"]), + ("Deduplacate", &["deduplicate"]), + ("Curtian", &["curtain"]), + ("Epsiodes", &["episodes"]), + ("Huanted", &["haunted"]), + ("Contol", &["control"]), + ("Romanticaly", &["romantically"]), + ("Harranged", &["arranged", "harangued"]), + ("Laiter", &["later"]), + ("Insperational", &["inspirational"]), + ("Negoates", &["negotiates"]), + ("Procuced", &["procured", "produced"]), + ("Neurton", &["neutron"]), + ("Releif", &["relief"]), + ("Receievd", &["received"]), + ("Negitiated", &["negotiated"]), + ("Branckets", &["brackets"]), + ("Unexpetectly", &["unexpectedly"]), + ("Bachleors", &["bachelors"]), + ("Diarrheoa", &["diarrhea"]), + ("Acculumation", &["accumulation"]), + ("Celebrationis", &["celebrations"]), + ("Investegated", &["investigated"]), + ("Cheking", &["checking"]), + ("Experimetentel", &["experimental"]), + ("Construted", &["constructed"]), + ("Indefintiely", &["indefinitely"]), + ("Ymbols", &["symbols"]), + ("Broadacasting", &["broadcasting"]), + ("Cataclismic", &["cataclysmic"]), + ("Unsubscripe", &["unsubscribe"]), + ("Electircal", &["electrical"]), + ("Custoiser", &["customiser"]), + ("Autentication", &["authentication"]), + ("Depening", &["depending", "deepening"]), + ("Reviwed", &["reviewed"]), + ("Exepmtion", &["exemption"]), + ("Indiating", &["indicating"]), + ("Pretensje", &["pretense"]), + ("Apocaliptic", &["apocalyptic"]), + ("Propetrys", &["properties"]), + ("Distinquishable", &["distinguishable"]), + ("Turly", &["truly"]), + ("Poltry", &["poultry"]), + ("Dissagregation", &["dissaggregation"]), + ("Unil", &["until"]), + ("Reimplementaion", &["reimplementation"]), + ("Universitets", &["universities"]), + ("Dianostic", &["diagnostic"]), + ("Defaulkt", &["default"]), + ("Awrning", &["awning", "warning"]), + ("Assumend", &["assumed"]), + ("Technican", &["technician"]), + ("Stero", &["stereo"]), + ("Demolution", &["demolition"]), + ("Simlifies", &["simplifies"]), + ("Asssuming", &["assuming"]), + ("Mandotory", &["mandatory"]), + ("Alloated", &["allocated", "allotted"]), + ("Realease", &["release"]), + ("Offcie", &["office"]), + ("Convetions", &["conventions"]), + ("Interpretaton", &["interpretation"]), + ("Republicanas", &["republicans"]), + ("Animete", &["animate"]), + ("Intervation", &["integration"]), + ("Arguemnts", &["arguments"]), + ("Cimmetricly", &["symmetricly"]), + ("Interwebbs", &["interwebs"]), + ("Symphoney", &["symphony"]), + ("Wawe", &["wave"]), + ("Expedito", &["expedition"]), + ("Cesspol", &["cesspool"]), + ("Expernal", &["external"]), + ("Distrubition", &["distribution"]), + ("Skirmesh", &["skirmish"]), + ("Privilegie", &["privilege"]), + ("Potencially", &["potentially"]), + ("Capusle", &["capsule"]), + ("Hedeghog", &["hedgehog"]), + ("Gradiant", &["gradient", "radiant"]), + ("Wihite", &["white"]), + ("Distint", &["distinct"]), + ("Comparion", &["comparison"]), + ("Normlized", &["normalized"]), + ("Curcuit", &["circuit"]), + ("Legitimt", &["legitimate"]), + ("Preorderd", &["preordered"]), + ("Recjects", &["rejects"]), + ("Relexation", &["relegation"]), + ("Impoved", &["improved"]), + ("Accelorator", &["accelerator"]), + ("Languqge", &["language"]), + ("Expermients", &["experiments"]), + ("Necessariy", &["necessary", "necessarily"]), + ("Grainery", &["granary"]), + ("Restricion", &["restriction"]), + ("Dissodance", &["dissonance"]), + ("Volounteering", &["volunteering"]), + ("Tenticles", &["tentacles"]), + ("Contingincy", &["contingency"]), + ("Aproach", &["approach"]), + ("Referundum", &["referendum"]), + ("Symptumatic", &["symptomatic"]), + ("Triangls", &["triangles"]), + ("Peanuchle", &["pinochle"]), + ("Brance", &["branch", "brace", "branches"]), + ("Attribyes", &["attributes"]), + ("Jalibreak", &["jailbreak"]), + ("Dislay", &["display"]), + ("Unselctes", &["unselects"]), + ("Digitial", &["digital"]), + ("Confifure", &["configure"]), + ("Comtamination", &["contamination"]), + ("Deyhdration", &["dehydration"]), + ("Socioeconmic", &["socioeconomic"]), + ("Asbtract", &["abstract"]), + ("Coalessing", &["coalescing"]), + ("Repsects", &["respects"]), + ("Distatseful", &["distasteful"]), + ("Chiziled", &["chiseled"]), + ("Expriences", &["experiences"]), + ("Zukeenee", &["zucchini"]), + ("Alogirhtm", &["algorithm"]), + ("Buddishts", &["buddhists"]), + ("Ecnetricity", &["eccentricity"]), + ("Girlfrinds", &["girlfriends"]), + ("Polygone", &["polygon"]), + ("Romotes", &["remotes"]), + ("Emprically", &["empirically"]), + ("Improvision", &["improvisation"]), + ("Syncrhonise", &["synchronise"]), + ("Globas", &["globals"]), + ("Simulato", &["simulation"]), + ("Perposterous", &["preposterous"]), + ("Effordlessly", &["effortlessly"]), + ("Architecutures", &["architectures"]), + ("Substituded", &["substituted"]), + ("Precidence", &["precedence"]), + ("Lexial", &["lexical"]), + ("Wonderous", &["wondrous"]), + ("Recconects", &["reconnects"]), + ("Meoldic", &["melodic"]), + ("Teched", &["taught"]), + ("Apratheid", &["apartheid"]), + ("Gruops", &["groups"]), + ("Colsed", &["closed"]), + ("Becxause", &["because"]), + ("Renegotaition", &["renegotiation"]), + ("Downsteramer", &["downstreamer"]), + ("Abudance", &["abundance"]), + ("Convineances", &["conveniences"]), + ("Seige", &["siege"]), + ("Absolule", &["absolute"]), + ("Overrriden", &["overridden"]), + ("Inaktively", &["inactively"]), + ("Incorrectled", &["incorrectly"]), + ("Deparment", &["department"]), + ("Failues", &["failures"]), + ("Geneating", &["generating"]), + ("Attrributes", &["attributes"]), + ("Addessed", &["addressed"]), + ("Handleer", &["handler"]), + ("Feasiblty", &["feasibility"]), + ("Siturations", &["situations"]), + ("Invulnerabile", &["invulnerable"]), + ("Asymetricaly", &["asymmetrically"]), + ("Modifued", &["modified"]), + ("Fimware", &["firmware"]), + ("Heapdhones", &["headphones"]), + ("Modiffers", &["modifiers"]), + ("Procides", &["provides"]), + ("Clutser", &["cluster", "clutter"]), + ("Pronunication", &["pronunciation"]), + ("Beautifyl", &["beautifully"]), + ("Cyle", &["cycle"]), + ("Anmesia", &["amnesia"]), + ("Beginnner", &["beginner"]), + ("Contaminacion", &["contamination"]), + ("Referenece", &["reference"]), + ("Referrence", &["reference"]), + ("Intialisation", &["initialisation"]), + ("Comprehention", &["comprehension"]), + ("Respectes", &["respects"]), + ("Trriggered", &["triggered"]), + ("Limitiaions", &["limitations"]), + ("Poltic", &["politic"]), + ("Aways", &["always", "away"]), + ("Whoms", &["whom", "whose"]), + ("Pitty", &["pity"]), + ("Functitoned", &["functioned"]), + ("Commendment", &["commandment"]), + ("Triggger", &["trigger"]), + ("Startlxde", &["startled"]), + ("Overwiew", &["overview"]), + ("Directgory", &["directory"]), + ("Academicos", &["academics"]), + ("Vertbrae", &["vertebrae"]), + ("Unrepsonsive", &["unresponsive"]), + ("Addaptation", &["adaptation"]), + ("Annaversery", &["anniversary"]), + ("Suh", &["such"]), + ("Disapplins", &["disciplines"]), + ("Bandwidthm", &["bandwidth"]), + ("Incompatble", &["incompatible"]), + ("Accalimed", &["acclaimed"]), + ("Changably", &["changeably"]), + ("Foresseable", &["foreseeable"]), + ("Moleculair", &["molecular"]), + ("Analsyed", &["analysed"]), + ("Eveluating", &["evaluating"]), + ("Arre", &["are"]), + ("Temporily", &["temporarily"]), + ("Sycning", &["syncing"]), + ("Schziophrenia", &["schizophrenia"]), + ("Covnersation", &["conservation"]), + ("Seacrchable", &["searchable"]), + ("Finess", &["finesse"]), + ("Implented", &["implemented"]), + ("Vulnerabuilitie", &["vulnerability"]), + ("Portabel", &["portable"]), + ("Unannimous", &["unanimous"]), + ("Dilineate", &["delineate"]), + ("Correctably", &["correctable"]), + ("Whatepsaces", &["whitespaces"]), + ("Reevalulate", &["reevaluate"]), + ("Inituialization", &["initialization"]), + ("Intoto", &["into"]), + ("Toally", &["totally"]), + ("Defin", &["define"]), + ("Circumvrent", &["circumvent"]), + ("Yello", &["yellow"]), + ("Gravitiation", &["gravitation"]), + ("Itnerpreter", &["interpreter"]), + ("Onece", &["once"]), + ("Hopyfully", &["hopefully"]), + ("Algorthyn", &["algorithm"]), + ("Exspense", &["expense"]), + ("Thermomiter", &["thermometer"]), + ("Alowed", &["allowed"]), + ("Conicide", &["coincide"]), + ("Printting", &["printing"]), + ("Orientiation", &["orientation"]), + ("Protypted", &["prototyped"]), + ("Demsond", &["desmond"]), + ("Delimititations", &["delimitations"]), + ("Konservatives", &["conservatives"]), + ("Globa", &["global"]), + ("Birghten", &["brighten"]), + ("Shriks", &["shrinks"]), + ("Interleaed", &["interleaved"]), + ("Sourcees", &["sources"]), + ("Renegoated", &["renegotiated"]), + ("Anythimng", &["anything"]), + ("Movment", &["movement"]), + ("Arbatrary", &["arbitrary"]), + ("Minipulative", &["manipulative"]), + ("Assemby", &["assembly"]), + ("Shleter", &["shelter"]), + ("Womens", &["women"]), + ("Revrieves", &["retrieves"]), + ("Accommadation", &["accommodation"]), + ("Homogeoneous", &["homogeneous"]), + ("Resuts", &["results"]), + ("Muticast", &["multicast"]), + ("Initializaion", &["initialization"]), + ("Endur", &["endure"]), + ("Cancele", &["cancel", "cancels"]), + ("Expericing", &["experiencing"]), + ("Selectiosn", &["selections"]), + ("Dfinition", &["definition"]), + ("Hallucinaitons", &["hallucination"]), + ("Facisnation", &["fascination"]), + ("Mannerisims", &["mannerisms"]), + ("Absense", &["absence"]), + ("Inteligance", &["intelligence"]), + ("Inherrited", &["inherited"]), + ("Emapthetic", &["empathetic"]), + ("Prevolence", &["prevalence"]), + ("Performaing", &["performing"]), + ("Attachs", &["attaches"]), + ("Slaugthered", &["slaughtered"]), + ("Custoisation", &["customisation"]), + ("Concerend", &["concerned"]), + ("Reposotory", &["repository"]), + ("Cartilidge", &["cartilage"]), + ("Crahes", &["crashes"]), + ("Caputre", &["capture"]), + ("Posibilties", &["possibilities"]), + ("Cannabilism", &["cannibalism"]), + ("Delivatives", &["derivatives"]), + ("Exceute", &["execute"]), + ("Prposers", &["proposers"]), + ("Entreprenure", &["entrepreneurs"]), + ("Outclasssed", &["outclassed"]), + ("Wounderful", &["wonderful"]), + ("Horitzontal", &["horizontal"]), + ("Diferrent", &["different"]), + ("Registeresd", &["registered"]), + ("Dettaching", &["detaching"]), + ("Vulacn", &["vulcan"]), + ("Unflaged", &["unflagged"]), + ("Inheratance", &["inheritance"]), + ("Itmes", &["items", "times"]), + ("Custoising", &["customising"]), + ("Paychiatrists", &["psychiatrists"]), + ("Unrgesiter", &["unregister"]), + ("Themsevles", &["themselves"]), + ("Explods", &["explodes"]), + ("Grativational", &["gravitational"]), + ("Versionning", &["versioning"]), + ("Frops", &["drops"]), + ("Injusticas", &["injustices"]), + ("Caracteristics", &["characteristics"]), + ("Experimations", &["experimentations"]), + ("Hostories", &["histories"]), + ("Amgiguous", &["ambiguous"]), + ("Refertenced", &["referenced"]), + ("Easist", &["easiest"]), + ("Unregognised", &["unrecognised"]), + ("Multiprocesing", &["multiprocessing"]), + ("Explot", &["exploit", "explore"]), + ("Deteted", &["detected", "deleted"]), + ("Axix", &["axis"]), + ("Escalato", &["escalation"]), + ("Representn", &["representing"]), + ("Completeds", &["completes"]), + ("Doctirne", &["doctrine"]), + ("Inresponsible", &["irresponsible"]), + ("Interpretatons", &["interpretations"]), + ("Indicater", &["indicator"]), + ("Psydonym", &["pseudonym"]), + ("Perfoemanses", &["performances"]), + ("Desturtor", &["destructor"]), + ("Mistatch", &["mismatch"]), + ("Calliflower", &["cauliflower"]), + ("Unnecesarrily", &["unnecessarily"]), + ("Cartrdiges", &["cartridges"]), + ("Bejiing", &["beijing"]), + ("Brnach", &["branch"]), + ("Commmiting", &["committing"]), + ("Overrdies", &["overrides"]), + ("Idicate", &["indicate"]), + ("Taiwanee", &["taiwanese"]), + ("Discconected", &["disconnected"]), + ("Invesitgating", &["investigating"]), + ("Itnerpreting", &["interpreting"]), + ("Expectating", &["expectation"]), + ("Multiplr", &["multiplier"]), + ("Semapthores", &["semaphores"]), + ("Negothiated", &["negotiated"]), + ("Followes", &["follows"]), + ("Assosciating", &["associating"]), + ("Chlids", &["children"]), + ("Unspeficiteid", &["unspecified"]), + ("Inconsisntency", &["inconsistency"]), + ("Consitently", &["consistently"]), + ("Vitrually", &["virtually"]), + ("Everage", &["average"]), + ("Innecessarily", &["unnecessarily"]), + ("Contaire", &["containers"]), + ("Numbbers", &["numbers"]), + ("Injustaces", &["injustices"]), + ("Draing", &["drawing"]), + ("Differenatiate", &["differentiate"]), + ("Relentlesly", &["relentlessly"]), + ("Unplacable", &["unplayable"]), + ("Streight", &["straight", "strait"]), + ("Misstype", &["mistype"]), + ("Witho", &["with"]), + ("Metagem", &["metagame"]), + ("Masternind", &["mastermind"]), + ("Levellign", &["levelling"]), + ("Livliehood", &["livelihood"]), + ("Skipd", &["skipped"]), + ("Inhabitat", &["inhabitants"]), + ("Capitolist", &["capitalist"]), + ("Understading", &["understanding"]), + ("Apostels", &["apostles"]), + ("Teacer", &["teacher"]), + ("Shoutot", &["shoutout"]), + ("Experimenterade", &["experimented"]), + ("Humaniterian", &["humanitarian"]), + ("Iscrated", &["iscreated"]), + ("Agrandized", &["aggrandized"]), + ("Hypothess", &["hypotheses"]), + ("Pressuming", &["pressuring"]), + ("Consdiered", &["considered"]), + ("Institucionalized", &["institutionalized"]), + ("Fualt", &["fault"]), + ("Unvelievably", &["unbelievably"]), + ("Constucter", &["constructor"]), + ("Mauarder", &["marauder"]), + ("Certifiations", &["certifications"]), + ("Theards", &["threads"]), + ("Interrup", &["interrupt"]), + ("Authenification", &["authentication"]), + ("Dicates", &["dictates"]), + ("Integracion", &["integration"]), + ("Theves", &["thieves"]), + ("Guass", &["gauss"]), + ("Oversubscirbe", &["oversubscribe"]), + ("Agresssive", &["aggressive"]), + ("Theromstat", &["thermostat"]), + ("Perosnal", &["personal"]), + ("Mediocrisy", &["mediocrity"]), + ("Renegatiotiate", &["renegotiate"]), + ("Queriable", &["queryable"]), + ("Denomintor", &["denominator"]), + ("Annote", &["annotate"]), + ("Overwhem", &["overwhelm"]), + ("Scrutiney", &["scrutiny"]), + ("Obstructin", &["obstruction"]), + ("Deteceted", &["detected"]), + ("Exernal", &["external"]), + ("Contridicted", &["contradicted"]), + ("Impotant", &["important", "impotent"]), + ("Appied", &["applied"]), + ("Skillhosts", &["skillshots"]), + ("Targtets", &["targets"]), + ("Wathcer", &["watcher"]), + ("Platformie", &["platformer"]), + ("Pocession", &["procession", "possession"]), + ("Navigting", &["navigating"]), + ("Pshycologist", &["psychologist"]), + ("Implenmentation", &["implementation"]), + ("Ignorne", &["ignore"]), + ("Expropiating", &["expropriating"]), + ("Assimulate", &["assimilate"]), + ("Imperfectionists", &["imperfections"]), + ("Libgng", &["libpng"]), + ("Adaptibe", &["adaptive"]), + ("Prototipes", &["prototypes"]), + ("Distributin", &["distribution"]), + ("Refreshd", &["refreshed"]), + ("Apeends", &["appends"]), + ("Exicuting", &["", "executing"]), + ("Individuais", &["individuals"]), + ("Veryifying", &["verifying"]), + ("Tocuhpad", &["touchpad"]), + ("Legendarisk", &["legendaries"]), + ("Surgey", &["surgery"]), + ("Adpative", &["adaptive"]), + ("Resposiblity", &["responsibility"]), + ("Pobularity", &["popularity"]), + ("Frecuents", &["frequents"]), + ("Expatriot", &["expatriate"]), + ("Downagrading", &["downgrading"]), + ("Dyas", &["dryas"]), + ("Goverment", &["government"]), + ("Attatching", &["attaching"]), + ("Coalessed", &["coalesced"]), + ("Beastley", &["beastly"]), + ("Guarnted", &["guaranteed"]), + ("Temselves", &["themselves"]), + ("Statisitc", &["statistic"]), + ("Fomated", &["formatted"]), + ("Bitween", &["between"]), + ("Absolue", &["absolute"]), + ("Exclussive", &["exclusives"]), + ("Documenatation", &["documentation"]), + ("Versios", &["versions"]), + ("Assocations", &["associations"]), + ("Technitian", &["technician"]), + ("Alrady", &["already"]), + ("Exat", &["exact"]), + ("Planatery", &["planetary"]), + ("Doubldes", &["doubles"]), + ("Regulatories", &["regulators"]), + ("Apprended", &["appended", "apprehended"]), + ("Inidvidual", &["individual"]), + ("Painfullly", &["painfully"]), + ("Incoporated", &["incorporated"]), + ("Tupples", &["tuples"]), + ("Thining", &["thinking", "thinning"]), + ("Messeage", &["message"]), + ("Refereneced", &["referenced"]), + ("Eceptions", &["exceptions"]), + ("Pershusly", &["preciously"]), + ("Ingreediants", &["ingredients"]), + ("Containuations", &["continuations"]), + ("Experiemnt", &["experiment"]), + ("Pubilshers", &["publishers"]), + ("Frindly", &["friendly"]), + ("Fomater", &["formatter"]), + ("Recommandation", &["recommendation"]), + ("Transporation", &["transportation"]), + ("Virutalenv", &["virtualenv"]), + ("Conttribute", &["contribute"]), + ("Ciricle", &["circle"]), + ("Bounaaries", &["boundaries"]), + ("Troubador", &["troubadour"]), + ("Expediate", &["expedite"]), + ("Tournyes", &["tourneys"]), + ("Formua", &["formula"]), + ("Repostory", &["repository"]), + ("Endevour", &["endeavour"]), + ("Retransmited", &["retransmitted"]), + ("Immortalis", &["immortals"]), + ("Deserialsiation", &["deserialisation"]), + ("Repearedly", &["repealed"]), + ("Connecticunts", &["connecticut"]), + ("Radioactice", &["radioactive"]), + ("Paramerts", &["parameters"]), + ("Substract", &["subtract"]), + ("Develompents", &["developments"]), + ("Selet", &["select"]), + ("Deligate", &["delegate"]), + ("Tootonic", &["teutonic"]), + ("Heder", &["header"]), + ("Umcomfortably", &["uncomfortably"]), + ("Lepracy", &["leprosy"]), + ("Toglled", &["toggled"]), + ("Northwesten", &["northwestern"]), + ("Inferioir", &["inferior"]), + ("Replacite", &["replicate"]), + ("Populatiry", &["popularity"]), + ("Clairty", &["clarity"]), + ("Australlian", &["australian"]), + ("Cluprit", &["culprit"]), + ("Negotites", &["negotiates"]), + ("Nedlessly", &["endlessly"]), + ("Invoved", &["involved"]), + ("Examnple", &["example"]), + ("Crosshar", &["crosshair"]), + ("Relapes", &["relapse"]), + ("Capaacity", &["capacity"]), + ("Follwoiong", &["following"]), + ("Temprararily", &["temporarily"]), + ("Executuons", &["executions"]), + ("Fropm", &["from"]), + ("Rlated", &["related"]), + ("Stadnardised", &["standardised"]), + ("Prostituye", &["prostitute"]), + ("Entartaining", &["entertaining"]), + ("Commpaction", &["compaction"]), + ("Penatenturies", &["penitentiaries"]), + ("Artifict", &["artifact"]), + ("Proficinecy", &["proficiency"]), + ("Descvription", &["description"]), + ("Simptomatically", &["symptomatically"]), + ("Annonomusly", &["anonymously"]), + ("Characts", &["characters"]), + ("Jounralistic", &["journalistic"]), + ("Mutiliated", &["mutilated"]), + ("Cellebrates", &["celebrates"]), + ("Priviledges", &["privileges"]), + ("Perforaming", &["performing"]), + ("Unstall", &["install", "uninstall"]), + ("Coversions", &["conversions"]), + ("Brielfy", &["briefly"]), + ("Indetification", &["identification"]), + ("Legnth", &["length"]), + ("Adges", &["edges", "badges", "adages"]), + ("Exhalted", &["exalted"]), + ("Boudry", &["boundary"]), + ("Beliefable", &["believable"]), + ("Corrrect", &["correct"]), + ("Indepedently", &["independently"]), + ("Ucrrently", &["currently"]), + ("Individial", &["individual"]), + ("Nymber", &["number"]), + ("Perserved", &["preserved"]), + ("Algorihms", &["algorithms"]), + ("Charactaristics", &["characteristics"]), + ("Envirnoment", &["environment"]), + ("Histarical", &["historical"]), + ("Siguret", &["cigaret"]), + ("Lightrooom", &["lightroom"]), + ("Introducting", &["introduction"]), + ("Circumwent", &["circumvent"]), + ("Efficienty", &["efficiently"]), + ("Beaurocratically", &["bureaucratically"]), + ("Assosiative", &["associative"]), + ("Trasnaction", &["transaction"]), + ("Mircoscope", &["microscope"]), + ("Scracthes", &["scratches"]), + ("Optimizaers", &["optimizers"]), + ("Melborne", &["melbourne"]), + ("Heirarchic", &["hierarchic"]), + ("Survery", &["survey"]), + ("Wakup", &["wakeup"]), + ("Incrmentally", &["incrementally"]), + ("Sculpteur", &["sculpture"]), + ("Subsequenty", &["subsequently"]), + ("Encrcypt", &["encrypt"]), + ("Seeen", &["seen"]), + ("Criterias", &["criteria"]), + ("Aranged", &["arranged"]), + ("Soflty", &["softly"]), + ("Implicatons", &["implications"]), + ("Accodred", &["accorded"]), + ("Incrementas", &["increments"]), + ("Swithces", &["switches"]), + ("Crusiing", &["cruising"]), + ("Commadline", &["commandline"]), + ("Intruige", &["intrigue"]), + ("Geneates", &["generates"]), + ("Itentionally", &["intentionally"]), + ("Threatining", &["threatening"]), + ("Strucrured", &["structured"]), + ("Indiania", &["indiana"]), + ("Docmenetation", &["documentation"]), + ("Frequancy", &["frequency"]), + ("Setis", &["settees"]), + ("Stringet", &["stringent"]), + ("Chipet", &["chipset"]), + ("Valentiens", &["valentines"]), + ("Appereances", &["appearances"]), + ("Attaached", &["attached"]), + ("Frivilous", &["frivolous"]), + ("Serounding", &["surrounding"]), + ("Chanaged", &["changed"]), + ("Experienceing", &["experiencing"]), + ("Lenghs", &["lengths"]), + ("Handeles", &["handles"]), + ("Doubellift", &["doublelift"]), + ("Bycicles", &["bicycles"]), + ("Descovery", &["discovery"]), + ("Descprition", &["descriptions"]), + ("Copyrigted", &["copyrighted"]), + ("Somethibng", &["something"]), + ("Experimdntation", &["experimentation"]), + ("Linguistcs", &["linguistics"]), + ("Isntructed", &["instructed"]), + ("Steriotypical", &["stereotypical"]), + ("Negotioting", &["negotiating"]), + ("Multiplicacion", &["multiplication"]), + ("Revsion", &["revision"]), + ("Defectus", &["defects"]), + ("Lepracan", &["leprechaun"]), + ("Continualy", &["continually"]), + ("Suprized", &["surprised"]), + ("Vulnerabule", &["vulnerable"]), + ("Savere", &["severe"]), + ("Tolerants", &["tolerates"]), + ("Sepeators", &["separators"]), + ("Soveregin", &["sovereign"]), + ("Amohetamines", &["amphetamines"]), + ("Accessoires", &["accessories", "accessorise"]), + ("Adapers", &["adapters"]), + ("Relentlessy", &["relentlessly"]), + ("Milivolts", &["millivolts"]), + ("Keywors", &["keywords"]), + ("Nazionalists", &["nationalists"]), + ("Islamsit", &["islamist"]), + ("Synthethic", &["synthetic"]), + ("Blochchain", &["blockchain"]), + ("Requiremnts", &["requirements"]), + ("Overextimating", &["overestimating"]), + ("Connctions", &["connections"]), + ("Prophacy", &["prophecy"]), + ("Camelions", &["chameleons"]), + ("Reseted", &["reset"]), + ("Decortive", &["decorative"]), + ("Expemts", &["exempts"]), + ("Perferential", &["preferential"]), + ("Upgeraded", &["upgraded"]), + ("Othewrise", &["otherwise"]), + ("Tempates", &["templates"]), + ("Beethoveen", &["beethoven"]), + ("Aditionally", &["additionally"]), + ("Okat", &["okay"]), + ("Discreminates", &["discriminates"]), + ("Parmaeter", &["parameter"]), + ("Engagemnts", &["engagements"]), + ("Natched", &["matched"]), + ("Pevents", &["prevents"]), + ("Cahgnes", &["changes"]), + ("Hetrogeneous", &["heterogeneous"]), + ("Hability", &["ability"]), + ("Devaint", &["deviant"]), + ("Respectifs", &["respects"]), + ("Ellements", &["elements"]), + ("Anarkist", &["anarchist"]), + ("Idae", &["idea"]), + ("Comfortablely", &["comfortably"]), + ("Forigener", &["foreigner"]), + ("Microwavers", &["microwaves"]), + ("Acronmys", &["acronyms"]), + ("Recurive", &["recursive"]), + ("Industires", &["industries"]), + ("Injest", &["ingest"]), + ("Definitlely", &["definitely"]), + ("Prolematic", &["problematic"]), + ("Varified", &["verified"]), + ("Wacther", &["watcher"]), + ("Jasmien", &["jasmine"]), + ("Dissappeared", &["disappeared"]), + ("Traslations", &["translations"]), + ("Statup", &["startup"]), + ("Vulernable", &["vulnerable"]), + ("Electrolyes", &["electrolytes"]), + ("Fustrating", &["frustrating"]), + ("Recogniced", &["recognised"]), + ("Serrebral", &["cerebral"]), + ("Follfowong", &["following"]), + ("Supriously", &["spuriously"]), + ("Preseverence", &["perseverance"]), + ("Instructino", &["instruction"]), + ("Spefiifications", &["specifications"]), + ("Eygptians", &["egyptians"]), + ("Sympathsizer", &["sympathizers"]), + ("Depreacted", &["deprecated"]), + ("Instlals", &["instals"]), + ("Saddnes", &["saddens"]), + ("Notoreous", &["notorious"]), + ("Wavelenghth", &["wavelength"]), + ("Irresponsibe", &["irresponsible"]), + ("Wirters", &["writers"]), + ("Compagnons", &["companions"]), + ("Replcace", &["replace"]), + ("Unsucessully", &["unsuccessfully"]), + ("Acccessing", &["accessing"]), + ("Curcible", &["crucible"]), + ("Verisoner", &["versioner"]), + ("Caclulates", &["calculates"]), + ("Seting", &["setting"]), + ("Oregeno", &["oregano"]), + ("Canistre", &["canister"]), + ("Permanant", &["permanent"]), + ("Plesae", &["please"]), + ("Autonegotionation", &["autonegotiation"]), + ("Picknics", &["picnics"]), + ("Certfied", &["certified"]), + ("Servise", &["service"]), + ("Execuete", &["execute"]), + ("Volumn", &["volume"]), + ("Unsychronize", &["unsynchronize"]), + ("Reperesentations", &["representations"]), + ("Disastrosi", &["disastrous"]), + ("Ligthen", &["lighten"]), + ("Homosexuales", &["homosexuals"]), + ("Termniated", &["terminated"]), + ("Unneccecarily", &["unnecessarily"]), + ("Circumstanta", &["circumstantial"]), + ("Profitabiliy", &["profitability"]), + ("Contentous", &["contentious"]), + ("Ouptuting", &["outputting"]), + ("Theis", &["this", "thesis"]), + ("Formulatoin", &["formulation"]), + ("Crowshay", &["crochet"]), + ("Pharmasutical", &["pharmaceutical"]), + ("Bluebery", &["blueberry"]), + ("Malyasia", &["malaysia"]), + ("Exploitatie", &["exploitative"]), + ("Valud", &["valid", "value"]), + ("Downrades", &["downgrades"]), + ("Burjuns", &["burgeons"]), + ("Copywrite", &["copyright"]), + ("Reparamterising", &["reparameterising"]), + ("Researve", &["reserve"]), + ("Expidetion", &["expedition"]), + ("Cymptumatic", &["symptomatic"]), + ("Manifestacion", &["manifestation"]), + ("Austrai", &["austria"]), + ("Scrpiting", &["scripting"]), + ("Fasening", &["fastening"]), + ("Rountriping", &["roundtripping"]), + ("Ciricular", &["circular"]), + ("Inludes", &["includes"]), + ("Ammortizes", &["amortizes"]), + ("Mirorred", &["mirrored"]), + ("Overloards", &["overload"]), + ("Convinve", &["convince"]), + ("Thn", &["then"]), + ("Keybaords", &["keyboards"]), + ("Pantehon", &["pantheon"]), + ("Currectly", &["correctly", "currently"]), + ("Swithced", &["switched"]), + ("Immaturaty", &["immaturity"]), + ("Horizobtal", &["horizontal"]), + ("Perpretator", &["perpetrators"]), + ("Optmized", &["optimized"]), + ("Guatamalan", &["guatemalan"]), + ("Skrimish", &["skirmish"]), + ("Curiousity", &["curiosity"]), + ("Critizizing", &["criticizing"]), + ("Mistatching", &["mismatching"]), + ("Allowd", &["allowed", "allow", "allows"]), + ("Fuctionoid", &["functionoid"]), + ("Attemptes", &["attempts"]), + ("Terimate", &["terminate"]), + ("Gymnistics", &["gymnastics"]), + ("Puting", &["putting"]), + ("Correspoding", &["corresponding"]), + ("Miscarrage", &["miscarriage"]), + ("Conters", &["conteurs", "counters"]), + ("Threatment", &["treatment"]), + ("Authetnticating", &["authenticating"]), + ("Meachnisms", &["mechanisms"]), + ("Guarunteing", &["guaranteeing"]), + ("Repuslive", &["repulsive"]), + ("Correcttly", &["correctly"]), + ("Speficiable", &["specifiable"]), + ("Renegoptionsotiation", &["renegotiation"]), + ("Porportinal", &["proportional"]), + ("Sycled", &["cycled"]), + ("Checout", &["checkout"]), + ("Writtten", &["written"]), + ("Ponits", &["points"]), + ("Authoratitive", &["authoritative"]), + ("Overzelos", &["overzealous"]), + ("Malfucntion", &["malfunction"]), + ("Immadiate", &["immediate"]), + ("Exceptionnal", &["exceptional"]), + ("Subsituted", &["substituted"]), + ("Pornograhy", &["pornography"]), + ("Implemntations", &["implementations"]), + ("Congregacion", &["congregation"]), + ("Decoratieve", &["decorative"]), + ("Vulnerarbility", &["vulnerability"]), + ("Substucture", &["substructure"]), + ("Vulnerablity", &["vulnerability"]), + ("Refrigarator", &["refrigerator"]), + ("Purpuses", &["purposes"]), + ("Adovcates", &["advocates"]), + ("Arcitechture", &["architecture"]), + ("Greatful", &["grateful"]), + ("Prohibitied", &["prohibited"]), + ("Backwardss", &["backwards"]), + ("Yopur", &["your"]), + ("Intertial", &["inertial"]), + ("Certficiation", &["certification"]), + ("Builer", &["builder"]), + ("Illegas", &["illegals"]), + ("Allainces", &["alliances"]), + ("Interpoloates", &["interpolates"]), + ("Defishantly", &["deficiently"]), + ("Lighhtning", &["lightening"]), + ("Invalis", &["invalid"]), + ("Kubernets", &["kubernetes"]), + ("Supposeded", &["supposed"]), + ("Passin", &["passing"]), + ("Remembee", &["remembered"]), + ("Deketing", &["deleting"]), + ("Portugues", &["portuguese"]), + ("Govormental", &["governmental"]), + ("Substans", &["substances"]), + ("Licesnse", &["license"]), + ("Authentcation", &["authentication"]), + ("Arrangemenets", &["arrangements"]), + ("Normalizd", &["normalized"]), + ("Sancturay", &["sanctuary"]), + ("Waritable", &["writable"]), + ("Chanceller", &["chancellor"]), + ("Governered", &["governed"]), + ("Isreali", &["israeli"]), + ("Respnses", &["responses"]), + ("Spectacularily", &["spectacularly"]), + ("Procuce", &["procure", "produce"]), + ("Victorin", &["victorian"]), + ("Vulberabuilities", &["vulnerabilities"]), + ("Funvtioning", &["functioning"]), + ("Manifactured", &["manufactured"]), + ("Neighbeorhoods", &["neighborhoods"]), + ("Compareisons", &["comparisons"]), + ("Bruses", &["bruises"]), + ("Spllitting", &["splitting"]), + ("Uplads", &["uploads"]), + ("Vegetarianos", &["vegetarians"]), + ("Dcuments", &["documents"]), + ("Discepline", &["discipline"]), + ("Deduplaicates", &["deduplicates"]), + ("Occcured", &["occurred"]), + ("Pericings", &["piercings"]), + ("Burritio", &["burrito"]), + ("Cdecompress", &["decompress"]), + ("Intrinsicaly", &["intrinsically"]), + ("Interpresonal", &["interpersonal"]), + ("Performancepcs", &["performances"]), + ("Overloard", &["overload"]), + ("Automatcally", &["automatically"]), + ("Complexitiy", &["complexity"]), + ("Presener", &["presenter"]), + ("Knoe", &["know"]), + ("Compositon", &["composition"]), + ("Romanain", &["romanian"]), + ("Enoughts", &["enough"]), + ("Serimony", &["ceremony"]), + ("Commtted", &["committed"]), + ("Surreptiously", &["surreptitiously"]), + ("Convicto", &["conviction"]), + ("Irreverisble", &["irreversible"]), + ("Pertubated", &["perturbed"]), + ("Listeing", &["listening"]), + ("Promenantly", &["prominently"]), + ("Silouete", &["silhouette"]), + ("Stament", &["statement"]), + ("Theoreticaly", &["theoretically"]), + ("Positiviy", &["positivity"]), + ("Differencess", &["differences"]), + ("Soures", &["sources", "sores", "sours", "soured"]), + ("Expropiation", &["expropriation"]), + ("Becauseq", &["because"]), + ("Recommenting", &["recommending"]), + ("Inresponsive", &["unresponsive"]), + ("Streamys", &["streams"]), + ("Cachline", &["cacheline"]), + ("Existiong", &["existing"]), + ("Inlcine", &["incline"]), + ("Eliminting", &["eliminating"]), + ("Visiuble", &["visible"]), + ("Spehrical", &["spherical"]), + ("Categoy", &["category"]), + ("Harware", &["hardware"]), + ("Sumitted", &["submitted"]), + ("Constructiong", &["constructing", "construction"]), + ("Cleanilness", &["cleanliness"]), + ("Executeable", &["executable"]), + ("Socialim", &["socialism"]), + ("Straightend", &["straightened"]), + ("Homophonia", &["homophobia"]), + ("Decompse", &["decompose"]), + ("Platfarms", &["platforms"]), + ("Anythig", &["anything"]), + ("Professiomal", &["professionalism"]), + ("Determenism", &["determinism"]), + ("Socialini", &["socializing"]), + ("Costumized", &["customized"]), + ("Heloer", &["helper"]), + ("Expetected", &["expected"]), + ("Relatibely", &["relatively"]), + ("Cincinnatti", &["cincinnati"]), + ("Orcestras", &["orchestras"]), + ("Remarkabley", &["remarkably"]), + ("Legitamicy", &["legitimacy"]), + ("Nurisher", &["nourisher"]), + ("Childs", &["children"]), + ("Guarnetes", &["guarantees"]), + ("Approched", &["approached"]), + ("Indicato", &["indication"]), + ("Ciritic", &["critic"]), + ("Reconsidder", &["reconsider"]), + ("Speficilleir", &["specifier"]), + ("Perticipate", &["participate"]), + ("Disatisfaction", &["dissatisfaction"]), + ("Contexual", &["contextual"]), + ("Notifiction", &["notification"]), + ("Supportied", &["supported"]), + ("Ecountering", &["encountering"]), + ("Shakesperean", &["shakespeare"]), + ("Prestigios", &["prestigious"]), + ("Algorthns", &["algorithms"]), + ("Actiavting", &["activating"]), + ("Smoothign", &["smoothing"]), + ("Notofocations", &["notifications"]), + ("Workspsaces", &["workspaces"]), + ("Autogenrated", &["autogenerated"]), + ("Difracted", &["diffracted"]), + ("Saferi", &["safari"]), + ("Intreface", &["interface"]), + ("Sepertators", &["separators"]), + ("Micosoft", &["microsoft"]), + ("Metohd", &["method"]), + ("Characterists", &["characteristics"]), + ("Nulllable", &["nullable"]), + ("Somethis", &["somethings"]), + ("Forwrad", &["forward"]), + ("Aggresive", &["aggressive"]), + ("Parameds", &["paramedics"]), + ("Algorhytms", &["algorithms"]), + ("Hypen", &["hyphen"]), + ("Packged", &["packaged"]), + ("Provenence", &["provenance"]), + ("Buddhit", &["buddhist"]), + ("Everytiem", &["everytime"]), + ("Serailised", &["serialised"]), + ("Containeres", &["containers"]), + ("Dichomoty", &["dichotomy"]), + ("Incorparating", &["incorporating"]), + ("Orgnization", &["organization"]), + ("Portraiing", &["portraying"]), + ("Concideration", &["consideration"]), + ("Innovacion", &["innovation"]), + ("Selfiers", &["selfies"]), + ("Compromosing", &["compromising"]), + ("Cirucmference", &["circumference"]), + ("Heaviweight", &["heavyweight"]), + ("Hopelessy", &["hopelessly"]), + ("Specicied", &["specified"]), + ("Destruktors", &["destructors"]), + ("Intialled", &["initialled"]), + ("Cerinomial", &["ceremonial"]), + ("Redings", &["readings"]), + ("Evauluate", &["evaluate"]), + ("Oif", &["of"]), + ("Buffrer", &["buffer"]), + ("Tempearure", &["temperature"]), + ("Truct", &["struct"]), + ("Hexgaonal", &["hexagonal"]), + ("Glorifierad", &["glorified"]), + ("Optimissm", &["optimism"]), + ("Enttries", &["entries"]), + ("Comceptually", &["conceptually"]), + ("Simutaneously", &["simultaneously"]), + ("Initialitsing", &["initialising"]), + ("Silksceened", &["silkscreened"]), + ("Chooose", &["choose"]), + ("Poylgon", &["polygon"]), + ("Thsnking", &["thanking"]), + ("Explecit", &["explicit"]), + ("Accusating", &["accusation"]), + ("Disricts", &["districts"]), + ("Randomez", &["randomized"]), + ("Exapnds", &["expands"]), + ("Unprmopted", &["unprompted"]), + ("Forigven", &["forgiven"]), + ("Htem", &["them"]), + ("Princeses", &["princess"]), + ("Troubeshoot", &["troubleshoot"]), + ("Progapated", &["propagated"]), + ("Inialized", &["initialized"]), + ("Pertrubing", &["perturbing"]), + ("Surpress", &["suppress"]), + ("Definititely", &["definitively"]), + ("Pharmacuetical", &["pharmaceutical"]), + ("Positionial", &["positional"]), + ("Progagation", &["propagation"]), + ("Checbox", &["checkbox"]), + ("Temporyries", &["temporaries"]), + ("Alturistic", &["altruistic"]), + ("Multiplays", &["multiply"]), + ("Insersted", &["inserted"]), + ("Repaitnt", &["repaint"]), + ("Upladad", &["upload", "uploaded"]), + ("Caculates", &["calculates"]), + ("Yestarday", &["yesterday"]), + ("Assicate", &["associate"]), + ("Dedupliated", &["deduplicated"]), + ("Meterologist", &["meteorologist"]), + ("Hiddin", &["hidden", "hiding"]), + ("Congugate", &["conjugate"]), + ("Myselv", &["myself"]), + ("Tehse", &["these"]), + ("Impoverised", &["impoverished"]), + ("Sinse", &["sines", "since"]), + ("Deduplates", &["deduplicates"]), + ("Deamiguate", &["disambiguate"]), + ("Sargant", &["sergeant"]), + ("Legende", &["legendre", "legend", "legends"]), + ("Satsified", &["satisfied"]), + ("Sequeze", &["squeeze", "sequence"]), + ("Expeirimenter", &["experimenter"]), + ("Geographia", &["geographical"]), + ("Bersekrer", &["berserker"]), + ("Suppurted", &["supported"]), + ("Errupted", &["erupted"]), + ("Playofs", &["playoffs"]), + ("Propertis", &["properties"]), + ("Booshelves", &["bookshelves"]), + ("Enviorment", &["environment"]), + ("Incmrement", &["increment"]), + ("Bounadaries", &["boundaries"]), + ("Declartiuon", &["declaration"]), + ("Associationthis", &["associations"]), + ("Regardnig", &["regarding"]), + ("Tempory", &["temporary"]), + ("Sucessses", &["successes"]), + ("Inacurrate", &["inaccurate"]), + ("Forgeting", &["forgetting"]), + ("Subbmitted", &["submitted"]), + ("Specficications", &["specifications"]), + ("Antogonistic", &["antagonistic"]), + ("Definete", &["definite"]), + ("Dickisch", &["dickish"]), + ("Perforamnce", &["performances", "performance"]), + ("Amde", &["made"]), + ("Switcing", &["switching"]), + ("Convaxiity", &["convexity"]), + ("Fanficitons", &["fanfiction"]), + ("Releated", &["related"]), + ("Incarnacion", &["incarnation"]), + ("Clitorios", &["clitoris"]), + ("Renegotiotating", &["renegotiating"]), + ("Chiled", &["child", "chilled"]), + ("Ciritics", &["critics"]), + ("Follwowin", &["following"]), + ("Vanguad", &["vanguard"]), + ("Domension", &["dimension"]), + ("Henc", &["hence"]), + ("Estination", &["estimation"]), + ("Terrforms", &["terraforms"]), + ("Reove", &["remove"]), + ("Feilds", &["fields"]), + ("Compoents", &["components"]), + ("Purchsed", &["purchased"]), + ("Transcipt", &["transcript"]), + ("Attch", &["attach"]), + ("Defaukt", &["default"]), + ("Yatch", &["yacht"]), + ("Highligjtes", &["highlights"]), + ("Phramaceutical", &["pharmaceutical"]), + ("Checkings", &["checkins", "checks"]), + ("Entoxication", &["intoxication"]), + ("Humer", &["humor"]), + ("Nocturen", &["nocturne"]), + ("Desgins", &["designs"]), + ("Evalite", &["evaluate"]), + ("Speficiallifers", &["specifiers"]), + ("Contructions", &["contractions", "constructions"]), + ("Dehyrdation", &["dehydration"]), + ("Sizemology", &["seismology"]), + ("Happended", &["happened"]), + ("Unsupposed", &["unsupported"]), + ("Periwinke", &["periwinkle"]), + ("Chameleooon", &["chameleon"]), + ("Exaggurate", &["exaggerate"]), + ("Uncommpressd", &["uncompressed"]), + ("Unknwoing", &["unknowing"]), + ("Threatments", &["treatments"]), + ("Continer", &["container"]), + ("Distinquishes", &["distinguishes"]), + ("Guarnteeing", &["guaranteeing"]), + ("Aneels", &["anneals"]), + ("Ecxiting", &["exciting"]), + ("Implikation", &["implication"]), + ("Dericed", &["derived"]), + ("Barabrians", &["barbarians"]), + ("Corection", &["correction"]), + ("Beling", &["belong"]), + ("Slaughted", &["slaughtered"]), + ("Tolkein", &["tolkien"]), + ("Summerised", &["summarised"]), + ("Expermentations", &["experimentations"]), + ("Limitant", &["militant"]), + ("Coordonates", &["coordinates"]), + ("Gaurentees", &["guarantees"]), + ("Platfroms", &["platforms"]), + ("Opertaion", &["operation"]), + ("Automicly", &["automatically"]), + ("Vistors", &["visitors"]), + ("Associaton", &["association"]), + ("Inadaquete", &["inadequate"]), + ("Particiapnts", &["participant"]), + ("Distinugish", &["distinguish"]), + ("Caronaviruses", &["coronaviruses"]), + ("Fantasty", &["fantasy"]), + ("Annyoingly", &["annoyingly"]), + ("Progressieve", &["progressive"]), + ("Reffers", &["refers"]), + ("Alterato", &["alteration"]), + ("Sohpisticated", &["sophisticated"]), + ("Connetations", &["connotations"]), + ("Febbruary", &["february"]), + ("Buttong", &["button"]), + ("Simplyfied", &["simplified"]), + ("Symptons", &["symptoms"]), + ("Exceopt", &["exempt"]), + ("Esitmate", &["estimate"]), + ("Noramalised", &["normalised"]), + ("Unimplimented", &["unimplemented"]), + ("Convienient", &["convenient"]), + ("Incrment", &["increment"]), + ("Iterrations", &["iterations"]), + ("Evaludate", &["evaluate"]), + ("Positioing", &["positioning"]), + ("Simplificating", &["simplification"]), + ("Transitionnal", &["transitional"]), + ("Perimetres", &["perimeters"]), + ("Prolicks", &["prolix"]), + ("Overclok", &["overclock"]), + ("Essense", &["essence"]), + ("Serevrless", &["serverless"]), + ("Determiens", &["determines"]), + ("Discound", &["discounted"]), + ("Archvies", &["archives"]), + ("Archictect", &["architect"]), + ("Possibity", &["possibility"]), + ("Onwer", &["owner"]), + ("Guradians", &["guardians"]), + ("Templarius", &["templars"]), + ("Shouldnot", &["shouldnt"]), + ("Equall", &["equal", "equally"]), + ("Nimpho", &["nympho"]), + ("Downgradding", &["downgrading"]), + ("Diagramm", &["diagram"]), + ("Subclassess", &["subclasses"]), + ("Monumentus", &["monuments"]), + ("Poriod", &["period"]), + ("Atached", &["attached"]), + ("Oommits", &["commits"]), + ("Vulerabilities", &["vulnerabilities"]), + ("Assmume", &["assume"]), + ("Miinimizes", &["minimizes"]), + ("Vartical", &["vertical"]), + ("Manufactueres", &["manufactures"]), + ("Multplier", &["multiplier"]), + ("Arguemet", &["argument"]), + ("Contaings", &["contains"]), + ("Goblings", &["goblins"]), + ("Oversimplificaton", &["oversimplification"]), + ("Visibleable", &["visible"]), + ("Beneeth", &["beneath"]), + ("Constatnts", &["constants"]), + ("Strinsg", &["strings"]), + ("Racaus", &["raucous"]), + ("Subscirbed", &["subscribed"]), + ("Thougth", &["thought"]), + ("Underying", &["underlying"]), + ("Executting", &["executing"]), + ("Parial", &["partial"]), + ("Micropones", &["microphones"]), + ("Reassureing", &["reassuring"]), + ("Midtwon", &["midtown"]), + ("Lighitng", &["lighting"]), + ("Anniversairy", &["anniversary"]), + ("Boyfreinds", &["boyfriends"]), + ("Interect", &["interacted", "interact", "intersect"]), + ("Automotove", &["automotive"]), + ("Resintall", &["reinstall"]), + ("Deug", &["debug"]), + ("Resourcde", &["resourced", "resource"]), + ("Dessication", &["desiccation"]), + ("Verifi", &["verify", "verified"]), + ("Descendands", &["descendants"]), + ("Affliciton", &["affliction"]), + ("Brutailty", &["brutality"]), + ("Convicing", &["convincing"]), + ("Singularty", &["singularity"]), + ("Qualitification", &["qualification"]), + ("Destrination", &["destination"]), + ("Nurish", &["nourish"]), + ("Monochromo", &["monochrome"]), + ("Vaild", &["valid"]), + ("Atend", &["attend"]), + ("Aslo", &["also"]), + ("Exchanched", &["exchanged"]), + ("Realationship", &["relationship"]), + ("Aspriin", &["aspirin"]), + ("Candidats", &["candidates"]), + ("Jailborken", &["jailbroken"]), + ("Langueage", &["language"]), + ("Locaises", &["localises"]), + ("Anayltically", &["analytically"]), + ("Applifiers", &["amplifiers"]), + ("Concernt", &["concert"]), + ("Negotatie", &["negotiate"]), + ("Necessaery", &["necessary"]), + ("Nationalisim", &["nationalism"]), + ("Conceivibly", &["conceivably"]), + ("Levetates", &["levitates"]), + ("Dashbaord", &["dashboard"]), + ("Widthn", &["width"]), + ("Acknowleging", &["acknowledging"]), + ("Characteds", &["characters"]), + ("Minimalisitc", &["minimalist"]), + ("Cernomy", &["ceremony"]), + ("Cywgin", &["cygwin"]), + ("Genuinelly", &["genuinely"]), + ("Functonal", &["functional"]), + ("Depeding", &["depending"]), + ("Duplated", &["duplicated"]), + ("Reflectie", &["reflective"]), + ("Exerciese", &["exercises", "exercise"]), + ("Superflouous", &["superfluous"]), + ("Faktoring", &["factoring"]), + ("Ejacluation", &["ejaculation"]), + ("Motiation", &["motivation"]), + ("Volonteer", &["volunteer"]), + ("Udpater", &["updater"]), + ("Withtin", &["within"]), + ("Activeta", &["activate"]), + ("Gisers", &["geysers"]), + ("Nestolgicly", &["nostalgically"]), + ("Shenanagins", &["shenanigans"]), + ("Synonumous", &["synonymous"]), + ("Sepearated", &["separated"]), + ("Monts", &["months"]), + ("Presearver", &["preserver"]), + ("Redemtion", &["redemption"]), + ("Placeholers", &["placeholders"]), + ("Flewant", &["fluent"]), + ("Depection", &["deception"]), + ("Havea", &["have"]), + ("Sponsord", &["sponsored"]), + ("Verrical", &["vertical"]), + ("Experminentation", &["experimentation"]), + ("Abbreviaton", &["abbreviation"]), + ("Kickstater", &["kickstarter"]), + ("Dinasour", &["dinosaur"]), + ("Divsions", &["divisions"]), + ("Suppoed", &["supposed"]), + ("Molestaion", &["molestation"]), + ("Germanus", &["germans"]), + ("Micrphone", &["microphone"]), + ("Dependecy", &["dependency"]), + ("Wrappered", &["wrapped"]), + ("Considdering", &["considering"]), + ("Banhsee", &["banshee"]), + ("Expanble", &["expandable"]), + ("Intelelctual", &["intellectuals"]), + ("Beleaving", &["believing"]), + ("Resintalled", &["reinstalled"]), + ("Sillabuses", &["syllabuses"]), + ("Patten", &["pattern", "patent"]), + ("Touchsceen", &["touchscreen"]), + ("Albiet", &["albeit"]), + ("Upadates", &["updates"]), + ("Preppent", &["prepend", "preprent"]), + ("Parokeality", &["parochiality"]), + ("Primevil", &["primeval"]), + ("Aduiobook", &["audiobook"]), + ("Existet", &["existent"]), + ("Etherent", &["ethernet"]), + ("Nostolgicly", &["nostalgically"]), + ("Suggestes", &["suggests"]), + ("Ecclectic", &["eclectic"]), + ("Catagori", &["category"]), + ("Plansewalkers", &["planeswalker"]), + ("Scirpt", &["script"]), + ("Ohone", &["phone"]), + ("Misnadry", &["misandry"]), + ("Coputed", &["computed"]), + ("Dcokerd", &["dockerd", "docked", "docker"]), + ("Turorials", &["tutorials"]), + ("Chillead", &["chilled"]), + ("Scheudled", &["scheduled"]), + ("Existnace", &["existence"]), + ("Cotave", &["octave"]), + ("Provokative", &["provocative"]), + ("Oppertunities", &["opportunities"]), + ("Ideosincracy", &["idiosyncrasy"]), + ("Accumilated", &["accumulated"]), + ("Acumulate", &["accumulate"]), + ("Escapemant", &["escapement"]), + ("Ogrilla", &["gorilla"]), + ("Chnaging", &["changing"]), + ("Assiciates", &["associates"]), + ("Swtiching", &["switching"]), + ("Librraies", &["libraries"]), + ("Proirity", &["priority"]), + ("Seperatd", &["separated"]), + ("Reqires", &["requires"]), + ("Spoiles", &["spoilers"]), + ("Theive", &["thief"]), + ("Pticher", &["pitcher"]), + ("Observaton", &["observation"]), + ("Involtues", &["involutes"]), + ("Acuires", &["acquires"]), + ("Roataion", &["rotation"]), + ("Conten", &["contain"]), + ("Spcae", &["space"]), + ("Excesv", &["excessive"]), + ("Dashbaords", &["dashboards"]), + ("Capabable", &["capable"]), + ("Thirlling", &["thrilling"]), + ("Subcommnad", &["subcommand"]), + ("Independenantly", &["independently"]), + ("Deimiter", &["delimiter"]), + ("Transmissione", &["transmission"]), + ("Frgament", &["fragment"]), + ("Persucution", &["persecution"]), + ("Funtion", &["function"]), + ("Complimentory", &["complimentary"]), + ("Defendents", &["defendants"]), + ("Interesant", &["interest"]), + ("Demonstartions", &["demonstrations"]), + ("Californican", &["californian"]), + ("Bounardy", &["boundary"]), + ("Conversible", &["convertible"]), + ("Volums", &["volume"]), + ("Mulitipliers", &["multipliers"]), + ("Newcaslte", &["newcastle"]), + ("Checkums", &["checksums"]), + ("Speficers", &["specifiers"]), + ("Apprixamating", &["approximating"]), + ("Rapelling", &["rappelling"]), + ("Alternaties", &["alternates", "alternatives"]), + ("Adjustement", &["adjustment"]), + ("Preferecnes", &["preferences"]), + ("Accumalate", &["accumulate"]), + ("Tabe", &["table"]), + ("Reseach", &["research"]), + ("Accumule", &["accumulate"]), + ("Inidications", &["indications"]), + ("Controversal", &["controversial"]), + ("Initmidate", &["intimidate"]), + ("Oriant", &["orient"]), + ("Comparitave", &["comparative"]), + ("Positiviely", &["positively"]), + ("Exaggarating", &["exaggerating"]), + ("Associaties", &["associates"]), + ("Hyperparamters", &["hyperparameters"]), + ("Settins", &["settings"]), + ("Intialte", &["initialise"]), + ("Translateing", &["translating"]), + ("Techneek", &["technique"]), + ("Affiliaton", &["affiliation"]), + ("Thredhold", &["threshold"]), + ("Exclusivas", &["exclusives"]), + ("Depdenencies", &["dependencies"]), + ("Liberry", &["library"]), + ("Dezinens", &["denizens"]), + ("Vulberabillity", &["vulnerability"]), + ("Notwhithstanding", &["notwithstanding"]), + ("Appareil", &["apparel"]), + ("Execune", &["execute"]), + ("Psaswd", &["passwd"]), + ("Levl", &["level"]), + ("Vocabularly", &["vocabulary"]), + ("Possble", &["possible"]), + ("Incognitio", &["incognito"]), + ("Lage", &["large"]), + ("Artifial", &["artificial"]), + ("Tipically", &["typically"]), + ("Reccursive", &["recursive"]), + ("Varians", &["variants"]), + ("Millisencond", &["millisecond"]), + ("Conectix", &["connectix"]), + ("Inot", &["into"]), + ("Archetect", &["architect"]), + ("Negotianing", &["negotiating"]), + ("Compatiable", &["compatible"]), + ("Undenaibly", &["undeniably"]), + ("Parellelogram", &["parallelogram"]), + ("Whitsles", &["whistles"]), + ("Torwards", &["towards"]), + ("Cherch", &["church"]), + ("Distnace", &["distance"]), + ("Bracnhes", &["branches"]), + ("Neighrours", &["neighbours"]), + ("Costumize", &["customize"]), + ("Unconvensional", &["unconventional"]), + ("Mesaureed", &["measured"]), + ("Inaproppriate", &["inappropriate"]), + ("Mobiliy", &["mobility"]), + ("Simluate", &["simulate"]), + ("Datatytpe", &["datatype"]), + ("Follwwinwg", &["following"]), + ("Incomfortable", &["uncomfortable"]), + ("Decosing", &["decoding"]), + ("Inticracies", &["intricacies"]), + ("Penetrarion", &["penetration"]), + ("Electromagentic", &["electromagnetic"]), + ("Cjange", &["change"]), + ("Offfences", &["offences"]), + ("Elemenst", &["elements"]), + ("Govenrments", &["governments"]), + ("Descentences", &["descendents"]), + ("Coefficent", &["coefficient"]), + ("Becacdd", &["because"]), + ("Nastertiums", &["nasturtiums"]), + ("Experiminter", &["experimenter"]), + ("Cordiante", &["coordinate"]), + ("Configutes", &["configures"]), + ("Simulatore", &["simulate"]), + ("Normlly", &["normally"]), + ("Forgoten", &["forgotten"]), + ("Uppstreamed", &["upstreamed"]), + ("Percenatge", &["percentages", "percentage"]), + ("Restiring", &["restoring"]), + ("Interescting", &["intersecting"]), + ("Contestes", &["contests"]), + ("Caridovascular", &["cardiovascular"]), + ("Barabrian", &["barbarian"]), + ("Comsumers", &["consumers"]), + ("Voilating", &["violating"]), + ("Psycological", &["psychological"]), + ("Firendlies", &["friendlies"]), + ("Paramer", &["parameter"]), + ("Spacifics", &["specifics"]), + ("Inpenetrable", &["impenetrable"]), + ("Mordibly", &["morbidly"]), + ("Dispensarie", &["dispenser"]), + ("Regardin", &["regarding"]), + ("Inhabitans", &["inhabitants"]), + ("Shortkut", &["shortcut"]), + ("Subnegotiotations", &["subnegotiations"]), + ("Comperhend", &["comprehend"]), + ("Variatnt", &["variant"]), + ("Rigt", &["right"]), + ("Emmited", &["emitted"]), + ("Makse", &["makes", "masks"]), + ("Conditialy", &["conditionally"]), + ("Chowse", &["choose", "chose"]), + ("Batchleur", &["bachelor"]), + ("Themsleves", &["themselves"]), + ("Poitns", &["points"]), + ("Jagid", &["jagged"]), + ("Scketched", &["sketched"]), + ("Acsess", &["access"]), + ("Unexpested", &["unexpected"]), + ("Interasting", &["interacting"]), + ("Equvalent", &["equivalent"]), + ("Longiude", &["longitude"]), + ("Currupted", &["corrupted"]), + ("Spefixations", &["specifications"]), + ("Aesthatics", &["aesthetics"]), + ("Cyrllic", &["cyrillic"]), + ("Noteworty", &["noteworthy"]), + ("Negotitations", &["negotiations"]), + ("Verfifier", &["verifier"]), + ("Victoriuous", &["victorious"]), + ("Originially", &["originally"]), + ("Committs", &["commits"]), + ("Fountan", &["fountain"]), + ("Ancapsulate", &["encapsulate"]), + ("Foreginers", &["foreigners"]), + ("Geneticlly", &["genetically"]), + ("Indefinitrelly", &["indefinitely"]), + ("Extensiones", &["extensions"]), + ("Nationalisn", &["nationals"]), + ("Valetta", &["valletta"]), + ("Checkear", &["checker"]), + ("Conaines", &["contains"]), + ("Cocktrice", &["cockatrice"]), + ("Mercenaire", &["mercenaries"]), + ("Underminning", &["undermining"]), + ("Celebrites", &["celebrities"]), + ("Excpetionally", &["exceptionally"]), + ("Conveniantly", &["conveniently"]), + ("Cariier", &["carrier"]), + ("Anulling", &["annulling"]), + ("Temporarly", &["temporary", "temporarily"]), + ("Specic", &["specific"]), + ("Certian", &["certain"]), + ("Cigeratte", &["cigarette"]), + ("Dpuble", &["double"]), + ("Catapillar", &["caterpillar"]), + ("Butterlfy", &["butterfly"]), + ("Manange", &["manage"]), + ("Requird", &["required"]), + ("Follwoer", &["follower"]), + ("Sincerly", &["sincerely"]), + ("Cotain", &["contain"]), + ("Esumption", &["resumption"]), + ("Billborads", &["billboards"]), + ("Debugee", &["debuggee"]), + ("Failrue", &["failure"]), + ("Thankfuly", &["thankfully"]), + ("Argubaly", &["arguably"]), + ("Aftermaket", &["aftermarket"]), + ("Tsamina", &["stamina"]), + ("Exceutor", &["executor"]), + ("Encorporating", &["incorporating"]), + ("Hertzs", &["hertz"]), + ("Herculeas", &["hercules"]), + ("Recenet", &["recent"]), + ("Congratualte", &["congratulate"]), + ("Squirrtle", &["squirrel"]), + ("Depencency", &["dependency"]), + ("Bruse", &["bruise"]), + ("Prabably", &["probably"]), + ("Quesions", &["questions"]), + ("Transistion", &["transition"]), + ("Captalized", &["capitalized"]), + ("Reuptable", &["reputable"]), + ("Unknowinly", &["unknowingly"]), + ("Wtiches", &["witches"]), + ("Exatract", &["extract"]), + ("Complie", &["compile", "complice", "complied"]), + ("Reminise", &["reminisce"]), + ("Spoonfulls", &["spoonfuls"]), + ("Commansd", &["commands"]), + ("Questional", &["questionable"]), + ("Abtraction", &["abstraction"]), + ("Disscused", &["discussed"]), + ("Befreind", &["befriend"]), + ("Grandchilderen", &["grandchildren"]), + ("Concret", &["concert"]), + ("Instread", &["instead"]), + ("Metatata", &["metadata"]), + ("Dilligence", &["diligence"]), + ("Overrrun", &["overrun"]), + ("Inconlusive", &["inconclusive"]), + ("Knowladge", &["knowledge"]), + ("Anecodtal", &["anecdotal"]), + ("Embasssy", &["embassy"]), + ("Roduceer", &["producer"]), + ("Coorperations", &["corporations", "cooperations"]), + ("Uptreaming", &["upstreaming"]), + ("Perpetraitor", &["perpetrator"]), + ("Commissons", &["commissions"]), + ("Saerching", &["searching"]), + ("Advantageus", &["advantageous"]), + ("Unitialzied", &["uninitialized"]), + ("Natuilus", &["nautilus"]), + ("Artisitc", &["artistic"]), + ("Corrresponds", &["corresponds"]), + ("Deplicated", &["deprecated"]), + ("Recntly", &["recently"]), + ("Evluating", &["evaluating"]), + ("Certiticate", &["certificate"]), + ("Thermoneter", &["thermometer"]), + ("Maesure", &["measure"]), + ("Presumendo", &["presumed"]), + ("Exepmtions", &["exemptions"]), + ("Equivalnce", &["equivalence"]), + ("Andorid", &["android"]), + ("Repeadedly", &["repeatedly"]), + ("Inituition", &["initiation"]), + ("Suvh", &["such"]), + ("Explicitely", &["explicitly"]), + ("Disgruntaled", &["disgruntled"]), + ("Sansitizer", &["sanitizer"]), + ("Companinion", &["companion"]), + ("Profitibality", &["profitability"]), + ("Finacee", &["fiancee"]), + ("Immedietely", &["immediately"]), + ("Environement", &["environment"]), + ("Philosohpical", &["philosophical"]), + ("Possiblilty", &["possibility"]), + ("Aeorspace", &["aerospace"]), + ("Synthsize", &["synthesize"]), + ("Recivers", &["receivers"]), + ("Componeent", &["component"]), + ("Extreanous", &["extraneous"]), + ("Inherith", &["inherit"]), + ("Orignate", &["originate"]), + ("Civiliaztion", &["civilizations"]), + ("Fileding", &["fielding"]), + ("Arument", &["argument"]), + ("Contribue", &["contribute"]), + ("Comfortablly", &["comfortably"]), + ("Perferrm", &["perform"]), + ("Itnerfaces", &["interfaces"]), + ("Congragation", &["congregation"]), + ("Exhasutive", &["exhaustive"]), + ("Transaltors", &["translators"]), + ("Handwriten", &["handwritten"]), + ("Rememors", &["remembers"]), + ("Devided", &["divided"]), + ("Competion", &["competition", "completion"]), + ("Nottaions", &["notations"]), + ("Experimentaited", &["experimented"]), + ("Vamipres", &["vampires"]), + ("Acrosss", &["across"]), + ("Behabiour", &["behaviour"]), + ("Misimformed", &["misinformed"]), + ("Detectiona", &["detection", "detections"]), + ("Regresion", &["regression"]), + ("Aroun", &["around"]), + ("Introvered", &["introverted"]), + ("Extrememe", &["extreme"]), + ("Artemios", &["artemis"]), + ("Parallells", &["parallels"]), + ("Transtormed", &["transformed"]), + ("Coefficents", &["coefficients"]), + ("Unsubstansiated", &["unsubstantiated"]), + ("Bottomost", &["bottommost"]), + ("Diasble", &["disable"]), + ("Rondazyvou", &["rendezvous"]), + ("Cosntraining", &["constraining"]), + ("Chararacters", &["characters"]), + ("Commad", &["command"]), + ("Probablybe", &["probable"]), + ("Necesseary", &["necessary"]), + ("Objectiviser", &["objectives"]), + ("Promiscuious", &["promiscuous"]), + ("Osffsets", &["offsets"]), + ("Algohmic", &["algorithmic"]), + ("Proclam", &["proclaim"]), + ("Aritfacts", &["artifacts"]), + ("Abborts", &["aborts", "abbots"]), + ("Bassic", &["basic"]), + ("Downtraded", &["downgraded"]), + ("Negotable", &["negotiable"]), + ("Initiatied", &["initiated"]), + ("Revoltuions", &["revolutions"]), + ("Disconeection", &["disconnection"]), + ("Inteligability", &["intelligibility"]), + ("Linix", &["linux"]), + ("Aotomatic", &["automatic"]), + ("Transmutter", &["transmitter"]), + ("Niverse", &["inverse"]), + ("Unexpextedly", &["unexpectedly"]), + ("Formalhaut", &["fomalhaut"]), + ("Literarlly", &["literary"]), + ("Infrormation", &["information"]), + ("Dismabiguation", &["disambiguation"]), + ("Reinfornced", &["reinforced"]), + ("Quarantied", &["quarantine"]), + ("Philippenes", &["philippines"]), + ("Develepmont", &["developments"]), + ("Vacumme", &["vacuum"]), + ("Reconecct", &["reconnect"]), + ("Flass", &["class", "glass", "flask", "flash"]), + ("Exchagning", &["exchanging"]), + ("Apetures", &["apertures"]), + ("Presentors", &["presents"]), + ("Knarly", &["gnarly"]), + ("Metaphores", &["metaphors"]), + ("Implemenetaion", &["implementation"]), + ("Calles", &["calls", "called", "caller", "callers"]), + ("Ancesteres", &["ancestors"]), + ("Impossibal", &["impossibly"]), + ("Sleect", &["select"]), + ("Instrament", &["instrument"]), + ("Presrciption", &["prescriptions"]), + ("Sciript", &["script"]), + ("Rendererers", &["renderers"]), + ("Recitfy", &["rectify"]), + ("Dentified", &["identified"]), + ("Exectuing", &["executing"]), + ("Morg", &["morgue"]), + ("Intiailises", &["initialises"]), + ("Survivabililty", &["survivability"]), + ("Sibiling", &["sibling"]), + ("Coeffiecients", &["coefficients"]), + ("Crusor", &["cursor"]), + ("Trianlge", &["triangle"]), + ("Littelry", &["literally"]), + ("Happennings", &["happenings"]), + ("Cirquit", &["circuit"]), + ("Deterant", &["deterrent"]), + ("Ellipitcal", &["elliptical"]), + ("Contradicitng", &["contradicting"]), + ("Hyprocisy", &["hypocrisy"]), + ("Momomentos", &["mementos", "moments"]), + ("Overwhlemed", &["overwhelmed"]), + ("Emptry", &["empty"]), + ("Fertilizar", &["fertilizer"]), + ("Slewth", &["sleuth"]), + ("Conditionaly", &["conditionally"]), + ("Onwee", &["ennui"]), + ("Geographich", &["geographic"]), + ("Removce", &["remove"]), + ("Pretensious", &["pretentious"]), + ("Hases", &["hashes"]), + ("Straightn", &["straighten"]), + ("Succesfull", &["successful"]), + ("Arrang", &["arrange"]), + ("Assiocate", &["associate"]), + ("Insteading", &["instead"]), + ("Convertions", &["conversions"]), + ("Confursed", &["confused"]), + ("Broozes", &["bruises"]), + ("Deminsions", &["dimensions"]), + ("Childeren", &["children"]), + ("Sycles", &["cycles"]), + ("Pabel", &["panel"]), + ("Conatains", &["contains"]), + ("Stadnardized", &["standardized"]), + ("Doublded", &["doubled"]), + ("Locaiting", &["locating"]), + ("Interript", &["interrupt"]), + ("Paraylzed", &["paralyzed"]), + ("Carbien", &["carbine"]), + ("Excect", &["except", "expect"]), + ("Agregates", &["aggregates"]), + ("Faincee", &["fiancee"]), + ("Encylcopedia", &["encyclopedia"]), + ("Presumibly", &["presumably"]), + ("Coordiantor", &["coordinator"]), + ("Enountering", &["encountering"]), + ("Recommnds", &["recommends"]), + ("Packade", &["packaged"]), + ("Subtructing", &["subtracting"]), + ("Cluter", &["cluster"]), + ("Interveiwed", &["interviewed"]), + ("Discrepencies", &["discrepancies"]), + ("Signicant", &["significant"]), + ("Succeeeds", &["succeeds"]), + ("Avaiible", &["available"]), + ("Depreacte", &["deprecate"]), + ("Nullalbe", &["nullable"]), + ("Therapetic", &["therapeutic"]), + ("Undebiably", &["undeniably"]), + ("Envleope", &["envelope"]), + ("Accumalated", &["accumulated"]), + ("Cabients", &["cabinets"]), + ("Abortificant", &["abortifacient"]), + ("Exeuctioner", &["executioner"]), + ("Inpossibility", &["impossibility"]), + ("Progressisme", &["progresses"]), + ("Prdpagate", &["propagate"]), + ("Aircarft", &["aircraft"]), + ("Africanos", &["africans"]), + ("Follws", &["follows"]), + ("Incoprorating", &["incorporating"]), + ("Briges", &["bridges"]), + ("Primarilly", &["primarily"]), + ("Hatesink", &["heatsink"]), + ("Disconections", &["disconnections"]), + ("Corresponting", &["corresponding"]), + ("Serwer", &["server", "sewer"]), + ("Manaully", &["manually"]), + ("Correcttness", &["correctness"]), + ("Folowwiwng", &["following"]), + ("Recreationnal", &["recreational"]), + ("Presest", &["presets"]), + ("Parntership", &["partnership"]), + ("Fossiles", &["fossils"]), + ("Thje", &["the"]), + ("Neesting", &["nesting"]), + ("Decrytpion", &["decryption"]), + ("Soundrtack", &["soundtracks"]), + ("Interperters", &["interpreter", "interpreters"]), + ("Miplementation", &["implementation"]), + ("Initialisatons", &["initialisations"]), + ("Alternateively", &["alternatively"]), + ("Opportuity", &["opportunity"]), + ("Spefixeir", &["specifier"]), + ("Errorneously", &["erroneously"]), + ("Fossilis", &["fossils"]), + ("Pancaks", &["pancakes"]), + ("Positoning", &["positioning"]), + ("Romoves", &["removes"]), + ("Comparissions", &["comparisons"]), + ("Agrgressively", &["aggressively"]), + ("Complicaitons", &["complication"]), + ("Themselfes", &["themselves"]), + ("Stript", &["stripped", "script"]), + ("Maintaning", &["maintaining"]), + ("Implemenet", &["implements", "implement"]), + ("Employeer", &["employer"]), + ("Constructior", &["constructor"]), + ("Criculating", &["circulating"]), + ("Expession", &["expression"]), + ( + "Supercalifragilisticexpialidoceous", + &["supercalifragilisticexpialidocious"], + ), + ("Ovrridable", &["overridable"]), + ("Scandonavian", &["scandinavian"]), + ("Replubic", &["republic"]), + ("Indivudal", &["individual"]), + ("Charimastic", &["charismatic"]), + ("Insurace", &["insurance"]), + ("Recipeints", &["recipients"]), + ("Parrallell", &["parallel"]), + ("Fand", &["fang", "find"]), + ("Atribs", &["attribs"]), + ("Extermally", &["externally"]), + ("Sapeenas", &["subpoenas"]), + ("Unoptimzed", &["unoptimized"]), + ("Probblems", &["problems"]), + ("Weas", &["was"]), + ("Politicin", &["politician"]), + ("Cannibas", &["cannabis"]), + ("Encyrpt", &["encrypt"]), + ("Complecations", &["complications"]), + ("Befow", &["below"]), + ("Withold", &["withhold"]), + ("Randazyvooed", &["rendezvoused"]), + ("Cips", &["chips"]), + ("Identfier", &["identifier"]), + ("Convenent", &["convenient"]), + ("Comprossor", &["compressor"]), + ("Colleages", &["colleagues"]), + ("Dusfunctional", &["dysfunctional"]), + ("Replicaes", &["replicates"]), + ("Unweildly", &["unwieldy"]), + ("Akkumulate", &["accumulate"]), + ("Devirutalized", &["devirtualized"]), + ("Speficitifes", &["specifies"]), + ("Theared", &["threaded"]), + ("Tranclucent", &["translucent"]), + ("Warpper", &["warper", "wrapper"]), + ("Unnessecary", &["unnecessary"]), + ("Insepection", &["inspection"]), + ("Authobiographic", &["autobiographic"]), + ("Astranauts", &["astronauts"]), + ("Mountpionts", &["mountpoints"]), + ("Spefifer", &["specifier"]), + ("Codo", &["code"]), + ("Observ", &["observe"]), + ("Portary", &["portray"]), + ("Exmaple", &["example"]), + ("Gnored", &["ignored"]), + ("Invulnerbale", &["invulnerable"]), + ("Relatated", &["related"]), + ("Blokcing", &["blocking"]), + ("Termostat", &["thermostat"]), + ("Thigny", &["thingy"]), + ("Inaccurasies", &["inaccuracies"]), + ("Disproportionatley", &["disproportionately"]), + ("Lentgh", &["length"]), + ("Definde", &["define", "defined", "defines"]), + ("Ridiculosly", &["ridiculously"]), + ("Portrais", &["portraits"]), + ("Insering", &["inserting"]), + ("Initilializing", &["initializing"]), + ("Fermintation", &["fermentation"]), + ("Endoints", &["endpoints"]), + ("Contructors", &["contractors", "constructors"]), + ("Consciouly", &["consciously"]), + ("Allcater", &["allocator"]), + ("Eneter", &["enter"]), + ("Reinitailise", &["reinitialise"]), + ("Negotatiators", &["negotiators"]), + ("Convincted", &["convince"]), + ("Evalute", &["evaluate"]), + ("Vinyets", &["vignettes"]), + ("Raidoactive", &["radioactive"]), + ("Boold", &["bold", "bool"]), + ("Autheticates", &["authenticates"]), + ("Syntaxically", &["syntactically"]), + ("Timzezones", &["timezones"]), + ("Coordonator", &["coordinator"]), + ("Ithe", &["the"]), + ("Permisssion", &["permissions", "permission"]), + ("Combintation", &["combination"]), + ("Dissabled", &["disabled"]), + ("Peanochle", &["pinochle"]), + ("Instrutions", &["instructions"]), + ("Retireves", &["retrieves"]), + ("Reincarantion", &["reincarnation"]), + ("Restrictie", &["restrictive"]), + ("Coversation", &["conversation"]), + ("Conflcit", &["conflict"]), + ("Feminen", &["feminine"]), + ("Libertarianisme", &["libertarians"]), + ("Costruction", &["construction"]), + ("Abstration", &["abstraction"]), + ("Sportmansship", &["sportsmanship"]), + ("Folllowinwg", &["following"]), + ("Normaliztion", &["normalization"]), + ("Credibilty", &["credibility"]), + ("Accicently", &["accidentally"]), + ("Excpet", &["except"]), + ("Discriminatin", &["discrimination"]), + ("Peristence", &["persistence"]), + ("Neckneards", &["neckbeards"]), + ("Compresers", &["compressors"]), + ("Miminize", &["minimize"]), + ("Cassms", &["chasms"]), + ("Disapprouval", &["disapproval"]), + ("Pocessed", &["processed", "possessed"]), + ("Reconnct", &["reconnect"]), + ("Preced", &["precede"]), + ("Cognizent", &["cognizant"]), + ("Conains", &["contains"]), + ("Guared", &["guard", "guarded"]), + ("Screenshoots", &["screenshot"]), + ("Establising", &["establishing"]), + ("Apprecite", &["appreciate"]), + ("Metophorical", &["metaphorical"]), + ("Punishs", &["punishes"]), + ("Negotitaes", &["negotiates"]), + ("Scracth", &["scratch"]), + ("Nastershums", &["nasturtiums"]), + ("Compramised", &["compromised"]), + ("Iniatives", &["initiatives"]), + ("Charactaristic", &["characteristic"]), + ("Thermomoter", &["thermometer"]), + ("Postcondtions", &["postconditions"]), + ("Marshmalows", &["marshmallows"]), + ("Apolagizing", &["apologizing"]), + ("Intercouse", &["intercourse"]), + ("Spectacuarly", &["spectacular"]), + ("Depature", &["departure"]), + ("Guilio", &["giulio"]), + ("Impliment", &["implement"]), + ("Negotioating", &["negotiating"]), + ("Cancerns", &["cancers"]), + ("Distrobutes", &["distributes"]), + ("Verchew", &["virtue"]), + ("Masturbsting", &["masturbating"]), + ("Supproting", &["supporting"]), + ("Higway", &["highway"]), + ("Randomrs", &["randoms"]), + ("Installationa", &["installation"]), + ("Argumentas", &["arguments"]), + ("Neighborhodd", &["neighborhood"]), + ("Characher", &["character"]), + ("Expermentel", &["experimental"]), + ("Unlockes", &["unlocks"]), + ("Inbankment", &["embankment"]), + ("Unavaialbility", &["unavailability"]), + ("Trasported", &["transported"]), + ("Detectsion", &["detection"]), + ("Dissimialr", &["dissimilar"]), + ("Referandum", &["referendum"]), + ("Strentgh", &["strength"]), + ("Configl", &["config"]), + ("Downvotess", &["downvoters"]), + ("Expeting", &["expecting"]), + ("Tremondously", &["tremendously"]), + ("Hopkings", &["hopkins"]), + ("Trunlde", &["trundle"]), + ("Tranported", &["transported"]), + ("Directrory", &["directory"]), + ("Notifiaction", &["notification"]), + ("Initialzie", &["initialize"]), + ("Dissctor", &["dissector"]), + ("Specisl", &["specials"]), + ("Retieves", &["retrieves"]), + ("Congretation", &["congregation"]), + ("Objectivelly", &["objectively"]), + ("Gernade", &["grenade"]), + ("Intertia", &["inertia"]), + ("Simplication", &["simplification"]), + ("Exceucte", &["execute"]), + ("Requrired", &["required"]), + ("Interrogativo", &["interrogation"]), + ("Collpase", &["collapse"]), + ("Exceprt", &["excerpt"]), + ("Fingertits", &["fingertips"]), + ("Bonsues", &["bonuses"]), + ("Disgustes", &["disgusts"]), + ("Abritrary", &["arbitrary"]), + ("Kake", &["cake", "take"]), + ("Extensivelly", &["extensively"]), + ("Amplifyer", &["amplifier"]), + ("Preperations", &["preparations"]), + ("Commnadline", &["commandline"]), + ("Chaecker", &["checker"]), + ("Condidates", &["candidates"]), + ("Anorexiac", &["anorexic"]), + ("Gardient", &["gradient"]), + ("Undenialbly", &["undeniably"]), + ("Accomplishents", &["accomplishes"]), + ("Creaate", &["create"]), + ("Lighthorse", &["lighthouse"]), + ("Shcool", &["school"]), + ("Broacasting", &["broadcasting"]), + ("Transhpobic", &["transphobic"]), + ("Plethoria", &["plethora"]), + ("Ody", &["body"]), + ("Convinient", &["convenient"]), + ("Adherance", &["adherence"]), + ("Tryavon", &["trayvon"]), + ("Desallocated", &["deallocated"]), + ("Longiudes", &["longitudes"]), + ("Wupport", &["support"]), + ("Overreacton", &["overreaction"]), + ("Discotek", &["discotheque"]), + ("Accending", &["ascending"]), + ("Styilistic", &["stylistic"]), + ("Consituting", &["constituting"]), + ("Contradices", &["contradicts"]), + ("Reqiuem", &["requiem"]), + ("Demostration", &["demonstration"]), + ("Nationailty", &["nationality"]), + ("Devaite", &["deviate"]), + ("Nasvhille", &["nashville"]), + ("Chromosomers", &["chromosomes"]), + ("Miraculaous", &["miraculous"]), + ("Antiviurs", &["antivirus"]), + ("Southernes", &["southerners"]), + ("Abitrate", &["arbitrate"]), + ("Collisons", &["collisions", "collusion", "collusions"]), + ("Emultors", &["emulators"]), + ("Sensititivy", &["sensitivity"]), + ("Vehical", &["vehicle"]), + ("Earthqaukes", &["earthquakes"]), + ("Tecnically", &["technically"]), + ("Definitian", &["definition"]), + ("Thaks", &["thanks"]), + ("Amatur", &["amateur"]), + ("Undercling", &["underlying"]), + ("Dismante", &["dismantle"]), + ("Assumimg", &["assuming"]), + ("Ultimatuum", &["ultimatum"]), + ("Appeares", &["appears"]), + ("Undermineras", &["undermines"]), + ("Specfied", &["specified"]), + ("Bunding", &["binding", "bounding", "bundling"]), + ("Generelize", &["generalize"]), + ("Transction", &["transaction"]), + ("Convine", &["convince", "combine"]), + ("Evreytime", &["everytime"]), + ("Ulterioare", &["ulterior"]), + ("Susncreen", &["sunscreen"]), + ("Intelligant", &["intelligent"]), + ("Addiiton", &["addition"]), + ("Civalizations", &["civilizations"]), + ("Neighberhhood", &["neighborhood"]), + ("Transtioning", &["transitioning"]), + ("Sooaside", &["suicide"]), + ("Tempraarly", &["temporarily"]), + ("Evluated", &["evaluated"]), + ("Develoers", &["developers"]), + ("Attchment", &["attachment"]), + ("Proporcion", &["proportion"]), + ("Unparseable", &["unparsable"]), + ("Jumoed", &["jumped"]), + ("Viewtransfromation", &["viewtransformation"]), + ("Horizantal", &["horizontal"]), + ("Parenthises", &["parenthesis", "parentheses"]), + ("Ilegal", &["illegal"]), + ("Uncertainity", &["uncertainty"]), + ("Acciedential", &["accidental"]), + ("Heavely", &["heavily"]), + ("Entaglements", &["entanglements"]), + ("Eptrapolated", &["extrapolated"]), + ("Reprenting", &["repenting", "representing"]), + ("Confiugred", &["configured"]), + ("Inpracticality", &["impracticality"]), + ("Convet", &["convert"]), + ("Excempted", &["exempted"]), + ("Excessivley", &["excessively"]), + ("Dissimmetrical", &["dissymmetrical"]), + ("Heartborne", &["heartbroken"]), + ("Percential", &["percentile"]), + ("Dependeny", &["dependency"]), + ("Simluation", &["simulation"]), + ("Reguarlizer", &["regularizer"]), + ("Traslalation", &["translation"]), + ("Misdeamenor", &["misdemeanor"]), + ("Scetch", &["sketch"]), + ("Irreversibel", &["irreversible"]), + ("Impres", &["impress"]), + ("Travellodge", &["travelled"]), + ("Versionaddded", &["versionadded"]), + ("Compansating", &["compensating"]), + ("Opporunities", &["opportunities"]), + ("Thermomether", &["thermometer"]), + ("Cracefulness", &["gracefulness"]), + ("Descriptionm", &["description"]), + ("Vaticina", &["vatican"]), + ("Partchett", &["pratchett"]), + ("Separted", &["separated"]), + ("Hypter", &["hyper"]), + ("Reallocaion", &["reallocation"]), + ("Pennisula", &["peninsula"]), + ("Thaught", &["taught", "thought"]), + ("Dijstra", &["dijkstra"]), + ("Exchenging", &["exchanging"]), + ("Inconisistent", &["inconsistent"]), + ("Divisionals", &["divisions"]), + ("Dagners", &["dangers"]), + ("Concission", &["concession"]), + ("Colummns", &["columns"]), + ("Perfurred", &["preferred"]), + ("Mutlipliers", &["multipliers"]), + ("Propositivo", &["proposition"]), + ("Alterately", &["alternately"]), + ("Emissed", &["amassed", "amiss"]), + ("Innovaties", &["innovate"]), + ("Conquerd", &["conquered"]), + ("Calcultate", &["calculate"]), + ("Definicion", &["definition"]), + ("Particpated", &["participated"]), + ("Canceld", &["canceled"]), + ("Resitance", &["resistance"]), + ("Muscualr", &["muscular"]), + ("Braodway", &["broadway"]), + ("Randum", &["random"]), + ("Handedley", &["handedly"]), + ("Fileystems", &["filesystems"]), + ("Partecipate", &["participate"]), + ("Incides", &["indices"]), + ("Conrruptable", &["corruptible"]), + ("Finnisch", &["finnish"]), + ("Independets", &["independents"]), + ("Popuation", &["population"]), + ("Prodcut", &["product"]), + ("Photographier", &["photographer"]), + ("Experimantal", &["experimental"]), + ("Lileral", &["literal"]), + ("Flashig", &["flashing"]), + ("Missleading", &["misleading"]), + ("Guaduloupe", &["guadalupe", "guadeloupe"]), + ("Montaj", &["montage"]), + ("Chrisitanity", &["christianity"]), + ("Preceedes", &["precedes"]), + ("Promotionnal", &["promotional"]), + ("Situatution", &["situation"]), + ("Monumentul", &["monumental"]), + ("Cockraoches", &["cockroaches"]), + ("Uique", &["unique"]), + ("Circumsicion", &["circumcision"]), + ("Survye", &["survey"]), + ("Insensative", &["insensitive"]), + ("Vacestomy", &["vasectomy"]), + ("Perfomrers", &["performers"]), + ("Charactear", &["character"]), + ("Ridiculose", &["ridicule"]), + ("Bibilcal", &["biblical"]), + ("Communitcates", &["communicates"]), + ("Doucments", &["documents"]), + ("Multliplies", &["multiplies"]), + ("Propietry", &["proprietary"]), + ("Tutoriales", &["tutorials"]), + ("Barabric", &["barbaric"]), + ("Bounsd", &["bounds"]), + ("Paradime", &["paradigm"]), + ("Roundign", &["rounding"]), + ("Withelist", &["whitelist"]), + ("Dicotomies", &["dichotomies"]), + ("Amealiarative", &["ameliorative"]), + ("Seperat", &["separate"]), + ("Registing", &["registering"]), + ("Reformattd", &["reformatted"]), + ("Torrentes", &["torrents"]), + ("Dislpays", &["displays"]), + ("Oterwize", &["otherwise"]), + ("Inlcusive", &["inclusive"]), + ("Arbitualy", &["arbitrary"]), + ("Exchangable", &["exchangeable"]), + ("Meaurer", &["measurer"]), + ("Execept", &["except"]), + ("Supporession", &["suppression"]), + ("Diretories", &["directories"]), + ("Hapilly", &["happily"]), + ("Subsidiezed", &["subsidized"]), + ("Cholrine", &["chlorine"]), + ("Visibillity", &["visibility"]), + ("Confgiuration", &["configuration"]), + ("Expeiencing", &["experiencing"]), + ("Argumemnt", &["argument"]), + ("Retreiving", &["retrieving"]), + ("Logarithimic", &["logarithmic"]), + ("Nodulated", &["modulated"]), + ("Adovcated", &["advocated"]), + ("Janury", &["january"]), + ("Advertisters", &["advertisers"]), + ("Ajdectives", &["adjectives"]), + ("Commpresion", &["compression"]), + ("Construt", &["constructs", "construct"]), + ("Phycisist", &["physicist"]), + ("Disapointing", &["disappointing"]), + ("Wilcards", &["wildcards"]), + ("Intrepret", &["interpret"]), + ("Subscribres", &["subscribers", "subscribes"]), + ("Happaned", &["happened"]), + ("Detabase", &["database"]), + ("Paravirutalise", &["paravirtualise"]), + ("Componemts", &["components"]), + ("Ephermal", &["ephemeral"]), + ("Movememts", &["movements"]), + ("Awesomeley", &["awesomely"]), + ("Ammending", &["amending"]), + ("Initilised", &["initialised"]), + ("Defuct", &["defunct"]), + ("Comlpex", &["complex"]), + ("Termintor", &["terminator"]), + ("Referrenced", &["referenced"]), + ("Assigh", &["assign"]), + ("Becaouse", &["because"]), + ("Aplikay", &["appliqué"]), + ("Analisis", &["analysis"]), + ("Espressso", &["espresso"]), + ("Remainign", &["remaining"]), + ("Attackes", &["attackers"]), + ("Thoruim", &["thorium"]), + ("Collpases", &["collapses"]), + ("Diect", &["direct"]), + ("Unspefiified", &["unspecified"]), + ("Updateded", &["updated"]), + ("Passionnate", &["passionate"]), + ("Algorithimically", &["algorithmically"]), + ("Animaiton", &["animation"]), + ("Expeecting", &["expecting"]), + ("Reboto", &["reboot"]), + ("Minumum", &["minimum"]), + ("Projet", &["project"]), + ("Commments", &["comments"]), + ("Troglodite", &["troglodyte"]), + ("Toghether", &["together"]), + ("Architecutres", &["architectures"]), + ("Sepend", &["depend", "suspend"]), + ("Claime", &["claim"]), + ("Keeo", &["keep"]), + ("Confise", &["confines"]), + ("Cycular", &["circular"]), + ("Selectig", &["selecting"]), + ("Insectos", &["insects"]), + ("Perforams", &["performs"]), + ("Acqures", &["acquires"]), + ("Calalog", &["catalog"]), + ("Zookeinee", &["zucchini"]), + ("Copany", &["company"]), + ("Comlaint", &["complaint"]), + ("Undesitable", &["undesirable"]), + ("Produceds", &["produces", "produced"]), + ("Dialgos", &["dialogs"]), + ("Tigthens", &["tightens"]), + ("Communiation", &["communication"]), + ("Arund", &["around"]), + ("Desensitzed", &["desensitized"]), + ("Thes", &["this", "these", "the"]), + ("Commt", &["commit"]), + ("Disrm", &["disarm"]), + ("Congratule", &["congratulate"]), + ("Acknowladges", &["acknowledges"]), + ("Arbitrily", &["arbitrarily"]), + ("Assosication", &["assassination"]), + ("Transperantly", &["transparently"]), + ("Managmenet", &["management"]), + ("Ptyhon", &["python"]), + ("Declarnig", &["declaring"]), + ("Shifitng", &["shifting"]), + ("Eloquantly", &["eloquently"]), + ("Experimnetal", &["experimental"]), + ("Imlimenting", &["implementing"]), + ("Authentiction", &["authentication"]), + ("Sociophatic", &["sociopathic"]), + ("Healthit", &["healthiest"]), + ("Latst", &["latest"]), + ("Destribute", &["distribute"]), + ("Sepperate", &["separate"]), + ("Motherboad", &["motherboard"]), + ("Expectataions", &["expectations"]), + ("Datatstructure", &["datastructure"]), + ("Amphetamenes", &["amphetamines"]), + ("Appriximately", &["approximately"]), + ("Activistion", &["activision"]), + ("Baises", &["biases"]), + ("Experimentatl", &["experimental"]), + ("Insectiverous", &["insectivorous"]), + ("Carcus", &["carcass"]), + ("Collaspes", &["collapses"]), + ("Unnecassary", &["unnecessary"]), + ("Considerstions", &["considerations"]), + ("Necromacer", &["necromancer"]), + ("Agreemnet", &["agreement"]), + ("Unimplemeneted", &["unimplemented"]), + ("Unbanend", &["unbanned"]), + ("Mailformed", &["malformed"]), + ("Capitilize", &["capitalize"]), + ("Correctons", &["corrections"]), + ("Goergia", &["georgia"]), + ("Assumue", &["assume"]), + ("Cylcist", &["cyclist"]), + ("Tomorrw", &["tomorrow"]), + ("Alignmant", &["alignment"]), + ("Grammitical", &["grammatical"]), + ("Timeserie", &["timeseries"]), + ("Ulimited", &["unlimited"]), + ("Refeshes", &["refreshes"]), + ("Secion", &["section"]), + ("Rednerer", &["renderer"]), + ("Brakpoint", &["breakpoint"]), + ("Newmatic", &["pneumatic"]), + ("Vitirol", &["vitriol"]), + ("Dissmisal", &["dismissal"]), + ("Requierements", &["requirements"]), + ("Grpah", &["graph"]), + ("Premissions", &["permissions"]), + ("Minoroties", &["minorities"]), + ("Mecahinsms", &["mechanisms"]), + ("Delibitating", &["debilitating"]), + ("Respectfuly", &["respectfully"]), + ("Highlighed", &["highlighted"]), + ("Incosistente", &["inconsistent"]), + ("Spefixics", &["specifics"]), + ("Flashligth", &["flashlight"]), + ("Spitirually", &["spiritually"]), + ("Eill", &["will"]), + ("Sepculating", &["speculating"]), + ("Subjectivley", &["subjectively"]), + ("Tmorrow", &["tomorrow"]), + ("Furthremore", &["furthermore"]), + ("Inquizition", &["inquisition"]), + ("Scource", &["source", "scouse"]), + ("Worspace", &["workspace"]), + ("Neverhteless", &["nevertheless"]), + ("Mininalist", &["minimalist"]), + ("Packgs", &["packages"]), + ("Deisgners", &["designers"]), + ("Proletaryat", &["proletariat"]), + ("Inluded", &["included"]), + ("Ventilacion", &["ventilation"]), + ("Christiaan", &["christian"]), + ("Effciently", &["efficiently"]), + ("Shotdown", &["shutdown"]), + ("Conecpt", &["concept"]), + ("Benefecial", &["beneficial"]), + ("Travestry", &["travesty"]), + ("Anitque", &["antique"]), + ("Apostrophied", &["apostrophe"]), + ("Pregnencies", &["pregnancies"]), + ("Colourfull", &["colourful", "colourfully"]), + ("Nationalitic", &["nationalistic"]), + ("Nautils", &["nautilus"]), + ("Cilyndrs", &["cylinders"]), + ("Nationalit", &["nationalist"]), + ("Gankign", &["ganking"]), + ("Instanteniously", &["instantaneously"]), + ("Unresponse", &["unresponsive"]), + ("Tigthly", &["tightly"]), + ("Maibe", &["maybe"]), + ("Interoptability", &["interoperability"]), + ("Greate", &["greater", "create", "grate", "great"]), + ("Slienced", &["silenced"]), + ("Simplei", &["simply"]), + ("Chizzelle", &["chisel"]), + ("Experimten", &["experiment"]), + ("Japanease", &["japanese"]), + ("Vreity", &["variety"]), + ("Islmaic", &["islamic"]), + ("Recogise", &["recognise"]), + ("Reconstruciton", &["reconstruction"]), + ("Renegatiotiating", &["renegotiating"]), + ("Orchestraded", &["orchestrated"]), + ("Experimetns", &["experiments"]), + ("Disrepectful", &["disrespectful"]), + ("Avaiability", &["availability"]), + ("Committy", &["committee"]), + ("Substistutions", &["substitutions"]), + ("Authecators", &["authenticators"]), + ("Prejeduces", &["prejudices"]), + ("Undoubtedy", &["undoubtedly"]), + ("Documenetation", &["documentation"]), + ("Initiale", &["initial"]), + ("Unselcts", &["unselects"]), + ("Definetelly", &["definitely"]), + ("Belive", &["believe"]), + ("Guaridan", &["guardian"]), + ("Difficaulty", &["difficulty"]), + ("Babysister", &["babysitter"]), + ("Enble", &["enable"]), + ("Nastershems", &["nasturtiums"]), + ("Intallationpath", &["installationpath"]), + ("Encyplopedia", &["encyclopedia"]), + ("Unsual", &["unusual"]), + ("Oherwise", &["otherwise"]), + ("Desregarding", &["disregarding"]), + ("Uninterruptable", &["uninterruptible"]), + ("Callbck", &["callback"]), + ("Zars", &["czars"]), + ("Callibrating", &["calibrating"]), + ("Unknwowns", &["unknowns"]), + ("Deligthful", &["delightful"]), + ("Incomaptibele", &["incompatible"]), + ("Particuar", &["particular"]), + ("Bounraries", &["boundaries"]), + ("Suseptible", &["susceptible"]), + ("Flacons", &["falcons"]), + ("Perfromances", &["performances"]), + ("Constructos", &["constructs"]), + ("Envrironment", &["environment"]), + ("Jist", &["gist"]), + ("Condenming", &["condemning"]), + ("Planation", &["plantation"]), + ("Expewrimental", &["experimental"]), + ("Reconeccting", &["reconnecting"]), + ("Doorjam", &["doorjamb"]), + ("Reckognize", &["recognize"]), + ("Satisfacting", &["satisfaction"]), + ("Criticicing", &["criticising"]), + ("Descibed", &["described"]), + ("Christiantiy", &["christianity"]), + ("Invitato", &["invitation"]), + ("Sapphirre", &["sapphire"]), + ("Transocded", &["transcoded"]), + ("Delibarate", &["deliberate"]), + ("Backgroound", &["background"]), + ("Borad", &["board"]), + ("Entriy", &["entry", "entries"]), + ("Seseedes", &["secedes"]), + ("Apartmens", &["apartments"]), + ("Conrresponding", &["corresponding"]), + ("Peotry", &["poetry"]), + ("Exceuctes", &["executes"]), + ("Canabelyzing", &["cannibalizing"]), + ("Functtion", &["function"]), + ("Predocessor", &["predecessor"]), + ("Whitelsit", &["whitelist"]), + ("Reslut", &["result"]), + ("Icluding", &["including"]), + ("Practisioner", &["practitioner"]), + ("Napolen", &["napoleon"]), + ("Unalllowed", &["unallowed"]), + ("Diffrentiate", &["differentiate"]), + ("Croatioa", &["croatia"]), + ("Subtitltes", &["subtitle"]), + ("Considerabely", &["considerable"]), + ("Wednesdey", &["wednesday"]), + ("Accumalator", &["accumulator"]), + ("Valuess", &["values"]), + ("Donw", &["down", "done"]), + ("Workrounds", &["workarounds"]), + ("Chancnel", &["channel", "cancel"]), + ("Delievred", &["delivered"]), + ("Reconeccted", &["reconnected"]), + ("Unworthly", &["unworthy"]), + ("Nomralization", &["normalization"]), + ("Unqiue", &["unique"]), + ("Worthelss", &["worthless"]), + ("Venezulea", &["venezuela"]), + ("Identifield", &["identified"]), + ("Commecen", &["commence"]), + ("Satric", &["satiric"]), + ("Indefinate", &["indefinite"]), + ("Screenchot", &["screenshot"]), + ("Consrtuctors", &["constructors"]), + ("Predessecors", &["predecessors"]), + ("Perticular", &["particular"]), + ("Cigarrettes", &["cigarettes"]), + ("Authenfie", &["authenticate"]), + ("Standar", &["standard"]), + ("Automaticaly", &["automatically"]), + ("Ceremonije", &["ceremonies"]), + ("Latitudine", &["latitude"]), + ("Admininstrator", &["administrator"]), + ("Arrage", &["arrange"]), + ("Leary", &["leery"]), + ("Progates", &["propagates"]), + ("Experimentors", &["experiments"]), + ("Milyew", &["milieu"]), + ("Inconsisent", &["inconsistent"]), + ("Particuliar", &["particular"]), + ("Midfiedlers", &["midfielders"]), + ("Similat", &["similar"]), + ("Ignorre", &["ignore"]), + ("Themselvs", &["themselves"]), + ("Propechies", &["prophecies"]), + ("Orgainzation", &["organizations"]), + ("Demonstating", &["demonstrating"]), + ("Refocuss", &["refocus"]), + ("Sacarstic", &["sarcastic"]), + ("Phyiscal", &["physical"]), + ("Syntaxical", &["syntactical"]), + ("Unliaterally", &["unilaterally"]), + ("Receves", &["receives"]), + ("Trimmng", &["trimming"]), + ("Pointetrs", &["pointers"]), + ("Acitvision", &["activision"]), + ("Stabilizied", &["stabilize"]), + ("Torpeados", &["torpedoes"]), + ("Produde", &["produce"]), + ("Assesed", &["assessed"]), + ("Neighbethoods", &["neighborhoods"]), + ("Distrcts", &["districts"]), + ("Coupel", &["couple"]), + ("Derectory", &["directory"]), + ("Spindels", &["spindles"]), + ("Signabl", &["signable", "signal"]), + ("Teetotlers", &["teetotalers"]), + ("Nessessary", &["necessary"]), + ("Correllate", &["correlate"]), + ("Capitans", &["captains"]), + ("Interupt", &["interrupt"]), + ("Respectons", &["respects"]), + ("Cleanliess", &["cleanliness"]), + ("Ephemerial", &["ephemeral"]), + ("Esimation", &["estimation"]), + ("Visiblity", &["visibility"]), + ("Asnwering", &["answering"]), + ("Breakpint", &["breakpoint"]), + ("Trotilla", &["tortilla"]), + ("Coordonate", &["coordinate"]), + ("Calcualter", &["calculator"]), + ("Optmisations", &["optimisations"]), + ("Medicineras", &["medicines"]), + ("Chaecks", &["checks"]), + ("Herione", &["heroine"]), + ("Hda", &["had"]), + ("Hanling", &["handling"]), + ("Spezialiced", &["specialized"]), + ("Disabeld", &["disabled"]), + ("Colleauge", &["colleague"]), + ("Maintenenace", &["maintenance"]), + ("Cataloge", &["catalogue"]), + ("Costructor", &["constructor"]), + ("Ensconsed", &["ensconced"]), + ("Profundly", &["profoundly"]), + ("Canew", &["canoe"]), + ("Infrasturcture", &["infrastructure"]), + ("Missmatches", &["mismatches"]), + ("Finanace", &["finance"]), + ("Yyou", &["you"]), + ("Misunderstandigs", &["misunderstandings"]), + ("Mulitated", &["mutilated"]), + ("Commedic", &["comedic"]), + ("Combatible", &["compatible"]), + ("Negotiotor", &["negotiator"]), + ("Acclerate", &["accelerate"]), + ("Diferently", &["differently"]), + ("Implementationer", &["implementations"]), + ("Aford", &["afford"]), + ("Outragiously", &["outrageously"]), + ("Powrrlifting", &["powerlifting"]), + ("Legislativo", &["legislation"]), + ("Accelarated", &["accelerated"]), + ("Allignments", &["alignments"]), + ("Acommpany", &["accompany"]), + ("Ignormed", &["ignored"]), + ("Upgardes", &["upgrades"]), + ("Blindy", &["blindly"]), + ("Unreigster", &["unregister"]), + ("Antibioitic", &["antibiotic"]), + ("Gundamentalists", &["fundamentalists"]), + ("Traslalating", &["translating"]), + ("Retailes", &["retailers"]), + ("Whitholding", &["withholding"]), + ("Negotitated", &["negotiated"]), + ("Introdued", &["introduced"]), + ("Automactically", &["automatically"]), + ("Precedessor", &["predecessor"]), + ("Arbitrairly", &["arbitrarily"]), + ("Initalizing", &["initializing"]), + ("Distribuent", &["distribute"]), + ("Retreeving", &["retrieving"]), + ("Interplation", &["interpolation"]), + ("Regularlised", &["regularised"]), + ("Rountines", &["routines"]), + ("Represeting", &["representing"]), + ("Tehnically", &["ethnically", "technically"]), + ("Dismanlting", &["dismantling"]), + ("Sentiers", &["sentries"]), + ("Insentivised", &["insensitive"]), + ("Sarts", &["stars", "starts"]), + ("Combiation", &["combination"]), + ("Neighberhhod", &["neighborhood"]), + ("Subtitution", &["substitution"]), + ("Mutablility", &["mutability"]), + ("Descriptivos", &["descriptions"]), + ("Varous", &["various"]), + ("Confesso", &["confession"]), + ("Robotis", &["robotics"]), + ("Barays", &["berets"]), + ("Unsucesssfuly", &["unsuccessfully"]), + ("Assmebling", &["assembling"]), + ("Perferred", &["preferred"]), + ("Instrution", &["instruction"]), + ("Refferes", &["refers", "referees"]), + ("Necesssary", &["necessary"]), + ("Epliepsy", &["epilepsy"]), + ("Cartdrige", &["cartridge"]), + ("Corcodile", &["crocodile"]), + ("Sufface", &["surface"]), + ("Hemoraging", &["hemorrhaging"]), + ("Hexidecimal", &["hexadecimal"]), + ("Metri", &["metric"]), + ("Chocolote", &["chocolate"]), + ("Retore", &["restore"]), + ("Cantalopes", &["cantaloupes"]), + ("Hiarchical", &["hierarchical"]), + ("Neighborhouds", &["neighborhoods"]), + ("Correectly", &["correctly"]), + ("Constatns", &["constants"]), + ("Avaoidable", &["avoidable"]), + ("Curvatrues", &["curvatures"]), + ("Renegoticator", &["renegotiator"]), + ("Metedata", &["metadata"]), + ("Neighbeurhoors", &["neighbours"]), + ("Chernobl", &["chernobyl"]), + ("Tranparently", &["transparently"]), + ("Alreadt", &["already"]), + ("Imtimidating", &["intimidating"]), + ("Implemementations", &["implementations"]), + ("Vitualization", &["visualization"]), + ("Regio", &["region"]), + ("Probleem", &["problem"]), + ("Potetial", &["potential"]), + ("Coordindates", &["coordinates"]), + ("Corrsponding", &["corresponding"]), + ("Synchronuous", &["synchronous"]), + ("Resolutoin", &["resolutions"]), + ("Prepated", &["prepared"]), + ("Dimensionals", &["dimensions"]), + ("Specifigations", &["specifications"]), + ("Neighrour", &["neighbour"]), + ("Anthor", &["another"]), + ("Supremicist", &["supremacist"]), + ("Erronerous", &["erroneous"]), + ("Locaion", &["location"]), + ("Devirtualisaion", &["devirtualisation"]), + ("Mosquitero", &["mosquito"]), + ("Woiuld", &["would"]), + ("Theshold", &["threshold"]), + ("Thant", &["than"]), + ("Unseccessful", &["unsuccessful"]), + ("Arguemnet", &["argument"]), + ("Uncompres", &["uncompress"]), + ("Parallellism", &["parallelism"]), + ("Publiching", &["publishing"]), + ("Unsubscirbing", &["unsubscribing"]), + ("Tempatied", &["templatized"]), + ("Cretaed", &["created"]), + ("Defeault", &["default"]), + ("Experimenatel", &["experimental"]), + ("Prefetchs", &["prefetches"]), + ("Gentlemanne", &["gentlemen"]), + ("Libguistics", &["linguistics"]), + ("Governemnt", &["government"]), + ("Polinators", &["pollinators"]), + ("Unchangd", &["unchanged"]), + ("Linkes", &["lines", "links", "linked", "likes"]), + ("Ubiquituous", &["ubiquitous"]), + ("Severide", &["severed"]), + ("Conenience", &["convenience"]), + ("Hyrdation", &["hydration"]), + ("Denominacion", &["denomination"]), + ("Nautiuls", &["nautilus"]), + ("Implememtations", &["implementations"]), + ("Cleints", &["clients"]), + ("Constans", &["constants", "constance", "constant"]), + ("Upladers", &["uploaders"]), + ("Neighbr", &["neighbor"]), + ("Veritgo", &["vertigo"]), + ("Grapical", &["graphical"]), + ("Cancelleation", &["cancellation"]), + ("Momentaraly", &["momentarily"]), + ("Operartor", &["operator"]), + ("Marginaly", &["marginally"]), + ("Kickstartr", &["kickstarter"]), + ("Accomodations", &["accommodations"]), + ("Soundard", &["soundcard"]), + ("Editter", &["editor"]), + ("Bluetootn", &["bluetooth"]), + ("Misunderstending", &["misunderstandings"]), + ("Compolsory", &["compulsory"]), + ("Determen", &["determines"]), + ("Criticisims", &["criticisms"]), + ("Industrees", &["industries"]), + ("Infinately", &["infinitely"]), + ("Ethicallity", &["ethically"]), + ("Netboook", &["netbook"]), + ("Otionally", &["optionally"]), + ("Resetable", &["resettable"]), + ("Comparioss", &["comparisons"]), + ("Erested", &["arrested", "erected"]), + ("Intquires", &["inquires"]), + ("Adivsory", &["advisory"]), + ("Afor", &["for"]), + ("Provdie", &["provide"]), + ("Adjuscent", &["adjacent"]), + ("Translater", &["translator"]), + ("Matainer", &["maintainer"]), + ("Streaching", &["stretching"]), + ("Saskatchewn", &["saskatchewan"]), + ("Finnsih", &["finnish"]), + ("Gud", &["good"]), + ("Balcanes", &["balances"]), + ("Concequence", &["consequence"]), + ("Desine", &["design"]), + ("Exclamanation", &["exclamation"]), + ("Immserive", &["immersive"]), + ("Accummulated", &["accumulated"]), + ("Obvisously", &["obviously"]), + ("Complicaed", &["complicate"]), + ("Engery", &["energy"]), + ("Exchanes", &["exchanges"]), + ("Debuffes", &["debuffs"]), + ("Theery", &["theory"]), + ("Colonialsm", &["colonialism"]), + ("Underminig", &["undermining"]), + ("Sllocation", &["allocation"]), + ("Arithmetc", &["arithmetic"]), + ("Telegrah", &["telegraph"]), + ("Thoerist", &["theorist"]), + ("Docstinrg", &["docstring"]), + ("Anithing", &["anything"]), + ("Rewatchig", &["rewatching"]), + ("Innecesary", &["unnecessary"]), + ("Stablilization", &["stabilization"]), + ("Ists", &["its", "lists"]), + ("Infogrpahics", &["infographic"]), + ("Piar", &["pair", "pier", "pliers"]), + ("Aboluste", &["absolute"]), + ("Reallocaitons", &["reallocations"]), + ("Autum", &["autumn"]), + ("Soddering", &["soldering"]), + ("Ponited", &["pointed"]), + ("Isntaller", &["installer"]), + ("Neighberhoud", &["neighborhood"]), + ("Civelisations", &["civilisations"]), + ("Eveyrthing", &["everything"]), + ("Consending", &["consenting"]), + ("Terrotorial", &["territorial"]), + ("Allococate", &["allocate"]), + ("Framented", &["fragmented"]), + ("Perisist", &["persist"]), + ("Contruction", &["construction"]), + ("Condescenscion", &["condescension"]), + ("Encounterd", &["encountered"]), + ("Mininterpreting", &["misinterpreting"]), + ("Unbeetable", &["unbeatable"]), + ("Authoer", &["author"]), + ("Beuraucratically", &["bureaucratically"]), + ("Flacors", &["flavors"]), + ("Prohibative", &["prohibitive"]), + ("Enthaplies", &["enthalpies"]), + ("Souce", &["source"]), + ("Addcits", &["addicts"]), + ("Touristes", &["tourists"]), + ("Interprete", &["interpret"]), + ("Doccuments", &["documents"]), + ("Paschurisation", &["pasteurisation"]), + ("Resistes", &["resists"]), + ("Desiging", &["designing"]), + ("Indepencence", &["independence"]), + ("Massivley", &["massively"]), + ("Releaves", &["relieves"]), + ("Acknowlegements", &["acknowledgements"]), + ("Descreptions", &["descriptions"]), + ("Altheticism", &["athleticism"]), + ("Autonegoations", &["autonegotiations"]), + ("Convencen", &["convenience"]), + ("Aborigene", &["aborigine"]), + ("Scupting", &["sculpting"]), + ("Touchscren", &["touchscreen"]), + ("Mininizes", &["minimizes"]), + ("Queston", &["question"]), + ("Herlo", &["hello"]), + ("Fashoinable", &["fashionable"]), + ("Ehancements", &["enhancements"]), + ("Emminent", &["eminent", "imminent"]), + ("Farmework", &["framework"]), + ("Mchanical", &["mechanical"]), + ("Extremistisk", &["extremists"]), + ("Exectuives", &["executives"]), + ("Experimanetally", &["experimentally"]), + ("Spefiication", &["specification"]), + ("Peplica", &["replica"]), + ("Coeffients", &["coefficients"]), + ("Withdrawin", &["withdrawn"]), + ("Matchmakeing", &["matchmaking"]), + ("Rehtorical", &["rhetorical"]), + ("Ethicallly", &["ethically"]), + ("Characteritisc", &["characteristic"]), + ("Oversimplificiation", &["oversimplification"]), + ("Telelevision", &["television"]), + ("Characterisitics", &["characteristics"]), + ("Machettie", &["machete"]), + ("Boaut", &["bout", "boat", "about"]), + ("Specefically", &["specifically"]), + ("Handerler", &["handler"]), + ("Highligher", &["highlighter"]), + ("Microtransacting", &["microtransactions"]), + ("Recreacion", &["recreation"]), + ("Exlated", &["exalted"]), + ("Specalization", &["specialization"]), + ("Stormend", &["stormed"]), + ("Pshycotic", &["psychotic"]), + ("Irresponsble", &["irresponsible"]), + ("Simualte", &["simulate"]), + ("Respresentation", &["representation"]), + ("Seriban", &["serbian"]), + ("Paragrpahs", &["paragraphs"]), + ("Addreess", &["address"]), + ("Persent", &["present"]), + ("Characterisic", &["characteristic"]), + ("Idenfier", &["identifier"]), + ("Configrations", &["configurations"]), + ("Admininistrators", &["administrators"]), + ("Uncomforyable", &["uncomfortably"]), + ("Weakneses", &["weakness"]), + ("Hullucination", &["hallucination"]), + ("Repsonsible", &["responsible"]), + ("Indeginous", &["indigenous"]), + ("Membranaphone", &["membranophone"]), + ("Fxed", &["fixed"]), + ("Facttories", &["factories"]), + ("Wieh", &["view"]), + ("Algoithm", &["algorithm"]), + ("Santorm", &["santorum"]), + ("Follwoin", &["following"]), + ("Dereferencable", &["dereferenceable"]), + ("Finantially", &["financially"]), + ("Missionaires", &["missionaries"]), + ("Stranglove", &["strangle"]), + ("Eleemnts", &["elements"]), + ("Loooking", &["looking"]), + ("Caterogized", &["categorized"]), + ("Confuzze", &["confuse"]), + ("Canidate", &["candidate"]), + ("Extint", &["extinct", "extant"]), + ("Historicians", &["historians"]), + ("Hightlighted", &["highlighted"]), + ("Expereience", &["experience"]), + ("Attackeras", &["attackers"]), + ("Unselcting", &["unselecting"]), + ("Fianl", &["final"]), + ("Datections", &["detections"]), + ("Mimatches", &["mismatches"]), + ("Likelyhood", &["likelihood"]), + ("Amateurest", &["amateurs"]), + ("Coincedentally", &["coincidentally"]), + ("Commutive", &["commutative"]), + ("Dissapionted", &["disappointed"]), + ("Songled", &["singled", "dongled"]), + ("Tnan", &["than"]), + ("Recipent", &["recipient"]), + ("Workd", &["worked", "works"]), + ("Localed", &["located"]), + ("Mairjuana", &["marijuana"]), + ("Weahter", &["weather"]), + ("Trubinal", &["tribunal"]), + ("Becoms", &["becomes"]), + ("Brusies", &["bruises"]), + ("Alikes", &["alike", "likes"]), + ("Enfringement", &["infringement"]), + ("Histroies", &["histories"]), + ("Impementations", &["implementations"]), + ("Initiliazed", &["initialized"]), + ("Prinicples", &["principles"]), + ("Dentifying", &["identifying"]), + ("Excutes", &["executes"]), + ("Ulitmately", &["ultimately"]), + ("Strikely", &["strikingly"]), + ("Garantees", &["guarantees"]), + ("Rebuit", &["rebuilt"]), + ("Statisitics", &["statistics"]), + ("Rectanguar", &["rectangular"]), + ("Industy", &["industry"]), + ("Algorithems", &["algorithm", "algorithms"]), + ("Partitoning", &["partitioning"]), + ("Developmetns", &["developments"]), + ("Inlclusive", &["inclusive"]), + ("Philadelhpia", &["philadelphia"]), + ("Subsequnt", &["subsequent"]), + ("Oberflowing", &["overflowing"]), + ("Decalring", &["declaring"]), + ("Sandales", &["sandals"]), + ("Chceking", &["checking"]), + ("Unprobably", &["improbably"]), + ("Hystericaly", &["hysterically"]), + ("Biginning", &["beginning"]), + ("Historycally", &["historically"]), + ("Ciotees", &["coyotes"]), + ("Accumlate", &["accumulate"]), + ("Legendarios", &["legendaries"]), + ("Itializing", &["initializing"]), + ("Saskatechwan", &["saskatchewan"]), + ("Paschurization", &["pasteurization"]), + ("Utiliatrian", &["utilitarian"]), + ("Situatinal", &["situational"]), + ("Mutiindex", &["multiindex"]), + ("Floruish", &["flourish"]), + ("Assignmnets", &["assignments"]), + ("Addnos", &["addons"]), + ("Califorina", &["california"]), + ("Algorightmically", &["algorithmically"]), + ("Opbjects", &["objects"]), + ("Facinating", &["fascinating"]), + ("Intelegent", &["intelligent"]), + ("Embarassing", &["embarrassing"]), + ("Predecence", &["precedence"]), + ("Mutilcast", &["multicast"]), + ("Heursitics", &["heuristics"]), + ("Possesssion", &["possessions"]), + ("Contrete", &["concrete"]), + ("Enconders", &["encoders"]), + ("Speeping", &["sleeping"]), + ("Renegoziation", &["renegotiation"]), + ("Individul", &["individual"]), + ("Custonisers", &["customisers"]), + ("Comittees", &["committees"]), + ("Exnternality", &["externality"]), + ("Maximimum", &["maximum"]), + ("Indutrial", &["industrial"]), + ("Itterators", &["iterators"]), + ("Tagets", &["targets"]), + ("Reconstucting", &["reconstructing"]), + ("Dnamically", &["dynamically"]), + ("Migitation", &["mitigation"]), + ("Affrimative", &["affirmative"]), + ("Demorcracy", &["democracy"]), + ("Wensday", &["wednesday"]), + ("Comlaining", &["complaining"]), + ("Acknowleges", &["acknowledges"]), + ("Unrestrictred", &["unrestricted"]), + ("Authenrication", &["authentication"]), + ("Analysens", &["analyses"]), + ("Decoartions", &["decoration"]), + ("Proportianal", &["proportional"]), + ("Slaughterd", &["slaughtered"]), + ("Reloction", &["relocation"]), + ("Akransas", &["arkansas"]), + ("Coordiantion", &["coordination"]), + ("Tranasction", &["transaction"]), + ("Ampitheater", &["amphitheater"]), + ("Archaology", &["archeology", "archaeology"]), + ("Apppends", &["appends"]), + ("Diappeares", &["disappears"]), + ("Wherether", &["whether"]), + ("Proteccion", &["protection"]), + ("Turnapound", &["turnaround"]), + ("Cheker", &["checker"]), + ("Specialice", &["specialize"]), + ("Naiborly", &["neighborly"]), + ("Backgrount", &["background"]), + ("Disclipine", &["discipline"]), + ("Symphatized", &["sympathize"]), + ("Purused", &["pursued"]), + ("Reliased", &["realised"]), + ("Craced", &["graced"]), + ("Pertub", &["perturb"]), + ("Improvemenets", &["improvements"]), + ("Entirelly", &["entirely"]), + ("Mumber", &["number"]), + ("Portguese", &["portuguese"]), + ("Currennts", &["currents"]), + ("Alwans", &["always"]), + ("Interveign", &["intervening"]), + ("Nasting", &["nesting"]), + ("Experamentations", &["experimentations"]), + ("Considerstion", &["considerations"]), + ("Combintion", &["combination"]), + ("Delvery", &["delivery"]), + ("Arrrived", &["arrived"]), + ("Anyhing", &["anything"]), + ("Subsceptible", &["susceptible"]), + ("Participatin", &["participation"]), + ("Chipertexts", &["ciphertexts"]), + ("Guarranted", &["guaranteed"]), + ("Dadlock", &["deadlock"]), + ("Participait", &["participant"]), + ("Declaraions", &["declarations"]), + ("Charakter", &["character"]), + ("Creadentials", &["credentials"]), + ("Transcirpt", &["transcripts"]), + ("Licesne", &["license"]), + ("Dispay", &["display"]), + ("Experimentts", &["experiments"]), + ("Exspecially", &["especially"]), + ("Probbaility", &["probability"]), + ("Respest", &["respects"]), + ("Extruciating", &["excruciating"]), + ("Incohorent", &["incoherent"]), + ("Serinomy", &["ceremony"]), + ("Enrypt", &["encrypt"]), + ("Gamemdoe", &["gamemode"]), + ("Componnents", &["components"]), + ("Excempts", &["exempts"]), + ("Belittleing", &["belittling"]), + ("Fallhrough", &["fallthrough"]), + ("Combinaiton", &["combinations"]), + ("Restrainted", &["restrained"]), + ("Travercing", &["traversing"]), + ("Descendats", &["descendants"]), + ("Mathemetician", &["mathematician"]), + ("Elegible", &["eligible"]), + ("Wonderfullly", &["wonderfully"]), + ("Proceeedures", &["procedures"]), + ("Packacge", &["package"]), + ("Convexe", &["convex", "convexes"]), + ("Depenancy", &["dependency"]), + ("Funxtioning", &["functioning"]), + ("Spefifeirs", &["specifiers"]), + ("Caricaturile", &["caricature"]), + ("Aracnid", &["arachnid"]), + ("Warnkng", &["warning"]), + ("Runnging", &["running", "rummaging"]), + ("Redction", &["reduction", "redaction"]), + ("Supspected", &["suspected"]), + ("Substarte", &["substrate"]), + ("Cancl", &["cancel"]), + ("Negotitaor", &["negotiator"]), + ("Calcualations", &["calculations"]), + ("Sytling", &["styling"]), + ("Priview", &["preview"]), + ("Inutitive", &["intuitive"]), + ("Inatruction", &["instruction"]), + ("Strengtened", &["strengthened"]), + ("Trasparency", &["transparency"]), + ("Rebuld", &["rebuild"]), + ("Nesseccary", &["necessary"]), + ("Introduceres", &["introduces"]), + ("Parctical", &["practical"]), + ("Autio", &["audio"]), + ("Modell", &["model"]), + ("Falshing", &["flashing"]), + ("Superfical", &["superficial"]), + ("Duirng", &["during"]), + ("Rurrent", &["current"]), + ("Fuctiones", &["functioned"]), + ("Virginus", &["virgins"]), + ("Guantonamo", &["guantanamo"]), + ("Arbituary", &["arbitrary"]), + ("Funcions", &["functions"]), + ("Itnernal", &["internal"]), + ("Initialysing", &["initialising"]), + ("Defetead", &["defeated"]), + ("Penisylvania", &["pennsylvania"]), + ("Indefinitive", &["indefinite"]), + ("Cannott", &["cannot"]), + ("Permuated", &["permutated", "permuted"]), + ("Filesystyem", &["filesystem"]), + ("Algoithms", &["algorithms"]), + ("Expanion", &["expansion"]), + ("Cocktailers", &["cocktails"]), + ("Phatnom", &["phantom"]), + ("Transcendentational", &["transcendental"]), + ("Liftime", &["lifetime"]), + ("Collobaration", &["collaboration"]), + ("Benchamarked", &["benchmarked"]), + ("Repulican", &["republican"]), + ("Shuoldnt", &["shouldnt"]), + ("Containined", &["contained"]), + ("Disciplins", &["disciplines"]), + ("Behabviour", &["behaviour"]), + ("Psitoined", &["positioned"]), + ("Tirbunal", &["tribunal"]), + ("Jewerly", &["jewelry"]), + ("Reptuation", &["reputation"]), + ("Baed", &["based"]), + ("Preveiws", &["previews"]), + ("Exisited", &["existed"]), + ("Presearing", &["preserving"]), + ("Criticallity", &["critically"]), + ("Agnostisim", &["agnosticism"]), + ("Weaknessses", &["weaknesses"]), + ("Therepeutic", &["therapeutic"]), + ("Electrocytes", &["electrolytes"]), + ("Narcissts", &["narcissist"]), + ("Seperated", &["separated"]), + ("Wrnagler", &["wrangler"]), + ("Apend", &["append"]), + ("Corresponging", &["corresponding"]), + ("Optizmied", &["optimized"]), + ("Languare", &["language"]), + ("Annay", &["annoy", "any"]), + ("Rekommendation", &["recommendation"]), + ("Miselaneous", &["miscellaneous"]), + ("Neglectn", &["neglecting"]), + ("Decrmenting", &["decrementing"]), + ("Spawnig", &["spawning"]), + ("Strenght", &["strength"]), + ("Reanmes", &["renames"]), + ("Aceept", &["accept"]), + ("Intimidatie", &["intimidated"]), + ("Ismas", &["isthmus"]), + ("Cryptocraphic", &["cryptographic"]), + ("Stressers", &["stresses"]), + ("Cacheing", &["caching"]), + ("Superviosr", &["supervisors"]), + ("Regulatr", &["regulator"]), + ("Deliberant", &["deliberate"]), + ("Abrreviation", &["abbreviation"]), + ("Operattions", &["operations"]), + ("Alignmet", &["alignment"]), + ("Commnetator", &["commentator"]), + ("Freinds", &["friends"]), + ("Decomposit", &["decompose"]), + ("Collektion", &["collection"]), + ("Cleanies", &["cleanse"]), + ("Jennins", &["jennings"]), + ("Propterty", &["property"]), + ("Modifable", &["modifiable"]), + ("Cumlative", &["cumulative"]), + ("Messgaes", &["messages"]), + ("Austrila", &["austria"]), + ("Libraies", &["libraries"]), + ("Unforseen", &["unforeseen"]), + ("Downlad", &["download"]), + ("Carciature", &["caricature"]), + ("Prestigous", &["prestigious"]), + ("Compilacion", &["compilation"]), + ("Inconfortable", &["uncomfortable"]), + ("Frameowrk", &["framework"]), + ("Intepretation", &["interpretation"]), + ("Focuss", &["focus"]), + ("Manifactures", &["manufactures"]), + ("Htat", &["that"]), + ("Condtitions", &["conditions"]), + ("Abtracted", &["abstracted"]), + ("Experinced", &["experienced"]), + ("Attrirbuted", &["attributed"]), + ("Ensalved", &["enslaved"]), + ("Authenciated", &["authenticated"]), + ("Operaand", &["operand"]), + ("Rugters", &["rutgers"]), + ("Partiitoned", &["partitioned"]), + ("Dimenion", &["dimension", "dominion"]), + ("Erasablocks", &["eraseblocks"]), + ("Dowloading", &["downloading"]), + ("Bigorty", &["bigotry"]), + ("Depressief", &["depressive"]), + ("Vbsrcript", &["vbscript"]), + ("Transisioning", &["transitioning"]), + ("Fixel", &["pixel"]), + ("Chizell", &["chisel"]), + ("Whilrwind", &["whirlwind"]), + ("Badnwidth", &["bandwidth"]), + ("Archeaology", &["archeology"]), + ("Ligthning", &["lightning"]), + ("Paragpraph", &["paragraph"]), + ("Actal", &["actual"]), + ("Continously", &["continuously"]), + ("Intialiser", &["initialiser"]), + ("Cmoputers", &["computers"]), + ("Differentiaton", &["differentiation"]), + ("Beanches", &["benches", "branches"]), + ("Cheeta", &["cheetah"]), + ("Exaggurating", &["exaggerating"]), + ("Juxtopose", &["juxtapose"]), + ("Marmelade", &["marmalade"]), + ("Informas", &["informs"]), + ("Scandanavia", &["scandinavia"]), + ("Inspektors", &["inspectors"]), + ("Inersting", &["inserting"]), + ("Collaquial", &["colloquial"]), + ("Diable", &["disable"]), + ("Contanier", &["container"]), + ("Sirectionality", &["directionality"]), + ("Cedential", &["credential"]), + ("Enterred", &["entered"]), + ("Expermiments", &["experiments"]), + ("Covergence", &["convergence"]), + ("Bayliwick", &["bailiwick"]), + ("Coninuous", &["continuous"]), + ("Obtainabie", &["obtainable"]), + ("Varitey", &["variety"]), + ("Histgram", &["histogram"]), + ("Unepected", &["unexpected"]), + ("Representetive", &["representative"]), + ("Chracters", &["characters"]), + ("Perfecly", &["perfectly"]), + ("Birthdaymas", &["birthdays"]), + ("Dicrete", &["discrete"]), + ("Overwelm", &["overwhelm"]), + ("Ommishience", &["omniscience"]), + ("Anecdotelly", &["anecdotally"]), + ("Wornged", &["wronged"]), + ("Advizable", &["advisable"]), + ("Meditereanean", &["mediterranean"]), + ("Narative", &["narrative"]), + ("Phasis", &["phases"]), + ("Insturctor", &["instructor"]), + ("Adjustament", &["adjustment"]), + ("Referens", &["references"]), + ("Rengenerate", &["regenerate"]), + ("Confrontativo", &["confrontation"]), + ("Progaramms", &["programs"]), + ("Cosndier", &["consider"]), + ("Monolitich", &["monolithic"]), + ("Amalgum", &["amalgam"]), + ("Cuvre", &["curve", "cover"]), + ("Emplyees", &["employees"]), + ("Objetcs", &["objects"]), + ("Separatron", &["separation"]), + ("Irreversiable", &["irreversible"]), + ("Charimsa", &["charisma"]), + ("Probabilites", &["probabilities"]), + ("Destroing", &["destroying"]), + ("Desposit", &["deposit", "deposition"]), + ("Recrods", &["records"]), + ("Imedialy", &["immediately"]), + ("Unintiallised", &["uninitialised"]), + ("Aoache", &["apache"]), + ("Accureate", &["accurate"]), + ("Buiilding", &["building"]), + ("Existental", &["existential"]), + ("Systax", &["syntax"]), + ("Tredning", &["trending"]), + ("Destinarions", &["destinations"]), + ("Fronend", &["frontend"]), + ("Assempling", &["assembling"]), + ("Precalulated", &["precalculated"]), + ("Provocotive", &["provocative"]), + ("Linguisitic", &["linguistic"]), + ("Utilitiy", &["utility"]), + ("Quadrapedal", &["quadrupedal"]), + ("Locgical", &["logical"]), + ("Censability", &["sensibility"]), + ("Associatin", &["associations"]), + ("Thse", &["the", "these", "this"]), + ("Recordarse", &["recorder"]), + ("Temprament", &["temperament"]), + ("Explanotory", &["explanatory"]), + ("Regrests", &["regress"]), + ("Substansially", &["substantially"]), + ("Copenhangen", &["copenhagen"]), + ("Consitututed", &["constituted"]), + ("Photograhed", &["photographed"]), + ("Follong", &["following"]), + ("Determaine", &["determine"]), + ("Quadroopling", &["quadrupling"]), + ("Usefult", &["useful"]), + ("Mischieveously", &["mischievously"]), + ("Antarctia", &["antarctica"]), + ("Capitalizacion", &["capitalization"]), + ("Verifcation", &["verification"]), + ("Fashoned", &["fashioned"]), + ("Frankenstined", &["frankenstein"]), + ("Hypocondriac", &["hypochondriac"]), + ("Spirtual", &["spiritual"]), + ("Absrobs", &["absorbs"]), + ("Manafactures", &["manufactures"]), + ("Chisell", &["chisel"]), + ("Eventally", &["eventually"]), + ("Roundabaout", &["roundabout"]), + ("Adjasencies", &["adjacencies"]), + ("Colelction", &["collection"]), + ("Scalarr", &["scalar"]), + ("Doubely", &["doubly"]), + ("Feonsay", &["fiancée"]), + ("Afforadble", &["affordable"]), + ("Devleopers", &["developers"]), + ("Neccecary", &["necessary"]), + ("Hystarically", &["hysterically"]), + ("Contextos", &["contexts"]), + ("Chnged", &["changed"]), + ("Sepina", &["subpena"]), + ("Coordenated", &["coordinated"]), + ("Replacting", &["replacing", "replicating"]), + ("Grpahics", &["graphics"]), + ("Reaquire", &["reacquire", "require"]), + ("Customn", &["custom"]), + ("Calculador", &["calculator"]), + ("Myu", &["my"]), + ("Protocools", &["protocols"]), + ("Cursro", &["cursor"]), + ("Boostrapped", &["bootstrapped"]), + ("Hyposesis", &["hypothesis"]), + ("Perpetrar", &["perpetrator"]), + ("Skurge", &["scourge"]), + ("Proffesional", &["professional"]), + ("Folloing", &["following"]), + ("Neighbouthoods", &["neighbourhoods"]), + ("Civilesation", &["civilisation"]), + ("Temptetion", &["temptation"]), + ("Worksapce", &["workspace"]), + ("Reenfoced", &["reenforced"]), + ("Kenels", &["kernels", "kennels"]), + ("Butthoel", &["butthole"]), + ("Fotografy", &["photography"]), + ("Conig", &["config"]), + ("Spefiier", &["specifier"]), + ("Gerenic", &["generic"]), + ("Lexigraphic", &["lexicographic"]), + ("Applikation", &["application"]), + ("Metalness", &["metallicity"]), + ("Exeption", &["exception", "exemption"]), + ("Supsiciously", &["suspiciously"]), + ("Teamfighters", &["teamfights"]), + ("Reprezentative", &["representative"]), + ("Entrepreneuers", &["entrepreneurs"]), + ("Suface", &["surface"]), + ("Buissinesses", &["businesses"]), + ("Spilnter", &["splinter"]), + ("Complainte", &["complained"]), + ("Silouwet", &["silhouette"]), + ("Enforncing", &["enforcing"]), + ("Confict", &["conflict"]), + ("Incompatabiity", &["incompatibility"]), + ("Idiosincracies", &["idiosyncrasies"]), + ("Postphoned", &["postponed"]), + ("Flattern", &["flatten"]), + ("Enities", &["entities"]), + ("Dedecated", &["dedicated"]), + ("Unbreakabke", &["unbreakable"]), + ("Initialialise", &["initialise"]), + ("Metapackge", &["metapackage"]), + ("Pxoxies", &["proxies"]), + ("Momomento", &["memento", "moment"]), + ("Backgroung", &["background"]), + ("Repsectable", &["respectable"]), + ("Entertwined", &["entertained"]), + ("Disproprotionately", &["disproportionately"]), + ("Laveling", &["leveling", "labeling"]), + ("Langualge", &["language"]), + ("Intimidiate", &["intimidate"]), + ("Exceopts", &["exempts"]), + ("Nihilim", &["nihilism"]), + ("Nstalled", &["installed"]), + ("Offcial", &["official"]), + ("Concentrato", &["concentration"]), + ("Namesapces", &["namespaces"]), + ("Improvemens", &["improvements"]), + ("Exctractors", &["extractors"]), + ("Prefereed", &["preferred"]), + ("Prefernec", &["preference"]), + ("Affilation", &["affiliation"]), + ("Duleing", &["dueling"]), + ("Levander", &["lavender"]), + ("Enginineering", &["engineering"]), + ("Effictiveness", &["effectiveness"]), + ("Resultung", &["resulting"]), + ("Preferrs", &["prefers"]), + ("Horriblely", &["horribly"]), + ("Midfileders", &["midfielders"]), + ("Liquidos", &["liquids"]), + ("Exclusivos", &["exclusives"]), + ("Redifine", &["redefine"]), + ("Unrwitten", &["unwritten"]), + ("Investiagtions", &["investigations"]), + ("Manyals", &["manuals"]), + ("Conecction", &["connection"]), + ("Neigbors", &["neighbors"]), + ("Itnerprelation", &["interpretation"]), + ("Deveolpment", &["developments", "development"]), + ("Paralisys", &["paralysis"]), + ("Algotithmically", &["algorithmically"]), + ("Presentes", &["presents"]), + ("Expirie", &["expire"]), + ("Cymptumatically", &["symptomatically"]), + ("Fallatious", &["fallacious"]), + ("Inconcistency", &["inconsistency"]), + ("Finness", &["finesse"]), + ("Cutomer", &["customer"]), + ("Frustrantes", &["frustrates"]), + ("Nummber", &["number"]), + ("Configulate", &["configurate"]), + ("Anaylst", &["analyst"]), + ("Ariplane", &["airplane"]), + ("Pojrector", &["projector"]), + ("Paramss", &["params"]), + ("Discriminitory", &["discriminatory"]), + ("Deserialsie", &["deserialise"]), + ("Generatig", &["generating"]), + ("Spectaulars", &["spectaculars"]), + ("Aditionnal", &["additional"]), + ("Descricing", &["describing"]), + ("Desscription", &["description"]), + ("Preallocationg", &["preallocating", "preallocation"]), + ("Intefaces", &["interfaces"]), + ("Intolerent", &["intolerant"]), + ("Decorelate", &["decorrelate"]), + ("Shephed", &["shepherd"]), + ("Chocolatie", &["chocolates"]), + ("Peroperly", &["properly"]), + ("Negotitating", &["negotiating"]), + ("Hellifre", &["hellfire"]), + ("Unfourtunately", &["unfortunately"]), + ("Egenralises", &["generalises"]), + ("Acessor", &["accessor"]), + ("Carnagie", &["carnegie"]), + ("Competitin", &["competitions"]), + ("Economicaly", &["economically"]), + ("Coloful", &["colorful"]), + ("Contribuyes", &["contributes"]), + ("Downoad", &["download"]), + ("Ciphr", &["cipher"]), + ("Raduis", &["radius"]), + ("Efficencty", &["efficiency"]), + ("Bristool", &["bristol"]), + ("Caharcters", &["characters"]), + ("Happend", &["happened", "happens", "happen"]), + ("Confgured", &["configured"]), + ("Conitinue", &["continue"]), + ("Descriptoy", &["descriptor"]), + ("Anwhere", &["anywhere"]), + ("Uncomfrotably", &["uncomfortably"]), + ("Dissallows", &["disallows"]), + ("Invinceble", &["invincible"]), + ("Charictors", &["characters"]), + ("Investegators", &["investigators"]), + ("Hardend", &["hardened"]), + ("Steroetyping", &["stereotyping"]), + ("Rotateable", &["rotatable"]), + ("Negitiations", &["negotiations"]), + ("Shebeng", &["shebang"]), + ("Multilpier", &["multiplier"]), + ("Correcltly", &["correctly"]), + ("Duplaication", &["duplication"]), + ("Outsidr", &["outsider"]), + ("Clevery", &["cleverly"]), + ("Circuitery", &["circuitry"]), + ("Caricaturize", &["caricature"]), + ("Sourcelss", &["sourceless"]), + ("Adjacentcy", &["adjacency", "adjacence"]), + ("Ceation", &["creation"]), + ("Contradictons", &["contradicts"]), + ("Intimitade", &["intimidated"]), + ("Paravirutalization", &["paravirtualization"]), + ("Specidic", &["specific"]), + ("Acconplishment", &["accomplishment"]), + ("Successesful", &["successful"]), + ("Feals", &["feels"]), + ("Meancing", &["menacing"]), + ("Pepare", &["prepare"]), + ("Confererate", &["confederate"]), + ("Meassurement", &["measurement"]), + ("Rathcet", &["ratchet"]), + ("Tution", &["tuition"]), + ("Constuction", &["construction"]), + ("Initations", &["imitations", "initiations"]), + ("Linez", &["lines"]), + ("Attaindre", &["attainder", "attained"]), + ("Stupiditiy", &["stupidity"]), + ("Philippinos", &["philippines"]), + ("Pharmeceutical", &["pharmaceutical"]), + ("Nationalesl", &["nationals"]), + ("Curce", &["course", "curse", "curve"]), + ("Prepair", &["prepare"]), + ("Sucessed", &["succeeded"]), + ("Inclince", &["incline"]), + ("Antibiotcs", &["antibiotics"]), + ("Ecountered", &["encountered"]), + ("Depracated", &["deprecated"]), + ("Deatching", &["detaching"]), + ("Sytrofoam", &["styrofoam"]), + ("Switchign", &["switching"]), + ("Interro", &["interior"]), + ("Concenrtation", &["concentrations"]), + ("Questiong", &["questioning"]), + ("Alhpabeticaly", &["alphabetically"]), + ("Busines", &["business"]), + ("Interepretations", &["interpretations"]), + ("Lemosines", &["limousines"]), + ("Memner", &["member"]), + ("Curnilinear", &["curvilinear"]), + ("Supoort", &["support"]), + ("Dinally", &["finally"]), + ("Pertinante", &["pertinent"]), + ("Providance", &["providence"]), + ("Champagen", &["champagne"]), + ("Abstrcting", &["abstracting"]), + ("Transcripting", &["transcribing", "transcription"]), + ("Nohypen", &["nohyphen"]), + ("Challenege", &["challenge"]), + ("Somethng", &["something"]), + ("Comotion", &["commotion"]), + ("Laboreres", &["laborers"]), + ("Exprssion", &["expression"]), + ("Normall", &["normal", "normally"]), + ("Rewatchd", &["rewatched"]), + ("Cloude", &["cloud"]), + ("Electorale", &["electorate"]), + ("Apear", &["appear"]), + ("Superseeded", &["superseded"]), + ("Modfiers", &["modifiers"]), + ("Resulsets", &["resultsets"]), + ("Excutive", &["executive"]), + ("Distribuiting", &["distributing"]), + ("Sopce", &["scope"]), + ("Ciricles", &["circles"]), + ("Boomark", &["bookmark"]), + ("Hydogen", &["hydrogen"]), + ("Redeable", &["readable"]), + ("Ephememeral", &["ephemeral"]), + ("Innecessary", &["unnecessary"]), + ("Experminent", &["experiment"]), + ("Lowd", &["load", "low", "loud"]), + ("Depenencies", &["dependencies"]), + ("Sepereate", &["separate"]), + ("Prostitues", &["prostitutes"]), + ("Carrotts", &["carrots"]), + ("Offensivly", &["offensively"]), + ("Collisiton", &["collusion", "collision"]), + ("Execuated", &["executed"]), + ("Vegeterian", &["vegetarian"]), + ("Regenarated", &["regenerated"]), + ("Californina", &["californian"]), + ("Dedection", &["detection", "deduction"]), + ("Proffesionals", &["professionals"]), + ("Uppper", &["upper"]), + ("Intillectual", &["intellectual"]), + ("Glyserin", &["glycerin"]), + ("Billionairre", &["billionaire"]), + ("Magneisum", &["magnesium"]), + ("Limitter", &["limiter"]), + ("Snippes", &["snippets"]), + ("Posisition", &["position"]), + ("Familair", &["familiar"]), + ("Predefiined", &["predefined"]), + ("Commmon", &["common"]), + ("Recivership", &["receivership"]), + ("Repected", &["respected"]), + ("Coalasence", &["coalescence"]), + ("Appoximation", &["approximation"]), + ("Cooporative", &["cooperative"]), + ("Isntrumental", &["instrumental"]), + ("Derivativos", &["derivatives"]), + ("Interractive", &["interactive"]), + ("Hullucinations", &["hallucinations"]), + ("Sporles", &["sproles"]), + ("Expetcts", &["expects"]), + ("Requestd", &["requested"]), + ("Findn", &["find"]), + ("Regorded", &["recorded"]), + ("Foloww", &["follow"]), + ("Undeniabley", &["undeniably"]), + ("Unbeerable", &["unbearable"]), + ("Mutal", &["mutual"]), + ("Skitsofrinics", &["schizophrenics"]), + ("Blosums", &["blossoms"]), + ("Finializing", &["finalizing"]), + ("Sovren", &["sovereign"]), + ("Apperture", &["aperture"]), + ("Clearnance", &["clearance"]), + ("Opartor", &["operator"]), + ("Sccope", &["scope"]), + ("Corordinates", &["coordinates"]), + ("Confins", &["confines"]), + ("Represantations", &["representations"]), + ("Execturing", &["executing"]), + ("Communicted", &["communicated"]), + ("Mutliplying", &["multiplying"]), + ("Nessasary", &["necessary"]), + ("Bahaviour", &["behaviour"]), + ("Bion", &["bio"]), + ("Expiremented", &["experimented"]), + ("Distributon", &["distribution"]), + ("Westerse", &["westerners"]), + ("Accquire", &["acquire"]), + ("Opetional", &["optional"]), + ("Gratful", &["grateful"]), + ("Experinements", &["experiments"]), + ("Recursse", &["recurse", "recurses"]), + ("Depdendences", &["dependences"]), + ("Mashine", &["machine"]), + ("Neighbeod", &["neighborhood"]), + ("Introspektion", &["introspection"]), + ("Partitoned", &["partitioned"]), + ("Violoation", &["violation"]), + ("Antisocail", &["antisocial"]), + ("Containees", &["containers"]), + ("Sacrifieced", &["sacrificed"]), + ("Essencially", &["essentially"]), + ("Alhabets", &["alphabets"]), + ("Menally", &["mentally"]), + ("Filessytem", &["filesystem"]), + ("Wors", &["wars", "was", "works", "worse", "worst"]), + ("Vietnamees", &["vietnamese"]), + ("Occucences", &["occurrences"]), + ("Scholarhsips", &["scholarships"]), + ("Interrrupt", &["interrupt"]), + ("Adter", &["after"]), + ("Emergenices", &["emergencies"]), + ("Nuremburg", &["nuremberg"]), + ("Contiguos", &["contiguous"]), + ("Smaples", &["samples"]), + ("Trriggers", &["triggers"]), + ("Configute", &["configure"]), + ("Acknodledgments", &["acknowledgments"]), + ("Messagse", &["messages"]), + ("Convieniently", &["conveniently"]), + ("Pirric", &["pyrrhic"]), + ("Pensle", &["pencil"]), + ("Anonymousy", &["anonymously"]), + ("Zoocheinei", &["zucchinis"]), + ("Permenent", &["permanent"]), + ("Illustrasion", &["illustration"]), + ("Catagories", &["categories"]), + ("Gradualy", &["gradually"]), + ("Exlusion", &["exclusion"]), + ("Optimitation", &["optimization"]), + ("Lible", &["libel", "liable"]), + ("Returnn", &["return"]), + ("Cranberrry", &["cranberry"]), + ("Spesify", &["specify"]), + ("Considerbly", &["considerably"]), + ("Oberve", &["observe"]), + ("Unrealitic", &["unrealistic"]), + ("Ocassionaly", &["occasionally"]), + ("Inadaquate", &["inadequate"]), + ("Monocrome", &["monochrome"]), + ("Contestors", &["contests"]), + ("Alhpabets", &["alphabets"]), + ("Tringkets", &["trinkets"]), + ("Conncection", &["connection"]), + ("Perfomrs", &["performs"]), + ("Sciencers", &["sciences"]), + ("Affinty", &["affinity"]), + ("Tryign", &["trying"]), + ("Inintialize", &["initialize"]), + ("Desipite", &["despite"]), + ("Anynmore", &["anymore"]), + ("Reloactes", &["relocates"]), + ("Sampeld", &["sampled"]), + ("Liasing", &["liaising"]), + ("Redution", &["reduction"]), + ("Nothe", &["north", "note"]), + ("Camouflauge", &["camouflage"]), + ("Nationalties", &["nationalist"]), + ("Downrading", &["downgrading"]), + ("Dependcy", &["dependency"]), + ("Intquiries", &["inquiries"]), + ("Definitevely", &["definitively"]), + ("Nornal", &["normal"]), + ("Educacional", &["educational"]), + ("Guarnateed", &["guaranteed"]), + ("Scientisst", &["scientists", "scientist"]), + ("Completelys", &["completes"]), + ("Eveluator", &["evaluator"]), + ("Plannign", &["planning"]), + ("Highighters", &["highlighters"]), + ("Teapsoon", &["teaspoon"]), + ("Writebufer", &["writebuffer"]), + ("Nostolgia", &["nostalgia"]), + ("Aquaruim", &["aquarium"]), + ("Tourmanent", &["tournaments"]), + ("Fertelizer", &["fertilizer"]), + ("Statemet", &["statement"]), + ("Photogragh", &["photograph"]), + ("Assmebler", &["assembler"]), + ("Cooridnator", &["coordinator"]), + ("Statistcs", &["statistics"]), + ("Rmove", &["remove"]), + ("Witin", &["within"]), + ("Recompuuting", &["recomputing"]), + ("Conspirancy", &["conspiracy"]), + ("Spefiififes", &["specifies"]), + ("Significatly", &["significantly"]), + ("Sude", &["dude", "side", "sudo", "sued", "suede", "sure"]), + ("Composistion", &["compositions"]), + ("Appoving", &["approving"]), + ("Finanize", &["finalize"]), + ("Gagits", &["gadgets"]), + ("Rgister", &["register"]), + ("Thubmnail", &["thumbnail"]), + ("Spontaneuosly", &["spontaneously"]), + ("Differentiantion", &["differentiation"]), + ("Exilerates", &["exhilarates"]), + ("Appreciatin", &["appreciation"]), + ("Decallocate", &["deallocate"]), + ("Folllowong", &["following"]), + ("Parentesis", &["parentheses", "parenthesis"]), + ("Intercahnge", &["interchange"]), + ("Compitible", &["compatible"]), + ("Appreciatve", &["appreciative"]), + ("Conotroling", &["controlling"]), + ("Leceister", &["leicester"]), + ("Cardaic", &["cardiac"]), + ("Delaing", &["delaying"]), + ("Recends", &["rescinds"]), + ("Auotmatically", &["automatically"]), + ("Stunami", &["tsunami"]), + ("Proprietry", &["proprietary"]), + ("Reinstallled", &["reinstalled"]), + ("Microprocesspr", &["microprocessor"]), + ("Callef", &["called", "caller"]), + ("Vegetariens", &["vegetarians"]), + ("Surounds", &["surrounds"]), + ("Endpints", &["endpoints"]), + ("Cleff", &["clef"]), + ("Resposne", &["response"]), + ("Incrmented", &["incremented"]), + ("Afircan", &["african"]), + ("Regularlises", &["regularises"]), + ("Infrastucture", &["infrastructure"]), + ("Keybooards", &["keyboards"]), + ("Unanymous", &["unanimous"]), + ("Theoritical", &["theoretical"]), + ("Oppressiun", &["oppressing"]), + ("Subexperesion", &["subexpression"]), + ("Manipulaitng", &["manipulating"]), + ("Copntroller", &["controller"]), + ("Acronysm", &["acronyms"]), + ("Automiclly", &["automatically"]), + ("Containin", &["containing"]), + ("Obtrains", &["obtains"]), + ("Compabitility", &["compatibility"]), + ("Classrooom", &["classroom"]), + ("Knowledgible", &["knowledgable"]), + ("Tusnami", &["tsunami"]), + ("Carbohyrdates", &["carbohydrates"]), + ("Existant", &["existent"]), + ("Frst", &["first"]), + ("Descriminated", &["discriminated"]), + ("Succesor", &["successor"]), + ("Bookamrks", &["bookmarks"]), + ("Cuztomized", &["customized"]), + ("Alrogithm", &["algorithm"]), + ("Amercia", &["america"]), + ("Perstige", &["prestige"]), + ("Namepaces", &["namespaces"]), + ("Territorries", &["territories"]), + ("Comfertable", &["comfortable"]), + ("Transaltion", &["translation"]), + ("Assfalted", &["asphalted"]), + ("Relaser", &["releaser"]), + ("Visuabisation", &["visualisation"]), + ("Settinga", &["settings"]), + ("Ubitquitous", &["ubiquitous"]), + ("Prompty", &["promptly"]), + ("Announcemnt", &["announcement"]), + ("Subculter", &["subculture"]), + ("Palne", &["plane"]), + ("Mulitpath", &["multipath"]), + ("Vacumes", &["vacuums"]), + ("Notifactions", &["notifications"]), + ("Seeems", &["seems"]), + ("Addedd", &["added"]), + ("Fucntionality", &["functionality"]), + ("Antagonisic", &["antagonistic"]), + ("Meditarrenean", &["mediterranean"]), + ("Attachemnts", &["attachments"]), + ("Unusabe", &["unusable"]), + ("Releave", &["relieve"]), + ("Proccess", &["process"]), + ("Multivriate", &["multivariate"]), + ("Chiense", &["chinese"]), + ("Exportes", &["exports"]), + ("Tranalation", &["translation"]), + ("Stichting", &["stitching"]), + ("Cimptum", &["symptom"]), + ("Finanaces", &["finances"]), + ("Portalis", &["portals"]), + ("Absintence", &["abstinence"]), + ("Mimached", &["mismatched"]), + ("Cirucits", &["circuits"]), + ("Transformated", &["transformed"]), + ("Percentange", &["percentage"]), + ("Innerstellar", &["interstellar"]), + ("Knowladgable", &["knowledgable"]), + ("Specifyed", &["specified"]), + ("Whataver", &["whatever"]), + ("Perpetraters", &["perpetrators"]), + ("Initiavite", &["initiatives"]), + ("Immobilzes", &["immobile"]), + ("Corsses", &["crosses", "courses"]), + ("Competators", &["competitors"]), + ("Markters", &["markers"]), + ("Negociation", &["negotiation"]), + ("Anarchisim", &["anarchism"]), + ("Somehwo", &["somehow"]), + ("Rivarlies", &["rivalries"]), + ("Dealerhsip", &["dealerships"]), + ("Arraning", &["arranging"]), + ("Maniuplating", &["manipulating"]), + ("Propreties", &["properties"]), + ("Icongnito", &["incognito"]), + ("Acutal", &["actual"]), + ("Illution", &["illusion"]), + ("Neighbars", &["neighbors"]), + ("Vaues", &["values"]), + ("Attribues", &["attributes"]), + ("Reuqesting", &["requesting"]), + ("Thiking", &["thinking"]), + ("Matchin", &["matching"]), + ("Trength", &["strength"]), + ("Anlaytics", &["analytics"]), + ("Etror", &["error", "terror"]), + ("Oversimplifaction", &["oversimplification"]), + ("Sampleing", &["sampling"]), + ("Contreception", &["contraception"]), + ("Scientifcaly", &["scientifically"]), + ("Verificaiton", &["verification"]), + ("Semicondictor", &["semiconductor"]), + ("Intitialize", &["initialize"]), + ("Condtioned", &["conditioned"]), + ("Quckstarter", &["quickstarter"]), + ("Cntroller", &["controller"]), + ("Sturcture", &["structure"]), + ("Additinoally", &["additionally"]), + ("Requset", &["request"]), + ("Impementing", &["implementing"]), + ("Fragmenet", &["fragment"]), + ("Shriley", &["shirley"]), + ("Vertixes", &["vertices"]), + ("Stablize", &["stabilize"]), + ("Hanel", &["handle"]), + ("Centrafuges", &["centrifuges"]), + ("Transpable", &["transposable"]), + ("Collequial", &["colloquial"]), + ("Considertaion", &["considerations"]), + ("Definat", &["defiant"]), + ("Cemetary", &["cemetery"]), + ("Syntacticly", &["syntactically"]), + ("Earliear", &["earlier"]), + ("Curremtly", &["currently"]), + ("Evangelia", &["evangelical"]), + ("Intepretations", &["interpretations"]), + ("Parititiones", &["partitions"]), + ("Ehen", &["when", "hen", "even", "then"]), + ("Arbitrarion", &["arbitration"]), + ("Autoincremet", &["autoincrement"]), + ("Autenticators", &["authenticators"]), + ("Instructiosn", &["instruction"]), + ("Cloes", &["close"]), + ("Escased", &["escaped"]), + ("Bumby", &["bumpy"]), + ("Punishmnet", &["punishments"]), + ("Tieing", &["tying"]), + ("Bouning", &["bounding"]), + ("Stteting", &["setting"]), + ("Undertsand", &["understands", "understand"]), + ("Expemtions", &["exemptions"]), + ("Villans", &["villains"]), + ("Downstaris", &["downstairs"]), + ("Contination", &["continuation"]), + ("Privious", &["previous"]), + ("Custoizers", &["customizers"]), + ("Gorups", &["groups"]), + ("Impressario", &["impresario"]), + ("Sumbitting", &["submitting"]), + ("Nulcear", &["nuclear"]), + ("Nonte", &["note"]), + ("Diffues", &["defuse", "diffuse"]), + ("Victoires", &["victories"]), + ("Appraoches", &["approaches"]), + ("Convertr", &["converter"]), + ("Enty", &["entry", "entity"]), + ("Commentare", &["commenter"]), + ("Embarrasment", &["embarrassment"]), + ("Iteratable", &["iterable"]), + ("Parntering", &["partnering"]), + ("Totol", &["total"]), + ("Supplated", &["supplanted"]), + ("Poiter", &["pointer"]), + ("Depretiate", &["depreciate", "deprecate"]), + ("Strirngification", &["stringification"]), + ("Intoxicacion", &["intoxication"]), + ("Documentaires", &["documentaries"]), + ("Corrdinated", &["coordinated"]), + ("Anticipe", &["anticipate"]), + ("Millionairs", &["millionaires"]), + ("Chizziling", &["chiseling"]), + ("Kookoo", &["cuckoo"]), + ("Aneel", &["anneal"]), + ("Aond", &["and"]), + ("Coalesence", &["coalescence"]), + ("Principly", &["principally"]), + ("Conainers", &["containers"]), + ("Spefications", &["specifications"]), + ("Autocoomit", &["autocommit"]), + ("Tage", &["stage", "take", "tag", "tagged"]), + ("Posativity", &["positivity"]), + ("Preject", &["prefect", "project"]), + ("Generilized", &["generalized"]), + ("Appriorate", &["appropriate"]), + ("Surgestion", &["suggestion"]), + ("Coordiante", &["coordinate"]), + ("Sanitizisation", &["sanitization"]), + ("Dissappers", &["disappears"]), + ("Disciplen", &["disciplines"]), + ("Integrering", &["interfering"]), + ("Introspectin", &["introspection"]), + ("Packageid", &["packaged"]), + ("Initilises", &["initialises"]), + ("Krypronite", &["kryptonite"]), + ("Instad", &["instead"]), + ("Constrints", &["constraints"]), + ("Redict", &["redirect"]), + ("Horrendeus", &["horrendous"]), + ("Massachusites", &["massachusetts"]), + ("Mutally", &["mutually"]), + ("Illitarate", &["illiterate"]), + ("Vanadlism", &["vandalism"]), + ("Scandaloso", &["scandals"]), + ("Perfurd", &["preferred"]), + ("Squashgin", &["squashing"]), + ("Recognization", &["recognition"]), + ("Matirx", &["matrix"]), + ("Considderation", &["consideration"]), + ("Kidknaps", &["kidnaps"]), + ("Fianite", &["finite"]), + ("Ligthly", &["lightly"]), + ("Cantains", &["contains"]), + ("Damenor", &["demeanor"]), + ("Snowflaek", &["snowflake"]), + ("Reruirement", &["requirement"]), + ("Pshycosis", &["psychosis"]), + ("Transisition", &["transition"]), + ("Chisle", &["chisel"]), + ("Interferencies", &["interferences"]), + ("Ignoded", &["ignored"]), + ("Attruibute", &["attribute"]), + ("Faill", &["fail"]), + ("Defintian", &["definition"]), + ("Littiefinger", &["littlefinger"]), + ("Doplhins", &["dolphins"]), + ("Diagnxostic", &["diagnostic"]), + ("Generater", &["generator"]), + ("Terretorial", &["territorial"]), + ("Vandalisim", &["vandalism"]), + ("Includ", &["include"]), + ("Prominant", &["prominent"]), + ("Copyrigt", &["copyright"]), + ("Propreitary", &["proprietary"]), + ("Dicriminated", &["discriminated"]), + ("Ckoud", &["cloud"]), + ("Luanches", &["launches"]), + ("Correalation", &["correlation"]), + ("Modifler", &["modifier"]), + ("Encounteres", &["encounters"]), + ("Searchin", &["searching"]), + ("Varaiation", &["variation"]), + ("Perfoemnace", &["performance"]), + ("Altas", &["atlas"]), + ("Configutation", &["configuration"]), + ("Transalted", &["translated"]), + ("Realstic", &["realistic"]), + ("Infiltraitor", &["infiltrator"]), + ("Recipets", &["recipes"]), + ("Instancees", &["instances"]), + ("Kindgergarten", &["kindergarten"]), + ("Paramert", &["parameter"]), + ("Syntatically", &["syntactically"]), + ("Redirectd", &["redirected"]), + ("Sentancing", &["sentencing"]), + ("Germanisch", &["germanic"]), + ("Formulados", &["formulas"]), + ("Dynamincs", &["dynamics"]), + ("Adrersser", &["addresser"]), + ("Compressio", &["compressor"]), + ("Vidoes", &["videos"]), + ("Lauching", &["launching"]), + ("Counterfited", &["counterfeit"]), + ("Recogizing", &["recognizing"]), + ("Contct", &["contact"]), + ("Appplication", &["application"]), + ("Negoticate", &["negotiate"]), + ("Interveing", &["intervening"]), + ("Defineed", &["defined"]), + ("Intenseley", &["intensely"]), + ("Certaily", &["certainly"]), + ("Relentness", &["relentless"]), + ("Dissapoint", &["disappoint"]), + ("Symmetri", &["symmetry"]), + ("Studioes", &["studios"]), + ("Atronomical", &["agronomical", "astronomical"]), + ("Traveresed", &["traversed"]), + ("Chassms", &["chasms"]), + ("Promatory", &["promontory"]), + ("Underog", &["undergo"]), + ("Apocraful", &["apocryphal"]), + ("Administren", &["administer"]), + ("Assemple", &["assemble"]), + ("Claus", &["clause"]), + ("Separeting", &["separating"]), + ("Figuartively", &["figuratively"]), + ("Personallity", &["personally"]), + ("Delievers", &["delivers"]), + ("Samaphores", &["semaphores"]), + ("Unsucesfull", &["unsuccessful"]), + ("Ambadextrously", &["ambidextrously"]), + ("Pharmasudically", &["pharmaceutical"]), + ("Hvae", &["have"]), + ("Complates", &["completes"]), + ("Celebrasion", &["celebrations"]), + ("Preferablly", &["preferably"]), + ("Cliffhager", &["cliffhanger"]), + ("Logictech", &["logitech"]), + ("Buhddism", &["buddhism"]), + ("Clame", &["claim"]), + ("Reqiest", &["request"]), + ("Guadulupe", &["guadalupe", "guadeloupe"]), + ("Depretiated", &["depreciated", "deprecated"]), + ("Nimations", &["animations"]), + ("Patinet", &["patient"]), + ("Exporintg", &["exporting"]), + ("Paradimes", &["paradise"]), + ("Abiove", &["above"]), + ("Disciplened", &["disciplined"]), + ("Wth", &["with"]), + ("Definative", &["definitive"]), + ("Negoatiable", &["negotiable"]), + ("Tabeles", &["tables"]), + ("Misogyinst", &["misogynist"]), + ("Unsufficient", &["insufficient"]), + ("Miinimize", &["minimize"]), + ("Approproximation", &["approximation"]), + ("Vriginity", &["virginity"]), + ("Publishrs", &["publishers"]), + ("Executute", &["execute"]), + ("Entquiries", &["enquiries"]), + ("Entirity", &["entirety"]), + ("Dangeroulsy", &["dangerously"]), + ("Furance", &["furnace"]), + ("Assfalts", &["asphalts"]), + ("Clipoard", &["clipboard"]), + ("Cambrdige", &["cambridge"]), + ("Numbe", &["number", "numb"]), + ("Higlighted", &["highlighted"]), + ("Spahgetti", &["spaghetti"]), + ("Realoding", &["reloading"]), + ("Mdoe", &["doe", "mode"]), + ("Reuplaods", &["reuploads"]), + ("Hunagry", &["hungary"]), + ("Cockateel", &["cockatiel"]), + ("Renegoticated", &["renegotiated"]), + ("Expcetion", &["exception"]), + ("Sihlouette", &["silhouette"]), + ("Impossibilty", &["impossibility"]), + ("Wrokload", &["workload"]), + ("Pigun", &["pigeon"]), + ("Materiales", &["materials"]), + ("Mozzilla", &["mozilla"]), + ("Follfowind", &["following"]), + ("Attrribute", &["attribute"]), + ("Altready", &["already"]), + ("Consituents", &["constituents"]), + ("Carryintg", &["carrying"]), + ("Toggele", &["toggle"]), + ("Unnessecarily", &["unnecessarily"]), + ("Reoder", &["reorder"]), + ("Rackits", &["rackets"]), + ("Contentino", &["contention"]), + ("Interchangabley", &["interchangeably"]), + ("Supression", &["suppression"]), + ("Comany", &["company"]), + ("Cobvers", &["covers"]), + ("Contentss", &["contents"]), + ("Anlyze", &["analyze"]), + ("Epties", &["empties"]), + ("Establishmnet", &["establishments"]), + ("Laguages", &["languages"]), + ("Communit", &["communist"]), + ("Createur", &["creature"]), + ("Forgiener", &["foreigner"]), + ("Referenc", &["reference"]), + ("Communisits", &["communists"]), + ("Chosed", &["chose"]), + ("Peripheals", &["peripherals"]), + ("Referncial", &["referential"]), + ("Precsion", &["precision"]), + ("Acceleread", &["accelerated"]), + ("Modyfy", &["modify"]), + ("Engeries", &["energies"]), + ("Socalist", &["socialist"]), + ("Plausability", &["plausibility"]), + ("Cursos", &["cursors", "cursor"]), + ("Expertos", &["experts"]), + ("Veiwed", &["viewed"]), + ("Plausibel", &["plausible"]), + ("Expementation", &["experimentation"]), + ("Cerifications", &["certifications", "verifications"]), + ("Compalint", &["compliant"]), + ("Convesion", &["conversion"]), + ("Inernally", &["internally"]), + ("Arugments", &["arguments"]), + ("Attahcment", &["attachment"]), + ("Contitnent", &["contingent"]), + ("Tickness", &["thickness"]), + ("Favorit", &["favorite"]), + ("Blueberies", &["blueberries"]), + ("Shanenigans", &["shenanigans"]), + ("Secrelty", &["secretly"]), + ("Codesream", &["codestream"]), + ("Coditioned", &["conditioned"]), + ("Internface", &["interface"]), + ("Dessigned", &["designed"]), + ("Lukid", &["likud", "lucid"]), + ("Exchaust", &["exhaust"]), + ("Dissapoined", &["disappointed"]), + ("Investigsting", &["investigating"]), + ("Includng", &["including"]), + ("Vulberabuillity", &["vulnerability"]), + ("Transfromation", &["transformation"]), + ("Intelisense", &["intellisense"]), + ("Chizelles", &["chisels"]), + ("Flexability", &["flexibility"]), + ("Sensetional", &["sensational"]), + ("Massace", &["massacre"]), + ("Supportes", &["supports"]), + ("Pairokeelly", &["parochially"]), + ("Speficeirs", &["specifiers"]), + ("Conversatin", &["conversations"]), + ("Jodpers", &["jodhpurs"]), + ("Asterick", &["asterisk"]), + ("Franchices", &["franchises"]), + ("Resotring", &["restoring"]), + ("Saddly", &["saddle", "sadly"]), + ("Unconfortable", &["uncomfortable"]), + ("Conecntrated", &["concentrated"]), + ("Speficififer", &["specifier"]), + ("Ariflow", &["airflow"]), + ("Conditionar", &["conditioner"]), + ("Caluclation", &["calculation"]), + ("Condtions", &["conditions"]), + ("Doocumentations", &["documentations"]), + ("Experimentated", &["experimented"]), + ("Proviedes", &["provides"]), + ("Utilitizing", &["utilizing"]), + ("Patriarh", &["patriarchy"]), + ("Resistans", &["resistances"]), + ("Sudmobules", &["submodules"]), + ("Accessoirez", &["accessorize", "accessories"]), + ("Curcumcision", &["circumcision"]), + ("Nusiance", &["nuisance"]), + ("Unexpectendly", &["unexpectedly"]), + ("Wondring", &["wondering"]), + ("Ethcially", &["ethically"]), + ("Compnents", &["components"]), + ("Mischeivous", &["mischievous"]), + ("Circit", &["circuit"]), + ("Succed", &["succeed"]), + ("Promps", &["prompts"]), + ("Substentially", &["substantially"]), + ("Analyticall", &["analytical", "analytically"]), + ("Furhtermore", &["furthermore"]), + ("Continute", &["continue"]), + ("Permissons", &["permissions"]), + ("Equivallents", &["equivalents"]), + ("Neuorscience", &["neuroscience"]), + ("Imovable", &["immovable"]), + ("Houres", &["hours"]), + ("Bount", &["bound"]), + ("Opions", &["options"]), + ("Overwritte", &["overwrite"]), + ("Corrrupt", &["corrupt"]), + ("Predisposte", &["predisposed"]), + ("Potrayed", &["portrayed"]), + ("Tessleator", &["tessellator"]), + ("Unefficient", &["inefficient"]), + ("Straitforward", &["straightforward"]), + ("Encyption", &["encryption"]), + ("Permise", &["premise"]), + ("Intangable", &["intangible"]), + ("Alings", &["alines", "slings"]), + ("Isues", &["issues"]), + ("Compresser", &["compressor"]), + ("Enthusists", &["enthusiasts"]), + ("Deserialze", &["deserialize"]), + ("Adequetely", &["adequately"]), + ("Tranitioned", &["transitioned"]), + ("Envioremental", &["environmental"]), + ("Latiude", &["latitude"]), + ("Replasement", &["replacement"]), + ("Underwager", &["underwater"]), + ("Concerntrating", &["concentrating"]), + ("Dynmic", &["dynamic"]), + ("Shaneal", &["chenille"]), + ("Picknicing", &["picnicking"]), + ("Experimentating", &["experimentation", "experimenting"]), + ("Newines", &["newlines"]), + ("Perpetraded", &["perpetrated"]), + ("Recoginzed", &["recognized"]), + ("Tabluate", &["tabulate"]), + ("Sawstika", &["swastika"]), + ("Ocupier", &["occupier"]), + ("Temprarily", &["temporarily"]), + ("Terurns", &["returns"]), + ("Specifig", &["specific"]), + ("Dissapponted", &["disappointed"]), + ("Vectore", &["vector"]), + ("Controllng", &["controlling"]), + ("Compremised", &["compromised"]), + ("Versitale", &["versatile"]), + ("Simplies", &["implies", "simplifies"]), + ("Instutitional", &["institutional"]), + ("Propotion", &["proportion", "promotion"]), + ("Changability", &["changeability"]), + ("Effecient", &["efficient"]), + ("Divisons", &["divisions"]), + ("Neees", &["knees", "needs"]), + ("Nostlagic", &["nostalgic"]), + ("Shakeapeare", &["shakespeare"]), + ("Compfortable", &["comfortable"]), + ("Unfourtunetly", &["unfortunately"]), + ("Destruktive", &["destructive"]), + ("Speperater", &["separator"]), + ("Fomratter", &["formatter"]), + ("Effeects", &["effects"]), + ("Convervation", &["conservation", "conversation"]), + ("Annnounce", &["announce"]), + ("Multipleies", &["multiples"]), + ("Boundery", &["boundary"]), + ("Confugured", &["configured"]), + ("Animaite", &["animate"]), + ("Comparasion", &["comparison"]), + ("Procudures", &["procedures"]), + ("Frequant", &["frequent"]), + ("Hounour", &["honour"]), + ("Charicterized", &["characterized"]), + ("Distibutes", &["distributes"]), + ("Jsutification", &["justifications"]), + ("Mutliplicites", &["multiplicities"]), + ("Unspeficillifed", &["unspecified"]), + ("Affirmitve", &["affirmative"]), + ("Performaed", &["performed"]), + ("Argumements", &["arguments"]), + ("Arbitrion", &["arbitration"]), + ("Horzontal", &["horizontal"]), + ("Assembe", &["assemble"]), + ("Currecting", &["correcting"]), + ("Speficillies", &["specifies"]), + ("Regrding", &["regarding"]), + ("Renaissence", &["renaissance"]), + ("Inesrted", &["inserted"]), + ("Obhects", &["objects"]), + ("Buffring", &["buffering"]), + ("Sispect", &["suspect"]), + ("Chaneged", &["changed"]), + ("Pinoeer", &["pioneer"]), + ("Pornograhpy", &["pornography"]), + ("Sophosticated", &["sophisticated"]), + ("Condamned", &["condemned"]), + ("Descripe", &["describe"]), + ("Orgiin", &["origin"]), + ("Disapait", &["dissipate"]), + ("Responsibilitys", &["responsibilities"]), + ("Switchting", &["switching"]), + ("Archove", &["archive"]), + ("Intervalls", &["intervals"]), + ("Millionairres", &["millionaire"]), + ("Algorithsmically", &["algorithmically"]), + ("Certiticated", &["certificated"]), + ("Africaners", &["africans"]), + ("Subnegoziations", &["subnegotiations"]), + ("Anlaysis", &["analysis"]), + ("Periodicly", &["periodically"]), + ("Fabircated", &["fabricated"]), + ("Miinimising", &["minimising"]), + ("Replys", &["replies"]), + ("Sublasses", &["subclasses"]), + ("Familierize", &["familiarize"]), + ("Comparied", &["compared"]), + ("Remanes", &["remains"]), + ("Devritualization", &["devirtualization"]), + ("Charitible", &["charitable"]), + ("Multimational", &["multinational"]), + ("Ostrasized", &["ostracized"]), + ("Priting", &["printing"]), + ("Seqence", &["sequence"]), + ("Hyjack", &["hijack"]), + ("Derth", &["dearth"]), + ("Modeul", &["module"]), + ("Balitmore", &["baltimore"]), + ("Differentl", &["differential", "differently"]), + ("Meetign", &["meeting"]), + ("Conversatoin", &["conversations"]), + ("Scalale", &["scalable"]), + ("Peepel", &["people"]), + ("Sofisticated", &["sophisticated"]), + ("Daimonds", &["diamonds"]), + ("Reverced", &["reversed"]), + ("Inheritence", &["inheritance"]), + ("Recpetors", &["receptors"]), + ("Sahre", &["share"]), + ("Incremenets", &["increments"]), + ("Allievate", &["alleviate"]), + ("Authenaticates", &["authenticates"]), + ("Mortailty", &["mortality"]), + ("Percpetions", &["perceptions"]), + ("Nerative", &["narrative", "negative"]), + ("Senaireo", &["scenario"]), + ("Gramatically", &["grammatically"]), + ("Referneced", &["referenced"]), + ("Zemporary", &["temporary"]), + ("Retquiresgpos", &["requiresgpos"]), + ("Consecutivly", &["consecutively"]), + ("Cereates", &["creates"]), + ("Horader", &["hoarder"]), + ("Lsits", &["lists", "slits", "sits"]), + ("Guesss", &["guess", "guesses"]), + ("Misinterpretting", &["misinterpreting"]), + ("Setions", &["sections"]), + ("Physqiue", &["physique"]), + ("Surviver", &["survivor"]), + ("Sasketchewan", &["saskatchewan"]), + ("Incrediable", &["incredible"]), + ("Equaly", &["equally"]), + ("Ropository", &["repository"]), + ("Solated", &["isolated"]), + ("Complited", &["completed"]), + ("Judisuary", &["judiciary"]), + ("Transfere", &["transferred"]), + ("Constitude", &["constitute"]), + ("Incorrecty", &["incorrectly"]), + ("Coutermeasuere", &["countermeasure"]), + ("Parralelly", &["parallelly"]), + ("Youn", &["your", "you", "young"]), + ("Enaable", &["enable"]), + ("Thorugh", &["through", "thorough"]), + ("Reporposed", &["repurposed"]), + ("Projecor", &["projector"]), + ("Acqueos", &["aqueous"]), + ("Upgarde", &["upgrade"]), + ("Packes", &["packages", "packed", "packs"]), + ("Generlas", &["generals"]), + ("Metabloism", &["metabolism"]), + ("Folliwind", &["following"]), + ("Beaurocratical", &["bureaucratic"]), + ("Perfoeming", &["performing"]), + ("Arthrits", &["arthritis"]), + ("Phemonena", &["phenomena"]), + ("Componens", &["components"]), + ("Entquired", &["enquired"]), + ("Sublcass", &["subclass"]), + ("Cantalope", &["cantaloupe"]), + ("Contants", &["constants", "contents"]), + ("Drats", &["drafts"]), + ("Endrose", &["endorse"]), + ("Porperties", &["properties"]), + ("Referanced", &["referenced"]), + ("Correspnding", &["corresponding"]), + ("Relicate", &["replicate", "relocate"]), + ("Accumulted", &["accumulated"]), + ("Ummatched", &["unmatched"]), + ("Compatility", &["compatibility"]), + ("Otpoins", &["options"]), + ("Carbohidrates", &["carbohydrates"]), + ("Underlowing", &["underflowing"]), + ("Vefiry", &["verify"]), + ("Hemingwavy", &["hemingway"]), + ("Selction", &["selection"]), + ("Datsets", &["datasets"]), + ("Spefiifically", &["specifically"]), + ("Beleieve", &["believe"]), + ("Fumctionally", &["functionally"]), + ("Compolsive", &["compulsive"]), + ("Ficticous", &["fictitious"]), + ("Proportionalty", &["proportionally"]), + ("Apppend", &["append"]), + ("Seeverities", &["severities"]), + ("Acident", &["accident"]), + ("Mutiply", &["multiply"]), + ("Depretiats", &["depreciates", "deprecates"]), + ("Rumtime", &["runtime"]), + ("Syntact", &["syntax"]), + ("Importently", &["importantly"]), + ("Associted", &["associated"]), + ("Appearences", &["appearances"]), + ("Abstrats", &["abstracts"]), + ("Correspondances", &["correspondences"]), + ("Everythings", &["everything"]), + ("Opitionally", &["optionally"]), + ("Fortuante", &["fortunate"]), + ("Nromandy", &["normandy"]), + ("Importanty", &["importantly"]), + ("Stategized", &["strategized"]), + ("Definitiley", &["definitively"]), + ("Inexplicablly", &["inexplicably"]), + ("Univerity", &["university"]), + ("Unconvential", &["unconventional"]), + ("Afterawards", &["afterwards"]), + ("Dectecting", &["detecting"]), + ("Tempset", &["tempest"]), + ("Pyschopaths", &["psychopaths"]), + ("Averageifs", &["averages"]), + ("Arrestes", &["arrests"]), + ("Notificaions", &["notifications"]), + ("Retrieces", &["retrieves"]), + ("Murderes", &["murders"]), + ("Performaces", &["performances"]), + ("Traveral", &["traversal"]), + ("Deffer", &["differ", "defer"]), + ("Attribye", &["attribute"]), + ("Varibable", &["variable"]), + ("Spltting", &["splitting"]), + ("Uncoditionally", &["unconditionally"]), + ("Affirmitive", &["affirmative"]), + ("Acccord", &["accord"]), + ("Datatsets", &["datasets"]), + ("Proposels", &["proposes"]), + ("Defauld", &["default"]), + ("Illusiones", &["illusions"]), + ("Informatiei", &["informative"]), + ("Natinalists", &["nationalists"]), + ("Conditionel", &["conditional"]), + ("Pathifnder", &["pathfinder"]), + ("Deficites", &["deficits"]), + ("Upgerades", &["upgrades"]), + ("Previosuly", &["previously"]), + ("Curvasious", &["curvacious"]), + ("Accoutn", &["account"]), + ("Amung", &["among"]), + ("Heistate", &["hesitate"]), + ("Alginment", &["alignment"]), + ("Physicans", &["physicians"]), + ("Mandarijn", &["mandarin"]), + ("Spiritis", &["spirits"]), + ("Convenion", &["convention"]), + ("Dne", &["done"]), + ("Eyeballls", &["eyeballs"]), + ("Whcich", &["which"]), + ("Vessells", &["vessels"]), + ("Devirtualiation", &["devirtualisation", "devirtualization"]), + ("Chansellor", &["chancellor"]), + ("Enterprishe", &["enterprises"]), + ("Rehabilitatin", &["rehabilitation"]), + ("Altruistric", &["altruistic"]), + ("Mdoes", &["does", "modes"]), + ("Tramsition", &["transition"]), + ("Roganism", &["organism"]), + ("Remenber", &["remember"]), + ("Orthoganalize", &["orthogonalize"]), + ("Recyles", &["recycles"]), + ("Thred", &["thread"]), + ("Rescheudle", &["reschedule"]), + ("Dicrectory", &["directory"]), + ("Substanses", &["substances"]), + ("Jewelrey", &["jewelry"]), + ("Blockeras", &["blockers"]), + ("Princliple", &["principle"]), + ("Flud", &["flood"]), + ("Perpenticular", &["perpendicular"]), + ("Ofrom", &["from"]), + ("Changnig", &["changing"]), + ("Hierarhical", &["hierarchical"]), + ("Sketcking", &["skating", "sketching"]), + ("Industrias", &["industries"]), + ("Reaplugs", &["earplugs"]), + ("Initialialize", &["initialize"]), + ("Naximal", &["maximal"]), + ("Squeakey", &["squeaky"]), + ("Yearm", &["year"]), + ("Arbirarily", &["arbitrarily"]), + ("Percentige", &["percentile"]), + ("Verbatium", &["verbatim"]), + ("Fushed", &["flushed"]), + ("Catholocism", &["catholicism"]), + ("Resut", &["result"]), + ("Ingnore", &["ignore"]), + ("Discharded", &["discharged"]), + ("Emittter", &["emitter"]), + ("Wnt", &["want"]), + ("Comming", &["coming"]), + ("Dependened", &["depended"]), + ("Gorvement", &["government"]), + ("Xmdoel", &["xmodel"]), + ("Inquisiton", &["inquisition"]), + ("Donwvotes", &["downvotes"]), + ("Simultanously", &["simultaneously"]), + ("Importantely", &["importantly"]), + ("Uninitalise", &["uninitialise"]), + ("Afriad", &["afraid"]), + ("Extendded", &["extended"]), + ("Recurions", &["recursions"]), + ("Mousturizing", &["moisturizing"]), + ("Disensitized", &["desensitized"]), + ("Simultinously", &["simultaneously"]), + ("Sencond", &["second"]), + ("Spreasheets", &["spreadsheets"]), + ("Excetption", &["exception"]), + ("Othervise", &["otherwise"]), + ("Unsubscirptions", &["unsubscriptions"]), + ("Renegotaiting", &["renegotiating"]), + ( + "Propectively", + &["projectively", "prospectively", "protectively"], + ), + ("Experimanetation", &["experimentation"]), + ("Popoup", &["popup"]), + ("Productiviy", &["productivity"]), + ("Methon", &["method"]), + ("Indonasian", &["indonesian"]), + ("Bcuket", &["bucket"]), + ("Butiful", &["beautiful"]), + ("Eithe", &["either"]), + ("Syllabels", &["syllables"]), + ("Tetrahedora", &["tetrahedra"]), + ("Authethenticated", &["authenticated"]), + ("Appreciaters", &["appreciates"]), + ("Convencional", &["conventional"]), + ("Authenciating", &["authenticating"]), + ("Assumang", &["assuming"]), + ("Plasticosa", &["plastics"]), + ("Dominatin", &["domination"]), + ("Ralation", &["relation"]), + ("Completeing", &["completing"]), + ("Inbrasing", &["embracing"]), + ("Emphatetic", &["empathetic"]), + ("Banches", &["branches", "benches"]), + ("Notoreously", &["notoriously"]), + ("Structurels", &["structures"]), + ("Libertarien", &["libertarian"]), + ("Recruitcs", &["recruits"]), + ("Studi", &["study", "studio"]), + ("Poulate", &["populate"]), + ("Lightnign", &["lightning"]), + ("Maniuplates", &["manipulates"]), + ("Authenitication", &["authentication"]), + ("Repostes", &["reposts", "ripostes"]), + ("Availbvility", &["availability"]), + ("Overruning", &["overrunning"]), + ("Refeinements", &["refinements"]), + ("Charcaters", &["characters"]), + ("Insentivises", &["insensitive"]), + ("Permuatations", &["permutations"]), + ("Tunelled", &["tunnelled"]), + ("Chromesome", &["chromosome"]), + ("Bouyancy", &["buoyancy"]), + ("Concluse", &["conclusive"]), + ("Deserialsied", &["deserialised"]), + ("Spefifations", &["specifications"]), + ("Exsting", &["existing"]), + ("Battelships", &["battleship"]), + ("Torando", &["tornado"]), + ("Apporving", &["approving"]), + ("Pitchferks", &["pitchforks"]), + ("Subfromat", &["subformat"]), + ("Attribude", &["attribute"]), + ("Compensatin", &["compensation"]), + ("Adovcacy", &["advocacy"]), + ("Misbehaive", &["misbehave"]), + ("Stetement", &["statement"]), + ("Diffrerences", &["differences"]), + ("Stopry", &["story"]), + ("Oppportunity", &["opportunity"]), + ("Initilizations", &["initializations"]), + ("Releaved", &["relieved"]), + ("Cliboard", &["clipboard"]), + ("Associuated", &["associated"]), + ("Atrributes", &["attributes"]), + ("Everythig", &["everything"]), + ("Compaibility", &["compatibility"]), + ("Interfaves", &["interfaces"]), + ("Darkenss", &["darkness"]), + ("Unsuccessul", &["unsuccessful"]), + ("Configrued", &["configured"]), + ("Misunderstanidng", &["misunderstandings"]), + ("Experiation", &["expiration"]), + ("Itnervals", &["intervals"]), + ("Unifrom", &["uniform"]), + ("Disciplanary", &["disciplinary"]), + ("Italains", &["italians"]), + ("Contretely", &["concretely"]), + ("Flexibily", &["flexibility", "flexibly"]), + ("Uppwards", &["upwards"]), + ("Suspensie", &["suspense"]), + ("Improvized", &["improvised"]), + ("Sucessiv", &["successive"]), + ("Dupicate", &["duplicate"]), + ("Cataclysym", &["cataclysm"]), + ("Instrumentaiton", &["instrumentation"]), + ("Protaginist", &["protagonist"]), + ("Invokation", &["invocation"]), + ("Modle", &["model", "module"]), + ("Speeak", &["speak"]), + ("Charascter", &["character"]), + ("Beiginning", &["beginning"]), + ("Skandinavian", &["scandinavian"]), + ("Judasim", &["judaism"]), + ("Complelely", &["completely"]), + ("Regeistration", &["registration"]), + ("Tratior", &["traitor"]), + ("Transparnecies", &["transparencies"]), + ("Explan", &["explain"]), + ("Cinematograhy", &["cinematography"]), + ("Critcially", &["critically"]), + ("Explecitely", &["explicitly"]), + ("Conecutive", &["consecutive"]), + ("Archetecture", &["architecture"]), + ("Transimtted", &["transmitted"]), + ("Bevcause", &["because"]), + ("Intrisinc", &["intrinsic"]), + ("Beeing", &["being", "been"]), + ("Procrastrinating", &["procrastinating"]), + ("Experessing", &["expressing"]), + ("Hypocriet", &["hypocrite"]), + ("Horizntal", &["horizontal"]), + ("Milennium", &["millennium"]), + ("Expetced", &["expected"]), + ("Randomus", &["randoms"]), + ("Ceaser", &["cesar"]), + ("Serveiced", &["serviced"]), + ("Squareds", &["squares"]), + ("Intelligance", &["intelligence"]), + ("Thjese", &["these"]), + ("Contiuously", &["continuously"]), + ("Conlict", &["conflict"]), + ("Aircrafts", &["aircraft"]), + ("Illegsl", &["illegals"]), + ("Heorine", &["heroine"]), + ("Authenticaton", &["authentication"]), + ("Threadsave", &["threadsafe"]), + ("Confuigration", &["configuration"]), + ("Campiagn", &["campaign"]), + ("Atittude", &["attitude"]), + ("Dimensiom", &["dimension"]), + ("Fasicsm", &["fascism"]), + ("Neighberhhods", &["neighborhoods"]), + ("Beacuse", &["because"]), + ("Irraditating", &["irradiating"]), + ("Cick", &["click"]), + ("Ctificates", &["certificates"]), + ("Segmendation", &["segmentation"]), + ("Compulsary", &["compulsory"]), + ("Quaterly", &["quarterly"]), + ("Bulletprof", &["bulletproof"]), + ("Puinsher", &["punisher"]), + ("Despiste", &["despise"]), + ("Productivo", &["production"]), + ("Ecounter", &["encounter"]), + ("Anpatheaters", &["amphitheaters"]), + ("Coplete", &["complete"]), + ("Algoritmos", &["algorithms"]), + ("Alcoholical", &["alcoholic"]), + ("Adventuruous", &["adventurous"]), + ("Enforse", &["enforces"]), + ("Sigleton", &["singleton"]), + ("Ifself", &["itself"]), + ("Devolopments", &["developments"]), + ("Propoerties", &["properties"]), + ("Substences", &["substances"]), + ("Towords", &["towards"]), + ("Extremeophile", &["extremophile"]), + ("Westdern", &["western"]), + ("Corrolates", &["correlates"]), + ("Oppertunity", &["opportunity"]), + ("Absolutey", &["absolutely", "absolute"]), + ("Cuztomizes", &["customizes"]), + ("Garillas", &["guerillas"]), + ("Sldiers", &["sliders"]), + ("Cahes", &["caches"]), + ("Capabicity", &["capability"]), + ("Organsie", &["organise"]), + ("Unfilpped", &["unflipped"]), + ("Alreasy", &["already"]), + ("Rememembered", &["remembered"]), + ("Miscelleneous", &["miscellaneous"]), + ("Lexigraphical", &["lexicographical"]), + ("Soovinneers", &["souvenirs"]), + ("Pleacing", &["placing"]), + ("Responcive", &["responsive"]), + ("Thoses", &["those"]), + ("Plansewalker", &["planeswalker"]), + ("Intergal", &["integral"]), + ("Experiene", &["experience"]), + ("Servece", &["service"]), + ("Perscribed", &["prescribed"]), + ("Criteak", &["critique"]), + ("Touranments", &["tournaments"]), + ("Vaccinato", &["vaccination"]), + ("Passionale", &["passionately"]), + ("Originalet", &["originated"]), + ("Involtue", &["involute"]), + ("Defyning", &["defining"]), + ("Cteating", &["creating"]), + ("Nacionalists", &["nationalists"]), + ("Implicity", &["implicitly"]), + ("Pressiuos", &["precious"]), + ("Implet", &["implement"]), + ("Explaned", &["explained"]), + ("Tomatos", &["tomatoes"]), + ("Impluse", &["impulse"]), + ("Valiation", &["validation"]), + ("Corrospond", &["correspond"]), + ("Mittigate", &["mitigate"]), + ("Technoloiges", &["technologies"]), + ("Develp", &["develop"]), + ("Mainling", &["mailing"]), + ("Uncessarily", &["unnecessarily"]), + ("Fabircates", &["fabricates"]), + ("Spefifally", &["specifically"]), + ("Corresponsding", &["corresponding"]), + ("Expaned", &["expand", "expanded", "explained"]), + ("Reprtoire", &["repertoire"]), + ("Interferring", &["interfering"]), + ("Multitaskng", &["multitasking"]), + ("Reassocation", &["reassociation"]), + ("Readdrssing", &["readdressing"]), + ("Progamability", &["programmability"]), + ("Responsivle", &["responsive"]), + ("Shattening", &["shattering"]), + ("Limitied", &["limited"]), + ("Unexpect", &["unexpected"]), + ("Expiried", &["expired"]), + ("Fornt", &["front"]), + ("Silouhetted", &["silhouetted"]), + ("Acknowldeged", &["acknowledged"]), + ("Progarmatic", &["programmatic"]), + ("Linguisticos", &["linguistics"]), + ("Beautyfull", &["beautiful"]), + ("Irrationel", &["irrational"]), + ("Accountabillity", &["accountability"]), + ("Expination", &["expiration"]), + ("Dymanite", &["dynamite"]), + ("Tribunaal", &["tribunal"]), + ("Trageting", &["targeting"]), + ("Coalescsing", &["coalescing"]), + ("Singelarity", &["singularity"]), + ("Formulaical", &["formulaic"]), + ("Howeever", &["however"]), + ("Geurrilla", &["guerrilla"]), + ("Scuccess", &["success"]), + ("Delearship", &["dealership"]), + ("Synthesys", &["synthesis"]), + ("Sponsorhips", &["sponsorship"]), + ("Ownersip", &["ownership"]), + ("Chari", &["chair"]), + ("Cirlcing", &["circling"]), + ("Cauhgt", &["caught"]), + ("Jamaicaman", &["jamaican"]), + ("Simultainously", &["simultaneously"]), + ("Vetors", &["vectors", "vetoes"]), + ("Uncalcualted", &["uncalculated"]), + ("Appature", &["aperture"]), + ("Meetigns", &["meetings"]), + ("Varously", &["variously"]), + ("Condidtioning", &["conditioning"]), + ("Cooperatve", &["cooperative"]), + ("Monthes", &["months"]), + ("Proproable", &["probable"]), + ("Impove", &["improve"]), + ("Compsable", &["composable"]), + ("Grandizement", &["aggrandizement"]), + ("Mininos", &["minions"]), + ("Bouced", &["bounced"]), + ("Scholarhip", &["scholarship"]), + ("Unspeficiied", &["unspecified"]), + ("Cooridinates", &["coordinates"]), + ("Addapting", &["adapting"]), + ("Corresponders", &["corresponds"]), + ("Apllying", &["applying"]), + ("Respectible", &["respectable"]), + ("Consequeseces", &["consequences"]), + ("Cretes", &["creates", "crates"]), + ("Propogated", &["propagated"]), + ("Subsitutute", &["substitute"]), + ("Peridically", &["periodically"]), + ("Capabitilies", &["capabilities"]), + ("Enabledi", &["enabled"]), + ("Enetered", &["entered"]), + ("Impelmentations", &["implementations"]), + ("Reicarnation", &["reincarnation"]), + ("Underwrold", &["underworld"]), + ("Guassian", &["gaussian"]), + ("Recconencting", &["reconnecting"]), + ("Sigatures", &["signatures"]), + ("Getimezone", &["gettimezone"]), + ("Explitictly", &["explicitly"]), + ("Specialz", &["specialize"]), + ("Withinn", &["within"]), + ("Isnpiron", &["inspiron"]), + ("Sychronisation", &["synchronisation"]), + ("Nstallation", &["installation"]), + ("Datastrcuture", &["datastructure"]), + ("Humillated", &["humiliated"]), + ("Trucating", &["truncating"]), + ("Separeted", &["separated"]), + ("Distrbution", &["distribution"]), + ("Disssemblies", &["disassemblies"]), + ("Medatadata", &["metadata"]), + ("Follwowind", &["following"]), + ("Genralise", &["generalise"]), + ("Pavillion", &["pavilion"]), + ("Origninal", &["original"]), + ("Teminals", &["terminals"]), + ("Singl", &["single"]), + ("Befoer", &["before"]), + ("Exhist", &["exist"]), + ("Fundamentais", &["fundamentals"]), + ("Bimillenium", &["bimillennium"]), + ("Impedence", &["impedance"]), + ("Dissimlar", &["dissimilar"]), + ("Runned", &["ran", "run", "ruined"]), + ("Sunglesses", &["sunglasses"]), + ("Howewer", &["however"]), + ("Releifing", &["relieving"]), + ("Parameteer", &["parameter"]), + ("Redistrubution", &["redistribution"]), + ("Proportionaly", &["proportionally"]), + ("Universiality", &["universality"]), + ("Technologicaly", &["technologically"]), + ("Strucrures", &["structures"]), + ("Phsyiology", &["physiology"]), + ("Talbian", &["taliban"]), + ("Psycothic", &["psychotic"]), + ("Freestlye", &["freestyle"]), + ("Transvormed", &["transformed"]), + ("Infiltratior", &["infiltrator"]), + ("Siloweted", &["silhouetted"]), + ("Modtified", &["modified"]), + ("Valididty", &["validity"]), + ("Depolyed", &["deployed"]), + ("Juxtifications", &["justifications"]), + ("Initiliaze", &["initialize"]), + ("Confims", &["confirms"]), + ("Zoinism", &["zionism"]), + ("Certificion", &["certification"]), + ("Contribuitor", &["contributor"]), + ("Criticie", &["criticise"]), + ("Islamisist", &["islamist"]), + ("Bottome", &["bottom"]), + ("Openen", &["opened", "opening"]), + ("Vaelues", &["values"]), + ("Altantic", &["atlantic"]), + ("Algoprithm", &["algorithm"]), + ("Assebmly", &["assembly"]), + ("Iluminated", &["illuminated"]), + ("Assiocating", &["associating"]), + ("Exeucted", &["executed"]), + ("Techniqe", &["technique"]), + ("Commuable", &["commutable"]), + ("Prjecting", &["projecting"]), + ("Ephememeris", &["ephemeris"]), + ("Registed", &["registered"]), + ("Plalform", &["platform"]), + ("Categoried", &["categorized"]), + ("Accessiibility", &["accessibility"]), + ("Angshiuos", &["anxious"]), + ("Offcially", &["officially"]), + ("Descrptor", &["descriptor"]), + ("Renegotaitions", &["renegotiations"]), + ("Eihths", &["eighths"]), + ("Austensibly", &["ostensibly"]), + ("Frustrants", &["frustrates"]), + ("Scientic", &["scientific"]), + ( + "Tralled", + &[ + "trailed", + "travelled", + "trawled", + "trialled", + "trilled", + "trolled", + ], + ), + ("Arcive", &["archive"]), + ("Palatte", &["palette"]), + ("Wisper", &["whisper"]), + ("Conencted", &["connected"]), + ("Newmonectomy", &["pneumonectomy"]), + ("Uncersored", &["uncensored"]), + ("Poing", &["point"]), + ("Compesitions", &["compositions"]), + ("Adevntured", &["adventured"]), + ("Demosntrate", &["demonstrate"]), + ("Poingant", &["poignant"]), + ("Installe", &["installer", "installed", "install"]), + ("Legitimitely", &["legitimately"]), + ("Exsitance", &["existence"]), + ("Supposedely", &["supposedly"]), + ("Overcompansates", &["overcompensates"]), + ("Languae", &["language"]), + ("Catholicisim", &["catholicism"]), + ("Dynamis", &["dynamics"]), + ("Ditionary", &["dictionary"]), + ("Disrispect", &["disrespect"]), + ("Amaterus", &["amateurs"]), + ("Egenralized", &["generalized"]), + ("Technologia", &["technological"]), + ("Nechanism", &["mechanism"]), + ("Retangles", &["rectangles"]), + ("Tollerable", &["tolerable"]), + ("Descryptions", &["descriptions"]), + ("Tramboline", &["trampoline"]), + ("Denomal", &["denormal"]), + ("Measuremenets", &["measurements"]), + ("Multipliciaton", &["multiplication"]), + ("Previuos", &["previous"]), + ("Unecrypted", &["unencrypted"]), + ("Dsiable", &["disable"]), + ("Experimetner", &["experimenter"]), + ("Unresgisterd", &["unregistered"]), + ("Sighrynge", &["syringe"]), + ("Satsify", &["satisfy"]), + ("Ofice", &["office"]), + ("Conviniencys", &["conveniences"]), + ("Eldistribution", &["redistribution"]), + ("Directon", &["direction"]), + ("Opauqe", &["opaque"]), + ("Inisialised", &["initialised"]), + ("Formates", &["formats"]), + ("Antibiodics", &["antibiotics"]), + ("Univerally", &["universally"]), + ("Orgininals", &["originals"]), + ("Involunatry", &["involuntary"]), + ("Meatfile", &["metafile"]), + ("Comparigon", &["comparison"]), + ("Secont", &["second"]), + ("Commpiled", &["compiled"]), + ("Partiitons", &["partitions"]), + ("Quee", &["queue"]), + ("Vaccins", &["vaccines"]), + ("Phlematous", &["phlegmatous"]), + ("Previlege", &["privilege"]), + ("Characgter", &["character"]), + ("Spefiics", &["specifics"]), + ("Helful", &["helpful"]), + ("Preconditoner", &["preconditioner"]), + ("Intiminated", &["intimidated"]), + ("Hypotethically", &["hypothetically"]), + ("Philosohpers", &["philosopher"]), + ("Approimation", &["approximation"]), + ("Propeties", &["properties"]), + ("Treaing", &["treating"]), + ("Awesoneness", &["awesomeness"]), + ("Frankensten", &["frankenstein"]), + ("Underastimating", &["underestimating"]), + ("Proprotionally", &["proportionally"]), + ("Druming", &["drumming"]), + ("Efficienct", &["efficient"]), + ("Implemeted", &["implemented"]), + ("Initiatiated", &["initiated"]), + ("Glagsow", &["glasgow"]), + ("Destiantions", &["destinations"]), + ("Prepetuates", &["perpetuates"]), + ("Imbracer", &["embracer"]), + ("Cyphersuite", &["ciphersuite"]), + ("Wheter", &["whether"]), + ("Alimoney", &["alimony"]), + ("Chronicels", &["chronicles"]), + ("Hospitallity", &["hospitality"]), + ("Addopt", &["adopt"]), + ("Typoe", &["typo", "type", "types"]), + ("Sortnr", &["sorter"]), + ("Restarants", &["restaurants"]), + ("Luanched", &["launched"]), + ("Cherching", &["checking", "churching"]), + ("Articulted", &["articulated"]), + ("Hegdehog", &["hedgehog"]), + ("Repant", &["repaint", "repent"]), + ("Initalisers", &["initialisers"]), + ("Itegration", &["integration"]), + ("Caculating", &["calculating"]), + ("Surprisinlgy", &["surprisingly"]), + ("Optmizations", &["optimizations"]), + ("Nonnegarive", &["nonnegative"]), + ("Presisted", &["persisted"]), + ("Upredictable", &["unpredictable"]), + ("Idealogy", &["ideology"]), + ("Heartbrake", &["heartbreak"]), + ("Horizonts", &["horizons"]), + ("Cocatenated", &["concatenated"]), + ("Fushas", &["fuchsias"]), + ("Rhythem", &["rhythm"]), + ("Vulnderabilities", &["vulnerabilities"]), + ("Precuation", &["precautions", "precaution"]), + ("Counterpoart", &["counterpart"]), + ("Certifciates", &["certificates"]), + ("Stelathy", &["stealthy"]), + ("Manufacturier", &["manufacturer"]), + ("Specifyig", &["specifying"]), + ("Oberflowed", &["overflowed"]), + ("Initalizes", &["initializes"]), + ("Libralie", &["library"]), + ("Presentatuion", &["presentation"]), + ("Asssertions", &["assertions"]), + ("Delcare", &["declare"]), + ("Connectet", &["connected"]), + ("Sythetic", &["synthetic"]), + ("Quater", &["quarter"]), + ("Docstatistik", &["docstatistic"]), + ("Clienta", &["client"]), + ("Naybhor", &["neighbor"]), + ("Independendet", &["independent"]), + ("Longtiem", &["longtime"]), + ("Replacemenet", &["replacement"]), + ("Procude", &["produce"]), + ("Beleife", &["belief", "believe"]), + ("Agnosticm", &["agnosticism"]), + ("Nefarios", &["nefarious"]), + ("Unsusbcribed", &["unsubscribed"]), + ("Reimbursment", &["reimbursement"]), + ("Outrageoulsy", &["outrageously"]), + ("Kintergarten", &["kindergarten"]), + ("Chasiss", &["chassis"]), + ("Phoen", &["phone"]), + ("Tatoo", &["tattoo"]), + ("Indocrtinated", &["indoctrinated"]), + ("Particuraly", &["particularly"]), + ("Interploatin", &["interpolating"]), + ("Stuckt", &["stuck"]), + ("Renegoptionsotiated", &["renegotiated"]), + ("Subsituents", &["substituents"]), + ("Cheks", &["checks"]), + ("Casheirs", &["cashiers"]), + ("Earlist", &["earliest"]), + ("Alignemnt", &["alignment"]), + ("Genitaila", &["genitalia"]), + ("Inconvertable", &["inconvertible"]), + ("Visheation", &["vitiation"]), + ("Regualrs", &["regulars"]), + ("Datatstructures", &["datastructures"]), + ("Nestalgic", &["nostalgic"]), + ("Approuves", &["approves"]), + ("Frsibee", &["frisbee"]), + ("Containts", &["contains"]), + ("Negosiator", &["negotiator"]), + ("Enthuasists", &["enthusiasts"]), + ("Transtitions", &["transitions"]), + ("Allwo", &["allow"]), + ("Subrountine", &["subroutine"]), + ("Eyou", &["you"]), + ("Firendzoned", &["friendzoned"]), + ("Parmesaen", &["parmesan"]), + ("Perpetuare", &["perpetuate"]), + ("Condemend", &["condemned"]), + ("Prestigieus", &["prestigious"]), + ("Manufacturor", &["manufacturer"]), + ("Unealthy", &["unhealthy"]), + ("Uncorelated", &["uncorrelated"]), + ("Benefied", &["benefited"]), + ("Scenerios", &["scenarios"]), + ("Exntry", &["entry"]), + ("Secords", &["seconds"]), + ("Junlging", &["jungling"]), + ("Tunned", &["tuned"]), + ("Contibuting", &["contributing"]), + ("Siwtch", &["switch"]), + ("Pinpiont", &["pinpoint"]), + ("Referinng", &["referring"]), + ("Latset", &["latest"]), + ("Recursivelly", &["recursively"]), + ("Veiwers", &["viewers"]), + ("Conseguence", &["consequence"]), + ("Palced", &["placed"]), + ("Autonymous", &["autonomous"]), + ("Courtrooom", &["courtroom"]), + ("Ultimatelly", &["ultimately"]), + ("Misspellling", &["misspelling"]), + ("Flourishment", &["flourishing"]), + ("Assuption", &["assumption"]), + ("Clea", &["clean"]), + ("Adapation", &["adaptation", "adoption"]), + ("Speficiteid", &["specified"]), + ("Underglo", &["undergo"]), + ("Kilometros", &["kilometres"]), + ("Causious", &["cautious"]), + ("Deintialize", &["deinitialize"]), + ("Framwork", &["framework"]), + ("Nothign", &["nothing"]), + ("Symmetic", &["symmetric"]), + ("Chane", &["change", "chain"]), + ("Leace", &["leave"]), + ("Wayoint", &["waypoint"]), + ("Contrainers", &["containers"]), + ("Dependecies", &["dependencies"]), + ("Battlefiend", &["battlefield"]), + ("Unbreakabie", &["unbreakable"]), + ("Amaturs", &["amateurs"]), + ("Regsions", &["regions"]), + ("Conversie", &["converse"]), + ("Revolutionos", &["revolutions"]), + ("Watiers", &["waiters"]), + ("Buthcered", &["butchered"]), + ("Inconsequencial", &["inconsequential"]), + ("Apretiating", &["appreciating"]), + ("Exorted", &["exported", "extorted", "exerted"]), + ("Docomentation", &["documentation"]), + ("Lifestel", &["lifesteal"]), + ("Micorcode", &["microcode"]), + ("Overvride", &["override"]), + ("Parnoia", &["paranoia"]), + ("Narled", &["gnarled", "nailed", "narked", "snarled"]), + ("Dispathing", &["dispatching"]), + ("Sigthstone", &["sightstone"]), + ("Everithing", &["everything"]), + ("Pologon", &["polygon"]), + ("Procelain", &["porcelain"]), + ("Subconsicous", &["subconscious"]), + ("Homogenity", &["homogeneity"]), + ("Encyclapedia", &["encyclopedia"]), + ("Identites", &["identities"]), + ("Caculater", &["calculator"]), + ("Immidiately", &["immediately"]), + ("Alhapetical", &["alphabetical"]), + ("Climers", &["climbers"]), + ("Negothiations", &["negotiations"]), + ("Monogameous", &["monogamous"]), + ("Neighbeurhing", &["neighbouring"]), + ("Inconvienient", &["inconvenient"]), + ("Deteremined", &["determined"]), + ("Aestethic", &["aesthetic"]), + ("Startparanthesis", &["startparentheses"]), + ("Disseration", &["dissertation"]), + ("Wintesses", &["witnesses"]), + ("Profesionally", &["professionally"]), + ("Aggragate", &["aggregate"]), + ("Pasive", &["passive"]), + ("Forceably", &["forcibly"]), + ("Definitoins", &["definitions"]), + ("Proejcted", &["projected"]), + ("Secquence", &["sequence"]), + ("Orginiated", &["originated"]), + ("Infinet", &["infinite"]), + ("Injustie", &["injustices"]), + ("Avarage", &["average"]), + ("Timout", &["timeout"]), + ("Enhencments", &["enhancements"]), + ("Revoltuionary", &["revolutionary"]), + ("Lenghtening", &["lengthening"]), + ("Qualifid", &["qualified"]), + ("Suppresssion", &["suppression"]), + ("Warninings", &["warnings"]), + ("Achilleus", &["achilles"]), + ("Theese", &["these"]), + ("Timzeones", &["timezones"]), + ("Lengtext", &["longtext"]), + ("Otherws", &["otherwise"]), + ("Condtiion", &["condition"]), + ("Interstallar", &["interstellar"]), + ("Speficiies", &["specifies"]), + ("Laguagues", &["languages"]), + ("Characterizaton", &["characterization"]), + ("Actuion", &["action"]), + ("Revolvs", &["revolves"]), + ("Reallocaite", &["reallocate"]), + ("Detectes", &["detects"]), + ("Movespeeed", &["movespeed"]), + ("Algorthim", &["algorithm"]), + ("Correspondg", &["corresponding"]), + ("Specifc", &["specific"]), + ("Delgated", &["delegated"]), + ("Storeis", &["storeys", "stores"]), + ("Effecks", &["effects"]), + ("Presecution", &["persecution"]), + ("Akss", &["asks", "ass"]), + ("Intreeguing", &["intriguing"]), + ("Populatoin", &["populations"]), + ("Inofrmation", &["information"]), + ("Disassmbly", &["disassembly"]), + ("Inpsire", &["inspire"]), + ("Dipthongs", &["diphthongs"]), + ("Legendaryes", &["legendaries"]), + ("Owuld", &["would"]), + ("Scintiallation", &["scintillation"]), + ("Elipsis", &["ellipsis", "eclipses"]), + ("Electromagnetc", &["electromagnetic"]), + ("Replactes", &["replaces", "replicates"]), + ("Conteners", &["containers"]), + ("Correspontend", &["correspondent"]), + ("Overwirte", &["overwrite"]), + ("Convedsion", &["conversion"]), + ("Strecthes", &["stretches"]), + ("Althought", &["although"]), + ("Serachs", &["searches"]), + ("Differene", &["differences", "difference"]), + ("Sometinh", &["something"]), + ("Behavoural", &["behavioural"]), + ("Pacages", &["packages"]), + ("Pendning", &["pending"]), + ("Syncronizations", &["synchronizations"]), + ("Checkalaises", &["checkaliases"]), + ("Yeaterday", &["yesterday"]), + ("Copute", &["compute"]), + ("Commerically", &["commercially"]), + ("Aparthied", &["apartheid"]), + ("Improvemenet", &["improvement"]), + ("Intimitading", &["intimidating"]), + ("Conifguration", &["configurations", "configuration"]), + ("Immobille", &["immobile"]), + ("Potentally", &["potentially"]), + ("Journying", &["journeying"]), + ("Anticipare", &["anticipate"]), + ("Dissconnect", &["disconnect"]), + ("Cylider", &["cylinder"]), + ("Captialize", &["capitalize"]), + ("Meagtron", &["megatron"]), + ("Buildes", &["builders"]), + ("Handkerchifs", &["handkerchiefs"]), + ("Adminstrator", &["administrator"]), + ("Tbe", &["the"]), + ("Effectionate", &["affectionate"]), + ("Inaccurrate", &["inaccurate"]), + ("Cusstomize", &["customize"]), + ("Timestemps", &["timestamps"]), + ("Civelezation", &["civilization"]), + ("Sttings", &["strings", "settings", "sittings"]), + ("Organisim", &["organism"]), + ("Accelearte", &["accelerate"]), + ("Pattrens", &["patterns", "patrons"]), + ("Defind", &["defined", "defund"]), + ("Imaginitave", &["imaginative"]), + ("Reconstrcut", &["reconstruct"]), + ("Opnegroup", &["opengroup"]), + ("Executabe", &["executable"]), + ("Renegotioator", &["renegotiator"]), + ("Exacberate", &["exacerbated"]), + ("Falures", &["failures"]), + ("Measuremenet", &["measurement"]), + ("Spehres", &["spheres"]), + ("Resourcse", &["resources", "resource"]), + ("Translyvanian", &["transylvania"]), + ("Suspicsion", &["suspicions"]), + ("Automaticalyy", &["automatically"]), + ("Plagierism", &["plagiarism"]), + ("Reqired", &["required"]), + ("Sufferred", &["suffered"]), + ("Virgings", &["virgins"]), + ("Enties", &["entries"]), + ("Otherwsie", &["otherwise"]), + ("Securre", &["secure"]), + ("Undergroud", &["underground"]), + ("Audiance", &["audience"]), + ("Arbirtrarily", &["arbitrarily"]), + ("Attrivute", &["attribute"]), + ("Kibutzes", &["kibbutzim"]), + ("Coresponded", &["corresponded"]), + ("Obaying", &["obeying"]), + ("Presuambly", &["presumably"]), + ("Enduce", &["induce"]), + ("Reachs", &["reaches"]), + ("Disbaled", &["disabled"]), + ("Serialializes", &["serializes"]), + ("Intrepreter", &["interpreter"]), + ("Inddividually", &["individually"]), + ("Shoudn", &["shouldn"]), + ("Cleantup", &["cleanup"]), + ("Licenceing", &["licencing"]), + ("Succceeded", &["succeeded"]), + ("Sporstmanship", &["sportsmanship"]), + ("Ovveride", &["override"]), + ("Pagagraph", &["paragraph"]), + ("Spwaned", &["spawned"]), + ("Amateures", &["amateurs"]), + ("Soltion", &["solution"]), + ("Cerified", &["certified", "verified"]), + ("Possilbe", &["possible"]), + ("Someghing", &["something"]), + ("Hae", &["have"]), + ("Benfits", &["benefits"]), + ("Capitalisn", &["capitals"]), + ("Bandwdith", &["bandwidth"]), + ("Springst", &["sprints"]), + ("Assassinato", &["assassination"]), + ("Snippert", &["snippet"]), + ("Prevously", &["previously"]), + ("Physicials", &["physicians"]), + ("Intialised", &["initialised"]), + ("Outgoign", &["outgoing"]), + ("Moutn", &["mount"]), + ("Wolrdwide", &["worldwide"]), + ("Approiate", &["appropriate"]), + ("Excludling", &["excluding"]), + ("Inscets", &["insects"]), + ("Contcat", &["contact"]), + ("Irelevant", &["irrelevant"]), + ("Dynamitage", &["dynamite"]), + ("Leagcy", &["legacy"]), + ("Catastraphe", &["catastrophe"]), + ("Quention", &["quentin"]), + ("Expireitme", &["expiretime"]), + ("Commitable", &["committable"]), + ("Physcopath", &["psychopath"]), + ("Temporrarily", &["temporarily"]), + ("Disscusing", &["discussing"]), + ("Cheerleards", &["cheerleaders"]), + ("Occationly", &["occasionally"]), + ("Apihelion", &["aphelion"]), + ("Begninning", &["beginning"]), + ("Adminssion", &["admission"]), + ("Acccordance", &["accordance"]), + ("Guarnateeing", &["guaranteeing"]), + ("Discussiong", &["discussing"]), + ("Atmopsheric", &["atmospheric"]), + ("Christimas", &["christians"]), + ("Etiquete", &["etiquette"]), + ("Comitter", &["committer"]), + ("Dividendes", &["dividends"]), + ("Guaruantees", &["guarantees"]), + ("Evaulating", &["evaluating"]), + ("Conceptul", &["conceptual"]), + ("Demonstratbly", &["demonstrably"]), + ("Aggessively", &["aggressively"]), + ("Elments", &["elements"]), + ("Announcments", &["announcements"]), + ("Instrcuts", &["instructs"]), + ("Passs", &["pass"]), + ("Elliminating", &["eliminating"]), + ("Undersog", &["undergo"]), + ("Resuorce", &["resource"]), + ("Apprpriately", &["appropriately"]), + ("Asembler", &["assembler"]), + ("Accociating", &["associating"]), + ("Presuasion", &["persuasion"]), + ("Imporoted", &["imported"]), + ("Niot", &["not"]), + ("Wraapp", &["wrap"]), + ("Cabints", &["cabinets"]), + ("Tottehnam", &["tottenham"]), + ("Regulatorios", &["regulators"]), + ("Complicatie", &["complicit"]), + ("Mangementt", &["management"]), + ("Pooints", &["points"]), + ("Preserrved", &["preserved"]), + ("Decstiptions", &["descriptions"]), + ("Cheerlearder", &["cheerleader"]), + ("Follewin", &["following"]), + ("Renegothiation", &["renegotiation"]), + ("Secene", &["scene"]), + ("Umbelievable", &["unbelievable"]), + ("Lightweigth", &["lightweight"]), + ("Seriuosly", &["seriously"]), + ("Octive", &["active", "octave"]), + ("Subnegotication", &["subnegotiation"]), + ("Expliot", &["exploit"]), + ("Cabnets", &["cabinets"]), + ("Angshiuosness", &["anxiousness"]), + ("Diagnosi", &["diagnostic"]), + ("Algorihtmically", &["algorithmically"]), + ("Recepticals", &["receptacles"]), + ("Warriros", &["warriors"]), + ("Chercked", &["checked", "checkered"]), + ("Langiage", &["language"]), + ("Kiyack", &["kayak"]), + ("Thrusdays", &["thursdays"]), + ("Surgests", &["suggests"]), + ("Prostitutos", &["prostitutes"]), + ("Priases", &["praises"]), + ("Personatus", &["personas"]), + ("Inherided", &["inherited"]), + ("Invaderas", &["invaders"]), + ("Customisatons", &["customisations"]), + ("Discovred", &["discovered"]), + ("Tabblow", &["tableau"]), + ("Prodeed", &["proceed"]), + ("Geomoetrically", &["geometrically"]), + ("Recieveing", &["receiving"]), + ("Plasticus", &["plastics"]), + ("Safetly", &["safely"]), + ("Intereprets", &["interprets"]), + ("Colunns", &["columns"]), + ("Oveerun", &["overrun"]), + ("Extrenaly", &["externally"]), + ("Commeneted", &["commented"]), + ("Prepondance", &["preponderance"]), + ("Infomration", &["information"]), + ("Asside", &["aside"]), + ("Iburpofen", &["ibuprofen"]), + ("Dysfucntion", &["dysfunction"]), + ("Measureable", &["measurable"]), + ("Preduction", &["prediction"]), + ("Serebrally", &["cerebrally"]), + ("Threatenes", &["threatens"]), + ("Dropse", &["drops"]), + ("Sawteing", &["sautéing"]), + ("Spectularly", &["spectacularly"]), + ("Stiring", &["stirring"]), + ("Springfied", &["springfield"]), + ("Amphatamines", &["amphetamines"]), + ("Folwoing", &["following"]), + ("Readabillity", &["readability"]), + ("Frecklers", &["freckles"]), + ("Austrija", &["austria"]), + ("Finshed", &["finished"]), + ("Bradfrod", &["bradford"]), + ("Nighborhood", &["neighborhood"]), + ("Modifyed", &["modified"]), + ("Sugget", &["suggest"]), + ("Subsconcious", &["subconscious"]), + ("Preculde", &["preclude"]), + ("Readigs", &["readings"]), + ("Cashieer", &["cashier"]), + ("Parshal", &["marshal", "partial"]), + ("Credidentials", &["credentials"]), + ("Mension", &["mansion", "mention"]), + ("Comunist", &["communist"]), + ("Emphazied", &["emphasized"]), + ("Achiavable", &["achievable"]), + ("Propigate", &["propagate"]), + ("Certainlyt", &["certainty"]), + ("Clammer", &["clamber", "clamor"]), + ("Committis", &["committees"]), + ("Prescedence", &["precedence"]), + ("Folliwer", &["follower"]), + ("Unsuported", &["unsupported"]), + ("Contniued", &["continued"]), + ("Querry", &["quarry", "query"]), + ("Cruasder", &["crusader"]), + ("Physial", &["physical"]), + ("Benging", &["binging"]), + ("Costomizable", &["customizable"]), + ("Pebblets", &["pebbles"]), + ("Unimpressd", &["unimpressed"]), + ("Repositotry", &["repository"]), + ("Chatacters", &["characters"]), + ("Traveresing", &["traversing"]), + ("Inpuut", &["input"]), + ("Renouned", &["renounced", "renowned"]), + ("Masculinty", &["masculinity"]), + ("Prerequistite", &["prerequisite"]), + ("Virtal", &["virtual"]), + ("Unlcuky", &["unlucky"]), + ("Pactivity", &["captivity"]), + ("Rearrangt", &["rearrangement"]), + ("Humiliaton", &["humiliation"]), + ("Tabluates", &["tabulates"]), + ("Recomendation", &["recommendation"]), + ("Purpetrators", &["perpetrators"]), + ("Relaly", &["really"]), + ("Jurisdiktion", &["jurisdiction"]), + ("Channets", &["channels"]), + ("Naieve", &["naive"]), + ("Endoresments", &["endorsement"]), + ("Improbabil", &["improbable"]), + ("Distrcits", &["districts"]), + ("Syntactally", &["syntactically"]), + ("Coalaesced", &["coalesced"]), + ("Preferrence", &["preference"]), + ("Failur", &["failure"]), + ("Ceromony", &["ceremony"]), + ("Succefully", &["successfully"]), + ("Grpahic", &["graphic"]), + ("Porviding", &["providing"]), + ("Statistisk", &["statistics"]), + ("Decompres", &["decompress"]), + ("Qualifers", &["qualifiers"]), + ("Rudimentory", &["rudimentary"]), + ("Fragmnet", &["fragment"]), + ("Downagrade", &["downgrade"]), + ("Associeating", &["associating"]), + ("Syllabe", &["syllable"]), + ("Intermeidate", &["intermediate"]), + ("Transending", &["transcending"]), + ("Paragrahs", &["paragraphs"]), + ("Custoise", &["customise"]), + ("Mimmicked", &["mimicked"]), + ("Instabilt", &["instability"]), + ("Unmistakeably", &["unmistakably"]), + ("Hiearchy", &["hierarchy"]), + ("Programmars", &["programmers"]), + ("Polisse", &["polishes"]), + ("Cumulitive", &["cumulative"]), + ("Configuered", &["configured"]), + ("Champain", &["champagne"]), + ("Commentaar", &["commentary"]), + ("Afternon", &["afternoon"]), + ("Percetnage", &["percentages"]), + ("Oracels", &["oracles"]), + ("Cannont", &["cannot"]), + ("Misrepresentativ", &["misrepresentation"]), + ("Chipps", &["chips"]), + ("Ignortd", &["ignored"]), + ("Optimzed", &["optimized"]), + ("Bleading", &["bleeding"]), + ("Dissonante", &["dissonance"]), + ("Nighlties", &["nightlies"]), + ("Exhanging", &["exchanging"]), + ("Trinekts", &["trinkets"]), + ("Comnpresion", &["compression"]), + ("Unassinging", &["unassigning"]), + ("Discconeccted", &["disconnected"]), + ("Genersl", &["generals"]), + ("Numearate", &["numerate"]), + ("Notablly", &["notably"]), + ("Francsico", &["francisco"]), + ("Logitudes", &["longitudes"]), + ("Redundany", &["redundancy"]), + ("Realtion", &["relation", "reaction"]), + ("Rebease", &["rebase"]), + ("Sur", &["sure"]), + ("Figuritively", &["figuratively"]), + ("Transparany", &["transparency"]), + ("Regsister", &["register"]), + ("Pathes", &["paths"]), + ("Disabmiguate", &["disambiguate"]), + ("Cricitising", &["criticising"]), + ("Cutsence", &["cutscene"]), + ("Ovewrote", &["overwrote"]), + ("Isntruments", &["instruments"]), + ("Simulteanous", &["simultaneous"]), + ("Adjacentsy", &["adjacency"]), + ("Masturbe", &["masturbate"]), + ("Bolean", &["boolean"]), + ("Chillade", &["chilled"]), + ("Submissons", &["submissions"]), + ("Poisin", &["poison"]), + ("Tragets", &["targets"]), + ("Initail", &["initial"]), + ("Refiined", &["refined"]), + ("Substitutie", &["substitutes"]), + ("Satuaration", &["saturation"]), + ("Somtimes", &["sometimes"]), + ("Recontruct", &["reconstruct"]), + ("Usefule", &["useful"]), + ("Trigged", &["triggered"]), + ("Crucibel", &["crucible"]), + ("Underwolrd", &["underworld"]), + ("Advisoriyes", &["advisories"]), + ("Acception", &["exception"]), + ("Pilgrimmage", &["pilgrimage"]), + ("Fondamentalist", &["fundamentalist"]), + ("Expicitly", &["explicitly"]), + ("Definetely", &["definitely"]), + ("Unsubstantiaed", &["unsubstantiated"]), + ("Mateial", &["material", "metal"]), + ("Acquiantence", &["acquaintance"]), + ("Bootlaoder", &["bootloader"]), + ("Millenna", &["millennia"]), + ("Consecuitively", &["consecutively"]), + ("Experinement", &["experiment"]), + ("Curev", &["curve"]), + ("Infinitie", &["infinite", "infinity"]), + ("Extarnal", &["external"]), + ("Adjustmant", &["adjustment"]), + ("Desingning", &["designing"]), + ("Enity", &["entity", "enmity"]), + ("Discoteque", &["discotheque"]), + ("Introverse", &["introverts"]), + ("Rotine", &["routine"]), + ("Lingiere", &["lingerie"]), + ("Syncronizes", &["synchronizes"]), + ("Furuther", &["further"]), + ("Verry", &["very"]), + ("Portuguease", &["portuguese"]), + ("Geomtry", &["geometry"]), + ("Wraapps", &["wraps"]), + ("Equilibriam", &["equilibrium"]), + ("Laundrey", &["laundry"]), + ("Anotation", &["annotation"]), + ("Inerited", &["inherited"]), + ("Karismatically", &["charismatically"]), + ("Collapes", &["collapse"]), + ("Progarammable", &["programmable"]), + ("Unisntall", &["uninstall"]), + ("Prabable", &["probable"]), + ("Initators", &["initiators", "imitators"]), + ("Bacuse", &["because"]), + ("Expiditions", &["expeditions"]), + ("Vulberabuilty", &["vulnerability"]), + ("Spaeced", &["spaced"]), + ("Vlarge", &["large"]), + ("Repetitivo", &["repetition"]), + ("Outcalssed", &["outclassed"]), + ("Unbouund", &["unbound"]), + ("Renegothiating", &["renegotiating"]), + ("Promis", &["promise"]), + ("Expeditivo", &["expedition"]), + ("Forse", &["force"]), + ("Specfield", &["specified"]), + ("Thows", &["those", "throws", "tows"]), + ("Unambigously", &["unambiguously"]), + ("Scheudler", &["scheduler"]), + ("Contrtoller", &["controller"]), + ("Interepolating", &["interpolating"]), + ("Columnns", &["columns"]), + ("Directsion", &["direction"]), + ("Continant", &["continental"]), + ("Cimptumaticly", &["symptomatically"]), + ("Vavle", &["valve"]), + ("Btiches", &["bitches"]), + ("Exchenged", &["exchanged"]), + ("Nuisanses", &["nuisance", "nuisances"]), + ("Perferrmences", &["performances"]), + ("Commect", &["connect"]), + ("Progrmae", &["program"]), + ("Comopnents", &["components"]), + ("Eariler", &["earlier"]), + ("Recyling", &["recycling"]), + ("Muffinus", &["muffins"]), + ("Unesacpe", &["unescape"]), + ("Insered", &["inserted"]), + ("Contstructing", &["constructing"]), + ("Interaxtion", &["interaction"]), + ("Tke", &["take"]), + ("Miximum", &["maximum"]), + ("Towrad", &["toward"]), + ("Exceptionn", &["exception"]), + ("Emply", &["employ", "empty", "imply"]), + ("Respecte", &["respective"]), + ("Togling", &["toggling"]), + ("Perpatuating", &["perpetuating"]), + ("Consultunt", &["consultant"]), + ("Deklaration", &["declaration"]), + ("Tranceivers", &["transceivers"]), + ("Moduel", &["module"]), + ("Athron", &["athlon"]), + ("Revovler", &["revolver"]), + ("Tempets", &["tempest"]), + ("Follfower", &["follower"]), + ("Potentital", &["potential"]), + ("Textuer", &["texture"]), + ("Unsucesssfully", &["unsuccessfully"]), + ("Partiotism", &["patriotism"]), + ("Erros", &["errors"]), + ("Quarante", &["quarantine"]), + ("Cassaroles", &["casseroles"]), + ("Machiens", &["machines"]), + ("Adobted", &["adopted"]), + ("Discareded", &["discarded"]), + ("Adjectiveus", &["adjectives"]), + ("Quith", &["quit", "with"]), + ("Technicalty", &["technicality"]), + ("Notifiactions", &["notifications"]), + ("Shifteer", &["shifter"]), + ("Premultiplcation", &["premultiplication"]), + ("Pacthes", &["patches"]), + ("Holdiays", &["holidays"]), + ("Phychiatrists", &["psychiatrists"]), + ("Docuements", &["documents"]), + ("Oriantate", &["orientate"]), + ("Oriantation", &["orientation"]), + ("Decerned", &["discerned"]), + ("Materialsm", &["materialism"]), + ("Countours", &["contours", "counters"]), + ("Historgam", &["histogram"]), + ("Bettern", &["better"]), + ("Canditate", &["candidate"]), + ("Faktored", &["factored"]), + ("Unreadble", &["unreadable"]), + ("Propators", &["propagators"]), + ("Anonymos", &["anonymous"]), + ("Underwhemling", &["underwhelming"]), + ("Yaching", &["yachting"]), + ("Unwieldly", &["unwieldy"]), + ("Gnaking", &["ganking"]), + ("Mport", &["import"]), + ("Communiy", &["community"]), + ("Reneagde", &["renegade"]), + ("Butterfy", &["butterfly"]), + ("Electroate", &["electorate"]), + ("Acchievement", &["achievement"]), + ("Enrolement", &["enrollment"]), + ("Depdendence", &["dependence"]), + ("Garuanteed", &["guaranteed"]), + ("Indefinitly", &["indefinitely"]), + ("Vulnerabilitis", &["vulnerabilities"]), + ("Psychologits", &["psychologists"]), + ("Bufer", &["buffer"]), + ("Manetainer", &["maintainer"]), + ("Terminales", &["terminals"]), + ("Conpleted", &["completed"]), + ("Compatibililty", &["compatibility"]), + ("Complimentry", &["complimentary"]), + ("Sebasitan", &["sebastian"]), + ("Compense", &["compensate"]), + ("Civilezations", &["civilizations"]), + ("Advertis", &["adverts"]), + ("Chromum", &["chromium"]), + ("Resoruces", &["resources"]), + ("Investigacion", &["investigation"]), + ("Langueges", &["languages"]), + ("Folowind", &["following"]), + ("Timeputs", &["timeouts"]), + ("Abandonne", &["abandonment"]), + ("Mannualy", &["manually"]), + ("Genetive", &["genitive"]), + ("Cuasality", &["causality"]), + ("Improtation", &["importation"]), + ("Prodution", &["production"]), + ("Representativas", &["representatives"]), + ("Proteciton", &["protections"]), + ("Initalizer", &["initializer"]), + ("Rondayvoo", &["rendezvous"]), + ("Similiarties", &["similarities"]), + ("Dateset", &["dataset"]), + ("Acceptible", &["acceptable"]), + ("Interrim", &["interim"]), + ("Coloer", &["color"]), + ("Interploate", &["interpolate"]), + ("Seralizing", &["serializing"]), + ("Democracries", &["democracies"]), + ("Ignorgig", &["ignoring"]), + ("Conservitive", &["conservative"]), + ("Animeted", &["animated"]), + ("Lightenning", &["lightening"]), + ("Descision", &["decision"]), + ("Fracturare", &["fracture"]), + ("Anarchiszm", &["anarchism"]), + ("Arbirtarily", &["arbitrarily"]), + ("Descize", &["disguise"]), + ("Sectoning", &["sectioning"]), + ("Ganerating", &["generating"]), + ("Custoized", &["customized"]), + ("Replacemet", &["replacements"]), + ("Transactiona", &["transactional", "transactions"]), + ("Decresses", &["decreases"]), + ("Jurnaled", &["journaled"]), + ("Knowlegdeable", &["knowledgeable"]), + ("Loacal", &["local"]), + ("Condensend", &["condensed"]), + ("Inspectin", &["inspection"]), + ("Prolem", &["problem"]), + ("Diffcult", &["difficult"]), + ("Reprecussions", &["repercussions"]), + ("Combinatins", &["combinations"]), + ("Termperatues", &["temperatures"]), + ("Dicriminating", &["discriminating"]), + ("Thoruoghly", &["thoroughly"]), + ("Denseley", &["densely"]), + ("Infrmation", &["information"]), + ("Publicitan", &["publication"]), + ("Actaully", &["actually"]), + ("Innovatief", &["innovate"]), + ("Authethicating", &["authenticating"]), + ("Ssee", &["see"]), + ("Orign", &["origin"]), + ("Highligt", &["highlight"]), + ("Deferentiating", &["differentiating"]), + ("Executionees", &["executions"]), + ("Temproary", &["temporary"]), + ("Ideologije", &["ideologies"]), + ("Renderes", &["renders", "renderers"]), + ("Undermindes", &["undermines"]), + ("Tempraaily", &["temporarily"]), + ("Comediantes", &["comedians"]), + ("Utilis", &["utilise"]), + ("Spirtied", &["spirited"]), + ("Speficillifers", &["specifiers"]), + ("Geograpy", &["geography"]), + ("Exeutable", &["executable"]), + ("Otions", &["options"]), + ("Perdicting", &["predicting"]), + ("Odasee", &["odyssey"]), + ("Recipiant", &["recipient"]), + ("Downoads", &["downloads"]), + ("Cartrdige", &["cartridge"]), + ("Circkets", &["crickets"]), + ("Workaroudns", &["workarounds"]), + ("Recurssed", &["recursed"]), + ("Eperience", &["experience"]), + ("Dobulelift", &["doublelift"]), + ("Upstread", &["upstream"]), + ("Wrappper", &["wrapper"]), + ("Workstaitons", &["workstations"]), + ("Notifiations", &["notifications"]), + ("Exlposion", &["explosion"]), + ("Artificiel", &["artificial"]), + ("Seperad", &["separate"]), + ("Untqueue", &["unqueue"]), + ("Tood", &["todo"]), + ("Lunaticos", &["lunatics"]), + ("Horisontally", &["horizontally"]), + ("Readius", &["radius"]), + ("Conrrupts", &["corrupts"]), + ("Ccordinate", &["coordinate"]), + ("Tempararily", &["temporarily"]), + ("Sprecially", &["specially"]), + ("Advatange", &["advantage"]), + ("Asbtracts", &["abstracts"]), + ("Insidde", &["inside"]), + ("Presbateriens", &["presbyterians"]), + ("Attribting", &["attributing"]), + ("Clasues", &["clauses"]), + ("Abundace", &["abundance"]), + ("Dolphis", &["dolphins"]), + ("Shopkeeepers", &["shopkeepers"]), + ("Previoous", &["previous"]), + ("Partitionss", &["partitions"]), + ("Adhearing", &["adhering"]), + ("Silibus", &["syllabus"]), + ("Algorithmns", &["algorithms"]), + ("Latops", &["laptops"]), + ("Negoptionsotiator", &["negotiator"]), + ("Construcing", &["constructing"]), + ("Fliters", &["filters"]), + ("Organzie", &["organize"]), + ("Sovler", &["solver"]), + ("Regardign", &["regarding"]), + ("Funtionallity", &["functionality"]), + ("Enought", &["enough"]), + ("Attemmpt", &["attempt"]), + ("Docuemnt", &["document"]), + ("Ministeres", &["ministers"]), + ("Satisfactorly", &["satisfactory"]), + ("Functionnality", &["functionality"]), + ("Actualmy", &["actually"]), + ("Anonymouse", &["anonymous"]), + ("Negotionate", &["negotiate"]), + ("Retrvieved", &["retrieved"]), + ("Generatign", &["generating"]), + ("Rondazyvoued", &["rendezvoused"]), + ("Inrements", &["increments"]), + ("Wepon", &["weapon"]), + ("Assicates", &["associates"]), + ("Paylood", &["payload"]), + ("Renegoptionsotiating", &["renegotiating"]), + ("Ehthernet", &["ethernet"]), + ("Faiulre", &["failure"]), + ("Hamburgaren", &["hamburger"]), + ("Centuties", &["centuries"]), + ("Expese", &["expense"]), + ("Prepate", &["prepare"]), + ("Anaylzer", &["analyzer"]), + ("Indepdenent", &["independents", "independent"]), + ("Parmetian", &["parmesan"]), + ("Travle", &["travel"]), + ("Meaninful", &["meaningful"]), + ("Charismastic", &["charismatic"]), + ("Spaecing", &["spacing"]), + ("Collorscheme", &["colorscheme"]), + ("Direktional", &["directional"]), + ("Modfication", &["modification"]), + ("Enchanging", &["enchanting"]), + ("Momentos", &["moments"]), + ("Synonim", &["synonym"]), + ("Coutermeasures", &["countermeasures"]), + ("Graidents", &["gradients"]), + ("Correnspondences", &["correspondences"]), + ("Renuion", &["reunion"]), + ("Commnand", &["command"]), + ("Sepecifier", &["specifier"]), + ("Outweights", &["outweighs"]), + ("Discources", &["discourse"]), + ("Oredes", &["orders"]), + ("Decentraliced", &["decentralized"]), + ("Sereousally", &["seriously"]), + ("Stroytelling", &["storytelling"]), + ("Unnessesary", &["unnecessary"]), + ("Workbanchs", &["workbenches"]), + ("Veryfieng", &["verifying"]), + ("Desicate", &["desiccate"]), + ("Intenational", &["international"]), + ("Swithch", &["switch"]), + ("Colelctive", &["collective"]), + ("Tanslated", &["translated"]), + ("Similiarly", &["similarly"]), + ("Intracicies", &["intricacies"]), + ("Incestigator", &["investigator"]), + ("Imporot", &["import"]), + ("Fromed", &["formed"]), + ("Ignroed", &["ignored"]), + ("Bouce", &["bounce"]), + ("Tefine", &["define"]), + ("Neighboing", &["neighboring"]), + ("Sillibuses", &["syllabuses"]), + ("Negligeble", &["negligible"]), + ("Operatin", &["operating", "operation"]), + ("Continuasse", &["continues"]), + ("Assighed", &["assigned"]), + ("Branchces", &["branches"]), + ("Uncorrolated", &["uncorrelated"]), + ("Destruktion", &["destruction"]), + ("Virutes", &["virtues"]), + ("Otimize", &["optimize"]), + ("Reguarlise", &["regularise"]), + ("Sequece", &["sequence"]), + ("Offeres", &["offers"]), + ("Inequailty", &["inequality"]), + ("Forcifully", &["forcefully"]), + ("Homophobie", &["homophobe"]), + ("Souveniers", &["souvenirs"]), + ("Imprisonned", &["imprisoned"]), + ("Mangaement", &["management"]), + ("Squritle", &["squirtle"]), + ("Copenhague", &["copenhagen"]), + ("Cerainty", &["certainty"]), + ("Indentify", &["identify"]), + ("Pytho", &["python"]), + ("Compuslory", &["compulsory"]), + ("Commnunicating", &["communicating"]), + ("Varilues", &["values", "variables"]), + ("Intraversion", &["introversion"]), + ("Enusre", &["ensure"]), + ("Delimitimg", &["delimiting"]), + ("Congratulatons", &["congratulations"]), + ("Thenes", &["themes"]), + ("Asterik", &["asterisk"]), + ("Acses", &["cases", "access"]), + ("Cannister", &["canister"]), + ("Lengthly", &["lengthy"]), + ("Laugnage", &["language"]), + ("Iit", &["it"]), + ("Archieve", &["achieve", "archive"]), + ("Upgrated", &["upgraded"]), + ("Coordinnates", &["coordinates"]), + ("Millsencond", &["millisecond"]), + ("Facilties", &["facilities"]), + ("Reseracher", &["researchers"]), + ("Accidentially", &["accidentally"]), + ("Teching", &["teaching"]), + ("Thik", &["thick", "think"]), + ("Programmmed", &["programme"]), + ("Accidebtly", &["accidentally"]), + ("Degreee", &["degree"]), + ("Sperhical", &["spherical"]), + ("Overblocking", &["overclocking"]), + ("Recalcualte", &["recalculate"]), + ("Prohibitve", &["prohibited"]), + ("Signifigantly", &["significantly"]), + ("Interpretarte", &["interpreter"]), + ("Cotrols", &["controls"]), + ("Troubleshotting", &["troubleshooting"]), + ("Protestent", &["protestant"]), + ("Diposable", &["disposable"]), + ("Interanl", &["internal"]), + ("Disclamer", &["disclaimer"]), + ("Declartator", &["declarator"]), + ("Driftig", &["drifting"]), + ("Subscribbed", &["subscribe"]), + ("Metaphorics", &["metaphors"]), + ("Attrubites", &["attributes"]), + ("Manupulations", &["manipulations"]), + ("Seraches", &["searches"]), + ("Cihpher", &["cipher"]), + ("Potientially", &["potentially"]), + ("Patethic", &["pathetic"]), + ("Numerious", &["numerous"]), + ("Unompress", &["uncompress"]), + ("Enligthening", &["enlightening"]), + ("Regularlization", &["regularization"]), + ("Enpdoints", &["endpoints"]), + ("Examied", &["examined"]), + ("Colose", &["close"]), + ("Newletter", &["newsletter"]), + ("Boomarks", &["bookmarks"]), + ("Thikns", &["thinks"]), + ("Obvoius", &["obvious"]), + ("Dissappered", &["disappeared"]), + ("Winn", &["win"]), + ("Excentricity", &["eccentricity"]), + ("Guyser", &["geyser"]), + ("Olbiterated", &["obliterated"]), + ("Diposed", &["disposed", "deposed"]), + ("Returnned", &["returned"]), + ("Analitic", &["analytic"]), + ("Inititiave", &["initiatives"]), + ("Manaze", &["mayonnaise"]), + ("Academis", &["academics"]), + ("Pillaris", &["pillars"]), + ("Simultaenously", &["simultaneously"]), + ("Perferrance", &["preference"]), + ("Usualy", &["usually"]), + ("Follwower", &["follower"]), + ("Corralated", &["correlated"]), + ("Reouted", &["routed", "rerouted"]), + ("Quesiton", &["question"]), + ("Econmic", &["economic"]), + ("Spefcifiy", &["specify"]), + ("Stampade", &["stamped"]), + ("Incomprehensibe", &["incomprehensible"]), + ("Indentifer", &["identifier"]), + ("Accomidating", &["accommodating"]), + ("Conider", &["consider"]), + ("Conteiners", &["contenders"]), + ("Comfrontation", &["confrontation"]), + ("Contians", &["contains"]), + ("Reminiscant", &["reminiscent"]), + ("Premission", &["permission"]), + ("Imperialfist", &["imperialist"]), + ("Consistend", &["consistent"]), + ("Crsytals", &["crystals"]), + ("Collonade", &["colonnade"]), + ("Universella", &["universally"]), + ("Dorder", &["order", "disorder"]), + ("Expositivo", &["exposition"]), + ("Ovserver", &["observer"]), + ("Capabilties", &["capabilities"]), + ("Trians", &["trains"]), + ("Authrorization", &["authorization"]), + ("Continuem", &["continuum"]), + ("Simlutaneous", &["simultaneous"]), + ("Overrite", &["overwrite", "override", "overrate"]), + ("Catholicus", &["catholics"]), + ("Groupe", &["group", "grouped"]), + ("Approxiate", &["approximate"]), + ("Preconceved", &["preconceived"]), + ("Mutualy", &["mutually"]), + ("Unformated", &["unformatted"]), + ("Focuse", &["focus"]), + ("Signficance", &["significance"]), + ("Chekcout", &["checkout"]), + ("Bangladash", &["bangladesh"]), + ("Reprented", &["repented", "represented", "reprinted"]), + ( + "Foding", + &["boding", "coding", "fading", "folding", "fording"], + ), + ("Espect", &["expect"]), + ("Acessible", &["accessible"]), + ("Socalism", &["socialism"]), + ("Recended", &["rescinded"]), + ("Involentary", &["involuntary"]), + ("Profitabilty", &["profitability"]), + ("Meeds", &["needs"]), + ("Demensions", &["dimensions"]), + ("Transocde", &["transcode"]), + ("Compareison", &["comparison"]), + ("Ultimative", &["ultimate"]), + ("Cycic", &["cyclic"]), + ("Cancells", &["cancels"]), + ("Weathliest", &["wealthiest"]), + ("Normalyzed", &["normalized"]), + ("Simmetric", &["symmetric"]), + ("Experienshial", &["experiential"]), + ("Dealed", &["dealt"]), + ("Colloquail", &["colloquial"]), + ("Cloesd", &["closed"]), + ("Morbidley", &["morbidly"]), + ("Eachs", &["each"]), + ("Tabualtors", &["tabulators"]), + ("Porvided", &["provided"]), + ("Relatabe", &["relatable"]), + ("Situationly", &["situational", "situationally"]), + ("Hypotheticly", &["hypothetical"]), + ("Exectuables", &["executable", "executables"]), + ("Responces", &["response", "responses"]), + ("Backsta", &["backseat"]), + ("Paide", &["paid"]), + ("Progamers", &["programers"]), + ("Reviewr", &["reviewer"]), + ("Cernomies", &["ceremonies"]), + ("Acount", &["account"]), + ("Negotating", &["negotiating"]), + ("Crossair", &["crosshair"]), + ("Recenlty", &["recently"]), + ("Borader", &["broader"]), + ("Defenderlos", &["defenders"]), + ("Clearted", &["cleared"]), + ("Disporved", &["disproved"]), + ("Incremeting", &["incrementing"]), + ("Acquited", &["acquitted"]), + ("Migitate", &["mitigate"]), + ("Butterly", &["butterfly"]), + ("Fiercly", &["fiercely"]), + ("Headshoot", &["headshot"]), + ("Oricle", &["oracle"]), + ("Encrytion", &["encryption"]), + ("Opnion", &["opinion"]), + ("Suppresssor", &["suppressor"]), + ("Severirirty", &["severity"]), + ("Angshiuosly", &["anxiously"]), + ("Reconstrcuted", &["reconstructed"]), + ("Engeneer", &["engineer"]), + ("Govrement", &["government"]), + ("Evalutating", &["evaluating"]), + ("Appreciaite", &["appreciative"]), + ("Dependenciens", &["dependencies"]), + ("Determinig", &["determining"]), + ("Mechinical", &["mechanical"]), + ("Comparizon", &["comparison"]), + ("Persepctive", &["perspective"]), + ("Satistactory", &["satisfactory"]), + ("Negotator", &["negotiator"]), + ("Coneccted", &["connected"]), + ("Compling", &["compiling"]), + ("Easthetics", &["esthetics"]), + ("Afect", &["affect", "effect"]), + ("Commandmant", &["commandment"]), + ("Dragones", &["dragons"]), + ("Cannonical", &["canonical"]), + ("Perswasion", &["persuasion"]), + ("Limination", &["limitation", "lamination"]), + ("Beginining", &["beginning"]), + ("Embold", &["embolden"]), + ("Currected", &["corrected"]), + ("Sparlking", &["sparkling"]), + ("Inconsistented", &["inconsistent"]), + ("Approxamation", &["approximation"]), + ("Adjcent", &["adjacent"]), + ("Primarly", &["primarily"]), + ("Orpanage", &["orphanage"]), + ("Writen", &["written"]), + ("Physcopaths", &["psychopaths"]), + ("Animatior", &["animator", "animation"]), + ("Personalitity", &["personality"]), + ("Interaly", &["internally"]), + ("Harth", &["hearth"]), + ("Oculd", &["could"]), + ("Theorits", &["theorist"]), + ("Bttr", &["better"]), + ("Cricketts", &["crickets"]), + ("Coinside", &["coincide"]), + ("Intances", &["instances"]), + ("Syteny", &["synteny"]), + ("Shittown", &["shitton"]), + ("Varience", &["variance"]), + ("Indisputibly", &["indisputably"]), + ("Intoxicted", &["intoxicated"]), + ("Ture", &["true", "pure"]), + ("Rotationd", &["rotation", "rotations"]), + ("Lamdba", &["lambda"]), + ("Unqualifed", &["unqualified"]), + ("Unsubscibing", &["unsubscribing"]), + ("Mulittasking", &["multitasking"]), + ("Repspectively", &["respectively"]), + ("Sentincing", &["sentencing"]), + ("Perpetuas", &["perpetuates"]), + ("Definitivno", &["definition"]), + ("Misinterpretted", &["misinterpreted"]), + ("Configuratio", &["configuration"]), + ("Corrent", &["correct", "current"]), + ("Rendazyvou", &["rendezvous"]), + ("Imporving", &["improving"]), + ("Paraghraph", &["paragraph"]), + ("Transformase", &["transforms"]), + ("Continuemos", &["continues"]), + ("Formidabble", &["formidable"]), + ("Smehow", &["somehow"]), + ("Exaustive", &["exhaustive"]), + ("Replicaiton", &["replication"]), + ("Eliptical", &["elliptical"]), + ("Algorith", &["algorithm"]), + ("Proeprly", &["properly"]), + ("Orhcestra", &["orchestra"]), + ("Floppyies", &["floppies"]), + ("Elementay", &["elementary"]), + ("Muhc", &["much"]), + ("Suggestin", &["suggestion"]), + ("Sufficiancy", &["sufficiency"]), + ("Anicents", &["ancients"]), + ("Backgronds", &["backgrounds"]), + ("Baord", &["board"]), + ("Severat", &["several"]), + ("Assings", &["assigns"]), + ("Encourges", &["encourages"]), + ("Documentaton", &["documentation"]), + ("Ountline", &["outline"]), + ("Dissadvantage", &["disadvantage"]), + ("Moteuring", &["motoring"]), + ("Constrainting", &["constraining"]), + ("Geniuss", &["geniuses"]), + ("Epitomie", &["epitome"]), + ("Bouldore", &["boulder"]), + ("Forgeiners", &["foreigners"]), + ("Bounudary", &["boundary"]), + ("Vulnurabilities", &["vulnerabilities"]), + ("Manufactuer", &["manufacture", "manufacturer"]), + ("Pakcages", &["packages"]), + ("Startted", &["started"]), + ("Accuraccies", &["accuracies"]), + ("Materaial", &["material"]), + ("Govenrment", &["government"]), + ("Processses", &["processes"]), + ("Chasnge", &["change", "changes"]), + ("Overpooling", &["overlooking"]), + ("Surpeme", &["supreme"]), + ("Daplicating", &["duplicating"]), + ("Celebirties", &["celebrities"]), + ("Semiphores", &["semaphores"]), + ("Compromiss", &["compromises"]), + ("Unathorized", &["unauthorized"]), + ("Minue", &["menu", "minus", "minute"]), + ("Contributin", &["contribution"]), + ("Postprocesing", &["postprocessing"]), + ("Zookeenee", &["zucchini"]), + ("Insenitive", &["insensitive"]), + ("Matemathical", &["mathematical"]), + ("Unxepected", &["unexpected"]), + ("Tthis", &["this"]), + ("Obcject", &["object"]), + ("Narly", &["gnarly"]), + ("Accpeted", &["accepted"]), + ("Demogrpahic", &["demographic"]), + ("Grahpite", &["graphite"]), + ("Performe", &["perform", "performed"]), + ("Allocaition", &["allocation"]), + ("Photogrpahers", &["photographers"]), + ("Routeros", &["routers"]), + ("Shemas", &["schemas"]), + ("Springfiled", &["springfield"]), + ("Prostituton", &["prostitution"]), + ("Simpliifcation", &["simplification"]), + ("Encodng", &["encoding"]), + ("Importend", &["imported"]), + ("Descripition", &["description"]), + ("Infiltrar", &["infiltrator"]), + ("Respones", &["response", "responses"]), + ("Modulie", &["module"]), + ("Cardinalis", &["cardinals"]), + ("Maximnums", &["maximums"]), + ("Attrirbution", &["attribution"]), + ("Whythout", &["without"]), + ("Preformances", &["performances"]), + ("Dispecable", &["despicable"]), + ("Habeus", &["habeas"]), + ("Junglign", &["jungling"]), + ("Salvery", &["slavery"]), + ("Wel", &["well"]), + ("Girlfrined", &["girlfriends"]), + ("Orignial", &["original"]), + ("Sovereignety", &["sovereignty"]), + ("Consructions", &["constructions"]), + ("Contatenated", &["concatenated"]), + ("Egde", &["edge"]), + ("Vulnerabilty", &["vulnerability"]), + ("Intrinsisch", &["intrinsic"]), + ("Kidknapping", &["kidnapping"]), + ("Enablen", &["enabled"]), + ("Throttes", &["throttles", "trots"]), + ("Pimxaps", &["pixmaps"]), + ("Abitration", &["arbitration"]), + ("Warrios", &["warriors"]), + ("Warpping", &["warping", "wrapping"]), + ("Visibilty", &["visibility"]), + ("Facsination", &["fascination"]), + ("Dissagreement", &["disagreement"]), + ("Seperaters", &["separators"]), + ("Unnown", &["unknown"]), + ("Reminscer", &["reminiscer"]), + ("Conecjtures", &["conjectures"]), + ("Sistems", &["systems"]), + ("Exatled", &["exalted"]), + ("Bumb", &["bump", "bomb", "bum"]), + ("Religionens", &["religions"]), + ("Signall", &["signal"]), + ("Simulataneous", &["simultaneous"]), + ("Aggreations", &["aggregations"]), + ("Teminal", &["terminal"]), + ("Construter", &["constructor"]), + ("Aassign", &["assign"]), + ("Epiloge", &["epilogue"]), + ("Registes", &["registers"]), + ("Analagous", &["analogous"]), + ("Ancedote", &["anecdote"]), + ("Infomed", &["informed"]), + ("Cigarrette", &["cigarette"]), + ("Explizit", &["explicit"]), + ("Rountrip", &["roundtrip"]), + ("Reputposing", &["repurposing"]), + ("Palestinain", &["palestinians"]), + ("Associtated", &["associated"]), + ("Integratie", &["integrated"]), + ("Properies", &["properties"]), + ("Entreprenurs", &["entrepreneurs"]), + ("Destruccion", &["destruction"]), + ("Precceding", &["preceding"]), + ("Temperement", &["temperament"]), + ("Rearranes", &["rearranges"]), + ("Convineance", &["convenience"]), + ("Tings", &["things"]), + ("Determinstic", &["deterministic"]), + ("Utputs", &["outputs"]), + ("Himselv", &["himself"]), + ("Japaneese", &["japanese"]), + ("Solfing", &["solving"]), + ("Resullts", &["results"]), + ("Authencator", &["authenticator"]), + ("Representitive", &["representative"]), + ("Unpredictablity", &["unpredictability"]), + ("Positionns", &["positions"]), + ("Intellegently", &["intelligently"]), + ("Kurbick", &["kubrick"]), + ("Ideologisk", &["ideologies"]), + ("Unlikey", &["unlikely"]), + ("Trollys", &["trolleys"]), + ("Anotated", &["annotated"]), + ("Restrittive", &["restrictive"]), + ("Accelarator", &["accelerator"]), + ("Comenting", &["commenting"]), + ("Autoeselect", &["autoselect"]), + ("Reponses", &["responses"]), + ("Synchonrously", &["synchronously"]), + ("Discolsure", &["disclosure"]), + ("Retribvtion", &["retribution"]), + ("Coalleence", &["coalescence"]), + ("Optoin", &["option"]), + ("Guarrente", &["guarantee"]), + ("Dulicate", &["duplicate"]), + ("Libarary", &["library"]), + ("Indicatore", &["indicate"]), + ("Virgines", &["virgins"]), + ("Graphis", &["graphics"]), + ("Nestolgia", &["nostalgia"]), + ("Inspecticon", &["inspection"]), + ("Unconscioulsy", &["unconsciously"]), + ("Supermarkeds", &["supermarkets"]), + ("Missmatch", &["mismatch"]), + ("Coeficents", &["coefficients"]), + ("Gloassary", &["glossary"]), + ("Tthe", &["the"]), + ("Effet", &["effect"]), + ("Lightwright", &["lightweight"]), + ("Documentaties", &["documentaries"]), + ("Onsluaght", &["onslaught"]), + ("Perferance", &["preference"]), + ("Executatables", &["executables"]), + ("Dupplicating", &["duplicating"]), + ("Finallizes", &["finalizes"]), + ("Completalbe", &["completable"]), + ("Tolearnce", &["tolerance"]), + ("Purtain", &["pertain"]), + ("Acrost", &["across"]), + ("Guareentees", &["guarantees"]), + ("Transphoic", &["transphobic"]), + ("Agreing", &["agreeing"]), + ("Insteadd", &["instead"]), + ("Vibratie", &["vibrate"]), + ("Collaterol", &["collateral"]), + ("Priesthod", &["priesthood"]), + ("Nethods", &["methods"]), + ("Backoor", &["backdoor"]), + ("Diskrimination", &["discrimination"]), + ("Arbitry", &["arbitrary"]), + ("Autograpgh", &["autograph"]), + ("Allocatiom", &["allocation"]), + ("Grouepd", &["grouped"]), + ("Connnection", &["connection"]), + ("Enounctering", &["encountering"]), + ("Visiblities", &["visibilities"]), + ("Commnuative", &["commutative"]), + ("Ajacent", &["adjacent"]), + ("Bulnerable", &["vulnerable"]), + ("Whenevery", &["whenever"]), + ("Conversons", &["conversions"]), + ("Tranfers", &["transfers"]), + ("Speficillied", &["specified"]), + ("Discustingly", &["disgustingly"]), + ("Absolately", &["absolutely"]), + ("Mormalise", &["normalise"]), + ("Focued", &["focused"]), + ("Travere", &["traverse"]), + ("Algorihmically", &["algorithmically"]), + ("Magnatiude", &["magnitude"]), + ("Compunation", &["computation"]), + ("Opeabcrations", &["operations"]), + ("Unsetset", &["unset"]), + ("Thourogh", &["thorough"]), + ("Ignroing", &["ignoring"]), + ("Definetly", &["definitely"]), + ("Optimizating", &["optimization"]), + ("Tecnic", &["technique"]), + ("Gived", &["given", "gave"]), + ("Appricate", &["appreciate"]), + ("Scafolded", &["scaffolded"]), + ("Categry", &["category"]), + ("Tranmitting", &["transmitting"]), + ("Defibately", &["definitely"]), + ("Progresssing", &["progressing"]), + ("Vicotries", &["victories"]), + ("Databaase", &["database"]), + ("Enthusiasim", &["enthusiasm"]), + ("Nervouse", &["nervous"]), + ("Collaborato", &["collaboration"]), + ("Reapeater", &["repeater"]), + ("Practives", &["practise"]), + ("Kyrptonite", &["kryptonite"]), + ("Authoratitatively", &["authoritatively"]), + ("Adaquit", &["adequate"]), + ("Cabines", &["cabinets"]), + ("Producable", &["producible"]), + ("Predictie", &["predictive"]), + ("Deompression", &["decompression"]), + ("Stawberries", &["strawberries"]), + ("Achivable", &["achievable"]), + ("Celebrite", &["celebrities"]), + ("Subnegotioations", &["subnegotiations"]), + ("Represes", &["represents"]), + ("Unsuprizingly", &["unsurprisingly"]), + ("Authorded", &["authored"]), + ("Otherwhile", &["otherwise"]), + ("Dissimialrity", &["dissimilarity"]), + ("Rela", &["real"]), + ("Sesssions", &["sessions"]), + ("Implemtations", &["implementations"]), + ("Guerrila", &["guerrilla"]), + ("Theorectically", &["theoretically"]), + ("Supproter", &["supporter"]), + ("Identiies", &["identities"]), + ("Afflcition", &["affliction"]), + ("Mchanically", &["mechanically"]), + ("Occurrance", &["occurrence"]), + ("Freedon", &["freedom"]), + ("Sincerley", &["sincerely"]), + ("Adrress", &["address"]), + ("Visble", &["visible"]), + ("Wastefull", &["wasteful", "wastefully"]), + ("Psycholigist", &["psychologist"]), + ("Allergisch", &["allergic"]), + ("Posotion", &["position"]), + ("Assummes", &["assumes"]), + ("Unnessarily", &["unnecessarily"]), + ("Defaullt", &["default"]), + ("Libretarianism", &["libertarianism"]), + ("Represnet", &["represent"]), + ("Constistency", &["consistency"]), + ("Confunder", &["confounder"]), + ("Incooperates", &["incorporates"]), + ("Fantaic", &["fanatic"]), + ("Unitilizing", &["uninitializing"]), + ("Excells", &["excels"]), + ("Verifikation", &["verification"]), + ("Distingished", &["distinguished"]), + ("Speficiallifed", &["specified"]), + ("Encondings", &["encodings"]), + ("Interestigly", &["interestingly"]), + ("Coallesce", &["coalesce"]), + ("Resset", &["reset"]), + ("Aixs", &["axis"]), + ("Asynchromous", &["asynchronous"]), + ("Guarntee", &["guarantee"]), + ("Cyrstallisation", &["crystallisation"]), + ("Chararcter", &["character"]), + ("Statiskt", &["statist"]), + ("Defautt", &["default"]), + ("Dipections", &["depictions"]), + ("Thermostaat", &["thermostat"]), + ("Expceted", &["expected"]), + ("Devy", &["divvy"]), + ("Entended", &["intended"]), + ("Trotzki", &["trotsky"]), + ("Intercecpt", &["intercept"]), + ("Momoent", &["moment"]), + ("Interupting", &["interrupting"]), + ("Defautlt", &["default"]), + ("Arrangmeent", &["arrangement"]), + ("Underestiamte", &["underestimated"]), + ("Psychedelicness", &["psychedelics"]), + ("Transfromed", &["transformed"]), + ("Unappretiated", &["unappreciated"]), + ("Cleary", &["clearly"]), + ("Parametrs", &["parameters"]), + ("Terrotories", &["territories"]), + ("Inchoerent", &["incoherent"]), + ("Repetions", &["repetitions"]), + ("Freedomes", &["freedoms"]), + ("Updatig", &["updating"]), + ("Precrastination", &["procrastination"]), + ("Exliled", &["exiled"]), + ("Narcassist", &["narcissist"]), + ("Benchmar", &["benchmark"]), + ("Framwework", &["framework"]), + ("Behavios", &["behaviors"]), + ("Palletted", &["paletted"]), + ("Langnguage", &["language"]), + ("Ssociate", &["associate"]), + ("Confursing", &["confusing"]), + ("Simptomaticly", &["symptomatically"]), + ("Goruped", &["grouped"]), + ("Uncompressible", &["incompressible"]), + ("Fabricas", &["fabrics"]), + ("Corrolations", &["correlations"]), + ("Manouverability", &["maneuverability"]), + ("Particant", &["participant"]), + ("Disussion", &["discussion"]), + ("Substanitally", &["substantially"]), + ("Interescts", &["intersects"]), + ("Alphabt", &["alphabet"]), + ("Resuces", &["rescues"]), + ("Inconsitencies", &["inconsistencies"]), + ("Ptting", &["putting", "pitting"]), + ("Prealocate", &["preallocate"]), + ("Formualte", &["formulate"]), + ("Deslects", &["deselects"]), + ("Expresison", &["expressions"]), + ("Surpases", &["surpass"]), + ("Withour", &["without"]), + ("Melborune", &["melbourne"]), + ("Trubbled", &["troubled"]), + ("Sysems", &["systems"]), + ("Empiricaly", &["empirically"]), + ("Asny", &["any"]), + ("Irrationallly", &["irrationally"]), + ("Throtting", &["throttling", "trotting"]), + ("Invovling", &["involving"]), + ("Imperically", &["empirically"]), + ("Survice", &["service", "survive"]), + ("Reanming", &["renaming"]), + ("Misdomeanor", &["misdemeanor"]), + ("Withholdng", &["withholding"]), + ("Dominantes", &["dominants", "dominates"]), + ("Adressing", &["addressing"]), + ("Envrionments", &["environments"]), + ("Caracters", &["characters"]), + ("Photografical", &["photographical"]), + ("Ancinets", &["ancients"]), + ("Dissambling", &["disassembling"]), + ("Obsevrers", &["observers"]), + ("Killins", &["killings"]), + ("Sepereates", &["separates"]), + ("Frientzoned", &["friendzoned"]), + ("Trasncoding", &["transcoding"]), + ("Spliitting", &["splitting"]), + ("Hiearchical", &["hierarchical"]), + ("Replacments", &["replacements"]), + ("Prodcutions", &["productions"]), + ("Enterprices", &["enterprises"]), + ("Unnsupported", &["unsupported"]), + ("Workstaions", &["workstations"]), + ("Minniapolis", &["minneapolis"]), + ("Fantasazing", &["fantasizing"]), + ("Accoutns", &["accounts"]), + ("Formater", &["formatter"]), + ("Perssiously", &["preciously"]), + ("Flacourings", &["flavourings"]), + ("Udnerstand", &["understand"]), + ("Instutionalized", &["institutionalized"]), + ("Venemous", &["venomous"]), + ("Subnegotications", &["subnegotiations"]), + ("Aproching", &["approaching"]), + ("Provids", &["provides", "proves"]), + ("Metrig", &["metric"]), + ("Introduccion", &["introduction"]), + ("Attribured", &["attributed"]), + ("Spefiififed", &["specified"]), + ("Foloowind", &["following"]), + ("Exept", &["except", "exempt"]), + ("Unifomly", &["uniformly"]), + ("Downsteramers", &["downstreamers"]), + ("Indulgue", &["indulge"]), + ("Finxed", &["fixed"]), + ("Condtion", &["condition"]), + ("Selv", &["self"]), + ("Adjatate", &["agitate"]), + ("Continuuity", &["continuity"]), + ("Occurances", &["occurrences"]), + ("Unintutive", &["unintuitive"]), + ("Contries", &["countries"]), + ("Programmend", &["programmed"]), + ("Seqeunces", &["sequences"]), + ("Magnesuim", &["magnesium"]), + ("Compulosry", &["compulsory"]), + ("Ceasers", &["caesars"]), + ("Runns", &["runs"]), + ("Repeatae", &["repeatable"]), + ("Waitres", &["waiters"]), + ("Withoug", &["without"]), + ("Maccro", &["macro"]), + ("Unterlying", &["underlying"]), + ("Americanss", &["americas"]), + ("Apostrope", &["apostrophe"]), + ("Caraboo", &["caribou"]), + ("Conceptally", &["conceptually"]), + ("Dicussed", &["discussed"]), + ("Electorlytes", &["electrolytes"]), + ("Couterparts", &["counterparts"]), + ("Assoication", &["association"]), + ("Hypenated", &["hyphenated"]), + ("Unproteced", &["unprotected"]), + ("Oublisher", &["publisher"]), + ("Torrentbig", &["torrenting"]), + ("Narcisscism", &["narcissism"]), + ("Mineras", &["minerals"]), + ("Optimizaions", &["optimizations"]), + ("Disscussing", &["discussing"]), + ("Implmenets", &["implements"]), + ("Truelly", &["truly"]), + ("Simetricaly", &["symmetrically"]), + ("Chronicales", &["chronicles"]), + ("Subsizide", &["subsidize"]), + ("Deteced", &["detected"]), + ("Depdencente", &["dependence"]), + ("Semestres", &["semesters"]), + ("Intiial", &["initial"]), + ("Indipendent", &["independent"]), + ("Intrests", &["interests"]), + ("Desciribing", &["describing"]), + ("Backpacing", &["backpacking"]), + ("Endcoders", &["encoders"]), + ("Egytpian", &["egyptian"]), + ("Sloted", &["slotted"]), + ("Kinf", &["kind"]), + ("Processsors", &["processors"]), + ("Simposn", &["simpson"]), + ("Independens", &["independents"]), + ("Dependente", &["dependence"]), + ("Instnaces", &["instances"]), + ("Oblitque", &["oblique"]), + ("Veriables", &["variables"]), + ("Raotations", &["rotations"]), + ("Qouted", &["quoted"]), + ("Usre", &["sure"]), + ("Wirtable", &["writable", "writeable"]), + ("Litte", &["little"]), + ("Guarnantees", &["guarantees"]), + ("Falsly", &["falsely"]), + ("Conside", &["coincide", "consider"]), + ("Meaned", &["meant"]), + ("Uest", &["quest"]), + ("Vrify", &["verify"]), + ("Guarenteerd", &["guaranteed"]), + ("Minimazed", &["minimized"]), + ("Areodynamics", &["aerodynamics"]), + ("Someoens", &["someones"]), + ("Comptuer", &["computer"]), + ("Whithin", &["within"]), + ("Contined", &["continued"]), + ("Askes", &["asks"]), + ("Marrige", &["marriage"]), + ("Distiungished", &["distinguished"]), + ("Inplementations", &["implementations"]), + ("Acordians", &["accordions"]), + ("Bumpded", &["bumped"]), + ("Operants", &["operands"]), + ("Sepecially", &["especially", "specially"]), + ("Exsitent", &["existent"]), + ("Editoras", &["editors"]), + ("Occurrances", &["occurrences"]), + ("Freqquency", &["frequency"]), + ("Acended", &["ascended"]), + ("Eveolves", &["evolves"]), + ("Syncting", &["syncing"]), + ("Preficiency", &["proficiency"]), + ("Snugglie", &["snuggle"]), + ("Hoildays", &["holidays"]), + ("Trasnfers", &["transfers"]), + ("Hydrolics", &["hydraulics"]), + ("Opposuite", &["opposite"]), + ("Coherancy", &["coherency"]), + ("Ressurection", &["resurrection"]), + ("Depreates", &["deprecates"]), + ("Techers", &["teachers"]), + ("Implantase", &["implants"]), + ("Vaccineras", &["vaccines"]), + ("Althorithm", &["algorithm"]), + ("Porotocol", &["protocol"]), + ("Analoguously", &["analogously"]), + ("Unavaialble", &["unavailable"]), + ("Recreacional", &["recreational"]), + ("Executabil", &["executable"]), + ("Glight", &["flight"]), + ("Slefishness", &["selfishness"]), + ("Friendhsip", &["friendship"]), + ("Critera", &["criteria"]), + ("Mashal", &["marshal"]), + ("Unfortuntely", &["unfortunately"]), + ("Jouranlists", &["journalists"]), + ("Regarless", &["regardless"]), + ("Ankshis", &["anxious"]), + ("Glpyh", &["glyph"]), + ("Speficialleid", &["specified"]), + ("Disctionaries", &["dictionaries"]), + ("Lisetning", &["listening"]), + ("Extrating", &["exctracting", "extracting"]), + ("Initilized", &["initialized"]), + ("Pinter", &["pointer", "printer"]), + ("Compatbile", &["compatible"]), + ("Fiancial", &["financial"]), + ("Temparal", &["temporal"]), + ("Recconecction", &["reconnection"]), + ("Veify", &["verify"]), + ("Contempalte", &["contemplate"]), + ("Encordings", &["encodings"]), + ("Repoistory", &["repository"]), + ("Headrom", &["headroom", "bedroom"]), + ("Dregrees", &["degrees"]), + ("Dublicates", &["duplicates"]), + ("Reuplads", &["reuploads"]), + ("Analaysis", &["analysis"]), + ("Choclate", &["chocolate"]), + ("Maximuum", &["maximum"]), + ("Coneccting", &["connecting"]), + ("Devolopement", &["development"]), + ("Itersection", &["intersection"]), + ("Expericne", &["experience"]), + ("Recurssing", &["recursing"]), + ("Appreication", &["appreciation"]), + ("Fanfcition", &["fanfiction"]), + ("Informe", &["inform"]), + ("Mulitplying", &["multiplying"]), + ("Rebellis", &["rebellious"]), + ("Comor", &["color"]), + ("Totalitara", &["totalitarian"]), + ("Inconsistentcies", &["inconsistencies"]), + ("Reulting", &["resulting"]), + ("Unpleasent", &["unpleasant"]), + ("Maxumum", &["maximum"]), + ("Challanged", &["challenged"]), + ("Nostalgisch", &["nostalgic"]), + ("Disastrose", &["disastrous"]), + ("Differentitation", &["differentiation"]), + ("Delimitter", &["delimiter"]), + ("Potentiallly", &["potentially"]), + ("Delimititer", &["delimiter"]), + ("Prefere", &["prefer", "preferred"]), + ("Pensioen", &["pension"]), + ("Profier", &["profiler"]), + ("Iteractions", &["interactions", "iterations"]), + ("Subexperesions", &["subexpressions"]), + ("Carreer", &["career"]), + ("Renegothiated", &["renegotiated"]), + ("Conecept", &["concept"]), + ("Rysurrection", &["resurrection"]), + ("Appered", &["appeared"]), + ("Indicte", &["indicate"]), + ("Renegotitating", &["renegotiating"]), + ("Stereotpyes", &["stereotypes"]), + ("Allignment", &["alignment"]), + ("Enbrace", &["embrace"]), + ("Imcompetence", &["incompetence"]), + ("Tempraraly", &["temporarily", "temporally"]), + ("Handedlly", &["handedly"]), + ("Irritatie", &["irritate"]), + ("Rememberd", &["remembered"]), + ("Intorductory", &["introductory"]), + ("Ajustment", &["adjustment"]), + ("Inticement", &["enticement"]), + ("Coorect", &["correct"]), + ("Compatibity", &["compatibility"]), + ("Ncessarily", &["necessarily"]), + ("Bleuberry", &["blueberry"]), + ("Bueraucratic", &["bureaucratic"]), + ("Persuded", &["persuaded"]), + ("Mcroscope", &["microscope"]), + ("Inexpierence", &["inexperienced", "inexperience"]), + ("Errots", &["errors"]), + ("Referers", &["referrer", "referrers"]), + ("Indentaction", &["indentation"]), + ("Aggraveted", &["aggravated"]), + ("Independntly", &["independently"]), + ("Impovement", &["improvement"]), + ("Burguny", &["burgundy"]), + ("Attemts", &["attempts"]), + ("Replacate", &["replicate"]), + ("Boounds", &["bounds"]), + ("Expcetation", &["expectation"]), + ("Geration", &["generation"]), + ("Coelesce", &["coalesce"]), + ("Aobut", &["about"]), + ("Essentals", &["essentials"]), + ("Uncontrolable", &["uncontrollable"]), + ("Strenghen", &["strengthen"]), + ("Consumirse", &["consumerism"]), + ("Endoresment", &["endorsement"]), + ("Cauncks", &["canucks"]), + ("Numers", &["numbers"]), + ("Corectable", &["correctable"]), + ("Simplicty", &["simplicity"]), + ("Foded", &["boded", "coded", "faded", "folded", "forded"]), + ("Libraby", &["library"]), + ("Conqeur", &["conquer"]), + ("Cannibilism", &["cannibalism"]), + ("Chocalates", &["chocolates"]), + ("Reminiser", &["reminiscer"]), + ("Concerte", &["concrete"]), + ("Stoping", &["stopping"]), + ("Conrrespondences", &["correspondences"]), + ("Governened", &["governed"]), + ("Simplivity", &["simplicity"]), + ("Tmis", &["this"]), + ("Shortcat", &["shortcut"]), + ("Theading", &["threading"]), + ("Repeadetly", &["repeatedly"]), + ("Stickyness", &["stickiness"]), + ("Intalled", &["installed"]), + ("Supportting", &["supporting"]), + ("Respwaned", &["respawned"]), + ("Kenel", &["kernel", "kennel"]), + ("Nastersiem", &["nasturtium"]), + ("Admissable", &["admissible"]), + ("Multiplaye", &["multiply"]), + ("Bluetooh", &["bluetooth"]), + ("Accociated", &["associated"]), + ("Closesly", &["closely"]), + ("Whan", &["want", "when"]), + ("Algoritthm", &["algorithm"]), + ("Autmoations", &["automations"]), + ("Emblamatic", &["emblematic"]), + ("Modifyes", &["modifies"]), + ("Parsialy", &["partially"]), + ("Implementaion", &["implementation"]), + ("Radeuses", &["radii", "radiuses"]), + ("Wew", &["we"]), + ("Ungodley", &["ungodly"]), + ("Rembembering", &["remembering"]), + ("Redifinitions", &["redefinitions"]), + ("Theoreticly", &["theoretical"]), + ("Enpdoint", &["endpoint"]), + ("Arlignton", &["arlington"]), + ("Peferential", &["preferential"]), + ("Ryour", &["your"]), + ("Pscyhology", &["psychology"]), + ("Heterosexal", &["heterosexual"]), + ("Disproportinate", &["disproportionate"]), + ("Caluclated", &["calculated"]), + ("Agorithm", &["algorithm"]), + ("Criticaly", &["critically"]), + ("Benetifs", &["benefits"]), + ("Inconsequental", &["inconsequential"]), + ("Excurciating", &["excruciating"]), + ("Roundtripp", &["roundtrip"]), + ("Protestans", &["protests"]), + ("Relasped", &["relapsed"]), + ("Gastly", &["ghastly", "vastly"]), + ("Powerfull", &["powerful"]), + ("Eleminate", &["eliminate"]), + ("Democractic", &["democratic"]), + ("Alternatieve", &["alternative"]), + ("Balaster", &["baluster"]), + ("Hesistated", &["hesitated"]), + ("Jewlery", &["jewelry"]), + ("Ttached", &["attached"]), + ("Avobe", &["above"]), + ("Anlyzing", &["analyzing"]), + ("Connectivty", &["connectivity"]), + ("Servcie", &["service"]), + ("Modifu", &["modify"]), + ("Rearrang", &["rearrange"]), + ("Avtaars", &["avatars"]), + ("Capitolize", &["capitalize"]), + ("Imporvement", &["improvement"]), + ("Hundret", &["hundred", "hundreds"]), + ("Redneckese", &["rednecks"]), + ("Keyevente", &["keyevent"]), + ("Teeangers", &["teenagers"]), + ("Destryoing", &["destroying"]), + ("Excector", &["executor"]), + ("Interanlly", &["internally"]), + ("Cofrimations", &["confirmations"]), + ("Ccordinates", &["coordinates"]), + ("Androides", &["androids"]), + ("Reliablely", &["reliably"]), + ("Percious", &["precious"]), + ("Standarising", &["standardising"]), + ("Foloowing", &["following"]), + ("Fundamentalistiska", &["fundamentalists"]), + ("Manufacturerers", &["manufacturers"]), + ("Wealtheir", &["wealthier"]), + ("Hampster", &["hamster"]), + ("Dementa", &["dementia"]), + ("Dissatsified", &["dissatisfied"]), + ("Scaramento", &["sacramento"]), + ("Documeneted", &["documented"]), + ("Courthosue", &["courthouse"]), + ("Probabilty", &["probability"]), + ("Disciprine", &["discipline"]), + ("Silowet", &["silhouette"]), + ("Exsisting", &["existing"]), + ("Renegotioble", &["renegotiable"]), + ("Enhacements", &["enhancements"]), + ("Acyrlic", &["acrylic"]), + ("Summaried", &["summarized"]), + ("Desintaitons", &["destinations"]), + ("Vulnerabiltiy", &["vulnerability"]), + ("Spports", &["supports"]), + ("Aplication", &["application"]), + ("Expirementation", &["experimentation"]), + ("Experimeters", &["experimenters"]), + ("Powderd", &["powdered"]), + ("Deubug", &["debug"]), + ("Renegotitaed", &["renegotiated"]), + ("Silouet", &["silhouette"]), + ("Agrresive", &["aggressive"]), + ("Subtile", &["subfile", "subtitle", "subtle"]), + ("Steroetypical", &["stereotypical"]), + ("Ordinarly", &["ordinary"]), + ("Assued", &["assumed", "assured"]), + ("Intresst", &["interest"]), + ("Paradse", &["parades"]), + ("Disclsoure", &["disclosure"]), + ("Despensaries", &["dispensaries"]), + ("Maesures", &["measures"]), + ("Desrciption", &["description"]), + ("Eachohter", &["eachother"]), + ("Necesseraly", &["necessarily"]), + ("Paramterers", &["parameters"]), + ("Crasheed", &["crashed"]), + ("Presidunce", &["presidency"]), + ("Immortales", &["immortals"]), + ("Updraging", &["upgrading"]), + ("Machiness", &["machines"]), + ("Filesysthems", &["filesystems"]), + ("Cirticising", &["criticising"]), + ("Terrorits", &["terrorist"]), + ("Bitocin", &["bitcoin"]), + ("Strecthed", &["stretched"]), + ("Tpyo", &["typo"]), + ("Expermiented", &["experimented"]), + ("Acquantiance", &["acquaintances"]), + ("Arbitryary", &["arbitrary"]), + ("Assmumptions", &["assumptions"]), + ("Inexpectedly", &["unexpectedly"]), + ("Freedums", &["freedoms"]), + ("Quanity", &["quantity"]), + ("Crystalys", &["crystals"]), + ("Deocder", &["decoder"]), + ("Abovemtioned", &["abovementioned"]), + ("Stingent", &["stringent"]), + ("Looback", &["loopback"]), + ("Breakthrouh", &["breakthrough"]), + ("Withing", &["within"]), + ("Privaleges", &["privileges"]), + ("Domians", &["domains"]), + ("Absolure", &["absolute"]), + ("Listeneres", &["listeners"]), + ("Internaly", &["internally"]), + ("Exceotion", &["exemption"]), + ("Cuestionable", &["questionable"]), + ("Diaciritc", &["diacritic"]), + ("Umberlla", &["umbrella"]), + ("Hostspot", &["hotspot"]), + ("Individiually", &["individually"]), + ("Destuction", &["destruction"]), + ("Antibitoic", &["antibiotic"]), + ("Necesasry", &["necessary"]), + ("Experimenating", &["experimenting"]), + ("Athiestic", &["atheistic"]), + ("Rythim", &["rhythm"]), + ("Finallly", &["finally"]), + ("Multliplied", &["multiplied"]), + ("Excating", &["exacting"]), + ("Aimation", &["animation"]), + ("Opiton", &["option"]), + ("Loign", &["login"]), + ("Hypoteses", &["hypotheses"]), + ("Tenatious", &["tenacious"]), + ("Exapct", &["except", "exact"]), + ("Environemtal", &["environmental"]), + ("Enpoints", &["endpoints"]), + ("Colaborative", &["collaborative"]), + ("Focusses", &["focuses"]), + ("Nd", &["and"]), + ("Provisiones", &["provisions"]), + ("Gymnists", &["gymnasts"]), + ("Prefitler", &["prefilter"]), + ("Indiviudal", &["individuals"]), + ("Apologistas", &["apologists"]), + ("Fime", &["fixme", "time"]), + ("Certificare", &["certificate"]), + ("Resuting", &["resulting"]), + ("Registeing", &["registering"]), + ("Laughablely", &["laughably"]), + ("Permuations", &["permutations"]), + ("Contirbutors", &["contributors"]), + ("Chganges", &["changes"]), + ("Symobls", &["symbols"]), + ("Choosen", &["chosen"]), + ("Responsibilies", &["responsibilities"]), + ("Imprioned", &["imprisoned"]), + ("Adressable", &["addressable"]), + ("Sepeartes", &["separates"]), + ("Experimnters", &["experimenters"]), + ("Alpah", &["alpha"]), + ("Exersizes", &["exercises"]), + ("Discusison", &["discussions"]), + ("Dispositon", &["disposition"]), + ("Expercts", &["expects"]), + ("Bevorhand", &["beforehand"]), + ("Liberatrian", &["libertarians"]), + ("Initiaties", &["initiatives", "initiates"]), + ("Infinitly", &["infinity", "infinitely"]), + ("Propagtion", &["propagation"]), + ("Photograpphed", &["photographed"]), + ("Exectures", &["executes"]), + ("Pasteing", &["pasting"]), + ("Acustom", &["accustom"]), + ("Ednpoint", &["endpoint"]), + ("Exturding", &["extruding"]), + ("Contemplat", &["contempt"]), + ("Kubenates", &["kubernetes"]), + ("Intinite", &["infinite"]), + ("Constiutents", &["constituents"]), + ("Depiciton", &["depiction"]), + ("Virtualenf", &["virtualenv"]), + ("Phlematically", &["phlegmatically"]), + ("Estiamted", &["estimated"]), + ("Canclled", &["cancelled"]), + ("Desorder", &["disorder"]), + ("Philosohpy", &["philosophy"]), + ("Politelly", &["politely"]), + ("Workbnech", &["workbench"]), + ("Spefify", &["specify"]), + ("Alterior", &["ulterior"]), + ("Maliciousally", &["maliciously"]), + ("Availaiable", &["available"]), + ("Modidfication", &["modification"]), + ("Cancuks", &["canucks"]), + ("Recipricate", &["reciprocate"]), + ("Antarcitca", &["antarctica"]), + ("Ocilates", &["oscillates"]), + ("Prefferably", &["preferably"]), + ("Deplacements", &["replacements"]), + ("Diffrences", &["differences"]), + ("Polynomals", &["polynomials"]), + ("Intreeging", &["intriguing"]), + ("Cacluations", &["calculations"]), + ("Releses", &["releases"]), + ("Ading", &["adding"]), + ("Negotited", &["negotiated"]), + ("Entertaing", &["entertaining"]), + ("Acumulation", &["accumulation"]), + ("Assimilare", &["assimilate"]), + ("Airosft", &["airsoft"]), + ("Unocde", &["unicode"]), + ("Denyed", &["denied"]), + ("Pyramidas", &["pyramids"]), + ("Mezmorised", &["mesmerised"]), + ("Protoge", &["protege"]), + ("Siblins", &["siblings"]), + ("Physcal", &["physical"]), + ("Kidknap", &["kidnap"]), + ("Realy", &["really", "relay", "real"]), + ("Manuelly", &["manually"]), + ("Returmed", &["returned"]), + ("Envoke", &["evoke", "invoke"]), + ("Benevelent", &["benevolent"]), + ("Deinitalization", &["deinitialization"]), + ("Seralize", &["serialize"]), + ("Expepted", &["expected"]), + ("Intervento", &["intervention"]), + ("Reevaled", &["revealed"]), + ("Investigatiors", &["investigations"]), + ("Breshing", &["brushing"]), + ("Flate", &["flat"]), + ("Permissinos", &["permissions"]), + ("Journalis", &["journals"]), + ("Misrepresenation", &["misrepresentation"]), + ("Achored", &["anchored"]), + ("Recomanded", &["recommended"]), + ("Indiactor", &["indicator"]), + ("Arranments", &["arrangements"]), + ("Homogenius", &["homogeneous"]), + ("Thomspon", &["thompson"]), + ("Campatibility", &["compatibility"]), + ("Ezdrop", &["eavesdrop"]), + ("Expecations", &["expectations"]), + ("Cahnges", &["changes"]), + ("Cabniet", &["cabinet"]), + ("Intersectionals", &["intersections"]), + ("Candidatas", &["candidates"]), + ("Inoquous", &["innocuous"]), + ("Dregree", &["degree"]), + ("Staticists", &["statistics"]), + ("Versins", &["versions"]), + ("Exhuast", &["exhaust"]), + ("Unnecassarily", &["unnecessarily"]), + ("Defaulst", &["defaults", "default"]), + ("Progresss", &["progresses", "progress"]), + ("Hestiation", &["hesitation"]), + ("Indivisual", &["individual"]), + ("Catterpilar", &["caterpillar"]), + ("Greysacles", &["greyscales"]), + ("Endiness", &["endianness"]), + ("Inconsistantly", &["inconsistently"]), + ("Centrafuge", &["centrifuge"]), + ("Someties", &["sometimes"]), + ("Enclsoure", &["enclosure"]), + ("Disspaointed", &["disappointed"]), + ("Bruglar", &["burglar"]), + ("Debugget", &["debugger"]), + ("Msot", &["most"]), + ("Protraits", &["portraits"]), + ("Inpsiration", &["inspiration"]), + ("Prehaps", &["perhaps"]), + ("Vrifier", &["verifier"]), + ("Curvatrue", &["curvature"]), + ("Recpie", &["recipe"]), + ("Loking", &["looking"]), + ("Acual", &["actual"]), + ("Impovements", &["improvements"]), + ("Dominanting", &["dominating"]), + ("Negiotating", &["negotiating"]), + ("Litlle", &["little"]), + ("Usally", &["usually"]), + ("Millimitre", &["millimetre"]), + ("Caharacter", &["character"]), + ("Motorcylce", &["motorcycle"]), + ("Performancewise", &["performances"]), + ("Amphedamines", &["amphetamines"]), + ("Inbility", &["inability"]), + ("Recconet", &["reconnect"]), + ("Keyborad", &["keyboard"]), + ("Asbestoast", &["asbestos"]), + ("Clibpoard", &["clipboard"]), + ("Compromize", &["compromise"]), + ("Jackonsville", &["jacksonville"]), + ("Perssiuos", &["precious"]), + ("Aneeling", &["annealing"]), + ("Aproches", &["approaches"]), + ("Intrisincs", &["intrinsics"]), + ("Salavge", &["salvage"]), + ("Speficitiable", &["specifiable"]), + ("Represantational", &["representational"]), + ("Inititalised", &["initialised"]), + ("Rountripping", &["roundtripping"]), + ("Upsteraming", &["upstreaming"]), + ("Temproy", &["temporary"]), + ("Jeruslaem", &["jerusalem"]), + ("Contatc", &["contact"]), + ("Supresssion", &["suppression"]), + ("Inplicit", &["implicit"]), + ("Maintane", &["maintain"]), + ("Genitales", &["genitals"]), + ("Redifintion", &["redefinition"]), + ("Envonment", &["environment"]), + ("Identitier", &["identifier"]), + ("Onventions", &["conventions"]), + ("Cincinatti", &["cincinnati"]), + ("Sufocate", &["suffocate"]), + ("Hesiman", &["heisman"]), + ("Hyjacking", &["hijacking"]), + ("Nutriens", &["nutrients"]), + ("Plethorian", &["plethora"]), + ("Rerwite", &["rewrite"]), + ("Specatotors", &["spectators"]), + ("Appetitite", &["appetite"]), + ("Sirvayling", &["surveiling"]), + ("Californiia", &["californian"]), + ("Hardwirted", &["hardwired"]), + ("Spataializer", &["spatializer"]), + ("Disintereted", &["disinterested"]), + ("Dezert", &["dessert"]), + ("Beileve", &["believe"]), + ("Obtaien", &["obtain", "obtained"]), + ("Descritor", &["descriptor"]), + ("Tendancy", &["tendency"]), + ("Condolensces", &["condolences"]), + ("Dispairty", &["disparity"]), + ("Deviders", &["dividers"]), + ("Primaray", &["primary"]), + ("Comute", &["commute", "compute"]), + ("Unrary", &["unary"]), + ("Inappropraite", &["inappropriate"]), + ("Renegotated", &["renegotiated"]), + ("Characterisics", &["characteristics"]), + ("Foriner", &["foreigner"]), + ("Nitching", &["niching"]), + ("Otrhographic", &["orthographic"]), + ("Deffined", &["defined"]), + ("Charactrs", &["characters"]), + ("Parallell", &["parallel"]), + ("Specfic", &["specific"]), + ("Beacsue", &["because"]), + ("Intencional", &["intentional"]), + ("Agregation", &["aggregation"]), + ("Respectivley", &["respectively"]), + ("Interects", &["interacts", "intersects"]), + ("Calcutlates", &["calculates"]), + ("Diaginal", &["diagonal"]), + ("Guantanemo", &["guantanamo"]), + ("Microsofot", &["microsoft"]), + ("Allegric", &["allergic"]), + ("Broge", &["brogue"]), + ("Actiavtions", &["activations"]), + ("Accodr", &["accord"]), + ("Wihch", &["which"]), + ("Wisnton", &["winston"]), + ("Organisaiton", &["organisation"]), + ("Ovverriding", &["overriding"]), + ("Fodler", &["folder"]), + ("Formelly", &["formerly"]), + ("Overclicked", &["overclocked"]), + ("Catergories", &["categories"]), + ("Infrequantcies", &["infrequencies"]), + ("Recongized", &["recognized"]), + ("Quikly", &["quickly"]), + ("Satsifaction", &["satisfaction"]), + ("Recepion", &["reception"]), + ("Burgunday", &["burgundy"]), + ("Restricive", &["restrictive"]), + ("Sirectory", &["directory"]), + ("Finacially", &["financially"]), + ("Massachuestts", &["massachusetts"]), + ("Debugginf", &["debugging"]), + ("Shittoon", &["shitton"]), + ("Psaces", &["spaces", "paces"]), + ("Conpressed", &["compressed"]), + ("Follwwind", &["following"]), + ("Deivant", &["deviant"]), + ("Exlcusive", &["exclusive"]), + ("Watchog", &["watchdog"]), + ("Polyphonyic", &["polyphonic"]), + ("Pebbleos", &["pebbles"]), + ("Dependand", &["dependant"]), + ("Hierachries", &["hierarchies"]), + ("Predeclarnig", &["predeclaring"]), + ("Accessibiliy", &["accessibility", "accessible"]), + ("Abodmen", &["abdomen"]), + ("Insallation", &["installation"]), + ("Introduses", &["introduces"]), + ("Particual", &["particular"]), + ("Costitution", &["constitution"]), + ("Dissapered", &["disappeared"]), + ("Flage", &["flags", "flag"]), + ("Microphonies", &["microphones"]), + ("Warnin", &["warning"]), + ("Performanse", &["performances"]), + ("Upack", &["unpack"]), + ("Conditons", &["conditions"]), + ("Rethorical", &["rhetorical"]), + ("Aquiessed", &["acquiesced"]), + ("Apendix", &["appendix"]), + ("Prepetuating", &["perpetuating"]), + ("Condescensing", &["condescension"]), + ("Packaing", &["packaging"]), + ("Defice", &["device"]), + ("Fulfullment", &["fulfillment"]), + ("Millsecond", &["millisecond"]), + ("Imporvements", &["improvements"]), + ("Addapt", &["adapt"]), + ("Briten", &["brighten"]), + ("Soundtrak", &["soundtrack"]), + ("Dereferncer", &["dereferencer"]), + ("Demolishon", &["demolition"]), + ("Discriminatoire", &["discriminate"]), + ("Unfortunatelly", &["unfortunately"]), + ("Littlefiner", &["littlefinger"]), + ("Anyother", &["another"]), + ("Congegration", &["congregation"]), + ("Aglorithm", &["algorithm"]), + ("Mothebroard", &["motherboards"]), + ("Downvoteres", &["downvoters"]), + ("Heigt", &["height"]), + ("Indiens", &["indians", "endians"]), + ("Interplotation", &["interpolation"]), + ("Distingushes", &["distinguishes"]), + ("Directorios", &["directors"]), + ("Predominently", &["predominantly"]), + ("Weirods", &["weirdos"]), + ("Decieded", &["decided"]), + ("Sufficiantly", &["sufficiently"]), + ("Deflaut", &["default"]), + ("Resoective", &["respective"]), + ("Ajacence", &["adjacence"]), + ("Assemblare", &["assemble"]), + ("Abosulute", &["absolute"]), + ("Vailidity", &["validity"]), + ("Transfromations", &["transformations"]), + ("Funchtion", &["function"]), + ("Matchign", &["matching"]), + ("Tro", &["to"]), + ("Privte", &["private"]), + ("Wya", &["way"]), + ("Customzied", &["customized"]), + ("Transformered", &["transformed"]), + ("Countriside", &["countryside"]), + ("Drwawings", &["drawings"]), + ("Appopriate", &["appropriate"]), + ("Shaprness", &["sharpness"]), + ("Expepts", &["expects"]), + ("Awesomenss", &["awesomeness"]), + ("Answere", &["answer"]), + ("Progresion", &["progression"]), + ("Eyesahdow", &["eyeshadow"]), + ("Useddd", &["used"]), + ("Partnerd", &["partnered"]), + ("Broadcase", &["broadcast"]), + ("Visitng", &["visiting"]), + ("Enumurates", &["enumerates"]), + ("Opperate", &["operate"]), + ("Obtainabe", &["obtainable"]), + ("Approprietly", &["appropriately"]), + ("Flavores", &["flavors"]), + ("Missable", &["miscible"]), + ("Cockateels", &["cockatiels"]), + ("Catpures", &["captures"]), + ("Pascheurising", &["pasteurising"]), + ("Manufacturors", &["manufacturers"]), + ("Verifiactions", &["verifications"]), + ("Ignests", &["ingests"]), + ("Parastic", &["parasitic"]), + ("Hypotehtical", &["hypothetical"]), + ("Assemblying", &["assembling"]), + ("Deaktivated", &["deactivated"]), + ("Fike", &["file"]), + ("Terminilogy", &["terminology"]), + ("Intalleing", &["installing"]), + ("Allcoater", &["allocator"]), + ("Autorealease", &["autorelease"]), + ("Dimentions", &["dimensions"]), + ("Temporrily", &["temporarily"]), + ("Snowlfake", &["snowflake"]), + ("Expetect", &["expect"]), + ("Analzyers", &["analyzers"]), + ("Copurighted", &["copyrighted"]), + ("Palesine", &["palestine"]), + ("Complextion", &["complexion"]), + ("Definitelly", &["definitely"]), + ("Phenomenonal", &["phenomenal"]), + ("Dominno", &["dominion"]), + ("Vulnurable", &["vulnerable"]), + ("Writte", &["write", "written"]), + ("Confrontato", &["confrontation"]), + ("Impracticle", &["impractical"]), + ("Differntly", &["differently"]), + ("Aestheticlly", &["aesthetically"]), + ("Exeuctions", &["executions"]), + ("Consecutevily", &["consecutively"]), + ("Compinsated", &["compensated"]), + ("Recrooters", &["recruiters"]), + ("Democrasies", &["democracies"]), + ("Ananlog", &["analog"]), + ("Oversetimating", &["overestimating"]), + ("Refectoring", &["refactoring"]), + ("Strkethrough", &["strikethrough"]), + ("Monolight", &["moonlight"]), + ("Abtracter", &["abstracter"]), + ("Essencial", &["essential"]), + ("Roomate", &["roommate"]), + ("Maanagement", &["management"]), + ("Stach", &["stack"]), + ("Transgengered", &["transgendered"]), + ("Spefiic", &["specific"]), + ("Tagnet", &["tangent"]), + ("Asynchronus", &["asynchronous"]), + ("Overlows", &["overflows"]), + ("Evition", &["eviction"]), + ("Schdule", &["schedule"]), + ("Adressed", &["addressed"]), + ("Domans", &["domains"]), + ("Indefinetely", &["indefinitely"]), + ("Scriputres", &["scriptures"]), + ("Overshaddow", &["overshadowed"]), + ("Seprator", &["separator"]), + ("Indepent", &["independent"]), + ("Autoneogotiation", &["autonegotiation"]), + ("Warppring", &["warping", "wrapping"]), + ("Messagge", &["message"]), + ("Depenending", &["depending"]), + ("Mecahnic", &["mechanic"]), + ("Comrpessed", &["compressed"]), + ("Hamburgesa", &["hamburgers"]), + ("Deduplacation", &["deduplication"]), + ("Modfiders", &["modifiers"]), + ("Fullill", &["fulfill"]), + ("Reched", &["reached"]), + ("Trasnparency", &["transparency"]), + ("Pseudopoentials", &["pseudopotentials"]), + ("Currate", &["curate"]), + ("Publisged", &["published"]), + ("Evelutionary", &["evolutionary"]), + ("Encription", &["encryption"]), + ("Annualy", &["annually"]), + ("Premiee", &["premiere"]), + ("Financialy", &["financially"]), + ("Reasonabily", &["reasonably"]), + ("Spsaces", &["spaces"]), + ("Subscryber", &["subscriber"]), + ("Moeny", &["money"]), + ("Premptive", &["preemptive"]), + ("Scuccessfull", &["successful"]), + ("Argumeent", &["argument"]), + ("Rezurrection", &["resurrection"]), + ("Verifing", &["verifying"]), + ("Commedian", &["comedian"]), + ("Aotomatical", &["automatic"]), + ("Unverfified", &["unverified"]), + ("Fuction", &["function"]), + ("Usptart", &["upstart"]), + ("Cirlces", &["circles"]), + ("Subnegoations", &["subnegotiations"]), + ("Propagaton", &["propagation"]), + ("Opinyonatedly", &["opinionatedly"]), + ("Addiotions", &["additions"]), + ("Dissplay", &["display"]), + ("Stubbon", &["stubborn"]), + ("Misundarstanding", &["misunderstandings"]), + ("Storge", &["storage"]), + ("Previsouly", &["previously"]), + ("Invalied", &["invalid"]), + ("Irradating", &["irradiating"]), + ("Prefered", &["preferred"]), + ("Unaminous", &["unanimous"]), + ("Obersvation", &["observation"]), + ("Homeowneris", &["homeowners"]), + ("Quations", &["equations"]), + ("Disinguish", &["distinguish"]), + ("Undertacker", &["undertaker"]), + ("Spefiifiable", &["specifiable"]), + ("Strengts", &["strengths"]), + ("Getttext", &["gettext"]), + ("Litterally", &["literally"]), + ("Occurd", &["occurred", "occur"]), + ("Recrooting", &["recruiting"]), + ("Paraemters", &["parameters"]), + ("Undeniablely", &["undeniably"]), + ("Mulitpart", &["multipart"]), + ("Prespectives", &["perspectives"]), + ("Bloorborne", &["bloodborne"]), + ("Execunting", &["executing"]), + ("Orienate", &["orientate", "orient", "ornate"]), + ("Amdgput", &["amdgpu"]), + ("Syntehsised", &["synthesised"]), + ("Dissaperd", &["disappeared"]), + ("Deamand", &["demand"]), + ("Ignor", &["ignore"]), + ("Isralies", &["israelis"]), + ("Comopnent", &["component"]), + ("Ideologiers", &["ideologies"]), + ("Deveploment", &["developments"]), + ("Squirrells", &["squirrels"]), + ("Sabatosh", &["sabotage"]), + ("Memmics", &["mimics"]), + ("Indistiguishable", &["indistinguishable"]), + ("Mirrorowing", &["mirroring"]), + ("Contianed", &["contained"]), + ("Prodecural", &["procedural"]), + ("Consisteny", &["consistency", "consistent"]), + ("Infreqentcy", &["infrequency"]), + ("Compabillity", &["compatibility"]), + ("Devision", &["division"]), + ("Inexpeirenced", &["inexperience"]), + ("Opthalmic", &["ophthalmic"]), + ("Bouinded", &["bounded"]), + ("Disconenct", &["disconnect"]), + ("Engieneer", &["engineer"]), + ("Goign", &["going"]), + ("Corrupeted", &["corrupted"]), + ("Analsyers", &["analysers"]), + ("Grbber", &["grabber"]), + ("Unexspectedly", &["unexpectedly"]), + ("Accesory", &["accessory"]), + ("Adapated", &["adapted"]), + ("Construcor", &["constructor"]), + ("Accort", &["accord"]), + ("Dionsaurs", &["dinosaurs"]), + ("Incarciration", &["incarceration"]), + ("Sise", &["size", "sisal"]), + ("Amperstands", &["ampersands"]), + ("Axpressed", &["expressed"]), + ("Invisibillity", &["invisibility"]), + ("Dominiant", &["dominant"]), + ("Independantly", &["independently"]), + ("Szenario", &["scenario"]), + ("Excpected", &["expected"]), + ("Ridiculue", &["ridicule"]), + ("Unspefied", &["unspecified"]), + ("Individuely", &["individually"]), + ("Addoptive", &["adoptive", "adaptive"]), + ("Contuine", &["continue"]), + ("Graduacion", &["graduation"]), + ("Expresso", &["espresso"]), + ("Misdemenaor", &["misdemeanor"]), + ("Existng", &["existing"]), + ("Documantary", &["documentary"]), + ("Enchancing", &["enchanting"]), + ("Assoicated", &["associated"]), + ("Asthetic", &["aesthetic"]), + ("Predective", &["predictive"]), + ("Asteorids", &["asteroids"]), + ("Unequality", &["inequality"]), + ("Supperts", &["supports"]), + ("Authenticde", &["authenticode"]), + ("Configed", &["configured"]), + ("Trasnform", &["transform"]), + ("Relases", &["releases"]), + ("Counsellling", &["counselling"]), + ("Releted", &["deleted", "related"]), + ("Enginin", &["engine"]), + ("Constructers", &["constructors"]), + ("Tongiht", &["tonight"]), + ("Concidering", &["considering"]), + ("Strech", &["stretch"]), + ("Soovinneer", &["souvenir"]), + ("Equuivalence", &["equivalence"]), + ("Voleyball", &["volleyball"]), + ("Uinque", &["unique"]), + ("Controlles", &["controls"]), + ("Spoace", &["space"]), + ("Terroristes", &["terrorists"]), + ("Repeatedy", &["repeatedly"]), + ("Fertilizier", &["fertilizer"]), + ("Correctionals", &["corrections"]), + ("Exnternally", &["externally"]), + ("Printerest", &["printers"]), + ("Lighthearded", &["lighthearted"]), + ("Obsevrer", &["observer"]), + ("Occuring", &["occurring"]), + ("Aninate", &["animate"]), + ("Paraphraseing", &["paraphrasing"]), + ("Crowshays", &["crochets"]), + ("Authencicator", &["authenticator"]), + ("Multple", &["multiple"]), + ("Cpontent", &["content"]), + ("Immenantly", &["eminently"]), + ("Processsed", &["processed"]), + ("Sacarin", &["saccharin"]), + ("Infromed", &["informed"]), + ("Pllatforms", &["platforms"]), + ("Penindg", &["pending"]), + ("Brokened", &["broken"]), + ("Absorve", &["absorb"]), + ("Verex", &["vertex"]), + ("Accute", &["acute"]), + ("Renegotiotation", &["renegotiation"]), + ("Scrpts", &["scripts"]), + ("Rusteld", &["rustled"]), + ("Omnipitent", &["omnipotent"]), + ("Ahev", &["have"]), + ("Unnecessarity", &["unnecessarily"]), + ("Syntakts", &["syntax"]), + ("Olmypics", &["olympics"]), + ("Hipotetical", &["hypothetical"]), + ("Electrinic", &["electrician"]), + ("Harrassing", &["harassing"]), + ("Coninuation", &["continuation"]), + ("Soveits", &["soviets"]), + ("Preferances", &["preferences"]), + ("Verifer", &["verifier"]), + ("Intellecutals", &["intellectuals"]), + ("Stateman", &["statesman"]), + ("Fortunetely", &["fortunately"]), + ("Nawshesly", &["nauseously"]), + ("Unintialized", &["uninitialized"]), + ("Jerusalm", &["jerusalem"]), + ("Checck", &["check"]), + ("Attachmet", &["attachments"]), + ("Syncronized", &["synchronized"]), + ("Whislist", &["wishlist"]), + ("Etablishing", &["establishing"]), + ("Doucmented", &["documented"]), + ("Midifelders", &["midfielders"]), + ("Peripheria", &["peripheral"]), + ("Penetraion", &["penetration"]), + ("Emmitter", &["emitter"]), + ("Sceintific", &["scientific"]), + ("Fragements", &["fragments"]), + ("Automodertor", &["automoderator"]), + ("Oly", &["only"]), + ("Cteate", &["create"]), + ("Nedded", &["needed"]), + ("Unexpepected", &["unexpected"]), + ("Recgonizing", &["recognizing"]), + ("Associatd", &["associated"]), + ("Transcations", &["transactions"]), + ("Associsted", &["associates"]), + ("Practictitioner", &["practitioner"]), + ("Assisstant", &["assistant"]), + ("Incorparate", &["incorporate"]), + ("Dokcer", &["docker"]), + ("Overpolulation", &["overpopulation"]), + ("Lewow", &["luau"]), + ("Argumetns", &["arguments"]), + ("Ammend", &["amend"]), + ("Surveill", &["surveil"]), + ("Deactivete", &["deactivate"]), + ("Ciriculum", &["curriculum"]), + ("Downgrating", &["downgrading"]), + ("Definiation", &["definition"]), + ("Mechines", &["machines"]), + ("Peninusla", &["peninsula"]), + ("Oberved", &["observed"]), + ("Draughtman", &["draughtsman"]), + ("Unaffliated", &["unaffiliated"]), + ("Unfortuntaly", &["unfortunately"]), + ("Scirpts", &["scripts"]), + ("Hairstlye", &["hairstyle"]), + ("Intiale", &["initial"]), + ("Unaccesible", &["unaccessible", "inaccessible"]), + ("Benedicat", &["benedict"]), + ("Priortize", &["prioritize"]), + ("Waitting", &["waiting"]), + ("Explecitly", &["explicitly"]), + ("Acccurately", &["accurately"]), + ("Bobybuilding", &["bodybuilding"]), + ("Comnmand", &["command"]), + ("Replcias", &["replicas"]), + ("Recognision", &["recognition"]), + ("Suuported", &["supported"]), + ("Transmition", &["transmission"]), + ("Anitbiotics", &["antibiotics"]), + ("Minimini", &["minimizing"]), + ("Contess", &["contests"]), + ("Teamates", &["teammates"]), + ("Asemble", &["assemble"]), + ("Uprgading", &["upgrading"]), + ("Exectuted", &["executed"]), + ("Discretited", &["discredited"]), + ("Casuing", &["causing"]), + ("Pathneame", &["pathname"]), + ("Simulacion", &["simulation"]), + ("Influencial", &["influential"]), + ("Mysefl", &["myself"]), + ("Dependandt", &["dependant"]), + ("Shystemwindow", &["systemwindow"]), + ("Gien", &["given"]), + ("Fequency", &["frequency"]), + ("Copmetitors", &["competitors"]), + ("Libertarias", &["libertarians"]), + ("Gald", &["glad"]), + ("Decypher", &["decipher"]), + ("Intimite", &["intimate"]), + ("Ressult", &["result"]), + ("Execture", &["execute"]), + ("Kubenetes", &["kubernetes"]), + ("Blancked", &["blanked"]), + ("Awakend", &["awakened"]), + ("Tendensies", &["tendencies"]), + ("Magnifient", &["magnificent"]), + ("Staionary", &["stationary"]), + ("Meassurably", &["measurably"]), + ("Sotryline", &["storyline"]), + ("Guaridans", &["guardians"]), + ("Assumtpions", &["assumptions"]), + ("Siloweting", &["silhouetting"]), + ("Comress", &["compress"]), + ("Esssential", &["essential"]), + ("Capialized", &["capitalized"]), + ("Alraedy", &["already"]), + ("Caclucation", &["calculation"]), + ("Rnuning", &["running"]), + ("Protohypes", &["prototypes"]), + ("Prolems", &["problems"]), + ("Apacolyptic", &["apocalyptic"]), + ("Aftrer", &["after"]), + ("Scandanivia", &["scandinavian"]), + ("Assumbing", &["assuming"]), + ("Sportsmansship", &["sportsmanship"]), + ("Imporatnt", &["important"]), + ("Funvtionality", &["functionality"]), + ("Methos", &["methods", "method"]), + ("Uninitilized", &["uninitialized"]), + ("Complians", &["complains"]), + ("Slanguages", &["languages"]), + ("Speciafied", &["specified"]), + ("Inexpierenced", &["inexperienced"]), + ("Scatching", &["catching", "scratching", "sketching"]), + ("Investigater", &["investigator"]), + ("Aroaras", &["auroras"]), + ("Brazilianess", &["brazilians"]), + ("Sepcifier", &["specifier"]), + ("Neesds", &["needs"]), + ("Approprately", &["appropriately"]), + ("Statisfied", &["satisfied"]), + ("Nawshus", &["nauseous"]), + ("Neighror", &["neighbor"]), + ("Analyseles", &["analyses"]), + ("Manufacure", &["manufacture"]), + ("Eample", &["example"]), + ("Missusing", &["misusing"]), + ("Carrage", &["carriage"]), + ("Perpendicualr", &["perpendicular"]), + ("Soemthing", &["something"]), + ("Differenciating", &["differentiating"]), + ("Decremeants", &["decrements"]), + ("Descirbes", &["describes"]), + ("Vulnerabuilities", &["vulnerabilities"]), + ("Transproted", &["transported"]), + ("Aggrement", &["agreement"]), + ("Bouinds", &["bounds"]), + ("Releaed", &["released"]), + ("Replacament", &["replacement"]), + ("Coutnerplay", &["counterplay"]), + ("Yera", &["year"]), + ("Expolsives", &["explosives"]), + ("Renegotioates", &["renegotiates"]), + ("Capsulets", &["capsules"]), + ("Nawshusly", &["nauseously"]), + ("Prusue", &["pursue"]), + ("Futureus", &["futures"]), + ("Speficiteirs", &["specifiers"]), + ("Envelopping", &["enveloping"]), + ("Contradictary", &["contradictory"]), + ("Truned", &["turned"]), + ("Renegothiator", &["renegotiator"]), + ("Beig", &["being"]), + ("Mortage", &["mortgage"]), + ("Perticipated", &["participated"]), + ("Decond", &["decode"]), + ("Mobilitiy", &["mobility"]), + ("Philosophae", &["philosopher"]), + ("Dowlink", &["downlink"]), + ("Exclamativo", &["exclamation"]), + ("Expressiosn", &["expressions"]), + ("Chocolae", &["chocolates"]), + ("Raedy", &["ready"]), + ("Attribiutes", &["attributes"]), + ("Reigstration", &["registration"]), + ("Juvenilles", &["juvenile"]), + ("Inpiration", &["inspiration"]), + ("Squence", &["sequence"]), + ("Comparition", &["comparison"]), + ("Executtion", &["execution"]), + ("Prosecutie", &["prosecuted"]), + ("Premit", &["permit"]), + ("Perminant", &["permanent"]), + ("Equivelance", &["equivalence"]), + ("Regulae", &["regulate"]), + ("Casualites", &["casualties"]), + ("Patameters", &["parameters"]), + ("Follewing", &["following"]), + ("Unfortunaly", &["unfortunately"]), + ("Interporations", &["interpolations"]), + ("Distinctie", &["distinctive"]), + ("Gamifications", &["ramifications"]), + ("Detetmine", &["determine"]), + ("Excludled", &["excluded"]), + ("Spolied", &["spoiled"]), + ("Emmitted", &["emitted"]), + ("Porblems", &["problems"]), + ("Mutecies", &["mutexes"]), + ("Alturism", &["altruism"]), + ("Dealine", &["deadline"]), + ("Quroum", &["quorum"]), + ("Arbitrty", &["arbitrary"]), + ("Databasse", &["database", "databases"]), + ("Declarasen", &["declares"]), + ("Contrainted", &["constrained"]), + ("Prosphetic", &["prosthetic"]), + ("Unning", &["running"]), + ("Scripturae", &["scriptures"]), + ("Necessitites", &["necessities"]), + ("Encrpt", &["encrypt"]), + ("Ststion", &["station"]), + ("Opportuntiy", &["opportunity"]), + ("Continure", &["continue"]), + ("Guarranty", &["guaranty"]), + ("Privision", &["provision"]), + ("Suppports", &["supports"]), + ("Jetbrain", &["jetbrains"]), + ("Assumtpion", &["assumption"]), + ("Controvertial", &["controversial"]), + ("Jagwar", &["jaguar"]), + ("Balanceada", &["balanced"]), + ("Meassures", &["measures"]), + ("Speparating", &["separating"]), + ("Caryy", &["carry"]), + ("Complession", &["compression"]), + ("Intepreted", &["interpreted"]), + ("Bafore", &["before"]), + ("Dopmaine", &["dopamine"]), + ("Playthtough", &["playthrough"]), + ("Antivirs", &["antivirus"]), + ("Afternooon", &["afternoon"]), + ("Surprisinly", &["surprisingly"]), + ("Acessing", &["accessing"]), + ("Dissastified", &["dissatisfied"]), + ("Estuwarry", &["estuary"]), + ("Transcripcion", &["transcription"]), + ("Wirtes", &["writes"]), + ("Subscribir", &["subscriber"]), + ("Pleaes", &["please"]), + ("Relocaites", &["relocates"]), + ("Memwoirs", &["memoirs"]), + ("Carimonies", &["ceremonies"]), + ("Nutrieous", &["nutritious"]), + ("Ihs", &["his"]), + ("Improvments", &["improvements"]), + ("Expermenetelly", &["experimentally"]), + ("Addresse", &["addresses", "address"]), + ("Worls", &["world"]), + ("Electorn", &["electron"]), + ("Auttoatack", &["autoattack"]), + ("Certicicate", &["certificate"]), + ("Pornograpy", &["pornography"]), + ("Particulaly", &["particularly"]), + ("Resloved", &["resolved"]), + ("Assosiate", &["associate"]), + ("Microtrasnactions", &["microtransactions"]), + ("Benchmkar", &["benchmark"]), + ("Neightbours", &["neighbours"]), + ("Parilamentary", &["parliamentary"]), + ("Organismed", &["organise"]), + ("Neighbboring", &["neighboring"]), + ("Convcition", &["convictions"]), + ("Globlal", &["global"]), + ("Overtapping", &["overlapping"]), + ("Maneer", &["manner"]), + ("Dogmatisch", &["dogmatic"]), + ("Detialing", &["detailing"]), + ("Skatebored", &["skateboard"]), + ("Pendantic", &["pedantic"]), + ("Compatability", &["compatibility"]), + ("Humilitied", &["humiliated"]), + ("Shandow", &["shadow"]), + ("Baloons", &["balloons"]), + ("Rech", &["reach"]), + ("Paraemeter", &["parameter"]), + ("Expewrimentally", &["experimentally"]), + ("Datatbases", &["databases"]), + ("Ceratine", &["creatine"]), + ("Thight", &["tight", "thigh", "fight"]), + ("Occcur", &["occur"]), + ("Prepherial", &["peripheral"]), + ("Expaning", &["expanding"]), + ("Referncing", &["referencing"]), + ("Primitve", &["primitive"]), + ("Chandaleers", &["chandeliers"]), + ("Higlight", &["highlight"]), + ("Subclasseses", &["subclasses"]), + ("Optimizaton", &["optimization"]), + ("Blaimed", &["blamed"]), + ("Televsion", &["television"]), + ("Ghandi", &["gandhi"]), + ("Geenrated", &["generated"]), + ("Perturbates", &["perturbs"]), + ("Pattrns", &["patterns"]), + ("Instnatiation", &["instantiation"]), + ("Inflamation", &["inflammation"]), + ("Unavialable", &["unavailable"]), + ("Realative", &["relative"]), + ("Administraron", &["administrator"]), + ("Partisioning", &["partitioning"]), + ("Characterazation", &["characterization"]), + ("Enpoind", &["endpoint"]), + ("Modidfied", &["modified"]), + ("Cardiovascualr", &["cardiovascular"]), + ("Bufffer", &["buffer"]), + ("Orieation", &["orientation"]), + ("Depandancies", &["dependencies"]), + ("Licsenses", &["licenses"]), + ("Evesdrops", &["eavesdrops"]), + ("Stronkhold", &["stronghold"]), + ("Prononciation", &["pronunciation"]), + ("Messsages", &["messages"]), + ("Unusally", &["unusually"]), + ("Avdisoriy", &["advisory", "advisories"]), + ("Yorksher", &["yorkshire"]), + ("Sotrylines", &["storylines"]), + ("Spectifying", &["specifying"]), + ("Flattend", &["flattened"]), + ("Heroicos", &["heroics"]), + ("Factuallity", &["factually"]), + ("Attributei", &["attribute"]), + ("Genereal", &["general"]), + ("Bethedsa", &["bethesda"]), + ("Afforable", &["affordable"]), + ("Famoulsy", &["famously"]), + ("Littlefigner", &["littlefinger"]), + ("Ecomonics", &["economics"]), + ("Suseeding", &["seceding"]), + ("Msssge", &["message"]), + ("Conceivabley", &["conceivably"]), + ("Foound", &["found"]), + ("Repearable", &["repeatable"]), + ("Complicatin", &["complicit"]), + ("Abiltiy", &["ability"]), + ("Continuacion", &["continuation"]), + ("Deadlfits", &["deadlifts"]), + ("Conchus", &["conscious"]), + ("Implimentation", &["implementation"]), + ("Analsying", &["analysing"]), + ("Limititer", &["limiter"]), + ("Guarnetee", &["guarantee"]), + ("Descripotrs", &["descriptors"]), + ("Huristic", &["heuristic"]), + ("Outperfomeing", &["outperforming"]), + ("Unselecgts", &["unselects"]), + ("Girzzly", &["grizzly"]), + ("Congragulations", &["congratulations"]), + ("Brianer", &["brainer"]), + ("Intercepcion", &["interception"]), + ("Pointes", &["pointers", "points"]), + ("Qualifiactions", &["qualification"]), + ("Potencials", &["potentials"]), + ("Neighbeurhooding", &["neighbouring"]), + ("Additionaly", &["additionally"]), + ("Characteristsics", &["characteristic"]), + ("Prefitlers", &["prefilters"]), + ("Communuication", &["communication"]), + ("Aggrgate", &["aggregate"]), + ("Complient", &["compliant"]), + ("Folde", &["folder", "fold"]), + ("Nucelus", &["nucleus"]), + ("Vulnerabity", &["vulnerability"]), + ("Octohedron", &["octahedron"]), + ("Tge", &["the"]), + ("Sypmathetic", &["sympathetic"]), + ("Opertunities", &["opportunities"]), + ("Gettters", &["getters"]), + ("Rebulding", &["rebuilding"]), + ("Commisssion", &["commissions"]), + ("Ajurnment", &["adjournment"]), + ("Displacemnts", &["displacements"]), + ("Remenisser", &["reminiscer"]), + ("Supermarkts", &["supermarkets"]), + ("Invocies", &["invoices"]), + ("Ameythst", &["amethyst"]), + ("Flexable", &["flexible"]), + ("Landscae", &["landscapes"]), + ("Portalus", &["portals"]), + ("Covarages", &["coverages"]), + ("Sycronising", &["synchronising"]), + ("Hurse", &["hearse", "nurse"]), + ("Catagorizations", &["categorizations"]), + ("Loobacks", &["loopbacks"]), + ("Enterprenuer", &["entrepreneur"]), + ("Haversting", &["harvesting"]), + ("Tsunamai", &["tsunami"]), + ("Soovinear", &["souvenir"]), + ("Experieced", &["experienced"]), + ("Insufficency", &["insufficiency"]), + ("Especifically", &["specifically", "especially"]), + ("Ninima", &["minima"]), + ("Tabualtor", &["tabulator"]), + ("Itsel", &["itself"]), + ("Effectivness", &["effectiveness"]), + ("Dificulty", &["difficulty"]), + ("Businesse", &["businessmen"]), + ("Tranlating", &["translating"]), + ("Requries", &["requires"]), + ("Introducation", &["introduction"]), + ("Incative", &["inactive"]), + ("Simplificaiton", &["simplification"]), + ("Untrasform", &["untransform"]), + ("Distrbuted", &["distributed"]), + ("Temporory", &["temporary"]), + ("Identificacion", &["identification"]), + ("Disaapointed", &["disappointed"]), + ("Experimanetelly", &["experimentally"]), + ("Provde", &["provide"]), + ("Cirles", &["circles"]), + ("Crystalls", &["crystals"]), + ("Idenified", &["identified"]), + ("Interchangeablely", &["interchangeably"]), + ("Klicked", &["clicked"]), + ("Warrents", &["warrants"]), + ("Extream", &["extreme"]), + ("Metropoliten", &["metropolitan"]), + ("Folwoinwg", &["following"]), + ("Deifnately", &["definitely"]), + ("Isntalling", &["installing"]), + ("Incompasitate", &["incapacitate"]), + ("Pericing", &["piercing"]), + ("Horyzontally", &["horizontally"]), + ("Setyps", &["setups"]), + ("Fuctions", &["functions"]), + ("Experimdnted", &["experimented"]), + ("Smouth", &["smooth"]), + ("Downlads", &["downloads"]), + ("Stlaker", &["stalker"]), + ("Unapplicable", &["inapplicable"]), + ("Asbestoes", &["asbestos"]), + ("Pplication", &["application"]), + ("Succcessfully", &["successfully"]), + ("Visualiztion", &["visualization"]), + ("Conviciton", &["conviction"]), + ("Prezidential", &["presidential"]), + ("Attribbute", &["attribute"]), + ("Seahaws", &["seahawks"]), + ("Sktechy", &["sketchy"]), + ("Verfy", &["verify"]), + ("Succeesses", &["successes"]), + ("Integreres", &["interferes"]), + ("Unwirtten", &["unwritten"]), + ("Availavle", &["available"]), + ("Dealocate", &["deallocate"]), + ("Internation", &["international"]), + ("Origined", &["originated"]), + ("Denominater", &["denominator"]), + ("Encounted", &["encountered", "encounter"]), + ("Constitued", &["constitute"]), + ("Graident", &["gradient"]), + ("Contricted", &["contracted"]), + ("Highlightin", &["highlighting"]), + ("Dependends", &["depended"]), + ("Athetlic", &["athletic"]), + ("Paddding", &["padding"]), + ("Rebiulding", &["rebuilding"]), + ("Condescendion", &["condescension"]), + ("Refreh", &["refresh"]), + ("Mercaneries", &["mercenaries"]), + ("Narcissisitc", &["narcissist"]), + ("Accompianed", &["accompanied"]), + ("Prisitne", &["pristine"]), + ("Movees", &["moves", "movies"]), + ("Avgerage", &["average"]), + ("Pressious", &["precious"]), + ("Ocatve", &["octave"]), + ("Integeral", &["integral"]), + ("Checkpiont", &["checkpoint"]), + ("Prodcuts", &["products"]), + ("Aniway", &["anyway"]), + ("Cooperativo", &["cooperation"]), + ("Deciples", &["disciples"]), + ("Cinematograhpy", &["cinematography"]), + ("Populer", &["popular"]), + ("Emnity", &["enmity"]), + ("Segements", &["segments"]), + ("Predomiantly", &["predominately"]), + ("Substitude", &["substitute"]), + ("Falsh", &["flash", "false"]), + ("Impemented", &["implemented"]), + ("Swich", &["switch"]), + ("Excersize", &["exercise"]), + ("Recurssive", &["recursive"]), + ("Expexcted", &["expected"]), + ("Contianer", &["container"]), + ("Orginally", &["originally"]), + ("Tentacel", &["tentacle"]), + ("Ises", &["uses"]), + ("Onmiscient", &["omniscient"]), + ("Gubnatorial", &["gubernatorial"]), + ("Reprensentations", &["representations"]), + ("Disollusioned", &["disillusioned"]), + ("Unbeleifable", &["unbelievable"]), + ("Coexsited", &["coexisted"]), + ("Expres", &["express"]), + ("Insecue", &["insecure"]), + ("Elasping", &["elapsing"]), + ("Loobpack", &["loopback"]), + ("Neglegting", &["neglecting"]), + ("Cointaining", &["containing"]), + ("Multiplaer", &["multiplier"]), + ("Elese", &["else"]), + ("Organims", &["organism"]), + ("Mastermid", &["mastermind"]), + ("Asssertion", &["assertion"]), + ("Calucalting", &["calculating"]), + ("Certicates", &["certificates"]), + ("Aprooved", &["approved"]), + ("Mediaction", &["medications"]), + ("Seperatated", &["separated"]), + ("Explins", &["explains"]), + ("Plcaebo", &["placebo"]), + ("Validting", &["validating"]), + ("Cocument", &["document"]), + ("Acconted", &["accounted"]), + ("Nutrientes", &["nutrients"]), + ("Firefigher", &["firefighter"]), + ("Infallibile", &["infallible"]), + ("Gradute", &["graduate"]), + ("Reperesents", &["represents"]), + ("Downgades", &["downgrades"]), + ("Launck", &["launch"]), + ("Intregral", &["integral"]), + ("Generationnal", &["generational"]), + ("Dispensaires", &["dispensaries"]), + ("Consentrations", &["concentrations"]), + ("Effortlessy", &["effortlessly"]), + ("Quicly", &["quickly"]), + ("Childbrith", &["childbirth"]), + ("Crashs", &["crashes"]), + ("Elligible", &["eligible"]), + ("Bordelrands", &["borderlands"]), + ("Disappearnace", &["disappearance"]), + ("Funcitons", &["functions"]), + ("Macack", &["macaque"]), + ("Dekete", &["delete"]), + ("Chirstians", &["christians"]), + ("Astronuat", &["astronaut"]), + ("Papaer", &["paper"]), + ("Optimsitic", &["optimistic"]), + ("Faktors", &["factors"]), + ("Symboll", &["symbol"]), + ("Opiods", &["opioids"]), + ("Relaesing", &["releasing"]), + ("Currentry", &["currently"]), + ("Visivble", &["visible"]), + ("Sheepherd", &["shepherd"]), + ("Renegoatiator", &["renegotiator"]), + ("Arays", &["arrays"]), + ("Victoris", &["victories"]), + ("Reinstallng", &["reinstalling"]), + ("Fromated", &["formatted"]), + ("Sexualy", &["sexually"]), + ("Choicing", &["choosing"]), + ("Socialy", &["socially"]), + ("Outllook", &["outlook"]), + ("Kncokback", &["knockback"]), + ("Doocumentaries", &["documentaries"]), + ("Commantator", &["commentator"]), + ("Inherint", &["inherit"]), + ("Prohibitting", &["prohibiting"]), + ("Signguature", &["signature"]), + ("Periodicy", &["periodicity"]), + ("Expalins", &["explains"]), + ("Travellerhd", &["travelled"]), + ("Salughter", &["slaughter"]), + ("Storyteling", &["storytelling"]), + ("Registory", &["registry"]), + ("Residencial", &["residential"]), + ("Applicatoins", &["applications"]), + ("Defaulits", &["defaults"]), + ("Huld", &["held", "hold"]), + ("Lisitng", &["listing"]), + ("Functionaility", &["functionality"]), + ("Recieving", &["receiving"]), + ("Absuridty", &["absurdity"]), + ("Patroitic", &["patriotic"]), + ("Desensitived", &["desensitized"]), + ("Diffferences", &["differences"]), + ("Moutning", &["mounting"]), + ("Orcestrated", &["orchestrated"]), + ("Nead", &["need", "head", "knead"]), + ("Componoents", &["components"]), + ("Conditionnaly", &["conditionally"]), + ("Nowdays", &["nowadays"]), + ("Dismisals", &["dismissal"]), + ("Experimtenal", &["experimental"]), + ("Mediorce", &["mediocre"]), + ("Kewword", &["keyword"]), + ("Tral", &["trail", "trial"]), + ("Distrubution", &["distribution"]), + ("Backened", &["backend", "blackened"]), + ("Renegotatible", &["renegotiable"]), + ("Allcation", &["allocation"]), + ("Brussles", &["brussels"]), + ("Anotate", &["annotate"]), + ("Warpped", &["warped", "wrapped"]), + ("Acording", &["according"]), + ("Astronautes", &["astronauts"]), + ("Inconveniant", &["inconvenient"]), + ("Lewchemia", &["leukaemia", "leukemia"]), + ("Noo", &["no"]), + ("Conexant", &["connexant"]), + ("Revrieve", &["retrieve"]), + ("Sycronise", &["synchronise"]), + ("Stregnth", &["strength"]), + ("Conslutants", &["consultant"]), + ("Continious", &["continuous"]), + ("Arry", &["array", "carry"]), + ("Tremendious", &["tremendous"]), + ("Interivew", &["interview"]), + ("Coyprights", &["copyrights"]), + ("Indespensable", &["indispensable"]), + ("Stabilizare", &["stabilize"]), + ("Synchonizes", &["synchronizes"]), + ("Conveinently", &["conveniently"]), + ("Personaes", &["personas"]), + ("Missle", &["missile"]), + ("Excesvly", &["excessively"]), + ("Streigt", &["straight", "strait"]), + ("Abvailable", &["available"]), + ("Nautral", &["natural", "neutral"]), + ("Extraordinaly", &["extraordinary"]), + ("Dyanmite", &["dynamite"]), + ("Bodyweigt", &["bodyweight"]), + ("Viralence", &["virulence"]), + ("Enforing", &["enforcing"]), + ("Momentarly", &["momentarily"]), + ("Urainum", &["uranium"]), + ("Chimeny", &["chimney"]), + ("Tre", &["tree"]), + ("Eahc", &["each"]), + ("Deinitailze", &["deinitialize"]), + ("Custonary", &["customary"]), + ("Unchainged", &["unchanged"]), + ("Serinomial", &["ceremonial"]), + ("Distribtuions", &["distributions"]), + ("Consumating", &["consummating"]), + ("Handhake", &["handshake"]), + ("Stardardize", &["standardize"]), + ("Alliasing", &["aliasing"]), + ("Inspries", &["inspires"]), + ("Veriable", &["variable", "veritable"]), + ("Concantenated", &["concatenated"]), + ("Mesurement", &["measurement"]), + ("Undependend", &["independent", "nondependent"]), + ("Repbulic", &["republic"]), + ("Visisble", &["visible"]), + ("Adbominal", &["abdominal"]), + ("Overhwelming", &["overwhelming"]), + ("Delviered", &["delivered"]), + ("Recommaded", &["recommended"]), + ("Agianst", &["against"]), + ("Gullbile", &["gullible"]), + ("Defiened", &["defined"]), + ("Psychyatrists", &["psychiatrists"]), + ("Prusuit", &["pursuit"]), + ("Thinkg", &["think", "thing", "things"]), + ("Transferrs", &["transfers"]), + ("Enmum", &["enum"]), + ("Duplaction", &["duplication"]), + ("Intiailised", &["initialised"]), + ("Implace", &["inplace"]), + ("Experesions", &["expressions"]), + ("Vegansim", &["veganism"]), + ("Demograhpic", &["demographic"]), + ("Delevopment", &["development"]), + ("Dublicate", &["duplicate"]), + ("Incorportaed", &["incorporated"]), + ("Presidenital", &["presidential"]), + ("Cavren", &["cavern"]), + ("Staatus", &["status"]), + ("Kronicled", &["chronicled"]), + ("Warrantly", &["warranty"]), + ("Detorit", &["detroit"]), + ("Soverignity", &["sovereignty"]), + ("Formattring", &["formatting"]), + ("Rror", &["error"]), + ("Resrouced", &["resourced"]), + ("Appared", &["appeared"]), + ("Methodoly", &["methodology"]), + ("Intialze", &["initialize"]), + ("Infrequantcy", &["infrequency"]), + ("Boardcasts", &["broadcasts"]), + ("Privilige", &["privilege"]), + ("Anedoctally", &["anecdotally"]), + ("Disciplinas", &["disciplines"]), + ("Overwitten", &["overwritten"]), + ("Asyncronously", &["asynchronously"]), + ("Arrangents", &["arrangements"]), + ("Circulationg", &["circulating"]), + ("Fomates", &["formats"]), + ("Coordinatior", &["coordinator"]), + ("Circuis", &["circuits"]), + ("Sceond", &["second"]), + ("Wellignton", &["wellington"]), + ("Operatng", &["operating"]), + ("Goosebums", &["goosebumps"]), + ("Oversubscibe", &["oversubscribe"]), + ("Experses", &["expenses", "expresses"]), + ("Manufcaturers", &["manufactures"]), + ("Reciept", &["receipt"]), + ("Dypshoria", &["dysphoria"]), + ("Bounaries", &["boundaries"]), + ("Generaton", &["generation", "generator"]), + ("Narrativas", &["narratives"]), + ("Withouth", &["without"]), + ("Susseedes", &["secedes"]), + ("Heapdhone", &["headphone"]), + ("Ilness", &["illness"]), + ("Cintaner", &["container"]), + ("Origianl", &["original"]), + ("Acoording", &["according"]), + ("Amunt", &["amount"]), + ("Stroage", &["storage"]), + ("Jaguras", &["jaguars"]), + ("Exclusiev", &["exclusive"]), + ("Perdictive", &["predictive"]), + ("Volatillity", &["volatility"]), + ("Modesl", &["models"]), + ("Ubiquitious", &["ubiquitous"]), + ("Solgered", &["soldiered"]), + ("Condmened", &["condemned"]), + ("Sacalars", &["scalars"]), + ("Uncommpresion", &["uncompression"]), + ("Semnatics", &["semantics"]), + ("Aas", &["as", "ass"]), + ("Internatioanl", &["international"]), + ("Manement", &["management"]), + ("Metorpolitan", &["metropolitan"]), + ("Whheel", &["wheel"]), + ("Nationalistc", &["nationalistic"]), + ("Assotiated", &["associated"]), + ("Secretley", &["secretly"]), + ("Varieity", &["variety"]), + ("Ignorts", &["ignores"]), + ("Transitiosn", &["transitions"]), + ("Invulenrable", &["invulnerable"]), + ("Ancapsulation", &["encapsulation"]), + ("Confrontaion", &["confrontation"]), + ("Paschurises", &["pasteurises"]), + ("Mexicanese", &["mexicans"]), + ("Texturers", &["textures"]), + ("Delightlful", &["delightful"]), + ("Derevatives", &["derivatives"]), + ("Impementaion", &["implementation"]), + ("Dominanted", &["dominated"]), + ("Flakeness", &["flakiness"]), + ("Rplace", &["replace"]), + ("Separetely", &["separately"]), + ("Intersteller", &["interstellar"]), + ("Subscritptions", &["subscriptions"]), + ("Spartanops", &["spartans"]), + ("Sproutes", &["sprouts"]), + ("Raelism", &["realism"]), + ("Architechturally", &["architecturally"]), + ("Perpitrated", &["perpetrated"]), + ("Discourrage", &["discourage"]), + ("Compensare", &["compensate"]), + ("Continut", &["continuity"]), + ("Hiarchy", &["hierarchy"]), + ("Overreaktion", &["overreaction"]), + ("Devirutalization", &["devirtualization"]), + ("Immobilzed", &["immobile"]), + ("Scrambeld", &["scrambled"]), + ("Investige", &["investigate"]), + ("Seachkey", &["searchkey"]), + ("Langugae", &["language"]), + ("Subnegotaition", &["subnegotiation"]), + ("Enuf", &["enough"]), + ("Kwno", &["know"]), + ("Pithcers", &["pitchers"]), + ("Experimdnters", &["experimenters"]), + ("Rinosaruss", &["rhinoceroses"]), + ("Recusive", &["recursive", "reclusive"]), + ("Booundaries", &["boundaries"]), + ("Hailfax", &["halifax"]), + ("Quesitonable", &["questionable"]), + ("Hiarchically", &["hierarchically"]), + ("Uncomftorable", &["uncomfortable"]), + ("Erroneusly", &["erroneously"]), + ("Constitutents", &["constitutes", "constituents"]), + ("Preinitalization", &["preinitialization"]), + ("Inevitibly", &["inevitably"]), + ("Countoring", &["countering"]), + ("Ocne", &["once"]), + ("Exhcuasted", &["exhausted"]), + ("Cheronbyl", &["chernobyl"]), + ("Enbaling", &["enabling"]), + ("Equipmentd", &["equipment"]), + ("Mintored", &["mentored", "monitored"]), + ("Clicnial", &["clinical"]), + ("Evalutaeing", &["evaluating"]), + ("Visuabizes", &["visualizes"]), + ("Maintians", &["maintains"]), + ("Constaint", &["constraint"]), + ("Cessationalism", &["sensationalism"]), + ("Rennovating", &["renovating"]), + ("Situatuions", &["situations"]), + ("Speficiic", &["specific"]), + ("Enhanchements", &["enhancements"]), + ("Aboslute", &["absolute"]), + ("Monolythic", &["monolithic"]), + ("Fomatted", &["formatted"]), + ("Sitmuli", &["stimuli"]), + ("Oylmpics", &["olympics"]), + ("Intructions", &["instructions"]), + ("Quicky", &["quickie", "quickly"]), + ("Dipslay", &["display"]), + ("Bariier", &["barrier"]), + ("Decocding", &["decoding"]), + ("Legnthy", &["lengthy"]), + ("Iniitialized", &["initialized"]), + ("Superios", &["superiors", "superior"]), + ("Elipse", &["ellipse", "eclipse"]), + ("Tresholds", &["thresholds"]), + ("Macors", &["macros"]), + ("Literatire", &["literate"]), + ("Popularaty", &["popularity"]), + ("Worl", &["world"]), + ("Capter", &["captor"]), + ("Resevation", &["reservation"]), + ("Inapporpriate", &["inappropriate"]), + ("Embarras", &["embarrass"]), + ("Catstrophe", &["catastrophe"]), + ("Enbale", &["enable"]), + ("Sacrafices", &["sacrifices"]), + ("Asdignment", &["assignment"]), + ("Deficienct", &["deficient"]), + ("Funrel", &["funeral"]), + ("Distribtions", &["distributions"]), + ("Astarisk", &["asterisk"]), + ("Otehr", &["other"]), + ("Encrpytion", &["encryption"]), + ("Durabiltiy", &["durability"]), + ("Tolernce", &["tolerance"]), + ("Juggernuat", &["juggernaut"]), + ("Ionde", &["inode"]), + ("Relaged", &["related"]), + ("Believr", &["believer"]), + ("Ordert", &["ordered"]), + ("Arlready", &["already"]), + ("Variuos", &["various"]), + ("Commpand", &["command", "compand"]), + ("Steping", &["stepping"]), + ("Iland", &["island"]), + ("Disposses", &["disposes", "dispossess"]), + ("Transparenty", &["transparency"]), + ("Recommendes", &["recommends"]), + ("Perpretators", &["perpetrators"]), + ("Offser", &["offset"]), + ("Whitspaces", &["whitespace"]), + ("Informable", &["informal"]), + ("Refure", &["refuse"]), + ("Electorial", &["electoral"]), + ("Momentarilly", &["momentarily"]), + ("Ninimally", &["minimally"]), + ("Propertly", &["property", "properly"]), + ("Experiening", &["experiencing"]), + ("Experimntel", &["experimental"]), + ("Ofsset", &["offset"]), + ("Wraappers", &["wrappers"]), + ("Minuts", &["minutes"]), + ("Slanguage", &["language"]), + ("Investagate", &["investigate"]), + ("Handshales", &["handshakes"]), + ("Courtesey", &["courtesy"]), + ("Renegotatied", &["renegotiated"]), + ("Lowcase", &["lowercase"]), + ("Expexctedly", &["expectedly"]), + ("Broadcat", &["broadcasts", "broadcast"]), + ("Alogirhtms", &["algorithms"]), + ("Troubeshooter", &["troubleshooter"]), + ("Paragragh", &["paragraph"]), + ("Randonmess", &["randomness"]), + ("Miticating", &["mitigating"]), + ("Inded", &["indeed", "index"]), + ("Deduplacated", &["deduplicated"]), + ("Konstant", &["constant"]), + ("Reimplment", &["reimplement"]), + ("Intersparsed", &["interspersed"]), + ("Storytellling", &["storytelling"]), + ("Irresponcible", &["irresponsible"]), + ("Extermal", &["external", "extremal"]), + ("Conchance", &["conscience"]), + ("Asscoaied", &["associated"]), + ("Calculaution", &["calculation"]), + ("Delibirately", &["deliberately"]), + ("Symptumaticlly", &["symptomatically"]), + ("Persews", &["pursues"]), + ("Unweildy", &["unwieldy"]), + ("Convienance", &["convenience"]), + ("Peiece", &["piece"]), + ("Cigarrett", &["cigarette"]), + ("Evalueated", &["evaluated"]), + ("Debudgging", &["debugging"]), + ("Techtician", &["technician"]), + ("Movesped", &["movespeed"]), + ("Leeg", &["league"]), + ("Alignmment", &["alignment"]), + ("Abl", &["able"]), + ("Perpendiculaires", &["perpendicular"]), + ("Sublass", &["subclass"]), + ("Usind", &["using"]), + ("Massachusents", &["massachusetts"]), + ("Misunderstunding", &["misunderstandings"]), + ("Instructer", &["instructor"]), + ("Provicded", &["provided"]), + ("Authenitcates", &["authenticates"]), + ("Intenst", &["intents"]), + ("Canonicied", &["canonified"]), + ("Collony", &["colony"]), + ("Workbenchch", &["workbench"]), + ("Extentions", &["extensions"]), + ("Revolutioners", &["revolutions"]), + ("Disclipined", &["disciplined"]), + ("Frementation", &["fermentation"]), + ("Illumunati", &["illuminati"]), + ("Protestas", &["protests"]), + ("Charsimatic", &["charismatic"]), + ("Exceedinly", &["exceedingly"]), + ("Uncousciously", &["unconsciously"]), + ("Arthimetic", &["arithmetic"]), + ("Ocassional", &["occasional"]), + ("Disagreeed", &["disagreed"]), + ("Subtelty", &["subtlety"]), + ("Constructtors", &["constructors"]), + ("Encordes", &["encodes", "encores"]), + ("Aso", &["also"]), + ("Assignement", &["assignment"]), + ("Clpboard", &["clipboard"]), + ("Compromisses", &["compromises"]), + ("Reconstrcution", &["reconstruction"]), + ("Periphirals", &["peripherals"]), + ("Subseqent", &["subsequent"]), + ("Requres", &["requires"]), + ("Coppied", &["copied"]), + ("Speciliazed", &["specialize"]), + ("Desperatly", &["desperately"]), + ("Spefiications", &["specifications"]), + ("Acknoledgments", &["acknowledgments"]), + ("Abilites", &["abilities"]), + ("Usefl", &["useful"]), + ("Promsicuous", &["promiscuous"]), + ("Experiemnts", &["experiments"]), + ("Correspondig", &["corresponding"]), + ("Numnber", &["number"]), + ("Obejction", &["objection"]), + ("Peole", &["people"]), + ("Neigher", &["neither"]), + ("Officeal", &["official"]), + ("Connetced", &["connected"]), + ("Possibel", &["possible"]), + ("Fromt", &["from", "front"]), + ("Manupilated", &["manipulated"]), + ("Uesful", &["useful"]), + ("Symbo", &["symbol"]), + ("Veryifies", &["verifies"]), + ("Daimond", &["diamond"]), + ("Weigths", &["weights"]), + ("Technicial", &["technical"]), + ("Itnerpreted", &["interpreted"]), + ("Smouthness", &["smoothness"]), + ("Unportected", &["unprotected"]), + ("Unrealible", &["unreliable"]), + ("Arrivial", &["arrival"]), + ("Differentiatiations", &["differentiations"]), + ("Independant", &["independent"]), + ("Publising", &["publishing"]), + ("Optimizible", &["optimizable"]), + ("Canye", &["canaille"]), + ("Sabatoshed", &["sabotaged"]), + ("Cornels", &["colonels"]), + ("Silhouetes", &["silhouettes"]), + ("Ocupied", &["occupied"]), + ("Typographc", &["typographic"]), + ("Initialzed", &["initialized"]), + ("Significanlty", &["significantly"]), + ("Operattion", &["operation"]), + ("Philospohers", &["philosophers"]), + ("Fhurter", &["further"]), + ("Cofirmations", &["confirmations"]), + ("Decreace", &["decrease"]), + ("Mangeld", &["mangled"]), + ("Buttoms", &["buttons", "bottom"]), + ("Straightmen", &["straighten"]), + ("Apender", &["appender"]), + ("Coordines", &["coordinates"]), + ("Importd", &["imported"]), + ("Collecties", &["collects"]), + ("Stuggles", &["struggles"]), + ("Midevil", &["medieval"]), + ("Delimiation", &["delimitation"]), + ("Outweight", &["outweigh"]), + ("Organizate", &["organize"]), + ("Nenviroment", &["environment"]), + ("Collegues", &["colleagues"]), + ("Sucesssful", &["successful"]), + ("Dogding", &["dodging"]), + ("Widhtpoints", &["widthpoints"]), + ("Speficiallations", &["specifications"]), + ("Compassione", &["compassionate"]), + ("Voluntarilly", &["voluntarily"]), + ("Defensivley", &["defensively"]), + ("Intstructional", &["instructional"]), + ("Nagatively", &["negatively"]), + ("Nunbers", &["numbers"]), + ("Frustradet", &["frustrates"]), + ("Coerse", &["coerce"]), + ("Covriance", &["covariance"]), + ("Impresison", &["impressions"]), + ("Experementally", &["experimentally"]), + ("Prostituiton", &["prostitution"]), + ("Indepdendetly", &["independently"]), + ("Swaped", &["swapped"]), + ("Explict", &["explicit"]), + ("Avancing", &["advancing"]), + ("Specificfation", &["specification"]), + ("Reminisent", &["reminiscent"]), + ("Postiion", &["position"]), + ("Protoganist", &["protagonist"]), + ("Hesistating", &["hesitating"]), + ("Intermediete", &["intermediate"]), + ("Sentienl", &["sentinel"]), + ("Girafes", &["giraffes"]), + ("Rehersal", &["rehearsal"]), + ("Situtaion", &["situation"]), + ("Dobule", &["double"]), + ("Dynmics", &["dynamics"]), + ("Appedn", &["append"]), + ("Excepional", &["exceptional"]), + ("Origininated", &["originated"]), + ("Plaestine", &["palestine"]), + ("Privilegier", &["privilege"]), + ("Engagaments", &["engagements"]), + ("Symboles", &["symbols"]), + ("Initializate", &["initialize"]), + ("Receivd", &["received"]), + ("Accelerato", &["acceleration"]), + ("Errenous", &["erroneous"]), + ("Suttling", &["shuttling"]), + ("Intermettent", &["intermittent"]), + ("Shephered", &["shepherd"]), + ("Struture", &["structure"]), + ("Folowiwng", &["following"]), + ("Pysched", &["psyched"]), + ("Gautnlet", &["gauntlet"]), + ("Overcompansate", &["overcompensate"]), + ("Tocksen", &["toxin"]), + ("Appealling", &["appealing", "appalling"]), + ("Murderd", &["murdered"]), + ("Musel", &["muscle", "mussel"]), + ("Deccelerating", &["decelerating"]), + ("Kommas", &["comas", "commas"]), + ("Inlcusion", &["inclusion"]), + ("Reflecto", &["reflection"]), + ("Accordign", &["according"]), + ("Assimliate", &["assimilate"]), + ("Statefull", &["stateful"]), + ("Emmisary", &["emissary"]), + ("Assassines", &["assassins"]), + ("Avances", &["advances"]), + ("Laer", &["later", "layer"]), + ("Redundat", &["redundant"]), + ("Algoritm", &["algorithm"]), + ("Unsucccessul", &["unsuccessful"]), + ("Lackrimosity", &["lachrymosity"]), + ("Microcontrolers", &["microcontrollers"]), + ("Unreconized", &["unrecognized"]), + ("Underwieght", &["underweight"]), + ("Corrsponing", &["corresponding"]), + ("Positons", &["positions", "positrons"]), + ("Discontigous", &["discontiguous"]), + ("Oposition", &["opposition"]), + ("Industiral", &["industrial"]), + ("Tjhe", &["the"]), + ("Observabe", &["observable"]), + ("Coordiniates", &["coordinates"]), + ("Renegosiator", &["renegotiator"]), + ("Actial", &["actual"]), + ("Ingnored", &["ignored"]), + ("Customns", &["customs"]), + ("Handeler", &["handler"]), + ("Examininig", &["examining"]), + ("Tortillla", &["tortilla"]), + ("Definitavely", &["definitively"]), + ("Definifiton", &["definition"]), + ("Checkng", &["checking"]), + ("Regisry", &["registry"]), + ("Trasposed", &["transposed"]), + ("Propsective", &["prospective"]), + ("Partcular", &["particular"]), + ("Manufacutred", &["manufacture"]), + ("Buil", &["build", "built"]), + ("Acendence", &["ascendence"]), + ("Reinstatiates", &["reinstantiates"]), + ("Commpile", &["compile"]), + ("Hagases", &["haggises"]), + ("Apppropriate", &["appropriate"]), + ("Derefrence", &["dereference"]), + ("Currenices", &["currencies"]), + ("Skwalk", &["squawk"]), + ("Eyars", &["years", "eyas"]), + ("Imlements", &["implements"]), + ("Undoctrinated", &["indoctrinated"]), + ("Vaildated", &["validated"]), + ("Orcestra", &["orchestra"]), + ("Shanged", &["changed", "shanked"]), + ("Inpeach", &["impeach"]), + ("Revoultionary", &["revolutionary"]), + ("Condem", &["condemn"]), + ("Cabinettas", &["cabinets"]), + ("Skooling", &["schooling"]), + ("Antidepresssants", &["antidepressants"]), + ("Colllection", &["collection"]), + ("Tweeked", &["tweaked"]), + ("Quinessential", &["quintessential"]), + ("Documentry", &["documentary"]), + ("Visibile", &["visible"]), + ("Charcaol", &["charcoal"]), + ("Authenenticates", &["authenticates"]), + ("Protential", &["potential"]), + ("Cannonicalize", &["canonicalize"]), + ("Thumnails", &["thumbnails"]), + ("Endiannes", &["endianness"]), + ("Satifsy", &["satisfy"]), + ("Documenets", &["documents"]), + ("Staticaly", &["statically"]), + ("Environemt", &["environment"]), + ("Fromats", &["formats"]), + ("Minamilist", &["minimalist"]), + ("Impelemnt", &["implement"]), + ("Descripters", &["descriptors"]), + ("Appearnace", &["appearances"]), + ("Snaphot", &["snapshot"]), + ("Beautiy", &["beauty"]), + ("Disucssions", &["discussions"]), + ("Reposonse", &["response"]), + ("Meading", &["meaning"]), + ("Algoorithm", &["algorithm"]), + ("Uniniteresting", &["uninteresting"]), + ("Esacpe", &["escape"]), + ("Squirel", &["squirtle", "squirrel"]), + ("Continging", &["containing"]), + ("Misisonary", &["missionary"]), + ("Verfifies", &["verifies"]), + ("Prejucide", &["prejudice"]), + ("Inappropreate", &["inappropriate"]), + ("Simgle", &["single"]), + ("Copehnagen", &["copenhagen"]), + ("Sculpter", &["sculpture", "sculptor"]), + ("Anaylses", &["analyses"]), + ("Ingegral", &["integral"]), + ("Depedent", &["dependent"]), + ("Minipulating", &["manipulating"]), + ("Eextracts", &["extracts"]), + ("Concatentaion", &["concatenation"]), + ("Failture", &["failure"]), + ("Insluts", &["insults"]), + ("Sponsered", &["sponsored"]), + ("Organsiing", &["organising"]), + ("Camouflague", &["camouflage"]), + ("Copyies", &["copies"]), + ("Champage", &["champagne"]), + ("Uncoding", &["encoding"]), + ("Abanden", &["abandon"]), + ("Resturctures", &["restructures"]), + ("Peirod", &["period"]), + ("Pentalty", &["penalty"]), + ("Sepulchrlly", &["sepulchrally"]), + ("Referene", &["referee", "reference"]), + ("Mebran", &["membrane"]), + ("Submition", &["submission"]), + ("Paltform", &["platform"]), + ("Experimenatally", &["experimentally"]), + ("Proably", &["probably"]), + ("Extremistas", &["extremists"]), + ("Catastrohpic", &["catastrophic"]), + ("Manetains", &["maintains"]), + ("Authenicators", &["authenticators"]), + ("Bnndler", &["bundler"]), + ("Commercie", &["commerce"]), + ("Speficiied", &["specified"]), + ("Notificatin", &["notification"]), + ("Repetetions", &["repetitions"]), + ("Amonsgt", &["amongst"]), + ("Algorthimically", &["algorithmically"]), + ("Squirte", &["squirtle"]), + ("Perfomenaces", &["performances"]), + ("Modesettting", &["modesetting"]), + ("Protcools", &["protocols"]), + ("Alghoritm", &["algorithm"]), + ("Censurship", &["censorship"]), + ("Suplied", &["supplied"]), + ("Purgable", &["purgeable"]), + ("Inted", &["inetd", "intend"]), + ("Gorillla", &["gorilla"]), + ("Redistirbuted", &["redistributed"]), + ("Utitlty", &["utility"]), + ("Caffeen", &["caffeine"]), + ("Lagacies", &["legacies"]), + ("Protraying", &["portraying"]), + ("Replacation", &["replication"]), + ("Folliwong", &["following"]), + ("Fraebuffer", &["framebuffer"]), + ("Incarnato", &["incarnation"]), + ("Ording", &["ordering"]), + ("Acitivities", &["activities"]), + ("Aproached", &["approached"]), + ("Imigration", &["emigration", "immigration"]), + ("Probablay", &["probably"]), + ("Retores", &["restores"]), + ("Futuristisch", &["futuristic"]), + ("Unsupportd", &["unsupported"]), + ("Reease", &["release"]), + ("Recpetionist", &["receptionist"]), + ("Stripted", &["scripted", "stripped"]), + ("Littl", &["little"]), + ("Palestininas", &["palestinians"]), + ("Concentrait", &["concentrate"]), + ("Preferantial", &["preferential"]), + ("Replacemnet", &["replacements"]), + ("Cilinder", &["cylinder"]), + ("Pharmaseudically", &["pharmaceutical"]), + ("Referrred", &["referred"]), + ("Selecte", &["selected", "select"]), + ("Buit", &["built"]), + ("Aggregatted", &["aggregated"]), + ("Libraties", &["libraries"]), + ("Monomophization", &["monomorphization"]), + ("Resurrektion", &["resurrection"]), + ("Perharps", &["perhaps"]), + ("Iniitalize", &["initialize"]), + ("Internt", &["internet"]), + ("Defensen", &["defenseman"]), + ("Dokced", &["docked"]), + ("Prohram", &["program"]), + ("Delfation", &["deflation"]), + ("Scripoting", &["scripting"]), + ("Lesbianus", &["lesbians"]), + ("Mistakently", &["mistakenly"]), + ("Commenciez", &["commence"]), + ("Executionner", &["executioner"]), + ("Animartions", &["animations"]), + ("Swithcover", &["switchover"]), + ("Amendmants", &["amendments"]), + ("Personalie", &["personalized"]), + ("Manafactured", &["manufactured"]), + ("Lightes", &["lighters"]), + ("Curren", &["current"]), + ("Filese", &["files"]), + ("Commpessed", &["compressed"]), + ("Playthroughers", &["playthroughs"]), + ("Maco", &["macro"]), + ("Concered", &["concede", "concerned"]), + ("Pascheurization", &["pasteurization"]), + ("Exracting", &["extracting"]), + ("Hemorage", &["hemorrhage"]), + ("Ramdomly", &["randomly"]), + ("Ejaculaton", &["ejaculation"]), + ("Scroolbar", &["scrollbar"]), + ("Proeceudre", &["procedure"]), + ("Contributos", &["contributors"]), + ("Withion", &["within"]), + ("Sepeartely", &["separately"]), + ("Dynamicdns", &["dynamics"]), + ("Securrely", &["securely"]), + ("Varables", &["variables"]), + ("Transcorded", &["transcoded"]), + ("Catestrophic", &["catastrophic"]), + ("Propected", &["projected", "prospected", "protected"]), + ("Commitmet", &["commitments"]), + ("Arguabley", &["arguably"]), + ("Virtuels", &["virtues"]), + ("Unspeficitied", &["unspecified"]), + ("Roiginal", &["original"]), + ("Thrreshold", &["threshold"]), + ("Affulent", &["affluent"]), + ("Cedentials", &["credentials"]), + ("Cleanleness", &["cleanliness"]), + ("Bugdets", &["budgets"]), + ("Exixts", &["exists", "exits"]), + ("Sylibol", &["syllable"]), + ("Destractions", &["distractions"]), + ("Experimdntel", &["experimental"]), + ("Dedidate", &["dedicate"]), + ("Prblem", &["problem"]), + ("Helicotpers", &["helicopters"]), + ("Zucheenei", &["zucchinis"]), + ("Tripticks", &["triptychs"]), + ("Supervisores", &["supervisors"]), + ("Cabnet", &["cabinet"]), + ("Decalaring", &["declaring"]), + ("Incompatiability", &["incompatibility"]), + ("Guarrentes", &["guarantees"]), + ("Initailisation", &["initialisation"]), + ("Traisivity", &["transivity"]), + ("Updgrades", &["upgrades"]), + ("Mediteranean", &["mediterranean"]), + ("Thay", &["they", "that"]), + ("Experimenal", &["experimental"]), + ("Bottonm", &["bottom"]), + ("Objectivily", &["objectivity"]), + ("Streamining", &["streaming"]), + ("Derefrencable", &["dereferenceable"]), + ("Navagating", &["navigating"]), + ("Cinematagraphy", &["cinematography"]), + ("Perfomramces", &["performances"]), + ("Egal", &["equal"]), + ("Accumlates", &["accumulates"]), + ("Polishs", &["polishes"]), + ("Grammer", &["grammar"]), + ("Desscribing", &["describing"]), + ("Proceess", &["process"]), + ("Inifite", &["infinite"]), + ("Bulletbroof", &["bulletproof"]), + ("Corresopnding", &["corresponding"]), + ("Docekr", &["docker"]), + ("Productie", &["productive"]), + ("Snodwen", &["snowden"]), + ("Sepecification", &["specification"]), + ("Precense", &["presence"]), + ("Compillers", &["compilers"]), + ("Direcory", &["directory"]), + ("Sattelite", &["satellite"]), + ("Sacrifaces", &["sacrifices"]), + ("Algorithemic", &["algorithmic"]), + ("Accoring", &["according", "occurring"]), + ("Reniassance", &["renaissance"]), + ("Ascneded", &["ascended"]), + ("Synchornization", &["synchronization"]), + ("Homeopahty", &["homeopathy"]), + ("Errros", &["errors"]), + ("Delpoyment", &["deployment"]), + ("Mentioed", &["mentioned"]), + ("Reconecting", &["reconnecting"]), + ("Regurlarly", &["regularly"]), + ("Triator", &["traitor"]), + ("Custoizer", &["customizer"]), + ("Accompanyed", &["accompanied"]), + ("Reporduction", &["reproduction"]), + ("Winnins", &["winnings"]), + ("Modfify", &["modify"]), + ("Spcaing", &["spacing"]), + ("Prority", &["priority"]), + ("Preimere", &["premiere"]), + ("Authentciators", &["authenticators"]), + ("Preductive", &["predictive"]), + ("Reoadmap", &["roadmap"]), + ("Religously", &["religiously"]), + ("Containa", &["contain"]), + ("Vaccinet", &["vaccinated"]), + ("Previousy", &["previously"]), + ("Assosiates", &["associates"]), + ("Outnumbed", &["outnumbered"]), + ("Widespred", &["widespread"]), + ("Cacoons", &["cocoons"]), + ("Compatabilty", &["compatibility"]), + ("Performa", &["performs"]), + ("Lithuaninan", &["lithuania"]), + ("Usng", &["using"]), + ("Mannar", &["manner"]), + ("Packaege", &["package"]), + ("Sufix", &["suffix"]), + ("Disapaiting", &["dissipating"]), + ("Aleays", &["always"]), + ("Plagairism", &["plagiarism"]), + ("Aligments", &["alignments"]), + ("Originaly", &["originally"]), + ("Choatic", &["chaotic"]), + ("Arranable", &["arrangeable"]), + ("Consifered", &["considered"]), + ("Soparnos", &["sopranos"]), + ("Sufficienntly", &["sufficiently"]), + ("Spritns", &["sprints"]), + ("Finge", &["finger", "fringe"]), + ("Outpupt", &["output"]), + ("Bofore", &["before"]), + ("Wraapping", &["wrapping"]), + ("Operration", &["operation"]), + ("Omaj", &["homage", "oman"]), + ("Facors", &["favors", "fakers"]), + ("Organicaly", &["organically"]), + ("Compairing", &["comparing"]), + ("Swaetshirt", &["sweatshirt"]), + ("Hiena", &["hyena"]), + ("Meaurement", &["measurement"]), + ("Spectarors", &["spectators"]), + ("Technition", &["technician"]), + ("Underestamate", &["underestimate"]), + ("Orpans", &["orphans"]), + ("Playright", &["playwright"]), + ("Allreight", &["alright"]), + ("Aluminimum", &["aluminium"]), + ("Unrepentent", &["unrepentant"]), + ("Comporession", &["compression"]), + ("Instruemnt", &["instrument"]), + ("Occupance", &["occupancy"]), + ("Resilence", &["resilience"]), + ("Acadmic", &["academic"]), + ("Absolte", &["absolute"]), + ("Dispensory", &["dispensary"]), + ("Toothbursh", &["toothbrush"]), + ("Segegrated", &["segregated"]), + ("Spefiifation", &["specification"]), + ("Backrgound", &["backgrounds", "background"]), + ("Outsoursing", &["outsourcing"]), + ("Configire", &["configure"]), + ("Accoringly", &["accordingly"]), + ("Symmtery", &["symmetry"]), + ("Astethics", &["aesthetics"]), + ("Admissability", &["admissibility"]), + ("Certificationkits", &["certifications"]), + ("Earilest", &["earliest"]), + ("Storelines", &["storylines"]), + ("Accrording", &["according"]), + ("Experimed", &["experimented"]), + ("Conenction", &["connection"]), + ("Aposthrophe", &["apostrophe"]), + ("Connecetd", &["connected"]), + ("Controlelr", &["controllers"]), + ("Skirmiches", &["skirmish"]), + ("Diffussion", &["diffusion"]), + ("Hannging", &["hanging"]), + ("Filesytem", &["filesystem"]), + ("Capible", &["capable"]), + ("Airfow", &["airflow"]), + ("Bakups", &["backups"]), + ("Meethods", &["methods"]), + ("Tigthen", &["tighten"]), + ("Rapsadies", &["rhapsodies"]), + ("Amacingly", &["amazingly"]), + ("Cheeseus", &["cheeses"]), + ("Beginng", &["beginning"]), + ("Indentin", &["indent"]), + ("Hearthsone", &["hearthstone"]), + ("Eescription", &["description"]), + ("Curently", &["currently"]), + ("Equivqlent", &["equivalent"]), + ("Transpatrently", &["transparently"]), + ("Clitorious", &["clitoris"]), + ("Parilament", &["parliament"]), + ("Asynchroneously", &["asynchronously"]), + ("Allcoation", &["allocation"]), + ("Defniately", &["definitely"]), + ("Transparancy", &["transparency"]), + ("Impossiblely", &["impossibly"]), + ("Mediocry", &["mediocrity"]), + ("Definad", &["defined"]), + ("Custums", &["customs"]), + ("Vassalls", &["vassals"]), + ("Dereferances", &["dereferences"]), + ("Sceme", &["scheme", "scene"]), + ("Phisically", &["physically"]), + ("Flusing", &["flushing"]), + ("Fallign", &["falling"]), + ("Disassebled", &["disassembled"]), + ("Iserting", &["inserting"]), + ("Meetin", &["meeting"]), + ("Trackes", &["trackers"]), + ("Warnigs", &["warnings"]), + ("Consultate", &["consultant"]), + ("Amgles", &["angles"]), + ("Polyedral", &["polyhedral"]), + ("Paculier", &["peculiar"]), + ("Meda", &["medal", "media", "meta"]), + ("Segmens", &["segment", "segments"]), + ("Scatcher", &["catcher", "scratcher", "sketcher"]), + ("Prioritities", &["priorities"]), + ("Attachd", &["attached"]), + ("Legenderies", &["legendaries"]), + ("Democract", &["democrat"]), + ("Compiing", &["compiling"]), + ("Iverse", &["diverse", "inverse"]), + ("Converstions", &["conversions", "conversations"]), + ("Intriuged", &["intrigued"]), + ("Descrepancy", &["discrepancy"]), + ("Opitons", &["options"]), + ("Thermometor", &["thermometer"]), + ("Readble", &["readable"]), + ("Dequeing", &["dequeuing"]), + ("Perihperals", &["peripherals"]), + ("Actul", &["actual"]), + ("Swtichable", &["switchable"]), + ("Trogloditic", &["troglodytic"]), + ("Definietly", &["definitely"]), + ("Distractiv", &["district"]), + ("Apostraphe", &["apostrophe"]), + ("Precurser", &["precursor"]), + ("Thirites", &["thirties"]), + ("Righteos", &["righteous"]), + ("Limtit", &["limit"]), + ("Coninuity", &["continuity"]), + ("Opeatror", &["operator"]), + ("Equivalnet", &["equivalents"]), + ("Rsicv", &["riscv"]), + ("Registrato", &["registration"]), + ("Hispters", &["hipsters"]), + ("Convenit", &["convenient"]), + ("Ocuntry", &["country"]), + ("Trandional", &["traditional"]), + ("Conrrupt", &["corrupt"]), + ("Proceesor", &["processor"]), + ("Timzezone", &["timezone"]), + ("Agrigultural", &["agricultural"]), + ("Degeneraged", &["degenerated"]), + ("Releation", &["relation"]), + ("Signifiy", &["signify"]), + ("Jepoardy", &["jeopardy"]), + ("Surpises", &["surprises"]), + ("Arranment", &["arrangement"]), + ("Desigern", &["designer"]), + ("Coloumn", &["column"]), + ("Vizualised", &["visualised"]), + ("Cylcops", &["cyclops"]), + ("Ovserve", &["observe"]), + ("Scarificed", &["sacrificed"]), + ("Complexers", &["complexes"]), + ("Immigrantes", &["immigrants"]), + ("Wendsday", &["wednesday"]), + ("Organizaed", &["organize"]), + ("Shrinked", &["shrunk", "shrank"]), + ("Accomadation", &["accommodation"]), + ("Diretcx", &["directx"]), + ("Permitions", &["permissions"]), + ("Attributess", &["attributes"]), + ("Persepectives", &["perspectives"]), + ("Confunction", &["conjunction"]), + ("Unshfited", &["unshifted"]), + ("Abstactness", &["abstractness"]), + ("Transmitts", &["transmits"]), + ("Inconvinence", &["inconvenience"]), + ("Ddoging", &["dodging"]), + ("Callacks", &["callbacks"]), + ("Instersection", &["intersection"]), + ("Cleeshey", &["cliché"]), + ("Connecticon", &["connection"]), + ("Assmelber", &["assembler"]), + ("Intefere", &["interfere"]), + ("Noptifying", &["notifying"]), + ("Vacinate", &["vaccinate"]), + ("Speficy", &["specify"]), + ("Oragnes", &["oranges"]), + ("Stirngs", &["strings"]), + ("Correograph", &["choreograph"]), + ("Accelerte", &["accelerate"]), + ("Sementics", &["semantics"]), + ("Reproductible", &["reproducible"]), + ("Pairokeal", &["parochial"]), + ("Memwoir", &["memoir"]), + ("Electrican", &["electrician"]), + ("Initiliases", &["initialises"]), + ("Consideras", &["considers"]), + ("Excepion", &["exception"]), + ("Vitenamese", &["vietnamese"]), + ("Repertwars", &["repertoires"]), + ("Debuggin", &["debugging"]), + ("Arrengements", &["arrangements"]), + ("Negoatiations", &["negotiations"]), + ("Intereferences", &["interferences"]), + ("Charactar", &["character"]), + ("Dungeoun", &["dungeon"]), + ("Brianwashed", &["brainwashed"]), + ("Substitition", &["substitution"]), + ("Intristically", &["intrinsically"]), + ("Cavlary", &["cavalry"]), + ("Acquries", &["acquires", "equerries"]), + ("Sycn", &["sync"]), + ("Cconfiguration", &["configuration"]), + ("Problaems", &["problems"]), + ("Prerequsite", &["prerequisite"]), + ("Avaialbel", &["available"]), + ("Drummless", &["drumless"]), + ("Disconeccted", &["disconnected"]), + ("Segemented", &["segmented"]), + ("Garbagge", &["garbage"]), + ("Spammeur", &["spammer"]), + ("Inculdes", &["includes"]), + ("Berfore", &["before"]), + ("Bloking", &["blocking"]), + ("Fantasticaly", &["fantastically"]), + ("Vehcile", &["vehicle"]), + ("Varialble", &["variable"]), + ("Transisitioning", &["transitioning"]), + ("Infograhic", &["infographic"]), + ("Distrbute", &["distribute"]), + ("Debudgger", &["debugger"]), + ("Backounds", &["backgrounds"]), + ("Disadventages", &["disadvantages"]), + ("Nuber", &["number"]), + ("Disassemlby", &["disassembly"]), + ("Fascistisk", &["fascists"]), + ("Maintainence", &["maintenance"]), + ("Executabable", &["executable"]), + ("Ongly", &["only"]), + ("Parentheesis", &["parenthesis"]), + ("Privilaged", &["privileged"]), + ("Excecuting", &["executing"]), + ("Spcaes", &["spaces"]), + ("Tounreys", &["tourneys"]), + ("Reflets", &["reflects"]), + ("Jhondoe", &["johndoe"]), + ("Allk", &["all"]), + ("Crowsourced", &["crowdsourced"]), + ("Forece", &["force"]), + ("Inocence", &["innocence"]), + ("Ploarized", &["polarized"]), + ("Coloringh", &["coloring"]), + ("Corrisponded", &["corresponded"]), + ("Reserach", &["research"]), + ("Modift", &["modify"]), + ("Coments", &["comments"]), + ("Graphcially", &["graphically"]), + ("Memwar", &["memoir"]), + ("Tocuhdown", &["touchdown"]), + ("Innacurately", &["inaccurately"]), + ("Repentence", &["repentance"]), + ("Wezzal", &["weasel"]), + ("Actualyl", &["actually"]), + ("Appontment", &["appointment"]), + ("Applicatons", &["applications"]), + ("Temptatation", &["temptation"]), + ("Capitalizating", &["capitalization"]), + ("Generilise", &["generalise"]), + ("Marganilize", &["marginalized"]), + ("Quanitze", &["quantize"]), + ("Triptishs", &["triptychs"]), + ("Satement", &["statement"]), + ("Automaticly", &["automatically"]), + ("Astronomia", &["astronomical"]), + ("Acquiantances", &["acquaintances"]), + ("Attribure", &["attribute"]), + ("Distustingly", &["disgustingly"]), + ("Feminisim", &["feminism"]), + ("Fogets", &["forgets"]), + ("Exicting", &["exciting"]), + ("Probalibity", &["probability"]), + ("Negotitates", &["negotiates"]), + ("Flanethrower", &["flamethrower"]), + ("Formitable", &["formidable"]), + ("Apolegetic", &["apologetic"]), + ("Coefficiens", &["coefficients"]), + ("Ovride", &["override"]), + ("Interracts", &["interacts"]), + ("Stationair", &["stationary"]), + ("Attachged", &["attached"]), + ("Cleened", &["cleaned"]), + ("Tranposed", &["transposed"]), + ("Cofig", &["config"]), + ("Calcualtor", &["calculator"]), + ("Guidline", &["guideline"]), + ("Athiets", &["atheist"]), + ("Coalacence", &["coalescence"]), + ("Corrseponding", &["corresponding"]), + ("Isntance", &["instance"]), + ("Esccape", &["escape"]), + ("Ocmpared", &["compared"]), + ("Commissionar", &["commissioner"]), + ("Singoolarly", &["singularly"]), + ("Finace", &["finance"]), + ("Cursade", &["crusade"]), + ("Aproched", &["approached"]), + ("Paraiste", &["parasite"]), + ("Psychopatic", &["psychopathic"]), + ("Negativitiy", &["negativity"]), + ("Justificstion", &["justifications"]), + ("Firther", &["further"]), + ("Experimentait", &["experiment"]), + ("Modfiable", &["modifiable"]), + ("Interpolatation", &["interpolation"]), + ("Bouyant", &["buoyant"]), + ("Extraoridnary", &["extraordinary"]), + ("Frequeny", &["frequency", "frequently", "frequent"]), + ("Morbildy", &["morbidly"]), + ("Bulletpoof", &["bulletproof"]), + ("Promethesus", &["prometheus"]), + ("Thhe", &["the"]), + ("Miscommunicatie", &["miscommunication"]), + ("Handshage", &["handshake"]), + ("Riminices", &["reminisces"]), + ("Ueses", &["uses"]), + ("Contracter", &["contractor"]), + ("Unappropriate", &["inappropriate"]), + ("Agreemnt", &["agreement"]), + ("Currennt", &["current"]), + ("Evloved", &["evolved"]), + ("Synthesesia", &["synthesis"]), + ("Cyrstal", &["crystal"]), + ("Alligning", &["aligning"]), + ("Expectd", &["expected"]), + ("Missigno", &["mission"]), + ("Silouhettes", &["silhouettes"]), + ("Interbread", &["interbreed", "interbred"]), + ("Frisday", &["friday"]), + ("Archetectural", &["architectural"]), + ("Restricing", &["restricting"]), + ("Troglodites", &["troglodytes"]), + ("Remasterred", &["remastered"]), + ("Poluting", &["polluting"]), + ("Boudary", &["boundary"]), + ("Aribiter", &["arbiter"]), + ("Ciper", &["cipher"]), + ("Greande", &["grenade"]), + ("Desitions", &["decisions"]), + ("Spawing", &["spawning"]), + ("Chunaks", &["chunks"]), + ("Immersie", &["immerse"]), + ("Studois", &["studios"]), + ("Approximat", &["approximate"]), + ("Strians", &["strains"]), + ("Remaning", &["remaining"]), + ("Distorsional", &["distortional"]), + ("Conntents", &["contents"]), + ("Yaerly", &["yearly"]), + ("Impuner", &["impugner"]), + ("Generilised", &["generalised"]), + ("Acommodate", &["accommodate"]), + ("Doygen", &["doxygen"]), + ("Degister", &["deregister"]), + ("Circumferencial", &["circumferential"]), + ("Beliveing", &["believing"]), + ("Namaes", &["names"]), + ("Periphreals", &["peripherals"]), + ("Enalbes", &["enables"]), + ("Determenistic", &["deterministic"]), + ("Amplifly", &["amplify"]), + ("Misscounted", &["miscounted"]), + ("Uncomfortabley", &["uncomfortably"]), + ("Archtiectures", &["architectures"]), + ("Elminate", &["eliminate"]), + ("Relatd", &["related"]), + ("Tolerences", &["tolerances"]), + ("Temporry", &["temporary"]), + ("Availibity", &["availability"]), + ("Alhabet", &["alphabet"]), + ("Locaiton", &["location"]), + ("Spruious", &["spurious"]), + ("Rigths", &["rights"]), + ("Gurrantee", &["guarantee"]), + ("Bureaucrates", &["bureaucrats"]), + ("Infiltartor", &["infiltrator"]), + ("Conveter", &["converter"]), + ("Nightlty", &["nightly"]), + ("Costructions", &["constructions"]), + ("Obejctives", &["objectives"]), + ("Verical", &["vertical"]), + ("Exchangees", &["exchanges"]), + ("Rised", &["raised", "rose"]), + ("Beginnin", &["beginning"]), + ("Alloctions", &["allocations"]), + ("Modifx", &["modify"]), + ("Ostridges", &["ostriches"]), + ("Felxibility", &["flexibility"]), + ("Transciver", &["transceiver"]), + ("Expectred", &["expected"]), + ("Unexpeected", &["unexpected"]), + ("Expanshions", &["expansions"]), + ("Htink", &["think"]), + ("Fimilies", &["families"]), + ("Photograhper", &["photographer"]), + ("Seelected", &["selected"]), + ("Reinitailize", &["reinitialize"]), + ("Pozitives", &["positives"]), + ("Aesy", &["easy"]), + ("Gauntlents", &["gauntlet"]), + ("Scence", &["scene", "science", "sense"]), + ("Napom", &["napalm"]), + ("Exceotions", &["exemptions"]), + ("Coolots", &["culottes"]), + ("Attemting", &["attempting"]), + ("Apoligized", &["apologized"]), + ("Icrease", &["increase"]), + ("Vishus", &["vicious"]), + ("Vertabray", &["vertebrae"]), + ("Detecions", &["detections"]), + ("Buttton", &["button"]), + ("Intimidade", &["intimidated"]), + ("Princible", &["principle"]), + ("Buidlings", &["buildings"]), + ("Solutide", &["solitude"]), + ("Instrumentaion", &["instrumentation"]), + ("Migrains", &["migraines"]), + ("Collaction", &["collection"]), + ("Genereating", &["generating"]), + ("Diminsh", &["diminish"]), + ("Instnatiations", &["instantiations"]), + ("Inables", &["enables"]), + ("Discracing", &["disgracing"]), + ("Futre", &["future"]), + ("Designato", &["designation"]), + ("Futur", &["future"]), + ("Deprectat", &["deprecate"]), + ("Spcifying", &["specifying"]), + ("Quantitites", &["quantities"]), + ("Intepretators", &["interpreters"]), + ("Processessing", &["processing"]), + ("Radiaoctive", &["radioactive"]), + ("Swatiska", &["swastika"]), + ("Sqared", &["squared"]), + ("Owerflow", &["overflow"]), + ("Championchips", &["championship"]), + ("Reactquire", &["reacquire"]), + ("Scheudling", &["scheduling"]), + ("Offcers", &["officers"]), + ("Febrary", &["february"]), + ("Tranfer", &["transfer"]), + ("Coordinador", &["coordinator"]), + ("Massewer", &["masseur"]), + ("Differrent", &["different"]), + ("Neighbers", &["neighbors"]), + ("Dfined", &["defined"]), + ("Intialisers", &["initialisers"]), + ("Surrundering", &["surrendering"]), + ("Repositary", &["repository"]), + ("Medicad", &["medicaid"]), + ("Hald", &["held", "half", "hall", "hold"]), + ("Finishs", &["finishes"]), + ("Chirstmas", &["christmas"]), + ("Identifictaion", &["identification"]), + ("Correcly", &["correctly"]), + ("Protcted", &["protected"]), + ("Anuled", &["annulled"]), + ("Virignity", &["virginity"]), + ("Remmebering", &["remembering"]), + ("Molestarme", &["molester"]), + ("Argumentents", &["arguments"]), + ("Specefies", &["specifies"]), + ("Granulatity", &["granularity"]), + ("Expantion", &["expansion"]), + ("Decompessor", &["decompressor"]), + ("Multifuction", &["multifunction"]), + ("Lenghth", &["length"]), + ("Valuie", &["value"]), + ("Dinominator", &["denominator"]), + ("Particularily", &["particularly"]), + ("Peacefullly", &["peacefully"]), + ("Constitutent", &["constituent"]), + ("Ignortig", &["ignoring"]), + ("Anoynimize", &["anonymize"]), + ("Complicatted", &["complicate"]), + ("Charactetrs", &["characters"]), + ("Moutned", &["mounted"]), + ("Motivatinal", &["motivational"]), + ("Mircoservices", &["microservices"]), + ("Convienent", &["convenient"]), + ("Countriy", &["country"]), + ("Profirler", &["profiler"]), + ("Interactios", &["interacts"]), + ("Dosclosed", &["disclosed"]), + ("Eddges", &["edges"]), + ("Surbuban", &["suburban"]), + ("Modfities", &["modifies"]), + ("Plagiarios", &["plagiarism"]), + ("Instramental", &["instrumental"]), + ("Inconciderate", &["inconsiderate"]), + ("Incementally", &["incrementally"]), + ("Dermine", &["determine"]), + ("Tortila", &["tortilla"]), + ("Basiclly", &["basically"]), + ("Wholeheartedy", &["wholeheartedly"]), + ("Physisions", &["physicians"]), + ("Teleporation", &["teleportation"]), + ("Cylindical", &["cylindrical"]), + ("Fortan", &["fortran"]), + ("Preesnt", &["present"]), + ("Vitrole", &["vitriol"]), + ("Sodders", &["solders"]), + ("Bounardies", &["boundaries"]), + ("Eazy", &["easy"]), + ("Belongning", &["belonging"]), + ("Plaguarism", &["plagiarism"]), + ("Prosocution", &["prosecution"]), + ("Avoud", &["avoid"]), + ("Addrerss", &["address"]), + ("Improvie", &["improvised"]), + ("Subfolfers", &["subfolders"]), + ("Moroever", &["moreover"]), + ("Blasphemey", &["blasphemy"]), + ("Prescirption", &["prescriptions"]), + ("Democracis", &["democracies"]), + ("Conseed", &["concede"]), + ("Fortitudine", &["fortitude"]), + ("Packkage", &["package"]), + ("Tempereature", &["temperature"]), + ("Notfy", &["notify"]), + ("Suces", &["success"]), + ("Dependendent", &["dependent"]), + ("Identicial", &["identical"]), + ("Involuntarely", &["involuntary"]), + ("Poped", &["popped", "pooped"]), + ("Dvided", &["divided"]), + ("Parias", &["pariahs", "parkas"]), + ("Widghet", &["widget"]), + ("Asnwerer", &["answerer"]), + ("Completily", &["complexity"]), + ("Understandebly", &["understandably"]), + ("Creationsits", &["creationists"]), + ("Punishible", &["punishable"]), + ("Simulaties", &["simulate"]), + ("Sweetheat", &["sweetheart"]), + ("Evironments", &["environments"]), + ("Constext", &["context"]), + ("Coefficeints", &["coefficients"]), + ("Infered", &["inferred"]), + ("Monagomy", &["monogamy"]), + ("Experinementel", &["experimental"]), + ("Avriable", &["variable"]), + ("Smackdwon", &["smackdown"]), + ("Scrtips", &["scripts"]), + ("Cuztomizations", &["customizations"]), + ("Priveliges", &["privileges"]), + ("Negatiotiators", &["negotiators"]), + ("Forcasts", &["forecasts"]), + ("Precomiled", &["precompiled"]), + ("Paraphraze", &["paraphrase"]), + ("Righ", &["right"]), + ("Acknoledged", &["acknowledged"]), + ("Contractin", &["contraction"]), + ("Dicovered", &["discovered"]), + ("Stutterring", &["stuttering"]), + ("Automatied", &["automate"]), + ("Blak", &["black", "blank"]), + ("Cofidence", &["confidence"]), + ("Supplamental", &["supplemental"]), + ("Nummeric", &["numeric"]), + ("Attched", &["attached"]), + ("Coalasing", &["coalescing"]), + ("Sterio", &["stereo"]), + ("Simplifiing", &["simplifying"]), + ("Imporing", &["importing"]), + ("Defalt", &["default"]), + ("Somethins", &["somethings"]), + ("Armonic", &["harmonic"]), + ("Newance", &["nuance"]), + ("Theorical", &["theoretical"]), + ("Normanday", &["normandy"]), + ("Opprotunity", &["opportunity"]), + ("Monitary", &["monetary"]), + ("Oreder", &["order"]), + ("Sqiurtle", &["squirtle"]), + ("Maneouvring", &["manoeuvring"]), + ("Unx", &["unix"]), + ("Physiciens", &["physicians"]), + ("Philippenis", &["philippines"]), + ("Straightfoward", &["straightforward"]), + ("Bracese", &["braces"]), + ("Checl", &["check"]), + ("Defishant", &["deficient"]), + ("Marinens", &["marines"]), + ("Horrenduous", &["horrendous"]), + ("Stanalone", &["standalone"]), + ("Senstive", &["sensitive"]), + ("Muh", &["much"]), + ("Unexpectidly", &["unexpectedly"]), + ("Leibnitz", &["leibniz"]), + ("Despenser", &["dispenser"]), + ("Dictatorhip", &["dictatorship"]), + ("Objump", &["objdump"]), + ("Arbitraion", &["arbitration"]), + ("Unkonwn", &["unknown"]), + ("Highes", &["highest", "highs"]), + ("Versatiliy", &["versatility"]), + ("Deactiviate", &["deactivate"]), + ("Otating", &["notating", "rotating"]), + ("Endores", &["endorse"]), + ("Buisnessman", &["businessman"]), + ("Melatonion", &["melatonin"]), + ("Fonctionality", &["functionality"]), + ("Confert", &["convert"]), + ("Punisse", &["punishes"]), + ("Simulteneous", &["simultaneous"]), + ("Tarrifs", &["tariffs"]), + ("Dicussing", &["discussing"]), + ("Cirticise", &["criticise"]), + ("Decidely", &["decidedly"]), + ("Avove", &["above"]), + ("Colects", &["collects"]), + ("Inventivos", &["inventions"]), + ("Streamm", &["stream"]), + ("Accomdation", &["accommodation"]), + ("Appreciae", &["appreciates"]), + ("Pickniced", &["picnicked"]), + ("Coeefficients", &["coefficients"]), + ("Instruccional", &["instructional"]), + ("Epsresso", &["espresso"]), + ("Ghostcript", &["ghostscript"]), + ("Rearrangning", &["rearranging"]), + ("Uncontrolablly", &["uncontrollably"]), + ("Voilations", &["violations"]), + ("Interationalism", &["internationalism"]), + ("Deplorabile", &["deplorable"]), + ("Procesess", &["processes"]), + ("Orkids", &["orchids"]), + ("Fileter", &["filter"]), + ("Sizor", &["scissor", "sizer"]), + ("Funchtionning", &["functioning"]), + ("Esimated", &["estimated"]), + ("Legalizare", &["legalize"]), + ("Clairfying", &["clarifying"]), + ("Extermist", &["extremist"]), + ("Underwright", &["underweight"]), + ("Exectutes", &["executes"]), + ("Stroy", &["story", "destroy"]), + ("Modiflers", &["modifiers"]), + ("Reperesent", &["represent"]), + ("Ukriane", &["ukraine"]), + ("Transormation", &["transformation"]), + ("Peripherial", &["peripheral"]), + ("Outrageuosly", &["outrageously"]), + ("Plcaeholders", &["placeholders"]), + ("Alterntives", &["alternatives"]), + ("Reccorded", &["recorded"]), + ("Templeting", &["templating"]), + ("Psychaitric", &["psychiatric"]), + ("Syles", &["styles"]), + ("Corperations", &["corporations"]), + ("Assymetries", &["asymmetries"]), + ("Structrues", &["structures"]), + ("Persepctives", &["perspectives"]), + ("Limitato", &["limitation"]), + ("Overclockig", &["overclocking"]), + ("Fundation", &["foundation"]), + ("Gnerating", &["generating"]), + ("Alsot", &["also"]), + ("Athletisism", &["athleticism"]), + ("Palestenians", &["palestinians"]), + ("Invalidte", &["invalidate"]), + ("Disatisfied", &["dissatisfied"]), + ("Soverign", &["sovereign"]), + ("Syndacite", &["syndicate"]), + ("Retireving", &["retrieving"]), + ("Supportin", &["supporting"]), + ("Catasthrope", &["catastrophe"]), + ("Serie", &["series"]), + ("Rearrangte", &["rearrange"]), + ("Orginals", &["originals"]), + ("Unrankend", &["unranked"]), + ("Traveses", &["traverses"]), + ("Parocheelity", &["parochiality"]), + ("Cooresponds", &["corresponds"]), + ("Enviromnental", &["environmental"]), + ("Referemdum", &["referendum"]), + ("Arborted", &["aborted"]), + ("Defenesless", &["defenseless"]), + ("Regsitration", &["registration"]), + ("Forwared", &["forwarded", "forward"]), + ("Cylindre", &["cylinder"]), + ("Gunniess", &["guinness"]), + ("Dosclosing", &["disclosing"]), + ("Whitepsace", &["whitespace"]), + ("Metophorically", &["metaphorically"]), + ("Destinattion", &["destination"]), + ("Eceonomy", &["economy"]), + ("Incidential", &["incidental"]), + ("Hundrets", &["hundreds"]), + ("Renegosiating", &["renegotiating"]), + ("Simluated", &["simulated"]), + ("Mecahnism", &["mechanism"]), + ("Chennel", &["channel"]), + ("Mothing", &["nothing"]), + ("Misandy", &["misandry"]), + ("Servicies", &["services"]), + ("Comprimises", &["compromises"]), + ("Antiboitics", &["antibiotics"]), + ("Unanimuously", &["unanimously"]), + ("Conenient", &["convenient"]), + ("Heruistics", &["heuristics"]), + ("Multplied", &["multiplied"]), + ("Assistante", &["assistance"]), + ("Governmant", &["governmental"]), + ("Thansparent", &["transparent"]), + ("Cilivians", &["civilians"]), + ("Hodling", &["holding"]), + ("Ythe", &["the"]), + ("Frozee", &["frozen"]), + ("Civelezations", &["civilizations"]), + ("Inprooved", &["improved"]), + ("Renaissanse", &["renaissance"]), + ("Adrresses", &["addresses"]), + ("Pavillions", &["pavilions"]), + ("Publsihers", &["publishers"]), + ("Fleat", &["float"]), + ("Alignemt", &["alignment"]), + ("Certifcated", &["certificated"]), + ("Invirant", &["invariant"]), + ("Intentation", &["indentation"]), + ("Aptitudine", &["aptitude"]), + ("Hotname", &["hostname"]), + ("Entquire", &["enquire"]), + ("Cannote", &["cannot", "connote"]), + ("Metrololitan", &["metropolitan"]), + ("Nonexistant", &["nonexistent"]), + ("Penison", &["pension"]), + ("Shouldes", &["shoulders"]), + ("Dirction", &["direction"]), + ("Adheisve", &["adhesive"]), + ("Remplacement", &["replacement"]), + ("Brancing", &["branching"]), + ("Pyschotic", &["psychotic"]), + ("Defautled", &["defaulted"]), + ("Misintepret", &["misinterpret"]), + ("Annoucnes", &["announces"]), + ("Scritps", &["scripts"]), + ("Prosectuor", &["prosecutor"]), + ("Chanage", &["change"]), + ("Windowd", &["windows", "windowed"]), + ("Articals", &["articles"]), + ("Infridging", &["infringing"]), + ("Matieralism", &["materialism"]), + ("Opjecting", &["objecting"]), + ("Abbout", &["about", "abbot"]), + ("Contets", &["contents", "contexts"]), + ("Basiton", &["bastion"]), + ("Minneosta", &["minnesota"]), + ("Negotaited", &["negotiated"]), + ("Relady", &["ready"]), + ("Uninterpretted", &["uninterpreted"]), + ("Interaccion", &["interaction"]), + ("Obscolescence", &["obsolescence"]), + ("Sectopm", &["section"]), + ("Polititian", &["politician"]), + ("Distoriton", &["distortion"]), + ("Quiessent", &["quiescent"]), + ("Datatyeps", &["datatypes"]), + ("Proteection", &["protection"]), + ("Mehtodical", &["methodical"]), + ("Identifcation", &["identification"]), + ("Substracting", &["subtracting"]), + ("Propely", &["properly"]), + ("Thign", &["thing"]), + ("Adjusment", &["adjustment"]), + ("Disgustus", &["disgusts"]), + ("Adevnture", &["adventure"]), + ("Permanet", &["permanent"]), + ("Indepdented", &["independent"]), + ("Positoined", &["positioned"]), + ("Closeing", &["closing"]), + ("Euqivalent", &["equivalent"]), + ("Presidental", &["presidential"]), + ("Reconecction", &["reconnection"]), + ("Accessble", &["accessible"]), + ("Transprted", &["transported"]), + ("Develpoment", &["developments"]), + ("Touranment", &["tournaments"]), + ("Javascropt", &["javascript"]), + ("Extensevily", &["extensively"]), + ("Discconecct", &["disconnect"]), + ("Chocolots", &["chocolates"]), + ("Greneer", &["greener"]), + ("Staurdays", &["saturdays"]), + ("Spagheti", &["spaghetti"]), + ("Sacrificas", &["sacrifices"]), + ("Throtlling", &["throttling"]), + ("Convrt", &["convert"]), + ("Follwoind", &["following"]), + ("Maylasian", &["malaysian"]), + ("Constituinte", &["constituents"]), + ("Anxeity", &["anxiety"]), + ("Tyies", &["tries"]), + ("Penerator", &["penetrator"]), + ("Improbible", &["improbable"]), + ("Programa", &["program"]), + ("Combintaions", &["combinations"]), + ("Advanved", &["advanced"]), + ("Divicer", &["divider"]), + ("Regstry", &["registry"]), + ("Weeved", &["weaved", "wove"]), + ("Clloudes", &["clouds"]), + ("Supportors", &["supporters"]), + ("Comissioning", &["commissioning"]), + ("Enceclopedia", &["encyclopedia"]), + ("Microhpones", &["microphones"]), + ("Progresssive", &["progressives"]), + ("Wavelegnths", &["wavelength"]), + ("Emoiji", &["emoji"]), + ("Provocatie", &["provocative"]), + ("Retieve", &["retrieve"]), + ("Therapeutisch", &["therapeutic"]), + ("Chracter", &["character"]), + ("Censable", &["sensible"]), + ("Incomparible", &["incompatible", "incomparable"]), + ("Presance", &["presence"]), + ("Cmoputer", &["computer"]), + ("Transparanies", &["transparencies"]), + ("Pensino", &["pension"]), + ("Rewitable", &["rewritable"]), + ("Bardford", &["bradford"]), + ("Immedially", &["immediately"]), + ("Veitnamese", &["vietnamese"]), + ("Uninspried", &["uninspired"]), + ("Inteligence", &["intelligence"]), + ("Speficiifed", &["specified"]), + ("Acender", &["ascender"]), + ("Autocorect", &["autocorrect"]), + ("Reprocuces", &["reproduces", "reprocures"]), + ("Enlightented", &["enlightened"]), + ("Bastardes", &["bastards"]), + ("Includied", &["included"]), + ("Errrors", &["errors"]), + ("Disign", &["design"]), + ("Polinator", &["pollinator"]), + ("Asethetics", &["aesthetics"]), + ("Decalrations", &["declarations"]), + ("Epressions", &["expressions"]), + ("Asembling", &["assembling"]), + ("Servised", &["serviced"]), + ("Descallocate", &["deallocate"]), + ("Isntead", &["instead"]), + ("Narcisscist", &["narcissist"]), + ("Empahty", &["empathy"]), + ("Workstaition", &["workstation"]), + ("Labirinth", &["labyrinth"]), + ("Tabacco", &["tobacco"]), + ("Defiintely", &["definitely"]), + ("Believs", &["believes"]), + ("Diassembly", &["disassembly"]), + ("Musilms", &["muslims"]), + ("Conotroled", &["controlled"]), + ("Thm", &["them"]), + ("Folls", &["follows"]), + ("Knwoingly", &["knowingly"]), + ("Pripheral", &["peripheral"]), + ("Fractoinal", &["fractional"]), + ("Incremential", &["incremental"]), + ("Uptdate", &["update"]), + ("Disscovering", &["discovering"]), + ("Misstakes", &["mistakes"]), + ("Sinoid", &["sinusoid"]), + ("Rebuidling", &["rebuilding"]), + ("Alogrithms", &["algorithms"]), + ("Instiatiate", &["instantiate"]), + ("Queus", &["queues"]), + ("Decembre", &["december"]), + ("Succssors", &["successors"]), + ("Throttleing", &["throttling"]), + ("Dispartiy", &["disparity"]), + ("Apprecate", &["appreciate"]), + ("Crystas", &["crystals"]), + ("Exectutions", &["executions"]), + ("Decpetive", &["deceptive"]), + ("Instatiate", &["instantiate"]), + ("Shedules", &["schedules"]), + ("Approxmations", &["approximations"]), + ("Transpoder", &["transported"]), + ("Adjcencies", &["adjacencies"]), + ("Heros", &["heroes"]), + ("Descriminate", &["discriminate"]), + ("Recieves", &["receives"]), + ("Intercepticons", &["interceptions"]), + ("Caffeinne", &["caffeine"]), + ("Oppsofite", &["opposite"]), + ("Foloowinwg", &["following"]), + ("Eisntance", &["instance"]), + ("Despies", &["despise"]), + ("Screenshit", &["screenshot"]), + ("Perfro", &["perform"]), + ("Californinan", &["californian"]), + ("Hardwoord", &["hardwood"]), + ("Disassemblying", &["disassembling"]), + ("Ringotne", &["ringtone"]), + ("Reosource", &["resource"]), + ("Unbelizeable", &["unbelievable"]), + ("Delearships", &["dealerships"]), + ("Republian", &["republican"]), + ("Hunderds", &["hundreds"]), + ("Cyphertexts", &["ciphertexts"]), + ("Bootsrap", &["bootstrap"]), + ("Incatation", &["incantation"]), + ("Secific", &["specific"]), + ("Convserion", &["conversion"]), + ("Tightare", &["tighter"]), + ("Weridos", &["weirdos"]), + ("Libertatian", &["libertarian"]), + ("Hypathetical", &["hypothetical"]), + ("Referance", &["reference"]), + ("Mormonisim", &["mormonism"]), + ("Duplictaed", &["duplicated"]), + ("Shamelessley", &["shamelessly"]), + ("Gourmelt", &["gourmet"]), + ("Embarassingly", &["embarrassingly"]), + ("Uncommpression", &["uncompression"]), + ("Assasssin", &["assassins"]), + ("Theramin", &["theremin"]), + ("Asbolutelly", &["absolutely"]), + ("Traingulates", &["triangulates"]), + ("Sequenes", &["sequences"]), + ("Liekely", &["likely"]), + ("Accademic", &["academic"]), + ("Xgetttext", &["xgettext"]), + ("Achoring", &["anchoring"]), + ("Guantanameow", &["guantanamo"]), + ("Shaddow", &["shadow"]), + ("Brainwased", &["brainwashed"]), + ("Trignometric", &["trigonometric"]), + ("Schcema", &["schema"]), + ("Thi", &["the", "this"]), + ("Certaincy", &["certainty"]), + ("Qualificato", &["qualification"]), + ("Cotainer", &["container"]), + ("Declarted", &["declared"]), + ("Vientamese", &["vietnamese"]), + ("Hesistations", &["hesitations"]), + ("Intersecing", &["intersecting"]), + ("Kalidescope", &["kaleidoscope"]), + ("Depdences", &["dependences"]), + ("Experimentatally", &["experimentally"]), + ("Unspefified", &["unspecified"]), + ("Schyzophrenia", &["schizophrenia"]), + ("Reinkarnation", &["reincarnation"]), + ("Imediatly", &["immediately"]), + ("Supproters", &["supporters"]), + ("Resuorces", &["resources"]), + ("Inadequet", &["inadequate"]), + ("Rewatchimg", &["rewatching"]), + ("Progarmed", &["programmed"]), + ("Disconetions", &["disconnections"]), + ("Datatpye", &["datatype"]), + ("Republicants", &["republicans"]), + ("Rebild", &["rebuild"]), + ("Tranverse", &["transverse", "traverse"]), + ("Confuguration", &["configuration"]), + ("Insuffiency", &["insufficiency"]), + ("Recurssion", &["recursion"]), + ("Shirely", &["shirley"]), + ("Goess", &["goes"]), + ("Juristiction", &["jurisdiction"]), + ("Revaildating", &["revalidating"]), + ("Appropreation", &["appropriation"]), + ("Simlifying", &["simplifying"]), + ("Noramlly", &["normally"]), + ("Funcitonality", &["functionality"]), + ("Neightbourhoods", &["neighbourhoods"]), + ("Qests", &["quests"]), + ("Anecodtally", &["anecdotally"]), + ("Aqcuire", &["acquire"]), + ("Dum", &["dumb"]), + ("Transperencies", &["transparencies"]), + ("Computacion", &["computation"]), + ("Uncertaity", &["uncertainty"]), + ("Carismatic", &["charismatic"]), + ("Depsawn", &["despawn"]), + ("Mitgate", &["mitigate"]), + ("Accopunt", &["account"]), + ("Signaure", &["signature"]), + ("Exibitions", &["exhibitions"]), + ("Hierarachical", &["hierarchical"]), + ("Confescated", &["confiscated"]), + ("Fascisation", &["fascination"]), + ("Peice", &["piece"]), + ("Hypocrit", &["hypocrite"]), + ("Rectifiy", &["rectify"]), + ("Nostalga", &["nostalgia"]), + ("Contradtion", &["contraction"]), + ("Modfiication", &["modification"]), + ("Imbracing", &["embracing"]), + ("Disapporving", &["disapproving"]), + ("Requet", &["request"]), + ("Conterparts", &["counterparts"]), + ("Startsup", &["startups"]), + ("Negoticating", &["negotiating"]), + ("Nderline", &["underline"]), + ("Polymorpic", &["polymorphic"]), + ("Neded", &["needed"]), + ("Aplied", &["applied"]), + ("Modifactions", &["modifications"]), + ("Composet", &["compost"]), + ("Inflatible", &["inflatable"]), + ("Stutdown", &["shutdown"]), + ("Venezeula", &["venezuela"]), + ("Remvoe", &["remove"]), + ("Battailon", &["battalion"]), + ("Queset", &["quest"]), + ("Skalar", &["scalar"]), + ("Uodate", &["update"]), + ("Ecret", &["secret", "erect"]), + ("Preaprooved", &["preapproved"]), + ("Abberivates", &["abbreviates"]), + ("Camoflaging", &["camouflaging"]), + ("Soovinears", &["souvenirs"]), + ("Acrynoms", &["acronyms"]), + ("Ingnores", &["ignores"]), + ("Assiociates", &["associates"]), + ("Homogenes", &["homogeneous"]), + ("Allcoator", &["allocator"]), + ("Refleted", &["reflected"]), + ("Substite", &["substitute"]), + ("Epty", &["empty"]), + ("Predesposed", &["predisposed"]), + ("Ecilpse", &["eclipse"]), + ("Proportianally", &["proportionally"]), + ("Elimanation", &["elimination"]), + ("Unlimeted", &["unlimited"]), + ("Guantanomo", &["guantanamo"]), + ("Mexicain", &["mexican"]), + ("Buillt", &["built"]), + ("Instantanious", &["instantaneous"]), + ("Weekened", &["weekend"]), + ("Obtaions", &["obtains"]), + ("Structued", &["structured"]), + ("Resuable", &["reusable"]), + ("Corresponsing", &["corresponding"]), + ("Rebuid", &["rebuild"]), + ("Initliaze", &["initialize"]), + ("Requresting", &["requesting"]), + ("Totorials", &["tutorials"]), + ("Colescing", &["coalescing"]), + ("Abbriviation", &["abbreviation"]), + ("Affintize", &["affinitize"]), + ("Arbitors", &["arbiters", "arbitrators"]), + ("Unsubstantiative", &["unsubstantiated"]), + ("Archeytpes", &["archetypes"]), + ("Undoed", &["undo", "undone"]), + ("Audo", &["audio"]), + ("Consise", &["concise"]), + ("Defering", &["deferring"]), + ("Trigerred", &["triggered"]), + ("Streichung", &["stretching"]), + ("Explorating", &["exploration"]), + ("Notifcations", &["notifications"]), + ("Befor", &["before"]), + ("Prececessor", &["predecessor"]), + ("Incorpore", &["incorporate"]), + ("Taxonmy", &["taxonomy"]), + ("Presciuosly", &["preciously"]), + ("Gocde", &["gcode"]), + ("Experimnetations", &["experimentations"]), + ("Pigen", &["pigeon", "pigpen"]), + ("Browswing", &["browsing"]), + ("Wimmen", &["women"]), + ("Rovided", &["provided"]), + ("Brethen", &["brethren"]), + ("Complination", &["complication"]), + ("Framws", &["frames"]), + ("Thare", &["there"]), + ("Transparantly", &["transparently"]), + ("Negativaty", &["negativity"]), + ("Neccessary", &["necessary"]), + ("Motivationals", &["motivations"]), + ("Calcualtions", &["calculations"]), + ("Endcodes", &["encodes"]), + ("Parameteres", &["parameters"]), + ("Dielectirc", &["dielectric"]), + ("Pshycopathic", &["psychopathic"]), + ("Healtzh", &["health", "healthz"]), + ("Caluculation", &["calculation"]), + ("Apppears", &["appears"]), + ("Descritptors", &["descriptors"]), + ("Winodw", &["window"]), + ("Exprensive", &["expressive"]), + ("Chromosones", &["chromosomes"]), + ("Matchine", &["machine", "matching"]), + ("Exchagne", &["exchange"]), + ("Textfrme", &["textframe"]), + ("Negitiate", &["negotiate"]), + ("Intentialy", &["intentionally"]), + ("Easili", &["easily"]), + ("Negoticated", &["negotiated"]), + ("Originales", &["originals"]), + ("Intsalling", &["installing"]), + ("Couting", &["counting"]), + ("Concentic", &["concentric"]), + ("Genenerally", &["generally"]), + ("Llike", &["like"]), + ("Reviewl", &["review"]), + ("Pasturising", &["pasteurising"]), + ("Follwowers", &["followers"]), + ("Seetings", &["settings"]), + ("Perheaps", &["perhaps"]), + ("Villegas", &["villages"]), + ("Seemes", &["seems"]), + ("Phsyics", &["physics"]), + ("Precomuted", &["precomputed"]), + ("Suburburban", &["suburban"]), + ("Evloves", &["evolves"]), + ("Teamplate", &["template"]), + ("Exclusivy", &["exclusivity"]), + ("Immedately", &["immediately"]), + ("Centenal", &["centennial", "sentinel"]), + ("Handlig", &["handling"]), + ("Facillities", &["facilities"]), + ("Nativ", &["native"]), + ("Socailly", &["socially"]), + ("Condomes", &["condoms"]), + ("Distribuie", &["distribute"]), + ("Experimanentelly", &["experimentally"]), + ("Onoly", &["only"]), + ("Usupported", &["unsupported"]), + ("Corparate", &["corporate"]), + ("Approopriate", &["appropriate"]), + ("Monologe", &["monologue"]), + ("Assignmnet", &["assignment"]), + ("Foults", &["faults"]), + ("Intimitation", &["intimidation"]), + ("Referensed", &["referenced"]), + ("Conciousness", &["consciousness"]), + ("Symettric", &["symmetric"]), + ("Coult", &["could"]), + ("Sctional", &["sectional", "suctional"]), + ("Comparativley", &["comparatively"]), + ("Redundacy", &["redundancy"]), + ("Actuaal", &["actual"]), + ("Currecny", &["currency"]), + ("Hueristic", &["heuristic"]), + ("Elgible", &["eligible"]), + ("Commentsry", &["commenters"]), + ("Resolvendo", &["resolved"]), + ("Calcualates", &["calculates"]), + ("Containt", &["contain", "content"]), + ("Motherborad", &["motherboard"]), + ("Morphein", &["morphine"]), + ("Empressively", &["impressively"]), + ("Atteched", &["attached"]), + ("Soveriegnty", &["sovereignty"]), + ("Repesented", &["represented"]), + ("Philisopher", &["philosopher"]), + ("Functiong", &["functioning"]), + ("Meccob", &["macabre"]), + ("Esimator", &["estimator"]), + ("Rainbos", &["rainbows"]), + ("Execuing", &["executing"]), + ("Maginficent", &["magnificent"]), + ("Negoticator", &["negotiator"]), + ("Aprroximately", &["approximately"]), + ("Tradtional", &["traditional"]), + ("Hispanicos", &["hispanics"]), + ("Debuging", &["debugging"]), + ("Namne", &["name"]), + ("Subscritpions", &["subscriptions"]), + ("Sylinder", &["cylinder"]), + ("Crossfiter", &["crossfire"]), + ("Intillectuals", &["intellectuals"]), + ("Wehn", &["when"]), + ("Modile", &["mobile", "module"]), + ("Deselctables", &["deselectable"]), + ("Compositong", &["compositing"]), + ("Disalbe", &["disable"]), + ("Fase", &["faze", "phase", "false"]), + ("Containning", &["containing"]), + ("Openscource", &["opensource"]), + ("Resoource", &["resource"]), + ("Immobilzer", &["immobile"]), + ("Qurter", &["quarter"]), + ("Correcs", &["corrects"]), + ("Classificaitons", &["classifications"]), + ("Chasim", &["chasm"]), + ("Transcripto", &["transcription"]), + ("Incure", &["incur"]), + ("Ankshiuos", &["anxious"]), + ("Psydonymous", &["pseudonymous"]), + ("Chekout", &["checkout"]), + ("Chariman", &["chairman"]), + ("Dislpayed", &["displayed"]), + ("Refererence", &["reference"]), + ("Intesections", &["intersections"]), + ("Playstlye", &["playstyle"]), + ("Tempertaure", &["temperature"]), + ("Antyhing", &["anything"]), + ("Collecion", &["collection"]), + ("Incarcaration", &["incarceration"]), + ("Cooordinate", &["coordinate"]), + ("Merchanise", &["merchandise"]), + ("Expetiments", &["experiments"]), + ("Metamage", &["metagame"]), + ("Ratatui", &["ratatouille"]), + ("Perrror", &["perror"]), + ("Noninital", &["noninitial"]), + ("Progesssive", &["progressive"]), + ("Compensacion", &["compensation"]), + ("Messsage", &["message"]), + ("Accusition", &["accusation"]), + ("Trivival", &["trivial"]), + ("Introducinc", &["introducing"]), + ("Ellipsises", &["ellipsis"]), + ("Informarla", &["informal"]), + ("Calcularon", &["calculator"]), + ("Predocessors", &["predecessors"]), + ("Alcoholsim", &["alcoholism"]), + ("Minisucle", &["miniscule"]), + ("Extoics", &["exotics"]), + ("Consits", &["consists"]), + ("Maitain", &["maintain"]), + ("Worht", &["worth"]), + ("Misrepresentaiton", &["misrepresentation"]), + ("Infiltrait", &["infiltrate"]), + ("Theroem", &["theorem"]), + ("Retartation", &["retardation"]), + ("Governmetn", &["governments"]), + ("Ingration", &["integration"]), + ("Suspendes", &["suspense"]), + ("Fashonable", &["fashionable"]), + ("Hipopotamus", &["hippopotamus"]), + ("Consquent", &["consequent"]), + ("Reprorted", &["reported"]), + ("Beleifing", &["believing"]), + ("Amrenian", &["armenian"]), + ("Millenia", &["millennia"]), + ("Boudning", &["bounding"]), + ("Teaspooon", &["teaspoon"]), + ("Critizized", &["criticized"]), + ("Executre", &["execute"]), + ("Htpt", &["http"]), + ("Autolaod", &["autoload"]), + ("Evalutaing", &["evaluating"]), + ("Motorcyles", &["motorcycles"]), + ("Withdrawels", &["withdrawals"]), + ("Conceted", &["concede"]), + ("Necessaraly", &["necessarily"]), + ("Peferred", &["preferred"]), + ("Psuedocolor", &["pseudocolor"]), + ("Villan", &["villain"]), + ("Reeturned", &["returned"]), + ("Classroms", &["classrooms"]), + ("Precentage", &["percentage"]), + ("Ratpure", &["rapture"]), + ("Nowadys", &["nowadays"]), + ("Pedophilla", &["pedophilia"]), + ("Bacwards", &["backwards"]), + ("Arived", &["arrived"]), + ("Designad", &["designated"]), + ("Exaple", &["example"]), + ("Directores", &["directors", "directories"]), + ("Harranging", &["arranging", "haranguing"]), + ("Wron", &["wrong"]), + ("Statulines", &["statuslines"]), + ("Sugguested", &["suggested"]), + ("Gerenating", &["generating"]), + ("Compatibillity", &["compatibility"]), + ("Pyschosis", &["psychosis"]), + ("Ammendment", &["amendment"]), + ("Corressponding", &["corresponding"]), + ("Umit", &["unit"]), + ("Uncoments", &["uncomments"]), + ("Swtizerland", &["switzerland"]), + ("Insersts", &["inserts"]), + ("Blockse", &["blocks"]), + ("Speficies", &["specifies"]), + ("Compustion", &["compulsion"]), + ("Deomgraphics", &["demographics"]), + ("Unrealisitic", &["unrealistic"]), + ("Mantanine", &["maintain"]), + ("Cornerns", &["corners"]), + ("Dissipatore", &["dissipate"]), + ("Onlye", &["only"]), + ("Motivet", &["motivate"]), + ("Publicher", &["publisher"]), + ("Demonstraby", &["demonstrably"]), + ("Deamonified", &["daemonised", "daemonized"]), + ("Retargetting", &["retargeting"]), + ("Concatentated", &["concatenated"]), + ("Abouta", &["about"]), + ("Substatial", &["substantial"]), + ("Relfections", &["reflections"]), + ("Pascheurizes", &["pasteurizes"]), + ("Reveived", &["received"]), + ("Initailzed", &["initialized"]), + ("Unintialzied", &["uninitialized"]), + ("Faggotus", &["faggots"]), + ("Tempatized", &["templatized"]), + ("Fundumentalist", &["fundamentalist"]), + ("Humanite", &["humanities"]), + ("Distribuite", &["distribute"]), + ("Musuem", &["museum"]), + ("Siez", &["size", "seize"]), + ("Opperates", &["operates"]), + ("Annotaiotn", &["annotation"]), + ("Schizoprhenia", &["schizophrenia"]), + ("Cehcking", &["checking"]), + ("Shoulndt", &["shouldnt"]), + ("Ultiamte", &["ultimate"]), + ("Simptomatic", &["symptomatic"]), + ("Severily", &["severely"]), + ("Strctures", &["structures"]), + ("Statictics", &["statistics"]), + ("Bookmarkd", &["bookmarked"]), + ("Ethnaol", &["ethanol"]), + ("Abolustely", &["absolutely"]), + ("Funktion", &["function"]), + ("Caliofrnia", &["californian"]), + ("Discovr", &["discover"]), + ("Pobably", &["probably"]), + ("Coyprighted", &["copyrighted"]), + ("Visulisations", &["visualisations"]), + ("Unprepaired", &["unprepared"]), + ("Shippment", &["shipment"]), + ("Espinoage", &["espionage"]), + ("Algebraical", &["algebraic"]), + ("Synonymis", &["synonyms"]), + ("Deisgns", &["designs"]), + ("Symobolical", &["symbolical"]), + ("Jurnales", &["journals"]), + ("Overclcok", &["overclock"]), + ("Publsih", &["publish"]), + ("Moderacion", &["moderation"]), + ("Solatary", &["solitary"]), + ("Uncoverted", &["unconverted"]), + ("Reflexs", &["reflexes"]), + ("Minimalstic", &["minimalist"]), + ("Terminatorn", &["termination"]), + ("Causeing", &["causing"]), + ("Emphetamines", &["amphetamines"]), + ("Agricolture", &["agriculture"]), + ("Tempraarily", &["temporarily"]), + ("Exepcts", &["expects"]), + ("Egards", &["regards"]), + ("Snowbaording", &["snowboarding"]), + ("Segmenet", &["segment"]), + ("Spefiiable", &["specifiable"]), + ("Timestans", &["timespans"]), + ("Affintiy", &["affinity"]), + ("Invirants", &["invariants"]), + ("Seconf", &["second"]), + ("Propogating", &["propagating"]), + ("Executablble", &["executable"]), + ("Exceds", &["exceeds"]), + ("Redneckest", &["rednecks"]), + ("Appares", &["appears"]), + ("Awkwardy", &["awkwardly"]), + ("Deserialzied", &["deserialized"]), + ("Accumlated", &["accumulated"]), + ("Relaitonship", &["relationships"]), + ("Defendeers", &["defender"]), + ("Compresors", &["compressor", "compressors"]), + ("Irrelavent", &["irrelevant"]), + ("Replacd", &["replaced"]), + ("Similtaneously", &["simultaneously"]), + ("Tupless", &["tuples"]), + ("Behtesda", &["bethesda"]), + ("Lentghs", &["lengths"]), + ("Redefiende", &["redefined"]), + ("Developpement", &["development"]), + ("Ampilfy", &["amplify"]), + ("Serverles", &["serverless"]), + ("Connecions", &["connections"]), + ("Iconclastic", &["iconoclastic"]), + ("Mmnemonic", &["mnemonic"]), + ("Readiable", &["readable"]), + ("Epandable", &["expandable"]), + ("Visilbity", &["visibility"]), + ("Scrollbae", &["scrollbar"]), + ("Syncrhonized", &["synchronized"]), + ("Turthfully", &["truthfully"]), + ("Ploygon", &["polygon"]), + ("Develps", &["develops"]), + ("Inclusing", &["including"]), + ("Dissapper", &["disappear"]), + ("Disrespectul", &["disrespectful"]), + ("Handlade", &["handled"]), + ("Worhtless", &["worthless"]), + ("Externelly", &["externally"]), + ("Ppcheck", &["cppcheck"]), + ("Conolization", &["colonization"]), + ("Autonegotaition", &["autonegotiation"]), + ("Remotelly", &["remotely"]), + ("Aleviating", &["alleviating"]), + ("Dialoge", &["dialogue", "dialog"]), + ("Hanshaked", &["handshaked"]), + ("Orgainze", &["organize"]), + ("Oprimize", &["optimize"]), + ("Uncomfortablly", &["uncomfortably"]), + ("Physiologial", &["physiological"]), + ("Executiong", &["execution", "executing"]), + ("Arogent", &["arrogant"]), + ("Parliamnetary", &["parliamentary"]), + ("Speficilliers", &["specifiers"]), + ("Symnols", &["symbols"]), + ("Specialazation", &["specialization"]), + ("Grather", &["greater", "gather"]), + ("Alpabetical", &["alphabetical"]), + ("Snpashots", &["snapshots"]), + ("Unsuprisingly", &["unsurprisingly"]), + ("Supermarktes", &["supermarkets"]), + ("Publcize", &["publicize"]), + ("Prepatory", &["preparatory"]), + ("Impelemented", &["implemented"]), + ("Tempalte", &["template"]), + ("Testeing", &["testing"]), + ("Analaog", &["analog"]), + ("Neighboorhoud", &["neighbourhood"]), + ("Misinterprit", &["misinterpreting"]), + ("Hankerchifs", &["handkerchiefs"]), + ("Challange", &["challenge"]), + ("Authroized", &["authorized"]), + ("Fraudelant", &["fraudulent"]), + ("Sautays", &["sautés"]), + ("Mimick", &["mimic"]), + ("Delarations", &["declarations"]), + ("Indiate", &["indicate"]), + ("Tkaing", &["taking"]), + ("Distribtuion", &["distributions", "distribution"]), + ("Neccesarily", &["necessarily"]), + ("Protestato", &["protestant"]), + ("Expresion", &["expression"]), + ("Palystyle", &["playstyle"]), + ("Itentional", &["intentional"]), + ("Consciouness", &["consciousness"]), + ("Anialating", &["annihilating"]), + ("Sympothize", &["sympathize"]), + ("Prostitude", &["prostitute"]), + ("Needleslly", &["needlessly"]), + ("Tyhe", &["they", "the", "type"]), + ("Solf", &["solve", "sold"]), + ("Criticos", &["critics"]), + ("Arragements", &["arrangements"]), + ("Securtiy", &["security"]), + ("Confunses", &["confuses"]), + ("Engagment", &["engagement"]), + ("Enrty", &["entry"]), + ("Lesstiff", &["lesstif"]), + ("Bourgoeis", &["bourgeois"]), + ("Kidnappade", &["kidnapped"]), + ("Libertaryan", &["libertarian"]), + ("Asist", &["assist"]), + ("Auxillery", &["auxiliary"]), + ("Singlton", &["singleton"]), + ("Onborad", &["onboard"]), + ("Holocuast", &["holocaust"]), + ("Photograpy", &["photography"]), + ("Pseude", &["pseudo"]), + ("Anayltic", &["analytic"]), + ("Translath", &["translate"]), + ("Verifed", &["verified"]), + ("Virttual", &["virtual"]), + ("Caluclates", &["calculates"]), + ("Wehere", &["where"]), + ("Intersectin", &["intersection", "intersecting"]), + ("Regulatios", &["regulators"]), + ("Integartes", &["integrates"]), + ("Projectiel", &["projectiles"]), + ("Compeat", &["compete"]), + ("Stegnographic", &["steganographic"]), + ("Accommadate", &["accommodate"]), + ("Counpound", &["compound"]), + ("Polciy", &["policy"]), + ("Instutition", &["institution"]), + ("Orangerd", &["orangered"]), + ("Instrucution", &["instruction"]), + ("Strenghten", &["strengthen"]), + ("Illiegal", &["illegal"]), + ("Yoman", &["yeoman"]), + ("Accidentually", &["accidentally"]), + ("Numercial", &["numerical"]), + ("Associatie", &["associated"]), + ("Oblitarated", &["obliterated"]), + ("Writting", &["writing"]), + ("Temafight", &["teamfight"]), + ("Waterprooof", &["waterproof"]), + ("Fulfulling", &["fulfilling"]), + ("Covention", &["convention"]), + ("Crace", &["grace", "crate"]), + ("Standarize", &["standardize"]), + ("Suppporting", &["supporting"]), + ("Precice", &["precise"]), + ("Blcok", &["block"]), + ("Depsoit", &["deposit"]), + ("Intolorent", &["intolerant"]), + ("Disgned", &["designed"]), + ("Prescirbed", &["prescribed"]), + ("Configuarion", &["configuration"]), + ("Enconded", &["encoded"]), + ("Penguiness", &["penguins"]), + ("Seperato", &["separator"]), + ("Architecturial", &["architectural"]), + ("Limts", &["limits"]), + ("Exhasut", &["exhaust"]), + ("Unpriviledged", &["unprivileged"]), + ("Filebame", &["filename"]), + ("Postuminus", &["posthumous"]), + ("Containings", &["containing"]), + ("Inexperineced", &["inexperience"]), + ("Aquaduct", &["aqueduct"]), + ("Transvorm", &["transform"]), + ("Bridman", &["birdman"]), + ("Farehnheit", &["fahrenheit"]), + ("Artuments", &["arguments"]), + ("Misconfiged", &["misconfigured"]), + ("Comparisement", &["comparison"]), + ("Poninted", &["pointed"]), + ("Undenaible", &["undeniable"]), + ("Buitins", &["builtins"]), + ("Assignes", &["assigns"]), + ("Mountian", &["mountain"]), + ("Pthred", &["pthread"]), + ("Morroco", &["morocco"]), + ("Obsolte", &["obsolete"]), + ("Wallpapes", &["wallpapers"]), + ("Overvize", &["otherwise"]), + ("Thoeretically", &["theoretically"]), + ("Ttrying", &["trying"]), + ("Tenanet", &["tenant"]), + ("Stivk", &["stick"]), + ("Backwars", &["backward", "backwards"]), + ("Overlfowed", &["overflowed"]), + ("Capablilities", &["capabilities"]), + ("Entrepeuner", &["entrepreneur"]), + ("Sheduler", &["scheduler"]), + ("Expensie", &["expense"]), + ("Mouvement", &["movement"]), + ("Apretiative", &["appreciative"]), + ("Creationg", &["creation", "creating"]), + ("Aristotel", &["aristotle"]), + ("Subdirecty", &["subdirectory"]), + ("Guarrantys", &["guarantees"]), + ("Bulding", &["building"]), + ("Reachablity", &["reachability"]), + ("Seramonies", &["ceremonies"]), + ("Flouride", &["fluoride"]), + ("Oponent", &["opponent"]), + ("Varialbles", &["variables"]), + ("Distingiush", &["distinguish"]), + ("Tangeants", &["tangents"]), + ("Indepdentedly", &["independently"]), + ("Caroseles", &["carousels"]), + ("Generalice", &["generalize"]), + ("Electrones", &["electrons"]), + ("Itsems", &["items"]), + ("Perfix", &["prefix"]), + ("Capitalisim", &["capitalism"]), + ("Uninitiliazed", &["uninitialized"]), + ("Millinnium", &["millennium"]), + ("Expest", &["expect"]), + ("Sacrifising", &["sacrificing"]), + ("Descrybing", &["describing"]), + ("Validade", &["validated", "validate"]), + ("Canocical", &["canonical"]), + ("Boads", &["boards"]), + ("Mimaching", &["mismatching"]), + ("Unspeficitifed", &["unspecified"]), + ("Beehtoven", &["beethoven"]), + ("Bathrooom", &["bathroom"]), + ("Franchie", &["franchises"]), + ("Cheeseburgler", &["cheeseburger"]), + ("Diolog", &["dialog"]), + ("Exaggerrate", &["exaggerate"]), + ("Transparancies", &["transparencies"]), + ("Scipts", &["scripts", "skips"]), + ("Intestions", &["intestines"]), + ("Repells", &["repels"]), + ("Advertisors", &["advertisers"]), + ("Streching", &["stretching"]), + ("Autheticators", &["authenticators"]), + ("Exterioara", &["exterior"]), + ("Unstructions", &["instructions"]), + ("Anialated", &["annihilated"]), + ("Intstant", &["instant"]), + ("Explisitly", &["explicitly"]), + ("Inquisitr", &["inquisitor"]), + ("Apointing", &["appointing"]), + ("Exceptons", &["exceptions"]), + ("Pairokeally", &["parochially"]), + ("Intialising", &["initialising"]), + ("Permuatated", &["permutated"]), + ("Mak", &["make", "mask"]), + ("Tyrany", &["tyranny"]), + ("Semseters", &["semesters"]), + ("Somehitng", &["something"]), + ("Replacaments", &["replacements"]), + ("Expolsions", &["explosions"]), + ("Neurosicence", &["neuroscience"]), + ("Masturbathe", &["masturbated"]), + ("Analyticaly", &["analytically"]), + ("Isloation", &["isolation"]), + ("Apetite", &["appetite"]), + ("Squishey", &["squishy"]), + ("Recpetive", &["receptive"]), + ("Tabualted", &["tabulated"]), + ("Mehcanically", &["mechanically"]), + ("Wondeirng", &["wondering"]), + ("Desination", &["destination"]), + ("Nationalistiskt", &["nationalists"]), + ("Gallleries", &["galleries"]), + ("Fruitsations", &["frustrations"]), + ("Morphinate", &["morphine"]), + ("Meaing", &["meaning"]), + ("Inacuraccies", &["inaccuracies"]), + ("Rehabilitaiton", &["rehabilitation"]), + ("Discussin", &["discussion"]), + ("Scritping", &["scripting"]), + ("Writters", &["writers"]), + ("Horrendious", &["horrendous"]), + ("Synchronus", &["synchronous"]), + ("Undoubedtly", &["undoubtedly"]), + ("Undetware", &["underwear"]), + ("Upstreamedd", &["upstreamed"]), + ("Varialbe", &["variable"]), + ("Bordreline", &["borderline"]), + ("Patenterad", &["patented"]), + ("Thoese", &["these", "those"]), + ("Differents", &["different", "difference"]), + ("Traumatisch", &["traumatic"]), + ("Elemnets", &["elements"]), + ("Hemipsheres", &["hemisphere", "hemispheres"]), + ("Bounderies", &["boundaries"]), + ("Officionados", &["aficionados"]), + ("Inpact", &["impact"]), + ("Autocmpletes", &["autocompletes"]), + ("Professionalisme", &["professionals"]), + ("Alhapetically", &["alphabetically"]), + ("Automony", &["autonomy"]), + ("Trascation", &["transaction"]), + ("Losted", &["listed", "lost", "lasted"]), + ("Clerification", &["clarification"]), + ("Ggogled", &["googled"]), + ("Vanillia", &["vanilla"]), + ("Inconveniece", &["inconvenience"]), + ("Facepam", &["facepalm"]), + ("Detetes", &["deletes", "detects"]), + ("Pakistanezi", &["pakistani"]), + ("Timetstamp", &["timestamp"]), + ("Debudgs", &["debugs"]), + ("Rickoshayed", &["ricocheted"]), + ("Handshacked", &["handshaked"]), + ("Carrotus", &["carrots"]), + ("Candadate", &["candidate"]), + ("Runtimr", &["runtime"]), + ("Defensd", &["defends"]), + ("Articels", &["articles"]), + ("Contestans", &["contests"]), + ("Ninties", &["nineties"]), + ("Propmts", &["prompts"]), + ("Sypmathize", &["sympathize"]), + ("Devicesr", &["devices"]), + ("Inlcludes", &["includes"]), + ("Locaions", &["locations"]), + ("Responsbilty", &["responsibly"]), + ("Disgusied", &["disguised"]), + ("Uninitialsed", &["uninitialised"]), + ("Purgest", &["purges"]), + ("Comutability", &["commutability"]), + ("Exportint", &["exporting"]), + ("Conspiriator", &["conspirator"]), + ("Ths", &["the", "this"]), + ("Movemnets", &["movements"]), + ("Datbases", &["databases"]), + ("Appoves", &["approves"]), + ("Indepandance", &["independence"]), + ("Repetetive", &["repetitive"]), + ("Hedgehorg", &["hedgehog"]), + ("Embarrissing", &["embarrassing"]), + ("Defenition", &["definition"]), + ("Politican", &["politician"]), + ("Contectual", &["contextual"]), + ("Buldning", &["building"]), + ("Appaers", &["appears"]), + ("Temparement", &["temperament"]), + ("Acive", &["active"]), + ("Desrciptions", &["descriptions"]), + ("Uncomprss", &["uncompress"]), + ("Compearing", &["comparing"]), + ("Compilato", &["compilation"]), + ("Inlusive", &["inclusive"]), + ("Internelized", &["internalized"]), + ("Cocumentation", &["documentation"]), + ("Transer", &["transfer"]), + ("Ecomonical", &["economical"]), + ("Ignorte", &["ignore"]), + ("Mutliverse", &["multiverse"]), + ("Environmnent", &["environment"]), + ("Corinthinans", &["corinthians"]), + ("Critiical", &["critical"]), + ("Fellowshop", &["fellowship"]), + ("Capitas", &["capitals"]), + ("Spefixiable", &["specifiable"]), + ("Correspondend", &["correspondent"]), + ("Determnines", &["determines"]), + ("Ignorrg", &["ignoring"]), + ("Blessure", &["blessing"]), + ("Flahsed", &["flashed"]), + ("Ordr", &["order"]), + ("Overhwelmingly", &["overwhelmingly"]), + ("Piority", &["priority"]), + ("Experimanter", &["experimenter"]), + ("Sadning", &["sanding"]), + ("Fassade", &["facade"]), + ("Iranias", &["iranians"]), + ("Leninent", &["lenient"]), + ("Privelige", &["privilege"]), + ("Subconscius", &["subconscious"]), + ("Compears", &["compares"]), + ("Sucession", &["succession"]), + ("Soldgering", &["soldiering"]), + ("Subobjecs", &["subobjects"]), + ("Prostitutke", &["prostitutes"]), + ("Bilzzcon", &["blizzcon"]), + ("Templaet", &["template"]), + ("Aleinating", &["alienating"]), + ("Continentes", &["continents"]), + ("Matix", &["matrix"]), + ("Fideling", &["fielding"]), + ("Turltes", &["turtles"]), + ("Transparecy", &["transparency"]), + ("Tiemr", &["timer"]), + ("Standarts", &["standards"]), + ("Businessnes", &["businessmen"]), + ("Swtiched", &["switched"]), + ("Oragnise", &["organise"]), + ("Discoraged", &["discouraged"]), + ("Predicited", &["predicated"]), + ("Asynchoronous", &["asynchronous"]), + ("Downgradei", &["downgrade"]), + ("Specifyinhg", &["specifying"]), + ("Noiser", &["noisier"]), + ("Invesitgators", &["investigators"]), + ("Uploders", &["uploaders"]), + ("Macaronni", &["macaroni"]), + ("Exponantation", &["exponentiation"]), + ("Intergate", &["integrate"]), + ("Misunderstadings", &["misunderstandings"]), + ("Eaither", &["either"]), + ("Emphatizing", &["emphasizing"]), + ("Elelment", &["element"]), + ("Oganization", &["organization"]), + ("Preimum", &["premium"]), + ("Foloowong", &["following"]), + ("Retunring", &["returning"]), + ("Satasfactory", &["satisfactory"]), + ("Aready", &["already"]), + ("Feltcher", &["fletcher"]), + ("Anevironment", &["environment"]), + ("Referncences", &["references"]), + ("Singluarity", &["singularity"]), + ("Watn", &["want"]), + ("Floding", &["folding", "flooding"]), + ("Dicussion", &["discussion"]), + ("Deatiled", &["detailed"]), + ("Asain", &["asian"]), + ("Opjection", &["objection"]), + ("Sitirs", &["stirs"]), + ("Backpsace", &["backspace"]), + ("Garuantee", &["guarantee"]), + ("Behavour", &["behaviour"]), + ("Lenghths", &["lengths"]), + ("Custonised", &["customised"]), + ("Reveiw", &["review"]), + ("Poportional", &["proportional"]), + ("Sytemerror", &["systemerror"]), + ("Tiitle", &["title"]), + ("Repeler", &["repeller"]), + ("Enterpirse", &["enterprise"]), + ("Asychronous", &["asynchronous"]), + ("Wayoints", &["waypoints"]), + ("Unsucccessful", &["unsuccessful"]), + ("Distrubted", &["distributed", "disrupted"]), + ("Cpacities", &["capacities"]), + ("Disbaling", &["disabling"]), + ("Baristia", &["barista"]), + ("Supossed", &["supposed"]), + ("Cipertext", &["ciphertext"]), + ("Comanded", &["commanded"]), + ("Execising", &["exercising"]), + ("Contur", &["contour"]), + ("Pedohpiles", &["pedophiles"]), + ("Autoconpletion", &["autocompletion"]), + ("Bunlder", &["bundler"]), + ("Compase", &["compares"]), + ("Proportionella", &["proportionally"]), + ("Sacalar", &["scalar"]), + ("Vinigar", &["vinegar"]), + ("Scantuary", &["sanctuary"]), + ("Earthboud", &["earthbound"]), + ("Experimenat", &["experiment"]), + ("Temparatures", &["temperatures"]), + ("Befre", &["before"]), + ("Submisions", &["submissions"]), + ("Latenciy", &["latency"]), + ("Statitics", &["statistics"]), + ("Hachish", &["hackish"]), + ("Bracketting", &["bracketing"]), + ("Chanses", &["chances"]), + ("Exceutes", &["executes"]), + ("Tranposing", &["transposing"]), + ("Sectoned", &["sectioned"]), + ("Autononous", &["autonomous"]), + ("Stlye", &["style"]), + ("Notirications", &["notifications"]), + ("Elemement", &["element"]), + ("Nonsencical", &["nonsensical"]), + ("Backfiled", &["backfield"]), + ("Regsitering", &["registering"]), + ("Modifer", &["modifier"]), + ("Sixtin", &["sistine", "sixteen"]), + ("Renegoate", &["renegotiate"]), + ("Experimets", &["experiments"]), + ("Publihsed", &["published"]), + ("Unspported", &["unsupported"]), + ("Technicaly", &["technically"]), + ("Rendezous", &["rendezvous"]), + ("Serialzied", &["serialized"]), + ("Operatoes", &["operates", "operators"]), + ("Passwird", &["password"]), + ("Recominant", &["recombinant"]), + ("Euphoriac", &["euphoric"]), + ("Probablistic", &["probabilistic"]), + ("Newmatically", &["pneumatically"]), + ("Cimptomaticly", &["symptomatically"]), + ("Stadard", &["standard"]), + ("Refferal", &["referral"]), + ("Presentatin", &["presentations"]), + ("Deaclock", &["deadlock"]), + ("Lightheated", &["lighthearted"]), + ("Unhealty", &["unhealthy"]), + ("Loigns", &["logins"]), + ("Singelton", &["singleton"]), + ("Discconetion", &["disconnection"]), + ("Allcommnads", &["allcommands"]), + ("Beond", &["beyond"]), + ("Approximatelly", &["approximately"]), + ("Stompted", &["stomped"]), + ("Suppresion", &["suppression"]), + ("Specifv", &["specific"]), + ("Dipatch", &["dispatch"]), + ("Disconnecters", &["disconnects"]), + ("Alligned", &["aligned"]), + ("Expementer", &["experimenter"]), + ("Reeived", &["received"]), + ("Constructer", &["constructor"]), + ("Invidual", &["individual"]), + ("Proprogators", &["propagators"]), + ("Dimenison", &["dimension"]), + ("Thnig", &["thing"]), + ("Synchrnoized", &["synchronized"]), + ("Outsoursed", &["outsourced"]), + ("Constitutiei", &["constitute"]), + ("Guideded", &["guided"]), + ("Priots", &["priors"]), + ("Reprensentational", &["representational"]), + ("Agregator", &["aggregator"]), + ("Pandorra", &["pandora"]), + ("Consonent", &["consonant"]), + ("Underneeth", &["underneath"]), + ("Supplamented", &["supplemented"]), + ("Fundamentalisten", &["fundamentalists"]), + ("Imperfactions", &["imperfections"]), + ("Fiter", &["filter", "fighter", "fitter", "fiver"]), + ("Cimptumatic", &["symptomatic"]), + ("Condifurable", &["configurable"]), + ("Tempraay", &["temporary"]), + ("Conpletion", &["completion"]), + ("Paramenet", &["parameter"]), + ("Modue", &["module"]), + ("Languale", &["language"]), + ("Expepects", &["expects"]), + ("Upgradei", &["upgrade"]), + ("Checkk", &["check"]), + ("Proptly", &["promptly"]), + ("Disgest", &["digest"]), + ("Tiggered", &["triggered"]), + ("Braceletts", &["bracelets"]), + ("Sciense", &["sciences"]), + ("Downvotest", &["downvoters"]), + ("Unqarantined", &["unquarantined"]), + ("Dicussions", &["discussions"]), + ("Instace", &["instance"]), + ("Follwows", &["follows"]), + ("Severirities", &["severities"]), + ("Unfortuante", &["unfortunate"]), + ("Pervertes", &["perverse"]), + ("Tutrles", &["turtles"]), + ("Gereating", &["generating"]), + ("Fullfilling", &["fulfilling"]), + ("Dispathed", &["dispatched"]), + ("Collapsers", &["collapses"]), + ("Responisble", &["responsible"]), + ("Insepctor", &["inspector"]), + ("Agriculure", &["agriculture"]), + ("Authenciates", &["authenticates"]), + ("Deseralization", &["deserialization"]), + ("Glipmse", &["glimpse"]), + ("Optionn", &["option"]), + ("Nightmears", &["nightmares"]), + ("Illumanati", &["illuminati"]), + ("Contraticting", &["contradicting"]), + ("Obilterated", &["obliterated"]), + ("Trriger", &["trigger"]), + ("Prefectly", &["perfectly"]), + ("Strawburry", &["strawberry"]), + ("Mulitnationals", &["multinational"]), + ("Emenet", &["element"]), + ("Ansambles", &["ensembles"]), + ("Backgrouds", &["backgrounds"]), + ("Invokations", &["invocations"]), + ("Arrayes", &["arrays"]), + ("Obligitary", &["obligatory"]), + ("Showfer", &["chauffeur", "shower"]), + ("Calculatted", &["calculated"]), + ("Opem", &["open"]), + ("Spcified", &["specified"]), + ("Listend", &["listened"]), + ("Framming", &["framing"]), + ("Encompuses", &["encompasses"]), + ("Incredibe", &["incredible"]), + ("Clenaser", &["cleanser"]), + ("Eliminetaion", &["elimination"]), + ("Overwride", &["overwrite"]), + ("Torunaments", &["tournaments"]), + ("Mechanichal", &["mechanical"]), + ("Presumebly", &["presumably"]), + ("Professionnal", &["professional"]), + ("Unintensionally", &["unintentionally"]), + ("Exponants", &["exponents"]), + ("Chizzelles", &["chisels"]), + ("Credetial", &["credential"]), + ("Complaines", &["complaints"]), + ("Predefiend", &["predefined"]), + ("Cature", &["capture"]), + ("Authrored", &["authored"]), + ("Outisders", &["outsiders"]), + ("Demosntration", &["demonstrations"]), + ("Directorguy", &["directory"]), + ("Sibilings", &["siblings"]), + ("Fecthing", &["fetching"]), + ("Tourch", &["torch", "touch"]), + ("Himslef", &["himself"]), + ("Colletion", &["collection"]), + ("Interpertations", &["interpretations"]), + ("Reccurrence", &["recurrence"]), + ("Comman", &["command", "common", "comma", "commas"]), + ("Undoubetdly", &["undoubtedly"]), + ("Displyed", &["displayed"]), + ("Teenages", &["teenagers"]), + ("Cosidered", &["considered"]), + ("Genral", &["general"]), + ("Campains", &["campaigns"]), + ("Transparentcy", &["transparency"]), + ("Temproraly", &["temporarily"]), + ("Chenged", &["changed"]), + ("Createing", &["creating"]), + ("Versital", &["versatile"]), + ("Unfortunetly", &["unfortunately"]), + ("Openion", &["opinion"]), + ("Championsihp", &["championships"]), + ("Intance", &["instance", "intense"]), + ("Euphorica", &["euphoria"]), + ("Politiness", &["politeness"]), + ("Porpose", &["propose"]), + ("Administratiors", &["administrators"]), + ("Playist", &["playlist"]), + ("Stronlgy", &["strongly"]), + ("Intruduction", &["introduction"]), + ("Westerness", &["westerners"]), + ("Affact", &["affect", "effect"]), + ("Visuaises", &["visualises"]), + ("Inproovments", &["improvements"]), + ("Disastrious", &["disastrous"]), + ("Pleaase", &["please"]), + ("Fortelling", &["foretelling"]), + ("Cients", &["clients"]), + ("Progressino", &["progressions"]), + ("Asudo", &["sudo"]), + ("Tigther", &["tighter"]), + ("Evertyhing", &["everything"]), + ("Specialication", &["specialization"]), + ("Adrersses", &["addresses"]), + ("Emput", &["empty"]), + ("Oragnizer", &["organizer"]), + ("Wednesdy", &["wednesdays"]), + ("Experimentaatlly", &["experimentally"]), + ("Simulantaneous", &["simultaneous"]), + ("Radiactive", &["radioactive"]), + ("Pubilshed", &["published"]), + ("Dissatisifed", &["dissatisfied"]), + ("Transprency", &["transparency"]), + ("Unneedingly", &["unnecessarily"]), + ("Unrepetant", &["unrepentant"]), + ("Sherif", &["sheriff"]), + ("Afetr", &["after"]), + ("Fasodd", &["facade"]), + ("Indistructible", &["indestructible"]), + ("Developrs", &["develops"]), + ("Heaviliy", &["heavily"]), + ("Syntakt", &["syntax"]), + ("Administator", &["administrator"]), + ("Fracter", &["fracture"]), + ("Microprecessor", &["microprocessor"]), + ("Authethenticators", &["authenticators"]), + ("Noth", &["north"]), + ("Hyperlobic", &["hyperbolic"]), + ("Vey", &["very"]), + ("Transfrom", &["transform"]), + ("Doen", &["done", "don", "doesn"]), + ("Asborbed", &["absorbed"]), + ("Snyc", &["sync"]), + ("Agains", &["against", "again"]), + ("Vinigarette", &["vinaigrette"]), + ("Oberves", &["observes"]), + ("Insuccessful", &["unsuccessful"]), + ("Recursses", &["recurses"]), + ("Thorwn", &["thrown", "thorn"]), + ("Refromation", &["reformation"]), + ("Equivalet", &["equivalents"]), + ("Claculations", &["calculations"]), + ("Civelization", &["civilization"]), + ("Comrpess", &["compress"]), + ("Protestes", &["protests"]), + ("Oigins", &["origins"]), + ("Expaneded", &["expanded"]), + ("Beter", &["better"]), + ("Earthquack", &["earthquake"]), + ("Dissapear", &["disappear"]), + ("Percevied", &["perceived"]), + ("Tempoaray", &["temporary"]), + ("Starnation", &["starvation"]), + ("Broadwalk", &["boardwalk"]), + ("Documentacion", &["documentation"]), + ("Euristics", &["heuristics"]), + ("Alientating", &["alienating"]), + ("Irracional", &["irrational"]), + ("Prioritity", &["priority"]), + ("Furhter", &["further"]), + ("Ineffiently", &["inefficiently"]), + ("Behoviour", &["behaviour"]), + ("Pasturization", &["pasteurization"]), + ("Abstact", &["abstract"]), + ("Expoliting", &["exploiting"]), + ("Conveinences", &["conveniences"]), + ("Propserous", &["prosperous"]), + ("Circumstantional", &["circumstantial"]), + ("Owership", &["ownership"]), + ("Compareable", &["comparable"]), + ("Catepillars", &["caterpillars"]), + ("Califorian", &["californian"]), + ("Counterporductive", &["counterproductive"]), + ("Hovever", &["however"]), + ("Purpusefully", &["purposefully"]), + ("Implementatoion", &["implementation"]), + ("Irriration", &["irritation"]), + ("Specializaiton", &["specialization"]), + ("Stakeboarding", &["skateboarding"]), + ("Vehicule", &["vehicle"]), + ("Etender", &["extender", "attender"]), + ("Figurativelly", &["figuratively"]), + ("Baised", &["raised"]), + ("Shystems", &["systems"]), + ("Insteead", &["instead"]), + ("Assembeld", &["assembled"]), + ("Ceck", &["check"]), + ("Abvious", &["obvious"]), + ("Flyes", &["flies", "flyers"]), + ("Disporves", &["disproves"]), + ("Intrested", &["interested"]), + ("Notifycation", &["notification"]), + ("Specifiees", &["specifies"]), + ("Intelegently", &["intelligently"]), + ("Emphesizes", &["emphasizes"]), + ("Maitainers", &["maintainers"]), + ("Vritualization", &["virtualization"]), + ("Paticular", &["particular"]), + ("Comverted", &["converted"]), + ("Sunglases", &["sunglasses"]), + ("Spontaniously", &["spontaneously"]), + ("Restorting", &["restarting"]), + ("Publishd", &["published"]), + ("Mathemagics", &["mathematics"]), + ("Rewite", &["rewrite"]), + ("Overlcocking", &["overclocking"]), + ("Reprensent", &["represent"]), + ("Sme", &["some"]), + ("Recommpiled", &["recompiled"]), + ("Projetction", &["projection"]), + ("Corosion", &["corrosion"]), + ("Attemted", &["attempted"]), + ("Interpretted", &["interpreted"]), + ("Reimplimenting", &["reimplementing"]), + ("Crigneworthy", &["cringeworthy"]), + ("Exaclty", &["exactly"]), + ("Inherts", &["inherits"]), + ("Renegotionable", &["renegotiable"]), + ("Journalistische", &["journalistic"]), + ("Godsped", &["godspeed"]), + ("Workfow", &["workflow"]), + ("Renegoator", &["renegotiator"]), + ("Delimitiaion", &["delimitation"]), + ("Sufficently", &["sufficiently"]), + ("Cinemetography", &["cinematography"]), + ("Refrerenceing", &["referencing"]), + ("Multipleye", &["multiply"]), + ("Contentants", &["contestants"]), + ("Releaes", &["release", "releases"]), + ("Annoucne", &["announce"]), + ("Firend", &["friend"]), + ("Relgious", &["religious"]), + ("Clientes", &["clients"]), + ("Excercises", &["exercises"]), + ("Benchamrk", &["benchmark"]), + ("Unavaialable", &["unavailable"]), + ("Crytographically", &["cryptographically"]), + ("Uneform", &["uniform"]), + ("Exhibicion", &["exhibition"]), + ("Shystemerror", &["systemerror"]), + ("Portuguise", &["portuguese"]), + ("Paln", &["plan", "pain", "palm"]), + ("Mathimatically", &["mathematically"]), + ("Truged", &["trudged"]), + ("Metacharaters", &["metacharacters"]), + ("Execunes", &["executes"]), + ("Collectief", &["collective"]), + ("Convergens", &["converse"]), + ("Remotly", &["remotely"]), + ("Confimation", &["confirmation"]), + ("Guarateed", &["guaranteed"]), + ("Recompuuted", &["recomputed"]), + ("Termninal", &["terminal"]), + ("Enevlopes", &["envelopes"]), + ("Aquries", &["acquires", "equerries"]), + ("Charactre", &["character"]), + ("Incoprorates", &["incorporates"]), + ("Brwosable", &["browsable"]), + ("Constently", &["constantly"]), + ("Collaboritave", &["collaborative"]), + ("Licens", &["license"]), + ("Capbability", &["capability"]), + ("Obhection", &["objection"]), + ("Instantate", &["instantiate"]), + ("Obesrver", &["observer"]), + ("Psycology", &["psychology"]), + ("Lastes", &["latest"]), + ("Zerp", &["zero"]), + ("Construces", &["constructs"]), + ("Activison", &["activision"]), + ("Publsihes", &["publishes"]), + ("Giong", &["going"]), + ("Esitmations", &["estimations"]), + ("Enlcosed", &["enclosed"]), + ("Furthermor", &["furthermore"]), + ("Clearence", &["clearance"]), + ("Passivedns", &["passives"]), + ("Coleagues", &["colleagues"]), + ("Logwritter", &["logwriter"]), + ("Timespanps", &["timespans"]), + ("Intoxination", &["intoxication"]), + ("Unappeeling", &["unappealing"]), + ("Organiztion", &["organization"]), + ("Shepards", &["shepherds"]), + ("Aswer", &["answer"]), + ("Elephantus", &["elephants"]), + ("Croozed", &["cruised"]), + ("Misogynisic", &["misogynistic"]), + ("Compactible", &["compactable"]), + ("Moudles", &["modules"]), + ("Evolveos", &["evolves"]), + ("Subdirectiories", &["subdirectories"]), + ("Ndoe", &["node"]), + ("Physisan", &["physician"]), + ("Exchane", &["exchange"]), + ("Strat", &["start", "strata"]), + ("Exteneded", &["extended"]), + ("Appreicates", &["appreciates"]), + ("Opeartor", &["operator"]), + ("Navgiation", &["navigation"]), + ("Mdifiers", &["modifiers"]), + ("Zimbabe", &["zimbabwe"]), + ("Conived", &["connived"]), + ("Renegotible", &["renegotiable"]), + ("Derefenced", &["dereferenced"]), + ("Destuctive", &["destructive"]), + ( + "Transations", + &["transitions", "transactions", "translations"], + ), + ("Idenifiable", &["identifiable"]), + ("Pluged", &["plugged"]), + ("Enountered", &["encountered"]), + ("Disurption", &["disruption"]), + ("Maintaned", &["maintained"]), + ("Inlude", &["include"]), + ("Narwharl", &["narwhal"]), + ("Spiritd", &["spirited"]), + ("Tindergarten", &["kindergarten"]), + ("Redy", &["ready", "red"]), + ("Regualrly", &["regularly"]), + ("Failtures", &["failures"]), + ("Bootraping", &["bootstrapping"]), + ("Phychopathic", &["psychopathic"]), + ("Refrences", &["references"]), + ("Harcoded", &["hardcoded"]), + ("Levicitus", &["leviticus"]), + ("Manupulating", &["manipulating"]), + ("Semestre", &["semester"]), + ("Synchroize", &["synchronize"]), + ("Neighberhoods", &["neighborhoods"]), + ("Availalable", &["available"]), + ("Crutially", &["crucially"]), + ("Frequncies", &["frequencies"]), + ("Workaroung", &["workaround"]), + ("Downrgades", &["downgrades"]), + ("Songlar", &["singular"]), + ("Disciplinery", &["disciplinary"]), + ("Scripst", &["scripts"]), + ("Dangereous", &["dangerous"]), + ("Depdendents", &["dependents"]), + ("Properrys", &["properties"]), + ("Unsintalled", &["uninstalled"]), + ("Valentein", &["valentine"]), + ("Remves", &["removes"]), + ("Sexualzied", &["sexualized"]), + ("Capitilists", &["capitalists"]), + ("Nastly", &["nasty"]), + ("Carloina", &["carolina"]), + ("Ahd", &["had"]), + ("Compaired", &["compared"]), + ("Addesses", &["addresses"]), + ("Widgect", &["widget"]), + ("Youlogy", &["eulogy"]), + ("Decriment", &["decrement"]), + ("Calcluator", &["calculators"]), + ("Releagtion", &["relegation"]), + ("Confirmas", &["confirms"]), + ("Biogted", &["bigoted"]), + ("Assassinare", &["assassinate"]), + ("Organsiers", &["organisers"]), + ("Survivabiliy", &["survivability"]), + ("Embbeded", &["embedded"]), + ("Prayrys", &["prairies"]), + ("Emphacizing", &["emphasizing"]), + ("Abreviated", &["abbreviated"]), + ("Opporutnity", &["opportunity"]), + ("Subtak", &["subtask"]), + ("Broadbad", &["broadband"]), + ("Nevelopes", &["envelopes"]), + ("Tranformable", &["transformable"]), + ("Transformas", &["transforms"]), + ("Platflorm", &["platform"]), + ("Channeles", &["channels"]), + ("Resizeing", &["resizing"]), + ("Capactiors", &["capacitors"]), + ("Embaressing", &["embarrassing"]), + ("Independetn", &["independents"]), + ("Challeneged", &["challenged"]), + ("Intialized", &["initialized"]), + ("Initilisations", &["initialisations"]), + ("Homogenenous", &["homogeneous"]), + ("Contentn", &["content"]), + ("Ominscient", &["omniscient"]), + ("Counterfit", &["counterfeit"]), + ("Meachanism", &["mechanism"]), + ("Interationally", &["internationally"]), + ("Demostrating", &["demonstrating"]), + ("Positionning", &["positioning"]), + ("Privilegde", &["privileges"]), + ("Comapred", &["compared"]), + ("Decdoing", &["decoding"]), + ("Assmbler", &["assembler"]), + ("Definatily", &["definitely"]), + ("Indoctrinatie", &["indoctrinated"]), + ("Gernal", &["general", "journal"]), + ("Highligjt", &["highlight"]), + ("Legilsation", &["legislation"]), + ("Accountat", &["accountants"]), + ("Seperable", &["separable"]), + ("Emcompassing", &["encompassing"]), + ("Uninstaling", &["uninstalling"]), + ("Complection", &["completion"]), + ("Neighbergh", &["neighbor"]), + ("Shoudt", &["should"]), + ("Decition", &["decision"]), + ("Negociators", &["negotiators"]), + ("Captrure", &["capture"]), + ("Relective", &["reflective"]), + ("Disrepectfully", &["disrespectfully"]), + ("Privide", &["provide"]), + ("Acitve", &["active"]), + ("Weill", &["will"]), + ("Disambiguaing", &["disambiguating"]), + ("Spezify", &["specify"]), + ("Advicing", &["advising"]), + ("Misundersood", &["misunderstood"]), + ("Apartmet", &["apartments"]), + ("Humanitites", &["humanities"]), + ("Continuousiy", &["continuously"]), + ("Eejus", &["aegis"]), + ("Personhoood", &["personhood"]), + ("Deperecate", &["deprecate"]), + ("Coaless", &["coalesce"]), + ("Unexepected", &["unexpected"]), + ("Manipulatin", &["manipulation", "manipulating"]), + ("Seantor", &["senator"]), + ("Datbase", &["database"]), + ("Futherize", &["further"]), + ("Fliter", &["filter"]), + ("Arborting", &["aborting"]), + ("Microscoptic", &["microscopic"]), + ("Subsiziding", &["subsidizing"]), + ("Desingage", &["disengage"]), + ("Entitites", &["entities"]), + ("Regularily", &["regularly"]), + ("Entreperneur", &["entrepreneurs"]), + ("Detecion", &["detection"]), + ("Miminally", &["minimally"]), + ("Foced", &["forced"]), + ("Athlets", &["athletes"]), + ("Towrds", &["towards"]), + ("Iput", &["input"]), + ("Mnethods", &["methods"]), + ("Functiosn", &["functions"]), + ("Electronicos", &["electronics"]), + ("Reeturn", &["return"]), + ("Serverlesss", &["serverless"]), + ("Dafualt", &["default"]), + ("Acceleratoin", &["acceleration"]), + ("Pointseta", &["poinsettia"]), + ("Candinates", &["candidates"]), + ("Avod", &["avoid"]), + ("Resurrecion", &["resurrection"]), + ("Cofirming", &["confirming"]), + ("Bankrupty", &["bankruptcy"]), + ("Programmmer", &["programme"]), + ("Udpating", &["updating"]), + ("Pereptually", &["perpetually"]), + ("Anoymously", &["anonymously"]), + ("Debugg", &["debug"]), + ("Microseonds", &["microseconds"]), + ("Expemplary", &["exemplary"]), + ("Fignerprint", &["fingerprint"]), + ("Functtions", &["functions"]), + ("Plantes", &["planets"]), + ("Substanta", &["substantial"]), + ("Slection", &["selection"]), + ("Raplace", &["replace"]), + ("Anthropoloy", &["anthropology"]), + ("Examinated", &["examined"]), + ("Authencicated", &["authenticated"]), + ("Sophisticaed", &["sophisticated"]), + ("Respository", &["repository"]), + ("Decsriptor", &["descriptor"]), + ("Originall", &["original", "originally"]), + ("Coeficients", &["coefficients"]), + ("Becusae", &["because"]), + ("Directries", &["directories"]), + ("Mantained", &["maintained"]), + ("Provode", &["provide"]), + ("Specfifying", &["specifying"]), + ("Souble", &["double"]), + ("Homophoboes", &["homophobe"]), + ("Ninj", &["ninja"]), + ("Acept", &["accept"]), + ("Specifclly", &["specifically"]), + ("Privides", &["provides"]), + ("Annoyningly", &["annoyingly"]), + ("Excectable", &["executable"]), + ("Efficeincy", &["efficiency"]), + ("Bloccks", &["blocks"]), + ("Presumaby", &["presumably"]), + ("Unconstituional", &["unconstitutional"]), + ("Qest", &["quest"]), + ("Chceks", &["checks"]), + ("Temporaily", &["temporarily"]), + ("Coinsided", &["coincided"]), + ("Propetry", &["property"]), + ("Shelvers", &["shelves"]), + ("Ditinguishes", &["distinguishes"]), + ("Protecte", &["protective", "protected", "protect"]), + ("Alterante", &["alternate"]), + ("Modprobbing", &["modprobing"]), + ("Annilihated", &["annihilated"]), + ("Assualted", &["assaulted"]), + ("Oblisks", &["obelisks"]), + ("Symphaty", &["sympathy"]), + ("Theripists", &["therapists"]), + ("Enlightment", &["enlightenment"]), + ("Volenteers", &["volunteers"]), + ("Indended", &["intended", "indented"]), + ("Allignement", &["alignment"]), + ("Coururier", &["courier", "couturier"]), + ("Allowe", &["allowed", "allow", "allows"]), + ("Aplies", &["applies"]), + ("Lookng", &["looking"]), + ("Incomatible", &["incompatible"]), + ("Platimun", &["platinum"]), + ("Excerised", &["exercised"]), + ("Resued", &["reused", "rescued", "resumed"]), + ("Exixting", &["existing"]), + ("Extepecting", &["expecting"]), + ("Anonymoys", &["anonymously"]), + ("Nurtitional", &["nutritional"]), + ("Transconder", &["transcoder"]), + ("Definitio", &["definition"]), + ("Shepperd", &["shepherd"]), + ("Deflecto", &["deflection"]), + ("Trasforms", &["transforms"]), + ("Nawseously", &["nauseously"]), + ("Replentishing", &["replenishing"]), + ("Exclive", &["exclusive"]), + ("Interrogato", &["interrogation"]), + ("Conpensation", &["compensation"]), + ("Alchemey", &["alchemy"]), + ("Crypric", &["cryptic"]), + ("Innocenters", &["innocents"]), + ("Opeatios", &["operations"]), + ("Discreddit", &["discredited"]), + ("Ooutputs", &["outputs"]), + ("Influece", &["influence"]), + ("Rder", &["order"]), + ("Algoristhms", &["algorithms"]), + ("Coutnerparts", &["counterparts"]), + ("Matcbh", &["match"]), + ("Temporyry", &["temporary"]), + ("Renegotications", &["renegotiations"]), + ("Simlutaneously", &["simultaneously"]), + ("Delibrately", &["deliberately"]), + ("Dictioanry", &["dictionary"]), + ("Desttructor", &["destructor"]), + ("Concervative", &["conservative"]), + ("Voluem", &["volume"]), + ("Acceptabil", &["acceptable"]), + ("Inpending", &["impending"]), + ("Negogtiations", &["negotiations"]), + ("Reulator", &["regulator"]), + ("Subconchus", &["subconscious"]), + ("Succedfully", &["successfully"]), + ("Fliename", &["filename"]), + ("Bootlaoders", &["bootloaders"]), + ("Summoenrs", &["summoners"]), + ("Patcket", &["packet"]), + ("Tagliate", &["tailgate"]), + ("Arrise", &["arise"]), + ("Blancing", &["balancing", "glancing", "lancing"]), + ("Pagents", &["pageants", "plangents"]), + ("Retreeval", &["retrieval"]), + ("Hurricans", &["hurricanes"]), + ("Whoch", &["which"]), + ("Fundametals", &["fundamentals"]), + ("Calle", &["called", "caller", "calls"]), + ("Denomenation", &["denomination"]), + ("Implicictly", &["implicitly"]), + ("Procoessed", &["processed"]), + ("Seantors", &["senators"]), + ("Journalistisch", &["journalistic"]), + ("Repsonsive", &["responsive"]), + ("Endanged", &["endangered"]), + ("Experssed", &["expressed"]), + ("Rertieves", &["retrieves"]), + ("Constituye", &["constitute"]), + ("Precictions", &["predictions"]), + ("Yuo", &["you"]), + ("Curcumstances", &["circumstances"]), + ("Anpitheaters", &["amphitheaters"]), + ("Sructure", &["structure"]), + ("Sufficiant", &["sufficient"]), + ("Cointerpoint", &["counterpoint"]), + ("Rickoshaying", &["ricocheting"]), + ("Difficults", &["difficulties", "difficult"]), + ("Equailty", &["equality"]), + ("Disadventage", &["disadvantage"]), + ("Oakereously", &["ocherously"]), + ("Unmarshaling", &["unmarshalling"]), + ("Confrence", &["conference"]), + ("Homosexualtiy", &["homosexuality"]), + ("Trnasmits", &["transmits"]), + ("Probbaly", &["probably"]), + ("Comeptitions", &["competitions"]), + ("Neighbourhouds", &["neighbourhoods"]), + ("Confoguration", &["configuration"]), + ("Trainng", &["training"]), + ("Devestating", &["devastating"]), + ("Temination", &["termination"]), + ("Timesptamp", &["timestamp"]), + ("Langerie", &["lingerie"]), + ("Nunber", &["number"]), + ("Condionally", &["conditionally"]), + ("Incorperating", &["incorporating"]), + ("Targests", &["targets"]), + ("Authenticy", &["authenticity"]), + ("Fustration", &["frustration"]), + ("Desentisize", &["desensitized"]), + ("Alegorical", &["allegorical"]), + ("Supressing", &["suppressing"]), + ("Coppermines", &["coppermine"]), + ("Vaccume", &["vacuum"]), + ("Traslate", &["translate"]), + ("Lcoation", &["location"]), + ("Vitamines", &["vitamins"]), + ("Incramental", &["incremental"]), + ("Macthup", &["matchup"]), + ("Internatioanlism", &["internationalism"]), + ("Communikays", &["communiqués"]), + ("Bronocs", &["broncos"]), + ("Perseeding", &["preceding"]), + ("Disregaring", &["disregarding"]), + ("Extened", &["extended"]), + ("Developp", &["develop"]), + ("Brazeer", &["brassiere"]), + ("Marshamllows", &["marshmallows"]), + ("Stilus", &["stylus"]), + ("Underhwelming", &["underwhelming"]), + ("Supervisar", &["supervisor"]), + ("Vocabularity", &["vocabulary"]), + ("Structue", &["structure"]), + ("Objectificaiton", &["objectification"]), + ("Worfklows", &["workflows"]), + ("Ellided", &["elided"]), + ("Conetor", &["connector"]), + ("Pharmaseuticals", &["pharmaceuticals"]), + ("Paladines", &["paladins"]), + ("Astrix", &["asterisk"]), + ("Necesary", &["necessary"]), + ("Interesect", &["intersect"]), + ("Constistent", &["consistent"]), + ("Databaases", &["databases"]), + ("Sluaghter", &["slaughter"]), + ("Atended", &["attended"]), + ("Repsonsibly", &["responsibly"]), + ("Deletiong", &["deletion"]), + ("Deterimnes", &["determines"]), + ("Chaarcter", &["character"]), + ("Ofthen", &["often"]), + ("Susceded", &["seceded", "succeeded"]), + ("Theroetically", &["theoretically"]), + ("Encountre", &["encounter", "encountered"]), + ("Simualtions", &["simulations"]), + ("Duplacted", &["duplicated"]), + ("Comptability", &["compatibility", "computability"]), + ("Simplifyed", &["simplified"]), + ("Unnecesasry", &["unnecessary"]), + ("Sbsampling", &["subsampling"]), + ("Sustitution", &["substitution"]), + ("Copyirght", &["copyright"]), + ("Desision", &["decision"]), + ("Locahost", &["localhost"]), + ("Swtichs", &["switches"]), + ("Workaraounds", &["workarounds"]), + ("Relatvie", &["relative"]), + ("Criticisng", &["criticising"]), + ("Calculationg", &["calculating"]), + ("Assymthotic", &["asymptotic"]), + ("Perphas", &["perhaps"]), + ("Craeted", &["created", "crated"]), + ("Thck", &["thick"]), + ("Formaths", &["formats"]), + ("Thye", &["they"]), + ("Metrapolis", &["metropolis"]), + ("Reptuable", &["reputable"]), + ("Cinfigurations", &["configurations"]), + ("Confured", &["configured"]), + ("Transplats", &["transplants"]), + ("Experieces", &["experiences"]), + ("Actauly", &["actually"]), + ("Exectuable", &["executable"]), + ("Corrispondences", &["correspondences"]), + ("Recalcuations", &["recalculations"]), + ("Mdoelled", &["modelled"]), + ("Disapperaing", &["disappearing"]), + ("Conecpts", &["concepts"]), + ("Bytetreams", &["bytestreams"]), + ("Optomistic", &["optimistic"]), + ("Repalys", &["replays"]), + ("Belown", &["belong"]), + ("Cotnainers", &["containers"]), + ("Somehtings", &["somethings"]), + ("Trasnported", &["transported"]), + ("Possibley", &["possibly"]), + ("Reconets", &["reconnects"]), + ("Golbally", &["globally"]), + ("Relgion", &["religion"]), + ("Funchtional", &["functional"]), + ("Gltiched", &["glitched"]), + ("Commendments", &["commandments"]), + ("Instuctions", &["instructions"]), + ("Impeared", &["impaired"]), + ("Clealy", &["cleanly", "clearly"]), + ("Apprasial", &["appraisal"]), + ("Progesss", &["progress"]), + ("Humanaties", &["humanities"]), + ("Comparment", &["compartment"]), + ("Indictement", &["indictment"]), + ("Neighbeorhod", &["neighborhood"]), + ("Expermenetations", &["experimentations"]), + ("Istened", &["listened"]), + ("Emphesizing", &["emphasizing"]), + ("Absoprtion", &["absorption"]), + ("Monitoing", &["monitoring"]), + ("Thirsday", &["thursday"]), + ("Gentelmen", &["gentlemen"]), + ("Semaphor", &["semaphore"]), + ("Parmisan", &["parmesan"]), + ("Dupliacate", &["duplicate"]), + ("Satelitte", &["satellite"]), + ("Manifestors", &["manifests"]), + ("Curreny", &["currency"]), + ("Monarkies", &["monarchies"]), + ("Primitave", &["primitive"]), + ("Soceity", &["society"]), + ("Enthusiants", &["enthusiast"]), + ("Numearation", &["numeration"]), + ("Hightlighting", &["highlighting"]), + ("Supspecting", &["suspecting"]), + ("Keybooard", &["keyboard"]), + ("Cellebrated", &["celebrated"]), + ("Execuatbles", &["executables"]), + ("Bonnano", &["bonanno"]), + ("Illustrater", &["illustrator"]), + ("Vernicular", &["vernacular"]), + ("Neutraal", &["neutral"]), + ("Repubic", &["republic"]), + ("Progagations", &["propagations"]), + ("Apdated", &["updated"]), + ("Aggragator", &["aggregator"]), + ("Vauling", &["valuing"]), + ("Tortilini", &["tortellini"]), + ("Specifiyng", &["specifying"]), + ("Backards", &["backwards"]), + ("Disucssing", &["discussing"]), + ("Vyer", &["very"]), + ("Perfomramce", &["performance"]), + ("Aesthethics", &["aesthetics"]), + ("Accronym", &["acronym"]), + ("Frosaken", &["forsaken"]), + ("Appoved", &["approved"]), + ("Prposer", &["proposer"]), + ("Avoidence", &["avoidance"]), + ("Arond", &["around"]), + ("Photographics", &["photographs"]), + ("Untrasposed", &["untransposed"]), + ("Plattform", &["platform"]), + ("Uninstlal", &["uninstall"]), + ("Covnertors", &["convertors"]), + ("Calcualtion", &["calculations", "calculation"]), + ("Disappiont", &["disappoint"]), + ("Reverce", &["reverse"]), + ("Extemely", &["extremely"]), + ("Patroit", &["patriot"]), + ("Dimnention", &["dimension"]), + ("Sytemwindow", &["systemwindow"]), + ("Calibraton", &["calibration"]), + ("Attibuted", &["attributed"]), + ("Firgure", &["figure"]), + ("Sycronises", &["synchronises"]), + ("Transpararently", &["transparently"]), + ("Complane", &["complacent"]), + ("Passtime", &["pastime"]), + ("Implamenting", &["implementing"]), + ("Coffe", &["coffee"]), + ("Relationshits", &["relationships"]), + ("Ines", &["lines"]), + ("Observacion", &["observation"]), + ("Severeid", &["severed"]), + ("Sovietes", &["soviets"]), + ("Capabillity", &["capability"]), + ("Lazyness", &["laziness"]), + ("Negoziation", &["negotiation"]), + ("Metion", &["mention"]), + ("Distrbutions", &["distributions"]), + ("Syncronizing", &["synchronizing"]), + ("Escartments", &["escarpments"]), + ("Heartbrakes", &["heartbreak"]), + ("Buddah", &["buddha"]), + ("Technologicially", &["technologically"]), + ("Steramer", &["streamer"]), + ("Coutermeasure", &["countermeasure"]), + ("Furstrations", &["frustrations"]), + ("Astroanut", &["astronaut"]), + ("Minimzed", &["minimized"]), + ("Amrstrong", &["armstrong"]), + ("Encrpted", &["encrypted"]), + ("Favuourites", &["favourites"]), + ("Persones", &["persons"]), + ("Asexaul", &["asexual"]), + ("Sensistively", &["sensitively", "sensitivity"]), + ("Implementaton", &["implementation"]), + ("Newletters", &["newsletters"]), + ("Sublcuase", &["subclause"]), + ("Anull", &["annul"]), + ("Eagrely", &["eagerly"]), + ("Sidde", &["side"]), + ("Subsiduary", &["subsidiary"]), + ("Expementel", &["experimental"]), + ("Custonisation", &["customisation"]), + ("Attemented", &["attempted"]), + ("Neaders", &["headers", "kneaders"]), + ("Murdererous", &["murderers"]), + ("Tgat", &["that"]), + ("Denominador", &["denominator"]), + ("Finihsed", &["finished"]), + ("Interstelar", &["interstellar"]), + ("Licesing", &["licensing"]), + ("Sleepp", &["sleep"]), + ("Nombering", &["numbering"]), + ("Negoticates", &["negotiates"]), + ("Genuienly", &["genuinely"]), + ("Caluclator", &["calculator"]), + ("Abritration", &["arbitration"]), + ("Specficially", &["specifically"]), + ("Cheesse", &["cheeses"]), + ("Distroying", &["destroying"]), + ("Deposite", &["deposit"]), + ("Ofer", &["offer"]), + ("Adernaline", &["adrenaline"]), + ("Stright", &["straight"]), + ("Throttoling", &["throttling"]), + ("Direcdories", &["directories"]), + ("Benine", &["benign"]), + ("Alogirthmic", &["algorithmic"]), + ("Underminining", &["undermining"]), + ("Meansure", &["measure"]), + ("Mispronounciation", &["mispronunciation"]), + ("Insuspecting", &["unsuspecting"]), + ("Subtrate", &["substrate"]), + ("Baclony", &["balcony"]), + ("Byteoder", &["byteorder"]), + ("Modfel", &["model"]), + ("Ukrainains", &["ukrainians"]), + ("Transito", &["transition"]), + ("Complimenty", &["complimentary"]), + ("Experamenters", &["experimenters"]), + ("Exectuive", &["executive"]), + ("Israelies", &["israelis"]), + ("Pojrects", &["projects"]), + ("Privde", &["provide"]), + ("Positionne", &["positioned"]), + ("Idons", &["icons"]), + ("Additivies", &["additive"]), + ("Algorothmically", &["algorithmically"]), + ("Modificatons", &["modifications"]), + ("Multyplayer", &["multiplayer"]), + ("Atends", &["attends"]), + ("Thr", &["the"]), + ("Scedule", &["schedule"]), + ("Professioanl", &["professionals"]), + ("Certitication", &["certification"]), + ("Bacholers", &["bachelors"]), + ("Catastraphic", &["catastrophic"]), + ("Fundamently", &["fundamental"]), + ("Birght", &["bright"]), + ("Tecture", &["texture"]), + ("Uncorectly", &["incorrectly"]), + ("Kalidescopes", &["kaleidoscopes"]), + ("Accociate", &["associate"]), + ("Thenn", &["then"]), + ("Approxiamtely", &["approximately"]), + ("Shold", &["should", "hold", "sold"]), + ("Ignorrig", &["ignoring"]), + ("Scandinavan", &["scandinavian"]), + ("Sensationilist", &["sensationalist"]), + ("Chivlary", &["chivalry"]), + ("Exluding", &["excluding", "exuding"]), + ("Unprecise", &["imprecise"]), + ("Copright", &["copyright"]), + ("Flitering", &["filtering"]), + ("Capapbilities", &["capabilities"]), + ("Sympathatic", &["sympathetic"]), + ("Couter", &["counter"]), + ("Announements", &["announcements"]), + ("Geoemtries", &["geometries"]), + ("Algoroithms", &["algorithms"]), + ("Renegotations", &["renegotiations"]), + ("Illnesess", &["illnesses"]), + ("Complimentery", &["complimentary"]), + ("Inteval", &["interval"]), + ("Invaderats", &["invaders"]), + ("Familiair", &["familiar"]), + ("Omnishience", &["omniscience"]), + ("Sizemologist", &["seismologist"]), + ("Manifeso", &["manifesto"]), + ("Bahaviors", &["behaviors"]), + ("Recreatief", &["recreate"]), + ("Vociemail", &["voicemail"]), + ("Critized", &["criticized"]), + ("Synchrnization", &["synchronization"]), + ("Senconds", &["seconds"]), + ("Connectivitiy", &["connectivity"]), + ("Victoriuos", &["victorious"]), + ("Trasnports", &["transports"]), + ("Impossibel", &["impossibly"]), + ("Homepoathy", &["homeopathy"]), + ("Grea", &["great"]), + ("Unregiter", &["unregister"]), + ("Viariable", &["variable"]), + ("Iteratiors", &["iterators"]), + ("Agrain", &["again"]), + ("Sourth", &["south"]), + ("Charactets", &["characters"]), + ("Straind", &["strained"]), + ("Resorcing", &["resourcing"]), + ("Rocord", &["record"]), + ("Expcet", &["except", "expect"]), + ("Completi", &["complexity"]), + ("Plent", &["plenty"]), + ("Patriotas", &["patriots"]), + ("Longitue", &["longitude"]), + ("Reincatnation", &["reincarnation"]), + ("Seperadly", &["separately"]), + ("Stripts", &["scripts", "strips"]), + ("Transcoser", &["transcoder"]), + ("Opinyonist", &["opinionist"]), + ("Duailty", &["duality"]), + ("Satifies", &["satisfies"]), + ("Micoscopy", &["microscopy"]), + ("Udated", &["updated", "dated"]), + ("Capabiltiy", &["capability"]), + ("Ugprading", &["upgrading"]), + ("Autopsec", &["autospec"]), + ("Innovatve", &["innovate"]), + ("Deocde", &["decode"]), + ("Prohibirte", &["prohibit"]), + ("Entreprenaur", &["entrepreneur"]), + ("Grandiser", &["aggrandiser"]), + ("Instantaneos", &["instantaneous"]), + ("Horizontallly", &["horizontally"]), + ("Entreprener", &["entrepreneurs"]), + ("Applicatiosn", &["applications"]), + ("Recocnised", &["recognised"]), + ("Challege", &["challenge"]), + ("Invertes", &["inverse"]), + ("Strores", &["stores"]), + ("Progarmatically", &["programmatically"]), + ("Morphen", &["morphine"]), + ("Disconeect", &["disconnect"]), + ("Obersvers", &["observers"]), + ("Sequnece", &["sequence"]), + ("Thwe", &["the"]), + ("Adverst", &["adverts"]), + ("Converve", &["conserve", "converse"]), + ("Thesits", &["theists"]), + ("Dallocate", &["deallocate"]), + ("Dissarray", &["disarray"]), + ("Challengur", &["challenger"]), + ("Viserally", &["viscerally"]), + ("Discrimanatory", &["discriminatory"]), + ("Contrller", &["controller"]), + ("Manufaucturing", &["manufacturing"]), + ("Qualfied", &["qualified"]), + ("Destrution", &["destruction"]), + ("Experimentatation", &["experimentation"]), + ("Versioed", &["versioned"]), + ("Appretiated", &["appreciated"]), + ("Parastics", &["parasitics"]), + ("Hyphotesis", &["hypothesis"]), + ("Releaseing", &["releasing"]), + ("Expesnce", &["expense"]), + ("Extedns", &["extends"]), + ("Enbales", &["enables"]), + ("Heartbeart", &["heartbeat"]), + ("Utilitisation", &["utilisation"]), + ("Cardboad", &["cardboard"]), + ("Ogranisation", &["organisation"]), + ("Numebrs", &["numbers"]), + ("Functins", &["functions"]), + ("Evaluataion", &["evaluation"]), + ("Powerliftng", &["powerlifting"]), + ("Chrashs", &["crashes", "thrashes", "trashes"]), + ("Sporanos", &["sopranos"]), + ("Coincidantal", &["coincidental"]), + ("Diffent", &["different"]), + ("Poignat", &["poignant"]), + ("Predicte", &["predictive", "predicted"]), + ("Indempotent", &["idempotent"]), + ("Rewievs", &["reviews"]), + ("Mimc", &["mimic"]), + ("Perfoemer", &["performer"]), + ("Aktivates", &["activates"]), + ("Alogorithm", &["algorithm"]), + ("Interferisce", &["interferes"]), + ("Cholestrol", &["cholesterol"]), + ("Respectuflly", &["respectfully"]), + ("Imigrated", &["emigrated", "immigrated"]), + ("Characetr", &["character"]), + ("Individally", &["individually"]), + ("Inivisible", &["invisible"]), + ("Separely", &["separately"]), + ("Nuissance", &["nuisance"]), + ("Lanauage", &["language"]), + ("Advantageos", &["advantageous"]), + ("Reallocaiton", &["reallocation"]), + ("Amealearates", &["ameliorates"]), + ("Narcissstic", &["narcissist"]), + ("Pyhsicaly", &["physically"]), + ("Poind", &["point"]), + ("Deccremented", &["decremented"]), + ("Ambadextrous", &["ambidextrous"]), + ("Enhancment", &["enhancement"]), + ("Precesion", &["precession", "precision"]), + ("Surprizingly", &["surprisingly"]), + ("Chlidish", &["childish"]), + ("Spawend", &["spawned"]), + ("Seceeded", &["succeeded", "seceded"]), + ("Unapprieciated", &["unappreciated"]), + ("Bcuckets", &["buckets"]), + ("Octohedra", &["octahedra"]), + ("Fortunatley", &["fortunately"]), + ("Unuxpected", &["unexpected"]), + ("Negativ", &["negative"]), + ("Approrpiation", &["appropriation"]), + ("Orkid", &["orchid"]), + ("Overreactin", &["overreaction"]), + ("Advantagious", &["advantageous"]), + ("Maclolm", &["malcolm"]), + ("Curretnly", &["currently"]), + ("Ingores", &["ignores"]), + ("Optimisim", &["optimism"]), + ("Seperatedly", &["separately"]), + ("Identies", &["identities"]), + ("Ussuall", &["usual"]), + ("Rehabilitaton", &["rehabilitation"]), + ("Bufffers", &["buffers"]), + ("Cureful", &["careful"]), + ("Coordinaters", &["coordinates"]), + ("Ecplicitly", &["explicitly"]), + ("Hallucenations", &["hallucinations"]), + ("Suppliad", &["supplied"]), + ("Treausres", &["treasures"]), + ("Inclused", &["included"]), + ("Recepients", &["recipients"]), + ("Struc", &["struct"]), + ("Buildning", &["building"]), + ("Zuser", &["user"]), + ("Suffic", &["suffix"]), + ("Thoery", &["theory"]), + ("Wallpapr", &["wallpapers"]), + ("Affectionnate", &["affectionate"]), + ("Conmnection", &["connection"]), + ("Necessiated", &["necessitated"]), + ("Dscretion", &["discretion"]), + ("Fashist", &["fascist"]), + ("Paragph", &["paragraph"]), + ("Ephemereally", &["ephemerally"]), + ("Rearrangents", &["rearrangements"]), + ("Useble", &["usable"]), + ("Pitchforkes", &["pitchforks"]), + ("Copenhegan", &["copenhagen"]), + ("Fonctionnality", &["functionality"]), + ("Amacing", &["amazing"]), + ("Potrait", &["portrait"]), + ("Seralizes", &["serializes"]), + ("Perfomenace", &["performance"]), + ("Attributs", &["attributes"]), + ("Groth", &["growth"]), + ("Powerhorse", &["powerhouse"]), + ("Gernerators", &["generators"]), + ("Rondayvoued", &["rendezvoused"]), + ("Foreseaable", &["foreseeable"]), + ("Dispaying", &["displaying"]), + ("Structrue", &["structure"]), + ("Rocording", &["recording"]), + ("Peodphile", &["pedophile"]), + ("Goalkeeprs", &["goalkeeper"]), + ("Sucesfuly", &["successfully"]), + ("Corrensponded", &["corresponded"]), + ("Cringewhorty", &["cringeworthy"]), + ("Attriburtes", &["attributes"]), + ("Referecnes", &["references"]), + ("Bargins", &["bargains"]), + ("Requre", &["require"]), + ("Quantiation", &["quantization"]), + ("Transprting", &["transporting"]), + ("Improoving", &["improving"]), + ("Jouranlism", &["journalism"]), + ("Cirucumstance", &["circumstance"]), + ("Temporaraly", &["temporarily"]), + ("Excepcional", &["exceptional"]), + ("Enterpirses", &["enterprises"]), + ("Laboritory", &["laboratory"]), + ("Unemploymed", &["unemployed"]), + ("Recognices", &["recognizes"]), + ("Applyes", &["applies"]), + ("Speecified", &["specified"]), + ("Chlild", &["child"]), + ("Fascits", &["fascist"]), + ("Tahnkyou", &["thankyou"]), + ("Reprocuce", &["reproduce", "reprocure"]), + ("Trasnferring", &["transferring"]), + ("Profies", &["profiles"]), + ("Reacahable", &["reachable"]), + ("Disabes", &["disables"]), + ("Settingss", &["settings"]), + ("Transcluent", &["translucent"]), + ("Conetivity", &["connectivity"]), + ("Upater", &["updater"]), + ("Registeries", &["registers"]), + ("Consentious", &["conscientious"]), + ("Transofrmed", &["transformed"]), + ("Cheerleadra", &["cheerleader"]), + ("Reciding", &["residing"]), + ("Perfoemnaces", &["performances"]), + ("Definitinely", &["definitively"]), + ("Molestating", &["molestation"]), + ("Disapperead", &["disappeared"]), + ("Persistes", &["persists"]), + ("Rhethorically", &["rhetorically"]), + ("Existenial", &["existential"]), + ("Deriair", &["derriere"]), + ("Subcription", &["subscription"]), + ("Sawteed", &["sautéd"]), + ("Alvorithms", &["algorithms"]), + ("Unknouwn", &["unknown"]), + ("Rendeirng", &["rendering"]), + ("Projektile", &["projectile"]), + ("Zelaous", &["zealous"]), + ("Awkwardess", &["awkwardness"]), + ("Indicaters", &["indicates", "indicators"]), + ("Excecutive", &["executive"]), + ("Profesional", &["professional"]), + ("Entusiastic", &["enthusiastic"]), + ("Enviromentalist", &["environmentalist"]), + ("Acsension", &["ascension"]), + ("Siz", &["six", "size"]), + ("Triggeres", &["triggers"]), + ("Unsespecting", &["unsuspecting"]), + ("Reuqirements", &["requirements"]), + ("Scorpin", &["scorpion"]), + ("Ditial", &["digital"]), + ("Intimadate", &["intimidate"]), + ("Backgournds", &["backgrounds"]), + ("Labbels", &["labels"]), + ("Animtion", &["animation"]), + ("Backaloriette", &["baccalaureate"]), + ("Representives", &["representatives"]), + ("Comparistons", &["comparisons"]), + ("Trogladitic", &["troglodytic"]), + ("Unhilight", &["unhighlight"]), + ("Speciffically", &["specifically"]), + ("Succecful", &["successful"]), + ("Prostituion", &["prostitution"]), + ("Obhectify", &["objectify"]), + ("Deferrred", &["deferred"]), + ("Dirctly", &["directly"]), + ("Geenrational", &["generational"]), + ("Randazyvoo", &["rendezvous"]), + ("Inititate", &["initiate"]), + ("Cooridated", &["coordinated"]), + ("Replayes", &["replays"]), + ("Varibel", &["variable"]), + ("Exploitaiton", &["exploitation"]), + ("Consntantly", &["constantly"]), + ("Transmitsion", &["transmission"]), + ("Ownwership", &["ownership"]), + ("Opportunites", &["opportunities"]), + ("Hypvisors", &["hypervisors"]), + ("Expercted", &["expected", "excerpted"]), + ("Abominaton", &["abomination"]), + ("Supoorts", &["supports"]), + ("Promotted", &["promoted"]), + ("Redability", &["readability"]), + ("Panethon", &["pantheon"]), + ("Obleek", &["oblique"]), + ("Mechaniclly", &["mechanically"]), + ("Yelds", &["yields"]), + ("Remarkablely", &["remarkably"]), + ("Agument", &["argument"]), + ("Detaulted", &["defaulted"]), + ("Modifify", &["modify"]), + ("Pressented", &["presented"]), + ("Rotuines", &["routines"]), + ("Clifthanger", &["cliffhanger"]), + ("Exploitating", &["exploitation"]), + ("Remotley", &["remotely"]), + ("Decathalon", &["decathlon"]), + ("Interpersonnal", &["interpersonal"]), + ("Renegotiotable", &["renegotiable"]), + ("Eith", &["with"]), + ("Infantis", &["infants"]), + ("Asceding", &["ascending"]), + ("Tranporting", &["transporting"]), + ("Casses", &["cases"]), + ("Opinyonnaire", &["opinionnaire"]), + ("Hypens", &["hyphens"]), + ("Defulting", &["defaulting"]), + ("Possiblities", &["possibilities"]), + ("Automotice", &["automotive"]), + ("Abruptley", &["abruptly"]), + ("Incentivare", &["incentive"]), + ("Uninitalize", &["uninitialize"]), + ("Dilaog", &["dialog"]), + ("Substace", &["substance"]), + ("Encrytption", &["encryption"]), + ("Serializeable", &["serializable"]), + ("Pancakers", &["pancakes"]), + ("Hurrycanes", &["hurricanes"]), + ("Dominateurs", &["dominates"]), + ("Adapdive", &["adaptive"]), + ("Clampping", &["clamping"]), + ("Americain", &["american"]), + ("Ohterwise", &["otherwise"]), + ("Disgustiny", &["disgustingly"]), + ("Awknowledges", &["acknowledges"]), + ("Dissapeared", &["disappeared"]), + ("Correspondes", &["corresponds"]), + ("Spriritual", &["spiritual"]), + ("Reccommending", &["recommending"]), + ("Optimiality", &["optimality"]), + ("Supposidly", &["supposedly"]), + ("Spirituella", &["spiritually"]), + ("Paremter", &["parameter"]), + ("Modukles", &["modules"]), + ("Optin", &["option"]), + ("Underwoord", &["underworld"]), + ("Afaraid", &["afraid"]), + ("Insparation", &["inspiration"]), + ("Plaforms", &["platforms"]), + ("Secton", &["section"]), + ("Srpouts", &["sprouts"]), + ("Changges", &["changes"]), + ("Synthedic", &["synthetic"]), + ("Favoruites", &["favorites"]), + ("Scientis", &["scientist"]), + ("Caricate", &["caricature"]), + ("Derferencing", &["dereferencing"]), + ("Comunications", &["communications"]), + ("Decroation", &["decoration"]), + ("Airbore", &["airborne"]), + ("Surrended", &["surrounded", "surrendered"]), + ("Discontinous", &["discontinuous"]), + ("Hatian", &["haitian"]), + ("Resotrations", &["restorations"]), + ("Subarmines", &["submarines"]), + ("Prodcution", &["production"]), + ("Rememver", &["remember"]), + ("Stubbron", &["stubborn"]), + ("Postives", &["positives"]), + ("Inconsequentual", &["inconsequential"]), + ("Esnured", &["ensured"]), + ("Cthuluh", &["cthulhu"]), + ("Momoments", &["moments"]), + ("Dependencias", &["dependencies"]), + ("Alreadly", &["already"]), + ("Biogtry", &["bigotry"]), + ("Invalidtes", &["invalidates"]), + ("Highights", &["highlights"]), + ("Exarcebated", &["exacerbated"]), + ("Grahpic", &["graphic"]), + ("Grassrooots", &["grassroots"]), + ("Expanation", &["explanation", "expansion"]), + ("Excpetion", &["exception"]), + ("Relativly", &["relatively"]), + ("Watchdong", &["watchdog"]), + ("Benechmarks", &["benchmarks"]), + ("Recipees", &["recipes"]), + ("Positivitiy", &["positivity"]), + ("Particlar", &["particular"]), + ("Feministers", &["feminists"]), + ("Sezuires", &["seizures"]), + ("Brwosing", &["browsing"]), + ("Peases", &["leases", "pieces", "pleases"]), + ("Nubering", &["numbering"]), + ("Junglig", &["jungling"]), + ("Mornig", &["morning"]), + ("Destoryer", &["destroyer"]), + ("Deficienies", &["deficiencies"]), + ("Strawberrry", &["strawberry"]), + ("Enumeratable", &["enumerable"]), + ("Princepals", &["principals"]), + ("Convingi", &["convincing"]), + ("Mircophones", &["microphones"]), + ("Procedue", &["procedure"]), + ("Prioratize", &["prioritize"]), + ("Porblem", &["problem"]), + ("Bounites", &["bounties"]), + ("Anoying", &["annoying"]), + ("Vitrues", &["virtues"]), + ("Journalsim", &["journalism"]), + ("Throners", &["thrones"]), + ("Clasas", &["class", "classes"]), + ("Additonaly", &["additionally"]), + ("Demographs", &["demographics"]), + ("Metroplois", &["metropolis"]), + ("Bitswaping", &["bitswapping"]), + ("Neighbourood", &["neighbourhood"]), + ("Embededded", &["embedded"]), + ("Deductable", &["deductible"]), + ("Progressivley", &["progressively"]), + ("Ajacencies", &["adjacencies"]), + ("Reworkd", &["reworked"]), + ("Alreayd", &["already"]), + ("Genrators", &["generators"]), + ("Attidute", &["attitude"]), + ("Pengwens", &["penguins"]), + ("Coallees", &["coalesces"]), + ("Documentataion", &["documentation"]), + ("Nams", &["names"]), + ("Protols", &["protocols"]), + ("Repostas", &["reposts"]), + ("Arugably", &["arguably"]), + ("Persaude", &["persuade"]), + ("Correspondint", &["corresponding", "correspondent"]), + ("Applly", &["apply"]), + ("Contiue", &["continue"]), + ("Juggernath", &["juggernaut"]), + ("Jacksonvillle", &["jacksonville"]), + ("Philisophies", &["philosophies"]), + ("Differenty", &["differently"]), + ("Trapeziod", &["trapezoid"]), + ("Enbraces", &["embraces"]), + ("Accmulate", &["accumulate"]), + ("Appoximates", &["approximates"]), + ("Probabalistic", &["probabilistic"]), + ("Postive", &["positive"]), + ("Unsubscritpiton", &["unsubscription"]), + ("Progarammed", &["programmed"]), + ("Vulberbility", &["vulnerability"]), + ("Aprehensive", &["apprehensive"]), + ("Repsentation", &["representation"]), + ("Unforunately", &["unfortunately"]), + ("Deselcting", &["deselecting"]), + ("Microwae", &["microwaves"]), + ("Inheritend", &["inherited"]), + ("Abbreviato", &["abbreviation"]), + ("Amont", &["among", "amount"]), + ("Privcy", &["privacy"]), + ("Masturbaited", &["masturbated"]), + ("Sterams", &["streams"]), + ("Cirucit", &["circuit"]), + ("Wavelegnth", &["wavelength"]), + ("Dloating", &["floating"]), + ("Speficilleis", &["specifies"]), + ("Pijuns", &["pigeons"]), + ("Sychronmode", &["synchronmode"]), + ("Ajcencies", &["adjacencies"]), + ("Mulsims", &["muslims"]), + ("Blackcawks", &["blackhawks"]), + ("Werid", &["weird"]), + ("Knowlegeabel", &["knowledgeable"]), + ("Interruped", &["interrupted"]), + ("Analtyics", &["analytics"]), + ("Discuusion", &["discussion"]), + ("Dissimialrly", &["dissimilarly"]), + ("Confimed", &["confirmed"]), + ("Pubisher", &["publisher"]), + ("Complier", &["compiler"]), + ("Dimaond", &["diamond"]), + ("Autheniticators", &["authenticators"]), + ("Decribes", &["describes"]), + ("Propetiies", &["properties"]), + ("Maintans", &["maintains"]), + ("Napoms", &["napalms"]), + ("Broadcastors", &["broadcasts"]), + ("Infinty", &["infinity"]), + ("Aplogies", &["apologies"]), + ("Aburptly", &["abruptly"]), + ("Comsumable", &["consumable"]), + ("Exsts", &["exists"]), + ("Dahboards", &["dashboards"]), + ("Calllee", &["callee"]), + ("Trubines", &["turbines"]), + ("Cartriages", &["cartridges"]), + ("Stromfront", &["stormfront"]), + ("Suppoert", &["support"]), + ("Detcetions", &["detections"]), + ("Restrictins", &["restricts"]), + ("Speficying", &["specifying"]), + ("Nihther", &["neither"]), + ("Chescksums", &["checksums"]), + ("Varilue", &["value", "variable"]), + ("Uplaodes", &["uploads"]), + ("Permessions", &["permissions"]), + ("Distribuitng", &["distributing"]), + ("Guarrenty", &["guaranty"]), + ("Unsuccees", &["unsuccessful"]), + ("Propaganada", &["propaganda"]), + ("Entirley", &["entirely"]), + ("Assihnments", &["assignments"]), + ("Explosivas", &["explosives"]), + ("Correcty", &["correctly"]), + ("Yuou", &["you"]), + ("Collisson", &["collisions"]), + ("Cllouding", &["clouding"]), + ("Berskerer", &["berserker"]), + ("Insluated", &["insulated"]), + ("Repressentation", &["representation"]), + ("Analysus", &["analysis"]), + ("Negotionates", &["negotiates"]), + ("Longers", &["longer"]), + ("Serveless", &["serverless"]), + ("Embeed", &["embed"]), + ("Repblic", &["republic"]), + ("Drotmund", &["dortmund"]), + ("Intstructer", &["instructor"]), + ("Relete", &["delete", "relate"]), + ("Knuckel", &["knuckle"]), + ("Invalide", &["invalid"]), + ("Itheir", &["their"]), + ("Traliers", &["trailers"]), + ("Nusaince", &["nuisance"]), + ("Algortihmically", &["algorithmically"]), + ("Depenedecy", &["dependency"]), + ("Interactve", &["interactive"]), + ("Accunt", &["account"]), + ("Experssing", &["expressing"]), + ("Husban", &["husband"]), + ("Asssert", &["assert"]), + ("Australianess", &["australians"]), + ("Allocal", &["allocate"]), + ("Wisconsion", &["wisconsin"]), + ("Roundaboot", &["roundabout"]), + ("Beligum", &["belgium"]), + ("Bounbdaries", &["boundaries"]), + ("Motorolja", &["motorola"]), + ("Exturd", &["extrude"]), + ("Releant", &["relevant", "relent"]), + ("Difficullty", &["difficulty"]), + ("Ecplicit", &["explicit"]), + ("Tecnical", &["technical"]), + ("Tinterrupts", &["interrupts"]), + ("Discribes", &["describes"]), + ("Tiggers", &["triggers"]), + ("Diagnotic", &["diagnostic"]), + ("Contstructors", &["constructors"]), + ("Implmeneted", &["implemented"]), + ("Scrtiping", &["scripting"]), + ("Assult", &["assault"]), + ("Folliwinwg", &["following"]), + ("Coverign", &["covering"]), + ("Implentors", &["implementers"]), + ("Realibility", &["reliability"]), + ("Speficific", &["specific"]), + ("Quaratine", &["quarantine"]), + ("Sissered", &["scissored"]), + ("Inconveinence", &["inconvenience"]), + ("Marginable", &["marginal"]), + ("Uplaod", &["upload"]), + ("Recored", &["recorded"]), + ("Orbtial", &["orbital"]), + ("Longitudonal", &["longitudinal"]), + ("Hepler", &["helper"]), + ("Insufficant", &["insufficient"]), + ("Alternatievly", &["alternatively"]), + ("Shileding", &["shielding"]), + ("Inquries", &["inquiries"]), + ("Algortihms", &["algorithms"]), + ("Metropolin", &["metropolitan"]), + ("Ressourcing", &["resourcing"]), + ("Suspisiously", &["suspiciously"]), + ("Implemets", &["implements"]), + ("Aliase", &["aliases", "alias"]), + ("Mataching", &["matching"]), + ("Probagation", &["propagation"]), + ("Compresss", &["compress"]), + ("Propertiees", &["properties"]), + ("Declatory", &["declaratory"]), + ("Coverting", &["converting"]), + ("Sycned", &["synced"]), + ("Armorments", &["armaments"]), + ("Asistance", &["assistance"]), + ("Blockchian", &["blockchain"]), + ("Scafoldes", &["scaffolds"]), + ("Dysfunktional", &["dysfunctional"]), + ("Parenthesed", &["parenthesized"]), + ("Ulteriour", &["ulterior"]), + ("Coutermeasueres", &["countermeasures"]), + ("Truley", &["truly"]), + ("Folled", &["followed"]), + ("Externaly", &["externally"]), + ("Disruptivo", &["disruption"]), + ("Envriron", &["environ"]), + ("Texually", &["textually"]), + ("Contrct", &["contract"]), + ("Resembels", &["resembles"]), + ("Withount", &["without"]), + ("Uplod", &["upload"]), + ("Newtwork", &["network"]), + ("Itselt", &["itself"]), + ("Enginerring", &["engineering"]), + ("Sensistive", &["sensitive"]), + ("Renegosiates", &["renegotiates"]), + ("Snippests", &["snippets"]), + ("Mememto", &["memento"]), + ("Mannorisms", &["mannerisms"]), + ("Sketcked", &["skated", "sketched"]), + ("Transfomed", &["transformed"]), + ("Numnbered", &["numbered"]), + ("Dupliations", &["duplications"]), + ("Censibly", &["sensibly"]), + ("Correspont", &["correspond"]), + ("Comparisaions", &["comparisons"]), + ("Iresistably", &["irresistibly"]), + ("Belguim", &["belgium"]), + ("Authoratative", &["authoritative"]), + ("Consqeuences", &["consequence"]), + ("Comparision", &["comparison"]), + ("Permisssions", &["permissions"]), + ("Terrforming", &["terraforming"]), + ("Wealthly", &["wealthy"]), + ("Adapative", &["adaptive"]), + ("Mulitplied", &["multiplied"]), + ("Hiptser", &["hipster"]), + ("Maintaied", &["maintained"]), + ("Ignorence", &["ignorance"]), + ("Perxoide", &["peroxide"]), + ("Nastertium", &["nasturtium"]), + ("Intepretable", &["interpretable"]), + ("Exponentiel", &["exponential"]), + ("Techically", &["tactically", "technically"]), + ("Intestinas", &["intestines"]), + ("Receiption", &["reception"]), + ("Sentinents", &["sentiments"]), + ("Bengahzi", &["benghazi"]), + ("Overcompansated", &["overcompensated"]), + ("Gernerating", &["generating"]), + ("Journolist", &["journalist"]), + ("Contension", &["contention"]), + ("Slayign", &["slaying"]), + ("Unrelaible", &["unreliable"]), + ("Anononymous", &["anonymous"]), + ("Eratically", &["erratically"]), + ("Formattings", &["formatting"]), + ("Disssembler", &["disassembler"]), + ("Renegociable", &["renegotiable"]), + ("Recocation", &["revocation"]), + ("Erronous", &["erroneous"]), + ("Submitt", &["submit"]), + ("Degenere", &["degenerate"]), + ("Impleneted", &["implemented"]), + ("Prevoiusly", &["previously"]), + ("Commenteers", &["commenter"]), + ("Rference", &["reference"]), + ("Organizaitonal", &["organizational"]), + ("Donesticated", &["domesticated"]), + ("Esttings", &["settings"]), + ("Sigits", &["digits"]), + ("Contaning", &["containing"]), + ("Basicley", &["basically"]), + ("Prefferable", &["preferable"]), + ("Incremeted", &["incremented"]), + ("Perspectief", &["perspective"]), + ("Folowwiong", &["following"]), + ("Parfay", &["parfait"]), + ("Improoved", &["improved"]), + ("Taligating", &["tailgating"]), + ("Commma", &["comma"]), + ("Provocativley", &["provocative"]), + ("Featchured", &["featured"]), + ("Dissasembling", &["disassembling"]), + ("Implmeentation", &["implementation"]), + ("Speculatie", &["speculative"]), + ("Quantaties", &["quantities"]), + ("Cilyndres", &["cylinders"]), + ("Intilizing", &["initializing"]), + ("Bangquit", &["banquet"]), + ("Icrementing", &["incrementing"]), + ("Definjtely", &["definitely"]), + ("Thruout", &["throughout"]), + ("Circomstance", &["circumstance"]), + ("Temprature", &["temperature"]), + ("Sepcify", &["specify"]), + ("Ignors", &["ignores"]), + ("Upgrates", &["upgrades"]), + ("Subsedent", &["subsequent"]), + ("Firmeware", &["firmware"]), + ("Arbitre", &["arbiter"]), + ("Differnciate", &["differentiate"]), + ("Procrascinating", &["procrastinating"]), + ("Appreaciated", &["appreciated"]), + ("Implentation", &["implementation"]), + ("Constrcuct", &["construct"]), + ("Configuerd", &["configured"]), + ("Ephipany", &["epiphany"]), + ("Announcemnts", &["announcements"]), + ("Zimbabwaen", &["zimbabwe"]), + ("Swithcing", &["switching"]), + ("Affliated", &["affiliated"]), + ("Transgenger", &["transgender"]), + ("Supersticious", &["superstitious"]), + ("Reposititioning", &["repositioning"]), + ("Varibale", &["variable"]), + ("Rountripped", &["roundtripped"]), + ("Transolation", &["translation"]), + ("Pevent", &["prevent"]), + ("Reuquest", &["request"]), + ("Importent", &["important"]), + ("Decomplier", &["decompiler"]), + ("Repport", &["report"]), + ("Loccked", &["locked"]), + ("Deferreal", &["deferral"]), + ("Professionaly", &["professionally"]), + ("Compede", &["competed"]), + ("Difinitions", &["definitions"]), + ("Prostitutas", &["prostitutes"]), + ("Simmetrical", &["symmetrical"]), + ("Triggern", &["triggering"]), + ("Modifid", &["modified"]), + ("Fasing", &["fazing", "phasing"]), + ("Opearnd", &["operand"]), + ("Reuqest", &["request"]), + ("Guarrantieing", &["guaranteeing"]), + ("Iwithout", &["without"]), + ("Opeartors", &["operators"]), + ("Escalting", &["escalating"]), + ("Progapations", &["propagations"]), + ("Wednseday", &["wednesday"]), + ("Fasinating", &["fascinating"]), + ("Mathametician", &["mathematician"]), + ("Pertubations", &["perturbations"]), + ("Contricting", &["contracting"]), + ("Electorite", &["electorate"]), + ("Biscut", &["biscuit"]), + ("Ligitamacy", &["legitimacy"]), + ("Varnings", &["warnings"]), + ("Imperiarist", &["imperialist"]), + ("Resloving", &["resolving"]), + ("Iteractive", &["interactive"]), + ("Algoritmes", &["algorithms"]), + ("Wyth", &["with"]), + ("Recommdends", &["recommends"]), + ("Verifyied", &["verified"]), + ("Transpalnt", &["transplants"]), + ("Thunderboldt", &["thunderbolt"]), + ("Mountan", &["mountain"]), + ("Investions", &["inventions"]), + ("Rearrangteable", &["rearrangeable"]), + ("Vegetarions", &["vegetarians"]), + ("Exterbal", &["external"]), + ("Intented", &["intended", "indented"]), + ("Vestage", &["vestige"]), + ("Anylzing", &["analyzing"]), + ("Disuade", &["dissuade"]), + ("Dereferncencer", &["dereferencer"]), + ("Dicisions", &["decisions"]), + ("Acrue", &["accrue"]), + ("Ambluance", &["ambulance"]), + ("Eastwod", &["eastwood"]), + ("Strategice", &["strategies"]), + ("Studnet", &["student"]), + ("Cliuents", &["clients"]), + ("Reuplaodad", &["reupload", "reuploaded"]), + ("Subesquent", &["subsequent"]), + ("Confirmatino", &["confirmation"]), + ("Ilumination", &["illumination"]), + ("Compatably", &["compatibly"]), + ("Strugling", &["struggling"]), + ("Visibley", &["visibly"]), + ("Netural", &["neutral", "natural"]), + ("Excersizes", &["exercises"]), + ("Lepracans", &["leprechauns"]), + ("Permature", &["premature"]), + ("Moleculs", &["molecules"]), + ("Labouriously", &["laboriously"]), + ("Direcional", &["directional"]), + ("Wrorker", &["worker"]), + ("Feminimity", &["femininity"]), + ("Playists", &["playlists"]), + ("Termporal", &["temporal"]), + ("Directin", &["directions", "directing", "direction"]), + ("Produse", &["produces", "produce"]), + ("Ccessible", &["accessible"]), + ("Assosiations", &["associations"]), + ("Seahwaks", &["seahawks"]), + ("Futurers", &["futures"]), + ("Appereance", &["appearance"]), + ("Adaptove", &["adaptive", "adoptive"]), + ("Promiscious", &["promiscuous"]), + ("Exampples", &["examples"]), + ("Callibrated", &["calibrated"]), + ("Standrat", &["standard"]), + ("Varibles", &["variables"]), + ("Tawianese", &["taiwanese"]), + ("Avoing", &["avoiding"]), + ("Modfides", &["modifies"]), + ("Instanze", &["instance"]), + ("Progresing", &["progressing"]), + ("Lsat", &["last", "slat", "sat"]), + ("Dynamicly", &["dynamically"]), + ("Saskatchwan", &["saskatchewan"]), + ("Criricals", &["criticals"]), + ("Independly", &["independently"]), + ("Aqcuisition", &["acquisition"]), + ("Mamory", &["memory"]), + ("Soldily", &["solidly"]), + ("Redcue", &["reduce"]), + ("Taryvon", &["trayvon"]), + ("Intentended", &["intended"]), + ("Opionion", &["opinion"]), + ("Sutisfy", &["satisfy"]), + ("Extensiosn", &["extensions"]), + ("Souvinneers", &["souvenirs"]), + ("Remianing", &["remaining"]), + ("Expetimentations", &["experimentations"]), + ("Deleletes", &["deletes"]), + ("Handshkng", &["handshaking"]), + ("Progagate", &["propagate"]), + ("Sepcifications", &["specification", "specifications"]), + ("Agrandizes", &["aggrandizes"]), + ("Considerant", &["considerate"]), + ("Androidextra", &["androidextras"]), + ("Opinyonable", &["opinionable"]), + ("Extremers", &["extremes"]), + ("Reprodiced", &["reproduced"]), + ("Densley", &["densely"]), + ("Motherboars", &["motherboards"]), + ("Lackrimosly", &["lachrymosely"]), + ("Blokcer", &["blocker"]), + ("Pretendendo", &["pretended"]), + ("Electrictian", &["electrician"]), + ("Pratictioners", &["practitioners"]), + ("Intterrupt", &["interrupt"]), + ("Composuted", &["composited"]), + ("Compresson", &["compression"]), + ("Rade", &["read", "raid"]), + ("Guarnatey", &["guaranty"]), + ("Daemonified", &["daemonised", "daemonized"]), + ("Stylessheets", &["stylesheets"]), + ("Enthusisast", &["enthusiasts"]), + ("Adevnturing", &["adventuring"]), + ("Algorhtms", &["algorithms"]), + ("Calulation", &["calculation"]), + ("Javascritp", &["javascript"]), + ("Allwys", &["always"]), + ("Repititions", &["repetitions"]), + ("Degerate", &["degenerate"]), + ("Replicaitons", &["replications"]), + ("Upsreams", &["upstreams"]), + ("Cymptums", &["symptoms"]), + ("Approxamates", &["approximates"]), + ("Execuion", &["execution"]), + ("Uniforn", &["uniform"]), + ("Autoattaks", &["autoattack"]), + ("Provder", &["provider"]), + ("Adversiting", &["advertising"]), + ("Sublasse", &["subclasse"]), + ("Absurdy", &["absurdly"]), + ("Evelope", &["envelope", "envelop"]), + ("Correspondente", &["correspondence"]), + ("Contribucion", &["contribution"]), + ("Expetcted", &["expected"]), + ("Spacified", &["specified"]), + ("Fizeek", &["physique"]), + ("Creatie", &["creatine"]), + ("Sucessor", &["successor"]), + ("Supresion", &["suppression"]), + ("Incomprehendible", &["incomprehensible"]), + ("Clasically", &["classically"]), + ("Transscript", &["transcript"]), + ("Proprogation", &["propagation"]), + ("Conceled", &["concede"]), + ("Spefification", &["specification"]), + ("Detction", &["detection"]), + ("Confustion", &["confusion"]), + ("Israelits", &["israelis"]), + ("Polymorhed", &["polymorphed"]), + ("Prescius", &["precious"]), + ("Libertarain", &["libertarian"]), + ("Bigfooot", &["bigfoot"]), + ("Hypothosis", &["hypothesis"]), + ("Protability", &["portability", "probability"]), + ("Distincitve", &["distinctive"]), + ("Directry", &["directory"]), + ("Iritable", &["irritable"]), + ("Custoizable", &["customizable"]), + ("Impoving", &["improving"]), + ("Aritfact", &["artifact"]), + ("Bescribed", &["described"]), + ("Discoveribility", &["discoverability"]), + ("Neighbourhhod", &["neighbourhood"]), + ("Locaizer", &["localizer"]), + ("Universse", &["universes"]), + ("Unselecgted", &["unselected"]), + ("Pacakge", &["package"]), + ("Snowfalling", &["snowballing"]), + ("Documants", &["documents"]), + ("Equilvalently", &["equivalently"]), + ("Snowboaring", &["snowboarding"]), + ("Aorund", &["around"]), + ("Specifices", &["specifics", "specifies"]), + ("Diptheria", &["diphtheria"]), + ("Conclsuion", &["concussion"]), + ("Propertery", &["property"]), + ("Succee", &["succeed"]), + ("Gargoils", &["gargoyles"]), + ("Denominatons", &["denominations"]), + ("Origionally", &["originally"]), + ("Cmak", &["cmake"]), + ("Unwrittern", &["unwritten"]), + ("Depsoited", &["deposited"]), + ("Absodeflyly", &["absolutely"]), + ("Conteining", &["containing"]), + ("Microtax", &["microatx"]), + ("Throtted", &["throttled", "trotted"]), + ("Offereing", &["offering"]), + ("Businees", &["business"]), + ("Inverded", &["inverted"]), + ("Beging", &["begging", "beginning", "being"]), + ("Incldue", &["include"]), + ("Foloower", &["follower"]), + ("Arrangaelbe", &["arrangeable"]), + ("Interpretacion", &["interpretation"]), + ("Suscript", &["subscript"]), + ("Isalmists", &["islamists"]), + ("Origially", &["originally"]), + ("Oblitirated", &["obliterated"]), + ("Srollbar", &["scrollbar"]), + ("Interpratation", &["interpretation"]), + ("Intepretes", &["interprets"]), + ("Intereting", &["interesting"]), + ("Pretendias", &["pretends"]), + ("Bombarderad", &["bombarded"]), + ("Adddition", &["addition"]), + ("Analysys", &["analysis"]), + ("Positoned", &["positioned"]), + ("Schedulier", &["scheduler"]), + ("Brwosers", &["browsers"]), + ("Microtransactional", &["microtransactions"]), + ("Intelluctuals", &["intellectuals"]), + ("Devloper", &["developer"]), + ("Procedings", &["proceedings"]), + ("Aggreived", &["aggrieved"]), + ("Subjectief", &["subjective"]), + ("Autheniticates", &["authenticates"]), + ("Icludes", &["includes"]), + ("Supposeds", &["supposed"]), + ("Comeptition", &["competition"]), + ("Christin", &["christian"]), + ("Themselces", &["themselves"]), + ("Returnes", &["returns"]), + ("Endig", &["ending"]), + ("Educationnal", &["educational"]), + ("Orchastrated", &["orchestrated"]), + ("Cusstomers", &["customers"]), + ("Experinece", &["experience"]), + ("Inexperiened", &["inexperienced"]), + ("Moisterizer", &["moisturizer"]), + ("Exclamantion", &["exclamation"]), + ("Experimentter", &["experimenter"]), + ("Instititional", &["institutional"]), + ("Groupes", &["groups", "grouped"]), + ("Woundering", &["wondering"]), + ("Becaseu", &["because"]), + ("Executred", &["executed"]), + ("Embarrasments", &["embarrassment"]), + ("Refererences", &["references"]), + ("Capatilists", &["capitalists"]), + ("Soource", &["source"]), + ("Toether", &["together", "tether"]), + ("Asser", &["assert"]), + ("Officiallly", &["officially"]), + ("Legendaires", &["legendaries"]), + ("Conditiong", &["conditioning"]), + ("Analogeous", &["analogous"]), + ("Deviiations", &["deviations"]), + ("Minimsed", &["minimised"]), + ("Deattached", &["detached"]), + ("Visibale", &["visible"]), + ("Comparaste", &["compares"]), + ("Definitlty", &["definitely"]), + ("Whirpools", &["whirlpools"]), + ("Explortation", &["exploitation"]), + ("Dissppointed", &["disappointed"]), + ("Undisered", &["undesired"]), + ("Framworks", &["frameworks"]), + ("Devasteted", &["devastated"]), + ("Literarly", &["literary"]), + ("Belived", &["believed", "beloved"]), + ("Dishinored", &["dishonored"]), + ("Pubilsher", &["publisher"]), + ("Cpoy", &["coy", "copy"]), + ("Stampeed", &["stamped"]), + ("Refereces", &["references"]), + ("Enchanthing", &["enchanting"]), + ("Gentials", &["genitals"]), + ("Invarinats", &["invariants"]), + ("Objtain", &["obtain"]), + ("Millenialism", &["millennialism"]), + ("Accommadates", &["accommodates"]), + ("Testng", &["testing"]), + ("Emmit", &["emit"]), + ("Fougth", &["fought"]), + ("Aquiess", &["acquiesce"]), + ("Discusssion", &["discussions"]), + ("Birghtness", &["brightness"]), + ("Cotnain", &["contain"]), + ("Complainig", &["complaining"]), + ("Componenent", &["component"]), + ("Emphysyma", &["emphysema"]), + ("Properlty", &["properly", "property"]), + ("Equallity", &["equality"]), + ("Recommens", &["recommends"]), + ("Newine", &["newline"]), + ("Inculded", &["included"]), + ("Ellpitical", &["elliptical"]), + ("Stichted", &["stitched"]), + ("Alllocation", &["allocation"]), + ("Mediterranen", &["mediterranean"]), + ("Benefica", &["beneficial"]), + ("Tranients", &["transients"]), + ("Philosopies", &["philosophies"]), + ("Conted", &["counted", "counter", "countered"]), + ("Credetials", &["credentials"]), + ("Sheparding", &["shepherding"]), + ("Atheltes", &["athletes"]), + ("Cancelations", &["cancellations"]), + ("Arral", &["array"]), + ("Uninteresed", &["uninterested"]), + ("Poisitioned", &["positioned"]), + ("Polotically", &["politically"]), + ("Alegience", &["allegiance"]), + ("Litquid", &["liquid"]), + ("Regster", &["register"]), + ("Retireus", &["retires"]), + ("Anser", &["answer"]), + ("Asembled", &["assembled"]), + ("Medicaiton", &["medication"]), + ("Submitions", &["submissions"]), + ("Milimeter", &["millimeter"]), + ("Pornogrpahy", &["pornography"]), + ("Avaiilable", &["available"]), + ("Recived", &["received"]), + ("Inormation", &["information"]), + ("Compinsation", &["compensation"]), + ("Transformacion", &["transformation"]), + ("Investmet", &["investments"]), + ("Subconsciouly", &["subconsciously"]), + ("Disgustingy", &["disgustingly"]), + ("Discreditied", &["discredited"]), + ("Destinaions", &["destinations"]), + ("Indciate", &["indicate"]), + ("Interploated", &["interpolated"]), + ("Beleaved", &["believed"]), + ("Unversionned", &["unversioned"]), + ("Usseful", &["useful"]), + ("Resedue", &["residue"]), + ("Aksreddit", &["askreddit"]), + ("Sparyed", &["sprayed"]), + ("Acutions", &["auctions"]), + ("Bimillenia", &["bimillennia"]), + ("Ukraininas", &["ukrainians"]), + ("Irreplacable", &["irreplaceable"]), + ("Recognizible", &["recognizable"]), + ("Carefull", &["careful", "carefully"]), + ("Credencials", &["credentials"]), + ("Chahging", &["changing"]), + ("Certificstion", &["certification"]), + ("Interates", &["iterates", "interacts", "integrated"]), + ("Administratio", &["administrator"]), + ("Underfowing", &["underflowing"]), + ("Disentry", &["dysentery"]), + ("Avalibale", &["available"]), + ("Confingure", &["configure"]), + ("Handkerchif", &["handkerchief"]), + ("Prepetuate", &["perpetuate"]), + ("Statuser", &["stature"]), + ("Incomprehinsible", &["incomprehensible"]), + ("Defineas", &["defines"]), + ("Fortuantely", &["fortunately"]), + ("Clisheys", &["clichés"]), + ("Pretecting", &["protecting"]), + ("Inpractical", &["impractical"]), + ("Satsohi", &["satoshi"]), + ("Coproccessor", &["coprocessor"]), + ("Clsasified", &["classified"]), + ("Backword", &["backward"]), + ("Shelveys", &["shelves"]), + ("Considereis", &["considers"]), + ("Execued", &["executed"]), + ("Experencing", &["experiencing"]), + ("Superisor", &["superiors"]), + ("Crytopgraphic", &["cryptographic"]), + ("Compleate", &["complete"]), + ("Sodder", &["solder"]), + ("Algorithemically", &["algorithmically"]), + ("Sacrifizing", &["sacrificing"]), + ("Creaed", &["created"]), + ("Inherets", &["inherits"]), + ("Examplees", &["examples"]), + ("Dissappearing", &["disappearing"]), + ("Colaboration", &["collaboration"]), + ("Teksts", &["texts"]), + ("Shieldd", &["shielded"]), + ("Outrside", &["outside"]), + ("Inpsired", &["inspired"]), + ("Pefered", &["preferred"]), + ("Kyeboshed", &["kiboshed"]), + ("Produkt", &["product"]), + ("Casaroles", &["casseroles"]), + ("Dictionaires", &["dictionaries"]), + ("Ovservers", &["observers"]), + ("Amalagmation", &["amalgamation"]), + ("Unexpercted", &["unexpected"]), + ("Devides", &["divides", "devices"]), + ("Privoded", &["provided"]), + ("Transparanet", &["transparent"]), + ("Monolite", &["monolithic"]), + ("Eveluation", &["evaluation"]), + ("Maeaningless", &["meaningless"]), + ("Lubircant", &["lubricant"]), + ("Interepretation", &["interpretation"]), + ("Algorithmical", &["algorithmically"]), + ("Failled", &["failed"]), + ("Inhertiance", &["inheritance"]), + ("Parternship", &["partnership"]), + ("Servoce", &["service"]), + ("Immedaite", &["immediate"]), + ("Maniuplator", &["manipulator"]), + ("Legistative", &["legislative"]), + ("Journolists", &["journalists"]), + ("Frustrastion", &["frustrations"]), + ("Instututed", &["instituted"]), + ("Initailze", &["initialize"]), + ("Overclcoked", &["overclocked"]), + ("Oligatory", &["obligatory"]), + ("Teetotler", &["teetotaler"]), + ("Desctiptor", &["descriptor"]), + ("Gigantisch", &["gigantic"]), + ("Speified", &["specified"]), + ("Expeect", &["expect"]), + ("Typpically", &["typically"]), + ("Unregsiters", &["unregisters"]), + ("Reigster", &["register"]), + ("Euclidian", &["euclidean"]), + ("Belligerante", &["belligerent"]), + ("Valeu", &["value"]), + ("Decomposits", &["decomposes"]), + ("Surrrogate", &["surrogate"]), + ("Commpound", &["compound"]), + ("Slcies", &["slices"]), + ("Retroactivly", &["retroactively"]), + ("Getegories", &["categories"]), + ("Acendancey", &["ascendancy"]), + ("Locatins", &["locations"]), + ("Productivy", &["productivity"]), + ("Survivers", &["survivors"]), + ("Delievere", &["delivered"]), + ("Legendaies", &["legendaries"]), + ("Princessses", &["princesses"]), + ("Solutons", &["solutions"]), + ("Servier", &["server"]), + ("Dispeners", &["dispenser"]), + ("Revoluiton", &["revolutions", "revolution"]), + ("Varibility", &["variability"]), + ("Impplementation", &["implementation"]), + ("Conviencece", &["convenience"]), + ("Knietic", &["kinetic"]), + ("Cigarete", &["cigarets", "cigarette"]), + ("Interferre", &["interfere"]), + ("Neccessarly", &["necessarily"]), + ("Theread", &["thread"]), + ("Cooresponded", &["corresponded"]), + ("Donains", &["domains"]), + ("Untargetted", &["untargeted"]), + ("Preliferation", &["proliferation"]), + ("Perdictable", &["predictable"]), + ("Passhtrough", &["passthrough"]), + ("Emergenies", &["emergencies"]), + ("Coloum", &["column"]), + ("Pyramis", &["pyramids"]), + ("Ommits", &["omits"]), + ("Horriblly", &["horribly"]), + ("Vulnerbility", &["vulnerability"]), + ("Generat", &["generate", "general"]), + ("Infograpgic", &["infographic"]), + ("Innosense", &["innocence"]), + ("Perfroming", &["performing"]), + ("Aggregetor", &["aggregator"]), + ("Compositoin", &["compositions"]), + ("Destinato", &["destination"]), + ("Astiimate", &["estimate"]), + ("Algolithm", &["algorithm"]), + ("Columne", &["column"]), + ("Semaphone", &["semaphore"]), + ("Lookig", &["looking"]), + ("Deutchsland", &["deutschland"]), + ("Adolescance", &["adolescence"]), + ("Tomatoe", &["tomato"]), + ("Consuption", &["consumption"]), + ("Asssociation", &["association"]), + ("Forulas", &["formulas"]), + ("Altrusitic", &["altruistic"]), + ("Respectuos", &["respects"]), + ("Aggregrate", &["aggregate"]), + ("Paiting", &["painting"]), + ("Brnaches", &["branches"]), + ("Policitian", &["politician"]), + ("Emobdiment", &["embodiment"]), + ("Builter", &["builder"]), + ("Complciations", &["complication"]), + ("Apocalypic", &["apocalyptic"]), + ("Maskerading", &["masquerading"]), + ("Calclulated", &["calculated"]), + ("Napomes", &["napalms"]), + ("Relationshp", &["relationships"]), + ("Markter", &["marker"]), + ("Nirvanna", &["nirvana"]), + ("Miticates", &["mitigates"]), + ("Indepenedent", &["independent"]), + ("Insomina", &["insomnia"]), + ("Highshcool", &["highschool"]), + ("Demolitian", &["demolition"]), + ("Prefereble", &["preferable"]), + ("Consumibles", &["consumables"]), + ("Spectifies", &["specifies"]), + ("Secction", &["section"]), + ("Thown", &["thrown", "town"]), + ("Picoseonds", &["picoseconds"]), + ("Pharamceuticals", &["pharmaceutical"]), + ("Derivated", &["derived"]), + ("Immediatelly", &["immediately"]), + ("Extenstion", &["extension"]), + ("Memwars", &["memoirs"]), + ("Revelaiton", &["revelations"]), + ("Largley", &["largely"]), + ("Compair", &["compare"]), + ("Feautre", &["feature"]), + ("Acknowlegdement", &["acknowledgement"]), + ("Sigature", &["signature"]), + ("Erroreous", &["erroneous"]), + ("Experimanented", &["experimented"]), + ("Uninstlalations", &["uninstallations"]), + ("Conecjture", &["conjecture"]), + ("Regeistered", &["registered"]), + ("Exceedigly", &["exceedingly"]), + ("Evn", &["even"]), + ("Doublely", &["doubly"]), + ("Supervison", &["supervision"]), + ("Abstraccion", &["abstraction"]), + ("Interpets", &["interprets"]), + ("Phenomenonly", &["phenomenally"]), + ("Bandwith", &["bandwidth"]), + ("Parametar", &["parameter"]), + ("Certains", &["certain"]), + ("Siutable", &["suitable"]), + ("Negotates", &["negotiates"]), + ("Unsubscirption", &["unsubscription"]), + ("Matierals", &["materials"]), + ("Diagnositc", &["diagnostic"]), + ("Barnches", &["branches"]), + ("Optimistisch", &["optimistic"]), + ("Allegely", &["allegedly"]), + ("Sawtays", &["sautés"]), + ("Transfering", &["transferring"]), + ("Numberr", &["number"]), + ("Usera", &["users"]), + ("Projectles", &["projectiles"]), + ("Proejct", &["project"]), + ("Speficifer", &["specifier"]), + ("Monrachy", &["monarchy"]), + ("Arbirtrary", &["arbitrary"]), + ("Availalble", &["available"]), + ("Intruductory", &["introductory"]), + ("Delivative", &["derivative"]), + ("Declarees", &["declares"]), + ("Incidently", &["incidentally"]), + ("Liberaries", &["libraries"]), + ("Relativitiy", &["relativity"]), + ("Yotube", &["youtube"]), + ("Apprieciated", &["appreciated"]), + ("Ingerdients", &["ingredients"]), + ("Trrigger", &["trigger"]), + ("Thoghts", &["thoughts"]), + ("Comminication", &["communication"]), + ("Curriculm", &["curriculum"]), + ("Poulations", &["populations"]), + ("Streigts", &["straights", "straits"]), + ("Stealthly", &["stealthy"]), + ("Parliamantary", &["parliamentary"]), + ("Nocontinuable", &["noncontinuable"]), + ("Extrenally", &["externally"]), + ("Essentally", &["essentially"]), + ("Lokales", &["locales"]), + ("Moderatore", &["moderate"]), + ("Presistence", &["persistence"]), + ("Dectivate", &["deactivate"]), + ("Taxonoy", &["taxonomy"]), + ("Questoins", &["questions"]), + ("Frmo", &["from"]), + ("Implimenting", &["implementing"]), + ("Carnavors", &["carnivores"]), + ("Mearly", &["merely", "nearly"]), + ("Asutria", &["austria"]), + ("Coodrinate", &["coordinate"]), + ("Effiecnet", &["efficient"]), + ("Imediately", &["immediately"]), + ("Renegociate", &["renegotiate"]), + ("Idendifiers", &["identifiers"]), + ("Uegister", &["unregister"]), + ("Detailled", &["detailed"]), + ("Redable", &["readable"]), + ("Ocurrence", &["occurrence"]), + ("Filal", &["final"]), + ("Achillees", &["achilles"]), + ("Cahotic", &["chaotic"]), + ("Superham", &["superhuman"]), + ("Americains", &["americas"]), + ("Experimetners", &["experimenters"]), + ("Actaly", &["actually"]), + ("Converst", &["converts", "convert"]), + ("Opearions", &["operations"]), + ("Excewptional", &["exceptional"]), + ("Dicides", &["decides"]), + ("Neighberhing", &["neighboring"]), + ("Windo", &["window"]), + ("Interationalist", &["internationalist"]), + ("Unemplyoment", &["unemployment"]), + ("Carryng", &["carrying"]), + ("Angirly", &["angrily"]), + ("Palesitnian", &["palestinians"]), + ("Sophisitcated", &["sophisticated"]), + ("Contersink", &["countersink"]), + ("Epected", &["expected"]), + ("Establsihed", &["established"]), + ("Madturbating", &["masturbating"]), + ("Glitchd", &["glitched"]), + ("Cutsomer", &["customer"]), + ("Deslected", &["deselected"]), + ("Differance", &["difference"]), + ("Chizzell", &["chisel"]), + ("Paymetn", &["payment"]), + ("Northereastern", &["northeastern"]), + ("Electornics", &["electronics"]), + ("Beetwen", &["between"]), + ("Disrispecting", &["disrespecting"]), + ("Breakthruogh", &["breakthrough"]), + ("Surronding", &["surrounding"]), + ("Medhods", &["methods"]), + ("Commpleted", &["completed"]), + ("Convice", &["convince"]), + ("Maragret", &["margaret"]), + ("Incompleate", &["incomplete"]), + ("Withih", &["within"]), + ("Analizer", &["analyzer"]), + ("Inbalanced", &["imbalanced"]), + ("Exacutable", &["executable"]), + ("Decalratiosn", &["declarations"]), + ("Srings", &["strings"]), + ("Fisrt", &["first"]), + ("Consistuents", &["constituents"]), + ("Programe", &["programme"]), + ("Usualyl", &["usually"]), + ("Crosshiar", &["crosshair"]), + ("Transitors", &["transistor", "transistors"]), + ("Sovereinty", &["sovereignty"]), + ("Censur", &["censor", "censure"]), + ("Cooridnated", &["coordinated"]), + ("Circunvent", &["circumvent"]), + ("Endorcement", &["endorsement"]), + ("Streightish", &["straightish"]), + ("Chrash", &["crash", "thrash", "trash"]), + ("Simulteanously", &["simultaneously"]), + ("Accpets", &["accepts"]), + ("Assingments", &["assignments"]), + ("Experimetal", &["experimental"]), + ("Relocaiing", &["relocating"]), + ("Contorls", &["controls"]), + ("Wrapp", &["wrap"]), + ("Wirk", &["work"]), + ("Repblicans", &["republicans"]), + ("Doocuments", &["documents"]), + ("Prototyps", &["prototypes"]), + ("Osicllations", &["oscillations"]), + ("Movemnet", &["movement"]), + ("Operatorss", &["operators"]), + ("Colourpsace", &["colourspace"]), + ("Immigrents", &["immigrants"]), + ("Excetuted", &["executed"]), + ("Dummp", &["dump", "dummy"]), + ("Intereacts", &["interfaces"]), + ("Invokving", &["invoking"]), + ("Subnegoptionsotiations", &["subnegotiations"]), + ("Consenus", &["consensus"]), + ("Compliation", &["compilation"]), + ("Respoduce", &["reproduce"]), + ("Envryption", &["encryption"]), + ("Sirectness", &["directness"]), + ("Pepperocini", &["pepperoni"]), + ("Addrerssser", &["addresser"]), + ("Antisipation", &["anticipation"]), + ("Visuabise", &["visualise"]), + ("Relesed", &["released"]), + ("Remignton", &["remington"]), + ("Tobbaco", &["tobacco"]), + ("Anaysis", &["analysis"]), + ("Millisoconds", &["milliseconds"]), + ("Bacholer", &["bachelor"]), + ("Dicarded", &["discarded"]), + ("Revisons", &["revisions"]), + ("Revisiones", &["revisions"]), + ("Sucome", &["succumb"]), + ("Classifides", &["classified"]), + ("Devotin", &["devotion"]), + ("Cteates", &["creates"]), + ("Browswers", &["browsers"]), + ("Evalutations", &["evaluations"]), + ("Inculding", &["including"]), + ("Podmeos", &["podemos"]), + ("Algotighmic", &["algorithmic"]), + ("Beuatifully", &["beautifully"]), + ("Ridiculued", &["ridicule"]), + ("Inseperable", &["inseparable"]), + ("Donwvote", &["downvote"]), + ("Hospitilized", &["hospitalized"]), + ("Inlclude", &["include"]), + ("Trunctated", &["truncated"]), + ("Metabolitic", &["metabolic"]), + ("Emptyness", &["emptiness"]), + ("Expexnasion", &["expansion"]), + ("Perpandicular", &["perpendicular"]), + ("Optening", &["opening"]), + ("Tranalations", &["translations"]), + ("Cnofiguration", &["configuration"]), + ("Recogized", &["recognized"]), + ("Aspected", &["expected"]), + ("Applyable", &["applicable"]), + ("Moddel", &["model"]), + ("Functiionally", &["functionally"]), + ("Experianced", &["experienced"]), + ("Representive", &["representative"]), + ("Memebership", &["membership"]), + ("Seflies", &["selfies"]), + ("Intrinisics", &["intrinsics"]), + ("Contradictie", &["contradicted"]), + ("Outperfoeming", &["outperforming"]), + ("Trialers", &["trailers"]), + ("Continiuty", &["continuity"]), + ("Plathome", &["platform"]), + ("Transluent", &["translucent"]), + ("Prgram", &["program"]), + ("Preservaton", &["preservation"]), + ("Autonegoziation", &["autonegotiation"]), + ("Receeded", &["receded"]), + ("Ganster", &["gangster"]), + ("Objetc", &["object"]), + ("Domiante", &["dominate"]), + ("Congresssman", &["congressman"]), + ("Quartercask", &["quarterbacks"]), + ("Thinkig", &["thinking"]), + ("Intepretator", &["interpretor", "interpreter"]), + ("Uninitalized", &["uninitialized"]), + ("Dereived", &["derived"]), + ("Contribuito", &["contribution"]), + ("Framewoeks", &["frameworks"]), + ("Inherrently", &["inherently"]), + ("Poitnd", &["pointed"]), + ("Develompental", &["developmental"]), + ("Reviw", &["review"]), + ("Analogus", &["analogous"]), + ("Karakoe", &["karaoke"]), + ("Finxing", &["fixing"]), + ("Brewrey", &["brewery"]), + ("Characture", &["character"]), + ("Concentates", &["concentrates"]), + ("Substaintially", &["substantially"]), + ("Renegoatiable", &["renegotiable"]), + ("Administerd", &["administered"]), + ("Respiratiory", &["respiratory"]), + ("Workspae", &["workspace"]), + ("Intellectuel", &["intellectual"]), + ("Toughts", &["thoughts"]), + ("Gret", &["great"]), + ("Foreingers", &["foreigners"]), + ("Predickted", &["predicated"]), + ("Acccepting", &["accepting"]), + ("Ignorgg", &["ignoring"]), + ("Evoluton", &["evolution"]), + ("Rendayvooed", &["rendezvoused"]), + ("Pararllell", &["parallel"]), + ("Healthyest", &["healthiest"]), + ("Additivley", &["additive"]), + ("Headquaters", &["headquarters"]), + ("Coallee", &["coalesce"]), + ("Quered", &["queried"]), + ("Experimenatations", &["experimentations"]), + ("Conneticut", &["connecticut"]), + ("Parahaps", &["perhaps"]), + ("Organsies", &["organises"]), + ("Extimations", &["estimations"]), + ("Expensve", &["expense"]), + ("Fustrated", &["frustrated"]), + ("Chocolatos", &["chocolates"]), + ("Profitabil", &["profitable"]), + ("Alltogther", &["altogether"]), + ("Literarely", &["literary"]), + ("Unicornios", &["unicorns"]), + ("Alow", &["allow"]), + ("Imporsts", &["imports"]), + ("Intolorant", &["intolerant"]), + ("Foler", &["folder"]), + ("Exlcamation", &["exclamation"]), + ("Condidtion", &["condition"]), + ("Repect", &["respect"]), + ("Methapor", &["metaphor"]), + ("Confidantially", &["confidentially"]), + ("Modeuls", &["modules"]), + ("Certifices", &["certificates"]), + ("Expermental", &["experimental"]), + ("Multine", &["multiline"]), + ("Inclutions", &["inclusions"]), + ("Recurrance", &["recurrence"]), + ("Exceeeds", &["exceeds"]), + ("Neighburing", &["neighboring"]), + ("Disticntion", &["distinctions"]), + ("Tempreatures", &["temperatures"]), + ("Generatting", &["generating"]), + ("Requestet", &["requested"]), + ("Useses", &["uses"]), + ("Cofee", &["coffee"]), + ("Residude", &["residue"]), + ("Songles", &["singles", "dongles"]), + ("Scourced", &["sourced", "scoured"]), + ("Hamitlon", &["hamilton"]), + ("Tronado", &["tornado"]), + ("Provintial", &["provincial"]), + ("Heretosexual", &["heterosexual"]), + ("Vegitarions", &["vegetarians"]), + ("Vetod", &["vetoed"]), + ("Earthquakers", &["earthquakes"]), + ("Consensul", &["consensual"]), + ("Warnning", &["warning"]), + ("Reserch", &["research"]), + ("Researce", &["researcher"]), + ("Inherrit", &["inherit"]), + ("Departer", &["departure"]), + ("Artificailly", &["artificially"]), + ("Deferenced", &["dereference"]), + ("Identiviert", &["identifiers"]), + ("Spefifation", &["specification"]), + ("Attrubures", &["attributes"]), + ("Obviosly", &["obviously"]), + ("Neighbourbood", &["neighbourhood"]), + ("Confgiured", &["configured"]), + ("Anitsocial", &["antisocial"]), + ("Sueful", &["useful"]), + ("Patronas", &["patrons"]), + ("Ubunutu", &["ubuntu"]), + ("Oversubcribes", &["oversubscribes"]), + ("Passsed", &["passed"]), + ("Suprised", &["surprised"]), + ("Experiminted", &["experimented"]), + ("Beghaviors", &["behaviors"]), + ("Unreasonabily", &["unreasonably"]), + ("Ancedotes", &["anecdotes"]), + ("Wantd", &["wanted"]), + ("Possiblility", &["possibility"]), + ("Ansalisation", &["nasalisation"]), + ("Scheduale", &["schedule"]), + ("Populaties", &["populate"]), + ("Showerd", &["showered"]), + ("Introduse", &["introduces", "introduce"]), + ("Contruct", &["construct"]), + ("Excahcnge", &["exchange"]), + ("Anxiosness", &["anxiousness"]), + ("Featching", &["fetching"]), + ("Plebicite", &["plebiscite"]), + ("Sysyems", &["systems"]), + ("Debugggs", &["debugs"]), + ("Decremeantal", &["decremental"]), + ("Invaldiate", &["invalidates"]), + ("Proccesing", &["processing"]), + ("Cerificate", &["certificate"]), + ("Athletecism", &["athleticism"]), + ("Depicitng", &["depicting"]), + ("Enhabced", &["enhanced"]), + ("Custonizable", &["customizable"]), + ("Amalgomated", &["amalgamated"]), + ("Expentiture", &["expenditure"]), + ("Proceedure", &["procedure"]), + ("Memeberships", &["memberships"]), + ("Semgentation", &["segmentation"]), + ("Americs", &["americas"]), + ("Churchs", &["churches"]), + ("Gltiches", &["glitches"]), + ("Pijeon", &["pigeon"]), + ("Sketchysex", &["sketches"]), + ("Cateogries", &["categories"]), + ("Freqency", &["frequency"]), + ("Prediciment", &["predicament"]), + ("Americants", &["americas"]), + ("Difficault", &["difficult"]), + ("Champange", &["champagne"]), + ("Multliple", &["multiple"]), + ("Pach", &["patch", "path"]), + ("Ethnicitiy", &["ethnicity"]), + ("Acquition", &["acquisition"]), + ("Selcting", &["selecting"]), + ("Copys", &["copies"]), + ("Definaty", &["definitely"]), + ("Gard", &["guard"]), + ("Craceless", &["graceless"]), + ("Tirdent", &["trident"]), + ("Disappers", &["disappears"]), + ("Interepret", &["interpret"]), + ("Sucessful", &["successful"]), + ("Correpsonding", &["corresponding"]), + ("Politicing", &["politician", "politicking"]), + ("Belyed", &["belied"]), + ("Thershold", &["threshold"]), + ("Celestail", &["celestial"]), + ("Readibility", &["readability"]), + ("Emtpy", &["empty"]), + ("Ackowledgements", &["acknowledgements"]), + ("Ovservation", &["observation"]), + ("Authenenticating", &["authenticating"]), + ("Spefixication", &["specification"]), + ("Followin", &["following"]), + ("Releiving", &["relieving"]), + ("Egotistcal", &["egotistical"]), + ("Expewrimentelly", &["experimentally"]), + ("Cramugins", &["curmudgeons"]), + ("Reltive", &["relative"]), + ("Trackling", &["tracking"]), + ("Desciminate", &["discriminate", "disseminate", "decimate"]), + ("Dispossal", &["disposal"]), + ("Beahviours", &["behaviours"]), + ("Outrageuos", &["outrageous"]), + ("Captians", &["captains"]), + ("Amplifiy", &["amplify"]), + ("Seqential", &["sequential"]), + ("Masicer", &["massacre"]), + ("Trugged", &["trudged", "tugged"]), + ("Proclaming", &["proclaiming"]), + ("Plauthroughs", &["playthroughs"]), + ("Includea", &["include"]), + ("Corrdinating", &["coordinating"]), + ("Randomally", &["randomly"]), + ("Breastfeedig", &["breastfeeding"]), + ("Expresed", &["expressed"]), + ("Registy", &["registry"]), + ("Frigthened", &["frightened"]), + ("Relatdness", &["relatedness"]), + ("Booshelf", &["bookshelf"]), + ("Narrativos", &["narratives"]), + ("Representitives", &["representatives"]), + ("Heigher", &["higher"]), + ("Aunthenticator", &["authenticator"]), + ("Delayis", &["delays"]), + ("Proedure", &["procedure"]), + ("Discontiuned", &["discontinued"]), + ("Policitally", &["politically"]), + ("Quanlifies", &["qualifies", "quantifies"]), + ("Verion", &["version"]), + ("Torhclight", &["torchlight"]), + ("Miscellanious", &["miscellaneous"]), + ("Poniters", &["pointers"]), + ("Prestigioso", &["prestigious"]), + ("Transplantes", &["transplants"]), + ("Dependenceis", &["dependencies"]), + ("Miscommunciation", &["miscommunication"]), + ("Sucidial", &["suicidal"]), + ("Ganbia", &["gambia"]), + ("Thiestic", &["theistic"]), + ("Recordss", &["records"]), + ("Uninterneted", &["uninterested"]), + ("Compeated", &["competed"]), + ("Specifiying", &["specifying"]), + ("Facilitait", &["facilitate"]), + ("Psychistrist", &["psychiatrist"]), + ("Opinyonists", &["opinionists"]), + ("Neccessarily", &["necessarily"]), + ("Homecomeing", &["homecoming"]), + ("Callibration", &["calibration"]), + ("Unpopluar", &["unpopular"]), + ("Indure", &["endure"]), + ("Urethrea", &["urethra"]), + ("Havin", &["having"]), + ("Procrastenating", &["procrastinating"]), + ("Asssasins", &["assassins"]), + ( + "Traled", + &[ + "traced", "traded", "trailed", "traveled", "trawled", "trialed", + ], + ), + ("Asychronized", &["asynchronized"]), + ("Dissimiliar", &["dissimilar"]), + ("Specificatin", &["specification"]), + ("Brigaged", &["brigade"]), + ("Verisons", &["versions"]), + ("Comitted", &["committed"]), + ("Spefifeir", &["specifier"]), + ("Costumise", &["costumes"]), + ("Tehtering", &["tethering"]), + ("Misundertsanding", &["misunderstandings"]), + ("Rountine", &["routine"]), + ("Enmvironment", &["environment"]), + ("Sanbox", &["sandbox"]), + ("Subsctitution", &["substitution"]), + ("Shif", &["shift"]), + ("Kryptonyte", &["kryptonite"]), + ("Controled", &["controlled"]), + ("Scecified", &["specified"]), + ("Recevier", &["receiver"]), + ("Centerfuge", &["centrifuge"]), + ("Condidate", &["candidate"]), + ("Seqenced", &["sequenced"]), + ("Contaier", &["container"]), + ("Mircowaves", &["microwaves"]), + ("Singool", &["single", "signal"]), + ("Compremises", &["compromises"]), + ("Authorites", &["authorities"]), + ("Troubeshooted", &["troubleshooted"]), + ("Witdth", &["width"]), + ("Alised", &["aliased"]), + ("Elenment", &["element"]), + ("Phramacy", &["pharmacy"]), + ("Speficifeir", &["specifier"]), + ("Fallabck", &["fallback"]), + ("Qualifed", &["qualified"]), + ("Philosohpies", &["philosophies"]), + ("Conviniance", &["convenience"]), + ("Pacakages", &["packages"]), + ("Undermineres", &["undermines"]), + ("Disingenuious", &["disingenuous"]), + ("Merchanidse", &["merchandise"]), + ("Inconistencies", &["inconsistencies"]), + ("Excuted", &["executed"]), + ("Uknown", &["unknown"]), + ("Delivere", &["deliveries"]), + ("Publich", &["publish", "public"]), + ("Unlcoks", &["unlocks"]), + ("Recoginsed", &["recognised"]), + ("Claymoe", &["claymore"]), + ("Diggit", &["digit"]), + ("Prefitlered", &["prefiltered"]), + ("Disscts", &["dissects"]), + ("Speficillation", &["specification"]), + ("Contraversy", &["controversy"]), + ("Frankenstiens", &["frankenstein"]), + ("Coordonation", &["coordination"]), + ("Aganda", &["agenda", "uganda"]), + ("Rationnals", &["rationales", "rationals"]), + ("Matchies", &["matches"]), + ("Subesquently", &["subsequently"]), + ("Ciruclar", &["circular"]), + ("Autosae", &["autosave"]), + ("Invicinble", &["invincible"]), + ("Debbugged", &["debugged"]), + ("Limitiing", &["limiting"]), + ("Percetange", &["percentages"]), + ("Poupular", &["popular"]), + ("Discared", &["discarded"]), + ("Processess", &["processes"]), + ("Massachusets", &["massachusetts"]), + ("Convinently", &["conveniently"]), + ("Totation", &["rotation"]), + ("Dissapering", &["disappearing"]), + ("Trianlges", &["triangles"]), + ("Experct", &["expect", "excerpt"]), + ("Ptotocol", &["protocol"]), + ("Charactertistically", &["characteristically"]), + ("Neighberhoof", &["neighborhood"]), + ("Pairocheality", &["parochiality"]), + ("Suceeding", &["succeeding"]), + ("Perparation", &["preparation"]), + ("Expexcting", &["expecting"]), + ("Enoght", &["enough"]), + ("Delalyed", &["delayed"]), + ("Throguh", &["through"]), + ("Efficently", &["efficiently"]), + ("Insufficaint", &["insufficient"]), + ("Trye", &["true", "try"]), + ("Spectauclar", &["spectacular"]), + ("Forefit", &["forfeit"]), + ("Arbirary", &["arbitrary"]), + ("Predicement", &["predicament"]), + ("Excecptions", &["exceptions"]), + ("Responce", &["response"]), + ("Palletes", &["palettes"]), + ("Experimetents", &["experiments"]), + ("Fusipn", &["fusion"]), + ("Smoot", &["smooth"]), + ("Agai", &["again"]), + ("Palestininan", &["palestinian"]), + ("Considred", &["considered"]), + ("Quess", &["guess", "quests"]), + ("Beutifully", &["beautifully"]), + ("Deposint", &["deposing"]), + ("Recommened", &["recommend", "recommended"]), + ("Subexpession", &["subexpression"]), + ("Reprorting", &["reporting"]), + ("Distrubtes", &["distrust"]), + ("Implemention", &["implementation"]), + ("Bottm", &["bottom"]), + ("Negotitor", &["negotiator"]), + ("Excecutors", &["executors"]), + ("Soem", &["some"]), + ("Matcheable", &["matchable"]), + ("Perfomant", &["performant"]), + ("Promethese", &["prometheus"]), + ("Teatotler", &["teetotaler"]), + ("Rescources", &["resources"]), + ("Prerequites", &["prerequisite"]), + ("Sarimony", &["ceremony"]), + ("Installatin", &["installations"]), + ("Straigt", &["straight"]), + ("Frustrum", &["frustum"]), + ("Ophan", &["orphan"]), + ("Appriceate", &["appreciates"]), + ("Croation", &["croatian"]), + ("Anulled", &["annulled"]), + ("Transtive", &["transitive"]), + ("Backaloriettes", &["baccalaureates"]), + ("Scalarizaiton", &["scalarization"]), + ("Corrosponding", &["corresponding"]), + ("Misfortunte", &["misfortune"]), + ("Trotzkyist", &["trotskyist"]), + ("Compliations", &["compilation", "compilations"]), + ("Understandabley", &["understandably"]), + ("Sesssion", &["session"]), + ("Definitie", &["definitive"]), + ("Peridical", &["periodical"]), + ("Incrememnts", &["increments"]), + ("Transocders", &["transcoders"]), + ("Traitorus", &["traitors"]), + ("Endianess", &["endianness"]), + ("Experes", &["express"]), + ("Extenal", &["external"]), + ("Dynsaty", &["dynasty"]), + ("Intertaining", &["entertaining"]), + ("Familys", &["families"]), + ("Ellide", &["elide"]), + ("Beginer", &["beginner"]), + ("Refcounf", &["refcount"]), + ("Doocumenting", &["documenting"]), + ("Recahed", &["reached"]), + ("Infinitley", &["infinitely"]), + ("Simetricly", &["symmetricly"]), + ("Chizled", &["chiseled"]), + ("Symhpony", &["symphony"]), + ("Beld", &["held"]), + ("Inplemented", &["implemented"]), + ("Comparement", &["compartment", "comparing", "comparison"]), + ("Tollerance", &["tolerance"]), + ("Scrollablbe", &["scrollable"]), + ("Misoginysts", &["misogynist"]), + ("Transcordings", &["transcodings"]), + ("Birdges", &["bridges"]), + ("Ubiquoutous", &["ubiquitous"]), + ("Cahracter", &["character"]), + ("Unbeatbale", &["unbeatable"]), + ("Forground", &["foreground"]), + ("Epoches", &["epochs"]), + ("Amelearated", &["ameliorated"]), + ("Prcesses", &["processes"]), + ("Lerans", &["learns"]), + ("Negosiable", &["negotiable"]), + ("Americaps", &["americas"]), + ("Sqares", &["squares"]), + ("Moziila", &["mozilla"]), + ("Rendayvoo", &["rendezvous"]), + ("Zookeenei", &["zucchinis"]), + ("Disrepsecting", &["disrespecting"]), + ("Anedoctal", &["anecdotal"]), + ("Editores", &["editors"]), + ("Nutirents", &["nutrients"]), + ("Autoatttack", &["autoattack"]), + ("Contestion", &["contention"]), + ("Constrctions", &["constructions", "constrictions"]), + ("Exepecting", &["expecting"]), + ("Recoginizer", &["recognizer"]), + ("Autimatically", &["automatically"]), + ("Alegbra", &["algebra"]), + ("Intorducing", &["introducing"]), + ("Corporatie", &["corporate"]), + ("Sapphrie", &["sapphire"]), + ("Koncentrations", &["concentrations"]), + ("Forfiet", &["forfeit"]), + ("Apprecitae", &["appreciates"]), + ("Intereste", &["interested"]), + ("Versatillity", &["versatility"]), + ("Puplated", &["populated"]), + ("Securuity", &["security"]), + ("Humurous", &["humorous"]), + ("Adminstration", &["administration"]), + ("Cyptography", &["cryptography"]), + ("Traumetized", &["traumatized"]), + ("Enducing", &["inducing"]), + ("Tirangle", &["triangle"]), + ("Predomenantly", &["predominantly"]), + ("Chandeleer", &["chandelier"]), + ("Unproduktive", &["unproductive"]), + ("Encocdes", &["encodes"]), + ("Participent", &["participant"]), + ("Downgraddes", &["downgrades"]), + ("Prefessionalism", &["professionalism"]), + ("Alligeance", &["allegiance"]), + ("Diaplays", &["displays"]), + ("Godafther", &["godfather"]), + ("Compres", &["compress", "compares"]), + ("Pleaee", &["please"]), + ("Considerablely", &["considerably"]), + ("Victum", &["victim"]), + ("Miticateing", &["mitigating"]), + ("Travelodge", &["traveled"]), + ("Renegoziates", &["renegotiates"]), + ("Toggleing", &["toggling"]), + ("Corrospondence", &["correspondence"]), + ("Creatred", &["created"]), + ("Addreses", &["addresses"]), + ("Rebouns", &["rebounds"]), + ("Truncted", &["truncated"]), + ("Suscedes", &["secedes", "succeeds"]), + ("Oringally", &["originally"]), + ("Institutionnal", &["institutional"]), + ("Bumpted", &["bumped"]), + ("Overfloww", &["overflow"]), + ("Observare", &["observer"]), + ("Renewabe", &["renewables"]), + ("Luckliy", &["luckily"]), + ("Explaine", &["explain"]), + ("Circunferences", &["circumferences"]), + ("Implicitley", &["implicitly"]), + ("Speciliast", &["specialists"]), + ("Ignorme", &["ignore"]), + ("Offlaoded", &["offloaded"]), + ("Lok", &["look"]), + ("Seprate", &["separate"]), + ("Dielectircs", &["dielectrics"]), + ("Misinterpretated", &["misinterpreted"]), + ("Loock", &["lock", "look"]), + ("Unncessarily", &["unnecessarily"]), + ("Temprorarily", &["temporarily"]), + ("Ambidexterously", &["ambidextrously"]), + ("Omaje", &["homage"]), + ("Disassebler", &["disassembler"]), + ("Diffreents", &["different", "difference"]), + ("Trangles", &["triangles"]), + ("Misogynystic", &["misogynistic"]), + ("Algoirthmic", &["algorithmic"]), + ("Marixsm", &["marxism"]), + ("Docuemtns", &["documents"]), + ("Followwing", &["following"]), + ("Goruotine", &["goroutine"]), + ("Invalubale", &["invaluable"]), + ("Passtrough", &["passthrough"]), + ("Versitilaty", &["versatility"]), + ("Dispenced", &["dispensed"]), + ("Marjiuana", &["marijuana"]), + ("Experimtener", &["experimenter"]), + ("Serailse", &["serialise"]), + ("Expressiong", &["expressing", "expression"]), + ("Acommodates", &["accommodates"]), + ("Continueous", &["continuous"]), + ("Illegalls", &["illegals"]), + ("Unexpacted", &["unexpected"]), + ("Preceeding", &["preceding", "proceeding"]), + ("Refeeres", &["referees"]), + ("Yieleded", &["yielded"]), + ("Jalibroken", &["jailbroken"]), + ("Experimnetally", &["experimentally"]), + ("Specifried", &["specified"]), + ("Metifor", &["metaphor"]), + ("Partisipate", &["participate"]), + ("Catagorized", &["categorized"]), + ("Sentreis", &["sentries"]), + ("Ironicaly", &["ironically"]), + ("Sovled", &["solved"]), + ("Misinterperting", &["misinterpreting"]), + ("Basilcy", &["basically"]), + ("Interferce", &["interferes"]), + ("Uncontrallably", &["uncontrollably"]), + ("Figthing", &["fighting"]), + ("Exepect", &["expect"]), + ("Wispering", &["whispering"]), + ("Decompreser", &["decompressor"]), + ("Ohter", &["other"]), + ("Interveneing", &["intervening"]), + ("Upgartes", &["upgrades"]), + ("Pijeons", &["pigeons"]), + ("Affliation", &["affliction"]), + ("Deactived", &["deactivated"]), + ("Brwose", &["browse"]), + ("Princeple", &["principle"]), + ("Magled", &["mangled"]), + ("Adequit", &["adequate"]), + ("Pusehd", &["pushed"]), + ("Difussion", &["diffusion"]), + ("Zimbabew", &["zimbabwe"]), + ("Consitutional", &["constitutional"]), + ("Exectuioner", &["executioner"]), + ("Mdifying", &["modifying"]), + ("Confgiure", &["configure"]), + ("Submittion", &["submitting"]), + ("Ovrwrt", &["overwrite"]), + ("Replayd", &["replayed"]), + ("Adming", &["admin"]), + ("Critquing", &["critiquing"]), + ("Offensivelly", &["offensively"]), + ("Speciefied", &["specified"]), + ("Acquanitances", &["acquaintance"]), + ("Oficionados", &["aficionados"]), + ("Bugus", &["bogus"]), + ("Fabriacted", &["fabricated"]), + ("Spontainous", &["spontaneous"]), + ("Evnts", &["events"]), + ("Diconnects", &["disconnects"]), + ("Henderence", &["hindrance"]), + ("Disscted", &["dissected"]), + ("Rondazyvoo", &["rendezvous"]), + ("Causailty", &["causality"]), + ("Anytghing", &["anything"]), + ("Languagee", &["language"]), + ("Layed", &["laid"]), + ("Emensely", &["immensely"]), + ("Documeneter", &["documenter"]), + ("Playstye", &["playstyle"]), + ("Dicretionary", &["discretionary"]), + ("Representatief", &["representative"]), + ("Iin", &["in"]), + ("Fantasic", &["fantastic"]), + ("Decodded", &["decoded"]), + ("Leftsits", &["leftists"]), + ("Acknowlede", &["acknowledge"]), + ("Propertes", &["properties"]), + ("Transparcenies", &["transparencies"]), + ("Tokenizaing", &["tokenizing"]), + ("Developpe", &["develop"]), + ("Exhasuted", &["exhausted"]), + ("Maintenence", &["maintenance"]), + ("Mathching", &["matching"]), + ("Applikay", &["appliqué"]), + ("Demographis", &["demographics"]), + ("Extrime", &["extreme"]), + ("Specifiecally", &["specifically"]), + ("Relaative", &["relative"]), + ("Aggresions", &["aggression"]), + ("Tacticts", &["tactics"]), + ("Depositis", &["deposits"]), + ("Fanservive", &["fanservice"]), + ("Becoz", &["because"]), + ("Mistakinly", &["mistakenly"]), + ("Deductiable", &["deductible"]), + ("Infrastuctures", &["infrastructures"]), + ("Disresepct", &["disrespect"]), + ("Everone", &["everyone"]), + ("Standy", &["standby", "sandy", "standee"]), + ("Discpline", &["discipline"]), + ("Aproove", &["approve"]), + ("Lookes", &["looks"]), + ("Qualificaton", &["qualification"]), + ("Releive", &["relieve"]), + ("Seqeuntials", &["sequentials"]), + ("Defintely", &["definitely"]), + ("Reast", &["rest"]), + ("Direectly", &["directly"]), + ("Specificaly", &["specifically"]), + ("Contaction", &["contacting"]), + ("Unconvencional", &["unconventional"]), + ("Quantititive", &["quantitative"]), + ("Criticarlo", &["critical"]), + ("Sawnson", &["swanson"]), + ("Advane", &["advance"]), + ("Synchornously", &["synchronously"]), + ("Algorgithmically", &["algorithmically"]), + ("Marginilized", &["marginalized"]), + ("Skwalked", &["squawked"]), + ("Subcribes", &["subscribes"]), + ("Attibute", &["attribute"]), + ("Collectinos", &["collections"]), + ("Abbbreviated", &["abbreviated"]), + ("Repositiory", &["repository"]), + ("Worfklow", &["workflow"]), + ("Neighbood", &["neighborhood"]), + ("Countrycide", &["countryside"]), + ("Unavoidble", &["unavoidable"]), + ("Implament", &["implement"]), + ("Sarter", &["starter"]), + ("Diatancing", &["distancing"]), + ("Implemen", &["implement"]), + ("Misinterpet", &["misinterpret"]), + ("Languaqes", &["languages"]), + ("Reguirement", &["requirement"]), + ("Readnig", &["reading"]), + ("Capactior", &["capacitor"]), + ("Airplans", &["airplanes"]), + ("Overarcing", &["overarching"]), + ("Controdiction", &["contradiction"]), + ("Warniing", &["warning"]), + ("Phenomonen", &["phenomenon"]), + ("Cavrens", &["caverns"]), + ("Porshan", &["portion"]), + ("Entends", &["intends"]), + ("Juggernault", &["juggernaut"]), + ("Opertions", &["operations"]), + ("Decendentants", &["descendants"]), + ("Neighboor", &["neighbor", "neighbour"]), + ("Fuschia", &["fuchsia"]), + ("Excecution", &["execution"]), + ("Cahdidates", &["candidates"]), + ("Athetlics", &["athletics"]), + ("Embarrasing", &["embarrassing"]), + ("Skitsofrinic", &["schizophrenic"]), + ("Monopolis", &["monopolies"]), + ("Shletered", &["sheltered"]), + ("Implausibe", &["implausible"]), + ("Trubles", &["troubles"]), + ("Ejaculaion", &["ejaculation"]), + ("Transgenres", &["transgender"]), + ("Experimnted", &["experimented"]), + ("Accidant", &["accident"]), + ("Partiarchy", &["patriarchy"]), + ("Unauthenicated", &["unauthenticated"]), + ("Hospitible", &["hospitable"]), + ("Schizophrania", &["schizophrenia"]), + ("Resepectively", &["respectively"]), + ("Assums", &["assumes"]), + ("Orgainzer", &["organizer"]), + ("Inclusice", &["inclusive"]), + ("Ojekts", &["objects"]), + ("Slefies", &["selfies"]), + ("Documenet", &["document"]), + ("Backslase", &["backslash"]), + ("Mateiral", &["material"]), + ("Dirbble", &["dribble"]), + ("Submachne", &["submachine"]), + ("Destionations", &["destinations"]), + ("Opertional", &["operational"]), + ("Insentitive", &["insensitive"]), + ("Opeabcration", &["operation"]), + ("Almsot", &["almost"]), + ("Kenndey", &["kennedy"]), + ("Remmebers", &["remembers"]), + ("Algortismic", &["algorithmic"]), + ("Jalusey", &["jealousy", "jalousie"]), + ("Algorihm", &["algorithm"]), + ("Internetes", &["internets"]), + ("Deltion", &["deletion"]), + ("Contigents", &["continents"]), + ("Renegosiators", &["renegotiators"]), + ("Spainish", &["spanish"]), + ("Competetions", &["competitions"]), + ("Strucur", &["structure"]), + ("Laucnhing", &["launching"]), + ("Provideded", &["provided"]), + ("Renegerate", &["regenerate"]), + ("Spefifying", &["specifying"]), + ("Certainy", &["certainty"]), + ("Implemememntation", &["implementation"]), + ("Parametters", &["parameters"]), + ("Headhsot", &["headshot"]), + ("Beleve", &["believe"]), + ("Shperes", &["spheres"]), + ("Packkaged", &["packaged"]), + ("Reguar", &["regular"]), + ("Quantites", &["quantities"]), + ("Thann", &["than", "thank"]), + ("Neighbeuthood", &["neighbourhood"]), + ("Formost", &["foremost"]), + ("Oakereous", &["ocherous"]), + ("Porjects", &["projects"]), + ("Differntiating", &["differentiating"]), + ("Apendices", &["appendices"]), + ("Revisionis", &["revisions"]), + ("Initiliazes", &["initializes"]), + ("Somehting", &["something"]), + ("Ridiculled", &["ridicule"]), + ("Curcumstantial", &["circumstantial"]), + ("Installaiton", &["installation"]), + ("Coalscence", &["coalescence"]), + ("Supervisin", &["supervision"]), + ("Cholosterol", &["cholesterol"]), + ("Immigranti", &["immigration"]), + ("Gruping", &["grouping"]), + ("Dissimilat", &["dissimilar"]), + ("Coordiantes", &["coordinates"]), + ("Milimetre", &["millimetre"]), + ("Experimdntally", &["experimentally"]), + ("Contribuo", &["contributor"]), + ("Inherithing", &["inheriting"]), + ("Miselaneously", &["miscellaneously"]), + ("Addres", &["address"]), + ("Tranistioning", &["transitioning"]), + ("Objectss", &["objects"]), + ("Lcoated", &["located"]), + ("Galvinized", &["galvanized"]), + ("Reowrked", &["reworked"]), + ("Constructivo", &["construction"]), + ("Adveristy", &["adversity"]), + ("Algoritmic", &["algorithmic"]), + ("Physioligy", &["physiology"]), + ("Procecure", &["procedure"]), + ("Computato", &["computation"]), + ("Comercial", &["commercial"]), + ("Followign", &["following"]), + ("Oveflow", &["overflow"]), + ("Formatteded", &["formatted"]), + ("Quanlify", &["qualify", "quantify"]), + ("Approate", &["appropriate"]), + ("Silhouwetist", &["silhouettist"]), + ("Incarcerato", &["incarceration"]), + ("Preservato", &["preservation"]), + ("Unsless", &["unless", "useless"]), + ("Intolerante", &["intolerance"]), + ("Theoretial", &["theoretical"]), + ("Diffreences", &["differences"]), + ("Cleanpus", &["cleanups"]), + ("Sequeces", &["sequences"]), + ("Cologen", &["cologne"]), + ("Pennensula", &["peninsula"]), + ("Numbder", &["number"]), + ("Palestinans", &["palestinians"]), + ("Utiltiy", &["utility"]), + ("Extraordinairly", &["extraordinarily"]), + ("Examlpes", &["examples"]), + ("Jurnies", &["journeys"]), + ("Suplants", &["supplants"]), + ("Exteded", &["extended"]), + ("Nimphean", &["nymphean"]), + ("Swtichboards", &["switchboards"]), + ("Hadling", &["handling"]), + ("Comletly", &["completely"]), + ("Parmaters", &["parameters"]), + ("Egine", &["engine"]), + ("Connecor", &["connector"]), + ("Functiion", &["function"]), + ("Emplyed", &["employed"]), + ("Netwroks", &["networks"]), + ("Exerbated", &["exacerbated"]), + ("Analsyis", &["analysis"]), + ("Cermaic", &["ceramic"]), + ("Renegotatior", &["renegotiator"]), + ("Guantamamo", &["guantanamo"]), + ("Observabl", &["observable"]), + ("Roestta", &["rosetta"]), + ("Unavaialbe", &["unavailable"]), + ("Filessystem", &["filesystem"]), + ("Milage", &["mileage"]), + ("Clearnances", &["clearances"]), + ("Furiosuly", &["furiously"]), + ("Cildren", &["children"]), + ("Vrifies", &["verifies"]), + ("Oficianado", &["aficionado"]), + ("Conqueor", &["conquer"]), + ("Testicels", &["testicles"]), + ("Predicitons", &["predictions"]), + ("Accummulating", &["accumulating"]), + ("Mamentos", &["mementos"]), + ("Sufocating", &["suffocating"]), + ("Transforations", &["transformations"]), + ("Expeirence", &["experience"]), + ("Nighlty", &["nightly"]), + ("Shenadigans", &["shenanigans"]), + ("Manufactued", &["manufactured"]), + ("Shepered", &["shepherd"]), + ("Valide", &["valid"]), + ("Reasonnable", &["reasonable"]), + ("Discontiguos", &["discontiguous"]), + ("Otu", &["out"]), + ("Parafanalia", &["paraphernalia"]), + ("Regsiters", &["registers"]), + ("Critisiced", &["criticized"]), + ("Unifed", &["unified"]), + ("Juggernaunts", &["juggernaut"]), + ("Assiatnce", &["assistance"]), + ("Humanitary", &["humanity"]), + ("Resepect", &["respect"]), + ("Experss", &["express"]), + ("Manefestation", &["manifestation"]), + ("Defeaults", &["defaults"]), + ("Excectors", &["executors"]), + ("Multinatinal", &["multinational"]), + ("Exameples", &["examples"]), + ("Comressed", &["compressed"]), + ("Stalekrs", &["stalkers"]), + ("Whithe", &["with", "white"]), + ("Spefy", &["specify"]), + ("Powerlifitng", &["powerlifting"]), + ("Projectin", &["projection"]), + ("Aunthenticators", &["authenticators"]), + ("Throwgh", &["through"]), + ("Expementations", &["experimentations"]), + ("Binidng", &["binding"]), + ("Crutial", &["crucial"]), + ("Insetion", &["insertion", "insection"]), + ("Transacrtion", &["transaction"]), + ("Instales", &["installs"]), + ("Aledges", &["alleges"]), + ("Leghts", &["lengths"]), + ("Prestegious", &["prestigious"]), + ("Saphires", &["sapphires"]), + ("Sympathethic", &["sympathetic"]), + ("Ingore", &["ignore"]), + ("Anphatheaters", &["amphitheaters"]), + ("Overaall", &["overall"]), + ("Litterate", &["literate"]), + ("Excelent", &["excellent"]), + ("Minimzing", &["minimizing"]), + ("Execuetes", &["executes"]), + ("Capsulse", &["capsules"]), + ("Assoziated", &["associated"]), + ("Poer", &["power", "poor", "pour"]), + ("Ypu", &["you"]), + ("Becausee", &["because"]), + ("Supress", &["suppress"]), + ("Senatores", &["senators"]), + ("Notifiication", &["notification"]), + ("Simulatanously", &["simultaneously"]), + ("Conlcude", &["conclude"]), + ("Tieth", &["tithe"]), + ("Specificially", &["specifically"]), + ("Creepgin", &["creeping"]), + ("Hestitate", &["hesitate"]), + ("Charascters", &["characters"]), + ("Enetering", &["entering"]), + ("Demoninations", &["denominations"]), + ("Vlaues", &["values"]), + ("Chromozomes", &["chromosomes"]), + ("Preprocesor", &["preprocessor"]), + ("Misunderstading", &["misunderstanding"]), + ("Intellecutally", &["intellectually"]), + ("Postproccessing", &["postprocessing"]), + ("Analitically", &["analytically"]), + ("Fininsh", &["finnish"]), + ("Degenerare", &["degenerate"]), + ("Afterr", &["after"]), + ("Polulate", &["populate"]), + ("Unanomous", &["unanimous"]), + ("Conerted", &["converted"]), + ("Unfirendly", &["unfriendly"]), + ("Fundamnetalists", &["fundamentalists"]), + ("Contageous", &["contagious"]), + ("Speficifeis", &["specifies"]), + ("Experiansial", &["experiential"]), + ("Connetcor", &["connector"]), + ("Summarizaion", &["summarization"]), + ("Adjument", &["adjustment"]), + ("Seperates", &["separates"]), + ("Amethsyt", &["amethyst"]), + ("Dinteractively", &["interactively"]), + ("Concelaed", &["concealed"]), + ("Peircing", &["piercing"]), + ("Destinatons", &["destinations"]), + ("Sawtay", &["sauté"]), + ("Respwans", &["respawns"]), + ("Dymanics", &["dynamics"]), + ("Freindly", &["friendly"]), + ("Completiom", &["completion"]), + ("Certificsting", &["certificating"]), + ("Relfective", &["reflective"]), + ("Conversin", &["conversions"]), + ("Skillshoots", &["skillshots"]), + ("Chnangelog", &["changelog"]), + ("Redistrubutions", &["redistributions"]), + ("Disapated", &["dissipated"]), + ("Mannarisms", &["mannerisms"]), + ("Arrestos", &["arrests"]), + ("Reigonal", &["regional"]), + ("Paraemeters", &["parameters"]), + ("Insigned", &["unsigned"]), + ("Dafaut", &["default"]), + ("Experimentted", &["experimented"]), + ("Compilr", &["compiler"]), + ("Unregisted", &["unregistered"]), + ("Genric", &["generic"]), + ("Spectification", &["specification"]), + ("Suposable", &["supposable"]), + ("Bretheren", &["brethren"]), + ("Simaltaneous", &["simultaneous"]), + ("Cuntaminated", &["contaminated"]), + ("Depdended", &["depended"]), + ("Promptes", &["prompts"]), + ("Availabe", &["available"]), + ("Subnegotiotation", &["subnegotiation"]), + ("Charater", &["character"]), + ("Prohibitons", &["prohibits"]), + ("Definilty", &["definitely"]), + ("Involed", &["involved"]), + ("Unexepctedly", &["unexpectedly"]), + ("Apocaplyse", &["apocalypse"]), + ("Accomodate", &["accommodate"]), + ("Objet", &["object"]), + ("Fugure", &["figure"]), + ("Constent", &["consent"]), + ("Charator", &["character"]), + ("Scorebored", &["scoreboard"]), + ("Saksatchewan", &["saskatchewan"]), + ("Artilce", &["article"]), + ("Homosexaul", &["homosexual"]), + ("Priotity", &["priority"]), + ("Getoject", &["getobject"]), + ("Ownes", &["owns", "ones"]), + ("Norwegin", &["norwegian"]), + ("Recordare", &["recorder"]), + ("Munute", &["minute"]), + ("Activy", &["activity"]), + ("Inadecuate", &["inadequate"]), + ("Pscyhopathic", &["psychopathic"]), + ("Experemental", &["experimental"]), + ("Liberalsim", &["liberalism"]), + ("Fortunetly", &["fortunately"]), + ("Peirodicals", &["periodicals"]), + ("Geometrie", &["geometry"]), + ("Preperies", &["properties"]), + ("Orhtogonality", &["orthogonality"]), + ("Illustraties", &["illustrate"]), + ("Generelization", &["generalization"]), + ("Updaing", &["updating"]), + ("Sensativity", &["sensitivity"]), + ("Piankillers", &["painkillers"]), + ("Extortin", &["extortion"]), + ("Perturbate", &["perturb"]), + ("Effecively", &["effectively"]), + ("Vulberabuilitiy", &["vulnerability"]), + ("Appropritate", &["appropriate"]), + ("Imagenary", &["imaginary"]), + ("Krpytonite", &["kryptonite"]), + ("Zoocheenei", &["zucchinis"]), + ("Solgers", &["soldiers"]), + ("Livel", &["level"]), + ("Impotrt", &["import", "imported", "importer"]), + ("Primairly", &["primarily"]), + ("Characteristcs", &["characteristics"]), + ("Speficeid", &["specified"]), + ("Piggypack", &["piggyback"]), + ("Visulizations", &["visualizations"]), + ("Abandond", &["abandoned"]), + ("Directinla", &["directional"]), + ("Examplee", &["example", "examples"]), + ("Woud", &["would"]), + ("Incompatablie", &["incompatible", "incompatibly"]), + ("Respondendo", &["responded"]), + ("Contanimation", &["contamination"]), + ("Encprytion", &["encryption"]), + ("Suppressingd", &["suppressing"]), + ("Leegun", &["legion"]), + ("Multiplikation", &["multiplication"]), + ("Natinals", &["nationals"]), + ("Determinato", &["determination"]), + ("Miinimizing", &["minimizing"]), + ("Manipluation", &["manipulation"]), + ("Insigts", &["insights"]), + ("Technlogy", &["technology"]), + ("Renegoators", &["renegotiators"]), + ("Registger", &["register"]), + ("Opetion", &["option"]), + ("Alchoolic", &["alcoholic"]), + ("Volunteeers", &["volunteers"]), + ("Traingulated", &["triangulated"]), + ("Sewdonim", &["pseudonym"]), + ("Supersed", &["superseded"]), + ("Extreamily", &["extremely"]), + ("Reitres", &["retires"]), + ("Reguler", &["regular"]), + ("Grandchilren", &["grandchildren"]), + ("Everywher", &["everywhere"]), + ("Cellabrations", &["celebrations"]), + ("Envrions", &["environs"]), + ("Dicuss", &["discuss"]), + ("Dislaying", &["displaying"]), + ("Eraised", &["erased"]), + ("Litterfinger", &["littlefinger"]), + ("Cloest", &["closest"]), + ("Keyoutch", &["keytouch"]), + ("Experincing", &["experiencing"]), + ("Guarenteering", &["guaranteeing"]), + ("Indevered", &["endeavored"]), + ("Wereas", &["whereas"]), + ("Eptied", &["emptied"]), + ("Compreso", &["compressor"]), + ("Bootleader", &["bootloader"]), + ("Bureaocracy", &["bureaucracy"]), + ("Eugencis", &["eugenics"]), + ("Wininpeg", &["winnipeg"]), + ("Implents", &["implements"]), + ("Comptown", &["compton"]), + ("Strangeshit", &["strangest"]), + ("Execptional", &["exceptional"]), + ("Manyal", &["manual"]), + ("Congresssmen", &["congressmen"]), + ("Counds", &["counts"]), + ("Photogrophers", &["photographers"]), + ("Suficiently", &["sufficiently"]), + ("Modifieres", &["modifiers"]), + ("Classfied", &["classified"]), + ("Ehr", &["her"]), + ("Neighobrs", &["neighbors"]), + ("Affilate", &["affiliate"]), + ("Commandeur", &["commanders"]), + ("Incoporating", &["incorporating"]), + ("Alcohal", &["alcohol"]), + ("Disabilitiles", &["disabilities"]), + ("Capabillities", &["capabilities"]), + ("Dedicato", &["dedication"]), + ("Conitnue", &["continue"]), + ("Trasform", &["transform"]), + ("Thumbnals", &["thumbnails"]), + ("Attribyte", &["attribute"]), + ("Depdencies", &["dependencies"]), + ("Periwinkel", &["periwinkle"]), + ("Wierdness", &["weirdness"]), + ("Evalutes", &["evaluates"]), + ("Pharmasudical", &["pharmaceutical"]), + ("Overestemating", &["overestimating"]), + ("Demograpic", &["demographic"]), + ("Syschronize", &["synchronize"]), + ("Wednesdsay", &["wednesdays"]), + ("Simmetricaly", &["symmetrically"]), + ("Unsuportable", &["unsupportable"]), + ("Versatily", &["versatility"]), + ("Enforcmement", &["enforcement"]), + ("Sentimant", &["sentimental"]), + ("Critisizes", &["criticizes"]), + ("Qualificatons", &["qualifications"]), + ("Ressembling", &["resembling"]), + ("Activisits", &["activist"]), + ("Corelates", &["correlates"]), + ("Uninteruppted", &["uninterrupted"]), + ("Tetss", &["tests"]), + ("Parliementary", &["parliamentary"]), + ("Baase", &["abase", "base"]), + ("Inheriet", &["inherit"]), + ("Acerage", &["acreage"]), + ("Cmpression", &["compression"]), + ("Manifestating", &["manifestation"]), + ("Tendencias", &["tendencies"]), + ("Calclation", &["calculation"]), + ("Temperatur", &["temperature"]), + ("Democrazies", &["democracies"]), + ("Convension", &["convention", "conversion"]), + ("Incrementarlo", &["incremental"]), + ("Respons", &["response", "respond"]), + ("Gyspies", &["gypsies"]), + ("Permanenty", &["permanently"]), + ("Silohuette", &["silhouette"]), + ("Secertary", &["secretary"]), + ("Trnasfers", &["transfers"]), + ("Yourselv", &["yourself", "yourselves"]), + ("Speciifc", &["specific"]), + ("Restartarting", &["restarting"]), + ("Venezuella", &["venezuela"]), + ("Inconsistendly", &["inconsistently"]), + ("Souvinneer", &["souvenir"]), + ("Oakerously", &["ocherously"]), + ("Filterin", &["filtering"]), + ("Suseptable", &["susceptible"]), + ("Resotration", &["restoration"]), + ("Implent", &["implement"]), + ("Falsley", &["falsely"]), + ("Anythng", &["anything"]), + ("Domainate", &["dominate"]), + ("Syncronises", &["synchronises"]), + ("Expessive", &["expressive"]), + ("Demosntrated", &["demonstrated"]), + ("Disconeccts", &["disconnects"]), + ("Sacremento", &["sacramento"]), + ("Bletooth", &["bluetooth"]), + ("Caler", &["caller"]), + ("Swnasea", &["swansea"]), + ("Speficifc", &["specific"]), + ("Atatches", &["attaches"]), + ("Instancce", &["instance"]), + ("Dcumented", &["documented"]), + ("Spefication", &["specification"]), + ("Familiy", &["family"]), + ("Toxicitity", &["toxicity"]), + ("Perfer", &["prefer"]), + ("Situdio", &["studio"]), + ("Contriction", &["contraction"]), + ("Enrollement", &["enrollment"]), + ("Keyborads", &["keyboards"]), + ("Franticaly", &["frantically"]), + ("Visibililty", &["visibility"]), + ("Wranings", &["warnings"]), + ("Thirstay", &["thirsty"]), + ("Elemtary", &["elementary"]), + ("Ipubrofen", &["ibuprofen"]), + ("Guarnantee", &["guarantee"]), + ("Classifed", &["classified"]), + ("Teanant", &["tenant"]), + ("Screenwrighter", &["screenwriter"]), + ("Renegoticable", &["renegotiable"]), + ("Analysy", &["analysis"]), + ("Defaull", &["default"]), + ("Soory", &["sorry"]), + ("Developped", &["developed"]), + ("Activacion", &["activation"]), + ("Spermatozoan", &["spermatozoon"]), + ("Paschurised", &["pasteurised"]), + ("Shange", &["change"]), + ("Reveret", &["revert"]), + ("Downgarded", &["downgraded"]), + ("Moisturizng", &["moisturizing"]), + ("Everyhting", &["everything"]), + ("Parareter", &["parameter"]), + ("Stoage", &["storage"]), + ("Irraditated", &["irradiated"]), + ("Accrate", &["accurate"]), + ("Claculators", &["calculators"]), + ("Sentimentos", &["sentiments"]), + ("Pyrmaid", &["pyramid"]), + ("Supplyed", &["supplied"]), + ("Passagens", &["passages"]), + ("Expliotation", &["exploitation"]), + ("Diql", &["dial"]), + ("Whn", &["when"]), + ("Framentation", &["fragmentation"]), + ("Recrod", &["record"]), + ("Regocnition", &["recognition"]), + ("Hosptialized", &["hospitalized"]), + ("Mechamism", &["mechanism"]), + ("Cascace", &["cascade"]), + ("Transciever", &["transceiver"]), + ("Suuporting", &["supporting"]), + ("Habaeus", &["habeas"]), + ("Infrigning", &["infringing"]), + ("Mainpulate", &["manipulate"]), + ("Journalizm", &["journalism"]), + ("Perferrences", &["preferences"]), + ("Maintianing", &["maintaining"]), + ("Pruchase", &["purchase"]), + ("Envioments", &["environments"]), + ("Apropiately", &["appropriately"]), + ("Seletions", &["selections", "deletions"]), + ("Comptible", &["compatible"]), + ("Competitivley", &["competitively"]), + ("Dissspointed", &["disappointed"]), + ("Austitic", &["autistic"]), + ("Stereotipical", &["stereotypical"]), + ("Mastrubation", &["masturbation"]), + ("Bellonging", &["belonging"]), + ("Trasformative", &["transformative"]), + ("Guarnanteed", &["guaranteed"]), + ("Reinstatiated", &["reinstantiated"]), + ("Decribed", &["described"]), + ("Whihch", &["which"]), + ("Correspomdence", &["correspondence"]), + ("Reaserch", &["research"]), + ("Positoin", &["position"]), + ("Jennigns", &["jennings"]), + ("Initialiased", &["initialised"]), + ("Dissassembling", &["disassembling"]), + ("Queu", &["queue"]), + ("Depoisted", &["deposited"]), + ("Proceder", &["procedure"]), + ("Temorary", &["temporary"]), + ("Infoemation", &["information"]), + ("Atomical", &["atomic"]), + ("Calculatsion", &["calculation"]), + ("Explixitely", &["explicitly"]), + ("Conveince", &["convenience"]), + ("Terminoligy", &["terminology"]), + ("Initializong", &["initializing"]), + ("Neighberhhoods", &["neighborhoods"]), + ("Assomption", &["assumption"]), + ("Assimalate", &["assimilate"]), + ("Spicific", &["specific"]), + ("Spetsified", &["specified"]), + ("Requestests", &["requests", "requested"]), + ("Pyhton", &["python"]), + ("Sentaor", &["senator"]), + ("Questionaire", &["questionnaire"]), + ("Recalcelated", &["recalculated"]), + ("Orgasmes", &["orgasms"]), + ("Dirving", &["driving"]), + ("Escpae", &["escape"]), + ("Neeedle", &["needle"]), + ("Transcrits", &["transcripts"]), + ("Maitained", &["maintained"]), + ("Approxmate", &["approximate"]), + ("Attackerats", &["attackers"]), + ("Avdisories", &["advisories"]), + ("Notigication", &["notification"]), + ("Caligraphy", &["calligraphy"]), + ("Boungind", &["bounding"]), + ("Bachlers", &["bachelors"]), + ("Hotizontally", &["horizontally"]), + ("Assistat", &["assistants"]), + ("Condfigures", &["configures"]), + ("Civalisations", &["civilisations"]), + ("Swaping", &["swapping"]), + ("Opeartes", &["operates"]), + ("Rgeards", &["regards"]), + ("Chandaliers", &["chandeliers"]), + ("Loadin", &["loading"]), + ("Crapenter", &["carpenter"]), + ("Applyting", &["applying"]), + ("Catholisism", &["catholicism"]), + ("Exlusively", &["exclusively"]), + ("Differnencing", &["differencing"]), + ("Airloom", &["heirloom"]), + ("Specualtions", &["speculation"]), + ("Faield", &["failed"]), + ("Shoudln", &["should"]), + ("Deliberite", &["deliberate"]), + ("Bointer", &["pointer"]), + ("Alreadh", &["already"]), + ("Investiagte", &["investigate"]), + ("Breakthroughts", &["breakthroughs"]), + ("Specilization", &["specialization"]), + ("Intiate", &["initiate"]), + ("Bedore", &["before"]), + ("Outrageosly", &["outrageously"]), + ("Renegoticate", &["renegotiate"]), + ("Visuable", &["visual", "visible"]), + ("Modificatioon", &["modification"]), + ("Explanaiton", &["explanations", "explanation"]), + ("Fule", &["file"]), + ("Barbarisch", &["barbaric"]), + ("Intgers", &["integers"]), + ("Obervant", &["observant"]), + ("Referecne", &["reference"]), + ("Instituded", &["instituted"]), + ("Classifcation", &["classification"]), + ("Representaciones", &["representations"]), + ("Transmittor", &["transmitter"]), + ("Missmatched", &["mismatched"]), + ("Horribley", &["horribly"]), + ("Pronous", &["pronouns"]), + ("Proble", &["probe", "probably", "problem"]), + ("Ctuhlhu", &["cthulhu"]), + ("Perseed", &["precede"]), + ("Catholizism", &["catholicism"]), + ("Impeed", &["impede"]), + ("Controleurs", &["controllers"]), + ("Taged", &["tagged"]), + ("Exceuctables", &["executables"]), + ("Seporate", &["separate"]), + ("Upgading", &["upgrading"]), + ("Hasing", &["hashing"]), + ("Competive", &["competitive"]), + ("Answhareing", &["answering"]), + ("Periodos", &["periods"]), + ("Ststions", &["stations"]), + ("Inadequite", &["inadequate"]), + ("Transfomation", &["transformation"]), + ("Casuation", &["causation"]), + ("Modifyers", &["modifiers"]), + ("Hanidcapped", &["handicapped"]), + ("Templat", &["template"]), + ("Cjanged", &["changed"]), + ("Enteties", &["entities"]), + ("Glitchey", &["glitchy"]), + ("Excetutor", &["executor"]), + ("Complimate", &["complicate"]), + ("Medicae", &["medicare"]), + ("Backfied", &["backfield"]), + ("Cotained", &["contained"]), + ("Dencodings", &["encodings"]), + ("Consolodated", &["consolidated"]), + ("Calculting", &["calculating"]), + ("Funcional", &["functional"]), + ("Prvileged", &["privileged"]), + ("Orgamise", &["organise"]), + ("Diagonaal", &["diagonal"]), + ("Alghoritmic", &["algorithmic"]), + ("Exturdes", &["extrudes"]), + ("Staration", &["starvation"]), + ("Interersted", &["interpreted"]), + ("Cripts", &["crypts", "scripts"]), + ("Graudating", &["graduating"]), + ("Represensts", &["represents"]), + ("Restorani", &["restoration"]), + ("Accesories", &["accessories"]), + ("Serivce", &["service"]), + ("Jupyther", &["jupyter"]), + ("Dircet", &["direct"]), + ("Gruopd", &["grouped"]), + ("Pathfindir", &["pathfinder"]), + ("Incompatabillity", &["incompatibility"]), + ("Facutally", &["factually"]), + ("Popolating", &["populating"]), + ("Repsresents", &["represents"]), + ("Folliwin", &["following"]), + ("Grenaders", &["grenades"]), + ("Miror", &["mirror", "minor"]), + ("Symbonname", &["symbolname"]), + ("Accapts", &["accepts"]), + ("Patriarhal", &["patriarchal"]), + ("Obtaion", &["obtain"]), + ("Enumrate", &["enumerate"]), + ("Buddhim", &["buddhism"]), + ("Compteurs", &["computers"]), + ("Thid", &["this"]), + ("Componenents", &["components"]), + ("Reccommends", &["recommends"]), + ("Egenral", &["general"]), + ("Discogrophy", &["discography"]), + ("Itereator", &["iterator"]), + ("Lithuana", &["lithuania"]), + ("Cliffbanger", &["cliffhanger"]), + ("Attennuation", &["attenuation"]), + ("Restire", &["restore"]), + ("Preadtor", &["predator"]), + ("Sebsatian", &["sebastian"]), + ("Commites", &["commits", "committed"]), + ("Rapresents", &["represents"]), + ("Matser", &["master"]), + ("Idenfity", &["identify"]), + ("Shrelock", &["sherlock"]), + ("Keyords", &["keywords"]), + ("Commatas", &["commas", "commata"]), + ("Inconsisently", &["inconsistently"]), + ("Liquidas", &["liquids"]), + ("Divertions", &["diversions"]), + ("Immenseley", &["immensely"]), + ("Commisioned", &["commissioned"]), + ("Syntetic", &["synthetic"]), + ("Perfomred", &["performed"]), + ("Headlesss", &["headless"]), + ("Breadtfeeding", &["breastfeeding"]), + ("Experimetation", &["experimentation"]), + ("Extrimely", &["extremely"]), + ("Itselfs", &["itself"]), + ("Duplicatas", &["duplicates"]), + ("Characte", &["character"]), + ("Siganls", &["signals"]), + ("Specifiing", &["specifying"]), + ("Assassinatd", &["assassinated"]), + ("Notmalize", &["normalize"]), + ("Unsuccess", &["unsuccessful"]), + ("Liscense", &["license"]), + ("Potentail", &["potential"]), + ("Romaanin", &["romanian"]), + ("Especally", &["especially"]), + ("Unexspected", &["unexpected"]), + ("Ineffciently", &["inefficiently"]), + ("Awya", &["away"]), + ("Designacion", &["designation"]), + ("Tyhat", &["that"]), + ("Declarayions", &["declarations"]), + ("Terimnate", &["terminate"]), + ("Uncetainty", &["uncertainty"]), + ("Consructors", &["constructors"]), + ("Throuhgout", &["throughout"]), + ("Norhtern", &["northern"]), + ("Afer", &["after"]), + ("Subscribirse", &["subscriber"]), + ("Inconvenince", &["inconvenience"]), + ("Poiters", &["pointers"]), + ("Memebrs", &["members"]), + ("Hlep", &["help"]), + ("Perhas", &["perhaps"]), + ("Bandwdiths", &["bandwidths"]), + ("Charismatisch", &["charismatic"]), + ("Wrteched", &["wretched"]), + ("Astronatus", &["astronauts"]), + ("Intiallisations", &["initialisations"]), + ("Controllling", &["controlling"]), + ("Tempororaries", &["temporaries"]), + ("Salughtering", &["slaughtering"]), + ("Procesors", &["processors"]), + ("Trustworthyness", &["trustworthiness"]), + ("Separtors", &["separators"]), + ("Kickstarer", &["kickstarter"]), + ("Configued", &["configured"]), + ("Amelearates", &["ameliorates"]), + ("Extraterrestials", &["extraterrestrials"]), + ("Methaphors", &["metaphors"]), + ("Compulstion", &["compulsion"]), + ("Installataion", &["installation"]), + ("Simulatin", &["simulation"]), + ("Sacrificng", &["sacrificing"]), + ("Renegoitators", &["renegotiators"]), + ("Htpts", &["https"]), + ("Psuedoterminal", &["pseudoterminal"]), + ("Represnets", &["represents"]), + ("Tidyness", &["tidiness"]), + ("Oppossed", &["opposed"]), + ("Unregsters", &["unregisters"]), + ("Solfes", &["solves"]), + ("Bethseda", &["bethesda"]), + ("Pedophils", &["pedophiles"]), + ("Attirubte", &["attribute"]), + ("Utilitising", &["utilising"]), + ("Rescuse", &["rescues"]), + ("Triptishes", &["triptychs"]), + ("Wappers", &["wrappers"]), + ("Unsibscribed", &["unsubscribed"]), + ("Leeguns", &["legions"]), + ("Hhttp", &["http"]), + ("Palyoffs", &["playoffs"]), + ("Acoount", &["account"]), + ("Confugired", &["configured"]), + ("Tehn", &["then"]), + ("Deafults", &["defaults"]), + ("Sympathiers", &["sympathizers"]), + ("Identties", &["identities"]), + ("Sysbols", &["symbols"]), + ("Discrimianted", &["discriminated"]), + ("Battlesaur", &["battlestar"]), + ("Simptoms", &["symptoms"]), + ("Diretly", &["directly"]), + ("Pedophilies", &["pedophile"]), + ("Athleticsm", &["athleticism"]), + ("Automobilies", &["automobile"]), + ("Omlets", &["omelets"]), + ("Thoght", &["thought"]), + ("Asigning", &["assigning"]), + ("Acordingly", &["accordingly"]), + ("Heirarchal", &["hierarchical"]), + ("Disshearteningly", &["dishearteningly"]), + ("Transmisive", &["transmissive"]), + ("Applyig", &["applying"]), + ("Entquiry", &["enquiry"]), + ("Tomoorow", &["tomorrow"]), + ("Miracalous", &["miraculous"]), + ("Unqiuely", &["uniquely"]), + ("Embodyment", &["embodiment"]), + ("Fyou", &["you"]), + ("Consept", &["concept"]), + ("Speciallly", &["specially"]), + ("Depanding", &["depending"]), + ("Infomation", &["information"]), + ("Vacciante", &["vaccinate"]), + ("Durationm", &["duration"]), + ("Creaters", &["craters", "creators"]), + ("Refridgerator", &["refrigerator"]), + ("Capatilized", &["capitalized"]), + ("Nstalls", &["installs"]), + ("Prostitutie", &["prostitute"]), + ("Incomaptibelity", &["incompatibility"]), + ("Cloreen", &["chlorine"]), + ("Algoruthmic", &["algorithmic"]), + ("Incoporate", &["incorporate"]), + ("Unconfortability", &["discomfort"]), + ("Indepenently", &["independently"]), + ("Supposingly", &["supposedly"]), + ("Interfeer", &["interfere"]), + ("Quesets", &["quests"]), + ("Alloocates", &["allocates"]), + ("Repostig", &["reposting"]), + ("Corret", &["correct"]), + ("Upstrem", &["upstream"]), + ("Persecutted", &["persecuted"]), + ("Panasoic", &["panasonic"]), + ("Reinitilize", &["reinitialize"]), + ("Republicians", &["republicans"]), + ("Pursude", &["pursued"]), + ("Successully", &["successfully"]), + ("Brainwahsed", &["brainwashed"]), + ("Ftbs", &["ftbfs"]), + ("Electoratul", &["electoral"]), + ("Tempremental", &["temperamental"]), + ("Upadters", &["updaters"]), + ("Inconsistence", &["inconsistency"]), + ("Neet", &["need", "neat"]), + ("Dogamtic", &["dogmatic"]), + ("Guarunteed", &["guaranteed"]), + ("Antiquaited", &["antiquated"]), + ("Measurmenet", &["measurement"]), + ("Disengenuous", &["disingenuous"]), + ("Hypotetical", &["hypothetical"]), + ("Parallization", &["parallelization"]), + ("Bouns", &["bounds"]), + ("Knowldge", &["knowledge"]), + ("Neckbeardos", &["neckbeards"]), + ("Supernarkets", &["supermarkets"]), + ("Despicible", &["despicable"]), + ("Attaced", &["attached"]), + ("Insuffiently", &["insufficiently"]), + ("Unparented", &["parentless"]), + ("Configuratiens", &["configurations"]), + ("Advertisiment", &["advertisement"]), + ("Diagonale", &["diagonal"]), + ("Esctasy", &["ecstasy"]), + ("Enthuisasts", &["enthusiasts"]), + ("Playbody", &["playboy"]), + ("Definetley", &["definitely"]), + ("Keychian", &["keychain"]), + ("Languahe", &["language"]), + ("Sterilze", &["sterile"]), + ("Preorderded", &["preordered"]), + ("Shortned", &["shortened"]), + ("Circuitos", &["circuits"]), + ("Adamently", &["adamantly"]), + ("Directroy", &["directory"]), + ("Markerts", &["markers"]), + ("Sensasionalist", &["sensationalist"]), + ("Competetion", &["competition"]), + ("Standars", &["standards", "standard"]), + ("Experement", &["experiment"]), + ("Colloqiual", &["colloquial"]), + ("Humantiy", &["humanity"]), + ("Secified", &["specified"]), + ("Intangeble", &["intangible"]), + ("Doker", &["docker"]), + ("Artifacs", &["artifacts"]), + ("Transgener", &["transgender"]), + ("Effiecient", &["efficient"]), + ("Unanymously", &["unanimously"]), + ("Vawdvillian", &["vaudevillian"]), + ("Anntenas", &["antennas"]), + ("Parasitisme", &["parasites"]), + ("Spontanes", &["spontaneous"]), + ("Cativating", &["activating"]), + ("Libraray", &["library"]), + ("Bbooleans", &["booleans"]), + ("Systen", &["system"]), + ("Internall", &["internal", "internally"]), + ("Conqured", &["conquered"]), + ("Tournes", &["tourneys"]), + ("Hapenn", &["happen"]), + ("Marvelos", &["marvelous"]), + ("Forgettting", &["forgetting"]), + ("Indivuals", &["individuals"]), + ("Constucted", &["constructed"]), + ("Alphanumberic", &["alphanumeric"]), + ("Imput", &["input"]), + ("Somethinig", &["somethings"]), + ("Raplacing", &["replacing"]), + ("Simaltaneously", &["simultaneously"]), + ("Properteis", &["properties"]), + ("Partecipants", &["participants"]), + ("Momento", &["memento"]), + ("Opimized", &["optimized"]), + ("Tiebreakker", &["tiebreaker"]), + ("Compablity", &["compatibility"]), + ("Spartaniis", &["spartans"]), + ("Premptively", &["preemptively"]), + ("Negoptionsotiations", &["negotiations"]), + ("Nanoseond", &["nanosecond"]), + ("Cthluhu", &["cthulhu"]), + ("Braziliaan", &["brazilians"]), + ("Abandomnent", &["abandonment"]), + ("Enouch", &["enough"]), + ("Illigitament", &["illegitimate"]), + ("Serialialising", &["serialising"]), + ("Progarammatic", &["programmatic"]), + ("Mathmaticians", &["mathematicians"]), + ("Underware", &["underwear"]), + ("Somewere", &["somewhere"]), + ("Contracictions", &["contradictions"]), + ("Speficifcally", &["specifically"]), + ("Charactr", &["character"]), + ("Guarranteeing", &["guaranteeing"]), + ("Cahgner", &["changer"]), + ("Responsable", &["responsible"]), + ("Debuggger", &["debugger"]), + ("Restauraunt", &["restaurant"]), + ("Uqest", &["quest"]), + ("Definitivley", &["definitively"]), + ("Inveting", &["inverting"]), + ("Susinct", &["succinct"]), + ("Implicitely", &["implicitly"]), + ("Ridiculouness", &["ridiculousness"]), + ("Transformarse", &["transformers"]), + ("Hopfull", &["hopeful", "hopefully"]), + ("Gueswork", &["guesswork"]), + ("Impelement", &["implement"]), + ("Actaul", &["actual"]), + ("Recalculaion", &["recalculation"]), + ("Leaset", &["least"]), + ("Experiements", &["experiments"]), + ("Vallgrind", &["valgrind"]), + ("Reconeect", &["reconnect"]), + ("Misinterpretions", &["misinterpreting"]), + ("Interactiv", &["interactive"]), + ("Trackres", &["trackers"]), + ("Brilliante", &["brilliance"]), + ("Consitent", &["consistent"]), + ("Decidated", &["dedicated"]), + ("Filld", &["filled", "filed", "fill"]), + ("Quartery", &["quarterly"]), + ("Huminoid", &["humanoid"]), + ("Indepenedently", &["independently"]), + ("Ppelines", &["pipelines"]), + ("Metod", &["method"]), + ("Skateing", &["skating"]), + ("Competitve", &["competitive"]), + ("Selecrtion", &["selection"]), + ("Specifid", &["specified"]), + ("Mutexs", &["mutexes"]), + ("Withh", &["with"]), + ("Agressvie", &["aggressive"]), + ("Metalic", &["metallic"]), + ("Suppliment", &["supplement"]), + ("Commun", &["common", "commune"]), + ("Contigency", &["contingency"]), + ("Exand", &["expand"]), + ("Convovling", &["convolving"]), + ("Crystalisation", &["crystallisation"]), + ("Crossifre", &["crossfire"]), + ("Covnerters", &["converters"]), + ("Autenticates", &["authenticates"]), + ("Temproarly", &["temporarily"]), + ("Experimentan", &["experimentation"]), + ("Overzelusly", &["overzealously"]), + ("Disocunt", &["discount"]), + ("Neighbes", &["neighbors"]), + ("Gunstinger", &["gunslinger"]), + ("Physcological", &["psychological"]), + ("Targest", &["target", "targets"]), + ("Adjustmens", &["adjustments"]), + ("Feches", &["fetches"]), + ("Assmumes", &["assumes"]), + ("Skeep", &["skip"]), + ("Creatre", &["create"]), + ("Emcas", &["emacs"]), + ("Konw", &["know"]), + ("Kolonization", &["colonization"]), + ("Clsoing", &["closing"]), + ("Executabnle", &["executable"]), + ("Optaionl", &["optional"]), + ("Unsucesful", &["unsuccessful"]), + ("Istalling", &["installing"]), + ("Philosophycal", &["philosophically"]), + ("Organisationnels", &["organisations"]), + ("Develpoments", &["developments"]), + ("Predjuice", &["prejudice"]), + ("Abodminal", &["abdominal"]), + ("Reproducion", &["reproduction"]), + ("Acousitc", &["acoustic"]), + ("Wirded", &["wired", "weird"]), + ("Dependendencies", &["dependencies"]), + ("Blocack", &["blockack"]), + ("Compagnion", &["companion"]), + ("Questiosn", &["questions"]), + ("Intitial", &["initial"]), + ("Aknowledgment", &["acknowledgment"]), + ("Veriation", &["variation"]), + ("Camoflaguing", &["camouflaging"]), + ("Distater", &["disaster"]), + ("Mysef", &["myself"]), + ("Wieghts", &["weights"]), + ("Propperties", &["properties"]), + ("Sacrin", &["saccharin"]), + ("Dawrves", &["dwarves"]), + ("Downvotear", &["downvoters"]), + ("Dissimliar", &["dissimilar"]), + ("Draged", &["dragged"]), + ("Protess", &["protests"]), + ("Cleannup", &["cleanup"]), + ("Eaturn", &["return", "saturn", "eaten"]), + ("Improovement", &["improvement"]), + ("Asignor", &["assignor"]), + ("Descions", &["decisions"]), + ("Elimintates", &["eliminates"]), + ("Syntethics", &["synthetics"]), + ("Inlalid", &["invalid"]), + ("Consideribly", &["considerably"]), + ("Explitit", &["explicit"]), + ("Temperatue", &["temperature"]), + ("Precumputed", &["precomputed"]), + ("Perspectivas", &["perspectives"]), + ("Bachelour", &["bachelor"]), + ("Traingulations", &["triangulations"]), + ("Bastracted", &["abstracted"]), + ("Brotherood", &["brotherhood"]), + ("Renegotiting", &["renegotiating"]), + ("Notity", &["notify"]), + ("Spefiically", &["specifically"]), + ("Resposiveness", &["responsiveness"]), + ("Aftrerwards", &["afterwards"]), + ("Pestacides", &["pesticides"]), + ("Propechy", &["prophecy"]), + ("Interprered", &["interpreter"]), + ("Fucntionally", &["functionally"]), + ("Shaprie", &["sharpie"]), + ("Claer", &["clear"]), + ("Fasle", &["false"]), + ("Connectin", &["connecting", "connection"]), + ("Hypotherical", &["hypothetical"]), + ("Ajsencies", &["adjacencies"]), + ("Analyseas", &["analyses"]), + ("Bulid", &["build"]), + ("Mechancis", &["mechanics"]), + ("Funciton", &["function"]), + ("Interseciton", &["intersections"]), + ("Registertd", &["registered"]), + ("Subscriptin", &["subscriptions"]), + ("Comisioned", &["commissioned"]), + ("Goegraphy", &["geography"]), + ("Querries", &["queries"]), + ("Caspule", &["capsule"]), + ("Succeeed", &["succeed", "succeeded"]), + ("Varieables", &["variables"]), + ("Certianly", &["certainly"]), + ("Destorys", &["destroys"]), + ("Indicees", &["indices"]), + ("Nationalsitic", &["nationalistic"]), + ("Autoamtically", &["automatically"]), + ("Babysittter", &["babysitter"]), + ("Amensia", &["amnesia"]), + ("Shuould", &["should"]), + ("Differnet", &["different"]), + ("Laoding", &["loading"]), + ("Sevice", &["service"]), + ("Accelleration", &["acceleration"]), + ("Precicion", &["precision"]), + ("Retrubution", &["retribution"]), + ("Latley", &["lately"]), + ("Decrmenetd", &["decremented"]), + ("Coutnerfeit", &["counterfeit"]), + ("Gratiutous", &["gratuitous"]), + ("Filessytems", &["filesystems"]), + ("Coducter", &["conductor"]), + ("Newslines", &["newlines"]), + ("Disussions", &["discussions"]), + ("Renegosiated", &["renegotiated"]), + ("Nationalizm", &["nationalism"]), + ("Nomes", &["gnomes"]), + ("Thererin", &["therein"]), + ("Liberas", &["liberals"]), + ("Annonceurs", &["announcers"]), + ("Separatley", &["separately"]), + ("Gropu", &["group"]), + ("Distnces", &["distances"]), + ("Crsytallize", &["crystallize"]), + ("Underneight", &["underweight"]), + ("Assicating", &["associating"]), + ("Assertting", &["asserting"]), + ("Cantain", &["contain"]), + ("Permenantly", &["permanently"]), + ("Confugiring", &["configuring"]), + ("Yorskhire", &["yorkshire"]), + ("Nauseuos", &["nauseous"]), + ("Thsould", &["should"]), + ("Fornatter", &["formatter"]), + ("Disbelif", &["disbelief"]), + ("Unsucessfully", &["unsuccessfully"]), + ("Procuder", &["procurer", "producer"]), + ("Pyramides", &["pyramids"]), + ("Emphazising", &["emphasising"]), + ("Iresistibly", &["irresistibly"]), + ("Componsites", &["composites"]), + ("Suplanted", &["supplanted"]), + ("Distrubited", &["distributed"]), + ("Posatives", &["positives"]), + ("Ingorant", &["ignorant"]), + ("Anytning", &["anything"]), + ("Tracsoders", &["transcoders"]), + ("Boofays", &["buffets"]), + ("Fasetr", &["faster"]), + ("Cotains", &["contains"]), + ("Divice", &["device"]), + ("Midifeld", &["midfield"]), + ("Illigetimate", &["illegitimate"]), + ("Blueberris", &["blueberries"]), + ("Accelerare", &["accelerate"]), + ("Fecthes", &["fetches"]), + ("Scartches", &["scratches"]), + ("Confirmd", &["confirmed"]), + ("Mathod", &["method"]), + ("Approoximations", &["approximations"]), + ("Uncompresors", &["uncompressors"]), + ("Descrise", &["describes"]), + ("Compoments", &["components"]), + ("Inforational", &["informational"]), + ("Satsifactory", &["satisfactory"]), + ("Jacksonvile", &["jacksonville"]), + ("Listenning", &["listening"]), + ("Temproily", &["temporarily", "temporally"]), + ("Utlimatum", &["ultimatum"]), + ("Expermentelly", &["experimentally"]), + ("Consire", &["conspire", "consider"]), + ("Innapropriate", &["inappropriate"]), + ("Activeted", &["activated"]), + ("Abillity", &["ability"]), + ("Scroipting", &["scripting"]), + ("Choser", &["chooser"]), + ("Gatherins", &["gatherings"]), + ("Indistinquishable", &["indistinguishable"]), + ("Aproximate", &["approximate"]), + ("Suddeny", &["suddenly"]), + ("Buhddists", &["buddhists"]), + ("Anarkists", &["anarchists"]), + ("Asdignments", &["assignments"]), + ("Opeartion", &["operation"]), + ("Soultion", &["solution"]), + ("Illuminanti", &["illuminati"]), + ("Presistable", &["persistable"]), + ("Requsts", &["requests"]), + ("Redundate", &["redundant"]), + ("Nestwork", &["network"]), + ("Tranclate", &["translate"]), + ("Coording", &["according"]), + ("Seqenstial", &["sequential"]), + ("Pateintly", &["patiently"]), + ("Conchances", &["consciences"]), + ("Miminising", &["minimising"]), + ("Murderered", &["murdered"]), + ("Precautios", &["precautions"]), + ("Christams", &["christmas"]), + ("Gaurantee", &["guarantee"]), + ("Disabeling", &["disabling"]), + ("Percetages", &["percentages"]), + ("Constriant", &["constraint"]), + ("Digitis", &["digits"]), + ("Interpretad", &["interpreted"]), + ("Servans", &["servants"]), + ("Rearrangaeble", &["rearrangeable"]), + ("Contradics", &["contradicts"]), + ("Procceses", &["processes"]), + ("Workign", &["working"]), + ("Tuotiral", &["tutorial"]), + ("Bjects", &["objects"]), + ("Misinterpretating", &["misinterpreting"]), + ("Fusha", &["fuchsia"]), + ("Simmilar", &["similar"]), + ("Screeshot", &["screenshot"]), + ("Correlatie", &["correlated"]), + ("Boredoom", &["boredom"]), + ("Algorothms", &["algorithms"]), + ("Derfien", &["define"]), + ("Heterosexuella", &["heterosexual"]), + ("Collumns", &["columns"]), + ("Horziontal", &["horizontal"]), + ("Unrecovarable", &["unrecoverable"]), + ("Deploymenet", &["deployment"]), + ("Confrontacional", &["confrontational"]), + ("Cirruculum", &["curriculum"]), + ("Traved", &["traversed"]), + ("Necesarrily", &["necessarily"]), + ("Resycn", &["resync"]), + ("Tanslator", &["translator"]), + ("Corolloa", &["corolla"]), + ("Brekaout", &["breakout"]), + ("Experimentes", &["experiments"]), + ("Gernerally", &["generally"]), + ("Keybords", &["keyboards"]), + ("Esy", &["easy"]), + ("Represnetations", &["representations"]), + ("Multy", &["multi"]), + ("Auhtenticate", &["authenticate"]), + ("Alorithm", &["algorithm"]), + ("Initialse", &["initialise"]), + ("Scriptue", &["scriptures"]), + ("Jusitfication", &["justifications"]), + ("Invisibile", &["invisible"]), + ("Abstenince", &["abstinence"]), + ("Proffesed", &["professed"]), + ("Cardiovasculaires", &["cardiovascular"]), + ("Aristolte", &["aristotle"]), + ("Interlaing", &["interlacing"]), + ("Diagnoes", &["diagnose"]), + ("Negotitaions", &["negotiations"]), + ("Extesion", &["extension"]), + ("Retuens", &["returns"]), + ("Definatelty", &["definitely"]), + ("Verticle", &["vertical"]), + ("Nortmally", &["normally"]), + ("Refartor", &["refactor", "refractor"]), + ("Helicpoters", &["helicopters"]), + ("Represensible", &["reprehensible"]), + ("Refenence", &["reference"]), + ("Perferrs", &["prefers"]), + ("Desentralized", &["decentralized"]), + ("Milwuakee", &["milwaukee"]), + ("Anticuated", &["antiquated"]), + ("Referes", &["refers", "referees"]), + ("Primay", &["primary"]), + ("Sunfiber", &["sunfire"]), + ("Diffrently", &["differently"]), + ("Coalace", &["coalesce"]), + ("Reundantly", &["redundantly"]), + ("Offfsets", &["offsets"]), + ("Symblic", &["symbolic"]), + ("Asessments", &["assessments"]), + ("Regsitered", &["registered"]), + ("Speficed", &["specified"]), + ("Tonuges", &["tongues"]), + ("Quarantenni", &["quarantine"]), + ("Condtitional", &["conditional"]), + ("Ampitude", &["amplitude"]), + ("Abstracness", &["abstractness"]), + ("Desperatley", &["desperately"]), + ("Atomticaly", &["automatically"]), + ("Threshods", &["thresholds"]), + ("Copyeighted", &["copyrighted"]), + ("Sycronization", &["synchronization"]), + ("Residental", &["residential"]), + ("Illimunati", &["illuminati"]), + ("Apealing", &["appealing"]), + ("Procrestinating", &["procrastinating"]), + ("Programes", &["programs"]), + ("Sytem", &["system"]), + ("Shitlasses", &["shitless"]), + ("Accountabilty", &["accountability"]), + ("Repacing", &["replacing"]), + ("Grandised", &["aggrandised"]), + ("Corrdior", &["corridor"]), + ("Selektions", &["selections"]), + ("Memership", &["membership"]), + ("Perfromer", &["performer"]), + ("Serveice", &["service"]), + ("Restoreing", &["restoring"]), + ("Superbocks", &["superblocks"]), + ("Veamant", &["vehement"]), + ("Reporeted", &["reported"]), + ("Absoutly", &["absolutely"]), + ("Subnegotition", &["subnegotiation"]), + ("Simlar", &["similar"]), + ("Multpart", &["multipart"]), + ("Unsubstantianted", &["unsubstantiated"]), + ("Juggurnaut", &["juggernaut"]), + ("Laballed", &["labelled"]), + ("Unanwsered", &["unanswered"]), + ("Bounaary", &["boundary"]), + ("Reappering", &["reappearing"]), + ("Placebro", &["placebo"]), + ("Latets", &["latest"]), + ("Invariabley", &["invariably"]), + ("Unpresedented", &["unprecedented"]), + ("Allocagtor", &["allocator"]), + ("Instantion", &["instantiation"]), + ("Fucntioned", &["functioned"]), + ("Kyeboshing", &["kiboshing"]), + ("Opprtunity", &["opportunity"]), + ("Pscyhologist", &["psychologist"]), + ("Intervines", &["intervenes"]), + ("Lik", &["like", "lick", "link"]), + ("Beyong", &["beyond"]), + ("Featchuring", &["featuring"]), + ("Reupladed", &["reuploaded"]), + ("Indoctornated", &["indoctrinated"]), + ("Unawnsered", &["unanswered"]), + ("Workstaiton", &["workstation"]), + ("Disproportianate", &["disproportionate"]), + ("Revolations", &["revolutions"]), + ("Resest", &["reset", "recessed"]), + ("Cooridate", &["coordinate"]), + ("Rearranements", &["rearrangements"]), + ("Outadted", &["outdated"]), + ("Whitout", &["without", "whiteout"]), + ("Chisiled", &["chiseled"]), + ("Compramising", &["compromising"]), + ("Recoriding", &["recording"]), + ("Lanucher", &["launcher"]), + ("Easiliy", &["easily"]), + ("Sketck", &["skate", "sketch"]), + ("Enetity", &["entity"]), + ("Phialdelphia", &["philadelphia"]), + ("Aquainted", &["acquainted"]), + ("Homeoapthy", &["homeopathy"]), + ("Experiance", &["experience"]), + ("Banannas", &["bananas"]), + ("Defintaley", &["definitely"]), + ("Sourc", &["source"]), + ("Drakest", &["darkest"]), + ("Sustainabillity", &["sustainability"]), + ("Ket", &["kept", "key"]), + ("Liberatore", &["liberate"]), + ("Nontheless", &["nonetheless"]), + ("Exclosed", &["enclosed"]), + ("Microprocessprs", &["microprocessors"]), + ("Analzer", &["analyzer"]), + ("Defficult", &["difficult"]), + ("Helathcare", &["healthcare"]), + ("Minum", &["minimum"]), + ("Culumative", &["cumulative"]), + ("Bundels", &["bundles"]), + ("Understadning", &["understanding"]), + ("Omniverously", &["omnivorously"]), + ("Pornograpgy", &["pornography"]), + ("Attrocities", &["atrocities"]), + ("Begain", &["began"]), + ("Unsurprizingly", &["unsurprisingly"]), + ("Aand", &["and"]), + ("Implemeneter", &["implementer"]), + ("Amphetimines", &["amphetamines"]), + ("Alternatve", &["alternate", "alternative"]), + ("Clicklabe", &["clickable"]), + ("Debudg", &["debug"]), + ("Scandales", &["scandals"]), + ("Arbitiary", &["arbitrary"]), + ("Rejplace", &["replace"]), + ("Alltogehter", &["altogether"]), + ("Certifcate", &["certificate"]), + ("Assoziation", &["association"]), + ("Compiant", &["compliant"]), + ("Philippinas", &["philippines"]), + ("Vulnerabuilility", &["vulnerability"]), + ("Simplificacion", &["simplification"]), + ("Incompatibale", &["incompatible"]), + ("Esitmation", &["estimation"]), + ("Ambibuity", &["ambiguity"]), + ("Louisvile", &["louisville"]), + ("Avriant", &["variant"]), + ("Suficated", &["suffocated"]), + ("Villians", &["villains"]), + ("Synonomy", &["synonym"]), + ("Dobled", &["doubled"]), + ("Triptish", &["triptych"]), + ("Indonesean", &["indonesian"]), + ("Retreivable", &["retrievable"]), + ("Unconcistency", &["inconsistency"]), + ("Feedbakc", &["feedback"]), + ("Hypathetically", &["hypothetically"]), + ("Secuences", &["sequences"]), + ("Unnessessarily", &["unnecessarily"]), + ("Coucil", &["council"]), + ("Arrangteable", &["arrangeable"]), + ("Conformace", &["conformance"]), + ("Laborotory", &["laboratory"]), + ("Tihkn", &["think"]), + ("Propterties", &["properties"]), + ("Proocess", &["process"]), + ("Insidiuos", &["insidious"]), + ("Incompetente", &["incompetence"]), + ("Extravagina", &["extravagant"]), + ("Cancellato", &["cancellation"]), + ("Physcologists", &["psychologists"]), + ("Firmwre", &["firmware"]), + ("Verbse", &["verbose"]), + ("Maanger", &["manager"]), + ("Verifiyng", &["verifying"]), + ("Renassiance", &["renaissance"]), + ("Anytthing", &["anything"]), + ("Autoropeat", &["autorepeat"]), + ("Implementtion", &["implementation"]), + ("Imaginating", &["imagination"]), + ("Anmesty", &["amnesty"]), + ("Refrigerater", &["refrigerator"]), + ("Repersentation", &["representation"]), + ("Disapat", &["dissipate"]), + ("Compartent", &["compartment"]), + ("Caridgan", &["cardigan"]), + ("Poperties", &["properties"]), + ("Idicating", &["indicating"]), + ("Palestinains", &["palestinians"]), + ("Langulage", &["language"]), + ("Kimerrical", &["chimerical"]), + ("Distraccion", &["distraction"]), + ("Andlers", &["handlers", "antlers"]), + ("Enconder", &["encoder"]), + ("Legalimate", &["legitimate"]), + ("Inconditionally", &["unconditionally"]), + ("Siginificant", &["significant"]), + ("Unexplaind", &["unexplained"]), + ("Corerct", &["correct"]), + ("Scatchpad", &["scratchpad"]), + ("Kroniclers", &["chroniclers"]), + ("Tirgger", &["trigger"]), + ("Fragmantation", &["fragmentation"]), + ("Imrpoves", &["improves"]), + ("Shiped", &["shipped"]), + ("Atheltic", &["athletic"]), + ("Synchonising", &["synchronising"]), + ("Sysyem", &["system"]), + ("Disposle", &["dispose"]), + ("Refering", &["referring"]), + ("Renegotaites", &["renegotiates"]), + ("Reminiscient", &["reminiscent"]), + ("Occrred", &["occurred"]), + ("Fethced", &["fetched"]), + ("Obamination", &["abomination"]), + ("Cahched", &["cached"]), + ("Impersinating", &["impersonating"]), + ("Genererate", &["generate"]), + ("Uncessary", &["unnecessary"]), + ("Workaronud", &["workaround"]), + ("Retalaite", &["retaliate"]), + ("Informatief", &["informative"]), + ("Baught", &["bought"]), + ("Isssued", &["issued"]), + ("Pleae", &["please"]), + ("Complience", &["compliance"]), + ("Efficvely", &["effectively"]), + ("Auhtor", &["author"]), + ("Suplimented", &["supplemented"]), + ("Evalites", &["evaluates"]), + ("Dispuse", &["disputes"]), + ("Consisten", &["consistent"]), + ("Orginating", &["originating"]), + ("Offsett", &["offset"]), + ("Vrey", &["very"]), + ("Accourdingly", &["accordingly"]), + ("Singuarl", &["singular"]), + ("Heigthened", &["heightened"]), + ("Adapte", &["adapter"]), + ("Posions", &["poisons", "positions", "psions"]), + ("Endoctrination", &["indoctrination"]), + ("Evovles", &["evolves"]), + ("Undescores", &["underscores"]), + ("Relativiser", &["relatives"]), + ("Bitamps", &["bitmaps"]), + ("Antagonstic", &["antagonist"]), + ("Modificaitons", &["modifications"]), + ("Confidantly", &["confidently"]), + ("Carinomially", &["ceremonially"]), + ("Attachement", &["attachment"]), + ("Prinicple", &["principle"]), + ("Slaverly", &["slavery"]), + ("Corsshair", &["crosshair"]), + ("Aparant", &["apparent"]), + ("Meeeting", &["meeting"]), + ("Treadet", &["treated", "threaded", "treaded"]), + ("Concatened", &["concatenated"]), + ("Scketching", &["sketching"]), + ("Monnth", &["month"]), + ("Aquaintance", &["acquaintance"]), + ("Immobilien", &["immobile"]), + ("Fortat", &["format"]), + ("Jugdements", &["judgements"]), + ("Excliuding", &["excluding"]), + ("Simmetriclly", &["symmetrically"]), + ("Labirynth", &["labyrinth"]), + ("Infestating", &["infestation"]), + ("Volontary", &["voluntary"]), + ("Cunters", &["counters", "hunters"]), + ("Eminated", &["emanated"]), + ("Colloqueal", &["colloquial"]), + ("Animatte", &["animate"]), + ("Suficcient", &["sufficient"]), + ("Prevencion", &["prevention"]), + ("Synomym", &["synonym"]), + ("Sectionis", &["sections"]), + ("Immeadiately", &["immediately"]), + ("Planetwalker", &["planeswalker"]), + ("Flourine", &["fluorine"]), + ("Reqeuest", &["request"]), + ("Compain", &["complain"]), + ("Sccopes", &["scopes"]), + ("Collitions", &["collisions"]), + ("Informis", &["informs"]), + ("Expidentures", &["expenditures"]), + ("Disgrunteld", &["disgruntled"]), + ("Pospone", &["postpone"]), + ("Deploymenets", &["deployments"]), + ("Coverd", &["covered"]), + ("Hiting", &["hitting"]), + ("Vigeur", &["vigueur", "vigour"]), + ("Suppert", &["support"]), + ("Paravirutalised", &["paravirtualised"]), + ("Longitutde", &["longitude"]), + ("Eelment", &["element"]), + ("Specifiede", &["specified"]), + ("Serialsie", &["serialise"]), + ("Compoment", &["component"]), + ("Enalbe", &["enable"]), + ("Organismes", &["organisms"]), + ("Assighors", &["assignors"]), + ("Patriarical", &["patriarchal"]), + ("Depictes", &["depicts"]), + ("Intepretor", &["interpreter"]), + ("Succintly", &["succinctly"]), + ("Handicaped", &["handicapped"]), + ("Expereincing", &["experiencing"]), + ("Signifikant", &["significant"]), + ("Timly", &["timely"]), + ("Hypvervisors", &["hypervisors"]), + ("Caeseing", &["ceasing"]), + ("Boungary", &["boundary"]), + ("Gziniflate", &["gzinflate"]), + ("Arbritarily", &["arbitrarily"]), + ("Organsim", &["organism"]), + ("Sitution", &["situation"]), + ("Swizterland", &["switzerland"]), + ("Intiallizations", &["initializations"]), + ("Sophmore", &["sophomore"]), + ("Diposition", &["disposition"]), + ("Phisiological", &["physiological"]), + ("Stoped", &["stopped"]), + ("Intrigueing", &["intriguing"]), + ("Rotataions", &["rotations"]), + ("Metiphors", &["metaphors"]), + ("Representaions", &["representations"]), + ("Securtity", &["security"]), + ("Compulisve", &["compulsive"]), + ("Clearstorys", &["clerestories"]), + ("Beaurocratic", &["bureaucratic"]), + ("Impulsivley", &["impulsive"]), + ("Versatilty", &["versatility"]), + ("Implementiaon", &["implementation"]), + ("Courtey", &["courtesy"]), + ("Namespce", &["namespace"]), + ("Articluated", &["articulated"]), + ("Acumulated", &["accumulated"]), + ("Soveriegn", &["sovereign"]), + ("Socities", &["societies"]), + ("Constand", &["constant"]), + ("Trucnate", &["truncate"]), + ("Obeservations", &["observations"]), + ("Mathcups", &["matchups"]), + ("Definining", &["defining"]), + ("Reconeted", &["reconnected"]), + ("Indistinguisable", &["indistinguishable"]), + ("Merchanters", &["merchants"]), + ("Parm", &["param", "pram", "parma"]), + ("Queuable", &["queueable"]), + ("Conrrespondence", &["correspondence"]), + ("Bve", &["be"]), + ("Iluminations", &["illuminations"]), + ("Sepetated", &["separated"]), + ("Revrieved", &["retrieved"]), + ("Boucing", &["bouncing"]), + ("Correcton", &["correction"]), + ("Systhem", &["system"]), + ("Wheras", &["whereas"]), + ("Calue", &["value"]), + ("Speficifiable", &["specifiable"]), + ("Benifited", &["benefited"]), + ("Certifciation", &["certification"]), + ("Irrelevent", &["irrelevant"]), + ("Micoscopies", &["microscopies"]), + ("Stattered", &["scattered"]), + ("Monitoreado", &["monitored"]), + ("Numberic", &["numeric"]), + ("Unadvertedly", &["inadvertently"]), + ("Asertion", &["assertion"]), + ("Everets", &["everest"]), + ("Superfluos", &["superfluous"]), + ("Empited", &["emptied"]), + ("Alienet", &["alienate"]), + ("Altetnatives", &["alternatives"]), + ("Querys", &["queries"]), + ("Infenro", &["inferno"]), + ("Transformarea", &["transformer"]), + ("Expctedly", &["expectedly"]), + ("Cances", &["cancel"]), + ("Interpretated", &["interpreted"]), + ("Paficist", &["pacifist"]), + ("Modidfier", &["modifier"]), + ("Absurdley", &["absurdly"]), + ("Compaitbility", &["compatibility"]), + ("Expicit", &["explicit"]), + ("Derective", &["directive"]), + ("Underfaker", &["undertaker"]), + ("Retcieve", &["receive", "retrieve"]), + ("Initializatons", &["initializations"]), + ("Appoligies", &["apologies"]), + ("Continuato", &["continuation"]), + ("Substuctures", &["substructures"]), + ("Releife", &["relief"]), + ("Solwed", &["solved"]), + ("Fileds", &["fields"]), + ("Trasncript", &["transcript"]), + ("Narcissisism", &["narcissism"]), + ("Restoreble", &["restorable"]), + ("Desentizised", &["desensitised"]), + ("Conatainers", &["containers"]), + ("Pengwin", &["penguin"]), + ("Incldues", &["includes"]), + ("Obious", &["obvious"]), + ("Neighbouthood", &["neighbourhood"]), + ("Preapared", &["prepared"]), + ("Heade", &["head", "header"]), + ("Hoemopathy", &["homeopathy"]), + ("Temperatuur", &["temperature"]), + ("Metifors", &["metaphors"]), + ("Sentris", &["sentries"]), + ("Interesections", &["intersections"]), + ("Vetor", &["vector", "veto"]), + ("Reuplad", &["reupload"]), + ("Agigressive", &["aggressive"]), + ("Implemements", &["implements"]), + ("Stubmled", &["stumbled"]), + ("Respose", &["response"]), + ("Aritsts", &["artists"]), + ("Delimietrs", &["delimiters"]), + ("Cleanning", &["cleaning"]), + ("Mosty", &["mostly"]), + ("Proletariot", &["proletariat"]), + ("Mistreaded", &["mistreated"]), + ("Jave", &["java", "have"]), + ("Negotitators", &["negotiators"]), + ("Descriminating", &["discriminating"]), + ("Ciritc", &["critic"]), + ("Capibilities", &["capabilities"]), + ("Ambigous", &["ambiguous"]), + ("Shrapenl", &["shrapnel"]), + ("Aboriginial", &["aboriginal"]), + ("Addiitonall", &["additional"]), + ("Presedential", &["presidential"]), + ("Conceviable", &["conceivable"]), + ("Survivabilty", &["survivability"]), + ("Ealrier", &["earlier"]), + ("Diagnonal", &["diagonal"]), + ("Deifned", &["defined"]), + ("Retruning", &["returning"]), + ("Tetxture", &["texture"]), + ("Iclude", &["include"]), + ("Nanosenconds", &["nanoseconds"]), + ("Experimintel", &["experimental"]), + ("Skiped", &["skipped", "skyped"]), + ("Horading", &["hoarding"]), + ("Parokeelly", &["parochially"]), + ("Reimplementions", &["reimplementations"]), + ("Funcitonal", &["functional"]), + ("Documentes", &["documents"]), + ("Whitesspaces", &["whitespaces"]), + ("Siute", &["suite"]), + ("Neighberhodds", &["neighborhoods"]), + ("Secne", &["scene"]), + ("Exaggurated", &["exaggerated"]), + ("Guarentes", &["guarantees"]), + ("Destroied", &["destroyed"]), + ("Instlling", &["installing", "instilling"]), + ("Presedintia", &["presidential"]), + ("Letivicus", &["leviticus"]), + ("Subnegogtiations", &["subnegotiations"]), + ("Vallys", &["valleys"]), + ("Replacted", &["replaced", "replicated"]), + ("Impaitent", &["impatient"]), + ("Exaggeratin", &["exaggeration"]), + ("Broncoes", &["broncos"]), + ("Machanisms", &["mechanisms"]), + ("Multipes", &["multiples"]), + ("Unsuprising", &["unsurprising"]), + ("Fexibility", &["flexibility"]), + ("Defininitions", &["definitions"]), + ("Retriger", &["retrigger"]), + ("Duting", &["during"]), + ("Interacsion", &["interaction"]), + ("Expetimentally", &["experimentally"]), + ("Parlamentary", &["parliamentary"]), + ("Negotications", &["negotiations"]), + ("Renegoticating", &["renegotiating"]), + ("Preiodic", &["periodic"]), + ("Wordpresss", &["wordpress"]), + ("Intereview", &["interview"]), + ("Improt", &["import"]), + ("Seqeuences", &["sequences"]), + ("Unreasonablly", &["unreasonably"]), + ("Propatagion", &["propagation"]), + ("Cannibalisim", &["cannibalism"]), + ("Duplacate", &["duplicate"]), + ("Despoited", &["deposited"]), + ("Brunettte", &["brunette"]), + ("Shoule", &["should"]), + ("Commmunicate", &["communicate"]), + ("Opeging", &["opening"]), + ("Templete", &["template"]), + ("Invesitgations", &["investigations"]), + ("Serchable", &["searchable"]), + ("Departue", &["departure"]), + ("Amendmet", &["amendments"]), + ("Corporatoin", &["corporation"]), + ("Perpetuae", &["perpetuate"]), + ("Confugrable", &["configurable"]), + ("Preivews", &["previews"]), + ("Veneuzela", &["venezuela"]), + ("Ethnicites", &["ethnicities"]), + ("Perfektion", &["perfection"]), + ("Denomonator", &["denominator"]), + ("Liekable", &["likable"]), + ("Disssociates", &["dissociates"]), + ("Componets", &["components"]), + ("Backwrad", &["backward"]), + ("Cannibaljim", &["cannibalism"]), + ("Govermet", &["government"]), + ("Transcrips", &["transcripts"]), + ("Experimetelly", &["experimentally"]), + ("Solating", &["isolating"]), + ("Teraformed", &["terraformed"]), + ("Achiver", &["achiever", "archiver"]), + ("Benghazhi", &["benghazi"]), + ("Pryamids", &["pyramids"]), + ("Metropolys", &["metropolis"]), + ("Ege", &["edge"]), + ("Analagus", &["analogous"]), + ("Lsip", &["lisp"]), + ("Plagiarius", &["plagiarism"]), + ("Interaktively", &["interactively"]), + ("Trgistration", &["registration"]), + ("Trasncripts", &["transcripts"]), + ("Consctructs", &["constructs"]), + ("Podule", &["module"]), + ("Clenase", &["cleanse"]), + ("Colleced", &["collected", "coalesced"]), + ("Leprachans", &["leprechauns"]), + ("Varagated", &["variegated"]), + ("Switcn", &["switch"]), + ("Cigaretes", &["cigarettes"]), + ("Flexibele", &["flexible"]), + ("Depciting", &["depicting"]), + ("Reveiwers", &["reviewers"]), + ("Boths", &["both"]), + ("Troup", &["troupe"]), + ("Breshed", &["brushed"]), + ("Inut", &["input"]), + ("Downloadble", &["downloadable"]), + ("Witnissing", &["witnessing"]), + ("Lobbyistes", &["lobbyists"]), + ("Goruping", &["grouping"]), + ("Execusions", &["executions"]), + ("Naibhorhoods", &["neighborhoods"]), + ("Tramsmitted", &["transmitted"]), + ("Deltes", &["deletes"]), + ("Sucsessfully", &["successfully"]), + ("Cookoo", &["cuckoo"]), + ("Recgonizable", &["recognizable"]), + ("Mecahnisms", &["mechanisms"]), + ("Distortian", &["distortion"]), + ("Reinstaling", &["reinstalling"]), + ("Styrofom", &["styrofoam"]), + ("Unknowningly", &["unknowingly"]), + ("Concentrace", &["concentrate"]), + ("Contaigous", &["contagious"]), + ("Conponents", &["components"]), + ("Flamable", &["flammable"]), + ("Apsotles", &["apostles"]), + ("Perfoemamces", &["performances"]), + ("Arhtritis", &["arthritis"]), + ("Incremnet", &["increment"]), + ("Cesspoool", &["cesspool"]), + ("Conrtibuting", &["contributing"]), + ("Execustion", &["execution"]), + ("Speficable", &["specifiable"]), + ("Barbarions", &["barbarians"]), + ("Drasitcally", &["drastically"]), + ("Foor", &["foot", "for"]), + ("Accidnetly", &["accidentally"]), + ("Disgns", &["designs"]), + ("Chganged", &["changed"]), + ("Highligjting", &["highlighting"]), + ("Reveales", &["reveals"]), + ("Decrment", &["decrement"]), + ("Preventivno", &["prevention"]), + ("Sycronously", &["synchronously"]), + ("Asycronous", &["asynchronous"]), + ("Typograhic", &["typographic"]), + ("Unchaneged", &["unchanged"]), + ("Generaotr", &["generator"]), + ("Admiraal", &["admiral"]), + ("Mayu", &["may"]), + ("Exclamacion", &["exclamation"]), + ("Degenratet", &["degenerated"]), + ("Reparing", &["repairing"]), + ("Transcendance", &["transcendence"]), + ("Massagens", &["massages"]), + ("Instint", &["instinct"]), + ("Coeffient", &["coefficient"]), + ("Unplaybale", &["unplayable"]), + ("Geneticaly", &["genetically"]), + ("Positve", &["positive"]), + ("Succicently", &["sufficiently"]), + ("Auot", &["auto"]), + ("Interfact", &["interact", "interface"]), + ("Hertically", &["hectically"]), + ("Concreet", &["concrete"]), + ("Optiones", &["options"]), + ("Neighberghs", &["neighbors"]), + ("Fatalitites", &["fatalities"]), + ("Depencendencies", &["dependencies"]), + ("Laguange", &["language"]), + ("Tiolets", &["toilets"]), + ("Ideologicaly", &["ideologically"]), + ("Callibrations", &["calibrations"]), + ("Pacht", &["patch"]), + ("Stabilited", &["stabilized"]), + ("Fiedl", &["field"]), + ("Optionall", &["optional", "optionally"]), + ("Invoive", &["invoice"]), + ("Paramterization", &["parametrization", "parameterization"]), + ("Rmeoves", &["removes"]), + ("Rememored", &["remembered"]), + ("Predetermind", &["predetermined"]), + ("Cotangens", &["cotangents"]), + ("Dinasours", &["dinosaurs"]), + ("Riminder", &["reminder"]), + ("Euorpeans", &["europeans"]), + ("Synonymus", &["synonyms"]), + ("Childerns", &["childrens"]), + ("Gettitems", &["getitems"]), + ("Rewrire", &["rewrite", "rewire"]), + ("Remebers", &["remembers"]), + ("Unselecgt", &["unselect"]), + ("Provodes", &["provides"]), + ("Leathal", &["lethal"]), + ("Chidlish", &["childish"]), + ("Unrestircted", &["unrestricted"]), + ("Adavanced", &["advanced"]), + ("Dispensiries", &["dispensaries"]), + ("Fanatsies", &["fantasies"]), + ("Enoufh", &["enough"]), + ("Wronf", &["wrong"]), + ("Indexs", &["indexes", "indices"]), + ("Basline", &["baseline"]), + ("Festivas", &["festivals"]), + ("Squirrelies", &["squirrels"]), + ("Treasuers", &["treasures"]), + ("Dervie", &["derive"]), + ("Prematurley", &["prematurely"]), + ("Chceked", &["checked"]), + ("Emprisoned", &["imprisoned"]), + ("Uniterrupted", &["uninterrupted"]), + ("Punihsment", &["punishments"]), + ("Specifiec", &["specific"]), + ("Herucles", &["hercules"]), + ("Vesions", &["versions"]), + ("Informtaion", &["information"]), + ("Comensurate", &["commensurate"]), + ("Envrionment", &["environment"]), + ("Fomrater", &["formatter"]), + ("Multismapling", &["multisampling"]), + ("Onw", &["own", "now"]), + ("Referendim", &["referendum"]), + ("Algotithmic", &["algorithmic"]), + ("Repositor", &["repository"]), + ("Remvs", &["removes"]), + ("Lication", &["location"]), + ("Cruicial", &["crucial"]), + ("Fringeworthy", &["cringeworthy"]), + ("Elimanates", &["eliminates"]), + ("Santroum", &["santorum"]), + ("Punsiher", &["punisher"]), + ("Idenify", &["identify"]), + ("Dispayes", &["displays"]), + ("Negotiotation", &["negotiation"]), + ("Reciprocant", &["reciprocate"]), + ("Fashism", &["fascism"]), + ("Rescritions", &["restrictions"]), + ("Liveatream", &["livestream"]), + ("Implemataion", &["implementation"]), + ("Negoziations", &["negotiations"]), + ("Ressource", &["resource"]), + ("Textrues", &["textures"]), + ("Equipement", &["equipment"]), + ("Sentenal", &["sentinel"]), + ("Arsneal", &["arsenal"]), + ("Neckbreads", &["neckbeards"]), + ("Cooparetive", &["cooperative"]), + ("Suggestinos", &["suggestions"]), + ("Simplisitic", &["simplistic"]), + ("Thermomenter", &["thermometer"]), + ("Exploititive", &["exploitative"]), + ("Continunity", &["continuity"]), + ("Conclued", &["conclude"]), + ("Atachments", &["attachments"]), + ("Confrontating", &["confrontation"]), + ("Therapeudic", &["therapeutic"]), + ("Quizzs", &["quizzes"]), + ("Opject", &["object"]), + ("Probabalistically", &["probabilistically"]), + ("Respwaning", &["respawning"]), + ("Moounting", &["mounting"]), + ("Componeents", &["components"]), + ("Speciatly", &["specialty"]), + ("Moderatley", &["moderately"]), + ("Explotiative", &["exploitative"]), + ("Follwoers", &["followers"]), + ("Grooup", &["group"]), + ("Mediphors", &["metaphors"]), + ("Pertrub", &["perturb"]), + ("Floresent", &["fluorescent", "florescent"]), + ("Dirrection", &["direction"]), + ("Identidier", &["identifier"]), + ("Acticate", &["activate"]), + ("Protocall", &["protocol"]), + ("Unsucesssfull", &["unsuccessful"]), + ("Abilityes", &["abilities"]), + ("Scatches", &["catches", "scratches", "sketches"]), + ("Obleekly", &["obliquely"]), + ("Mininising", &["minimising"]), + ("Nitorgen", &["nitrogen"]), + ("Contestaste", &["contestants"]), + ("Mysogynist", &["misogynist"]), + ("Refrerenced", &["referenced"]), + ("Fundamnetal", &["fundamentals"]), + ("Vulberbuility", &["vulnerability"]), + ("Squirrelius", &["squirrels"]), + ("Reipient", &["recipient"]), + ("Generalyl", &["generally"]), + ("Experimentaiters", &["experimenters"]), + ("Toothbruth", &["toothbrush"]), + ("Hypokrites", &["hypocrites"]), + ("Deinitalizes", &["deinitializes"]), + ("Exelent", &["excellent"]), + ("Periperhals", &["peripherals"]), + ("Nacrotics", &["narcotics"]), + ("Experinementally", &["experimentally"]), + ("Retart", &["restart"]), + ("Noctunre", &["nocturne"]), + ("Ironcially", &["ironically"]), + ("Propereties", &["properties"]), + ("Morisette", &["morissette"]), + ("Mindleslly", &["mindlessly"]), + ("Allocaites", &["allocates"]), + ("Synchroneously", &["synchronously"]), + ("Dashboads", &["dashboards"]), + ("Compiliant", &["compliant"]), + ("Neeedles", &["needles", "needless"]), + ("Knockously", &["noxiously"]), + ("Exchances", &["exchanges"]), + ("Liberatrians", &["libertarians"]), + ("Extraciton", &["extraction"]), + ("Copmilation", &["compilation"]), + ("Maneveur", &["maneuver"]), + ("Iwll", &["will"]), + ("Dissappears", &["disappears"]), + ("Termigator", &["terminator"]), + ("Bounus", &["bonus"]), + ("Dissable", &["disable"]), + ("Expanisons", &["expansions"]), + ("Neighbourhoor", &["neighbour"]), + ("Begines", &["begins"]), + ("Workspce", &["workspace"]), + ("Negoated", &["negotiated"]), + ("Timestampes", &["timestamps"]), + ("Autocorret", &["autocorrect"]), + ("Hispanicus", &["hispanics"]), + ("Organaize", &["organize"]), + ("Ouptuted", &["outputted"]), + ("Pateints", &["patients"]), + ("Augmneter", &["augmenter"]), + ("Itms", &["items"]), + ("Hoilday", &["holiday"]), + ("Scientits", &["scientist"]), + ("Logially", &["logically"]), + ("Wednsday", &["wednesday"]), + ("Deparmental", &["departmental"]), + ("Masturbeta", &["masturbated"]), + ("Negoziates", &["negotiates"]), + ("Napoelon", &["napoleon"]), + ("Obejects", &["objects"]), + ("Arbitryarily", &["arbitrarily"]), + ("Experimtenations", &["experimentations"]), + ("Smooting", &["smoothing"]), + ("Hapenning", &["happening"]), + ("Uptreamed", &["upstreamed"]), + ("Becnhmark", &["benchmark"]), + ("Htose", &["these", "those"]), + ("Understan", &["understand"]), + ("Athients", &["atheist"]), + ("Devic", &["device"]), + ("Preriod", &["period"]), + ("Resuse", &["reuse"]), + ("Adultey", &["adultery"]), + ("Comonents", &["components"]), + ("Chasims", &["chasms"]), + ("Symptumatically", &["symptomatically"]), + ("Subcirucit", &["subcircuit"]), + ("Laboraty", &["laboratory"]), + ("Literae", &["literate"]), + ("Retunrs", &["returns"]), + ("Expansivos", &["expansions"]), + ("Tramsmitting", &["transmitting"]), + ("Corrdination", &["coordination"]), + ("Regconized", &["recognized"]), + ("Simplist", &["simplest"]), + ("Binay", &["binary"]), + ("Indivdualy", &["individually"]), + ("Whistel", &["whistle"]), + ("Unsolicitied", &["unsolicited"]), + ("Reapeats", &["repeats"]), + ("Exmport", &["export"]), + ("Overreide", &["override"]), + ("Eveolution", &["evolution"]), + ("Authenicated", &["authenticated"]), + ("Demcorats", &["democrats"]), + ("Manaise", &["mayonnaise"]), + ("Meditacion", &["medications"]), + ("Ramains", &["remains"]), + ("Profitiablity", &["profitability"]), + ("Considdered", &["considered"]), + ("Naybours", &["neighbours"]), + ("Impractial", &["impractical"]), + ("Existsing", &["existing"]), + ("Parmameter", &["parameter"]), + ("Circomstances", &["circumstances"]), + ("Dismisse", &["dismissive"]), + ("Prefection", &["perfection"]), + ("Virtualiziation", &["virtualization"]), + ("Overeaching", &["overarching"]), + ("Microseond", &["microsecond"]), + ("Joineable", &["joinable"]), + ("Degenrating", &["degenerating"]), + ("Sycle", &["cycle"]), + ("Recreting", &["recreating"]), + ("Alognment", &["alignment"]), + ("Unneccecary", &["unnecessary"]), + ("Htis", &["this"]), + ("Enoucnter", &["encounter"]), + ("Sprakling", &["sparkling"]), + ("Pestisides", &["pesticides"]), + ("Intolerace", &["intolerance"]), + ("Comdeic", &["comedic"]), + ("Prevelant", &["prevalent"]), + ("Pigoens", &["pigeons"]), + ("Autoritative", &["authoritative"]), + ("Associeated", &["associated"]), + ("Unrosponsive", &["unresponsive"]), + ("Applizes", &["applies"]), + ("Graoh", &["graph"]), + ("Renegotatie", &["renegotiate"]), + ("Proflied", &["profiled", "profiles"]), + ("Allaince", &["alliance"]), + ("Cermony", &["ceremony"]), + ("Servises", &["services"]), + ("Functon", &["function"]), + ("Unnoticable", &["unnoticeable"]), + ("Caluclater", &["calculator"]), + ("Reguarding", &["regarding"]), + ("Speficier", &["specifier"]), + ("Ascpects", &["aspects"]), + ("Mentiong", &["mentioning"]), + ("Thiknesses", &["thicknesses"]), + ("Encaspulation", &["encapsulation"]), + ("Congiguration", &["configuration"]), + ("Terriory", &["territory"]), + ("Revolvr", &["revolver"]), + ("Funtionality", &["functionality"]), + ("Subseqeunt", &["subsequent"]), + ("Coul", &["could"]), + ("Muyst", &["must"]), + ("Cler", &["clear"]), + ("Immedaitely", &["immediately"]), + ("Constitutinal", &["constitutional"]), + ("Instrace", &["instance"]), + ("Carimony", &["ceremony"]), + ("Barberians", &["barbarians"]), + ("Calees", &["callees"]), + ("Curevd", &["curved"]), + ("Ligthhouse", &["lighthouse"]), + ("Organisaions", &["organisations"]), + ("Accesors", &["accessors"]), + ("Improofs", &["improves"]), + ("Frointer", &["frontier"]), + ("Reinitalizations", &["reinitializations"]), + ("Retailate", &["retaliate"]), + ("Rudimentally", &["rudimentary"]), + ("Nahsville", &["nashville"]), + ("Donwloads", &["downloads"]), + ("Apperance", &["appearance"]), + ("Frustation", &["frustration"]), + ("Seranomial", &["ceremonial"]), + ("Sertificated", &["certificated"]), + ("Writtable", &["writable"]), + ("Acccepts", &["accepts"]), + ("Intializes", &["initializes"]), + ("Dignostics", &["diagnostics"]), + ("Reconcider", &["reconsider"]), + ("Separed", &["separated"]), + ("Tortise", &["tortoise"]), + ("Argumentate", &["argumentative"]), + ("Infoms", &["informs"]), + ("Goldburger", &["goldberg"]), + ("Strucutre", &["structure"]), + ("Goddammn", &["goddamn"]), + ("Unfomfortable", &["uncomfortable"]), + ("Dissmised", &["dismissed"]), + ("Prograaming", &["programming"]), + ("Teaspon", &["teaspoon"]), + ("Corospondance", &["correspondence"]), + ("Verfifying", &["verifying"]), + ("Combinatino", &["combinations"]), + ("Shenanigins", &["shenanigans"]), + ("Serinomies", &["ceremonies"]), + ("Happpened", &["happened"]), + ("Overwhemled", &["overwhelmed"]), + ("Igoned", &["ignored"]), + ("Productos", &["products"]), + ("Comand", &["command"]), + ("Obesssion", &["obsession"]), + ("Compileable", &["compilable"]), + ("Accouned", &["accounted"]), + ("Dissconnects", &["disconnects"]), + ("Larvay", &["larvae"]), + ("Arbitrally", &["arbitrarily"]), + ("Expotition", &["exposition"]), + ("Raidant", &["radiant"]), + ("Appretiating", &["appreciating"]), + ("Interchangeble", &["interchangeable"]), + ("Reconeting", &["reconnecting"]), + ("Emmits", &["emits"]), + ("Pyschology", &["psychology"]), + ("Valuse", &["values", "value"]), + ("Economisiti", &["economist"]), + ("Akkumulates", &["accumulates"]), + ("Investigatie", &["investigative"]), + ("Vioalte", &["violate"]), + ("Comparitor", &["comparator"]), + ("Perservere", &["persevere"]), + ("Retured", &["returned"]), + ("Stakler", &["stalker"]), + ("Enoucnters", &["encounters"]), + ("Consultent", &["consultant"]), + ("Trasnformations", &["transformations"]), + ("Rollercoatser", &["rollercoaster"]), + ("Cople", &["couple"]), + ("Preqeuls", &["prequels"]), + ("Occaisonally", &["occasionally"]), + ("Rotatd", &["rotated", "rotate"]), + ("Reciprocoal", &["reciprocal"]), + ("Titanuim", &["titanium"]), + ("Corruptiuon", &["corruption"]), + ("Insturcted", &["instructed"]), + ("Preleminary", &["preliminary"]), + ("Preinted", &["printed"]), + ("Adjsuted", &["adjusted"]), + ("Bisexuella", &["bisexual"]), + ("Caluse", &["callous", "callus", "clause"]), + ("Scavanges", &["scavenges"]), + ("Encapsultions", &["encapsulations"]), + ("Confidentail", &["confidential"]), + ("Firmwear", &["firmware"]), + ("Firsr", &["first"]), + ("Saty", &["stay"]), + ("Terroist", &["terrorist"]), + ("Overpaied", &["overpaid"]), + ("Disassocation", &["disassociation"]), + ("Concesso", &["concession"]), + ("Inconviniance", &["inconvenience"]), + ("Protocool", &["protocol"]), + ("Misspeld", &["misspelled"]), + ("Dogdammit", &["goddammit"]), + ("Rightiousness", &["righteousness"]), + ("Investogator", &["investigator"]), + ("Forin", &["foreign"]), + ("Litature", &["literature"]), + ("Koreanos", &["koreans"]), + ("Trafic", &["traffic"]), + ("Coontent", &["content"]), + ("Oficionado", &["aficionado"]), + ("Crahs", &["crash", "crass"]), + ("Debgug", &["debug"]), + ("Availablity", &["availability"]), + ("Politiciens", &["politicians"]), + ("Realiable", &["reliable"]), + ("Practicaly", &["practically"]), + ("Dysfuncion", &["dysfunction"]), + ("Foundary", &["foundry"]), + ("Gunsiinger", &["gunslinger"]), + ("Souch", &["pouch", "sough", "such", "touch"]), + ("Parsering", &["parsing"]), + ("Asynschron", &["asynchronous"]), + ("Disciplince", &["disciplines"]), + ("Billegerent", &["belligerent"]), + ("Negotaite", &["negotiate"]), + ("Implemntation", &["implementation"]), + ("Mehcanic", &["mechanic"]), + ("Unce", &["once"]), + ("Atheistc", &["atheistic"]), + ("Specfies", &["specifies"]), + ("Perseedes", &["precedes"]), + ("Direrctor", &["director"]), + ("Renegotatiors", &["renegotiators"]), + ("Dissassembler", &["disassembler"]), + ("Efficency", &["efficiency"]), + ("Dictonary", &["dictionary"]), + ("Astrounat", &["astronaut"]), + ("Surfce", &["surface"]), + ("Inculde", &["include"]), + ("Proceseses", &["processes"]), + ("Perfomeance", &["performance"]), + ("Coninue", &["continue"]), + ("Espcially", &["especially"]), + ("Necessaary", &["necessary"]), + ("Portioon", &["portion"]), + ("Wirth", &["with", "worth"]), + ("Terroristas", &["terrorists"]), + ("Uncorrect", &["incorrect"]), + ("Antibiodic", &["antibiotic"]), + ("Parallism", &["parallelism"]), + ("Controdictions", &["contradictions"]), + ("Proctect", &["protect"]), + ("Consoldiated", &["consolidated"]), + ("Aqcuaintance", &["acquaintance"]), + ("Singulat", &["singular"]), + ("Horicontally", &["horizontally"]), + ("Unrelying", &["underlying"]), + ("Comlained", &["complained"]), + ("Directoories", &["directories"]), + ("Coincidencal", &["coincidental"]), + ("Bookeeping", &["bookkeeping"]), + ("Paravirutalisation", &["paravirtualisation"]), + ("Exaggeratting", &["exaggerating"]), + ("Drawack", &["drawback"]), + ("Caclulating", &["calculating"]), + ("Catergorized", &["categorized"]), + ("Apparoches", &["approaches"]), + ("Unsubscibe", &["unsubscribe"]), + ("Adjency", &["adjacency", "agency"]), + ("Necormancer", &["necromancer"]), + ("Explanitory", &["explanatory"]), + ("Answhared", &["answered"]), + ("Includeing", &["including"]), + ("Difficaulties", &["difficulties"]), + ("Accssor", &["accessor"]), + ("Soilders", &["soldiers"]), + ("Obsolesence", &["obsolescence"]), + ("Truns", &["turns"]), + ("Degenererat", &["degenerate"]), + ("Provdies", &["provides"]), + ("Explenation", &["explanation"]), + ("Frustraded", &["frustrated"]), + ("Schduling", &["scheduling"]), + ("Polymino", &["polyomino"]), + ("Legitimite", &["legitimate"]), + ("Platofrmer", &["platformer"]), + ("Addiation", &["additional"]), + ("Imablances", &["imbalances"]), + ("Preshus", &["precious"]), + ("Recepcionist", &["receptionist"]), + ("Sheparded", &["shepherded"]), + ("Astersik", &["asterisk"]), + ("Borwser", &["browsers"]), + ("Eminate", &["emanate"]), + ("Monchrome", &["monochrome"]), + ("Possiby", &["possibly"]), + ("Recipientes", &["recipients"]), + ("Microwavees", &["microwaves"]), + ("Intergers", &["integers"]), + ("Coverges", &["coverages", "converges"]), + ("Emiited", &["emitted"]), + ("Foundaiton", &["foundations"]), + ("Anayltical", &["analytical"]), + ("Mclarean", &["mclaren"]), + ("Burlgar", &["burglar"]), + ("Cuplrit", &["culprit"]), + ("Toursits", &["tourists"]), + ("Cerbreus", &["cerberus"]), + ("Combiniation", &["combination"]), + ("Verrsion", &["version"]), + ("Catergorize", &["categorize"]), + ("Absestos", &["asbestos"]), + ("Complate", &["complacent", "complete"]), + ("Particpate", &["participate"]), + ("Somewher", &["somewhere"]), + ("Sydnrome", &["syndrome"]), + ("Astronomicly", &["astronomical"]), + ("Organisten", &["organise"]), + ("Infrequancy", &["infrequency"]), + ("Moprhine", &["morphine"]), + ("Platnium", &["platinum"]), + ("Scarifices", &["sacrifices"]), + ("Zookeper", &["zookeeper"]), + ("Infalability", &["infallibility"]), + ("Asynchronlous", &["asynchronous"]), + ("Copyrughts", &["copyrights"]), + ("Multliplying", &["multiplying"]), + ("Indigeneous", &["indigenous"]), + ("Plastre", &["plaster"]), + ("Centerfuges", &["centrifuges"]), + ("Dereives", &["derives"]), + ("Islamistisk", &["islamists"]), + ("Consistendtly", &["consistently"]), + ("Experimnts", &["experiments"]), + ("Occuracy", &["accuracy"]), + ("Argumets", &["arguments"]), + ("Istead", &["instead"]), + ("Striing", &["string"]), + ("Stuill", &["still"]), + ("Attendace", &["attendance"]), + ("Allcaters", &["allocators"]), + ("Owudl", &["would"]), + ("Hypotehtically", &["hypothetically"]), + ("Missionairy", &["missionary"]), + ("Improbements", &["improvements"]), + ("Specifix", &["specific", "specifics"]), + ("Agrred", &["agreed"]), + ("Compilare", &["compiler"]), + ("Marignally", &["marginally"]), + ("Metamorphysis", &["metamorphosis"]), + ("Consistentcy", &["consistently"]), + ("Connectons", &["connections"]), + ("Transportng", &["transporting"]), + ("Enhabce", &["enhance"]), + ("Follwo", &["follow"]), + ("Oppositition", &["opposition"]), + ("Nner", &["inner"]), + ("Pricision", &["precision"]), + ("Reacing", &["reaching"]), + ("Freckels", &["freckles"]), + ("Imbraser", &["embracer"]), + ("Deattaching", &["detaching"]), + ("Misoganist", &["misogynist"]), + ("Overridding", &["overriding"]), + ("Compatable", &["compatible"]), + ("Superviser", &["supervisor"]), + ("Objetive", &["objective"]), + ("Inappropriatelly", &["inappropriately"]), + ("Discreto", &["discretion"]), + ("Billioniares", &["billionaires"]), + ("Coincidnce", &["coincide"]), + ("Modificatioons", &["modifications"]), + ("Togetheer", &["together"]), + ("Unsupresses", &["unsuppresses"]), + ("Parites", &["parties"]), + ("Tournamnet", &["tournament"]), + ("Tilda", &["tilde"]), + ("Commentater", &["commentator"]), + ("Practial", &["practical"]), + ("Prefrence", &["preference"]), + ("Maininly", &["mainly"]), + ("Parametetrized", &["parameterized"]), + ("Grammaticaly", &["grammatically"]), + ("Paramemter", &["parameter"]), + ("Penetrading", &["penetrating"]), + ("Animetion", &["animation"]), + ("Counld", &["could"]), + ("Procedre", &["procedure"]), + ("Tropcial", &["tropical"]), + ("Discontiguities", &["discontinuities"]), + ("Flacours", &["flavours"]), + ("Unresonable", &["unreasonable"]), + ("Partizipation", &["participation"]), + ("Operativne", &["operative"]), + ("Trancending", &["transcending"]), + ("Alogirthm", &["algorithm"]), + ("Cardinales", &["cardinals"]), + ("Fonetic", &["phonetic"]), + ("Calclulates", &["calculates"]), + ("Restraunts", &["restaurants", "restraints"]), + ("Cusotmer", &["customer"]), + ("Selectivos", &["selections"]), + ("Promting", &["promoting", "prompting"]), + ("Negotiotating", &["negotiating"]), + ("Surevy", &["survey"]), + ("Nauesous", &["nauseous"]), + ("Constrainst", &["constraint", "constraints"]), + ("Conecctors", &["connectors"]), + ("Hpe", &["hope"]), + ("Afterhtought", &["afterthought"]), + ("Channnels", &["channels"]), + ("Mailstrum", &["maelstrom"]), + ("Desciding", &["deciding"]), + ("Stormfromt", &["stormfront"]), + ("Grammarical", &["grammatical"]), + ("Superiour", &["superior"]), + ("Shll", &["shell"]), + ("Siad", &["said"]), + ("Interpritations", &["interpretations"]), + ("Noteboooks", &["notebooks"]), + ("Dissassociates", &["disassociates"]), + ("Anaylsts", &["analysts"]), + ("Execuations", &["executions"]), + ("Objecs", &["objects"]), + ("Aaproximating", &["approximating"]), + ("Othe", &["other"]), + ("Specifric", &["specific"]), + ("Cotnained", &["contained"]), + ("Environmenet", &["environment"]), + ("Negotatied", &["negotiated"]), + ("Anyoneis", &["anyones"]), + ("Cruzer", &["cruiser"]), + ("Absolate", &["absolute"]), + ("Asshatts", &["asshats"]), + ("Attened", &["attended"]), + ("Contaienrs", &["containers"]), + ("Toogling", &["toggling"]), + ("Stratup", &["startup"]), + ("Standarised", &["standardised"]), + ("Presitge", &["prestige"]), + ("Conciously", &["consciously"]), + ("Perisistent", &["persistent"]), + ("Generalnie", &["generalize"]), + ("Transfors", &["transforms"]), + ("Patince", &["patience"]), + ("Havind", &["having"]), + ("Uncommpressed", &["uncompressed"]), + ("Obsolited", &["obsoleted"]), + ("Compatators", &["comparators"]), + ("Appoitnments", &["appointments"]), + ("Juducial", &["judicial"]), + ("Innovatin", &["innovations"]), + ("Initiatiator", &["initiator"]), + ("Speciallized", &["specialized"]), + ("Boradly", &["broadly"]), + ("Obeserved", &["observed"]), + ("Typicall", &["typically", "typical"]), + ("Chizzling", &["chiseling"]), + ("Notifiying", &["notifying"]), + ("Beachead", &["beachhead"]), + ("Temepst", &["tempest"]), + ("Sersies", &["series"]), + ("Symmety", &["symmetry"]), + ("Unessecary", &["unnecessary"]), + ("Devolvendo", &["devolved"]), + ("Managable", &["manageable", "manageably"]), + ("Breal", &["break"]), + ("Valenca", &["valencia"]), + ("Anectodes", &["anecdotes"]), + ("Knowlegdable", &["knowledgable"]), + ("Alghoritmically", &["algorithmically"]), + ("Thesitic", &["theistic"]), + ("Cerify", &["certify", "verify"]), + ("Poins", &["points"]), + ("Exculsives", &["exclusives"]), + ("Vill", &["will"]), + ("Satisifed", &["satisfied"]), + ("Sandobx", &["sandbox"]), + ("Tooo", &["todo", "too", "took", "tool"]), + ("Acccessible", &["accessible"]), + ("Discliamer", &["disclaimer"]), + ("Keywprd", &["keyword"]), + ("Lighlty", &["lightly"]), + ("Perfomrant", &["performant"]), + ("Advandced", &["advanced"]), + ("Instrucions", &["instructions"]), + ("Torward", &["toward"]), + ("Prohpecies", &["prophecies"]), + ("Exlporer", &["explorer"]), + ("Clonez", &["clones", "cloner"]), + ("Iteraion", &["iteration"]), + ("Theiv", &["thief"]), + ("Referenences", &["references"]), + ("Occassionally", &["occasionally"]), + ("Agsinst", &["against"]), + ("Aquaints", &["acquaints"]), + ("Accessability", &["accessibility"]), + ("Enhacning", &["enhancing"]), + ("Termonology", &["terminology"]), + ("Shouldbe", &["should"]), + ("Renegotaiator", &["renegotiator"]), + ("Idetify", &["identify"]), + ("Garunteed", &["guaranteed"]), + ("Headquatered", &["headquartered"]), + ("Destructo", &["destruction"]), + ("Coodinates", &["coordinates"]), + ("Comstraint", &["constraint"]), + ("Cannobt", &["cannot"]), + ("Quoshant", &["quotient"]), + ("Incemented", &["incremented"]), + ("Whoes", &["whose"]), + ("Extremley", &["extremely"]), + ("Toothrbush", &["toothbrush"]), + ("Intrinseci", &["intrinsic"]), + ("Intstructor", &["instructor"]), + ("Photochopped", &["photoshopped"]), + ("Mutlitude", &["multitude"]), + ("Aribtrarily", &["arbitrarily"]), + ("Choosed", &["chose", "chosen"]), + ("Acrlyic", &["acrylic"]), + ("Otehrwice", &["otherwise"]), + ("Encompusing", &["encompassing"]), + ("Chassy", &["chassis"]), + ("Astromonical", &["astronomical"]), + ("Auxileries", &["auxiliaries"]), + ("Continuosly", &["continuously"]), + ("Pronouning", &["pronouncing"]), + ("Heratige", &["heritage"]), + ("Equivlanets", &["equivalents"]), + ("Proceededs", &["proceeds"]), + ("Enthusiasic", &["enthusiastic"]), + ("Cilindrical", &["cylindrical"]), + ("Disonnect", &["disconnect"]), + ("Neibor", &["neighbor"]), + ("Namepsace", &["namespace"]), + ("Fesiable", &["feasible"]), + ("Funchtionned", &["functioned"]), + ("Comectivity", &["connectivity"]), + ("Dcoker", &["docker"]), + ("Corssfire", &["crossfire"]), + ("Checled", &["checked"]), + ("Accussed", &["accused"]), + ("Charecteristics", &["characteristics"]), + ("Louisviile", &["louisville"]), + ("Pege", &["page"]), + ("Guitarit", &["guitarist"]), + ("Inhernetly", &["inherently"]), + ("Isntalls", &["installs"]), + ("Somethihng", &["something"]), + ("Proficeint", &["proficient"]), + ("Aagain", &["again"]), + ("Bindins", &["bindings"]), + ("Chizelle", &["chisel"]), + ("Evovler", &["evolver"]), + ("Gorws", &["grows"]), + ("Ecause", &["because"]), + ("Cymptumaticly", &["symptomatically"]), + ("Apoligize", &["apologize"]), + ("Instructie", &["instructed"]), + ("Diagnositic", &["diagnostic"]), + ("Targettting", &["targeting"]), + ("Inpsection", &["inspection"]), + ("Uncertaintly", &["uncertainty"]), + ("Rademption", &["redemption"]), + ("Campainging", &["campaigning"]), + ("Hiearchies", &["hierarchies"]), + ("Palestininans", &["palestinians"]), + ("Initialyse", &["initialise"]), + ("Segemnted", &["segmented"]), + ("Bacehlors", &["bachelors"]), + ("Exponant", &["exponent"]), + ("Expewrimentations", &["experimentations"]), + ("Collectivelly", &["collectively"]), + ("Penwar", &["peignoir"]), + ("Caluculated", &["calculated"]), + ("Imorts", &["imports"]), + ("Occaisionally", &["occasionally"]), + ("Accompined", &["accompanied"]), + ("Ampty", &["empty"]), + ("Nullalble", &["nullable"]), + ("Maneuveres", &["maneuvers"]), + ("Requrements", &["requirements"]), + ("Possiibly", &["possibly"]), + ("Dictionry", &["dictionary"]), + ("Resolvinf", &["resolving"]), + ("Changin", &["changing"]), + ("Producted", &["produced"]), + ("Descovering", &["discovering"]), + ("Coexsiting", &["coexisting"]), + ("Distrebuted", &["distributed"]), + ("Incorreectly", &["incorrectly"]), + ("Diaganol", &["diagonal"]), + ("Occassioned", &["occasioned"]), + ("Seriosuly", &["seriously"]), + ("Portarying", &["portraying"]), + ("Exectuions", &["executions"]), + ("Girlfrients", &["girlfriends"]), + ("Encrypte", &["encrypted", "encrypt"]), + ("Revlalidation", &["revalidation"]), + ("Despiration", &["desperation"]), + ("Insepctions", &["inspections"]), + ("Clumn", &["column"]), + ("Nnovisheate", &["novitiate"]), + ("Phychologists", &["psychologists"]), + ("Neighrorhood", &["neighborhood"]), + ("Geeneric", &["generic"]), + ("Corperate", &["corporate"]), + ("Indefineable", &["undefinable"]), + ("Pessimisitic", &["pessimistic"]), + ("Explossive", &["explosives"]), + ("Shperical", &["spherical"]), + ("Hierachical", &["hierarchical"]), + ("Additivive", &["additive"]), + ("Architypes", &["archetypes"]), + ("Containted", &["contained"]), + ("Discconects", &["disconnects"]), + ("Necessite", &["necessities"]), + ("Nervanic", &["nirvanic"]), + ("Sepaate", &["separate"]), + ("Invlunerable", &["invulnerable"]), + ("Outpusts", &["outputs"]), + ("Advetise", &["advertise"]), + ("Duplation", &["duplication"]), + ("Seaching", &["searching"]), + ("Attributen", &["attribute"]), + ("Shorthly", &["shortly"]), + ("Culteral", &["cultural"]), + ("Spefixy", &["specify"]), + ("Neighborhhoods", &["neighborhoods"]), + ("Realisme", &["realise"]), + ("Territores", &["territories"]), + ("Cilyndre", &["cylinder"]), + ("Intellecual", &["intellectual"]), + ("Aliver", &["alive", "liver", "sliver"]), + ("Enginge", &["engine"]), + ("Paramameter", &["parameter"]), + ("Defendre", &["defender"]), + ("Thorwing", &["throwing"]), + ("Interploation", &["interpolation"]), + ("Delimitted", &["delimited"]), + ("Otho", &["otoh"]), + ("Consisiting", &["consisting"]), + ("Recurion", &["recursion"]), + ("Pyschologically", &["psychologically"]), + ("Renforcement", &["reinforcement"]), + ("Insigt", &["insight"]), + ("Therafter", &["thereafter"]), + ("Umoutn", &["umount"]), + ("Personnell", &["personnel"]), + ("Fing", &["find"]), + ("Pioneeer", &["pioneer"]), + ("Liberarion", &["liberation"]), + ("Treatement", &["treatment"]), + ("Neighourhoods", &["neighbourhoods"]), + ("Gathet", &["gather"]), + ("Vview", &["view"]), + ("Mouvements", &["movements"]), + ("Messege", &["message"]), + ("Conatiner", &["container"]), + ("Skepticisim", &["skepticism"]), + ("Fingernals", &["fingernails"]), + ("Barnching", &["branching"]), + ("Deconde", &["decode"]), + ("Sunggle", &["snuggle"]), + ("Accomadating", &["accommodating"]), + ("Architecs", &["architects"]), + ("Authencates", &["authenticates"]), + ("Enumrates", &["enumerates"]), + ("Subsytem", &["subsystem"]), + ("Dangerousely", &["dangerously"]), + ("Pasturised", &["pasteurised"]), + ("Propoganda", &["propaganda"]), + ("Prefitlering", &["prefiltering"]), + ("Blongs", &["belongs"]), + ("Catastronphic", &["catastrophic"]), + ("Conceptial", &["conceptual"]), + ("Voluntairy", &["voluntarily"]), + ("Reqrites", &["rewrites"]), + ("Commonweatlh", &["commonwealth"]), + ("Disfunctionality", &["dysfunctionality"]), + ("Trggers", &["triggers"]), + ("Prominenty", &["prominently"]), + ("Patrios", &["patriots"]), + ("Pronunce", &["pronounce"]), + ("Springfeld", &["springfield"]), + ("Retures", &["returns"]), + ("Unstalling", &["installing", "uninstalling"]), + ("Sybsystem", &["subsystem"]), + ("Differenly", &["differently"]), + ("Malfucntions", &["malfunction"]), + ("Karisma", &["charisma"]), + ("Transitionning", &["transitioning"]), + ("Mounring", &["mourning"]), + ("Socializng", &["socializing"]), + ("Yto", &["to"]), + ("Standad", &["standard"]), + ("Complexe", &["complex"]), + ("Subexpersions", &["subexpressions"]), + ("Waislines", &["waistlines"]), + ("Championshp", &["championship"]), + ("Installtion", &["installation"]), + ("Conveinence", &["convenience"]), + ("Brusting", &["bursting"]), + ("Concures", &["concurs", "conquers"]), + ("Alotted", &["allotted"]), + ("Atelast", &["atleast"]), + ("Collisins", &["collisions", "collusions"]), + ("Sadistc", &["sadistic"]), + ("Transisitions", &["transitions"]), + ("Ignord", &["ignored"]), + ("Multiplicaton", &["multiplication"]), + ("Demonstrats", &["demonstrates"]), + ("Progams", &["programs"]), + ("Unpridictable", &["unpredictable"]), + ("Symphatetic", &["sympathetic"]), + ("Sociapaths", &["sociopaths"]), + ("Vasectomey", &["vasectomy"]), + ("Docrtines", &["doctrines"]), + ("Intolorence", &["intolerance"]), + ("Essencials", &["essentials"]), + ("Userames", &["usernames"]), + ("Brackground", &["background"]), + ("Mushrom", &["mushroom"]), + ("Memicking", &["mimicking"]), + ("Personilized", &["personalized"]), + ("Ovelapping", &["overlapping"]), + ("Cahc", &["cache"]), + ("Gropuing", &["grouping"]), + ("Crtical", &["critical"]), + ("Placholders", &["placeholders"]), + ("Minipulation", &["manipulation"]), + ("Sais", &["says"]), + ("Altenate", &["alternate"]), + ("Southapmton", &["southampton"]), + ("Durectories", &["directories"]), + ("Garanteeed", &["guaranteed"]), + ("Reversable", &["reversible"]), + ("Unreigsters", &["unregisters"]), + ("Beaon", &["beacon"]), + ("Rehersing", &["rehearsing"]), + ("Brasillian", &["brazilian"]), + ("Floading", &["floating", "flooding"]), + ("Immensly", &["immensely"]), + ("Oveflows", &["overflows"]), + ("Overhwlemingly", &["overwhelmingly"]), + ("Mutliplies", &["multiplies"]), + ("Conitional", &["conditional"]), + ("Inperfections", &["imperfections"]), + ("Ellegant", &["elegant"]), + ("Summenor", &["summoner"]), + ("Lonelyness", &["loneliness"]), + ("Foregin", &["foreign"]), + ("Apretiated", &["appreciated"]), + ("Redaundant", &["redundant"]), + ( + "Oaker", + &[ + "baker", "faker", "laker", "maker", "oaken", "oakier", "ocher", "taker", + ], + ), + ("Mosqueto", &["mosquitoes"]), + ("Availbale", &["available"]), + ("Encouters", &["encounters"]), + ("Assisnate", &["assassinate"]), + ("Chekc", &["check"]), + ("Theorhetically", &["theoretically"]), + ("Qustion", &["question"]), + ("Platfotmer", &["platformer"]), + ("Partitioing", &["partitioning"]), + ("Martain", &["martian"]), + ("Evesdropper", &["eavesdropper"]), + ("Adjustificat", &["justification"]), + ("Atomicly", &["atomically"]), + ("Initalises", &["initialises"]), + ("Rceating", &["creating"]), + ("Faulsures", &["failures"]), + ("Exhistence", &["existence"]), + ("Refelcts", &["reflects"]), + ("Nothin", &["nothing"]), + ("Metropilis", &["metropolis"]), + ("Hypenate", &["hyphenate"]), + ("Cofrim", &["confirm"]), + ("Outragious", &["outrageous"]), + ("Exstacy", &["ecstasy"]), + ("Portuguesse", &["portuguese"]), + ("Expepectedly", &["expectedly"]), + ("Lighthearthed", &["lighthearted"]), + ("Reconetion", &["reconnection"]), + ("Phonecian", &["phoenecian"]), + ("Aplhabet", &["alphabet"]), + ("Combatans", &["combatants"]), + ("Handshakre", &["handshake"]), + ("Haricut", &["haircut"]), + ("Jaring", &["jarring"]), + ("Produktions", &["productions"]), + ("Commentars", &["commenters"]), + ("Positionnal", &["positional"]), + ("Completent", &["complement"]), + ("Accepected", &["accepted"]), + ("Trucates", &["truncates"]), + ("Regulalry", &["regularly"]), + ("Cppp", &["cpp"]), + ("Calgarry", &["calgary"]), + ("Productivos", &["productions"]), + ("Ludcrious", &["ludicrous"]), + ("Attachemnt", &["attachment"]), + ("Driveable", &["drivable"]), + ("Identifer", &["identifier"]), + ("Unapretiated", &["unappreciated"]), + ("Mellineum", &["millennium"]), + ("Mmbers", &["members"]), + ("Afwully", &["awfully"]), + ("Upstiars", &["upstairs"]), + ("Transocder", &["transcoder"]), + ("Triathalon", &["triathlon"]), + ("Importnat", &["important"]), + ("Epsorts", &["esports"]), + ("Beinning", &["beginning"]), + ("Rephrasse", &["rephrase"]), + ("Mushroooms", &["mushroom"]), + ("Upstaris", &["upstairs"]), + ("Challengs", &["challenges"]), + ("Abstrac", &["abstract"]), + ("Instnances", &["instances"]), + ("Overries", &["overrides", "ovaries"]), + ("Exterioare", &["exterior"]), + ("Embeeded", &["embedded"]), + ("Deferefernce", &["dereference"]), + ("Bastars", &["bastards"]), + ("Craces", &["crates", "graces"]), + ("Suffisticated", &["sophisticated"]), + ("Visuaised", &["visualised"]), + ("Alernated", &["alternated"]), + ("Vaiants", &["variants"]), + ("Visuaize", &["visualize"]), + ("Grestest", &["greatest"]), + ("Inconvient", &["inconvenient"]), + ("Palestenian", &["palestinian"]), + ("Attrbute", &["attribute"]), + ("Wonderlad", &["wonderland"]), + ("Contigouous", &["contiguous"]), + ("Vartices", &["vertices"]), + ("Bueraucracy", &["bureaucracy"]), + ("Wpuld", &["would"]), + ("Cloisonays", &["cloisonnés"]), + ("Rgisters", &["registers"]), + ("Creastor", &["creator"]), + ("Linguistisch", &["linguistics"]), + ("Derrived", &["derived"]), + ("Recusrive", &["recursive"]), + ("Presens", &["presents"]), + ("Depdenency", &["dependency"]), + ("Copstruction", &["construction"]), + ("Reconcilation", &["reconciliation"]), + ("Configuation", &["configuration"]), + ("Alwais", &["always"]), + ("Massoose", &["masseuse"]), + ("Experimanenting", &["experimenting"]), + ("Alogirthms", &["algorithms"]), + ("Mutbal", &["mutable"]), + ("Nither", &["neither"]), + ("Curruptions", &["corruptions"]), + ("Conspriacies", &["conspiracies"]), + ("Execututed", &["executed"]), + ("Distirbuted", &["distribute", "distributed"]), + ("Touristas", &["tourists"]), + ("Deletd", &["deleted"]), + ("Artificialy", &["artificially"]), + ("Hashtabke", &["hashtable"]), + ("Abutts", &["abuts"]), + ("Differenciations", &["differentiation"]), + ("Adventuous", &["adventurous"]), + ("Determening", &["determining"]), + ("Attriute", &["attribute"]), + ("Verfires", &["verifies"]), + ("Calibraiton", &["calibration"]), + ("Erraticly", &["erratically"]), + ("Beoynce", &["beyonce"]), + ("Exaggarated", &["exaggerated"]), + ("Rapsady", &["rhapsody"]), + ("Compansate", &["compensate"]), + ("Interfces", &["interfaces"]), + ("Structur", &["structure"]), + ("Executible", &["executable"]), + ("Overlfowing", &["overflowing"]), + ("Instlalation", &["installation"]), + ("Assiocation", &["association"]), + ("Advesary", &["adversary"]), + ("Gettin", &["getting"]), + ("Doublde", &["double"]), + ("Addrssed", &["addressed"]), + ("Undestanding", &["understanding"]), + ("Humaniod", &["humanoid"]), + ("Trought", &["through"]), + ("Transcrito", &["transcript"]), + ("Readible", &["readable"]), + ("Enteratinment", &["entertainment"]), + ("Curiostiy", &["curiosity"]), + ("Unwraped", &["unwrapped"]), + ("Fintuned", &["finetuned"]), + ("Placemenets", &["placements"]), + ("Journyes", &["journeyed", "journeys"]), + ("Vetex", &["vertex"]), + ("Perpatrated", &["perpetrated"]), + ("Organzation", &["organization"]), + ("Imprefection", &["imperfections"]), + ("Schoo", &["school"]), + ("Mintue", &["minute"]), + ("Renegoitator", &["renegotiator"]), + ("Centrase", &["centres"]), + ("Outweighes", &["outweighs"]), + ("Participativo", &["participation"]), + ("Limitting", &["limiting"]), + ("Perferr", &["prefer"]), + ("Disaapoint", &["disappoint"]), + ("Trotzkyism", &["trotskyism"]), + ("Unbeateble", &["unbeatable"]), + ("Improvemen", &["improvement"]), + ("Serverlsss", &["serverless"]), + ("Schould", &["should"]), + ("Experices", &["experiences"]), + ("Significat", &["significant"]), + ("Cruthces", &["crutches"]), + ("Predescesors", &["predecessors"]), + ("Presumabley", &["presumably"]), + ("Delted", &["deleted"]), + ("Chromisomes", &["chromosomes"]), + ("Convax", &["convex"]), + ("Possiblble", &["possible"]), + ("Apporpriating", &["appropriating"]), + ("Disallusioned", &["disillusioned"]), + ("Execuatables", &["executables"]), + ("Reeased", &["released"]), + ("Inhertance", &["inheritance"]), + ("Labeld", &["labeled"]), + ("Pscyhotic", &["psychotic"]), + ("Gropus", &["groups", "gropes"]), + ("Rememberes", &["remembers"]), + ("Liekd", &["liked"]), + ("Throrough", &["thorough"]), + ("Segretation", &["segregation"]), + ("Intertwyned", &["intertwined"]), + ("Resemblense", &["resembles"]), + ("Significanly", &["significantly"]), + ("Arcaheology", &["archeology"]), + ("Proactivley", &["proactive"]), + ("Bidimentionnal", &["bidimensional"]), + ("Renderesd", &["rendered"]), + ("Commets", &["comets", "comments"]), + ("Matreial", &["material"]), + ("Custoner", &["customer"]), + ("Empy", &["empty"]), + ("Superstitios", &["superstitious"]), + ("Fomatting", &["formatting"]), + ("Alpahbet", &["alphabet"]), + ("Streamear", &["streamer"]), + ("Consorcium", &["consortium"]), + ("Wonderes", &["wonders"]), + ("Copenhaegen", &["copenhagen"]), + ("Conceivablely", &["conceivably"]), + ("Varation", &["variation"]), + ("Compatbility", &["compatibility"]), + ("Popolate", &["populate"]), + ("Uptim", &["uptime"]), + ("Geomtries", &["geometries"]), + ("Testestorone", &["testosterone"]), + ("Imbrasing", &["embracing"]), + ("Battlefiled", &["battlefield"]), + ("Stategies", &["strategies"]), + ("Dissobedient", &["disobedient"]), + ("Debouced", &["debounced"]), + ("Indroduction", &["introduction"]), + ("Prcoessed", &["processed"]), + ("Interceptin", &["interception"]), + ("Libguistic", &["linguistic"]), + ("Algothitmically", &["algorithmically"]), + ("Applcation", &["application"]), + ("Renewl", &["renewal"]), + ("Transvorming", &["transforming"]), + ("Celars", &["cellars", "clears"]), + ("Specatcular", &["spectacular"]), + ("Adhevise", &["adhesive"]), + ("Supramacist", &["supremacist"]), + ("Compresssor", &["compressor"]), + ("Combusion", &["combustion"]), + ("Regiems", &["regimes"]), + ("Configuarble", &["configurable"]), + ("Enrgy", &["energy"]), + ("Tutoriel", &["tutorial"]), + ("Sucessfukk", &["successful"]), + ("Itereating", &["iterating"]), + ("Bouces", &["bounces"]), + ("Justificatons", &["justifications"]), + ("Bufferd", &["buffered"]), + ("Administrativo", &["administration"]), + ("Differiator", &["differentiator"]), + ("Negosiations", &["negotiations"]), + ("Girlfreind", &["girlfriend"]), + ("Haved", &["have"]), + ("Toritllas", &["tortillas"]), + ("Disrepsectful", &["disrespectful"]), + ("Matrials", &["materials"]), + ("Facist", &["fascist"]), + ("Avance", &["advance"]), + ("Incomming", &["incoming"]), + ("Checksms", &["checksums"]), + ("Infaltes", &["inflates"]), + ("Professionl", &["professionals"]), + ("Ungreatfull", &["ungrateful"]), + ("Acheivements", &["achievements"]), + ("Controoler", &["controller"]), + ("Publikation", &["publication"]), + ("Miracoulus", &["miraculous"]), + ("Broked", &["broken"]), + ("Aledge", &["allege"]), + ("Acessors", &["accessors", "accessor"]), + ("Unsused", &["unused"]), + ("Activiti", &["activity", "activities"]), + ("Worbenches", &["workbenches"]), + ("Backgrounts", &["backgrounds"]), + ("Conigured", &["configured"]), + ("Workarund", &["workaround"]), + ("Coallating", &["collating"]), + ("Coolot", &["culotte"]), + ("Delagate", &["delegate"]), + ("Argessive", &["aggressive"]), + ("Proportinal", &["proportional"]), + ("Blackjak", &["blackjack"]), + ("Comphrehensive", &["comprehensive"]), + ("Commetns", &["comments"]), + ("Chinense", &["chinese"]), + ("Settelement", &["settlement"]), + ("Sanpsnots", &["snapshots"]), + ("Paradies", &["paradise"]), + ("Preipherals", &["peripherals"]), + ("Gracefull", &["graceful"]), + ("Reprociblbe", &["reproducible"]), + ("Expetctedly", &["expectedly"]), + ("Notificatios", &["notification", "notifications"]), + ("Authenicaes", &["authenticates"]), + ("Pharamceutical", &["pharmaceutical"]), + ("Overwath", &["overwatch"]), + ("Abliity", &["ability"]), + ("Cretator", &["creator"]), + ("Interits", &["inherits"]), + ("Coverted", &["converted", "covered", "coveted"]), + ("Distastful", &["distasteful"]), + ("Librraries", &["libraries"]), + ("Overwritren", &["overwritten"]), + ("Behngazi", &["benghazi"]), + ("Privilidge", &["privilege"]), + ("Reeases", &["releases"]), + ("Javasript", &["javascript"]), + ("Survivied", &["survived"]), + ("Enbracing", &["embracing"]), + ("Compilatons", &["compilations"]), + ("Accapted", &["accepted"]), + ("Pshycological", &["psychological"]), + ("Acoutsic", &["acoustic"]), + ("Despirately", &["desperately"]), + ("Exculding", &["excluding"]), + ("Betweed", &["between"]), + ("Confidentally", &["confidentially"]), + ("Unsurprizing", &["unsurprising"]), + ("Syntehsis", &["synthesis"]), + ("Politicion", &["politician"]), + ("Psycholigical", &["psychological"]), + ("Traveerses", &["traverses"]), + ("Chandlure", &["chandler"]), + ("Writewr", &["writer"]), + ("Brakeout", &["breakout"]), + ("Gauranteed", &["guaranteed"]), + ("Spefixies", &["specifies"]), + ("Desepears", &["disappears"]), + ("Vertifications", &["verifications"]), + ("Descandants", &["descendants"]), + ("Distingushed", &["distinguished"]), + ("Notning", &["nothing"]), + ("Devloppers", &["developers"]), + ("Hundread", &["hundred"]), + ("Robocorp", &["robocop"]), + ("Sweetshart", &["sweetheart"]), + ("Exchngs", &["exchanges"]), + ("Disturbence", &["disturbance"]), + ("Suppurters", &["supporters"]), + ("Attenutaion", &["attenuation"]), + ("Vegatarian", &["vegetarian"]), + ("Contradictiong", &["contradicting"]), + ("Fpt", &["ftp"]), + ("Emenets", &["elements"]), + ("Proclami", &["proclaim"]), + ("Sistemic", &["systemic"]), + ("Soliliquy", &["soliloquy"]), + ("Asteriks", &["asterisk", "asterisks"]), + ("Reaponsibility", &["responsibility"]), + ("Prefereably", &["preferably"]), + ("Resolutionary", &["revolutionary"]), + ("Enlcave", &["enclave"]), + ("Positivley", &["positively"]), + ("Beliavable", &["believable"]), + ("Entilted", &["entitled"]), + ("Honsetly", &["honestly"]), + ("Dyanmic", &["dynamic"]), + ("Pretains", &["pertains"]), + ("Hanled", &["handled"]), + ("Wnats", &["wants"]), + ("Paraeters", &["parameters"]), + ("Unublish", &["unpublish"]), + ("Sympathien", &["sympathize"]), + ("Witholding", &["withholding"]), + ("Branier", &["brainer"]), + ("Montanta", &["montana"]), + ("Singlers", &["singles"]), + ("Renditioon", &["rendition"]), + ("Comiler", &["compiler"]), + ("Maangement", &["management"]), + ("Folowwin", &["following"]), + ("Indpendence", &["independence"]), + ("Steeles", &["steelers"]), + ("Anthings", &["anythings"]), + ("Rearrangde", &["rearranged"]), + ("Priorietor", &["proprietor"]), + ("Bloggare", &["blogger"]), + ("Sepererates", &["separates"]), + ("Undelying", &["underlying"]), + ("Nott", &["not"]), + ("Reinstale", &["reinstalled"]), + ("Trasnmitter", &["transmitter"]), + ("Descritptive", &["descriptive"]), + ("Dependece", &["dependence"]), + ("Consomation", &["consolation"]), + ("Contagiosa", &["contagious"]), + ("Specifyied", &["specified"]), + ("Dossapointed", &["disappointed"]), + ("Rigth", &["right"]), + ("Neighbos", &["neighbors"]), + ("Recomplie", &["recompile", "recomply"]), + ("Speculatin", &["speculation"]), + ("Overides", &["overrides"]), + ("Unmainted", &["unmaintained"]), + ("Interace", &["interacted", "interface"]), + ("Transparity", &["transparency"]), + ("Autogenration", &["autogeneration"]), + ("Guarunteeing", &["guaranteeing"]), + ("Reconecctions", &["reconnections"]), + ("Chassims", &["chasms"]), + ("Extraodrinarily", &["extraordinarily"]), + ("Whilw", &["while"]), + ("Foregroud", &["foreground"]), + ("Quickets", &["quickest"]), + ("Ancesetors", &["ancestors"]), + ("Sandstom", &["sandstorm"]), + ("Checkum", &["checksum"]), + ("Inefficenty", &["inefficiently"]), + ("Controler", &["controller"]), + ("Issuse", &["issues"]), + ("Positivisty", &["positivity"]), + ("Credintial", &["credential"]), + ("Leaglization", &["legalization"]), + ("Chairmain", &["chairman"]), + ("Defaulfs", &["defaults"]), + ("Reslection", &["reselection"]), + ("Irrationnal", &["irrational"]), + ("Edcdic", &["ebcdic"]), + ("Entertianment", &["entertainment"]), + ("Neightobring", &["neighboring"]), + ("Cuncurrent", &["concurrent"]), + ("Agregated", &["aggregated"]), + ("Attruibutes", &["attributes"]), + ("Neighberhoor", &["neighbor"]), + ("Scavanged", &["scavenged"]), + ("Sequencial", &["sequential"]), + ("Mulitation", &["mutilation"]), + ("Pitchforcks", &["pitchforks"]), + ("Locaiser", &["localiser"]), + ("Alumnium", &["aluminium"]), + ("Temproaily", &["temporarily"]), + ("Renegoziate", &["renegotiate"]), + ("Ncessary", &["necessary"]), + ("Persuasivo", &["persuasion"]), + ("Recoginse", &["recognise"]), + ("Incentivos", &["incentives"]), + ("Reseration", &["reservation"]), + ("Understnd", &["understand"]), + ("Tatgerts", &["targets"]), + ("Adventagous", &["advantageous"]), + ("Hyrdaulic", &["hydraulic"]), + ("Pennisulas", &["peninsulas"]), + ("Translusent", &["translucent"]), + ("Emualtion", &["emulation"]), + ("Interwebers", &["interwebs"]), + ("Repalce", &["replace"]), + ("Scandivanian", &["scandinavian"]), + ("Szie", &["size"]), + ("Cliantro", &["cilantro"]), + ("Instrcution", &["instruction"]), + ("Discretiation", &["discretization"]), + ("Normalyze", &["normalize"]), + ("Surviellance", &["surveillance"]), + ("Microtranasctions", &["microtransactions"]), + ("Valentinas", &["valentines"]), + ("Wouldnot", &["wouldnt"]), + ("Achieveble", &["achievable"]), + ("Hapmshire", &["hampshire"]), + ("Indirektly", &["indirectly"]), + ("Misellaneously", &["miscellaneously"]), + ("Chuncked", &["chunked"]), + ("Shcemes", &["schemes"]), + ("Mangesium", &["magnesium"]), + ("Flaoting", &["floating"]), + ("Overidding", &["overriding"]), + ("Termanator", &["terminator"]), + ("Authenicaor", &["authenticator"]), + ("Perpertators", &["perpetrators"]), + ("Publissher", &["publisher"]), + ("Elminating", &["eliminating"]), + ("Techinque", &["technique"]), + ("Impliciete", &["implicit"]), + ("Countert", &["counteract"]), + ("Alha", &["alpha"]), + ("Epheremal", &["ephemeral"]), + ("Accesss", &["access"]), + ("Authetnticate", &["authenticate"]), + ("Droppped", &["dropped"]), + ("Accomidations", &["accommodations"]), + ("Conector", &["connector"]), + ("Reeasing", &["releasing"]), + ("Cyprtic", &["cryptic"]), + ("Gemoetry", &["geometry"]), + ("Rether", &["rather"]), + ("Condolencies", &["condolences"]), + ("Errornous", &["erroneous"]), + ("Discusions", &["discussions"]), + ("Respawining", &["respawning"]), + ("Performacne", &["performance"]), + ("Descripors", &["descriptors"]), + ("Amphatheaters", &["amphitheaters"]), + ("Swearengin", &["swearing"]), + ("Backgorunds", &["backgrounds"]), + ("Terminacion", &["termination"]), + ("Parliement", &["parliament"]), + ("Undefuned", &["undefined"]), + ("Undescored", &["underscored"]), + ("Fromatting", &["formatting"]), + ("Ascendend", &["ascended"]), + ("Unbouinded", &["unbounded"]), + ("Esimations", &["estimations"]), + ("Unsubscrbed", &["unsubscribed"]), + ("Contritutions", &["contributions"]), + ("Autonegotaiations", &["autonegotiations"]), + ("Explcitly", &["explicitly"]), + ("Topologie", &["topology"]), + ("Picutres", &["pictures"]), + ("Windos", &["windows"]), + ("Campaignes", &["campaigns"]), + ("Bunbled", &["bundled"]), + ("Attribte", &["attribute"]), + ("Allocatrd", &["allocated"]), + ("Nashvile", &["nashville"]), + ("Qualifiing", &["qualifying"]), + ("Integreted", &["integrated"]), + ("Penciles", &["pencils"]), + ("Tio", &["to"]), + ("Singulairty", &["singularity"]), + ("Cosolation", &["consolation"]), + ("Maube", &["maybe", "mauve"]), + ("Negiotate", &["negotiate"]), + ("Extensivley", &["extensively"]), + ("Passione", &["passionate"]), + ("Presumptous", &["presumptuous"]), + ("Metropolitain", &["metropolitan"]), + ("Supressible", &["suppressible"]), + ("Nostaglia", &["nostalgia"]), + ("Somene", &["someone"]), + ("Wedeged", &["wedged"]), + ("Acquisito", &["acquisition"]), + ("Assinged", &["assigned"]), + ("Knowlege", &["knowledge"]), + ("Libertaryans", &["libertarians"]), + ("Lexographic", &["lexicographic"]), + ("Dereferncers", &["dereferencers"]), + ("Authethenticator", &["authenticator"]), + ("Decotations", &["decorations"]), + ("Inpsector", &["inspector"]), + ("Apllicatins", &["applications"]), + ("Authenificator", &["authenticator"]), + ("Suspiciouly", &["suspiciously"]), + ("Handledy", &["handedly"]), + ("Syntehsize", &["synthesize"]), + ("Phoentic", &["phonetic"]), + ("Liveprool", &["liverpool"]), + ("Worload", &["workload"]), + ("Squirtel", &["squirtle"]), + ("Recrutiers", &["recruiters"]), + ("Excecutions", &["executions"]), + ("Degbugging", &["debugging"]), + ("Tou", &["you"]), + ("Bechmarks", &["benchmarks"]), + ("Predominatly", &["predominantly"]), + ("Attritube", &["attribute"]), + ("Confiures", &["configures"]), + ("Inadiquate", &["inadequate"]), + ("Reguarly", &["regularly"]), + ("Spefififer", &["specifier"]), + ("Socioecenomic", &["socioeconomic"]), + ("Corperation", &["corporation"]), + ("Lingusitic", &["linguistics"]), + ("Refroming", &["reforming"]), + ("Babysiting", &["babysitting"]), + ("Instrucitons", &["instruction", "instructions"]), + ("Refernces", &["references"]), + ("Speficialliable", &["specifiable"]), + ("Bureaucratisch", &["bureaucratic"]), + ("Calibratin", &["calibration"]), + ("Fuctioning", &["functioning"]), + ("Juggernat", &["juggernaut"]), + ("Hradware", &["hardware"]), + ("Overwelming", &["overwhelming"]), + ("Enqueud", &["enqueued"]), + ("Assersion", &["assertion"]), + ("Prealocated", &["preallocated"]), + ("Accedentally", &["accidentally"]), + ("Coopeartes", &["cooperates"]), + ("Afeter", &["after"]), + ("Dinosaurus", &["dinosaurs"]), + ("Comlexity", &["complexity"]), + ("Degenerite", &["degenerate"]), + ("Intimidare", &["intimidate"]), + ("Relfects", &["reflects"]), + ("Dolphines", &["dolphins"]), + ("Reverve", &["reserve"]), + ("Forgivenness", &["forgiveness"]), + ("Kilometeres", &["kilometers"]), + ("Execuction", &["execution"]), + ("Hispter", &["hipster"]), + ("Multilpe", &["multiple"]), + ("Depdencentes", &["dependences"]), + ("Stortage", &["storage"]), + ("Shangahi", &["shanghai"]), + ("Appoximate", &["approximate"]), + ("Irresistably", &["irresistibly"]), + ("Startegically", &["strategically"]), + ("Jamacain", &["jamaican"]), + ("Preseving", &["preserving"]), + ("Distuingished", &["distinguished"]), + ("Haulted", &["halted"]), + ("Soldger", &["soldier"]), + ("Visted", &["visited", "listed", "vested"]), + ("Insided", &["inside"]), + ("Acknowiedged", &["acknowledged"]), + ("Soemwhere", &["somewhere"]), + ("Kinnect", &["kinect"]), + ("Anywys", &["anyways"]), + ("Sendetary", &["sedentary"]), + ("Uncrypted", &["unencrypted"]), + ("Nitpciking", &["nitpicking"]), + ("Intersecton", &["intersection"]), + ("Dividens", &["dividends"]), + ("Expetcing", &["expecting"]), + ("Slotable", &["slottable"]), + ("Developmently", &["developmental"]), + ("Hyponsis", &["hypnosis"]), + ("Indicence", &["incidence"]), + ("Landscaps", &["landscapes"]), + ("Intimitaded", &["intimidated"]), + ("Segfualt", &["segfault"]), + ("Facourite", &["favourite"]), + ("Unreliabe", &["unreliable"]), + ("Defninition", &["definition"]), + ("Imigrate", &["immigrate", "emigrate"]), + ("Predessor", &["predecessor"]), + ("Modificatins", &["modifications"]), + ("Sigle", &["single", "sigil"]), + ("Excisted", &["existed"]), + ("Disemination", &["dissemination"]), + ("Endien", &["endian", "indian"]), + ("Straings", &["strains"]), + ("Borderlads", &["borderlands"]), + ("Howerver", &["however"]), + ("Varian", &["variant"]), + ("Excution", &["execution"]), + ("Apeared", &["appeared"]), + ("Newancing", &["nuancing"]), + ("Muscicians", &["musicians"]), + ("Distuingishing", &["distinguishing"]), + ("Ressembled", &["reassembled", "resembled"]), + ("Aroud", &["around"]), + ("Froniter", &["frontier"]), + ("Leaneant", &["lenient"]), + ("Proce", &["price"]), + ("Collapseing", &["collapsing"]), + ("Neighbourhodds", &["neighbourhoods"]), + ("Sequemce", &["sequence"]), + ("Stricly", &["strictly"]), + ("Sunderlund", &["sunderland"]), + ("Confirmming", &["confirming"]), + ("Calroies", &["calories"]), + ("Concentrant", &["concentrate"]), + ("Iwht", &["with"]), + ("Amatuer", &["amateur"]), + ("Simplfy", &["simplify"]), + ("Akumulator", &["accumulator"]), + ("Commonspace", &["commonplace"]), + ("Calbirator", &["calibrator"]), + ("Uplad", &["upload"]), + ("Sugguestions", &["suggestions"]), + ("Sucesseding", &["succeeding", "seceding"]), + ("Refilles", &["refills"]), + ("Contiguious", &["contiguous"]), + ("Confuring", &["configuring"]), + ("Argmument", &["argument"]), + ("Sugested", &["suggested"]), + ("Yourselvs", &["yourselves"]), + ("Manifestato", &["manifesto"]), + ("Experimntally", &["experimentally"]), + ("Billionairres", &["billionaire"]), + ("Experinementelly", &["experimentally"]), + ("Ontain", &["contain", "obtain"]), + ("Resticted", &["restricted"]), + ("Steramed", &["streamed"]), + ("Distrubances", &["disturbance"]), + ("Assoications", &["associations"]), + ("Harased", &["harassed"]), + ("Caterpilars", &["caterpillars"]), + ("Sylabuses", &["syllabuses", "syllabi"]), + ("Chlidfree", &["childfree"]), + ("Interfear", &["interfere"]), + ("Numberal", &["numeral"]), + ("Hense", &["hence"]), + ("Accelerade", &["accelerated"]), + ("Localtion", &["location"]), + ("Experimantally", &["experimentally"]), + ("Senquence", &["sequence"]), + ("Functoin", &["function"]), + ("Reconencting", &["reconnecting"]), + ("Congrigation", &["congregation"]), + ("Semented", &["cemented", "segmented"]), + ("Senaireos", &["scenarios"]), + ("Newspappers", &["newspapers"]), + ("Opyion", &["option"]), + ("Domecracy", &["democracy"]), + ("Rythm", &["rhythm"]), + ("Pristen", &["pristine"]), + ("Librarse", &["libraries"]), + ("Signign", &["signing"]), + ("Sorce", &["source", "force"]), + ("Mentionning", &["mentioning"]), + ("Hypvisor", &["hypervisor"]), + ("Sautaying", &["sautéing"]), + ("Contraveining", &["contravening"]), + ("Golitah", &["goliath"]), + ("Rebuildt", &["rebuilt"]), + ("Reoccuring", &["reoccurring"]), + ("Definitlly", &["definitely"]), + ("Beatiful", &["beautiful"]), + ("Subsysthem", &["subsystem"]), + ("Substitue", &["substitute"]), + ("Sivible", &["visible"]), + ("Predecent", &["precedent"]), + ("Nieghboring", &["neighboring"]), + ("Fertiziler", &["fertilizer"]), + ("Transalation", &["translation"]), + ("Subtiles", &["subfiles", "subtitles"]), + ("Diminushing", &["diminishing"]), + ("Socailizing", &["socializing"]), + ("Ingrediens", &["ingredients"]), + ("Heighit", &["height"]), + ("Shortcomming", &["shortcoming"]), + ("Nutraly", &["neutrally"]), + ("Assualt", &["assault"]), + ("Valueable", &["valuable"]), + ("Acturally", &["actually"]), + ("Regulax", &["regular"]), + ("Asethetic", &["aesthetic"]), + ("Instituttet", &["institute"]), + ("Cainster", &["canister"]), + ("Relead", &["reload"]), + ("Paraniod", &["paranoid"]), + ("Spontaneosly", &["spontaneously"]), + ("Apihelions", &["aphelions"]), + ("Experinemented", &["experimented"]), + ("Hapens", &["happens"]), + ("Tessleate", &["tessellate"]), + ("Susequently", &["subsequently"]), + ("Alltogeher", &["altogether"]), + ("Overkapping", &["overlapping"]), + ("Sponsorees", &["sponsors"]), + ("Imlimentation", &["implementation"]), + ("Stuat", &["status"]), + ("Evalauted", &["evaluated"]), + ("Documentaion", &["documentation"]), + ("Increse", &["increase"]), + ("Conecntrate", &["concentrate"]), + ("Affekt", &["affect", "effect"]), + ("Imporoving", &["improving"]), + ("Execuation", &["execution"]), + ("Rearely", &["rarely"]), + ("Opeariton", &["operation"]), + ("Eletromagnitic", &["electromagnetic"]), + ("Poistioned", &["positioned"]), + ("Wrkloads", &["workloads"]), + ("Univerities", &["universities"]), + ("Militiades", &["militias"]), + ("Shecker", &["checker", "shucker"]), + ("Correponding", &["corresponding"]), + ("Sociopatas", &["sociopaths"]), + ("Controllore", &["controllers"]), + ("Constructred", &["constructed"]), + ("Counterpoarts", &["counterparts"]), + ("Iechart", &["piechart"]), + ("Obliberated", &["obliterated"]), + ("Typcasting", &["typecasting"]), + ("Dubug", &["debug"]), + ("Therwise", &["otherwise"]), + ("Ginee", &["guinea"]), + ("Opperand", &["operand"]), + ("Aformentioned", &["aforementioned"]), + ("Identicals", &["identical"]), + ("Notificactions", &["notifications"]), + ("Unapretiative", &["unappreciative"]), + ("Unsoclicited", &["unsolicited"]), + ("Apilogue", &["epilogue"]), + ("Championsip", &["championship"]), + ("Vulberabillities", &["vulnerabilities"]), + ("Pumpknis", &["pumpkins"]), + ("Regaurdless", &["regardless"]), + ("Accomdate", &["accommodate"]), + ("Soscket", &["socket"]), + ("Neighbourhhood", &["neighbourhood"]), + ("Hystericlly", &["hysterically"]), + ("Geneator", &["generator"]), + ("Tecnology", &["technology"]), + ("Philosopers", &["philosophers"]), + ("Decremenetd", &["decremented"]), + ("Detemined", &["determined"]), + ("Primiarily", &["primarily"]), + ("Presreved", &["preserved"]), + ("Debiab", &["debian"]), + ("Indefinete", &["indefinite"]), + ("Appenines", &["apennines"]), + ("Copiese", &["copies"]), + ("Alcoholisim", &["alcoholism"]), + ("Confidance", &["confidence"]), + ("Benghzai", &["benghazi"]), + ("Ypur", &["your"]), + ("Interesat", &["interest"]), + ("Protcol", &["protocol"]), + ("Metropols", &["metropolis"]), + ("Donwgrade", &["downgrade"]), + ("Appeard", &["appeared"]), + ("Capela", &["capella"]), + ("Insctuctions", &["instructions"]), + ("Galllery", &["gallery"]), + ("Suiete", &["suite"]), + ("Betwween", &["between"]), + ("Whatseover", &["whatsoever"]), + ("Clearity", &["clarity"]), + ("Seamlessy", &["seamlessly"]), + ("Certific", &["certificate", "certification"]), + ("Sunifre", &["sunfire"]), + ("Arrangse", &["arranges"]), + ("Maintan", &["maintain"]), + ("Perferctly", &["perfectly"]), + ("Councelling", &["counselling"]), + ("Requets", &["request", "requests"]), + ("Christmans", &["christians"]), + ("Accumlating", &["accumulating"]), + ("Boundig", &["bounding"]), + ("Analitycal", &["analytical"]), + ("Precedance", &["precedence"]), + ("Partisain", &["partisan"]), + ("Temporaere", &["temporary"]), + ("Assgined", &["assigned"]), + ("Anytying", &["anything"]), + ("Enclosung", &["enclosing"]), + ("Undefinetively", &["indefinitely"]), + ("Assmeble", &["assemble"]), + ("Vulberabulility", &["vulnerability"]), + ("Manifacture", &["manufacture"]), + ("Bestaility", &["bestiality"]), + ("Availabelity", &["availability"]), + ("Hthe", &["the"]), + ("Arrangent", &["arrangement"]), + ("Optimial", &["optimal"]), + ("Subcsription", &["subscriptions"]), + ("Purchacing", &["purchasing"]), + ("Catholisim", &["catholicism"]), + ("Journalits", &["journals"]), + ("Tramsmit", &["transmit"]), + ("Assemblie", &["assemble"]), + ("Incompletd", &["incomplete"]), + ("Usibility", &["usability"]), + ("Restires", &["restores"]), + ("Preceed", &["precede", "proceed"]), + ("Domonstrates", &["demonstrates"]), + ("Expesting", &["expecting"]), + ("Disscussed", &["discussed"]), + ("Criticisme", &["criticise"]), + ("Obiect", &["object"]), + ("Coversity", &["coverity"]), + ("Precends", &["precedence"]), + ("Siffixation", &["suffixation", "suffocation"]), + ("Mached", &["matched"]), + ("Initialisationg", &["initialisation"]), + ("Minneaplois", &["minneapolis"]), + ("Eachotehr", &["eachother"]), + ("Devirutalize", &["devirtualize"]), + ("Transofrmations", &["transformations"]), + ("Conditionner", &["conditioner"]), + ("Follwoing", &["following"]), + ("Availbel", &["available"]), + ("Gerilla", &["guerilla"]), + ("Keept", &["kept"]), + ("Developement", &["development"]), + ("Fragmants", &["fragments"]), + ("Librayr", &["library"]), + ("Infiltrare", &["infiltrate"]), + ("Entety", &["entity"]), + ("Renegoptionsotiator", &["renegotiator"]), + ("Checheckpoit", &["checkpoint"]), + ("Inouts", &["inputs"]), + ("Experimmentations", &["experimentations"]), + ("Architet", &["architect"]), + ("Performences", &["performances"]), + ("Brazilianese", &["brazilians"]), + ("Blokchain", &["blockchain"]), + ("Constituintes", &["constituents"]), + ("Algohmically", &["algorithmically"]), + ("Routin", &["routine", "routing"]), + ("Ajasencies", &["adjacencies"]), + ("Occurrencies", &["occurrences"]), + ("Victems", &["victims"]), + ("Difines", &["defines", "divines"]), + ("Negogtiating", &["negotiating"]), + ("Progam", &["program"]), + ("Negotaitors", &["negotiators"]), + ("Goalkeepr", &["goalkeeper"]), + ("Hanlders", &["handlers"]), + ("Imbrased", &["embraced"]), + ("Asembles", &["assembles"]), + ("Inpections", &["inspections"]), + ("Extractnow", &["extraction"]), + ("Debouces", &["debounces"]), + ("Caht", &["chat"]), + ("Tupes", &["tuples"]), + ("Exauhsted", &["exhausted"]), + ("Ingeunity", &["ingenuity"]), + ("Autimagically", &["automagically"]), + ("Authentification", &["authentication"]), + ("Sanple", &["sample"]), + ("Nominatons", &["nominations"]), + ("Merajes", &["mirages"]), + ("Intialse", &["initialise"]), + ("Delections", &["detections", "deletions", "selections"]), + ("Perfeclty", &["perfectly"]), + ("Experiensial", &["experiential"]), + ("Datatyep", &["datatype"]), + ("Evalutation", &["evaluation"]), + ("Valentien", &["valentine"]), + ("Merecat", &["meerkat"]), + ("Homewolrd", &["homeworld"]), + ("Syraucse", &["syracuse"]), + ("Balsphemy", &["blasphemy"]), + ("Susinctly", &["succinctly"]), + ("Imense", &["immense"]), + ("Optoinal", &["optional"]), + ("Spefcifieirs", &["specifiers"]), + ("Bodybuilidng", &["bodybuilding"]), + ("Emai", &["email"]), + ("Sytlesheet", &["stylesheet"]), + ("Keeplive", &["keepalive"]), + ("Inapropriately", &["inappropriately"]), + ("Adjancent", &["adjacent"]), + ("Kindapping", &["kidnapping"]), + ("Depencencies", &["dependencies"]), + ("Worke", &["work", "worked", "works"]), + ("Toughtful", &["thoughtful"]), + ("Montaran", &["montana"]), + ("Corectly", &["correctly"]), + ("Satisified", &["satisfied"]), + ("Spefiable", &["specifiable"]), + ("Temperary", &["temporary"]), + ("Obligerated", &["obliterated"]), + ("Extrenal", &["external"]), + ("Reuinon", &["reunion"]), + ("Siezure", &["seizure"]), + ("Storeable", &["storable"]), + ("Internels", &["internals"]), + ("Nightmarket", &["nightmare"]), + ("Operatione", &["operation"]), + ("Sourcse", &["sources", "source"]), + ("Correspondants", &["correspondents"]), + ("Upstreeming", &["upstreaming"]), + ("Monolithisch", &["monolithic"]), + ("Circulacion", &["circulation"]), + ("Representativo", &["representation"]), + ("Runing", &["running", "ruining"]), + ("Configre", &["configure"]), + ("Creditted", &["credited"]), + ("Seqeuencer", &["sequencer"]), + ("Uneeded", &["unneeded", "unheeded", "needed"]), + ("Administraion", &["administration"]), + ("Excecise", &["exercise"]), + ("Inbetweeen", &["inbetween"]), + ("Experminental", &["experimental"]), + ("Preventin", &["prevention"]), + ("Timedlta", &["timedelta"]), + ("Dispoves", &["dispose"]), + ("Visheate", &["vitiate"]), + ("Mimatching", &["mismatching"]), + ("Suppoprt", &["support"]), + ("Neighboods", &["neighborhoods"]), + ("Speficiiable", &["specifiable"]), + ("Masogynistic", &["misogynistic"]), + ("Symbles", &["symbols"]), + ("Uncommment", &["uncomment"]), + ("Dimmension", &["dimension"]), + ("Acctually", &["actually"]), + ("Inprooving", &["improving"]), + ("Propogation", &["propagation"]), + ("Philosophycally", &["philosophically"]), + ("Onchage", &["onchange"]), + ("Dyspohria", &["dysphoria"]), + ("Algebrra", &["algebra"]), + ("Sysytem", &["system"]), + ("Lablels", &["labels"]), + ("Produly", &["proudly"]), + ("Preventivo", &["prevention"]), + ("Motherbords", &["motherboards"]), + ("Stads", &["stats", "stands"]), + ("Unsunscribe", &["unsubscribe"]), + ("Applide", &["applied"]), + ("Extraodrinary", &["extraordinary"]), + ("Intialsing", &["initialising"]), + ("Referr", &["refer"]), + ("Repesents", &["represents"]), + ("Microphen", &["microphone"]), + ("Provocatief", &["provocative"]), + ("Electrinics", &["electronics"]), + ("Catastrofies", &["catastrophes"]), + ("Opthalmologist", &["ophthalmologist"]), + ("Obisdian", &["obsidian"]), + ("Descrbes", &["describes"]), + ("Negotionable", &["negotiable"]), + ("Experimetnation", &["experimentation"]), + ("Thikning", &["thinking", "thickening"]), + ("Embaras", &["embarrass"]), + ("Soustraction", &["subtraction"]), + ("Argumants", &["arguments"]), + ("Hemicircles", &["semicircles"]), + ("Recun", &["reckon", "recon", "recur"]), + ("Typpical", &["typical"]), + ("Perfomeed", &["performed"]), + ("Supperssor", &["suppressor"]), + ("Sempaphores", &["semaphores"]), + ("Conspiraces", &["conspiracies"]), + ("Reparamterizes", &["reparameterizes"]), + ("Largst", &["largest"]), + ("Permssion", &["permission"]), + ("Incompatablities", &["incompatibilities"]), + ("Ressemle", &["resemble"]), + ("Concibes", &["concise"]), + ("Buros", &["bureaus", "burros"]), + ("Unregisterable", &["unregistrable"]), + ("Currious", &["curious"]), + ("Punctation", &["punctuation"]), + ("Propulsing", &["propulsion"]), + ("Multliples", &["multiples"]), + ("Iritated", &["irritated"]), + ("Teatotaler", &["teetotaler"]), + ("Abstrating", &["abstracting"]), + ("Tcahces", &["caches"]), + ("Experimmenting", &["experimenting"]), + ("Interveiwing", &["interviewing"]), + ("Convento", &["convention"]), + ("Libertea", &["liberate"]), + ("Negotitation", &["negotiation"]), + ("Successfullness", &["successfulness"]), + ("Effectivenss", &["effectiveness"]), + ("Custoization", &["customization"]), + ("Desctructed", &["destructed"]), + ("Ganerate", &["generate"]), + ("Transprent", &["transparent"]), + ("Substitte", &["substitute"]), + ("Prominately", &["prominently", "predominately"]), + ("Collapsable", &["collapsible"]), + ("Plagerism", &["plagiarism"]), + ("Polocies", &["policies"]), + ("Encumberance", &["encumbrance"]), + ("Onot", &["note", "not"]), + ("Strng", &["string"]), + ("Pressent", &["present"]), + ("Funvtion", &["function"]), + ("Envaluation", &["evaluation"]), + ("Comtains", &["contains"]), + ("Loosly", &["loosely"]), + ("Splatooon", &["splatoon"]), + ("Philosophia", &["philosophical"]), + ("Austair", &["austere"]), + ("Sustainible", &["sustainable"]), + ("Oder", &["order", "odor", "older"]), + ("Aggenst", &["against"]), + ("Resotrers", &["restorers"]), + ("Extermporaneous", &["extemporaneous"]), + ("Neighborghs", &["neighbors"]), + ("Mornng", &["morning"]), + ("Destrys", &["destroys"]), + ("Donig", &["doing"]), + ("Availible", &["available"]), + ("Hypocricy", &["hypocrisy"]), + ("Experimntations", &["experimentations"]), + ("Perfoemers", &["performers"]), + ("Dependencly", &["dependency"]), + ("Althougth", &["although"]), + ("Victem", &["victim"]), + ("Enumarate", &["enumerate"]), + ("Abtractor", &["abstractor"]), + ("Sumberged", &["submerged"]), + ("Continuious", &["continuous"]), + ("Marging", &["margin", "merging"]), + ("Horiztonal", &["horizontal"]), + ("Happpenings", &["happenings"]), + ("Commmitted", &["committed"]), + ("Upstrema", &["upstream"]), + ("Inlightening", &["enlightening"]), + ("Remarkablly", &["remarkably"]), + ("Elemet", &["element"]), + ("Toplogical", &["topological"]), + ("Nutritinal", &["nutritional"]), + ("Geomeotry", &["geometry"]), + ("Whiltelisted", &["whitelisted"]), + ("Plethroa", &["plethora"]), + ("Intalling", &["installing"]), + ("Poisitions", &["positions"]), + ("Represnt", &["represent"]), + ("Sutable", &["suitable", "stable"]), + ("Referendom", &["referendum"]), + ("Dashboad", &["dashboard"]), + ("Adbandon", &["abandon"]), + ("Deatils", &["details"]), + ("Expodentially", &["exponentially"]), + ("Forgotton", &["forgotten"]), + ("Predujices", &["prejudices"]), + ("Funxtionality", &["functionality"]), + ("Chgange", &["change"]), + ("Describ", &["describe"]), + ("Subsysthems", &["subsystems"]), + ("Realtable", &["relatable"]), + ("Sapeena", &["subpoena"]), + ("Benjing", &["binging"]), + ("Imaginitve", &["imaginative"]), + ("Aproximately", &["approximately"]), + ("Separetor", &["separator"]), + ("Excluses", &["excludes"]), + ("Definatelly", &["definitely"]), + ("Boudnaries", &["boundaries"]), + ("Possobily", &["possibly"]), + ("Renegoatiate", &["renegotiate"]), + ("Reconcilled", &["reconcile"]), + ("Venelope", &["envelope"]), + ("Downvotees", &["downvoters"]), + ("Altruistisch", &["altruistic"]), + ("Proccesed", &["processed"]), + ("Congfigure", &["configure"]), + ("Dissimiar", &["dissimilar"]), + ("Enveloppe", &["envelope"]), + ("Expetimented", &["experimented"]), + ("Misunderstantings", &["misunderstandings"]), + ("Comftorably", &["comfortably"]), + ("Beleifed", &["believed"]), + ("Pentagoon", &["pentagon"]), + ("Representationer", &["representations"]), + ("Censible", &["sensible"]), + ("Doumentation", &["documentation"]), + ("Descritpro", &["descriptor"]), + ("Conciderations", &["considerations"]), + ("Microntroller", &["microcontroller"]), + ("Transitionns", &["transitions"]), + ("Pacjages", &["packages"]), + ("Exersicing", &["exercising"]), + ("Genitalis", &["genitals"]), + ("Defendes", &["defenders"]), + ("Specifieced", &["specified"]), + ("Licese", &["license"]), + ("Maniputed", &["manipulated"]), + ("Suggestie", &["suggestive"]), + ("Reintepreted", &["reinterpreted"]), + ("Undergradute", &["undergraduate"]), + ("Rewritting", &["rewriting"]), + ("Experiece", &["experience"]), + ("Trilogoy", &["trilogy"]), + ("Readahaed", &["readahead"]), + ("Partecipant", &["participant"]), + ("Contrubute", &["contribute"]), + ("Counded", &["counted"]), + ("Maked", &["marked", "made"]), + ("Restuarant", &["restaurant"]), + ("Unselectabe", &["unselectable"]), + ("Nastersiums", &["nasturtiums"]), + ("Sovereingty", &["sovereignty"]), + ("Awesomey", &["awesomely"]), + ("Aunthenticates", &["authenticates"]), + ("Undersetimated", &["underestimated"]), + ("Splited", &["split"]), + ("Delimeted", &["delimited"]), + ("Redesgin", &["redesign"]), + ("Inidicating", &["indicating"]), + ("Planetas", &["planets"]), + ("Costumizations", &["customization"]), + ("Warpps", &["warps", "wraps"]), + ("Microcender", &["microcenter"]), + ("Fomrating", &["formatting"]), + ("Theroist", &["theorist"]), + ("Polcy", &["policy"]), + ("Prototying", &["prototyping"]), + ("Repsective", &["respective"]), + ("Relintquish", &["relinquish"]), + ("Menstrul", &["menstrual"]), + ("Examplifies", &["exemplifies"]), + ("Periphereal", &["peripheral"]), + ("Inquirey", &["inquiry"]), + ("Declears", &["declares"]), + ("Circomvented", &["circumvented"]), + ("Enitrely", &["entirely"]), + ("Transaltions", &["translations"]), + ("Commemerative", &["commemorative"]), + ("Presense", &["presence"]), + ("Organites", &["organise"]), + ("Zefer", &["zephyr"]), + ("Optimizacion", &["optimization"]), + ("Execpt", &["except"]), + ("Uhandled", &["unhandled"]), + ("Vertabim", &["verbatim"]), + ("Initialisatin", &["initialisation"]), + ("Similer", &["similar"]), + ("Trasnport", &["transport"]), + ("Compatatible", &["compatible"]), + ("Authrorities", &["authorities"]), + ("Anyawy", &["anyway"]), + ("Negotaiation", &["negotiation"]), + ("Exclucivity", &["exclusivity"]), + ("Oposite", &["opposite"]), + ("Tangenitally", &["tangentially"]), + ("Fauilure", &["failure"]), + ("Rhymme", &["rhyme"]), + ("Euthanesia", &["euthanasia"]), + ("Cupbaord", &["cupboard"]), + ("Chaninging", &["changing"]), + ("Encahnting", &["enchanting"]), + ("Connectivety", &["connectivity"]), + ("Pedning", &["pending"]), + ("Wiat", &["wait"]), + ("Belwo", &["below"]), + ("Specualte", &["speculate"]), + ("Iterface", &["interface"]), + ("Duplciated", &["duplicated"]), + ("Involintary", &["involuntary"]), + ("Defininng", &["defining"]), + ("Coutnered", &["countered"]), + ("Ressurecting", &["resurrecting"]), + ("Disillisioned", &["disillusioned"]), + ("Iniative", &["initiative"]), + ("Foppys", &["floppies"]), + ("Transisitioned", &["transitioned"]), + ("Backbacking", &["backpacking"]), + ("Synchonizing", &["synchronizing"]), + ("Differen", &["different"]), + ("Celebratin", &["celebration"]), + ("Eather", &["either"]), + ("Speeped", &["sped"]), + ("Loaader", &["loader"]), + ("Watkings", &["watkins"]), + ("Dehyrdated", &["dehydrated"]), + ("Strawbeery", &["strawberry"]), + ("Michelline", &["michelle"]), + ("Overwite", &["overwrite"]), + ("Blbos", &["blobs"]), + ("Madturbation", &["masturbation"]), + ("Hopsitalized", &["hospitalized"]), + ("Initailizer", &["initializer"]), + ("Prefering", &["preferring"]), + ("Framw", &["frame"]), + ("Negotaition", &["negotiation"]), + ("Conainter", &["container"]), + ("Techical", &["technical"]), + ("Assymetric", &["asymmetric"]), + ("Wrythed", &["writhed"]), + ("Fomats", &["formats"]), + ("Follwowed", &["followed"]), + ("Misunderstod", &["misunderstood"]), + ("Abberviation", &["abbreviation"]), + ("Experiations", &["expirations"]), + ("Expport", &["export"]), + ("Outsid", &["outside"]), + ("Buad", &["baud"]), + ("Experimanetel", &["experimental"]), + ("Vell", &["well"]), + ("Rememebers", &["remembers"]), + ("Delivared", &["delivered"]), + ("Inerrupt", &["interrupt"]), + ("Combinig", &["combining"]), + ("Confuigrations", &["configurations"]), + ("Thansk", &["thanks"]), + ("Detcetion", &["detection"]), + ("Abbriviate", &["abbreviate"]), + ("Innoavtion", &["innovations"]), + ("Masturbait", &["masturbate"]), + ("Simultaneoulsy", &["simultaneously"]), + ("Paintile", &["painttile"]), + ("Instlls", &["installs", "instills"]), + ("Compansations", &["compensations"]), + ("Omnisiences", &["omnisciences"]), + ("Delares", &["declares"]), + ("Subsituting", &["substituting"]), + ("Margings", &["margins"]), + ("Shbang", &["shebang"]), + ("Horrendos", &["horrendous"]), + ("Prejudgudice", &["prejudice"]), + ("Empressive", &["impressive"]), + ("Practicly", &["practically"]), + ("Experimentters", &["experimenters"]), + ("Construint", &["constraint"]), + ("Disapprouved", &["disapproved"]), + ("Setion", &["section"]), + ("Serice", &["service"]), + ("Retarted", &["restarted"]), + ("Uploding", &["uploading"]), + ("Canonalizing", &["canonicalizing"]), + ("Contat", &["contact"]), + ("Distrubite", &["distribute"]), + ("Trogladite", &["troglodyte"]), + ("Goint", &["going"]), + ("Sovereing", &["sovereign"]), + ("Emulaion", &["emulation"]), + ("Semseter", &["semester"]), + ("Motnage", &["montage"]), + ("Characteristc", &["characteristics"]), + ("Checkox", &["checkbox"]), + ("Cliens", &["clients"]), + ("Maidson", &["madison"]), + ("Mattreses", &["mattress"]), + ("Ocotber", &["october"]), + ("Detemines", &["determines"]), + ("Deficeint", &["deficient"]), + ("Indivisuals", &["individuals"]), + ("Cercomstancial", &["circumstantial"]), + ("Responsers", &["responders"]), + ("Origininating", &["originating"]), + ("Shorcuts", &["shortcuts"]), + ("Consctructing", &["constructing"]), + ("Descriotion", &["description"]), + ("Solidariety", &["solidarity"]), + ("Perfomrance", &["performances", "performance"]), + ("Snyergy", &["synergy"]), + ("Inhumain", &["inhuman"]), + ("Moisutrizer", &["moisturizer"]), + ("Deutcshland", &["deutschland"]), + ("Ative", &["active", "native"]), + ("Visuaization", &["visualization"]), + ("Unspecifieced", &["unspecified"]), + ("Eihter", &["either"]), + ("Beautifull", &["beautiful", "beautifully"]), + ("Dynammic", &["dynamic"]), + ("Atmoshperic", &["atmospheric"]), + ("Addtitional", &["additional"]), + ("Keywoards", &["keywords"]), + ("Referenace", &["reference"]), + ("Seeverity", &["severity"]), + ("Scandlas", &["scandals"]), + ("Alcoholicas", &["alcoholics"]), + ("Damanging", &["damaging"]), + ("Genereated", &["generated"]), + ("Unconnectes", &["unconnected"]), + ("Threadened", &["threaded"]), + ("Victoriosa", &["victorious"]), + ("Neightbors", &["neighbors"]), + ("Sarcams", &["sarcasm"]), + ("Coukd", &["could"]), + ("Conglaturation", &["congratulations"]), + ("Obviosuly", &["obviously"]), + ("Effectly", &["effectively"]), + ("Spageti", &["spaghetti"]), + ("Preceived", &["perceived"]), + ("Otherwice", &["otherwise"]), + ("Imaginaton", &["imagination"]), + ("Cehcked", &["checked"]), + ("Comadres", &["comrades"]), + ("Comunists", &["communists"]), + ("Inflateble", &["inflatable"]), + ("Separatelly", &["separately"]), + ("Associcate", &["associate"]), + ("Resoures", &["resources"]), + ("Narcotis", &["narcotics"]), + ("Multipls", &["multiples"]), + ("Heared", &["heard", "header"]), + ("Amerliorated", &["ameliorated"]), + ("Diference", &["difference"]), + ("Cimmetriclly", &["symmetrically"]), + ("Sotry", &["story", "sorry"]), + ("Belifes", &["beliefs"]), + ("Corrrected", &["corrected"]), + ("Interesst", &["interests", "interest"]), + ("Collaboratie", &["collaborate"]), + ("Carrefull", &["careful"]), + ("Paralell", &["parallel"]), + ("Influecing", &["influencing"]), + ("Spaws", &["spawns"]), + ("Commenteries", &["commenters"]), + ("Betwee", &["between"]), + ("Archetpye", &["archetype"]), + ("Actuionable", &["actionable"]), + ("Moint", &["mount"]), + ("Internetbs", &["internets"]), + ("Exra", &["extra"]), + ("Cilincer", &["cylinder", "silencer"]), + ("Maybellline", &["maybelline"]), + ("Firball", &["fireball", "furball"]), + ("Brightern", &["brighten"]), + ("Disapperar", &["disappear"]), + ("Dipsosing", &["disposing"]), + ("Destoring", &["destroying"]), + ("Resembe", &["resemble"]), + ("Quailty", &["quality"]), + ("Carinomy", &["ceremony"]), + ("Ineffecitve", &["ineffective"]), + ("Adevnturers", &["adventurers"]), + ("Exchnaged", &["exchanged"]), + ("Bacup", &["backup"]), + ("Authenenticate", &["authenticate"]), + ("Spoaces", &["spaces"]), + ("Reposonders", &["responders"]), + ("Experimnetel", &["experimental"]), + ("Interseccts", &["intersects"]), + ("Comptition", &["competition"]), + ("Minimsation", &["minimisation"]), + ("Execusion", &["execution"]), + ("Broderlands", &["borderlands"]), + ("Alloate", &["allocate", "allotted", "allot"]), + ("Chrsitian", &["christian"]), + ("Exteriour", &["exterior"]), + ("Poniter", &["pointer"]), + ("Elemntal", &["elemental"]), + ("Specailization", &["specialization"]), + ("Exhibites", &["exhibits"]), + ("Chioce", &["choice"]), + ("Cellabrates", &["celebrates"]), + ("Becomming", &["becoming"]), + ("Insdie", &["inside"]), + ("Unpleaseant", &["unpleasant"]), + ("Procedurile", &["procedure"]), + ("Intersepts", &["intercepts", "intersteps"]), + ("Unsing", &["unsigned", "using"]), + ("Fallthough", &["fallthrough"]), + ("Projektion", &["projection"]), + ("Forlders", &["folders"]), + ("Photograpgh", &["photographs"]), + ("Aseuxal", &["asexual"]), + ("Tetrahedorens", &["tetrahedrons"]), + ("Exceuted", &["executed"]), + ("Mcgergor", &["mcgregor"]), + ("Upgarades", &["upgrades"]), + ("Intervension", &["intervention"]), + ("Caraboos", &["caribous"]), + ("Bloching", &["blocking"]), + ("Neigbourhood", &["neighbourhood"]), + ("Furmula", &["formula"]), + ("Specifigation", &["specification"]), + ("Classesss", &["classes"]), + ("Expetimenter", &["experimenter"]), + ("Primitiv", &["primitive"]), + ("Torubleshoot", &["troubleshoot"]), + ("Kontamination", &["contamination"]), + ("Incluudes", &["includes"]), + ("Ahving", &["having"]), + ("Matrial", &["martial", "material"]), + ("Startegy", &["strategy"]), + ("Nighbor", &["neighbor"]), + ("Caculator", &["calculator"]), + ("Serailized", &["serialized"]), + ("Merceneries", &["mercenaries"]), + ("Metaphyscial", &["metaphysical"]), + ("Landmakrs", &["landmarks"]), + ("Intialistion", &["initialisation"]), + ("Guarrantee", &["guarantee"]), + ("Vasall", &["vassal"]), + ("Industrail", &["industrial"]), + ("Repsonds", &["responds"]), + ("Abnd", &["and"]), + ("Expolited", &["exploited"]), + ("Alog", &["along"]), + ("Estimages", &["estimates"]), + ("Vulnerablities", &["vulnerabilities"]), + ("Arhive", &["archive"]), + ("Distinations", &["distinctions", "destinations"]), + ("Championchip", &["championship"]), + ("Attnetion", &["attention"]), + ("Whrilwind", &["whirlwind"]), + ("Unkonw", &["unknown"]), + ("Doub", &["doubt", "daub"]), + ("Gauntlent", &["gauntlet"]), + ("Isntances", &["instances"]), + ("Heridity", &["heredity"]), + ("Sepetately", &["separately"]), + ("Confidental", &["confidential"]), + ("Flie", &["file"]), + ("Conplimenting", &["complimenting"]), + ("Transmittted", &["transmitted"]), + ("Excitiment", &["excitement"]), + ("Subscritption", &["subscription"]), + ("Likly", &["likely"]), + ("Creatning", &["creating"]), + ("Asssembly", &["assembly"]), + ("Unresolveable", &["unresolvable"]), + ("Acheives", &["achieves"]), + ("Srtifacts", &["artifacts"]), + ("Definatedly", &["definitely"]), + ("Insipre", &["inspire"]), + ("Unkonwns", &["unknowns"]), + ("Profesion", &["profusion", "profession"]), + ("Empiracally", &["empirically"]), + ("Suttles", &["shuttles"]), + ("Suasage", &["sausage"]), + ("Rocords", &["records"]), + ("Councelor", &["counselor"]), + ("Encluding", &["including"]), + ("Privided", &["provided"]), + ("Colelctors", &["collectors"]), + ("Corruptin", &["corruption"]), + ("Registation", &["registration"]), + ("Folowers", &["followers"]), + ("Assertation", &["assertion"]), + ("Principalis", &["principals"]), + ("Phillipse", &["phillies"]), + ("Filtersing", &["filtering"]), + ("Paragrah", &["paragraph"]), + ("Commissionees", &["commissions"]), + ("Pesticids", &["pesticides"]), + ("Caracterized", &["characterized"]), + ("Unicornis", &["unicorns"]), + ("Algorthynic", &["algorithmic"]), + ("Ddons", &["addons"]), + ("Transprot", &["transport"]), + ("Mudule", &["module"]), + ("Reconection", &["reconnection"]), + ("Jornal", &["journal"]), + ("Reitterated", &["reiterated"]), + ("Calcluated", &["calculated"]), + ("Overhooked", &["overlooked"]), + ("Neighbethood", &["neighborhood"]), + ("Vulnerabuillity", &["vulnerability"]), + ("Sirective", &["directive"]), + ("Distaces", &["distances", "distastes"]), + ("Migriane", &["migraine"]), + ("Recomends", &["recommends"]), + ("Programemer", &["programmer"]), + ("Populaiton", &["populations"]), + ("Specivied", &["specified"]), + ("Assoiciative", &["associative"]), + ("Brigated", &["brigade"]), + ("Currence", &["currencies"]), + ("Socialistes", &["socialists"]), + ("Patriotisk", &["patriots"]), + ("Destinatation", &["destination"]), + ("Overlaped", &["overlapped"]), + ("Garflied", &["garfield"]), + ("Experinementations", &["experimentations"]), + ("Harrassment", &["harassment"]), + ("Cannotes", &["cannot", "connotes"]), + ("Postdomiator", &["postdominator"]), + ("Cacluation", &["calculation"]), + ("Represntation", &["representation"]), + ("Requerimento", &["requirement"]), + ("Gradification", &["gratification"]), + ("Bettween", &["between"]), + ("Accquires", &["acquires"]), + ("Pixelx", &["pixels", "pixel"]), + ("Coulndt", &["couldnt"]), + ("Ambidexterouseness", &["ambidextrousness"]), + ("Unrealsitic", &["unrealistic"]), + ("Changge", &["change"]), + ("Addrress", &["address"]), + ("Subscribbing", &["subscribing"]), + ("Overzealos", &["overzealous"]), + ("Unaquired", &["unacquired"]), + ("Sotring", &["storing", "sorting"]), + ("Generalizare", &["generalize"]), + ("Histroians", &["historians"]), + ("Sumodules", &["submodules"]), + ("Suposse", &["suppose"]), + ("Fufill", &["fulfill"]), + ("Signularity", &["singularity"]), + ("Professionalsim", &["professionalism"]), + ("Sharkening", &["sharpening"]), + ("Fifht", &["fifth", "fight"]), + ("Terristrial", &["territorial"]), + ("Acordions", &["accordions"]), + ("Aother", &["another", "other", "mother"]), + ("Cymptumaticlly", &["symptomatically"]), + ("Folliwiong", &["following"]), + ("Homecomming", &["homecoming"]), + ("Attemtpted", &["attempted"]), + ("Vakues", &["values"]), + ("Logorithmic", &["logarithmic"]), + ("Transformaton", &["transformation"]), + ("Mocrocode", &["microcode"]), + ("Vegitarian", &["vegetarian"]), + ("Valdity", &["validity"]), + ("Jeircho", &["jericho"]), + ("Abborted", &["aborted"]), + ("Individauls", &["individuals"]), + ("Verfying", &["verifying"]), + ("Implemeneting", &["implementing"]), + ("Witdh", &["width"]), + ("Contemple", &["contemplate"]), + ("Somethiing", &["something"]), + ("Sensibilites", &["sensibilities"]), + ("Apprpriate", &["appropriate"]), + ("Ennumerate", &["enumerate"]), + ("Patienty", &["patiently"]), + ("Expanations", &["explanations", "expansions"]), + ("Setevn", &["setenv"]), + ("Princesess", &["princesses"]), + ("Achievemnt", &["achievement"]), + ("Possibillity", &["possibility"]), + ("Doucmentated", &["documented"]), + ("Executin", &["execution"]), + ("Visuaizes", &["visualizes"]), + ("Philosophics", &["philosophies"]), + ("Thorasic", &["thoracic"]), + ("Amealiarating", &["ameliorating"]), + ("Spleling", &["spelling"]), + ("Stuido", &["studio"]), + ("Tabualting", &["tabulating"]), + ("Additioanlly", &["additionally"]), + ("Coopearte", &["cooperate"]), + ("Definitieve", &["definitive"]), + ("Includign", &["including"]), + ("Varstiy", &["varsity"]), + ("Authenitcating", &["authenticating"]), + ("Discconecting", &["disconnecting"]), + ("Tempraily", &["temporarily"]), + ("Downoloaded", &["downloaded"]), + ("Negatiotiating", &["negotiating"]), + ("Sorround", &["surround"]), + ("Sumary", &["summary"]), + ("Weightlifitng", &["weightlifting"]), + ("Interpriting", &["interpreting"]), + ("Tripeld", &["tripled"]), + ("Inportant", &["important"]), + ("Authenitcated", &["authenticated"]), + ("Booda", &["buddha"]), + ("Modfying", &["modifying"]), + ("Presuaded", &["persuaded"]), + ("Implcitly", &["implicitly"]), + ("Archtiecture", &["architecture"]), + ("Correespondence", &["correspondence"]), + ("Speficififers", &["specifiers"]), + ("Normnal", &["normal"]), + ("Satisfing", &["satisfying"]), + ("Dupplications", &["duplications"]), + ("Downvoteers", &["downvoters"]), + ("Interpritation", &["interpretation"]), + ("Initailizing", &["initializing"]), + ("Groshury", &["grocery"]), + ("Statistices", &["statistics"]), + ("Dasboard", &["dashboard"]), + ("Systyems", &["systems"]), + ("Uninstallling", &["uninstalling"]), + ("Sligntly", &["slightly"]), + ("Dataum", &["datum"]), + ("Raquetball", &["racquetball"]), + ("Ukrainina", &["ukrainian"]), + ("Destrose", &["destroyers"]), + ("Swepth", &["swept"]), + ("Ontainer", &["container"]), + ("Trustworhy", &["trustworthy"]), + ("Tsunmai", &["tsunami"]), + ("Suttle", &["subtle", "shuttle"]), + ("Appeding", &["appending"]), + ("Paramterise", &["parameterise"]), + ("Incomfortably", &["uncomfortably"]), + ("Disuss", &["discuss"]), + ("Battlechip", &["battleship"]), + ("Downloadmanger", &["downloadmanager"]), + ("Reluctanct", &["reluctant"]), + ("Reedeming", &["redeeming"]), + ("Executuion", &["execution"]), + ("Devince", &["device"]), + ("Diallows", &["disallows"]), + ("Prpose", &["propose"]), + ("Isolatie", &["isolate"]), + ("Vageuly", &["vaguely"]), + ("Downviting", &["downvoting"]), + ("Suportted", &["supported"]), + ("Ispatches", &["dispatches"]), + ("Temtation", &["temptation"]), + ("Monsterous", &["monsters"]), + ("Cracing", &["gracing"]), + ("Accoount", &["account"]), + ("Acquiessed", &["acquiesced"]), + ("Trogladites", &["troglodytes"]), + ("Consturcted", &["constructed"]), + ("Contac", &["contact"]), + ("Clarfiy", &["clarify"]), + ("Acknoledges", &["acknowledges"]), + ("Autonegoatiations", &["autonegotiations"]), + ("Extremised", &["extremes"]), + ("Inevidably", &["inevitably"]), + ("Behvaiours", &["behaviours"]), + ("Bevore", &["before"]), + ("Cmobination", &["combination"]), + ("Falshed", &["flashed"]), + ("Vizualization", &["visualization", "virtualization"]), + ("Antoher", &["another"]), + ("Proficieny", &["proficiency"]), + ("Sebastin", &["sebastian"]), + ("Distniguish", &["distinguish"]), + ("Theraupetic", &["therapeutic"]), + ("Replacment", &["replacement"]), + ("Islandes", &["islanders"]), + ("Equivallently", &["equivalently"]), + ("Switchs", &["switches"]), + ("Transaition", &["translation", "transition", "transaction"]), + ("Deprectates", &["deprecates"]), + ("Instantation", &["instantiation"]), + ("Implicati", &["implicit"]), + ("Recruting", &["recruiting"]), + ("Unale", &["unable"]), + ("Spagnum", &["sphagnum"]), + ("Incompatibile", &["incompatible"]), + ("Toliets", &["toilets"]), + ("Manipualting", &["manipulating"]), + ("Immortalty", &["immortality"]), + ("Unabnned", &["unbanned"]), + ("Wirtten", &["written"]), + ("Equilibrum", &["equilibrium"]), + ("Archaelogy", &["archaeology"]), + ("Igored", &["ignored"]), + ("Radiane", &["radiance"]), + ("Progrewss", &["progress"]), + ("Reseverd", &["reserved"]), + ("Progagated", &["propagated"]), + ("Circumstntial", &["circumstantial"]), + ("Exceutives", &["executives"]), + ("Playthroughts", &["playthroughs"]), + ("Rearrangtement", &["rearrangement"]), + ("Expanshion", &["expansion"]), + ("Solatare", &["solitaire"]), + ("Divdes", &["divides"]), + ("Curefully", &["carefully"]), + ("Epigramic", &["epigrammatic"]), + ("Reconects", &["reconnects"]), + ("Cassettte", &["cassette"]), + ("Tekn", &["taken", "tekken"]), + ("Alghorithm", &["algorithm"]), + ("Overcompansating", &["overcompensating"]), + ("Balckjack", &["blackjack"]), + ("Miscatalogued", &["miscataloged"]), + ("Intruiging", &["intriguing"]), + ("Specialisaiton", &["specialisation"]), + ("Anwser", &["answer"]), + ("Benechmarked", &["benchmarked"]), + ("Animatie", &["animate"]), + ("Documets", &["documents"]), + ("Fullscrean", &["fullscreen"]), + ("Scholorship", &["scholarship"]), + ("Specficying", &["specifying"]), + ("Pharamcists", &["pharmacist"]), + ("Unasnwered", &["unanswered"]), + ("Boffer", &["buffer"]), + ("Deregualtion", &["deregulation"]), + ("Dissambled", &["disassembled"]), + ("Cataclyms", &["cataclysm"]), + ("Distribuited", &["distributed"]), + ("Estiamtes", &["estimates"]), + ("Recomended", &["recommended"]), + ("Appar", &["appear"]), + ("Targed", &["target"]), + ("Enchancment", &["enchantment"]), + ("Avialability", &["availability"]), + ("Hopefullu", &["hopefully"]), + ("Withuout", &["without"]), + ("Instrumeneted", &["instrumented"]), + ("Indisputible", &["indisputable"]), + ("Claravoyantes", &["clairvoyants"]), + ("Detctable", &["detectable"]), + ("Publush", &["publish"]), + ("Suspiciosly", &["suspiciously"]), + ("Initiatie", &["initiatives", "initiate"]), + ("Proveribal", &["proverbial"]), + ("Degrads", &["degrades"]), + ("Orginiate", &["originate"]), + ("Supsense", &["suspense"]), + ("Abundacies", &["abundances"]), + ("Obselete", &["obsolete"]), + ("Idenfied", &["identified"]), + ("Sintakt", &["syntax"]), + ("Registors", &["registers"]), + ("Initiaitve", &["initiatives"]), + ("Copenhaagen", &["copenhagen"]), + ("Improtantly", &["importantly"]), + ("Librabrie", &["library"]), + ("Proprition", &["proportion"]), + ("Comrads", &["comrades"]), + ("Sionists", &["zionists"]), + ("Byciclist", &["bicyclist"]), + ("Intialzed", &["initialized"]), + ("Merchandies", &["merchandise"]), + ("Dicksih", &["dickish"]), + ("Processinf", &["processing"]), + ("Rebulds", &["rebuilds"]), + ("Jaques", &["jacques"]), + ("Benechmarking", &["benchmarking"]), + ("Problably", &["probably"]), + ("Joanthan", &["jonathan"]), + ("Outfiled", &["outfield"]), + ("Bulgara", &["bulgaria"]), + ("Motherbard", &["motherboard"]), + ("Attibures", &["attributes"]), + ("Indocternated", &["indoctrinated"]), + ("Meight", &["might"]), + ("Meterosexual", &["heterosexual"]), + ("Deativates", &["deactivates"]), + ("Passthruogh", &["passthrough"]), + ("Knowledgabel", &["knowledgable"]), + ("Dwarvens", &["dwarves"]), + ("Efficent", &["efficient"]), + ("Counsolers", &["counselors"]), + ("Diagramas", &["diagrams"]), + ("Progresson", &["progression"]), + ("Controversa", &["controversial"]), + ("Procceding", &["proceeding"]), + ("Competiors", &["competitors"]), + ("Behavoiur", &["behaviour"]), + ("Improvmenets", &["improvements"]), + ("Condamnation", &["condemnation"]), + ("Talkign", &["talking"]), + ("Caputure", &["capture"]), + ("Threates", &["threatens"]), + ("Forteen", &["fourteen"]), + ("Anormal", &["abnormal"]), + ("Descriminator", &["discriminator"]), + ("Lfiesteal", &["lifesteal"]), + ("Circumstantal", &["circumstantial"]), + ("Analzying", &["analyzing"]), + ("Confunse", &["confuse"]), + ("Thogh", &["though"]), + ("Uncompatible", &["incompatible"]), + ("Piclking", &["pickling"]), + ("Democraticaly", &["democratically"]), + ("Avaialbe", &["available"]), + ("Aggrovated", &["aggravated"]), + ("Desitned", &["destined"]), + ("Frequantly", &["frequently"]), + ("Reveiwes", &["reviews", "reviewers"]), + ("Jamaicains", &["jamaican"]), + ("Agricultue", &["agriculture"]), + ("Sequencies", &["sequences"]), + ("Resturns", &["returns"]), + ("Sawtayes", &["sautés"]), + ("Serialziation", &["serialization"]), + ("Conjucntion", &["conjunction"]), + ("Certaintity", &["certainty"]), + ("Revolutin", &["revolutions", "revolution"]), + ("Renosance", &["renaissance", "resonance"]), + ("Communicatin", &["communications"]), + ("Physicts", &["physicist"]), + ("Entired", &["entered", "entire"]), + ("Photoshoppped", &["photoshopped"]), + ("Immitator", &["imitator"]), + ("Altenative", &["alternative"]), + ("Socartes", &["socrates"]), + ("Eveidence", &["evidence"]), + ("Windwos", &["windows"]), + ("Sctripted", &["scripted"]), + ("Purchace", &["purchase"]), + ("Objectivas", &["objectives"]), + ("Modication", &["modification"]), + ("Combinining", &["combining"]), + ("Connonations", &["connotations"]), + ("Surrouns", &["surrounds"]), + ("Unbeliavably", &["unbelievably"]), + ("Typicaly", &["typically"]), + ("Captainers", &["captains"]), + ("Beggingin", &["beginning"]), + ("Paksitani", &["pakistani"]), + ("Develpment", &["development"]), + ("Calilng", &["calling"]), + ("Resopnsible", &["responsible"]), + ("Reconeected", &["reconnected"]), + ("Peferences", &["preferences"]), + ("Cintainer", &["container"]), + ("Cooridinate", &["coordinate"]), + ("Chosing", &["choosing"]), + ("Purhcased", &["purchased"]), + ("Supermakter", &["supermarkets"]), + ("Frigign", &["friggin"]), + ("Interelaved", &["interleaved"]), + ("Intiative", &["initiative"]), + ("Satisy", &["satisfy"]), + ("Dimensionsal", &["dimensional"]), + ("Renegoable", &["renegotiable"]), + ("Subystem", &["subsystem"]), + ("Koolot", &["culotte"]), + ("Subjectivly", &["subjectively"]), + ("Macth", &["match"]), + ("Potencial", &["potential"]), + ("Downlaodable", &["downloadable"]), + ("Composit", &["compost", "composite"]), + ("Wormarounds", &["workarounds"]), + ("Pipelien", &["pipeline"]), + ("Transalte", &["translate"]), + ("Invarient", &["invariant"]), + ("Definitlety", &["definitely"]), + ("Persistant", &["persistent"]), + ("Militiants", &["militias"]), + ("Manifastation", &["manifestation"]), + ("Certifificates", &["certificates"]), + ("Wihich", &["which"]), + ("Configuratoins", &["configurations"]), + ("Constructurs", &["constructors"]), + ("Downrade", &["downgrade"]), + ("Unconstitutionnal", &["unconstitutional"]), + ("Pickyunes", &["picayunes"]), + ("Inovative", &["innovative"]), + ("Cellural", &["cellular"]), + ("Berkelely", &["berkeley"]), + ("Indestructble", &["indestructible"]), + ("Preditable", &["predictable"]), + ("Inconsequantial", &["inconsequential"]), + ("Soemone", &["someone"]), + ("Communiss", &["communists"]), + ("Editiing", &["editing"]), + ("Spanisch", &["spanish"]), + ("Asborbing", &["absorbing"]), + ("Compiliers", &["compilers"]), + ("Altanta", &["atlanta"]), + ("Transconded", &["transcoded"]), + ("Applycable", &["applicable"]), + ("Halloweeen", &["halloween"]), + ("Expresson", &["expression"]), + ("Incraments", &["increments"]), + ("Experimants", &["experiments"]), + ("Hypethetical", &["hypothetical"]), + ("Speficieis", &["specifies"]), + ("Multipe", &["multiple"]), + ("Disretion", &["discretion"]), + ("Beghavior", &["behavior"]), + ("Omniscienct", &["omniscient"]), + ("Unresponisve", &["unresponsive"]), + ("Archictecture", &["architecture"]), + ("Instriction", &["instruction"]), + ("Currus", &["cirrus"]), + ("Geographycally", &["geographically"]), + ("Sickamores", &["sycamores"]), + ("Sacrastic", &["sarcastic"]), + ("Unitesstates", &["unitedstates"]), + ("Shutted", &["shut"]), + ("Retorical", &["rhetorical"]), + ("Intquire", &["inquire"]), + ("Funnilly", &["funnily"]), + ("Excewption", &["exception"]), + ("Folowed", &["followed"]), + ("Depricates", &["deprecates"]), + ("Mandarion", &["mandarin"]), + ("Eclpise", &["eclipse"]), + ("Sintact", &["syntax"]), + ("Screenhots", &["screenshots"]), + ("Enumated", &["enumerated"]), + ("Lpatform", &["platform"]), + ("Initialiasation", &["initialisation"]), + ("Avergaes", &["averages"]), + ("Skateboader", &["skateboard"]), + ("Formallize", &["formalize"]), + ("Reprodicibility", &["reproducibility"]), + ("Webbooks", &["webhooks"]), + ("Utiltity", &["utility"]), + ("Approoximately", &["approximately"]), + ("Slippes", &["slippers"]), + ("Representaional", &["representational"]), + ("Rduce", &["reduce"]), + ("Constrcuted", &["constructed"]), + ("Poisition", &["position"]), + ("Attendents", &["attendants"]), + ("Forbiten", &["forbidden"]), + ("Bogos", &["bogus"]), + ("Canabelysing", &["cannibalising"]), + ("Keyowrd", &["keyword"]), + ("Diagnoal", &["diagonal"]), + ("Seahakws", &["seahawks"]), + ("Swithches", &["switches"]), + ("Employeur", &["employer"]), + ("Crucialy", &["crucially"]), + ("Attackerasu", &["attackers"]), + ("Prejuduces", &["prejudices"]), + ("Fomratting", &["formatting"]), + ("Ridicoulusness", &["ridiculousness"]), + ("Hexgaon", &["hexagon"]), + ("Unrnaked", &["unranked"]), + ("Checged", &["checked"]), + ("Constan", &["constant"]), + ("Summay", &["summary"]), + ("Pyton", &["python"]), + ("Foloowin", &["following"]), + ("Bodyheight", &["bodyweight"]), + ("Charecter", &["character"]), + ("Sequense", &["sequence"]), + ("Envolutionary", &["evolutionary"]), + ("Chahged", &["changed"]), + ("Anialate", &["annihilate"]), + ("Nuisans", &["nuisance"]), + ("Mutlinationals", &["multinational"]), + ("Lond", &["long"]), + ("Bounnds", &["bounds"]), + ("Genereration", &["generation"]), + ("Noticeablely", &["noticeably"]), + ("Resubstituion", &["resubstitution"]), + ("Presipitator", &["precipitator"]), + ("Callibri", &["calibri"]), + ("Experiense", &["experiences"]), + ("Resonse", &["response"]), + ("Execuiting", &["executing"]), + ("Experimetenter", &["experimenter"]), + ("Retreeved", &["retrieved"]), + ("Recusrively", &["recursively"]), + ("Beloning", &["belonging"]), + ("Cofrims", &["confirms"]), + ("Vulnearbilities", &["vulnerabilities"]), + ("Statemnet", &["statement"]), + ("Endienness", &["endianness"]), + ("Messeges", &["messages"]), + ("Putposes", &["purposes"]), + ("Enalbed", &["enabled"]), + ("Dermines", &["determines"]), + ("Techniquet", &["technique"]), + ("Approproximations", &["approximations"]), + ("Peristent", &["persistent"]), + ("Instatutionalized", &["institutionalized"]), + ("Daty", &["data", "date"]), + ("Folwoer", &["follower"]), + ("Stroring", &["storing"]), + ("Complety", &["completely"]), + ("Parrent", &["parent"]), + ("Akward", &["awkward"]), + ("Interrputs", &["interrupts"]), + ("Vindicte", &["vindictive"]), + ("Ackowledge", &["acknowledge"]), + ("Enviromental", &["environmental"]), + ("Negarive", &["negative"]), + ("Procecures", &["procedures"]), + ("Unanomus", &["unanimous"]), + ("Dertails", &["details"]), + ("Watermalon", &["watermelon"]), + ("Segmnets", &["segments"]), + ("Reformerad", &["reformed"]), + ("Bulagria", &["bulgaria"]), + ("Arguements", &["arguments"]), + ("Interoperabilty", &["interoperability"]), + ("Almostly", &["almost"]), + ("Territoriella", &["territorial"]), + ("Universirty", &["university"]), + ("Liberalim", &["liberalism"]), + ("Sheme", &["scheme", "shame"]), + ("Fanatsize", &["fantasize"]), + ("Elementray", &["elementary"]), + ("Intentionnal", &["intentional"]), + ("Srunk", &["shrunk"]), + ("Roatated", &["rotated"]), + ("Suspened", &["suspend"]), + ("Whsipered", &["whispered"]), + ("Illuminaci", &["illuminati"]), + ("Scandimania", &["scandinavia"]), + ("Escapeable", &["escapable"]), + ("Appropriato", &["appropriation"]), + ("Comaptibelity", &["compatibility"]), + ("Matricy", &["matrices"]), + ("Restaraunteur", &["restauranteur"]), + ("Maintaints", &["maintains"]), + ("Childrents", &["childrens"]), + ("Enoungh", &["enough"]), + ("Hypocriscy", &["hypocrisy"]), + ("Delimitiing", &["delimiting"]), + ("Shoftware", &["software"]), + ("Functionnal", &["functional"]), + ("Publiaher", &["publisher"]), + ("Partcipate", &["participate"]), + ("Neigbhor", &["neighbor"]), + ("Callbakc", &["callback"]), + ("Contraining", &["constraining"]), + ("Colordao", &["colorado"]), + ("Associtive", &["associative"]), + ("Declartations", &["declarations"]), + ("Duplicatess", &["duplicates"]), + ("Authenificators", &["authenticators"]), + ("Wirtual", &["virtual"]), + ("Camofluage", &["camouflage"]), + ("Indiffernece", &["indifference"]), + ("Successed", &["succeeded", "success", "successful"]), + ("Variavles", &["variables"]), + ("Governmnet", &["government"]), + ("Pythin", &["python"]), + ("Geneic", &["generic", "genetic"]), + ("Affinily", &["affinity"]), + ("Nofity", &["notify"]), + ("Kinghts", &["knights"]), + ("Aound", &["around"]), + ("Apologistics", &["apologists"]), + ("Devloping", &["developing"]), + ("Adventureres", &["adventures"]), + ("Internatioanlist", &["internationalist"]), + ("Defenderlas", &["defenders"]), + ("Virualization", &["visualization"]), + ("Toubling", &["troubling"]), + ("Battlefornt", &["battlefront"]), + ("Mosue", &["mosque", "mouse"]), + ("Hypothesees", &["hypotheses"]), + ("Hoding", &["holding"]), + ("Datatpes", &["datatypes"]), + ("Inserster", &["inserter"]), + ("Manipluating", &["manipulating"]), + ("Comparason", &["comparison"]), + ("Sinceer", &["sincere"]), + ("Booolean", &["boolean"]), + ("Satandards", &["standards"]), + ("Trrigers", &["triggers"]), + ("Accellerate", &["accelerate"]), + ("Broady", &["broadly"]), + ("Expertas", &["experts"]), + ("Correpsondences", &["correspondences"]), + ("Enableing", &["enabling"]), + ("Opend", &["opened"]), + ("Algorrithmic", &["algorithmic"]), + ("Depenencis", &["dependencies"]), + ("Probabilies", &["probabilities"]), + ("Pharmasist", &["pharmacist"]), + ("Staoshi", &["satoshi"]), + ("Prommpt", &["prompt"]), + ("Stregnthening", &["strengthening"]), + ("Recources", &["resources"]), + ("Ecomonic", &["economic"]), + ("Oversue", &["overuse"]), + ("Awknowledged", &["acknowledged"]), + ("Insanelly", &["insanely"]), + ("Menetioning", &["mentioning"]), + ("Exluded", &["excluded", "exuded"]), + ("Deleteed", &["deleted"]), + ("Coercable", &["coercible"]), + ("Unsunscribed", &["unsubscribed"]), + ("Condescenion", &["condescension"]), + ("Instrumnets", &["instruments"]), + ("Cotact", &["contact"]), + ("Expeense", &["expense"]), + ("Seranomy", &["ceremony"]), + ("Revelutions", &["revolutions"]), + ("Mezmorized", &["mesmerized"]), + ("Restucturing", &["restructuring"]), + ("Yopu", &["you"]), + ("Embarressed", &["embarrassed"]), + ("Ciltoris", &["clitoris"]), + ("Cognatious", &["contagious"]), + ("Gourment", &["gourmet"]), + ("Sitl", &["still"]), + ("Ceates", &["creates"]), + ("Thereaputic", &["therapeutic"]), + ("Supposebly", &["supposedly"]), + ("Algorthn", &["algorithm"]), + ("Nightlie", &["nightlife"]), + ("Inventario", &["inventor"]), + ("Qaulifiers", &["qualifiers"]), + ("Comamnded", &["commanded"]), + ("Understadn", &["understands", "understand"]), + ("Asutralian", &["australian"]), + ("Priotised", &["prioritised"]), + ("Traslalate", &["translate"]), + ("Dumbbellls", &["dumbbells"]), + ("Geomterically", &["geometrically"]), + ("Createable", &["creatable"]), + ("Lanuage", &["language"]), + ("Recjected", &["rejected"]), + ("Agressivley", &["aggressive"]), + ("Lifesytles", &["lifestyles"]), + ("Dispalyable", &["displayable"]), + ("Fromerly", &["formerly"]), + ("Reinitailised", &["reinitialised"]), + ("Subscribar", &["subscriber"]), + ("Persisent", &["persistent"]), + ("Deafualt", &["default"]), + ("Obejection", &["objection"]), + ("Alternavtive", &["alternative"]), + ("Divet", &["divot"]), + ("Savannh", &["savannah"]), + ("Electrisity", &["electricity"]), + ("Minial", &["minimal"]), + ("Definig", &["defining"]), + ("Allianse", &["alliances"]), + ("Whould", &["would"]), + ("Browing", &["browsing"]), + ("Standarizing", &["standardizing"]), + ("Indipendence", &["independence"]), + ("Interruptted", &["interrupted"]), + ("Unconciousness", &["unconsciousness"]), + ("Contemporany", &["contemporary"]), + ("Workaraound", &["workaround"]), + ("Tthat", &["that"]), + ("Existentiella", &["existential"]), + ("Alternatly", &["alternately"]), + ("Initalising", &["initialising"]), + ("Rebuillt", &["rebuilt"]), + ("Loev", &["love"]), + ("Scannning", &["scanning"]), + ("Depcitions", &["depictions"]), + ("Touristey", &["touristy"]), + ("Molestarle", &["molester"]), + ("Fileld", &["field"]), + ("Elliminated", &["eliminated"]), + ("Scriptype", &["scripttype"]), + ("Peresent", &["present", "presents", "presence", "percent"]), + ("Battlehsips", &["battleship"]), + ("Shepperds", &["shepherds"]), + ("Extremelly", &["extremely"]), + ("Likewis", &["likewise"]), + ("Ailenated", &["alienated"]), + ("Controllerd", &["controlled"]), + ("Concrets", &["concerts", "concrete"]), + ("Tyrhard", &["tryhard"]), + ("Touh", &["touch"]), + ("Referebces", &["references"]), + ("Disovering", &["discovering"]), + ("Inegrated", &["integrated"]), + ("Demenaor", &["demeanor"]), + ("Parmter", &["parameter"]), + ("Similtaneous", &["simultaneous"]), + ("Establised", &["established"]), + ("Restriccion", &["restriction"]), + ("Ambassader", &["ambassador"]), + ("Launchs", &["launch", "launches"]), + ("Equivlantly", &["equivalently"]), + ("Microtransactioned", &["microtransactions"]), + ("Ciriticals", &["criticals"]), + ("Reptition", &["repetition"]), + ("Sensability", &["sensibility"]), + ("Recruse", &["recurse"]), + ("Guantano", &["guantanamo"]), + ("Representd", &["represented"]), + ("Regads", &["regards"]), + ("Tempororary", &["temporary"]), + ("Catapiller", &["caterpillar"]), + ("Definltely", &["definitely"]), + ("Documetation", &["documentation"]), + ("Absoulete", &["absolute", "obsolete"]), + ("Constarints", &["constraint", "constraints"]), + ("Weaponary", &["weaponry"]), + ("Filmmakare", &["filmmakers"]), + ("Appreicating", &["appreciating"]), + ("Serialzies", &["serializes"]), + ("Begginig", &["begging", "beginning"]), + ("Selecion", &["selection"]), + ("Organiztions", &["organizations"]), + ("Corsshairs", &["crosshairs"]), + ("Concentate", &["concentrate"]), + ("Subnegotaitions", &["subnegotiations"]), + ("Trianwreck", &["trainwreck"]), + ("Initilize", &["initialize"]), + ("Pringing", &["printing", "springing"]), + ("Exercizing", &["exercising"]), + ("Accumlator", &["accumulator"]), + ("Opned", &["opened"]), + ("Comparistion", &["comparison"]), + ("Rolepalying", &["roleplaying"]), + ("Remainds", &["remains"]), + ("Conficting", &["conflicting"]), + ("Themeselves", &["themselves"]), + ("Bodyweigth", &["bodyweight"]), + ("Ketmaine", &["ketamine"]), + ("Aberation", &["aberration"]), + ("Groupd", &["grouped"]), + ("Princesas", &["princess"]), + ("Scripot", &["script"]), + ("Generaged", &["generated"]), + ("Deplorabel", &["deplorable"]), + ("Manuley", &["manually"]), + ("Accumualtor", &["accumulator"]), + ("Opemed", &["opened"]), + ("Assocation", &["association"]), + ("Documnet", &["document"]), + ("Oututs", &["outputs"]), + ("Depreceated", &["deprecated", "depreciated"]), + ("Reduntancy", &["redundancy"]), + ("Dergeistered", &["deregistered"]), + ("Coonstructed", &["constructed"]), + ("Relevation", &["revelation"]), + ("Adminsitration", &["administration"]), + ("Disgiused", &["disguised"]), + ("Describtion", &["description"]), + ("Extarnally", &["externally"]), + ("Herculeees", &["hercules"]), + ("Noralize", &["normalize"]), + ("Reall", &["real", "really", "recall"]), + ("Ownerd", &["owned"]), + ("Depositers", &["deposits"]), + ("Relyes", &["relies", "realize", "realise"]), + ("Implemencted", &["implemented"]), + ("Vertexts", &["vertices"]), + ("Snigles", &["singles"]), + ("Predujiced", &["prejudiced"]), + ("Presedency", &["presidency"]), + ("Extracto", &["extraction"]), + ("Cousing", &["cousin"]), + ("Redeclaation", &["redeclaration"]), + ("Alghorithms", &["algorithms"]), + ("Eveyrones", &["everyones"]), + ("Caclulations", &["calculations"]), + ("Someon", &["someone"]), + ("Granolla", &["granola"]), + ("Havve", &["have"]), + ("Manifestanti", &["manifestation"]), + ("Custumer", &["customer"]), + ("Concelear", &["concealer"]), + ("Laguague", &["language"]), + ("Bostom", &["boston", "bottom"]), + ("Fouth", &["fourth"]), + ("Vulberabule", &["vulnerable"]), + ("Illumimati", &["illuminati"]), + ("Experimal", &["experimental"]), + ("Overwize", &["otherwise"]), + ("Shcedule", &["schedule"]), + ("Sutisfaction", &["satisfaction"]), + ("Riminding", &["reminding"]), + ("Boorjwazee", &["bourgeoisie"]), + ("Joing", &["joining"]), + ("Posiitive", &["positive"]), + ("Niearest", &["nearest"]), + ("Registrated", &["registered"]), + ("Sheduling", &["scheduling"]), + ("Depserately", &["desperately"]), + ("Unistalled", &["uninstalled"]), + ("Couroption", &["corruption"]), + ("Interepreted", &["interpreted"]), + ("Reptils", &["reptiles"]), + ("Custoize", &["customize"]), + ("Catastrohpe", &["catastrophe"]), + ("Superfulous", &["superfluous"]), + ("Depenently", &["dependently"]), + ("Substitutue", &["substitutes"]), + ("Noncombatents", &["noncombatants"]), + ("Porposes", &["proposes", "purposes"]), + ("Consequene", &["consequence"]), + ("Withoout", &["without"]), + ("Syfs", &["sysfs"]), + ("Guarrantees", &["guarantees"]), + ("Constititional", &["constitutional"]), + ("Trasnplant", &["transplant"]), + ("Cocuments", &["document"]), + ("Wighted", &["weighted", "weighed"]), + ("Adivce", &["advice", "advise"]), + ("Fundamentalistisk", &["fundamentalists"]), + ("Desentitized", &["desensitized"]), + ("Begginer", &["beginner"]), + ("Restircted", &["restricted"]), + ("Realtes", &["relates"]), + ("Uncompetetive", &["uncompetitive"]), + ("Indecies", &["indices"]), + ("Comision", &["commission"]), + ("Activetes", &["activates"]), + ("Familiarze", &["familiarize"]), + ("Tempraral", &["temporal"]), + ("Expeiriments", &["experiments"]), + ("Natioanl", &["national"]), + ("Repeatetly", &["repeatedly"]), + ("Grandchilden", &["grandchildren"]), + ("Accepterad", &["accepted"]), + ("Atrittion", &["attrition"]), + ("Dleivery", &["delivery"]), + ("Orthgonal", &["orthogonal"]), + ("Instrucional", &["instructional"]), + ("Zukeenei", &["zucchinis"]), + ("Verfifiable", &["verifiable"]), + ("Relace", &["replace"]), + ("Consumires", &["consumerism"]), + ("Songle", &["single", "dongle"]), + ("Verifiy", &["verify"]), + ("Disconnectme", &["disconnected"]), + ("Patriachry", &["patriarchy"]), + ("Seleted", &["selected", "deleted"]), + ("Computtaions", &["computations"]), + ("Silhouweting", &["silhouetting"]), + ("Appropriatly", &["appropriately"]), + ("Ambassidor", &["ambassador"]), + ("Barnch", &["branch"]), + ("Playthourgh", &["playthrough"]), + ("Origianls", &["originals"]), + ("Traveresal", &["traversal"]), + ("Dissovle", &["dissolve"]), + ("Enduces", &["induces"]), + ("Replase", &["replaces", "replace", "relapse", "rephase"]), + ("Transfomers", &["transforms"]), + ("Oher", &["her", "other"]), + ("Chassies", &["chassis"]), + ("Recomend", &["recommend"]), + ("Srarted", &["started"]), + ("Implimented", &["implemented"]), + ("Configaration", &["configuration"]), + ("Clonning", &["cloning"]), + ("Collistions", &["collisions"]), + ("Concurrect", &["concurrent"]), + ("Initatives", &["initiatives"]), + ("Unpreductive", &["unproductive"]), + ("Thyorid", &["thyroid"]), + ("Consequetive", &["consecutive"]), + ("Ataching", &["attaching"]), + ("Successsion", &["succession"]), + ("Chanpionships", &["championships"]), + ("Confiug", &["config"]), + ("Approxiation", &["approximation"]), + ("Correspend", &["correspond"]), + ("Hospitaly", &["hospitality"]), + ("Silkcreened", &["silkscreened"]), + ("Competenze", &["competence"]), + ("Multiplers", &["multipliers"]), + ("Distributons", &["distributors"]), + ("Conserning", &["concerning"]), + ("Allcoating", &["allocating"]), + ("Encompase", &["encompass"]), + ("Anniversry", &["anniversary"]), + ("Mocrotransactions", &["microtransactions"]), + ("Brakethrough", &["breakthrough"]), + ("Conatain", &["contain"]), + ("Refelects", &["reflects"]), + ("Dislpay", &["display"]), + ("Accordintly", &["accordingly"]), + ("Acorting", &["according"]), + ("Guarnateee", &["guarantee"]), + ("Applaudes", &["applause"]), + ("Filesstem", &["filesystem"]), + ("Characyers", &["characters"]), + ("Warnign", &["warning"]), + ("Enfored", &["enforced"]), + ("Pessimestic", &["pessimistic"]), + ("Delimitiations", &["delimitations"]), + ("Automatico", &["automation"]), + ("Distration", &["distortion"]), + ("Maunally", &["manually"]), + ("Contentios", &["contentious"]), + ("Titels", &["titles"]), + ("Refernece", &["reference"]), + ("Givving", &["giving"]), + ("Erasuer", &["erasure", "eraser"]), + ("Implementase", &["implements"]), + ("Selfishess", &["selfishness"]), + ("Enviormental", &["environmental"]), + ("Triggerd", &["triggered"]), + ("Rationaly", &["rationally"]), + ("Demonstrants", &["demonstrates"]), + ("Destiation", &["destination"]), + ("Prefernce", &["preference"]), + ("Propigation", &["propagation"]), + ("Deciple", &["disciple"]), + ("Contaminato", &["contamination"]), + ("Contraceptivo", &["contraception"]), + ("Prequisite", &["prerequisite"]), + ("Otehrwise", &["otherwise"]), + ("Verteces", &["vertices"]), + ("Inititalise", &["initialise"]), + ("Chruches", &["churches"]), + ("Depenent", &["dependent"]), + ("Fraudulant", &["fraudulent"]), + ("Regenrative", &["regenerative"]), + ("Checboxes", &["checkboxes"]), + ("Sphereos", &["spheres"]), + ("Oragnised", &["organised"]), + ("Abreviation", &["abbreviation"]), + ("Commmand", &["command"]), + ("Hierarhcy", &["hierarchy"]), + ("Statisfieds", &["satisfies"]), + ("Indviduals", &["individuals"]), + ("Comaptibelities", &["compatibilities"]), + ("Attementing", &["attempting"]), + ("Niusance", &["nuisance"]), + ("Irradated", &["irradiated"]), + ("Vertabraes", &["vertebraes"]), + ("Recrutier", &["recruiter"]), + ("Validaterelase", &["validaterelease"]), + ("Conjuncting", &["conjunction"]), + ("Attemppt", &["attempt"]), + ("Temprorarly", &["temporarily"]), + ("Managemenet", &["management"]), + ("Shpapes", &["shapes"]), + ("Facinated", &["fascinated"]), + ("Apprirate", &["appropriate"]), + ("Substractive", &["subtractive"]), + ("Seemlessly", &["seamlessly"]), + ("Acknolwedges", &["acknowledges"]), + ("Seesion", &["session"]), + ("Argumetn", &["argument"]), + ("Ciritcality", &["criticality"]), + ("Accessess", &["accesses"]), + ("Refurbised", &["refurbished"]), + ("Demonstate", &["demonstrate"]), + ("Sepcifying", &["specifying"]), + ("Distriubtion", &["distributions"]), + ("Nstalling", &["installing"]), + ("Sheild", &["shield"]), + ("Collistion", &["collision"]), + ("Meaningess", &["meanings"]), + ("Comptue", &["compute"]), + ("Charactet", &["character"]), + ("Disapointed", &["disappointed"]), + ("Neighbeard", &["neighborhood"]), + ("Terribley", &["terribly"]), + ("Peaples", &["peoples"]), + ("Pachtches", &["patches"]), + ("Lighing", &["lighting"]), + ("Cordump", &["coredump"]), + ("Follewiwng", &["following"]), + ("Correspomdents", &["correspondents"]), + ("Goemetries", &["geometries"]), + ("Sinnagogs", &["synagogs"]), + ("Asssit", &["assist"]), + ("Straigntened", &["straightened"]), + ("Cuztomize", &["customize"]), + ("Parenthisis", &["parenthesis"]), + ("Ambassator", &["ambassador"]), + ("Oru", &["our"]), + ("Follwowinwg", &["following"]), + ("Socializare", &["socialize"]), + ("Objekt", &["object"]), + ("Parasitter", &["parasite"]), + ("Persistense", &["persistence"]), + ("Targetd", &["targeted"]), + ("Oribtal", &["orbital"]), + ("Impeckable", &["impeccable"]), + ("Seelect", &["select"]), + ("Follewong", &["following"]), + ("Erverything", &["everything"]), + ("Phyiscally", &["physically"]), + ("Activisim", &["activism"]), + ("Reson", &["reason"]), + ("Disconneted", &["disconnected"]), + ("Itterating", &["iterating"]), + ("Candidiates", &["candidates"]), + ("Concurent", &["concurrent"]), + ("Morriosn", &["morrison"]), + ("Sugery", &["surgery"]), + ("Sourcd", &["sourced", "source"]), + ("Currrent", &["current"]), + ("Aesthitically", &["aesthetically"]), + ("Amnestry", &["amnesty"]), + ("Racionalization", &["rationalization"]), + ("Unsuprizing", &["unsurprising"]), + ("Awailable", &["available"]), + ("Applcations", &["applications"]), + ("Emabaroged", &["embargoed"]), + ("Gringeworthy", &["cringeworthy"]), + ("Ammong", &["among"]), + ("Tortiose", &["tortoise"]), + ("Conculsions", &["conclusions"]), + ("Renegotiotator", &["renegotiator"]), + ("Rearrants", &["rearrangements"]), + ("Discrimante", &["discriminate"]), + ("Incrimental", &["incremental"]), + ("Panc", &["panic"]), + ("Metaprogamming", &["metaprogramming"]), + ("Homogenously", &["homogeneously"]), + ("Desallocate", &["deallocate"]), + ("Ciricuit", &["circuit"]), + ("Algothitmic", &["algorithmic"]), + ("Initiatin", &["initiation"]), + ("Frogiven", &["forgiven"]), + ("Adin", &["admin"]), + ("Conrruption", &["corruption"]), + ("Clevely", &["cleverly"]), + ("Circels", &["circles"]), + ("Audcaity", &["audacity"]), + ("Furthemore", &["furthermore"]), + ("Folowwed", &["followed"]), + ("Presistantly", &["persistently"]), + ("Repuglican", &["republican"]), + ("Execulatble", &["executable"]), + ("Explicatif", &["explicit"]), + ("Unmappend", &["unmapped"]), + ("Draconain", &["draconian"]), + ("Dircetory", &["directory"]), + ("Apporximate", &["approximate"]), + ("Unexpeted", &["unexpected"]), + ("Scrpits", &["scripts"]), + ("Initialzes", &["initializes"]), + ("Specialies", &["specializes"]), + ("Replcaced", &["replaced"]), + ("Cnosoles", &["consoles"]), + ("Decomperssor", &["decompressor"]), + ("Neighboorhood", &["neighborhood"]), + ("Microtransacton", &["microtransactions"]), + ("Atll", &["all"]), + ("Pennensulas", &["peninsulas"]), + ("Cleares", &["clears"]), + ("Availabled", &["available"]), + ("Theologial", &["theological"]), + ("Exchnged", &["exchanged"]), + ("Disastisfied", &["dissatisfied"]), + ("Wholeheartadly", &["wholeheartedly"]), + ("Glichtes", &["glitches"]), + ("Minsiters", &["ministers"]), + ("Misundersranding", &["misunderstandings"]), + ("Omishints", &["omniscience"]), + ("Briuses", &["bruises"]), + ("Vlues", &["values"]), + ("Descriont", &["description"]), + ("Brekpoint", &["breakpoint"]), + ("Nedd", &["need"]), + ("Optimzie", &["optimize"]), + ("Retunred", &["returned"]), + ("Resotrative", &["restorative"]), + ("Aggrated", &["aggregated"]), + ("Appology", &["apology"]), + ("Hallicunation", &["hallucination"]), + ("Soical", &["social"]), + ("Derivitives", &["derivatives"]), + ("Uncomfortabel", &["uncomfortably"]), + ("Unlcean", &["unclean"]), + ("Uneforceable", &["unenforceable"]), + ("Strippen", &["stripped"]), + ("Applicaition", &["application"]), + ("Proposito", &["proposition"]), + ("Uncesessarily", &["unnesessarily"]), + ("Objectivly", &["objectively"]), + ("Sinds", &["since"]), + ("Unkknown", &["unknown"]), + ("Experimnetation", &["experimentation"]), + ("Documant", &["document"]), + ("Genertors", &["generators"]), + ("Pyramide", &["pyramid"]), + ("Precausion", &["precaution"]), + ("Repreesnts", &["represents"]), + ("Annonated", &["annotated"]), + ("Strechting", &["stretching"]), + ("Periwankle", &["periwinkle"]), + ("Masturbaton", &["masturbation"]), + ("Nastersiems", &["nasturtiums"]), + ("Goin", &["going"]), + ("Unroken", &["unbroken"]), + ("Predjuices", &["prejudices"]), + ("Cenventions", &["conventions"]), + ("Satisfactoin", &["satisfaction"]), + ("Indepdendently", &["independently"]), + ("Optionel", &["optional"]), + ("Fintie", &["finite"]), + ("Depoyed", &["deployed"]), + ("Exclusiv", &["exclusive"]), + ("Personnal", &["personal"]), + ("Ocorrences", &["occurrences"]), + ("Odasees", &["odysseys"]), + ("Reprocuced", &["reproduced", "reprocured"]), + ("Vulberabuiliti", &["vulnerability"]), + ("Pitckforks", &["pitchforks"]), + ("Mangaers", &["managers", "mangers"]), + ("Rococco", &["rococo"]), + ("Disconetion", &["disconnection"]), + ("Arbitrarity", &["arbitrarily"]), + ("Voluntereed", &["volunteered"]), + ("Experimmentel", &["experimental"]), + ("Reqrite", &["rewrite"]), + ("Bellweather", &["bellwether"]), + ("Skelatel", &["skeletal"]), + ("Gigabtye", &["gigabyte"]), + ("Photograped", &["photographed"]), + ("Mimimun", &["minimum"]), + ("Algorightm", &["algorithm"]), + ("Instrunctions", &["instructions"]), + ("Documenatry", &["documentary"]), + ("Divsion", &["division"]), + ("Platnuim", &["platinum"]), + ("Seinors", &["seniors"]), + ("Prerequisets", &["prerequisite"]), + ("Damons", &["daemons", "demons"]), + ("Neratively", &["narratively", "negatively"]), + ("Decstiption", &["description"]), + ("Agnosticim", &["agnosticism"]), + ("Ogerish", &["ogreish"]), + ("Manfacturer", &["manufacturer"]), + ("Alwyas", &["always"]), + ("Suspiciuosly", &["suspiciously"]), + ("Whatevr", &["whatever"]), + ("Australiens", &["australians"]), + ("Stength", &["strength"]), + ("Somethign", &["something"]), + ("Continuati", &["continuity"]), + ("Simulaiton", &["simulations", "simulation"]), + ("Austiran", &["austrian"]), + ("Officionado", &["aficionado"]), + ("Depdenence", &["dependence"]), + ("Teridactyl", &["pterodactyl"]), + ("Drowts", &["droughts"]), + ("Temporaly", &["temporary", "temporarily", "temporally"]), + ("Irreverant", &["irrelevant"]), + ("Alaready", &["already"]), + ("Compilter", &["compiler"]), + ("Happne", &["happen"]), + ("Delporable", &["deplorable"]), + ("Discapline", &["discipline"]), + ("Knive", &["knife"]), + ("Witdths", &["widths"]), + ("Refrerence", &["reference"]), + ("Invokved", &["invoked"]), + ("Additionalyy", &["additionally"]), + ("Blodk", &["block"]), + ("Ugprade", &["upgrade"]), + ("Intensitiy", &["intensity"]), + ("Smartare", &["smarter"]), + ("Isalmic", &["islamic"]), + ("Expedicion", &["expedition"]), + ("Unforetunately", &["unfortunately"]), + ("Fugures", &["figures"]), + ("Accracy", &["accuracy"]), + ("Intracite", &["intricate"]), + ("Preficientsy", &["proficiency"]), + ("Dentifies", &["identifies"]), + ("Alternitiveness", &["alternativeness"]), + ("Blessins", &["blessings"]), + ("Changee", &["change", "changed", "changes"]), + ("Amtheyst", &["amethyst"]), + ("Experimteners", &["experimenters"]), + ("Thankyoou", &["thankyou"]), + ("Tomrrow", &["tomorrow"]), + ("Approxiately", &["approximately"]), + ("Langyages", &["languages"]), + ("Mdified", &["modified"]), + ("Diffrence", &["difference"]), + ("Ancester", &["ancestor"]), + ("Algoorithms", &["algorithms"]), + ("Clossion", &["collision"]), + ("Essentaily", &["essentially"]), + ("Cartirdge", &["cartridge"]), + ("Councelled", &["counselled"]), + ("Impossibillity", &["impossibility"]), + ("Massachussetts", &["massachusetts"]), + ("Upadater", &["updater"]), + ("Poilcy", &["policy"]), + ( + "Constractions", + &["constrictions", "constructions", "contractions"], + ), + ("Proerties", &["properties"]), + ("Massachusettes", &["massachusetts"]), + ("Ourselfs", &["ourselves"]), + ("Forbatum", &["verbatim"]), + ("Abadoned", &["abandoned"]), + ("Varibales", &["variables"]), + ("Onslaugth", &["onslaught"]), + ("Referenz", &["reference"]), + ("Zealotus", &["zealots"]), + ("Substracted", &["subtracted"]), + ("Repace", &["replace"]), + ("Perferrances", &["preferences"]), + ("Pankaces", &["pancakes"]), + ("Meausures", &["measures"]), + ("Fromation", &["formation"]), + ("Keynseian", &["keynesian"]), + ("Documnent", &["document"]), + ("Compny", &["company"]), + ("Diagnossed", &["diagnose"]), + ("Runtume", &["runtime"]), + ("Minneaoplis", &["minneapolis"]), + ("Insatnce", &["instance"]), + ("Additoinal", &["additional"]), + ("Paranornal", &["paranormal"]), + ("Unspecifiec", &["unspecific"]), + ("Funcionally", &["functionally"]), + ("Allegience", &["allegiance"]), + ("Inaccessiable", &["inaccessible"]), + ("Destanation", &["destination"]), + ("Squishly", &["squishy"]), + ("Satisfactority", &["satisfactorily"]), + ("Miticate", &["mitigate"]), + ("Furthur", &["further"]), + ("Antrophology", &["anthropology"]), + ("Compitent", &["competent"]), + ("Peicewise", &["piecewise"]), + ("Merory", &["memory"]), + ("Regulirization", &["regularization"]), + ("Atmoizer", &["atomizer"]), + ("Transcosers", &["transcoders"]), + ("Redifinition", &["redefinition"]), + ("Formet", &["format"]), + ("Algororithm", &["algorithm"]), + ("Brigthness", &["brightness"]), + ("Suspeneded", &["suspended"]), + ("Evaluatiing", &["evaluating"]), + ("Pacth", &["patch"]), + ("Subjudgation", &["subjugation"]), + ("Inheirted", &["inherited"]), + ("Clloud", &["cloud"]), + ("Relocaiton", &["relocation"]), + ("Reponsible", &["responsible"]), + ("Semicolumn", &["semicolon"]), + ("Assoaiations", &["associations"]), + ("Joysitck", &["joystick"]), + ("Upgaraded", &["upgraded"]), + ("Formulars", &["formulas"]), + ("Significently", &["significantly"]), + ("Disgrateful", &["disgraceful"]), + ("Virginis", &["virgins"]), + ("Resolt", &["result"]), + ("Unregisteres", &["unregisters", "unregistered"]), + ("Spontaneoulsy", &["spontaneously"]), + ("Unconvenient", &["inconvenient"]), + ("Lookin", &["looking"]), + ("Accumilate", &["accumulate"]), + ("Uncompetive", &["uncompetitive"]), + ("Specificateion", &["specification"]), + ("Participents", &["participants"]), + ("Reconeections", &["reconnections"]), + ("Authecator", &["authenticator"]), + ("Fillay", &["fillet"]), + ("Cartlege", &["cartilage"]), + ("Indsutry", &["industry"]), + ("Geoio", &["geoip"]), + ("Doosmday", &["doomsday"]), + ("Thnakyou", &["thankyou"]), + ("Opeation", &["operation"]), + ("Akkumulated", &["accumulated"]), + ("Requrement", &["requirement"]), + ("Volocity", &["velocity"]), + ("Uretrha", &["urethra"]), + ("Writtened", &["written"]), + ("Compensative", &["compensate"]), + ("Importanly", &["importantly"]), + ("Delfect", &["deflect"]), + ("Hevy", &["heavy"]), + ("Deciptions", &["depictions"]), + ("Activty", &["activity"]), + ("Alreay", &["already"]), + ("Extendet", &["extended"]), + ("Indictes", &["indicates"]), + ("Recovation", &["revocation"]), + ("Connectoion", &["connection"]), + ("Stae", &["state"]), + ("Terminarlo", &["terminal"]), + ("Lisense", &["license"]), + ("Clanand", &["clannad"]), + ("Someoen", &["someone"]), + ("Algorithmes", &["algorithms"]), + ("Caridnals", &["cardinals"]), + ("Disgarees", &["disagrees"]), + ("Commig", &["commit", "coming"]), + ("Dismanteled", &["dismantled"]), + ("Intaxication", &["intoxication"]), + ("Grahical", &["graphical"]), + ("Seperations", &["separations"]), + ("Orthonormalizatin", &["orthonormalization"]), + ("Algoriths", &["algorithms"]), + ("Apprecaite", &["appreciate"]), + ("Cofigure", &["configure"]), + ("Revoltuion", &["revolution"]), + ("Repertoir", &["repertoire"]), + ("Criticms", &["critics"]), + ("Shaerd", &["shared", "shard"]), + ("Currentusa", &["currents"]), + ("Adpated", &["adapted"]), + ("Closeley", &["closely"]), + ("Vulnerabilility", &["vulnerability"]), + ("Vallues", &["values"]), + ("Vulnerabil", &["vulnerable"]), + ("Personhod", &["personhood"]), + ("Memoery", &["memory"]), + ("Rregister", &["register"]), + ("Alterantively", &["alternatively"]), + ("Subsitututed", &["substituted"]), + ("Bulgariska", &["bulgaria"]), + ("Misintepreted", &["misinterpreted"]), + ("Enumurating", &["enumerating"]), + ("Minumun", &["minimum"]), + ("Nighther", &["neither"]), + ("Memmicked", &["mimicked"]), + ("Tangets", &["tangents"]), + ("Advertistments", &["advertisements"]), + ("Neumonectomies", &["pneumonectomies"]), + ("Backhacking", &["backpacking"]), + ("Recursivley", &["recursively"]), + ("Neighboards", &["neighborhoods"]), + ("Origianlly", &["originally"]), + ("Orthongally", &["orthogonally"]), + ("Charactoristics", &["characteristics"]), + ("Sypmtom", &["symptom"]), + ("Favouritsm", &["favourites"]), + ("Democarcies", &["democracies"]), + ("Fouind", &["found"]), + ("Sunscren", &["sunscreen"]), + ("Semgent", &["segment"]), + ("Clickear", &["clicker"]), + ("Negociate", &["negotiate"]), + ("Dorce", &["force"]), + ("Deplorible", &["deplorable"]), + ("Headest", &["headset"]), + ("Absoluve", &["absolute"]), + ("Commiest", &["commits"]), + ("Inconditional", &["unconditional"]), + ("Decisons", &["decisions"]), + ("Phenemona", &["phenomena"]), + ("Deail", &["deal"]), + ("Contributie", &["contribute"]), + ("Retrvieve", &["retrieve"]), + ("Descktop", &["desktop"]), + ("Consdidered", &["considered"]), + ("Proprties", &["properties"]), + ("Renegotitate", &["renegotiate"]), + ("Anectode", &["anecdote"]), + ("Isntrument", &["instrument"]), + ("Bookkepp", &["bookkeep"]), + ("Derprecated", &["deprecated"]), + ("Illustarted", &["illustrated"]), + ("Playabe", &["playable"]), + ("Acchieveable", &["achievable"]), + ("Communciation", &["communication"]), + ("Conflift", &["conflict"]), + ("Opperation", &["operation"]), + ("Espisodically", &["episodically"]), + ("Princesss", &["princesses"]), + ("Settelments", &["settlements"]), + ("Easely", &["easily"]), + ("Afternnon", &["afternoon"]), + ("Understans", &["understands"]), + ("Sarcastc", &["sarcastic"]), + ("Regualar", &["regular"]), + ("Acces", &["access"]), + ("Experimnetelly", &["experimentally"]), + ("Ilegally", &["illegally"]), + ("Meatballls", &["meatballs"]), + ("Lifetimers", &["lifetimes"]), + ("Appropirate", &["appropriate"]), + ("Intepret", &["interpret"]), + ("Hurricances", &["hurricanes"]), + ("Elecricity", &["electricity"]), + ("Teleportaion", &["teleportation"]), + ("Whant", &["want"]), + ("Priotities", &["priorities"]), + ("Volatiliy", &["volatility"]), + ("Desciptor", &["descriptor"]), + ("Unreproducable", &["unreproducible"]), + ("Maxiumum", &["maximum"]), + ("Stroylines", &["storylines"]), + ("Reaccurring", &["recurring"]), + ("Recommdend", &["recommend"]), + ("Purpotedly", &["purportedly"]), + ("Equilibirum", &["equilibrium"]), + ("Poinnter", &["pointer"]), + ("Cordoroy", &["corduroy"]), + ("Ddictionary", &["dictionary"]), + ("Incriments", &["increments"]), + ("Afte", &["after"]), + ("Expections", &["exceptions", "expectations"]), + ("Carrears", &["careers"]), + ("Tracsoded", &["transcoded"]), + ("Informaton", &["information"]), + ("Agancy", &["agency"]), + ("Jugglenaut", &["juggernaut"]), + ("Conversino", &["conversions"]), + ("Instructior", &["instructor"]), + ("Accustommed", &["accustomed"]), + ("Otated", &["notated", "rotated"]), + ("Alternaives", &["alternatives"]), + ("Ploynomial", &["polynomial"]), + ("Centriod", &["centroid"]), + ("Initailsation", &["initialisation"]), + ("Responsiblities", &["responsibilities"]), + ("Introsepection", &["introspection"]), + ("Evaluted", &["evaluated"]), + ("Opitional", &["optional"]), + ("Allocationg", &["allocating", "allocation"]), + ("Offens", &["offend", "offends", "offense", "offers"]), + ("Monolgoue", &["monologue"]), + ("Conneted", &["connected"]), + ("Algorhytmic", &["algorithmic"]), + ("Discribing", &["describing"]), + ("Effctive", &["effective"]), + ("Appreciat", &["appreciate"]), + ("Rememers", &["remembers"]), + ("Sociopatch", &["sociopaths"]), + ("Follfowers", &["followers"]), + ("Multlipliers", &["multipliers"]), + ("Controll", &["control"]), + ("Convience", &["convince", "convenience"]), + ("Psychyatrist", &["psychiatrist"]), + ("Rember", &["remember"]), + ("Buearucratic", &["bureaucratic"]), + ("Accupied", &["occupied"]), + ("Tidibt", &["tidbit"]), + ("Bitis", &["bits"]), + ("Customicable", &["customisable", "customizable"]), + ("Liberatin", &["liberation"]), + ("Bureaucrasy", &["bureaucrats"]), + ("Curch", &["church"]), + ("Propator", &["propagator"]), + ("Scandinaiva", &["scandinavian"]), + ("Subtargers", &["subtargets"]), + ("Idiosynchrasy", &["idiosyncrasy"]), + ("Avilability", &["availability"]), + ("Asemblies", &["assemblies"]), + ("Placd", &["placed", "place"]), + ("Nned", &["need"]), + ("Excections", &["exceptions", "executions"]), + ("Cringeworhy", &["cringeworthy"]), + ("Updatees", &["updates"]), + ("Cancled", &["canceled"]), + ("Prefarable", &["preferable"]), + ("Pleothra", &["plethora"]), + ("Isalmist", &["islamist"]), + ("Administrativne", &["administrative"]), + ("Refinemenet", &["refinement"]), + ("Narcassism", &["narcissism"]), + ("Flacorings", &["flavorings"]), + ("Accordlingly", &["accordingly"]), + ("Anotrher", &["another"]), + ("Platoforms", &["platforms"]), + ("Proceddings", &["proceedings"]), + ("Respecively", &["respectively"]), + ("Hights", &["height", "heights"]), + ("Prayry", &["prairie"]), + ("Buuilds", &["builds"]), + ("Seramony", &["ceremony"]), + ("Constatn", &["constant"]), + ("Astonoshing", &["astonishing"]), + ("Explicte", &["explicate", "explicit"]), + ("Unexpetected", &["unexpected"]), + ("Confesssion", &["confessions"]), + ("Prasies", &["praises"]), + ("Tenatiously", &["tenaciously"]), + ("Counsiling", &["counseling"]), + ("Enviornmentalist", &["environmentalist"]), + ("Shepharded", &["shepherd"]), + ("Quailfy", &["qualify"]), + ("Tigth", &["tight"]), + ("Obatinable", &["obtainable"]), + ("Specifiecation", &["specification"]), + ("Indepdently", &["independently"]), + ("Assemlies", &["assemblies"]), + ("Dalled", &["called", "dolled", "dallied"]), + ("Descandant", &["descendant"]), + ("Openening", &["opening"]), + ( + "Collapted", + &["coapted", "collapse", "collapsed", "collated"], + ), + ("Speficiteir", &["specifier"]), + ("Plaestinians", &["palestinians"]), + ("Acedamia", &["academia"]), + ("Rcall", &["recall"]), + ("Juggeranut", &["juggernaut"]), + ("Disciplenary", &["disciplinary"]), + ("Initializiation", &["initialization"]), + ("Siginify", &["signify"]), + ("Opinons", &["opinions"]), + ("Insitutions", &["institutions"]), + ("Instaciate", &["instantiate"]), + ("Sapces", &["spaces"]), + ("Evesdropped", &["eavesdropped"]), + ("Liminted", &["limited"]), + ("Effectiviness", &["effectiveness"]), + ("Politicans", &["politicians"]), + ("Unvierses", &["universes"]), + ("Recide", &["reside"]), + ("Medows", &["meadows"]), + ("Coneection", &["connection"]), + ("Messqage", &["message"]), + ("Unregistes", &["unregisters"]), + ("Psychologicaly", &["psychologically"]), + ("Adknowledged", &["acknowledged"]), + ("Precedeed", &["preceded"]), + ("Saveing", &["saving"]), + ("Australianos", &["australians"]), + ("Distructor", &["destructor"]), + ("Roomates", &["roommates"]), + ("Chage", &["change", "charge"]), + ("Tranlations", &["translations"]), + ("Unsuppoted", &["unsupported"]), + ("Peroid", &["period"]), + ("Expeience", &["experience"]), + ("Renegosiations", &["renegotiations"]), + ("Downraded", &["downgraded"]), + ("Consumerisim", &["consumerism"]), + ("Misunderstandingly", &["misunderstandings"]), + ("Conclue", &["conclude"]), + ("Compuslion", &["compulsion"]), + ("Sensationails", &["sensationalism"]), + ("Decesion", &["decision"]), + ("Intialises", &["initialises"]), + ("Differemt", &["different"]), + ("Repective", &["receptive", "respective"]), + ("Hallcuinations", &["hallucination"]), + ("Laucnhers", &["launchers"]), + ("Recreted", &["recreated"]), + ("Dostribution", &["distribution"]), + ("Interopeable", &["interoperable"]), + ("Chuned", &["chunked"]), + ("Acommodation", &["accommodation"]), + ("Relected", &["reelected", "reflected"]), + ("Actuell", &["actual"]), + ("Harassement", &["harassment"]), + ("Backslah", &["backslash"]), + ("Plases", &["places", "pleases", "phases"]), + ("Offereings", &["offerings"]), + ("Necessites", &["necessities"]), + ("Firdt", &["first", "third"]), + ("Underbog", &["undergo"]), + ("Deiners", &["deniers"]), + ("Intervenion", &["intervening"]), + ("Tempories", &["temporaries"]), + ("Renegociated", &["renegotiated"]), + ("Aquisitions", &["acquisitions"]), + ("Craetors", &["craters", "creators"]), + ("Prematuraly", &["prematurely"]), + ("Exculsivity", &["exclusivity"]), + ("Unusal", &["unusual"]), + ("Optimiztions", &["optimizations"]), + ("Demoninator", &["denominator"]), + ("Reptiel", &["reptile"]), + ("Olmypic", &["olympic"]), + ("Servive", &["service"]), + ("Acatemy", &["academy"]), + ("Disastreous", &["disastrous"]), + ("Counteres", &["counters"]), + ("Rinosaruses", &["rhinoceroses"]), + ("Doman", &["domain"]), + ("Conveniece", &["convenience"]), + ("Diatance", &["distance"]), + ("Pervents", &["prevents"]), + ("Mastubrate", &["masturbated"]), + ("Proposterous", &["preposterous"]), + ("Notse", &["notes", "note"]), + ("Assulated", &["assaulted"]), + ("Idirectly", &["indirectly"]), + ("Highloader", &["highlander"]), + ("Auctioners", &["auctions"]), + ("Intall", &["install"]), + ("Sybmols", &["symbols"]), + ("Agressivity", &["aggressivity"]), + ("Ststionary", &["stationary"]), + ("Cahcing", &["caching"]), + ("Bokmarks", &["bookmarks"]), + ("Peopel", &["people"]), + ("Photoshoppad", &["photoshopped"]), + ("Structoring", &["structuring"]), + ("Properety", &["property"]), + ("Algohm", &["algorithm"]), + ("Upgarted", &["upgraded"]), + ("Delopyment", &["deployment"]), + ("Anxiuosness", &["anxiousness"]), + ("Industrijske", &["industries"]), + ("Specilizations", &["specializations"]), + ("Transiten", &["transient"]), + ("Arugable", &["arguable"]), + ("Examle", &["example"]), + ("Corrresponding", &["corresponding"]), + ("Glicthes", &["glitches"]), + ("Oscillater", &["oscillator"]), + ("Volunteed", &["volunteered"]), + ("Turtleh", &["turtle"]), + ("Dolhpin", &["dolphin"]), + ("Shtopp", &["stop", "shop"]), + ("Contrsted", &["contrasted"]), + ("Mechanicaly", &["mechanically"]), + ("Interpretarse", &["interpreter"]), + ("Unattracive", &["unattractive"]), + ("Incremetal", &["incremental"]), + ("Authencicators", &["authenticators"]), + ("Neighbothoods", &["neighborhoods"]), + ("Icelandinc", &["icelandic"]), + ("Unperturb", &["unperturbed"]), + ("Spacegoat", &["scapegoat"]), + ("Uplaoding", &["uploading"]), + ("Composute", &["composite"]), + ("Inititial", &["initial"]), + ("Contanti", &["contacting"]), + ("Unresloved", &["unresolved"]), + ("Respectivelly", &["respectively"]), + ("Secretos", &["secrets"]), + ("Concludendo", &["concluded"]), + ("Tacticaly", &["tactically"]), + ("Accoutned", &["accounted"]), + ("Unequalities", &["inequalities"]), + ("Rigthfully", &["rightfully"]), + ("Crankenstein", &["frankenstein"]), + ("Optimizier", &["optimizer"]), + ("Repsonded", &["responded"]), + ("Sketchs", &["sketches"]), + ("Configuared", &["configured"]), + ("Confilcting", &["conflicting"]), + ("Resuorced", &["resourced"]), + ("Phylosophically", &["philosophically"]), + ("Depdendent", &["dependent"]), + ("Parkay", &["parkway", "parlay", "parquet"]), + ("Torrentking", &["torrenting"]), + ("Friendzonded", &["friendzoned"]), + ("Wolffram", &["wolfram"]), + ("Photogrpaher", &["photographer"]), + ("Srunkn", &["shrunken"]), + ("Simlify", &["simplify"]), + ("Unsuccesful", &["unsuccessful"]), + ("Magicain", &["magician"]), + ("Termianls", &["terminals"]), + ("Variantes", &["variants"]), + ("Begginng", &["begging"]), + ("Compositons", &["compositions"]), + ("Indefinitley", &["indefinitely"]), + ("Concanented", &["concatenated"]), + ("Neckbead", &["neckbeard"]), + ("Folllower", &["follower"]), + ("Athleticisim", &["athleticism"]), + ("Annyoance", &["annoyance"]), + ("Thne", &["then"]), + ("Suspiciuos", &["suspicions"]), + ("Langagues", &["languages"]), + ("Dribbeling", &["dribbling"]), + ("Wreslte", &["wrestle"]), + ("Instaler", &["installer"]), + ("Corsspost", &["crosspost"]), + ("Corretly", &["correctly"]), + ("Mantanined", &["maintained"]), + ("Sucesful", &["successful"]), + ("Ommishiences", &["omnisciences"]), + ("Cricital", &["critical"]), + ("Resulotion", &["resolution"]), + ("Spectaters", &["spectators"]), + ("Regenarate", &["regenerate"]), + ("Dystpoian", &["dystopian"]), + ("Introuduces", &["introduces"]), + ("Docrines", &["doctrines"]), + ("Guarnatees", &["guarantees"]), + ("Peronal", &["personal"]), + ("Attribtues", &["attributes"]), + ("Convencionally", &["conventionally"]), + ("Aknowledge", &["acknowledge"]), + ("Exlcusion", &["exclusion"]), + ("Proteines", &["proteins"]), + ("Cach", &["catch", "cache"]), + ("Phenomenom", &["phenomenon"]), + ("Verly", &["very"]), + ("Elminates", &["eliminates"]), + ("Delaerships", &["dealerships"]), + ("Scheule", &["schedule"]), + ("Positon", &["position", "positron"]), + ("Canoncical", &["canonical"]), + ("Explosvies", &["explosives"]), + ("Vietnamesea", &["vietnamese"]), + ("Mormal", &["normal"]), + ("Schisophrenic", &["schizophrenic"]), + ("Suppprt", &["support"]), + ("Aplitude", &["amplitude", "aptitude"]), + ("Therepists", &["therapists"]), + ("Rememered", &["remembered"]), + ("Stragegy", &["strategy"]), + ("Dismension", &["dimension"]), + ("Spefifically", &["specifically"]), + ("Emproved", &["improved"]), + ("Sccessful", &["successful"]), + ("Incluse", &["includes"]), + ("Dimesions", &["dimensions"]), + ("Reportes", &["reporters"]), + ("Protectrons", &["protections"]), + ("Propectless", &["prospectless"]), + ("Jusridiction", &["jurisdiction"]), + ("Reuseable", &["reusable"]), + ("Illionis", &["illinois"]), + ("Programd", &["programed"]), + ("Automaitc", &["automatic"]), + ("Gullibe", &["gullible"]), + ("Atrosities", &["atrocities"]), + ("Transitor", &["transistor"]), + ("Reciprocoals", &["reciprocals"]), + ("Parctise", &["practise"]), + ("Inernal", &["internal"]), + ("Ukrainisn", &["ukrainians"]), + ("Unreasonablely", &["unreasonably"]), + ("Podfie", &["podfile"]), + ("Disconet", &["disconnect"]), + ("Novmeber", &["november"]), + ("Sacrifaced", &["sacrificed"]), + ("Sirectional", &["directional"]), + ("Vulberablility", &["vulnerability"]), + ("Sart", &["star", "start"]), + ("Ceasar", &["cesar"]), + ("Renegotiotates", &["renegotiates"]), + ("Mataphysical", &["metaphysical"]), + ("Maline", &["malign"]), + ("Coaslescing", &["coalescing"]), + ("Radis", &["radix"]), + ("Estiomator", &["estimator"]), + ("Becuae", &["because"]), + ("Langage", &["language"]), + ("Expersing", &["expressing"]), + ("Improting", &["importing"]), + ("Animonee", &["anemone"]), + ("Negoitations", &["negotiations"]), + ("Neighbeus", &["neighbours"]), + ("Mindlessely", &["mindlessly"]), + ("Authentciates", &["authenticates"]), + ("Fitlered", &["filtered"]), + ("Reffer", &["refer"]), + ("Charactristically", &["characteristically"]), + ("Cusomers", &["customers"]), + ("Rranslations", &["translations"]), + ("Postioned", &["positioned"]), + ("Overwirting", &["overwriting"]), + ("Aeactivate", &["deactivate", "activate"]), + ("Newmaticly", &["pneumatically"]), + ("Prepocessor", &["preprocessor"]), + ("Unnecessarly", &["unnecessarily"]), + ("Confernece", &["conferences"]), + ("Vaccum", &["vacuum"]), + ("Fluctuatin", &["fluctuations"]), + ("Correctin", &["correction"]), + ("Filsystem", &["filesystem"]), + ("Seconary", &["secondary"]), + ("Assers", &["asserts"]), + ("Combinatorc", &["combinatoric"]), + ("Immideately", &["immediately"]), + ("Paraser", &["parser"]), + ("Propecting", &["projecting", "prospecting", "protecting"]), + ("Unspefcifieid", &["unspecified"]), + ("Succedded", &["succeeded"]), + ("Xenophibic", &["xenophobic"]), + ("Servoces", &["services"]), + ("Soddered", &["soldered"]), + ("Insensive", &["insensitive"]), + ("Sintaks", &["syntax"]), + ("Transcordes", &["transcodes"]), + ("Airrcraft", &["aircraft"]), + ("Economisit", &["economists"]), + ("Unboun", &["unbound"]), + ("Fantasticlly", &["fantastically"]), + ( + "Decreate", + &["decrease", "desecrate", "destroy", "discrete"], + ), + ("Attrubyte", &["attribute"]), + ("Machanism", &["mechanism"]), + ("Intiailise", &["initialise"]), + ("Behabiours", &["behaviours"]), + ("Philippins", &["philippines"]), + ("Whcih", &["which"]), + ("Preformance", &["performance"]), + ("Balasters", &["balusters"]), + ("Teleprotation", &["teleportation"]), + ("Descirpition", &["description"]), + ("Compatiablity", &["compatibility"]), + ("Mercenarios", &["mercenaries"]), + ("Excentuating", &["accentuating"]), + ("Inbraced", &["embraced"]), + ("Oints", &["points", "pints"]), + ("Negotionators", &["negotiators"]), + ("Contemt", &["contempt"]), + ("Imaghe", &["image"]), + ("Bcucket", &["bucket"]), + ("Silhuette", &["silhouette"]), + ("Coorinates", &["coordinates"]), + ("Conainer", &["container"]), + ("Noticeabley", &["noticeably"]), + ("Ceate", &["create"]), + ("Underlowed", &["underflowed"]), + ("Perfomanses", &["performances"]), + ("Investegator", &["investigator"]), + ("Netropolitan", &["metropolitan"]), + ("Vareity", &["variety"]), + ("Offen", &["often"]), + ("Discrepany", &["discrepancy"]), + ("Absoluts", &["absolutes"]), + ("Explicityly", &["explicitly"]), + ("Speficialleirs", &["specifiers"]), + ("Bombardeada", &["bombarded"]), + ("Presumely", &["presumably"]), + ("Contibutor", &["contributor"]), + ("Disapplines", &["disciplines"]), + ("Interactifs", &["interacts"]), + ("Miniscully", &["minusculely"]), + ("Negaive", &["negative"]), + ("Comsumer", &["consumer"]), + ("Philedalphia", &["philadelphia"]), + ("Temporarilly", &["temporarily"]), + ("Netwplit", &["netsplit"]), + ("Meory", &["maori", "memory"]), + ("Participati", &["participant"]), + ("Wresseled", &["wrestled"]), + ("Decomtamination", &["decontamination"]), + ("Perfom", &["perform"]), + ("Ameeliarative", &["ameliorative"]), + ("Performanes", &["performances"]), + ("Amendmant", &["amendment"]), + ("Predictin", &["prediction"]), + ("Criticially", &["critically"]), + ("Submision", &["submission"]), + ("Serailization", &["serialization"]), + ("Coincidince", &["coincidence"]), + ("Enviomental", &["environmental"]), + ("Drunkeness", &["drunkenness"]), + ("Absoultes", &["absolutes"]), + ("Explonation", &["exploration"]), + ("Valkryie", &["valkyrie"]), + ("Equelibrium", &["equilibrium"]), + ("Commment", &["comment"]), + ("Meantioned", &["mentioned"]), + ("Superceeded", &["superseded"]), + ("Identifiler", &["identifier"]), + ("Relatiation", &["retaliation"]), + ("Dysfunciton", &["dysfunction"]), + ("Accoding", &["according"]), + ("Plcae", &["place"]), + ("Positionining", &["positioning"]), + ("Unnistall", &["uninstall"]), + ("Intsalls", &["installs"]), + ("Atach", &["attach"]), + ("Ejaculatie", &["ejaculate"]), + ("Correctnes", &["correctness"]), + ("Encrouch", &["encroach"]), + ("Plasitcs", &["plastics"]), + ("Derefence", &["dereference"]), + ("Authentiation", &["authentication"]), + ("Belyw", &["below"]), + ("Preferente", &["preference"]), + ("Inappropriatly", &["inappropriately"]), + ("Packaeg", &["package"]), + ("Clossing", &["closing"]), + ("Coneections", &["connections"]), + ("Expetc", &["expect"]), + ("Theer", &["there"]), + ("Csses", &["cases"]), + ("Experamenting", &["experimenting"]), + ("Incuding", &["including"]), + ("Contigously", &["contiguously"]), + ("Multicat", &["multicast"]), + ("Tantrumers", &["tantrums"]), + ("Ampehtamines", &["amphetamines"]), + ("Workin", &["working"]), + ("Approoximates", &["approximates"]), + ("Hander", &["handler"]), + ("Encyrpted", &["encrypted"]), + ("Parrallely", &["parallelly"]), + ("Ankshiuosness", &["anxiousness"]), + ("Containrs", &["containers"]), + ("Organizativos", &["organizations"]), + ("Vulberabilitie", &["vulnerability"]), + ("Hydrualic", &["hydraulic"]), + ("Dissmis", &["dismiss"]), + ("Veritcally", &["vertically"]), + ("Malplace", &["misplace"]), + ("Aciton", &["action"]), + ("Reprents", &["repents", "represents", "reprints"]), + ("Connectiviy", &["connectivity"]), + ("Devation", &["deviation"]), + ("Limititations", &["limitations"]), + ("Bottlnecks", &["bottlenecks"]), + ("Groosum", &["gruesome"]), + ("Missionares", &["missionaries"]), + ("Annouces", &["announces"]), + ("Mistmatching", &["mismatching"]), + ("Caterpilar", &["caterpillar"]), + ("Discrimintor", &["discriminator"]), + ("Sarting", &["starting", "sorting"]), + ("Condtionals", &["conditionals"]), + ("Klunky", &["clunky"]), + ("Ditribution", &["distribution"]), + ("Variationnal", &["variational"]), + ("Administartion", &["administration"]), + ("Athiest", &["atheist"]), + ("Contraints", &["constraints"]), + ("Infomatrion", &["information"]), + ("Sinically", &["cynically"]), + ("Statuer", &["stature"]), + ("Accostumed", &["accustomed"]), + ("Liev", &["live"]), + ("Reconnaissence", &["reconnaissance"]), + ("Imaganitive", &["imaginative"]), + ("Christain", &["christian"]), + ("Anicent", &["ancient"]), + ("Annoucenment", &["announcements"]), + ("Altriustic", &["altruistic"]), + ("Engineeer", &["engineer"]), + ("Appropiration", &["appropriation"]), + ("Beliveably", &["believably"]), + ("Implemened", &["implemented"]), + ("Absoltely", &["absolutely"]), + ("Speficities", &["specificities"]), + ("Wating", &["waiting"]), + ("Worrry", &["worry"]), + ("Manfuacturers", &["manufactures"]), + ("Alievating", &["alienating"]), + ("Datecreatedd", &["datecreated"]), + ("Vallayed", &["valeted"]), + ("Heighted", &["heightened"]), + ("Conet", &["connect"]), + ("Emapthy", &["empathy"]), + ("Miminises", &["minimises"]), + ("Envrionmentally", &["environmentally"]), + ("Infrastrucutre", &["infrastructure"]), + ("Hav", &["have", "half"]), + ("Traceing", &["tracing"]), + ("Steraming", &["streaming"]), + ("Idendity", &["identity"]), + ("Connectins", &["connects", "connections"]), + ("Abundancies", &["abundances"]), + ("Canadan", &["canadian"]), + ("Peferable", &["preferable"]), + ("Organzier", &["organizer"]), + ("Assurred", &["assured"]), + ("Assesement", &["assessment"]), + ("Mocules", &["modules"]), + ("Pasuing", &["pausing"]), + ("Simplicy", &["simplicity"]), + ("Muniches", &["munchies"]), + ("Constructure", &["constructor"]), + ("Beginnins", &["beginnings"]), + ("Actiavtes", &["activates"]), + ("Dealershits", &["dealerships"]), + ("Evaulted", &["evaluated"]), + ("Anceint", &["ancient"]), + ("Speficifeid", &["specified"]), + ("Depenendence", &["dependence"]), + ("Fraternaty", &["fraternity"]), + ("Alochol", &["alcohol"]), + ("Cimptomaticlly", &["symptomatically"]), + ("Metting", &["meeting"]), + ("Contriversy", &["controversy"]), + ("Muiltiples", &["multiples"]), + ("Westrbook", &["westbrook"]), + ("Nigthlife", &["nightlife"]), + ("Emabssy", &["embassy"]), + ("Subsriber", &["subscriber"]), + ("Chrminance", &["chrominance"]), + ("Resluts", &["results"]), + ("Genious", &["genius"]), + ("Htlm", &["html"]), + ("Stricty", &["strictly"]), + ("Circiuts", &["circuits"]), + ("Lugage", &["luggage"]), + ("Direccional", &["directional"]), + ("Meddo", &["meadow"]), + ("Prejucided", &["prejudiced"]), + ("Etamologies", &["etymologies"]), + ("Preposturous", &["preposterous"]), + ("Principial", &["principal"]), + ("Beatels", &["beatles"]), + ("Logicaly", &["logically"]), + ("Egals", &["equals"]), + ("Agnosticsm", &["agnosticism"]), + ("Linerisations", &["linearisations"]), + ("Hourlgass", &["hourglass"]), + ("Minimilast", &["minimalist"]), + ("Referense", &["references", "reference"]), + ("Persumptuous", &["presumptuous"]), + ("Mawsoleum", &["mausoleum"]), + ("Quarentee", &["guarantee"]), + ("Immortaly", &["immortality"]), + ("Scheduluing", &["scheduling"]), + ("Criticus", &["critics"]), + ("Miraculosly", &["miraculously"]), + ("Bisnes", &["business"]), + ("Decording", &["decoding"]), + ("Landacapes", &["landscapes"]), + ("Scholarley", &["scholarly"]), + ("Jumpt", &["jumped", "jump"]), + ("Guarnatee", &["guarantee"]), + ("Basiclay", &["basically"]), + ("Cornel", &["colonel"]), + ("Aparatuses", &["apparatuses"]), + ("Confliting", &["conflating"]), + ("Recuriters", &["recruiters"]), + ("Broswer", &["browser"]), + ("Cheesecave", &["cheesecake"]), + ("Debehlper", &["debhelper"]), + ("Schyzophrenic", &["schizophrenic"]), + ("Obsolite", &["obsolete"]), + ("Righteoussness", &["righteousness"]), + ("Extacy", &["ecstasy"]), + ("Traditionnal", &["traditional"]), + ("Defiently", &["definitely"]), + ("Argubly", &["arguably"]), + ("Motorcyce", &["motorcycles"]), + ("Presentas", &["presents"]), + ("Unconvectional", &["unconventional"]), + ("Stegnography", &["steganography"]), + ("Prceeded", &["preceded"]), + ("Evreyones", &["everyones"]), + ("Autority", &["authority"]), + ("Cought", &["caught", "cough", "fought"]), + ("Refernnce", &["reference"]), + ("Ultimae", &["ultimate"]), + ("Horrable", &["horrible"]), + ("Redesing", &["redesign"]), + ("Persuassion", &["persuasion"]), + ("Absoolute", &["absolute"]), + ("Gunatanamo", &["guantanamo"]), + ("Ovservable", &["observable"]), + ("Embeddded", &["embedded"]), + ("Methodolgy", &["methodology"]), + ("Constraucts", &["constructs"]), + ("Exhibitin", &["exhibition"]), + ("Mehtods", &["methods"]), + ("Millitant", &["militant"]), + ("Homeophaty", &["homeopathy"]), + ("Interruptors", &["interrupts", "interrupters"]), + ("Approximatively", &["approximately"]), + ("Fursest", &["first", "furthest"]), + ("Distinquish", &["distinguish"]), + ("Dedidated", &["dedicated"]), + ("Spefiifeid", &["specified"]), + ("Gratuidous", &["gratuitous"]), + ("Pachage", &["package"]), + ("Heuristcs", &["heuristics"]), + ("Actully", &["actually"]), + ("Pressiuosly", &["preciously"]), + ("Disposel", &["disposal"]), + ("Feodras", &["fedoras"]), + ("Sceens", &["scenes", "screens", "schemes"]), + ("Quanitites", &["quantities"]), + ("Pleaseure", &["pleasure"]), + ("Dictats", &["dictates"]), + ("Astonashing", &["astonishing"]), + ("Perade", &["parade"]), + ("Phycisian", &["physician"]), + ("Tradtionally", &["traditionally"]), + ("Eary", &["eery"]), + ("Radiu", &["radius"]), + ("Worshopping", &["worshipping"]), + ("Commandbox", &["commando"]), + ("Proctects", &["protects"]), + ("Unsoliticed", &["unsolicited"]), + ("Assingled", &["assigned"]), + ("Pairokeality", &["parochiality"]), + ("Electronix", &["election"]), + ("Pblisher", &["publisher"]), + ("Optimizaer", &["optimizer"]), + ("Automotion", &["automation"]), + ("Fotograf", &["photograph"]), + ("Inventarlo", &["inventor"]), + ("Occsionally", &["occasionally"]), + ("Variing", &["varying"]), + ("Extremeties", &["extremities"]), + ("Chcukles", &["chuckles"]), + ("Repesent", &["represent"]), + ("Procide", &["provide"]), + ("Stiches", &["stitches"]), + ("Phtread", &["pthread"]), + ("Dynamincal", &["dynamical"]), + ("Signatue", &["signatures", "signature"]), + ("Hannibl", &["hannibal"]), + ("Transpeorted", &["transported"]), + ("Materail", &["material"]), + ("Correspomd", &["correspond"]), + ("Cooporation", &["cooperation"]), + ("Depdenent", &["dependent"]), + ("Mirgated", &["migrated"]), + ("Teated", &["treated"]), + ("Stabalized", &["stabilized"]), + ("Coeffiecient", &["coefficient"]), + ("Siver", &["diver", "silver", "sliver"]), + ("Declareation", &["declaration"]), + ("Irresponsable", &["irresponsible"]), + ("Secuirty", &["security"]), + ("Apologiste", &["apologise"]), + ("Collecing", &["collecting"]), + ("Calcultater", &["calculator"]), + ("Suuport", &["support"]), + ("Parameterr", &["parameter"]), + ("Discconeection", &["disconnection"]), + ("Avent", &["advent", "event"]), + ("Rapresenting", &["representing"]), + ("Tunrtable", &["turntable"]), + ("Exercize", &["exercise"]), + ("Insid", &["inside"]), + ("Soluton", &["solution"]), + ("Capitalsim", &["capitalism"]), + ("Corvering", &["covering"]), + ("Calcutating", &["calculating"]), + ("Instlled", &["installed", "instilled"]), + ("Libralies", &["libraries"]), + ("Reflectivos", &["reflections"]), + ("Anonimized", &["anonymized"]), + ("Speshelly", &["specially", "especially"]), + ("Liberato", &["liberation"]), + ("Datatyes", &["datatypes"]), + ("Coductor", &["conductor"]), + ("Phlema", &["phlegma"]), + ("Mechanismus", &["mechanisms"]), + ("Resourcees", &["resources"]), + ("Deamon", &["daemon"]), + ("Depicitons", &["depictions"]), + ("Bombarment", &["bombardment"]), + ("Depressin", &["depression"]), + ("Shtoppes", &["stops", "shops"]), + ("Receptionsist", &["receptionist"]), + ("Apropriately", &["appropriately"]), + ("Diverisfy", &["diversify"]), + ("Linguitics", &["linguistic"]), + ("Desallocates", &["deallocates"]), + ("Neeeed", &["need", "needed"]), + ("Perscius", &["precious"]), + ("Communties", &["communities"]), + ("Displayfps", &["displays"]), + ("Tansaction", &["transaction"]), + ("Waitign", &["waiting"]), + ("Nstall", &["install"]), + ("Litquids", &["liquids"]), + ("Apprently", &["apparently"]), + ("Modellinng", &["modelling"]), + ("Experements", &["experiments"]), + ("Unstalls", &["installs", "uninstalls"]), + ("Intriduced", &["introduced"]), + ("Gratuituos", &["gratuitous"]), + ("Insensitivy", &["insensitivity"]), + ("Defnitely", &["definitely"]), + ("Assertino", &["assertion"]), + ("Clipbaord", &["clipboard"]), + ("Assingment", &["assignment"]), + ("Instrucutions", &["instructions"]), + ("Rendereing", &["rendering"]), + ("Prepetrated", &["perpetrated"]), + ("Leasy", &["least"]), + ("Prospectos", &["prospects"]), + ("Garantee", &["guarantee"]), + ("Benckmarking", &["benchmarking"]), + ("Uncerainties", &["uncertainties"]), + ("Negotiatons", &["negotiations"]), + ("Grandizes", &["aggrandizes"]), + ("Singuarity", &["singularity"]), + ("Toekn", &["token"]), + ("Recustion", &["recursion"]), + ("Deperecation", &["deprecation"]), + ("Somthing", &["something"]), + ("Modfiiable", &["modifiable"]), + ("Authencating", &["authenticating"]), + ("Ambigiuous", &["ambiguous"]), + ("Unaccpetable", &["unacceptable"]), + ("Decendents", &["descendents"]), + ("Numberring", &["numbering"]), + ("Headahces", &["headaches"]), + ("Expext", &["expect"]), + ("Exapnsions", &["expansions"]), + ("Exicuteable", &["executable"]), + ("Incudes", &["includes"]), + ("Determinsim", &["determinism"]), + ("Initliased", &["initialised"]), + ("Rseolution", &["resolution"]), + ("Concatonated", &["concatenated"]), + ("Remians", &["remains"]), + ("Forat", &["format"]), + ("Reorer", &["reorder"]), + ("Integraton", &["integration"]), + ("Howover", &["however"]), + ("Uites", &["suites"]), + ("Unchache", &["uncache"]), + ("Formatings", &["formations"]), + ("Neighborhodds", &["neighborhoods"]), + ("Psoition", &["position"]), + ("Ignorms", &["ignores"]), + ("Benchamrks", &["benchmarks"]), + ("Trilinar", &["trilinear", "trillionaire"]), + ("Fnctions", &["functions"]), + ("Circumsizion", &["circumcision"]), + ("Excecutes", &["executes"]), + ("Rotaion", &["rotation"]), + ("Bouind", &["bound"]), + ("Derivitaves", &["derivatives"]), + ("Annimal", &["animal"]), + ("Scurtiny", &["scrutiny"]), + ("Exprimental", &["experimental"]), + ("Forskaen", &["forsaken"]), + ("Unsucessefully", &["unsuccessfully"]), + ("Discriptors", &["descriptors"]), + ("Pyschiatrist", &["psychiatrist"]), + ("Condifuration", &["configuration"]), + ("Salaris", &["salaries"]), + ("Typograhpy", &["typography"]), + ("Constructore", &["constructor"]), + ("Reciporcate", &["reciprocate"]), + ("Neigbor", &["neighbor"]), + ("Apreteate", &["appreciate"]), + ("Conigurable", &["configurable"]), + ("Specfication", &["specification"]), + ("Handeling", &["handling"]), + ("Patronis", &["patrons"]), + ("Dowgrade", &["downgrade"]), + ("Asume", &["assume"]), + ("Evalutaed", &["evaluated"]), + ("Intially", &["initially"]), + ("Suppported", &["supported"]), + ("Faceboook", &["facebook"]), + ("Ultrason", &["ultrasound"]), + ("Subsiquent", &["subsequent"]), + ("Disatvantages", &["disadvantages"]), + ("Schudule", &["schedule"]), + ("Wokrspace", &["workspace"]), + ("Connnected", &["connected"]), + ("Famework", &["framework"]), + ("Americanas", &["americans"]), + ("Sequncer", &["sequencer"]), + ("Wlacott", &["walcott"]), + ("Rouine", &["routine"]), + ("Romainan", &["romanian"]), + ("Respositories", &["repositories"]), + ("Absorpsion", &["absorption"]), + ("Gaus", &["gauss", "gauze"]), + ("Sometiems", &["sometimes"]), + ("Foreward", &["foreword", "forward"]), + ("Inquiriy", &["inquiry"]), + ("Unstaller", &["installer", "uninstaller"]), + ("Keboard", &["keyboard"]), + ("Consntant", &["constant"]), + ("Vacuosly", &["vacuously"]), + ("Endorces", &["endorse"]), + ("Collectie", &["collective"]), + ("Vulnerabuilitiy", &["vulnerability"]), + ("Muscluar", &["muscular"]), + ("Headear", &["header"]), + ("Highligjts", &["highlights"]), + ("Downroaded", &["downgraded"]), + ("Dyamically", &["dynamically"]), + ("Cokies", &["cookies"]), + ("Assumud", &["assumed"]), + ("Asscociated", &["associated"]), + ("Mirconesia", &["micronesia"]), + ("Shrpanel", &["shrapnel"]), + ("Interferres", &["interferes"]), + ("Renegogtiate", &["renegotiate"]), + ("Ideoligically", &["ideologically"]), + ("Mutliplied", &["multiplied"]), + ("Renegotition", &["renegotiation"]), + ("Scandalosi", &["scandals"]), + ("Schedualing", &["scheduling"]), + ("Progresively", &["progressively"]), + ("Reatiler", &["retailer"]), + ("Ammount", &["amount"]), + ("Unrestriced", &["unrestricted"]), + ("Objets", &["objects"]), + ("Synonymes", &["synonyms"]), + ("Beforr", &["before"]), + ("Guarnante", &["guarantee"]), + ("Catagorization", &["categorization"]), + ("Parmsean", &["parmesan"]), + ("Manupulation", &["manipulation"]), + ("Inilne", &["inline"]), + ("Gord", &["gourd"]), + ("Brocolee", &["broccoli"]), + ("Clampled", &["clamped"]), + ("Tweleve", &["twelve"]), + ("Interpretions", &["interpretations"]), + ("Chiledren", &["children"]), + ("Appropriaton", &["appropriation"]), + ("Bottlenect", &["bottleneck"]), + ("Acchiever", &["achiever"]), + ("Runnning", &["running"]), + ("Girlfreinds", &["girlfriends"]), + ("Priveleges", &["privileges"]), + ("Malfuncting", &["malfunction"]), + ("Possibilites", &["possibilities"]), + ("Gorw", &["gore", "grow"]), + ("Consultat", &["consultant"]), + ("Vacines", &["vaccines"]), + ("Orthagnal", &["orthogonal"]), + ("Ridicilousness", &["ridiculousness"]), + ("Hassel", &["hassle"]), + ("Expressie", &["expressive"]), + ("Abotu", &["about"]), + ("Centepide", &["centipede"]), + ("Porgramming", &["programming"]), + ("Pennslyvania", &["pennsylvania"]), + ("Agragates", &["aggregates"]), + ("Mainstreem", &["mainstream"]), + ("Therough", &["through", "thorough"]), + ("Valkyire", &["valkyrie"]), + ("Brough", &["brought"]), + ("Umcomfortable", &["uncomfortable"]), + ("Recive", &["receive"]), + ("Confessin", &["confession"]), + ("Extesnions", &["extensions"]), + ("Possition", &["position"]), + ("Accidetly", &["accidentally"]), + ("Minerales", &["minerals"]), + ("Futurisitic", &["futuristic"]), + ("Indentaion", &["indentation"]), + ("Penultimante", &["penultimate"]), + ("Thurrow", &["thorough"]), + ("Changings", &["changes"]), + ("Herclues", &["hercules"]), + ("Nly", &["only"]), + ("Conversationa", &["conservation"]), + ("Exaplanations", &["explanations"]), + ("Impementation", &["implementation"]), + ("Staions", &["stations"]), + ("Compulsury", &["compulsory"]), + ("Optioins", &["options"]), + ("Mingiame", &["minigame"]), + ("Metaphyics", &["metaphysics"]), + ("Deficieny", &["deficiency"]), + ("Estabilish", &["establish"]), + ("Peom", &["poem"]), + ("Bizare", &["bizarre"]), + ("Secondy", &["secondly", "secondary"]), + ("Behavor", &["behavior"]), + ("Acheevements", &["achievements"]), + ("Constitutues", &["constitute"]), + ("Obscruity", &["obscurity"]), + ("Autorisation", &["authorisation"]), + ("Unadvertent", &["inadvertent"]), + ("Driagram", &["diagram"]), + ("Strucutred", &["structured"]), + ("Worte", &["wrote"]), + ("Foriegn", &["foreign"]), + ("Happeneing", &["happening"]), + ("Chromesomes", &["chromosomes"]), + ("Capitolism", &["capitalism"]), + ("Allcoated", &["allocated"]), + ("Agrandize", &["aggrandize"]), + ("Convaless", &["convalesce"]), + ("Inpacted", &["impacted"]), + ("Cashire", &["cashier"]), + ("Userpace", &["userspace"]), + ("Mose", &["more", "mouse", "mode"]), + ("Annonymous", &["anonymous"]), + ("Sheilded", &["shielded"]), + ("Alrightey", &["alrighty"]), + ("Orangers", &["oranges"]), + ("Stationy", &["stationary"]), + ("Deprivating", &["deprivation"]), + ("Recongnize", &["recognize"]), + ("Dominante", &["dominant", "dominate"]), + ("Preprocesing", &["preprocessing"]), + ("Procrastrinated", &["procrastinated"]), + ("Functoning", &["functioning"]), + ("Stornghold", &["stronghold"]), + ("Competitie", &["competitive"]), + ("Participatd", &["participant"]), + ("Repostories", &["repositories"]), + ("Boofay", &["buffet"]), + ("Sumamry", &["summary"]), + ("Contsruction", &["construction"]), + ("Sepeator", &["separator"]), + ("Obilvion", &["oblivion"]), + ("Magnifecent", &["magnificent"]), + ("Clory", &["glory"]), + ("Meaninless", &["meaningless"]), + ("Unstalles", &["installs", "uninstalls"]), + ("Contaner", &["container"]), + ("Relm", &["elm", "helm", "realm", "ream", "rem"]), + ("Featue", &["feature"]), + ("Creationsism", &["creationism"]), + ("Cotnainer", &["container"]), + ("Vigrins", &["virgins"]), + ("Allcate", &["allocate"]), + ("Decelarations", &["decelerations", "declarations"]), + ("Dissables", &["disables"]), + ("Sepulchraly", &["sepulchrally"]), + ("Dependecys", &["dependencies"]), + ("Stoppped", &["stopped"]), + ("Perfermance", &["performance"]), + ("Prosocuted", &["prosecuted"]), + ("Suggesstion", &["suggestion"]), + ("Minimumm", &["minimum"]), + ("Adpaters", &["adapters"]), + ("Theocracry", &["theocracy"]), + ("Sirectionalities", &["directionalities"]), + ("Disspiate", &["dissipate"]), + ("Coallescence", &["coalescence"]), + ("Cymptum", &["symptom"]), + ("Opputunity", &["opportunity"]), + ("Preffixing", &["prefixing"]), + ("Ulters", &["alters"]), + ("Whre", &["where"]), + ("Somethingis", &["somethings"]), + ("Controllor", &["controller"]), + ("Historisch", &["historic"]), + ("Techinican", &["technician"]), + ("Hostanme", &["hostname"]), + ("Overcloaking", &["overclocking"]), + ("Upsrteamed", &["upstreamed"]), + ("Reparamterises", &["reparameterises"]), + ("Authendicated", &["authenticated"]), + ("Sytsem", &["system"]), + ("Silybus", &["syllabus"]), + ("Autoconpleted", &["autocompleted"]), + ("Detaction", &["detection"]), + ("Arbitual", &["arbitrary"]), + ("Embrio", &["embryo"]), + ("Artic", &["arctic"]), + ("Escludes", &["excludes"]), + ("Checkpoins", &["checkpoints"]), + ("Somethinfg", &["somethings"]), + ("Subtarcting", &["subtracting"]), + ("Garbarge", &["garbage"]), + ("Suppresing", &["suppressing"]), + ("Dermatoligist", &["dermatologist"]), + ("Contatenate", &["concatenate"]), + ("Chrsitmas", &["christmas"]), + ("Woould", &["would"]), + ("Developmetn", &["developments"]), + ("Deambiguates", &["disambiguates"]), + ("Registrating", &["registration"]), + ("Negociable", &["negotiable"]), + ("Comonent", &["component"]), + ("Proppely", &["properly"]), + ("Transparanceies", &["transparencies"]), + ("Characer", &["character"]), + ("Supersticion", &["superstition"]), + ("Advicable", &["advisable"]), + ("Representacion", &["representation"]), + ("Ignorging", &["ignoring"]), + ("Firmare", &["firmware"]), + ("Ssoaiating", &["associating"]), + ("Scoket", &["socket"]), + ("Legenday", &["legendary"]), + ("Competend", &["competed"]), + ("Expeptions", &["exceptions"]), + ("Reoport", &["report"]), + ("Nativley", &["natively"]), + ("Decleration", &["declaration"]), + ("Calculatble", &["calculatable", "calculable"]), + ("Permamently", &["permanently"]), + ("Bisuness", &["business"]), + ("Adge", &["edge", "badge", "adage"]), + ("Recude", &["reduce"]), + ("Subscriped", &["subscribed"]), + ("Rewuired", &["required"]), + ("Depencendencys", &["dependencies"]), + ("Lithuaina", &["lithuania"]), + ("Instatiations", &["instantiations"]), + ("Inserst", &["insert"]), + ("Hwole", &["whole"]), + ("Intertvined", &["intertwined"]), + ("Explaines", &["explains"]), + ("Midifelder", &["midfielder"]), + ("Requeum", &["requiem"]), + ("Balckberry", &["blackberry"]), + ("Acticating", &["activating"]), + ("Scuplture", &["sculpture"]), + ("Privaticed", &["privatized"]), + ("Argumentos", &["arguments"]), + ("Jod", &["job"]), + ("Inqusitior", &["inquisitor"]), + ("Frankin", &["franklin"]), + ("Dervied", &["derived"]), + ("Accomondating", &["accommodating"]), + ("Philospoher", &["philosopher"]), + ("Interveen", &["intervene"]), + ("Arrangerad", &["arranged"]), + ("Carniverous", &["carnivorous"]), + ("Curernt", &["current"]), + ("Projectie", &["projectile"]), + ("Choseen", &["chosen"]), + ("Compatibile", &["compatible"]), + ("Mathemetical", &["mathematical"]), + ("Properrt", &["property"]), + ("Pount", &["point", "pound"]), + ("Negotatior", &["negotiator"]), + ("Hostorical", &["historical"]), + ("Libratie", &["library"]), + ("Thumbbnail", &["thumbnail"]), + ("Distirbuting", &["distributing"]), + ("Vegitarion", &["vegetarian"]), + ("Sevral", &["several"]), + ("Anually", &["annually"]), + ("Commnet", &["comment"]), + ("Deperecating", &["deprecating"]), + ("Cootdinate", &["coordinate"]), + ("Gwava", &["guava"]), + ("Compleating", &["completing"]), + ("Bodybuliding", &["bodybuilding"]), + ("Arogant", &["arrogant"]), + ("Gauntles", &["gauntlets"]), + ("Instructios", &["instructors"]), + ("Amercians", &["americans"]), + ("Prostitite", &["prostitute"]), + ("Exponention", &["exponentiation"]), + ("Sesitive", &["sensitive"]), + ("Reserverd", &["reserved"]), + ("Destibation", &["destination"]), + ("Algoirthm", &["algorithm"]), + ("Commentries", &["commenters"]), + ("Overvlocked", &["overclocked"]), + ("Mechandise", &["merchandise"]), + ("Exrension", &["extension"]), + ("Cheeseburguers", &["cheeseburgers"]), + ("Effecitvely", &["effectively"]), + ("Datatores", &["datastores"]), + ("Philosohpically", &["philosophically"]), + ("Pertubation", &["perturbation"]), + ("Portoguese", &["portuguese"]), + ("Conatainer", &["container"]), + ("Consectuive", &["consecutive"]), + ("Colloborate", &["collaborate"]), + ("Assumong", &["assuming"]), + ("Partice", &["particle"]), + ("Peassignment", &["reassignment"]), + ("Naxima", &["maxima"]), + ("Youa", &["you"]), + ("Thurver", &["further"]), + ("Autonagotiation", &["autonegotiation"]), + ("Decondings", &["decodings"]), + ("Unacceptible", &["unacceptable"]), + ("Cooldwons", &["cooldowns"]), + ("Modulair", &["modular"]), + ("Screeb", &["screen"]), + ("Complte", &["complete"]), + ("Rivlary", &["rivalry"]), + ("Instaces", &["instances"]), + ("Provicative", &["provocative"]), + ("Allocatote", &["allocate"]), + ("Expementing", &["experimenting"]), + ("Nauitlus", &["nautilus"]), + ("Reauires", &["requires"]), + ("Experimments", &["experiments"]), + ("Executioneer", &["executioner"]), + ("Resestatus", &["resetstatus"]), + ("Bouund", &["bound"]), + ("Spreedsheet", &["spreadsheet"]), + ("Encodnings", &["encodings"]), + ("Partiiton", &["partition"]), + ("Psacing", &["pacing", "spacing"]), + ("Vitamis", &["vitamins"]), + ("Godliek", &["godlike"]), + ("Pertubate", &["perturb"]), + ("Deferance", &["deference"]), + ("Quaterions", &["quaternions"]), + ("Perfoming", &["performing"]), + ("Awating", &["awaiting"]), + ("Dumplicates", &["duplicates"]), + ("Rearrangmenets", &["rearrangements"]), + ("Simiar", &["similar"]), + ("Derviative", &["derivative"]), + ("Instaled", &["installed"]), + ("Commonhealth", &["commonwealth"]), + ("Pubish", &["publish"]), + ("Bitnaps", &["bitmaps"]), + ("Experimetnelly", &["experimentally"]), + ("Mempry", &["memory"]), + ("Anarchsits", &["anarchists"]), + ("Simultaneuos", &["simultaneous"]), + ("Prefex", &["prefix"]), + ("Correcpond", &["correspond"]), + ("Messaih", &["messiah"]), + ("Imrpoved", &["improved"]), + ("Announcents", &["announces"]), + ("Sandviches", &["sandwiches"]), + ("Diamon", &["diamond"]), + ("Tranient", &["transient"]), + ("Tigger", &["trigger"]), + ("Validitiy", &["validity"]), + ("Grigorian", &["gregorian"]), + ("Carthesian", &["cartesian"]), + ("Ceritificate", &["certificate"]), + ("Disolved", &["dissolved"]), + ("Subredddits", &["subreddits"]), + ("Optionss", &["options"]), + ("Discriminatie", &["discriminate"]), + ("Missletow", &["mistletoe"]), + ("Composiiton", &["compositions"]), + ("Damge", &["damage"]), + ("Imortant", &["important"]), + ("Canrage", &["carnage"]), + ("Illinios", &["illinois"]), + ("Certifactes", &["certificates"]), + ("Devleopper", &["developer"]), + ("Preminence", &["preeminence"]), + ("Implementatios", &["implementations"]), + ("Overfl", &["overflow"]), + ("Conversley", &["conversely"]), + ("Aoto", &["auto"]), + ("Requiremenht", &["requirement"]), + ("Metropilitan", &["metropolitan"]), + ("Arpeture", &["aperture"]), + ("Dissalows", &["disallows"]), + ("Mathimaticians", &["mathematicians"]), + ("Negotiatin", &["negotiations"]), + ("Sepcific", &["specific"]), + ("Activizion", &["activision"]), + ("Bureaucrazy", &["bureaucracy"]), + ("Anonimity", &["anonymity"]), + ("Downvotters", &["downvoters"]), + ("Experimantel", &["experimental"]), + ("Insistis", &["insists"]), + ("Enchantmant", &["enchantment"]), + ("Backfil", &["backfill"]), + ("Visibiliy", &["visibility", "visibly"]), + ("Congresman", &["congressman"]), + ("Satisfiabilty", &["satisfiability"]), + ("Inteleaved", &["interleaved"]), + ("Thatt", &["that"]), + ("Dispatcgh", &["dispatch"]), + ("Summmarized", &["summarized"]), + ("Destinatins", &["destinations"]), + ("Cashies", &["cashiers"]), + ("Archicture", &["architecture"]), + ("Antiquited", &["antiquated"]), + ("Imidiately", &["immediately"]), + ("Olympis", &["olympics"]), + ("Aslias", &["alias"]), + ("Carinomies", &["ceremonies"]), + ("Camoflague", &["camouflage"]), + ("Algoroithm", &["algorithm"]), + ("Cooefficient", &["coefficient"]), + ("Copenhaguen", &["copenhagen"]), + ("Strenghts", &["strengths"]), + ("Librery", &["library"]), + ("Emphatizes", &["emphasizes"]), + ("Protrayal", &["portrayal"]), + ("Interfcae", &["interface"]), + ("Calld", &["called"]), + ("Oilgarchy", &["oligarchy"]), + ("Utitlities", &["utilities"]), + ("Inquier", &["inquire"]), + ("Experimetenters", &["experimenters"]), + ("Turntabe", &["turntable"]), + ("Referneces", &["references"]), + ("Instrumenal", &["instrumental"]), + ("Perfomranse", &["performance"]), + ("Imperialst", &["imperialist"]), + ("Pipleines", &["pipelines"]), + ("Trucnating", &["truncating"]), + ("Southampon", &["southampton"]), + ("Perfromed", &["performed"]), + ("Supporteur", &["supporter"]), + ("Populare", &["popular"]), + ("Complusions", &["compulsion"]), + ("Rebuilts", &["rebuilds", "rebuilt", "rebuild"]), + ("Dispertion", &["dispersion"]), + ("Identitets", &["identities"]), + ("Enocder", &["encoder"]), + ("Handedy", &["handedly"]), + ("Conversatism", &["conservatism"]), + ("Experance", &["experience"]), + ("Dereivatives", &["derivatives"]), + ("Extensilbe", &["extensible"]), + ("Systm", &["system"]), + ("Healthiet", &["healthiest"]), + ("Desciription", &["description"]), + ("Competatively", &["competitively"]), + ("Stormfornt", &["stormfront"]), + ("Alredy", &["already"]), + ("Devilers", &["delivers"]), + ("Defered", &["deferred"]), + ("Seeked", &["sought"]), + ("Parliamant", &["parliament"]), + ("Funtions", &["functions"]), + ("Propertys", &["properties"]), + ("Exmplar", &["exemplar"]), + ("Signture", &["signature"]), + ("Assigmnent", &["assignment"]), + ("Unplayeble", &["unplayable"]), + ("Ungoldy", &["ungodly"]), + ("Reimpplementation", &["reimplementation"]), + ("Sibtitles", &["subtitles"]), + ("Presidancy", &["presidency"]), + ("Dissassemble", &["disassemble"]), + ("Sentaments", &["sentiments"]), + ("Desgustingly", &["disgustingly"]), + ("Sucesssfull", &["successful"]), + ("Univesities", &["universities"]), + ("Protagoinst", &["protagonists"]), + ("Corrision", &["corrosion"]), + ("Alligns", &["aligns"]), + ("Angshiosly", &["anxiously"]), + ("Unexpanced", &["unexpanded"]), + ("Notofocation", &["notification"]), + ("Overwheling", &["overwhelming"]), + ("Mathimatics", &["mathematics"]), + ("Imagin", &["imagine"]), + ("Insubstantiated", &["unsubstantiated"]), + ("Periperhal", &["peripheral"]), + ("Annihalated", &["annihilated"]), + ("Frecuent", &["frequent"]), + ("Sapeenad", &["subpoenaed"]), + ("Synchrnous", &["synchronous"]), + ("Infectation", &["infestation"]), + ("Santize", &["sanitize"]), + ("Featuires", &["features"]), + ("Statemen", &["statement"]), + ("Misognyists", &["misogynist"]), + ("Uninsipred", &["uninspired"]), + ("Languales", &["languages"]), + ("Malless", &["malice"]), + ("Rittle", &["rattle", "riddle"]), + ("Reorded", &["reorder"]), + ("Interesct", &["intersect"]), + ("Apocalytic", &["apocalyptic"]), + ("Habbit", &["habit"]), + ("Pricinpals", &["principals"]), + ("Guarnate", &["guarantee"]), + ("Attampt", &["attempt"]), + ("Minstries", &["ministries"]), + ("Detault", &["default"]), + ("Corasir", &["corsair"]), + ("Demonstraits", &["demonstrates"]), + ("Generiously", &["generously"]), + ("Deficiancy", &["deficiency"]), + ("Tourits", &["tourist"]), + ("Alterarion", &["alteration"]), + ("Platofrms", &["platforms"]), + ("Pallete", &["palette"]), + ("Subscibed", &["subscribed"]), + ("Genomew", &["genome"]), + ("Additinal", &["additional"]), + ("Deamiguates", &["disambiguates"]), + ("Momentus", &["moments"]), + ("Expeirimentations", &["experimentations"]), + ("Acepted", &["accepted"]), + ("Depandance", &["dependance"]), + ("Detmatologist", &["dermatologist"]), + ("Maka", &["make"]), + ("Referemce", &["reference"]), + ("Restrictios", &["restricts"]), + ("Resolutins", &["resolutions"]), + ("Vonfig", &["config"]), + ("Incompaitiblity", &["incompatibility"]), + ("Renegotates", &["renegotiates"]), + ("Winchestor", &["winchester"]), + ("Deocded", &["decoded"]), + ("Coallisions", &["collisions"]), + ("Opeartions", &["operations"]), + ("Differens", &["differences", "difference"]), + ("Honeslty", &["honestly"]), + ("Flaried", &["flaired"]), + ("Recod", &["record"]), + ("Vindictave", &["vindictive"]), + ("Implamentation", &["implementation"]), + ("Concentraing", &["concentrating"]), + ("Orignates", &["originates"]), + ("Franchieses", &["franchises"]), + ("Tention", &["tension"]), + ("Internationnally", &["internationally"]), + ("Commetn", &["comment"]), + ("Rewachted", &["rewatched"]), + ("Backwad", &["backward"]), + ("Hoppefully", &["hopefully"]), + ("Peageant", &["pageant"]), + ("Engieneers", &["engineers"]), + ("Physision", &["physician"]), + ("Sidelinjen", &["sideline"]), + ("Bouds", &["bounds"]), + ("Enthusiastics", &["enthusiasts"]), + ("Subsidezed", &["subsidized"]), + ("Submerines", &["submarines"]), + ("Vigilantie", &["vigilante"]), + ("Owuldve", &["wouldve"]), + ("Remenissed", &["reminisced"]), + ("Tablepsace", &["tablespace"]), + ("Stereotpye", &["stereotypes"]), + ("Aicraft", &["aircraft"]), + ("Fortitue", &["fortitude"]), + ("Circumstaces", &["circumstances"]), + ("Envoked", &["evoked", "invoked"]), + ("Psuedo", &["pseudo"]), + ("Generalizng", &["generalizing"]), + ("Withoit", &["without"]), + ("Totorial", &["tutorial"]), + ("Focument", &["document"]), + ("Probles", &["probes", "problems"]), + ("Experimntelly", &["experimentally"]), + ("Criticial", &["critical"]), + ("Releaf", &["relief"]), + ("Aleviates", &["alleviates"]), + ("Temperarily", &["temporarily"]), + ("Registraions", &["registrations"]), + ("Synatax", &["syntax"]), + ("Miscarrige", &["miscarriage"]), + ("Ermington", &["remington"]), + ("Modfifying", &["modifying"]), + ("Recuning", &["reckoning", "recusing", "retuning"]), + ("Tonihgt", &["tonight"]), + ("Shs", &["nhs", "ssh"]), + ("Finilizes", &["finalizes"]), + ("Hyperldger", &["hyperledger"]), + ("Coordanates", &["coordinates"]), + ("Aneroxic", &["anorexic"]), + ("Dimenionalities", &["dimensionalities"]), + ("Brendamn", &["brendan"]), + ("Unconditonal", &["unconditional"]), + ("Swicthing", &["switching"]), + ("Versitile", &["versatile"]), + ("Dimentional", &["dimensional"]), + ("Sectin", &["section"]), + ("Identificaton", &["identification"]), + ("Expierences", &["experiences"]), + ("Inersia", &["inertia"]), + ("Snadler", &["sandler"]), + ("Genearally", &["generally"]), + ("Complementt", &["complement"]), + ("Deepos", &["depots"]), + ("Realisticaly", &["realistically"]), + ("Onliene", &["online"]), + ("Foregrond", &["foreground"]), + ("Throughtout", &["throughout"]), + ("Circumstante", &["circumstance"]), + ("Parapharsing", &["paraphrasing"]), + ("Mulitplication", &["multiplication"]), + ("Inteligable", &["intelligible"]), + ("Impeccible", &["impeccable"]), + ("Stimluating", &["stimulating"]), + ("Questionaires", &["questionnaires"]), + ("Incatations", &["incantations"]), + ("Bilzzard", &["blizzard"]), + ("Blackhakws", &["blackhawks"]), + ("Flaghsip", &["flagship"]), + ("Summmarised", &["summarised"]), + ("Approriately", &["appropriately"]), + ("Handshacke", &["handshake"]), + ("Strugle", &["struggle"]), + ("Electromagnatic", &["electromagnetic"]), + ("Parlimentary", &["parliamentary"]), + ("Desparate", &["desperate", "disparate"]), + ("Ther", &["there", "their", "the", "other"]), + ("Contributs", &["contributes"]), + ("Introdecks", &["introduces"]), + ("Colummn", &["column"]), + ("Declartators", &["declarators"]), + ("Genralisations", &["generalisations"]), + ("Describiste", &["describes"]), + ("Modivational", &["motivational"]), + ("Develoeprs", &["developers"]), + ("Specailize", &["specializes"]), + ("Unsucccessfully", &["unsuccessfully"]), + ("Inctroduced", &["introduced"]), + ("Compeltelyt", &["completely"]), + ("Incompataible", &["incompatible"]), + ("Frankiln", &["franklin"]), + ("Overweigth", &["overweight"]), + ("Apppear", &["appear"]), + ("Curvelinear", &["curvilinear"]), + ("Brilliany", &["brilliantly"]), + ("Namnespace", &["namespace"]), + ("Opimisation", &["optimisation"]), + ("Concuring", &["concurring", "conquering"]), + ("Vicitmized", &["victimized"]), + ("Eneabled", &["enabled"]), + ("Organsier", &["organiser"]), + ("Federacion", &["federation"]), + ("Daugther", &["daughter"]), + ("Conviniances", &["conveniences"]), + ("Universial", &["universal"]), + ("Endevers", &["endeavors"]), + ("Exlusionary", &["exclusionary"]), + ("Intergity", &["integrity"]), + ("Progressoin", &["progressions"]), + ("Pamplet", &["pamphlet"]), + ("Independentiste", &["independents"]), + ("Notorization", &["notarization"]), + ("Reformes", &["reforms"]), + ("Motorollas", &["motorola"]), + ("Behaivours", &["behaviours"]), + ("Avisory", &["advisory"]), + ("Adreanline", &["adrenaline"]), + ("Cockaroches", &["cockroaches"]), + ("Fictionnal", &["fictional"]), + ("Sempphore", &["semaphore"]), + ("Exchanced", &["exchanged"]), + ("Depdenents", &["dependents"]), + ("Effectivelly", &["effectively"]), + ("Effcient", &["efficient"]), + ("Speficification", &["specification"]), + ("Perviews", &["previews", "purviews"]), + ("Disaterous", &["disastrous"]), + ("Certifcates", &["certificates"]), + ("Annhiliation", &["annihilation"]), + ("Underlyng", &["underlying"]), + ("Nimphal", &["nymphal"]), + ("Lightenting", &["lightening"]), + ("Decription", &["description", "decryption"]), + ("Overivew", &["overview"]), + ("Ditribute", &["distribute"]), + ("Gnerations", &["generations"]), + ("Assignmens", &["assignments"]), + ("Circumcission", &["circumcision"]), + ("Univeral", &["universal"]), + ("Responsile", &["responsive"]), + ("Annaverseries", &["anniversaries"]), + ("Acutual", &["actual"]), + ("Detectas", &["detects"]), + ("Apllications", &["applications"]), + ("Tweeks", &["tweaks"]), + ("Subquue", &["subqueue"]), + ("Anarquist", &["anarchist"]), + ("Filpped", &["flipped"]), + ("Promiss", &["promise"]), + ("Qulaity", &["quality"]), + ("Partision", &["partition"]), + ("Contaminted", &["contaminated"]), + ("Empressed", &["impressed"]), + ("Asendancey", &["ascendancy"]), + ("Probblez", &["problem"]), + ("Groshuries", &["groceries"]), + ("Autogrpah", &["autograph"]), + ("Unbeareble", &["unbearable"]), + ("Buiild", &["build"]), + ("Infite", &["infinite"]), + ("Valuble", &["valuable"]), + ("Vecotr", &["vector"]), + ("Insentives", &["incentives"]), + ("Consequenty", &["consequently"]), + ("Emuation", &["emulation"]), + ("Calucaltions", &["calculations"]), + ("Preprocessers", &["preprocessors"]), + ("Frametyp", &["frametype"]), + ("Expetcting", &["expecting"]), + ("Moisturier", &["moisturizer"]), + ("Homeonwer", &["homeowner"]), + ("Qouoted", &["quoted"]), + ("Dewrapping", &["unwrapping"]), + ("Bounnded", &["bounded"]), + ("Inquizitor", &["inquisitor"]), + ("Whatepsace", &["whitespace"]), + ("Addjusts", &["adjusts"]), + ("Cabint", &["cabinet"]), + ("Diablical", &["diabolical"]), + ("Guarnanteing", &["guaranteeing"]), + ("Stte", &["state"]), + ("Tillts", &["tilts"]), + ("Instnat", &["instant"]), + ("Advocay", &["advocacy"]), + ("Sumulations", &["simulations"]), + ("Resumbmitting", &["resubmitting"]), + ("Expeected", &["expected"]), + ("Signifantly", &["significantly"]), + ("Exccute", &["execute"]), + ("Sucessively", &["successively"]), + ("Ceremoniis", &["ceremonies"]), + ("Shinking", &["shrinking"]), + ("Cuasation", &["causation"]), + ("Coordinato", &["coordination"]), + ("Ecoding", &["encoding", "decoding"]), + ("Californica", &["california"]), + ("Nelink", &["netlink"]), + ("Enlightenting", &["enlightening"]), + ("Spefific", &["specific"]), + ("Maybed", &["maybe"]), + ("Thumbnal", &["thumbnails", "thumbnail"]), + ("Incremeants", &["increments"]), + ("Exended", &["extended"]), + ("Engouh", &["enough"]), + ("Sustainble", &["sustainable"]), + ("Spammend", &["spammed"]), + ("Correspomded", &["corresponded"]), + ("Rqeuesting", &["requesting"]), + ("Concating", &["concatenating"]), + ("Texure", &["texture"]), + ("Unintersting", &["uninteresting"]), + ("Enthusiams", &["enthusiasm"]), + ("Azmith", &["azimuth"]), + ("Contaners", &["containers"]), + ("Unexpcted", &["unexpected"]), + ("Acients", &["ancients"]), + ("Inclreased", &["increased"]), + ("Easthetically", &["esthetically"]), + ("Knowldege", &["knowledge"]), + ("Vandalsim", &["vandalism"]), + ("Nessessarily", &["necessarily"]), + ("Adeliade", &["adelaide"]), + ("Competance", &["competence"]), + ("Microscoop", &["microscope"]), + ("Cusines", &["cuisines"]), + ("Simlpe", &["simple"]), + ("Prety", &["pretty"]), + ("Polgyamy", &["polygamy"]), + ("Mesoneen", &["mezzanine"]), + ("Asumes", &["assumes"]), + ("Generaste", &["generates"]), + ("Prevantative", &["preventative"]), + ("Algorthym", &["algorithm"]), + ("Algorithmm", &["algorithm"]), + ("Rachives", &["archives"]), + ("Mathamatics", &["mathematics"]), + ("Measuement", &["measurement"]), + ("Satelites", &["satellites"]), + ("Deployes", &["deploys"]), + ("Follwwing", &["following"]), + ("Dissapounted", &["disappointed"]), + ("Manufactorer", &["manufacturer"]), + ("Lications", &["locations"]), + ("Realtionship", &["relationship"]), + ("Speical", &["special"]), + ("Authenticor", &["authenticator"]), + ("Notifcation", &["notification"]), + ("Tonigh", &["tonight"]), + ("Etends", &["extends", "attends"]), + ("Uncoming", &["upcoming", "oncoming"]), + ("Grat", &["great"]), + ("Demensional", &["dimensional"]), + ("Overide", &["override"]), + ("Prescrition", &["prescription"]), + ("Persicuted", &["persecuted"]), + ("Transisioned", &["transitioned"]), + ("Electrobytes", &["electrolytes"]), + ("Mandatatory", &["mandatory"]), + ("Recovr", &["recover"]), + ("Recourcing", &["resourcing"]), + ("Approprpiate", &["appropriate"]), + ("Currrency", &["currency"]), + ("Perpetue", &["perpetuate"]), + ("Dupliacted", &["duplicated"]), + ("Bulnerability", &["vulnerability"]), + ("Symapthizers", &["sympathizers"]), + ("Culturs", &["cultures"]), + ("Unenployment", &["unemployment"]), + ("Senitmental", &["sentimental"]), + ("Autenticate", &["authenticate"]), + ("Marbels", &["marbles"]), + ("Contribted", &["contributed"]), + ("Typechek", &["typecheck"]), + ("Invariabil", &["invariably"]), + ("Defferential", &["differential", "deferential"]), + ("Eneabling", &["enabling"]), + ("Vastecomy", &["vasectomy"]), + ("Envrironmental", &["environmental"]), + ("Skippd", &["skipped"]), + ("Coordintates", &["coordinates"]), + ("Supposedy", &["supposedly"]), + ("Triked", &["tricked"]), + ("Mechansim", &["mechanism"]), + ("Alloacte", &["allocate"]), + ("Perfomeamces", &["performances"]), + ("Touchapd", &["touchpad"]), + ("Froozen", &["frozen"]), + ("Lentills", &["lentils"]), + ("Californnia", &["californian"]), + ("Reampping", &["remapping", "revamping"]), + ("Encouter", &["encounter"]), + ("Comisioning", &["commissioning"]), + ("Lockingf", &["locking"]), + ("Positition", &["position"]), + ("Anphetamines", &["amphetamines"]), + ("Masoginistic", &["misogynistic"]), + ("Birthdayers", &["birthdays"]), + ("Labyrnith", &["labyrinth"]), + ("Pacjage", &["package"]), + ("Intermittment", &["intermittent"]), + ("Decorder", &["decoder"]), + ("Promts", &["prompts"]), + ("Shanging", &["changing", "shanking"]), + ("Procoess", &["process"]), + ("Scoreboad", &["scoreboard"]), + ("Inproove", &["improve"]), + ("Yourselve", &["yourselves", "yourself"]), + ("Timere", &["timer"]), + ("Repulic", &["republic"]), + ("Libertarianisim", &["libertarianism"]), + ("Resepective", &["respective"]), + ("Transalting", &["translating"]), + ("Prosparity", &["prosperity"]), + ("Repsecting", &["respecting"]), + ("Whther", &["whether"]), + ("Unigned", &["unsigned"]), + ("Scetching", &["sketching"]), + ("Switfly", &["swiftly"]), + ("Packaegs", &["packages"]), + ("Compulsivo", &["compulsion"]), + ("Externels", &["externals"]), + ("Emperically", &["empirically"]), + ("Consequental", &["consequently"]), + ("Precacheed", &["precached"]), + ("Broacasted", &["broadcast"]), + ("Contributons", &["contributors"]), + ("Trasportable", &["transportable"]), + ("Tempdate", &["template"]), + ("Sepecifiers", &["specifiers"]), + ("Unsubscribade", &["unsubscribed"]), + ("Cheeseburgie", &["cheeseburger"]), + ("Morrisound", &["morrison"]), + ("Typopgrahic", &["typographic"]), + ("Crediential", &["credential"]), + ("Looknig", &["looking"]), + ("Dectecte", &["detect", "detected", "detects"]), + ("Invincinble", &["invincible"]), + ("Handshacking", &["handshaking"]), + ("Journalisim", &["journalism"]), + ("Phillipine", &["philippine"]), + ("Colgone", &["cologne"]), + ("Definded", &["defined", "defunded"]), + ("Mozzeralla", &["mozzarella"]), + ("Corproate", &["corporate"]), + ("Minsicule", &["miniscule"]), + ("Pase", &["pass", "pace", "parse", "phase"]), + ("Revisting", &["revisiting"]), + ("Discrecion", &["discretion"]), + ("Secontary", &["secondary"]), + ("Defalut", &["default"]), + ("Singelplayer", &["singleplayer"]), + ("Foloowed", &["followed"]), + ("Addmission", &["admission"]), + ("Assigments", &["assignments"]), + ("Abstrctor", &["abstractor"]), + ("Effecked", &["effected"]), + ("Accesed", &["accessed"]), + ("Renegotion", &["renegotiation"]), + ("Wrk", &["work"]), + ("Assending", &["ascending"]), + ("Manulally", &["manually"]), + ("Otherweise", &["otherwise"]), + ("Oprimized", &["optimized"]), + ("Progammers", &["programmers"]), + ("Copenhagun", &["copenhagen"]), + ("Contious", &["continuous"]), + ("Consultati", &["consultant"]), + ("Convesration", &["conservation"]), + ("Mircowave", &["microwave"]), + ("Considerarte", &["considerate"]), + ("Overlcock", &["overclock"]), + ("Whiltelists", &["whitelists"]), + ("Unconditionnal", &["unconditional"]), + ("Coexsit", &["coexist"]), + ("Sistematically", &["systematically"]), + ("Comparions", &["comparison", "comparisons"]), + ("Battlehips", &["battleship"]), + ("Asnwers", &["answers"]), + ("Sofmore", &["sophomore"]), + ("Fursthest", &["furthest"]), + ("Asymetric", &["asymmetric"]), + ("Insterad", &["instead"]), + ("Understsand", &["understands"]), + ("Procalim", &["proclaim"]), + ("Synchronuously", &["synchronously"]), + ("Unconsistent", &["inconsistent"]), + ("Competense", &["competence"]), + ("Philipines", &["philippines"]), + ("Errot", &["error"]), + ("Belye", &["belie"]), + ("Parlaments", &["parliaments"]), + ("Sigrynges", &["syringes"]), + ("Hesistation", &["hesitation"]), + ("Brakets", &["brackets", "brakes"]), + ("Meeing", &["meeting"]), + ("Outwieghs", &["outweighs"]), + ("Instsall", &["install"]), + ("Unsusbcribe", &["unsubscribe"]), + ("Disconeting", &["disconnecting"]), + ("Hierachies", &["hierarchies"]), + ("Addresing", &["addressing"]), + ("Quaterion", &["quaternion"]), + ("Exculdes", &["excludes"]), + ("Interprate", &["interpret"]), + ("Cound", &["could", "count", "found"]), + ("Soldgers", &["soldiers"]), + ("Promitives", &["primitives"]), + ("Longitute", &["longitude"]), + ("Kindergarden", &["kindergarten"]), + ("Complicaties", &["complicate"]), + ("Sumulate", &["simulate"]), + ("Constrcts", &["constructs", "constricts"]), + ("Alternitivly", &["alternatively"]), + ("Inpolite", &["impolite"]), + ("Sacrifized", &["sacrificed"]), + ("Nashvillle", &["nashville"]), + ("Homeothapy", &["homeopathy"]), + ("Assined", &["assigned"]), + ("Philosiphical", &["philosophical"]), + ("Occaisons", &["occasions"]), + ("Contrl", &["control"]), + ("Concentrare", &["concentrate"]), + ("Kittiens", &["kitties"]), + ("Requriment", &["requirement"]), + ("Misellaneous", &["miscellaneous"]), + ("Theif", &["thief"]), + ("Battlestsr", &["battlestar"]), + ("Messiach", &["messiah"]), + ("Incorperation", &["incorporation"]), + ("Applicaion", &["application"]), + ("Lightining", &["lighting"]), + ("Interresting", &["interesting"]), + ("Wirh", &["with"]), + ("Outoign", &["outgoing"]), + ("Vulerabuility", &["vulnerability"]), + ("Wtyle", &["style"]), + ("Webapge", &["webpage"]), + ("Clarety", &["clarity"]), + ("Aesily", &["easily"]), + ("Symapthetic", &["sympathetic"]), + ("Campusers", &["campuses"]), + ("Grpahically", &["graphically"]), + ("Platfromers", &["platformer"]), + ("Individule", &["individual"]), + ("Mastubration", &["masturbation"]), + ("Adjecent", &["adjacent"]), + ("Inplementation", &["implementation"]), + ("Togater", &["together"]), + ("Indavidual", &["individual"]), + ("Dosctrings", &["docstrings"]), + ("Essesitaly", &["essentially"]), + ("Discovere", &["discoveries"]), + ("Specifially", &["specifically"]), + ("Consecuence", &["consequence"]), + ("Freedum", &["freedom"]), + ("Standardss", &["standards"]), + ("Exprienced", &["experienced"]), + ("Academicaly", &["academically"]), + ("Intercource", &["intercourse"]), + ("Cryptograpic", &["cryptographic"]), + ("Relativley", &["relatively"]), + ("Manglade", &["mangled"]), + ("Acelerated", &["accelerated"]), + ("Equtions", &["equations"]), + ("Prescrie", &["prescribed"]), + ("Monochrom", &["monochrome"]), + ("Positivies", &["positives"]), + ("Handshakres", &["handshakes"]), + ("Prohibation", &["prohibition"]), + ("Neightbourhood", &["neighbourhood"]), + ("Agnostisism", &["agnosticism"]), + ("Wekaer", &["weaker"]), + ("Discograhy", &["discography"]), + ("Interfce", &["interface"]), + ("Randayvoued", &["rendezvoused"]), + ("Prologe", &["prologue"]), + ("Guantanamero", &["guantanamo"]), + ("Datrabase", &["database"]), + ("Verisions", &["revisions"]), + ("Horziontally", &["horizontally"]), + ("Organziers", &["organizers"]), + ("Compeltion", &["completion"]), + ("Raspberrry", &["raspberry"]), + ("Rhetorisch", &["rhetoric"]), + ("Substantied", &["substantive"]), + ("Nightmeres", &["nightmares"]), + ("Versoin", &["version"]), + ("Deathmacth", &["deathmatch"]), + ("Protocals", &["protocols"]), + ("Inludung", &["including"]), + ("Disucss", &["discuss"]), + ("Emulaton", &["emulation"]), + ("Renegotiotate", &["renegotiate"]), + ("Delcared", &["declared"]), + ("Eczecutes", &["executes"]), + ("Advertisy", &["adversity"]), + ("Intefered", &["interfered"]), + ("Differet", &["different"]), + ("Praefix", &["prefix"]), + ("Conveinent", &["convenient"]), + ("Etrailer", &["retailer"]), + ("Indepenent", &["independent"]), + ("Prededence", &["precedence"]), + ("Withhelding", &["withholding"]), + ("Commense", &["commenters"]), + ("Excetute", &["execute"]), + ("Homogeneos", &["homogeneous"]), + ("Qoutation", &["quotation"]), + ("Asssumes", &["assumes"]), + ("Commandore", &["commanders"]), + ("Swarmin", &["swarming"]), + ("Skurging", &["scourging"]), + ("Cteation", &["creation"]), + ("Descedent", &["descendent"]), + ("Thoughful", &["thoughtful"]), + ("Programatic", &["programmatic"]), + ("Languges", &["languages"]), + ("Portrayels", &["portrays"]), + ("Experimeners", &["experimenters"]), + ("Tto", &["to"]), + ("Relvant", &["relevant"]), + ("Informatikon", &["information"]), + ("Experiemntal", &["experimental"]), + ("Merchantablity", &["merchantability"]), + ("Obervs", &["observes"]), + ("Thursdsy", &["thursdays"]), + ("Unsubscritpion", &["unsubscription"]), + ("Adjacancy", &["adjacency"]), + ("Toliet", &["toilet"]), + ("Zoocheini", &["zucchini"]), + ("Leagelize", &["legalize"]), + ("Settlemetns", &["settlements"]), + ("Intendend", &["intended"]), + ("Spefixifed", &["specified"]), + ("Intallations", &["installations"]), + ("Connectd", &["connected"]), + ("Breack", &["brake", "break"]), + ("Agressiveness", &["aggressiveness"]), + ("Tentant", &["tenant"]), + ("Instrumentul", &["instrumental"]), + ("Heavywieght", &["heavyweight"]), + ("Extraxting", &["extracting"]), + ("Rigurous", &["rigorous"]), + ("Definotely", &["definitely"]), + ("Profesisonal", &["professionals"]), + ("Calucalte", &["calculate"]), + ("Incorparated", &["incorporated"]), + ("Readdrss", &["readdress"]), + ("Foriners", &["foreigners"]), + ("Ugglyness", &["ugliness"]), + ("Ararbic", &["arabic"]), + ("Deply", &["deploy", "deeply"]), + ("Kknow", &["know"]), + ("Popoulus", &["populous"]), + ("Mozillia", &["mozilla"]), + ("Chizziles", &["chisels"]), + ("Schiziphrenic", &["schizophrenic"]), + ("Culturels", &["cultures"]), + ("Representatieve", &["representative"]), + ("Scrooling", &["scrolling"]), + ("Understandablely", &["understandably"]), + ("Kenerl", &["kernel"]), + ("Einstance", &["instance"]), + ("Autherize", &["authorize"]), + ("Predecesser", &["predecessor"]), + ("Beliefed", &["believed"]), + ("Erro", &["error"]), + ("Midpints", &["midpoints"]), + ("Unsigend", &["unsigned"]), + ("Certication", &["certification"]), + ("Anout", &["about"]), + ("Electoraat", &["electorate"]), + ("Intiials", &["initials"]), + ("Alows", &["allows"]), + ("Hemmorhaging", &["hemorrhaging"]), + ("Uninstallled", &["uninstalled"]), + ("Oversubcribed", &["oversubscribed"]), + ("Panedmic", &["pandemic"]), + ("Customizeable", &["customizable"]), + ("Publsher", &["publisher"]), + ("Partisions", &["partitions"]), + ("Merhcants", &["merchants"]), + ("Plabeswalker", &["planeswalker"]), + ("Expermentation", &["experimentation"]), + ("Validitity", &["validity"]), + ("Psychologyst", &["psychologist"]), + ("Censequence", &["consequence"]), + ("Naybor", &["neighbor"]), + ("Moleclues", &["molecules"]), + ("Cheeper", &["cheaper"]), + ("Tragicallly", &["tragically"]), + ("Indugle", &["indulge"]), + ("Resouce", &["resource"]), + ("Motorolla", &["motorola"]), + ("Monsday", &["monday"]), + ("Retalier", &["retailer"]), + ("Upport", &["support"]), + ("Dependend", &["dependent", "depended"]), + ("Wehre", &["where"]), + ("Teusday", &["tuesday"]), + ("Dimnension", &["dimension"]), + ("Sponser", &["sponsor"]), + ("Popolates", &["populates"]), + ("Compeating", &["completing", "competing"]), + ("Reparametrize", &["reparameterize"]), + ("Accdiently", &["accidently"]), + ("Reguster", &["register"]), + ("Accessibily", &["accessibility"]), + ("Contraitns", &["constraints"]), + ("Ytou", &["you"]), + ("Retreival", &["retrieval"]), + ("Fumctioned", &["functioned"]), + ("Competenet", &["competence"]), + ("Chubks", &["chunks"]), + ("Demenstration", &["demonstration"]), + ("Begiinning", &["beginning"]), + ("Booleamns", &["booleans"]), + ("Offisianado", &["aficionado"]), + ("Botostrap", &["bootstrap"]), + ("Appareance", &["appearance"]), + ("Conservaton", &["conservation"]), + ("Bunded", &["binded", "bounded", "bundled"]), + ("Bastracts", &["abstracts"]), + ("Spashed", &["splashed"]), + ("Prestigiosa", &["prestigious"]), + ("Dabree", &["debris"]), + ("Whent", &["went"]), + ("Moderatorin", &["moderation"]), + ("Prototpyes", &["prototypes"]), + ("Specfications", &["specifications"]), + ("Carmonial", &["ceremonial"]), + ("Opportunistly", &["opportunistically"]), + ("Pratically", &["practically"]), + ("Faciliate", &["facilitate"]), + ("Coversion", &["conversion"]), + ("Folllowiong", &["following"]), + ("Incerceration", &["incarceration"]), + ("Desingner", &["designer"]), + ("Inhomogenous", &["inhomogeneous"]), + ("Progapation", &["propagation"]), + ("Initialialized", &["initialized"]), + ("Producirse", &["producers"]), + ("Insitution", &["institution"]), + ("Verigated", &["variegated"]), + ("Primarely", &["primarily"]), + ("Corus", &["chorus"]), + ("Crirically", &["critically"]), + ("Assotiations", &["associations"]), + ("Constrast", &["contrast"]), + ("Calulated", &["calculated"]), + ("Accesable", &["accessible"]), + ("Teraforms", &["terraforms"]), + ("Worser", &["worse"]), + ("Porves", &["proves"]), + ("Cengter", &["center"]), + ("Manipluate", &["manipulate"]), + ("Raeds", &["reads"]), + ("Activiate", &["activate"]), + ("Mastquerade", &["masquerade"]), + ("Reasonbly", &["reasonably"]), + ("Swansoon", &["swanson"]), + ("Xepectedly", &["expectedly"]), + ("Receiviing", &["receiving"]), + ("Reprsentations", &["representations"]), + ("Interator", &["iterator"]), + ("Spefcifiable", &["specifiable"]), + ("Dterminated", &["determined"]), + ("Unappretiative", &["unappreciative"]), + ("Reviewtrue", &["reviewer"]), + ("Birmimgham", &["birmingham"]), + ("Associeates", &["associates"]), + ("Follwwer", &["follower"]), + ("Shanghia", &["shanghai"]), + ("Documentarse", &["documentaries"]), + ("Demonstrabil", &["demonstrably"]), + ("Champiosnhip", &["championships"]), + ("Imlpementation", &["implementations"]), + ("Juxtifies", &["justifies"]), + ("Imrpovements", &["improvements"]), + ("Institucion", &["institution"]), + ("Syntaces", &["syntax", "syntaxes"]), + ("Trogladitical", &["troglodytical"]), + ("Mabyelline", &["maybelline"]), + ("Classificaion", &["classification"]), + ("Rightfuly", &["rightfully"]), + ("Registsers", &["registers"]), + ("Auidobook", &["audiobook"]), + ("Alsready", &["already"]), + ("Prioritze", &["prioritize"]), + ("Distanca", &["distance"]), + ("Jericoh", &["jericho"]), + ("Pont", &["point"]), + ("Altogheter", &["altogether"]), + ("Revists", &["revisits"]), + ("Silicoln", &["silicon"]), + ("Vulnerabuilitis", &["vulnerabilities"]), + ("Dalegate", &["delegate"]), + ("Prcedure", &["procedure"]), + ("Intergations", &["integrations"]), + ("Alternativelly", &["alternatively"]), + ("Protagonistas", &["protagonists"]), + ("Acecess", &["access"]), + ("Netowrk", &["network"]), + ("Tageting", &["targeting"]), + ("Simultaneusly", &["simultaneously"]), + ("Gernerates", &["generates"]), + ("Comfirmation", &["confirmation"]), + ("Shapshot", &["snapshot"]), + ("Attribuets", &["attributes"]), + ("Rationel", &["rationale"]), + ("Consitutuents", &["constituents"]), + ("Ignorrs", &["ignores"]), + ("Genearted", &["generated"]), + ("Qualifieres", &["qualifiers"]), + ("Opearion", &["operation"]), + ("Infromers", &["informers"]), + ("Wisconisn", &["wisconsin"]), + ("Emtpies", &["empties"]), + ("Doubth", &["doubt"]), + ("Improtations", &["importations"]), + ("Affixiation", &["affiliation"]), + ("Protocoles", &["protocols"]), + ("Recommmend", &["recommend"]), + ("Diassemble", &["disassemble"]), + ("Compatative", &["comparative"]), + ("Cntains", &["contains"]), + ("Remainig", &["remaining"]), + ("Negatiotiations", &["negotiations"]), + ("Deserailise", &["deserialise"]), + ("Expermienter", &["experimenter"]), + ("Assimialted", &["assimilate"]), + ("Ecstasty", &["ecstasy"]), + ("Relaibility", &["reliability"]), + ("Guaruntees", &["guarantees"]), + ("Dosseay", &["dossier"]), + ("Applainces", &["appliances"]), + ("Mechananism", &["mechanism"]), + ("Acomplishment", &["accomplishment"]), + ("Collabration", &["collaboration"]), + ("Responcibility", &["responsibility"]), + ("Placemet", &["placements", "placement", "placemat"]), + ("Penguines", &["penguins"]), + ("Bangledash", &["bangladesh"]), + ("Skillsshot", &["skillshots"]), + ("Characaters", &["characters"]), + ("Exitted", &["exited"]), + ("Homoegenous", &["homogeneous"]), + ("Ajusting", &["adjusting"]), + ("Attrbiute", &["attribute"]), + ("Commiteed", &["committed"]), + ("Percursor", &["precursor"]), + ("Connnect", &["connect"]), + ("Verboce", &["verbose"]), + ("Genration", &["generation"]), + ("Vieweres", &["viewers"]), + ("Migt", &["might", "midget"]), + ("Executale", &["executable"]), + ("Actially", &["actually"]), + ("Notebok", &["notebook"]), + ("Declair", &["declare"]), + ("Exameple", &["example"]), + ("Fornated", &["formatted"]), + ("Paramecias", &["paramedics"]), + ("Defineatly", &["definitely"]), + ("Distractes", &["distracts"]), + ("Deliberante", &["deliberate"]), + ("Italias", &["italians"]), + ("Follinwg", &["following"]), + ("Kidknappee", &["kidnappee"]), + ("Truimph", &["triumph"]), + ("Defenitly", &["definitely"]), + ("Indicatior", &["indicator"]), + ("Volxel", &["voxel"]), + ("Yoh", &["you"]), + ("Provicdes", &["provides"]), + ("Aginst", &["against"]), + ("Teorem", &["theorem"]), + ("Unshfit", &["unshift"]), + ("Pilgramige", &["pilgrimage"]), + ("Agrentina", &["argentina"]), + ("Encoser", &["encoder"]), + ("Boooleans", &["booleans"]), + ("Oscilated", &["oscillated"]), + ("Trancendent", &["transcendent"]), + ("Windsoar", &["windsor"]), + ("Warnind", &["warning"]), + ("Symble", &["symbol"]), + ("Exchages", &["exchanges"]), + ("Passionatly", &["passionately"]), + ("Decalared", &["declared"]), + ("Decoritive", &["decorative"]), + ("Conveniance", &["convenience"]), + ("Tarffic", &["traffic"]), + ("Sensetivity", &["sensitivity"]), + ("Oustide", &["outside"]), + ("Successing", &["succession", "successive"]), + ("Substituding", &["substituting"]), + ("Recongnises", &["recognises"]), + ("Inncrement", &["increment"]), + ("Librabarie", &["library"]), + ("Reqire", &["require"]), + ("Thicknessess", &["thicknesses"]), + ("Poited", &["pointed"]), + ("Cirriculum", &["curriculum"]), + ("Wansts", &["wants"]), + ("Mmatching", &["matching"]), + ("Unsharable", &["unshareable"]), + ("Retrieveds", &["retrieved"]), + ("Acknowlege", &["acknowledge"]), + ("Progammatically", &["programmatically"]), + ("Relevane", &["relevant"]), + ("Obsessin", &["obsession"]), + ("Boyfirends", &["boyfriends"]), + ("Preverses", &["preserves"]), + ("Renderered", &["rendered"]), + ("Fanaticas", &["fanatics"]), + ("Possibilies", &["possibilities"]), + ("Excedes", &["exceeds"]), + ("Abnornally", &["abnormally"]), + ("Storng", &["strong"]), + ("Expliclity", &["explicitly"]), + ("Ypour", &["your"]), + ("Somenone", &["someone"]), + ("Dcument", &["document"]), + ("Reuplods", &["reuploads"]), + ("Prelayed", &["replayed"]), + ("Besided", &["besides"]), + ("Sortings", &["sorting"]), + ("Rememberable", &["memorable"]), + ("Disturbace", &["disturbance"]), + ("Locla", &["local"]), + ("Concurrectly", &["concurrently"]), + ("Jailbrocken", &["jailbroken"]), + ("Notifer", &["notifier"]), + ("Sluaghtering", &["slaughtering"]), + ("Mailny", &["mainly"]), + ("Pretentios", &["pretentious"]), + ("Developmets", &["developments"]), + ("Cemetaries", &["cemeteries"]), + ("Fathest", &["farthest"]), + ("Handshares", &["handshakes"]), + ("Missmanaged", &["mismanaged"]), + ("Microntrollers", &["microcontrollers"]), + ("Unconcsiously", &["unconsciously"]), + ("Completess", &["completeness", "completes"]), + ("Embarressment", &["embarrassment"]), + ("Cobining", &["combining"]), + ("Sinificant", &["significant"]), + ("Crations", &["creations", "nations", "rations"]), + ("Sedentarity", &["sedentary"]), + ("Correspoinding", &["corresponding"]), + ("Afghanisthan", &["afghanistan"]), + ("Enumurated", &["enumerated"]), + ("Posiitives", &["positives"]), + ("Frequecy", &["frequency"]), + ("Understandible", &["understandable"]), + ("Comrpesses", &["compresses"]), + ("Propehcy", &["prophecy"]), + ("Nanosencond", &["nanosecond"]), + ("Relaized", &["realized"]), + ("Guarnates", &["guarantees"]), + ("Mortards", &["mortars"]), + ("Consenquently", &["consequently"]), + ("Overboad", &["overboard"]), + ("Cleen", &["clean"]), + ("Ponts", &["points"]), + ("Scandinacian", &["scandinavian"]), + ("Mathematicals", &["mathematics"]), + ("Catched", &["caught"]), + ("Paritioning", &["partitioning"]), + ("Uncondisionnal", &["unconditional"]), + ("Sacrilegeous", &["sacrilegious"]), + ("Mininise", &["minimise"]), + ("Reseached", &["researched"]), + ("Uninstallng", &["uninstalling"]), + ("Sentance", &["sentence"]), + ("Speficillic", &["specific"]), + ("Guarntees", &["guarantees"]), + ("Corss", &["cross", "course"]), + ("Anways", &["anyway"]), + ("Arrangtes", &["arranges"]), + ("Encocder", &["encoder"]), + ("Adddress", &["address"]), + ("Spectacullar", &["spectacularly"]), + ("Acheivement", &["achievement"]), + ("Negatiotiate", &["negotiate"]), + ("Subsitutable", &["substitutable"]), + ("Ridiculious", &["ridiculous"]), + ("Steriods", &["steroids"]), + ("Maneouvres", &["manoeuvres"]), + ("Redicilous", &["ridiculous"]), + ("Shfits", &["shifts"]), + ("Charcol", &["charcoal"]), + ("Perssious", &["precious"]), + ("Mutches", &["matches"]), + ("Costumizable", &["customizable"]), + ("Libreries", &["libraries"]), + ("Cocnerns", &["concerns"]), + ("Furctose", &["fructose"]), + ("Posistions", &["positions"]), + ("Pubishing", &["publishing"]), + ("Scrambleing", &["scrambling"]), + ("Overlowing", &["overflowing"]), + ("Execion", &["execution"]), + ("Forsenic", &["forensic"]), + ("Intereactions", &["intersections"]), + ("Descriibes", &["describes"]), + ("Oylmpic", &["olympic"]), + ("Collectems", &["collects"]), + ("Tallents", &["tallest"]), + ("Poisond", &["poisoned"]), + ("Charakters", &["characters"]), + ("Grantie", &["granite"]), + ("Origining", &["originating"]), + ("Agressie", &["aggressive"]), + ("Poinyent", &["poignant"]), + ("Cotrolled", &["controlled"]), + ("Receiveing", &["receiving"]), + ("Extraploate", &["extrapolate"]), + ("Missingassignement", &["missingassignment"]), + ("Ecologia", &["ecological"]), + ("Escalatin", &["escalation"]), + ("Exonorate", &["exonerate"]), + ("Illigel", &["illegal"]), + ("Staition", &["station"]), + ("Analysies", &["analyses", "analysis"]), + ("Vertifiable", &["verifiable"]), + ("Subpackge", &["subpackage"]), + ("Correspondd", &["corresponded"]), + ("Invalidatiopn", &["invalidation"]), + ("Bastractly", &["abstractly"]), + ("Resorces", &["resources"]), + ("Similaraties", &["similarities"]), + ("Sentimenal", &["sentimental"]), + ("Exisitng", &["existing", "exiting"]), + ("Entiteld", &["entitled"]), + ("Adusted", &["adjusted"]), + ("Diffrential", &["differential"]), + ("Synphony", &["symphony"]), + ("Wihle", &["while"]), + ("Animatonic", &["animatronic"]), + ("Mentined", &["mentioned"]), + ("Funcstions", &["functions"]), + ("Incorperates", &["incorporates"]), + ("Alledge", &["allege"]), + ("Essentialy", &["essentially"]), + ("Narcissisist", &["narcissist"]), + ("Informatation", &["information"]), + ("Milicously", &["maliciously"]), + ("Coordinar", &["coordinator"]), + ("Modificaiton", &["modification"]), + ("Installemnt", &["installment"]), + ("Soldgered", &["soldiered"]), + ("Regularlly", &["regularly"]), + ("Incomprihensible", &["incomprehensible"]), + ("Calicum", &["calcium"]), + ("Correspomdent", &["correspondent"]), + ("Disclamier", &["disclaimer"]), + ("Deambiguage", &["disambiguate"]), + ("Platorms", &["platforms"]), + ("Nationalistisch", &["nationalists"]), + ("Deamonise", &["daemonise"]), + ("Libertaryanism", &["libertarianism"]), + ("Brittish", &["british"]), + ("Relentlessley", &["relentlessly"]), + ("Confidenty", &["confidently"]), + ("Sepending", &["depending"]), + ("Modifires", &["modifiers"]), + ("Foorter", &["footer"]), + ("Unsuprized", &["unsurprised"]), + ("Guyzer", &["geyser"]), + ("Retranser", &["retransfer"]), + ("Pairlament", &["parliament"]), + ("Depdendant", &["dependant"]), + ("Allegedley", &["allegedly"]), + ("Backpakcs", &["backpacks"]), + ("Organistaions", &["organisations"]), + ("Expeirimentally", &["experimentally"]), + ("Provede", &["provide"]), + ("Insiginficant", &["insignificant"]), + ("Exploraton", &["exploration"]), + ("Disriminator", &["discriminator"]), + ("Youseff", &["yousef", "yourself"]), + ("Configruated", &["configured", "configuration"]), + ("Paradyse", &["parades"]), + ("Incement", &["increment"]), + ("Availabity", &["availability"]), + ("Investigstion", &["investigations"]), + ("Contstructed", &["constructed"]), + ("Implenting", &["implementing"]), + ("Sophisticted", &["sophisticated"]), + ("Imperialsim", &["imperialism"]), + ("Cihphers", &["ciphers"]), + ("Collocweally", &["colloquially"]), + ("Neighbot", &["neighbor"]), + ("Compatablie", &["compatible", "compatibly"]), + ("Pessimistisch", &["pessimistic"]), + ("Seseeded", &["seceded"]), + ("Boilerplatte", &["boilerplate"]), + ("Oriantated", &["orientated"]), + ("Poers", &["powers"]), + ("Documention", &["documentation"]), + ("Foramatting", &["formatting"]), + ("Poit", &["point"]), + ("Libertarinaism", &["libertarianism"]), + ("Emplyee", &["employee"]), + ("Optained", &["obtained"]), + ("Ded", &["dead"]), + ("Inster", &["insert"]), + ("Declaire", &["declare"]), + ("Constanty", &["constantly"]), + ("Langhts", &["lengths"]), + ("Spirutually", &["spiritually"]), + ("Wite", &["write", "white"]), + ("Stroner", &["stronger"]), + ("Decribe", &["describe"]), + ("Specialzes", &["specializes"]), + ("Inclinacion", &["inclination"]), + ("Doese", &["does"]), + ("Facorites", &["favorites"]), + ("Narcissitic", &["narcissistic"]), + ("Beetween", &["between"]), + ("Incompatibil", &["incompatible"]), + ("Slaugterhouses", &["slaughterhouses"]), + ("Taxanomy", &["taxonomy"]), + ("Securiyt", &["security"]), + ("Soemthings", &["somethings"]), + ("Drammatic", &["dramatic"]), + ("Essentiall", &["essential", "essentially"]), + ("Randmoness", &["randomness"]), + ("Unnused", &["unused"]), + ("Unsignd", &["unsigned"]), + ("Scirptures", &["scriptures"]), + ("Assighs", &["assigns"]), + ("Optimazations", &["optimizations"]), + ("Unexpetced", &["unexpected"]), + ("Protocal", &["protocol"]), + ("Cpuld", &["could"]), + ("Accepatble", &["acceptable"]), + ("Presumeably", &["presumably"]), + ("Centisencond", &["centisecond"]), + ("Adventrues", &["adventures"]), + ("Poesession", &["possession"]), + ("Inialization", &["initialization"]), + ("Taveled", &["traveled"]), + ("Initialiation", &["initialization"]), + ("Clssrooms", &["classrooms"]), + ("Acheived", &["achieved"]), + ("Trampolene", &["trampoline"]), + ("Humanitarien", &["humanitarian"]), + ("Inifnity", &["infinity"]), + ("Equivilent", &["equivalent"]), + ("Calrification", &["clarification"]), + ("Envirment", &["environment"]), + ("Illustre", &["illustrate"]), + ("Reviwers", &["reviewers"]), + ("Subscripton", &["subscription"]), + ("Deliberitely", &["deliberately"]), + ("Reasponse", &["response"]), + ("Propulaios", &["propulsion"]), + ("Highlighing", &["highlighting"]), + ("Deatails", &["details"]), + ("Coherant", &["coherent"]), + ("Charmisa", &["charisma"]), + ("Strategisch", &["strategic"]), + ("Abtracting", &["abstracting"]), + ("Cimetric", &["symmetric"]), + ("Constuctor", &["constructor"]), + ("Temlate", &["template"]), + ("Devirtualizaion", &["devirtualization"]), + ("Succede", &["succeed"]), + ("Scriopts", &["scripts"]), + ("Misunderatanding", &["misunderstandings"]), + ("Tanslate", &["translate"]), + ("Sqashing", &["squashing"]), + ("Permament", &["permanent"]), + ("Mustator", &["mutator"]), + ("Deceptivley", &["deceptive"]), + ("Recocnisable", &["recognisable", "reconcilable"]), + ("Warnins", &["warnings"]), + ("Necessarally", &["necessarily"]), + ("Ignorgd", &["ignored"]), + ("Volativity", &["volatility"]), + ("Conervative", &["conservative"]), + ("Distirbutor", &["distributor"]), + ("Uniqe", &["unique"]), + ("Mantatory", &["mandatory"]), + ("Cleaups", &["cleanups"]), + ("Chipest", &["chipset"]), + ("Expermimentel", &["experimental"]), + ("Chemcial", &["chemical"]), + ("Distributiors", &["distributors"]), + ("Datatyepe", &["datatype"]), + ("Comforming", &["comforting"]), + ("Inpacts", &["impacts"]), + ("Theroetical", &["theoretical"]), + ("Hideen", &["hidden"]), + ("Condulences", &["condolences"]), + ("Restoding", &["restoring"]), + ("Cylces", &["cycles"]), + ("Buriser", &["bruiser"]), + ("Equivalance", &["equivalence"]), + ("Appreciatied", &["appreciative"]), + ("Accessoire", &["accessories", "accessory"]), + ("Currenntly", &["currently"]), + ("Nagivating", &["navigating"]), + ("Repentent", &["repentant"]), + ("Peroidicals", &["periodicals"]), + ("Inititaliser", &["initialiser"]), + ("Accurring", &["occurring"]), + ("Byond", &["beyond"]), + ("Structered", &["structured"]), + ("Snaped", &["snapped"]), + ("Unsistainable", &["unsustainable"]), + ("Religiousy", &["religiously"]), + ("Sculpters", &["sculptors", "sculptures"]), + ("Uncondisionnaly", &["unconditionally"]), + ("Scandas", &["scandals"]), + ("Withun", &["within"]), + ("Commpn", &["common"]), + ("Conrol", &["control"]), + ("Brigthen", &["brighten"]), + ("Dicionary", &["dictionary"]), + ("Alghoritms", &["algorithms"]), + ("Opitmal", &["optimal"]), + ("Apsirin", &["aspirin"]), + ("Coregated", &["corrugated"]), + ("Adolescense", &["adolescence"]), + ("Affinitze", &["affinitize"]), + ("Amnsety", &["amnesty"]), + ("Vehemantly", &["vehemently"]), + ("Acutally", &["actually"]), + ("Besitality", &["bestiality"]), + ("Dicriminators", &["discriminators"]), + ("Extedners", &["extenders"]), + ("Collabsible", &["collapsible"]), + ("Altought", &["although"]), + ("Mexicanus", &["mexicans"]), + ("Govorment", &["government"]), + ("Experimeted", &["experimented"]), + ("Compilaton", &["compilation"]), + ("Featues", &["features"]), + ("Calucalted", &["calculated"]), + ("Sproels", &["sproles"]), + ("Amealiarator", &["ameliorator"]), + ("Succsessive", &["successive"]), + ("Reguator", &["regulator"]), + ("Substiution", &["substitution"]), + ("Negligeable", &["negligible"]), + ("Propigated", &["propagated"]), + ("Mathed", &["matched"]), + ("Caluiflower", &["cauliflower"]), + ("Necessery", &["necessary"]), + ("Ponints", &["points"]), + ("Sysmte", &["system"]), + ("Annoint", &["anoint"]), + ("Monumet", &["monument"]), + ("Deffered", &["differed", "deferred"]), + ("Lookp", &["look", "looks", "lookup"]), + ("Ineffictive", &["ineffective"]), + ("Preverved", &["preserved"]), + ("Anonimously", &["anonymously"]), + ("Liveing", &["living"]), + ("Dissobediant", &["disobedient"]), + ("Volcanoe", &["volcano"]), + ("Expereinced", &["experienced"]), + ("Pedophilie", &["pedophile"]), + ("Subscritpitons", &["subscriptions"]), + ("Politcal", &["political"]), + ("Pathces", &["patches"]), + ("Trotskism", &["trotskyism"]), + ("Implementaions", &["implementations"]), + ("Subnegotatiation", &["subnegotiation"]), + ("Compitable", &["compatible"]), + ("Confirmaed", &["confirmed"]), + ("Informatin", &["information", "informing"]), + ("Spectum", &["spectrum"]), + ("Delimeters", &["delimiters"]), + ("Enhanse", &["enhances"]), + ("Tansverse", &["transverse"]), + ("Indigenius", &["indigenous"]), + ("Pojrected", &["projected"]), + ("Atrtributes", &["attributes"]), + ("Jurnyed", &["journeyed"]), + ("Variey", &["variety"]), + ("Guarenteed", &["guaranteed"]), + ("Investagators", &["investigators"]), + ("Dicionaries", &["dictionaries"]), + ("Contraticted", &["contradicted"]), + ("Universtiy", &["university"]), + ("Coytoes", &["coyotes"]), + ("Derevative", &["derivative"]), + ("Germanos", &["germans"]), + ("Cercumstantial", &["circumstantial"]), + ("Apparence", &["appearance"]), + ("Veiw", &["view"]), + ("Diconnection", &["disconnection"]), + ("Curiser", &["cruiser"]), + ("Dictionare", &["dictionaries"]), + ("Multiplebgs", &["multiples"]), + ("Hypothisis", &["hypothesis"]), + ("Ploretariat", &["proletariat"]), + ("Executding", &["executing"]), + ("Decommpress", &["decompress"]), + ("Crystalus", &["crystals"]), + ("Highlane", &["highlander"]), + ("Summurizing", &["summarizing"]), + ("Sould", &["could", "should", "sold"]), + ("Nver", &["never"]), + ("Disicplined", &["disciplined"]), + ("Sociologia", &["sociological"]), + ("Pythong", &["python"]), + ("Stereotypying", &["stereotyping"]), + ("Illuminarti", &["illuminati"]), + ("Identificaiton", &["identification"]), + ("Originiating", &["originating"]), + ("Associcating", &["associating"]), + ("Instlaled", &["installed"]), + ("Derictery", &["directory"]), + ("Speficitally", &["specifically"]), + ("Unusre", &["unsure"]), + ("Mistical", &["mystical"]), + ("Insultas", &["insults"]), + ("Delibery", &["delivery"]), + ("Justiifcation", &["justifications"]), + ("Probelm", &["problem"]), + ("Memebered", &["remembered"]), + ("Clera", &["clear", "sclera"]), + ("Inexperiencable", &["inexperience"]), + ("Cheked", &["checked"]), + ("Consrtuctor", &["constructor"]), + ("Barcelets", &["bracelets"]), + ("Equavilent", &["equivalent"]), + ("Exceptins", &["exceptions", "excepting"]), + ("Omisiences", &["omnisciences"]), + ("Comparisms", &["comparisons"]), + ("Eviserating", &["eviscerating"]), + ("Randazyvou", &["rendezvous"]), + ("Renegoitating", &["renegotiating"]), + ("Guarntes", &["guarantees"]), + ("Invarients", &["invariants"]), + ("Incompatablility", &["incompatibility"]), + ("Inferioirty", &["inferiority"]), + ("Confuing", &["confusing"]), + ("Chached", &["cached"]), + ("Deduplaication", &["deduplication"]), + ("Lunaticus", &["lunatics"]), + ("Veragated", &["variegated"]), + ("Swiming", &["swimming"]), + ("Probabilite", &["probabilities"]), + ("Deutschand", &["deutschland"]), + ("Administartor", &["administrator"]), + ("Hafltime", &["halftime"]), + ("Zukeeni", &["zucchini"]), + ("Pascheurized", &["pasteurized"]), + ("Achieveds", &["achieves"]), + ("Jkd", &["jdk"]), + ("Deliberetly", &["deliberately"]), + ("Suggessts", &["suggests"]), + ("Explit", &["explicit"]), + ("Asnd", &["and"]), + ("Sitill", &["still"]), + ("Bounad", &["bound"]), + ("Deinitalized", &["deinitialized"]), + ("Mocrophone", &["microphone"]), + ("Battlescar", &["battlestar"]), + ("Hourgalss", &["hourglass"]), + ("Maintaing", &["maintaining"]), + ("Emprisonment", &["imprisonment"]), + ("Serivces", &["services"]), + ("Guarante", &["guarantee"]), + ("Larinxes", &["larynxes"]), + ("Simualtor", &["simulator"]), + ("Excatly", &["exactly"]), + ("Accumilation", &["accumulation"]), + ("Granularty", &["granularity"]), + ("Secuity", &["security"]), + ("Bergamont", &["bergamot"]), + ("Allocaed", &["allocated"]), + ("Fo", &["of", "for", "do", "go", "to"]), + ("Assocition", &["association"]), + ("Satellie", &["satellites"]), + ("Reprucible", &["reproducible"]), + ("Nucelar", &["nuclear"]), + ("Prodiction", &["production"]), + ("Precondidition", &["precondition"]), + ("Rendtion", &["rendition"]), + ("Strucuture", &["structure"]), + ("Dosens", &["dozens"]), + ("Combiantion", &["combinations", "combination"]), + ("Automoderater", &["automoderator"]), + ("Atendee", &["attendee"]), + ("Funxtional", &["functional"]), + ("Collaobrative", &["collaborative"]), + ("Legitmate", &["legitimate"]), + ("Artifcat", &["artifact"]), + ("Tath", &["that"]), + ("Specialtys", &["specials"]), + ("Reporteros", &["reporters"]), + ("Chispet", &["chipset"]), + ("Supressor", &["suppressor"]), + ("Consumpion", &["consumption"]), + ("Audbile", &["audible"]), + ("Broardcast", &["broadcast"]), + ("Liberterians", &["libertarians"]), + ("Colorfull", &["colorful", "colorfully"]), + ("Manuver", &["maneuver"]), + ("Gouvener", &["governor"]), + ("Humiditiy", &["humidity"]), + ("Poitless", &["pointless"]), + ("Depandent", &["dependent"]), + ("Contemperary", &["contemporary"]), + ("Crystsl", &["crystals"]), + ("Justificaiton", &["justification"]), + ("Illuminite", &["illuminati"]), + ("Swiflty", &["swiftly"]), + ("Thsoe", &["those"]), + ("Adjustible", &["adjustable"]), + ("Excpeption", &["exception"]), + ("Unexpecetdly", &["unexpectedly"]), + ("Conected", &["connected"]), + ("Triangels", &["triangles"]), + ("Intellectaul", &["intellectuals"]), + ("Adapations", &["adaptations", "adoptions"]), + ("Lighers", &["lighters", "liars", "ligers"]), + ("Pedopholia", &["pedophilia"]), + ("Speficity", &["specificity"]), + ("Exponentional", &["exponential"]), + ("Sometihing", &["something"]), + ("Coruching", &["crouching"]), + ("Iconifie", &["iconify"]), + ("Readly", &["readily", "ready"]), + ("Phychedelics", &["psychedelics"]), + ("Hhader", &["header"]), + ("Kibutz", &["kibbutz"]), + ("Bufferent", &["buffered"]), + ("Degrated", &["degrade"]), + ("Herculeus", &["hercules"]), + ("Premesis", &["premises"]), + ("Debudgged", &["debugged"]), + ("Bridaging", &["brigading"]), + ("Anihilation", &["annihilation"]), + ("Ampitheaters", &["amphitheaters"]), + ("Ambuigity", &["ambiguity"]), + ("Verbously", &["verbosely"]), + ("Speficillifer", &["specifier"]), + ("Preprended", &["prepended"]), + ("Averageadi", &["averaged"]), + ("Unexpetct", &["unexpected"]), + ("Trhilling", &["thrilling"]), + ("Inkompatible", &["incompatible"]), + ("Guatamala", &["guatemala"]), + ("Deminsional", &["dimensional"]), + ("Efore", &["afore", "before"]), + ("Nvironment", &["environment"]), + ("Overwirtten", &["overwritten"]), + ("Compleet", &["complete"]), + ("Optismied", &["optimised"]), + ("Discovrs", &["discovers"]), + ("Homosexuels", &["homosexuals"]), + ("Unreplacable", &["unreplaceable"]), + ("Chinmey", &["chimney"]), + ("Colorao", &["colorado"]), + ("Tablepsaces", &["tablespaces"]), + ("Oreding", &["ordering"]), + ("Pruposefully", &["purposefully"]), + ("Reallocaites", &["reallocates"]), + ("Absoutely", &["absolutely"]), + ("Wass", &["was"]), + ("Reminised", &["reminisced"]), + ("Affitnity", &["affinity"]), + ("Calrifying", &["clarifying"]), + ("Braodcasts", &["broadcasts"]), + ("Euthanaisa", &["euthanasia"]), + ("Omages", &["homages"]), + ("Shennaigans", &["shenanigans"]), + ("Necessiate", &["necessitate"]), + ("Meeans", &["means"]), + ("Manuales", &["manuals"]), + ("Alchmeist", &["alchemist"]), + ("Chrashed", &["crashed", "thrashed", "trashed"]), + ("Manufacteur", &["manufactures"]), + ("Validattion", &["validation"]), + ("Supremacits", &["supremacist"]), + ("Positivly", &["positively"]), + ("Prototye", &["prototype"]), + ("Dissmantling", &["dismantling"]), + ("Overbraking", &["overbearing"]), + ("Deleteing", &["deleting"]), + ("Decration", &["decoration"]), + ("Negotitaing", &["negotiating"]), + ("Doplhin", &["dolphin"]), + ("Experimentais", &["experiments"]), + ("Cockroahes", &["cockroaches"]), + ("Delpoy", &["deploy"]), + ("Thigns", &["things"]), + ("Unconsciouly", &["unconsciously"]), + ("Accesnt", &["accent"]), + ("Intereact", &["interact"]), + ("Silhouwet", &["silhouette"]), + ("Corinthianos", &["corinthians"]), + ("Delimter", &["delimiter"]), + ("Shiping", &["shipping"]), + ("Properry", &["property", "properly"]), + ("Gadged", &["gadget", "gauged"]), + ("Requierments", &["requirements"]), + ("Expcetations", &["expectations"]), + ("Differenct", &["different"]), + ("Ckecksum", &["checksum"]), + ("Sorcerry", &["sorcery"]), + ("Speficiallic", &["specific"]), + ("Exponentiella", &["exponential"]), + ("Approuved", &["approved"]), + ("Detectionns", &["detections"]), + ("Dedault", &["default"]), + ("Veyr", &["very"]), + ("Aassumed", &["assumed"]), + ("Collosal", &["colossal"]), + ("Dependening", &["depending"]), + ("Coordinants", &["coordinates"]), + ("Pltform", &["platform"]), + ("Emailling", &["emailing"]), + ("Skeptisism", &["skepticism"]), + ("Apostrafies", &["apostrophes"]), + ("Termindate", &["terminate"]), + ("Exlicit", &["explicit"]), + ("Bankgok", &["bangkok"]), + ("Enocde", &["encode"]), + ("Sytax", &["syntax"]), + ("Conecctivity", &["connectivity"]), + ("Apprectice", &["apprentice"]), + ("Bounary", &["boundary"]), + ("Framgent", &["fragment"]), + ("Modprobeing", &["modprobing"]), + ("Adjustabe", &["adjustable"]), + ("Countainer", &["container"]), + ("Longuest", &["longest"]), + ("Speficiallics", &["specifics"]), + ("Avoding", &["avoiding"]), + ("Kazakstan", &["kazakhstan"]), + ("Victumized", &["victimized"]), + ("Concatinate", &["concatenate"]), + ("Experimentat", &["experimental"]), + ("Simetries", &["symmetries"]), + ("Isssue", &["issue"]), + ("Assmuming", &["assuming"]), + ("Furtherst", &["furthest"]), + ("Merecats", &["meerkats"]), + ("Reposonder", &["responder"]), + ("Coloumns", &["columns"]), + ("Guareentes", &["guarantees"]), + ("Commmunity", &["community"]), + ("Expropiate", &["expropriate"]), + ("Skatebrand", &["skateboard"]), + ("Nurtients", &["nutrients"]), + ("Targer", &["target"]), + ("Anyoens", &["anyones"]), + ("Econimically", &["economically"]), + ("Borgwasy", &["bourgeoisie"]), + ("Pojecting", &["projecting"]), + ("Communciate", &["communicate"]), + ("Massectomy", &["mastectomy"]), + ("Subtituting", &["substituting"]), + ("Sharplay", &["sharply"]), + ("Incentivies", &["incentives"]), + ("Goverments", &["governments"]), + ("Desciriptions", &["descriptions"]), + ("Intermedite", &["intermediate"]), + ("Exerciesing", &["exercising"]), + ("Publisherr", &["publisher"]), + ("Mechanicallly", &["mechanically"]), + ("Connction", &["connection"]), + ("Carbohydrats", &["carbohydrates"]), + ("Holdins", &["holdings"]), + ("Botton", &["bottom", "button"]), + ("Extractin", &["extraction"]), + ("Manufactered", &["manufactured"]), + ("Alpahabetical", &["alphabetical"]), + ("Experimneted", &["experimented"]), + ("Unorotated", &["unrotated"]), + ("Facitilies", &["facilities"]), + ("Tensiones", &["tensions"]), + ("Furutistic", &["futuristic"]), + ("Tranformer", &["transformer"]), + ("Expermient", &["experiments", "experiment"]), + ("Ciph", &["cipher", "chip"]), + ("Arrangting", &["arranging"]), + ("Initialsed", &["initialised"]), + ("Assosiacition", &["association"]), + ("Veganisim", &["veganism"]), + ("Afther", &["after", "father"]), + ("Donwloadable", &["downloadable"]), + ("Preventors", &["prevents"]), + ("Edning", &["edging", "ending"]), + ("Criticisied", &["criticise"]), + ("Mecernaries", &["mercenaries"]), + ("Interactie", &["interactive"]), + ("Spearates", &["separates"]), + ("Wizzard", &["wizard"]), + ("Unappealling", &["unappealing"]), + ("Dictaters", &["dictates"]), + ("Ingenuitiy", &["ingenuity"]), + ("Algorthnic", &["algorithmic"]), + ("Apperaring", &["appearing"]), + ("Numbet", &["number"]), + ("Faggotts", &["faggots"]), + ("Techique", &["technique"]), + ("Pregnanices", &["pregnancies"]), + ("Consttruct", &["construct"]), + ("Vulnreabilities", &["vulnerabilities"]), + ("Submti", &["submit"]), + ("Devovled", &["devolved"]), + ("Futher", &["further"]), + ("Yersa", &["years"]), + ("Patriatism", &["patriotism"]), + ("Exectuioners", &["executioner"]), + ("Supplemant", &["supplemental"]), + ("Devired", &["derived"]), + ("Religiones", &["religions"]), + ("Effctively", &["effectively"]), + ("Neighberhouds", &["neighborhoods"]), + ("Upgradingn", &["upgrading"]), + ("Fre", &["free"]), + ("Produses", &["produces"]), + ("Visable", &["visible"]), + ("Decalares", &["declares"]), + ("Ulterations", &["alterations"]), + ("Thighten", &["tighten"]), + ("Vechile", &["vehicle"]), + ("Calculatter", &["calculator"]), + ("Acquaintence", &["acquaintance"]), + ("Gagdets", &["gadgets"]), + ("Gentialia", &["genitalia"]), + ("Shpuld", &["should"]), + ("Canonalizes", &["canonicalizes"]), + ("Clustred", &["clustered"]), + ("Lincese", &["license"]), + ("Neighborhoor", &["neighbor"]), + ("Reomving", &["removing"]), + ("Disconect", &["disconnect"]), + ("Exapnsive", &["expansive"]), + ("Artifically", &["artificially"]), + ("Palastinians", &["palestinians"]), + ("Administratief", &["administrative"]), + ("Radaince", &["radiance"]), + ("Amgle", &["angle"]), + ("Resouced", &["resourced"]), + ("Browine", &["brownie"]), + ("Conncted", &["connected"]), + ("Syntaxe", &["syntax"]), + ("Certifificate", &["certificate"]), + ("Progressief", &["progressive"]), + ("Betwene", &["between"]), + ("Absoute", &["absolute"]), + ("Forcot", &["forgot"]), + ("Promisculous", &["promiscuous"]), + ("Canadains", &["canadians"]), + ("Metholodogy", &["methodology"]), + ("Coloered", &["colored"]), + ("Extremistes", &["extremists"]), + ("Kernals", &["kernels"]), + ("Warnig", &["warning"]), + ("Notififations", &["notifications"]), + ("Instatiating", &["instantiating"]), + ("Unsucessuflly", &["unsuccessfully"]), + ("Follwer", &["follower"]), + ("Paranthes", &["parentheses", "parenthesis"]), + ("Dasy", &["daisy", "dash", "days", "easy"]), + ("Hinduisim", &["hinduism"]), + ("Serialializing", &["serializing"]), + ("Relesaed", &["released"]), + ("Chnange", &["change"]), + ("Updat", &["update"]), + ("Chromasome", &["chromosome"]), + ("Unforttunately", &["unfortunately"]), + ("Diferences", &["differences"]), + ("Pris", &["prise", "prism"]), + ("Encryptation", &["encryption"]), + ("Cigurete", &["cigarette"]), + ("Ojbect", &["object"]), + ("Specical", &["special"]), + ("Incliuding", &["including"]), + ("Disuptes", &["disputes"]), + ("Occoured", &["occurred"]), + ("Ahve", &["have"]), + ("Comisioner", &["commissioner"]), + ("Instnce", &["instance"]), + ("Basicaly", &["basically"]), + ("Idiosynchracies", &["idiosyncrasies"]), + ("Representerad", &["represented"]), + ("Dereferncences", &["dereferences"]), + ("Retuned", &["returned"]), + ("Negotiotions", &["negotiations"]), + ("Downwoters", &["downvoters"]), + ("Libraires", &["libraries"]), + ("Lokaly", &["locally"]), + ("Storeage", &["storage"]), + ("Modiifier", &["modifier"]), + ("Enterie", &["entry"]), + ("Opten", &["often", "open"]), + ("Torndao", &["tornado"]), + ("Dieing", &["dying", "dyeing"]), + ("Pastery", &["pastry"]), + ("Integratron", &["integration"]), + ("Paraphrashing", &["paraphrasing"]), + ("Unrecocnized", &["unrecognized"]), + ("Updrages", &["upgrades"]), + ("Instutions", &["intuitions", "institutions"]), + ("Intangibil", &["intangible"]), + ("Pyschopath", &["psychopath"]), + ("Evyrthing", &["everything"]), + ("Exeed", &["exceed"]), + ("Intressting", &["interesting"]), + ("Hopmepage", &["homepage"]), + ("Retribuiton", &["retribution"]), + ("Curefuly", &["carefully"]), + ("Hopelessley", &["hopelessly"]), + ("Monopolice", &["monopolies"]), + ("Neglegance", &["negligence"]), + ("Asynchonous", &["asynchronous"]), + ("Idesa", &["ideas", "ides"]), + ("Aprroximation", &["approximation"]), + ("Dupliation", &["duplication"]), + ("Initalizers", &["initializers"]), + ("Alignmeent", &["alignment"]), + ("Reallocaitions", &["reallocations"]), + ("Unselecgting", &["unselecting"]), + ("Confugiration", &["configuration"]), + ("Deterioriating", &["deteriorating"]), + ("Misstypes", &["mistypes"]), + ("Porportional", &["proportional"]), + ("Internest", &["internets"]), + ("Itterates", &["iterates"]), + ("Containn", &["contain"]), + ("Govement", &["government"]), + ("Expeimenter", &["experimenter"]), + ("Vulberabiliti", &["vulnerability"]), + ("Redemeed", &["redeemed"]), + ("Terrorsim", &["terrorism"]), + ("Autocompete", &["autocomplete"]), + ("Actived", &["activated"]), + ("Flahses", &["flashes"]), + ("Mistro", &["maestro"]), + ("Furher", &["further"]), + ("Vacination", &["vaccination"]), + ("Passord", &["password"]), + ("Topolgoy", &["topology"]), + ("Ritoers", &["rioters"]), + ("Geraphics", &["graphics"]), + ("Publised", &["published"]), + ("Naerly", &["nearly", "gnarly"]), + ("Parenthese", &["parentheses"]), + ("Reconfiged", &["reconfigured"]), + ("Addapts", &["adapts"]), + ("Interpretarem", &["interpreter"]), + ("Negoziable", &["negotiable"]), + ("Equivalants", &["equivalents"]), + ("Exellent", &["excellent"]), + ("Certficiates", &["certificates"]), + ("Acquanited", &["acquainted"]), + ("Idenitified", &["identifies"]), + ("Unvulnerable", &["invulnerable"]), + ("Nitched", &["niched"]), + ("Forntline", &["frontline"]), + ("Typcial", &["typical"]), + ("Monumentos", &["monuments"]), + ("Inconveninece", &["inconvenience"]), + ("Interated", &["iterated", "interacted", "integrated"]), + ("Camelion", &["chameleon"]), + ("Perpatuate", &["perpetuate"]), + ("Distrobuted", &["distributed"]), + ("Transsexaul", &["transsexual"]), + ("Melancoly", &["melancholy"]), + ("Exagerations", &["exaggerations"]), + ("Renforce", &["reinforce"]), + ("Aroung", &["around"]), + ("Revolutionairy", &["revolutionary"]), + ("Foreginer", &["foreigner"]), + ("Religeons", &["religions"]), + ("Messagetqueue", &["messagequeue"]), + ("Contatining", &["containing"]), + ("Cooridnate", &["coordinate"]), + ("Unatteneded", &["unattended"]), + ("Grobally", &["globally"]), + ("Engeneering", &["engineering"]), + ("Recurits", &["recruits"]), + ("Intoxicatin", &["intoxication"]), + ("Creting", &["creating"]), + ("Iteator", &["iterator"]), + ("Indianos", &["indians"]), + ("Hashs", &["hashes"]), + ("Hardned", &["hardened"]), + ("Manipualte", &["manipulate"]), + ("Luckilly", &["luckily"]), + ("Sloothed", &["sleuthing"]), + ("Prevailaing", &["prevailing"]), + ("Fundametal", &["fundamental"]), + ("Ellingotn", &["ellington"]), + ("Comits", &["commits"]), + ("Palestina", &["palestinian"]), + ("Knoweldge", &["knowledge"]), + ("Artifac", &["artifact"]), + ("Conly", &["only"]), + ("Norhtwest", &["northwest"]), + ("Menaingful", &["meaningful"]), + ("Platforma", &["platforms"]), + ("Paschurizes", &["pasteurizes"]), + ("Confiramtion", &["confirmation"]), + ("Conversationy", &["conservation"]), + ("Reposonses", &["responses"]), + ("Rittler", &["rattler", "riddler"]), + ("Icreasing", &["increasing"]), + ("Responsibil", &["responsibly"]), + ("Hierchical", &["hierarchical"]), + ("Frecuented", &["frequented"]), + ("Helo", &["hello"]), + ("Demudulator", &["demodulator"]), + ("Astonising", &["astonishing"]), + ("Trudnle", &["trundle"]), + ("Visblie", &["visible"]), + ("Represenatation", &["representation"]), + ("Gnerate", &["generate"]), + ("Dicretion", &["discretion"]), + ("Netowrks", &["networks"]), + ("Krypotnite", &["kryptonite"]), + ("Hypentated", &["hyphenated"]), + ("Propmter", &["prompter"]), + ("Ploynomials", &["polynomials"]), + ("Minnesotta", &["minnesota"]), + ("Abstrctness", &["abstractness"]), + ("Laysered", &["lasered", "layered"]), + ("Absouletely", &["absolutely"]), + ("Poitners", &["pointers"]), + ("Approrpriately", &["appropriately"]), + ("Gramatical", &["grammatical"]), + ("Errorneus", &["erroneous"]), + ("Credentaisl", &["credentials"]), + ("Repackged", &["repackaged"]), + ("Labbel", &["label"]), + ("Volatge", &["voltage"]), + ("Comapring", &["comparing"]), + ("Contfibs", &["contribs"]), + ("Olny", &["only"]), + ("Regionaal", &["regional"]), + ("Spontaenous", &["spontaneous"]), + ("Loder", &["loader"]), + ("Specifi", &["specific", "specify"]), + ("Poitner", &["pointer"]), + ("Acquiessing", &["acquiescing"]), + ("Verifty", &["verify"]), + ("Simle", &["simple", "smile", "simile"]), + ("Proponenet", &["proponent"]), + ("Indien", &["indian", "endian"]), + ("Experimmenter", &["experimenter"]), + ("Spredsheet", &["spreadsheet"]), + ("Cntain", &["contain"]), + ("Librabary", &["library"]), + ("Organizarte", &["organizer"]), + ("Witable", &["writeable"]), + ("Unchaged", &["unchanged"]), + ("Architecutre", &["architecture"]), + ("Unsgined", &["unsigned"]), + ("Exponentation", &["exponentiation"]), + ("Explicitily", &["explicitly"]), + ("Excesss", &["excess"]), + ("Welathier", &["wealthier"]), + ("Represants", &["represents"]), + ("Inrinsics", &["intrinsics"]), + ("Andoids", &["androids"]), + ("Depdendet", &["dependent"]), + ("Stryofoam", &["styrofoam"]), + ("Corrisponding", &["corresponding"]), + ("Dividor", &["divider", "divisor"]), + ("Commants", &["commands", "comments"]), + ("Propt", &["prompt"]), + ("Overclocled", &["overclocked"]), + ("Custoemr", &["customer"]), + ("Droput", &["dropout"]), + ("Gabage", &["garbage"]), + ("Excecptional", &["exceptional"]), + ("Dimensionnal", &["dimensional"]), + ("Sensetive", &["sensitive"]), + ("Retrned", &["returned"]), + ("Cosemtics", &["cosmetics"]), + ("Accets", &["accepts"]), + ("Largets", &["largest", "targets"]), + ("Unsubscrible", &["unsubscribed"]), + ("Cymk", &["cmyk"]), + ("Elctromagnetic", &["electromagnetic"]), + ("Orhpan", &["orphan"]), + ("Miscomunnication", &["miscommunication"]), + ("Triying", &["trying"]), + ("Paritions", &["partitions"]), + ("Platfform", &["platform"]), + ("Instrospection", &["introspection"]), + ("Negativly", &["negatively"]), + ("Sucessess", &["success"]), + ("Temporali", &["temporarily"]), + ("Beutification", &["beautification"]), + ("Intensites", &["intensities"]), + ("Disticnt", &["distinct"]), + ("Amout", &["amount"]), + ("Plcaed", &["placed"]), + ("Crutchers", &["crutches"]), + ("Reasonnably", &["reasonably"]), + ("Suspciously", &["suspiciously"]), + ("Repition", &["repetition"]), + ("Fullset", &["fullest"]), + ("Ocassionally", &["occasionally"]), + ("Cunting", &["counting", "hunting"]), + ("Anurism", &["aneurism"]), + ("Selecction", &["selection"]), + ("Deustchland", &["deutschland"]), + ("Speperates", &["separates"]), + ("Udpates", &["updates"]), + ("Drfiting", &["drifting"]), + ("Markown", &["markdown"]), + ("Sintacks", &["syntax"]), + ("Subtsitutable", &["substitutable"]), + ("Deinitalizing", &["deinitializing"]), + ("Concentated", &["concentrated"]), + ("Parademics", &["paramedics"]), + ("Legionaires", &["legionnaires"]), + ("Iterstions", &["iterations"]), + ("Skepitcal", &["skeptical"]), + ("Ariculations", &["articulations"]), + ("Uprgades", &["upgrades"]), + ("Sistemize", &["systemize"]), + ("Embarrasement", &["embarrassment"]), + ("Violoating", &["violating"]), + ("Advantegeous", &["advantageous"]), + ("Intergerated", &["integrated"]), + ("Regulas", &["regulars"]), + ("Custumization", &["customization"]), + ("Authencators", &["authenticators"]), + ("Originalt", &["originality"]), + ("Wsee", &["see"]), + ("Accessiblity", &["accessibility"]), + ("Arquitectures", &["architectures"]), + ("Behaiour", &["behaviour"]), + ("Empasses", &["impasses"]), + ("Wissles", &["whistles"]), + ("Unitility", &["utility"]), + ("Triscadecaphobia", &["triskaidekaphobia"]), + ("Cahsier", &["cashier"]), + ("Ellitot", &["elliott"]), + ("Eugneics", &["eugenics"]), + ("Binominal", &["binomial"]), + ("Curroption", &["corruption"]), + ("Sistemized", &["systemized"]), + ("Veiwings", &["viewings"]), + ("Diarreha", &["diarrhea"]), + ("Nastershum", &["nasturtium"]), + ("Attribubtes", &["attributes"]), + ("Provervial", &["proverbial"]), + ("Equivilence", &["equivalence"]), + ("Romanitcally", &["romantically"]), + ("Ather", &["other"]), + ("Trubadors", &["troubadours"]), + ("Inherritance", &["inheritance"]), + ("Scenarious", &["scenarios"]), + ("Containd", &["contained"]), + ("Secund", &["second"]), + ("Scestion", &["section"]), + ("Ectastic", &["ecstatic"]), + ("Histigram", &["histogram"]), + ("Implimentor", &["implementor"]), + ("Spefifiable", &["specifiable"]), + ("Exceuctives", &["executives"]), + ("Availabal", &["available"]), + ("Otuput", &["output"]), + ("Assmptions", &["assumptions"]), + ("Disassemblerr", &["disassembler"]), + ("Restiction", &["restriction"]), + ("Exacty", &["exactly"]), + ("Shouod", &["should"]), + ("Integere", &["integer"]), + ("Instrumenetd", &["instrumented"]), + ("Travese", &["traverse"]), + ("Corener", &["corner", "coroner"]), + ("Astronautas", &["astronauts"]), + ("Assistence", &["assistance"]), + ("Termintating", &["terminating"]), + ("Behavriours", &["behaviours"]), + ("Insurasnce", &["insurance"]), + ("Depretiating", &["depreciating", "deprecating"]), + ("Paragraps", &["paragraphs"]), + ("Limititing", &["limiting"]), + ("Versons", &["versions"]), + ("Internetis", &["internets"]), + ("Recommneded", &["recommended"]), + ("Whiltelist", &["whitelist"]), + ("Markaup", &["markup"]), + ("Sprinf", &["sprintf"]), + ("Askreddt", &["askreddit"]), + ("Inpust", &["input", "inputs"]), + ("Custonizers", &["customizers"]), + ("Intelligenty", &["intelligently"]), + ("Bistream", &["bitstream"]), + ("Netwrok", &["network"]), + ("Tehre", &["there"]), + ("Wishlisht", &["wishlist"]), + ("Simulatenously", &["simultaneously"]), + ("Doublelit", &["doublelift"]), + ("Graceufl", &["graceful"]), + ("Apporved", &["approved"]), + ("Civelesations", &["civilisations"]), + ("Alrighy", &["alrighty"]), + ("Concatinations", &["concatenations"]), + ("Symphatizes", &["sympathize"]), + ("Decriptions", &["descriptions", "decryptions"]), + ("Countrs", &["counters", "contours", "countries"]), + ("Deragotory", &["derogatory"]), + ("Dictionnaries", &["dictionaries"]), + ("Implimention", &["implementation"]), + ("Friednship", &["friendships"]), + ("Contencious", &["contentious"]), + ("Restriant", &["restraint"]), + ("Mebrain", &["membrane"]), + ("Mcuh", &["much"]), + ("Unexpexctedly", &["unexpectedly"]), + ("Afforts", &["affords"]), + ("Seconadry", &["secondary"]), + ("Resolutin", &["resolutions", "resolution"]), + ("Deamands", &["demands"]), + ("Thougt", &["thought", "though"]), + ("Journalistens", &["journalists"]), + ("Interep", &["interop"]), + ("Brillaintly", &["brilliantly"]), + ("Parsef", &["parsec", "parsed", "parser"]), + ("Passionatelly", &["passionately"]), + ("Precisionn", &["precision"]), + ("Initiliazing", &["initializing"]), + ("Therapuetic", &["therapeutic"]), + ("Finsh", &["finish", "finch"]), + ("Foundaries", &["foundries"]), + ("Frustrasion", &["frustrations"]), + ("Loreplay", &["roleplay"]), + ("Convulated", &["convoluted"]), + ("Torchilght", &["torchlight"]), + ("Retrn", &["return"]), + ("Upadate", &["update"]), + ("Contais", &["contains"]), + ("Conversationable", &["conversational"]), + ("Reaceive", &["receive"]), + ("Vigliante", &["vigilante"]), + ("Experimmentally", &["experimentally"]), + ("Mathmatically", &["mathematically"]), + ("Downloaad", &["download"]), + ("Vicseral", &["visceral"]), + ("Parmeters", &["parameters"]), + ("Stereotying", &["stereotyping"]), + ("Supermaster", &["supermarkets"]), + ("Distribuem", &["distribute"]), + ("Uncetain", &["uncertain"]), + ("Registratino", &["registration"]), + ("Australa", &["australian"]), + ("Anphibian", &["amphibian"]), + ("Disguisting", &["disgusting"]), + ("Frowarded", &["forwarded"]), + ("Aproch", &["approach"]), + ("Airpost", &["airports"]), + ("Assistanse", &["assistants"]), + ("Learing", &["learning"]), + ("Progamable", &["programmable"]), + ("Mebers", &["members"]), + ("Unsubscrbe", &["unsubscribe"]), + ("Tournements", &["tournaments"]), + ("Coulumn", &["column", "coulomb"]), + ("Bastractor", &["abstractor"]), + ("Necesserily", &["necessarily"]), + ("Settting", &["setting"]), + ("Deprectated", &["deprecated"]), + ("Inexplicabley", &["inexplicably"]), + ("Neighbourhoors", &["neighbours"]), + ("Ministerens", &["ministers"]), + ("Warniong", &["warning"]), + ("Unspeficieid", &["unspecified"]), + ("Improvment", &["improvement"]), + ("Intger", &["integer"]), + ("Incentivice", &["incentive"]), + ("Delievered", &["delivered"]), + ("Electroman", &["electron"]), + ("Burzwah", &["bourgeois"]), + ("Issueing", &["issuing"]), + ("Abandenment", &["abandonment"]), + ("Arithmitic", &["arithmetic"]), + ("Protagonistes", &["protagonists"]), + ("Vunlerable", &["vulnerable"]), + ("Perspektive", &["perspective"]), + ("Genrates", &["generates"]), + ("Narling", &["gnarling", "nailing", "narking", "snarling"]), + ("Checkpointusa", &["checkpoints"]), + ("Accuratelly", &["accurately"]), + ("Dissimliarly", &["dissimilarly"]), + ("Trustowrthy", &["trustworthy"]), + ("Seaonal", &["seasonal"]), + ("Fomratted", &["formatted"]), + ("Chanaging", &["changing"]), + ("Blessd", &["blessed"]), + ("Scholerships", &["scholarships"]), + ("Cahining", &["chaining"]), + ("Manipulted", &["manipulated"]), + ("Incomapatibility", &["incompatibility"]), + ("Reactionair", &["reactionary"]), + ("Accross", &["across"]), + ("Dismantaled", &["dismantled"]), + ("Improsined", &["imprisoned"]), + ("Nwo", &["now"]), + ("Clener", &["cleaner"]), + ("Complimation", &["complication"]), + ("Territorry", &["territory"]), + ("Nedle", &["needle"]), + ("Tirangles", &["triangles"]), + ("Easilty", &["easily"]), + ("Narcisissts", &["narcissist"]), + ("Mercanaries", &["mercenaries"]), + ("Provideres", &["providers"]), + ("Unannomous", &["unanimous"]), + ("Equest", &["request"]), + ("Confeses", &["confess"]), + ("Polypoygon", &["polypolygon"]), + ("Shitstrom", &["shitstorm"]), + ("Referenceing", &["referencing"]), + ("Directrives", &["directives"]), + ("Tremendeous", &["tremendous"]), + ("Swithed", &["switched"]), + ("Enitity", &["entity"]), + ("Shpae", &["shape"]), + ("Powerprint", &["powerpoint"]), + ("Alignmenet", &["alignment"]), + ("Straigthening", &["straightening"]), + ("Sensationnal", &["sensational"]), + ("Invulnurable", &["invulnerable"]), + ("Smove", &["move"]), + ("Novisheate", &["novitiate"]), + ("Casulaty", &["casualty"]), + ("Spreadhseets", &["spreadsheets"]), + ("Consectutive", &["consecutive"]), + ("Detrmines", &["determines"]), + ("Lingvistic", &["linguistic"]), + ("Fracional", &["fractional"]), + ("Exceutable", &["executable"]), + ("Fermantation", &["fermentation"]), + ("Delaership", &["dealership"]), + ("Meachnism", &["mechanism"]), + ("Senteces", &["sentences"]), + ("Apprieciating", &["appreciating"]), + ("Apllies", &["applies"]), + ("Progessed", &["progressed"]), + ("Disrepresentation", &["misrepresentation"]), + ("Booleams", &["booleans"]), + ("Paitence", &["patience"]), + ("Cellabrate", &["celebrate"]), + ("Appriximate", &["approximate"]), + ("Desturbed", &["disturbed"]), + ("Fiedls", &["fields"]), + ("Bunldes", &["bundles"]), + ("Amognst", &["amongst"]), + ("Integrety", &["integrity"]), + ("Reenforcement", &["reinforcement"]), + ("Skillsofts", &["skillshots"]), + ("Evaulate", &["evaluate"]), + ("Susseeds", &["secedes"]), + ("Travesing", &["traversing"]), + ("Extraordinarly", &["extraordinary", "extraordinarily"]), + ("Valudes", &["values"]), + ("Reserrection", &["resurrection"]), + ("Distrubutors", &["distributors"]), + ("Romoting", &["remoting"]), + ("Pertubing", &["perturbing"]), + ("Qualifyers", &["qualifiers"]), + ("Scetches", &["sketches"]), + ("Unnowns", &["unknowns"]), + ("Justifiy", &["justify"]), + ("Columnes", &["columns"]), + ("Modifled", &["modified"]), + ("Contrrols", &["controls"]), + ("Responsiblity", &["responsibility"]), + ("Chanceled", &["canceled"]), + ("Puhsups", &["pushups"]), + ("Vallid", &["valid"]), + ("Immatureity", &["immaturity"]), + ("Hardward", &["hardware"]), + ("Fortunte", &["fortune"]), + ("Organistion", &["organisation"]), + ("Pharmacyst", &["pharmacist"]), + ("Weppon", &["weapon"]), + ("Namme", &["name"]), + ("Procalimed", &["proclaimed"]), + ("Concer", &["concern"]), + ("Atendance", &["attendance"]), + ("Homophibic", &["homophobic"]), + ("Necessiates", &["necessities"]), + ("Complicite", &["complicate"]), + ("Destinationhash", &["destinations"]), + ("Pertinet", &["pertinent"]), + ("Perpetrador", &["perpetrator"]), + ("Suggestsed", &["suggested"]), + ("Thirten", &["thirteen"]), + ("Ignorgs", &["ignores"]), + ("Suppresson", &["suppression"]), + ("Simualtes", &["simulates"]), + ("Conisderation", &["considerations"]), + ("Intentially", &["intentionally"]), + ("Profesor", &["professor"]), + ("Emulatin", &["emulation"]), + ("Partisioned", &["partitioned"]), + ("Unprofessinal", &["unprofessional"]), + ("Vacinity", &["vicinity"]), + ("Archivel", &["archival"]), + ("Organisate", &["organise"]), + ("Particiaption", &["participation"]), + ("Whsipering", &["whispering"]), + ("Abdomnial", &["abdominal"]), + ("Depdening", &["depending"]), + ("Defiantely", &["definitely", "defiantly"]), + ("Detur", &["detour"]), + ("Providse", &["provides", "provide"]), + ("Exlcusions", &["exclusions"]), + ("Offlaod", &["offload"]), + ("Jsut", &["just"]), + ("Cunter", &["counter", "hunter"]), + ("Reord", &["record"]), + ("Xenbolade", &["xenoblade"]), + ("Algorithmnic", &["algorithmic"]), + ("Comissioned", &["commissioned"]), + ("Deducitble", &["deductible"]), + ("Typscript", &["typescript"]), + ("Procastrinating", &["procrastinating"]), + ("Halfs", &["halves"]), + ("Relativno", &["relation"]), + ("Oppurtunity", &["opportunity"]), + ("Legitamitely", &["legitimately"]), + ("Resovling", &["resolving"]), + ("Promimently", &["prominently"]), + ("Desicive", &["decisive"]), + ("Implimentaions", &["implementations"]), + ("Sandity", &["sanity"]), + ("Utlimate", &["ultimate"]), + ("Arbitarily", &["arbitrarily"]), + ("Dout", &["doubt"]), + ("Geenrates", &["generates"]), + ("Speciries", &["specifies"]), + ("Browesr", &["browser"]), + ("Curage", &["courage"]), + ("Miminalist", &["minimalist"]), + ("Movemets", &["movements"]), + ("Snowbaling", &["snowballing"]), + ("Chemicaly", &["chemically"]), + ("Shortern", &["shorten"]), + ("Vriable", &["variable"]), + ("Mannor", &["manner"]), + ("Speficified", &["specified"]), + ("Refelction", &["reflection"]), + ("Coorinate", &["coordinate"]), + ("Inteligent", &["intelligent"]), + ("Overklocked", &["overclocked"]), + ("Comatibility", &["compatibility"]), + ("Perseeds", &["precedes"]), + ("Growteskly", &["grotesquely"]), + ("Missisippi", &["mississippi"]), + ("Pontential", &["potential"]), + ("Initialitze", &["initialize"]), + ("Shortkuts", &["shortcuts"]), + ("Esseintially", &["essentially"]), + ("Acchieved", &["achieved"]), + ("Persistante", &["persistent"]), + ("Equvivalent", &["equivalent"]), + ("Progarmer", &["programmer"]), + ("Aqcuiring", &["acquiring"]), + ("Capitalits", &["capitalists"]), + ("Allthough", &["although"]), + ("Conserns", &["concerns"]), + ("Validty", &["validity"]), + ("Docuement", &["document"]), + ("Alternatr", &["alternator"]), + ("Vikingos", &["vikings"]), + ("Definatrly", &["definitely"]), + ("Adivsors", &["advisors"]), + ("Moodify", &["modify"]), + ("Fleed", &["fled", "freed"]), + ("Sizez", &["sizes", "sized"]), + ("Installeer", &["installer"]), + ("Renegoitated", &["renegotiated"]), + ("Autasaves", &["autosaves"]), + ("Suborutines", &["subroutines"]), + ("Negotiotes", &["negotiates"]), + ("Versatille", &["versatile"]), + ("Rapair", &["repair"]), + ("Ininterested", &["uninterested"]), + ("Distorsion", &["distortion"]), + ("Depenedecies", &["dependencies"]), + ("Defelct", &["deflect"]), + ("Infarred", &["infrared"]), + ("Companines", &["companions"]), + ("Payemnt", &["payment"]), + ("Gloabl", &["global"]), + ("Monstre", &["monster"]), + ("Pasasword", &["password"]), + ("Figuratevely", &["figuratively"]), + ("Ristricted", &["restricted"]), + ("Legitamately", &["legitimately"]), + ("Subsricption", &["subscriptions"]), + ("Llinear", &["linear"]), + ("Detectivs", &["detectives"]), + ("Utiltities", &["utilities"]), + ("Montajes", &["montages"]), + ("Commnetators", &["commentators"]), + ("Shetler", &["shelter"]), + ("Correspomdences", &["correspondences"]), + ("Skepticals", &["skeptics"]), + ("Promissing", &["promising"]), + ("Capitilized", &["capitalized"]), + ("Variabes", &["variables"]), + ("Homophopia", &["homophobia"]), + ("Achiveable", &["achievable"]), + ("Reigons", &["regions", "reigns"]), + ("Converved", &["conserved", "conversed"]), + ("Littlefiger", &["littlefinger"]), + ("Upion", &["upon"]), + ("Voif", &["void"]), + ("Exorbirant", &["exorbitant"]), + ("Spefified", &["specified"]), + ("Temporalily", &["temporarily"]), + ("Multipyling", &["multiplying"]), + ("Algorthymically", &["algorithmically"]), + ("Symapthy", &["sympathy"]), + ("Vegtables", &["vegetables"]), + ("Postponinig", &["postponing"]), + ("Manualy", &["manually"]), + ("Assasin", &["assassin"]), + ("Atatched", &["attached"]), + ("Depitcs", &["depicts"]), + ("Retireved", &["retrieved"]), + ("Meraj", &["mirage"]), + ("Standlone", &["standalone"]), + ("Vizualise", &["visualise"]), + ("Inconstent", &["inconsistent", "inconstant"]), + ("Actullay", &["actually"]), + ("Timespanp", &["timespan"]), + ("Astronautlis", &["astronauts"]), + ("Contiuning", &["containing"]), + ("Synagouge", &["synagogue"]), + ("Synidcate", &["syndicate"]), + ("Puritannical", &["puritanical"]), + ("Chekd", &["checked"]), + ("Comaprable", &["comparable"]), + ("Heavyweigt", &["heavyweight"]), + ("Resently", &["recently"]), + ("Paermission", &["permission"]), + ("Retalitated", &["retaliated"]), + ("Acquaintace", &["acquaintance"]), + ("Goood", &["good"]), + ("Rferences", &["references"]), + ("Interrtups", &["interrupts"]), + ("Chechpoint", &["checkpoint"]), + ("Spefiifeirs", &["specifiers"]), + ("Receiv", &["receive"]), + ("Posioning", &["poisoning", "positioning"]), + ("Correpsonds", &["corresponds"]), + ("Compililation", &["compilation"]), + ("Sucsede", &["succeed"]), + ("Stardardizing", &["standardizing"]), + ("Assosciates", &["associates"]), + ("Strategicaly", &["strategically"]), + ("Unrpoven", &["unproven"]), + ("Deduplaicated", &["deduplicated"]), + ("Excliuded", &["excluded"]), + ("Siezed", &["seized", "sized"]), + ("Callabcks", &["callbacks"]), + ("Easiy", &["easily"]), + ("Uninitializaed", &["uninitialized"]), + ("Neutralt", &["neutrality"]), + ("Inforced", &["enforced"]), + ("Expermientation", &["experimentation"]), + ("Embarrases", &["embarrassed"]), + ("Civillians", &["civilians"]), + ("Benifits", &["benefits"]), + ("Desqualified", &["disqualified"]), + ("Thsnked", &["thanked"]), + ("Deketed", &["deleted"]), + ("Thiks", &["thinks"]), + ("Correllation", &["correlation"]), + ("Acquaintences", &["acquaintances"]), + ("Wepbage", &["webpage"]), + ("Earthqauke", &["earthquake"]), + ("Desciptions", &["descriptions"]), + ("Unconditionaly", &["unconditionally"]), + ("Poitd", &["pointed"]), + ("Densitiy", &["density"]), + ("Destkops", &["desktops"]), + ("Exchancing", &["exchanging"]), + ("Complianse", &["compliance"]), + ("Alllocate", &["allocate"]), + ("Taxanomic", &["taxonomic"]), + ("Assumotion", &["assumption"]), + ("Harasments", &["harassments"]), + ("Pscyhiatric", &["psychiatric"]), + ("Worldveiw", &["worldview"]), + ("Timoeut", &["timeout"]), + ("Reperesentation", &["representation"]), + ("Conditionnally", &["conditionally"]), + ("Securly", &["securely"]), + ("Seelction", &["selection"]), + ("Eliminatin", &["elimination"]), + ("Follwiwng", &["following"]), + ("Ouur", &["our"]), + ("Surroundig", &["surroundings"]), + ("Enginineers", &["engineers"]), + ("Blanace", &["balance"]), + ("Comparetively", &["comparatively"]), + ("Labed", &["labeled"]), + ("Atuhentication", &["authentication"]), + ("Comminism", &["communism"]), + ("Forfit", &["forfeit"]), + ("Htiboxes", &["hitboxes"]), + ("Hysterica", &["hysteria"]), + ("Confrimation", &["confirmation"]), + ("Coallates", &["collates"]), + ("Neighborhooding", &["neighboring"]), + ("Perferable", &["preferable"]), + ("Trasformation", &["transformation"]), + ("Euivalents", &["equivalents"]), + ("Progammed", &["programmed"]), + ("Interuupt", &["interrupt"]), + ("Hamburgare", &["hamburger"]), + ("Ouurs", &["ours"]), + ("Kubirck", &["kubrick"]), + ("Enterprenuers", &["entrepreneurs"]), + ("Contans", &["contains"]), + ("Delutional", &["delusional"]), + ("Castleos", &["castles"]), + ("Ahere", &["adhere", "here"]), + ("Senarreo", &["scenario"]), + ("Colonozation", &["colonization"]), + ("Prferred", &["preferred"]), + ("Organismen", &["organise"]), + ("Aaproximately", &["approximately"]), + ("Redefintion", &["redefinition"]), + ("Execuding", &["executing", "excluding"]), + ("Anyy", &["any"]), + ("Delivermode", &["deliverymode"]), + ("Unimiplemented", &["unimplemented"]), + ("Pivott", &["pivot"]), + ("Plagarisim", &["plagiarism"]), + ("Dirtyed", &["dirtied"]), + ("Horizontale", &["horizontal"]), + ("Reposiotory", &["repository"]), + ("Universtal", &["universal"]), + ("Exlpoits", &["exploits"]), + ("Notbeooks", &["notebooks"]), + ("Abondoned", &["abandoned"]), + ("Classrom", &["classroom"]), + ("Spefcifically", &["specifically"]), + ("Ineritors", &["inheritors"]), + ("Legitamacy", &["legitimacy"]), + ("Fritional", &["frictional"]), + ("Activste", &["activate"]), + ("Ktichen", &["kitchen"]), + ("Metaphorial", &["metaphorical"]), + ("Vertikal", &["vertical"]), + ("Ridiculousy", &["ridiculously"]), + ("Neighberhooods", &["neighborhoods"]), + ("Algorythims", &["algorithms"]), + ("Devicde", &["device"]), + ("Hollywoood", &["hollywood"]), + ("Upsteram", &["upstream"]), + ("Incrmental", &["incremental"]), + ("Paackaging", &["packaging"]), + ("Capitarist", &["capitalist"]), + ("Brewerys", &["brewers"]), + ("Forresst", &["forrest"]), + ("Countrywides", &["countryside"]), + ("Assersions", &["assertions"]), + ("Tentaive", &["tentative"]), + ("Duplictes", &["duplicates"]), + ("Idenfifier", &["identifier"]), + ("Carfull", &["careful"]), + ("Downgarting", &["downgrading"]), + ("Inaccessable", &["inaccessible"]), + ("Manufacturs", &["manufactures"]), + ("Normlaized", &["normalized"]), + ("Potentialy", &["potentially"]), + ("Projetile", &["projectile"]), + ("Ancapsulated", &["encapsulated"]), + ("Nominativo", &["nomination"]), + ("Matcing", &["matching"]), + ("Laout", &["layout"]), + ("Metics", &["metrics"]), + ("Exersises", &["exercises"]), + ("Verticlealign", &["verticalalign"]), + ("Califronia", &["california"]), + ("Desctructors", &["destructors"]), + ("Dynamicus", &["dynamics"]), + ("Upsteamer", &["upstreamer"]), + ("Compund", &["compound"]), + ("Geneation", &["generation"]), + ("Provinciae", &["province"]), + ("Iniitialization", &["initialization"]), + ("Stabilite", &["stabilize"]), + ("Sepearates", &["separates"]), + ("Expressview", &["expressive"]), + ("Genrated", &["generated"]), + ("Artifcats", &["artifacts"]), + ("Preprend", &["prepend"]), + ("Strageties", &["strategies"]), + ("Reasonablely", &["reasonably"]), + ("Unregsitered", &["unregistered"]), + ("Prmitives", &["primitives"]), + ("Determinisic", &["deterministic"]), + ("Concatonates", &["concatenates"]), + ("Wice", &["vice"]), + ("Realisim", &["realism"]), + ("Superioara", &["superior"]), + ("Fixeme", &["fixme"]), + ("Expliciet", &["explicit"]), + ("Contex", &["context"]), + ("Bodybuiling", &["bodybuilding"]), + ("Locaitons", &["locations"]), + ("Identiy", &["identify", "identity"]), + ("Felxible", &["flexible"]), + ("Aritmethic", &["arithmetic"]), + ("Yourr", &["your"]), + ("Revoluions", &["revolutions"]), + ("Interesring", &["interfering"]), + ("Mistankely", &["mistakenly"]), + ("Differentiatiors", &["differentiation"]), + ("Relcutantly", &["reluctantly"]), + ("Comited", &["committed"]), + ("Prejection", &["projection"]), + ("Recofig", &["reconfig"]), + ("Bivouacing", &["bivouacking"]), + ("Nees", &["needs"]), + ("Acheeved", &["achieved"]), + ("Organizacion", &["organization"]), + ("Commnetaries", &["commentaries"]), + ("Fomrats", &["formats"]), + ("Transylvanai", &["transylvania"]), + ("Frinedzoned", &["friendzoned"]), + ("Logtiech", &["logitech"]), + ("Enouth", &["enough"]), + ("Cosnider", &["consider"]), + ("Cuztomizer", &["customizer"]), + ("Discernable", &["discernible"]), + ("Ethicaly", &["ethically"]), + ("Particualrly", &["particularly"]), + ("Fluroescent", &["fluorescent"]), + ("Tragicaly", &["tragically"]), + ("Playgerise", &["plagiarise"]), + ("Loged", &["logged", "lodged", "longed"]), + ("Emphacized", &["emphasized"]), + ("Conglaturations", &["congratulations"]), + ("Exitance", &["existence"]), + ("Idenities", &["identities"]), + ("Tourisy", &["touristy"]), + ("Curiocity", &["curiosity"]), + ("Brainwahsing", &["brainwashing"]), + ("Pipepline", &["pipeline"]), + ("Despicaple", &["despicable"]), + ("Wether", &["weather", "whether"]), + ("Alphabeticaly", &["alphabetically"]), + ("Governmential", &["governmental"]), + ("Responsebilities", &["responsibilities"]), + ("Cruicble", &["crucible"]), + ("Abdonimal", &["abdominal"]), + ("Sigificance", &["significance"]), + ("Labryinth", &["labyrinth"]), + ("Algortihm", &["algorithm"]), + ("Preferentes", &["preferences"]), + ("Cemetarey", &["cemetery"]), + ("Chidlrens", &["childrens"]), + ("Girlfried", &["girlfriend"]), + ("Warninig", &["warning"]), + ("Deciption", &["depiction"]), + ("Alpabets", &["alphabets"]), + ("Sustainabiltiy", &["sustainability"]), + ("Bginning", &["beginning"]), + ("Disabel", &["disable"]), + ("Disgn", &["design"]), + ("Persvasive", &["persuasive"]), + ("Ffor", &["for"]), + ("Pluigns", &["plugins"]), + ("Checkes", &["checks"]), + ("Thoes", &["those"]), + ("Suasages", &["sausages"]), + ("Possesseurs", &["possesses"]), + ("Marjority", &["majority"]), + ("Cellebrate", &["celebrate"]), + ("Manifestons", &["manifests"]), + ("Experimentatlly", &["experimentally"]), + ("Integates", &["integrates"]), + ("Deinstantating", &["deinstantiating"]), + ("Consisntency", &["consistency"]), + ("Uminportant", &["unimportant"]), + ("Copyrigthed", &["copyrighted"]), + ("Foreces", &["forces"]), + ("Uncencored", &["uncensored"]), + ("Magentic", &["magnetic"]), + ("Firefigter", &["firefighter"]), + ("Catistrophic", &["catastrophic"]), + ("Intiger", &["integer"]), + ("Expressable", &["expressible"]), + ("Temporraies", &["temporaries"]), + ("Simly", &["simply", "simile", "smiley"]), + ("Conenctor", &["connector"]), + ("Presss", &["press", "presses"]), + ("Connecion", &["connection"]), + ("Environtment", &["environment"]), + ("Unviersities", &["universities"]), + ("Actuallin", &["actually"]), + ("Pleasse", &["please"]), + ("Floting", &["floating"]), + ("Proposse", &["proposes"]), + ("Accured", &["accrued", "occurred", "acquired"]), + ("Comflicting", &["conflicting"]), + ("Directrly", &["directly"]), + ("Demolation", &["demolition"]), + ("Distrct", &["district"]), + ("Nativly", &["natively"]), + ("Extrimities", &["extremities"]), + ("Vegetairan", &["vegetarians"]), + ("Esclusion", &["exclusion"]), + ("Specialites", &["specializes"]), + ("Proficiancy", &["proficiency"]), + ("Arbutrarily", &["arbitrarily"]), + ("Hexidecimals", &["hexadecimals"]), + ("Yor", &["your"]), + ("Cheezeburger", &["cheeseburger"]), + ("Dieletric", &["dielectric"]), + ("Guarnete", &["guarantee"]), + ("Predjuiced", &["prejudiced"]), + ("Tunraround", &["turnaround"]), + ("Apporach", &["approach"]), + ("Defitenly", &["definitely"]), + ("Enumarating", &["enumerating"]), + ("Legitimetly", &["legitimately"]), + ("Registeration", &["registration"]), + ("Unresgister", &["unregister"]), + ("Boyfried", &["boyfriend"]), + ("Morges", &["morgues"]), + ("Guarentying", &["guarantee"]), + ("Dissapoonted", &["disappointed"]), + ("Falg", &["flag"]), + ("Adeqaute", &["adequate"]), + ("Sillybuses", &["syllabuses"]), + ("Mischieveous", &["mischievous"]), + ("Thunderboat", &["thunderbolt"]), + ("Microhpone", &["microphone"]), + ("Chivaly", &["chivalry"]), + ("Commtiment", &["commitments"]), + ("Manifacturer", &["manufacturer"]), + ("Roachers", &["roaches"]), + ("Aktivation", &["activation"]), + ("Depdence", &["dependence"]), + ("Duplicants", &["duplicates"]), + ("Obliverated", &["obliterated"]), + ("Inidcates", &["indicates"]), + ("Statsitical", &["statistical"]), + ("Descriptoin", &["descriptions", "description"]), + ("Destoryed", &["destroyed"]), + ("Unitss", &["units"]), + ("Etablished", &["established"]), + ("Exhaustin", &["exhaustion"]), + ("Alloccated", &["allocated"]), + ("Formatiing", &["formatting"]), + ("Beneits", &["benefits"]), + ("Epecifica", &["especifica"]), + ("Commputing", &["computing"]), + ("Disabels", &["disables"]), + ("Prirority", &["priority"]), + ("Reoutes", &["routes"]), + ("Religeously", &["religiously"]), + ("Buddhsim", &["buddhism"]), + ("Serviceble", &["serviceable"]), + ("Depercate", &["deprecate"]), + ("Authendicates", &["authenticates"]), + ("Repects", &["respects"]), + ("Struggleing", &["struggling"]), + ("Jouranlistic", &["journalistic"]), + ("Incremnetal", &["incremental"]), + ("Standartizator", &["standardizer"]), + ("Misaken", &["mistaken"]), + ("Psichological", &["psychological"]), + ("Umbrealla", &["umbrella"]), + ("Opration", &["operation"]), + ("Transportar", &["transporter"]), + ("Wolwide", &["worldwide"]), + ("Disalb", &["disable"]), + ("Entreis", &["entries"]), + ("Reupladers", &["reuploaders"]), + ("Phycisists", &["physicists"]), + ("Syncronisation", &["synchronisation"]), + ("Exressed", &["expressed"]), + ("Entires", &["entries"]), + ("Abbreivation", &["abbreviation"]), + ("Enterring", &["entering"]), + ("Experim", &["experiment"]), + ("Capitola", &["capital"]), + ("Sanbdox", &["sandbox"]), + ("Availibilty", &["availability"]), + ("Fascilitating", &["facilitating"]), + ("Infleunced", &["influenced"]), + ("Relese", &["release"]), + ("Detrimential", &["detrimental"]), + ("Laguanges", &["languages"]), + ("Aboved", &["above"]), + ("Predecessores", &["predecessors"]), + ("Raoming", &["roaming"]), + ("Synonmyous", &["synonymous"]), + ("Espisode", &["episode"]), + ("Relecant", &["relevant"]), + ("Goilath", &["goliath"]), + ("Positivs", &["positives"]), + ("Sgadow", &["shadow"]), + ("Componenets", &["components"]), + ("Subtarct", &["subtract"]), + ("Deatil", &["detail"]), + ("Conclutions", &["conclusions"]), + ("Excisting", &["existing"]), + ("Furncae", &["furnace"]), + ("Exclusivly", &["exclusively"]), + ("Marilyin", &["marilyn"]), + ("Uglyness", &["ugliness"]), + ("Unannomus", &["unanimous"]), + ("Expecetd", &["expected"]), + ("Methids", &["methods"]), + ("Definit", &["definite"]), + ("Correspondance", &["correspondence"]), + ("Renderadble", &["renderable"]), + ("Ues", &["use", "yes"]), + ("Enebales", &["enables"]), + ("Anbd", &["and"]), + ("Jersyes", &["jerseys"]), + ("Advanatages", &["advantages"]), + ("Compenstated", &["compensated"]), + ("Diffculty", &["difficulty"]), + ("Terrurists", &["terrorists"]), + ("Structer", &["structure"]), + ("Exagerated", &["exaggerated"]), + ("Gimmickey", &["gimmicky"]), + ("Spotfiy", &["spotify"]), + ("Resonses", &["responses"]), + ("Vegitariens", &["vegetarians"]), + ("Subtletly", &["subtlety"]), + ("Installatons", &["installations"]), + ("Bayblon", &["babylon"]), + ("Cynicisim", &["cynicism"]), + ("Convoulted", &["convoluted"]), + ("Commandes", &["commands"]), + ("Preconcieve", &["preconceived"]), + ("Thernodynamics", &["thermodynamics"]), + ("Whisperd", &["whispered"]), + ("Simpilify", &["simplify"]), + ("Implemententation", &["implementation"]), + ("Specufies", &["specifies"]), + ("Oursleves", &["ourselves"]), + ("Convoultion", &["convolution"]), + ("Thurough", &["thorough"]), + ("Multliply", &["multiply"]), + ("Reuplader", &["reuploader"]), + ("Transmisions", &["transmission"]), + ("Popullate", &["populate"]), + ("Viligante", &["vigilante"]), + ("Lov", &["love"]), + ("Anonomously", &["anonymously"]), + ("Technqiues", &["techniques"]), + ("Exprted", &["exported"]), + ("Trianglutaion", &["triangulation"]), + ("Shapshots", &["snapshots"]), + ("Halluciantions", &["hallucinations"]), + ("Enviornmental", &["environmental"]), + ("Reconstucted", &["reconstructed"]), + ("Duplates", &["duplicates"]), + ("Wnated", &["wanted"]), + ("Sctipted", &["scripted"]), + ("Nessecarilt", &["necessarily"]), + ("Transpart", &["transport"]), + ("Musicaly", &["musically"]), + ("Stragetic", &["strategic"]), + ("Exapnd", &["expand"]), + ("Unreoverable", &["unrecoverable"]), + ("Jouney", &["journey"]), + ("Counsilors", &["counselors"]), + ("Htting", &["hitting"]), + ("Desperatelly", &["desperately"]), + ("Intepolates", &["interpolates"]), + ("Registrers", &["registers"]), + ("Vegetatians", &["vegetarians"]), + ("Neigbhour", &["neighbour"]), + ("Respresentations", &["representations"]), + ("Presentaion", &["presentation"]), + ("Tiem", &["time", "item"]), + ("Technichian", &["technician"]), + ("Mediavel", &["medieval"]), + ("Idenitier", &["identifier"]), + ("Frameworkk", &["framework"]), + ("Rectanglar", &["rectangular"]), + ("Shoult", &["should"]), + ("Avalable", &["available"]), + ("Invitaion", &["invitation"]), + ("Automanifactured", &["automanufactured"]), + ("Intersectuion", &["intersection"]), + ("Guardias", &["guardians"]), + ("Downvotr", &["downvoters"]), + ("Miliciousally", &["maliciously"]), + ("Certifacted", &["certificated"]), + ("Petroluem", &["petroleum"]), + ("Forgeiner", &["foreigner"]), + ("Corporatoins", &["corporations"]), + ("Layou", &["layout"]), + ("Partion", &["partition", "portion"]), + ("Nastalgea", &["nostalgia"]), + ("Indaequate", &["inadequate"]), + ("Rebuliding", &["rebuilding"]), + ("Antiqvated", &["antiquated"]), + ("Personnaly", &["personally"]), + ("Expetion", &["exception"]), + ("Photoshope", &["photoshopped"]), + ("Manifacturers", &["manufacturers"]), + ("Opionated", &["opinionated"]), + ("Copenaghen", &["copenhagen"]), + ("Gormay", &["gourmet"]), + ("Coloublind", &["colorblind"]), + ("Perhasp", &["perhaps"]), + ("Propmpt", &["prompt"]), + ("Hybirds", &["hybrids"]), + ("Mathods", &["methods"]), + ("Implcit", &["implicit"]), + ("Sciprted", &["scripted"]), + ("Secions", &["sections"]), + ("Proceshandler", &["processhandler"]), + ("Instalement", &["installment"]), + ("Revisisions", &["revisions"]), + ("Contolled", &["controlled"]), + ("Enumarations", &["enumerations"]), + ("Artificually", &["artificially"]), + ("Commandi", &["command"]), + ("Unfortuneatly", &["unfortunately"]), + ("Otehrwize", &["otherwise"]), + ("Stimilated", &["stimulated"]), + ("Ligitamassy", &["legitimacy"]), + ("Reproduciable", &["reproduceable"]), + ("Exhange", &["exchange"]), + ("Desltop", &["desktop"]), + ("Accessibiliity", &["accessibility"]), + ("Regualr", &["regular"]), + ("Latitute", &["latitude"]), + ("Lightres", &["lighters"]), + ("Declaraste", &["declares"]), + ("Gerogia", &["georgia"]), + ("Cehck", &["check"]), + ("Thak", &["thank"]), + ("Partecipated", &["participated"]), + ("Virtuell", &["virtual"]), + ("Contiune", &["continue"]), + ("Terfforming", &["terraforming"]), + ("Peridinkle", &["periwinkle"]), + ("Neckboards", &["neckbeards"]), + ("Subcribed", &["subscribed"]), + ("Recident", &["resident"]), + ("Stocastic", &["stochastic"]), + ("Guarenty", &["guaranty"]), + ("Anecdots", &["anecdotes"]), + ("Afganhistan", &["afghanistan"]), + ("Volunatrily", &["voluntarily"]), + ("Opreration", &["operation"]), + ("Corresond", &["correspond"]), + ("Distructors", &["destructors"]), + ("Slaugther", &["slaughter"]), + ("Transcocdes", &["transcodes"]), + ("Proportionallity", &["proportionally"]), + ("Testiclular", &["testicular"]), + ("Acocunt", &["account"]), + ("Courtrom", &["courtroom"]), + ("Descvriptions", &["descriptions"]), + ("Reomved", &["removed"]), + ("Raeding", &["reading"]), + ("Materiasl", &["materials", "material"]), + ("Mindcrak", &["mindcrack"]), + ("Privilidges", &["privileges"]), + ("Factorizaiton", &["factorization"]), + ("Refeshed", &["refreshed"]), + ("Conrruptions", &["corruptions"]), + ("Indefinately", &["indefinitely"]), + ("Correspons", &["corresponds"]), + ("Invalidare", &["invalidate"]), + ("Seracher", &["searcher"]), + ("Terfformed", &["terraformed"]), + ("Finilize", &["finalize"]), + ("Procucer", &["procurer", "producer"]), + ("Experminentally", &["experimentally"]), + ("Projec", &["project"]), + ("Suprise", &["surprise"]), + ("Indimidating", &["intimidating"]), + ("Recieved", &["received"]), + ("Invisilibity", &["invisibility"]), + ("Shfted", &["shifted"]), + ("Prepaird", &["prepaid"]), + ("Wakeus", &["wakeups", "walrus"]), + ("Establishemnt", &["establishments"]), + ("Coefficeint", &["coefficient"]), + ("Disapperars", &["disappears"]), + ("Apect", &["aspect"]), + ("Apllicatin", &["application"]), + ("Simpicity", &["simplicity"]), + ("Refenrenced", &["referenced"]), + ("Konservatism", &["conservatism"]), + ("Ptorions", &["portions"]), + ("Negotiotors", &["negotiators"]), + ("Commongly", &["commonly"]), + ("Languaces", &["languages"]), + ("Prferables", &["preferables", "preferable"]), + ("Opinyonate", &["opinionated"]), + ("Transiton", &["transition"]), + ("Packags", &["packages"]), + ("Docuhebag", &["douchebag"]), + ("Readning", &["reading"]), + ("Demaned", &["demand", "demeaned"]), + ("Allocarion", &["allocation"]), + ("Correcponding", &["corresponding"]), + ("Perversley", &["perverse"]), + ("Speciallty", &["specially"]), + ("Actualey", &["actually"]), + ("Chnagelog", &["changelog"]), + ("Vulnerabillity", &["vulnerability"]), + ("Vesseles", &["vessels"]), + ("Groouping", &["grouping"]), + ("Intimitating", &["intimidating"]), + ("Alleivate", &["alleviate"]), + ("Artice", &["article"]), + ("Accesibility", &["accessibility"]), + ("Commomwealth", &["commonwealth"]), + ("Eneumretaions", &["enumerations"]), + ("Unsupress", &["unsuppress"]), + ("Responsibel", &["responsibly"]), + ("Cautionsly", &["cautiously"]), + ("Informatice", &["informative"]), + ("Ovewrites", &["overwrites"]), + ("Againsg", &["against"]), + ("Computanti", &["computation"]), + ("Dcok", &["dock"]), + ("Hsould", &["should"]), + ("Arrrive", &["arrive"]), + ("Extrordinarily", &["extraordinarily"]), + ("Algorwwithms", &["algorithms"]), + ("Psycholoog", &["psychology"]), + ("Disqualifyed", &["disqualified"]), + ("Arguemtns", &["arguments"]), + ("Decending", &["descending"]), + ("Modfiications", &["modifications"]), + ("Envioment", &["environment"]), + ("Extremitys", &["extremities"]), + ("Nutrituous", &["nutritious"]), + ("Typicially", &["typically"]), + ("Faulures", &["failures"]), + ("Thast", &["that"]), + ("Kubernates", &["kubernetes"]), + ("Caclulator", &["calculator"]), + ("Anount", &["amount"]), + ("Hirarcies", &["hierarchies"]), + ("Thhese", &["these"]), + ("Manufactureres", &["manufacturers"]), + ("Experimentaats", &["experiments"]), + ("Simptum", &["symptom"]), + ("Enveloppes", &["envelope", "envelopes"]), + ("Demonstratable", &["demonstrable"]), + ("Unintelligable", &["unintelligible"]), + ("Tradgic", &["tragic"]), + ("Supervsior", &["supervisors"]), + ("Experimetented", &["experimented"]), + ("Lengh", &["length"]), + ("Radiocative", &["radioactive"]), + ("Crystalisk", &["crystals"]), + ("Illustraion", &["illustration"]), + ("Perfoms", &["performs"]), + ("Rewitten", &["rewritten"]), + ("Specififed", &["specified"]), + ("Rigeur", &["rigueur", "rigour"]), + ("Extreemly", &["extremely"]), + ("Negatiotiator", &["negotiator"]), + ("Tradditions", &["traditions"]), + ("Janaury", &["january"]), + ("Rectrangle", &["rectangle"]), + ("Nevere", &["never"]), + ("Assiciations", &["associations"]), + ("Endevering", &["endeavoring"]), + ("Selifes", &["selfies"]), + ("Performanve", &["performance"]), + ("Disonnected", &["disconnected"]), + ("Remmber", &["remember"]), + ("Conections", &["connections"]), + ("Prohibts", &["prohibits"]), + ("Alogorithms", &["algorithms"]), + ("Heathy", &["healthy"]), + ("Resoltion", &["resolution"]), + ("Conlusions", &["conclusions"]), + ("Langages", &["languages"]), + ("Avnegers", &["avengers"]), + ("Valkues", &["values"]), + ("Privelleges", &["privileges"]), + ("Resistence", &["resistance"]), + ("Architexts", &["architects"]), + ("Whethter", &["whether"]), + ("Grabge", &["garbage"]), + ("Condolenses", &["condolences"]), + ("Anyhting", &["anything"]), + ("Identifing", &["identifying"]), + ("Cordinates", &["coordinates"]), + ("Cleck", &["check"]), + ("Leagalise", &["legalise"]), + ("Faciltate", &["facilitate"]), + ("Stutus", &["status"]), + ("Desinations", &["destinations"]), + ("Assignemnts", &["assignments"]), + ("Expoert", &["export", "expert"]), + ("Fthe", &["the"]), + ("Turnaroud", &["turnaround"]), + ("Nutritivos", &["nutritious"]), + ("Dicovers", &["discovers"]), + ("Tablespooon", &["tablespoon"]), + ("Fluxtuations", &["fluctuations"]), + ("Coordinites", &["coordinates"]), + ("Comsummed", &["consumed"]), + ("Accessibiltiy", &["accessibility"]), + ("Unrakned", &["unranked"]), + ("Consiers", &["considers"]), + ("Downsteam", &["downstream"]), + ("Anounce", &["announce"]), + ("Incremently", &["incremental"]), + ("Unilaterallly", &["unilaterally"]), + ("Extraordinair", &["extraordinary"]), + ("Thoerem", &["theorem"]), + ("Invalidtion", &["invalidation"]), + ("Dumbbels", &["dumbbells"]), + ("Readabilty", &["readability"]), + ("Applciation", &["application"]), + ("Resurect", &["resurrect"]), + ("Paragaph", &["paragraph"]), + ("Leve", &["levee", "level"]), + ("Coallesse", &["coalesce"]), + ("Unknwn", &["unknown"]), + ("Embdder", &["embedder"]), + ("Modul", &["module"]), + ("Newspapaers", &["newspapers"]), + ("Succesion", &["succession"]), + ("Arbitratrily", &["arbitrarily"]), + ("Xdescribe", &["describe"]), + ("Hipsterest", &["hipsters"]), + ("Materails", &["materials"]), + ("Aotomate", &["automate"]), + ("Misconcpetion", &["misconceptions"]), + ("Navagate", &["navigate"]), + ("Paraniac", &["paranoiac"]), + ("Divsiors", &["divisors"]), + ("Instelling", &["installing"]), + ("Sequenstial", &["sequential"]), + ("Decomposited", &["decomposed"]), + ("Tessealte", &["tessellate"]), + ("Repalcements", &["replacements"]), + ("Photograper", &["photographer"]), + ("Deeep", &["deep"]), + ("Kombinations", &["combinations"]), + ("Aggravanti", &["aggravating"]), + ("Unresgistered", &["unregistered"]), + ("Stirr", &["stir"]), + ("Sentimentals", &["sentiments"]), + ("Inappropirate", &["inappropriate"]), + ("Priortise", &["prioritise"]), + ("Charcater", &["character"]), + ("Colected", &["collected"]), + ("Mey", &["may"]), + ("Iterstion", &["iteration"]), + ("Scroling", &["scrolling"]), + ("Sring", &["string"]), + ("Mileau", &["milieu"]), + ("Assassinas", &["assassins"]), + ("Reciporcated", &["reciprocate"]), + ("Snetries", &["sentries"]), + ("Peference", &["preference"]), + ("Garriosn", &["garrison"]), + ("Aquisition", &["acquisition"]), + ("Vinicity", &["vicinity"]), + ("Misundrestanding", &["misunderstandings"]), + ("Libaries", &["libraries"]), + ("Neighberhod", &["neighborhood"]), + ("Inudstry", &["industry"]), + ("Compeltes", &["completes"]), + ("Resumt", &["resume"]), + ("Percisely", &["precisely"]), + ("Folwoed", &["followed"]), + ("Detramental", &["detrimental"]), + ("Ehternet", &["ethernet"]), + ("Texutre", &["texture"]), + ("Summariaztion", &["summarization"]), + ("Mediterainnean", &["mediterranean"]), + ("Nnot", &["not"]), + ("Manslaugher", &["manslaughter"]), + ("Margers", &["mergers", "markers"]), + ("Arriveis", &["arrives"]), + ("Polititians", &["politicians"]), + ("Dosuments", &["documents"]), + ("Documentstion", &["documentation"]), + ("Retourned", &["returned"]), + ("Invurnerable", &["invulnerable"]), + ("Attemped", &["attempted"]), + ("Lern", &["learn", "lean"]), + ("Beyound", &["beyond"]), + ("Chizelling", &["chiselling"]), + ("Performens", &["performers"]), + ("Listner", &["listener"]), + ("Triscaidecafobia", &["triskaidekaphobia"]), + ("Porvider", &["provider"]), + ("Hyrdogen", &["hydrogen"]), + ("Alwauys", &["always"]), + ("Watermeleon", &["watermelon"]), + ("Framlayout", &["framelayout"]), + ("Fautures", &["features"]), + ("Transconde", &["transcode"]), + ("Intersertions", &["insertions", "intersections"]), + ("Perpatrators", &["perpetrators"]), + ("Dicriminates", &["discriminates"]), + ("Mathameticians", &["mathematicians"]), + ("Multplies", &["multiples", "multiplies"]), + ("Oustanding", &["outstanding"]), + ("Someting", &["something"]), + ("Ignorged", &["ignored"]), + ("Compteting", &["completing"]), + ("Entreperure", &["entrepreneur"]), + ("Novisheuts", &["novitiates"]), + ("Simulataeously", &["simultaneously"]), + ("Empahsizes", &["emphasizes"]), + ("Statisfy", &["satisfy"]), + ("Consting", &["consisting"]), + ("Conceptos", &["concepts"]), + ("Upagraded", &["upgraded"]), + ("Definations", &["definitions"]), + ("Convinence", &["convenience"]), + ("Mecahnical", &["mechanical"]), + ("Expermented", &["experimented"]), + ("Reprehensable", &["reprehensible"]), + ("Acitions", &["actions"]), + ("Experessions", &["expressions"]), + ("Vaccuum", &["vacuum"]), + ("Commuications", &["communications"]), + ("Sourct", &["source"]), + ("Allmost", &["almost"]), + ("Inadvertant", &["inadvertent"]), + ("Practicval", &["practical"]), + ("Subsitutution", &["substitution"]), + ("Scandaniva", &["scandinavia"]), + ("Islamistas", &["islamists"]), + ("Tyoe", &["type", "toe", "toey"]), + ("Reprsent", &["represent"]), + ("Programmetically", &["programmatically"]), + ("Direcions", &["directions"]), + ("Lightheared", &["lighthearted"]), + ("Suscede", &["secede", "succeed"]), + ("Reigsters", &["registers"]), + ("Hypertorphy", &["hypertrophy"]), + ("Converying", &["converting"]), + ("Approprite", &["appropriate"]), + ("Underfowed", &["underflowed"]), + ("Brosers", &["browsers"]), + ("Anonoymous", &["anonymous"]), + ("Speficitier", &["specifier"]), + ("Booltloaders", &["bootloaders"]), + ("Retieval", &["retrieval"]), + ("Stretegically", &["strategically"]), + ("Reponds", &["responds"]), + ("Chassm", &["chasm"]), + ("Opponenet", &["opponent"]), + ("Organizacional", &["organizational"]), + ("Organisere", &["organisers"]), + ("Statistct", &["statistic", "statistics"]), + ("Succint", &["succinct"]), + ("Compositionwise", &["compositions"]), + ("Disciplers", &["disciples"]), + ("Maniuplated", &["manipulated"]), + ("Emberrassing", &["embarrassing"]), + ("Secods", &["seconds"]), + ("Kighboshed", &["kiboshed"]), + ("Valentins", &["valentines"]), + ("Latecny", &["latency"]), + ("Veamantly", &["vehemently"]), + ("Diagnosies", &["diagnosis"]), + ("Noit", &["not"]), + ("Initilializations", &["initializations"]), + ("Archetipes", &["archetypes"]), + ("Sliped", &["slipped"]), + ("Critque", &["critique"]), + ("Marrtyred", &["martyred"]), + ("Acheivable", &["achievable"]), + ("Htacccess", &["htaccess"]), + ("Celisus", &["celsius"]), + ("Assignend", &["assigned"]), + ("Pinockle", &["pinochle"]), + ("Sustem", &["system"]), + ("Renegoziated", &["renegotiated"]), + ("Shatterring", &["shattering"]), + ("Virutual", &["virtual"]), + ("Mortum", &["mortem"]), + ("Reults", &["results"]), + ("Archytypes", &["archetypes"]), + ("Folllows", &["follows", "followings"]), + ("Volitality", &["volatility"]), + ("Temaplate", &["template"]), + ("Goldfisch", &["goldfish"]), + ("Metalurgy", &["metallurgy"]), + ("Warpprs", &["warps", "wraps"]), + ("Obation", &["ovation"]), + ("Modifcation", &["modification"]), + ("Confimations", &["confirmations"]), + ("Mistatchd", &["mismatched"]), + ("Proocol", &["protocol"]), + ("Regalars", &["regulars"]), + ("Defaul", &["default"]), + ("Dasboards", &["dashboards"]), + ("Videogaems", &["videogames"]), + ("Stechiometric", &["stoichiometric"]), + ("Unspefiififed", &["unspecified"]), + ("Butterlfies", &["butterflies"]), + ("Conver", &["convert"]), + ("Painkilers", &["painkillers"]), + ("Lteral", &["literal"]), + ("Porgrammeers", &["programmers"]), + ("Annaverserys", &["anniversaries"]), + ("Mamalian", &["mammalian"]), + ("Relpy", &["reply"]), + ("Parisitic", &["parasitic"]), + ("Enthusiest", &["enthusiast"]), + ("Alternatie", &["alternatives", "alternate", "alternative"]), + ("Diagnosted", &["diagnose"]), + ("Inexperiente", &["inexperience"]), + ("Taliored", &["tailored"]), + ("Operstions", &["operations"]), + ("Forard", &["forward"]), + ("Sinical", &["cynical"]), + ("Clese", &["close"]), + ("Privilegs", &["privileges"]), + ("Morotola", &["motorola"]), + ("Historgram", &["histogram"]), + ("Consides", &["coincides", "considers"]), + ("Uneccesary", &["unnecessary"]), + ("Visuabises", &["visualises"]), + ("Conceet", &["conceit"]), + ("Commputes", &["computes"]), + ("Criticable", &["critical"]), + ("Terminater", &["terminator"]), + ("Regstering", &["registering"]), + ("Accessile", &["accessible"]), + ("Charactersistically", &["characteristically"]), + ("Akkumulator", &["accumulator"]), + ("Pervention", &["prevention"]), + ("Sohpomore", &["sophomore"]), + ("Diaster", &["disaster"]), + ("Grranted", &["granted"]), + ("Espeically", &["especially"]), + ("Revolutionaryy", &["revolutionary"]), + ("Eyt", &["yet"]), + ("Homelessess", &["homelessness"]), + ("Commmands", &["commands"]), + ("Deafualts", &["defaults"]), + ("Subexpessions", &["subexpressions"]), + ("Providor", &["provider", "providore"]), + ("Cancelas", &["cancels"]), + ("Statuys", &["status"]), + ("Somoenes", &["someones"]), + ("Forntpage", &["frontpage"]), + ("Landspaces", &["landscapes"]), + ("Spefeir", &["specifier"]), + ("Bisness", &["business"]), + ("Appplet", &["applet"]), + ("Provicde", &["provide"]), + ("Cyclinders", &["cylinders"]), + ("Reimplementaions", &["reimplementations"]), + ("Cootdinating", &["coordinating"]), + ("Disrespection", &["disrespecting"]), + ("Nothingsness", &["nothingness"]), + ("Buildd", &["build", "builds"]), + ("Containners", &["containers"]), + ("Execulatbles", &["executables"]), + ("Infrastracture", &["infrastructure"]), + ("Loggging", &["logging"]), + ("Weigthed", &["weighted"]), + ("Anomisity", &["animosity"]), + ("Aggrivated", &["aggravated"]), + ("Expectaions", &["expectations"]), + ("Caridge", &["carriage"]), + ("Guaruntee", &["guarantee"]), + ("Thunderjolt", &["thunderbolt"]), + ("Battlaion", &["battalion"]), + ("Brutaly", &["brutally"]), + ("Optimzing", &["optimizing"]), + ("Reuploding", &["reuploading"]), + ("Defendent", &["defendant"]), + ("Uniliterally", &["unilaterally"]), + ("Approxmately", &["approximately"]), + ("Amature", &["armature", "amateur"]), + ("Phsyically", &["physically"]), + ("Asiprin", &["aspirin"]), + ("Availale", &["available"]), + ("Histroical", &["historical"]), + ("Neice", &["niece", "nice"]), + ("Incompataibility", &["incompatibility"]), + ("Restictive", &["restrictive"]), + ("Appriciate", &["appreciate"]), + ("Undefinded", &["undefined"]), + ("Santioned", &["sanctioned"]), + ("Specfifies", &["specifies"]), + ("Analyists", &["analysts"]), + ("Accountents", &["accountants"]), + ("Refershed", &["refreshed"]), + ("Spreadsheeds", &["spreadsheets"]), + ("Confurses", &["confuses"]), + ("Amphetmaine", &["amphetamines"]), + ("Volentiering", &["volunteering"]), + ("Brackeds", &["brackets"]), + ("Comressing", &["compressing"]), + ("Cartain", &["certain"]), + ("Fabricatie", &["fabricated"]), + ("Anohter", &["another"]), + ("Proprietery", &["proprietary"]), + ("Norhtwestern", &["northwestern"]), + ("Reciever", &["receiver"]), + ("Columnas", &["columns"]), + ("Congressen", &["congressmen"]), + ("Absoluthe", &["absolute"]), + ("Previes", &["previews"]), + ("Infaillible", &["infallible"]), + ("Oringinal", &["original"]), + ("Comeptitors", &["competitors"]), + ("Octobor", &["october"]), + ("Disalbed", &["disabled"]), + ("Conculsive", &["conclusive"]), + ("Seramonys", &["ceremonies"]), + ("Limite", &["limit"]), + ("Temporray", &["temporary"]), + ("Androidtvs", &["androids"]), + ("Dimissed", &["dismissed"]), + ("Propgating", &["propagating"]), + ("Juvenille", &["juvenile"]), + ("Celebrato", &["celebration"]), + ("Eralier", &["earlier"]), + ("Existting", &["existing"]), + ("Vulnerabuilties", &["vulnerabilities"]), + ("Critisism", &["criticism"]), + ("Caculations", &["calculations"]), + ("Imperialsm", &["imperialism"]), + ("Crooz", &["cruise"]), + ("Asymmeric", &["asymmetric"]), + ("Immediated", &["immediate", "immediately"]), + ("Unanimuous", &["unanimous"]), + ("Exciption", &["exception"]), + ("Councilers", &["councils", "councilors"]), + ("Preformated", &["preformatted"]), + ("Deciamls", &["decimals"]), + ("Romanin", &["romanian"]), + ("Differantion", &["differentiation"]), + ("Emperical", &["empirical"]), + ("Vecotrs", &["vectors"]), + ("Sepearators", &["separators"]), + ("Benchamarking", &["benchmarking"]), + ("Rapelled", &["rappelled"]), + ("Addresss", &["address"]), + ("Masiff", &["massif"]), + ("Armistises", &["armistices"]), + ("Heriarchy", &["hierarchy"]), + ("Smaurai", &["samurai"]), + ("Refreing", &["referring"]), + ("Oportunity", &["opportunity"]), + ("Rewirte", &["rewrite"]), + ("Appenging", &["appending"]), + ("Actve", &["active"]), + ("Ccertificates", &["certificates"]), + ("Unfailry", &["unfairly"]), + ("Inconsistentcy", &["inconsistency"]), + ("Expexting", &["expecting"]), + ("Exerpts", &["excerpts"]), + ("Syntesis", &["synthesis"]), + ("Serverity", &["severity"]), + ("Warwcik", &["warwick"]), + ("Macasons", &["moccasins"]), + ("Maintainted", &["maintained"]), + ("Exhorbitently", &["exorbitantly"]), + ("Suitablity", &["suitability"]), + ("Prepostorous", &["preposterous"]), + ("Iteratior", &["iterator"]), + ("Calulates", &["calculates"]), + ("Construccion", &["construction"]), + ("Survivabillity", &["survivability"]), + ("Campain", &["campaign"]), + ("Revelution", &["revelation", "revolution"]), + ("Tunning", &["tuning", "running"]), + ("Intializations", &["initializations"]), + ("Sequentail", &["sequential"]), + ("Prependicular", &["perpendicular"]), + ("Cirucmflex", &["circumflex"]), + ("Distingishing", &["distinguishing"]), + ("Extraordinairily", &["extraordinarily"]), + ("Absolutelys", &["absolutes"]), + ("Installesd", &["installs"]), + ("Negoziated", &["negotiated"]), + ("Outpout", &["output"]), + ("Homeonwers", &["homeowners"]), + ("Looop", &["loop"]), + ("Narcissisitic", &["narcissistic"]), + ("Famlilies", &["families"]), + ("Poseesions", &["possessions"]), + ("Reminsce", &["reminisce"]), + ("Commiti", &["committee", "committing", "commit"]), + ("Disrputing", &["disrupting"]), + ("Averageed", &["averaged"]), + ("Penatentury", &["penitentiary"]), + ("Headder", &["header"]), + ("Concelaer", &["concealer"]), + ("Tangetial", &["tangential"]), + ("Anwers", &["answers"]), + ("Simlator", &["simulator"]), + ("Professionsl", &["professionalism"]), + ("Pregnance", &["pregnancies"]), + ("Abck", &["back"]), + ("Startus", &["startups"]), + ("Standartd", &["standard"]), + ("Adjast", &["adjust"]), + ("Relfected", &["reflected"]), + ("Negitiators", &["negotiators"]), + ("Nast", &["mast", "nasty", "nest"]), + ("Conserned", &["concerned"]), + ("Testsing", &["testing"]), + ("Tripples", &["triples"]), + ("Apologitic", &["apologetic"]), + ("Disabilty", &["disability"]), + ("Impresonating", &["impersonating"]), + ("Challening", &["challenging"]), + ("Connectiona", &["connection"]), + ("Digset", &["digest"]), + ("Algorthynically", &["algorithmically"]), + ("Agknowledged", &["acknowledged"]), + ("Escated", &["escalated", "escaped"]), + ("Adjustes", &["adjusted", "adjusts"]), + ("Wiull", &["will"]), + ("Genuises", &["geniuses"]), + ("Encrcypts", &["encrypts"]), + ("Forbit", &["forbid"]), + ("Retriving", &["retrieving"]), + ("Leasure", &["leisure"]), + ("Carbus", &["cardbus"]), + ("Contraciction", &["contradiction"]), + ("Descritpitons", &["descriptions"]), + ("Trinitiy", &["trinity"]), + ("Ideoligies", &["ideologies"]), + ("Mathematicas", &["mathematics"]), + ("Refusla", &["refusal"]), + ("Selectin", &["selection", "selecting"]), + ("Arrance", &["arrange"]), + ("Alignrigh", &["alignright"]), + ("Intermidiery", &["intermediary"]), + ("Coalleed", &["coalesced"]), + ("Imanent", &["eminent", "imminent"]), + ("Convient", &["convenient", "convent"]), + ("Boundimg", &["bounding"]), + ("Intenses", &["intents"]), + ("Developres", &["develops"]), + ("Calcuation", &["calculation"]), + ("Postdam", &["potsdam"]), + ("Uprades", &["upgrades"]), + ("Emphisized", &["emphasized"]), + ("Runnign", &["running"]), + ("Inquisitior", &["inquisitor"]), + ("Impacte", &["impact"]), + ("Interpretarea", &["interpreter"]), + ("Certiain", &["certain"]), + ("Granulatiry", &["granularity"]), + ("Effient", &["efficient"]), + ("Eqution", &["equation"]), + ("Skippped", &["skipped"]), + ("Interetsed", &["interested"]), + ("Deomcratic", &["democratic"]), + ("Escavation", &["escalation"]), + ("Childlren", &["children"]), + ("Inspriation", &["inspiration"]), + ("Instrall", &["install"]), + ("Etrors", &["errors", "terrors"]), + ("Resignement", &["resignment"]), + ("Enlsave", &["enslave"]), + ("Conviniences", &["conveniences"]), + ("Repetative", &["repetitive"]), + ("Chekcmate", &["checkmate"]), + ("Upsrteam", &["upstream"]), + ("Laysering", &["lasering", "layering"]), + ("Adpapter", &["adapter"]), + ("Substiutions", &["substitutions"]), + ("Geoorgia", &["georgia"]), + ("Loders", &["loaders"]), + ("Consideracion", &["consideration"]), + ("Devicecoordiinates", &["devicecoordinates"]), + ("Exlicitly", &["explicitly"]), + ("Snippetts", &["snippets"]), + ("Soverein", &["sovereign"]), + ("Discreditted", &["discredited"]), + ("Lietuenant", &["lieutenant"]), + ("Guarrentees", &["guarantees"]), + ("Aplications", &["applications"]), + ("Restuarants", &["restaurants"]), + ("Retieving", &["retrieving"]), + ("Divorse", &["divorce"]), + ("Precendeces", &["precedences"]), + ("Destryoer", &["destroyer"]), + ("Labenese", &["lebanese"]), + ("Segemntation", &["segmentation"]), + ("Subtittles", &["subtitles"]), + ("Misognyistic", &["misogynistic"]), + ("Autisitc", &["autistic"]), + ("Descriptino", &["description"]), + ("Curremts", &["currents"]), + ("Cerifies", &["certifies", "verifies"]), + ("Fingeprint", &["fingerprint"]), + ("Representationen", &["representations"]), + ("Infex", &["index"]), + ("Crowdsigna", &["crowdsignal"]), + ("Conbinations", &["combinations"]), + ("Dissrupted", &["disrupted"]), + ("Reservered", &["reserved"]), + ("Mainfesto", &["manifesto"]), + ("Aniother", &["another"]), + ("Dislayed", &["displayed"]), + ("Confiugration", &["configuration"]), + ("Choise", &["choice"]), + ("Begginers", &["beginners"]), + ("Individualy", &["individually"]), + ("Omlet", &["omelet"]), + ("Chararacter", &["character"]), + ("Handel", &["handle"]), + ("Offseted", &["offsetted"]), + ("Acclamied", &["acclaimed"]), + ("Agin", &["again"]), + ("Quickier", &["quicker"]), + ("Cricitally", &["critically"]), + ("Blankes", &["blankets"]), + ("Negoation", &["negotiation"]), + ("Regularlizing", &["regularizing"]), + ("Trasferred", &["transferred"]), + ("Utilisaton", &["utilisation"]), + ("Pubilshing", &["publishing"]), + ("Librabaries", &["libraries"]), + ("Confuzzed", &["confused"]), + ("Establishs", &["establishes"]), + ("Incerase", &["increase"]), + ("Experimetnally", &["experimentally"]), + ("Competative", &["competitive"]), + ("Wonderfull", &["wonderful"]), + ("Apperciate", &["appreciate"]), + ("Caculated", &["calculated"]), + ("Expierenced", &["experienced"]), + ("Drawng", &["drawing"]), + ("Competitiion", &["competition"]), + ("Exceution", &["execution"]), + ("Absoluutely", &["absolutely"]), + ("Alocatable", &["allocatable"]), + ("Manauls", &["manuals"]), + ("Conneciton", &["connection"]), + ("Moslty", &["mostly"]), + ("Connitations", &["connotations"]), + ("Agression", &["aggression"]), + ("Inconsitant", &["inconsistent"]), + ("Devive", &["device"]), + ("Scuccessully", &["successfully"]), + ("Withotu", &["without"]), + ("Delared", &["declared"]), + ("Missng", &["missing"]), + ("Breasttaking", &["breathtaking"]), + ("Apeals", &["appeals"]), + ("Puncutation", &["punctuation"]), + ("Exapanded", &["expanded"]), + ("Testasterone", &["testosterone"]), + ("Seriousally", &["seriously"]), + ("Transpararent", &["transparent"]), + ("Sufferd", &["suffered"]), + ("Theorectical", &["theoretical"]), + ("Rimanisses", &["reminisces"]), + ("Enlargments", &["enlargements"]), + ("Capacitaron", &["capacitor"]), + ("Relaoding", &["reloading"]), + ("Reuslt", &["result"]), + ("Antisosial", &["antisocial"]), + ("Foucsed", &["focused"]), + ("Asuming", &["assuming"]), + ("Flahsing", &["flashing"]), + ("Sourcde", &["sourced", "source"]), + ("Excedding", &["exceeding"]), + ("Countinue", &["continue"]), + ("Exteremly", &["extremely"]), + ("Interpretion", &["interpreting", "interpretation"]), + ("Paramterised", &["parameterised"]), + ("Roation", &["rotation"]), + ("Calculatoare", &["calculator"]), + ("Perputrator", &["perpetrator"]), + ("Identifed", &["identified"]), + ("Civilizacion", &["civilization"]), + ("Snowfalke", &["snowflake"]), + ("Obations", &["ovations"]), + ("Idenfitify", &["identify"]), + ("Desperating", &["desperation"]), + ("Godlfish", &["goldfish"]), + ("Seceed", &["succeed", "secede"]), + ("Torrenters", &["torrents"]), + ("Ressurrects", &["resurrects"]), + ("Strcutural", &["structural"]), + ("Resurces", &["resources"]), + ("Pieceweise", &["piecewise"]), + ("Jailbrek", &["jailbreak"]), + ("Agricultral", &["agricultural"]), + ("Anialates", &["annihilates"]), + ("Namespsce", &["namespace"]), + ("Initiaization", &["initialization"]), + ("Exatcly", &["exactly"]), + ("Simulatanious", &["simultaneous"]), + ("Negoziating", &["negotiating"]), + ("Trascription", &["transcription"]), + ("Paramormal", &["paranormal"]), + ("Corospondence", &["correspondence"]), + ("Specifictions", &["specifications"]), + ("Declartation", &["declaration"]), + ("Reinforcemnt", &["reinforcement"]), + ("Uesfulness", &["usefulness"]), + ("Calbiration", &["calibration"]), + ("Versionned", &["versioned"]), + ("Mistakingly", &["mistakenly"]), + ("Understadnable", &["understandable"]), + ("Rejcted", &["rejected"]), + ("Overlanded", &["overloaded"]), + ("Mysteriouly", &["mysteriously"]), + ("Amealiarates", &["ameliorates"]), + ("Preferabely", &["preferable"]), + ("Atuhenticators", &["authenticators"]), + ("Delpeted", &["depleted"]), + ("Spetial", &["spatial", "special"]), + ("Sportsmamship", &["sportsmanship"]), + ("Hypocriticial", &["hypocritical"]), + ("Interpoloated", &["interpolated"]), + ("Owrk", &["work"]), + ("Studnts", &["students"]), + ("Systesm", &["systems"]), + ("Mississppi", &["mississippi"]), + ("Vitimans", &["vitamins"]), + ("Redirction", &["redirection"]), + ("Enourmous", &["enormous"]), + ("Introvertis", &["introverts"]), + ("Provieded", &["provided"]), + ("Greenalnd", &["greenland"]), + ("Comparizons", &["comparisons"]), + ("Presearvations", &["preservations"]), + ("Cerate", &["create"]), + ("Throughly", &["thoroughly"]), + ("Parnters", &["partners"]), + ("Eachtoher", &["eachother"]), + ("Corosponds", &["corresponds"]), + ("Recognie", &["recognizes"]), + ("Cambride", &["cambridge"]), + ("Uplaodad", &["upload", "uploaded"]), + ("Regarldess", &["regardless"]), + ("Mirrorn", &["mirror"]), + ("Malicius", &["malicious"]), + ("Advanteges", &["advantages"]), + ("Irrellevant", &["irrelevant"]), + ("Approximatly", &["approximately"]), + ("Calcualte", &["calculate"]), + ("Sanitzed", &["sanitized"]), + ("Conlcusion", &["conclusion"]), + ("Algorthims", &["algorithms"]), + ("Supsects", &["suspects"]), + ("Deamonisation", &["daemonisation"]), + ("Determenation", &["determination"]), + ("Custoners", &["customers"]), + ("Uninished", &["unfinished"]), + ("Soudn", &["sound"]), + ("Autherise", &["authorise"]), + ("Ppolygons", &["polygons"]), + ("Dynamcally", &["dynamically"]), + ("Nastyness", &["nastiness"]), + ("Obgects", &["objects"]), + ("Handshakring", &["handshaking"]), + ("Vertabrays", &["vertebraes"]), + ("Enhenced", &["enhanced"]), + ("Undfined", &["undefined"]), + ("Passsing", &["passing"]), + ("Revelance", &["relevance"]), + ("Divinition", &["divination", "definition"]), + ("Coninstallable", &["coinstallable"]), + ("Creationsim", &["creationism"]), + ("Dupliate", &["duplicate"]), + ("Comination", &["combination"]), + ("Intellectus", &["intellectuals"]), + ("Adjascently", &["adjacently"]), + ("Blackade", &["blacked"]), + ("Wordlwide", &["worldwide"]), + ("Ressources", &["resources"]), + ("Goverend", &["governed"]), + ("Usign", &["using", "unsign"]), + ("Photographes", &["photographs"]), + ("Introduktion", &["introduction"]), + ("Implememntation", &["implementation"]), + ("Malfonction", &["malfunction"]), + ("Comparitavely", &["comparatively"]), + ("Copurights", &["copyrights"]), + ("Bettr", &["better", "bettor"]), + ("Simplet", &["simplest"]), + ("Ovewriting", &["overwriting"]), + ("Commmitters", &["committers"]), + ("Exculded", &["excluded"]), + ("Handlling", &["handling"]), + ("Defauling", &["defaulting"]), + ("Spreadsheeters", &["spreadsheets"]), + ("Redirrect", &["redirect"]), + ("Experssion", &["expression"]), + ("Familairize", &["familiarize"]), + ("Estabishing", &["establishing"]), + ("Descided", &["decided"]), + ("Symtpom", &["symptom"]), + ("Publishre", &["publisher"]), + ("Preocess", &["process"]), + ("Thankfullly", &["thankfully"]), + ("Neighour", &["neighbour"]), + ("Displying", &["displaying"]), + ("Identifible", &["identifiable"]), + ("Kubernete", &["kubernetes"]), + ("Coprright", &["copyright"]), + ("Dangerus", &["dangers"]), + ("Entiti", &["entity"]), + ("Zellot", &["zealot"]), + ("Conescutive", &["consecutive"]), + ("Attribuition", &["attribution"]), + ("Alloacate", &["allocate"]), + ("Flametrhower", &["flamethrower"]), + ("Disctinguish", &["distinguish"]), + ("Constain", &["constrain", "contain"]), + ("Aneroxia", &["anorexia"]), + ("Ammoungst", &["amongst"]), + ("Interpeter", &["interpreter"]), + ("Diffence", &["difference"]), + ("Distribure", &["distribute"]), + ("Ameeliarate", &["ameliorate"]), + ("Mutliplier", &["multiplier"]), + ("Addressibility", &["addressability"]), + ("Dupliactes", &["duplicates"]), + ("Preveiwed", &["previewed"]), + ("Subexperessions", &["subexpressions"]), + ("Jpin", &["join"]), + ("Bacl", &["back"]), + ("Scholalry", &["scholarly"]), + ("Couses", &["courses", "causes"]), + ("Disasterous", &["disastrous"]), + ("Approximatley", &["approximately"]), + ("Shartening", &["sharpening"]), + ("Incompartible", &["incompatible"]), + ("Psychedleic", &["psychedelics"]), + ("Uncehck", &["uncheck"]), + ("Domian", &["domain"]), + ("Negoitates", &["negotiates"]), + ("Receent", &["recent"]), + ("Reinstallling", &["reinstalling"]), + ("Refudn", &["refund"]), + ("Whislting", &["whistling"]), + ("Acessed", &["accessed"]), + ("Mascarra", &["mascara"]), + ("Dasporas", &["diasporas"]), + ("Entreprenour", &["entrepreneur"]), + ("Extepect", &["expect"]), + ("Illustartions", &["illustrations"]), + ("Assumotions", &["assumptions"]), + ("Prosterity", &["prosperity"]), + ("Metiphor", &["metaphor"]), + ("Neglicible", &["negligible"]), + ("Medifor", &["metaphor"]), + ("Represend", &["represented", "represent"]), + ("Fieled", &["field"]), + ("Downvottes", &["downvoters"]), + ("Condiion", &["condition"]), + ("Publcise", &["publicise"]), + ("Govenor", &["governor"]), + ("Osciallator", &["oscillator"]), + ("Templacing", &["templating"]), + ("Unoptimiced", &["unoptimised", "unoptimized"]), + ("Paremters", &["parameters"]), + ("Spsace", &["space"]), + ("Sistemics", &["systemics"]), + ("Rysnc", &["rsync"]), + ("Maunals", &["manuals"]), + ("Softare", &["software"]), + ("Invulverable", &["invulnerable"]), + ("Appareances", &["appearances"]), + ("Mulltiple", &["multiple"]), + ("Paschurise", &["pasteurise"]), + ("Vigilence", &["vigilance"]), + ("Tollerant", &["tolerant"]), + ("Gental", &["gentle"]), + ("Upating", &["updating"]), + ("Specefied", &["specified"]), + ("Previouse", &["previous"]), + ("Onlu", &["only"]), + ("Ugprades", &["upgrades"]), + ("Magor", &["major"]), + ("Excaped", &["escaped"]), + ("Extrememly", &["extremely"]), + ("Shure", &["sure"]), + ("Deeemed", &["deemed"]), + ("Stratled", &["startled"]), + ("Inerits", &["inherits"]), + ("Algorhtmic", &["algorithmic"]), + ("Workpsaces", &["workspaces"]), + ("Procedes", &["proceeds", "precedes"]), + ("Concentraited", &["concentrated"]), + ("Togehter", &["together"]), + ("Ambiguious", &["ambiguous"]), + ("Ahed", &["ahead"]), + ("Ressourced", &["resourced"]), + ("Jorunal", &["journal"]), + ("Wery", &["very", "wary", "weary"]), + ("Scandalose", &["scandals"]), + ("Exhilerates", &["exhilarates"]), + ("Dsiplay", &["display"]), + ("Scavangers", &["scavengers"]), + ("Probblezs", &["problems"]), + ("Ggod", &["good"]), + ("Integratione", &["integration"]), + ("Aiplanes", &["airplanes"]), + ("Civalesation", &["civilisation"]), + ("Optimim", &["optimism"]), + ("Classifcations", &["classifications"]), + ("Pertrubations", &["perturbations"]), + ("Iornman", &["ironman"]), + ( + "Calculatin", + &["calculations", "calculating", "calculation"], + ), + ("Whilsting", &["whistling"]), + ("Anwsered", &["answered"]), + ("Bettery", &["better", "battery"]), + ("Continour", &["continuous"]), + ("Ouputarea", &["outputarea"]), + ("Silouweting", &["silhouetting"]), + ("Kweyword", &["keyword"]), + ("Scientficaly", &["scientifically"]), + ("Subdiretories", &["subdirectories"]), + ("Maintream", &["mainstream"]), + ("Videogams", &["videogames"]), + ("Constructicon", &["construction"]), + ("Equivelency", &["equivalency"]), + ("Underfows", &["underflows"]), + ("Downlaod", &["download"]), + ("Remoiving", &["removing"]), + ("Specifiation", &["specification"]), + ("Abonimation", &["abomination"]), + ("Remianed", &["remained"]), + ("Antivuris", &["antivirus"]), + ("Intersecct", &["intersect"]), + ("Bountry", &["boundary"]), + ("Trignometry", &["trigonometry"]), + ("Milicousally", &["maliciously"]), + ("Journys", &["journeys"]), + ("Aiffer", &["differ"]), + ("Manipualtion", &["manipulation"]), + ("Procesure", &["procedure"]), + ("Repressivo", &["repression"]), + ("Callsr", &["calls"]), + ("Corale", &["chorale"]), + ("Genralizations", &["generalizations"]), + ("Substantie", &["substantive"]), + ("Piecewiese", &["piecewise"]), + ("Anarkistic", &["anarchistic"]), + ("Simular", &["similar"]), + ("Dimands", &["demands", "diamonds"]), + ("Newsettler", &["newsletter"]), + ("Definetlely", &["definitely"]), + ("Calculautions", &["calculations"]), + ("Incarcirated", &["incarcerated"]), + ("Mississipis", &["mississippi"]), + ("Paackages", &["packages"]), + ("Asociated", &["associated"]), + ("Corrleations", &["correlations"]), + ("Missionare", &["missionaries"]), + ("Vernecular", &["vernacular"]), + ("Experimention", &["experimenting"]), + ("Efetivity", &["effectivity"]), + ("Becomme", &["become"]), + ("Quadroople", &["quadruple"]), + ("Elelements", &["elements"]), + ("Easer", &["easier", "eraser"]), + ("Convervatism", &["conservatism"]), + ("Ignortg", &["ignoring"]), + ("Paria", &["pariah", "parka"]), + ("Overlcocked", &["overclocked"]), + ("Pagenation", &["pagination"]), + ("Scopeing", &["scoping"]), + ("Updrage", &["upgrade"]), + ("Furether", &["further"]), + ("Cumbursome", &["cumbersome"]), + ("Demonstras", &["demonstrates"]), + ("Tallerable", &["tolerable"]), + ("Liitle", &["little"]), + ("Snythetic", &["synthetic"]), + ("Quwesants", &["croissants"]), + ("Perposefully", &["purposefully"]), + ("Destraction", &["destruction"]), + ("Preservare", &["preserve"]), + ("Onveniently", &["conveniently"]), + ("Literatute", &["literate"]), + ("Canoncialize", &["canonicalize"]), + ("Cyrptic", &["cryptic"]), + ("Employeed", &["employed"]), + ("Asissted", &["assisted"]), + ("Proccesors", &["processors"]), + ("Behaiviour", &["behaviour"]), + ("Determinining", &["determining"]), + ("Linceses", &["licenses"]), + ("Represends", &["represents"]), + ("Cuztomizable", &["customizable"]), + ("Desiar", &["desire"]), + ("Abadonded", &["abandoned"]), + ("Distingused", &["distinguished"]), + ("Sentions", &["sections"]), + ("Streamd", &["streamed"]), + ("Unterleaved", &["interleaved"]), + ("Valenica", &["valencia"]), + ("Aprroximates", &["approximates"]), + ("Invisiable", &["invisible"]), + ("Dynmaic", &["dynamic"]), + ("Wiyhout", &["without"]), + ("Fedorans", &["fedoras"]), + ("Organizarea", &["organizer"]), + ("Docuhey", &["douchey"]), + ("Concatenaded", &["concatenated"]), + ("Trriggering", &["triggering"]), + ("Processesor", &["processors"]), + ("Dispayed", &["displayed"]), + ("Curriculim", &["curriculum"]), + ("Dirrectly", &["directly"]), + ("Mosntrosity", &["monstrosity"]), + ("Arbiturary", &["arbitrary"]), + ("Happyness", &["happiness"]), + ("Modefied", &["modified"]), + ("Cylynders", &["cylinders"]), + ("Ininteresting", &["uninteresting"]), + ("Murdereres", &["murderers"]), + ("Qucik", &["quick"]), + ("Disbales", &["disables"]), + ("Orginasation", &["organisation"]), + ("Pedophilles", &["pedophile"]), + ("Configurres", &["configures"]), + ("Inexplicibly", &["inexplicably"]), + ("Caspules", &["capsules"]), + ("Systemetically", &["systematically"]), + ("Tuhmbnail", &["thumbnail"]), + ("Interpretatin", &["interpretations"]), + ("Individauly", &["individually"]), + ("Reciver", &["receiver"]), + ("Warrnings", &["warnings"]), + ("Nominatie", &["nominate"]), + ("Circuts", &["circuits"]), + ("Negociations", &["negotiations"]), + ("Alreight", &["alright"]), + ("Homosexuel", &["homosexual"]), + ("Heirachies", &["hierarchies"]), + ("Bondary", &["boundary"]), + ("Crabine", &["carbine"]), + ("Quafeured", &["coiffured"]), + ("Trucate", &["truncate"]), + ("Ellement", &["element"]), + ("Speciallity", &["specially"]), + ("Magneficent", &["magnificent"]), + ("Expermimenting", &["experimenting"]), + ("Usersapce", &["userspace"]), + ("Renegogtiation", &["renegotiation"]), + ("Ungly", &["ugly"]), + ("Beglium", &["belgium"]), + ("Subtsitutatble", &["substitutable"]), + ("Standarad", &["standard"]), + ("Renderering", &["rendering"]), + ("Rigoreous", &["rigorous"]), + ("Preferentail", &["preferential"]), + ("Strategiske", &["strategies"]), + ("Clasroom", &["classroom"]), + ("Mulitnational", &["multinational"]), + ("Mandrain", &["mandarin"]), + ("Implementataion", &["implementation"]), + ("Eccessive", &["excessive"]), + ("Desingned", &["designed"]), + ("Playgerize", &["plagiarize"]), + ("Racistas", &["racists"]), + ("Mornign", &["morning"]), + ("Propective", &["projective", "prospective", "protective"]), + ("Arrangtement", &["arrangement"]), + ("Infomraiton", &["information"]), + ("Unidimensionnal", &["unidimensional"]), + ("Coalased", &["coalesced"]), + ("Recommneds", &["recommends"]), + ("Tomoroow", &["tomorrow"]), + ("Werstler", &["wrestler"]), + ("Guarantie", &["guarantee"]), + ("Symobilic", &["symbolic"]), + ("Phsycologically", &["psychologically"]), + ("Presering", &["preserving"]), + ("Organices", &["organise"]), + ("Trian", &["train", "trial"]), + ("Dribbeled", &["dribbled"]), + ("Desolve", &["dissolve"]), + ("Intital", &["initial"]), + ("Standarizes", &["standardizes"]), + ("Impossibile", &["impossible"]), + ("Accomponies", &["accompanies"]), + ("Innaccible", &["inaccessible"]), + ("Displacemnt", &["displacement"]), + ("Padd", &["pad", "padded"]), + ("Vacuming", &["vacuuming"]), + ("Impuns", &["impugns"]), + ("Grabing", &["grabbing"]), + ("Comtemporary", &["contemporary"]), + ("Passangers", &["passengers"]), + ("Missisipi", &["mississippi"]), + ("Bage", &["bag"]), + ("Annoncement", &["announcement"]), + ("Corpration", &["corporation"]), + ("Roundabounts", &["roundabout"]), + ("Asessing", &["assessing"]), + ("Ahlpas", &["alphas"]), + ("Torpdeo", &["torpedo"]), + ("Spedified", &["specified"]), + ("Wardobe", &["wardrobe"]), + ("Surrrounded", &["surrounded"]), + ("Noramls", &["normals"]), + ("Theads", &["threads"]), + ("Expericed", &["experienced"]), + ("Scahr", &["schar"]), + ("Univeristies", &["universities"]), + ("Amphasis", &["emphasis"]), + ("Americanis", &["americas"]), + ("Keyworkds", &["keywords"]), + ("Uncomon", &["uncommon"]), + ("Tiemout", &["timeout"]), + ("Childern", &["children"]), + ("Gorwing", &["growing"]), + ("Conjecutre", &["conjecture"]), + ("Instatance", &["instance"]), + ("Alogrithmic", &["algorithmic"]), + ("Posssibly", &["possibly"]), + ("Pheriparials", &["peripherals"]), + ("Prooves", &["proves"]), + ("Simultaneus", &["simultaneous"]), + ("Panicing", &["panicking"]), + ("Decriptor", &["descriptor"]), + ("Indentifying", &["identifying"]), + ("Somthingelse", &["somethingelse"]), + ("Dollor", &["dollar"]), + ("Bitfied", &["bitfield"]), + ("Sophistocated", &["sophisticated"]), + ("Purtaining", &["pertaining"]), + ("Nostris", &["nostrils"]), + ("Upstreammed", &["upstreamed"]), + ("Scehdule", &["schedule"]), + ("Onn", &["on"]), + ("Constillation", &["constellation"]), + ("Framebufer", &["framebuffer"]), + ("Autonegatiotiation", &["autonegotiation"]), + ("Subdirectoires", &["subdirectories"]), + ("Reitterates", &["reiterates"]), + ("Acchieves", &["achieves"]), + ("Vetored", &["vectored", "vetoed"]), + ("Investigativo", &["investigation"]), + ("Reversees", &["reverses"]), + ("Deprectaed", &["deprecated"]), + ("Falmethrower", &["flamethrower"]), + ("Statisfying", &["satisfying"]), + ("Combiniations", &["combinations"]), + ("Circunstances", &["circumstances"]), + ("Foregroung", &["foreground"]), + ("Creationistas", &["creationists"]), + ("Vulnerabilites", &["vulnerabilities"]), + ("Ecxites", &["excites"]), + ("Persausive", &["persuasive"]), + ("Circumsied", &["circumcised"]), + ("Mulipart", &["multipart"]), + ("Compaire", &["compare"]), + ("Thise", &["these", "this"]), + ("Wipoing", &["wiping"]), + ("Lexicographycally", &["lexicographically"]), + ("Evalation", &["evaluation"]), + ("Rudimentatry", &["rudimentary"]), + ("Practitionner", &["practitioner"]), + ("Tarvisci", &["travisci"]), + ("Deambigation", &["disambiguation"]), + ("Mattern", &["matter", "pattern"]), + ("Previsou", &["previous"]), + ("Southmapton", &["southampton"]), + ("Counselers", &["counselors"]), + ("Suggesstions", &["suggestions"]), + ("Interakt", &["interact"]), + ("Detremental", &["detrimental"]), + ("Referancing", &["referencing"]), + ("Papanicalou", &["papanicolaou"]), + ("Kookoos", &["cuckoos"]), + ("Katemine", &["ketamine"]), + ("Preshusly", &["preciously"]), + ("Culrpit", &["culprit"]), + ("Hopmepages", &["homepages"]), + ("Trewthful", &["truthful"]), + ("Avriables", &["variables"]), + ("Dalta", &["delta"]), + ("Alforithms", &["algorithms"]), + ("Negotatiator", &["negotiator"]), + ("Requst", &["request"]), + ("Electrocity", &["electricity"]), + ("Compromizing", &["compromising"]), + ("Traversie", &["traverse"]), + ("Releoad", &["reload"]), + ("Aforementiond", &["aforementioned"]), + ("Anwer", &["answer"]), + ("Corispond", &["correspond"]), + ("Adolsecent", &["adolescent"]), + ("Lunguages", &["languages"]), + ("Restrainig", &["restraining"]), + ("Symptumaticaly", &["symptomatically"]), + ("Displacment", &["displacement"]), + ("Limitiations", &["limitations"]), + ("Commndline", &["commandline"]), + ("Seelct", &["select"]), + ("Proceded", &["proceeded", "preceded"]), + ("Cpacity", &["capacity"]), + ("Miscellanous", &["miscellaneous"]), + ("Transcrit", &["transcript"]), + ("Friendzond", &["friendzoned"]), + ("Defaulit", &["default"]), + ("Considert", &["considerate", "considered", "consider"]), + ("Dertmine", &["determine"]), + ("Beastiary", &["bestiary"]), + ("Disfunctional", &["dysfunctional"]), + ("Genered", &["generated"]), + ("Consolitated", &["consolidate"]), + ("Diagnistic", &["diagnostic"]), + ("Vulnerabuility", &["vulnerability"]), + ("Amphetemines", &["amphetamines"]), + ("Middlware", &["middleware"]), + ("Overengeneer", &["overengineer"]), + ("Logaritmic", &["logarithmic"]), + ("Clearify", &["clarify"]), + ("Downgrate", &["downgrade"]), + ("Corinthiens", &["corinthians"]), + ("Confedential", &["confidential"]), + ("Administor", &["administer", "administrator"]), + ("Capalize", &["capitalize"]), + ("Apperar", &["appear"]), + ("Execuctor", &["executor"]), + ("Orgiginals", &["originals"]), + ("Irrationaly", &["irrationally"]), + ("Ongewild", &["gonewild"]), + ("Accoutning", &["accounting"]), + ("Djikstra", &["dijkstra"]), + ("Distributino", &["distributions"]), + ("Overheared", &["overhead"]), + ("Orhpans", &["orphans"]), + ("Releaase", &["release"]), + ("Commmitter", &["committer"]), + ("Geenrate", &["generate"]), + ("Belligerant", &["belligerent"]), + ("Rehabilitaion", &["rehabilitation"]), + ("Otherwyse", &["otherwise"]), + ("Mimatched", &["mismatched"]), + ("Hagasses", &["haggises"]), + ("Datatytpes", &["datatypes"]), + ("Caclucator", &["calculator"]), + ("Bufers", &["buffers"]), + ("Propietries", &["proprietaries"]), + ("Progatators", &["propagators"]), + ("Encompesses", &["encompasses"]), + ("Recconeccts", &["reconnects"]), + ("Agian", &["again"]), + ("Neglicable", &["negligible"]), + ("Misogonistic", &["misogynistic"]), + ("Abstacter", &["abstracter"]), + ("Dispossed", &["disposed", "dispossessed"]), + ("Distirbutions", &["distributions"]), + ("Centenals", &["centennials", "sentinels"]), + ("Ampatheaters", &["amphitheaters"]), + ("Confugirble", &["configurable"]), + ("Functionaliy", &["functionally"]), + ("Structred", &["structured"]), + ("Progagator", &["propagator"]), + ("Electrnoics", &["electronics"]), + ("Coincidentia", &["coincidental"]), + ("Alternaively", &["alternatively"]), + ("Execised", &["excised", "exercised"]), + ("Depenendency", &["dependency"]), + ("Driveing", &["driving"]), + ("Folwoin", &["following"]), + ("Symbsols", &["symbols"]), + ("Nescessarily", &["necessarily"]), + ("Passwrods", &["passwords"]), + ("Antiquae", &["antique"]), + ("Invalidade", &["invalidate"]), + ("Proprly", &["properly"]), + ("Diamters", &["diameters"]), + ("Asteriods", &["asteroids"]), + ("Awsome", &["awesome"]), + ("Homosexualiy", &["homosexuality"]), + ("Inputsream", &["inputstream"]), + ("Participante", &["participate"]), + ("Golbaly", &["globally"]), + ("Fariar", &["farrier"]), + ("Encyclopeida", &["encyclopedia"]), + ("Crationalists", &["nationalists", "rationalists"]), + ("Popluar", &["popular"]), + ("Miscarraige", &["miscarriage"]), + ("Cuvres", &["curves", "covers"]), + ("Icesickle", &["icicle"]), + ("Musculair", &["muscular"]), + ("Motiviation", &["motivation"]), + ("Magent", &["magenta", "magnet"]), + ("Priorotize", &["prioritize"]), + ("Amunition", &["ammunition"]), + ("Attrubtes", &["attributes"]), + ("Neverthelss", &["nevertheless"]), + ("Testimoney", &["testimony"]), + ("Applikations", &["applications"]), + ("Disrecpect", &["disrespect"]), + ("Procotols", &["protocols"]), + ("Bureaucrash", &["bureaucrats"]), + ("Interational", &["international"]), + ("Paernt", &["parent"]), + ("Quadranle", &["quadrangle"]), + ("Buhddist", &["buddhist"]), + ("Effulence", &["effluence"]), + ("Adventageous", &["advantageous"]), + ("Conrtibs", &["contribs"]), + ("Portgual", &["portugal"]), + ("Expermimenters", &["experimenters"]), + ("Approprations", &["appropriations"]), + ("Unfurtunately", &["unfortunately"]), + ("Paraneter", &["parameter"]), + ("Instsalled", &["installed"]), + ("Encyclopeadic", &["encyclopedia"]), + ("Acordion", &["accordion"]), + ("Antarctida", &["antarctica"]), + ("Benechmark", &["benchmark"]), + ("Incrmenetd", &["incremented"]), + ("Dificulties", &["difficulties"]), + ("Declaracion", &["declaration"]), + ("Profirles", &["profiles"]), + ("Paragrpah", &["paragraph"]), + ("Committi", &["committee"]), + ("Confortable", &["comfortable"]), + ("Athletisicm", &["athleticism"]), + ("Collasping", &["collapsing"]), + ("Temporarely", &["temporarily"]), + ("Rmeove", &["remove"]), + ("Elcipse", &["eclipse"]), + ("Annoucements", &["announcements"]), + ("Installion", &["installing", "installation"]), + ("Mdifies", &["modifies"]), + ("Observerd", &["observed"]), + ("Sepearte", &["separate"]), + ("Experamentel", &["experimental"]), + ("Authenicaors", &["authenticators"]), + ("Uppler", &["upper"]), + ("Illegetimate", &["illegitimate"]), + ("Coordine", &["coordinate"]), + ("Delt", &["dealt"]), + ("Exppressed", &["expressed"]), + ("Vaalues", &["values"]), + ("Speciying", &["specifying"]), + ("Handbok", &["handbook"]), + ("Constracted", &["constructed"]), + ("Remeniss", &["reminisce"]), + ("Culiminating", &["culminating"]), + ("Raelly", &["really"]), + ("Installl", &["install"]), + ("Additoinally", &["additionally"]), + ("Overrrides", &["overrides"]), + ("Focusf", &["focus"]), + ("Irrispective", &["irrespective"]), + ("Superfluu", &["superfluous"]), + ("Directivos", &["directions"]), + ("Expoentntial", &["exponential"]), + ("Awrnings", &["warnings"]), + ("Abomanation", &["abomination"]), + ("Wednsedays", &["wednesdays"]), + ("Revolutoinary", &["revolutionary"]), + ("Venyets", &["vignettes"]), + ("Congragulate", &["congratulate"]), + ("Masrhmallow", &["marshmallow"]), + ("Annotaions", &["annotations"]), + ("Traslating", &["translating"]), + ("Faetures", &["features"]), + ("Answharing", &["answering"]), + ("Introversi", &["introverts"]), + ("Midfieldiers", &["midfielders"]), + ("Inport", &["import"]), + ("Stimulantes", &["stimulants"]), + ("Withdrawan", &["withdrawn"]), + ("Commentarea", &["commenter"]), + ("Earplus", &["earplugs"]), + ("Connectes", &["connects"]), + ("Communucation", &["communication"]), + ("Collectes", &["collects"]), + ("Rectangluar", &["rectangular"]), + ("Coform", &["conform"]), + ("Totat", &["total"]), + ("Premption", &["preemption"]), + ("Postcondtion", &["postcondition"]), + ("Dissassociated", &["disassociated"]), + ("Mistros", &["maestros"]), + ("Enhacing", &["enhancing"]), + ("Rememberance", &["remembrance"]), + ("Morgatges", &["mortgages"]), + ("Architechture", &["architecture"]), + ("Protectoras", &["protectors"]), + ("Buildpackge", &["buildpackage"]), + ("Asburdly", &["absurdly"]), + ("Grahpical", &["graphical"]), + ("Publisger", &["publisher"]), + ("Conttribution", &["contribution"]), + ("Hrlped", &["helped"]), + ("Inlcudes", &["includes"]), + ("Negativeity", &["negativity"]), + ("Interatellar", &["interstellar"]), + ("Tennants", &["tenants"]), + ("Spefiifeis", &["specifies"]), + ("Hdinsight", &["hindsight"]), + ("Scheudle", &["schedule"]), + ("Qunetin", &["quentin"]), + ("Comfertably", &["comfortably"]), + ("Fifferent", &["different"]), + ("Ditorconfig", &["editorconfig"]), + ("Pagent", &["pageant", "plangent"]), + ("Uninitialze", &["uninitialize"]), + ("Assumne", &["assume"]), + ("Datatpe", &["datatype"]), + ("Ake", &["ache"]), + ("Predicatble", &["predictable"]), + ("Deviece", &["device"]), + ("Interploates", &["interpolates"]), + ("Wuth", &["with"]), + ("Misproportionate", &["disproportionate"]), + ("Dismanting", &["dismantling"]), + ("Handels", &["handles"]), + ("Temperaturs", &["temperatures"]), + ("Objecct", &["object"]), + ("Cantacting", &["contacting"]), + ("Conplimented", &["complimented"]), + ("Boganveelias", &["bougainvilleas"]), + ("Intimitely", &["intimately"]), + ("Shfiter", &["shifter"]), + ("Segaults", &["segfaults"]), + ("Inestart", &["linestart"]), + ("Iniitialize", &["initialize"]), + ("Thereshold", &["threshold"]), + ("Transportor", &["transporter"]), + ("Gallary", &["gallery"]), + ("Facilitiy", &["facility"]), + ("Disconenctions", &["disconnections"]), + ("Improbement", &["improvement"]), + ("Becuz", &["because"]), + ("Bracnh", &["branch"]), + ("Envioronments", &["environments"]), + ("Decieding", &["deciding"]), + ("Parameer", &["parameter"]), + ("Existy", &["exist"]), + ("Correnti", &["correcting"]), + ("Dameon", &["daemon", "demon", "damien"]), + ("Expets", &["expects"]), + ("Commens", &["comments", "commons"]), + ("Alhpa", &["alpha"]), + ("Inclution", &["inclusion"]), + ("Affilates", &["affiliates"]), + ("Browers", &["browsers"]), + ("Overpowerd", &["overpowered"]), + ("Renegotitaors", &["renegotiators"]), + ("Serebral", &["cerebral"]), + ("Dieases", &["diseases"]), + ("Attented", &["attended"]), + ("Scientfic", &["scientific"]), + ("Rabbitos", &["rabbits"]), + ("Simetric", &["symmetric"]), + ("Messagoe", &["message"]), + ("Dissrupting", &["disrupting"]), + ("Cahrge", &["charge"]), + ("Promotinal", &["promotional"]), + ("Modulu", &["modulo"]), + ("Disription", &["disruption"]), + ("Metroploitan", &["metropolitan"]), + ("Recorvery", &["recovery"]), + ("Tenacitiy", &["tenacity"]), + ("Unfortuantly", &["unfortunately"]), + ("Hoook", &["hook"]), + ("Recommendeds", &["recommends"]), + ("Doesing", &["doing", "does", "dosing", "dozing"]), + ("Enthousiasm", &["enthusiasm"]), + ("Substituions", &["substitutions"]), + ("Beliefes", &["beliefs", "believes"]), + ("Nore", &["nor", "more", "node", "note"]), + ("Aligne", &["align"]), + ("Inbraser", &["embracer"]), + ("Swiftley", &["swiftly"]), + ("Skatebaord", &["skateboard"]), + ("Buiness", &["business"]), + ("Stati", &["statuses", "state", "static"]), + ("Captialized", &["capitalized"]), + ("Chatch", &["catch"]), + ("Straines", &["strains"]), + ("Dichtomy", &["dichotomy"]), + ("Conviced", &["convinced"]), + ("Explanetary", &["explanatory"]), + ("Preeceding", &["preceding"]), + ("Mutliple", &["multiple"]), + ("Diemsion", &["dimension"]), + ("Restriktion", &["restriction"]), + ("Disscovers", &["discovers"]), + ("Laziliy", &["lazily"]), + ("Criticiszing", &["criticising"]), + ("Raputre", &["rapture"]), + ("Sived", &["saved", "sieved"]), + ("Indigenos", &["indigenous"]), + ("Conductuve", &["conductive", "conducive"]), + ("Eleases", &["releases"]), + ("Bult", &["built"]), + ("Mellinneums", &["millennia"]), + ("Dispalying", &["displaying"]), + ("Metricas", &["metrics"]), + ("Activits", &["activities"]), + ("Collocweall", &["colloquial"]), + ("Challneger", &["challenger"]), + ("Coalascece", &["coalescence"]), + ("Anxiosly", &["anxiously"]), + ("Pimxap", &["pixmap"]), + ("Introdiced", &["introduced"]), + ("Eveing", &["evening"]), + ("Horizones", &["horizons"]), + ("Eauality", &["equality"]), + ("Gratificaiton", &["gratification"]), + ("Plesently", &["pleasantly"]), + ("Hrlper", &["helper"]), + ("Hamburges", &["hamburgers"]), + ("Autonegoatiation", &["autonegotiation"]), + ("Exersised", &["exercised"]), + ("Upgrate", &["upgrade"]), + ("Calculaion", &["calculation"]), + ("Chameloen", &["chameleon"]), + ("Speficififes", &["specifies"]), + ("Conspiracys", &["conspiracies"]), + ("Dissble", &["disable"]), + ("Icremented", &["incremented"]), + ("Catlayst", &["catalyst"]), + ("Portrail", &["portrayal", "portrait"]), + ("Aftewards", &["afterwards"]), + ("Exapansion", &["expansion"]), + ("Ostridge", &["ostrich"]), + ("Ffrom", &["from"]), + ("Constrution", &["construction"]), + ("Breanches", &["branches"]), + ("Autentificated", &["authenticated"]), + ("Principias", &["principals"]), + ("Accoording", &["according"]), + ("Denominar", &["denominator"]), + ("Explotacion", &["exploration"]), + ("Diagnositcs", &["diagnostic"]), + ("Assumbe", &["assume"]), + ("Formatin", &["formation"]), + ("Experse", &["expense", "express"]), + ("Reminiscint", &["reminiscent"]), + ("Hanlded", &["handled"]), + ("Evalutaion", &["evaluation"]), + ("Hax", &["hex"]), + ("Oerations", &["operations"]), + ("Preisdents", &["presidents"]), + ("Upstreamming", &["upstreaming"]), + ("Toolsbox", &["toolbox"]), + ("Protrait", &["portrait"]), + ("Coalasece", &["coalescence"]), + ("Resons", &["reasons"]), + ("Spefifers", &["specifiers"]), + ("Orgasmus", &["orgasms"]), + ("Continueing", &["continuing"]), + ("Differntiated", &["differentiated"]), + ("Credidential", &["credential"]), + ("Mathematisch", &["mathematics"]), + ("Becasue", &["because"]), + ("Opportuniste", &["opportunities"]), + ("Confisgated", &["confiscated"]), + ("Resul", &["result"]), + ("Initilizing", &["initializing"]), + ("Standtard", &["standard"]), + ("Interecptor", &["interceptor"]), + ("Mwcos", &["macos"]), + ("Importes", &["imports"]), + ("Tatgerting", &["targeting"]), + ("Serialsing", &["serialising"]), + ("Adwances", &["advances"]), + ("Milktoast", &["milquetoast"]), + ("Configureable", &["configurable"]), + ("Nonsencial", &["nonsensical"]), + ("Confifurable", &["configurable"]), + ("Cummulated", &["cumulated"]), + ("Libries", &["libraries"]), + ("Confiugrable", &["configurable"]), + ("Recject", &["reject"]), + ("Countr", &["counter", "contour", "country", "county"]), + ("Exlcude", &["exclude"]), + ("Sucsess", &["success"]), + ("Swedisch", &["swedish"]), + ("Unopenend", &["unopened"]), + ("Israleis", &["israelis"]), + ("Depdendancy", &["dependency"]), + ("Permisison", &["permissions", "permission"]), + ("Provincija", &["provincial"]), + ("Mechnanism", &["mechanism"]), + ("Impotr", &["import", "importer"]), + ("Constitues", &["constitutes"]), + ("Camoflages", &["camouflages"]), + ("Globablly", &["globally"]), + ("Opitcal", &["optical"]), + ("Congnition", &["cognition"]), + ("Transferer", &["transferred"]), + ("Etherel", &["ethereal"]), + ("Equivolence", &["equivalence"]), + ("Paravirutalize", &["paravirtualize"]), + ("Lieuenant", &["lieutenant"]), + ("Trasformers", &["transformers"]), + ("Seralized", &["serialized"]), + ("Respresenting", &["representing"]), + ("Ubiquotous", &["ubiquitous"]), + ("Uperclass", &["upperclass"]), + ("Stimulatie", &["stimulated"]), + ("Suroundings", &["surroundings"]), + ("Oustider", &["outsider"]), + ("Formely", &["formerly"]), + ("Prescripe", &["prescribe"]), + ("Relocaitions", &["relocations"]), + ("Radioacive", &["radioactive"]), + ("Waht", &["what"]), + ("Leaveing", &["leaving"]), + ("Authendication", &["authentication"]), + ("Entris", &["entries"]), + ("Rimanissing", &["reminiscing"]), + ("Quoshants", &["quotients"]), + ("Paramater", &["parameter"]), + ("Proffesor", &["professor"]), + ("Derrive", &["derive"]), + ("Sokets", &["sockets"]), + ("Requesed", &["requested"]), + ("Polulated", &["populated"]), + ("Supllies", &["supplies"]), + ("Transferes", &["transfers"]), + ("Outnumberd", &["outnumbered"]), + ("Neurosciene", &["neuroscience"]), + ("Ciphersuits", &["ciphersuites"]), + ("Datastucture", &["datastructure"]), + ("Acknowlwdge", &["acknowledge"]), + ("Survay", &["survey"]), + ("Househoulds", &["households"]), + ("Decompresser", &["decompressor"]), + ("Speficillifes", &["specifies"]), + ("Physioligical", &["physiological"]), + ("Ambidexterousness", &["ambidextrousness"]), + ("Curising", &["cruising"]), + ("Oultline", &["outline"]), + ("Exolicitly", &["explicitly"]), + ("Astarisks", &["asterisks"]), + ("Sigen", &["sign"]), + ("Necassery", &["necessary"]), + ("Imorting", &["importing"]), + ("Agreemnets", &["agreements"]), + ("Interpretting", &["interpreting"]), + ("Directoty", &["directory"]), + ("Seldomly", &["seldom"]), + ("Lienups", &["lineups"]), + ("Commnities", &["communities"]), + ("Basod", &["based"]), + ("Scneario", &["scenario"]), + ("Maximnum", &["maximum"]), + ("Egregrious", &["egregious"]), + ("Demosntrates", &["demonstrates"]), + ("Shotuout", &["shoutout"]), + ("Polulating", &["populating"]), + ("Punsihes", &["punishes"]), + ("Destrucive", &["destructive"]), + ("Penisse", &["penises"]), + ("Notod", &["noted"]), + ("Complilation", &["complication"]), + ("Applie", &["applied", "apply"]), + ("Develompent", &["developments", "development"]), + ("Verablly", &["verbally"]), + ("Renegoatiated", &["renegotiated"]), + ("Requiering", &["requiring"]), + ("Boudler", &["boulder"]), + ("Sufficiennt", &["sufficient"]), + ("Hopefullly", &["hopefully"]), + ("Universaly", &["universally"]), + ("Tomoorw", &["tomorrow"]), + ("Distraktion", &["distraction"]), + ("Trogliditic", &["troglodytic"]), + ("Operationel", &["operational"]), + ("Sponsorshop", &["sponsorship"]), + ("Requierd", &["required"]), + ("Pysical", &["physical"]), + ("Beyone", &["beyond"]), + ("Competator", &["competitor"]), + ("Exections", &["executions"]), + ("Creulty", &["cruelty"]), + ("Hopsitals", &["hospitals"]), + ("Guarenteeing", &["guaranteeing"]), + ("Dissassemblies", &["disassemblies"]), + ("Internatinalist", &["internationalist"]), + ("Difficulity", &["difficulty"]), + ("Noe", &["not", "no", "node", "know", "now", "note"]), + ("Analyseras", &["analyses"]), + ("Currect", &["correct", "current"]), + ("Mechaninc", &["mechanic"]), + ("Otherwuise", &["otherwise"]), + ("Executres", &["executes"]), + ("Contines", &["continents"]), + ("Representatin", &["representations"]), + ("Offfenses", &["offenses"]), + ("Funtionalities", &["functionalities"]), + ("Publick", &["public"]), + ("Bureauracy", &["bureaucracy"]), + ("Porgrams", &["programs"]), + ("Accelration", &["acceleration"]), + ("Sodu", &["sod", "soda", "sods", "sudo"]), + ("Pronounciation", &["pronunciation"]), + ("Culutral", &["cultural"]), + ("Annoucing", &["announcing"]), + ("Antractica", &["antarctica"]), + ("Ure", &["sure", "ire", "are", "urea", "rue"]), + ("Complation", &["completion", "compilation"]), + ("Authentisity", &["authenticity"]), + ("Synchonously", &["synchronously"]), + ("Alocholism", &["alcoholism"]), + ("Origion", &["origin"]), + ("Immeidate", &["immediate"]), + ("Thorats", &["throats"]), + ("Workarould", &["workaround"]), + ("Peodphiles", &["pedophiles"]), + ("Weeken", &["weekend"]), + ("Multplying", &["multiplying"]), + ("Numberrs", &["numbers"]), + ("Integrat", &["integral", "integrate"]), + ("Determins", &["determines"]), + ("Aqquaintances", &["acquaintances"]), + ("Necssarily", &["necessarily"]), + ("Corresponed", &["corresponded"]), + ("Perputuated", &["perpetuated"]), + ("Naything", &["anything"]), + ("Caliming", &["claiming"]), + ("Precausions", &["precautions"]), + ("Penalites", &["penalties"]), + ("Unsubsrcibe", &["unsubscribe"]), + ("Exceuctors", &["executors"]), + ("Inconviniances", &["inconveniences"]), + ("Hydregon", &["hydrogen"]), + ("Cloudfare", &["cloudflare"]), + ("Nsted", &["nested"]), + ("Fedback", &["feedback"]), + ("Negotite", &["negotiate"]), + ("Placematt", &["placemat", "placement"]), + ("Simpilfy", &["simplify"]), + ("Resuorcing", &["resourcing"]), + ("Arrangnig", &["arranging"]), + ("Succcessully", &["successfully"]), + ("Swith", &["switch"]), + ("Reelvant", &["relevant"]), + ("Retrict", &["restrict"]), + ("Correesponding", &["corresponding"]), + ("Stimilants", &["stimulants"]), + ("Installeert", &["installer"]), + ("Sentamental", &["sentimental"]), + ("Americams", &["americas"]), + ("Paymet", &["payment"]), + ("Equilibium", &["equilibrium"]), + ("Liverpol", &["liverpool"]), + ("Lew", &["dew", "hew", "lieu", "sew"]), + ("Microtransacions", &["microtransactions"]), + ("Deffinetly", &["definitely"]), + ("Obediance", &["obedience"]), + ("Recrusively", &["recursively"]), + ("Aadd", &["add"]), + ("Contrrol", &["control"]), + ("Antaliasing", &["antialiasing"]), + ("Jeresys", &["jerseys"]), + ("Logial", &["logical"]), + ("Idealisitic", &["idealistic"]), + ("Officals", &["officials"]), + ("Disharge", &["discharge"]), + ("Asynchrously", &["asynchronously"]), + ("Pamflet", &["pamphlet"]), + ("Cofirmation", &["confirmation"]), + ("Appointement", &["appointment"]), + ("Welocme", &["welcome"]), + ("Ejacualtion", &["ejaculation"]), + ("Royalites", &["royalties"]), + ("Hypertrophey", &["hypertrophy"]), + ("Apresheation", &["appreciation"]), + ("Commutated", &["commuted"]), + ("Conenctivities", &["connectivities"]), + ("Condmening", &["condemning"]), + ("Unexpectend", &["unexpected"]), + ("Stornfront", &["stormfront"]), + ("Manaually", &["manually"]), + ("Specialzed", &["specialized"]), + ("Explane", &["explain"]), + ("Executue", &["execute"]), + ("Conain", &["contain"]), + ("Tommrow", &["tomorrow"]), + ("Ourselve", &["ourself", "ourselves"]), + ("Mysterioulsy", &["mysteriously"]), + ("Tramuatized", &["traumatized"]), + ("Douible", &["double"]), + ("Witdhs", &["widths"]), + ("Mnemoncis", &["mnemonics"]), + ("Baceause", &["because"]), + ("Definding", &["defining"]), + ("Encapuslates", &["encapsulates"]), + ("Scences", &["scenes", "sciences", "senses", "census"]), + ("Purpetuating", &["perpetuating"]), + ("Outpsoken", &["outspoken"]), + ("Depden", &["depend"]), + ("Unnacquired", &["unacquired"]), + ("Revrievers", &["retrievers"]), + ("Cilents", &["clients", "silents", "silence"]), + ("Tiome", &["time", "tome"]), + ("Meni", &["menu"]), + ("Unispired", &["uninspired"]), + ("Praisse", &["praises"]), + ("Cahches", &["caches"]), + ("Impusles", &["impulses"]), + ("Divded", &["divided"]), + ("Occuers", &["occurs"]), + ("Decyrpt", &["decrypt"]), + ("Selctor", &["selector"]), + ("Graudally", &["gradually"]), + ("Collectng", &["collecting"]), + ("Necessairly", &["necessarily"]), + ("Definitiions", &["definitions"]), + ("Segragation", &["segregation"]), + ("Disenginuous", &["disingenuous"]), + ("Confidentely", &["confidently"]), + ("Understandble", &["understandable"]), + ("Coyrighted", &["copyrighted"]), + ("Implosed", &["implode"]), + ("Chagne", &["change"]), + ("Borow", &["borrow"]), + ("Reformating", &["reformatting"]), + ("Decipting", &["depicting"]), + ("Grahics", &["graphics"]), + ("Exagguration", &["exaggeration"]), + ("Returs", &["returns"]), + ("Refrenced", &["referenced"]), + ("Hearbeat", &["heartbeat"]), + ("Interactes", &["interacts"]), + ("Governemtn", &["government"]), + ("Visualizaion", &["visualization"]), + ("Optoins", &["options"]), + ("Akumulative", &["accumulative"]), + ("Inventry", &["inventory"]), + ("Expendeture", &["expenditure"]), + ("Propesterous", &["preposterous"]), + ("Suficate", &["suffocate"]), + ("Freedos", &["freedoms"]), + ("Attacs", &["attacks"]), + ("Presentaiton", &["presentations"]), + ("Persectued", &["persecuted"]), + ("Entquires", &["enquires"]), + ("Directpries", &["directories"]), + ("Irrespecitve", &["irrespective"]), + ("Imprisonent", &["imprisonment"]), + ("Verisoners", &["versioners"]), + ("Indecate", &["indicate"]), + ("Formallity", &["formally"]), + ("Unsustianable", &["unsustainable"]), + ("Diferentiate", &["differentiate"]), + ("Britening", &["brightening"]), + ("Cyrrilic", &["cyrillic"]), + ("Comamnding", &["commanding"]), + ("Vulberabuility", &["vulnerability"]), + ("Audioboooks", &["audiobook"]), + ("Speficifiers", &["specifiers"]), + ("Patrolls", &["patrols"]), + ("Instanteneous", &["instantaneous"]), + ("Serioulsy", &["seriously"]), + ("Undersatnd", &["understands"]), + ("Neading", &["heading", "kneading", "needing"]), + ("Institutionlized", &["institutionalized"]), + ("Operrations", &["operations"]), + ("Desciptors", &["descriptors"]), + ("Dictoinary", &["dictionary"]), + ("Avaialable", &["available"]), + ("Prioretize", &["prioritize"]), + ("Desribes", &["describes"]), + ("Offstets", &["offsets"]), + ("Attatched", &["attached"]), + ("Markes", &["marks", "marked", "markers"]), + ("Fitler", &["filter"]), + ("Maximini", &["maximizing"]), + ("Unnhandled", &["unhandled"]), + ("Keyosk", &["kiosk"]), + ("Compramises", &["compromises"]), + ("Registert", &["registered"]), + ("Intreeg", &["intrigue"]), + ("Sequnces", &["sequences"]), + ("Adventurus", &["adventurous"]), + ("Excetutions", &["executions"]), + ("Continus", &["continues", "continue", "continuous"]), + ("Enameld", &["enameled"]), + ("Bbefore", &["before"]), + ("Opperated", &["operated"]), + ("Carridge", &["carriage", "cartridge"]), + ("Wallpappers", &["wallpapers"]), + ("Missonary", &["missionary"]), + ("Announcment", &["announcement"]), + ("Cheching", &["checking"]), + ("Diassembling", &["disassembling"]), + ("Cumpolsory", &["compulsory"]), + ("Interferire", &["interfere"]), + ("Psaced", &["paced", "spaced"]), + ("Snipet", &["snippet"]), + ("Personarse", &["personas"]), + ("Scipted", &["scripted"]), + ("Identifiters", &["identifier"]), + ("Attracters", &["attracts"]), + ("Caluclate", &["calculate"]), + ("Plausibe", &["plausible"]), + ("Opearting", &["operating"]), + ("Exersise", &["exercise"]), + ("Bankrupcy", &["bankruptcy"]), + ("Paramerter", &["parameter"]), + ("Sie", &["size", "sigh", "side"]), + ("Negligble", &["negligible"]), + ("Parsial", &["partial"]), + ("Knoweldgeable", &["knowledgeable"]), + ("Garfeild", &["garfield"]), + ("Yougest", &["youngest"]), + ("Necessar", &["necessary"]), + ("Elemt", &["element"]), + ("Decommissionn", &["decommission"]), + ("Continuarlo", &["continual"]), + ("Acccuracy", &["accuracy"]), + ("Algebric", &["algebraic"]), + ("Modfity", &["modify"]), + ("Minsitry", &["ministry"]), + ("Diabetees", &["diabetes"]), + ("Linkfy", &["linkify"]), + ("Bounday", &["boundary"]), + ("Ancedotally", &["anecdotally"]), + ("Pertubates", &["perturbs"]), + ("Sempaphore", &["semaphore"]), + ("Reaserched", &["researched"]), + ("Shineing", &["shining"]), + ("Restrictied", &["restrictive"]), + ("Amealearative", &["ameliorative"]), + ("Desensatized", &["desensitized"]), + ("Characteters", &["characters"]), + ("Ancilliary", &["ancillary"]), + ("Reccommend", &["recommend"]), + ("Trasnforming", &["transforming"]), + ("Pinnaple", &["pineapple"]), + ("Wellingtion", &["wellington"]), + ("Interfave", &["interface"]), + ("Negotiotated", &["negotiated"]), + ("Viee", &["view"]), + ("Recommondations", &["recommendations"]), + ("Zefers", &["zephyrs"]), + ("Counteratk", &["counteract"]), + ("Percision", &["precision"]), + ("Dominats", &["dominates"]), + ("Patrent", &["parent", "patent", "patron"]), + ("Uncensered", &["uncensored"]), + ("Seperetes", &["separates"]), + ("Incramentally", &["incrementally"]), + ("Isconnection", &["isconnected"]), + ("Comerant", &["cormorant"]), + ("Forseeable", &["foreseeable"]), + ("Enumuratable", &["enumerable"]), + ("Wastefullness", &["wastefulness"]), + ("Copyrigth", &["copyright"]), + ("Coordianted", &["coordinated"]), + ("Throtlled", &["throttled"]), + ("Medicinske", &["medicine"]), + ("Logictical", &["logistical"]), + ("Baray", &["beret"]), + ("Philosophiae", &["philosophies"]), + ("Abovmentioned", &["abovementioned"]), + ("Exempel", &["example"]), + ("Illgal", &["illegal"]), + ("Searhc", &["search"]), + ("Colector", &["collector"]), + ("Algotirhm", &["algorithm"]), + ("Inneffectual", &["ineffectual"]), + ("Predecated", &["predicated"]), + ("Assassinats", &["assassins"]), + ("Dependign", &["depending"]), + ("Ciricularise", &["circularise"]), + ("Summurize", &["summarize"]), + ("Friendzonned", &["friendzoned"]), + ("Archve", &["archive"]), + ( + "Interations", + &["iterations", "interactions", "integrations"], + ), + ("Emphaised", &["emphasised"]), + ("Demonstrat", &["demonstrate"]), + ("Identifiaction", &["identification"]), + ("Confidentaly", &["confidently"]), + ("Contestais", &["contests"]), + ("Executution", &["execution"]), + ("Toursit", &["tourist"]), + ("Trespessing", &["trespassing"]), + ("Druing", &["during"]), + ("Tanseint", &["transient"]), + ("Reuploder", &["reuploader"]), + ("Characteritics", &["characteristic", "characteristics"]), + ("Esponding", &["desponding", "responding"]), + ("Transmiter", &["transmitter"]), + ("Variabels", &["variables"]), + ("Interwiever", &["interviewer"]), + ("Consummed", &["consumed"]), + ("Finings", &["findings"]), + ("Critiera", &["criteria"]), + ("Carosel", &["carousel"]), + ("Jurnyes", &["journeys"]), + ("Reconnet", &["reconnect"]), + ("Yot", &["yacht"]), + ("Schem", &["scheme", "schema"]), + ("Trottle", &["throttle"]), + ("Collectifs", &["collects"]), + ("Currentpos", &["currents"]), + ("Setted", &["set"]), + ("Validationt", &["validation"]), + ("Seperare", &["separate"]), + ("Calymore", &["claymore"]), + ("Bloodboorne", &["bloodborne"]), + ("Perscribe", &["prescribe"]), + ("Shampionship", &["championship"]), + ("Alledgedly", &["allegedly"]), + ("Exectution", &["execution"]), + ("Preimer", &["premier"]), + ("Udater", &["updater", "dater"]), + ("Adreniline", &["adrenaline"]), + ("Initalisation", &["initialisation"]), + ("Mediterraean", &["mediterranean"]), + ("Anormally", &["abnormally"]), + ("Specialiced", &["specialized", "specialised"]), + ("Permmissions", &["permissions"]), + ("Avaiibility", &["availability"]), + ("Prooxy", &["proxy"]), + ("Procliamed", &["proclaimed"]), + ("Workench", &["workbench"]), + ("Portrayl", &["portrayal"]), + ("Utill", &["until", "utils"]), + ("Neighborhooods", &["neighborhoods"]), + ("Ommissions", &["omissions"]), + ("Unexcected", &["unexpected"]), + ("Expeimentation", &["experimentation"]), + ("Developoment", &["development"]), + ("Roboticus", &["robotics"]), + ("Pharmasists", &["pharmacists"]), + ("Cicular", &["circular"]), + ("Dumplicating", &["duplicating"]), + ("Devied", &["device"]), + ("Lobbysits", &["lobbyists"]), + ("Volenteered", &["volunteered"]), + ("Autoritharian", &["authoritarian"]), + ("Bloodbonre", &["bloodborne"]), + ("Treasue", &["treasure"]), + ("Beautifullly", &["beautifully"]), + ("Subnegotionations", &["subnegotiations"]), + ("Continient", &["contingent"]), + ("Targte", &["target"]), + ("Controversity", &["controversy"]), + ("Indonesion", &["indonesian"]), + ("Preamde", &["premade"]), + ("Sesceder", &["seceder"]), + ("Expressley", &["expressly"]), + ("Representes", &["represents", "represented"]), + ("Neighors", &["neighbors"]), + ("Speacial", &["special", "spacial"]), + ("Caricatore", &["caricature"]), + ("Kinldy", &["kindly"]), + ("Offsence", &["offence"]), + ("Infomer", &["informer"]), + ("Explination", &["explanation"]), + ("Programmeurs", &["programmer"]), + ("Hallowean", &["halloween"]), + ("Characteritiscs", &["characteristics"]), + ("Expolsive", &["explosive"]), + ("Initialyzing", &["initializing"]), + ("Renaissaince", &["renaissance"]), + ("Delusionnal", &["delusional"]), + ("Resinged", &["resigned"]), + ("Shamelessy", &["shamelessly"]), + ("Temperaturas", &["temperatures"]), + ("Singeled", &["singled", "signaled"]), + ("Yuor", &["your"]), + ("Vaguelly", &["vaguely"]), + ("Quantitty", &["quantity"]), + ("Diosese", &["diocese"]), + ("Difine", &["define", "divine"]), + ("Trhusters", &["thrusters"]), + ("Vunerabilities", &["vulnerabilities"]), + ("Segmnet", &["segment"]), + ("Sucesion", &["succession"]), + ("Differnt", &["different"]), + ("Previousl", &["previously"]), + ("Neighbourhhods", &["neighbourhoods"]), + ("Refencing", &["referencing"]), + ("Partioning", &["partitioning", "portioning"]), + ("Propertius", &["properties"]), + ("Reclutantly", &["reluctantly"]), + ("Registrain", &["registration"]), + ("Ignonre", &["ignore"]), + ("Misunderstandig", &["misunderstandings"]), + ("Contoroller", &["controller"]), + ("Quesrs", &["quests"]), + ("Expexted", &["expected"]), + ("Peepels", &["peoples"]), + ("Progresso", &["progression"]), + ("Signifiant", &["significant"]), + ("Ineqality", &["inequality"]), + ("Stressfull", &["stressful"]), + ("Enlightnment", &["enlightenment"]), + ("Unlabled", &["unlabeled"]), + ("Detemine", &["determine"]), + ("Codeen", &["codeine"]), + ("Vampries", &["vampires"]), + ("Invalud", &["invalid"]), + ("Projecticle", &["projectile"]), + ("Wordpres", &["wordpress"]), + ("Hindisght", &["hindsight"]), + ("Possibilty", &["possibility"]), + ("Tecnique", &["technique"]), + ("Invokves", &["invokes"]), + ("Particalur", &["particular"]), + ("Preferend", &["preferred", "preference"]), + ("Editted", &["edited"]), + ("Unnecissary", &["unnecessary"]), + ("Researchs", &["researchers"]), + ("Braodcast", &["broadcast"]), + ("Proflier", &["profiler"]), + ("Cimptomatically", &["symptomatically"]), + ("Forula", &["formula"]), + ("Inconsistance", &["inconsistency"]), + ("Vai", &["via", "vie"]), + ("Informatiom", &["information"]), + ("Sponosred", &["sponsored"]), + ("Resurreccion", &["resurrection"]), + ("Chater", &["chapter"]), + ("Bengzhai", &["benghazi"]), + ("Parmenas", &["parmesan"]), + ("Occurence", &["occurrence"]), + ("Nothingess", &["nothingness"]), + ("Corinthias", &["corinthians"]), + ("Monstrosoty", &["monstrosity"]), + ("Sarimonial", &["ceremonial"]), + ("Expermeneter", &["experimenter"]), + ("Diong", &["doing"]), + ("Enigneer", &["engineer"]), + ("Unavilable", &["unavailable"]), + ("Mimmicking", &["mimicking"]), + ("Generlaizes", &["generalizes"]), + ("Baptsim", &["baptism"]), + ("Amelearate", &["ameliorate"]), + ("Mintues", &["minutes"]), + ("Litteral", &["literal"]), + ("Bacause", &["because"]), + ("Cehckout", &["checkout"]), + ("Refleciton", &["reflections"]), + ("Agriculteral", &["agricultural"]), + ("Bloked", &["blocked"]), + ("Punishmet", &["punishments"]), + ("Envokes", &["evokes", "invokes"]), + ("Kineitc", &["kinetic"]), + ("Pnatheon", &["pantheon"]), + ("Explose", &["explodes"]), + ("Chaeck", &["check"]), + ("Alue", &["value"]), + ("Atheisim", &["atheism"]), + ("Immediatly", &["immediately"]), + ("Defianetly", &["definitely"]), + ("Pireced", &["pierced"]), + ("Divison", &["division"]), + ("Broacast", &["broadcast"]), + ("Maximun", &["maximum"]), + ("Revewing", &["reviewing"]), + ("Surveyer", &["surveyor"]), + ("Simetriclly", &["symmetrically"]), + ("Isuses", &["issues"]), + ("Unspecificed", &["unspecified"]), + ("Misogynstic", &["misogynist"]), + ("Compresions", &["compressions"]), + ("Behavoir", &["behavior"]), + ("Sieze", &["seize", "size"]), + ("Preceeded", &["preceded", "proceeded"]), + ("Senario", &["scenario"]), + ("Indavertently", &["inadvertently"]), + ("Knowledeable", &["knowledgable"]), + ("Annoation", &["annotation"]), + ("Infrastrcuture", &["infrastructure"]), + ("Compononent", &["component"]), + ("Behavioutr", &["behaviour"]), + ("Toritlla", &["tortilla"]), + ("Frankenstines", &["frankenstein"]), + ("Sizre", &["size"]), + ("Aggresssion", &["aggression"]), + ("Realtive", &["relative", "reactive"]), + ("Cunted", &["counted", "hunted"]), + ("Outpus", &["output", "outputs"]), + ("Infinitelly", &["infinitely"]), + ("Flethcer", &["fletcher"]), + ("Apoligise", &["apologise"]), + ("Monstrum", &["monster"]), + ("Tansmit", &["transmit"]), + ("Iteraterate", &["iterate"]), + ("Negotible", &["negotiable"]), + ("Coule", &["could"]), + ("Turtels", &["turtles"]), + ("Sequnce", &["sequence"]), + ("Overriddes", &["overrides"]), + ("Juxtifying", &["justifying"]), + ("Costant", &["constant"]), + ("Functionailty", &["functionality"]), + ("Confrims", &["confirms"]), + ("Swither", &["switcher"]), + ("Disassocate", &["disassociate"]), + ("Delgates", &["delegates"]), + ("Perfecctly", &["perfectly"]), + ("Shakepseare", &["shakespeare"]), + ("Bigtoed", &["bigoted"]), + ("Sripts", &["scripts"]), + ("Notorize", &["notarize", "motorize"]), + ("Delcining", &["declining"]), + ("Violatin", &["violation"]), + ("Assumung", &["assuming"]), + ("Benifit", &["benefit"]), + ("Presbaterian", &["presbyterian"]), + ("Abundence", &["abundance"]), + ("Continuent", &["contingent"]), + ("Outsorucing", &["outsourcing"]), + ("Conservativs", &["conservatism"]), + ("Callbacsk", &["callback"]), + ("Praameter", &["parameter"]), + ("Splitner", &["splinter"]), + ("Ignortable", &["ignorable"]), + ("Passerbys", &["passersby"]), + ("Passivs", &["passives"]), + ("Conflictd", &["conflicts", "conflicted"]), + ("Interesecting", &["intersecting"]), + ("Commentar", &["commentator"]), + ("Versionms", &["versions"]), + ("Mininterpret", &["misinterpret"]), + ("Muext", &["mutex"]), + ("Champoinship", &["championship"]), + ("Decose", &["decode"]), + ("Previewd", &["previewed"]), + ("Bloekss", &["blokes"]), + ("Permuates", &["permutates", "permutes"]), + ("Referere", &["referee"]), + ("Instsalls", &["installs"]), + ("Dissapprove", &["disapprove"]), + ("Buinseses", &["businesses"]), + ("Bueraucrats", &["bureaucrats"]), + ("Conrrespond", &["correspond"]), + ("Buildpackges", &["buildpackages"]), + ("Probabily", &["probability", "probably"]), + ("Responsbility", &["responsibility"]), + ("Chercking", &["checking"]), + ("Littele", &["little"]), + ("Orginized", &["organized"]), + ("Thurdsays", &["thursdays"]), + ("Coneccts", &["connects"]), + ("Alforithm", &["algorithm"]), + ("Collest", &["collects"]), + ("Ehtnically", &["ethnically"]), + ("Intializer", &["initializer"]), + ("Soiurce", &["source"]), + ("Archetypus", &["archetypes"]), + ("Decompositons", &["decompositions"]), + ("Deactiveted", &["deactivated"]), + ("Uite", &["suite", "unite"]), + ("Potenial", &["potential"]), + ("Delare", &["declare"]), + ("Dupliacates", &["duplicates"]), + ("Grilfriend", &["girlfriend"]), + ("Manetainers", &["maintainers"]), + ("Defaulgs", &["defaults"]), + ("Philosoper", &["philosopher"]), + ("Exeception", &["exception"]), + ("Resitances", &["resistances"]), + ("Inititalisation", &["initialisation"]), + ("Reynols", &["reynolds"]), + ("Momomentarily", &["momentarily"]), + ("Performence", &["performance"]), + ("Verison", &["version"]), + ("Consumate", &["consummate"]), + ("Cinematogrophy", &["cinematography"]), + ("Skeletl", &["skeletal"]), + ("Coallese", &["coalesce"]), + ("Cabniets", &["cabinets"]), + ("Feminim", &["feminism"]), + ("Guilia", &["giulia"]), + ("Organiserad", &["organised"]), + ("Authetnication", &["authentication"]), + ("Declaratinos", &["declarations"]), + ("Backtacking", &["backpacking"]), + ("Catastrphic", &["catastrophic"]), + ("Spririous", &["spurious"]), + ("Cotranser", &["cotransfer"]), + ("Availlable", &["available"]), + ("Opreands", &["operands"]), + ("Cleens", &["cleans"]), + ("Protocls", &["protocols"]), + ("Uniformy", &["uniformly", "uniform"]), + ("Alernately", &["alternately"]), + ("Docuent", &["document"]), + ("Cruze", &["cruise"]), + ("Montanya", &["montana"]), + ("Pacakaging", &["packaging"]), + ("Depencies", &["dependencies"]), + ("Tpic", &["topic"]), + ("Conectivity", &["connectivity"]), + ("Lanagugs", &["languages"]), + ("Outpreforms", &["outperform"]), + ("Accidentically", &["accidentally"]), + ("Regresstion", &["regression"]), + ("Nonexisted", &["nonexistent"]), + ("Schedue", &["schedule"]), + ("Minnestoa", &["minnesota"]), + ("Folllowed", &["followed"]), + ("Orderd", &["ordered"]), + ("Standartds", &["standards"]), + ("Annuled", &["annulled"]), + ("Masturabted", &["masturbated"]), + ("Blackbarry", &["blackberry"]), + ("Pronoucning", &["pronouncing"]), + ("Regressivo", &["regression"]), + ("Sergent", &["sergeant"]), + ("Melinneums", &["millennia"]), + ("Frontents", &["frontends"]), + ("Organizaions", &["organizations"]), + ("Cathloics", &["catholics"]), + ("Validd", &["valid"]), + ("Inersial", &["inertial"]), + ("Accoordingly", &["accordingly"]), + ("Discriptor", &["descriptor"]), + ("Gammeode", &["gamemode"]), + ("Speficiifes", &["specifies"]), + ("Rasterizor", &["rasterizer"]), + ("Allcator", &["allocator"]), + ("Annays", &["annoys", "any"]), + ("Esperate", &["separate"]), + ("Alphapeicall", &["alphabetical"]), + ("Disabilites", &["disabilities"]), + ("Monitord", &["monitored"]), + ("Thicknes", &["thickness", "thickens"]), + ("Dokcre", &["docker"]), + ("Kennedey", &["kennedy"]), + ("Investiagtive", &["investigative"]), + ("Matainers", &["maintainers"]), + ("Ebale", &["enable"]), + ("Extremly", &["extremely"]), + ("Environent", &["environment"]), + ("Kryptoninte", &["kryptonite"]), + ("Astronimical", &["astronomical"]), + ("Beleifs", &["beliefs"]), + ("Momemtn", &["moment"]), + ("Recurively", &["recursively"]), + ("Definitley", &["definitely"]), + ("Appropriatedly", &["appropriately"]), + ("Fumctional", &["functional"]), + ("Reprogramms", &["reprograms"]), + ("Banruptcy", &["bankruptcy"]), + ("Mchanicals", &["mechanicals"]), + ("Catostraphically", &["catastrophically"]), + ("Periodisch", &["periodic"]), + ("Pash", &["hash"]), + ("Ethincities", &["ethnicities"]), + ("Developmant", &["developmental"]), + ("Uniqness", &["uniqueness"]), + ("Epitamy", &["epitome"]), + ("Lifepsan", &["lifespan"]), + ("Integrato", &["integration"]), + ("Perfecct", &["perfect"]), + ("Verificaion", &["verification"]), + ("Compsers", &["compress"]), + ("Corrspond", &["correspond"]), + ("Asynchrons", &["asynchronous"]), + ("Reperesented", &["represented"]), + ("Pakcage", &["package"]), + ("Publsh", &["publish"]), + ("Orginasations", &["organisations"]), + ("Subrotuines", &["subroutines"]), + ("Algoorithmically", &["algorithmically"]), + ("Messges", &["messages"]), + ("Expetedly", &["expectedly"]), + ("Compination", &["compilation", "combination"]), + ("Speciall", &["special", "specially"]), + ("Confings", &["configs", "confines"]), + ("Thaliand", &["thailand"]), + ("Varmit", &["varmint"]), + ("Nescessary", &["necessary"]), + ("Unannimously", &["unanimously"]), + ("Separato", &["separation", "separator"]), + ("Configurting", &["configuring"]), + ("Accetable", &["acceptable"]), + ("Hypocrises", &["hypocrites"]), + ("Fotografic", &["photographic"]), + ("Beleived", &["believed"]), + ("Direrctories", &["directories"]), + ("Piggypacked", &["piggybacked"]), + ("Alising", &["aliasing"]), + ("Scrachs", &["scratches"]), + ("Unbeleivably", &["unbelievably"]), + ("Cartrige", &["cartridge"]), + ("Renegotionator", &["renegotiator"]), + ("Plagarism", &["plagiarism"]), + ("Mounc", &["mount"]), + ("Expeectedly", &["expectedly"]), + ("Indicentally", &["incidentally"]), + ("Configulation", &["configuration"]), + ("Hotpsot", &["hotspot"]), + ("Instaslled", &["installed"]), + ("Ambedded", &["embedded"]), + ("Spefeirs", &["specifiers"]), + ("Coincidente", &["coincidence"]), + ("Clairvoiant", &["clairvoyant"]), + ("Agreesive", &["aggressive"]), + ("Chanpionship", &["championship"]), + ("Templeos", &["temples"]), + ("Reasnable", &["reasonable"]), + ("Appropraite", &["appropriate"]), + ("Dispersa", &["dispensary"]), + ("Pronunciating", &["pronunciation"]), + ("Bouregois", &["bourgeois"]), + ("Frequenct", &["frequency", "frequent"]), + ("Earhtquakes", &["earthquakes"]), + ("Rescource", &["resource"]), + ("Sequneces", &["sequences"]), + ("Predujice", &["prejudice"]), + ("Exchagnes", &["exchanges"]), + ("Atributes", &["attributes"]), + ("Tupparware", &["tupperware"]), + ("Civilesations", &["civilisations"]), + ("Sepertor", &["separator"]), + ("Actibity", &["activity"]), + ("Underestime", &["underestimate"]), + ("Birghter", &["brighter"]), + ("Enocders", &["encoders"]), + ("Accumelated", &["accumulated"]), + ("Apyoons", &["oppugns"]), + ("Sigit", &["digit"]), + ("Pensinula", &["peninsula"]), + ("Theature", &["theatre"]), + ("Litigatin", &["litigation"]), + ("Pigens", &["pigeons", "pigpens"]), + ("Sies", &["size", "sighs", "sides"]), + ("Cyllinder", &["cylinder"]), + ("Discconencts", &["disconnects"]), + ("Emergancy", &["emergency"]), + ("Ove", &["oven", "over"]), + ("Reister", &["register"]), + ("Experimanting", &["experimenting"]), + ("Optinally", &["optimally", "optionally"]), + ("Horzions", &["horizons"]), + ("Referenct", &["referenced"]), + ("Drescriptions", &["descriptions"]), + ("Cunterpart", &["counterpart"]), + ("Indefinity", &["indefinitely"]), + ("Chromisome", &["chromosome"]), + ("Partioned", &["partitioned"]), + ("Rouglhy", &["roughly"]), + ("Toiletts", &["toilets"]), + ("Eczecuted", &["executed"]), + ("Observating", &["observation"]), + ("Preverve", &["preserve"]), + ("Acccept", &["accept"]), + ("Hindusim", &["hinduism"]), + ("Childbird", &["childbirth"]), + ("Geometrician", &["geometer"]), + ("Experimeter", &["experimenter"]), + ("Suppling", &["supplying"]), + ("Indepentents", &["independents"]), + ("Tessllation", &["tessellation"]), + ("Algoritms", &["algorithms"]), + ("Formattting", &["formatting"]), + ("Cofrimed", &["confirmed"]), + ("Fowlling", &["following"]), + ("Origines", &["origins"]), + ("Modifcications", &["modifications"]), + ("Neolitic", &["neolithic"]), + ("Sereouslly", &["seriously"]), + ("Meagthread", &["megathread"]), + ("Knarled", &["gnarled"]), + ("Griaffe", &["giraffe"]), + ("Glithces", &["glitches"]), + ("Publsihing", &["publishing"]), + ("Containner", &["container"]), + ("Sacksonville", &["jacksonville"]), + ("Billon", &["billion"]), + ("Standrad", &["standard"]), + ("Recieve", &["receive"]), + ("Substansive", &["substantive"]), + ("Autonegothiation", &["autonegotiation"]), + ("Conecepts", &["concepts"]), + ("Docuhes", &["douches"]), + ("Exoitcs", &["exotics"]), + ("Eurpean", &["european"]), + ("Thonic", &["chthonic"]), + ("Interoprability", &["interoperability"]), + ("Debia", &["debian"]), + ("Forermly", &["formerly"]), + ("Libertarainism", &["libertarianism"]), + ("Kepoint", &["keypoint"]), + ("Intermideate", &["intermediate"]), + ("Anchestors", &["ancestors"]), + ("Sattelit", &["satellite"]), + ("Socailists", &["socialists"]), + ("Asumtotic", &["asymptotic"]), + ("Restirctions", &["restrictions"]), + ("Gymanstics", &["gymnastics"]), + ("Symbolc", &["symbolic"]), + ("Powerhourse", &["powerhouse"]), + ("Registerdns", &["registers"]), + ("Desturb", &["disturb"]), + ("Chanager", &["changer"]), + ("Demog", &["demo"]), + ("Separtes", &["separates"]), + ("Antripanewer", &["entrepreneur"]), + ("Initialzer", &["initializer"]), + ("Latitudie", &["latitude"]), + ("Implemenetions", &["implementations"]), + ("Sacrifises", &["sacrifices"]), + ("Trainling", &["trailing", "training"]), + ("Allocateing", &["allocating"]), + ("Perspectie", &["perspectives"]), + ("Mintoring", &["mentoring", "monitoring"]), + ("Displayied", &["displayed"]), + ("Vacummes", &["vacuums"]), + ("Convienant", &["convenient"]), + ("Vietmanese", &["vietnamese"]), + ("Prevalente", &["prevalence"]), + ("Maches", &["matches"]), + ("Propserity", &["prosperity"]), + ("Certicated", &["certificated"]), + ("Crossgne", &["crossgen"]), + ("Paricular", &["particular"]), + ("Recommdended", &["recommended"]), + ("Instersectionality", &["intersectionality"]), + ("Potical", &["optical"]), + ("Gruped", &["grouped"]), + ("Neighbehoods", &["neighborhoods"]), + ("Functiioning", &["functioning"]), + ("Substitutins", &["substitutions"]), + ("Graphcis", &["graphics"]), + ("Dividened", &["dividend"]), + ( + "Vist", + &[ + "visit", "fist", "gist", "list", "mist", "vast", "vest", "vista", + ], + ), + ("Synchonized", &["synchronized"]), + ("Unselecgtes", &["unselects"]), + ("Quessant", &["croissant"]), + ("Definetily", &["definitely"]), + ("Contro", &["control"]), + ("Denominatior", &["denominator"]), + ("Repete", &["repeat"]), + ("Utiilties", &["utilities"]), + ("Foramt", &["format"]), + ("Guarrantes", &["guarantees"]), + ("Heigths", &["heights"]), + ("Serialialized", &["serialized"]), + ("Undrstand", &["understand"]), + ("Superopeator", &["superoperator"]), + ("Callled", &["called"]), + ("Comfortabel", &["comfortably"]), + ("Authenricators", &["authenticators"]), + ("Experimetental", &["experimental"]), + ("Nevers", &["never"]), + ("Animaiters", &["animators"]), + ("Probablly", &["probably"]), + ("Formadible", &["formidable"]), + ("Monochrone", &["monochrome"]), + ("Blackbeary", &["blackberry"]), + ("Anticdote", &["anecdote", "antidote"]), + ("Behabior", &["behavior"]), + ("Architeture", &["architecture"]), + ("Mashines", &["machines"]), + ("Commuincate", &["communicated"]), + ("Representions", &["representations"]), + ("Asscii", &["ascii"]), + ("Configurses", &["configures"]), + ("Sharloton", &["charlatan"]), + ("Authenicaion", &["authentication"]), + ("Entreprenaurs", &["entrepreneurs"]), + ("Substitutin", &["substituting", "substitution"]), + ("Simetrical", &["symmetrical"]), + ("Depenend", &["depend"]), + ("Gnerates", &["generates"]), + ("Overfowing", &["overflowing"]), + ("Purpse", &["purpose"]), + ("Paschurizing", &["pasteurizing"]), + ("Descripion", &["description"]), + ("Drawacks", &["drawbacks"]), + ("Butcherd", &["butchered"]), + ("Bloocks", &["blocks"]), + ("Initative", &["initiative"]), + ("Layser", &["laser", "layer"]), + ("Receied", &["received"]), + ("Interceptons", &["interceptions"]), + ("Scrunity", &["scrutiny"]), + ("Discconeting", &["disconnecting"]), + ("Thgat", &["that"]), + ("Decideable", &["decidable"]), + ("Obtianable", &["obtainable"]), + ("Epidsodes", &["episodes"]), + ("Medatite", &["meditate"]), + ("Affinitiy", &["affinity"]), + ("Bloek", &["bloke"]), + ("Optioanl", &["optional"]), + ("Oldes", &["oldest"]), + ("Twilgiht", &["twilight"]), + ("Temprorily", &["temporarily"]), + ("Orginal", &["original"]), + ("Influneced", &["influenced"]), + ("Interstae", &["interstate"]), + ("Decocders", &["decoders"]), + ("Ubiquituously", &["ubiquitously"]), + ("Siezing", &["seizing", "sizing"]), + ("Foder", &["coder", "folder"]), + ("Presever", &["preserve"]), + ("Delet", &["delete"]), + ("Anorexica", &["anorexia"]), + ("Customizeble", &["customizable"]), + ("Interveening", &["intervening"]), + ("Avioded", &["avoided"]), + ("Beauitful", &["beautiful"]), + ("Prestigiu", &["prestigious"]), + ("Advices", &["advice", "advises"]), + ("Dimand", &["demand", "diamond"]), + ("Negoatiation", &["negotiation"]), + ("Optimyze", &["optimize"]), + ("Adivsoriy", &["advisory", "advisories"]), + ("Torchligth", &["torchlight"]), + ("Concsious", &["conscious"]), + ("Revoluttionary", &["revolutionary"]), + ("Straming", &["streaming", "steaming"]), + ("Recconecting", &["reconnecting"]), + ("Follwoeers", &["followers"]), + ("Argentia", &["argentina"]), + ("Setquential", &["sequential"]), + ("Simultaneos", &["simultaneous"]), + ("Doess", &["does"]), + ("Unconsicous", &["unconscious"]), + ("Camrbidge", &["cambridge"]), + ("Protcols", &["protocols"]), + ("Visuaisation", &["visualisation"]), + ("Dealloacte", &["deallocate"]), + ("Underwaer", &["underwear"]), + ("Vulnerabillities", &["vulnerabilities"]), + ("Dissconnected", &["disconnected"]), + ("Libraarie", &["library"]), + ("Approxamatly", &["approximately"]), + ("Illuminiti", &["illuminati"]), + ("Raotate", &["rotate"]), + ("Precomupte", &["precompute"]), + ("Physcedelics", &["psychedelics"]), + ("Redundnacy", &["redundancy"]), + ("Accoridngly", &["accordingly"]), + ("Percission", &["percussion"]), + ("Speciliazation", &["specialization"]), + ("Daspora", &["diaspora"]), + ("Homeword", &["homeworld"]), + ("Persuit", &["pursuit"]), + ("Saturacion", &["saturation"]), + ("Workarond", &["workaround"]), + ("Negotioators", &["negotiators"]), + ("Determinanti", &["determination"]), + ("Queing", &["queuing"]), + ("Twiligt", &["twilight"]), + ("Lauched", &["launched"]), + ("Alll", &["all"]), + ("Alternavtely", &["alternatively"]), + ("Algortihmic", &["algorithmic"]), + ("Aprrovement", &["approval"]), + ("Basektball", &["basketball"]), + ("Genarated", &["generated"]), + ("Respondas", &["responds"]), + ("Progarming", &["programming"]), + ("Autonamous", &["autonomous"]), + ("Expersses", &["expresses"]), + ("Entried", &["entries"]), + ("Contradicory", &["contradictory"]), + ("Hallowen", &["halloween"]), + ("Unbouunded", &["unbounded"]), + ("Potenially", &["potentially"]), + ("Mariabd", &["mariadb"]), + ("Envirnmental", &["environmental"]), + ("Diffirent", &["different"]), + ("Incompatatbility", &["incompatibility"]), + ("Workarunds", &["workarounds"]), + ("Distnaces", &["distances"]), + ("Respresented", &["represented"]), + ("Craches", &["crashes", "caches", "crutches"]), + ("Erliear", &["earlier"]), + ("Provine", &["province"]), + ("Alpahbetically", &["alphabetically"]), + ("Resonable", &["reasonable"]), + ("Caractere", &["character"]), + ("Solarmutx", &["solarmutex"]), + ("Conpromising", &["compromising"]), + ("Exceptionss", &["exceptions"]), + ("Leght", &["length"]), + ("Sestatusmsg", &["setstatusmsg"]), + ("Availabile", &["available"]), + ("Studing", &["studying"]), + ("Sover", &["solver"]), + ("Segregacion", &["segregation"]), + ("Opern", &["open"]), + ("Accpet", &["accept"]), + ("Canabelysed", &["cannibalised"]), + ("Orginials", &["originals"]), + ("Suprious", &["spurious"]), + ("Improvee", &["improve"]), + ("Trailins", &["trailing"]), + ("Playfull", &["playful", "playfully"]), + ("Reomves", &["removes"]), + ("Miminised", &["minimised"]), + ("Apporpriations", &["appropriations"]), + ("Varifications", &["verifications"]), + ("Eveluations", &["evaluations"]), + ("Srtructure", &["structure"]), + ("Quikc", &["quick"]), + ("Exceptino", &["exception"]), + ("Furhest", &["furthest"]), + ("Amoutns", &["amounts"]), + ("Overwhemling", &["overwhelming"]), + ("Sematical", &["semantical"]), + ("Atomiticity", &["atomicity"]), + ("Sustainabilty", &["sustainability"]), + ("Sorrounding", &["surrounding"]), + ("Distingush", &["distinguish"]), + ("Retoractively", &["retroactively"]), + ("Systhems", &["systems"]), + ("Logitude", &["longitude"]), + ("Involuntairy", &["involuntary"]), + ("Propertus", &["properties"]), + ("Annoted", &["annotated"]), + ("Calssification", &["classification"]), + ("Palcebo", &["placebo"]), + ("Auromated", &["automated"]), + ("Reasearchers", &["researchers"]), + ("Luietenant", &["lieutenant"]), + ("Unsustainible", &["unsustainable"]), + ("Sproon", &["spoon"]), + ("Amealiarate", &["ameliorate"]), + ("Entrepreuner", &["entrepreneurs"]), + ("Rimanissent", &["reminiscent"]), + ("Intuitivelly", &["intuitively"]), + ("Comparations", &["comparisons"]), + ("Reguired", &["required"]), + ("Theathre", &["theatre"]), + ("Processer", &["processor"]), + ("Wheigh", &["weigh"]), + ("Environmont", &["environment"]), + ("Bnecause", &["because"]), + ("Customable", &["customizable"]), + ("Cementary", &["cemetery"]), + ("Mechisms", &["mechanisms"]), + ("Sensivitive", &["sensitive"]), + ("Disapperarance", &["disappearance"]), + ("Predecesor", &["predecessor"]), + ("Stupdily", &["stupidly"]), + ("Opprotunities", &["opportunities"]), + ("Confederancy", &["confederacy"]), + ("Gunslingner", &["gunslinger"]), + ("Exploreres", &["explorers"]), + ("Aaproximates", &["approximates"]), + ("Connectit", &["connecticut"]), + ("Circuncision", &["circumcision"]), + ("Militais", &["militias"]), + ("Feilding", &["fielding"]), + ("Undefind", &["undefined"]), + ("Sitirring", &["stirring"]), + ("Parititioner", &["partitioner"]), + ("Contancting", &["contracting"]), + ("Preseved", &["preserved"]), + ("Shoing", &["showing"]), + ("Perverst", &["pervert"]), + ("Capteurs", &["captures"]), + ("Opearator", &["operator"]), + ("Reevaludated", &["reevaluated"]), + ("Vulnearabule", &["vulnerable"]), + ("Attches", &["attaches"]), + ("Whtihin", &["within"]), + ("Undergorund", &["underground"]), + ("Remasterd", &["remastered"]), + ("Conferrencing", &["conferencing"]), + ("Dirtyness", &["dirtiness"]), + ("Newmonitis", &["pneumonitis"]), + ("Cannabilyzed", &["cannibalized"]), + ("Husbandos", &["husbands"]), + ("Vigourosly", &["vigorously"]), + ("Cannibalizm", &["cannibalism"]), + ("Scenaireo", &["scenario"]), + ("Aceptable", &["acceptable"]), + ("Transfromer", &["transformers", "transformer"]), + ("Correspondng", &["corresponding"]), + ("Qwessants", &["croissants"]), + ("Accceptable", &["acceptable"]), + ("Methode", &["method"]), + ("Gaurentee", &["guarantee"]), + ("Cluste", &["cluster"]), + ("Devastaing", &["devastating"]), + ("Commont", &["common", "comment"]), + ("Regax", &["regex"]), + ("Origiginally", &["originally"]), + ("Categrories", &["categories"]), + ("Generatng", &["generating"]), + ("Notificarions", &["notifications"]), + ("Conversacional", &["conversational"]), + ("Sumbissive", &["submissive"]), + ("Bakup", &["backup"]), + ("Becommes", &["becomes"]), + ("Proprietory", &["proprietary"]), + ("Correlatd", &["correlated"]), + ("Guresome", &["gruesome"]), + ("Pronouced", &["pronounced"]), + ("Exlpoited", &["exploited"]), + ("Accelorate", &["accelerate"]), + ("Srot", &["sort"]), + ("Apacolypse", &["apocalypse"]), + ("Serailize", &["serialize"]), + ("Critcial", &["critical"]), + ("Prassing", &["passing"]), + ("Respondible", &["responsible"]), + ("Inctance", &["instance"]), + ("Workaroud", &["workaround"]), + ("Bottelneck", &["bottleneck"]), + ("Misslies", &["missiles"]), + ("Subtilte", &["subtitle"]), + ("Naturaly", &["naturally"]), + ("Oragnisation", &["organisation"]), + ("Silhouetist", &["silhouettist"]), + ("Platfrom", &["platform"]), + ("Selctable", &["selectable"]), + ("Simplets", &["simplest"]), + ("Thaat", &["that"]), + ("Negotaties", &["negotiates"]), + ("Performas", &["performs"]), + ("Upgaded", &["upgraded"]), + ("Complicatred", &["complicate"]), + ("Armagedons", &["armageddons"]), + ("Rmoving", &["removing"]), + ("Gitatributes", &["gitattributes"]), + ("Temprory", &["temporary"]), + ("Apperciates", &["appreciates"]), + ("Paychologist", &["psychologist"]), + ("Settelment", &["settlement"]), + ("Configurtion", &["configuration"]), + ("Miniums", &["minimums"]), + ("Seeges", &["sieges"]), + ("Renegotionating", &["renegotiating"]), + ("Sinsiter", &["sinister"]), + ("Misunterstanding", &["misunderstandings"]), + ("Scources", &["sources"]), + ("Discconecctions", &["disconnections"]), + ("Ridicilously", &["ridiculously"]), + ("Nagivate", &["navigate"]), + ("Empathie", &["empathize"]), + ("Vetinarians", &["veterinarians"]), + ("Oter", &["other", "otter"]), + ("Victorios", &["victorious"]), + ("Exactely", &["exactly"]), + ("Apprixamates", &["approximates"]), + ("Territoy", &["territory"]), + ("Anylsing", &["analysing"]), + ("Nationalis", &["nationals"]), + ("Disciplies", &["disciplines"]), + ("Tentacls", &["tentacles"]), + ("Cll", &["call"]), + ("Definitevly", &["definitively"]), + ("Celitcs", &["celtics"]), + ("Handeld", &["handled", "handheld"]), + ("Speakign", &["speaking"]), + ("Probaby", &["probably"]), + ("Alread", &["already"]), + ("Expesive", &["expensive"]), + ("Riges", &["rides", "ridges"]), + ("Usnupported", &["unsupported"]), + ("Territorist", &["terrorist"]), + ("Succsessfull", &["successful"]), + ("Kidnergarten", &["kindergarten"]), + ("Unexepcted", &["unexpected"]), + ("Intructional", &["instructional"]), + ("Invulnerabe", &["invulnerable"]), + ("Coallesing", &["coalescing"]), + ("Clodes", &["closed", "clothes"]), + ("Tottenahm", &["tottenham"]), + ("Compariable", &["comparable"]), + ("Initialisaing", &["initialising"]), + ("Trochlight", &["torchlight"]), + ("Helicoptor", &["helicopter"]), + ("Possesess", &["possesses"]), + ("Abouve", &["above"]), + ("Invertions", &["inventions", "inversions"]), + ("Decprecated", &["deprecated"]), + ("Releatd", &["related"]), + ("Cointained", &["contained"]), + ("Reinitalized", &["reinitialized"]), + ("Proteced", &["protected"]), + ("Perferably", &["preferably"]), + ("Mohammedan", &["muslim"]), + ("Opinyonator", &["opinionator"]), + ("Oppisite", &["opposite"]), + ("Blatanlty", &["blatantly"]), + ("Respectuful", &["respectful"]), + ("Funniliy", &["funnily"]), + ("Enviornments", &["environments"]), + ("Spectaculaire", &["spectacular"]), + ("Comparatie", &["comparative"]), + ("Funcion", &["function"]), + ("Akumulating", &["accumulating"]), + ("Intreeged", &["intrigued"]), + ("Ugpraded", &["upgraded"]), + ("Orientarla", &["oriental"]), + ("Unpacke", &["unpacked"]), + ("Pracitse", &["practise"]), + ("Qualfy", &["qualify"]), + ("Direcctries", &["directories"]), + ("Complexs", &["complexes"]), + ("Unsupprted", &["unsupported"]), + ("Nostlagia", &["nostalgia"]), + ("Definelty", &["definitely"]), + ("Photograpic", &["photographic"]), + ("Watchign", &["watching"]), + ("Mispell", &["misspell"]), + ("Philosiphy", &["philosophy"]), + ("Mostlky", &["mostly"]), + ("Memics", &["mimics"]), + ("Introsepectable", &["introspectable"]), + ("Thnak", &["thank"]), + ("Contentuous", &["contentious"]), + ("Specrtal", &["spectral"]), + ("Relised", &["realised"]), + ("Uncommments", &["uncomments"]), + ("Humillating", &["humiliating"]), + ("Paceholder", &["placeholder"]), + ("Directoies", &["directories"]), + ("Assymmetric", &["asymmetric"]), + ("Cathderal", &["cathedral"]), + ("Automaticallly", &["automatically"]), + ("Condemnd", &["condemned"]), + ("Tarce", &["trace"]), + ("Rapidally", &["rapidly"]), + ("Appraoch", &["approach"]), + ("Garrions", &["garrison"]), + ("Incovenience", &["inconvenience"]), + ("Teraform", &["terraform"]), + ("Vetexes", &["vertices"]), + ("Legitimatcy", &["legitimacy"]), + ("Cymptumaticaly", &["symptomatically"]), + ("Texures", &["textures"]), + ("Exensions", &["extensions"]), + ("Massachsuetts", &["massachusetts"]), + ("Shoping", &["shopping"]), + ("Nationalistisen", &["nationalists"]), + ("Expresssions", &["expressions"]), + ("Warnibgs", &["warnings"]), + ("Pakistanti", &["pakistani"]), + ("Extermists", &["extremists"]), + ("Combinatorical", &["combinatorial"]), + ("Nominacion", &["nomination"]), + ("Superioare", &["superior"]), + ("Fashiond", &["fashioned"]), + ("Hellucinations", &["hallucinations"]), + ("Apauling", &["appalling"]), + ("Argumnet", &["argument"]), + ("Contignent", &["contingent"]), + ("Implemantation", &["implementation"]), + ("Assighee", &["assignee"]), + ("Registerred", &["registered"]), + ("Intrrupted", &["interrupted"]), + ("Proplusion", &["propulsion"]), + ("Alernate", &["alternate"]), + ("Siwzzle", &["swizzle"]), + ("Confuzzing", &["confusing"]), + ("Retrebution", &["retribution"]), + ("Analig", &["analog"]), + ("Cruciaal", &["crucial"]), + ("Quesants", &["croissants"]), + ("Stimulat", &["stimulants"]), + ("Kurdisch", &["kurdish"]), + ("Borderlanders", &["borderlands"]), + ("Inquisitir", &["inquisitor"]), + ("Everythin", &["everything"]), + ("Miminal", &["minimal"]), + ("Cronologically", &["chronologically"]), + ("Incoperating", &["incorporating"]), + ("Inalid", &["invalid"]), + ("Inisialises", &["initialises"]), + ("Repetoire", &["repertoire"]), + ("Imparital", &["impartial"]), + ("Ameelarative", &["ameliorative"]), + ("Tablespooons", &["tablespoon"]), + ("Inclinde", &["incline"]), + ("Breating", &["beating", "breathing"]), + ("Abdomine", &["abdomen"]), + ("Macinthosh", &["macintosh"]), + ("Metropolies", &["metropolis"]), + ("Resepctively", &["respectively"]), + ("Argreement", &["agreement"]), + ("Exdcutive", &["executive"]), + ("Custonising", &["customising"]), + ("Folliong", &["following"]), + ("Quartically", &["quadratically"]), + ("Negotatible", &["negotiable"]), + ("Consultaion", &["consultation"]), + ("Indentity", &["identity"]), + ("Compaytibility", &["compatibility"]), + ("Bulit", &["built"]), + ("Encodning", &["encoding"]), + ("Uploades", &["uploads"]), + ("Demodualtor", &["demodulator"]), + ("Valentis", &["valentines"]), + ("Transorming", &["transforming"]), + ("Filesytems", &["filesystem", "filesystems"]), + ("Hirarchy", &["hierarchy"]), + ("Sipplies", &["supplies"]), + ("Reamde", &["readme"]), + ("Forearmes", &["forearms"]), + ("Datatset", &["dataset"]), + ("Assocaition", &["associations"]), + ("Cusstomer", &["customer"]), + ("Unconscous", &["unconscious"]), + ("Windshied", &["windshield"]), + ("Exploiding", &["exploiting"]), + ("Prooving", &["proving"]), + ("Shapt", &["shape", "shaped"]), + ("Corrolated", &["correlated"]), + ("Automitive", &["automotive"]), + ("Constast", &["constants"]), + ("Emal", &["email"]), + ("Particularlly", &["particularly"]), + ("Coordanate", &["coordinate"]), + ("Levleling", &["leveling"]), + ("Wesbtrook", &["westbrook"]), + ("Wholy", &["wholly", "holy"]), + ("Meachinism", &["mechanism"]), + ("Imparied", &["impaired"]), + ("Leraned", &["learned"]), + ("Thah", &["than"]), + ("Materializatons", &["materializations"]), + ("Phenomemon", &["phenomenon"]), + ("Incontrollably", &["uncontrollably"]), + ("Resopnse", &["response"]), + ("Ovverridden", &["overridden"]), + ("Configurring", &["configuring"]), + ("Vietnamesse", &["vietnamese"]), + ("Temerature", &["temperature"]), + ("Acquring", &["acquiring"]), + ("Marginaal", &["marginal"]), + ("Opponet", &["opponent"]), + ("Derefernece", &["dereference"]), + ("Progamed", &["programed"]), + ("Couldnot", &["couldnt"]), + ("Backgournd", &["background"]), + ("Discconections", &["disconnections"]), + ("Lanaguges", &["languages"]), + ("Unbelievibly", &["unbelievably"]), + ("Measurmements", &["measurements"]), + ("Kenrel", &["kernel"]), + ("Reacked", &["reached"]), + ("Ststr", &["strstr"]), + ("Goalkepeer", &["goalkeeper"]), + ("Frontapge", &["frontpage"]), + ("Kerenls", &["kernels"]), + ("Buipd", &["build"]), + ("Southen", &["southern"]), + ("Comrpomising", &["compromising"]), + ("Tucans", &["toucans"]), + ("Minifys", &["minifies"]), + ("Directpry", &["directory"]), + ("Substasks", &["subtasks"]), + ("Changuing", &["changing"]), + ("Unpriveleged", &["unprivileged"]), + ("Madantory", &["mandatory"]), + ("Chaarges", &["charges"]), + ("Notifaction", &["notification"]), + ("Ressurrecting", &["resurrecting"]), + ("Priviliged", &["privileged"]), + ("Crashees", &["crashes"]), + ("Extracing", &["extracting"]), + ("Orginazation", &["organization"]), + ("Surrount", &["surround"]), + ("Decoratrion", &["decoration"]), + ("Tarnsparent", &["transparent"]), + ("Cigarret", &["cigaret"]), + ("Survays", &["surveys"]), + ("Ayways", &["always"]), + ("Encolsed", &["enclosed"]), + ("Dialgoue", &["dialogue"]), + ("Leesure", &["leisure"]), + ("Degenarates", &["degenerates"]), + ("Tiemstamped", &["timestamped"]), + ("Persciusly", &["preciously"]), + ("Accordng", &["according"]), + ("Refrormatting", &["reformatting"]), + ("Sitck", &["stick"]), + ("Disagreemtn", &["disagreements"]), + ("Thriteen", &["thirteen"]), + ("Marz", &["march", "mars"]), + ("Theoritically", &["theoretically"]), + ("Buiding", &["building"]), + ("Overwhlemingly", &["overwhelmingly"]), + ("Associeation", &["association"]), + ("Restauraunts", &["restaurants"]), + ("Muiltiple", &["multiple"]), + ("Intializing", &["initializing"]), + ("Silybuses", &["syllabuses"]), + ("Authenricating", &["authenticating"]), + ("Frequencey", &["frequency"]), + ("Deprectating", &["deprecating"]), + ("Converion", &["conversion"]), + ("Quottes", &["quotes"]), + ("Accecpt", &["accept"]), + ("Piecewice", &["piecewise"]), + ("Histerically", &["historically"]), + ("Difffers", &["differs"]), + ("Pahses", &["phases"]), + ("Sensores", &["sensors"]), + ("Culturaly", &["culturally"]), + ("Mezmorising", &["mesmerising"]), + ("Redunant", &["redundant"]), + ("Acess", &["access"]), + ("Hoepfully", &["hopefully"]), + ("Reluctanctly", &["reluctantly"]), + ("Viewpiont", &["viewpoint"]), + ("Publsiher", &["publisher"]), + ("Canabel", &["cannibal"]), + ("Lieutanent", &["lieutenant"]), + ("Intellectuels", &["intellectuals"]), + ("Folwoiong", &["following"]), + ("Streigtish", &["straightish"]), + ("Abosultely", &["absolutely"]), + ("Destop", &["desktop"]), + ("Regulaion", &["regulation"]), + ("Checheckpoits", &["checkpoints"]), + ("Embarressing", &["embarrassing"]), + ("Fincally", &["finally"]), + ("Otion", &["option"]), + ("Descrption", &["description"]), + ("Modifciation", &["modification"]), + ("Cnfigures", &["configures"]), + ("Instanse", &["instances"]), + ("Opeate", &["operate"]), + ("Astronat", &["astronaut"]), + ("Interseting", &["interesting"]), + ("Unfilp", &["unflip"]), + ("Psysiological", &["physiological"]), + ("Logiteh", &["logitech"]), + ("Tarhet", &["target"]), + ("Partical", &["particular", "partial", "particle"]), + ("Porperty", &["property"]), + ("Ilegle", &["illegal"]), + ("Prefectches", &["prefetches"]), + ("Eptier", &["emptier"]), + ("Alllow", &["allow"]), + ("Foresnic", &["forensic"]), + ("Vegeterians", &["vegetarians"]), + ("Nodel", &["model", "nodal"]), + ("Locaised", &["localised"]), + ("Omnishients", &["omniscience"]), + ("Neckbearders", &["neckbeards"]), + ("Mounment", &["monument"]), + ("Firsrt", &["first"]), + ("Extermly", &["extremely"]), + ("Algebriac", &["algebraic"]), + ("Piching", &["picking", "pinching", "pitching"]), + ("Middelware", &["middleware"]), + ("Notasion", &["notation"]), + ("Picthers", &["pitchers"]), + ("Dsytopian", &["dystopian"]), + ("Linkinag", &["linking"]), + ("Professorin", &["profession"]), + ("Tamplated", &["templated"]), + ("Esily", &["easily"]), + ("Synomymous", &["synonymous"]), + ("Christinaity", &["christianity"]), + ("Hoooks", &["hooks"]), + ("Interpeting", &["interpreting"]), + ("Canabels", &["cannibals"]), + ("Imporvment", &["improvement"]), + ("Patriarcy", &["patriarchy"]), + ("Wriet", &["write"]), + ("Excrusiating", &["excruciating"]), + ("Spectified", &["specified"]), + ("Intrument", &["instrument"]), + ("Impermable", &["impermeable"]), + ("Connectibity", &["connectivity"]), + ("Disitributions", &["distributions"]), + ("Liberoffice", &["libreoffice"]), + ("Litecon", &["litecoin"]), + ("Immitated", &["imitated"]), + ("Followwings", &["followings"]), + ("Aboout", &["about"]), + ("Adventuers", &["adventures"]), + ("Precedessors", &["predecessors"]), + ("Practicle", &["practical"]), + ("Pasteries", &["pastries"]), + ("Firefighers", &["firefighters"]), + ("Flawlessy", &["flawlessly"]), + ("Declators", &["declarators"]), + ("Supernatrual", &["supernatural"]), + ("Phtreads", &["pthreads"]), + ("Studoi", &["studio"]), + ("Reigmes", &["regimes"]), + ("Pallettes", &["palettes"]), + ("Civilizatin", &["civilizations"]), + ("Collegaue", &["colleague"]), + ("Conspirace", &["conspiracies"]), + ("Varable", &["variable"]), + ("Assasination", &["assassination"]), + ("Somethimng", &["something"]), + ("Larer", &["larger", "later", "layer"]), + ("Expepecting", &["expecting"]), + ("Authendicate", &["authenticate"]), + ("Breif", &["brief"]), + ("Dialigs", &["dialogs"]), + ("Expermienters", &["experimenters"]), + ("Exceutive", &["executive"]), + ("Legitimaly", &["legitimacy"]), + ("Daa", &["data"]), + ("Differnces", &["differences"]), + ("Speparation", &["separation"]), + ("Cassawory", &["cassowary"]), + ("Intuitivley", &["intuitively"]), + ("Dowloaders", &["downloaders"]), + ("Supresed", &["suppressed"]), + ("Ewxception", &["exception"]), + ("Vareigated", &["variegated"]), + ("Constructes", &["constructs"]), + ("Comitment", &["commitment"]), + ("Negotioable", &["negotiable"]), + ("Responsd", &["responds"]), + ("Onyl", &["only"]), + ("Downlading", &["downloading"]), + ("Amke", &["make"]), + ("Unisntalling", &["uninstalling"]), + ("Deprected", &["deprecated"]), + ("Assement", &["assessment"]), + ("Aggrivating", &["aggravating"]), + ("Retrun", &["return"]), + ("Spellig", &["spelling"]), + ("Intillectually", &["intellectually"]), + ("Instrumenetation", &["instrumentation"]), + ("Serveritie", &["severity", "severities"]), + ("Mastrubated", &["masturbated"]), + ("Laucnhes", &["launches"]), + ("Rebuplicans", &["republicans"]), + ("Goalkeaper", &["goalkeeper"]), + ("Filmamkers", &["filmmakers"]), + ("Tect", &["test", "text"]), + ("Permissiable", &["permissible"]), + ("Singleon", &["singleton"]), + ("Coverate", &["coverage"]), + ("Xenophopic", &["xenophobic"]), + ("Deterministische", &["deterministic"]), + ("Manipulitive", &["manipulative"]), + ("Activies", &["activities"]), + ("Contentended", &["contended"]), + ("Sidebaord", &["sideboard"]), + ("Scintillatqt", &["scintillaqt"]), + ("Suppor", &["support"]), + ("Pascheurise", &["pasteurise"]), + ("Celebirty", &["celebrity"]), + ("Devastanti", &["devastating"]), + ("Pennsylvanica", &["pennsylvania"]), + ("Valuabe", &["valuable"]), + ("Governemnts", &["governments"]), + ("Percentabge", &["percentage"]), + ("Sists", &["cysts", "sifts", "sits"]), + ("Enterprice", &["enterprise"]), + ("Accelorating", &["accelerating"]), + ("Ideosincratic", &["idiosyncratic"]), + ("Stadnardisation", &["standardisation"]), + ("Turcoise", &["turquoise"]), + ("Skwalking", &["squawking"]), + ("Arresst", &["arrests"]), + ("Repreesnted", &["represented"]), + ("Enviroiment", &["environment"]), + ("Abstrctions", &["abstractions"]), + ("Mentione", &["mentioned"]), + ("Shtoped", &["stopped", "shopped"]), + ("Adament", &["adamant"]), + ("Oaut", &["oauth"]), + ("Opinyonators", &["opinionators"]), + ("Messaes", &["messages"]), + ("Execulusive", &["exclusive"]), + ("Guareentee", &["guarantee"]), + ("Miserabley", &["miserably"]), + ("Insctuction", &["instruction"]), + ("Meterology", &["meteorology"]), + ("Fricton", &["friction"]), + ("Disaproval", &["disapproval"]), + ("Aserted", &["asserted"]), + ("Averagine", &["averaging"]), + ("Topoplogy", &["topology"]), + ("Arbitraryly", &["arbitrary"]), + ("Pentuim", &["pentium"]), + ("Untrustworty", &["untrustworthy"]), + ("Upsreamed", &["upstreamed"]), + ("Contengency", &["contingency"]), + ("Themsef", &["themself"]), + ("Visualsation", &["visualisation"]), + ("Keystokes", &["keystrokes"]), + ("Perfomrer", &["performer"]), + ("Backdooor", &["backdoor"]), + ("Renegogtiators", &["renegotiators"]), + ("Organismus", &["organisms"]), + ("Conciderable", &["considerable"]), + ("Ssome", &["some"]), + ("Seconday", &["secondary"]), + ("Inventiones", &["inventions"]), + ("Defendis", &["defends"]), + ("Analizing", &["analyzing"]), + ("Serentiy", &["serenity"]), + ("Misinterpert", &["misinterpret"]), + ("Yiu", &["you"]), + ("Calcel", &["cancel"]), + ("Nojifications", &["notifications"]), + ("Avaition", &["aviation"]), + ("Tyo", &["to"]), + ("Loadig", &["loading"]), + ("Conclussion", &["conclusions"]), + ("Magnitue", &["magnitude"]), + ("Lightbulp", &["lightbulb"]), + ("Conjonctive", &["conjunctive"]), + ("Continenets", &["continents"]), + ("Timdelta", &["timedelta"]), + ("Retyrable", &["retryable"]), + ("Frusteration", &["frustration"]), + ("Aligined", &["aligned"]), + ("Omnishiences", &["omnisciences"]), + ("Pathame", &["pathname"]), + ("Judegmental", &["judgmental"]), + ("Prerequiste", &["prerequisite"]), + ("Rendundant", &["redundant"]), + ("Syntatic", &["syntactic"]), + ("Asignmends", &["assignments"]), + ("Soveregnity", &["sovereignty"]), + ("Speficiifer", &["specifier"]), + ("Zealotes", &["zealots"]), + ("Enhaned", &["enhanced"]), + ("Interiting", &["inheriting"]), + ("Foregorund", &["foreground"]), + ("Accideny", &["accidentally"]), + ("Flecther", &["fletcher"]), + ("Addiotion", &["addition"]), + ("Arbritrarily", &["arbitrarily"]), + ("Overhread", &["overhead"]), + ("Cannibalsm", &["cannibalism"]), + ("Conmpress", &["compress"]), + ("Transolated", &["translated"]), + ("Managar", &["manager"]), + ("Brazilias", &["brazilians"]), + ("Dimentionnals", &["dimensional"]), + ("Bitocins", &["bitcoins"]), + ("Kimeric", &["chimeric"]), + ("Chages", &["changes", "charges"]), + ("Distrubiting", &["distributing"]), + ("Libraly", &["library"]), + ("Premines", &["premise"]), + ("Tagg", &["tag"]), + ("Voilently", &["violently"]), + ("Psychologysts", &["psychologists"]), + ("Striaghts", &["straights"]), + ("Variuous", &["various"]), + ("Connstraint", &["constraint"]), + ("Vegetarion", &["vegetarian"]), + ("Demonstratie", &["demonstrate"]), + ("Obhectifying", &["objectifying"]), + ("Sociopati", &["sociopathic"]), + ("Beaurocracy", &["bureaucracy"]), + ("Sqaure", &["square"]), + ("Assualts", &["assaults"]), + ("Poentials", &["potentials"]), + ("Misalinged", &["misaligned"]), + ("Astethicism", &["aestheticism"]), + ("Declarded", &["declared"]), + ("Opinyon", &["opinion"]), + ("Marshmallowiest", &["marshmallows"]), + ("Hamsphire", &["hampshire"]), + ("Experimtens", &["experiments"]), + ("Aadded", &["added"]), + ("Serveced", &["serviced"]), + ("Itsself", &["itself"]), + ("Checkcsum", &["checksum"]), + ("Condascending", &["condescending"]), + ("Varriance", &["variance"]), + ("Problaem", &["problem"]), + ("Uncommmitted", &["uncommitted"]), + ("Shurely", &["surely"]), + ("Proffessional", &["professional"]), + ("Pluign", &["plugin"]), + ("Cahgne", &["change"]), + ("Thrusday", &["thursday"]), + ("Flem", &["phlegm"]), + ("Assginments", &["assignments"]), + ("Corredct", &["correct"]), + ("Initalese", &["initialese"]), + ("Defintions", &["definitions"]), + ("Algorthm", &["algorithm"]), + ("Commandoes", &["commandos"]), + ("Timestmp", &["timestamp"]), + ("Swaskita", &["swastika"]), + ("Descriptin", &["description"]), + ("Specimines", &["specimen"]), + ("Enconde", &["encode"]), + ("Battelfield", &["battlefield"]), + ("Intendos", &["intends"]), + ("Commmenting", &["commenting"]), + ("Cretical", &["critical"]), + ("Administored", &["administer"]), + ("Committe", &["committee"]), + ("Accommidate", &["accommodate"]), + ("Vertixs", &["vertices"]), + ("Calculaters", &["calculators"]), + ("Leigons", &["legions"]), + ("Incompasitating", &["incapacitating"]), + ("Testifiy", &["testify"]), + ("Barracs", &["barracks"]), + ("Generaly", &["generally"]), + ("Worchester", &["worcester"]), + ("Obersvant", &["observant"]), + ("Ofcoure", &["ofcourse"]), + ("Toubles", &["troubles"]), + ("Economisesti", &["economists"]), + ("Paralleized", &["parallelized"]), + ("Covere", &["cover"]), + ("Artical", &["article"]), + ("Generatos", &["generators"]), + ("Interprett", &["interpret"]), + ("Mathemeticians", &["mathematicians"]), + ("Replacability", &["replaceability"]), + ("Voluntarly", &["voluntary"]), + ("Dormtund", &["dortmund"]), + ("Nasturshem", &["nasturtium"]), + ("Patriotes", &["patriots"]), + ("Chinees", &["chinese"]), + ("Loenard", &["leonard"]), + ("Strated", &["started"]), + ("Exceucting", &["executing"]), + ("Generalizating", &["generalization"]), + ("Scatchss", &["catches", "scratches", "sketches"]), + ("Reconections", &["reconnections"]), + ("Mointors", &["monitors"]), + ("Immidatly", &["immediately"]), + ("Schemd", &["schemed"]), + ("Genrations", &["generations"]), + ("Correponsing", &["corresponding"]), + ("Facsism", &["fascism"]), + ("Walkthrthrough", &["walkthrough"]), + ("Exercized", &["exercised"]), + ("Distibuting", &["distributing"]), + ("Conversare", &["converse"]), + ("Stauts", &["status"]), + ("Neighbourhooding", &["neighbouring"]), + ("Opiod", &["opioid"]), + ("Marshmallowness", &["marshmallows"]), + ("Consern", &["concern"]), + ("Substante", &["substantive"]), + ("Territoires", &["territories"]), + ("Analyes", &["analyse", "analyses", "analyzes", "analyze"]), + ("Sentivite", &["sensitive"]), + ("Despide", &["despised"]), + ("Nowe", &["now"]), + ("Decloration", &["declaration"]), + ("Handshare", &["handshake"]), + ("Concequent", &["consequent"]), + ("Commpatibility", &["compatibility"]), + ("Privilegien", &["privilege"]), + ("Linueps", &["lineups"]), + ("Rescourced", &["resourced"]), + ("Lenghtly", &["lengthy"]), + ("Versioing", &["versioning"]), + ("Repored", &["reported"]), + ("Downloadbig", &["downloading"]), + ("Overzelous", &["overzealous"]), + ("Circustances", &["circumstances"]), + ("Simiilar", &["similar"]), + ("Macpakge", &["package"]), + ("Manageed", &["managed"]), + ("Billionairs", &["billionaires"]), + ("Availabale", &["available"]), + ("Reconenction", &["reconnection"]), + ("Avioding", &["avoiding"]), + ("Contan", &["contain"]), + ("Negogtiates", &["negotiates"]), + ("Exchenges", &["exchanges"]), + ("Frankenstine", &["frankenstein"]), + ("Aysnc", &["async"]), + ("Spaning", &["spanning"]), + ("Intiutive", &["intuitive"]), + ("Alloccate", &["allocate"]), + ("Rewiev", &["review"]), + ("Generaters", &["generates", "generators"]), + ("Whitepsaces", &["whitespaces"]), + ("Shorcut", &["shortcut"]), + ("Alloted", &["allotted"]), + ("Sparately", &["separately"]), + ("Subsidizied", &["subsidized"]), + ("Lateny", &["latency"]), + ("Bastane", &["bastante"]), + ("Decsribed", &["described"]), + ("Infrignement", &["infringement"]), + ("Depolying", &["deploying"]), + ("Serinomys", &["ceremonies"]), + ("Informatins", &["information"]), + ("Refreshses", &["refreshes"]), + ("Decryptyon", &["decryption"]), + ("Rearrangments", &["rearrangements"]), + ("Redistrubute", &["redistribute"]), + ("Neighborhhod", &["neighborhood"]), + ("Buddhits", &["buddhist"]), + ("Manufactureers", &["manufactures"]), + ("Hurricaines", &["hurricanes"]), + ("Unreacheable", &["unreachable"]), + ("Tranport", &["transport"]), + ("Encrrypted", &["encrypted"]), + ("Extnend", &["extend"]), + ("Sematic", &["semantic"]), + ("Cyrstals", &["crystals"]), + ("Cluters", &["clusters", "clutters"]), + ("Secuencial", &["sequential"]), + ("Mispelling", &["misspelling"]), + ("Traines", &["trainers"]), + ("Mistakengly", &["mistakenly"]), + ("Usefutl", &["useful"]), + ("Verfiying", &["verifying"]), + ("Entropay", &["entropy"]), + ("Stduent", &["student"]), + ("Compontent", &["component"]), + ("Modidfiers", &["modifiers"]), + ("Snese", &["sneeze"]), + ("Electrolyts", &["electrolytes"]), + ("Permium", &["premium"]), + ("Expentancy", &["expectancy"]), + ("Curcular", &["circular"]), + ("Relpase", &["relapse"]), + ("Insependent", &["independent"]), + ("Cappable", &["capable"]), + ("Linnaena", &["linnaean"]), + ("Inutition", &["intuition"]), + ("Instraments", &["instruments"]), + ("Dictionnary", &["dictionary"]), + ("Exausted", &["exhausted"]), + ("Heronie", &["heroine"]), + ("Intenationalist", &["internationalist"]), + ("Aqcuaintances", &["acquaintances"]), + ("Golbins", &["goblins"]), + ("Downloadeble", &["downloadable"]), + ("Exceuction", &["execution"]), + ("Scandenavian", &["scandinavian"]), + ("Critqued", &["critiqued"]), + ("Preprare", &["prepare"]), + ("Achievemnts", &["achievements"]), + ("Charatcer", &["character"]), + ("Aplogize", &["apologize"]), + ("Addiotionally", &["additionally"]), + ("Oscilate", &["oscillate"]), + ("Neighboordhood", &["neighborhood"]), + ("Deattachment", &["detachment"]), + ("Limitaions", &["limitations"]), + ("Ccontrol", &["control"]), + ("Stangant", &["stagnant"]), + ("Opearitons", &["operations"]), + ("Spefcifics", &["specifics"]), + ("Unfotunately", &["unfortunately"]), + ("Defaulr", &["default"]), + ("Experimetel", &["experimental"]), + ("Declaritive", &["declarative"]), + ("Donejun", &["dungeon"]), + ("Deviiation", &["deviation"]), + ("Reigstering", &["registering"]), + ("Segwayed", &["segued"]), + ("Compelete", &["complete"]), + ("Xenophoblic", &["xenophobic"]), + ("Ocarnia", &["ocarina"]), + ("Accidentlay", &["accidentally"]), + ("Troubelshoot", &["troubleshoot"]), + ("Idendified", &["identified"]), + ("Appropirately", &["appropriately"]), + ("Disparingly", &["disparagingly"]), + ("Confidantally", &["confidentially"]), + ("Undertandable", &["understandable"]), + ("Idential", &["identical"]), + ("Curremt", &["current"]), + ("Assoicate", &["associate"]), + ("Widgest", &["widgets"]), + ("Subjectivy", &["subjectively"]), + ("Confinguration", &["configuration"]), + ("Oberv", &["observe"]), + ("Hapen", &["happen"]), + ("Misoginystic", &["misogynistic"]), + ("Opperations", &["operations"]), + ("Founf", &["found"]), + ("Orientied", &["oriented"]), + ("Requierment", &["requirement"]), + ("Respriatory", &["respiratory"]), + ("Asronist", &["arsonist"]), + ("Connectivy", &["connectivity"]), + ("Immeditately", &["immediately"]), + ("Philospher", &["philosopher"]), + ("Viusualisation", &["visualisation"]), + ("Cros", &["cross"]), + ("Paychopathic", &["psychopathic"]), + ("Pipeines", &["pipelines"]), + ("Caloires", &["calories"]), + ("Offisionados", &["aficionados"]), + ("Generationers", &["generations"]), + ("Attatchments", &["attachments"]), + ("Destinction", &["destination"]), + ("Apon", &["upon", "apron"]), + ("Jonatahn", &["jonathan"]), + ("Immadiatly", &["immediately"]), + ("Berforming", &["performing"]), + ("Copengagen", &["copenhagen"]), + ("Absoluetly", &["absolutely"]), + ("Deferencing", &["dereferencing"]), + ("Initalized", &["initialized"]), + ("Reutrn", &["return"]), + ("Generaotrs", &["generators"]), + ("Popoen", &["popen"]), + ("Texuture", &["texture"]), + ("Handshks", &["handshakes"]), + ("Autonegotitaion", &["autonegotiation"]), + ("Colission", &["collision"]), + ("Caracteristic", &["characteristic"]), + ("Acknwoledge", &["acknowledges"]), + ("Expection", &["exception", "expectation"]), + ("Harvestgain", &["harvesting"]), + ("Deadlok", &["deadlock"]), + ("Simpathizers", &["sympathizers"]), + ("Ultimely", &["ultimately"]), + ("Missconfigure", &["misconfigure"]), + ("Neighboordhoods", &["neighborhoods"]), + ("Neast", &["nearest", "beast"]), + ("Authenificate", &["authenticate"]), + ("Postitives", &["positives"]), + ("Fransiscan", &["franciscan"]), + ("Rewarching", &["rewatching"]), + ("Metatadata", &["metadata"]), + ("Supermaket", &["supermarket"]), + ("Commemmorating", &["commemorating"]), + ("Contrainer", &["container", "constrained"]), + ("Settter", &["setter"]), + ("Unidentifiedly", &["unidentified"]), + ("Syncronised", &["synchronised"]), + ("Expalin", &["explain"]), + ("Sirectives", &["directives"]), + ("Dispell", &["dispel"]), + ("Inheirt", &["inherit"]), + ("Fonctioning", &["functioning"]), + ("Evoluates", &["evaluates"]), + ("Proproties", &["properties"]), + ("Friednzone", &["friendzoned"]), + ("Apollstree", &["upholstery"]), + ("Infidility", &["infidelity"]), + ("Invulernable", &["invulnerable"]), + ("Occasionals", &["occasions"]), + ("Gloassaries", &["glossaries"]), + ("Exlcusives", &["exclusives"]), + ("Institutionella", &["institutional"]), + ("Confedarate", &["confederate"]), + ("Calculatess", &["calculated", "calculates"]), + ("Limitis", &["limits"]), + ("Campiagns", &["campaigns"]), + ("Sectionning", &["sectioning"]), + ("Controdicting", &["contradicting"]), + ("Identitical", &["identical"]), + ("Precuations", &["precautions"]), + ("Dissole", &["dissolve"]), + ("Comapany", &["company"]), + ("Journalisitic", &["journalistic"]), + ("Productioin", &["productions"]), + ("Dependet", &["dependent"]), + ("Sience", &["science", "silence"]), + ("Ccale", &["scale"]), + ("Craetes", &["crates", "creates"]), + ("Redistributeable", &["redistributable"]), + ("Dael", &["deal", "dial", "dahl"]), + ("Represnetation", &["representations", "representation"]), + ("Chocloate", &["chocolate"]), + ("Multitaksing", &["multitasking"]), + ("Configuratuion", &["configuration"]), + ("Consicousness", &["consciousness"]), + ("Dynamcly", &["dynamincally", "dynamically"]), + ("Deaktivate", &["deactivate"]), + ("Mutuall", &["mutually"]), + ("Diferentiating", &["differentiating"]), + ("Apprentie", &["apprentice"]), + ("Rememebr", &["remember"]), + ("Cutscenses", &["cutscene"]), + ("Algorthimic", &["algorithmic"]), + ("Tipe", &["type", "tip"]), + ("Benedit", &["benedict"]), + ("Excell", &["excel"]), + ("Notoriuosly", &["notoriously"]), + ("Seuqence", &["sequence"]), + ("Triggerrs", &["triggers"]), + ("Temperamant", &["temperament"]), + ("Ressize", &["resize"]), + ("Flexiblity", &["flexibility"]), + ("Capablity", &["capability"]), + ("Directiory", &["directory"]), + ("Mediocrety", &["mediocrity"]), + ("Brooz", &["bruise"]), + ("Coummunity", &["community"]), + ("Expolits", &["exploits"]), + ("Eearly", &["early"]), + ("Fllowing", &["following", "flowing"]), + ("Containns", &["contains"]), + ("Availabble", &["available"]), + ("Intecepting", &["intercepting"]), + ("Nedless", &["needless", "needles"]), + ("Extraordinay", &["extraordinary"]), + ("Religioners", &["religions"]), + ("Catridge", &["cartridge"]), + ("Procentual", &["percentual"]), + ("Quantitaive", &["quantitative"]), + ( + "Composte", + &["compose", "composed", "composite", "compost", "composted"], + ), + ("Apreciative", &["appreciative"]), + ("Arcticle", &["article"]), + ("Attempeting", &["attempting"]), + ("Elimimates", &["eliminates"]), + ("Transphopic", &["transphobic"]), + ("Occured", &["occurred"]), + ("Forwaded", &["forwarded"]), + ("Termine", &["determine"]), + ("Achievemts", &["achieves"]), + ("Conect", &["connect"]), + ("Insistenze", &["insistence"]), + ("Renegotiotators", &["renegotiators"]), + ("Poiunter", &["pointer"]), + ("Caricaturise", &["caricature"]), + ("Amphetamies", &["amphetamines"]), + ("Insturctors", &["instructors"]), + ("Communites", &["communities"]), + ("Peritinkle", &["periwinkle"]), + ("Thst", &["that"]), + ("Pertient", &["pertinent"]), + ("Illegitamite", &["illegitimate"]), + ("Celebritiy", &["celebrity"]), + ("Propogates", &["propagates"]), + ("Minnimum", &["minimum"]), + ("Charasteristic", &["characteristics"]), + ("Industrija", &["industrial"]), + ("Perscription", &["prescription"]), + ("Manupulates", &["manipulates"]), + ("Kronicler", &["chronicler"]), + ("Configruation", &["configurations", "configuration"]), + ("Oject", &["object"]), + ("Particaular", &["particular"]), + ("Calcuim", &["calcium"]), + ("Powderade", &["powdered"]), + ("Cliped", &["clipped"]), + ("Endevours", &["endeavours"]), + ("Somethimes", &["sometimes"]), + ("Fractalius", &["fractals"]), + ("Sandwishes", &["sandwiches"]), + ("Particpants", &["participants"]), + ("Cyrstallization", &["crystallization"]), + ("Strictist", &["strictest"]), + ("Dingee", &["dinghy"]), + ("Immatably", &["immutably"]), + ("Suspicison", &["suspicions"]), + ("Unspeficialleid", &["unspecified"]), + ("Sequecences", &["sequences"]), + ("Copletely", &["completely"]), + ("Makrsman", &["marksman"]), + ("Trancate", &["truncate"]), + ("Progidy", &["prodigy"]), + ("Ambiguitiy", &["ambiguity"]), + ("Cyclistes", &["cyclists"]), + ("Converison", &["conversions", "conversion"]), + ("Warnining", &["warning"]), + ("Delicous", &["delicious"]), + ("Trustwhorty", &["trustworthy"]), + ("Definied", &["defined"]), + ("Utlizes", &["utilizes"]), + ("Weekedn", &["weekend"]), + ("Verboase", &["verbose"]), + ("Workaroungs", &["workarounds"]), + ("Tomorrwo", &["tomorrow"]), + ("Darma", &["dharma"]), + ("Nostriles", &["nostrils"]), + ("Authencticating", &["authenticating"]), + ("Questoin", &["question"]), + ("Curevs", &["curves"]), + ("Anologous", &["analogous"]), + ("Hmtl", &["html"]), + ("Procrastinaton", &["procrastination"]), + ("Unproccessed", &["unprocessed"]), + ("Involuntarity", &["involuntary"]), + ("Repeate", &["repeat"]), + ("Wnen", &["when", "wen"]), + ("Curruptible", &["corruptible"]), + ("Autasave", &["autosave"]), + ("Indpendent", &["independent"]), + ("Agrumentative", &["argumentative"]), + ("Impressons", &["impressions"]), + ("Israelitas", &["israelis"]), + ("Organizms", &["organism"]), + ("Registred", &["registered"]), + ("Termial", &["terminal"]), + ("Heighteen", &["eighteen"]), + ("Neighbur", &["neighbor"]), + ("Peanockle", &["pinochle"]), + ("Repitition", &["repetition"]), + ("Whem", &["when"]), + ("Commonwelth", &["commonwealth"]), + ("Algrithm", &["algorithm"]), + ("Collased", &["collapsed"]), + ("Facourites", &["favourites"]), + ("Spesifities", &["specifics"]), + ("Complimenary", &["complimentary"]), + ("Mirored", &["mirrored"]), + ("Imcomprehensible", &["incomprehensible"]), + ("Operatation", &["operation"]), + ("Heathern", &["heathen"]), + ("Vaccinatie", &["vaccinated"]), + ("Treshhold", &["threshold"]), + ("Dungoens", &["dungeons"]), + ("Mindlessy", &["mindlessly"]), + ("Descibe", &["describe"]), + ("Excewptions", &["exceptions"]), + ("Prostituate", &["prostitute"]), + ("Compresores", &["compressor"]), + ("Belgain", &["belgian"]), + ("Satisfactorally", &["satisfactory", "satisfactorily"]), + ("Concequences", &["consequences"]), + ("Collegue", &["colleague"]), + ("Quantzation", &["quantization"]), + ("Documenation", &["documentation"]), + ("Peroidically", &["periodically"]), + ("Teleproting", &["teleporting"]), + ("Dermatolagist", &["dermatologist"]), + ("Interrugum", &["interregnum"]), + ("Fushing", &["flushing"]), + ("Sccesses", &["successes"]), + ("Unconcsious", &["unconscious"]), + ("Conpetitions", &["competitions"]), + ("Constructued", &["constructed"]), + ("Stoer", &["store"]), + ("Backgound", &["background"]), + ("Musil", &["muscle", "mussel"]), + ("Perfoemed", &["performed"]), + ("Dpendent", &["dependent"]), + ("Arbibtary", &["arbitrary"]), + ("Regularlising", &["regularising"]), + ("Esecute", &["execute"]), + ("Cusom", &["custom"]), + ("Staidum", &["stadium"]), + ("Masacra", &["mascara"]), + ("Substansial", &["substantial"]), + ("Legislatie", &["legislative"]), + ("Appers", &["appears"]), + ("Lengt", &["length"]), + ("Converstaions", &["conversations"]), + ("Revaluated", &["reevaluated"]), + ("Negotaiator", &["negotiator"]), + ("Requime", &["requiem"]), + ("Telporting", &["teleporting"]), + ("Percepted", &["perceived"]), + ("Denomenations", &["denominations"]), + ("Analysie", &["analyse"]), + ("Subconcsiously", &["subconsciously"]), + ("Higly", &["highly"]), + ("Descripes", &["describes"]), + ("Highligted", &["highlighted"]), + ("Expiriy", &["expiry"]), + ("Withouht", &["without"]), + ("Demaind", &["demand"]), + ("Reconenct", &["reconnect"]), + ("Authoritatian", &["authoritarian"]), + ("Reconeccts", &["reconnects"]), + ("Captialists", &["capitalists"]), + ("Custons", &["customs"]), + ("Furhtest", &["furthest"]), + ("Parocheality", &["parochiality"]), + ("Emphatising", &["emphasising"]), + ("Lieutentant", &["lieutenant"]), + ("Buils", &["builds"]), + ("Singulaties", &["singularities"]), + ("Charactars", &["characters"]), + ("Cootdinated", &["coordinated"]), + ("Transculent", &["translucent"]), + ("Accuartely", &["accurately"]), + ("Accessoirs", &["accessories"]), + ("Excplicit", &["explicit"]), + ("Inititialization", &["initialization"]), + ("Ofter", &["after", "offer", "often"]), + ("Speshally", &["specially", "especially"]), + ("Experimetentelly", &["experimentally"]), + ("Alternativly", &["alternatively"]), + ("Intimitate", &["intimidate"]), + ("Transformes", &["transformers"]), + ("Developper", &["developer"]), + ("Lenngth", &["length"]), + ("Incldued", &["included"]), + ("Spiltter", &["splitter"]), + ("Destry", &["destroy"]), + ("Conviently", &["conveniently"]), + ("Accessisble", &["accessible"]), + ("Saddends", &["saddens"]), + ("Conenct", &["connect"]), + ("Primimitive", &["primitive"]), + ("Disciplinera", &["disciplinary"]), + ("Percetage", &["percentage"]), + ("Finanacially", &["financially"]), + ("Expetation", &["expectation"]), + ("Fingernal", &["fingernails"]), + ("Notigications", &["notifications"]), + ("Compation", &["compaction"]), + ("Cuztomizers", &["customizers"]), + ("Transpotting", &["transporting"]), + ("Mathimatical", &["mathematical"]), + ("Encripts", &["encrypts"]), + ("Unsoliciated", &["unsolicited"]), + ("Inexpenisve", &["inexpensive"]), + ("Vairous", &["various"]), + ("Civelesation", &["civilisation"]), + ("Monotir", &["monitor"]), + ("Autonegociated", &["autonegotiated"]), + ("Conrete", &["concrete"]), + ("Wimmens", &["women"]), + ("Notifictations", &["notifications"]), + ("Argumemnts", &["arguments"]), + ("Partialially", &["partially"]), + ("Expessed", &["expressed"]), + ("Proocecures", &["procedures"]), + ("Traverese", &["traverse", "traverses"]), + ("Attritubed", &["attributed"]), + ("Decorded", &["decoded"]), + ("Depenedent", &["dependent"]), + ("Journalisitc", &["journalistic"]), + ("Negotionating", &["negotiating"]), + ("Funxtioned", &["functioned"]), + ("Aesthestic", &["aesthetics"]), + ("Narcisisstic", &["narcissistic"]), + ("Swtichbacks", &["switchbacks"]), + ("Certiainly", &["certainly"]), + ("Malicousally", &["maliciously"]), + ("Preparetion", &["preparation"]), + ("Excetptional", &["exceptional"]), + ("Exising", &["existing"]), + ("Resoruce", &["resource"]), + ("Preists", &["priests"]), + ("Beggining", &["beginning"]), + ("Incarseration", &["incarceration"]), + ("Boycutting", &["boycotting"]), + ("Multpliers", &["multipliers"]), + ("Inputing", &["inputting"]), + ("Surprize", &["surprise"]), + ("Iinclude", &["include"]), + ("Enourage", &["encourage"]), + ("Exceutions", &["executions"]), + ("Epsiode", &["episode"]), + ("Poreclain", &["porcelain"]), + ("Permisson", &["permission"]), + ("Implementatio", &["implementation"]), + ("Connectino", &["connection"]), + ("Failied", &["failed"]), + ("Counsilling", &["counselling"]), + ("Progaramm", &["program"]), + ("Tentalce", &["tentacle"]), + ("Rotaiton", &["rotation"]), + ("Outraegously", &["outrageously"]), + ("Posssible", &["possible"]), + ("Deffers", &["differs", "defers"]), + ("Prejudgudicing", &["prejudicing"]), + ("Addrerssing", &["addressing"]), + ("Infalted", &["inflated"]), + ("Retquiresgsub", &["requiresgsub"]), + ("Bounsary", &["boundary"]), + ("Grievences", &["grievances"]), + ("Switserland", &["switzerland"]), + ("Argemnts", &["arguments"]), + ("Withdrawling", &["withdrawing"]), + ("Charachers", &["characters"]), + ("Microship", &["microchip"]), + ("Patially", &["partially"]), + ("Messure", &["measure"]), + ("Curresponding", &["corresponding"]), + ("Cultivative", &["cultivate"]), + ("Pecentage", &["percentage"]), + ("Gothenberg", &["gothenburg"]), + ("Phychologically", &["psychologically"]), + ("Coutries", &["countries"]), + ("Implementatation", &["implementation"]), + ("Charactarized", &["characterized"]), + ("Nationalistiska", &["nationalists"]), + ("Resemblace", &["resemble"]), + ("Glorios", &["glorious"]), + ("Demonstraion", &["demonstration"]), + ("Miliseconds", &["milliseconds"]), + ("Carosels", &["carousels"]), + ("Shardholders", &["shareholders"]), + ("Repitles", &["reptiles"]), + ("Senarios", &["scenarios"]), + ("Comparabil", &["comparable"]), + ("Stroing", &["storing"]), + ("Strugglign", &["struggling"]), + ("Authrors", &["authors"]), + ("Eleate", &["relate"]), + ("Exceutioner", &["executioner"]), + ("Quwesant", &["croissant"]), + ("Mutimodule", &["multimodule"]), + ("Pleasd", &["pleased"]), + ("Intefrace", &["interface"]), + ("Sucesfull", &["successful"]), + ("Cercomstances", &["circumstances"]), + ("Ambien", &["ambient"]), + ("Electroal", &["electoral"]), + ("Argumement", &["argument"]), + ("Righteouness", &["righteousness"]), + ("Subcriptions", &["subscriptions"]), + ("Speficifically", &["specifically"]), + ("Unkowningly", &["unknowingly"]), + ("Caleee", &["callee"]), + ("Aronud", &["around"]), + ("Modications", &["modifications"]), + ("Retreived", &["retrieved"]), + ("Keyworkd", &["keyword"]), + ("Depressieve", &["depressive"]), + ("Neighbborhood", &["neighborhood"]), + ("Contributuon", &["contribution"]), + ("Techincian", &["technician"]), + ("Greeneer", &["greener"]), + ("Croppped", &["cropped"]), + ("Variabbles", &["variables"]), + ("Appreicate", &["appreciate"]), + ("Campaiging", &["campaigning"]), + ("Damamges", &["damages"]), + ("Asbolute", &["absolute"]), + ("Manufacteres", &["manufactures"]), + ("Crusive", &["cursive"]), + ("Patren", &["patron", "pattern"]), + ("Insturmentals", &["instrumental"]), + ("Syncronously", &["synchronously"]), + ("Minneaplis", &["minneapolis"]), + ("Periode", &["period"]), + ("Involvment", &["involvement"]), + ("Lodaer", &["loader"]), + ("Uncesnored", &["uncensored"]), + ("Decopresses", &["decompresses"]), + ("Subtarcted", &["subtracted"]), + ("Pascheurize", &["pasteurize"]), + ("Degeneret", &["degenerate"]), + ("Outputed", &["outputted"]), + ("Quanities", &["quantities"]), + ("Sympathyzers", &["sympathizers"]), + ("Modidfications", &["modifications"]), + ("Latiudes", &["latitudes"]), + ("Autofilt", &["autofilter"]), + ("Corruptable", &["corruptible"]), + ("Websit", &["website"]), + ("Unintuitve", &["unintuitive"]), + ("Movei", &["movie"]), + ("Cerain", &["certain"]), + ("Relaeses", &["releases"]), + ("Poninting", &["pointing"]), + ("Incentivate", &["incentive"]), + ("Alteracion", &["alteration"]), + ("Constrant", &["constraint"]), + ("Commissionner", &["commissioner"]), + ("Propeoperties", &["properties"]), + ("Crutchetts", &["crutches"]), + ("Trustworthly", &["trustworthy"]), + ("Reopsitory", &["repository"]), + ("Acclerates", &["accelerates"]), + ("Corralates", &["correlates"]), + ("Responisbly", &["responsibly"]), + ("Malining", &["maligning"]), + ("Starups", &["startups"]), + ("Intergration", &["integration"]), + ("Cigarett", &["cigarette"]), + ("Haemorrage", &["haemorrhage"]), + ("Villin", &["villain", "villi", "villein"]), + ("Regualting", &["regulating"]), + ("Referentes", &["references"]), + ("Hypvervisor", &["hypervisor"]), + ("Reqistration", &["registration"]), + ("Probem", &["problem"]), + ("Instantenous", &["instantaneous"]), + ("Aparment", &["apartment"]), + ("Adjactend", &["adjacent"]), + ("Assicated", &["associated"]), + ("Experesses", &["expresses"]), + ("Quanlification", &["qualification", "quantification"]), + ("Notificaitons", &["notifications"]), + ("Bannets", &["bayonets"]), + ("Notidy", &["notify"]), + ("Defenesman", &["defenseman"]), + ("Informatations", &["information"]), + ("Membrans", &["membranes"]), + ("Alterantives", &["alternatives"]), + ("Destrois", &["destroys"]), + ("Variatoins", &["variations"]), + ("Expirese", &["expires"]), + ("Remembed", &["remembered"]), + ("Regualator", &["regulator"]), + ("Tolerabe", &["tolerable"]), + ("Pebblers", &["pebbles"]), + ("Vulakn", &["vulkan"]), + ("Omitt", &["omit"]), + ("Survivebility", &["survivability"]), + ("Instllation", &["installation", "instillation"]), + ("Tranforming", &["transforming"]), + ("Scollable", &["scrollable"]), + ("Activateing", &["activating"]), + ("Paralellism", &["parallelism"]), + ("Porgram", &["program"]), + ("Renegotaiators", &["renegotiators"]), + ("Menetions", &["mentions"]), + ("Lenghtened", &["lengthened"]), + ("Wnidow", &["window", "widow"]), + ("Orientned", &["oriented"]), + ("Demosntrably", &["demonstrably"]), + ("Alforithmically", &["algorithmically"]), + ("Repositorys", &["repositories"]), + ("Deploiments", &["deployments"]), + ("Enbedding", &["embedding"]), + ("Savety", &["safety"]), + ("Qouting", &["quoting"]), + ("Cubburd", &["cupboard"]), + ("Socilaized", &["socialized"]), + ("Assotiation", &["association"]), + ("Mata", &["meta", "mater"]), + ("Septemer", &["september"]), + ("Everday", &["everyday"]), + ("Crosspot", &["crosspost"]), + ("Synopsies", &["synopsis"]), + ("Brimingham", &["birmingham"]), + ("Demonstarting", &["demonstrating"]), + ("Excplict", &["explicit"]), + ("Pxoxied", &["proxied"]), + ("Fieid", &["field"]), + ("Contorller", &["controllers"]), + ("Representstion", &["representations"]), + ("Problematisch", &["problematic"]), + ("Disapoint", &["disappoint"]), + ("Sqaured", &["squared"]), + ("Cancle", &["cancel"]), + ("Autoconpletes", &["autocompletes"]), + ("Presbaterians", &["presbyterians"]), + ("Delets", &["deletes"]), + ("Hapy", &["happy"]), + ("Mandase", &["mandates"]), + ("Langugue", &["language"]), + ("Hauntig", &["haunting"]), + ("Braodly", &["broadly"]), + ("Consiciousness", &["consciousness"]), + ("Depcrecated", &["deprecated"]), + ("Australain", &["australians"]), + ("Cotrol", &["control"]), + ("Impementor", &["implementer"]), + ("Anomally", &["anomaly"]), + ("Vulberabuilitis", &["vulnerabilities"]), + ("Divisiones", &["divisions"]), + ("Campuss", &["campuses"]), + ("Asynchrounsly", &["asynchronously"]), + ("Mericful", &["merciful"]), + ("Maintainance", &["maintenance"]), + ("Casulaties", &["casualties"]), + ("Unspeficed", &["unspecified"]), + ("Downlod", &["download"]), + ("Circuncised", &["circumcised"]), + ("Regsisters", &["registers"]), + ("Comparasons", &["comparisons"]), + ("Eiter", &["either"]), + ("Custumized", &["customized"]), + ("Incomprehensable", &["incomprehensible"]), + ("Aggreate", &["aggregate"]), + ("Ehther", &["ether", "either"]), + ("Inflatabale", &["inflatable"]), + ("Puchased", &["purchased"]), + ("Athelticism", &["athleticism"]), + ("Hollowcost", &["holocaust"]), + ("Nilihism", &["nihilism"]), + ("Capibility", &["capability"]), + ("Singeles", &["singles", "signals"]), + ("Principlaity", &["principality"]), + ("Elsiof", &["elseif"]), + ("Primtives", &["primitives"]), + ("Previusly", &["previously"]), + ("Depreate", &["deprecate"]), + ("Characers", &["characters"]), + ("Procrastrinates", &["procrastinates"]), + ("Existense", &["existence"]), + ("Liberalnim", &["liberalism"]), + ("Recurited", &["recruited"]), + ("Richochet", &["ricochet"]), + ("Methdod", &["method", "methods"]), + ("Floppys", &["floppies"]), + ("Certificatd", &["certificated"]), + ("Proocecure", &["procedure"]), + ("Influencian", &["influencing"]), + ("Definetaly", &["definitely"]), + ("Cananbis", &["cannabis"]), + ("Percievabley", &["perceivably"]), + ("Prepented", &["prepended"]), + ("Televisivo", &["television"]), + ("Grammers", &["grammars"]), + ("Inluence", &["influence"]), + ("Furfill", &["fulfill"]), + ("Definety", &["definitely"]), + ("Narcissisim", &["narcissism"]), + ("Algorhythms", &["algorithms"]), + ("Arbitralry", &["arbitrary"]), + ("Preconceieved", &["preconceived"]), + ("Destributed", &["distributed"]), + ("Analyer", &["analyser", "analyzer"]), + ("Binares", &["binaries"]), + ("Intorvert", &["introvert"]), + ("Fideltiy", &["fidelity"]), + ("Escalte", &["escalate"]), + ("Buidler", &["builder"]), + ("Collaps", &["collapse"]), + ("Canadianese", &["canadians"]), + ("Satruation", &["saturation"]), + ("Achilleous", &["achilles"]), + ("Preferrences", &["preferences"]), + ("Proteen", &["preteen", "protean", "protein"]), + ("Inveral", &["interval"]), + ("Swcloumns", &["swcolumns"]), + ("Valu", &["value"]), + ("Hallaluya", &["hallelujah"]), + ("Standardd", &["standard"]), + ("Sillicon", &["silicon"]), + ("Punsihable", &["punishable"]), + ("Captin", &["captain"]), + ("Expidition", &["expedition"]), + ("Indivual", &["individual"]), + ("Renegociates", &["renegotiates"]), + ("Whih", &["which"]), + ("Sugestion", &["suggestion"]), + ("Interstaller", &["interstellar"]), + ("Rendererd", &["rendered"]), + ("Peopl", &["people"]), + ("Urnaium", &["uranium"]), + ("Compalined", &["complained"]), + ("Algorightms", &["algorithms"]), + ("Wressel", &["wrestle"]), + ("Downgradde", &["downgrade"]), + ("Sensationalsim", &["sensationalism"]), + ("Weighys", &["weights"]), + ("Audactiy", &["audacity"]), + ("Termianting", &["terminating"]), + ("Indianna", &["indiana"]), + ("Angziety", &["anxiety"]), + ("Unconditionable", &["unconditional"]), + ("Obstancles", &["obstacles"]), + ("Primatives", &["primitives"]), + ("Augmneted", &["augmented"]), + ("Follwowiong", &["following"]), + ("Hsell", &["shell"]), + ("Implicilty", &["implicitly"]), + ("Obession", &["obsession"]), + ("Glodberg", &["goldberg"]), + ("Interferd", &["interfered"]), + ("Traditionnally", &["traditionally"]), + ("Toppins", &["toppings"]), + ("Retransfered", &["retransferred"]), + ("Uncerainty", &["uncertainty"]), + ("Institutie", &["institute"]), + ("Subexperssion", &["subexpression"]), + ("Rlation", &["relation"]), + ("Ofcoruse", &["ofcourse"]), + ("Arguement", &["argument"]), + ("Substitues", &["substitutes"]), + ("Occaison", &["occasion"]), + ("Highligting", &["highlighting"]), + ("Extisting", &["existing"]), + ("Egyptain", &["egyptian"]), + ("Yoour", &["your"]), + ("Encocders", &["encoders"]), + ("Verfied", &["verified"]), + ("Emergerd", &["emerged"]), + ("Hootsba", &["hutzpa"]), + ("Abundunt", &["abundant"]), + ("Bejond", &["beyond"]), + ("Colmuned", &["columned"]), + ("Importas", &["imports"]), + ("Reistence", &["resistance"]), + ("Speficieirs", &["specifiers"]), + ("Misintrepret", &["misinterpret"]), + ("Disovered", &["discovered"]), + ("Unsucessflly", &["unsuccessfully"]), + ("Potental", &["potential"]), + ("Parralell", &["parallel"]), + ("Sacraficed", &["sacrificed"]), + ("Furethest", &["furthest"]), + ("Cachup", &["catchup"]), + ("Predictons", &["predictions"]), + ("Assighees", &["assignees"]), + ("Skpetics", &["skeptics"]), + ("Onomanopea", &["onomatopoeia"]), + ("Erquest", &["request"]), + ("Expermenters", &["experimenters"]), + ("Modifieras", &["modifiers"]), + ("Supscriptions", &["subscriptions"]), + ("Anination", &["animation"]), + ("Wrokflow", &["workflow"]), + ("Acceleartor", &["accelerator"]), + ("Interpolaiton", &["interpolation"]), + ("Elsof", &["elseif"]), + ("Contnet", &["content"]), + ("Responsiby", &["responsibly"]), + ("Caclualted", &["calculated"]), + ("Renegotitated", &["renegotiated"]), + ("Dependensies", &["dependencies"]), + ("Replentished", &["replenished"]), + ("Brughtness", &["brightness"]), + ("Inovker", &["invoker"]), + ("Miliary", &["military"]), + ("Noy", &["not"]), + ("Simualtors", &["simulators"]), + ("Edditable", &["editable"]), + ("Residentail", &["residential"]), + ("Environmentl", &["environmentally"]), + ("Recource", &["resource", "recourse"]), + ("Commpletion", &["completion"]), + ("Confgure", &["configure"]), + ("Inspectoras", &["inspectors"]), + ("Practicarlo", &["practical"]), + ("Extenson", &["extension"]), + ("Calbirated", &["calibrated"]), + ("Substitutivo", &["substitution"]), + ("Upated", &["updated"]), + ( + "Fot", + &["for", "fit", "dot", "rot", "cot", "got", "tot", "fog"], + ), + ("Expotential", &["exponential"]), + ("Managet", &["manager"]), + ("Unintentinal", &["unintentional"]), + ("Anniverary", &["anniversary"]), + ("Gererated", &["generated"]), + ("Accomplishemnts", &["accomplishments"]), + ("Blurr", &["blur", "blurred"]), + ("Overreacing", &["overreacting"]), + ("Instert", &["insert"]), + ("Dubly", &["doubly"]), + ("Straightforeward", &["straightforward"]), + ("Smeesters", &["semesters"]), + ("Feitshes", &["fetishes"]), + ("Efficientcy", &["efficiently"]), + ("Prosepct", &["prospect"]), + ("Ultered", &["altered"]), + ("Viligant", &["vigilant"]), + ("Governement", &["government"]), + ("Librabies", &["libraries"]), + ("Exercse", &["exercise"]), + ("Imobilisation", &["immobilisation"]), + ("Economicas", &["economics"]), + ("Additianally", &["additionally"]), + ("Failicies", &["facilities"]), + ("Disply", &["display"]), + ("Catchi", &["catch"]), + ("Moleculaire", &["molecular"]), + ("Resolutinos", &["resolutions"]), + ("Depresssion", &["depression"]), + ("Steriotypes", &["stereotypes"]), + ("Depricate", &["deprecate"]), + ("Cosemtic", &["cosmetic"]), + ("Initializd", &["initialized"]), + ("Misogynt", &["misogynist"]), + ("Espicially", &["especially"]), + ("Horisontal", &["horizontal"]), + ("Weree", &["were"]), + ("Aqain", &["again"]), + ("Expetecting", &["expecting"]), + ("Playersare", &["playerbase"]), + ("Patheitc", &["pathetic"]), + ("Conqeuring", &["conquering"]), + ("Initializeing", &["initializing"]), + ("Esclusions", &["exclusions"]), + ("Syntetize", &["synthetize"]), + ("Experementation", &["experimentation"]), + ("Exchanage", &["exchange"]), + ("Agina", &["again", "angina"]), + ("Timestmaps", &["timestamps"]), + ("Rickoshay", &["ricochet"]), + ("Oppertunist", &["opportunist"]), + ("Vaidate", &["validate"]), + ("Poistioning", &["positioning"]), + ("Algorothmic", &["algorithmic"]), + ("Concencrate", &["concentrate"]), + ("Inheirtance", &["inheritance"]), + ("Constracts", &["constructs"]), + ("Issu", &["issue"]), + ("Unconcistencies", &["inconsistencies"]), + ("Authethenticating", &["authenticating"]), + ("Exctract", &["extract"]), + ("Servoced", &["serviced"]), + ("Demograhic", &["demographic"]), + ("Sceen", &["scene", "seen", "screen", "scheme"]), + ("Cariciture", &["caricature"]), + ("Thsnkful", &["thankful"]), + ("Extenisble", &["extensible"]), + ("Automagicall", &["automagically"]), + ("Franciso", &["francisco"]), + ("Uptions", &["options"]), + ("Whilest", &["whilst"]), + ("Rebellios", &["rebellious"]), + ("Wonderig", &["wondering"]), + ("Cursot", &["cursor"]), + ("Nottaion", &["notation"]), + ("Mutliplication", &["multiplication"]), + ("Dake", &["take"]), + ("Sesnors", &["sensors"]), + ("Cerimonial", &["ceremonial"]), + ("Approuving", &["approving"]), + ("Aribtrary", &["arbitrary"]), + ("Crypitc", &["cryptic"]), + ("Wnat", &["want", "what"]), + ("Apporpriates", &["appropriates"]), + ("Reccursively", &["recursively"]), + ("Inititaive", &["initiatives"]), + ("Descriminant", &["discriminant"]), + ("Laguage", &["language"]), + ("Beggins", &["begins"]), + ("Curruption", &["corruption"]), + ("Bevorehand", &["beforehand"]), + ("Nostolgically", &["nostalgically"]), + ("Leuitenant", &["lieutenant"]), + ("Indireclty", &["indirectly"]), + ("Teches", &["teaches"]), + ("Mozzaralla", &["mozzarella"]), + ("Shamelesly", &["shamelessly"]), + ("Practies", &["practise"]), + ("Impementling", &["implementing"]), + ("Expereince", &["experience"]), + ("Packtes", &["packets"]), + ("Downgaraded", &["downgraded"]), + ("Charas", &["chars"]), + ("Persciuosly", &["preciously"]), + ("Facisnated", &["fascinated"]), + ("Cacluater", &["calculator"]), + ("Reinitalising", &["reinitialising"]), + ("Direcrted", &["directed"]), + ("Circual", &["circular"]), + ("Encourging", &["encouraging"]), + ("Truging", &["trudging"]), + ("Fetishiste", &["fetishes"]), + ("Presistency", &["persistency"]), + ("Wharever", &["wherever"]), + ("Reporductive", &["reproductive"]), + ("Reprocible", &["reproducible"]), + ("Stabilty", &["stability"]), + ("Expecatation", &["expectation"]), + ("Slightl", &["slightly"]), + ("Acchievable", &["achievable"]), + ("Orriginal", &["original"]), + ("Secratery", &["secretary"]), + ("Mulitples", &["multiples"]), + ("Programms", &["programs"]), + ("Pactched", &["patched"]), + ("Playtgroughs", &["playthroughs"]), + ("Robberts", &["robbers"]), + ("Varoius", &["various"]), + ("Regisration", &["registration"]), + ("Vulberbilities", &["vulnerabilities"]), + ("Minmal", &["minimal"]), + ("Dissambles", &["disassembles"]), + ("Refereees", &["referees"]), + ("Yosemeti", &["yosemite"]), + ("Millsenconds", &["milliseconds"]), + ("Ideolouges", &["ideologies"]), + ("Phenomenen", &["phenomenon"]), + ("Phongraph", &["phonograph"]), + ("Beliefe", &["believe", "belief"]), + ("Hyopthetical", &["hypothetical"]), + ("Cringeworty", &["cringeworthy"]), + ("Perforamed", &["performed"]), + ("Vould", &["would"]), + ("Colmns", &["columns"]), + ("Reciproce", &["reciprocate"]), + ("Anonotate", &["annotate"]), + ("Schdules", &["schedules"]), + ("Tangetially", &["tangentially"]), + ("Microships", &["microchips"]), + ("Allcoators", &["allocators"]), + ("Chuncks", &["chunks"]), + ("Pseudononymous", &["pseudonymous"]), + ("Tempatised", &["templatised"]), + ("Manufacterurs", &["manufactures"]), + ("Braziliians", &["brazilians"]), + ("Reprodicing", &["reproducing"]), + ("Unuseable", &["unusable"]), + ("Executng", &["executing"]), + ("Thirs", &["third", "thirst"]), + ("Throuhgput", &["throughput"]), + ("Notificastion", &["notification"]), + ("Wohle", &["whole"]), + ("Fundamendalist", &["fundamentalist"]), + ("Pararagraph", &["paragraph"]), + ("Physcedelic", &["psychedelic"]), + ("Protestos", &["protests"]), + ("Insttuction", &["instruction"]), + ("Trainigns", &["trainings"]), + ("Propolsion", &["propulsion"]), + ("Securty", &["security"]), + ("Deovtion", &["devotion"]), + ("Statuets", &["statutes"]), + ("Ethernal", &["eternal"]), + ("Viwer", &["viewer"]), + ("Insufficently", &["insufficiently"]), + ("Licated", &["located"]), + ("Illustraitor", &["illustrator"]), + ("Organizors", &["organizers"]), + ("Interseccion", &["intersection"]), + ("Plase", &["place", "please", "phase", "plaice"]), + ("Erronously", &["erroneously"]), + ("Connecitons", &["connections"]), + ("Unsuppported", &["unsupported"]), + ("Cambpell", &["campbell"]), + ("Excorciating", &["excruciating"]), + ("Implimcit", &["implicit"]), + ("Metahpor", &["metaphor"]), + ("Adventerous", &["adventurous"]), + ("Earnt", &["earned"]), + ("Coerceion", &["coercion"]), + ("Perfomeamce", &["performance"]), + ("Tournmanets", &["tournaments"]), + ("Chornicles", &["chronicles"]), + ("Recylcing", &["recycling"]), + ("Embebbed", &["embedded"]), + ("Competitivos", &["competitions"]), + ("Modifuable", &["modifiable"]), + ("Avaluates", &["evaluates"]), + ("Trainwrek", &["trainwreck"]), + ("Skeletaal", &["skeletal"]), + ("Alltough", &["although"]), + ("Rectangulaire", &["rectangular"]), + ("Anrachist", &["anarchist"]), + ("Provives", &["provides"]), + ("Epects", &["expects"]), + ("Contstruction", &["construction"]), + ("Familairity", &["familiarity"]), + ("Assertin", &["assertions"]), + ("Transmorgs", &["transforms"]), + ("Unnescessarily", &["unnecessarily"]), + ("Priotise", &["prioritise"]), + ("Segmente", &["segment"]), + ("Trundel", &["trundle"]), + ("Privilges", &["privileges"]), + ("Ifle", &["file"]), + ("Somethijng", &["something"]), + ("Ankshisly", &["anxiously"]), + ("Documentory", &["documentary"]), + ("Syringae", &["syringe"]), + ("Discresion", &["discretion"]), + ("Zookeini", &["zucchini"]), + ("Conveted", &["converted"]), + ("Certificats", &["certificates"]), + ("Tempraraily", &["temporarily"]), + ("Vave", &["have", "valve"]), + ("Appoitnment", &["appointments"]), + ("Scheduleing", &["scheduling"]), + ("Uniocde", &["unicode"]), + ("Imapcts", &["impacts"]), + ("Expantions", &["expansions"]), + ("Montiors", &["monitors"]), + ("Blocekd", &["blocked"]), + ("Decensitized", &["desensitized"]), + ("Sprinke", &["sprinkle"]), + ("Sterotypes", &["stereotypes"]), + ("Refrubished", &["refurbished"]), + ("Delegatie", &["delegate"]), + ("Satisfacory", &["satisfactory"]), + ("Compilaiton", &["compilation"]), + ("Climatiser", &["climates"]), + ("Consrtuct", &["construct"]), + ("Decocde", &["decode"]), + ("Futhroc", &["futhark", "futhorc"]), + ("Groubdbreaking", &["groundbreaking"]), + ("Conrrespondingly", &["correspondingly"]), + ("Hierchal", &["hierarchical"]), + ("Theives", &["thieves"]), + ("Renegotatiable", &["renegotiable"]), + ("Augmneters", &["augmenters"]), + ("Replaceemnts", &["replacements"]), + ("Disctionary", &["dictionary"]), + ("Incosistent", &["inconsistent"]), + ("Examinerad", &["examined"]), + ("Offseting", &["offsetting"]), + ("Geraff", &["giraffe"]), + ("Negotatiors", &["negotiators"]), + ("Neeedless", &["needless", "needles"]), + ("Adjsencies", &["adjacencies"]), + ("Clasical", &["classical"]), + ("Dictionaly", &["dictionary"]), + ("Contreversial", &["controversial"]), + ("Pachtes", &["patches"]), + ("Succesed", &["succeeds"]), + ("Sherifs", &["sheriffs"]), + ("Transsmision", &["transmissions"]), + ("Neuroligical", &["neurological"]), + ("Socailized", &["socialized"]), + ("Mistery", &["mystery"]), + ("Autheniticating", &["authenticating"]), + ("Certficated", &["certificated"]), + ("Singels", &["singles"]), + ("Excedeed", &["exceeded"]), + ("Conjuction", &["conjunction"]), + ("Unisgned", &["unsigned"]), + ("Unafected", &["unaffected"]), + ("Rigntone", &["ringtone"]), + ("Parametre", &["parameter"]), + ("Paragraphy", &["paragraph"]), + ("Accomodata", &["accommodate"]), + ("Doube", &["double"]), + ("Missalignment", &["misalignment"]), + ("Olreans", &["orleans"]), + ("Attriebuting", &["attributing"]), + ("Specficies", &["specifies"]), + ("Chocolats", &["chocolates"]), + ("Avarageing", &["averaging"]), + ("Catgory", &["category"]), + ("Restirction", &["restriction"]), + ("Automoblies", &["automobile"]), + ("Tookit", &["toolkit"]), + ("Moratlity", &["mortality"]), + ("Unnecessiarlly", &["unnecessarily"]), + ("Unich", &["unix"]), + ("Clincial", &["clinical"]), + ("Guaranteeds", &["guarantees"]), + ("Reproted", &["reported"]), + ("Maninpulations", &["manipulations"]), + ("Compils", &["compiles"]), + ("Paniics", &["panics"]), + ("Sytemmemory", &["systemmemory"]), + ("Oftenly", &["often"]), + ("Illuminauti", &["illuminati"]), + ("Separacion", &["separation"]), + ("Appicalitons", &["applications"]), + ("Devce", &["device"]), + ("Essentual", &["essential"]), + ("Certifaction", &["certification"]), + ("Authenatication", &["authentication"]), + ("Initialiase", &["initialise"]), + ("Wrappning", &["wrapping"]), + ("Mariens", &["marines"]), + ("Implment", &["implement"]), + ("Compatibiltiy", &["compatibility"]), + ("Assset", &["asset"]), + ("Reveiwing", &["reviewing"]), + ("Resouces", &["resources"]), + ("Euphora", &["euphoria"]), + ("Clonned", &["cloned"]), + ("Placmenet", &["placement"]), + ("Minimals", &["minimalist"]), + ("Appearning", &["appearing"]), + ("Reuired", &["required"]), + ("Expermenting", &["experimenting"]), + ("Initmately", &["intimately"]), + ("Chanllenge", &["challenge"]), + ("Acheeving", &["achieving"]), + ("Prescence", &["presence"]), + ("Grifeing", &["griefing"]), + ("Buiders", &["builders"]), + ("Certi", &["certificate", "certify"]), + ("Seezing", &["seizing"]), + ("Compramise", &["compromise"]), + ("Alwayse", &["always"]), + ("Sugest", &["suggest"]), + ("Interpratations", &["interpretations"]), + ("Projeting", &["projecting"]), + ("Downvotesd", &["downvoters"]), + ("Exparation", &["expiration"]), + ("Vinigarettes", &["vinaigrettes"]), + ("Coneector", &["connector"]), + ("Sisnce", &["since"]), + ("Pointeur", &["pointer"]), + ("Biyou", &["bayou"]), + ("Encryp", &["encrypt"]), + ("Proces", &["process"]), + ("Govoner", &["governor"]), + ("Instructoin", &["instruction"]), + ("Homosexul", &["homosexuals"]), + ("Structed", &["structured"]), + ("Contrsts", &["contrasts"]), + ("Langague", &["language"]), + ("Electriv", &["electric"]), + ("Timestmap", &["timestamp"]), + ("Remorted", &["reported"]), + ("Didi", &["did"]), + ("Insistes", &["insists"]), + ("Perpedicularly", &["perpendicularly"]), + ("Legnedary", &["legendary"]), + ("Strang", &["strange"]), + ("Perfomranses", &["performances"]), + ("Particluar", &["particular"]), + ("Turorial", &["tutorial"]), + ("Interrest", &["interest"]), + ("Platoform", &["platform"]), + ("Schdeule", &["schedule"]), + ("Similary", &["similarly"]), + ("Sawtaying", &["sautéing"]), + ("Motivationnal", &["motivational"]), + ("Konckback", &["knockback"]), + ("Compresseed", &["compressed"]), + ("Playwrite", &["playwright"]), + ("Brillaince", &["brilliance"]), + ("Bloodporne", &["bloodborne"]), + ("Reportidly", &["reportedly"]), + ("Failurs", &["failures"]), + ("Creationnist", &["creationist"]), + ("Transprts", &["transports"]), + ("Deccrements", &["decrements"]), + ("Keyboars", &["keyboards", "keyboard"]), + ("Disqualifed", &["disqualified"]), + ("Equilvalents", &["equivalents"]), + ("Riminicing", &["reminiscing"]), + ("Fascisim", &["fascism"]), + ("Paraneterized", &["parameterized"]), + ("Chrisitans", &["christians"]), + ("Concatentates", &["concatenates"]), + ("Simulatation", &["simulation"]), + ("Ulitmatum", &["ultimatum"]), + ("Triniy", &["trinity"]), + ("Gongratulations", &["congratulations"]), + ("Intellectualis", &["intellectuals"]), + ("Exproted", &["exported"]), + ("Characterss", &["characters"]), + ("Extsing", &["existing"]), + ("Appendent", &["appended"]), + ("Seriolization", &["serialization"]), + ("Motoral", &["motorola"]), + ("Paratheses", &["parentheses"]), + ("Encoutering", &["encountering"]), + ("Indoensia", &["indonesia"]), + ("Flacoured", &["flavoured"]), + ("Separartor", &["separator"]), + ("Mormonts", &["mormons"]), + ("Arrangments", &["arrangements"]), + ("Propsal", &["proposal"]), + ("Anoys", &["annoys"]), + ("Dispalyes", &["displays"]), + ("Scramblies", &["scramble"]), + ("Refereneces", &["references"]), + ("Parameger", &["parameter"]), + ("Instantations", &["instantiations"]), + ("Chnace", &["chance"]), + ("Juristictions", &["jurisdictions"]), + ("Parametr", &["parameter"]), + ("Accountt", &["accountant"]), + ("Contagioso", &["contagious"]), + ("Dissalowed", &["disallowed"]), + ("Failuers", &["failures"]), + ("Signapore", &["singapore"]), + ("Parliamentry", &["parliamentary"]), + ("Myhtical", &["mythical"]), + ("Inershial", &["inertial"]), + ("Submisison", &["submissions", "submission"]), + ("Appling", &["applying", "appalling"]), + ("Distrubed", &["disturbed"]), + ("Accuarte", &["accurate"]), + ("Beleifes", &["beliefs", "believes"]), + ("Enhencment", &["enhancement"]), + ("Godlberg", &["goldberg"]), + ("Cousings", &["cousins"]), + ("Resopnses", &["responses"]), + ("Autoneotiation", &["autonegotiation"]), + ("Hypevisor", &["hypervisor"]), + ("Refrigerar", &["refrigerator"]), + ("Makeing", &["making"]), + ("Functionss", &["functions"]), + ("Resourses", &["resources"]), + ("Initalizable", &["initializable"]), + ("Comsumed", &["consumed"]), + ("Intressted", &["interested"]), + ("Transcording", &["transcoding"]), + ("Traingulate", &["triangulate"]), + ("Curent", &["current"]), + ("Larinx", &["larynx"]), + ("Onotolgy", &["ontology"]), + ("Completey", &["completely"]), + ("Oberver", &["observer"]), + ("Trespasing", &["trespassing"]), + ("Functrion", &["function"]), + ("Kepping", &["keeping"]), + ("Mellinneum", &["millennium"]), + ("Viw", &["view"]), + ("Cheeots", &["cheetos"]), + ("Expences", &["expense", "expenses"]), + ("Pannels", &["panels"]), + ("Competitioners", &["competitions"]), + ("Liberae", &["liberate"]), + ("Inegrate", &["integrate"]), + ("Huminatarian", &["humanitarian"]), + ("Imaginativo", &["imagination"]), + ("Uffers", &["buffers"]), + ("Onmishients", &["omniscience"]), + ("Escluded", &["excluded"]), + ("Fantasitcally", &["fantastically"]), + ("Therby", &["thereby"]), + ("Spporting", &["supporting"]), + ("Willimas", &["williams"]), + ("Employeurs", &["employer"]), + ("Geneate", &["generate"]), + ("Historinhas", &["historians"]), + ("Certifificated", &["certificated"]), + ("Assighor", &["assignor"]), + ("Lightweigt", &["lightweight"]), + ("Consctructive", &["constructive"]), + ("Escaltion", &["escalation"]), + ("Statless", &["stateless"]), + ("Uninitailised", &["uninitialised"]), + ("Incredable", &["incredible"]), + ("Complianed", &["compliance"]), + ("Staurday", &["saturday"]), + ("Seventeeen", &["seventeen"]), + ("Radomizer", &["randomizer"]), + ("Doubleiift", &["doublelift"]), + ("Unifromed", &["uniformed"]), + ("Ownenership", &["ownership"]), + ("Informella", &["informal"]), + ("Renegotions", &["renegotiations"]), + ("Contronl", &["control"]), + ("Supporre", &["supporters"]), + ("Molestered", &["molested"]), + ("Cursader", &["crusader"]), + ("Cimmetric", &["symmetric"]), + ("Repostiory", &["repository"]), + ("Symphonity", &["symphony"]), + ("Communisit", &["communist"]), + ("Mathcmaking", &["matchmaking"]), + ("Nknown", &["unknown"]), + ("Bullitproof", &["bulletproof"]), + ("Garuntee", &["guarantee"]), + ("Amoutn", &["amount"]), + ("Soberity", &["sobriety"]), + ("Averloaded", &["overloaded"]), + ("Combatents", &["combatants"]), + ("Corrsponded", &["corresponded"]), + ("Insue", &["ensue", "insure"]), + ("Pantomine", &["pantomime"]), + ("Directorires", &["directories"]), + ("Expetions", &["exceptions"]), + ("Incompatablitiy", &["incompatibility"]), + ("Coginto", &["cognito"]), + ("Chechs", &["checks"]), + ("Malasyia", &["malaysia"]), + ("Dinamically", &["dynamically"]), + ("Aparently", &["apparently"]), + ("Pozitively", &["positively"]), + ("Informfation", &["information"]), + ("Furstrates", &["frustrates"]), + ("Chormosome", &["chromosome"]), + ("Accidenty", &["accidentally"]), + ("Cotrasferred", &["cotransferred"]), + ("Vertgio", &["vertigo"]), + ("Optionallly", &["optionally"]), + ("Perfomanse", &["performance"]), + ("Dissipointed", &["disappointed"]), + ("Constraings", &["constraints", "constrains"]), + ("Competitavely", &["competitively"]), + ("Unreaponsive", &["unresponsive"]), + ("Independenly", &["independently"]), + ("Probabiliy", &["probability"]), + ("Caffine", &["caffeine"]), + ("Sibtitle", &["subtitle"]), + ("Arameters", &["parameters"]), + ("Bugix", &["bugfix"]), + ("Introveted", &["introverted"]), + ("Vaticaan", &["vatican"]), + ("Dorp", &["drop"]), + ("Centrifugeable", &["centrifugable"]), + ("Entretaining", &["entertaining"]), + ("Beauracratically", &["bureaucratically"]), + ("Theroists", &["theorists"]), + ("Socioeconimc", &["socioeconomic"]), + ("Handlign", &["handling"]), + ("Goveremnt", &["government"]), + ("Wraparround", &["wraparound"]), + ("Vlone", &["clone"]), + ("Insustainable", &["unsustainable"]), + ("Fiw", &["fix"]), + ("Expeceted", &["expected"]), + ("Accelarating", &["accelerating"]), + ("Updte", &["update"]), + ("Athleticos", &["athletics"]), + ("Unpoened", &["unopened"]), + ("Devirtualied", &["devirtualised", "devirtualized"]), + ("Intendet", &["intended"]), + ("Xenohpobic", &["xenophobic"]), + ("Isnb", &["isbn"]), + ("Detectt", &["detect"]), + ("Incresing", &["increasing"]), + ("Witnesss", &["witnesses"]), + ("Seconde", &["second"]), + ("Commnands", &["commands"]), + ("Surounded", &["surrounded"]), + ("Recquired", &["required"]), + ("Keybord", &["keyboard"]), + ("Netruality", &["neutrality"]), + ("Collabrative", &["collaborative"]), + ("Euphoira", &["euphoria"]), + ("Attriubtes", &["attributes"]), + ("Saturdsy", &["saturdays"]), + ("Hydorgen", &["hydrogen"]), + ("Correctyly", &["correctly"]), + ("Neighobr", &["neighbor"]), + ("Evenlopes", &["envelopes"]), + ("Surpise", &["surprise"]), + ("Specifeid", &["specified"]), + ("Sociapathic", &["sociopathic"]), + ("Minnimums", &["minimums"]), + ("Suspectes", &["suspects"]), + ("Languege", &["language"]), + ("Swalled", &["stalled", "swapped"]), + ("Colllapses", &["collapses"]), + ("Differenciate", &["differentiate"]), + ("Extrodinary", &["extraordinary"]), + ("Advisoriy", &["advisory", "advisories"]), + ("Deprecatedf", &["deprecated"]), + ("Moderaters", &["moderates"]), + ("Govemrent", &["government"]), + ("Explodie", &["explode"]), + ("Requsting", &["requesting"]), + ("Tkae", &["take"]), + ("Mezmorizing", &["mesmerizing"]), + ("Hihglight", &["highlight"]), + ("Optimazation", &["optimization"]), + ("Fromat", &["format"]), + ("Sexulaized", &["sexualized"]), + ("Usuall", &["usually", "usual"]), + ("Ourselv", &["ourself", "ourselves"]), + ("Reloade", &["reload"]), + ("Contribtes", &["contributes"]), + ("Genererated", &["generated"]), + ("Schedualed", &["scheduled"]), + ("Burtsing", &["bursting"]), + ("Shcolars", &["scholars"]), + ("Dicationary", &["dictionary"]), + ("Shoould", &["should"]), + ("Definiton", &["definition"]), + ("Proyect", &["project", "protect"]), + ("Inmediatly", &["immediately"]), + ("Fornat", &["format"]), + ("Cotrolls", &["controls"]), + ("Chemestry", &["chemistry"]), + ("Tapitude", &["aptitude"]), + ("Randayvou", &["rendezvous"]), + ("Componbents", &["components"]), + ("Instruktion", &["instruction"]), + ("Stresss", &["stresses"]), + ("Brianwashing", &["brainwashing"]), + ("Oiginally", &["originally"]), + ("Anonimusly", &["anonymously"]), + ("Unbelivebly", &["unbelievably"]), + ("Cruzing", &["cruising"]), + ("Proyected", &["projected", "protected"]), + ("Maccros", &["macros"]), + ("Lifecyle", &["lifecycle"]), + ("Definataly", &["definitely"]), + ("Acurate", &["accurate"]), + ("Convovled", &["convolved"]), + ("Sexuallity", &["sexually"]), + ("Encyclopidia", &["encyclopedia"]), + ("Stragger", &["straggler", "stagger"]), + ("Promots", &["promotes"]), + ("Remaned", &["remained"]), + ("Spripted", &["scripted"]), + ("Provinical", &["provincial"]), + ("Omnipetent", &["omnipotent"]), + ("Repoter", &["reporter"]), + ("Sustitutions", &["substitutions"]), + ("Circluar", &["circular"]), + ("Subsituding", &["substituting"]), + ("Neccessities", &["necessities"]), + ("Autonegogtiation", &["autonegotiation"]), + ("Charactersitics", &["characteristics"]), + ("Fluttersky", &["fluttershy"]), + ("Cllouds", &["clouds"]), + ("Syncronising", &["synchronising"]), + ("Institutuion", &["institution"]), + ("Soltuions", &["solutions"]), + ("Balona", &["bologna"]), + ("Intership", &["internship"]), + ("Mezmorise", &["mesmerise"]), + ("Inexplicaby", &["inexplicably"]), + ("Widnow", &["widow", "window"]), + ("Spefixeis", &["specifies"]), + ("Intangibile", &["intangible"]), + ("Driectx", &["directx"]), + ("Britened", &["brightened"]), + ("Xenophibia", &["xenophobia"]), + ("Normalizaiton", &["normalization"]), + ("Treates", &["treats"]), + ("Algorthyns", &["algorithms"]), + ("Internetts", &["internets"]), + ("Patrcik", &["patrick"]), + ("Anlayses", &["analyses"]), + ("Barcleona", &["barcelona"]), + ("Schoalrs", &["scholars"]), + ("Deomcrats", &["democrats"]), + ("Mensioned", &["mentioned"]), + ("Overpiad", &["overpaid"]), + ("Lawernce", &["lawrence"]), + ("Sention", &["section"]), + ("Misteryous", &["mysterious"]), + ("Sintax", &["syntax"]), + ("Incompatibilites", &["incompatibilities"]), + ("Terrorsits", &["terrorists"]), + ("Crayones", &["crayons"]), + ("Propersity", &["propensity"]), + ("Marniers", &["mariners"]), + ("Vailable", &["available"]), + ("Overcomming", &["overcoming"]), + ("Dungeoness", &["dungeons"]), + ("Usless", &["useless"]), + ("Subsciption", &["subscription"]), + ("Lepard", &["leopard"]), + ("Sandstrom", &["sandstorm"]), + ("Refertences", &["references"]), + ("Accidential", &["accidental"]), + ("Similiary", &["similarity"]), + ("Rquested", &["requested"]), + ("Construnctor", &["constructor"]), + ("Encryptiong", &["encryption"]), + ("Massarce", &["massacre"]), + ("Etsablishment", &["establishment"]), + ("Intrrupting", &["interrupting"]), + ("Alighnment", &["alignment"]), + ("Yuforically", &["euphorically"]), + ("Wresters", &["wrestlers"]), + ("Expressons", &["expressions"]), + ("Professionnalism", &["professionalism"]), + ("Cheesees", &["cheeses"]), + ("Escpaes", &["escapes"]), + ("Venezuelean", &["venezuela"]), + ("Indiscrimnate", &["indiscriminate"]), + ("Otherviese", &["otherwise"]), + ("Prool", &["pool"]), + ("Ignormig", &["ignoring"]), + ("Systemn", &["system"]), + ("Narcisissim", &["narcissism"]), + ("Seriel", &["serial"]), + ("Revriever", &["retriever"]), + ("Explaind", &["explained"]), + ("Pupulated", &["populated"]), + ("Bifgoot", &["bigfoot"]), + ("Throughtput", &["throughput"]), + ("Databaeses", &["databases"]), + ("Rucuperate", &["recuperate"]), + ("Execue", &["execute"]), + ("Analye", &["analyse", "analyze"]), + ("Itearates", &["iterates"]), + ("Cthulhlu", &["cthulhu"]), + ("Recontructed", &["reconstructed"]), + ("Prerequisit", &["prerequisite"]), + ("Sovereigny", &["sovereignty"]), + ("Regually", &["regularly"]), + ("Integreated", &["integrated"]), + ("Enahnces", &["enhances"]), + ("Algorithically", &["algorithmically"]), + ("Uqests", &["quests"]), + ("Speciazlize", &["specialize"]), + ("Countere", &["counter"]), + ("Idenfitifer", &["identifier"]), + ("Reevaulate", &["reevaluate"]), + ("Fronteir", &["frontier"]), + ("Expanions", &["expansions"]), + ("Discconecction", &["disconnection"]), + ("Btween", &["between"]), + ("Contibution", &["contribution"]), + ("Callcack", &["callback"]), + ("Offsenses", &["offenses"]), + ("Solate", &["isolate"]), + ("Destrucion", &["destruction"]), + ("Puplate", &["populate"]), + ("Enthuseastically", &["enthusiastically"]), + ("Krudish", &["kurdish"]), + ("Motononic", &["monotonic"]), + ("Vasslas", &["vassals"]), + ("Competiters", &["competitors"]), + ("Enviorments", &["environments"]), + ("Outpust", &["output", "outputs"]), + ("Trubadour", &["troubadour"]), + ("Navigatie", &["navigate"]), + ("Precending", &["preceding"]), + ("Peroidical", &["periodical"]), + ("Javacript", &["javascript"]), + ("Conffig", &["config"]), + ("Indoctrication", &["indoctrination"]), + ("Wavesfront", &["wavefront"]), + ("Procede", &["proceed", "precede"]), + ("Hunderd", &["hundred"]), + ("Greusome", &["gruesome"]), + ("Acordinng", &["according"]), + ("Acquisation", &["acquisition"]), + ("Deadlifters", &["deadlifts"]), + ("Excellance", &["excellence"]), + ("Varmits", &["varmints"]), + ("Initation", &["initiation", "imitation"]), + ("Complusion", &["compulsion"]), + ("Samll", &["small"]), + ("Ambigious", &["ambiguous"]), + ("Silouwetes", &["silhouettes"]), + ("Guantanoma", &["guantanamo"]), + ("Invensions", &["inventions"]), + ("Arrangtements", &["arrangements"]), + ("Phlemy", &["phlegmy"]), + ("Knwoledgable", &["knowledgable"]), + ("Extraordinarely", &["extraordinarily"]), + ("Unforgiveble", &["unforgivable"]), + ("Abstante", &["bastante"]), + ("Charaterize", &["characterize"]), + ("Copyirghted", &["copyrighted"]), + ("Squirle", &["squirrel"]), + ("Connecs", &["connects"]), + ("Sperately", &["separately"]), + ("Cheeseburges", &["cheeseburgers"]), + ("Catherdal", &["cathedral"]), + ("Sprech", &["speech"]), + ("Charcteristics", &["characteristics"]), + ("Insertino", &["inserting"]), + ("Packag", &["package"]), + ("Reposonding", &["responding"]), + ("Obhectification", &["objectification"]), + ("Tungues", &["tongues"]), + ("Inaccuraces", &["inaccuracies"]), + ("Vacciantion", &["vaccination"]), + ("Convertire", &["converter"]), + ("Excectables", &["executables"]), + ("Surpised", &["surprised"]), + ("Octohedral", &["octahedral"]), + ("Xyou", &["you"]), + ("Sectons", &["sections"]), + ("Activisiom", &["activism"]), + ("Curcumference", &["circumference"]), + ("Inser", &["insert"]), + ("Additioanally", &["additionally"]), + ("Generted", &["generated"]), + ("Langurages", &["languages"]), + ("Wath", &["watch", "wrath", "what"]), + ("Moderatin", &["moderation"]), + ("Variatnts", &["variants"]), + ("Contetns", &["contents"]), + ("Researvation", &["reservation"]), + ("Idenifying", &["identifying"]), + ("Accordian", &["accordion"]), + ("Capicator", &["capacitor"]), + ("Thouhgts", &["thoughts"]), + ("Digial", &["digital"]), + ("Susceptiable", &["susceptible"]), + ("Apeture", &["aperture"]), + ("Acuiring", &["acquiring"]), + ("Supplemets", &["supplements"]), + ("Distingusih", &["distinguish"]), + ("Reposoitory", &["repository"]), + ("Tranzformer", &["transformer"]), + ("Acceppt", &["accept"]), + ("Requestied", &["requested"]), + ("Ukraineans", &["ukrainians"]), + ("Perfromers", &["performers"]), + ("Infideltiy", &["infidelity"]), + ("Unstalled", &["installed", "uninstalled"]), + ("Severl", &["several"]), + ("Admittadly", &["admittedly"]), + ("Spefixally", &["specifically"]), + ("Thermodynaics", &["thermodynamics"]), + ("Mechnism", &["mechanism"]), + ("Publisgers", &["publishers"]), + ("Nclude", &["include"]), + ("Deliverately", &["deliberately"]), + ("Participat", &["participants"]), + ("Senoirs", &["seniors"]), + ("Accountatns", &["accountants"]), + ("Contstant", &["constant"]), + ("Masquarade", &["masquerade"]), + ("Pennsylvnia", &["pennsylvania"]), + ("Charctor", &["character"]), + ("Mercurey", &["mercury"]), + ("Visualzations", &["visualizations"]), + ("Impelment", &["implement"]), + ("Reconized", &["recognized"]), + ("Vunrable", &["vulnerable"]), + ("Highighter", &["highlighter"]), + ("Convovle", &["convolve"]), + ("Spliiter", &["splitter"]), + ("Auccessive", &["successive"]), + ("Qhich", &["quiche", "which"]), + ("Chineese", &["chinese"]), + ("Kunckles", &["knuckles"]), + ("Accessiable", &["accessible"]), + ("Unemployemnt", &["unemployment"]), + ("Chatous", &["châteaux"]), + ("Frition", &["friction"]), + ("Horizonal", &["horizontal"]), + ("Unalbe", &["unable"]), + ("Disagred", &["disagreed"]), + ("Deriffed", &["derived"]), + ("Insterested", &["interested"]), + ("Failicy", &["facility"]), + ("Subcribing", &["subscribing"]), + ("Referece", &["reference"]), + ("Verfication", &["verification"]), + ("Sucessors", &["successors"]), + ("Initialsing", &["initialising"]), + ("Gallaries", &["galleries"]), + ("Analized", &["analyzed"]), + ("Yeras", &["years"]), + ("Larington", &["arlington"]), + ("Vulerabuilities", &["vulnerabilities"]), + ("Algorithic", &["algorithmic"]), + ("Statemnt", &["statement"]), + ("Detectionn", &["detection"]), + ("Ehenever", &["whenever"]), + ("Trotzkyites", &["trotskyists"]), + ("Provied", &["provide", "provided", "proved"]), + ("Determinsitic", &["deterministic"]), + ("Prostethics", &["prosthetic"]), + ("Transpacencies", &["transparencies"]), + ("Reletes", &["deletes", "relates"]), + ("Coinitailize", &["coinitialize"]), + ("Inappropraitely", &["inappropriately"]), + ("Contradicing", &["contradicting"]), + ("Coincedince", &["coincidence"]), + ("Blackbery", &["blackberry"]), + ("Permuatating", &["permutating"]), + ("Diagonstic", &["diagnostic"]), + ("Neigbouring", &["neighbouring"]), + ("Aniwhere", &["anywhere"]), + ("Oversimplyfication", &["oversimplification"]), + ("Claerer", &["clearer"]), + ("Implmeneting", &["implementing"]), + ("Unfiform", &["uniform"]), + ("Negociator", &["negotiator"]), + ("Sanctiond", &["sanctioned"]), + ("Vritualize", &["virtualize"]), + ("Concidered", &["considered"]), + ("Planteary", &["planetary"]), + ("Adreneline", &["adrenaline"]), + ("Addressings", &["addressing"]), + ("Overhwelmed", &["overwhelmed"]), + ("Connectec", &["connected"]), + ("Compilance", &["compliance"]), + ("Overwhelmingy", &["overwhelmingly"]), + ("Bacic", &["basic"]), + ("Syringue", &["syringe"]), + ("Anyting", &["anything"]), + ("Facilitiates", &["facilitates"]), + ("Conseedd", &["conceded"]), + ("Marrage", &["marriage"]), + ("Definatey", &["definitely"]), + ("Sporuts", &["sprouts"]), + ("Langnguages", &["languages"]), + ("Experimenats", &["experiments"]), + ("Termniating", &["terminating"]), + ("Resepects", &["respects"]), + ("Commnents", &["comments"]), + ("Transforation", &["transformation"]), + ("Mnemnonic", &["mnemonic"]), + ("Qaulify", &["qualify"]), + ("Thses", &["these"]), + ("Concentating", &["concentrating"]), + ("Restaraunts", &["restaurants"]), + ("Disrespekted", &["disrespected"]), + ("Inexpense", &["inexpensive"]), + ("Lavelling", &["levelling", "labelling"]), + ("Dispbibute", &["distribute"]), + ("Acornyms", &["acronyms"]), + ("Loding", &["loading"]), + ("Optins", &["options"]), + ("Differnences", &["differences"]), + ("Subscirptions", &["subscriptions"]), + ("Willk", &["will"]), + ("Intolerate", &["intolerant"]), + ("Survavibility", &["survivability"]), + ("Determenant", &["determinant"]), + ("Mandess", &["madness"]), + ("Motiveated", &["motivated"]), + ("Definito", &["definition"]), + ("Impremented", &["implemented"]), + ("Notificaion", &["notification"]), + ("Whietlist", &["whitelist"]), + ("Consequencies", &["consequence"]), + ("Araound", &["around"]), + ("Enthicities", &["ethnicities"]), + ("Historicas", &["historians"]), + ("Partcularity", &["particularity"]), + ("Arive", &["arrive"]), + ("Combonation", &["combination"]), + ("Dereigstering", &["deregistering"]), + ("Interent", &["internet"]), + ("Passivelly", &["passively"]), + ("Aliasses", &["aliases"]), + ("Collecitons", &["collections"]), + ("Coordintes", &["coordinates"]), + ("Subtitels", &["subtitles"]), + ("Prosicution", &["prosecution"]), + ("Unoperational", &["nonoperational"]), + ("Scnearios", &["scenarios"]), + ("Unchached", &["uncached"]), + ("Owernship", &["ownership"]), + ("Tailgatting", &["tailgating"]), + ("Imrovement", &["improvement"]), + ("Analyzies", &["analysis", "analyzes"]), + ("Reletive", &["relative"]), + ("Elephantos", &["elephants"]), + ("Languagees", &["languages"]), + ("Clyamore", &["claymore"]), + ("Critcials", &["criticals"]), + ("Christains", &["christians"]), + ("Verfifiers", &["verifiers"]), + ("Tesellation", &["tessellation"]), + ("Wnidows", &["windows", "widows"]), + ("Dedfined", &["defined"]), + ("Atmopshere", &["atmosphere"]), + ("Conflit", &["conflict"]), + ("Businessen", &["businessmen"]), + ("Weridly", &["weirdly"]), + ("Dircetories", &["directories"]), + ("Desintations", &["destinations"]), + ("Itertions", &["iterations"]), + ("Suppy", &["supply"]), + ("Represant", &["represent"]), + ("Navagitation", &["navigation"]), + ("Fileshystem", &["filesystem"]), + ("Summerized", &["summarized"]), + ("Unexpecte", &["unexpected"]), + ("Asshates", &["asshats"]), + ("Alchoholic", &["alcoholic"]), + ("Secpter", &["scepter"]), + ("Successfull", &["successful"]), + ("Vulnerbuility", &["vulnerability"]), + ("Calulater", &["calculator"]), + ("Plecing", &["placing"]), + ("Diplomancy", &["diplomacy"]), + ("Dislays", &["displays"]), + ("Udloaded", &["unloaded"]), + ("Cieling", &["ceiling"]), + ("Staidums", &["stadiums"]), + ("Healtchare", &["healthcare"]), + ("Additonally", &["additionally"]), + ("Synchonous", &["synchronous"]), + ("Sizebale", &["sizeable"]), + ("Contiuing", &["continuing"]), + ("Restrait", &["restraint"]), + ("Puplar", &["popular"]), + ("Ineffizient", &["inefficient"]), + ("Reguirements", &["requirements"]), + ("Accoustically", &["acoustically"]), + ("Scandinava", &["scandinavian"]), + ("Chnanging", &["changing"]), + ("Deregistartion", &["deregistration"]), + ("Finctionalities", &["functionalities"]), + ("Reuplaoders", &["reuploaders"]), + ("Datatpyes", &["datatypes"]), + ("Charcter", &["character"]), + ("Resevoir", &["reservoir"]), + ("Repersenting", &["representing"]), + ("Dupliates", &["duplicates"]), + ("Messagin", &["messaging"]), + ("Accordding", &["according"]), + ("Detuschland", &["deutschland"]), + ("Protostant", &["protestant"]), + ("Frequancies", &["frequencies"]), + ("Interaxction", &["interaction"]), + ("Implausble", &["implausible"]), + ("Wezzals", &["weasels"]), + ("Entitie", &["entity"]), + ("Explined", &["explained"]), + ("Crticals", &["criticals"]), + ("Speficifes", &["specifies"]), + ("Vulnerabilitie", &["vulnerability"]), + ("Vitaminas", &["vitamins"]), + ("Counterpats", &["counterparts"]), + ("Tunnells", &["tunnels"]), + ("Prooxies", &["proxies"]), + ("Tolerence", &["tolerance"]), + ("Installatation", &["installation"]), + ("Ommiting", &["omitting"]), + ("Prerequesit", &["prerequisite"]), + ("Edige", &["edge"]), + ("Statisitcs", &["statistics"]), + ("Bounduaries", &["boundaries"]), + ("Mobiltiy", &["mobility"]), + ("Executie", &["executive"]), + ("Deliminted", &["delimited"]), + ("Underwhleming", &["underwhelming"]), + ("Gerneral", &["general"]), + ("Cupborad", &["cupboard"]), + ("Desicion", &["decision"]), + ("Bargian", &["bargain"]), + ("Secound", &["second"]), + ("Assembeler", &["assembler"]), + ("Inacccessible", &["inaccessible"]), + ("Reintantiating", &["reinstantiating"]), + ("Domapine", &["dopamine"]), + ("Superstitous", &["superstitious"]), + ("Unevaluted", &["unevaluated"]), + ("Entrie", &["entry", "entries"]), + ("Decifits", &["deficits"]), + ("Facillitate", &["facilitate"]), + ("Desentisized", &["desensitized"]), + ("Complted", &["completed"]), + ("Consdired", &["considered"]), + ("Anager", &["manager", "anger"]), + ("Identificato", &["identification"]), + ("Ownder", &["owner"]), + ("Implemening", &["implementing"]), + ("Feautures", &["features"]), + ("Modiration", &["moderation"]), + ("Decompreses", &["decompresses"]), + ("Numebr", &["number"]), + ("Szes", &["sizes"]), + ("Caulfilower", &["cauliflower"]), + ("Industrialied", &["industrialized"]), + ("Seperatley", &["separately"]), + ("Differnetiate", &["differentiate"]), + ("Influcence", &["influence"]), + ("Geneologies", &["genealogies"]), + ("Specimine", &["specimen"]), + ("Oppinions", &["opinions"]), + ("Attahed", &["attached"]), + ("Upgrads", &["upgrades"]), + ("Welcom", &["welcome"]), + ("Independante", &["independents"]), + ("Criteriom", &["criterion"]), + ("Particals", &["particles"]), + ("Nusance", &["nuisance"]), + ("Specifieed", &["specified"]), + ("Replacalbe", &["replaceable"]), + ("Explictily", &["explicitly"]), + ("Seledted", &["selected"]), + ("Indentification", &["identification"]), + ("Refletion", &["reflection"]), + ("Constructting", &["constructing"]), + ("Unathorised", &["unauthorised"]), + ("Deferals", &["deferrals"]), + ("Demmangled", &["demangled"]), + ("Programable", &["programmable"]), + ("Progessor", &["progressor"]), + ("Aritmetic", &["arithmetic"]), + ("Mutlitasking", &["multitasking"]), + ("Gthe", &["the"]), + ("Calulations", &["calculations"]), + ("Thinigs", &["things"]), + ("Consisently", &["consistently"]), + ("Coice", &["choice"]), + ("Prerogitive", &["prerogative"]), + ("Ampehtamine", &["amphetamine"]), + ("Compososite", &["composite"]), + ("Propehts", &["prophets"]), + ("Cilanto", &["cilantro"]), + ("Alrms", &["alarms"]), + ("Surrepetitiously", &["surreptitiously"]), + ("Enlargment", &["enlargement"]), + ("Supermarkers", &["supermarkets"]), + ("Idividually", &["individually"]), + ("Subsitutions", &["substitutions"]), + ("Addrass", &["address"]), + ("Receving", &["receiving"]), + ("Commemmorate", &["commemorate"]), + ("Verson", &["version"]), + ("Specilisations", &["specialisations"]), + ("Instntly", &["instantly"]), + ("Initaily", &["initially"]), + ("Pionere", &["pioneer"]), + ("Friendlis", &["friendlies"]), + ("Sprecialized", &["specialized"]), + ("Sysamdin", &["sysadmin"]), + ("Manufacterers", &["manufacturers"]), + ("Trnasmited", &["transmitted"]), + ("Destros", &["destroys"]), + ("Entraced", &["entranced"]), + ("Effortlessely", &["effortlessly"]), + ("Copyrigths", &["copyrights"]), + ("Deafult", &["default"]), + ("Rquest", &["request", "quest"]), + ("Detets", &["detects", "deletes"]), + ("Antialialised", &["antialiased"]), + ("Peapel", &["people"]), + ("Possbile", &["possible", "possibly"]), + ("Overhpyed", &["overhyped"]), + ("Percusssion", &["percussion"]), + ("Iluminate", &["illuminate"]), + ("Vehementy", &["vehemently"]), + ("Remvoves", &["removes"]), + ("Comuted", &["commuted", "computed"]), + ("Critisizing", &["criticizing"]), + ("Concepta", &["conceptual"]), + ("Dispensiary", &["dispensary"]), + ("Confidantial", &["confidential"]), + ("Presentase", &["presents"]), + ("Defamating", &["defamation"]), + ("Accet", &["accept"]), + ("Uncondisional", &["unconditional"]), + ("Posess", &["possess"]), + ("Quafeur", &["coiffure"]), + ("Distorto", &["distortion"]), + ("Braches", &["branches", "breaches"]), + ("Betrayeado", &["betrayed"]), + ("Queations", &["equations"]), + ("Chrsitianity", &["christianity"]), + ("Cambodican", &["cambodia"]), + ("Moderatorn", &["moderation"]), + ("Differnence", &["difference"]), + ("Transistioned", &["transitioned"]), + ("Sensationella", &["sensational"]), + ("Lcoally", &["locally"]), + ("Indicats", &["indicators", "indicates", "indicate"]), + ("Vunerability", &["vulnerability"]), + ("Agruments", &["arguments"]), + ("Poitn", &["point"]), + ("Disconects", &["disconnects"]), + ("Catterpilars", &["caterpillars"]), + ("Pouint", &["point"]), + ("Indes", &["index"]), + ("Inititializations", &["initializations"]), + ("Propulstion", &["propulsion"]), + ("Monopols", &["monopolies"]), + ("Accociates", &["associates"]), + ("Aregument", &["argument"]), + ("Perdicament", &["predicament"]), + ("Cahnge", &["change"]), + ("Insepects", &["inspects"]), + ("Receptionst", &["receptionist"]), + ("Fiedled", &["fielded"]), + ("Protlet", &["portlet"]), + ("Hime", &["him"]), + ("Complicati", &["complicit"]), + ("Prevente", &["prevented", "prevent"]), + ("Continentais", &["continents"]), + ("Materialsim", &["materialism"]), + ("Interit", &["inherit"]), + ("Dashboar", &["dashboard"]), + ("Apperances", &["appearances"]), + ("Panckaes", &["pancakes"]), + ("Indiciated", &["indicated"]), + ("Regurally", &["regularly"]), + ("Disillusionned", &["disillusioned"]), + ("Inveitably", &["inevitably"]), + ("Diamater", &["diameter"]), + ("Secretas", &["secrets"]), + ("Reminisentky", &["reminiscently"]), + ("Schizophrentic", &["schizophrenic"]), + ("Proficientcy", &["proficiency"]), + ("Organzing", &["organizing"]), + ("Spontaneouly", &["spontaneously"]), + ("Explicetly", &["explicitly"]), + ("Appraently", &["apparently"]), + ("Cataalogue", &["catalogue"]), + ("Increaseing", &["increasing"]), + ("Kyrillic", &["cyrillic"]), + ("Contribuie", &["contribute"]), + ("Providors", &["providers", "providores"]), + ("Speficillication", &["specification"]), + ("Terretories", &["territories"]), + ("Resolveres", &["resolves"]), + ("Quesr", &["quest"]), + ("Varned", &["warned"]), + ("Tese", &["these", "tease", "terse"]), + ("Apparenly", &["apparently"]), + ("Searchs", &["searches"]), + ("Diretives", &["directives"]), + ("Streammed", &["streamed"]), + ("Wieghtlifting", &["weightlifting"]), + ("Utlities", &["utilities"]), + ("Universiy", &["university"]), + ("Celesital", &["celestial"]), + ("Armagideon", &["armageddon"]), + ("Companians", &["companions"]), + ("Administrer", &["administer"]), + ("Charactersistics", &["characteristics"]), + ("Placemets", &["placements", "placemats"]), + ("Expeimenters", &["experimenters"]), + ("Meterial", &["material"]), + ("Scritped", &["scripted"]), + ("Conpilers", &["compilers"]), + ("Respecitvely", &["respectively"]), + ("Eyebrowns", &["eyebrows"]), + ("Varibaless", &["variables"]), + ("Indever", &["endeavor"]), + ("Endpint", &["endpoint"]), + ("Capitalsit", &["capitalists"]), + ("Sufficated", &["suffocated"]), + ("Narcisst", &["narcissist"]), + ("Midfiled", &["midfield"]), + ("Profesions", &["profession"]), + ("Gravitaitonal", &["gravitational"]), + ("Memmicking", &["mimicking"]), + ("Atomticly", &["automatically"]), + ("Supportted", &["supported"]), + ("Skippping", &["skipping"]), + ("Accoustic", &["acoustic"]), + ("Necessaray", &["necessary"]), + ("Refreshs", &["refreshes"]), + ("Fileystem", &["filesystem"]), + ("Mehod", &["method"]), + ("Extrac", &["extract"]), + ("Acceleartes", &["accelerates"]), + ("Timestaped", &["timestamped"]), + ("Remvoed", &["removed"]), + ("Niave", &["naive"]), + ("Opearating", &["operating"]), + ("Diffenrences", &["differences"]), + ("Marxisits", &["marxists"]), + ("Incurrs", &["incurs"]), + ("Creatien", &["creatine"]), + ("Institude", &["instituted"]), + ("Inconsitent", &["inconsistent"]), + ("Iteract", &["interact"]), + ("Tesitcles", &["testicles"]), + ("Cleaness", &["cleanness"]), + ("Cantact", &["contact"]), + ("Imaginatiei", &["imaginative"]), + ("Encarceration", &["incarceration"]), + ("Unxepectedly", &["unexpectedly"]), + ("Discriminare", &["discriminate"]), + ("Boeleans", &["booleans"]), + ("Yoru", &["your"]), + ("Inconsistensy", &["inconsistency"]), + ("Enounters", &["encounters"]), + ("Desctivates", &["deactivates"]), + ("Shepperding", &["shepherding"]), + ("Reinstatiation", &["reinstantiation"]), + ("Transpencies", &["transparencies"]), + ("Needlees", &["needles"]), + ("Maruader", &["marauder"]), + ("Provoded", &["provided"]), + ("Susseed", &["secede"]), + ("Fielesystems", &["filesystems"]), + ("Supermarkerts", &["supermarkets"]), + ("Applicble", &["applicable"]), + ("Heirarchy", &["hierarchy"]), + ("Antennaes", &["antennas"]), + ("Embassay", &["embassy"]), + ("Spekaing", &["speaking"]), + ("Arround", &["around"]), + ("Americares", &["americas"]), + ("Collater", &["collator"]), + ("Torandoes", &["tornadoes"]), + ("Manisfestations", &["manifestations"]), + ("Expesncive", &["expensive"]), + ("Massachussets", &["massachusetts"]), + ("Uncompreses", &["uncompresses"]), + ("Humanit", &["humanist"]), + ("Preinitalizing", &["preinitializing"]), + ("Compromized", &["compromised"]), + ("Mutatations", &["mutations"]), + ("Livilehood", &["livelihood"]), + ("Lolerant", &["tolerant"]), + ("Varibels", &["variables"]), + ("Resoourced", &["resourced"]), + ("Instabiliy", &["instability"]), + ("Restructing", &["restricting", "restructuring"]), + ("Storys", &["storeys"]), + ("Tramautic", &["traumatic"]), + ("Undesriable", &["undesirable"]), + ("Acquision", &["acquisition"]), + ("Attrubte", &["attribute"]), + ("Masqurade", &["masquerade"]), + ("Alternatley", &["alternately"]), + ("Shped", &["shaped", "shipped"]), + ("Sicinct", &["succinct"]), + ("Relatiate", &["retaliate"]), + ("Duraiton", &["duration"]), + ("Diffucult", &["difficult"]), + ("Surgestions", &["suggestions"]), + ("Sthe", &["the"]), + ("Dialouges", &["dialogues"]), + ("Verchews", &["virtues"]), + ("Asender", &["ascender"]), + ("Protocolos", &["protocols"]), + ("Polyar", &["polar"]), + ("Constructo", &["construction"]), + ("Persuated", &["persuade"]), + ("Retreive", &["retrieve"]), + ("Consntants", &["constants"]), + ("Recommondation", &["recommendation"]), + ("Entbook", &["netbook"]), + ("Configurato", &["configuration"]), + ("Understadns", &["understands"]), + ("Adivser", &["adviser"]), + ("Delimition", &["delimitation"]), + ("Floride", &["fluoride"]), + ("Spectaculair", &["spectacular"]), + ("Durring", &["during"]), + ("Montanna", &["montana"]), + ("Insersecting", &["intersecting"]), + ("Explicete", &["explicit", "explicitly"]), + ("Consipracy", &["conspiracy"]), + ("Animostiy", &["animosity"]), + ("Neds", &["needs"]), + ("Agnsoticism", &["agnosticism"]), + ("Initialiting", &["initializing"]), + ("Whis", &["this", "whisk"]), + ("Throthling", &["throttling"]), + ("Cotnaining", &["containing"]), + ("Deminstrations", &["demonstrations"]), + ("Headachs", &["headaches"]), + ("Dieabled", &["disabled"]), + ("Scondary", &["secondary"]), + ("Utiliztion", &["utilization"]), + ("Ablout", &["about"]), + ("Virbation", &["vibration"]), + ("Desinging", &["designing"]), + ("Superiorest", &["superiors"]), + ("Pedestirans", &["pedestrians"]), + ("Unavailible", &["unavailable"]), + ("Condenmation", &["condemnation"]), + ("Authencticator", &["authenticator"]), + ("Raphsody", &["rhapsody"]), + ("Hystericly", &["hysterical"]), + ("Furthurmore", &["furthermore"]), + ("Autoincrememnt", &["autoincrement"]), + ("Definently", &["definitely"]), + ("Elegently", &["elegantly"]), + ("Aquire", &["acquire"]), + ("Aniversary", &["anniversary"]), + ("Exhorbitent", &["exorbitant"]), + ("Modfification", &["modification"]), + ("Decieving", &["deceiving"]), + ("Checkt", &["checked"]), + ("Miht", &["might"]), + ("Hahve", &["have", "halve", "half"]), + ("Dermetologist", &["dermatologist"]), + ("Efficiant", &["efficient"]), + ("Apporve", &["approve"]), + ("Exceutors", &["executors"]), + ("Conclusiones", &["conclusions"]), + ("Executionier", &["executioner"]), + ("Varifies", &["verifies"]), + ("Regresives", &["regressive"]), + ("Condig", &["config"]), + ("Imgrants", &["migrants"]), + ("Couloumb", &["coulomb"]), + ("Publshers", &["publishers"]), + ("Specularite", &["speculative"]), + ("Executino", &["execution"]), + ("Anticipatin", &["anticipation"]), + ("Whipsered", &["whispered"]), + ("Commeted", &["commented", "competed"]), + ("Corinthains", &["corinthians"]), + ("Swtichover", &["switchover"]), + ("Histarically", &["historically"]), + ("Classicals", &["classics"]), + ("Engieers", &["engineers"]), + ("Renegotable", &["renegotiable"]), + ("Unmodifable", &["unmodifiable"]), + ("Automodorator", &["automoderator"]), + ("Convoultions", &["convolutions"]), + ("Ankshiosly", &["anxiously"]), + ("Experaments", &["experiments"]), + ("Paied", &["paid", "paired"]), + ("Inentory", &["inventory"]), + ("Consevible", &["conceivable"]), + ("Resovle", &["resolve"]), + ("Fonctionnal", &["functional"]), + ("Experimanents", &["experiments"]), + ("Mechancially", &["mechanically"]), + ("Committments", &["commitments"]), + ("Peices", &["pieces"]), + ("Szenarios", &["scenarios"]), + ("Trainign", &["training"]), + ("Scritpts", &["scripts"]), + ("Devine", &["define", "divine"]), + ("Metrolopis", &["metropolis"]), + ("Executioness", &["executions"]), + ("Composicion", &["composition"]), + ("Aprox", &["approx"]), + ("Alternavtively", &["alternatively"]), + ("Confuration", &["configuration"]), + ("Acknowledgemnt", &["acknowledgement"]), + ("Presidencial", &["presidential"]), + ("Consome", &["consume"]), + ("Systens", &["systems"]), + ("Arangement", &["arrangement"]), + ("Egaliterian", &["egalitarian"]), + ("Uneccessary", &["unnecessary"]), + ("Superpowereds", &["superpowers"]), + ("Oll", &["all", "ole", "old", "olly", "oil"]), + ("Discusting", &["discussing", "disgusting"]), + ("Withot", &["without"]), + ("Falcones", &["falcons"]), + ("Buitlin", &["builtin"]), + ("Simlified", &["simplified"]), + ("Earpeice", &["earpiece"]), + ("Negoptionsotiating", &["negotiating"]), + ("Retirever", &["retriever"]), + ("Archiectures", &["architectures"]), + ("Undesrtand", &["understands"]), + ("Experenced", &["experienced"]), + ("Initilisation", &["initialisation"]), + ("Kitites", &["kitties"]), + ("Misunderstandng", &["misunderstandings"]), + ("Gernades", &["grenades"]), + ("Zobriust", &["zobrist"]), + ("Booees", &["buoys"]), + ("Sryinge", &["syringe"]), + ("Discoveryd", &["discovered"]), + ("Anayslis", &["analysis"]), + ("Permutions", &["permutations"]), + ("Persisited", &["persisted"]), + ("Virttually", &["virtually"]), + ("Intriuge", &["intrigue"]), + ("Treatmens", &["treatments"]), + ("Fonction", &["function"]), + ("Perfomamce", &["performance"]), + ("Accomodates", &["accommodates"]), + ("Hellucination", &["hallucination"]), + ("Existenta", &["existential"]), + ("Toglle", &["toggle"]), + ("Enthusuastic", &["enthusiastic"]), + ("Unkwown", &["unknown"]), + ("Incalid", &["invalid"]), + ("Nihilsim", &["nihilism"]), + ("Neighbeordhood", &["neighborhood"]), + ("Cilent", &["client", "silent"]), + ("Depostied", &["deposited"]), + ("Snpashot", &["snapshot"]), + ("Appreciato", &["appreciation"]), + ("Comapare", &["compare"]), + ("Vigilanty", &["vigilante"]), + ("Retributivo", &["retribution"]), + ("Indonistan", &["indonesian"]), + ("Storeble", &["storable"]), + ("Reintepret", &["reinterpret"]), + ("Wmpty", &["empty"]), + ("Inpossible", &["impossible"]), + ("Fascinatinf", &["fascination"]), + ("Standarisation", &["standardisation"]), + ("Napoleonian", &["napoleonic"]), + ("Trinkes", &["trinkets"]), + ("Inquisistor", &["inquisitor"]), + ("Consquently", &["consequently"]), + ("Adresses", &["addresses"]), + ("Norwegain", &["norwegian"]), + ("Algorritms", &["algorithms"]), + ("Diagonse", &["diagnose"]), + ("Continuousle", &["continuously"]), + ("Daclaration", &["declaration"]), + ("Integarte", &["integrate"]), + ("Cacncel", &["cancel"]), + ("Inconcequential", &["inconsequential"]), + ("Presitigous", &["prestigious"]), + ("Conecctivities", &["connectivities"]), + ("Debugggee", &["debuggee"]), + ("Intialise", &["initialise"]), + ("Seperaly", &["separately"]), + ("Prdpagates", &["propagates"]), + ("Executabled", &["executable", "executables"]), + ("Researved", &["reserved"]), + ("Awknowledging", &["acknowledging"]), + ("Explicatie", &["explicit"]), + ("Dissopointed", &["disappointed"]), + ("Netocde", &["netcode"]), + ("Etenders", &["extenders", "attenders"]), + ("Enchamtment", &["enchantment"]), + ("Presicely", &["precisely"]), + ("Monumnets", &["monuments"]), + ("Serailzed", &["serialized"]), + ("Defintaly", &["defiantly"]), + ("Carnavores", &["carnivores"]), + ("Porletariat", &["proletariat"]), + ("Decoses", &["decodes"]), + ("Permiere", &["premiere"]), + ("Pipleline", &["pipeline"]), + ("Flavord", &["flavored"]), + ("Tichness", &["thickness"]), + ("Enumarates", &["enumerates"]), + ("Ajusted", &["adjusted"]), + ("Questionsign", &["questioning"]), + ("Fiorst", &["first"]), + ("Asignment", &["assignment"]), + ("Mathwes", &["mathews"]), + ("Resisten", &["resistance"]), + ("Exlcusively", &["exclusively"]), + ("Tranversal", &["transversal", "traversal"]), + ("Popoulator", &["populator"]), + ("Comparativly", &["comparatively"]), + ("Evaluatate", &["evaluate"]), + ("Fesitve", &["festive"]), + ("Overwrittes", &["overwrites"]), + ("Enehanced", &["enhanced"]), + ("Tradional", &["traditional"]), + ("Spefier", &["specifier"]), + ("Formativos", &["formations"]), + ("Restriktive", &["restrictive"]), + ("Distuingish", &["distinguish"]), + ("Insuffucient", &["insufficient"]), + ("Persumably", &["presumably"]), + ("Roelplay", &["roleplay"]), + ("Scipt", &["script", "skipped"]), + ("Complaince", &["compliance"]), + ("Decrpt", &["decrypt"]), + ("Flagg", &["flag"]), + ("Precendencies", &["precedences"]), + ("Sacrefices", &["sacrifices"]), + ("Resstriction", &["restriction"]), + ("Organizatinal", &["organizational"]), + ("Becauce", &["because"]), + ("Indefinitiley", &["indefinitely"]), + ("Catholocisim", &["catholicism"]), + ("Tring", &["trying", "string", "ring"]), + ("Professoinal", &["professionals"]), + ("Inefficency", &["inefficiency"]), + ("Repraesentation", &["representation"]), + ("Descentants", &["descendants"]), + ("Apeal", &["appeal"]), + ("Showede", &["showered"]), + ("Professionials", &["professionalism"]), + ("Configuratoin", &["configurations", "configuration"]), + ("Tempurature", &["temperature"]), + ("Refrigerador", &["refrigerator"]), + ("Chossen", &["chosen"]), + ("Interprut", &["interrupt"]), + ("Geogrpahically", &["geographically"]), + ("Bascily", &["basically"]), + ("Desgin", &["design"]), + ("Occure", &["occur", "occurred"]), + ("Ralative", &["relative"]), + ("Condradictions", &["contradictions"]), + ("Convertirea", &["converter"]), + ("Senintels", &["sentinels"]), + ("Quitely", &["quietly", "quite"]), + ("Fridey", &["friday"]), + ("Restat", &["restart"]), + ("Misunderstaning", &["misunderstanding"]), + ("Mormalizes", &["normalizes"]), + ("Possessess", &["possesses"]), + ("Fermentacion", &["fermentation"]), + ("Roganisms", &["organisms"]), + ("Namesd", &["named", "names"]), + ("Determing", &["determining", "determine"]), + ("Beleiver", &["believer"]), + ("Justs", &["just"]), + ("Allocatedp", &["allocated"]), + ("Intiallly", &["initially"]), + ("Automatonic", &["automation"]), + ("Putpose", &["purpose"]), + ("Bouned", &["bounded"]), + ("Decreas", &["decrease"]), + ("Maketplace", &["marketplace"]), + ("Porgramme", &["programme"]), + ("Swearshirt", &["sweatshirt"]), + ("Redliens", &["redlines"]), + ("Coproration", &["corporation"]), + ("Teminator", &["terminator"]), + ("Picknic", &["picnic"]), + ("Thrities", &["thirties"]), + ("Smpt", &["smtp", "smtpe"]), + ("Valubale", &["valuable"]), + ("Workdpace", &["workspace"]), + ("Defacation", &["defamation"]), + ("Manetaining", &["maintaining"]), + ("Mdoels", &["models"]), + ("Typicallly", &["typically"]), + ("Toppingest", &["toppings"]), + ("Publicani", &["publication"]), + ("Asumption", &["assumption"]), + ("Abstrated", &["abstracted"]), + ("Quitted", &["quit"]), + ("Speceficly", &["specifically"]), + ("Directes", &["directs"]), + ("Terorrism", &["terrorism"]), + ("Destoy", &["destroy"]), + ("Procedres", &["procedures"]), + ( + "Initiales", + &["initials", "initialise", "initializes", "initialises"], + ), + ("Pernamently", &["permanently"]), + ("Surronded", &["surrounded"]), + ("Dupliacte", &["duplicate"]), + ("Redunancy", &["redundancy"]), + ("Investigationes", &["investigations"]), + ("Relacatable", &["relocatable"]), + ("Presenning", &["presenting"]), + ("Threatend", &["threatened"]), + ("Conerter", &["converter"]), + ("Ultraound", &["ultrasound"]), + ("Pertended", &["pretended"]), + ("Opportunties", &["opportunities"]), + ("Anectotally", &["anecdotally"]), + ("Arhives", &["archives"]), + ("Inhabitats", &["inhabitants"]), + ("Ocnfiguration", &["configuration"]), + ("Transylvannia", &["transylvania"]), + ("Apparant", &["apparent"]), + ("Sponzored", &["sponsored"]), + ("Filesysems", &["filesystems"]), + ("Benevloent", &["benevolent"]), + ("Discuused", &["discussed"]), + ("Plcaes", &["places"]), + ("Influented", &["influenced"]), + ("Appropriage", &["appropriate"]), + ("Cerifying", &["certifying", "verifying"]), + ("Pennal", &["panel"]), + ("Apreteated", &["appreciated"]), + ("Suprising", &["surprising"]), + ("Renegotiotions", &["renegotiations"]), + ("Coloardo", &["colorado"]), + ("Maybilline", &["maybelline"]), + ("Experimetent", &["experiment"]), + ("Populair", &["popular"]), + ("Tesellated", &["tessellated"]), + ("Absoluthly", &["absolutely"]), + ("Mathematicks", &["mathematics"]), + ("Pretendend", &["pretended"]), + ("Cpatains", &["captains"]), + ("Welll", &["well"]), + ("Implmenetaions", &["implementations"]), + ("Enlightend", &["enlightened"]), + ("Armorment", &["armament"]), + ("Susbsystems", &["subsystems"]), + ("Approxamately", &["approximately"]), + ("Reuest", &["request"]), + ("Speeling", &["spelling"]), + ("Execusive", &["exclusive"]), + ("Subsitutuents", &["substituents"]), + ("Supressed", &["suppressed"]), + ("Srirachia", &["sriracha"]), + ("Decern", &["discern"]), + ("Reacheable", &["reachable"]), + ("Nonsens", &["nonsense"]), + ("Shpped", &["shipped"]), + ("Itens", &["items"]), + ("Propotional", &["proportional", "promotional"]), + ("Youo", &["you"]), + ("Proconceived", &["preconceived"]), + ("Infestato", &["infestation"]), + ("Immesnely", &["immensely"]), + ("Visualizating", &["visualization"]), + ("Juggernout", &["juggernaut"]), + ("Repoerter", &["reporter"]), + ("Triggeresd", &["triggered"]), + ("Faught", &["fought"]), + ("Panthoen", &["pantheon"]), + ("Enabe", &["enable"]), + ("Civilizatons", &["civilizations"]), + ("Meens", &["means"]), + ("Wonderfuly", &["wonderfully"]), + ("Dekstops", &["desktops"]), + ("Alled", &["called", "allied"]), + ("Minature", &["miniature"]), + ("Conditionnal", &["conditional"]), + ("Stange", &["strange"]), + ("Expecation", &["expectation"]), + ("Vehciles", &["vehicles"]), + ("Perserves", &["preserves"]), + ("Exsist", &["exists", "exist"]), + ("Navtives", &["natives"]), + ("Algorythem", &["algorithm"]), + ("Rediculous", &["ridiculous"]), + ("Udnerpowered", &["underpowered"]), + ("Songling", &["singling", "dongling"]), + ("Perview", &["preview", "purview"]), + ("Insetead", &["instead"]), + ("Raotat", &["rotate"]), + ("Elememt", &["element"]), + ("Compatablities", &["compatibilities"]), + ("Enntries", &["entries"]), + ("Reprepresents", &["represents"]), + ("Emperial", &["imperial"]), + ("Exagerrates", &["exaggerates"]), + ("Experiminting", &["experimenting"]), + ("Deduplicacion", &["deduplication"]), + ("Orchestarted", &["orchestrated"]), + ("Activationg", &["activating"]), + ("Follfowing", &["following"]), + ("Consensis", &["consensus"]), + ("Mininum", &["minimum"]), + ("Warninng", &["warning"]), + ("Forwading", &["forwarding"]), + ("Arival", &["arrival"]), + ("Paychologists", &["psychologists"]), + ("Cathloic", &["catholic"]), + ("Contractos", &["contracts"]), + ("Depretiates", &["depreciates", "deprecates"]), + ("Inherting", &["inheriting"]), + ("Speparate", &["separate"]), + ("Folowinwg", &["following"]), + ("Convertie", &["convertible"]), + ("Similarlly", &["similarly"]), + ("Whith", &["with", "which"]), + ("Probabilisitic", &["probabilistic"]), + ("Vicintiy", &["vicinity"]), + ("Negotionated", &["negotiated"]), + ("Ameelarating", &["ameliorating"]), + ("Tansparent", &["transparent"]), + ("Approacing", &["approaching"]), + ("Hypotheticaly", &["hypothetically"]), + ("Pharmasuticaly", &["pharmaceutical"]), + ("Burgundry", &["burgundy"]), + ("Inviation", &["invitation"]), + ("Inable", &["enable", "unable"]), + ("Equivivalent", &["equivalent"]), + ("Discconect", &["disconnect"]), + ("Inspiracion", &["inspiration"]), + ("Alignation", &["alignment"]), + ("Similia", &["similar"]), + ("Consideratin", &["considerations"]), + ("Dialectos", &["dialects"]), + ("Widht", &["width"]), + ("Availabed", &["available"]), + ("Magolia", &["magnolia"]), + ("Shoudld", &["should"]), + ("Fatigure", &["fatigue"]), + ("Overiding", &["overriding"]), + ("Occassionaly", &["occasionally"]), + ("Punissable", &["punishable"]), + ("Hallaluja", &["hallelujah"]), + ("Homogenous", &["homogeneous"]), + ("Diplimatic", &["diplomatic"]), + ("Rumatic", &["rheumatic"]), + ("Profling", &["profiling"]), + ("Pasred", &["parsed"]), + ("Inefficienct", &["inefficient"]), + ("Processig", &["processing"]), + ("Degraderad", &["degraded"]), + ("Projcet", &["project"]), + ("Wierd", &["weird"]), + ("Commishioner", &["commissioner"]), + ("Readyness", &["readiness"]), + ("Kidknapped", &["kidnapped"]), + ("Imperialstic", &["imperialist"]), + ("Inbrase", &["embrace"]), + ("Volunteeer", &["volunteers"]), + ("Subproccese", &["subprocess"]), + ("Whill", &["while", "will"]), + ("Compatablity", &["compatibility"]), + ("Modfiying", &["modifying"]), + ("Caugt", &["caught"]), + ("Arbitrariliy", &["arbitrarily"]), + ("Inershia", &["inertia"]), + ("Redistirbution", &["redistribution"]), + ("Symbolisch", &["symbolic"]), + ("Encapsualtes", &["encapsulates"]), + ("Vartex", &["vertex"]), + ("Algoprithmically", &["algorithmically"]), + ("Asure", &["assure"]), + ("Triks", &["tricks", "trikes"]), + ("Idealisitc", &["idealistic"]), + ("Iomaped", &["iomapped"]), + ("Clusetr", &["cluster"]), + ("Feautres", &["features"]), + ("Bounndary", &["boundary"]), + ("Anntations", &["annotations"]), + ("Benagls", &["bengals"]), + ("Electromangetic", &["electromagnetic"]), + ("Proporition", &["proposition"]), + ("Uprade", &["upgrade"]), + ("Suspedn", &["suspend"]), + ("Correccion", &["correction"]), + ("Contanimate", &["contaminated"]), + ("Accelerar", &["accelerator"]), + ("Ileagle", &["illegal"]), + ("Ocupies", &["occupies"]), + ("Pytyon", &["python"]), + ("Silhoueted", &["silhouetted"]), + ("Secruity", &["security"]), + ("Confussion", &["confession"]), + ("Perforemd", &["performed"]), + ("Expendeble", &["expendable"]), + ("Ciguret", &["cigaret"]), + ("Calucaltion", &["calculation"]), + ("Posibilities", &["possibilities"]), + ("Realiy", &["really"]), + ("Componemt", &["component"]), + ("Whle", &["while"]), + ("Auotcorrect", &["autocorrect"]), + ("Trignametric", &["trigonometric"]), + ("Canonalized", &["canonicalized"]), + ("Camboda", &["cambodia"]), + ("Restanti", &["restarting"]), + ("Actuaally", &["actually"]), + ("Functionon", &["function"]), + ("Teampseak", &["teamspeak"]), + ("Experimantation", &["experimentation"]), + ("Sorrounded", &["surrounded"]), + ("Interpoloate", &["interpolate"]), + ("Archtype", &["archetype"]), + ("Qiest", &["quest"]), + ("Dimensionaility", &["dimensionality"]), + ("Termanology", &["terminology"]), + ("Desplay", &["display"]), + ("Morever", &["moreover"]), + ("Consideraste", &["considerate"]), + ("Bayonent", &["bayonet"]), + ("Massachustts", &["massachusetts"]), + ("Acknoweldges", &["acknowledges"]), + ("Abbrevation", &["abbreviation"]), + ("Achors", &["anchors"]), + ("Energis", &["energies"]), + ("Moent", &["moment"]), + ("Descrtiptions", &["descriptions"]), + ("Contuinity", &["continuity"]), + ("Pusblishing", &["publishing"]), + ("Enviornmentally", &["environmentally"]), + ("Unhelathy", &["unhealthy"]), + ("Paritals", &["partials"]), + ("Anual", &["annual"]), + ("Negotaiate", &["negotiate"]), + ("Renegotioted", &["renegotiated"]), + ("Spellign", &["spelling"]), + ("Appliacable", &["applicable"]), + ("Bulletproff", &["bulletproof"]), + ("Presumptuos", &["presumptuous"]), + ("Sequemces", &["sequences"]), + ("Cliuent", &["client"]), + ("Iself", &["itself"]), + ("Professoras", &["professors"]), + ("Impleting", &["implementing"]), + ("Rescourcing", &["resourcing"]), + ("Tehnical", &["technical"]), + ("Omage", &["homage"]), + ("Heroicas", &["heroics"]), + ("Adrerss", &["address"]), + ("Tentacuel", &["tentacle"]), + ("Mosnter", &["monster"]), + ("Migare", &["migrate"]), + ("Wil", &["will", "well"]), + ("Kubenretes", &["kubernetes"]), + ("Prohibitted", &["prohibited"]), + ("Corrrupted", &["corrupted"]), + ("Reletnless", &["relentless"]), + ("Headseat", &["headset"]), + ("Acccessors", &["accessors"]), + ("Independnent", &["independent"]), + ("Stimulli", &["stimuli"]), + ("Dissallow", &["disallow"]), + ("Counceling", &["counseling"]), + ("Sacrifacing", &["sacrificing"]), + ("Initialzing", &["initializing"]), + ("Useage", &["usage"]), + ("Melineum", &["millennium"]), + ("Rekursive", &["recursive"]), + ("Ineficient", &["inefficient"]), + ("Prostprocessing", &["postprocessing"]), + ("Dionsaur", &["dinosaur"]), + ("Irradate", &["irradiate"]), + ("Enfore", &["enforce"]), + ("Expendible", &["expendable"]), + ("Completetion", &["completion"]), + ("Signigns", &["signings"]), + ("Revolutoins", &["revolutionss"]), + ("Mouspointer", &["mousepointer"]), + ("Reqests", &["requests"]), + ("Mchanic", &["mechanic"]), + ("Attrubure", &["attribute"]), + ("Sychronize", &["synchronize"]), + ("Fruadulent", &["fraudulent"]), + ("Assoction", &["association"]), + ("Vertica", &["vertical"]), + ("Defaulats", &["defaults"]), + ("Lauches", &["launches"]), + ("Macrow", &["macro"]), + ("Baptims", &["baptism"]), + ("Bakcrefs", &["backrefs"]), + ("Undernieth", &["underneath"]), + ("Treate", &["treat"]), + ("Mariage", &["marriage"]), + ("Cencretely", &["concretely"]), + ("Mutlipler", &["multiplier", "multiple"]), + ("Coment", &["comment"]), + ("Anaylser", &["analyser"]), + ("Speelling", &["spelling"]), + ("Apprecaites", &["appreciates"]), + ("Muscician", &["musician"]), + ("Consuelling", &["counselling"]), + ("Competant", &["competent"]), + ("Inaugures", &["inaugurates"]), + ("Predefineds", &["predefined"]), + ("Creativily", &["creatively"]), + ("Thoeretical", &["theoretical"]), + ("Overrading", &["overriding"]), + ("Phemonenon", &["phenomenon"]), + ("Farmasudical", &["pharmaceutical"]), + ("Retsart", &["restart"]), + ("Instale", &["install"]), + ("Obvoiusly", &["obviously"]), + ("Consideren", &["considered"]), + ("Prematurelly", &["prematurely"]), + ("Elememts", &["elements"]), + ("Outputing", &["outputting"]), + ("Civilizaton", &["civilization"]), + ("Allcating", &["allocating"]), + ("Sepearate", &["separate"]), + ("Slipperies", &["slippers"]), + ("Handleing", &["handling"]), + ("Legitemately", &["legitimately"]), + ("Undeinable", &["undeniable"]), + ("Catche", &["catch"]), + ("Verticallity", &["vertically"]), + ("Subtances", &["substances"]), + ("Indisious", &["insidious"]), + ("Sacramenno", &["sacramento"]), + ("Disappered", &["disappeared"]), + ("Paraprhase", &["paraphrase"]), + ("Durtaion", &["duration"]), + ("Independet", &["independent"]), + ("Revolutionair", &["revolutionary"]), + ("Veriations", &["variations"]), + ("Costomer", &["customer"]), + ("Toothbruch", &["toothbrush"]), + ("Hirearchy", &["hierarchy"]), + ("Dissapearing", &["disappearing"]), + ("Explecitily", &["explicitly"]), + ("Porfolio", &["portfolio"]), + ("Noticalbe", &["noticeable"]), + ("Asssociated", &["associated"]), + ("Languanages", &["languages"]), + ("Conenctivity", &["connectivity"]), + ("Dermined", &["determined"]), + ("Affirmate", &["affirmative"]), + ("Parahprase", &["paraphrase"]), + ("Syclic", &["cyclic", "psychic"]), + ("Genuinley", &["genuinely"]), + ("Speace", &["peace", "space"]), + ("Bui", &["buoy", "buy"]), + ("Monatge", &["montage"]), + ("Dicarding", &["discarding"]), + ("Muslces", &["muscles"]), + ("Settiings", &["settings"]), + ("Esgers", &["edgers"]), + ("Scrolld", &["scrolled"]), + ("Protectos", &["protectors"]), + ("Spesified", &["specified"]), + ("Pediod", &["period"]), + ("Swaers", &["swears"]), + ("Agonsticism", &["agnosticism"]), + ("Itterable", &["iterable"]), + ("Jstu", &["just"]), + ("Gaurenteed", &["guaranteed"]), + ("Supprt", &["support"]), + ("Benghazzi", &["benghazi"]), + ("Tirggered", &["triggered"]), + ("Encosers", &["encoders"]), + ("Montania", &["montana"]), + ("Accodring", &["according"]), + ("Modiying", &["modifying"]), + ("Respone", &["response", "respond"]), + ("Commnent", &["comment"]), + ("Rovide", &["provide"]), + ("Entitee", &["entity"]), + ("Trabsform", &["transform"]), + ("Servantes", &["servants"]), + ("Dericterys", &["directories"]), + ("Termperature", &["temperature"]), + ("Supervisoras", &["supervisors"]), + ("Becauses", &["because"]), + ("Scriptores", &["scriptures"]), + ("Prematurily", &["prematurely"]), + ("Overriting", &["overwriting"]), + ("Avtive", &["active"]), + ("Crypted", &["encrypted"]), + ("Paintin", &["painting"]), + ("Aynchronous", &["asynchronous"]), + ("Comiplers", &["compilers"]), + ("Plasticos", &["plastics"]), + ("Journaal", &["journal"]), + ("Biologiset", &["biologist"]), + ("Versitality", &["versatility"]), + ("Analyed", &["analysed", "analyzed"]), + ("Implicatia", &["implicit"]), + ("Diamaters", &["diameters"]), + ("Elemenent", &["element"]), + ("Algortism", &["algorithm"]), + ("Inobtrusive", &["unobtrusive"]), + ("Northren", &["northern"]), + ("Editting", &["editing"]), + ("Humouros", &["humorous"]), + ("Vendeta", &["vendetta"]), + ("Spiltting", &["splitting"]), + ("Hadlers", &["handler"]), + ("Phillippines", &["philippines"]), + ("Outoing", &["outdoing", "outgoing", "outing"]), + ("Collectin", &["collection"]), + ("Dependenceny", &["dependency"]), + ("Regenratet", &["regenerated"]), + ("Troosos", &["trousseaus", "trousseaux"]), + ("Contining", &["containing", "continuing"]), + ("Muesums", &["museums"]), + ("Algortithmically", &["algorithmically"]), + ("Determinee", &["determine"]), + ("Exhaustn", &["exhaustion"]), + ("Mismached", &["mismatched"]), + ("Detailes", &["details"]), + ("Raspbery", &["raspberry"]), + ("Srinked", &["shrunk"]), + ("Voyouristically", &["voyeuristically"]), + ("Absolete", &["absolute", "obsolete"]), + ("Undercunt", &["undercut"]), + ("Exhcuast", &["exhaust"]), + ("Detemining", &["determining"]), + ("Unaivalable", &["unavailable"]), + ("Expermimentations", &["experimentations"]), + ("Studetns", &["students"]), + ("Enoung", &["enough"]), + ("Percusson", &["percussion"]), + ("Subconcsious", &["subconscious"]), + ("Transitiond", &["transitioned"]), + ("Intquired", &["inquired"]), + ("Pscyhopaths", &["psychopaths"]), + ("Acheeves", &["achieves"]), + ("Backround", &["background"]), + ("Perferrably", &["preferably"]), + ("Furished", &["furnished"]), + ("Officeals", &["officials"]), + ("Philippinnes", &["philippines"]), + ("Strangreal", &["strangle"]), + ("Hanuted", &["haunted"]), + ("Givien", &["given"]), + ("Determintes", &["determines"]), + ("Desoriented", &["disoriented"]), + ("Costumary", &["customary"]), + ("Cofigurations", &["configurations"]), + ("Acknowleding", &["acknowledging"]), + ("Delimitiers", &["delimiters"]), + ("Subsitutuent", &["substituent"]), + ("Moderateurs", &["moderates"]), + ("Amonut", &["amount"]), + ("Exclsuives", &["exclusives"]), + ("Vriables", &["variables"]), + ("Nessesarily", &["necessarily"]), + ("Phyisque", &["physique"]), + ("Experence", &["experience"]), + ("Dissatisfed", &["dissatisfied"]), + ("Initailization", &["initialization"]), + ("Cardianl", &["cardinal"]), + ("Intelectual", &["intellectual"]), + ("Throu", &["thru"]), + ("Platformt", &["platforms"]), + ("Scandanivian", &["scandinavian"]), + ("Streoid", &["steroid"]), + ("Aussian", &["gaussian", "russian", "austrian"]), + ("Solutiin", &["solution"]), + ("Arbitrarilly", &["arbitrarily"]), + ("Intelligable", &["intelligible"]), + ("Bboolean", &["boolean"]), + ("Boostrap", &["bootstrap"]), + ("Cringely", &["cringey"]), + ("Installent", &["installment"]), + ("Algorithimcally", &["algorithmically"]), + ("Arrray", &["array"]), + ("Delimitis", &["delimits"]), + ("Afair", &["affair"]), + ("Sticthed", &["stitched"]), + ("Friendboned", &["friendzoned"]), + ("Uninitalizes", &["uninitializes"]), + ("Demonstarted", &["demonstrated"]), + ("Framethrower", &["flamethrower"]), + ("Swown", &["shown"]), + ("Asynchroous", &["asynchronous"]), + ("Nullfiy", &["nullify"]), + ("Assingnment", &["assignment"]), + ("Scholarstic", &["scholastic", "scholarly"]), + ("Theoreticall", &["theoretically"]), + ("Extactly", &["exactly"]), + ("Enumaration", &["enumeration"]), + ("Appreiciate", &["appreciate"]), + ("Choicers", &["choices"]), + ("Evem", &["even", "ever"]), + ("Storaged", &["stored", "storages"]), + ("Devlopper", &["developer"]), + ("Identifers", &["identifiers"]), + ("Structres", &["structures"]), + ("Disccuss", &["discuss"]), + ("Renegotating", &["renegotiating"]), + ("Asnychronoue", &["asynchronous"]), + ("Prinf", &["print", "printf", "sprintf"]), + ("Initiatve", &["initiate"]), + ("Metropolitaine", &["metropolitan"]), + ("Goind", &["going"]), + ("Unmodfieid", &["unmodified"]), + ("Precondtionner", &["preconditioner"]), + ("Situtations", &["situations"]), + ("Relativisme", &["relatives"]), + ("Preppented", &["prepended"]), + ("Manevuer", &["maneuver"]), + ("Positionof", &["position"]), + ("Forfited", &["forfeited"]), + ("Councellors", &["councillors", "counsellors"]), + ("Suppreses", &["suppress"]), + ("Progreess", &["progress"]), + ("Advsie", &["advise"]), + ("Pelase", &["please"]), + ("Dissambly", &["disassembly"]), + ("Thyriod", &["thyroid"]), + ("Retaliers", &["retailers"]), + ("Temafights", &["teamfights"]), + ("Preprared", &["prepared"]), + ("Escalted", &["escalated"]), + ("Tryed", &["tried"]), + ("Sensative", &["sensitive"]), + ("Rolepaly", &["roleplay"]), + ("Appropropriate", &["appropriate"]), + ("Garnison", &["garrison"]), + ("Happenend", &["happened"]), + ("Degnerated", &["degenerated"]), + ("Speficifations", &["specifications"]), + ("Succeedes", &["succeeds"]), + ("Exclusivley", &["exclusively"]), + ("Spartsn", &["spartans"]), + ("Havign", &["having"]), + ("Percengtage", &["percentages"]), + ("Predecesors", &["predecessors"]), + ("Banch", &["bank", "branch", "bench"]), + ("Sepecifed", &["specified"]), + ("Reimplmenet", &["reimplement"]), + ("Recontructs", &["reconstructs"]), + ("Ducument", &["document"]), + ("Desig", &["design"]), + ("Protistants", &["protestants"]), + ("Apapted", &["adapted"]), + ("Presistent", &["persistent"]), + ("Trnasmit", &["transmit"]), + ("Genreating", &["generating"]), + ("Mysteriosly", &["mysteriously"]), + ("Temproay", &["temporary"]), + ("Difenitly", &["definitely"]), + ("Microtransactioms", &["microtransactions"]), + ("Managerment", &["management"]), + ("Prodecure", &["procedure"]), + ("Spiritualty", &["spirituality"]), + ("Berkley", &["berkeley"]), + ("Materalists", &["materialist"]), + ("Compay", &["company"]), + ("Stanard", &["standard"]), + ("Preferrring", &["preferring"]), + ("Taht", &["that"]), + ("Senerity", &["serenity"]), + ("Instnces", &["instances"]), + ("Compelation", &["compilation"]), + ("Indefintly", &["indefinitely"]), + ("Emense", &["immense"]), + ("Infektious", &["infectious"]), + ("Approproximately", &["approximately"]), + ("Unapprieciative", &["unappreciative"]), + ("Crdit", &["credit"]), + ("Ggogle", &["goggle", "google"]), + ("Toruisty", &["touristy"]), + ("Entreprenuer", &["entrepreneur"]), + ("Surfcae", &["surface"]), + ("Scrach", &["scratch"]), + ("Bluebarries", &["blueberries"]), + ("Pasturized", &["pasteurized"]), + ("Eliptic", &["elliptic"]), + ("Extaction", &["extraction"]), + ("Allocatation", &["allocation"]), + ("Proportionnal", &["proportional"]), + ("Raspoberry", &["raspberry"]), + ("Doocumented", &["documented"]), + ("Ilterate", &["literate"]), + ("Cuted", &["cut", "cute", "cuter"]), + ("Relegetion", &["relegation"]), + ("Univrsal", &["universal"]), + ("Obtaine", &["obtain", "obtained", "obtains"]), + ("Actine", &["active"]), + ("Realiste", &["realise"]), + ("Brainwasing", &["brainwashing"]), + ("Unexpectely", &["unexpectedly"]), + ("Liqiuds", &["liquids"]), + ("Unreacahble", &["unreachable"]), + ("Sepeartor", &["separator"]), + ("Disadvantges", &["disadvantages"]), + ("Artficial", &["artificial"]), + ("Spefial", &["special"]), + ("Charactarization", &["characterization"]), + ("Delimitors", &["delimiters"]), + ("Schmeas", &["schemas"]), + ("Detroys", &["destroys"]), + ("Codespel", &["codespell"]), + ("Somethingest", &["somethings"]), + ("Cylic", &["cyclic"]), + ("Coutnering", &["countering"]), + ("Addresst", &["address", "addressed"]), + ("Fauilures", &["failures"]), + ("Eveluators", &["evaluators"]), + ("Nervious", &["nervous"]), + ("Epect", &["expect"]), + ("Langht", &["length"]), + ("Persitently", &["persistently"]), + ("Umark", &["unmark"]), + ("Discriminted", &["discriminated"]), + ("Poisones", &["poisons"]), + ("Hurriganes", &["hurricanes"]), + ("Perosnality", &["personality"]), + ("Disscover", &["discover"]), + ("Mutatiohn", &["mutation"]), + ("Stuf", &["stuff"]), + ("Minimze", &["minimize"]), + ("Enusure", &["ensure"]), + ("Assmebles", &["assembles"]), + ("Manufactureros", &["manufactures"]), + ("Pecision", &["precision"]), + ("Gratituous", &["gratuitous"]), + ("Monstrasity", &["monstrosity"]), + ("Micrsoft", &["microsoft"]), + ("Underwheling", &["underwhelming"]), + ("Bazare", &["bazaar", "bizarre"]), + ("Billingualism", &["bilingualism"]), + ("Tournamets", &["tournaments"]), + ("Commontly", &["commonly"]), + ("Statitic", &["statistic"]), + ("Inaccesible", &["inaccessible"]), + ("Imporoting", &["importing"]), + ("Dicline", &["decline"]), + ("Potentiomenter", &["potentiometer"]), + ("Coallece", &["coalesce"]), + ("Mportant", &["important"]), + ("Ardvark", &["aardvark"]), + ("Scripots", &["scripts"]), + ("Prominantely", &["prominently"]), + ("Tpos", &["typos"]), + ("Canceles", &["cancels"]), + ("Milwakuee", &["milwaukee"]), + ("Ptherad", &["pthread"]), + ("Sensable", &["sensible"]), + ("Emotionaly", &["emotionally"]), + ("Indistuingishable", &["indistinguishable"]), + ("Decutables", &["deductibles"]), + ("Ingestigator", &["investigator"]), + ("Facsinated", &["fascinated"]), + ("Dilema", &["dilemma"]), + ("Defaint", &["defiant"]), + ("Necessitive", &["necessities"]), + ("Faulsure", &["failure"]), + ("Befure", &["before"]), + ("Improbabe", &["improbable"]), + ("Neighbouts", &["neighbours"]), + ("Renegotioations", &["renegotiations"]), + ("Sophmores", &["sophomores"]), + ("Strikethough", &["strikethrough"]), + ("Betcause", &["because"]), + ("Cahnnel", &["channel"]), + ("Firmnware", &["firmware"]), + ("Algoritmically", &["algorithmically"]), + ("Lannasters", &["lannisters"]), + ("Fubding", &["funding"]), + ("Remoive", &["remove"]), + ("Charisa", &["charisma"]), + ("Organsiations", &["organisations"]), + ("Trianglular", &["triangular"]), + ("Sentationalist", &["sensationalist"]), + ("Automaticlly", &["automatically"]), + ("Symbsol", &["symbol"]), + ("Maximumn", &["maximum"]), + ("Associateed", &["associated"]), + ("Adaquetely", &["adequately"]), + ("Spectaculary", &["spectacularly"]), + ("Daugtherboard", &["daughterboard"]), + ("Norhteast", &["northeast"]), + ("Frequenties", &["frequencies"]), + ("Sellected", &["selected"]), + ("Iamges", &["images"]), + ("Quating", &["quoting", "squatting", "equating"]), + ("Ivalid", &["invalid"]), + ("Recommeded", &["recommended"]), + ("Anoerxia", &["anorexia"]), + ("Interveres", &["interferes"]), + ("Administed", &["administered"]), + ("Civilizaitons", &["civilizations"]), + ("Cariage", &["carriage"]), + ("Adviseur", &["adviser"]), + ("Ukowns", &["unknowns", "unknown"]), + ("Woith", &["with"]), + ("Forgein", &["foreign"]), + ("Remve", &["remove"]), + ("Cogegen", &["codegen"]), + ("Anf", &["and"]), + ("Confiugre", &["configure"]), + ("Trewthfully", &["truthfully"]), + ("Unpredecented", &["unprecedented"]), + ("Authendicators", &["authenticators"]), + ("Servecing", &["servicing"]), + ("Psychiatirst", &["psychiatrists"]), + ("Excempt", &["exempt"]), + ("Councellor", &["councillor", "counsellor"]), + ("Calculattions", &["calculations"]), + ("Miinimization", &["minimization"]), + ("Heaveny", &["heavenly"]), + ("Eczecuting", &["executing"]), + ("Memerships", &["memberships"]), + ("Becuaes", &["because"]), + ("Nawseous", &["nauseous"]), + ("Froms", &["forms"]), + ("Faied", &["failed", "fade"]), + ("Concole", &["console"]), + ("Folower", &["follower"]), + ("Transferrring", &["transferring"]), + ("Abstacts", &["abstracts"]), + ("Etamology", &["etymology"]), + ("Initialyzes", &["initializes"]), + ("Arbiitrary", &["arbitrary"]), + ("Complimente", &["complement"]), + ("Tyranies", &["tyrannies"]), + ("Updateing", &["updating"]), + ("Psycholigically", &["psychologically"]), + ("Incrementers", &["increments"]), + ("Mointoring", &["monitoring"]), + ("Tamplate", &["template"]), + ("Voluntairly", &["voluntarily"]), + ("Transimssion", &["transmissions"]), + ("Caracter", &["character"]), + ("Cahsiers", &["cashiers"]), + ("Ilogical", &["illogical"]), + ("Americats", &["americas"]), + ("Unexpecetd", &["unexpected"]), + ("Structetr", &["structure"]), + ("Execeed", &["exceed"]), + ("Disguntingly", &["disgustingly"]), + ("Evauluates", &["evaluates"]), + ("Administartors", &["administrators"]), + ("Vallays", &["valets", "valleys"]), + ("Commadns", &["commands"]), + ("Recommed", &["recommend"]), + ("Sinoids", &["sinusoids"]), + ("Birthdsy", &["birthdays"]), + ("Travesy", &["travesty"]), + ("Predescesor", &["predecessors"]), + ("Wrekcing", &["wrecking"]), + ("Addjust", &["adjust"]), + ("Recalcualted", &["recalculated"]), + ("Unsubsribe", &["unsubscribe"]), + ("Knwos", &["knows"]), + ("Similir", &["similar"]), + ("Exected", &["executed", "expected"]), + ("Incuring", &["incurring"]), + ("Submittted", &["submitted"]), + ("Sugestions", &["suggestions"]), + ("Inpractically", &["impractically"]), + ("Aproaches", &["approaches"]), + ("Gilty", &["guilty"]), + ("Propoagate", &["propagate"]), + ("Dehydraded", &["dehydrated"]), + ("Dosclosure", &["disclosure"]), + ("Decalration", &["declaration"]), + ("Passabel", &["passable"]), + ("Bounbdary", &["boundary"]), + ("Invisisble", &["invisible"]), + ("Dupliating", &["duplicating"]), + ("Brewerey", &["brewery"]), + ("Cteator", &["creator"]), + ("Egytpians", &["egyptians"]), + ("Accessment", &["assessment"]), + ("Recommdation", &["recommendation"]), + ("Pharmaseuticaly", &["pharmaceutical"]), + ("Includin", &["including"]), + ("Incompatabilty", &["incompatibility"]), + ("Retsarts", &["restarts"]), + ("Perminently", &["permanently"]), + ("Whaever", &["whatever"]), + ("Bidings", &["bidding", "bindings"]), + ("Unrecgonized", &["unrecognized"]), + ("Destiations", &["destinations"]), + ("Evluate", &["evaluate"]), + ("Stroyline", &["storyline"]), + ("Nutritiuos", &["nutritious"]), + ("Measue", &["measure"]), + ("Diagnol", &["diagonal"]), + ("Corproration", &["corporation"]), + ("Knowlegde", &["knowledge"]), + ("Notatin", &["notation"]), + ("Srunken", &["shrunken"]), + ("Aggreataon", &["aggregation"]), + ("Disruptin", &["disruption"]), + ("Misintrepreting", &["misinterpreting"]), + ("Argmuments", &["arguments"]), + ("Technicion", &["technician"]), + ("Billionarie", &["billionaire"]), + ("Funxtionalities", &["functionalities"]), + ("Medow", &["meadow"]), + ("Dicard", &["discard"]), + ("Homophopic", &["homophobic"]), + ("Neturality", &["neutrality"]), + ("Religous", &["religious"]), + ("Effords", &["efforts", "affords"]), + ("Notifiation", &["notification"]), + ("Inconveniente", &["inconvenience"]), + ("Euristic", &["heuristic"]), + ("Algorythmic", &["algorithmic"]), + ("Expeenses", &["expenses"]), + ("Itervals", &["intervals"]), + ("Confilct", &["conflict"]), + ("Tolerent", &["tolerant"]), + ("Orientarlo", &["oriental"]), + ("Indentifier", &["identifier"]), + ("Destionation", &["destination"]), + ("Ambidexterous", &["ambidextrous"]), + ("Procceed", &["proceed"]), + ("Compasso", &["compassion"]), + ("Unintentionnal", &["unintentional"]), + ("Silouweted", &["silhouetted"]), + ("Disrepsected", &["disrespected"]), + ("Alternativos", &["alternatives"]), + ("Calssify", &["classify"]), + ("Mordern", &["modern"]), + ("Suppressin", &["suppression"]), + ("Apporached", &["approached"]), + ("Rearranable", &["rearrangeable"]), + ("Arbitarary", &["arbitrary"]), + ("Prostitucion", &["prostitution"]), + ("Figurestyle", &["figurestyles"]), + ("Moribdly", &["morbidly"]), + ("Faireness", &["fairness"]), + ("Threds", &["threads"]), + ("Apending", &["appending"]), + ("Concides", &["concise"]), + ("Workfore", &["workforce"]), + ("Poisitionning", &["positioning"]), + ("Iniitalized", &["initialized"]), + ("Movemment", &["movement"]), + ("Ofisionado", &["aficionado"]), + ("Extravagent", &["extravagant"]), + ("Axixsymmetric", &["axisymmetric"]), + ("Golbal", &["global"]), + ("Acquisiton", &["acquisition"]), + ("Prioritiy", &["priority"]), + ("Mundande", &["mundane"]), + ("Isalha", &["isalpha"]), + ("Deskop", &["desktop"]), + ("Baslines", &["baselines"]), + ("Abstactly", &["abstractly"]), + ("Studis", &["studies", "studios"]), + ("Disapointment", &["disappointment"]), + ("Flahs", &["flash", "flags"]), + ("Extremests", &["extremists"]), + ("Neighbeorhood", &["neighborhood"]), + ("Steryotyping", &["stereotyping"]), + ("Cafays", &["cafes"]), + ("Materiaal", &["material"]), + ("Expecially", &["especially"]), + ("Consitututing", &["constituting"]), + ("Naibors", &["neighbors"]), + ("Extrotion", &["extortion"]), + ("Sensationalim", &["sensationalism"]), + ("Hardare", &["hardware"]), + ("Quetion", &["question"]), + ("Bulds", &["builds"]), + ("Experimentaitng", &["experimenting"]), + ("Automaticalyl", &["automatically"]), + ("Strarted", &["started"]), + ("Elevatin", &["elevation"]), + ("Directos", &["directors"]), + ("Dispacth", &["dispatch"]), + ("Requsite", &["requisite"]), + ("Manipulant", &["manipulate"]), + ("Faliures", &["failures"]), + ("Definantley", &["definitely"]), + ("Speaces", &["spaces", "species"]), + ("Sercived", &["serviced"]), + ("Refferr", &["refer"]), + ("Mezmorize", &["mesmerize"]), + ("Occasionnal", &["occasional"]), + ("Finall", &["final", "finally"]), + ("Regardsless", &["regardless"]), + ("Definaetly", &["definitely"]), + ("Essentuals", &["essentials"]), + ("Commom", &["common"]), + ("Navitvely", &["natively"]), + ("Docmunet", &["document"]), + ("Nipticking", &["nitpicking"]), + ("Reevalute", &["reevaluate"]), + ("Impcating", &["impacting"]), + ("Discogrpahy", &["discography"]), + ("Reademe", &["readme"]), + ("Libertatianism", &["libertarianism"]), + ("Algoirthmically", &["algorithmically"]), + ("Pramater", &["parameter"]), + ("Expirimental", &["experimental"]), + ("Succceeds", &["succeeds"]), + ("Baged", &["badge", "bagged"]), + ("Warantee", &["warranty"]), + ("Retieved", &["retrieved"]), + ("Furure", &["future"]), + ("Allign", &["align"]), + ("Infulential", &["influential"]), + ("Birhtday", &["birthday"]), + ("Plcaeholder", &["placeholder"]), + ("Yoy", &["you"]), + ("Deature", &["feature"]), + ("Infinate", &["infinite"]), + ("Referefences", &["references"]), + ("Kindergaten", &["kindergarten"]), + ("Undenyable", &["undeniable"]), + ("Oprimization", &["optimization"]), + ("Expexts", &["expects"]), + ("Perliferate", &["proliferate"]), + ("Unbeleivable", &["unbelievable"]), + ("Seziures", &["seizures"]), + ("Analyitcs", &["analytics"]), + ("Manupulate", &["manipulate"]), + ("Coulor", &["color"]), + ("Chateo", &["château"]), + ("Savelt", &["svelte"]), + ("Retreevable", &["retrievable"]), + ("Recangle", &["rectangle"]), + ("Regulats", &["regulators"]), + ("Strack", &["stack", "track"]), + ("Reguarldess", &["regardless"]), + ("Psychotisch", &["psychotic"]), + ("Algortisms", &["algorithms"]), + ("Condomns", &["condoms"]), + ("Collectoin", &["collections"]), + ("Delcares", &["declares"]), + ("Recommendataion", &["recommendation"]), + ("Monocrhome", &["monochrome"]), + ("Expers", &["express"]), + ("Caluculate", &["calculate"]), + ("Specificiations", &["specifications"]), + ("Conosuer", &["connoisseur"]), + ("Moistorizing", &["moisturizing"]), + ("Appaer", &["appear"]), + ("Hightlights", &["highlights"]), + ("Implimenation", &["implementation"]), + ("Witth", &["with"]), + ("Hisory", &["history"]), + ("Beind", &["behind", "being"]), + ("Fileshystems", &["filesystems"]), + ("Turbins", &["turbines"]), + ("Uncompreessed", &["uncompressed"]), + ("Acsii", &["ascii"]), + ("Compagny", &["company"]), + ("Functionlity", &["functionality"]), + ("Phenomonon", &["phenomenon"]), + ("Authentciator", &["authenticator"]), + ("Aligin", &["align"]), + ("Islamisters", &["islamists"]), + ("Callbbacks", &["callbacks"]), + ("Natrually", &["naturally"]), + ("Phillosophically", &["philosophically"]), + ("Alchool", &["alcohol"]), + ("Unconventinal", &["unconventional"]), + ("Infom", &["inform"]), + ("Transocdes", &["transcodes"]), + ("Preffix", &["prefix"]), + ("Terriblely", &["terribly"]), + ("Experation", &["expiration"]), + ("Cyclits", &["cyclist"]), + ("Screewed", &["screwed"]), + ("Temportary", &["temporary"]), + ("Extedner", &["extender"]), + ("Yhou", &["you"]), + ("Draview", &["drawview"]), + ("Sketpics", &["skeptics"]), + ("Constatnt", &["constant"]), + ("Confugred", &["configured"]), + ("Euthanazia", &["euthanasia"]), + ("Pronouce", &["pronounce"]), + ("Syntethic", &["synthetic"]), + ("Brievely", &["briefly"]), + ("Exten", &["extent"]), + ("Abbreveation", &["abbreviation"]), + ("Transpacency", &["transparency"]), + ("Prepates", &["prepares"]), + ("Comppliance", &["compliance"]), + ("Validte", &["validate"]), + ("Vacumed", &["vacuumed"]), + ("Nationaliy", &["nationality"]), + ("Renegotitions", &["renegotiations"]), + ("Compuler", &["compiler", "computer"]), + ("Insepect", &["inspect"]), + ("Opposties", &["opposites"]), + ("Unoffical", &["unofficial"]), + ("Supscription", &["subscription"]), + ("Nimute", &["minute"]), + ("Archiv", &["archive"]), + ("Accessibilitiy", &["accessibility"]), + ("Sexualixed", &["sexualized"]), + ("Deacitvated", &["deactivated"]), + ("Audiobookmrs", &["audiobooks"]), + ("Fascization", &["fascination"]), + ("Successfulyl", &["successfully"]), + ("Bangaldesh", &["bangladesh"]), + ("Incompatibl", &["incompatible"]), + ("Decorde", &["decode"]), + ("Adddresses", &["addresses"]), + ("Downgaded", &["downgraded"]), + ("Vauge", &["vague"]), + ("Intialize", &["initialize"]), + ("Atrocoties", &["atrocities"]), + ("Peforated", &["perforated"]), + ("Inisghts", &["insights"]), + ("Liase", &["liaise"]), + ("Transpsition", &["transposition"]), + ("Accomadations", &["accommodations"]), + ("Buinsesses", &["businesses"]), + ("Paramterizing", &["parameterizing"]), + ("Incompatabable", &["incompatible"]), + ("Analsye", &["analyse"]), + ("Immigraiton", &["immigration"]), + ("Materialisimo", &["materialism"]), + ("Caronavirus", &["coronavirus"]), + ("Fragmeneting", &["fragmenting"]), + ("Archaelogical", &["archaeological"]), + ("Succedds", &["succeeds"]), + ("Lesibans", &["lesbians"]), + ("Sepcification", &["specification"]), + ("Iplementation", &["implementation"]), + ("Acditionally", &["additionally"]), + ("Autors", &["authors"]), + ("Betwern", &["between"]), + ("Prediciton", &["prediction"]), + ("Incongito", &["incognito"]), + ("Pretects", &["protects"]), + ("Domisticated", &["domesticated"]), + ("Ressurrected", &["resurrected"]), + ("Renegotation", &["renegotiation"]), + ("Initalised", &["initialised"]), + ("Spontaneos", &["spontaneous"]), + ("Exclusivty", &["exclusivity"]), + ("Mesurements", &["measurements"]), + ("Attandance", &["attendance"]), + ("Warrriors", &["warriors"]), + ("Entrophy", &["entropy"]), + ("Encrypiton", &["encryption"]), + ("Probelmatic", &["problematic"]), + ("Execustions", &["executions"]), + ("Delimitiation", &["delimitation"]), + ("Complelte", &["complete"]), + ("Labbeled", &["labeled"]), + ("Oposed", &["opposed"]), + ("Exnternal", &["external"]), + ("Rhapsodomy", &["rhapsody"]), + ("Frontent", &["frontend"]), + ("Tavelling", &["travelling"]), + ("Proceeeding", &["proceeding"]), + ("Mongolos", &["mongols"]), + ("Inititalizations", &["initializations"]), + ("Complainging", &["complaining"]), + ("Indepenendence", &["independence"]), + ("Oppinion", &["opinion"]), + ("Weahters", &["weathers"]), + ("Akumulates", &["accumulates"]), + ("Mentioend", &["mentioned"]), + ("Uppercas", &["uppercase"]), + ("Mehcanics", &["mechanics"]), + ("Applys", &["applies"]), + ("Decimials", &["decimals"]), + ("Ajust", &["adjust"]), + ("Initializationg", &["initialization"]), + ("Guaruanteing", &["guaranteeing"]), + ("Invisblity", &["invisibility"]), + ("Mocroprocessor", &["microprocessor"]), + ("Deteriate", &["deteriorate"]), + ("Headhpones", &["headphones"]), + ("Catastrophie", &["catastrophe"]), + ("Rhytmic", &["rhythmic"]), + ("Nkwo", &["know"]), + ("Intimidacion", &["intimidation"]), + ("Beliv", &["believe", "belief"]), + ("Illustartion", &["illustration"]), + ("Disapporved", &["disapproved"]), + ("Docomenting", &["documenting"]), + ("Deivices", &["devices"]), + ("Inidicate", &["indicate"]), + ("Expolsion", &["explosion"]), + ("Calculattion", &["calculation"]), + ("Phisosophy", &["philosophy"]), + ("Circumsicions", &["circumcision"]), + ("Doubths", &["doubts"]), + ("Restraunt", &["restraint", "restaurant"]), + ("Vulnearabilities", &["vulnerabilities"]), + ("Destroyeer", &["destroyers"]), + ("Tehy", &["they"]), + ("Suficating", &["suffocating"]), + ("Reviere", &["reviewer"]), + ("Praries", &["prairies"]), + ("Catastrophize", &["catastrophe"]), + ("Deteremine", &["determine"]), + ("Peirced", &["pierced"]), + ("Adbucted", &["abducted"]), + ("Princibles", &["principles"]), + ("Excecutable", &["executable"]), + ("Altruisitc", &["altruistic"]), + ("Returne", &["return", "returned"]), + ("Infogrpahic", &["infographic"]), + ("Transferr", &["transfer"]), + ("Resoured", &["resourced"]), + ("Canniablism", &["cannibalism"]), + ("Prealocates", &["preallocates"]), + ("Illumini", &["illuminati"]), + ("Defenately", &["definitely"]), + ("Artifactig", &["artifacting"]), + ("Acquistion", &["acquisition"]), + ("Counrtyside", &["countryside"]), + ("Muliple", &["multiple"]), + ("Misteek", &["mystique"]), + ("Bytetream", &["bytestream"]), + ("Senzationalist", &["sensationalist"]), + ("Averadge", &["averaged"]), + ("Vunlerability", &["vulnerability"]), + ("Prescripcion", &["prescription"]), + ("Blaim", &["blame"]), + ("Constructcor", &["constructor"]), + ("Restricton", &["restriction"]), + ("Repsawn", &["respawn"]), + ("Colleage", &["colleagues", "colleague"]), + ("Oridnary", &["ordinary"]), + ("Listerner", &["listener"]), + ("Repulisve", &["repulsive"]), + ("Margerat", &["margaret"]), + ("Prestes", &["presets"]), + ("Stimualted", &["stimulated"]), + ("Outpalyed", &["outplayed"]), + ("Blueprintcss", &["blueprints"]), + ("Antibitoics", &["antibiotics"]), + ("Singnal", &["signal"]), + ("Indecated", &["indicated"]), + ("Ontainor", &["container"]), + ("Ibrary", &["library"]), + ("Decompresssion", &["decompression"]), + ("Themslves", &["themselves"]), + ("Ankshusly", &["anxiously"]), + ("Conveninent", &["convenient"]), + ("Mor", &["more"]), + ("Contenst", &["contents"]), + ("Fibonaacci", &["fibonacci"]), + ("Introductie", &["introduce"]), + ("Reminsces", &["reminisces"]), + ("Initiaitive", &["initiative"]), + ("Contrubutes", &["contributes"]), + ("Fisical", &["physical", "fiscal"]), + ("Bidning", &["binding"]), + ("Miracluous", &["miraculous"]), + ("Attement", &["attempt"]), + ("Waisline", &["waistline"]), + ("Dafualts", &["defaults"]), + ("Multitudine", &["multitude"]), + ("Leageue", &["league"]), + ("Singals", &["signals"]), + ("Heirachy", &["hierarchy"]), + ("Maniuplation", &["manipulation"]), + ("Acknowlegdes", &["acknowledges"]), + ("Unitilties", &["utilities"]), + ("Accompagning", &["accompanying"]), + ("Defendas", &["defends"]), + ("Dabilitating", &["debilitating"]), + ("Neighburs", &["neighbors"]), + ("Angshisness", &["anxiousness"]), + ("Neuroscienze", &["neuroscience"]), + ("Sumulated", &["simulated"]), + ("Cacnel", &["cancel"]), + ("Bottlencks", &["bottlenecks"]), + ("Tyep", &["type"]), + ("Operatior", &["operator"]), + ("Scracthed", &["scratched"]), + ("Studnets", &["students"]), + ("Vertexes", &["vertices"]), + ("Depricating", &["deprecating"]), + ("Attacment", &["attachment"]), + ("Descover", &["discover"]), + ("Functio", &["function"]), + ("Folliw", &["follow"]), + ("Assiged", &["assigned"]), + ("Melineumm", &["millennia", "millennium"]), + ("Sacrifie", &["sacrifice"]), + ("Speicals", &["specials"]), + ("Calucaltes", &["calculates"]), + ("Compresor", &["compressor"]), + ("Esge", &["edge"]), + ("Misteriously", &["mysteriously"]), + ("Althetics", &["athletics"]), + ("Bioplar", &["bipolar"]), + ("Dicide", &["decide"]), + ("Incomfort", &["discomfort", "uncomfortable"]), + ("Dowloads", &["downloads"]), + ("Foget", &["forget"]), + ("Speficiifers", &["specifiers"]), + ("Dissasembler", &["disassembler"]), + ("Abondons", &["abandons"]), + ("Emprove", &["improve"]), + ("Exageration", &["exaggeration"]), + ("Tha", &["than", "that", "the"]), + ("Emables", &["enables"]), + ("Distribuitor", &["distributor"]), + ("Recursivion", &["recursion"]), + ("Legionis", &["legions"]), + ("Failue", &["failure"]), + ("Regaurding", &["regarding"]), + ("Silhouweted", &["silhouetted"]), + ("Meditatiing", &["meditating"]), + ("Degradato", &["degradation"]), + ("Vrituoso", &["virtuoso"]), + ("Embarassign", &["embarrassing"]), + ("Harcodes", &["hardcodes", "charcodes"]), + ("Premillenial", &["premillennial"]), + ("Sucess", &["success"]), + ("Conenctors", &["connectors"]), + ("Issure", &["issue"]), + ("Centerd", &["centered"]), + ("Ansester", &["ancestor"]), + ("Macthups", &["matchups"]), + ("Unballance", &["unbalance"]), + ("Metapackges", &["metapackages"]), + ("Halucinate", &["hallucinate"]), + ("Incrments", &["increments"]), + ("Subtrates", &["substrates"]), + ("Sudmobule", &["submodule"]), + ("Experimanetal", &["experimental"]), + ("Constractor", &["constructor"]), + ("Conditianal", &["conditional"]), + ("Spaltoon", &["splatoon"]), + ("Idiosynchratic", &["idiosyncratic"]), + ("Abborting", &["aborting"]), + ("Immedeately", &["immediately"]), + ("Accessibilty", &["accessibility"]), + ("Reminsced", &["reminisced"]), + ("Creationnism", &["creationism"]), + ("Folllowers", &["followers"]), + ("Aggragating", &["aggravating"]), + ("Zylophone", &["xylophone"]), + ("Enthisiasts", &["enthusiasts"]), + ("Quarternion", &["quaternion"]), + ("Unaliged", &["unaligned"]), + ("Acitivation", &["activation"]), + ("Ideologis", &["ideologies"]), + ("Stardards", &["standards"]), + ("Forutunate", &["fortunate"]), + ("Neighberhods", &["neighborhoods"]), + ("Visuabs", &["visuals"]), + ("Sctioning", &["sectioning", "suctioning"]), + ("Subsitututing", &["substituting"]), + ("Unspeficified", &["unspecified"]), + ("Transalations", &["translations"]), + ("Immeidately", &["immediately"]), + ("Addted", &["added"]), + ("Terorrists", &["terrorists"]), + ("Retunrned", &["returned"]), + ("Doumentc", &["document"]), + ("Incompetant", &["incompetent"]), + ("Symphatizer", &["sympathizers"]), + ("Paranoica", &["paranoia"]), + ("Writeing", &["writing"]), + ("Appreceating", &["appreciating"]), + ("Kroeans", &["koreans"]), + ("Sufocation", &["suffocation"]), + ("Indicatie", &["indicative"]), + ("Discontinus", &["discontinue", "discontinuous"]), + ("Adeilade", &["adelaide"]), + ("Accidantly", &["accidentally"]), + ("Mismatich", &["mismatch"]), + ("Distinciton", &["distinction"]), + ("Perfectably", &["perfectly"]), + ("Rabit", &["rabbit"]), + ("Alhapeticaly", &["alphabetically"]), + ("Provacative", &["provocative"]), + ("Implicetly", &["implicitly"]), + ("Mige", &["midge"]), + ("Annoymous", &["anonymous"]), + ("Manetained", &["maintained"]), + ("Affinitized", &["affinities", "affinity"]), + ("Sofware", &["software"]), + ("Shadhow", &["shadow"]), + ("Chaneging", &["changing"]), + ("Disble", &["disable"]), + ("Bieng", &["being"]), + ("Rhinosarus", &["rhinoceros"]), + ("Accodringly", &["accordingly"]), + ("Lavels", &["levels", "labels"]), + ("Pharoah", &["pharaoh"]), + ("Underastimate", &["underestimate"]), + ("Harcoding", &["hardcoding"]), + ("Appropropiately", &["appropriately"]), + ("Haethen", &["heathen"]), + ("Objectificaton", &["objectification"]), + ("Initalization", &["initialization"]), + ("Filsystems", &["filesystems"]), + ("Exictement", &["excitement"]), + ("Civalezation", &["civilization"]), + ("Enumarated", &["enumerated"]), + ("Obtaineble", &["obtainable"]), + ("Conceald", &["concealed"]), + ("Suffciently", &["sufficiently"]), + ("Silhouwetes", &["silhouettes"]), + ("Interracting", &["interacting"]), + ("Handeldy", &["handedly"]), + ("Exceuctions", &["executions"]), + ("Generoator", &["generator"]), + ("Trabajao", &["trabajo"]), + ("Spaeces", &["spaces"]), + ("Sacrificie", &["sacrificed"]), + ("Soalris", &["solaris"]), + ("Vengenace", &["vengeance"]), + ("Poosible", &["possible"]), + ("Nothern", &["northern"]), + ("Temparily", &["temporarily"]), + ("Retutning", &["returning"]), + ("Trubled", &["troubled"]), + ("Fiel", &["feel", "field", "file", "phial"]), + ("Jailbrake", &["jailbreak"]), + ("Fof", &["for"]), + ("Elemnts", &["elements"]), + ("Dysphroia", &["dysphoria"]), + ("Inflitrator", &["infiltrator"]), + ("Troughout", &["throughout", "throughput"]), + ("Loopup", &["lookup"]), + ("Exclusivily", &["exclusivity"]), + ("Accessort", &["accessor"]), + ("Weitght", &["weight"]), + ("Obsessivley", &["obsessive"]), + ("Authecates", &["authenticates"]), + ("Provding", &["providing"]), + ("Regulaotry", &["regulatory"]), + ("Dispensare", &["dispenser"]), + ("Equivelent", &["equivalent"]), + ("Inbrased", &["embraced"]), + ("Apolgies", &["apologies"]), + ("Comptetion", &["completion"]), + ("Downvoteros", &["downvoters"]), + ("Volumne", &["volume"]), + ("Typles", &["tuples"]), + ("Masturbsted", &["masturbated"]), + ("Disapeared", &["disappeared"]), + ("Needels", &["needles"]), + ("Candadates", &["candidates"]), + ("Aboslve", &["absolve"]), + ("Seventen", &["seventeen"]), + ("Secoundary", &["secondary"]), + ("Improvess", &["improves"]), + ("Tucan", &["toucan"]), + ("Devored", &["devoted", "devoured"]), + ("Ediitor", &["editor"]), + ("Cteater", &["creator"]), + ("Unpriviliged", &["unprivileged"]), + ("Reveiwed", &["reviewed"]), + ("Shwo", &["show"]), + ("Ballance", &["balance"]), + ("Kibutzim", &["kibbutzim"]), + ("Councidental", &["coincidental"]), + ("Pilgrimmages", &["pilgrimages"]), + ("Liklelihood", &["likelihood"]), + ("Paches", &["patches"]), + ("Virtalenv", &["virtualenv"]), + ("Brodcast", &["broadcast"]), + ("Sistem", &["system"]), + ("Disturbd", &["disturbed"]), + ("Alchemsit", &["alchemist"]), + ("Unexperience", &["inexperience"]), + ("Capitlaist", &["capitalist"]), + ("Cuestioned", &["questioned"]), + ("Attribuites", &["attributes"]), + ("Messave", &["message"]), + ("Extermism", &["extremism"]), + ("Discrepicies", &["discrepancies"]), + ("Vecvtors", &["vectors"]), + ("Deomcrat", &["democrat"]), + ("Trafficing", &["trafficking"]), + ("Muc", &["much"]), + ("Chrenobyl", &["chernobyl"]), + ("Gilotine", &["guillotine"]), + ("Rememember", &["remember"]), + ("Contriubte", &["contributes", "contribute"]), + ("Acceptabelt", &["acceptable"]), + ("Undeniabely", &["undeniably"]), + ("Prefecth", &["prefetch"]), + ("Merchantibility", &["merchantability"]), + ("Texline", &["textline"]), + ("Acuired", &["acquired"]), + ("Liberterian", &["libertarian"]), + ("Minimse", &["minimise"]), + ("Hge", &["he"]), + ("Relinguish", &["relinquish"]), + ("Hothsot", &["hotshot"]), + ("Kubenertes", &["kubernetes"]), + ("Carbohdyrates", &["carbohydrates"]), + ("Currnetly", &["currently"]), + ("Langeuage", &["language"]), + ("Reproducable", &["reproducible"]), + ("Misdameanors", &["misdemeanors"]), + ("Generall", &["generally", "general"]), + ("Bivouaced", &["bivouacked"]), + ("Cellst", &["cells"]), + ("Realtively", &["relatively"]), + ("Perceded", &["preceded"]), + ("Involnerable", &["invulnerable"]), + ("Submergered", &["submerged"]), + ("Bithces", &["bitches"]), + ("Dissrupt", &["disrupt"]), + ("Grahic", &["graphic"]), + ("Autheniticate", &["authenticate"]), + ("Intorverts", &["introverts"]), + ("Roigins", &["origins"]), + ("Annilihation", &["annihilation"]), + ("Innotation", &["innovation"]), + ("Architecht", &["architect"]), + ("Strig", &["string"]), + ("Ethniticies", &["ethnicities"]), + ("Boound", &["bound"]), + ("Montioring", &["monitoring"]), + ("Ansd", &["and"]), + ("Uncontrollabley", &["uncontrollably"]), + ("Hitboxs", &["hitboxes"]), + ("Approoximation", &["approximation"]), + ("Unristricted", &["unrestricted"]), + ("Aloows", &["allows"]), + ("Apsergers", &["aspergers"]), + ("Arcvhive", &["archive"]), + ("Chargind", &["charging"]), + ("Enlightenend", &["enlightened"]), + ("Simulaitons", &["simulations"]), + ("Alloccates", &["allocates"]), + ("Upgade", &["upgrade"]), + ("Giveing", &["giving"]), + ("Summar", &["summary", "summer"]), + ("Apporval", &["approval"]), + ("Oblisk", &["obelisk"]), + ("Lieutennant", &["lieutenant"]), + ("Guradian", &["guardian"]), + ("Ofrward", &["forward"]), + ("Fiding", &["finding", "fidling"]), + ("Armageddan", &["armageddon"]), + ("Relaesed", &["released"]), + ("Definatively", &["definitively"]), + ("Umemployment", &["unemployment"]), + ("Collaterial", &["collateral"]), + ("Cafeteira", &["cafeteria"]), + ("Preocessor", &["processor"]), + ("Objec", &["object"]), + ("Peaseful", &["peaceful"]), + ("Ofuscated", &["obfuscated"]), + ("Melboure", &["melbourne"]), + ("Uou", &["you"]), + ("Machien", &["machine"]), + ("Betweeen", &["between"]), + ("Overun", &["overrun"]), + ("Advertisting", &["advertising"]), + ("Sudnerland", &["sunderland"]), + ("Demonstrant", &["demonstrate"]), + ("Folliwers", &["followers"]), + ("Absoulutely", &["absolutely"]), + ("Reverece", &["reference", "reverence"]), + ("Apprieciates", &["appreciates"]), + ("Subpecies", &["subspecies"]), + ("Oepration", &["operation"]), + ("Sclupture", &["sculpture"]), + ("Insturmental", &["instrumental"]), + ("Acoostic", &["acoustic"]), + ("Inquisator", &["inquisitor"]), + ("Maintioned", &["mentioned"]), + ("Methot", &["method"]), + ("Supporitng", &["supporting"]), + ("Generage", &["generate"]), + ("Fantasiaing", &["fantasizing"]), + ("Understoud", &["understood"]), + ("Comipler", &["compiler"]), + ("Revolutoin", &["revolutions"]), + ("Unitilised", &["uninitialised"]), + ("Lodable", &["loadable"]), + ("Surrouding", &["surrounding"]), + ("Exculsive", &["exclusive"]), + ("Paperworks", &["paperwork"]), + ("Impecabbly", &["impeccably"]), + ("Ccustoms", &["customs"]), + ("Enthusiam", &["enthusiasm"]), + ("Foreruners", &["forerunners"]), + ("Parallizing", &["parallelizing"]), + ("Evelation", &["elevation"]), + ("Acftually", &["factually"]), + ("Romotely", &["remotely"]), + ("Updraged", &["upgraded"]), + ("Alisas", &["alias", "aliases"]), + ("Experimetned", &["experimented"]), + ("Connectiong", &["connecting"]), + ("Audince", &["audience"]), + ("Assumu", &["assume"]), + ("Hopful", &["hopeful"]), + ("Forgiviness", &["forgiveness"]), + ("Slavage", &["salvage"]), + ("Poistive", &["positive"]), + ("Prorotype", &["prototype"]), + ("Functitonally", &["functionally"]), + ("Improovments", &["improvements"]), + ("Discrapency", &["discrepancy"]), + ("Wednessay", &["wednesdays"]), + ("Inspirerad", &["inspired"]), + ("Extraxtors", &["extractors"]), + ("Explicat", &["explicate"]), + ("Contstants", &["constants"]), + ("Sergaent", &["sergeant"]), + ("Unjustifed", &["unjustified"]), + ("Ambiguos", &["ambiguous"]), + ("Bulids", &["builds"]), + ("Circumsision", &["circumcision"]), + ("Initiatiater", &["initiator"]), + ("Hundreths", &["hundredths"]), + ("Resteraunt", &["restaurant"]), + ("Recrational", &["recreational"]), + ("Ballsitic", &["ballistic"]), + ("Connecitcut", &["connecticut"]), + ("Assocates", &["associates"]), + ("Prooduced", &["produced"]), + ("Sutract", &["subtract"]), + ("Libreoficekit", &["libreofficekit"]), + ("Conetors", &["connectors"]), + ("Inspirationnal", &["inspirational"]), + ("Conductiong", &["conducting"]), + ("Alegance", &["allegiance"]), + ("Confugration", &["configuration"]), + ("Revoluutionary", &["revolutionary"]), + ("Aestethics", &["aesthetics"]), + ("Agrrement", &["agreement"]), + ("Brightess", &["brightness"]), + ("Emaill", &["email"]), + ("Firghtening", &["frightening"]), + ("Dissasociate", &["disassociate"]), + ("Attriubutes", &["attributes"]), + ("Arbitriraly", &["arbitrarily"]), + ("Availeble", &["available"]), + ("Depdent", &["dependent"]), + ("Conainted", &["contained"]), + ("Innner", &["inner"]), + ("Personalitites", &["personalities"]), + ("Disassmebles", &["disassembles"]), + ("Workpace", &["workspace"]), + ("Manuly", &["manually"]), + ("Cannabilyze", &["cannibalize"]), + ("Slaptoon", &["splatoon"]), + ("Seplicurlly", &["sepulchrally"]), + ("Tomarrow", &["tomorrow"]), + ("Lengthh", &["length"]), + ("Unviersally", &["universally"]), + ("Manuell", &["manual"]), + ("Follwoed", &["followed"]), + ("Compabitiliby", &["compatibility"]), + ("Affecfted", &["affected"]), + ("Orginiates", &["originates"]), + ("Propultion", &["propulsion"]), + ("Acssume", &["assume"]), + ("Notacible", &["noticeable"]), + ("Eveluates", &["evaluates"]), + ("Paticularly", &["particularly"]), + ("Sekects", &["selects"]), + ("Rekursion", &["recursion"]), + ("Inconfort", &["discomfort", "uncomfortable"]), + ("Disproportiante", &["disproportionate"]), + ("Amrchair", &["armchair"]), + ("Measurd", &["measured", "measure"]), + ("Medidating", &["meditating"]), + ("Traversare", &["traverse"]), + ("Classifiies", &["classifies"]), + ("Unsubscrubed", &["unsubscribed"]), + ("Neighbourgood", &["neighbourhood"]), + ("Hemingwary", &["hemingway"]), + ("Dereferencce", &["dereference"]), + ("Dimansional", &["dimensional"]), + ("Eletronics", &["electronics"]), + ("Weeknd", &["weekend"]), + ("Lesbianas", &["lesbians"]), + ("Enoucntered", &["encountered"]), + ("Jurnals", &["journals"]), + ("Austrain", &["austrian"]), + ("Wrestlewar", &["wrestler"]), + ("Positivisme", &["positives"]), + ("Stealthray", &["stealthy"]), + ("Wiyth", &["with"]), + ("Permenently", &["permanently"]), + ("Fullanme", &["fullname"]), + ("Seperataly", &["separately"]), + ("Alechmist", &["alchemist"]), + ("Unconditinal", &["unconditional"]), + ("Sillybus", &["syllabus"]), + ("Partiton", &["partition"]), + ("Exerciseing", &["exercising"]), + ("Comparising", &["comparing"]), + ("Differntiates", &["differentiates"]), + ("Availavble", &["available"]), + ("Initilizer", &["initializer"]), + ("Cartells", &["cartels"]), + ("Huricane", &["hurricane"]), + ("Initiailization", &["initialization"]), + ("Presearvation", &["preservation"]), + ("Imolicitly", &["implicitly"]), + ("Depenencys", &["dependencies"]), + ("Quicket", &["quickest"]), + ("Asbtractly", &["abstractly"]), + ("Desriable", &["desirable"]), + ("Eygptian", &["egyptian"]), + ("Experimdnting", &["experimenting"]), + ("Selecgted", &["selected"]), + ("Repeates", &["repeats"]), + ("Understnading", &["understanding"]), + ("Palnning", &["planning"]), + ("Decopose", &["decompose"]), + ("Meanting", &["meaning"]), + ("Appreciaton", &["appreciation"]), + ("Disconencting", &["disconnecting"]), + ("Pathfidner", &["pathfinder"]), + ("Nonexistance", &["nonexistence"]), + ("Dictionay", &["dictionary"]), + ("Superflouse", &["superfluous"]), + ("Juridisction", &["jurisdictions"]), + ("Recuring", &["recurring"]), + ("Multicultralism", &["multiculturalism"]), + ("Clcoksource", &["clocksource"]), + ("Etroneously", &["erroneously"]), + ("Liek", &["like"]), + ("Downvoteds", &["downvoters"]), + ("Catacyslm", &["cataclysm"]), + ("Yosemitie", &["yosemite"]), + ("Expandas", &["expands"]), + ("Distrubiotion", &["distribution"]), + ("Technologial", &["technological"]), + ("Civilazation", &["civilization"]), + ("Languate", &["language"]), + ("Represantatives", &["representatives"]), + ("Observeres", &["observers"]), + ("Buuild", &["build"]), + ("Defferent", &["different", "deferent"]), + ("Unaccaptable", &["unacceptable"]), + ("Exceptionts", &["exceptions"]), + ("Seperares", &["separates"]), + ("Transparant", &["transparent"]), + ("Apporpriation", &["appropriation"]), + ("Vulbearable", &["vulnerable"]), + ("Diabets", &["diabetes"]), + ("Diamter", &["diameter"]), + ("Confort", &["comfort"]), + ("Fliped", &["flipped"]), + ("Solum", &["solemn"]), + ("Todat", &["today"]), + ("Affortable", &["affordable"]), + ("Kocalized", &["localized"]), + ("Commencera", &["commerce"]), + ("Simplicifaction", &["simplification"]), + ("Diminishs", &["diminishes"]), + ("Devfine", &["define"]), + ("Preferabley", &["preferably"]), + ("Makro", &["macro"]), + ("Renference", &["reference"]), + ("Craetor", &["crater", "creator"]), + ("Crimanally", &["criminally"]), + ("Swtiches", &["switches"]), + ("Micrcontroller", &["microcontroller"]), + ("Improbes", &["improves"]), + ("Scrren", &["screen"]), + ("Videogaem", &["videogame"]), + ("Interfearnce", &["interference"]), + ("Intorduces", &["introduces"]), + ("Lousiville", &["louisville"]), + ("Retardathon", &["retardation"]), + ("Epilgoue", &["epilogue"]), + ("Depenendencies", &["dependencies"]), + ("Westernese", &["westerners"]), + ("Processos", &["processors"]), + ("Visuabization", &["visualization"]), + ("Accelerateor", &["accelerator"]), + ("Ccertificated", &["certificated"]), + ("Evaluacion", &["evaluation"]), + ("Clishay", &["cliché"]), + ("Consentrate", &["concentrate"]), + ("Extention", &["extension"]), + ("Coallition", &["coalition", "collation"]), + ("Requried", &["required"]), + ("Almighy", &["almighty"]), + ("Skatebaording", &["skateboarding"]), + ("Speficitications", &["specifications"]), + ("Occurded", &["occurred"]), + ("Proflie", &["profile"]), + ("Misisonaries", &["missionaries"]), + ("Sentive", &["sensitive"]), + ("Desriptor", &["descriptor"]), + ("Disttributed", &["distributed"]), + ("Formattied", &["formatted"]), + ("Hanldle", &["handle"]), + ("Algotithms", &["algorithms"]), + ("Queryinterace", &["queryinterface"]), + ("Invididual", &["individual"]), + ("Negligente", &["negligence"]), + ("Fundimental", &["fundamental"]), + ("Convenant", &["covenant"]), + ("Surrepetitious", &["surreptitious"]), + ("Forumulas", &["formulas"]), + ("Embarrssing", &["embarrassing"]), + ("Workround", &["workaround"]), + ("Tdod", &["todo"]), + ("Telemitry", &["telemetry"]), + ("Sexaully", &["sexually"]), + ("Jurisidctions", &["jurisdictions"]), + ("Connecto", &["connect"]), + ("Difficutly", &["difficulty"]), + ("Inverval", &["interval"]), + ("Interfacce", &["interfaces"]), + ("Successfui", &["successful"]), + ("Algorithimical", &["algorithmic", "algorithmically"]), + ("Mutli", &["multi"]), + ("Howver", &["however"]), + ("Transpaerntly", &["transparently"]), + ("Micoscope", &["microscope"]), + ("Manupulative", &["manipulative"]), + ("Proletariet", &["proletariat"]), + ("Negoziators", &["negotiators"]), + ("Boith", &["both"]), + ("Autonegoptionsotiation", &["autonegotiation"]), + ("Intravert", &["introvert"]), + ("Captials", &["capitals"]), + ("Compilication", &["complication"]), + ("Eevery", &["every"]), + ("Necessarly", &["necessary", "necessarily"]), + ("Levle", &["level"]), + ("Strawbrary", &["strawberry"]), + ("Anitialising", &["antialiasing"]), + ("Acknowldegement", &["acknowledgement"]), + ("Modfieir", &["modifier"]), + ("Victorioso", &["victorious"]), + ("Lmits", &["limits"]), + ("Inbelievable", &["unbelievable"]), + ("Acknodledgment", &["acknowledgment"]), + ("Reseptionist", &["receptionist"]), + ("Homineim", &["hominem"]), + ("Characterstic", &["characteristic"]), + ("Reposiotry", &["repository"]), + ("Ignitin", &["ignition"]), + ("Acuracy", &["accuracy"]), + ("Optonally", &["optionally"]), + ("Diregard", &["disregard"]), + ("Togeterness", &["togetherness"]), + ("Assit", &["assist"]), + ("Relpacement", &["replacement"]), + ("Correted", &["corrected"]), + ("Viscreal", &["visceral"]), + ("Sycronizations", &["synchronizations"]), + ("Procedrual", &["procedural"]), + ("Customizible", &["customizable"]), + ("Comestics", &["cosmetics"]), + ("Ahaed", &["ahead"]), + ("Atomspheric", &["atmospheric"]), + ("Corwbar", &["crowbar"]), + ("Pedantisch", &["pedantic"]), + ("Preveiwer", &["previewer"]), + ("Downgarte", &["downgrade"]), + ("Vulenrability", &["vulnerability"]), + ("Initializa", &["initialize"]), + ("Sunderlona", &["sunderland"]), + ("Texchnically", &["technically"]), + ("Troosso", &["trousseau"]), + ("Succeds", &["succeeds"]), + ("Infreqeuntcy", &["infrequency"]), + ("Folse", &["false"]), + ("Ascripts", &["scripts"]), + ("Snowbals", &["snowballs"]), + ("Glorifindel", &["glorified"]), + ("Survivabily", &["survivability"]), + ("Nativey", &["natively"]), + ("Qualitifications", &["qualifications"]), + ("Benged", &["binged"]), + ("Uniquness", &["uniqueness"]), + ("Encompas", &["encompass"]), + ("Condescening", &["condescending"]), + ("Determinare", &["determine"]), + ("Funvtionalities", &["functionalities"]), + ("Toahiba", &["toshiba"]), + ("Mercentile", &["mercantile"]), + ("Communicae", &["communicated"]), + ("Superstision", &["superstition"]), + ("Reasonal", &["reasonably"]), + ("Clinicaly", &["clinically"]), + ("Sponses", &["responses"]), + ("Particulalry", &["particularly"]), + ("Objectivst", &["objectives"]), + ("Echosystem", &["ecosystem"]), + ("Alleigance", &["allegiance"]), + ("Decodding", &["decoding"]), + ("Cahnging", &["changing"]), + ("Economiclly", &["economically"]), + ("Authorative", &["authoritative"]), + ("Croozes", &["cruises"]), + ("Indifferant", &["indifferent"]), + ("Foloows", &["follows"]), + ("Apostropes", &["apostrophe"]), + ("Replentishs", &["replenishes"]), + ("Dictadorship", &["dictatorship"]), + ("Gimmickers", &["gimmicks"]), + ("Badnwagon", &["bandwagon"]), + ("Frameword", &["framework"]), + ("Represnting", &["representing"]), + ("Fundamentalits", &["fundamentalists"]), + ("Consitency", &["consistency"]), + ("Unbeliveably", &["unbelievably"]), + ("Telphony", &["telephony"]), + ("Apriciate", &["appreciate"]), + ("Dedect", &["deduct", "detect"]), + ("Parasits", &["parasites"]), + ("Referenence", &["reference"]), + ("Revoluitonary", &["revolutionary"]), + ("Christainity", &["christianity"]), + ("Cantaining", &["containing"]), + ("Renegothiations", &["renegotiations"]), + ("Underestimateing", &["underestimating"]), + ("Duplicas", &["duplicates"]), + ("Supermare", &["supermarket"]), + ("Unsencored", &["uncensored"]), + ("Horizontes", &["horizons"]), + ("Traversible", &["traversable"]), + ("Emlation", &["emulation"]), + ("Friendzies", &["friendlies"]), + ("Depened", &["depend"]), + ("Entreprenures", &["entrepreneurs"]), + ("Segmended", &["segmented"]), + ("Hydrolic", &["hydraulic"]), + ("Mek", &["me"]), + ("Joinning", &["joining"]), + ("Highligjted", &["highlighted"]), + ("Caluclating", &["calculating"]), + ("Progamer", &["programer"]), + ("Asignee", &["assignee"]), + ("Stockplie", &["stockpile"]), + ("Preposterus", &["preposterous"]), + ("Undeneath", &["underneath"]), + ("Intellectualisme", &["intellectuals"]), + ("Recoverys", &["recovers"]), + ("Asynchronious", &["asynchronous"]), + ("Subltety", &["subtlety"]), + ("Developpment", &["development"]), + ("Intesnity", &["intensity"]), + ("Microtransations", &["microtransactions"]), + ("Protoyped", &["prototyped"]), + ("Implementaed", &["implemented"]), + ("Reaveling", &["revealing"]), + ("Aggresiveness", &["aggressiveness"]), + ("Luch", &["lunch"]), + ("Effeckt", &["effect"]), + ("Composiblity", &["composability"]), + ("Doucmentes", &["documents"]), + ("Retreieved", &["retrieved"]), + ("Enouncter", &["encounter"]), + ("Capitilazation", &["capitalization"]), + ("Conciders", &["considers"]), + ("Negogtiate", &["negotiate"]), + ("Loockdown", &["lockdown"]), + ("Instrucion", &["instruction"]), + ("Protocos", &["protocols"]), + ("Developmentwise", &["developments"]), + ("Aanother", &["another"]), + ("Boierplate", &["boilerplate"]), + ("Autonegotitaions", &["autonegotiations"]), + ("Freqeuncies", &["frequencies"]), + ("Ooutput", &["output"]), + ("Receieve", &["receive"]), + ("Antennna", &["antenna"]), + ("Enrollemnt", &["enrollment"]), + ("Patterno", &["patterson"]), + ("Regularlize", &["regularize"]), + ("Inspektion", &["inspection"]), + ("Innoculated", &["inoculated"]), + ("Dectects", &["detects"]), + ("Oscilllators", &["oscillators"]), + ("Recgonised", &["recognised"]), + ("Phsical", &["physical"]), + ("Abritrarily", &["arbitrarily"]), + ("Reesrved", &["reserved"]), + ("Midfielers", &["midfielders"]), + ("Renaiscance", &["renaissance"]), + ("Indigenuous", &["indigenous"]), + ("Multipresistion", &["multiprecision"]), + ("Strust", &["strut", "trust"]), + ("Invalde", &["invalid"]), + ("Passords", &["passwords"]), + ("Avriants", &["variants"]), + ("Panthen", &["pantheon"]), + ("Compenduim", &["compendium"]), + ("Backgrouund", &["background"]), + ("Opjects", &["objects"]), + ("Begginning", &["beginning"]), + ("Arbibtarily", &["arbitrarily"]), + ("Britian", &["britain"]), + ("Reccommendation", &["recommendation"]), + ("Disconets", &["disconnects"]), + ("Mutuallly", &["mutually"]), + ("Rebision", &["revision"]), + ("Approbiate", &["appropriate"]), + ("Regiters", &["registers"]), + ("Artilley", &["artillery"]), + ("Funchtioning", &["functioning"]), + ("Independenant", &["independent"]), + ("Expermeneters", &["experimenters"]), + ("Declartiuve", &["declarative"]), + ("Devleoppers", &["developers"]), + ("Authethicators", &["authenticators"]), + ("Palestein", &["palestine"]), + ("Kryptolite", &["kryptonite"]), + ("Expewrimentation", &["experimentation"]), + ("Distirbution", &["distribution"]), + ("Chizil", &["chisel"]), + ("Expoldes", &["explodes"]), + ("Summorized", &["summarized"]), + ("Appriopriate", &["appropriate"]), + ("Reclami", &["reclaim"]), + ("Hypothenuse", &["hypotenuse"]), + ("Questionairre", &["questionnaire"]), + ("Paticles", &["particles"]), + ("Rotaitons", &["rotations"]), + ("Exampt", &["exempt"]), + ("Miraculos", &["miraculous"]), + ("Assesing", &["assessing"]), + ("Resembelance", &["resemblance"]), + ("Represention", &["representing", "representation"]), + ("Algorrithm", &["algorithm"]), + ("Incorruptable", &["incorruptible"]), + ("Neigborhood", &["neighborhood"]), + ("Authenfiing", &["authenticating"]), + ("Strawberrries", &["strawberries"]), + ("Agumented", &["augmented"]), + ("Demolito", &["demolition"]), + ("Downgardes", &["downgrades"]), + ("Constly", &["costly"]), + ("Flacouring", &["flavouring"]), + ("Prevert", &["pervert"]), + ("Distrobution", &["distribution"]), + ("Downlaodes", &["downloads"]), + ("Behaivior", &["behavior"]), + ("Communtiy", &["community"]), + ("Pararmeter", &["parameter"]), + ("Certifciated", &["certificated"]), + ("Encyklopedia", &["encyclopedia"]), + ("Renegoating", &["renegotiating"]), + ("Allocaton", &["allocation"]), + ("Betrayd", &["betrayed"]), + ("Accure", &["accrue", "occur", "acquire"]), + ("Modifikation", &["modification"]), + ("Responsibilites", &["responsibilities"]), + ("Closd", &["closed"]), + ("Cretated", &["created"]), + ("Universale", &["universe"]), + ("Modfitied", &["modified"]), + ("Xepected", &["expected"]), + ("Madatory", &["mandatory"]), + ("Experimanentally", &["experimentally"]), + ("Difined", &["defined", "divined"]), + ("Stoarge", &["storage"]), + ("Retirment", &["retirement"]), + ("Desconstructed", &["deconstructed"]), + ("Singooled", &["singled", "signaled"]), + ("Supeblock", &["superblock"]), + ("Exeution", &["execution"]), + ("Colapse", &["collapse"]), + ("Determned", &["determined"]), + ("Equilvalent", &["equivalent"]), + ("Resovlers", &["resolvers"]), + ("Prolbems", &["problems"]), + ("Incomping", &["incoming"]), + ("Reveiws", &["reviews"]), + ("Jamiacan", &["jamaican"]), + ("Transgrassion", &["transgression"]), + ("Modfiy", &["modify"]), + ("Entrys", &["entries", "entry"]), + ("Corrilation", &["correlation"]), + ("Desided", &["decided"]), + ("Chrsitians", &["christians"]), + ("Reallt", &["really"]), + ("Cattleship", &["battleship"]), + ("Resemebling", &["resembling"]), + ("Constinually", &["continually"]), + ("Partions", &["partitions", "portions"]), + ("Defautting", &["defaulting"]), + ("Amargeddon", &["armageddon"]), + ("Acquiantance", &["acquaintances"]), + ("Desribing", &["describing"]), + ("Novemer", &["november"]), + ("Reintarnation", &["reincarnation"]), + ("Expetimentel", &["experimental"]), + ("Expeirimentation", &["experimentation"]), + ("Matheticians", &["mathematicians"]), + ("Purposfully", &["purposefully"]), + ("Inadventently", &["inadvertently"]), + ("Misinterprett", &["misinterpret"]), + ("Masturabtion", &["masturbation"]), + ("Transfomer", &["transformer"]), + ("Commplied", &["complied"]), + ("Loging", &["logging", "lodging"]), + ("Excutables", &["executables"]), + ("Historgrams", &["histograms"]), + ("Desctiptors", &["descriptors"]), + ("Alhpabet", &["alphabet"]), + ("Telegramm", &["telegram"]), + ("Discconeects", &["disconnects"]), + ("Siginifies", &["signifies"]), + ("Indivuduals", &["individuals"]), + ("Difractive", &["diffractive"]), + ("Aprticle", &["particle"]), + ("Constrcutors", &["constructors"]), + ("Precence", &["presence"]), + ("Tyepof", &["typeof"]), + ("Alowable", &["allowable"]), + ("Overlordess", &["overlords"]), + ("Dedependents", &["dependents"]), + ("Dolphinese", &["dolphins"]), + ("Unvalidate", &["invalidate"]), + ("Trasformations", &["transformations"]), + ("Adminstrative", &["administrative"]), + ("Dowload", &["download"]), + ("Containig", &["containing"]), + ("Reportedy", &["reportedly"]), + ("Disapplined", &["disciplined"]), + ("Thsi", &["this"]), + ("Wirter", &["writer"]), + ("Usefull", &["useful"]), + ("Cyphertext", &["ciphertext"]), + ("Dubled", &["doubled"]), + ("Otate", &["notate", "rotate"]), + ("Unisntalled", &["uninstalled"]), + ("Thursdey", &["thursday"]), + ("Poisonis", &["poisons"]), + ("Adition", &["addition"]), + ("Surpport", &["support"]), + ("Needlessy", &["needlessly"]), + ("Happnes", &["happens", "happiness"]), + ("Unfreindly", &["unfriendly"]), + ("Partiel", &["particle"]), + ("Variablwes", &["variables"]), + ("Anguage", &["language"]), + ("Renegatiotiations", &["renegotiations"]), + ("Delevopp", &["develop"]), + ("Chernboyl", &["chernobyl"]), + ("Superivsor", &["supervisors"]), + ("Preorded", &["preordered"]), + ("Censabilities", &["sensibilities"]), + ("Wlll", &["will"]), + ("Incluing", &["including"]), + ("Exeqution", &["execution"]), + ("Ingrediant", &["ingredient"]), + ("Funtionally", &["functionally"]), + ("Repedable", &["repeatable"]), + ("Annaying", &["annoying"]), + ("Encosing", &["enclosing", "encoding"]), + ("Commissionor", &["commissioner"]), + ("Downwoting", &["downvoting"]), + ("Warrned", &["warned"]), + ("Vegaterian", &["vegetarian"]), + ("Positiong", &["positioning", "position"]), + ("Countrying", &["countering"]), + ("Universets", &["universes"]), + ("Extimator", &["estimator"]), + ("Arrenged", &["arranged"]), + ("Renaissace", &["renaissance"]), + ("Defenitions", &["definitions"]), + ("Annonce", &["announce"]), + ("Delerious", &["delirious"]), + ("Bounadary", &["boundary"]), + ("Counterfact", &["counteract"]), + ("Exclemation", &["exclamation"]), + ("Igoring", &["ignoring"]), + ("Interrrupted", &["interrupted"]), + ("Dupplicates", &["duplicates"]), + ("Valied", &["valid"]), + ("Earhtbound", &["earthbound"]), + ("Diabler", &["disabler"]), + ("Flatteur", &["flatter"]), + ("Coordindate", &["coordinate"]), + ("Rellocates", &["reallocates", "relocates"]), + ("Funxtions", &["functions"]), + ("Descriving", &["describing"]), + ("Multiplyng", &["multiplying"]), + ("Pedestrain", &["pedestrian"]), + ("Posessed", &["possessed"]), + ("Tyrannia", &["tyrannical"]), + ("Convertirle", &["convertible"]), + ("Responisbility", &["responsibility"]), + ("Tranmission", &["transmission"]), + ("Wendesdays", &["wednesdays"]), + ("Modulues", &["modules"]), + ("Scafold", &["scaffold"]), + ("Ediable", &["editable"]), + ("Vauled", &["valued"]), + ("Michgian", &["michigan"]), + ("Rollercoaser", &["rollercoaster"]), + ("Skpeticism", &["skepticism"]), + ("Withrdawal", &["withdrawals"]), + ("Acquried", &["acquired"]), + ("Bicylces", &["bicycles"]), + ("Quadrantic", &["quadratic"]), + ("Disturben", &["disturbance"]), + ("Checg", &["check"]), + ("Unsucceed", &["unsuccessful"]), + ("Atifacts", &["artifacts"]), + ("Heartborken", &["heartbroken"]), + ("Mirors", &["mirrors", "minors"]), + ("Prosessor", &["processor"]), + ("Preferis", &["prefers"]), + ("Consentrated", &["concentrated"]), + ("Claravoyants", &["clairvoyants"]), + ("Activaste", &["activates"]), + ("Aethists", &["atheists"]), + ("Neighbeorhods", &["neighborhoods"]), + ("Dordered", &["ordered"]), + ("Uncahnged", &["unchanged"]), + ("Parsially", &["partially"]), + ("Resorusion", &["resolution"]), + ("Sexualizd", &["sexualized"]), + ("Scorates", &["socrates"]), + ("Licsense", &["license"]), + ("Excerises", &["exercises"]), + ("Calfs", &["calves"]), + ("Declase", &["declares"]), + ("Unconditinally", &["unconditionally"]), + ("Androgeny", &["androgyny"]), + ("Failre", &["failure"]), + ("Uncomplete", &["incomplete"]), + ("Theoligical", &["theological"]), + ("Stadnardizing", &["standardizing"]), + ("Ajacentcy", &["adjacency"]), + ("Deperecated", &["deprecated"]), + ("Cusstomization", &["customization"]), + ("Missionarry", &["missionary"]), + ("Condolonces", &["condolences"]), + ("Acceleartion", &["acceleration"]), + ("Installaitons", &["installations"]), + ("Assumpted", &["assumed"]), + ("Percaution", &["precaution"]), + ( + "Traling", + &[ + "trailing", + "trialing", + "tracing", + "trading", + "traveling", + "trawling", + ], + ), + ("Mailling", &["mailing"]), + ("Concurer", &["conqueror"]), + ("Magainzes", &["magazines"]), + ("Fermentaiton", &["fermentation"]), + ("Conceousally", &["consciously"]), + ("Ascnesion", &["ascension"]), + ("Expierencing", &["experiencing"]), + ("Presentacion", &["presentation"]), + ("Defned", &["defend", "defined"]), + ("Ressurrect", &["resurrect"]), + ("Unregistred", &["unregistered"]), + ("Vulnerabuilty", &["vulnerability"]), + ("Autonegosiation", &["autonegotiation"]), + ("Ccannot", &["cannot"]), + ("Funcsions", &["functions"]), + ("Desciribe", &["describe"]), + ("Recourced", &["resourced"]), + ("Cimetricaly", &["symmetrically"]), + ("Installes", &["installs"]), + ("Absolument", &["absolute"]), + ("Negoziator", &["negotiator"]), + ("Exentended", &["extended"]), + ("Repesentation", &["representation"]), + ("Arbibtrarily", &["arbitrarily"]), + ("Mastrubates", &["masturbate"]), + ("Restatting", &["restarting", "restating"]), + ("Ueslessness", &["uselessness"]), + ("Eddge", &["edge"]), + ("Bck", &["back"]), + ("Exahustion", &["exhaustion"]), + ("Poits", &["points"]), + ("Componennts", &["components"]), + ("Acknowledget", &["acknowledgment"]), + ("Downgrates", &["downgrades"]), + ("Veritical", &["vertical"]), + ("Gerenation", &["generation"]), + ("Squshed", &["squashed"]), + ("Owful", &["awful"]), + ("Comparisation", &["comparison"]), + ("Potiential", &["potential"]), + ("Luancher", &["launcher"]), + ("Readdrsses", &["readdresses"]), + ("Reselction", &["reselection"]), + ("Incliuded", &["included"]), + ("Funchtioned", &["functioned"]), + ("Complaind", &["complained"]), + ("Developmenet", &["developments"]), + ("Inpredictable", &["unpredictable"]), + ("Revew", &["review"]), + ("Greenhosue", &["greenhouse"]), + ("Writre", &["writer"]), + ("Thic", &["this"]), + ("Emcompassed", &["encompassed"]), + ("Cvignore", &["cvsignore"]), + ("Conert", &["convert"]), + ("Negotatiate", &["negotiate"]), + ("Subnegociation", &["subnegotiation"]), + ("Sepearator", &["separator"]), + ("Prosicutor", &["prosecutor"]), + ("Comannds", &["commands"]), + ("Ceasars", &["caesars"]), + ("Higeine", &["hygiene"]), + ("Bund", &["bind", "bound"]), + ("Reutnred", &["returned"]), + ("Pretected", &["protected"]), + ("Filesystyems", &["filesystems"]), + ("Occupaiton", &["occupation"]), + ("Evauluation", &["evaluation"]), + ("Crusdaers", &["crusaders"]), + ("Incoporates", &["incorporates"]), + ("Dimensinal", &["dimensional"]), + ("Eviciton", &["eviction"]), + ("Fopr", &["for"]), + ("Opionally", &["optionally"]), + ("Webiste", &["website"]), + ("Pentsylvania", &["pennsylvania"]), + ("Statemens", &["statements"]), + ("Tanget", &["tangent"]), + ("Follfowinwg", &["following"]), + ("Cumbersomem", &["cumbersome"]), + ("Programem", &["programme"]), + ("Speficitication", &["specification"]), + ("Malaysa", &["malaysia"]), + ("Zookeenees", &["zucchinis"]), + ("Follind", &["following"]), + ("Pathane", &["pathname"]), + ("Milliescond", &["millisecond"]), + ("Sensitiviy", &["sensitivity"]), + ("Represetning", &["representing"]), + ("Refects", &["reflects"]), + ("Interessted", &["interested"]), + ("Augmnets", &["augments"]), + ("Peferentially", &["preferentially"]), + ("Exhausto", &["exhaustion"]), + ("Architecturse", &["architectures"]), + ("Becuse", &["because"]), + ("Cataclysim", &["cataclysm"]), + ("Euphroia", &["euphoria"]), + ("Actualky", &["actually"]), + ("Dissaponited", &["disappointed"]), + ("Handshke", &["handshake"]), + ("Constrctors", &["constructors"]), + ("Occuped", &["occupied"]), + ("Corporativos", &["corporations"]), + ("Arbitrors", &["arbiters", "arbitrators"]), + ("Tabke", &["table"]), + ("Pathnme", &["pathname"]), + ("Milimetres", &["millimetres"]), + ("Accesssing", &["accessing"]), + ("Otherwhise", &["otherwise"]), + ("Elaspes", &["elapses"]), + ("Monstros", &["monstrous"]), + ("Frustations", &["frustrations"]), + ("Aribitary", &["arbitrary"]), + ("Rturns", &["returns", "turns"]), + ("Constituient", &["constitute"]), + ("Bitcoints", &["bitcoins"]), + ("Mistmatched", &["mismatched"]), + ("Standartised", &["standardised"]), + ("Disparite", &["disparate"]), + ("Detructed", &["destructed"]), + ("Disablle", &["disable"]), + ("Matchs", &["matches"]), + ("Circomvent", &["circumvent"]), + ("Compatibel", &["compatible"]), + ("Loggin", &["login", "logging"]), + ("Explcit", &["explicit"]), + ("Afircans", &["africans"]), + ("Hach", &["hatch", "hack", "hash"]), + ("Unrealiable", &["unreliable"]), + ("Favourties", &["favourites"]), + ("Antoganist", &["antagonist"]), + ("Supirsed", &["surprised"]), + ("Methodoloy", &["methodology"]), + ("Transolates", &["translates"]), + ("Redidual", &["residual"]), + ("Methematical", &["mathematical"]), + ("Sumamrize", &["summarize"]), + ("Flaot", &["float"]), + ("Girlfirends", &["girlfriends"]), + ("Disadvanteges", &["disadvantages"]), + ("Penisular", &["peninsular"]), + ("Raotating", &["rotating"]), + ("Porcessors", &["processors"]), + ("Dispapointed", &["disappointed"]), + ("Decison", &["decision"]), + ("Scrpited", &["scripted"]), + ("Teached", &["taught"]), + ("Discconeect", &["disconnect"]), + ("Proficienty", &["proficiency"]), + ("Concurreny", &["concurrency"]), + ("Devloved", &["devolved"]), + ("Exepcted", &["expected"]), + ("Techniks", &["techniques"]), + ("Australin", &["australians"]), + ("Arbiraty", &["arbitrary"]), + ("Inconsistancy", &["inconsistency"]), + ("Surregat", &["surrogate"]), + ("Audiobok", &["audiobook"]), + ("Tablespons", &["tablespoons"]), + ("Toriodal", &["toroidal"]), + ("Medevial", &["medieval"]), + ("Terminaters", &["terminators"]), + ("Uninteressting", &["uninteresting"]), + ("Principaly", &["principality"]), + ("Championsips", &["championships"]), + ("Prioirty", &["priority"]), + ("Surrogage", &["surrogate"]), + ("Accidentley", &["accidentally"]), + ("Bever", &["never"]), + ("Ignorng", &["ignoring"]), + ("Mccarthyst", &["mccarthyist"]), + ("Acquiesses", &["acquiesces"]), + ("Guestures", &["gestures"]), + ("Componts", &["compost"]), + ("Interals", &["internals", "intervals", "integrals"]), + ("Frimware", &["firmware"]), + ("Hitories", &["histories"]), + ("Positves", &["positives"]), + ("Banditas", &["bandits"]), + ("Gemetrical", &["geometrical"]), + ("Advantagous", &["advantageous"]), + ("Sinply", &["simply"]), + ("Configuare", &["configure"]), + ("Pedohpilia", &["pedophilia"]), + ("Clitories", &["clitoris"]), + ("Conteneurs", &["contenders"]), + ("Procudes", &["procures", "produces"]), + ("Experimdntations", &["experimentations"]), + ("Twords", &["towards"]), + ("Wolrdview", &["worldview"]), + ("Beieve", &["believe"]), + ("Preamle", &["preamble"]), + ("Directd", &["directed"]), + ("Plaftorm", &["platform"]), + ("Regulaters", &["regulators"]), + ("Propsects", &["prospects"]), + ("Contzains", &["contains"]), + ("Directort", &["directory"]), + ("Resoluitons", &["resolutions"]), + ("Vulnerablility", &["vulnerability"]), + ("Sesceding", &["seceding"]), + ("Middlewar", &["middleware"]), + ("Biridectionality", &["bidirectionality"]), + ("Parokeal", &["parochial"]), + ("Penduluum", &["pendulum"]), + ("Gratuituous", &["gratuitous"]), + ("Curisve", &["cursive"]), + ("Assassians", &["assassin"]), + ("Enlish", &["english", "enlist"]), + ("Orieations", &["orientations"]), + ("Implemt", &["implement"]), + ("Negotication", &["negotiation"]), + ("Ocurring", &["occurring"]), + ("Requrested", &["requested"]), + ("Presitgious", &["prestigious"]), + ("Scrpt", &["script"]), + ("Reveral", &["reversal", "referral"]), + ("Accommadating", &["accommodating"]), + ("Thrugh", &["through"]), + ("Neratives", &["narratives", "negatives"]), + ("Gogin", &["going", "gauguin"]), + ("Taggs", &["tags"]), + ("Preformer", &["performer"]), + ("Consequente", &["consequence"]), + ("Useg", &["user", "usage"]), + ("Clitiros", &["clitoris"]), + ("Ingnorar", &["ignore", "ignorant"]), + ("Atack", &["attack"]), + ("Applicapility", &["applicability"]), + ("Usued", &["used"]), + ("Autonegotionations", &["autonegotiations"]), + ("Accepeted", &["accepted"]), + ("Dimunitive", &["diminutive"]), + ("Superstitiosi", &["superstitious"]), + ("Citisenship", &["citizenship"]), + ("Sanboxing", &["sandboxing"]), + ("Represetnation", &["representations"]), + ("Detectsions", &["detections"]), + ("Archor", &["anchor"]), + ("Possitives", &["positives"]), + ("Neighbar", &["neighbor"]), + ("Agruement", &["argument"]), + ("Suggestons", &["suggests"]), + ("Depdenences", &["dependences"]), + ("Humanitarna", &["humanitarian"]), + ("Continum", &["continuum"]), + ("Nationella", &["national"]), + ("Intrepretations", &["interpretations"]), + ("Transitin", &["transitions"]), + ("Simplifed", &["simplified"]), + ("Constarin", &["constrain"]), + ("Detauls", &["details"]), + ("Qurorum", &["quorum"]), + ("Langueages", &["languages"]), + ("Evaulated", &["evaluated"]), + ("Esclated", &["escalated"]), + ("Stll", &["still"]), + ("Unenforcable", &["unenforceable"]), + ("Autoincrementive", &["autoincrement"]), + ("Sexualizied", &["sexualized"]), + ("Inventaron", &["inventor"]), + ("Correctivos", &["corrections"]), + ("Amplitde", &["amplitude"]), + ("Kernal", &["kernel"]), + ("Dokcing", &["docking"]), + ("Attactments", &["attachments"]), + ("Overpad", &["overpaid"]), + ("Alllows", &["allows"]), + ("Somone", &["someone"]), + ("Necassry", &["necessary"]), + ("Rapell", &["rappel"]), + ("Proberty", &["property", "properly"]), + ("Apporves", &["approves"]), + ("Listes", &["listed"]), + ("Tyrrany", &["tyranny"]), + ("Strnad", &["strand"]), + ("Sociopats", &["sociopaths"]), + ("Warninsg", &["warnings"]), + ("Ploting", &["plotting"]), + ("Representetives", &["representatives"]), + ("Execptions", &["exceptions"]), + ("Mininised", &["minimised"]), + ("Bodiese", &["bodies"]), + ("Insturment", &["instrument"]), + ("Preventation", &["presentation"]), + ("Avodacos", &["avocados"]), + ("Unchallengable", &["unchallengeable"]), + ("Pipelinining", &["pipelining"]), + ("Plese", &["please"]), + ("Pathign", &["pathing"]), + ("Unconsiderate", &["inconsiderate"]), + ("Aunthentication", &["authentication"]), + ("Mehods", &["methods"]), + ("Transconding", &["transcoding"]), + ("Degenerage", &["degenerate"]), + ("Respnse", &["response"]), + ("Corecctly", &["correctly"]), + ("Determinacion", &["determination"]), + ("Dissmiss", &["dismiss"]), + ("Traverce", &["traverse"]), + ("Escating", &["escalating", "escaping"]), + ("Guaruantes", &["guarantees"]), + ("Modfier", &["modifier"]), + ("Heveanly", &["heavenly"]), + ("Condemming", &["condemning"]), + ("Transiever", &["transceiver"]), + ("Rrrored", &["errored"]), + ("Viewpionts", &["viewpoints"]), + ("Whisltes", &["whistles"]), + ("Collaberate", &["collaborate"]), + ("Oversimplifacation", &["oversimplification"]), + ("Kresh", &["crèche"]), + ("Sucessefully", &["successfully"]), + ("Trasformed", &["transformed"]), + ("Shanghi", &["shanghai"]), + ("Mozzarela", &["mozzarella"]), + ("Arrangted", &["arranged"]), + ("Yesteday", &["yesterday"]), + ("Leting", &["letting"]), + ("Instsallations", &["installations"]), + ("Metabloic", &["metabolic"]), + ("Expolde", &["explode"]), + ("Electricion", &["electrician"]), + ("Assginment", &["assignment"]), + ("Agricultual", &["agricultural"]), + ("Perserving", &["preserving"]), + ("Nonesense", &["nonsense"]), + ("Westernerns", &["westerners"]), + ("Framewoek", &["framework"]), + ("Occrring", &["occurring"]), + ("Physciatrist", &["psychiatrist"]), + ("Reallocaiing", &["reallocating"]), + ("Relashionships", &["relationships"]), + ("Expressens", &["expresses"]), + ("Tosbiba", &["toshiba"]), + ("Accomadate", &["accommodate"]), + ("Insignificatly", &["insignificantly"]), + ("Accerelate", &["accelerated"]), + ("Speficifation", &["specification"]), + ("Wrapepd", &["wrapped"]), + ("Chec", &["check"]), + ("Achieveing", &["achieving"]), + ("Appications", &["applications"]), + ("Attemping", &["attempting"]), + ("Occurately", &["accurately"]), + ("Concers", &["concerns"]), + ("Freezs", &["freezes"]), + ("Circumstnces", &["circumstances"]), + ("Vulnerarble", &["vulnerable"]), + ("Srew", &["screw", "shrew", "sew"]), + ("Tresuary", &["treasury"]), + ("Coponents", &["components"]), + ("Simpley", &["simply"]), + ("Resloves", &["resolves"]), + ("Enumeratiors", &["enumerators"]), + ("Explossion", &["explosions"]), + ("Viusally", &["visually"]), + ("Addressses", &["addresses"]), + ("Chked", &["checked"]), + ("Recomendations", &["recommendations"]), + ("Informatio", &["information"]), + ("Legistration", &["registration"]), + ("Reayd", &["ready", "read"]), + ("Whereever", &["wherever"]), + ("Sidelinked", &["sideline"]), + ("Emphazises", &["emphasises"]), + ("Unepectedly", &["unexpectedly"]), + ("Warninds", &["warnings"]), + ("Initialiseing", &["initialising"]), + ("Exhisting", &["existing"]), + ("Ocasionally", &["occasionally"]), + ("Interacties", &["interacts"]), + ("Librairies", &["libraries"]), + ("Opearitos", &["operations"]), + ("Metaphsyical", &["metaphysical"]), + ("Heidelburg", &["heidelberg"]), + ("Publiser", &["publisher"]), + ("Exsited", &["existed", "excited"]), + ("Balence", &["balance"]), + ("Behaiviuor", &["behavior"]), + ("Compromisso", &["compromises"]), + ("Exerternal", &["external"]), + ("Severeal", &["several"]), + ("Elamentry", &["elementary"]), + ("Satursday", &["saturday"]), + ("Overthinkig", &["overthinking"]), + ("Parachutage", &["parachute"]), + ("Ghostscritp", &["ghostscript"]), + ("Bramches", &["branches"]), + ("Secon", &["second"]), + ("Welathiest", &["wealthiest"]), + ("Inconviniences", &["inconveniences"]), + ("Penssylvania", &["pennsylvania"]), + ("Asycn", &["async"]), + ("Tork", &["torque"]), + ("Broblematic", &["problematic"]), + ("Gorry", &["gory"]), + ("Fieldlst", &["fieldlist"]), + ("Possiblec", &["possible"]), + ("Horizontaal", &["horizontal"]), + ("Uninitalizable", &["uninitializable"]), + ("Literture", &["literature"]), + ("Constructiin", &["constructing"]), + ("Genertor", &["generator"]), + ("Dicards", &["discards"]), + ("Everyons", &["everyones"]), + ("Initialyze", &["initialize"]), + ("Progressivas", &["progressives"]), + ("Indepdendent", &["independent"]), + ("Palyer", &["player"]), + ("Renegotitaing", &["renegotiating"]), + ("Fpr", &["for", "far", "fps"]), + ("Deciedd", &["decided"]), + ("Detalis", &["details"]), + ("Aroudn", &["around"]), + ("Brightoner", &["brighten"]), + ("Renderr", &["render"]), + ("Mecernary", &["mercenary"]), + ("Renegoatiation", &["renegotiation"]), + ("Negligance", &["negligence"]), + ("Diahrrea", &["diarrhea"]), + ("Ened", &["need"]), + ("Falseley", &["falsely"]), + ("Insesitivity", &["insensitivity"]), + ("Numebering", &["numbering"]), + ("Avisories", &["advisories"]), + ("Generatore", &["generate"]), + ("Constructifs", &["constructs"]), + ("Septmeber", &["september"]), + ("Bouunds", &["bounds"]), + ("Kicthens", &["kitchens"]), + ("Althorithmically", &["algorithmically"]), + ("Controlas", &["controls"]), + ("Isntalled", &["installed"]), + ("Shakespeer", &["shakespeare"]), + ("Canditates", &["candidates"]), + ("Assocciated", &["associated"]), + ("Quantaty", &["quantity"]), + ("Neighbeards", &["neighborhoods"]), + ("Herarchy", &["hierarchy"]), + ("Determinne", &["determine"]), + ("Recuriter", &["recruiter"]), + ("Prevelance", &["prevalence"]), + ("Peaple", &["people"]), + ("Ambiant", &["ambient"]), + ("Incovience", &["inconvenience"]), + ("Formuls", &["formulas"]), + ("Balnaced", &["balanced"]), + ("Systyem", &["system"]), + ("Woithout", &["without"]), + ("Aestethically", &["aesthetically"]), + ("Contribte", &["contribute"]), + ("Enebaled", &["enabled"]), + ("Autoconplete", &["autocomplete"]), + ("Drinkes", &["drinkers"]), + ("Ntification", &["notification"]), + ("Questionares", &["questionnaires"]), + ("Hom", &["home"]), + ("Preferenze", &["preference"]), + ("Endagnering", &["endangering"]), + ("Faiways", &["fairways"]), + ("Prostituee", &["prostitute"]), + ("Everyoneis", &["everyones"]), + ("Dispayport", &["displayport"]), + ("Polietly", &["politely"]), + ("Marbleds", &["marbles"]), + ("Adressses", &["addresses"]), + ("Progressin", &["progression"]), + ("Angualr", &["angular"]), + ("Fundirse", &["fundies"]), + ("Coordate", &["cordinate"]), + ("Distncte", &["distance"]), + ("Counterfest", &["counterfeit"]), + ("Dgetttext", &["dgettext"]), + ("Examin", &["examine", "examining"]), + ("Repackge", &["repackage"]), + ("Compalins", &["complains"]), + ("Evalutated", &["evaluated"]), + ("Exponentiell", &["exponential"]), + ("Sepraate", &["separate"]), + ("Arrangs", &["arranges"]), + ("Lengedaries", &["legendaries"]), + ("Priveledges", &["privileges"]), + ("Sychronized", &["synchronized"]), + ("Differnec", &["difference"]), + ("Sligtly", &["slightly"]), + ("Uploadds", &["uploads"]), + ("Conditinals", &["conditionals"]), + ("Shanger", &["changer"]), + ("Intuitevely", &["intuitively"]), + ("Implemtation", &["implementation"]), + ("Friendzonie", &["friendzoned"]), + ("Reseponse", &["response"]), + ("Ariports", &["airports"]), + ("Summmarisation", &["summarisation"]), + ("Spefixic", &["specific"]), + ("Bounrady", &["boundary"]), + ("Primtiive", &["primitive"]), + ("Kidnappping", &["kidnapping"]), + ("Miniscue", &["miniscule"]), + ("Virtiual", &["virtual"]), + ("Horizonally", &["horizontally"]), + ("Phenonmena", &["phenomena"]), + ("Juni", &["june"]), + ("Egostitical", &["egotistical"]), + ("Dereferncencers", &["dereferencers"]), + ("Increses", &["increases"]), + ("Ypou", &["you"]), + ("Progapating", &["propagating"]), + ("Manufaturer", &["manufacturer"]), + ("Statemenets", &["statements"]), + ("Asbtractions", &["abstractions"]), + ("Instutitionalized", &["institutionalized"]), + ("Italianess", &["italians"]), + ("Invincibile", &["invincible"]), + ("Guardain", &["guardian"]), + ("Maintian", &["maintain"]), + ("Strectch", &["stretch"]), + ("Chihuahuita", &["chihuahua"]), + ("Fermentaion", &["fermentation"]), + ("Authentcated", &["authenticated"]), + ("Finsihes", &["finishes"]), + ("Wepons", &["weapons"]), + ("Atmosphereic", &["atmospheric"]), + ("Smapling", &["sampling"]), + ("Cheatta", &["cheetah"]), + ("Renegotitation", &["renegotiation"]), + ("Essentailly", &["essentially"]), + ("Levelign", &["leveling"]), + ("Receptos", &["receptors"]), + ("Workbenchs", &["workbenches"]), + ("Intersted", &["interested"]), + ("Observerats", &["observers"]), + ("Tempraal", &["temporal"]), + ("Convrets", &["converts"]), + ("Assosiated", &["associated"]), + ("Helerps", &["helpers"]), + ("Generats", &["generates"]), + ("Phospher", &["phosphor"]), + ("Lattitude", &["latitude"]), + ("Intercection", &["interception"]), + ("Civalisation", &["civilisation"]), + ("Excetional", &["exceptional"]), + ("Reprhase", &["rephrase"]), + ("Vicitms", &["victims"]), + ("Follwwiwng", &["following"]), + ("Luminose", &["luminous"]), + ("Preferencfe", &["preference"]), + ("Canges", &["changes"]), + ("Accredidation", &["accreditation"]), + ("Yoiur", &["your"]), + ("Exaplaination", &["explanation"]), + ("Flext", &["flex"]), + ("Expeensive", &["expensive"]), + ("Competetor", &["competitor"]), + ("Striaght", &["straight"]), + ("Interation", &["iteration", "interaction", "integration"]), + ("Compoonent", &["component"]), + ("Stamentent", &["statement"]), + ("Decmeber", &["december"]), + ("Pronunciato", &["pronunciation"]), + ("Carraige", &["carriage"]), + ("Parkays", &["parkways", "parlays", "parquets"]), + ("Certfy", &["certify"]), + ("Experimetnations", &["experimentations"]), + ("Reffered", &["referred"]), + ("Streights", &["straights", "straits"]), + ("Refelxes", &["reflexes"]), + ("Israelli", &["israeli"]), + ("Unifromity", &["uniformity"]), + ("Peusdo", &["pseudo"]), + ("Wressels", &["wrestles"]), + ("Flexibillity", &["flexibility"]), + ("Experimantelly", &["experimentally"]), + ("Htere", &["there", "here"]), + ("Argicultural", &["agricultural"]), + ("Malpractce", &["malpractice"]), + ("Intersecction", &["intersection"]), + ("Atmospere", &["atmosphere"]), + ("Jenkin", &["jenkins"]), + ("Elipsises", &["ellipses", "ellipsis"]), + ("Systesms", &["systems"]), + ("Vikigns", &["vikings"]), + ("Drifitng", &["drifting"]), + ("Daita", &["data"]), + ("Backerds", &["backers"]), + ("Oultinenodes", &["outlinenodes"]), + ("Rerferences", &["references"]), + ("Triskadecaphobia", &["triskaidekaphobia"]), + ("Bolor", &["color"]), + ("Negeated", &["negated"]), + ("Tournamet", &["tournament"]), + ("Terarform", &["terraform"]), + ("Neighours", &["neighbours"]), + ("Trurned", &["turned"]), + ("Stitchs", &["stitches"]), + ("Terrform", &["terraform"]), + ("Sheperedly", &["shepherdly"]), + ("Exlude", &["exclude", "exude"]), + ("Follwowong", &["following"]), + ("Elimiation", &["elimination"]), + ("Ignorrd", &["ignored"]), + ("Adaquately", &["adequately"]), + ("Kidnapning", &["kidnapping"]), + ("Hopeing", &["hoping"]), + ("Regulacion", &["regulation"]), + ("Prevoius", &["previous"]), + ("Rememembers", &["remembers"]), + ("Leaglizing", &["legalizing"]), + ("Adapaters", &["adapters"]), + ("Fallbck", &["fallback"]), + ("Coundition", &["condition"]), + ("Moteurs", &["motors"]), + ("Purposley", &["purposely"]), + ("Rulebok", &["rulebook"]), + ("Abtract", &["abstract"]), + ("Autorization", &["authorization"]), + ("Trainning", &["training"]), + ("Retangle", &["rectangle"]), + ("Requesst", &["request"]), + ("Participans", &["participants"]), + ("Culitvate", &["cultivate"]), + ("Ventillated", &["ventilated"]), + ("Negotate", &["negotiate"]), + ("Tempelate", &["template"]), + ("Anpatheater", &["amphitheater"]), + ("Persue", &["pursue"]), + ("Autometic", &["automatic"]), + ("Confirmeed", &["confirmed"]), + ("Contingient", &["contingent"]), + ("Tempraray", &["temporary"]), + ("Althorithmic", &["algorithmic"]), + ("Hierarhcically", &["hierarchically"]), + ("Expectency", &["expectancy"]), + ("Subshystem", &["subsystem"]), + ("Inrerface", &["interface"]), + ("Dirfting", &["drifting"]), + ("Disokay", &["display"]), + ("Paltformer", &["platformer"]), + ("Teest", &["test"]), + ("Infinit", &["infinite"]), + ("Assaultes", &["assaults"]), + ("Diviation", &["divination", "deviation"]), + ("Neighbourhing", &["neighbouring"]), + ("Trimed", &["trimmed"]), + ("Sepeates", &["separates"]), + ("Instuments", &["instruments"]), + ("Idenifiers", &["identifiers"]), + ("Nutritionnal", &["nutritional"]), + ("Chocolet", &["chocolates"]), + ("Probobly", &["probably"]), + ("Cuase", &["cause"]), + ("Paranoya", &["paranoia"]), + ("Simultaenous", &["simultaneous"]), + ("Speficifying", &["specifying"]), + ("Bountries", &["boundaries"]), + ("Extendsions", &["extensions"]), + ("Subscirbes", &["subscribes"]), + ("Impelments", &["implements"]), + ("Experimaneters", &["experimenters"]), + ("Langugage", &["language"]), + ("Excliudes", &["excludes"]), + ("Articat", &["artifact"]), + ("Coalsence", &["coalescence"]), + ("Slewthing", &["sleuthing"]), + ("Beauquets", &["bouquets"]), + ("Realsie", &["realise"]), + ("Suppurt", &["support"]), + ("Mechanims", &["mechanism", "mechanisms"]), + ("Stimulatin", &["stimulation"]), + ("Oficianados", &["aficionados"]), + ("Indicidated", &["indicated"]), + ("Caucasin", &["caucasian"]), + ("Underraker", &["undertaker"]), + ("Contracters", &["contractors"]), + ("Submoule", &["submodule"]), + ("Questios", &["questions"]), + ("Sequensed", &["sequenced"]), + ("Firts", &["flirts", "first"]), + ("Stadnardising", &["standardising"]), + ("Coonstantly", &["constantly"]), + ("Playthrogh", &["playthrough"]), + ("Faboulus", &["fabulous"]), + ("Properites", &["properties"]), + ("Discontinuted", &["discontinued"]), + ("Interstellor", &["interstellar"]), + ("Mencaing", &["menacing"]), + ("Unselcted", &["unselected"]), + ("Aheared", &["adhered"]), + ("Cumpus", &["compass"]), + ("Enlose", &["enclose"]), + ("Exchagnges", &["exchanges"]), + ("Executble", &["executable"]), + ("Purcahses", &["purchases"]), + ("Dirve", &["drive"]), + ("Aunthenticate", &["authenticate"]), + ("Attension", &["attention"]), + ("Subscriping", &["subscribing"]), + ("Revolutionens", &["revolutions"]), + ("Varaible", &["variable"]), + ("Abstrater", &["abstracter"]), + ("Supplaments", &["supplements"]), + ("Excersizing", &["exercising"]), + ("Arispace", &["airspace"]), + ("Motivaiton", &["motivations", "motivation"]), + ("Disabilitily", &["disability"]), + ("Resintalling", &["reinstalling"]), + ("Asii", &["ascii"]), + ("Interestd", &["interested"]), + ("Sentenals", &["sentinels"]), + ("Combiations", &["combinations"]), + ("Frontilne", &["frontline"]), + ("Outuput", &["output"]), + ("Accodrance", &["accordance"]), + ("Angluar", &["angular"]), + ("Libraire", &["library"]), + ("Obeservation", &["observation"]), + ("Immaturety", &["immaturity"]), + ("Appaise", &["appease", "appraise"]), + ("Thermostast", &["thermostat"]), + ("Hygenic", &["hygienic"]), + ("Virigns", &["virgins"]), + ("Academcially", &["academically"]), + ("Rectange", &["rectangle"]), + ("Veriftying", &["verifying"]), + ("Patterened", &["patterned"]), + ("Immboile", &["immobile"]), + ("Adivsor", &["advisor"]), + ("Publishher", &["publisher"]), + ("Concervatism", &["conservatism"]), + ("Distingiushing", &["distinguishing"]), + ("Rightt", &["right"]), + ("Qwesants", &["croissants"]), + ("Malicously", &["maliciously"]), + ("Simulatanous", &["simultaneous"]), + ("Accorting", &["according"]), + ("Autheticated", &["authenticated"]), + ("Decroative", &["decorative"]), + ("Callint", &["calling"]), + ("Creatue", &["creature"]), + ("Electic", &["electric", "eclectic"]), + ("Cirucal", &["circular"]), + ("Litecion", &["litecoin"]), + ("Caluclations", &["calculations"]), + ("Redudant", &["redundant"]), + ("Decrese", &["decrease"]), + ("Guareente", &["guarantee"]), + ("Perhiperals", &["peripherals"]), + ("Successul", &["successful"]), + ("Coloums", &["columns"]), + ("Stressade", &["stressed"]), + ("Supoorted", &["supported"]), + ("Allocat", &["allocate"]), + ("Eliminaste", &["eliminates"]), + ("Explicilt", &["explicit"]), + ("Neighbourhoood", &["neighbourhood"]), + ("Actuak", &["actual"]), + ("Idealogies", &["ideologies"]), + ("Negotiatie", &["negotiated"]), + ("Unlcear", &["unclear"]), + ("Straigth", &["straight"]), + ("Underlfowed", &["underflowed"]), + ("Glichted", &["glitched"]), + ("Franches", &["franchise"]), + ("Mision", &["mission"]), + ("Cassim", &["chasm"]), + ("Milennia", &["millennia"]), + ("Sepparation", &["separation"]), + ("Experiantial", &["experiential"]), + ("Porcessing", &["processing"]), + ("Elemenental", &["elemental"]), + ("Academicas", &["academics"]), + ("Grups", &["groups"]), + ("Extrapolerat", &["extrapolate"]), + ("Implimentions", &["implementations"]), + ("Addittions", &["addictions"]), + ("Locatoin", &["location"]), + ("Influenta", &["influential"]), + ("Correlato", &["correlation"]), + ("Librairy", &["library"]), + ("Expermienting", &["experimenting"]), + ("Desrired", &["desired"]), + ("Dispatchs", &["dispatches"]), + ("Shileded", &["shielded"]), + ("Yorkshrie", &["yorkshire"]), + ("Negogtiators", &["negotiators"]), + ("Commnunication", &["communication"]), + ("Quickyl", &["quickly"]), + ("Firt", &["first", "flirt"]), + ("Thev", &["the"]), + ("Partialy", &["partially"]), + ("Studdy", &["study"]), + ("Prefices", &["prefixes"]), + ("Resonabelt", &["resonate"]), + ("Projcts", &["projects"]), + ("Abstracion", &["abstraction"]), + ("Spacifications", &["specifications"]), + ("Rectangel", &["rectangle"]), + ("Postmage", &["postimage"]), + ("Uncounciously", &["unconsciously"]), + ("Liquour", &["liquor"]), + ("Enouf", &["enough"]), + ("Complating", &["completing"]), + ("Evertyime", &["everytime"]), + ("Occurrencs", &["occurrences"]), + ("Profie", &["profile"]), + ("Genitaliban", &["genitalia"]), + ("Everytone", &["everyone"]), + ("Descriptuve", &["descriptive"]), + ("Dectector", &["detector"]), + ("Unimpresssed", &["unimpressed"]), + ("Consiered", &["considered"]), + ("Servioce", &["service"]), + ("Imbraced", &["embraced"]), + ("Assassinatin", &["assassination"]), + ("Consitution", &["constitution"]), + ("Foders", &["coders", "folders"]), + ("Personsa", &["personas"]), + ("Anid", &["and"]), + ("Conferenze", &["conference"]), + ("Finanaced", &["financed"]), + ("Adolescant", &["adolescent"]), + ("Converastions", &["conservation"]), + ("Precondtioners", &["preconditioners"]), + ("Identiable", &["identifiable"]), + ("Initals", &["initials"]), + ("Dumbfoundeads", &["dumbfounded"]), + ("Fraternety", &["fraternity"]), + ("Photoshopd", &["photoshopped"]), + ("Attitide", &["attitude"]), + ("Fouund", &["found"]), + ("Avtivity", &["activity"]), + ("Trilineal", &["trilinear"]), + ("Somehwat", &["somewhat"]), + ("Conneyct", &["connect"]), + ("Gloab", &["globe"]), + ("Precison", &["precision"]), + ("Caharcter", &["character"]), + ("Permuatation", &["permutation"]), + ("Defintivly", &["definitively"]), + ("Creationsts", &["creationists"]), + ("Advatage", &["advantage"]), + ("Cetain", &["certain"]), + ("Defeind", &["defined", "defend"]), + ("Spreasheet", &["spreadsheet"]), + ("Sligthly", &["slightly"]), + ("Advocats", &["advocates"]), + ("Specialt", &["specialist"]), + ("Alliviate", &["alleviate"]), + ("Extered", &["exerted"]), + ("Retigger", &["retrigger"]), + ("Overhal", &["overhaul"]), + ("Skippps", &["skips"]), + ("Negligiable", &["negligible"]), + ("Noramlized", &["normalized"]), + ("Patchs", &["patches", "paths"]), + ("Retreve", &["retrieve"]), + ("Corrensponding", &["corresponding"]), + ("Stiky", &["sticky"]), + ("Corrispondant", &["correspondent"]), + ("Predictivo", &["prediction"]), + ("Apperars", &["appears"]), + ("Equiverlant", &["equivalent"]), + ("Westminser", &["westminster"]), + ("Geogrpahy", &["geography"]), + ("Rearrangtements", &["rearrangements"]), + ("Negotitors", &["negotiators"]), + ("Agnosticisim", &["agnosticism"]), + ("Buidl", &["build"]), + ("Tequlia", &["tequila"]), + ("Groupped", &["grouped"]), + ("Parenthesys", &["parentheses"]), + ("Transfos", &["transforms"]), + ("Refernce", &["reference"]), + ("Renegogtiator", &["renegotiator"]), + ("Verastility", &["versatility"]), + ("Positivitely", &["positivity"]), + ("Decrytion", &["decryption"]), + ("Unfriently", &["unfriendly"]), + ("Philosopy", &["philosophy"]), + ("Distrcit", &["district"]), + ("Overheathing", &["overheating"]), + ("Golakeeper", &["goalkeeper"]), + ("Hapened", &["happened"]), + ("Defineable", &["definable"]), + ("Kronicle", &["chronicle"]), + ("Exort", &["export", "exhort"]), + ("Fomat", &["format"]), + ("Illegalis", &["illegals"]), + ("Ocasioned", &["occasioned"]), + ("Condenm", &["condemn"]), + ("Specificato", &["specification"]), + ("Dissimlarlity", &["dissimilarity"]), + ("Characteers", &["characters"]), + ("Multipilers", &["multipliers"]), + ("Adpatation", &["adaptation"]), + ("Testiclees", &["testicles"]), + ("Delate", &["delete"]), + ("Penguis", &["penguins"]), + ("Canonival", &["canonical"]), + ("Sectins", &["sections"]), + ("Psychiatrict", &["psychiatrist"]), + ("Booleen", &["boolean"]), + ("Overlordes", &["overlords"]), + ("Glyped", &["glyphed"]), + ("Racistes", &["racists"]), + ("Cirucmstances", &["circumstances"]), + ("Mebrains", &["membranes"]), + ("Fantacizing", &["fantasizing"]), + ("Accordinag", &["according"]), + ("Rapore", &["rapport"]), + ("Rebulid", &["rebuild"]), + ("Transmissin", &["transmissions"]), + ("Coordiate", &["coordinate"]), + ("Minituare", &["miniature"]), + ("Alternitavely", &["alternatively"]), + ("Microscrope", &["microscope"]), + ("Contraceptie", &["contraceptives"]), + ("Implictly", &["implicitly"]), + ("Beed", &["bead", "been", "beer", "bees", "beet"]), + ("Aeriel", &["aerial"]), + ("Pinoneered", &["pioneered"]), + ("Oour", &["our"]), + ("Sopunds", &["sounds"]), + ("Plehtora", &["plethora"]), + ("Obhect", &["object"]), + ("Timeing", &["timing"]), + ("Asychronously", &["asynchronously"]), + ("Rulle", &["rule"]), + ("Loacality", &["locality"]), + ("Aggrevate", &["aggravate"]), + ("Wothout", &["without"]), + ("Configurationn", &["configuration"]), + ("Doamine", &["dopamine", "domain"]), + ("Newcaste", &["newcastle"]), + ("Experimintal", &["experimental"]), + ("Burocratic", &["bureaucratic"]), + ("Accompagnied", &["accompanied"]), + ("Nomber", &["number"]), + ("Reegion", &["region"]), + ("Ligthweights", &["lightweights"]), + ("Memcahe", &["memcache"]), + ("Statu", &["status"]), + ("Disqustingly", &["disgustingly"]), + ("Dezibel", &["decibel"]), + ("Attenation", &["attenuation", "attention"]), + ("Comformity", &["conformity"]), + ("Senisble", &["sensible"]), + ("Oxigen", &["oxygen"]), + ("Disguss", &["disgusts"]), + ("Eacg", &["each"]), + ("Converzation", &["conservation"]), + ("Anouncement", &["announcement"]), + ("Mathemetically", &["mathematically"]), + ("Experimdntal", &["experimental"]), + ("Susbtantive", &["substantive"]), + ("Chiuhahua", &["chihuahua"]), + ("Controlers", &["controls", "controllers"]), + ("Mathcing", &["matching"]), + ("Teamfigt", &["teamfight"]), + ("Persecutin", &["persecution"]), + ("Unopossed", &["unopposed"]), + ("Lybia", &["libya"]), + ("Mabe", &["maybe"]), + ("Dischare", &["discharged", "discharge"]), + ("Vigoruosly", &["vigorously"]), + ("Negothiation", &["negotiation"]), + ("Assication", &["association"]), + ("Terriories", &["territories"]), + ("Aperature", &["aperture"]), + ("Distinguised", &["distinguished"]), + ("Eitquette", &["etiquette"]), + ("Concusssion", &["concussions"]), + ("Comparation", &["comparison"]), + ("Negotiotates", &["negotiates"]), + ("Becahse", &["because"]), + ("Escpaed", &["escaped"]), + ("Elimnate", &["eliminate"]), + ("Exahusting", &["exhausting"]), + ("Specializied", &["specialize"]), + ("Leightweight", &["lightweight"]), + ("Decriptors", &["descriptors"]), + ("Transation", &["transition", "transaction", "translation"]), + ("Requiremenets", &["requirements"]), + ("Instancs", &["instances"]), + ("Conficts", &["conflicts"]), + ("Breweres", &["brewers"]), + ("Neutraly", &["neutrality"]), + ("Contempoary", &["contemporary"]), + ("Imediate", &["immediate"]), + ("Simpifications", &["simplifications"]), + ("Australien", &["australian"]), + ("Frequentily", &["frequently"]), + ("Adrerssing", &["addressing"]), + ("Depoist", &["deposit"]), + ("Sooit", &["suet", "suit", "soot"]), + ("Tommorow", &["tomorrow"]), + ("Transfert", &["transfer", "transferred"]), + ("Inpoverished", &["impoverished"]), + ("Transmiters", &["transmitters"]), + ("Enaugh", &["enough"]), + ("Sergeat", &["sergeant"]), + ("Correctoin", &["correction"]), + ("Variaty", &["variety"]), + ("Exent", &["extent"]), + ("Dbe", &["be"]), + ("Expectaion", &["expectation"]), + ("Funcitoned", &["functioned"]), + ("Plattoe", &["plateau"]), + ("Peolpe", &["people"]), + ("Atleats", &["atleast"]), + ("Simulatious", &["simulations"]), + ("Franchizes", &["franchises"]), + ("Inherid", &["inherit"]), + ("Mircoservice", &["microservice"]), + ("Discrimnator", &["discriminator"]), + ("Wiredest", &["weirdest"]), + ("Mashined", &["machined"]), + ("Resposnes", &["responses"]), + ("Dumbfouded", &["dumbfounded"]), + ("Complitations", &["compilations", "complications"]), + ("Lepards", &["leopards"]), + ("Obtaiens", &["obtains"]), + ("Slignt", &["slight"]), + ("Psychopants", &["psychopaths"]), + ("Resereved", &["reserved"]), + ("Represenational", &["representational"]), + ("Experimanet", &["experiment"]), + ("Revelutionary", &["revolutionary"]), + ("Perpandicularly", &["perpendicularly"]), + ("Combnation", &["combination"]), + ("Flemmish", &["flemish"]), + ("Epxected", &["expected"]), + ("Bood", &["boot"]), + ("Weev", &["weave"]), + ("Undefied", &["undefined"]), + ("Fascinatin", &["fascination"]), + ("Angshios", &["anxious"]), + ("Singelarly", &["singularly"]), + ("Intentually", &["intentionally"]), + ("Inconveience", &["inconvenience"]), + ("Lagacy", &["legacy"]), + ("Prolitariat", &["proletariat"]), + ("Rhaposdy", &["rhapsody"]), + ("Catgorically", &["categorically"]), + ("Administative", &["administrative"]), + ("Binrary", &["binary"]), + ("Robocoop", &["robocop"]), + ("Viabiliy", &["viability"]), + ("Allos", &["allows"]), + ("Sute", &["site", "suite", "suit"]), + ("Vectores", &["vectors"]), + ("Sptintf", &["sprintf"]), + ("Domonstrating", &["demonstrating"]), + ("Addjusting", &["adjusting"]), + ("Postiional", &["positional"]), + ("Presecuted", &["persecuted"]), + ("Pubilsh", &["publish"]), + ("Unexpectedtly", &["unexpectedly"]), + ("Orcale", &["oracle"]), + ("Empted", &["emptied"]), + ("Operatie", &["operative"]), + ("Bakend", &["backend", "baked"]), + ("Configuted", &["configured"]), + ("Adivsoriyes", &["advisories"]), + ("Wavelengh", &["wavelength"]), + ("Criticas", &["critics"]), + ("Dollers", &["dollars"]), + ("Mutipule", &["multiple"]), + ("Ono", &["one"]), + ("Eveolutionary", &["evolutionary"]), + ("Wotked", &["worked"]), + ("Hostspots", &["hotspots"]), + ("Nutritian", &["nutritional"]), + ("Eddited", &["edited"]), + ("Experimmentation", &["experimentation"]), + ("Odly", &["oddly"]), + ("Algorithym", &["algorithm"]), + ("Experimetn", &["experiment"]), + ("Nominatin", &["nomination"]), + ("Deprivaton", &["deprivation"]), + ("Ukrainin", &["ukrainian"]), + ("Compoennt", &["component"]), + ("Reprensentation", &["representation"]), + ("Iten", &["item"]), + ("Surgury", &["surgery"]), + ("Theologicial", &["theological"]), + ("Greandes", &["grenades"]), + ("Inidividual", &["individual"]), + ("Corparations", &["corporations"]), + ("Vaiables", &["variables"]), + ("Quantite", &["quantities"]), + ("Missclassified", &["misclassified"]), + ("Enourages", &["encourages"]), + ("Univeristy", &["university"]), + ("Souvineer", &["souvenir"]), + ("Accces", &["access"]), + ("Mispellings", &["misspellings"]), + ("Domonstrations", &["demonstrations"]), + ("Authenication", &["authentication"]), + ("Deploied", &["deployed"]), + ("Mangement", &["management"]), + ("Erroneouly", &["erroneously"]), + ("Commitin", &["committing"]), + ("Redundency", &["redundancy"]), + ("Semapthore", &["semaphore"]), + ("Tetrahedran", &["tetrahedron"]), + ("Maradeur", &["marauder"]), + ("Archtecture", &["architecture"]), + ("Filesysthem", &["filesystem"]), + ("Recursevily", &["recursively"]), + ("Bureaucratische", &["bureaucratic"]), + ("Traslucency", &["translucency"]), + ("Dinghys", &["dinghies"]), + ("Incombatibility", &["incompatibility"]), + ("Mutimarked", &["multimarked"]), + ("Ancedotal", &["anecdotal"]), + ("Timemout", &["timeout"]), + ("Cordinator", &["coordinator"]), + ("Interperated", &["interpreted"]), + ("Replics", &["replicas"]), + ("Assgins", &["assigns"]), + ("Paralles", &["parallels"]), + ("Mecahnically", &["mechanically"]), + ("Spaece", &["space"]), + ("Itnerpretaton", &["interpretation"]), + ("Undergrund", &["underground"]), + ("Preimeter", &["perimeter"]), + ("Comminity", &["community"]), + ("Temproraily", &["temporarily"]), + ("Exchagnging", &["exchanging"]), + ("Confugurable", &["configurable"]), + ("Dissconect", &["disconnect"]), + ("Bigrading", &["brigading"]), + ("Thyat", &["that"]), + ("Pragmatisch", &["pragmatic"]), + ("Faciliating", &["facilitating"]), + ("Lenguages", &["languages"]), + ("Absolultely", &["absolutely"]), + ("Sensititivity", &["sensitivity"]), + ("Allignemnt", &["alignment"]), + ("Byets", &["bytes"]), + ("Otiginal", &["original"]), + ("Calss", &["calls", "class"]), + ("Finanacier", &["financier"]), + ("Swapiness", &["swappiness"]), + ("Apsects", &["aspects"]), + ("Interogation", &["interrogation"]), + ("Fineshes", &["finesse"]), + ("Inifinte", &["infinite"]), + ("Troubelsome", &["troublesome"]), + ("Prjects", &["projects"]), + ("Informate", &["informative"]), + ("Shcooled", &["schooled"]), + ("Spefally", &["specially", "specifically"]), + ("Carinomial", &["ceremonial"]), + ("Mmaped", &["mapped"]), + ("Uninteristing", &["uninteresting"]), + ("Righetousness", &["righteousness"]), + ("Unregiste", &["unregister"]), + ("Analsyer", &["analyser"]), + ("Arbitor", &["arbiter", "arbitrator"]), + ("Organistions", &["organisations"]), + ("Conditonal", &["conditional"]), + ("Dependentes", &["dependencies"]), + ("Correspending", &["corresponding"]), + ("Overcloaked", &["overclocked"]), + ("Dealying", &["delaying"]), + ("Aare", &["are"]), + ("Straighforward", &["straightforward"]), + ("Midponts", &["midpoints"]), + ("Tehm", &["them"]), + ("Complimentarity", &["complimentary"]), + ("Misdimeanor", &["misdemeanor"]), + ("Insentivite", &["insensitive"]), + ("Orginy", &["originy"]), + ("Bumpter", &["bumper"]), + ("Buufers", &["buffers"]), + ("Loepard", &["leopard"]), + ("Inisides", &["insides"]), + ("Opearios", &["operations"]), + ("Batistia", &["batista"]), + ("Tigher", &["tighter"]), + ("Cringewrothy", &["cringeworthy"]), + ("Delibrate", &["deliberate"]), + ("Ruleboook", &["rulebook"]), + ("Constained", &["constrained", "contained"]), + ("Executabes", &["executables"]), + ("Loadbalncer", &["loadbalancer"]), + ("Paralelle", &["parallel"]), + ("Leafs", &["leaves"]), + ("Worshippig", &["worshipping"]), + ("Thoroidal", &["toroidal"]), + ("Dominaton", &["domination"]), + ("Testca", &["testcase"]), + ("Explian", &["explain"]), + ("Survivabiltiy", &["survivability"]), + ("Liablity", &["liability"]), + ("Appropriatin", &["appropriation"]), + ("Differintiate", &["differentiate"]), + ("Discontigious", &["discontiguous"]), + ("Substantiable", &["substantial"]), + ("Conbination", &["combination"]), + ("Arranes", &["arranges"]), + ("Manipulationg", &["manipulating"]), + ("Hierarcical", &["hierarchical"]), + ("Iterpreter", &["interpreter"]), + ("Disadvatange", &["disadvantage"]), + ("Conchusally", &["consciously"]), + ("Becuasse", &["because"]), + ("Phsyical", &["physical"]), + ("Positevely", &["positively"]), + ("Premire", &["premier"]), + ("Procrastonating", &["procrastinating"]), + ("Architectes", &["architects"]), + ("Mocrocontrollers", &["microcontrollers"]), + ("Definateky", &["definitely"]), + ("Nutirent", &["nutrient"]), + ("Vaulable", &["valuable"]), + ("Uffer", &["buffer"]), + ("Recalcuates", &["recalculates"]), + ("Embarassimg", &["embarrassing"]), + ("Rasing", &["raising"]), + ("Definatetly", &["definitely"]), + ("Properries", &["properties"]), + ("Phylosophical", &["philosophical"]), + ("Enterpreneurs", &["entrepreneurs"]), + ("Substituation", &["substitution"]), + ("Minerial", &["mineral"]), + ("Lieutenent", &["lieutenant"]), + ("Hypenating", &["hyphenating"]), + ("Corridoor", &["corridor"]), + ("Inspiritional", &["inspirational"]), + ("Overbearring", &["overbearing"]), + ("Internel", &["internal"]), + ("Persauded", &["persuaded"]), + ("Dissapoited", &["disappointed"]), + ("Iversed", &["inverse", "inversed"]), + ("Ba", &["by", "be"]), + ("Empries", &["empires"]), + ("Arrnage", &["arrange"]), + ("Maliciusally", &["maliciously"]), + ("Spawining", &["spawning"]), + ("Comtaminated", &["contaminated"]), + ("Anythign", &["anything"]), + ("Pernament", &["permanent"]), + ("Providencie", &["providence"]), + ("Connnecting", &["connecting"]), + ("Cigarattes", &["cigarettes"]), + ("Specificy", &["specify", "specificity", "specifically"]), + ("Nax", &["max", "nad"]), + ("Prinicpal", &["principal"]), + ("Oversimplificating", &["oversimplification"]), + ("Kidnly", &["kindly"]), + ("Politessen", &["politeness"]), + ("Arbituarily", &["arbitrarily"]), + ("Fedreally", &["federally"]), + ("Separtates", &["separates"]), + ("Investigaron", &["investigator"]), + ("Folliwng", &["following"]), + ("Loacation", &["location"]), + ("Autocoplete", &["autocomplete"]), + ("Awmings", &["awnings"]), + ("Negotioble", &["negotiable"]), + ("Refences", &["references"]), + ("Decidate", &["dedicate"]), + ("Similiarity", &["similarity"]), + ("Chrisitan", &["christian"]), + ("Undefien", &["undefine"]), + ("Resteraunts", &["restaurants"]), + ("Hwoever", &["however"]), + ("Reciprociate", &["reciprocate"]), + ("Trasfer", &["transfer"]), + ("Constitutn", &["constituents"]), + ("Assumse", &["assumes"]), + ("Apperent", &["apparent"]), + ("Speficialliers", &["specifiers"]), + ("Usigned", &["unsigned"]), + ("Definion", &["definition"]), + ("Miniscuel", &["miniscule"]), + ("Essesital", &["essential"]), + ("Objectivley", &["objectively"]), + ("Iy", &["it"]), + ("Unperturbe", &["unperturbed"]), + ("Legimitate", &["legitimate"]), + ("Tidibts", &["tidbits"]), + ("Delpoying", &["deploying"]), + ("Vulnarabilities", &["vulnerabilities"]), + ("Setitngs", &["settings"]), + ("Sunscreeen", &["sunscreen"]), + ("Capitalizaiton", &["capitalization"]), + ("Worksace", &["workspace"]), + ("Restaraunt", &["restaurant"]), + ("Iniects", &["injects"]), + ("Suppying", &["supplying"]), + ("Precenences", &["preferences"]), + ("Cllouded", &["clouded"]), + ("Cahanged", &["changed"]), + ("Chunc", &["chunk"]), + ("Castatrophe", &["catastrophe"]), + ("Executbale", &["executable"]), + ("Nojification", &["notification"]), + ("Contollers", &["controllers"]), + ("Negotiotion", &["negotiation"]), + ("Calculte", &["calculate"]), + ("Suddnely", &["suddenly"]), + ("Atempting", &["attempting"]), + ("Artistas", &["artists"]), + ("Processsing", &["processing"]), + ("Justifed", &["justified"]), + ("Renegotatiators", &["renegotiators"]), + ("Thoeries", &["theories"]), + ("Serailze", &["serialize"]), + ("Accoird", &["accord"]), + ("Reseearch", &["research"]), + ("Progressivsm", &["progressives"]), + ("Growtesk", &["grotesque"]), + ("Exersizing", &["exercising"]), + ("Cetainly", &["certainly"]), + ("Conplimentary", &["complimentary"]), + ("Overdirve", &["overdrive"]), + ("Ttests", &["tests"]), + ("Sequensing", &["sequencing"]), + ("Socilaists", &["socialists"]), + ("Authenticateion", &["authentication"]), + ("Resolviste", &["resolves"]), + ("Permiums", &["premiums"]), + ("Forword", &["forward"]), + ("Acqauinted", &["acquainted"]), + ("Subsidiy", &["subsidy"]), + ("Virtiol", &["vitriol"]), + ("Descripcion", &["description"]), + ("Adjative", &["adjective"]), + ("Mermory", &["memory"]), + ("Declation", &["declaration"]), + ("Servced", &["serviced", "served"]), + ("Suppossed", &["supposed"]), + ("Unmodfided", &["unmodified"]), + ("Inspried", &["inspired"]), + ("Andriod", &["android"]), + ("Transtitioned", &["transitioned"]), + ("Finanical", &["financial"]), + ("Mimatch", &["mismatch"]), + ("Likelood", &["likelihood"]), + ("Correcteness", &["correctness"]), + ("Northerend", &["northern"]), + ("Communisim", &["communism"]), + ("Sketckes", &["skates", "sketches"]), + ("Prooperly", &["properly"]), + ("Bodydbuilder", &["bodybuilder"]), + ("Meaningles", &["meanings"]), + ("Varegated", &["variegated"]), + ("Dictrionaries", &["dictionaries"]), + ("Execurables", &["executables"]), + ("Experimelly", &["experimentally"]), + ("Amercias", &["americas"]), + ("Gamerga", &["gamertag"]), + ("Transparrent", &["transparent"]), + ("Collumn", &["column"]), + ( + "Responde", + &["respond", "response", "responds", "responded", "responder"], + ), + ("Transulcent", &["translucent"]), + ("Voyour", &["voyeur"]), + ("Recongizing", &["recognizing"]), + ("Psychiatist", &["psychiatrist"]), + ("Protrays", &["portrays"]), + ("Hurricanger", &["hurricane"]), + ("Sweathsirt", &["sweatshirt"]), + ("Transfroming", &["transforming"]), + ("Coallate", &["collate"]), + ("Destructros", &["destructors"]), + ("Ammused", &["amused"]), + ("Horiztonally", &["horizontally"]), + ("Impolde", &["implode"]), + ("Socketted", &["socketed"]), + ("Vulberabuillities", &["vulnerabilities"]), + ("Disingenous", &["disingenuous"]), + ("Ocasionaly", &["occasionally"]), + ("Derivaties", &["derivatives"]), + ("Negotions", &["negotiations"]), + ("Excplictly", &["explicitly"]), + ("Sliently", &["silently"]), + ("Thounsands", &["thousands"]), + ("Renegotitates", &["renegotiates"]), + ("Explicitally", &["explicitly"]), + ("Preprares", &["prepares"]), + ("Challendge", &["challenge"]), + ("Deativate", &["deactivate"]), + ("Asistant", &["assistant"]), + ("Activete", &["activate"]), + ("Opensll", &["openssl"]), + ("Varible", &["variable"]), + ("Aethistic", &["atheistic"]), + ("Absolune", &["absolute"]), + ("Unusualy", &["unusually"]), + ("Ourselfe", &["ourselves", "ourself"]), + ("Ertoneous", &["erroneous"]), + ("Existatus", &["exitstatus"]), + ("Authecate", &["authenticate"]), + ("Furmalae", &["formulae"]), + ("Recongised", &["recognised"]), + ("Chnging", &["changing"]), + ("Beight", &["height"]), + ("Speficillier", &["specifier"]), + ("Repare", &["reparse", "repair"]), + ("Sycronize", &["synchronize"]), + ("Transcorder", &["transcoder"]), + ("Protals", &["portals"]), + ("Proclamied", &["proclaimed"]), + ("Ocurrences", &["occurrences"]), + ("Dequed", &["dequeued"]), + ("Contianers", &["containers"]), + ("Coulour", &["colour"]), + ("Responsibily", &["responsibility"]), + ("Adviced", &["advised"]), + ("Enouncters", &["encounters"]), + ("Comsetics", &["cosmetics"]), + ("Frmat", &["format"]), + ("Placeholdr", &["placeholder"]), + ("Irrationably", &["irrationally"]), + ("Prabability", &["probability"]), + ("Incured", &["incurred"]), + ("Curreents", &["currents"]), + ("Disapaits", &["dissipates"]), + ("Delepted", &["depleted"]), + ("Underraged", &["underrated"]), + ("Conversly", &["conversely"]), + ("Intervalos", &["intervals"]), + ("Psychaitrist", &["psychiatrist"]), + ("Dimenionsalities", &["dimensionalities"]), + ("Brownei", &["brownie"]), + ("Singaled", &["signaled"]), + ("Notications", &["notifications"]), + ("Paramers", &["parameters"]), + ("Fezent", &["pheasant"]), + ("Exaplanation", &["explanation"]), + ("Electriciy", &["electricity"]), + ("Unitled", &["untitled"]), + ("Gunslanger", &["gunslinger"]), + ("Timestanps", &["timestamps", "timespans"]), + ("Comitting", &["committing"]), + ("Versiom", &["version"]), + ("Possoble", &["possible"]), + ("Fragmanted", &["fragment"]), + ("Dicriminator", &["discriminator"]), + ("Offten", &["often"]), + ("Materilize", &["materialize"]), + ("Sanctionned", &["sanctioned"]), + ("Purpolsion", &["propulsion"]), + ("Homegeneous", &["homogeneous"]), + ("Quesitons", &["questions"]), + ("Travesed", &["traversed"]), + ("Orgainizing", &["organizing"]), + ("Disrepsect", &["disrespect"]), + ("Burrtios", &["burritos"]), + ("Samaphore", &["semaphore"]), + ("Abizmal", &["abysmal"]), + ("Unexplaned", &["unexplained"]), + ("Faiure", &["failure"]), + ("Comparaison", &["comparison"]), + ("Uncommtited", &["uncommitted"]), + ("Partick", &["patrick"]), + ("Purcahed", &["purchased"]), + ("Assymtotic", &["asymptotic"]), + ("Interchangably", &["interchangeably"]), + ("Whaeton", &["wheaton"]), + ("Serveces", &["services"]), + ("Doctines", &["doctrines"]), + ("Usueful", &["useful"]), + ("Leanr", &["lean", "learn", "leaner"]), + ("Successs", &["successes", "success"]), + ("Criticisim", &["criticism"]), + ("Omnipotant", &["omnipotent"]), + ("Distnce", &["distance"]), + ("Scientifcally", &["scientifically"]), + ("Lanugages", &["languages"]), + ("Algorithimes", &["algorithms"]), + ("Trnsfers", &["transfers"]), + ("Inmigrants", &["immigrants"]), + ("Associeted", &["associated"]), + ("Assimliated", &["assimilate"]), + ("Thougts", &["thoughts"]), + ("Anumber", &["number"]), + ("Dusbtep", &["dubstep"]), + ("Experment", &["experiment"]), + ("Infestions", &["infections"]), + ("Ecognized", &["recognized"]), + ("Trnsfered", &["transferred"]), + ("Precission", &["precision", "percussion", "precession"]), + ("Straightned", &["straightened"]), + ("Disagres", &["disagrees"]), + ("Certifice", &["certificate"]), + ("Directrx", &["directx"]), + ("Announed", &["announced"]), + ("Comfirmed", &["confirmed"]), + ("Pointure", &["pointer"]), + ("Effecive", &["effective"]), + ("Infintrator", &["infiltrator"]), + ("Precurors", &["precursor"]), + ("Reciepts", &["receipts"]), + ("Apprentace", &["apprentice"]), + ("Tomrorow", &["tomorrow"]), + ("Regulationg", &["regulating"]), + ("Tranpose", &["transpose"]), + ("Certin", &["certain"]), + ("Invidually", &["individually"]), + ("Smooter", &["smoother"]), + ("Obseravtion", &["observation"]), + ("Informatino", &["information"]), + ("Striekrs", &["strikers"]), + ("Conveniente", &["convenience"]), + ("Intrecacies", &["intricacies"]), + ("Untrasformed", &["untransformed"]), + ("Structrued", &["structured"]), + ("Negogtiable", &["negotiable"]), + ("Napommed", &["napalmed"]), + ("Provinence", &["providence"]), + ("Inexperince", &["inexperience"]), + ("Ropeat", &["repeat"]), + ("Beraded", &["bearded"]), + ("Kimerrically", &["chimerically"]), + ("Merchendise", &["merchandise"]), + ("Scripte", &["script", "scripted"]), + ("Functionable", &["functional", "functioning"]), + ("Oustpoken", &["outspoken"]), + ("Mdifielders", &["midfielders"]), + ("Cloding", &["closing"]), + ("Autonegotioation", &["autonegotiation"]), + ("Convertes", &["converts", "converted"]), + ("Defenate", &["definite"]), + ("Arounf", &["around"]), + ("Initiailized", &["initialized"]), + ("Relocaiting", &["relocating"]), + ("Judaisim", &["judaism"]), + ("Dentifiers", &["identifiers"]), + ("Abstrator", &["abstractor"]), + ("Insesitively", &["insensitively"]), + ("Vinrator", &["vibrator"]), + ("Quizs", &["quizzes"]), + ("Acually", &["actually"]), + ("Rectengular", &["rectangular"]), + ("Neighroring", &["neighboring"]), + ("Constucters", &["constructors"]), + ("Scientfically", &["scientifically"]), + ("Wokrload", &["workload"]), + ("Synonomous", &["synonymous"]), + ("Accomadated", &["accommodated"]), + ("Refromatting", &["refomatting"]), + ("Indentit", &["identity"]), + ("Spefiification", &["specification"]), + ("Thouroghly", &["thoroughly"]), + ("Photograpers", &["photographers"]), + ("Hemlets", &["helmets"]), + ("Attemtp", &["attempt"]), + ("Warings", &["warnings"]), + ("Transaciton", &["transactions", "transaction"]), + ("Inevititably", &["inevitably"]), + ("Unpertubated", &["unperturbed"]), + ("Interection", &["interaction", "intersection"]), + ("Synchroous", &["synchronous"]), + ("Vulberabuilility", &["vulnerability"]), + ("Sourse", &["source"]), + ("Authencate", &["authenticate"]), + ("Authenfiion", &["authentication"]), + ("Forunate", &["fortunate"]), + ("Subsystyems", &["subsystems"]), + ("Speficifcation", &["specification"]), + ("Payed", &["paid"]), + ("Collaspible", &["collapsible"]), + ("Arrangte", &["arrange"]), + ("Undet", &["under"]), + ("Electhor", &["electro"]), + ("Doucmenting", &["documenting"]), + ("Penetratin", &["penetration"]), + ("Reqeusting", &["requesting"]), + ("Speciffic", &["specific"]), + ("Destoyed", &["destroyed"]), + ("Owerwrites", &["overwrites"]), + ("Rennovate", &["renovate"]), + ("Belogs", &["belongs"]), + ("Selctables", &["selectables", "selectable"]), + ("Masturbateing", &["masturbating"]), + ("Meditatie", &["meditate"]), + ("Reminent", &["remnant"]), + ("Graphiclly", &["graphically"]), + ("Frustrasted", &["frustrates"]), + ("Fashists", &["fascists"]), + ("Pestore", &["petstore"]), + ("Argumnt", &["argument"]), + ("Palestiniens", &["palestinians"]), + ("Distribues", &["distributes"]), + ("Requeried", &["required"]), + ("Pijun", &["pigeon"]), + ("Trasnporting", &["transporting"]), + ("Neckbeardies", &["neckbeards"]), + ("Unprobable", &["improbable", "unprovable"]), + ("Cafetera", &["cafeteria"]), + ("Prometheas", &["prometheus"]), + ("Clumsly", &["clumsily"]), + ("Follfowiong", &["following"]), + ("Mainstrem", &["mainstream"]), + ("Ands", &["and"]), + ("Avaoid", &["avoid"]), + ("Democratisch", &["democratic"]), + ("Reserachers", &["researchers"]), + ("Automicaly", &["automatically"]), + ("Assoiciated", &["associated"]), + ("Actice", &["active"]), + ("Expeses", &["expenses"]), + ("Revoluion", &["revolution"]), + ("Commadnline", &["commandline"]), + ("Curruent", &["current"]), + ("Reachers", &["readers"]), + ("Proocessing", &["processing"]), + ("Slghtly", &["slightly"]), + ("Burritto", &["burrito"]), + ("Taks", &["task", "tasks", "takes"]), + ("Deketes", &["deletes"]), + ("Perfoems", &["performs"]), + ("Buidls", &["builds"]), + ("Curretly", &["currently"]), + ("Renegotator", &["renegotiator"]), + ("Pasturize", &["pasteurize"]), + ("Minoins", &["minions"]), + ("Restorarion", &["restoration"]), + ("Intrepreting", &["interpreting"]), + ("Lonley", &["lonely"]), + ("Declaraction", &["declaration"]), + ("Definstely", &["definitely"]), + ("Visibily", &["visibility", "visibly"]), + ("Elagant", &["elegant"]), + ("Distrobuts", &["distributes"]), + ("Nestalgically", &["nostalgically"]), + ("Hatchign", &["hatching"]), + ("Friendlines", &["friendlies"]), + ("Insturments", &["instruments"]), + ("Corresonds", &["corresponds"]), + ("Unsolicted", &["unsolicited"]), + ("Norwiegan", &["norwegian"]), + ("Qualifiaction", &["qualification"]), + ("Asteroides", &["asteroids"]), + ("Finising", &["finishing"]), + ("Radiobuttion", &["radiobutton"]), + ("Negoating", &["negotiating"]), + ("Memorizacion", &["memorization"]), + ("Optimze", &["optimize"]), + ("Coputer", &["computer"]), + ("Insurgancy", &["insurgency"]), + ("Prophey", &["prophecy"]), + ("Nayborly", &["neighborly"]), + ("Institutiei", &["institute"]), + ("Jamine", &["jasmine"]), + ("Acqured", &["acquired"]), + ("Fatalaties", &["fatalities"]), + ("Insensetive", &["insensitive"]), + ("Aritficial", &["artificial"]), + ("Negotitae", &["negotiate"]), + ("Messge", &["message"]), + ("Undfines", &["undefines"]), + ("Contrase", &["contrast"]), + ("Sluaghtered", &["slaughtered"]), + ("Expreses", &["express", "expresses"]), + ("Enthuseasticly", &["enthusiastically"]), + ("Experimentle", &["experimented"]), + ("Inhert", &["inherit"]), + ("Mamuth", &["mammoth"]), + ("Sescrets", &["secrets"]), + ("Beteshda", &["bethesda"]), + ("Identifilers", &["identifiers"]), + ("Polymore", &["polymer"]), + ("Prferable", &["preferable"]), + ("Calagry", &["calgary"]), + ("Megathred", &["megathread"]), + ("Consituency", &["constituency"]), + ("Blatimore", &["baltimore"]), + ("Paraside", &["paradise"]), + ("Handshking", &["handshaking"]), + ("Limiations", &["limitations"]), + ("Kommissioner", &["commissioner"]), + ("Interviewes", &["interviews"]), + ("Moruning", &["mourning"]), + ("Sensitivitiy", &["sensitivity"]), + ("Protcool", &["protocol"]), + ("Headqaurters", &["headquarters"]), + ("Runnig", &["running"]), + ("Atheneans", &["athenians"]), + ("Overfapping", &["overlapping"]), + ("Opeatrors", &["operators"]), + ("Johhny", &["johnny"]), + ("Condident", &["confident"]), + ("Armagedddon", &["armageddon"]), + ("Crytographic", &["cryptographic"]), + ("Compatibilty", &["compatibility"]), + ("Itterative", &["iterative"]), + ("Transformees", &["transforms"]), + ("Maintaince", &["maintained", "maintenance"]), + ("Torelable", &["tolerable"]), + ("Ostrazised", &["ostracised"]), + ("Enterprsie", &["enterprises"]), + ("Countermeausure", &["countermeasure"]), + ("Alchimest", &["alchemist"]), + ("Prosecuters", &["prosecutors"]), + ("Organizaiton", &["organization"]), + ("Triscaidecaphobia", &["triskaidekaphobia"]), + ("Acciednetally", &["accidentally"]), + ("Probabe", &["probable"]), + ("Quantitiy", &["quantity"]), + ("Explotied", &["exploited"]), + ("Diveristy", &["diversity"]), + ("Supppress", &["suppress"]), + ("Daulity", &["duality"]), + ("Arcitecture", &["architecture"]), + ("Expidited", &["expedited"]), + ("Formuals", &["formulas"]), + ("Licsensing", &["licensing"]), + ("Struttural", &["structural"]), + ("Strenth", &["strength"]), + ("Cofriming", &["confirming"]), + ("Roung", &["round"]), + ("Strategis", &["strategies"]), + ("Subjec", &["subject"]), + ("Improssible", &["impossible"]), + ("Snashot", &["snapshot"]), + ("Splite", &["split", "splits", "splice"]), + ("Precondtioner", &["preconditioner"]), + ("Familiare", &["familiarize"]), + ("Competitivo", &["competition"]), + ("Instansiated", &["instantiated"]), + ("Maskeraid", &["masquerade"]), + ("Attribted", &["attributed"]), + ("Behaviorly", &["behavioral"]), + ("Miagical", &["magical"]), + ("Conroller", &["controller"]), + ("Disccused", &["discussed"]), + ("Plceholder", &["placeholder"]), + ("Corecct", &["correct"]), + ("Bloker", &["blocker"]), + ("Inumerable", &["enumerable", "innumerable"]), + ("Credists", &["credits"]), + ("Increadible", &["incredible"]), + ("Frankensite", &["frankenstein"]), + ("Thresold", &["threshold"]), + ("Fotography", &["photography"]), + ("Inferiorty", &["inferiority"]), + ("Nationaly", &["nationally"]), + ("Implentations", &["implementations"]), + ("Kuberentes", &["kubernetes"]), + ("Innecesarily", &["unnecessarily"]), + ("Plagiariasm", &["plagiarism"]), + ("Elemens", &["elements"]), + ("Interspursed", &["interspersed"]), + ("Perferences", &["preferences"]), + ("Palythroughs", &["playthroughs"]), + ("Increaing", &["increasing"]), + ("Productin", &["productions"]), + ("Unidrectional", &["unidirectional"]), + ("Appen", &["append"]), + ("Hedgehoog", &["hedgehog"]), + ("Purposal", &["proposal"]), + ("Safepooint", &["safepoint"]), + ("Spefiify", &["specify"]), + ("Moisturizor", &["moisturizer"]), + ("Acknoweldge", &["acknowledge"]), + ("Concioussness", &["consciousness"]), + ("Polgyon", &["polygon"]), + ("Disabl", &["disable"]), + ("Synchrnonization", &["synchronization"]), + ("Neether", &["neither"]), + ("Reacll", &["recall"]), + ("Diassociate", &["disassociate"]), + ("Timestap", &["timestamp"]), + ("Scritpt", &["script"]), + ("Chromose", &["chromosome"]), + ("Speficitations", &["specifications"]), + ("Abstrctly", &["abstractly"]), + ("Inacessible", &["inaccessible"]), + ("Artifical", &["artificial"]), + ("Embeded", &["embedded"]), + ("Repalying", &["replaying"]), + ("Archvie", &["archive"]), + ("Unorigonal", &["unoriginal"]), + ("Myselfes", &["myself"]), + ("Bookkeeiping", &["bookkeeping"]), + ("Namess", &["names"]), + ("Writtin", &["written", "writing"]), + ("Velcity", &["velocity"]), + ("Attraktion", &["attraction"]), + ("Underminding", &["undermining"]), + ("Continuoous", &["continuous"]), + ("Mircoscopic", &["microscopic"]), + ("Yourslef", &["yourself"]), + ("Wuthin", &["within"]), + ("Elimentary", &["elementary"]), + ("Comminist", &["communist"]), + ("Alocholics", &["alcoholics"]), + ("Iluminates", &["illuminates"]), + ("Guarunted", &["guaranteed"]), + ("Rabinnical", &["rabbinical"]), + ("Neworks", &["networks"]), + ("Sistematizing", &["systematizing"]), + ("Reaasigned", &["reassigned"]), + ("Historiaan", &["historians"]), + ("Condesend", &["condensed"]), + ("Acuqire", &["acquire"]), + ("Professores", &["professors"]), + ("Impropable", &["improbable"]), + ("Vegetarain", &["vegetarians"]), + ("Elementy", &["elementary"]), + ("Variavble", &["variable"]), + ("Prerequisits", &["prerequisites"]), + ("Derrivatives", &["derivatives"]), + ("Opjections", &["objections"]), + ("Involontary", &["involuntary"]), + ("Passionatley", &["passionately"]), + ("Interliveing", &["interleaving"]), + ("Entierty", &["entirety"]), + ("Nullifiy", &["nullify"]), + ("Bakground", &["background"]), + ("Platfomr", &["platform"]), + ("Measuements", &["measurements"]), + ("Hnalder", &["handler"]), + ("Hosptials", &["hospitals"]), + ("Blashpemy", &["blasphemy"]), + ("Compitetion", &["competitions"]), + ("Fundamnetally", &["fundamentally"]), + ("Internilized", &["internalized"]), + ("Alterated", &["altered"]), + ("Unwrritten", &["unwritten"]), + ("Ehtnicities", &["ethnicities"]), + ("Maintenaince", &["maintenance"]), + ("Depdendency", &["dependency"]), + ("Manslaugther", &["manslaughter"]), + ("Secrest", &["secrets"]), + ("Characther", &["character"]), + ("Dysfunctionnal", &["dysfunctional"]), + ("Seee", &["see"]), + ("Explainations", &["explanations"]), + ("Prematurly", &["prematurely"]), + ("Sicne", &["since"]), + ("Tabls", &["tables"]), + ("Unrestrcited", &["unrestricted"]), + ("Ocuntries", &["countries"]), + ("Syrains", &["syrians"]), + ("Througt", &["through"]), + ("Spefixier", &["specifier"]), + ("Supsension", &["suspension"]), + ("Infastructure", &["infrastructure"]), + ("Predictment", &["predicament"]), + ("Peaces", &["pieces", "peace"]), + ("Expiers", &["expires"]), + ("Handshackes", &["handshakes"]), + ("Understad", &["understands"]), + ("Guarnteing", &["guaranteeing"]), + ("Consistenly", &["consistently"]), + ("Colectable", &["collectable"]), + ("Fontisizing", &["fontifying"]), + ("Appying", &["applying"]), + ("Modfitying", &["modifying"]), + ("Bumber", &["bomber", "bummer", "bumper", "number"]), + ("Compleates", &["completes"]), + ("Commoditiy", &["commodity"]), + ("Earthqukes", &["earthquakes"]), + ("Mysogyny", &["misogyny"]), + ("Subfroms", &["subforms"]), + ("Unattented", &["unattended"]), + ("Bureuacratic", &["bureaucratic"]), + ("Refect", &["reflect"]), + ("Complatly", &["completely"]), + ("Mthod", &["method"]), + ("Blackend", &["blacked"]), + ("Perpitrator", &["perpetrator"]), + ("Thna", &["than"]), + ("Violance", &["violence"]), + ("Plad", &["plaid", "plead"]), + ("Alers", &["alerts"]), + ("Interpoloation", &["interpolation"]), + ("Divisable", &["divisible"]), + ("Caricaturale", &["caricature"]), + ("Communciated", &["communicated"]), + ("Corporacion", &["corporation"]), + ("Sneeks", &["sneaks"]), + ("Credate", &["created"]), + ("Probablistically", &["probabilistically"]), + ("Nedia", &["media"]), + ("Analgoue", &["analogue"]), + ("Unrecovable", &["unrecoverable"]), + ("Parants", &["parents"]), + ("Rostaing", &["roasting"]), + ("Barbedos", &["barbados"]), + ("Deassering", &["deasserting"]), + ("Comapt", &["compat"]), + ("Nostaligc", &["nostalgic"]), + ("Masterpeice", &["masterpiece"]), + ("Irreversable", &["irreversible"]), + ("Creativelly", &["creatively"]), + ("Monarkey", &["monarchy"]), + ("Harrases", &["harasses"]), + ("Develpments", &["developments"]), + ("Touchdwon", &["touchdown"]), + ("Connnections", &["connections"]), + ("Suppposed", &["supposed"]), + ("Roiginally", &["originally"]), + ("Herat", &["heart"]), + ("Perihperal", &["peripheral"]), + ("Consecuentes", &["consequences"]), + ("Exchnage", &["exchange"]), + ("Webage", &["webpage"]), + ("Suggesst", &["suggests", "suggest"]), + ("Reconfifure", &["reconfigure"]), + ("Competitiors", &["competitors"]), + ("Coprrights", &["copyrights"]), + ("Startnig", &["starting"]), + ("Replicae", &["replicated", "replicate"]), + ("Scientiests", &["scientists"]), + ("Membran", &["membrane"]), + ("Whitsling", &["whistling"]), + ("Necause", &["because"]), + ("Unbreakeble", &["unbreakable"]), + ("Memove", &["memmove"]), + ("Siply", &["simply"]), + ("Poweshell", &["powershell"]), + ("Existensial", &["existential"]), + ("Terminatior", &["terminator"]), + ("Acccordingly", &["accordingly"]), + ("Chartiable", &["charitable"]), + ("Rarified", &["rarefied"]), + ("Seplicurally", &["sepulchrally"]), + ("Enterpreuners", &["entrepreneurs"]), + ("Renegotitaor", &["renegotiator"]), + ("Ect", &["etc"]), + ("Envrionmental", &["environmental"]), + ("Disolve", &["dissolve"]), + ("Southerton", &["southern"]), + ("Availbility", &["availability"]), + ("Subnegosiation", &["subnegotiation"]), + ("Anyaway", &["anyway"]), + ("Vertix", &["vertex"]), + ("Reprort", &["report"]), + ("Througg", &["through"]), + ("Abselutly", &["absolutely"]), + ("Avaibility", &["availability"]), + ("Implementators", &["implementers"]), + ("Accomplishements", &["accomplishments"]), + ("Disrete", &["discrete"]), + ("Supressors", &["suppressors"]), + ("Alhpabetical", &["alphabetical"]), + ("Singularily", &["singularity"]), + ("Bootoloader", &["bootloader"]), + ("Winthin", &["within"]), + ("Carribbean", &["caribbean"]), + ("Vresion", &["version"]), + ("Circumstansial", &["circumstantial"]), + ("Possiable", &["possible"]), + ("Singificand", &["significand", "significant"]), + ("Exting", &["existing", "exiting", "texting"]), + ("Charactors", &["characters"]), + ("Repositotries", &["repositories"]), + ("Specifing", &["specifying"]), + ("Promiscuos", &["promiscuous"]), + ("Fakse", &["fake"]), + ("Concusison", &["concussions"]), + ("Somme", &["some"]), + ("Lithuiana", &["lithuania"]), + ("Calenday", &["calendar"]), + ("Arbitrer", &["arbiter", "arbitrator"]), + ("Vecvtor", &["vector"]), + ("Synronous", &["synchronous"]), + ("Rosettta", &["rosetta"]), + ("Willfuly", &["willfully"]), + ("Reimplmentation", &["reimplementation"]), + ("Schedul", &["schedule"]), + ("Cosntrains", &["constrains", "constraints"]), + ("Formuala", &["formula"]), + ("Parenthesies", &["parenthesis", "parentheses"]), + ("Dismentled", &["dismantled"]), + ("Deserialzes", &["deserializes"]), + ("Progating", &["propagating"]), + ("Renegothiate", &["renegotiate"]), + ("Temporairly", &["temporarily"]), + ("Technoligical", &["technological"]), + ("Proeprties", &["properties"]), + ("Prepetrators", &["perpetrators"]), + ("Stressende", &["stressed"]), + ("Lasonya", &["lasagna"]), + ("Picnicer", &["picnicker"]), + ("Deamonised", &["daemonised"]), + ("Editots", &["editors"]), + ("Bersekr", &["berserk"]), + ("Misunderstanings", &["misunderstandings"]), + ("Simily", &["simile", "smiley", "simply", "similarly"]), + ("Rubarb", &["rhubarb"]), + ("Instanes", &["instances"]), + ("Builr", &["build"]), + ("Harrassments", &["harassments"]), + ("Naybourly", &["neighbourly"]), + ("Exceuctive", &["executive"]), + ("Undupplicated", &["unduplicated"]), + ("Fascistes", &["fascists"]), + ("Hsyteria", &["hysteria"]), + ("Collaboratin", &["collaboration"]), + ("Ciritcs", &["critics"]), + ("Descriminates", &["discriminates"]), + ("Swithing", &["switching"]), + ("Bitterwseet", &["bittersweet"]), + ("Administraton", &["administration"]), + ("Exempels", &["examples"]), + ("Chateao", &["château"]), + ("Derefenrence", &["dereference"]), + ("Altough", &["although"]), + ("Threded", &["threaded"]), + ("Compremising", &["compromising"]), + ("Brosable", &["browsable"]), + ("Bureaucracts", &["bureaucrats"]), + ("Watned", &["wanted"]), + ("Underlows", &["underflows"]), + ("Labrynths", &["labyrinths"]), + ("Liason", &["liaison"]), + ("Circularlly", &["circularly"]), + ("Chagned", &["changed"]), + ("Gerated", &["generated", "gyrated"]), + ("Follwoeer", &["follower"]), + ("Gorup", &["group"]), + ("Exspecting", &["expecting"]), + ("Sparate", &["separate"]), + ("Possily", &["possibly"]), + ("Subconsiously", &["subconsciously"]), + ("Distinguises", &["distinguishes"]), + ("Possesse", &["possessive"]), + ("Corupt", &["corrupt"]), + ("Fedality", &["fidelity"]), + ("Immoblie", &["immobile"]), + ("Allowence", &["allowance"]), + ("Satellitte", &["satellites"]), + ("Unexpetctedly", &["unexpectedly"]), + ("Adminitrator", &["administrator"]), + ("Colective", &["collective"]), + ("Concenting", &["connecting"]), + ("Retuerned", &["returned"]), + ("Repeateadly", &["repeatedly"]), + ("Seach", &["search"]), + ("Similarites", &["similarities"]), + ("Pipelin", &["pipeline"]), + ("Discoved", &["discovered"]), + ("Nationaal", &["national"]), + ("Recenly", &["recently"]), + ("Defaultet", &["defaulted"]), + ("Exploted", &["explode"]), + ("Cigurets", &["cigarets"]), + ("Auxliliary", &["auxiliary"]), + ("Ostencibly", &["ostensibly"]), + ("Cahanging", &["changing"]), + ("Adatpers", &["adapters"]), + ("Dirations", &["durations"]), + ("Handrwiting", &["handwriting"]), + ("Implementasi", &["implements"]), + ("Formate", &["format"]), + ("Variantions", &["variations"]), + ("Subdivisio", &["subdivision"]), + ("Assumtion", &["assumption"]), + ("Provinvial", &["provincial"]), + ("Adaptaion", &["adaptation"]), + ("Separaters", &["separates"]), + ("Disribution", &["distribution"]), + ("Renegotioting", &["renegotiating"]), + ("Perpindicular", &["perpendicular"]), + ("Negotations", &["negotiations"]), + ("Downlowding", &["downloading"]), + ("Misunderstadning", &["misunderstandings"]), + ("Soodonim", &["pseudonym"]), + ("Frontlinjen", &["frontline"]), + ("Apperantly", &["apparently"]), + ("Benckmarks", &["benchmarks"]), + ("Evovling", &["evolving"]), + ("Ccoutant", &["accountant"]), + ("Sucessfuly", &["successfully"]), + ("Particlars", &["particulars"]), + ("Sysmtes", &["systems"]), + ("Syste", &["system"]), + ("Interleiive", &["interleave"]), + ("Serverites", &["severities"]), + ("Cusstomized", &["customized"]), + ("Authenitcator", &["authenticator"]), + ("Psuedocode", &["pseudocode"]), + ("Reflektion", &["reflection"]), + ("Terrorisim", &["terrorism"]), + ("Protectes", &["protects"]), + ("Classifiy", &["classify"]), + ("Replentish", &["replenish"]), + ("Cartdridge", &["cartridge"]), + ("Environmetal", &["environmental"]), + ("Sentensing", &["sentencing"]), + ("Heree", &["here"]), + ("Steriotyping", &["stereotyping"]), + ("Senarreos", &["scenarios"]), + ("Millimiters", &["millimeters"]), + ("Technicials", &["technicians"]), + ("Earliet", &["earliest"]), + ("Disgracful", &["disgraceful"]), + ("Speficitic", &["specific"]), + ("Mimimise", &["minimise"]), + ("Relativily", &["relativity"]), + ("Neigbhorhoods", &["neighborhoods"]), + ("Revelatons", &["revelations"]), + ("Sensure", &["censure"]), + ("Absoletely", &["absolutely"]), + ("Imtimidation", &["intimidation"]), + ("Pateint", &["patient"]), + ("Klenex", &["kleenex"]), + ("Metropolois", &["metropolis"]), + ("Initiatves", &["initiatives"]), + ("Plarformer", &["platformer"]), + ("Withen", &["within"]), + ("Decoratin", &["decorations"]), + ("Handlebards", &["handlebars"]), + ("Suceessfully", &["successfully"]), + ("Versio", &["version"]), + ("Indepdendence", &["independence"]), + ("Sanotrum", &["santorum"]), + ("Sycther", &["scyther"]), + ("Marxisim", &["marxism"]), + ("Cancles", &["cancels"]), + ("Printes", &["printers"]), + ("Typcast", &["typecast"]), + ("Flashligt", &["flashlight"]), + ("Encourageing", &["encouraging"]), + ("Lyche", &["lychee"]), + ("Diabled", &["disabled"]), + ("Orgininal", &["original"]), + ("Exceeed", &["exceed"]), + ("Specifcied", &["specified"]), + ("Localzation", &["localization"]), + ("Craete", &["create", "crate"]), + ("Contribuit", &["contribute"]), + ("Evolutionarilly", &["evolutionary"]), + ("Unperturbated", &["unperturbed"]), + ("Masturpiece", &["masterpiece"]), + ("Sirect", &["direct"]), + ("Hinderance", &["hindrance"]), + ("Knowledage", &["knowledge"]), + ("Mardown", &["markdown"]), + ("Disappearnce", &["disappearance"]), + ("Arguablly", &["arguably"]), + ("Budgest", &["budgets"]), + ("Semster", &["semester"]), + ("Endorced", &["endorsed"]), + ("Zlot", &["slot"]), + ("Entreprenur", &["entrepreneur"]), + ("Anticdotes", &["anecdotes", "antidotes"]), + ("Restrcted", &["restricted"]), + ("Merly", &["merely", "formerly"]), + ("Cooordinates", &["coordinates"]), + ("Superceed", &["supersede"]), + ("Appent", &["append"]), + ("Correllations", &["correlations"]), + ("Swithching", &["switching"]), + ("Encocding", &["encoding"]), + ("Beforehands", &["beforehand"]), + ("Sentimentul", &["sentimental"]), + ("Speficiallifes", &["specifies"]), + ("Suscpetible", &["susceptible"]), + ("Comect", &["connect"]), + ("Sweatshits", &["sweatshirt"]), + ("Withdrawning", &["withdrawing"]), + ("Forwardig", &["forwarding"]), + ("Crtically", &["critically"]), + ("Judgemetal", &["judgemental"]), + ("Descriped", &["described"]), + ("Constnatly", &["constantly"]), + ("Marxisit", &["marxist"]), + ("Sensititivies", &["sensitivities"]), + ("Vailidty", &["validity"]), + ("Pojrectors", &["projectors"]), + ("Buttrey", &["buttery"]), + ("Forsekan", &["forsaken"]), + ("Staggaring", &["staggering"]), + ("Trougth", &["through"]), + ("Booard", &["board"]), + ("Brouter", &["router"]), + ("Overrie", &["override", "ovary"]), + ("Wincheseter", &["winchester"]), + ("Defaltion", &["deflation"]), + ("Halluzination", &["hallucination"]), + ("Abstacted", &["abstracted"]), + ("Turksih", &["turkish"]), + ("Coincidance", &["coincidence"]), + ("Withon", &["within"]), + ("Queenland", &["queensland"]), + ("Transpency", &["transparency"]), + ("Interepolation", &["interpolation"]), + ("Subsudized", &["subsidized"]), + ("Sreturns", &["returns"]), + ("Pich", &["pitch", "pick", "pinch"]), + ("Identifyable", &["identifiable"]), + ("Sctipts", &["scripts"]), + ("Particularely", &["particularly"]), + ("Presumptuious", &["presumptuous"]), + ("Unkmown", &["unknown"]), + ("Fixels", &["pixels"]), + ("Cleanpu", &["cleanup"]), + ("Negotaiated", &["negotiated"]), + ("Sqashed", &["squashed"]), + ("Nigthclub", &["nightclub"]), + ("Undeniablly", &["undeniably"]), + ("Micorsoft", &["microsoft"]), + ("Distincte", &["distinctive"]), + ("Concsiously", &["consciously"]), + ("Handshkes", &["handshakes"]), + ("Barlkey", &["barkley"]), + ("Clishey", &["cliché"]), + ("Confunsing", &["confusing"]), + ("Enlightnement", &["enlightenment"]), + ("Neares", &["nearest"]), + ("Cacuses", &["caucuses"]), + ("Reslution", &["resolution"]), + ("Organsims", &["organisms"]), + ("Mathces", &["matches"]), + ("Hunrgy", &["hungry"]), + ("Strore", &["store"]), + ("Mathcer", &["matcher"]), + ("Discconencted", &["disconnected"]), + ("Caucasain", &["caucasian"]), + ("Bundeled", &["bundled"]), + ("Conversatino", &["conservation"]), + ("Prosporous", &["prosperous"]), + ("Categorice", &["categorize"]), + ("Conscent", &["consent"]), + ("Inefficent", &["inefficient"]), + ("Gradiating", &["graduating"]), + ("Handker", &["handler"]), + ("Flciker", &["flicker"]), + ("Defendernos", &["defenders"]), + ("Religeous", &["religious"]), + ("Negoatiates", &["negotiates"]), + ("Lightweigh", &["lightweight"]), + ("Ptrss", &["press"]), + ("Clausens", &["clauses"]), + ("Consdieration", &["considerations"]), + ("Syntaxt", &["syntax"]), + ("Excapes", &["escapes"]), + ("Prposed", &["proposed"]), + ("Incognition", &["incognito"]), + ("Attrbuted", &["attributed"]), + ("Affaires", &["affairs"]), + ("Xour", &["your"]), + ("Microtranscation", &["microtransactions"]), + ("Infomred", &["informed"]), + ("Shakespere", &["shakespeare"]), + ("Airboner", &["airborne"]), + ("Creatation", &["creation"]), + ("Lefitsts", &["leftists"]), + ("Mounths", &["months", "mouths"]), + ("Abosrbing", &["absorbing"]), + ("Internus", &["interns"]), + ("Momnet", &["moment"]), + ("Experimntal", &["experimental"]), + ("Snwoden", &["snowden"]), + ("Simialrity", &["similarity"]), + ("Limititation", &["limitation"]), + ("Pictureskely", &["picturesquely"]), + ("Igonorando", &["ignorando"]), + ("Presciuos", &["precious"]), + ("Chizelled", &["chiselled"]), + ("Traverced", &["traversed"]), + ("Speadsheet", &["spreadsheet"]), + ("Sepectral", &["spectral"]), + ("Windsheild", &["windshield"]), + ("Camoufalge", &["camouflage"]), + ("Corsiar", &["corsair"]), + ("Valuling", &["valuing"]), + ("Sufficate", &["suffocate"]), + ("Controllled", &["controlled"]), + ("Aaproximate", &["approximate"]), + ("Catastrope", &["catastrophe"]), + ("Percentanges", &["percentages"]), + ("Unpredictible", &["unpredictable"]), + ("Overhooking", &["overlooking"]), + ("Prefereable", &["preferable"]), + ("Pshyciatric", &["psychiatric"]), + ("Disscuses", &["discusses"]), + ("Bloeks", &["blokes"]), + ("Seconfs", &["seconds"]), + ("Battalin", &["battalion"]), + ("Causalties", &["casualties"]), + ("Aparthide", &["apartheid"]), + ("Histori", &["history", "historic"]), + ("Expermiental", &["experimental"]), + ("Esiest", &["easiest"]), + ("Hexgaons", &["hexagons"]), + ("Togther", &["together"]), + ("Syrap", &["syrup"]), + ("Greated", &["greater", "grated", "graded"]), + ("Neighberhoood", &["neighborhood"]), + ("Comformance", &["conformance"]), + ("Frontlinies", &["frontline"]), + ("Initialied", &["initialized"]), + ("Decreypted", &["decrypted"]), + ("Serialialise", &["serialise"]), + ("Incompatatible", &["incompatible"]), + ("Timesamps", &["timestamps"]), + ("Pasturizes", &["pasteurizes"]), + ("Inappropriae", &["inappropriately"]), + ("Mexicanas", &["mexicans"]), + ("Resaerch", &["research"]), + ("Priporitzes", &["prioritizes"]), + ("Perliferates", &["proliferates"]), + ("Unexpactedly", &["unexpectedly"]), + ("Insteance", &["instance"]), + ("Termimals", &["terminals"]), + ("Normarlized", &["normalized"]), + ("Undertoker", &["undertaker"]), + ("Recusrion", &["recursion"]), + ("Execultable", &["executable"]), + ("Providewd", &["provided"]), + ("Timne", &["time"]), + ("Deatched", &["detached"]), + ("Cigaretts", &["cigarettes"]), + ("Millisenconds", &["milliseconds"]), + ("Thermodynamcis", &["thermodynamics"]), + ("Afghansitan", &["afghanistan"]), + ("Palyboy", &["playboy"]), + ("Winndow", &["window"]), + ("Orginates", &["originates"]), + ("Cuasing", &["causing"]), + ("Comparare", &["compare"]), + ("Administratior", &["administrator"]), + ("Stimualting", &["stimulating"]), + ("Zimmap", &["zipmap"]), + ("Heorics", &["heroics"]), + ("Transational", &["transitional"]), + ("Sheelpe", &["sheeple"]), + ("Patryarchy", &["patriarchy"]), + ("Reamins", &["remains"]), + ("Firmwqre", &["firmware"]), + ("Dinosaus", &["dinosaurs"]), + ("Genreate", &["generate"]), + ("Illuminai", &["illuminati"]), + ("Comparispons", &["comparisons"]), + ("Verticel", &["vertical"]), + ("Repsectful", &["respectful"]), + ("Correspondense", &["correspondence"]), + ("Persisten", &["persistent"]), + ("Remannts", &["remnants"]), + ("Cringeworthey", &["cringeworthy"]), + ("Lavendar", &["lavender"]), + ("Muktitasking", &["multitasking"]), + ("Favourits", &["favourites"]), + ("Dangerouly", &["dangerously"]), + ("Distubring", &["disturbing"]), + ("Faptastically", &["fantastically"]), + ("Thosse", &["those"]), + ("Boradwalk", &["boardwalk"]), + ("Successtion", &["succession", "suggestion"]), + ("Immeditely", &["immediately"]), + ("Wuld", &["would"]), + ("Modifing", &["modifying"]), + ("Pysics", &["physics"]), + ("Craceful", &["graceful"]), + ("Illigal", &["illegal"]), + ("Updats", &["updates"]), + ("Greenore", &["greener"]), + ("Begginings", &["beginnings"]), + ("Obervation", &["observation"]), + ("Transactoins", &["transactions"]), + ("Scorpoin", &["scorpion"]), + ("Espisodes", &["episodes"]), + ("Mathced", &["matched"]), + ("Expeiriment", &["experiment"]), + ("Spefiifations", &["specifications"]), + ("Dezentralized", &["decentralized"]), + ("Angostic", &["agnostic"]), + ("Negotiote", &["negotiate"]), + ("Infomr", &["inform"]), + ("Hienous", &["heinous"]), + ("Enterance", &["entrance"]), + ("Eextract", &["extract"]), + ("Croshairs", &["crosshairs"]), + ("Termnials", &["terminals"]), + ("Throug", &["through"]), + ("Compluter", &["computer"]), + ("Expropiated", &["expropriated"]), + ("Miminizing", &["minimizing"]), + ("Contstraint", &["constraint"]), + ("Retalitation", &["retaliation"]), + ("Smarthpone", &["smartphone"]), + ("Correesponded", &["corresponded"]), + ("Scinece", &["science"]), + ("Scaning", &["scanning"]), + ("Simulatons", &["simulations"]), + ("Modfifies", &["modifies"]), + ("Contstruct", &["construct"]), + ("Decriptive", &["descriptive"]), + ("Cuztomization", &["customization"]), + ("Eptrapolates", &["extrapolates"]), + ("Recangles", &["rectangles"]), + ("Misinterpretion", &["misinterpreting"]), + ("Displys", &["displays"]), + ("Sotware", &["software"]), + ("Reproduciability", &["reproduceability"]), + ("Transfoprmation", &["transformation"]), + ("Namspaces", &["namespaces"]), + ("Windoow", &["window"]), + ("Vertextes", &["vertices"]), + ("Swithc", &["switch"]), + ("Bofy", &["body"]), + ("Theorically", &["theoretically"]), + ("Unspected", &["unexpected"]), + ("Biyous", &["bayous"]), + ("Beastiality", &["bestiality"]), + ("Synchonization", &["synchronization"]), + ("Trigerring", &["triggering"]), + ("Bidrman", &["birdman"]), + ("Tranlated", &["translated"]), + ("Resoiurcing", &["resourcing"]), + ("Transkription", &["transcription"]), + ("Prrcision", &["precision"]), + ("Preoperty", &["property"]), + ("Optimisitc", &["optimistic"]), + ("Inizialize", &["initialize"]), + ("Cricling", &["circling"]), + ("Hieroglph", &["hieroglyph"]), + ("Preponderence", &["preponderance"]), + ("Arrengement", &["arrangement"]), + ("Hatchig", &["hatching"]), + ("Especailly", &["especially"]), + ("Accesiiblity", &["accessibility"]), + ("Massacer", &["massacre"]), + ("Backedns", &["backends"]), + ("Ussual", &["usual"]), + ("Hyopcrite", &["hypocrite"]), + ("Existend", &["existed", "existent"]), + ("Chilren", &["children"]), + ("Antagonistc", &["antagonistic"]), + ("Divised", &["divided", "devised"]), + ("Propects", &["projects", "prospects", "protects"]), + ("Organizaion", &["organization"]), + ("Hammmer", &["hammer"]), + ("Destrcut", &["destruct"]), + ("Posibility", &["possibility"]), + ("Fullly", &["fully"]), + ("Flitered", &["filtered"]), + ("Espisodic", &["episodic"]), + ("Natuarally", &["naturally"]), + ("Generocity", &["generosity"]), + ("Donejuns", &["dungeons"]), + ("Underratted", &["underrated"]), + ("Enivronment", &["environment"]), + ("Defintiions", &["definitions"]), + ("Indentified", &["identified"]), + ("Respondis", &["responds"]), + ("Maitainance", &["maintenance"]), + ("Invariablly", &["invariably"]), + ("Researvations", &["reservations"]), + ("Bofere", &["before"]), + ("Comando", &["commando"]), + ("Mutilatin", &["mutilation"]), + ("Unpreparred", &["unprepared"]), + ("Aggrivate", &["aggravate"]), + ("Techeis", &["techies"]), + ("Relocaition", &["relocation"]), + ("Continuse", &["continues", "continuous"]), + ("Journalistisk", &["journalists"]), + ("Actusally", &["actually"]), + ("Relavent", &["relevant"]), + ("Comparisments", &["comparisons"]), + ("Diasspointed", &["disappointed"]), + ("Unsibstantiated", &["unsubstantiated"]), + ("Inseting", &["inserting"]), + ("Essnetial", &["essential"]), + ("Restrcting", &["restarting"]), + ("Authorotative", &["authoritative"]), + ("Withou", &["without"]), + ("Backets", &["baskets", "brackets", "buckets"]), + ("Extractins", &["extractions"]), + ("Parrallel", &["parallel"]), + ("Concentratons", &["concentrations"]), + ("Disssemble", &["disassemble"]), + ("Goverining", &["governing"]), + ("Accelorated", &["accelerated"]), + ("Infalte", &["inflate"]), + ("Inclode", &["include"]), + ("Documentating", &["documentation"]), + ("Consituencies", &["constituencies"]), + ("Dezine", &["design"]), + ("Ridicously", &["ridiculously"]), + ("Consistencency", &["consistency"]), + ("Scrpit", &["script"]), + ("Conatin", &["contain"]), + ("Generatin", &["generating", "generations"]), + ("Suceeds", &["succeeds"]), + ("Ellapsed", &["elapsed"]), + ("Loiusiana", &["louisiana"]), + ("Unrecongized", &["unrecognized"]), + ("Insuffcient", &["insufficient"]), + ("Brite", &["bright"]), + ("Legnedaries", &["legendaries"]), + ("Granuality", &["granularity"]), + ("Comign", &["coming"]), + ("Relinqushment", &["relinquishment"]), + ("Whitchever", &["whichever"]), + ("Stranget", &["strangest"]), + ("Mofified", &["modified"]), + ("Brackers", &["brackets"]), + ("Excetutive", &["executive"]), + ("Hierarchichally", &["hierarchically"]), + ("Subresoures", &["subresources"]), + ("Parlaiment", &["parliament"]), + ("Cration", &["creation", "nation", "ration"]), + ("Hutnsman", &["huntsman"]), + ("Questonable", &["questionable"]), + ("Insurgance", &["insurgency"]), + ("Regaridng", &["regarding"]), + ("Explaing", &["explaining"]), + ("Subnegotitation", &["subnegotiation"]), + ("Seriouly", &["seriously"]), + ("Instalaltion", &["installations"]), + ("Loaction", &["location"]), + ("Shitstom", &["shitstorm"]), + ("Impossibily", &["impossibly"]), + ("Sympathyze", &["sympathize"]), + ("Interefers", &["interferes"]), + ("Resoluton", &["resolution"]), + ("Als", &["also"]), + ("Autoagressive", &["autoaggressive"]), + ("Glichy", &["glitchy"]), + ("Privitazed", &["privatized"]), + ("Mismatchd", &["mismatched"]), + ("Maxmium", &["maximum"]), + ("Relaise", &["realise"]), + ("Cloesing", &["closing"]), + ("Ambadexterous", &["ambidextrous"]), + ("Appoximately", &["approximately"]), + ("Destinataion", &["destination"]), + ("Mathches", &["matches"]), + ("Staf", &["staff"]), + ("Sensationalisim", &["sensationalism"]), + ("Entend", &["intend"]), + ("Anopther", &["another"]), + ("Addiitonal", &["additional"]), + ("Isplayed", &["displayed", "misplayed"]), + ("Hierarchie", &["hierarchy"]), + ("Mastutbation", &["masturbation"]), + ("Transcievers", &["transceivers"]), + ("Acroos", &["across"]), + ("Channged", &["changed"]), + ("Veiws", &["views"]), + ("Develope", &["develop"]), + ("Progammer", &["programmer"]), + ("Simeltaneously", &["simultaneously"]), + ("Bittersweat", &["bittersweet"]), + ("Humanitarion", &["humanitarian"]), + ("Firey", &["fiery"]), + ("Trasnmission", &["transmissions"]), + ("Misalligned", &["misaligned"]), + ("Catalcysm", &["cataclysm"]), + ("Revereted", &["reverted"]), + ("Equivilant", &["equivalent"]), + ("Paramenters", &["parameters"]), + ("Semaphors", &["semaphores"]), + ("Usal", &["usual"]), + ("Coulored", &["colored"]), + ("Intidimation", &["intimidation"]), + ("Annayed", &["annoyed"]), + ("Inhertances", &["inheritances"]), + ("Functionallities", &["functionalities"]), + ("Beleagured", &["beleaguered"]), + ("Imlimented", &["implemented"]), + ("Constallations", &["constellations"]), + ("Reproduciblity", &["reproducibility"]), + ("Pipilines", &["pipelines"]), + ("Mathing", &["matching"]), + ("Suspeciously", &["suspiciously"]), + ("Volounteered", &["volunteered"]), + ("Acitvate", &["activate"]), + ("Lighbar", &["lightbar"]), + ("Blackshits", &["blacksmith"]), + ("Comprable", &["comparable"]), + ("Suppurter", &["supporter"]), + ("Crossfie", &["crossfire"]), + ("Buissness", &["business"]), + ("Arithmentic", &["arithmetic"]), + ("Lieved", &["lived"]), + ("Theoratical", &["theoretical"]), + ("Polynomal", &["polynomial"]), + ("Initialy", &["initially"]), + ("Caost", &["coast"]), + ("Plesantly", &["pleasantly"]), + ("Oultlines", &["outlines"]), + ("Pennsylvainia", &["pennsylvania"]), + ("Deduplacte", &["deduplicate"]), + ("Unbeakable", &["unbeatable"]), + ("Subnegoation", &["subnegotiation"]), + ("Conprehension", &["comprehension"]), + ("Eliminte", &["eliminate"]), + ("Formidabel", &["formidable"]), + ("Skyp", &["skip", "skype"]), + ("Extendes", &["extends"]), + ("Priemere", &["premiere"]), + ("Difuses", &["diffuses", "defused"]), + ("Beuty", &["beauty"]), + ("Conficted", &["conflicted"]), + ("Atempt", &["attempt"]), + ("Thumnail", &["thumbnail"]), + ("Percenatges", &["percentages"]), + ("Fisist", &["physicist"]), + ("Accurs", &["accurse", "occurs"]), + ("Dialgo", &["dialog"]), + ("Compession", &["compassion"]), + ("Disciplinerad", &["disciplined"]), + ("Criticis", &["critics"]), + ("Politicas", &["politics"]), + ("Curreent", &["current"]), + ("Createed", &["created"]), + ("Emmiting", &["emitting"]), + ("Ocur", &["occur"]), + ("Dereferencces", &["dereferences"]), + ("Experimenally", &["experimentally"]), + ("Unattractice", &["unattractive"]), + ("Arrises", &["arises"]), + ("Spinlcok", &["spinlock"]), + ("Unlkely", &["unlikely"]), + ("Tymecode", &["timecode"]), + ("Compataibility", &["compatibility"]), + ("Benchamrking", &["benchmarking"]), + ("Clipoards", &["clipboards"]), + ("Execises", &["excises", "exercises"]), + ("Performamce", &["performance"]), + ("Currentlly", &["currently"]), + ("Witn", &["with"]), + ("Capitain", &["captain"]), + ("Regulamentations", &["regulations"]), + ("Describs", &["describe", "describes"]), + ("Barrer", &["barred", "barrel", "barren", "barrier"]), + ("Litteraly", &["literally"]), + ("Cimptumaticlly", &["symptomatically"]), + ("Decordings", &["decodings"]), + ("Attirbute", &["attribute"]), + ("Accesor", &["accessor"]), + ("Conmmutes", &["commutes"]), + ("Absoluet", &["absolute"]), + ("Kernerl", &["kernel"]), + ("Ailmony", &["alimony"]), + ("Dimemsions", &["dimensions"]), + ("Compromsie", &["compromises"]), + ("Uncanney", &["uncanny"]), + ("Peretrator", &["perpetrator"]), + ("Explioting", &["exploiting"]), + ("Learnd", &["learned"]), + ("Climer", &["climber"]), + ("Inconcistent", &["inconsistent"]), + ("Acend", &["ascend"]), + ("Forrmatter", &["formatter"]), + ("Redundand", &["redundant"]), + ("Subsrcibe", &["subscribe"]), + ("Protestina", &["protestant"]), + ("Resistanses", &["resistances"]), + ("Unassings", &["unassigns"]), + ("Identtation", &["indentation"]), + ("Concatentation", &["concatenation"]), + ("Specialied", &["specialized"]), + ("Recievers", &["receivers"]), + ("Definitons", &["definitions"]), + ("Dabue", &["debut"]), + ("Cermonially", &["ceremonially"]), + ("Favorties", &["favorites"]), + ("Conditiond", &["conditioned"]), + ("Couted", &["counted"]), + ("Negogtiated", &["negotiated"]), + ("Behaivors", &["behaviors"]), + ("Trogladitism", &["troglodytism"]), + ("Occurences", &["occurrences"]), + ("Consitant", &["consistent"]), + ("Capsuels", &["capsules"]), + ("Goodlcuk", &["goodluck"]), + ("Regsion", &["region"]), + ("Officialy", &["officially"]), + ("Incrediably", &["incredibly"]), + ("Confifured", &["configured"]), + ("Sampel", &["sample"]), + ("Wainting", &["waiting", "wanting"]), + ("Frowrads", &["forwards"]), + ("Comfterbly", &["comfortably"]), + ("Clas", &["class"]), + ("Interpreation", &["interpretation"]), + ("Oringal", &["original"]), + ("Oiginals", &["originals"]), + ("Trotskyites", &["trotskyists"]), + ("Commericals", &["commercials"]), + ("Documenatries", &["documentaries"]), + ("Lengten", &["lengthen"]), + ("Scholarhips", &["scholarship", "scholarships"]), + ("Surviced", &["serviced", "survived"]), + ("Originas", &["origins"]), + ("Contaisn", &["contains"]), + ("Staminia", &["stamina"]), + ("Winodws", &["windows"]), + ("Sharpining", &["sharpening"]), + ("Untranslateable", &["untranslatable"]), + ("Subract", &["subtract"]), + ("Presumabely", &["presumably"]), + ("Automoderador", &["automoderator"]), + ("Conincidence", &["coincidence"]), + ("Charecters", &["characters"]), + ("Oscilliscopes", &["oscilloscopes"]), + ("Regsters", &["registers"]), + ("Pressues", &["pressures"]), + ("Eumeration", &["enumeration"]), + ("Informarle", &["informal"]), + ("Represnetated", &["represented"]), + ("Webistes", &["websites"]), + ("Busness", &["business"]), + ("Rsourcing", &["resourcing", "sourcing"]), + ("Contestas", &["contests"]), + ("Granjure", &["grandeur"]), + ("Creamic", &["ceramic"]), + ("Quiests", &["quests"]), + ("Owerpowering", &["overpowering"]), + ("Syrcause", &["syracuse"]), + ("Noramalizing", &["normalizing"]), + ("Offets", &["offsets", "offers"]), + ("Nickanme", &["nickname"]), + ("Invalidting", &["invalidating"]), + ("Sovereighnty", &["sovereignty"]), + ("Impicitly", &["implicitly"]), + ("Documentataions", &["documentations"]), + ("Accortance", &["accordance"]), + ("Logsitics", &["logistics"]), + ("Reinassance", &["renaissance"]), + ("Phyiscs", &["physics"]), + ("Certifiates", &["certificates"]), + ("Neibhbors", &["neighbors"]), + ("Picknicer", &["picnicker"]), + ("Southamtpon", &["southampton"]), + ("Fillement", &["filament"]), + ("Dependenta", &["dependent"]), + ("Propenents", &["proponents"]), + ("Speficieir", &["specifier"]), + ("Implicite", &["implicit", "implicitly"]), + ("Microcentro", &["microcenter"]), + ("Chatow", &["château"]), + ("Togather", &["together"]), + ("Convining", &["combining"]), + ("Codesbases", &["codebases"]), + ("Interprated", &["interpreted"]), + ("Competution", &["computation"]), + ("Hsotname", &["hostname"]), + ("Delimitions", &["delimitations"]), + ("Historicly", &["historical"]), + ("Chromossome", &["chromosomes"]), + ("Hallucenation", &["hallucination"]), + ("Interruping", &["interrupting"]), + ("Endiannness", &["endianness"]), + ("Unitialized", &["uninitialized"]), + ("Prejudicies", &["prejudice"]), + ("Exersices", &["exercises"]), + ("Envlope", &["envelope"]), + ("Democrocies", &["democracies"]), + ("Hte", &["the"]), + ("Disciniplary", &["disciplinary"]), + ("Phsyician", &["physician"]), + ("Analizes", &["analyzes"]), + ("Reviewd", &["reviewed"]), + ("Anuglar", &["angular"]), + ("Punshiments", &["punishments"]), + ("Indluces", &["includes"]), + ("Iniect", &["inject"]), + ("Competitevely", &["competitively"]), + ("Constency", &["consistency"]), + ("Tlak", &["talk"]), + ("Reipients", &["recipients"]), + ("Quarantena", &["quarantine"]), + ("Exciation", &["excitation"]), + ("Descripriptors", &["descriptors"]), + ("Matterns", &["matters", "patterns"]), + ("Rewatchibg", &["rewatching"]), + ("Relatation", &["relaxation"]), + ("Plcement", &["placement"]), + ("Lvoe", &["love"]), + ("Funcitoning", &["functioning"]), + ("Onwership", &["ownership"]), + ("Explusions", &["explosions"]), + ("Regularliser", &["regulariser"]), + ("Hsi", &["his"]), + ("Gemometric", &["geometric"]), + ("Exaples", &["examples"]), + ("Justfied", &["justified"]), + ("Influensed", &["influences"]), + ("Owener", &["owner"]), + ("Terminalis", &["terminals"]), + ("Tempated", &["templated"]), + ("Prodecures", &["procedures"]), + ("Negotition", &["negotiation"]), + ("Pressentation", &["presentation"]), + ("Derogetory", &["derogatory"]), + ("Structues", &["structures"]), + ("Straigthforward", &["straightforward"]), + ("Instaed", &["instead"]), + ("Helpe", &["helper"]), + ("Entension", &["extension"]), + ("Whenn", &["when"]), + ("Clairvoiantes", &["clairvoyants"]), + ("Squirlte", &["squirtle"]), + ("Invitating", &["invitation"]), + ("Dregees", &["degrees"]), + ("Recretional", &["recreational"]), + ("Speciales", &["specials"]), + ("Cimpilers", &["compilers"]), + ("Argumengs", &["arguments"]), + ("Eamcs", &["emacs"]), + ("Pinuckle", &["pinochle"]), + ("Bwtween", &["between"]), + ("Certifacte", &["certificate"]), + ("Assebly", &["assembly"]), + ("Graudation", &["graduation"]), + ("Ministerios", &["ministers"]), + ("Aqquaintance", &["acquaintance"]), + ("Inexplicabil", &["inexplicably"]), + ("Expieriences", &["experiences"]), + ("Alocates", &["allocates"]), + ("Producerats", &["producers"]), + ("Disambiguaiton", &["disambiguation"]), + ("Peding", &["pending"]), + ("Downsteraming", &["downstreaming"]), + ("Upgarte", &["upgrade"]), + ("Nreferenced", &["unreferenced"]), + ("Christinas", &["christians"]), + ("Memebrship", &["membership"]), + ("Opression", &["oppression"]), + ("Constaining", &["constraining", "containing"]), + ("Nework", &["network"]), + ("Bobmers", &["bombers"]), + ("Seperataed", &["separated"]), + ("Laungage", &["language"]), + ("Coalese", &["coalesce"]), + ("Comradre", &["comrade"]), + ("Disrespecful", &["disrespectful"]), + ("Condicted", &["conducted"]), + ("Enocdes", &["encodes"]), + ("Coordiniate", &["coordinate"]), + ("Unintesting", &["uninteresting"]), + ("Initialisong", &["initialising"]), + ("Imperialisim", &["imperialism"]), + ("Systematiclly", &["systematically"]), + ("Invlaid", &["invalid"]), + ("Zionistes", &["zionists"]), + ("Terrirorial", &["territorial"]), + ("Manditory", &["mandatory"]), + ("Euphorical", &["euphoria"]), + ("Discusion", &["discussion"]), + ("Algortims", &["algorithms"]), + ("Unforunate", &["unfortunate"]), + ("Adjustification", &["justification"]), + ("Excersized", &["exercised"]), + ("Adviseer", &["adviser"]), + ("Emprovement", &["improvement"]), + ("Silabus", &["syllabus"]), + ("Fontonfig", &["fontconfig"]), + ("Corrpution", &["corruption"]), + ("Affraid", &["afraid"]), + ("Tacticallity", &["tactically"]), + ("Emmisarries", &["emissaries"]), + ("Deffirent", &["different"]), + ("Capatilize", &["capitalize"]), + ("Antiobitics", &["antibiotic"]), + ("Virgintiy", &["virginity"]), + ("Dispencary", &["dispensary"]), + ("Gnawwed", &["gnawed"]), + ("Invokve", &["invoke"]), + ("Distibute", &["distribute"]), + ("Andoirds", &["androids"]), + ("Publisehd", &["published"]), + ("Cleand", &["cleaned", "cleans", "clean"]), + ("Fiorget", &["forget"]), + ("Preoxide", &["peroxide"]), + ("Institutionel", &["institutional"]), + ("Intervieuw", &["interviews"]), + ("Efficeint", &["efficient"]), + ("Commisioner", &["commissioner"]), + ("Sequelce", &["sequence"]), + ("Dummmy", &["dummy"]), + ("Anonamously", &["anonymously"]), + ("Delimitited", &["delimited"]), + ("Forgotting", &["forgetting"]), + ("Squirl", &["squirrel"]), + ("Tageted", &["targeted"]), + ("Disgnostic", &["diagnostic"]), + ("Deambigates", &["disambiguates"]), + ("Secitons", &["sections"]), + ("Enteries", &["entries"]), + ("Missused", &["misused"]), + ("Specficication", &["specification"]), + ("Contestat", &["contestants"]), + ("Simultaneuous", &["simultaneous"]), + ("Activly", &["actively"]), + ("Constucting", &["constructing"]), + ("Ordianry", &["ordinary"]), + ("Implememtation", &["implementation"]), + ("Simulatneous", &["simultaneous"]), + ("Askign", &["asking"]), + ("Priveldges", &["privileges"]), + ("Itialize", &["initialize"]), + ("Calibrtion", &["calibration"]), + ("Sufocates", &["suffocates"]), + ("Galdiator", &["gladiator"]), + ("Commericial", &["commercial"]), + ("Instanciation", &["instantiation"]), + ("Assassine", &["assassinate"]), + ("Releveant", &["relevant"]), + ("Critiically", &["critically"]), + ("Attentuation", &["attenuation"]), + ("Configration", &["configuration"]), + ("Staduims", &["stadiums"]), + ("Invaildate", &["invalidates", "invalidate"]), + ("Trotzkyists", &["trotskyists"]), + ("Platfarmer", &["platformer"]), + ("Appicability", &["applicability"]), + ("Prepetuated", &["perpetuated"]), + ("Nimphs", &["nymphs"]), + ("Infiltrase", &["infiltrate"]), + ("Constrint", &["constraint"]), + ("Undocummented", &["undocumented"]), + ("Proteinas", &["proteins"]), + ("Conflciting", &["conflicting"]), + ("Grup", &["group"]), + ("Experimer", &["experimenter"]), + ("Pertrubation", &["perturbation"]), + ("Aggrgates", &["aggregates"]), + ("Narcissit", &["narcissist"]), + ("Recrete", &["recreate"]), + ("Indevering", &["endeavoring"]), + ("Spoilerd", &["spoiled"]), + ("Guarrenteed", &["guaranteed"]), + ("Jurnied", &["journeyed"]), + ("Utilizating", &["utilization"]), + ("Linaer", &["linear"]), + ("Discription", &["description"]), + ("Inconveniance", &["inconvenience"]), + ("Experimtened", &["experimented"]), + ("Assocites", &["associates"]), + ("Vulernabilities", &["vulnerabilities"]), + ("Extensis", &["extensions"]), + ("Hyprocites", &["hypocrites"]), + ("Kronicles", &["chronicles"]), + ("Dollors", &["dollars"]), + ("Orthognally", &["orthogonally"]), + ("Attenion", &["attention"]), + ("Turle", &["turtle"]), + ("Tommorrow", &["tomorrow"]), + ("Selecctions", &["selections"]), + ("Sustainabily", &["sustainability"]), + ("Uplodaded", &["uploaded"]), + ("Dungeos", &["dungeons"]), + ("Medicalert", &["medicare"]), + ("Irreversebly", &["irreversible"]), + ("Initialysed", &["initialised"]), + ("Leutenant", &["lieutenant"]), + ("Apropiate", &["appropriate"]), + ("Assasinate", &["assassinate"]), + ("Hastable", &["hashtable"]), + ("Intruction", &["instruction"]), + ("Ouside", &["outside"]), + ("Adpats", &["adapts"]), + ("Siffixed", &["suffixed"]), + ("Arouind", &["around"]), + ("Preinitalizes", &["preinitializes"]), + ("Sintak", &["syntax"]), + ("Continuativo", &["continuation"]), + ("Rescueing", &["rescuing"]), + ("Athros", &["atheros"]), + ("Zealtos", &["zealots"]), + ("Polotics", &["politics"]), + ("Alcohalics", &["alcoholics"]), + ("Unilaterlly", &["unilaterally"]), + ("Activite", &["activities"]), + ("Documentaire", &["documentaries"]), + ("Cehcks", &["checks"]), + ("Unspefifed", &["unspecified"]), + ("Haviest", &["heaviest"]), + ("Psychaitrists", &["psychiatrists"]), + ("Clincially", &["clinically"]), + ("Extenstions", &["extensions"]), + ("Rearraning", &["rearranging"]), + ("Appretiation", &["appreciation"]), + ("Abondone", &["abandoned", "abandon"]), + ("Alhabetically", &["alphabetically"]), + ("Dislpaying", &["displaying"]), + ("Abandonned", &["abandoned"]), + ("Imcompatible", &["incompatible"]), + ("Freqencies", &["frequencies"]), + ("Restaraunteurs", &["restauranteurs"]), + ("Schduler", &["scheduler"]), + ("Happpening", &["happening"]), + ("Implets", &["implements"]), + ("Originnally", &["originally"]), + ("Advertice", &["advertise"]), + ("Mimicks", &["mimics"]), + ("Chtulhu", &["cthulhu"]), + ("Decosers", &["decoders"]), + ("Mayonase", &["mayonnaise"]), + ("Proficiant", &["proficient"]), + ("Servising", &["servicing"]), + ("Expeirimented", &["experimented"]), + ("Inertion", &["insertion"]), + ("Knowledgeble", &["knowledgeable"]), + ("Expeimented", &["experimented"]), + ("Cursror", &["cursor"]), + ("Bemusemnt", &["bemusement"]), + ("Browswed", &["browsed"]), + ("Shouls", &["should"]), + ("Rapsberry", &["raspberry"]), + ("Negosiation", &["negotiation"]), + ("Infinie", &["infinite"]), + ("Protectoin", &["protections", "protection"]), + ("Estimatin", &["estimation"]), + ("Scrao", &["scrap"]), + ("Initialses", &["initialises"]), + ("Expoitation", &["exploitation"]), + ("Progrmmers", &["programmers"]), + ("Philospohical", &["philosophical"]), + ("Duplicats", &["duplicates"]), + ("Othewice", &["otherwise"]), + ("Simulatenous", &["simultaneous"]), + ("Perlciritc", &["perlcritic"]), + ("Infroms", &["informs"]), + ("Adjcence", &["adjacence"]), + ("Suject", &["subject"]), + ("Instaance", &["instance"]), + ("Accesssible", &["accessible"]), + ("Concentraion", &["concentration"]), + ("Syclical", &["cyclical", "physical"]), + ("Mecanical", &["mechanical"]), + ("Brigthnes", &["brightness"]), + ("Renoun", &["renown"]), + ("Mistmatch", &["mismatch"]), + ("Icefrong", &["icefrog"]), + ("Experimnting", &["experimenting"]), + ("Intialzing", &["initializing"]), + ("Ciruits", &["circuits"]), + ("Secontly", &["secondly"]), + ("Achievents", &["achieves"]), + ("Vulernability", &["vulnerability"]), + ("Environmet", &["environments", "environment"]), + ("Firmwwre", &["firmware"]), + ("Temr", &["term"]), + ("Invunlerable", &["invulnerable"]), + ("Faild", &["failed", "fail", "fails"]), + ("Biploar", &["bipolar"]), + ("Suspention", &["suspension"]), + ("Caclulation", &["calculation"]), + ("Beseige", &["besiege"]), + ("Expeimentally", &["experimentally"]), + ("Filting", &["filtering"]), + ("Corruptd", &["corrupted"]), + ("Aspergerers", &["aspergers"]), + ("Anecdotale", &["anecdote"]), + ("Psychopathische", &["psychopathic"]), + ("Euqivalents", &["equivalents"]), + ("Produt", &["product"]), + ("Nuetral", &["neutral"]), + ("Curiosly", &["curiously"]), + ("Languge", &["language"]), + ("Scientests", &["scientists"]), + ("Implmentations", &["implementations"]), + ("Psudocode", &["pseudocode"]), + ("Contriubted", &["contributed"]), + ("Earyly", &["eerily"]), + ("Psuh", &["push"]), + ("Replicaiting", &["replicating"]), + ("Governmeant", &["governmental"]), + ("Negtive", &["negative"]), + ("Orangatangs", &["orangutangs"]), + ("Queation", &["equation"]), + ("Behavoiral", &["behavioral"]), + ("Brussells", &["brussels"]), + ("Calulating", &["calculating"]), + ("Spsacing", &["spacing"]), + ("Penetraton", &["penetration"]), + ("Corrollary", &["corollary"]), + ("Desillusioned", &["disillusioned"]), + ("Disturping", &["disrupting"]), + ("Unregstered", &["unregistered"]), + ("Grandchilder", &["grandchildren"]), + ("Continaing", &["containing"]), + ("Organizarem", &["organizer"]), + ("Correspinding", &["corresponding"]), + ("Threshhold", &["threshold"]), + ("Scorebord", &["scoreboard"]), + ("Channges", &["changes"]), + ("Torlence", &["tolerance"]), + ("Diffuculty", &["difficulty"]), + ("Resore", &["restore"]), + ("Contnt", &["content"]), + ("Ploygamy", &["polygamy"]), + ("Preservating", &["preservation"]), + ("Shtops", &["stops", "shops"]), + ("Pretious", &["previous"]), + ("Featchure", &["feature"]), + ("Bounudaries", &["boundaries"]), + ("Instanciates", &["instantiates"]), + ("Imporots", &["imports"]), + ("Anuling", &["annulling"]), + ("Oarcles", &["oracles"]), + ("Discontinuos", &["discontinuous"]), + ("Skipp", &["skip", "skipped"]), + ("Filesystmes", &["filesystems"]), + ("Prohpet", &["prophet"]), + ("Aggessive", &["aggressive"]), + ("Sacle", &["scale"]), + ("Implemends", &["implements"]), + ("Initiliased", &["initialised"]), + ("Diffrents", &["different", "difference"]), + ("Transmissons", &["transmissions"]), + ("Atractive", &["attractive"]), + ("Modfieis", &["modifies"]), + ("Celles", &["cells"]), + ("Quarterblack", &["quarterback"]), + ("Refinment", &["refinement"]), + ("Circits", &["circuits"]), + ("Comunication", &["communication"]), + ("Restriced", &["restricted"]), + ("Atrifacts", &["artifacts"]), + ("Politing", &["piloting"]), + ("Conter", &["conteur", "counter"]), + ("Baisc", &["basic"]), + ("Perfeccion", &["perfection"]), + ("Accodrs", &["accords"]), + ("Veiwpoints", &["viewpoints"]), + ("Obversations", &["observations"]), + ("Sceanrios", &["scenarios"]), + ("Individaul", &["individual"]), + ("Documentarsi", &["documentaries"]), + ("Fremented", &["fermented"]), + ("Philospohies", &["philosophies"]), + ("Imblance", &["imbalance"]), + ("Inherantly", &["inherently"]), + ("Compications", &["complications"]), + ("Interpretet", &["interpreted"]), + ("Pitchfolks", &["pitchforks"]), + ("Titile", &["title"]), + ("Heroicus", &["heroics"]), + ("Algorithmmic", &["algorithmic"]), + ("Persoanlly", &["personally"]), + ("Liuke", &["like"]), + ("Deternine", &["determine"]), + ("Trushworthy", &["trustworthy"]), + ("Favourates", &["favourites"]), + ("Inturpratation", &["interpretation"]), + ("Orignal", &["original"]), + ("Obervations", &["observations"]), + ("Cipertexts", &["ciphertexts"]), + ("Assum", &["assume"]), + ("Seperete", &["separate"]), + ("Unattanded", &["unattended"]), + ("Easliy", &["easily"]), + ("Inefficently", &["inefficiently"]), + ("Algorthinic", &["algorithmic"]), + ("Underultilization", &["underutilization"]), + ("Crsytallographic", &["crystallographic"]), + ("Rationnal", &["rational", "rationale"]), + ("Donwvoted", &["downvoted"]), + ("Domianting", &["dominating"]), + ("Nurishment", &["nourishment"]), + ("Initailzation", &["initialization"]), + ("Indiviuals", &["individuals"]), + ("Auguest", &["august"]), + ("Sectopms", &["sections"]), + ("Maddness", &["madness"]), + ("Fullfilled", &["fulfilled"]), + ("Concellation", &["cancellation"]), + ("Ommission", &["omission"]), + ("Demolicion", &["demolition"]), + ("Tommarow", &["tomorrow"]), + ("Flattire", &["flatter"]), + ("Releived", &["relieved"]), + ("Trasnportation", &["transportation"]), + ("Prtinf", &["printf"]), + ("Reqeust", &["request"]), + ("Presicion", &["precision"]), + ("Unacknowleged", &["unacknowledged"]), + ("Aunthenticating", &["authenticating"]), + ("Negociates", &["negotiates"]), + ("Experimmenters", &["experimenters"]), + ("Direcitons", &["directions"]), + ("Repesenting", &["representing"]), + ("Varaibles", &["variables"]), + ("Possesive", &["possessive"]), + ("Offsetp", &["offset"]), + ("Margart", &["margaret"]), + ("Refroms", &["reforms"]), + ("Ridiculus", &["ridiculous"]), + ("Angshiosness", &["anxiousness"]), + ("Smae", &["same"]), + ("Enbabling", &["enabling"]), + ("Aruments", &["arguments"]), + ("Modifers", &["modifiers"]), + ("Instruccions", &["instructions"]), + ("Impelmentation", &["implementations", "implementation"]), + ("Usege", &["usage"]), + ("Plaestinian", &["palestinian"]), + ("Corrdinators", &["coordinators"]), + ("Cutsences", &["cutscenes"]), + ("Dosposing", &["disposing"]), + ("Regonize", &["recognize"]), + ("Inaccessbile", &["inaccessible"]), + ("Incorret", &["incorrect"]), + ("Aparantly", &["apparently"]), + ("Sceintist", &["scientist"]), + ("Unicornus", &["unicorns"]), + ("Experimintations", &["experimentations"]), + ("Visualzed", &["visualized"]), + ("Reinitilized", &["reinitialized"]), + ("Assicieted", &["associated"]), + ("Disssembled", &["disassembled"]), + ("Intestents", &["intestines"]), + ("Sceanrio", &["scenario"]), + ("Reactionnary", &["reactionary"]), + ("Registring", &["registering"]), + ("Overrriddden", &["overridden"]), + ("Serieses", &["series"]), + ("Colourd", &["coloured"]), + ("Regerenerate", &["regenerate"]), + ("Srouce", &["source"]), + ("Rudimentery", &["rudimentary"]), + ("Rhethorical", &["rhetorical"]), + ("Dispensories", &["dispensaries"]), + ("Thubmnails", &["thumbnails"]), + ("Wildebeast", &["wildebeest"]), + ("Expercting", &["expecting"]), + ("Experession", &["expression"]), + ("Segmeneted", &["segmented"]), + ("Professer", &["professor"]), + ("Vizualized", &["visualized"]), + ("Cleaneup", &["cleanup"]), + ("Homewoners", &["homeowners"]), + ("Purpuse", &["purpose"]), + ("Popularest", &["populate"]), + ("Irritatin", &["irritation"]), + ("Suffiency", &["sufficiency"]), + ("Aggregrated", &["aggregated"]), + ("Curricullum", &["curriculum"]), + ("Morgtages", &["mortgages"]), + ("Deffaults", &["defaults"]), + ("Transfarmers", &["transformers"]), + ("Reinforcemens", &["reinforcements"]), + ("Encyclepedia", &["encyclopedia"]), + ("Subracted", &["subtracted"]), + ("Pressureing", &["pressuring"]), + ("Sepearted", &["separated"]), + ("Tahnks", &["thanks"]), + ("Dispprove", &["disprove", "disapprove"]), + ("Rasbperries", &["raspberries"]), + ("Regitering", &["registering"]), + ("Fellowhsip", &["fellowship"]), + ("Conceed", &["concede"]), + ("Hyperboly", &["hyperbole"]), + ("Deliverying", &["delivering"]), + ("Genralizes", &["generalizes"]), + ("Sensationable", &["sensational"]), + ("Attemtps", &["attempts"]), + ("Ensureing", &["ensuring"]), + ("Marlbes", &["marbles"]), + ("Nimphos", &["nymphos"]), + ("Guarranties", &["guarantees"]), + ("Paramerters", &["parameters"]), + ("Consttructor", &["constructor"]), + ("Protectons", &["protectors"]), + ("Upsrteamer", &["upstreamer"]), + ("Carrige", &["carriage"]), + ("Experamental", &["experimental"]), + ("Qestions", &["questions"]), + ("Repsonse", &["response"]), + ("Idiosynchrasies", &["idiosyncrasies"]), + ("Univercity", &["university"]), + ("Resovled", &["resolved"]), + ("Custumizable", &["customizable"]), + ("Multiplyer", &["multiple", "multiplier", "multiplayer"]), + ("Nostirls", &["nostrils"]), + ("Qualitying", &["qualifying"]), + ("Mangaer", &["manager", "manger"]), + ("Conspericies", &["conspiracies"]), + ("Dissapoimted", &["disappointed"]), + ("Promplty", &["promptly"]), + ("Adolencent", &["adolescent"]), + ("Rememoring", &["remembering"]), + ("Radaint", &["radiant"]), + ("Conlcusions", &["conclusions"]), + ("Joystic", &["joystick"]), + ("Removeable", &["removable"]), + ("Daybue", &["debut"]), + ("Impulsemos", &["impulses"]), + ("Algorwwithm", &["algorithm"]), + ("Bannet", &["bayonet"]), + ("Conotations", &["connotations"]), + ("Streigtly", &["straightly"]), + ("Unspefifeid", &["unspecified"]), + ("Cooprative", &["cooperative"]), + ("Pharmaseudical", &["pharmaceutical"]), + ("Retransferrd", &["retransferred"]), + ("Recommennd", &["recommends"]), + ("Neiter", &["neither"]), + ("Betehsda", &["bethesda"]), + ("Calcuating", &["calculating"]), + ("Anaolgue", &["analogue"]), + ("Deporarily", &["temporarily"]), + ("Transparnecy", &["transparency"]), + ("Acumulates", &["accumulates"]), + ("Provdided", &["provided"]), + ("Fornatted", &["formatted"]), + ("Wroet", &["wrote"]), + ("Objtained", &["obtained"]), + ("Upported", &["supported"]), + ("Scubscribed", &["subscribed"]), + ("Teliportation", &["teleportation"]), + ("Simliarity", &["similarity"]), + ("Divintiy", &["divinity"]), + ("Neckbread", &["neckbeard"]), + ("Reiceved", &["received"]), + ("Contaiminating", &["contaminating"]), + ("Practiclly", &["practically"]), + ("Declatation", &["declaration"]), + ("Repaced", &["replaced"]), + ("Medicaly", &["medically"]), + ("Algorthinically", &["algorithmically"]), + ("Frome", &["from"]), + ("Redered", &["rendered"]), + ("Colunn", &["column", "colon"]), + ("Cleasning", &["cleansing"]), + ("Appaered", &["appeared"]), + ("Sufocated", &["suffocated"]), + ("Isimilar", &["similar"]), + ("Confugre", &["configure"]), + ("Plguin", &["plugin"]), + ("Verbage", &["verbiage"]), + ("Exericse", &["exercise"]), + ("Loook", &["look"]), + ("Squrared", &["squared"]), + ("Devicess", &["devices"]), + ("Bastardous", &["bastards"]), + ("Schizophreniiic", &["schizophrenic"]), + ("Spritre", &["sprite"]), + ("Firebals", &["fireballs"]), + ("Doccumented", &["documented"]), + ("Extrinsict", &["extrinsic"]), + ("Cecker", &["checker"]), + ("Everythign", &["everything"]), + ("Commnandline", &["commandline"]), + ("Traverlers", &["traverse"]), + ("Separeter", &["separator"]), + ("Cahracters", &["characters"]), + ("Partitinioning", &["partitioning"]), + ("Govermnent", &["governments"]), + ("Froce", &["force"]), + ("Transocding", &["transcoding"]), + ("Preseves", &["preserves"]), + ("Deapths", &["depths"]), + ("Methid", &["method"]), + ("Assimilant", &["assimilate"]), + ("Immediatelty", &["immediately"]), + ("Farsical", &["farcical"]), + ("Conotation", &["connotation"]), + ("Furutre", &["future"]), + ("Internations", &["interactions"]), + ("Criticiing", &["criticising"]), + ("Cannobalism", &["cannibalism"]), + ("Substracts", &["subtracts"]), + ("Istself", &["itself"]), + ("Gobal", &["global"]), + ("Bootsram", &["bootram"]), + ("Hirsohima", &["hiroshima"]), + ("Pandoria", &["pandora"]), + ("Striings", &["strings"]), + ("Compex", &["complex"]), + ("Hospitalty", &["hospitality"]), + ("Periodioc", &["periodic"]), + ("Butttons", &["buttons"]), + ("Airsfot", &["airsoft"]), + ("Motiviated", &["motivated"]), + ("Experamentation", &["experimentation"]), + ("Definely", &["definitely"]), + ("Retrviever", &["retriever"]), + ("Congradulations", &["congratulations"]), + ("Arbtirarily", &["arbitrarily"]), + ("Inspectons", &["inspections"]), + ("Coordinte", &["coordinate"]), + ("Artifiacts", &["artifacts"]), + ("Adiacent", &["adjacent"]), + ("Thoguhts", &["thoughts"]), + ("Metaphyiscal", &["metaphysical"]), + ("Dstinations", &["destinations"]), + ("Perfomr", &["perform"]), + ("Resoect", &["respect"]), + ("Coresponds", &["corresponds"]), + ("Unabel", &["unable"]), + ("Valentie", &["valentines"]), + ("Weaknesss", &["weaknesses"]), + ("Coridal", &["cordial"]), + ("Avaiable", &["available"]), + ("Locaiing", &["locating"]), + ("Odf", &["of"]), + ("Trubador", &["troubadour"]), + ("Politicain", &["politician"]), + ("Responibilities", &["responsibilities"]), + ("Headle", &["handle"]), + ("Execured", &["executed"]), + ("Intstructing", &["instructing"]), + ("Magnificant", &["magnificent"]), + ("Librray", &["library"]), + ("Filp", &["flip"]), + ("Admn", &["admin"]), + ("Unresponcive", &["unresponsive"]), + ("Prdpagators", &["propagators"]), + ("Persistens", &["persists"]), + ("Layour", &["layout"]), + ("Transylvnia", &["transylvania"]), + ("Appicant", &["applicant"]), + ("Happilly", &["happily"]), + ("Asbtractor", &["abstractor"]), + ("Didsapointed", &["disappointed"]), + ("Algorithsm", &["algorithms", "algorithm"]), + ("Langulages", &["languages"]), + ("Sacreligious", &["sacrilegious"]), + ("Slicable", &["sliceable"]), + ("Intrumented", &["instrumented"]), + ("Nasueous", &["nauseous"]), + ("Peraphs", &["perhaps"]), + ("Equivlently", &["equivalently"]), + ("Expetimentelly", &["experimentally"]), + ("Arguemnt", &["argument"]), + ("Marcros", &["macros"]), + ("Bankrutpcy", &["bankruptcy"]), + ("Cahing", &["caching"]), + ("Intellectals", &["intellectuals"]), + ("Presisting", &["persisting"]), + ("Helpfull", &["helpful"]), + ("Conpassionate", &["compassionate"]), + ("Parntered", &["partnered"]), + ("Identifeirs", &["identifiers"]), + ("Rebuils", &["rebuilds"]), + ("Mutch", &["much"]), + ("Ackowledges", &["acknowledges"]), + ("Initalisations", &["initialisations"]), + ("Anarchim", &["anarchism"]), + ("Minuites", &["minutes"]), + ("Mathematitians", &["mathematicians"]), + ("Centipeddle", &["centipede"]), + ("Fundamendalists", &["fundamentalists"]), + ("Inconviniencys", &["inconveniences"]), + ("Romanna", &["romanian"]), + ("Suggessted", &["suggested"]), + ("Gauntanamo", &["guantanamo"]), + ("Reqeusts", &["requests"]), + ("Neighbhoring", &["neighboring"]), + ("Exercices", &["exercise"]), + ("Problimatic", &["problematic"]), + ("Nimphomaniac", &["nymphomaniac"]), + ("Combonations", &["combinations"]), + ("Windwo", &["window"]), + ("Intamite", &["intimate"]), + ("Demesticated", &["domesticated"]), + ("Negotinate", &["negotiate"]), + ("Instantaenous", &["instantaneous"]), + ("Degenarating", &["degenerating"]), + ("Aautomatically", &["automatically"]), + ("Compresas", &["compress"]), + ("Charcteristic", &["characteristic"]), + ("Laregly", &["largely"]), + ("Idaeidae", &["idea"]), + ("Pscyhologically", &["psychologically"]), + ("Unconditinaly", &["unconditionally"]), + ("Hisotry", &["history"]), + ("Avalailable", &["available"]), + ("Nealy", &["nearly", "newly"]), + ("Warrent", &["warrant"]), + ("Unexpestedly", &["unexpectedly"]), + ("Milleneum", &["millennium"]), + ("Coventions", &["conventions"]), + ("Guarneteing", &["guaranteeing"]), + ("Wated", &["wanted"]), + ("Millenian", &["millennia"]), + ("Improsoned", &["imprisoned"]), + ("Overlflowing", &["overflowing"]), + ("Execucte", &["execute"]), + ("Exchausts", &["exhausts"]), + ("Inahbitants", &["inhabitants"]), + ("Proyection", &["projection", "protection"]), + ("Contaned", &["contained"]), + ("Performes", &["performed", "performs"]), + ("Goddanm", &["goddam"]), + ("Cotroller", &["controller"]), + ("Seniores", &["seniors"]), + ("Enumertion", &["enumeration"]), + ("Mismactch", &["mismatch"]), + ("Convincente", &["convenient"]), + ("Acknolwedgement", &["acknowledgement"]), + ("Perceptoin", &["perceptions"]), + ("Branck", &["branch"]), + ("Dreasm", &["dreams"]), + ("Exoticos", &["exotics"]), + ("Magnatude", &["magnitude"]), + ("Linguisticas", &["linguistics"]), + ("Atrillery", &["artillery"]), + ("Evaulates", &["evaluates"]), + ("Alpanumeric", &["alphanumeric"]), + ("Markerplace", &["marketplace"]), + ("Exhibitons", &["exhibits"]), + ("Resistane", &["resistances"]), + ("Ghraphic", &["graphic"]), + ("Cliamtes", &["climates"]), + ("Annoucning", &["announcing"]), + ("Downstar", &["downstairs"]), + ("Trogliditism", &["troglodytism"]), + ("Constituates", &["constitutes"]), + ("Inconvineance", &["inconvenience"]), + ("Conanical", &["canonical"]), + ("Exclusvies", &["exclusives"]), + ("Wilderniss", &["wilderness"]), + ("Componenete", &["component", "components"]), + ("Photogropher", &["photographer"]), + ("Squsihy", &["squishy"]), + ("Resorece", &["resource"]), + ("Contrbution", &["contribution"]), + ("Cahannel", &["channel"]), + ("Disovery", &["discovery"]), + ("Illuninati", &["illuminati"]), + ("Pricipal", &["principal"]), + ("Menstraul", &["menstrual"]), + ("Origiginals", &["originals"]), + ("Emtpiness", &["emptiness"]), + ("Direclty", &["directly"]), + ("Insignificat", &["insignificant"]), + ("Irreversibile", &["irreversible"]), + ("Reccommended", &["recommended"]), + ("Couning", &["counting"]), + ("Makretplace", &["marketplace"]), + ("Differect", &["different"]), + ("Estabish", &["establish"]), + ("Teh", &["the"]), + ("Underun", &["underrun"]), + ("Migh", &["might"]), + ("Obvilion", &["oblivion"]), + ("Blosum", &["blossom"]), + ("Optimaal", &["optimal"]), + ("Interpretter", &["interpreter"]), + ("Receveing", &["receiving"]), + ("Trival", &["trivial"]), + ("Midnlessly", &["mindlessly"]), + ("Comission", &["commission"]), + ("Tuotirals", &["tutorials"]), + ("Excetpions", &["exceptions"]), + ("Consituent", &["constituent"]), + ("Cuases", &["causes"]), + ("Aggrovating", &["aggravating"]), + ("Thanskgiving", &["thanksgiving"]), + ("Obsolote", &["obsolete"]), + ("Witrh", &["with"]), + ("Thresshold", &["threshold"]), + ("Libertania", &["libertarians"]), + ("Matris", &["matrix"]), + ("Spontanious", &["spontaneous"]), + ("Speficiications", &["specifications"]), + ("Piplelines", &["pipelines"]), + ("Inbalance", &["imbalance"]), + ("Somalija", &["somalia"]), + ("Prometheyus", &["prometheus"]), + ("Segnemt", &["segment"]), + ("Invesitgate", &["investigate"]), + ("Priorty", &["priority"]), + ("Overwriteable", &["overwritable"]), + ("Sencondary", &["secondary"]), + ("Correctures", &["correctors"]), + ("Delievering", &["delivering"]), + ("Immediatlly", &["immediately"]), + ("Intrumenting", &["instrumenting"]), + ("Asssits", &["assists"]), + ("Execuition", &["execution"]), + ("Depictin", &["depictions"]), + ("Anuls", &["annulls"]), + ("Acoordingly", &["accordingly"]), + ("Coherantly", &["coherently"]), + ("Retreving", &["retrieving"]), + ("Defaulls", &["defaults"]), + ("Illegitemate", &["illegitimate"]), + ("Specifactions", &["specifications"]), + ("Writtings", &["writings"]), + ("Optimimum", &["optimum"]), + ("Proportians", &["proportions"]), + ("Compilcate", &["complicate"]), + ("Represenatations", &["representations"]), + ("Followind", &["following"]), + ("Transorms", &["transforms"]), + ("Particulary", &["particularly"]), + ("Suggetsion", &["suggestion"]), + ("Spefiifics", &["specifics"]), + ("Kentuckey", &["kentucky"]), + ("Sydnicate", &["syndicate"]), + ("Improters", &["importers"]), + ("Guareenteing", &["guaranteeing"]), + ("Unsubstanciated", &["unsubstantiated"]), + ("Incremantal", &["incremental"]), + ("Bollcoks", &["bollocks"]), + ("Pilrgim", &["pilgrim"]), + ("Gloiath", &["goliath"]), + ("Cubpoard", &["cupboard"]), + ("Specias", &["specials"]), + ("Horphan", &["orphan"]), + ("Activistas", &["activists"]), + ("Miminizes", &["minimizes"]), + ("Accuratley", &["accurately"]), + ("Identication", &["identification"]), + ("Casims", &["chasms"]), + ("Forbbiden", &["forbidden"]), + ("Increading", &["increasing"]), + ("Opoen", &["open"]), + ("Determinisitc", &["deterministic"]), + ("Suprizingly", &["surprisingly"]), + ("Concatnated", &["concatenated"]), + ("Neuralogical", &["neurological"]), + ("Evangers", &["avengers"]), + ("Irrevirsible", &["irreversible"]), + ("Redistirbutes", &["redistributes"]), + ("Unbareable", &["unbearable"]), + ("Identifyed", &["identified"]), + ("Prevailling", &["prevailing"]), + ("Settng", &["setting"]), + ("Overrridden", &["overridden"]), + ("Managament", &["management"]), + ("Incorrrect", &["incorrect"]), + ("Knarl", &["gnarl"]), + ("Dirves", &["drives"]), + ("Inherithed", &["inherited"]), + ("Apauls", &["appalls"]), + ("Neighbourhooods", &["neighbourhoods"]), + ("Machins", &["machines"]), + ("Benovelent", &["benevolent"]), + ("Collaboritavely", &["collaboratively"]), + ("Coninues", &["continues"]), + ("Dotrmund", &["dortmund"]), + ("Opaykes", &["opaques"]), + ("Reamining", &["remaining"]), + ("Fonud", &["found"]), + ("Apperciated", &["appreciated"]), + ("Guarrented", &["guaranteed"]), + ("Restor", &["restore"]), + ("Activitites", &["activities"]), + ("Structually", &["structurally"]), + ("Dissassociating", &["disassociating"]), + ("Desintaiton", &["destination"]), + ("Ambadexterousness", &["ambidextrousness"]), + ("Implementated", &["implemented"]), + ("Inproovment", &["improvement"]), + ("Susupend", &["suspend"]), + ("Dependancies", &["dependencies"]), + ("Reponding", &["responding"]), + ("Supspects", &["suspects"]), + ("Afteroon", &["afternoon"]), + ("Recongnized", &["recognized"]), + ("Lizensing", &["licensing"]), + ("Procuces", &["procures", "produces"]), + ("Dchp", &["dhcp"]), + ("Termianted", &["terminated"]), + ("Pacificts", &["pacifist"]), + ("Ununsual", &["unusual"]), + ("Constriants", &["constraints"]), + ("Substutite", &["substitutes", "substitute"]), + ("Embeding", &["embedding"]), + ("Avaloable", &["available"]), + ("Limitier", &["limiter"]), + ("Disconecct", &["disconnect"]), + ("Ediits", &["edits"]), + ("Unexcectedly", &["unexpectedly"]), + ("Deamonized", &["daemonized"]), + ("Unavaialbel", &["unavailable"]), + ("Prersistent", &["persistent"]), + ("Randomes", &["randoms"]), + ("Udates", &["updates"]), + ("Explainging", &["explaining"]), + ("Duplacated", &["duplicated"]), + ("Nasturshum", &["nasturtium"]), + ("Prooof", &["proof"]), + ("Advertistment", &["advertisement"]), + ("Preservered", &["preserved"]), + ("Demonstation", &["demonstration"]), + ("Misundersatnding", &["misunderstandings"]), + ("Intertained", &["intertwined"]), + ("Orienatation", &["orientation"]), + ("Ciriticality", &["criticality"]), + ("Retoric", &["rhetoric"]), + ("Clocksourc", &["clocksource"]), + ("Moduels", &["modules"]), + ("Varity", &["variety"]), + ("Obssesion", &["obsession"]), + ("Onveience", &["convenience"]), + ("Requiremenet", &["requirement"]), + ("Aache", &["ache", "cache"]), + ("Crashaes", &["crashes"]), + ("Perticularly", &["particularly"]), + ("Vacine", &["vaccine"]), + ("Catholicsm", &["catholicism"]), + ("Intuative", &["intuitive"]), + ("Exeucte", &["execute"]), + ("Abstinense", &["abstinence"]), + ("Malayisa", &["malaysia"]), + ("Fonctions", &["functions"]), + ("Reuplodad", &["reupload", "reuploaded"]), + ("Combinatio", &["combination"]), + ("Aiport", &["airport"]), + ("Pronounds", &["pronouns"]), + ("Herslef", &["herself"]), + ("Rhythimcally", &["rhythmically"]), + ("Abilitiy", &["ability"]), + ("Autonegotations", &["autonegotiations"]), + ("Cavaet", &["caveat"]), + ("Disssembles", &["disassembles"]), + ("Proletariaat", &["proletariat"]), + ("Qeuests", &["quests"]), + ("Reinfocements", &["reinforcements"]), + ("Confidantal", &["confidential"]), + ("Arraival", &["arrival"]), + ("Bayge", &["beige"]), + ("Overritten", &["overwritten"]), + ("Commplex", &["complex"]), + ("Encouranged", &["encouraged"]), + ("Degradead", &["degraded"]), + ("Ceritfication", &["certifications"]), + ("Decosings", &["decodings"]), + ("Numerbering", &["numbering"]), + ("Colomns", &["columns"]), + ("Cloen", &["clone"]), + ("Conplications", &["complications"]), + ("Simptomaticlly", &["symptomatically"]), + ("Neverthless", &["nevertheless"]), + ("Synamic", &["dynamic"]), + ("Brazillans", &["brazilians"]), + ("Parametter", &["parameter"]), + ("Completeion", &["completion"]), + ("Pursuade", &["persuade"]), + ("Grammaticly", &["grammatical"]), + ("Paterns", &["patterns"]), + ("Mimicing", &["mimicking"]), + ("Cosmeticas", &["cosmetics"]), + ("Decryp", &["decrypt"]), + ("Vulneability", &["vulnerability"]), + ("Coordingate", &["coordinate"]), + ("Opperational", &["operational"]), + ("Apendage", &["appendage"]), + ("Distrubtion", &["distribution"]), + ("Reenfoces", &["reenforces"]), + ("Skup", &["skip"]), + ("Siliently", &["silently", "saliently"]), + ("Vlones", &["clones"]), + ("Compilicated", &["complicated"]), + ("Mikrosecond", &["microsecond"]), + ("Intutively", &["intuitively"]), + ("Perferrmence", &["performance"]), + ("Remingotn", &["remington"]), + ("Stamnia", &["stamina"]), + ("Decypted", &["decrypted"]), + ("Trasformable", &["transformable"]), + ("Transcendant", &["transcendent"]), + ("Descide", &["decide"]), + ("Conotrol", &["control"]), + ("Ammortize", &["amortize"]), + ("Acccumulate", &["accumulate"]), + ("Procuded", &["produced"]), + ("Straightforwad", &["straightforward"]), + ("Impliciet", &["implicit"]), + ("Pancaeks", &["pancakes"]), + ("Unanswerd", &["unanswered"]), + ("Homogenuous", &["homogeneous"]), + ("Intenionally", &["intentionally"]), + ("Paramemeter", &["parameter"]), + ("Circumstanes", &["circumstance"]), + ("Discconection", &["disconnection"]), + ("Disgustigly", &["disgustingly"]), + ("Hypethetically", &["hypothetically"]), + ("Tribuanl", &["tribunal"]), + ("Instruccion", &["instruction"]), + ("Comapared", &["compared"]), + ("Finsihed", &["finished"]), + ("Cuves", &["curves", "cubes", "caves"]), + ("Evaluatates", &["evaluates"]), + ("Wawrick", &["warwick"]), + ("Downovting", &["downvoting"]), + ("Ignorned", &["ignored"]), + ("Moutns", &["mounts"]), + ("Revereces", &["references"]), + ("Deside", &["decide"]), + ("Varns", &["warns"]), + ("Cacluated", &["calculated"]), + ("Lotharingen", &["lothringen"]), + ("Prominance", &["prominence"]), + ("Patrens", &["patron", "patterns"]), + ("Execuitions", &["executions"]), + ("Renegatiotiated", &["renegotiated"]), + ("Porved", &["proved"]), + ("Reamin", &["remain"]), + ("Challegner", &["challenger"]), + ("Disbale", &["disable"]), + ("Peerowets", &["pirouettes"]), + ("Incrementall", &["incremental", "incrementally"]), + ("Disapprouve", &["disapprove"]), + ("Bestiallity", &["bestiality"]), + ("Follwoeed", &["followed"]), + ("Inverals", &["intervals"]), + ("Susequent", &["subsequent"]), + ("Decapsulting", &["decapsulating"]), + ("Hybernate", &["hibernate"]), + ("Neighboors", &["neighbors", "neighbours"]), + ("Cloesed", &["closed"]), + ("Continguous", &["contiguous"]), + ("Fmaily", &["family"]), + ("Declartative", &["declarative"]), + ("Directrive", &["directive"]), + ("Purposedly", &["purposely"]), + ("Trasnformation", &["transformation"]), + ("Pakistanais", &["pakistani"]), + ("Chanages", &["changes"]), + ("Saskatchewinian", &["saskatchewan"]), + ("Mobify", &["modify"]), + ("Subelemets", &["subelements"]), + ("Spammear", &["spammer"]), + ("Tigthening", &["tightening"]), + ("Omishients", &["omniscience"]), + ("Revoultions", &["revolutions"]), + ("Reluctently", &["reluctantly"]), + ("Aplying", &["applying"]), + ("Excahnges", &["exchanges"]), + ("Congifurable", &["configurable"]), + ("Templaces", &["templates"]), + ("Folliwiwng", &["following"]), + ("Benchmakrs", &["benchmarks"]), + ("Orded", &["ordered"]), + ("Instlalations", &["installations"]), + ("Repsectively", &["respectively"]), + ("Duplicte", &["duplicate"]), + ("Tourisim", &["tourism"]), + ("Assigment", &["assignment"]), + ("Becaue", &["because"]), + ("Beginnning", &["beginning"]), + ("Instabce", &["instance"]), + ("Fatiuge", &["fatigue"]), + ("Searchd", &["searched"]), + ("Corresonded", &["corresponded"]), + ("Dimenstional", &["dimensional"]), + ("Ccertification", &["certification"]), + ("Messured", &["measured"]), + ("Louisiania", &["louisiana"]), + ("Intterupting", &["interrupting"]), + ("Medicaitons", &["medications"]), + ("Quadrooples", &["quadruples"]), + ("Capabiliites", &["capabilities"]), + ("Aattributes", &["attributes"]), + ("Decsend", &["descend"]), + ("Fromm", &["from"]), + ("Considerion", &["consideration"]), + ("Appropritae", &["appropriate"]), + ("Conceitual", &["conceptual"]), + ("Inelligible", &["ineligible"]), + ("Functiuons", &["functions"]), + ("Capitlizes", &["capitalizes"]), + ("Incorproate", &["incorporated"]), + ("Explanetory", &["explanatory"]), + ("Citizinship", &["citizenship"]), + ("Alchol", &["alcohol"]), + ("Aplyed", &["applied"]), + ("Prasied", &["praised"]), + ("Squarley", &["squarely"]), + ("Daed", &["dead"]), + ("Pleanty", &["plenty"]), + ("Dargons", &["dragons"]), + ("Syntac", &["syntax"]), + ("Contriceptives", &["contraceptives"]), + ("Algotihmic", &["algorithmic"]), + ("Naibhorhood", &["neighborhood"]), + ("Brower", &["browser"]), + ("Composities", &["composite"]), + ("Briteners", &["brighteners"]), + ("Ordner", &["order"]), + ("Statistacally", &["statistically"]), + ("Depricated", &["deprecated"]), + ("Unicrons", &["unicorns"]), + ("Absouldly", &["absolutely"]), + ("Moddelled", &["modelled"]), + ("Functionalty", &["functionality"]), + ("Palete", &["palette"]), + ("Facorite", &["favorite"]), + ("Rationalizaton", &["rationalization"]), + ("Concervatives", &["conservatives"]), + ("Adjasantly", &["adjacently"]), + ("Inaguration", &["inauguration"]), + ("Covnerting", &["converting"]), + ("Chatolic", &["catholic"]), + ("Commishioned", &["commissioned"]), + ("Uptreams", &["upstreams"]), + ("Ful", &["full"]), + ("Exeggeration", &["exaggeration"]), + ("Monolitihic", &["monolithic"]), + ("Satrical", &["satirical"]), + ("Binairy", &["binary"]), + ("Listners", &["listeners"]), + ("Assocating", &["associating"]), + ("Scepture", &["sceptre"]), + ("Scannign", &["scanning"]), + ("Transitoning", &["transitioning"]), + ("Embarassed", &["embarrassed"]), + ("Blackmsith", &["blacksmith"]), + ("Vulnearbility", &["vulnerability"]), + ("Upddated", &["updated"]), + ("Compilaitons", &["compilations"]), + ("Turkisch", &["turkish"]), + ("Brighness", &["brightness"]), + ("Manufactureras", &["manufactures"]), + ("Predicitve", &["predictive"]), + ("Constrating", &["constraint"]), + ("Contection", &["contention"]), + ("Anarchit", &["anarchist"]), + ("Cyrto", &["crypto"]), + ("Downsiders", &["downsides"]), + ("Piches", &["pinches", "pitches"]), + ("Recidents", &["residents"]), + ("Dimmensioned", &["dimensioned"]), + ("Benchmkared", &["benchmarked"]), + ("Derivatvies", &["derivatives"]), + ("Unintentionnally", &["unintentionally"]), + ("Displa", &["display"]), + ("Runting", &["runtime"]), + ("Parallalized", &["parallelized"]), + ("Eclise", &["eclipse"]), + ("Deduplate", &["deduplicate"]), + ("Skatebaords", &["skateboard"]), + ("Sykward", &["skyward"]), + ("Analysisto", &["analysts"]), + ("Brutallly", &["brutally"]), + ("Enormass", &["enormous"]), + ("Aggreation", &["aggregation"]), + ("Cacluator", &["calculator"]), + ("Retursn", &["returns"]), + ("Vulnearable", &["vulnerable"]), + ("Distnct", &["distinct"]), + ("Withrdawing", &["withdrawing"]), + ("Notoriosly", &["notoriously"]), + ("Skelton", &["skeleton"]), + ("Internetest", &["internets"]), + ("Addrsses", &["addresses"]), + ("Attrbutions", &["attributions"]), + ("Wrok", &["work"]), + ("Specail", &["special"]), + ("Datasset", &["dataset"]), + ("Coallessence", &["coalescence"]), + ("Anomolee", &["anomaly"]), + ("Facor", &["favor", "faker"]), + ("Supportare", &["supporters"]), + ("Rquires", &["requires"]), + ("Curriculem", &["curriculum"]), + ("Transacitons", &["transactions"]), + ("Breadcumbs", &["breadcrumbs"]), + ("Glicthed", &["glitched"]), + ("Opportuinity", &["opportunity"]), + ("Emmbedding", &["embedding"]), + ("Dispached", &["dispatched"]), + ("Momory", &["memory"]), + ("Deliveres", &["delivers"]), + ("Approoximate", &["approximate"]), + ("Alhapet", &["alphabet"]), + ("Bloekes", &["blokes"]), + ("Onwing", &["owning"]), + ("Interruptable", &["interruptible"]), + ("Renegotatiate", &["renegotiate"]), + ("Activites", &["activities"]), + ("Valdate", &["validate"]), + ("Trustwortyness", &["trustworthiness"]), + ("Directionl", &["directional"]), + ("Hieroglphs", &["hieroglyphs"]), + ("Threadd", &["threaded"]), + ("Libraty", &["library"]), + ("Divisior", &["divisor"]), + ("Intentas", &["intents"]), + ("Paratmers", &["parameters"]), + ("Guarnanteeing", &["guaranteeing"]), + ("Unititialized", &["uninitialized"]), + ("Brotherwood", &["brotherhood"]), + ("Deacriptors", &["decryptors", "descriptors"]), + ("Conusmer", &["consumer"]), + ("Opearators", &["operators"]), + ("Coyright", &["copyright"]), + ("Riminiced", &["reminisced"]), + ("Searh", &["search"]), + ("Consensuel", &["consensual"]), + ("Comfortabley", &["comfortably"]), + ("Unknwons", &["unknowns"]), + ("Aggreggate", &["aggregate"]), + ("Comitish", &["commitish"]), + ("Cellxs", &["cells"]), + ("Supllied", &["supplied"]), + ("Cringeworthly", &["cringeworthy"]), + ("Silhoueting", &["silhouetting"]), + ("Debbuger", &["debugger"]), + ("Bilsters", &["blisters"]), + ("Introversa", &["introverts"]), + ("Intentionaly", &["intentionally"]), + ("Comprension", &["compression"]), + ("Amlpifier", &["amplifier"]), + ("Underlflowing", &["underflowing"]), + ("Comensate", &["compensate"]), + ("Ansamble", &["ensemble"]), + ("Promiscous", &["promiscuous"]), + ("Rondazyvooed", &["rendezvoused"]), + ("Exapnsion", &["expansion"]), + ("Hostles", &["hostels"]), + ("Headshoots", &["headshot"]), + ("Derterming", &["determining"]), + ("Gauaranteed", &["guaranteed"]), + ("Devleop", &["develop"]), + ("Legitemate", &["legitimate"]), + ("Modifyer", &["modifier"]), + ("Comapnions", &["companions"]), + ("Inbracer", &["embracer"]), + ("Clonet", &["clone"]), + ("Renegotiotor", &["renegotiator"]), + ("Downoading", &["downloading"]), + ("Langiages", &["languages"]), + ("Autonegothiations", &["autonegotiations"]), + ("Steriel", &["sterile"]), + ("Barrackus", &["barracks"]), + ("Projction", &["projection"]), + ("Adminsiter", &["administer"]), + ("Conplete", &["complete"]), + ("Stereotpyical", &["stereotypical"]), + ("Docsund", &["dachshund"]), + ("Serializng", &["serializing"]), + ("Compitation", &["computation"]), + ("Underlow", &["underflow"]), + ("Omlettes", &["omelettes"]), + ("Halarious", &["hilarious"]), + ("Singoled", &["signaled", "singled"]), + ("Opnssl", &["openssl"]), + ("Sectopning", &["sectioning"]), + ("Inexpirienced", &["inexperienced"]), + ("Assistanat", &["assistants"]), + ("Comapre", &["compare"]), + ("Schmes", &["schemes"]), + ("Booes", &["boos", "booze", "buoys"]), + ("Angshis", &["anxious"]), + ("Congnitive", &["cognitive"]), + ("Cipersuites", &["ciphersuites"]), + ("Apects", &["aspects"]), + ("Probabilaty", &["probability"]), + ("Beerer", &["bearer"]), + ("Guyzers", &["geysers"]), + ("Cnfiguration", &["configuration"]), + ("Associaiton", &["associations"]), + ("Opearands", &["operands"]), + ("Passporters", &["passports"]), + ("Devistating", &["devastating"]), + ("Rearrangteables", &["rearrangeables"]), + ("Medioker", &["mediocre"]), + ("Intterupt", &["interrupt"]), + ("Extradtion", &["extraction"]), + ("Limitacion", &["limitation"]), + ("Warpprer", &["warper", "wrapper"]), + ("Apended", &["appended"]), + ("Discriptions", &["descriptions"]), + ("Sumbitted", &["submitted"]), + ("Demoloshed", &["demolished"]), + ("Enchanct", &["enchant"]), + ("Shareholds", &["shareholders"]), + ("Somethn", &["something"]), + ("Ovrridables", &["overridables"]), + ("Disrection", &["discretion"]), + ("Inexblicably", &["inexplicably"]), + ("Substitions", &["substitutions"]), + ("Contingecy", &["contingency"]), + ("Comperatively", &["comparatively"]), + ("Pythonl", &["python"]), + ("Analised", &["analysed"]), + ("Unvalid", &["invalid"]), + ("Contibute", &["contribute"]), + ("Sugggested", &["suggested"]), + ("Convential", &["conventional"]), + ("Mistics", &["mystics"]), + ("Insmonia", &["insomnia"]), + ("Archtitectures", &["architectures"]), + ("Aplicability", &["applicability"]), + ("Counsilers", &["counselors"]), + ("Graphie", &["graphite"]), + ("Dumplicated", &["duplicated"]), + ("Maniuplators", &["manipulators"]), + ("Assigend", &["assigned"]), + ("Masturbare", &["masturbate"]), + ("Direcdory", &["directory"]), + ("Absoluute", &["absolute"]), + ("Retruned", &["returned"]), + ("Befire", &["before"]), + ("Yomen", &["yeomen"]), + ("Latitue", &["latitude"]), + ("Vasalls", &["vassals"]), + ("Occasinal", &["occasional"]), + ("Consueling", &["consulting"]), + ("Persued", &["pursued"]), + ("Interacively", &["interactively"]), + ("Theromdynamics", &["thermodynamics"]), + ("Serveices", &["services"]), + ("Empirial", &["empirical", "imperial"]), + ("Trollade", &["trolled"]), + ("Pyschopathic", &["psychopathic"]), + ("Harnesss", &["harness"]), + ("Sceduled", &["scheduled"]), + ("Copyting", &["copying"]), + ("Juse", &["just", "juice", "jude", "june"]), + ("Ceasser", &["caesar"]), + ("Unpopulair", &["unpopular"]), + ("Expirements", &["experiments"]), + ("Equipments", &["equipment"]), + ("Ocupy", &["occupy"]), + ("Buro", &["bureau", "burro"]), + ("Producto", &["production"]), + ("Completenes", &["completes"]), + ("Creativley", &["creatively"]), + ("Heatlhcare", &["healthcare"]), + ("Peferably", &["preferably"]), + ("Concieved", &["conceived"]), + ("Sirectionals", &["directionals"]), + ("Objectivify", &["objectivity"]), + ("Mechanisim", &["mechanism"]), + ("Manufacutrers", &["manufactures"]), + ("Propectuses", &["prospectuses"]), + ("Distructive", &["destructive"]), + ("Huanting", &["haunting"]), + ("Investement", &["investment"]), + ("Naviagtion", &["navigation"]), + ("Linarly", &["linearly"]), + ("Sponsers", &["sponsors"]), + ("Essentias", &["essentials"]), + ("Delimititers", &["delimiters"]), + ("Fulfiled", &["fulfilled"]), + ("Boquet", &["bouquet"]), + ("Promter", &["promoter", "prompter"]), + ("Peapels", &["peoples"]), + ("Collisin", &["collisions", "collision", "collusion"]), + ("Algotithm", &["algorithm"]), + ("Pubishers", &["publishers"]), + ("Reassinging", &["reassigning"]), + ("Abudances", &["abundances"]), + ("Calbire", &["calibre"]), + ("Marixst", &["marxist"]), + ("Demension", &["dimension"]), + ("Critcally", &["critically"]), + ("Imlemented", &["implemented"]), + ("Cooridnation", &["coordination"]), + ("Traked", &["tracked"]), + ("Frowrading", &["forwarding"]), + ("Indentatin", &["indentation"]), + ("Replaceemnt", &["replacement"]), + ("Freindlies", &["friendlies"]), + ("Productino", &["productions"]), + ("Competation", &["computation"]), + ("Varinats", &["variants"]), + ("Compots", &["compost"]), + ("Nameing", &["naming"]), + ("Philospohy", &["philosophy"]), + ("Visuallisation", &["visualisation"]), + ("Singls", &["singles", "single"]), + ("Automotize", &["automotive"]), + ("Kubermetes", &["kubernetes"]), + ("Resovles", &["resolves"]), + ("Rescrition", &["restriction"]), + ("Subfolfer", &["subfolder"]), + ("Sytnax", &["syntax"]), + ("Elicided", &["elicited"]), + ("Verifiying", &["verifying"]), + ("Exchnaging", &["exchanging"]), + ("Defleciton", &["deflection"]), + ("Whench", &["whence"]), + ("Selets", &["selects"]), + ("Reconetions", &["reconnections"]), + ("Mathcers", &["matchers"]), + ("Funczion", &["function"]), + ("Promoteurs", &["promotes"]), + ("Progarmability", &["programmability"]), + ("Limitaitons", &["limitation", "limitations"]), + ("Bounsaries", &["boundaries"]), + ("Donwvoting", &["downvoting"]), + ("Legitimancy", &["legitimacy"]), + ("Bateries", &["batteries"]), + ("Juptier", &["jupiter"]), + ("Remaing", &["remaining"]), + ("Intentionly", &["intentional", "intentionally"]), + ("Tranitioning", &["transitioning"]), + ("Philippinoes", &["philippines"]), + ("Synopis", &["synopsis"]), + ("Unblcok", &["unblock"]), + ("Conenctions", &["connections"]), + ("Aleviate", &["alleviate"]), + ("Creeperest", &["creepers"]), + ("Commissionned", &["commissioned"]), + ("Perservation", &["preservation"]), + ("Repositiroes", &["repositories"]), + ("Compairison", &["comparison"]), + ("Coordinnate", &["coordinate"]), + ("Backrace", &["backtrace"]), + ("Domesticted", &["domesticated"]), + ("Addig", &["adding"]), + ("Instuctional", &["instructional"]), + ("Accumulato", &["accumulation"]), + ("Athletisim", &["athleticism"]), + ("Termendously", &["tremendously"]), + ("Coccupied", &["occupied"]), + ("Competely", &["completely"]), + ("Restorated", &["restored"]), + ("Idetifiers", &["identifiers"]), + ("Higer", &["higher"]), + ("Communsit", &["communist"]), + ("Vechiles", &["vehicles"]), + ("Defauly", &["default"]), + ("Reagards", &["regards"]), + ("Stirng", &["string"]), + ("Suystem", &["system"]), + ("Supermacist", &["supremacist"]), + ("Consitutes", &["constitutes"]), + ("Extnesion", &["extension"]), + ("Contaied", &["contained"]), + ("Diffirentiate", &["differentiate"]), + ("Avanced", &["advanced"]), + ("Atrribute", &["attribute"]), + ("Ackward", &["awkward", "backward"]), + ("Vulneabilities", &["vulnerabilities"]), + ("Elipticity", &["ellipticity"]), + ("Powerppc", &["powerpc"]), + ("Expoentially", &["exponentially"]), + ("Patinetly", &["patiently"]), + ("Otherwse", &["otherwise"]), + ("Indiviudual", &["individual"]), + ("Extraordinairy", &["extraordinary"]), + ("Primaris", &["primaries"]), + ("Dectected", &["detected"]), + ("Queryies", &["queries"]), + ("Thius", &["this"]), + ("Quesitoned", &["questioned"]), + ("Intevals", &["intervals"]), + ("Enginer", &["engineer"]), + ("Ingenius", &["ingenious"]), + ("Repertwar", &["repertoire"]), + ("Weppons", &["weapons"]), + ("Extrapulate", &["extrapolate"]), + ("Separting", &["separating"]), + ("Clishays", &["clichés"]), + ("Intercontinential", &["intercontinental"]), + ("Speecheasy", &["speeches"]), + ("Spawed", &["spawned"]), + ("Coneectivity", &["connectivity"]), + ("Consruction", &["construction"]), + ("Strotage", &["storage"]), + ("Excersice", &["exercise"]), + ("Dunegon", &["dungeon"]), + ("Novermber", &["november"]), + ("Offical", &["official"]), + ("Suposes", &["supposes"]), + ("Complextions", &["complexions"]), + ("Guarenteedy", &["guaranty"]), + ("Scetched", &["sketched"]), + ("Initalness", &["initialness"]), + ("Cuddels", &["cuddles"]), + ("Onmisience", &["omniscience"]), + ("Scriopting", &["scripting"]), + ("Expansiones", &["expansions"]), + ("Atriculate", &["articulate"]), + ("Enrtries", &["entries"]), + ("Prodominantly", &["predominantly"]), + ("Functtioning", &["functioning"]), + ("Sacrastically", &["sarcastically"]), + ("Bloggeur", &["blogger"]), + ("Volonteered", &["volunteered"]), + ("Vincinity", &["vicinity"]), + ("Execuable", &["executable"]), + ("Recurisvely", &["recursively"]), + ("Vassales", &["vassals"]), + ("Interal", &["internal", "interval", "integral"]), + ("Spellshecking", &["spellchecking"]), + ("Interesed", &["interested"]), + ("Pastural", &["pastoral"]), + ("Campagin", &["campaign"]), + ("Existentiel", &["existential"]), + ("Disssembling", &["disassembling"]), + ("Recal", &["recall"]), + ("Poisonos", &["poisons"]), + ("Tranitions", &["transitions"]), + ("Decryptation", &["decryption"]), + ("Comanding", &["commanding"]), + ("Regitration", &["registration"]), + ("Quadrupple", &["quadruple"]), + ("Preferental", &["preferential"]), + ("Interrput", &["interrupt"]), + ("Loosy", &["lossy", "lousy", "loose"]), + ("Calibler", &["caliber"]), + ("Disregrad", &["disregard"]), + ("Spearators", &["separators"]), + ("Intercorse", &["intercourse"]), + ("Spefixeid", &["specified"]), + ("Corupted", &["corrupted"]), + ("Exclusivs", &["exclusives"]), + ("Sytlish", &["stylish"]), + ("Infermon", &["inferno"]), + ("Platfforms", &["platforms"]), + ("Itenary", &["itinerary"]), + ("Achive", &["achieve", "archive"]), + ("Protecton", &["protection"]), + ("Mindlessley", &["mindlessly"]), + ("Presomption", &["presumption"]), + ("Disaspointed", &["disappointed"]), + ("Accellerated", &["accelerated"]), + ("Pregorative", &["prerogative"]), + ("Sirvayled", &["surveiled"]), + ("Fasade", &["facade"]), + ("Upgades", &["upgrades"]), + ("Unresponsivness", &["unresponsive"]), + ("Signater", &["signature"]), + ("Disception", &["discretion"]), + ("Dependencys", &["dependencies"]), + ("Dereferencced", &["dereferenced"]), + ("Formidabelt", &["formidable"]), + ("Generalyse", &["generalise"]), + ("Volleyboll", &["volleyball"]), + ("Resoure", &["resource"]), + ("Butterfries", &["butterflies"]), + ("Unbolievable", &["unbelievable"]), + ("Funides", &["fundies"]), + ("Assoaiate", &["associate"]), + ("Suspencion", &["suspension"]), + ("Yeilded", &["yielded"]), + ("Treament", &["treatment"]), + ("Tagggen", &["taggen"]), + ("Dorced", &["forced"]), + ("Upgradde", &["upgrade"]), + ("Thiests", &["theists"]), + ("Preposterious", &["preposterous"]), + ("Explinations", &["explanations"]), + ("Copengahen", &["copenhagen"]), + ("Encrypter", &["encryptor"]), + ("Operato", &["operator"]), + ("Experimint", &["experiment"]), + ("Anounced", &["announced"]), + ("Preparacion", &["preparation"]), + ("Insted", &["instead"]), + ("Warrn", &["warn"]), + ("Forotten", &["forgotten"]), + ("Anme", &["name", "anime"]), + ("Deahtly", &["deathly"]), + ("Addictin", &["addictions"]), + ("Contribuye", &["contribute"]), + ("Collegate", &["collegiate"]), + ("Insepct", &["inspect"]), + ("Physcopathic", &["psychopathic"]), + ("Encrpyted", &["encrypted"]), + ("Perputuating", &["perpetuating"]), + ("Reponse", &["response"]), + ("Wahts", &["whats"]), + ("Passsword", &["password"]), + ("Expored", &["explored", "exported"]), + ("Editedt", &["edited"]), + ("Realtionships", &["relationships"]), + ("Disobediant", &["disobedient"]), + ("Civelisation", &["civilisation"]), + ("Modyfing", &["modifying"]), + ("Tesitfy", &["testify"]), + ("Tryannical", &["tyrannical"]), + ("Emmitting", &["emitting"]), + ("Accesssiiblity", &["accessibility"]), + ("Nautres", &["natures"]), + ("Concentraiton", &["concentrations"]), + ("Ogliarchy", &["oligarchy"]), + ("Naame", &["name"]), + ("Attirtion", &["attrition"]), + ("Remaind", &["remained", "remind"]), + ("Aprreciate", &["appreciate"]), + ("Tryig", &["trying"]), + ("Clutchign", &["clutching"]), + ("Nortifications", &["notifications"]), + ("Individuall", &["individual", "individually"]), + ("Rademptions", &["redemptions"]), + ("Supermakret", &["supermarkets"]), + ("Forecfully", &["forcefully"]), + ("Passpost", &["passports"]), + ("Budegets", &["budgets"]), + ("Inhertied", &["inherited"]), + ("Discontued", &["discounted"]), + ("Killingest", &["killings"]), + ("Reveiver", &["receiver"]), + ("Temproral", &["temporal"]), + ("Cellpading", &["cellpadding"]), + ("Dermatalogist", &["dermatologist"]), + ("Dicergence", &["divergence"]), + ("Equilibrim", &["equilibrium"]), + ("Explenatory", &["explanatory"]), + ("Retirned", &["returned"]), + ("Teleportating", &["teleportation"]), + ("Condolances", &["condolences"]), + ("Calll", &["call"]), + ("Cahhel", &["channel"]), + ("Notificacion", &["notification"]), + ("Shapsnots", &["snapshots"]), + ("Incurruptable", &["incorruptible"]), + ("Incredably", &["incredibly"]), + ("Probabably", &["probably"]), + ("Rto", &["to"]), + ("Comissioner", &["commissioner"]), + ("Materla", &["material"]), + ("Manifestado", &["manifesto"]), + ("Protestat", &["protestant"]), + ("Miletsones", &["milestones"]), + ("Historyans", &["historians"]), + ("Peroids", &["periods"]), + ("Stong", &["strong"]), + ("Mathematicion", &["mathematician"]), + ("Vecors", &["vectors"]), + ("Chckbox", &["checkbox"]), + ("Copyritghts", &["copyrights"]), + ("Dimenionsal", &["dimensional"]), + ("Dictionries", &["dictionaries"]), + ("Definitiion", &["definition"]), + ("Infared", &["infrared"]), + ("Attrribution", &["attribution"]), + ("Exctractions", &["extractions"]), + ("Adevntures", &["adventures"]), + ("Compatitbility", &["compatibility"]), + ("Flawess", &["flawless"]), + ("Sprinklered", &["sprinkled"]), + ("Cerainly", &["certainly"]), + ("Scrathces", &["scratches"]), + ("Addionally", &["additionally"]), + ("Petterns", &["patterns"]), + ("Tablespon", &["tablespoon"]), + ("Dissimiliarly", &["dissimilarly"]), + ("Windshiled", &["windshield"]), + ("Knowledagble", &["knowledgable"]), + ("Updload", &["upload"]), + ("Autosavegs", &["autosaves"]), + ("Owerread", &["overread"]), + ("Strcutre", &["structure"]), + ("Misrepreseted", &["misrepresented"]), + ("Malclom", &["malcolm"]), + ("Consumiste", &["consumes"]), + ("Inquriy", &["inquiry"]), + ("Porcessed", &["processed"]), + ("Standartized", &["standardized"]), + ("Comprehesive", &["comprehensive"]), + ("Chacacters", &["characters"]), + ("Psace", &["space", "pace"]), + ("Ocilator", &["oscillator"]), + ("Heve", &["have"]), + ("Optionial", &["optional"]), + ("Estiomators", &["estimators"]), + ("Sistemist", &["systemist"]), + ("Remebering", &["remembering"]), + ("Extrates", &["extracts"]), + ("Satisifes", &["satisfies"]), + ("Aligining", &["aligning"]), + ("Romoted", &["remoted"]), + ("Possesion", &["possession"]), + ("Temprorary", &["temporary"]), + ("Commuinications", &["communications"]), + ("Defference", &["difference", "deference"]), + ("Pasttime", &["pastime"]), + ("Decieved", &["deceived"]), + ("Algorthmic", &["algorithmic"]), + ("Sepeicfy", &["specify"]), + ("Cleancacne", &["cleancache"]), + ("Rquests", &["requests", "quests"]), + ("Dentence", &["sentence"]), + ("Hsitorians", &["historians"]), + ("Assessement", &["assessment"]), + ("Dubling", &["doubling", "dublin"]), + ("Equvilent", &["equivalent"]), + ("Rmeote", &["remote"]), + ("Outplayd", &["outplayed"]), + ("Handcuffes", &["handcuffs"]), + ("Reopended", &["reopened"]), + ("Tehere", &["there"]), + ("Itentical", &["identical"]), + ("Rertieved", &["retrieved"]), + ("Consensuarlo", &["consensual"]), + ("Aassociated", &["associated"]), + ("Zylophones", &["xylophone"]), + ("Perferrmances", &["performances"]), + ("Executbales", &["executables"]), + ("Radicalis", &["radicals"]), + ("Empahsize", &["emphasize"]), + ("Unforgivible", &["unforgivable"]), + ("Talekd", &["talked"]), + ("Defaulat", &["default"]), + ("Vectros", &["vectors"]), + ("Transparts", &["transports"]), + ("Teleporing", &["teleporting"]), + ("Afficianados", &["aficionados"]), + ("Beauquet", &["bouquet"]), + ("Fucntions", &["functions"]), + ("Consquence", &["consequence"]), + ("Progarammers", &["programmers"]), + ("Pyschologist", &["psychologist"]), + ("Nerally", &["neurally"]), + ("Comtemplating", &["contemplating"]), + ("Termniations", &["terminations"]), + ("Polysaccaride", &["polysaccharide"]), + ("Shreshold", &["threshold"]), + ("Humillation", &["humiliation"]), + ("Parrallelly", &["parallelly"]), + ("Droppend", &["dropped"]), + ("Seflishness", &["selfishness"]), + ("Esitmators", &["estimators"]), + ("Saggital", &["sagittal"]), + ("Arryas", &["arrays"]), + ("Influenceing", &["influencing"]), + ("Nonsensicle", &["nonsensical"]), + ("Withs", &["with", "widths"]), + ("Referencial", &["referential"]), + ("Orcestrator", &["orchestrator"]), + ("Deamonises", &["daemonises"]), + ("Scrirpt", &["script"]), + ("Rollercoater", &["rollercoaster"]), + ("Expements", &["experiments"]), + ("Hystarical", &["hysterical"]), + ("Reename", &["rename"]), + ("Repersentations", &["representations"]), + ("Incompasitated", &["incapacitated"]), + ("Narcississtic", &["narcissistic"]), + ("Thunderolt", &["thunderbolt"]), + ("Prepand", &["prepend"]), + ("Tranactions", &["transactions"]), + ("Paralells", &["parallels"]), + ("Disucssion", &["discussion"]), + ("Suficient", &["sufficient"]), + ("Examinining", &["examining"]), + ("Accreditted", &["accredited"]), + ("Appartments", &["apartments"]), + ("Assumptious", &["assumptions"]), + ("Influens", &["influences"]), + ("Defenselss", &["defenseless"]), + ("Foootball", &["football"]), + ("Republcian", &["republican"]), + ("Percusive", &["percussive"]), + ("Nanosecod", &["nanosecond"]), + ("Vulnurability", &["vulnerability"]), + ("Miltisite", &["multisite"]), + ("Arrangt", &["arrangement"]), + ("Thnigs", &["things"]), + ("Experementing", &["experimenting"]), + ("Chelsae", &["chelsea"]), + ("Criminalty", &["criminally"]), + ("Approche", &["approach"]), + ("Leyering", &["layering"]), + ("Piont", &["point"]), + ("Reuplaoder", &["reuploader"]), + ("Againts", &["against"]), + ("Elementrary", &["elementary"]), + ("Shortcats", &["shortcuts"]), + ("Pedophilac", &["pedophilia"]), + ("Synchronizaton", &["synchronization"]), + ("Outter", &["outer"]), + ("Cofirmed", &["confirmed"]), + ("Addtion", &["addition"]), + ("Sluggify", &["slugify"]), + ("Expodential", &["exponential"]), + ("Gloabal", &["global"]), + ("Typorgapher", &["typographer"]), + ("Complictaed", &["complicate"]), + ("Chromasomes", &["chromosomes"]), + ("Litarals", &["literals"]), + ("Specilized", &["specialized"]), + ("Intergrating", &["integrating"]), + ("Negativelly", &["negatively"]), + ("Overands", &["operands"]), + ("Measurments", &["measurements"]), + ("Breastfeeing", &["breastfeeding"]), + ("Diplayed", &["displayed"]), + ("Appreiate", &["appreciate"]), + ("Converage", &["converge", "coverage"]), + ("Apocalypes", &["apocalypse"]), + ("Doign", &["doing"]), + ("Etst", &["test"]), + ("Membrance", &["membrane"]), + ("Workststions", &["workstations"]), + ("Containerr", &["container"]), + ("Interveiw", &["interview"]), + ("Transmisson", &["transmission"]), + ("Obect", &["object"]), + ("Discuse", &["discuss"]), + ("Southernerns", &["southerners"]), + ("Incoropate", &["incorporate"]), + ("Shamen", &["shaman", "shamans"]), + ("Carvinal", &["carnival"]), + ("Apporpriated", &["appropriated"]), + ("Busniessmen", &["businessmen"]), + ("Palces", &["places", "pales"]), + ("Remainging", &["remaining"]), + ("Belond", &["belong"]), + ("Consequenses", &["consequences"]), + ("Numnbers", &["numbers"]), + ("Chateos", &["châteaux"]), + ("Probility", &["probability"]), + ("Scandonavia", &["scandinavia"]), + ("Adjustsments", &["adjustments"]), + ("Chiziling", &["chiseling"]), + ("Recommednation", &["recommendation"]), + ("Skillfull", &["skillful", "skillfully"]), + ("Transohobic", &["transphobic"]), + ("Devels", &["delves"]), + ("Streamtrue", &["streamer"]), + ("Aprroximations", &["approximations"]), + ("Physciatrists", &["psychiatrists"]), + ("Seemd", &["seemed"]), + ("Overheards", &["overhead"]), + ("Accquired", &["acquired"]), + ("Systimatic", &["systematic"]), + ("Consequentually", &["consequently"]), + ("Implemetend", &["implemented"]), + ("Frankinstein", &["frankenstein"]), + ("Inevitablity", &["inevitably"]), + ("Progated", &["propagated"]), + ("Detalied", &["detailed"]), + ("Lineseaches", &["linesearches"]), + ("Impovershied", &["impoverished"]), + ("Nmme", &["name"]), + ("Retyring", &["retrying"]), + ("Transcriptus", &["transcripts"]), + ("Unedicated", &["uneducated"]), + ("Challanging", &["challenging"]), + ("Consenusal", &["consensual"]), + ("Miinimised", &["minimised"]), + ("Fluorecence", &["fluorescence"]), + ("Ultimatly", &["ultimately"]), + ("Motherbord", &["motherboard"]), + ("Knarling", &["gnarling"]), + ("Assests", &["assets"]), + ("Officailly", &["officially"]), + ("Wnet", &["went"]), + ("Contextuel", &["contextual"]), + ("Abondoning", &["abandoning"]), + ("Repostiories", &["repositories"]), + ("Emptyed", &["emptied"]), + ("Tabluating", &["tabulating"]), + ("Recevied", &["received"]), + ("Represssion", &["repression"]), + ("Dravadian", &["dravidian"]), + ("Coorditate", &["coordinate"]), + ("Meethod", &["method"]), + ("Memick", &["mimic"]), + ("Interfereing", &["interfering"]), + ("Continutity", &["continuity"]), + ("Throough", &["thorough"]), + ("Medoicre", &["mediocre"]), + ("Equivolent", &["equivalent"]), + ("Reltaionship", &["relationship"]), + ("Environmets", &["environments"]), + ("Saterday", &["saturday"]), + ("Behaviuor", &["behavior"]), + ("Dishonord", &["dishonored"]), + ("Algotrithmic", &["algorithmic"]), + ("Frind", &["friend"]), + ("Paitents", &["patients"]), + ("Inspiraste", &["inspires"]), + ("Wordl", &["world"]), + ("Psychopathes", &["psychopaths"]), + ("Councel", &["council", "counsel"]), + ("Insurgeny", &["insurgency"]), + ("Effeciently", &["efficiently"]), + ("Corordination", &["coordination"]), + ("Implementions", &["implementations"]), + ("Garfiled", &["garfield"]), + ("Popuplates", &["populates"]), + ("Horitontal", &["horizontal"]), + ("Trama", &["trauma", "tram", "trams"]), + ("Perserverance", &["perseverance"]), + ("Critisized", &["criticized"]), + ("Reconfugire", &["reconfigure"]), + ("Indizies", &["indices"]), + ("Aliagn", &["align"]), + ("Deom", &["demo"]), + ("Projectd", &["projected"]), + ("Semanitcs", &["semantics"]), + ("Operatoin", &["operation"]), + ("Allso", &["also"]), + ("Corrdinate", &["coordinate"]), + ("Conservativo", &["conservation"]), + ("Dislaimer", &["disclaimer"]), + ("Austrlaian", &["australians", "australian"]), + ("Adpat", &["adapt"]), + ("Unfortunatley", &["unfortunately"]), + ("Christines", &["christians"]), + ("Ligher", &["lighter", "liar", "liger"]), + ("Pbulisher", &["publisher"]), + ("Blueberrries", &["blueberries"]), + ("Perfrom", &["perform"]), + ("Accumalation", &["accumulation"]), + ("Vloned", &["cloned"]), + ("Morter", &["mortar"]), + ("Contaiun", &["contain"]), + ("Cleansiness", &["cleanliness"]), + ("Enveloppen", &["envelope"]), + ("Tranverser", &["traverser"]), + ("Unbeliveable", &["unbelievable"]), + ("Instane", &["instance"]), + ("Mismaches", &["mismatches"]), + ("Preferabbly", &["preferably"]), + ("Familly", &["family"]), + ("Compilcates", &["complicates"]), + ("Unsable", &["unusable", "usable", "unstable", "unable"]), + ("Destoryers", &["destroyers"]), + ("Unlimted", &["unlimited"]), + ("Profirle", &["profile"]), + ("Atrocitites", &["atrocities"]), + ("Fixutre", &["fixture"]), + ("Summurized", &["summarized"]), + ("Neumonitis", &["pneumonitis"]), + ("Propagana", &["propaganda"]), + ("Configuraiton", &["configuration"]), + ("Ommisience", &["omniscience"]), + ("Equivilants", &["equivalents"]), + ("Deduplacates", &["deduplicates"]), + ("Obsfucate", &["obfuscate"]), + ("Transpancy", &["transparency"]), + ("Feminsits", &["feminists"]), + ("Difficuly", &["difficulty"]), + ("Unsubscriped", &["unsubscribed"]), + ("Pogress", &["progress"]), + ("Philosphies", &["philosophies"]), + ("Underheight", &["underweight"]), + ("Chinesse", &["chinese"]), + ("Startes", &["starts"]), + ("Corrrections", &["corrections"]), + ("Experimanters", &["experimenters"]), + ("Sovle", &["solve"]), + ("Cruzed", &["cruised"]), + ("Follfowed", &["followed"]), + ("Contenated", &["concatenated"]), + ("Hieght", &["height"]), + ("Dimenions", &["dimensions"]), + ("Reporitory", &["repository"]), + ("Srite", &["sprite"]), + ("Acquisitons", &["acquisitions"]), + ("Fingertops", &["fingertips"]), + ("Sementation", &["segmentation"]), + ("Charactersitic", &["characteristics", "characteristic"]), + ("Uncomenting", &["uncommenting"]), + ("Subelemet", &["subelement"]), + ("Futurustic", &["futuristic"]), + ("Extraccion", &["extraction"]), + ("Tranversing", &["traversing"]), + ("Preadtors", &["predators"]), + ("Indistinguishible", &["indistinguishable"]), + ("Chandaleer", &["chandelier"]), + ("Aquires", &["acquires"]), + ("Pythjon", &["python"]), + ("Insuniating", &["insinuating"]), + ("Ligitation", &["litigation"]), + ("Veiwership", &["viewership"]), + ("Danceing", &["dancing"]), + ("Motorcicle", &["motorcycle"]), + ("Misogenist", &["misogynist"]), + ("Infornt", &["infront"]), + ("Incomptable", &["incompatible"]), + ("Accelertion", &["acceleration"]), + ("Mormones", &["mormons"]), + ("Consistes", &["consists", "consisted"]), + ("Coleasing", &["coalescing"]), + ("Destanations", &["destinations"]), + ("Higest", &["highest"]), + ("Bypas", &["bypass"]), + ("Presearve", &["preserve"]), + ("Studenst", &["students"]), + ("Natievly", &["natively"]), + ("Experimenatal", &["experimental"]), + ("Supervisior", &["supervisor"]), + ("Perpective", &["perspective"]), + ("Someons", &["someones"]), + ("Intimidante", &["intimidate"]), + ("Converver", &["conserver", "converter"]), + ("Deubuging", &["debugging"]), + ("Cuurrents", &["currents"]), + ("Nuetrality", &["neutrality"]), + ("Inmutable", &["immutable"]), + ("Undesireable", &["undesirable"]), + ("Recreativo", &["recreation"]), + ("Imeadiatly", &["immediately"]), + ("Onl", &["only"]), + ("Transilvania", &["transylvania"]), + ("Replacas", &["replicas", "replaces"]), + ("Recompuute", &["recompute"]), + ("Esimators", &["estimators"]), + ("Squeakly", &["squeaky"]), + ("Derpivation", &["deprivation"]), + ("Leiutenant", &["lieutenant"]), + ("Dyshporia", &["dysphoria"]), + ("Undestructible", &["indestructible"]), + ("Interelated", &["interrelated"]), + ("Renegoation", &["renegotiation"]), + ("Folow", &["follow"]), + ("Bookmakred", &["bookmarked"]), + ("Lightrom", &["lightroom"]), + ("Intervieni", &["interviewing"]), + ("Negotitaors", &["negotiators"]), + ("Pittsbrugh", &["pittsburgh"]), + ("Grandise", &["aggrandise"]), + ("Algerba", &["algebra"]), + ("Cannabilysing", &["cannibalising"]), + ("Tempromental", &["temperamental"]), + ("Effectivly", &["effectively"]), + ("Varn", &["warn"]), + ("Atttack", &["attack"]), + ("Overwhelemd", &["overwhelmed"]), + ("Integraal", &["integral"]), + ("Alcholic", &["alcoholic"]), + ("Inlcludion", &["inclusion"]), + ("Chassim", &["chasm"]), + ("Realtives", &["relatives"]), + ("Evenlope", &["envelope"]), + ("Contrictions", &["contractions"]), + ("Multipled", &["multiplied"]), + ("Perfoem", &["perform"]), + ("Saterdays", &["saturdays"]), + ("Linewdith", &["linewidth"]), + ("Vulberabuilites", &["vulnerabilities"]), + ("Medicatons", &["medications"]), + ("Declarated", &["declared"]), + ("Elimintation", &["elimination"]), + ("Sylistic", &["stylistic"]), + ("Perhiperal", &["peripheral"]), + ("Interpertation", &["interpretation"]), + ("Undertanding", &["understanding"]), + ("Unilatreally", &["unilaterally"]), + ("Folowiong", &["following"]), + ("Elimiate", &["eliminate"]), + ("Skecthy", &["sketchy"]), + ("Reigon", &["region", "reign"]), + ("Sphagetti", &["spaghetti"]), + ("Constraintes", &["constraints"]), + ("Civilizatoin", &["civilizations"]), + ("Addresssing", &["addressing"]), + ("Coalseced", &["coalesced"]), + ("Comnpletion", &["completion"]), + ("Hydropilic", &["hydrophilic"]), + ("Perferectly", &["perfectly"]), + ("Warining", &["warning"]), + ("Minusculy", &["minusculely", "minuscule"]), + ("Arborts", &["aborts"]), + ("Finacial", &["financial"]), + ("Lighthosue", &["lighthouse"]), + ("Commamd", &["command"]), + ("Skillfullness", &["skillfulness"]), + ("Spefifics", &["specifics"]), + ("Alreday", &["already"]), + ("Lineupes", &["lineups"]), + ("Concenrs", &["concerns"]), + ("Restarant", &["restaurant"]), + ("Progamatic", &["programmatic"]), + ("Coalcece", &["coalescence"]), + ("Contrubite", &["contributes"]), + ("Iteself", &["itself"]), + ("Fiferox", &["firefox"]), + ("Gravitacional", &["gravitational"]), + ("Optimiations", &["optimizations"]), + ("Requiements", &["requirements"]), + ("Strawbarry", &["strawberry"]), + ("Sectopns", &["sections"]), + ("Arbitralily", &["arbitrarily"]), + ("Persewing", &["pursuing"]), + ("Benges", &["binges"]), + ("Signiture", &["signature"]), + ("Instanecs", &["instances"]), + ("Broswe", &["browse"]), + ("Soundtracs", &["soundtracks"]), + ("Pronography", &["pornography"]), + ("Dissmising", &["dismissing"]), + ("Glithcy", &["glitchy"]), + ("Quries", &["queries"]), + ("Distingusihing", &["distinguishing"]), + ("Docoments", &["documents"]), + ("Petrolem", &["petroleum"]), + ("Triggereing", &["triggering"]), + ("Analoguous", &["analogous"]), + ("Newsans", &["nuisance"]), + ("Plasements", &["placements"]), + ("Conerning", &["concerning"]), + ("Reluctanly", &["reluctantly"]), + ("Negotiotations", &["negotiations"]), + ("Approproximates", &["approximates"]), + ("Skeptecism", &["skepticism"]), + ("Resonet", &["resonate"]), + ("Requiress", &["requires"]), + ("Forfits", &["forfeits"]), + ("Sandalls", &["sandals"]), + ("Sponatenous", &["spontaneous"]), + ("Almigthy", &["almighty"]), + ("Copyeights", &["copyrights"]), + ("Poety", &["poetry"]), + ("Ubsubscribed", &["unsubscribed"]), + ("Avcoid", &["avoid"]), + ("Consequentely", &["consequently"]), + ("Ventelation", &["ventilation"]), + ("Unemployent", &["unemployment"]), + ("Unline", &["unlike"]), + ("Literla", &["literal"]), + ("Redistributivo", &["redistribution"]), + ("Adjatating", &["agitating"]), + ("Saftey", &["safety"]), + ("Incoprorate", &["incorporate"]), + ("Distibution", &["distribution"]), + ("Ctificate", &["certificate"]), + ("Bidnings", &["bindings"]), + ("Spartians", &["spartans"]), + ("Unnecssary", &["unnecessary"]), + ("Publihser", &["publisher"]), + ("Subnegatiotiations", &["subnegotiations"]), + ("Mebrans", &["membranes"]), + ("Sirectionless", &["directionless"]), + ("Contencion", &["contention"]), + ("Paralelism", &["parallelism"]), + ("Consluting", &["consulting"]), + ("Fragent", &["fragment"]), + ("Transferers", &["transfers"]), + ("Searchign", &["searching"]), + ("Obliteraded", &["obliterated"]), + ("Selt", &["set", "self", "sold"]), + ("Extrimly", &["extremely"]), + ("Apostrohpe", &["apostrophe"]), + ("Cloumn", &["column"]), + ("Instantialed", &["instantiated"]), + ("Attrubite", &["attribute"]), + ("Constured", &["construed"]), + ("Formulayic", &["formulaic"]), + ("Cohabitating", &["cohabiting"]), + ("Relyably", &["reliably"]), + ("Sepcifies", &["specifies"]), + ("Memicked", &["mimicked"]), + ("Normalyl", &["normally"]), + ("Cauched", &["caught"]), + ("Authenfied", &["authenticated"]), + ("Kidnappning", &["kidnapping"]), + ("Leesurely", &["leisurely"]), + ("Totalitaran", &["totalitarian"]), + ("Protoco", &["protocol"]), + ("Conicidental", &["coincidental"]), + ("Legac", &["legacy"]), + ("Perservered", &["persevered"]), + ("Costomize", &["customize"]), + ("Exhilerated", &["exhilarated"]), + ("Verticall", &["vertical"]), + ("Grephic", &["graphic"]), + ("Compelxity", &["complexity"]), + ("Languange", &["language"]), + ("Incoperate", &["incorporate"]), + ("Unverfied", &["unverified"]), + ("Constantivs", &["constants"]), + ("Spreadsheat", &["spreadsheet"]), + ("Gitars", &["guitars"]), + ("Treasurs", &["treasures"]), + ("Preidction", &["prediction"]), + ("Recalcuate", &["recalculate"]), + ("Quetsions", &["questions"]), + ("Substractions", &["subtractions"]), + ("Exahusted", &["exhausted"]), + ("Wouuld", &["would"]), + ("Iranains", &["iranians"]), + ("Teamfigth", &["teamfight"]), + ("Configulations", &["configurations"]), + ("Compatablility", &["compatibility"]), + ("Unroated", &["unrotated"]), + ("Controception", &["contraception"]), + ("Offisionado", &["aficionado"]), + ("Esimates", &["estimates"]), + ("Extrapoliate", &["extrapolate"]), + ("Observeras", &["observers"]), + ("Unforgiveable", &["unforgivable"]), + ("Counterbat", &["counteract"]), + ("Bumpt", &["bump"]), + ("Resiliance", &["resilience"]), + ("Failuare", &["failure"]), + ("Indiciates", &["indicates"]), + ("Ealier", &["earlier"]), + ("Compreses", &["compress", "compresses"]), + ("Atuhenticated", &["authenticated"]), + ("Radicas", &["radicals"]), + ("Configutations", &["configurations"]), + ("Prostitutin", &["prostitution"]), + ("Cachable", &["cacheable"]), + ("Paragarph", &["paragraph"]), + ("Cahhels", &["channels"]), + ("Struggeling", &["struggling"]), + ("Siffixing", &["suffixing"]), + ("Availalbe", &["available"]), + ("Cellebration", &["celebration"]), + ("Deprectation", &["deprecation"]), + ("Resourcd", &["resourced", "resource"]), + ("Syncronize", &["synchronize"]), + ("Normalis", &["normals"]), + ("Fle", &["file"]), + ("Maraudeurs", &["marauder"]), + ("Libertariaism", &["libertarianism"]), + ("Referrencing", &["referencing"]), + ("Micoscopes", &["microscopes"]), + ("Adjudivate", &["adjudicate"]), + ("Opinyonaire", &["opinionnaire"]), + ("Perpetrater", &["perpetrator"]), + ("Covnersion", &["conversion"]), + ("Tarces", &["traces"]), + ("Persumption", &["presumption"]), + ("Assiciate", &["associate"]), + ("Critcals", &["criticals"]), + ("Competetive", &["competitive"]), + ("Erraneously", &["erroneously"]), + ("Lieing", &["lying"]), + ("Disposicion", &["disposition"]), + ("Esctatic", &["ecstatic"]), + ("Versiona", &["versions"]), + ("Precendance", &["precedence"]), + ("Tramendously", &["tremendously"]), + ("Gynmastics", &["gymnastics"]), + ("Eclipes", &["eclipse"]), + ("Relavant", &["relevant"]), + ("Temporrary", &["temporary"]), + ("Paramemeters", &["parameters"]), + ("Civalization", &["civilization"]), + ("Metalurgic", &["metallurgic"]), + ("Oprator", &["operator"]), + ("Communicaiton", &["communication"]), + ("Decices", &["decides"]), + ("Writingm", &["writing"]), + ("Experimenatation", &["experimentation"]), + ("Invicibility", &["invisibility"]), + ("Acqusition", &["acquisition"]), + ("Immatable", &["immutable", "imitable"]), + ("Neighbehood", &["neighborhood"]), + ("Coloeration", &["coloration"]), + ("Mucuous", &["mucous"]), + ("Wief", &["wife"]), + ("Disconeections", &["disconnections"]), + ("Distribtution", &["distributions"]), + ("Grappel", &["grapple"]), + ("Previvous", &["previous"]), + ("Teplmate", &["template"]), + ("Advenced", &["advanced"]), + ("Encorders", &["encoders"]), + ("Executuing", &["executing"]), + ("Chochkas", &["tchotchkes"]), + ("Distructions", &["distractions"]), + ("Reimpremented", &["reimplemented"]), + ("Hypocrits", &["hypocrites"]), + ("Threrefore", &["therefore"]), + ("Strucures", &["structures"]), + ("Relaoded", &["reloaded"]), + ("Regularing", &["regulating"]), + ("Oblitorated", &["obliterated"]), + ("Isntalations", &["installations"]), + ("Parralel", &["parallel"]), + ("Negotaiates", &["negotiates"]), + ("Doucmenters", &["documenters"]), + ("Discountined", &["discontinued"]), + ("Redepmtion", &["redemption"]), + ("Victemize", &["victimize"]), + ("Versiond", &["versions", "versioned"]), + ("Assiciated", &["associated"]), + ("Daugher", &["daughter"]), + ("Acceptibly", &["acceptably"]), + ("Forthcomming", &["forthcoming"]), + ("Plased", &["placed", "pleased", "phased"]), + ("Entorpy", &["entropy"]), + ("Appplying", &["applying"]), + ("Sctripts", &["scripts"]), + ("Waas", &["was"]), + ("Mdifier", &["modifier"]), + ("Extravigant", &["extravagant"]), + ("Exhaused", &["exhausted"]), + ("Functonality", &["functionality"]), + ("Edittor", &["editor"]), + ("Strecthing", &["stretching"]), + ("Unreasonbly", &["unreasonably"]), + ("Jamaicain", &["jamaican"]), + ("Techincians", &["technicians"]), + ("Telegrapgh", &["telegraph"]), + ("Opbjective", &["objective"]), + ("Rertievers", &["retrievers"]), + ("Particales", &["particles"]), + ("Fuly", &["fully"]), + ("Subsitution", &["substitution"]), + ("Finshing", &["finishing"]), + ("Commisison", &["commissions"]), + ("Nedium", &["medium"]), + ("Experimdnts", &["experiments"]), + ("Disapporval", &["disapproval"]), + ("Nesseccarily", &["necessarily"]), + ("Knowledegable", &["knowledgeable"]), + ("Colomba", &["colombia"]), + ("Reapired", &["repaired"]), + ("Leves", &["levees", "levels"]), + ("Alteratives", &["alternatives"]), + ("Techician", &["technician"]), + ("Fundimentals", &["fundamentals"]), + ("Substanse", &["substances"]), + ("Buddhistisk", &["buddhists"]), + ("Weakenend", &["weakened"]), + ("Truamatized", &["traumatized"]), + ("Initialisaiton", &["initialisation"]), + ("Skeletones", &["skeletons"]), + ("Moniter", &["monitor"]), + ("Caads", &["cards"]), + ("Becaused", &["because"]), + ("Placeemnts", &["placements"]), + ("Excerise", &["exercise"]), + ("Ansalization", &["nasalization"]), + ("Annouce", &["announce"]), + ("Outperfome", &["outperform"]), + ("Persan", &["person"]), + ("Superceded", &["superseded"]), + ("Igzorts", &["exhorts"]), + ("Follder", &["folder"]), + ("Orginisations", &["organisations"]), + ("Volatiltiy", &["volatility"]), + ("Degress", &["degrees", "digress"]), + ("Foriegner", &["foreigner"]), + ("Dissimilarily", &["dissimilarly"]), + ("Scpeter", &["scepter"]), + ("Fingertaps", &["fingertips"]), + ("Utilitise", &["utilise"]), + ("Limitited", &["limited"]), + ("Dedicacion", &["dedication"]), + ("Renegoziators", &["renegotiators"]), + ("Deregulaiton", &["deregulation"]), + ("Sematics", &["semantics"]), + ("Benjed", &["binged"]), + ("Craeting", &["creating", "crating"]), + ("Renegotators", &["renegotiators"]), + ("Coulmns", &["columns"]), + ("Unnistalling", &["uninstalling"]), + ("Sacrafice", &["sacrifice"]), + ("Procecess", &["process", "processes"]), + ("Unregluated", &["unregulated"]), + ("Businesss", &["businesses"]), + ("Composision", &["compositions"]), + ("Astethic", &["aesthetic"]), + ("Ocupying", &["occupying"]), + ("Oridinal", &["ordinal", "original"]), + ("Termined", &["terminated"]), + ("Pronouciation", &["pronunciation"]), + ("Nessecarily", &["necessarily"]), + ("Marter", &["martyr"]), + ("Cardianls", &["cardinals"]), + ("Assmumed", &["assumed"]), + ("Interviewd", &["interviewed"]), + ("Revist", &["revisit"]), + ("Carrages", &["carriages"]), + ("Bumbing", &["bombing", "bumping"]), + ("Downoload", &["download"]), + ("Imperealist", &["imperialist"]), + ("Deamiguation", &["disambiguation"]), + ("Drivr", &["driver"]), + ("Monring", &["morning"]), + ("Timestimp", &["timestamp"]), + ("Iteraions", &["iterations"]), + ("Feisable", &["feasible"]), + ("Sciripts", &["scripts"]), + ("Neighberhooding", &["neighboring"]), + ("Negotatiations", &["negotiations"]), + ("Keywoed", &["keyword"]), + ("Reconfure", &["reconfigure"]), + ("Teamspek", &["teamspeak"]), + ("Booleamn", &["boolean"]), + ("Presmissions", &["permissions"]), + ("Correspontent", &["correspondent"]), + ("Imrpovement", &["improvement"]), + ("Simplities", &["simplicities"]), + ("Sentively", &["sensitively", "sensitivity"]), + ("Jamsine", &["jasmine"]), + ("Considerabley", &["considerably"]), + ("Organziations", &["organizations"]), + ("Eanble", &["enable"]), + ("Automically", &["automatically"]), + ("Definisions", &["definitions"]), + ("Scandinavica", &["scandinavian"]), + ("Commited", &["committed"]), + ("Recommandes", &["recommends"]), + ("Amoung", &["among"]), + ("Influnce", &["influence"]), + ("Namned", &["named"]), + ("Potraits", &["portraits"]), + ("Dortumnd", &["dortmund"]), + ("Falso", &["false"]), + ("Renegoptionsotiable", &["renegotiable"]), + ("Beautful", &["beautiful"]), + ("Iterrupt", &["interrupt"]), + ("Supermarkt", &["supermarket"]), + ("Freindships", &["friendships"]), + ("Ehtanol", &["ethanol"]), + ("Descritpion", &["descriptions", "description"]), + ("Archeaologist", &["archeologist"]), + ("Fractalpus", &["fractals"]), + ("Execuets", &["executes"]), + ("Helath", &["health"]), + ("Speficitics", &["specifics"]), + ("Adminsitrator", &["administrator"]), + ("Recided", &["resided"]), + ("Seeting", &["seating", "setting", "seething"]), + ("Fractales", &["fractals"]), + ("Eferences", &["references"]), + ("Manifistation", &["manifestation"]), + ("Ocurr", &["occur"]), + ("Bootstapped", &["bootstrapped"]), + ("Statrt", &["start"]), + ("Enviornment", &["environment"]), + ("Disperportionate", &["disproportionate"]), + ("Paniic", &["panic"]), + ("Refcound", &["refcount"]), + ("Decocded", &["decoded"]), + ("Woraround", &["workaround"]), + ("Audioboook", &["audiobook"]), + ("Nestin", &["nesting"]), + ("Travesal", &["traversal"]), + ("Piched", &["picked", "pinched", "pitched"]), + ("Compotition", &["composition"]), + ("Viatmin", &["vitamin"]), + ("Termplates", &["templates"]), + ("Conveters", &["converters"]), + ("Zionistisk", &["zionists"]), + ("Intermedie", &["intermediate"]), + ("Alphabeat", &["alphabet"]), + ("Cartladge", &["cartilage"]), + ("Expeiments", &["experiments"]), + ("Reasult", &["result"]), + ("Leftits", &["leftist"]), + ("Indicaite", &["indicate"]), + ("Lackrimose", &["lachrymose"]), + ("Resitor", &["resistor"]), + ("Reimplents", &["reimplements"]), + ("Rimanisser", &["reminiscer"]), + ("Pssed", &["passed"]), + ("Subnegotaiations", &["subnegotiations"]), + ("Chambres", &["chambers"]), + ("Arbritray", &["arbitrary"]), + ("Agressively", &["aggressively"]), + ("Intangiable", &["intangible"]), + ("Deadlifs", &["deadlifts"]), + ("Kiyacked", &["kayaked"]), + ("Downsteram", &["downstream"]), + ("Indcates", &["indicates"]), + ("Gaget", &["gadget"]), + ("Crocodilule", &["crocodile"]), + ("Introductiory", &["introductory"]), + ("Databse", &["database"]), + ("Concentratin", &["concentration"]), + ("Asign", &["assign"]), + ("Segmetned", &["segmented"]), + ("Skooled", &["schooled"]), + ("Allocaing", &["allocating"]), + ("Subnegatiotiation", &["subnegotiation"]), + ("Capabilitiies", &["capabilities"]), + ("Spanwed", &["spawned"]), + ("Proceedes", &["proceeds"]), + ("Certifiated", &["certificated"]), + ("Nieghbours", &["neighbours"]), + ("Ineriting", &["inheriting"]), + ("Tabeview", &["tabview"]), + ("Backgroud", &["background"]), + ("Desigining", &["designing"]), + ("Represanting", &["representing"]), + ("Worbench", &["workbench"]), + ("Precondtions", &["preconditions"]), + ("Exchng", &["exchange"]), + ("Generoisty", &["generosity"]), + ("Signifficant", &["significant"]), + ("Deacitivation", &["deactivation"]), + ("Pascheurisation", &["pasteurisation"]), + ("Maybelle", &["maybelline"]), + ("Confederatie", &["confederate"]), + ("Theather", &["theater"]), + ("Transfomational", &["transformational"]), + ("Monothilic", &["monolithic"]), + ("Necromaner", &["necromancer"]), + ("Hybrides", &["hybrids"]), + ("Decomissioning", &["decommissioning"]), + ("Opportunies", &["opportunities"]), + ("Approximitely", &["approximately"]), + ("Mocrosecond", &["microsecond"]), + ("Notifes", &["notifies"]), + ("Makss", &["masks", "makes"]), + ("Similiarites", &["similarities"]), + ("Jounralism", &["journalism"]), + ("Garnola", &["granola"]), + ("Compulsivley", &["compulsive"]), + ("Pasengers", &["passengers"]), + ("Hesistant", &["hesitant"]), + ("Bounnd", &["bound"]), + ("Minimazing", &["minimizing"]), + ("Mypsace", &["myspace"]), + ("Insignifigant", &["insignificant"]), + ("Sepetarors", &["separators"]), + ("Equailateral", &["equilateral"]), + ("Verticaly", &["vertically"]), + ("Finailze", &["finalize"]), + ("Expressivos", &["expressions"]), + ("Enjoing", &["enjoying"]), + ("Initating", &["imitating", "initiating"]), + ("Lates", &["later", "latest"]), + ("Acccorded", &["accorded"]), + ("Impuning", &["impugning"]), + ("Enhancd", &["enhanced"]), + ("Reclutant", &["reluctant"]), + ("Initialitzing", &["initializing"]), + ("Intializating", &["initializing"]), + ("Chronichles", &["chronicles"]), + ("Compinsating", &["compensating"]), + ("Unspeficifed", &["unspecified"]), + ("Manifestas", &["manifests"]), + ("Synchroniously", &["synchronously"]), + ("Speculaties", &["speculative"]), + ("Adbomen", &["abdomen"]), + ("Ouputs", &["outputs"]), + ("Plas", &["plays"]), + ("Diffculties", &["difficulties"]), + ("Seprated", &["separated"]), + ("Reconected", &["reconnected"]), + ("Incoperates", &["incorporates"]), + ("Cockroachs", &["cockroaches"]), + ("Bureaucratius", &["bureaucrats"]), + ("Produtcion", &["productions"]), + ("Beteween", &["between"]), + ("Applicible", &["applicable"]), + ("Impplementating", &["implementing"]), + ("Extenions", &["extension", "extensions"]), + ("Geomertic", &["geometric"]), + ("Vebrose", &["verbose"]), + ("Workstaitions", &["workstations"]), + ("Instutitions", &["institutions"]), + ("Consipracies", &["conspiracies"]), + ("Verfiy", &["verify"]), + ("Spagetti", &["spaghetti"]), + ("Incrementarla", &["incremental"]), + ("Differente", &["difference"]), + ("Indetifiable", &["identifiable"]), + ("Negoptionsotiators", &["negotiators"]), + ("Ethnocentricm", &["ethnocentrism"]), + ("Desychronize", &["desynchronize"]), + ("Augmneting", &["augmenting"]), + ("Belyes", &["belies"]), + ("Protien", &["protein"]), + ("Godpseed", &["godspeed"]), + ("Relase", &["release"]), + ("Playthrougth", &["playthroughs"]), + ("Resoution", &["resolution"]), + ("Exepectations", &["expectations"]), + ("Kwnown", &["known"]), + ("Patroitism", &["patriotism"]), + ("Contingancy", &["contingency"]), + ("Deviiate", &["deviate"]), + ("Ingoring", &["ignoring"]), + ("Merchat", &["merchant"]), + ("Igzorting", &["exhorting"]), + ("Rety", &["retry"]), + ("Destoys", &["destroys"]), + ("Correspod", &["correspond"]), + ("Spiritualiy", &["spiritually"]), + ("Eto", &["to"]), + ("Thinkgs", &["thinks", "things"]), + ("Mamento", &["memento"]), + ("Misstake", &["mistake"]), + ("Libraiesr", &["libraries"]), + ("Nutritent", &["nutrient"]), + ("Scandianvia", &["scandinavian"]), + ("Algorithmms", &["algorithms"]), + ("Coexhist", &["coexist"]), + ("Flimmakers", &["filmmakers"]), + ("Specificl", &["specific"]), + ("Unauthenticed", &["unauthenticated"]), + ("Numbert", &["number"]), + ("Manupilations", &["manipulations"]), + ("Purchse", &["purchase"]), + ("Idependently", &["independently"]), + ("Noticiably", &["noticeably"]), + ("Acnowledge", &["acknowledge"]), + ("Contast", &["contacts", "contrast", "contest"]), + ("Realling", &["really"]), + ("Uncomfertably", &["uncomfortably"]), + ("Disconencts", &["disconnects"]), + ("Communicaion", &["communication"]), + ("Enetities", &["entities"]), + ("Expeirimenters", &["experimenters"]), + ("Hrlpers", &["helpers"]), + ("Initiailizes", &["initializes"]), + ("Initialisaton", &["initialisation"]), + ("Countainers", &["containers"]), + ("Chatows", &["châteaux"]), + ("Chunck", &["chunk"]), + ("Reciprocite", &["reciprocate"]), + ("Compabibility", &["compatibility"]), + ("Cerinomially", &["ceremonially"]), + ("Particualr", &["particular"]), + ("Beliving", &["believing"]), + ("Montsh", &["months"]), + ("Spcaed", &["spaced"]), + ("Illuminoti", &["illuminati"]), + ("Acusing", &["causing"]), + ("Ahtiest", &["atheist"]), + ("Alltogetrher", &["altogether"]), + ("Sourthern", &["southern"]), + ("Reqeusted", &["requested"]), + ("Deployd", &["deployed", "deploy"]), + ("Rentime", &["runtime"]), + ("Possabilities", &["possibilities"]), + ("Whisperes", &["whispers"]), + ("Scientificaly", &["scientifically"]), + ("Prepration", &["preparation"]), + ("Extenssion", &["extension"]), + ("Mofifies", &["modifies"]), + ("Informerad", &["informed"]), + ("Lastest", &["latest", "last"]), + ("Unintialization", &["uninitialization"]), + ("Offxet", &["offset"]), + ("Listenend", &["listened"]), + ("Assoiated", &["associated"]), + ("Slippey", &["slippery"]), + ("Calandar", &["calendar"]), + ("Systhemerror", &["systemerror"]), + ("Pattersn", &["patterson", "patterns"]), + ("Distirbute", &["distribute"]), + ("Preproces", &["preprocess"]), + ("Fomrat", &["format"]), + ("Thrresholds", &["thresholds"]), + ("Agrement", &["agreement"]), + ("Ocassioned", &["occasioned"]), + ("Poitlessly", &["pointlessly"]), + ("Excerising", &["exercising"]), + ("Paranoida", &["paranoia"]), + ("Propperly", &["properly"]), + ("Authetnticator", &["authenticator"]), + ("Parametes", &["parameters"]), + ("Interesseted", &["interested"]), + ("Adjatated", &["agitated"]), + ("Gneric", &["generic"]), + ("Segfualts", &["segfaults"]), + ("Execption", &["exception"]), + ("Precendes", &["precedences"]), + ("Explicetely", &["explicitly"]), + ("Apsirations", &["aspirations"]), + ("Switerzland", &["switzerland"]), + ("Lizens", &["license"]), + ("Negoitated", &["negotiated"]), + ("Coyotees", &["coyotes"]), + ("Assumng", &["assuming"]), + ("Thre", &["three", "there", "their", "the"]), + ("Hostpot", &["hotspot"]), + ("Revolutionnary", &["revolutionary"]), + ("Spectatular", &["spectacular"]), + ("Fundamentalisti", &["fundamentals"]), + ("Disresepcted", &["disrespected"]), + ("Michellle", &["michelle"]), + ("Expressy", &["expressly"]), + ("Contian", &["contain"]), + ("Staright", &["straight"]), + ("Serializble", &["serializable"]), + ("Mulitverse", &["multiverse"]), + ("Calim", &["claim"]), + ("Languace", &["language"]), + ("Indiacte", &["indicate"]), + ("Neaded", &["needed", "kneaded", "headed"]), + ("Verfier", &["verifier"]), + ("Napoloen", &["napoleon"]), + ("Genaration", &["generation"]), + ("Ervices", &["services"]), + ("Prostitures", &["prostitutes"]), + ("Accurary", &["accuracy", "actuary"]), + ("Documentationn", &["documentation"]), + ("Consistancy", &["consistency"]), + ("Russina", &["russian"]), + ("Handshakng", &["handshaking"]), + ("Atract", &["attract"]), + ("Disadvantadge", &["disadvantaged", "disadvantage"]), + ("Sychronizes", &["synchronizes"]), + ("Displaing", &["displaying"]), + ("Differnty", &["different", "differently"]), + ("Commparisons", &["comparisons"]), + ("Providfers", &["providers"]), + ("Koordination", &["coordination"]), + ("Operationable", &["operational"]), + ("Brwoser", &["browser"]), + ("Cpation", &["caption"]), + ("Emitable", &["emittable"]), + ("Embeddeding", &["embedding"]), + ("Unsupport", &["unsupported"]), + ("Intiailiseing", &["initialising"]), + ("Hempishere", &["hemisphere"]), + ("Callis", &["callus"]), + ("Administr", &["administer"]), + ("Trapeziodal", &["trapezoidal"]), + ("Startting", &["starting"]), + ("Archimedian", &["archimedean"]), + ("Progaming", &["programing"]), + ("Experimentater", &["experimenter"]), + ("Controlllers", &["controllers"]), + ("Acccordances", &["accordances"]), + ("Decompresion", &["decompression"]), + ("Sepreate", &["separate"]), + ("Ignorred", &["ignored"]), + ("Esle", &["else"]), + ("Approxiations", &["approximations"]), + ("Decocder", &["decoder"]), + ("Disadvanteged", &["disadvantaged"]), + ("Glaicer", &["glacier"]), + ("Opearors", &["operators"]), + ("Imapired", &["impaired"]), + ("Doulbe", &["double"]), + ("Succssful", &["successful"]), + ("Separetes", &["separates"]), + ("Rollercoaters", &["rollercoaster"]), + ("Exitations", &["excitations"]), + ("Viees", &["views"]), + ("Excectedly", &["expectedly"]), + ("Cartrigdes", &["cartridges"]), + ("Miserablly", &["miserably"]), + ("Faliure", &["failure"]), + ("Infreqeuncy", &["infrequency"]), + ("Currentl", &["currently"]), + ("Inbraces", &["embraces"]), + ("Represso", &["repression"]), + ("Streched", &["stretched"]), + ("Feasbile", &["feasible"]), + ("Mechancial", &["mechanical"]), + ("Unprecendeted", &["unprecedented"]), + ("Alrightty", &["alrighty"]), + ("Crusies", &["cruises"]), + ("Maesurement", &["measurement"]), + ("Propotions", &["proportions", "promotions"]), + ("Connectiom", &["connection"]), + ("Paschurize", &["pasteurize"]), + ("Inconvinience", &["inconvenience"]), + ("Implimentations", &["implementations"]), + ("Unsuccesfull", &["unsuccessful"]), + ("Comeputer", &["computer"]), + ("Depdendets", &["dependents"]), + ("Desinged", &["designed"]), + ("Amongts", &["amongst"]), + ("Gauntlettes", &["gauntlets"]), + ("Libraryes", &["libraries"]), + ("Othwerwise", &["otherwise"]), + ("Signol", &["signal"]), + ("Faclons", &["falcons"]), + ("Cheesebuger", &["cheeseburger"]), + ("Unviersity", &["university"]), + ("Stautes", &["statues"]), + ("Televison", &["television"]), + ("Architecutral", &["architectural"]), + ("Cerated", &["created", "serrated"]), + ("Workbneches", &["workbenches"]), + ("Apperared", &["appeared"]), + ("Downsteramed", &["downstreamed"]), + ("Completeed", &["completed"]), + ("Decrption", &["decryption"]), + ("Arrrays", &["arrays"]), + ("Ligthening", &["lightening"]), + ("Inevetably", &["inevitably"]), + ("Supplament", &["supplement"]), + ("Previuosly", &["previously"]), + ("Folfer", &["folder"]), + ("Irreversibelt", &["irreversible"]), + ("Comestic", &["cosmetic"]), + ("Choising", &["choosing"]), + ("Configer", &["configure"]), + ("Anniversarry", &["anniversary"]), + ("Matchter", &["matcher"]), + ("Endponts", &["endpoints"]), + ("Youe", &["your"]), + ("Testin", &["testing"]), + ("Koolots", &["culottes"]), + ("Counsils", &["counsels"]), + ("Portolio", &["portfolio"]), + ("Wieght", &["weight"]), + ("Gude", &["guide", "good"]), + ("Neesd", &["needs"]), + ("Alogrithmically", &["algorithmically"]), + ("Experimenations", &["experimentations"]), + ("Crusdae", &["crusade"]), + ("Peanuckle", &["pinochle"]), + ("Therefour", &["therefor"]), + ("Insonsistency", &["inconsistency"]), + ("Genralisation", &["generalisation"]), + ("Interrups", &["interrupts"]), + ("Autenticated", &["authenticated"]), + ("Exportet", &["exported", "exporter"]), + ("Laucnhed", &["launched"]), + ("Sarinomys", &["ceremonies"]), + ("Traffice", &["traffic"]), + ("Interally", &["internally", "integrally"]), + ("Paristan", &["partisan"]), + ("Cheeseborger", &["cheeseburger"]), + ("Covanent", &["covenant"]), + ("Impune", &["impugn"]), + ("Magizine", &["magazine"]), + ("Speficifcs", &["specifics"]), + ("Acknolwedging", &["acknowledging"]), + ("Acesses", &["accesses"]), + ("Coummunities", &["communities"]), + ("Disappearaing", &["disappearing"]), + ("Protaginst", &["protagonist"]), + ("Similarily", &["similarly"]), + ("Radiers", &["raiders"]), + ("Thudnerbolt", &["thunderbolt"]), + ("Tightenting", &["tightening"]), + ("Tangeld", &["tangled"]), + ("Theroies", &["theories"]), + ("Opreations", &["operations"]), + ("Compatiability", &["compatibility"]), + ("Enthusiant", &["enthusiast"]), + ("Overzealisly", &["overzealously"]), + ("Hijkacking", &["hijacking"]), + ("Gere", &["gear", "here"]), + ("Nieghborhood", &["neighborhood"]), + ("Stratigies", &["strategies"]), + ("Responsibilties", &["responsibilities"]), + ("Funchtionn", &["function"]), + ("Ablity", &["ability"]), + ("Witnesess", &["witnesses"]), + ("Ditributed", &["distributed"]), + ("Environmently", &["environmental"]), + ("Waring", &["warning"]), + ("Detectetd", &["detected"]), + ("Rilvaries", &["rivalries"]), + ("Portrating", &["portraying"]), + ("Thrad", &["thread"]), + ("Recalulation", &["recalculation"]), + ("Dirver", &["driver"]), + ("Automonomous", &["autonomous"]), + ("Percusions", &["percussion"]), + ("Endpoings", &["endpoints"]), + ("Souvineers", &["souvenirs"]), + ("Fundamentalistas", &["fundamentalists"]), + ("Decorders", &["decoders"]), + ("Schoodle", &["schooled"]), + ("Disscussion", &["discussion"]), + ("Fibonnacci", &["fibonacci"]), + ("Distrobuting", &["distributing"]), + ("Airzona", &["arizona"]), + ("Somthign", &["something"]), + ("Receets", &["receipts"]), + ("Admnistrator", &["administrator"]), + ("Iteraction", &["interaction", "iteration"]), + ("Coneected", &["connected"]), + ("Obvisouly", &["obviously"]), + ("Esger", &["edger"]), + ("Delapidated", &["dilapidated"]), + ("Frustraits", &["frustrates"]), + ("Manualyl", &["manually"]), + ("Specalised", &["specialised"]), + ("Debuggged", &["debugged"]), + ("Exceucted", &["executed"]), + ("Remarkes", &["remarks"]), + ("Aspectos", &["aspects"]), + ("Guaruantee", &["guarantee"]), + ("Palestinier", &["palestine"]), + ("Sighth", &["scythe", "sight"]), + ("Torpedos", &["torpedoes"]), + ("Renegotionation", &["renegotiation"]), + ("Longevitiy", &["longevity"]), + ("Transformarem", &["transformer"]), + ("Dupliclated", &["duplicated"]), + ("Proceedures", &["procedures"]), + ("Colombina", &["colombia"]), + ("Srtifact", &["artifact"]), + ("Mismach", &["mismatch"]), + ("Weeek", &["week"]), + ("Examlpe", &["example"]), + ("Raisedd", &["raised"]), + ("Adoptor", &["adopter", "adaptor"]), + ("Reverved", &["reserved"]), + ("Licesnsing", &["licensing"]), + ("Funcationality", &["functionality"]), + ("Followig", &["following"]), + ("Genralises", &["generalises"]), + ("Teatotalers", &["teetotalers"]), + ("Speficifeirs", &["specifiers"]), + ("Abandone", &["abandon"]), + ("Torchlgiht", &["torchlight"]), + ("Pasturisation", &["pasteurisation"]), + ("Doagonal", &["diagonal"]), + ("Unavailiability", &["unavailability"]), + ("Affter", &["after"]), + ("Uptreamer", &["upstreamer"]), + ("Psydonyms", &["pseudonyms"]), + ("Regestered", &["registered"]), + ("Appropriatee", &["appropriate"]), + ("Diectly", &["directly"]), + ("Exoskelaton", &["exoskeleton"]), + ("Arbitrariy", &["arbitrarily", "arbitrary"]), + ("Prependet", &["prepended"]), + ("Darcula", &["dracula"]), + ("Dupplicated", &["duplicated"]), + ("Ameelarates", &["ameliorates"]), + ("Assimilerat", &["assimilate"]), + ("Resistanse", &["resistances"]), + ("Apppriate", &["appropriate"]), + ("Legistators", &["legislators"]), + ("Accessiiblity", &["accessibility"]), + ("Commnted", &["commented"]), + ("Apparantely", &["apparently"]), + ("Skecthes", &["sketches"]), + ("Amerliorating", &["ameliorating"]), + ("Instantanous", &["instantaneous"]), + ("Dyregulation", &["deregulation"]), + ("Comlaints", &["complaints"]), + ("Allcoateng", &["allocating"]), + ("Incarantion", &["incarnation"]), + ("Asymetrically", &["asymmetrically"]), + ("Confing", &["config", "confine"]), + ("Structurs", &["structures"]), + ("Moderats", &["moderates"]), + ("Miscallenaous", &["miscellaneous"]), + ("Elecrtomagnetic", &["electromagnetic"]), + ("Proocessed", &["processed"]), + ("Trignametry", &["trigonometry"]), + ("Cript", &["crypt", "script"]), + ("Alphapeticaly", &["alphabetically"]), + ("Exorbitent", &["exorbitant"]), + ("Eleminates", &["eliminates"]), + ("Brednan", &["brendan"]), + ("Particaulr", &["particular"]), + ("Partiticipants", &["participants"]), + ("Corrct", &["correct"]), + ("Callcain", &["callchain"]), + ("Multipliy", &["multiply"]), + ("Hetrogenous", &["heterogenous", "heterogeneous"]), + ("Rebuplic", &["republic"]), + ("Contructing", &["contracting", "constructing"]), + ("Pluging", &["plugging", "plugin"]), + ("Unfoulding", &["unfolding"]), + ("Relatioship", &["relationship"]), + ("Omiting", &["omitting"]), + ("Portabilty", &["portability"]), + ("Uncomfrotable", &["uncomfortable"]), + ("Parameteras", &["parameters"]), + ("Sevicing", &["servicing"]), + ("Extensie", &["extensive"]), + ("Courtesty", &["courtesy"]), + ("Unablet", &["unable"]), + ("Generaates", &["generates"]), + ("Resotres", &["restores"]), + ("Disabeled", &["disabled"]), + ("Untrianed", &["untrained"]), + ("Exeeds", &["exceeds"]), + ("Trush", &["trust", "trash", "thrush"]), + ("Incompataility", &["incompatibility"]), + ("Agnostacism", &["agnosticism"]), + ("Dependig", &["depending"]), + ("Descripiton", &["descriptions"]), + ("Downoloading", &["downloading"]), + ("Naviagation", &["navigation"]), + ("Begininngs", &["beginnings"]), + ("Maesuring", &["measuring"]), + ("Identyty", &["identity"]), + ("Singoolarity", &["singularity"]), + ("Hambergers", &["hamburgers"]), + ("Algorithmi", &["algorithm"]), + ("Dialectes", &["dialects"]), + ("Quantitize", &["quantities"]), + ("Reviewes", &["reviewers"]), + ("Tringket", &["trinket"]), + ("Upadted", &["updated"]), + ("Nodels", &["models"]), + ("Unswithced", &["unswitched"]), + ("Expewrimenter", &["experimenter"]), + ("Oligarcy", &["oligarchy"]), + ("Commerorative", &["commemorative"]), + ("Boutqiue", &["boutique"]), + ("Sice", &["since"]), + ("Anotates", &["annotates"]), + ("Acconding", &["according"]), + ("Exitation", &["excitation"]), + ("Nasted", &["nested"]), + ("Workstaton", &["workstation"]), + ("Prepostions", &["prepositions"]), + ("Disscusses", &["discusses"]), + ("Oce", &["once", "one", "ore"]), + ("Adrea", &["area"]), + ("Immidately", &["immediately"]), + ("Deoendencies", &["dependencies"]), + ("Almaost", &["almost"]), + ("Configuuration", &["configuration"]), + ("Planeswlaker", &["planeswalker"]), + ("Teplmates", &["templates"]), + ("Redenderer", &["renderer"]), + ("Commtited", &["committed"]), + ("Embaressed", &["embarrassed"]), + ("Encyclopeadia", &["encyclopedia"]), + ("Stratergy", &["strategy"]), + ("Encompasing", &["encompassing"]), + ("Requeted", &["requested"]), + ("Deduplactes", &["deduplicates"]), + ("Disatrous", &["disastrous"]), + ("Dealilng", &["dealing"]), + ("Fointers", &["pointers"]), + ("Appropration", &["appropriation"]), + ("Freecallrelpy", &["freecallreply"]), + ("Environmentaly", &["environmentally"]), + ("Dinosaurios", &["dinosaurs"]), + ("Scaricity", &["scarcity"]), + ("Enmpty", &["empty"]), + ("Downlond", &["download"]), + ("Struggel", &["struggle"]), + ("Notifictions", &["notifications"]), + ("Polcies", &["policies"]), + ("Separat", &["separate"]), + ("Qunatum", &["quantum"]), + ("Exploites", &["exploits"]), + ("Sytsemic", &["systemic"]), + ("Booundary", &["boundary"]), + ("Characterisitc", &["characteristics"]), + ("Charachters", &["characters"]), + ("Hweaton", &["wheaton"]), + ("Indusrty", &["industry"]), + ("Limititers", &["limiters"]), + ("Februray", &["february"]), + ("Deamonizing", &["daemonizing"]), + ("Feeture", &["feature"]), + ("Extry", &["entry"]), + ("Ancesters", &["ancestors"]), + ("Classsical", &["classical"]), + ("Eneters", &["enters"]), + ("Enginee", &["engine", "engineer"]), + ("Comapny", &["company"]), + ("Htttp", &["http"]), + ("Neckbears", &["neckbeards"]), + ("Valuled", &["valued"]), + ("Disadvandage", &["disadvantaged"]), + ("Aftzer", &["after"]), + ("Duplciate", &["duplicate"]), + ("Recruites", &["recruits"]), + ("Hightest", &["highest"]), + ("Trogloditical", &["troglodytical"]), + ("Suporting", &["supporting"]), + ("Gorgoeus", &["gorgeous"]), + ("Missign", &["missing"]), + ("Experimentatly", &["experimentally"]), + ("Scorpiomon", &["scorpion"]), + ("Psudonym", &["pseudonym"]), + ("Sovereignity", &["sovereignty"]), + ("Innovativo", &["innovation"]), + ("Grammarically", &["grammatically"]), + ("Auxillary", &["auxiliary"]), + ("Errorrs", &["errors"]), + ("Randam", &["random"]), + ("Descendat", &["descendant"]), + ("Resmebles", &["resembles"]), + ("Partirioning", &["partitioning"]), + ("Containes", &["contains", "contained", "container"]), + ("Permtuation", &["permutation"]), + ("Representaion", &["representation"]), + ("Relfexes", &["reflexes"]), + ("Undordered", &["unordered"]), + ("Acceptted", &["accepted"]), + ("Counterside", &["countryside"]), + ("Serialialised", &["serialised"]), + ("Indonisian", &["indonesian"]), + ("Truied", &["tried"]), + ("Illustraton", &["illustration"]), + ("Udpate", &["update"]), + ("Avaliable", &["available"]), + ("Helpped", &["helped"]), + ("Sctions", &["sections", "suctions"]), + ("Poentially", &["potentially"]), + ("Conservitism", &["conservatism"]), + ("Idividual", &["individual"]), + ("Exammple", &["example"]), + ("Forwaring", &["forwarding"]), + ("Encycolpedias", &["encyclopedia"]), + ("Differentate", &["differentiate"]), + ("Unconstititional", &["unconstitutional"]), + ("Instrcut", &["instruct"]), + ("Incorparates", &["incorporates"]), + ("Mystrow", &["maestro"]), + ("Dramaticlly", &["dramatically"]), + ("Filies", &["files"]), + ("Preppend", &["prepend"]), + ("Poerful", &["powerful"]), + ("Availanle", &["available"]), + ("Unbalenced", &["unbalanced"]), + ("Constituants", &["constituents"]), + ("Fivety", &["fifty"]), + ("Reimplemenet", &["reimplement"]), + ("Contradiccion", &["contradiction"]), + ("Avialable", &["available"]), + ("Tripels", &["triples"]), + ("Taiwanesse", &["taiwanese"]), + ("Srikeout", &["strikeout"]), + ("Unplesant", &["unpleasant"]), + ("Measuing", &["measuring"]), + ("Seperaor", &["separator"]), + ("Widghets", &["widgets"]), + ("Itereate", &["iterate"]), + ("Arbitrition", &["arbitration"]), + ("Intersecrion", &["intersection"]), + ("Assition", &["assertion"]), + ("Juggetnaut", &["juggernaut"]), + ("Esspecially", &["especially"]), + ("Detachs", &["detaches"]), + ("Geometricians", &["geometers"]), + ("Negotiaion", &["negotiation"]), + ("Professionel", &["professional"]), + ("Aliginment", &["alignment"]), + ("Algothitm", &["algorithm"]), + ("Desturtors", &["destructors"]), + ("Sequantial", &["sequential"]), + ("Puragtory", &["purgatory"]), + ("Prominantly", &["prominently"]), + ("Cardiovasuclar", &["cardiovascular"]), + ("Spesialisation", &["specialisation"]), + ("Decresing", &["decreasing", "deceasing"]), + ("Genarates", &["generates"]), + ("Bechmark", &["benchmark"]), + ("Counterprodutive", &["counterproductive"]), + ("Catloaged", &["cataloged"]), + ("Contermporaneous", &["contemporaneous"]), + ("Recepits", &["receipts"]), + ("Componants", &["components"]), + ("Themselfe", &["themselves", "themself"]), + ("Masturbathon", &["masturbation"]), + ("Susceder", &["seceder"]), + ("Nievely", &["naively"]), + ("Coalaced", &["coalesced"]), + ("Prerequistes", &["prerequisites"]), + ("Automatted", &["automate"]), + ("Assocated", &["associated"]), + ("Sistematies", &["systematies"]), + ("Expension", &["expansion"]), + ("Langths", &["lengths"]), + ("Siringes", &["syringes"]), + ("Beakpoints", &["breakpoints"]), + ("Fetaure", &["feature"]), + ("Conspiricies", &["conspiracies"]), + ("Corruput", &["corrupt"]), + ("Currest", &["currents"]), + ("Prejections", &["projections"]), + ("Backslahes", &["backslashes"]), + ("Atttempt", &["attempt"]), + ("Passabe", &["passable"]), + ("Backpacs", &["backpacks"]), + ("Reolace", &["replace"]), + ("Starightened", &["straightened"]), + ("Assocciations", &["associations"]), + ("Regulatiors", &["regulators"]), + ("Restauring", &["restarting"]), + ("Reseting", &["resetting"]), + ("Dashs", &["dashes"]), + ("Forenics", &["forensic"]), + ("Fewd", &["few", "feud"]), + ("Equil", &["equal"]), + ("Eyebals", &["eyeballs"]), + ("Idiosincratic", &["idiosyncratic"]), + ("Undesireble", &["undesirable"]), + ("Bable", &["babel", "table", "bible"]), + ("Unfarily", &["unfairly"]), + ("Compostiion", &["compositions"]), + ("Alternatvely", &["alternately"]), + ("Precondtionners", &["preconditioners"]), + ("Itnerpretation", &["interpretation"]), + ("Guarneteeing", &["guaranteeing"]), + ("Sourbraten", &["sauerbraten"]), + ("Reposond", &["respond"]), + ("Custum", &["custom"]), + ("Alleigances", &["allegiance"]), + ("Fragmant", &["fragment"]), + ("Businesmen", &["businessmen"]), + ("Susbsytems", &["subsystems"]), + ("Asnwerers", &["answerers"]), + ("Excectes", &["executes"]), + ("Mistrows", &["maestros"]), + ("Motoroal", &["motorola"]), + ("Myitereator", &["myiterator"]), + ("Correspontence", &["correspondence"]), + ("Mercurcy", &["mercury"]), + ("Charasets", &["charsets"]), + ("Algorihtm", &["algorithm"]), + ("Somethigng", &["something"]), + ("Reasssign", &["reassign"]), + ("Encolsure", &["enclosure"]), + ("Dicotomy", &["dichotomy"]), + ("Ocluded", &["occluded"]), + ("Monumentals", &["monuments"]), + ("Raison", &["reason", "raisin"]), + ("Overhual", &["overhaul"]), + ("Multiplater", &["multiplayer"]), + ("Avatards", &["avatars"]), + ("Covnerted", &["converted"]), + ("Intercollegate", &["intercollegiate"]), + ("Exercies", &["exercise"]), + ("Procesor", &["processor"]), + ("Appreacite", &["appreciate"]), + ("Titel", &["title"]), + ("Hypothenuses", &["hypotenuses"]), + ("Renegoitations", &["renegotiations"]), + ("Proccessors", &["processors"]), + ("Relinguishing", &["relinquishing"]), + ("Convenctionally", &["conventionally"]), + ("Usccess", &["success"]), + ("Categoriei", &["categorize"]), + ("Susseeded", &["seceded"]), + ("Mechanim", &["mechanism"]), + ("Shenangians", &["shenanigans"]), + ("Conditionning", &["conditioning"]), + ("Weerd", &["weird"]), + ("Armistis", &["armistice"]), + ("Upstreemer", &["upstreamer"]), + ("Motherboads", &["motherboards"]), + ("Plyotropy", &["pleiotropy"]), + ("Equilibruim", &["equilibrium"]), + ("Mainfests", &["manifests"]), + ("Speciyfying", &["specifying"]), + ("Everaged", &["averaged"]), + ("Diaresis", &["diaeresis"]), + ("Labled", &["labeled"]), + ("Assocaited", &["associated"]), + ("Fature", &["feature"]), + ("Ddevices", &["devices"]), + ("Implimcitly", &["implicitly"]), + ("Auctionrs", &["auctions"]), + ("Quartlery", &["quarterly"]), + ("Volunteraly", &["voluntarily"]), + ("Matatable", &["metatable"]), + ("Granparent", &["grandparent"]), + ("Vaid", &["valid", "void"]), + ("Vigilanties", &["vigilante", "vigilantes"]), + ("Intedned", &["intended"]), + ("Cousines", &["cousins"]), + ("Imrpovised", &["improvised"]), + ("Unorigional", &["unoriginal"]), + ("Invalidiate", &["invalidate"]), + ("Mutatable", &["mutable"]), + ("Ammendments", &["amendments"]), + ("Celar", &["cellar", "clear"]), + ("Unauthroized", &["unauthorized"]), + ("Proletariant", &["proletariat"]), + ("Buggs", &["bugs"]), + ("Acceleated", &["accelerated"]), + ("Alphabeast", &["alphabet"]), + ("Interpetation", &["interpretation"]), + ("Marijuanna", &["marijuana"]), + ("Disgruntld", &["disgruntled"]), + ("Encupsulates", &["encapsulates"]), + ("Scrambe", &["scramble"]), + ("Boostrapping", &["bootstrapping"]), + ("Neighobrhoods", &["neighborhoods"]), + ("Methodoligy", &["methodology"]), + ("Spefiifally", &["specifically"]), + ("Gneration", &["generation"]), + ("Cahrs", &["chars"]), + ("Unios", &["unions"]), + ("Exludes", &["excludes", "exudes"]), + ("Apologes", &["apologise"]), + ("Presentaions", &["presentations"]), + ("Threasholds", &["thresholds"]), + ("Unprone", &["unproven"]), + ("Orchestrial", &["orchestra"]), + ("Exsitence", &["existence"]), + ("Speparated", &["separated"]), + ("Beucase", &["because"]), + ("Monolothic", &["monolithic"]), + ("Wierdly", &["weirdly"]), + ("Navigatin", &["navigation"]), + ("Develepors", &["developers"]), + ("Argumment", &["argument"]), + ("Freqently", &["frequently"]), + ("Geographacilly", &["geographically"]), + ("Silowetist", &["silhouettist"]), + ("Rememer", &["remember"]), + ("Slooths", &["sleuths"]), + ("Derfine", &["define"]), + ("Supermarkten", &["supermarket"]), + ("Messagepad", &["messaged"]), + ("Pershis", &["precious"]), + ("Beauracratic", &["bureaucratic"]), + ("Traspose", &["transpose"]), + ("Underhwleming", &["underwhelming"]), + ("Crsytal", &["crystal"]), + ("Rabbitts", &["rabbits"]), + ("Follwoeiwng", &["following"]), + ("Cariactures", &["caricature"]), + ("Achivements", &["achievements"]), + ("Shnaghai", &["shanghai"]), + ("Cushins", &["cushions"]), + ("Sccessfully", &["successfully"]), + ("Covnertible", &["convertible"]), + ("Dissmisive", &["dismissive"]), + ("Priveledge", &["privilege"]), + ("Humanitis", &["humanities"]), + ("Naiborhoods", &["neighborhoods"]), + ("Hyperbrophy", &["hypertrophy"]), + ("Completd", &["complete", "completed"]), + ("Folwos", &["follows"]), + ("Wheater", &["weather", "whether"]), + ("Priviate", &["private"]), + ("Ublisher", &["publisher"]), + ("Constasnt", &["constants"]), + ("Apreteating", &["appreciating"]), + ("Vertial", &["vertical"]), + ("Autonegogtiations", &["autonegotiations"]), + ("Masteer", &["master"]), + ("Correspodence", &["correspondence"]), + ("Incrediby", &["incredibly"]), + ("Differnece", &["difference"]), + ("Contempate", &["contemplate"]), + ("Omre", &["more"]), + ("Libertairan", &["libertarians"]), + ("Millimiter", &["millimeter"]), + ("Infrequancies", &["infrequencies"]), + ("Spindel", &["spindle"]), + ("Personaly", &["personally"]), + ("Cotroll", &["control"]), + ("Predictible", &["predictable"]), + ("Emty", &["empty"]), + ("Montanha", &["montana"]), + ("Availablee", &["available"]), + ("Plugings", &["plugins"]), + ("Negotitable", &["negotiable"]), + ("Compitition", &["competition"]), + ("Disaled", &["disabled"]), + ("Appearrs", &["appears"]), + ("Exapanding", &["expanding"]), + ("Stabillity", &["stability"]), + ("Continenal", &["continental"]), + ("Clasic", &["classic"]), + ("Featchss", &["fetches"]), + ("Remtoe", &["remote"]), + ("Overlfows", &["overflows"]), + ("Desposition", &["disposition"]), + ("Exchnge", &["exchange"]), + ("Relatative", &["relative"]), + ("Responsibillity", &["responsibility"]), + ("Failded", &["failed"]), + ("Streamade", &["streamed"]), + ("Ibuprofein", &["ibuprofen"]), + ("Vecotor", &["vector"]), + ("Thiis", &["this"]), + ("Sythesize", &["synthesize"]), + ("Calliflowers", &["cauliflowers"]), + ("Speperateing", &["separating"]), + ("Consumend", &["consumed"]), + ("Integrarla", &["integral"]), + ("Recalcualtes", &["recalculates"]), + ("Asssumed", &["assumed"]), + ("Autoconpleting", &["autocompleting"]), + ("Loiusville", &["louisville"]), + ("Cretaes", &["creates"]), + ("Docrtine", &["doctrine"]), + ("Mistatches", &["mismatches"]), + ("Miliciously", &["maliciously"]), + ("Guas", &["gauss"]), + ("Criminalul", &["criminally"]), + ("Deocdes", &["decodes"]), + ("Disgustosa", &["disgusts"]), + ("Phisical", &["physical"]), + ("Becoem", &["become"]), + ("Crytpic", &["cryptic"]), + ("Dscribed", &["described"]), + ("Articel", &["article"]), + ("Repeatations", &["repetitions"]), + ("Parellels", &["parallels"]), + ("Convervative", &["conservative"]), + ("Derpatologist", &["dermatologist"]), + ("Publicy", &["publicly"]), + ("Experimenater", &["experimenter"]), + ("Coyp", &["copy"]), + ("Alcoholicos", &["alcoholics"]), + ("Metaphsyics", &["metaphysics"]), + ("Custamizes", &["customizes"]), + ("Tangentailly", &["tangentially"]), + ("Reudce", &["reduce"]), + ("Rasiing", &["raising"]), + ("Multiplicty", &["multiplicity"]), + ("Disconecction", &["disconnection"]), + ("Miscummunication", &["miscommunication"]), + ("Immmediate", &["immediate"]), + ("Reknown", &["renown"]), + ("Equiavlent", &["equivalents"]), + ("Iternations", &["iterations"]), + ("Relaive", &["relative"]), + ("Longitme", &["longtime"]), + ("Seperared", &["separated"]), + ("Thme", &["them"]), + ("Placeholdes", &["placeholders"]), + ("Deficiensies", &["deficiencies"]), + ("Termniation", &["termination"]), + ("Tdoo", &["todo"]), + ("Fullscreeen", &["fullscreen"]), + ("Cinematogrpahy", &["cinematography"]), + ("Destructro", &["destructor"]), + ("Unoficcial", &["unofficial"]), + ("Convertis", &["converts"]), + ("Corrdinates", &["coordinates"]), + ("Consolato", &["consolation"]), + ("Virture", &["virtue"]), + ("Artihmetic", &["arithmetic"]), + ("Ventillate", &["ventilate"]), + ("Complexy", &["complexity"]), + ("Sadistisch", &["sadistic"]), + ("Consrvative", &["conservative"]), + ("Mybe", &["maybe"]), + ("Chararcters", &["characters"]), + ("Sacrasm", &["sarcasm"]), + ("Expexcts", &["expects"]), + ("Conversationg", &["conservation"]), + ("Recrusivelly", &["recursively"]), + ("Programattically", &["programmatically"]), + ("Controvesy", &["controversy"]), + ("Heistant", &["hesitant"]), + ("Anoreixa", &["anorexia"]), + ("Deconder", &["decoder"]), + ("Imperical", &["empirical", "imperial"]), + ("Fractalis", &["fractals"]), + ("Chocloates", &["chocolates"]), + ("Appluase", &["applause"]), + ("Volcaron", &["volcano"]), + ("Dettached", &["detached"]), + ("Outsourceing", &["outsourcing"]), + ("Pipeine", &["pipeline"]), + ("Speficillics", &["specifics"]), + ("Dyanmics", &["dynamics"]), + ("Upadte", &["update"]), + ("Graniet", &["granite"]), + ("Exectuion", &["execution"]), + ("Limitions", &["limitations"]), + ("Removs", &["removes"]), + ("Embbeddings", &["embeddings"]), + ("Improofment", &["improvement"]), + ("Arkasnas", &["arkansas"]), + ("Replacables", &["replaceables"]), + ("Reupladad", &["reupload", "reuploaded"]), + ("Cnter", &["center"]), + ("Rotuers", &["routers"]), + ("Remaping", &["remapping"]), + ("Repaces", &["replaces"]), + ("Reprent", &["repent", "represent", "reprint"]), + ("Baynoet", &["bayonet"]), + ("Alignmnent", &["alignment"]), + ("Charecteristic", &["characteristic"]), + ("Alterantive", &["alternative"]), + ("Crrespond", &["correspond"]), + ("Receivs", &["receives"]), + ("Psyhic", &["psychic"]), + ("Namnespaces", &["namespaces"]), + ("Trohpies", &["trophies"]), + ("Deamons", &["daemons"]), + ("Semconductor", &["semiconductor"]), + ("Givveing", &["giving"]), + ("Flatterd", &["flattered"]), + ("Eeverything", &["everything"]), + ("Desrire", &["desire"]), + ("Lanich", &["launch"]), + ("Necassary", &["necessary"]), + ("Caucasion", &["caucasian"]), + ("Limitted", &["limited"]), + ("Intdicating", &["indicating"]), + ("Gargoil", &["gargoyle"]), + ("Glyh", &["glyph"]), + ("Infograhpic", &["infographic"]), + ("Ancestores", &["ancestors"]), + ("Executon", &["execution"]), + ("Defninitions", &["definitions"]), + ("Constanly", &["constantly"]), + ("Desciribes", &["describes"]), + ("Photograhy", &["photography"]), + ("Scince", &["science"]), + ("Colide", &["collide"]), + ("Wariwck", &["warwick"]), + ("Proponentes", &["proponents"]), + ("Ingeger", &["integer"]), + ("Addional", &["additional"]), + ("Recongnizes", &["recognizes"]), + ("Consistendly", &["consistently"]), + ("Reprecussion", &["repercussions", "repercussion"]), + ("Tabelspoon", &["tablespoon"]), + ("Thorughout", &["throughout"]), + ("Monochorome", &["monochrome"]), + ("Extrmities", &["extremities"]), + ("Damamged", &["damaged"]), + ("Silkscreend", &["silkscreened"]), + ("Genereted", &["generated"]), + ("Itterate", &["iterate"]), + ("Verificiations", &["verifications"]), + ("Boundin", &["bounding"]), + ("Pewder", &["lewder", "pewter", "powder"]), + ("Gratificacion", &["gratification"]), + ("Inevetable", &["inevitable"]), + ("Aactually", &["actually"]), + ("Parallizes", &["parallelizes"]), + ("Architechural", &["architectural"]), + ("Minsiter", &["minister"]), + ("Neglicence", &["negligence"]), + ("Bizarely", &["bizarrely"]), + ("Protestare", &["protesters"]), + ("Sekect", &["select"]), + ("Reacher", &["richer", "reader"]), + ("Declartive", &["declarative"]), + ("Tresure", &["treasure"]), + ("Unrandimized", &["unrandomized"]), + ("Coprrighted", &["copyrighted"]), + ("Lightnting", &["lightening"]), + ("Repostd", &["reposted"]), + ("Dupliagte", &["duplicate"]), + ("Mutipath", &["multipath"]), + ("Coordinatess", &["coordinates"]), + ("Cinimatography", &["cinematography"]), + ("Trogliditical", &["troglodytical"]), + ("Misdameanor", &["misdemeanor"]), + ("Labratory", &["laboratory"]), + ("Silouetes", &["silhouettes"]), + ("Trasnmitted", &["transmitted"]), + ("Marskman", &["marksman"]), + ("Comlex", &["complex"]), + ("Offst", &["offset"]), + ("Algoristhm", &["algorithm", "algorithms"]), + ("Genreic", &["generic"]), + ("Exponantialy", &["exponentially"]), + ("Laybrinth", &["labyrinth"]), + ("Canged", &["changed"]), + ("Lemosine", &["limousine"]), + ("Preferas", &["prefers"]), + ("Farction", &["fraction", "faction"]), + ("Construciton", &["construction"]), + ("Exclamating", &["exclamation"]), + ("Dditional", &["additional"]), + ("Obssesive", &["obsessive"]), + ("Lenghthy", &["lengthy"]), + ("Anticiaption", &["anticipation"]), + ("Crowbahr", &["crowbar"]), + ("Calcalate", &["calculate"]), + ("Pertians", &["pertains"]), + ("Switcheasy", &["switches"]), + ("Retardating", &["retardation"]), + ("Evolutionnary", &["evolutionary"]), + ("Astronaught", &["astronaut"]), + ("Carolinia", &["carolina"]), + ("Choesive", &["cohesive"]), + ("Appreciste", &["appreciates"]), + ("Secord", &["second"]), + ("Cofficient", &["coefficient"]), + ("Validaty", &["validity"]), + ("Sercives", &["services"]), + ("Dissmantle", &["dismantle"]), + ("Unsychronized", &["unsynchronized"]), + ("Insticnts", &["instincts"]), + ("Eveyr", &["every"]), + ("Accidens", &["accidents"]), + ("Narcisists", &["narcissist"]), + ("Refletions", &["reflections"]), + ("Predacessor", &["predecessor"]), + ("Refrers", &["refers"]), + ("Seleceted", &["selected"]), + ("Autoctonous", &["autochthonous"]), + ("Sacrificies", &["sacrifice"]), + ("Occucence", &["occurrence"]), + ("Internatioanlists", &["internationalists"]), + ("Debth", &["depth"]), + ("Instalation", &["installation"]), + ("Befried", &["befriend"]), + ("Reapirs", &["repairs"]), + ("Scaleability", &["scalability"]), + ("Forthcominng", &["forthcoming"]), + ("Celebritites", &["celebrities"]), + ("Metaphotically", &["metaphorically"]), + ("Thet", &["that", "the"]), + ("Fromidable", &["formidable"]), + ("Konfirmation", &["confirmation"]), + ("Righht", &["right"]), + ("Considerabe", &["considerate"]), + ("Influencin", &["influencing"]), + ("Sentements", &["sentiments"]), + ("Langyage", &["language"]), + ("Deficientcy", &["deficiency"]), + ("Authentciate", &["authenticate"]), + ("Duplacte", &["duplicate"]), + ("Europeaners", &["europeans"]), + ("Shatows", &["châteaus", "châteaux", "shadows"]), + ("Snwoballs", &["snowballs"]), + ("Vegetarin", &["vegetarians"]), + ("Identificator", &["identifier"]), + ("Storise", &["stories"]), + ("Overriden", &["overridden"]), + ("Sufferring", &["suffering"]), + ("Ukrainain", &["ukrainian"]), + ("Alternetives", &["alternatives"]), + ("Chnage", &["change"]), + ("Bounrary", &["boundary"]), + ("Ciritcals", &["criticals"]), + ("Ninimal", &["minimal"]), + ("Inconsistendt", &["inconsistent"]), + ("Horizantally", &["horizontally"]), + ("Gameply", &["gameplay"]), + ("Alternativley", &["alternatively"]), + ("Uninamous", &["unanimous"]), + ("Requisits", &["requisites"]), + ("Logorithms", &["logarithms"]), + ("Scandianvian", &["scandinavian"]), + ("Intensionaly", &["intentionally", "intensionally"]), + ("Renwal", &["renewal"]), + ("Meditationg", &["meditating"]), + ("Renegotatiates", &["renegotiates"]), + ("Vertecies", &["vertices"]), + ("Ambuguity", &["ambiguity"]), + ("Fials", &["fails"]), + ("Doctorial", &["doctoral"]), + ("Repulsie", &["repulsive"]), + ("Workaorund", &["workaround"]), + ("Mocrochip", &["microchip"]), + ("Dinosaures", &["dinosaurs"]), + ("Sempahores", &["semaphores"]), + ("Mininizing", &["minimizing"]), + ("Reconnaisance", &["reconnaissance"]), + ("Insistance", &["insistence"]), + ("Incarserated", &["incarcerated"]), + ("Salveof", &["slaveof"]), + ("Exchaned", &["exchanged"]), + ("Decceleration", &["deceleration"]), + ("Socailism", &["socialism"]), + ("Otpion", &["option"]), + ("Totalitatian", &["totalitarian"]), + ("Impliments", &["implements"]), + ("Authoritay", &["authority"]), + ("Experiancing", &["experiencing"]), + ("Wordlview", &["worldview"]), + ("Transcorde", &["transcode"]), + ("Coinsiding", &["coinciding"]), + ("Identifieras", &["identifies"]), + ("Toosday", &["tuesday"]), + ("Traslation", &["translation"]), + ("Hamburgeres", &["hamburgers"]), + ("Doocument", &["document"]), + ("Worldivew", &["worldview"]), + ("Tessleating", &["tessellating"]), + ("Inapproprate", &["inappropriate"]), + ("Vulbearbility", &["vulnerability"]), + ("Strengsten", &["strengthen"]), + ("Sighn", &["sign"]), + ("Upsream", &["upstream"]), + ("Prejected", &["projected"]), + ("Porbably", &["probably"]), + ("Besed", &["based"]), + ("Apsotrophe", &["apostrophe"]), + ("Natioanlist", &["nationalist"]), + ("Demandas", &["demands"]), + ("Superheo", &["superhero"]), + ("Dahboard", &["dashboard"]), + ("Aaccess", &["access"]), + ("Reaed", &["read"]), + ("Boolens", &["booleans"]), + ("Sepatae", &["separate"]), + ("Specifiy", &["specify"]), + ("Prerequesites", &["prerequisites"]), + ("Allredy", &["already"]), + ("Uranuim", &["uranium"]), + ("Implausable", &["implausible"]), + ("Ownner", &["owner"]), + ("Punshier", &["punisher"]), + ("Initaite", &["initiate"]), + ("Listapck", &["listpack"]), + ("Camapign", &["campaign"]), + ("Etablishd", &["established"]), + ("Knowledgble", &["knowledgable"]), + ("Confriming", &["confirming"]), + ("Avoind", &["avoid"]), + ("Implemet", &["implements", "implement"]), + ("Cheesebruger", &["cheeseburgers"]), + ("Displacments", &["displacements"]), + ("Providince", &["providence"]), + ("Alignmets", &["alignments"]), + ("Fundimentalists", &["fundamentalists"]), + ("Influencie", &["influences"]), + ("Entery", &["entry"]), + ("Lable", &["label"]), + ("Statemenet", &["statement"]), + ("Compliants", &["complaints"]), + ("Milages", &["mileages"]), + ("Speficics", &["specifics"]), + ("Synoynms", &["synonyms"]), + ("Thsnks", &["thanks"]), + ("Daugthers", &["daughters"]), + ("Penguinos", &["penguins"]), + ("Preven", &["prevent"]), + ("Sciencists", &["scientists"]), + ("Hwat", &["what"]), + ("Discconeted", &["disconnected"]), + ("Reture", &["return"]), + ("Demonished", &["demolished"]), + ("Derefernce", &["dereference"]), + ("Eqaution", &["equation"]), + ("Sideboad", &["sideboard"]), + ("Domecrats", &["democrats"]), + ("Obsturction", &["obstruction"]), + ("Shoudlnt", &["shouldnt"]), + ("Predictave", &["predictive"]), + ("Cardiovascualar", &["cardiovascular"]), + ("Dissasemblies", &["disassemblies"]), + ("Requisit", &["requisite"]), + ("Initialzier", &["initializer"]), + ("Reuploders", &["reuploaders"]), + ("Chanisaw", &["chainsaw"]), + ("Convesation", &["conversation"]), + ("Downloding", &["downloading"]), + ("Browisng", &["browsing"]), + ("Transparceny", &["transparency"]), + ("Mis", &["miss", "mist"]), + ("Bastardos", &["bastards"]), + ("Premissible", &["permissible"]), + ("Constrct", &["construct", "constrict"]), + ("Peremiter", &["perimeter"]), + ("Caterpillers", &["caterpillars"]), + ("Fileststem", &["filesystem"]), + ("Experimetnal", &["experimental"]), + ("Diagostic", &["diagnostic"]), + ("Derefernced", &["dereferenced"]), + ("Postgrsql", &["postgresql"]), + ("Cenvention", &["convention"]), + ("Consumersim", &["consumerism"]), + ("Commpletely", &["completely"]), + ("Armenina", &["armenian"]), + ("Parmisian", &["parmesan"]), + ("Natinally", &["nationally"]), + ("Enthuseastic", &["enthusiastic"]), + ("Vallue", &["value"]), + ("Accessments", &["assessments"]), + ("Negotaible", &["negotiable"]), + ("Wireframw", &["wireframe"]), + ("Enfores", &["enforces"]), + ("Reevalutate", &["reevaluate"]), + ("Reaveled", &["revealed"]), + ("Pinuchle", &["pinochle"]), + ("Unfilpping", &["unflipping"]), + ("Liecester", &["leicester"]), + ("Browswe", &["browse"]), + ("Marhsal", &["marshal"]), + ("Similiarities", &["similarities"]), + ("Defien", &["define"]), + ("Vectorr", &["vector"]), + ("Proletaricat", &["proletariat"]), + ("Pyrmaids", &["pyramids"]), + ("Preinitalized", &["preinitialized"]), + ("Follwow", &["follow"]), + ("Scheduel", &["schedule"]), + ("Itialising", &["initialising"]), + ("Comparitively", &["comparatively"]), + ("Conservato", &["conservation"]), + ("Shfit", &["shift"]), + ("Tme", &["time"]), + ("Vacums", &["vacuums"]), + ("Calcuations", &["calculations"]), + ("Chache", &["cache"]), + ("Retrospekt", &["retrospect"]), + ("Onws", &["owns"]), + ("Clen", &["clan", "clean"]), + ("Figurativeley", &["figuratively"]), + ("Fountian", &["fountain"]), + ("Coprses", &["corpses"]), + ("Resistent", &["resistant"]), + ("Recognzied", &["recognised", "recognized"]), + ("Naximum", &["maximum"]), + ("Testicel", &["testicle"]), + ("Tekst", &["text"]), + ("Abbreviatin", &["abbreviation"]), + ("Balse", &["false"]), + ("Ecxept", &["except"]), + ("Beneficiul", &["beneficial"]), + ("Descrimination", &["discrimination"]), + ("Coleeges", &["colleagues"]), + ("Rittling", &["rattling", "riddling"]), + ("Undrestand", &["understand"]), + ("Perfurs", &["prefers"]), + ("Prusues", &["pursues"]), + ("Chizzel", &["chisel"]), + ("Fiedling", &["fielding"]), + ("Emition", &["emission", "emotion"]), + ("Desaster", &["disaster"]), + ("Naiborhood", &["neighborhood"]), + ("Delimiiters", &["delimiters"]), + ("Decerning", &["discerning"]), + ("Highpander", &["highlander"]), + ("Uiu", &["you"]), + ("Causioned", &["cautioned"]), + ("Initializaton", &["initialization"]), + ("Unnessecarry", &["unnecessary"]), + ("Critcal", &["critical"]), + ("Evalutates", &["evaluates"]), + ("Maintainig", &["maintaining"]), + ("Improof", &["improve"]), + ("Fysisit", &["physicist"]), + ("Recogizes", &["recognizes"]), + ("Miralces", &["miracles"]), + ("Baroke", &["baroque"]), + ("Journalistes", &["journalists"]), + ("Specificatons", &["specifications"]), + ("Qustions", &["questions"]), + ("Infraread", &["infrared"]), + ("Tomorow", &["tomorrow"]), + ("Rearrangmeent", &["rearrangement"]), + ("Prayries", &["prairies"]), + ("Prediccion", &["prediction"]), + ("Premius", &["premiums"]), + ("Wrappng", &["wrapping"]), + ("Influenses", &["influences"]), + ("Dispath", &["dispatch"]), + ("Finalle", &["finale", "finally"]), + ("Dynmically", &["dynamically"]), + ("Cielings", &["ceilings"]), + ("Translatin", &["translations"]), + ("Obtaiend", &["obtained"]), + ("Hostiliy", &["hostility"]), + ("Porgrammeer", &["programmer"]), + ("Sturct", &["struct"]), + ("Diferentiates", &["differentiates"]), + ("Sttrict", &["strict"]), + ("Represenations", &["representations"]), + ("Rinosarus", &["rhinoceros"]), + ("Highalnder", &["highlander"]), + ("Folowwinwg", &["following"]), + ("Excection", &["exception", "execution"]), + ("Straiht", &["straight", "strait"]), + ("Maximazing", &["maximizing"]), + ("Destruktor", &["destructor"]), + ("Sandnig", &["sanding"]), + ("Destrcutors", &["destructors"]), + ("Recrutiment", &["recruitment"]), + ("Knowldgeable", &["knowledgable"]), + ("Useed", &["used"]), + ("Accessable", &["accessible"]), + ("Formerlly", &["formerly"]), + ("Verticla", &["vertical"]), + ("Threadad", &["threaded"]), + ("Bengalas", &["bengals"]), + ("Siloueted", &["silhouetted"]), + ("Listbbox", &["listbox"]), + ("Inconvienenced", &["inconvenience"]), + ("Forign", &["foreign"]), + ("Demonstraties", &["demonstrate"]), + ("Headquartes", &["headquarters"]), + ("Approching", &["approaching"]), + ("Independed", &["independent"]), + ("Reveiwer", &["reviewer"]), + ("Stablity", &["stability"]), + ("Constuctors", &["constructors"]), + ("Imaptient", &["impatient"]), + ("Admininistrator", &["administrator"]), + ("Striekr", &["striker"]), + ("Otional", &["optional", "notional"]), + ("Machne", &["machine"]), + ("Givven", &["given"]), + ("Meanins", &["meanings"]), + ("Overrwritten", &["overwritten"]), + ("Collegaues", &["colleagues"]), + ("Interectioned", &["interaction", "intersection"]), + ("Speacing", &["spacing"]), + ("Behaviro", &["behavior"]), + ("Suspicous", &["suspicious"]), + ("Expresions", &["expression", "expressions"]), + ("Stiffneing", &["stiffening"]), + ("Inizializes", &["initializes"]), + ("Dekstop", &["desktop"]), + ("Issuses", &["issues"]), + ("Attempst", &["attempts"]), + ("Misspellled", &["misspelled"]), + ("Balacing", &["balancing"]), + ("Misinterpt", &["misinterpret"]), + ("Braodcasted", &["broadcasted"]), + ("Compilcating", &["complicating"]), + ("Mutlipart", &["multipart"]), + ("Gauarenteed", &["guaranteed"]), + ("Continutiy", &["continuity"]), + ("Aling", &["aline", "along", "ailing", "sling"]), + ("Ostensibily", &["ostensibly"]), + ("Nationalsits", &["nationalists"]), + ("Tomorroe", &["tomorrow"]), + ("Descripton", &["description"]), + ("Bruisend", &["bruised"]), + ("Optimimal", &["optimal"]), + ("Passionant", &["passionate"]), + ("Abd", &["and"]), + ("Ctificated", &["certificated"]), + ("Natioanlists", &["nationalists"]), + ("Easilly", &["easily"]), + ("Awefully", &["awfully"]), + ("Thimngs", &["things"]), + ("Expedetion", &["expedition"]), + ("Subsitute", &["substitute"]), + ("Marraige", &["marriage"]), + ("Characterstically", &["characteristically"]), + ("Disscovery", &["discovery"]), + ("Secunds", &["seconds"]), + ("Regeneracion", &["regeneration"]), + ("Dissonence", &["dissonance"]), + ("Diskretion", &["discretion"]), + ("Jugdement", &["judgement"]), + ("Fahrenhiet", &["fahrenheit"]), + ("Metatatble", &["metatable"]), + ("Pomegranite", &["pomegranate"]), + ("Gardai", &["gardaí"]), + ("Dupliace", &["duplicate"]), + ("Accrdingly", &["accordingly"]), + ("Cabbagge", &["cabbage"]), + ("Sensationalizm", &["sensationalism"]), + ("Sotres", &["stores"]), + ("Squirrelus", &["squirrels"]), + ("Midified", &["modified"]), + ("Dribbel", &["dribble"]), + ("Quanitified", &["quantified"]), + ("Individuallity", &["individuality"]), + ("Kilomiters", &["kilometers"]), + ("Agrieved", &["aggrieved"]), + ("Bookmars", &["bookmarks"]), + ("Expeirimenting", &["experimenting"]), + ("Potentional", &["potential"]), + ("Ochestrating", &["orchestrating"]), + ("Quailified", &["qualified"]), + ("Invalaid", &["invalid"]), + ("Raotats", &["rotates"]), + ("Environmenets", &["environments"]), + ("Interrutps", &["interrupts"]), + ("Remoives", &["removes"]), + ("Streamming", &["streaming"]), + ("Segmenets", &["segments"]), + ("Certificato", &["certification"]), + ("Touristsy", &["touristy"]), + ("Ndefined", &["undefined"]), + ("Soliders", &["soldiers"]), + ("Intercation", &["integration", "interaction"]), + ("Objectivety", &["objectivity"]), + ("Strangness", &["strangeness"]), + ("Optimistacally", &["optimistically"]), + ("Opeaaration", &["operation"]), + ("Mdify", &["modify"]), + ("Montanous", &["mountainous"]), + ("Chasiers", &["cashiers"]), + ("Confuze", &["confuse"]), + ("Addressible", &["addressable"]), + ("Subscriptons", &["subscriptions"]), + ("Disiplined", &["disciplined"]), + ("Contryie", &["countryie"]), + ("Plataeu", &["plateau"]), + ("Plalforms", &["platforms"]), + ("Vibratr", &["vibrator"]), + ("Monopoply", &["monopoly"]), + ("Appriximating", &["approximating"]), + ("Momentarely", &["momentarily"]), + ("Aggressivly", &["aggressively"]), + ("Contibutors", &["contributors"]), + ("Visulisation", &["visualisation"]), + ("Prevend", &["prevent"]), + ("Ofset", &["offset"]), + ("Requrest", &["request"]), + ("Calclulations", &["calculations"]), + ("Breathtakng", &["breathtaking"]), + ("Expectus", &["expects"]), + ("Electrial", &["electrical"]), + ("Templateas", &["templates"]), + ("Etended", &["extended", "attended"]), + ("Imprefections", &["imperfections"]), + ("Neglagence", &["negligence"]), + ("Crytpo", &["crypto"]), + ("Prostitue", &["prostitute"]), + ("Pengwins", &["penguins"]), + ("Traingulation", &["triangulation"]), + ("Cricumference", &["circumference"]), + ("Vengaence", &["vengeance"]), + ("Strenghtening", &["strengthening"]), + ("Assighers", &["assigners"]), + ("Inconsistancies", &["inconsistencies"]), + ("Ethe", &["the"]), + ("Ruidmentary", &["rudimentary"]), + ("Rewriet", &["rewrite"]), + ("Redefintions", &["redefinitions"]), + ("Autheniticator", &["authenticator"]), + ("Androiders", &["androids"]), + ("Concatenaion", &["concatenation"]), + ("Futal", &["futile"]), + ("Rearrangaelbe", &["rearrangeable"]), + ("Inkompetence", &["incompetence"]), + ("Scoprion", &["scorpion"]), + ("Comtainer", &["container"]), + ("Chocolatte", &["chocolates"]), + ("Physicits", &["physicist"]), + ("Careflly", &["carefully"]), + ("Unknonwn", &["unknown"]), + ("Sharpeneing", &["sharpening"]), + ("Spefcific", &["specific"]), + ("Patrones", &["patrons"]), + ("Cuased", &["caused"]), + ("Reconeecting", &["reconnecting"]), + ("Finised", &["finished"]), + ("Indiviudally", &["individually"]), + ("Originiated", &["originated"]), + ("Individiual", &["individual"]), + ("Silders", &["sliders"]), + ("Harranges", &["arranges", "harangues"]), + ("Happing", &["happening", "happen"]), + ("Bandiwdth", &["bandwidth"]), + ("Invidivual", &["individual"]), + ("Irridation", &["irritation"]), + ("Vegeratian", &["vegetarians"]), + ("Executbles", &["executables"]), + ("Resuction", &["reduction"]), + ("Skateboad", &["skateboard"]), + ("Methapors", &["metaphors"]), + ("Suseeded", &["seceded"]), + ("Manufacturas", &["manufactures"]), + ("Prescriptionists", &["prescriptions"]), + ("Diagramms", &["diagrams"]), + ("Endoctrinated", &["indoctrinated"]), + ("Tranpshobic", &["transphobic"]), + ("Interpolayed", &["interpolated"]), + ("Phenomonenon", &["phenomenon"]), + ("Resistered", &["resisted"]), + ("Slaugthering", &["slaughtering"]), + ("Generatios", &["generators"]), + ("Intiailized", &["initialized"]), + ("Onmishiences", &["omnisciences"]), + ("Distiguish", &["distinguish"]), + ("Serialialisation", &["serialisation"]), + ("Neruoscience", &["neuroscience"]), + ("Emedded", &["embedded"]), + ("Respecive", &["respective"]), + ("Creadentialed", &["credentialed"]), + ("Verndor", &["vendor"]), + ("Shspe", &["shape"]), + ("Aequivalent", &["equivalent"]), + ("Locaes", &["locates"]), + ("Temptative", &["tentative"]), + ("Unlikley", &["unlikely"]), + ("Westmisnter", &["westminster"]), + ("Emptniess", &["emptiness"]), + ("Embarrasingly", &["embarrassingly"]), + ("Defualts", &["defaults"]), + ("Varing", &["varying"]), + ("Ostenisbly", &["ostensibly"]), + ("Topolgy", &["topology"]), + ("Faund", &["found", "fund"]), + ("Suspenso", &["suspension"]), + ("Charocal", &["charcoal"]), + ("Diarea", &["diarrhea"]), + ("Streigtness", &["straightness"]), + ("Pyschiatric", &["psychiatric"]), + ("Conventionss", &["conventions"]), + ("Opague", &["opaque"]), + ("Jumo", &["jump"]), + ("Diaplay", &["display"]), + ("Overpowed", &["overpowered"]), + ("Exclusivety", &["exclusivity"]), + ("Denisty", &["density"]), + ("Throen", &["thrown"]), + ("Brekpoints", &["breakpoints"]), + ("Evluator", &["evaluator"]), + ("Undefiend", &["undefined"]), + ("Caraciture", &["caricature"]), + ("Utilitises", &["utilises"]), + ("Conditianally", &["conditionally"]), + ("Traing", &["training"]), + ("Somwhere", &["somewhere"]), + ("Jitterring", &["jittering"]), + ("Lnguage", &["language"]), + ("Euorpean", &["european"]), + ("Htacces", &["htaccess"]), + ("Incompable", &["incompatible"]), + ("Commpressed", &["compressed"]), + ("Accrding", &["according"]), + ("Ankshus", &["anxious"]), + ("Htaching", &["hatching"]), + ("Earlyer", &["earlier"]), + ("Temperture", &["temperature"]), + ("Breastfeading", &["breastfeeding"]), + ("Vendettta", &["vendetta"]), + ("Roels", &["roles"]), + ("Teleportaton", &["teleportation"]), + ("Acchieve", &["achieve"]), + ("Lineary", &["linearly"]), + ("Concleanment", &["concealment"]), + ("Producables", &["producibles", "producible"]), + ("Acommpanying", &["accompanying"]), + ("Collabore", &["collaborate"]), + ("Defaulrs", &["defaults"]), + ("Powerhours", &["powerhouse"]), + ("Subjectifs", &["subjects"]), + ("Certficiated", &["certificated"]), + ("Livley", &["lively"]), + ("Indianapols", &["indianapolis"]), + ("Inluding", &["including"]), + ("Thurdsay", &["thursday"]), + ("Pary", &["party", "parry"]), + ("Resturaunt", &["restaurant"]), + ("Mappeed", &["mapped"]), + ("Fullfils", &["fulfils"]), + ("Backgrund", &["background"]), + ("Lenggth", &["length"]), + ("Filterd", &["filtered"]), + ("Commnity", &["community"]), + ("Guarnateeed", &["guaranteed"]), + ("Impreative", &["imperative"]), + ("Serialiazation", &["serialization"]), + ("Missorui", &["missouri"]), + ("Martail", &["martial"]), + ("Transtorm", &["transform"]), + ("Verision", &["version"]), + ("Instrinsics", &["intrinsics"]), + ("Preculded", &["precluded"]), + ("Initator", &["imitator", "initiator"]), + ("Requsites", &["requisites"]), + ("Perfomeanses", &["performances"]), + ("Ceating", &["creating"]), + ("Enumertaion", &["enumeration"]), + ("Asynchron", &["asynchronous"]), + ("Naybour", &["neighbour"]), + ("Rearrangmenet", &["rearrangement"]), + ("Accoridng", &["according"]), + ("Abbreviatons", &["abbreviations"]), + ("Revserse", &["reverse"]), + ("Descirption", &["descriptions", "description"]), + ("Discriminatorie", &["discriminate"]), + ("Decend", &["descend"]), + ("Insistente", &["insistence"]), + ("Dnymaic", &["dynamic"]), + ("Executings", &["executions"]), + ("Incremeant", &["increment"]), + ("Attribut", &["attribute"]), + ("Runnin", &["running"]), + ("Infiniment", &["infinite"]), + ("Overestimateing", &["overestimating"]), + ("Inadeqaute", &["inadequate"]), + ("Seqensed", &["sequenced"]), + ("Tranformed", &["transformed"]), + ("Phoneticly", &["phonetically"]), + ("Occulation", &["occupation"]), + ("Preferibly", &["preferably"]), + ("Deterministisch", &["deterministic"]), + ("Initialyzed", &["initialized"]), + ("Ventillating", &["ventilating"]), + ("Expriation", &["expiration"]), + ("Implmenetation", &["implementation"]), + ("Nieghbor", &["neighbor"]), + ("Caclucate", &["calculate"]), + ("Perfomed", &["performed"]), + ("Sepeartors", &["separators"]), + ("Palesitnians", &["palestinians"]), + ("Sociologial", &["sociological"]), + ("Neightbor", &["neighbor"]), + ("Tallets", &["tallest"]), + ("Accumualte", &["accumulate"]), + ("Hispanis", &["hispanics"]), + ("Genrals", &["generals"]), + ("Steryotypes", &["stereotypes"]), + ("Intesnely", &["intensely"]), + ("Chizzle", &["chisel"]), + ("Sometrings", &["somethings"]), + ("Sherlcok", &["sherlock"]), + ("Paramether", &["parameter"]), + ("Detrmination", &["determination"]), + ("Inddividual", &["individual"]), + ("Particaulrly", &["particularly"]), + ("Comversion", &["conversion"]), + ("Numering", &["numbering"]), + ("Represntative", &["representative"]), + ("Catacylsm", &["cataclysm"]), + ("Franscico", &["francisco"]), + ("Endlessley", &["endlessly"]), + ("Personel", &["personnel", "personal"]), + ("Garfied", &["garfield"]), + ("Bureaucracie", &["bureaucratic"]), + ("Provences", &["provinces"]), + ("Implementates", &["implements"]), + ("Anscestor", &["ancestor"]), + ("Approproate", &["appropriate"]), + ("Relitavely", &["relatively"]), + ("Interperts", &["interprets"]), + ("Appropiate", &["appropriate"]), + ("Groosomely", &["gruesomely"]), + ("Kunckle", &["knuckle"]), + ("Mercinaries", &["mercenaries"]), + ("Ciruclating", &["circulating"]), + ("Malcious", &["malicious"]), + ("Unresposive", &["unresponsive"]), + ("Inexpect", &["inexpected", "unexpected"]), + ("Devcent", &["decent"]), + ("Unsupressed", &["unsuppressed"]), + ("Milion", &["million"]), + ("Permissie", &["permissible"]), + ("Certficates", &["certificates"]), + ("Appliations", &["applications"]), + ("Hilights", &["highlights"]), + ("Syncrhonize", &["synchronize"]), + ("Tournemants", &["tournaments"]), + ("Appropraitely", &["appropriately"]), + ("Believeble", &["believable"]), + ("Componenet", &["components", "component"]), + ("Histroian", &["historian"]), + ("Uncompresing", &["uncompressing"]), + ("Secconds", &["seconds"]), + ("Tempermeant", &["temperament"]), + ("Ypes", &["types"]), + ("Complanied", &["complained"]), + ("Workapace", &["workspace"]), + ("Tremelos", &["tremolos"]), + ("Inbracing", &["embracing"]), + ("Orietation", &["orientation"]), + ("Buffred", &["buffered"]), + ("Respoting", &["reposting"]), + ("Understsnd", &["understands"]), + ("Justfiy", &["justify"]), + ("Flushs", &["flushes"]), + ("Contirbuted", &["contributed"]), + ("Constarint", &["constraint"]), + ("Computaton", &["computation"]), + ("Homeworks", &["homework"]), + ("Capablities", &["capabilities"]), + ("Morroccan", &["moroccan"]), + ("Mergable", &["mergeable"]), + ("Grandises", &["aggrandises"]), + ("Seriouslly", &["seriously"]), + ("Godspede", &["godspeed"]), + ("Foulded", &["folded"]), + ("Anticpate", &["anticipate"]), + ("Graduatin", &["graduation"]), + ("Continuesly", &["continuously"]), + ("Paeth", &["path"]), + ("Alcehmist", &["alchemist"]), + ("Spearated", &["separated"]), + ("Relevnt", &["relevant"]), + ("Misognyist", &["misogynist"]), + ("Minisclue", &["miniscule"]), + ("Gernerics", &["generics"]), + ("Approxmimation", &["approximation"]), + ("Unavaliable", &["unavailable"]), + ("Negoticators", &["negotiators"]), + ("Deamonize", &["daemonize"]), + ("Worklow", &["workflow"]), + ("Atatching", &["attaching"]), + ("Perfomative", &["performative"]), + ("Vry", &["very"]), + ("Negativy", &["negativity"]), + ("Straightie", &["straighten"]), + ("Restrictifs", &["restricts"]), + ("Satellittes", &["satellites"]), + ("Braching", &["branching", "breaching"]), + ("Shitfer", &["shifter"]), + ("Symptumaticly", &["symptomatically"]), + ("Proprocessed", &["preprocessed"]), + ("Snapsnot", &["snapshot"]), + ("Subsedized", &["subsidized"]), + ("Tortillita", &["tortilla"]), + ("Accquainted", &["acquainted"]), + ("Comferting", &["comforting"]), + ("Clases", &["cases", "clashes", "classes"]), + ("Sagital", &["sagittal"]), + ("Inteaction", &["interaction"]), + ("Labriynth", &["labyrinth"]), + ("Platfoms", &["platforms"]), + ("Reasonble", &["reasonable"]), + ("Exchnges", &["exchanges"]), + ("Coem", &["come"]), + ("Renegociators", &["renegotiators"]), + ("Desingn", &["design"]), + ("Instersections", &["intersections"]), + ("Groouped", &["grouped"]), + ("Trancations", &["truncations"]), + ("Dedidates", &["dedicates"]), + ("Contructs", &["constructs"]), + ("Distunguish", &["distinguish"]), + ("Draclua", &["dracula"]), + ("Pratices", &["practices"]), + ("Flippade", &["flipped"]), + ("Amministrative", &["administrative"]), + ("Autmoation", &["automation"]), + ("Chronciles", &["chronicles"]), + ("Perfroms", &["performs"]), + ("Disasembled", &["disassembled"]), + ("Pyschological", &["psychological"]), + ("Ineffciency", &["inefficiency"]), + ("Restricitons", &["restrictions"]), + ("Abstrcter", &["abstracter"]), + ("Significane", &["significance"]), + ("Idenfifiers", &["identifiers"]), + ("Wikileakes", &["wikileaks"]), + ("Sastifying", &["satisfying"]), + ("Transtion", &["transition"]), + ("Ressemblence", &["resemblance"]), + ("Trasparently", &["transparently"]), + ("Relativety", &["relativity"]), + ("Specilisation", &["specialisation"]), + ("Physisist", &["physicist"]), + ("Preserv", &["preserve"]), + ("Instituion", &["institution"]), + ("Whta", &["what"]), + ("Acqueus", &["aqueous"]), + ("Militians", &["militias"]), + ("Ninteenth", &["nineteenth"]), + ("Headhpone", &["headphone"]), + ("Decoratie", &["decorative"]), + ("Verifyable", &["verifiable"]), + ("Barnchers", &["branchers"]), + ("Expermiment", &["experiment"]), + ("Datatyoes", &["datatypes"]), + ("Cultueral", &["cultural"]), + ("Synegry", &["synergy"]), + ("Laboratoy", &["laboratory"]), + ("Derugulation", &["deregulation"]), + ("Valkyre", &["valkyrie"]), + ("Destorying", &["destroying"]), + ("Fied", &["field"]), + ("Deprivition", &["deprivation"]), + ("Conceviably", &["conceivably"]), + ("Continants", &["continents"]), + ("Progarammatically", &["programmatically"]), + ("Pollenate", &["pollinate"]), + ("Electroylte", &["electrolytes"]), + ("Corrrectness", &["correctness"]), + ("Definetyl", &["definitely"]), + ("Artifactos", &["artifacts"]), + ("Alaising", &["aliasing"]), + ("Interpoluation", &["interpolation"]), + ("Miraculu", &["miraculous"]), + ("Likebale", &["likeable"]), + ("Restricte", &["restrictive"]), + ("Asend", &["ascend"]), + ("Pairocheal", &["parochial"]), + ("Compatiblity", &["compatibility"]), + ("Complilations", &["complications"]), + ("Orginisation", &["organisation"]), + ("Defqault", &["default"]), + ("Optimisitic", &["optimistic"]), + ("Isotrophically", &["isotropically"]), + ("Asycnhronously", &["asynchronously"]), + ("Nickmane", &["nickname"]), + ("Flattenning", &["flattening"]), + ("Breakdows", &["breakdowns"]), + ("Impement", &["implement"]), + ("Traversier", &["traverse"]), + ("Neighbeods", &["neighborhoods"]), + ("Sociopathis", &["sociopaths"]), + ("Morrocco", &["morocco"]), + ("Udnerestimate", &["underestimated"]), + ("Addersses", &["addresses"]), + ("Pople", &["people"]), + ("Comammand", &["command"]), + ("Exculsivly", &["exclusively"]), + ("Rqeuests", &["requests", "quests"]), + ("Sopohmore", &["sophomore"]), + ("Operaror", &["operator"]), + ("Transacions", &["transactions"]), + ("Enterpries", &["enterprises"]), + ("Sandwhich", &["sandwich"]), + ("Autodected", &["autodetected"]), + ("Senitnel", &["sentinel"]), + ("Uncomfertable", &["uncomfortable"]), + ("Browswable", &["browsable"]), + ("Tyes", &["types", "ties"]), + ("Dulaity", &["duality"]), + ("Videostreamming", &["videostreaming"]), + ("Pithces", &["pitches"]), + ("Acomplished", &["accomplished"]), + ("Invesre", &["inverse"]), + ("Openeing", &["opening"]), + ("Progressioin", &["progressions"]), + ("Conrrespondents", &["correspondents"]), + ("Quotaion", &["quotation"]), + ("Envireonment", &["environment"]), + ("Replacated", &["replicated"]), + ("Refference", &["reference"]), + ("Clsoe", &["close"]), + ("Unabailable", &["unavailable"]), + ("Montitor", &["monitor"]), + ("Shandeleer", &["chandelier"]), + ("Equeations", &["equations"]), + ("Unprecendented", &["unprecedented"]), + ("Sequcne", &["sequence"]), + ("Photograhs", &["photographs"]), + ("Synchroizing", &["synchronizing"]), + ("Motorcicles", &["motorcycles"]), + ("Folowin", &["following"]), + ("Explin", &["explain"]), + ("Refelcted", &["reflected"]), + ("Foundatin", &["foundations"]), + ("Pestecides", &["pesticides"]), + ("Picknicking", &["picnicking"]), + ("Droppong", &["dropping"]), + ("Aristote", &["aristotle"]), + ("Problmes", &["problems"]), + ("Continuarla", &["continual"]), + ("Sourcs", &["sources", "source"]), + ("Temprement", &["temperament"]), + ("Imorted", &["imported"]), + ("Carnomially", &["ceremonially"]), + ("Constrcut", &["construct"]), + ("Pthreds", &["pthreads"]), + ("Comminicated", &["communicated"]), + ("Civalasation", &["civilisation"]), + ("Neagtive", &["negative"]), + ("Capatibilities", &["capabilities"]), + ("Tolelerance", &["tolerance"]), + ("Annilihate", &["annihilated"]), + ("Directoriei", &["directories"]), + ("Chanined", &["chained"]), + ("Siduction", &["seduction"]), + ("Sructures", &["structures"]), + ("Ligthroom", &["lightroom"]), + ("Legislatiors", &["legislators"]), + ("Redemtions", &["redemptions"]), + ("Extrapolite", &["extrapolate"]), + ("Firmaware", &["firmware"]), + ("Trasition", &["transition"]), + ("Cussess", &["success"]), + ("Vurnerability", &["vulnerability"]), + ("Negatiotiable", &["negotiable"]), + ("Thourgh", &["thorough", "through"]), + ("Nieghborhoods", &["neighborhoods"]), + ("Outisde", &["outside"]), + ("Douibled", &["doubled"]), + ("Leats", &["least"]), + ("Transiets", &["transients"]), + ("Compartmet", &["compartment"]), + ("Unresolvabvle", &["unresolvable"]), + ("Converitble", &["convertible"]), + ("Ellitpical", &["elliptical"]), + ("Subnegotionation", &["subnegotiation"]), + ("Direcoty", &["directory"]), + ("Euhporic", &["euphoric"]), + ("Transeat", &["translates"]), + ("Ghostscipt", &["ghostscript"]), + ("Mccarhty", &["mccarthy"]), + ("Virtialized", &["virtualized"]), + ("Absoltue", &["absolute"]), + ("Lanuched", &["launched"]), + ("Electromagntic", &["electromagnetic"]), + ("Sriarcha", &["sriracha"]), + ("Soildly", &["solidly"]), + ("Frustraited", &["frustrated"]), + ("Simliiar", &["similar"]), + ("Alterative", &["alternative"]), + ("Inerpolation", &["interpolation"]), + ("Artifiact", &["artifact"]), + ("Defnietly", &["definitely"]), + ("Exceopted", &["exempted"]), + ("Deocrations", &["decorations"]), + ("Unsucccessully", &["unsuccessfully"]), + ("Modifation", &["modification"]), + ("Rige", &["rice", "ride", "ridge", "rigs"]), + ("Sylablles", &["syllables"]), + ("Occurrs", &["occurs"]), + ("Deviiating", &["deviating"]), + ("Ccahe", &["cache"]), + ("Condomnation", &["condemnation"]), + ("Tyring", &["trying"]), + ("Roleply", &["roleplay"]), + ("Infilitration", &["infiltration"]), + ("Examles", &["examples"]), + ("Assitance", &["assistance"]), + ("Scavange", &["scavenge"]), + ("Uninitialzes", &["uninitializes"]), + ("Overwritting", &["overwriting"]), + ("Decrpyt", &["decrypt"]), + ("Basicallly", &["basically"]), + ("Adjasensy", &["adjacency"]), + ("Basicliy", &["basically"]), + ("Teminated", &["terminated"]), + ("Facilitant", &["facilitate"]), + ("Calcurate", &["calculate"]), + ("Sotred", &["sorted", "stored"]), + ("Inconventional", &["unconventional"]), + ("Grillig", &["grilling"]), + ("Subdoamin", &["subdomain"]), + ("Reacahble", &["reachable"]), + ("Transparaent", &["transparent"]), + ("Invervention", &["intervention"]), + ("Manafacturing", &["manufacturing"]), + ("Arcived", &["archived"]), + ("Referrs", &["refers"]), + ("Derivtive", &["derivative"]), + ("Fulttershy", &["fluttershy"]), + ("Definance", &["defiance"]), + ("Implememetation", &["implementation"]), + ("Devirtualizaiton", &["devirtualization"]), + ("Howeverm", &["however"]), + ("Anarquism", &["anarchism"]), + ("Spirtiually", &["spiritually"]), + ("Attetntion", &["attention"]), + ("Transportarse", &["transporter"]), + ("Skateborading", &["skateboarding"]), + ("Triggerred", &["triggered"]), + ("Ablums", &["albums"]), + ("Approch", &["approach"]), + ("Workpsace", &["workspace"]), + ("Expemented", &["experimented"]), + ("Collectivily", &["collectively"]), + ("Dragonus", &["dragons"]), + ("Idiosincracy", &["idiosyncrasy"]), + ("Managebale", &["manageable"]), + ("Appoitment", &["appointment"]), + ("Workbanch", &["workbench"]), + ("Britener", &["brightener"]), + ("Libraie", &["library"]), + ("Supprts", &["supports"]), + ("Sattelits", &["satellites"]), + ("Centeres", &["centers"]), + ("Intesection", &["intersection"]), + ("Camoufle", &["camouflage"]), + ("Compenent", &["component", "competent"]), + ("Offener", &["oftener"]), + ("Vart", &["cart", "wart"]), + ("Contracition", &["contradiction"]), + ("Encoutnered", &["encountered"]), + ("Proceding", &["proceeding", "preceding"]), + ("Modfitiers", &["modifiers"]), + ("Transsexal", &["transsexual"]), + ("Experimation", &["experimentation"]), + ("Sutisfies", &["satisfies"]), + ("Subsrcibers", &["subscribers"]), + ("Apporoximate", &["approximate"]), + ("Insultes", &["insults"]), + ("Completelly", &["completely"]), + ("Descrices", &["describes"]), + ("Singolar", &["singular"]), + ("Bacjkward", &["backward"]), + ("Witht", &["with"]), + ("Strucutres", &["structures"]), + ("Entitiys", &["entities"]), + ("Faceplam", &["facepalm"]), + ("Scrutinty", &["scrutiny"]), + ("Compelting", &["completing"]), + ("Vaule", &["value"]), + ("Frequentry", &["frequently"]), + ("Collectros", &["collects"]), + ("Podemso", &["podemos"]), + ("Deatiling", &["detailing"]), + ("Descencing", &["descending"]), + ("Evry", &["every"]), + ("Negotaiable", &["negotiable"]), + ("Scarifice", &["sacrifice"]), + ("Contracitions", &["contradictions"]), + ("Backgrunds", &["backgrounds"]), + ("Restors", &["restores"]), + ("Commitee", &["committee"]), + ("Consited", &["consisted"]), + ("Heiroglyphics", &["hieroglyphics"]), + ("Stirkers", &["strikers"]), + ("Phython", &["python"]), + ("Behavoirs", &["behaviors"]), + ("Enchanment", &["enchantment"]), + ("Resoltuions", &["resolutions"]), + ("Pacifit", &["pacifist"]), + ("Intellectualls", &["intellectuals"]), + ("Envionments", &["environments"]), + ("Transcation", &["transaction"]), + ("Executabnles", &["executables"]), + ( + "Flase", + &["false", "flake", "flame", "flare", "flash", "flask"], + ), + ("Misanderstood", &["misunderstood"]), + ("Resgisters", &["registers"]), + ("Bisct", &["bisect"]), + ("Assessmant", &["assessment"]), + ("Cyrstallise", &["crystallise"]), + ("Rotat", &["rotate"]), + ("Avaluating", &["evaluating"]), + ("Bisines", &["business"]), + ("Beautifys", &["beautifies"]), + ("Curiculum", &["curriculum"]), + ("Distruction", &["destruction"]), + ("Featcher", &["feather", "feature", "fetcher"]), + ("Hindiusm", &["hinduism"]), + ("Connstrained", &["constrained"]), + ("Particpiate", &["participated"]), + ("Granualtiry", &["granularity"]), + ("Pretentous", &["pretentious"]), + ("Diminising", &["diminishing"]), + ("Spefcification", &["specification"]), + ("Hosteles", &["hostels"]), + ("Representatie", &["representatives"]), + ("Creationsit", &["creationist"]), + ("Powetlifting", &["powerlifting"]), + ("Cubilce", &["cubicle"]), + ("Inpsect", &["inspect"]), + ("Describng", &["describing"]), + ("Analyist", &["analyst"]), + ("Transofrmer", &["transformer"]), + ("Orpahns", &["orphans"]), + ("Concerened", &["concerned"]), + ("Afhganistan", &["afghanistan"]), + ("Illegitimt", &["illegitimate"]), + ("Highlighers", &["highlighters"]), + ("Verbaitm", &["verbatim"]), + ("Inpersonating", &["impersonating"]), + ("Supprting", &["supporting"]), + ("Collecton", &["collection"]), + ("Ocurrs", &["occurs"]), + ("Defitinly", &["definitely"]), + ("Disporving", &["disproving"]), + ("Strengthes", &["strengths"]), + ("Mchanism", &["mechanism"]), + ("Hapend", &["happened"]), + ("Furthe", &["further"]), + ("Qeueue", &["queue"]), + ("Imapcting", &["impacting"]), + ("Egpytian", &["egyptian"]), + ("Traceablity", &["traceability"]), + ("Prophesie", &["prophecies"]), + ("Reallocaing", &["reallocating"]), + ("Propagationn", &["propagation"]), + ("Satsifying", &["satisfying"]), + ("Copuling", &["coupling"]), + ("Scrollade", &["scrolled"]), + ("Exchanches", &["exchanges"]), + ("Progressie", &["progressives"]), + ("Invaldiates", &["invalidates"]), + ("Anc", &["and"]), + ("Commmets", &["comments"]), + ("Tansact", &["transact"]), + ("Guideance", &["guidance"]), + ("Neveloped", &["enveloped"]), + ("Seinor", &["senior"]), + ("Vectror", &["vector"]), + ("Exansion", &["expansion"]), + ("Harrassed", &["harassed"]), + ("Neumonectomy", &["pneumonectomy"]), + ("Propositon", &["proposition"]), + ("Unifroms", &["uniforms"]), + ("Atlantia", &["atlanta"]), + ("Attrubutes", &["attributes"]), + ("Randumness", &["randomness"]), + ("Descion", &["decision"]), + ("Initializating", &["initializing"]), + ("Superstisious", &["superstitious"]), + ("Moteefs", &["motifs"]), + ("Asyncronous", &["asynchronous"]), + ("Copver", &["cover"]), + ("Rationalle", &["rationale"]), + ("Alforithmic", &["algorithmic"]), + ("Disconncet", &["disconnects"]), + ("Unregnized", &["unrecognized"]), + ("Expoit", &["exploit"]), + ("Theough", &["through"]), + ("Serailsed", &["serialised"]), + ("Gnerals", &["generals"]), + ("Zepplien", &["zeppelin"]), + ("Knw", &["know"]), + ("Hispancis", &["hispanics"]), + ("Aci", &["acpi"]), + ("Exaggeratted", &["exaggerated"]), + ("Enocdings", &["encodings"]), + ("Unsollicited", &["unsolicited"]), + ("Undefinied", &["undefined"]), + ("Cringewothy", &["cringeworthy"]), + ("Policitians", &["politicians"]), + ("Throaths", &["throats"]), + ("Complmenet", &["complement"]), + ("Shotcuts", &["shortcuts"]), + ("Rquire", &["require"]), + ("Europeaness", &["europeans"]), + ("Preety", &["pretty"]), + ("Opinon", &["opinion"]), + ("Missmatchd", &["mismatched"]), + ("Pedophille", &["pedophile"]), + ("Techiques", &["techniques"]), + ("Regester", &["register"]), + ("Naploeon", &["napoleon"]), + ("Inititator", &["initiator"]), + ("Ammongst", &["amongst"]), + ("Dissctors", &["dissectors"]), + ("Unsiged", &["unsigned"]), + ("Stratagy", &["strategy"]), + ("Terninal", &["terminal"]), + ("Chromosoom", &["chromosome"]), + ("Algoroithmic", &["algorithmic"]), + ( + "Corse", + &[ + "course", "coarse", "core", "corpse", "cors", "corset", "curse", "horse", + "norse", "torse", "worse", + ], + ), + ("Visualizaton", &["visualization"]), + ("Refered", &["referred"]), + ("Nautulis", &["nautilus"]), + ("Introdue", &["introduces"]), + ("Authror", &["author"]), + ("Acessable", &["accessible"]), + ("Disclipinary", &["disciplinary"]), + ("Cipheruites", &["ciphersuites"]), + ("Professers", &["professors"]), + ("Beuracracy", &["bureaucracy"]), + ("Aggreagator", &["aggregator"]), + ("Dortmud", &["dortmund"]), + ("Unluckly", &["unlucky"]), + ("Repetetion", &["repetition"]), + ("Reflextion", &["reflection"]), + ("Requieres", &["requires"]), + ("Looseley", &["loosely"]), + ("Psuedoinverse", &["pseudoinverse"]), + ("Cosntraint", &["constraint"]), + ("Subjectivelly", &["subjectively"]), + ("Consonents", &["consonants"]), + ("Reuqests", &["requests"]), + ("Exposito", &["exposition"]), + ("Oppotunities", &["opportunities"]), + ("Intoxocated", &["intoxicated"]), + ("Trasformer", &["transformer"]), + ("Gramar", &["grammar"]), + ("Acomplish", &["accomplish"]), + ("Obssessed", &["obsessed"]), + ("Countercat", &["counteract"]), + ("Misison", &["mission"]), + ("Continueously", &["continuously"]), + ("Experimneter", &["experimenter"]), + ("Listenters", &["listeners"]), + ("Lsit", &["list", "slit", "sit"]), + ("Speficillally", &["specifically"]), + ("Apporpriately", &["appropriately"]), + ("Californai", &["californian"]), + ("Santiation", &["sanitation"]), + ("Practisioners", &["practitioners"]), + ("Languaqe", &["language"]), + ("Siving", &["saving", "sieving"]), + ("Physcology", &["psychology"]), + ("Alrorythm", &["algorithm"]), + ("Creationisim", &["creationism"]), + ("Chruch", &["church"]), + ("Sponsorise", &["sponsors"]), + ("Comunicating", &["communicating"]), + ("Progrss", &["progress"]), + ("Acitivate", &["activate"]), + ("Retransfering", &["retransferring"]), + ("Arlighty", &["alrighty"]), + ("Ethose", &["those", "ethos"]), + ("Sizeble", &["sizable", "sizeable"]), + ("Fastr", &["faster"]), + ("Anomolous", &["anomalous"]), + ("Harranger", &["arranger", "haranguer"]), + ("Reminsicent", &["reminiscent"]), + ("Conbtrols", &["controls"]), + ("Realsitic", &["realistic"]), + ("Critisising", &["criticising"]), + ("Disssembly", &["disassembly"]), + ("Definatlly", &["definitely"]), + ("Aks", &["ask"]), + ("Cloesly", &["closely"]), + ("Transormed", &["transformed"]), + ("Woukd", &["would"]), + ("Circluarly", &["circularly"]), + ("Manangers", &["managers"]), + ("Highe", &["high", "higher", "highs"]), + ("Punsihments", &["punishments"]), + ("Demonstratably", &["demonstrably"]), + ("Decidates", &["dedicates"]), + ("Administrater", &["administrator"]), + ("Emties", &["empties"]), + ("Preceeds", &["precedes", "proceeds"]), + ("Comopose", &["compose"]), + ("Perticipation", &["participation"]), + ("Repet", &["repeat"]), + ("Disctinctive", &["distinctive"]), + ("Accpetance", &["acceptance"]), + ("Diablers", &["disablers"]), + ("Coumter", &["counter"]), + ("Bitfilelds", &["bitfields"]), + ("Laso", &["also", "lasso"]), + ("Splittr", &["splitter"]), + ("Scritpures", &["scriptures"]), + ("Visability", &["visibility"]), + ("Tightely", &["tightly"]), + ("Protoyping", &["prototyping"]), + ("Simpification", &["simplification"]), + ("Sudeo", &["sudo"]), + ("Enemployment", &["unemployment"]), + ("Speficifies", &["specifies"]), + ("Politicien", &["politician"]), + ("Edoema", &["edema"]), + ("Photografy", &["photography"]), + ("Sepatate", &["separate"]), + ("Interpretationen", &["interpretations"]), + ("Regenration", &["regeneration"]), + ("Correspontences", &["correspondences"]), + ("Prohobited", &["prohibited"]), + ("Undenyably", &["undeniably"]), + ("Regualtion", &["regulations"]), + ("Outperfrom", &["outperform"]), + ("Distinctin", &["distinctions"]), + ("Wispered", &["whispered"]), + ("Waitng", &["waiting"]), + ("Autonegotaitions", &["autonegotiations"]), + ("Kighboshes", &["kiboshes"]), + ("Pasturizing", &["pasteurizing"]), + ("Possobly", &["possibly"]), + ("Twpo", &["two"]), + ("Enchancements", &["enhancements", "enchantments"]), + ("Productivty", &["productivity"]), + ("Temportarily", &["temporarily"]), + ("Boudnary", &["boundary"]), + ("Derfined", &["defined"]), + ("Contridict", &["contradict"]), + ("Derivtives", &["derivatives"]), + ("Swaering", &["swearing"]), + ("Activitiy", &["activity"]), + ("Exrensions", &["extensions"]), + ("Rearrage", &["rearrange"]), + ("Virtualizaiton", &["virtualization"]), + ("Rearrangtes", &["rearranges"]), + ("Relys", &["relies"]), + ("Abundand", &["abundant"]), + ("Apoints", &["appoints"]), + ("Surpressing", &["suppressing"]), + ("Ist", &["is", "it", "its", "sit", "list"]), + ("Applicance", &["appliance"]), + ("Recursivly", &["recursively"]), + ("Associatied", &["associated"]), + ("Assumbed", &["assumed"]), + ("Trailes", &["trailers"]), + ("Invididually", &["individually"]), + ("Beween", &["between"]), + ("Insersect", &["intersect"]), + ("Minimial", &["minimal"]), + ("Publically", &["publicly"]), + ("Copenahgen", &["copenhagen"]), + ("Covnert", &["convert"]), + ("Neighbooring", &["neighboring"]), + ("Resevered", &["reserved"]), + ("Cruzes", &["cruises"]), + ("Apolagized", &["apologized"]), + ("Displayes", &["displays", "displayed"]), + ("Mushrooom", &["mushroom"]), + ("Relaible", &["reliable"]), + ("Sigurets", &["cigarets"]), + ("Ommishients", &["omniscience"]), + ("Randayvoo", &["rendezvous"]), + ("Desctiptions", &["descriptions"]), + ("Acccused", &["accused"]), + ("Technoligies", &["technologies"]), + ("Larvy", &["larvae"]), + ("Possbly", &["possibly"]), + ("Prequisites", &["prerequisites"]), + ("Steram", &["stream"]), + ("Fanaticos", &["fanatics"]), + ("Elamentary", &["elementary"]), + ("Shaprly", &["sharply"]), + ("Spefies", &["specifies"]), + ("Stationerad", &["stationed"]), + ("Cultrually", &["culturally"]), + ("Sotrmfront", &["stormfront"]), + ("Calllers", &["callers"]), + ("Purchashing", &["purchasing"]), + ("Constuctions", &["constructions"]), + ("Comandos", &["commandos"]), + ("Inidicated", &["indicated"]), + ("Contentos", &["contents"]), + ("Icreased", &["increased"]), + ("Neighborhoood", &["neighborhoods", "neighborhood"]), + ("Masakist", &["masochist"]), + ("Esnures", &["ensures"]), + ("Allocaiton", &["allocation"]), + ("Miges", &["midges"]), + ("Serveral", &["several"]), + ("Proviving", &["providing"]), + ("Charactertistic", &["characteristic"]), + ("Incompetance", &["incompetence"]), + ("Retargetted", &["retargeted"]), + ("Neightobr", &["neighbor"]), + ("Thir", &["this", "third", "their"]), + ("Europians", &["europeans"]), + ("Subtabels", &["subtables"]), + ("Addos", &["addons"]), + ("Functitonal", &["functional"]), + ("Suspitions", &["suspicions"]), + ("Succeedde", &["succeeded"]), + ("Unhelpfull", &["unhelpful"]), + ("Retribuito", &["retribution"]), + ("Bogous", &["bogus"]), + ("Fascinatie", &["fascinated"]), + ("Socioeconimic", &["socioeconomic"]), + ("Pipiline", &["pipeline"]), + ("Analoge", &["analogue"]), + ("Independentness", &["independents"]), + ("Handskake", &["handshake"]), + ("Trintiy", &["trinity"]), + ("Interrut", &["interrupt"]), + ("Exhilerate", &["exhilarate"]), + ("Widepsread", &["widespread"]), + ("Ancapsulating", &["encapsulating"]), + ("Cyrrent", &["current"]), + ("Buffere", &["buffer"]), + ("Absloutes", &["absolutes"]), + ("Tranistioned", &["transitioned"]), + ("Enlightining", &["enlightening"]), + ("Garenteed", &["guaranteed"]), + ("Applaued", &["applaud"]), + ("Neighbouing", &["neighbouring"]), + ("Provice", &["provide", "province"]), + ("Reatime", &["realtime"]), + ("Hting", &["thing"]), + ("Ostraziced", &["ostracized"]), + ("Sirects", &["directs"]), + ("Pattented", &["patented"]), + ("Otherwsise", &["otherwise"]), + ("Rechek", &["recheck"]), + ("Jurnys", &["journeys"]), + ("Girafffe", &["giraffe"]), + ("Inititalisations", &["initialisations"]), + ("Technichan", &["technician"]), + ("Neighbborhoods", &["neighborhoods"]), + ("Neiborhood", &["neighborhood"]), + ("Perferring", &["preferring"]), + ("Ambulences", &["ambulances"]), + ("Configuratioon", &["configuration"]), + ("Finde", &["find"]), + ("Remoce", &["remove"]), + ("Doble", &["double"]), + ("Misunderstanting", &["misunderstandings"]), + ("Participacion", &["participation"]), + ("Monoploies", &["monopolies"]), + ("Againt", &["against"]), + ("Neightbour", &["neighbour"]), + ("Ontaining", &["containing"]), + ("Segmentes", &["segments"]), + ("Monarcy", &["monarchy"]), + ("Affeccting", &["affecting"]), + ("Differant", &["different"]), + ("Prologomena", &["prolegomena"]), + ("Mantenance", &["maintenance"]), + ("Disssociate", &["dissociate"]), + ("Interractial", &["interracial"]), + ("Transtioned", &["transitioned"]), + ("Monstrisity", &["monstrosity"]), + ("Distintions", &["distinctions"]), + ("Flexibiltiy", &["flexibility"]), + ("Circumsiced", &["circumcised"]), + ("Larrry", &["larry"]), + ("Assignements", &["assignments"]), + ("Authentciation", &["authentication"]), + ("Sponatneous", &["spontaneous"]), + ("Actualy", &["actually"]), + ("Successfullies", &["successfully"]), + ("Extrimists", &["extremists"]), + ("Arbibtrary", &["arbitrary"]), + ("Baoynet", &["bayonet"]), + ("Sigal", &["signal", "sigil"]), + ("Eqaulity", &["equality"]), + ("Leage", &["league"]), + ("Intuitivno", &["intuition"]), + ("Goldike", &["godlike"]), + ("Imaginery", &["imaginary", "imagery"]), + ("Negotitions", &["negotiations"]), + ("Transitionals", &["transitions"]), + ("Sesitiveness", &["sensitiveness"]), + ("Discconet", &["disconnect"]), + ("Mosture", &["moisture"]), + ("Minimzes", &["minimizes"]), + ("Distribucion", &["distribution"]), + ("Horrifing", &["horrifying"]), + ("Inhumaan", &["inhuman"]), + ("Capatilism", &["capitalism"]), + ("Anntoations", &["annotations"]), + ("Camoflaged", &["camouflaged"]), + ("Installling", &["installing"]), + ("Presentaional", &["presentational"]), + ("Segmantation", &["segmentation"]), + ("Managenment", &["management"]), + ("Suspicisons", &["suspicions"]), + ("Compiltaion", &["compilation"]), + ("Aktivating", &["activating"]), + ("Hipocritical", &["hypocritical"]), + ("Perforam", &["perform"]), + ("Queueud", &["queued"]), + ("Ignroe", &["ignore"]), + ("Directy", &["directly"]), + ("Exspect", &["expect"]), + ("Centain", &["certain"]), + ("Mointored", &["monitored"]), + ("Bringin", &["bringing"]), + ("Unknwon", &["unknown"]), + ("Classifers", &["classifiers"]), + ("Existying", &["existing"]), + ("Exersized", &["exercised"]), + ("Serices", &["services", "series"]), + ("Addrersses", &["addresses"]), + ("Consttruction", &["construction"]), + ("Parititions", &["partitions"]), + ("Concatentating", &["concatenating"]), + ("Shaodws", &["shadows"]), + ("Intrige", &["intrigue"]), + ("Syatems", &["systems"]), + ("Weeving", &["weaving"]), + ("Satsifies", &["satisfies"]), + ("Languares", &["languages"]), + ("Respitatory", &["respiratory"]), + ("Controvercial", &["controversial"]), + ("Fundumentalists", &["fundamentalists"]), + ("Ussing", &["using"]), + ("Avdisory", &["advisory"]), + ("Americanus", &["americans"]), + ("Lanuchers", &["launchers"]), + ("Coutnerproductive", &["counterproductive"]), + ("Suppliementing", &["supplementing"]), + ("Hurdels", &["hurdles"]), + ("Starteld", &["startled"]), + ("Notaion", &["notation"]), + ("Extist", &["exist"]), + ("Ehance", &["enhance"]), + ("Conincide", &["coincide"]), + ("Frivilously", &["frivolously"]), + ("Clearouput", &["clearoutput"]), + ("Trasnlated", &["translated"]), + ("Provie", &["provide", "prove"]), + ("Calcualtors", &["calculators"]), + ("Unexpexcted", &["unexpected"]), + ("Beeings", &["beings"]), + ("Inheritablility", &["inheritability"]), + ("Obhectifies", &["objectifies"]), + ("Acendance", &["ascendance"]), + ("Sighths", &["scythes", "sights"]), + ("Certifate", &["certificate"]), + ("Rasbperry", &["raspberry"]), + ("Unpredicatble", &["unpredictable"]), + ("Elsewehere", &["elsewhere"]), + ("Effortlessley", &["effortlessly"]), + ("Comaprison", &["comparison"]), + ("Northeren", &["northern"]), + ("Conext", &["context", "connect", "connects"]), + ("Coinsidence", &["coincidence"]), + ("Wege", &["wedge"]), + ("Gernerate", &["generate"]), + ("Contributivo", &["contribution"]), + ("Preditermined", &["predetermined"]), + ("Repatition", &["repetition", "repartition"]), + ("Archtitecture", &["architecture"]), + ("Anthromorphization", &["anthropomorphization"]), + ("Forumla", &["formula"]), + ("Discrimiate", &["discriminate"]), + ("Timeput", &["timeout"]), + ("Similiarty", &["similarity"]), + ("Inlcuding", &["including"]), + ("Simptumaticly", &["symptomatically"]), + ("Interactins", &["interacts"]), + ("Underlfow", &["underflow"]), + ("Lackbuster", &["lackluster"]), + ("Practioner", &["practitioner"]), + ("Naviagting", &["navigating"]), + ("Cresh", &["crèche"]), + ("Comedlib", &["comedilib"]), + ("Specefic", &["specific"]), + ("Kniw", &["know"]), + ("Experiances", &["experiences"]), + ("Sqaures", &["squares"]), + ("Rotaions", &["rotations"]), + ("Compiller", &["compiler"]), + ("Processeurs", &["processes"]), + ("Relativated", &["relative", "relatively"]), + ("Deallcoate", &["deallocate"]), + ("Bitfiled", &["bitfield"]), + ("Intrinisc", &["intrinsic"]), + ("Subsitutes", &["substitutes"]), + ("Laugnages", &["languages"]), + ("Skateborad", &["skateboard"]), + ("Microcentre", &["microcenter"]), + ("Requed", &["requeued"]), + ("Butterey", &["buttery"]), + ("Denmmark", &["denmark"]), + ("Kongregation", &["congregation"]), + ("Adtodetect", &["autodetect"]), + ("Locaites", &["locates"]), + ("Subtrings", &["substrings"]), + ("Speficiier", &["specifier"]), + ("Endianes", &["endianness"]), + ("Shtop", &["stop", "shop"]), + ("Authethenticates", &["authenticates"]), + ("Unspecializated", &["unspecialized"]), + ("Nurishes", &["nourishes"]), + ("Consitutents", &["constituents"]), + ("Mayballine", &["maybelline"]), + ("Millionarie", &["millionaire"]), + ("Projecto", &["projection"]), + ("Communistes", &["communists"]), + ("Oscilliscope", &["oscilloscope"]), + ("Catapillers", &["caterpillars"]), + ("Nastertiem", &["nasturtium"]), + ("Annontation", &["annotation"]), + ("Concatonate", &["concatenate"]), + ("Battlefeild", &["battlefield"]), + ("Caculate", &["calculate"]), + ("Incompatable", &["incompatible"]), + ("Neighbourhoofs", &["neighbourhoods"]), + ("Jekins", &["jenkins"]), + ("Canidates", &["candidates"]), + ("Urkainians", &["ukrainians"]), + ("Downovted", &["downvoted"]), + ("Subnegotation", &["subnegotiation"]), + ("Expors", &["exports"]), + ("Altriusm", &["altruism"]), + ("Slience", &["silence"]), + ("Authenificating", &["authenticating"]), + ("Neightobrhood", &["neighborhood"]), + ("Miscelaneous", &["miscellaneous"]), + ("Multipy", &["multiply"]), + ("Unstruction", &["instruction"]), + ("Compontents", &["components"]), + ("Medicins", &["medicines"]), + ("Speficifally", &["specifically"]), + ("Forcably", &["forcibly"]), + ("Enivitable", &["inevitable"]), + ("Technial", &["technical"]), + ("Preconfiged", &["preconfigured"]), + ("Hipsanics", &["hispanics"]), + ("Dictrionary", &["dictionary"]), + ("Omplementaion", &["implementation"]), + ("Copmose", &["compose"]), + ("Workig", &["working"]), + ("Memeber", &["member"]), + ("Simplifiyng", &["simplifying"]), + ("Buid", &["build"]), + ("Diganosed", &["diagnosed"]), + ("Tanslations", &["translations"]), + ("Responsibilitiy", &["responsibility"]), + ("Whlch", &["which"]), + ("Obgect", &["object"]), + ("Evoluate", &["evaluate"]), + ("Transsexuella", &["transsexual"]), + ("Noticabely", &["noticeably"]), + ("Retransfert", &["retransfer", "retransferred"]), + ("Verisoned", &["versioned"]), + ("Sxmbols", &["symbols"]), + ("Profilic", &["prolific"]), + ("Rekenton", &["renekton"]), + ("Transparanetly", &["transparently"]), + ("Pluse", &["pulse"]), + ("Shematic", &["schematic"]), + ("Emmisaries", &["emissaries"]), + ("Reverals", &["reversal"]), + ("Rearrangmeents", &["rearrangements"]), + ("Nagivation", &["navigation"]), + ("Detatch", &["detach"]), + ("Ternimate", &["terminate"]), + ("Matieral", &["material"]), + ("Embarasses", &["embarrasses"]), + ("Backwark", &["backward"]), + ("Succcessors", &["successors"]), + ("Assumuption", &["assumption"]), + ("Vaylkrie", &["valkyrie"]), + ("Compataility", &["compatibility"]), + ("Conetions", &["connections"]), + ("Presenst", &["presets"]), + ("Mataphorical", &["metaphorical"]), + ("Finctionality", &["functionality"]), + ("Cluser", &["cluster"]), + ("Presumputous", &["presumptuous"]), + ("Srink", &["shrink"]), + ("Inovation", &["innovation"]), + ("Appriximations", &["approximations"]), + ("Tarvis", &["travis"]), + ("Presuasive", &["persuasive"]), + ("Figurativly", &["figuratively"]), + ("Carnberry", &["cranberry"]), + ("Allegry", &["allergy"]), + ("Readablity", &["readability"]), + ("Confrontacion", &["confrontation"]), + ("Extenision", &["extension"]), + ("Babysittng", &["babysitting"]), + ("Caclulus", &["calculus"]), + ("Gonewidl", &["gonewild"]), + ("Primive", &["primitive"]), + ("Allocte", &["allocate"]), + ("Inmediately", &["immediately"]), + ("Fucntioning", &["functioning"]), + ("Replacememt", &["replacement"]), + ("Initmate", &["intimate"]), + ("Mdoeling", &["modeling"]), + ("Attracties", &["attracts"]), + ("Grapichs", &["graphics"]), + ("Hight", &["height", "high"]), + ("Descryption", &["description"]), + ("Manslaugter", &["manslaughter"]), + ("Appearently", &["apparently"]), + ("Misunderstanging", &["misunderstandings"]), + ("Intercepto", &["interception"]), + ("Maximixing", &["maximizing"]), + ("Dissasemble", &["disassemble"]), + ("Transformare", &["transformers"]), + ("Duplaicates", &["duplicates"]), + ("Cosumed", &["consumed"]), + ("Practitionners", &["practitioners"]), + ("Debufs", &["debugfs"]), + ("Bastino", &["bastion"]), + ("Iniecting", &["injecting"]), + ("Manufactorers", &["manufacturers"]), + ("Arithmetisch", &["arithmetic"]), + ("Recommeding", &["recommending"]), + ("Regimet", &["regiment"]), + ("Deccelerate", &["decelerate"]), + ("Decorrellation", &["decorrelation"]), + ("Homapage", &["homepage"]), + ("Equivlents", &["equivalents"]), + ("Remontly", &["remotely"]), + ("Supporing", &["supporting"]), + ("Psychiatrisch", &["psychiatric"]), + ("Cusstoms", &["customs"]), + ("Arbiatraily", &["arbitrarily"]), + ("Poeples", &["peoples"]), + ("Personis", &["persons"]), + ("Knowlegeable", &["knowledgeable"]), + ("Enthically", &["ethnically"]), + ("Subgregion", &["subregion"]), + ("Behaivoural", &["behavioural"]), + ("Homosexulaity", &["homosexuality"]), + ("Degraged", &["degrade"]), + ("Voicemal", &["voicemail"]), + ("Queisce", &["quiesce"]), + ("Mehcanical", &["mechanical"]), + ("Unexpctedly", &["unexpectedly"]), + ("Virutalize", &["virtualize"]), + ("Paragrapgh", &["paragraphs"]), + ("Pateince", &["patience"]), + ("Arrants", &["arrangements"]), + ("Noral", &["normal", "moral"]), + ("Photographied", &["photographed"]), + ("Asssociate", &["associated"]), + ("Ingreidents", &["ingredient"]), + ("Ois", &["is"]), + ("Unimplemened", &["unimplemented"]), + ("Inheritage", &["heritage", "inheritance"]), + ("Conservatibe", &["conservative"]), + ("Wuestions", &["questions"]), + ("Iceforg", &["icefrog"]), + ("Japanses", &["japanese"]), + ("Inadvertedly", &["inadvertently"]), + ("Artcile", &["article"]), + ("Overlaping", &["overlapping"]), + ("Complys", &["complies"]), + ("Anuwhere", &["anywhere"]), + ("Corrulates", &["correlates"]), + ("Homewrold", &["homeworld"]), + ("Highscholl", &["highschool"]), + ("Snet", &["sent"]), + ("Interst", &["interest"]), + ("Rosponse", &["response"]), + ("Constcurts", &["constructs"]), + ("Resizeble", &["resizable", "resizeable"]), + ("Intity", &["entity"]), + ("Progarms", &["programs"]), + ("Overlodaded", &["overloaded"]), + ("Perspecive", &["perspective"]), + ("Experimintation", &["experimentation"]), + ("Corportaion", &["corporation"]), + ("Proosed", &["proposed"]), + ("Tansfomed", &["transformed"]), + ("Pattened", &["patented", "patterned"]), + ("Sycronizes", &["synchronizes"]), + ("Concaneted", &["concatenated"]), + ("Evalueted", &["evaluated"]), + ("Impresonate", &["impersonate"]), + ("Reqiore", &["require"]), + ("Scheems", &["schemes"]), + ("Mutliply", &["multiply"]), + ("Stradegies", &["strategies"]), + ("Propertie", &["property", "properties"]), + ("Depndant", &["dependant"]), + ("Declated", &["declared"]), + ("Coefficienct", &["coefficient"]), + ("Conceously", &["consciously"]), + ("Generalbs", &["generals"]), + ("Reaponsibilities", &["responsibilities"]), + ("Powerhsell", &["powershell"]), + ("Unspefixeid", &["unspecified"]), + ("Nighboring", &["neighboring"]), + ("Implenment", &["implement"]), + ("Texutres", &["textures"]), + ("Seeem", &["seem"]), + ("Comppatible", &["compatible"]), + ("Achitecture", &["architecture"]), + ("Prposes", &["proposes"]), + ("Availabiliy", &["availability"]), + ("Evalulated", &["evaluated"]), + ("Paralzyed", &["paralyzed"]), + ("Intrepreted", &["interpreted"]), + ("Independend", &["independent"]), + ("Supsicious", &["suspicious"]), + ("Downgradded", &["downgraded"]), + ("Sinnically", &["cynically"]), + ("Monetizare", &["monetize"]), + ("Desintegration", &["disintegration"]), + ("Muscil", &["muscle", "mussel"]), + ("Addressess", &["addresses"]), + ("Complusory", &["compulsory"]), + ("Progressivily", &["progressively"]), + ("Estbalishment", &["establishments", "establishment"]), + ("Debub", &["debug"]), + ("Sepcifically", &["specifically"]), + ("Sircular", &["circular"]), + ("Temporories", &["temporaries"]), + ("Otherwaise", &["otherwise"]), + ("Dimesnional", &["dimensional"]), + ("Intiallization", &["initialization"]), + ("Nautlius", &["nautilus"]), + ("Staitions", &["stations"]), + ("Persual", &["perusal"]), + ("Organes", &["organise"]), + ("Dependnecy", &["dependency"]), + ("Rememebred", &["remembered"]), + ("Sciprt", &["script"]), + ("Supporte", &["supported", "supporter"]), + ("Critisizms", &["criticisms"]), + ("Proejcting", &["projecting"]), + ("Genralization", &["generalization"]), + ("Picnicks", &["picnics"]), + ("Narcissict", &["narcissist"]), + ("Ponitd", &["pointed"]), + ("Produceres", &["produces"]), + ("Negatiotiation", &["negotiation"]), + ("Javasciript", &["javascript"]), + ("Barrles", &["barrels"]), + ("Investigatin", &["investigation"]), + ("Chuckels", &["chuckles"]), + ("Nutritents", &["nutrients"]), + ("Cahced", &["cached"]), + ("Massagebox", &["messagebox"]), + ("Admittetly", &["admittedly"]), + ("Resovler", &["resolver"]), + ("Becaause", &["because"]), + ("Understandig", &["understanding"]), + ("Bceuase", &["because"]), + ("Comparisn", &["comparisons", "comparison"]), + ("Heirarchies", &["hierarchies"]), + ("Eyebrowes", &["eyebrows"]), + ("Methons", &["methods"]), + ("Assinging", &["assigning"]), + ("Avaiblable", &["available"]), + ("Charecterization", &["characterization"]), + ("Circualtion", &["circulation"]), + ("Egotestical", &["egotistical"]), + ("Activiting", &["activating"]), + ("Depreceation", &["depreciation", "deprecation"]), + ("Discalimer", &["disclaimer"]), + ("Spefying", &["specifying"]), + ("Repuglicans", &["republicans"]), + ("Sytntax", &["syntax"]), + ("Overcoding", &["overcoming"]), + ("Accoirding", &["according"]), + ("Mantaining", &["maintaining"]), + ("Modiifiers", &["modifiers"]), + ("Explaintory", &["explanatory"]), + ("Noteriety", &["notoriety"]), + ("Wolrdly", &["worldly"]), + ("Detcted", &["detected"]), + ("Outbut", &["output"]), + ("Perdictions", &["predictions"]), + ("Throtte", &["throttle", "trot"]), + ("Propetys", &["properties"]), + ("Indifferance", &["indifference"]), + ("Fabircatings", &["fabricating"]), + ("Werstle", &["wrestle"]), + ("Threshol", &["threshold"]), + ("Physcis", &["physics"]), + ("Considerions", &["considerations"]), + ("Outskrits", &["outskirts"]), + ("Captial", &["capital"]), + ("Concesions", &["concession"]), + ("Hradwares", &["hardwares"]), + ("Provdied", &["provided"]), + ("Threeshold", &["threshold"]), + ("Frustraties", &["frustrates"]), + ("Dominationg", &["dominating"]), + ("Revoce", &["revoke"]), + ("Higlighting", &["highlighting"]), + ("Therofer", &["therefore"]), + ("Amking", &["making"]), + ("Diaciritcs", &["diacritics"]), + ("Evluation", &["evaluation"]), + ("Abstraced", &["abstracted"]), + ("Contructed", &["constructed"]), + ("Puls", &["pulse", "plus"]), + ("Abosrption", &["absorption"]), + ("Nieveatay", &["naivete"]), + ("Creativey", &["creatively"]), + ("Encalve", &["enclave"]), + ("Accontant", &["accountant"]), + ("Meaurers", &["measurers"]), + ("Disover", &["discover"]), + ("Touble", &["trouble"]), + ("Debuggging", &["debugging"]), + ("Beaucop", &["beaucoup"]), + ("Strangel", &["strangle"]), + ("Stancels", &["stances"]), + ("Climateers", &["climates"]), + ("Videojames", &["videogames"]), + ("Malasiya", &["malaysia"]), + ("Exteral", &["external"]), + ("Hypervior", &["hypervisor"]), + ("Deactivatiion", &["deactivation"]), + ("Seqencing", &["sequencing"]), + ("Instalations", &["installations"]), + ("Deperecates", &["deprecates"]), + ("Mecanisms", &["mechanisms"]), + ("Cumilative", &["cumulative"]), + ("Carimonial", &["ceremonial"]), + ("Feministas", &["feminists"]), + ("Dualtiy", &["duality"]), + ("Deliever", &["deliver"]), + ("Esponiage", &["espionage"]), + ("Psedeo", &["pseudo"]), + ("Languanges", &["languages"]), + ("Inappropriet", &["inappropriately"]), + ("Singnalled", &["signalled"]), + ("Announcess", &["announces"]), + ("Escalatie", &["escalate"]), + ("Fonctionalities", &["functionalities"]), + ("Acomplishments", &["accomplishments"]), + ("Receieved", &["received"]), + ("Misspelld", &["misspelled"]), + ("Coporate", &["corporate"]), + ("Banching", &["branching"]), + ("Tokne", &["token"]), + ("Untils", &["until", "utils"]), + ("Variale", &["variable"]), + ("Sesion", &["session"]), + ("Proprieters", &["proprietors"]), + ("Operaterrg", &["operating"]), + ("Ellipticle", &["elliptical"]), + ("Episdoe", &["episode"]), + ("Speciallist", &["specialist"]), + ("Translteration", &["transliteration"]), + ("Relocatated", &["relocated"]), + ("Subtance", &["substance"]), + ("Monstorus", &["monstrous"]), + ("Develoment", &["development"]), + ("Modee", &["mode"]), + ("Excactly", &["exactly"]), + ("Contextful", &["contextual"]), + ("Experimentaion", &["experimentation"]), + ("Mallicious", &["malicious"]), + ("Sepcial", &["special"]), + ("Portestants", &["protestants"]), + ("Hyporcite", &["hypocrite"]), + ("Announched", &["announce"]), + ("Wreckign", &["wrecking"]), + ("Tempreature", &["temperature"]), + ("Bounhdaries", &["boundaries"]), + ("Reposity", &["repository"]), + ("Certificsted", &["certificated"]), + ("Exlcusivity", &["exclusivity"]), + ("Executioneers", &["executioner"]), + ("Contriversial", &["controversial"]), + ("Maginitude", &["magnitude"]), + ("Trunctating", &["truncating"]), + ("Demonstartion", &["demonstration"]), + ("Anonyms", &["anonymous"]), + ("Canabelyzed", &["cannibalized"]), + ("Dedikation", &["dedication"]), + ("Argumentes", &["arguments"]), + ("Memebers", &["members"]), + ("Acendency", &["ascendency"]), + ("Lingerine", &["lingerie"]), + ("Fwe", &["few"]), + ("Prodused", &["produced"]), + ("Assoaiative", &["associative"]), + ("Relaese", &["release"]), + ("Confurable", &["configurable"]), + ("Tages", &["stages", "tags"]), + ("Diabling", &["disabling"]), + ("Insertes", &["inserts"]), + ("Communitcations", &["communications"]), + ("Downvoteur", &["downvoters"]), + ("Analogicaly", &["analogically"]), + ("Temparature", &["temperature"]), + ("Webstie", &["website"]), + ("Jniw", &["know"]), + ("Capitilist", &["capitalist"]), + ("Parargaphs", &["paragraphs"]), + ("Memerization", &["memorization"]), + ("Misunderstandind", &["misunderstandings"]), + ("Differenciation", &["differentiation"]), + ("Instralls", &["installs"]), + ("Pronoucned", &["pronounced"]), + ("Comparetive", &["comparative"]), + ("Socialiss", &["socialists"]), + ("Surprized", &["surprised"]), + ("Evertything", &["everything"]), + ("Probbably", &["probably"]), + ("Itselv", &["itself"]), + ("Sarcasim", &["sarcasm"]), + ("Psots", &["posts"]), + ("Forcasted", &["forecasted"]), + ("Reccords", &["records"]), + ("Neighrorhoods", &["neighborhoods"]), + ("Analouges", &["analogues"]), + ("Arcitectures", &["architectures"]), + ("Decerns", &["discerns"]), + ("Overloded", &["overloaded"]), + ("Agracultural", &["agricultural"]), + ("Tringale", &["triangle"]), + ("Affilliate", &["affiliate"]), + ("Overlflow", &["overflow"]), + ("Estimacion", &["estimation"]), + ("Fortunaly", &["fortunately"]), + ("Incompotent", &["incompetent"]), + ("Enrties", &["entries"]), + ("Alternativets", &["alternatives"]), + ("Cheeseface", &["cheesecake"]), + ("Descritptor", &["descriptor"]), + ("Actiavtor", &["activator"]), + ("Evalutaes", &["evaluates"]), + ("Concertmate", &["concentrate"]), + ("Destinaion", &["destination"]), + ("Disupted", &["disputed"]), + ("Gruseome", &["gruesome"]), + ("Speicific", &["specific"]), + ("Configuratrion", &["configuration"]), + ("Enthusiat", &["enthusiast"]), + ("Audioboost", &["audiobooks"]), + ("Aactual", &["actual"]), + ("Nutrutious", &["nutritious"]), + ("Borwsers", &["browsers"]), + ("Reconeection", &["reconnection"]), + ("Rectangual", &["rectangular", "rectangle"]), + ("Validing", &["validating"]), + ("Malfuncion", &["malfunction"]), + ("Firrst", &["first"]), + ("Transplat", &["transplant"]), + ("Authenctication", &["authentication"]), + ("Impplement", &["implement"]), + ("Motehrboard", &["motherboard"]), + ("Decies", &["decides"]), + ("Immidiatly", &["immediately"]), + ("Illinos", &["illinois"]), + ("Starightforward", &["straightforward"]), + ("Hierarchichal", &["hierarchical"]), + ("Unanomously", &["unanimously"]), + ("Reconfugre", &["reconfigure"]), + ("Additianal", &["additional"]), + ("Functiions", &["functions"]), + ("Implememting", &["implementing"]), + ("Prevews", &["previews"]), + ("Legasy", &["legacy"]), + ("Visibiltiy", &["visibility"]), + ("Poperty", &["property", "properly"]), + ("Obsticles", &["obstacles"]), + ("Sesions", &["sessions"]), + ("Betwean", &["between"]), + ("Resignating", &["resignation"]), + ("Elementry", &["elementary"]), + ("Branced", &["branched"]), + ("Subisdized", &["subsidized"]), + ("Compresible", &["compressible"]), + ("Logile", &["logfile"]), + ("Seperatelly", &["separately"]), + ("Althoguh", &["although"]), + ("Palettte", &["palette"]), + ("Sateful", &["stateful"]), + ("Instansiation", &["instantiation"]), + ("Conselation", &["consolation"]), + ("Tesed", &["used", "teased", "tested"]), + ("Presidentcy", &["presidency"]), + ("Aplicabile", &["applicable"]), + ("Nastertiems", &["nasturtiums"]), + ("Knowldegable", &["knowledgable"]), + ("Cuztomizing", &["customizing"]), + ("Negoitation", &["negotiation"]), + ("Booe", &["buoy"]), + ("Counterpont", &["counterpoint"]), + ("Ejacualtions", &["ejaculation"]), + ("Ballances", &["balances"]), + ("Hich", &["which"]), + ("Destrcuted", &["destructed"]), + ("Existencial", &["existential"]), + ("Exeptional", &["exceptional"]), + ("Rollercaoster", &["rollercoaster"]), + ("Illuminadi", &["illuminati"]), + ("Cententenial", &["centennial"]), + ("Releiver", &["reliever"]), + ("Chnaged", &["changed"]), + ("Regualte", &["regulate"]), + ("Hystera", &["hysteria"]), + ("Principales", &["principles"]), + ("Speficialleis", &["specifies"]), + ("Codesbase", &["codebase"]), + ("Paychedelics", &["psychedelics"]), + ("Supprot", &["support"]), + ("Vicotrian", &["victorian"]), + ("Monitos", &["monitors"]), + ("Couls", &["could"]), + ("Fetaures", &["features"]), + ("Coordingates", &["coordinates"]), + ("Cometed", &["commented", "competed"]), + ("Oligrachy", &["oligarchy"]), + ("Normaized", &["normalized"]), + ("Subcultuur", &["subculture"]), + ("Unencrpt", &["unencrypt"]), + ("Consectively", &["consecutively"]), + ("Funcionality", &["functionality"]), + ("Maximim", &["maximum"]), + ("Benificial", &["beneficial"]), + ("Notority", &["notoriety"]), + ("Confued", &["confused"]), + ("Prejuduced", &["prejudiced"]), + ("Corupts", &["corrupts"]), + ("Acadimy", &["academy"]), + ("Mandarian", &["mandarin"]), + ("Intrrupt", &["interrupt"]), + ("Exteders", &["extenders"]), + ("Javescript", &["javascript"]), + ("Eyeballers", &["eyeballs"]), + ("Generalizaton", &["generalization"]), + ("Unbeliavable", &["unbelievable"]), + ("Prepetrator", &["perpetrator"]), + ("Prejiduce", &["prejudice"]), + ("Entoty", &["entity"]), + ("Dangeros", &["dangers"]), + ("Trasmit", &["transmit"]), + ("Bascially", &["basically"]), + ("Intereseted", &["interested"]), + ("Renegogtiable", &["renegotiable"]), + ("Natioanlly", &["nationally"]), + ("Perpatrator", &["perpetrator"]), + ("Depenendecy", &["dependency"]), + ("Subtracion", &["subtraction"]), + ("Dafualted", &["defaulted"]), + ("Critisicsm", &["criticisms"]), + ("Acquinated", &["acquainted"]), + ("Varify", &["verify"]), + ("Napomed", &["napalmed"]), + ("Recconections", &["reconnections"]), + ("Listernes", &["listeners"]), + ("Roundtip", &["roundtrip"]), + ("Reasoable", &["reasonable"]), + ("Volatilty", &["volatility"]), + ("Overhwelm", &["overwhelm"]), + ("Scroates", &["socrates"]), + ("Trotskyite", &["trotskyist"]), + ("Yout", &["your"]), + ("Adventureous", &["adventures"]), + ("Converseley", &["conversely"]), + ("Severiy", &["severity"]), + ("Necessaryly", &["necessarily"]), + ("Imbrase", &["embrace"]), + ("Intsall", &["install"]), + ("Judegments", &["judgments"]), + ("Speack", &["speak"]), + ("Comit", &["commit"]), + ("Oppressin", &["oppression"]), + ("Astronuats", &["astronauts"]), + ("Forcely", &["forcibly"]), + ("Rarelly", &["rarely"]), + ("Negotated", &["negotiated"]), + ("Cannabile", &["cannibal"]), + ("Pshyciatrist", &["psychiatrist"]), + ("Custcene", &["cutscene"]), + ("Interatively", &["interactively"]), + ("Misrepresentated", &["misrepresented"]), + ("Unsuable", &["unusable"]), + ("Datea", &["date", "data"]), + ("Opinyonative", &["opinionative"]), + ("Bziped", &["bzipped"]), + ("Autor", &["author"]), + ("Disapprouves", &["disapproves"]), + ("Advanatage", &["advantage"]), + ("Regisrers", &["registers"]), + ("Doccument", &["document"]), + ("Condiscending", &["condescending"]), + ("Procteted", &["protected"]), + ("Professinal", &["professional"]), + ("Wrappend", &["wrapped"]), + ("Ayway", &["anyway", "away"]), + ("Favourie", &["favourites"]), + ("Functionnalities", &["functionalities"]), + ("Archaeolgy", &["archaeology"]), + ("Femminist", &["feminist"]), + ("Impossibley", &["impossibly"]), + ("Sinnic", &["cynic"]), + ("Tenacles", &["tentacles"]), + ("Assasins", &["assassins"]), + ("Multipler", &["multiplier", "multiple"]), + ("Regiser", &["register"]), + ("Hypcorite", &["hypocrite"]), + ("Stereotypian", &["stereotyping"]), + ("Ideologiske", &["ideologies"]), + ("Intensitive", &["insensitive", "intensive"]), + ("Boradcasts", &["broadcasts"]), + ("Essesitally", &["essentially"]), + ("Itentionaly", &["intentionally"]), + ("Strictier", &["stricter"]), + ("Incrediblely", &["incredibly"]), + ("Changlog", &["changelog"]), + ("Languahes", &["languages"]), + ("Temperment", &["temperament"]), + ("Letgitimate", &["legitimate"]), + ("Crenditals", &["credentials"]), + ("Correctely", &["correctly"]), + ("Antivrius", &["antivirus"]), + ("Nanosecods", &["nanoseconds"]), + ("Tusedays", &["tuesdays"]), + ("Dialaog", &["dialog"]), + ("Unintelligient", &["unintelligent"]), + ("Anologon", &["analogon"]), + ("Prefernces", &["preferences"]), + ("Diplaying", &["displaying"]), + ("Expiremental", &["experimental"]), + ("Intested", &["interested"]), + ("Aaggregation", &["aggregation"]), + ("Storag", &["storage"]), + ("Intitialized", &["initialized"]), + ("Custonizing", &["customizing"]), + ("Misinterprent", &["misinterpret"]), + ("Symtpoms", &["symptoms"]), + ("Naybors", &["neighbors"]), + ("Personell", &["personnel"]), + ("Indefinetly", &["indefinitely"]), + ("Rithm", &["rhythm"]), + ("Incude", &["include"]), + ("Reagrds", &["regards"]), + ("Wrtie", &["write"]), + ("Relevence", &["relevance"]), + ("Diffencne", &["difference"]), + ("Semphores", &["semaphores"]), + ("Symetri", &["symmetry"]), + ("Ellipitcals", &["elliptical"]), + ("Unifom", &["uniform"]), + ("Combinateions", &["combinations"]), + ("Compilters", &["compilers"]), + ("Expalining", &["explaining"]), + ("Colllect", &["collect"]), + ("Hurldes", &["hurdles"]), + ("Collectivley", &["collectively"]), + ("Contimplate", &["contemplate"]), + ("Naseuous", &["nauseous"]), + ("Particalurly", &["particularly"]), + ("Barncher", &["brancher"]), + ("Instrction", &["instruction"]), + ("Funcitonally", &["functionally"]), + ("Technik", &["technique"]), + ("Unprofessionel", &["unprofessional"]), + ("Atheltics", &["athletics"]), + ("Apprieciate", &["appreciate"]), + ("Baksetball", &["basketball"]), + ("Arbitiarily", &["arbitrarily"]), + ("Rusult", &["result"]), + ("Intimidaton", &["intimidation"]), + ("Uncomited", &["uncommitted"]), + ("Utlimately", &["ultimately"]), + ("Comradets", &["comrades"]), + ("Ofcrouse", &["ofcourse"]), + ("Componet", &["components", "component"]), + ("Mechinism", &["mechanism"]), + ("Releaased", &["released"]), + ("Trasnsmit", &["transmit"]), + ("Helicotper", &["helicopters"]), + ("Mismaching", &["mismatching"]), + ("Gateing", &["gating"]), + ("Boostraps", &["bootstraps"]), + ("Caefully", &["carefully"]), + ("Comrpomise", &["compromise"]), + ("Applicatins", &["applicants", "applications"]), + ("Santity", &["sanctity", "sanity"]), + ("Startin", &["starting"]), + ("Acutality", &["actuality"]), + ("Persecucion", &["persecution"]), + ("Staulk", &["stalk"]), + ("Interventie", &["intervene"]), + ("Intendes", &["intends"]), + ("Commandpod", &["commando"]), + ("Hysteriia", &["hysteria"]), + ("Implmenetd", &["implemented"]), + ("Eles", &["eels", "else"]), + ("Pasrsed", &["parsed"]), + ("Submiited", &["submitted"]), + ("Pscyhedelic", &["psychedelic"]), + ("Foreing", &["foreign"]), + ("Lozonya", &["lasagna"]), + ("Vigliant", &["vigilant"]), + ("Allowences", &["allowances"]), + ("Varriances", &["variances"]), + ("Nostalgija", &["nostalgia"]), + ("Dependancy", &["dependency"]), + ("Replyign", &["replying"]), + ("Tranditions", &["transitions"]), + ("Synax", &["syntax"]), + ("Zionistas", &["zionists"]), + ("Trings", &["strings", "rings"]), + ("Dispplay", &["display"]), + ("Reinfoces", &["reinforces"]), + ("Repecting", &["respecting"]), + ("Constrcution", &["construction"]), + ("Unconditially", &["unconditionally"]), + ("Halluciantion", &["hallucinations"]), + ("Guranteed", &["guaranteed"]), + ("Ommisiences", &["omnisciences"]), + ("Reprots", &["reports"]), + ("Arrrives", &["arrives"]), + ("Invers", &["inverse", "invert"]), + ("Justifyable", &["justifiable"]), + ("Alse", &["else", "also", "false"]), + ("Placemens", &["placements"]), + ("Noght", &["night"]), + ("Colums", &["columns"]), + ("Penetracion", &["penetration"]), + ("Incrases", &["increases"]), + ("Apparenty", &["apparently"]), + ("Xenophopia", &["xenophobia"]), + ("Thrads", &["threads"]), + ("Raptores", &["raptors"]), + ("Caprenter", &["carpenter"]), + ("Perpetuaded", &["perpetuated"]), + ("Actresess", &["actresses"]), + ("Patrionism", &["patriotism"]), + ("Aded", &["added"]), + ("Elemenents", &["elements"]), + ("Delievries", &["deliveries"]), + ("Microsot", &["microsoft"]), + ("Happenns", &["happens"]), + ("Suppresors", &["suppressor"]), + ("Subscirpt", &["subscript"]), + ("Precisily", &["precisely"]), + ("Distrobutions", &["distributions"]), + ("Infiltrade", &["infiltrate"]), + ("Chaing", &["chain"]), + ("Rquesting", &["requesting"]), + ("Platofms", &["platforms"]), + ("Neighborhoud", &["neighborhood"]), + ("Assignenment", &["assignment"]), + ("Encorded", &["encoded"]), + ("Personmal", &["personal"]), + ("Prooduces", &["produces"]), + ("Virbate", &["vibrate"]), + ("Powerded", &["powdered"]), + ("Chisil", &["chisel"]), + ("Accommdated", &["accommodated"]), + ("Paragaraph", &["paragraph"]), + ("Critisicing", &["criticizing"]), + ("Republians", &["republicans"]), + ("Misgoynist", &["misogynist"]), + ("Statsit", &["statist"]), + ("Fornats", &["formats"]), + ("Reprihensible", &["reprehensible"]), + ("Insertas", &["inserts"]), + ("Mysekf", &["myself"]), + ("Carnege", &["carnage", "carnegie"]), + ("Habsbourg", &["habsburg"]), + ("Deturance", &["deterrence"]), + ("Expetimenters", &["experimenters"]), + ("Eurpoeans", &["europeans"]), + ("Sattellite", &["satellite"]), + ("Invloved", &["involved"]), + ("Serenitary", &["serenity"]), + ("Pladed", &["plaided", "pleaded"]), + ("Exite", &["exit", "excite", "exits"]), + ("Informations", &["information"]), + ("Implementacion", &["implementation"]), + ("Caraff", &["carafe"]), + ("Utiliizing", &["utilizing"]), + ("Aggregats", &["aggregate", "aggregates"]), + ("Argumernts", &["arguments"]), + ("Custamizing", &["customizing"]), + ("Guarteed", &["guaranteed"]), + ("Reegions", &["regions"]), + ("Pratictioner", &["practitioners"]), + ("Circulaton", &["circulation"]), + ("Rendereds", &["rendered", "renders"]), + ("Aperutre", &["aperture"]), + ("Intepreter", &["interpreter"]), + ("Underlfows", &["underflows"]), + ("Athough", &["although"]), + ("Innocous", &["innocuous"]), + ("Messenging", &["messaging"]), + ("Explizitly", &["explicitly"]), + ("Etablish", &["establish"]), + ("Delimted", &["delimited"]), + ("Apologistes", &["apologists"]), + ("Configurtation", &["configuration"]), + ("Symmerty", &["symmetry"]), + ("Likeley", &["likely"]), + ("Fullfiled", &["fulfilled"]), + ("Illsutration", &["illustrations"]), + ("Reputacion", &["reputation"]), + ("Unambigous", &["unambiguous"]), + ("Exerise", &["exercise"]), + ("Efficienctly", &["efficiency"]), + ("Carring", &["carrying"]), + ("Investigativos", &["investigations"]), + ("Undermineing", &["undermining"]), + ("Fundamentaly", &["fundamentally"]), + ("Underfiend", &["undefined"]), + ("Confussions", &["confessions"]), + ("Improvemnets", &["improvements"]), + ("Dribbels", &["dribbles"]), + ("Doomdsay", &["doomsday"]), + ("Journalistc", &["journalistic"]), + ("Craotia", &["croatia"]), + ("Alternetively", &["alternatively"]), + ("Modifcication", &["modification"]), + ("Inidicates", &["indicates"]), + ("Tyrantical", &["tyrannical"]), + ("Aersopace", &["aerospace"]), + ("Expliots", &["exploits"]), + ("Fineses", &["finesse"]), + ("Extraordiary", &["extraordinary"]), + ("Logrithms", &["logarithms"]), + ("Debuger", &["debugger"]), + ("Distingquished", &["distinguished"]), + ("Claculates", &["calculates"]), + ("Lieutenat", &["lieutenant"]), + ("Traiges", &["triages"]), + ("Overshadowd", &["overshadowed"]), + ("Civilains", &["civilians"]), + ("Integrey", &["integrity"]), + ("Sfety", &["safety"]), + ("Destinaiton", &["destinations", "destination"]), + ("Maping", &["mapping"]), + ("Linguisitcs", &["linguistics"]), + ("Translatoins", &["translations"]), + ("Geogrpahical", &["geographical"]), + ("Coloers", &["colors"]), + ("Templaras", &["templars"]), + ("Renetkon", &["renekton"]), + ("Utput", &["output"]), + ("Chanel", &["channel"]), + ("Contens", &["contents", "contains"]), + ("Reasonablly", &["reasonably"]), + ("Assistantes", &["assistants"]), + ("Frams", &["frames"]), + ("Unsupproted", &["unsupported"]), + ("Wieghted", &["weighted", "weighed"]), + ("Managets", &["managers"]), + ("Cahnnels", &["channels"]), + ("Genralised", &["generalised"]), + ("Decsendants", &["descendants"]), + ("Nessasarily", &["necessarily"]), + ("Appraochable", &["approachable"]), + ("Evenhtually", &["eventually"]), + ("Proabably", &["probably"]), + ("Sotrage", &["storage", "shortage"]), + ("Successivo", &["succession"]), + ("Redistirbute", &["redistribute"]), + ("Crticised", &["criticised"]), + ("Arbitror", &["arbiter", "arbitrator"]), + ("Exeedingly", &["exceedingly"]), + ("Defectos", &["defects"]), + ("Differntials", &["differentials"]), + ("Tailban", &["taliban"]), + ("Troubelshooting", &["troubleshooting"]), + ("Corrputed", &["corrupted"]), + ("Stragetically", &["strategically"]), + ("Unknowingy", &["unknowingly"]), + ("Authenfior", &["authenticator"]), + ("Lubicrant", &["lubricant"]), + ("Constitue", &["constitutes", "constitute"]), + ("Preconditon", &["precondition"]), + ("Transitons", &["transitions"]), + ("Exerimental", &["experimental"]), + ("Tresspasing", &["trespassing"]), + ("Cerimonies", &["ceremonies"]), + ("Caridac", &["cardiac"]), + ("Downstrean", &["downstream"]), + ("Mimach", &["mismatch"]), + ("Accpetable", &["acceptable"]), + ("Workfaround", &["workaround"]), + ("Xeonblade", &["xenoblade"]), + ("Freind", &["friend"]), + ("Signifcant", &["significant"]), + ("Stoyr", &["story"]), + ("Assymmetries", &["asymmetries"]), + ("Retrevier", &["retriever"]), + ("Imperitave", &["imperative"]), + ("Callig", &["calling"]), + ("Confessino", &["confessions"]), + ("Upstreammer", &["upstreamer"]), + ("Bacward", &["backward"]), + ("Proceeeds", &["proceeds"]), + ("Interaktion", &["interaction"]), + ("Portrayls", &["portrays"]), + ("Traditionel", &["traditional"]), + ("Difrent", &["different"]), + ("Rittles", &["rattles", "riddles"]), + ("Reevaulated", &["reevaluate"]), + ("Cartiesian", &["cartesian"]), + ("Unmached", &["unmatched"]), + ("Cetainty", &["certainty"]), + ("Threshholds", &["thresholds"]), + ("Illustratin", &["illustrations"]), + ("Crednetials", &["credentials"]), + ("Brokem", &["broken"]), + ("Locaized", &["localized"]), + ("Authetnticates", &["authenticates"]), + ("Algoirthms", &["algorithms"]), + ("Guitares", &["guitars"]), + ("Instalded", &["installed"]), + ("Abtractness", &["abstractness"]), + ("Recallection", &["recollection"]), + ("Upsteaming", &["upstreaming"]), + ("Interstingly", &["interestingly"]), + ("Bypased", &["bypassed"]), + ("Diganose", &["diagnose"]), + ("Psychadelic", &["psychedelic"]), + ("Instnance", &["instance"]), + ("Tasbar", &["taskbar"]), + ("Attributted", &["attribute"]), + ("Prepaired", &["prepared"]), + ("Occaisonal", &["occasional"]), + ("Mediocrily", &["mediocrity"]), + ("Calculataed", &["calculated"]), + ("Distrubance", &["disturbance"]), + ("Thar", &["than", "that"]), + ("Brocken", &["broken"]), + ("Infestaion", &["infestation"]), + ("Corprorations", &["corporations"]), + ("Earily", &["easily", "eerily"]), + ("Enocded", &["encoded"]), + ("Torotise", &["tortoise"]), + ("Actualiy", &["actuality"]), + ("Renegatiotiator", &["renegotiator"]), + ("Caluculates", &["calculates"]), + ("Kackies", &["khakis"]), + ("Authobiography", &["autobiography"]), + ("Tangientally", &["tangentially"]), + ("Relatie", &["relative"]), + ("Informatoin", &["information"]), + ("Avalible", &["available"]), + ("Elecrton", &["electron"]), + ("Tempaltes", &["templates"]), + ("Obnject", &["object"]), + ("Nuetron", &["neutron"]), + ("Assoaiation", &["association"]), + ("Valkiyre", &["valkyrie"]), + ("Agred", &["agreed"]), + ("Representated", &["represented"]), + ("Detaild", &["detailed"]), + ("Enries", &["entries"]), + ("Empheral", &["ephemeral"]), + ("Communitcated", &["communicated"]), + ("Preivew", &["preview"]), + ("Photograps", &["photographs"]), + ("Nam", &["name"]), + ("Moudules", &["modules"]), + ("Architexture", &["architecture"]), + ("Stupire", &["stupider"]), + ("Paramterises", &["parameterises"]), + ("Downrgade", &["downgrade"]), + ("Responsbily", &["responsibly"]), + ("Transmitor", &["transistor"]), + ("Corsor", &["cursor"]), + ("Neckbeardus", &["neckbeards"]), + ("Gigaybte", &["gigabyte"]), + ("Cronological", &["chronological"]), + ("Expirence", &["experience"]), + ("Crsytallise", &["crystallise"]), + ("Recives", &["receives"]), + ("Campare", &["compare"]), + ("Qwessant", &["croissant"]), + ("Levae", &["leave", "levee"]), + ("Plantium", &["platinum"]), + ("Thankfull", &["thankful"]), + ("Sloothing", &["sleuthing"]), + ("Circulary", &["circular"]), + ("Ede", &["edge"]), + ("Netcape", &["netscape"]), + ("Transofrms", &["transforms"]), + ("Defargkey", &["defragkey"]), + ("Notifed", &["notified"]), + ("Ususally", &["usually"]), + ("Dissimmetry", &["dissymmetry"]), + ("Stdanards", &["standards"]), + ("Molestarte", &["molester"]), + ("Businessa", &["businessman"]), + ("Persceptive", &["perspectives"]), + ("Padds", &["pads"]), + ("Electricain", &["electrician"]), + ("Devined", &["defined"]), + ("Quering", &["querying"]), + ("Intrerupted", &["interrupted"]), + ("Unforutunately", &["unfortunately"]), + ("Deffault", &["default"]), + ("Pregancies", &["pregnancies"]), + ("Deivces", &["devices"]), + ("Antagonostic", &["antagonist"]), + ("Sugggesting", &["suggesting"]), + ("Espaces", &["escapes"]), + ("Posiiton", &["position"]), + ("Anonther", &["another"]), + ("Obiedence", &["obedience"]), + ("Characteer", &["character"]), + ("Dissapoitned", &["disappointed"]), + ("Uncertaincy", &["uncertainty"]), + ("Summones", &["summoners"]), + ("Proportionel", &["proportional"]), + ("Compensentate", &["compensate"]), + ("Decrments", &["decrements"]), + ("Disrtibution", &["distributions"]), + ("Alwasys", &["always"]), + ("Correciton", &["corrections"]), + ("Intidimate", &["intimidate"]), + ("Prozess", &["process"]), + ("Insipring", &["inspiring"]), + ("Opposiste", &["opposites"]), + ("Imolicit", &["implicit"]), + ("Geniune", &["genuine"]), + ("Experimdntelly", &["experimentally"]), + ("Seduciton", &["seduction"]), + ("Machiine", &["machine"]), + ("Occourring", &["occurring"]), + ("Enpoint", &["endpoint"]), + ("Subexpresssions", &["subexpressions"]), + ("Cimptums", &["symptoms"]), + ("Objectivs", &["objectives"]), + ("Reinstaled", &["reinstalled"]), + ("Sysematic", &["systematic"]), + ("Cusstom", &["custom"]), + ("Legendariske", &["legendaries"]), + ("Consistant", &["consistent"]), + ("Emtying", &["emptying"]), + ("Inconsitency", &["inconsistency"]), + ("Systmes", &["systems"]), + ("Trianers", &["trainers"]), + ("Koordinates", &["coordinates"]), + ("Scriopttype", &["scripttype"]), + ("Chipslect", &["chipselect"]), + ("Stlakers", &["stalkers"]), + ("Influentual", &["influential"]), + ("Counterfiets", &["counterfeit"]), + ("Chimmenies", &["chimneys"]), + ("Architcture", &["architecture"]), + ("Efective", &["effective"]), + ("Instructioins", &["instructions"]), + ("Perforamnces", &["performances"]), + ("Seclector", &["selector"]), + ("Penatlies", &["penalties"]), + ("Infrigement", &["infringement"]), + ("Glitchly", &["glitchy"]), + ("Acrued", &["accrued"]), + ("Annother", &["another"]), + ("Makign", &["making"]), + ("Encosed", &["enclosed", "encoded"]), + ("Correctings", &["corrections"]), + ("Automoterator", &["automoderator"]), + ("Soomewhat", &["somewhat"]), + ("Reconicle", &["reconcile"]), + ("Offcials", &["officials"]), + ("Disicpline", &["discipline"]), + ("Workstaion", &["workstation"]), + ("Sqaurely", &["squarely"]), + ("Ambadexterouseness", &["ambidextrousness"]), + ("Lateration", &["alteration"]), + ("Algorithmmically", &["algorithmically"]), + ("Porshon", &["portion"]), + ("Determinging", &["determining"]), + ("Syle", &["style"]), + ("Originl", &["original"]), + ("Expierence", &["experience"]), + ("Fauturing", &["featuring"]), + ("Scaepgoat", &["scapegoat"]), + ("Ssame", &["same"]), + ("Puchase", &["purchase"]), + ("Reparamterization", &["reparameterization"]), + ("Provisoined", &["provisioned"]), + ("Confety", &["confetti"]), + ("Mariyln", &["marilyn"]), + ("Differantiate", &["differentiate"]), + ("Assumuptions", &["assumptions"]), + ("Wrold", &["world"]), + ("Derefencing", &["dereferencing"]), + ("Interfals", &["intervals"]), + ("Underlaying", &["underlying"]), + ("Homoepathy", &["homoeopathy"]), + ("Thourghly", &["thoroughly"]), + ("Larwence", &["lawrence"]), + ("Convertation", &["conversation", "conversion"]), + ("Descrementing", &["decrementing"]), + ("Orgins", &["origins", "organs"]), + ("Traslates", &["translates"]), + ("Obilgatory", &["obligatory"]), + ("Novisheates", &["novitiates"]), + ("Forlder", &["folder"]), + ("Throughoput", &["throughput"]), + ("Alingments", &["alignments"]), + ("Applikays", &["appliqués"]), + ("Tetrahedrans", &["tetrahedrons"]), + ("Fould", &["foul", "fouled", "fold"]), + ("Uninitailized", &["uninitialized"]), + ("Hamburglers", &["hamburgers"]), + ("Semding", &["sending"]), + ("Agregate", &["aggregate"]), + ("Confedence", &["conference"]), + ("Brose", &["browse", "rose"]), + ("Spreadhseet", &["spreadsheet"]), + ("Subsequest", &["subsequent"]), + ("Oportions", &["options", "apportions"]), + ("Cimetrical", &["symmetrical"]), + ("Thnaks", &["thanks"]), + ("Begininng", &["beginning"]), + ("Preocupation", &["preoccupation"]), + ("Redesiging", &["redesign"]), + ("Bruiseres", &["bruisers"]), + ("Inprove", &["improve"]), + ("Mandetory", &["mandatory"]), + ("Inbrases", &["embraces"]), + ("Witout", &["without"]), + ("Otpions", &["options"]), + ("Uncontrained", &["unconstrained"]), + ("Herselv", &["herself"]), + ("Tooks", &["takes", "took"]), + ("Hoeks", &["hoax"]), + ("Trainner", &["trainer"]), + ("Vegaterians", &["vegetarians"]), + ("Maimum", &["maximum"]), + ("Recommnd", &["recommend"]), + ("Infrotn", &["infront"]), + ("Powerlisting", &["powerlifting"]), + ("Susbcribed", &["subscribed"]), + ("Portras", &["portrays"]), + ("Asendencey", &["ascendency"]), + ("Depreating", &["deprecating"]), + ("Departmet", &["departments"]), + ("Enything", &["anything"]), + ("Modifes", &["modifies"]), + ("Natinal", &["matinal", "national"]), + ("Conrrol", &["control"]), + ("Micrsft", &["microsoft"]), + ("Artmeis", &["artemis"]), + ("Movemnt", &["movement"]), + ("Supposely", &["supposedly"]), + ("Gracefuly", &["gracefully"]), + ("Cirtcuit", &["circuit"]), + ("Traslated", &["translated"]), + ("Imrpoving", &["improving"]), + ("Concider", &["consider"]), + ("Heirarchically", &["hierarchically"]), + ("Expextancy", &["expectancy"]), + ("Superseedd", &["superseded"]), + ("Serverite", &["severity"]), + ("Destuctor", &["destructor"]), + ("Buld", &["build"]), + ("Programemers", &["programmers"]), + ("Straightden", &["straightened"]), + ("Applicabel", &["applicable"]), + ("Urugauy", &["uruguay"]), + ("Neighbhor", &["neighbor"]), + ("Shorlty", &["shortly"]), + ("Elementries", &["elementaries"]), + ("Overlow", &["overflow"]), + ("Initated", &["initiated", "imitated"]), + ("Historial", &["historical"]), + ("Hamburgurs", &["hamburgers"]), + ("Constructt", &["construct"]), + ("Conenctration", &["concentrations"]), + ("Satic", &["static"]), + ("Unicors", &["unicorns"]), + ("Geomteries", &["geometries"]), + ("Questionalble", &["questionable"]), + ("Expersed", &["expressed"]), + ("Equilavent", &["equivalent"]), + ("Withourt", &["without"]), + ("Initializtion", &["initialization"]), + ("Dissallowing", &["disallowing"]), + ("Borken", &["broken"]), + ("Napommes", &["napalms"]), + ("Denomenator", &["denominator"]), + ("Propertiess", &["properties"]), + ("Delimititation", &["delimitation"]), + ("Prostehtic", &["prosthetic"]), + ("Facirity", &["facility"]), + ("Segementation", &["segmentation"]), + ("Controvercy", &["controversy"]), + ("Terminaron", &["terminator"]), + ("Morni", &["morning"]), + ("Damamge", &["damage"]), + ("Renegotiotated", &["renegotiated"]), + ("Vulnerabilitu", &["vulnerability"]), + ("Positionn", &["position"]), + ("Supsicions", &["suspicions"]), + ("Porcelina", &["porcelain"]), + ("Reffering", &["referring"]), + ("Subsysytems", &["subsystems"]), + ("Differend", &["different"]), + ("Commuincation", &["communications"]), + ("Benjes", &["binges"]), + ("Eduation", &["education"]), + ("Whehter", &["whether"]), + ("Substituts", &["substitutes"]), + ("Epilespy", &["epilepsy"]), + ("Follwwed", &["followed"]), + ("Pennsylvaina", &["pennsylvania"]), + ("Recenty", &["recently"]), + ("Appoinment", &["appointment"]), + ("Figuretively", &["figuratively"]), + ("Annihalition", &["annihilation"]), + ("Definned", &["defined"]), + ("Membershup", &["membership"]), + ("Invertation", &["inversion"]), + ("Butterfleye", &["butterfly"]), + ("Pruchases", &["purchases"]), + ("Populr", &["popular"]), + ("Bisexaul", &["bisexual"]), + ("Relativitly", &["relativity"]), + ("Virtualizaion", &["virtualization"]), + ("Callack", &["callback"]), + ("Distrubitions", &["distributions"]), + ("Eecutable", &["executable"]), + ("Clasifies", &["classifies"]), + ("Intiailizeing", &["initializing"]), + ("Surreptious", &["surreptitious"]), + ("Trigers", &["triggers"]), + ("Upate", &["update"]), + ("Harases", &["harasses"]), + ("Agrandizing", &["aggrandizing"]), + ("Opjectively", &["objectively"]), + ("Devleoping", &["developing"]), + ("Csutomer", &["customer"]), + ("Subtractss", &["subtracts"]), + ("Intializers", &["initializers"]), + ("Ende", &["end"]), + ("Travercal", &["traversal"]), + ("Recriational", &["recreational"]), + ("Insctuctional", &["instructional"]), + ("Associting", &["associating"]), + ("Abandonding", &["abandoning"]), + ("Destory", &["destroy"]), + ("Reussing", &["reusing"]), + ("Consilidated", &["consolidated"]), + ("Distrupts", &["distrust"]), + ("Specifed", &["specified"]), + ("Insignifacnt", &["insignificant"]), + ("Exclsuive", &["exclusive"]), + ("Spliter", &["splitter"]), + ("Altruisitic", &["altruistic"]), + ("Veriier", &["verifier"]), + ("Contactos", &["contacts"]), + ("Quicklyu", &["quickly"]), + ("Bottlenck", &["bottleneck"]), + ("Boundays", &["boundaries"]), + ("Vavriable", &["variable"]), + ("Withdral", &["withdrawal"]), + ("Zellots", &["zealots"]), + ("Immortaliy", &["immortality"]), + ("Intervalles", &["intervals"]), + ("Acquaintaces", &["acquaintances"]), + ("Frustartion", &["frustrations"]), + ("Reporing", &["reporting"]), + ("Namesspaces", &["namespaces"]), + ("Enthuiasts", &["enthusiast"]), + ("Operatings", &["operations", "operating"]), + ("Acdept", &["accept", "adept"]), + ("Ubernetes", &["kubernetes"]), + ("Rimanissed", &["reminisced"]), + ("Pharoh", &["pharaoh"]), + ("Conneiction", &["connection"]), + ("Embendings", &["embeddings"]), + ("Viwers", &["viewers"]), + ("Orientaion", &["orientation"]), + ("Schoalrship", &["scholarships"]), + ("Accordiingly", &["accordingly"]), + ("Hamphsire", &["hampshire"]), + ("Capaciters", &["capacitors"]), + ("Negilgence", &["negligence"]), + ("Ploted", &["plotted"]), + ("Pshycopaths", &["psychopaths"]), + ("Electroltyes", &["electrolytes"]), + ("Scruitny", &["scrutiny"]), + ("Licesning", &["licensing"]), + ("Constructeds", &["constructs"]), + ("Attmept", &["attempt"]), + ("Succeded", &["succeeded"]), + ("Priot", &["prior"]), + ("Deesil", &["diesel"]), + ("Precize", &["precise"]), + ("Paranoicas", &["paranoia"]), + ("Accuraccy", &["accuracy"]), + ("Confures", &["configures"]), + ("Calcultions", &["calculations"]), + ("Convertibile", &["convertible"]), + ("Whitspace", &["whitespace"]), + ("Quartenion", &["quaternion"]), + ("Investigaiton", &["investigations"]), + ("Randmom", &["random"]), + ("Algortimically", &["algorithmically"]), + ("Applogies", &["apologies"]), + ("Progressivly", &["progressively"]), + ("Wakthrough", &["walkthrough"]), + ("Impleted", &["implemented"]), + ("Doocumentation", &["documentation"]), + ("Threefor", &["therefor"]), + ("Plaform", &["platform"]), + ("Multidimensinal", &["multidimensional"]), + ("Addrersser", &["addresser"]), + ("Chiselle", &["chisel"]), + ("Hoever", &["however"]), + ("Positiveity", &["positivity"]), + ("Dowrds", &["dwords"]), + ("Downlaoding", &["downloading"]), + ("Guarnty", &["guaranty"]), + ("Comaprisons", &["comparisons"]), + ("Subnegoatiation", &["subnegotiation"]), + ("Convinceing", &["convincing"]), + ("Intellectualy", &["intellectually"]), + ("Valkirye", &["valkyrie"]), + ("Immedate", &["immediate"]), + ("Irraditate", &["irradiate"]), + ("Frotn", &["front"]), + ("Wotking", &["working"]), + ("Allopone", &["allophone"]), + ("Continouesly", &["continuously"]), + ("Creationsist", &["creationist"]), + ("Shtopped", &["stopped", "shopped"]), + ("Crahses", &["crashes"]), + ("Syndonic", &["syntonic"]), + ("Interepreting", &["interpreting"]), + ("Threatning", &["threatening"]), + ("Rhaspody", &["rhapsody"]), + ("Masterpice", &["masterpiece"]), + ("Decsions", &["decisions"]), + ("Unconfortably", &["uncomfortably"]), + ("Miinimum", &["minimum"]), + ("Dijsktra", &["dijkstra"]), + ("Departement", &["department"]), + ("Curatin", &["curtain"]), + ("Piglrim", &["pilgrim"]), + ("Cooresponding", &["corresponding"]), + ("Prototpye", &["prototype"]), + ("Tiwards", &["towards"]), + ("Maintinaing", &["maintaining"]), + ("Socialisim", &["socialism"]), + ("Australiaan", &["australians"]), + ("Speficillications", &["specifications"]), + ("Instering", &["inserting"]), + ("Symmertical", &["symmetrical"]), + ("Disingeneous", &["disingenuous"]), + ("Masster", &["master"]), + ("Feeded", &["fed"]), + ("Regluar", &["regular"]), + ("Provdes", &["provides"]), + ("Skeletos", &["skeletons"]), + ("Monstrocity", &["monstrosity"]), + ("Exauhstion", &["exhaustion"]), + ("Conveting", &["converting"]), + ("Pairokeelity", &["parochiality"]), + ("Inheretance", &["inheritance"]), + ("Sufferered", &["suffered"]), + ("Measuer", &["measure", "measurer"]), + ("Declars", &["declares", "declared"]), + ("Scrpting", &["scripting"]), + ("Arbitrailly", &["arbitrarily"]), + ("Mircoatx", &["microatx"]), + ("Intervenue", &["intervene"]), + ("Automic", &["atomic", "automatic"]), + ("Discusssed", &["discussed"]), + ("Micorphones", &["microphones"]), + ("Testiing", &["testing"]), + ("Inefficieny", &["inefficiency", "inefficiently"]), + ("Selfeshness", &["selfishness"]), + ("Minmize", &["minimize"]), + ("Characteisation", &["characterisation"]), + ("Accuratly", &["accurately"]), + ("Spurios", &["spurious"]), + ("Berween", &["between"]), + ("Tibetian", &["tibetan"]), + ("Grpahical", &["graphical"]), + ("Fundamentas", &["fundamentals"]), + ("Interferience", &["interference"]), + ("Degration", &["degradation"]), + ("Arranents", &["arrangements"]), + ("Sanctionning", &["sanctioning"]), + ( + "Transforme", + &["transfer", "transformed", "transformer", "transform"], + ), + ("Calcutate", &["calculate"]), + ("Expetectly", &["expectedly"]), + ("Contaiminate", &["contaminate"]), + ("Personalites", &["personalities"]), + ("Comander", &["commander", "commandeer"]), + ("Neightborhoods", &["neighborhoods"]), + ("Namspace", &["namespace"]), + ("Streamare", &["streamer"]), + ("Progresssion", &["progressions"]), + ("Leaglity", &["legality"]), + ("Reportign", &["reporting"]), + ("Docmuneting", &["documenting"]), + ("Independense", &["independents"]), + ("Componding", &["compounding"]), + ("Cataclym", &["cataclysm"]), + ("Communitcate", &["communicate"]), + ("Experinemental", &["experimental"]), + ("Wranlger", &["wrangler"]), + ("Timeot", &["timeout"]), + ("Unsyncronized", &["unsynchronized"]), + ("Repling", &["replying"]), + ("Cashe", &["cache"]), + ("Pading", &["padding"]), + ("Consecuently", &["consequently"]), + ("Synatx", &["syntax"]), + ("Polyginal", &["polygonal"]), + ("Projctor", &["projector"]), + ("Incosistencies", &["inconsistencies"]), + ("Jus", &["just"]), + ("Intergrate", &["integrate"]), + ("Fabrikation", &["fabrication"]), + ("Apropriate", &["appropriate"]), + ("Coressponding", &["corresponding"]), + ("Appendign", &["appending"]), + ("Describbed", &["described"]), + ("Normales", &["normals"]), + ("Asai", &["asia"]), + ("Faeture", &["feature"]), + ("Extenion", &["extension"]), + ("Pipelins", &["pipelines"]), + ("Cummand", &["command"]), + ("Recommanded", &["recommended"]), + ("Shareholdes", &["shareholders"]), + ("Intilising", &["initialising"]), + ("Oppresssion", &["oppression"]), + ("Ridicoulusly", &["ridiculously"]), + ("Micorwaves", &["microwaves"]), + ("Flages", &["flags"]), + ("Maniputions", &["manipulations"]), + ("Drection", &["direction"]), + ("Partitionns", &["partitions"]), + ("Cuacasian", &["caucasian"]), + ("Tye", &["type", "tie"]), + ("Clinet", &["client"]), + ("Peformed", &["performed"]), + ("Consciouslly", &["consciously"]), + ("Nominet", &["nominate"]), + ("Sociopatic", &["sociopathic"]), + ("Ritable", &["writable"]), + ("Conteined", &["contained"]), + ("Stran", &["strand", "strain"]), + ("Weeked", &["weekend"]), + ("Severites", &["severities"]), + ("Controveries", &["controversies"]), + ("Tessleated", &["tessellated"]), + ("Gaurd", &["guard", "gourd"]), + ("Cimptumaticaly", &["symptomatically"]), + ("Facilitatile", &["facilitate"]), + ("Imlementation", &["implementation"]), + ("Roboustness", &["robustness"]), + ("Veresion", &["version"]), + ("Contuining", &["continuing"]), + ("Nuculear", &["nuclear"]), + ("Repsots", &["reposts"]), + ("Prohibitng", &["prohibiting"]), + ("Recontructing", &["reconstructing"]), + ("Unusuable", &["unusable"]), + ("Empahsizing", &["emphasizing"]), + ("Definmed", &["defined"]), + ("Organziing", &["organizing"]), + ("Absorbes", &["absorbs"]), + ("Defitnaly", &["defiantly"]), + ("Bimillenial", &["bimillennial"]), + ("Sensitve", &["sensitive"]), + ("Abomonation", &["abomination"]), + ("Instument", &["instrument"]), + ("Approrpriate", &["appropriate"]), + ("Breakpoing", &["breakpoint"]), + ("Inhertig", &["inheriting", "inherited"]), + ("Manufacter", &["manufacture"]), + ("Processeed", &["processed"]), + ("Abstinince", &["abstinence"]), + ("Annonomus", &["anonymous"]), + ("Algortithms", &["algorithms"]), + ("Retoring", &["restoring"]), + ("Eqivalents", &["equivalents"]), + ("Maltesian", &["maltese"]), + ("Desctructor", &["destructor"]), + ("Holocasut", &["holocaust"]), + ("Apointment", &["appointment"]), + ("Simpelst", &["simplest"]), + ("Permormance", &["performance"]), + ("Automattic", &["automatic"]), + ("Extremiste", &["extremes"]), + ("Deconstract", &["deconstruct"]), + ("Warnkngs", &["warnings"]), + ("Intentines", &["intestines"]), + ("Pontuation", &["punctuation"]), + ("Persits", &["persist"]), + ("Immortallity", &["immortality"]), + ("Vanillla", &["vanilla"]), + ("Ressapee", &["recipe"]), + ("Vulnarability", &["vulnerability"]), + ("Coneted", &["connected"]), + ("Callbacl", &["callback"]), + ("Wrything", &["writhing"]), + ("Cataylst", &["catalyst"]), + ("Manifestes", &["manifests"]), + ("Resolustion", &["resolution"]), + ("Architechure", &["architecture"]), + ("Implemtentations", &["implementations"]), + ("Renegotatiated", &["renegotiated"]), + ("Depedency", &["dependency"]), + ("Masturdating", &["masturbating"]), + ("Intiailize", &["initialize"]), + ("Makrs", &["makes", "makers", "macros"]), + ("Acceleratie", &["accelerate"]), + ("Exspects", &["expects"]), + ("Overwealming", &["overwhelming"]), + ("Bitmast", &["bitmask"]), + ("Endding", &["ending"]), + ("Guarentyinging", &["guaranteeing"]), + ("Guarnateees", &["guarantees"]), + ("Carrers", &["careers"]), + ("Idefinite", &["indefinite"]), + ("Chihuaha", &["chihuahua"]), + ("Imaginatie", &["imaginative"]), + ("Delting", &["deleting"]), + ("Outreagous", &["outrageous"]), + ("Cheezeburgers", &["cheeseburgers"]), + ("Disrespecing", &["disrespecting"]), + ("Explodeds", &["explodes"]), + ("Androind", &["android"]), + ("Bahavioral", &["behavioral"]), + ("Feasability", &["feasibility"]), + ("Harrang", &["harangue"]), + ("Repatwar", &["repertoire"]), + ("Allegedy", &["allegedly"]), + ("Manufactuers", &["manufacturers", "manufactures"]), + ("Suporior", &["superior"]), + ("Symoblism", &["symbolism"]), + ("Battlefont", &["battlefront"]), + ("Tranactional", &["transactional"]), + ("Reprodice", &["reproduce"]), + ("Anayltics", &["analytics"]), + ("Limosine", &["limousine"]), + ("Memroy", &["memory"]), + ("Decrmeneted", &["decremented"]), + ("Mastrubating", &["masturbating"]), + ("Sometiem", &["sometime", "sometimes"]), + ("Contein", &["contain"]), + ("Proponenets", &["proponents"]), + ("Encouttering", &["encountering"]), + ("Antisipate", &["anticipate"]), + ("Caclium", &["calcium"]), + ("Unregisting", &["unregistering"]), + ("Camperos", &["campers"]), + ("Dynamlically", &["dynamically"]), + ("Peple", &["people"]), + ("Sideral", &["sidereal"]), + ("Alternatiely", &["alternately", "alternatively"]), + ("Custonized", &["customized"]), + ("Proifle", &["profile"]), + ("Capabiilities", &["capabilities"]), + ("Fromating", &["formatting"]), + ("Uniformely", &["uniformly"]), + ("Scriptus", &["scripts"]), + ("Revewrse", &["reverse"]), + ("Mathch", &["match"]), + ("Overstreching", &["overstretching"]), + ("Valykrie", &["valkyrie"]), + ("Exploracion", &["exploration"]), + ("Birectional", &["bidirectional"]), + ("Lightnig", &["lightning"]), + ("Tarced", &["traced"]), + ("Transproting", &["transporting"]), + ("Ambitous", &["ambitious"]), + ("Theire", &["their"]), + ("Occrured", &["occurred"]), + ("Fatig", &["fatigue"]), + ("Modificato", &["modification"]), + ("Capabilitieis", &["capabilities"]), + ("Lablel", &["label"]), + ("Tiemstamps", &["timestamps"]), + ("Overlappping", &["overlapping"]), + ("Termporarily", &["temporarily"]), + ("Leagl", &["legal"]), + ("Enyway", &["anyway"]), + ("Electical", &["electrical"]), + ("Libertariens", &["libertarians"]), + ("Nothihg", &["nothing"]), + ("Sabatoshes", &["sabotages"]), + ("Distination", &["destination", "distinction"]), + ("Failng", &["failing"]), + ("Imporves", &["improves"]), + ("Supermakert", &["supermarkets"]), + ("Anchestor", &["ancestor"]), + ("Angrilly", &["angrily"]), + ("Disconected", &["disconnected"]), + ("Transgenderd", &["transgendered"]), + ("Enhence", &["enhance"]), + ("Embargos", &["embargoes"]), + ("Iniside", &["inside"]), + ("Rearrangable", &["rearrangeable"]), + ("Coutner", &["counter"]), + ("Memorozation", &["memorization"]), + ("Excecised", &["excised", "exercised"]), + ("Triscaidekafobia", &["triskaidekaphobia"]), + ("Symantics", &["semantics"]), + ("Deregistred", &["deregistered"]), + ("Troleld", &["trolled"]), + ("Agressor", &["aggressor"]), + ("Specication", &["specification"]), + ("Priestood", &["priesthood"]), + ("Autonegotitations", &["autonegotiations"]), + ("Subtarcts", &["subtracts"]), + ("Visuaized", &["visualized"]), + ("Sarcasticaly", &["sarcastically"]), + ("Authenciation", &["authentication"]), + ("Makefle", &["makefile"]), + ("Househols", &["households"]), + ("Interpretes", &["interprets"]), + ("Unitilty", &["utility"]), + ("Incombatibilities", &["incompatibilities"]), + ("Domensions", &["dimensions"]), + ("Emprovements", &["improvements"]), + ("Wekend", &["weekend"]), + ("Skagerak", &["skagerrak"]), + ("Shystem", &["system"]), + ("Delgators", &["delegators"]), + ("Clinicos", &["clinics"]), + ("Sautayes", &["sautés"]), + ("Farmasudic", &["pharmaceutic"]), + ("Trinagles", &["triangles"]), + ("Understant", &["understand"]), + ("Minmum", &["minimum"]), + ("Orpaned", &["orphaned"]), + ("Packkages", &["packages"]), + ("Ratatoolee", &["ratatouille"]), + ("Percantile", &["percentile"]), + ("Memember", &["member", "remember"]), + ("Illustrato", &["illustration"]), + ("Sacrificeing", &["sacrificing"]), + ("Limitaion", &["limitation"]), + ("Ceremonias", &["ceremonies"]), + ("Corgnito", &["cognito"]), + ("Soop", &["soup", "scoop", "snoop", "soap"]), + ("Concensus", &["consensus"]), + ("Officail", &["official"]), + ("Neuronas", &["neurons"]), + ("Injustics", &["injustices"]), + ("Commans", &["commands"]), + ("Owervrites", &["overwrites"]), + ("Refernced", &["referenced"]), + ("Cconverter", &["converter"]), + ("Portraing", &["portraying"]), + ("Beause", &["because"]), + ("Allocos", &["allocs"]), + ("Assigher", &["assigner"]), + ("Resolvemos", &["resolves"]), + ("Discusson", &["discussion"]), + ("Satifying", &["satisfying"]), + ("Emminently", &["eminently"]), + ("Visuales", &["visuals"]), + ("Theef", &["thief"]), + ("Breef", &["brief", "beef"]), + ("Adderted", &["asserted"]), + ("Cockroackes", &["cockroaches"]), + ("Elseware", &["elsewhere"]), + ("Arithmatic", &["arithmetic"]), + ("Asynchnous", &["asynchronous"]), + ("Susbsystem", &["subsystem"]), + ("Qualifieds", &["qualifies"]), + ("Dissapointd", &["disappointed"]), + ("Freqiencies", &["frequencies"]), + ("Concentratie", &["concentrate"]), + ("Commplete", &["complete"]), + ("Oprators", &["operators"]), + ("Placment", &["placement"]), + ("Chargehr", &["charger"]), + ("Techincality", &["technicality"]), + ("Reuasble", &["reusable"]), + ("Knoledge", &["knowledge"]), + ("Typdef", &["typed", "typedef"]), + ("Punicode", &["punycode"]), + ("Considerd", &["considered"]), + ("Crsytallisation", &["crystallisation"]), + ("Rewritte", &["rewrite"]), + ("Chatou", &["château"]), + ("Sensationilism", &["sensationalism"]), + ("Orietations", &["orientations"]), + ("Trasnfered", &["transferred"]), + ("Commpresed", &["compressed"]), + ("Assumbes", &["assumes"]), + ("Assertio", &["assertion"]), + ("Actualty", &["actually"]), + ("Mirgates", &["migrates"]), + ("Compones", &["compose"]), + ("Aggreecate", &["aggregate"]), + ("Condemmed", &["condemned"]), + ("Noramal", &["normal"]), + ("Losely", &["loosely"]), + ("Releas", &["release"]), + ("Elemant", &["element"]), + ("Misake", &["mistake"]), + ("Encose", &["enclose", "encode"]), + ("Interviening", &["interviewing"]), + ("Commnunity", &["community"]), + ("Toggeles", &["toggles"]), + ("Accesssors", &["accessors"]), + ("Unarchving", &["unarchiving"]), + ("Attemtping", &["attempting"]), + ("Uncomftorably", &["uncomfortably"]), + ("Grapgics", &["graphics"]), + ("Theoratically", &["theoretically"]), + ("Sacrifizes", &["sacrifices"]), + ("Aircaft", &["aircraft"]), + ("Derypted", &["decrypted"]), + ("Interchangable", &["interchangeable"]), + ("Wrecthed", &["wretched"]), + ("Intalles", &["installs"]), + ("Convined", &["combined", "convinced"]), + ("Implmenetaion", &["implementation"]), + ("Directoy", &["directory"]), + ("Toturials", &["tutorials"]), + ("Prepartions", &["preparations"]), + ("Cirlce", &["circle"]), + ("Invocaition", &["invocation"]), + ("Guarbage", &["garbage"]), + ("Sucessot", &["successor"]), + ("Appendend", &["appended"]), + ("Dumplicate", &["duplicate"]), + ("Oppourtunity", &["opportunity"]), + ("Transfored", &["transformed"]), + ("Orginx", &["originx"]), + ("Professin", &["professions"]), + ("Referig", &["referring"]), + ("Termiantor", &["terminator"]), + ("Deutschalnd", &["deutschland"]), + ("Progatonists", &["protagonists"]), + ("Scnadinavia", &["scandinavia"]), + ("Wavelenght", &["wavelength"]), + ("Demenstrations", &["demonstrations"]), + ("Rheotric", &["rhetoric"]), + ("Contaminaton", &["contamination"]), + ("Outher", &["other", "outer"]), + ("Devlove", &["devolve"]), + ("Roduce", &["reduce", "produce"]), + ("Containr", &["container"]), + ("Ubiqutious", &["ubiquitous"]), + ("Mocrochips", &["microchips"]), + ("Therefo", &["thereof"]), + ("Derivitivs", &["derivatives"]), + ("Openning", &["opening"]), + ("Poket", &["pocket"]), + ("Applay", &["apply"]), + ("Weightened", &["weighted"]), + ("Coprighted", &["copyrighted"]), + ("Degenracy", &["degeneracy"]), + ("Anaylsed", &["analysed"]), + ("Cosnsrain", &["constrain"]), + ("Renegotionations", &["renegotiations"]), + ("Correponds", &["corresponds"]), + ("Conculsion", &["conclusion"]), + ("Knowleagable", &["knowledgable"]), + ("Corect", &["correct"]), + ("Lesiban", &["lesbian"]), + ("Ponting", &["pointing"]), + ("Commadn", &["command"]), + ("Patriarchia", &["patriarchal"]), + ("Expolding", &["exploding"]), + ("Collape", &["collapse"]), + ("Provies", &["provides", "proves"]), + ("Alignemnts", &["alignments"]), + ("Halfitme", &["halftime"]), + ("Succeess", &["success"]), + ("Occassions", &["occasions"]), + ("Sychronization", &["synchronization"]), + ("Namespae", &["namespace"]), + ("Popuplation", &["population"]), + ("Enterrnal", &["external", "internal"]), + ("Thoughs", &["thoughts"]), + ("Associcates", &["associates"]), + ("Uninfromes", &["uninforms", "uniforms"]), + ("Initaliser", &["initialiser"]), + ("Metropolitian", &["metropolitan"]), + ("Scheduing", &["scheduling"]), + ("Dynically", &["dynamically"]), + ("Passthrought", &["passthrough"]), + ("Reprocucing", &["reproducing", "reprocuring"]), + ("Acchiev", &["achieve"]), + ("Orfer", &["offer", "order"]), + ("Foregound", &["foreground"]), + ("Openscourced", &["opensourced"]), + ("Transmision", &["transmission"]), + ("Wresseling", &["wrestling"]), + ("Consumation", &["consumption", "consummation"]), + ("Initate", &["initiate", "imitate"]), + ("Alsmost", &["almost"]), + ("Repeatidly", &["repeatedly"]), + ("Appliable", &["applicable"]), + ("Wouold", &["would"]), + ("Nonsence", &["nonsense"]), + ("Overlflows", &["overflows"]), + ("Colorblend", &["colorblind"]), + ("Competitio", &["competitor"]), + ("Hemoraged", &["hemorrhaged"]), + ("Initiialise", &["initialise"]), + ("Decendentant", &["descendant"]), + ("Contraintes", &["constraints"]), + ("Serimonys", &["ceremonies"]), + ("Corelate", &["correlate"]), + ("Orentation", &["orientation"]), + ("Autonegotiotation", &["autonegotiation"]), + ("Circumsition", &["circumcision"]), + ("Sourcee", &["source"]), + ("Genereric", &["generic"]), + ("Meerkrat", &["meerkat"]), + ("Denomonations", &["denominations"]), + ("Docuemtning", &["documenting"]), + ("Foloowers", &["followers"]), + ("Pratice", &["practice"]), + ("Processsor", &["processors", "processor"]), + ("Braverly", &["bravery"]), + ("Envirnments", &["environments"]), + ("Misoganistic", &["misogynistic"]), + ("Allocaiing", &["allocating"]), + ("Discograpy", &["discography"]), + ("Atatchable", &["attachable"]), + ("Pehaps", &["perhaps"]), + ("Currects", &["corrects", "currents"]), + ("Manangement", &["management"]), + ("Osffset", &["offset"]), + ("Begginging", &["beginning"]), + ("Professsion", &["professions"]), + ("Abstratness", &["abstractness"]), + ("Correlaties", &["correlates"]), + ("Customied", &["customized"]), + ("Nearset", &["nearest"]), + ("Motherbaord", &["motherboard"]), + ("Repsented", &["repented", "represented"]), + ("Extragavant", &["extravagant"]), + ("Forwads", &["forwards"]), + ("Preferrably", &["preferably"]), + ("Impelementing", &["implementing"]), + ("Lifeteime", &["lifetime"]), + ("Transvormation", &["transformation"]), + ("Offlaoding", &["offloading"]), + ("Irrelivant", &["irrelevant"]), + ("Guarentieing", &["guaranteeing"]), + ("Downlods", &["downloads"]), + ("Cellabrated", &["celebrated"]), + ("Anchord", &["anchored"]), + ("Antartic", &["antarctic"]), + ("Psychedilic", &["psychedelic"]), + ("Histogam", &["histogram"]), + ("Warcrat", &["warcraft"]), + ("Overcompansations", &["overcompensations"]), + ("Deisgning", &["designing"]), + ("Dissaper", &["disappear"]), + ("Exhustiveness", &["exhaustiveness"]), + ("Pseduo", &["pseudo"]), + ("Campaings", &["campaigns"]), + ("Resoreces", &["resources"]), + ("Penisnula", &["peninsula"]), + ("Dependending", &["depending"]), + ("Protestents", &["protestants"]), + ("Yeld", &["yield"]), + ("Derivatio", &["derivation"]), + ("Tatgert", &["target"]), + ("Detetion", &["detection", "deletion"]), + ("Metaphysicals", &["metaphysics"]), + ("Permution", &["permutation"]), + ("Dictaionary", &["dictionary"]), + ("Devleopment", &["development"]), + ("Negoitate", &["negotiate"]), + ("Rendirers", &["renderers"]), + ("Tranlsation", &["translation"]), + ("Stdanard", &["standard"]), + ("Exaplaining", &["explaining"]), + ("Charactor", &["character"]), + ("Mege", &["merge"]), + ("Implemted", &["implemented"]), + ("Consctructor", &["constructor"]), + ("Possiblely", &["possibly"]), + ("Intenal", &["internal"]), + ("Ddivision", &["division"]), + ("Desstructor", &["destructor"]), + ("Protistant", &["protestant"]), + ("Collasped", &["collapsed"]), + ("Algorhitms", &["algorithms"]), + ("Inderts", &["inserts"]), + ("Systemwindiow", &["systemwindow"]), + ("Illuminista", &["illuminati"]), + ("Pased", &["passed", "parsed"]), + ("Boundaires", &["boundaries"]), + ("Programmier", &["programmer"]), + ("Impiled", &["implied"]), + ("Connecties", &["connects"]), + ("Dergistration", &["deregistration"]), + ("Obeidence", &["obedience"]), + ("Spcific", &["specific"]), + ("Derogotary", &["derogatory"]), + ("Irrationallity", &["irrationally"]), + ("Permantly", &["permanently"]), + ("Caffiene", &["caffeine"]), + ("Skools", &["schools"]), + ("Introvers", &["introverts"]), + ("Neighbots", &["neighbors"]), + ("Releection", &["reelection"]), + ("Campagins", &["campaigns"]), + ("Reqested", &["requested"]), + ("Dependencie", &["dependence", "dependency"]), + ("Shamelessely", &["shamelessly"]), + ("Direcetories", &["directories"]), + ("Mistic", &["mystic"]), + ("Guarneted", &["guaranteed"]), + ("Leviathn", &["leviathan"]), + ("Simplfied", &["simplified"]), + ("Algoithmically", &["algorithmically"]), + ("Investiage", &["investigate"]), + ("Referecence", &["reference"]), + ("Reqiring", &["requiring"]), + ("Dimond", &["diamond"]), + ("Unavailabe", &["unavailable"]), + ("Ukrainiens", &["ukrainians"]), + ("Nestolgic", &["nostalgic"]), + ("Paackage", &["package"]), + ("Insuffciency", &["insufficiency"]), + ("Democraphic", &["demographic"]), + ("Autonegotication", &["autonegotiation"]), + ("Negiotated", &["negotiated"]), + ("Visably", &["visibly"]), + ("Perfomamces", &["performances"]), + ("Supproted", &["supported"]), + ("Moer", &["more"]), + ("Repoting", &["reporting"]), + ("Industrualized", &["industrialized"]), + ("Slewths", &["sleuths"]), + ("Tonguers", &["tongues"]), + ("Corproations", &["corporations"]), + ("Veryfy", &["verify"]), + ("Missclassifies", &["misclassifies"]), + ("Hrlp", &["help"]), + ("Sucessully", &["successfully"]), + ("Bluestooth", &["bluetooth"]), + ("Subresoure", &["subresource"]), + ("Succesd", &["succeeds"]), + ("Clitorius", &["clitoris"]), + ("Parshally", &["partially"]), + ("Realibly", &["reliably"]), + ("Specfically", &["specifically"]), + ("Authoritiers", &["authorities"]), + ("Caclate", &["calculate"]), + ("Clobal", &["global"]), + ("Engagemnet", &["engagements"]), + ("Functionallity", &["functionality"]), + ("Bracnhing", &["branching"]), + ("Idetifier", &["identifier"]), + ("Unmaping", &["unmapping"]), + ("Authur", &["author"]), + ("Grandizing", &["aggrandizing"]), + ("Neighobring", &["neighboring"]), + ("Definitve", &["definite"]), + ("Yestrday", &["yesterday"]), + ("Undertanded", &["understood"]), + ("Exctraction", &["extraction"]), + ("Proprotions", &["proportions"]), + ("Hirarchies", &["hierarchies"]), + ("Releaing", &["releasing"]), + ("Hardwod", &["hardwood"]), + ("Consequtive", &["consecutive"]), + ("Automaitcally", &["automatically"]), + ("Carboyhdrates", &["carbohydrates"]), + ("Documemt", &["document"]), + ("Manipution", &["manipulation"]), + ("Internatinal", &["international"]), + ("Painkilllers", &["painkillers"]), + ("Hapenned", &["happened"]), + ("Structual", &["structural"]), + ("Benefitical", &["beneficial"]), + ("Unfortunalty", &["unfortunately"]), + ("Imformation", &["information"]), + ("Exclusivelly", &["exclusively"]), + ("Peripathetic", &["peripatetic"]), + ("Effedts", &["effects"]), + ("Apperant", &["apparent", "aberrant"]), + ("Definitlry", &["definitely"]), + ("Insetad", &["instead"]), + ("Inablility", &["inability"]), + ("Approximetly", &["approximately"]), + ("Dissalowing", &["disallowing"]), + ("Experimntation", &["experimentation"]), + ("Arithemetic", &["arithmetic"]), + ("Pooint", &["point"]), + ("Trainig", &["training"]), + ("Deffinitively", &["definitively"]), + ("Nuisanse", &["nuisance"]), + ("Xenophobical", &["xenophobia"]), + ("Insentive", &["incentive", "insensitive"]), + ("Sucide", &["suicide"]), + ("Cuileoga", &["cuileog"]), + ("Guarenteedes", &["guarantees"]), + ("Startlisteneing", &["startlistening"]), + ("Coinsidental", &["coincidental"]), + ("Commpare", &["compare"]), + ("Recending", &["rescinding"]), + ("Pulisher", &["publisher"]), + ("Upsrteaming", &["upstreaming"]), + ("Interpretare", &["interpreter"]), + ("Unmanouverable", &["unmaneuverable", "unmanoeuvrable"]), + ("Declairs", &["declares"]), + ("Ndoes", &["nodes"]), + ("Authorithies", &["authorities"]), + ("Overfows", &["overflows"]), + ("Repititive", &["repetitive"]), + ("Sprinkeld", &["sprinkled"]), + ("Reveald", &["revealed"]), + ("Brances", &["branches"]), + ("Alternater", &["alternator"]), + ("Exchaged", &["exchanged"]), + ("Prcessing", &["processing"]), + ("Autokorrect", &["autocorrect"]), + ("Exculsion", &["exclusion"]), + ("Lifetyle", &["lifestyle"]), + ("Rendazyvoo", &["rendezvous"]), + ("Hussel", &["hustle", "mussel"]), + ("Addresed", &["addressed"]), + ("Conatined", &["contained"]), + ("Incorectly", &["incorrectly"]), + ("Maniuplations", &["manipulations"]), + ("Suppressio", &["suppressor"]), + ("Superchager", &["supercharger"]), + ("Yelded", &["yielded"]), + ("Diliberately", &["deliberately"]), + ("Dcompressed", &["decompressed"]), + ("Defensivly", &["defensively"]), + ("Masturbaing", &["masturbating"]), + ("Flechter", &["fletcher"]), + ("Phsyicists", &["physicists"]), + ("Assestment", &["assessment"]), + ("Isse", &["issue"]), + ("Interacsions", &["interactions"]), + ("Tomorro", &["tomorrow"]), + ("Priciples", &["principles"]), + ("Multixsite", &["multisite"]), + ("Prposiing", &["proposing"]), + ("Somwhat", &["somewhat"]), + ("Cannpt", &["cannot"]), + ("Autocmpleting", &["autocompleting"]), + ("Complicted", &["complicated"]), + ("Reyonlds", &["reynolds"]), + ("Paladinos", &["paladins"]), + ("Renegotioable", &["renegotiable"]), + ("Smalles", &["smallest"]), + ("Epsionage", &["espionage"]), + ("Inspiraton", &["inspiration"]), + ("Retun", &["return"]), + ("Contigent", &["contingent"]), + ("Physicaly", &["physically"]), + ("Vulnerabuiliti", &["vulnerability"]), + ("Caling", &["calling", "scaling", "culling"]), + ("Commoditites", &["commodities"]), + ("Entitity", &["entity"]), + ("Busrting", &["bursting"]), + ("Lannsiters", &["lannisters"]), + ("Mountpiont", &["mountpoint"]), + ("Indains", &["indians"]), + ("Sweatshit", &["sweatshirt"]), + ("Corrosponds", &["corresponds"]), + ("Excpect", &["expect"]), + ("Undergated", &["underrated"]), + ("Overlodes", &["overloads"]), + ("Torublesome", &["troublesome"]), + ("Repubicans", &["republicans"]), + ("Datas", &["data"]), + ("Pard", &["part"]), + ("Renegotatiator", &["renegotiator"]), + ("Competidor", &["competitor"]), + ("Authorizaton", &["authorization"]), + ("Reprsented", &["represented"]), + ("Dicipline", &["discipline"]), + ("Availaible", &["available"]), + ("Multibye", &["multibyte"]), + ("Assoaiating", &["associating"]), + ("Orphanes", &["orphans"]), + ("Conservice", &["conserve"]), + ("Fundamnetalist", &["fundamentalist"]), + ("Seperratly", &["separately"]), + ("Contetion", &["contention"]), + ("Brazilions", &["brazilians"]), + ("Converstation", &["conversation"]), + ("Meesages", &["messages"]), + ("Characteors", &["characters"]), + ("Subsytems", &["subsystems"]), + ("Msytical", &["mystical"]), + ("Interviwer", &["interviewer"]), + ("Missunderstood", &["misunderstood"]), + ("Happpen", &["happen"]), + ("Exceirpts", &["excerpts"]), + ("Indicateurs", &["indicates"]), + ("Procrastion", &["procreation"]), + ("Perferrmance", &["performance"]), + ("Reperesenting", &["representing"]), + ("Forgivness", &["forgiveness"]), + ("Experimentaal", &["experimental"]), + ("Percenage", &["percentage"]), + ("Lanaguge", &["language"]), + ("Invald", &["invalid"]), + ("Keynode", &["keynote"]), + ("Montly", &["monthly"]), + ("Meditatin", &["meditation"]), + ("Disliks", &["dislikes"]), + ("Obseravtions", &["observations"]), + ("Unprofessionnal", &["unprofessional"]), + ("Archictectures", &["architectures"]), + ("Merchindise", &["merchandise"]), + ("Underestemating", &["underestimating"]), + ("Properyy", &["property", "properly"]), + ("Nescesarrily", &["necessarily"]), + ("Numberss", &["numbers"]), + ("Containging", &["containing"]), + ("Dismanteld", &["dismantled"]), + ("Assymtotically", &["asymptotically"]), + ("Dyansty", &["dynasty"]), + ("Anouther", &["another"]), + ("Undertands", &["understands"]), + ("Optionaly", &["optionally"]), + ("Swicthed", &["switched"]), + ("Deocrative", &["decorative"]), + ("Installmant", &["installment"]), + ("Stimulents", &["stimulants"]), + ("Buildins", &["buildings"]), + ("Initialisiation", &["initialisation"]), + ("Newcastel", &["newcastle"]), + ("Misogynyst", &["misogynist"]), + ("Neighbourhodd", &["neighbourhood"]), + ("Onother", &["another"]), + ("Photogrpahed", &["photographed"]), + ("Asssassans", &["assassins"]), + ("Aestheticaly", &["aesthetically"]), + ("Attcahed", &["attached"]), + ("Anarquistic", &["anarchistic"]), + ("Noticiable", &["noticeable"]), + ("Metropolitin", &["metropolitan"]), + ("Montains", &["mountains"]), + ("Abolute", &["absolute"]), + ("Spirtiuality", &["spirituality"]), + ("Templers", &["temples"]), + ("Recommds", &["recommends"]), + ("Beforing", &["before"]), + ("Corinthins", &["corinthians"]), + ("Concervation", &["conservation"]), + ("Drastical", &["drastically"]), + ("Mutatin", &["mutation"]), + ("Subtruct", &["subtract"]), + ("Apprendice", &["apprentice"]), + ("Vientam", &["vietnam"]), + ("Temporyrily", &["temporarily"]), + ("Zionsits", &["zionists"]), + ("Proprely", &["properly"]), + ("Legths", &["lengths"]), + ("Decaffinated", &["decaffeinated"]), + ("Disposte", &["dispose"]), + ("Commemters", &["commenters"]), + ("Beardude", &["bearded"]), + ("Clyinder", &["cylinder"]), + ("Conveniant", &["convenient"]), + ("Capabiltity", &["capability"]), + ("Dimention", &["dimension"]), + ("Coalscing", &["coalescing"]), + ("Guantanano", &["guantanamo"]), + ("Abrupty", &["abruptly"]), + ("Annotaion", &["annotation"]), + ("Increament", &["increment"]), + ("Keyesnian", &["keynesian"]), + ("Dissimilary", &["dissimilarly"]), + ("Axissymmetric", &["axisymmetric"]), + ("Integirty", &["integrity"]), + ("Replacte", &["replace", "replicate"]), + ("Unampped", &["unmapped"]), + ("Articifially", &["artificially"]), + ("Sansitizers", &["sanitizers"]), + ("Instututionalized", &["institutionalized"]), + ("Registraion", &["registration"]), + ("Lockscreeen", &["lockscreen"]), + ("Singol", &["signal", "single"]), + ("Aqaurium", &["aquarium"]), + ("Propertions", &["proportions"]), + ("Ambadextrouseness", &["ambidextrousness"]), + ("Superhereos", &["superhero"]), + ("Branckes", &["branches"]), + ("Execuctions", &["executions"]), + ("Connaect", &["connect"]), + ("Indivdually", &["individually"]), + ("Waterproff", &["waterproof"]), + ("Paradim", &["paradigm"]), + ("Lackers", &["lacquers"]), + ("Slecting", &["selecting"]), + ("Intertwinned", &["intertwined"]), + ("Businesman", &["businessman"]), + ("Favortie", &["favorite"]), + ("Obeservers", &["observers"]), + ("Creeates", &["creates"]), + ("Skillsto", &["skillshots"]), + ("Bloodboner", &["bloodborne"]), + ("Critizisms", &["criticisms"]), + ("Vehementely", &["vehemently"]), + ("Analyers", &["analysers", "analyzers"]), + ("Acumalated", &["accumulated"]), + ("Trown", &["thrown"]), + ("Electonic", &["electronic"]), + ("Acent", &["ascent"]), + ("Negotitate", &["negotiate"]), + ("Infrequentcies", &["infrequencies"]), + ("Requierement", &["requirement"]), + ("Interchangeabley", &["interchangeably"]), + ("Tortilllas", &["tortilla"]), + ("Descrybe", &["describe"]), + ("Scubscribe", &["subscribe"]), + ("Dispraportionately", &["disproportionately"]), + ("Desingation", &["designation"]), + ("Desomnd", &["desmond"]), + ("Enviromentally", &["environmentally"]), + ("Scrached", &["scratched"]), + ("Mississipppi", &["mississippi"]), + ("Regenrating", &["regenerating"]), + ("Authentation", &["authentication"]), + ("Comprassem", &["compress"]), + ("Peope", &["people"]), + ("Uncommmon", &["uncommon"]), + ("Integrarlo", &["integral"]), + ("Dividendos", &["dividends"]), + ("Saturdey", &["saturday"]), + ("Amonst", &["amongst"]), + ("Conservatie", &["conservatives"]), + ("Extrat", &["extract"]), + ("Exolicit", &["explicit"]), + ("Criticall", &["critical", "critically"]), + ("Authethicate", &["authenticate"]), + ("Vieport", &["viewport"]), + ("Comparisaion", &["comparison"]), + ("Viewpoit", &["viewpoints"]), + ("Becauae", &["because"]), + ("Stereotypers", &["stereotypes"]), + ("Spript", &["script"]), + ("Satisfacion", &["satisfaction"]), + ("Guaruanteeing", &["guaranteeing"]), + ("Folllow", &["follow"]), + ("Elsehwere", &["elsewhere"]), + ("Wildreness", &["wilderness"]), + ("Suplant", &["supplant"]), + ("Pojrections", &["projections"]), + ("Humanitatian", &["humanitarian"]), + ("Civalasations", &["civilisations"]), + ("Curelty", &["cruelty"]), + ("Sentense", &["sentence"]), + ("Equiptment", &["equipment"]), + ("Fluctuative", &["fluctuate"]), + ("Licenes", &["license"]), + ("Accidantely", &["accidentally"]), + ("Atalog", &["catalog"]), + ("Bimontly", &["bimonthly"]), + ("Interfer", &["interfere"]), + ("Octect", &["octet"]), + ("Bottomn", &["bottom"]), + ("Sedereal", &["sidereal"]), + ("Hypotethical", &["hypothetical"]), + ("Audomoderator", &["automoderator"]), + ("Individuella", &["individual"]), + ("Refirgerator", &["refrigerator"]), + ("Constaints", &["constraints"]), + ("Brimestone", &["brimstone"]), + ("Opinyonal", &["opinional"]), + ("Derviatives", &["derivatives"]), + ("Dispencers", &["dispenser"]), + ("Transformus", &["transforms"]), + ("Strart", &["start"]), + ("Unavailablility", &["unavailability"]), + ("Heistation", &["hesitation"]), + ("Hermertic", &["hermetic"]), + ("Disciminate", &["discriminate"]), + ("Justication", &["justification"]), + ("Distrubute", &["distribute"]), + ("Rovides", &["provides"]), + ("Renegotiote", &["renegotiate"]), + ("Enitre", &["entire"]), + ("Broswed", &["browsed"]), + ("Dsiabled", &["disabled"]), + ("Sawtes", &["sautés"]), + ("Orignated", &["originated"]), + ("Bureaucratics", &["bureaucrats"]), + ("Enouhg", &["enough"]), + ("Copoying", &["copying"]), + ("Evaluting", &["evaluating"]), + ("Cacoon", &["cocoon"]), + ("Irleand", &["ireland"]), + ("Opf", &["of"]), + ("Deccrement", &["decrement"]), + ("Periperal", &["peripheral"]), + ("Prefrences", &["preferences"]), + ("Experimneting", &["experimenting"]), + ("Improvemnts", &["improvements"]), + ("Assinment", &["assignment"]), + ("Orchestraed", &["orchestrated"]), + ("Clacium", &["calcium"]), + ("Seramonial", &["ceremonial"]), + ("Redirectrion", &["redirection"]), + ("Matc", &["match"]), + ("Definiteyl", &["definitely"]), + ("Enchantig", &["enchanting"]), + ("Expetimenting", &["experimenting"]), + ("Subsequentely", &["subsequently"]), + ("Assember", &["assembler"]), + ("Deparments", &["departments"]), + ("Commuity", &["community"]), + ("Mechine", &["machine"]), + ("Alo", &["also"]), + ("Renegotiotion", &["renegotiation"]), + ("Churchers", &["churches"]), + ("Forwar", &["forward"]), + ("Algorwwithmic", &["algorithmic"]), + ("Tillt", &["tilt"]), + ("Databsaes", &["databases"]), + ("Iniected", &["injected"]), + ("Sopunded", &["sounded"]), + ("Maniputor", &["manipulator"]), + ("Authethicator", &["authenticator"]), + ("Compresing", &["compressing"]), + ("Touritsy", &["touristy"]), + ("Straighted", &["straightened"]), + ("Accestor", &["accessor", "ancestor"]), + ("Complicare", &["complicate"]), + ("Rsourced", &["resourced", "sourced"]), + ("Complet", &["complete"]), + ("Expressino", &["expression"]), + ("Tung", &["tongue"]), + ("Historiens", &["histories"]), + ("Renegoitable", &["renegotiable"]), + ("Arciver", &["archiver"]), + ("Undetstand", &["understand"]), + ("Evaluete", &["evaluate"]), + ("Camparing", &["comparing"]), + ("Intenationalists", &["internationalists"]), + ("Planeswaler", &["planeswalker"]), + ("Checkd", &["checked"]), + ("Seperation", &["separation"]), + ("Numner", &["number"]), + ("Wissled", &["whistled"]), + ("Tylenool", &["tylenol"]), + ("Illegitamte", &["illegitimate"]), + ("Nummbers", &["numbers"]), + ("Modyfying", &["modifying"]), + ("Signatur", &["signature"]), + ("Superseeds", &["supersedes"]), + ("Lewtenant", &["lieutenant"]), + ("Enrtry", &["entry"]), + ("Relativy", &["relativity"]), + ("Availavility", &["availability"]), + ("Unsychronised", &["unsynchronised"]), + ("Strengh", &["strength"]), + ("Disscus", &["discuss"]), + ("Ennemies", &["enemies"]), + ("Precentages", &["percentages"]), + ("Plaftorms", &["platforms"]), + ("Communiyt", &["community"]), + ("Characterstics", &["characteristics"]), + ("Referals", &["referrals"]), + ("Permessioned", &["permissioned"]), + ("Registraration", &["registration"]), + ("Implementataions", &["implementations"]), + ("Proceesing", &["proceeding"]), + ("Enouraged", &["encouraged"]), + ("Tressle", &["trestle"]), + ("Jeffies", &["jiffies"]), + ("Rennovation", &["renovation"]), + ("Collidies", &["collides"]), + ("Buitlins", &["builtins"]), + ("Sylabus", &["syllabus"]), + ("Farhenheit", &["fahrenheit"]), + ("Logcal", &["logical"]), + ("Unsepcified", &["unspecified"]), + ("Maped", &["mapped"]), + ("Accompony", &["accompany"]), + ("Prooerties", &["properties"]), + ("Univiersal", &["universal"]), + ("Metacharater", &["metacharacter"]), + ("Intersetion", &["intersection"]), + ("Speficifier", &["specifier"]), + ("Implemenetations", &["implementations"]), + ("Magisine", &["magazine"]), + ("Relocaions", &["relocations"]), + ("Pallette", &["palette"]), + ("Prinicipal", &["principal"]), + ("Perpsective", &["perspective"]), + ("Persuassive", &["persuasive"]), + ("Inadquate", &["inadequate"]), + ("Avaibale", &["available"]), + ("Nofications", &["notifications"]), + ("Phisics", &["physics"]), + ("Platflorms", &["platforms"]), + ("Oprhan", &["orphan"]), + ("Opportunty", &["opportunity"]), + ("Eventuall", &["eventually"]), + ("Mixxed", &["mixed"]), + ("Experimanted", &["experimented"]), + ("Compilier", &["compiler"]), + ("Alwast", &["always"]), + ("Complatness", &["completeness"]), + ("Commiter", &["committer"]), + ("Speficitation", &["specification"]), + ("Speficiication", &["specification"]), + ("Qualifiy", &["qualify"]), + ("Cofirms", &["confirms"]), + ("Develped", &["developed"]), + ("Motivacional", &["motivational"]), + ("Freindship", &["friendship"]), + ("Fedility", &["fidelity"]), + ("Symptums", &["symptoms"]), + ("Condiiton", &["condition"]), + ("Guarentie", &["guarantee"]), + ("Queitly", &["quietly"]), + ("Conclsuions", &["concussions"]), + ("Uncontitutional", &["unconstitutional"]), + ("Sinlgeplayer", &["singleplayer"]), + ("Liberaties", &["liberate"]), + ("Impeccabile", &["impeccable"]), + ("Crowm", &["crown"]), + ("Whsiper", &["whisper"]), + ("Copmutations", &["computations"]), + ("Progapators", &["propagators"]), + ("Chck", &["check"]), + ("Teamfighs", &["teamfights"]), + ("Subsadized", &["subsidized"]), + ("Obyect", &["object"]), + ("Posioned", &["poisoned", "positioned"]), + ("Wryth", &["writhe"]), + ("Syntacts", &["syntax"]), + ("Resuilts", &["results"]), + ("Catepillar", &["caterpillar"]), + ("Temptating", &["temptation"]), + ("Extraterrestial", &["extraterrestrial"]), + ("Instabilty", &["instability"]), + ("Difficutlies", &["difficulties"]), + ("Rewirtten", &["rewritten"]), + ("Recgonizes", &["recognizes"]), + ("Inconsistenties", &["inconsistencies"]), + ("Filcker", &["flicker"]), + ("Interfers", &["interferes"]), + ("Hesiate", &["hesitate"]), + ("Accumulotor", &["accumulator"]), + ("Succcessor", &["successor"]), + ("Acccount", &["account"]), + ("Poiints", &["points"]), + ("Prelimenary", &["preliminary"]), + ("Discribed", &["described"]), + ("Reqirement", &["requirement"]), + ("Retreved", &["retrieved"]), + ("Plcaements", &["placements"]), + ("Hungarin", &["hungarian"]), + ("Correespondent", &["correspondent"]), + ("Suspisions", &["suspicions"]), + ("Yoyu", &["you"]), + ("Vertx", &["vertex"]), + ("Bakgrounds", &["backgrounds"]), + ("Independentally", &["independently"]), + ("Internationnal", &["international"]), + ("Doapmine", &["dopamine"]), + ("Arrane", &["arrange"]), + ("Trandgender", &["transgender"]), + ("Enchantent", &["enchantment"]), + ("Modiofication", &["modification"]), + ("Contignuous", &["contiguous"]), + ("Mofdified", &["modified"]), + ("Africanas", &["africans"]), + ("Inmmediately", &["immediately"]), + ("Ownwer", &["owner"]), + ("Susceding", &["seceding", "succeeding"]), + ("Presntations", &["presentations"]), + ("Inreractive", &["interactive"]), + ("Unsucceeded", &["unsuccessful"]), + ("Judgenental", &["judgemental"]), + ("Exatly", &["exactly"]), + ("Maks", &["mask", "masks", "makes", "make"]), + ("Comtaining", &["containing"]), + ("Surported", &["supported"]), + ("Exipres", &["expires"]), + ("Decomposeion", &["decomposition"]), + ("Specyfing", &["specifying"]), + ("Seperaors", &["separators"]), + ("Inferioara", &["inferior"]), + ("Subscirbe", &["subscribe"]), + ("Exectuor", &["executor"]), + ("Myabe", &["maybe"]), + ("Disobeidence", &["disobedience"]), + ("Hiygeine", &["hygiene"]), + ("Intervall", &["interval"]), + ("Acccepted", &["accepted"]), + ("Whyt", &["what", "why"]), + ("Recliam", &["reclaim"]), + ("Continuning", &["continuing"]), + ("Responcibilities", &["responsibilities"]), + ("Controlelrs", &["controllers"]), + ("Dynastry", &["dynasty"]), + ("Charaterized", &["characterized"]), + ("Conventionnal", &["conventional"]), + ("Cansiter", &["canister"]), + ("Bourgeoius", &["bourgeois"]), + ("Windoes", &["windows"]), + ("Expermimentation", &["experimentation"]), + ("Pyschedelic", &["psychedelic"]), + ("Differntiate", &["differentiate"]), + ("Acknowldegements", &["acknowledgements"]), + ("Firtsly", &["firstly"]), + ("Overlcoking", &["overlooking"]), + ("Likelly", &["likely"]), + ("Ulter", &["alter"]), + ("Acidents", &["accidents"]), + ("Datattype", &["datatype"]), + ("Filterring", &["filtering"]), + ("Execting", &["executing", "expecting"]), + ("Professonial", &["professionals"]), + ("Monolouge", &["monologue"]), + ("Necromanser", &["necromancer"]), + ("Approxmates", &["approximates"]), + ("Culd", &["could"]), + ("Condidional", &["conditional"]), + ("Suscribed", &["subscribed"]), + ("Etension", &["extension"]), + ("Renewebles", &["renewables"]), + ("Inteferring", &["interfering"]), + ("Unnecessairy", &["unnecessarily"]), + ("Californa", &["california"]), + ("Headses", &["headsets"]), + ("Annonymously", &["anonymously"]), + ("Constitition", &["constitution"]), + ("Picthfork", &["pitchfork"]), + ("Specficy", &["specify"]), + ("Manufactuerd", &["manufactured"]), + ("Copytights", &["copyrights"]), + ("Mathematitian", &["mathematician"]), + ("Postitions", &["positions"]), + ("Govornment", &["government"]), + ("Virbator", &["vibrator"]), + ("Performane", &["performances", "performance"]), + ("Evluates", &["evaluates"]), + ("Exttra", &["extra"]), + ("Tranlastion", &["translations"]), + ("Everyonelse", &["everyones"]), + ("Mecahnics", &["mechanics"]), + ("Temperatues", &["temperatures"]), + ("Follwowing", &["following"]), + ("Responisbilities", &["responsibilities"]), + ("Prescriptons", &["prescriptions"]), + ("Authencicates", &["authenticates"]), + ("Encrcyptions", &["encryptions"]), + ("Unabale", &["unable"]), + ("Arbitrers", &["arbiters", "arbitrators"]), + ("Regardles", &["regardless"]), + ("Sability", &["stability"]), + ("Myraid", &["myriad"]), + ("Refubrished", &["refurbished"]), + ("Tresuring", &["treasuring"]), + ("Segregaded", &["segregated"]), + ("Mial", &["mail"]), + ("Everyhing", &["everything"]), + ("Insignificent", &["insignificant"]), + ("Hunagrian", &["hungarian"]), + ("Timestaping", &["timestamping"]), + ("Recipiants", &["recipients"]), + ("Culterally", &["culturally"]), + ("Unintelligant", &["unintelligent"]), + ("Paranomral", &["paranormal"]), + ("Radioactief", &["radioactive"]), + ("Conexts", &["contexts", "connects"]), + ("Apsaragus", &["asparagus"]), + ("Characeter", &["character"]), + ("Resourcsed", &["resourced", "resource"]), + ("Follwwong", &["following"]), + ("Preppendet", &["prepended"]), + ("Blanketts", &["blankets"]), + ("Anecdatally", &["anecdotally"]), + ("Vidoegames", &["videogames"]), + ("Coneectivities", &["connectivities"]), + ("Unnecessery", &["unnecessary"]), + ("Uruguary", &["uruguay"]), + ("Strawbeary", &["strawberry"]), + ("Recontructions", &["reconstructions"]), + ("Substituations", &["substitutions"]), + ("Initializedd", &["initialized"]), + ("Plausbile", &["plausible"]), + ("Dabase", &["database"]), + ("Quarintine", &["quarantine"]), + ("Conspriacy", &["conspiracy"]), + ("Ressurects", &["resurrects"]), + ("Settubg", &["setting", "setup"]), + ("Platformar", &["platformer"]), + ("Noteably", &["notably"]), + ("Computationnal", &["computational"]), + ("Battlearts", &["battlestar"]), + ("Recretion", &["recreation"]), + ("Mircotransactions", &["microtransactions"]), + ("Authenricate", &["authenticate"]), + ("Mellinnium", &["millennium"]), + ("Encaspulate", &["encapsulate"]), + ("Doagonals", &["diagonals"]), + ("Degragation", &["degradation"]), + ("Virutalisation", &["virtualisation"]), + ("Detectected", &["detected"]), + ("Alighned", &["aligned"]), + ("Deifnetly", &["definitely"]), + ("Equavalent", &["equivalent"]), + ("Custamized", &["customized"]), + ("Stucked", &["stuck"]), + ("Overtunred", &["overturned"]), + ("Deambiguate", &["disambiguate"]), + ("Butifully", &["beautifully"]), + ("Osbscure", &["obscure"]), + ("Nostalgica", &["nostalgia"]), + ("Construcive", &["constructive"]), + ("Fursthermore", &["furthermore"]), + ("Effortlesly", &["effortlessly"]), + ("Dispencaries", &["dispensaries"]), + ("Defaulf", &["default"]), + ("Baiscly", &["basically"]), + ("Communitites", &["communities"]), + ("Projecticles", &["projectiles"]), + ("Iniitializing", &["initializing"]), + ("Investirat", &["investigator"]), + ("Hertiage", &["heritage"]), + ("Occational", &["occasional"]), + ("Prescritions", &["prescriptions"]), + ("Lnowledgable", &["knowledgable"]), + ("Cyliders", &["cylinders"]), + ("Lannistars", &["lannisters"]), + ("Brunete", &["brunette"]), + ("Planetos", &["planets"]), + ("Nonsesne", &["nonsense"]), + ("Mantainers", &["maintainers"]), + ("Democraphics", &["demographics"]), + ("Invetory", &["inventory"]), + ("Hilighted", &["highlighted"]), + ("Immadiately", &["immediately"]), + ("Centisenconds", &["centiseconds"]), + ("Parasties", &["parasites"]), + ("Cuatiously", &["cautiously"]), + ("Robberys", &["robbers"]), + ("Interveiwer", &["interviewer"]), + ("Negoitators", &["negotiators"]), + ("Bullest", &["bullets"]), + ("Athesitic", &["atheistic"]), + ("Deserialziation", &["deserialization"]), + ("Fahernheit", &["fahrenheit"]), + ("Emegrency", &["emergency"]), + ("Mimatchd", &["mismatched"]), + ("Execut", &["execute"]), + ("Extented", &["extended"]), + ("Szied", &["sized"]), + ("Generalife", &["generalize"]), + ("Noteworthly", &["noteworthy"]), + ("Shourtcur", &["shortcut"]), + ("Negoatiate", &["negotiate"]), + ("Doed", &["does"]), + ("Nawshea", &["nausea"]), + ("Verifie", &["verify", "verified"]), + ("Gadgest", &["gadgets"]), + ("Reboudns", &["rebounds"]), + ("Bugous", &["bogus"]), + ("Followd", &["followed", "follows", "follow"]), + ("Notificarion", &["notification"]), + ("Canceres", &["cancers"]), + ("Memcahed", &["memcached"]), + ("Situatutions", &["situations"]), + ("Neight", &["neither"]), + ("Decrmenet", &["decrement"]), + ("Thatn", &["that", "than"]), + ("Theraphy", &["therapy"]), + ("Recommanding", &["recommending"]), + ("Asthetically", &["aesthetically"]), + ("Dereive", &["derive"]), + ("Prerequesite", &["prerequisite"]), + ("Realistc", &["realistic"]), + ("Diffences", &["differences", "defences"]), + ("Rectiinear", &["rectilinear"]), + ("Unfairy", &["unfairly"]), + ("Premits", &["permits"]), + ("Infiltrarte", &["infiltrate"]), + ("Organische", &["organise"]), + ("Outperfomring", &["outperforming"]), + ("Composibility", &["composability"]), + ("Bracelettes", &["bracelets"]), + ("Bartendars", &["bartenders"]), + ("Sentemental", &["sentimental"]), + ("Redefiend", &["redefined"]), + ("Easiyl", &["easily"]), + ("Itermediate", &["intermediate"]), + ("Guarnety", &["guaranty"]), + ("Remarkibly", &["remarkably"]), + ("Ouevre", &["oeuvre"]), + ("Executuions", &["executions"]), + ("Interioare", &["interior"]), + ("Metablosim", &["metabolism"]), + ("Tangencially", &["tangentially"]), + ("Portabillity", &["portability"]), + ("Preipheral", &["peripheral"]), + ("Accidentes", &["accidents"]), + ("Paragrphs", &["paragraphs"]), + ("Decendend", &["descendent", "descended"]), + ("Initilialised", &["initialised"]), + ("Provisonal", &["provisional"]), + ("Expermenetation", &["experimentation"]), + ("Photogrpahy", &["photography"]), + ("Espressino", &["espresso"]), + ("Commnads", &["commands"]), + ("Ocasion", &["occasion"]), + ("Noexistent", &["nonexistent"]), + ("Aviaiton", &["aviation"]), + ("Sirvayles", &["surveils"]), + ("Refridgeration", &["refrigeration"]), + ("Completly", &["completely"]), + ("Refedendum", &["referendum"]), + ("Preconditoners", &["preconditioners"]), + ("Tenanets", &["tenants"]), + ("Presentato", &["presentation"]), + ("Gloriuos", &["glorious"]), + ("Archioves", &["archives"]), + ("Contraceptivos", &["contraceptives"]), + ("Parem", &["param"]), + ("Deivative", &["derivative"]), + ("Infridgement", &["infringement"]), + ("Initalism", &["initialism"]), + ("Aproaching", &["approaching"]), + ("Ansesters", &["ancestors"]), + ("Homosexuella", &["homosexual"]), + ("Disassemle", &["disassemble"]), + ("Denomitator", &["denominator"]), + ("Enourmously", &["enormously"]), + ("Ehich", &["which"]), + ("Disillutioned", &["disillusioned"]), + ("Quarantene", &["quarantine"]), + ("Optionnaly", &["optionally"]), + ("Fcound", &["found"]), + ("Unorderd", &["unordered"]), + ("Wikileakers", &["wikileaks"]), + ("Senstitivity", &["sensitivity"]), + ("Negothiable", &["negotiable"]), + ("Expentitures", &["expenditures"]), + ("Deamonizes", &["daemonizes"]), + ("Condtitionals", &["conditionals"]), + ("Goosepumps", &["goosebumps"]), + ("Brazilains", &["brazilians"]), + ("Differantly", &["differently"]), + ("Idenpenendtly", &["independently"]), + ("Soundtrakcs", &["soundtracks"]), + ("Feek", &["feel"]), + ("Unfortunetely", &["unfortunately"]), + ("Cernomial", &["ceremonial"]), + ("Pointss", &["points"]), + ("Kinfs", &["kinds"]), + ("Hadler", &["handler"]), + ("Recommad", &["recommend"]), + ("Recurison", &["recursion"]), + ("Followng", &["following"]), + ("Radation", &["radiation"]), + ("Prpeparations", &["preparations"]), + ("Uplifitng", &["uplifting"]), + ("Pilgirm", &["pilgrim"]), + ("Supermarkert", &["supermarkets"]), + ("Trianing", &["training"]), + ("Configuations", &["configurations"]), + ("Previouly", &["previously"]), + ("Scatched", &["caught", "scratched", "sketched"]), + ("Tpyed", &["typed"]), + ("Congresmen", &["congressmen"]), + ("Descendend", &["descended", "descendent"]), + ("Programmets", &["programmers"]), + ("Explotions", &["explosions"]), + ("Thermastat", &["thermostat"]), + ("Indepdendet", &["independent"]), + ("Fingerpoints", &["fingerprints"]), + ("Presed", &["preset", "pressed"]), + ("Beleaves", &["believes"]), + ("Purposefuly", &["purposefully"]), + ("Unsanfe", &["unsafe"]), + ("Dysphora", &["dysphoria"]), + ("Parititioned", &["partitioned"]), + ("Disscusion", &["discussion"]), + ("Logrithm", &["logarithm"]), + ("Separatly", &["separately"]), + ("Prrottypes", &["prototypes"]), + ("Commnication", &["communication"]), + ("Alunimum", &["aluminum"]), + ("Opjectified", &["objectified"]), + ("Controlleras", &["controllers"]), + ("Fitering", &["filtering"]), + ("Mastrubate", &["masturbate"]), + ("Contols", &["controls"]), + ("Enabeled", &["enabled"]), + ("Infintesimal", &["infinitesimal"]), + ("Experimens", &["experiments"]), + ("Folliwed", &["followed"]), + ("Signitures", &["signatures"]), + ("Negogtiator", &["negotiator"]), + ("Aforememtioned", &["aforementioned"]), + ("Submariens", &["submarines"]), + ("Strechtes", &["stretches"]), + ("Collecte", &["collective"]), + ("Activiites", &["activist"]), + ("Fallthruogh", &["fallthrough"]), + ("Popualted", &["populated"]), + ("Nostrills", &["nostrils"]), + ("Cassims", &["chasms"]), + ("Camoflagues", &["camouflages"]), + ("Califonria", &["californian"]), + ("Absuers", &["abusers"]), + ("Discconeected", &["disconnected"]), + ("Asbolutely", &["absolutely"]), + ("Contriubtions", &["contributions"]), + ("Freedeom", &["freedom", "freedoms"]), + ("Lollipoop", &["lollipop"]), + ("Perogrative", &["prerogative"]), + ("Intevene", &["intervene"]), + ("Notificiation", &["notification"]), + ("Benchmarmking", &["benchmarking"]), + ("Sexuallly", &["sexually"]), + ("Unnecessairly", &["unnecessarily"]), + ("Maintianed", &["maintained"]), + ("Eqautions", &["equations"]), + ("Experimetentation", &["experimentation"]), + ("Contaniments", &["containment"]), + ("Catchip", &["catchup"]), + ("Intereaction", &["intersection"]), + ("Alltogether", &["altogether"]), + ("Attemps", &["attempts"]), + ("Slq", &["sql"]), + ("Modfider", &["modifier"]), + ("Treshold", &["threshold"]), + ("Survices", &["services", "survives"]), + ("Doublellift", &["doublelift"]), + ("Etroneous", &["erroneous"]), + ("Unhilights", &["unhighlights"]), + ("Inaccessibile", &["inaccessible"]), + ("Unbraikable", &["unbreakable"]), + ("Reinforcemt", &["reinforcement"]), + ("Rever", &["revert", "refer", "fever"]), + ("Equievalent", &["equivalent"]), + ("Symptomes", &["symptoms"]), + ("Vrilog", &["verilog"]), + ("Dereferenccing", &["dereferencing"]), + ("Requeueing", &["requeuing"]), + ("Converson", &["conversion"]), + ("Dispesnary", &["dispensary"]), + ("Vectrors", &["vectors"]), + ("Tought", &["thought", "taught", "tough"]), + ("Sercurity", &["security"]), + ("Roundtriping", &["roundtripping"]), + ("Nimphomaniacs", &["nymphomaniacs"]), + ("Evryone", &["everyone"]), + ("Suggeste", &["suggestive"]), + ("Soverignty", &["sovereignty"]), + ("Catpured", &["captured"]), + ("Cnannels", &["channels"]), + ("Indefinitively", &["indefinitely"]), + ("Accelertor", &["accelerator"]), + ("Disnegage", &["disengage"]), + ("Davantage", &["advantage"]), + ("Anoher", &["another"]), + ("Unpacket", &["unpacked"]), + ("Jugnling", &["jungling"]), + ("Trubling", &["troubling"]), + ("Inputed", &["inputted"]), + ("Prepresent", &["represent"]), + ("Concevied", &["conceived"]), + ("Extraxt", &["extract"]), + ("Infiltratred", &["infiltrate"]), + ("Torrentting", &["torrenting"]), + ("Denominaton", &["denomination"]), + ("Proivde", &["provide"]), + ("Spontanous", &["spontaneous"]), + ("Supportt", &["support"]), + ("Extrapolare", &["extrapolate"]), + ("Considder", &["consider"]), + ("Atribut", &["attribute"]), + ("Entirey", &["entirety", "entirely"]), + ("Soruce", &["source", "spruce"]), + ("Annouced", &["announced"]), + ("Anomynous", &["anonymous"]), + ("Contiunous", &["continuous"]), + ("Expemplars", &["exemplars"]), + ("Presedents", &["presidents"]), + ("Convenction", &["convention", "convection"]), + ("Initailised", &["initialised"]), + ("Expepect", &["expect"]), + ("Incidentaly", &["incidentally"]), + ("Benifite", &["benefit"]), + ("Adresing", &["addressing"]), + ("Extimators", &["estimators"]), + ("Coordinite", &["coordinate"]), + ("Pretentieus", &["pretentious"]), + ("Includs", &["includes"]), + ("Haorder", &["hoarder"]), + ("Symetrically", &["symmetrically"]), + ("Diffferent", &["different"]), + ("Propertise", &["properties"]), + ("Intimide", &["intimidate"]), + ("Respectabil", &["respectable"]), + ("Colorts", &["colors"]), + ("Sattelites", &["satellites"]), + ("Asnwer", &["answer"]), + ("Unconsciosly", &["unconsciously"]), + ("Predifined", &["predefined"]), + ("Disqaulified", &["disqualified"]), + ("Comtained", &["contained"]), + ("Whenver", &["whenever"]), + ("Congratualted", &["congratulate"]), + ("Exprots", &["exports"]), + ("Singlely", &["singly"]), + ("Overriddable", &["overridable"]), + ("Spcial", &["special"]), + ("Chisling", &["chiseling"]), + ("Influances", &["influences"]), + ("Wednessday", &["wednesdays", "wednesday"]), + ("Mathematican", &["mathematician"]), + ("Dissimiliarity", &["dissimilarity"]), + ("Pharmaceudical", &["pharmaceutical"]), + ("Recipt", &["receipt"]), + ("Upliad", &["upload"]), + ("Pyrimads", &["pyramids"]), + ("Mices", &["mice"]), + ("Dupilcates", &["duplicates"]), + ("Seperateing", &["separating"]), + ("Trotzkists", &["trotskyists"]), + ("Critisisms", &["criticisms"]), + ("Boostraping", &["bootstrapping"]), + ("Embarased", &["embarrassed"]), + ("Beforere", &["before"]), + ("Washignton", &["washington"]), + ("Prokrastination", &["procrastination"]), + ("Confrentational", &["confrontational"]), + ("Imedatly", &["immediately"]), + ("Protectiv", &["protective"]), + ("Decompresor", &["decompressor"]), + ("Neighburhoods", &["neighborhoods"]), + ("Outfidel", &["outfield"]), + ("Prefences", &["preferences"]), + ("Exeprimental", &["experimental"]), + ("Tryin", &["trying"]), + ("Charactertistics", &["characteristics"]), + ("Concencration", &["concentration"]), + ("Discovring", &["discovering"]), + ("Micropone", &["microphone"]), + ("Persewes", &["pursues"]), + ("Regons", &["regions"]), + ("Expewrimentel", &["experimental"]), + ("Perenially", &["perennially"]), + ("Eletricity", &["electricity"]), + ("Supsicion", &["suspicion"]), + ("Regiister", &["register"]), + ("Neoroscience", &["neuroscience"]), + ("Misforture", &["misfortune"]), + ("Hypertropy", &["hypertrophy"]), + ("Exhuastion", &["exhaustion"]), + ("Swastikka", &["swastika"]), + ("Endiens", &["endians", "indians"]), + ("Unexcepted", &["unexpected"]), + ("Initailiser", &["initialiser"]), + ("Concsiousness", &["consciousness"]), + ("Nasturshems", &["nasturtiums"]), + ("Rhapsoy", &["rhapsody"]), + ("Hashses", &["hashes"]), + ("Quantitties", &["quantities"]), + ("Sortner", &["sorter"]), + ("Deamonising", &["daemonising"]), + ("Barbarina", &["barbarian"]), + ("Mocrocodes", &["microcodes"]), + ("Invitacion", &["invitation"]), + ("Indestructuble", &["indestructible"]), + ("Candiacy", &["candidacy"]), + ("Manafacturers", &["manufacturers"]), + ("Simmetry", &["symmetry"]), + ("Usetnet", &["usenet"]), + ("Sychronise", &["synchronise"]), + ("Localtions", &["locations"]), + ("Nieghbour", &["neighbour"]), + ("Realtivity", &["relativity"]), + ("Dissimlarly", &["dissimilarly"]), + ("Notciable", &["noticeable"]), + ("Reurn", &["return"]), + ("Experimentos", &["experiments"]), + ("Redundent", &["redundant"]), + ("Collaros", &["collars"]), + ("Invisibiltiy", &["invisibility"]), + ("Prefarably", &["preferably"]), + ("Requestesd", &["requested"]), + ("Fragmenets", &["fragments"]), + ("Naviagtes", &["navigates"]), + ("Acccessibility", &["accessibility"]), + ("Dublications", &["publications"]), + ("Versuons", &["versions"]), + ("Submited", &["submitted"]), + ("Enabing", &["enabling"]), + ("Spefiies", &["specifies"]), + ("Feasable", &["feasible"]), + ("Devleoped", &["developed"]), + ("Capbale", &["capable"]), + ("Pruposely", &["purposely"]), + ("Sypmtoms", &["symptoms"]), + ("Raotates", &["rotates"]), + ("Captins", &["captains"]), + ("Algined", &["alined"]), + ("Furthher", &["further"]), + ("Dandidates", &["candidates"]), + ("Propert", &["property"]), + ("Dyanamically", &["dynamically"]), + ("Dsyphoria", &["dysphoria"]), + ("Considerble", &["considerable"]), + ("Shecking", &["checking", "shucking"]), + ("Sympithizers", &["sympathizers"]), + ("Doin", &["doing"]), + ("Tcheckout", &["checkout"]), + ("Succceed", &["succeed"]), + ("Relyed", &["relied"]), + ("Lefitst", &["leftist"]), + ("Variabble", &["variable"]), + ("Legalizacion", &["legalization"]), + ("Magasine", &["magazine"]), + ("Experssions", &["expressions"]), + ("Geomoetric", &["geometric"]), + ("Canabelyzes", &["cannibalizes"]), + ("Absed", &["abased", "based"]), + ("Intermitten", &["intermittent"]), + ("Pyhsical", &["physical"]), + ("Detials", &["details"]), + ("Geogrpahic", &["geographic"]), + ("Skillshits", &["skillshots"]), + ("Yeilding", &["yielding"]), + ("Assignenmentes", &["assignments"]), + ("Acitivity", &["activity"]), + ("Localation", &["location"]), + ("Olt", &["old"]), + ("Binanary", &["binary"]), + ("Assosciated", &["associated"]), + ("Interiour", &["interior"]), + ("Uniforum", &["uniform"]), + ("Speficify", &["specify"]), + ("Domonstrate", &["demonstrate"]), + ("Robustnes", &["robustness"]), + ("Bounnding", &["bounding"]), + ("Universites", &["universities"]), + ("Prospertity", &["prosperity"]), + ("Determinas", &["determines"]), + ("Rebuilded", &["rebuilt"]), + ("Documantation", &["documentation"]), + ("Markedet", &["marketed"]), + ("Calcutates", &["calculates"]), + ("Otheriwse", &["otherwise"]), + ("Indoctrinatin", &["indoctrination"]), + ("Prestigue", &["prestige"]), + ("Commpliant", &["compliant"]), + ("Srtings", &["strings"]), + ("Passwrod", &["password"]), + ("Posiitivity", &["positivity"]), + ("Eliminacion", &["elimination"]), + ("Giltches", &["glitches"]), + ("Speficically", &["specifically"]), + ("Phonemena", &["phenomena"]), + ("Experimints", &["experiments"]), + ("Assiociate", &["associate"]), + ("Undertsood", &["understood"]), + ("Andriods", &["androids"]), + ("Restrictivo", &["restriction"]), + ("Prospettive", &["prospective"]), + ("Ehough", &["enough"]), + ("Cicruit", &["circuit"]), + ("Unexected", &["unexpected"]), + ("Retreval", &["retrieval"]), + ("Distrubitor", &["distributor"]), + ("Wonderwand", &["wonderland"]), + ("Troubleshoting", &["troubleshooting"]), + ("Mastermined", &["mastermind"]), + ("Secctors", &["sectors"]), + ("Replacemnt", &["replacement"]), + ("Radioaktive", &["radioactive"]), + ("Hypothesus", &["hypotheses"]), + ("Complated", &["completed"]), + ("Controversary", &["controversy"]), + ("Superviors", &["supervisors"]), + ("Speicfied", &["specified"]), + ("Turretts", &["turrets"]), + ("Nirtogen", &["nitrogen"]), + ("Breefly", &["briefly"]), + ("Fictionaries", &["dictionaries"]), + ("Implemenetation", &["implementation"]), + ("Decrmented", &["decremented"]), + ("Needeed", &["needed"]), + ("Repedability", &["repeatability"]), + ("Styrofaom", &["styrofoam"]), + ("Anonimised", &["anonymised"]), + ("Survivours", &["survivor"]), + ("Coneninece", &["convenience"]), + ("Shepres", &["spheres"]), + ("Creats", &["creates"]), + ("Regreses", &["regress"]), + ("Misssing", &["missing"]), + ("Organzies", &["organizes"]), + ("Condemnig", &["condemning"]), + ("Captian", &["captain"]), + ("Hellfie", &["hellfire"]), + ("Soild", &["solid"]), + ("Omited", &["omitted"]), + ("Colud", &["cloud", "could"]), + ("Traveres", &["traverse"]), + ( + "Conceptification", + &["conceptualisation", "conceptualization"], + ), + ("Architecte", &["architecture"]), + ("Playthroguh", &["playthroughs"]), + ("Coalleses", &["coalesces"]), + ("Informaional", &["informational"]), + ("Sancutary", &["sanctuary"]), + ("Vacinating", &["vaccinating"]), + ("Attribuite", &["attribute"]), + ("Neckbeardest", &["neckbeards"]), + ("Intimitated", &["intimidated"]), + ("Compilger", &["compiler"]), + ("Gir", &["git"]), + ("Brillant", &["brilliant"]), + ("Probally", &["probably"]), + ("Povided", &["provided"]), + ("Shortenend", &["shortened"]), + ("Deregiter", &["deregister"]), + ("Outfeild", &["outfield"]), + ("Helth", &["health"]), + ("Allwoed", &["allowed"]), + ("Sysem", &["system"]), + ("Categogical", &["categorical"]), + ("Pornogrphy", &["pornography"]), + ("Frecuencies", &["frequencies"]), + ("Afternarket", &["aftermarket"]), + ("Guarneteed", &["guaranteed"]), + ("Unbannd", &["unbanned"]), + ("Initialsation", &["initialisation"]), + ("Slowy", &["slowly"]), + ("Publusher", &["publisher"]), + ("Distorition", &["distortion"]), + ("Succesions", &["succession"]), + ("Hyprocite", &["hypocrite"]), + ("Milicous", &["malicious"]), + ("Wherease", &["whereas"]), + ("Consttructer", &["constructor"]), + ("Acculumating", &["accumulating"]), + ("Mathimatician", &["mathematician"]), + ("Shatow", &["château", "châteaux", "shadow"]), + ("Communcated", &["communicated"]), + ("Fundamentalista", &["fundamentals"]), + ("Etmyology", &["etymology"]), + ("Cimetriclly", &["symmetrically"]), + ("Intrenets", &["internets"]), + ("Condict", &["conduct"]), + ("Oberflow", &["overflow"]), + ("Subconscous", &["subconscious"]), + ("Kyebosh", &["kibosh"]), + ("Appies", &["applies"]), + ("Sutdown", &["shutdown"]), + ("Folllowin", &["following"]), + ("Modles", &["models", "modules"]), + ("Vulberabilties", &["vulnerabilities"]), + ("Boganveelia", &["bougainvillea"]), + ("Intergrations", &["integrations"]), + ("Apointed", &["appointed"]), + ("Subtrafuge", &["subterfuge"]), + ("Approproximate", &["approximate"]), + ("Instructons", &["instructors"]), + ("Excetuting", &["executing"]), + ("Encyrption", &["encryption"]), + ("Warks", &["works"]), + ("Pharmaseudicaly", &["pharmaceutical"]), + ("Reccommendations", &["recommendations"]), + ("Sellection", &["selection"]), + ("Spefixied", &["specified"]), + ("Benchmkars", &["benchmarks"]), + ("Administraters", &["administrators"]), + ("Institutionnels", &["institutions"]), + ("Vaugely", &["vaguely"]), + ("Spefcifications", &["specifications"]), + ("Fanservie", &["fanservice"]), + ("Partiularly", &["particularly"]), + ("Wqs", &["was"]), + ("Insurnace", &["insurance"]), + ("Culller", &["culler"]), + ("Disocgraphy", &["discography"]), + ("Dispossable", &["disposable"]), + ("Atttribute", &["attribute"]), + ("Axises", &["axes"]), + ("Statisitcally", &["statistically"]), + ("Workaronuds", &["workarounds"]), + ("Termperatures", &["temperatures"]), + ("Resourcs", &["resources", "resource"]), + ("Oficial", &["official"]), + ("Regrest", &["regrets"]), + ("Advertsing", &["advertising"]), + ("Reserverad", &["reserved"]), + ("Bureaucraps", &["bureaucrats"]), + ("Leaglise", &["legalise"]), + ("Automatice", &["automate"]), + ("Constransi", &["constraints"]), + ("Decryped", &["decrypted"]), + ("Naybhorhood", &["neighborhood"]), + ("Qeust", &["quest"]), + ("Experince", &["experience"]), + ("Hypocrytes", &["hypocrites"]), + ("Patiens", &["patients"]), + ("Sendinging", &["sending"]), + ("Unregsiter", &["unregister"]), + ("Teacers", &["teachers"]), + ("Inclduing", &["including"]), + ("Zookeinees", &["zucchinis"]), + ("Exitsing", &["existing", "exiting"]), + ("Prcess", &["process"]), + ("Permissble", &["permissible"]), + ("Descritpions", &["descriptions"]), + ("Knowledgebale", &["knowledgable"]), + ("Instrumetal", &["instrumental"]), + ("Insufficent", &["insufficient"]), + ("Bathrom", &["bathroom"]), + ("Contineously", &["continuously"]), + ("Serialzing", &["serializing"]), + ("Candidiate", &["candidate"]), + ("Cofiguring", &["configuring"]), + ("Susecptible", &["susceptible"]), + ("Bridg", &["bridge"]), + ("Researves", &["reserves"]), + ("Assisant", &["assistant"]), + ("Dumptser", &["dumpster"]), + ("Retireds", &["retires"]), + ("Grafitti", &["graffiti"]), + ("Postgressql", &["postgresql"]), + ("Implemenatation", &["implementation"]), + ("Pumkin", &["pumpkin"]), + ("Thumbanil", &["thumbnail"]), + ("Hazzle", &["hassle"]), + ("Thermodyanmics", &["thermodynamics"]), + ("Firmwware", &["firmware"]), + ("Hedaers", &["headers"]), + ("Coneects", &["connects"]), + ("Negitive", &["negative"]), + ("Redneckers", &["rednecks"]), + ("Elemts", &["elements"]), + ("Convense", &["convince"]), + ("Hseldon", &["sheldon"]), + ("Accessiblilty", &["accessibility"]), + ("Finishied", &["finished"]), + ("Scarificing", &["sacrificing"]), + ("Proceeed", &["proceed"]), + ("Intolarant", &["intolerant"]), + ("Liklihood", &["likelihood"]), + ("Specificies", &["specifics", "specifies"]), + ("Shenaniganns", &["shenanigans"]), + ("Briuser", &["bruiser"]), + ("Tkaes", &["takes"]), + ("Pririty", &["priority", "privity"]), + ("Deuling", &["dueling"]), + ("Targesting", &["targeting"]), + ("Oktober", &["october"]), + ("Sasktachewan", &["saskatchewan"]), + ("Retransmition", &["retransmission"]), + ("Nocture", &["nocturne"]), + ("Benig", &["being"]), + ("Delimititing", &["delimiting"]), + ("Nagatives", &["negatives"]), + ("Aterny", &["attorney"]), + ("Accidentky", &["accidentally"]), + ("Suposeable", &["supposable"]), + ("Corosponding", &["corresponding"]), + ("Asumed", &["assumed"]), + ("Unresponive", &["unresponsive"]), + ("Legitimiately", &["legitimately"]), + ("Preprocesssing", &["preprocessing"]), + ("Weaknesess", &["weaknesses"]), + ("Algorhytmically", &["algorithmically"]), + ("Realiztion", &["realization"]), + ("Assassinted", &["assassinated"]), + ("Transctions", &["transitions", "transactions"]), + ("Communiste", &["communities"]), + ("Forhead", &["forehead"]), + ("Vegtable", &["vegetable"]), + ("Cynaide", &["cyanide"]), + ("Opose", &["oppose"]), + ("Vizualisation", &["visualisation"]), + ("Annouing", &["annoying"]), + ("Aperures", &["apertures"]), + ("Predicitng", &["predicting"]), + ("Maintinence", &["maintenance"]), + ("Vulnerabilitiy", &["vulnerability"]), + ("Commandered", &["commanded"]), + ("Reigining", &["reigning"]), + ("Disappline", &["discipline"]), + ("Meningful", &["meaningful"]), + ("Neighouring", &["neighbouring"]), + ("Meddos", &["meadows"]), + ("Thermodynmaics", &["thermodynamics"]), + ("Elimiante", &["eliminate"]), + ("Corrrects", &["corrects"]), + ("Comtpon", &["compton"]), + ("Modifcations", &["modifications"]), + ("Syarcuse", &["syracuse"]), + ("Comittment", &["commitment"]), + ("Bookkeping", &["bookkeeping"]), + ("Musculaire", &["muscular"]), + ("Anitrez", &["antirez"]), + ("Elagance", &["elegant"]), + ("Comparisements", &["comparisons"]), + ("Appearaing", &["appearing"]), + ("Expessions", &["expressions"]), + ("Associeate", &["associate"]), + ("Complecated", &["complicated"]), + ("Noramalise", &["normalise"]), + ("Buider", &["builder"]), + ("Unproducive", &["unproductive"]), + ("Pengwen", &["penguin"]), + ("Attractifs", &["attracts"]), + ("Mirrord", &["mirrored"]), + ("Indiciating", &["indicating"]), + ("Cahange", &["change"]), + ("Snowballes", &["snowballs"]), + ("Anceints", &["ancients"]), + ("Thoroughty", &["thoroughly"]), + ("Discused", &["discussed"]), + ("Sepulcre", &["sepulchre"]), + ("Virutalised", &["virtualised"]), + ("Cardbaord", &["cardboard"]), + ("Riminicent", &["reminiscent"]), + ("Legitimatly", &["legitimately"]), + ("Tast", &["taste", "task", "test"]), + ("Reprodicible", &["reproducible"]), + ("Unexpeced", &["unexpected"]), + ("Esccaped", &["escaped"]), + ("Disatnce", &["distance"]), + ("Fermentato", &["fermentation"]), + ("Poweful", &["powerful"]), + ("Reconcille", &["reconcile"]), + ("Mediocraty", &["mediocrity"]), + ("Terminarla", &["terminal"]), + ("Upcomming", &["upcoming"]), + ("Encyclopdia", &["encyclopedia"]), + ("Sintakts", &["syntax"]), + ("Workststion", &["workstation"]), + ("Speek", &["speak"]), + ("Eneded", &["ended"]), + ("Deriviated", &["derived"]), + ("Excetra", &["etcetera"]), + ("Contributer", &["contributor"]), + ("Unued", &["unused"]), + ("Parshaly", &["partially"]), + ("Profitible", &["profitable"]), + ("Coneect", &["connect"]), + ("Comresses", &["compresses"]), + ("Manufactuerer", &["manufacturer"]), + ("Grizzley", &["grizzly"]), + ("Afrer", &["after"]), + ("Othewize", &["otherwise"]), + ("Democrates", &["democrats"]), + ("Patriarcal", &["patriarchal"]), + ("Negotaitions", &["negotiations"]), + ("Healt", &["health"]), + ("Compliles", &["compiles"]), + ("Dammage", &["damage"]), + ("Parmesian", &["parmesan"]), + ("Transcorders", &["transcoders"]), + ("Handwritng", &["handwriting"]), + ("Normailzation", &["normalization"]), + ("Decremeant", &["decrement"]), + ("Segwaying", &["segueing"]), + ("Unregualted", &["unregulated"]), + ("Opponenets", &["opponent"]), + ("Restaruant", &["restaurant"]), + ("Statmenet", &["statement"]), + ("Directionh", &["direction"]), + ("Sasketchawan", &["saskatchewan"]), + ("Lesbain", &["lesbian"]), + ("Adecuate", &["adequate"]), + ("Downvotting", &["downvoting"]), + ("Follod", &["followed"]), + ("Approvement", &["approval"]), + ("Reasearcher", &["researcher"]), + ("Ideosyncracy", &["idiosyncrasy"]), + ("Chronologicly", &["chronological"]), + ("Netwrork", &["network"]), + ("Instered", &["inserted"]), + ("Compleated", &["completed"]), + ("Accidentlaly", &["accidentally"]), + ("Reschdule", &["reschedule"]), + ("Coypright", &["copyright"]), + ("Renegatiotiable", &["renegotiable"]), + ("Geneology", &["genealogy"]), + ("Sofmores", &["sophomores"]), + ("Disgner", &["designer"]), + ("Infrastructre", &["infrastructure"]), + ("Cotnrols", &["controls"]), + ("Sharraid", &["charade"]), + ("Goregous", &["gorgeous"]), + ("Scriping", &["scripting"]), + ("Onself", &["oneself"]), + ("Dribbeld", &["dribbled"]), + ("Sessison", &["session"]), + ("Pharse", &["phrase", "parse"]), + ("Spiritus", &["spirits"]), + ("Wayword", &["wayward"]), + ("Alloco", &["alloc"]), + ("Butterflyes", &["butterflies"]), + ("Initializates", &["initializes"]), + ("Eploit", &["exploit"]), + ("Brwosed", &["browsed"]), + ("Rady", &["ready"]), + ("Oximoron", &["oxymoron"]), + ("Absolutelly", &["absolutely"]), + ("Renegosiate", &["renegotiate"]), + ("Ulteration", &["alteration"]), + ("Assising", &["assisting"]), + ("Finisse", &["finishes"]), + ("Sycronus", &["synchronous"]), + ("Palestinan", &["palestinian"]), + ("Blonging", &["belonging"]), + ("Opjectifications", &["objectifications"]), + ("Neighbeuts", &["neighbours"]), + ("Assesmenet", &["assessment"]), + ("Compnay", &["company"]), + ("Cleeshays", &["clichés"]), + ("Newanced", &["nuanced"]), + ("Maneuveur", &["maneuver"]), + ("Rememebrs", &["remembers"]), + ("Administres", &["administer"]), + ("Discconetions", &["disconnections"]), + ("Equiment", &["equipment"]), + ("Reqister", &["register"]), + ("Pseudopoential", &["pseudopotential"]), + ("Magnicifent", &["magnificent"]), + ("Xeonphobic", &["xenophobic"]), + ("Beleifable", &["believable"]), + ("Delaractions", &["declarations"]), + ("Prostitutiei", &["prostitute"]), + ("Motoroloa", &["motorola"]), + ("Mantainable", &["maintainable"]), + ("Knowlegable", &["knowledgeable"]), + ("Sintac", &["syntax"]), + ("Hygeine", &["hygiene"]), + ("Spefeis", &["specifies"]), + ("Stlyish", &["stylish"]), + ("Renegotate", &["renegotiate"]), + ("Flutteryshy", &["fluttershy"]), + ("Sctripting", &["scripting"]), + ("Execuctes", &["executes"]), + ("Attmepted", &["attempted"]), + ("Hashi", &["hash"]), + ("Inproving", &["improving"]), + ("Checksm", &["checksum"]), + ("Stalkes", &["stalkers"]), + ("Sheduled", &["scheduled"]), + ("Reposible", &["responsible"]), + ("Manipulare", &["manipulate"]), + ("Settig", &["setting"]), + ("Jursidiction", &["jurisdiction"]), + ("Differate", &["differentiate"]), + ("Delusionally", &["delusively"]), + ("Rasons", &["reasons"]), + ("Portriat", &["portrait"]), + ("Tottneham", &["tottenham"]), + ("Distictly", &["distinctly"]), + ("Politicains", &["politicians"]), + ("Quation", &["equation"]), + ("Cjoice", &["choice"]), + ("Uspported", &["supported", "unsupported"]), + ("Mehodical", &["methodical"]), + ("Linguistis", &["linguistics"]), + ("Oeration", &["operation"]), + ("Chihuahau", &["chihuahua"]), + ("Fuctionality", &["functionality"]), + ("Inscpeting", &["inspecting"]), + ("Checkstuming", &["checksumming"]), + ("Transperancy", &["transparency"]), + ("Contengent", &["contingent"]), + ("Authenificated", &["authenticated"]), + ("Ambadextrousness", &["ambidextrousness"]), + ("Resuilted", &["resulted"]), + ("Negociated", &["negotiated"]), + ("Oterwise", &["otherwise"]), + ("Enironments", &["environments"]), + ("Ocorrence", &["occurrence"]), + ("Obtaines", &["obtains"]), + ("Enormassly", &["enormously"]), + ("Legitematly", &["legitimately"]), + ("Cnfigure", &["configure"]), + ("Philosiphies", &["philosophies"]), + ("Precende", &["precedence"]), + ("Blokchains", &["blockchains"]), + ("Elemetns", &["elements"]), + ("Instaead", &["instead"]), + ("Implementatition", &["implementation"]), + ("Superceedes", &["supersedes"]), + ("Disection", &["dissection"]), + ("Possibbe", &["possible"]), + ("Foreamrs", &["forearms"]), + ("Aapply", &["apply"]), + ("Idetifies", &["identifies"]), + ("Nulll", &["null"]), + ("Anniversiary", &["anniversary"]), + ( + "Laf", + &["kaf", "kaph", "lac", "lad", "lag", "laugh", "leaf", "loaf"], + ), + ("Folowwong", &["following"]), + ("Clasified", &["classified"]), + ("Authencticated", &["authenticated"]), + ("Cacausian", &["caucasian"]), + ("Transfarring", &["transferring"]), + ("Expermenet", &["experiment"]), + ("Receptores", &["receptors"]), + ("Apprixamated", &["approximated"]), + ("Ambulancier", &["ambulance"]), + ("Psydonymity", &["pseudonymity"]), + ("Backslashs", &["backslashes"]), + ("Impossibe", &["impossible"]), + ("Indepdendantly", &["independently"]), + ("Cleanp", &["cleanup"]), + ("Memmber", &["member"]), + ("Intellecutal", &["intellectual"]), + ("Notificastions", &["notifications"]), + ("Summmaries", &["summaries"]), + ("Adventus", &["adventures"]), + ("Exspected", &["expected"]), + ("Globaly", &["globally"]), + ("Respectabile", &["respectable"]), + ("Memoriez", &["memorize"]), + ("Religon", &["religion"]), + ("Represente", &["represents", "represented"]), + ("Sylog", &["syslog"]), + ("Deliberatley", &["deliberately"]), + ("Disutils", &["distutils"]), + ("Deleteting", &["deleting"]), + ("Lieve", &["leave"]), + ("Generostiy", &["generosity"]), + ("Comptabile", &["compatible"]), + ("Shouders", &["shoulders", "shudders"]), + ("Refartoring", &["refactoring", "refractoring"]), + ("Comsumes", &["consumes"]), + ("Workboos", &["workbooks"]), + ("Environnement", &["environment"]), + ("Isdefinitely", &["indefinitely"]), + ("Neightborhood", &["neighborhood"]), + ("Avacados", &["avocados"]), + ("Compatibitity", &["compatibility"]), + ("Sircle", &["circle"]), + ("Folllowind", &["following"]), + ("Rademtion", &["redemption"]), + ("Answe", &["answer"]), + ("Restraind", &["restrained"]), + ("Saame", &["same"]), + ("Supernatual", &["supernatural"]), + ("Sympethetic", &["sympathetic"]), + ("Civilazations", &["civilizations"]), + ("Superme", &["supreme"]), + ("Labrynth", &["labyrinth"]), + ("Imploys", &["employs"]), + ("Referenzes", &["references"]), + ("Dysfunktion", &["dysfunction"]), + ("Specied", &["specified"]), + ("Forgivenss", &["forgiveness"]), + ("Circumstnce", &["circumstance"]), + ("Methodoligies", &["methodologies"]), + ("Anixety", &["anxiety"]), + ("Librrary", &["library"]), + ("Consumirem", &["consumerism"]), + ("Restrction", &["restriction"]), + ("Resroucing", &["resourcing"]), + ("Coexhists", &["coexists"]), + ("Unbunded", &["unbundled", "unbounded"]), + ("Assime", &["assume"]), + ("Executeables", &["executables"]), + ("Yiur", &["your"]), + ("Foundland", &["newfoundland"]), + ("Referencially", &["referentially"]), + ("Coalleced", &["coalesced"]), + ("Tlaking", &["talking"]), + ("Abandonnent", &["abandonment"]), + ("Cardnial", &["cardinal"]), + ("Truthfullly", &["truthfully"]), + ("Compliler", &["compiler"]), + ("Incorrecly", &["incorrectly"]), + ("Incorreect", &["incorrect"]), + ("Instanciated", &["instantiated"]), + ("Mispelt", &["misspelt"]), + ("Margarent", &["margaret"]), + ("Syncronise", &["synchronise"]), + ("Portrary", &["portray"]), + ("Pathalogical", &["pathological"]), + ("Kimerical", &["chimerical"]), + ("Spacification", &["specification"]), + ("Trasnlations", &["translations"]), + ("Indepdence", &["independence"]), + ("Encountred", &["encountered"]), + ("Dailogue", &["dialogue"]), + ("Clarificaiton", &["clarification"]), + ("Credntial", &["credential"]), + ("Poitnes", &["points"]), + ("Temporraily", &["temporarily"]), + ("Mocroprocessors", &["microprocessors"]), + ("Strangly", &["strangely", "strange", "strangle"]), + ("Unspefiied", &["unspecified"]), + ("Coencidental", &["coincidental"]), + ("Independnet", &["independents", "independent"]), + ("Reliabilty", &["reliability"]), + ("Bakcers", &["backers"]), + ("Slighly", &["slightly"]), + ("Reminicient", &["reminiscent"]), + ("Bitterseet", &["bittersweet"]), + ("Enginnering", &["engineering"]), + ("Guaranteing", &["guaranteeing"]), + ("Deecorator", &["decorator"]), + ("Neighber", &["neighbor"]), + ("Gingam", &["gingham"]), + ("Executation", &["execution"]), + ("Bottlenects", &["bottlenecks"]), + ("Impusle", &["impulse"]), + ("Signfies", &["signifies"]), + ("Inaccuraties", &["inaccuracies"]), + ("Simetrie", &["symmetry"]), + ("Abominacion", &["abomination"]), + ("Expermientel", &["experimental"]), + ("Coalessense", &["coalescence"]), + ("Spectracal", &["spectral"]), + ("Austrailan", &["australian"]), + ("Tolorances", &["tolerances"]), + ("Imbalanaces", &["imbalances"]), + ("Renegotatiations", &["renegotiations"]), + ("Thermomter", &["thermometer"]), + ("Chimmeny", &["chimney"]), + ("Terratories", &["territories"]), + ("Suplanting", &["supplanting"]), + ("Satified", &["satisfied"]), + ("Misogynistc", &["misogynistic"]), + ("Perisan", &["persian"]), + ("Fromates", &["formats"]), + ("Paniced", &["panicked"]), + ("Formuale", &["formulae"]), + ("Conventinal", &["conventional"]), + ("Tequests", &["requests"]), + ("Visiblle", &["visible"]), + ("Tranlation", &["translation"]), + ("Widged", &["widget"]), + ("Aprtment", &["apartment"]), + ("Deambiguages", &["disambiguates"]), + ("Striaghtens", &["straightens"]), + ("Transtions", &["transitions"]), + ("Amzaing", &["amazing"]), + ("Zepplein", &["zeppelin"]), + ("Bunbler", &["bundler"]), + ("Checling", &["checking"]), + ("Accompliss", &["accomplishes"]), + ("Duplicatd", &["duplicated"]), + ("Fashionalbe", &["fashionable"]), + ("Contniue", &["continue"]), + ("Assembed", &["assembled"]), + ("Globbal", &["global"]), + ("Aboriganal", &["aboriginal"]), + ("Excetpion", &["exception"]), + ("Pointeres", &["pointers"]), + ("Corintheans", &["corinthians"]), + ("Offesnively", &["offensively"]), + ("Councelors", &["counselors"]), + ("Experimanent", &["experiment"]), + ("Participe", &["participate"]), + ("Experimenation", &["experimentation"]), + ("Notififation", &["notification"]), + ("Alloud", &["aloud", "allowed"]), + ("Throium", &["thorium"]), + ("Deathmath", &["deathmatch"]), + ("Systemisch", &["systemic"]), + ("Armageedon", &["armageddon"]), + ("Transperancies", &["transparencies"]), + ("Enviorements", &["environments"]), + ("Confiming", &["confirming"]), + ("Institutionale", &["institutionalized"]), + ("Deficiancies", &["deficiencies"]), + ("Ministr", &["minister"]), + ("Listents", &["listens"]), + ("Archaoelogy", &["archaeology", "archeology"]), + ("Opereation", &["operation"]), + ("Cotnains", &["contains"]), + ("Individuales", &["individuals"]), + ("Productoin", &["productions"]), + ("Complimentje", &["complimented"]), + ("Cirrently", &["currently"]), + ("Obliterared", &["obliterated"]), + ("Structere", &["structure"]), + ("Shepperded", &["shepherded"]), + ("Obivously", &["obviously"]), + ("Maintence", &["maintenance"]), + ("Mutiple", &["multiple"]), + ("Elementery", &["elementary"]), + ("Hypocrates", &["hypocrites"]), + ("Fetchs", &["fetches"]), + ("Booltloader", &["bootloader"]), + ("Blonged", &["belonged"]), + ("Eloquintly", &["eloquently"]), + ("Sesitively", &["sensitively"]), + ("Countercoat", &["counteract"]), + ("Mohammedans", &["muslims"]), + ("Treis", &["tries"]), + ("Thron", &["thrown", "throne"]), + ("Negotaiting", &["negotiating"]), + ("Cheeseburguer", &["cheeseburger"]), + ("Correspondant", &["correspondent"]), + ("Genrating", &["generating"]), + ("Dysentry", &["dysentery"]), + ("Chatolics", &["catholics"]), + ("Provisioing", &["provisioning"]), + ("Surroundes", &["surrounds"]), + ("Domimation", &["domination"]), + ("Gurading", &["guarding"]), + ("Practially", &["practically"]), + ("Scuccessful", &["successful"]), + ("Poicy", &["policy"]), + ("Acclimitization", &["acclimatization"]), + ("Recreateation", &["recreation"]), + ("Tranlates", &["translates"]), + ("Addtional", &["additional"]), + ("Architechs", &["architects"]), + ("Swalloed", &["swallowed"]), + ("Matterss", &["mattress"]), + ("Accout", &["account"]), + ("Simplier", &["simpler"]), + ("Arsenaal", &["arsenal"]), + ("Oversubcribe", &["oversubscribe"]), + ("Truamatic", &["traumatic"]), + ("Resssurecting", &["resurrecting"]), + ("Permanantly", &["permanently"]), + ("Versfion", &["version"]), + ("Compenents", &["components", "competence"]), + ("Argemnt", &["argument"]), + ("Transformis", &["transforms"]), + ("Attemtpts", &["attempts"]), + ("Tarbals", &["tarballs"]), + ("Easly", &["easily"]), + ("Enduced", &["induced"]), + ("Outskirst", &["outskirts"]), + ("Takslet", &["tasklet"]), + ("Japanes", &["japanese"]), + ("Compulsing", &["compulsion"]), + ("Placeheld", &["placeholder"]), + ("Aforementioend", &["aforementioned"]), + ("Compresssion", &["compression"]), + ("Apretiates", &["appreciates"]), + ("Structre", &["structure"]), + ("Heroe", &["hero"]), + ("Perposes", &["purposes"]), + ("Popularily", &["popularity"]), + ("Geographicaly", &["geographically"]), + ("Progrom", &["pogrom", "program"]), + ("Accquiring", &["acquiring"]), + ("Hamburgles", &["hamburgers"]), + ("Singificantly", &["significantly"]), + ("Certainity", &["certainty"]), + ("Ctification", &["certification"]), + ("Compatibil", &["compatible"]), + ("Disciminator", &["discriminator"]), + ("Dillemas", &["dilemmas"]), + ("Compostion", &["composition"]), + ("Vishusly", &["viciously"]), + ("Inconsciously", &["unconsciously"]), + ("Caluses", &["clauses"]), + ("Orcestrate", &["orchestrate"]), + ("Countercut", &["counteract"]), + ("Orangatang", &["orangutang"]), + ("Chopipng", &["chopping"]), + ("Develpers", &["developers"]), + ("Freqeuncy", &["frequency"]), + ("Independece", &["independence"]), + ("Perpetraron", &["perpetrator"]), + ("Safequard", &["safeguard"]), + ("Dashbords", &["dashboards"]), + ("Selectrion", &["selection"]), + ("Valdiated", &["validated"]), + ("Dubios", &["dubious"]), + ("Malaysain", &["malaysian"]), + ("Paramtrical", &["parametrical"]), + ("Microtransactiosn", &["microtransactions"]), + ("Constainted", &["constrained", "contained"]), + ("Photograher", &["photographer"]), + ("Libertae", &["liberate"]), + ("Liberales", &["liberals"]), + ("Aleged", &["alleged"]), + ("Algorthnically", &["algorithmically"]), + ("Construtced", &["constructed"]), + ("Acknoledging", &["acknowledging"]), + ("Probablities", &["probabilities"]), + ("Exproting", &["exporting"]), + ("Snydrome", &["syndrome"]), + ("Threah", &["thread", "threat"]), + ("Chganging", &["changing"]), + ("Parenthsis", &["parenthesis"]), + ("Parokeelity", &["parochiality"]), + ("Soceities", &["societies"]), + ("Identfied", &["identified"]), + ("Cambrige", &["cambridge"]), + ("Fairoh", &["pharaoh"]), + ("Weirldy", &["weirdly"]), + ("Littlepinger", &["littlefinger"]), + ("Opportunisticly", &["opportunistically"]), + ("Algorhythmically", &["algorithmically"]), + ("Fter", &["after"]), + ("Bizness", &["business"]), + ("Checkoslovakia", &["czechoslovakia"]), + ("Flacour", &["flavour"]), + ("Confugurations", &["configurations"]), + ("Literative", &["literate"]), + ("Publshing", &["publishing"]), + ("Certificste", &["certificate"]), + ("Unexpectadly", &["unexpectedly"]), + ("Customisaton", &["customisation"]), + ("Mocrocontroller", &["microcontroller"]), + ("Powerhosue", &["powerhouse"]), + ("Runnint", &["running"]), + ("Incompitent", &["incompetent"]), + ("Sturture", &["structure"]), + ("Ststioned", &["stationed"]), + ("Distribtion", &["distribution"]), + ("Fasened", &["fastened"]), + ("Conjuncion", &["conjunction"]), + ("Transsexuel", &["transsexual"]), + ("Everyon", &["everyone"]), + ("Boslter", &["bolster"]), + ("Convered", &["converted", "covered"]), + ("Alos", &["also"]), + ("Disired", &["desired"]), + ("Nuturing", &["nurturing"]), + ("Inconviniency", &["inconvenience"]), + ("Blokcss", &["blocks", "blokes"]), + ("Explicty", &["explicitly", "explicit"]), + ("Covriate", &["covariate"]), + ("Membersip", &["membership"]), + ("Cannonicalization", &["canonicalization"]), + ("Representatino", &["representation"]), + ("Collender", &["cullender"]), + ("Mataphorically", &["metaphorically"]), + ("Italianos", &["italians"]), + ("Idealistc", &["idealistic"]), + ("Arcahic", &["archaic"]), + ("Wiavers", &["waivers"]), + ("Frational", &["fractional"]), + ("Distractin", &["district"]), + ("Geting", &["getting"]), + ("Sepulchrly", &["sepulchrally"]), + ("Emproves", &["improves"]), + ("Abstactor", &["abstractor"]), + ("Uplading", &["uploading"]), + ("Belog", &["belong"]), + ("Desingable", &["designable"]), + ("Prevew", &["preview"]), + ("Patholigical", &["pathological"]), + ("Luanchers", &["launchers"]), + ("Refromists", &["reformists"]), + ("Fundamentalt", &["fundamentalist"]), + ("Thougths", &["thoughts"]), + ("Secrect", &["secret"]), + ("Narcissits", &["narcissist"]), + ("Traveleres", &["travelers"]), + ("Speicify", &["specify"]), + ("Arrangable", &["arrangeable"]), + ("Cryptographc", &["cryptographic"]), + ("Muscel", &["muscle", "mussel"]), + ("Grandizer", &["aggrandizer"]), + ("Excessivly", &["excessively"]), + ("Misconseptions", &["misconceptions"]), + ("Fantacising", &["fantasising"]), + ("Execuatble", &["executable"]), + ("Immediantly", &["immediately"]), + ("Patriotisch", &["patriotic"]), + ("Langugues", &["languages"]), + ("Benj", &["binge"]), + ("Fetishs", &["fetishes"]), + ("Suscepitble", &["susceptible"]), + ("Anotehr", &["another"]), + ("Buisnesses", &["businesses"]), + ("Discoverys", &["discovers"]), + ("Dependencey", &["dependency"]), + ("Blopgpot", &["blogpost"]), + ("Abstracions", &["abstractions"]), + ("Pipeplines", &["pipelines"]), + ("Orpan", &["orphan"]), + ("Bounradies", &["boundaries"]), + ("Accelaration", &["acceleration"]), + ("Brabarian", &["barbarian"]), + ("Torunament", &["tournament"]), + ("Negosiators", &["negotiators"]), + ("Ajacency", &["adjacency"]), + ("Dowloader", &["downloader"]), + ("Idicates", &["indicates"]), + ("Degenarated", &["degenerated"]), + ("Regars", &["regards"]), + ("Riminicer", &["reminiscer"]), + ("Reteriver", &["retriever"]), + ("Compatatbility", &["compatibility"]), + ("Negotaiations", &["negotiations"]), + ("Continuely", &["continually"]), + ("Jefferry", &["jeffery"]), + ("Initailized", &["initialized"]), + ("Implemenations", &["implementations"]), + ("Autenticator", &["authenticator"]), + ("Caribles", &["variables"]), + ("Commads", &["commands"]), + ("Cardina", &["cardigan"]), + ("Dupliated", &["duplicated"]), + ("Demenor", &["demeanor"]), + ("Capcacity", &["capacity"]), + ("Responsed", &["responded", "responses"]), + ("Unbalnaced", &["unbalanced"]), + ("Correposding", &["corresponding"]), + ("Codgen", &["codegen"]), + ("Riskay", &["risky", "risqué"]), + ("Incomng", &["incoming"]), + ("Spontanuously", &["spontaneously"]), + ("Correspdoning", &["corresponding"]), + ("Sweerheart", &["sweetheart"]), + ("Skillshoot", &["skillshots"]), + ("Balcksmith", &["blacksmith"]), + ("Inexperieced", &["inexperienced"]), + ("Expetimentation", &["experimentation"]), + ("Evesdropping", &["eavesdropping"]), + ("Visualizatons", &["visualizations"]), + ("Obsucrity", &["obscurity"]), + ("Penality", &["penalty"]), + ("Bouunded", &["bounded"]), + ("Quadraped", &["quadruped"]), + ("Preferered", &["preferred"]), + ("Deflaction", &["deflection"]), + ("Egotystical", &["egotistical"]), + ("Permanentely", &["permanently"]), + ("Proclamed", &["proclaimed"]), + ("Dictioary", &["dictionary"]), + ("Initiaitives", &["initiatives"]), + ("Renegotaiates", &["renegotiates"]), + ("Algorhithm", &["algorithm"]), + ("Surveillence", &["surveillance"]), + ("Asynchornous", &["asynchronous"]), + ("Contributers", &["contributors"]), + ("Depdends", &["depends"]), + ("Confues", &["confuses"]), + ("Templaced", &["templated"]), + ("Pitmap", &["pixmap", "bitmap"]), + ("Hexdecimal", &["hexadecimal"]), + ("Nutral", &["neutral"]), + ("Emplore", &["employer"]), + ("Poralized", &["polarized"]), + ("Aquiring", &["acquiring"]), + ("Difffered", &["differed"]), + ("Imprefect", &["imperfect"]), + ("Indivdual", &["individual"]), + ("Juxt", &["just"]), + ("Distinclty", &["distinctly"]), + ("Comerants", &["cormorants"]), + ("Sourt", &["sort", "south", "sour"]), + ("Peripherials", &["peripherals"]), + ("Obeserving", &["observing"]), + ("Promtps", &["prompts"]), + ("Categoricaly", &["categorically"]), + ("Appropriete", &["appropriate"]), + ("Inbeetwen", &["inbetween"]), + ("Unregster", &["unregister"]), + ("Experimetenting", &["experimenting"]), + ("Dran", &["drawn"]), + ("Mirosoft", &["microsoft"]), + ("Preiod", &["period"]), + ("Cancell", &["cancel"]), + ("Troossos", &["trousseaus", "trousseaux"]), + ("Protuguese", &["portuguese"]), + ("Convienence", &["convenience"]), + ("Impuned", &["impugned"]), + ("Sysadmn", &["sysadmin"]), + ("Pensies", &["penises"]), + ("Claerly", &["clearly"]), + ("Xwindows", &["x"]), + ("Penatly", &["penalty"]), + ("Difuse", &["diffuse", "defuse"]), + ("Coefficiant", &["coefficient"]), + ("Execuctors", &["executors"]), + ("Commmited", &["committed"]), + ("Psychedlic", &["psychedelic"]), + ("Esacped", &["escaped"]), + ("Esportes", &["esports"]), + ("Comaptible", &["compatible"]), + ("Milesone", &["milestone"]), + ("Donwsides", &["downsides"]), + ("Differnetial", &["differential"]), + ("Sepeate", &["separate"]), + ("Collaborare", &["collaborate"]), + ("Instincitvely", &["instinctively"]), + ("Decompostition", &["decomposition"]), + ("Dissepointed", &["disappointed"]), + ("Commpresd", &["compressed"]), + ("Effiency", &["efficiency"]), + ("Refelcting", &["reflecting"]), + ("Cmmand", &["command"]), + ("Commere", &["commerce"]), + ("Ue", &["use", "due"]), + ("Tyou", &["you"]), + ("Situbbornness", &["stubbornness"]), + ("Endlessy", &["endlessly"]), + ("Elastisize", &["elasticize"]), + ("Coulumns", &["columns", "coulombs"]), + ("Improofing", &["improving"]), + ("Internediate", &["intermediate"]), + ("Perilious", &["perilous"]), + ("Compelxes", &["complexes"]), + ("Construktor", &["constructor"]), + ("Implmeneter", &["implementer"]), + ("Cloacks", &["cloaks"]), + ("Aggergate", &["aggregate"]), + ("Preriodic", &["periodic"]), + ("Achieval", &["achievable"]), + ("Experimener", &["experimenter"]), + ("Febewary", &["february"]), + ("Macinery", &["machinery"]), + ("Insepsion", &["inception"]), + ("Arreay", &["array"]), + ("Exchausted", &["exhausted"]), + ("Maybellene", &["maybelline"]), + ("Addess", &["address"]), + ("Forot", &["forgot"]), + ("Detectarlo", &["detector"]), + ("Superbock", &["superblock"]), + ("Imporbable", &["improbable"]), + ("Contamporary", &["contemporary"]), + ("Confrm", &["confirm"]), + ("Argments", &["arguments"]), + ("Absrobed", &["absorbed"]), + ("Implemenrt", &["implement"]), + ("Versionm", &["version"]), + ("Notoroius", &["notorious"]), + ("Sicinctly", &["succinctly"]), + ("Resvolved", &["resolved"]), + ("Awnsered", &["answered"]), + ("Casued", &["caused"]), + ("Furhermore", &["furthermore"]), + ("Elimate", &["eliminate"]), + ("Occurr", &["occur"]), + ("Manufaturing", &["manufacturing"]), + ("Unistall", &["uninstall"]), + ("Tangenet", &["tangent"]), + ("Errror", &["error"]), + ("Rhinosaruss", &["rhinoceroses"]), + ("Orginially", &["originally"]), + ("Auhtentication", &["authentication"]), + ("Estuwarries", &["estuaries"]), + ("Apporaching", &["approaching"]), + ("Intrinsict", &["intrinsic"]), + ("Inlin", &["inline"]), + ("Britenes", &["brightenes"]), + ("Negotaitor", &["negotiator"]), + ("Domesitcated", &["domesticated"]), + ("Relagation", &["relaxation"]), + ("Powerfisting", &["powerlifting"]), + ("Trunctate", &["truncate"]), + ("Contributiors", &["contributors"]), + ("Monomorpize", &["monomorphize"]), + ("Punctiation", &["punctuation"]), + ("Unnessary", &["unnecessary"]), + ("Cipers", &["ciphers"]), + ("Monumentous", &["monuments"]), + ("Misygonist", &["misogynist"]), + ("Cralwer", &["crawler"]), + ("Arro", &["arrow"]), + ("Boutiqe", &["boutique"]), + ("Puasing", &["pausing"]), + ("Dervived", &["derived"]), + ("Overclcoking", &["overclocking"]), + ("Progation", &["propagation"]), + ("Lifceycle", &["lifecycle"]), + ("Deffaulted", &["defaulted"]), + ("Desriptions", &["descriptions"]), + ("Wiill", &["will"]), + ("Charactiristic", &["characteristic"]), + ("Mechinisms", &["mechanisms"]), + ("Sensitivties", &["sensitivities"]), + ("Shoud", &["should"]), + ("Workes", &["works", "workers"]), + ("Receips", &["receipts"]), + ("Inferrable", &["inferable"]), + ("Expemental", &["experimental"]), + ("Comunism", &["communism"]), + ("Conservativsm", &["conservatism"]), + ("Inapproprietly", &["inappropriately"]), + ("Experimantations", &["experimentations"]), + ("Anothers", &["another"]), + ("Cimmetrical", &["symmetrical"]), + ("Cotten", &["cotton"]), + ("Timtout", &["timeout"]), + ("Vehicels", &["vehicles"]), + ("Inquisiting", &["inquisition"]), + ("Survallience", &["surveillance"]), + ("Concedendo", &["conceded"]), + ("Cletics", &["celtics"]), + ("Dialig", &["dialog"]), + ("Jamaicia", &["jamaica"]), + ("Nationalististic", &["nationalistic"]), + ("Suborutine", &["subroutine"]), + ("Pattren", &["pattern", "patron"]), + ("Reletively", &["relatively"]), + ("Browseable", &["browsable"]), + ("Responsibillities", &["responsibilities"]), + ("Compatator", &["comparator"]), + ("Joystik", &["joystick"]), + ("Clared", &["cleared"]), + ("Obejctive", &["objective"]), + ("Columnular", &["columnar"]), + ("Sacrifical", &["sacrificial"]), + ("Otherewise", &["otherwise"]), + ("Canonicalizations", &["canonicalization"]), + ("Naturually", &["naturally"]), + ("Shakesphere", &["shakespeare"]), + ("Quibic", &["cubic"]), + ("Intanjible", &["intangible"]), + ("Retcieves", &["retrieves", "receives"]), + ("Observered", &["observed"]), + ("Fundemental", &["fundamental"]), + ("Altogehter", &["altogether"]), + ("Forvatter", &["formatter"]), + ("Initialzation", &["initialization"]), + ("Disambiguiation", &["disambiguation"]), + ("Confrim", &["confirm"]), + ("Incredibily", &["incredibly"]), + ("Unmarsalling", &["unmarshalling"]), + ("Dispence", &["dispense"]), + ("Inadequete", &["inadequate"]), + ("Therapautic", &["therapeutic"]), + ("Organisera", &["organisers"]), + ("Renegoptionsotiates", &["renegotiates"]), + ("Initailizers", &["initializers"]), + ("Narcississm", &["narcissism"]), + ("Eptrapolate", &["extrapolate"]), + ("Disscussions", &["discussions"]), + ("Handshaging", &["handshaking"]), + ("Basf", &["base"]), + ("Anglular", &["angular"]), + ("Specualting", &["speculating"]), + ("Perfomnace", &["performance"]), + ("Blong", &["belong"]), + ("Alliegance", &["allegiance"]), + ("Scientifc", &["scientific"]), + ("Utilitization", &["utilization"]), + ("Syntaxg", &["syntax"]), + ("Misinterpted", &["misinterpret"]), + ("Communters", &["commenters"]), + ("Accomponying", &["accompanying"]), + ("Proprogations", &["propagations"]), + ("Contradicion", &["contradiction"]), + ("Tangeantial", &["tangential"]), + ("Translastion", &["translations"]), + ("Usere", &["user"]), + ("Seprarate", &["separate"]), + ("Preferes", &["prefers"]), + ("Repote", &["report", "remote"]), + ("Probablility", &["probability"]), + ("Rapresented", &["represented"]), + ("Expidite", &["expedite"]), + ("Pscyhiatrists", &["psychiatrists"]), + ("Miligram", &["milligram"]), + ("Partiticular", &["particular"]), + ("Metrigs", &["metrics"]), + ("Sumation", &["summation"]), + ("Syracusae", &["syracuse"]), + ("Toxen", &["toxin"]), + ("Asphyxation", &["asphyxiation"]), + ("Suvenear", &["souvenir"]), + ("Metagaem", &["metagame"]), + ("Verfification", &["verification"]), + ("Sodo", &["dodo", "sod", "soda", "sods", "solo", "sudo"]), + ("Neruons", &["neurons"]), + ("Implementig", &["implementing"]), + ("Calcualated", &["calculated"]), + ("Undfine", &["undefine"]), + ("Poeoples", &["peoples"]), + ("Prosicuted", &["prosecuted"]), + ("Questins", &["questions"]), + ("Modfided", &["modified"]), + ("Oppenly", &["openly"]), + ("Conceved", &["concede"]), + ("Spawnign", &["spawning"]), + ("Allocats", &["allocates"]), + ("Prescriped", &["prescribed"]), + ("Apporaches", &["approaches"]), + ("Concentrade", &["concentrated"]), + ("Defferred", &["deferred"]), + ("Copyrught", &["copyright"]), + ("Strting", &["string"]), + ("Houskeeping", &["housekeeping"]), + ("Memery", &["memory"]), + ("Boides", &["bodies"]), + ("Konsultation", &["consultation"]), + ("Siffix", &["suffix"]), + ("Islamiskt", &["islamist"]), + ("Microscophic", &["microscopic"]), + ("Amerliorates", &["ameliorates"]), + ("Adjcentcy", &["adjacency"]), + ("Configutration", &["configuration"]), + ("Homewoner", &["homeowner"]), + ("Botom", &["bottom"]), + ("Chiansaw", &["chainsaw"]), + ("Ploymer", &["polymer"]), + ("Impcats", &["impacts"]), + ("Projecs", &["projects"]), + ("Cigerattes", &["cigarettes"]), + ("Pocess", &["process", "possess"]), + ("Gottleib", &["gottlieb"]), + ("Bastract", &["abstract"]), + ("Accomidate", &["accommodate"]), + ("Coexinstence", &["coexistence"]), + ("Unsubscritption", &["unsubscription"]), + ("Butons", &["buttons"]), + ("Initiailizing", &["initializing"]), + ("Enviornemnt", &["environment"]), + ("Especialy", &["especially"]), + ("Ackowledging", &["acknowledging"]), + ("Indepdendency", &["independency"]), + ("Varient", &["variant"]), + ("Incliude", &["include"]), + ("Hyptothetically", &["hypothetically"]), + ("Mustated", &["mutated"]), + ("Cherck", &["check"]), + ("Beacuase", &["because"]), + ("Enitities", &["entities"]), + ("Revelant", &["relevant"]), + ("Corrupto", &["corruption"]), + ("Mositurizing", &["moisturizing"]), + ("Backrefence", &["backreference"]), + ("Empirialist", &["imperialist"]), + ("Naturely", &["naturally"]), + ("Sepparations", &["separations"]), + ("Calllbacks", &["callbacks"]), + ("Essensials", &["essentials"]), + ("Dedected", &["detected", "deducted"]), + ("Peased", &["leased", "pieced", "pleased"]), + ("Populos", &["populous"]), + ("Designade", &["designated"]), + ("Negatve", &["negative"]), + ("Sttetings", &["settings"]), + ("Scandinvia", &["scandinavia"]), + ("Pn", &["on"]), + ("Uncensord", &["uncensored"]), + ("Addresssed", &["addressed"]), + ("Subnegotitations", &["subnegotiations"]), + ("Transfomations", &["transformations"]), + ("Emperially", &["imperially"]), + ("Transicion", &["transition"]), + ("Wholeheartely", &["wholeheartedly"]), + ("Recgonize", &["recognize"]), + ("Predominantley", &["predominantly"]), + ("Infiltre", &["infiltrate"]), + ("Directoris", &["directories"]), + ("Halucination", &["hallucination"]), + ("Shystemmemory", &["systemmemory"]), + ("Pacakging", &["packaging"]), + ("Unssuccesful", &["unsuccessful"]), + ("Propuslion", &["propulsion"]), + ("Lifestye", &["lifestyle"]), + ("Obvioulsy", &["obviously"]), + ("Sensitivty", &["sensitivity"]), + ("Brithdays", &["birthdays"]), + ("Mony", &["money"]), + ("Unsubscribbed", &["unsubscribe"]), + ("Pltforms", &["platforms"]), + ("Handsake", &["handshake"]), + ("Keyboaards", &["keyboards"]), + ("Medicore", &["mediocre"]), + ("Electorns", &["electrons"]), + ("Apenines", &["apennines"]), + ("Seconly", &["secondly"]), + ("Thesholds", &["thresholds"]), + ("Copmonent", &["component"]), + ("Converstaional", &["conversational"]), + ("Negotioation", &["negotiation"]), + ("Unspeficiallied", &["unspecified"]), + ("Signular", &["singular"]), + ("Discconeections", &["disconnections"]), + ("Distribitors", &["distributors"]), + ("Seonds", &["seconds", "sends"]), + ("Statisfies", &["satisfies"]), + ("Runn", &["run"]), + ("Porportion", &["proportion"]), + ("Speficilliable", &["specifiable"]), + ("Callbakcs", &["callbacks"]), + ("Chormosomes", &["chromosomes"]), + ("Ane", &["and"]), + ("Ajustement", &["adjustment"]), + ("Volonteering", &["volunteering"]), + ("Preservativo", &["preservation"]), + ("Incedents", &["incidents"]), + ("Maxosx", &["macosx"]), + ("Propery", &["property", "properly"]), + ("Compresed", &["compressed"]), + ("Commiters", &["committers"]), + ("Tresures", &["treasures"]), + ("Distributs", &["distributors"]), + ("Weant", &["want", "wean"]), + ("Lables", &["labels"]), + ("Eror", &["error"]), + ("Connecton", &["connection", "connector"]), + ("Helicopers", &["helicopters"]), + ("Traingulating", &["triangulating"]), + ("Remoived", &["removed"]), + ("Propietary", &["proprietary"]), + ("Converssion", &["conversion"]), + ("Keword", &["keyword"]), + ("Suggesttion", &["suggestion"]), + ("Thiunk", &["think"]), + ("Timmestamp", &["timestamp"]), + ("Diffrent", &["different"]), + ("Certficate", &["certificate"]), + ("Outtermost", &["outermost"]), + ("Destinatin", &["destinations", "destination"]), + ("Compilcatedly", &["complicatedly"]), + ("Eventaully", &["eventually"]), + ("Preivous", &["previous"]), + ("Presonally", &["personally"]), + ("Proedural", &["procedural"]), + ("Misinterpred", &["misinterpreted"]), + ("Formmated", &["formatted"]), + ("Posistion", &["position"]), + ("Sterotype", &["stereotype"]), + ("Messurment", &["measurement"]), + ("Infalting", &["inflating"]), + ("Chek", &["check"]), + ("Constitucional", &["constitutional"]), + ("Commitus", &["commits"]), + ("Renegoatiating", &["renegotiating"]), + ("Experimanental", &["experimental"]), + ("Incompete", &["incomplete"]), + ("Partirion", &["partition"]), + ("Softwares", &["software"]), + ("Interract", &["interact"]), + ("Instnsiations", &["instantiations"]), + ("Assumning", &["assuming"]), + ("Vectorrs", &["vectors"]), + ("Submergerd", &["submerged"]), + ("Romote", &["remote"]), + ("Ditributions", &["distributions"]), + ("Consistens", &["consists"]), + ("Aggergation", &["aggregation"]), + ("Discipliniary", &["disciplinary"]), + ("Xepect", &["expect"]), + ("Irrevelant", &["irrelevant"]), + ("Datatime", &["datetime"]), + ("Througth", &["through"]), + ("Recrusion", &["recursion"]), + ("Olypmic", &["olympic"]), + ("Jenkkins", &["jenkins"]), + ("Validat", &["validate"]), + ("Repetoires", &["repertoires"]), + ("Desingns", &["designs"]), + ("Affinitied", &["affinities"]), + ("Featch", &["fetch", "each"]), + ("Experesion", &["expression"]), + ("Unexpexted", &["unexpected"]), + ("Ligthers", &["lighters"]), + ("Compleete", &["complete"]), + ("Ancestore", &["ancestor"]), + ("Eiegn", &["eigen", "reign"]), + ("Introdus", &["introduces"]), + ("Sychronisly", &["synchronously"]), + ("Beauracracy", &["bureaucracy"]), + ("Othersise", &["otherwise"]), + ("Chromosmes", &["chromosomes"]), + ("Confedaracy", &["confederacy"]), + ("Laborerers", &["laborers"]), + ("Controverial", &["controversial"]), + ("Functinality", &["functionality"]), + ("Assocate", &["associate"]), + ("Embezelled", &["embezzled"]), + ("Onsalught", &["onslaught"]), + ("Acknoweldged", &["acknowledged"]), + ("Decremeanted", &["decremented"]), + ("Expetional", &["exceptional"]), + ("Corrrectly", &["correctly"]), + ("Headerrs", &["headers"]), + ("Exnternalities", &["externalities"]), + ("Consectuve", &["consecutive"]), + ("Perferm", &["perform"]), + ("Extractet", &["extracted"]), + ("Farses", &["farces"]), + ("Maintenamce", &["maintenance"]), + ("Furute", &["fruit", "future"]), + ("Staticts", &["statist"]), + ("Partifular", &["particular"]), + ("Traids", &["traits", "triads"]), + ("Ducment", &["document"]), + ("Redundantcy", &["redundancy"]), + ("Executs", &["executes"]), + ("Deploiment", &["deployment"]), + ("Tranditional", &["transitional"]), + ("Colourpsaces", &["colourspaces"]), + ("Finialization", &["finalization"]), + ("Samruai", &["samurai"]), + ("Elamentaries", &["elementaries"]), + ("Mimimal", &["minimal"]), + ("Itegral", &["integral"]), + ("Undetwater", &["underwater"]), + ("Perpetuties", &["perpetuates"]), + ("Hurriance", &["hurricane"]), + ("Deregistrated", &["deregistered"]), + ("Doocumentary", &["documentary"]), + ("Adolencence", &["adolescence"]), + ("Characteization", &["characterization"]), + ("Charactetistic", &["characteristic"]), + ("Louieville", &["louisville"]), + ("Togle", &["toggle"]), + ("Actiavted", &["activated"]), + ("Pubished", &["published"]), + ("Inpired", &["inspired"]), + ("Bottons", &["bottoms", "buttons"]), + ("Reminises", &["reminisces"]), + ("Dataet", &["dataset"]), + ("Originial", &["original"]), + ("Specializate", &["specialize"]), + ("Experimmentelly", &["experimentally"]), + ("Interrrupting", &["interrupting"]), + ("Fluorish", &["flourish"]), + ("Rythyms", &["rhythms"]), + ("Remebered", &["remembered"]), + ("Necromamcer", &["necromancer"]), + ("Pathelogical", &["pathological"]), + ("Guardianis", &["guardians"]), + ("Sargeant", &["sergeant"]), + ("Abstracton", &["abstraction"]), + ("Passthough", &["passthrough"]), + ("Experimentatin", &["experimentation", "experimenting"]), + ("Wirldcard", &["wildcard"]), + ("Troublehsoot", &["troubleshoot"]), + ("Shenanighans", &["shenanigans"]), + ("Sympathsize", &["sympathize"]), + ("Hemmorhage", &["hemorrhage"]), + ("Independentisme", &["independents"]), + ("Ameelarator", &["ameliorator"]), + ("Deine", &["define"]), + ("Overzealus", &["overzealous"]), + ("Cosole", &["console"]), + ("Dinmaic", &["dynamic"]), + ("Scandivania", &["scandinavian"]), + ("Techonlogical", &["technological"]), + ("Widnows", &["windows", "widows"]), + ("Delgation", &["delegation"]), + ("Priviledged", &["privileged"]), + ("Colorpsace", &["colorspace"]), + ("Initilializes", &["initializes"]), + ("Cyprt", &["crypt"]), + ("Udid", &["uuid"]), + ("Paramters", &["parameters"]), + ("Overloooked", &["overlooked"]), + ("Dfinitions", &["definitions"]), + ("Unrealisitc", &["unrealistic"]), + ("Clene", &["clean", "cleaned"]), + ("Fallicious", &["fallacious"]), + ("Exhostive", &["exhaustive"]), + ("Compadible", &["compatible"]), + ("Catory", &["factory"]), + ("Interpeted", &["interpreted"]), + ("Surrouned", &["surround", "surrounded"]), + ("Enthaply", &["enthalpy"]), + ("Compromessi", &["compromises"]), + ("Escalative", &["escalate"]), + ("Absitnence", &["abstinence"]), + ("Cheched", &["checked"]), + ("Ome", &["some"]), + ("Luckely", &["luckily"]), + ("Caridnal", &["cardinal"]), + ("Compeltly", &["completely"]), + ("Fourten", &["fourteen"]), + ("Insensitve", &["insensitive"]), + ("Semphore", &["semaphore"]), + ("Responnsibilty", &["responsibility"]), + ("Changeing", &["changing"]), + ("Conbined", &["combined", "confined"]), + ("Dissambler", &["disassembler"]), + ("Reight", &["eight", "freight", "right"]), + ("Whetehr", &["whether"]), + ("Trukish", &["turkish"]), + ("Interating", &["iterating", "interacting", "integrating"]), + ("Subscibe", &["subscribe"]), + ("Branchs", &["branches"]), + ("Defautling", &["defaulting"]), + ("Electrolye", &["electrolytes"]), + ("Restricters", &["restricts"]), + ("Commandemnts", &["commandment"]), + ("Cartmaan", &["cartman"]), + ("Nimphomania", &["nymphomania"]), + ("Radeus", &["radius"]), + ("Precedencs", &["precedence"]), + ("Respesct", &["respects"]), + ("Wishpers", &["whispers"]), + ("Crossfiters", &["crossfire"]), + ("Singelar", &["singular"]), + ("Cilpboard", &["clipboard"]), + ("Primordal", &["primordial"]), + ("Rearrangd", &["rearranged"]), + ("Addtionally", &["additionally"]), + ("Psot", &["post"]), + ("Inherrits", &["inherits"]), + ("Monochome", &["monochrome"]), + ("Isue", &["issue"]), + ("Dinamic", &["dynamic"]), + ("Karbohydrates", &["carbohydrates"]), + ("Negothiate", &["negotiate"]), + ("Cange", &["change"]), + ("Competetors", &["competitors"]), + ("Gnorung", &["ignoring"]), + ("Relatibe", &["relative"]), + ("Transmorged", &["transformed"]), + ("Industrailized", &["industrialized"]), + ("Pscyhological", &["psychological"]), + ("Praticle", &["particle"]), + ("Speechs", &["speeches"]), + ("Protecs", &["protects"]), + ("Unitialised", &["uninitialised"]), + ("Reloccate", &["relocate"]), + ("Learnig", &["learning"]), + ("Totalitarni", &["totalitarian"]), + ("Represantation", &["representation"]), + ("Contamporaries", &["contemporaries"]), + ("Fogotten", &["forgotten"]), + ("Commite", &["commit"]), + ("Experimentaatl", &["experimental"]), + ("Mutices", &["mutexes"]), + ("Altetnatively", &["alternatively"]), + ("Pefectly", &["perfectly"]), + ("Northwet", &["northwest"]), + ("Amoungst", &["amongst"]), + ("Custonize", &["customize"]), + ("Authenaticator", &["authenticator"]), + ("Sligth", &["slight"]), + ("Macthed", &["matched"]), + ("Conjuntion", &["conjunction"]), + ("Commonweath", &["commonwealth"]), + ("Sepecified", &["specified"]), + ("Clitoridis", &["clitoris"]), + ("Prelimanary", &["preliminary"]), + ("Btye", &["byte"]), + ("Commneted", &["commented"]), + ("Itteration", &["iteration"]), + ("Ajative", &["adjective"]), + ("Oiginal", &["original"]), + ("Confusting", &["confusing"]), + ("Decoser", &["decoder"]), + ("Spearating", &["separating"]), + ("Magnifine", &["magnificent"]), + ("Compositie", &["composite"]), + ("Thetering", &["tethering"]), + ("Messagd", &["messaged"]), + ("Croch", &["crotch"]), + ("Professionalisim", &["professionalism"]), + ("Essentualy", &["essentially"]), + ("Mysteris", &["mysteries"]), + ("Negoator", &["negotiator"]), + ("Assassiante", &["assassinate"]), + ("Invesitgated", &["investigated"]), + ("Ocmputed", &["computed"]), + ("Simptumatically", &["symptomatically"]), + ("Fascianted", &["fascinated"]), + ("Offsense", &["offense"]), + ("Condusive", &["conducive"]), + ("Distiguished", &["distinguished"]), + ("Certifification", &["certification"]), + ("Absoleted", &["obsoleted"]), + ("Boook", &["book"]), + ("Traditition", &["tradition"]), + ("Containining", &["containing"]), + ("Resultion", &["resolution"]), + ("Sytler", &["styler"]), + ("Chromosone", &["chromosome"]), + ("Getlael", &["getlabel"]), + ("Contributuons", &["contributions"]), + ("Buoancy", &["buoyancy"]), + ("Phramacist", &["pharmacist"]), + ("Faymus", &["famous"]), + ("Assma", &["asthma"]), + ("Upadating", &["updating"]), + ("Cocktials", &["cocktails"]), + ("Guaruntes", &["guarantees"]), + ("Subsequnce", &["subsequence"]), + ("Sanhedrim", &["sanhedrin"]), + ("Fabircation", &["fabrication"]), + ("Confirmaiton", &["confirmation"]), + ("Modiiers", &["modifiers"]), + ("Corospond", &["correspond"]), + ("Addressse", &["addresses"]), + ("Pursuades", &["persuades"]), + ("Aboslutely", &["absolutely"]), + ("Appart", &["apart"]), + ("Symoblically", &["symbolically"]), + ("Prohibitus", &["prohibits"]), + ("Lifestlye", &["lifestyle"]), + ("Decscription", &["description"]), + ("Agruing", &["arguing"]), + ("Abnrormal", &["abnormal"]), + ("Vaiation", &["aviation"]), + ("Covarage", &["coverage"]), + ("Strcture", &["structure"]), + ("Coordonated", &["coordinated"]), + ("Differneces", &["differences"]), + ("Passagers", &["passages"]), + ("Formaly", &["formally", "formerly"]), + ("Covarege", &["coverage"]), + ("Notifiy", &["notify"]), + ("Cahrging", &["charging"]), + ("Acheevable", &["achievable"]), + ("Althoug", &["although"]), + ("Proprty", &["property"]), + ("Reapeated", &["repeated"]), + ("Seqeuental", &["sequential"]), + ("Downloded", &["downloaded"]), + ("Suefull", &["useful"]), + ("Currancies", &["currencies"]), + ("Peedmont", &["piedmont"]), + ("Confidentiel", &["confidential"]), + ("Beding", &["bedding", "begging"]), + ("Initialilsing", &["initialising"]), + ("Bacground", &["background"]), + ("Sceonds", &["seconds"]), + ("Reappeares", &["reappears"]), + ("Hypothises", &["hypotheses"]), + ("Dimonds", &["diamonds"]), + ("Thowing", &["throwing"]), + ("Intregity", &["integrity"]), + ("Ednif", &["endif"]), + ("Physisians", &["physicians"]), + ("Replacong", &["replacing"]), + ("Centruy", &["century"]), + ("Abord", &["abort", "aboard"]), + ("Compatibiliy", &["compatibility"]), + ("Punctutation", &["punctuation"]), + ("Interrum", &["interim"]), + ("Healthercare", &["healthcare"]), + ("Indvidual", &["individual"]), + ("Condemantion", &["condemnation"]), + ("Incomptetent", &["incompetent"]), + ("Lokale", &["locale"]), + ("Sarcasitcally", &["sarcastically"]), + ("Bicast", &["bitcast"]), + ("Forgieners", &["foreigners"]), + ("Reocurring", &["reoccurring", "recurring"]), + ("Unlass", &["unless"]), + ("Advertisiers", &["advertisers"]), + ("Loocking", &["locking", "looking"]), + ("Transylmania", &["transylvania"]), + ("Bastraction", &["abstraction"]), + ("Advantadges", &["advantages"]), + ("Durign", &["during"]), + ("Desperatedly", &["desperately"]), + ("Spezified", &["specified"]), + ("Depseration", &["desperation"]), + ("Memoty", &["memory"]), + ("Toursity", &["touristy"]), + ("Heloers", &["helpers"]), + ("Handelrs", &["handlers"]), + ("Scandenavia", &["scandinavia"]), + ("Underwar", &["underwater"]), + ("Recjecting", &["rejecting"]), + ("Keyosks", &["kiosks"]), + ("Triangulataion", &["triangulation"]), + ("Tosday", &["today", "tuesday"]), + ("Voxes", &["voxels", "voxel"]), + ("Uprgaded", &["upgraded"]), + ("Extimates", &["estimates"]), + ("Shufle", &["shuffle"]), + ("Experimtenel", &["experimental"]), + ("Quarterbackers", &["quarterbacks"]), + ("Burrtio", &["burrito"]), + ("Inventios", &["inventions"]), + ("Stanp", &["stamp"]), + ("Certan", &["certain"]), + ("Pervail", &["prevail"]), + ("Invokee", &["invoked", "invoke"]), + ("Commen", &["commend", "comment", "common"]), + ("Expexct", &["expect"]), + ("Arisoft", &["airsoft"]), + ("Dsyfunction", &["dysfunction"]), + ("Premultipled", &["premultiplied"]), + ("Infintiely", &["infinitely"]), + ("Gausian", &["gaussian"]), + ("Aply", &["apply"]), + ("Traker", &["tracker"]), + ("Contemplare", &["contemplate"]), + ("Missuse", &["misuse"]), + ("Friendsi", &["friendlies"]), + ("Cherchs", &["churches"]), + ("Aramgeddon", &["armageddon"]), + ("Replaceble", &["replaceable"]), + ("Irritaties", &["irritate"]), + ("Versatality", &["versatility"]), + ("Armageddeon", &["armageddon"]), + ("Substituing", &["substituting"]), + ("Responsibliy", &["responsibly"]), + ("Interporation", &["interpolation"]), + ("Abosulutely", &["absolutely"]), + ("Mortarts", &["mortars"]), + ("Extracotr", &["extractor"]), + ("Knuckels", &["knuckles"]), + ("Colorizoer", &["colorizer"]), + ("Descriptiom", &["description"]), + ("Nkow", &["know"]), + ("Optinal", &["optional"]), + ("Tpyically", &["typically"]), + ("Pryamid", &["pyramid"]), + ("Correspoond", &["correspond"]), + ("Schozophrenia", &["schizophrenia"]), + ("Tramautized", &["traumatized"]), + ("Neighborehood", &["neighborhood"]), + ("Refelctive", &["reflective"]), + ("Avengence", &["vengeance"]), + ("Chocolot", &["chocolate"]), + ("Sprotsmanship", &["sportsmanship"]), + ("Hexademical", &["hexadecimal"]), + ("Manufactuing", &["manufacturing"]), + ("Misunderstnading", &["misunderstandings"]), + ("Metamophosis", &["metamorphosis"]), + ("Inorrect", &["incorrect"]), + ("Famly", &["family"]), + ("Stromed", &["stormed"]), + ("Ocurred", &["occurred"]), + ("Outisder", &["outsider"]), + ("Fritions", &["frictions"]), + ("Spacebr", &["spacebar"]), + ("Unconventianal", &["unconventional"]), + ("Differeny", &["differently"]), + ("Gouped", &["grouped"]), + ("Pthon", &["python"]), + ("Qualifer", &["qualifier"]), + ("Decoracion", &["decoration"]), + ("Pyarmid", &["pyramid"]), + ("Argements", &["arguments"]), + ("Cluases", &["clauses"]), + ("Decisiones", &["decisions"]), + ("Africaness", &["africans"]), + ("Agnositc", &["agnostic"]), + ("Devellopment", &["development"]), + ("Projectils", &["projectiles"]), + ("Normany", &["normandy"]), + ("Singlepalyer", &["singleplayer"]), + ("Ignorns", &["ignores"]), + ("Essentiels", &["essentials"]), + ("Accellerating", &["accelerating"]), + ("Screebs", &["screens"]), + ("Moteured", &["motored"]), + ("Languauge", &["language"]), + ("Exponental", &["exponential"]), + ("Interragation", &["interrogation"]), + ("Decutable", &["deductible"]), + ("Eliminase", &["eliminates"]), + ("Relfection", &["reflection"]), + ("Referencable", &["referenceable"]), + ("Driagrams", &["diagrams"]), + ("Meassuring", &["measuring"]), + ("Neighbeor", &["neighbor"]), + ("Percente", &["percentile"]), + ("Erorneusly", &["erroneously"]), + ("Sependent", &["dependent"]), + ("Resutls", &["results"]), + ("Foller", &["follower"]), + ("Falshbacks", &["flashbacks"]), + ("Seqensing", &["sequencing"]), + ("Transprencies", &["transparencies"]), + ("Windosr", &["windsor"]), + ("Marryied", &["married"]), + ("Particpation", &["participation"]), + ("Reynlods", &["reynolds"]), + ("Correpsondence", &["correspondence"]), + ("Involuntarly", &["involuntary"]), + ("Assesment", &["assessment"]), + ("Spectifications", &["specifications"]), + ("Incedentally", &["incidentally"]), + ("Usinging", &["using"]), + ("Experiming", &["experimenting"]), + ("Wokr", &["work"]), + ("Defived", &["derived"]), + ("Diminsihing", &["diminishing"]), + ("Geomentry", &["geometry"]), + ("Materilism", &["materialism"]), + ("Popuplating", &["populating"]), + ("Timstamp", &["timestamp"]), + ("Depecreated", &["deprecated"]), + ("Banlance", &["balance"]), + ("Exspensed", &["expensed"]), + ("Highligh", &["highlight"]), + ("Discriminante", &["discriminate"]), + ("Preconveived", &["preconceived"]), + ("Inconsistensies", &["inconsistencies"]), + ("Inmediatelly", &["immediately"]), + ("Insistas", &["insists"]), + ("Currenty", &["currently"]), + ("Releavant", &["relevant"]), + ("Nmae", &["name"]), + ("Quatnize", &["quantize"]), + ("Allocateng", &["allocating"]), + ("Achievments", &["achievements"]), + ("Delibirate", &["deliberate"]), + ("Presreving", &["preserving"]), + ("Disclipines", &["disciplines"]), + ("Excectional", &["exceptional"]), + ("Itnerpret", &["interpret"]), + ("Airbrone", &["airborne"]), + ("Resevering", &["reserving"]), + ("Expite", &["expedite", "expire"]), + ("Sharpley", &["sharply"]), + ("Secratary", &["secretary"]), + ("Reviwer", &["reviewer"]), + ("Purhcase", &["purchase"]), + ("Vulberabilites", &["vulnerabilities"]), + ("Guaratees", &["guarantees"]), + ("Genratet", &["generated"]), + ("Cloisonay", &["cloisonné"]), + ("Asapragus", &["asparagus"]), + ("Othrodox", &["orthodox"]), + ("Vaccinaties", &["vaccinate"]), + ("Writechetque", &["writecheque"]), + ("Processers", &["processors"]), + ("Flacored", &["flavored"]), + ("Mediocer", &["mediocre"]), + ("Mucnhies", &["munchies"]), + ("Worthing", &["worth", "meriting"]), + ("Equivallent", &["equivalent"]), + ("Eviserate", &["eviscerate"]), + ("Inearisation", &["linearisation"]), + ("Passisve", &["passives"]), + ("Celebrationists", &["celebrations"]), + ("Intantiate", &["instantiate"]), + ("Acccessor", &["accessor"]), + ("Presistant", &["persistent"]), + ("Aroara", &["aurora"]), + ("Screenchots", &["screenshots"]), + ("Denomitators", &["denominators"]), + ("Interviewie", &["interviewer"]), + ("Pairocheally", &["parochially"]), + ("Enhancemants", &["enhancements"]), + ("Tryng", &["trying"]), + ("Scholership", &["scholarship"]), + ("Utlize", &["utilize"]), + ("Presidet", &["presidents"]), + ("Disssociated", &["dissociated"]), + ("Undestand", &["understand"]), + ("Assfalt", &["asphalt"]), + ("Aout", &["about"]), + ("Groupt", &["grouped"]), + ("Caleed", &["called"]), + ("Intellegent", &["intelligent"]), + ("Demonstraiton", &["demonstrations"]), + ("Soemthin", &["somethin"]), + ("Entending", &["intending"]), + ("Capabilitires", &["capabilities"]), + ("Coexsits", &["coexists"]), + ("Wou", &["would"]), + ("Homogeneize", &["homogenize"]), + ("Intraverts", &["introverts"]), + ("Palyback", &["playback"]), + ("Congratuate", &["congratulate"]), + ("Manufactering", &["manufacturing"]), + ("Appriecate", &["appreciates"]), + ("Priveliged", &["privileged"]), + ("Substraction", &["subtraction"]), + ("Coalases", &["coalesces"]), + ("Experimen", &["experiment"]), + ("Perdict", &["predict"]), + ("Progressos", &["progresses"]), + ("Chizzles", &["chisels"]), + ("Valtage", &["voltage"]), + ("Dertermine", &["determine"]), + ("Experimetentations", &["experimentations"]), + ("Maniputing", &["manipulating"]), + ("Paricularly", &["particularly"]), + ("Acquantaince", &["acquaintance"]), + ("Deliviring", &["delivering"]), + ("Occours", &["occurs"]), + ("Opyions", &["options"]), + ("Utiliterian", &["utilitarian"]), + ("Dictionarys", &["dictionaries"]), + ("Speciaal", &["special"]), + ("Dependencis", &["dependencies"]), + ("Rhethoric", &["rhetoric"]), + ("Concured", &["concurred", "conquered"]), + ("Voilation", &["violation"]), + ("Hardwdare", &["hardware"]), + ("Cheslea", &["chelsea"]), + ("Anonymousny", &["anonymously"]), + ("Implmenet", &["implement"]), + ("Interesected", &["intersected"]), + ("Plarform", &["platform"]), + ("Microtranscations", &["microtransactions"]), + ("Narcisisst", &["narcissist"]), + ("Mesures", &["measures"]), + ("Atmosphir", &["atmospheric"]), + ("Philisophy", &["philosophy"]), + ("Authoization", &["authorization"]), + ("Somtime", &["sometime"]), + ("Nominae", &["nominate"]), + ("Unexpectdly", &["unexpectedly"]), + ("Stuation", &["situation", "station"]), + ("Upsreaming", &["upstreaming"]), + ("Prdpagator", &["propagator"]), + ("Folliws", &["follows"]), + ("Actialy", &["actually"]), + ("Typess", &["types"]), + ("Goreshadowing", &["foreshadowing"]), + ("Precisie", &["precise"]), + ("Neighrourhoods", &["neighbourhoods"]), + ("Executuble", &["executable"]), + ("Indentended", &["indented"]), + ("Postulat", &["postulate"]), + ("Indimidation", &["intimidation"]), + ("Frezes", &["freezes"]), + ("Susceptibile", &["susceptible"]), + ("Microtransactons", &["microtransactions"]), + ("Partiulars", &["particulars"]), + ("Shelterd", &["sheltered"]), + ("Algotirhmically", &["algorithmically"]), + ("Exceptionel", &["exceptional"]), + ("Transcevier", &["transceiver"]), + ("Minggw", &["mingw"]), + ("Determanism", &["determinism"]), + ("Hve", &["have"]), + ("Coudlnt", &["couldnt"]), + ("Wront", &["wrong"]), + ("Exponetial", &["exponential"]), + ("Tanslation", &["translation"]), + ("Aluminim", &["aluminium"]), + ("Ideologiset", &["ideologies"]), + ("Blapshemy", &["blasphemy"]), + ("Youy", &["you"]), + ("Integated", &["integrated"]), + ("Dinamiclly", &["dynamically"]), + ("Offaet", &["offset"]), + ("Particually", &["particularly"]), + ("Prameter", &["parameter"]), + ("Intpreter", &["interpreter"]), + ("Trailling", &["trailing", "trialling", "trilling"]), + ("Wiht", &["with"]), + ("Unrecognixed", &["unrecognized"]), + ("Vulberabuilitie", &["vulnerability"]), + ("Experimanentation", &["experimentation"]), + ("Wheh", &["when"]), + ("Releafing", &["relieving"]), + ("Reivew", &["review"]), + ("Veiwing", &["viewing"]), + ("Farenheit", &["fahrenheit"]), + ("Relaibly", &["reliably"]), + ("Succesors", &["successors"]), + ("Fowards", &["forwards"]), + ("Renegoatiates", &["renegotiates"]), + ("Cylnders", &["cylinders"]), + ("Forr", &["for"]), + ("Ahmonds", &["almonds"]), + ("Foudning", &["founding"]), + ("Initiaton", &["initiation"]), + ("Alternarively", &["alternatively"]), + ("Feauture", &["feature"]), + ("Dissapers", &["disappears"]), + ("Maxmimum", &["maximum"]), + ("Alpabet", &["alphabet"]), + ("Falesly", &["falsely"]), + ("Menmonic", &["mnemonic"]), + ("Microcentres", &["microcenter"]), + ("Backgroudns", &["backgrounds"]), + ("Aspestus", &["asbestos"]), + ("Confimration", &["confirmation"]), + ("Quanitfy", &["quantify"]), + ("Bactch", &["batch"]), + ("Seziure", &["seizure"]), + ("Sungalsses", &["sunglasses"]), + ("Infantus", &["infants"]), + ("Konfrontation", &["confrontation"]), + ("Myslef", &["myself"]), + ("Traingles", &["triangles"]), + ("Transisions", &["transitions"]), + ("Interacte", &["interactive"]), + ("Thge", &["the"]), + ("Socrateks", &["socrates"]), + ("Neighor", &["neighbor"]), + ("Wheres", &["whereas"]), + ("Monstrostiy", &["monstrosity"]), + ("Unbreakbale", &["unbreakable"]), + ("Decremenst", &["decrements"]), + ("Dericteryes", &["directories"]), + ("Interaxctions", &["interactions"]), + ("Speficic", &["specific"]), + ("Atomtical", &["automatic"]), + ("Wollow", &["follow", "wallow"]), + ("Accidentely", &["accidentally"]), + ("Embedds", &["embeds"]), + ("Batery", &["battery"]), + ("Thermodymamics", &["thermodynamics"]), + ("Cardiovasculaire", &["cardiovascular"]), + ("Mke", &["make"]), + ("Initiallly", &["initially"]), + ("Openbrower", &["openbrowser"]), + ("Rewiever", &["reviewer"]), + ("Asent", &["ascent"]), + ("Tendacy", &["tendency"]), + ("Diaram", &["diagram", "diorama"]), + ("Recipies", &["recipes"]), + ("Nescesaries", &["necessaries"]), + ("Recusrsive", &["recursive"]), + ("Trageted", &["targeted"]), + ("Experences", &["experiences"]), + ("Lavel", &["level", "laravel", "label"]), + ("Remaner", &["remainder"]), + ("Neighbbors", &["neighbors"]), + ("Electricman", &["electrician"]), + ("Architures", &["architectures"]), + ("Rentres", &["renters"]), + ("Defeaulted", &["defaulted"]), + ("Prestigiosi", &["prestigious"]), + ("Refrehser", &["refresher"]), + ("Continenet", &["continents"]), + ("Percieve", &["perceive"]), + ("Abruplty", &["abruptly"]), + ("Architecure", &["architecture"]), + ("Discoure", &["discourse"]), + ("Contredict", &["contradict"]), + ("Preveiw", &["preview"]), + ("Filps", &["flips"]), + ("Breathos", &["breaths"]), + ("Virament", &["vraiment"]), + ("Probabillity", &["probability"]), + ("Instrcutor", &["instructors"]), + ("Exorbatant", &["exorbitant"]), + ("Liteautrue", &["literature"]), + ("Astiimation", &["estimation"]), + ("Authoritive", &["authoritative"]), + ("Worflows", &["workflows"]), + ("Countinueq", &["continueq", "continue"]), + ("Memer", &["member"]), + ("Exponencial", &["exponential"]), + ("Hallucinaton", &["hallucination"]), + ("Compesition", &["composition"]), + ("Pshycology", &["psychology"]), + ("Mountble", &["mountable"]), + ("Overclockd", &["overclocked"]), + ("Boundares", &["boundaries"]), + ("Urrlib", &["urllib"]), + ("Specualtive", &["speculative"]), + ("Refesh", &["refresh"]), + ("Optiional", &["optional"]), + ("Etend", &["extend", "attend"]), + ("Monumentaal", &["monumental"]), + ("Propertyst", &["properties"]), + ("Stattistic", &["statistic"]), + ("Gangsterous", &["gangsters"]), + ("Devide", &["divide", "device"]), + ("Tabluated", &["tabulated"]), + ("Fnd", &["find"]), + ("Voyouristic", &["voyeuristic"]), + ("Imlicit", &["implicit"]), + ("Separetly", &["separately"]), + ("Mathamatician", &["mathematician"]), + ("Constracting", &["constructing"]), + ("Trooso", &["trousseau"]), + ("Suprassing", &["surpassing"]), + ("Chechk", &["check"]), + ("Foricbly", &["forcibly"]), + ("Availiable", &["available"]), + ("Natioanls", &["nationals"]), + ("Persectuion", &["persecution"]), + ("Endpiont", &["endpoint"]), + ("Unneccessarily", &["unnecessarily"]), + ("Shawhsank", &["shawshank"]), + ("Analsyts", &["analysts"]), + ("Coordinaton", &["coordination"]), + ("Mcroscopy", &["microscopy"]), + ("Distiction", &["distinction"]), + ("Editt", &["edit"]), + ("Familiaries", &["familiarize"]), + ("Happends", &["happens"]), + ("Tempalrs", &["templars"]), + ("Carthographer", &["cartographer"]), + ("Mechanicsms", &["mechanisms"]), + ("Lengthes", &["lengths"]), + ("Uncommmenting", &["uncommenting"]), + ("Projecttion", &["projection"]), + ("Excact", &["exact"]), + ("Thikness", &["thickness"]), + ("Superseede", &["supersede"]), + ("Sustainaiblity", &["sustainability"]), + ("Placehoulders", &["placeholders"]), + ("Certianty", &["certainty"]), + ("Greatfull", &["grateful", "gratefully"]), + ("Disadventaged", &["disadvantaged"]), + ("Capitilism", &["capitalism"]), + ("Viweed", &["viewed"]), + ("Telaportation", &["teleportation"]), + ("Spefixifers", &["specifiers"]), + ("Dictioanries", &["dictionaries"]), + ("Invertion", &["inversion"]), + ("Inevitablly", &["inevitably"]), + ("Puchasing", &["purchasing"]), + ("Comprihend", &["comprehend"]), + ("Chnages", &["changes"]), + ("Replacalbes", &["replaceables"]), + ("Exerciesed", &["exercised"]), + ("Woth", &["worth"]), + ("Facsists", &["fascists"]), + ("Bealtes", &["beatles"]), + ("Hallicunations", &["hallucinations"]), + ("Influanced", &["influenced"]), + ("Scenegraaphs", &["scenegraphs"]), + ("Sophisicated", &["sophisticated"]), + ("Fisionable", &["fissionable"]), + ("Existantial", &["existential"]), + ("Croshet", &["crochet"]), + ("Relaod", &["reload"]), + ("Incunabla", &["incunabula"]), + ("Mediocirty", &["mediocrity"]), + ("Callibrate", &["calibrate"]), + ("Argumenst", &["arguments"]), + ("Negothiating", &["negotiating"]), + ("Mechanichs", &["mechanics"]), + ("Wehther", &["whether"]), + ("Startegies", &["strategies"]), + ("Exctacted", &["extracted"]), + ("Reconsiled", &["reconsider"]), + ("Singlularly", &["singularly"]), + ("Truely", &["truly"]), + ("Changged", &["changed"]), + ("Shoudl", &["should"]), + ("Delievery", &["delivery"]), + ("Technoligically", &["technologically"]), + ("Alocation", &["allocation"]), + ("Liberalest", &["liberate"]), + ("Perpaid", &["prepaid"]), + ("Exilerate", &["exhilarate"]), + ("Thermodynanics", &["thermodynamics"]), + ("Gauarentee", &["guarantee"]), + ("Crahed", &["crashed"]), + ("Micrpohone", &["microphones"]), + ("Unconditianal", &["unconditional"]), + ("Illuminami", &["illuminati"]), + ("Interited", &["inherited"]), + ("Spectecular", &["spectacular"]), + ("Certiticates", &["certificates"]), + ("Apprecaited", &["appreciated"]), + ("Anywere", &["anywhere"]), + ("Constituional", &["constitutional"]), + ("Dolhpins", &["dolphins"]), + ("Implementatoins", &["implementations"]), + ("Authenenticated", &["authenticated"]), + ("Unatteded", &["unattended"]), + ("Reculrively", &["recursively"]), + ("Insterted", &["inserted"]), + ("Cameleons", &["chameleons"]), + ("Comeptitively", &["competitively"]), + ("Consentrating", &["concentrating"]), + ("Investigaton", &["investigation"]), + ("Univerisites", &["universities"]), + ("Testsdata", &["testdata"]), + ("Horizontaly", &["horizontally"]), + ("Copyrughted", &["copyrighted"]), + ("Imporoves", &["improves"]), + ("Unsubscritpions", &["unsubscriptions"]), + ("Entitlied", &["entitled"]), + ("Willingless", &["willingness"]), + ("Consired", &["conspired", "considered"]), + ("Milesecond", &["millisecond"]), + ("Riaders", &["raiders"]), + ("Statments", &["statements"]), + ("Excliude", &["exclude"]), + ("Evetually", &["eventually"]), + ("Definatley", &["definitely"]), + ("Hava", &["have"]), + ("Excpects", &["expects"]), + ("Referenecs", &["references"]), + ("Techer", &["teacher"]), + ("Genereate", &["generate"]), + ("Pachooly", &["patchouli"]), + ("Preposters", &["preposterous"]), + ("Asssembler", &["assembler"]), + ("Securrly", &["securely"]), + ("Mehodically", &["methodically"]), + ("Staically", &["statically"]), + ("Backlght", &["backlight"]), + ("Revoultion", &["revolution"]), + ("Widthout", &["without"]), + ("Succesfully", &["successfully"]), + ("Civilasations", &["civilisations"]), + ("Rertiever", &["retriever"]), + ("Occcurrences", &["occurrences"]), + ("Modifiation", &["modification"]), + ("Statamenet", &["statement"]), + ("Dissmises", &["dismisses"]), + ("Healther", &["healthier"]), + ("Notfications", &["notifications"]), + ("Onging", &["ongoing"]), + ("Incompatatble", &["incompatible"]), + ("Submarinas", &["submarines"]), + ("Metaphoricial", &["metaphorical"]), + ("Pornagraphy", &["pornography"]), + ("Migth", &["might"]), + ("Wedensday", &["wednesday"]), + ("Stabiliting", &["stabilizing"]), + ("Evaluatating", &["evaluating"]), + ("Neslave", &["enslave"]), + ("Commisioning", &["commissioning"]), + ("Underminde", &["undermines"]), + ("Checkstum", &["checksum"]), + ("Interogators", &["interrogators"]), + ("Stremear", &["streamer"]), + ("Absoluely", &["absolutely"]), + ("Mena", &["mean"]), + ("Determinse", &["determines"]), + ("Stealty", &["stealthy"]), + ("Overlowed", &["overflowed", "overloaded"]), + ("Indistingusihable", &["indistinguishable"]), + ("Dtoring", &["storing"]), + ("Introspeccion", &["introspection"]), + ("Bounray", &["boundary"]), + ("Aborigenal", &["aboriginal"]), + ("Businessemen", &["businessmen"]), + ("Exisit", &["exist"]), + ("Congifuration", &["configuration"]), + ("Scramling", &["scrambling"]), + ("Defult", &["default"]), + ("Compliers", &["compilers"]), + ("Matrie", &["matrix"]), + ("Excede", &["exceed"]), + ("Implemementation", &["implementation"]), + ("Insuffient", &["insufficient"]), + ("Summersalt", &["somersault"]), + ("Miltiple", &["multiple"]), + ("Religiosly", &["religiously"]), + ("Pennyslvania", &["pennsylvania"]), + ("Contribued", &["contributed"]), + ("Interrogatin", &["interrogation"]), + ("Paraylsis", &["paralysis"]), + ("Stragedy", &["strategy", "tragedy"]), + ("Bengalos", &["bengals"]), + ("Langerray", &["lingerie"]), + ("Catchs", &["catches"]), + ("Complcated", &["complicated"]), + ("Difinition", &["definition"]), + ("Inbrace", &["embrace"]), + ("Recordarle", &["recorder"]), + ("Invesment", &["investment"]), + ("Discribe", &["describe"]), + ("Contributeurs", &["contributes"]), + ("Tessealted", &["tessellated"]), + ("Cyprto", &["crypto"]), + ("Foreseeble", &["foreseeable"]), + ("Diplays", &["displays"]), + ("Mairlyn", &["marilyn"]), + ("Strategems", &["strategies"]), + ("Unexpepted", &["unexpected"]), + ("Accomidation", &["accommodation"]), + ("Fowrards", &["forwards"]), + ("Correcxt", &["correct"]), + ("Stealthely", &["stealthy"]), + ("Temporarilu", &["temporary"]), + ("Indicateds", &["indicated", "indicates"]), + ("Skywalkr", &["skywalker"]), + ("Organismer", &["organise"]), + ("Destrcutor", &["destructor"]), + ("Upholstry", &["upholstery"]), + ("Expersion", &["expression"]), + ("Customizatons", &["customizations"]), + ("Physcially", &["physically"]), + ("Auxillaries", &["auxiliaries"]), + ("Additionnaly", &["additionally"]), + ("Slowely", &["slowly"]), + ("Organisert", &["organisers"]), + ("Numeraotr", &["numerator"]), + ("Testice", &["testicle"]), + ("Transperently", &["transparently"]), + ("Disconnet", &["disconnect"]), + ("Strengthin", &["strengthen"]), + ("Phyisology", &["physiology"]), + ("Nexting", &["nesting", "texting"]), + ("Commpiling", &["compiling"]), + ("Dissmantled", &["dismantled"]), + ("Insultos", &["insults"]), + ("Preventetive", &["preventative"]), + ("Apretiation", &["appreciation"]), + ("Assiociation", &["association"]), + ("Inturrupting", &["interrupting"]), + ("Blokc", &["block", "bloke"]), + ("Typped", &["typed"]), + ("Scrtiped", &["scripted"]), + ("Opreating", &["operating"]), + ("Uless", &["unless"]), + ("Chisled", &["chiseled"]), + ("Bitcion", &["bitcoin"]), + ("Suspisious", &["suspicious"]), + ("Descriping", &["describing"]), + ("Userame", &["username"]), + ("Suggesiton", &["suggestion"]), + ("Respondus", &["responds"]), + ("Represenation", &["representation"]), + ("Uplaoded", &["uploaded"]), + ("Sentencian", &["sentencing"]), + ("Igzorter", &["exhorter"]), + ("Satuadays", &["saturdays"]), + ("Alchohol", &["alcohol"]), + ("Volenteer", &["volunteer"]), + ("Chanllenging", &["challenging"]), + ("Goegraphically", &["geographically"]), + ("Exagerrated", &["exaggerated"]), + ("Overlaod", &["overload"]), + ("Follwoinwg", &["following"]), + ("Somethig", &["something"]), + ("Yoursleves", &["yourselves"]), + ("Endevors", &["endeavors"]), + ("Enviromnent", &["environments", "environment"]), + ("Authetnicators", &["authenticators"]), + ("Reliefing", &["relieving"]), + ("Shoft", &["shift", "short"]), + ("Processd", &["process", "processed"]), + ("Unavaible", &["unavailable"]), + ("Implementatoin", &["implementation"]), + ("Insigths", &["insights"]), + ("Psychedilics", &["psychedelics"]), + ("Ontainers", &["containers"]), + ("Distaced", &["distanced"]), + ("Sintacs", &["syntax"]), + ("Reinfocement", &["reinforcement"]), + ("Derefrancable", &["dereferenceable"]), + ("Inactvie", &["inactive"]), + ("Anonimusally", &["anonymously"]), + ("Creted", &["created"]), + ("Previuous", &["previous"]), + ("Langugages", &["languages"]), + ("Obstruced", &["obstructed"]), + ("Strema", &["stream"]), + ("Speficiallied", &["specified"]), + ("Exercicing", &["exercising"]), + ("Incorrrectly", &["incorrectly"]), + ("Entitys", &["entities"]), + ("Corecting", &["correcting"]), + ("Inhibt", &["inhibit"]), + ("Independenet", &["independents"]), + ("Calcurated", &["calculated"]), + ("Subsequenlty", &["subsequently"]), + ("Pennsilvania", &["pennsylvania"]), + ("Compleetness", &["completeness"]), + ("Crossin", &["crossing"]), + ("Metropolitcan", &["metropolitan"]), + ("Alis", &["alas", "alias", "alms", "axis"]), + ("Leaast", &["least"]), + ("Escluding", &["excluding"]), + ("Experimentaiter", &["experimenter"]), + ("Resignacion", &["resignation"]), + ("Exmained", &["examined"]), + ("Toruney", &["tourney"]), + ("Lnguages", &["languages"]), + ("Addjusted", &["adjusted"]), + ("Fabricus", &["fabrics"]), + ("Internatioanlly", &["internationally"]), + ("Soudntrack", &["soundtrack"]), + ("Develoments", &["developments"]), + ("Auguments", &["arguments", "augments"]), + ("Characteres", &["characters"]), + ("Sizemologogically", &["seismologically"]), + ("Herculeasy", &["hercules"]), + ("Speficiations", &["specifications"]), + ("Monoploy", &["monopoly"]), + ("Proided", &["provided"]), + ("Inheriths", &["inherits"]), + ("Camboida", &["cambodia"]), + ("Gettting", &["getting"]), + ("Interators", &["iterators"]), + ("Librabry", &["library"]), + ("Turaround", &["turnaround"]), + ("Imcompatibility", &["incompatibility"]), + ("Extepects", &["expects"]), + ("Compareing", &["comparing"]), + ("Cratashous", &["cretaceous"]), + ("Accepect", &["accept"]), + ("Gargage", &["garbage", "garage"]), + ("Atuhenticates", &["authenticates"]), + ("Miinimises", &["minimises"]), + ("Documentatation", &["documentation"]), + ("Interasted", &["interacted"]), + ("Igores", &["ignores"]), + ("Anniversy", &["anniversary"]), + ("Cailbration", &["calibration"]), + ("Exicute", &["", "execute"]), + ("Definayely", &["definitely"]), + ("Eigth", &["eighth", "eight"]), + ("Inofficial", &["unofficial"]), + ("Segmends", &["segments"]), + ("Menues", &["menus"]), + ("Scottisch", &["scottish"]), + ("Newslatter", &["newsletter"]), + ("Performmed", &["performed"]), + ("Approxametely", &["approximately"]), + ("Signuature", &["signature"]), + ("Quanitity", &["quantity"]), + ("Erronoeus", &["erroneous"]), + ("Descrtiption", &["description"]), + ("Copryight", &["copyright"]), + ("Durabillity", &["durability"]), + ("Tranition", &["transition"]), + ("Uncomitted", &["uncommitted"]), + ("Prejudgudices", &["prejudices"]), + ("Compleeted", &["completed"]), + ("Prostitition", &["prostitution"]), + ("Undescore", &["underscore"]), + ("Profitabile", &["profitable"]), + ("Manafestation", &["manifestation"]), + ("Ensalve", &["enslave"]), + ("Translatied", &["translated"]), + ("Repositiories", &["repositories"]), + ("Noramals", &["normals"]), + ("Dereferanced", &["dereferenced"]), + ("Inforation", &["information"]), + ("Scketches", &["sketches"]), + ("Turtorial", &["tutorial"]), + ("Protaganists", &["protagonists"]), + ("Acknowledgeing", &["acknowledging"]), + ("Varieable", &["variable"]), + ("Procliam", &["proclaim"]), + ("Guarranteing", &["guaranteeing"]), + ("Provincie", &["province"]), + ("Paritition", &["partition"]), + ("Defeines", &["defines"]), + ("Combability", &["compatibility"]), + ("Practicianers", &["practitioners"]), + ("Accress", &["access"]), + ("Assistans", &["assistants"]), + ("Downrgaded", &["downgraded"]), + ("Manufacutre", &["manufactures"]), + ("Excetpional", &["exceptional"]), + ("Depercated", &["deprecated"]), + ("Pahts", &["paths", "pats", "parts"]), + ("Applicaions", &["applications"]), + ("Knigths", &["knights"]), + ("Converions", &["conversions"]), + ("Checkponts", &["checkpoints"]), + ("Exurpt", &["excerpt"]), + ("Expempt", &["exempt"]), + ("Identifikation", &["identification"]), + ("Considier", &["consider"]), + ("Evoluation", &["evaluations"]), + ("Assimile", &["assimilate"]), + ("Tyour", &["your", "tour"]), + ("Easyer", &["easier"]), + ("Expresse", &["expressive"]), + ("Kryptinite", &["kryptonite"]), + ("Meail", &["email"]), + ("Designet", &["designated"]), + ("Reeasers", &["releasers"]), + ("Ignorting", &["ignoring"]), + ("Hydropobe", &["hydrophobe"]), + ("Bloaded", &["bloated"]), + ("Warrning", &["warning"]), + ("Unsearcahble", &["unsearchable"]), + ("Vulnarable", &["vulnerable"]), + ("Knowledgebly", &["knowledgable"]), + ("Rougly", &["roughly"]), + ("Encryptio", &["encryption"]), + ("Difract", &["diffract"]), + ("Addonts", &["addons"]), + ("Renedered", &["rende", "rendered"]), + ("Gutiars", &["guitars"]), + ("Penetratiing", &["penetrating"]), + ("Valtages", &["voltages"]), + ("Electricien", &["electrician"]), + ("Progressivo", &["progression"]), + ("Arbitray", &["arbitrary"]), + ("Deduplated", &["deduplicated"]), + ("Reccomending", &["recommending"]), + ("Govermental", &["governmental"]), + ("Fashoined", &["fashioned"]), + ("Publisers", &["publishers"]), + ("Backgroudn", &["backgrounds", "background"]), + ("Fedorahs", &["fedoras"]), + ("Arious", &["various"]), + ("Neighorhood", &["neighborhood"]), + ("Moveing", &["moving"]), + ("Interesection", &["intersection"]), + ("Alege", &["allege"]), + ("Platfoem", &["platform"]), + ("Dueration", &["duration"]), + ("Warniings", &["warnings"]), + ("Starins", &["strains"]), + ("Uyou", &["you"]), + ("Nativelyx", &["natively"]), + ("Aesthatically", &["aesthetically"]), + ("Appned", &["append"]), + ("Overpopluation", &["overpopulation"]), + ("Sykwalker", &["skywalker"]), + ("Stabilitation", &["stabilization"]), + ("Regulatin", &["regulations"]), + ("Biult", &["built", "build"]), + ("Shtopping", &["stopping", "shopping"]), + ("Raidance", &["radiance"]), + ("Poiner", &["pointer"]), + ("Unintellegent", &["unintelligent"]), + ("Singel", &["single", "signal"]), + ("Forementionned", &["aforementioned"]), + ("Unintentionaly", &["unintentionally"]), + ("Extraxts", &["extracts"]), + ("Preserverd", &["preserved"]), + ("Structeres", &["structures"]), + ("Arbort", &["abort"]), + ("Correspomds", &["corresponds"]), + ("Chipers", &["ciphers", "chippers", "chimers"]), + ("Primeter", &["perimeter"]), + ("Neighberhodd", &["neighborhood"]), + ("Disputs", &["disputes"]), + ("Inconvenice", &["inconvenience"]), + ("Understandibly", &["understandably"]), + ("Meaure", &["measure"]), + ("Convincersi", &["convinces"]), + ("Unbannend", &["unbanned"]), + ("Pagentry", &["pageantry", "plangently"]), + ("Coners", &["corners", "coroners"]), + ("Reigment", &["regiment"]), + ("Misinterept", &["misinterpret"]), + ("Olther", &["other"]), + ("Parametic", &["parametric", "paramedic"]), + ("Poiint", &["point"]), + ("Linar", &["linear"]), + ("Sttutering", &["stuttering"]), + ("Assasinated", &["assassinated"]), + ("Prostite", &["prostitute"]), + ("Terrable", &["terrible"]), + ("Instrctions", &["instructions"]), + ("Documentery", &["documentary"]), + ("Sisteming", &["systemic", "stemming"]), + ("Verious", &["various"]), + ("Pharmsci", &["pharmacist"]), + ("Impletment", &["implement"]), + ("Meranda", &["veranda", "miranda"]), + ("Fom", &["form", "from"]), + ("Exturded", &["extruded"]), + ("Attemt", &["attempt"]), + ("Direcitves", &["directives"]), + ("Merficul", &["merciful"]), + ("Curentfilter", &["currentfilter"]), + ("Synonymns", &["synonyms"]), + ("Otates", &["notates", "rotates"]), + ("Minimage", &["minigame"]), + ("Justifible", &["justifiable"]), + ("Subtltey", &["subtlety"]), + ("Ciphe", &["cipher"]), + ("Namd", &["named", "name"]), + ("Grahpically", &["graphically"]), + ("Ostrasiced", &["ostracized"]), + ("Specality", &["speciality"]), + ("Embaraasing", &["embarrassing"]), + ("Degenerages", &["degenerates"]), + ("Variablies", &["variables"]), + ("Tounge", &["tongue"]), + ("Recommned", &["recommend"]), + ("Currecnies", &["currencies"]), + ("Moustace", &["moustache"]), + ("Calclulate", &["calculate"]), + ("Emmisions", &["emissions"]), + ("Authencicate", &["authenticate"]), + ("Programm", &["program", "programme"]), + ("Beacause", &["because"]), + ("Relativiy", &["relativity"]), + ("Conferene", &["conferences", "conference"]), + ("Safeing", &["saving"]), + ("Follwoes", &["follows"]), + ("Syntacs", &["syntax"]), + ("Algortim", &["algorithm"]), + ("Togeter", &["together"]), + ("Whihc", &["which"]), + ("Princila", &["principals"]), + ("Libitarianisn", &["libertarianism"]), + ("Recongise", &["recognise"]), + ("Armagedon", &["armageddon"]), + ("Maxinum", &["maximum"]), + ("Bargani", &["bargain"]), + ("Acceleratio", &["accelerator"]), + ("Fanservise", &["fanservice"]), + ("Regresse", &["regressive"]), + ("Littelfinger", &["littlefinger"]), + ("Covenat", &["covenant"]), + ("Konfiguration", &["configuration"]), + ("Experementel", &["experimental"]), + ("Discontined", &["discontinued"]), + ("Greatfully", &["gratefully"]), + ("Certaintly", &["certainly"]), + ("Transicional", &["transitional"]), + ("Persucuted", &["persecuted"]), + ("Ontraio", &["ontario"]), + ("Sucessive", &["successive"]), + ("Pharmacias", &["pharmacist"]), + ("Prodceding", &["proceeding"]), + ("Chronosome", &["chromosome"]), + ("Gonig", &["going"]), + ("Cateogrically", &["categorically"]), + ("Parapharse", &["paraphrase"]), + ("Negotatiable", &["negotiable"]), + ("Nostaliga", &["nostalgia"]), + ("Cushin", &["cushion"]), + ("Carptener", &["carpenter"]), + ("Deatail", &["detail"]), + ("Kighboshing", &["kiboshing"]), + ("Stickness", &["stickiness"]), + ("Conact", &["contact"]), + ("Sequencially", &["sequentially"]), + ("Warrenty", &["warranty"]), + ("Realies", &["realise"]), + ("Developmemt", &["development"]), + ("Pytohn", &["python"]), + ("Accesseries", &["accessories"]), + ("Tenacle", &["tentacle"]), + ("Udno", &["undo", "uno"]), + ("Noteable", &["notable"]), + ("Infringeing", &["infringing"]), + ("Attriburted", &["attributed"]), + ("Unziped", &["unzipped"]), + ("Doamins", &["domains"]), + ("Annoyying", &["annoying"]), + ("Complats", &["completes"]), + ("Afficianado", &["aficionado"]), + ("Deuplicated", &["deduplicated", "duplicated"]), + ("Shortenting", &["shortening"]), + ("Amalgums", &["amalgams"]), + ("Reenfocement", &["reinforcement"]), + ("Betrween", &["between"]), + ("Ofisianado", &["aficionado"]), + ("Immedeate", &["immediate"]), + ("Speficiteis", &["specifies"]), + ("Serialialises", &["serialises"]), + ("Micoscopic", &["microscopic"]), + ("Pring", &["print", "bring", "ping", "spring"]), + ("Vritualise", &["virtualise"]), + ("Datatye", &["datatype"]), + ("Retroactivily", &["retroactively"]), + ("Proove", &["prove"]), + ("Moduile", &["module"]), + ("Execuates", &["executes"]), + ("Paragraghs", &["paragraphs"]), + ("Selecetd", &["selected"]), + ("Concatented", &["concatenated"]), + ("Prdpagated", &["propagated"]), + ("Spreaded", &["spread"]), + ("Propmted", &["prompted"]), + ("Occour", &["occur"]), + ("Tecnicians", &["technicians"]), + ("Progressivey", &["progressively"]), + ("Monopollies", &["monopolies"]), + ("Exspenses", &["expenses"]), + ("Dpubles", &["doubles"]), + ("Srriacha", &["sriracha"]), + ("Steadliy", &["steadily"]), + ("Reconencts", &["reconnects"]), + ("Explaination", &["explanation"]), + ("Whiped", &["whipped", "wiped"]), + ("Silouhette", &["silhouette"]), + ("Repertwares", &["repertoires"]), + ("Udateed", &["updated"]), + ("Ideologins", &["ideologies"]), + ("Thights", &["tights", "thighs", "fights"]), + ("Bengeing", &["bingeing"]), + ("Backgroun", &["background"]), + ("Maybellinne", &["maybelline"]), + ("Dictaionaries", &["dictionaries"]), + ("Sceintifically", &["scientifically"]), + ("Presnetation", &["presentations"]), + ("Nationalisic", &["nationalistic"]), + ("Libraary", &["library"]), + ("Directorty", &["directory"]), + ("Misdemeaner", &["misdemeanor"]), + ("Primarliy", &["primarily"]), + ("Negoitating", &["negotiating"]), + ("Shepereds", &["shepherds"]), + ("Nagative", &["negative"]), + ("Timestan", &["timespan"]), + ("Scandinavien", &["scandinavian"]), + ("Sotyr", &["satyr", "story"]), + ("Ungreatful", &["ungrateful"]), + ("Thte", &["the", "that"]), + ("Inmediatily", &["immediately"]), + ("Meanigfull", &["meaningful"]), + ("Unathenticated", &["unauthenticated"]), + ("Lingeire", &["lingerie"]), + ("Oppponent", &["opponent"]), + ("Polulates", &["populates"]), + ("Suprimacist", &["supremacist"]), + ("Multile", &["multiple"]), + ("Destoried", &["destroyed"]), + ("Physciatric", &["psychiatric"]), + ("Taget", &["target"]), + ("Engoug", &["enough"]), + ("Cahces", &["caches"]), + ("Strenghened", &["strengthened"]), + ("Encomapsses", &["encompasses"]), + ("Effecticely", &["effectively"]), + ("Verfify", &["verify"]), + ("Begininings", &["beginnings"]), + ("Inbetwen", &["inbetween"]), + ("Spefic", &["specific"]), + ("Capatibility", &["compatibility"]), + ("Demonstrationens", &["demonstrations"]), + ("Eletronic", &["electronic"]), + ("Instrcutional", &["instructional"]), + ("Propostion", &["proposition"]), + ("Distrobute", &["distribute"]), + ("Restesting", &["retesting"]), + ("Becausw", &["because"]), + ("Cusor", &["cursor"]), + ("Recommented", &["recommended"]), + ("Concurence", &["concurrence"]), + ("Brusied", &["bruised"]), + ("Experimaneted", &["experimented"]), + ("Consentiously", &["conscientiously"]), + ("Easisly", &["easily"]), + ("Diffult", &["difficult"]), + ("Barvery", &["bravery"]), + ("Spefifies", &["specifies"]), + ("Dernormalization", &["denormalization"]), + ("Breakoint", &["breakpoint"]), + ("Pecuilar", &["peculiar"]), + ("Implementatino", &["implementations"]), + ("Permutaion", &["permutation"]), + ("Continens", &["continents"]), + ("Annuciators", &["annunciators"]), + ("Subnegoptionsotiation", &["subnegotiation"]), + ("Insead", &["instead"]), + ("Poindcloud", &["pointcloud"]), + ("Preferr", &["prefer"]), + ("Worng", &["wrong", "worn"]), + ("Execuate", &["execute"]), + ("Brakpoints", &["breakpoints"]), + ("Systematisch", &["systematic"]), + ("Convaluted", &["convoluted"]), + ("Chacacter", &["character"]), + ("Folers", &["folders"]), + ("Alternarive", &["alternative"]), + ("Spripts", &["scripts"]), + ("Toos", &["tools"]), + ("Commomplace", &["commonplace"]), + ("Olypmics", &["olympics"]), + ("Respresent", &["represent"]), + ("Rebulids", &["rebuilds"]), + ("Colonialsim", &["colonialism"]), + ("Tey", &["they"]), + ("Breks", &["breaks"]), + ("Decieds", &["decides"]), + ("Backlghts", &["backlights"]), + ("Malariya", &["malaria"]), + ("Rearrant", &["rearrangement"]), + ("Columbina", &["columbia"]), + ("Unmamanged", &["unmanaged"]), + ("Concatentate", &["concatenate"]), + ("Inidices", &["indices"]), + ("Sadisitc", &["sadistic"]), + ("Initaled", &["initialed"]), + ("Abanonded", &["abandoned"]), + ("Insipres", &["inspires"]), + ("Abriviate", &["abbreviate"]), + ("Magnited", &["magnitude"]), + ("Circunstantial", &["circumstantial"]), + ("Suystems", &["systems"]), + ("Linke", &["linked", "like"]), + ("Manufacturerd", &["manufactured"]), + ("Aparatus", &["apparatus"]), + ("Sewrvice", &["service"]), + ("Schems", &["schemes", "schemas"]), + ("Dublicat", &["duplicate"]), + ("Catpture", &["capture"]), + ("Continentul", &["continental"]), + ("Synonmys", &["synonyms"]), + ("Neighoring", &["neighboring"]), + ("Excetions", &["exceptions"]), + ("Ciricularize", &["circularize"]), + ("Defininitely", &["definitively"]), + ("Invice", &["invoice"]), + ("Faciliates", &["facilitates"]), + ("Apears", &["appears"]), + ("Childrenis", &["childrens"]), + ("Pendatic", &["pedantic"]), + ("Submarie", &["submarines"]), + ("Tavelled", &["travelled"]), + ("Thie", &["the", "this"]), + ("Conservite", &["conserve"]), + ("Templeted", &["templated"]), + ("Accumelate", &["accumulate"]), + ("Parmasen", &["parmesan"]), + ("Sevaral", &["several"]), + ("Memor", &["memory"]), + ("Conrruptible", &["corruptible"]), + ("Deatches", &["detaches"]), + ("Gettings", &["getting"]), + ("Registeres", &["registers"]), + ("Sussinct", &["succinct"]), + ("Documment", &["document"]), + ("Resursive", &["recursive", "resourceful"]), + ("Propertyn", &["property"]), + ("Examime", &["examine"]), + ("Protectron", &["protection"]), + ("Postition", &["position"]), + ("Wokring", &["working"]), + ("Subexpresssion", &["subexpression"]), + ("Milisecons", &["milliseconds"]), + ("Analiser", &["analyser"]), + ("Restaurents", &["restaurants"]), + ("Alirghty", &["alrighty"]), + ("Antagonisitc", &["antagonistic"]), + ("Autonegosiations", &["autonegotiations"]), + ("Ejaculatte", &["ejaculate"]), + ("Stimulas", &["stimulants"]), + ("Algotihm", &["algorithm"]), + ("Delection", &["detection", "deletion", "selection"]), + ("Athiesm", &["atheism"]), + ("Sympathiek", &["sympathize"]), + ("Thundervolt", &["thunderbolt"]), + ("Equilavalent", &["equivalent"]), + ("Thunderblot", &["thunderbolt"]), + ("Adjustmants", &["adjustments"]), + ("Techinical", &["technical"]), + ("Hemispere", &["hemisphere"]), + ("Debloking", &["deblocking"]), + ("Skateboaring", &["skateboarding"]), + ("Patrairchy", &["patriarchy"]), + ("Blisteres", &["blisters"]), + ("Assumus", &["assumes"]), + ("Nasturshums", &["nasturtiums"]), + ("Orcales", &["oracles"]), + ("Vulnerabitlies", &["vulnerabilities"]), + ("Presbaterien", &["presbyterian"]), + ("Dinosuar", &["dinosaur"]), + ("Outsourcade", &["outsourced"]), + ("Sycronized", &["synchronized"]), + ("Screenhot", &["screenshot"]), + ("Serveicing", &["servicing"]), + ("Admited", &["admitted"]), + ("Resuables", &["reusables"]), + ("Troublehsooting", &["troubleshooting"]), + ("Osffsetting", &["offsetting"]), + ("Presciusly", &["preciously"]), + ("Hanndle", &["handle"]), + ("Fighitng", &["fighting"]), + ("Explicitelly", &["explicitly"]), + ("Columsn", &["columns"]), + ("Subtitiles", &["subtitles"]), + ("Excects", &["expects"]), + ("Illegallly", &["illegally"]), + ("Requiere", &["require"]), + ("Prewview", &["preview"]), + ("Opeinging", &["opening"]), + ("Devlopments", &["developments"]), + ("Verything", &["everything"]), + ("Namesapced", &["namespaced"]), + ("Trucnated", &["truncated"]), + ("Crusiers", &["cruisers"]), + ("Challender", &["challenger"]), + ("Difficulites", &["difficulties"]), + ("Estoniya", &["estonia"]), + ("Docuemtn", &["document"]), + ("Anticapated", &["anticipated"]), + ("Prelimitary", &["preliminary"]), + ("Palyerbase", &["playerbase"]), + ("Discrouage", &["discourages"]), + ("Asetic", &["ascetic"]), + ("Opertor", &["operator"]), + ("Compicated", &["complicated"]), + ("Arbiratily", &["arbitrarily"]), + ("Conclution", &["conclusion"]), + ("Discconeccts", &["disconnects"]), + ("Declarase", &["declares"]), + ("Reparamterised", &["reparameterised"]), + ("Experimtenation", &["experimentation"]), + ("Margines", &["margins"]), + ("Mesured", &["measured"]), + ("Renegotite", &["renegotiate"]), + ("Acale", &["scale"]), + ("Subsquent", &["subsequent"]), + ("Referening", &["referencing"]), + ("Ceassers", &["caesars"]), + ("Warnibg", &["warning"]), + ("Availablility", &["availability"]), + ("Enegeries", &["energies"]), + ("Substiture", &["substitute"]), + ("Inefficienty", &["inefficiently"]), + ("Attacehd", &["attached"]), + ("Disresepcting", &["disrespecting"]), + ("Perclude", &["preclude"]), + ("Reccomended", &["recommended"]), + ("Selctions", &["selections"]), + ("Sepearately", &["separately"]), + ("Segmetn", &["segment"]), + ("Hemorages", &["hemorrhages"]), + ("Alignmnt", &["alignment"]), + ("Degenrated", &["degenerated"]), + ("Minoritets", &["minorities"]), + ("Neighbothood", &["neighborhood"]), + ("Collectieve", &["collective"]), + ("Camoflage", &["camouflage"]), + ("Neighbourhoud", &["neighbourhood"]), + ("Comilers", &["compilers"]), + ("Catastropically", &["catastrophically"]), + ("Famiy", &["family"]), + ("Failitate", &["facilitate"]), + ("Outlcassed", &["outclassed"]), + ("Layrinx", &["larynx"]), + ("Parantheses", &["parentheses"]), + ("Dimesnion", &["dimension"]), + ("Parliamenty", &["parliamentary"]), + ("Compariosn", &["comparisons"]), + ("Exstream", &["extreme"]), + ("Depnding", &["depending"]), + ("Caclulate", &["calculate"]), + ("Caricuture", &["caricature"]), + ("Degres", &["degrees", "digress"]), + ("Randazyvoued", &["rendezvoused"]), + ("Routet", &["routed", "route", "router"]), + ("Franchines", &["franchises"]), + ("Boardway", &["broadway"]), + ("Cartlage", &["cartilage"]), + ("Monitring", &["monitoring"]), + ("Cockatils", &["cocktails"]), + ("Monitering", &["monitoring"]), + ("Solitudine", &["solitude"]), + ("Targetting", &["targeting"]), + ("Execures", &["executes"]), + ("Declartion", &["declaration"]), + ("Phospor", &["phosphor"]), + ("Substitutents", &["substituents"]), + ("Exampleo", &["example"]), + ("Magents", &["magnets"]), + ("Forcaster", &["forecaster"]), + ("Subdivisiond", &["subdivisioned"]), + ("Accros", &["across"]), + ("Tornaodes", &["tornadoes"]), + ("Redunduncy", &["redundancy"]), + ("Intials", &["initials"]), + ("Possissive", &["possessive"]), + ("Furzzer", &["fuzzer"]), + ("Uninterupted", &["uninterrupted"]), + ("Ellimination", &["elimination"]), + ("Appologise", &["apologise"]), + ("Dupliction", &["duplication"]), + ("Middte", &["middle"]), + ("Somwho", &["somehow"]), + ("Subcouncious", &["subconscious"]), + ("Carpetner", &["carpenter"]), + ("Signales", &["signals"]), + ("Misogenistic", &["misogynistic"]), + ("Cuurently", &["currently"]), + ("Devloped", &["developed"]), + ("Namepace", &["namespace"]), + ("Congratualtions", &["congratulations"]), + ("Depdending", &["depending"]), + ("Identifiy", &["identify"]), + ("Nofified", &["notified"]), + ("Ansestor", &["ancestor"]), + ("Translyvania", &["transylvania"]), + ("Smapled", &["sampled"]), + ("Pronunciacion", &["pronunciation"]), + ("Tranformations", &["transformations"]), + ("Unilatreal", &["unilateral"]), + ("Cerrebrally", &["cerebrally"]), + ("Unrecoginized", &["unrecognized"]), + ("Inapropriate", &["inappropriate"]), + ("Evidance", &["evidence"]), + ("Connetor", &["connector"]), + ("Tailgateing", &["tailgating"]), + ("Movememt", &["movement"]), + ("Interepolate", &["interpolate"]), + ("Confidenly", &["confidently"]), + ("Forld", &["fold"]), + ("Intoleranse", &["intolerance"]), + ("Excecutables", &["executables"]), + ("Iniitial", &["initial"]), + ("Interacive", &["interactive"]), + ("Fragementation", &["fragmentation"]), + ("Specualtion", &["speculation"]), + ("Mangaed", &["managed"]), + ("Copie", &["copied", "copier", "copies", "copy"]), + ("Afflection", &["affliction"]), + ("Distribuion", &["distribution"]), + ("Supervisers", &["supervisors"]), + ("Chlid", &["child"]), + ("Underestemated", &["underestimated"]), + ("Conclusie", &["conclusive"]), + ("Atrtribute", &["attribute"]), + ("Senzationalism", &["sensationalism"]), + ("Follwed", &["followed"]), + ("Comdemnation", &["condemnation"]), + ("Carret", &["caret"]), + ("Custimizable", &["customizable"]), + ("Deopsited", &["deposited"]), + ("Commenet", &["comment"]), + ("Predacessors", &["predecessors"]), + ("Execubales", &["executables"]), + ("Gauage", &["gauge"]), + ("Sirynges", &["syringes"]), + ("Filesname", &["filename", "filenames"]), + ("Otherwis", &["otherwise"]), + ("Priotising", &["prioritising"]), + ("Opeates", &["operates"]), + ("Conferances", &["conferences"]), + ("Algohms", &["algorithms"]), + ("Modifations", &["modifications"]), + ("Absoulte", &["absolute"]), + ("Essental", &["essential"]), + ("Furneture", &["furniture"]), + ("Ethincity", &["ethnicity"]), + ("Concatentations", &["concatenations"]), + ("Francaises", &["franchises"]), + ("Hillarious", &["hilarious"]), + ("Jossle", &["jostle"]), + ("Decomoposition", &["decomposition"]), + ("Brigthest", &["brightest"]), + ("Messae", &["message", "messy"]), + ("Protostants", &["protestants"]), + ("Adiditon", &["addition"]), + ("Realyl", &["really"]), + ("Wilh", &["will"]), + ("Espacing", &["escaping"]), + ("Inconcistencies", &["inconsistencies"]), + ("Dynamc", &["dynamic"]), + ("Particpant", &["participant"]), + ("Backgrouns", &["backgrounds"]), + ("Proprogator", &["propagator"]), + ("Subscrpition", &["subscriptions"]), + ("Immigrato", &["immigration"]), + ("Enforceing", &["enforcing"]), + ("Delaloc", &["delalloc"]), + ("Disbled", &["disabled"]), + ("Querried", &["queried"]), + ("Uninteresing", &["uninteresting"]), + ("Medievel", &["medieval"]), + ("Packhages", &["packages"]), + ("Priviously", &["previously"]), + ("Prset", &["preset"]), + ("Offest", &["offset"]), + ("Determinte", &["determine", "determined"]), + ("Methds", &["methods"]), + ("Iound", &["round", "wound"]), + ("Conviccion", &["conviction"]), + ("Contracs", &["contracts"]), + ("Lannesters", &["lannisters"]), + ("Sensacionalism", &["sensationalism"]), + ("Procrastibating", &["procrastinating"]), + ("Ususal", &["usual"]), + ("Possesing", &["possessing"]), + ("Languagues", &["languages"]), + ("Locationes", &["locations"]), + ("Expeirimentelly", &["experimentally"]), + ("Consciense", &["conscience"]), + ("Pertaing", &["pertaining"]), + ("Forver", &["forever"]), + ("Chancillor", &["chancellor"]), + ("Extroardinary", &["extraordinary"]), + ("Overwhelminly", &["overwhelmingly"]), + ("Cigarrete", &["cigarette"]), + ("Compeares", &["compares"]), + ("Organiclly", &["organically"]), + ("Transofrming", &["transforming"]), + ("Dissasembly", &["disassembly"]), + ("Touple", &["tuple"]), + ("Utlity", &["utility"]), + ("Implicacion", &["implication"]), + ("Aeropsace", &["aerospace"]), + ("Padam", &["param"]), + ("Identcial", &["identical"]), + ("Satisfyied", &["satisfied"]), + ("Psychiatrics", &["psychiatrist"]), + ("Resoltuion", &["resolutions", "resolution"]), + ("Stupidy", &["stupidly"]), + ("Resquest", &["request"]), + ("Dictonaries", &["dictionaries"]), + ("Privisional", &["provisional"]), + ("Topolgical", &["topological"]), + ("Adn", &["and"]), + ("Anytiem", &["anytime"]), + ("Propabilities", &["probabilities"]), + ("Fundimentalist", &["fundamentalist"]), + ("Presse", &["pressed", "press"]), + ("Criticts", &["critics"]), + ("Groosumly", &["gruesome"]), + ("Virual", &["virtual", "viral"]), + ("Schizophernic", &["schizophrenic"]), + ("Gmaertag", &["gamertag"]), + ("Coverter", &["converter"]), + ("Progessbar", &["progressbar"]), + ("Inventer", &["inventor"]), + ("Unoriginial", &["unoriginal"]), + ("Involantary", &["involuntary"]), + ("Inital", &["initial"]), + ("Struggeled", &["struggled"]), + ("Retailation", &["retaliation"]), + ("Caluculations", &["calculations"]), + ("Inate", &["innate"]), + ("Wrapps", &["wraps"]), + ("Architectur", &["architecture"]), + ("Recompuutes", &["recomputes"]), + ("Opertors", &["operators"]), + ("Intrewebs", &["interwebs"]), + ("Cliam", &["claim"]), + ("Verifcations", &["verifications"]), + ("Meassured", &["measured"]), + ("Commnetary", &["commentary"]), + ("Progapate", &["propagate"]), + ("Vulnerabile", &["vulnerable"]), + ("Phsyiological", &["physiological"]), + ("Traning", &["training"]), + ("Disadvantge", &["disadvantage"]), + ("Einfahc", &["einfach"]), + ("Relentlessely", &["relentlessly"]), + ("Direcetory", &["directory"]), + ("Amneisa", &["amnesia"]), + ("Cosntitutive", &["constitutive"]), + ("Salaires", &["salaries"]), + ("Losened", &["loosened"]), + ("Carfully", &["carefully"]), + ("Susseeder", &["seceder"]), + ("Stupidfree", &["stupider"]), + ("Dedupliate", &["deduplicate"]), + ("Initiatiats", &["initiates"]), + ("Tabels", &["tables"]), + ("Restraing", &["restraining"]), + ("Spoaced", &["spaced"]), + ("Instruced", &["instructed"]), + ("Somewho", &["somehow"]), + ("Allocaitons", &["allocations"]), + ("Paket", &["packet"]), + ("Interepolated", &["interpolated"]), + ("Mercineries", &["mercenaries"]), + ("Adivse", &["advise"]), + ("Annount", &["announce"]), + ("Wdth", &["width"]), + ("Itialise", &["initialise"]), + ("Descriced", &["described"]), + ("Provid", &["provide", "prove", "proved", "proves"]), + ("Professionnals", &["professionals"]), + ("Sarinomial", &["ceremonial"]), + ("Lintain", &["lintian"]), + ("Defendrs", &["defends"]), + ("Deficately", &["definitely"]), + ("Neumonicly", &["mnemonically"]), + ("Entirly", &["entirely"]), + ("Muliplier", &["multiplier"]), + ("Sirectly", &["directly"]), + ("Matricess", &["matrices", "mattresses"]), + ("Reinfocing", &["reinforcing"]), + ("Exsit", &["exist", "exit"]), + ("Stattues", &["statutes"]), + ("Begginnig", &["beginning"]), + ("Plaigarism", &["plagiarism"]), + ("Psichologist", &["psychologist"]), + ("Distrubitors", &["distributors"]), + ("Awekened", &["weakened"]), + ("Ddelete", &["delete"]), + ("Nodess", &["nodes"]), + ("Elemets", &["elements"]), + ("Dissadvantages", &["disadvantages"]), + ("Aphabetical", &["alphabetical"]), + ("Forciblly", &["forcibly"]), + ("Renegotaties", &["renegotiates"]), + ("Unintuive", &["unintuitive"]), + ("Outpouts", &["outputs"]), + ("Veryified", &["verified"]), + ("Neccesary", &["necessary"]), + ("Consctructed", &["constructed"]), + ("Corrisponds", &["corresponds"]), + ("Necessarilyn", &["necessarily"]), + ("Curcuits", &["circuits"]), + ("Rith", &["with"]), + ("Execeptions", &["exceptions"]), + ("Defore", &["before"]), + ("Initliase", &["initialise"]), + ("Launchered", &["launched"]), + ("Immmediately", &["immediately"]), + ("Quaruntine", &["quarantine"]), + ("Enviormentally", &["environmentally"]), + ("Fanficiton", &["fanfiction"]), + ("Disgustosi", &["disgusts"]), + ("Conection", &["connection"]), + ("Paretheses", &["parentheses"]), + ("Capasitors", &["capacitors"]), + ("Bufufer", &["buffer"]), + ("Susepect", &["suspect"]), + ("Dynamnically", &["dynamically"]), + ("Steroetype", &["stereotype"]), + ("Connecticuit", &["connecticut"]), + ("Rocordings", &["recordings"]), + ("Mehtodically", &["methodically"]), + ("Segument", &["segment"]), + ("Chaned", &["changed", "chained"]), + ("Intermitent", &["intermittent"]), + ("Tuesdsay", &["tuesdays"]), + ("Attribtue", &["attribute"]), + ("Disbelife", &["disbelief"]), + ("Expesnces", &["expenses"]), + ("Naivity", &["naivety"]), + ("Reposiry", &["repository"]), + ("Automaatically", &["automatically"]), + ("Overthining", &["overthinking"]), + ("Bahavior", &["behavior"]), + ("Initailises", &["initialises"]), + ("Visbily", &["visibly"]), + ("Construting", &["constructing"]), + ("Piplines", &["pipelines"]), + ("Certificiate", &["certificate"]), + ("Renegotitor", &["renegotiator"]), + ("Revison", &["revision"]), + ("Furtehr", &["further"]), + ("Executues", &["executes"]), + ("Descreased", &["decreased"]), + ("Reagarding", &["regarding"]), + ("Broswable", &["browsable"]), + ("Persewed", &["pursued"]), + ("Ussage", &["usage"]), + ("Tutorual", &["tutorial"]), + ("Visuaise", &["visualise"]), + ("Overcompansation", &["overcompensation"]), + ("Interactice", &["interactive"]), + ("Escartment", &["escarpment"]), + ("Georeferncing", &["georeferencing"]), + ("Victimas", &["victims"]), + ("Battelship", &["battleship"]), + ("Kronicling", &["chronicling"]), + ("Strucuring", &["structuring"]), + ("Exmaine", &["examine"]), + ("Utilty", &["utility"]), + ("Answeres", &["answers"]), + ("Guniness", &["guinness"]), + ("Diggits", &["digits"]), + ("Warninngs", &["warnings"]), + ("Possibble", &["possible"]), + ("Flatened", &["flattened"]), + ("Tranzistor", &["transistor"]), + ("Formalizng", &["formalizing"]), + ("Porving", &["proving"]), + ("Impelementation", &["implementation"]), + ("Cpmpression", &["compression"]), + ("Premeired", &["premiered"]), + ("Furnature", &["furniture"]), + ("Decraesing", &["decreasing", "deceasing"]), + ("Atquired", &["acquired"]), + ("Intiialise", &["initialise"]), + ("Emiting", &["emitting"]), + ("Excecption", &["exception"]), + ("Recheability", &["reachability"]), + ("Charachter", &["character"]), + ("Initaling", &["initialing"]), + ("Descrptors", &["descriptors"]), + ("Alterating", &["alteration"]), + ("Comlainer", &["complainer"]), + ( + "Exceptin", + &[ + "exceptions", + "excepting", + "exception", + "expecting", + "accepting", + ], + ), + ("Affirmitave", &["affirmative"]), + ("Tranistion", &["transition"]), + ("Vawdville", &["vaudeville"]), + ("Tupel", &["tuple"]), + ("Collaboratore", &["collaborate"]), + ("Subnegotiotion", &["subnegotiation"]), + ("Entrepeneurs", &["entrepreneurs"]), + ("Syllabills", &["syllabus", "syllabification"]), + ("Gayity", &["gayety"]), + ("Nazereth", &["nazareth"]), + ("Descrie", &["describe"]), + ("Unrealistisch", &["unrealistic"]), + ("Congnitively", &["cognitively"]), + ("Inizialized", &["initialized"]), + ("Extrators", &["extractors"]), + ("Posifions", &["positions"]), + ("Environemts", &["environments"]), + ("Inex", &["index"]), + ("Osterage", &["ostrich"]), + ("Spefixifer", &["specifier"]), + ("Melieux", &["milieux"]), + ("Considereable", &["considerable"]), + ("Givem", &["given"]), + ("Seranomys", &["ceremonies"]), + ("Exract", &["extract"]), + ("Sensasional", &["sensational"]), + ("Unsubsrcibed", &["unsubscribed"]), + ("Convaxness", &["convexness"]), + ("Liares", &["liars"]), + ("Savves", &["salves", "saves"]), + ("Javascipt", &["javascript"]), + ("Consttructers", &["constructors"]), + ("Documments", &["documents"]), + ("Coommand", &["command"]), + ("Detals", &["details"]), + ("Sporatic", &["sporadic"]), + ("Adolence", &["adolescent"]), + ("Mischevusly", &["mischievously"]), + ("Eeeprom", &["eeprom"]), + ("Embarissing", &["embarrassing"]), + ("Strcuture", &["structure"]), + ("Contrabution", &["contribution"]), + ("Proficienct", &["proficient"]), + ("Upddate", &["update"]), + ("Bnack", &["back"]), + ("Catagorie", &["category", "categories"]), + ("Foir", &["for"]), + ("Teritory", &["territory"]), + ("Prophetes", &["prophets"]), + ("Wrog", &["wrong"]), + ("Replasing", &["replacing", "relapsing", "rephasing"]), + ("Returnng", &["returning"]), + ("Confugring", &["configuring"]), + ("Nutrally", &["neutrally"]), + ("Cann", &["can"]), + ("Instller", &["installer"]), + ("Affilations", &["affiliations"]), + ("Timestanp", &["timestamp", "timespan"]), + ("Eneumerations", &["enumerations"]), + ("Vartically", &["vertically"]), + ("Undertakeing", &["undertaking"]), + ("Charicterization", &["characterization"]), + ("Piegons", &["pigeons"]), + ("Regualtors", &["regulators"]), + ("Edibels", &["edibles"]), + ("Autosaveperodical", &["autosaveperiodical"]), + ("Parallely", &["parallelly"]), + ("Scupture", &["sculpture"]), + ("Transcocder", &["transcoder"]), + ("Preciselly", &["precisely"]), + ("Durig", &["during"]), + ("Exececutable", &["executable"]), + ("Setteled", &["settled"]), + ("Igzorted", &["exhorted"]), + ("Transpant", &["transplant"]), + ("Abitrary", &["arbitrary"]), + ("Renegatiotiators", &["renegotiators"]), + ("Commmemorated", &["commemorated"]), + ("Zionistm", &["zionism"]), + ("Condifure", &["configure"]), + ("Construced", &["constructed", "construed"]), + ("Noticable", &["noticeable"]), + ("Simultaniously", &["simultaneously"]), + ("Intersting", &["interesting"]), + ("Homogenoues", &["homogeneous"]), + ("Reperesentational", &["representational"]), + ("Haircuit", &["haircut"]), + ("Accetps", &["accepts"]), + ("Inteded", &["intended"]), + ("Trasnactions", &["transactions"]), + ("Uplader", &["uploader"]), + ("Parge", &["large"]), + ("Longuer", &["longer"]), + ("Reomvable", &["removable"]), + ("Troublshoot", &["troubleshoot"]), + ("Vocabluary", &["vocabulary"]), + ("Methdos", &["methods"]), + ("Cahgned", &["changed"]), + ("Spefiified", &["specified"]), + ("Temparally", &["temporally", "temporarily"]), + ("Prference", &["preference"]), + ("Reveokes", &["revokes"]), + ("Reparamterise", &["reparameterise"]), + ("Formidabile", &["formidable"]), + ("Reparied", &["repaired"]), + ("Initaitives", &["initiatives"]), + ("Reparamterisation", &["reparameterisation"]), + ("Ocilate", &["oscillate"]), + ("Casette", &["cassette"]), + ("Deficiet", &["deficient"]), + ("Multiplie", &["multiply"]), + ("Concurents", &["concurrents", "concurrence"]), + ("Motivatie", &["motivate"]), + ("Mercenaires", &["mercenaries"]), + ("Doubel", &["double"]), + ("Sunderlad", &["sunderland"]), + ("Interuptable", &["interruptible"]), + ("Expermenetal", &["experimental"]), + ("Credentails", &["credentials"]), + ("Explanes", &["explains"]), + ("Sytactical", &["syntactical"]), + ("Fertalizer", &["fertilizer"]), + ("Keyboaard", &["keyboard"]), + ("Expeceting", &["expecting"]), + ("Regulsr", &["regulars"]), + ("Minimalt", &["minimalist"]), + ("Hostnae", &["hostname"]), + ("Expct", &["expect"]), + ("Adheasive", &["adhesive"]), + ("Introdused", &["introduces", "introduced"]), + ("Submisson", &["submission"]), + ("Accessbility", &["accessibility"]), + ("Aggrees", &["agrees"]), + ("Ostensiably", &["ostensibly"]), + ("Striaghtforward", &["straightforward"]), + ("Rhythim", &["rhythm"]), + ("Texual", &["textual"]), + ("Neighbohoods", &["neighborhoods"]), + ("Dimensinos", &["dimensions"]), + ("Admisssion", &["admission"]), + ("Autogenratet", &["autogenerated"]), + ("Assocaites", &["associates"]), + ("Thouse", &["those"]), + ("Breserker", &["berserker"]), + ("Discontiued", &["discontinued"]), + ("Recconeecting", &["reconnecting"]), + ("Referant", &["referent"]), + ("Laoded", &["loaded"]), + ("Unsignificant", &["insignificant"]), + ("Simualting", &["simulating"]), + ("Philoshopically", &["philosophically"]), + ("Ampethamines", &["amphetamines"]), + ("Semicondutor", &["semiconductor"]), + ("Extranous", &["extraneous"]), + ("Jusitfy", &["justify"]), + ("Precendece", &["precedence"]), + ("Follwoeing", &["following"]), + ("Reisntalling", &["reinstalling"]), + ("Noramalizes", &["normalizes"]), + ("Behavoiurs", &["behaviours"]), + ("Sandiwches", &["sandwiches"]), + ("Carmonially", &["ceremonially"]), + ("Unconcious", &["unconscious"]), + ("Supportet", &["supporter", "supported"]), + ("Hierarchjy", &["hierarchy"]), + ("Unitilising", &["uninitialising"]), + ("Groupping", &["grouping"]), + ("Sevrity", &["severity"]), + ("Renegosiable", &["renegotiable"]), + ("Releationship", &["relationship"]), + ("Windhsield", &["windshield"]), + ("Distinquishing", &["distinguishing"]), + ("Soundtrakk", &["soundtrack"]), + ("Throurh", &["through"]), + ("Illuminazi", &["illuminati"]), + ("Glicthy", &["glitchy"]), + ("Resposes", &["responses"]), + ("Adviseable", &["advisable"]), + ("Incompitable", &["incompatible"]), + ("Mudering", &["murdering"]), + ("Experice", &["experience"]), + ("Miscellaenous", &["miscellaneous"]), + ("Stancers", &["stances"]), + ("Midle", &["middle"]), + ("Inferface", &["interface"]), + ("Rhinosaruses", &["rhinoceroses"]), + ("Suggestieve", &["suggestive"]), + ("Parmameters", &["parameters"]), + ("Unbalanaced", &["unbalanced"]), + ("Arbutrary", &["arbitrary"]), + ("Episonage", &["espionage"]), + ("Underwhelimg", &["underwhelming"]), + ("Visualizacion", &["visualization"]), + ("Quantitatve", &["quantitative"]), + ("Acidentally", &["accidentally"]), + ("Tihnk", &["think"]), + ("Standarized", &["standardized"]), + ("Reactionairy", &["reactionary"]), + ("Yaers", &["years"]), + ("Sugggestions", &["suggestions"]), + ("Subnegotiotions", &["subnegotiations"]), + ("Disrecpecting", &["disrespecting"]), + ("Ortogonality", &["orthogonality"]), + ("Sccripted", &["scripted"]), + ("Wellingston", &["wellington"]), + ("Assagne", &["assange"]), + ("Interecting", &["interacting", "intersecting"]), + ("Inefficeint", &["inefficient"]), + ("Stormade", &["stormed"]), + ("Endoint", &["endpoint"]), + ("Connetcion", &["connection"]), + ("Bloster", &["bolster"]), + ("Strem", &["stream"]), + ("Secutity", &["security"]), + ("Thunderbot", &["thunderbolt"]), + ("Assignged", &["assigned"]), + ("Marganilized", &["marginalized"]), + ("Comittish", &["committish"]), + ("Soecialize", &["specialized"]), + ("Dissabling", &["disabling"]), + ("Notmalized", &["normalized"]), + ("Orphanded", &["orphaned"]), + ("Constandly", &["constantly"]), + ("Substantivly", &["substantially", "substantively"]), + ("Arrangemenet", &["arrangement"]), + ("Conttributes", &["contributes"]), + ("Chalenges", &["challenges"]), + ("Genearal", &["general"]), + ("Ephemereal", &["ephemeral"]), + ("Poninter", &["pointer"]), + ("Sunglinger", &["gunslinger"]), + ("Renegotioation", &["renegotiation"]), + ("Bankrupcty", &["bankruptcy"]), + ("Suficates", &["suffocates"]), + ("Sucseptible", &["susceptible"]), + ("Incremeanting", &["incrementing"]), + ("Aquiessing", &["acquiescing"]), + ("Missclassify", &["misclassify"]), + ("Joepardy", &["jeopardy"]), + ("Acheviable", &["achievable"]), + ("Asnwered", &["answered"]), + ("Guarenteer", &["guarantee"]), + ("Prolouge", &["prologue"]), + ("Capters", &["captors"]), + ("Linerisation", &["linearisation"]), + ("Doubthing", &["doubting"]), + ("Subcatagory", &["subcategory"]), + ("Blackhwaks", &["blackhawks"]), + ("Exoticas", &["exotics"]), + ("Shapening", &["sharpening"]), + ("Hijkacked", &["hijacked"]), + ("Addiotional", &["additional"]), + ("Disucussion", &["discussion"]), + ("Wraper", &["wrapper"]), + ("Seez", &["seize"]), + ("Negoations", &["negotiations"]), + ("Cacahe", &["cache"]), + ("Distory", &["destroy", "distort", "history"]), + ("Perticipating", &["participating"]), + ("Timzeone", &["timezone"]), + ("Reseved", &["reserved"]), + ("Partaining", &["pertaining"]), + ("Tempature", &["temperature"]), + ("Counpounds", &["compounds"]), + ("Complusive", &["compulsive"]), + ("Turrest", &["turrets"]), + ("Parallize", &["parallelize"]), + ("Deflectin", &["deflection"]), + ("Debnia", &["debian"]), + ("Pretendas", &["pretends"]), + ("Fundemantalist", &["fundamentalist"]), + ("Deploymnet", &["deployment"]), + ("Resierfs", &["reiserfs"]), + ("Yeasr", &["years"]), + ("Levetate", &["levitate"]), + ("Stivks", &["sticks"]), + ("Sawtees", &["sautés"]), + ("Garantied", &["guaranteed"]), + ("Negotiationg", &["negotiating"]), + ("Suspectible", &["susceptible"]), + ("Industrije", &["industries"]), + ("Bunlding", &["bundling"]), + ("Othogonal", &["orthogonal"]), + ("Mototola", &["motorola"]), + ("Indigineous", &["indigenous"]), + ("Utpoian", &["utopian"]), + ("Coincedental", &["coincidental"]), + ("Unspecifiecd", &["unspecified"]), + ("Conitnuing", &["continuing"]), + ("Discracefully", &["disgracefully"]), + ("Rmoved", &["removed"]), + ("Rearranment", &["rearrangement"]), + ("Experementations", &["experimentations"]), + ("Permuation", &["permutation"]), + ("Institue", &["institute"]), + ("Reduntant", &["redundant"]), + ("Comamnds", &["commands"]), + ("Incorporare", &["incorporate"]), + ("Conservitives", &["conservatives"]), + ("Electivite", &["elective"]), + ("Persectives", &["perspectives"]), + ("Sheped", &["shaped", "shepherd"]), + ("Correspong", &["corresponding"]), + ("Lollipoopy", &["lollipop"]), + ("Depercation", &["deprecation"]), + ("Honoric", &["honorific"]), + ("Percentagens", &["percentages"]), + ("Resposibility", &["responsibility"]), + ("Cardnials", &["cardinals"]), + ("Constrasts", &["contrasts"]), + ("Containered", &["contained"]), + ("Sinnics", &["cynics"]), + ("Benedickt", &["benedict"]), + ("Unanimoulsy", &["unanimous"]), + ("Intrumental", &["instrumental"]), + ("Unemployeed", &["unemployed"]), + ("Disapating", &["dissipating"]), + ("Compatablitiy", &["compatibility"]), + ("Sentinals", &["sentinels"]), + ("Entit", &["entity"]), + ("Assocciative", &["associative"]), + ("Remenicent", &["reminiscent"]), + ("Disambigouate", &["disambiguate"]), + ("Unconditionnaly", &["unconditionally"]), + ("Netwroked", &["networked"]), + ("Allo", &["allow"]), + ("Stimulai", &["stimuli"]), + ("Guarentees", &["guarantees"]), + ("Poiinter", &["pointer"]), + ("Modfitier", &["modifier"]), + ("Abstruction", &["abstraction"]), + ("Cetlics", &["celtics"]), + ("Situacional", &["situational"]), + ("Disaprity", &["disparity"]), + ("Diables", &["disables"]), + ("Subsribe", &["subscribe"]), + ("Adaquate", &["adequate"]), + ("Guarunte", &["guarantee"]), + ("Firest", &["fires", "first"]), + ("Scholary", &["scholarly"]), + ("Adresss", &["address"]), + ("Charistics", &["characteristics"]), + ("Experamenter", &["experimenter"]), + ("Reigstered", &["registered"]), + ("Ignornable", &["ignorable"]), + ("Outragesouly", &["outrageously"]), + ("Apologizeing", &["apologizing"]), + ("Disconeecting", &["disconnecting"]), + ("Sehll", &["sell", "shell"]), + ("Compilability", &["compatibility"]), + ("Correnspondent", &["correspondent"]), + ("Civalezations", &["civilizations"]), + ("Arlingotn", &["arlington"]), + ("Conatins", &["contains"]), + ("Represenatational", &["representational"]), + ("Mozillla", &["mozilla"]), + ("Canabelyse", &["cannibalise"]), + ("Simplicitly", &["simplicity"]), + ("Vulberabilitiy", &["vulnerability"]), + ("Enrypted", &["encrypted"]), + ("Builded", &["built"]), + ("Mandats", &["mandates"]), + ("Ewhwer", &["where"]), + ("Constructts", &["constructs"]), + ("Horrendeous", &["horrendous"]), + ("Charactarize", &["characterize"]), + ("Numbbering", &["numbering"]), + ("Hapenns", &["happens"]), + ("Describtions", &["descriptions"]), + ("Undertand", &["understand"]), + ("Tempurture", &["temperature"]), + ("Subsittute", &["substitutes"]), + ("Cashires", &["cashiers"]), + ("Classicus", &["classics"]), + ("Remiander", &["remainder", "reminder"]), + ("Morrsion", &["morrison"]), + ("Hemishpere", &["hemisphere"]), + ("Positoins", &["positions"]), + ("Anythin", &["anything"]), + ("Protocalls", &["protocols"]), + ("Displayd", &["displayed"]), + ("Converning", &["converting"]), + ("Uesfull", &["useful"]), + ("Generla", &["general"]), + ("Sctioned", &["sectioned", "suctioned"]), + ("Expexnasions", &["expansions"]), + ("Compiliation", &["compilation"]), + ("Segemnt", &["segment"]), + ("Consoldate", &["consolidate"]), + ("Laotion", &["laotian", "lotion"]), + ("Continuety", &["continuity"]), + ("Algortimic", &["algorithmic"]), + ("Ocntext", &["context"]), + ("Clasifying", &["classifying"]), + ("Mcroscopies", &["microscopies"]), + ("Dependeing", &["depending"]), + ("Neighboorhods", &["neighborhoods"]), + ("Homophibia", &["homophobia"]), + ("Hwihc", &["which"]), + ("Sympatheic", &["sympathetic"]), + ("Compoesd", &["composed"]), + ("Alternativey", &["alternatively"]), + ("Embaresses", &["embarrasses"]), + ("Renegogtiations", &["renegotiations"]), + ("Follewer", &["follower"]), + ("Monopace", &["monospace"]), + ("Subporgram", &["subprogram"]), + ("Guiseppe", &["giuseppe"]), + ("Beginging", &["beginning"]), + ("Manufactuter", &["manufacture"]), + ("Deoends", &["depends"]), + ("Connecotr", &["connector"]), + ("Cambodai", &["cambodia"]), + ("Termniate", &["terminate"]), + ("Skeptisicm", &["skepticism"]), + ("Inclusinve", &["inclusive"]), + ("Subbtle", &["subtle"]), + ("Refected", &["reflected"]), + ("Symphatizers", &["sympathizers"]), + ("Intergrates", &["integrates"]), + ("Javsscript", &["javascript"]), + ("Foirefox", &["firefox"]), + ("Refrigirator", &["refrigerator"]), + ("Expressin", &["expression"]), + ("Awnsering", &["answering"]), + ("Consuder", &["consider"]), + ("Midfeilder", &["midfielder"]), + ("Authecation", &["authentication"]), + ("Prejudgudiced", &["prejudiced"]), + ("Representate", &["representative"]), + ("Encosure", &["enclosure"]), + ("Transprt", &["transport"]), + ("Oppotunity", &["opportunity"]), + ("Beneficary", &["beneficiary"]), + ("Particaluarly", &["particularly"]), + ("Legoins", &["legions"]), + ("Condicional", &["conditional"]), + ("Qeusts", &["quests"]), + ("Inbrio", &["embryo"]), + ("Munbers", &["numbers"]), + ("Impossable", &["impossible"]), + ("Specfify", &["specify"]), + ("Rewriable", &["rewritable", "reliable"]), + ("Experimnter", &["experimenter"]), + ("Concatination", &["contamination", "concatenation"]), + ("Indiviual", &["individual"]), + ("Standrd", &["standard"]), + ("Directsions", &["directions"]), + ("Finanlize", &["finalize"]), + ("Methamatician", &["mathematician"]), + ("Conflictos", &["conflicts"]), + ("Downlaods", &["downloads"]), + ("Mositurizer", &["moisturizer"]), + ("Incrememtal", &["incremental"]), + ("Keyensian", &["keynesian"]), + ("Generilises", &["generalises"]), + ("Orgasmos", &["orgasms"]), + ("Wiaters", &["waiters"]), + ("Strcutures", &["structures"]), + ("Prooperty", &["property"]), + ("Consideret", &["considerate"]), + ("Fundemantalists", &["fundamentalists"]), + ("Wroking", &["working"]), + ("Privitized", &["privatized"]), + ("Cambrigde", &["cambridge"]), + ("Palster", &["plaster"]), + ("Awarness", &["awareness"]), + ("Expireds", &["expires"]), + ("Arbitratry", &["arbitrary"]), + ("Elelments", &["elements"]), + ("Dominaters", &["dominates"]), + ("Buitin", &["builtin"]), + ("Attachen", &["attach"]), + ("Coexhistance", &["coexistence"]), + ("Sewdonims", &["pseudonyms"]), + ("Unexecptedly", &["unexpectedly"]), + ("Characterisicly", &["characteristically"]), + ("Dynamcs", &["dynamics"]), + ("Calcluates", &["calculates"]), + ("Toggel", &["toggle"]), + ("Arrtibute", &["attribute"]), + ("Populationes", &["populations"]), + ("Napoming", &["napalming"]), + ("Chizzelled", &["chiselled"]), + ("Acroynms", &["acronyms"]), + ("Interchangebly", &["interchangeably"]), + ("Kuberntes", &["kubernetes"]), + ("Reserv", &["reserve"]), + ("Kimera", &["chimera"]), + ("Proovread", &["proofread"]), + ("Reqiured", &["required"]), + ("Calculatios", &["calculators"]), + ("Libell", &["libel"]), + ("Faciltiy", &["facility"]), + ("Rechable", &["reachable"]), + ("Neurosceince", &["neuroscience"]), + ("Reguires", &["requires"]), + ("Reverese", &["reverse"]), + ("Mysitcal", &["mystical"]), + ("Midfieldes", &["midfielders"]), + ("Perforemance", &["performance"]), + ("Thngs", &["things"]), + ("Specefication", &["specification"]), + ("Suboutine", &["subroutine"]), + ("Includee", &["include"]), + ("Baptisim", &["baptism"]), + ("Sereverless", &["serverless"]), + ("Overvrides", &["overrides"]), + ("Renegotaitors", &["renegotiators"]), + ("Abstracto", &["abstraction"]), + ("Principels", &["principals"]), + ("Thereom", &["theorem"]), + ("Franchsies", &["franchises"]), + ("Sertification", &["certification"]), + ("Academica", &["academia"]), + ("Ideosincracies", &["idiosyncrasies"]), + ("Cerimonious", &["ceremonious"]), + ("Vigourous", &["vigorous"]), + ("Deined", &["denied", "defined"]), + ("Connectioms", &["connections"]), + ("Unhealhty", &["unhealthy"]), + ("Posption", &["position"]), + ("Incremeneted", &["incremented"]), + ("Repaird", &["repaired"]), + ("Untimatly", &["ultimately"]), + ("Insentively", &["insensitively"]), + ("Follwoein", &["following"]), + ("Straightner", &["straighten"]), + ("Notificationn", &["notification"]), + ("Seqeunce", &["sequence"]), + ("Traitour", &["traitor"]), + ("Realisticlly", &["realistically"]), + ("Highight", &["highlight"]), + ("Versoions", &["versions"]), + ("Reosurces", &["resources"]), + ("Custormer", &["customer"]), + ("Masturabte", &["masturbate"]), + ("Conciveably", &["conceivably"]), + ("Hsa", &["has"]), + ("Sympaty", &["sympathy"]), + ("Corfirms", &["confirms"]), + ("Directtory", &["directory"]), + ("Regarting", &["regarding"]), + ("Merchans", &["merchants"]), + ("Millenials", &["millennials"]), + ("Explosie", &["explosive"]), + ("Subcatagories", &["subcategories"]), + ("Broacasts", &["broadcasts"]), + ("Eyerone", &["everyone"]), + ("Suspicioso", &["suspicions"]), + ("Vitories", &["victories"]), + ("Hungray", &["hungary"]), + ("Emasc", &["emacs"]), + ("Utimately", &["ultimately"]), + ("Importen", &["importance", "important"]), + ("Emplyment", &["employment"]), + ("Parliamone", &["parliament"]), + ("Spendour", &["splendour"]), + ("Appoximations", &["approximations"]), + ("Snappng", &["snapping"]), + ("Mimimize", &["minimize"]), + ("Combins", &["combines"]), + ("Depdenncies", &["dependencies"]), + ("Cubburds", &["cupboards"]), + ("Confedarcy", &["confederacy"]), + ("Metropolian", &["metropolitan"]), + ("Phenomenol", &["phenomenal"]), + ("Lossing", &["losing"]), + ("Umpredictable", &["unpredictable"]), + ("Fonctionnaly", &["functionally", "functionality"]), + ("Homogeneus", &["homogeneous"]), + ("Failuer", &["failure"]), + ("Coalesc", &["coalesce"]), + ("Comparisment", &["comparison"]), + ("Opportinity", &["opportunity"]), + ("Narcissm", &["narcissism"]), + ("Randomzied", &["randomized"]), + ("Exposese", &["exposes"]), + ("Interviewr", &["interviewer"]), + ("Copytighted", &["copyrighted"]), + ("Tranlatable", &["translatable"]), + ("Repectable", &["repeatable", "respectable"]), + ("Origniality", &["originality"]), + ("Exmple", &["example"]), + ("Prealocating", &["preallocating"]), + ("Primaires", &["primaries"]), + ("Transacrtions", &["transactions"]), + ("Offspirng", &["offspring"]), + ("Autocommiting", &["autocommitting"]), + ("Copyed", &["copied"]), + ("Transfromers", &["transformers"]), + ("Loca", &["local"]), + ("Authenfiors", &["authenticators"]), + ("Turains", &["terrains"]), + ("Encondes", &["encodes"]), + ("Introdiction", &["introduction"]), + ("Identificativo", &["identification"]), + ("Involunary", &["involuntary"]), + ("Disterbance", &["disturbance"]), + ("Permable", &["permeable"]), + ("Enviorenment", &["environment"]), + ("Docucument", &["document"]), + ("Exuberent", &["exuberant"]), + ("Rondayvou", &["rendezvous"]), + ("Valentinos", &["valentines"]), + ("Blugin", &["plugin"]), + ("Ziper", &["zipper"]), + ("Unhapppy", &["unhappy"]), + ("Analyticals", &["analytics"]), + ("Dows", &["does"]), + ("Dependncies", &["dependencies"]), + ("Conpress", &["compress"]), + ("Intervew", &["interview"]), + ("Discove", &["discover"]), + ("Acceptence", &["acceptance"]), + ("Subsrciption", &["subscriptions"]), + ("Enivornment", &["environment"]), + ("Colleteral", &["collateral"]), + ("Manifacturing", &["manufacturing"]), + ("Prexixed", &["prefixed"]), + ("Remot", &["remote"]), + ("Thourough", &["thorough"]), + ("Crationalist", &["nationalist", "rationalist"]), + ("Subsquently", &["subsequently"]), + ("Unkown", &["unknown"]), + ("Extration", &["extraction"]), + ("Algolithmic", &["algorithmic"]), + ("Allocaitions", &["allocations"]), + ("Transparren", &["transparent"]), + ("Lacklusture", &["lacklustre"]), + ("Terfforms", &["terraforms"]), + ("Interaces", &["interfaces"]), + ("Overwelmed", &["overwhelmed"]), + ("Gost", &["ghost"]), + ("Ignest", &["ingest"]), + ("Crhistmas", &["christmas"]), + ("Golaith", &["goliath"]), + ("Percievably", &["perceivably"]), + ("Dsplays", &["displays"]), + ("Encrytpion", &["encryption"]), + ("Complections", &["completions"]), + ("Lesbianest", &["lesbians"]), + ("Assignemtn", &["assignment"]), + ("Invisibiliy", &["invisibility"]), + ("Refillls", &["refills"]), + ("Geomtrys", &["geometries"]), + ("Quantitity", &["quantity"]), + ("Inconsistendtly", &["inconsistently"]), + ("Renegotaiable", &["renegotiable"]), + ("Susbtrate", &["substrate"]), + ("Defintily", &["definitely"]), + ("Domonstration", &["demonstration"]), + ("Computtaion", &["computation"]), + ("Tranports", &["transports"]), + ("Tomorrrow", &["tomorrow"]), + ("Vereigated", &["variegated"]), + ("Compeditor", &["competitor"]), + ("Somwhow", &["somehow"]), + ("Visist", &["visit"]), + ("Syntethically", &["synthetically"]), + ("Infestaton", &["infestation"]), + ("Limitts", &["limits"]), + ("Dynamicpsf", &["dynamics"]), + ("Unscubscribed", &["subscribed"]), + ("Assymptotes", &["asymptotes"]), + ("Enhabcing", &["enhancing"]), + ("Renforced", &["reinforced"]), + ("Containmemt", &["containment"]), + ("Presonalized", &["personalized"]), + ("Enchentments", &["enchantments"]), + ("Coordenates", &["coordinates"]), + ("Shepes", &["shapes"]), + ("Instantaintg", &["instantiating"]), + ("Typesrript", &["typescript"]), + ("Licker", &["liquor"]), + ("Amelearator", &["ameliorator"]), + ("Roaylties", &["royalties"]), + ("Profesionals", &["professionals"]), + ("Continuons", &["continuous"]), + ("Suggesttions", &["suggestions"]), + ("Leagelise", &["legalise"]), + ("Precondtion", &["precondition"]), + ("Equivalant", &["equivalent"]), + ("Uisng", &["using"]), + ("Expoch", &["epoch"]), + ("Humoros", &["humorous"]), + ("Provdidet", &["provided", "provider", "provident"]), + ("Stard", &["start"]), + ("Instersction", &["intersection"]), + ("Dissapoints", &["disappoints"]), + ("Experimentaed", &["experimented"]), + ("Origanaly", &["originally"]), + ("Harrasses", &["harassed"]), + ("Accompagniment", &["accompaniment"]), + ("Attornies", &["attorneys"]), + ("Superceding", &["superseding"]), + ("Distinquished", &["distinguished"]), + ("Adventourus", &["adventurous"]), + ("Portait", &["portrait"]), + ("Somehwere", &["somewhere"]), + ("Arbiturarily", &["arbitrarily"]), + ("Virginas", &["virgins"]), + ("Hietus", &["hiatus"]), + ("Interraccial", &["interracial"]), + ("Palyable", &["playable"]), + ("Shirnk", &["shrink"]), + ("Sinoidal", &["sinusoidal"]), + ("Requilme", &["requiem"]), + ("Coexinsts", &["coexists"]), + ("Neibors", &["neighbors"]), + ("Mentionnes", &["mentions"]), + ("Efinitions", &["definitions"]), + ("Uprgade", &["upgrade"]), + ("Vairables", &["variables"]), + ("Instnsiation", &["instantiation"]), + ("Witnesssing", &["witnessing"]), + ("Contorl", &["control"]), + ("Inspectres", &["inspectors"]), + ("Stuations", &["situations", "stations"]), + ("Triptick", &["triptych"]), + ("Exchagned", &["exchanged"]), + ("Purchaseing", &["purchasing"]), + ("Alignmments", &["alignments"]), + ("Misogynisitc", &["misogynistic"]), + ("Propencity", &["propensity"]), + ("Layrinxes", &["larynxes"]), + ("Undeflows", &["underflows"]), + ("Combinateion", &["combination"]), + ("Landins", &["landings"]), + ("Instade", &["instead"]), + ("Speparator", &["separator"]), + ("Parises", &["praises"]), + ("Sinicaly", &["cynically"]), + ("Chronocles", &["chronicles"]), + ("Corosbonding", &["corresponding"]), + ("Economisch", &["economic"]), + ("Itegrals", &["integrals"]), + ("Poenis", &["penis"]), + ("Lcoal", &["local", "coal"]), + ("Kryptonie", &["kryptonite"]), + ("Vulnearability", &["vulnerability"]), + ("Destinty", &["destiny"]), + ("Deifne", &["define"]), + ("Touchda", &["touchpad"]), + ("Abstaction", &["abstraction"]), + ("Infromation", &["information"]), + ("Interpolaton", &["interpolation"]), + ("Veriosns", &["versions"]), + ("Activw", &["active"]), + ("Sellect", &["select"]), + ("Demamd", &["demand"]), + ("Encompasess", &["encompasses"]), + ("Rebuplican", &["republican"]), + ("Reasearch", &["research"]), + ("Preorderers", &["preorders"]), + ("Introspectivo", &["introspection"]), + ("Docmunets", &["documents"]), + ("Direcotory", &["directory"]), + ("Mircophone", &["microphone"]), + ("Imliment", &["implement"]), + ("Interpretato", &["interpretation"]), + ("Fragmenot", &["fragment"]), + ("Cosmeticos", &["cosmetics"]), + ("Itelf", &["itself"]), + ("Attirbutes", &["attributes"]), + ("Kewwords", &["keywords"]), + ("Charactes", &["characters"]), + ("Interrputed", &["interrupted"]), + ("Commpact", &["compact"]), + ("Standartisator", &["standardiser"]), + ("Microtransacciones", &["microtransactions"]), + ("Attractes", &["attracts"]), + ("Benficial", &["beneficial"]), + ("Narcisssism", &["narcissism"]), + ("Paralel", &["parallel"]), + ("Proccesses", &["processes"]), + ("Labeledby", &["labelledby"]), + ("Aborigonal", &["aboriginal"]), + ("Crationists", &["creationists"]), + ("Larvas", &["larvae"]), + ("Algotihmically", &["algorithmically"]), + ("Senfile", &["sendfile"]), + ("Awoid", &["avoid"]), + ("Geoemtry", &["geometry"]), + ("Sccess", &["success"]), + ("Announcemet", &["announcements"]), + ("Cumulatative", &["cumulative"]), + ("Libary", &["library"]), + ("Descritpor", &["descriptor"]), + ("Trottling", &["throttling", "trotting"]), + ("Varibables", &["variables"]), + ("Flaskbacks", &["flashbacks"]), + ("Themselve", &["themselves", "themself"]), + ("Itesm", &["items"]), + ("Necessay", &["necessary"]), + ("Instersectioned", &["intersection"]), + ("Elemenets", &["elements"]), + ("Successfullly", &["successfully"]), + ("Cloudes", &["clouds"]), + ("Assymmetry", &["asymmetry"]), + ("Intervenire", &["intervene"]), + ("Scandalosa", &["scandals"]), + ("Primsry", &["primary"]), + ("Bottomborde", &["bottomborder"]), + ("Territoral", &["territorial"]), + ("Repalcement", &["replacement"]), + ("Mananager", &["manager"]), + ("Refferals", &["referrals"]), + ("Autograh", &["autograph"]), + ("Infiltratie", &["infiltrate"]), + ("Reuplaoding", &["reuploading"]), + ("Assemalated", &["assimilated"]), + ("Desogner", &["designer"]), + ( + "Configuratin", + &["configurations", "configuration", "configurating"], + ), + ("Thest", &["test"]), + ("Mircales", &["miracles"]), + ("Intruduces", &["introduces"]), + ("Cluthcing", &["clutching"]), + ("Pakvage", &["package"]), + ("Whipser", &["whisper"]), + ("Lushis", &["luscious"]), + ("Chernobly", &["chernobyl"]), + ("Weightligting", &["weightlifting"]), + ("Proprogate", &["propagate"]), + ("Hopsitality", &["hospitality"]), + ("Icreases", &["increases"]), + ("Specialits", &["specials"]), + ("Democray", &["democracy"]), + ("Bunji", &["bungee"]), + ("Applicatio", &["application"]), + ("Coninciding", &["coinciding"]), + ("Extited", &["excited", "exited"]), + ("Restrainting", &["restraining"]), + ("Commnds", &["commands"]), + ("Chirstian", &["christian"]), + ("Similari", &["similar"]), + ("Exposees", &["exposes"]), + ("Coomand", &["command"]), + ("Simplifing", &["simplifying"]), + ("Curcial", &["crucial"]), + ("Deccelerated", &["decelerated"]), + ("Envinronments", &["environments"]), + ("Fanslaughter", &["manslaughter"]), + ("Suger", &["sugar"]), + ("Protoypes", &["prototypes"]), + ("Mangets", &["magnets"]), + ("Debuggge", &["debuggee"]), + ("Specilaized", &["specialize"]), + ("Inaccuraccy", &["inaccuracy"]), + ("Unobstrusive", &["unobtrusive"]), + ("Lacklaster", &["lackluster"]), + ("Opeg", &["open"]), + ("Microtransacations", &["microtransactions"]), + ("Chronologial", &["chronological"]), + ("Starighten", &["straighten"]), + ("Calibartion", &["calibration"]), + ("Assiociating", &["associating"]), + ("Interperter", &["interpreter"]), + ("Competitior", &["competitor"]), + ("Togheter", &["together"]), + ("Visbility", &["visibility"]), + ("Interchangebale", &["interchangeable"]), + ("Tropedo", &["torpedo"]), + ("Standbay", &["standby"]), + ("Exepct", &["expect"]), + ("Channe", &["channel"]), + ("Depreacts", &["deprecates"]), + ("Specificically", &["specifically"]), + ("Taveling", &["traveling"]), + ("Dependencied", &["dependency"]), + ("Renweables", &["renewables"]), + ("Acquaintaince", &["acquaintance"]), + ("Yoyr", &["your"]), + ("Siezes", &["sizes", "seizes"]), + ("Evloving", &["evolving"]), + ("Jitterr", &["jitter"]), + ("Savees", &["saves"]), + ("Inferiour", &["inferior"]), + ("Particel", &["particle"]), + ("Falvours", &["flavours"]), + ("Misakes", &["mistakes"]), + ("Wendesday", &["wednesday"]), + ("Structrual", &["structural"]), + ("Avaluated", &["evaluated"]), + ("Reintantiate", &["reinstantiate"]), + ("Incrmeneted", &["incremented"]), + ("Crocodille", &["crocodile"]), + ("Dimenstion", &["dimension"]), + ("Continutation", &["continuation"]), + ("Progrma", &["program"]), + ("Opeaarations", &["operations"]), + ("Proeperty", &["property"]), + ("Derference", &["deference", "dereference"]), + ("Subarmine", &["submarine"]), + ("Hopefullt", &["hopefully"]), + ("Spefcifieir", &["specifier"]), + ("Malayisan", &["malaysian"]), + ("Fumctions", &["functions"]), + ("Vaction", &["vacation"]), + ("Complitely", &["completely"]), + ("Disenchanged", &["disenchanted"]), + ("Essentually", &["essentially"]), + ("Acqure", &["acquire"]), + ("Abstraktion", &["abstraction"]), + ("Susbtantially", &["substantially"]), + ("Unexpetcedly", &["unexpectedly"]), + ("Critisiscm", &["criticisms"]), + ("Salying", &["slaying"]), + ("Copeing", &["copying"]), + ("Fireballls", &["fireballs"]), + ("Unexectedly", &["unexpectedly"]), + ("Unavaoidable", &["unavoidable"]), + ("Concequently", &["consequently"]), + ("Reallly", &["really"]), + ("Substancially", &["substantially"]), + ("Accordind", &["according"]), + ("Angosticism", &["agnosticism"]), + ("Rapresentation", &["representation"]), + ("Encyclopeedia", &["encyclopedia"]), + ("Dymamically", &["dynamically"]), + ("Havee", &["have"]), + ("Precendence", &["precedence"]), + ("Surbert", &["sherbert"]), + ("Avalibility", &["availability"]), + ("Liquides", &["liquids"]), + ("Guarrante", &["guarantee"]), + ("Fassinate", &["fascinate"]), + ("Teleportato", &["teleportation"]), + ("Tresured", &["treasured"]), + ("Oversubscirbed", &["oversubscribed"]), + ("Disciplinairy", &["disciplinary"]), + ("Sysmatically", &["systematically"]), + ("Containter", &["container"]), + ("Conectivities", &["connectivities"]), + ("Prining", &["printing"]), + ("Traingular", &["triangular"]), + ("Gerat", &["great"]), + ("Termendous", &["tremendous"]), + ("Recrutied", &["recruited"]), + ("Costomization", &["customization"]), + ("Protoganists", &["protagonists"]), + ("Disastroso", &["disastrous"]), + ("Edxpected", &["expected"]), + ("Ivoked", &["invoked"]), + ("Excepions", &["exceptions"]), + ("Livestrems", &["livestream"]), + ("Neptun", &["neptune"]), + ("Archetpyes", &["archetypes"]), + ("Lamdas", &["lambdas"]), + ("Futurisitc", &["futuristic"]), + ("Aguments", &["arguments"]), + ("Faseeshusly", &["facetiously"]), + ("Gerneraly", &["generally"]), + ("Appendig", &["appending"]), + ("Prettyier", &["prettier"]), + ("Potocol", &["protocol"]), + ("Pakge", &["package"]), + ("Commmet", &["comment"]), + ("Rapresent", &["represent"]), + ("Propiertary", &["proprietary"]), + ("Functoins", &["functions"]), + ("Namespaeed", &["namespaced"]), + ("Altruisim", &["altruism"]), + ("Datatbase", &["database"]), + ("Annoynace", &["annoyance"]), + ("Indictate", &["indicate"]), + ("Xdpf", &["xpdf"]), + ("Exceuctable", &["executable"]), + ("Symantic", &["semantic"]), + ("Spedify", &["specify"]), + ("Toopology", &["topology"]), + ("Imprsioned", &["imprisoned"]), + ("Visious", &["vicious"]), + ("Accestors", &["accessors", "ancestors"]), + ("Dimenionality", &["dimensionality"]), + ("Algorgithm", &["algorithm"]), + ("Unbreakble", &["unbreakable"]), + ("Invlid", &["invalid"]), + ("Decribing", &["describing"]), + ("Responisve", &["responsive"]), + ("Replicaions", &["replications"]), + ("Electronicas", &["electronics"]), + ("Bakc", &["back"]), + ("Pararm", &["param"]), + ("Neuterd", &["neutered"]), + ("Nihilisim", &["nihilism"]), + ("Calbirate", &["calibrate"]), + ("Unsuccessfull", &["unsuccessful"]), + ("Chouse", &["choose", "chose", "choux"]), + ("Persets", &["presets"]), + ("Esitmator", &["estimator"]), + ("Dissbled", &["disabled"]), + ("Wheather", &["weather", "whether"]), + ("Ownward", &["onward"]), + ("Programmme", &["programme"]), + ("Assumad", &["assumed"]), + ("Lewtenants", &["lieutenants"]), + ("Mislabled", &["mislabeled"]), + ("Multline", &["multiline"]), + ("Trarget", &["target"]), + ("Flavorade", &["flavored"]), + ("Betweem", &["between"]), + ("Statuse", &["statutes"]), + ("Invincable", &["invincible"]), + ("Thicking", &["thinking", "thickening"]), + ("Allcateing", &["allocating"]), + ("Funguses", &["fungi"]), + ("Guarenteers", &["guarantees"]), + ("Prodivded", &["provided"]), + ("Operatons", &["operations"]), + ("Algorhythm", &["algorithm"]), + ("Aautomatic", &["automatic"]), + ("Progamatically", &["programmatically"]), + ("Directroies", &["directories"]), + ("Partically", &["partially"]), + ("Argumentatie", &["argumentative"]), + ("Aruging", &["arguing"]), + ("Experimentaiton", &["experimentation"]), + ("Connextion", &["connexion"]), + ("Mysogonistic", &["misogynistic"]), + ("Entrepraneurs", &["entrepreneurs"]), + ("Pronoune", &["pronounced"]), + ("Strategiclly", &["strategically"]), + ("Liasion", &["liaison"]), + ("Serverities", &["severities"]), + ("Perfomeative", &["performative"]), + ("Abtractly", &["abstractly"]), + ("Shpere", &["sphere"]), + ("Esclude", &["exclude"]), + ("Destroyd", &["destroyed", "destroys"]), + ("Commneting", &["commenting"]), + ("Owened", &["owned"]), + ("Soluable", &["soluble"]), + ("Speficitied", &["specified"]), + ("Backrounds", &["backgrounds"]), + ("Limitativo", &["limitation"]), + ("Featched", &["fetched"]), + ("Disadvandages", &["disadvantaged"]), + ("Eplison", &["epsilon"]), + ("Gool", &["ghoul"]), + ("Carreid", &["carried"]), + ("Egaletarian", &["egalitarian"]), + ("Syirans", &["syrians"]), + ("Missionera", &["missionary"]), + ("Pregant", &["pregnant"]), + ("Intack", &["intact"]), + ("Incemental", &["incremental"]), + ("Stabilites", &["stabilizes"]), + ("Rturning", &["returning"]), + ("Principas", &["principals"]), + ("Tookits", &["toolkits"]), + ("Currecy", &["currency"]), + ("Implementationen", &["implementations"]), + ("Sutracting", &["subtracting"]), + ("Similates", &["simulates"]), + ("Sttring", &["string"]), + ("Asbtraction", &["abstraction"]), + ("Caucaisan", &["caucasian"]), + ("Initialisiert", &["initialised"]), + ("Desctop", &["desktop"]), + ("Violetas", &["violates"]), + ("Dymanically", &["dynamically"]), + ("Dublicade", &["duplicate"]), + ("Sigles", &["singles", "sigils"]), + ("Captued", &["captured"]), + ("Dicationaries", &["dictionaries"]), + ("Commmented", &["commented"]), + ("Copyritght", &["copyright"]), + ("Rivision", &["revision"]), + ("Experimenatelly", &["experimentally"]), + ("Indepentend", &["independents"]), + ("Resapwn", &["respawn"]), + ("Atomticlly", &["automatically"]), + ("Convinent", &["convenient"]), + ("Invulnerble", &["invulnerable"]), + ("Adminstrators", &["administrators"]), + ("Busniess", &["business"]), + ("Speficiation", &["specification"]), + ("Sytled", &["styled"]), + ("Toogle", &["toggle"]), + ("Experimentaitally", &["experimentally"]), + ("Conveinient", &["convenient"]), + ("Concurret", &["concurrent"]), + ("Develper", &["developer"]), + ("Entartainment", &["entertainment"]), + ("Intepolated", &["interpolated"]), + ("Exitss", &["exists", "exits"]), + ("Situaions", &["situations"]), + ("Regalar", &["regular"]), + ("Borke", &["broke"]), + ("Effciency", &["efficiency"]), + ("Mutliplayer", &["multiplayer"]), + ("Rererences", &["references"]), + ("Unsuccessfuly", &["unsuccessfully"]), + ("Misinterperted", &["misinterpreted"]), + ("Traigers", &["triagers"]), + ("Neighbarhoods", &["neighborhoods"]), + ("Internationaly", &["internationally"]), + ("Upsteamed", &["upstreamed"]), + ("Poltical", &["political"]), + ("Contenplate", &["contemplate"]), + ("Directoory", &["directory"]), + ("Assoicates", &["associates"]), + ("Anarchistm", &["anarchism", "anarchist"]), + ("Classfication", &["classification"]), + ("Comparigons", &["comparisons"]), + ("Temporafy", &["temporary"]), + ("Highlithing", &["highlighting"]), + ("Cutted", &["cut", "cutter", "gutted"]), + ("Persistantly", &["persistently"]), + ("Shenanigens", &["shenanigans"]), + ("Geniunely", &["genuinely"]), + ("Extrated", &["extracted"]), + ("Annoucement", &["announcement"]), + ("Folowwing", &["following"]), + ("Firefigthers", &["firefighters"]), + ("Eloctrolytes", &["electrolytes"]), + ("Nodeterministic", &["nondeterministic"]), + ("Fortunat", &["fortunate"]), + ("Mirorr", &["mirror"]), + ("Transparcencies", &["transparencies"]), + ("Agreggate", &["aggregate"]), + ("Streamus", &["streams"]), + ("Comminicate", &["communicate"]), + ("Deboucing", &["debouncing"]), + ("Acquiantences", &["acquaintances"]), + ("Harmonisch", &["harmonic"]), + ("Civilizaiton", &["civilization"]), + ("Clipboads", &["clipboards"]), + ("Reimplented", &["reimplemented"]), + ("Electricrain", &["electrician"]), + ("Componoent", &["component"]), + ("Haeder", &["header"]), + ("Stackk", &["stack"]), + ("Condfiguring", &["configuring"]), + ("Crosair", &["corsair"]), + ("Columms", &["columns"]), + ("Dervices", &["devices", "services"]), + ("Pojnt", &["point"]), + ("Brigth", &["bright"]), + ("Awfullly", &["awfully"]), + ("Propoerty", &["property"]), + ("Unfortunaltely", &["unfortunately"]), + ("Conseeds", &["concedes"]), + ("Authenenticator", &["authenticator"]), + ("Theirselves", &["themselves"]), + ("Seseed", &["secede"]), + ("Chuch", &["church"]), + ("Combinine", &["combine"]), + ("Selectiose", &["selections"]), + ("Instantenious", &["instantaneous"]), + ("Trainngs", &["training"]), + ("Libretarian", &["libertarian"]), + ("Personalitys", &["personalities"]), + ("Contigiously", &["contiguously"]), + ("Thoecracy", &["theocracy"]), + ("Degnerates", &["degenerates"]), + ("Substibute", &["substitute"]), + ("Trotzkist", &["trotskyist"]), + ("Spefixications", &["specifications"]), + ("Presonas", &["personas"]), + ("Evalutaions", &["evaluations"]), + ("Econimists", &["economists"]), + ("Exression", &["expression"]), + ("Fualts", &["faults"]), + ("Organisatons", &["organisations"]), + ("Appliyed", &["applied"]), + ("Exhilerating", &["exhilarating"]), + ("Obsidain", &["obsidian"]), + ("Corrilated", &["correlated"]), + ("Antialised", &["antialiased"]), + ("Individuls", &["individuals"]), + ("Startupbus", &["startups"]), + ("Covnerter", &["converter"]), + ("Cooger", &["cougar"]), + ("Neigbours", &["neighbours"]), + ("Enthusiatic", &["enthusiastic"]), + ("Cataline", &["catiline", "catalina"]), + ("Archeaologists", &["archeologists"]), + ("Boyfrients", &["boyfriends"]), + ("Corects", &["corrects"]), + ("Perorders", &["preorders"]), + ("Ourselfes", &["ourselves"]), + ("Clasify", &["classify"]), + ("Cleean", &["clean"]), + ("Storeing", &["storing"]), + ("Regresso", &["regression"]), + ("Publushers", &["publishers"]), + ("Entite", &["entire", "entity"]), + ("Differernt", &["different"]), + ("Nulable", &["nullable"]), + ("Persain", &["persian"]), + ("Spacifies", &["specifies"]), + ("Segmentaion", &["segmentation"]), + ( + "Implementatin", + &["implementations", "implementation", "implementing"], + ), + ("Suposed", &["supposed"]), + ("Neighbet", &["neighbor"]), + ("Engieering", &["engineering"]), + ("Borderlans", &["borderlands"]), + ("Protastant", &["protestant"]), + ("Alomost", &["almost"]), + ("Assistent", &["assistant"]), + ("Externel", &["external"]), + ("Exhasution", &["exhaustion"]), + ("Cocentrated", &["concentrated"]), + ("Championsship", &["championships"]), + ("Prioroty", &["priority"]), + ("Confederecy", &["confederacy"]), + ("Sanpshot", &["snapshot"]), + ("Fightings", &["fighting"]), + ("Paralllels", &["parallels"]), + ("Stereotipe", &["stereotype"]), + ("Switzlerand", &["switzerland"]), + ("Excellant", &["excellent"]), + ("Gosepls", &["gospels"]), + ("Incurruptible", &["incorruptible"]), + ("Poistively", &["positively"]), + ("Confessionis", &["confessions"]), + ("Preprosessor", &["preprocessor"]), + ("Depositd", &["deposited"]), + ("Bouy", &["buoy"]), + ("Fatser", &["faster"]), + ("Disassamble", &["disassemble"]), + ("Indendation", &["indentation"]), + ("Recalcualting", &["recalculating"]), + ("Seding", &["sending", "seeding", "ceding"]), + ("Facilty", &["facility"]), + ("Wrod", &["word"]), + ("Hopsital", &["hospital"]), + ("Compaigns", &["campaigns"]), + ("Maneveurs", &["maneuvers"]), + ("Comandline", &["commandline"]), + ("Connonation", &["connotation"]), + ("Introductionary", &["introductory"]), + ("Civillian", &["civilian"]), + ("Neighbarhood", &["neighborhood"]), + ("Architct", &["architect"]), + ("Burueacrats", &["bureaucrats"]), + ("Bisunes", &["business"]), + ("Possably", &["possibly"]), + ("Correspontents", &["correspondents"]), + ("Battleshop", &["battleship"]), + ("Optimiced", &["optimised", "optimized"]), + ("Polygoon", &["polygon"]), + ("Dectection", &["detection"]), + ("Bangladesch", &["bangladesh"]), + ("Mavrick", &["maverick"]), + ("Unbounad", &["unbound"]), + ("Orcestrating", &["orchestrating"]), + ("Jeruselam", &["jerusalem"]), + ("Conotrolled", &["controlled"]), + ("Slogen", &["slogan"]), + ("Correspondece", &["correspondence"]), + ("Disclousre", &["disclosure"]), + ("Coner", &["corner", "coroner"]), + ("Billboad", &["billboard"]), + ("Alledges", &["alleges"]), + ("Atrifact", &["artifact"]), + ("Naybhors", &["neighbors"]), + ("Imcoming", &["incoming"]), + ("Resolverse", &["resolves"]), + ("Progressionists", &["progressions"]), + ("Donwvoters", &["downvoters"]), + ("Restaurantes", &["restaurants"]), + ("Peridoically", &["periodically"]), + ("Theyre", &["their", "there"]), + ("Viatmins", &["vitamins"]), + ("Brokend", &["broken"]), + ("Desribe", &["describe"]), + ("Phsyique", &["physique"]), + ("Procreatin", &["procreation"]), + ("Distnguished", &["distinguished"]), + ("Underlflows", &["underflows"]), + ("Removeing", &["removing"]), + ("Predesessor", &["predecessors"]), + ("Leasurely", &["leisurely"]), + ("Streames", &["streams"]), + ("Negoziate", &["negotiate"]), + ("Presumpteous", &["presumptuous"]), + ("Rollarcoaster", &["rollercoaster"]), + ("Explantions", &["explanations"]), + ("Concurently", &["concurrently"]), + ("Efect", &["effect"]), + ("Doubthed", &["doubted"]), + ("Reliabily", &["reliability", "reliably"]), + ("Opressive", &["oppressive"]), + ("Packge", &["package"]), + ("Scafolds", &["scaffolds"]), + ("Subnegotitions", &["subnegotiations"]), + ("Technitians", &["technicians"]), + ("Schme", &["scheme"]), + ("Overcomeing", &["overcoming"]), + ("Sasuages", &["sausages"]), + ("Reudces", &["reduces"]), + ("Anyonse", &["anyones"]), + ("Carnvial", &["carnival"]), + ("Occouring", &["occurring"]), + ("Carrien", &["carrier"]), + ("Matadata", &["metadata"]), + ("Influenting", &["influencing"]), + ("Psueudo", &["pseudo"]), + ("Turrains", &["terrains"]), + ("Asynchorous", &["asynchronous"]), + ("Holliday", &["holiday"]), + ("Reate", &["create", "relate"]), + ("Constists", &["consists"]), + ("Monnths", &["months"]), + ("Fuethest", &["furthest"]), + ("Bording", &["boarding"]), + ("Eveolve", &["evolve"]), + ("Emplyer", &["employer"]), + ("Initailising", &["initialising"]), + ("Timmestamps", &["timestamps"]), + ("Consummes", &["consumes"]), + ("Overengeneering", &["overengineering"]), + ("Theard", &["thread"]), + ("Datahasheets", &["datasheets"]), + ("Nationalty", &["nationality"]), + ("Avergaed", &["averaged"]), + ("Idelogy", &["ideology"]), + ("Bloodborbe", &["bloodborne"]), + ("Catloags", &["catalogs"]), + ("Correnspondence", &["correspondence"]), + ("Autonegoitation", &["autonegotiation"]), + ("Nestolgically", &["nostalgically"]), + ("Freedomest", &["freedoms"]), + ("Upgarting", &["upgrading"]), + ("Unecessary", &["unnecessary"]), + ("Definitivos", &["definitions"]), + ("Bulidings", &["buildings"]), + ("Resgination", &["resignation"]), + ("Millionaries", &["millionaires"]), + ("Transparrenly", &["transparently"]), + ("Justificativo", &["justification"]), + ("Differenciated", &["differentiated"]), + ("Compansation", &["compensation"]), + ("Constrainted", &["constrained"]), + ("Wonce", &["nonce", "once", "ponce", "wince"]), + ("Comporable", &["comparable"]), + ("Skurged", &["scourged"]), + ("Suspicously", &["suspiciously"]), + ("Usig", &["using"]), + ("Alevt", &["alert"]), + ("Accliamed", &["acclaimed"]), + ("Buffor", &["buffer"]), + ("Temporraries", &["temporaries"]), + ("Retruns", &["returns"]), + ("Spontaneuos", &["spontaneous"]), + ("Sturucture", &["structure"]), + ("Whistels", &["whistles"]), + ("Cannotation", &["connotation"]), + ("Authenicate", &["authenticate"]), + ("Attriburte", &["attribute"]), + ("Milisecond", &["millisecond"]), + ("Expendatures", &["expenditures"]), + ("Dateime", &["datetime"]), + ("Protectores", &["protectors"]), + ("Processpr", &["processor"]), + ("Inpect", &["inspect"]), + ("Taxomonmy", &["taxonomy"]), + ("Elephantes", &["elephants"]), + ("Neighbeurhoor", &["neighbour"]), + ("Visiters", &["visitors"]), + ("Estabishd", &["established"]), + ("Bunble", &["bundle"]), + ("Pornograghy", &["pornography"]), + ("Oje", &["one"]), + ("Cannabilyzes", &["cannibalizes"]), + ("Retributioon", &["retribution"]), + ("Reallocae", &["reallocate"]), + ("Hightlight", &["highlight"]), + ("Electromagnectic", &["electromagnetic"]), + ("Miticator", &["mitigator"]), + ("Liscence", &["licence"]), + ("Technicans", &["technicians"]), + ("Ailenating", &["alienating"]), + ("Argumnets", &["arguments"]), + ("Crewsant", &["croissant"]), + ("Socripting", &["scripting"]), + ("Acknowlegment", &["acknowledgment"]), + ("Calciulate", &["calculate"]), + ("Anitime", &["anytime"]), + ("Apaul", &["appall"]), + ("Innocens", &["innocents"]), + ("Leyer", &["layer"]), + ("Neighborhing", &["neighboring"]), + ("Palce", &["place", "palace"]), + ("Guarentys", &["guarantees"]), + ("Prvide", &["provide"]), + ("Charctors", &["characters"]), + ("Spece", &["space", "spice"]), + ("Finicial", &["financial"]), + ("Programmeur", &["programmer"]), + ("Armageddin", &["armageddon"]), + ("Ejacualte", &["ejaculate"]), + ("Loockup", &["lockup", "lookup"]), + ("Actucally", &["actually"]), + ("Califorinan", &["californian"]), + ("Streemlining", &["streamlining"]), + ("Informtion", &["information"]), + ("Handshak", &["handshake"]), + ("Expresscoin", &["expression"]), + ("Realitvely", &["relatively"]), + ("Additioanal", &["additional"]), + ("Transiet", &["transient"]), + ("Announceing", &["announcing"]), + ("Lingth", &["length"]), + ("Backsapce", &["backspace"]), + ("Milliseond", &["millisecond"]), + ("Retirevers", &["retrievers"]), + ("Bernouilli", &["bernoulli"]), + ("Explainatory", &["explanatory"]), + ("Asssume", &["assume"]), + ("Masterbation", &["masturbation"]), + ("Imbrases", &["embraces"]), + ("Minues", &["menus", "minus", "minuses", "minutes"]), + ("Hygience", &["hygiene"]), + ("Developpers", &["developers"]), + ("Rekursed", &["recursed"]), + ("Initialyl", &["initially"]), + ("Alomst", &["almost"]), + ("Romaing", &["roaming"]), + ("Livestrem", &["livestream"]), + ("Javasrript", &["javascript"]), + ("Serach", &["search"]), + ("Apreciation", &["appreciation"]), + ("Silicoon", &["silicon"]), + ("Generalizacion", &["generalization"]), + ("Accupts", &["accepts"]), + ("Condtional", &["conditional"]), + ("Aplly", &["apply"]), + ("Reliefes", &["relieves"]), + ("Disalbes", &["disables"]), + ("Annoyence", &["annoyance"]), + ("Thess", &["this", "these"]), + ("Autonegotitions", &["autonegotiations"]), + ("Dirctories", &["directories"]), + ("Variatoin", &["variation"]), + ("Accumuate", &["accumulate"]), + ("Kepp", &["keep"]), + ("Direktly", &["directly"]), + ("Funtional", &["functional"]), + ("Pucini", &["puccini"]), + ("Rekative", &["relative"]), + ("Voluntered", &["volunteered"]), + ("Moudle", &["module"]), + ("Uplaoders", &["uploaders"]), + ("Outperfoming", &["outperforming"]), + ("Modelinng", &["modeling"]), + ("Glorfied", &["glorified"]), + ("Unsuprised", &["unsurprised"]), + ("Psychopaat", &["psychopath"]), + ("Opinoniated", &["opinionated"]), + ("Modfications", &["modifications"]), + ("Moveble", &["movable"]), + ("Accesiblity", &["accessibility"]), + ("Contribuer", &["contribute"]), + ("Systme", &["system"]), + ("Verbouse", &["verbose"]), + ("Objectivty", &["objectivity"]), + ("Certificatin", &["certificating", "certification"]), + ("Cancelability", &["cancellability"]), + ("Symplify", &["simplify"]), + ("Deadpol", &["deadpool"]), + ("Cholocate", &["chocolate"]), + ("Journing", &["journeying"]), + ("Tempeartures", &["temperatures"]), + ("Misstaken", &["mistaken"]), + ("Wonderously", &["wondrously"]), + ("Qualifiies", &["qualifiers"]), + ("Additon", &["addition"]), + ("Stagnat", &["stagnant"]), + ("Upsteramer", &["upstreamer"]), + ("Bounadries", &["boundaries"]), + ("Unvisisted", &["unvisited"]), + ("Indentical", &["identical"]), + ("Separtor", &["separator"]), + ("Cincinnasti", &["cincinnati"]), + ("Pornogrophy", &["pornography"]), + ("Poltically", &["politically"]), + ("Thsnk", &["thank"]), + ("Experimetations", &["experimentations"]), + ("Conflictin", &["conflicting"]), + ("Serailzied", &["serialized"]), + ("Bluebrints", &["blueprints"]), + ("Expries", &["expires"]), + ("Troublehshooting", &["troubleshooting"]), + ("Ironicly", &["ironically"]), + ("Contiuation", &["continuation"]), + ("Insturctions", &["instructions"]), + ("Serrebrally", &["cerebrally"]), + ("Enttry", &["entry"]), + ("Computating", &["computation"]), + ("Miserabel", &["miserable"]), + ("Prerequisities", &["prerequisite", "prerequisites"]), + ("Corrcect", &["correct"]), + ("Cinncinati", &["cincinnati"]), + ("Rationalizating", &["rationalization"]), + ("Compliace", &["compliance"]), + ("Boungaries", &["boundaries"]), + ("Armageddomon", &["armageddon"]), + ("Distantce", &["distance"]), + ("Turrain", &["terrain"]), + ("Compariston", &["comparison"]), + ("Roundabount", &["roundabout"]), + ("Camouflagued", &["camouflage"]), + ("Causees", &["causes"]), + ("Pedistals", &["pedestals"]), + ("Unofficail", &["unofficial"]), + ("Excecte", &["execute"]), + ("Vizualisations", &["visualisation"]), + ("Perdators", &["predators"]), + ("Chiselles", &["chisels"]), + ("Experments", &["experiments"]), + ("Analyste", &["analyse"]), + ("Pigins", &["pigeons"]), + ("Placeemnt", &["placement"]), + ("Younget", &["youngest"]), + ("Transmissable", &["transmissible"]), + ("Neighbaring", &["neighboring"]), + ("Oeprator", &["operator"]), + ("Consciousely", &["consciously"]), + ("Desginers", &["designers"]), + ("Enagement", &["engagement"]), + ("Cerinomies", &["ceremonies"]), + ("Embrodery", &["embroidery"]), + ("Dishonet", &["dishonesty"]), + ("Abilty", &["ability"]), + ("Enviroment", &["environment"]), + ("Comparios", &["comparison"]), + ("Everybodies", &["everybody"]), + ("Demphasize", &["deemphasize"]), + ("Cellulaire", &["cellular"]), + ("Ahmond", &["almond"]), + ("Seplicuraly", &["sepulchrally"]), + ("Mechanismn", &["mechanism"]), + ("Virutalise", &["virtualise"]), + ("Conets", &["connects"]), + ("Infilitrated", &["infiltrated"]), + ("Cteateing", &["creating"]), + ("Depedencys", &["dependencies"]), + ("Speically", &["specially"]), + ("Intiailizing", &["initializing"]), + ("Peciluar", &["peculiar"]), + ("Reqirements", &["requirements"]), + ("Regresssion", &["regression"]), + ("Aggregious", &["egregious"]), + ("Stduents", &["students"]), + ("Isntallation", &["installation"]), + ("Appicable", &["applicable"]), + ("Throught", &["thought", "through", "throughout"]), + ("Republcians", &["republicans"]), + ("Negosiated", &["negotiated"]), + ("Reversably", &["reversal"]), + ("Baragin", &["bargain"]), + ("Legitemacy", &["legitimacy"]), + ("Athenean", &["athenian"]), + ("Unecessarily", &["unnecessarily"]), + ("Valnecia", &["valencia"]), + ("Strciter", &["stricter"]), + ("Dispirsed", &["dispersed"]), + ("Ablum", &["album"]), + ("Birgade", &["brigade"]), + ("Costums", &["costumes", "customs"]), + ("Horizzontal", &["horizontal"]), + ("Mangitude", &["magnitude"]), + ("Cleanlyness", &["cleanliness"]), + ("Lerning", &["learning", "leaning"]), + ("Invairably", &["invariably"]), + ("Belligirent", &["belligerent"]), + ("Diconnected", &["disconnected"]), + ("Particaluar", &["particular"]), + ("Sumulation", &["simulation"]), + ("Comlpeter", &["completer"]), + ("Decpetion", &["deception"]), + ("Succient", &["succinct"]), + ("Symptum", &["symptom"]), + ("Internationaal", &["international"]), + ("Condntional", &["conditional"]), + ("Addrersssing", &["addressing"]), + ("Transolating", &["translating"]), + ("Vertify", &["verify"]), + ("Managment", &["management"]), + ("Expetcedly", &["expectedly"]), + ("Antecedant", &["antecedent"]), + ("Humands", &["humans"]), + ("Fraturnity", &["fraternity"]), + ("Godspeeed", &["godspeed"]), + ("Trucation", &["truncation"]), + ("Comfrontational", &["confrontational"]), + ("Equalls", &["equals"]), + ("Uncondtionally", &["unconditionally"]), + ("Repsoted", &["reposted"]), + ("Definie", &["definite"]), + ("Reassurring", &["reassuring"]), + ("Alocations", &["allocations"]), + ("Renegotited", &["renegotiated"]), + ("Thursdsay", &["thursdays"]), + ("Eneble", &["enable"]), + ("Explaning", &["explaining"]), + ("Sycronizing", &["synchronizing"]), + ("Iinterval", &["interval"]), + ("Sarcasam", &["sarcasm"]), + ("Precisly", &["precisely"]), + ("Boxe", &["boxes", "box", "boxer"]), + ("Fullfills", &["fulfills"]), + ("Bumpting", &["bumping"]), + ("Descipable", &["despicable"]), + ("Recconecctions", &["reconnections"]), + ("Sautayed", &["sautéd"]), + ("Swiched", &["switched"]), + ("Possiblly", &["possibly"]), + ("Maesurements", &["measurements"]), + ("Paremsan", &["parmesan"]), + ("Aliged", &["aligned"]), + ("Pacaging", &["packaging"]), + ("Paraphenalia", &["paraphernalia"]), + ("Trys", &["tries"]), + ("Algorgithmic", &["algorithmic"]), + ("Steroetypes", &["stereotypes"]), + ("Combinate", &["combine"]), + ("Messurement", &["measurement"]), + ("Sequenec", &["sequence"]), + ("Decyphered", &["deciphered"]), + ("Perticipates", &["participates"]), + ("Aincents", &["ancients"]), + ("Problme", &["problem"]), + ("Potention", &["potential"]), + ("Wayferer", &["wayfarer"]), + ("Obay", &["obey"]), + ("Asthetical", &["aesthetical"]), + ("Witheld", &["withheld"]), + ("Wlaking", &["walking"]), + ("Experimenated", &["experimented"]), + ("Excludind", &["excluding"]), + ("Cutsceens", &["cutscenes"]), + ("Absolutisme", &["absolutes"]), + ("Heders", &["headers"]), + ("Bringtofont", &["bringtofront"]), + ("Outperfomr", &["outperform"]), + ("Barrakcs", &["barracks"]), + ("Browswer", &["browser"]), + ("Feetur", &["feature"]), + ("Intiialize", &["initialize"]), + ("Trememdously", &["tremendously"]), + ("Peasing", &["leasing", "piecing", "pleasing"]), + ("Referncence", &["reference"]), + ("Comissions", &["commissions"]), + ("Enginges", &["engines"]), + ("Sucessflly", &["successfully"]), + ("Percrent", &["percent"]), + ("Bycicle", &["bicycle"]), + ("Unreasonal", &["unreasonably"]), + ("Flavous", &["flavours"]), + ("Executations", &["executions"]), + ("Intializaze", &["initialize"]), + ("Advsior", &["advisor"]), + ("Necessairy", &["necessarily"]), + ("Destruciton", &["destruction"]), + ("Corresponts", &["corresponds"]), + ("Indivudually", &["individually"]), + ("Chanels", &["channels"]), + ("Acceleation", &["acceleration"]), + ("Candicate", &["candidate"]), + ("Excahnge", &["exchange"]), + ("Dependcies", &["dependencies"]), + ("Sidleine", &["sideline"]), + ("Unforgetable", &["unforgettable"]), + ("Implausbile", &["implausible"]), + ("Squrriel", &["squirrel"]), + ("Vulnearbuility", &["vulnerability"]), + ("Modiles", &["mobiles", "modules"]), + ("Waranties", &["warranties"]), + ("Territority", &["territory"]), + ("Ponter", &["pointer"]), + ("Consier", &["consider"]), + ("Autotoriums", &["auditoriums"]), + ("Paramedicks", &["paramedics"]), + ("Intialsed", &["initialised"]), + ("Versoned", &["versioned"]), + ("Activisit", &["activist"]), + ("Phycisians", &["physicians"]), + ("Beeter", &["better"]), + ("Milktoasts", &["milquetoasts"]), + ("Mamagement", &["management"]), + ("Librarie", &["libraries", "library"]), + ("Failt", &["fail", "failed"]), + ("Attachmants", &["attachments"]), + ("Distinktion", &["distinction"]), + ("Lexographical", &["lexicographical"]), + ("Bakends", &["backends"]), + ("Downloadbel", &["downloadable"]), + ("Verificacion", &["verification"]), + ("Ontrolled", &["controlled"]), + ("Perfoom", &["perfume", "perform"]), + ("Organiske", &["organise"]), + ("Neckbeardius", &["neckbeards"]), + ("Priotitize", &["prioritize"]), + ("Publsihed", &["published"]), + ("Exitt", &["exit"]), + ("Blokcs", &["blocks", "blokes"]), + ("Gererate", &["generate"]), + ("Matchamking", &["matchmaking"]), + ("Lauguage", &["language"]), + ("Influancing", &["influencing"]), + ("Markeys", &["marquees"]), + ("Resorce", &["resource"]), + ("Harldine", &["hardline"]), + ("Proporties", &["properties"]), + ("Sychronizer", &["synchronizer"]), + ("Hmdi", &["hdmi"]), + ("Compalation", &["compilation"]), + ("Exsits", &["exists", "exist"]), + ("Oversimplificaiton", &["oversimplification"]), + ("Eactly", &["exactly"]), + ("Authorithy", &["authority"]), + ("Thereotical", &["theoretical"]), + ("Deprication", &["deprivation"]), + ("Acustommed", &["accustomed"]), + ("Manufactureds", &["manufactures"]), + ("Encorporated", &["incorporated"]), + ("Visibles", &["visible"]), + ("Hink", &["think"]), + ("Douchely", &["douchey"]), + ("Amublance", &["ambulance"]), + ("Requring", &["requiring"]), + ("Expasion", &["expansion"]), + ("Atomtically", &["automatically"]), + ("Appeareance", &["appearance"]), + ("Istantly", &["instantly"]), + ("Packe", &["packed", "packet"]), + ("Exatctly", &["exactly"]), + ("Proportionallly", &["proportionally"]), + ("Destance", &["distance"]), + ("Algorythms", &["algorithms"]), + ("Ocilators", &["oscillators"]), + ("Naibhor", &["neighbor"]), + ("Ukraininans", &["ukrainians"]), + ("Abbrievations", &["abbreviation"]), + ("Abymsal", &["abysmal"]), + ("Experimanenter", &["experimenter"]), + ("Expropiates", &["expropriates"]), + ("Addictis", &["addictions"]), + ("Unimplemeted", &["unimplemented"]), + ("Inapporpriately", &["inappropriately"]), + ("Natinalism", &["nationalism"]), + ("Miliitas", &["militias"]), + ("Hanlde", &["handle"]), + ("Nessisary", &["necessary"]), + ("Ahppen", &["happen"]), + ("Serailise", &["serialise"]), + ("Replicaites", &["replicates"]), + ("Sinagog", &["synagog"]), + ("Mathematicans", &["mathematics"]), + ("Superseeding", &["superseding"]), + ("Cacluate", &["calculate"]), + ("Bureacuracy", &["bureaucracy"]), + ("Perodically", &["periodically"]), + ("Prufe", &["proof"]), + ("Progroms", &["pogroms", "programs"]), + ("Heuristc", &["heuristic"]), + ("Agricultre", &["agriculture"]), + ("Incompatiblity", &["incompatibility"]), + ("Coud", &["could"]), + ("Geograhpical", &["geographical"]), + ("Seuence", &["sequence"]), + ("Distributie", &["distributed"]), + ("Ojection", &["objection"]), + ("Fursermore", &["furthermore"]), + ("Visuabized", &["visualized"]), + ("Deregisteres", &["deregisters"]), + ("Upgarading", &["upgrading"]), + ("Appened", &["append", "appended", "happened"]), + ("Generalizate", &["generalize"]), + ("Inhabitents", &["inhabitants"]), + ("Buinsess", &["business"]), + ("Unsucesfully", &["unsuccessfully"]), + ("Extimation", &["estimation"]), + ("Comparispon", &["comparison"]), + ("Clairity", &["clarity"]), + ("Elemen", &["element"]), + ("Descritptions", &["descriptions"]), + ("Happned", &["happened"]), + ("Scartched", &["scratched"]), + ("Philiphines", &["philippines"]), + ("Intricasies", &["intricacies"]), + ("Ponint", &["point"]), + ("Lifespawn", &["lifespan"]), + ("Addtions", &["additions"]), + ("Stictly", &["strictly"]), + ("Cafetiera", &["cafeteria"]), + ("Stawberry", &["strawberry"]), + ("Perpatuated", &["perpetuated"]), + ("Indispensible", &["indispensable"]), + ("Repblics", &["republics"]), + ("Intepreters", &["interpreters"]), + ("Differnent", &["different"]), + ("Compandium", &["compendium"]), + ("Brisben", &["brisbane"]), + ("Intorverted", &["introverted"]), + ("Executabels", &["executables"]), + ("Dipolma", &["diploma"]), + ("Absolunely", &["absolutely"]), + ("Tranceiver", &["transceiver"]), + ("Subexperssions", &["subexpressions"]), + ("Fancyness", &["fanciness"]), + ("Objectivitiy", &["objectivity"]), + ("Insepected", &["inspected"]), + ("Distrbutes", &["distributes"]), + ("Handcufs", &["handcuffs"]), + ("Exansive", &["expansive"]), + ("Charactristics", &["characteristics"]), + ("Demoninators", &["denominators"]), + ("Iterleave", &["interleave"]), + ("Dentistas", &["dentists"]), + ("Invaulable", &["invaluable"]), + ("Auxilleries", &["auxiliaries"]), + ("Unavaialbale", &["unavailable"]), + ("Rademtions", &["redemptions"]), + ("Delevopers", &["developers"]), + ("Contanting", &["contacting"]), + ("Resuling", &["resulting"]), + ("Seperately", &["separately"]), + ("Inbrios", &["embryos"]), + ("Implemnted", &["implemented"]), + ("Desription", &["description"]), + ("Responsabile", &["responsible"]), + ("Alvorithm", &["algorithm"]), + ("Optmisation", &["optimisation"]), + ("Foratting", &["formatting"]), + ("Significato", &["significant"]), + ("Erorr", &["error"]), + ("Municiple", &["municipal"]), + ("Cannabolism", &["cannibalism"]), + ("Sponsores", &["sponsors"]), + ("Musils", &["muscles", "mussels"]), + ("Flordia", &["florida"]), + ("Badmitten", &["badminton"]), + ("Throgh", &["through"]), + ("Acceptabel", &["acceptable"]), + ("Follwos", &["follows"]), + ("Instantiatoins", &["instantiations"]), + ("Beliefing", &["believing"]), + ("Authenicating", &["authenticating"]), + ("Precisou", &["precious"]), + ("Careing", &["caring"]), + ("Illuminiati", &["illuminati"]), + ("Breserk", &["berserk"]), + ("Numbber", &["number"]), + ("Applicationb", &["application"]), + ("Detecs", &["detects", "deters", "detect"]), + ("Recconecct", &["reconnect"]), + ("Symtoms", &["symptoms"]), + ("Exceptionaly", &["exceptionally"]), + ("Resoources", &["resources"]), + ("Authenticaion", &["authentication"]), + ("Unvierse", &["universe"]), + ("Chekcing", &["checking"]), + ("Execuions", &["executions"]), + ("Adjasant", &["adjacent"]), + ("Emotinal", &["emotional"]), + ("Follwwin", &["following"]), + ("Oscillaters", &["oscillators"]), + ("Supresing", &["suppressing"]), + ("Srinkd", &["shrunk"]), + ("Platofrm", &["platform"]), + ("Repeled", &["repelled"]), + ("Resistendo", &["resisted"]), + ("Wotks", &["works"]), + ("Ignoers", &["ignores"]), + ("Defecit", &["deficit"]), + ("Triangultaion", &["triangulation"]), + ("Unannomously", &["unanimously"]), + ("Eextracting", &["extracting"]), + ("Imilar", &["similar"]), + ("Lackering", &["lacquering"]), + ("Spectatores", &["spectators"]), + ("Negotitaed", &["negotiated"]), + ("Validasted", &["validated"]), + ("Infilitrate", &["infiltrate"]), + ("Thuis", &["this", "thus"]), + ("Inititiaves", &["initiatives"]), + ("Californain", &["californian"]), + ("Defently", &["definitely"]), + ("Reisntalled", &["reinstalled"]), + ("Reuplading", &["reuploading"]), + ("Cretaing", &["creating"]), + ("Abusrdly", &["absurdly"]), + ("Fragmeneted", &["fragmented"]), + ("Portrayes", &["portrays"]), + ("Disucssed", &["discussed"]), + ("Pillards", &["pillars"]), + ("Historycaly", &["historically"]), + ("Direcdorys", &["directories"]), + ("Experimet", &["experiments", "experiment"]), + ("Petetion", &["petition"]), + ("Onmisiences", &["omnisciences"]), + ("Coleeg", &["colleague"]), + ("Experimentella", &["experimental"]), + ("Channael", &["channel"]), + ("Ststionery", &["stationery"]), + ("Thereian", &["therein"]), + ("Asymetic", &["asymmetric"]), + ("Forwrd", &["forward"]), + ("Marshmalow", &["marshmallow"]), + ("Reduncant", &["redundant"]), + ("Differnce", &["difference"]), + ("Cirillic", &["cyrillic"]), + ("Chlidrens", &["childrens"]), + ("Aassignments", &["assignments"]), + ("Recompence", &["recompense"]), + ("Rittled", &["rattled", "riddled"]), + ("Subconsicously", &["subconsciously"]), + ("Opjected", &["objected"]), + ("Intreguing", &["intriguing"]), + ("Exicutes", &["", "executes"]), + ("Simeltaneous", &["simultaneous"]), + ("Obeject", &["object"]), + ("Virtualiation", &["virtualisation", "virtualization"]), + ("Schduleing", &["scheduling"]), + ("Poimt", &["point"]), + ("Boudaries", &["boundaries"]), + ("Calculuations", &["calculations"]), + ("Recconenction", &["reconnection"]), + ("Appon", &["upon"]), + ("Safepooints", &["safepoints"]), + ("Constitutionnal", &["constitutional"]), + ("Falired", &["flaired"]), + ("Rehabilitacion", &["rehabilitation"]), + ("Recipents", &["recipients"]), + ("Exchagnged", &["exchanged"]), + ("Contradicton", &["contradiction"]), + ("Taked", &["taken"]), + ("Boundry", &["boundary"]), + ("Conclussive", &["conclusive"]), + ("Trasparent", &["transparent"]), + ("Deivatives", &["derivatives"]), + ("Canides", &["candies"]), + ("Ignornace", &["ignorance"]), + ("Qusts", &["quests"]), + ("Allocting", &["allocating"]), + ("Contignous", &["contiguous"]), + ("Condigdialog", &["configdialog"]), + ("Unneccesarily", &["unnecessarily"]), + ("Executionar", &["executioner"]), + ("Secons", &["second", "seconds"]), + ("Instrctional", &["instructional"]), + ("Lonly", &["lonely", "only"]), + ("Foucs", &["focus"]), + ("Appriproate", &["appropriate"]), + ("Imapge", &["image"]), + ("Whsipers", &["whispers"]), + ("Permuatates", &["permutates"]), + ("Frquency", &["frequency"]), + ("Subscritpt", &["subscript"]), + ("Desencitized", &["desensitized"]), + ("Anaylzed", &["analyzed"]), + ("Instansiate", &["instantiate"]), + ("Obejct", &["object"]), + ("Nediums", &["mediums"]), + ("Breapoint", &["breakpoint"]), + ("Enclycopedia", &["encyclopedia"]), + ("Aexs", &["axes"]), + ("Fotografical", &["photographical"]), + ("Pitchworks", &["pitchforks"]), + ("Disapprouving", &["disapproving"]), + ("Regart", &["regard"]), + ("Opponant", &["opponent"]), + ("Masturbae", &["masturbated"]), + ("Certificaton", &["certification"]), + ("Birmingharam", &["birmingham"]), + ("Dictionaire", &["dictionaries"]), + ("Terminte", &["terminate"]), + ("Concatonating", &["concatenating"]), + ("Fingerpints", &["fingerprints", "fingertips"]), + ("Terminaed", &["terminated"]), + ("Androis", &["androids"]), + ("Thopmson", &["thompson"]), + ("Adapater", &["adapter"]), + ("Differntial", &["differential"]), + ("Custome", &["custom", "customs", "costume", "customer"]), + ("Tyrranies", &["tyrannies"]), + ("Imfamus", &["infamous"]), + ("Locae", &["locate"]), + ("Supsend", &["suspend"]), + ("Interferisse", &["interferes"]), + ("Criticists", &["critics"]), + ("Scientificlly", &["scientifically"]), + ("Jaunary", &["january"]), + ("Preceds", &["precedes"]), + ("Versatle", &["versatile"]), + ("Barsita", &["barista"]), + ("Polutes", &["pollutes"]), + ("Progressionwise", &["progressions"]), + ("Sistemed", &["systemed"]), + ("Differnetly", &["differently"]), + ("Disporue", &["disparue"]), + ("Trannsexual", &["transsexual"]), + ("Perpetualy", &["perpetually"]), + ("Cogniscent", &["cognisant"]), + ("Assosiacitions", &["associations"]), + ("Enivornments", &["environments"]), + ("Acsended", &["ascended"]), + ("Execeeded", &["exceeded"]), + ("Branc", &["branch"]), + ("Unreasonabley", &["unreasonably"]), + ("Commond", &["command"]), + ("Conffiguration", &["configuration"]), + ("Extimating", &["estimating"]), + ("Serios", &["serious"]), + ("Virtaul", &["virtual"]), + ("Subnegotioation", &["subnegotiation"]), + ("Egdes", &["edges"]), + ("Wintson", &["winston"]), + ("Navtive", &["native"]), + ("Modidfies", &["modifies"]), + ("Permites", &["permits"]), + ("Measurmenets", &["measurements"]), + ("Poin", &["point"]), + ("Substitudes", &["substitutes"]), + ("Illegimacy", &["illegitimacy"]), + ("Incoperated", &["incorporated"]), + ("Descened", &["descend"]), + ("Norml", &["normal", "norm"]), + ("Wiscled", &["whistled"]), + ("Powerpot", &["powerpoint"]), + ("Imposible", &["impossible"]), + ("Aswage", &["assuage"]), + ("Compeitions", &["competitions"]), + ("Manufacutres", &["manufactures"]), + ("Configureing", &["configuring"]), + ("Boyfirend", &["boyfriend"]), + ("Warrandyte", &["warranty"]), + ("Alternar", &["alternator"]), + ("Copenhaven", &["copenhagen"]), + ("Omplementation", &["implementation"]), + ("Seaches", &["searches"]), + ("Conservacion", &["conservation"]), + ("Covriates", &["covariates"]), + ("Corinthinas", &["corinthians"]), + ("Achiving", &["achieving", "archiving"]), + ("Reccomendations", &["recommendations"]), + ("Speficitifed", &["specified"]), + ("Eyebros", &["eyebrows"]), + ("Consepts", &["concepts"]), + ("Contridictory", &["contradictory"]), + ("Experimant", &["experiment"]), + ("Priased", &["praised"]), + ("Unnecesarry", &["unnecessary"]), + ("Convuluted", &["convoluted"]), + ("Cummunicate", &["communicate"]), + ("Annihliation", &["annihilation"]), + ("Expcets", &["expects"]), + ("Enmvironmental", &["environmental"]), + ("Advsied", &["advised"]), + ("Analouge", &["analogue"]), + ("Sepecial", &["special"]), + ("Announciators", &["annunciators"]), + ("Nesessary", &["necessary"]), + ("Identifierad", &["identified"]), + ("Nickame", &["nickname"]), + ("Vocabularily", &["vocabulary"]), + ("Annihilatron", &["annihilation"]), + ("Valkriye", &["valkyrie"]), + ("Pushpus", &["pushups"]), + ("Canging", &["changing"]), + ("Approximed", &["approximated"]), + ("Auospacing", &["autospacing"]), + ("Evidende", &["evidenced"]), + ("Encorcing", &["enforcing"]), + ("Fortunatelly", &["fortunately"]), + ("Woulf", &["would"]), + ("Dosument", &["document"]), + ("Nigth", &["night"]), + ("Reuploded", &["reuploaded"]), + ("Calcualating", &["calculating"]), + ("Irelevent", &["irrelevant"]), + ("Autheticating", &["authenticating"]), + ("Econimical", &["economical"]), + ("Whever", &["wherever"]), + ("Downvoties", &["downvoters"]), + ("Repricussions", &["repercussions"]), + ("Existantes", &["existent"]), + ("Probbly", &["probably"]), + ("Possabily", &["possibly"]), + ("Auxilliary", &["auxiliary"]), + ("Restired", &["restored"]), + ("Descibes", &["describes"]), + ("Automtically", &["automatically"]), + ("Neighbering", &["neighboring"]), + ("Attmpts", &["attempts"]), + ("Recommeneded", &["recommended"]), + ("Uncertaintity", &["uncertainty"]), + ("Underuns", &["underruns"]), + ("Elephans", &["elephants"]), + ("Supprots", &["supports"]), + ("Apprixamations", &["approximations"]), + ("Kmow", &["know"]), + ("Picknicker", &["picnicker"]), + ("Experiancial", &["experiential"]), + ("Compoonents", &["components"]), + ("Enver", &["never"]), + ("Implementator", &["implementer"]), + ("Gradiation", &["graduation"]), + ("Vectices", &["vertices"]), + ("Fanaticus", &["fanatics"]), + ("Multliplier", &["multiplier"]), + ("Alhabeticaly", &["alphabetically"]), + ("Syncronous", &["synchronous"]), + ("Expectatoins", &["expectations"]), + ("Solataire", &["solitaire"]), + ("Cecking", &["checking"]), + ("Belivebly", &["believably"]), + ("Contanst", &["constants", "contents"]), + ("Renegotioate", &["renegotiate"]), + ("Runnners", &["runners"]), + ("Capaciy", &["capacity"]), + ("Paragarapha", &["paragraph"]), + ("Smller", &["smaller"]), + ("Appeded", &["appended"]), + ("Arciving", &["archiving"]), + ("Strerrror", &["strerror"]), + ("Charactersistic", &["characteristic"]), + ("Apprixamation", &["approximation"]), + ("Gauranteeing", &["guaranteeing"]), + ("Inquisitio", &["inquisitor"]), + ("Executivas", &["executives"]), + ("Epxansion", &["expansion"]), + ("Mofule", &["module"]), + ("Similiar", &["similar"]), + ("Valulations", &["valuations"]), + ("Heavywieghts", &["heavyweight"]), + ("Indepdenently", &["independently"]), + ("Sometinhg", &["something"]), + ("Applyed", &["applied"]), + ("Mateirals", &["materials"]), + ("Astethically", &["aesthetically"]), + ("Transofrmation", &["transformation"]), + ("Androidos", &["androids"]), + ("Transperant", &["transparent"]), + ("Curser", &["cursor"]), + ("Valentimes", &["valentines"]), + ("Calibrte", &["calibrate"]), + ("Cashieres", &["cashiers"]), + ("Congigure", &["configure"]), + ("Amplifer", &["amplifier"]), + ("Detatching", &["detaching"]), + ("Addpress", &["address"]), + ("Chacking", &["checking"]), + ("Exhanges", &["exchanges"]), + ("Entertainig", &["entertaining"]), + ("Candiates", &["candidates"]), + ("Autonegotioations", &["autonegotiations"]), + ("Participte", &["participate"]), + ("Inaccuricies", &["inaccuracies"]), + ("Uniquesness", &["uniqueness"]), + ("Probleme", &["problem"]), + ("Verions", &["versions"]), + ("Converving", &["conserving", "conversing"]), + ("Rondayvooed", &["rendezvoused"]), + ("Infinetely", &["infinitely"]), + ("Encompused", &["encompassed"]), + ("Adorbale", &["adorable"]), + ("Compansated", &["compensated"]), + ("Wimmenly", &["womanly"]), + ("Ingrediants", &["ingredients"]), + ("Addrees", &["address"]), + ("Unorginial", &["unoriginal"]), + ("Termials", &["terminals"]), + ("Reates", &["creates"]), + ("Dicount", &["discount"]), + ("Ukrainias", &["ukrainians"]), + ("Renegotionate", &["renegotiate"]), + ("Partitons", &["partitions"]), + ("Experimmental", &["experimental"]), + ("Organisaton", &["organisation"]), + ("Knarls", &["gnarls"]), + ("Referreres", &["referrers"]), + ("Pornograpghy", &["pornography"]), + ("Encocded", &["encoded"]), + ("Egotisitcal", &["egotistical"]), + ("Discovereability", &["discoverability"]), + ("Disconeected", &["disconnected"]), + ("Envionment", &["environment"]), + ("Transesxuals", &["transsexuals"]), + ("Invinicble", &["invincible"]), + ("Buidling", &["building"]), + ("Epxiressions", &["expressions"]), + ("Fased", &["fazed", "phased"]), + ("Appendex", &["appendix"]), + ("Mergin", &["merging"]), + ("Neighbhorhood", &["neighborhood"]), + ("Wih", &["with"]), + ("Plannig", &["planning"]), + ("Triathalons", &["triathlons"]), + ("Unnecessarilly", &["unnecessarily"]), + ("Margaritte", &["margaret"]), + ("Siguretes", &["cigarettes"]), + ("Protray", &["portray"]), + ("Proprety", &["property"]), + ("Ingocnito", &["incognito"]), + ("Alimunium", &["aluminium"]), + ("Explicatia", &["explicit"]), + ("Sometring", &["something"]), + ("Sepearetly", &["separately"]), + ("Driveris", &["drivers"]), + ("Accecpted", &["accepted"]), + ("Derogitory", &["derogatory"]), + ("Fulsh", &["flush"]), + ("Ressurect", &["resurrect"]), + ("Oragnered", &["orangered"]), + ("Traige", &["triage"]), + ("Epectedly", &["expectedly"]), + ("Properitary", &["proprietary"]), + ("Curnels", &["colonels"]), + ("Thorw", &["throw"]), + ("Massivelly", &["massively"]), + ("Recommands", &["recommends"]), + ("Photagrapher", &["photographer"]), + ("Partiotic", &["patriotic"]), + ("Magnificient", &["magnificent"]), + ("Masia", &["messiah"]), + ("Supoorting", &["supporting"]), + ("Dereferenc", &["dereference"]), + ("Invisibily", &["invisibility"]), + ("Megatorn", &["megatron"]), + ("Encyclopadia", &["encyclopedia"]), + ("Instsallation", &["installation"]), + ("Circluars", &["circulars"]), + ("Trivally", &["trivially"]), + ("Negotiotable", &["negotiable"]), + ("Coordinater", &["coordinator"]), + ("Eacf", &["each"]), + ("Iligal", &["illegal"]), + ("Betwen", &["between"]), + ("Mainfestation", &["manifestation"]), + ("Interdependant", &["interdependent"]), + ("Vermuth", &["vermouth"]), + ("Ankshisness", &["anxiousness"]), + ("Frankensteen", &["frankenstein"]), + ("Expendetures", &["expenditures"]), + ("Infulenced", &["influenced"]), + ("Retrocatively", &["retroactively"]), + ("Dellocate", &["deallocate"]), + ("Lithuanina", &["lithuania"]), + ("Treaeted", &["treated"]), + ("Slighty", &["slightly"]), + ("Analyis", &["analysis"]), + ("Stap", &["step", "stop"]), + ("Cateogry", &["category"]), + ("Mutithreaded", &["multithreaded"]), + ("Demamgled", &["demangled"]), + ("Retrurns", &["returns"]), + ("Silowetes", &["silhouettes"]), + ("Misinterprented", &["misinterpret"]), + ("Wrokflows", &["workflows"]), + ("Dissimmetric", &["dissymmetric"]), + ("Otherwordly", &["otherworldly"]), + ("Degenarate", &["degenerate"]), + ("Preficiently", &["proficiently"]), + ("Spash", &["splash"]), + ("Allopones", &["allophones"]), + ("Additionallly", &["additionally"]), + ("Bycicling", &["bicycling"]), + ("Buglaria", &["bulgaria"]), + ("Scenegraaph", &["scenegraph"]), + ("Stimualtion", &["stimulation"]), + ("Powerlifing", &["powerlifting"]), + ("Evauluated", &["evaluated"]), + ("Availebilities", &["availabilities"]), + ("Minut", &["minute"]), + ("Inerface", &["interface"]), + ("Senaphores", &["semaphores"]), + ("Abstrction", &["abstraction"]), + ("Thsnkfulness", &["thankfulness"]), + ("Spefiififers", &["specifiers"]), + ("Failes", &["fails", "failed"]), + ("Anormalies", &["anomalies"]), + ("Yosimete", &["yosemite"]), + ("Midpoins", &["midpoint", "midpoints"]), + ("Comparisins", &["comparisons"]), + ("Perephirals", &["peripherals"]), + ("Dosclosures", &["disclosures"]), + ("Consistendt", &["consistent"]), + ("Amphatheater", &["amphitheater"]), + ("Entreprenuers", &["entrepreneurs"]), + ("Determindes", &["determined", "determines"]), + ("Receptoras", &["receptors"]), + ("Assignemnt", &["assignment"]), + ("Authenfies", &["authenticates"]), + ("Repeatation", &["repetition"]), + ("Prohibiton", &["prohibition"]), + ("Excelerates", &["accelerates"]), + ("Enahncing", &["enhancing"]), + ("Symapthize", &["sympathize"]), + ("Abourt", &["abort", "about"]), + ("Simplisitically", &["simplistically"]), + ("Intergrated", &["integrated"]), + ("Algotirhmic", &["algorithmic"]), + ("Investemnt", &["investments"]), + ("Mccarthey", &["mccarthy"]), + ("Configuraton", &["configuration"]), + ("Gradiants", &["gradients"]), + ("Converston", &["conversation", "conversion"]), + ("Syntehtic", &["synthetic"]), + ("Animaing", &["animating"]), + ("Immortalls", &["immortals"]), + ("Etcc", &["etc"]), + ("Industriels", &["industries"]), + ("Conergence", &["convergence"]), + ("Technic", &["technique"]), + ("Trasnlate", &["translate"]), + ("Aperure", &["aperture"]), + ("Expess", &["express"]), + ("Prosperious", &["prosperous"]), + ("Anitquated", &["antiquated"]), + ("Butterfies", &["butterflies"]), + ("Sessio", &["session"]), + ("Girlling", &["grilling"]), + ("Iranianos", &["iranians"]), + ("Openess", &["openness"]), + ("Deadlit", &["deadlift"]), + ("Transmiting", &["transmitting"]), + ("Embarassig", &["embarrassing"]), + ("Gravitatiei", &["gravitate"]), + ("Curnel", &["colonel"]), + ("Inspriational", &["inspirational"]), + ("Mathmatician", &["mathematician"]), + ("Buda", &["buddha"]), + ("Heavyweght", &["heavyweight"]), + ("Wedensdays", &["wednesdays"]), + ("Assembley", &["assembly"]), + ("Attosenconds", &["attoseconds"]), + ("Hospitales", &["hospitals"]), + ("Exchanaging", &["exchanging"]), + ("Earpluggs", &["earplugs"]), + ("Autsitic", &["autistic"]), + ("Formidabil", &["formidable"]), + ("Unsubscirbe", &["unsubscribe"]), + ("Exeggerating", &["exaggerating"]), + ("Eroneous", &["erroneous"]), + ("Speciallize", &["specialize"]), + ("Functtional", &["functional"]), + ("Initilaziaton", &["initialization"]), + ("Blackslashes", &["backslashes"]), + ("Inabling", &["enabling"]), + ("Hinderence", &["hindrance"]), + ("Exceded", &["exceeded"]), + ("Pendulm", &["pendulum"]), + ("Ilustration", &["illustration"]), + ("Interuption", &["interruption"]), + ("Directix", &["directx"]), + ("Hask", &["hash"]), + ("Elemetn", &["element"]), + ("Positiond", &["positioned"]), + ("Possibe", &["possible"]), + ("Charictor", &["character"]), + ("Incoginto", &["incognito"]), + ("Reitterate", &["reiterate"]), + ("Disconnets", &["disconnects"]), + ("Namnes", &["names"]), + ("Implementattion", &["implementation"]), + ("Arraay", &["array"]), + ("Receptionnist", &["receptionist"]), + ("Anisotrophically", &["anisotropically"]), + ("Alusion", &["allusion", "illusion"]), + ("Vegitable", &["vegetable"]), + ("Methodd", &["method"]), + ("Consiting", &["consisting"]), + ("Requriement", &["requirement"]), + ("Designd", &["designed"]), + ("Sigificant", &["significant"]), + ("Floruide", &["fluoride"]), + ("Consequense", &["consequences"]), + ("Decorativos", &["decorations"]), + ("Beleivable", &["believable"]), + ("Certificat", &["certificate"]), + ("Simplifyng", &["simplifying"]), + ("Inavlid", &["invalid"]), + ("Compeditive", &["competitive"]), + ("Copiing", &["copying"]), + ("Promted", &["prompted", "promoted"]), + ("Stomache", &["stomach"]), + ("Cilivization", &["civilizations"]), + ("Charcters", &["characters"]), + ("Depenendecies", &["dependencies"]), + ("Errorr", &["error"]), + ("Brightn", &["brighten"]), + ("Dito", &["ditto"]), + ("Lisence", &["licence"]), + ("Charactiristically", &["characteristically"]), + ("Iniate", &["initiate"]), + ("Skepticim", &["skepticism"]), + ("Encodingt", &["encoding"]), + ("Woill", &["will"]), + ("Pshycopath", &["psychopath"]), + ("Receipients", &["recipients"]), + ("Promordials", &["primordials"]), + ("Approxiamte", &["approximate"]), + ("Beginnnings", &["beginnings"]), + ("Reuests", &["requests"]), + ("Techmological", &["technological"]), + ("Millioniares", &["millionaires"]), + ("Invisble", &["invisible"]), + ("Demonstrativo", &["demonstration"]), + ("Misintrepreted", &["misinterpreted"]), + ("Socratease", &["socrates"]), + ("Veicle", &["vehicle"]), + ("Murdererd", &["murdered"]), + ("Portoflio", &["portfolio"]), + ("Differenctly", &["differently"]), + ("Appreciateive", &["appreciative"]), + ("Reconeects", &["reconnects"]), + ("Destribution", &["distribution"]), + ("Indroductory", &["introductory"]), + ("Recomments", &["recommends"]), + ("Phillipses", &["phillies"]), + ("Omlette", &["omelette"]), + ("Zink", &["zinc"]), + ("Pickyune", &["picayune"]), + ("Correcponds", &["corresponds"]), + ("Suseeder", &["seceder"]), + ("Commpress", &["compress"]), + ("Engramms", &["engrams"]), + ("Louisvillle", &["louisville"]), + ("Envionrment", &["environment"]), + ("Judgemenal", &["judgemental"]), + ("Retreives", &["retrieves"]), + ("Aggreement", &["agreement"]), + ("Disrispectful", &["disrespectful"]), + ("Experimenelly", &["experimentally"]), + ("Reenfocing", &["reenforcing"]), + ("Initalialization", &["initialization"]), + ("Charactristic", &["characteristic"]), + ("Couterpart", &["counterpart"]), + ("Authos", &["authors", "autos"]), + ("Neighberhood", &["neighborhood"]), + ("Abput", &["about"]), + ("Jeopary", &["jeopardy"]), + ("Stuidos", &["studios"]), + ("Briusers", &["bruisers"]), + ("Confugres", &["configures"]), + ("Unmoutned", &["unmounted"]), + ("Closig", &["closing"]), + ("Crucifiction", &["crucifixion"]), + ("Impot", &["import"]), + ("Hodlings", &["holdings"]), + ("Tommorw", &["tomorrow"]), + ("Rembember", &["remember"]), + ("Defintiely", &["definitely"]), + ("Commet", &["comet", "comment"]), + ("Oversubcribing", &["oversubscribing"]), + ("Deduplaction", &["deduplication"]), + ("Idealisim", &["idealism"]), + ("Nauseos", &["nauseous"]), + ("Contaminatie", &["contaminated"]), + ("Aquarim", &["aquarium"]), + ("Narcissim", &["narcissism"]), + ("Assumme", &["assume"]), + ("Overprised", &["overpriced"]), + ("Varients", &["variants"]), + ("Bollocs", &["bollocks"]), + ("Termniator", &["terminator"]), + ("Messag", &["message"]), + ("Relcation", &["relocation"]), + ("Doucehbag", &["douchebag"]), + ("Commannd", &["command"]), + ("Wjat", &["what"]), + ("Wesbites", &["websites"]), + ("Sirvayl", &["surveil"]), + ("Reconstuct", &["reconstruct"]), + ("Renegeration", &["regeneration"]), + ("Collabarate", &["collaborate"]), + ("Newances", &["nuances"]), + ("Archtectures", &["architectures"]), + ("Prepar", &["prepare"]), + ("Calcluate", &["calculate"]), + ("Regarted", &["regarded"]), + ("Paragrap", &["paragraph"]), + ("Styhe", &["style"]), + ("Subscribtion", &["subscription"]), + ("Acculumated", &["accumulated"]), + ("Autonegotion", &["autonegotiation"]), + ("Ommitted", &["omitted"]), + ("Newmonic", &["pneumonic"]), + ("Vitual", &["virtual"]), + ("Sitautions", &["situations"]), + ("Mucisians", &["musicians"]), + ("Gridles", &["griddles"]), + ("Potisive", &["positive"]), + ("Descriptoins", &["descriptions"]), + ("Expandibility", &["expandability"]), + ("Exension", &["extension"]), + ("Hetreosexual", &["heterosexual"]), + ("Indepedantly", &["independently"]), + ("Nurtient", &["nutrient"]), + ("Jepordize", &["jeopardize"]), + ("Competitons", &["competitors"]), + ("Frustrats", &["frustrates"]), + ("Initializaiton", &["initialization"]), + ("Metaphoricaly", &["metaphorically"]), + ("Seve", &["save", "sieve"]), + ("Undertstand", &["understand"]), + ("Depressies", &["depressive"]), + ("Attrirbutes", &["attributes"]), + ("Convervatives", &["conservatives"]), + ("Australiams", &["australians"]), + ("Stratgies", &["strategies"]), + ("Harrass", &["harass"]), + ("Renegociator", &["renegotiator"]), + ("Syracue", &["syracuse"]), + ("Recommedation", &["recommendation"]), + ("Drammatically", &["grammatically"]), + ("Formend", &["formed"]), + ("Defiend", &["defined"]), + ("Resistribution", &["redistribution"]), + ("Suspsend", &["suspend"]), + ("Otations", &["notations", "rotations"]), + ("Retquirements", &["requirements"]), + ("Defauts", &["defaults"]), + ("Expendature", &["expenditure"]), + ("Monthe", &["month"]), + ("Oterwice", &["otherwise"]), + ("Youi", &["you"]), + ("Thermisors", &["thermistors"]), + ("Prepetually", &["perpetually"]), + ("Registerss", &["registers"]), + ("Coordinats", &["coordinates"]), + ("Liebrals", &["liberals"]), + ("Dislcaimer", &["disclaimer"]), + ("Cuurrent", &["current"]), + ("Anoerxic", &["anorexic"]), + ("Melineumms", &["millennia"]), + ("Priveleged", &["privileged"]), + ("Requeting", &["requesting"]), + ("Incidencies", &["incidence"]), + ("Parametros", &["parameters"]), + ("Symmetria", &["symmetrical"]), + ("Paymnet", &["payment"]), + ("Sturtured", &["structured"]), + ("Afterw", &["after"]), + ("Spefififed", &["specified"]), + ("Relataive", &["relative"]), + ("Reeturns", &["returns"]), + ("Terrestial", &["terrestrial"]), + ("Sprinkel", &["sprinkle"]), + ("Mechanicus", &["mechanics"]), + ("Screeen", &["screen"]), + ("Brazileans", &["brazilians"]), + ("Mandaste", &["mandates"]), + ("Lunguage", &["language"]), + ("Characteter", &["character"]), + ("Apprixamately", &["approximately"]), + ("Whiltelisting", &["whitelisting"]), + ("Referres", &["refers"]), + ("Menion", &["mention", "minion"]), + ("Youself", &["yourself"]), + ("Allready", &["already"]), + ("Netacpe", &["netscape"]), + ("Expell", &["expel"]), + ("Protugal", &["portugal"]), + ("Videogamemes", &["videogames"]), + ("Noticications", &["notifications"]), + ("Interferred", &["interfere", "interfered"]), + ("Conrresponds", &["corresponds"]), + ("Contant", &["constant", "content"]), + ("Expewriment", &["experiment"]), + ("Prelimiary", &["preliminary"]), + ("Statmenmt", &["statement"]), + ("Incrmenting", &["incrementing"]), + ("Keybroads", &["keyboards"]), + ("Prototoype", &["prototype"]), + ("Overclocing", &["overclocking"]), + ("Tatus", &["status"]), + ("Challeneges", &["challenges"]), + ("Peculair", &["peculiar"]), + ("Erors", &["errors"]), + ("Sryacuse", &["syracuse"]), + ("Curcumstance", &["circumstance"]), + ("Cretators", &["creators"]), + ("Donwgraded", &["downgraded"]), + ("Scripe", &["scrape", "scribe", "scrip", "script", "stripe"]), + ("Dissapointed", &["disappointed"]), + ("Categogies", &["categories"]), + ("Depdencencies", &["dependencies"]), + ("Conctats", &["contacts"]), + ("Desides", &["decides"]), + ("Aresnal", &["arsenal"]), + ("Elecrto", &["electro"]), + ("Posiblity", &["possibility"]), + ("Manifestion", &["manifestation"]), + ("Feromone", &["pheromone"]), + ("Phychological", &["psychological"]), + ("Directsong", &["directions"]), + ("Termporary", &["temporary"]), + ("Formmatted", &["formatted"]), + ("Geometites", &["geometries"]), + ("Skrawberries", &["strawberries"]), + ("Reinitalize", &["reinitialize"]), + ("Bufferes", &["buffered", "buffers"]), + ("Messgae", &["message"]), + ("Savgroup", &["savegroup"]), + ("Coorespondent", &["correspondent"]), + ("Seqeuncer", &["sequencer"]), + ("Featches", &["fetches", "features"]), + ("Fille", &["file", "fill", "filled"]), + ("Reciepents", &["recipients"]), + ("Decoratored", &["decorated"]), + ("Neglicting", &["neglecting"]), + ("Automical", &["automatic"]), + ("Sebrian", &["serbian"]), + ("Initailisers", &["initialisers"]), + ("Throast", &["throats"]), + ("Cretates", &["creates"]), + ("Overwites", &["overwrites"]), + ("Aminosity", &["animosity"]), + ("Sript", &["script"]), + ("Millescond", &["millisecond"]), + ("Synchonise", &["synchronise"]), + ("Seemless", &["seamless"]), + ("Sychronises", &["synchronises"]), + ("Compasssion", &["compassion"]), + ("Mentoned", &["mentioned"]), + ("Plasticas", &["plastics"]), + ("Accordeon", &["accordion"]), + ("Completley", &["completely"]), + ("Preficient", &["proficient"]), + ("Winnig", &["winning"]), + ("Occures", &["occurs"]), + ("Bandwagoon", &["bandwagon"]), + ("Fluctuatie", &["fluctuate"]), + ("Critizicing", &["criticizing"]), + ("Initalled", &["initialled"]), + ("Sanytize", &["sanitize"]), + ("Immunosupressant", &["immunosuppressant"]), + ("Tempopary", &["temporary"]), + ("Neighrourhood", &["neighbourhood"]), + ("Specialsts", &["specialists"]), + ("Ideologice", &["ideologies"]), + ("Kubernetest", &["kubernetes"]), + ("Refeinement", &["refinement"]), + ("Proccesor", &["processor"]), + ("Unsucessufll", &["unsuccessful"]), + ("Imploed", &["implode"]), + ("Kitches", &["kitchens"]), + ("Millimitres", &["millimetres"]), + ("Requirmentes", &["requirements"]), + ("Rahter", &["rather"]), + ("Regrds", &["regards"]), + ("Idenitfy", &["identify"]), + ("Hirachy", &["hierarchy"]), + ("Standalown", &["standalone"]), + ("Discconenction", &["disconnection"]), + ("Polically", &["politically"]), + ("Ilustrated", &["illustrated"]), + ("Grilfriends", &["girlfriends"]), + ("Oprhans", &["orphans"]), + ("Enougth", &["enough"]), + ("Neighbourgs", &["neighbours"]), + ("Wnating", &["wanting"]), + ("Tsnuami", &["tsunami"]), + ("Typopgrahical", &["typographical"]), + ("Ideolagies", &["ideologies"]), + ("Symetry", &["symmetry"]), + ("Ecxtracted", &["extracted"]), + ("Developent", &["development"]), + ("Alignes", &["aligns"]), + ("Soure", &["source", "sure", "sore", "sour", "soured"]), + ("Nomimal", &["nominal"]), + ("Transcris", &["transcripts"]), + ("Signatuire", &["signature"]), + ("Definateley", &["definitely"]), + ("Activ", &["active"]), + ("Sirector", &["director"]), + ("Transfomm", &["transform"]), + ("Contextura", &["contextual"]), + ("Verfifications", &["verifications"]), + ("Straightin", &["straighten"]), + ("Socieites", &["societies"]), + ("Emporer", &["emperor"]), + ("Spepc", &["spec"]), + ("Dissassembly", &["disassembly"]), + ("Initailsiation", &["initialisation"]), + ("Recalcuated", &["recalculated"]), + ("Procuding", &["procuring", "producing"]), + ("Aborginial", &["aboriginal"]), + ("Mezmorises", &["mesmerises"]), + ("Destrucor", &["destructor"]), + ("Abbort", &["abort", "abbot"]), + ("Hierarcy", &["hierarchy"]), + ("Pysically", &["physically"]), + ("Subscritpiton", &["subscription"]), + ("Diease", &["disease"]), + ("Astronouts", &["astronauts"]), + ("Cannabil", &["cannibal"]), + ("Compressers", &["compressors"]), + ("Subnegoatiations", &["subnegotiations"]), + ("Movemet", &["movement"]), + ("Charasmatic", &["charismatic"]), + ("Incompatent", &["incompetent"]), + ("Demostrates", &["demonstrates"]), + ("Dobles", &["doubles"]), + ("Experimeting", &["experimenting"]), + ("Sabatage", &["sabotage"]), + ("Funtioning", &["functioning"]), + ("Intuituvely", &["intuitively"]), + ("Comemoretion", &["commemoration"]), + ("Unrelatd", &["unrelated"]), + ("Nationalistiske", &["nationalists"]), + ("Othographic", &["orthographic"]), + ("Misubderstanding", &["misunderstandings"]), + ("Wesbite", &["website"]), + ("Entrapeneur", &["entrepreneur"]), + ("Bargainning", &["bargaining"]), + ("Mainfest", &["manifest"]), + ("Peicemeal", &["piecemeal"]), + ("Counteredit", &["counterfeit"]), + ("Cenitpede", &["centipede"]), + ("Systemetic", &["systematic"]), + ("Organiszed", &["organise"]), + ("Privelages", &["privileges"]), + ("Simlarlity", &["similarity"]), + ("Drasticlly", &["drastically"]), + ("Squrtile", &["squirtle"]), + ("Essiential", &["essential"]), + ("Surveilence", &["surveillance"]), + ("Conveinience", &["convenience"]), + ("Agricuture", &["agriculture"]), + ("Hopelessely", &["hopelessly"]), + ("Unifomtity", &["uniformity"]), + ("Regeneraton", &["regeneration"]), + ("Populary", &["popularity"]), + ("Epmty", &["empty"]), + ("Noramalize", &["normalize"]), + ("Silentely", &["silently"]), + ("Faiulres", &["failures"]), + ("Diableld", &["disabled"]), + ("Diasbled", &["disabled"]), + ("Documnets", &["documents"]), + ("Defragmenation", &["defragmentation"]), + ("Undoubtetly", &["undoubtedly"]), + ("Apostrafy", &["apostrophe"]), + ("Contactes", &["contacts"]), + ("Asynchrnously", &["asynchronously"]), + ("Entitees", &["entities"]), + ("Childrenmrs", &["childrens"]), + ("Intaces", &["instance"]), + ("Flavourus", &["flavours"]), + ("Achievemint", &["achievement"]), + ("Multiverese", &["multiverse"]), + ("Randomns", &["randoms"]), + ("Schoold", &["schooled"]), + ("Correcct", &["correct"]), + ("Physicks", &["physics"]), + ("Characted", &["character"]), + ("Chagnes", &["changes"]), + ("Metiphorically", &["metaphorically"]), + ("Legitimatley", &["legitimately"]), + ("Distribusion", &["distributions"]), + ("Messagues", &["messages"]), + ("Momemtarily", &["momentarily"]), + ("Variavle", &["variable"]), + ("Bouunding", &["bounding"]), + ("Deployement", &["deployment"]), + ("Resoultion", &["resolution"]), + ("Mansluaghter", &["manslaughter"]), + ("Itsef", &["itself"]), + ("Assemly", &["assembly"]), + ("Regidstered", &["registered"]), + ("Alternetive", &["alternative"]), + ("Extreamely", &["extremely"]), + ("Csaes", &["cases"]), + ("Promptus", &["prompts"]), + ("Enthusiaists", &["enthusiasts"]), + ("Alogirhtmically", &["algorithmically"]), + ("Ciotee", &["coyote"]), + ("Unqoute", &["unquote"]), + ("Instanciating", &["instantiating"]), + ("Excludles", &["excludes"]), + ("Usue", &["use"]), + ("Irectory", &["directory"]), + ("Sectopming", &["sectioning"]), + ("Securiy", &["security"]), + ("Expementally", &["experimentally"]), + ("Resivwar", &["reservoir"]), + ("Aquaint", &["acquaint"]), + ("Platofmss", &["platforms"]), + ("Symol", &["symbol"]), + ("Tottaly", &["totally"]), + ("Setings", &["settings"]), + ("Unconditionnally", &["unconditionally"]), + ("Traveles", &["travels"]), + ("Minneapolites", &["minneapolis"]), + ("Hotizontal", &["horizontal"]), + ("Interaced", &["interacted", "interlaced", "interfaced"]), + ("Defaulz", &["default", "defaults"]), + ("Expencive", &["expensive"]), + ("Insenitively", &["insensitively"]), + ("Recusively", &["recursively", "reclusively"]), + ("Eatting", &["eating"]), + ("Aplha", &["alpha"]), + ("Ignested", &["ingested"]), + ("Awesomelly", &["awesomely"]), + ("Abuseres", &["abusers"]), + ("Analisys", &["analysis"]), + ("Sysmograph", &["seismograph"]), + ("Anthropolgy", &["anthropology"]), + ("Orienation", &["orientation"]), + ("Syndrom", &["syndrome"]), + ("Poping", &["popping", "pooping"]), + ("Analyzator", &["analyzer"]), + ("Unworhty", &["unworthy"]), + ("Facour", &["favour"]), + ("Illegitmate", &["illegitimate"]), + ("Practitioneer", &["practitioners"]), + ("Withdrawl", &["withdrawal", "withdraw"]), + ("Severitie", &["severity", "severities"]), + ("Politicaly", &["politically"]), + ("Summenors", &["summoners"]), + ("Relaspe", &["relapse"]), + ("Mulitplicative", &["multiplicative"]), + ("Ecept", &["except"]), + ("Unreleated", &["unreleased", "unrelated"]), + ("Receved", &["received"]), + ("Sofomores", &["sophomores"]), + ("Subscribtions", &["subscriptions"]), + ("Rewirtable", &["rewritable"]), + ("Direcly", &["directly"]), + ("Shuting", &["shutting"]), + ("Pharmicist", &["pharmacist"]), + ("Sepecifies", &["specifies"]), + ("Psudoinverse", &["pseudoinverse"]), + ("Macthes", &["matches"]), + ("Austrailia", &["australia"]), + ("Criticisize", &["criticise"]), + ("Execeeds", &["exceeds"]), + ("Chizles", &["chisels"]), + ("Therapudic", &["therapeutic"]), + ("Reparamterized", &["reparameterized"]), + ("Sumbissions", &["submissions"]), + ("Prescripton", &["prescription"]), + ("Syncronus", &["synchronous"]), + ("Challanges", &["challenges"]), + ("Parargaph", &["paragraph"]), + ("Horzontally", &["horizontally"]), + ("Overwhelemed", &["overwhelmed"]), + ("Creadential", &["credential"]), + ("Subsidary", &["subsidiary"]), + ("Rountriped", &["roundtripped"]), + ("Stadnard", &["standard"]), + ("Devlopment", &["development"]), + ("Counciles", &["councils"]), + ("Neighbeurghs", &["neighbours"]), + ("Diphtong", &["diphthong"]), + ("Suspecions", &["suspicions"]), + ("Alocating", &["allocating"]), + ("Trubbles", &["troubles"]), + ("Invalueble", &["invaluable"]), + ("Certficiations", &["certifications"]), + ("Janurary", &["january"]), + ("Ansestors", &["ancestors"]), + ("Comparater", &["comparator"]), + ("Guanatanmo", &["guantanamo"]), + ("Neighbeordhoods", &["neighborhoods"]), + ("Failsaves", &["failsafes"]), + ("Indicaste", &["indicates"]), + ("Impletation", &["implementation"]), + ("Symobl", &["symbol"]), + ("Transfender", &["transgender"]), + ("Entoties", &["entities"]), + ("Independendly", &["independently"]), + ("Multply", &["multiply"]), + ("Conversacion", &["conversation"]), + ("Microsof", &["microsoft"]), + ("Approxiates", &["approximates"]), + ("Protelariat", &["proletariat"]), + ("Etsbalishment", &["establishment"]), + ("Plastis", &["plastics"]), + ("Appetitie", &["appetite"]), + ("Autonegociations", &["autonegotiations"]), + ("Asymmetri", &["asymmetric", "asymmetry"]), + ("Cruical", &["crucial"]), + ("Dissertaion", &["dissertation"]), + ("Launguage", &["language"]), + ("Templares", &["templars"]), + ("Reinforcemnts", &["reinforcements"]), + ("Adventages", &["advantages"]), + ("Universels", &["universes"]), + ("Negotiatians", &["negotiations"]), + ("Expectany", &["expectancy"]), + ("Persuasing", &["persuasion"]), + ("Canoical", &["canonical"]), + ("Embarases", &["embarrasses"]), + ("Chemisty", &["chemistry"]), + ("Constarnation", &["consternation"]), + ("Tencaity", &["tenacity"]), + ("Maybelleine", &["maybelline"]), + ("Recognizeable", &["recognizable"]), + ("Exemple", &["example"]), + ("Supplimental", &["supplemental"]), + ("Intregal", &["integral"]), + ("Opeings", &["openings"]), + ("Exlusive", &["exclusive"]), + ("Eveything", &["everything"]), + ("Expement", &["experiment"]), + ("Upgrating", &["upgrading"]), + ("Tupperwears", &["tupperware"]), + ("Rearrangted", &["rearranged"]), + ("Policys", &["police", "policies"]), + ("Reguire", &["require"]), + ("Tusday", &["tuesday"]), + ("Anticapate", &["anticipate"]), + ("Defautted", &["defaulted"]), + ("Driagramming", &["diagramming"]), + ("Negogiated", &["negotiated"]), + ("Knowledgabe", &["knowledgable"]), + ("Capitolized", &["capitalized"]), + ("Arbtrary", &["arbitrary"]), + ("Mixure", &["mixture"]), + ("Repositry", &["repository"]), + ("Prepositons", &["prepositions"]), + ("Situtation", &["situation"]), + ("Trew", &["threw", "true"]), + ("Extremisim", &["extremism"]), + ("Dammages", &["damages"]), + ("Skipt", &["skip", "skype", "skipped"]), + ("Collison", &["collision", "collusion"]), + ("Enivronmentally", &["environmentally"]), + ("Prejects", &["prefects", "projects"]), + ("Springfeild", &["springfield"]), + ("Retrvieves", &["retrieves"]), + ("Supposeable", &["supposable"]), + ("Filenname", &["filename"]), + ("Seatch", &["search"]), + ("Typcasts", &["typecasts"]), + ("Segemnet", &["segment"]), + ("Relient", &["reliant"]), + ("Survivabiity", &["survivability"]), + ("Detectie", &["detectives"]), + ("Unfriendy", &["unfriendly"]), + ("Hankerchif", &["handkerchief"]), + ("Subscirbing", &["subscribing"]), + ("Trivias", &["trivia"]), + ("Postgress", &["postgresql"]), + ("Someonelse", &["someones"]), + ("Allocaions", &["allocations"]), + ("Lighnting", &["lightning"]), + ("Convnetions", &["conventions"]), + ("Anitdepressants", &["antidepressants"]), + ("Sacreficed", &["sacrificed"]), + ("Traileras", &["trailers"]), + ("Thouroughly", &["thoroughly"]), + ("Availabyl", &["available"]), + ("Inconsistend", &["inconsistent"]), + ("Stardardized", &["standardized"]), + ("Lloking", &["looking"]), + ("Deprectate", &["deprecate"]), + ("Experess", &["express"]), + ("Appropropiate", &["appropriate"]), + ("Tranfering", &["transferring"]), + ("Collonies", &["colonies"]), + ("Phychiatrist", &["psychiatrist"]), + ("Threataning", &["threatening"]), + ("Reguarlize", &["regularize"]), + ("Commectivity", &["connectivity"]), + ("Visuale", &["visual"]), + ("Deficiencias", &["deficiencies"]), + ("Mneonics", &["mnemonics"]), + ("Retardatron", &["retardation"]), + ("Hundres", &["hundreds"]), + ("Expoited", &["exploited"]), + ("Adivsories", &["advisories"]), + ("Assassinos", &["assassins"]), + ("Provsioning", &["provisioning"]), + ("Eamil", &["email"]), + ("Scenarions", &["scenarios"]), + ("Vaklyrie", &["valkyrie"]), + ("Problemita", &["problematic"]), + ("Moderninations", &["modernizations"]), + ("Filles", &["files", "fills", "filled"]), + ("Shouder", &["shoulder", "shudder"]), + ("Somethiung", &["something"]), + ("Acorss", &["across"]), + ("Shecked", &["checked", "shucked"]), + ("Designstion", &["designation"]), + ("Instabillity", &["instability"]), + ("Artifiically", &["artificially"]), + ("Cinfiguration", &["configuration"]), + ("Decompresed", &["decompressed"]), + ("Trinagle", &["triangle"]), + ("Gravitationnal", &["gravitational"]), + ("Restriciton", &["restrictions"]), + ("Sentances", &["sentences"]), + ("Encaspulated", &["encapsulated"]), + ("Decentrilized", &["decentralized"]), + ("Tagret", &["target"]), + ("Estabished", &["established"]), + ("Cimptomatic", &["symptomatic"]), + ("Instructers", &["instructors"]), + ("Restructre", &["restructure"]), + ("Componant", &["component"]), + ("Initliazed", &["initialized"]), + ("Renegotitae", &["renegotiate"]), + ("Transactoin", &["transaction"]), + ("Requied", &["required"]), + ("Paitience", &["patience"]), + ("Psychedellic", &["psychedelic"]), + ("Traddition", &["tradition"]), + ("Standerdized", &["standardized"]), + ("Encripted", &["encrypted"]), + ("Forsting", &["frosting"]), + ("Bulletprooof", &["bulletproof"]), + ("Exchausting", &["exhausting"]), + ("Tranformation", &["transformation"]), + ("Exercizes", &["exercise", "exercises"]), + ("Decie", &["decide"]), + ("Nummerical", &["numerical"]), + ("Columm", &["column"]), + ("Goldbeg", &["goldberg"]), + ("Artcle", &["article"]), + ("Sharipe", &["sharpie"]), + ("Enginees", &["engineers", "engines"]), + ("Repeteadly", &["repeatedly"]), + ("Confiugure", &["configure"]), + ("Horinzontal", &["horizontal"]), + ("Preverse", &["perverse"]), + ("Claculate", &["calculate"]), + ("Brazillian", &["brazilian"]), + ("Betales", &["beatles"]), + ("Precussions", &["percussions"]), + ("Destrutor", &["destructor"]), + ("Respecitve", &["respective"]), + ("Libertariansism", &["libertarianism"]), + ("Avator", &["avatar"]), + ("Apllication", &["application"]), + ("Discracefulness", &["disgracefulness"]), + ("Neighborhhood", &["neighborhood"]), + ("Pactch", &["patch"]), + ("Psrameter", &["parameter"]), + ("Varaiables", &["variables"]), + ("Conetion", &["connection"]), + ("Clearstory", &["clerestory"]), + ("Procrastibation", &["procrastination"]), + ("Procrastinazione", &["procrastination"]), + ("Verficiation", &["verification"]), + ("Exisiting", &["existing"]), + ("Personnels", &["personnel"]), + ("Aggretator", &["aggregator"]), + ("Particalar", &["particular"]), + ("Qwesant", &["croissant"]), + ("Detination", &["destination"]), + ("Profitabel", &["profitable"]), + ("Complicatii", &["complicit"]), + ("Brillianty", &["brilliantly"]), + ("Acciental", &["accidental"]), + ("Explenations", &["explanations"]), + ("Annointed", &["anointed"]), + ("Montrel", &["montreal"]), + ("Elemente", &["element", "elements"]), + ("Warniongs", &["warnings"]), + ("Undeterministic", &["indeterministic"]), + ("Exector", &["executor"]), + ("Resgister", &["register"]), + ("Demostrated", &["demonstrated"]), + ("Acccurate", &["accurate"]), + ("Pairocheel", &["parochial"]), + ("Trafficed", &["trafficked"]), + ( + "Controle", + &["control", "controlled", "controller", "controls"], + ), + ("Authenitcation", &["authentication"]), + ("Exaggareted", &["exaggerate"]), + ("Metaphore", &["metaphor"]), + ("Tagnets", &["tangents"]), + ("Featutures", &["features"]), + ("Prestigiose", &["prestigious"]), + ("Chatoic", &["chaotic"]), + ("Perfomeers", &["performers"]), + ("Seround", &["surround"]), + ("Wiating", &["waiting"]), + ("Decommissionned", &["decommissioned"]), + ("Specificaton", &["specification"]), + ("Whaat", &["what"]), + ("Verticies", &["vertices"]), + ("Stockpilled", &["stockpile"]), + ("Settigns", &["settings"]), + ("Noticabe", &["noticeable"]), + ("Composablity", &["composability"]), + ("Halpoints", &["halfpoints"]), + ("Vlaue", &["value"]), + ("Conpensating", &["compensating"]), + ("Conicidence", &["coincidence"]), + ("Coeffcient", &["coefficient"]), + ("Operater", &["operator"]), + ("Parocheel", &["parochial"]), + ("Opayk", &["opaque"]), + ("Keysenian", &["keynesian"]), + ("Afterthougth", &["afterthought"]), + ("Equalibrium", &["equilibrium"]), + ("Htikn", &["think"]), + ("Catagory", &["category"]), + ("Ncie", &["nice"]), + ("Acceleraton", &["acceleration"]), + ("Teamspeack", &["teamspeak"]), + ("Downgading", &["downgrading"]), + ("Efficitently", &["efficiently"]), + ("Headquarer", &["headquarter"]), + ("Generousity", &["generosity"]), + ("Propriatary", &["proprietary"]), + ("Aninteresting", &["uninteresting"]), + ("Kernerls", &["kernels"]), + ("Contanined", &["contained"]), + ("Euivalent", &["equivalent"]), + ("Negotionations", &["negotiations"]), + ("Addiional", &["additional"]), + ("Desogning", &["designing"]), + ("Nesponse", &["response"]), + ("Monserrat", &["montserrat"]), + ("Reallocaions", &["reallocations"]), + ("Itention", &["intention"]), + ("Deprovation", &["deprivation"]), + ("Jurisdiccion", &["jurisdiction"]), + ("Specialitzed", &["specialized"]), + ("Chatched", &["caught", "chatted"]), + ("Direcotries", &["directories"]), + ("Sunglassses", &["sunglasses"]), + ("Characterizarion", &["characterization"]), + ("Miscommunicaiton", &["miscommunication"]), + ("Datatgrams", &["datagrams"]), + ("Seeging", &["sieging"]), + ("Conditinal", &["conditional"]), + ("Authentciating", &["authenticating"]), + ("Dependenices", &["dependencies"]), + ("Platorm", &["platform"]), + ("Endge", &["edge", "end"]), + ("Gurantee", &["guarantee"]), + ("Philosphy", &["philosophy"]), + ("Correlacion", &["correlation"]), + ("Neightobrs", &["neighbors"]), + ("Trinkst", &["trinkets"]), + ("Pemissions", &["permissions"]), + ("Particiapted", &["participated"]), + ("Geomery", &["geometry"]), + ("Degeneraging", &["degenerating"]), + ("Objektives", &["objectives"]), + ("Enviornemnts", &["environments"]), + ("Inquirie", &["inquire"]), + ("Pleass", &["pleases", "bless"]), + ("Mentionnned", &["mentioned"]), + ("Intitialization", &["initialization"]), + ("Editoro", &["editor"]), + ("Ovrlapped", &["overlapped"]), + ("Progarmable", &["programmable"]), + ("Titanim", &["titanium"]), + ("Expiriences", &["experiences"]), + ("Duplaicate", &["duplicate"]), + ("Sacntuary", &["sanctuary"]), + ("Befirend", &["befriend"]), + ("Dectections", &["detections"]), + ("Nnovisheates", &["novitiates"]), + ("Preordes", &["preorders"]), + ("Invincibe", &["invincible"]), + ("Follewind", &["following"]), + ("Abrutply", &["abruptly"]), + ("Southamton", &["southampton"]), + ("Illsuions", &["illusions"]), + ("Chromosoms", &["chromosomes"]), + ("Subproces", &["subprocess"]), + ("Scarmbled", &["scrambled"]), + ("Claymer", &["claymore"]), + ("Pagckage", &["package"]), + ("Falgship", &["flagship"]), + ("Leegs", &["leagues"]), + ("Whos", &["whose"]), + ("Increas", &["increase"]), + ("Stormde", &["stormed"]), + ("Unalligned", &["unaligned"]), + ("Extrapolant", &["extrapolate"]), + ("Edeycats", &["etiquettes"]), + ("Midfied", &["midfield"]), + ("Writter", &["writer", "written"]), + ("Inaccruate", &["inaccurate"]), + ("Impelentation", &["implementation"]), + ("Avdisoriyes", &["advisories"]), + ("Etherenet", &["ethernet"]), + ("Rockerfeller", &["rockefeller"]), + ("Returnig", &["returning"]), + ("Durin", &["during"]), + ("Intstructions", &["instructions"]), + ("Exchanching", &["exchanging"]), + ("Amercian", &["american"]), + ("Releaeing", &["releasing"]), + ("Censably", &["sensibly"]), + ("Ideosyncratic", &["idiosyncratic"]), + ("Cerimony", &["ceremony"]), + ("Exepects", &["expects"]), + ("Famousy", &["famously"]), + ("Amerliorator", &["ameliorator"]), + ("Deailing", &["dealing"]), + ("Initializexd", &["initialized"]), + ("Illigitemate", &["illegitimate"]), + ("Menber", &["member"]), + ("Characteteristics", &["characteristics"]), + ("Allegiancies", &["allegiance"]), + ("Entiy", &["entity"]), + ("Asolute", &["absolute"]), + ("Cecked", &["checked"]), + ("Inmigrant", &["immigrant"]), + ("Succseeded", &["succeeded"]), + ("Birdamn", &["birdman"]), + ("Dynamlic", &["dynamic"]), + ("Surroundngs", &["surrounds"]), + ("Illitirate", &["illiterate"]), + ("Parnterships", &["partnerships"]), + ("Syntehsized", &["synthesized"]), + ("Hypotheiss", &["hypotheses"]), + ("Renegogtiated", &["renegotiated"]), + ("Publcation", &["publication"]), + ("Princeples", &["principles"]), + ("Mvoes", &["moves"]), + ("Transforners", &["transformers"]), + ("Homogeniusly", &["homogeneously"]), + ("Agricutlure", &["agriculture"]), + ("Employeers", &["employees"]), + ("Combatabts", &["combatants"]), + ("Quotaions", &["quotations"]), + ("Hierachy", &["hierarchy"]), + ("Dissapate", &["dissipate"]), + ("Nonsenscial", &["nonsensical"]), + ("Sountrack", &["soundtrack"]), + ("Filpping", &["flipping"]), + ("Leggacy", &["legacy"]), + ("Seplicural", &["sepulchral"]), + ("Comsumption", &["consumption"]), + ("Jewl", &["jew", "jewel"]), + ("Pepperino", &["pepperoni"]), + ("Unsustainble", &["unsustainable"]), + ("Garrsion", &["garrison"]), + ("Regenere", &["regenerate"]), + ("Dignitiy", &["dignity"]), + ("Cervial", &["cervical", "servile", "serval"]), + ("Mistatched", &["mismatched"]), + ("Instantating", &["instantiating"]), + ("Wihtout", &["without"]), + ("Peppermit", &["peppermint"]), + ("Trotzkyite", &["trotskyist"]), + ("Frustrato", &["frustration"]), + ("Juggernaunt", &["juggernaut"]), + ("Herculeans", &["hercules"]), + ("Mischevus", &["mischievous"]), + ("Declar", &["declare"]), + ("Antaganist", &["antagonist"]), + ("Liberalizm", &["liberalism"]), + ("Runnnig", &["running"]), + ("Developmet", &["developments", "development"]), + ("Fundamentalismus", &["fundamentalists"]), + ("Schedulling", &["scheduling"]), + ("Influening", &["influencing"]), + ("Combinatios", &["combinations"]), + ("Vedio", &["video"]), + ("Transmisison", &["transmission"]), + ("Instanct", &["instance"]), + ("Desinty", &["density", "destiny"]), + ("Projeciton", &["projection"]), + ("Comapatible", &["compatible"]), + ("Foward", &["forward"]), + ("Navigatore", &["navigate"]), + ("Posession", &["possession"]), + ("Acending", &["ascending"]), + ("Microtransacitons", &["microtransactions"]), + ("Sucesssfuly", &["successfully"]), + ("Accurracy", &["accuracy"]), + ("Agonstic", &["agnostic"]), + ("Wigdets", &["widgets"]), + ("Fermenterad", &["fermented"]), + ("Negitiates", &["negotiates"]), + ("Equitorial", &["equatorial"]), + ("Subscribbers", &["subscribers"]), + ("Organisationers", &["organisations"]), + ("Assignmet", &["assignment"]), + ("Inrested", &["inserted"]), + ("Sharraids", &["charades"]), + ("Compareble", &["comparable"]), + ("Torrentas", &["torrents"]), + ("Meixcans", &["mexicans"]), + ("Commentaren", &["commenter"]), + ("Indepdent", &["independent"]), + ("Unocode", &["unicode"]), + ("Correkting", &["correcting"]), + ("Downgarades", &["downgrades"]), + ("Coallesced", &["coalesced"]), + ("Advaned", &["advanced"]), + ("Ammenities", &["amenities"]), + ("Guarenteede", &["guarantee"]), + ("Acccording", &["according"]), + ("Sinagogs", &["synagogs"]), + ("Defititions", &["definitions"]), + ("Muscels", &["mussels", "muscles"]), + ("Improove", &["improve"]), + ("Cleaup", &["cleanup"]), + ("Regularlise", &["regularise"]), + ("Trasnlation", &["translation"]), + ("Casesensetive", &["casesensitive"]), + ("Attracs", &["attracts"]), + ("Expetiment", &["experiment"]), + ("Supspect", &["suspect"]), + ("Sufaces", &["surfaces"]), + ("Calcular", &["calculator"]), + ("Lighthours", &["lighthouse"]), + ("Fallbacl", &["fallback"]), + ("Thier", &["their"]), + ("Uncomrpessed", &["uncompressed"]), + ("Scyhter", &["scyther"]), + ("Ertoneously", &["erroneously"]), + ("Exepected", &["expected"]), + ("Absurditiy", &["absurdity"]), + ("Brugundy", &["burgundy"]), + ("Extreem", &["extreme"]), + ("Finelly", &["finally"]), + ("Stalkear", &["stalker"]), + ("Stuents", &["students"]), + ("Contry", &["country"]), + ("Simliar", &["similar"]), + ("Sendinng", &["sending"]), + ("Follwing", &["following"]), + ("Langth", &["length"]), + ("Paramameters", &["parameters"]), + ("Linclon", &["lincoln"]), + ("Exchenge", &["exchange"]), + ("Widhtpoint", &["widthpoint"]), + ("Studetn", &["student"]), + ("Macason", &["moccasin"]), + ("Overlyaing", &["overlaying"]), + ("Startng", &["starting"]), + ("Suspendeds", &["suspense"]), + ("Certifciate", &["certificate"]), + ("Absoule", &["absolute"]), + ("Imporper", &["improper"]), + ("Reprodiction", &["reproduction"]), + ("Projectives", &["projectiles"]), + ("Guttaral", &["guttural"]), + ("Ficticious", &["fictitious"]), + ("Wheteher", &["whether"]), + ("Tarcing", &["tracing"]), + ("Pattens", &["patterns", "patents"]), + ("Plian", &["plain", "pliant"]), + ("Favoritisme", &["favorites"]), + ("Arleady", &["already"]), + ("Instinctivley", &["instinctively"]), + ("Backned", &["backend"]), + ("Visting", &["visiting", "listing"]), + ("Becasuse", &["because"]), + ("Simulataeous", &["simultaneous"]), + ("Dependong", &["depending"]), + ("Exptected", &["expected"]), + ("Confure", &["configure"]), + ("Fahrenheight", &["fahrenheit"]), + ("Tained", &["stained", "tainted"]), + ("Geneated", &["generated"]), + ("Cartilege", &["cartilage"]), + ("Camoflagued", &["camouflaged"]), + ("Nobady", &["nobody"]), + ("Experimenel", &["experimental"]), + ("Follwwiong", &["following"]), + ("Invisivility", &["invisibility"]), + ("Hedaer", &["header"]), + ("Conecurrency", &["concurrency"]), + ("Solgering", &["soldiering"]), + ("Tempororily", &["temporarily"]), + ("Overand", &["operand"]), + ("Conseated", &["conceited"]), + ("Lasanga", &["lasagna"]), + ("Otained", &["obtained"]), + ("Faceis", &["faces"]), + ("Automaticle", &["automatically"]), + ("Algoroithmically", &["algorithmically"]), + ("Curageous", &["courageous"]), + ("Clossed", &["closed"]), + ("Noteworhty", &["noteworthy"]), + ("Competitevly", &["competitively"]), + ("Snythesis", &["synthesis"]), + ("Challeger", &["challenger"]), + ("Adequet", &["adequate"]), + ("Momment", &["moment"]), + ("Keywork", &["keyword"]), + ("Agricultrual", &["agricultural"]), + ("Critisize", &["criticize"]), + ("Symnol", &["symbol"]), + ("Accreditied", &["accredited"]), + ("Challengr", &["challenger"]), + ("Sickamore", &["sycamore"]), + ("Mocroseconds", &["microseconds"]), + ("Imcomplete", &["incomplete"]), + ("Perfmormance", &["performance"]), + ("Practicallity", &["practically", "practicality"]), + ("Blacksmitch", &["blacksmith"]), + ("Puch", &["push"]), + ("Arithmethic", &["arithmetic"]), + ("Frane", &["frame"]), + ("Acii", &["ascii"]), + ("Transmisisons", &["transmissions"]), + ("Uscaled", &["unscaled"]), + ("Candidatxs", &["candidates"]), + ("Volatages", &["voltages"]), + ("Convination", &["combination"]), + ("Miltiline", &["multiline"]), + ("Absolvte", &["absolve"]), + ("Quailfiers", &["qualifiers"]), + ("Appriximates", &["approximates"]), + ("Reponsibilities", &["responsibilities"]), + ("Mutipl", &["multiple", "multiply"]), + ("Discraces", &["disgraces"]), + ("Expandes", &["expands"]), + ("Attepts", &["attempts"]), + ("Capitalis", &["capitals"]), + ("Rechargable", &["rechargeable"]), + ("Sobreity", &["sobriety"]), + ("Motherborads", &["motherboards"]), + ("Analysator", &["analyser"]), + ("Condamning", &["condemning"]), + ("Funxtion", &["function"]), + ("Systms", &["systems"]), + ("Genialia", &["genitalia"]), + ("Baraches", &["branches"]), + ("Extremisme", &["extremes"]), + ("Kiyacker", &["kayaker"]), + ("Ingrediets", &["ingredient"]), + ("Hospitolized", &["hospitalized"]), + ("Deselct", &["deselect"]), + ("Unspeficififed", &["unspecified"]), + ("Powersehll", &["powershell"]), + ("Retribucion", &["retribution"]), + ("Cylcone", &["cyclone"]), + ("Introversy", &["introverts"]), + ("Encrytped", &["encrypted"]), + ("Embedd", &["embed"]), + ("Alinging", &["aligning"]), + ("Existencd", &["existence"]), + ("Istruction", &["instruction"]), + ("Familar", &["familiar"]), + ("Perogative", &["prerogative"]), + ("Checkstums", &["checksums"]), + ("Phlematic", &["phlegmatic"]), + ("Ascconciated", &["associated"]), + ("Reconize", &["recognize"]), + ("Processs", &["processes", "process"]), + ("Arbitriarily", &["arbitrarily"]), + ("Conifiguration", &["configuration"]), + ("Authenaticate", &["authenticate"]), + ("Woudl", &["would"]), + ("Leagel", &["legal"]), + ("Coordinacion", &["coordination"]), + ("Strengtheing", &["strengthening"]), + ("Retcievers", &["receivers", "retrievers"]), + ("Disconneced", &["disconnected"]), + ("Stategise", &["strategise"]), + ("Inferioare", &["inferior"]), + ("Represneting", &["representing"]), + ("Togetehr", &["together"]), + ("Distrabution", &["distribution"]), + ("Retquireseek", &["requireseek"]), + ("Proscratination", &["procrastination"]), + ("Itenerary", &["itinerary"]), + ("Resovlable", &["resolvable"]), + ("Librarries", &["libraries"]), + ("Ligthweight", &["lightweight"]), + ("Levaridge", &["leverage"]), + ("Speficilleirs", &["specifiers"]), + ("Unasigned", &["unassigned"]), + ("Fanatsic", &["fanatics"]), + ("Overrride", &["override"]), + ("Hamburgr", &["hamburgers"]), + ("Musuclar", &["muscular"]), + ("Withought", &["without"]), + ("Consituted", &["constituted"]), + ("Animaitors", &["animators"]), + ("Mosquiters", &["mosquitoes"]), + ("Correltions", &["correlations"]), + ("Sasauges", &["sausages"]), + ("Sitckers", &["stickers"]), + ("Colapsed", &["collapsed"]), + ("Cababge", &["cabbage"]), + ("Councilos", &["councils"]), + ("Canniballism", &["cannibalism"]), + ("Atmoshere", &["atmosphere"]), + ("Henious", &["heinous"]), + ("Hiddent", &["hidden"]), + ("Crurrent", &["current"]), + ("Rahpsody", &["rhapsody"]), + ("Chipstes", &["chipsets"]), + ("Monontonicity", &["monotonicity"]), + ("Endfi", &["endif"]), + ("Coreespond", &["correspond"]), + ("Bunlde", &["bundle"]), + ("Monumentais", &["monuments"]), + ("Simpliifcations", &["simplifications"]), + ("Dashbord", &["dashboard"]), + ("Satistying", &["satisfying"]), + ("Firday", &["friday"]), + ("Legitamate", &["legitimate"]), + ("Pacakges", &["packages"]), + ("Aleniate", &["alienate"]), + ("Anthropoly", &["anthropology"]), + ("Studens", &["students"]), + ("Chambear", &["chamber"]), + ("Provive", &["provide"]), + ("Moistutizer", &["moisturizer"]), + ("Inbed", &["imbed"]), + ("Ciphersuit", &["ciphersuite"]), + ("Reinforcemnets", &["reinforcements"]), + ("Resgined", &["resigned"]), + ("Pharmasuticals", &["pharmaceuticals"]), + ("Chloesterol", &["cholesterol"]), + ("Minimium", &["minimum"]), + ("Agriculturual", &["agricultural"]), + ("Filess", &["files"]), + ("Closly", &["closely"]), + ("Ziping", &["zipping"]), + ("Exceirpt", &["excerpt"]), + ("Discraceful", &["disgraceful"]), + ("Neighrouring", &["neighbouring"]), + ("Idealsim", &["idealism"]), + ("Egotisticle", &["egotistical"]), + ("Quirkyness", &["quirkiness"]), + ("Tangentialy", &["tangentially"]), + ("Valules", &["values"]), + ("Codepoitn", &["codepoint"]), + ("Intstruction", &["instruction"]), + ("Absoolutely", &["absolutely"]), + ("Occrrances", &["occurrences"]), + ("Overvrites", &["overwrites"]), + ("Utiliza", &["utilize"]), + ("Vaguley", &["vaguely"]), + ("Consistantly", &["consistently"]), + ("Goegraphic", &["geographic"]), + ("Consicence", &["conscience"]), + ("Charaters", &["characters"]), + ("Behinde", &["behind"]), + ("Apprieciative", &["appreciative"]), + ("Mirgate", &["migrate"]), + ("Interpreteert", &["interpreter"]), + ("Arbitraton", &["arbitration"]), + ("Unknowinlgy", &["unknowingly"]), + ("Undecideable", &["undecidable"]), + ("Begnals", &["bengals"]), + ("Correktness", &["correctness"]), + ("Remenant", &["remnant"]), + ("Ciruclation", &["circulation"]), + ("Haveing", &["having"]), + ("Additioanl", &["additional"]), + ("Acknowlegde", &["acknowledge"]), + ("Proproably", &["probably"]), + ("Feeks", &["feels"]), + ("Opulates", &["populates", "opiates"]), + ("Mangagers", &["managers"]), + ("Intiantiate", &["instantiate"]), + ("Retarting", &["restarting"]), + ("Repressented", &["represented"]), + ("Phenomanal", &["phenomenal"]), + ("Substansen", &["substances"]), + ("Colera", &["cholera"]), + ("Expoits", &["exploits"]), + ("Temaplates", &["templates"]), + ("Recievd", &["received"]), + ("Comutation", &["commutation", "computation"]), + ("Architcts", &["architects"]), + ("Sentires", &["sentries"]), + ("Replacemnnt", &["replacement"]), + ("Begative", &["negative"]), + ("Recalcualtions", &["recalculations"]), + ("Outsourcad", &["outsourced"]), + ("Entreprise", &["enterprise"]), + ("Naybourhood", &["neighbourhood"]), + ("Seskatchewan", &["saskatchewan"]), + ("Releationships", &["relationships"]), + ("Palceholder", &["placeholder"]), + ("Termporaries", &["temporaries"]), + ("Propegate", &["propagate"]), + ("Itslev", &["itself"]), + ("Supose", &["suppose"]), + ("Transistioning", &["transitioning"]), + ("Communsits", &["communists"]), + ("Briter", &["brighter"]), + ("Corparation", &["corporation"]), + ("Shoul", &["should", "shawl", "shoal"]), + ("Overzelosly", &["overzealously"]), + ("Explainig", &["explaining"]), + ("Evaulation", &["evaluation"]), + ("Coordinare", &["coordinate"]), + ("Summariztion", &["summarization"]), + ("Makros", &["macros"]), + ("Neurologia", &["neurological"]), + ("Poligon", &["polygon"]), + ("Pedictions", &["depictions"]), + ("Releafes", &["relieves"]), + ("Compilcation", &["complication"]), + ("Envirnoments", &["environments"]), + ("Calcultator", &["calculator"]), + ("Acitvates", &["activates"]), + ("Experamentally", &["experimentally"]), + ("Copiler", &["compiler"]), + ("Regsiter", &["register"]), + ("Defelction", &["deflection"]), + ("Dependancys", &["dependencies"]), + ("Assumtions", &["assumptions"]), + ("Minimzation", &["minimization"]), + ("Cartride", &["cartridge"]), + ("Govermnet", &["government"]), + ("Temparary", &["temporary"]), + ("Posisble", &["possible"]), + ("Perfermence", &["performance"]), + ("Seezures", &["seizures"]), + ("Compraison", &["comparisons"]), + ("Datee", &["date"]), + ("Blockhains", &["blockchains"]), + ("Transseuxal", &["transsexual"]), + ("Syphyllis", &["syphilis"]), + ("Corpsers", &["corpses"]), + ("Ciritical", &["critical"]), + ("Alinment", &["alignment"]), + ("Consuemr", &["consumer"]), + ("Outperfroms", &["outperform"]), + ("Sistemically", &["systemically"]), + ("Lanuch", &["launch"]), + ("Ammended", &["amended"]), + ("Doublerift", &["doublelift"]), + ("Prediciotn", &["prediction"]), + ("Avods", &["avoids"]), + ("Anwee", &["ennui"]), + ("Feminint", &["femininity"]), + ("Disingenuos", &["disingenuous"]), + ("Thoguht", &["thought"]), + ("Circumvernt", &["circumvent"]), + ("Gunlsinger", &["gunslinger"]), + ("Displayig", &["displaying"]), + ("Improvmenet", &["improvement"]), + ("Directlor", &["directory", "director"]), + ("Origianal", &["original"]), + ("Overlaoded", &["overloaded"]), + ("Excetutes", &["executes"]), + ("Defaulty", &["default"]), + ("Sprecial", &["special"]), + ("Equilbirium", &["equilibrium"]), + ("Knwoing", &["knowing"]), + ("Diffussive", &["diffusive"]), + ("Microsft", &["microsoft"]), + ("Lockscren", &["lockscreen"]), + ("Manufactores", &["manufactures"]), + ("Berserkr", &["berserker"]), + ("Bombardement", &["bombardment"]), + ("Whethor", &["whether"]), + ("Empiers", &["empires"]), + ("Extensibilty", &["extensibility"]), + ("Unversoned", &["unversioned"]), + ("Nawsea", &["nausea"]), + ("Reniforcements", &["reinforcements"]), + ("Defeined", &["defined"]), + ("Reciveing", &["receiving"]), + ("Adminstrate", &["administrate"]), + ("Quatation", &["quotation"]), + ("Varifying", &["verifying"]), + ("Diffreent", &["different"]), + ("Acsending", &["ascending"]), + ("Interstela", &["interstellar"]), + ("Tremendoulsy", &["tremendously"]), + ("Carbohyrdate", &["carbohydrates"]), + ("Highting", &["highlighting"]), + ("Thorttling", &["throttling"]), + ("Successsfully", &["successfully"]), + ("Exauhsting", &["exhausting"]), + ("Geographicial", &["geographical"]), + ("Comparisson", &["comparisons", "comparison"]), + ("Assignmenet", &["assignment"]), + ("Harrasment", &["harassment"]), + ("Guantamano", &["guantanamo"]), + ("Spefififers", &["specifiers"]), + ("Computre", &["compute"]), + ("Classicos", &["classics"]), + ("Paranthesis", &["parenthesis"]), + ("Silscreened", &["silkscreened"]), + ("Nerver", &["never"]), + ("Contestents", &["contestants"]), + ("Repatwars", &["repertoires"]), + ("Thursters", &["thrusters"]), + ("Oerflow", &["overflow"]), + ("Ajustments", &["adjustments"]), + ("Downcale", &["downscale"]), + ("Krypyonite", &["kryptonite"]), + ("Mkaing", &["making"]), + ("Accomodating", &["accommodating"]), + ("Hosptial", &["hospital"]), + ("Beleif", &["belief"]), + ("Ptichforks", &["pitchforks"]), + ("Situdios", &["studios"]), + ("Mutialted", &["mutilated"]), + ("Civilezation", &["civilization"]), + ("Enginner", &["engineer"]), + ("Procrastrinate", &["procrastinate"]), + ("Helictopers", &["helicopters"]), + ("Implmentation", &["implementation"]), + ("Suuports", &["supports"]), + ("Linz", &["lines"]), + ("Antibioitcs", &["antibiotic"]), + ("Whtielist", &["whitelist"]), + ("Direcotories", &["directories"]), + ("Qoutes", &["quotes"]), + ("Porportions", &["proportions"]), + ("Constitently", &["consistently"]), + ("Boardcasting", &["broadcasting"]), + ("Blutooth", &["bluetooth"]), + ("Involtued", &["involuted"]), + ("Deivce", &["device"]), + ("Bumbed", &["bombed", "bumped"]), + ("Comsume", &["consume"]), + ("Exapend", &["expand"]), + ("Toruneys", &["tourneys"]), + ("Diagnositics", &["diagnostics"]), + ("Toolar", &["toolbar"]), + ("Instincs", &["instincts"]), + ("Surroud", &["surround"]), + ("Sepetate", &["separate"]), + ("Judgementsl", &["judgemental"]), + ("Hystorically", &["hysterically"]), + ("Importerad", &["imported"]), + ("Consilation", &["consolation"]), + ("Afghanastan", &["afghanistan"]), + ("Treak", &["treat", "tweak"]), + ("Temporarilty", &["temporarily"]), + ("Paliamentarian", &["parliamentarian"]), + ("Continuining", &["continuing"]), + ("Distanse", &["distance"]), + ("Ukranie", &["ukraine"]), + ("Hitboxers", &["hitboxes"]), + ("Definitaly", &["definitely"]), + ("Proporpotion", &["proportion"]), + ("Capalized", &["capitalized"]), + ("Privilidged", &["privileged"]), + ("Compulers", &["compilers", "computers"]), + ("Procrestination", &["procrastination"]), + ("Sparklie", &["sparkle"]), + ("Perfomring", &["performing"]), + ("Repeatible", &["repeatable"]), + ("Chandalier", &["chandelier"]), + ("Barrells", &["barrels"]), + ("Snadwiches", &["sandwiches"]), + ("Previosu", &["previous"]), + ("Agresssively", &["aggressively"]), + ("Epslion", &["epsilon"]), + ("Chidlfree", &["childfree"]), + ("Redners", &["renders"]), + ("Spearate", &["separate"]), + ("Capicators", &["capacitors"]), + ("Againnst", &["against"]), + ("Guareenteed", &["guaranteed"]), + ("Kiyackers", &["kayakers"]), + ("Destinaitons", &["destinations"]), + ("Renegothiators", &["renegotiators"]), + ("Alternavtives", &["alternatives"]), + ("Manouevring", &["manoeuvring"]), + ("Vunerable", &["vulnerable"]), + ("Satistics", &["statistics"]), + ("Excitied", &["excited"]), + ("Questiond", &["questioned"]), + ("Everyteim", &["everytime"]), + ("Unannomusly", &["unanimously"]), + ("Negitiator", &["negotiator"]), + ("Assignmetns", &["assignments"]), + ("Devirutalise", &["devirtualise"]), + ("Harvasting", &["harvesting"]), + ("Relaion", &["relation"]), + ("Suspicision", &["suspicions"]), + ("Politley", &["politely"]), + ("Analiticaly", &["analytically"]), + ("Tecniques", &["techniques"]), + ("Consultato", &["consultation"]), + ("Shorly", &["shortly"]), + ("Inconvinences", &["inconveniences"]), + ("Conecctions", &["connections"]), + ("Paramete", &["parameter"]), + ("Cheif", &["chief"]), + ("Propriotary", &["proprietary"]), + ("Combinaton", &["combination"]), + ("Vaiant", &["variant"]), + ("Academicese", &["academics"]), + ("Htey", &["they"]), + ("Intimiated", &["intimidate"]), + ("Comiting", &["committing"]), + ("Chipersuite", &["ciphersuite"]), + ("Eficient", &["efficient"]), + ("Pessimitic", &["pessimistic"]), + ("Enforcable", &["enforceable"]), + ("Algothitms", &["algorithms"]), + ("Countertraps", &["counterparts"]), + ("Extensability", &["extensibility"]), + ("Negotioate", &["negotiate"]), + ("Afernoon", &["afternoon"]), + ("Cource", &["course", "coerce", "source"]), + ("Propbably", &["probably"]), + ("Cretate", &["create"]), + ("Getttime", &["gettime"]), + ("Blugaria", &["bulgaria"]), + ("Beyoncye", &["beyonce"]), + ("Velociries", &["velocities"]), + ("Arragned", &["arranged"]), + ("Intricaces", &["intricacies"]), + ("Manal", &["manual"]), + ("Writed", &["wrote", "written", "write", "writer"]), + ("Devestated", &["devastated"]), + ("Conatct", &["contact"]), + ("Positivy", &["positivity", "positive", "positively"]), + ("Crockadile", &["crocodile"]), + ("Tramsforming", &["transforming"]), + ("Extravegant", &["extravagant"]), + ("Runnung", &["running"]), + ("Salughtered", &["slaughtered"]), + ("Passwors", &["passwords"]), + ("Geomteric", &["geometric"]), + ("Servcing", &["servicing", "serving"]), + ("Affiliction", &["affiliation"]), + ("Saniziter", &["sanitizer"]), + ("Instrucitonal", &["instructional"]), + ("Moudule", &["module"]), + ("Appproach", &["approach"]), + ("Variblaes", &["variables"]), + ("Improted", &["imported"]), + ("Brigher", &["brighter"]), + ("Montaban", &["montana"]), + ("Batsita", &["batista"]), + ("Playhtroughs", &["playthroughs"]), + ("Vyre", &["very"]), + ("Informacion", &["information"]), + ("Playthrougs", &["playthroughs"]), + ("Completetly", &["completely"]), + ("Anyhwere", &["anywhere"]), + ("Invloving", &["involving"]), + ("Speficiers", &["specifiers"]), + ("Ethnicaly", &["ethnically"]), + ("Meida", &["media"]), + ("Pointetr", &["pointer"]), + ("Supercede", &["supersede"]), + ("Misinterperet", &["misinterpret"]), + ("Excist", &["exist"]), + ("Millioniare", &["millionaire"]), + ("Kyeboshes", &["kiboshes"]), + ("Stringifed", &["stringified"]), + ("Reproducting", &["reproduction"]), + ("Subsidiced", &["subsidized"]), + ("Prostetution", &["prostitution"]), + ("Esentially", &["essentially"]), + ("Homogenious", &["homogeneous"]), + ("Intantiating", &["instantiating"]), + ("Nessecarry", &["necessary"]), + ("Odrer", &["order"]), + ("Secoundly", &["secondly"]), + ("Proporpotional", &["proportional"]), + ("Defaulrt", &["default"]), + ("Enlsaved", &["enslaved"]), + ("Confuzing", &["confusing"]), + ("Longic", &["logic"]), + ("Dumbfouned", &["dumbfounded"]), + ("Sepereted", &["separated"]), + ("Upercase", &["uppercase"]), + ("Inteprets", &["interprets"]), + ("Applicaple", &["applicable"]), + ("Anwsers", &["answers"]), + ("Assosciate", &["associate"]), + ("Failiures", &["failures"]), + ("Despectively", &["respectively"]), + ("Grammartical", &["grammatical"]), + ("Starup", &["startup"]), + ("Assing", &["assign"]), + ("Patroits", &["patriots"]), + ("Monolistic", &["monolithic"]), + ("Addititonal", &["additional"]), + ("Plattoes", &["plateaus"]), + ("Vengence", &["vengeance"]), + ("Ignorrable", &["ignorable"]), + ("Sensetionalism", &["sensationalism"]), + ("Shledon", &["sheldon"]), + ("Readby", &["read"]), + ("Eveolved", &["evolved"]), + ("Superviso", &["supervision"]), + ("Muncipality", &["municipality"]), + ("Requities", &["requisites"]), + ("Sytematic", &["systematic"]), + ("Namemespace", &["namespace"]), + ("Variabel", &["variable"]), + ("Inforrmation", &["information"]), + ("Modificaton", &["modification"]), + ("Preferrred", &["preferred"]), + ("Conqouring", &["conquering"]), + ("Qaulifies", &["qualifies"]), + ("Decrasing", &["decreasing", "deceasing"]), + ("Disappeard", &["disappeared"]), + ("Suiteable", &["suitable"]), + ("Overreidden", &["overridden"]), + ("Specktor", &["specter"]), + ("Bitfileld", &["bitfield"]), + ("Splig", &["split", "splign"]), + ("Inevitabile", &["inevitable"]), + ("Dicision", &["decision"]), + ("Extermest", &["extremest"]), + ("Chuncs", &["chunks"]), + ("Exlcuding", &["excluding"]), + ("Spcecified", &["specified"]), + ("Informarlo", &["informal"]), + ("Particaularly", &["particularly"]), + ("Erorrs", &["errors"]), + ("Speficiallation", &["specification"]), + ("Intputs", &["inputs"]), + ("Optonal", &["optional"]), + ("Masculenity", &["masculinity"]), + ("Accelerater", &["accelerator"]), + ("Vulnerarbilities", &["vulnerabilities"]), + ("Peforming", &["performing"]), + ("Initliaser", &["initialiser"]), + ("Gamepaly", &["gameplay"]), + ("Impropely", &["improperly"]), + ("Couters", &["counters", "routers", "scouters"]), + ("Coinsidentally", &["coincidentally"]), + ("Proctected", &["protected"]), + ("Notication", &["notification"]), + ("Simiarly", &["similarly"]), + ("Photogrpahs", &["photographs"]), + ("Tegister", &["register"]), + ("Uner", &["under"]), + ("Russion", &["russian"]), + ("Oepnapi", &["openapi"]), + ("Spripting", &["scripting"]), + ("Argentinia", &["argentina"]), + ("Gratutiously", &["gratuitously"]), + ("Messagers", &["messages"]), + ("Exurpts", &["excerpts"]), + ("Bourgeousie", &["bourgeois"]), + ("Temepratures", &["temperatures"]), + ("Greather", &["greater"]), + ("Recolleciton", &["recollection"]), + ("Notabley", &["notably"]), + ("Criticim", &["criticisms"]), + ("Contstructor", &["constructor"]), + ("Honeymon", &["honeymoon"]), + ("Fullfiling", &["fulfilling"]), + ("Optimier", &["optimizer", "optimiser"]), + ("Dicover", &["discover"]), + ("Marshmellow", &["marshmallow"]), + ("Omajes", &["homages"]), + ("Destiney", &["destiny"]), + ("Comparasions", &["comparisons"]), + ("Trasport", &["transport"]), + ("Corected", &["corrected"]), + ("Negotatiating", &["negotiating"]), + ("Leagelity", &["legality"]), + ("Bioligical", &["biological"]), + ("Republician", &["republican"]), + ("Marketpalce", &["marketplace"]), + ("Resposible", &["responsible"]), + ("Intrinsecally", &["intrinsically"]), + ("Imlementing", &["implementing"]), + ("Alvorithmically", &["algorithmically"]), + ("Initilaize", &["initialize"]), + ("Proabaly", &["probably"]), + ("Draging", &["dragging"]), + ("Strucure", &["structure"]), + ("Pliars", &["pliers"]), + ("Implemenets", &["implements"]), + ("Miliraty", &["military"]), + ("Octopuns", &["octopus"]), + ("Frament", &["fragment"]), + ("Bureaocratic", &["bureaucratic"]), + ("Agreeement", &["agreement"]), + ("Comsetic", &["cosmetic"]), + ("Snapshop", &["snapshot"]), + ("Naugthy", &["naughty"]), + ("Contigous", &["contiguous"]), + ("Canabelyses", &["cannibalises"]), + ("Saskatchawan", &["saskatchewan"]), + ("Installataions", &["installations"]), + ("Inconsequentional", &["inconsequential"]), + ("Differnecs", &["differences"]), + ("Litigato", &["litigation"]), + ("Transportarme", &["transporter"]), + ("Slient", &["silent"]), + ("Accrose", &["across"]), + ("Batchleurs", &["bachelors"]), + ("Scandalos", &["scandals"]), + ("Unreplacalbe", &["unreplaceable"]), + ("Elminated", &["eliminated"]), + ("Nutricious", &["nutritious"]), + ("Molesterd", &["molested"]), + ("Amrageddon", &["armageddon"]), + ("Relesae", &["release"]), + ("Cellebrations", &["celebrations"]), + ("Aqcuainted", &["acquainted"]), + ("Declaratiom", &["declaration"]), + ("Vulnerabilitys", &["vulnerabilities", "vulnerability"]), + ("Australina", &["australians"]), + ("Abstracly", &["abstractly"]), + ("Accoun", &["account"]), + ("Pinteret", &["pinterest"]), + ("Hyperbel", &["hyperbole"]), + ("Amuch", &["much"]), + ("Microstansactions", &["microtransactions"]), + ("Temproment", &["temperament"]), + ("Prouncements", &["pronouncements"]), + ("Degenrates", &["degenerates"]), + ("Ininite", &["infinite"]), + ("Transportion", &["transporting"]), + ("Simluations", &["simulations"]), + ("Outupt", &["output"]), + ("Quuery", &["query"]), + ("Varaiable", &["variable"]), + ("Releafed", &["relieved"]), + ("Continuare", &["continue"]), + ("Constructted", &["constructed"]), + ("Coprorations", &["corporations"]), + ("Categogically", &["categorically"]), + ("Resolutons", &["resolutions"]), + ("Inverion", &["inversion"]), + ("Adknowledges", &["acknowledges"]), + ("Omnishints", &["omniscience"]), + ("Expersions", &["expressions"]), + ("Uncouncious", &["unconscious"]), + ("Lubricat", &["lubricant"]), + ("Desgination", &["designation"]), + ("Everyonehas", &["everyones"]), + ("Bargianing", &["bargaining"]), + ("Volentier", &["volunteer"]), + ("Generilize", &["generalize"]), + ("Erroniously", &["erroneously"]), + ("Responsability", &["responsibility"]), + ("Continential", &["continental"]), + ("Novisheut", &["novitiate"]), + ("Definutely", &["definitely"]), + ("Changeble", &["changeable"]), + ("Hosited", &["hoisted"]), + ("Mysteriousy", &["mysteriously"]), + ("Srting", &["string", "sorting"]), + ("Underpowed", &["underpowered"]), + ("Paramterical", &["parametric", "parametrically"]), + ("Languanage", &["language"]), + ("Ehtically", &["ethically"]), + ("Vulnerbilities", &["vulnerabilities"]), + ("Artifcacts", &["artifacts"]), + ("Algorhitm", &["algorithm"]), + ("Periwinlke", &["periwinkle"]), + ("Neconstitutional", &["unconstitutional"]), + ("Staklers", &["stalkers"]), + ("Intesity", &["intensity"]), + ("Consilidate", &["consolidate"]), + ("Principielt", &["principle"]), + ("Poinits", &["points"]), + ("Quiries", &["queries"]), + ("Sirection", &["direction"]), + ("Requiered", &["required"]), + ("Incoherant", &["incoherent"]), + ("Emphatize", &["empathize"]), + ("Unbrearable", &["unbreakable"]), + ("Sugests", &["suggests"]), + ("Dimmensions", &["dimensions"]), + ("Pluggin", &["plugin"]), + ("Glitchs", &["glitches"]), + ("Speciifer", &["specifier"]), + ("Subsrcibed", &["subscribed"]), + ("Represantiation", &["representation"]), + ("Unsucceeds", &["unsuccessful"]), + ("Amendmends", &["amendments"]), + ("Sumulates", &["simulates"]), + ("Delegative", &["delegate"]), + ("Audiobookas", &["audiobooks"]), + ("Homesexuality", &["homosexuality"]), + ("Persicution", &["persecution"]), + ("Recyclying", &["recycling"]), + ("Sheeps", &["sheep"]), + ("Pretect", &["protect"]), + ("Sotfware", &["software"]), + ("Comparisations", &["comparisons"]), + ("Undertsands", &["understands"]), + ("Prevet", &["prevent"]), + ("Approriate", &["appropriate"]), + ("Archetyps", &["archetypes"]), + ("Reprsenting", &["representing"]), + ("Expeced", &["expected"]), + ("Importamt", &["important"]), + ("Collenders", &["cullenders"]), + ("Paitently", &["patiently"]), + ("Discconenctions", &["disconnections"]), + ("Dillema", &["dilemma"]), + ("Ridiculos", &["ridiculous"]), + ("Ententries", &["entries"]), + ("Checkoints", &["checkpoints"]), + ("Miroring", &["mirroring"]), + ("Miscallenous", &["miscellaneous"]), + ("Segement", &["segment"]), + ("Enumeratior", &["enumerator"]), + ("Lasagnia", &["lasagna"]), + ("Exepriment", &["experiment"]), + ("Ameeliarator", &["ameliorator"]), + ("Implemnt", &["implement"]), + ("Forsane", &["forsaken"]), + ("Negothiates", &["negotiates"]), + ("Squre", &["square"]), + ("Distributore", &["distribute"]), + ("Portaits", &["portraits"]), + ("Confimr", &["confirm"]), + ("Oragsms", &["orgasms"]), + ("Roatation", &["rotation"]), + ("Unwarrented", &["unwarranted"]), + ("Experimanentel", &["experimental"]), + ("Egpytians", &["egyptians"]), + ("Definaltey", &["definitely"]), + ("Reliefed", &["relieved"]), + ("Idiosyncracy", &["idiosyncrasy"]), + ("Errornoeus", &["erroneous"]), + ("Intervining", &["intervening"]), + ("Illegalest", &["illegals"]), + ("Algorihmic", &["algorithmic"]), + ("Commitd", &["committed"]), + ("Initailly", &["initially"]), + ("Fulfillling", &["fulfilling"]), + ("Veryfying", &["verifying"]), + ("Carribean", &["caribbean"]), + ("Functiom", &["function"]), + ("Hiddden", &["hidden"]), + ("Neads", &["heads", "kneads", "needs"]), + ("Instructioin", &["instruction"]), + ("Godesses", &["goddesses"]), + ("Nieghbourhood", &["neighbourhood"]), + ("Bubbels", &["bubbles"]), + ("Monarkeys", &["monarchies"]), + ("Suposedly", &["supposedly"]), + ("Matinay", &["matinee"]), + ("Kenrels", &["kernels"]), + ("Lincesed", &["licensed"]), + ("Illistration", &["illustration"]), + ("Retriev", &["retrieve"]), + ("Roght", &["right"]), + ("Evangelikal", &["evangelical"]), + ("Emphsis", &["emphasis"]), + ("Corollla", &["corolla"]), + ("Unnedded", &["unneeded"]), + ("Imperfet", &["imperfect"]), + ("Repetead", &["repeated"]), + ("Balcklist", &["blacklist"]), + ("Exagerrating", &["exaggerating"]), + ("Orhtogonally", &["orthogonally"]), + ("Priotized", &["prioritized"]), + ("Erly", &["early"]), + ("Opps", &["oops"]), + ("Benckmark", &["benchmark"]), + ("Internacional", &["international"]), + ("Stip", &["stop", "strip"]), + ("Bounads", &["bounds"]), + ("Unifforms", &["uniforms"]), + ("Assertinos", &["assertions"]), + ("Intolernace", &["intolerance"]), + ("Corrensponds", &["corresponds"]), + ("Ressets", &["resets"]), + ("Descreasing", &["decreasing"]), + ("Unflexible", &["inflexible"]), + ("Designes", &["designs"]), + ("Procssed", &["processed"]), + ("Availaility", &["availability"]), + ("Hanlding", &["handling"]), + ("Interaktive", &["interactive", "interactively"]), + ("Meaasure", &["measure"]), + ("Unio", &["union"]), + ("Architectual", &["architectural"]), + ("Accelarete", &["accelerate"]), + ("Surfaec", &["surface"]), + ("Catogory", &["category"]), + ("Independt", &["independent"]), + ("Initializaed", &["initialized"]), + ("Boddy", &["body"]), + ("Skiping", &["skipping"]), + ("Tranparency", &["transparency"]), + ("Imexperience", &["inexperience"]), + ("Reudctions", &["reductions"]), + ("Subnegoitations", &["subnegotiations"]), + ("Deveopers", &["developers"]), + ("Witk", &["with"]), + ("Inverions", &["inversions"]), + ("Accordin", &["according"]), + ("Communiaction", &["communications"]), + ("Cycolps", &["cyclops"]), + ("Litaral", &["literal"]), + ("Thurday", &["thursday"]), + ("Intimidative", &["intimidate"]), + ("Incorreclty", &["incorrectly"]), + ("Annoyn", &["annoy", "annoying"]), + ("Theaded", &["threaded"]), + ("Electronik", &["election"]), + ("Upgradded", &["upgraded"]), + ("Temporar", &["temporary"]), + ("Cosoles", &["consoles"]), + ("Algorithmn", &["algorithm"]), + ("Singpaore", &["singapore"]), + ("Demonstrativno", &["demonstrations"]), + ("Deines", &["defined", "defines", "denies"]), + ("Instructivo", &["instruction"]), + ("Reruirements", &["requirements"]), + ("Unencyrpted", &["unencrypted"]), + ("Architectrual", &["architectural"]), + ("Metods", &["methods"]), + ("Fastner", &["fastener"]), + ("Unintialised", &["uninitialised"]), + ("Plaese", &["please"]), + ("Renegoates", &["renegotiates"]), + ("Endcoded", &["encoded"]), + ("Maxmiums", &["maximums"]), + ("Paltette", &["palette"]), + ("Exorbidant", &["exorbitant"]), + ("Deocding", &["decoding"]), + ("Tournamnets", &["tournaments"]), + ("Suppoted", &["supported"]), + ("Aggresively", &["aggressively"]), + ("Sheninigans", &["shenanigans"]), + ("Mercenares", &["mercenaries"]), + ("Colleection", &["collection"]), + ("Nifes", &["knives"]), + ("Authenciator", &["authenticator"]), + ("Tpye", &["type"]), + ("Mulitplayer", &["multiplayer"]), + ("Kicthen", &["kitchen"]), + ("Undreground", &["underground"]), + ("Consideres", &["considered", "considers"]), + ("Avatares", &["avatars"]), + ("Amphetmaines", &["amphetamines"]), + ("Theistc", &["theistic"]), + ("Enumration", &["enumeration"]), + ("Hinduisum", &["hinduism"]), + ("Arbtirary", &["arbitrary"]), + ("Translatation", &["translation"]), + ("Judgemet", &["judgements"]), + ("Narritives", &["narratives"]), + ("Polygond", &["polygons"]), + ("Agrocultural", &["agricultural"]), + ("Investigatio", &["investigator"]), + ("Anaylzing", &["analyzing"]), + ("Shenanegins", &["shenanigans"]), + ("Uesd", &["used"]), + ("Demonination", &["denominations"]), + ("Intterupted", &["interrupted"]), + ("Neighbourhoof", &["neighbourhood"]), + ("Peridoic", &["periodic"]), + ("Exportas", &["exports"]), + ("Inderictly", &["indirectly"]), + ("Sucesssfully", &["successfully"]), + ("Underpowererd", &["underpowered"]), + ("Inverterad", &["inverted"]), + ("Credientals", &["credentials"]), + ("Lightwight", &["lightweight"]), + ("Ukrainie", &["ukraine"]), + ("Guarenteedeing", &["guaranteeing"]), + ("Interactevely", &["interactively"]), + ("Benhind", &["behind"]), + ("Heartbraker", &["heartbreak"]), + ("Measued", &["measured"]), + ("Advertisted", &["advertised"]), + ("Nomrally", &["normally"]), + ("Instrcutinoal", &["instructional"]), + ("Confifuration", &["configuration"]), + ("Vurnerabilities", &["vulnerabilities"]), + ("Questionned", &["questioned"]), + ("Minimses", &["minimises"]), + ("Comminucating", &["communicating"]), + ("Decsriptors", &["descriptors"]), + ("Buik", &["bulk"]), + ("Manouvers", &["maneuvers"]), + ("Brach", &["branch"]), + ("Interporated", &["interpolated", "interpreted"]), + ("Stribe", &["strive"]), + ("Variabl", &["variable"]), + ("Prioritice", &["prioritize"]), + ("Waranty", &["warranty"]), + ("Avialible", &["available"]), + ("Illumintati", &["illuminati"]), + ("Challanger", &["challenger"]), + ("Acceptes", &["accepts"]), + ("Expemted", &["exempted"]), + ("Genaral", &["general"]), + ("Somethintg", &["somethings"]), + ("Misinterperts", &["misinterprets"]), + ("Metephorical", &["metaphorical"]), + ("Sucesfully", &["successfully"]), + ("Interrogacion", &["interrogation"]), + ("Aithentication", &["authentication"]), + ("Delviery", &["delivery"]), + ("Foreard", &["forward"]), + ("Charactersm", &["characters"]), + ("Encrcyption", &["encryption"]), + ("Stndard", &["standard"]), + ("Natioanlism", &["nationalism"]), + ("Phisicaly", &["physically"]), + ("Sherlok", &["sherlock"]), + ("Serviciable", &["serviceable"]), + ("Geneators", &["generators"]), + ("Goups", &["groups"]), + ("Oout", &["out"]), + ("Massachusettians", &["massachusetts"]), + ("Misogonyst", &["misogynist"]), + ("Porvide", &["provide"]), + ("Alphabeticly", &["alphabetical"]), + ("Santcuary", &["sanctuary"]), + ("Innoucous", &["innocuous"]), + ("Circumstantual", &["circumstantial"]), + ("Regultor", &["regulator"]), + ("Traditilnal", &["traditional"]), + ("Implemting", &["implementing"]), + ("Compoenents", &["components"]), + ("Predicition", &["prediction"]), + ("Disnabled", &["disabled"]), + ("Unexpetedly", &["unexpectedly"]), + ("Interpolaion", &["interpolation"]), + ("Inturpratasion", &["interpretation"]), + ("Creacionism", &["creationism"]), + ("Buddist", &["buddhist"]), + ("Udpatable", &["updatable"]), + ("Parallized", &["parallelized"]), + ("Coudl", &["could", "cloud"]), + ("Futture", &["future"]), + ("Updateed", &["updated"]), + ("Bachleor", &["bachelor"]), + ("Environmane", &["environment"]), + ("Dependeded", &["depended"]), + ("Entrepreneus", &["entrepreneurs"]), + ("Remmove", &["remove"]), + ("Vacumeed", &["vacuumed"]), + ("Originalis", &["originals"]), + ("Ventilato", &["ventilation"]), + ("Doomsdaily", &["doomsday"]), + ("Communits", &["communist"]), + ("Objectivy", &["objectivity"]), + ("Frequences", &["frequencies"]), + ("Hepl", &["help"]), + ("Tyope", &["type"]), + ("Trasnferred", &["transferred"]), + ("Compleation", &["compilation", "completion"]), + ("Uncetainties", &["uncertainties"]), + ("Patirots", &["patriots"]), + ("Embarrased", &["embarrassed"]), + ("Insecuritites", &["insecurities"]), + ("Vacciners", &["vaccines"]), + ("Adaptare", &["adapter"]), + ("Grooups", &["groups"]), + ("Imbaress", &["embarrass"]), + ("Cours", &["course"]), + ("Ignormg", &["ignoring"]), + ("Conifgurations", &["configurations"]), + ("Optimiation", &["optimization", "optimisation"]), + ("Formallized", &["formalized"]), + ("Ehanced", &["enhanced"]), + ("Deduplaicate", &["deduplicate"]), + ("Utilitize", &["utilize"]), + ("Instantaneus", &["instantaneous"]), + ("Deflatin", &["deflation"]), + ("Independnt", &["independent"]), + ("Varification", &["verification"]), + ("Supres", &["suppress"]), + ("Pharmaseudicals", &["pharmaceuticals"]), + ("Disgonal", &["diagonal"]), + ("Obsolate", &["obsolete"]), + ("Encapsulte", &["encapsulate"]), + ("Aksed", &["asked"]), + ("Immeadiate", &["immediate"]), + ("Straigh", &["straight"]), + ("Actiavtion", &["activation"]), + ("Bultin", &["builtin"]), + ("Simulataneity", &["simultaneity"]), + ("Bulgrian", &["bulgarian"]), + ("Undetecable", &["undetectable"]), + ("Programmical", &["programmatical"]), + ("Breaktrhough", &["breakthrough"]), + ("Consficated", &["confiscated"]), + ("Hallusinations", &["hallucinations"]), + ("Coefficientss", &["coefficients"]), + ("Retrive", &["retrieve"]), + ("Communiction", &["communication"]), + ("Ellipis", &["ellipsis"]), + ("Profund", &["profound"]), + ("Distribuiton", &["distributions"]), + ("Devisible", &["divisible"]), + ("Optimation", &["optimization", "optimisation"]), + ("Homogeneized", &["homogenized"]), + ("Belys", &["belies"]), + ("Reuplaoded", &["reuploaded"]), + ("Expermimenter", &["experimenter"]), + ("Interpertive", &["interpretive"]), + ("Slase", &["slash"]), + ("Authencation", &["authentication"]), + ("Diganostic", &["diagnostic"]), + ("Direcories", &["directories"]), + ("Longe", &["longer", "lounge"]), + ("Tesitmony", &["testimony"]), + ("Vulnerabilies", &["vulnerabilities"]), + ("Margenalized", &["marginalized"]), + ("Distintcly", &["distinctly"]), + ("Authenricated", &["authenticated"]), + ("Chaecking", &["checking"]), + ("Containinng", &["containing"]), + ("Ancestoral", &["ancestral"]), + ("Ehancement", &["enhancement"]), + ("Regiones", &["regions"]), + ("Declartors", &["declarators"]), + ("Illegales", &["illegals"]), + ("Surroundigs", &["surrounds"]), + ("Cassowarry", &["cassowary"]), + ("Fwankenstein", &["frankenstein"]), + ("Estiamte", &["estimate"]), + ("Obeserver", &["observer"]), + ("Stereotypeing", &["stereotyping"]), + ("Mackeral", &["mackerel"]), + ("Woodowrking", &["woodworking"]), + ("Happenes", &["happens"]), + ("Detaisl", &["details"]), + ("Utilizacion", &["utilization"]), + ("Cuddleys", &["cuddles"]), + ("Intervier", &["interviewer"]), + ("Coducts", &["conducts"]), + ("Procastrination", &["procrastination"]), + ("Distinguise", &["distinguished", "distinguish"]), + ("Abstracs", &["abstracts"]), + ("Enchantmets", &["enchantments"]), + ("Eczecute", &["execute"]), + ("Macor", &["macro"]), + ("Conflics", &["conflicts"]), + ("Direcctly", &["directly"]), + ("Cyphersuites", &["ciphersuites"]), + ("Maintanability", &["maintainability"]), + ("Earthquackes", &["earthquakes"]), + ("Discimenation", &["dissemination"]), + ("Forutunately", &["fortunately"]), + ("Subsysytem", &["subsystem"]), + ("Recconeections", &["reconnections"]), + ("Posthomous", &["posthumous"]), + ("Tomorr", &["tomorrow"]), + ("Insufficiant", &["insufficient"]), + ("Mediphor", &["metaphor"]), + ("Unfortuate", &["unfortunate"]), + ("Compairisons", &["comparisons"]), + ("Goldamn", &["goldman"]), + ("Blueprients", &["blueprints"]), + ("Contradically", &["contradictory"]), + ("Tanenhill", &["tannehill"]), + ("Fianlly", &["finally"]), + ("Attractin", &["attraction"]), + ("Vulnerbuilities", &["vulnerabilities"]), + ("Realisitc", &["realistic"]), + ("Decoraded", &["decorated"]), + ("Breakthough", &["breakthrough"]), + ("Purposelly", &["purposely"]), + ("Chihuahuha", &["chihuahua"]), + ("Facedrwaing", &["facedrawing"]), + ("Restrcitions", &["restriction"]), + ("Scaleable", &["scalable"]), + ("Embarass", &["embarrass"]), + ("Meaninng", &["meaning"]), + ("Authecated", &["authenticated"]), + ("Amazaing", &["amazing"]), + ("Digets", &["digest", "digests"]), + ("Prostiture", &["prostitute"]), + ("Sirectors", &["directors"]), + ("Administre", &["administer"]), + ("Physiqe", &["physique"]), + ("Exchngng", &["exchanging"]), + ("Relationsship", &["relationships"]), + ("Itnerest", &["interest"]), + ("Anectodal", &["anecdotal"]), + ("Tranmitted", &["transmitted"]), + ("Hese", &["these"]), + ("Incluide", &["include"]), + ("Emphesized", &["emphasized"]), + ("Initliazer", &["initializer"]), + ("Neighbourhods", &["neighbourhoods"]), + ("Assiocated", &["associated"]), + ("Consuminng", &["consuming"]), + ("Relized", &["realized"]), + ("Exerience", &["experience"]), + ("Harrased", &["harassed"]), + ("Oversimplifiction", &["oversimplification"]), + ("Unduely", &["unduly"]), + ("Conquoring", &["conquering"]), + ("Comptuers", &["computers"]), + ("Uninspiried", &["uninspired"]), + ("Trasversing", &["traversing"]), + ("Deathcat", &["deathmatch"]), + ("Cofeee", &["coffee"]), + ("Outselves", &["ourselves"]), + ("Thoug", &["though"]), + ("Procesed", &["proceeds", "processed"]), + ("Hokpins", &["hopkins"]), + ("Faktor", &["factor"]), + ("Progressivelly", &["progressively"]), + ("Siringe", &["syringe"]), + ("Suttlety", &["subtlety"]), + ("Presmuably", &["presumably"]), + ("Transaccion", &["transaction"]), + ("Propogate", &["propagate"]), + ("Conduiting", &["conducting"]), + ("Fillowing", &["following"]), + ("Texured", &["textured"]), + ("Poisioning", &["poisoning"]), + ("Swticher", &["switcher"]), + ("Pedistal", &["pedestal"]), + ("Interate", &["iterate"]), + ("Revrese", &["reverse"]), + ("Fractalus", &["fractals"]), + ("Contacentaion", &["concatenation"]), + ("Unfinsihed", &["unfinished"]), + ("Ninimum", &["minimum"]), + ("Buearucrats", &["bureaucrats"]), + ("Valye", &["valse", "value", "valve"]), + ("Gurantess", &["guarantees"]), + ("Suggets", &["suggest", "suggests"]), + ("Sustems", &["systems"]), + ("Immensley", &["immensely"]), + ("Expoential", &["exponential"]), + ("Juadaism", &["judaism"]), + ("Exipration", &["expiration"]), + ("Spritual", &["spiritual"]), + ("Algotighmically", &["algorithmically"]), + ("Regestration", &["registration"]), + ("Motovational", &["motivational"]), + ("Hokay", &["okay"]), + ("Determinstically", &["deterministically"]), + ("Institutue", &["instituted"]), + ("Compliling", &["compiling"]), + ("Conrtib", &["contrib"]), + ("Fastners", &["fasteners"]), + ("Progressiong", &["progressing"]), + ("Envidenced", &["evidenced"]), + ("Attrirbute", &["attribute"]), + ("Assemnly", &["assembly"]), + ("Bangkock", &["bangkok"]), + ("Auxilery", &["auxiliary"]), + ("Univesity", &["university"]), + ("Comfirm", &["confirm"]), + ("Docoment", &["document"]), + ("Adevnturer", &["adventurer"]), + ("Coalacece", &["coalesce", "coalescence"]), + ("Specifiecd", &["specified"]), + ("Preferenser", &["preferences"]), + ("Premilinary", &["preliminary"]), + ("Resursively", &["recursively"]), + ("Spurrious", &["spurious"]), + ("Mutux", &["mutex"]), + ("Generatons", &["generators"]), + ("Improovements", &["improvements"]), + ("Totatl", &["total"]), + ("Archtiects", &["architects"]), + ("Initializad", &["initialized"]), + ("Aspahlt", &["asphalt"]), + ("Indivisuality", &["individuality"]), + ("Counries", &["countries", "counties"]), + ("Attriebute", &["attribute"]), + ("Sentationalism", &["sensationalism"]), + ("Cosnsrained", &["constrained"]), + ("Generas", &["generals"]), + ("Appy", &["apply"]), + ("Tansient", &["transient"]), + ("Straigthen", &["straighten"]), + ("Entites", &["entities"]), + ("Reesult", &["result"]), + ("Concusions", &["concussion"]), + ("Excluslvely", &["exclusively"]), + ("Comparissons", &["comparisons"]), + ("Leagacy", &["legacy"]), + ("Ofisionados", &["aficionados"]), + ("Chidren", &["children"]), + ("Currupts", &["corrupts"]), + ("Depracted", &["deprecated"]), + ("Discovey", &["discovery"]), + ("Picoseond", &["picosecond"]), + ("Meaurements", &["measurements"]), + ("Exces", &["excess"]), + ("Aproved", &["approved"]), + ("Biinary", &["binary"]), + ("Gatway", &["gateway"]), + ("Weigth", &["weight"]), + ("Verticles", &["verticals"]), + ("Determinded", &["determine", "determined"]), + ("Coalaescence", &["coalescence"]), + ("Becaus", &["because"]), + ("Peacful", &["peaceful"]), + ("Transformatted", &["transformed"]), + ("Orignially", &["originally"]), + ("Disapporves", &["disapproves"]), + ("Readmition", &["readmission"]), + ("Detatches", &["detaches"]), + ("Phlem", &["phlegm", "phloem"]), + ("Speficer", &["specifier"]), + ("Tradicional", &["traditional"]), + ("Gigabye", &["gigabyte"]), + ("Adaptee", &["adapted"]), + ("Trasnformer", &["transformer"]), + ("Deambiguation", &["disambiguation"]), + ("Travles", &["travels"]), + ("Durining", &["during"]), + ("Dispalys", &["displays"]), + ("Decenders", &["descenders"]), + ("Notificated", &["notified"]), + ("Operaions", &["operations"]), + ("Keepint", &["keeping"]), + ("Tjpanishad", &["upanishad"]), + ("Rathern", &["rather"]), + ("Commonwelath", &["commonwealth"]), + ("Paralellization", &["parallelization"]), + ("Waterlemon", &["watermelon"]), + ("Commisions", &["commissions"]), + ("Connectinos", &["connections"]), + ("Modernination", &["modernization"]), + ("Oversemplification", &["oversimplification"]), + ("Incorect", &["incorrect"]), + ("Manouver", &["maneuver"]), + ("Ahppy", &["happy"]), + ("Exta", &["extra"]), + ("Playhtrough", &["playthrough"]), + ("Firsth", &["first"]), + ("Ommishints", &["omniscience"]), + ("Interected", &["interacted", "intersected"]), + ("Precendances", &["precedences"]), + ("Illustraded", &["illustrated"]), + ("Rearrangnig", &["rearranging"]), + ("Labmda", &["lambda"]), + ("Dissrupts", &["disrupts"]), + ("Dreawn", &["drawn"]), + ("Simulantaneously", &["simultaneously"]), + ("Singulair", &["singular"]), + ("Retuns", &["returns"]), + ("Acedemically", &["academically"]), + ("Tabualte", &["tabulate"]), + ("Shuold", &["should"]), + ("Dericteries", &["directories"]), + ("Algorithsms", &["algorithms"]), + ("Inflatoin", &["inflation"]), + ("Impresssion", &["impressions"]), + ("Meaasures", &["measures"]), + ("Appaluse", &["applause"]), + ("Silksreened", &["silkscreened"]), + ("Garanties", &["guarantees"]), + ("Victimes", &["victims"]), + ("Avarege", &["average"]), + ("Adverticed", &["advertised"]), + ("Chmabers", &["chambers"]), + ("Ingition", &["ignition"]), + ("Claibscale", &["calibscale"]), + ("Reflet", &["reflect"]), + ("Aportionable", &["apportionable"]), + ("Descktops", &["desktops"]), + ("Srttings", &["settings"]), + ("Construst", &["constructs", "construct"]), + ("Prinicpals", &["principals"]), + ("Cancelaltion", &["cancelation"]), + ("Decieve", &["deceive"]), + ("Snaphsot", &["snapshot"]), + ("Exicted", &["excited"]), + ("Combacks", &["comebacks"]), + ("Spesification", &["specification"]), + ("Colleciton", &["collection"]), + ("Digitially", &["digitally"]), + ("Samle", &["sample"]), + ("Gymnist", &["gymnast"]), + ("Accapt", &["accept"]), + ("Contrinutions", &["contributions"]), + ("Trasporter", &["transporter"]), + ("Indikation", &["indication"]), + ("Creasoat", &["creosote"]), + ("Continuu", &["continuous"]), + ("Refrence", &["reference"]), + ("Wll", &["will"]), + ("Redisign", &["redesign"]), + ("Versiob", &["version"]), + ("Commandmants", &["commandments"]), + ("Sevices", &["services"]), + ("Imporvised", &["improvised"]), + ("Cylcists", &["cyclists"]), + ("Potentailly", &["potentially"]), + ("Deacriptor", &["decryptor", "descriptor"]), + ("Werever", &["wherever"]), + ("Requies", &["requires"]), + ("Techncially", &["technically"]), + ("Atuhenticating", &["authenticating"]), + ("Verificaions", &["verifications"]), + ("Coalesses", &["coalesces"]), + ("Considerato", &["consideration"]), + ("Elemenal", &["elemental"]), + ("Relevants", &["relevant"]), + ("Indifferente", &["indifference"]), + ("Enchancments", &["enchantments"]), + ("Useing", &["using"]), + ("Relect", &["reelect"]), + ("Bearword", &["bareword"]), + ("Avoinding", &["avoiding"]), + ("Samori", &["samurai"]), + ("Intquiry", &["inquiry"]), + ("Superflous", &["superfluous"]), + ("Renderring", &["rendering"]), + ("Contened", &["contained", "contend"]), + ("Disambigation", &["disambiguation"]), + ("Initialice", &["initialize"]), + ("Compied", &["compiled"]), + ("Interratial", &["interracial"]), + ("Guareenteeing", &["guaranteeing"]), + ("Reallllly", &["really"]), + ("Downtoking", &["downvoting"]), + ("Akkumulation", &["accumulation"]), + ("Flexibiliy", &["flexibility"]), + ("Acutaly", &["actually"]), + ("Scarch", &["search", "scorch", "scratch"]), + ("Complicatied", &["complicate"]), + ("Accademy", &["academy"]), + ("Platfarm", &["platform"]), + ("Disapline", &["discipline"]), + ("Mapable", &["mappable"]), + ("Excption", &["exception"]), + ("Spainsh", &["spanish"]), + ("Uncompresor", &["uncompressor"]), + ("Authenificates", &["authenticates"]), + ("Viralently", &["virulently"]), + ("Sychnronization", &["synchronization"]), + ("Standarization", &["standardization"]), + ("Counseil", &["counsel"]), + ("Catergory", &["category"]), + ("Disgustinly", &["disgustingly"]), + ("Relavence", &["relevance"]), + ("Interrface", &["interface"]), + ("Lentiles", &["lentils"]), + ("Curerntly", &["currently"]), + ("Pennsylvannia", &["pennsylvania"]), + ("Convertion", &["conversion"]), + ("Resaurant", &["restaurant"]), + ("Exapmles", &["examples"]), + ("Utiliies", &["utilities"]), + ("Recommeds", &["recommends"]), + ("Sturctural", &["structural"]), + ("Authetnticators", &["authenticators"]), + ("Probabilitic", &["probabilistic"]), + ("Assications", &["associations"]), + ("Lke", &["like"]), + ("Villian", &["villain"]), + ("Promisses", &["promises"]), + ("Obessions", &["obsessions"]), + ("Surrouded", &["surrounded"]), + ("Dispalcement", &["displacement"]), + ("Certicate", &["certificate"]), + ("Neighborhoors", &["neighbors"]), + ("Faile", &["failed", "fail"]), + ("Narcissicm", &["narcissism"]), + ("Headests", &["headsets"]), + ("Rearrangent", &["rearrangement"]), + ("Subsiquently", &["subsequently"]), + ("Insde", &["inside"]), + ("Desperato", &["desperation"]), + ("Tablle", &["table"]), + ("Libreoffie", &["libreoffice"]), + ("Guaruanted", &["guaranteed"]), + ("Respresentational", &["representational"]), + ("Fetishers", &["fetishes"]), + ("Intersetllar", &["interstellar"]), + ("Esacpes", &["escapes"]), + ("Releations", &["relations"]), + ("Arvg", &["argv"]), + ("Sistematy", &["systematy"]), + ("Devidable", &["divisible"]), + ("Formulat", &["formula"]), + ("Socalists", &["socialists"]), + ("Civelizations", &["civilizations"]), + ("Preovided", &["provided"]), + ("Proecess", &["process"]), + ("Irrelavant", &["irrelevant"]), + ("Restoiring", &["restoring"]), + ("Minoosha", &["minutia", "minutiae"]), + ("Referiang", &["referring"]), + ("Esists", &["exists"]), + ("Misoginist", &["misogynist"]), + ("Monolopies", &["monopolies"]), + ("Politicus", &["politics"]), + ("Solfs", &["solves"]), + ("Introvertie", &["introverted"]), + ("Mutiplier", &["multiplier"]), + ("Sigaled", &["signaled"]), + ("Dissassembled", &["disassembled"]), + ("Neglegible", &["negligible"]), + ("Moteef", &["motif"]), + ("Zionsim", &["zionism"]), + ("Contet", &["contest", "content", "context"]), + ("Pershisly", &["preciously"]), + ("Scrtip", &["script"]), + ("Climats", &["climates"]), + ("Comeing", &["coming"]), + ("Distnctes", &["distances"]), + ("Activness", &["activeness"]), + ("Adjascent", &["adjacent"]), + ("Calback", &["callback"]), + ("Reloccated", &["relocated"]), + ("Assiging", &["assigning"]), + ("Englissh", &["english"]), + ("Synoynm", &["synonym"]), + ("Anthing", &["anything"]), + ("Accomodated", &["accommodated"]), + ("Pahntom", &["phantom"]), + ("Suppost", &["supports", "support", "suppose"]), + ("Sestatusbar", &["setstatusbar"]), + ("Measues", &["measures"]), + ("Inititalize", &["initialize"]), + ("Returing", &["returning"]), + ("Thermodymanics", &["thermodynamics"]), + ("Meidcare", &["medicare"]), + ("Crsytallization", &["crystallization"]), + ("Whike", &["while"]), + ("Uests", &["quests"]), + ("Fraudelent", &["fraudulent"]), + ("Athleticsim", &["athleticism"]), + ("Containint", &["containing"]), + ("Regulary", &["regularly", "regular"]), + ("Diminuitive", &["diminutive"]), + ("Postpocessing", &["postprocessing"]), + ("Narcisissm", &["narcissism"]), + ("Disillation", &["distillation"]), + ("Eqaul", &["equal"]), + ("Sequnced", &["sequenced"]), + ("Anguluar", &["angular"]), + ("Lene", &["lens"]), + ("Acknowldge", &["acknowledge"]), + ("Mansalughter", &["manslaughter"]), + ("Belifs", &["beliefs"]), + ("Iresistible", &["irresistible"]), + ("Rightoues", &["righteous"]), + ("Therien", &["therein"]), + ("Experimentaing", &["experimenting"]), + ("Constraing", &["constraining", "constraint"]), + ("Buisiness", &["business"]), + ("Deepo", &["depot"]), + ("Speshel", &["special"]), + ("Ahlpa", &["alpha"]), + ("Proplem", &["problem"]), + ("Sepcially", &["specially"]), + ("Metropos", &["metropolis"]), + ("Neigbhorhood", &["neighborhoods", "neighborhood"]), + ("Sectiont", &["sectioned", "section"]), + ("Neraly", &["neurally"]), + ("Colecting", &["collecting"]), + ("Unmodfified", &["unmodified"]), + ("Subnegotions", &["subnegotiations"]), + ("Dentering", &["centering"]), + ("Cicruits", &["circuits"]), + ("Soldiarity", &["solidarity"]), + ("Submite", &["submit"]), + ("Amealiarated", &["ameliorated"]), + ("Blohted", &["bloated"]), + ("Transparrently", &["transparently"]), + ("Persocuted", &["persecuted"]), + ("Suppoorts", &["supports"]), + ("Creaentials", &["credentials"]), + ("Agnostisch", &["agnostic"]), + ("Alocate", &["allocate"]), + ("Isssues", &["issues"]), + ("Transcripton", &["transcription"]), + ("Somethimg", &["something"]), + ("Exciptions", &["exceptions"]), + ("Optiona", &["optional"]), + ("Litarally", &["literally"]), + ("Ubunut", &["ubuntu"]), + ("Iniitializations", &["initializations"]), + ("Fontains", &["fountains", "contains"]), + ("Usag", &["usage"]), + ("Dispencing", &["dispensing"]), + ("Accountent", &["accountant"]), + ("Inadvertantely", &["inadvertently"]), + ("Individuati", &["individuality"]), + ("Masturbacion", &["masturbation"]), + ("Brockened", &["broken"]), + ("Rembembers", &["remembers"]), + ("Instinctivelly", &["instinctively"]), + ("Uncondisionaly", &["unconditionally"]), + ("Horizonatally", &["horizontally"]), + ("Formery", &["formerly"]), + ("Laready", &["already"]), + ("Todya", &["today"]), + ("Adjectivs", &["adjectives"]), + ("Dbeian", &["debian"]), + ("Unexecpted", &["unexpected"]), + ("Continuousy", &["continuously"]), + ("Tahn", &["than"]), + ("Heatskin", &["heatsink"]), + ("Doulbelift", &["doublelift"]), + ("Ervery", &["every"]), + ("Manufactuered", &["manufactured"]), + ("Palstics", &["plastics"]), + ("Allegeance", &["allegiance"]), + ("Speficillations", &["specifications"]), + ("Ciculars", &["circulars"]), + ("Orginial", &["original"]), + ("Deadpoool", &["deadpool"]), + ("Colision", &["collision"]), + ("Phsyicians", &["physicians"]), + ("Uninterruped", &["uninterrupted"]), + ("Contraint", &["constraint"]), + ("Aprroximate", &["approximate"]), + ("Musicains", &["musicians"]), + ("Receptie", &["receptive"]), + ("Interperting", &["interpreting"]), + ("Constituit", &["constitute"]), + ("Apocalyspe", &["apocalypse"]), + ("Cilinders", &["cylinders"]), + ("Halfiax", &["halifax"]), + ("Unsubscried", &["unsubscribed"]), + ("Damange", &["damage"]), + ("Protecion", &["protection"]), + ("Susbtantial", &["substantial"]), + ("Tabelspoons", &["tablespoons"]), + ("Immediatlye", &["immediately"]), + ("Chaging", &["changing", "charging"]), + ("Epiphanny", &["epiphany"]), + ("Dardenelles", &["dardanelles"]), + ("Redistirbuting", &["redistributing"]), + ("Prophechies", &["prophecies"]), + ("Doucmenter", &["documenter"]), + ("Nativelly", &["natively"]), + ("Submissies", &["submissive"]), + ("Suystemic", &["systemic"]), + ("Moderatey", &["moderately"]), + ("Speficifications", &["specifications"]), + ("Supeena", &["subpoena"]), + ("Proflies", &["profiles"]), + ("Scandinavion", &["scandinavian"]), + ("Conencting", &["connecting"]), + ("Daugter", &["daughter"]), + ("Reconstucts", &["reconstructs"]), + ("Remenissing", &["reminiscing"]), + ("Prioritied", &["prioritize"]), + ("Milliseonds", &["milliseconds"]), + ("Glithced", &["glitched"]), + ("Situationals", &["situations", "situational"]), + ("Contianment", &["containment"]), + ("Refelctions", &["reflections"]), + ("Redistribucion", &["redistribution"]), + ("Accompained", &["accompanied"]), + ("Ingredientes", &["ingredients"]), + ("Mhytical", &["mythical"]), + ("Parition", &["partition"]), + ("Ecxite", &["excite"]), + ("Inclues", &["includes"]), + ( + "Paravirtualiation", + &["paravirtualisation", "paravirtualization"], + ), + ("Gerenate", &["generate"]), + ("Cleaered", &["cleared"]), + ("Pounts", &["points"]), + ("Capcity", &["capacity"]), + ("Endolithes", &["endoliths"]), + ("Bencmarking", &["benchmarking"]), + ("Abondened", &["abandoned"]), + ("Implemente", &["implement", "implemented"]), + ("Identital", &["identical"]), + ("Extennsions", &["extensions"]), + ("Rienforcements", &["reinforcements"]), + ("Endpdoint", &["endpoint"]), + ("Implementd", &["implemented"]), + ("Sciprting", &["scripting"]), + ("Acceess", &["access"]), + ("Intruduced", &["introduced"]), + ("Parliments", &["parliaments"]), + ("Agircultural", &["agricultural"]), + ("Initalisms", &["initialisms"]), + ("Tablesppons", &["tablespoons"]), + ("Unsubcribe", &["unsubscribe"]), + ("Militis", &["militias"]), + ("Firmawre", &["firmware"]), + ("Mutablyy", &["mutably"]), + ("Hendler", &["handler"]), + ("Emcompass", &["encompass"]), + ("Diselect", &["deselect"]), + ("Attribtutes", &["attributes"]), + ("Accordint", &["according"]), + ("Atain", &["attain"]), + ("Genenric", &["generic"]), + ("Alhabetical", &["alphabetical"]), + ("Magicin", &["magician"]), + ("Specfiies", &["specifies"]), + ("Excpetions", &["exceptions"]), + ("Acn", &["can", "acne"]), + ("Numericable", &["numerical"]), + ("Delagates", &["delegates"]), + ("Oppononent", &["opponent"]), + ("Regresison", &["regression"]), + ("Backneds", &["backends"]), + ("Algoruthm", &["algorithm"]), + ("Nationalites", &["nationalist"]), + ("Decemer", &["december"]), + ("Jamacia", &["jamaica"]), + ("Rewrited", &["rewrote", "rewritten"]), + ("Origianally", &["originally"]), + ("Contenht", &["content"]), + ("Depdens", &["depends"]), + ("Unitl", &["until"]), + ("Interesctions", &["intersections"]), + ("Oreintation", &["orientation"]), + ("Intsalled", &["installed"]), + ("Enounctered", &["encountered"]), + ("Replased", &["relapsed", "replaced", "rephased"]), + ("Chace", &["cache", "chance"]), + ("Misuing", &["misusing"]), + ("Conirm", &["confirm"]), + ("Socialicing", &["socializing"]), + ("Comatability", &["compatibility"]), + ("Igonore", &["ignore"]), + ("Datastrcutures", &["datastructures"]), + ("Whicg", &["which"]), + ("Exclimation", &["exclamation"]), + ("Parital", &["parietal", "partial"]), + ("Privetized", &["privatized"]), + ("Deativated", &["deactivated"]), + ("Defaut", &["default"]), + ("Unexpeptedly", &["unexpectedly"]), + ("Spred", &["spread"]), + ("Ternament", &["tournament"]), + ("Gauntelts", &["gauntlets"]), + ("Speciry", &["specify"]), + ("Suceed", &["succeed"]), + ("Preferrable", &["preferable"]), + ("Pinnalce", &["pinnacle"]), + ("Physican", &["physician"]), + ("Sucesss", &["success"]), + ("Metafata", &["metadata"]), + ("Recipie", &["recipe"]), + ("Underpowerd", &["underpowered"]), + ("Platfromer", &["platformer"]), + ("Umbrela", &["umbrella"]), + ("Currenlty", &["currently"]), + ("Warninsgs", &["warnings"]), + ("Continuos", &["continuous"]), + ("Opion", &["option"]), + ("Cousre", &["course"]), + ("Meerly", &["merely"]), + ("Currupt", &["corrupt"]), + ("Collpasing", &["collapsing"]), + ("Decalres", &["declares"]), + ("Intrinsinc", &["intrinsic"]), + ("Precentiles", &["percentiles"]), + ("Insignifiant", &["insignificant"]), + ("Porcelian", &["porcelain"]), + ("Abberration", &["aberration"]), + ("Priestes", &["priests"]), + ("Descchedules", &["deschedules"]), + ("Renig", &["renege"]), + ("Oversubscibed", &["oversubscribed"]), + ("Manifestus", &["manifests"]), + ("Expermeneting", &["experimenting"]), + ("Cellabrating", &["celebrating"]), + ("Abbrevated", &["abbreviated"]), + ("Charector", &["character"]), + ("Guarranteed", &["guaranteed"]), + ("Phenomonal", &["phenomenal"]), + ("Renegoticates", &["renegotiates"]), + ("Misudnerstanding", &["misunderstandings"]), + ("Desginations", &["destinations"]), + ("Welp", &["whelp"]), + ("Engineed", &["engineered"]), + ("Etiher", &["either"]), + ("Unducumented", &["undocumented"]), + ("Direccion", &["direction"]), + ("Responsibilty", &["responsibility"]), + ("Becuase", &["because"]), + ("Electricly", &["electrically"]), + ("Kilomoters", &["kilometers"]), + ("Confermation", &["confirmation"]), + ("Noticably", &["noticeably"]), + ("Discualified", &["disqualified"]), + ("Builters", &["builders"]), + ("Confituration", &["configuration"]), + ("Identitites", &["identities"]), + ("Akumulation", &["accumulation"]), + ("Protectiei", &["protective"]), + ("Settlemets", &["settlements"]), + ("Destinctions", &["destinations"]), + ("Hestiant", &["hesitant"]), + ("Operaton", &["operation"]), + ("Arbitually", &["arbitrarily"]), + ("Iamge", &["image"]), + ("Signifigant", &["significant"]), + ("Rebulit", &["rebuilt"]), + ("Genisues", &["geniuses"]), + ("Dominato", &["domination"]), + ("Traiging", &["triaging"]), + ("Ignorring", &["ignoring"]), + ("Reguiring", &["requiring"]), + ("Mulitpliers", &["multipliers"]), + ("Uptadeable", &["updatable"]), + ("Critiicals", &["criticals"]), + ("Pactches", &["patches"]), + ("Conferming", &["confirming"]), + ("Extimated", &["estimated"]), + ("Constructies", &["constructs"]), + ("Ligth", &["light"]), + ("Alloed", &["allowed", "aloud"]), + ("Pasword", &["password"]), + ("Futhermore", &["furthermore"]), + ("Unneded", &["unneeded"]), + ("Attentuations", &["attenuations"]), + ("Preventitve", &["preventative"]), + ("Painiting", &["painting"]), + ("Esitmating", &["estimating"]), + ("Smarpthone", &["smartphones"]), + ("Similiraties", &["similarities"]), + ("Improts", &["imports"]), + ("Unnistalled", &["uninstalled"]), + ("Progressvie", &["progressives"]), + ("Locaite", &["locate"]), + ("Misandrony", &["misandry"]), + ("Unoredered", &["unordered"]), + ("Bubblews", &["bubbles"]), + ("Vertival", &["vertical"]), + ("Speficeis", &["specifies"]), + ("Abtracts", &["abstracts"]), + ("Ommit", &["omit"]), + ("Forbitten", &["forbidden"]), + ("Enforcees", &["enforces"]), + ("Southamption", &["southampton"]), + ("Renassaince", &["renaissance"]), + ("Microtransacrions", &["microtransactions"]), + ("Exceuting", &["executing"]), + ("Confudion", &["confusion"]), + ("Worhsiping", &["worshiping"]), + ("Speficication", &["specification"]), + ("Calculed", &["calculated"]), + ("Programmming", &["programming"]), + ("Guarunty", &["guaranty"]), + ("Preferible", &["preferable"]), + ("Constanst", &["constants"]), + ("Retciever", &["receiver", "retriever"]), + ("Arbitrtily", &["arbitrarily"]), + ("Representitve", &["representative"]), + ("Nrtwork", &["network"]), + ("Exsted", &["existed"]), + ("Terminaison", &["termination"]), + ("Channes", &["channels", "chances", "changes"]), + ("Falgs", &["flags"]), + ("Ertor", &["error", "terror"]), + ("Obtainible", &["obtainable"]), + ("Cresits", &["credits"]), + ("Aizmuth", &["azimuth"]), + ("Functionionalities", &["functionalities"]), + ("Expersive", &["expensive"]), + ("Negosiating", &["negotiating"]), + ("Seciton", &["section"]), + ("Willfullly", &["willfully"]), + ("Expewrimenting", &["experimenting"]), + ("Cace", &["cache"]), + ("Perfermances", &["performances"]), + ("Contracto", &["contraction"]), + ("Ceartype", &["cleartype"]), + ("Annihilaton", &["annihilation"]), + ("Occulsion", &["occlusion"]), + ("Trimuph", &["triumph"]), + ("Negoatiated", &["negotiated"]), + ("Convinience", &["convenience"]), + ("Ukrianians", &["ukrainians"]), + ("Evengalical", &["evangelical"]), + ("Spefiifiers", &["specifiers"]), + ("Croporation", &["corporation"]), + ("Failsave", &["failsafe"]), + ("Chanlder", &["chandler"]), + ("Condfigured", &["configured"]), + ("Fullfilment", &["fulfilment"]), + ("Emiss", &["remiss", "amiss", "amass"]), + ("Alernates", &["alternates"]), + ("Headong", &["heading"]), + ("Stereotypcial", &["stereotypical"]), + ("Dimansions", &["dimensions"]), + ("Compensante", &["compensate"]), + ("Mulitple", &["multiple"]), + ("Exhistance", &["existence"]), + ("Summmary", &["summary"]), + ("Versin", &["version"]), + ("Wieghed", &["weighed"]), + ("Protocoll", &["protocol"]), + ("Residule", &["residue"]), + ("Lenth", &["length"]), + ("Generallly", &["generally"]), + ("Classifer", &["classifier"]), + ("Offsited", &["offside"]), + ("Phillipines", &["philippines"]), + ("Counteries", &["counters"]), + ("Represneted", &["represented"]), + ("Inoperant", &["inoperative"]), + ("Montypic", &["monotypic"]), + ("Privlege", &["privilege"]), + ("Commentart", &["commentator"]), + ("Safeguared", &["safeguard", "safeguarded"]), + ("Questionning", &["questioning"]), + ("Chowsing", &["choosing"]), + ("Festivales", &["festivals"]), + ("Workins", &["workings"]), + ("Repell", &["repel"]), + ("Beautyfied", &["beautified"]), + ("Transporteurs", &["transporter"]), + ("Branche", &["branch", "branched", "branches"]), + ("Approstraphe", &["apostrophe"]), + ("Asbtracted", &["abstracted"]), + ("Implemementing", &["implementing"]), + ("Donn", &["done", "don"]), + ("Diffuclt", &["difficult"]), + ("Emmision", &["emission"]), + ("Contimplating", &["contemplating"]), + ("Resembes", &["resembles"]), + ("Developme", &["development"]), + ("Stuct", &["struct"]), + ("Brightnesss", &["brightness"]), + ("Desitination", &["destination"]), + ("Palcements", &["placements"]), + ("Anroid", &["android"]), + ("Statisticaly", &["statistically"]), + ("Adapd", &["adapt", "adapted", "adopt", "adopted"]), + ("Disscovered", &["discovered"]), + ("Coallecence", &["coalescence"]), + ("Reaaranges", &["rearranges"]), + ("Lenguage", &["language"]), + ("Rollorcoaster", &["rollercoaster"]), + ("Fantasiose", &["fantasies"]), + ("Inconsistant", &["inconsistent"]), + ("Diverstiy", &["diversity"]), + ("Autoattk", &["autoattack"]), + ("Tunnles", &["tunnels"]), + ("Perhabs", &["perhaps"]), + ("Helicoptors", &["helicopters"]), + ("Assumues", &["assumes"]), + ("Overmapping", &["overlapping"]), + ("Stabel", &["stable"]), + ("Workarrounds", &["workarounds"]), + ("Conntroller", &["controller"]), + ("Consctruct", &["construct"]), + ("Accurable", &["accurate"]), + ("Proximty", &["proximity"]), + ("Accessbile", &["accessible"]), + ("Coalase", &["coalesce"]), + ("Allwos", &["allows"]), + ("Resonably", &["reasonably"]), + ("Characeters", &["characters"]), + ("Implmented", &["implemented"]), + ("Cipherntext", &["ciphertext"]), + ("Rsources", &["resources", "sources"]), + ("Excetution", &["execution"]), + ("Bootstap", &["bootstrap"]), + ("Winsdor", &["windsor"]), + ("Deauthenication", &["deauthentication"]), + ("Defenderes", &["defenders"]), + ("Proberly", &["properly"]), + ("Randayvous", &["rendezvous"]), + ("Satus", &["status"]), + ("Folwoong", &["following"]), + ("Renegothiates", &["renegotiates"]), + ("Intraverted", &["introverted"]), + ("Separete", &["separate"]), + ("Statese", &["statuses", "states"]), + ("Pilar", &["pillar"]), + ("Counterpaly", &["counterplay"]), + ("Proose", &["propose"]), + ("Vulerability", &["vulnerability"]), + ("Trianges", &["triangles", "triages"]), + ("Confguration", &["configuration"]), + ("Santizes", &["sanitizes"]), + ("Transolate", &["translate"]), + ("Speficilleid", &["specified"]), + ("Eloquentely", &["eloquently"]), + ("Worshippping", &["worshipping"]), + ("Getttimeofday", &["gettimeofday"]), + ("Uninstlals", &["uninstalls"]), + ("Cerification", &["verification", "certification"]), + ("Algorhitmic", &["algorithmic"]), + ("Becamae", &["became"]), + ("Thsnkfully", &["thankfully"]), + ("Prefernece", &["preferences"]), + ("Reponsibility", &["responsibility"]), + ("Experimtenelly", &["experimentally"]), + ("Hydropile", &["hydrophile"]), + ("Paleolitic", &["paleolithic"]), + ("Elipses", &["ellipses", "eclipses", "ellipsis"]), + ("Addopted", &["adopted"]), + ("Adpter", &["adapter"]), + ("Noralized", &["normalized"]), + ("Overiddden", &["overridden"]), + ("Elemetal", &["elemental"]), + ("Endiif", &["endif"]), + ("Unsettleing", &["unsettling"]), + ("Physicis", &["physicians"]), + ("Lightneing", &["lightening"]), + ("Nieve", &["naive"]), + ("Investagated", &["investigated"]), + ("Playtrhoughs", &["playthroughs"]), + ("Snippent", &["snippet"]), + ("Medicallly", &["medically"]), + ("Calculatons", &["calculations"]), + ("Downlowd", &["download"]), + ("Spsaced", &["spaced"]), + ("Kwuzines", &["cuisines"]), + ("Alloctor", &["allocator"]), + ("Obsucated", &["obfuscated"]), + ("Contacs", &["contacts"]), + ("Hydratin", &["hydration"]), + ("Contexta", &["contextual", "context"]), + ("Propmtly", &["promptly"]), + ("Handboook", &["handbook"]), + ("Labatory", &["lavatory", "laboratory"]), + ("Trainging", &["training"]), + ("Stoream", &["stream"]), + ("Sensationaism", &["sensationalism"]), + ("Prooven", &["proven"]), + ("Empyty", &["empty"]), + ("Sneding", &["sending"]), + ("Liekly", &["likely"]), + ("Contstructs", &["constructs"]), + ("Twosday", &["tuesday"]), + ("Dictateurs", &["dictates"]), + ("Arbitrarly", &["arbitrary", "arbitrarily"]), + ("Divding", &["dividing"]), + ("Licesnes", &["licenses"]), + ("Confiugring", &["configuring"]), + ("Reploying", &["redeploying"]), + ("Pronuncuation", &["pronunciation"]), + ("Morhpine", &["morphine"]), + ("Sqiushy", &["squishy"]), + ("Spaw", &["spawn"]), + ("Christianty", &["christianity"]), + ("Freedons", &["freedoms"]), + ("Teansylvania", &["transylvania"]), + ("Comatible", &["compatible"]), + ("Statuts", &["statutes"]), + ("Crystalens", &["crystals"]), + ("Unoptimice", &["unoptimise", "unoptimize"]), + ("Cloumns", &["columns"]), + ("Representas", &["represents"]), + ("Sensationel", &["sensational"]), + ("Adquire", &["acquire"]), + ("Travered", &["traversed"]), + ("Builings", &["buildings"]), + ("Unnessasary", &["unnecessary"]), + ("Whlie", &["while"]), + ("Poriferal", &["peripheral"]), + ("Specialices", &["specializes"]), + ("Indicitive", &["indicative"]), + ("Keybaord", &["keyboard"]), + ("Implantes", &["implants"]), + ("Sensitiveties", &["sensitivities"]), + ("Camaera", &["camera"]), + ("Disconenction", &["disconnection"]), + ("Declaraion", &["declaration"]), + ("Waclott", &["walcott"]), + ("Dscrete", &["discrete"]), + ("Dissasembles", &["disassembles"]), + ("Perfomes", &["performs"]), + ("Asterices", &["asterisks"]), + ("Poisitioning", &["positioning"]), + ("Starigth", &["straight"]), + ("Exterme", &["extreme"]), + ("Abov", &["above"]), + ("Pepperonni", &["pepperoni"]), + ("Virtical", &["vertical"]), + ("Trickey", &["trickery"]), + ("Patckets", &["packets"]), + ("Prouldy", &["proudly"]), + ("Liesure", &["leisure"]), + ("Inteneded", &["intended"]), + ("Neeeded", &["needed"]), + ("Mayalsian", &["malaysian"]), + ("Exhaustivo", &["exhaustion"]), + ("Stram", &["steam", "stream", "tram"]), + ("Illnesss", &["illnesses"]), + ("Outout", &["output"]), + ("Commodites", &["commodities"]), + ("Repetation", &["repetition"]), + ("Langurage", &["language"]), + ("Incrmenet", &["increment"]), + ("Paramteters", &["parameters"]), + ("Dissapearance", &["disappearance"]), + ("Symphatize", &["sympathize"]), + ("Execuatable", &["executable"]), + ("Schedual", &["schedule"]), + ("Mellineums", &["millennia"]), + ("Pilons", &["pillions", "pylons"]), + ("Datesets", &["datasets"]), + ("Ccpcheck", &["cppcheck"]), + ("Upgraddes", &["upgrades"]), + ("Abigious", &["ambiguous"]), + ("Quereis", &["queries"]), + ("Unoffocial", &["unofficial"]), + ("Execuitables", &["executables"]), + ("Explanaitons", &["explanations"]), + ("Invlove", &["involve"]), + ("Irrelivent", &["irrelevant"]), + ("Andorids", &["androids"]), + ("Existane", &["existence"]), + ("Subfeatutures", &["subfeatures"]), + ("Reuseing", &["reusing"]), + ("Proceeeded", &["proceeded"]), + ("Substituion", &["substitution"]), + ("Multible", &["multiple"]), + ("Encrcypted", &["encrypted"]), + ("Utlrasound", &["ultrasound"]), + ("Bitcon", &["bitcoin"]), + ("Extraenous", &["extraneous"]), + ("Pratical", &["practical"]), + ("Conlcuding", &["concluding"]), + ("Mirrioring", &["mirroring"]), + ("Anaylze", &["analyze"]), + ("Novemeber", &["november"]), + ("Meltodwn", &["meltdown"]), + ("Migrateable", &["migratable"]), + ("Sandard", &["standard"]), + ("Konfidential", &["confidential"]), + ("Coutneract", &["counteract"]), + ("Evluations", &["evaluations"]), + ("Initisl", &["initials"]), + ("Uninstalable", &["uninstallable"]), + ("Uninitalises", &["uninitialises"]), + ("Derypt", &["decrypt"]), + ("Furethermore", &["furthermore"]), + ("Wraped", &["wrapped", "warped"]), + ("Otification", &["notification"]), + ("Algolithmically", &["algorithmically"]), + ("Duplaicated", &["duplicated"]), + ("Yoou", &["you"]), + ("Unstructred", &["unstructured"]), + ("Tecnician", &["technician"]), + ("Benchamrked", &["benchmarked"]), + ("Pesticedes", &["pesticides"]), + ("Indivuduality", &["individuality"]), + ("Exaplained", &["explained"]), + ("Attendence", &["attendance"]), + ("Premeire", &["premiere"]), + ("Expoed", &["exposed"]), + ("Avaoided", &["avoided"]), + ("Anedoctes", &["anecdotes"]), + ("Prairy", &["prairie"]), + ("Descrete", &["discrete"]), + ("Guarrantie", &["guarantee"]), + ("Diffenrence", &["difference"]), + ("Seezed", &["seized"]), + ("Enviromnents", &["environments"]), + ("Accorted", &["accorded"]), + ("Metaphysicans", &["metaphysics"]), + ("Proleteriat", &["proletariat"]), + ("Unsuded", &["unused", "unsuited"]), + ("Pormetheus", &["prometheus"]), + ("Shaodw", &["shadow"]), + ("Chanceling", &["canceling"]), + ("Sprayade", &["sprayed"]), + ("Concatincate", &["concatenate"]), + ("Ideologias", &["ideologies"]), + ("Hierarachy", &["hierarchy"]), + ("Sightstine", &["sightstone"]), + ("Thime", &["time", "theme", "thyme", "thine"]), + ("Abstracor", &["abstractor"]), + ("Reelation", &["relation"]), + ("Independ", &["independent"]), + ("Warinig", &["warning"]), + ("Pedestiran", &["pedestrian"]), + ("Resistences", &["resistances"]), + ("Negotiative", &["negotiate"]), + ("Acounts", &["accounts"]), + ("Milicious", &["malicious"]), + ("Guarenteeded", &["guaranteed"]), + ("Extreems", &["extremes"]), + ("Precessor", &["predecessor", "processor"]), + ("Contiunal", &["continual"]), + ("Stimulans", &["stimulants"]), + ("Ineqaulity", &["inequality"]), + ("Synonymos", &["synonymous"]), + ("Definitv", &["definitive"]), + ("Administratieve", &["administrative"]), + ("Trasitive", &["transitive"]), + ("Criticisze", &["criticise"]), + ("Diretive", &["directive"]), + ("Inheret", &["inherit"]), + ("Failer", &["failure"]), + ("Mercenarias", &["mercenaries"]), + ("Initailise", &["initialise"]), + ("Fincial", &["financial"]), + ("Bounidng", &["bounding"]), + ("Moible", &["mobile"]), + ("Dispossing", &["disposing"]), + ("Suppied", &["supplied"]), + ("Deisgner", &["designer"]), + ("Transparantie", &["transparent"]), + ("Ratatooee", &["ratatouille"]), + ("Coorespond", &["correspond"]), + ("Negotiotators", &["negotiators"]), + ("Tarpolin", &["tarpaulin"]), + ("Backound", &["background"]), + ("Appliation", &["application"]), + ("Arbitiray", &["arbitrary"]), + ("Contenintal", &["continental"]), + ("Bussiness", &["business"]), + ("Variablen", &["variable"]), + ("Negogtiation", &["negotiation"]), + ("Aclhemist", &["alchemist"]), + ("Giltched", &["glitched"]), + ("Difraction", &["diffraction"]), + ("Disconnectus", &["disconnects"]), + ("Presistance", &["persistence"]), + ("Spirutuality", &["spirituality"]), + ("Extesions", &["extensions"]), + ("Relegato", &["relegation"]), + ("Overhearting", &["overreacting"]), + ("Micorwave", &["microwave"]), + ("Proprotional", &["proportional"]), + ("Forst", &["first", "forced"]), + ("Utilitizes", &["utilizes"]), + ("Rnage", &["rage", "range"]), + ("Debths", &["depths"]), + ("Playwrites", &["playwrights"]), + ("Costruct", &["construct"]), + ("Crutchs", &["crutches"]), + ("Complitation", &["complication", "compilation"]), + ("Invinvible", &["invincible"]), + ("Enouugh", &["enough"]), + ("Previaling", &["prevailing"]), + ("Transmitirte", &["transmitter"]), + ("Executubles", &["executables"]), + ("Mininises", &["minimises"]), + ("Consulant", &["consultant"]), + ("Hungs", &["hangs", "hung"]), + ("Boutnies", &["bounties"]), + ("Irraditates", &["irradiates"]), + ("Workarround", &["workaround"]), + ("Blockcahin", &["blockchain"]), + ("Rlse", &["else"]), + ("Deliverate", &["deliberate"]), + ("Embarasssing", &["embarrassing"]), + ("Solfer", &["solver", "solder"]), + ("Transmittion", &["transmission"]), + ("Esitmated", &["estimated"]), + ("Persewer", &["pursuer"]), + ("Qaulification", &["qualification"]), + ("Micrcontrollers", &["microcontrollers"]), + ("Rehersals", &["rehearsals"]), + ("Obejcted", &["objected"]), + ("Privilage", &["privilege"]), + ("Neede", &["needed", "need"]), + ("Asperges", &["aspergers"]), + ("Inevitablely", &["inevitably"]), + ("Manouverable", &["maneuverable"]), + ("Encocde", &["encode"]), + ("Comperative", &["comparative"]), + ("Prebious", &["previous"]), + ("Crsytalline", &["crystalline"]), + ("Reqiored", &["required"]), + ("Unexpetectedly", &["unexpectedly"]), + ("Advnced", &["advanced"]), + ("Reccomend", &["recommend"]), + ("Protaganist", &["protagonist"]), + ("Moderm", &["modem", "modern"]), + ("Mirorring", &["mirroring"]), + ("Detecte", &["detected", "detect", "detects"]), + ("Multipling", &["multiplying"]), + ("Scratchs", &["scratches"]), + ("Dishcarged", &["discharged"]), + ("Entitiy", &["entity"]), + ("Copleted", &["completed"]), + ("Encourged", &["encouraged"]), + ("Organered", &["orangered"]), + ("Licnese", &["license"]), + ("Substantitve", &["substantive"]), + ("Versalite", &["versatile"]), + ("Attriutes", &["attributes"]), + ("Chronoligical", &["chronological"]), + ("Capsuls", &["capsules"]), + ("Termplate", &["template"]), + ("Nationalisitc", &["nationalistic"]), + ("Demogrpahics", &["demographics"]), + ("Produdes", &["produces"]), + ("Doller", &["dollar"]), + ("Tetry", &["retry"]), + ("Carthagian", &["carthaginian"]), + ("Resposive", &["responsive"]), + ("Conditianaly", &["conditionally"]), + ("Cuestions", &["questions"]), + ("Optimizate", &["optimize"]), + ("Bject", &["object"]), + ("Cerrebral", &["cerebral"]), + ("Infromatoin", &["information"]), + ("Concatinated", &["contaminated", "concatenated"]), + ("Cosntructed", &["constructed"]), + ("Hel", &["help", "hell", "heal"]), + ("Galations", &["galatians"]), + ("Patition", &["partition"]), + ("Vrsions", &["versions"]), + ("Insalling", &["installing"]), + ("Definitly", &["definitely"]), + ("Heaer", &["header"]), + ("Physiscian", &["physician"]), + ("Terrirories", &["territories"]), + ("Electroncs", &["electrons"]), + ("Momoment", &["moment"]), + ("Comlain", &["complain"]), + ("Relly", &["really"]), + ("Patial", &["spatial"]), + ("Socailist", &["socialist"]), + ("Weakensses", &["weaknesses"]), + ("Besteality", &["bestiality"]), + ("Conjuntions", &["conjunctions"]), + ("Miscrosoft", &["microsoft"]), + ("Entrepreneures", &["entrepreneurs"]), + ("Sinnicaly", &["cynically"]), + ("Patriarcial", &["patriarchal"]), + ("Carnomy", &["ceremony"]), + ("Mayority", &["majority"]), + ("Stratagies", &["strategies"]), + ("Parially", &["partially"]), + ("Achiveing", &["achieving"]), + ("Retaired", &["retired"]), + ("Discourraged", &["discouraged"]), + ("Clinicals", &["clinical"]), + ("Chronice", &["chronicles"]), + ("Reflecte", &["reflective"]), + ("Indirectely", &["indirectly"]), + ("Predeccesors", &["predecessor"]), + ("Introvents", &["introverts"]), + ("Alignd", &["aligned"]), + ("Psichologically", &["psychologically"]), + ("Soldeirs", &["soldiers"]), + ("Instruciton", &["instruction"]), + ("Indide", &["inside", "indeed"]), + ("Meaured", &["measured"]), + ("Speciifed", &["specified"]), + ("Airbourne", &["airborne"]), + ("Abberivation", &["abbreviation"]), + ("Resourece", &["resource"]), + ("Blackbeery", &["blackberry"]), + ("Murr", &["myrrh"]), + ("Socialsits", &["socialists"]), + ("Calcualting", &["calculating"]), + ("Substition", &["substitution"]), + ("Burtst", &["burst"]), + ("Psychedellics", &["psychedelics"]), + ("Recondifure", &["reconfigure"]), + ("Scriipt", &["script"]), + ("Unforutunate", &["unfortunate"]), + ("Descritors", &["descriptors"]), + ("Happeing", &["happening"]), + ("Addd", &["add"]), + ("Parant", &["parent"]), + ("Termo", &["thermo"]), + ("Anecodtes", &["anecdotes"]), + ("Evaluatated", &["evaluated"]), + ("Hsve", &["have"]), + ("Mistread", &["mistreated"]), + ("Excludle", &["exclude"]), + ("Trempoline", &["trampoline"]), + ("Cataclism", &["cataclysm"]), + ("Arrangd", &["arranged"]), + ("Autenticating", &["authenticating"]), + ("Poointer", &["pointer"]), + ("Enthusiasum", &["enthusiasm"]), + ("Heavyweigth", &["heavyweight"]), + ("Moreso", &["more"]), + ("Poperly", &["properly", "property"]), + ("Promenently", &["prominently"]), + ("Celcius", &["celsius"]), + ("Elsewere", &["elsewhere"]), + ("Defauled", &["default", "defaulted"]), + ("Gosples", &["gospels"]), + ("Follfow", &["follow"]), + ("Galatic", &["galactic"]), + ("Seriaized", &["serialized"]), + ("Constructieve", &["constructive"]), + ("Specfying", &["specifying"]), + ("Attiribute", &["attribute"]), + ("Templarios", &["templars"]), + ("Homosexualty", &["homosexuality"]), + ("Doctrins", &["doctrines"]), + ("Phenomon", &["phenomenon"]), + ("Recogniton", &["recognition"]), + ("Proverai", &["proverbial"]), + ("Outupts", &["outputs"]), + ("Carefullly", &["carefully"]), + ("Abount", &["about"]), + ("Creationst", &["creationist"]), + ("Encoutners", &["encounters"]), + ("Isntallations", &["installations"]), + ("Bre", &["be", "brie"]), + ("Missourri", &["missouri"]), + ("Drwawing", &["drawing"]), + ("Bicthes", &["bitches"]), + ("Disatvantage", &["disadvantage"]), + ("Apprearance", &["appearance"]), + ("Excecute", &["execute"]), + ("Coonnection", &["connection"]), + ("Comprehand", &["comprehend"]), + ("Especialyl", &["especially"]), + ("Incompaitible", &["incompatible"]), + ("Bactracking", &["backtracking"]), + ("Follwoeong", &["following"]), + ("Vektor", &["vector"]), + ("Speficied", &["specified"]), + ("Throwed", &["threw", "thrown"]), + ("Sugggestion", &["suggestion"]), + ("Signficiantly", &["significantly"]), + ("Nonpriviledged", &["nonprivileged"]), + ("Integating", &["integrating"]), + ("Swtich", &["switch"]), + ("Vanishs", &["vanishes"]), + ("Polynominal", &["polynomial"]), + ("Duplciates", &["duplicates"]), + ("Clhorine", &["chlorine"]), + ("Follwws", &["follows"]), + ("Manipulaton", &["manipulation"]), + ("Attriubute", &["attribute"]), + ("Wuold", &["would"]), + ("Quarantaine", &["quarantine"]), + ("Archecture", &["architecture"]), + ("Vidoe", &["video"]), + ("Affordible", &["affordable"]), + ("Sapcebar", &["spacebar"]), + ("Synonamous", &["synonymous"]), + ("Decipted", &["depicted"]), + ("Unspefeid", &["unspecified"]), + ("Tunges", &["tongues"]), + ("Chocolotes", &["chocolates"]), + ("Governer", &["governor"]), + ("Soliditary", &["solidarity"]), + ("Promprted", &["prompted"]), + ("Transtition", &["transition"]), + ("Intiailiser", &["initialiser"]), + ("Envirnment", &["environment"]), + ("Expeimentelly", &["experimentally"]), + ("Shetlers", &["shelters"]), + ("Permanantely", &["permanently"]), + ("Proccedings", &["proceedings"]), + ("Architecturs", &["architectures"]), + ("Confidencial", &["confidential"]), + ("Regon", &["region"]), + ("Perputuates", &["perpetuates"]), + ("Stregth", &["strength"]), + ("Plantext", &["plaintext"]), + ("Misunterstood", &["misunderstood"]), + ("Neighborhod", &["neighborhood"]), + ("Masturdate", &["masturbate"]), + ("Enviromnentally", &["environmentally"]), + ("Astornauts", &["astronauts"]), + ("Aritrary", &["arbitrary"]), + ("Offisde", &["offside"]), + ("Umbrellla", &["umbrella"]), + ("Persitent", &["persistent"]), + ("Steathly", &["stealthy"]), + ("Exectute", &["execute"]), + ("Activing", &["activating"]), + ("Sacrifise", &["sacrifices"]), + ("Cyrstallize", &["crystallize"]), + ("Imgage", &["image"]), + ("Ventalation", &["ventilation"]), + ("Qudrangles", &["quadrangles"]), + ("Sloughtering", &["slaughtering"]), + ("Remore", &["remote"]), + ("Webassemby", &["webassembly"]), + ("Multiplicaiton", &["multiplication"]), + ("Cient", &["client"]), + ("Extraordinarilly", &["extraordinary"]), + ("Divrese", &["diverse"]), + ("Excpetional", &["exceptional"]), + ("Incliudes", &["includes"]), + ("Expesses", &["expresses"]), + ("Addrss", &["address"]), + ("Porve", &["prove"]), + ("Liberary", &["library"]), + ("Initiall", &["initial", "initially"]), + ("Namaed", &["named"]), + ("Projcets", &["projects"]), + ("Intoxicaton", &["intoxication"]), + ("Instructores", &["instructors"]), + ("Devcies", &["devices"]), + ("Banglidesh", &["bangladesh"]), + ("Logorithm", &["logarithm"]), + ("Positionnes", &["positions"]), + ("Mcroscopic", &["microscopic"]), + ("Fullfillment", &["fulfillment"]), + ("Dektops", &["desktops"]), + ("Appreciationg", &["appreciating"]), + ("Differense", &["differences", "difference"]), + ("Asynchrnous", &["asynchronous"]), + ("Faciliated", &["facilitated"]), + ("Descriptons", &["descriptions"]), + ("Demosntrating", &["demonstrating"]), + ("Opeing", &["opening"]), + ("Appicative", &["applicative"]), + ("Commti", &["commit"]), + ("Columbidae", &["columbia"]), + ("Refererd", &["referred"]), + ("Wihout", &["without"]), + ("Porjection", &["projection"]), + ("Scheam", &["schema"]), + ("Porjectiles", &["projectiles"]), + ("Intereested", &["interested"]), + ("Pharmasutically", &["pharmaceutical"]), + ("Deprevation", &["deprivation"]), + ("Referecences", &["references"]), + ("Replasements", &["replacements"]), + ("Descriotor", &["descriptor"]), + ("Compunet", &["compute"]), + ("Spefiific", &["specific"]), + ("Conchusly", &["consciously"]), + ("Agreeded", &["agreed"]), + ("Alrington", &["arlington"]), + ("Arthrimetic", &["arithmetic"]), + ("Instatiation", &["instantiation"]), + ("Legalizaing", &["legalizing"]), + ("Dicitonaries", &["dictionaries"]), + ("Execucted", &["executed"]), + ("Asynchonously", &["asynchronously"]), + ("Criticials", &["criticals"]), + ("Cellers", &["cellars"]), + ("Requirment", &["requirement"]), + ("Miltary", &["military"]), + ("Invaid", &["invalid"]), + ("Multipul", &["multiple"]), + ("Cose", &["case"]), + ("Pyhsically", &["physically"]), + ("Intelegence", &["intelligence"]), + ("Termniates", &["terminates"]), + ("Nwe", &["new"]), + ("Survivalibity", &["survivability"]), + ("Distingish", &["distinguish"]), + ("Shal", &["shall"]), + ("Swatsika", &["swastika"]), + ("Typle", &["tuple"]), + ("Counterd", &["countered"]), + ("Sirynge", &["syringe"]), + ("Dissct", &["dissect"]), + ("Coalascence", &["coalescence"]), + ("Abandining", &["abandoning"]), + ("Copenhagn", &["copenhagen"]), + ("Consecuences", &["consequences"]), + ("Colubmia", &["columbia"]), + ("Webhools", &["webhooks"]), + ("Desturbing", &["disturbing"]), + ("Qualtitative", &["quantitative"]), + ("Delaring", &["declaring"]), + ("Supersition", &["supervision"]), + ("Basci", &["basic"]), + ("Attactor", &["attractor"]), + ("Strucutral", &["structural"]), + ("Simialir", &["similar"]), + ("Negotioated", &["negotiated"]), + ("Itnerface", &["interface"]), + ("Compuations", &["computations"]), + ("Procoessing", &["processing"]), + ("Disconecctions", &["disconnections"]), + ("Detrimentul", &["detrimental"]), + ("Alocated", &["allocated"]), + ("Optons", &["options"]), + ("Opperator", &["operator"]), + ("Cabinent", &["cabinet"]), + ("Accordling", &["according"]), + ("Documentare", &["documentaries"]), + ("Ellipsical", &["elliptical"]), + ("Envionmental", &["environmental"]), + ("Extedned", &["extended"]), + ("Anesthetia", &["anesthesia"]), + ("Hyptothetical", &["hypothetical"]), + ("Transalator", &["translator"]), + ("Condencing", &["condemning"]), + ("Interpretaciones", &["interpretations"]), + ("Breifing", &["briefing"]), + ("Cylcical", &["cyclical"]), + ("Avacado", &["avocado"]), + ("Deadlfit", &["deadlift"]), + ("Documation", &["documentation"]), + ("Brfore", &["before"]), + ("Footprinst", &["footprints"]), + ("Definet", &["definite"]), + ("Apartheied", &["apartheid"]), + ("Prostituer", &["prostitute"]), + ("Ahtleticism", &["athleticism"]), + ("Resaurants", &["restaurants"]), + ("Contense", &["contenders"]), + ("Pasres", &["parses"]), + ("Noice", &["noise", "nice", "notice"]), + ("Sponteanously", &["spontaneously"]), + ("Eveluate", &["evaluate"]), + ("Flavoures", &["flavours"]), + ("Interpet", &["interpret"]), + ("Cooridates", &["coordinates"]), + ("Valentones", &["valentines"]), + ("Algorhithms", &["algorithms"]), + ("Occupided", &["occupied"]), + ("Socripts", &["scripts"]), + ("Uncknown", &["unknown"]), + ("Procided", &["provided"]), + ("Plugable", &["pluggable"]), + ("Contoller", &["controller"]), + ("Upstreems", &["upstreams"]), + ("Icluded", &["included"]), + ("Kimerric", &["chimeric"]), + ("Cloure", &["clojure", "closure"]), + ("Aquainting", &["acquainting"]), + ("Fruitin", &["fruition"]), + ("Secertly", &["secretly"]), + ("Debbugger", &["debugger"]), + ("Fundamentalisme", &["fundamentals"]), + ("Byast", &["biased"]), + ("Burisers", &["bruisers"]), + ("Releative", &["relative"]), + ("Coallescing", &["coalescing"]), + ("Speficillifed", &["specified"]), + ("Unexepectedly", &["unexpectedly"]), + ("Ermergency", &["emergency"]), + ("Veryify", &["verify"]), + ("Vessles", &["vessels"]), + ("Resoultions", &["resolutions"]), + ("Captivitiy", &["captivity"]), + ("Provisoner", &["provisioner"]), + ("Sawnsea", &["swansea"]), + ("Consequenes", &["consequence"]), + ("Comsuming", &["consuming"]), + ("Sheepherds", &["shepherds"]), + ("Attrubytes", &["attributes"]), + ("Higth", &["height"]), + ("Inifnitely", &["infinitely"]), + ("Lient", &["client", "clients"]), + ("Pebbels", &["pebbles"]), + ("Arros", &["arrows"]), + ("Dimensinoal", &["dimensional"]), + ("Diplomatisch", &["diplomatic"]), + ("Centipeed", &["centipede"]), + ("Masuclinity", &["masculinity"]), + ("Observarse", &["observers"]), + ("Perfomer", &["performer"]), + ("Deneirs", &["deniers"]), + ("Wresselers", &["wrestlers"]), + ("Itnroduced", &["introduced"]), + ("Infinitiy", &["infinity"]), + ("Munnicipality", &["municipality"]), + ("Haev", &["have", "heave"]), + ("Inferrence", &["inference"]), + ("Satisfactoraly", &["satisfactory"]), + ("Overhtinking", &["overthinking"]), + ("Evalutate", &["evaluate"]), + ("Aperatures", &["apertures"]), + ("Juadism", &["judaism"]), + ("Aracnids", &["arachnids"]), + ("Basnhee", &["banshee"]), + ("Radiaton", &["radiation"]), + ("Overzelisly", &["overzealously"]), + ("Compressd", &["compressed"]), + ("Exepectedly", &["expectedly"]), + ("Offfense", &["offense"]), + ("Bubbless", &["bubbles"]), + ("Egyptains", &["egyptians"]), + ("Transportatin", &["transportation"]), + ("Reniged", &["reneged"]), + ("Alnterating", &["alternating"]), + ("Shcizophrenic", &["schizophrenic"]), + ("Succesful", &["successful"]), + ("Prelease", &["prerelease"]), + ("Specturm", &["spectrum"]), + ("Hearhtstone", &["hearthstone"]), + ("Ideologe", &["ideologies"]), + ("Warnigns", &["warnings"]), + ("Styl", &["style"]), + ("Interpoloations", &["interpolations"]), + ("Attibutes", &["attributes"]), + ("Excentric", &["eccentric"]), + ("Penninsular", &["peninsular"]), + ("Albumns", &["albums"]), + ("Entrepreneurers", &["entrepreneurs"]), + ("Monstorsity", &["monstrosity"]), + ("Pregancy", &["pregnancy"]), + ("Thirteeen", &["thirteen"]), + ("Vew", &["view"]), + ("Subsidizies", &["subsidize"]), + ("Subscritpion", &["subscriptions", "subscription"]), + ("Sanwich", &["sandwich"]), + ("Senerio", &["scenario"]), + ("Algorwwithmically", &["algorithmically"]), + ("Refreshener", &["refresher"]), + ("Cenario", &["scenario"]), + ("Uplaoder", &["uploader"]), + ("Possabilties", &["possibilities"]), + ("Repressent", &["represents", "represent"]), + ("Agrgument", &["argument"]), + ("Subnegotations", &["subnegotiations"]), + ("Stategy", &["strategy"]), + ("Thefore", &["therefore"]), + ("Winnigns", &["winnings"]), + ("Rasies", &["raises"]), + ("Overclokcing", &["overclocking"]), + ("Dissasociated", &["disassociated"]), + ("Interactons", &["interacts"]), + ("Managemnt", &["management"]), + ("Fpor", &["for"]), + ("Asymettric", &["asymmetric"]), + ("Threashold", &["threshold"]), + ("Veriasion", &["variation"]), + ("Coornates", &["coordinates"]), + ("Locaition", &["location"]), + ("Condiut", &["conduit"]), + ("Deregulatin", &["deregulation"]), + ("Malcom", &["malcolm"]), + ("Flasely", &["falsely"]), + ("Preisthood", &["priesthood"]), + ("Dinsoaur", &["dinosaur"]), + ("Readeable", &["readable"]), + ("Autheticator", &["authenticator"]), + ("Mutliples", &["multiples"]), + ("Availabilty", &["availability"]), + ("Breakes", &["breaks"]), + ("Reproducablitity", &["reproducibility"]), + ("Spagehtti", &["spaghetti"]), + ("Hallunications", &["hallucinations"]), + ("Suppopose", &["suppose"]), + ("Strean", &["stream"]), + ("Deisgned", &["designed"]), + ("Conservaties", &["conservatives"]), + ("Fomula", &["formula"]), + ("Trunctation", &["truncation"]), + ("Algotihms", &["algorithms"]), + ("Signifant", &["significant"]), + ("Multipalyer", &["multiplayer"]), + ("Caffinee", &["caffeine"]), + ("Outsoure", &["outsourced"]), + ("Casualries", &["casualties"]), + ("Continouos", &["continuous"]), + ("Explicly", &["explicitly"]), + ("Substitued", &["substitute", "substituted"]), + ("Helicpoter", &["helicopter"]), + ("Renegotitaion", &["renegotiation"]), + ("Benhgazi", &["benghazi"]), + ("Volxels", &["voxels"]), + ("Cretating", &["creating"]), + ("Accsess", &["access"]), + ("Casue", &["cause"]), + ("Cigarretts", &["cigarettes"]), + ("Bunbling", &["bundling"]), + ("Activelly", &["actively"]), + ("Descendenta", &["descendents"]), + ("Internetese", &["internets"]), + ("Eneable", &["enable"]), + ("Transtator", &["translator"]), + ("Authecating", &["authenticating"]), + ("Brane", &["brain"]), + ("Availabiltiy", &["availability"]), + ("Hauty", &["haughty"]), + ("Judgementle", &["judgemental"]), + ("Ccorrect", &["correct"]), + ("Speficifcations", &["specifications"]), + ("Manipule", &["manipulate"]), + ("Sucesses", &["successes"]), + ("Medioce", &["mediocre"]), + ("Indepently", &["independently"]), + ("Smething", &["something"]), + ("Currnet", &["current"]), + ("Nightley", &["nightly"]), + ("Possile", &["possible"]), + ("Arrya", &["array"]), + ("Szies", &["sizes"]), + ("Dyanmically", &["dynamically"]), + ("Vulnerabiliy", &["vulnerability"]), + ("Partirions", &["partitions"]), + ("Paoition", &["position"]), + ("Explosiones", &["explosions"]), + ("Excerciser", &["exerciser"]), + ("Prugatory", &["purgatory"]), + ("Renegotioated", &["renegotiated"]), + ("Bulletprrof", &["bulletproof"]), + ("Cerberal", &["cerebral"]), + ("Faiway", &["fairway"]), + ("Ommitting", &["omitting"]), + ("Programmign", &["programming"]), + ("Sheepel", &["sheeple"]), + ("Continetal", &["continental"]), + ("Centipedle", &["centipede"]), + ("Eyeshdaow", &["eyeshadow"]), + ("Destroyeds", &["destroyers"]), + ("Diffference", &["difference"]), + ("Exacarbated", &["exacerbated"]), + ("Intreegued", &["intrigued"]), + ("Queiried", &["queried"]), + ("Paramterize", &["parameterize"]), + ("Mopre", &["more"]), + ("Orginate", &["originate"]), + ("Addding", &["adding"]), + ("Conecntration", &["concentrations"]), + ("Apparantly", &["apparently"]), + ("Tarbal", &["tarball"]), + ("Convorsations", &["conversations"]), + ("Trakers", &["trackers"]), + ("Individualty", &["individuality"]), + ("Funcation", &["function"]), + ("Simpified", &["simplified"]), + ("Empressing", &["impressing"]), + ("Spefiifying", &["specifying"]), + ("Preshis", &["precious"]), + ("Thereads", &["threads"]), + ("Atmoshpere", &["atmosphere"]), + ("Defautl", &["default"]), + ("Genertion", &["generation"]), + ("Languauges", &["languages"]), + ("Consturct", &["construct"]), + ("Widesread", &["widespread"]), + ("Initializs", &["initialize", "initializes"]), + ("Authoritate", &["authoritative"]), + ("Persistented", &["persisted"]), + ("Communsim", &["communism"]), + ("Socioecomonic", &["socioeconomic"]), + ("Encycolpedia", &["encyclopedia"]), + ("Expensable", &["expendable"]), + ("Inbankments", &["embankments"]), + ("Naybhorhoods", &["neighborhoods"]), + ("Hovewer", &["however"]), + ("Incorperated", &["incorporated"]), + ("Stocahstic", &["stochastic"]), + ("Opended", &["opened"]), + ("Fesitvals", &["festivals"]), + ("Exessive", &["excessive"]), + ("Appliction", &["application"]), + ("Differece", &["difference"]), + ("Millenial", &["millennial"]), + ("Survelliance", &["surveillance"]), + ("Lifes", &["lives"]), + ("Temperal", &["temporal"]), + ("Negotitaion", &["negotiation"]), + ("Neighbous", &["neighbours"]), + ("Cautio", &["caution"]), + ("Experimenaters", &["experimenters"]), + ("Frowrad", &["forward"]), + ("Oustiders", &["outsiders"]), + ("Deocdings", &["decodings"]), + ("Disproportionaltely", &["disproportionately"]), + ("Masteires", &["masteries"]), + ("Delemiter", &["delimiter"]), + ("Asutrian", &["austrian"]), + ("Availality", &["availability"]), + ("Compairson", &["comparison"]), + ("Introverso", &["introverts"]), + ("Grahpics", &["graphics"]), + ("Obtainig", &["obtaining"]), + ("Orderering", &["ordering"]), + ("Vietnamnese", &["vietnamese"]), + ("Regylar", &["regular"]), + ("Abbrevations", &["abbreviations"]), + ("Amphetimine", &["amphetamine"]), + ("Classses", &["classes"]), + ("Appreciateing", &["appreciating"]), + ("Critices", &["critics"]), + ("Justificativos", &["justifications"]), + ("Pronuntiation", &["pronunciation"]), + ("Familes", &["families"]), + ("Outragoues", &["outrageous"]), + ("Approches", &["approaches"]), + ("Cruncing", &["crunching"]), + ("Showvinism", &["chauvinism"]), + ("Setgit", &["setgid"]), + ("Delimitied", &["delimited"]), + ("Casheir", &["cashier"]), + ("Corresponing", &["corresponding"]), + ("Freshkly", &["freshly"]), + ("Believ", &["believe"]), + ("Speciy", &["specify"]), + ("Cannabilyses", &["cannibalises"]), + ("Definitivly", &["definitively"]), + ("Pususading", &["persuading"]), + ("Asending", &["ascending"]), + ("Abilties", &["abilities"]), + ("Laysers", &["lasers", "layers"]), + ("Featur", &["feature"]), + ("Fatc", &["fact"]), + ("Regenade", &["renegade"]), + ("Undergrand", &["undergrad"]), + ("Explorerers", &["explorers"]), + ("Certificed", &["certificated"]), + ("Famliy", &["family"]), + ("Apportunity", &["opportunity"]), + ("Bootstapping", &["bootstrapping"]), + ("Resumsed", &["resumed"]), + ("Desroyer", &["destroyer"]), + ("Inmediate", &["immediate"]), + ("Prostethic", &["prosthetic"]), + ("Yoiu", &["you"]), + ("Responed", &["respond"]), + ("Descerning", &["descending"]), + ("Orhtogonal", &["orthogonal"]), + ("Tendincies", &["tendencies"]), + ("Carcuses", &["carcasses"]), + ("Ankshios", &["anxious"]), + ("Releaving", &["relieving"]), + ("Comparte", &["compare"]), + ("Extraordinaryly", &["extraordinarily"]), + ("Delibaretely", &["deliberately"]), + ("Combinatin", &["combinations"]), + ("Velociry", &["velocity"]), + ("Catholisicm", &["catholicism"]), + ("Opatque", &["opaque"]), + ("Hanlder", &["handler"]), + ("Exampeles", &["examples"]), + ("Seconts", &["seconds"]), + ("Owerflowing", &["overflowing"]), + ("Discrption", &["discretion"]), + ("Hopfully", &["hopefully"]), + ("Reanme", &["rename"]), + ("Complile", &["compile"]), + ("Produciton", &["production"]), + ("Execuitable", &["executable"]), + ("Swithcboard", &["switchboard"]), + ("Bothe", &["both"]), + ("Debateable", &["debatable"]), + ("Thair", &["their", "there"]), + ("Expediated", &["expedited"]), + ("Depcits", &["depicts"]), + ("Deleleting", &["deleting"]), + ("Filenae", &["filename"]), + ("Souvenier", &["souvenir"]), + ("Faillures", &["failures"]), + ("Recuriting", &["recruiting"]), + ("Authetntication", &["authentication"]), + ("Sarinomies", &["ceremonies"]), + ("Earthquate", &["earthquake"]), + ("Suported", &["supported"]), + ("Concicely", &["concisely"]), + ("Descides", &["decides"]), + ("Vitaliy", &["vitality"]), + ("Depedencies", &["dependencies"]), + ("Resurecting", &["resurrecting"]), + ("Generaging", &["generating"]), + ("Definitaley", &["definitely"]), + ("Analyitcal", &["analytical"]), + ("Pologons", &["polygons"]), + ("Ariborne", &["airborne"]), + ("Dissapperd", &["disappeared"]), + ("Metabolics", &["metabolism"]), + ("Monestic", &["monastic"]), + ("Reserached", &["researched"]), + ("Wathers", &["watchers"]), + ("Outperfoms", &["outperform"]), + ("Degreees", &["degrees"]), + ("Upadtes", &["updates"]), + ("Lnow", &["know"]), + ("Distrbuting", &["distributing"]), + ("Repentable", &["repeatable"]), + ("Ediitors", &["editors"]), + ("Algorritmically", &["algorithmically"]), + ("Highighted", &["highlighted"]), + ("Frineds", &["friends"]), + ("Abiut", &["about"]), + ("Mesages", &["messages"]), + ("Circumcition", &["circumcision"]), + ("Orginised", &["organised"]), + ("Rathar", &["rather"]), + ("Caputred", &["captured"]), + ("Condradicting", &["contradicting"]), + ("Otherweis", &["otherwise"]), + ("Calcultated", &["calculated"]), + ("Instutution", &["institution"]), + ("Confugires", &["configures"]), + ("Bandwidht", &["bandwidth"]), + ("Almightly", &["almighty"]), + ("Typcially", &["typically"]), + ("Suppot", &["support"]), + ("Indicatee", &["indicates", "indicated"]), + ("Beahvior", &["behavior"]), + ("Officeally", &["officially"]), + ("Disabed", &["disabled"]), + ("Furser", &["further"]), + ("Istener", &["listener"]), + ("Sharpenning", &["sharpening"]), + ("Accesssibility", &["accessibility"]), + ("Semaphones", &["semaphores"]), + ("Intelligente", &["intelligence"]), + ("Instlaler", &["installer"]), + ("Positivie", &["positive"]), + ("Arranements", &["arrangements"]), + ("Doubes", &["doubles"]), + ("Aribrary", &["arbitrary"]), + ("Experimintelly", &["experimentally"]), + ("Rectanlge", &["rectangle"]), + ("Pasitioning", &["positioning"]), + ("Obejctions", &["objections"]), + ("Optimistc", &["optimistic"]), + ("Diferentiated", &["differentiated"]), + ("Accouting", &["accounting"]), + ("Coexhisting", &["coexisting"]), + ("Auccess", &["success"]), + ("Unrealistc", &["unrealistic"]), + ("Defautls", &["defaults"]), + ("Nessecary", &["necessary"]), + ("Pyhthon", &["python"]), + ("Childrends", &["childrens"]), + ("Islamits", &["islamist"]), + ("Specializaitons", &["specializations"]), + ("Concurency", &["concurrency"]), + ("Refersher", &["refresher"]), + ("Actualoy", &["actually"]), + ("Stoppping", &["stopping"]), + ("Desparately", &["desperately"]), + ("Satrudays", &["saturdays"]), + ("Overzealis", &["overzealous"]), + ("Failured", &["failed"]), + ("Charactiristics", &["characteristics"]), + ("Ciriteria", &["criteria"]), + ("Referenenced", &["referenced"]), + ("Unchenged", &["unchanged"]), + ("Exclusuives", &["exclusives"]), + ("Psychopats", &["psychopaths"]), + ("Incpetion", &["inception"]), + ("Alogirthmically", &["algorithmically"]), + ("Opeational", &["operational"]), + ("Coputes", &["computes"]), + ("Unter", &["under"]), + ("Construde", &["construed"]), + ("Approachs", &["approaches"]), + ("Functitons", &["functions"]), + ("Shotcut", &["shortcut"]), + ("Sementically", &["semantically"]), + ("Misdeamenors", &["misdemeanor"]), + ("Anesthisia", &["anesthesia"]), + ("Optios", &["options"]), + ("Opeations", &["operations"]), + ("Routins", &["routines"]), + ("Multiplicites", &["multiplicities"]), + ("Calcualion", &["calculation"]), + ("Impelements", &["implements"]), + ("Acknowlegded", &["acknowledged"]), + ("Prerogotive", &["prerogative"]), + ("Ressizes", &["resizes"]), + ("Cyrpto", &["crypto"]), + ("Sweatshort", &["sweatshirt"]), + ("Gamergat", &["gamertag"]), + ("Sponsorhip", &["sponsorship"]), + ("Exipre", &["expire"]), + ("Juxtification", &["justification"]), + ("Porvides", &["provides"]), + ("Brigde", &["bridge"]), + ("Vriety", &["variety"]), + ("Epxanded", &["expanded"]), + ("Provier", &["provider"]), + ("Rediected", &["redirected"]), + ("Rearangement", &["rearrangement"]), + ("Bloodbrone", &["bloodborne"]), + ("Imortes", &["imports"]), + ("Enhaced", &["enhanced"]), + ("Singify", &["signify"]), + ("Ecape", &["escape"]), + ("Elimintate", &["eliminate"]), + ("Isloate", &["isolate"]), + ("Epliogue", &["epilogue"]), + ("Exeeded", &["exceeded"]), + ("Datset", &["dataset"]), + ("Merrors", &["mirrors"]), + ("Selektor", &["selector"]), + ("Lenghty", &["lengthy"]), + ("Knwon", &["known"]), + ("Leasures", &["leisures"]), + ("Refrencing", &["referencing"]), + ("Aparent", &["apparent"]), + ("Cacluating", &["calculating"]), + ("Viseral", &["visceral"]), + ("Apyoon", &["oppugn"]), + ("Instrcutino", &["instruction"]), + ("Invalidted", &["invalidated"]), + ("Excceds", &["exceeds"]), + ("Constantsm", &["constants"]), + ("Contenants", &["continents"]), + ("Atatchments", &["attachments"]), + ("Assimtote", &["asymptote"]), + ("Autonegotitation", &["autonegotiation"]), + ("Deezil", &["diesel"]), + ("Logoic", &["logic"]), + ("Deverlopers", &["developers"]), + ("Resulution", &["resolution"]), + ("Persecusion", &["persecution"]), + ("Expanisve", &["expansive"]), + ("Adjasence", &["adjacence"]), + ("Casim", &["chasm"]), + ("Perfexcion", &["perfection"]), + ("Subdoamins", &["subdomains"]), + ("Verfified", &["verified"]), + ("Enbable", &["enable"]), + ("Executung", &["executing"]), + ("Unstalbe", &["unstable"]), + ("Ouer", &["outer"]), + ("Melodieuse", &["melodies"]), + ("Heacy", &["heavy"]), + ("Interpretares", &["interpreter"]), + ("Practhett", &["pratchett"]), + ("Frequenzies", &["frequencies"]), + ("Retinew", &["retinue"]), + ("Indianas", &["indians"]), + ("Trikery", &["trickery"]), + ("Kilomteres", &["kilometers"]), + ("Pefer", &["prefer"]), + ("Exectuableness", &["executableness"]), + ("Organie", &["organise"]), + ("Contrinution", &["contribution"]), + ("Collobarate", &["collaborate"]), + ("Roiters", &["rioters"]), + ("Jurnaler", &["journaler"]), + ("Froday", &["friday"]), + ("Depdendancies", &["dependencies"]), + ("Succedding", &["succeeding"]), + ("Terrerists", &["terrorists"]), + ("Animaiter", &["animator"]), + ("Evidencd", &["evidenced"]), + ("Expetimental", &["experimental"]), + ("Accoriding", &["according"]), + ("Coveres", &["covers"]), + ("Unneceesarily", &["unnecessarily"]), + ("Whishlist", &["wishlist"]), + ("Reshedule", &["reschedule"]), + ("Imliments", &["implements"]), + ("Vetical", &["vertical"]), + ("Stupidiy", &["stupidity"]), + ("Logisticas", &["logistics"]), + ("Monotiring", &["monitoring"]), + ("Reduncancy", &["redundancy"]), + ("Agnostisicm", &["agnosticism"]), + ("Adrerssed", &["addressed"]), + ("Registartion", &["registration"]), + ("Sponatenously", &["spontaneously"]), + ("Functios", &["functions"]), + ("Suble", &["subtle"]), + ("Dokc", &["dock"]), + ("Mergge", &["merge"]), + ("Inconveneince", &["inconvenience"]), + ("Antagonisitic", &["antagonistic"]), + ("Inveryed", &["inverted"]), + ("Fability", &["facility"]), + ("Positivitey", &["positivity"]), + ("Misspeeling", &["misspelling"]), + ("Palid", &["plaid", "pallid"]), + ("Plausable", &["plausible"]), + ("Bypasing", &["bypassing"]), + ("Waiitng", &["waiting"]), + ("Hysteriska", &["hysteria"]), + ("Instllations", &["installations", "instillations"]), + ("Wathcing", &["watching"]), + ("Somehtin", &["something"]), + ("Anarquists", &["anarchists"]), + ("Chuncking", &["chunking"]), + ("Maletonin", &["melatonin"]), + ("Harwdare", &["hardware"]), + ("Flakyness", &["flakiness"]), + ("Repeatedlt", &["repealed"]), + ("Headerr", &["header"]), + ("Concernig", &["concerning"]), + ("Persecutie", &["persecuted"]), + ("Niear", &["near"]), + ("Ligthing", &["lighting"]), + ("Lacker", &["lacquer"]), + ("Pecularity", &["peculiarity"]), + ("Unitilized", &["uninitialized"]), + ("Accodingly", &["accordingly"]), + ("Detils", &["details"]), + ("Expeted", &["expected"]), + ("Invonvenient", &["inconvenient"]), + ("Forbiddent", &["forbidden"]), + ("Aucitons", &["auctions"]), + ("Evalutator", &["evaluator"]), + ("Subtitutions", &["substitutions"]), + ("Nullabour", &["nullarbor"]), + ("Miltiplication", &["multiplication"]), + ("Conceeted", &["conceited"]), + ("Concentraze", &["concentrate"]), + ("Enhace", &["enhance"]), + ("Dettach", &["detach"]), + ("Impleiment", &["implement"]), + ("Compeittion", &["competitions"]), + ("Deifning", &["defining"]), + ("Doamin", &["domain", "dopamine"]), + ("Desychronized", &["desynchronized"]), + ("Buggest", &["biggest"]), + ("Thinkabel", &["thinkable"]), + ("Thouch", &["touch"]), + ("Informatike", &["informative"]), + ("Continunes", &["continents"]), + ("Veriosn", &["version"]), + ("Accummulators", &["accumulators"]), + ("Enbabled", &["enabled"]), + ("Exorbatent", &["exorbitant"]), + ("Keneysian", &["keynesian"]), + ("Grenads", &["grenades"]), + ("Responsibile", &["responsible"]), + ("Ramificaitons", &["ramifications"]), + ("Percantages", &["percentages"]), + ("Aribter", &["arbiter"]), + ("Segault", &["segfault"]), + ("Modidfying", &["modifying"]), + ("Colonizaton", &["colonization"]), + ("Assymtotes", &["asymptotes"]), + ("Bakwards", &["backwards"]), + ("Rhe", &["the"]), + ("Volatily", &["volatility"]), + ("Extrems", &["extremes", "extrema"]), + ("Experimdnter", &["experimenter"]), + ("Califnoria", &["californian"]), + ("Undertoe", &["undertones"]), + ("Pipeliens", &["pipelines"]), + ("Genereates", &["generates"]), + ("Underwares", &["underwater"]), + ("Sentinte", &["sentient"]), + ("Manufacuter", &["manufacture"]), + ("Graduaste", &["graduates"]), + ("Forcefullly", &["forcefully"]), + ("Imporovement", &["improvement"]), + ("Approxiamtes", &["approximates"]), + ("Freindzoned", &["friendzoned"]), + ("Unprotexted", &["unprotected"]), + ("Directiona", &["directional", "directions"]), + ("Czechoslavakia", &["czechoslovakia"]), + ("Delpoyed", &["deployed"]), + ("Stdouot", &["stdout"]), + ("Sensably", &["sensibly"]), + ("Adverserial", &["adversarial"]), + ("Crashign", &["crashing"]), + ("Launchign", &["launching"]), + ("Ethincally", &["ethnically"]), + ("Appropaite", &["appropriate"]), + ("Sychronously", &["synchronously"]), + ("Genereic", &["generic"]), + ("Mising", &["missing"]), + ("Micorcenter", &["microcenter"]), + ("Unassinged", &["unassigned"]), + ("Icrement", &["increment"]), + ("Shawshak", &["shawshank"]), + ("Afforementioned", &["aforementioned"]), + ("Hystericallly", &["hysterically"]), + ("Deselctable", &["deselectable"]), + ("Proerty", &["property", "poetry"]), + ("Workspacce", &["workspace"]), + ("Inderect", &["indirect"]), + ("Aganst", &["against"]), + ("Embrios", &["embryos"]), + ("Bangaldeshi", &["bangladesh"]), + ("Coverge", &["coverage", "converge"]), + ("Serailisation", &["serialisation"]), + ("Pakistnai", &["pakistani"]), + ("Repsonsibility", &["responsibility"]), + ("Ocurrance", &["occurrence"]), + ("Parliamentiary", &["parliamentary"]), + ("Harrasing", &["harassing"]), + ("Presude", &["presumed"]), + ("Uplods", &["uploads"]), + ("Simultenious", &["simultaneous"]), + ("Traget", &["target"]), + ("Asisst", &["assist"]), + ("Helicopteros", &["helicopters"]), + ("Strugglebus", &["struggles"]), + ("Stoers", &["stores"]), + ("Inexperiance", &["inexperience"]), + ("Cutom", &["custom"]), + ("Nationsl", &["nationals"]), + ("Boleen", &["boolean"]), + ("Seperater", &["separator"]), + ("Disapears", &["disappears"]), + ("Relatiopnship", &["relationship"]), + ("Samles", &["samples", "seamless"]), + ("Reveive", &["receive", "revive"]), + ("Slashs", &["slashes"]), + ("Maesured", &["measured"]), + ("Workaroumd", &["workaround"]), + ("Architctures", &["architectures"]), + ("Anomoly", &["anomaly"]), + ("Unexpepectedly", &["unexpectedly"]), + ("Initialilzing", &["initializing"]), + ("Bcause", &["because"]), + ("Coninient", &["convenient"]), + ("Objeccts", &["objects"]), + ("Irresponsibile", &["irresponsible"]), + ("Waviers", &["waivers"]), + ("Subjectivety", &["subjectively"]), + ("Accompt", &["account"]), + ("Homineum", &["hominem"]), + ("Cermonies", &["ceremonies"]), + ("Appars", &["appears"]), + ("Withouyt", &["without"]), + ("Unexpectd", &["unexpected"]), + ("Filtypes", &["filetypes"]), + ("Mesuring", &["measuring"]), + ("Priroity", &["priority"]), + ("Renegotaitor", &["renegotiator"]), + ("Reallocaes", &["reallocates"]), + ("Compielers", &["compilers"]), + ("Segmenetd", &["segmented"]), + ("Circumstnaces", &["circumstance"]), + ("Exhanged", &["exchanged"]), + ("Inproperly", &["improperly"]), + ("Worstened", &["worsened"]), + ("Acceleraptor", &["accelerator"]), + ("Polygammy", &["polygamy"]), + ("Sereous", &["serious", "serous"]), + ("Transferts", &["transfers"]), + ("Concatanete", &["concatenate"]), + ("Windsheilds", &["windshield"]), + ("Coallessed", &["coalesced"]), + ("Minuscle", &["minuscule"]), + ("Ellected", &["elected"]), + ("Cresent", &["crescent"]), + ("Cafine", &["caffeine"]), + ("Visuables", &["visuals"]), + ("Sacrifying", &["sacrificing"]), + ("Anticiapted", &["anticipated"]), + ("Deccelerates", &["decelerates"]), + ("Locaise", &["localise"]), + ("Viloently", &["violently"]), + ("Intercahnged", &["interchanged"]), + ("Adverised", &["advertised"]), + ("Tensionors", &["tensions"]), + ("Consoluted", &["consulted"]), + ("Opposits", &["opposites"]), + ("Oeprators", &["operators"]), + ("Serialialization", &["serialization"]), + ("Veitnam", &["vietnam"]), + ("Permition", &["permission"]), + ("Orgnaisation", &["organisations"]), + ("Problomatic", &["problematic"]), + ("Acumulating", &["accumulating"]), + ("Nitches", &["niches"]), + ("Upates", &["updates"]), + ("Industriella", &["industrial"]), + ("Speperats", &["separates"]), + ("Duplacates", &["duplicates"]), + ("Infromative", &["informative"]), + ("Arcehtypes", &["archetypes"]), + ("Udating", &["updating", "dating"]), + ("Actzal", &["actual"]), + ("Definetlly", &["definitely"]), + ("Fiddley", &["fiddly"]), + ("Reursively", &["recursively"]), + ("Assymptotically", &["asymptotically"]), + ("Independetly", &["independently"]), + ("Balony", &["baloney", "bologna"]), + ("Vaccinae", &["vaccinated"]), + ("Appove", &["approve"]), + ("Linheight", &["lineheight"]), + ("Gotees", &["goatees"]), + ("Unncessary", &["unnecessary"]), + ("Frecuently", &["frequently"]), + ("Dependees", &["dependencies"]), + ("Spicified", &["specified"]), + ("Alloews", &["allows"]), + ("Arount", &["around"]), + ("Jjust", &["just"]), + ("Comppilers", &["compilers"]), + ("Commenstatus", &["commentstatus"]), + ("Grometry", &["geometry"]), + ("Emable", &["enable"]), + ("Togueter", &["together"]), + ("Minimimum", &["minimum"]), + ("Constraits", &["constraints"]), + ("Normallized", &["normalized"]), + ("Romanmania", &["romanian"]), + ("Defaullts", &["defaults"]), + ("Expressief", &["expressive"]), + ("Turstworthy", &["trustworthy"]), + ("Progarammability", &["programmability"]), + ("Aatribute", &["attribute"]), + ("Legitimatelly", &["legitimately"]), + ("Handshk", &["handshake"]), + ("Characteor", &["character"]), + ("Functionning", &["functioning"]), + ("Compliled", &["compiled"]), + ("Ellemental", &["elemental"]), + ("Dentistes", &["dentists"]), + ("Autoattak", &["autoattack"]), + ("Bottlneck", &["bottleneck"]), + ("Acommodated", &["accommodated"]), + ("Lanuching", &["launching"]), + ("Gorumet", &["gourmet"]), + ("Infrastruture", &["infrastructure"]), + ("Orginated", &["originated"]), + ("Directorys", &["directors", "directories"]), + ("Meassure", &["measure"]), + ("Pretection", &["protection"]), + ("Prmitive", &["primitive"]), + ("Atatchment", &["attachment"]), + ("Tranasctions", &["transactions"]), + ("Forsakn", &["forsaken"]), + ("Defaulhs", &["defaults"]), + ("Apocolapse", &["apocalypse"]), + ("Mexicaness", &["mexicans"]), + ("Deviding", &["dividing"]), + ("Smealting", &["smelting"]), + ("Createive", &["creative"]), + ("Fadind", &["fading"]), + ("Outperfom", &["outperform"]), + ("Historcal", &["historical"]), + ("Scriopted", &["scripted"]), + ("Benevolant", &["benevolent"]), + ("Vinyet", &["vignette"]), + ("Toughtly", &["tightly"]), + ("Annoymously", &["anonymously"]), + ("Naibor", &["neighbor"]), + ("Narssicistic", &["narcissistic"]), + ("Nucleous", &["nucleus", "nucleolus"]), + ("Wesite", &["website"]), + ("Regisster", &["register"]), + ("Philadeplhia", &["philadelphia"]), + ("Ojective", &["objective"]), + ("Speficially", &["specifically"]), + ("Spefiififer", &["specifier"]), + ("Additionnally", &["additionally"]), + ("Regaring", &["regarding"]), + ("Refertence", &["reference"]), + ("Simplyifing", &["simplifying"]), + ("Execututes", &["executes"]), + ("Hygine", &["hygiene"]), + ("Comparission", &["comparisons", "comparison"]), + ("Proporting", &["proportion"]), + ("Neighter", &["neither"]), + ("Custoizing", &["customizing"]), + ("Hopeleslly", &["hopelessly"]), + ("Identifeir", &["identifier"]), + ("Frecuency", &["frequency"]), + ("Misinterprested", &["misinterpret"]), + ("Disruptness", &["disruption"]), + ("Algorythems", &["algorithms"]), + ("Convised", &["convinced"]), + ("Blaclist", &["blacklist"]), + ("Regrads", &["regards"]), + ("Incarcelated", &["incarcerated"]), + ("Protoype", &["prototype"]), + ("Summmarization", &["summarization"]), + ("Strarts", &["starts"]), + ("Apprixamate", &["approximate"]), + ("Propagatex", &["propagates", "propagated"]), + ("Democarcy", &["democracy"]), + ("Proabilities", &["probabilities"]), + ("Twon", &["town"]), + ("Ontainging", &["containing"]), + ("Fronkenstein", &["frankenstein"]), + ("Calfes", &["calves"]), + ("Swiching", &["switching"]), + ("Electroncis", &["electrons"]), + ("Relocaes", &["relocates"]), + ("Messagses", &["messages"]), + ("Riminders", &["reminders"]), + ("Extremaste", &["extremes"]), + ("Guarnated", &["guaranteed"]), + ("Knolwedgable", &["knowledgable"]), + ("Occassional", &["occasional"]), + ("Underlfowing", &["underflowing"]), + ("Consit", &["consist"]), + ("Lonlieness", &["loneliness"]), + ("Incompatably", &["incompatibly"]), + ("Diggital", &["digital"]), + ("Impossiblble", &["impossible"]), + ("Inherintly", &["inherently"]), + ("Inquisitivo", &["inquisition"]), + ("Proccessed", &["processed"]), + ("Basides", &["besides"]), + ("Modifyable", &["modifiable"]), + ("Consuments", &["consumes"]), + ("Channnel", &["channel"]), + ("Appeciate", &["appreciate"]), + ("Sympathtic", &["sympathetic"]), + ("Thumbnial", &["thumbnail"]), + ("Regeneratin", &["regeneration"]), + ("Statememts", &["statements"]), + ("Comutative", &["commutative"]), + ("Sqeuence", &["sequence"]), + ("Analsyes", &["analyses"]), + ("Redefinine", &["redefine"]), + ("Mainainer", &["maintainer"]), + ("Insensistively", &["insensitively"]), + ("Volcando", &["volcano"]), + ("Othere", &["other"]), + ("Autometically", &["automatically"]), + ("Improsonment", &["imprisonment"]), + ("Triangel", &["triangle"]), + ("Movemement", &["movement"]), + ("Determind", &["determined"]), + ("Assingned", &["assigned"]), + ("Ostentibly", &["ostensibly"]), + ("Colonialisim", &["colonialism"]), + ("Phenemenon", &["phenomenon"]), + ("Spawnve", &["spawn"]), + ("Incoherancy", &["incoherency"]), + ("Enthusiests", &["enthusiasts"]), + ("Organzied", &["organized"]), + ("Sketchey", &["sketchy"]), + ("Tesing", &["testing"]), + ("Frightining", &["frightening"]), + ("Technicallity", &["technically"]), + ("Participaton", &["participant"]), + ("Impressoin", &["impressions"]), + ("Deomnstration", &["demonstrations"]), + ("Hinudism", &["hinduism"]), + ("Subroutie", &["subroutine"]), + ("Relatib", &["relative", "relatable"]), + ("Zinoists", &["zionists"]), + ("Operationnal", &["operational"]), + ("Encapsulatzion", &["encapsulation"]), + ("Hamburguers", &["hamburgers"]), + ("Mocrosoft", &["microsoft"]), + ("Execuites", &["executes"]), + ("Intestinos", &["intestines"]), + ("Negitiation", &["negotiation"]), + ("Minimsing", &["minimising"]), + ("Lectureres", &["lectures"]), + ("Illustrant", &["illustrate"]), + ("Broges", &["brogues"]), + ("Negoitable", &["negotiable"]), + ("Emphisizes", &["emphasizes"]), + ("Arbitriray", &["arbitrary"]), + ("Embaress", &["embarrass"]), + ("Categogy", &["category"]), + ("Godess", &["goddess"]), + ("Woarkaround", &["workaround"]), + ("Eatswood", &["eastwood"]), + ("Adquires", &["acquires"]), + ("Apyooned", &["oppugned"]), + ("Eqivalent", &["equivalent"]), + ("Orthoganal", &["orthogonal"]), + ("Startde", &["startled"]), + ("Lerned", &["learned", "leaned"]), + ("Generatie", &["generate"]), + ("Tragectory", &["trajectory"]), + ("Jeoprady", &["jeopardy"]), + ("Historietas", &["histories"]), + ("Conncurrent", &["concurrent"]), + ("Exectue", &["execute"]), + ("Genreates", &["generates"]), + ("Contempory", &["contemporary"]), + ("Rerpesentation", &["representation"]), + ("Continuting", &["continuing"]), + ("Differientation", &["differentiation"]), + ("Seperating", &["separating"]), + ("Accorind", &["according"]), + ("Reconciliates", &["reconciles"]), + ("Expereinces", &["experiences"]), + ("Phenominal", &["phenomenal"]), + ("Determinaton", &["determination"]), + ("Functons", &["functions"]), + ("Doiubled", &["doubled"]), + ("Prcoess", &["process"]), + ("Firslty", &["firstly"]), + ("Downladed", &["downloaded"]), + ("Positionl", &["positional"]), + ("Vunrabilities", &["vulnerabilities"]), + ("Succsess", &["success"]), + ("Helpying", &["helping"]), + ("Wednesdsy", &["wednesdays"]), + ("Microscopice", &["microscope"]), + ("Triskadecafobia", &["triskaidekaphobia"]), + ("Progresive", &["progressive"]), + ("Aggegrate", &["aggregate"]), + ("Torrest", &["torrents"]), + ("Completen", &["complement"]), + ("Inkonsistent", &["inconsistent"]), + ("Descirbe", &["describe"]), + ("Destructivo", &["destruction"]), + ("Southbrige", &["southbridge"]), + ("Experimel", &["experimental"]), + ("Derogotory", &["derogatory"]), + ("Admendment", &["amendment"]), + ("Sepereated", &["separated"]), + ("Movemnts", &["movements"]), + ("Enthicity", &["ethnicity"]), + ("Dissmantles", &["dismantles"]), + ("Disatissfied", &["dissatisfied"]), + ("Whathever", &["whatever"]), + ("Zaelots", &["zealots"]), + ("Corsari", &["corsair"]), + ("Neutrallity", &["neutrality"]), + ("Portugese", &["portuguese"]), + ("Argeument", &["argument"]), + ("Upgarding", &["upgrading"]), + ("Unrealeased", &["unreleased"]), + ("Instuction", &["instruction"]), + ("Foult", &["fault"]), + ("Specificed", &["specified"]), + ("Starined", &["strained"]), + ("Missin", &["mission", "missing"]), + ("Logner", &["logger", "longer"]), + ("Timestemp", &["timestamp"]), + ("Orginize", &["organize"]), + ("Ediiting", &["editing"]), + ("Invulnarable", &["invulnerable"]), + ("Insersected", &["intersected"]), + ("Columnn", &["column"]), + ("Informaiton", &["information"]), + ("Impunes", &["impugns"]), + ("Syntehsise", &["synthesise"]), + ("Miluwakee", &["milwaukee"]), + ("Represnts", &["represents"]), + ("Convetion", &["convention"]), + ("Protlets", &["portlets"]), + ("Calcuate", &["calculate"]), + ("Intenisty", &["intensity"]), + ("Outnumbred", &["outnumbered"]), + ("Fluctuaties", &["fluctuate"]), + ("Fullfil", &["fulfil"]), + ("Repore", &["rapport", "report", "repose"]), + ("Absoliute", &["absolute"]), + ("Currenctly", &["currency", "currently"]), + ("Descrease", &["decrease"]), + ("Somethinmg", &["somethings"]), + ("Prescribtions", &["prescriptions"]), + ("Transfroamtion", &["transformation"]), + ("Maake", &["make"]), + ("Toxiticy", &["toxicity"]), + ("Sumbarine", &["submarine"]), + ("Schizoprhenic", &["schizophrenic"]), + ("Unreacahable", &["unreachable"]), + ("Numners", &["numbers"]), + ("Expermimentelly", &["experimentally"]), + ("Hotshoot", &["hotshot"]), + ("Epilepsey", &["epilepsy"]), + ("Ryou", &["you"]), + ("Critizised", &["criticised"]), + ("Interviwed", &["interviewed"]), + ("Sccriping", &["scripting"]), + ("Regresas", &["regress"]), + ("Civalazation", &["civilization"]), + ("Asymetrical", &["asymmetrical"]), + ("Onlsaught", &["onslaught"]), + ("Apocalytpic", &["apocalyptic"]), + ("Sequenzes", &["sequences"]), + ("Avaialble", &["available"]), + ("Workbanches", &["workbenches"]), + ("Orccurs", &["occurs"]), + ("Declataions", &["declarations"]), + ("Objejct", &["object"]), + ("Hemishperes", &["hemisphere", "hemispheres"]), + ("Moteur", &["motor"]), + ("Wiscle", &["whistle"]), + ("Iritating", &["irritating"]), + ("Definitivo", &["definition"]), + ("Lotation", &["rotation", "flotation"]), + ("Rearrangment", &["rearrangement"]), + ("Prerequsites", &["prerequisites"]), + ("Dicriminate", &["discriminate"]), + ("Zimpaps", &["zipmaps"]), + ("Experims", &["experiments"]), + ("Organisationens", &["organisations"]), + ("Asychronize", &["asynchronize"]), + ("Sycling", &["cycling"]), + ("Silenty", &["silently"]), + ("Complict", &["complicit"]), + ("Renteris", &["renters"]), + ("Prejiduced", &["prejudiced"]), + ("Gerneration", &["generation"]), + ("Gruop", &["group"]), + ("Fugured", &["figured"]), + ("Renegotaible", &["renegotiable"]), + ("Newmonectomies", &["pneumonectomies"]), + ("Sekected", &["selected"]), + ("Ags", &["ages", "tags"]), + ("Lcuase", &["clause"]), + ("Metatdata", &["metadata"]), + ("Iterest", &["interest"]), + ("Lantren", &["lantern"]), + ("Depretiation", &["depreciation", "deprecation"]), + ("Deemphesized", &["deemphasized"]), + ("Ohters", &["others"]), + ("Laucher", &["launcher"]), + ("Usuable", &["usable"]), + ("Confrimed", &["confirmed"]), + ("Streatching", &["stretching"]), + ("Valnetines", &["valentines"]), + ("Presidenty", &["presidency"]), + ("Favoruite", &["favorite"]), + ("Expemplar", &["exemplar"]), + ("Slighlty", &["slightly"]), + ("Fabricacion", &["fabrication"]), + ("Armegaddon", &["armageddon"]), + ("Inguenity", &["ingenuity"]), + ("Vegitarien", &["vegetarian"]), + ("Individules", &["individuals"]), + ("Commmunicating", &["communicating"]), + ("Ceremone", &["ceremonies"]), + ("Subconsciosly", &["subconsciously"]), + ("Conontation", &["connotation"]), + ("Participaste", &["participants"]), + ("Unchangeble", &["unchangeable"]), + ("Lanugage", &["language"]), + ("Platofmr", &["platform"]), + ("Everyting", &["everything"]), + ("Sinlge", &["single"]), + ("Neighbords", &["neighbors"]), + ("Maybellibe", &["maybelline"]), + ("Backfeild", &["backfield"]), + ("Disproportionatly", &["disproportionately"]), + ("Kidknapper", &["kidnapper"]), + ("Californien", &["californian"]), + ("Sythesis", &["synthesis"]), + ("Anfd", &["and"]), + ("Ertors", &["errors", "terrors"]), + ("Highter", &["higher"]), + ("Inpection", &["inception", "inspection"]), + ("Atheistisch", &["atheistic"]), + ("Blackhaws", &["blackhawks"]), + ("Neutrailty", &["neutrality"]), + ("Sparated", &["separated"]), + ("Interfears", &["interferes"]), + ("Funvtional", &["functional"]), + ("Expeirimental", &["experimental"]), + ("Renegotication", &["renegotiation"]), + ("Depcited", &["depicted"]), + ("Commpressd", &["compressed"]), + ("Aproximates", &["approximates"]), + ("Autonogotiation", &["autonegotiation"]), + ("Domecrat", &["democrat"]), + ("Organziation", &["organization"]), + ("Entireity", &["entirety"]), + ("Appllied", &["applied"]), + ("Wekeend", &["weekend"]), + ("Experimnet", &["experiment"]), + ("Aqcuires", &["acquires"]), + ("Disconection", &["disconnection"]), + ("Rutes", &["brutes", "routes", "rules"]), + ("Contiunally", &["continually"]), + ("Oxzillary", &["auxiliary"]), + ("Declarayion", &["declaration"]), + ("Publiches", &["publishes"]), + ("Preambule", &["preamble"]), + ("Watchemn", &["watchmen"]), + ("Mezmorizes", &["mesmerizes"]), + ("Forgivance", &["forgiven"]), + ("Submiting", &["submitting"]), + ("Accoustics", &["acoustics"]), + ("Misinterprating", &["misinterpreting"]), + ("Optet", &["opted"]), + ("Visualzation", &["visualization"]), + ("Distinctily", &["distinctly"]), + ("Stationd", &["stationed"]), + ("Deinitalize", &["deinitialize"]), + ("Inrement", &["increment"]), + ("Planeswlakers", &["planeswalker"]), + ("Negotatiated", &["negotiated"]), + ("Loadning", &["loading"]), + ("Permier", &["premier"]), + ("Destort", &["distort"]), + ("Mahcine", &["machine"]), + ("Jurisdiciton", &["jurisdiction"]), + ("Provinciaal", &["provincial"]), + ("Syantax", &["syntax"]), + ("Wathcmen", &["watchmen"]), + ("Meybe", &["maybe"]), + ("Chocolateers", &["chocolates"]), + ("Rutgerus", &["rutgers"]), + ("Downrgading", &["downgrading"]), + ("Dyspotian", &["dystopian"]), + ("Docomented", &["documented"]), + ("Spansih", &["spanish"]), + ("Dysfonctional", &["dysfunctional"]), + ("Recruses", &["recurses"]), + ("Hemmorhagic", &["haemorrhagic", "hemorrhagic"]), + ("Legistation", &["legislation"]), + ("Miscarridge", &["miscarriage"]), + ("Stregnths", &["strengths"]), + ("Inforamtion", &["information"]), + ("Renegotitators", &["renegotiators"]), + ("Disingenously", &["disingenuously"]), + ("Paculierly", &["peculiarly"]), + ("Emptyy", &["empty"]), + ("Refleting", &["reflecting"]), + ("Singal", &["signal", "single"]), + ("Eneumeration", &["enumeration"]), + ("Aquiantance", &["acquaintance"]), + ("Architectureal", &["architectural"]), + ("Ameeliarating", &["ameliorating"]), + ("Ouptut", &["output"]), + ("Annoyning", &["annoying"]), + ("Connnects", &["connects"]), + ("Memembers", &["members", "remembers"]), + ("Ministery", &["ministry", "minister"]), + ("Deelte", &["delete"]), + ("Syncronizer", &["synchronizer"]), + ("Soterd", &["stored", "sorted"]), + ("Abstracer", &["abstracter"]), + ("Bratenders", &["bartenders"]), + ("Locaize", &["localize"]), + ("Diangose", &["diagnose"]), + ("Rapsadys", &["rhapsodies"]), + ("Uffered", &["buffered"]), + ("Computition", &["computation"]), + ("Simultanaeous", &["simultaneous"]), + ("Stupitidy", &["stupidity"]), + ("Resaons", &["reasons"]), + ("Southanpton", &["southampton"]), + ("Intterupts", &["interrupts"]), + ("Pennals", &["panels"]), + ("Falvored", &["flavored"]), + ("Democraticlly", &["democratically"]), + ("Spcifies", &["specifies"]), + ("Thanksgivng", &["thanksgiving"]), + ("Respiratoy", &["respiratory"]), + ("Orthodx", &["orthodox"]), + ("Wavelenghs", &["wavelength", "wavelengths"]), + ("Publuc", &["public"]), + ("Virtuose", &["virtues"]), + ("Counterfits", &["counterfeits"]), + ("Expeditonary", &["expeditionary"]), + ("Substential", &["substantial"]), + ("Superifical", &["superficial"]), + ("Transmisssion", &["transmissions"]), + ("Imlement", &["implement"]), + ("Damon", &["daemon", "demon"]), + ("Oaram", &["param"]), + ("Projets", &["projects"]), + ("Collge", &["college"]), + ("Needlessley", &["needlessly"]), + ("Authethicates", &["authenticates"]), + ("Perosnas", &["personas"]), + ("Themplate", &["template"]), + ("Comlains", &["complains"]), + ("Flutterspy", &["fluttershy"]), + ("Austeer", &["austere"]), + ("Conceedd", &["conceded"]), + ("Chambre", &["chamber"]), + ("Enthusiastisch", &["enthusiastic"]), + ("Conversiones", &["conversions"]), + ("Awnsers", &["answers"]), + ("Offpsring", &["offspring"]), + ("Notificaiton", &["notification"]), + ("Multpile", &["multiple"]), + ("Publiclly", &["publicly"]), + ("Ameelarate", &["ameliorate"]), + ("Stirrs", &["stirs"]), + ("Nationalistisk", &["nationalists"]), + ("Delclaration", &["declaration"]), + ("Transcondings", &["transcodings"]), + ("Subscirber", &["subscribers", "subscriber"]), + ("Emergancies", &["emergencies"]), + ("Anpitheater", &["amphitheater"]), + ("Perserve", &["preserve"]), + ("Chatedral", &["cathedral"]), + ("Relfect", &["reflect"]), + ("Dowt", &["doubt"]), + ("Sympethize", &["sympathize"]), + ("Hierarhcies", &["hierarchies"]), + ("Apperently", &["apparently"]), + ("Amealearated", &["ameliorated"]), + ("Sudu", &["sudo"]), + ("Memebrof", &["memberof"]), + ("Divinitiy", &["divinity"]), + ("Economistes", &["economists"]), + ("Memomry", &["memory"]), + ("Abnove", &["above"]), + ("Thornes", &["thrones"]), + ("Nowns", &["knowns", "nouns"]), + ("Rebuil", &["rebuild", "rebuilt"]), + ("Formating", &["formatting"]), + ("Lexigraphically", &["lexicographically"]), + ("Devirutalisation", &["devirtualisation"]), + ("Savely", &["safely"]), + ("Convertiable", &["convertible"]), + ("Epihpany", &["epiphany"]), + ("Masterise", &["masteries"]), + ("Correktions", &["corrections"]), + ("Authetnicated", &["authenticated"]), + ("Authenicae", &["authenticate"]), + ("Auidobooks", &["audiobooks"]), + ("Persitentely", &["persistently"]), + ("Automomous", &["autonomous"]), + ("Virutalization", &["virtualization"]), + ("Hollywod", &["hollywood"]), + ("Consiquently", &["consequently"]), + ("Attrubute", &["attribute"]), + ("Instersctions", &["intersections"]), + ("Inevtiably", &["inevitably"]), + ("Contentes", &["contents"]), + ("Contributo", &["contribution"]), + ("Overwrited", &["overwritten", "overwrote"]), + ("Alignement", &["alignment"]), + ("Sympethizers", &["sympathizers"]), + ("Gallaxies", &["galaxies"]), + ("Stummac", &["stomach"]), + ("Percautions", &["precautions"]), + ("Ocassions", &["occasions"]), + ("Dimentionnal", &["dimensional"]), + ("Iterpolate", &["interpolate"]), + ("Psychopatch", &["psychopath"]), + ("Releating", &["relating"]), + ("Phantoom", &["phantom"]), + ("Dafault", &["default"]), + ("Manufature", &["manufacture"]), + ("Literarry", &["literary"]), + ("Gotee", &["goatee"]), + ("Viewpoert", &["viewport"]), + ("Ballistc", &["ballistic"]), + ("Strigifying", &["stringifying"]), + ("Scenarioes", &["scenarios"]), + ("Conuntry", &["country"]), + ("Cosntrained", &["constrained"]), + ("Susseeding", &["seceding"]), + ("Difining", &["defining", "divining"]), + ("Communitcation", &["communication"]), + ("Troubeshoots", &["troubleshoots"]), + ("Adresse", &["address"]), + ("Prexisting", &["preexisting"]), + ("Exchnages", &["exchanges"]), + ("Sreampropinfo", &["streampropinfo"]), + ("Connetation", &["connotation"]), + ("Multiplyed", &["multiplied"]), + ("Famoust", &["famous"]), + ("Concluso", &["conclusion"]), + ("Spedific", &["specific"]), + ("Aerosapce", &["aerospace"]), + ("Methjod", &["method"]), + ("Sinnagog", &["synagog"]), + ("Limitating", &["limitation"]), + ("Squarey", &["squarely"]), + ("Utilisa", &["utilise"]), + ("Absorbant", &["absorbent"]), + ("Circimcised", &["circumcised"]), + ("Expceting", &["expecting"]), + ("Scientifcly", &["scientifically"]), + ("Diminisheds", &["diminishes"]), + ("Activties", &["activities"]), + ("Declarion", &["declaration"]), + ("Protoytpes", &["prototypes"]), + ("Eforceable", &["enforceable"]), + ("Typecheking", &["typechecking"]), + ("Furture", &["future"]), + ("Indepdenence", &["independence"]), + ("Armpitts", &["armpits"]), + ("Cecks", &["checks"]), + ("Crystallis", &["crystals"]), + ("Ennpoint", &["endpoint"]), + ("Undiserable", &["undesirable"]), + ("Transocdings", &["transcodings"]), + ("Contanimated", &["contaminated"]), + ("Requireing", &["requiring"]), + ("Athesim", &["atheism"]), + ("Exausting", &["exhausting"]), + ("Hallucinatin", &["hallucinations"]), + ("Abosulte", &["absolute"]), + ("Rumorus", &["rumors"]), + ("Vertially", &["vertically"]), + ("Exectued", &["executed"]), + ("Retroactivley", &["retroactively"]), + ("Cannt", &["cannot"]), + ("Untill", &["until"]), + ("Gigibit", &["gigabit"]), + ("Droping", &["dropping"]), + ("Questionalbe", &["questionable"]), + ("Peroendicular", &["perpendicular"]), + ("Suplementary", &["supplementary"]), + ("Eytmology", &["etymology"]), + ("Whhen", &["when"]), + ("Rqeuest", &["request", "quest"]), + ("Tailsman", &["talisman"]), + ("Abandonded", &["abandoned"]), + ("Anjanew", &["ingenue"]), + ("Intenationally", &["internationally"]), + ("Argumant", &["argument"]), + ("Suggetsed", &["suggested"]), + ("Sqare", &["square"]), + ("Optimiztion", &["optimization"]), + ("Endeveres", &["endeavors"]), + ("Syndiacte", &["syndicate"]), + ("Construcs", &["constructs"]), + ("Constratints", &["constraints"]), + ("Correspods", &["corresponds"]), + ("Categroized", &["categorized"]), + ("Ofisianados", &["aficionados"]), + ("Intutive", &["intuitive"]), + ("Opporunity", &["opportunity"]), + ("Influense", &["influences"]), + ("Ideitifed", &["identified"]), + ("Purpus", &["purpose"]), + ("Bigtory", &["bigotry"]), + ("Preexisiting", &["preexisting"]), + ("Youforic", &["euphoric"]), + ("Pedophilea", &["pedophilia"]), + ("Filname", &["filename"]), + ("Initliasation", &["initialisation"]), + ("Flucutations", &["fluctuations"]), + ("Otation", &["notation", "rotation"]), + ("Reapper", &["reappear"]), + ("Contextes", &["contexts"]), + ("Dissambiguate", &["disambiguate"]), + ("Nect", &["next"]), + ("Chocies", &["choices"]), + ("Akumulated", &["accumulated"]), + ("Intuitevly", &["intuitively"]), + ("Mathematicly", &["mathematical"]), + ("Broswers", &["browsers"]), + ("Replacemtn", &["replacements"]), + ("Prioirties", &["priorities"]), + ("Ficks", &["flicks", "fix"]), + ("Buttonns", &["buttons"]), + ("Characterisitcs", &["characteristics"]), + ("Iranain", &["iranian"]), + ("Laughabley", &["laughably"]), + ("Psychodelics", &["psychedelics"]), + ("Ofsetted", &["offsetted"]), + ("Cetrainly", &["certainly"]), + ("Htmp", &["html"]), + ("Provinicial", &["provincial"]), + ("Progarmers", &["programmers"]), + ("Disapper", &["disappear"]), + ("Eneables", &["enables"]), + ("Childen", &["children"]), + ("Iritate", &["irritate"]), + ("Wolrd", &["world"]), + ("Nitification", &["notification"]), + ("Subfuntion", &["subfunction"]), + ("Districs", &["districts"]), + ("Purtains", &["pertains"]), + ("Assmebly", &["assembly"]), + ("Sturggled", &["struggled"]), + ("Autofomat", &["autoformat"]), + ("Clikcbait", &["clickbait"]), + ("Optains", &["obtains"]), + ("Pincher", &["pinscher"]), + ("Earthquacks", &["earthquakes"]), + ("Conceptuel", &["conceptual"]), + ("Freze", &["freeze"]), + ("Reformated", &["reformatted"]), + ("Metiphorical", &["metaphorical"]), + ("Funchtions", &["functions"]), + ("Usied", &["busied", "used"]), + ("Blamethrower", &["flamethrower"]), + ("Refocussed", &["refocused"]), + ("Custcenes", &["cutscenes"]), + ("Simmetricly", &["symmetricly"]), + ("Conetivities", &["connectivities"]), + ("Addrerssed", &["addressed"]), + ("Unitialize", &["uninitialize"]), + ("Leanred", &["learned"]), + ("Feild", &["field"]), + ("Comaptibele", &["compatible"]), + ("Coallesses", &["coalesces"]), + ("Initilalize", &["initialize"]), + ("Dissbles", &["disables"]), + ("Exchanche", &["exchange"]), + ("Emultor", &["emulator"]), + ("Reguardless", &["regardless"]), + ("Previious", &["previous"]), + ("Whicht", &["which"]), + ("Psychedelicious", &["psychedelics"]), + ("Boradcasting", &["broadcasting"]), + ("Directionnal", &["directional"]), + ("Mdoelling", &["modelling"]), + ("Singulatiry", &["singularity"]), + ("Numvers", &["numbers"]), + ("Journied", &["journeyed"]), + ("Gltichy", &["glitchy"]), + ("Turtlehs", &["turtles"]), + ("Lackeres", &["lacquers"]), + ("Wondeful", &["wonderful"]), + ("Mirgaine", &["migraine"]), + ("Paretns", &["parents"]), + ("Compnent", &["component"]), + ("Actiavte", &["activate"]), + ("Sistemizing", &["systemizing"]), + ("Enconding", &["encoding"]), + ("Wawes", &["waves"]), + ("Documetns", &["documents"]), + ("Tiggering", &["triggering"]), + ("Unrealesed", &["unreleased"]), + ("Metabolsim", &["metabolism"]), + ("Imsensitive", &["insensitive"]), + ("Krytponite", &["kryptonite"]), + ("Hygienne", &["hygiene"]), + ("Unsucessfull", &["unsuccessful"]), + ("Catalsyt", &["catalyst"]), + ("Intepreting", &["interpreting"]), + ("Gentlemn", &["gentlemen"]), + ("Azma", &["asthma"]), + ("Neighbourhod", &["neighbourhood"]), + ("Emphatized", &["emphasized"]), + ("Spectrolab", &["spectral"]), + ("Recrutiing", &["recruiting"]), + ("Contacing", &["contacting"]), + ("Assignt", &["assign"]), + ("Approxamate", &["approximate"]), + ("Polgons", &["polygons"]), + ("Uplaods", &["uploads"]), + ("Gracefullly", &["gracefully"]), + ("Insensistive", &["insensitive"]), + ("Manuever", &["maneuver"]), + ("Uncontrollablly", &["uncontrollably"]), + ("Undoubtley", &["undoubtedly"]), + ("Differrence", &["difference"]), + ("Compuslive", &["compulsive"]), + ("Croozing", &["cruising"]), + ("Aviable", &["available"]), + ("Repulicans", &["republicans"]), + ("Verstaile", &["versatile"]), + ("Conveluted", &["convoluted"]), + ("Exaggaration", &["exaggeration"]), + ("Delemeter", &["delimiter"]), + ("Inexplicablely", &["inexplicably"]), + ("Tornadoe", &["tornado"]), + ("Importat", &["important"]), + ("Innocuos", &["innocuous"]), + ("Perseverence", &["perseverance"]), + ("Upgradring", &["upgrading"]), + ("Aternies", &["attorneys"]), + ("Vaibility", &["viability"]), + ("Bodybuildig", &["bodybuilding"]), + ("Occasionly", &["occasional"]), + ("Sumarize", &["summarize"]), + ("Roylaties", &["royalties"]), + ("Sensivity", &["sensitivity", "sensitively"]), + ("Eurpoean", &["european"]), + ("Sementic", &["semantic"]), + ("Speficifers", &["specifiers"]), + ("Exclusuively", &["exclusively"]), + ("Comparitve", &["comparative"]), + ("Subclasssing", &["subclassing"]), + ("Sanctionne", &["sanctioned"]), + ("Inpouts", &["inputs"]), + ("Filnal", &["final"]), + ("Associeations", &["associations"]), + ("Regisetr", &["register"]), + ("Codition", &["condition"]), + ("Booleens", &["booleans"]), + ("Renegotioating", &["renegotiating"]), + ("Perfoemative", &["performative"]), + ("Explosin", &["explosions"]), + ("Introductury", &["introductory"]), + ("Tyelnol", &["tylenol"]), + ("Checksumed", &["checksummed"]), + ("Remvove", &["remove"]), + ("Clasrooms", &["classrooms"]), + ("Upadter", &["updater"]), + ("Mulitiplier", &["multiplier"]), + ("Popuplarity", &["popularity"]), + ("Desltops", &["desktops"]), + ("Wihtin", &["within"]), + ("Wednesay", &["wednesday"]), + ("Mensutral", &["menstrual"]), + ("Comedias", &["comedians"]), + ("Unplesent", &["unpleasant"]), + ("Parmeter", &["parameter"]), + ("Opulate", &["populate", "opiate", "opulent"]), + ("Immortalisy", &["immortals"]), + ("Brodaway", &["broadway"]), + ("Negotatiation", &["negotiation"]), + ("Serialiasation", &["serialisation"]), + ("Presideny", &["presidency"]), + ("Preaorocessing", &["preprocessing"]), + ("Helpfuly", &["helpfully"]), + ("Playgropund", &["playground"]), + ("Dislikse", &["dislikes"]), + ("Resistancies", &["resistances"]), + ("Promtply", &["promptly"]), + ("Capturd", &["captured"]), + ("Desscribe", &["describe"]), + ("Associcated", &["associated"]), + ("Wwith", &["with"]), + ("Intriniscally", &["intrinsically"]), + ("Indiffernt", &["indifferent"]), + ("Provisionging", &["provisioning"]), + ("Parliamentery", &["parliamentary"]), + ("Perfomrnace", &["performance"]), + ("Demosntrations", &["demonstrations"]), + ("Probelms", &["problems"]), + ("Spcify", &["specify"]), + ("Ascneding", &["ascending"]), + ("Appriximation", &["approximation"]), + ("Dividors", &["dividers", "divisors"]), + ("Effetct", &["effect"]), + ("Irradation", &["irradiation"]), + ("Transportarte", &["transporter"]), + ("Inappropriatley", &["inappropriately"]), + ("Mystql", &["mysql"]), + ("Inabled", &["enabled"]), + ("Configue", &["configure"]), + ("Mecahinsm", &["mechanism"]), + ("Tempearture", &["temperatures", "temperature"]), + ("Sensasionalism", &["sensationalism"]), + ("Doughter", &["daughter"]), + ("Compednium", &["compendium"]), + ("Neighobrhood", &["neighborhood"]), + ("Amealearate", &["ameliorate"]), + ("Enhhancement", &["enhancement"]), + ("Revelead", &["revealed"]), + ("Allternate", &["alternate"]), + ("Documument", &["document"]), + ("Skepticles", &["skeptics"]), + ("Monopolly", &["monopoly"]), + ("Synopsys", &["synopsis"]), + ("Repostus", &["reposts"]), + ("Braoder", &["broader"]), + ("Mabye", &["maybe"]), + ("Explitly", &["explicitly"]), + ("Plcaement", &["placement"]), + ("Remifications", &["ramifications"]), + ("Withces", &["witches"]), + ("Firware", &["firmware"]), + ("Stainlees", &["stainless"]), + ("Jewllery", &["jewellery"]), + ("Dissappering", &["disappearing"]), + ("Slected", &["selected"]), + ("Utiliz", &["utilize"]), + ("Reqiure", &["require"]), + ("Inavlis", &["invalid"]), + ("Verically", &["vertically"]), + ("Paralelly", &["parallelly"]), + ("Sirections", &["directions"]), + ("Messags", &["messages"]), + ("Leran", &["learn"]), + ("Compatabable", &["compatible"]), + ("Alchmey", &["alchemy"]), + ("Pahtfinder", &["pathfinder"]), + ("Alhpabetically", &["alphabetically"]), + ("Genralize", &["generalize"]), + ("Denegerate", &["degenerate"]), + ("Mininal", &["minimal"]), + ("Enabel", &["enable"]), + ("Mairabd", &["mariadb"]), + ("Temmporary", &["temporary", "temporarily"]), + ("Sponteanous", &["spontaneous"]), + ("Freeed", &["freed"]), + ("Vegitables", &["vegetables"]), + ("Neighbbor", &["neighbor"]), + ("Currrently", &["currently"]), + ("Explantion", &["explanation"]), + ("Termimal", &["terminal"]), + ("Disasemble", &["disassemble"]), + ("Transmmit", &["transmit"]), + ("Convienience", &["convenience"]), + ("Explcitely", &["explicitly"]), + ("Interchangeablity", &["interchangeably"]), + ("Stakeboard", &["skateboard"]), + ("Eception", &["exception"]), + ("Reruning", &["rerunning"]), + ("Formaters", &["formatters"]), + ("Guareenty", &["guaranty"]), + ("Indepednent", &["independents"]), + ("Spefations", &["separations", "specifications"]), + ("Insertin", &["inserting"]), + ("Espacally", &["especially"]), + ("Newsanses", &["nuisances"]), + ("Inconstitutional", &["unconstitutional"]), + ("Coutnerpoint", &["counterpoint"]), + ("Sensacionalist", &["sensationalist"]), + ("Fabrices", &["fabrics"]), + ("Flexibel", &["flexible"]), + ("Judgementals", &["judgements"]), + ("Fixe", &["fixed", "fixes", "fix", "fixme", "fixer"]), + ("Tolen", &["token"]), + ("Positonal", &["positional"]), + ("Dialate", &["dilate"]), + ("Repitle", &["reptile"]), + ("Negotaiating", &["negotiating"]), + ("Previou", &["previous"]), + ("Guardin", &["guardian"]), + ("Promotheus", &["prometheus"]), + ("Insepction", &["inspection"]), + ("Quatratic", &["quadratic"]), + ("Dipolmatic", &["diplomatic"]), + ("Reccording", &["recording"]), + ("Mone", &["mono", "money", "none"]), + ("Isntantly", &["instantly"]), + ("Enthusaists", &["enthusiasts"]), + ("Depsise", &["despise"]), + ("Convertable", &["convertible"]), + ("Unimporant", &["unimportant"]), + ("Elemantary", &["elementary"]), + ("Alcoholis", &["alcoholics"]), + ("Definitoin", &["definition"]), + ("Accidentilly", &["accidentally"]), + ("Worring", &["working"]), + ("Metaphoras", &["metaphors"]), + ("Executuable", &["executable"]), + ("Coalsece", &["coalescence"]), + ("Intaller", &["installer"]), + ("Asynchornously", &["asynchronously"]), + ("Decorataions", &["decorations"]), + ("Derivitive", &["derivative"]), + ("Whule", &["while", "whole"]), + ("Inproductive", &["unproductive"]), + ("Destuctors", &["destructors"]), + ("Fraudalent", &["fraudulent"]), + ("Substask", &["subtask"]), + ("Additionnal", &["additional"]), + ("Cirsumstances", &["circumstances"]), + ("Prothsetic", &["prosthetic"]), + ("Subscrie", &["subscriber"]), + ("Parlament", &["parliament"]), + ("Imporatant", &["important"]), + ("Strpiped", &["stripped"]), + ("Clucthing", &["clutching"]), + ("Proffessor", &["professor"]), + ("Privledge", &["privilege"]), + ("Usiing", &["using"]), + ("Octives", &["actives", "octaves"]), + ("Interdependecies", &["interdependencies"]), + ("Synomyns", &["synonyms"]), + ("Superposer", &["superpowers"]), + ("Qubic", &["cubic", "qubit"]), + ("Sortlst", &["sortlist"]), + ("Statictic", &["statistic"]), + ("Predecesores", &["predecessor"]), + ("Initialies", &["initialise"]), + ("Livetime", &["lifetime"]), + ("Sensibel", &["sensible"]), + ("Positvely", &["positively"]), + ("Mormalized", &["normalized"]), + ("Recommedations", &["recommendations"]), + ("Farmasudics", &["pharmaceutics"]), + ("Tempratures", &["temperatures"]), + ("Universitites", &["universities"]), + ("Indictrinated", &["indoctrinated"]), + ("Assuembly", &["assembly"]), + ("Convoluded", &["convoluted"]), + ("Rememebered", &["remembered"]), + ("Progagators", &["propagators"]), + ("Incements", &["increments"]), + ("Improter", &["importer"]), + ("Desitnations", &["destinations"]), + ("Neighbout", &["neighbour"]), + ("Outfied", &["outfield"]), + ("Prostituees", &["prostitutes"]), + ("Unbelieveable", &["unbelievable"]), + ("Alhough", &["although"]), + ("Repharse", &["rephrase"]), + ("Misrepresantation", &["misrepresentation"]), + ("Animore", &["anymore"]), + ("Decompresing", &["decompressing"]), + ("Unexpeectedly", &["unexpectedly"]), + ("Ignora", &["ignore"]), + ("Tranlsated", &["translated"]), + ("Vulnerabuillities", &["vulnerabilities"]), + ("Prioroties", &["priorities"]), + ("Publlisher", &["publisher"]), + ("Associationg", &["associating"]), + ("Chalenging", &["challenging"]), + ("Destintations", &["destinations"]), + ("Colmn", &["column"]), + ("Lucifear", &["lucifer"]), + ("Isteners", &["listeners"]), + ("Periodes", &["periods"]), + ("Definitiely", &["definitively", "definitely"]), + ("Inpout", &["input"]), + ("Detrmining", &["determining"]), + ("Excluse", &["excludes", "exclude", "excuse", "exclusive"]), + ("Velantine", &["valentine"]), + ("Pascheurizing", &["pasteurizing"]), + ("Contorled", &["controlled"]), + ("Admittidly", &["admittedly"]), + ("Customie", &["customize"]), + ("Cuncurency", &["concurrency"]), + ("Incompleete", &["incomplete"]), + ("Mozzorella", &["mozzarella"]), + ("Interfase", &["interfaces"]), + ("Brotherhod", &["brotherhood"]), + ("Cencrete", &["concrete"]), + ("Incompatablity", &["incompatibility"]), + ("Ryenolds", &["reynolds"]), + ("Ammounts", &["amounts"]), + ("Alwys", &["always"]), + ("Altitute", &["altitude"]), + ("Prohibitifs", &["prohibits"]), + ("Compeare", &["compare"]), + ("Backgruond", &["backgrounds", "background"]), + ("Seezure", &["seizure"]), + ("Executtions", &["executions"]), + ("Cigarrets", &["cigarets"]), + ("Opearates", &["operates"]), + ("Asended", &["ascended"]), + ("Warppred", &["warped", "wrapped"]), + ("Repeition", &["repetition"]), + ("Recievs", &["receives"]), + ("Rendevous", &["rendezvous"]), + ("Dependedn", &["dependent"]), + ("Sarted", &["started"]), + ("Streches", &["stretches"]), + ("Progres", &["progress"]), + ("Shoild", &["should"]), + ("Nightlcub", &["nightclub"]), + ("Approppriately", &["appropriately"]), + ("Definintion", &["definition"]), + ("Correlasion", &["correlation"]), + ("Upsreamer", &["upstreamer"]), + ("Particuarly", &["particularly"]), + ("Forumlas", &["formulas"]), + ("Balanceado", &["balanced"]), + ("Demonstartes", &["demonstrates"]), + ("Milawukee", &["milwaukee"]), + ("Attosencond", &["attosecond"]), + ("Idealy", &["ideally"]), + ("Scorebaord", &["scoreboard"]), + ("Nessary", &["necessary"]), + ("Necessesary", &["necessary"]), + ("Synchromized", &["synchronized"]), + ("Feasabile", &["feasible"]), + ("Diagnonals", &["diagonals"]), + ("Isplay", &["display"]), + ("Deaults", &["defaults"]), + ("Subsecrion", &["subsection"]), + ("Vitailty", &["vitality"]), + ("Legalizate", &["legalize"]), + ("Obejctively", &["objectively"]), + ("Mysoganistic", &["misogynistic"]), + ("Finisch", &["finish", "finnish"]), + ("Underpowred", &["underpowered"]), + ("Underfow", &["underflow"]), + ("Extraxted", &["extracted"]), + ("Deleteion", &["deletion"]), + ("Synchonrous", &["synchronous"]), + ("Choronological", &["chronological"]), + ("Unshfits", &["unshifts"]), + ("Expewrimented", &["experimented"]), + ("Veregated", &["variegated"]), + ("Authenricates", &["authenticates"]), + ("Tanlged", &["tangled"]), + ("Esging", &["edging"]), + ("Parameterical", &["parametrical"]), + ("Charicters", &["characters"]), + ("Transcondes", &["transcodes"]), + ("Bounaded", &["bounded"]), + ("Predominanty", &["predominantly"]), + ("Configuartion", &["configuration"]), + ("Anynomity", &["anonymity"]), + ("Satisfiy", &["satisfy"]), + ("Indentifies", &["identifies"]), + ("Numbres", &["numbers"]), + ("Strenghtens", &["strengthen"]), + ("Finallization", &["finalization"]), + ("Raosting", &["roasting"]), + ("Confidenciality", &["confidential"]), + ("Requeim", &["requiem"]), + ("Addrersssed", &["addressed"]), + ("Percise", &["precise"]), + ("Postions", &["positions"]), + ("Prostitites", &["prostitutes"]), + ("Participatie", &["participated"]), + ("Relatin", &["relation"]), + ("Empass", &["impasse"]), + ("Maneagable", &["manageable"]), + ("Normlize", &["normalize"]), + ("Selectes", &["selects"]), + ("Sincerelly", &["sincerely"]), + ("Midpont", &["midpoint"]), + ("Behavious", &["behaviour", "behaviours"]), + ("Idealistisch", &["idealistic"]), + ("Guarrantyd", &["guaranteed"]), + ("Transparaently", &["transparently"]), + ("Prohpecy", &["prophecy"]), + ("Uncensorred", &["uncensored"]), + ("Sorkflow", &["workflow"]), + ("Collataral", &["collateral"]), + ("Horozontally", &["horizontally"]), + ("Buliding", &["building"]), + ("Constrol", &["control"]), + ("Usefullness", &["usefulness"]), + ("Psycholigists", &["psychologists"]), + ("Explicily", &["explicitly"]), + ("Forbad", &["forbade"]), + ("Progess", &["progress"]), + ("Gerneric", &["generic"]), + ("Chnanges", &["changes"]), + ("Immedietly", &["immediately"]), + ("Floursih", &["flourish"]), + ("Assiociated", &["associated"]), + ("Dystopain", &["dystopian"]), + ("Lowecase", &["lowercase"]), + ("Sypnosis", &["synopsis"]), + ("Apauled", &["appalled"]), + ("Expoerted", &["exported"]), + ("Adquiring", &["acquiring"]), + ("Sundey", &["sunday"]), + ("Attmepting", &["attempting"]), + ("Arbritation", &["arbitration"]), + ("Pascheurises", &["pasteurises"]), + ("Unregiters", &["unregisters"]), + ("Sheat", &["sheath", "sheet", "cheat"]), + ("Retrevable", &["retrievable"]), + ("Coodrinates", &["coordinates"]), + ("Experimened", &["experimented"]), + ("Relaease", &["release"]), + ("Suceses", &["successes"]), + ("Devirutalised", &["devirtualised"]), + ("Uploder", &["uploader"]), + ("Assighing", &["assigning"]), + ("Feburary", &["february"]), + ("Uncarefull", &["uncareful"]), + ("Concentartion", &["concentrations"]), + ("Communcations", &["communications"]), + ("Squirrles", &["squirrels"]), + ("Responcible", &["responsible"]), + ("Inconsiquential", &["inconsequential"]), + ("Monopilies", &["monopolies"]), + ("Composutes", &["composites"]), + ("Funiture", &["furniture"]), + ("Renegogtiates", &["renegotiates"]), + ("Dereiving", &["deriving"]), + ("Relazation", &["relaxation"]), + ("Undeflow", &["underflow"]), + ("Bomberos", &["bombers"]), + ("Dictionaty", &["dictionary"]), + ("Palidans", &["paladins"]), + ("Clcosed", &["closed"]), + ("Implementastion", &["implementation"]), + ("Fanaticals", &["fanatics"]), + ("Abstrations", &["abstractions"]), + ("Absoluthely", &["absolutely"]), + ("Frontlinie", &["frontline"]), + ("Encocdings", &["encodings"]), + ("Preciesly", &["precisely"]), + ("Approprated", &["appropriated"]), + ("Explorarea", &["explorer"]), + ("Reivews", &["reviews"]), + ("Neigbhourhood", &["neighbourhood"]), + ("Bufefr", &["buffer"]), + ("Callibrates", &["calibrates"]), + ("Simplisitc", &["simplistic"]), + ("Advsiors", &["advisors"]), + ("Stickes", &["stickers"]), + ("Enchanced", &["enhanced"]), + ("Deminsion", &["dimension"]), + ("Geomoetry", &["geometry"]), + ("Specificaiton", &["specifications", "specification"]), + ("Fowarded", &["forwarded"]), + ("Optimice", &["optimise", "optimize"]), + ("Adaquitly", &["adequately"]), + ("Guysers", &["geysers"]), + ("Coditions", &["conditions"]), + ("Funvion", &["function"]), + ("Supprted", &["supported"]), + ("Manufacturered", &["manufactured"]), + ("Underpining", &["undermining"]), + ("Translattable", &["translatable"]), + ("Yuforic", &["euphoric"]), + ("Includig", &["including"]), + ("Prescients", &["presidents"]), + ("Gettter", &["getter"]), + ("Packats", &["packets"]), + ("Cpcheck", &["cppcheck"]), + ("Permenant", &["permanent"]), + ("Consisant", &["consistent"]), + ("Supposdely", &["supposedly"]), + ("Promtp", &["prompt"]), + ("Unicks", &["eunuchs"]), + ("Propectus", &["prospectus"]), + ("Inctroduce", &["introduce"]), + ("Secondaray", &["secondary"]), + ("Chello", &["cello"]), + ("Skecth", &["sketch"]), + ("Convinsing", &["convincing"]), + ("Entitities", &["entities"]), + ("Moutnpoints", &["mountpoints"]), + ("Execudes", &["executes"]), + ("Mesure", &["measure"]), + ("Solutino", &["solution"]), + ("Gymnasitcs", &["gymnastics"]), + ("Detceting", &["detecting"]), + ("Stuctured", &["structured"]), + ("Amphetemine", &["amphetamine"]), + ("Decrytped", &["decrypted"]), + ("Migrianes", &["migraines"]), + ("Recomending", &["recommending"]), + ("Foriegners", &["foreigners"]), + ("Runtine", &["runtime", "routine"]), + ("Subtitel", &["subtitle"]), + ("Blatent", &["blatant"]), + ("Sevrally", &["severally"]), + ("Penatgon", &["pentagon"]), + ("Assosiacted", &["associated"]), + ("Pictureskness", &["picturesqueness"]), + ("Unsubscrided", &["unsubscribed"]), + ("Bordrelines", &["borderlines"]), + ("Maintaner", &["maintainer"]), + ("Observible", &["observable"]), + ("Sucessfull", &["successful"]), + ("Igore", &["ignore"]), + ("Absail", &["abseil"]), + ("Blieve", &["believe"]), + ("Neccessity", &["necessity"]), + ("Transcocdings", &["transcodings"]), + ("Experementers", &["experimenters"]), + ("Tranlucent", &["translucent"]), + ("Declinig", &["declining"]), + ("Sincereley", &["sincerely"]), + ("Cerebrawl", &["cerebral"]), + ("Curisoity", &["curiosity"]), + ("Aleinated", &["alienated"]), + ("Duplifaces", &["duplicates"]), + ("Excetutable", &["executable"]), + ("Passwirds", &["passwords"]), + ("Legionair", &["legionnaire"]), + ("Trasnparent", &["transparent"]), + ("Leciester", &["leicester"]), + ("Follin", &["following"]), + ("Cutsom", &["custom"]), + ("Acceleratrion", &["acceleration"]), + ("Sitautional", &["situational"]), + ("Formen", &["foremen"]), + ("Perfurrd", &["preferred"]), + ("Renegotaiated", &["renegotiated"]), + ("Astranomical", &["astronomical"]), + ("Certificaat", &["certificate"]), + ("Rquiring", &["requiring"]), + ("Folowing", &["following"]), + ("Caluculating", &["calculating"]), + ("Indext", &["index", "indent"]), + ("Evrything", &["everything"]), + ("Excesive", &["excessive"]), + ("Parachutte", &["parachute"]), + ("Contingous", &["contiguous"]), + ("Reconsturction", &["reconstruction"]), + ("Birsbane", &["brisbane"]), + ("Beeen", &["been"]), + ("Requirments", &["requirements"]), + ("Interfearence", &["interference"]), + ("Seqences", &["sequences"]), + ("Happliy", &["happily"]), + ("Privisoned", &["provisioned"]), + ("Swithable", &["switchable"]), + ("Performantes", &["performances"]), + ("Aaccessibility", &["accessibility"]), + ("Follwowiwng", &["following"]), + ("Unsolocited", &["unsolicited"]), + ("Damamging", &["damaging"]), + ("Textture", &["texture"]), + ("Immsersively", &["immersively"]), + ("Peson", &["person"]), + ("Alloccating", &["allocating"]), + ("Daming", &["damning", "damping", "doming", "gaming"]), + ("Billioniare", &["billionaire"]), + ("Incidentes", &["incidents"]), + ("Cousnelors", &["counselors"]), + ("Declartions", &["declarations"]), + ("Helictoper", &["helicopters"]), + ("Invertedd", &["inverted"]), + ("Experinementer", &["experimenter"]), + ("Pomotion", &["promotion"]), + ("Parametics", &["paramedics"]), + ("Absolautely", &["absolutely"]), + ("Extendos", &["extends"]), + ("Permissin", &["permissions"]), + ("Preveiwers", &["previewers"]), + ("Barbarain", &["barbarian"]), + ("Usused", &["unused"]), + ("Speep", &["sleep"]), + ("Anaylsises", &["analysises"]), + ("Augest", &["august"]), + ("Encahnt", &["enchant"]), + ("Qurey", &["query"]), + ("Authenicates", &["authenticates"]), + ("Reallize", &["realize"]), + ("Exucuted", &["executed"]), + ("Heroices", &["heroics"]), + ("Rispective", &["respective"]), + ("Marnies", &["marines"]), + ("Encript", &["encrypt"]), + ("Psitoins", &["positions"]), + ("Stabilizier", &["stabilize"]), + ("Workfroce", &["workforce"]), + ("Encounteerd", &["encountered"]), + ("Complciated", &["complicate"]), + ("Iterm", &["term", "item", "intern"]), + ("Anecdotallly", &["anecdotally"]), + ("Ashpalt", &["asphalt"]), + ("Burtally", &["brutally"]), + ("Cleasner", &["cleanser"]), + ("Permitts", &["permits"]), + ("Solates", &["isolates"]), + ("Admisible", &["admissible"]), + ("Relcaim", &["reclaim"]), + ("Dianostics", &["diagnostics"]), + ("Performancetest", &["performances"]), + ("Agants", &["agents", "against"]), + ("Exercide", &["exercised"]), + ("Relfecting", &["reflecting"]), + ("Freqquencies", &["frequencies"]), + ("Chlesea", &["chelsea"]), + ("Perferct", &["perfect"]), + ("Descrptions", &["descriptions"]), + ("Tannheill", &["tannehill"]), + ("Mroe", &["more"]), + ("Rearraned", &["rearranged"]), + ("Calcualation", &["calculation"]), + ("Uninstallimg", &["uninstalling"]), + ("Unshfiting", &["unshifting"]), + ("Appropriatness", &["appropriateness"]), + ("Detaults", &["defaults"]), + ("Orienetaion", &["orientation"]), + ("Hestiate", &["hesitate"]), + ("Centrigrade", &["centigrade"]), + ("Glyhs", &["glyphs"]), + ("Menioned", &["mentioned"]), + ("Subscribber", &["subscriber"]), + ("Speciic", &["specific"]), + ("Extrats", &["extracts"]), + ("Ignormable", &["ignorable"]), + ("Diplomma", &["diploma"]), + ("Acchievements", &["achievements"]), + ("Phenomenona", &["phenomena"]), + ("Retrobution", &["retribution"]), + ("Convenince", &["convenience"]), + ("Subseuent", &["subsequent"]), + ("Scenaireos", &["scenarios"]), + ("Paranetrized", &["parameterized"]), + ("Diagonales", &["diagonals"]), + ("Interpretaiton", &["interpretations"]), + ("Nimutes", &["minutes"]), + ("Interative", &["interactive"]), + ("Socript", &["script"]), + ("Emial", &["email"]), + ("Nevetheless", &["nevertheless"]), + ("Logisitcal", &["logistical"]), + ("Possesss", &["possesses"]), + ("Cahe", &["cache"]), + ("Repeling", &["repelling"]), + ("Fandation", &["foundation"]), + ("Expetcs", &["expects"]), + ("Multilangual", &["multilingual"]), + ("Perpertrated", &["perpetrated"]), + ("Barnched", &["branched"]), + ("Certifiation", &["certification"]), + ("Availaable", &["available"]), + ("Certaion", &["certain"]), + ("Destablized", &["destabilized"]), + ("Deposites", &["deposits"]), + ("Meatadata", &["metadata"]), + ("Radus", &["radius"]), + ("Informitive", &["informative"]), + ("Deambigate", &["disambiguate"]), + ("Chronicals", &["chronicles"]), + ("Ater", &["after"]), + ("Differenciates", &["differentiates"]), + ("Mdoel", &["model"]), + ("Logisitcs", &["logistics"]), + ("Misoygnist", &["misogynist"]), + ("Curros", &["cursor"]), + ("Discrace", &["disgrace"]), + ("Amerliorate", &["ameliorate"]), + ("Eifnach", &["einfach"]), + ("Permissino", &["permission"]), + ("Insterrupts", &["interrupts"]), + ("Heplful", &["helpful"]), + ("Pecified", &["specified", "pacified"]), + ("Perfermences", &["performances"]), + ("Eit", &["it"]), + ("Interseccted", &["intersected"]), + ("Seqense", &["sequence"]), + ("Consrtucted", &["constructed"]), + ("Althorithms", &["algorithms"]), + ("Stimulaton", &["stimulation"]), + ("Remmebered", &["remembered"]), + ("Legact", &["legacy"]), + ("Cuestion", &["question"]), + ("Ciphersute", &["ciphersuite"]), + ("Fertilzier", &["fertilizer"]), + ("Sueprset", &["superset"]), + ("Functionability", &["functionality"]), + ("Possbily", &["possibly"]), + ("Enabels", &["enables"]), + ("Vulberabilitis", &["vulnerabilities"]), + ("Inadeguate", &["inadequate"]), + ("Invincil", &["invincible"]), + ("Mateials", &["materials", "metals"]), + ("Uninitalised", &["uninitialised"]), + ("Apostrephe", &["apostrophe"]), + ("Groubpy", &["groupby"]), + ("Transplanet", &["transplant"]), + ("Catterpillar", &["caterpillar"]), + ("Progamms", &["programs"]), + ("Unnnecessary", &["unnecessary"]), + ("Digsted", &["digested"]), + ("Airpsace", &["airspace"]), + ("Croucing", &["crouching"]), + ("Depolyment", &["deployment"]), + ("Qaulifications", &["qualification"]), + ("Highligts", &["highlights"]), + ("Opiniones", &["opinions"]), + ("Honeymooon", &["honeymoon"]), + ("Unexperctedly", &["unexpectedly"]), + ("Unresovlable", &["unresolvable"]), + ("Troubleshooot", &["troubleshoot"]), + ("Sryians", &["syrians"]), + ("Virutals", &["virtuals"]), + ("Coefficiencts", &["coefficients"]), + ("Whitsle", &["whistle"]), + ("Engingeering", &["engineering"]), + ("Malpractise", &["malpractice"]), + ("Compiation", &["compilation"]), + ("Nin", &["inn", "min", "bin", "nine"]), + ("Appraoched", &["approached"]), + ("Uncommpresed", &["uncompressed"]), + ("Connectpro", &["connector"]), + ("Calcualted", &["calculated"]), + ("Paravirutalized", &["paravirtualized"]), + ("Intervies", &["interviews"]), + ("Handsharing", &["handshaking"]), + ("Mcroscopes", &["microscopes"]), + ("Enthisiast", &["enthusiast"]), + ("Natique", &["antique"]), + ("Algorhithmic", &["algorithmic"]), + ("Servivce", &["service"]), + ("Articualted", &["articulated"]), + ("Accustumed", &["accustomed"]), + ("Dirived", &["derived"]), + ("Kindgoms", &["kingdoms"]), + ("Parameterts", &["parameters"]), + ("Overwhleming", &["overwhelming"]), + ("Perfomance", &["performance"]), + ("Binraries", &["binaries"]), + ("Sascatchewan", &["saskatchewan"]), + ("Dynaminc", &["dynamic"]), + ("Privaleged", &["privileged"]), + ("Civalazations", &["civilizations"]), + ("Immutible", &["immutable"]), + ("Downloades", &["downloads"]), + ("Depencendency", &["dependency"]), + ("Deryption", &["decryption"]), + ("Improbment", &["improvement"]), + ("Sociopolical", &["sociological"]), + ("Individaully", &["individually"]), + ("Millienaire", &["millionaire"]), + ("Qualifikation", &["qualification"]), + ("Valitdity", &["validity"]), + ("Circluating", &["circulating"]), + ("Galsgow", &["glasgow"]), + ("Commiting", &["committing"]), + ("Beutiful", &["beautiful"]), + ("Spefixifes", &["specifies"]), + ("Festivalens", &["festivals"]), + ("Assisants", &["assistants"]), + ("Relativ", &["relative"]), + ("Conponent", &["component"]), + ("Heirarchical", &["hierarchical"]), + ("Udate", &["update"]), + ("Pakages", &["packages"]), + ("Realeased", &["released"]), + ("Declartor", &["declarator"]), + ("Coexsitance", &["coexistence"]), + ("Explinatory", &["explanatory"]), + ("Becase", &["because"]), + ("Cleint", &["client"]), + ("Requiest", &["request"]), + ("Popullated", &["populated"]), + ("Characteritic", &["characteristic"]), + ("Corporativo", &["corporation"]), + ("Prdpagating", &["propagating"]), + ("Trasnforms", &["transforms"]), + ("Uncannny", &["uncanny"]), + ("Psychologycal", &["psychologically"]), + ("Checkpoing", &["checkpoint"]), + ("Atomzier", &["atomizer"]), + ("Betweeness", &["betweenness"]), + ("Autonimous", &["autonomous"]), + ("Portagonists", &["protagonists"]), + ("Execuetd", &["executed"]), + ("Rivlaries", &["rivalries"]), + ("Silouwetist", &["silhouettist"]), + ("Singols", &["signals", "singles"]), + ("Vitenam", &["vietnam"]), + ("Decodeing", &["decoding"]), + ("Arpanoid", &["paranoid"]), + ("Constrants", &["constraints"]), + ("Construcion", &["construction"]), + ("Forcasting", &["forecasting"]), + ("Overlfow", &["overflow"]), + ("Analitical", &["analytical"]), + ("Programmar", &["programmer"]), + ("Emmigrated", &["emigrated", "immigrated"]), + ("Interents", &["internets"]), + ("Microfost", &["microsoft"]), + ("Hererosexual", &["heterosexual"]), + ("Expeptedly", &["expectedly"]), + ("Georiga", &["georgia"]), + ("Reeiving", &["receiving", "reviving"]), + ("Aliasas", &["aliases"]), + ("Incrememnting", &["incrementing"]), + ("Chizzled", &["chiseled"]), + ("Datatore", &["datastore"]), + ("Createad", &["created"]), + ("Partiets", &["parties"]), + ("Teachnig", &["teaching"]), + ("Mistrow", &["maestro"]), + ("Regargless", &["regardless"]), + ("Potentatially", &["potentially"]), + ("Prophocies", &["prophecies"]), + ("Parocheal", &["parochial"]), + ("Conneection", &["connection"]), + ("Puplications", &["publications"]), + ("Inclding", &["including"]), + ("Narcissistc", &["narcissistic"]), + ("Trasnparencies", &["transparencies"]), + ("Paragraphes", &["paragraphs"]), + ("Endever", &["endeavor"]), + ("Confimred", &["confirmed"]), + ("Predeterminded", &["predetermined"]), + ("Participantes", &["participants"]), + ("Flter", &["filter"]), + ("Accomondate", &["accommodate"]), + ("Terurn", &["return"]), + ("Brusselers", &["brussels"]), + ("Follwers", &["followers"]), + ("Jounral", &["journal"]), + ("Milimiters", &["millimeters"]), + ("Uncertianty", &["uncertainty"]), + ("Sqeeze", &["squeeze"]), + ("Fith", &["fifth", "filth"]), + ("Decied", &["decide", "decided"]), + ("Implemenationd", &["implementation"]), + ("Presure", &["pressure"]), + ("Unspefixied", &["unspecified"]), + ("Procotol", &["protocol"]), + ("Preffered", &["preferred"]), + ("Receiever", &["receiver"]), + ("Shevles", &["shelves"]), + ("Coindidental", &["coincidental"]), + ("Losd", &["lost", "loss", "lose", "load"]), + ("Repulics", &["republics"]), + ("Peacd", &["peace"]), + ("Properity", &["property", "proprietary"]), + ("Philadelpia", &["philadelphia"]), + ("Neighrors", &["neighbors"]), + ("Worarounds", &["workarounds"]), + ("Resistansen", &["resistances"]), + ("Zoocheeni", &["zucchini"]), + ("Overwhemed", &["overwhelmed"]), + ("Deprecatation", &["deprecation"]), + ("Consequece", &["consequence"]), + ("Experimaneting", &["experimenting"]), + ("Somewaht", &["somewhat"]), + ("Implementas", &["implements"]), + ("Porportionally", &["proportionally"]), + ("Blaspehmy", &["blasphemy"]), + ("Economicos", &["economics"]), + ("Confgi", &["config"]), + ("Apperarance", &["appearance"]), + ("Compeditively", &["competitively"]), + ("Nationalistes", &["nationalists"]), + ("Scupt", &["sculpt"]), + ("Adealide", &["adelaide"]), + ("Coleegs", &["colleagues"]), + ("Benchs", &["benches"]), + ("Rollerocaster", &["rollercoaster"]), + ("Intersts", &["interests"]), + ("Orginizations", &["organizations"]), + ("Depdents", &["dependents"]), + ("Intitials", &["initials"]), + ("Decrations", &["decorations"]), + ("Attraktive", &["attractive"]), + ("Cutscence", &["cutscene"]), + ("Unpredicable", &["unpredictable"]), + ("Appication", &["application"]), + ("Acadamy", &["academy"]), + ("Custumised", &["customised"]), + ("Deciemal", &["decimal"]), + ("Antisipated", &["anticipated"]), + ("Reanmed", &["renamed"]), + ("Barriors", &["barriers"]), + ("Sqash", &["squash"]), + ("Unsubscirbed", &["unsubscribed"]), + ("Grativate", &["gravitate"]), + ("Homeopaty", &["homeopathy"]), + ("Responc", &["response", "respond"]), + ("Coccinele", &["coccinelle"]), + ("Destinaton", &["destination"]), + ("Wraapped", &["wrapped"]), + ("Langauges", &["languages"]), + ("Progesses", &["progresses"]), + ("Emabrgo", &["embargo"]), + ("Recconeected", &["reconnected"]), + ("Affectionatley", &["affectionate"]), + ("Funrels", &["funerals"]), + ("Qucikest", &["quickest"]), + ("Brokeness", &["brokenness"]), + ("Deffinition", &["definition"]), + ("Epecting", &["expecting"]), + ("Probablies", &["probable"]), + ("Underestamated", &["underestimated"]), + ("Credentail", &["credential"]), + ("Corrdinator", &["coordinator"]), + ("Tablesppon", &["tablespoon"]), + ("Dicovering", &["discovering"]), + ("Rendirer", &["renderer"]), + ("Keybard", &["keyboard"]), + ("Argumeny", &["argument"]), + ("Expirement", &["experiment"]), + ("Reactiony", &["reactionary"]), + ("Unhandeled", &["unhandled"]), + ("Toursim", &["tourism"]), + ("Inprooves", &["improves"]), + ("Publucation", &["publication"]), + ("Stylsheet", &["stylesheet"]), + ("Orientato", &["orientation"]), + ("Practic", &["practice"]), + ("Contsructor", &["constructor"]), + ("Otherwide", &["otherwise"]), + ("Iif", &["if"]), + ("Associte", &["associate"]), + ("Specailly", &["specially"]), + ("Confesos", &["confess"]), + ("Coloering", &["coloring"]), + ("Spirituallity", &["spiritually"]), + ("Verificiation", &["verification"]), + ("Infrantryman", &["infantryman"]), + ("Reimpplemented", &["reimplemented"]), + ("Comminucation", &["communications", "communication"]), + ("Newthon", &["newton"]), + ("Abour", &["about"]), + ("Entusiastically", &["enthusiastically"]), + ("Invoce", &["invoice"]), + ("Beleive", &["believe"]), + ("Alogrithm", &["algorithm"]), + ("Applicaten", &["application"]), + ("Fewsha", &["fuchsia"]), + ("Collaberator", &["collaborate"]), + ("Possiblity", &["possibility"]), + ("Irreplacalbe", &["irreplaceable"]), + ("Impleemntations", &["implementations"]), + ("Patriarca", &["patriarchal"]), + ("Malplaced", &["misplaced"]), + ("Laughablly", &["laughably"]), + ("Permuating", &["permutating", "permuting"]), + ("Irresponisble", &["irresponsible"]), + ("Dogfather", &["godfather"]), + ("Forasken", &["forsaken"]), + ("Comventions", &["conventions"]), + ("Multipl", &["multiple", "multiply"]), + ("Authetnicates", &["authenticates"]), + ("Implementtaion", &["implementation"]), + ("Assumpation", &["assumption"]), + ("Tempral", &["temporal"]), + ("Supresses", &["suppresses"]), + ("Receieving", &["receiving"]), + ("Guarentee", &["guarantee"]), + ("Speficillically", &["specifically"]), + ("Naughtly", &["naughty"]), + ("Chosse", &["choose", "chose"]), + ("Delimma", &["dilemma"]), + ("Barycentic", &["barycentric"]), + ("Profilees", &["profiles"]), + ("Goodluk", &["goodluck"]), + ("Sammon", &["salmon"]), + ("Esprots", &["esports"]), + ("Unspeficifeid", &["unspecified"]), + ("Broadcasti", &["broadcast"]), + ("Sugguestion", &["suggestion"]), + ("Feld", &["field"]), + ("Lifetsyles", &["lifestyles"]), + ("Combained", &["combined"]), + ("Soler", &["solver", "solar", "solely"]), + ("Asscoitaed", &["associated"]), + ("Comecting", &["connecting"]), + ("Islamit", &["islamist"]), + ("Dependncy", &["dependency"]), + ("Sinic", &["cynic", "sonic"]), + ("Caeses", &["ceases"]), + ("Digesty", &["digest"]), + ("Equivilents", &["equivalents"]), + ("Possessin", &["possessions"]), + ("Organim", &["organism"]), + ("Subterranian", &["subterranean"]), + ("Molestarse", &["molester"]), + ("Tremelo", &["tremolo"]), + ("Memmory", &["memory"]), + ("Wiith", &["with"]), + ("Debgu", &["debug"]), + ("Oridinary", &["ordinary"]), + ("Equivelants", &["equivalents"]), + ("Southtampon", &["southampton"]), + ("Beaslty", &["beastly"]), + ("Connetion", &["connection"]), + ("Geocentic", &["geocentric"]), + ("Insance", &["instance", "insane"]), + ("Deliberatey", &["deliberately"]), + ("Persepective", &["perspective"]), + ("Subshystems", &["subsystems"]), + ("Unconcistent", &["inconsistent"]), + ("Overdrev", &["overdrive"]), + ("Eis", &["is"]), + ("Eleemnt", &["element"]), + ("Impossibul", &["impossibly"]), + ("Corectness", &["correctness"]), + ("Expereicne", &["experience"]), + ("Checkuot", &["checkout"]), + ("Autonegotiotations", &["autonegotiations"]), + ("Imperialims", &["imperialism"]), + ("Retanslate", &["retranslate"]), + ("Siganture", &["signature"]), + ("Boundries", &["boundaries"]), + ("Probabaly", &["probably"]), + ("Experimentt", &["experiment"]), + ("Inexpencive", &["inexpensive"]), + ("Reminscent", &["reminiscent"]), + ("Presonhood", &["personhood"]), + ("Getfastproperyvalue", &["getfastpropertyvalue"]), + ("Reintialize", &["reinitialize"]), + ("Allocaion", &["allocation"]), + ("Compensatie", &["compensate"]), + ("Roughtly", &["roughly"]), + ("Savve", &["save", "savvy", "salve"]), + ("Frightenend", &["frightened"]), + ("Possibilties", &["possibilities"]), + ("Insturction", &["instruction"]), + ("Impules", &["impulse"]), + ("Ambadexterously", &["ambidextrously"]), + ("Cetting", &["setting"]), + ("Requrirement", &["requirement"]), + ("Insttruction", &["instruction"]), + ("Constallation", &["constellation"]), + ("Unsucessfuly", &["unsuccessfully"]), + ("Cleaing", &["cleaning"]), + ("Ventillates", &["ventilates"]), + ("Indendent", &["indent", "indented", "independent"]), + ("Restoreable", &["restorable"]), + ("Blegium", &["belgium"]), + ("Mear", &["wear", "mere", "mare"]), + ("Treausre", &["treasure"]), + ("Occassion", &["occasion"]), + ("Speficiallies", &["specifies"]), + ("Glimpes", &["glimpse"]), + ("Cellebrating", &["celebrating"]), + ("Bethesa", &["bethesda"]), + ("Idaes", &["ideas"]), + ("Declartated", &["declared"]), + ("Verteices", &["vertices"]), + ("Availailability", &["availability"]), + ("Ascpect", &["aspect"]), + ("Afgahnistan", &["afghanistan"]), + ("Gerenics", &["generics"]), + ("Emapthize", &["empathize"]), + ("Backrgounds", &["backgrounds"]), + ("Explictely", &["explicitly"]), + ("Fashionalble", &["fashionable"]), + ("Psudonymous", &["pseudonymous"]), + ("Maraduer", &["marauder"]), + ("Descritprs", &["descriptors"]), + ("Shleters", &["shelters"]), + ("Collares", &["collars"]), + ("Referencs", &["references"]), + ("Compromissen", &["compromise"]), + ("Uncognized", &["unrecognized"]), + ("Projctions", &["projections"]), + ("Sohw", &["show"]), + ("Retpresenting", &["representing"]), + ("Arbitratily", &["arbitrarily"]), + ("Beahviour", &["behaviour"]), + ("Conersions", &["conversions"]), + ("Perdominantly", &["predominantly"]), + ("Generase", &["generates"]), + ("Boolan", &["boolean"]), + ("Materias", &["materials"]), + ("Midpiont", &["midpoint"]), + ("Controvery", &["controversy"]), + ("Morgs", &["morgues"]), + ("Celebracion", &["celebration"]), + ("Hijkack", &["hijack"]), + ("Lenght", &["length"]), + ("Equivlaent", &["equivalents"]), + ("Nationalistische", &["nationalistic"]), + ("Releifes", &["relieves"]), + ("Legendaris", &["legendaries"]), + ("Unreigstered", &["unregistered"]), + ("Bitcions", &["bitcoins"]), + ("Opearor", &["operator"]), + ("Photograh", &["photograph"]), + ("Folowong", &["following"]), + ("Sepertors", &["separators"]), + ("Grop", &["group", "drop"]), + ("Contraddice", &["contradicted"]), + ("Cornmitted", &["committed"]), + ("Hexadeciaml", &["hexadecimal"]), + ("Emberrassment", &["embarrassment"]), + ("Exceptation", &["expectation"]), + ("Concsience", &["conscience"]), + ("Lavae", &["larvae"]), + ("Condescencion", &["condescension"]), + ("Leesures", &["leisures"]), + ("Gettng", &["getting"]), + ("Broser", &["browser"]), + ("Bullerproof", &["bulletproof"]), + ("Kakfa", &["kafka"]), + ("Conyak", &["cognac"]), + ("Thermodinamics", &["thermodynamics"]), + ("Laboratroy", &["laboratory"]), + ("Exacberated", &["exacerbated"]), + ("Voume", &["volume"]), + ("Unknwown", &["unknown"]), + ("Sketpicism", &["skepticism"]), + ("Scrits", &["scripts"]), + ("Absolaute", &["absolute"]), + ("Boycottting", &["boycotting"]), + ("Diciding", &["deciding"]), + ("Babysite", &["babysitter"]), + ("Coalcence", &["coalescence"]), + ("Braista", &["barista"]), + ("Promt", &["prompt"]), + ("Custoniser", &["customiser"]), + ("Remenissense", &["reminiscence"]), + ("Formual", &["formula"]), + ("Paraprashing", &["paraphrasing"]), + ("Renegotionates", &["renegotiates"]), + ("Expanson", &["expansion"]), + ("Demonstrerat", &["demonstrate"]), + ("Instanatiation", &["instantiation"]), + ("Excludde", &["exclude"]), + ("Upgradablilty", &["upgradability"]), + ("Usptarts", &["upstarts"]), + ("Resullt", &["result"]), + ("Identic", &["identical"]), + ("Exinct", &["extinct"]), + ("Independente", &["independence"]), + ("Varts", &["carts", "warts"]), + ("Allocae", &["allocate"]), + ("Woring", &["working"]), + ("Inexpereince", &["inexperience"]), + ("Udnerdog", &["underdog"]), + ("Comfortabil", &["comfortably"]), + ("Garanty", &["guarantee"]), + ("Exclusivitiy", &["exclusivity"]), + ("Respection", &["respecting"]), + ("Enryption", &["encryption"]), + ("Missings", &["missing"]), + ("Restruction", &["restriction"]), + ("Impleemntation", &["implementation"]), + ("Projecitle", &["projectiles"]), + ("Rollertoaster", &["rollercoaster"]), + ("Collectos", &["collectors"]), + ("Confirmaton", &["confirmation"]), + ("Distribuer", &["distribute"]), + ("Synonynous", &["synonymous"]), + ("Birgading", &["brigading"]), + ("Beffer", &["buffer"]), + ("Cimptumatically", &["symptomatically"]), + ("Multiplcation", &["multiplication"]), + ("Suggestins", &["suggestions"]), + ("Precessing", &["processing"]), + ("Triditional", &["traditional"]), + ("Excetutables", &["executables"]), + ("Astronaunt", &["astronaut"]), + ("Recretes", &["recreates"]), + ("Travereses", &["traverses"]), + ("Sillabus", &["syllabus"]), + ("Replacacing", &["replacing"]), + ("Comparititive", &["comparative"]), + ("Superstituous", &["superstitious"]), + ("Restrective", &["restrictive"]), + ("Marineris", &["mariners"]), + ("Imlicitly", &["implicitly"]), + ("Eloquenty", &["eloquently"]), + ("Automagicaly", &["automagically"]), + ("Intenally", &["internally"]), + ("Hijkacks", &["hijacks"]), + ("Distincitons", &["distinctions"]), + ("Skipe", &["skip"]), + ("Mathmatical", &["mathematical"]), + ("Sertificate", &["certificate"]), + ("Uncerain", &["uncertain"]), + ("Resart", &["restart"]), + ("Constract", &["construct"]), + ("Ruslted", &["rustled"]), + ("Prooduce", &["produce"]), + ("Progressiste", &["progresses"]), + ("Opne", &["open"]), + ("Receve", &["receive"]), + ("Architecuture", &["architecture"]), + ("Amelearating", &["ameliorating"]), + ("Enegineering", &["engineering"]), + ("Vassalos", &["vassals"]), + ("Agggregate", &["aggregate"]), + ("Separatring", &["separating"]), + ("Expalined", &["explained"]), + ("Differes", &["differs"]), + ("Indentifing", &["identifying"]), + ("Comparign", &["comparing"]), + ("Notorized", &["notarized"]), + ("Excecuted", &["executed"]), + ("Argement", &["argument"]), + ("Komma", &["coma", "comma"]), + ("Authenaticated", &["authenticated"]), + ("Reaon", &["reason"]), + ("Destkop", &["desktop"]), + ("Respponse", &["response"]), + ("Gignatic", &["gigantic"]), + ("Deactive", &["deactivate"]), + ("Expception", &["exception"]), + ("Scripoted", &["scripted"]), + ("Publicaly", &["publicly"]), + ("Compredded", &["compressed"]), + ("Frist", &["first"]), + ("Negotiotate", &["negotiate"]), + ("Panmedic", &["pandemic"]), + ("Abosrbs", &["absorbs"]), + ("Initiliase", &["initialise"]), + ("Consctruction", &["construction"]), + ( + "Containe", + &["contain", "contained", "container", "contains"], + ), + ("Frequenices", &["frequencies"]), + ("Sytems", &["systems"]), + ("Tcahce", &["cache"]), + ("Nnumber", &["number"]), + ("Tcppcheck", &["cppcheck"]), + ("Prctiles", &["percentiles"]), + ("Comparisns", &["comparisons"]), + ("Srirachra", &["sriracha"]), + ("Authenciate", &["authenticate"]), + ("Sopunding", &["sounding"]), + ("Renmant", &["remnant"]), + ("Perimetre", &["perimeter"]), + ("Contronls", &["controls"]), + ("Sliseshow", &["slideshow"]), + ("Restrcited", &["restricted"]), + ("Suseedes", &["secedes"]), + ("Covection", &["convection"]), + ("Algorthmically", &["algorithmically"]), + ("Quitt", &["quit"]), + ("Transacion", &["transaction"]), + ("Prostitudes", &["prostitutes"]), + ("Pennensular", &["peninsular"]), + ("Dissappear", &["disappear"]), + ("Progamm", &["program"]), + ("Atmoically", &["atomically"]), + ("Javscript", &["javascript"]), + ("Illumianti", &["illuminati"]), + ("Maybee", &["maybe"]), + ("Cleareance", &["clearance"]), + ("Contigious", &["contagious", "contiguous"]), + ("Pronunciaton", &["pronunciation"]), + ("Qualfiiers", &["qualifiers"]), + ("Attacted", &["attached"]), + ("Artillary", &["artillery"]), + ("Inifinite", &["infinite"]), + ("Simplifiy", &["simplify"]), + ("Periphrial", &["peripheral"]), + ("Scracthing", &["scratching"]), + ("Respektable", &["respectable"]), + ("Gpysies", &["gypsies"]), + ("Obtrain", &["obtain"]), + ("Strigification", &["stringification"]), + ("Frustracion", &["frustration"]), + ("Consttructors", &["constructors"]), + ("Finishe", &["finished", "finish"]), + ("Authentified", &["authenticated"]), + ("Woh", &["who"]), + ("Sescedes", &["secedes"]), + ("Configuraion", &["configuration"]), + ("Infrasctructure", &["infrastructure"]), + ("Creepig", &["creeping"]), + ("Pscyhopath", &["psychopath"]), + ("Vunlerabilities", &["vulnerabilities"]), + ("Througout", &["throughout"]), + ("Unexpetect", &["unexpected"]), + ("Jounralists", &["journalists"]), + ("Foreshadowning", &["foreshadowing"]), + ("Optimzied", &["optimized"]), + ("Probblem", &["problem"]), + ("Descendends", &["descended"]), + ("Instrumentos", &["instruments"]), + ("Quadroopled", &["quadrupled"]), + ("Conseat", &["conceit"]), + ("Formated", &["formatted"]), + ("Unplayabe", &["unplayable"]), + ("Consestently", &["consistently"]), + ("Backbrounds", &["backgrounds"]), + ("Sxmbolic", &["symbolic"]), + ("Electrodan", &["electron"]), + ("Forcasters", &["forecasters"]), + ("Overflw", &["overflow"]), + ("Aqueos", &["aqueous"]), + ("Insuficiency", &["insufficiency"]), + ("Promtped", &["prompted"]), + ("Transfom", &["transform"]), + ("Repositionning", &["repositioning"]), + ("Prarameter", &["parameter"]), + ("Precaucion", &["precaution"]), + ("Socekts", &["sockets"]), + ("Substanties", &["substantive"]), + ("Mircosoft", &["microsoft"]), + ("Amaizing", &["amazing"]), + ("Bastardus", &["bastards"]), + ("Perfurring", &["preferring"]), + ("Opional", &["optional"]), + ("Fininshed", &["finished"]), + ("Conteins", &["contains"]), + ("Partiular", &["particular"]), + ("Signficiant", &["significant"]), + ("Experties", &["expertise"]), + ("Simplifys", &["simplifies"]), + ("Underesitmate", &["underestimated"]), + ("Cencter", &["center"]), + ("Sqeuaky", &["squeaky"]), + ("Overpovered", &["overpowered"]), + ("Reniger", &["reneger"]), + ("Collission", &["collisions", "collision", "collusion"]), + ("Therefoer", &["therefor"]), + ("Avacodos", &["avocados"]), + ("Finnished", &["finished"]), + ("Indepentent", &["independent"]), + ("Plently", &["plenty"]), + ("Muti", &["multi"]), + ("Arbitraty", &["arbitrary"]), + ("Bobard", &["board", "bombard"]), + ("Counterfait", &["counterfeit"]), + ("Degrase", &["degrasse"]), + ("Bureaocrats", &["bureaucrats"]), + ("Unspeficeid", &["unspecified"]), + ("Immoratlity", &["immortality"]), + ("Extedn", &["extend"]), + ("Exeecutable", &["executable"]), + ("Apllied", &["applied"]), + ("Enseble", &["ensemble"]), + ("Statring", &["starting"]), + ("Cmmanding", &["commanding"]), + ("Explotiation", &["exploitation"]), + ("Samuria", &["samurai"]), + ("Accesssiblity", &["accessibility"]), + ("Thruoghout", &["throughout"]), + ("Visualyse", &["visualise"]), + ("Lightergas", &["lighters"]), + ("Overzelously", &["overzealously"]), + ("Comparisen", &["compares"]), + ("Misinterprate", &["misinterpret"]), + ("Embarress", &["embarrassed"]), + ("Conferedate", &["confederate"]), + ("Calcultating", &["calculating"]), + ("Shuld", &["should"]), + ("Pursuaded", &["persuaded"]), + ("Connecte", &["connected"]), + ("Arbitary", &["arbitrary"]), + ("Dataets", &["datasets"]), + ("Neigboring", &["neighboring"]), + ("Probabiliste", &["probabilities"]), + ("Prohibiteds", &["prohibits"]), + ("Nostaglic", &["nostalgic"]), + ("Fasicsts", &["fascists"]), + ("Psychriatic", &["psychiatric"]), + ("Stilll", &["still"]), + ("Converdation", &["conservation"]), + ("Enulation", &["emulation"]), + ("Windoows", &["windows"]), + ("Sugguesting", &["suggesting"]), + ("Recgonise", &["recognise"]), + ("Multiecast", &["multicast"]), + ("Encrptions", &["encryptions"]), + ("Appliences", &["appliances"]), + ("Cantacted", &["contacted"]), + ("Instrumenet", &["instrument"]), + ("Puplates", &["populates"]), + ("Littel", &["little"]), + ("Humantiarian", &["humanitarian"]), + ("Vieports", &["viewports"]), + ("Arquitecture", &["architecture"]), + ("Parastie", &["parasite"]), + ("Becouse", &["because"]), + ("Nurished", &["nourished"]), + ("Supportd", &["supported"]), + ("Antibioticos", &["antibiotics"]), + ("Somethiong", &["something"]), + ("Credibillity", &["credibility"]), + ("Paramterer", &["parameter"]), + ("Photografic", &["photographic"]), + ("Tempramental", &["temperamental"]), + ("Nestalgicly", &["nostalgically"]), + ("Mosnters", &["monsters"]), + ("Addrerssses", &["addresses"]), + ("Mulitiple", &["multiple"]), + ("Busineses", &["business", "businesses"]), + ("Guarentied", &["guaranteed"]), + ("Rotataion", &["rotation"]), + ("Mjor", &["major"]), + ("Depency", &["dependency"]), + ("Biologia", &["biological"]), + ("Swicth", &["switch"]), + ("Stipped", &["stripped"]), + ("Contect", &["contact", "context", "connect"]), + ("Dissmissing", &["dismissing"]), + ("Dissapointted", &["disappointed"]), + ("Profirled", &["profiled"]), + ("Disconecting", &["disconnecting"]), + ("Synchonises", &["synchronises"]), + ("Disassember", &["disassembler"]), + ("Sigals", &["signals", "sigils"]), + ("Intellectul", &["intellectuals"]), + ("Publushing", &["publishing"]), + ("Sasuage", &["sausage"]), + ("Eighten", &["eighteen"]), + ("Compenstate", &["compensate"]), + ("Embdedded", &["embedded"]), + ("Formidible", &["formidable"]), + ("Badnits", &["bandits"]), + ("Subsitututes", &["substitutes"]), + ("Bureuacracy", &["bureaucracy"]), + ("Enumearation", &["enumeration"]), + ("Monogymous", &["monogamous"]), + ("Smallar", &["smaller"]), + ("Whitch", &["which"]), + ("Unduee", &["undue"]), + ("Minimilist", &["minimalist"]), + ("Requiested", &["requested"]), + ("Feminitity", &["femininity"]), + ("Algorritmic", &["algorithmic"]), + ("Detriot", &["detroit"]), + ("Happenned", &["happened"]), + ("Interferance", &["interference"]), + ("Invovle", &["involve"]), + ("Copytight", &["copyright"]), + ("Boyfriens", &["boyfriends"]), + ("Continoue", &["continue"]), + ("Bastractions", &["abstractions"]), + ("Proocedures", &["procedures"]), + ("Revlover", &["revolver"]), + ("Alais", &["alias"]), + ("Violoated", &["violated"]), + ("Notaly", &["notably"]), + ("Favourtie", &["favourite"]), + ("Staionairy", &["stationary"]), + ("Hould", &["hold", "should"]), + ("Irresepective", &["irrespective"]), + ("Tighly", &["tightly"]), + ("Seseeds", &["secedes"]), + ("Stnad", &["stand"]), + ("Rapells", &["rappells"]), + ("Ostricized", &["ostracized"]), + ("Labarotory", &["laboratory"]), + ("Overtun", &["overturn"]), + ("Compunds", &["compounds"]), + ("Obvisous", &["obvious"]), + ("Bsuiness", &["business"]), + ("Realiest", &["earliest"]), + ("Someoene", &["someone"]), + ("Reinstatiate", &["reinstantiate"]), + ("Centerns", &["centers"]), + ("Suppport", &["support"]), + ("Consifer", &["consider"]), + ("Donwload", &["download"]), + ("Requeriment", &["requirement"]), + ("Annointing", &["anointing"]), + ("Recconencts", &["reconnects"]), + ("Seahawkers", &["seahawks"]), + ("Unxpected", &["unexpected"]), + ("Wourd", &["word"]), + ("Disingenious", &["disingenuous"]), + ("Openened", &["opened"]), + ("Alyways", &["always"]), + ("Abbriviations", &["abbreviations"]), + ("Dominantion", &["domination"]), + ("Supercedes", &["supersedes"]), + ("Stomrfront", &["stormfront"]), + ("Burritoes", &["burritos"]), + ("Academicus", &["academics"]), + ("Paletable", &["palatable"]), + ("Certaint", &["certain"]), + ("Represantative", &["representative"]), + ("Pararaph", &["paragraph"]), + ("Inteegration", &["integration"]), + ("Brigdes", &["bridges"]), + ("Intstructed", &["instructed"]), + ("Determineing", &["determining"]), + ("Situationnal", &["situational"]), + ("Identifes", &["identifies"]), + ("Bitwize", &["bitwise"]), + ("Intrerupt", &["interrupt"]), + ("Polpulate", &["populate"]), + ("Misinterpriting", &["misinterpreting"]), + ("Modfied", &["modified"]), + ("Omishience", &["omniscience"]), + ("Followoing", &["following"]), + ("Sofwtare", &["software"]), + ("Snaping", &["snapping"]), + ("Virtualzation", &["virtualization"]), + ("Recconencted", &["reconnected"]), + ("Finsished", &["finished"]), + ("Yourselfe", &["yourself", "yourselves"]), + ("Numberred", &["numbered"]), + ("Disturbante", &["disturbance"]), + ("Protectie", &["protective"]), + ("Distributivos", &["distributions"]), + ("Potententially", &["potentially"]), + ("Huntmsan", &["huntsman"]), + ("Burnign", &["burning"]), + ("Hieghtened", &["heightened"]), + ("Underming", &["undermining"]), + ("Loacally", &["locally"]), + ("Modfifier", &["modifier"]), + ("Rehtoric", &["rhetoric"]), + ("Acidental", &["accidental"]), + ("Windowz", &["windows"]), + ("Listenter", &["listener"]), + ("Roated", &["rotated"]), + ("Suppurting", &["supporting"]), + ("Fauture", &["feature"]), + ("Sensititive", &["sensitive"]), + ("Excecpt", &["except"]), + ("Itertation", &["iteration"]), + ("Intereference", &["interference"]), + ("Deliverys", &["delivers", "deliveries"]), + ("Asemblers", &["assemblers"]), + ("Interepolates", &["interpolates"]), + ("Reqroduce", &["reproduce"]), + ("Disclosue", &["disclosure"]), + ("Symobolic", &["symbolic"]), + ("Defaulg", &["default"]), + ("Republicanos", &["republicans"]), + ("Vaued", &["valued"]), + ("Interespersed", &["interspersed"]), + ("Buttom", &["button", "bottom"]), + ("Electroinc", &["electron"]), + ("Possessers", &["possesses"]), + ("Finction", &["function"]), + ("Unrptorect", &["unprotect"]), + ("Rsource", &["resource", "source"]), + ("Linearily", &["linearly", "linearity"]), + ("Soley", &["solely"]), + ("Assymetrical", &["asymmetrical"]), + ("Metodology", &["methodology"]), + ("Degrassie", &["degrasse"]), + ("Atorney", &["attorney"]), + ("Trasnfer", &["transfer"]), + ("Addiitons", &["additions"]), + ("Governmanet", &["governmental"]), + ("Expilicitely", &["explicitly"]), + ("Futurestic", &["futuristic"]), + ("Edbiles", &["edibles"]), + ("Scheduald", &["scheduled"]), + ("Accumulaton", &["accumulation"]), + ("Neighbrs", &["neighbors"]), + ("Credintials", &["credentials"]), + ("Facours", &["favours"]), + ("Andoid", &["android"]), + ("Neighbeut", &["neighbour"]), + ("Modifaction", &["modification"]), + ("Integation", &["integration"]), + ("Authenenticators", &["authenticators"]), + ("Mananger", &["manager"]), + ("Guranteeing", &["guaranteeing"]), + ("Pyhsicals", &["physicals"]), + ("Cilmbers", &["climbers"]), + ("Warninf", &["warning"]), + ("Boradcast", &["broadcast"]), + ("Prestigeous", &["prestigious"]), + ("Funchtionnal", &["functional"]), + ("Acknowlegding", &["acknowledging"]), + ("Hurricanefps", &["hurricanes"]), + ("Reinitalised", &["reinitialised"]), + ("Benchmars", &["benchmarks"]), + ("Manyally", &["manually"]), + ("Paraphrashed", &["paraphrase"]), + ("Governemntal", &["governmental"]), + ("Complexety", &["complexity"]), + ("Resmeble", &["resemble"]), + ("Boxs", &["box", "boxes"]), + ("Permuate", &["permutate", "permute"]), + ("Argumeng", &["argument"]), + ("Optimzations", &["optimizations"]), + ("Anniversay", &["anniversary"]), + ("Disgrunted", &["disgruntled"]), + ("Negoptionsotiable", &["negotiable"]), + ("Socialogical", &["sociological"]), + ("Devfined", &["defined"]), + ("Brotherhoood", &["brotherhood"]), + ("Acommodating", &["accommodating"]), + ("Standrats", &["standards"]), + ("Appliactions", &["applications"]), + ("Emergend", &["emerged"]), + ("Exploint", &["exploit"]), + ("Extraced", &["extracted"]), + ("Decisivie", &["decisive"]), + ("Influincing", &["influencing"]), + ("Standart", &["standard"]), + ("Phasepsace", &["phasespace"]), + ("Necessaties", &["necessities"]), + ("Vertigro", &["vertigo"]), + ("Aproximations", &["approximations"]), + ("Underneith", &["underneath"]), + ("Patientens", &["patients"]), + ("Destector", &["detector"]), + ("Iteger", &["integer"]), + ("Simliarly", &["similarly"]), + ("Oneyway", &["oneway"]), + ("Usuallly", &["usually"]), + ("Acclerometers", &["accelerometers"]), + ("Kingergarten", &["kindergarten"]), + ("Middel", &["middle"]), + ("Authencicating", &["authenticating"]), + ("Unbouned", &["unbounded"]), + ("Wholely", &["wholly"]), + ("Insignificunt", &["insignificant"]), + ("Resturn", &["return", "returns"]), + ("Activitis", &["activities"]), + ("Hositlity", &["hostility"]), + ("Carnavor", &["carnivore"]), + ("Specificated", &["specified"]), + ("Functiton", &["function"]), + ("Illuminuti", &["illuminati"]), + ("Hilighting", &["highlighting"]), + ("Desktopos", &["desktops"]), + ("Incompability", &["incompatible", "incompatibility"]), + ("Descritpors", &["descriptors"]), + ("Experimanentations", &["experimentations"]), + ("Arrys", &["arrays"]), + ("Tradisional", &["traditional"]), + ("Indivduals", &["individuals"]), + ("Emabling", &["enabling"]), + ("Discosure", &["discourse"]), + ("Nitch", &["niche"]), + ("Lisens", &["listens"]), + ("Stratagically", &["strategically"]), + ("Extrordinary", &["extraordinary"]), + ("Instrcutions", &["instruction", "instructions"]), + ("Differrently", &["differently"]), + ("Parametised", &["parametrised"]), + ("Aditionaly", &["additionally"]), + ("Automoblie", &["automobile"]), + ("Conditionn", &["condition"]), + ("Ocotpus", &["octopus"]), + ("Deskys", &["disguise"]), + ("Ellignton", &["ellington"]), + ("Frankenstiner", &["frankenstein"]), + ("Neigbhours", &["neighbours"]), + ("Disinteresed", &["disinterested"]), + ("Vulberabilty", &["vulnerability"]), + ("Execude", &["execute"]), + ("Channles", &["channels"]), + ("Perfored", &["performed"]), + ("Callling", &["calling"]), + ("Toom", &["tomb"]), + ("Relie", &["rely", "relies", "really", "relief"]), + ("Tradditional", &["traditional"]), + ("Aligins", &["aligns"]), + ("Deceptionist", &["receptionist"]), + ("Procedding", &["proceeding"]), + ("Hierchy", &["hierarchy"]), + ("Specailty", &["specialty"]), + ("Terninals", &["terminals"]), + ("Lesiure", &["leisure"]), + ("Linguisics", &["linguistics"]), + ("Curruptable", &["corruptible"]), + ("Priorit", &["priority"]), + ("Reinitalises", &["reinitialises"]), + ("Retrns", &["returns"]), + ("Mircoscopes", &["microscopes"]), + ("Cylidner", &["cylinder"]), + ("Excplicitly", &["explicitly"]), + ("Accomplises", &["accomplishes"]), + ("Deflektion", &["deflection"]), + ("Deriatives", &["derivatives"]), + ("Disproprotionate", &["disproportionate"]), + ("Metodologies", &["methodologies"]), + ("Batitsa", &["batista"]), + ("Activaed", &["activated"]), + ("Interfcaes", &["interfaces"]), + ("Runetime", &["runtime"]), + ("Jion", &["join"]), + ("Deplying", &["deploying"]), + ("Chandeleers", &["chandeliers"]), + ("Abosrbed", &["absorbed"]), + ("Childisch", &["childish"]), + ("Territoris", &["territories"]), + ("Governmently", &["governmental"]), + ("Eligibilty", &["eligibility"]), + ("Idead", &["idea", "ideas", "ideal", "dead"]), + ("Balanse", &["balances"]), + ("Specifu", &["specify"]), + ("Unneeeded", &["unneeded"]), + ("Comfortbly", &["comfortably"]), + ("Performous", &["performs"]), + ("Accompinied", &["accompanied"]), + ("Smal", &["small"]), + ("Snytax", &["syntax"]), + ("Captable", &["capable"]), + ("Troups", &["troupes", "troops"]), + ("Specialisaitons", &["specialisations"]), + ("Lauch", &["launch"]), + ("Mulithread", &["multithread"]), + ("Maintaners", &["maintainers"]), + ("Drity", &["dirty"]), + ("Mentallity", &["mentally"]), + ("Reliabe", &["reliable"]), + ("Decembeard", &["december"]), + ("Medicority", &["mediocrity"]), + ("Experessed", &["expressed"]), + ("Derageable", &["dirigible"]), + ("Refector", &["refactor"]), + ("Oigin", &["origin"]), + ("Galllerys", &["galleries"]), + ("Lineseach", &["linesearch"]), + ("Commanists", &["communists"]), + ("Expepected", &["expected"]), + ("Remaines", &["remains", "remained"]), + ("Accumalted", &["accumulated"]), + ("Jetsream", &["jetstream"]), + ("Fantazise", &["fantasise"]), + ("Infreqency", &["infrequency"]), + ("Lasagnea", &["lasagna"]), + ("Whisperered", &["whispered"]), + ("Subexpersion", &["subexpression"]), + ("Hanle", &["handle"]), + ("Histroy", &["history"]), + ("Inititalization", &["initialization"]), + ("Differencial", &["differential"]), + ("Retetting", &["resetting", "retesting"]), + ("Generalis", &["generals"]), + ("Metabalism", &["metabolism"]), + ("Incompatibilies", &["incompatibilities"]), + ("Suffient", &["sufficient"]), + ("Knoweldgable", &["knowledgable"]), + ("Exceeeded", &["exceeded"]), + ("Upladaded", &["uploaded"]), + ("Chercks", &["checks"]), + ("Rememeber", &["remember"]), + ("Mocrophones", &["microphones"]), + ("Disapeard", &["disappeared"]), + ("Triolgy", &["trilogy"]), + ("Custoisers", &["customisers"]), + ("Depresso", &["depression"]), + ("Chrashes", &["crashes", "thrashes", "trashes"]), + ("Trhe", &["the"]), + ("Dektop", &["desktop"]), + ("Censibility", &["sensibility"]), + ("Contractar", &["contractor"]), + ("Overvise", &["otherwise"]), + ("Orcestrates", &["orchestrates"]), + ("Betwwen", &["between"]), + ("Experminentations", &["experimentations"]), + ("Parmaeters", &["parameters"]), + ("Alinged", &["alined"]), + ("Inquisicion", &["inquisition"]), + ("Espression", &["espresso"]), + ("Mutablity", &["mutability"]), + ("Psychodelic", &["psychedelic"]), + ("Intraspection", &["introspection"]), + ("Eyar", &["year", "eyas"]), + ("Rienforcement", &["reinforcements"]), + ("Hitogram", &["histogram"]), + ("Temporarity", &["temporarily"]), + ("Coeffcients", &["coefficients"]), + ("Neuton", &["neutron"]), + ("Reinitalizes", &["reinitializes"]), + ("Differrences", &["differences"]), + ("Resturcture", &["restructure"]), + ("Behaviorial", &["behavioral"]), + ("Privilages", &["privileges"]), + ("Summore", &["summoner"]), + ("Environmentality", &["environmentally"]), + ("Autherized", &["authorized"]), + ("Stringnet", &["stringent"]), + ("Spefics", &["specifics"]), + ("Acccess", &["access"]), + ("Ehtnicity", &["ethnicity"]), + ("Nonesensical", &["nonsensical"]), + ("Resuilting", &["resulting"]), + ("Absolutiste", &["absolutes"]), + ("Otherwwise", &["otherwise"]), + ("Exitts", &["exits"]), + ("Tiawanese", &["taiwanese"]), + ("Ineffcient", &["inefficient"]), + ("Hypocracy", &["hypocrisy"]), + ("Subnegotitaion", &["subnegotiation"]), + ("Nucular", &["nuclear"]), + ("Comamnd", &["command"]), + ("Falt", &["fault"]), + ("Aufter", &["after"]), + ("Apprciated", &["appreciated"]), + ("Ingnoring", &["ignoring"]), + ("Ibjects", &["objects"]), + ("Connotacion", &["connotation"]), + ("Sectopned", &["sectioned"]), + ("Litterals", &["literals"]), + ("Intertwinded", &["intertwined"]), + ("Varning", &["warning"]), + ("Processores", &["processors"]), + ("Telepotation", &["teleportation"]), + ("Reciprocrate", &["reciprocate"]), + ("Multidimensionnal", &["multidimensional"]), + ("Oakerous", &["ocherous"]), + ("Specificiation", &["specification"]), + ("Indivually", &["individually"]), + ("Speficiying", &["specifying"]), + ("Accordinly", &["accordingly"]), + ("Semicolor", &["semicolon"]), + ("Invitiation", &["invitation"]), + ("Contendor", &["contender"]), + ("Reamined", &["remained"]), + ("Channge", &["change"]), + ("Reay", &["ready", "really", "ray"]), + ("Braevry", &["bravery"]), + ("Deafulted", &["defaulted"]), + ("Subsciber", &["subscriber"]), + ("Youu", &["you"]), + ("Asserion", &["assertion"]), + ("Sugggest", &["suggest"]), + ("Absodefly", &["absolute"]), + ("Idel", &["idle"]), + ("Intergation", &["integration"]), + ("Typpes", &["types"]), + ("Multitute", &["multitude"]), + ("Fantasmically", &["fantastically"]), + ("Tranzitions", &["transitions"]), + ("Historicans", &["historians"]), + ("Implemend", &["implement"]), + ("Authenticiy", &["authenticity"]), + ("Participanting", &["participating"]), + ("Unbrakeable", &["unbreakable"]), + ("Executued", &["executed"]), + ("Stpo", &["stop"]), + ("Glyping", &["glyphing"]), + ("Funtionalty", &["functionality"]), + ("Excecises", &["exercises"]), + ("Caterpiller", &["caterpillar"]), + ("Programmaticaly", &["programmatically"]), + ("Assignanle", &["assignable"]), + ("Traingle", &["triangle"]), + ("Paret", &["parent", "parrot"]), + ("Spefiifies", &["specifies"]), + ("Recipts", &["receipts"]), + ("Normol", &["normal"]), + ("Sketpical", &["skeptical"]), + ("Sattellites", &["satellites"]), + ("Fourteeen", &["fourteen"]), + ("Challengue", &["challenger"]), + ("Shortcutt", &["shortcut"]), + ("Piorities", &["priorities"]), + ("Negosiate", &["negotiate"]), + ("Passionetly", &["passionately"]), + ("Officianado", &["aficionado"]), + ("Chuks", &["chunks"]), + ("Articats", &["artifacts"]), + ("Calloed", &["called"]), + ("Passowrd", &["password"]), + ("Shenanegans", &["shenanigans"]), + ("Permuatate", &["permutate"]), + ("Representstive", &["representatives"]), + ("Grafics", &["graphics"]), + ("Recgonized", &["recognized"]), + ("Cirumstances", &["circumstances"]), + ("Assumued", &["assumed"]), + ("Decalred", &["declared"]), + ("Inteligantly", &["intelligently"]), + ("Limted", &["limited"]), + ("Accomplishent", &["accomplishment"]), + ("Admittadely", &["admittedly"]), + ("Afterwords", &["afterwards"]), + ("Excective", &["executive"]), + ("Combinbe", &["combined"]), + ("Implicatie", &["implicit"]), + ("Vascetomy", &["vasectomy"]), + ("Authoratitative", &["authoritative"]), + ("Robocoup", &["robocop"]), + ("Catastrofy", &["catastrophe"]), + ("Intiailizes", &["initializes"]), + ("Renegoticators", &["renegotiators"]), + ("Reconet", &["reconnect"]), + ("Duplicitas", &["duplicates"]), + ("Nown", &["known", "noun"]), + ("Chaied", &["chained"]), + ("Semamphore", &["semaphore"]), + ("Coprorates", &["corporates"]), + ("Encosings", &["enclosings", "encodings"]), + ("Saleries", &["salaries"]), + ("Incrompehensible", &["incomprehensible"]), + ("Resistas", &["resists"]), + ("Convineient", &["convenient"]), + ("Emphazise", &["emphasise"]), + ("Staion", &["station"]), + ("Inidans", &["indians"]), + ("Unexplicably", &["inexplicably"]), + ("Peirods", &["periods"]), + ("Shadasloo", &["shadaloo"]), + ("Ukranian", &["ukrainian"]), + ("Understannd", &["understands"]), + ("Complaing", &["complaining"]), + ("Chancellour", &["chancellor"]), + ("Soltuion", &["solution"]), + ("Identifieer", &["identifier"]), + ("Glitchty", &["glitchy"]), + ("Wiil", &["will"]), + ("Constructie", &["constructive"]), + ("Missconfiguring", &["misconfiguring"]), + ("Subjest", &["subjects"]), + ("Unauthoried", &["unauthorized"]), + ("Viwe", &["view"]), + ("Caclulators", &["calculators"]), + ("Organsied", &["organised"]), + ("Micorcodes", &["microcodes"]), + ("Dalmation", &["dalmatian"]), + ("Gentailia", &["genitalia"]), + ("Sreenshot", &["screenshot"]), + ("Peopels", &["peoples"]), + ("Asisstants", &["assistants"]), + ("Depecated", &["deprecated"]), + ("Resepecting", &["respecting"]), + ("Unappropriately", &["inappropriately"]), + ("Plugun", &["plugin"]), + ("Cincinnnati", &["cincinnati"]), + ("Genrator", &["generator"]), + ("Ciruit", &["circuit"]), + ("Gangsterest", &["gangsters"]), + ("Lieutanant", &["lieutenant"]), + ("Combind", &["combined"]), + ("Sinics", &["cynics"]), + ("Sizemologists", &["seismologists"]), + ("Accesssor", &["accessor"]), + ("Execuses", &["excuses", "executes"]), + ("Proviers", &["providers"]), + ("Numnbering", &["numbering"]), + ("Complecate", &["complicate"]), + ("Relasing", &["releasing"]), + ("Aotomaticall", &["automatically"]), + ("Continiously", &["continuously"]), + ("Efficiantly", &["efficiently"]), + ("Percentil", &["percentile"]), + ("Spammade", &["spammed"]), + ("Accelearted", &["accelerated"]), + ("Incorrent", &["incorrect"]), + ("Autonegociation", &["autonegotiation"]), + ("Tuesdey", &["tuesday"]), + ("Vomitting", &["vomiting"]), + ("Denominato", &["denomination"]), + ("Claculator", &["calculator"]), + ("Sanitazion", &["sanitation"]), + ("Dueing", &["doing", "during", "dueling"]), + ("Doens", &["does", "doesn"]), + ("Efectively", &["effectively"]), + ("Selct", &["select"]), + ("Dereferrence", &["dereference"]), + ("Inutitively", &["intuitively"]), + ("Calculcate", &["calculate"]), + ("Changning", &["changing"]), + ("Abandonig", &["abandoning"]), + ("Lolal", &["total"]), + ("Veritcal", &["vertical"]), + ("Radioactieve", &["radioactive"]), + ("Completition", &["completion"]), + ("Hurrikanes", &["hurricanes"]), + ("Althouth", &["although"]), + ("Dictoinaries", &["dictionaries"]), + ("Boundaryi", &["boundary"]), + ("Destinatinos", &["destinations"]), + ("Sourrounding", &["surrounding"]), + ("Handfull", &["handful"]), + ("Fortunantly", &["fortunately"]), + ("Ambassabor", &["ambassador"]), + ("Intercontinetal", &["intercontinental"]), + ("Analitycs", &["analytics"]), + ("Ritlain", &["ritalin"]), + ("Beliveble", &["believable"]), + ("Secrety", &["secretly"]), + ("Shenenigans", &["shenanigans"]), + ("Thos", &["those", "this"]), + ("Compainons", &["companions"]), + ("Steeleries", &["steelers"]), + ("Negativley", &["negatively"]), + ("Maybelliene", &["maybelline"]), + ("Experiminters", &["experimenters"]), + ("Penninsula", &["peninsula"]), + ("Requirying", &["requerying"]), + ("Correnspond", &["correspond"]), + ("Constrcting", &["constructing", "constricting"]), + ("Renmants", &["remnants"]), + ("Missconfigured", &["misconfigured"]), + ("Renegoziable", &["renegotiable"]), + ("Eaxct", &["exact"]), + ("Santizing", &["sanitizing"]), + ("Picthed", &["pitched"]), + ("Missconfigures", &["misconfigures"]), + ("Estonija", &["estonia"]), + ("Rizes", &["rises"]), + ("Datattypes", &["datatypes"]), + ("Relocaion", &["relocation"]), + ("Unexpetctly", &["unexpectedly"]), + ("Anad", &["and"]), + ("Distengish", &["distinguish"]), + ("Utillities", &["utilities"]), + ("Somehing", &["something"]), + ("Appreteated", &["appreciated"]), + ("Authenicaed", &["authenticated"]), + ("Circumstential", &["circumstantial"]), + ("Corretion", &["correction"]), + ("Mairadb", &["mariadb"]), + ("Utilties", &["utilities"]), + ("Repsond", &["respond"]), + ("Absolut", &["absolute"]), + ("Enxt", &["next"]), + ("Crationist", &["creationist"]), + ("Seperatedy", &["separated"]), + ("Proprogates", &["propagates"]), + ("Authethenticate", &["authenticate"]), + ("Tenative", &["tentative"]), + ("Tust", &["trust"]), + ("Israeliens", &["israelis"]), + ("Conecctor", &["connector"]), + ("Victorain", &["victorian"]), + ("Perfoemant", &["performant"]), + ("Gaurds", &["guards"]), + ("Guardains", &["guardians"]), + ("Autosence", &["autosense"]), + ("Carriadge", &["carriage"]), + ("Roiginals", &["originals"]), + ("Softwre", &["software"]), + ("Disproportionaly", &["disproportionately"]), + ("Ailgn", &["align"]), + ("Etsts", &["tests"]), + ("Librabie", &["library"]), + ("Establsihment", &["establishments"]), + ("Gimmics", &["gimmicks"]), + ("Misunderstansing", &["misunderstandings"]), + ("Upagrading", &["upgrading"]), + ("Unsuccessfullly", &["unsuccessfully"]), + ("Privilegeds", &["privileges"]), + ("Trak", &["track"]), + ("Wellingotn", &["wellington"]), + ("Colateral", &["collateral"]), + ("Prejudis", &["prejudices"]), + ("Noninitalized", &["noninitialized"]), + ("Duplcates", &["duplicates"]), + ("Reimplments", &["reimplements"]), + ("Picnick", &["picnic"]), + ("Defaule", &["default"]), + ("Bectors", &["vectors"]), + ("Worklfow", &["workflow"]), + ("Normale", &["normal"]), + ("Merchantos", &["merchants"]), + ("Availbe", &["available"]), + ("Changess", &["changes"]), + ("Mintors", &["mentors", "monitors"]), + ("Equivelant", &["equivalent"]), + ("Indepdencente", &["independence"]), + ("Obstrucion", &["obstruction"]), + ("Realsied", &["realised"]), + ("Organisier", &["organise"]), + ("Precedense", &["precedence"]), + ("Resstrictions", &["restrictions"]), + ("Infograpic", &["infographic"]), + ("Coherance", &["coherence"]), + ("Overclicking", &["overclocking"]), + ("Collationg", &["collation"]), + ("Applicaiton", &["application"]), + ("Degredation", &["degradation"]), + ("Capacators", &["capacitors"]), + ("Provisiosn", &["provision"]), + ("Userful", &["useful"]), + ("Cholesteral", &["cholesterol"]), + ("Relms", &["elms", "helms", "realms", "reams"]), + ("Dictarorship", &["dictatorship"]), + ("Triuangulate", &["triangulate"]), + ("Sorceror", &["sorcerer"]), + ("Repreesnt", &["represent"]), + ("Neighborhoofs", &["neighborhoods"]), + ("Chatacter", &["character"]), + ("Nuaghty", &["naughty"]), + ("Cheeck", &["check", "cheek"]), + ("Contition", &["condition"]), + ("Clsuters", &["clusters"]), + ("Missmatching", &["mismatching"]), + ("Trotski", &["trotsky"]), + ("Etropy", &["entropy"]), + ("Supprort", &["support"]), + ("Insiginifcant", &["insignificant"]), + ("Netiher", &["neither"]), + ("Bisiness", &["business"]), + ("Incosistency", &["inconsistency"]), + ("Depresse", &["depressive"]), + ("Evluators", &["evaluators"]), + ("Nayborhoods", &["neighborhoods"]), + ("Certifiate", &["certificate"]), + ("Itialises", &["initialises"]), + ("Mosquitto", &["mosquito"]), + ("Proficit", &["proficient"]), + ("Encylopedia", &["encyclopedia"]), + ("Encompus", &["encompass"]), + ("Marhsmallow", &["marshmallow"]), + ("Interpoloating", &["interpolating"]), + ("Decompostion", &["decomposition"]), + ("Mdifications", &["modifications"]), + ("Deamanding", &["demanding"]), + ("Varigated", &["variegated"]), + ("Discourgae", &["discourages"]), + ("Dimenional", &["dimensional"]), + ("Consumated", &["consummated"]), + ("Catapillars", &["caterpillars"]), + ("Cosoled", &["consoled"]), + ("Diarreah", &["diarrhea"]), + ("Nevelope", &["envelop", "envelope"]), + ("Withdrawel", &["withdrawal"]), + ("Resoiurced", &["resourced"]), + ("Innappropriate", &["inappropriate"]), + ("Blackahwks", &["blackhawks"]), + ("Disresepctful", &["disrespectful"]), + ("Reparamterize", &["reparameterize"]), + ("Regularlizer", &["regularizer"]), + ("Irregularties", &["irregularities"]), + ("Enoguh", &["enough"]), + ("Icrements", &["increments"]), + ("Hallcuination", &["hallucination"]), + ("Versitle", &["versatile"]), + ("Initalialisation", &["initialisation"]), + ("Acculumate", &["accumulate"]), + ("Nulk", &["null"]), + ("Advocade", &["advocated"]), + ("Compability", &["compatibility"]), + ("Contestase", &["contests"]), + ("Meesage", &["message"]), + ("Availabillity", &["availability"]), + ("Concened", &["concede"]), + ("Folwoiwng", &["following"]), + ("Downvoteurs", &["downvoters"]), + ("Bcak", &["back"]), + ("Administrez", &["administer"]), + ("Diffentiating", &["differentiating"]), + ("Expeimentel", &["experimental"]), + ("Exlpoding", &["exploding"]), + ("Methaphor", &["metaphor"]), + ("Integations", &["integrations"]), + ("Responsaveis", &["responsive"]), + ("Priveledged", &["privileged"]), + ("Naviagted", &["navigated"]), + ("Preseverance", &["perseverance"]), + ("Availabke", &["available"]), + ("Improbe", &["improve"]), + ("Koncentration", &["concentration"]), + ("Origial", &["original"]), + ("Initilizes", &["initializes"]), + ("Nombered", &["numbered"]), + ("Generages", &["generates"]), + ("Initalizations", &["initializations"]), + ("Comprimised", &["compromised"]), + ("Executionor", &["executioner"]), + ("Countermeausures", &["countermeasures"]), + ("Defitions", &["definitions"]), + ("Factualy", &["factually"]), + ("Assassintation", &["assassination"]), + ("Dysfonction", &["dysfunction"]), + ("Colections", &["collections"]), + ("Synchronsouly", &["synchronously"]), + ("Experimanetations", &["experimentations"]), + ("Platoes", &["plateaus"]), + ("Preferenes", &["preferences"]), + ("Boyfreind", &["boyfriend"]), + ("Techincal", &["technical"]), + ("Paraprhasing", &["paraphrasing"]), + ("Wigdet", &["widget"]), + ("Constrcuts", &["constructs"]), + ("Picniced", &["picnicked"]), + ("Transfersom", &["transforms"]), + ("Truble", &["trouble"]), + ("Kidknappers", &["kidnappers"]), + ("Difused", &["diffused", "defused"]), + ("Piblisher", &["publisher"]), + ("Documenteries", &["documentaries"]), + ("Regultors", &["regulators"]), + ("Replacating", &["replicating"]), + ("Subscirbers", &["subscribers"]), + ("Attriburtion", &["attribution"]), + ("Barrriers", &["barriers"]), + ("Verbous", &["verbose"]), + ("Coratia", &["croatia"]), + ("Heusitic", &["heuristic"]), + ("Defintion", &["definition"]), + ("Lingusitics", &["linguistics"]), + ("Environmentals", &["environments"]), + ("Unpredicatable", &["unpredictable"]), + ("Botivational", &["motivational"]), + ("Paladinlst", &["paladins"]), + ("Malpractive", &["malpractice"]), + ("Sensisble", &["sensible"]), + ("Oftern", &["often"]), + ("Pronounceing", &["pronouncing"]), + ("Tournemant", &["tournament"]), + ("Expepting", &["expecting"]), + ("Nanseconds", &["nanoseconds"]), + ("Mussils", &["muscles", "mussels"]), + ("Qaulity", &["quality"]), + ("Rrase", &["erase"]), + ("Girlfirend", &["girlfriend"]), + ("Depnds", &["depends"]), + ("Lasgana", &["lasagna"]), + ("Architure", &["architecture"]), + ("Legt", &["left", "legit"]), + ("Communcation", &["communication"]), + ("Hotsport", &["hotspot"]), + ("Igzort", &["exhort"]), + ("Undistinghable", &["indistinguishable"]), + ("Enterprize", &["enterprise"]), + ("Imapcted", &["impacted"]), + ("Proclomation", &["proclamation"]), + ("Unsued", &["unused"]), + ("Discoverd", &["discovered"]), + ("Workingest", &["workings"]), + ("Onlt", &["only"]), + ("Airator", &["aerator"]), + ("Obsolted", &["obsoleted"]), + ("Correctess", &["correctness"]), + ("Spectular", &["spectacular"]), + ("Menstural", &["menstrual"]), + ("Restroing", &["restoring"]), + ("Dectect", &["detect"]), + ("Tigthened", &["tightened"]), + ("Exaggarate", &["exaggerate"]), + ("Unrecogized", &["unrecognized"]), + ("Execuables", &["executables"]), + ("Hyperthropy", &["hypertrophy"]), + ("Alrigthy", &["alrighty"]), + ("Identifaction", &["identification"]), + ("Imporovements", &["improvements"]), + ("Convery", &["convert"]), + ("Discredid", &["discredited"]), + ("Locailty", &["locality"]), + ("Anxiuos", &["anxious"]), + ("Empirialism", &["imperialism"]), + ("Curerent", &["current"]), + ("Proable", &["probable"]), + ("Artillerly", &["artillery"]), + ("Exspectedly", &["expectedly"]), + ("Experiened", &["experienced"]), + ("Unsurprized", &["unsurprised"]), + ("Pscyhed", &["psyched"]), + ("Conservitave", &["conservatives"]), + ("Subnegothiation", &["subnegotiation"]), + ("Multiplicativo", &["multiplication"]), + ("Workarouds", &["workarounds"]), + ("Populative", &["populate"]), + ("Requeriments", &["requirements"]), + ("Introducion", &["introduction"]), + ("Retreaving", &["retrieving"]), + ("Sematnics", &["semantics"]), + ("Synonimous", &["synonymous"]), + ("Unsuccesfully", &["unsuccessfully"]), + ("Tabluar", &["tabular"]), + ("Tradionally", &["traditionally"]), + ("Amendmenters", &["amendments"]), + ("Opeming", &["opening"]), + ("Renegoations", &["renegotiations"]), + ("Comands", &["commands"]), + ("Abstracing", &["abstracting"]), + ("Uncomfortablely", &["uncomfortably"]), + ("Nationalitys", &["nationalist"]), + ("Derivitave", &["derivative"]), + ("Tsuanmi", &["tsunami"]), + ("Termnator", &["terminator"]), + ("Eighteeen", &["eighteen"]), + ("Inaccuraccies", &["inaccuracies"]), + ("Opaykely", &["opaquely"]), + ("Speficifics", &["specifics"]), + ("Classs", &["class"]), + ("Beautifuly", &["beautifully"]), + ("Appriciated", &["appreciated"]), + ("Serches", &["searches"]), + ("Discoveres", &["discovers"]), + ("Addicitons", &["addictions"]), + ("Authenicator", &["authenticator"]), + ("Switzerand", &["switzerland"]), + ("Convaxly", &["convexly"]), + ("Beteen", &["between"]), + ("Driectly", &["directly"]), + ("Luminousity", &["luminosity"]), + ("Dissapproves", &["disapproves"]), + ("Clent", &["client"]), + ("Autocorrekt", &["autocorrect"]), + ("Intiution", &["intuition"]), + ("Philadalphia", &["philadelphia"]), + ("Cliks", &["clicks"]), + ("Uncoment", &["uncomment"]), + ("Anecdotice", &["anecdote"]), + ("Cafs", &["calves"]), + ("Cootdination", &["coordination"]), + ("Delelete", &["delete"]), + ("Relateds", &["relates"]), + ("Ocasional", &["occasional"]), + ("Optimizare", &["optimize"]), + ("Weerdly", &["weirdly"]), + ("Reconstrucion", &["reconstruction"]), + ("Pictureskly", &["picturesquely"]), + ("Issus", &["issues"]), + ("Trubble", &["trouble"]), + ("Escapse", &["escapes"]), + ("Celverly", &["cleverly"]), + ("Mastereis", &["masteries"]), + ("Cnversation", &["conversation"]), + ("Venezuelian", &["venezuela"]), + ("Insiprational", &["inspirational"]), + ("Singulaire", &["singular"]), + ("Legalizeing", &["legalizing"]), + ("Bithced", &["bitched"]), + ("Verctors", &["vectors"]), + ("Converterd", &["converted", "converter"]), + ("Perhpas", &["perhaps"]), + ("Commandent", &["commandment"]), + ("Parenthesees", &["parentheses"]), + ("Configruations", &["configurations"]), + ("Terratorial", &["territorial"]), + ("Posicional", &["positional"]), + ("Backpropogation", &["backpropagation"]), + ("Confiugres", &["configures"]), + ("Teminate", &["terminate"]), + ("Tonange", &["tonnage"]), + ("Expementelly", &["experimentally"]), + ("Depreceate", &["deprecate", "depreciate"]), + ("Flutterhsy", &["fluttershy"]), + ("Comapators", &["comparators"]), + ("Fysisist", &["physicist"]), + ("Apporpiate", &["appropriate"]), + ("Dissaster", &["disaster"]), + ("Tehcies", &["techies"]), + ("Muder", &["murder"]), + ("Bronken", &["broken"]), + ("Intermedate", &["intermediate"]), + ("Togggle", &["toggle"]), + ("Hellvua", &["helluva"]), + ("Statubar", &["statusbar"]), + ("Tracsodes", &["transcodes"]), + ("Compeition", &["competition"]), + ("Persumed", &["presumed"]), + ("Unssupported", &["unsupported"]), + ("Holf", &["hold"]), + ("Confim", &["confirm"]), + ("Therstat", &["thermostat"]), + ("Calcultes", &["calculates"]), + ("Sortrage", &["storage", "shortage"]), + ("Occurance", &["occurrence"]), + ("Backgounds", &["backgrounds"]), + ("Imort", &["import"]), + ("Spirites", &["spirits"]), + ("Tattooos", &["tattoos"]), + ("Returms", &["returns"]), + ("Formattted", &["formatted"]), + ("Assited", &["assisted"]), + ("Stubbs", &["stubs"]), + ("Highlited", &["highlighted"]), + ("Expiriation", &["expiration"]), + ("Naem", &["name"]), + ("Conceous", &["conscious"]), + ("Delegaties", &["delegate"]), + ("Courcework", &["coursework"]), + ("Coallessing", &["coalescing"]), + ("Delimiiter", &["delimiter"]), + ("Machinary", &["machinery"]), + ("Resrouce", &["resource"]), + ("Unspeficiifed", &["unspecified"]), + ("Suports", &["supports"]), + ("Meauring", &["measuring"]), + ("Neeed", &["need", "needed"]), + ("Protol", &["protocol"]), + ("Publisehrs", &["publishers"]), + ("Disertation", &["dissertation"]), + ("Avergae", &["average"]), + ("Elloitt", &["elliott"]), + ("Eeger", &["eager"]), + ("Victomized", &["victimized"]), + ("Enbaled", &["enabled"]), + ("Plagiariam", &["plagiarism"]), + ("Availaliable", &["available"]), + ("Unmodifed", &["unmodified"]), + ("Recordarte", &["recorder"]), + ("Moddeled", &["modeled"]), + ("Portayed", &["portrayed"]), + ("Encountres", &["encounters"]), + ("Negitiating", &["negotiating"]), + ("Standaradized", &["standardized"]), + ("Desactivated", &["deactivated"]), + ("Hathcing", &["hatching"]), + ("Adequitely", &["adequately"]), + ("Packadge", &["packaged"]), + ("Farest", &["fairest", "farthest"]), + ("Maintaines", &["maintains"]), + ("Eitehr", &["either"]), + ("Genarating", &["generating"]), + ("Perjorative", &["pejorative"]), + ("Faoming", &["foaming"]), + ("Entiry", &["entity", "entry"]), + ("Lipstics", &["lipsticks"]), + ("Deselcted", &["deselected"]), + ("Bulletts", &["bullets"]), + ("Surrenderd", &["surrendered"]), + ("Masturbatie", &["masturbated"]), + ("Clickare", &["clicker"]), + ("Prohpets", &["prophets"]), + ("Utilitatian", &["utilitarian"]), + ("Fram", &["frame"]), + ("Cthuhlu", &["cthulhu"]), + ("Signinged", &["signing"]), + ("Asess", &["assess"]), + ("Custoised", &["customised"]), + ("Stealthify", &["stealthy"]), + ("Uper", &["super", "upper"]), + ("Corregated", &["correlated"]), + ("Clens", &["clans", "cleans"]), + ("Soldires", &["soldiers"]), + ("Foloowiong", &["following"]), + ("Interitance", &["inheritance"]), + ("Anlysis", &["analysis"]), + ("Reliabley", &["reliably"]), + ("Insesitiveness", &["insensitiveness"]), + ("Ostensably", &["ostensibly"]), + ("Monogmay", &["monogamy"]), + ("Framents", &["fragments"]), + ("Coneecting", &["connecting"]), + ("Enclosue", &["enclosure"]), + ("Cylnder", &["cylinder"]), + ("Neglibible", &["negligible"]), + ("Incoherrent", &["incoherent"]), + ("Marshmellows", &["marshmallows"]), + ("Inialize", &["initialize"]), + ("Inmense", &["immense"]), + ("Duplate", &["duplicate"]), + ("Fielneame", &["filename"]), + ("Benfit", &["benefit"]), + ("Nieghbourhoods", &["neighbourhood"]), + ("Newlsetter", &["newsletter"]), + ("Workbennches", &["workbenches"]), + ("Voluntears", &["volunteers"]), + ("Appens", &["appends"]), + ("Refures", &["refuses"]), + ("Contagiosum", &["contagious"]), + ("Fisisist", &["physicist"]), + ("Candiens", &["candies"]), + ("Eaiser", &["easier"]), + ("Keynoard", &["keyboard"]), + ("Exeptions", &["exceptions"]), + ("Carange", &["carnage"]), + ("Transffered", &["transferred"]), + ("Omnsicient", &["omniscient"]), + ("Corousel", &["carousel"]), + ("Applicaitons", &["applications"]), + ("Greenhoe", &["greenhouse"]), + ("Avaible", &["available"]), + ("Specifikation", &["specification"]), + ("Follewed", &["followed"]), + ("Espacially", &["especially"]), + ("Inspeciton", &["inspections"]), + ("Pathanme", &["pathname"]), + ("Asscciated", &["associated"]), + ("Fundamentalistisch", &["fundamentalists"]), + ("Posessions", &["possessions"]), + ("Mediterrannean", &["mediterranean"]), + ("Sequentialy", &["sequentially"]), + ("Compatilibility", &["compatibility"]), + ("Cilnatro", &["cilantro"]), + ("Eneumretaion", &["enumeration"]), + ("Disconnec", &["disconnect"]), + ("Pxoxy", &["proxy"]), + ("Biscuts", &["biscuits"]), + ("Determimnes", &["determines"]), + ("Precurosr", &["precursor"]), + ("Releifed", &["relieved"]), + ("Translucient", &["translucent"]), + ("Csae", &["case"]), + ("Wher", &["where", "were"]), + ("Cliffhander", &["cliffhanger"]), + ("Transgemder", &["transgender"]), + ("Currntly", &["currently"]), + ("Consolidad", &["consolidated"]), + ("Tak", &["take"]), + ("Speficiallifer", &["specifier"]), + ("Checksume", &["checksum"]), + ("Cuple", &["couple"]), + ("Spontaneus", &["spontaneous"]), + ("Teusdays", &["tuesdays"]), + ("Shenanigangs", &["shenanigans"]), + ("Capitolists", &["capitalists"]), + ("Chillend", &["chilled"]), + ("Sinistre", &["sinister"]), + ("Yiou", &["you"]), + ("Defail", &["detail"]), + ("Comfrotable", &["comfortable"]), + ("Volunterring", &["volunteering"]), + ("Guarnateing", &["guaranteeing"]), + ("Cilynders", &["cylinders"]), + ("Juvenlie", &["juvenile"]), + ("Sercret", &["secret"]), + ("Hierarhcical", &["hierarchical"]), + ("Picthes", &["pitches"]), + ("Visercal", &["visceral"]), + ("Handycapped", &["handicapped"]), + ("Replaca", &["replica", "replace"]), + ("Cartisian", &["cartesian"]), + ("Aposltes", &["apostles"]), + ("Descrpition", &["descriptions"]), + ("Herculees", &["hercules"]), + ("Calcurating", &["calculating"]), + ("Depserate", &["desperate"]), + ("Guarantes", &["guarantees"]), + ("Guaranteey", &["guaranty"]), + ("Planeswaker", &["planeswalker"]), + ("Origional", &["original"]), + ("Transtitioning", &["transitioning"]), + ("Nuetered", &["neutered"]), + ("Entreprenours", &["entrepreneurs"]), + ("Countig", &["counting"]), + ("Rememor", &["remember"]), + ("Afficionados", &["aficionados"]), + ("Vas", &["was"]), + ("Spefiifier", &["specifier"]), + ("Backgruonds", &["backgrounds"]), + ("Aequidistant", &["equidistant"]), + ("Authenitcate", &["authenticate"]), + ("Recroots", &["recruits"]), + ("Assasinations", &["assassinations"]), + ("Hopefull", &["hopeful", "hopefully"]), + ("Strams", &["steams", "streams", "trams"]), + ("Comression", &["compression"]), + ("Progarammer", &["programmer"]), + ("Effeciency", &["efficiency"]), + ("Avaialbale", &["available"]), + ("Congig", &["config"]), + ("Abiss", &["abyss"]), + ("Acknolwedge", &["acknowledge"]), + ("Wishpering", &["whispering"]), + ("Sypmathy", &["sympathy"]), + ("Translatron", &["translation"]), + ("Defintition", &["definition"]), + ("Frutcose", &["fructose"]), + ("Flasghip", &["flagship"]), + ("Opthamologist", &["ophthalmologist"]), + ("Unregisteing", &["registering"]), + ("Recomment", &["recommend"]), + ("Recconected", &["reconnected"]), + ("Recognicing", &["recognizing"]), + ("Availbable", &["available"]), + ("Instnt", &["instant"]), + ("Counrty", &["country"]), + ("Recoginze", &["recognize"]), + ("Guaruanteed", &["guaranteed"]), + ("Casaulity", &["causality"]), + ("Civilications", &["civilizations"]), + ("Devie", &["device", "divvy"]), + ("Senitnels", &["sentinels"]), + ("Sarcastisch", &["sarcastic"]), + ("Vulnerabiliti", &["vulnerability"]), + ("Elsef", &["elseif"]), + ("Deskops", &["desktops"]), + ("Goosebumbps", &["goosebumps"]), + ("Pessimistc", &["pessimistic"]), + ("Misrepresentating", &["misrepresenting"]), + ("Expermenter", &["experimenter"]), + ("Parellism", &["parallelism"]), + ("Dependenies", &["dependencies"]), + ("Dismbiguate", &["disambiguate"]), + ("Interferece", &["interference"]), + ("Microtransactios", &["microtransactions"]), + ("Indigenious", &["indigenous"]), + ("Empitness", &["emptiness"]), + ("Infallibe", &["infallible"]), + ("Quew", &["queue"]), + ("Bluetoot", &["bluetooth"]), + ("Temparament", &["temperament"]), + ("Underlflow", &["underflow"]), + ("Laotions", &["laotians", "lotions"]), + ("Thankyu", &["thankyou"]), + ("Inconvienence", &["inconvenience"]), + ("Innoculate", &["inoculate"]), + ("Polical", &["political"]), + ("Presearves", &["preserves"]), + ("Direftory", &["directory"]), + ("Investagator", &["investigator"]), + ("Sufficates", &["suffocates"]), + ("Trogloditism", &["troglodytism"]), + ("Messures", &["measures"]), + ("Collocalized", &["colocalized"]), + ("Precisley", &["precisely"]), + ("Secuence", &["sequence"]), + ("Shashes", &["slashes"]), + ("Readdrssed", &["readdressed"]), + ("Gatable", &["gateable"]), + ("Fractalers", &["fractals"]), + ("Experimentatations", &["experimentations"]), + ("Doubleleft", &["doublelift"]), + ("Calulate", &["calculate"]), + ("Unadvertently", &["inadvertently"]), + ("Vesion", &["version"]), + ("Normaly", &["normally"]), + ("Adminsitrative", &["administrative"]), + ("Devialet", &["deviate"]), + ("Devasted", &["devastated"]), + ("Classied", &["classified"]), + ("Othersie", &["otherwise"]), + ("Counsole", &["counsel"]), + ("Datatyepes", &["datatypes"]), + ("Mutialtion", &["mutilation"]), + ("Illustratior", &["illustrator"]), + ("Publshed", &["published"]), + ("Bffer", &["buffer"]), + ("Apporachable", &["approachable"]), + ("Blockchan", &["blockchain"]), + ("Assymptote", &["asymptote"]), + ("Diskretize", &["discretize"]), + ("Cavaets", &["caveats"]), + ("Sccript", &["script"]), + ("Moustahce", &["moustache"]), + ("Deutshcland", &["deutschland"]), + ("Lispticks", &["lipsticks"]), + ("Confugure", &["configure"]), + ("Desplayed", &["displayed"]), + ("Expeirimentel", &["experimental"]), + ("Minium", &["minimum"]), + ("Renegotites", &["renegotiates"]), + ("Iterfaces", &["interfaces"]), + ("Deconded", &["decoded"]), + ("Treatis", &["treaties"]), + ("Frigthening", &["frightening"]), + ("Blockin", &["blocking"]), + ("Pleace", &["please", "place"]), + ("Furstration", &["frustration"]), + ("Inplications", &["implications"]), + ("Heteresexual", &["heterosexual"]), + ("Subseqence", &["subsequence"]), + ("Countain", &["contain"]), + ("Speeaking", &["speaking"]), + ("Capabiities", &["capabilities"]), + ("Depositas", &["deposits"]), + ("Fondamentalists", &["fundamentalists"]), + ("Partians", &["partisan"]), + ("Assemblys", &["assemblies"]), + ("Competiveness", &["competitiveness"]), + ("Addrssing", &["addressing"]), + ("Direcctory", &["directory"]), + ("Tehir", &["their"]), + ("Informaion", &["information"]), + ("Philisophical", &["philosophical"]), + ("Tralier", &["trailer"]), + ("Cryto", &["crypto"]), + ("Yelding", &["yielding"]), + ("Contracr", &["contractor"]), + ("Deficienty", &["deficiency"]), + ("Disabe", &["disable"]), + ("Languqges", &["languages"]), + ("Deverloper", &["developer"]), + ("Separatisme", &["separates"]), + ("Conpsiracy", &["conspiracy"]), + ("Uncheked", &["unchecked"]), + ("Initalling", &["initialling"]), + ("Mosquite", &["mosquitoes"]), + ("Newmonia", &["pneumonia"]), + ("Ankshusness", &["anxiousness"]), + ("Exposse", &["exposes"]), + ("Obstruktion", &["obstruction"]), + ("Microcontroler", &["microcontroller"]), + ("Navagation", &["navigation"]), + ("Narhwal", &["narwhal"]), + ("Transportaion", &["transportation"]), + ("Malfunciton", &["malfunction"]), + ("Terriroty", &["territory"]), + ("Fals", &["false"]), + ("Misspellt", &["misspelt"]), + ("Successfule", &["successful"]), + ("Metldown", &["meltdown"]), + ("Aboslutes", &["absolutes"]), + ("Statuline", &["statusline"]), + ("Restricteds", &["restricts"]), + ("Limitimg", &["limiting"]), + ("Distarct", &["distract"]), + ("Effectice", &["effective"]), + ("Originsl", &["originals"]), + ("Commpilation", &["compilation"]), + ("Asignees", &["assignees"]), + ("Funvtions", &["functions"]), + ("Tarmigan", &["ptarmigan"]), + ("Symetric", &["symmetric"]), + ("Depreceating", &["depreciating", "deprecating"]), + ("Varius", &["various"]), + ("Meditato", &["meditation"]), + ("Cygin", &["cygwin"]), + ("Unspportable", &["unsupportable"]), + ("Bycicled", &["bicycled"]), + ("Autonomos", &["autonomous"]), + ("Disticntly", &["distinctly"]), + ("Asisstant", &["assistant"]), + ("Applicatin", &["application"]), + ("Hyperhtreaded", &["hyperthreaded"]), + ("Ristrict", &["restrict"]), + ("Comnpress", &["compress"]), + ("Ofr", &["for"]), + ("Wathc", &["watch"]), + ("Favorits", &["favorites"]), + ("Spefiers", &["specifiers"]), + ("Licesnses", &["licenses"]), + ("Volentiers", &["volunteers"]), + ("Keychan", &["keychain"]), + ("Liturature", &["literature"]), + ("Lanauge", &["language"]), + ("Distatse", &["distaste"]), + ("Absulute", &["absolute"]), + ("Diferent", &["different"]), + ("Disporportionately", &["disproportionately"]), + ("Asissts", &["assists"]), + ("Inseted", &["inserted"]), + ("Evoluated", &["evaluated"]), + ("Guarnetees", &["guarantees"]), + ("Detertmines", &["determines"]), + ("Motherobard", &["motherboards"]), + ("Serialialize", &["serialize"]), + ("Estabishes", &["establishes"]), + ("Debina", &["debian"]), + ("Arpatheid", &["apartheid"]), + ("Crowkay", &["croquet"]), + ("Spefifed", &["specified"]), + ("Torchligt", &["torchlight"]), + ("Dfines", &["defines"]), + ("Inbedded", &["imbedded"]), + ("Marijauna", &["marijuana"]), + ("Connatation", &["connotation"]), + ("Presearving", &["preserving"]), + ("Sonething", &["something"]), + ("Triscaidekaphobia", &["triskaidekaphobia"]), + ("Brakley", &["barkley"]), + ("Accomponied", &["accompanied"]), + ("Shreak", &["shriek"]), + ("Detectoare", &["detector"]), + ("Legalazing", &["legalizing"]), + ("Subnegosiations", &["subnegotiations"]), + ("Surrondings", &["surroundings"]), + ("Avalaible", &["available"]), + ("Atomtic", &["atomic", "automatic"]), + ("Wirte", &["write"]), + ("Evaulator", &["evaluator"]), + ("Modfieirs", &["modifiers"]), + ("Subnegotion", &["subnegotiation"]), + ("Contendors", &["contenders"]), + ("Dirvers", &["drivers"]), + ("Probabilties", &["probabilities"]), + ("Mesoneens", &["mezzanines"]), + ("Inconveniantly", &["inconveniently"]), + ("Reqiures", &["requires"]), + ("Registerd", &["registered", "registers"]), + ("Redefinied", &["redefine"]), + ("Conseqeunces", &["consequence"]), + ("Parth", &["path"]), + ("Dereivative", &["derivative"]), + ("Buliders", &["builders"]), + ("Connectted", &["connected"]), + ("Detais", &["details"]), + ("Spefiy", &["specify"]), + ("Distrub", &["disturb"]), + ("Imbalancers", &["imbalances"]), + ("Concentrarte", &["concentrate"]), + ("Predicessor", &["predecessor"]), + ("Mathc", &["match"]), + ("Booelan", &["boolean"]), + ("Cheksums", &["checksums"]), + ("Vacinations", &["vaccinations"]), + ("Inhertis", &["inherits"]), + ("Councills", &["councils"]), + ("Publisehr", &["publisher"]), + ("Disproportiate", &["disproportionate"]), + ("Secuencing", &["sequencing"]), + ("Sensationality", &["sensationalist"]), + ("Ubutunu", &["ubuntu"]), + ("Baout", &["about", "bout"]), + ("Indirecty", &["indirectly"]), + ("Datatyoe", &["datatype"]), + ("Divion", &["division"]), + ("Spinock", &["spinlock"]), + ("Segretated", &["segregated"]), + ("Gratuitious", &["gratuitous"]), + ("Clos", &["close"]), + ("Indentically", &["identically"]), + ("Procudure", &["procedure"]), + ("Uncorrectly", &["incorrectly"]), + ("Revelas", &["reveals"]), + ("Pacakged", &["packaged"]), + ("Suspision", &["suspicion"]), + ("Similair", &["similar"]), + ("Operativos", &["operations"]), + ("Preseve", &["preserve"]), + ("Ungrapeful", &["ungrateful"]), + ("Countrys", &["countries"]), + ("Replicaite", &["replicate"]), + ("Undermimes", &["undermines"]), + ("Protrayed", &["portrayed"]), + ("Uncondtional", &["unconditional"]), + ("Pragamtic", &["pragmatic"]), + ("Oportunities", &["opportunities"]), + ("Behvavior", &["behavior"]), + ("Breatsfeeding", &["breastfeeding"]), + ("Locatoins", &["locations"]), + ("Clasification", &["clarification", "classification"]), + ("Misconecption", &["misconceptions"]), + ("Finctional", &["functional", "fictional"]), + ("Spetember", &["september"]), + ("Tenatively", &["tentatively"]), + ("Resoruced", &["resourced"]), + ("Selectd", &["selected"]), + ("Anteenas", &["antennas"]), + ("Procelains", &["porcelains"]), + ("Disgustose", &["disgusts"]), + ("Cointains", &["contains"]), + ("Whitleist", &["whitelist"]), + ("Specializare", &["specialize"]), + ("Modidfy", &["modify"]), + ("Declaremos", &["declares"]), + ("Trcer", &["tracer"]), + ("Recconeting", &["reconnecting"]), + ("Accurancy", &["accuracy"]), + ("Unspuported", &["unsupported"]), + ("Realeases", &["releases"]), + ("Grobal", &["global"]), + ("Observabil", &["observable"]), + ("Absorbsion", &["absorption"]), + ("Naviagte", &["navigate"]), + ("Openend", &["opened"]), + ("Meixcan", &["mexican"]), + ("Stroe", &["store"]), + ("Aricraft", &["aircraft"]), + ("Succcess", &["success"]), + ("Phenonema", &["phenomena"]), + ("Platfomrs", &["platforms"]), + ("Calrkson", &["clarkson"]), + ("Bigining", &["beginning"]), + ("Derivativs", &["derivatives"]), + ("Drnik", &["drink"]), + ("Actove", &["active"]), + ("Velidate", &["validate"]), + ("Metatada", &["metadata"]), + ("Weigthlifting", &["weightlifting"]), + ("Authenicaing", &["authenticating"]), + ("Expemtion", &["exemption"]), + ("Betweent", &["between"]), + ("Comittee", &["committee"]), + ("Wiredness", &["weirdness"]), + ("Envorce", &["enforce"]), + ("Concorrent", &["concurrent"]), + ("Legnths", &["lengths"]), + ("Pathologial", &["pathological"]), + ("Immedialty", &["immediately"]), + ("Jaimacan", &["jamaican"]), + ("Examind", &["examined"]), + ("Boraden", &["broaden"]), + ("Administratiei", &["administrative"]), + ("Alternitives", &["alternatives"]), + ("Algorthyms", &["algorithms"]), + ("Questionnair", &["questionnaire"]), + ("Sycronous", &["synchronous"]), + ("Despciable", &["despicable"]), + ("Porven", &["proven"]), + ("Concentation", &["concentration"]), + ("Simpy", &["simply"]), + ("Pyhon", &["python"]), + ("Commecting", &["connecting"]), + ("Relesaes", &["releases"]), + ("Electromegnetic", &["electromagnetic"]), + ("Exagerate", &["exaggerate"]), + ("Mundance", &["mundane"]), + ("Impplemented", &["implemented"]), + ("Clipboad", &["clipboard"]), + ("Completito", &["completion"]), + ("Frop", &["drop"]), + ("Mutliation", &["mutilation"]), + ("Intermittant", &["intermittent"]), + ("Discuess", &["discuss"]), + ("Intergrity", &["integrity"]), + ("Roigin", &["origin"]), + ("Secod", &["second"]), + ("Primiary", &["primary"]), + ("Recommandations", &["recommendations"]), + ("Disrespekt", &["disrespect"]), + ("Spefiifeir", &["specifier"]), + ("Methots", &["methods"]), + ("Exhuasting", &["exhausting"]), + ("Techanically", &["mechanically"]), + ("Mensions", &["mansions", "mentions"]), + ("Beauti", &["beauty"]), + ("Resistnaces", &["resistances"]), + ("Wiyh", &["with"]), + ("Garuantied", &["guaranteed"]), + ("Completin", &["completion"]), + ("Explicilty", &["explicitly"]), + ("Landshapes", &["landscapes"]), + ("Slewthed", &["sleuthed"]), + ("Pomegrenate", &["pomegranate"]), + ("Descirptor", &["descriptor"]), + ("Experies", &["expires"]), + ("Abscence", &["absence"]), + ("Commenwealth", &["commonwealth"]), + ("Replacates", &["replicates"]), + ("Delgations", &["delegations"]), + ("Kindapped", &["kidnapped"]), + ("Impropre", &["improper"]), + ("Experimentaat", &["experiment"]), + ("Accelarate", &["accelerate"]), + ("Whipsering", &["whispering"]), + ("Methpds", &["methods"]), + ("Determnine", &["determine"]), + ("Reportresouces", &["reportresources"]), + ("Tempraary", &["temporary"]), + ("Silimiar", &["similar"]), + ("Singnals", &["signals"]), + ("Authenticty", &["authenticity"]), + ("Unintiallized", &["uninitialized"]), + ("Coluns", &["columns"]), + ("Inforce", &["enforce"]), + ("Seached", &["searched"]), + ("Aribtration", &["arbitration"]), + ("Strage", &["storage", "strange"]), + ("Stopps", &["stops"]), + ("Accuray", &["accuracy", "actuary"]), + ("Analzye", &["analyze"]), + ("Metaphisics", &["metaphysics"]), + ("Intstead", &["instead"]), + ("Mirorrs", &["mirrors"]), + ("Apparentely", &["apparently"]), + ("Protocl", &["protocol"]), + ("Jurisdicitons", &["jurisdictions"]), + ("Innacuracy", &["inaccuracy"]), + ("Goegraphical", &["geographical"]), + ("Entereing", &["entering"]), + ("Aggressivley", &["aggressively"]), + ("Inturprett", &["interpret"]), + ("Degeree", &["degree"]), + ("Compelte", &["complete"]), + ("Psudonyms", &["pseudonyms"]), + ("Cleare", &["cleared", "clear"]), + ("Begining", &["beginning"]), + ("Trasmission", &["transmission"]), + ("Disgrunteled", &["disgruntled"]), + ("Oberving", &["observing"]), + ("Overwise", &["otherwise"]), + ("Devovle", &["devolve"]), + ("Insurence", &["insurance"]), + ("Btyes", &["bytes"]), + ("Suppies", &["supplies"]), + ("Sturggles", &["struggles"]), + ("Ostrecized", &["ostracized"]), + ("Unconventionnal", &["unconventional"]), + ("Renegatiotiation", &["renegotiation"]), + ("Metaphoricly", &["metaphorical"]), + ("Renegotitable", &["renegotiable"]), + ("Cofigures", &["configures"]), + ("Readabout", &["readable"]), + ("Hiptsers", &["hipsters"]), + ("Aboves", &["above"]), + ("Disassbly", &["disassembly"]), + ("Erorneus", &["erroneous"]), + ("Inlcude", &["include"]), + ("Reminscence", &["reminiscence"]), + ("Cheezecake", &["cheesecake"]), + ("Uise", &["use"]), + ("Unneccessary", &["unnecessary"]), + ("Sacarmento", &["sacramento"]), + ("Worloads", &["workloads"]), + ("Remainer", &["remainder"]), + ("Cche", &["cache"]), + ("Shtiless", &["shitless"]), + ("Frequenies", &["frequencies"]), + ("Exlcuded", &["excluded"]), + ("Defint", &["definite", "define"]), + ("Hirearcy", &["hierarchy"]), + ("Abbrevate", &["abbreviate"]), + ("Cringyworthy", &["cringeworthy"]), + ("Ignoreing", &["ignoring"]), + ("Auotmatic", &["automatic"]), + ("Isoloated", &["isolated"]), + ("Encruption", &["encryption"]), + ("Follfows", &["follows"]), + ("Preliminarly", &["preliminary"]), + ("Periphereals", &["peripherals"]), + ("Exeeding", &["exceeding"]), + ("Comon", &["common"]), + ("Stabelized", &["stabilized"]), + ("Gratefull", &["grateful"]), + ("Intestins", &["intestines"]), + ("Spefiying", &["specifying"]), + ("Resistanes", &["resistances"]), + ("Listeral", &["literal"]), + ("Markeras", &["markers"]), + ("Encoutered", &["encountered"]), + ("Scaleing", &["scaling"]), + ("Destinguish", &["distinguish"]), + ("Bebore", &["before"]), + ("Characteristicly", &["characteristically"]), + ("Incluging", &["including"]), + ("Reconenctions", &["reconnections"]), + ("Generelizing", &["generalizing"]), + ("Tacticas", &["tactics"]), + ("Conflicing", &["conflicting"]), + ("Capitulo", &["capitol"]), + ("Reavealed", &["revealed"]), + ("Thrid", &["third"]), + ("Geomerty", &["geometry"]), + ("Igonoring", &["ignoring"]), + ("Slite", &["elite", "site", "sleight", "slide"]), + ("Accumalte", &["accumulate"]), + ("Infintiy", &["infinity"]), + ("Satruday", &["saturday"]), + ("Delpoys", &["deploys"]), + ("Summarizen", &["summarize"]), + ("Thoerists", &["theorists"]), + ("Responsing", &["responding"]), + ("Negoptionsotiates", &["negotiates"]), + ("Sucessfully", &["successfully"]), + ("Proocols", &["protocols"]), + ("Revokation", &["revocation"]), + ("Changgeling", &["changeling"]), + ("Crocodiller", &["crocodile"]), + ("Sharpenss", &["sharpness"]), + ("Interfernce", &["interference"]), + ("Behviour", &["behaviour"]), + ("Outrageouly", &["outrageously"]), + ("Tentalces", &["tentacles"]), + ("Onmipotent", &["omnipotent"]), + ("Porcess", &["process"]), + ("Inconsistencias", &["inconsistencies"]), + ("Denonimator", &["denominator"]), + ("Sweatshrit", &["sweatshirt"]), + ("Prioritse", &["priorities"]), + ("Recconetions", &["reconnections"]), + ("Isladn", &["island"]), + ("Evrythign", &["everything"]), + ("Conecntrates", &["concentrates"]), + ("Ptd", &["pdf"]), + ("Referincing", &["referencing"]), + ("Alpabetic", &["alphabetic"]), + ("Conatining", &["containing"]), + ("Interfeers", &["interferes"]), + ("Authenaticating", &["authenticating"]), + ("Exchagnge", &["exchange"]), + ("Pesitcides", &["pesticides"]), + ("Subnegotatiations", &["subnegotiations"]), + ("Skteches", &["sketches"]), + ("Contineous", &["continuous"]), + ("Cluase", &["clause"]), + ("Chisles", &["chisels"]), + ("Perimetr", &["perimeter"]), + ("Cosutmes", &["costumes"]), + ("Suggetsing", &["suggesting"]), + ("Excesed", &["exceeded"]), + ("Derection", &["direction"]), + ("Semgents", &["segments"]), + ("Pershus", &["precious"]), + ("Presidencey", &["presidency"]), + ("Earler", &["earlier"]), + ("Corrently", &["correctly", "currently"]), + ("Comected", &["connected"]), + ("Emision", &["emission"]), + ("Apocalpytic", &["apocalyptic"]), + ("Sxl", &["xsl"]), + ("Mopdule", &["module"]), + ("Yeterday", &["yesterday"]), + ("Negitiable", &["negotiable"]), + ("Appearnce", &["appearance"]), + ("Parokeally", &["parochially"]), + ("Receptionest", &["receptionist"]), + ("Juggernaugt", &["juggernaut"]), + ("Execututions", &["executions"]), + ("Paraphanalia", &["paraphernalia"]), + ("Forfiting", &["forfeiting"]), + ("Accumuluate", &["accumulate"]), + ("Manufacters", &["manufactures"]), + ("Lod", &["load"]), + ("Ovrides", &["overrides"]), + ("Meshe", &["mesh", "meshed", "meshes"]), + ("Desintation", &["destination"]), + ("Correpond", &["correspond"]), + ("Whitre", &["white"]), + ("Opportunitites", &["opportunities"]), + ("Girlfriens", &["girlfriends"]), + ("Highlighs", &["highlights"]), + ("Unfamilier", &["unfamiliar"]), + ("Succesive", &["successive"]), + ("Distace", &["distance", "distaste"]), + ("Associatons", &["associations"]), + ("Accorndingly", &["accordingly"]), + ("Phyton", &["python"]), + ("Consequnce", &["consequence"]), + ("Unnecesary", &["unnecessary"]), + ("Cahr", &["char"]), + ("Exchaning", &["exchanging"]), + ("Oyu", &["you"]), + ("Contemporaneus", &["contemporaneous"]), + ("Analysised", &["analyses"]), + ("Differnetiated", &["differentiated"]), + ("Ueful", &["useful"]), + ("Supppored", &["supported"]), + ("Touchscreeen", &["touchscreen"]), + ("Methodss", &["methods"]), + ("Setttings", &["settings"]), + ("Cleses", &["closes"]), + ("Enchanement", &["enchantment"]), + ("Commano", &["commando"]), + ("Apreciates", &["appreciates"]), + ("Comarators", &["comparators"]), + ("Misinterprted", &["misinterpret"]), + ("Expetct", &["expect"]), + ("Disapperared", &["disappeared"]), + ("Preparato", &["preparation"]), + ("Inclinaison", &["inclination"]), + ("Implementatins", &["implementations"]), + ("Paswords", &["passwords"]), + ("Anytihng", &["anything"]), + ("Arbitriary", &["arbitrary"]), + ("Fempto", &["femto"]), + ("Legalizaiton", &["legalization"]), + ("Maching", &["machine", "marching", "matching"]), + ("Rememebering", &["remembering"]), + ("Sensitivites", &["sensitivities"]), + ("Buffert", &["buffer"]), + ("Bariner", &["brainer"]), + ("Devlopers", &["developers"]), + ("Limitiation", &["limitation"]), + ("Obstacal", &["obstacle"]), + ("Shwoing", &["showing"]), + ("Helikopters", &["helicopters"]), + ("Micortransactions", &["microtransactions"]), + ("Bioligically", &["biologically"]), + ("Artistc", &["artistic"]), + ("Tedeous", &["tedious"]), + ("Vhild", &["child"]), + ("Serached", &["searched"]), + ("Provoder", &["provider"]), + ("Deoes", &["does"]), + ("Achievment", &["achievement"]), + ("Techinques", &["techniques"]), + ("Succcesses", &["successes"]), + ("Screenshat", &["screenshot"]), + ("Resistable", &["resistible"]), + ("Complicato", &["complication"]), + ("Menutitems", &["menuitems"]), + ("Dynamicaly", &["dynamically"]), + ("Brancket", &["bracket"]), + ("Theroy", &["theory"]), + ("Terminolgy", &["terminology"]), + ("Weightlfiting", &["weightlifting"]), + ("Dementieva", &["dementia"]), + ("Dogders", &["dodgers"]), + ("Precsions", &["precisions"]), + ("Unconditianally", &["unconditionally"]), + ("Forwwarded", &["forwarded"]), + ("Producting", &["production", "producing"]), + ("Propriatery", &["proprietary"]), + ("Statemets", &["statements"]), + ("Esimate", &["estimate"]), + ("Subisdy", &["subsidy"]), + ("Specificly", &["specifically"]), + ("Embarasing", &["embarrassing"]), + ("Ignorge", &["ignore"]), + ("Graineries", &["granaries"]), + ("Algorightmic", &["algorithmic"]), + ("Diresired", &["desired"]), + ("Archaelogists", &["archaeologists"]), + ("Materil", &["material"]), + ("Superficiel", &["superficial"]), + ("Dispalcements", &["displacements"]), + ("Enmvironments", &["environments"]), + ("Cassm", &["chasm"]), + ("Folloiwng", &["following"]), + ("Accssible", &["accessible"]), + ("Fundementals", &["fundamentals"]), + ("Uninstlaled", &["uninstalled"]), + ("Intermittient", &["intermittent"]), + ("Resrved", &["reserved"]), + ("Wonderus", &["wonders"]), + ("Inituialisation", &["initialisation"]), + ("Dispite", &["despite"]), + ("Packgement", &["packaging"]), + ("Behing", &["behind", "being"]), + ("Apocalype", &["apocalypse"]), + ("Informatoins", &["information"]), + ("Deserialsing", &["deserialising"]), + ("Manipualtive", &["manipulative"]), + ("Ibuprofine", &["ibuprofen"]), + ("Nuerological", &["neurological"]), + ("Juge", &["judge"]), + ("Converves", &["conserves", "converses"]), + ("Officealy", &["officially"]), + ("Lincolon", &["lincoln"]), + ("Automibile", &["automobile"]), + ("Valule", &["value"]), + ("Iselfe", &["itself"]), + ("Transaltor", &["translator"]), + ("Comapatibility", &["compatibility"]), + ("Infallable", &["infallible"]), + ("Attacthed", &["attached"]), + ("Stuggling", &["struggling"]), + ("Spcification", &["specification"]), + ("Cauing", &["causing"]), + ("Herocis", &["heroics"]), + ("Machiery", &["machinery"]), + ("Veature", &["feature"]), + ("Pipleine", &["pipeline"]), + ("Sholder", &["shoulder"]), + ("Suffiently", &["sufficiently"]), + ("Technicien", &["technician"]), + ("Sensitivy", &["sensitivity", "sensitively"]), + ("Eelments", &["elements"]), + ("Calrify", &["clarify"]), + ("Meditaiton", &["meditation"]), + ("Administrar", &["administrator"]), + ("Midotwn", &["midtown"]), + ("Uncontrollaby", &["uncontrollably"]), + ("Evenually", &["eventually"]), + ("Youthinasia", &["euthanasia"]), + ("Unseting", &["unsetting"]), + ("Pertinately", &["pertinently"]), + ("Experimentacion", &["experimentation"]), + ("Sensibilisiert", &["sensibilities"]), + ("Ankshiosness", &["anxiousness"]), + ("Expresssion", &["expression"]), + ("Plesure", &["pleasure"]), + ("Delcaration", &["declaration"]), + ("Utiltiarian", &["utilitarian"]), + ("Tobot", &["robot"]), + ("Exhautivity", &["exhaustivity"]), + ("Anthropolgist", &["anthropologist"]), + ("Veritiable", &["verifiable"]), + ("Publc", &["public", "pubic"]), + ("Blcoks", &["blocks"]), + ("Uniqu", &["unique"]), + ("Numver", &["number"]), + ("Deterimine", &["determine"]), + ("Excat", &["exact"]), + ("Unsettin", &["unsetting"]), + ("Processees", &["processes"]), + ("Restricitve", &["restrictive"]), + ("Compatatble", &["compatible"]), + ("Conlcudes", &["concludes"]), + ("Excitment", &["excitement"]), + ("Subscirption", &["subscriptions", "subscription"]), + ("Algorhtmically", &["algorithmically"]), + ("Detectaron", &["detector"]), + ("Mentiones", &["mentions"]), + ("Effexts", &["effects"]), + ("Comparisions", &["comparisons"]), + ("Professiinal", &["professionalism"]), + ("Carimonially", &["ceremonially"]), + ("Comunicate", &["communicate"]), + ("Quried", &["queried"]), + ("Zelaots", &["zealots"]), + ("Comtain", &["contain"]), + ("Impluses", &["impulses"]), + ("Launhed", &["launched"]), + ("Resultions", &["resolutions"]), + ("Exipred", &["expired"]), + ("Ggogles", &["goggles", "googles"]), + ("Pathced", &["patched"]), + ("Victums", &["victims"]), + ("Santizer", &["sanitizer"]), + ("Soundtrakc", &["soundtracks"]), + ("Isalnders", &["islanders"]), + ("Flatterende", &["flattered"]), + ("Wallpapaers", &["wallpapers"]), + ("Miagic", &["magic"]), + ("Excrumentially", &["excruciatingly"]), + ("Desgining", &["designing"]), + ("Susinkt", &["succinct"]), + ("Professsor", &["professors"]), + ("Ineritor", &["inheritor"]), + ("Tremendos", &["tremendous"]), + ("Febuary", &["february"]), + ("Universite", &["universities"]), + ("Retransferd", &["retransferred"]), + ("Intresting", &["interesting"]), + ("Premiare", &["premier"]), + ("Employement", &["employment"]), + ("Coallesces", &["coalesces"]), + ("Impied", &["implied"]), + ("Obtasisned", &["obtained"]), + ("Algortithmic", &["algorithmic"]), + ("Ecspecially", &["especially"]), + ("Licemses", &["licenses"]), + ("Delcarations", &["declarations"]), + ("Guardianes", &["guardians"]), + ("Nessesery", &["necessary"]), + ("Laods", &["loads"]), + ("Counterfiet", &["counterfeit"]), + ("Owerflowed", &["overflowed"]), + ("Encompased", &["encompassed"]), + ("Temprarary", &["temporary"]), + ("Destruyed", &["destroyed"]), + ("Fowll", &["follow", "foul"]), + ("Threated", &["threaded", "threatened", "treated"]), + ("Coproccessors", &["coprocessors"]), + ("Fitlers", &["filters"]), + ("Monorchrome", &["monochrome"]), + ("Unrelted", &["unrelated"]), + ("Implict", &["implicit"]), + ("Misile", &["missile"]), + ("Volounteer", &["volunteer"]), + ("Reapeating", &["repeating"]), + ("Convertables", &["convertibles"]), + ("Invication", &["invocation"]), + ("Thearpy", &["therapy"]), + ("Grapefrukt", &["grapefruit"]), + ("Rethoric", &["rhetoric"]), + ("Defeference", &["dereference"]), + ("Shareing", &["sharing"]), + ("Egonomic", &["ergonomic", "economic"]), + ("Instrcutinos", &["instructions"]), + ("Concieve", &["conceive"]), + ("Circumsised", &["circumcised"]), + ("Monitores", &["monitors"]), + ("Benglas", &["bengals"]), + ("Dysoptian", &["dystopian"]), + ("Civalesations", &["civilisations"]), + ("Unpredictabe", &["unpredictable"]), + ("Numbets", &["numbers"]), + ("Poisonus", &["poisons"]), + ("Descripto", &["descriptor"]), + ("Demograhpics", &["demographics"]), + ("Cababilities", &["capabilities"]), + ("Tranformative", &["transformative"]), + ("Experimnets", &["experiments"]), + ("Internetors", &["internets"]), + ("Moduless", &["modules"]), + ("Reconncts", &["reconnects"]), + ("Cehcker", &["checker"]), + ("Cumpuses", &["compasses"]), + ("Uniquelly", &["uniquely"]), + ("Illess", &["illness"]), + ("Implausibile", &["implausible"]), + ("Decalartion", &["declaration"]), + ("Dilligent", &["diligent"]), + ("Casltes", &["castles"]), + ("Incompatabily", &["incompatibility"]), + ("Ciguretes", &["cigarettes"]), + ("Wraning", &["warning"]), + ("Existance", &["existence"]), + ("Shpaes", &["shapes"]), + ("Sebastain", &["sebastian"]), + ("Reprehenisble", &["reprehensible"]), + ("Colectors", &["collectors"]), + ("Definaitly", &["definitely"]), + ("Poost", &["post"]), + ("Eamples", &["examples"]), + ("Muscils", &["muscles", "mussels"]), + ("Affinties", &["affinities"]), + ("Shouldt", &["shouldnt"]), + ("Aproximation", &["approximation"]), + ("Regularlizes", &["regularizes"]), + ("Illustratie", &["illustrate"]), + ("Lisenced", &["silenced"]), + ("Menas", &["means"]), + ("Placmenets", &["placements"]), + ("Folowws", &["follows"]), + ("Requiers", &["requires"]), + ("Scooterers", &["scooters"]), + ("Visuabised", &["visualised"]), + ("Workwround", &["workaround"]), + ("Absoulute", &["absolute"]), + ("Automatical", &["automatically", "automatic", "automated"]), + ("Consruct", &["construct"]), + ("Optmize", &["optimize"]), + ("Clenaup", &["cleanup"]), + ("Insidios", &["insidious"]), + ("Enque", &["enqueue"]), + ("Disconencted", &["disconnected"]), + ("Negoticable", &["negotiable"]), + ("Configurtoin", &["configuration"]), + ("Evolutionairy", &["evolutionary"]), + ("Egalitatian", &["egalitarian"]), + ("Socila", &["social"]), + ("Comleted", &["completed"]), + ("Intrisincally", &["intrinsically"]), + ("Gess", &["guess"]), + ("Allinace", &["alliance"]), + ("Iranina", &["iranian"]), + ("Speficitifers", &["specifiers"]), + ("Noraml", &["normal"]), + ("Consitutute", &["constitute"]), + ("Learnign", &["learning"]), + ("Filfills", &["fulfills"]), + ("Appoval", &["approval"]), + ("Mayalsia", &["malaysia"]), + ("Independtly", &["independently"]), + ("Monagomous", &["monogamous"]), + ("Appathetic", &["apathetic"]), + ("Airscape", &["airspace"]), + ("Remaped", &["remapped"]), + ("Invertendo", &["inverted"]), + ("Depoy", &["deploy"]), + ("Traveersing", &["traversing"]), + ("Straightenend", &["straightened"]), + ("Obersvations", &["observations"]), + ("Menetioned", &["mentioned"]), + ("Beggin", &["begin", "begging"]), + ("Thios", &["this"]), + ("Projeted", &["projected"]), + ("Chartroose", &["chartreuse"]), + ("Augmnetation", &["augmentation"]), + ("Unheathly", &["unhealthy"]), + ("Aunthenticated", &["authenticated"]), + ("Monestary", &["monastery", "monetary"]), + ("Awkawrdly", &["awkwardly"]), + ("Extracter", &["extractor"]), + ("Alternatevly", &["alternately"]), + ("Filse", &["files"]), + ("Ligitamately", &["legitimately"]), + ("Irrelvant", &["irrelevant"]), + ("Confugire", &["configure"]), + ("Sanizer", &["sanitizer"]), + ("Abstrct", &["abstract"]), + ("Progate", &["propagate"]), + ("Allocaes", &["allocates"]), + ("Sufication", &["suffocation"]), + ("Versino", &["version"]), + ("Buton", &["button"]), + ("Sensacional", &["sensational"]), + ("Suggestief", &["suggestive"]), + ("Arragement", &["arrangement"]), + ("Dokcred", &["dockerd", "docked", "docker"]), + ("Mindcarck", &["mindcrack"]), + ("Renoylds", &["reynolds"]), + ("Subsequntly", &["subsequently"]), + ("Thinn", &["thin"]), + ("Holdiay", &["holiday"]), + ("Unbounaded", &["unbounded"]), + ("Audibel", &["audible"]), + ("Settubgs", &["settings", "setups"]), + ("Stretchs", &["stretches"]), + ("Pandroa", &["pandora"]), + ("Striaghten", &["straighten"]), + ("Alloved", &["allowed"]), + ("Replcaof", &["replicaof"]), + ("Idepotency", &["idempotency"]), + ("Amplitud", &["amplitude"]), + ("Remenisses", &["reminisces"]), + ("Espisodical", &["episodical"]), + ("Mischievious", &["mischievous"]), + ("Lonliness", &["loneliness"]), + ("Opthalmology", &["ophthalmology"]), + ("Permutaions", &["permutations"]), + ("Manipulatie", &["manipulative"]), + ("Reorganision", &["reorganisation"]), + ("Socratees", &["socrates"]), + ("Bachler", &["bachelor"]), + ("Depandancy", &["dependency"]), + ("Compeditors", &["competitors"]), + ("Recyled", &["recycled"]), + ("Intrest", &["interest", "insert"]), + ("Identty", &["identity"]), + ("Confersation", &["conservation"]), + ("Campagining", &["campaigning"]), + ("Iunior", &["junior"]), + ("Accont", &["account"]), + ("Legimitately", &["legitimately"]), + ("Quadddec", &["quaddec"]), + ("Agriculutral", &["agricultural"]), + ("Pratcise", &["practise"]), + ("Trendig", &["trending"]), + ("Festivle", &["festive"]), + ("Disicplines", &["disciplines"]), + ("Activistes", &["activists"]), + ("Facce", &["face"]), + ("Popultaion", &["populations"]), + ("Consisent", &["consistent"]), + ("Austeriy", &["austerity"]), + ("Presists", &["persists"]), + ("Umless", &["unless"]), + ("Intervied", &["interviewed"]), + ("Incomprehencible", &["incomprehensible"]), + ("Piecwise", &["piecewise"]), + ("Autoformating", &["autoformatting"]), + ("Algorgithms", &["algorithms"]), + ("Advirtisement", &["advertisement"]), + ("Rendiring", &["rendering"]), + ("Attatches", &["attaches"]), + ("Destroi", &["destroy"]), + ("Conttributions", &["contributions"]), + ("Anothr", &["another"]), + ("Recommendors", &["recommends"]), + ("Tamplates", &["templates"]), + ("Producitons", &["productions"]), + ("Agrument", &["argument"]), + ("Deleleted", &["deleted"]), + ("Aleady", &["already"]), + ("Romotly", &["remotely"]), + ("Gorgous", &["gorgeous"]), + ("Teamfigths", &["teamfights"]), + ("Infecteous", &["infectious"]), + ("Tramsformers", &["transformers"]), + ("Rorated", &["rotated"]), + ("Distibuted", &["distributed"]), + ("Uptream", &["upstream"]), + ("Ouptuts", &["outputs"]), + ("Shenanagans", &["shenanigans"]), + ("Plaintest", &["plaintext"]), + ("Alternetly", &["alternately"]), + ("Annihilited", &["annihilated"]), + ("Parapharsed", &["paraphrase"]), + ("Corellation", &["correlation"]), + ("Unregester", &["unregister"]), + ("Imporv", &["improve", "improv"]), + ("Comparabile", &["comparable"]), + ("Shoudle", &["should"]), + ("Pointzer", &["pointer"]), + ("Urkaine", &["ukraine"]), + ("Refrerences", &["references"]), + ("Misrepresentatie", &["misrepresentation"]), + ("Islamsits", &["islamists"]), + ("Chocoaltes", &["chocolates"]), + ("Constitucion", &["constitution"]), + ("Trustwothy", &["trustworthy"]), + ("Expectionally", &["exceptionally"]), + ("Murderus", &["murders"]), + ("Autochtonous", &["autochthonous"]), + ("Compromisng", &["compromising"]), + ("Guarented", &["guaranteed"]), + ("Usees", &["uses"]), + ("Principlas", &["principals"]), + ("Edficient", &["deficient"]), + ("Neighbeors", &["neighbors"]), + ("Owervrite", &["overwrite"]), + ("Redudancy", &["redundancy"]), + ("Lannguage", &["language"]), + ("Shatnering", &["shattering"]), + ("Orientacion", &["orientation"]), + ("Defenitely", &["definitely"]), + ("Opertunity", &["opportunity"]), + ("Redirec", &["redirect"]), + ("Politickin", &["politician"]), + ("Pecularities", &["peculiarities"]), + ("Critiziced", &["criticized"]), + ("Liberalisim", &["liberalism"]), + ("Recpies", &["recipes"]), + ("Yementite", &["yemenite", "yemeni"]), + ("Despides", &["despised"]), + ("Addditional", &["additional"]), + ("Omnisience", &["omniscience"]), + ("Construtors", &["constructors"]), + ("Counsoling", &["counseling"]), + ("Tortillia", &["tortilla"]), + ("Disappared", &["disappeared"]), + ("Vetinarian", &["veterinarian"]), + ("Opportunitiy", &["opportunity"]), + ("Colaborations", &["collaborations"]), + ("Restaruants", &["restaurants"]), + ("Earier", &["earlier"]), + ("Lovley", &["lovely"]), + ("Shoukd", &["should"]), + ("Mye", &["may", "my"]), + ("Inveitable", &["inevitable"]), + ("Repeting", &["repeating"]), + ("Interleive", &["interleave"]), + ("Experimment", &["experiment"]), + ("Cartdriges", &["cartridges"]), + ("Downloadbale", &["downloadable"]), + ("Attahced", &["attached"]), + ("Interste", &["interstate"]), + ("Discrepency", &["discrepancy"]), + ("Promters", &["promoters", "prompters"]), + ("Approperiate", &["appropriate"]), + ("Cannoical", &["canonical"]), + ("Imperavi", &["imperative"]), + ("Exhists", &["exists"]), + ("Enumuration", &["enumeration"]), + ("Mathemathics", &["mathematics"]), + ("Orgiginal", &["original"]), + ("Cynisicm", &["cynicism"]), + ("Sturctures", &["structures"]), + ("Propety", &["property"]), + ("Ccertificate", &["certificate"]), + ("Fertily", &["fertility"]), + ("Transcocde", &["transcode"]), + ("Contrained", &["contained", "constrained"]), + ("Fnction", &["function"]), + ("Correect", &["correct"]), + ("Denomals", &["denormals"]), + ("Mosqutio", &["mosquito"]), + ("Bilateraly", &["bilaterally"]), + ("Challeneger", &["challenger"]), + ("Snadstorm", &["sandstorm"]), + ("Compataible", &["compatible"]), + ("Dynmaically", &["dynamically"]), + ("Westernes", &["westerners"]), + ("Tailord", &["tailored"]), + ("Optimitations", &["optimizations", "optimisations"]), + ("Myselve", &["myself"]), + ("Redandant", &["redundant"]), + ("Tennant", &["tenant"]), + ("Taxnomy", &["taxonomy"]), + ("Attribytes", &["attributes"]), + ("Concieted", &["conceited"]), + ("Balue", &["blue", "value"]), + ("Warlking", &["walking"]), + ("Burjun", &["burgeon"]), + ("Somehere", &["somewhere"]), + ("Tje", &["the"]), + ("Visualsations", &["visualisations"]), + ("Differentes", &["differences", "difference", "different"]), + ("Regural", &["regular"]), + ("Larget", &["larger", "largest", "target"]), + ("Negotioates", &["negotiates"]), + ("Comparsions", &["comparisons"]), + ("Sumbit", &["submit"]), + ("Marketting", &["marketing"]), + ("Comutations", &["computations"]), + ("Aboiut", &["about"]), + ("Cutomers", &["customers"]), + ("Altnerately", &["alternately"]), + ("Ministerns", &["ministers"]), + ("Trabajdo", &["trabajo"]), + ("Croporations", &["corporations"]), + ("Depostis", &["deposits"]), + ("Circumstace", &["circumstance"]), + ("Preshisly", &["preciously"]), + ("Historicaly", &["historically"]), + ("Docuemtnation", &["documentation"]), + ("Dysphoira", &["dysphoria"]), + ("Deterine", &["determine"]), + ("Scrutinity", &["scrutiny"]), + ("Fomulas", &["formula"]), + ("Propteries", &["properties"]), + ("Recations", &["creations"]), + ("Attendent", &["attendant"]), + ("Unedcuated", &["uneducated"]), + ("Opearte", &["operate"]), + ("Absout", &["absolute"]), + ("Initalise", &["initialise"]), + ("Sensationslism", &["sensationalism"]), + ("Hardocde", &["hardcode"]), + ("Evovled", &["evolved"]), + ("Whather", &["whether", "weather"]), + ("Excpecting", &["expecting"]), + ("Diagnoals", &["diagonals"]), + ("Achilleos", &["achilles"]), + ("Ocurrred", &["occurred"]), + ("Circumsice", &["circumcised"]), + ("Resturaunts", &["restaurants"]), + ("Exlicite", &["explicit"]), + ("Documetnation", &["documentation"]), + ("Unfortuately", &["unfortunately"]), + ("Scarmbling", &["scrambling"]), + ("Multipllication", &["multiplication"]), + ("Coachig", &["coaching"]), + ("Messagess", &["messages"]), + ("Actuallly", &["actually"]), + ("Chekcer", &["checker"]), + ("Oscilator", &["oscillator"]), + ("Propertiies", &["properties"]), + ("Suprsied", &["surprised"]), + ("Escaltes", &["escalates"]), + ("Unresponsibe", &["unresponsive"]), + ("Capabilies", &["capabilities"]), + ("Contniues", &["continues"]), + ("Deprecat", &["deprecated", "deprecate"]), + ("Subpackges", &["subpackages"]), + ("Psudonymity", &["pseudonymity"]), + ("Withdrawles", &["withdrawals"]), + ("Implementes", &["implements"]), + ("Encryptrion", &["encryption"]), + ("Snycing", &["syncing"]), + ("Northwestener", &["northwestern"]), + ("Exctracts", &["extracts"]), + ("Amrpits", &["armpits"]), + ("Mirometers", &["micrometers"]), + ("Stogare", &["storage"]), + ("Chlroine", &["chlorine"]), + ("Ciritcal", &["critical"]), + ("Releives", &["relieves"]), + ("Resourse", &["resources", "recourse", "resource"]), + ("Eqaulizer", &["equalizer"]), + ("Emodifying", &["modifying"]), + ("Exlamation", &["exclamation"]), + ("Specal", &["special"]), + ("Peported", &["reported", "purported"]), + ("Sction", &["section", "suction"]), + ("Accurarcy", &["accuracy"]), + ("Obejcts", &["objects"]), + ("Mircotransaction", &["microtransactions"]), + ("Whic", &["which"]), + ("Marignal", &["marginal"]), + ("Southernese", &["southerners"]), + ("Unknonw", &["unknown"]), + ("Understandbly", &["understandably"]), + ("Negoptionsotiate", &["negotiate"]), + ("Commerciales", &["commercials"]), + ("Forcefuly", &["forcefully"]), + ("Itialised", &["initialised"]), + ("Prommpts", &["prompts"]), + ("Specifes", &["specifies"]), + ("Stoages", &["storages"]), + ("Unqouted", &["unquoted"]), + ("Phenemonal", &["phenomenal"]), + ("Govermnment", &["government"]), + ("Investmens", &["investments"]), + ("Intput", &["input"]), + ("Likey", &["likely"]), + ("Wuthout", &["without"]), + ("Soultions", &["solutions"]), + ("Finded", &["fined", "found", "funded"]), + ("Instantiaties", &["instantiates"]), + ("Samuari", &["samurai"]), + ("Realted", &["related"]), + ("Degradating", &["degradation"]), + ("Distirbutes", &["distributes"]), + ("Sedn", &["send"]), + ("Devirtualisaiton", &["devirtualisation"]), + ("Modfieid", &["modified"]), + ("Accumuated", &["accumulated"]), + ("Preample", &["preamble"]), + ("Divideneds", &["dividend"]), + ("Accusato", &["accusation"]), + ("Somethinng", &["somethings"]), + ("Ccordinats", &["coordinates"]), + ("Presistently", &["persistently"]), + ("Valiator", &["validator"]), + ("Mechnisms", &["mechanisms"]), + ("Incremenet", &["increment"]), + ("Experimanenters", &["experimenters"]), + ("Unsucceedde", &["unsuccessful"]), + ("Nurishing", &["nourishing"]), + ("Prceeding", &["preceding"]), + ("Operaion", &["operation"]), + ("Convenctional", &["conventional"]), + ("Tansactional", &["transactional"]), + ("Dcoking", &["docking"]), + ("Amened", &["amended", "amend"]), + ("Faillure", &["failure"]), + ("Criminaly", &["criminally"]), + ("Notmutch", &["notmuch"]), + ("Extrator", &["extractor"]), + ("Entrepreneuer", &["entrepreneurs"]), + ("Returming", &["returning"]), + ("Tendence", &["tendencies"]), + ("Allocatoor", &["allocator"]), + ("Conscioussness", &["consciousness"]), + ("Infallibale", &["infallible"]), + ("Systamatic", &["systematic"]), + ("Bootom", &["bottom"]), + ("Electricty", &["electricity"]), + ("Appraent", &["apparent"]), + ("Enthusigasm", &["enthusiasm"]), + ("Downgarding", &["downgrading"]), + ("Lokal", &["local"]), + ("Splitted", &["split"]), + ("Interescted", &["intersected"]), + ("Athorization", &["authorization"]), + ("Counsil", &["counsel"]), + ("Objtains", &["obtains"]), + ("Resturctured", &["restructured"]), + ("Abberations", &["aberrations"]), + ("Embarasaing", &["embarrassing"]), + ("Positiv", &["positive"]), + ("Documentiation", &["documentation"]), + ("Bulle", &["bullet"]), + ("Cheesecase", &["cheesecake"]), + ("Relyable", &["reliable"]), + ("Delgate", &["delegate"]), + ("Perfers", &["prefers"]), + ("Critism", &["criticism"]), + ("Translationg", &["translating"]), + ("Implemetations", &["implementations"]), + ("Akkumulative", &["accumulative"]), + ("Visiably", &["visibly"]), + ("Tortillias", &["tortilla"]), + ("Initialiazation", &["initialization"]), + ("Senaphore", &["semaphore"]), + ("Configiuration", &["configuration"]), + ("Vriament", &["vraiment"]), + ("Inconvienience", &["inconvenience"]), + ("Civilziation", &["civilizations"]), + ("Terminiator", &["terminator"]), + ("Adjsence", &["adjacence"]), + ("Inteview", &["interview"]), + ("Consturction", &["construction"]), + ("Initializatin", &["initialization"]), + ("Copletes", &["completes"]), + ("Interm", &["interim", "intern"]), + ("Roundtriped", &["roundtripped"]), + ("Provacotive", &["provocative"]), + ("Guidlines", &["guidelines"]), + ("Fragmet", &["fragment"]), + ("Unvailable", &["unavailable"]), + ("Miscarraiges", &["miscarriage"]), + ("Modifified", &["modified"]), + ("Definately", &["definitely"]), + ("Hydropobic", &["hydrophobic"]), + ("Accuarcy", &["accuracy"]), + ("Spezialisation", &["specialisation"]), + ("Foloow", &["follow"]), + ("Efel", &["evil"]), + ("Generationens", &["generations"]), + ("Coumpound", &["compound"]), + ("Unexpetcted", &["unexpected"]), + ("Simillar", &["similar"]), + ("Residentual", &["residential"]), + ("Degoratory", &["derogatory"]), + ("Wirting", &["writing"]), + ("Narcississt", &["narcissist"]), + ("Yau", &["you", "yaw"]), + ("Prepartion", &["preparation"]), + ("Agnostocism", &["agnosticism"]), + ("Movemements", &["movements"]), + ("Execitioner", &["executioner"]), + ("Intiallised", &["initialised"]), + ("Assumas", &["assumes"]), + ("Recconect", &["reconnect"]), + ("Microoseconds", &["microseconds"]), + ("Metephorically", &["metaphorically"]), + ("Renegoziating", &["renegotiating"]), + ("Progressus", &["progresses"]), + ("Desitny", &["destiny"]), + ("Europenas", &["europeans"]), + ("Convervable", &["conservable"]), + ("Moew", &["meow", "more", "mow"]), + ("Bracelona", &["barcelona"]), + ("Sympothetic", &["sympathetic"]), + ("Habe", &["have", "babe"]), + ("Auxiliar", &["auxiliary"]), + ("Apolgize", &["apologize"]), + ("Sysdamin", &["sysadmin"]), + ("Interaktions", &["interactions"]), + ("Unrecognizeable", &["unrecognizable"]), + ("Napomms", &["napalms"]), + ("Mistmatches", &["mismatches"]), + ("Troughput", &["throughput", "throughout"]), + ("Vallidation", &["validation"]), + ("Dialecs", &["dialects"]), + ("Cahdidate", &["candidate"]), + ("Librabries", &["libraries"]), + ("Misunderdtanding", &["misunderstandings"]), + ("Victorinus", &["victorious"]), + ("Causacian", &["caucasian"]), + ("Virtualisaion", &["virtualisation"]), + ("Downloas", &["downloads"]), + ("Roiginating", &["originating"]), + ("Proxyed", &["proxied"]), + ("Assassian", &["assassin"]), + ("Underlflowed", &["underflowed"]), + ("Usuing", &["using"]), + ("Orienatate", &["orientate"]), + ("Poicies", &["policies"]), + ("Treatmet", &["treatments"]), + ("Neighbeurgh", &["neighbour"]), + ("Selecgt", &["select"]), + ("Brige", &["bridge"]), + ("Differntiable", &["differentiable"]), + ("Questionne", &["questioned"]), + ("Tesselatad", &["tessellated"]), + ("Cricitals", &["criticals"]), + ("Stabalize", &["stabilize"]), + ("Authorizeed", &["authorized"]), + ("Discconets", &["disconnects"]), + ("Buffors", &["buffers"]), + ("Voyours", &["voyeurs"]), + ("Worskspace", &["workspace"]), + ("Tentacreul", &["tentacle"]), + ("Litterature", &["literature"]), + ("Reevaulating", &["reevaluating"]), + ("Autonegoitations", &["autonegotiations"]), + ("Difficultes", &["difficulties"]), + ("Ivolving", &["involving", "evolving"]), + ("Greif", &["grief"]), + ("Desctructive", &["destructive"]), + ("Booleanss", &["booleans"]), + ("Cheapeast", &["cheapest"]), + ("Rechaged", &["recharged"]), + ("Meganism", &["mechanism"]), + ("Ariplanes", &["airplanes"]), + ("Coexistance", &["coexistence"]), + ("Depressie", &["depressive"]), + ("Cramugin", &["curmudgeon"]), + ("Sorcerey", &["sorcery"]), + ("Absoliutely", &["absolutely"]), + ("Commmit", &["commit"]), + ("Scrit", &["scrip", "script"]), + ("Villification", &["vilification"]), + ("Westminter", &["westminster"]), + ("Overwriten", &["overwritten"]), + ("Conseeded", &["conceded"]), + ("Whish", &["wish", "whisk"]), + ("Hyerlink", &["hyperlink"]), + ("Chnanged", &["changed"]), + ("Genuinly", &["genuinely"]), + ("Substitutues", &["substitutes"]), + ("Intstructs", &["instructs"]), + ("Recontructors", &["reconstructors"]), + ("Ciontrol", &["control"]), + ("Configuretion", &["configuration"]), + ("Vulberabuilties", &["vulnerabilities"]), + ("Similiair", &["similar"]), + ("Physisian", &["physician"]), + ("Declinining", &["declining"]), + ("Resperatory", &["respiratory"]), + ("Anaylzes", &["analyzes"]), + ("Synthesasia", &["synthesis"]), + ("Solger", &["soldier"]), + ("Condradictory", &["contradictory"]), + ("Carrrier", &["carrier"]), + ("Propsect", &["prospect"]), + ("Dowrd", &["dword"]), + ("Aglorithms", &["algorithms"]), + ("Insectes", &["insects"]), + ("Scartching", &["scratching"]), + ("Repants", &["repaints", "repents"]), + ("Communicaton", &["communication"]), + ("Nayborhood", &["neighborhood"]), + ("Doucmentation", &["documentation"]), + ("Digist", &["digits"]), + ("Specailist", &["specialist"]), + ("Ecstascy", &["ecstasy"]), + ("Sponteneous", &["spontaneous"]), + ("Acquiesence", &["acquiescence"]), + ("Neighboorhoods", &["neighborhoods"]), + ("Cacahes", &["caches"]), + ("Compsite", &["composite"]), + ("Predictious", &["predictions"]), + ("Terminalogy", &["terminology"]), + ("Driagrammed", &["diagrammed"]), + ("Autonegotions", &["autonegotiations"]), + ("Oredering", &["ordering"]), + ("Sunconsciously", &["subconsciously"]), + ("Incompatiable", &["incompatible"]), + ("Experesed", &["expressed"]), + ("Camer", &["camera"]), + ("Intialy", &["initially"]), + ("Paramedicos", &["paramedics"]), + ("Contaminents", &["containment"]), + ("Fashon", &["fashion"]), + ("Subsidie", &["subsidized"]), + ("Recommmended", &["recommended"]), + ("Destrutors", &["destructors"]), + ("Accient", &["accident"]), + ("Certificstes", &["certificates"]), + ("Critizising", &["criticising"]), + ("Cathlic", &["catholic"]), + ("Clinets", &["clients"]), + ("Suffciency", &["sufficiency"]), + ("Postcript", &["postscript"]), + ("Spefically", &["specifically"]), + ("Substantialy", &["substantially"]), + ("Deomcracies", &["democracies"]), + ("Silibuses", &["syllabuses"]), + ("Contaminen", &["containment"]), + ("Surpemacist", &["supremacist"]), + ("Initialisere", &["initialisers"]), + ("Writng", &["writing"]), + ("Consicous", &["conscious"]), + ("Ardiuno", &["arduino"]), + ("Prejeduced", &["prejudiced"]), + ("Tremondous", &["tremendous"]), + ("Arrarys", &["arrays"]), + ("Expain", &["explain"]), + ("Speicfic", &["specific"]), + ("Tempray", &["temporary"]), + ("Fluttersy", &["fluttershy"]), + ("Literatue", &["literate"]), + ("Workspsace", &["workspace"]), + ("Nexessary", &["necessary"]), + ("Aforementionned", &["aforementioned"]), + ("Subnegoziation", &["subnegotiation"]), + ("Maniplulate", &["manipulate"]), + ("Consructor", &["constructor"]), + ("Conversaion", &["conversion"]), + ("Bareclona", &["barcelona"]), + ("Righetous", &["righteous"]), + ("Separetedly", &["separately"]), + ("Psychiatrits", &["psychiatrists"]), + ("Qualifires", &["qualifiers"]), + ("Unahppy", &["unhappy"]), + ("Cocnurency", &["concurrency"]), + ("Trasposition", &["transposition"]), + ("Sofomore", &["sophomore"]), + ("Visualizaitons", &["visualizations"]), + ("Consious", &["conscious"]), + ("Thryoid", &["thyroid"]), + ("Fucntional", &["functional"]), + ("Ppublisher", &["publisher"]), + ("Reeaser", &["releaser"]), + ("Surport", &["support"]), + ("Absoluvely", &["absolutely"]), + ("Detech", &["detach", "detect"]), + ("Disappering", &["disappearing"]), + ("Awkwardsness", &["awkwardness"]), + ("Incremet", &["increment"]), + ("Downvoteing", &["downvoting"]), + ("Paranoa", &["paranoia"]), + ("Inforgivable", &["unforgivable"]), + ("Serched", &["searched"]), + ("Diffeent", &["different"]), + ("Amealearator", &["ameliorator"]), + ("Dosseays", &["dossiers"]), + ("Quetions", &["questions"]), + ("Consummers", &["consumers"]), + ("Licesned", &["licensed"]), + ("Frequncy", &["frequency"]), + ("Manadrin", &["mandarin"]), + ("Disastrosa", &["disastrous"]), + ("Irriversible", &["irreversible"]), + ("Sacrificare", &["sacrifice"]), + ("Inbewteen", &["inbetween"]), + ("Autotorium", &["auditorium"]), + ("Superstitiuos", &["superstitious"]), + ("Febraury", &["february"]), + ("Complettly", &["completely"]), + ("Opearand", &["operand"]), + ("Mechnical", &["mechanical"]), + ("Temportaries", &["temporaries"]), + ("Duble", &["double"]), + ("Degreeees", &["degrees"]), + ("Prohibis", &["prohibits"]), + ("Seamlessley", &["seamlessly"]), + ("Insrugency", &["insurgency"]), + ("Documentarios", &["documentaries"]), + ("Tolens", &["tokens"]), + ("Espaced", &["escaped"]), + ("Descriptot", &["descriptor"]), + ("Reprodicibly", &["reproducibly"]), + ("Introduceras", &["introduces"]), + ("Compuatation", &["computation"]), + ("Decsended", &["descended"]), + ("Chargeur", &["charger"]), + ("Ediges", &["edges"]), + ("Persoanl", &["personal"]), + ("Databsase", &["database"]), + ("Predominantely", &["predominantly"]), + ("Preveiwes", &["previews", "previewers"]), + ("Photoshipped", &["photoshopped"]), + ("Epscially", &["specially"]), + ("Napomming", &["napalming"]), + ("Exucution", &["execution"]), + ("Scavanger", &["scavenger"]), + ("Qith", &["with"]), + ("Juipter", &["jupiter"]), + ("Moning", &["morning"]), + ("Scritp", &["script"]), + ("Ontairo", &["ontario"]), + ("Perfur", &["prefer"]), + ("Calibraitons", &["calibrations"]), + ("Rewatchign", &["rewatching"]), + ("Acnedote", &["anecdote"]), + ("Redistrubuted", &["redistributed"]), + ("Spoliers", &["spoilers"]), + ("Situtaions", &["situations"]), + ("Validata", &["validate"]), + ("Excists", &["exists"]), + ("Negotioator", &["negotiator"]), + ("Traumitized", &["traumatized"]), + ("Dymanic", &["dynamic"]), + ("Abnormaly", &["abnormally"]), + ("Sucessufll", &["successful"]), + ("Intercoarse", &["intercourse"]), + ("Elliminates", &["eliminates"]), + ("Homelesness", &["homelessness"]), + ("Jurny", &["journey"]), + ("Imablanced", &["imbalanced"]), + ("Authenricator", &["authenticator"]), + ("Deliviered", &["delivered"]), + ("Multipiler", &["multiplier"]), + ("Dota", &["data"]), + ("Anonymus", &["anonymous"]), + ("Inconvienent", &["inconvenient"]), + ("Trainwreak", &["trainwreck"]), + ("Scoll", &["scroll"]), + ("Transgeder", &["transgender"]), + ("Reconect", &["reconnect"]), + ("Glodfish", &["goldfish"]), + ("Follww", &["follow"]), + ("Executign", &["executing"]), + ("Planeswaller", &["planeswalker"]), + ("Threee", &["three"]), + ("Simplificaitons", &["simplifications"]), + ("Augmnetes", &["augments"]), + ("Dokcerd", &["dockerd", "docked", "docker"]), + ("Circomference", &["circumference"]), + ("Intriuging", &["intriguing"]), + ("Burriots", &["burritos"]), + ("Characetrs", &["characters"]), + ("Unverifed", &["unverified"]), + ("Aggreed", &["agreed"]), + ("Algorthms", &["algorithms"]), + ("Booleam", &["boolean"]), + ("Reciving", &["receiving"]), + ("Sorpanos", &["sopranos"]), + ("Expectes", &["expects"]), + ("Invaribaly", &["invariably"]), + ("Packhage", &["package"]), + ("Autonation", &["automation"]), + ("Masturbarte", &["masturbate"]), + ("Simplefying", &["simplifying"]), + ("Inhereted", &["inherited"]), + ("Devcie", &["device"]), + ("Execuet", &["execute"]), + ("Constituem", &["constitute"]), + ("Inquring", &["inquiring"]), + ("Enbraced", &["embraced"]), + ("Algororithmically", &["algorithmically"]), + ("Impersonationg", &["impersonating"]), + ("Subnegogtiation", &["subnegotiation"]), + ("Hyerarchy", &["hierarchy"]), + ("Husbans", &["husbands"]), + ("Compleetly", &["completely"]), + ("Abstrcted", &["abstracted"]), + ("Stronly", &["strongly"]), + ("Overiden", &["overridden"]), + ("Eventially", &["eventually"]), + ("Counterfeight", &["counterfeit"]), + ("Handshaling", &["handshaking"]), + ("Apoligetic", &["apologetic"]), + ("Morphie", &["morphine"]), + ("Cercumstances", &["circumstances"]), + ("Comapres", &["compares"]), + ("Appartment", &["apartment"]), + ("Nescesarry", &["necessary"]), + ("Silouhetting", &["silhouetting"]), + ("Folwoind", &["following"]), + ("Coorperation", &["cooperation", "corporation"]), + ("Althetic", &["athletic"]), + ("Unsubscibed", &["unsubscribed"]), + ("Modifiy", &["modify"]), + ("Patriotisim", &["patriotism"]), + ("Modiffer", &["modifier"]), + ("Compieler", &["compiler"]), + ("Helemts", &["helmets"]), + ("Affiars", &["affairs"]), + ("Appriximated", &["approximated"]), + ("Incommplete", &["incomplete"]), + ("Icrementally", &["incrementally"]), + ("Rackit", &["racket"]), + ("Secceeded", &["seceded", "succeeded"]), + ("Naturual", &["natural"]), + ("Convirting", &["converting"]), + ("Meachinisms", &["mechanisms"]), + ("Renegoitates", &["renegotiates"]), + ("Aviods", &["avoids"]), + ("Lincolin", &["lincoln"]), + ("Relcutant", &["reluctant"]), + ("Sentinet", &["sentient"]), + ("Distribitor", &["distributor"]), + ("Omiitted", &["omitted"]), + ("Demostrate", &["demonstrate"]), + ("Suceeded", &["succeeded"]), + ("Interese", &["interested"]), + ("Implementantions", &["implementations"]), + ("Totaly", &["totally"]), + ("Forsekin", &["foreskin"]), + ("Tresurer", &["treasurer"]), + ("Trunction", &["truncation"]), + ("Endoding", &["encoding"]), + ("Extractivo", &["extraction"]), + ("Asendency", &["ascendency"]), + ("Colerscheme", &["colorscheme"]), + ("Practitions", &["practitioners"]), + ("Dimensonality", &["dimensionality"]), + ("Neeeds", &["needs"]), + ("Probbed", &["probed"]), + ("Deviceremoveable", &["deviceremovable"]), + ("Enebale", &["enable"]), + ("Beloging", &["belonging"]), + ("Inaccesibles", &["inaccessible"]), + ("Folowwers", &["followers"]), + ("Curiousities", &["curiosities"]), + ("Delcaring", &["declaring"]), + ("Nuclues", &["nucleus"]), + ("Marevlous", &["marvelous"]), + ("Usses", &["uses"]), + ("Sythetics", &["synthetics"]), + ("Exturde", &["extrude"]), + ("Sentenceing", &["sentencing"]), + ("Pressue", &["pressure"]), + ("Ummark", &["unmark"]), + ("Publisheed", &["published"]), + ("Assembleing", &["assembling"]), + ("Cultrual", &["cultural"]), + ("Expontential", &["exponential"]), + ("Incoroporated", &["incorporated"]), + ("Xepects", &["expects"]), + ("Researving", &["reserving"]), + ("Spacific", &["specific"]), + ("Pronnounced", &["pronounced"]), + ("Occasinally", &["occasionally"]), + ("Reguards", &["regards"]), + ("Temporay", &["temporary"]), + ("Italianas", &["italians"]), + ("Conern", &["concern"]), + ("Computaion", &["computation"]), + ("Contiunation", &["continuation"]), + ("Neighborhoof", &["neighborhood"]), + ("Logisticly", &["logistical"]), + ("Curretn", &["current"]), + ("Perliferating", &["proliferating"]), + ("Repesentational", &["representational"]), + ("Fashons", &["fashions"]), + ("Heavilly", &["heavily"]), + ("Sutisfied", &["satisfied"]), + ("Markede", &["marketed"]), + ("Perfors", &["performs"]), + ("Illuminatti", &["illuminati"]), + ("Mdification", &["modification"]), + ("Reminescent", &["reminiscent"]), + ("Benge", &["binge"]), + ("Prvious", &["previous"]), + ("Familier", &["familiar"]), + ("Prooperties", &["properties"]), + ("Ajasence", &["adjacence"]), + ("Bussines", &["business"]), + ("Dysfucntional", &["dysfunctional"]), + ("Delimitor", &["delimiter"]), + ("Hyrbids", &["hybrids"]), + ("Acient", &["ancient"]), + ("Decocdings", &["decodings"]), + ("Modualr", &["modular"]), + ("Clairfy", &["clarify"]), + ("Periphrials", &["peripherals"]), + ("Adventurs", &["adventures"]), + ("Narcisssist", &["narcissist"]), + ("Phenomanon", &["phenomenon"]), + ("Incrementos", &["increments"]), + ("Premanently", &["permanently"]), + ("Overzealosly", &["overzealously"]), + ("Inolving", &["involving"]), + ("Deattach", &["detach"]), + ("Conservare", &["conserve"]), + ("Noramalising", &["normalising"]), + ("Minstry", &["ministry"]), + ("Asorbed", &["absorbed"]), + ("Neightboring", &["neighboring"]), + ("Overwhlem", &["overwhelm"]), + ("Uesless", &["useless"]), + ("Idenity", &["identity"]), + ("Masteriers", &["masteries"]), + ("Coexhisted", &["coexisted"]), + ("Condidtions", &["conditions"]), + ("Identtifier", &["identifier"]), + ("Prarameters", &["parameters"]), + ("Environemntally", &["environmentally"]), + ("Daatsheet", &["datasheet"]), + ("Protagonsit", &["protagonists"]), + ("Polypoylgons", &["polypolygons"]), + ("Hieghts", &["heights"]), + ("Intecepted", &["intercepted"]), + ("Equire", &["require", "enquire", "equine", "esquire"]), + ("Innacurate", &["inaccurate"]), + ("Discarge", &["discharge"]), + ("Prooerty", &["property"]), + ("Prorities", &["priorities"]), + ("Lazer", &["laser"]), + ("Chirstianity", &["christianity"]), + ("Rearrangts", &["rearrangements"]), + ("Defenetly", &["definitely"]), + ("Buttins", &["buttons"]), + ("Schol", &["school"]), + ("Maniuplative", &["manipulative"]), + ("Anarchits", &["anarchists"]), + ("Varaiance", &["variance"]), + ("Trigered", &["triggered"]), + ("Algorhythmic", &["algorithmic"]), + ("Uniquiness", &["uniqueness"]), + ("Rearrangting", &["rearranging"]), + ("Negotionation", &["negotiation"]), + ("Collaberative", &["collaborative"]), + ("Telemery", &["telemetry"]), + ("Impementaions", &["implementations"]), + ("Concnetration", &["concentrations"]), + ("Bianries", &["binaries"]), + ("Expermenets", &["experiments"]), + ("Investegating", &["investigating"]), + ("Suspiciois", &["suspicions"]), + ("Notifacation", &["notification"]), + ("Imperetive", &["imperative"]), + ("Fasend", &["fastened"]), + ("Truthfuly", &["truthfully"]), + ("Performnace", &["performances", "performance"]), + ("Sanytise", &["sanitise"]), + ("Recomputaion", &["recomputation"]), + ("Negotatiates", &["negotiates"]), + ("Perliferated", &["proliferated"]), + ("Bewteeness", &["betweenness"]), + ("Finisched", &["finished"]), + ("Compilcated", &["complicate", "complicated"]), + ("Serviec", &["service"]), + ("Cercumstancial", &["circumstantial"]), + ("Vritualisation", &["virtualisation"]), + ("Cheerleeder", &["cheerleader"]), + ("Alternarives", &["alternatives"]), + ("Similarlity", &["similarity"]), + ("Electronis", &["electronics"]), + ("Statuss", &["status"]), + ("Comperable", &["comparable"]), + ("Investigatons", &["investigations"]), + ("Anevironments", &["environments"]), + ("Santourm", &["santorum"]), + ("Medicince", &["medicine"]), + ("Scubscribes", &["subscribes"]), + ("Psitoin", &["position"]), + ("Databsae", &["database"]), + ("Relevations", &["revelations"]), + ("Reboudning", &["rebounding"]), + ("Prooper", &["proper"]), + ("Algorythemic", &["algorithmic"]), + ("Buidlers", &["builders"]), + ("Amost", &["almost"]), + ("Fiels", &["fields", "feels", "files", "phials"]), + ("Specifiction", &["specification"]), + ("Desparation", &["desperation"]), + ("Segrigation", &["segregation"]), + ("Additinally", &["additionally"]), + ("Provded", &["provided"]), + ("Handwirting", &["handwriting"]), + ("Consoel", &["console"]), + ("Carnomies", &["ceremonies"]), + ("Victorieuse", &["victories"]), + ("Annihliated", &["annihilated"]), + ("Charatable", &["charitable"]), + ("Conditionned", &["conditioned"]), + ("Multidimension", &["multidimensional"]), + ("Disscuss", &["discuss"]), + ("Mumbers", &["numbers"]), + ("Grappnel", &["grapple"]), + ("Samue", &["same", "samuel"]), + ("Earlies", &["earliest"]), + ("Signitories", &["signatories"]), + ("Addrersss", &["address"]), + ("Reapeat", &["repeat"]), + ("Downoaded", &["downloaded"]), + ("Priotizing", &["prioritizing"]), + ("Espianoge", &["espionage"]), + ("Souvinear", &["souvenir"]), + ("Unavaiable", &["unavailable"]), + ("Specator", &["spectator"]), + ("Closley", &["closely"]), + ("Veresions", &["versions"]), + ("Happenning", &["happening"]), + ("Trottled", &["throttled", "trotted"]), + ("Quantative", &["quantitative"]), + ("Giagbyte", &["gigabyte"]), + ("Uggly", &["ugly"]), + ("Balnce", &["balance"]), + ("Dealte", &["delete"]), + ("Irreproducable", &["irreproducible"]), + ("Adavance", &["advance"]), + ("Hastables", &["hashtables"]), + ("Sharpning", &["sharpening"]), + ("Socail", &["social"]), + ("Overlflowed", &["overflowed"]), + ("Procrastinationg", &["procrastinating"]), + ("Restauration", &["restoration"]), + ("Refromist", &["reformist"]), + ("Sebastiaan", &["sebastian"]), + ("Headphoens", &["headphones"]), + ("Depdency", &["dependency"]), + ("Infrastructuur", &["infrastructure"]), + ("Histerical", &["historical", "hysterical"]), + ("Interept", &["intercept"]), + ("Ouputting", &["outputting"]), + ("Psuedolayer", &["pseudolayer"]), + ("Inejction", &["injection"]), + ("Overpopulaton", &["overpopulation"]), + ("Senteneces", &["sentences"]), + ("Coincidential", &["coincidental"]), + ("Strengthn", &["strengthen"]), + ("Encompases", &["encompasses"]), + ("Dictatorshop", &["dictatorship"]), + ("Skopped", &["shopped", "skipped", "slopped", "stopped"]), + ("Neceassary", &["necessary"]), + ("Necessarilly", &["necessarily"]), + ("Archine", &["archive"]), + ("Haording", &["hoarding"]), + ("Alhpabetic", &["alphabetic"]), + ("Createa", &["create"]), + ("Contiains", &["contains"]), + ("Amouts", &["amounts"]), + ("Metropolos", &["metropolis"]), + ("Insertos", &["inserts"]), + ("Configuaration", &["configuration"]), + ("Menue", &["menu"]), + ("Opearation", &["operation"]), + ("Fomatters", &["formatters"]), + ("Fiters", &["filters", "fighters", "fitters", "fivers"]), + ("Associatio", &["association"]), + ("Propper", &["proper"]), + ("Musuems", &["museums"]), + ("Cryptograhic", &["cryptographic"]), + ("Intantiated", &["instantiated"]), + ("Comlete", &["complete"]), + ("Strenous", &["strenuous"]), + ("Steped", &["stepped"]), + ("Reencarnation", &["reincarnation"]), + ("Exprression", &["expression"]), + ("Delivey", &["delivery"]), + ("Comletion", &["completion"]), + ("Inro", &["into"]), + ("Allocaiting", &["allocating"]), + ("Implemetation", &["implementation"]), + ("Missen", &["mizzen"]), + ("Particale", &["particle"]), + ("Assigntment", &["assignment"]), + ("Staticly", &["statically"]), + ("Margianlly", &["marginally"]), + ("Essentialls", &["essentials"]), + ("Proprieter", &["proprietor"]), + ("Apocalipse", &["apocalypse"]), + ("Perserveres", &["perseveres"]), + ("Kno", &["know"]), + ("Jaguares", &["jaguars"]), + ("Braceletes", &["bracelets"]), + ("Regualarly", &["regularly"]), + ("Rrror", &["error"]), + ("Conqure", &["conquer"]), + ("Omniverous", &["omnivorous"]), + ("Aboce", &["above", "abode"]), + ("Myselfe", &["myself"]), + ("Franzise", &["franchise"]), + ("Enforcment", &["enforcement"]), + ("Updatete", &["update"]), + ("Saphire", &["sapphire"]), + ("Capatilization", &["capitalization"]), + ("Disgnostics", &["diagnostics"]), + ("Boradway", &["broadway"]), + ("Seletion", &["selection", "deletion"]), + ("Enew", &["new"]), + ("Duplicted", &["duplicated"]), + ("Intead", &["instead"]), + ("Assciated", &["associated"]), + ("Redifintions", &["redefinitions"]), + ("Acumulative", &["accumulative"]), + ("Rivised", &["revised"]), + ("Countrywise", &["countryside"]), + ("Resturant", &["restaurant"]), + ( + "Narl", + &[ + "earl", "farl", "gnarl", "marl", "nail", "nark", "nary", "snarl", + ], + ), + ("Convertirme", &["converter"]), + ("Dialouge", &["dialogue"]), + ("Expementers", &["experimenters"]), + ("Deviatie", &["deviate"]), + ("Wraping", &["wrapping", "warping"]), + ("Workaroudn", &["workaround"]), + ("Overpoweing", &["overpowering"]), + ("Publishr", &["publisher"]), + ("Barbariens", &["barbarians"]), + ("Percession", &["percussion"]), + ("Throuhg", &["through"]), + ("Autoonf", &["autoconf"]), + ("Extensivly", &["extensively"]), + ("Zookeeni", &["zucchini"]), + ("Avoinded", &["avoided"]), + ("Follwin", &["following"]), + ("Inagurated", &["inaugurated"]), + ("Clarifiy", &["clarify"]), + ("Denstiy", &["density"]), + ("Survivour", &["survivor"]), + ("Exchanaged", &["exchanged"]), + ("Praameters", &["parameters"]), + ("Infinitey", &["infinity"]), + ("Improovment", &["improvement"]), + ("Outrageos", &["outrageous"]), + ("Custimized", &["customized"]), + ("Chisiling", &["chiseling"]), + ("Anympore", &["anymore"]), + ("Migrans", &["migrants"]), + ("Incidentially", &["incidentally"]), + ("Experimentel", &["experimental"]), + ("Wissling", &["whistling"]), + ("Nominatino", &["nominations"]), + ("Artificiella", &["artificial"]), + ("Somaila", &["somalia"]), + ("Superintendant", &["superintendent"]), + ("Intriduction", &["introduction"]), + ("Exporession", &["expression"]), + ("Connatations", &["connotations"]), + ("Templtes", &["templates"]), + ("Prefererred", &["preferred"]), + ("Languates", &["languages"]), + ("Symmetricaly", &["symmetrically"]), + ("Statisticly", &["statistical"]), + ("Vulneable", &["vulnerable"]), + ("Pursiut", &["pursuit"]), + ("Intemediary", &["intermediary"]), + ("Relevent", &["relevant"]), + ("Adventrous", &["adventurous"]), + ("Birhtdays", &["birthdays"]), + ("Produceras", &["produces"]), + ("Snowballling", &["snowballing"]), + ("Neighbourhhoods", &["neighbourhoods"]), + ("Orientatied", &["orientated"]), + ("Instatiated", &["instantiated"]), + ("Neighboorhod", &["neighbourhood", "neighborhood"]), + ("Professionallism", &["professionalism"]), + ("Synbolic", &["symbolic"]), + ("Openapig", &["openapi"]), + ("Benghai", &["benghazi"]), + ("Acition", &["action"]), + ("Containting", &["containing"]), + ("Forumlate", &["formulate"]), + ("Restorating", &["restoration"]), + ("Deamonization", &["daemonization"]), + ("Reniging", &["reneging"]), + ("Rectangualr", &["rectangular"]), + ("Assimiliate", &["assimilate"]), + ("Negotiatied", &["negotiate"]), + ("Defanitly", &["defiantly"]), + ("Souces", &["sources"]), + ("Absenses", &["absences"]), + ("Unmodfitied", &["unmodified"]), + ("Fnaatic", &["fanatic"]), + ("Specfy", &["specify"]), + ("Percpetion", &["perceptions"]), + ("Stcokbrush", &["stockbrush"]), + ("Perfec", &["perfect"]), + ("Numberals", &["numerals"]), + ("Actulay", &["actually"]), + ("Sufficating", &["suffocating"]), + ("Gerates", &["generates", "gyrates"]), + ("Accomplise", &["accomplishes"]), + ("Perpatuates", &["perpetuates"]), + ("Erally", &["orally", "really"]), + ("Initializated", &["initialized"]), + ("Folfers", &["folders"]), + ("Liberatrianism", &["libertarianism"]), + ("Triger", &["trigger", "tiger"]), + ("Interrrupts", &["interrupts"]), + ("Paraprhased", &["paraphrase"]), + ("Vritualenv", &["virtualenv"]), + ("Compleatly", &["completely"]), + ("Suprisingly", &["surprisingly"]), + ("Variabla", &["variable"]), + ("Behavies", &["behaves"]), + ("Computacional", &["computational"]), + ("Thereotically", &["theoretically"]), + ("Repalces", &["replaces"]), + ("Scropion", &["scorpion"]), + ("Addressd", &["addressed"]), + ("Colonianism", &["colonialism"]), + ("Knonw", &["known"]), + ("Loadous", &["loadouts"]), + ("Triancles", &["triangles"]), + ("Comparistions", &["comparisons"]), + ("Settlemnts", &["settlements"]), + ("Perperty", &["property"]), + ("Construsts", &["constructs"]), + ("Cilincers", &["cylinders", "silencers"]), + ("Addes", &["adds", "added", "adders", "address"]), + ("Finnaly", &["finally"]), + ("Disapear", &["disappear"]), + ("Accomplishs", &["accomplishes"]), + ("Docuentation", &["documentation"]), + ("Aktivate", &["activate"]), + ("Paramteres", &["parameters"]), + ("Tweek", &["tweak"]), + ("Commputer", &["computer"]), + ("Miticated", &["mitigated"]), + ("Enterrpise", &["enterprises"]), + ("Manufacuters", &["manufactures"]), + ("Bitap", &["bitmap"]), + ("Cnannel", &["channel"]), + ("Produccion", &["production"]), + ("Olbigatory", &["obligatory"]), + ("Rewieved", &["reviewed"]), + ("Seires", &["series"]), + ("Operatations", &["operations"]), + ("Stratigically", &["strategically"]), + ("Expertis", &["experts"]), + ("Origininates", &["originates"]), + ("Sacrificied", &["sacrifice"]), + ("Mesurment", &["measurement"]), + ("Renegotitaions", &["renegotiations"]), + ("Claread", &["cleared"]), + ("Ecoligical", &["ecological"]), + ("Misunderstamding", &["misunderstandings"]), + ("Friendzoneado", &["friendzoned"]), + ("Unnecessar", &["unnecessary"]), + ("Conceide", &["conceived"]), + ("Necesarily", &["necessarily"]), + ("Trajactory", &["trajectory"]), + ("Interewbs", &["interwebs"]), + ("Internettes", &["internets"]), + ("Derogatary", &["derogatory"]), + ("Disputerad", &["disputed"]), + ("Grandising", &["aggrandising"]), + ("Giser", &["geyser"]), + ("Revoluionary", &["revolutionary"]), + ("Mathcup", &["matchup"]), + ("Streightness", &["straightness"]), + ("Anway", &["anyway"]), + ("Marhsmallows", &["marshmallows"]), + ("Coralina", &["carolina"]), + ("Prooses", &["proposes"]), + ("Giv", &["give"]), + ("Heighest", &["heights", "highest"]), + ("Boundarys", &["boundaries"]), + ("Requrirements", &["requirements"]), + ("Tangensial", &["tangential"]), + ("Oridinals", &["ordinals"]), + ("Memeasurement", &["measurement"]), + ("Maxium", &["maximum"]), + ("Resutl", &["result"]), + ("Contiunity", &["continuity"]), + ("Fomatter", &["formatter"]), + ("Camperas", &["campers"]), + ("Survivavility", &["survivability"]), + ("Bureaucractic", &["bureaucratic"]), + ("Facilisi", &["facilities"]), + ("Mirro", &["mirror"]), + ("Incoroprate", &["incorporate"]), + ("Rectanges", &["rectangles"]), + ("Perisisted", &["persisted"]), + ("Analysze", &["analyse"]), + ("Reslove", &["resolve"]), + ("Aack", &["ack"]), + ("Veicles", &["vehicles"]), + ("Intered", &["interred", "interned"]), + ("Semaintics", &["semantics"]), + ("Polishuset", &["polishes"]), + ("Applogize", &["apologize"]), + ("Experimanets", &["experiments"]), + ("Comapnies", &["companies"]), + ("Carmony", &["ceremony"]), + ("Regresssive", &["regressive"]), + ("Prsets", &["presets"]), + ("Simulteniously", &["simultaneously"]), + ("Indicatess", &["indicates"]), + ("Philadelpha", &["philadelphia"]), + ("Picther", &["pitcher"]), + ("Specficied", &["specified"]), + ("Paramterized", &["parameterized"]), + ("Hesistate", &["hesitate"]), + ("Woulld", &["would"]), + ("Autohorized", &["authorized"]), + ("Ciphes", &["ciphers"]), + ("Genrics", &["generics"]), + ("Extits", &["exits", "excites"]), + ("Wrythes", &["writhes"]), + ("Sepearet", &["separate"]), + ("Evertyhign", &["everything"]), + ("Meber", &["member"]), + ("Diagonstics", &["diagnostic"]), + ("Emought", &["enough"]), + ("Sportsmenship", &["sportsmanship"]), + ("Reconnnaissance", &["reconnaissance"]), + ("Descripor", &["descriptor"]), + ("Marshmalllows", &["marshmallows"]), + ("Calues", &["values"]), + ("Enligthen", &["enlighten"]), + ("Corralation", &["correlation"]), + ("Orgainsation", &["organisation"]), + ("Placeholer", &["placeholder"]), + ("Paor", &["pair"]), + ("Archtypes", &["archetypes"]), + ("Apyooning", &["oppugning"]), + ("Wishlit", &["wishlist"]), + ("Accordngly", &["accordingly"]), + ("Tomarow", &["tomorrow"]), + ("Oriente", &["oriented"]), + ("Atomatically", &["automatically"]), + ("Speaced", &["spaced"]), + ("Upsterams", &["upstreams"]), + ("Prohibites", &["prohibits"]), + ("Suggestted", &["suggested"]), + ("Intelelctuals", &["intellectuals"]), + ("Moelcules", &["molecules"]), + ("Applicatios", &["applications"]), + ("Anhoter", &["another"]), + ("Refrom", &["reform"]), + ("Estimativo", &["estimation"]), + ("Yhe", &["the"]), + ("Expermimental", &["experimental"]), + ("Indoensian", &["indonesian"]), + ("Speshal", &["special"]), + ("Exerpt", &["excerpt"]), + ("Orginazational", &["organizational"]), + ("Goddammt", &["goddammit"]), + ("Arbitrairy", &["arbitrarily", "arbitrary"]), + ("Porcesses", &["processes"]), + ("Gayshas", &["geishas"]), + ("Informatie", &["informative"]), + ("Degenaration", &["degeneration"]), + ("Dimenstions", &["dimensions"]), + ("Coure", &["course"]), + ("Medacine", &["medicine"]), + ("Gimmickly", &["gimmicky"]), + ("Socreboard", &["scoreboard"]), + ("Elepahnts", &["elephants"]), + ("Exted", &["extend"]), + ("Repleacable", &["replaceable"]), + ("Sparkel", &["sparkle"]), + ("Justificatin", &["justifications"]), + ("Emtpied", &["emptied"]), + ("Transcocding", &["transcoding"]), + ("Algorithim", &["algorithm"]), + ("Favoutrable", &["favourable"]), + ("Suprises", &["surprises"]), + ("Seperate", &["separate"]), + ("Segergation", &["segregation"]), + ("Codde", &["code", "coded", "coddle"]), + ("Qutie", &["quite", "quiet"]), + ("Falltrough", &["fallthrough"]), + ("Expoent", &["exponent"]), + ("Misgoynistic", &["misogynistic"]), + ("Conttributing", &["contributing"]), + ("Gaysha", &["geisha"]), + ("Bootstraping", &["bootstrapping"]), + ("Structore", &["structure"]), + ("Yeasterday", &["yesterday"]), + ("Infedility", &["infidelity"]), + ("Skurges", &["scourges"]), + ("Unreasonalby", &["unreasonably"]), + ("Recogonize", &["recognize"]), + ("Enhancemenmt", &["enhancement"]), + ("Vallidity", &["validity"]), + ("Vulnerabuilites", &["vulnerabilities"]), + ("Alcoholc", &["alcoholics"]), + ("Spefcifieid", &["specified"]), + ("Mimimum", &["minimum"]), + ("Imge", &["image"]), + ("Vulnearbuilities", &["vulnerabilities"]), + ("Enumation", &["enumeration"]), + ("Unicde", &["unicode"]), + ("Equaliteral", &["equilateral"]), + ("Ventialtion", &["ventilation"]), + ("Scketch", &["sketch"]), + ("Redemtpion", &["redemption"]), + ("Directely", &["directly"]), + ("Defeaulting", &["defaulting"]), + ("Negotaites", &["negotiates"]), + ("Photogrpah", &["photographs"]), + ("Methaporically", &["metaphorically"]), + ("Sergun", &["surgeon"]), + ("Instll", &["install", "instill"]), + ("Follwoeinwg", &["following"]), + ("Settlment", &["settlement"]), + ("Autogroping", &["autogrouping"]), + ("Ddogers", &["dodgers"]), + ("Synthtic", &["synthetic"]), + ("Overwhelmigly", &["overwhelmingly"]), + ("Emmediately", &["immediately"]), + ("Spartas", &["spartans"]), + ("Socilaist", &["socialist"]), + ("Peprocessor", &["preprocessor"]), + ("Infrastrutture", &["infrastructure"]), + ("Contibutes", &["contributes"]), + ("Aquiesses", &["acquiesces"]), + ("Pedastal", &["pedestal"]), + ("Appplications", &["applications"]), + ("Represeted", &["represented"]), + ("Levetated", &["levitated"]), + ("Regrigerator", &["refrigerator"]), + ("Amibguity", &["ambiguity"]), + ("Exchnging", &["exchanging"]), + ("Disscting", &["dissecting"]), + ("Aggaravates", &["aggravates"]), + ("Potition", &["position"]), + ("Beuatiful", &["beautiful"]), + ("Validtes", &["validates"]), + ("Autimatic", &["automatic"]), + ("Suppored", &["supported"]), + ("Nastersium", &["nasturtium"]), + ("Hapends", &["happens"]), + ("Wroks", &["works"]), + ("Ambulence", &["ambulance"]), + ("Reaaly", &["really"]), + ("Disscusions", &["discussions"]), + ("Cuples", &["couples"]), + ("Strucgture", &["structure"]), + ("Speficiallication", &["specification"]), + ("Assymmetrical", &["asymmetrical"]), + ("Autistisch", &["autistic"]), + ("Atuhenticate", &["authenticate"]), + ("Fundamentalis", &["fundamentals"]), + ("Boggus", &["bogus"]), + ("Chnge", &["change"]), + ("Pitchfords", &["pitchforks"]), + ("Reassocition", &["reassociation"]), + ("Enhanceds", &["enhances"]), + ("Disapporve", &["disapprove"]), + ("Retierment", &["retirement"]), + ("Applicabile", &["applicable"]), + ("Yur", &["your"]), + ("Melodis", &["melodies"]), + ("Nanoseonds", &["nanoseconds"]), + ("Intrduced", &["introduced"]), + ("Tempororarily", &["temporarily"]), + ("Stucts", &["structs"]), + ("Procesures", &["procedures"]), + ("Partiot", &["patriot"]), + ("Sxmbol", &["symbol"]), + ("Attachmant", &["attachment"]), + ("Soldies", &["soldiers"]), + ("Malicous", &["malicious"]), + ("Perspecitve", &["perspective"]), + ("Dramaticaly", &["dramatically"]), + ("Restirer", &["restorer"]), + ("Baloon", &["balloon"]), + ("Srcipt", &["script"]), + ("Prohibted", &["prohibited"]), + ("Ourselvs", &["ourselves"]), + ("Neader", &["header", "kneader"]), + ("Guarrenteeing", &["guaranteeing"]), + ("Seraching", &["searching"]), + ("Qeustions", &["questions"]), + ("Authoritation", &["authorization"]), + ("Supressions", &["suppressions"]), + ("Multyplying", &["multiplying"]), + ("Jefferty", &["jeffery"]), + ("Photoshoppade", &["photoshopped"]), + ("Playthrouh", &["playthrough"]), + ("Photograhic", &["photographic"]), + ("Porportioning", &["proportioning"]), + ("Visinble", &["visible"]), + ("Doiing", &["doing"]), + ("Ontains", &["contains"]), + ("Delelte", &["delete"]), + ("Versitlity", &["versatility"]), + ("Exibition", &["exhibition"]), + ("Ampethamine", &["amphetamine"]), + ("Capabilitiy", &["capability"]), + ("Dependens", &["depends", "dependents"]), + ("Peerowetes", &["pirouettes"]), + ("Strentghs", &["strengths"]), + ("Regretts", &["regrets"]), + ("Tempate", &["template"]), + ("Enviornemntal", &["environmental"]), + ("Corrupcion", &["corruption"]), + ("Explanatin", &["explanations"]), + ("Extrapalate", &["extrapolate"]), + ("Hanshake", &["handshake"]), + ("Inclue", &["include"]), + ("Prjection", &["projection"]), + ("Leagalize", &["legalize"]), + ("Industiralized", &["industrialized"]), + ("Signles", &["singles", "signals"]), + ("Tanslates", &["translates"]), + ("Oputput", &["output"]), + ("Orer", &["order"]), + ("Provincies", &["province"]), + ("Neckbeared", &["neckbeard"]), + ("Desginer", &["designer"]), + ("Schziophrenic", &["schizophrenic"]), + ("Vernaculaire", &["vernacular"]), + ("Peninsulla", &["peninsula"]), + ("Grandchildern", &["grandchildren"]), + ("Perfomeer", &["performer"]), + ("Descenting", &["descending"]), + ("Reproducably", &["reproducibly"]), + ("Playaround", &["playground"]), + ("Signifanct", &["significant"]), + ("Loosley", &["loosely"]), + ("Thermodynamcs", &["thermodynamics"]), + ("Directove", &["directive"]), + ("Speficififed", &["specified"]), + ("Expermientally", &["experimentally"]), + ("Tridnet", &["trident"]), + ("Sypport", &["support"]), + ("Unsubscritptions", &["unsubscriptions"]), + ("Respektive", &["respective"]), + ("Parocheally", &["parochially"]), + ("Secirity", &["security"]), + ("Improbabile", &["improbable"]), + ("Guareded", &["guarded"]), + ("Retrosepct", &["retrospect"]), + ("Dedections", &["detections"]), + ("Opertaions", &["operations"]), + ("Grwo", &["grow"]), + ("Mainained", &["maintained"]), + ("Singatures", &["signatures"]), + ("Hedgehodge", &["hedgehog"]), + ("Recusion", &["recursion", "reclusion"]), + ("Defination", &["definition"]), + ("Depent", &["depend"]), + ("Dissassociate", &["disassociate"]), + ("Remian", &["remain"]), + ("Ifnormation", &["information"]), + ("Algortismically", &["algorithmically"]), + ("Targt", &["target"]), + ("Langugaes", &["languages"]), + ("Allocaite", &["allocate"]), + ("Audovisual", &["audiovisual"]), + ("Nife", &["knife"]), + ("Vulnreability", &["vulnerability"]), + ("Remvoes", &["removes"]), + ("Definatlely", &["definitely"]), + ("Preests", &["presets"]), + ("Passvies", &["passives"]), + ("Congifured", &["configured"]), + ("Cteations", &["creations"]), + ("Transpareny", &["transparency"]), + ("Regitered", &["registered"]), + ("Thetrahedron", &["tetrahedron"]), + ("Manupilating", &["manipulating"]), + ("Correctivo", &["correction"]), + ("Konversation", &["conversation"]), + ("Futrue", &["future"]), + ("Imapct", &["impact"]), + ("Environnements", &["environments"]), + ("Measurment", &["measurement"]), + ("Destinarion", &["destination"]), + ("Delfection", &["deflection"]), + ("Materlas", &["materials"]), + ("Internatinally", &["internationally"]), + ("Reimpplementating", &["reimplementing"]), + ("Orgiginally", &["originally"]), + ("Popuplated", &["populated"]), + ("Puprose", &["purpose"]), + ("Randayvoos", &["rendezvous"]), + ("Improvemnt", &["improvement"]), + ("Argreements", &["agreements"]), + ("Disappearence", &["disappearance"]), + ("Forwad", &["forward"]), + ("Commmits", &["commits"]), + ("Mofify", &["modify"]), + ("Rebllions", &["rebellions"]), + ("Dingity", &["dignity"]), + ("Uncompresed", &["uncompressed"]), + ("Functino", &["function"]), + ("Fysical", &["physical"]), + ("Neral", &["neural"]), + ("Configiration", &["configuration"]), + ("Expiermental", &["experimental"]), + ("Luanching", &["launching"]), + ("Occasionaly", &["occasionally"]), + ("Formt", &["format"]), + ("Torerable", &["tolerable"]), + ("Statemanet", &["statement"]), + ("Elelmentary", &["elementary"]), + ("Touristly", &["touristy"]), + ("Reguarliser", &["regulariser"]), + ("Adustment", &["adjustment"]), + ("Tounrey", &["tourney"]), + ("Defauls", &["defaults", "default"]), + ("Weightlifing", &["weightlifting"]), + ("Periphiral", &["peripheral"]), + ("Behavoral", &["behavioral"]), + ("Shapsnot", &["snapshot"]), + ("Siteu", &["site"]), + ("Folliwing", &["following"]), + ("Pervalence", &["prevalence"]), + ("Expresing", &["expressing"]), + ("Referesh", &["refresh"]), + ("Consulation", &["consolation"]), + ("Nightime", &["nighttime"]), + ("Cheetoos", &["cheetos"]), + ("Recepient", &["recipient"]), + ("Allways", &["always"]), + ("Tawainese", &["taiwanese"]), + ("Embedidngs", &["embeddings"]), + ("Regulariry", &["regularly"]), + ("Quarentine", &["quarantine"]), + ("Releafs", &["relieves"]), + ("Facebok", &["facebook"]), + ("Beofre", &["before"]), + ("Restrictes", &["restricts"]), + ("Translpant", &["transplants"]), + ("Engagemet", &["engagements"]), + ("Somethinhg", &["somethings"]), + ("Authoroties", &["authorities"]), + ("Staggerwing", &["staggering"]), + ("Downagrades", &["downgrades"]), + ("Progarm", &["program"]), + ("Concentracion", &["concentration"]), + ("Deserialzie", &["deserialize"]), + ("Diffrerence", &["difference"]), + ("Pojrect", &["project"]), + ("Ebedded", &["embedded"]), + ("Minitature", &["miniature"]), + ("Formatable", &["formattable"]), + ("Coordingly", &["accordingly"]), + ("Provicial", &["provincial"]), + ("Etcp", &["etc"]), + ("Mimimized", &["minimized"]), + ("Maximium", &["maximum"]), + ("Accortind", &["according"]), + ("Dischard", &["discharged"]), + ("Missils", &["missiles"]), + ("Compeleted", &["completed"]), + ("Netowrking", &["networking"]), + ("Deintializing", &["deinitializing"]), + ("Otput", &["output"]), + ("Experimentelly", &["experimentally"]), + ("Hyperbollic", &["hyperbolic"]), + ("Borded", &["boarded", "border"]), + ("Misspel", &["misspell"]), + ("Anarchsim", &["anarchism"]), + ("Genererating", &["generating"]), + ("Cummulative", &["cumulative"]), + ("Temporarirly", &["temporarily"]), + ("Euhporia", &["euphoria"]), + ("Deathamtch", &["deathmatch"]), + ("Acheiving", &["achieving"]), + ("Communicatons", &["communications"]), + ("Perfoemanse", &["performance"]), + ("Lenghtend", &["lengthened"]), + ("Procedureal", &["procedural"]), + ("Efficcient", &["efficient"]), + ("Structurel", &["structural"]), + ("Mirroed", &["mirrored"]), + ("Blances", &["balances", "glances", "lances"]), + ("Coodinate", &["coordinate"]), + ("Restouration", &["restoration"]), + ("Assigne", &["assign", "assigned"]), + ("Realisitcally", &["realistically"]), + ("Synchonisation", &["synchronisation"]), + ("Clearling", &["clearing"]), + ("Thridly", &["thirdly"]), + ("Renegotitator", &["renegotiator"]), + ("Inconprehensible", &["incomprehensible"]), + ("Aganist", &["against"]), + ("Avoded", &["avoided"]), + ("Cihers", &["ciphers"]), + ("Alreaady", &["already"]), + ("Accompagnying", &["accompanying"]), + ("Unfould", &["unfold"]), + ("Interlly", &["internally"]), + ("Winndows", &["windows"]), + ("Trasforming", &["transforming"]), + ("Ubsubstantiated", &["unsubstantiated"]), + ("Deseralized", &["deserialized"]), + ("Assisst", &["assists", "assist"]), + ("Conferance", &["conference"]), + ("Becaise", &["because"]), + ("Constucts", &["constructs"]), + ("Alginments", &["alignments"]), + ("Poitning", &["pointing"]), + ("Soundtraks", &["soundtracks"]), + ("Reimplmenting", &["reimplementing"]), + ("Cimetricly", &["symmetricly"]), + ("Notificiations", &["notifications"]), + ("Excectives", &["executives"]), + ("Guitards", &["guitars"]), + ("Bloddy", &["bloody"]), + ("Colonializm", &["colonialism"]), + ("Parenthasis", &["parenthesis"]), + ("Sepearable", &["separable"]), + ("Formattind", &["formatting"]), + ("Playthrouhg", &["playthroughs"]), + ("Sufferage", &["suffrage"]), + ("Overridiing", &["overriding"]), + ("Innocentius", &["innocents"]), + ("Thetraedral", &["tetrahedral"]), + ("Effectivley", &["effectively"]), + ("Secerts", &["secrets"]), + ("Abondon", &["abandon"]), + ("Acquaintinces", &["acquaintances"]), + ("Expodition", &["exposition"]), + ("Nationalistics", &["nationalists"]), + ("Constrcted", &["constructed", "constricted"]), + ("Releting", &["deleting", "relating"]), + ("Beweeen", &["between"]), + ("Romoteing", &["remoting"]), + ("Travling", &["traveling"]), + ("Deafeted", &["defeated"]), + ("Traditiona", &["traditional"]), + ("Uplaodaded", &["uploaded"]), + ("Intuitivly", &["intuitively"]), + ("Friendy", &["friendly"]), + ("Strawberies", &["strawberries"]), + ("Legitamite", &["legitimate"]), + ("Visibilit", &["visibility"]), + ("Counsellng", &["counselling"]), + ("Interruptis", &["interrupts"]), + ("Regulatons", &["regulations"]), + ("Missionaire", &["missionaries"]), + ("Merhcant", &["merchant"]), + ("Devlop", &["develop"]), + ("Functionaily", &["functionality"]), + ("Leyers", &["layers"]), + ("Fundations", &["foundations"]), + ("Speciied", &["specified"]), + ("Checls", &["checks"]), + ("Follers", &["followers"]), + ("Distrubutor", &["distributor"]), + ("Methdo", &["method"]), + ("Stlyes", &["styles"]), + ("Navigato", &["navigation"]), + ("Mangager", &["manager"]), + ("Proivder", &["provider"]), + ("Defaulrts", &["defaults"]), + ("Sentimetal", &["sentimental"]), + ("Headquater", &["headquarter"]), + ("Comminucate", &["communicate"]), + ("Witha", &["with"]), + ("Aggegate", &["aggregate"]), + ("Suddently", &["suddenly"]), + ("Bargaing", &["bargaining"]), + ("Transportr", &["transporter"]), + ("Reccord", &["record"]), + ("Disapplining", &["disciplining"]), + ("Unihabited", &["uninhabited"]), + ("Republi", &["republic"]), + ("Uninstatiated", &["uninstantiated"]), + ("Clannand", &["clannad"]), + ("Enthusiasists", &["enthusiasts"]), + ("Tranmist", &["transmit"]), + ("Maintainces", &["maintenances"]), + ("Fingerpint", &["fingerprint"]), + ("Documen", &["document"]), + ("Profissional", &["professional"]), + ("Resason", &["reason"]), + ("Reimplmented", &["reimplemented"]), + ("Initilization", &["initialization"]), + ("Teloportation", &["teleportation"]), + ("Ontext", &["context"]), + ("Flawleslly", &["flawlessly"]), + ("Sheck", &["check", "shuck"]), + ("Carmtan", &["cartman"]), + ("Smll", &["small", "smell"]), + ("Extens", &["extends", "externs"]), + ("Therapeutuc", &["therapeutic"]), + ("Communistas", &["communists"]), + ("Inflatabe", &["inflatable"]), + ("Convienently", &["conveniently"]), + ("Patholgoical", &["pathological"]), + ("Restaurnat", &["restaurant"]), + ("Verbaly", &["verbally"]), + ("Alternaive", &["alternative"]), + ("Distincion", &["distinction"]), + ("Neumonia", &["pneumonia"]), + ("Unmodfied", &["unmodified"]), + ("Distribustion", &["distributions"]), + ("Blackshit", &["blacksmith"]), + ("Railraod", &["railroad"]), + ("Humilitaion", &["humiliation"]), + ("Cafay", &["cafe"]), + ("Ganes", &["games"]), + ("Illustartor", &["illustrator"]), + ("Differetn", &["different"]), + ("Evesdrop", &["eavesdrop"]), + ("Biappicative", &["biapplicative"]), + ("Strutture", &["structure"]), + ("Tryinng", &["trying"]), + ("Recconection", &["reconnection"]), + ("Morevoer", &["moreover"]), + ("Norifications", &["notifications"]), + ("Secue", &["secure"]), + ("Reportadly", &["reportedly"]), + ("Naybhorly", &["neighborly"]), + ("Neighbourghs", &["neighbours"]), + ("Anphibians", &["amphibians"]), + ("Specifity", &["specificity"]), + ("Forenisc", &["forensic"]), + ("Accumulatin", &["accumulation"]), + ("Autocoreect", &["autocorrect"]), + ("Sarimonies", &["ceremonies"]), + ("Sive", &["save", "sieve"]), + ("Analyseres", &["analyses"]), + ("Opon", &["upon"]), + ("Playble", &["playable"]), + ("Ocupiers", &["occupiers"]), + ("Screem", &["scream", "screen"]), + ("Devicest", &["devices"]), + ("Lonileness", &["loneliness"]), + ("Sercive", &["service"]), + ("Collectons", &["collections"]), + ("Intruments", &["instruments"]), + ("Previsously", &["previously"]), + ("Chcek", &["check"]), + ("Autonegotation", &["autonegotiation"]), + ("Repacements", &["replacements"]), + ("Modfifications", &["modifications"]), + ("Claaes", &["classes"]), + ("Beteeen", &["between"]), + ("Consistensy", &["consistency"]), + ("Roleplaing", &["roleplaying"]), + ("Enclosng", &["enclosing"]), + ("Platofmrs", &["platforms"]), + ("Insruction", &["instruction"]), + ("Tabbaray", &["taboret"]), + ("Singulator", &["singular"]), + ("Visiblly", &["visibly"]), + ("Scroipted", &["scripted"]), + ("Cassete", &["cassette"]), + ("Recalcualtion", &["recalculation"]), + ("Cliuster", &["cluster"]), + ("Excange", &["exchange"]), + ("Astersisks", &["asterisks"]), + ("Mongoles", &["mongols"]), + ("Vulberability", &["vulnerability"]), + ("Uninitialses", &["uninitialises"]), + ("Assuptions", &["assumptions"]), + ("Embbedded", &["embedded"]), + ("Lgeacy", &["legacy"]), + ("Shareed", &["shared"]), + ("Infiltraron", &["infiltrator"]), + ("Environemnt", &["environment"]), + ("Consquences", &["consequences"]), + ("Hypocritcal", &["hypocritical"]), + ("Legionairs", &["legionnaires"]), + ("Bounading", &["bounding"]), + ("Validtion", &["validation"]), + ("Misteeks", &["mystiques"]), + ("Ojects", &["objects"]), + ("Initiatiating", &["initiating"]), + ("Parctically", &["practically"]), + ("Transformates", &["transforms"]), + ("Equivelents", &["equivalents"]), + ("Imporoved", &["improved"]), + ("Socioligical", &["sociological"]), + ("Temeprature", &["temperature"]), + ("Whioch", &["which"]), + ("Muncipalities", &["municipalities"]), + ("Lifeycle", &["lifecycle"]), + ("Creaeted", &["created"]), + ("Hannbial", &["hannibal"]), + ("Suspicios", &["suspicious"]), + ("Chidlbirth", &["childbirth"]), + ("Synchronious", &["synchronous"]), + ("Renegoatiators", &["renegotiators"]), + ("Featurs", &["features"]), + ("Tittled", &["titled"]), + ("Mechanis", &["mechanics", "mechanism"]), + ("Transaprency", &["transparency"]), + ("Facsist", &["fascist"]), + ("Peridic", &["periodic"]), + ("Paychologically", &["psychologically"]), + ("Mininize", &["minimize"]), + ("Temproarily", &["temporarily"]), + ("Alarams", &["alarms"]), + ("Argumeents", &["arguments"]), + ("Downagraded", &["downgraded"]), + ("Notificications", &["notifications"]), + ("Woild", &["would"]), + ("Commedians", &["comedians"]), + ("Modfified", &["modified"]), + ("Extreamly", &["extremely"]), + ("Miscarriege", &["miscarriage"]), + ("Recconeccting", &["reconnecting"]), + ("Transplantees", &["transplants"]), + ("Detremining", &["determining"]), + ("Tempuratures", &["temperatures"]), + ("Exerbate", &["exacerbate"]), + ("Rocess", &["process"]), + ("Countres", &["counters"]), + ("Competeted", &["competed"]), + ("Optmization", &["optimization"]), + ("Peedmonts", &["piedmonts"]), + ("Forgivens", &["forgiveness"]), + ("Championshiop", &["championships"]), + ("Resporatory", &["respiratory"]), + ("Behvaiour", &["behaviour"]), + ("Constats", &["constants"]), + ("Singlular", &["singular"]), + ("Optimizaing", &["optimizing"]), + ("Blance", &["balance", "glance", "lance"]), + ("Asphlat", &["asphalt"]), + ("Excedded", &["exceeded"]), + ("Importantce", &["importance"]), + ("Neighbeing", &["neighboring"]), + ("Defaulkts", &["defaults"]), + ("Vacume", &["vacuum"]), + ("Postscritp", &["postscript"]), + ("Expermientations", &["experimentations"]), + ("Unsubscrube", &["unsubscribe"]), + ("Analysise", &["analyses"]), + ("Deliverd", &["delivered"]), + ("Userapace", &["userspace"]), + ("Convesions", &["conversions"]), + ("Placemenet", &["placements", "placement"]), + ("Buzilla", &["bugzilla"]), + ("Laringes", &["larynxes"]), + ("Defaintly", &["defiantly"]), + ("Favritt", &["favorite"]), + ("Inspeccion", &["inspection"]), + ("Ine", &["one"]), + ("Depenendent", &["dependent"]), + ("Veichles", &["vehicles"]), + ("Aggrivates", &["aggravates"]), + ("Unimpemented", &["unimplemented"]), + ("Tne", &["the"]), + ("Detecing", &["detecting"]), + ("Temparate", &["temperate"]), + ("Undoubtadly", &["undoubtedly"]), + ("Referened", &["referenced"]), + ("Repetion", &["repetition"]), + ("Yaer", &["year"]), + ("Direrctory", &["directory"]), + ("Preemptable", &["preemptible"]), + ("Participas", &["participants"]), + ("Spesific", &["specific"]), + ("Rebounce", &["rebound"]), + ("Friendsies", &["friendlies"]), + ("Picknicks", &["picnics"]), + ("Momenet", &["moment"]), + ("Complicacion", &["complication"]), + ("Subdirectorys", &["subdirectories"]), + ("Politicanti", &["politician"]), + ("Grandeeos", &["grandiose"]), + ("Interruptes", &["interrupts"]), + ("Bilangual", &["bilingual"]), + ("Usuage", &["usage"]), + ("Commpression", &["compression"]), + ("Brocolli", &["broccoli"]), + ("Spectaculalry", &["spectacularly"]), + ("Palythrough", &["playthrough"]), + ("Britsol", &["bristol"]), + ("Masteris", &["masteries"]), + ("Nacionalistic", &["nationalistic"]), + ("Strippped", &["stripped"]), + ("Bookmakr", &["bookmark"]), + ("Autonegoziations", &["autonegotiations"]), + ("Packaeges", &["packages"]), + ("Subcommannd", &["subcommand"]), + ("Deccimal", &["decimal"]), + ("Sponteneously", &["spontaneously"]), + ("Trotzkism", &["trotskyism"]), + ("Adolescene", &["adolescence"]), + ("Initailsed", &["initialised"]), + ("Posseses", &["possesses"]), + ("Proceses", &["processes"]), + ("Enhacement", &["enhancement"]), + ("Itslef", &["itself"]), + ("Fautured", &["featured"]), + ("Inaproppriately", &["inappropriately"]), + ("Permaturely", &["prematurely"]), + ("Remenissent", &["reminiscent"]), + ("Connectos", &["connectors"]), + ("Convets", &["converts"]), + ("Behaivour", &["behaviour"]), + ("Diea", &["idea", "die"]), + ("Markey", &["marquee"]), + ("Neessesary", &["necessary"]), + ("Diamons", &["diamonds"]), + ("Directrories", &["directories"]), + ("Tattooes", &["tattoos"]), + ("Armenain", &["armenian"]), + ("Algorhytm", &["algorithm"]), + ("Adequatley", &["adequately"]), + ("Intrisnic", &["intrinsic"]), + ("Retricted", &["restricted"]), + ("Notifacations", &["notifications"]), + ("Deatch", &["detach"]), + ("Ptiched", &["pitched"]), + ("Intiailizer", &["initializer"]), + ("Limitaiton", &["limitation"]), + ("Authetnicate", &["authenticate"]), + ("Ignorat", &["ignorant"]), + ("Delievry", &["delivery"]), + ("Disgarded", &["discarded", "discarted"]), + ("Historycal", &["historical"]), + ("Porotocols", &["protocols"]), + ("Koordinate", &["coordinate"]), + ("Bittersweeet", &["bittersweet"]), + ("Etxt", &["text"]), + ("Communicatie", &["communicate", "communication"]), + ("Maylasia", &["malaysia"]), + ("Disconnnect", &["disconnect"]), + ("Createdd", &["created"]), + ("Spesifications", &["specifications"]), + ("Accidentaly", &["accidentally"]), + ("Activiates", &["activist"]), + ("Acomodate", &["accommodate"]), + ("Consultata", &["consultant"]), + ("Creedence", &["credence"]), + ("Specifiecs", &["specifics"]), + ("Shortining", &["shortening"]), + ("Paltinum", &["platinum"]), + ("Coalesed", &["coalesced"]), + ("Propse", &["propose"]), + ("Privelege", &["privilege"]), + ("Slect", &["select"]), + ("Dissobedience", &["disobedience"]), + ("Documened", &["documented"]), + ("Pedestrains", &["pedestrians"]), + ("Intircate", &["intricate"]), + ("Seplling", &["spelling"]), + ("Contriubtion", &["contribution"]), + ("Fethed", &["fetched"]), + ("Reinitiailize", &["reinitialize"]), + ("Movepseed", &["movespeed"]), + ("Transfered", &["transferred"]), + ("Bakward", &["backward"]), + ("Trajecotry", &["trajectory"]), + ("Jenkns", &["jenkins"]), + ("Coeficent", &["coefficient"]), + ("Acccords", &["accords"]), + ("Betweeb", &["between"]), + ("Mebmer", &["member"]), + ("Momentairly", &["momentarily"]), + ("Bebongs", &["belongs"]), + ("Mormalises", &["normalises"]), + ("Retirase", &["retires"]), + ("Believeing", &["believing"]), + ("Confideny", &["confidently"]), + ("Dissapears", &["disappears"]), + ("Althogh", &["although"]), + ("Damed", &["damned", "damped", "domed", "gamed"]), + ("Disputandem", &["disputandum"]), + ("Libertariansim", &["libertarianism"]), + ("Singluar", &["singular"]), + ("Migrainers", &["migraines"]), + ("Pakistain", &["pakistani"]), + ("Evironment", &["environment"]), + ("Moibles", &["mobiles"]), + ("Carachter", &["character"]), + ("Scannig", &["scanning"]), + ("Seviced", &["serviced"]), + ("Convering", &["converting", "covering"]), + ("Popuplar", &["popular"]), + ("Parmters", &["parameters"]), + ("Crashess", &["crashes"]), + ("Registery", &["registry"]), + ("Providee", &["providence"]), + ("Protagnoists", &["protagonists"]), + ("Outsouring", &["outsourcing"]), + ("Tranlsate", &["translate"]), + ("Comediants", &["comedians"]), + ("Modfifiable", &["modifiable"]), + ("Reinfoce", &["reinforce"]), + ("Anoy", &["annoy"]), + ("Hurricance", &["hurricane"]), + ("Malins", &["maligns"]), + ("Acedemic", &["academic"]), + ("Protogonist", &["protagonist"]), + ("Descritpros", &["descriptors"]), + ("Monotirs", &["monitors"]), + ("Interships", &["internships"]), + ("Dedly", &["deadly"]), + ("Viwes", &["views"]), + ("Enchantmet", &["enchantments"]), + ("Rythem", &["rhythm"]), + ("Distributior", &["distributor"]), + ("Armchar", &["armchair"]), + ("Deletetions", &["deletions"]), + ("Compatabily", &["compatibility"]), + ("Catgeory", &["category"]), + ("Isareli", &["israeli"]), + ("Competitivly", &["competitively"]), + ("Versoion", &["version"]), + ("Unifnished", &["unfinished"]), + ("Monolopy", &["monopoly"]), + ("Poistives", &["positives"]), + ("Electricial", &["electrical"]), + ("Intriquing", &["intriguing"]), + ("Succees", &["succeeds", "success"]), + ("Mussil", &["muscle", "mussel"]), + ("Envelopped", &["envelope", "enveloped"]), + ("Virtural", &["virtual"]), + ("Leat", &["lead", "leak", "least", "leaf"]), + ("Apostrophie", &["apostrophe"]), + ("Egenralizes", &["generalizes"]), + ("Projectyle", &["projectile"]), + ("Renegotiotations", &["renegotiations"]), + ("Supoprt", &["support"]), + ("Intimaty", &["intimately"]), + ("Accessintg", &["accessing"]), + ("Objecitves", &["objectives"]), + ("Corrrecting", &["correcting"]), + ("Terrabytes", &["terabytes"]), + ("Stategize", &["strategize"]), + ("Composuting", &["compositing"]), + ("Delele", &["delete"]), + ("Sheakspeare", &["shakespeare"]), + ("Avaialbility", &["availability"]), + ("Remane", &["remain", "remake", "rename"]), + ("Directtories", &["directories"]), + ("Inevatible", &["inevitable"]), + ("Aneeled", &["annealed"]), + ("Synoym", &["synonym"]), + ("Charis", &["chairs"]), + ("Modifciations", &["modifications"]), + ("Imrpove", &["improve"]), + ("Enironment", &["environment"]), + ("Pwoer", &["power"]), + ("Cheduling", &["scheduling"]), + ("Rabits", &["rabbits"]), + ("Dosen", &["dozen", "dose", "doesn"]), + ("Whipsers", &["whispers"]), + ("Readanle", &["readable"]), + ("Deffensively", &["defensively"]), + ("Iteratered", &["iterated"]), + ("Volentiered", &["volunteered"]), + ("Beneifical", &["beneficial"]), + ("Biejing", &["beijing"]), + ("Adaptacion", &["adaptation"]), + ("Confedercy", &["confederacy"]), + ("Separater", &["separator"]), + ("Losslesly", &["losslessly"]), + ("Cancelles", &["cancels"]), + ("Achived", &["achieved", "archived"]), + ("Bouding", &["bounding"]), + ("Slach", &["slash"]), + ("Cessationalist", &["sensationalist"]), + ("Instantaneu", &["instantaneous"]), + ("Genarate", &["generate"]), + ("Introducted", &["introduced"]), + ("Speicified", &["specified"]), + ("Cataclsym", &["cataclysm"]), + ("Ond", &["one", "and"]), + ("Cernomially", &["ceremonially"]), + ("Foudn", &["found"]), + ("Hipothetically", &["hypothetically"]), + ("Skillslots", &["skillshots"]), + ("Imminet", &["imminent"]), + ("Aggreated", &["aggregated"]), + ("Skepticons", &["skeptics"]), + ("Competiting", &["competition"]), + ("Resolvement", &["resolution"]), + ("Contentas", &["contents"]), + ("Onmishience", &["omniscience"]), + ("Norhern", &["northern"]), + ("Controlls", &["controls"]), + ("Partiitoning", &["partitioning"]), + ("Demoliting", &["demolition"]), + ("Anphatheater", &["amphitheater"]), + ("Imcomming", &["incoming"]), + ("Levleing", &["leveling"]), + ("Ubelievebly", &["unbelievably"]), + ("Drawm", &["drawn"]), + ("Simiulated", &["simulated"]), + ("Experirations", &["expirations"]), + ("Surpresses", &["suppresses"]), + ("Recoveres", &["recovers"]), + ("Oueue", &["queue"]), + ("Transciprt", &["transcripts"]), + ("Succussfully", &["successfully"]), + ("Accessibile", &["accessible"]), + ("Euphorisch", &["euphoric"]), + ("Allright", &["alright"]), + ("Distingishes", &["distinguishes"]), + ("Resourceype", &["resourcetype"]), + ("Reputposed", &["repurposed"]), + ("Charactetr", &["character"]), + ("Priorites", &["priorities"]), + ("Fasens", &["fasels", "fastens"]), + ("Nformation", &["information"]), + ("Influeced", &["influenced"]), + ("Excepetion", &["exception"]), + ("Renegotitors", &["renegotiators"]), + ("Saddness", &["sadness"]), + ("Restircts", &["restricts"]), + ("Lonber", &["longer", "loner"]), + ("Blacklit", &["blacklist"]), + ("Misspellng", &["misspelling"]), + ("Polution", &["pollution"]), + ("Developemnt", &["developments"]), + ("Practicioner", &["practitioner"]), + ("Maraudeur", &["marauder"]), + ("Progressivisme", &["progressives"]), + ("Implemnetation", &["implementation"]), + ("Guarenteing", &["guaranteeing"]), + ("Bodybuildng", &["bodybuilding"]), + ("Pakistian", &["pakistani"]), + ("Deliverees", &["deliveries"]), + ("Hambruger", &["hamburger"]), + ("Mormalised", &["normalised"]), + ("Retreves", &["retrieves"]), + ("Appendt", &["append"]), + ("Foppy", &["floppy"]), + ("Fasicst", &["fascist"]), + ("Intrigured", &["intrigue"]), + ("Inbbox", &["inbox"]), + ("Transeint", &["transient"]), + ("Initilialization", &["initialization"]), + ("Jeapardy", &["jeopardy"]), + ("Succeding", &["succeeding"]), + ("Investiagtion", &["investigation"]), + ("Sticthing", &["stitching"]), + ("Cirle", &["circle"]), + ("Compadibility", &["compatibility"]), + ("Uploded", &["uploaded"]), + ("Negoptionsotiated", &["negotiated"]), + ("Requrests", &["requests"]), + ("Quaility", &["quality"]), + ("Couseling", &["counseling"]), + ("Propection", &["projection", "prospection", "protection"]), + ("Templetes", &["templates"]), + ("Quesant", &["croissant"]), + ("Contongency", &["contingency"]), + ("Devleoper", &["developer"]), + ("Defeintly", &["definitely"]), + ("Expeption", &["exception"]), + ("Predefiened", &["predefined"]), + ("Blasphmey", &["blasphemy"]), + ("Individals", &["individuals"]), + ("Transporing", &["transporting"]), + ("Rainbowers", &["rainbows"]), + ("Buildnings", &["buildings"]), + ("Manufacturedd", &["manufactured"]), + ("Roahces", &["roaches"]), + ("Programmd", &["programmed", "programme"]), + ("Intruiged", &["intrigued"]), + ("Sitrring", &["stirring"]), + ("Sepulchure", &["sepulchre"]), + ("Probbailities", &["probabilities"]), + ("Interregation", &["interrogation"]), + ("Accumalates", &["accumulates"]), + ("Squardon", &["squadron"]), + ("Comfotable", &["comfortable"]), + ("Experimentaions", &["experimentations"]), + ("Dominoin", &["dominion"]), + ("Custonization", &["customization"]), + ("Gerenated", &["generated"]), + ("Guidence", &["guidance"]), + ("Assignent", &["assignment"]), + ("Expells", &["expels"]), + ("Skept", &["skipped"]), + ("Positionned", &["positioned"]), + ("Analyticly", &["analytically"]), + ("Beliebable", &["believable"]), + ("Gernerated", &["generated"]), + ("Bigegr", &["bigger"]), + ("Framwd", &["framed"]), + ("Immedeatly", &["immediately"]), + ("Transfroms", &["transforms"]), + ("Casaulties", &["casualties"]), + ("Inifinity", &["infinity"]), + ("Alternitively", &["alternatively"]), + ("Variabled", &["variables", "variable"]), + ("Misquitos", &["mosquitos"]), + ("Directtions", &["directions"]), + ("Judgamental", &["judgemental"]), + ("Buddhisim", &["buddhism"]), + ("Negoatiators", &["negotiators"]), + ("Farenheight", &["fahrenheit"]), + ("Unexpectetly", &["unexpectedly"]), + ("Depdenncy", &["dependency"]), + ("Actvities", &["activities"]), + ("Desitinations", &["destinations"]), + ("Principl", &["principals"]), + ("Customizble", &["customizable"]), + ("Coeficient", &["coefficient"]), + ("Munipulative", &["manipulative"]), + ("Eazier", &["easier"]), + ("Blanck", &["blank", "black"]), + ("Situaion", &["situation"]), + ("Siwtching", &["switching"]), + ("Conjonction", &["conjunction"]), + ("Aquitted", &["acquitted"]), + ("Milliesconds", &["milliseconds"]), + ("Southernest", &["southerners"]), + ("Projct", &["project"]), + ("Relocateable", &["relocatable"]), + ("Comppiler", &["compiler"]), + ("Mastieres", &["masteries"]), + ("Compatble", &["compatible"]), + ("Immenint", &["imminent"]), + ("Transferrred", &["transferred"]), + ("Decendant", &["descendant"]), + ("Cofiguration", &["configuration"]), + ("Detrmined", &["determined"]), + ("Kewords", &["keywords"]), + ("Internetus", &["internets"]), + ("Spcifications", &["specifications"]), + ("Sudio", &["audio", "sudo"]), + ("Ouputted", &["outputted"]), + ("Adpater", &["adapter"]), + ("Isntall", &["install"]), + ("Simulataniously", &["simultaneously"]), + ("Normalyly", &["normally"]), + ("Periwinkie", &["periwinkle"]), + ("Strictiest", &["strictest"]), + ("Jaugars", &["jaguars"]), + ("Compositied", &["composite"]), + ("Commutablility", &["commutability"]), + ("Speling", &["spelling"]), + ("Attribtute", &["attribute"]), + ("Individuelly", &["individually"]), + ("Asignmend", &["assignment"]), + ("Spirituallly", &["spiritually"]), + ("Classificaiton", &["classification"]), + ("Sufficency", &["sufficiency"]), + ("Sometmes", &["sometimes"]), + ("Progammatic", &["programmatic"]), + ("Buittons", &["buttons"]), + ("Situration", &["situation"]), + ("Cannisters", &["canisters"]), + ("Freee", &["free"]), + ("Convereted", &["converted"]), + ("Feminie", &["feminine"]), + ("Wtih", &["with"]), + ("Uffering", &["buffering"]), + ("Colonizators", &["colonizers"]), + ("Trrigering", &["triggering"]), + ("Shenanigains", &["shenanigans"]), + ("Pronomial", &["pronominal"]), + ("Hiesman", &["heisman"]), + ("Macthing", &["matching"]), + ("Characterz", &["characterize"]), + ("Decomiler", &["decompiler"]), + ("Dissapointment", &["disappointment"]), + ("Revloves", &["revolves"]), + ("Difficut", &["difficulty"]), + ("Optionnally", &["optionally"]), + ("Conetxt", &["context", "connect"]), + ("Serapate", &["separate"]), + ("Locaizes", &["localizes"]), + ("Amendement", &["amendment"]), + ("Midfeilders", &["midfielders"]), + ("Cotaves", &["octaves"]), + ("Unqiueness", &["uniqueness"]), + ("Vertieces", &["vertices"]), + ("Analystics", &["analysts"]), + ("Filesnames", &["filenames"]), + ("Avertising", &["advertising"]), + ("Meatballers", &["meatballs"]), + ("Resourecs", &["resources"]), + ("Perferect", &["perfect"]), + ("Reqest", &["request"]), + ("Injcetion", &["injection"]), + ("Trackign", &["tracking"]), + ("Architetures", &["architectures"]), + ("Subsystyem", &["subsystem"]), + ("Experimmented", &["experimented"]), + ("Volonteers", &["volunteers"]), + ("Finsihing", &["finishing"]), + ("Renegoitate", &["renegotiate"]), + ("Intorduction", &["introduction"]), + ("Defautly", &["defaultly", "default"]), + ("Compelx", &["complex"]), + ("Socttish", &["scottish"]), + ("Upsupported", &["unsupported"]), + ("Annonates", &["annotates"]), + ("Exersising", &["exercising"]), + ("Immuniy", &["immunity"]), + ("Orgainse", &["organise"]), + ("Camouglage", &["camouflage"]), + ("Argumens", &["arguments"]), + ("Trpoical", &["tropical"]), + ("Dregee", &["degree"]), + ("Geogria", &["georgia"]), + ("Iiterator", &["iterator"]), + ("Regstered", &["registered"]), + ("Precisision", &["precision"]), + ("Envioronmental", &["environmental"]), + ("Authetication", &["authentication"]), + ("Nuclean", &["unclean"]), + ("Warrantles", &["warranties"]), + ("Advertisments", &["advertisements"]), + ("Absoluately", &["absolutely"]), + ("Resuled", &["resulted", "resumed"]), + ("Insesitive", &["insensitive"]), + ("Negotiatiors", &["negotiations"]), + ("Indivudals", &["individuals"]), + ("Protion", &["portion"]), + ("Kimerically", &["chimerically"]), + ("Statistc", &["statistic"]), + ("Unfortunat", &["unfortunate"]), + ("Ditactorship", &["dictatorship"]), + ("Reaeched", &["reached"]), + ("Portrat", &["portrait"]), + ("Vietnameese", &["vietnamese"]), + ("Datebase", &["database"]), + ("Photoshooped", &["photoshopped"]), + ("Pojrecting", &["projecting"]), + ("Denegrating", &["denigrating"]), + ("Segemnts", &["segments"]), + ("Destributors", &["distributors"]), + ("Controling", &["controlling"]), + ("Corespondence", &["correspondence"]), + ("Substitiute", &["substitute"]), + ("Traverls", &["travels", "traversals"]), + ("Restrictons", &["restricts"]), + ("Enlightended", &["enlightened"]), + ("Coverters", &["converters"]), + ("Perpendiculaire", &["perpendicular"]), + ("Sophistacated", &["sophisticated"]), + ("Hagas", &["haggis"]), + ("Absolulte", &["absolute"]), + ("Perfured", &["preferred"]), + ("Instituto", &["institution"]), + ("Highlightning", &["highlighting"]), + ("Availaibility", &["availability"]), + ("Polysaccharid", &["polysaccharide"]), + ("Versatel", &["versatile"]), + ("Exploitaion", &["exploitation"]), + ("Libretarians", &["libertarians"]), + ("Reasom", &["reason"]), + ("Staggerring", &["staggering"]), + ("Uncontrallable", &["uncontrollable"]), + ("Arrangment", &["arrangement"]), + ("Memebr", &["member"]), + ("Discconencting", &["disconnecting"]), + ("Starwberries", &["strawberries"]), + ("Meathod", &["method"]), + ("Inraged", &["enraged"]), + ("Negligable", &["negligible"]), + ("Partiula", &["particular"]), + ("Serbain", &["serbian"]), + ("Identfy", &["identify"]), + ("Kenyesian", &["keynesian"]), + ("Deatlhy", &["deathly"]), + ("Coprorate", &["corporate"]), + ("Qulity", &["quality"]), + ("Auxiluary", &["auxiliary"]), + ("Cosoling", &["consoling"]), + ("Cliping", &["clipping"]), + ("Repoen", &["reopen"]), + ("Countires", &["countries", "counties"]), + ("Convinences", &["conveniences"]), + ("Dasdot", &["dashdot"]), + ("Independance", &["independence"]), + ("Meaasured", &["measured"]), + ("Fontier", &["frontier"]), + ("Adventurious", &["adventurous"]), + ("Escation", &["escalation"]), + ("Veryfing", &["verifying"]), + ("Debuggs", &["debugs"]), + ("Naybourhoods", &["neighbourhoods"]), + ("Lunatis", &["lunatics"]), + ("Philosophios", &["philosophies"]), + ("Boraches", &["branches"]), + ("Preferaable", &["preferable"]), + ("Orthagonalize", &["orthogonalize"]), + ("Dissobediance", &["disobedience"]), + ("Acordian", &["accordion"]), + ("Subrouties", &["subroutines"]), + ("Suffaces", &["surfaces"]), + ("Preapre", &["prepare"]), + ("Integarted", &["integrated"]), + ("Fidnings", &["findings"]), + ("Descrice", &["describe"]), + ("Symemetric", &["symmetric"]), + ("Conviluted", &["convoluted"]), + ("Upgarded", &["upgraded"]), + ("Diretory", &["directory"]), + ("Pasturises", &["pasteurises"]), + ("Mirrorred", &["mirrored"]), + ("Overlapsing", &["overlapping"]), + ("Preffixed", &["prefixed"]), + ("Maintinance", &["maintenance"]), + ("Direrctors", &["directors"]), + ("Destryoed", &["destroyed"]), + ("Execuse", &["excuse", "execute"]), + ("Unanmious", &["unanimous"]), + ("Achor", &["anchor"]), + ("Clesius", &["celsius"]), + ("Preimums", &["premiums"]), + ("Caf", &["calf"]), + ("Reminsicently", &["reminiscently"]), + ("Biznesses", &["businesses"]), + ("Declations", &["declarations"]), + ("Doiuble", &["double"]), + ("Succeeeded", &["succeeded"]), + ("Annd", &["and"]), + ("Autonegotications", &["autonegotiations"]), + ("Impressin", &["impressions"]), + ("Propectable", &["projectable", "protectable"]), + ("Spammare", &["spammer"]), + ("Transision", &["transition"]), + ("Underdong", &["underdog"]), + ("Garentee", &["guarantee"]), + ("Monopoloy", &["monopoly"]), + ("Outragerous", &["outrageous"]), + ("Construits", &["constructs"]), + ("Approxmation", &["approximation"]), + ("Simulatneously", &["simultaneously"]), + ("Regularis", &["regulars"]), + ("Tranluscent", &["translucent"]), + ("Jurisfiction", &["jurisdiction"]), + ("Returm", &["return"]), + ("Elimates", &["eliminates"]), + ("Deactivetes", &["deactivates"]), + ("Kuberetes", &["kubernetes"]), + ("Sutisfying", &["satisfying"]), + ("Iteartor", &["iterator"]), + ("Resoiurces", &["resources"]), + ("Structrually", &["structurally"]), + ("Austensible", &["ostensible"]), + ("Emoty", &["empty"]), + ("Inconsistenty", &["inconsistency"]), + ("Natvigation", &["navigation"]), + ("Immediantely", &["immediately"]), + ("Selectons", &["selections"]), + ("Allocater", &["allocator"]), + ("Responsibley", &["responsibly"]), + ("Unexcpected", &["unexpected"]), + ("Idividuals", &["individuals"]), + ("Aeriels", &["aerials"]), + ("Spontaenously", &["spontaneously"]), + ("Variatinos", &["variations"]), + ("Cornithians", &["corinthians"]), + ("Intimidad", &["intimidated"]), + ("Privilegied", &["privileged"]), + ("Uprading", &["upgrading"]), + ("Trasnphobic", &["transphobic"]), + ("Exahust", &["exhaust"]), + ("Hesistates", &["hesitates"]), + ("Svae", &["save", "suave"]), + ("Selcetion", &["selection"]), + ("Fourty", &["forty"]), + ("Omisience", &["omniscience"]), + ("Covnertor", &["convertor"]), + ("Imbalences", &["imbalances"]), + ("Alogirhtmic", &["algorithmic"]), + ("Remander", &["remainder"]), + ("Cathredal", &["cathedral"]), + ("Updatwe", &["update"]), + ("Firwmare", &["firmware"]), + ("Hrlping", &["helping"]), + ("Apostrophies", &["apostrophe", "apostrophes"]), + ("Cleanisng", &["cleansing"]), + ("Repsectfully", &["respectfully"]), + ("Inlcluded", &["included"]), + ("Felisatus", &["felicitous"]), + ("Uninitialzed", &["uninitialized"]), + ("Teatotlers", &["teetotalers"]), + ("Invocie", &["invoice"]), + ("Dereferncence", &["dereference"]), + ("Sunconscious", &["subconscious"]), + ("Assmption", &["assumption"]), + ("Vitroil", &["vitriol"]), + ("Sepertator", &["separator"]), + ("Celsuis", &["celsius"]), + ("Bascktrack", &["backtrack"]), + ("Collasion", &["collision"]), + ("Caputres", &["captures"]), + ("Regularlos", &["regulars"]), + ("Adjustements", &["adjustments"]), + ("Stylessheet", &["stylesheet", "stylesheets"]), + ("Analysit", &["analyst"]), + ("Timming", &["timing", "trimming"]), + ("Algotrithm", &["algorithm"]), + ("Iresistable", &["irresistible"]), + ("Underestemate", &["underestimate"]), + ("Multinationella", &["multinational"]), + ("Playtrhough", &["playthrough"]), + ("Fundrasing", &["fundraising"]), + ("Conidtion", &["condition"]), + ("Trustworty", &["trustworthy"]), + ("Disasembler", &["disassembler"]), + ("Inintialization", &["initialization"]), + ("Exponentialy", &["exponentially"]), + ("Cooperacion", &["cooperation"]), + ("Proceesed", &["processed"]), + ("Emphatised", &["emphasised"]), + ("Triky", &["tricky"]), + ("Technicain", &["technician"]), + ("Equippment", &["equipment"]), + ("Redeemeed", &["redeemed"]), + ("Knowlageable", &["knowledgeable"]), + ("Automatcially", &["automatically"]), + ("Monkies", &["monkeys"]), + ("Recipet", &["receipt"]), + ("Ingored", &["ignored"]), + ("Descriptior", &["descriptor"]), + ("Ensuers", &["ensures"]), + ("Sendign", &["sending"]), + ("Kenerls", &["kernels"]), + ("Phanthom", &["phantom"]), + ("Convencion", &["convention"]), + ("Proivded", &["provided"]), + ("Rouding", &["rounding"]), + ("Equilevants", &["equivalents"]), + ("Opinoins", &["opinions"]), + ("Calcluations", &["calculation"]), + ("Patriotics", &["patriotism"]), + ("Cooldows", &["cooldowns"]), + ("Pairocheelly", &["parochially"]), + ("Corinthans", &["corinthians"]), + ("Storate", &["storage"]), + ("Rthe", &["the"]), + ("Thsose", &["those"]), + ("Significante", &["significance"]), + ("Retored", &["restored"]), + ("Equivlalent", &["equivalent"]), + ("Hiden", &["hidden"]), + ("Descrutor", &["destructor"]), + ("Hanles", &["handles"]), + ("Significanty", &["significantly"]), + ("Conterpart", &["counterpart"]), + ("Trals", &["trails", "trials"]), + ("Inetrrupts", &["interrupts"]), + ("Indestructibe", &["indestructible"]), + ("Retet", &["reset", "retest"]), + ("Shortend", &["shortened"]), + ("Enchantmens", &["enchantments"]), + ("Anaylsis", &["analysis"]), + ("Perminantly", &["permanently"]), + ("Satisifies", &["satisfies"]), + ("Positionly", &["positional"]), + ("Durning", &["during"]), + ("Oen", &["one"]), + ("Outskirters", &["outskirts"]), + ("Ressemblance", &["resemblance"]), + ("Attements", &["attempts"]), + ("Wishpered", &["whispered"]), + ("Pytnon", &["python"]), + ("Encriptions", &["encryptions"]), + ("Downgradingn", &["downgrading"]), + ("Draculla", &["dracula"]), + ("Experimdnt", &["experiment"]), + ("Vampiers", &["vampires"]), + ("Horizonatal", &["horizontal"]), + ("Extrapole", &["extrapolate"]), + ("Definitifely", &["definitively"]), + ("Behvaior", &["behavior"]), + ("Jailbroaken", &["jailbroken"]), + ("Woudlve", &["wouldve"]), + ("Interferens", &["interferes"]), + ("Siezable", &["sizable"]), + ("Capabiity", &["capability"]), + ("Maintiain", &["maintain"]), + ("Assamble", &["assemble"]), + ("Evailable", &["available"]), + ("Graudates", &["graduates"]), + ("Harasment", &["harassment"]), + ("Ssudo", &["sudo"]), + ("Downgarted", &["downgraded"]), + ("Ouput", &["output"]), + ("Hrlps", &["helps"]), + ("Reverible", &["reversible"]), + ("Initally", &["initially"]), + ("Tranmsission", &["transmissions"]), + ("Specifcally", &["specifically"]), + ("Revolutionar", &["revolutionary"]), + ("Crucibe", &["crucible"]), + ("Envoking", &["invoking", "evoking"]), + ("Deductie", &["deductible"]), + ("Perfered", &["preferred"]), + ("Untraind", &["untrained"]), + ("Catholicsim", &["catholicism"]), + ("Servies", &["services"]), + ("Disadvatanges", &["disadvantages"]), + ("Shiftd", &["shifted", "shifts"]), + ("Claring", &["clearing"]), + ("Unnessesarily", &["unnecessarily"]), + ("Conersion", &["conversion"]), + ("Experimentul", &["experimental"]), + ("Fortunae", &["fortune"]), + ("Languaje", &["language"]), + ("Recrusevly", &["recursively"]), + ("Turnning", &["turning"]), + ("Ecxited", &["excited"]), + ("Stuggle", &["struggle"]), + ("Assocciation", &["association"]), + ("Trainigs", &["training"]), + ("Execurable", &["executable"]), + ("Mangment", &["management"]), + ("Istance", &["instance"]), + ("Reconizing", &["recognizing"]), + ("Subscibers", &["subscribers"]), + ("Mentaly", &["mentally"]), + ("Electrolites", &["electrolytes"]), + ("Indiginous", &["indigenous"]), + ("Scoreborad", &["scoreboard"]), + ("Ptichers", &["pitchers"]), + ("Nuerons", &["neurons"]), + ("Angshusly", &["anxiously"]), + ("Extraordianry", &["extraordinary"]), + ("Secretery", &["secretary"]), + ("Shtoping", &["stopping", "shopping"]), + ("Registser", &["register"]), + ("Industrialzed", &["industrialized"]), + ("Collaboratoin", &["collaboration"]), + ("Diagonsed", &["diagnosed"]), + ("Moisterizing", &["moisturizing"]), + ("Posible", &["possible"]), + ("Maestries", &["masteries"]), + ("Wioth", &["with"]), + ("Folowwer", &["follower"]), + ("Atheistical", &["atheistic"]), + ("Incompatabilities", &["incompatibilities"]), + ("Coneninet", &["convenient"]), + ("Comparism", &["comparison"]), + ("Beligan", &["belgian"]), + ("Somethigns", &["somethings"]), + ("Inflatie", &["inflate"]), + ("Subtaks", &["subtask", "subtasks"]), + ("Sperate", &["separate"]), + ("Responsiblty", &["responsibly"]), + ("Yorkshie", &["yorkshire"]), + ("Powerlfiting", &["powerlifting"]), + ("Attept", &["attempt"]), + ("Exoressuin", &["expression"]), + ("Carmonies", &["ceremonies"]), + ("Acheive", &["achieve"]), + ("Jusitification", &["justification"]), + ("Independedly", &["independently"]), + ("Accound", &["account"]), + ("Denominaron", &["denominator"]), + ("Fartherest", &["furthest"]), + ("Follewiong", &["following"]), + ("Comrpession", &["compression"]), + ("Appreteate", &["appreciate"]), + ("Resurced", &["resourced"]), + ("Tetxure", &["texture"]), + ("Inclinato", &["inclination"]), + ("Consciencious", &["conscientious"]), + ("Preculdes", &["precludes"]), + ("Antripanewers", &["entrepreneurs"]), + ("Opacy", &["opacity"]), + ("Dispostion", &["disposition"]), + ("Uninfromed", &["uninformed", "uniformed"]), + ("Organizatons", &["organizations"]), + ("Waths", &["whats", "watches"]), + ("Reakpoint", &["breakpoint"]), + ("Recreatie", &["recreate"]), + ("Intializtion", &["initialization"]), + ("Techticians", &["technicians"]), + ("Mapp", &["map"]), + ("Statment", &["statement"]), + ("Instanciations", &["instantiations"]), + ("Persistente", &["persistence"]), + ("Allacritty", &["alacritty"]), + ("Victemizes", &["victimizes"]), + ("Treutned", &["returned"]), + ("Depdendants", &["dependants"]), + ("Medeterranean", &["mediterranean"]), + ("Acused", &["accused"]), + ("Undocomented", &["undocumented"]), + ("Breshes", &["brushes"]), + ("Perspecitves", &["perspectives"]), + ("Simialrly", &["similarly"]), + ("Seperatism", &["separatism"]), + ("Bookmar", &["bookmark"]), + ("Volounteers", &["volunteers"]), + ("Indipendently", &["independently"]), + ("Contridicts", &["contradicts"]), + ("Paralleles", &["parallels"]), + ("Succesfuly", &["successfully"]), + ("Illegaly", &["illegally"]), + ("Prevalecen", &["prevalence"]), + ("Calculater", &["calculator"]), + ("Utitled", &["untitled"]), + ("Dereferncing", &["dereferencing"]), + ("Registerin", &["registering"]), + ("Unspeficilleid", &["unspecified"]), + ("Decomissioned", &["decommissioned"]), + ("Spliting", &["splitting"]), + ("Beuraucrats", &["bureaucrats"]), + ("Fomrated", &["formatted"]), + ("Vetoring", &["vectoring", "vetoing"]), + ("Recconeted", &["reconnected"]), + ("Abailable", &["available"]), + ("Activtion", &["activation"]), + ("Intiailising", &["initialising"]), + ("Hemmorhaged", &["hemorrhaged"]), + ("Strawburries", &["strawberries"]), + ("Vulbearabule", &["vulnerable"]), + ("Animets", &["animates"]), + ("Transgenered", &["transgendered"]), + ("Rumuors", &["rumors"]), + ("Otherways", &["otherwise"]), + ("Exceprts", &["excerpts"]), + ("Temperarure", &["temperature"]), + ("Signficant", &["significant"]), + ("Optimzation", &["optimization"]), + ("Interlectual", &["intellectual"]), + ("Popualtion", &["populations"]), + ("Algorithem", &["algorithm"]), + ("Uncler", &["uncle", "unclear", "uncles"]), + ("Olymipcs", &["olympics"]), + ("Arrangts", &["arrangements"]), + ("Imporved", &["improved"]), + ("Steadilly", &["steadily"]), + ("Bector", &["vector"]), + ("Retireve", &["retrieve"]), + ("Republicon", &["republican"]), + ("Negotion", &["negotiation"]), + ("Unhilighted", &["unhighlighted"]), + ("Unhealthly", &["unhealthy"]), + ("Administraively", &["administratively"]), + ("Supplie", &["supplied", "supplier", "supply"]), + ("Coexsitence", &["coexistence"]), + ("Invinsible", &["invincible"]), + ("Asthetics", &["aesthetics"]), + ("Unleess", &["unleash", "unless"]), + ("Neglacting", &["neglecting"]), + ("Triumpth", &["triumph"]), + ("Arithetic", &["arithmetic"]), + ("Cjanges", &["changes"]), + ("Lebanesse", &["lebanese"]), + ("Eextraction", &["extraction"]), + ("Spoacing", &["spacing"]), + ("Aplikays", &["appliqués"]), + ("Unresovled", &["unresolved"]), + ("Samled", &["sampled"]), + ("Humanoind", &["humanoid"]), + ("Fidn", &["find"]), + ("Officianados", &["aficionados"]), + ("Libraaries", &["libraries"]), + ("Zimbawbe", &["zimbabwe"]), + ("Compatabile", &["compatible"]), + ("Ot", &["to", "of", "or", "not"]), + ("Neightobrhoods", &["neighborhoods"]), + ("Implemeting", &["implementing"]), + ("Relocaton", &["relocation"]), + ("Wireframws", &["wireframes"]), + ("Grandient", &["gradient"]), + ("Parellel", &["parallel"]), + ("Cailbre", &["calibre"]), + ("Ser", &["set"]), + ("Offsetes", &["offsets"]), + ("Mchanics", &["mechanics"]), + ("Mehtod", &["method"]), + ("Discrepance", &["discrepancy"]), + ("Strored", &["stored"]), + ("Ommited", &["omitted"]), + ("Headders", &["headers"]), + ("Recongizes", &["recognizes"]), + ("Redmeption", &["redemption"]), + ("Incrfemental", &["incremental"]), + ("Movied", &["moved", "movie"]), + ("Contaienr", &["container"]), + ("Assosiation", &["association"]), + ("Dicided", &["decided"]), + ("Expited", &["expedited", "expired"]), + ("Illustator", &["illustrator"]), + ("Industriel", &["industrial"]), + ("Aplicable", &["applicable"]), + ("Lugages", &["luggage"]), + ("Simeple", &["simple"]), + ("Simptumaticaly", &["symptomatically"]), + ("Invalidante", &["invalidate"]), + ("Segway", &["segue"]), + ("Downvore", &["downvoters"]), + ("Firefigther", &["firefighters"]), + ("Skpetic", &["skeptic"]), + ("Determinitic", &["deterministic"]), + ("Bangquits", &["banquets"]), + ("Procurment", &["procurement"]), + ("Thisle", &["thistle"]), + ("Ukrianian", &["ukrainian"]), + ("Commnt", &["comment"]), + ("Requred", &["required"]), + ("Journalisters", &["journalists"]), + ("Sufficit", &["sufficient"]), + ("Themseleves", &["themselves"]), + ("Firghtened", &["frightened"]), + ("Avcoids", &["avoids"]), + ("Sturggling", &["struggling"]), + ("Identation", &["indentation"]), + ("Wholeheartdly", &["wholeheartedly"]), + ("Pozitive", &["positive"]), + ("Paramterless", &["parameterless"]), + ("Propertu", &["property"]), + ("Professorn", &["profession"]), + ("Milliscond", &["millisecond"]), + ("Seperatly", &["separately"]), + ("Disabing", &["disabling"]), + ("Immitating", &["imitating"]), + ("Serialsiation", &["serialisation"]), + ("Reaktivate", &["reactivate"]), + ("Snowballls", &["snowballs"]), + ("Uncatalogued", &["uncataloged"]), + ("Destroyes", &["destroys"]), + ("Subnegothiations", &["subnegotiations"]), + ("Detroying", &["destroying"]), + ("Algorhtm", &["algorithm"]), + ("Discconeecting", &["disconnecting"]), + ("Elction", &["election"]), + ("Eegerly", &["eagerly"]), + ("Instertion", &["insertion"]), + ("Experinementers", &["experimenters"]), + ("Ameeliarates", &["ameliorates"]), + ("Vacinates", &["vaccinates"]), + ("Scuccesses", &["successes"]), + ("Spported", &["supported"]), + ("Cracefully", &["gracefully"]), + ("Partols", &["patrols"]), + ("Rute", &["brute", "route", "rule"]), + ("Mechanincs", &["mechanic"]), + ("Karoake", &["karaoke"]), + ("Iraninas", &["iranians"]), + ("Gatherig", &["gatherings", "gathering"]), + ("Incliding", &["including"]), + ("Segragated", &["segregated"]), + ("Instealled", &["installed"]), + ("Efficieny", &["efficiency", "efficiently"]), + ("Incoropates", &["incorporates"]), + ("Catalgoue", &["catalogue"]), + ("Buddisht", &["buddhist"]), + ("Trickyer", &["trickery"]), + ("Documetn", &["document"]), + ("Eastwoord", &["eastwood"]), + ("Biologicaly", &["biologically"]), + ("Unsubscritpitons", &["unsubscriptions"]), + ("Vegetarien", &["vegetarian"]), + ("Backgrond", &["background"]), + ("Highst", &["highest"]), + ("Sytle", &["style"]), + ("Cutscences", &["cutscene"]), + ("Preorderes", &["preorders"]), + ("Comapletion", &["completion"]), + ("Kubernests", &["kubernetes"]), + ("Minneapols", &["minneapolis"]), + ("Elment", &["element"]), + ("Facilites", &["facilities"]), + ("Reviewsectio", &["reviewsection"]), + ("Cheksum", &["checksum"]), + ("Serializatioin", &["serialization"]), + ("Engeneers", &["engineers"]), + ("Landscspe", &["landscapes"]), + ("Monumnet", &["monument"]), + ("Deduplation", &["deduplication"]), + ("Benifitial", &["beneficial"]), + ("Malasyian", &["malaysian"]), + ("Ejaculatin", &["ejaculation"]), + ("Popluations", &["populations"]), + ("Doubletquote", &["doublequote"]), + ("Dropabel", &["droppable"]), + ("Otains", &["obtains"]), + ("Perford", &["performed"]), + ("Confidense", &["confidence"]), + ("Stauration", &["saturation"]), + ("Unattendend", &["unattended"]), + ("Firmwart", &["firmware"]), + ("Feeback", &["feedback"]), + ("Dispalyed", &["displayed"]), + ("Declaraton", &["declaration"]), + ("Licemse", &["license"]), + ("Guage", &["gage"]), + ("Correlatas", &["correlates"]), + ("Whell", &["wheel", "well"]), + ("Pumkpins", &["pumpkins"]), + ("Synposis", &["synopsis"]), + ("Varations", &["variations"]), + ("Adminastrator", &["administrator"]), + ("Intelligenly", &["intelligently"]), + ("Limti", &["limit"]), + ("Standartisation", &["standardisation"]), + ("Ponit", &["point"]), + ("Piolting", &["piloting"]), + ("Aggree", &["agree"]), + ("Exculsively", &["exclusively"]), + ("Recommd", &["recommend"]), + ("Pretene", &["pretense"]), + ("Merucry", &["mercury"]), + ("Gaurantees", &["guarantees"]), + ("Gerenations", &["generations"]), + ("Puplarity", &["popularity"]), + ("Transistions", &["transitions"]), + ("Traveld", &["traveled"]), + ("Conflcting", &["conflating"]), + ("Misdemenors", &["misdemeanors"]), + ("Dissapates", &["dissipates"]), + ("Getoe", &["ghetto"]), + ("Humiliatin", &["humiliation"]), + ("Untoched", &["untouched"]), + ("Workaorunds", &["workarounds"]), + ("Filelds", &["fields"]), + ("Transitionned", &["transitioned"]), + ("Referede", &["referee"]), + ("Ignorning", &["ignoring"]), + ("Instaling", &["installing"]), + ("Teamplates", &["templates"]), + ("Guerrilas", &["guerrillas"]), + ("Categorie", &["category", "categories"]), + ("Organziational", &["organizational"]), + ("Suspecious", &["suspicious"]), + ("Caperbility", &["capability"]), + ("Declard", &["declared"]), + ("Unsccessful", &["unsuccessful"]), + ("Entensions", &["extensions"]), + ("Interlectuals", &["intellectuals"]), + ("Simlarly", &["similarly"]), + ("Sucesscient", &["sufficient"]), + ("Envioronment", &["environment"]), + ("Contradiciton", &["contradiction"]), + ("Phenonemon", &["phenomenon"]), + ("Traspositions", &["transpositions"]), + ("Subtiel", &["subtitle"]), + ("Requenst", &["request", "requests"]), + ("Squadroon", &["squadron"]), + ("Srbg", &["srgb"]), + ("Acknoledge", &["acknowledge"]), + ("Chrashing", &["crashing", "thrashing", "trashing"]), + ("Derogatery", &["derogatory"]), + ("Repaires", &["repairs"]), + ("Pompay", &["pompeii"]), + ("Subtring", &["substring"]), + ("Mentiond", &["mentioned"]), + ("Droped", &["dropped"]), + ("Bitwiedh", &["bitwidth"]), + ("Tunelling", &["tunnelling"]), + ("Preferencfes", &["preferences"]), + ("Cameleon", &["chameleon"]), + ("Capacitores", &["capacitors"]), + ("Sampels", &["samples"]), + ("Matresses", &["mattresses"]), + ("Udnercut", &["undercut"]), + ("Ortogonalization", &["orthogonalization"]), + ("Politiicans", &["politician"]), + ("Thunderbots", &["thunderbolt"]), + ("Hipothetical", &["hypothetical"]), + ("Corrolation", &["correlation"]), + ("Assignalble", &["assignable"]), + ("Mechansims", &["mechanisms"]), + ("Unconsciouslly", &["unconsciously"]), + ("Vehemontly", &["vehemently"]), + ("Functiionality", &["functionality"]), + ("Carmalite", &["carmelite"]), + ("Infininte", &["infinite"]), + ("Guarnteed", &["guaranteed"]), + ("Distates", &["distaste"]), + ("Physisict", &["physicist"]), + ("Balconey", &["balcony"]), + ("Riendeer", &["reindeer"]), + ("Contirbution", &["contribution"]), + ("Metaphisical", &["metaphysical"]), + ("Oridinarily", &["ordinarily"]), + ("Anteena", &["antenna"]), + ("Reputposes", &["repurposes"]), + ("Meaningfull", &["meaningful"]), + ("Currentlys", &["currents"]), + ("Tepmorarily", &["temporarily"]), + ("Domiance", &["dominance"]), + ("Propperty", &["property"]), + ("Assumnes", &["assumes"]), + ("Electon", &["election", "electron"]), + ("Remeber", &["remember"]), + ("Thow", &["throw", "tow"]), + ("Correctoins", &["corrections"]), + ("Generte", &["generate"]), + ("Sarinomy", &["ceremony"]), + ("Limmits", &["limits"]), + ("Declerations", &["declarations"]), + ("Gogether", &["together"]), + ("Deductables", &["deductibles"]), + ("Navigtion", &["navigation"]), + ("Upgradding", &["upgrading"]), + ("Louisianna", &["louisiana"]), + ("Govoners", &["governors"]), + ("Hydraluic", &["hydraulic"]), + ("Commutating", &["commuting"]), + ("Retrvievers", &["retrievers"]), + ("Arealdy", &["already"]), + ("Humidiy", &["humidity"]), + ("Afficionado", &["aficionado"]), + ("Descovered", &["discovered"]), + ("Procederal", &["procedural"]), + ("Adminsitered", &["administered"]), + ("Antiboitic", &["antibiotics"]), + ("Necesarry", &["necessary"]), + ("Expermenetel", &["experimental"]), + ("Expeiences", &["experiences"]), + ("Orignally", &["originally"]), + ("Isarelis", &["israelis"]), + ("Cirumflex", &["circumflex"]), + ("Aproval", &["approval"]), + ("Colonge", &["cologne"]), + ("Ammends", &["amends"]), + ("Fasion", &["fashion"]), + ("Remenissently", &["reminiscently"]), + ("Cgywin", &["cygwin"]), + ("Obliderated", &["obliterated"]), + ("Contradicitons", &["contradictions"]), + ("Exectured", &["executed"]), + ("Unbeliebable", &["unbelievable"]), + ("Simptumaticlly", &["symptomatically"]), + ("Denominationals", &["denominations"]), + ("Instralling", &["installing"]), + ("Offerred", &["offered"]), + ("Glpyhs", &["glyphs"]), + ("Incoherance", &["incoherence"]), + ("Weired", &["weird"]), + ("Recongize", &["recognize"]), + ("Righmost", &["rightmost"]), + ("Distribue", &["distributed", "distribute"]), + ("Nationalite", &["nationalist"]), + ("Certanity", &["certainty"]), + ("Socialistisk", &["socialists"]), + ("Backlghting", &["backlighting"]), + ("Ovelap", &["overlap"]), + ("Expestedly", &["expectedly"]), + ("Remainining", &["remaining"]), + ("Allocatedi", &["allocated"]), + ("Satements", &["statements"]), + ("Damanges", &["damages"]), + ("Containters", &["containers"]), + ("Nutreints", &["nutrients"]), + ("Inferir", &["inferior"]), + ("Supremasist", &["supremacist"]), + ("Acopalypse", &["apocalypse"]), + ("Extesnion", &["extension"]), + ("Widgetas", &["widgets"]), + ("Prision", &["prison"]), + ("Selcted", &["selected"]), + ("Concievable", &["conceivable"]), + ("Predection", &["prediction"]), + ("Unmaximice", &["unmaximize"]), + ("Participare", &["participate"]), + ("Inusrgency", &["insurgency"]), + ("Attrbution", &["attribution"]), + ("Devconainer", &["devcontainer"]), + ("Hexadeimcal", &["hexadecimal"]), + ("Mounpoint", &["mountpoint"]), + ("Pyschologists", &["psychologists"]), + ("Deserialzies", &["deserializes"]), + ("Diganosis", &["diagnosis"]), + ("Yeild", &["yield"]), + ("Moddifications", &["modifications"]), + ("Warinings", &["warnings"]), + ("Rertieve", &["retrieve"]), + ("Tungs", &["tongues"]), + ("Posibly", &["possibly"]), + ("Prmopting", &["prompting"]), + ("Interactuable", &["interactive"]), + ("Allong", &["along"]), + ("Rqeuested", &["requested"]), + ("Vulbearbuility", &["vulnerability"]), + ("Proyects", &["projects", "protects"]), + ("Compaines", &["companies"]), + ("Unaccessable", &["inaccessible"]), + ("Walkalbe", &["walkable"]), + ("Humilitaing", &["humiliating"]), + ("Conpleting", &["completing"]), + ("Enevlope", &["envelope"]), + ("Hellow", &["hello"]), + ("Regeister", &["register"]), + ("Originary", &["originally"]), + ("Tequilia", &["tequila"]), + ("Returen", &["return"]), + ("Candiate", &["candidate"]), + ("Insersects", &["intersects"]), + ("Sentaors", &["senators"]), + ("Prediously", &["previously"]), + ("Wieth", &["width"]), + ("Onef", &["one"]), + ("Thruogh", &["through"]), + ("Gurantees", &["guarantees"]), + ("Spicify", &["specify"]), + ("Canoncial", &["canonical"]), + ("Banched", &["branched", "benched"]), + ("Doucheus", &["douches"]), + ("Garabge", &["garbage"]), + ("Implamented", &["implemented"]), + ("Noctrune", &["nocturne"]), + ("Corrruption", &["corruption"]), + ("Suppres", &["suppress"]), + ("Reconstuction", &["reconstruction"]), + ("Biologiskt", &["biologist"]), + ("Multiplayr", &["multiply"]), + ("Thaughts", &["thoughts"]), + ("Casues", &["causes"]), + ("Insanley", &["insanely"]), + ("Snapsnots", &["snapshots"]), + ("Udo", &["ado", "judo", "sudo", "udon", "ufo", "undo"]), + ("Spefiiers", &["specifiers"]), + ("Cmmands", &["commands"]), + ("Simultanious", &["simultaneous"]), + ("Unopend", &["unopened"]), + ("Simpliest", &["simplest"]), + ("Fornater", &["formatter"]), + ("Initiialize", &["initialize"]), + ("Worthwile", &["worthwhile"]), + ("Progamming", &["programming"]), + ("Overtunned", &["overturned"]), + ("Represet", &["represents", "represent"]), + ("Austrailian", &["australian"]), + ("Booee", &["buoy"]), + ("Dcumenting", &["documenting"]), + ("Detaulting", &["defaulting"]), + ("Actualpy", &["actually"]), + ("Clousre", &["closure"]), + ("Methoden", &["methods"]), + ("Accomodation", &["accommodation"]), + ("Modlues", &["modules"]), + ("Penisula", &["peninsula"]), + ("Acheivments", &["achievements"]), + ("Unresgisters", &["unregisters"]), + ("Comnnected", &["connected"]), + ("Accidenlty", &["accidentally"]), + ("Vertification", &["certification", "verification"]), + ("Dissapeard", &["disappeared"]), + ("Openned", &["opened"]), + ("Arrangaeble", &["arrangeable"]), + ("Taligate", &["tailgate"]), + ("Convigure", &["configure"]), + ("Sylinders", &["cylinders"]), + ("Experimers", &["experimenters"]), + ("Soruces", &["sources", "spruces"]), + ("Volunatry", &["voluntary"]), + ("Protestantisk", &["protestants"]), + ("Meeitng", &["meeting"]), + ("Deconstrcutor", &["deconstructor"]), + ("Terific", &["terrific"]), + ("Irresponsbile", &["irresponsible"]), + ("Harrange", &["arrange", "harangue"]), + ("Neighbrohood", &["neighborhoods"]), + ("Impcated", &["impacted"]), + ("Betweend", &["between"]), + ("Reander", &["render"]), + ("Transconders", &["transcoders"]), + ("Liberterianism", &["libertarianism"]), + ("Brached", &["branched", "breached"]), + ("Compaible", &["compatible"]), + ("Igorned", &["ignored"]), + ("Massacrare", &["massacre"]), + ("Checkkout", &["checkout"]), + ("Workaound", &["workaround"]), + ("Melinneum", &["millennium"]), + ("Degarded", &["degraded"]), + ("Terriffic", &["terrific"]), + ("Pedohpile", &["pedophile"]), + ("Utopain", &["utopian"]), + ("Omishiences", &["omnisciences"]), + ("Suppresed", &["suppressed"]), + ("Florecen", &["florence"]), + ("Eligiblity", &["eligibility"]), + ("Coordenate", &["coordinate"]), + ("Inserstor", &["inserter"]), + ("Replaints", &["repaints"]), + ("Approvel", &["approval"]), + ("Buissiness", &["business"]), + ("Temorarily", &["temporarily"]), + ("Percantage", &["percentage"]), + ("Provisios", &["provisions"]), + ("Succcessful", &["successful"]), + ("Convergance", &["convergence"]), + ("Paramterizes", &["parameterizes"]), + ("Definte", &["definite", "define"]), + ("Subnegotitaions", &["subnegotiations"]), + ("Exceding", &["exceeding"]), + ("Attepmpt", &["attempt"]), + ("Interpolar", &["interpolator"]), + ("Peculure", &["peculiar"]), + ("Morgage", &["mortgage"]), + ("Disgareement", &["disagreements"]), + ("Interationalists", &["internationalists"]), + ("Locaitions", &["locations"]), + ("Definnition", &["definition"]), + ("Geenration", &["generation"]), + ("Transplain", &["transplant"]), + ("Monopolets", &["monopolies"]), + ("Diasbling", &["disabling"]), + ("Oprhaned", &["orphaned"]), + ("Descripter", &["descriptor"]), + ("Offically", &["officially"]), + ("Leaneantly", &["leniently"]), + ("Triggerring", &["triggering"]), + ("Perpetutate", &["perpetuate"]), + ("Contensious", &["contentious"]), + ("Successefully", &["successfully"]), + ("Emotionella", &["emotionally"]), + ("Sav", &["save"]), + ("Pilgramig", &["pilgrimage"]), + ("Kackie", &["khaki"]), + ("Translatoin", &["translation"]), + ("Unreigister", &["unregister"]), + ("Spefifiers", &["specifiers"]), + ("Physicallity", &["physically"]), + ("Homless", &["homeless"]), + ("Implemenetaions", &["implementations"]), + ("Oredred", &["ordered"]), + ("Presenece", &["presence"]), + ("Cliboards", &["clipboards"]), + ("Cosnumer", &["consumer"]), + ("Identite", &["identities"]), + ("Dupplicate", &["duplicate"]), + ("Certifiating", &["certificating"]), + ("Discouranged", &["discouraged"]), + ("Oultiner", &["outliner"]), + ("Alteast", &["atleast"]), + ("Searcheable", &["searchable"]), + ("Gettetx", &["gettext"]), + ("Operaands", &["operands"]), + ("Foundatoin", &["foundations"]), + ("Excercising", &["exercising"]), + ("Unspefixifed", &["unspecified"]), + ("Immerisve", &["immersive"]), + ("Expectantcy", &["expectancy"]), + ("Contener", &["container"]), + ("Redistribuito", &["redistribution"]), + ("Randazyvoos", &["rendezvous"]), + ("Waktins", &["watkins"]), + ("Suprisd", &["surprised"]), + ("Insenstive", &["insensitive"]), + ("Perssiuosly", &["preciously"]), + ("Blanced", &["balanced", "glanced", "lanced"]), + ("Popuplate", &["populate"]), + ("Triscadecafobia", &["triskaidekaphobia"]), + ("Uknowns", &["unknowns"]), + ("Developping", &["developing"]), + ("Beccause", &["because"]), + ("Extensios", &["extensions"]), + ("Encrption", &["encryption"]), + ("Frankenstain", &["frankenstein"]), + ("Interseted", &["interested"]), + ("Viatnamese", &["vietnamese"]), + ("Exersiced", &["exercised"]), + ("Forrset", &["forrest"]), + ("Accociation", &["association"]), + ("Assemalating", &["assimilating"]), + ("Fomr", &["from", "form"]), + ("Nortification", &["notification"]), + ("Cercomstantial", &["circumstantial"]), + ("Transphonic", &["transphobic"]), + ("Emited", &["emitted"]), + ("Expectansy", &["expectancy"]), + ("Poistions", &["positions"]), + ("Prophacies", &["prophecies"]), + ("Implaments", &["implements"]), + ("Quadrapeds", &["quadrupeds"]), + ("Magintude", &["magnitude"]), + ("Corrrection", &["correction"]), + ("Subjektive", &["subjective"]), + ("Negotiatiing", &["negotiating"]), + ("Inidication", &["indication"]), + ("Introduciton", &["introduction"]), + ("Scuptures", &["sculptures"]), + ("Octects", &["octets"]), + ("Asynchrounous", &["asynchronous"]), + ("Compatibily", &["compatibility"]), + ("Autonegoptionsotiations", &["autonegotiations"]), + ("Beigin", &["begin"]), + ("Longst", &["longest"]), + ("Intrensically", &["intrinsically"]), + ("Possibities", &["possibilities"]), + ("Commmitting", &["committing"]), + ("Bebefore", &["before"]), + ("Governmet", &["governments"]), + ("Menthods", &["methods"]), + ("Perference", &["preference"]), + ("Unconditianaly", &["unconditionally"]), + ("Woulndt", &["wouldnt"]), + ("Neurologial", &["neurological"]), + ("Anlyzed", &["analyzed"]), + ("Calculs", &["calculus"]), + ("Lefted", &["left"]), + ("Curteus", &["courteous"]), + ("Celebratings", &["celebrations"]), + ("Ligths", &["lights"]), + ("Popolated", &["populated"]), + ("Burried", &["buried"]), + ("Protiens", &["proteins"]), + ("Revolutinary", &["revolutionary"]), + ("Percintile", &["percentile"]), + ("Refinmenet", &["refinement"]), + ("Expept", &["expect", "except"]), + ("Orlenas", &["orleans"]), + ("Falshes", &["flashes"]), + ("Paradiggum", &["paradigm"]), + ("Libertariansm", &["libertarianism"]), + ("Redistrubition", &["redistribution"]), + ("Intermediare", &["intermediate"]), + ("Crytsal", &["crystal"]), + ("Chihauhua", &["chihuahua"]), + ("Renegoptionsotiators", &["renegotiators"]), + ("Highschol", &["highschool"]), + ("Telocom", &["telecom"]), + ("Speficitically", &["specifically"]), + ("Transperent", &["transparent"]), + ("Sequecence", &["sequence"]), + ("Strorage", &["storage"]), + ("Mcreggor", &["mcgregor"]), + ("Urkainian", &["ukrainian"]), + ("Eanable", &["enable"]), + ("Elliminate", &["eliminate"]), + ("Lenoard", &["leonard"]), + ("Enegery", &["energy"]), + ("Conecct", &["connect"]), + ("Grapic", &["graphic"]), + ("Notificatons", &["notifications"]), + ("Negotionator", &["negotiator"]), + ("Xeonphobia", &["xenophobia"]), + ("Vektors", &["vectors"]), + ("Programas", &["programs"]), + ("Aloable", &["allowable", "available"]), + ("Achives", &["achieves", "archives"]), + ("Decendent", &["descendent"]), + ("Strucurs", &["structures"]), + ("Materils", &["materials"]), + ("Transfromate", &["transform", "transformed"]), + ("Datection", &["detection"]), + ("Trasposing", &["transposing"]), + ("Servcies", &["services"]), + ("Garbadge", &["garbage"]), + ("Incorprates", &["incorporates"]), + ("Buisness", &["business"]), + ("Unknowun", &["unknown"]), + ("Basicly", &["basically"]), + ("Lecteurs", &["lectures"]), + ("Inconsistecy", &["inconsistency"]), + ("Misogynisitic", &["misogynistic"]), + ("Transmorfers", &["transformer"]), + ("Enviorenments", &["environments"]), + ("Chamnge", &["change"]), + ("Nadly", &["badly"]), + ("Theier", &["their"]), + ("Invalidades", &["invalidates"]), + ("Geneological", &["genealogical"]), + ("Accomondation", &["accommodation"]), + ("Picthforks", &["pitchforks"]), + ("Acheeve", &["achieve"]), + ("Burssels", &["brussels"]), + ("Theyr", &["their", "there"]), + ("Shortcommings", &["shortcomings"]), + ("Satisfaccion", &["satisfaction"]), + ("Shilouette", &["silhouette"]), + ("Diaabled", &["disabled"]), + ("Peformance", &["performance"]), + ("Disasssembler", &["disassembler"]), + ("Confiuration", &["configuration"]), + ("Horishima", &["hiroshima"]), + ("Triguered", &["triggered"]), + ("Freesytle", &["freestyle"]), + ("Physcologist", &["psychologist"]), + ("Paralely", &["parallelly"]), + ("Utilizization", &["utilization"]), + ("Benifical", &["beneficial"]), + ("Authentificated", &["authenticated"]), + ("Explanitary", &["explanatory"]), + ("Utimate", &["ultimate"]), + ("Quielty", &["quietly"]), + ("Clarskon", &["clarkson"]), + ("Eveluated", &["evaluated"]), + ("Mergging", &["merging"]), + ("Exlpoit", &["exploit"]), + ("Procrastiantion", &["procrastination"]), + ("Uncertainy", &["uncertainty"]), + ("Definettly", &["definitely"]), + ("Bahaving", &["behaving"]), + ("Agancies", &["agencies"]), + ("Exploting", &["exploiting", "exploring"]), + ("Manufactored", &["manufactured"]), + ("Precendent", &["precedent"]), + ("Expewrimenters", &["experimenters"]), + ("Wishlsit", &["wishlist"]), + ("Calcable", &["calculable"]), + ("Neested", &["nested"]), + ("Topoplogies", &["topologies"]), + ("Chiop", &["chip", "chop"]), + ("Bureuacrats", &["bureaucrats"]), + ("Avoinds", &["avoids"]), + ("Intracacies", &["intricacies"]), + ("Innovaiton", &["innovations"]), + ("Technics", &["techniques"]), + ("Oveflowing", &["overflowing"]), + ("Calescing", &["coalescing"]), + ("Battey", &["battery"]), + ("Pyschiatrists", &["psychiatrists"]), + ("Accomplishemnt", &["accomplishment"]), + ("Foreignors", &["foreigners"]), + ("Captiol", &["capitol"]), + ("Elelement", &["element"]), + ("Butterfiles", &["butterflies"]), + ("Engineerd", &["engineered"]), + ("Kinteic", &["kinetic"]), + ("Santurom", &["santorum"]), + ("Ameelarated", &["ameliorated"]), + ("Coalscece", &["coalescence"]), + ("Unregulared", &["unregulated"]), + ("Syntaks", &["syntax"]), + ("Trasfers", &["transfers"]), + ("Appraoching", &["approaching"]), + ("Warninigs", &["warnings"]), + ("Geometrc", &["geometric", "geometry"]), + ("Enthuisast", &["enthusiasts"]), + ("Interveiws", &["interviews"]), + ("Rearrane", &["rearrange"]), + ("Illustrare", &["illustrate"]), + ("Difficulte", &["difficulties"]), + ("Coneting", &["connecting"]), + ("Penaltis", &["penalties"]), + ("Fprmat", &["format"]), + ("Combinded", &["combined"]), + ("Prooduct", &["product"]), + ("Ultamite", &["ultimate"]), + ("Inprovements", &["improvements"]), + ("Intolerence", &["intolerance"]), + ("Hyperoble", &["hyperbole"]), + ("Spefices", &["specifies"]), + ("Everwhere", &["everywhere"]), + ("Categoriezed", &["categorized"]), + ("Flawlessley", &["flawlessly"]), + ("Whithout", &["without"]), + ("Generacional", &["generational"]), + ("Downstiars", &["downstairs"]), + ("Shepard", &["shepherd"]), + ("Inquistior", &["inquisitor"]), + ("Virtualisaiton", &["virtualisation"]), + ("Adequatedly", &["adequately"]), + ("Disussed", &["discussed"]), + ("Canoncal", &["canonical"]), + ("Exsistence", &["existence"]), + ("Platoe", &["plateau"]), + ("Autocmplete", &["autocomplete"]), + ("Propriatory", &["proprietary"]), + ("Retroactivelly", &["retroactively"]), + ("Unintialsied", &["uninitialised"]), + ("Patameter", &["parameter"]), + ("Deactiving", &["deactivating"]), + ("Createn", &["creatine"]), + ("Souvinears", &["souvenirs"]), + ("Supected", &["suspected"]), + ("Specialy", &["specially"]), + ("Autocorrext", &["autocorrect"]), + ("Theresholds", &["thresholds"]), + ("Parseing", &["parsing"]), + ("Factorys", &["factors", "factories"]), + ("Sybsystems", &["subsystems"]), + ("Postiton", &["position"]), + ("Transcocders", &["transcoders"]), + ("Proposte", &["propose"]), + ("Tranposes", &["transposes"]), + ("Constols", &["controls"]), + ("Performans", &["performances"]), + ("Exapmle", &["example"]), + ("Fron", &["from", "front"]), + ("Konservative", &["conservative"]), + ("Conncetion", &["connections", "connection"]), + ("Infectuous", &["infectious"]), + ("Envvironment", &["environment"]), + ("Comfortablity", &["comfortably"]), + ("Relaxating", &["relaxation"]), + ("Reconstitue", &["reconstitute"]), + ("Tescases", &["testcases"]), + ("Opemess", &["openness"]), + ("Abusrdity", &["absurdity"]), + ("Confidentuality", &["confidential"]), + ("Overridded", &["overrode", "overridden"]), + ("Sitaution", &["situation"]), + ("Charizma", &["charisma"]), + ("Legislacion", &["legislation"]), + ("Implimentaion", &["implementation"]), + ("Appoligize", &["apologize"]), + ("Merget", &["merge"]), + ("Follwoeiong", &["following"]), + ("Endpionts", &["endpoints"]), + ("Nondeteministic", &["nondeterministic"]), + ("Exisits", &["exists"]), + ("Imaginacion", &["imagination"]), + ("Thrue", &["thru"]), + ("Documantaries", &["documentaries"]), + ("Engieer", &["engineer"]), + ("Enclude", &["include"]), + ("Experament", &["experiment"]), + ("Considerabile", &["considerable"]), + ("Blacony", &["balcony"]), + ("Forminable", &["formidable"]), + ("Hemipshere", &["hemisphere"]), + ("Requris", &["require"]), + ("Collectioners", &["collections"]), + ("Recommnded", &["recommended"]), + ("Regist", &["register"]), + ("Generelly", &["generally"]), + ("Marixsts", &["marxists"]), + ("Assuma", &["assume"]), + ("Browines", &["brownies"]), + ("Heastink", &["heatsink"]), + ("Fantistically", &["fantastically"]), + ("Hoenstly", &["honestly"]), + ("Fradulent", &["fraudulent"]), + ("Dstination", &["destination"]), + ("Warinigs", &["warnings"]), + ("Paramadics", &["paramedics"]), + ("Optimasation", &["optimisation"]), + ("Areea", &["area"]), + ("Combinacion", &["combination"]), + ("Pharmacs", &["pharmacist"]), + ("Emphazised", &["emphasised"]), + ("Neruological", &["neurological"]), + ("Constrollers", &["controllers"]), + ("Scheduld", &["scheduled"]), + ("Reuqire", &["required"]), + ("Experminents", &["experiments"]), + ("Similarely", &["similarly"]), + ("Immeditaly", &["immediately"]), + ("Neighborhhods", &["neighborhoods"]), + ("Specificer", &["specifier"]), + ("Terminats", &["terminates"]), + ("Dependancey", &["dependency"]), + ("Jouranlist", &["journalist"]), + ("Cancerus", &["cancers"]), + ("Veiwpoint", &["viewpoint"]), + ("Veryifing", &["verifying"]), + ("Othr", &["other"]), + ("Ignory", &["ignore"]), + ("Geeral", &["general"]), + ("Contaminent", &["containment"]), + ("Incarnaton", &["incarnation"]), + ("Regularlas", &["regulars"]), + ("Teminating", &["terminating"]), + ("Overriddden", &["overridden"]), + ("Sucessuflly", &["successfully"]), + ("Indescriminent", &["indiscriminate"]), + ("Poointed", &["pointed"]), + ("Imporove", &["improve"]), + ("Usinng", &["using"]), + ("Censorhsip", &["censorship"]), + ("Gratutious", &["gratuitous"]), + ("Allpications", &["applications"]), + ("Pertoleum", &["petroleum"]), + ("Explicatii", &["explicit"]), + ("Recconenct", &["reconnect"]), + ("Intorduce", &["introduce"]), + ("Konstants", &["constants"]), + ("Ressurected", &["resurrected"]), + ("Alwasy", &["always"]), + ("Answhare", &["answer"]), + ("Unbelivable", &["unbelievable"]), + ("Distorsions", &["distortions"]), + ("Acticated", &["activated"]), + ("Competiton", &["competition"]), + ("Vrsion", &["version"]), + ("Follews", &["follows"]), + ("Devicdes", &["devices"]), + ("Algorhithmically", &["algorithmically"]), + ("Remenissence", &["reminiscence"]), + ("Captialism", &["capitalism"]), + ("Motivatin", &["motivations"]), + ("Savigns", &["savings"]), + ("Limitiaion", &["limitation"]), + ("Exaplain", &["explain"]), + ("Customizaton", &["customization"]), + ("Stuctures", &["structures"]), + ("Eraticly", &["erratically"]), + ("Dustification", &["justification"]), + ("Understoon", &["understood"]), + ("Infrastrukture", &["infrastructure"]), + ("Initiailize", &["initialize"]), + ("Benevalent", &["benevolent"]), + ("Aray", &["array"]), + ("Comparsion", &["comparison"]), + ("Convseration", &["conservation"]), + ("Resemblence", &["resemblance"]), + ("Exteder", &["extender"]), + ("Visheator", &["vitiator"]), + ("Invisivble", &["invisible"]), + ("Idemopotent", &["idempotent"]), + ("Installaion", &["installation"]), + ("Esitmates", &["estimates"]), + ("Transitionable", &["transitional"]), + ("Callss", &["calls"]), + ("Combinato", &["combination"]), + ("Philedelphia", &["philadelphia"]), + ("Breathis", &["breaths"]), + ("Sionist", &["zionist"]), + ("Maintanence", &["maintenance"]), + ("Actural", &["actual"]), + ("Ciruclator", &["circulator"]), + ("Fragmenetd", &["fragmented"]), + ("Annonymouse", &["anonymous"]), + ("Frined", &["friend"]), + ("Patriatchy", &["patriarchy"]), + ("Poistivly", &["positively"]), + ("Somethinbg", &["somethings"]), + ("Endandering", &["endangering"]), + ("Intereseting", &["interesting"]), + ("Ussually", &["usually"]), + ("Capitalizaton", &["capitalization"]), + ("Reseletion", &["reselection"]), + ("Operatio", &["operation"]), + ("Quesitoning", &["questioning"]), + ("Abstactions", &["abstractions"]), + ("Ulrasonic", &["ultrasonic"]), + ("Archatypes", &["archetypes"]), + ("Retriece", &["retrieve"]), + ("Worklfows", &["workflows"]), + ("Pefect", &["perfect"]), + ("Distributio", &["distributor"]), + ("Wille", &["will"]), + ("Angshus", &["anxious"]), + ("Zealoths", &["zealots"]), + ("Authencticate", &["authenticate"]), + ("Excepionally", &["exceptionally"]), + ("Stupidr", &["stupider"]), + ("Foregronds", &["foregrounds"]), + ("Itterator", &["iterator"]), + ("Currenly", &["currently"]), + ("Fromatted", &["formatted"]), + ("Syndroms", &["syndromes"]), + ("Multithreded", &["multithreaded"]), + ("Deffine", &["define"]), + ("Hearder", &["header"]), + ("Anoter", &["another"]), + ("Direciton", &["direction"]), + ("Extimate", &["estimate"]), + ("Botifies", &["notifies"]), + ("Sizors", &["scissors", "sizers"]), + ("Mensioning", &["mentioning"]), + ("Attmpt", &["attempt"]), + ("Presetation", &["presentation"]), + ("Airplance", &["airplane"]), + ("Heigth", &["height"]), + ("Reource", &["resource"]), + ("Creater", &["creature", "creator", "crater"]), + ("Pubilc", &["public"]), + ("Produktive", &["productive"]), + ("Debguging", &["debugging"]), + ("Eclispe", &["eclipse"]), + ("Elseof", &["elseif"]), + ("Recostruct", &["reconstruct"]), + ("Existings", &["existing"]), + ("Unrepetent", &["unrepentant"]), + ("Perfomeant", &["performant"]), + ("Gypises", &["gypsies"]), + ("Execuited", &["executed"]), + ("Bootstaps", &["bootstraps"]), + ("Unbeknowst", &["unbeknownst"]), + ("Alwaus", &["always"]), + ("Methpd", &["method"]), + ("Applicato", &["application"]), + ("Briagde", &["brigade"]), + ("Noteboook", &["notebook"]), + ("Opeartios", &["operations"]), + ("Orelans", &["orleans"]), + ("Tempation", &["temptation"]), + ("Infectin", &["infections"]), + ("Southerness", &["southerners"]), + ("Becomses", &["becomes"]), + ("Particapated", &["participated"]), + ("Collecions", &["collections"]), + ("Appromixation", &["approximation"]), + ("Indepdendant", &["independent"]), + ("Dentifier", &["identifier"]), + ("Scafolding", &["scaffolding"]), + ("Openin", &["opening"]), + ("Indianaoplis", &["indianapolis"]), + ("Confog", &["config"]), + ("Sistematising", &["systematising"]), + ("Neumonics", &["mnemonics"]), + ("Retuend", &["returned"]), + ("Transferd", &["transferred"]), + ("Exhuasive", &["exhaustive"]), + ("Locaing", &["locating"]), + ("Prdpagation", &["propagation"]), + ("Gneral", &["general"]), + ("Fundamentalismo", &["fundamentals"]), + ("Blatanty", &["blatantly"]), + ("Breakthorugh", &["breakthrough"]), + ("Paralelizing", &["parallelizing"]), + ("Authetnticated", &["authenticated"]), + ("Illsutrator", &["illustrator"]), + ("Mezmoriser", &["mesmeriser"]), + ("Uninititalized", &["uninitialized"]), + ("Examnples", &["examples"]), + ("Comparse", &["compares"]), + ("Dispair", &["despair"]), + ("Scandinaivan", &["scandinavia"]), + ("Condmenation", &["condemnation"]), + ("Regretably", &["regrettably"]), + ("Rturned", &["returned"]), + ("Temprararly", &["temporarily"]), + ("Assmumption", &["assumption"]), + ("Billbaord", &["billboard"]), + ("Coutry", &["country"]), + ("Remoote", &["remote"]), + ("Trasaction", &["transaction"]), + ("Attrbutes", &["attributes"]), + ("Renaiisance", &["renaissance"]), + ("Youforically", &["euphorically"]), + ("Armagedden", &["armageddon"]), + ("Unitilities", &["utilities"]), + ("Seleced", &["selected"]), + ("Democracts", &["democrat"]), + ("Overridde", &["overridden", "override"]), + ("Critereon", &["criterion"]), + ("Absoulely", &["absolutely"]), + ("Factization", &["factorization"]), + ("Hwile", &["while"]), + ("Luminaces", &["luminances"]), + ("Scupted", &["sculpted"]), + ("Connot", &["cannot"]), + ("Mimachd", &["mismatched"]), + ("Exmaines", &["examines"]), + ("Familiies", &["families"]), + ("Benchmkaring", &["benchmarking"]), + ("Tranaction", &["transaction"]), + ("Initilising", &["initialising"]), + ("Neighbets", &["neighbors"]), + ("Renegosiation", &["renegotiation"]), + ("Alle", &["all", "alley"]), + ("Kwuzine", &["cuisine"]), + ("Guaranted", &["guaranteed"]), + ("Interrumping", &["interrupting"]), + ("Accually", &["actually"]), + ("Comare", &["compare"]), + ("Cutsceen", &["cutscene"]), + ("Obhecting", &["objecting"]), + ("Captialization", &["capitalization"]), + ("Contrsting", &["contrasting"]), + ("Victorina", &["victorian"]), + ("Conaining", &["containing"]), + ("Rsizing", &["resizing", "sizing"]), + ("Conttroller", &["controller"]), + ("Elimenates", &["eliminates"]), + ("Oficially", &["officially"]), + ("Intsrumental", &["instrumental"]), + ("Protedcted", &["protected"]), + ("Immidiate", &["immediate"]), + ("Jerusaleum", &["jerusalem"]), + ("Staturday", &["saturday"]), + ("Experiemnted", &["experimented"]), + ("Annoucnement", &["announcement"]), + ("Ephimeral", &["ephemeral"]), + ("Unborned", &["unborn"]), + ("Manully", &["manually"]), + ("Reaons", &["reasons"]), + ("Appearantly", &["apparently"]), + ("Metada", &["metadata"]), + ("Assumking", &["assuming"]), + ("Perfecty", &["perfectly"]), + ("Reaktivated", &["reactivated"]), + ("Foreignese", &["foreigners"]), + ("Diarhea", &["diarrhea"]), + ("Appatures", &["apertures"]), + ("Elasped", &["elapsed"]), + ("Returnd", &["returned"]), + ("Interpereters", &["interpreters"]), + ("Circunference", &["circumference"]), + ("Bulnerabilities", &["vulnerabilities"]), + ("Cantacts", &["contacts"]), + ("Occrrance", &["occurrence"]), + ("Pharmaseutical", &["pharmaceutical"]), + ("Improtance", &["importance"]), + ("Treting", &["treating"]), + ("Neumonic", &["mnemonic", "pneumonic"]), + ("Follwiong", &["following"]), + ("Homecuming", &["homecoming"]), + ("Placeholde", &["placeholder"]), + ("Vulerabule", &["vulnerable"]), + ("Chizzelling", &["chiselling"]), + ("Airial", &["aerial", "arial"]), + ("Influental", &["influential"]), + ("Judical", &["judicial"]), + ("Relaimed", &["reclaimed"]), + ("Stormfrount", &["stormfront"]), + ("Dimaonds", &["diamonds"]), + ("Amiguous", &["ambiguous"]), + ("Defatult", &["default"]), + ("Executuon", &["execution"]), + ("Insistince", &["insistence"]), + ("Caliased", &["aliased"]), + ("Cellabration", &["celebration"]), + ("Untrached", &["untracked"]), + ("Miniumum", &["minimum"]), + ("Awknowledgement", &["acknowledgement"]), + ("Puplation", &["population"]), + ("Camcel", &["camel"]), + ("Commentery", &["commentary"]), + ("Onwed", &["owned"]), + ("Overfowed", &["overflowed"]), + ("Timesamped", &["timestamped"]), + ("Coexinst", &["coexist"]), + ("Indigneous", &["indigenous"]), + ("Pyramind", &["pyramid"]), + ("Rfeturned", &["returned"]), + ("Troglidites", &["troglodytes"]), + ("Lanauages", &["languages"]), + ("Goup", &["group"]), + ("Itnerprets", &["interprets"]), + ("Entrapeneurs", &["entrepreneur"]), + ("Asendance", &["ascendance"]), + ("Autheticate", &["authenticate"]), + ("Hypocrticial", &["hypocritical"]), + ("Cxan", &["cyan"]), + ("Areospace", &["aerospace"]), + ("Registrs", &["registers"]), + ("Brakedowns", &["breakdowns"]), + ("Unbelievablely", &["unbelievably"]), + ("Climbes", &["climbers"]), + ("Obediant", &["obedient"]), + ("Discraced", &["disgraced"]), + ("Victemized", &["victimized"]), + ("Deallcoated", &["deallocated"]), + ("Cartledge", &["cartilage"]), + ("Organsiation", &["organisation"]), + ("Precentile", &["percentile"]), + ("Havr", &["have"]), + ("Interaktivly", &["interactively"]), + ("Duplacation", &["duplication"]), + ("Tranlsating", &["translating"]), + ("Configred", &["configured"]), + ("Silbings", &["siblings"]), + ("Accrodingly", &["accordingly"]), + ("Loactions", &["locations"]), + ("Chacheline", &["cacheline"]), + ("Envirionment", &["environment"]), + ("Upagrade", &["upgrade"]), + ("Containg", &["containing"]), + ("Exection", &["execution"]), + ("Wotk", &["work"]), + ("Eabled", &["enabled"]), + ("Cthulluh", &["cthulhu"]), + ("Enginereed", &["engineered"]), + ("Inproper", &["improper"]), + ("Seing", &["seeing"]), + ("Gymnistic", &["gymnastic"]), + ("Premeir", &["premier"]), + ("Volunterily", &["voluntarily"]), + ("Solveable", &["solvable"]), + ("Authrorisation", &["authorisation"]), + ("Institutionals", &["institutions"]), + ("Combatibility", &["compatibility"]), + ("Tranlate", &["translate"]), + ("Candiadate", &["candidate"]), + ("Aotomatically", &["automatically"]), + ("Acconting", &["accounting"]), + ("Habbits", &["habits"]), + ("Firendly", &["friendly"]), + ("Fidality", &["fidelity"]), + ("Resistnace", &["resistances"]), + ("Thruoghput", &["throughput"]), + ("Agaist", &["against"]), + ("Siezures", &["seizures"]), + ("Deisplays", &["displays"]), + ("Customsied", &["customised"]), + ("Althetes", &["athletes"]), + ("Athesits", &["atheists"]), + ("Sanwiches", &["sandwiches"]), + ("Spefixation", &["specification"]), + ("Spectraply", &["spectral"]), + ("Paramenter", &["parameter"]), + ("Healither", &["healthier"]), + ("Strategisk", &["strategies"]), + ("Firends", &["friends"]), + ("Practicioners", &["practitioners"]), + ("Mothreboard", &["motherboards"]), + ("Essentails", &["essentials"]), + ("Alllowed", &["allowed"]), + ("Detctions", &["detections"]), + ("Adderss", &["address"]), + ("Bureaucats", &["bureaucrats"]), + ("Suppresssions", &["suppressions"]), + ("Lithuim", &["lithium"]), + ("Plagiarizm", &["plagiarism"]), + ("Excected", &["executed", "expected"]), + ("Trasnporter", &["transporter"]), + ("Fielname", &["filename"]), + ("Inconsistenly", &["inconsistency", "inconsistently"]), + ("Approximetely", &["approximately"]), + ("Declatations", &["declarations"]), + ("Disporportionate", &["disproportionate"]), + ("Amernian", &["armenian"]), + ("Onservation", &["conservation", "observation"]), + ("Namepsaces", &["namespaces"]), + ("Repectively", &["respectively"]), + ("Disamgiguation", &["disambiguation"]), + ("Preficiensy", &["proficiency"]), + ("Comparitive", &["comparative"]), + ("Innactive", &["inactive"]), + ("Pitchforkers", &["pitchforks"]), + ("Stealhty", &["stealthy"]), + ("Importence", &["importance"]), + ("Adjustmenet", &["adjustment"]), + ("Gauarana", &["guaraná"]), + ("Respecatble", &["respectable"]), + ("Developors", &["develops"]), + ("Porsalin", &["porcelain"]), + ("Becayse", &["because"]), + ("Broadcasing", &["broadcasting"]), + ("Fantasyzing", &["fantasizing"]), + ("Detroyed", &["destroyed"]), + ("Reneweal", &["renewal"]), + ("Experimaneter", &["experimenter"]), + ("Suppoprted", &["supported"]), + ("Materaials", &["materials"]), + ("Commpute", &["compute"]), + ("Regartless", &["regardless"]), + ("Preciding", &["preceding", "presiding"]), + ("Statistisch", &["statistics"]), + ("Varisty", &["varsity"]), + ("Manues", &["menus"]), + ("Inspirating", &["inspiration"]), + ("Organisims", &["organism"]), + ("Insualted", &["insulated"]), + ("Cahcs", &["caches"]), + ("Apshalt", &["asphalt"]), + ("Disale", &["disable"]), + ("Immersve", &["immerse"]), + ("Texxt", &["text"]), + ("Maangers", &["managers"]), + ("Integrade", &["integrated"]), + ("Endpoing", &["endpoint"]), + ("Presnt", &["present"]), + ("Statustics", &["statistics"]), + ("Unarchvied", &["unarchived"]), + ("Nigthmare", &["nightmare"]), + ("Andelabra", &["candelabra"]), + ("Sequenses", &["sequences"]), + ("Fiedlity", &["fidelity"]), + ("Particiapte", &["participate"]), + ("Appretince", &["apprentice"]), + ("Spesifics", &["specifics"]), + ("Coldplg", &["coldplug"]), + ("Accesing", &["accessing"]), + ("Faseeshus", &["facetious"]), + ("Prodictions", &["productions"]), + ("Experienc", &["experience"]), + ("Verications", &["verifications"]), + ("Srcipts", &["scripts"]), + ("Cigarretes", &["cigarettes"]), + ("Undersand", &["understand"]), + ("Evolutionarly", &["evolutionary"]), + ("Unloadins", &["unloading"]), + ("Flexibile", &["flexible"]), + ("Undelering", &["underlying"]), + ("Speperate", &["separate"]), + ("Marchmallows", &["marshmallows"]), + ("Experinementing", &["experimenting"]), + ("Recogninse", &["recognise"]), + ("Bablyon", &["babylon"]), + ("Transperency", &["transparency"]), + ("Manule", &["manual"]), + ("Disocver", &["discover"]), + ("Shaprening", &["sharpening"]), + ("Disconeted", &["disconnected"]), + ("Cognitivie", &["cognitive"]), + ("Appriciates", &["appreciates"]), + ("Luandry", &["laundry"]), + ("Consentration", &["concentration"]), + ("Originallity", &["originality"]), + ("Sqaudron", &["squadron"]), + ("Approuval", &["approval"]), + ("Utlizing", &["utilizing"]), + ("Inifnite", &["infinite"]), + ("Protable", &["portable"]), + ("Misdemenor", &["misdemeanor"]), + ("Completelyl", &["completely"]), + ("Determinisim", &["determinism"]), + ("Incredibley", &["incredibly"]), + ("Analsyt", &["analyst"]), + ("Proessing", &["processing"]), + ("Strarting", &["starting"]), + ("Finf", &["find"]), + ("Polotical", &["political"]), + ("Notorios", &["notorious"]), + ("Epression", &["expression"]), + ("Rennovated", &["renovated"]), + ("Swtichback", &["switchback"]), + ("Disconnectes", &["disconnects"]), + ("Origininate", &["originate"]), + ("Consants", &["constants"]), + ("Persuation", &["persuasion"]), + ("Techiniques", &["techniques"]), + ("Qeuest", &["quest"]), + ("Carolan", &["carolina"]), + ("Reknowned", &["renowned"]), + ("Psychemedics", &["psychedelics"]), + ("Coallision", &["collision"]), + ("Peform", &["perform"]), + ("Mathematicaly", &["mathematically"]), + ("Taskelt", &["tasklet"]), + ("Mannual", &["manual"]), + ("Coorespondend", &["correspondent"]), + ("Terminato", &["termination"]), + ("Custonizer", &["customizer"]), + ("Coctail", &["cocktail"]), + ("Melbounre", &["melbourne"]), + ("Maintanance", &["maintenance"]), + ("Pilgram", &["pilgrim"]), + ("Rininging", &["ringing"]), + ("Hostory", &["history"]), + ("Ireelevant", &["irrelevant"]), + ("Authendicator", &["authenticator"]), + ("Fundamentalister", &["fundamentalists"]), + ("Critisice", &["criticise"]), + ("Prind", &["print"]), + ("Sarters", &["starters"]), + ("Speficiiers", &["specifiers"]), + ("Participats", &["participant"]), + ("Anoyed", &["annoyed"]), + ("Totats", &["totals"]), + ("Cooridnates", &["coordinates"]), + ("Individal", &["individual"]), + ("Toi", &["to", "toy"]), + ("Prototyes", &["prototypes"]), + ("Braoden", &["broaden"]), + ("Preperation", &["preparation"]), + ("Tetrahedoren", &["tetrahedron"]), + ("Reosurced", &["resourced"]), + ("Tendencije", &["tendencies"]), + ("Oberflows", &["overflows"]), + ("Expecected", &["expected"]), + ("Discertation", &["dissertation"]), + ("Tramas", &["trams", "traumas"]), + ("Attrributed", &["attributed"]), + ("Summurizes", &["summarizes"]), + ("Ein", &["in"]), + ("Sistemists", &["systemists"]), + ("Scoripon", &["scorpion"]), + ("Undeinably", &["undeniably"]), + ("Landmarsk", &["landmarks"]), + ("Satandard", &["standard"]), + ("Expreince", &["experience"]), + ("Pepperin", &["pepperoni"]), + ("Interioara", &["interior"]), + ("Bottlebeck", &["bottleneck"]), + ("Expeimental", &["experimental"]), + ("Compelted", &["completed"]), + ("Permitis", &["permits"]), + ("Consumtion", &["consumption"]), + ("Responsabilities", &["responsibilities"]), + ("Victemizing", &["victimizing"]), + ("Arrangmenet", &["arrangement"]), + ("Exisitent", &["existent"]), + ("Reding", &["reading"]), + ("Pupose", &["purpose"]), + ("Teturns", &["returns"]), + ("Schduled", &["scheduled"]), + ("Pascheurised", &["pasteurised"]), + ("Tokenizaiton", &["tokenization"]), + ("Interactivo", &["interaction"]), + ("Registrart", &["registrar"]), + ("Healthire", &["healthier"]), + ("Evalutae", &["evaluate"]), + ("Approxamations", &["approximations"]), + ("Editot", &["editor"]), + ("Argment", &["argument"]), + ("Redistributin", &["redistribution"]), + ("Subirectory", &["subdirectory"]), + ("Animaton", &["animation"]), + ("Backgrace", &["backtrace"]), + ("Tranistions", &["transitions"]), + ("Verbode", &["verbose"]), + ("Electromechnical", &["electromechanical"]), + ("Traceer", &["tracer"]), + ("Mistakey", &["mistakenly"]), + ("Vetran", &["veteran"]), + ("Comeptitive", &["competitive"]), + ("Defailt", &["default"]), + ("Stablized", &["stabilized"]), + ("Boyant", &["buoyant"]), + ("Restructed", &["restricted", "restructured"]), + ("Suppresions", &["suppression", "suppressions"]), + ("Ectsasy", &["ecstasy"]), + ("Genererater", &["generator"]), + ("Tryying", &["trying"]), + ("Chngelog", &["changelog"]), + ("Upgerading", &["upgrading"]), + ("Mexicants", &["mexicans"]), + ("Oppresso", &["oppression"]), + ("Regualtions", &["regulations"]), + ("Galcier", &["glacier"]), + ("Ineffektive", &["ineffective"]), + ("Difussive", &["diffusive"]), + ("Superseed", &["supersede"]), + ("Tracsode", &["transcode"]), + ("Steryotype", &["stereotype"]), + ("Modernizationz", &["modernizations"]), + ("Unsuccee", &["unsuccessful"]), + ("Powre", &["power"]), + ("Clarifiies", &["clarifies"]), + ("Forcast", &["forecast"]), + ("Terriblly", &["terribly"]), + ("Courching", &["crouching"]), + ("Resitsance", &["resistances"]), + ("Efficeintly", &["efficiently"]), + ("Clitors", &["clitoris"]), + ("Catapul", &["catapult"]), + ("Promissed", &["promised"]), + ("Costructer", &["constructor"]), + ("Birmignham", &["birmingham"]), + ("Libraier", &["library"]), + ("Circumstancial", &["circumstantial"]), + ("Nervana", &["nirvana"]), + ("Intallation", &["installation"]), + ("Chochka", &["tchotchke"]), + ("Nubmers", &["numbers"]), + ("Farse", &["farce"]), + ("Bresh", &["brush", "fresh"]), + ("Sereously", &["seriously"]), + ("Dissimiliarty", &["dissimilarity"]), + ("Exampel", &["example"]), + ("Imperiaal", &["imperial"]), + ("Denile", &["denial"]), + ("Initilialize", &["initialize"]), + ("Envoker", &["evoker", "invoker"]), + ("Aything", &["anything"]), + ("Implemenetd", &["implemented"]), + ("Modifdied", &["modified"]), + ("Asendancy", &["ascendancy"]), + ("Filetimes", &["lifetimes"]), + ("Everyoens", &["everyones"]), + ("Calssified", &["classified"]), + ("Perfomeing", &["performing"]), + ("Idiologically", &["ideologically"]), + ("Indivisually", &["individually"]), + ("Apporiate", &["appropriate"]), + ("Blegian", &["belgian"]), + ("Probaly", &["probably"]), + ("Tripel", &["triple"]), + ("Philosipher", &["philosopher"]), + ("Underestimeted", &["underestimated"]), + ("Esges", &["edges"]), + ("Maintancne", &["maintenance"]), + ("Directiories", &["directories"]), + ("Differred", &["differed"]), + ("Wiscles", &["whistles"]), + ("Necromencer", &["necromancer"]), + ("Defnitions", &["definitions"]), + ("Confussed", &["confused"]), + ("Extranal", &["external"]), + ("Tabl", &["table"]), + ("Artsits", &["artists"]), + ("Equipt", &["equipped"]), + ("Computarized", &["computerized"]), + ("Retreeves", &["retrieves"]), + ("Thermistat", &["thermostat"]), + ("Fruther", &["further"]), + ("Brewerks", &["brewers"]), + ("Nutriet", &["nutrient"]), + ("Thirtsy", &["thirsty"]), + ("Interections", &["interactions", "intersections"]), + ("Striclty", &["strictly"]), + ("Uupper", &["upper"]), + ("Startig", &["starting"]), + ("Metropoliton", &["metropolitan"]), + ("Cipheruite", &["ciphersuite"]), + ("Instralled", &["installed"]), + ("Renderning", &["rendering"]), + ("Bankruptsy", &["bankruptcy"]), + ("Whick", &["which"]), + ("Normalls", &["normals"]), + ("Parocheelly", &["parochially"]), + ("Haristyle", &["hairstyle"]), + ("Terfform", &["terraform"]), + ("Conifg", &["config"]), + ("Methematician", &["mathematician"]), + ("Tasliman", &["talisman"]), + ("Wronly", &["wrongly"]), + ("Ambassedor", &["ambassador"]), + ("Miniture", &["miniature"]), + ("Journalims", &["journals"]), + ("Unappeasing", &["unappealing"]), + ("Apprentise", &["apprentice"]), + ("Internatinalism", &["internationalism"]), + ("Quieries", &["queries"]), + ("Evalution", &["evaluation", "evolution"]), + ("Exacly", &["exactly"]), + ("Reliabillity", &["reliability"]), + ("Desition", &["decision"]), + ("Inflamable", &["inflatable"]), + ("Insiddes", &["insides"]), + ("Vehilce", &["vehicle"]), + ("Crutialy", &["crucially"]), + ("Languajes", &["languages"]), + ("Condidential", &["confidential"]), + ("Spefcifiying", &["specifying"]), + ("Paschurising", &["pasteurising"]), + ("Intstantly", &["instantly"]), + ("Mememory", &["memory"]), + ("Signul", &["signal"]), + ("Intensley", &["intensely"]), + ("Caluclators", &["calculators"]), + ("Sequetial", &["sequential"]), + ("Lating", &["latin"]), + ("Previwes", &["previews"]), + ("Grafield", &["garfield"]), + ("Triskadekafobia", &["triskaidekaphobia"]), + ("Conatiners", &["containers"]), + ("Giltchy", &["glitchy"]), + ("Alteratively", &["alternatively"]), + ("Loyality", &["loyalty"]), + ("Currentfps", &["currents"]), + ("Inacurracies", &["inaccuracies"]), + ("Availibility", &["availability"]), + ("Authoritorian", &["authoritarian"]), + ("Civilasation", &["civilisation"]), + ("Bastracter", &["abstracter"]), + ("Figurativley", &["figuratively"]), + ("Subolders", &["subfolders"]), + ("Misreable", &["miserable"]), + ("Boolen", &["boolean"]), + ("Gnerated", &["generated"]), + ("Fuetherst", &["furthest"]), + ("Deendency", &["dependency"]), + ("Afecting", &["affecting"]), + ("Standatd", &["standard"]), + ("Marekting", &["marketing"]), + ("Assemalates", &["assimilates"]), + ("Mathimatic", &["mathematic"]), + ("Speficiallier", &["specifier"]), + ("Toleranz", &["tolerance"]), + ("Reigsry", &["registry"]), + ("Restricitng", &["restricting"]), + ("Adoloscent", &["adolescent"]), + ("Optimizied", &["optimize"]), + ("Coneectors", &["connectors"]), + ("Elephantis", &["elephants"]), + ("Seond", &["second", "send"]), + ("Expoected", &["expected"]), + ("Respectos", &["respects"]), + ("Expeimenting", &["experimenting"]), + ("Eligable", &["eligible"]), + ("Exhisted", &["existed"]), + ("Inovice", &["invoice"]), + ("Inpacting", &["impacting"]), + ("Incompatability", &["incompatibility"]), + ("Stornegst", &["strongest"]), + ("Irregulierties", &["irregularities"]), + ("Angshisly", &["anxiously"]), + ("Renegotatiating", &["renegotiating"]), + ("Surplanted", &["supplanted"]), + ("Enhencement", &["enhancement"]), + ("Subseuqent", &["subsequent"]), + ("Belove", &["below", "beloved"]), + ("Unaviodable", &["unavoidable"]), + ("Redering", &["rendering"]), + ("Suppurtive", &["supportive"]), + ("Dissmisses", &["dismisses"]), + ("Atheletes", &["athletes"]), + ("Rasberry", &["raspberry"]), + ("Domiantes", &["dominates"]), + ("Fowarding", &["forwarding"]), + ("Experinementation", &["experimentation"]), + ("Garilla", &["guerilla"]), + ("Mutlivolume", &["multivolume"]), + ("Degradacion", &["degradation"]), + ("Considere", &["consider", "considered"]), + ("Perusaded", &["persuaded"]), + ("Repbulican", &["republican"]), + ("Langauage", &["language"]), + ("Commplain", &["complain"]), + ("Strawbery", &["strawberry"]), + ("Develping", &["developing"]), + ("Comparisin", &["comparison"]), + ("Softwade", &["software"]), + ("Regularlisation", &["regularisation"]), + ("Regulaer", &["regular"]), + ("Hallunication", &["hallucination"]), + ("Encording", &["encoding"]), + ("Updgraded", &["upgraded"]), + ("Naibhors", &["neighbor", "neighbors"]), + ("Fundamentalistiskt", &["fundamentalists"]), + ("Renegoptionsotiate", &["renegotiate"]), + ("Atribute", &["attribute"]), + ("Mapppings", &["mappings"]), + ("Effecitively", &["effectively"]), + ("Unnecessarely", &["unnecessarily"]), + ("Marginis", &["margins"]), + ("Preffixes", &["prefixes"]), + ("Absould", &["absolute"]), + ("Assitant", &["assistant"]), + ("Enhencements", &["enhancements"]), + ("Entretained", &["entertained"]), + ("Singltons", &["singletons"]), + ("Assumuing", &["assuming"]), + ("Otifications", &["notifications"]), + ("Operatoutg", &["operating"]), + ("Devicec", &["device"]), + ("Reproduktion", &["reproduction"]), + ("Empahsized", &["emphasized"]), + ("Porftolio", &["portfolio"]), + ("Advace", &["advance"]), + ("Normolize", &["normalize"]), + ("Ackowledged", &["acknowledged"]), + ("Compeared", &["compared"]), + ("Temprol", &["temporal"]), + ("Accidentlly", &["accidentally"]), + ("Backjacking", &["backpacking"]), + ("Cleesheys", &["clichés"]), + ("Ministy", &["ministry"]), + ("Impossiblity", &["impossibly"]), + ("Insers", &["inserts"]), + ("Exsistent", &["existent"]), + ("Asigns", &["assigns"]), + ("Alst", &["last"]), + ("Commiteted", &["committed"]), + ("Exilerating", &["exhilarating"]), + ("Permisisons", &["permissions"]), + ("Signficantly", &["significantly"]), + ("Coalsced", &["coalesced"]), + ("Portriats", &["portraits"]), + ("Steorid", &["steroid"]), + ("Sematically", &["semantically"]), + ("Renegotaiating", &["renegotiating"]), + ("Everythng", &["everything"]), + ("Lippizaner", &["lipizzaner"]), + ("Pasre", &["parse"]), + ("Recogize", &["recognize"]), + ( + "Tralling", + &[ + "thralling", + "trailing", + "travelling", + "trialling", + "trilling", + "trolling", + ], + ), + ("Deteched", &["detached", "detected"]), + ("Reputpose", &["repurpose"]), + ("Sacntioned", &["sanctioned"]), + ("Settup", &["setup"]), + ("Opreation", &["operation"]), + ("Corridoors", &["corridors"]), + ("Autcomplete", &["autocomplete"]), + ("Unfoulded", &["unfolded"]), + ("Dissmissed", &["dismissed"]), + ("Thermostasts", &["thermostats"]), + ("Attactment", &["attachment"]), + ("Cahgning", &["changing"]), + ("Countryies", &["countryside"]), + ("Overshaddowed", &["overshadowed"]), + ("Internatinalists", &["internationalists"]), + ("Conincident", &["coincident"]), + ("Horicontal", &["horizontal"]), + ("Replacmenet", &["replacement"]), + ("Uniformes", &["uniforms"]), + ("Assumned", &["assumed"]), + ("Aqueus", &["aqueous"]), + ("Renegotioators", &["renegotiators"]), + ("Transcocded", &["transcoded"]), + ("Strucrure", &["structure"]), + ("Traiger", &["triager"]), + ("Socialistos", &["socialists"]), + ("Opppsite", &["opposite"]), + ("Pacage", &["package"]), + ("Assosiating", &["associating"]), + ("Overcrouded", &["overcrowded"]), + ("Virtualied", &["virtualised", "virtualized"]), + ("Propvider", &["provider"]), + ("Offsrping", &["offspring"]), + ("Televesion", &["television"]), + ("Coordiinates", &["coordinates"]), + ("Retrival", &["retrieval", "retrial"]), + ("Experimentaer", &["experimenter"]), + ("Humants", &["humanist"]), + ("Desingers", &["designers"]), + ("Safly", &["safely"]), + ("Synchonize", &["synchronize"]), + ("Reprsents", &["represents"]), + ("Througput", &["throughput"]), + ("Specificaitons", &["specification", "specifications"]), + ("Defintiion", &["definitions", "definition"]), + ("Backgorund", &["background"]), + ("Exsists", &["exists"]), + ("Certifcation", &["certification"]), + ("Coresponding", &["corresponding"]), + ("Investigare", &["investigate"]), + ("Dessicate", &["desiccate"]), + ("Sepererated", &["separated"]), + ("Perfomrnaces", &["performances"]), + ("Cylcic", &["cyclic"]), + ("Correespond", &["correspond"]), + ("Provate", &["private", "provide"]), + ("Follwoeind", &["following"]), + ("Curature", &["curvature"]), + ("Prosperety", &["prosperity"]), + ("Sintacts", &["syntax"]), + ("Realoded", &["reloaded"]), + ("Mazilla", &["mozilla"]), + ("Mezmorizer", &["mesmerizer"]), + ("Excute", &["execute"]), + ("Broadcas", &["broadcast"]), + ("Etherael", &["ethereal"]), + ("Respresents", &["represents"]), + ("Ocasions", &["occasions"]), + ("Becausae", &["because"]), + ("Pionter", &["pointer"]), + ("Ppeline", &["pipeline"]), + ("Vindicitve", &["vindictive"]), + ("Idiosyncracies", &["idiosyncrasies"]), + ("Ignormd", &["ignored"]), + ("Itialization", &["initialization"]), + ("Algorythm", &["algorithm"]), + ("Saddenes", &["saddens"]), + ("Barbaris", &["barbarians"]), + ("Palistinian", &["palestinian"]), + ("Invarinat", &["invariant"]), + ("Simptumatic", &["symptomatic"]), + ("Botttom", &["bottom"]), + ("Unchaned", &["unchanged"]), + ("Cannabilyse", &["cannibalise"]), + ("Suposing", &["supposing"]), + ("Anywyas", &["anyways"]), + ("Consitional", &["conditional"]), + ("Vrigins", &["virgins"]), + ("Tournement", &["tournament"]), + ("Varaints", &["variants"]), + ("Speficiallications", &["specifications"]), + ("Agruable", &["arguable"]), + ("Cerinomy", &["ceremony"]), + ("Compelxities", &["complexities"]), + ("Buttonn", &["button"]), + ("Enligthenment", &["enlightenment"]), + ("Execubale", &["executable"]), + ("Rewieving", &["reviewing"]), + ("Inconveniet", &["inconvenient"]), + ("Oppurtinity", &["opportunity"]), + ("Wekk", &["week"]), + ("Preventitive", &["preventative"]), + ("Distinguising", &["distinguishing"]), + ("Boundrary", &["boundary"]), + ("Implememted", &["implemented"]), + ("Tabel", &["table"]), + ("Polylon", &["polygon", "pylon"]), + ("Indefenite", &["indefinite"]), + ("Acquifer", &["acquire"]), + ("Analises", &["analysis", "analyses"]), + ("Chhange", &["change"]), + ("Subsequenct", &["subsequent"]), + ("Repersented", &["represented"]), + ("Encypted", &["encrypted"]), + ("Nationalsim", &["nationalism"]), + ("Indoneisa", &["indonesia"]), + ("Ligitamate", &["legitimate"]), + ("Somethikng", &["somethin"]), + ("Intrcutions", &["instructions"]), + ("Wholeheartidly", &["wholeheartedly"]), + ("Interacs", &["interacts"]), + ("Familiarty", &["familiarity"]), + ("Ingeniuty", &["ingenuity"]), + ("Segregatie", &["segregated"]), + ("Capatilist", &["capitalist"]), + ("Convorsation", &["conversation"]), + ("Mecanism", &["mechanism"]), + ("Cirucumstances", &["circumstances"]), + ("Confunsed", &["confused"]), + ("Properities", &["properties"]), + ("Listiner", &["listener"]), + ("Modifiying", &["modifying"]), + ("Protines", &["proteins"]), + ("Amongs", &["among"]), + ("Contribuent", &["contribute"]), + ("Effekt", &["effect"]), + ("Trik", &["trick", "trike"]), + ("Colaborate", &["collaborate"]), + ("Grandisement", &["aggrandisement"]), + ("Sesison", &["session"]), + ("Extereme", &["extreme"]), + ("Clearification", &["clarification"]), + ("Obsure", &["obscure"]), + ("Practibable", &["practicable"]), + ("Copyrighed", &["copyrighted"]), + ("Trhough", &["through"]), + ("Negotiotator", &["negotiator"]), + ("Unfamilar", &["unfamiliar"]), + ("Achivement", &["achievement"]), + ("Strengthining", &["strengthening"]), + ("Sychronised", &["synchronised"]), + ("Negosiates", &["negotiates"]), + ("Constatnly", &["constantly"]), + ("Exponantial", &["exponential"]), + ("Departmens", &["departments"]), + ("Benidect", &["benedict"]), + ("Umarked", &["unmarked"]), + ("Branchsi", &["branches"]), + ("Promethues", &["prometheus"]), + ("Regenrated", &["regenerated"]), + ("Standarise", &["standardise"]), + ("Transatctions", &["transactions"]), + ("Alwas", &["always"]), + ("Exponantially", &["exponentially"]), + ("Goverance", &["governance"]), + ("Downgarade", &["downgrade"]), + ("Speficieid", &["specified"]), + ("Narcissitc", &["narcissist"]), + ("Uncertanity", &["uncertainty"]), + ("Algororithms", &["algorithms"]), + ("Neighberhoors", &["neighbors"]), + ("Espoinage", &["espionage"]), + ("Reparametrized", &["reparameterized"]), + ("Oppresssing", &["oppressing"]), + ("Demographical", &["demographic"]), + ("Returend", &["returned"]), + ("Cancelleable", &["cancellable"]), + ("Algorthin", &["algorithm"]), + ("Sementing", &["cementing", "segmenting"]), + ("Compemdium", &["compendium"]), + ("Organizativo", &["organization"]), + ("Illegitime", &["illegitimate"]), + ("Provods", &["provides"]), + ("Capitalistes", &["capitalists"]), + ("Fomating", &["formatting"]), + ("Emproving", &["improving"]), + ("Quarantee", &["guarantee"]), + ("Privelaged", &["privileged"]), + ("Fufilled", &["fulfilled"]), + ("Pesticidas", &["pesticides"]), + ("Labling", &["labeling"]), + ("Alvorithmic", &["algorithmic"]), + ("Tendancies", &["tendencies"]), + ("Islamisists", &["islamists"]), + ("Transolations", &["translations"]), + ("Physcial", &["physical"]), + ("Concersation", &["conservation"]), + ("Correlatos", &["correlates"]), + ("Accointing", &["accounting"]), + ("Spefifeis", &["specifies"]), + ("Ideosyncracies", &["ideosyncrasies", "idiosyncrasies"]), + ("Guarentyd", &["guaranteed"]), + ("Aotomation", &["automation"]), + ("Dopper", &["doppler"]), + ( + "Paramterizations", + &["parametrizations", "parameterizations"], + ), + ("Ignornig", &["ignoring"]), + ("Ephermeral", &["ephemeral"]), + ("Covnerts", &["converts"]), + ("Addign", &["adding"]), + ("Grainte", &["granite"]), + ("Socity", &["society"]), + ("Whch", &["which"]), + ("Consoldiate", &["consolidate"]), + ("Wroked", &["worked"]), + ("Argumentitive", &["argumentative"]), + ("Twoo", &["two", "too"]), + ("Concurrant", &["concurrent"]), + ("Naturens", &["natures"]), + ("Simplistes", &["simplest"]), + ("Zeebra", &["zebra"]), + ("Consistance", &["consistency"]), + ("Contails", &["contains"]), + ("Brownis", &["brownies"]), + ("Impossiblly", &["impossibly"]), + ("Renegotionators", &["renegotiators"]), + ("Accompagny", &["accompany"]), + ("Obsessie", &["obsessive"]), + ("Relpased", &["relapsed"]), + ("Expessing", &["expressing"]), + ("Consturctor", &["constructor"]), + ("Agant", &["agent"]), + ("Obversation", &["observation"]), + ("Reimpplement", &["reimplement"]), + ("Bithday", &["birthday"]), + ("Manualyy", &["manually"]), + ("Potatoe", &["potato"]), + ("Contianing", &["containing"]), + ("Lackered", &["lacquered"]), + ("Actvie", &["active"]), + ("Orienatated", &["orientated"]), + ("Conerting", &["converting"]), + ("Misoginyst", &["misogynist"]), + ("Whe", &["when", "we"]), + ("Unfortunantly", &["unfortunately"]), + ("Africas", &["africans"]), + ("Cannabilyzing", &["cannibalizing"]), + ("Perservering", &["persevering"]), + ("Ciphersutes", &["ciphersuites"]), + ("Insenstively", &["insensitively"]), + ("Gimmicy", &["gimmicky"]), + ("Backpackng", &["backpacking"]), + ("Restaurent", &["restaurant"]), + ("Decruption", &["decryption"]), + ("Follwoe", &["follow"]), + ("Thundebird", &["thunderbird"]), + ("Recconenctions", &["reconnections"]), + ("Tranfered", &["transferred"]), + ("Constrat", &["constraint"]), + ("Stpiped", &["stripped"]), + ("Arrary", &["array"]), + ("Patronos", &["patrons"]), + ("Companys", &["companies"]), + ("Thtat", &["that"]), + ("Cannotations", &["connotations"]), + ("Granchildren", &["grandchildren"]), + ("Intermidiate", &["intermediate"]), + ("Levareges", &["leverages"]), + ("Trully", &["truly"]), + ("Inevitabily", &["inevitably"]), + ("Structores", &["structures"]), + ("Corerctly", &["correctly"]), + ("Eratic", &["erratic"]), + ("Obayed", &["obeyed"]), + ("Districct", &["district"]), + ("Abscound", &["abscond"]), + ("Physicions", &["physicians"]), + ("Promot", &["prompt", "promote"]), + ("Perosn", &["person"]), + ("Visuably", &["visually"]), + ("Follwwers", &["followers"]), + ("Samwiches", &["sandwiches"]), + ("Emmisarry", &["emissary"]), + ("Ressits", &["resists"]), + ("Sometihng", &["something"]), + ("Architechtures", &["architectures"]), + ("Turkoise", &["turquoise"]), + ("Inclued", &["included"]), + ("Commision", &["commission"]), + ("Nationalisitic", &["nationalistic"]), + ("Perrogative", &["prerogative"]), + ("Constrainsts", &["constraints"]), + ("Sighrynges", &["syringes"]), + ("Inpu", &["input"]), + ("Searche", &["search", "searched"]), + ("Defiantley", &["definitely"]), + ("Avialble", &["available"]), + ("Abriter", &["arbiter"]), + ("Misogynsitic", &["misogynistic"]), + ("Dissasociation", &["disassociation"]), + ("Geomtery", &["geometry"]), + ("Radify", &["ratify"]), + ("Amatersu", &["amateurs"]), + ("Eviserated", &["eviscerated"]), + ("Asendence", &["ascendence"]), + ("Vetrans", &["veterans"]), + ("Westbrok", &["westbrook"]), + ("Diversiy", &["diversify"]), + ("Convenvient", &["convenient"]), + ("Fielesystem", &["filesystem"]), + ("Tentaively", &["tentatively"]), + ("Devlops", &["develops"]), + ("Esudo", &["sudo"]), + ("Outperfoem", &["outperform"]), + ("Aggreagate", &["aggregate"]), + ("Reciepient", &["recipient"]), + ("Interpert", &["interpret"]), + ("Raoches", &["roaches"]), + ("Catastrophies", &["catastrophe"]), + ("Hass", &["hash"]), + ("Proepr", &["proper"]), + ("Nutrutional", &["nutritional"]), + ("Replicaiing", &["replicating"]), + ("Satasfaction", &["satisfaction"]), + ("Fantazising", &["fantasising"]), + ("Aquit", &["acquit"]), + ("Schizophernia", &["schizophrenia"]), + ("Vewiership", &["viewership"]), + ("Phsyicist", &["physicist"]), + ("Eanbles", &["enables"]), + ("Uppon", &["upon"]), + ("Reimplemention", &["reimplementation"]), + ("Woudld", &["would"]), + ("Collaris", &["collars"]), + ("Equivalenet", &["equivalents", "equivalent"]), + ("Someboby", &["somebody"]), + ("Ubelieveble", &["unbelievable"]), + ("Inheritences", &["inheritances"]), + ("Follewers", &["followers"]), + ("Sastifies", &["satisfies"]), + ("Appluad", &["applaud"]), + ("Solitare", &["solitaire", "solitary"]), + ("Acqusitions", &["acquisitions"]), + ("Prometheous", &["prometheus"]), + ("Subdivised", &["subdivided"]), + ("Ammoung", &["among"]), + ("Controles", &["controls", "controllers"]), + ("Chroline", &["chlorine"]), + ("Contoler", &["controller"]), + ("Arcylic", &["acrylic"]), + ("Recconeect", &["reconnect"]), + ("Configury", &["configurable"]), + ("Qauntum", &["quantum"]), + ("Undoubtebly", &["undoubtedly"]), + ("Expermimentally", &["experimentally"]), + ("Kindgergarden", &["kindergarten"]), + ("Buffr", &["buffer"]), + ("Asuterity", &["austerity"]), + ("Wrkload", &["workload"]), + ("Veru", &["very"]), + ("Minitaure", &["miniature"]), + ("Nuatilus", &["nautilus"]), + ("Signitory", &["signatory"]), + ("Pharmaceutial", &["pharmaceutical"]), + ("Decalre", &["declare"]), + ("Intial", &["initial"]), + ("Reminis", &["reminisce"]), + ("Progagating", &["propagating"]), + ("Pairocheelity", &["parochiality"]), + ("Pharmacueticals", &["pharmaceutical"]), + ("Congigurations", &["configurations"]), + ("Disdvantage", &["disadvantage"]), + ("Forunner", &["forerunner"]), + ("Puposes", &["purposes"]), + ("Instansiates", &["instantiates"]), + ("Jospeh", &["joseph"]), + ("Fomaing", &["foaming"]), + ("Ocraina", &["ocarina"]), + ("Desctruction", &["destruction"]), + ("Supportts", &["supports"]), + ("Explicity", &["explicitly"]), + ("Selecgting", &["selecting"]), + ("Histroic", &["historic"]), + ("Temprary", &["temporary", "temporarily"]), + ("Libertarains", &["libertarians"]), + ("Compariing", &["comparing"]), + ("Folows", &["follows"]), + ("Interprerter", &["interpreter"]), + ("Corrspondence", &["correspondence"]), + ("Organisaion", &["organisation"]), + ("Disciplinare", &["discipline"]), + ("Vizualize", &["visualize"]), + ("Rearranments", &["rearrangements"]), + ("Counterpath", &["counterpart"]), + ("Prviate", &["private"]), + ("Desogned", &["designed"]), + ("Validted", &["validated"]), + ("Acccessd", &["accessed"]), + ("Acclerated", &["accelerated"]), + ("Stadnards", &["standards"]), + ("Espreso", &["espresso"]), + ("Pilon", &["pillion", "pylon"]), + ("Follos", &["follows"]), + ("Meausure", &["measure"]), + ("Postincremend", &["postincrement"]), + ("Nutritios", &["nutritious"]), + ("Actvated", &["activated"]), + ("Reprorts", &["reports"]), + ("Binar", &["binary"]), + ("Tablular", &["tabular"]), + ("Mesasge", &["message"]), + ("Heartsthone", &["hearthstone"]), + ("Publishor", &["publisher"]), + ("Offic", &["office"]), + ("Underwealming", &["underwhelming"]), + ("Intrrupts", &["interrupts"]), + ("Entrepreuners", &["entrepreneurs"]), + ("Probablity", &["probability"]), + ("Fater", &["faster"]), + ("Lso", &["also"]), + ("Pssibility", &["possibility"]), + ("Mediciney", &["mediciny", "medicine", "medicinal"]), + ("Minimumn", &["minimum"]), + ("Definatly", &["definitely"]), + ("Degridation", &["degradation"]), + ("Niether", &["neither"]), + ("Experiecne", &["experience"]), + ("Assoaiated", &["associated"]), + ("Objectivication", &["objectification"]), + ("Agrguments", &["arguments"]), + ("Overwealmed", &["overwhelmed"]), + ("Initialiaze", &["initialize"]), + ("Disguisted", &["disguise"]), + ("Physisans", &["physicians"]), + ("Ungeneralizeable", &["ungeneralizable"]), + ("Preprocesser", &["preprocessor"]), + ("Jelous", &["jealous"]), + ("Subexperession", &["subexpression"]), + ("Diplomacia", &["diplomatic"]), + ("Thristy", &["thirsty"]), + ("Observasion", &["observations"]), + ("Renegotatiation", &["renegotiation"]), + ("Connecstatus", &["connectstatus"]), + ("Hypothesies", &["hypothesis"]), + ("Itialized", &["initialized"]), + ("Reocmpression", &["recompression"]), + ("Adminitions", &["admonitions"]), + ("Exagerates", &["exaggerates"]), + ("Dorceful", &["forceful"]), + ("Billboars", &["billboards"]), + ("Befroe", &["before"]), + ("Guarnantes", &["guarantees"]), + ("Shfited", &["shifted"]), + ("Intentinal", &["intentional"]), + ("Compreser", &["compressor"]), + ("Persew", &["pursue"]), + ("Arbitiraly", &["arbitrarily"]), + ("Possibile", &["possible"]), + ("Austira", &["austria"]), + ("Compatilibity", &["compatibility"]), + ("Peasefully", &["peacefully"]), + ("Portfoilo", &["portfolio"]), + ("Repetive", &["repetitive"]), + ("Departmnet", &["departments"]), + ("Egenralize", &["generalize"]), + ("Allws", &["allows"]), + ("Inpsiring", &["inspiring"]), + ("Bulgaira", &["bulgaria"]), + ("Tabualtes", &["tabulates"]), + ("Readed", &["read", "readd", "readded"]), + ("Commmunicated", &["communicated"]), + ("Enumerble", &["enumerable"]), + ("Apporpriate", &["appropriate"]), + ("Inquisidor", &["inquisitor"]), + ("Abreviates", &["abbreviates"]), + ("Snowbolling", &["snowballing"]), + ("Repressin", &["repression"]), + ("Anitvirus", &["antivirus"]), + ("Abreviating", &["abbreviating"]), + ("Comletely", &["completely"]), + ("Scatch", &["catch", "scratch", "sketch"]), + ("Clagary", &["calgary"]), + ("Appeneded", &["appended"]), + ("Uniquey", &["uniquely"]), + ("Difficutl", &["difficult"]), + ("Symptomps", &["symptoms"]), + ("Capabality", &["capability"]), + ("Downgartes", &["downgrades"]), + ("Mimmics", &["mimics"]), + ("Queires", &["queries"]), + ("Interupts", &["interrupts"]), + ("Retquiressl", &["requiressl"]), + ("Antrhopology", &["anthropology"]), + ("Sitations", &["situations"]), + ("Origonated", &["originated"]), + ("Togled", &["toggled"]), + ("Racthet", &["ratchet"]), + ("Circumstanial", &["circumstantial"]), + ("Partcularly", &["particularly"]), + ("Addaptations", &["adaptations"]), + ("Promethius", &["prometheus"]), + ("Agressive", &["aggressive"]), + ("Neighbohood", &["neighborhood"]), + ("Manipulacion", &["manipulation"]), + ("Extenally", &["externally"]), + ("Unsetlling", &["unsettling"]), + ("Traditonal", &["traditional"]), + ("Downoloads", &["downloads"]), + ("Assignenments", &["assignments"]), + ("Referenses", &["referees", "references"]), + ("Depoying", &["deploying"]), + ("Destinatino", &["destination"]), + ("Bounhdary", &["boundary"]), + ("Definision", &["definition"]), + ("Orginization", &["organization"]), + ("Affaris", &["affairs"]), + ("Amerliorative", &["ameliorative"]), + ("Councidentally", &["coincidentally"]), + ("Algotirhms", &["algorithms"]), + ("Oakery", &["ochery"]), + ("Inadvertendly", &["inadvertently"]), + ("Alledgely", &["allegedly"]), + ("Stubborness", &["stubbornness"]), + ("Remved", &["removed"]), + ("Initialisated", &["initialised"]), + ("Sclaing", &["scaling"]), + ("Uninstlalation", &["uninstallation"]), + ("Allocattion", &["allocation"]), + ("Incentiveise", &["incentives"]), + ("Comparements", &["compartments"]), + ("Grpahite", &["graphite"]), + ("Unmisakably", &["unmistakably"]), + ("Regulares", &["regulars"]), + ("Indiviually", &["individually"]), + ("Sufficent", &["sufficient"]), + ("Catigorically", &["categorically"]), + ("Disgiuse", &["disguise"]), + ("Spectify", &["specify"]), + ("Unser", &["under", "unset", "unsure", "user"]), + ("Incvalid", &["invalid"]), + ("Poperee", &["potpourri"]), + ("Refacor", &["refactor"]), + ("Bloks", &["blocks", "blokes"]), + ("Thikn", &["think"]), + ("Polotic", &["politic"]), + ("Undercore", &["underscore"]), + ("Projctors", &["projectors"]), + ("Repsonding", &["responding"]), + ("Butthoe", &["butthole"]), + ("Supreses", &["suppresses"]), + ("Degrate", &["degrade"]), + ("Overrrided", &["overridden"]), + ("Compairs", &["compares"]), + ("Connektors", &["connectors"]), + ("Ppyint", &["pyint"]), + ("Legitimicy", &["legitimacy"]), + ("Documeneting", &["documenting"]), + ("Questionn", &["questioning"]), + ("Formes", &["forms", "formed"]), + ("Exampels", &["examples"]), + ("Indepedence", &["independence"]), + ("Attemp", &["attempt"]), + ("Relashionship", &["relationship"]), + ("Gemetry", &["geometry"]), + ("Medicinens", &["medicines"]), + ("Hospotality", &["hospitality"]), + ("Quoteed", &["quoted"]), + ("Discrimanted", &["discriminated"]), + ("Dominacion", &["domination"]), + ("Teleportion", &["teleporting"]), + ("Elmenet", &["element"]), + ("Derefernces", &["dereferences"]), + ("Condfigurations", &["configurations"]), + ("Ancesetor", &["ancestor"]), + ("Remining", &["remaining"]), + ("Lannguages", &["languages"]), + ("Cimmetricaly", &["symmetrically"]), + ("Recalcution", &["recalculation"]), + ("Disassmebled", &["disassembled"]), + ("Authencticators", &["authenticators"]), + ("Inadvertantly", &["inadvertently"]), + ("Correnspondents", &["correspondents"]), + ("Lituhania", &["lithuania"]), + ("Describibg", &["describing"]), + ("Unadvertantly", &["inadvertently"]), + ("Addresess", &["addresses"]), + ("Trnsfer", &["transfer"]), + ("Incerased", &["increased"]), + ("Permssions", &["permissions"]), + ("Drowt", &["drouth"]), + ("Indefininte", &["indefinite"]), + ("Reaserching", &["researching"]), + ("Illinoians", &["illinois"]), + ("Automicatilly", &["automatically"]), + ("Otain", &["obtain"]), + ("Maintenace", &["maintenance"]), + ("Comodore", &["commodore"]), + ("Brilinear", &["bilinear"]), + ("Memeory", &["memory"]), + ("Cachse", &["cache", "caches"]), + ("Mcalren", &["mclaren"]), + ("Carrear", &["career"]), + ("Perpetuationg", &["perpetuating"]), + ("Twelth", &["twelfth"]), + ("Resepected", &["respected"]), + ("Adaptes", &["adapters"]), + ("Destryed", &["destroyed"]), + ("Complicarte", &["complicate"]), + ("Constituant", &["constituent"]), + ("Immobilier", &["immobile"]), + ("Succsesfull", &["successfully"]), + ("Unneccesary", &["unnecessary"]), + ("Mealflur", &["millefleur"]), + ("Patriottism", &["patriotism"]), + ("Coinsident", &["coincident"]), + ("Calcualate", &["calculate"]), + ("Messuring", &["measuring"]), + ("Nutricional", &["nutritional"]), + ("Satuaday", &["saturday"]), + ("Invloves", &["involves"]), + ("Upgerade", &["upgrade"]), + ("Raed", &["read"]), + ("Introdusing", &["introducing"]), + ("Assest", &["asset", "assess"]), + ("Cursosr", &["cursors"]), + ("Compolation", &["compilation"]), + ("Negothiator", &["negotiator"]), + ("Couse", &["course", "cause"]), + ("Dungoen", &["dungeon"]), + ("Absoluth", &["absolute"]), + ("Rithmic", &["rhythmic"]), + ("Seive", &["sieve"]), + ("Cyrstalline", &["crystalline"]), + ("Pessiary", &["pessary"]), + ("Eploits", &["exploits"]), + ("Belssings", &["blessings"]), + ("Modifdy", &["modify"]), + ("Lizense", &["license"]), + ("Relaods", &["reloads"]), + ("Momery", &["memory"]), + ("Algorithum", &["algorithm"]), + ("Invailid", &["invalid"]), + ("Contstraints", &["constraints"]), + ("Perpertator", &["perpetrators"]), + ("Priave", &["private"]), + ("Shecks", &["checks", "shucks"]), + ("Initiativs", &["initiatives"]), + ("Burbon", &["bourbon"]), + ("Eleminated", &["eliminated"]), + ("Crusdaer", &["crusader"]), + ("Arranent", &["arrangement"]), + ("Revelaed", &["revealed"]), + ("Sisser", &["scissor", "sissier", "sister"]), + ("Stirker", &["striker"]), + ("Modfide", &["modified"]), + ("Melineums", &["millennia"]), + ("Avaiiability", &["availability"]), + ("Qauntity", &["quantity"]), + ("Destryong", &["destroying"]), + ("Deconstracted", &["deconstructed"]), + ("Medeival", &["medieval"]), + ("Tempels", &["temples"]), + ("Annonomusally", &["anonymously"]), + ("Unstallation", &["installation", "uninstallation"]), + ("Wathever", &["whatever"]), + ("Valulation", &["valuation"]), + ("Possessivize", &["possessive"]), + ("Haave", &["have"]), + ("Pertrified", &["petrified"]), + ("Legenadries", &["legendaries"]), + ("Intergated", &["integrated"]), + ("Colect", &["collect"]), + ("Descriptiors", &["descriptors"]), + ("Guestimate", &["guesstimate"]), + ("Coutners", &["counters"]), + ("Struggels", &["struggles"]), + ("Inresting", &["inserting"]), + ("Miinimized", &["minimized"]), + ("Nombers", &["numbers"]), + ("Captialist", &["capitalist"]), + ("Constructus", &["constructs"]), + ("Valailable", &["available"]), + ("Thouhgt", &["thought"]), + ("Rceate", &["create"]), + ("Rerurn", &["return", "rerun"]), + ("Perfomeanse", &["performance"]), + ("Lastr", &["last"]), + ("Rotatios", &["rotations", "ratios"]), + ("Knowlage", &["knowledge"]), + ("Democratas", &["democrats"]), + ("Occationally", &["occasionally"]), + ("Haynus", &["heinous"]), + ("Cahacters", &["characters"]), + ("Polltry", &["poultry"]), + ("Suppplied", &["supplied"]), + ("Drescription", &["description"]), + ("Succeeedds", &["succeeds"]), + ("Castels", &["castles"]), + ("Seperatist", &["separatist"]), + ("Fignernails", &["fingernails"]), + ("Ackowledgement", &["acknowledgement"]), + ("Ninty", &["ninety", "minty"]), + ("Minimalisity", &["minimalist"]), + ("Implct", &["implicit"]), + ("Parternships", &["partnership"]), + ("Confrimations", &["confirmations"]), + ("Innitialize", &["initialize", "initializes"]), + ("Accroding", &["according"]), + ("Mmanifest", &["manifest"]), + ("Skwyard", &["skyward"]), + ("Execure", &["execute"]), + ("Manetain", &["maintain"]), + ("Whethe", &["whether"]), + ("Hihg", &["high"]), + ("Extrememely", &["extremely"]), + ("Scucess", &["success"]), + ("Execultables", &["executables"]), + ("Homosexuallity", &["homosexuality"]), + ("Nominato", &["nomination"]), + ("Disastruous", &["disastrous"]), + ("Discconeccting", &["disconnecting"]), + ("Steppign", &["stepping"]), + ("Remmeber", &["remember"]), + ("Debouce", &["debounce"]), + ("Ununsed", &["unused"]), + ("Reeturning", &["returning"]), + ("Proficincy", &["proficiency"]), + ("Sarimonys", &["ceremonies"]), + ("Usesfull", &["useful"]), + ("Actitivies", &["activities"]), + ("Turntabel", &["turntable"]), + ("Miinimisation", &["minimisation"]), + ("Discussons", &["discussions"]), + ("Desciption", &["description"]), + ("Cycloen", &["cyclone"]), + ("Condifured", &["configured"]), + ("Confirmatinon", &["confirmation"]), + ("Dsyfunctional", &["dysfunctional"]), + ("Homosexualls", &["homosexuals"]), + ("Manoeuverability", &["maneuverability"]), + ("Resrouces", &["resources"]), + ("Victorinos", &["victorious"]), + ("Furst", &["first"]), + ("Initmacy", &["intimacy"]), + ("Juggarnaut", &["juggernaut"]), + ("Follolwing", &["following"]), + ("Moisutrizing", &["moisturizing"]), + ("Configurare", &["configure"]), + ("Invlisible", &["invisible"]), + ("Verbatum", &["verbatim"]), + ("Kepoints", &["keypoints"]), + ("Cofirm", &["confirm"]), + ("Celler", &["cellar"]), + ("Downlowds", &["downloads"]), + ("Rrroring", &["erroring"]), + ("Hismelf", &["himself"]), + ("Vampirs", &["vampires"]), + ("Mysogenistic", &["misogynistic"]), + ("Decoposes", &["decomposes"]), + ("Mdifielder", &["midfielder"]), + ("Pengiuns", &["penguins"]), + ("Renegotaite", &["renegotiate"]), + ("Autheniticated", &["authenticated"]), + ("Facilititate", &["facilitate"]), + ("Soovineer", &["souvenir"]), + ("Consolidare", &["consolidate"]), + ("Toxicitiy", &["toxicity"]), + ("Specialis", &["specials"]), + ("Anlge", &["angle"]), + ("Unsucesssful", &["unsuccessful"]), + ("Cardborad", &["cardboard"]), + ("Defaulh", &["default"]), + ("Descrition", &["description"]), + ("Initialyses", &["initialises"]), + ("Ahould", &["should"]), + ("Grapics", &["graphics"]), + ("Intersectons", &["intersections"]), + ("Eslewhere", &["elsewhere"]), + ("Silhouete", &["silhouette"]), + ("Expermenetally", &["experimentally"]), + ("Convirtible", &["convertible"]), + ("Espescially", &["especially"]), + ("Meoldies", &["melodies"]), + ("Totalitarion", &["totalitarian"]), + ("Impletations", &["implementations"]), + ("Adapive", &["adaptive"]), + ("Otherwize", &["otherwise"]), + ("Conquerring", &["conquering"]), + ("Upstreemed", &["upstreamed"]), + ("Rudimentry", &["rudimentary"]), + ("Misalignement", &["misalignment"]), + ("Notificaton", &["notification"]), + ("Beleaver", &["believer"]), + ("Interrigation", &["interrogation"]), + ("Diagnotics", &["diagnostic", "diagnostics"]), + ("Threatended", &["threatened"]), + ("Insecurites", &["insecurities"]), + ("Jpng", &["png", "jpg", "jpeg"]), + ("Survaillence", &["surveillance"]), + ("Predicessors", &["predecessors"]), + ("Experimnt", &["experiment"]), + ("Dermatologyst", &["dermatologist"]), + ("Cariacture", &["caricature"]), + ("Shudown", &["shutdown"]), + ("Indivudual", &["individual"]), + ("Molestare", &["molester"]), + ("Datastrem", &["datastream"]), + ("Mounth", &["month", "mouth"]), + ("Extravogant", &["extravagant"]), + ("Musels", &["muscles", "mussels"]), + ("Negible", &["negligible"]), + ("Delte", &["delete"]), + ("Experimtenally", &["experimentally"]), + ("Groosome", &["gruesome"]), + ("Classess", &["classes"]), + ("Failiure", &["failure"]), + ("Mutuxes", &["mutexes"]), + ("Implememts", &["implements"]), + ("Surley", &["surly", "surely"]), + ("Techincally", &["technically"]), + ("Resistencias", &["resistances"]), + ("Confiugrations", &["configurations"]), + ("Calclulating", &["calculating"]), + ("Youngents", &["youngest"]), + ("Instanseation", &["instantiation"]), + ("Availble", &["available"]), + ("Terrorities", &["territories"]), + ("Titainum", &["titanium"]), + ("Premuims", &["premiums"]), + ("Lood", &["blood", "flood", "lewd", "look", "loom", "mood"]), + ("Suscribe", &["subscribe"]), + ("Intricicies", &["intricacies"]), + ("Reudction", &["reduction"]), + ("Interogate", &["interrogate"]), + ( + "Spped", + &["speed", "sped", "sipped", "sapped", "supped", "sopped"], + ), + ("Concecutive", &["consecutive"]), + ("Assupmtion", &["assumptions"]), + ("Unfortunatly", &["unfortunately"]), + ("Conincides", &["coincides"]), + ("Cretae", &["create"]), + ("Helment", &["helmet"]), + ("Exposicion", &["exposition"]), + ("Versiones", &["versions"]), + ("Coordenation", &["coordination"]), + ("Blok", &["block", "bloke"]), + ("Indicitave", &["indicative"]), + ("Sprintas", &["sprints"]), + ("Chawk", &["chalk"]), + ("Collaborant", &["collaborate"]), + ("Decomposion", &["decomposition"]), + ("Longevitity", &["longevity"]), + ("Passiones", &["passions"]), + ("Canceltation", &["cancellation"]), + ("Goddman", &["goddamn"]), + ("Approxiamtions", &["approximations"]), + ("Limk", &["link"]), + ("Cacuasian", &["caucasian"]), + ("Thw", &["the", "thaw"]), + ("Presistion", &["precision"]), + ("Straigthened", &["straightened"]), + ("Gam", &["game"]), + ("Insinuationg", &["insinuating"]), + ("Ipmrovements", &["improvements"]), + ("Conversatives", &["conservatives"]), + ("Analystes", &["analysts"]), + ("Jounralist", &["journalist"]), + ("Toches", &["touches"]), + ("Shrinds", &["shrinks"]), + ("Uninfroms", &["uninforms", "uniforms"]), + ("Diplay", &["display"]), + ("Bloodbore", &["bloodborne"]), + ("Illegitamate", &["illegitimate"]), + ("Individuel", &["individual"]), + ("Tentacels", &["tentacles"]), + ("Practicianer", &["practitioner"]), + ("Conecnt", &["connect", "content"]), + ("Nightmates", &["nightmares"]), + ("Millionairre", &["millionaire"]), + ("Spwans", &["spawns"]), + ("Tengentially", &["tangentially"]), + ("Collectivos", &["collections"]), + ("Mmonitoring", &["monitoring"]), + ("Transmatter", &["transmitter"]), + ("Instancd", &["instance"]), + ("Illistrate", &["illiterate", "illustrate"]), + ("Remnans", &["remnants"]), + ("Integate", &["integrate"]), + ("Efford", &["effort", "afford"]), + ("Dimineshes", &["diminishes"]), + ("Answhars", &["answers"]), + ("Cahce", &["cache"]), + ("Selecton", &["selection"]), + ("Averloads", &["overloads"]), + ("Californiaman", &["californian"]), + ("Dismantleing", &["dismantling"]), + ("Atttributes", &["attributes"]), + ("Stategised", &["strategised"]), + ("Disucussed", &["discussed"]), + ("Meanign", &["meaning"]), + ("Disapats", &["dissipates"]), + ("Sesceded", &["seceded"]), + ("Beliveable", &["believable"]), + ("Exchanages", &["exchanges"]), + ("Memorie", &["memory"]), + ("Problemas", &["problems"]), + ("Paramedis", &["paramedics"]), + ("Brosing", &["browsing"]), + ("Continous", &["continuous"]), + ("Contructor", &["constructor"]), + ("Simplisity", &["simplicity"]), + ("Protototype", &["prototype"]), + ("Willl", &["will"]), + ("Physicion", &["physician"]), + ("Comarde", &["comrade"]), + ("Distrubutions", &["distributions"]), + ("Caesed", &["ceased"]), + ("Anedocte", &["anecdote"]), + ("Featchures", &["features"]), + ("Jscipt", &["jscript"]), + ("Assymtote", &["asymptote"]), + ("Subsituent", &["substituent"]), + ("Logarithmical", &["logarithmically"]), + ("Unknonws", &["unknowns"]), + ("Emtional", &["emotional"]), + ("Initiatiate", &["initiate"]), + ("Blueburries", &["blueberries"]), + ("Amzing", &["amazing"]), + ("Leack", &["leak"]), + ("Endcodings", &["encodings"]), + ("Caselessely", &["caselessly"]), + ("Postion", &["position"]), + ("Collissions", &["collisions"]), + ("Rendazyvooed", &["rendezvoused"]), + ("Limitiers", &["limiters"]), + ("Militat", &["militant"]), + ("Impartirla", &["impartial"]), + ("Byt", &["byte"]), + ("Ony", &["only", "on", "one"]), + ("Hospitalzed", &["hospitalized"]), + ("Multiplis", &["multiplies"]), + ("Signle", &["single", "signal"]), + ("Recend", &["rescind"]), + ("Specfiied", &["specified"]), + ("Servie", &["service"]), + ("Lavelled", &["labelled", "levelled"]), + ("Beuraucracy", &["bureaucracy"]), + ("Tansform", &["transform"]), + ("Qaurterback", &["quarterback"]), + ("Reprot", &["report"]), + ("Anphitheaters", &["amphitheaters"]), + ("Ancestory", &["ancestry"]), + ("Follw", &["follow"]), + ("Virtualy", &["virtually"]), + ("Argumnts", &["arguments"]), + ("Committment", &["commitment"]), + ("Layrinks", &["larynx"]), + ("Broswing", &["browsing"]), + ("Fonctionnalies", &["functionalities"]), + ("Expcted", &["expected"]), + ("Transisitor", &["transistor"]), + ("Disagremeent", &["disagreements"]), + ("Vaiable", &["variable"]), + ("Ofocurse", &["ofcourse"]), + ("Catgorical", &["categorical"]), + ("Triancle", &["triangle"]), + ("Deterministicly", &["deterministically"]), + ("Guarrentee", &["guarantee"]), + ("Cahined", &["chained"]), + ("Nasts", &["masts", "nests"]), + ("Acknowldege", &["acknowledge"]), + ("Imperitive", &["imperative"]), + ("Indicies", &["indices"]), + ("Suprizing", &["surprising"]), + ("Exctracted", &["extracted"]), + ("Alpbabetically", &["alphabetically"]), + ("Indoktrination", &["indoctrination"]), + ("Offfset", &["offset"]), + ("Membrances", &["membrane"]), + ("Diasbles", &["disables"]), + ("Arithemtic", &["arithmetic"]), + ("Cjoices", &["choices"]), + ("Repeticion", &["repetition"]), + ("Resorced", &["resourced"]), + ("Modlue", &["module"]), + ("Curteusly", &["courteously"]), + ("Workfows", &["workflows"]), + ("Traveerse", &["traverse"]), + ("Ontained", &["contained", "obtained"]), + ("Gutiarist", &["guitarist"]), + ("Continusly", &["continuously"]), + ("Respiritory", &["respiratory"]), + ("Precent", &["percent", "prescient"]), + ("Hypocrasy", &["hypocrisy"]), + ("Pretinent", &["pertinent"]), + ("Deductibe", &["deductible"]), + ("Differances", &["differences"]), + ("Hansome", &["handsome"]), + ("Commputed", &["computed"]), + ("Conventient", &["convenient"]), + ("Dimansion", &["dimension"]), + ("Neighbeuthoods", &["neighbourhoods"]), + ("Missence", &["missense"]), + ("Constainte", &["constrained", "constraint", "constraints"]), + ("Uncomfortablity", &["uncomfortably"]), + ("Immortas", &["immortals"]), + ("Monteral", &["montreal"]), + ("Expextedly", &["expectedly"]), + ("Cranbery", &["cranberry"]), + ("Experiement", &["experiment"]), + ("Repbulicans", &["republicans"]), + ("Reuplaod", &["reupload"]), + ("Unspefiifeid", &["unspecified"]), + ("Compuation", &["computation"]), + ("Brithday", &["birthday"]), + ("Langauge", &["language"]), + ("Confirmacion", &["confirmation"]), + ("Clairify", &["clarify"]), + ("Authencticates", &["authenticates"]), + ("Humber", &["number"]), + ("Responcibly", &["responsibly"]), + ("Timesamp", &["timestamp"]), + ("Procrastinarting", &["procrastinating"]), + ("Renegotaiate", &["renegotiate"]), + ("Adress", &["address"]), + ("Rearranement", &["rearrangement"]), + ("Qualifierais", &["qualifiers"]), + ("Extremaly", &["extremely"]), + ("Compulsorary", &["compulsory"]), + ("Aggregration", &["aggregation"]), + ("Sugned", &["signed"]), + ("Seaparate", &["separate"]), + ("Mchanisms", &["mechanisms"]), + ("Absolurely", &["absolutely"]), + ("Fashoning", &["fashioning"]), + ("Coutnerpart", &["counterpart"]), + ("Devider", &["divider"]), + ("Costumization", &["customization"]), + ("Stealthboy", &["stealthy"]), + ("Startegic", &["strategic"]), + ("Extremites", &["extremities"]), + ("Perjery", &["perjury"]), + ("Doublelfit", &["doublelift"]), + ("Intimidades", &["intimidated"]), + ("Onomonopea", &["onomatopoeia"]), + ("Retrived", &["retrieved"]), + ("Speperatd", &["separated"]), + ("Neighbeuing", &["neighbouring"]), + ("Wariors", &["warriors"]), + ("Philosiphers", &["philosophers"]), + ("Alhapets", &["alphabets"]), + ("Reudced", &["reduced"]), + ("Renegociating", &["renegotiating"]), + ("Negoitator", &["negotiator"]), + ("Conversoin", &["conversions", "conversion"]), + ("Attributo", &["attribution"]), + ("Guarnateeeing", &["guaranteeing"]), + ("Interpretier", &["interpreter"]), + ("Pionts", &["points"]), + ("Preceision", &["precision"]), + ("Impcat", &["impact"]), + ("Upsteramed", &["upstreamed"]), + ("Concatanate", &["concatenate"]), + ("Implemeneted", &["implemented"]), + ("Previosly", &["previously"]), + ("Trancation", &["truncation"]), + ("Sasy", &["says", "sassy"]), + ("Decendants", &["descendants"]), + ("Heavnely", &["heavenly"]), + ("Volunteerd", &["volunteered"]), + ("Shutdownm", &["shutdown"]), + ("Commandd", &["commanded"]), + ("Paremetric", &["parametric"]), + ("Doucment", &["document"]), + ("Ccustom", &["custom"]), + ("Poeple", &["people"]), + ("Partirioned", &["partitioned"]), + ("Invesitgative", &["investigative"]), + ("Probalby", &["probably"]), + ("Requriements", &["requirements"]), + ("Indicat", &["indicate"]), + ("Examing", &["examining"]), + ("Deafault", &["default"]), + ("Espically", &["especially"]), + ("Wavelenghts", &["wavelength", "wavelengths"]), + ("Assoceated", &["associated"]), + ("Accociations", &["associations"]), + ("Betwenn", &["between"]), + ("Manfiest", &["manifest"]), + ("Uncommited", &["uncommitted"]), + ("Stereotpying", &["stereotyping"]), + ("Rickoshays", &["ricochets"]), + ("Perferrence", &["preference"]), + ("Contrains", &["constrains", "constraints"]), + ("Spotifiy", &["spotify"]), + ("Lifestlyes", &["lifestyles"]), + ("Coordintate", &["coordinate"]), + ("Templats", &["templates"]), + ("Referances", &["references"]), + ("Dimensonal", &["dimensional"]), + ("Receeding", &["receding"]), + ("Grieifng", &["griefing"]), + ("Unplease", &["displease"]), + ("Belives", &["believes", "beliefs"]), + ("Expermientelly", &["experimentally"]), + ("Processibg", &["processing"]), + ("Alway", &["always"]), + ("Impossibry", &["impossibly"]), + ("Syncronization", &["synchronization"]), + ("Eeverywhere", &["everywhere"]), + ("Prospertiy", &["prosperity"]), + ("Apprieciation", &["appreciation"]), + ("Chipersuites", &["ciphersuites"]), + ("Proprogating", &["propagating"]), + ("Definitivelly", &["definitively"]), + ("Randayvooed", &["rendezvoused"]), + ("Pressiously", &["preciously"]), + ("Articualte", &["articulate"]), + ("Vulnerabilties", &["vulnerabilities"]), + ("Usuer", &["user"]), + ("Celullar", &["cellular"]), + ("Segmenst", &["segments"]), + ("Similairty", &["similarity"]), + ("Unimportent", &["unimportant"]), + ("Apperarances", &["appearances"]), + ("Univeriality", &["universality"]), + ("Brefore", &["before"]), + ("Accommidation", &["accommodation"]), + ("Pasing", &["passing", "posing"]), + ("Indiated", &["indicated"]), + ("Collpased", &["collapsed"]), + ("Biddings", &["bidding"]), + ("Sapeenaing", &["subpoenaing"]), + ("Referrences", &["references"]), + ("Cosntant", &["constant"]), + ("Recursily", &["recursively"]), + ("Vallies", &["valleys"]), + ("Reqquests", &["requests"]), + ("Geomerties", &["geometries"]), + ("Partitionning", &["partitioning"]), + ("Alinments", &["alignments"]), + ("Hrough", &["through"]), + ("Specificied", &["specified"]), + ("Behaivor", &["behavior"]), + ("Vulberbuilities", &["vulnerabilities"]), + ("Qust", &["quest"]), + ("Psudo", &["pseudo"]), + ("Regsitry", &["registry"]), + ("Utilizaiton", &["utilization"]), + ("Ineffient", &["inefficient"]), + ("Custoisable", &["customisable"]), + ("Esential", &["essential"]), + ("Mouthpeice", &["mouthpiece"]), + ("Recomput", &["recompute"]), + ("Fronat", &["format", "front"]), + ("Pseudonyn", &["pseudonym"]), + ("Conciveable", &["conceivable"]), + ("Advacne", &["advance"]), + ("Contracing", &["contracting"]), + ("Perturbe", &["perturb", "perturbed"]), + ("Prespective", &["perspective"]), + ("Dragable", &["draggable"]), + ("Pronounes", &["pronouns"]), + ("Reuqested", &["requested"]), + ("Ideologisen", &["ideologies"]), + ("Expirience", &["experience"]), + ("Bazerk", &["berserk"]), + ("Uplfiting", &["uplifting"]), + ("Chopy", &["choppy", "chop"]), + ("Perdiction", &["prediction"]), + ("Generaties", &["generate"]), + ("Transcribtion", &["transcription"]), + ("Inocent", &["innocent"]), + ("Ubiqituous", &["ubiquitous"]), + ("Lenghten", &["lengthen"]), + ("Collone", &["cologne"]), + ("Disimilar", &["dissimilar"]), + ("Theisitc", &["theistic"]), + ("Onbaord", &["onboard"]), + ("Nectode", &["netcode"]), + ("Prohibt", &["prohibit"]), + ("Adolecent", &["adolescent"]), + ("Subscrible", &["subscriber"]), + ("Libertatians", &["libertarians"]), + ("Licate", &["locate"]), + ("Dilpoma", &["diploma"]), + ("Groudnbreaking", &["groundbreaking"]), + ("Lookign", &["looking"]), + ("Scemes", &["schemes", "scenes"]), + ("Quessants", &["croissants"]), + ("Degnerate", &["degenerate"]), + ("Entraces", &["entrances"]), + ("Symoblic", &["symbolic"]), + ("Mirgation", &["migration"]), + ("Commmunicates", &["communicates"]), + ("Confurse", &["confuse"]), + ("Obeserve", &["observe"]), + ("Persausion", &["persuasion"]), + ("Constructur", &["constructor"]), + ("Partitiones", &["partitions"]), + ("Vulbearbilities", &["vulnerabilities"]), + ("Causalty", &["casualty"]), + ("Encrupted", &["encrypted"]), + ("Briliant", &["brilliant"]), + ("Spefixeirs", &["specifiers"]), + ("Oscurity", &["obscurity"]), + ("Partsian", &["partisan"]), + ("Satisifying", &["satisfying"]), + ("Origintea", &["originate"]), + ("Clonable", &["cloneable"]), + ("Admrial", &["admiral"]), + ("Emplyers", &["employers"]), + ("Unfortune", &["unfortunate"]), + ("Warumup", &["warmup"]), + ("Opinyons", &["opinions"]), + ("Tremenduous", &["tremendous"]), + ("Destiantion", &["destinations", "destination"]), + ("Algee", &["algae"]), + ("Suggestied", &["suggestive"]), + ("Observaiton", &["observant"]), + ("Automaticall", &["automatically", "automatic"]), + ("Intgral", &["integral"]), + ("Languaes", &["languages"]), + ("Erminated", &["terminated"]), + ("Reveresed", &["reversed"]), + ("Brockend", &["broken"]), + ("Calculcation", &["calculation"]), + ("Trasnformed", &["transformed"]), + ("Calaber", &["caliber"]), + ("Strenghtened", &["strengthened"]), + ("Biseuxal", &["bisexual"]), + ("Elease", &["release"]), + ("Vulberabilility", &["vulnerability"]), + ("Functiional", &["functional"]), + ("Revealtion", &["revelations"]), + ("Harrasments", &["harassments"]), + ("Stadius", &["stadiums"]), + ("Hidded", &["hidden"]), + ("Autonegotition", &["autonegotiation"]), + ("Fior", &["for"]), + ("Accompagnies", &["accompanies"]), + ("Advanatge", &["advantage"]), + ("Dudo", &["sudo"]), + ("Disscuesed", &["discussed"]), + ("Visheators", &["vitiators"]), + ("Paralleism", &["parallelism"]), + ("Associdated", &["associated"]), + ("Assnage", &["assange"]), + ("Duing", &["during"]), + ("Tripple", &["triple"]), + ("Expermimented", &["experimented"]), + ("Agnostiscm", &["agnosticism"]), + ("Docmuent", &["document"]), + ("Novembeard", &["november"]), + ("Deviiated", &["deviated"]), + ("Unjustifyed", &["unjustified"]), + ("Archetecturally", &["architecturally"]), + ("Presentated", &["presented"]), + ("Coersion", &["coercion", "conversion"]), + ("Untintuitive", &["unintuitive"]), + ("Paermissions", &["permissions"]), + ("Rescedule", &["reschedule"]), + ("Rightfullly", &["rightfully"]), + ("Plattforms", &["platforms"]), + ("Alchoolism", &["alcoholism"]), + ("Functionionality", &["functionality"]), + ("Chating", &["chatting"]), + ("Guarnanty", &["guaranty"]), + ("Sorcercy", &["sorcery"]), + ("Indefinitelly", &["indefinitely"]), + ("Savy", &["savvy"]), + ("Currnt", &["current"]), + ("Ackumulation", &["accumulation"]), + ("Algorithyms", &["algorithm"]), + ("Arbiitrarily", &["arbitrarily"]), + ("Paralle", &["parallel"]), + ("Astroid", &["asteroid"]), + ("Revovles", &["revolves"]), + ("Anitbiotic", &["antibiotic"]), + ("Paychiatrist", &["psychiatrist"]), + ("Instanty", &["instantly"]), + ("Accesible", &["accessible"]), + ("Collsion", &["collision"]), + ("Otherwose", &["otherwise"]), + ("Mechanisims", &["mechanism"]), + ("Practive", &["practice"]), + ("Alises", &["aliases"]), + ("Replacaiblity", &["replaceability", "replicability"]), + ("Breifly", &["briefly"]), + ("Recconets", &["reconnects"]), + ("Presist", &["persist"]), + ("Pigin", &["pigeon"]), + ("Muste", &["must"]), + ("Chisiles", &["chisels"]), + ("Cleanes", &["cleanse"]), + ("Attractice", &["attractive"]), + ("Copyritghted", &["copyrighted"]), + ("Turain", &["terrain"]), + ("Notario", &["ontario"]), + ("Refereers", &["referees"]), + ("Replacable", &["replicable", "replaceable"]), + ("Duaghter", &["daughter"]), + ("Hypocrties", &["hypocrites"]), + ("Suttled", &["shuttled"]), + ("Implementaitons", &["implementations"]), + ("Adrelanine", &["adrenaline"]), + ("Marijuannas", &["marijuana"]), + ("Pundent", &["pundit"]), + ("Avation", &["aviation"]), + ("Polocy", &["policy"]), + ("Dieties", &["deities"]), + ("Earthquaks", &["earthquakes"]), + ("Nane", &["name"]), + ("Ebaled", &["enabled"]), + ("Decordes", &["decodes"]), + ("Buisnessmen", &["businessmen"]), + ("Snipets", &["snippets"]), + ("Grassrooters", &["grassroots"]), + ("Smartre", &["smarter"]), + ("Execuned", &["executed"]), + ("Fumction", &["function"]), + ("Tablepsoons", &["tablespoons"]), + ("Excutable", &["executable"]), + ("Retquirement", &["requirement"]), + ("Sitation", &["situation"]), + ("Underrrun", &["underrun"]), + ("Coincidense", &["coincidence"]), + ("Underrater", &["undertaker"]), + ("Respwan", &["respawn"]), + ("Gagit", &["gadget"]), + ("Predetermiend", &["predetermined"]), + ("Conversts", &["converts"]), + ("Overrided", &["overrode", "overridden"]), + ("Saxaphone", &["saxophone"]), + ("Fluctiations", &["fluctuations"]), + ("Overreides", &["overrides"]), + ("Countinously", &["continuously"]), + ("Sycronised", &["synchronised"]), + ("Missunderstanding", &["misunderstanding"]), + ("Ballisitc", &["ballistic"]), + ("Revolutionaary", &["revolutionary"]), + ("Deisgn", &["design"]), + ("Otherwhere", &["elsewhere"]), + ("Strippping", &["stripping"]), + ("Unregisterd", &["unregistered"]), + ("Quiting", &["quitting"]), + ("Suport", &["support"]), + ("Rendayvoued", &["rendezvoused"]), + ("Abnoramlly", &["abnormally"]), + ("Dublication", &["duplication"]), + ("Incompasitates", &["incapacitates"]), + ("Overwritted", &["overwrite"]), + ("Disagreemet", &["disagreements"]), + ("Spetsific", &["specific"]), + ("Trasngender", &["transgender"]), + ("Cringery", &["cringey"]), + ("Consumbales", &["consumables"]), + ("Execues", &["executes"]), + ("Renegotaiation", &["renegotiation"]), + ("Optionsl", &["optional", "options"]), + ("Fransiscans", &["franciscans"]), + ("Medicacion", &["medication"]), + ("Postumus", &["posthumous"]), + ("Implicitily", &["implicitly"]), + ("Psudeo", &["pseudo"]), + ("Utitlity", &["utility"]), + ("Offests", &["offsets"]), + ("Annonciators", &["annunciators"]), + ("Gladiatr", &["gladiator"]), + ("Europen", &["european"]), + ("Amealearating", &["ameliorating"]), + ("Distribuit", &["distribute"]), + ("Relavation", &["relaxation"]), + ("Mississipi", &["mississippi"]), + ("Propage", &["propagate"]), + ("Subtetly", &["subtlety"]), + ("Replusive", &["repulsive"]), + ("Withtout", &["without"]), + ("Broadcastes", &["broadcasts"]), + ("Cleverleys", &["cleverly"]), + ("Representatitive", &["representative"]), + ("Asssasin", &["assassin"]), + ("Furthrest", &["furthest"]), + ("Corresonding", &["corresponding"]), + ("Implemts", &["implements"]), + ("Tqrget", &["target"]), + ("Noveau", &["nouveau"]), + ("Prosthethic", &["prosthetic"]), + ("Affleunt", &["affluent"]), + ("Authers", &["authors"]), + ("Containors", &["containers"]), + ("Dpeends", &["depends"]), + ("Islmaists", &["islamists"]), + ("Incgonito", &["incognito"]), + ("Interpretaion", &["interpretation"]), + ("Speficiically", &["specifically"]), + ("Underlayed", &["underlaid"]), + ("Esoterisch", &["esoteric"]), + ("Condenmed", &["condemned"]), + ("Sirected", &["directed"]), + ("Beastiaries", &["bestiaries"]), + ("Pefers", &["prefers"]), + ("Jumpimng", &["jumping"]), + ("Modifty", &["modify"]), + ("Facilitarte", &["facilitate"]), + ("Combinaison", &["combinations"]), + ("Disconneting", &["disconnecting"]), + ("Trancriptions", &["transcriptions"]), + ("Suggeted", &["suggested"]), + ("Prosectued", &["prosecuted"]), + ("Incerasing", &["increasing"]), + ("Finaly", &["finally", "finale"]), + ("Reconfugure", &["reconfigure"]), + ("Offisianados", &["aficionados"]), + ("Blockhain", &["blockchain"]), + ("Assoaiates", &["associates"]), + ("Chocolste", &["chocolates"]), + ("Orthagonal", &["orthogonal"]), + ("Ckeck", &["check"]), + ("Modfies", &["modifies"]), + ("Conveniet", &["convenient"]), + ("Sarcasticlly", &["sarcastically"]), + ("Annoyences", &["annoyances"]), + ("Assisstance", &["assistance"]), + ("Invertibrates", &["invertebrates"]), + ("Recrusive", &["recursive"]), + ("Vitrual", &["virtual"]), + ("Hypocrytical", &["hypocritical"]), + ("Spectacularely", &["spectacularly"]), + ("Theifs", &["thieves"]), + ("Implmenting", &["implementing"]), + ("Durationn", &["duration"]), + ("Threeof", &["thereof"]), + ("Kerenl", &["kernel"]), + ("Frok", &["from"]), + ("Inflexable", &["inflexible"]), + ("Justifiaction", &["justifications"]), + ("Backware", &["backward"]), + ("Autmatically", &["automatically"]), + ("Trustworhty", &["trustworthy"]), + ("Likley", &["likely"]), + ("Fingerpoint", &["fingerprint"]), + ("Reproductivo", &["reproduction"]), + ("Compresion", &["compression"]), + ("Allowes", &["allowed", "allows"]), + ("Commericially", &["commercially"]), + ("Addds", &["adds"]), + ("Subtarger", &["subtarget"]), + ("Composits", &["composites"]), + ("Misreably", &["miserably"]), + ("Thirtyth", &["thirtieth"]), + ("Attribiute", &["attribute"]), + ("Paased", &["passed"]), + ("Provison", &["provision"]), + ("Corrilates", &["correlates"]), + ("Initliazation", &["initialization"]), + ("Signins", &["signings"]), + ("Suspicioulsy", &["suspiciously"]), + ("Writet", &["writes"]), + ("Dismantel", &["dismantle"]), + ("Parametreless", &["parameterless"]), + ("Ansynchronous", &["asynchronous"]), + ("Religeon", &["religion"]), + ("Apretiate", &["appreciate"]), + ("Predicat", &["predict", "predicate"]), + ("Wissle", &["whistle"]), + ("Attemtped", &["attempted"]), + ("Bullyan", &["bouillon"]), + ("Enviorenmental", &["environmental"]), + ("Misunderstsnding", &["misunderstandings"]), + ("Termplated", &["templated"]), + ("Chractor", &["character"]), + ("Folllowiwng", &["following"]), + ("Contreversy", &["controversy"]), + ("Psychologial", &["psychological"]), + ("Coordintae", &["coordinate"]), + ("Accpeting", &["accepting"]), + ("Illumniati", &["illuminati"]), + ("Persuing", &["pursuing"]), + ("Denumenator", &["denominator"]), + ("Withrawal", &["withdrawal"]), + ("Humon", &["human"]), + ("Astrixes", &["asterisks"]), + ("Consumbale", &["consumables"]), + ("Sequncers", &["sequencers"]), + ("Densitity", &["density"]), + ("Ignorming", &["ignoring"]), + ("Lveo", &["love"]), + ("Disicples", &["disciples"]), + ("Privisions", &["provisions"]), + ("Mappeds", &["mapped"]), + ("Laungages", &["languages"]), + ("Targetted", &["targeted"]), + ("Audeince", &["audience"]), + ("Aovid", &["avoid"]), + ("Adventuros", &["adventurous"]), + ("Parnter", &["partner"]), + ("Offsest", &["offset", "offsets"]), + ("Cralwed", &["crawled"]), + ("Cicrulating", &["circulating"]), + ("Underfined", &["undefined"]), + ("Judegment", &["judgment"]), + ("Shopuld", &["should"]), + ("Challanage", &["challenge"]), + ("Ambassodor", &["ambassador"]), + ("Anymoer", &["anymore"]), + ("Flawlessely", &["flawlessly"]), + ("Investingate", &["investigate"]), + ("Procces", &["process"]), + ("Tich", &["thick", "tick", "titch", "stitch"]), + ("Absolutley", &["absolutely"]), + ("Complition", &["completion"]), + ("Appetities", &["appetite"]), + ("Correctlly", &["correctly"]), + ("Australianas", &["australians"]), + ("Voilates", &["violates"]), + ("Connstrain", &["constrain"]), + ("Staps", &["steps", "stops"]), + ("Rescaned", &["rescanned"]), + ("Presenation", &["presentation"]), + ("Forumula", &["formula"]), + ("Mintor", &["mentor", "monitor", "minor"]), + ("Anotating", &["annotating"]), + ("Servce", &["service", "serve"]), + ("Convirted", &["converted"]), + ("Uninfroming", &["uninforming", "uniforming"]), + ("Acciddently", &["accidentally"]), + ("Dependd", &["depended"]), + ("Guarnanted", &["guaranteed"]), + ("Packege", &["package"]), + ("Gitar", &["guitar"]), + ("Flaged", &["flagged"]), + ("Picknicked", &["picnicked"]), + ("Abbrievation", &["abbreviation"]), + ("Beginn", &["begin"]), + ("Evnet", &["event"]), + ("Resurse", &["recurse", "resource"]), + ("Fraudolent", &["fraudulent"]), + ("Stil", &["still"]), + ("Dishonesy", &["dishonesty"]), + ("Excellenze", &["excellence"]), + ("Pretador", &["predator"]), + ("Nueroscience", &["neuroscience"]), + ("Sepetates", &["separates"]), + ("Rasied", &["raised"]), + ("Sheilding", &["shielding"]), + ("Metaphyiscs", &["metaphysics"]), + ("Compativle", &["compatible"]), + ("Volumnes", &["volumes"]), + ("Clien", &["client"]), + ("Directgories", &["directories"]), + ("Mandrian", &["mandarin"]), + ("Calclulation", &["calculation"]), + ("Sculputre", &["sculpture"]), + ("Detial", &["detail"]), + ("Scandianvians", &["scandinavian"]), + ("Franchies", &["franchise"]), + ("Cartiledge", &["cartilage"]), + ("Balckhawks", &["blackhawks"]), + ("Proprotion", &["proportion"]), + ("Refreshr", &["refresher"]), + ("Decompressd", &["decompressed"]), + ("Braodband", &["broadband"]), + ("Bestialiy", &["bestiality"]), + ("Virutally", &["virtually"]), + ("Degenration", &["degeneration"]), + ("Moleststion", &["molestation"]), + ("Classis", &["classics"]), + ("Susceders", &["seceders"]), + ("Definend", &["defined"]), + ("Desinterested", &["disinterested"]), + ("Impulisve", &["impulsive"]), + ("Blueberrry", &["blueberry"]), + ("Dermining", &["determining"]), + ("Formattgin", &["formatting"]), + ("Compensantion", &["compensation"]), + ("Eplicitly", &["explicitly"]), + ("Previoulsy", &["previously"]), + ("Apocalpyse", &["apocalypse"]), + ("Acompanies", &["accompanies"]), + ("Attribuito", &["attribution"]), + ("Invaldates", &["invalidates"]), + ("Neighbores", &["neighbors"]), + ("Angshusness", &["anxiousness"]), + ("Supporteurs", &["supporters"]), + ("Recconeection", &["reconnection"]), + ("Whery", &["where"]), + ("Explicite", &["explicit", "explicitly"]), + ("Cirucular", &["circular"]), + ("Earleir", &["earlier"]), + ("Orcehstra", &["orchestra"]), + ("Oging", &["going", "ogling"]), + ("Neigther", &["neither"]), + ("Partiticipant", &["participant"]), + ("Vulnerabulility", &["vulnerability"]), + ("Campere", &["ampere", "compare"]), + ("Triange", &["triangle"]), + ("Anitdepressant", &["antidepressants"]), + ("Momementarily", &["momentarily"]), + ("Incompatabile", &["incompatible"]), + ("Genreated", &["generated"]), + ("Loded", &["loaded"]), + ("Devfines", &["defines"]), + ("Unnesesarily", &["unnecessarily"]), + ("Immsersive", &["immersive"]), + ("Neccessarry", &["necessary"]), + ("Hefer", &["heifer"]), + ("Ritalian", &["ritalin"]), + ("Auotattack", &["autoattack"]), + ("Illumaniti", &["illuminati"]), + ("Cartiladge", &["cartilage"]), + ("Equivlent", &["equivalent"]), + ("Thirldy", &["thirdly"]), + ("Sanaty", &["sanity"]), + ("Prooved", &["proved"]), + ("Checkmeat", &["checkmate"]), + ("Coprights", &["copyrights"]), + ("Origininal", &["original"]), + ("Controceptives", &["contraceptives"]), + ("Globel", &["global"]), + ("Manufatured", &["manufactured"]), + ("Perfuring", &["preferring"]), + ("Gloablly", &["globally"]), + ("Moutnpoint", &["mountpoint"]), + ("Threshod", &["threshold"]), + ("Combintaion", &["combination"]), + ("Experamented", &["experimented"]), + ("Chanell", &["channel"]), + ("Anoxeric", &["anorexic"]), + ("Peirodical", &["periodical"]), + ("Pojrection", &["projection"]), + ("Motation", &["notation", "rotation", "motivation"]), + ("Impleter", &["implementer"]), + ("Philadlephia", &["philadelphia"]), + ("Violentce", &["violence"]), + ("Indpendently", &["independently"]), + ("Availibilities", &["availabilities"]), + ("Reorginised", &["reorganised"]), + ("Decsending", &["descending"]), + ("Miserablely", &["miserably"]), + ("Maitenance", &["maintenance"]), + ("Carinval", &["carnival"]), + ("Logisitics", &["logistics"]), + ("Desturcted", &["destructed"]), + ("Maniuplate", &["manipulate"]), + ("Experiration", &["expiration"]), + ("Advatanges", &["advantages"]), + ("Postitive", &["positive"]), + ("Wereabouts", &["whereabouts"]), + ("Eczecutive", &["executive"]), + ("Condmen", &["condemn"]), + ("Fingersi", &["fingertips"]), + ("Tuseday", &["tuesday"]), + ("Intolorance", &["intolerance"]), + ("Componsate", &["compensate"]), + ("Rennaisance", &["renaissance"]), + ("Systhemmemory", &["systemmemory"]), + ("Attatch", &["attach"]), + ("Clik", &["click"]), + ("Staement", &["statement"]), + ("Qtuie", &["quite", "quiet"]), + ("Supervisiors", &["supervisors"]), + ("Meanining", &["meaning"]), + ("Survaillance", &["surveillance"]), + ("Depositos", &["deposits"]), + ("Keyward", &["keyword"]), + ("Referemces", &["references"]), + ("Cornders", &["corners"]), + ("Nmemonic", &["mnemonic"]), + ("Contrain", &["constrain"]), + ("Sigurette", &["cigarette"]), + ("Authoriziation", &["authorization"]), + ("Manipluated", &["manipulated"]), + ("Arbirtary", &["arbitrary"]), + ("Unimplemneted", &["unimplemented"]), + ("Permmission", &["permission"]), + ("Neveretheless", &["nevertheless"]), + ("Halluzinations", &["hallucinations"]), + ("Superioris", &["superiors"]), + ("Fourh", &["fourth"]), + ("Flexbile", &["flexible"]), + ("Convinse", &["convinces"]), + ("Quanlified", &["qualified", "quantified"]), + ("Interestinly", &["interestingly"]), + ("Acssumed", &["assumed"]), + ("Refriderator", &["refrigerator"]), + ("Boungin", &["bounding"]), + ("Permision", &["permission"]), + ("Partiarchal", &["patriarchal"]), + ("Seguoys", &["segues"]), + ("Spected", &["expected", "spectated"]), + ("Illegallity", &["illegally"]), + ("Apporoximated", &["approximated"]), + ("Allegence", &["allegiance"]), + ("Renegatiotiates", &["renegotiates"]), + ("Transparancey", &["transparency"]), + ("Impuslive", &["impulsive"]), + ("Grandized", &["aggrandized"]), + ("Metalurgical", &["metallurgical"]), + ("Shutodwn", &["shutdown"]), + ("Pleasent", &["pleasant"]), + ("Visbly", &["visibly"]), + ("Responsably", &["responsibly"]), + ("Plasement", &["placement"]), + ("Priciple", &["principle"]), + ("Sinature", &["signature"]), + ("Specift", &["specify"]), + ("Archiecture", &["architecture"]), + ("Personalitie", &["personality"]), + ("Opton", &["option"]), + ("Complets", &["completes"]), + ("Politiikan", &["politician"]), + ("Thigsn", &["things"]), + ("Downvotres", &["downvoters"]), + ("Prosseses", &["processes", "possesses"]), + ("Componnet", &["component"]), + ("Accumulare", &["accumulate"]), + ("Dishoner", &["dishonored"]), + ("Interneters", &["internets"]), + ("Surgested", &["suggested"]), + ("Cointain", &["contain"]), + ("Posponed", &["postponed"]), + ("Desogns", &["designs"]), + ("Empathatic", &["empathetic"]), + ("Adminsitrators", &["administrators"]), + ("Handshale", &["handshake"]), + ("Excuting", &["executing"]), + ("Cootdinates", &["coordinates"]), + ("Alrightly", &["alrighty"]), + ("Noboday", &["nobody"]), + ("Whaterver", &["whatever"]), + ("Transitiong", &["transitioning"]), + ("Refartored", &["refactored", "refracted"]), + ("Sophicated", &["sophisticated"]), + ("Netwroking", &["networking"]), + ("Vallaying", &["valeting"]), + ("Proccessing", &["processing"]), + ("Indxes", &["indexes"]), + ("Liverpoool", &["liverpool"]), + ("Bordeom", &["boredom"]), + ("Requirs", &["requires"]), + ("Inquisito", &["inquisition"]), + ("Dinamicaly", &["dynamically"]), + ("Recovry", &["recovery"]), + ("Converation", &["conversation"]), + ("Subpsace", &["subspace"]), + ("Curisers", &["cruisers"]), + ("Subsidizng", &["subsidizing"]), + ("Perticulars", &["particulars"]), + ("Simlicity", &["simplicity"]), + ("Irrisponsible", &["irresponsible"]), + ("Sorrogate", &["surrogate"]), + ("Evluative", &["evaluative"]), + ("Spartants", &["spartans"]), + ("Assignenmet", &["assignment"]), + ("Armistace", &["armistice"]), + ("Afe", &["safe"]), + ("Compition", &["competition"]), + ("Litle", &["little"]), + ("Filterss", &["filters"]), + ("Pittaburgh", &["pittsburgh"]), + ("Deceber", &["december"]), + ("Diminshed", &["diminished"]), + ("Algorrithmically", &["algorithmically"]), + ("Overlayed", &["overlaid"]), + ("Marliyn", &["marilyn"]), + ("Muscially", &["musically"]), + ("Sizemologogical", &["seismological"]), + ("Housingkeeping", &["housekeeping"]), + ("Strwaberry", &["strawberry"]), + ("Apprciate", &["appreciate"]), + ("Indepentently", &["independently"]), + ("Colection", &["collection"]), + ("Demonstarte", &["demonstrate"]), + ("Anonimous", &["anonymous"]), + ("Consentrates", &["concentrates"]), + ("Sclar", &["scalar"]), + ("Intermisson", &["intermission"]), + ("Compeates", &["competes"]), + ("Privaledge", &["privilege"]), + ("Existince", &["existence"]), + ("Stanards", &["standards"]), + ("Equl", &["equal"]), + ("Leanring", &["learning"]), + ("Whome", &["whom"]), + ("Wht", &["what"]), + ("Conditiner", &["conditioner"]), + ("Undergratuate", &["undergraduate"]), + ("Fane", &["fan", "feign"]), + ("Postivie", &["positive"]), + ("Wich", &["which"]), + ("Programmate", &["programme"]), + ("Compulsery", &["compulsory"]), + ("Intimidatin", &["intimidation"]), + ("Autonegotatiations", &["autonegotiations"]), + ("Wendsay", &["wednesday"]), + ("Constantins", &["constants"]), + ("Skimrish", &["skirmish"]), + ("Acronymes", &["acronyms"]), + ("Enouraging", &["encouraging"]), + ("Luicfer", &["lucifer"]), + ("Acendencey", &["ascendency"]), + ("Electricy", &["electricity"]), + ("Automatron", &["automation"]), + ("Indestrictible", &["indestructible"]), + ("Prescritpion", &["prescriptions"]), + ("Englsih", &["english"]), + ("Remannt", &["remnant"]), + ("Califronian", &["californian"]), + ("Secrion", &["section"]), + ("Vakued", &["valued"]), + ("Anonomous", &["anonymous"]), + ("Fanatism", &["fanaticism"]), + ("Tihs", &["this"]), + ("Godlman", &["goldman"]), + ("Uncompleteness", &["incompleteness"]), + ("Associatated", &["associated"]), + ("Commnad", &["command"]), + ("Negetive", &["negative"]), + ("Trubadours", &["troubadours"]), + ("Swasitka", &["swastika"]), + ("Ligitimate", &["legitimate"]), + ("Hadnler", &["handler"]), + ("Icelings", &["ceilings"]), + ("Removefromat", &["removeformat"]), + ("Drwaing", &["drawing"]), + ("Demonstre", &["demonstrate"]), + ("Chivarly", &["chivalry"]), + ("Capsumel", &["capsule"]), + ("Eliminas", &["eliminates"]), + ("Iminent", &["eminent", "imminent", "immanent"]), + ("Disalow", &["disallow"]), + ("Compensationg", &["compensating"]), + ("Awnser", &["answer"]), + ("Argumends", &["arguments"]), + ("Discuassed", &["discussed"]), + ("Pakage", &["package"]), + ("Stregnthen", &["strengthen"]), + ("Moveement", &["movement"]), + ("Mangetic", &["magnetic"]), + ("Functionnaly", &["functionally"]), + ("Bordlerands", &["borderlands"]), + ("Exagerrate", &["exaggerate"]), + ("Porcelan", &["porcelain"]), + ("Excellenet", &["excellence"]), + ("Seesions", &["sessions"]), + ("Brusseles", &["brussels"]), + ("Delimitier", &["delimiter"]), + ("Reconncting", &["reconnecting"]), + ("Peloponnes", &["peloponnese", "peloponnesus"]), + ("Healty", &["healthy"]), + ("Comple", &["complete"]), + ("Peferring", &["preferring"]), + ("Mechamisms", &["mechanisms"]), + ("Appropritately", &["appropriately"]), + ("Lengts", &["lengths"]), + ("Millenium", &["millennium"]), + ("Plantiff", &["plaintiff"]), + ("Proccessor", &["processor"]), + ("Idendifier", &["identifier"]), + ("Removerd", &["removed"]), + ("Lanaguage", &["language"]), + ("Apolagetic", &["apologetic"]), + ("Prcoessing", &["processing"]), + ("Peodphilia", &["pedophilia"]), + ("Vulnderability", &["vulnerability"]), + ("Socilaism", &["socialism"]), + ("Chizziled", &["chiseled"]), + ("Inplementing", &["implementing"]), + ("Reprase", &["reparse"]), + ("Recevies", &["receives"]), + ("Arbitratrion", &["arbitration"]), + ("Unspeficiallifed", &["unspecified"]), + ("Usefulu", &["useful"]), + ("Anxiuosly", &["anxiously"]), + ("Acivate", &["activate"]), + ("Cimptom", &["symptom"]), + ("Obstruccion", &["obstruction"]), + ("Natioanlistic", &["nationalistic"]), + ("Dicsriminated", &["discriminated"]), + ("Kenendy", &["kennedy"]), + ("Statemnts", &["statements"]), + ("Hande", &["handle", "hand"]), + ("Represetation", &["representation"]), + ("Calcutated", &["calculated"]), + ("Completness", &["completeness"]), + ("Opearations", &["operations"]), + ("Spefation", &["separation", "specification"]), + ("Speperator", &["separator"]), + ("Proffesion", &["profession"]), + ("Usin", &["using"]), + ("Abselutely", &["absolutely"]), + ("Clairvoiants", &["clairvoyants"]), + ("Follwoong", &["following"]), + ("Casaulty", &["casualty"]), + ("Quesion", &["question"]), + ("Resistend", &["resisted"]), + ("Literaly", &["literally"]), + ("Wiew", &["view"]), + ("Clssroom", &["classroom"]), + ("Correclty", &["correctly"]), + ("Aspiratons", &["aspirations"]), + ("Destryer", &["destroyer"]), + ("Movememnt", &["movement"]), + ("Reaserchers", &["researchers"]), + ("Utilizaton", &["utilization"]), + ("Soket", &["socket"]), + ("Desktiop", &["desktop"]), + ("Userspase", &["userspace"]), + ("Famlily", &["family"]), + ("Vestigal", &["vestigial"]), + ("Alsways", &["always"]), + ("Spreadshets", &["spreadsheets"]), + ("Cyclinder", &["cylinder"]), + ("Origianaly", &["originally"]), + ("Librarry", &["library"]), + ("Alignent", &["alignment"]), + ("Clientelle", &["clientele"]), + ("Handicape", &["handicapped"]), + ("Cimptoms", &["symptoms"]), + ("Annonate", &["annotate"]), + ("Prediceted", &["predicated"]), + ("Keyboad", &["keyboard"]), + ("Fabulos", &["fabulous"]), + ("Initializaing", &["initializing"]), + ("Adjectivos", &["adjectives"]), + ("Ommision", &["omission"]), + ("Threhold", &["threshold"]), + ("Varities", &["varieties"]), + ("Cnfiguring", &["configuring"]), + ("Lamda", &["lambda"]), + ("Particullary", &["particularly"]), + ("Transparnt", &["transparent"]), + ("Anticipato", &["anticipation"]), + ("Authorititive", &["authoritative"]), + ("Rouines", &["routines"]), + ("Canot", &["cannot"]), + ("Deterimined", &["determined"]), + ("Mileu", &["milieu"]), + ("Allergey", &["allergy"]), + ("Warrenties", &["warranties"]), + ("Reosne", &["reason"]), + ("Thisy", &["this"]), + ("Exchage", &["exchange"]), + ("Inconvience", &["inconvenience"]), + ("Sublcasses", &["subclasses"]), + ("Fases", &["fazes", "phases"]), + ("Correcters", &["correctors"]), + ("Simptomaticaly", &["symptomatically"]), + ("Stablility", &["stability"]), + ("Morrisette", &["morissette"]), + ("Alogned", &["aligned"]), + ("Contolls", &["controls"]), + ("Certificaiton", &["certification"]), + ("Geomety", &["geometry"]), + ("Dijskstra", &["dijkstra"]), + ("Rturn", &["return"]), + ("Singulariy", &["singularity"]), + ("Egotastical", &["egotistical"]), + ("Thermisor", &["thermistor"]), + ("Metropolians", &["metropolis"]), + ("Mutlinational", &["multinational"]), + ("Spectatularly", &["spectacularly"]), + ("Passionais", &["passions"]), + ("Hilight", &["highlight"]), + ("Thermometre", &["thermometer"]), + ("Usnig", &["using"]), + ("Interprating", &["interpreting"]), + ("Autonomity", &["autonomy"]), + ("Homosexuais", &["homosexuals"]), + ("Folwoers", &["followers"]), + ("Hemmorhages", &["hemorrhages"]), + ("Authethication", &["authentication"]), + ("Coalacing", &["coalescing"]), + ("Paramiters", &["parameters"]), + ("Choses", &["chooses"]), + ("Administro", &["administer"]), + ("Attritubes", &["attributes"]), + ("Daughterbord", &["daughterboard"]), + ("Neeeding", &["needing"]), + ("Sturtures", &["structures"]), + ("Stuborn", &["stubborn"]), + ("Secotr", &["sector"]), + ("Paritiy", &["parity"]), + ("Stuipder", &["stupider"]), + ("Brocoli", &["broccoli"]), + ("Accelearion", &["acceleration"]), + ("Contiously", &["continuously"]), + ("Enumearate", &["enumerate"]), + ("Implicatii", &["implicit"]), + ("Consolide", &["consolidate"]), + ("Nitifications", &["notifications"]), + ("Accumulater", &["accumulator"]), + ("Decortator", &["decorator"]), + ("Momenterily", &["momentarily"]), + ("Wispers", &["whispers"]), + ("Countes", &["counters"]), + ("Invoekr", &["invoker"]), + ("Mayybe", &["maybe"]), + ("Procees", &["proceeds", "process"]), + ("Seqenses", &["sequences"]), + ("Coomon", &["common"]), + ("Asynnc", &["async"]), + ("Judgemant", &["judgemental"]), + ("Funcstion", &["function", "functions"]), + ("Identfiers", &["identifiers"]), + ("Abstrcts", &["abstracts"]), + ("Crulety", &["cruelty"]), + ("Magnetis", &["magnets"]), + ("Karismatic", &["charismatic"]), + ("Expirementing", &["experimenting"]), + ("Raptros", &["raptors"]), + ("Boardcast", &["broadcast"]), + ("Archving", &["archiving"]), + ("Ecounters", &["encounters"]), + ("Sysmbol", &["symbol"]), + ("Pyrhon", &["python"]), + ("Fecthed", &["fetched"]), + ("Presedence", &["precedence"]), + ("Experimintally", &["experimentally"]), + ("Aborigional", &["aboriginal"]), + ("Inddividuals", &["individuals"]), + ("Tanturms", &["tantrums"]), + ("Esimating", &["estimating"]), + ("Oricles", &["oracles"]), + ("Futuristc", &["futuristic"]), + ("Widgtes", &["widgets"]), + ("Caharacters", &["characters"]), + ("Furstrated", &["frustrated"]), + ("Unmodfide", &["unmodified"]), + ("Instnace", &["instance"]), + ("Experimetnel", &["experimental"]), + ("Techinically", &["technically"]), + ("Contientous", &["contentious"]), + ("Diffuculties", &["difficulties"]), + ("Tillted", &["tilted"]), + ("Rquirement", &["requirement"]), + ("Influentes", &["influences"]), + ("Deterministc", &["deterministic"]), + ("Coolent", &["coolant"]), + ("Visibl", &["visible"]), + ("Assisance", &["assistance"]), + ("Sudent", &["student"]), + ("Ankshiuosly", &["anxiously"]), + ("Athleticm", &["athleticism"]), + ("Ultimatley", &["ultimately"]), + ("Disastros", &["disastrous"]), + ("Spefiied", &["specified"]), + ("Planeswalkr", &["planeswalker"]), + ("Depenedency", &["dependency"]), + ("Algoruthmically", &["algorithmically"]), + ("Methaporical", &["metaphorical"]), + ("Severite", &["severity"]), + ("Mulitply", &["multiply"]), + ("Acquantainces", &["acquaintances"]), + ("Euphroic", &["euphoric"]), + ("Ideintify", &["identify"]), + ("Samckdown", &["smackdown"]), + ("Accrediated", &["accredited"]), + ("Custoemrs", &["customers"]), + ("Scroipts", &["scripts"]), + ("Phote", &["photo"]), + ("Quantuum", &["quantum"]), + ("Observatrions", &["observations"]), + ("Warnongs", &["warnings"]), + ("Unavailble", &["unavailable"]), + ("Pshycologists", &["psychologists"]), + ("Cinematograpy", &["cinematography"]), + ("Dingees", &["dinghies"]), + ("Socialsim", &["socialism"]), + ("Diversed", &["diverse", "diverged"]), + ("Ancapsulates", &["encapsulates"]), + ("Retriebe", &["retrieve"]), + ("Commected", &["connected"]), + ("Strutures", &["structures"]), + ("Substitures", &["substitutes"]), + ("Mormalize", &["normalize"]), + ("Iteation", &["iteration"]), + ("Delimeter", &["delimiter"]), + ("Consums", &["consumes"]), + ("Retunr", &["return", "retune"]), + ("Cateogrize", &["categorized"]), + ("Execuded", &["executed"]), + ("Singualrity", &["singularity"]), + ("Dissapointing", &["disappointing"]), + ("Enhancments", &["enhancements"]), + ("Veriasions", &["variations"]), + ("Coalaescing", &["coalescing"]), + ("Familliar", &["familiar"]), + ("Relevabt", &["relevant"]), + ("Dinamicly", &["dynamically"]), + ("Rrrors", &["errors"]), + ("Finialize", &["finalize"]), + ("Triskadekaphobia", &["triskaidekaphobia"]), + ("Yeilds", &["yields"]), + ("Abundent", &["abundant"]), + ("Currenct", &["current"]), + ("Exersize", &["exercise"]), + ("Contriubting", &["contributing"]), + ("Referign", &["referring"]), + ("Auther", &["author"]), + ("Topicaizer", &["topicalizer"]), + ("Effiently", &["efficiently"]), + ("Instrumnet", &["instrument"]), + ("Undertable", &["understandable", "understand"]), + ("Langualges", &["languages"]), + ("Tructures", &["structures"]), + ("Templas", &["templars"]), + ("Cabinate", &["cabinet"]), + ("Funciotns", &["functions"]), + ("Symbolisim", &["symbolism"]), + ("Canvase", &["canvas"]), + ("Specifities", &["specifics"]), + ("Igrnore", &["ignore"]), + ("Miltiant", &["militant"]), + ("Structored", &["structured"]), + ("Prohabition", &["prohibition"]), + ("Packges", &["packages"]), + ("Initails", &["initials"]), + ("Simluator", &["simulator"]), + ("Plateu", &["plateau"]), + ("Pendinig", &["pending"]), + ("Poverful", &["powerful"]), + ("Naturels", &["natures"]), + ("Buttosn", &["buttons"]), + ("Attiributes", &["attributes"]), + ("Exsiting", &["existing"]), + ("Manipualted", &["manipulated"]), + ("Dinosar", &["dinosaur"]), + ("Backeneds", &["backends", "blackens"]), + ("Arraies", &["arrays"]), + ("Licencse", &["licence", "license", "licenses"]), + ("Emabrassing", &["embarrassing"]), + ("Operacional", &["operational"]), + ("Undestood", &["understood"]), + ("Reorginized", &["reorganized"]), + ("Soucres", &["sources"]), + ("Requiremnt", &["requirement"]), + ("Evidentally", &["evidently"]), + ("Renegotaiations", &["renegotiations"]), + ("Gioen", &["given"]), + ("Metephysical", &["metaphysical"]), + ("Soucre", &["source"]), + ("Renegoziator", &["renegotiator"]), + ("Stopp", &["stop"]), + ("Dermitologist", &["dermatologist"]), + ("Commandis", &["commands"]), + ("Inexistant", &["inexistent"]), + ("Nothind", &["nothing"]), + ("Inequallity", &["inequality"]), + ("Speces", &["spaces", "species", "spices"]), + ("Insuffciently", &["insufficiently"]), + ("Autocmpleted", &["autocompleted"]), + ("Serimonial", &["ceremonial"]), + ("Mainenance", &["maintenance"]), + ("Btiched", &["bitched"]), + ("Unnecesserily", &["unnecessarily"]), + ("Flexiable", &["flexible"]), + ("Timestaps", &["timestamps"]), + ("Westmnister", &["westminster"]), + ("Feets", &["feet", "feats"]), + ("Dillimport", &["dllimport"]), + ("Anotations", &["annotations"]), + ("Constituion", &["constitution"]), + ("Authorizatoin", &["authorization"]), + ("Frustratin", &["frustration"]), + ("Sastisfies", &["satisfies"]), + ("Bizzare", &["bizarre"]), + ("Hvaing", &["having"]), + ("Numeber", &["number"]), + ("Uncomented", &["uncommented"]), + ("Sepcified", &["specified"]), + ("Ciricuits", &["circuits"]), + ("Sanlder", &["sandler"]), + ("Tranforms", &["transforms"]), + ("Conlcuded", &["concluded"]), + ("Durectory", &["directory"]), + ("Indiquates", &["indicates"]), + ("Manufacteurs", &["manufactures"]), + ("Deactiveate", &["deactivate"]), + ("Overzealusly", &["overzealously"]), + ("Hapiness", &["happiness"]), + ("Kompensation", &["compensation"]), + ("Minimun", &["minimum"]), + ("Commodoties", &["commodities"]), + ("Implememented", &["implemented"]), + ("Regulr", &["regular"]), + ("Encouragment", &["encouragement"]), + ("Controversey", &["controversy"]), + ("Chaged", &["changed", "charged"]), + ("Erroenous", &["erroneous"]), + ("Approprate", &["appropriate"]), + ("Furter", &["further"]), + ("Collsions", &["collisions"]), + ("Yse", &["yes", "use", "nyse"]), + ("Fortunatly", &["fortunately"]), + ("Controlller", &["controller"]), + ("Executabables", &["executables"]), + ("Weilded", &["wielded"]), + ("Porduct", &["product"]), + ("Rienforced", &["reenforced"]), + ("Sawte", &["sauté"]), + ("Duplucated", &["duplicated"]), + ("Anualized", &["annualized"]), + ("Compatabiity", &["compatibility"]), + ("Milimeters", &["millimeters"]), + ("Bastractness", &["abstractness"]), + ("Acitvating", &["activating"]), + ("Celebartion", &["celebrations"]), + ("Fedreated", &["federated"]), + ("Expecte", &["expected"]), + ("Disard", &["discard"]), + ("Unspefififed", &["unspecified"]), + ("Pracitcally", &["practically"]), + ("Playthourghs", &["playthroughs"]), + ("Ptichfork", &["pitchfork"]), + ("Indicativo", &["indication"]), + ("Specialops", &["specials"]), + ("Cofigured", &["configured"]), + ("Progessive", &["progressive"]), + ("Calcuates", &["calculates"]), + ("Xepecting", &["expecting"]), + ("Embbedding", &["embedding"]), + ("Incompetentence", &["incompetence"]), + ("Algorritm", &["algorithm"]), + ("Serialsies", &["serialises"]), + ("Queeue", &["queue"]), + ("Contemporay", &["contemporary"]), + ("Synchonised", &["synchronised"]), + ("Procesd", &["proceeds"]), + ("Rigtheous", &["righteous"]), + ("Lewows", &["luaus"]), + ("Opbject", &["object"]), + ("Misspeling", &["misspelling"]), + ("Crictical", &["critical"]), + ("Resurce", &["resource"]), + ("Embarasingly", &["embarrassingly"]), + ("Stragegically", &["strategically"]), + ("Microvaves", &["microwaves"]), + ("Differenecs", &["differences"]), + ("Spindrel", &["spindle"]), + ("Tghe", &["the"]), + ("Extremeley", &["extremely"]), + ("Cartensian", &["cartesian"]), + ("Proseletyzing", &["proselytizing"]), + ("Acccessed", &["accessed"]), + ("Downsterams", &["downstreams"]), + ("Reques", &["request"]), + ("Sequeence", &["sequence"]), + ("Conaint", &["contain"]), + ("Recoreds", &["records"]), + ("Conspiricy", &["conspiracy"]), + ("Geometrys", &["geometries"]), + ("Screnn", &["screen"]), + ("Truw", &["true"]), + ("Pedophila", &["pedophilia"]), + ("Suntask", &["subtask"]), + ("Appretiate", &["appreciate"]), + ("Posesses", &["possesses"]), + ("Apach", &["apache"]), + ("Inconvineances", &["inconveniences"]), + ("Renderd", &["rendered"]), + ("Dackery", &["daiquiri"]), + ("Unechecked", &["unchecked"]), + ("Guareented", &["guaranteed"]), + ("Deisgnated", &["designated"]), + ("Romanica", &["romania"]), + ("Casarole", &["casserole"]), + ("Uncommmented", &["uncommented"]), + ("Wollowing", &["following", "wallowing"]), + ("Busienss", &["business"]), + ("Exceptipn", &["exception"]), + ("Stricteir", &["stricter"]), + ("Hanshakes", &["handshakes"]), + ("Curriences", &["currencies"]), + ("Exlusions", &["exclusions"]), + ("Shoulld", &["should"]), + ("Incomapatible", &["incompatible"]), + ("Benefical", &["beneficial"]), + ("Apostrafes", &["apostrophes"]), + ("Encrpts", &["encrypts"]), + ("Pageing", &["paging"]), + ("Sudents", &["students"]), + ("Rearranent", &["rearrangement"]), + ("Pharamcist", &["pharmacist"]), + ("Bulletted", &["bulleted"]), + ("Warrany", &["warranty"]), + ("Reproducability", &["reproducibility"]), + ("Reitrement", &["retirement"]), + ("Mutliated", &["mutilated"]), + ("Invovled", &["involved"]), + ("Statusses", &["statuses"]), + ("Ferbuary", &["february"]), + ("Copenhagan", &["copenhagen"]), + ("Stylisch", &["stylish"]), + ("Fluctuand", &["fluctuant"]), + ("Pretedermined", &["predetermined"]), + ("Exchngd", &["exchanged"]), + ("Anly", &["only", "any"]), + ("Attatchment", &["attachment"]), + ("Atachment", &["attachment"]), + ("Spesifically", &["specifically"]), + ("Pasesd", &["passed"]), + ("Dissasembled", &["disassembled"]), + ("Altrusim", &["altruism"]), + ("Declration", &["declaration"]), + ("Downgade", &["downgrade"]), + ("Trotzky", &["trotsky"]), + ("Aspriations", &["aspirations"]), + ("Firsbee", &["frisbee"]), + ("Enhaces", &["enhances"]), + ("Algorihtmic", &["algorithmic"]), + ("Fetures", &["features"]), + ("Inconvince", &["inconvenience"]), + ("Unerlying", &["underlying"]), + ("Dorment", &["dormant"]), + ("Takign", &["taking"]), + ("Akumulate", &["accumulate"]), + ("Notmally", &["normally"]), + ("Resturants", &["restaurants"]), + ("Algorithmnically", &["algorithmically"]), + ("Circumstncial", &["circumstantial"]), + ("Selectoin", &["selection"]), + ("Thumbnailers", &["thumbnails"]), + ("Mergged", &["merged"]), + ("Renegociation", &["renegotiation"]), + ("Dialetcs", &["dialects"]), + ("Omnisicent", &["omniscient"]), + ("Completelty", &["completely"]), + ("Numerial", &["numeral", "numerical"]), + ("Confuzzes", &["confuses"]), + ("Cmmanded", &["commanded"]), + ("Constrans", &["constrains"]), + ("Directoves", &["directives"]), + ("Correspomding", &["corresponding"]), + ("Intermediat", &["intermediate"]), + ("Ned", &["need", "end"]), + ("Desuction", &["seduction"]), + ("Aer", &["are"]), + ("Idices", &["indices"]), + ("Medai", &["media"]), + ("Maximice", &["maximize"]), + ("Assgin", &["assign"]), + ("Histroicaly", &["historically"]), + ("Undelrying", &["underlying"]), + ("Volatges", &["voltages"]), + ("Assistents", &["assistants"]), + ("Recalulated", &["recalculated"]), + ("Robutness", &["robustness"]), + ("Naopleon", &["napoleon"]), + ("Distnguish", &["distinguish"]), + ("Aborignial", &["aboriginal"]), + ("Affort", &["afford", "effort"]), + ("Makwfile", &["makefile"]), + ("Incoprorated", &["incorporated"]), + ("Elsewhwere", &["elsewhere"]), + ("Estoeric", &["esoteric"]), + ("Coorination", &["coordination"]), + ("Elelmental", &["elemental"]), + ("Particapate", &["participate"]), + ("Decompositon", &["decomposition"]), + ("Replicaion", &["replication"]), + ("Cercomstance", &["circumstance"]), + ("Emplyments", &["employments"]), + ("Caclucations", &["calculations"]), + ("Launguages", &["languages"]), + ("Varierty", &["variety"]), + ("Suggessting", &["suggesting"]), + ("Comminists", &["communists"]), + ("Reutrns", &["returns"]), + ("Unpplied", &["unapplied"]), + ("Sigrynge", &["syringe"]), + ("Tichened", &["thickened"]), + ("Especiially", &["especially"]), + ("Augument", &["argument", "augment"]), + ("Archines", &["archives"]), + ("Thei", &["their", "they"]), + ("Confuguring", &["configuring"]), + ("Catgories", &["categories"]), + ("Parms", &["params", "prams"]), + ("Venegance", &["vengeance"]), + ("Initialiazed", &["initialized"]), + ("Awared", &["awarded"]), + ("Sandwhiches", &["sandwiches"]), + ("Proejction", &["projection"]), + ("Ziped", &["zipped"]), + ("Addmit", &["admit"]), + ("Chnges", &["changes"]), + ("Primtive", &["primitive"]), + ("Chiuldren", &["children"]), + ("Arbitratiojn", &["arbitration"]), + ("Elaspe", &["elapse"]), + ("Erroneos", &["erroneous"]), + ("Unconditonally", &["unconditionally"]), + ("Cosistent", &["consistent"]), + ("Intervewing", &["intervening"]), + ("Environemnts", &["environments"]), + ("Processse", &["processes"]), + ("Alledged", &["alleged"]), + ("Canews", &["canoes"]), + ("Deaemon", &["daemon"]), + ("Suppier", &["supplier"]), + ("Imbraces", &["embraces"]), + ("Almoast", &["almost"]), + ("Divinitory", &["divinity"]), + ("Cacluates", &["calculates"]), + ("Dthe", &["the"]), + ("Unconditial", &["unconditional"]), + ("Seconcary", &["secondary"]), + ("Transmist", &["transmit"]), + ("Conviniency", &["convenience"]), + ("Tolarable", &["tolerable"]), + ("Algotrithms", &["algorithms"]), + ("Eliminato", &["elimination"]), + ("Specialzied", &["specialized"]), + ("Guarrenteing", &["guaranteeing"]), + ("Fanfaction", &["fanfiction"]), + ("Mythraic", &["mithraic"]), + ("Separatiste", &["separates"]), + ("Deplorabil", &["deplorable"]), + ("Tchnically", &["technically"]), + ("Overules", &["overuse"]), + ("Definitin", &["definitions"]), + ("Crackes", &["crackles", "cracks", "crackers"]), + ("Humitidy", &["humidity"]), + ("Disariable", &["desirable"]), + ("Propgated", &["propagated"]), + ("Bounraies", &["boundaries"]), + ("Cheeseberger", &["cheeseburger"]), + ("Rewtched", &["wretched"]), + ("Overrideable", &["overridable"]), + ("Portected", &["protected"]), + ("Quotent", &["quotient"]), + ("Frambuffer", &["framebuffer"]), + ("Westbroook", &["westbrook"]), + ("Vunrability", &["vulnerability"]), + ("Constansts", &["constants"]), + ("Importamnt", &["important"]), + ("Appearence", &["appearance"]), + ("Mischevious", &["mischievous"]), + ("Unmaanaged", &["unmanaged"]), + ("Inherriting", &["inheriting"]), + ("Packeges", &["packages"]), + ("Rivalrly", &["rivalry"]), + ("Miscommuniction", &["miscommunication"]), + ("Pretens", &["pretends"]), + ("Encourge", &["encourage"]), + ("Electronagnetic", &["electromagnetic"]), + ("Balcked", &["blacked"]), + ("Demonstates", &["demonstrates"]), + ("Scaned", &["scanned"]), + ("Calcualions", &["calculations"]), + ("Arbitraily", &["arbitrarily"]), + ("Recuritment", &["recruitment"]), + ("Suseed", &["secede"]), + ("Srinking", &["shrinking"]), + ("Miinimise", &["minimise"]), + ("Recorre", &["recorder"]), + ("Owerflows", &["overflows"]), + ("Existung", &["existing"]), + ("Neglible", &["negligible"]), + ("Varaint", &["variant"]), + ("Seperateely", &["separately"]), + ("Engrames", &["engrams"]), + ("Soovineers", &["souvenirs"]), + ("Conditially", &["conditionally"]), + ("Darkets", &["darkest"]), + ("Desnity", &["density", "destiny"]), + ("Authethicated", &["authenticated"]), + ("Nonsignificant", &["insignificant"]), + ("Coindice", &["coincide"]), + ("Rendring", &["rendering"]), + ("Catagorically", &["categorically"]), + ("Undersacn", &["underscan"]), + ("Tooic", &["topic"]), + ("Upgarade", &["upgrade"]), + ("Asymetri", &["asymmetric", "asymmetry"]), + ("Constractors", &["constructors"]), + ("Healtheir", &["healthier"]), + ("Ownders", &["wonders"]), + ("Numebers", &["numbers"]), + ("Explorare", &["explorer"]), + ("Distrubuted", &["distributed"]), + ("Genatilia", &["genitalia"]), + ("Jont", &["joint"]), + ("Excercise", &["exercise"]), + ("Messangers", &["messengers"]), + ("Immediatedly", &["immediately"]), + ("Dereferance", &["dereference"]), + ("Noticible", &["noticeable"]), + ("Whitespcae", &["whitespace"]), + ("Steryotypical", &["stereotypical"]), + ("Oeprations", &["operations"]), + ("Penalities", &["penalties"]), + ("Filiament", &["filament"]), + ("Garantie", &["guarantee"]), + ("Clearifying", &["clarifying"]), + ("Delyaing", &["delaying"]), + ("Metrices", &["metrics"]), + ("Possitive", &["positive"]), + ("Aritst", &["artist"]), + ("Applictions", &["applications"]), + ("Prosecuter", &["prosecutor"]), + ("Modfifiers", &["modifiers"]), + ("Exersice", &["exercise"]), + ("Metadta", &["metadata"]), + ("Receptical", &["receptacle"]), + ("Opearatios", &["operations"]), + ("Confuzed", &["confused"]), + ("Follwoiwng", &["following"]), + ("Celebratons", &["celebrations"]), + ("Instlaling", &["installing"]), + ("Eptiome", &["epitome"]), + ("Opportunaity", &["opportunity"]), + ("Sepetaror", &["separator"]), + ("Transpancies", &["transparencies"]), + ("Contradice", &["contradicted"]), + ("Indiffernce", &["indifference"]), + ("Paramaters", &["parameters"]), + ("Uneccessarily", &["unnecessarily"]), + ("Satisfcation", &["satisfaction"]), + ("Spefififes", &["specifies"]), + ("Causions", &["cautions"]), + ("Completor", &["completer", "completion"]), + ("Perperties", &["properties"]), + ("Prerequisties", &["prerequisite"]), + ("Budled", &["bundled"]), + ("Successeurs", &["successes"]), + ("Syllabel", &["syllable"]), + ("Roviding", &["providing"]), + ("Condfigure", &["configure"]), + ("Codesc", &["codecs"]), + ("Neighorhoods", &["neighborhoods"]), + ("Commnd", &["command"]), + ("Auxililary", &["auxiliary"]), + ("Sholuld", &["should"]), + ("Hidding", &["hiding", "hidden"]), + ("Officaly", &["officially"]), + ("Unprecidented", &["unprecedented"]), + ("Tranzporter", &["transporter"]), + ("Fraterntiy", &["fraternity"]), + ("Knockous", &["noxious"]), + ("Downloadas", &["downloads"]), + ("Bsaically", &["basically"]), + ("Fabircate", &["fabricate"]), + ("Arizonia", &["arizona"]), + ("Calbirating", &["calibrating"]), + ("Leaglize", &["legalize"]), + ("Watermask", &["watermark"]), + ("Staus", &["status"]), + ("Firmeare", &["firmware"]), + ("Armstrog", &["armstrong"]), + ("Ioclt", &["ioctl"]), + ("Transparcency", &["transparency"]), + ("Propsed", &["proposed"]), + ("Requestested", &["requested"]), + ("Compnaies", &["companies"]), + ("Appointmnet", &["appointment"]), + ("Omision", &["omission"]), + ("Yoesmite", &["yosemite"]), + ("Imaganative", &["imaginative"]), + ("Protocolls", &["protocols"]), + ("Thoughout", &["throughout"]), + ("Prividing", &["providing"]), + ("Illistrations", &["illustrations"]), + ("Imlementations", &["implementations"]), + ("Direcitve", &["directive"]), + ("Overwrittin", &["overwriting"]), + ("Guarnaty", &["guaranty"]), + ("Mathewes", &["mathews"]), + ("Sterlie", &["sterile"]), + ("Aboue", &["about", "above"]), + ("Sistematics", &["systematics"]), + ("Atention", &["attention"]), + ("Momements", &["moments"]), + ("Poiting", &["pointing"]), + ("Contenents", &["continents"]), + ("Storign", &["storing"]), + ("Predfined", &["predefined"]), + ("Campaing", &["campaign"]), + ("Construtor", &["constructor"]), + ("Cahnged", &["changed"]), + ("Obdisian", &["obsidian"]), + ("Midfileder", &["midfielder"]), + ("Sociopathes", &["sociopaths"]), + ("Neigbour", &["neighbour"]), + ("Devastaded", &["devastated"]), + ("Carnige", &["carnage", "carnegie"]), + ("Unsychronise", &["unsynchronise"]), + ("Exportfs", &["exports"]), + ("Rentors", &["renters"]), + ("Facilitare", &["facilitate"]), + ("Excetutives", &["executives"]), + ("Gernerator", &["generator"]), + ("Wiscling", &["whistling"]), + ("Southernors", &["southerners"]), + ("Poineer", &["pioneer"]), + ("Govnerment", &["government"]), + ("Unbeliefable", &["unbelievable"]), + ("Desitable", &["desirable"]), + ("Worshoping", &["worshiping"]), + ("Comiled", &["compiled"]), + ("Meassurable", &["measurable"]), + ("Ovverrides", &["overrides"]), + ("Gaurding", &["guarding"]), + ("Updatess", &["updates"]), + ("Utililties", &["utilities"]), + ("Initilise", &["initialise"]), + ("Privalege", &["privilege"]), + ("Millon", &["million"]), + ("Manipute", &["manipulate"]), + ("Conjuctions", &["conjunctions"]), + ("Shortenning", &["shortening"]), + ("Photographyi", &["photographic"]), + ("Intorduced", &["introduced"]), + ("Orangism", &["organism"]), + ("Rearrangs", &["rearranges"]), + ("Algoprithms", &["algorithms"]), + ("Regesters", &["registers"]), + ("Potentiel", &["potential"]), + ("Distange", &["distance"]), + ("Cylindres", &["cylinders"]), + ("Bouqet", &["bouquet"]), + ("Indianopolis", &["indianapolis"]), + ("Negoable", &["negotiable"]), + ("Complais", &["complains"]), + ("Communciations", &["communications"]), + ("Chaarcters", &["characters"]), + ("Coercian", &["coercion"]), + ("Constains", &["constrains", "contains"]), + ("Blizzad", &["blizzard"]), + ("Diagnally", &["diagonally"]), + ("Enqueing", &["enqueuing"]), + ("Bechmarked", &["benchmarked"]), + ("Renegoziations", &["renegotiations"]), + ("Anoxeria", &["anorexia"]), + ("Revoluitons", &["revolutions"]), + ("Defanitely", &["definitely"]), + ("Spritn", &["sprint"]), + ("Publushes", &["publishes"]), + ("Cosntructor", &["constructor"]), + ("Pararmeters", &["parameters"]), + ("Startd", &["started"]), + ("Vally", &["valley"]), + ("Creationkit", &["creationist"]), + ("Hypocritial", &["hypocritical"]), + ("Stabilzied", &["stabilized"]), + ("Obsereved", &["observed"]), + ("Vibratin", &["vibration"]), + ("Contriubtes", &["contributes"]), + ("Mathes", &["matches"]), + ("Autherization", &["authorization"]), + ("Personalitits", &["personalities"]), + ("Protagnoist", &["protagonist"]), + ("Rasie", &["raise"]), + ("Gettign", &["getting"]), + ("Consective", &["consecutive"]), + ("Oprations", &["operations"]), + ("Evalutor", &["evaluator"]), + ("Revelaing", &["revealing"]), + ("Eventualy", &["eventually"]), + ("Aggressivo", &["aggression"]), + ("Geopraphically", &["geographically"]), + ("Perfecxion", &["perfection"]), + ("Ecstacys", &["ecstasy"]), + ("Reappered", &["reappeared"]), + ("Dispensarios", &["dispensaries"]), + ("Populairty", &["popularity"]), + ("Conveyd", &["conveyed"]), + ("Gigbayte", &["gigabyte"]), + ("Segmetns", &["segments"]), + ("Applciations", &["applications"]), + ("Attachements", &["attachments"]), + ("Transforums", &["transforms"]), + ("Streem", &["stream"]), + ("Presumpton", &["presumption"]), + ("Claimes", &["claims"]), + ("Penitum", &["pentium"]), + ("Intamicy", &["intimacy"]), + ("Laywer", &["lawyer"]), + ("Interperted", &["interpreted"]), + ("Coallesence", &["coalescence"]), + ("Distincive", &["distinctive"]), + ("Conrrespondent", &["correspondent"]), + ("Resperitory", &["respiratory"]), + ("Autonegatiotiations", &["autonegotiations"]), + ("Accurences", &["occurrences"]), + ("Acceses", &["accesses"]), + ("Normalysed", &["normalised"]), + ("Rebouncing", &["rebounding"]), + ("Normolise", &["normalise"]), + ("Pleasently", &["pleasantly"]), + ("Nedles", &["needles", "needless"]), + ("Individuels", &["individuals"]), + ("Meditaciones", &["medications"]), + ("Prograstination", &["procrastination"]), + ("Minimam", &["minimum"]), + ("Withput", &["without"]), + ("Desciribed", &["described"]), + ("Columnss", &["columns"]), + ("Crpytic", &["cryptic"]), + ("Repsonses", &["responses"]), + ("Tranform", &["transform"]), + ("Triators", &["traitors"]), + ("Farcking", &["fracking"]), + ("Dramtic", &["dramatic"]), + ("Conservativeky", &["conservatively"]), + ("Negotation", &["negotiation"]), + ("Characteteristic", &["characteristic"]), + ("Stripting", &["scripting", "stripping"]), + ("Clutsers", &["clusters"]), + ("Nesesarily", &["necessarily"]), + ("Porject", &["project"]), + ("Evaluationg", &["evaluating"]), + ("Boradband", &["broadband"]), + ("Pinapple", &["pineapple"]), + ("Revsions", &["revisions"]), + ("Misued", &["misused"]), + ("Tollerances", &["tolerances"]), + ("Transprently", &["transparently"]), + ("Distibutor", &["distributor"]), + ("Experimening", &["experimenting"]), + ("Reduceable", &["reducible"]), + ("Collaberation", &["collaboration"]), + ("Enebaling", &["enabling"]), + ("Macarino", &["macaroni"]), + ("Xode", &["code", "xcode"]), + ("Embalance", &["imbalance"]), + ("Counterpary", &["counterplay"]), + ("Entriess", &["entries"]), + ("Usible", &["usable"]), + ("Macroses", &["macros"]), + ("Erlier", &["earlier"]), + ("Reminscently", &["reminiscently"]), + ("Reasonabley", &["reasonably"]), + ("Updgrading", &["upgrading"]), + ("Evrywhere", &["everywhere"]), + ("Resignition", &["resignation"]), + ("Grabed", &["grabbed"]), + ("Folwo", &["follow"]), + ("Defininition", &["definition"]), + ("Clearified", &["clarified"]), + ("Backedn", &["backend"]), + ("Variblae", &["variable"]), + ("Keybindining", &["keybinding"]), + ("Tomor", &["tomorrow"]), + ("Psudoterminal", &["pseudoterminal"]), + ("Cencus", &["census"]), + ("Housand", &["thousand"]), + ("Extensiable", &["extensible"]), + ("Europian", &["european"]), + ("Procriation", &["procreation"]), + ("Innvoate", &["innovate"]), + ("Acknoledgment", &["acknowledgment"]), + ("Discourges", &["discourages"]), + ("Inappropiate", &["inappropriate"]), + ("Acopalyptic", &["apocalyptic"]), + ("Symols", &["symbols"]), + ("Housr", &["hours", "house"]), + ("Buitton", &["button"]), + ("Remarcably", &["remarkably"]), + ("Meethodology", &["methodology"]), + ("Androinds", &["androids"]), + ("Irrationatly", &["irrationally"]), + ("Descreases", &["decreases"]), + ("Catogerized", &["categorized"]), + ("Dicovery", &["discovery"]), + ("Selectivley", &["selectively"]), + ("Passionite", &["passionate"]), + ("Immobilze", &["immobile"]), + ("Dispraportionate", &["disproportionate"]), + ("Railrod", &["railroad"]), + ("Fwirte", &["fwrite"]), + ("Moast", &["most", "moat"]), + ("Enoucntering", &["encountering"]), + ("Relocae", &["relocate"]), + ("Threre", &["there", "three"]), + ("Progerssion", &["progressions"]), + ("Recepit", &["recipe", "receipt"]), + ("Optioin", &["option"]), + ("Initilialized", &["initialized"]), + ("Cources", &["courses"]), + ("Poppup", &["popup"]), + ("Independantes", &["independents"]), + ("Abundaces", &["abundances"]), + ("Arbitralrily", &["arbitrarily"]), + ("Absoult", &["absolute"]), + ("Dealershp", &["dealerships"]), + ("Downvotted", &["downvote"]), + ("Potentails", &["potentials"]), + ("Wildebeasts", &["wildebeests"]), + ("Previouls", &["previous"]), + ("Benerate", &["generate", "venerate"]), + ("Enginineer", &["engineer"]), + ("Bradcast", &["broadcast"]), + ("Flourescent", &["fluorescent", "florescent"]), + ("Pendig", &["pending"]), + ("Receieves", &["receives"]), + ("Vibratoare", &["vibrator"]), + ("Aggregatore", &["aggregate"]), + ("Entents", &["intents"]), + ("Surgest", &["suggest"]), + ("Duetschland", &["deutschland"]), + ("Trickyness", &["trickiness"]), + ("Tupple", &["tuple"]), + ("Sycology", &["psychology"]), + ("Constructief", &["constructive"]), + ("Councels", &["councils", "counsels"]), + ("Tangeant", &["tangent"]), + ("Speciyfing", &["specifying"]), + ("Copuright", &["copyright"]), + ("Covenental", &["covenant"]), + ("Ierland", &["ireland"]), + ("Prdpagations", &["propagations"]), + ("Talbe", &["table"]), + ("Explictly", &["explicitly"]), + ("Persistance", &["persistence"]), + ("Traking", &["tracking"]), + ("Adjasent", &["adjacent"]), + ("Algoprithmic", &["algorithmic"]), + ("Paramemters", &["parameters"]), + ("Satify", &["satisfy"]), + ("Equeation", &["equation"]), + ("Transgendred", &["transgendered"]), + ("Cimpiler", &["compiler"]), + ("Aqcuired", &["acquired"]), + ("Conververs", &["conservers"]), + ("Cipersuite", &["ciphersuite"]), + ("Callabck", &["callback"]), + ("Dictinary", &["dictionary"]), + ("Translaters", &["translators"]), + ("Responser", &["responder"]), + ("Seuxalized", &["sexualized"]), + ("Stoppoing", &["stopping"]), + ("Homniem", &["hominem"]), + ("Speficiallically", &["specifically"]), + ("Tesited", &["tested"]), + ("Preferece", &["preference"]), + ("Signifcantly", &["significantly"]), + ("Skool", &["school"]), + ("Resoiurce", &["resource"]), + ("Enocding", &["encoding"]), + ("Offloded", &["offloaded"]), + ("Accleration", &["acceleration"]), + ("Volatage", &["voltage"]), + ("Obsticals", &["obstacles"]), + ("Akkumulating", &["accumulating"]), + ("Decion", &["decision"]), + ("Comfterble", &["comfortable"]), + ("Hierachry", &["hierarchy"]), + ("Precomupted", &["precomputed"]), + ("Hairsytle", &["hairstyle"]), + ("Reedemed", &["redeemed"]), + ("Playgorund", &["playground"]), + ("Momement", &["moment"]), + ("Interessting", &["interesting"]), + ("Parana", &["piranha"]), + ("Backeast", &["backseat"]), + ("Collcetion", &["collections"]), + ("Friendle", &["friendlies"]), + ("Terminatd", &["terminated"]), + ("Dicsuss", &["discuss"]), + ("Literatre", &["literate"]), + ("Terminoloy", &["terminology"]), + ("Superstiton", &["superstition"]), + ("Bargin", &["bargain"]), + ("Jugdemental", &["judgemental"]), + ("Repacement", &["replacement"]), + ("Warningss", &["warnings"]), + ("Starlted", &["startled"]), + ("Itterated", &["iterated"]), + ("Defensese", &["defenseless"]), + ("Foreced", &["forced"]), + ("Sapphie", &["sapphire"]), + ("Expested", &["expected"]), + ("Toggeled", &["toggled"]), + ("Appricated", &["appreciated"]), + ("Legel", &["legal"]), + ("Johanine", &["johannine"]), + ("Desplays", &["displays"]), + ("Infor", &["info"]), + ("Calcualtes", &["calculates"]), + ("Acquianted", &["acquainted"]), + ("Confir", &["confirm"]), + ("Manufactoring", &["manufacturing"]), + ("Homeopothy", &["homeopathy"]), + ("Passowrds", &["passwords"]), + ("Photograhpy", &["photography"]), + ("Attributred", &["attributed"]), + ("Ppoulator", &["populator"]), + ("Apoligies", &["apologies"]), + ("Subtitutes", &["substitutes"]), + ("Chairtable", &["charitable"]), + ("Strucured", &["structured"]), + ("Controversials", &["controversial"]), + ("Forsaw", &["foresaw"]), + ("Exagerating", &["exaggerating"]), + ("Consice", &["concise"]), + ("Encryped", &["encrypted"]), + ("Specailizes", &["specializes"]), + ("Criticizms", &["criticisms"]), + ("Encoses", &["encloses", "encodes"]), + ("Detet", &["detect", "delete"]), + ("Internationl", &["international"]), + ("Allcoateing", &["allocating"]), + ("Broadley", &["broadly"]), + ("Defeine", &["define"]), + ("Timetamp", &["timestamp"]), + ("Reosurcing", &["resourcing"]), + ("Avoif", &["avoid"]), + ("Rediect", &["redirect"]), + ("Grapefriut", &["grapefruit"]), + ("Experementer", &["experimenter"]), + ("Neighbhorhoods", &["neighborhoods"]), + ("Quwessants", &["croissants"]), + ("Disapaited", &["dissipated"]), + ("Relize", &["realize"]), + ("Onlly", &["only"]), + ("Vershin", &["version"]), + ("Configuracion", &["configuration"]), + ("Deault", &["default"]), + ("Centruies", &["centuries"]), + ("Mathched", &["matched"]), + ("Confue", &["confuse"]), + ("Girefing", &["griefing"]), + ("Implecations", &["implications"]), + ("Instucts", &["instructs"]), + ("Oveflowed", &["overflowed"]), + ("Folling", &["following", "falling", "rolling"]), + ("Deciede", &["decide"]), + ("Acusation", &["causation"]), + ("Ivocation", &["invocation"]), + ("Persited", &["persisted"]), + ("Nimphlike", &["nymphlike"]), + ("Dificult", &["difficult"]), + ("Eleent", &["element"]), + ("Transvorms", &["transforms"]), + ("Inlcuded", &["included"]), + ("Offet", &["offset", "offer"]), + ("Pertinate", &["pertinent"]), + ("Generilizes", &["generalizes"]), + ("Algorythemically", &["algorithmically"]), + ("Constituer", &["constitute"]), + ("Incomprehenisble", &["incomprehensible"]), + ("Penninsulas", &["peninsulas"]), + ("Passt", &["passed", "past"]), + ("Intuatively", &["intuitively"]), + ("Ingegrated", &["integrated"]), + ("Featchd", &["fetched"]), + ("Specialistes", &["specialists"]), + ("Troglidite", &["troglodyte"]), + ("Rotatio", &["rotation", "ratio"]), + ("Enciclopedia", &["encyclopedia"]), + ("Manifestaion", &["manifestation"]), + ("Folloeing", &["following"]), + ("Retreeve", &["retrieve"]), + ("Dusgustingly", &["disgustingly"]), + ("Execise", &["excise", "exercise"]), + ("Ahtletes", &["athletes"]), + ("Transpatrent", &["transparent"]), + ("Slases", &["slashes"]), + ("Dissbling", &["disabling"]), + ("Abadonding", &["abandoning"]), + ("Contraccion", &["contraction"]), + ("Autocorrrect", &["autocorrect"]), + ("Boelean", &["boolean"]), + ("Adeladie", &["adelaide"]), + ("Insperation", &["inspiration"]), + ("Siffixes", &["suffixes"]), + ("Representating", &["representation", "representing"]), + ("Merchandice", &["merchandise"]), + ("Fullsceren", &["fullscreen"]), + ("Drawning", &["drawing"]), + ("Cadidate", &["candidate"]), + ("Electritian", &["electrician"]), + ("Lepoard", &["leopard"]), + ("Analising", &["analysing"]), + ("Susbcribe", &["subscribe"]), + ("Teraforming", &["terraforming"]), + ("Montnana", &["montana"]), + ("Customing", &["customizing"]), + ("Colum", &["column"]), + ("Indeveres", &["endeavors"]), + ("Unamed", &["unnamed"]), + ("Persciuos", &["precious"]), + ("Convertet", &["converted"]), + ("Compenidum", &["compendium"]), + ("Gettitem", &["getitem"]), + ("Loger", &["logger", "lodger", "longer"]), + ("Colletor", &["collector"]), + ("Esnure", &["ensure"]), + ("Movebackwrd", &["movebackward"]), + ("Progapates", &["propagates"]), + ("Expierience", &["experience"]), + ("Bachelores", &["bachelors"]), + ("Progresison", &["progressions"]), + ("Intruducing", &["introducing"]), + ("Transferrd", &["transferred"]), + ("Expectatons", &["expectations"]), + ("Priorties", &["priorities"]), + ("Notitifers", &["notifiers"]), + ("Wrting", &["writing"]), + ("Parametres", &["parameters"]), + ("Reflecters", &["reflects"]), + ("Speficialleir", &["specifier"]), + ("Standbuy", &["standby"]), + ("Sagitarius", &["sagittarius"]), + ("Introvet", &["introvert"]), + ("Replecated", &["replicated"]), + ("Initialze", &["initialize"]), + ("Confugures", &["configures"]), + ("Direcctorys", &["directories"]), + ("Capmbell", &["campbell"]), + ("Restrics", &["restricts"]), + ("Diversifiy", &["diversify"]), + ("Fschk", &["fsck"]), + ("Territorrial", &["territorial"]), + ("Envrironments", &["environments"]), + ("Scriipted", &["scripted"]), + ("Booteek", &["boutique"]), + ("Tagnetial", &["tangential"]), + ("Fanserve", &["fanservice"]), + ("Substittue", &["substitutes"]), + ("Assasinates", &["assassinates"]), + ("Conditial", &["conditional"]), + ("Disappearred", &["disappeared"]), + ("Incremeanted", &["incremented"]), + ("Swithes", &["switches"]), + ("Adpapted", &["adapted"]), + ("Shoudered", &["shouldered", "shuddered"]), + ("Overlauded", &["overloaded"]), + ("Dictionairy", &["dictionary"]), + ("Admitedly", &["admittedly"]), + ("Avaiiable", &["available"]), + ("Bettter", &["better"]), + ("Availabable", &["available"]), + ("Scubscriber", &["subscriber"]), + ("Futrure", &["future"]), + ("Bookkeeing", &["bookkeeping"]), + ("Lenghts", &["lengths"]), + ("Phazing", &["phasing"]), + ("Whatosever", &["whatsoever"]), + ("Anwsering", &["answering"]), + ("Marginaali", &["marginal"]), + ("Combiens", &["combines"]), + ("Inacive", &["inactive"]), + ("Monstruos", &["monstrous"]), + ("Promiscus", &["promiscuous"]), + ("Progammable", &["programmable"]), + ("Enbracer", &["embracer"]), + ("Separatos", &["separators"]), + ("Descritpr", &["descriptor"]), + ("Emough", &["enough"]), + ("Eastwoood", &["eastwood"]), + ("Reconncted", &["reconnected"]), + ("Shepe", &["shape"]), + ("Focu", &["focus"]), + ("Muliples", &["multiples"]), + ("Alignmenets", &["alignments"]), + ("Dynamiclly", &["dynamically"]), + ("Analzyes", &["analyzes"]), + ("Ubutu", &["ubuntu"]), + ("Eviserates", &["eviscerates"]), + ("Callbak", &["callback"]), + ("Adaper", &["adapter"]), + ("Excecutives", &["executives"]), + ("Follewinwg", &["following"]), + ("Algorthins", &["algorithms"]), + ("Fourties", &["forties"]), + ("Disporve", &["disprove"]), + ("Previal", &["prevail"]), + ("Mantain", &["maintain"]), + ("Reloccates", &["relocates"]), + ("Leavong", &["leaving"]), + ("Pervailing", &["prevailing"]), + ("Casion", &["caisson"]), + ("Memmick", &["mimic"]), + ("Connectionas", &["connections"]), + ("Upsrteams", &["upstreams"]), + ("Teplmated", &["templated"]), + ("Caould", &["could"]), + ("Selectie", &["selective"]), + ("Mashetty", &["machete"]), + ("Vaieties", &["varieties"]), + ("Cenarios", &["scenarios"]), + ("Fristly", &["firstly"]), + ("Carefuly", &["carefully"]), + ("Renyolds", &["reynolds"]), + ("Exilerated", &["exhilarated"]), + ("Extensibity", &["extensibility"]), + ("Facorty", &["factory"]), + ("Proponet", &["proponents"]), + ("Placehoulder", &["placeholder"]), + ("Opjecteing", &["objecting"]), + ("Compressable", &["compressible"]), + ("Consequtively", &["consecutively"]), + ("Detinations", &["destinations"]), + ("Becames", &["becomes", "became"]), + ("Moddels", &["models"]), + ("Dervies", &["derives"]), + ("Birghtest", &["brightest"]), + ("Maliciusly", &["maliciously"]), + ("Fotograph", &["photograph"]), + ("Apreciate", &["appreciate"]), + ("Insaney", &["insanely"]), + ("Walkaround", &["workaround"]), + ("Crationalism", &["nationalism", "rationalism"]), + ("Utilites", &["utilities"]), + ("Functiuon", &["function"]), + ("Workbennch", &["workbench"]), + ("Exaplains", &["explains"]), + ("Tittling", &["titling"]), + ("Propector", &["projector", "prospector", "protector"]), + ("Suffication", &["suffocation"]), + ("Seperatally", &["separately"]), + ("Finshes", &["finishes", "finches"]), + ("Dispode", &["dispose"]), + ("Anectodally", &["anecdotally"]), + ("Diration", &["duration"]), + ("Unilateraly", &["unilaterally"]), + ("Exchaging", &["exchanging"]), + ("Prostituto", &["prostitution"]), + ("Assiciation", &["association"]), + ("Commercialy", &["commercially"]), + ("Experimetning", &["experimenting"]), + ("Proedures", &["procedures"]), + ("Unque", &["unique"]), + ("Repelases", &["releases"]), + ("Emabled", &["enabled"]), + ("Comparre", &["compare"]), + ("Sucessfually", &["successfully"]), + ("Scipting", &["scripting"]), + ("Dependicy", &["dependency"]), + ("Comitters", &["committers"]), + ("Remvoved", &["removed"]), + ("Shoucl", &["should"]), + ("Skillshosts", &["skillshots"]), + ("Adventagously", &["advantageously"]), + ("Endnoden", &["endnode"]), + ("Distribuito", &["distribution"]), + ("Syntacks", &["syntax"]), + ("Meny", &["menu", "many"]), + ("Frustrsted", &["frustrates"]), + ("Bocome", &["become"]), + ("Highligth", &["highlight"]), + ("Theorician", &["theoretician"]), + ("Supposidely", &["supposedly"]), + ("Libertarianismo", &["libertarians"]), + ("Extact", &["extract", "exact"]), + ("Inticrate", &["intricate"]), + ("Cartirdges", &["cartridges"]), + ("Situatuion", &["situation"]), + ("Practie", &["practise"]), + ("Precding", &["preceding"]), + ("Malaira", &["malaria"]), + ("Misunderstandimg", &["misunderstandings"]), + ("Encryptiion", &["encryption"]), + ("Shouw", &["show"]), + ("Errer", &["error"]), + ("Installating", &["installation"]), + ("Cofrimation", &["confirmation"]), + ("Eroniously", &["erroneously"]), + ("Searcahble", &["searchable"]), + ("Plesing", &["pleasing", "blessing"]), + ("Unesacped", &["unescaped"]), + ("Abou", &["about", "abound"]), + ("Flexibilty", &["flexibility"]), + ("Heightend", &["heightened"]), + ("Squirrl", &["squirrel"]), + ("Blulets", &["bullets"]), + ("Leggacies", &["legacies"]), + ("Bigest", &["biggest"]), + ("Oiginating", &["originating"]), + ("Melanotin", &["melatonin"]), + ("Themslef", &["themself"]), + ("Ludricous", &["ludicrous"]), + ("Pharmaseutically", &["pharmaceutical"]), + ("Pease", &["lease", "peace", "piece", "please"]), + ("Qiests", &["quests"]), + ("Encorder", &["encoder"]), + ("Testomony", &["testimony"]), + ("Deactiviates", &["deactivates"]), + ("Sinagpore", &["singapore"]), + ("Condtiions", &["conditions"]), + ("Woudlnt", &["wouldnt"]), + ("Subraction", &["subtraction"]), + ("Comepndium", &["compendium"]), + ("Deleteable", &["deletable"]), + ("Polymophing", &["polymorphing"]), + ("Unintentially", &["unintentionally"]), + ("Contanins", &["contains"]), + ("Distribued", &["distributed"]), + ("Demonstratin", &["demonstration"]), + ("Solfed", &["solved"]), + ("Capabilites", &["capabilities"]), + ("Mkae", &["make"]), + ("Intatiated", &["instantiated"]), + ("Zionisim", &["zionism"]), + ("Negoatiating", &["negotiating"]), + ("Simultanous", &["simultaneous"]), + ("Therfore", &["therefore"]), + ("Mantains", &["maintains"]), + ("Deficience", &["deficiencies"]), + ("Releae", &["release"]), + ("Invisibiity", &["invisibility"]), + ("Arthirtis", &["arthritis"]), + ("Senitments", &["sentiments"]), + ("Usful", &["useful"]), + ("Disttribution", &["distribution"]), + ("Aadding", &["adding"]), + ("Announcemnet", &["announcements"]), + ("Dissappeard", &["disappeared"]), + ("Procrastinatin", &["procrastination"]), + ("Kown", &["known"]), + ("Taylored", &["tailored"]), + ("Sequencess", &["sequences"]), + ("Simplictic", &["simplistic"]), + ("Avare", &["aware"]), + ("Delgator", &["delegator"]), + ("Octobear", &["october"]), + ("Replicaition", &["replication"]), + ("Preporation", &["preparation"]), + ("Reallocaiting", &["reallocating"]), + ("Misogonist", &["misogynist"]), + ("Convertirte", &["converter"]), + ("Revealtions", &["revelations"]), + ("Analgous", &["analogous"]), + ("Brutallity", &["brutally"]), + ("Mapings", &["mappings"]), + ("Overwtach", &["overwatch"]), + ("Singoolar", &["singular"]), + ("Meanin", &["meaning"]), + ("Commmitment", &["commitment"]), + ("Inexperianced", &["inexperienced"]), + ("Localy", &["locally"]), + ("Zoinists", &["zionists"]), + ("Manifestior", &["manifestation"]), + ("Toggels", &["toggles"]), + ("Checkare", &["checker"]), + ("Generalizaing", &["generalizing"]), + ("Contaminanted", &["contaminated"]), + ("Regradless", &["regardless"]), + ("Incomprehesible", &["incomprehensible"]), + ("Topoplogical", &["topological"]), + ("Genralized", &["generalized"]), + ("Intestinces", &["intestines"]), + ("Cosed", &["closed"]), + ("Myselves", &["myself"]), + ("Beglian", &["belgian"]), + ("Assmebled", &["assembled"]), + ("Organizarme", &["organizer"]), + ("Expeiment", &["experiment"]), + ("Rereated", &["recreated", "rerated"]), + ("Overzelis", &["overzealous"]), + ("Unfamilair", &["unfamiliar"]), + ("Dokcs", &["docks"]), + ("Poltics", &["politics"]), + ("Unbelieveble", &["unbelievable"]), + ("Updgrade", &["upgrade"]), + ("Refere", &["refer", "referee"]), + ("Serounded", &["surrounded"]), + ("Transofrm", &["transform"]), + ("Richochets", &["ricochets"]), + ("Silouetist", &["silhouettist"]), + ("Beleives", &["believes"]), + ("Bufferred", &["buffered"]), + ("Lithunaia", &["lithuania"]), + ("Extrem", &["extremum", "extreme"]), + ("Reagrding", &["regarding"]), + ("Methd", &["method"]), + ("Databae", &["database"]), + ("Guaruanty", &["guaranty"]), + ("Intiallisation", &["initialisation"]), + ("Larg", &["large"]), + ("Clogure", &["clojure"]), + ("Westmonster", &["westminster"]), + ("Debuggg", &["debug"]), + ("Conotrols", &["controls"]), + ("Softend", &["softened"]), + ("Receipient", &["recipient"]), + ("Paravirtualied", &["paravirtualised", "paravirtualized"]), + ("Hanldes", &["handles"]), + ("Algorhitmically", &["algorithmically"]), + ("Rescuecd", &["rescued"]), + ("Refeshing", &["refreshing"]), + ("Losen", &["loosen"]), + ("Referered", &["referred"]), + ("Mixxing", &["mixing"]), + ("Adaped", &["adapted", "adapt", "adopted", "adopt"]), + ("Cicrle", &["circle"]), + ("Correspnds", &["corresponds"]), + ("Precussion", &["percussion"]), + ("Propably", &["probably"]), + ("Perpertated", &["perpetuated"]), + ("Invokable", &["invocable"]), + ("Februar", &["february"]), + ("Reconaissance", &["reconnaissance"]), + ("Handelbars", &["handlebars"]), + ("Defensie", &["defensive"]), + ("Contary", &["contrary"]), + ("Fermentating", &["fermentation"]), + ("Scateboarding", &["skateboarding"]), + ("Saven", &["save"]), + ("Condtition", &["condition"]), + ("Extnesions", &["extensions"]), + ("Equialent", &["equivalent"]), + ("Klick", &["click"]), + ("Shadder", &["shader"]), + ("Hstory", &["history"]), + ("Mouthpeices", &["mouthpiece"]), + ("Illegitimite", &["illegitimate"]), + ("Seup", &["setup"]), + ("Inflitrate", &["infiltrate"]), + ("Unavailabel", &["unavailable"]), + ("Offfence", &["offence"]), + ("Distrotion", &["distortion"]), + ("Tuscon", &["tucson"]), + ("Impoves", &["improves"]), + ("Archiac", &["archaic"]), + ("Foontnotes", &["footnotes"]), + ("Imperislist", &["imperialist"]), + ("Legalizaton", &["legalization"]), + ("Abstrat", &["abstract"]), + ("Servces", &["services", "serves"]), + ("Projectilt", &["projectile"]), + ("Appreicated", &["appreciated"]), + ("Skilfull", &["skilful"]), + ("Translatio", &["translator"]), + ("Autonegoation", &["autonegotiation"]), + ("Anniversery", &["anniversary"]), + ("Emitetd", &["emitted"]), + ("Comrpessing", &["compressing"]), + ("Lighthning", &["lightening"]), + ("Dinsoaurs", &["dinosaurs"]), + ("Accountas", &["accountants"]), + ("Specifich", &["specify", "specific"]), + ("Thq", &["the"]), + ("Cheeseburgare", &["cheeseburger"]), + ("Strechted", &["stretched"]), + ("Serimonies", &["ceremonies"]), + ("Premonasterians", &["premonstratensians"]), + ("Initiliasing", &["initialising"]), + ("Prameters", &["parameters"]), + ("Percievable", &["perceivable"]), + ("Fullets", &["fullest"]), + ("Estimatione", &["estimation"]), + ("Conslutant", &["consultant"]), + ("Initailse", &["initialise"]), + ("Colorpsaces", &["colorspaces"]), + ("Arcehtype", &["archetype"]), + ("Regresos", &["regress"]), + ("Respponses", &["responses"]), + ("Soveriengty", &["sovereignty"]), + ("Infeccious", &["infectious"]), + ("Articaft", &["artifact"]), + ("Repblican", &["republican"]), + ("Iniitializes", &["initializes"]), + ("Ellision", &["elision"]), + ("Skwalks", &["squawks"]), + ("Instinctivly", &["instinctively"]), + ("Kow", &["know"]), + ("Armagedeon", &["armageddon"]), + ("Disobediance", &["disobedience"]), + ("Bortherhood", &["brotherhood"]), + ("Quwessant", &["croissant"]), + ("Premanent", &["permanent"]), + ("Apreture", &["aperture"]), + ("Awming", &["awning"]), + ("Specailized", &["specialized"]), + ("Expetects", &["expects"]), + ("Realsim", &["realism"]), + ("Algolithms", &["algorithms"]), + ("Inattractive", &["unattractive"]), + ("Remembrence", &["remembrance"]), + ("Givne", &["given"]), + ("Organizare", &["organizer"]), + ("Mysterise", &["mysteries"]), + ("Modifiations", &["modifications"]), + ("Agurement", &["argument"]), + ("Simpliy", &["simplify", "simply"]), + ("Juxtified", &["justified"]), + ("Resotrer", &["restorer"]), + ("Conttributed", &["contributed"]), + ("Bethdesa", &["bethesda"]), + ("Edeycat", &["etiquette"]), + ("Prohibitivo", &["prohibition"]), + ("Unoin", &["union"]), + ("Indiates", &["indicates"]), + ("Indoneisan", &["indonesian"]), + ("Bencmarks", &["benchmarks"]), + ("Unfortuantely", &["unfortunately"]), + ("Sattisfied", &["satisfied"]), + ("Intellegence", &["intelligence"]), + ("Prequles", &["prequels"]), + ("Reproducabely", &["reproducibly"]), + ("Usefuly", &["usefully"]), + ("Specifcations", &["specifications"]), + ("Mutuxs", &["mutexes"]), + ("Falied", &["failed"]), + ("Conecting", &["connecting"]), + ("Schoole", &["schooled", "schools"]), + ("Createin", &["creatine"]), + ("Guerrillera", &["guerrilla"]), + ("Reivison", &["revision"]), + ("Opjectification", &["objectification"]), + ("Analize", &["analyze"]), + ("Developmnet", &["developments"]), + ("Transparntly", &["transparently"]), + ("Allpication", &["application"]), + ("Conduict", &["conduit"]), + ("Keybroad", &["keyboard"]), + ("Ipmrovement", &["improvement"]), + ("Explioted", &["exploited"]), + ("Decsiptors", &["descriptors"]), + ("Expempted", &["exempted"]), + ("Executiner", &["executioner"]), + ("Govermenet", &["government"]), + ("Indiaan", &["indiana"]), + ("Attitional", &["additional"]), + ("Absymal", &["abysmal"]), + ("Negoptionsotiation", &["negotiation"]), + ("Smaler", &["smaller"]), + ("Perferrable", &["preferable"]), + ("Articluate", &["articulate"]), + ("Grammaticaal", &["grammatical"]), + ("Transscription", &["transcription"]), + ("Boun", &["bound"]), + ("Yrea", &["year"]), + ("Admi", &["admin"]), + ("Commanted", &["commanded", "commented"]), + ("Unconsisntency", &["inconsistency"]), + ("Siwtched", &["switched"]), + ("Deflecticon", &["deflection"]), + ("Struggeld", &["struggled"]), + ("Noticabley", &["noticeably"]), + ("Meterials", &["materials"]), + ("Spwan", &["spawn"]), + ("Sourcedrectory", &["sourcedirectory"]), + ("Fufills", &["fulfills"]), + ("Kilometes", &["kilometers"]), + ("Organizuje", &["organize"]), + ("Beautyfully", &["beautifully"]), + ("Enabeling", &["enabling"]), + ("Permissiosn", &["permissions"]), + ("Mimmick", &["mimic"]), + ("Comemmorates", &["commemorates"]), + ("Generell", &["general"]), + ("Mexcian", &["mexican"]), + ("Dissimilia", &["dissimilar"]), + ("Troubadors", &["troubadours"]), + ("Misinfomed", &["misinformed"]), + ("Expetectedly", &["expectedly"]), + ("Follwong", &["following"]), + ("Frequence", &["frequencies"]), + ("Absailing", &["abseiling"]), + ("Serounds", &["surrounds"]), + ("Differencies", &["differences"]), + ("Salery", &["salary"]), + ("Infrastrucure", &["infrastructure"]), + ("Optio", &["option"]), + ("Authenciators", &["authenticators"]), + ("Algorihtms", &["algorithms"]), + ("Interupted", &["interrupted"]), + ("Interet", &["interest"]), + ("Caculation", &["calculation"]), + ("Mediveal", &["medieval"]), + ("Conspiracize", &["conspiracies"]), + ("Conquerer", &["conqueror"]), + ("Intimitaly", &["intimately"]), + ("Sence", &["sense", "since"]), + ("Pulic", &["public"]), + ("Pronounched", &["pronounced"]), + ("Indespensible", &["indispensable"]), + ("Distingushing", &["distinguishing"]), + ("Setyp", &["setup"]), + ("Flasing", &["flashing"]), + ("Eveolving", &["evolving"]), + ("Pathames", &["pathnames"]), + ("Assesments", &["assessments"]), + ("Magincian", &["magician"]), + ("Addicionally", &["additionally"]), + ("Tufure", &["future"]), + ("Insall", &["install"]), + ("Algororithmic", &["algorithmic"]), + ("Playthorugh", &["playthrough"]), + ("Spefifier", &["specifier"]), + ("Consctructors", &["constructors"]), + ("Congergation", &["congregation"]), + ("Stationairy", &["stationary"]), + ("Esacape", &["escape"]), + ("Keesh", &["quiche"]), + ("Modfy", &["modify"]), + ("Interesction", &["intersection"]), + ("Coalleces", &["coalesces"]), + ("Operting", &["operating"]), + ("Recconeccted", &["reconnected"]), + ("Sissering", &["scissoring"]), + ("Cahgners", &["changers"]), + ("Coincidentaly", &["coincidentally"]), + ("Presernt", &["present"]), + ("Penguinese", &["penguins"]), + ("Throuth", &["through"]), + ("Commenetd", &["commented"]), + ("Segmend", &["segment"]), + ("Onlie", &["online", "only"]), + ("Critisicms", &["criticisms"]), + ("Ehtereal", &["ethereal"]), + ("Excersise", &["exercise"]), + ("Cahacter", &["character"]), + ("Carnigie", &["carnegie"]), + ("Localte", &["locale", "locate"]), + ("Addded", &["added"]), + ("Stucture", &["structure"]), + ("Offenest", &["oftenest"]), + ("Climing", &["climbing"]), + ("Duplicat", &["duplicate"]), + ("Disrespekting", &["disrespecting"]), + ("Disgustos", &["disgusts"]), + ("Neighourhood", &["neighbourhood"]), + ("Optomism", &["optimism"]), + ("Introductary", &["introductory"]), + ("Desperetly", &["desperately"]), + ("Overwheliming", &["overwhelming"]), + ("Disssociating", &["dissociating"]), + ("Haders", &["headers", "shaders", "haters"]), + ("Critising", &["criticising"]), + ("Incorported", &["incorporated"]), + ("Iether", &["either"]), + ("Privaye", &["private"]), + ("Dessicated", &["desiccated"]), + ("Susbsytem", &["subsystem"]), + ("Communikay", &["communiqué"]), + ("Insigth", &["insight"]), + ("Gravitatie", &["gravitate"]), + ("Absorbtion", &["absorption"]), + ("Herculase", &["hercules"]), + ("Conservatisim", &["conservatism"]), + ("Systemc", &["systemic"]), + ("Annoncements", &["announcements"]), + ("Foto", &["photo"]), + ("Armagaddon", &["armageddon"]), + ("Environmnet", &["environments", "environment"]), + ("Quites", &["quotes"]), + ("Lising", &["listing"]), + ("Deativation", &["deactivation"]), + ("Excecutor", &["executor"]), + ("Permieter", &["perimeter"]), + ("Meldoic", &["melodic"]), + ("Destops", &["desktops"]), + ("Replcaing", &["replacing"]), + ("Filterig", &["filtering"]), + ("Insensitiv", &["insensitive"]), + ("Desing", &["design"]), + ("Condtionally", &["conditionally"]), + ("Astrixs", &["asterisks"]), + ("Blantantly", &["blatantly"]), + ("Guaruante", &["guarantee"]), + ("Penguings", &["penguins"]), + ("Refelct", &["reflect"]), + ("Underbaker", &["undertaker"]), + ("Screenshoot", &["screenshot"]), + ("Requestying", &["requesting"]), + ("Listeneing", &["listening"]), + ("Featre", &["feature"]), + ("Noticeing", &["noticing"]), + ("Thorougnly", &["thoroughly"]), + ("Coordinatore", &["coordinate"]), + ("Xenophoby", &["xenophobia"]), + ("Amensty", &["amnesty"]), + ("Repeatly", &["repeatedly"]), + ("Verifiaction", &["verification"]), + ("Neveloping", &["enveloping"]), + ("Avalability", &["availability"]), + ("Realistisch", &["realistic"]), + ("Trememdous", &["tremendous"]), + ("Arguemtn", &["argument"]), + ("Cusstomizable", &["customizable"]), + ("Cleasne", &["cleanse"]), + ("Enogh", &["enough"]), + ("Compatiblilty", &["compatibility"]), + ("Preservacion", &["preservation"]), + ("Foreigness", &["foreigners"]), + ("Customizabe", &["customizable"]), + ("Incorretly", &["incorrectly"]), + ("Sedning", &["sending"]), + ("Seperator", &["separator"]), + ("Priviledge", &["privilege"]), + ("Nigthly", &["nightly"]), + ("Perpretated", &["perpetrated"]), + ("Visiter", &["visitor"]), + ("Intiated", &["initiated"]), + ("Nationalistista", &["nationalists"]), + ("Pkaythroughs", &["playthroughs"]), + ("Conciderably", &["considerably"]), + ("Moderatedly", &["moderately"]), + ("Collectivo", &["collection"]), + ("Architechts", &["architect", "architects"]), + ("Replentishes", &["replenishes"]), + ("Midfiedler", &["midfielder"]), + ("Phychologist", &["psychologist"]), + ("Commpletes", &["completes"]), + ("Checkstumming", &["checksumming"]), + ("Mesage", &["message"]), + ("Strign", &["string"]), + ("Envolved", &["involved"]), + ("Spefifications", &["specifications"]), + ("Documentories", &["documentaries"]), + ("Affectes", &["affects"]), + ("Sesitivity", &["sensitivity"]), + ("Propertional", &["proportional"]), + ("Exponencially", &["exponentially"]), + ("Resorucing", &["resourcing"]), + ("Attribue", &["attribute"]), + ("Consolacion", &["consolation"]), + ("Corrispondants", &["correspondents"]), + ("Inspite", &["inspire"]), + ("Unkowns", &["unknowns"]), + ("Arithmetric", &["arithmetic"]), + ("Fasterners", &["fasteners"]), + ("Luckly", &["luckily"]), + ("Creationis", &["creations"]), + ("Subredditors", &["subreddits"]), + ("Usebility", &["usability"]), + ("Intagible", &["intangible"]), + ("Impactes", &["impacts"]), + ("Thhis", &["this"]), + ("Krankenstein", &["frankenstein"]), + ("Neturon", &["neutron"]), + ("Expolitative", &["exploitative"]), + ("Grizzlay", &["grizzly"]), + ("Expolit", &["exploit"]), + ("Compoent", &["component"]), + ("Addresable", &["addressable"]), + ("Battaries", &["batteries"]), + ("Ironamn", &["ironman"]), + ("Inplicitly", &["implicitly"]), + ("Promethous", &["prometheus"]), + ("Discoruage", &["discourages"]), + ("Esporst", &["esports"]), + ("Iformation", &["information"]), + ("Granilarity", &["granularity"]), + ("Dataste", &["dataset"]), + ("Implemement", &["implement"]), + ("Venyet", &["vignette"]), + ("Availabl", &["available"]), + ("Trasnlator", &["translator"]), + ("Dissasters", &["disasters"]), + ("Dracual", &["dracula"]), + ("Fornesic", &["forensic"]), + ("Unimplmented", &["unimplemented"]), + ("Processore", &["processor"]), + ("Contagen", &["contagion"]), + ("Posion", &["poison", "psion", "position"]), + ("Unempolyed", &["unemployed"]), + ("Proprogated", &["propagated"]), + ("Custonisable", &["customisable"]), + ("Unusaully", &["unusually"]), + ("Recommded", &["recommended"]), + ("Defaulys", &["defaults"]), + ("Formath", &["format"]), + ("Intiutively", &["intuitively"]), + ("Algorithims", &["algorithm", "algorithms"]), + ("Approxiamtion", &["approximation"]), + ("Discrards", &["discards"]), + ("Chernoybl", &["chernobyl"]), + ("Mechanicle", &["mechanical"]), + ("Serializaable", &["serializable"]), + ("Perseeded", &["preceded"]), + ("Renforces", &["reinforces"]), + ("Tht", &["the", "that"]), + ("Histroically", &["historically"]), + ("Complacant", &["complacent"]), + ("Weeekend", &["weekend"]), + ("Detahced", &["detached"]), + ("Hypenates", &["hyphenates"]), + ("Contence", &["contents"]), + ("Competions", &["completions"]), + ("Irregulier", &["irregular"]), + ("Maneouvred", &["manoeuvred"]), + ("Appointmet", &["appointments"]), + ("Sunbinterpreter", &["subinterpreter"]), + ("Anomolies", &["anomalies"]), + ("Menions", &["mentions", "minions"]), + ("Perfomnaces", &["performances"]), + ("Swtichers", &["switchers"]), + ("Visulization", &["visualization"]), + ("Triology", &["trilogy"]), + ("Psychidelic", &["psychedelic"]), + ("Unbelievabley", &["unbelievably"]), + ("Chekers", &["checkers"]), + ("Infrustructure", &["infrastructure"]), + ("Misogyinsts", &["misogynist"]), + ("Messgaed", &["messaged"]), + ("Deregisted", &["deregistered"]), + ("Sometihn", &["something"]), + ("Undicovered", &["undiscovered"]), + ("Priviliges", &["privileges"]), + ("Actally", &["actually"]), + ("Sctosman", &["scotsman"]), + ("Assemalate", &["assimilate"]), + ("Iternship", &["internship"]), + ("Generaing", &["generating"]), + ("Satrically", &["satirically"]), + ("Durabiliy", &["durability"]), + ("Undertsanding", &["understanding"]), + ("Hyperbolie", &["hyperbole"]), + ("Goosebumbs", &["goosebumps"]), + ("Dependenct", &["dependent"]), + ("Onces", &["ounces", "once", "ones"]), + ("Napcakes", &["pancakes"]), + ("Unregistrs", &["unregisters"]), + ("Coinsides", &["coincides"]), + ("Grammaticallity", &["grammatically"]), + ("Languague", &["language"]), + ("Prepresents", &["represents"]), + ("Unfamilliar", &["unfamiliar"]), + ("Dirtectory", &["directory"]), + ("Conveience", &["convenience"]), + ("Fromal", &["formal"]), + ("Incremeantal", &["incremental"]), + ("Circlebs", &["circles"]), + ("Compre", &["compare", "compère"]), + ("Cotrasfers", &["cotransfers"]), + ("Idependent", &["independent"]), + ("Thether", &["tether", "whether"]), + ("Consultating", &["consultation"]), + ("Gutteral", &["guttural"]), + ("Coducting", &["conducting"]), + ("Algoithmic", &["algorithmic"]), + ("Exclue", &["exclude"]), + ("Reppository", &["repository"]), + ("Proocesses", &["processes"]), + ("Playge", &["plague"]), + ("Sempahore", &["semaphore"]), + ("Considerablly", &["considerably"]), + ("Copyeight", &["copyright"]), + ("Exitting", &["exiting"]), + ("Lesbains", &["lesbians"]), + ("Spefeid", &["specified"]), + ("Executd", &["executed"]), + ("Knwo", &["know"]), + ("Datadsir", &["datadir"]), + ("Candinate", &["candidate"]), + ("Reconasence", &["reconnaissance"]), + ("Franlkin", &["franklin"]), + ("Icleandic", &["icelandic"]), + ("Stadnardization", &["standardization"]), + ("Confernce", &["conference"]), + ("Stabliize", &["stabilize"]), + ("Tcpdumpp", &["tcpdump"]), + ("Actuakly", &["actually"]), + ("Coduct", &["conduct"]), + ("Identcal", &["identical"]), + ("Compount", &["compound"]), + ("Releasse", &["release"]), + ("Intepolate", &["interpolate"]), + ("Asbtractness", &["abstractness"]), + ("Argiculture", &["agriculture"]), + ("Unmisakable", &["unmistakable"]), + ("Tawk", &["talk"]), + ("Implementaciones", &["implementations"]), + ("Weild", &["wield", "wild"]), + ("Terrabyte", &["terabyte"]), + ("Critisicm", &["criticism"]), + ("Unqoutes", &["unquotes"]), + ("Timetamps", &["timestamps"]), + ("Disabiltities", &["disabilities"]), + ("Libraris", &["libraries"]), + ("Cancres", &["cancers"]), + ("Executuables", &["executables"]), + ("Redeemd", &["redeemed"]), + ("Automatiek", &["automate"]), + ("Identificable", &["identifiable"]), + ("Organistaion", &["organisation"]), + ("Itheirs", &["theirs"]), + ("Spwaning", &["spawning"]), + ("Neccsessary", &["necessary"]), + ("Revelaitons", &["revelations"]), + ("Endpdoints", &["endpoints"]), + ("Entrepreners", &["entrepreneurs"]), + ( + "Transaitions", + &["translations", "transitions", "transactions"], + ), + ("Missionnary", &["missionary"]), + ("Redonly", &["readonly"]), + ("Firggin", &["friggin"]), + ("Reproduciblility", &["reproducibility"]), + ("Experimneters", &["experimenters"]), + ("Sissers", &["scissors", "sisters"]), + ("Circumcisied", &["circumcised"]), + ("Featchs", &["fetches"]), + ("Mysterieus", &["mysteries"]), + ("Mustash", &["mustache"]), + ("Shouws", &["shows"]), + ("Savanha", &["savanna"]), + ("Coverred", &["covered"]), + ("Cimptomaticaly", &["symptomatically"]), + ("Initaition", &["initiation"]), + ("Exepectation", &["expectation"]), + ("Pinpoit", &["pinpoint"]), + ("Respectivily", &["respectively"]), + ("Hypothecis", &["hypothesis"]), + ("Perfome", &["perform"]), + ("Circumferance", &["circumference"]), + ("Seranomies", &["ceremonies"]), + ("Diposing", &["disposing", "deposing"]), + ("Locatio", &["locations"]), + ("Indexig", &["indexing"]), + ("Acknowleded", &["acknowledged"]), + ("Depdend", &["depend"]), + ("Baskteball", &["basketball"]), + ("Microtramsactions", &["microtransactions"]), + ("Manufactuters", &["manufactures"]), + ("Complext", &["complex", "complexity"]), + ("Zombe", &["zombie"]), + ("Ebst", &["best"]), + ("Fethces", &["fetches"]), + ("Africain", &["african"]), + ("Beseiged", &["besieged"]), + ("Livestreem", &["livestream"]), + ("Imbalanaced", &["imbalanced"]), + ("Strenghening", &["strengthening"]), + ("Leprachan", &["leprechaun"]), + ("Projectio", &["projection"]), + ("Expet", &["expect", "expat"]), + ("Tortialls", &["tortillas"]), + ("Numer", &["number"]), + ("Framei", &["frame"]), + ("Dominent", &["dominant"]), + ("Revolulionary", &["revolutionary"]), + ("Unqaulified", &["unqualified"]), + ("Alloction", &["allocation"]), + ("Interrupteds", &["interrupts"]), + ("Exeuctes", &["executes"]), + ("Partiots", &["patriots"]), + ("Distatesful", &["distasteful"]), + ("Convers", &["converts", "converse", "convert"]), + ("Tweeking", &["tweaking"]), + ("Narcississts", &["narcissist"]), + ("Overclockign", &["overclocking"]), + ("Inconsecuential", &["inconsequential"]), + ("Doalog", &["dialog"]), + ("Chaning", &["chaining", "changing"]), + ("Votlage", &["voltage"]), + ("Deserialsies", &["deserialises"]), + ("Shanges", &["changes"]), + ("Implemememnt", &["implement"]), + ("Undertunes", &["undertones"]), + ("Amateus", &["amateurs"]), + ("Diplacement", &["displacement"]), + ("Aggregatet", &["aggregated"]), + ("Prevous", &["previous"]), + ("Sovereinity", &["sovereignty"]), + ("Indonesien", &["indonesian"]), + ("Causion", &["caution"]), + ("Exercieses", &["exercises"]), + ("Bullevard", &["boulevard"]), + ("Permanetly", &["permanently"]), + ("Forcibley", &["forcibly"]), + ("Unselct", &["unselect"]), + ("Reminising", &["reminiscing"]), + ("Compeeting", &["completing"]), + ("Corspes", &["corpses"]), + ("Enerator", &["generator"]), + ("Tenactiy", &["tenacity"]), + ("Ellementals", &["elementals"]), + ("Hypenation", &["hyphenation"]), + ("Ptherads", &["pthreads"]), + ("Inexpereinced", &["inexperienced"]), + ("Familiary", &["familiarity"]), + ("Courthourse", &["courthouse"]), + ("Arange", &["arrange"]), + ("Intenationalism", &["internationalism"]), + ("Reenfoce", &["reenforce"]), + ("Revoming", &["removing"]), + ("Inncrements", &["increments"]), + ], + }, + range: 2..=34, +}; +pub static WORD_UNICODE: dictgen::OrderedMap, &[&str]> = + dictgen::OrderedMap { + keys: &[ + dictgen::InsensitiveStr::Unicode("clockwíse"), + dictgen::InsensitiveStr::Unicode("paínt"), + dictgen::InsensitiveStr::Unicode("évaluate"), + dictgen::InsensitiveStr::Unicode("сontain"), + dictgen::InsensitiveStr::Unicode("сontained"), + dictgen::InsensitiveStr::Unicode("сontainer"), + dictgen::InsensitiveStr::Unicode("сontainers"), + dictgen::InsensitiveStr::Unicode("сontaining"), + dictgen::InsensitiveStr::Unicode("сontainor"), + dictgen::InsensitiveStr::Unicode("сontainors"), + dictgen::InsensitiveStr::Unicode("сontains"), + ], + values: &[ + &["clockwise"], + &["paint"], + &["evaluate"], + &["contain"], + &["contained"], + &["container"], + &["containers"], + &["containing"], + &["container"], + &["containers"], + &["contains"], + ], + range: 6..=11, + }; diff --git a/crates/typos-dict/benches/benches/main.rs b/crates/typos-dict/benches/benches/main.rs index 63b5cf4..c9c745e 100644 --- a/crates/typos-dict/benches/benches/main.rs +++ b/crates/typos-dict/benches/benches/main.rs @@ -1,5 +1,7 @@ #![allow(clippy::wildcard_imports)] +#![allow(dead_code)] +mod cased_map_codegen; mod map_codegen; mod ordered_map_codegen; mod trie_codegen; @@ -9,6 +11,11 @@ mod miss { const MISS: &str = "finalizes"; + #[divan::bench(args = [MISS])] + fn cased_map(word: &str) -> Option<&'static &[&str]> { + cased_map_codegen::WORD_ASCII_LOWER.find(&word) + } + #[divan::bench(args = [unicase::UniCase::new(MISS)])] fn map(word: unicase::UniCase<&str>) -> Option<&'static &[&str]> { map_codegen::WORD.find(&word) @@ -30,6 +37,11 @@ mod hit { const HIT: &str = "finallizes"; + #[divan::bench(args = [HIT])] + fn cased_map(word: &str) -> Option<&'static &[&str]> { + cased_map_codegen::WORD_ASCII_LOWER.find(&word) + } + #[divan::bench(args = [unicase::UniCase::new(HIT)])] fn map(word: unicase::UniCase<&str>) -> Option<&'static &[&str]> { map_codegen::WORD.find(&word) diff --git a/crates/typos-dict/tests/codegen.rs b/crates/typos-dict/tests/codegen.rs index 400e55f..6df31b2 100644 --- a/crates/typos-dict/tests/codegen.rs +++ b/crates/typos-dict/tests/codegen.rs @@ -20,6 +20,15 @@ fn codegen() { snapbox::file!["../benches/benches/map_codegen.rs"].raw() ); + let mut cased_map_content = vec![]; + generate_cased_map(&mut cased_map_content, "WORD", DICT); + let cased_map_content = String::from_utf8(cased_map_content).unwrap(); + let cased_map_content = codegenrs::rustfmt(&cased_map_content, None).unwrap(); + snapbox::assert_data_eq!( + &cased_map_content, + snapbox::file!["../benches/benches/cased_map_codegen.rs"].raw() + ); + let mut ordered_map_content = vec![]; generate_ordered_map(&mut ordered_map_content, "WORD", DICT); let ordered_map_content = String::from_utf8(ordered_map_content).unwrap(); @@ -72,6 +81,111 @@ fn generate_trie(file: &mut W, name: &str, dict: &[u8]) { .unwrap(); } +fn generate_cased_map(file: &mut W, name: &str, dict: &[u8]) { + writeln!( + file, + "// This file is @generated by {}", + file!().replace('\\', "/") + ) + .unwrap(); + writeln!(file, "#![allow(clippy::unreadable_literal)]",).unwrap(); + writeln!(file, "#![allow(unreachable_pub)]",).unwrap(); + writeln!(file).unwrap(); + + let records: Vec<_> = csv::ReaderBuilder::new() + .has_headers(false) + .flexible(true) + .from_reader(dict) + .records() + .map(|r| r.unwrap()) + .collect(); + dictgen::DictGen::new() + .name(&format!("{name}_ASCII_LOWER")) + .value_type("&[&str]") + .map() + .unicase(false) + .write( + file, + records + .iter() + .filter(|r| r.iter().next().unwrap().is_ascii()) + .map(|record| { + let mut record_fields = record.iter(); + let key = record_fields.next().unwrap(); + let value = format!( + "&[{}]", + itertools::join(record_fields.map(|field| format!(r#""{field}""#)), ", ") + ); + (key, value) + }), + ) + .unwrap(); + dictgen::DictGen::new() + .name(&format!("{name}_ASCII_UPPER")) + .value_type("&[&str]") + .map() + .unicase(false) + .write( + file, + records + .iter() + .filter(|r| r.iter().next().unwrap().is_ascii()) + .map(|record| { + use heck::ToShoutySnakeCase; + let mut record_fields = record.iter(); + let key = record_fields.next().unwrap().to_shouty_snake_case(); + let value = format!( + "&[{}]", + itertools::join(record_fields.map(|field| format!(r#""{field}""#)), ", ") + ); + (key, value) + }), + ) + .unwrap(); + dictgen::DictGen::new() + .name(&format!("{name}_ASCII_TITLE")) + .value_type("&[&str]") + .map() + .unicase(false) + .write( + file, + records + .iter() + .filter(|r| r.iter().next().unwrap().is_ascii()) + .map(|record| { + use heck::ToTitleCase; + let mut record_fields = record.iter(); + let key = record_fields.next().unwrap().to_title_case(); + let value = format!( + "&[{}]", + itertools::join(record_fields.map(|field| format!(r#""{field}""#)), ", ") + ); + (key, value) + }), + ) + .unwrap(); + dictgen::DictGen::new() + .name(&format!("{name}_UNICODE")) + .value_type("&[&str]") + .ordered_map() + .write( + file, + records + .iter() + .filter(|r| !r.iter().next().unwrap().is_ascii()) + .map(|record| { + let mut record_fields = record.iter(); + let key = record_fields.next().unwrap(); + let value = format!( + "&[{}]", + itertools::join(record_fields.map(|field| format!(r#""{field}""#)), ", ") + ); + (key, value) + }), + ) + .unwrap(); +} + fn generate_map(file: &mut W, name: &str, dict: &[u8]) { writeln!( file,