charmt / tokenizers /bpe /eng /tokenizer.json
Aeirya's picture
Upload folder using huggingface_hub
cc661b4 verified
{
"version": "1.0",
"truncation": null,
"padding": null,
"added_tokens": [
{
"id": 0,
"content": "<pad>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 1,
"content": "<bos>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 2,
"content": "<eos>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 3,
"content": "<unk>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
}
],
"normalizer": {
"type": "NFC"
},
"pre_tokenizer": {
"type": "Whitespace"
},
"post_processor": {
"type": "TemplateProcessing",
"single": [
{
"SpecialToken": {
"id": "<bos>",
"type_id": 0
}
},
{
"Sequence": {
"id": "A",
"type_id": 0
}
},
{
"SpecialToken": {
"id": "<eos>",
"type_id": 0
}
}
],
"pair": [
{
"Sequence": {
"id": "A",
"type_id": 0
}
},
{
"Sequence": {
"id": "B",
"type_id": 1
}
}
],
"special_tokens": {
"<bos>": {
"id": "<bos>",
"ids": [
1
],
"tokens": [
"<bos>"
]
},
"<eos>": {
"id": "<eos>",
"ids": [
2
],
"tokens": [
"<eos>"
]
}
}
},
"decoder": {
"type": "WordPiece",
"prefix": "##",
"cleanup": true
},
"model": {
"type": "BPE",
"dropout": null,
"unk_token": "<unk>",
"continuing_subword_prefix": "##",
"end_of_word_suffix": null,
"fuse_unk": false,
"byte_fallback": false,
"ignore_merges": false,
"vocab": {
"<pad>": 0,
"<bos>": 1,
"<eos>": 2,
"<unk>": 3,
"!": 4,
"\"": 5,
"#": 6,
"$": 7,
"%": 8,
"&": 9,
"'": 10,
"(": 11,
")": 12,
"*": 13,
"+": 14,
",": 15,
"-": 16,
".": 17,
"/": 18,
"0": 19,
"1": 20,
"2": 21,
"3": 22,
"4": 23,
"5": 24,
"6": 25,
"7": 26,
"8": 27,
"9": 28,
":": 29,
";": 30,
"<": 31,
"=": 32,
">": 33,
"?": 34,
"@": 35,
"A": 36,
"B": 37,
"C": 38,
"D": 39,
"E": 40,
"F": 41,
"G": 42,
"H": 43,
"I": 44,
"J": 45,
"K": 46,
"L": 47,
"M": 48,
"N": 49,
"O": 50,
"P": 51,
"Q": 52,
"R": 53,
"S": 54,
"T": 55,
"U": 56,
"V": 57,
"W": 58,
"X": 59,
"Y": 60,
"Z": 61,
"[": 62,
"\\": 63,
"]": 64,
"^": 65,
"_": 66,
"`": 67,
"a": 68,
"b": 69,
"c": 70,
"d": 71,
"e": 72,
"f": 73,
"g": 74,
"h": 75,
"i": 76,
"j": 77,
"k": 78,
"l": 79,
"m": 80,
"n": 81,
"o": 82,
"p": 83,
"q": 84,
"r": 85,
"s": 86,
"t": 87,
"u": 88,
"v": 89,
"w": 90,
"x": 91,
"y": 92,
"z": 93,
"{": 94,
"|": 95,
"}": 96,
"~": 97,
"¡": 98,
"¢": 99,
"£": 100,
"¤": 101,
"¥": 102,
"¦": 103,
"§": 104,
"¨": 105,
"©": 106,
"«": 107,
"¬": 108,
"®": 109,
"¯": 110,
"°": 111,
"±": 112,
"²": 113,
"³": 114,
"´": 115,
"µ": 116,
"¶": 117,
"·": 118,
"¹": 119,
"º": 120,
"»": 121,
"¼": 122,
"½": 123,
"¾": 124,
"¿": 125,
"À": 126,
"Á": 127,
"Â": 128,
"Ã": 129,
"Ä": 130,
"Å": 131,
"Æ": 132,
"Ç": 133,
"È": 134,
"É": 135,
"Î": 136,
"Ñ": 137,
"Ó": 138,
"Ô": 139,
"Õ": 140,
"Ö": 141,
"×": 142,
"Ø": 143,
"Ú": 144,
"Ü": 145,
"Ý": 146,
"Þ": 147,
"ß": 148,
"à": 149,
"á": 150,
"â": 151,
"ã": 152,
"ä": 153,
"å": 154,
"æ": 155,
"ç": 156,
"è": 157,
"é": 158,
"ê": 159,
"ë": 160,
"ì": 161,
"í": 162,
"î": 163,
"ï": 164,
"ð": 165,
"ñ": 166,
"ò": 167,
"ó": 168,
"ô": 169,
"õ": 170,
"ö": 171,
"ø": 172,
"ù": 173,
"ú": 174,
"û": 175,
"ü": 176,
"ý": 177,
"þ": 178,
"ÿ": 179,
"Ā": 180,
"ā": 181,
"ă": 182,
"ą": 183,
"Ć": 184,
"ć": 185,
"Č": 186,
"č": 187,
"Đ": 188,
"đ": 189,
"ē": 190,
"ė": 191,
"ę": 192,
"Ě": 193,
"ě": 194,
"Ğ": 195,
"ğ": 196,
"Ĥ": 197,
"ħ": 198,
"ī": 199,
"İ": 200,
"ı": 201,
"ļ": 202,
"Ľ": 203,
"ľ": 204,
"ł": 205,
"ń": 206,
"ņ": 207,
"Ō": 208,
"ō": 209,
"ŏ": 210,
"ő": 211,
"œ": 212,
"ř": 213,
"ś": 214,
"Ş": 215,
"ş": 216,
"Š": 217,
"š": 218,
"ţ": 219,
"ū": 220,
"ů": 221,
"Ÿ": 222,
"ź": 223,
"Ž": 224,
"ž": 225,
"Ʊ": 226,
"Ȃ": 227,
"ș": 228,
"ț": 229,
"ɔ": 230,
"ɕ": 231,
"ə": 232,
"ɡ": 233,
"ɪ": 234,
"ʁ": 235,
"ʂ": 236,
"ʊ": 237,
"ʹ": 238,
"ʻ": 239,
"ʼ": 240,
"ʾ": 241,
"ʿ": 242,
"ˈ": 243,
"ˌ": 244,
"ː": 245,
"˚": 246,
"̀": 247,
"Ε": 248,
"Κ": 249,
"Ν": 250,
"Ω": 251,
"ά": 252,
"ή": 253,
"ί": 254,
"α": 255,
"β": 256,
"γ": 257,
"δ": 258,
"ε": 259,
"ζ": 260,
"θ": 261,
"ι": 262,
"λ": 263,
"μ": 264,
"ν": 265,
"ο": 266,
"ρ": 267,
"ς": 268,
"σ": 269,
"τ": 270,
"φ": 271,
"χ": 272,
"ω": 273,
"ύ": 274,
"Н": 275,
"О": 276,
"С": 277,
"У": 278,
"а": 279,
"в": 280,
"д": 281,
"е": 282,
"и": 283,
"л": 284,
"м": 285,
"с": 286,
"т": 287,
"х": 288,
"ч": 289,
"ы": 290,
"я": 291,
"ב": 292,
"ו": 293,
"ם": 294,
"מ": 295,
"ר": 296,
"ת": 297,
"،": 298,
"أ": 299,
"ا": 300,
"ب": 301,
"ت": 302,
"ج": 303,
"خ": 304,
"د": 305,
"ر": 306,
"ز": 307,
"س": 308,
"ش": 309,
"ل": 310,
"م": 311,
"ن": 312,
"ه": 313,
"و": 314,
"ي": 315,
"ِ": 316,
"چ": 317,
"ک": 318,
"گ": 319,
"ی": 320,
"ღ": 321,
"ሽ": 322,
"ባ": 323,
"ካ": 324,
"ጋ": 325,
"ḥ": 326,
"ṃ": 327,
"ṇ": 328,
"ṛ": 329,
"Ṣ": 330,
"ṣ": 331,
"ṭ": 332,
"ầ": 333,
"ậ": 334,
"Ẹ": 335,
"ề": 336,
"ị": 337,
"ọ": 338,
"ồ": 339,
"‎": 340,
"‏": 341,
"‐": 342,
"‑": 343,
"‒": 344,
"–": 345,
"—": 346,
"―": 347,
"‖": 348,
"‘": 349,
"’": 350,
"‚": 351,
"“": 352,
"”": 353,
"„": 354,
"†": 355,
"•": 356,
"…": 357,
"‰": 358,
"′": 359,
"″": 360,
"‹": 361,
"›": 362,
"※": 363,
"⁷": 364,
"⁺": 365,
"₂": 366,
"€": 367,
"₺": 368,
"₿": 369,
"℃": 370,
"ℓ": 371,
"№": 372,
"™": 373,
"⅓": 374,
"Ⅱ": 375,
"Ⅲ": 376,
"←": 377,
"↑": 378,
"→": 379,
"↓": 380,
"⇀": 381,
"⇛": 382,
"∂": 383,
"∆": 384,
"−": 385,
"√": 386,
"≈": 387,
"≤": 388,
"≥": 389,
"⋅": 390,
"⏏": 391,
"①": 392,
"②": 393,
"③": 394,
"ⓐ": 395,
"■": 396,
"▪": 397,
"▲": 398,
"▶": 399,
"▸": 400,
"►": 401,
"▼": 402,
"◆": 403,
"◇": 404,
"◉": 405,
"○": 406,
"◎": 407,
"●": 408,
"◦": 409,
"◪": 410,
"★": 411,
"☆": 412,
"☮": 413,
"☰": 414,
"☺": 415,
"☼": 416,
"♠": 417,
"♥": 418,
"♦": 419,
"♪": 420,
"♫": 421,
"♬": 422,
"♭": 423,
"✅": 424,
"✌": 425,
"✏": 426,
"✓": 427,
"✔": 428,
"✗": 429,
"✪": 430,
"✰": 431,
"❀": 432,
"❤": 433,
"➜": 434,
"➢": 435,
"⟶": 436,
"⦁": 437,
"⭐": 438,
"。": 439,
"《": 440,
"」": 441,
"『": 442,
"【": 443,
"】": 444,
"マ": 445,
"ロ": 446,
"・": 447,
"ー": 448,
"㎡": 449,
"世": 450,
"光": 451,
"兰": 452,
"国": 453,
"字": 454,
"扇": 455,
"手": 456,
"拭": 457,
"教": 458,
"桂": 459,
"浴": 460,
"漫": 461,
"画": 462,
"界": 463,
"篇": 464,
"紀": 465,
"그": 466,
"시": 467,
"이": 468,
"재": 469,
"환": 470,
"": 471,
"": 472,
"": 473,
"": 474,
"": 475,
"": 476,
"": 477,
"": 478,
"ff": 479,
"fi": 480,
"fl": 481,
"st": 482,
"️": 483,
")": 484,
",": 485,
":": 486,
"<": 487,
">": 488,
"𒀭": 489,
"𒁍": 490,
"𒁺": 491,
"🏼": 492,
"👉": 493,
"💡": 494,
"💭": 495,
"📆": 496,
"🔎": 497,
"😂": 498,
"😉": 499,
"😊": 500,
"🙂": 501,
"🤓": 502,
"🥇": 503,
"##u": 504,
"##d": 505,
"##o": 506,
"##l": 507,
"##f": 508,
"##i": 509,
"##n": 510,
"##m": 511,
"##t": 512,
"##a": 513,
"##e": 514,
"##r": 515,
"##y": 516,
"##h": 517,
"##s": 518,
"##c": 519,
"##p": 520,
"##b": 521,
"##j": 522,
"##g": 523,
"##w": 524,
"##X": 525,
"##T": 526,
"##k": 527,
"##C": 528,
"##V": 529,
"##O": 530,
"##K": 531,
"##E": 532,
"##v": 533,
"##A": 534,
"##D": 535,
"##3": 536,
"##0": 537,
"##Q": 538,
"##F": 539,
"##1": 540,
"##š": 541,
"##ć": 542,
"##I": 543,
"##R": 544,
"##x": 545,
"##q": 546,
"##ź": 547,
"##N": 548,
"##L": 549,
"##H": 550,
"##_": 551,
"##é": 552,
"##2": 553,
"##7": 554,
"##W": 555,
"##G": 556,
"##8": 557,
"##5": 558,
"##z": 559,
"##-": 560,
"##M": 561,
"##Y": 562,
"##S": 563,
"##P": 564,
"##ı": 565,
"##U": 566,
"##9": 567,
"##.": 568,
"##[": 569,
"##ş": 570,
"##!": 571,
"##)": 572,
"##4": 573,
"##ü": 574,
"##Z": 575,
"##B": 576,
"##J": 577,
"##;": 578,
"##\"": 579,
"##…": 580,
"##ç": 581,
"##6": 582,
"##ó": 583,
"##,": 584,
"##?": 585,
"##ö": 586,
"##Ç": 587,
"##İ": 588,
"##å": 589,
"##’": 590,
"##”": 591,
"##ô": 592,
"##ğ": 593,
"##Ä": 594,
"##'": 595,
"##â": 596,
"##Ã": 597,
"##@": 598,
"##:": 599,
"##(": 600,
"##]": 601,
"##á": 602,
"##è": 603,
"##ō": 604,
"##í": 605,
"##ä": 606,
"##þ": 607,
"##ú": 608,
"##ê": 609,
"##ë": 610,
"##م": 611,
"##د": 612,
"##‘": 613,
"##ā": 614,
"##ý": 615,
"##Ğ": 616,
"##ã": 617,
"##û": 618,
"##ð": 619,
"##|": 620,
"##⅓": 621,
"##/": 622,
"##ž": 623,
"##ا": 624,
"##ي": 625,
"##Ş": 626,
"##à": 627,
"##&": 628,
"##Â": 629,
"##+": 630,
"##ʼ": 631,
"##Ü": 632,
"##ṛ": 633,
"##ṣ": 634,
"##ṇ": 635,
"##ø": 636,
"##*": 637,
"##√": 638,
"##}": 639,
"##Ö": 640,
"##ī": 641,
"##ě": 642,
"##—": 643,
"##æ": 644,
"##º": 645,
"##î": 646,
"##ι": 647,
"##Ā": 648,
"##fi": 649,
"##ļ": 650,
"##\\": 651,
"##ř": 652,
"##fl": 653,
"##拭": 654,
"##ł": 655,
"##–": 656,
"##ー": 657,
"##マ": 658,
"##字": 659,
"###": 660,
"##ύ": 661,
"##τ": 662,
"##μ": 663,
"##ο": 664,
"##ς": 665,
"##<": 666,
"##Å": 667,
"##ʹ": 668,
"##«": 669,
"##ū": 670,
"##φ": 671,
"##“": 672,
"##č": 673,
"##>": 674,
"##%": 675,
"##~": 676,
"##œ": 677,
"##ą": 678,
"##а": 679,
"##м": 680,
"##я": 681,
"##т": 682,
"##‖": 683,
"##ț": 684,
"##ů": 685,
"##ˈ": 686,
"##ɪ": 687,
"##ə": 688,
"##ồ": 689,
"##ñ": 690,
"##st": 691,
"##ù": 692,
"##Ω": 693,
"##$": 694,
"##»": 695,
"##^": 696,
"##™": 697,
"##ò": 698,
"##ï": 699,
"##¬": 700,
"##ē": 701,
"##£": 702,
"##ß": 703,
"##`": 704,
"##ń": 705,
"##ṃ": 706,
"##画": 707,
"##=": 708,
"##ℓ": 709,
"##л": 710,
"##ش": 711,
"##ت": 712,
"##𒁍": 713,
"##𒁺": 714,
"##♥": 715,
"##Æ": 716,
"##ś": 717,
"##ţ": 718,
"##ɔ": 719,
"##ʁ": 720,
"##đ": 721,
"##½": 722,
"##¯": 723,
"##в": 724,
"##е": 725,
"##ч": 726,
"##Ú": 727,
"##ε": 728,
"##σ": 729,
"##ρ": 730,
"##ί": 731,
"##δ": 732,
"##õ": 733,
"##{": 734,
"##😊": 735,
"##❤": 736,
"##ŏ": 737,
"##✓": 738,
"##θ": 739,
"##ν": 740,
"##🏼": 741,
"##ṭ": 742,
"##ÿ": 743,
"##¦": 744,
"##💡": 745,
"##ו": 746,
"##ת": 747,
"##ر": 748,
"##ک": 749,
"##ه": 750,
"##ی": 751,
"##界": 752,
"##世": 753,
"##教": 754,
"##ḥ": 755,
"##ل": 756,
"##桂": 757,
"##兰": 758,
"##光": 759,
"##浴": 760,
"##‎": 761,
"##و": 762,
"##س": 763,
"##ن": 764,
"##ز": 765,
"##¾": 766,
"##ș": 767,
"##מ": 768,
"##ר": 769,
"##ם": 770,
"##ậ": 771,
"##⏏": 772,
"##É": 773,
"##●": 774,
"##😂": 775,
"##²": 776,
"##Ó": 777,
"##λ": 778,
"##ę": 779,
"##¶": 780,
"##с": 781,
"##ካ": 782,
"##ά": 783,
"##χ": 784,
"##α": 785,
"##ʊ": 786,
"##ː": 787,
"##‐": 788,
"##ọ": 789,
"##ɡ": 790,
"##Ø": 791,
"##Ô": 792,
"##ì": 793,
"##ė": 794,
"##ή": 795,
"##ب": 796,
"##Ě": 797,
"##У": 798,
"##È": 799,
"##Š": 800,
"##Ñ": 801,
"##재": 802,
"##환": 803,
"##ề": 804,
"##Ν": 805,
"##Ε": 806,
"##Κ": 807,
"##그": 808,
"##ʻ": 809,
"##ב": 810,
"##¿": 811,
"##€": 812,
"##Ʊ": 813,
"##ω": 814,
"##γ": 815,
"##Õ": 816,
"##х": 817,
"##†": 818,
"##↓": 819,
"##ሽ": 820,
"##ņ": 821,
"##ħ": 822,
"##ầ": 823,
"##ị": 824,
"##ы": 825,
"##·": 826,
"##◆": 827,
"##̀": 828,
"##ff": 829,
"##ă": 830,
"##и": 831,
"##―": 832,
"##ő": 833,
"##µ": 834,
"##he": 835,
"##er": 836,
"##in": 837,
"the": 838,
"##ou": 839,
"##at": 840,
"##on": 841,
"##re": 842,
"##nd": 843,
"##es": 844,
"##or": 845,
"##an": 846,
"##ing": 847,
"to": 848,
"##en": 849,
"##ed": 850,
"##it": 851,
"##al": 852,
"of": 853,
"##ar": 854,
"you": 855,
"##is": 856,
"in": 857,
"and": 858,
"th": 859,
"##om": 860,
"##ic": 861,
"##as": 862,
"##ll": 863,
"##ion": 864,
"##le": 865,
"##ve": 866,
"##et": 867,
"##ot": 868,
"##ow": 869,
"##st": 870,
"##ent": 871,
"is": 872,
"be": 873,
"##ct": 874,
"re": 875,
"##ut": 876,
"##ly": 877,
"##ay": 878,
"on": 879,
"##ro": 880,
"##id": 881,
"##se": 882,
"for": 883,
"##ur": 884,
"that": 885,
"##ig": 886,
"##ld": 887,
"it": 888,
"ha": 889,
"##ce": 890,
"The": 891,
"##ith": 892,
"##am": 893,
"st": 894,
"##ver": 895,
"##ch": 896,
"##ation": 897,
"##im": 898,
"with": 899,
"##ir": 900,
"##ad": 901,
"wh": 902,
"##ill": 903,
"an": 904,
"we": 905,
"##ter": 906,
"are": 907,
"##oo": 908,
"##ke": 909,
"your": 910,
"he": 911,
"##il": 912,
"as": 913,
"me": 914,
"##her": 915,
"pro": 916,
"can": 917,
"##ers": 918,
"##ra": 919,
"se": 920,
"##ht": 921,
"con": 922,
"this": 923,
"have": 924,
"com": 925,
"##ant": 926,
"##pp": 927,
"ne": 928,
"##est": 929,
"not": 930,
"##ri": 931,
"##ge": 932,
"or": 933,
"##ol": 934,
"was": 935,
"##ck": 936,
"li": 937,
"##ess": 938,
"##ust": 939,
"do": 940,
"de": 941,
"##ul": 942,
"You": 943,
"##ore": 944,
"##op": 945,
"##ate": 946,
"su": 947,
"##ight": 948,
"##rom": 949,
"##ment": 950,
"##ab": 951,
"sh": 952,
"##ould": 953,
"at": 954,
"##us": 955,
"ex": 956,
"##pe": 957,
"##art": 958,
"##ort": 959,
"##ist": 960,
"##ain": 961,
"##ity": 962,
"will": 963,
"##out": 964,
"##el": 965,
"from": 966,
"al": 967,
"ch": 968,
"all": 969,
"##ome": 970,
"ab": 971,
"##nt": 972,
"##os": 973,
"##ere": 974,
"We": 975,
"##ure": 976,
"##if": 977,
"Th": 978,
"wor": 979,
"##ive": 980,
"##od": 981,
"kn": 982,
"##um": 983,
"##ies": 984,
"my": 985,
"us": 986,
"##un": 987,
"##ect": 988,
"by": 989,
"##em": 990,
"so": 991,
"##one": 992,
"##th": 993,
"know": 994,
"##ear": 995,
"##ally": 996,
"##and": 997,
"##all": 998,
"It": 999,
"##..": 1000,
"##ake": 1001,
"##ie": 1002,
"pl": 1003,
"##res": 1004,
"go": 1005,
"...": 1006,
"##ard": 1007,
"##ry": 1008,
"they": 1009,
"##ak": 1010,
"whe": 1011,
"##ci": 1012,
"##ind": 1013,
"but": 1014,
"Wh": 1015,
"out": 1016,
"up": 1017,
"##rou": 1018,
"##are": 1019,
"en": 1020,
"##ook": 1021,
"In": 1022,
"##ast": 1023,
"like": 1024,
"about": 1025,
"##ost": 1026,
"te": 1027,
"##pt": 1028,
"##per": 1029,
"##ack": 1030,
"le": 1031,
"##ine": 1032,
"##ame": 1033,
"one": 1034,
"##ud": 1035,
"has": 1036,
"##ice": 1037,
"comp": 1038,
"our": 1039,
"##iv": 1040,
"##ag": 1041,
"##ime": 1042,
"##our": 1043,
"get": 1044,
"##cc": 1045,
"what": 1046,
"##ions": 1047,
"##ood": 1048,
"man": 1049,
"##age": 1050,
"##ther": 1051,
"##ong": 1052,
"And": 1053,
"##ide": 1054,
"##qu": 1055,
"##ink": 1056,
"sa": 1057,
"want": 1058,
"He": 1059,
"just": 1060,
"any": 1061,
"who": 1062,
"there": 1063,
"##act": 1064,
"##lo": 1065,
"##gh": 1066,
"##ff": 1067,
"##ire": 1068,
"##ac": 1069,
"ad": 1070,
"##ous": 1071,
"##au": 1072,
"im": 1073,
"them": 1074,
"more": 1075,
"lo": 1076,
"tr": 1077,
"cont": 1078,
"##ans": 1079,
"##so": 1080,
"##orm": 1081,
"##du": 1082,
"##ace": 1083,
"##iz": 1084,
"their": 1085,
"##ated": 1086,
"time": 1087,
"res": 1088,
"##able": 1089,
"his": 1090,
"if": 1091,
"##ich": 1092,
"##very": 1093,
"fe": 1094,
"pe": 1095,
"some": 1096,
"don": 1097,
"##fer": 1098,
"##ip": 1099,
"int": 1100,
"her": 1101,
"other": 1102,
"need": 1103,
"##ep": 1104,
"##ays": 1105,
"work": 1106,
"##ven": 1107,
"him": 1108,
"##ite": 1109,
"##ap": 1110,
"##ance": 1111,
"##ach": 1112,
"cl": 1113,
"##ble": 1114,
"This": 1115,
"##ople": 1116,
"##ations": 1117,
"##ence": 1118,
"app": 1119,
"##ase": 1120,
"##ount": 1121,
"no": 1122,
"##ign": 1123,
"If": 1124,
"##ber": 1125,
"ag": 1126,
"were": 1127,
"##ree": 1128,
"##reat": 1129,
"would": 1130,
"##og": 1131,
"when": 1132,
"qu": 1133,
"##port": 1134,
"##ick": 1135,
"##ia": 1136,
"been": 1137,
"##end": 1138,
"did": 1139,
"un": 1140,
"##hing": 1141,
"here": 1142,
"##ult": 1143,
"St": 1144,
"##ical": 1145,
"ll": 1146,
"pr": 1147,
"people": 1148,
"part": 1149,
"But": 1150,
"think": 1151,
"which": 1152,
"##ings": 1153,
"##form": 1154,
"##vel": 1155,
"dis": 1156,
"##ile": 1157,
"##ord": 1158,
"##ass": 1159,
"per": 1160,
"##oll": 1161,
"##ue": 1162,
"also": 1163,
"ve": 1164,
"see": 1165,
"right": 1166,
"had": 1167,
"ser": 1168,
"spe": 1169,
"##ail": 1170,
"##ary": 1171,
"bec": 1172,
"##ause": 1173,
"What": 1174,
"##pl": 1175,
"every": 1176,
"##ress": 1177,
"she": 1178,
"##own": 1179,
"new": 1180,
"year": 1181,
"pre": 1182,
"##ish": 1183,
"how": 1184,
"acc": 1185,
"##ery": 1186,
"off": 1187,
"##ang": 1188,
"ar": 1189,
"So": 1190,
"inc": 1191,
"##irst": 1192,
"##ru": 1193,
"##ild": 1194,
"than": 1195,
"only": 1196,
"##fe": 1197,
"now": 1198,
"Ch": 1199,
"##itt": 1200,
"##ction": 1201,
"##ose": 1202,
"may": 1203,
"##ark": 1204,
"inter": 1205,
"make": 1206,
"##nder": 1207,
"back": 1208,
"They": 1209,
"produ": 1210,
"am": 1211,
"could": 1212,
"##fter": 1213,
"##other": 1214,
"over": 1215,
"gu": 1216,
"##sel": 1217,
"look": 1218,
"should": 1219,
"sp": 1220,
"bet": 1221,
"20": 1222,
"##ater": 1223,
"##ens": 1224,
"use": 1225,
"##ound": 1226,
"##ub": 1227,
"##ial": 1228,
"##ition": 1229,
"How": 1230,
"into": 1231,
"##av": 1232,
"first": 1233,
"##ors": 1234,
"got": 1235,
"##omet": 1236,
"sc": 1237,
"##ond": 1238,
"##ade": 1239,
"these": 1240,
"des": 1241,
"its": 1242,
"hel": 1243,
"good": 1244,
"tw": 1245,
"##ory": 1246,
"##ft": 1247,
"##hen": 1248,
"then": 1249,
"##cial": 1250,
"ro": 1251,
"way": 1252,
"##alk": 1253,
"act": 1254,
"##wn": 1255,
"help": 1256,
"said": 1257,
"take": 1258,
"##ents": 1259,
"too": 1260,
"##oin": 1261,
"There": 1262,
"##lic": 1263,
"tra": 1264,
"##na": 1265,
"##ning": 1266,
"dif": 1267,
"##li": 1268,
"That": 1269,
"sy": 1270,
"mo": 1271,
"under": 1272,
"very": 1273,
"##fore": 1274,
"rec": 1275,
"em": 1276,
"most": 1277,
"##ian": 1278,
"say": 1279,
"world": 1280,
"##igh": 1281,
"br": 1282,
"##ving": 1283,
"comm": 1284,
"bu": 1285,
"##ght": 1286,
"##ved": 1287,
"ph": 1288,
"##ces": 1289,
"##erson": 1290,
"call": 1291,
"##ren": 1292,
"##ments": 1293,
"does": 1294,
"##ise": 1295,
"##iss": 1296,
"even": 1297,
"two": 1298,
"##oc": 1299,
"##cess": 1300,
"life": 1301,
"supp": 1302,
"ke": 1303,
"##ious": 1304,
"going": 1305,
"##ily": 1306,
"No": 1307,
"somet": 1308,
"##ple": 1309,
"##we": 1310,
"find": 1311,
"##ons": 1312,
"##ys": 1313,
"##erm": 1314,
"fu": 1315,
"bl": 1316,
"##ves": 1317,
"On": 1318,
"##round": 1319,
"after": 1320,
"##ities": 1321,
"down": 1322,
"##urn": 1323,
"##hed": 1324,
"again": 1325,
"rem": 1326,
"day": 1327,
"##thing": 1328,
"ind": 1329,
"##ah": 1330,
"##ough": 1331,
"As": 1332,
"where": 1333,
"##get": 1334,
"##ave": 1335,
"##stem": 1336,
"##ual": 1337,
"##any": 1338,
"##oss": 1339,
"##self": 1340,
"##ower": 1341,
"car": 1342,
"##rough": 1343,
"##ody": 1344,
"mu": 1345,
"##ates": 1346,
"##ting": 1347,
"##ange": 1348,
"well": 1349,
"##ating": 1350,
"add": 1351,
"##ell": 1352,
"because": 1353,
"##ec": 1354,
"person": 1355,
"co": 1356,
"##ject": 1357,
"##gr": 1358,
"prov": 1359,
"##ful": 1360,
"##ices": 1361,
"Do": 1362,
"sec": 1363,
"##xt": 1364,
"##ible": 1365,
"such": 1366,
"##ool": 1367,
"differ": 1368,
"##olog": 1369,
"happ": 1370,
"##ific": 1371,
"serv": 1372,
"##ank": 1373,
"aw": 1374,
"cons": 1375,
"reg": 1376,
"##les": 1377,
"many": 1378,
"long": 1379,
"through": 1380,
"own": 1381,
"##bs": 1382,
"##ational": 1383,
"years": 1384,
"bel": 1385,
"An": 1386,
"##ced": 1387,
"start": 1388,
"##ath": 1389,
"##lect": 1390,
"She": 1391,
"##00": 1392,
"come": 1393,
"att": 1394,
"##ib": 1395,
"##row": 1396,
"something": 1397,
"##vers": 1398,
"really": 1399,
"tell": 1400,
"##riend": 1401,
"##ew": 1402,
"much": 1403,
"rel": 1404,
"##ict": 1405,
"Un": 1406,
".\"": 1407,
"let": 1408,
"cre": 1409,
"bo": 1410,
"play": 1411,
"system": 1412,
"before": 1413,
"##aking": 1414,
"count": 1415,
"used": 1416,
"##iness": 1417,
"inv": 1418,
"For": 1419,
"sm": 1420,
"##ert": 1421,
"wr": 1422,
"never": 1423,
"When": 1424,
"##oth": 1425,
"##formation": 1426,
"##lud": 1427,
"##pect": 1428,
"product": 1429,
"##day": 1430,
"##ures": 1431,
"trans": 1432,
"those": 1433,
"dec": 1434,
"inst": 1435,
"##ways": 1436,
"Is": 1437,
"##ont": 1438,
"Well": 1439,
"bus": 1440,
"##ady": 1441,
"##be": 1442,
"made": 1443,
"##velop": 1444,
"##ility": 1445,
"stud": 1446,
"##tern": 1447,
"##onna": 1448,
"must": 1449,
"##let": 1450,
"che": 1451,
"##ittle": 1452,
"feel": 1453,
"##ather": 1454,
"##mer": 1455,
"All": 1456,
"fl": 1457,
"##ph": 1458,
".”": 1459,
"sur": 1460,
"##der": 1461,
"##oint": 1462,
"child": 1463,
"##chn": 1464,
"id": 1465,
"min": 1466,
"##cy": 1467,
"best": 1468,
"##ows": 1469,
"##aw": 1470,
"gonna": 1471,
"talk": 1472,
"mon": 1473,
"high": 1474,
"great": 1475,
"##gg": 1476,
"different": 1477,
"didn": 1478,
"real": 1479,
"Pro": 1480,
"hand": 1481,
"same": 1482,
"ac": 1483,
"exper": 1484,
"little": 1485,
"##ually": 1486,
"eff": 1487,
"friend": 1488,
"##uring": 1489,
"Al": 1490,
"Re": 1491,
"still": 1492,
"##ied": 1493,
"##ought": 1494,
"ev": 1495,
"fam": 1496,
"includ": 1497,
"end": 1498,
"##ics": 1499,
"always": 1500,
"set": 1501,
"information": 1502,
"met": 1503,
"Sh": 1504,
"##hes": 1505,
"import": 1506,
"To": 1507,
"##ner": 1508,
"##ng": 1509,
"pol": 1510,
"place": 1511,
"imp": 1512,
"requ": 1513,
"My": 1514,
"love": 1515,
"being": 1516,
"why": 1517,
"##als": 1518,
"develop": 1519,
"##ty": 1520,
"##ular": 1521,
"##gan": 1522,
"##ustom": 1523,
"##ata": 1524,
"##ouse": 1525,
"##ased": 1526,
"op": 1527,
"##old": 1528,
"##ollow": 1529,
"##ever": 1530,
"ask": 1531,
"last": 1532,
"##here": 1533,
"##ener": 1534,
"##iew": 1535,
"##ract": 1536,
"give": 1537,
"19": 1538,
"##hip": 1539,
"##atch": 1540,
"fin": 1541,
"det": 1542,
"Tur": 1543,
"##lease": 1544,
"mean": 1545,
"##ork": 1546,
"##otel": 1547,
"try": 1548,
"things": 1549,
"##its": 1550,
"thing": 1551,
"home": 1552,
"##ob": 1553,
"str": 1554,
"ins": 1555,
"##ited": 1556,
"wom": 1557,
"ass": 1558,
"around": 1559,
"mod": 1560,
"##imes": 1561,
"num": 1562,
"##ween": 1563,
"God": 1564,
"##cept": 1565,
"each": 1566,
"##ution": 1567,
"vis": 1568,
"##ness": 1569,
"##ince": 1570,
"process": 1571,
"design": 1572,
"##air": 1573,
"Com": 1574,
"##oney": 1575,
"##alth": 1576,
"business": 1577,
"##ee": 1578,
"Why": 1579,
"prot": 1580,
"cle": 1581,
"keep": 1582,
"between": 1583,
"techn": 1584,
"form": 1585,
"found": 1586,
"follow": 1587,
"##ages": 1588,
"##red": 1589,
"cr": 1590,
"free": 1591,
"custom": 1592,
"care": 1593,
"eas": 1594,
"loc": 1595,
"##akes": 1596,
"better": 1597,
"sign": 1598,
"aut": 1599,
"kill": 1600,
"pres": 1601,
"cour": 1602,
"##ality": 1603,
"201": 1604,
"important": 1605,
"##ative": 1606,
"name": 1607,
"without": 1608,
"old": 1609,
"put": 1610,
"room": 1611,
"##gram": 1612,
"belie": 1613,
"support": 1614,
"##ize": 1615,
"##irl": 1616,
"mark": 1617,
"thought": 1618,
"##blem": 1619,
"##ric": 1620,
"data": 1621,
"##ines": 1622,
"company": 1623,
"##ek": 1624,
"meet": 1625,
"med": 1626,
"##ax": 1627,
"##arm": 1628,
"plan": 1629,
"##gy": 1630,
"lot": 1631,
"sure": 1632,
"##oy": 1633,
"sol": 1634,
"av": 1635,
"open": 1636,
"##ards": 1637,
"sim": 1638,
"power": 1639,
"De": 1640,
"##irect": 1641,
"Now": 1642,
"disc": 1643,
"conf": 1644,
"##led": 1645,
"list": 1646,
"##ars": 1647,
"problem": 1648,
"Your": 1649,
"poss": 1650,
"prof": 1651,
"##ix": 1652,
"##ital": 1653,
"ty": 1654,
"away": 1655,
"both": 1656,
"Be": 1657,
"fun": 1658,
"##stand": 1659,
"##up": 1660,
"cent": 1661,
"hum": 1662,
"##ized": 1663,
"might": 1664,
"show": 1665,
"another": 1666,
"adv": 1667,
"lead": 1668,
"night": 1669,
"ret": 1670,
"def": 1671,
"contro": 1672,
"Ar": 1673,
"##uss": 1674,
"book": 1675,
"fact": 1676,
"art": 1677,
"Ad": 1678,
"coll": 1679,
"experi": 1680,
"kind": 1681,
"##ss": 1682,
"mem": 1683,
"##eah": 1684,
"##ute": 1685,
"sk": 1686,
"Ex": 1687,
"##ature": 1688,
"##ull": 1689,
"money": 1690,
"exp": 1691,
"fil": 1692,
"rest": 1693,
"##chool": 1694,
"while": 1695,
"ext": 1696,
"family": 1697,
"##ident": 1698,
"##az": 1699,
"big": 1700,
"tri": 1701,
"##ism": 1702,
"char": 1703,
"##ts": 1704,
"With": 1705,
"##ection": 1706,
"##uro": 1707,
"##io": 1708,
"##ired": 1709,
"run": 1710,
"water": 1711,
"ob": 1712,
"##ient": 1713,
"##ues": 1714,
"##amp": 1715,
"oper": 1716,
"stand": 1717,
"sub": 1718,
"##ology": 1719,
"##ivers": 1720,
"using": 1721,
"opt": 1722,
"##ne": 1723,
"bre": 1724,
"##dit": 1725,
"game": 1726,
"##ene": 1727,
"dri": 1728,
"Oh": 1729,
"provid": 1730,
"##ters": 1731,
"service": 1732,
"order": 1733,
"Not": 1734,
"##ason": 1735,
"rep": 1736,
"gr": 1737,
"pass": 1738,
"##oun": 1739,
"At": 1740,
"Can": 1741,
"head": 1742,
"number": 1743,
"giv": 1744,
"##ional": 1745,
"pay": 1746,
"##ins": 1747,
"cur": 1748,
"##less": 1749,
"##roup": 1750,
"pur": 1751,
"##ember": 1752,
"##ared": 1753,
"program": 1754,
"##ets": 1755,
"quest": 1756,
"Su": 1757,
"point": 1758,
"month": 1759,
"exam": 1760,
"gener": 1761,
"##ash": 1762,
"##ists": 1763,
"##ten": 1764,
"Or": 1765,
"cor": 1766,
"today": 1767,
"happen": 1768,
"el": 1769,
"##line": 1770,
"##rib": 1771,
"##ety": 1772,
"val": 1773,
"three": 1774,
"girl": 1775,
").": 1776,
"intern": 1777,
"lear": 1778,
"dr": 1779,
"ever": 1780,
"inf": 1781,
"##ait": 1782,
"bra": 1783,
"level": 1784,
"ide": 1785,
"##ames": 1786,
"change": 1787,
"anything": 1788,
"products": 1789,
"##ries": 1790,
"next": 1791,
"##ants": 1792,
"dev": 1793,
"pri": 1794,
"body": 1795,
"understand": 1796,
"##ov": 1797,
"health": 1798,
"fr": 1799,
"main": 1800,
"effect": 1801,
"pub": 1802,
"few": 1803,
"test": 1804,
"house": 1805,
"read": 1806,
"won": 1807,
"##con": 1808,
"Then": 1809,
"organ": 1810,
"Our": 1811,
"ent": 1812,
"sl": 1813,
"told": 1814,
"##body": 1815,
"contin": 1816,
"##ope": 1817,
"hard": 1818,
"full": 1819,
"ear": 1820,
"cert": 1821,
"##key": 1822,
"week": 1823,
"Pl": 1824,
"##ale": 1825,
"stay": 1826,
"dist": 1827,
"sit": 1828,
"##ically": 1829,
"resp": 1830,
"turn": 1831,
"##uck": 1832,
"everything": 1833,
"##kay": 1834,
"called": 1835,
"doesn": 1836,
"days": 1837,
"able": 1838,
"build": 1839,
"doing": 1840,
"Euro": 1841,
"May": 1842,
"##ider": 1843,
"##pr": 1844,
"##ording": 1845,
"result": 1846,
"Cl": 1847,
"ca": 1848,
"account": 1849,
"offer": 1850,
"toget": 1851,
"together": 1852,
"Yeah": 1853,
"##ern": 1854,
"##ention": 1855,
"country": 1856,
"##ret": 1857,
"left": 1858,
"team": 1859,
"hour": 1860,
"complet": 1861,
"Mr": 1862,
"mat": 1863,
"against": 1864,
"Se": 1865,
"applic": 1866,
"##ural": 1867,
"men": 1868,
"col": 1869,
"came": 1870,
"word": 1871,
"##ister": 1872,
"war": 1873,
"##land": 1874,
"Don": 1875,
"air": 1876,
"partic": 1877,
"control": 1878,
"special": 1879,
"##erv": 1880,
"##ished": 1881,
"red": 1882,
"children": 1883,
"within": 1884,
"during": 1885,
"##ield": 1886,
"##over": 1887,
"school": 1888,
"Let": 1889,
"kid": 1890,
"##ove": 1891,
"##ready": 1892,
"lar": 1893,
"##pend": 1894,
"pat": 1895,
"food": 1896,
"light": 1897,
"##ream": 1898,
"##ruct": 1899,
"incre": 1900,
"unt": 1901,
"mar": 1902,
"##ense": 1903,
"chang": 1904,
"Tr": 1905,
"Are": 1906,
"access": 1907,
"believe": 1908,
"gra": 1909,
"live": 1910,
"project": 1911,
"equ": 1912,
"already": 1913,
"##work": 1914,
"perform": 1915,
"##ately": 1916,
"##reen": 1917,
"##ccess": 1918,
"working": 1919,
"market": 1920,
"##oot": 1921,
"class": 1922,
"Europe": 1923,
"someone": 1924,
"spec": 1925,
"var": 1926,
"wanted": 1927,
"##man": 1928,
"conc": 1929,
"course": 1930,
"quality": 1931,
"##ron": 1932,
"Le": 1933,
"direct": 1934,
"One": 1935,
"##ina": 1936,
"cap": 1937,
"expl": 1938,
"Just": 1939,
"enough": 1940,
"sw": 1941,
"10": 1942,
"miss": 1943,
"##ks": 1944,
"##earch": 1945,
"avail": 1946,
"done": 1947,
"since": 1948,
"possible": 1949,
"human": 1950,
"conn": 1951,
"##meric": 1952,
"beh": 1953,
"##aut": 1954,
"commun": 1955,
"##ases": 1956,
"dep": 1957,
"##ger": 1958,
"These": 1959,
"##osed": 1960,
"services": 1961,
"interest": 1962,
"Americ": 1963,
"activ": 1964,
"Br": 1965,
"##ier": 1966,
"##bers": 1967,
"ref": 1968,
"invest": 1969,
"dem": 1970,
"group": 1971,
"##urity": 1972,
"law": 1973,
"term": 1974,
"clo": 1975,
"po": 1976,
"become": 1977,
"##ife": 1978,
"appro": 1979,
"prom": 1980,
"looking": 1981,
"elect": 1982,
"##ye": 1983,
"Pr": 1984,
"mom": 1985,
"nothing": 1986,
"vide": 1987,
"##ision": 1988,
"report": 1989,
"state": 1990,
"##orn": 1991,
"case": 1992,
"),": 1993,
"##ined": 1994,
"Mar": 1995,
"Some": 1996,
"webs": 1997,
"check": 1998,
"##ining": 1999,
"heart": 2000,
"rece": 2001,
"city": 2002,
"Turkey": 2003,
"##ency": 2004,
"needs": 2005,
"experience": 2006,
"bad": 2007,
"##omm": 2008,
"Con": 2009,
"second": 2010,
"mill": 2011,
"pos": 2012,
"##ird": 2013,
"New": 2014,
"eng": 2015,
"##els": 2016,
"move": 2017,
"until": 2018,
"After": 2019,
"Man": 2020,
"hotel": 2021,
"friends": 2022,
"yourself": 2023,
"##ably": 2024,
"available": 2025,
"##ward": 2026,
"means": 2027,
"##ator": 2028,
"##ying": 2029,
"##oose": 2030,
"##ton": 2031,
"hu": 2032,
"##ware": 2033,
"##gin": 2034,
"##pped": 2035,
"Sp": 2036,
"wait": 2037,
"##cu": 2038,
"prev": 2039,
"provide": 2040,
"fore": 2041,
"di": 2042,
"fuck": 2043,
"##ains": 2044,
"mess": 2045,
"based": 2046,
"##ised": 2047,
"mind": 2048,
"Te": 2049,
"mus": 2050,
"Every": 2051,
"top": 2052,
"##vern": 2053,
"please": 2054,
"##orth": 2055,
"--": 2056,
"pop": 2057,
"leave": 2058,
"##ization": 2059,
"opp": 2060,
"bit": 2061,
"iss": 2062,
"women": 2063,
"seem": 2064,
"Ind": 2065,
"##oh": 2066,
"##ctor": 2067,
"went": 2068,
"##lish": 2069,
"est": 2070,
"##ried": 2071,
"treat": 2072,
"social": 2073,
"gl": 2074,
"##aterial": 2075,
"##not": 2076,
"200": 2077,
"Fr": 2078,
"##iqu": 2079,
"Look": 2080,
"aff": 2081,
"enter": 2082,
"personal": 2083,
"Eng": 2084,
"##ross": 2085,
"stop": 2086,
"##duc": 2087,
"mother": 2088,
"learn": 2089,
"grow": 2090,
"ener": 2091,
"mach": 2092,
"##utes": 2093,
"govern": 2094,
"##iversity": 2095,
"##ock": 2096,
"sing": 2097,
"whole": 2098,
"##ling": 2099,
"Bec": 2100,
"prin": 2101,
"leg": 2102,
"walk": 2103,
"##med": 2104,
"##aster": 2105,
"hear": 2106,
"##cle": 2107,
"following": 2108,
"##rent": 2109,
"bring": 2110,
"es": 2111,
"less": 2112,
"##aj": 2113,
"##ote": 2114,
"##ortun": 2115,
"##load": 2116,
"##ences": 2117,
"complete": 2118,
"including": 2119,
"However": 2120,
"Did": 2121,
"App": 2122,
"visit": 2123,
"##conom": 2124,
"father": 2125,
"pain": 2126,
"getting": 2127,
"small": 2128,
"##cri": 2129,
"once": 2130,
"Who": 2131,
"##fact": 2132,
"making": 2133,
"##ik": 2134,
"##me": 2135,
"##arent": 2136,
"const": 2137,
"indust": 2138,
"Yes": 2139,
"times": 2140,
"area": 2141,
"young": 2142,
"expect": 2143,
"US": 2144,
"proper": 2145,
"close": 2146,
"guy": 2147,
"##ump": 2148,
"success": 2149,
"profess": 2150,
"##ither": 2151,
"##augh": 2152,
"certain": 2153,
"Me": 2154,
"##ected": 2155,
"consider": 2156,
"##sw": 2157,
"Intern": 2158,
"else": 2159,
"##vir": 2160,
"Because": 2161,
"Sy": 2162,
"hist": 2163,
"emp": 2164,
"##uture": 2165,
"##ives": 2166,
"side": 2167,
"view": 2168,
"phone": 2169,
"##ories": 2170,
"remember": 2171,
"easy": 2172,
"took": 2173,
"##way": 2174,
"##viron": 2175,
"contact": 2176,
"##fic": 2177,
"cost": 2178,
"##ok": 2179,
"energy": 2180,
"least": 2181,
"known": 2182,
"ris": 2183,
"says": 2184,
"material": 2185,
"trying": 2186,
"phot": 2187,
"##tain": 2188,
"##ral": 2189,
"##oice": 2190,
"beaut": 2191,
"##agement": 2192,
"blo": 2193,
"click": 2194,
"##atic": 2195,
"##ats": 2196,
"##pping": 2197,
"##att": 2198,
"win": 2199,
"##gle": 2200,
"website": 2201,
"having": 2202,
"reason": 2203,
"face": 2204,
"cannot": 2205,
"woman": 2206,
"##ium": 2207,
"rev": 2208,
"send": 2209,
"clear": 2210,
"create": 2211,
"death": 2212,
"job": 2213,
"example": 2214,
"seen": 2215,
"step": 2216,
"coming": 2217,
"yet": 2218,
"##angu": 2219,
"fac": 2220,
"##leep": 2221,
"##itive": 2222,
"saw": 2223,
"##inal": 2224,
"##arch": 2225,
"##ination": 2226,
"impro": 2227,
"##aken": 2228,
"##ering": 2229,
"countries": 2230,
"bab": 2231,
"Russ": 2232,
"actually": 2233,
"##ike": 2234,
"public": 2235,
"##arth": 2236,
"Am": 2237,
"trad": 2238,
"##fect": 2239,
"##ott": 2240,
"priv": 2241,
"future": 2242,
"comput": 2243,
"##ability": 2244,
"comes": 2245,
"far": 2246,
"watch": 2247,
"near": 2248,
"bas": 2249,
"blood": 2250,
"##icle": 2251,
"relations": 2252,
"##ified": 2253,
"mor": 2254,
"##selves": 2255,
"bro": 2256,
"makes": 2257,
"##idence": 2258,
"##utions": 2259,
"##ration": 2260,
"##side": 2261,
"##atures": 2262,
"creat": 2263,
"press": 2264,
"hold": 2265,
"fight": 2266,
"##outh": 2267,
"offers": 2268,
"break": 2269,
"isn": 2270,
"allow": 2271,
"sever": 2272,
"mil": 2273,
"site": 2274,
"##joy": 2275,
"##ivid": 2276,
"##alf": 2277,
"dra": 2278,
"##ently": 2279,
"##idd": 2280,
"post": 2281,
"##ption": 2282,
"return": 2283,
"field": 2284,
"##hod": 2285,
"often": 2286,
"video": 2287,
"addition": 2288,
"Hotel": 2289,
"environ": 2290,
"others": 2291,
"answ": 2292,
"Tom": 2293,
"online": 2294,
"security": 2295,
"everyone": 2296,
"detail": 2297,
"Res": 2298,
"##ured": 2299,
"production": 2300,
"##ug": 2301,
"ste": 2302,
"started": 2303,
"##lex": 2304,
"sci": 2305,
"present": 2306,
"Bl": 2307,
"His": 2308,
"ter": 2309,
"##ior": 2310,
"##cially": 2311,
"sal": 2312,
"##ests": 2313,
"##uth": 2314,
"short": 2315,
"Pe": 2316,
"fre": 2317,
"##ps": 2318,
"##ann": 2319,
"occ": 2320,
"pa": 2321,
"Ph": 2322,
"deli": 2323,
"line": 2324,
"strong": 2325,
"type": 2326,
"##itical": 2327,
"Ne": 2328,
"econom": 2329,
"pract": 2330,
"##osp": 2331,
"ago": 2332,
"cause": 2333,
"key": 2334,
"past": 2335,
"soft": 2336,
"cou": 2337,
"students": 2338,
"##iod": 2339,
"##br": 2340,
"wrong": 2341,
"clean": 2342,
"Maybe": 2343,
"##eng": 2344,
"En": 2345,
"##etwork": 2346,
"##te": 2347,
"safe": 2348,
"tem": 2349,
"##bal": 2350,
"##ape": 2351,
"##ison": 2352,
"dead": 2353,
"Germ": 2354,
"development": 2355,
"dest": 2356,
"deal": 2357,
"##ential": 2358,
"##ane": 2359,
"question": 2360,
"ann": 2361,
"hours": 2362,
"customers": 2363,
"drink": 2364,
"research": 2365,
"choose": 2366,
"##ients": 2367,
"Turk": 2368,
"necess": 2369,
"respons": 2370,
"sent": 2371,
"ele": 2372,
"emplo": 2373,
"four": 2374,
"soon": 2375,
"tre": 2376,
"##ode": 2377,
"Acc": 2378,
"land": 2379,
"##ones": 2380,
"current": 2381,
"large": 2382,
"##bo": 2383,
"##aly": 2384,
"##ides": 2385,
"travel": 2386,
"##ai": 2387,
"##par": 2388,
"##ify": 2389,
"minutes": 2390,
"##itc": 2391,
"later": 2392,
"##icro": 2393,
"government": 2394,
"news": 2395,
"technology": 2396,
"select": 2397,
"son": 2398,
"vers": 2399,
"##ians": 2400,
"works": 2401,
"##oid": 2402,
"guys": 2403,
"cra": 2404,
"protect": 2405,
"##ilities": 2406,
"pack": 2407,
"15": 2408,
"##rist": 2409,
"prob": 2410,
"perfect": 2411,
"taking": 2412,
"install": 2413,
"Gu": 2414,
"##app": 2415,
"lim": 2416,
"users": 2417,
"langu": 2418,
"knew": 2419,
"Min": 2420,
"##ury": 2421,
"##where": 2422,
"##cing": 2423,
"address": 2424,
"hope": 2425,
"offic": 2426,
"specific": 2427,
"##artment": 2428,
"sound": 2429,
"##most": 2430,
"##por": 2431,
"method": 2432,
"##ufact": 2433,
"##aces": 2434,
"##used": 2435,
"attack": 2436,
"Comm": 2437,
"Where": 2438,
"##cer": 2439,
"share": 2440,
"Hey": 2441,
"age": 2442,
"typ": 2443,
"par": 2444,
"international": 2445,
"happy": 2446,
"environment": 2447,
"cut": 2448,
"given": 2449,
"sleep": 2450,
"brother": 2451,
"##oogle": 2452,
"##orry": 2453,
"##iting": 2454,
"begin": 2455,
"story": 2456,
"buy": 2457,
"matter": 2458,
"idea": 2459,
"##iful": 2460,
"cal": 2461,
"quick": 2462,
"ap": 2463,
"enjoy": 2464,
"dam": 2465,
"Cont": 2466,
"problems": 2467,
",\"": 2468,
"bene": 2469,
"require": 2470,
"though": 2471,
"period": 2472,
"nat": 2473,
"shall": 2474,
"##oms": 2475,
"situ": 2476,
"Em": 2477,
"wasn": 2478,
"hair": 2479,
"sex": 2480,
"anyone": 2481,
"##ots": 2482,
"##ung": 2483,
"##ibility": 2484,
"wants": 2485,
"##ances": 2486,
"cult": 2487,
"##ique": 2488,
"Okay": 2489,
"pret": 2490,
"##hor": 2491,
"##unch": 2492,
"months": 2493,
"search": 2494,
"among": 2495,
"000": 2496,
"##aps": 2497,
"asked": 2498,
"ey": 2499,
"appear": 2500,
"##ills": 2501,
"Google": 2502,
"file": 2503,
"##ising": 2504,
"compan": 2505,
"music": 2506,
"lost": 2507,
"bar": 2508,
"hig": 2509,
"link": 2510,
"ident": 2511,
"Ab": 2512,
"cell": 2513,
"ready": 2514,
"Sc": 2515,
"Please": 2516,
"##uff": 2517,
"##rop": 2518,
"living": 2519,
"##iter": 2520,
"##acter": 2521,
"educ": 2522,
"taken": 2523,
"Inst": 2524,
"saying": 2525,
"myself": 2526,
"##ged": 2527,
"la": 2528,
"talking": 2529,
"redu": 2530,
"##ajor": 2531,
"wife": 2532,
"single": 2533,
"adm": 2534,
"happened": 2535,
"page": 2536,
"##ficult": 2537,
"dream": 2538,
"tool": 2539,
"By": 2540,
"speak": 2541,
"##icy": 2542,
"##ission": 2543,
"University": 2544,
"computer": 2545,
"fire": 2546,
"pot": 2547,
"film": 2548,
"common": 2549,
"Turkish": 2550,
"store": 2551,
"wind": 2552,
"glo": 2553,
"##ulation": 2554,
"features": 2555,
"space": 2556,
"lab": 2557,
"##dition": 2558,
"million": 2559,
"exc": 2560,
"##pecially": 2561,
"##ledge": 2562,
"##ommend": 2563,
"reb": 2564,
"manufact": 2565,
"##ully": 2566,
"Cent": 2567,
"ens": 2568,
"30": 2569,
"record": 2570,
"accept": 2571,
"arm": 2572,
"maybe": 2573,
"United": 2574,
"foc": 2575,
"difficult": 2576,
"anim": 2577,
"baby": 2578,
"heard": 2579,
"low": 2580,
"words": 2581,
"exist": 2582,
"eat": 2583,
"wond": 2584,
"Im": 2585,
"dig": 2586,
"##lished": 2587,
"probably": 2588,
"autom": 2589,
"box": 2590,
"Thank": 2591,
"##duct": 2592,
"killed": 2593,
"along": 2594,
"sour": 2595,
"relationship": 2596,
"alone": 2597,
"systems": 2598,
"mag": 2599,
"##aur": 2600,
"front": 2601,
"18": 2602,
"##ony": 2603,
"comb": 2604,
"##ental": 2605,
"##olution": 2606,
"price": 2607,
"##orrow": 2608,
"Pres": 2609,
"morning": 2610,
"Car": 2611,
"cover": 2612,
"building": 2613,
"##acy": 2614,
"Christ": 2615,
"half": 2616,
"##ners": 2617,
"##ted": 2618,
"pict": 2619,
"true": 2620,
"##ividual": 2621,
"##ror": 2622,
"##ication": 2623,
"##raph": 2624,
"risk": 2625,
"12": 2626,
"mult": 2627,
"cry": 2628,
"kids": 2629,
"either": 2630,
"##ules": 2631,
"compet": 2632,
"phys": 2633,
"sell": 2634,
"ant": 2635,
"Any": 2636,
"beautiful": 2637,
"eyes": 2638,
"Here": 2639,
"companies": 2640,
"##fort": 2641,
"hands": 2642,
"super": 2643,
"application": 2644,
"necessary": 2645,
"Ser": 2646,
"entire": 2647,
"network": 2648,
"##atform": 2649,
"##ilt": 2650,
"inside": 2651,
"members": 2652,
"##aring": 2653,
"author": 2654,
"Get": 2655,
"##ta": 2656,
"Des": 2657,
"recommend": 2658,
"Sec": 2659,
"bed": 2660,
"meas": 2661,
"##ched": 2662,
"Will": 2663,
"##iously": 2664,
"according": 2665,
"boy": 2666,
"##ler": 2667,
"local": 2668,
"answer": 2669,
"parent": 2670,
"##ney": 2671,
"include": 2672,
"##gged": 2673,
"several": 2674,
"hy": 2675,
"##lu": 2676,
"lives": 2677,
"estab": 2678,
"tot": 2679,
"content": 2680,
"Dr": 2681,
"mot": 2682,
"save": 2683,
"opportun": 2684,
"meeting": 2685,
"##irm": 2686,
"dog": 2687,
"Comp": 2688,
"##nds": 2689,
"history": 2690,
"##chie": 2691,
"docu": 2692,
"machine": 2693,
"##ims": 2694,
"##soci": 2695,
"results": 2696,
"inde": 2697,
"major": 2698,
"##gest": 2699,
"English": 2700,
"Even": 2701,
"amount": 2702,
"engine": 2703,
"almost": 2704,
"purp": 2705,
"games": 2706,
"##aughter": 2707,
"##ogn": 2708,
"fav": 2709,
"##lier": 2710,
"individual": 2711,
"created": 2712,
"questions": 2713,
"behind": 2714,
"longer": 2715,
"##ples": 2716,
"cop": 2717,
"##ush": 2718,
"wouldn": 2719,
"performance": 2720,
"##iver": 2721,
"user": 2722,
"study": 2723,
"date": 2724,
"##ffic": 2725,
"bank": 2726,
"##ateg": 2727,
"trust": 2728,
"##orld": 2729,
"device": 2730,
"##book": 2731,
"agree": 2732,
"pick": 2733,
"camp": 2734,
"##mb": 2735,
"##ites": 2736,
"##ole": 2737,
"industry": 2738,
"##aff": 2739,
"management": 2740,
"dise": 2741,
"event": 2742,
"dou": 2743,
"##iet": 2744,
"lik": 2745,
"##ditions": 2746,
"professional": 2747,
"due": 2748,
"##wards": 2749,
"##cent": 2750,
"exact": 2751,
"party": 2752,
"repres": 2753,
"##fully": 2754,
"Have": 2755,
"Per": 2756,
"##by": 2757,
"determ": 2758,
"##ands": 2759,
"##irt": 2760,
"outside": 2761,
"Ke": 2762,
"software": 2763,
"Tw": 2764,
"natural": 2765,
"##ches": 2766,
"rele": 2767,
"mov": 2768,
"##oke": 2769,
"gave": 2770,
"##lf": 2771,
"##uses": 2772,
"moment": 2773,
"fall": 2774,
"thinking": 2775,
"office": 2776,
"##ilar": 2777,
"language": 2778,
"customer": 2779,
"American": 2780,
"fast": 2781,
"conditions": 2782,
"knows": 2783,
"100": 2784,
"Pre": 2785,
"pie": 2786,
"activities": 2787,
"Che": 2788,
"value": 2789,
"Wind": 2790,
"##ster": 2791,
"oil": 2792,
"non": 2793,
"town": 2794,
"##reet": 2795,
"##urther": 2796,
"Tra": 2797,
"depend": 2798,
"mob": 2799,
"text": 2800,
"particular": 2801,
"Us": 2802,
"benef": 2803,
"particip": 2804,
"Pol": 2805,
"ra": 2806,
"##oud": 2807,
"##ead": 2808,
"European": 2809,
"black": 2810,
"popular": 2811,
"truth": 2812,
"##ipment": 2813,
"okay": 2814,
"listen": 2815,
"sum": 2816,
"treatment": 2817,
"##ires": 2818,
"early": 2819,
"port": 2820,
"##ny": 2821,
"##urt": 2822,
"##rought": 2823,
"More": 2824,
"enc": 2825,
"##anger": 2826,
"##itted": 2827,
"TV": 2828,
"die": 2829,
"##ived": 2830,
"various": 2831,
"norm": 2832,
"couldn": 2833,
"table": 2834,
"wish": 2835,
"knowledge": 2836,
"manag": 2837,
"door": 2838,
"##ained": 2839,
"platform": 2840,
"five": 2841,
"tou": 2842,
"cir": 2843,
"##anna": 2844,
"function": 2845,
"reach": 2846,
"fa": 2847,
"drive": 2848,
"fucking": 2849,
"##rap": 2850,
"##ruction": 2851,
"Ag": 2852,
"nice": 2853,
"Part": 2854,
"##amer": 2855,
"screen": 2856,
"effective": 2857,
"rad": 2858,
"quite": 2859,
"prep": 2860,
"##aving": 2861,
"##iol": 2862,
"##sy": 2863,
"##hers": 2864,
"achie": 2865,
"pretty": 2866,
"First": 2867,
"Rep": 2868,
"orig": 2869,
"provides": 2870,
"Go": 2871,
"World": 2872,
"hon": 2873,
"tour": 2874,
"##ze": 2875,
"##asing": 2876,
"inn": 2877,
"Ro": 2878,
"##come": 2879,
"States": 2880,
"improve": 2881,
"##oring": 2882,
"sens": 2883,
"especially": 2884,
"Af": 2885,
"card": 2886,
"fail": 2887,
"##imate": 2888,
"changes": 2889,
"##atever": 2890,
"dom": 2891,
"##vert": 2892,
"continue": 2893,
"block": 2894,
"tar": 2895,
"##ification": 2896,
"increase": 2897,
"Serv": 2898,
"People": 2899,
"simple": 2900,
"host": 2901,
"invol": 2902,
"areas": 2903,
"required": 2904,
"##rew": 2905,
"##ights": 2906,
"fig": 2907,
"yes": 2908,
"speed": 2909,
"##ned": 2910,
"##yle": 2911,
"ways": 2912,
"##urs": 2913,
"President": 2914,
"##ises": 2915,
"looks": 2916,
"uh": 2917,
"private": 2918,
"##itch": 2919,
"needed": 2920,
"##anced": 2921,
"takes": 2922,
"##go": 2923,
"whether": 2924,
"track": 2925,
"respect": 2926,
"tom": 2927,
"download": 2928,
"consum": 2929,
"brought": 2930,
"##unt": 2931,
"media": 2932,
"Par": 2933,
"ill": 2934,
"email": 2935,
"##face": 2936,
"##fety": 2937,
"China": 2938,
"political": 2939,
"related": 2940,
"##itting": 2941,
"police": 2942,
"Med": 2943,
"range": 2944,
"upon": 2945,
"According": 2946,
"##gn": 2947,
"haven": 2948,
"chance": 2949,
"Air": 2950,
"Sw": 2951,
"guess": 2952,
"below": 2953,
"Supp": 2954,
"##omes": 2955,
"##atter": 2956,
"forget": 2957,
"##imum": 2958,
"ce": 2959,
"sat": 2960,
"position": 2961,
"\".": 2962,
"designed": 2963,
"join": 2964,
"Windows": 2965,
"From": 2966,
"sn": 2967,
"sho": 2968,
"connect": 2969,
"##egr": 2970,
"##eth": 2971,
"##erg": 2972,
"##room": 2973,
"##ograph": 2974,
"##read": 2975,
"fill": 2976,
"Joh": 2977,
"cook": 2978,
"gone": 2979,
"##ided": 2980,
"skin": 2981,
"##ological": 2982,
"color": 2983,
"white": 2984,
"##ude": 2985,
"Of": 2986,
"struct": 2987,
"##ored": 2988,
"forg": 2989,
"above": 2990,
"usually": 2991,
"purch": 2992,
"Her": 2993,
"##ference": 2994,
"jour": 2995,
"##use": 2996,
"general": 2997,
"Spe": 2998,
"Like": 2999,
"##ift": 3000,
"sett": 3001,
"Co": 3002,
"aud": 3003,
"ones": 3004,
"running": 3005,
"abs": 3006,
"##zy": 3007,
"##play": 3008,
"across": 3009,
"version": 3010,
"##irth": 3011,
"themselves": 3012,
"##rect": 3013,
"himself": 3014,
"object": 3015,
"##ensive": 3016,
"wonder": 3017,
"Mus": 3018,
"swe": 3019,
"##ators": 3020,
"dad": 3021,
"prop": 3022,
"self": 3023,
"peace": 3024,
"upd": 3025,
"##rug": 3026,
"doctor": 3027,
"ton": 3028,
"sold": 3029,
"##band": 3030,
"comfort": 3031,
"partner": 3032,
"##oul": 3033,
"##medi": 3034,
"International": 3035,
"##oon": 3036,
"##itary": 3037,
"sorry": 3038,
"web": 3039,
"ru": 3040,
"##erc": 3041,
"arri": 3042,
"Qu": 3043,
"##nam": 3044,
"similar": 3045,
"types": 3046,
"wall": 3047,
"##men": 3048,
"sugg": 3049,
"veh": 3050,
"##ask": 3051,
"##ili": 3052,
"soci": 3053,
"##ables": 3054,
"options": 3055,
"neg": 3056,
"recogn": 3057,
"continu": 3058,
"equipment": 3059,
"training": 3060,
"character": 3061,
"vol": 3062,
"##ports": 3063,
"sun": 3064,
"represent": 3065,
"Bar": 3066,
"Micro": 3067,
"##une": 3068,
"hot": 3069,
"##cell": 3070,
"global": 3071,
"hit": 3072,
"message": 3073,
"mur": 3074,
"discuss": 3075,
"Gener": 3076,
"##more": 3077,
"##ancial": 3078,
"located": 3079,
"mass": 3080,
"subject": 3081,
"spend": 3082,
"situation": 3083,
"wide": 3084,
"##ran": 3085,
"target": 3086,
"viol": 3087,
"##iddle": 3088,
"parents": 3089,
"repl": 3090,
"While": 3091,
"##airs": 3092,
"national": 3093,
"goes": 3094,
"Fl": 3095,
"size": 3096,
"##gress": 3097,
"receive": 3098,
"bill": 3099,
"hus": 3100,
"terms": 3101,
"exactly": 3102,
"loss": 3103,
"##apt": 3104,
"##ara": 3105,
"mobile": 3106,
"See": 3107,
"John": 3108,
"##bul": 3109,
"stuff": 3110,
"##though": 3111,
"Fe": 3112,
"fear": 3113,
"easily": 3114,
"##ma": 3115,
"##ER": 3116,
"provided": 3117,
"choice": 3118,
"parts": 3119,
"##reng": 3120,
"education": 3121,
"hosp": 3122,
"##ges": 3123,
"modern": 3124,
"devices": 3125,
"foot": 3126,
"##amed": 3127,
"died": 3128,
"scient": 3129,
"solution": 3130,
"vari": 3131,
"ground": 3132,
"##logged": 3133,
"##dd": 3134,
"sus": 3135,
"request": 3136,
"flo": 3137,
"reblogged": 3138,
"trou": 3139,
"stra": 3140,
"prevent": 3141,
"Bo": 3142,
"Sam": 3143,
"stat": 3144,
"Dis": 3145,
"Does": 3146,
"shit": 3147,
"transfer": 3148,
"ple": 3149,
"##roid": 3150,
"##view": 3151,
"24": 3152,
"condition": 3153,
"##ief": 3154,
"became": 3155,
"50": 3156,
"ship": 3157,
"##elt": 3158,
"built": 3159,
"center": 3160,
"gets": 3161,
"files": 3162,
"waiting": 3163,
"sense": 3164,
"completely": 3165,
"tomorrow": 3166,
"##uly": 3167,
"##gar": 3168,
"##itions": 3169,
"##cious": 3170,
"rooms": 3171,
"##aught": 3172,
"et": 3173,
"##stan": 3174,
"tried": 3175,
"gen": 3176,
"er": 3177,
"seems": 3178,
"couple": 3179,
"Bu": 3180,
"Most": 3181,
"deliver": 3182,
"Other": 3183,
"##icles": 3184,
"worth": 3185,
"applications": 3186,
"Off": 3187,
"issues": 3188,
"##ball": 3189,
"further": 3190,
"##inist": 3191,
"option": 3192,
"##ky": 3193,
"##ume": 3194,
"lose": 3195,
"focus": 3196,
"digital": 3197,
"husband": 3198,
"##ring": 3199,
"favor": 3200,
"late": 3201,
"safety": 3202,
"brand": 3203,
"##AN": 3204,
"held": 3205,
"details": 3206,
"ensure": 3207,
"quickly": 3208,
"higher": 3209,
"rights": 3210,
"role": 3211,
"daughter": 3212,
"##head": 3213,
"##edd": 3214,
"allows": 3215,
"##oses": 3216,
"apply": 3217,
"series": 3218,
"Somet": 3219,
"##reme": 3220,
"##itten": 3221,
"regard": 3222,
"feed": 3223,
"integr": 3224,
"road": 3225,
"effic": 3226,
"Act": 3227,
"camer": 3228,
"obs": 3229,
"##antly": 3230,
"##astic": 3231,
"sometimes": 3232,
"##sych": 3233,
"##aging": 3234,
"carry": 3235,
"rather": 3236,
"##lus": 3237,
"##istic": 3238,
"signific": 3239,
"streng": 3240,
"model": 3241,
"fix": 3242,
"##ley": 3243,
"##oph": 3244,
"cla": 3245,
"surpr": 3246,
"concern": 3247,
"25": 3248,
"bott": 3249,
"birth": 3250,
"da": 3251,
"resour": 3252,
"Fin": 3253,
"bur": 3254,
"##het": 3255,
"itself": 3256,
"immedi": 3257,
"feature": 3258,
"percent": 3259,
"prefer": 3260,
"Lord": 3261,
"wanna": 3262,
"unique": 3263,
"Stud": 3264,
"defin": 3265,
"collect": 3266,
"##rench": 3267,
"##ublic": 3268,
"Come": 3269,
"bag": 3270,
"##rict": 3271,
"touch": 3272,
"drug": 3273,
"##adem": 3274,
"however": 3275,
"announ": 3276,
"##rodu": 3277,
"teac": 3278,
"##soft": 3279,
"cases": 3280,
"##ience": 3281,
"..": 3282,
"Rem": 3283,
"dark": 3284,
"hell": 3285,
"Was": 3286,
"?\"": 3287,
"fine": 3288,
"hor": 3289,
"##eter": 3290,
"playing": 3291,
"Face": 3292,
"nature": 3293,
"##ishing": 3294,
"Sa": 3295,
"##oming": 3296,
"star": 3297,
"murder": 3298,
"park": 3299,
"##lim": 3300,
"review": 3301,
"deep": 3302,
"imm": 3303,
"weeks": 3304,
"action": 3305,
"six": 3306,
"##lam": 3307,
"aren": 3308,
"##aced": 3309,
"operation": 3310,
"##ese": 3311,
"contract": 3312,
"##apan": 3313,
"decision": 3314,
"11": 3315,
"##atory": 3316,
"threat": 3317,
"brain": 3318,
"Many": 3319,
"teach": 3320,
"##haps": 3321,
"perm": 3322,
"solutions": 3323,
"property": 3324,
"extra": 3325,
"lay": 3326,
"third": 3327,
"emb": 3328,
"aware": 3329,
"danger": 3330,
"iP": 3331,
"mention": 3332,
"199": 3333,
"changed": 3334,
"etc": 3335,
"tax": 3336,
"paper": 3337,
"projects": 3338,
"Col": 3339,
"##itable": 3340,
"separ": 3341,
"levels": 3342,
"issue": 3343,
"##lt": 3344,
"smart": 3345,
"express": 3346,
"jud": 3347,
"Microsoft": 3348,
"War": 3349,
"lat": 3350,
"write": 3351,
"economic": 3352,
"thous": 3353,
"##irit": 3354,
"shoot": 3355,
"born": 3356,
"region": 3357,
"policy": 3358,
"pan": 3359,
"rules": 3360,
"##AT": 3361,
"anal": 3362,
"##ached": 3363,
"source": 3364,
"earth": 3365,
"stri": 3366,
"weight": 3367,
"girls": 3368,
"America": 3369,
"16": 3370,
"suff": 3371,
"feeling": 3372,
"gun": 3373,
"##ially": 3374,
"avoid": 3375,
"directly": 3376,
"##co": 3377,
"##ival": 3378,
"Japan": 3379,
"##ino": 3380,
"Good": 3381,
"tele": 3382,
"##inary": 3383,
"Art": 3384,
"thank": 3385,
"af": 3386,
"attention": 3387,
"developed": 3388,
"advant": 3389,
"Russian": 3390,
"vict": 3391,
"financial": 3392,
"Direct": 3393,
"mount": 3394,
"##of": 3395,
"associ": 3396,
"##ffee": 3397,
"added": 3398,
"protection": 3399,
"capital": 3400,
"except": 3401,
"##ivil": 3402,
"normal": 3403,
"suggest": 3404,
"High": 3405,
"clos": 3406,
"chall": 3407,
"employ": 3408,
"##my": 3409,
"Russia": 3410,
"Ge": 3411,
"din": 3412,
"sort": 3413,
"##ming": 3414,
"staff": 3415,
"disease": 3416,
"secret": 3417,
"purpose": 3418,
"div": 3419,
"##ply": 3420,
"##vent": 3421,
"##itness": 3422,
"legal": 3423,
"bath": 3424,
"cy": 3425,
"##erve": 3426,
"eye": 3427,
"cold": 3428,
"community": 3429,
"military": 3430,
"worry": 3431,
"minute": 3432,
"foreign": 3433,
"tonight": 3434,
"##roy": 3435,
"supposed": 3436,
"bal": 3437,
"French": 3438,
"mist": 3439,
"pull": 3440,
"song": 3441,
"##ama": 3442,
"Play": 3443,
"##rest": 3444,
"item": 3445,
"##olid": 3446,
"instit": 3447,
"Internet": 3448,
"Since": 3449,
"##ef": 3450,
"instead": 3451,
"deg": 3452,
"##sh": 3453,
"##word": 3454,
"##int": 3455,
"location": 3456,
"official": 3457,
"total": 3458,
"##ceed": 3459,
"##ended": 3460,
"active": 3461,
"draw": 3462,
"potential": 3463,
"Har": 3464,
"##ram": 3465,
"##ctions": 3466,
"image": 3467,
"##aves": 3468,
"Trans": 3469,
"edit": 3470,
"##dom": 3471,
"##hib": 3472,
"##aining": 3473,
"Dep": 3474,
"Gra": 3475,
"cat": 3476,
"cool": 3477,
"##raid": 3478,
"contrib": 3479,
"effort": 3480,
"El": 3481,
"##ux": 3482,
"##idge": 3483,
"Take": 3484,
"##bit": 3485,
"##crib": 3486,
"ability": 3487,
"materials": 3488,
"Use": 3489,
"Reg": 3490,
"via": 3491,
"member": 3492,
"##light": 3493,
"article": 3494,
"princi": 3495,
"##la": 3496,
"log": 3497,
"##oles": 3498,
"circ": 3499,
"Make": 3500,
"Those": 3501,
"medical": 3502,
",”": 3503,
"healthy": 3504,
"pressure": 3505,
"fat": 3506,
"shows": 3507,
"clot": 3508,
"restaur": 3509,
"standard": 3510,
"14": 3511,
"felt": 3512,
"serious": 3513,
"##for": 3514,
"##rael": 3515,
"trade": 3516,
"##stanbul": 3517,
"Facebook": 3518,
"finally": 3519,
"picture": 3520,
"grand": 3521,
"path": 3522,
"Er": 3523,
"King": 3524,
"Sm": 3525,
"##rial": 3526,
"sil": 3527,
"flow": 3528,
"Bra": 3529,
"##sc": 3530,
"##iding": 3531,
"##gu": 3532,
"Once": 3533,
"Israel": 3534,
"National": 3535,
"ball": 3536,
"##attle": 3537,
"afraid": 3538,
"##adu": 3539,
"whatever": 3540,
"turned": 3541,
"##cription": 3542,
"Mark": 3543,
"weap": 3544,
"esc": 3545,
"##pper": 3546,
"##istance": 3547,
"mail": 3548,
"places": 3549,
"society": 3550,
"forward": 3551,
"opportunity": 3552,
"##val": 3553,
"correct": 3554,
"movie": 3555,
"likely": 3556,
"display": 3557,
"happens": 3558,
"gas": 3559,
"##ooper": 3560,
"?”": 3561,
"South": 3562,
"##af": 3563,
"##arant": 3564,
"Char": 3565,
"init": 3566,
"202": 3567,
"Prof": 3568,
"tools": 3569,
"code": 3570,
"match": 3571,
"sales": 3572,
"Afric": 3573,
"Earth": 3574,
"Only": 3575,
"pen": 3576,
"skills": 3577,
"affect": 3578,
"##mber": 3579,
"shot": 3580,
"chem": 3581,
"##IN": 3582,
"Aust": 3583,
"force": 3584,
"##gen": 3585,
"##atically": 3586,
"##atives": 3587,
"learning": 3588,
"positive": 3589,
"physical": 3590,
"##bt": 3591,
"partners": 3592,
"General": 3593,
"married": 3594,
"rate": 3595,
"##asons": 3596,
"cancer": 3597,
"button": 3598,
"##hood": 3599,
"intell": 3600,
"Syri": 3601,
"harm": 3602,
"lower": 3603,
"final": 3604,
"discover": 3605,
"capt": 3606,
"received": 3607,
"Germany": 3608,
"##hest": 3609,
"##roud": 3610,
"evidence": 3611,
"ten": 3612,
"##ids": 3613,
"imag": 3614,
"monit": 3615,
"##iles": 3616,
"indic": 3617,
"List": 3618,
"##ivity": 3619,
"books": 3620,
"effects": 3621,
"latest": 3622,
"Int": 3623,
"coun": 3624,
"##ysis": 3625,
"connection": 3626,
"multip": 3627,
"##itiz": 3628,
"lock": 3629,
"City": 3630,
"hurt": 3631,
"##vant": 3632,
"rob": 3633,
"Tod": 3634,
"dress": 3635,
"worked": 3636,
"giving": 3637,
"luck": 3638,
"##ox": 3639,
"##just": 3640,
"##OS": 3641,
"colle": 3642,
"considered": 3643,
"##cil": 3644,
"##cies": 3645,
"##ades": 3646,
"looked": 3647,
"transport": 3648,
"ess": 3649,
"charge": 3650,
"piece": 3651,
"innov": 3652,
"##ighb": 3653,
"decided": 3654,
"##now": 3655,
"##ging": 3656,
"##oman": 3657,
"temper": 3658,
"regular": 3659,
"impact": 3660,
"powerful": 3661,
"##yees": 3662,
"##ops": 3663,
"anymore": 3664,
"gotta": 3665,
"steps": 3666,
"achieve": 3667,
"document": 3668,
"##itation": 3669,
"sister": 3670,
"##orage": 3671,
"##igation": 3672,
"requirements": 3673,
"written": 3674,
"Techn": 3675,
"##agn": 3676,
"patient": 3677,
"behav": 3678,
"tradition": 3679,
"Bus": 3680,
"##ray": 3681,
"react": 3682,
"disapp": 3683,
"hospital": 3684,
"Ant": 3685,
"loved": 3686,
"events": 3687,
"leading": 3688,
"German": 3689,
"##omb": 3690,
"gives": 3691,
"fully": 3692,
"Apple": 3693,
"fell": 3694,
"psych": 3695,
"##fast": 3696,
"coffee": 3697,
"programs": 3698,
"slow": 3699,
"13": 3700,
"##lied": 3701,
"sym": 3702,
"technical": 3703,
"Brit": 3704,
"Tell": 3705,
"proud": 3706,
"electric": 3707,
"glass": 3708,
"green": 3709,
"distrib": 3710,
"##aign": 3711,
"emot": 3712,
"cross": 3713,
"satis": 3714,
"EU": 3715,
"Which": 3716,
"##ension": 3717,
"Dad": 3718,
"Gree": 3719,
"stru": 3720,
"##istry": 3721,
"##umb": 3722,
"train": 3723,
"leaders": 3724,
"Pal": 3725,
"##isions": 3726,
"arch": 3727,
"sam": 3728,
"##etic": 3729,
"immediately": 3730,
"17": 3731,
"Ac": 3732,
"methods": 3733,
"Az": 3734,
"##ha": 3735,
"##ips": 3736,
"Also": 3737,
"Pri": 3738,
"stage": 3739,
"##chan": 3740,
"##empt": 3741,
"##ube": 3742,
"payment": 3743,
"squ": 3744,
"##ana": 3745,
"marketing": 3746,
"likes": 3747,
"sea": 3748,
"exch": 3749,
"destroy": 3750,
"daily": 3751,
"breat": 3752,
"##urch": 3753,
"##plement": 3754,
"Cor": 3755,
"pool": 3756,
"began": 3757,
"##resh": 3758,
"approach": 3759,
"employees": 3760,
"ur": 3761,
"chann": 3762,
"##unk": 3763,
"plant": 3764,
"simply": 3765,
"beginning": 3766,
"Bel": 3767,
"Istanbul": 3768,
"Right": 3769,
"groups": 3770,
"independ": 3771,
"mis": 3772,
"section": 3773,
"prison": 3774,
"points": 3775,
"Aut": 3776,
"relig": 3777,
"surv": 3778,
"Book": 3779,
"base": 3780,
"##enced": 3781,
"##iving": 3782,
"god": 3783,
"##verage": 3784,
"introdu": 3785,
"guests": 3786,
"helps": 3787,
"expected": 3788,
"##cient": 3789,
"surg": 3790,
"extreme": 3791,
"Work": 3792,
"rout": 3793,
"##ancy": 3794,
"exerc": 3795,
"##nal": 3796,
"convers": 3797,
"neighb": 3798,
"alive": 3799,
"##acity": 3800,
"paid": 3801,
"difference": 3802,
"patients": 3803,
"bud": 3804,
"max": 3805,
"##dy": 3806,
"##rit": 3807,
"load": 3808,
"credit": 3809,
"student": 3810,
"frequ": 3811,
"Cal": 3812,
"York": 3813,
"##urance": 3814,
"ord": 3815,
"##izing": 3816,
"telling": 3817,
"internet": 3818,
"##do": 3819,
"gold": 3820,
"demand": 3821,
"##itely": 3822,
"attract": 3823,
"growth": 3824,
"North": 3825,
"civil": 3826,
"rich": 3827,
"occur": 3828,
"towards": 3829,
"resources": 3830,
"names": 3831,
"wear": 3832,
"players": 3833,
"influ": 3834,
"successful": 3835,
"Today": 3836,
"40": 3837,
"tick": 3838,
"vill": 3839,
"wel": 3840,
"responsible": 3841,
"Would": 3842,
"thanks": 3843,
"##son": 3844,
"stress": 3845,
"board": 3846,
"Pa": 3847,
"optim": 3848,
"original": 3849,
"##order": 3850,
"practice": 3851,
"dinner": 3852,
"Rec": 3853,
"##AS": 3854,
"##istics": 3855,
"interested": 3856,
"Park": 3857,
"season": 3858,
"concept": 3859,
"poor": 3860,
"crazy": 3861,
"##edding": 3862,
"##eal": 3863,
"##rant": 3864,
"##wise": 3865,
"culture": 3866,
"##ties": 3867,
"##eral": 3868,
"style": 3869,
"##ken": 3870,
"writing": 3871,
"##inese": 3872,
"established": 3873,
"aim": 3874,
"sir": 3875,
"soul": 3876,
"supply": 3877,
"activity": 3878,
"##arden": 3879,
"surface": 3880,
"Ara": 3881,
"trouble": 3882,
"camera": 3883,
"Uh": 3884,
"##ses": 3885,
"##ground": 3886,
"##cel": 3887,
"sector": 3888,
"Op": 3889,
"tur": 3890,
"conduct": 3891,
"Android": 3892,
"medic": 3893,
"fly": 3894,
"proced": 3895,
"Free": 3896,
"additional": 3897,
"##ES": 3898,
"##riage": 3899,
"subs": 3900,
"System": 3901,
"##itchen": 3902,
"enem": 3903,
"commer": 3904,
"reve": 3905,
"Center": 3906,
"ren": 3907,
"starting": 3908,
"animals": 3909,
"Thanks": 3910,
"Sim": 3911,
"##und": 3912,
"##oe": 3913,
"leaving": 3914,
"##aged": 3915,
"maintain": 3916,
"Mac": 3917,
"##put": 3918,
"analy": 3919,
"##abor": 3920,
"Add": 3921,
"fair": 3922,
"hate": 3923,
"campaign": 3924,
"organization": 3925,
"construction": 3926,
"costs": 3927,
"Each": 3928,
"inform": 3929,
"State": 3930,
"##ett": 3931,
"##ologies": 3932,
"altern": 3933,
"fund": 3934,
"##ronic": 3935,
".)": 3936,
"##ON": 3937,
"Chinese": 3938,
"rock": 3939,
"cele": 3940,
"##vis": 3941,
"refer": 3942,
"##aches": 3943,
"Red": 3944,
"pray": 3945,
"##ocr": 3946,
"##ocol": 3947,
"spirit": 3948,
"structure": 3949,
"dry": 3950,
"voice": 3951,
"##anc": 3952,
"station": 3953,
"goal": 3954,
"command": 3955,
"reading": 3956,
"Minister": 3957,
"##friend": 3958,
"unc": 3959,
"##omen": 3960,
"Met": 3961,
"bi": 3962,
"dro": 3963,
"excell": 3964,
"##board": 3965,
"lic": 3966,
"##eg": 3967,
"produce": 3968,
"includes": 3969,
"Mon": 3970,
"Up": 3971,
"##mit": 3972,
"##vision": 3973,
"##ipped": 3974,
"##sequ": 3975,
"street": 3976,
"implement": 3977,
"guarant": 3978,
"register": 3979,
"##alu": 3980,
"##ented": 3981,
"##imin": 3982,
"moving": 3983,
"recent": 3984,
"throughout": 3985,
"##AR": 3986,
"storage": 3987,
"window": 3988,
"##cul": 3989,
"prices": 3990,
"belong": 3991,
"led": 3992,
"vac": 3993,
"meaning": 3994,
"obtain": 3995,
"involved": 3996,
"straight": 3997,
"Lu": 3998,
"##lin": 3999,
"##xic": 4000,
"career": 4001,
"ideas": 4002,
"##aven": 4003,
"studies": 4004,
"photos": 4005,
"benefits": 4006,
"Mal": 4007,
"tit": 4008,
"kept": 4009,
"huge": 4010,
"prepared": 4011,
"citiz": 4012,
"mine": 4013,
"profile": 4014,
"cells": 4015,
"manufactur": 4016,
"firm": 4017,
"player": 4018,
"##oura": 4019,
"Although": 4020,
"prior": 4021,
"published": 4022,
"pun": 4023,
"complex": 4024,
"communication": 4025,
"figure": 4026,
"##EO": 4027,
"conv": 4028,
"Two": 4029,
"standards": 4030,
"East": 4031,
"cooper": 4032,
"processes": 4033,
"organiz": 4034,
"basic": 4035,
"##ari": 4036,
"interesting": 4037,
"investment": 4038,
"science": 4039,
"sto": 4040,
"##ada": 4041,
"heat": 4042,
"plans": 4043,
"histor": 4044,
"Wi": 4045,
"warm": 4046,
"numbers": 4047,
"ver": 4048,
"reasons": 4049,
"understanding": 4050,
"capacity": 4051,
"Iran": 4052,
"summer": 4053,
"throw": 4054,
"reli": 4055,
"##ulf": 4056,
"spread": 4057,
"##phone": 4058,
"measure": 4059,
"Business": 4060,
"hang": 4061,
"##ae": 4062,
"advert": 4063,
"Coll": 4064,
"Cons": 4065,
"trip": 4066,
"During": 4067,
"fish": 4068,
"court": 4069,
"broad": 4070,
"##pri": 4071,
"##ously": 4072,
"president": 4073,
"fem": 4074,
"##IS": 4075,
"explain": 4076,
"crypt": 4077,
"beg": 4078,
"progress": 4079,
"shut": 4080,
"uses": 4081,
"Ste": 4082,
"asking": 4083,
"easier": 4084,
"favorite": 4085,
"Before": 4086,
"Lond": 4087,
"damage": 4088,
"heav": 4089,
"Inter": 4090,
"##mm": 4091,
"somebody": 4092,
"bull": 4093,
"photo": 4094,
"prec": 4095,
"categ": 4096,
"mechan": 4097,
"##hern": 4098,
"planning": 4099,
"allowed": 4100,
"reduce": 4101,
"catch": 4102,
"##ault": 4103,
"##ategy": 4104,
"highly": 4105,
"copy": 4106,
"Out": 4107,
"cand": 4108,
"##ened": 4109,
"##uted": 4110,
"seeing": 4111,
"exec": 4112,
"prim": 4113,
"emerg": 4114,
"century": 4115,
"faith": 4116,
"strugg": 4117,
"London": 4118,
"Group": 4119,
"Tri": 4120,
"##to": 4121,
"recently": 4122,
"IS": 4123,
"king": 4124,
"club": 4125,
"largest": 4126,
"analysis": 4127,
"Ah": 4128,
"Law": 4129,
"Val": 4130,
"sick": 4131,
"##hel": 4132,
"seek": 4133,
"administ": 4134,
"named": 4135,
"##pa": 4136,
"##hem": 4137,
"Inc": 4138,
"disp": 4139,
"millions": 4140,
"billion": 4141,
"Cr": 4142,
"batter": 4143,
"##bon": 4144,
"##aled": 4145,
"Keep": 4146,
"sweet": 4147,
"strength": 4148,
"Jack": 4149,
"vir": 4150,
"##iam": 4151,
"##OR": 4152,
"yours": 4153,
"doll": 4154,
"Therefore": 4155,
"remove": 4156,
"decide": 4157,
"controll": 4158,
"automatically": 4159,
"ahead": 4160,
"##yond": 4161,
"stick": 4162,
"##ression": 4163,
"attempt": 4164,
"leader": 4165,
"Loc": 4166,
"##izes": 4167,
"secure": 4168,
"sites": 4169,
"promise": 4170,
"##rol": 4171,
"##lock": 4172,
"France": 4173,
"vehicle": 4174,
"Hel": 4175,
"##aling": 4176,
"client": 4177,
"Jes": 4178,
"round": 4179,
"##oly": 4180,
"Health": 4181,
"significant": 4182,
"mouth": 4183,
"##iency": 4184,
"calls": 4185,
"currently": 4186,
"middle": 4187,
"tast": 4188,
"##loy": 4189,
"polit": 4190,
"operating": 4191,
"\",": 4192,
"House": 4193,
"hop": 4194,
"kitchen": 4195,
"##ham": 4196,
"##asure": 4197,
"##roll": 4198,
"carried": 4199,
"hotels": 4200,
"hund": 4201,
"remain": 4202,
"##ternal": 4203,
"increasing": 4204,
"hundred": 4205,
"Ed": 4206,
"##zz": 4207,
"regul": 4208,
"responsibility": 4209,
"Dav": 4210,
"Fore": 4211,
"mer": 4212,
"meant": 4213,
"compon": 4214,
"contain": 4215,
"famous": 4216,
"Prot": 4217,
"definitely": 4218,
"surgery": 4219,
"fru": 4220,
"wat": 4221,
"##reed": 4222,
"##asc": 4223,
"note": 4224,
"processing": 4225,
"Over": 4226,
"##back": 4227,
"former": 4228,
"Black": 4229,
"freed": 4230,
"Office": 4231,
"claim": 4232,
"Mary": 4233,
"Ob": 4234,
"Under": 4235,
"burn": 4236,
"ut": 4237,
"##ED": 4238,
"forces": 4239,
"##amb": 4240,
"everybody": 4241,
"Sometimes": 4242,
"Sal": 4243,
"cast": 4244,
"##uty": 4245,
"memory": 4246,
"mission": 4247,
"Day": 4248,
"Port": 4249,
"##onst": 4250,
"##terday": 4251,
"Should": 4252,
"floor": 4253,
"PC": 4254,
"nut": 4255,
"roll": 4256,
"produced": 4257,
"Islam": 4258,
"planet": 4259,
"Find": 4260,
"School": 4261,
"##yl": 4262,
"##enn": 4263,
"lie": 4264,
"##ptoms": 4265,
"Program": 4266,
"confidence": 4267,
"released": 4268,
"advantage": 4269,
"Coun": 4270,
"master": 4271,
"##upid": 4272,
"biggest": 4273,
"communic": 4274,
"growing": 4275,
"holid": 4276,
"##fortun": 4277,
"##raft": 4278,
"workers": 4279,
"models": 4280,
"wedding": 4281,
"##amin": 4282,
"arrest": 4283,
"reality": 4284,
"Click": 4285,
"watching": 4286,
"Ty": 4287,
"eating": 4288,
"offered": 4289,
"##idden": 4290,
"##ex": 4291,
"ourselves": 4292,
"respond": 4293,
"missing": 4294,
"Everyone": 4295,
"delivery": 4296,
"multiple": 4297,
"##istan": 4298,
"##osing": 4299,
"manage": 4300,
"images": 4301,
".,": 4302,
"Miss": 4303,
"##lation": 4304,
"whose": 4305,
"Listen": 4306,
"Could": 4307,
"wood": 4308,
"##aries": 4309,
"expert": 4310,
"included": 4311,
"Service": 4312,
"drop": 4313,
"##iation": 4314,
"pregn": 4315,
"played": 4316,
"advanced": 4317,
"variety": 4318,
"##road": 4319,
"lif": 4320,
"airport": 4321,
"purchase": 4322,
"fing": 4323,
"##uk": 4324,
"##AL": 4325,
"Republic": 4326,
"temperature": 4327,
"excellent": 4328,
"micro": 4329,
"Union": 4330,
"Exp": 4331,
"chemical": 4332,
"virt": 4333,
"##ipping": 4334,
"pred": 4335,
"remo": 4336,
"letter": 4337,
"caused": 4338,
"Arab": 4339,
"##vey": 4340,
"##ctors": 4341,
"notice": 4342,
"movement": 4343,
"celebr": 4344,
"Lear": 4345,
"##arily": 4346,
"##iff": 4347,
"ge": 4348,
"##onse": 4349,
"consult": 4350,
"##hold": 4351,
"##ered": 4352,
"##olute": 4353,
"useful": 4354,
"facilities": 4355,
"breakfast": 4356,
"intellig": 4357,
"Ass": 4358,
"##ashion": 4359,
"trading": 4360,
"Det": 4361,
"ult": 4362,
"”.": 4363,
"evalu": 4364,
"rap": 4365,
"##estern": 4366,
"shown": 4367,
"worse": 4368,
"values": 4369,
"revolution": 4370,
"basis": 4371,
"den": 4372,
"ed": 4373,
"farm": 4374,
"lived": 4375,
"##rupt": 4376,
"videos": 4377,
"rid": 4378,
"advice": 4379,
"settings": 4380,
"Geor": 4381,
"therap": 4382,
"inj": 4383,
"brows": 4384,
"acqu": 4385,
"friendly": 4386,
"certainly": 4387,
"iPh": 4388,
"##omp": 4389,
"Bet": 4390,
"Gr": 4391,
"average": 4392,
"##ban": 4393,
"therefore": 4394,
"Another": 4395,
"##azing": 4396,
"appropri": 4397,
"rule": 4398,
"##cast": 4399,
"serve": 4400,
"shouldn": 4401,
"diet": 4402,
"announced": 4403,
"tree": 4404,
"witness": 4405,
"##pro": 4406,
"##earc": 4407,
"restaurant": 4408,
"West": 4409,
"##ament": 4410,
"##ession": 4411,
"promot": 4412,
"limited": 4413,
"documents": 4414,
"Best": 4415,
"##rag": 4416,
"clients": 4417,
"steel": 4418,
"highest": 4419,
"Je": 4420,
"Pat": 4421,
"mix": 4422,
"reached": 4423,
"cloud": 4424,
"messages": 4425,
"double": 4426,
"60": 4427,
"yeah": 4428,
"##ET": 4429,
"##aint": 4430,
"degree": 4431,
"Mod": 4432,
"##bed": 4433,
"release": 4434,
"parties": 4435,
"dangerous": 4436,
"Ap": 4437,
"interact": 4438,
"connected": 4439,
"statement": 4440,
"Next": 4441,
"Design": 4442,
"egg": 4443,
"##pite": 4444,
"adult": 4445,
"realize": 4446,
"##ening": 4447,
"finish": 4448,
"population": 4449,
"fighting": 4450,
"##ipe": 4451,
"##iction": 4452,
"Sat": 4453,
"##itter": 4454,
"moved": 4455,
"marriage": 4456,
"agreement": 4457,
"states": 4458,
"guide": 4459,
"labor": 4460,
"Rel": 4461,
"pow": 4462,
"##rast": 4463,
"desk": 4464,
"transact": 4465,
"terror": 4466,
"honest": 4467,
"Custom": 4468,
"Put": 4469,
"sin": 4470,
"qual": 4471,
"describ": 4472,
"wrote": 4473,
"subst": 4474,
"forgot": 4475,
"Hum": 4476,
"Kore": 4477,
"##ya": 4478,
"##sec": 4479,
"##que": 4480,
"surround": 4481,
"forms": 4482,
"Person": 4483,
"##ica": 4484,
"increased": 4485,
"Services": 4486,
"Av": 4487,
"Mad": 4488,
"ep": 4489,
"##rency": 4490,
"operations": 4491,
"tea": 4492,
"##ager": 4493,
"earlier": 4494,
"Commun": 4495,
"clothes": 4496,
"Jesus": 4497,
"Cy": 4498,
"La": 4499,
"anywhere": 4500,
"strategy": 4501,
"changing": 4502,
"industrial": 4503,
"Del": 4504,
"San": 4505,
"adjust": 4506,
"##hens": 4507,
"developing": 4508,
"factory": 4509,
"comfortable": 4510,
"items": 4511,
"Department": 4512,
"British": 4513,
"iPhone": 4514,
"##ooth": 4515,
"##imately": 4516,
"evil": 4517,
"opening": 4518,
"benefit": 4519,
"Paris": 4520,
"symptoms": 4521,
"island": 4522,
"##ustain": 4523,
"shared": 4524,
"compl": 4525,
"Social": 4526,
"passed": 4527,
"journey": 4528,
"efficient": 4529,
"Gl": 4530,
"Great": 4531,
"##oes": 4532,
"##dden": 4533,
"Fi": 4534,
"##su": 4535,
"##iven": 4536,
"exchange": 4537,
"Eas": 4538,
"pers": 4539,
"beyond": 4540,
"Read": 4541,
"apartment": 4542,
"pictures": 4543,
"sports": 4544,
"##vest": 4545,
"##ani": 4546,
"##itect": 4547,
"shape": 4548,
"opened": 4549,
"weak": 4550,
"academ": 4551,
"Africa": 4552,
"traditional": 4553,
"##arr": 4554,
"polic": 4555,
"terri": 4556,
"mentioned": 4557,
"Austral": 4558,
"Bank": 4559,
"Vis": 4560,
"centre": 4561,
"creating": 4562,
"Cour": 4563,
"Mc": 4564,
"rank": 4565,
"##itude": 4566,
"stupid": 4567,
"sudden": 4568,
"spent": 4569,
"blue": 4570,
"198": 4571,
"insp": 4572,
"reports": 4573,
"learned": 4574,
"economy": 4575,
"limit": 4576,
"status": 4577,
"Power": 4578,
"##icip": 4579,
"##ague": 4580,
"closed": 4581,
"Start": 4582,
"Check": 4583,
"Cle": 4584,
"Jan": 4585,
"##itute": 4586,
"##isation": 4587,
"Their": 4588,
"##verse": 4589,
"truly": 4590,
"becomes": 4591,
"interview": 4592,
"Allah": 4593,
"distance": 4594,
"jump": 4595,
"##set": 4596,
"flight": 4597,
"strateg": 4598,
"obv": 4599,
"ideal": 4600,
"maximum": 4601,
"commercial": 4602,
"repe": 4603,
"suitable": 4604,
"saved": 4605,
"applied": 4606,
"server": 4607,
"gradu": 4608,
"Jew": 4609,
"ble": 4610,
"##ucle": 4611,
"##ein": 4612,
"Develop": 4613,
"negative": 4614,
"Dem": 4615,
"ain": 4616,
"##obs": 4617,
"reported": 4618,
"Word": 4619,
"##gel": 4620,
"adop": 4621,
"calling": 4622,
"driving": 4623,
"clearly": 4624,
"Security": 4625,
"21": 4626,
"Sur": 4627,
"cas": 4628,
"wire": 4629,
"##ID": 4630,
"##osition": 4631,
"obl": 4632,
"beat": 4633,
"Step": 4634,
"frame": 4635,
"fresh": 4636,
"##ilies": 4637,
"arr": 4638,
"password": 4639,
"India": 4640,
"extremely": 4641,
"race": 4642,
"##dra": 4643,
"##iers": 4644,
"del": 4645,
"accur": 4646,
"technologies": 4647,
"machines": 4648,
"##iverse": 4649,
"yesterday": 4650,
"Supplier": 4651,
"appropriate": 4652,
"Him": 4653,
"##anish": 4654,
"response": 4655,
"animal": 4656,
"existing": 4657,
"##ynam": 4658,
"##irection": 4659,
"greater": 4660,
"##ommod": 4661,
"IP": 4662,
"Child": 4663,
"##ibly": 4664,
"requires": 4665,
"kinds": 4666,
"particularly": 4667,
"lines": 4668,
"##iot": 4669,
"##ossible": 4670,
"challeng": 4671,
"Net": 4672,
"anyway": 4673,
"prem": 4674,
"traffic": 4675,
"collection": 4676,
"providing": 4677,
"opportunities": 4678,
"thousands": 4679,
"OK": 4680,
"##mark": 4681,
"whom": 4682,
"relax": 4683,
"establish": 4684,
"teacher": 4685,
"Data": 4686,
"battle": 4687,
"##iber": 4688,
"relevant": 4689,
"lady": 4690,
"sad": 4691,
"##esides": 4692,
"Web": 4693,
"feet": 4694,
"absolute": 4695,
"update": 4696,
"gain": 4697,
"##ien": 4698,
"##ech": 4699,
"##rate": 4700,
"##house": 4701,
"##IT": 4702,
"stock": 4703,
"##ores": 4704,
"##ively": 4705,
"climate": 4706,
"appoint": 4707,
"accident": 4708,
"smell": 4709,
"associated": 4710,
"Give": 4711,
"Home": 4712,
"II": 4713,
"##iling": 4714,
"instruct": 4715,
"central": 4716,
"completed": 4717,
"huh": 4718,
"UN": 4719,
"cru": 4720,
"ir": 4721,
"discount": 4722,
"driver": 4723,
"scientific": 4724,
"##tt": 4725,
"##iny": 4726,
"##lection": 4727,
"Management": 4728,
"500": 4729,
"Ben": 4730,
"bird": 4731,
"lack": 4732,
"stories": 4733,
"delet": 4734,
"factors": 4735,
"##porate": 4736,
"freedom": 4737,
"starts": 4738,
"assist": 4739,
"previous": 4740,
"Bitc": 4741,
"Mom": 4742,
"caught": 4743,
"joint": 4744,
"boys": 4745,
"##cript": 4746,
"magn": 4747,
"essential": 4748,
"welcome": 4749,
"garden": 4750,
"laugh": 4751,
"##mas": 4752,
"##eren": 4753,
"Enter": 4754,
"elements": 4755,
"##box": 4756,
"selected": 4757,
"June": 4758,
"##acc": 4759,
"##arian": 4760,
"spot": 4761,
"blog": 4762,
"organizations": 4763,
"km": 4764,
"waste": 4765,
"supported": 4766,
"fields": 4767,
"apart": 4768,
"cards": 4769,
"##overy": 4770,
"ang": 4771,
"##rief": 4772,
"cities": 4773,
"mir": 4774,
"pages": 4775,
"##olf": 4776,
"remind": 4777,
"accounts": 4778,
"doubt": 4779,
"eight": 4780,
"##lies": 4781,
"##oos": 4782,
"quiet": 4783,
"profession": 4784,
"Council": 4785,
"ID": 4786,
"liter": 4787,
"##NA": 4788,
"##semb": 4789,
"##osis": 4790,
"sounds": 4791,
"##fortunately": 4792,
"Bitcoin": 4793,
"Es": 4794,
"##ship": 4795,
"##odies": 4796,
"##umn": 4797,
"valu": 4798,
"Select": 4799,
"swim": 4800,
"Elect": 4801,
"Last": 4802,
"Sorry": 4803,
"fit": 4804,
"##ancing": 4805,
"goods": 4806,
"importance": 4807,
"citizens": 4808,
"ice": 4809,
"##ius": 4810,
"theory": 4811,
"##reci": 4812,
"conven": 4813,
"cars": 4814,
"mode": 4815,
"menu": 4816,
"encoura": 4817,
"Down": 4818,
"Mil": 4819,
"##iring": 4820,
"opin": 4821,
"generally": 4822,
"tests": 4823,
"pal": 4824,
"deb": 4825,
"somewhere": 4826,
"Mrs": 4827,
"motor": 4828,
"determine": 4829,
"Open": 4830,
"Educ": 4831,
"##enty": 4832,
"teeth": 4833,
"scen": 4834,
"functions": 4835,
"expand": 4836,
"##Cont": 4837,
"Star": 4838,
"amazing": 4839,
"remains": 4840,
"finished": 4841,
"faster": 4842,
"causes": 4843,
"milk": 4844,
"installation": 4845,
"About": 4846,
"exercise": 4847,
"Cre": 4848,
"Oct": 4849,
"dating": 4850,
"reserv": 4851,
"consist": 4852,
"crime": 4853,
"direction": 4854,
"hous": 4855,
"task": 4856,
"##PN": 4857,
"##eds": 4858,
"##ounds": 4859,
"cris": 4860,
"showed": 4861,
"stopped": 4862,
"##nel": 4863,
"decl": 4864,
"experienced": 4865,
"Everything": 4866,
"beauty": 4867,
"army": 4868,
"##earchers": 4869,
"Sir": 4870,
"##IC": 4871,
"Product": 4872,
"testing": 4873,
"Remember": 4874,
"behavior": 4875,
"bought": 4876,
"iron": 4877,
"##craft": 4878,
"wonderful": 4879,
"suspect": 4880,
"Try": 4881,
"##ald": 4882,
"##aming": 4883,
"aspect": 4884,
"plastic": 4885,
"Project": 4886,
"budget": 4887,
"thus": 4888,
"award": 4889,
"dreams": 4890,
"fold": 4891,
"kiss": 4892,
"##wide": 4893,
"seven": 4894,
"metal": 4895,
"##tenance": 4896,
"##za": 4897,
"families": 4898,
"Hotels": 4899,
"launch": 4900,
"Ira": 4901,
"Sol": 4902,
"und": 4903,
"##cks": 4904,
"lift": 4905,
"libr": 4906,
"contains": 4907,
"Frank": 4908,
"institutions": 4909,
"##uclear": 4910,
"Life": 4911,
"ded": 4912,
"mad": 4913,
"##0s": 4914,
"apps": 4915,
"##like": 4916,
"handle": 4917,
"confirm": 4918,
"liked": 4919,
"weapons": 4920,
"Mu": 4921,
"gift": 4922,
"ring": 4923,
"sitting": 4924,
"##enge": 4925,
"shop": 4926,
"Ins": 4927,
"accommod": 4928,
"Hy": 4929,
"##iced": 4930,
"##uration": 4931,
"Ital": 4932,
"hearing": 4933,
"cash": 4934,
"signs": 4935,
"Note": 4936,
"colors": 4937,
"appears": 4938,
"individuals": 4939,
"pet": 4940,
"##ares": 4941,
"##eke": 4942,
"thr": 4943,
"stream": 4944,
"sem": 4945,
"##ective": 4946,
"quant": 4947,
"perhaps": 4948,
"accord": 4949,
"helping": 4950,
"graph": 4951,
"bottom": 4952,
"map": 4953,
"##ms": 4954,
"##eared": 4955,
"truck": 4956,
"actions": 4957,
"anti": 4958,
"##ography": 4959,
"##che": 4960,
"##EN": 4961,
"##bert": 4962,
"signed": 4963,
"independent": 4964,
"Gold": 4965,
"##yer": 4966,
"committed": 4967,
"pattern": 4968,
"walking": 4969,
"Party": 4970,
"Wait": 4971,
"##entle": 4972,
"followed": 4973,
"Sept": 4974,
"manufacturing": 4975,
"sources": 4976,
"Pay": 4977,
"Time": 4978,
"##lement": 4979,
"enh": 4980,
"talked": 4981,
"presence": 4982,
"journal": 4983,
"regarding": 4984,
"Profess": 4985,
"##reg": 4986,
"defend": 4987,
"totally": 4988,
"##Contact": 4989,
"fashion": 4990,
"##ula": 4991,
"older": 4992,
"config": 4993,
"Company": 4994,
"determined": 4995,
"weren": 4996,
"##iant": 4997,
"##kra": 4998,
"univers": 4999
},
"merges": [
[
"##h",
"##e"
],
[
"##e",
"##r"
],
[
"##i",
"##n"
],
[
"t",
"##he"
],
[
"##o",
"##u"
],
[
"##a",
"##t"
],
[
"##o",
"##n"
],
[
"##r",
"##e"
],
[
"##n",
"##d"
],
[
"##e",
"##s"
],
[
"##o",
"##r"
],
[
"##a",
"##n"
],
[
"##in",
"##g"
],
[
"t",
"##o"
],
[
"##e",
"##n"
],
[
"##e",
"##d"
],
[
"##i",
"##t"
],
[
"##a",
"##l"
],
[
"o",
"##f"
],
[
"##a",
"##r"
],
[
"y",
"##ou"
],
[
"##i",
"##s"
],
[
"i",
"##n"
],
[
"a",
"##nd"
],
[
"t",
"##h"
],
[
"##o",
"##m"
],
[
"##i",
"##c"
],
[
"##a",
"##s"
],
[
"##l",
"##l"
],
[
"##i",
"##on"
],
[
"##l",
"##e"
],
[
"##v",
"##e"
],
[
"##e",
"##t"
],
[
"##o",
"##t"
],
[
"##o",
"##w"
],
[
"##s",
"##t"
],
[
"##en",
"##t"
],
[
"i",
"##s"
],
[
"b",
"##e"
],
[
"##c",
"##t"
],
[
"r",
"##e"
],
[
"##u",
"##t"
],
[
"##l",
"##y"
],
[
"##a",
"##y"
],
[
"o",
"##n"
],
[
"##r",
"##o"
],
[
"##i",
"##d"
],
[
"##s",
"##e"
],
[
"f",
"##or"
],
[
"##u",
"##r"
],
[
"th",
"##at"
],
[
"##i",
"##g"
],
[
"##l",
"##d"
],
[
"i",
"##t"
],
[
"h",
"##a"
],
[
"##c",
"##e"
],
[
"T",
"##he"
],
[
"##it",
"##h"
],
[
"##a",
"##m"
],
[
"s",
"##t"
],
[
"##v",
"##er"
],
[
"##c",
"##h"
],
[
"##at",
"##ion"
],
[
"##i",
"##m"
],
[
"w",
"##ith"
],
[
"##i",
"##r"
],
[
"##a",
"##d"
],
[
"w",
"##h"
],
[
"##i",
"##ll"
],
[
"a",
"##n"
],
[
"w",
"##e"
],
[
"##t",
"##er"
],
[
"a",
"##re"
],
[
"##o",
"##o"
],
[
"##k",
"##e"
],
[
"you",
"##r"
],
[
"h",
"##e"
],
[
"##i",
"##l"
],
[
"a",
"##s"
],
[
"m",
"##e"
],
[
"##he",
"##r"
],
[
"p",
"##ro"
],
[
"c",
"##an"
],
[
"##er",
"##s"
],
[
"##r",
"##a"
],
[
"s",
"##e"
],
[
"##h",
"##t"
],
[
"c",
"##on"
],
[
"th",
"##is"
],
[
"ha",
"##ve"
],
[
"c",
"##om"
],
[
"##an",
"##t"
],
[
"##p",
"##p"
],
[
"n",
"##e"
],
[
"##es",
"##t"
],
[
"n",
"##ot"
],
[
"##r",
"##i"
],
[
"##g",
"##e"
],
[
"o",
"##r"
],
[
"##o",
"##l"
],
[
"w",
"##as"
],
[
"##c",
"##k"
],
[
"l",
"##i"
],
[
"##es",
"##s"
],
[
"##u",
"##st"
],
[
"d",
"##o"
],
[
"d",
"##e"
],
[
"##u",
"##l"
],
[
"Y",
"##ou"
],
[
"##o",
"##re"
],
[
"##o",
"##p"
],
[
"##at",
"##e"
],
[
"s",
"##u"
],
[
"##ig",
"##ht"
],
[
"##r",
"##om"
],
[
"##m",
"##ent"
],
[
"##a",
"##b"
],
[
"s",
"##h"
],
[
"##ou",
"##ld"
],
[
"a",
"##t"
],
[
"##u",
"##s"
],
[
"e",
"##x"
],
[
"##p",
"##e"
],
[
"##ar",
"##t"
],
[
"##or",
"##t"
],
[
"##is",
"##t"
],
[
"##a",
"##in"
],
[
"##it",
"##y"
],
[
"w",
"##ill"
],
[
"##ou",
"##t"
],
[
"##e",
"##l"
],
[
"f",
"##rom"
],
[
"a",
"##l"
],
[
"c",
"##h"
],
[
"a",
"##ll"
],
[
"##om",
"##e"
],
[
"a",
"##b"
],
[
"##n",
"##t"
],
[
"##o",
"##s"
],
[
"##er",
"##e"
],
[
"W",
"##e"
],
[
"##u",
"##re"
],
[
"##i",
"##f"
],
[
"T",
"##h"
],
[
"w",
"##or"
],
[
"##i",
"##ve"
],
[
"##o",
"##d"
],
[
"k",
"##n"
],
[
"##u",
"##m"
],
[
"##i",
"##es"
],
[
"m",
"##y"
],
[
"u",
"##s"
],
[
"##u",
"##n"
],
[
"##e",
"##ct"
],
[
"b",
"##y"
],
[
"##e",
"##m"
],
[
"s",
"##o"
],
[
"##on",
"##e"
],
[
"##t",
"##h"
],
[
"kn",
"##ow"
],
[
"##e",
"##ar"
],
[
"##al",
"##ly"
],
[
"##a",
"##nd"
],
[
"##al",
"##l"
],
[
"I",
"##t"
],
[
"##.",
"##."
],
[
"##a",
"##ke"
],
[
"##i",
"##e"
],
[
"p",
"##l"
],
[
"##re",
"##s"
],
[
"g",
"##o"
],
[
".",
"##.."
],
[
"##ar",
"##d"
],
[
"##r",
"##y"
],
[
"the",
"##y"
],
[
"##a",
"##k"
],
[
"w",
"##he"
],
[
"##c",
"##i"
],
[
"##in",
"##d"
],
[
"b",
"##ut"
],
[
"W",
"##h"
],
[
"o",
"##ut"
],
[
"u",
"##p"
],
[
"##r",
"##ou"
],
[
"##a",
"##re"
],
[
"e",
"##n"
],
[
"##oo",
"##k"
],
[
"I",
"##n"
],
[
"##as",
"##t"
],
[
"li",
"##ke"
],
[
"ab",
"##out"
],
[
"##o",
"##st"
],
[
"t",
"##e"
],
[
"##p",
"##t"
],
[
"##p",
"##er"
],
[
"##a",
"##ck"
],
[
"l",
"##e"
],
[
"##in",
"##e"
],
[
"##am",
"##e"
],
[
"on",
"##e"
],
[
"##u",
"##d"
],
[
"h",
"##as"
],
[
"##ic",
"##e"
],
[
"com",
"##p"
],
[
"o",
"##ur"
],
[
"##i",
"##v"
],
[
"##a",
"##g"
],
[
"##im",
"##e"
],
[
"##ou",
"##r"
],
[
"g",
"##et"
],
[
"##c",
"##c"
],
[
"wh",
"##at"
],
[
"##ion",
"##s"
],
[
"##oo",
"##d"
],
[
"m",
"##an"
],
[
"##a",
"##ge"
],
[
"##t",
"##her"
],
[
"##on",
"##g"
],
[
"A",
"##nd"
],
[
"##id",
"##e"
],
[
"##q",
"##u"
],
[
"##in",
"##k"
],
[
"s",
"##a"
],
[
"w",
"##ant"
],
[
"H",
"##e"
],
[
"j",
"##ust"
],
[
"an",
"##y"
],
[
"wh",
"##o"
],
[
"the",
"##re"
],
[
"##a",
"##ct"
],
[
"##l",
"##o"
],
[
"##g",
"##h"
],
[
"##f",
"##f"
],
[
"##i",
"##re"
],
[
"##a",
"##c"
],
[
"a",
"##d"
],
[
"##ou",
"##s"
],
[
"##a",
"##u"
],
[
"i",
"##m"
],
[
"the",
"##m"
],
[
"m",
"##ore"
],
[
"l",
"##o"
],
[
"t",
"##r"
],
[
"con",
"##t"
],
[
"##an",
"##s"
],
[
"##s",
"##o"
],
[
"##or",
"##m"
],
[
"##d",
"##u"
],
[
"##a",
"##ce"
],
[
"##i",
"##z"
],
[
"the",
"##ir"
],
[
"##at",
"##ed"
],
[
"t",
"##ime"
],
[
"r",
"##es"
],
[
"##ab",
"##le"
],
[
"h",
"##is"
],
[
"i",
"##f"
],
[
"##ic",
"##h"
],
[
"##ver",
"##y"
],
[
"f",
"##e"
],
[
"p",
"##e"
],
[
"s",
"##ome"
],
[
"d",
"##on"
],
[
"##f",
"##er"
],
[
"##i",
"##p"
],
[
"in",
"##t"
],
[
"h",
"##er"
],
[
"o",
"##ther"
],
[
"ne",
"##ed"
],
[
"##e",
"##p"
],
[
"##ay",
"##s"
],
[
"wor",
"##k"
],
[
"##v",
"##en"
],
[
"h",
"##im"
],
[
"##it",
"##e"
],
[
"##a",
"##p"
],
[
"##an",
"##ce"
],
[
"##a",
"##ch"
],
[
"c",
"##l"
],
[
"##b",
"##le"
],
[
"Th",
"##is"
],
[
"##op",
"##le"
],
[
"##ation",
"##s"
],
[
"##en",
"##ce"
],
[
"a",
"##pp"
],
[
"##as",
"##e"
],
[
"##ou",
"##nt"
],
[
"n",
"##o"
],
[
"##ig",
"##n"
],
[
"I",
"##f"
],
[
"##b",
"##er"
],
[
"a",
"##g"
],
[
"w",
"##ere"
],
[
"##re",
"##e"
],
[
"##re",
"##at"
],
[
"w",
"##ould"
],
[
"##o",
"##g"
],
[
"whe",
"##n"
],
[
"q",
"##u"
],
[
"##p",
"##ort"
],
[
"##ic",
"##k"
],
[
"##i",
"##a"
],
[
"be",
"##en"
],
[
"##e",
"##nd"
],
[
"d",
"##id"
],
[
"u",
"##n"
],
[
"##h",
"##ing"
],
[
"h",
"##ere"
],
[
"##ul",
"##t"
],
[
"S",
"##t"
],
[
"##ic",
"##al"
],
[
"l",
"##l"
],
[
"p",
"##r"
],
[
"pe",
"##ople"
],
[
"p",
"##art"
],
[
"B",
"##ut"
],
[
"th",
"##ink"
],
[
"wh",
"##ich"
],
[
"##ing",
"##s"
],
[
"##f",
"##orm"
],
[
"##ve",
"##l"
],
[
"d",
"##is"
],
[
"##i",
"##le"
],
[
"##or",
"##d"
],
[
"##as",
"##s"
],
[
"p",
"##er"
],
[
"##o",
"##ll"
],
[
"##u",
"##e"
],
[
"al",
"##so"
],
[
"v",
"##e"
],
[
"se",
"##e"
],
[
"r",
"##ight"
],
[
"ha",
"##d"
],
[
"s",
"##er"
],
[
"s",
"##pe"
],
[
"##a",
"##il"
],
[
"##ar",
"##y"
],
[
"be",
"##c"
],
[
"##au",
"##se"
],
[
"Wh",
"##at"
],
[
"##p",
"##l"
],
[
"e",
"##very"
],
[
"##res",
"##s"
],
[
"s",
"##he"
],
[
"##ow",
"##n"
],
[
"ne",
"##w"
],
[
"y",
"##ear"
],
[
"p",
"##re"
],
[
"##is",
"##h"
],
[
"h",
"##ow"
],
[
"a",
"##cc"
],
[
"##er",
"##y"
],
[
"of",
"##f"
],
[
"##an",
"##g"
],
[
"a",
"##r"
],
[
"S",
"##o"
],
[
"in",
"##c"
],
[
"##ir",
"##st"
],
[
"##r",
"##u"
],
[
"##i",
"##ld"
],
[
"th",
"##an"
],
[
"on",
"##ly"
],
[
"##f",
"##e"
],
[
"n",
"##ow"
],
[
"C",
"##h"
],
[
"##it",
"##t"
],
[
"##ct",
"##ion"
],
[
"##o",
"##se"
],
[
"m",
"##ay"
],
[
"##ar",
"##k"
],
[
"in",
"##ter"
],
[
"m",
"##ake"
],
[
"##nd",
"##er"
],
[
"b",
"##ack"
],
[
"The",
"##y"
],
[
"pro",
"##du"
],
[
"a",
"##m"
],
[
"c",
"##ould"
],
[
"##f",
"##ter"
],
[
"##ot",
"##her"
],
[
"o",
"##ver"
],
[
"g",
"##u"
],
[
"##se",
"##l"
],
[
"l",
"##ook"
],
[
"sh",
"##ould"
],
[
"s",
"##p"
],
[
"b",
"##et"
],
[
"2",
"##0"
],
[
"##at",
"##er"
],
[
"##en",
"##s"
],
[
"u",
"##se"
],
[
"##ou",
"##nd"
],
[
"##u",
"##b"
],
[
"##i",
"##al"
],
[
"##it",
"##ion"
],
[
"H",
"##ow"
],
[
"int",
"##o"
],
[
"##a",
"##v"
],
[
"f",
"##irst"
],
[
"##or",
"##s"
],
[
"g",
"##ot"
],
[
"##om",
"##et"
],
[
"s",
"##c"
],
[
"##on",
"##d"
],
[
"##ad",
"##e"
],
[
"the",
"##se"
],
[
"d",
"##es"
],
[
"it",
"##s"
],
[
"he",
"##l"
],
[
"g",
"##ood"
],
[
"t",
"##w"
],
[
"##or",
"##y"
],
[
"##f",
"##t"
],
[
"##he",
"##n"
],
[
"the",
"##n"
],
[
"##ci",
"##al"
],
[
"r",
"##o"
],
[
"w",
"##ay"
],
[
"##al",
"##k"
],
[
"a",
"##ct"
],
[
"##w",
"##n"
],
[
"hel",
"##p"
],
[
"sa",
"##id"
],
[
"t",
"##ake"
],
[
"##ent",
"##s"
],
[
"to",
"##o"
],
[
"##o",
"##in"
],
[
"The",
"##re"
],
[
"##l",
"##ic"
],
[
"t",
"##ra"
],
[
"##n",
"##a"
],
[
"##n",
"##ing"
],
[
"d",
"##if"
],
[
"##l",
"##i"
],
[
"Th",
"##at"
],
[
"s",
"##y"
],
[
"m",
"##o"
],
[
"u",
"##nder"
],
[
"v",
"##ery"
],
[
"##f",
"##ore"
],
[
"re",
"##c"
],
[
"e",
"##m"
],
[
"m",
"##ost"
],
[
"##i",
"##an"
],
[
"s",
"##ay"
],
[
"wor",
"##ld"
],
[
"##ig",
"##h"
],
[
"b",
"##r"
],
[
"##v",
"##ing"
],
[
"com",
"##m"
],
[
"b",
"##u"
],
[
"##g",
"##ht"
],
[
"##v",
"##ed"
],
[
"p",
"##h"
],
[
"##c",
"##es"
],
[
"##ers",
"##on"
],
[
"c",
"##all"
],
[
"##re",
"##n"
],
[
"##ment",
"##s"
],
[
"do",
"##es"
],
[
"##is",
"##e"
],
[
"##is",
"##s"
],
[
"e",
"##ven"
],
[
"tw",
"##o"
],
[
"##o",
"##c"
],
[
"##c",
"##ess"
],
[
"li",
"##fe"
],
[
"su",
"##pp"
],
[
"k",
"##e"
],
[
"##i",
"##ous"
],
[
"go",
"##ing"
],
[
"##i",
"##ly"
],
[
"N",
"##o"
],
[
"s",
"##omet"
],
[
"##p",
"##le"
],
[
"##w",
"##e"
],
[
"f",
"##ind"
],
[
"##on",
"##s"
],
[
"##y",
"##s"
],
[
"##er",
"##m"
],
[
"f",
"##u"
],
[
"b",
"##l"
],
[
"##v",
"##es"
],
[
"O",
"##n"
],
[
"##rou",
"##nd"
],
[
"a",
"##fter"
],
[
"##it",
"##ies"
],
[
"d",
"##own"
],
[
"##ur",
"##n"
],
[
"##he",
"##d"
],
[
"ag",
"##ain"
],
[
"re",
"##m"
],
[
"d",
"##ay"
],
[
"##th",
"##ing"
],
[
"i",
"##nd"
],
[
"##a",
"##h"
],
[
"##ou",
"##gh"
],
[
"A",
"##s"
],
[
"whe",
"##re"
],
[
"##g",
"##et"
],
[
"##a",
"##ve"
],
[
"##st",
"##em"
],
[
"##u",
"##al"
],
[
"##an",
"##y"
],
[
"##os",
"##s"
],
[
"##sel",
"##f"
],
[
"##ow",
"##er"
],
[
"c",
"##ar"
],
[
"##rou",
"##gh"
],
[
"##od",
"##y"
],
[
"m",
"##u"
],
[
"##at",
"##es"
],
[
"##t",
"##ing"
],
[
"##an",
"##ge"
],
[
"we",
"##ll"
],
[
"##at",
"##ing"
],
[
"ad",
"##d"
],
[
"##e",
"##ll"
],
[
"bec",
"##ause"
],
[
"##e",
"##c"
],
[
"p",
"##erson"
],
[
"c",
"##o"
],
[
"##j",
"##ect"
],
[
"##g",
"##r"
],
[
"pro",
"##v"
],
[
"##f",
"##ul"
],
[
"##ic",
"##es"
],
[
"D",
"##o"
],
[
"se",
"##c"
],
[
"##x",
"##t"
],
[
"##i",
"##ble"
],
[
"su",
"##ch"
],
[
"##oo",
"##l"
],
[
"dif",
"##fer"
],
[
"##ol",
"##og"
],
[
"ha",
"##pp"
],
[
"##if",
"##ic"
],
[
"ser",
"##v"
],
[
"##an",
"##k"
],
[
"a",
"##w"
],
[
"con",
"##s"
],
[
"re",
"##g"
],
[
"##l",
"##es"
],
[
"man",
"##y"
],
[
"l",
"##ong"
],
[
"th",
"##rough"
],
[
"o",
"##wn"
],
[
"##b",
"##s"
],
[
"##ation",
"##al"
],
[
"year",
"##s"
],
[
"be",
"##l"
],
[
"A",
"##n"
],
[
"##c",
"##ed"
],
[
"st",
"##art"
],
[
"##at",
"##h"
],
[
"##le",
"##ct"
],
[
"S",
"##he"
],
[
"##0",
"##0"
],
[
"com",
"##e"
],
[
"at",
"##t"
],
[
"##i",
"##b"
],
[
"##r",
"##ow"
],
[
"somet",
"##hing"
],
[
"##ver",
"##s"
],
[
"re",
"##ally"
],
[
"te",
"##ll"
],
[
"##ri",
"##end"
],
[
"##e",
"##w"
],
[
"mu",
"##ch"
],
[
"re",
"##l"
],
[
"##ic",
"##t"
],
[
"U",
"##n"
],
[
".",
"##\""
],
[
"l",
"##et"
],
[
"c",
"##re"
],
[
"b",
"##o"
],
[
"pl",
"##ay"
],
[
"sy",
"##stem"
],
[
"be",
"##fore"
],
[
"##ak",
"##ing"
],
[
"c",
"##ount"
],
[
"us",
"##ed"
],
[
"##in",
"##ess"
],
[
"in",
"##v"
],
[
"F",
"##or"
],
[
"s",
"##m"
],
[
"##er",
"##t"
],
[
"w",
"##r"
],
[
"ne",
"##ver"
],
[
"W",
"##hen"
],
[
"##ot",
"##h"
],
[
"##form",
"##ation"
],
[
"##l",
"##ud"
],
[
"##pe",
"##ct"
],
[
"produ",
"##ct"
],
[
"##d",
"##ay"
],
[
"##ure",
"##s"
],
[
"tr",
"##ans"
],
[
"th",
"##ose"
],
[
"de",
"##c"
],
[
"in",
"##st"
],
[
"##w",
"##ays"
],
[
"I",
"##s"
],
[
"##on",
"##t"
],
[
"We",
"##ll"
],
[
"b",
"##us"
],
[
"##ad",
"##y"
],
[
"##b",
"##e"
],
[
"m",
"##ade"
],
[
"##vel",
"##op"
],
[
"##il",
"##ity"
],
[
"st",
"##ud"
],
[
"##ter",
"##n"
],
[
"##on",
"##na"
],
[
"m",
"##ust"
],
[
"##le",
"##t"
],
[
"c",
"##he"
],
[
"##itt",
"##le"
],
[
"fe",
"##el"
],
[
"##at",
"##her"
],
[
"##m",
"##er"
],
[
"A",
"##ll"
],
[
"f",
"##l"
],
[
"##p",
"##h"
],
[
".",
"##”"
],
[
"s",
"##ur"
],
[
"##d",
"##er"
],
[
"##oin",
"##t"
],
[
"ch",
"##ild"
],
[
"##ch",
"##n"
],
[
"i",
"##d"
],
[
"m",
"##in"
],
[
"##c",
"##y"
],
[
"b",
"##est"
],
[
"##ow",
"##s"
],
[
"##a",
"##w"
],
[
"g",
"##onna"
],
[
"t",
"##alk"
],
[
"m",
"##on"
],
[
"h",
"##igh"
],
[
"g",
"##reat"
],
[
"##g",
"##g"
],
[
"differ",
"##ent"
],
[
"did",
"##n"
],
[
"re",
"##al"
],
[
"P",
"##ro"
],
[
"ha",
"##nd"
],
[
"s",
"##ame"
],
[
"a",
"##c"
],
[
"ex",
"##per"
],
[
"l",
"##ittle"
],
[
"##u",
"##ally"
],
[
"e",
"##ff"
],
[
"f",
"##riend"
],
[
"##ur",
"##ing"
],
[
"A",
"##l"
],
[
"R",
"##e"
],
[
"st",
"##ill"
],
[
"##i",
"##ed"
],
[
"##ou",
"##ght"
],
[
"e",
"##v"
],
[
"f",
"##am"
],
[
"inc",
"##lud"
],
[
"e",
"##nd"
],
[
"##ic",
"##s"
],
[
"al",
"##ways"
],
[
"s",
"##et"
],
[
"in",
"##formation"
],
[
"m",
"##et"
],
[
"S",
"##h"
],
[
"##he",
"##s"
],
[
"im",
"##port"
],
[
"T",
"##o"
],
[
"##n",
"##er"
],
[
"##n",
"##g"
],
[
"p",
"##ol"
],
[
"pl",
"##ace"
],
[
"im",
"##p"
],
[
"re",
"##qu"
],
[
"M",
"##y"
],
[
"lo",
"##ve"
],
[
"be",
"##ing"
],
[
"wh",
"##y"
],
[
"##al",
"##s"
],
[
"de",
"##velop"
],
[
"##t",
"##y"
],
[
"##ul",
"##ar"
],
[
"##g",
"##an"
],
[
"##ust",
"##om"
],
[
"##at",
"##a"
],
[
"##ou",
"##se"
],
[
"##as",
"##ed"
],
[
"o",
"##p"
],
[
"##o",
"##ld"
],
[
"##oll",
"##ow"
],
[
"##e",
"##ver"
],
[
"as",
"##k"
],
[
"l",
"##ast"
],
[
"##he",
"##re"
],
[
"##en",
"##er"
],
[
"##ie",
"##w"
],
[
"##ra",
"##ct"
],
[
"g",
"##ive"
],
[
"1",
"##9"
],
[
"##h",
"##ip"
],
[
"##at",
"##ch"
],
[
"f",
"##in"
],
[
"d",
"##et"
],
[
"T",
"##ur"
],
[
"##le",
"##ase"
],
[
"me",
"##an"
],
[
"##or",
"##k"
],
[
"##ot",
"##el"
],
[
"t",
"##ry"
],
[
"th",
"##ings"
],
[
"##it",
"##s"
],
[
"th",
"##ing"
],
[
"h",
"##ome"
],
[
"##o",
"##b"
],
[
"st",
"##r"
],
[
"in",
"##s"
],
[
"##it",
"##ed"
],
[
"w",
"##om"
],
[
"as",
"##s"
],
[
"a",
"##round"
],
[
"m",
"##od"
],
[
"##im",
"##es"
],
[
"n",
"##um"
],
[
"##we",
"##en"
],
[
"G",
"##od"
],
[
"##ce",
"##pt"
],
[
"e",
"##ach"
],
[
"##ut",
"##ion"
],
[
"v",
"##is"
],
[
"##n",
"##ess"
],
[
"##in",
"##ce"
],
[
"pro",
"##cess"
],
[
"des",
"##ign"
],
[
"##a",
"##ir"
],
[
"C",
"##om"
],
[
"##one",
"##y"
],
[
"##al",
"##th"
],
[
"bus",
"##iness"
],
[
"##e",
"##e"
],
[
"Wh",
"##y"
],
[
"pr",
"##ot"
],
[
"c",
"##le"
],
[
"ke",
"##ep"
],
[
"bet",
"##ween"
],
[
"te",
"##chn"
],
[
"for",
"##m"
],
[
"f",
"##ound"
],
[
"f",
"##ollow"
],
[
"##ag",
"##es"
],
[
"##re",
"##d"
],
[
"c",
"##r"
],
[
"f",
"##ree"
],
[
"c",
"##ustom"
],
[
"c",
"##are"
],
[
"e",
"##as"
],
[
"lo",
"##c"
],
[
"##ak",
"##es"
],
[
"bet",
"##ter"
],
[
"s",
"##ign"
],
[
"a",
"##ut"
],
[
"k",
"##ill"
],
[
"p",
"##res"
],
[
"c",
"##our"
],
[
"##al",
"##ity"
],
[
"20",
"##1"
],
[
"import",
"##ant"
],
[
"##at",
"##ive"
],
[
"n",
"##ame"
],
[
"with",
"##out"
],
[
"o",
"##ld"
],
[
"p",
"##ut"
],
[
"ro",
"##om"
],
[
"##gr",
"##am"
],
[
"bel",
"##ie"
],
[
"supp",
"##ort"
],
[
"##iz",
"##e"
],
[
"##ir",
"##l"
],
[
"m",
"##ark"
],
[
"th",
"##ought"
],
[
"##ble",
"##m"
],
[
"##r",
"##ic"
],
[
"d",
"##ata"
],
[
"##in",
"##es"
],
[
"comp",
"##any"
],
[
"##e",
"##k"
],
[
"me",
"##et"
],
[
"m",
"##ed"
],
[
"##a",
"##x"
],
[
"##ar",
"##m"
],
[
"pl",
"##an"
],
[
"##g",
"##y"
],
[
"l",
"##ot"
],
[
"su",
"##re"
],
[
"##o",
"##y"
],
[
"s",
"##ol"
],
[
"a",
"##v"
],
[
"op",
"##en"
],
[
"##ard",
"##s"
],
[
"s",
"##im"
],
[
"p",
"##ower"
],
[
"D",
"##e"
],
[
"##ire",
"##ct"
],
[
"N",
"##ow"
],
[
"dis",
"##c"
],
[
"con",
"##f"
],
[
"##l",
"##ed"
],
[
"l",
"##ist"
],
[
"##ar",
"##s"
],
[
"pro",
"##blem"
],
[
"You",
"##r"
],
[
"p",
"##oss"
],
[
"pro",
"##f"
],
[
"##i",
"##x"
],
[
"##it",
"##al"
],
[
"t",
"##y"
],
[
"aw",
"##ay"
],
[
"b",
"##oth"
],
[
"B",
"##e"
],
[
"f",
"##un"
],
[
"##st",
"##and"
],
[
"##u",
"##p"
],
[
"c",
"##ent"
],
[
"h",
"##um"
],
[
"##iz",
"##ed"
],
[
"m",
"##ight"
],
[
"sh",
"##ow"
],
[
"an",
"##other"
],
[
"ad",
"##v"
],
[
"le",
"##ad"
],
[
"n",
"##ight"
],
[
"r",
"##et"
],
[
"de",
"##f"
],
[
"cont",
"##ro"
],
[
"A",
"##r"
],
[
"##us",
"##s"
],
[
"b",
"##ook"
],
[
"f",
"##act"
],
[
"ar",
"##t"
],
[
"A",
"##d"
],
[
"c",
"##oll"
],
[
"exper",
"##i"
],
[
"k",
"##ind"
],
[
"##s",
"##s"
],
[
"me",
"##m"
],
[
"##e",
"##ah"
],
[
"##ut",
"##e"
],
[
"s",
"##k"
],
[
"E",
"##x"
],
[
"##at",
"##ure"
],
[
"##u",
"##ll"
],
[
"m",
"##oney"
],
[
"ex",
"##p"
],
[
"f",
"##il"
],
[
"r",
"##est"
],
[
"##ch",
"##ool"
],
[
"wh",
"##ile"
],
[
"ex",
"##t"
],
[
"fam",
"##ily"
],
[
"##id",
"##ent"
],
[
"##a",
"##z"
],
[
"b",
"##ig"
],
[
"t",
"##ri"
],
[
"##is",
"##m"
],
[
"ch",
"##ar"
],
[
"##t",
"##s"
],
[
"W",
"##ith"
],
[
"##ect",
"##ion"
],
[
"##u",
"##ro"
],
[
"##i",
"##o"
],
[
"##ire",
"##d"
],
[
"r",
"##un"
],
[
"w",
"##ater"
],
[
"o",
"##b"
],
[
"##i",
"##ent"
],
[
"##u",
"##es"
],
[
"##am",
"##p"
],
[
"o",
"##per"
],
[
"st",
"##and"
],
[
"su",
"##b"
],
[
"##olog",
"##y"
],
[
"##i",
"##vers"
],
[
"us",
"##ing"
],
[
"o",
"##pt"
],
[
"##n",
"##e"
],
[
"b",
"##re"
],
[
"##d",
"##it"
],
[
"g",
"##ame"
],
[
"##en",
"##e"
],
[
"d",
"##ri"
],
[
"O",
"##h"
],
[
"prov",
"##id"
],
[
"##ter",
"##s"
],
[
"serv",
"##ice"
],
[
"or",
"##der"
],
[
"N",
"##ot"
],
[
"##as",
"##on"
],
[
"re",
"##p"
],
[
"g",
"##r"
],
[
"p",
"##ass"
],
[
"##ou",
"##n"
],
[
"A",
"##t"
],
[
"C",
"##an"
],
[
"he",
"##ad"
],
[
"num",
"##ber"
],
[
"g",
"##iv"
],
[
"##ion",
"##al"
],
[
"p",
"##ay"
],
[
"##in",
"##s"
],
[
"c",
"##ur"
],
[
"##l",
"##ess"
],
[
"##rou",
"##p"
],
[
"p",
"##ur"
],
[
"##em",
"##ber"
],
[
"##are",
"##d"
],
[
"pro",
"##gram"
],
[
"##et",
"##s"
],
[
"qu",
"##est"
],
[
"S",
"##u"
],
[
"p",
"##oint"
],
[
"mon",
"##th"
],
[
"ex",
"##am"
],
[
"g",
"##ener"
],
[
"##as",
"##h"
],
[
"##ist",
"##s"
],
[
"##t",
"##en"
],
[
"O",
"##r"
],
[
"c",
"##or"
],
[
"to",
"##day"
],
[
"happ",
"##en"
],
[
"e",
"##l"
],
[
"##l",
"##ine"
],
[
"##ri",
"##b"
],
[
"##et",
"##y"
],
[
"v",
"##al"
],
[
"th",
"##ree"
],
[
"g",
"##irl"
],
[
")",
"##."
],
[
"inter",
"##n"
],
[
"l",
"##ear"
],
[
"d",
"##r"
],
[
"e",
"##ver"
],
[
"in",
"##f"
],
[
"##a",
"##it"
],
[
"b",
"##ra"
],
[
"le",
"##vel"
],
[
"id",
"##e"
],
[
"##am",
"##es"
],
[
"ch",
"##ange"
],
[
"any",
"##thing"
],
[
"product",
"##s"
],
[
"##ri",
"##es"
],
[
"ne",
"##xt"
],
[
"##ant",
"##s"
],
[
"de",
"##v"
],
[
"p",
"##ri"
],
[
"b",
"##ody"
],
[
"under",
"##stand"
],
[
"##o",
"##v"
],
[
"he",
"##alth"
],
[
"f",
"##r"
],
[
"m",
"##ain"
],
[
"eff",
"##ect"
],
[
"p",
"##ub"
],
[
"fe",
"##w"
],
[
"t",
"##est"
],
[
"h",
"##ouse"
],
[
"re",
"##ad"
],
[
"w",
"##on"
],
[
"##c",
"##on"
],
[
"The",
"##n"
],
[
"or",
"##gan"
],
[
"O",
"##ur"
],
[
"e",
"##nt"
],
[
"s",
"##l"
],
[
"to",
"##ld"
],
[
"##b",
"##ody"
],
[
"cont",
"##in"
],
[
"##op",
"##e"
],
[
"h",
"##ard"
],
[
"fu",
"##ll"
],
[
"e",
"##ar"
],
[
"c",
"##ert"
],
[
"##ke",
"##y"
],
[
"we",
"##ek"
],
[
"P",
"##l"
],
[
"##al",
"##e"
],
[
"st",
"##ay"
],
[
"d",
"##ist"
],
[
"s",
"##it"
],
[
"##ic",
"##ally"
],
[
"res",
"##p"
],
[
"t",
"##urn"
],
[
"##u",
"##ck"
],
[
"every",
"##thing"
],
[
"##k",
"##ay"
],
[
"call",
"##ed"
],
[
"does",
"##n"
],
[
"d",
"##ays"
],
[
"ab",
"##le"
],
[
"bu",
"##ild"
],
[
"do",
"##ing"
],
[
"E",
"##uro"
],
[
"M",
"##ay"
],
[
"##id",
"##er"
],
[
"##p",
"##r"
],
[
"##ord",
"##ing"
],
[
"res",
"##ult"
],
[
"C",
"##l"
],
[
"c",
"##a"
],
[
"acc",
"##ount"
],
[
"of",
"##fer"
],
[
"to",
"##get"
],
[
"toget",
"##her"
],
[
"Y",
"##eah"
],
[
"##er",
"##n"
],
[
"##ent",
"##ion"
],
[
"count",
"##ry"
],
[
"##re",
"##t"
],
[
"le",
"##ft"
],
[
"te",
"##am"
],
[
"h",
"##our"
],
[
"comp",
"##let"
],
[
"M",
"##r"
],
[
"m",
"##at"
],
[
"again",
"##st"
],
[
"S",
"##e"
],
[
"app",
"##lic"
],
[
"##ur",
"##al"
],
[
"m",
"##en"
],
[
"c",
"##ol"
],
[
"c",
"##ame"
],
[
"wor",
"##d"
],
[
"##is",
"##ter"
],
[
"w",
"##ar"
],
[
"##l",
"##and"
],
[
"D",
"##on"
],
[
"a",
"##ir"
],
[
"part",
"##ic"
],
[
"contro",
"##l"
],
[
"spe",
"##cial"
],
[
"##er",
"##v"
],
[
"##is",
"##hed"
],
[
"r",
"##ed"
],
[
"child",
"##ren"
],
[
"with",
"##in"
],
[
"d",
"##uring"
],
[
"##ie",
"##ld"
],
[
"##o",
"##ver"
],
[
"s",
"##chool"
],
[
"L",
"##et"
],
[
"k",
"##id"
],
[
"##o",
"##ve"
],
[
"##re",
"##ady"
],
[
"l",
"##ar"
],
[
"##pe",
"##nd"
],
[
"p",
"##at"
],
[
"f",
"##ood"
],
[
"l",
"##ight"
],
[
"##re",
"##am"
],
[
"##ru",
"##ct"
],
[
"inc",
"##re"
],
[
"u",
"##nt"
],
[
"m",
"##ar"
],
[
"##en",
"##se"
],
[
"ch",
"##ang"
],
[
"T",
"##r"
],
[
"A",
"##re"
],
[
"acc",
"##ess"
],
[
"belie",
"##ve"
],
[
"g",
"##ra"
],
[
"li",
"##ve"
],
[
"pro",
"##ject"
],
[
"e",
"##qu"
],
[
"al",
"##ready"
],
[
"##w",
"##ork"
],
[
"per",
"##form"
],
[
"##ate",
"##ly"
],
[
"##re",
"##en"
],
[
"##cc",
"##ess"
],
[
"work",
"##ing"
],
[
"mark",
"##et"
],
[
"##o",
"##ot"
],
[
"cl",
"##ass"
],
[
"Euro",
"##pe"
],
[
"some",
"##one"
],
[
"spe",
"##c"
],
[
"v",
"##ar"
],
[
"want",
"##ed"
],
[
"##m",
"##an"
],
[
"con",
"##c"
],
[
"cour",
"##se"
],
[
"qu",
"##ality"
],
[
"##r",
"##on"
],
[
"L",
"##e"
],
[
"d",
"##irect"
],
[
"On",
"##e"
],
[
"##in",
"##a"
],
[
"c",
"##ap"
],
[
"ex",
"##pl"
],
[
"J",
"##ust"
],
[
"en",
"##ough"
],
[
"s",
"##w"
],
[
"1",
"##0"
],
[
"m",
"##iss"
],
[
"##k",
"##s"
],
[
"##ear",
"##ch"
],
[
"av",
"##ail"
],
[
"d",
"##one"
],
[
"s",
"##ince"
],
[
"poss",
"##ible"
],
[
"hum",
"##an"
],
[
"con",
"##n"
],
[
"##mer",
"##ic"
],
[
"be",
"##h"
],
[
"##a",
"##ut"
],
[
"comm",
"##un"
],
[
"##as",
"##es"
],
[
"de",
"##p"
],
[
"##g",
"##er"
],
[
"The",
"##se"
],
[
"##os",
"##ed"
],
[
"serv",
"##ices"
],
[
"inter",
"##est"
],
[
"A",
"##meric"
],
[
"act",
"##iv"
],
[
"B",
"##r"
],
[
"##i",
"##er"
],
[
"##b",
"##ers"
],
[
"re",
"##f"
],
[
"inv",
"##est"
],
[
"de",
"##m"
],
[
"g",
"##roup"
],
[
"##ur",
"##ity"
],
[
"l",
"##aw"
],
[
"t",
"##erm"
],
[
"c",
"##lo"
],
[
"p",
"##o"
],
[
"bec",
"##ome"
],
[
"##if",
"##e"
],
[
"app",
"##ro"
],
[
"p",
"##rom"
],
[
"look",
"##ing"
],
[
"e",
"##lect"
],
[
"##y",
"##e"
],
[
"P",
"##r"
],
[
"m",
"##om"
],
[
"not",
"##hing"
],
[
"v",
"##ide"
],
[
"##is",
"##ion"
],
[
"re",
"##port"
],
[
"st",
"##ate"
],
[
"##or",
"##n"
],
[
"c",
"##ase"
],
[
")",
"##,"
],
[
"##in",
"##ed"
],
[
"M",
"##ar"
],
[
"S",
"##ome"
],
[
"we",
"##bs"
],
[
"che",
"##ck"
],
[
"##in",
"##ing"
],
[
"he",
"##art"
],
[
"re",
"##ce"
],
[
"c",
"##ity"
],
[
"Tur",
"##key"
],
[
"##en",
"##cy"
],
[
"need",
"##s"
],
[
"experi",
"##ence"
],
[
"b",
"##ad"
],
[
"##om",
"##m"
],
[
"C",
"##on"
],
[
"sec",
"##ond"
],
[
"m",
"##ill"
],
[
"p",
"##os"
],
[
"##ir",
"##d"
],
[
"N",
"##ew"
],
[
"en",
"##g"
],
[
"##el",
"##s"
],
[
"mo",
"##ve"
],
[
"unt",
"##il"
],
[
"A",
"##fter"
],
[
"M",
"##an"
],
[
"h",
"##otel"
],
[
"friend",
"##s"
],
[
"your",
"##self"
],
[
"##ab",
"##ly"
],
[
"avail",
"##able"
],
[
"##w",
"##ard"
],
[
"me",
"##ans"
],
[
"##at",
"##or"
],
[
"##y",
"##ing"
],
[
"##oo",
"##se"
],
[
"##t",
"##on"
],
[
"h",
"##u"
],
[
"##w",
"##are"
],
[
"##g",
"##in"
],
[
"##pp",
"##ed"
],
[
"S",
"##p"
],
[
"w",
"##ait"
],
[
"##c",
"##u"
],
[
"pre",
"##v"
],
[
"prov",
"##ide"
],
[
"f",
"##ore"
],
[
"d",
"##i"
],
[
"fu",
"##ck"
],
[
"##ain",
"##s"
],
[
"m",
"##ess"
],
[
"b",
"##ased"
],
[
"##is",
"##ed"
],
[
"m",
"##ind"
],
[
"T",
"##e"
],
[
"m",
"##us"
],
[
"E",
"##very"
],
[
"to",
"##p"
],
[
"##ver",
"##n"
],
[
"p",
"##lease"
],
[
"##ort",
"##h"
],
[
"-",
"##-"
],
[
"p",
"##op"
],
[
"le",
"##ave"
],
[
"##iz",
"##ation"
],
[
"o",
"##pp"
],
[
"b",
"##it"
],
[
"is",
"##s"
],
[
"wom",
"##en"
],
[
"se",
"##em"
],
[
"I",
"##nd"
],
[
"##o",
"##h"
],
[
"##ct",
"##or"
],
[
"w",
"##ent"
],
[
"##l",
"##ish"
],
[
"e",
"##st"
],
[
"##ri",
"##ed"
],
[
"t",
"##reat"
],
[
"so",
"##cial"
],
[
"g",
"##l"
],
[
"##ater",
"##ial"
],
[
"##n",
"##ot"
],
[
"20",
"##0"
],
[
"F",
"##r"
],
[
"##i",
"##qu"
],
[
"L",
"##ook"
],
[
"a",
"##ff"
],
[
"en",
"##ter"
],
[
"person",
"##al"
],
[
"E",
"##ng"
],
[
"##ro",
"##ss"
],
[
"st",
"##op"
],
[
"##du",
"##c"
],
[
"m",
"##other"
],
[
"lear",
"##n"
],
[
"g",
"##row"
],
[
"en",
"##er"
],
[
"m",
"##ach"
],
[
"##ut",
"##es"
],
[
"go",
"##vern"
],
[
"##ivers",
"##ity"
],
[
"##o",
"##ck"
],
[
"s",
"##ing"
],
[
"who",
"##le"
],
[
"##l",
"##ing"
],
[
"B",
"##ec"
],
[
"pr",
"##in"
],
[
"le",
"##g"
],
[
"w",
"##alk"
],
[
"##m",
"##ed"
],
[
"##as",
"##ter"
],
[
"he",
"##ar"
],
[
"##c",
"##le"
],
[
"follow",
"##ing"
],
[
"##re",
"##nt"
],
[
"br",
"##ing"
],
[
"e",
"##s"
],
[
"l",
"##ess"
],
[
"##a",
"##j"
],
[
"##ot",
"##e"
],
[
"##ort",
"##un"
],
[
"##lo",
"##ad"
],
[
"##en",
"##ces"
],
[
"complet",
"##e"
],
[
"includ",
"##ing"
],
[
"How",
"##ever"
],
[
"D",
"##id"
],
[
"A",
"##pp"
],
[
"vis",
"##it"
],
[
"##con",
"##om"
],
[
"f",
"##ather"
],
[
"p",
"##ain"
],
[
"get",
"##ting"
],
[
"sm",
"##all"
],
[
"##c",
"##ri"
],
[
"on",
"##ce"
],
[
"Wh",
"##o"
],
[
"##f",
"##act"
],
[
"m",
"##aking"
],
[
"##i",
"##k"
],
[
"##m",
"##e"
],
[
"##are",
"##nt"
],
[
"con",
"##st"
],
[
"ind",
"##ust"
],
[
"Y",
"##es"
],
[
"t",
"##imes"
],
[
"are",
"##a"
],
[
"you",
"##ng"
],
[
"ex",
"##pect"
],
[
"U",
"##S"
],
[
"pro",
"##per"
],
[
"clo",
"##se"
],
[
"gu",
"##y"
],
[
"##um",
"##p"
],
[
"su",
"##ccess"
],
[
"prof",
"##ess"
],
[
"##it",
"##her"
],
[
"##au",
"##gh"
],
[
"cert",
"##ain"
],
[
"M",
"##e"
],
[
"##ect",
"##ed"
],
[
"cons",
"##ider"
],
[
"##s",
"##w"
],
[
"In",
"##tern"
],
[
"el",
"##se"
],
[
"##v",
"##ir"
],
[
"Bec",
"##ause"
],
[
"S",
"##y"
],
[
"h",
"##ist"
],
[
"em",
"##p"
],
[
"##ut",
"##ure"
],
[
"##iv",
"##es"
],
[
"s",
"##ide"
],
[
"v",
"##iew"
],
[
"ph",
"##one"
],
[
"##or",
"##ies"
],
[
"rem",
"##ember"
],
[
"eas",
"##y"
],
[
"too",
"##k"
],
[
"##w",
"##ay"
],
[
"##vir",
"##on"
],
[
"cont",
"##act"
],
[
"##f",
"##ic"
],
[
"c",
"##ost"
],
[
"##o",
"##k"
],
[
"ener",
"##gy"
],
[
"le",
"##ast"
],
[
"know",
"##n"
],
[
"r",
"##is"
],
[
"s",
"##ays"
],
[
"m",
"##aterial"
],
[
"try",
"##ing"
],
[
"ph",
"##ot"
],
[
"##t",
"##ain"
],
[
"##r",
"##al"
],
[
"##o",
"##ice"
],
[
"be",
"##aut"
],
[
"##age",
"##ment"
],
[
"b",
"##lo"
],
[
"cl",
"##ick"
],
[
"##at",
"##ic"
],
[
"##at",
"##s"
],
[
"##pp",
"##ing"
],
[
"##at",
"##t"
],
[
"w",
"##in"
],
[
"##g",
"##le"
],
[
"webs",
"##ite"
],
[
"ha",
"##ving"
],
[
"re",
"##ason"
],
[
"f",
"##ace"
],
[
"can",
"##not"
],
[
"wom",
"##an"
],
[
"##i",
"##um"
],
[
"re",
"##v"
],
[
"se",
"##nd"
],
[
"cle",
"##ar"
],
[
"cre",
"##ate"
],
[
"de",
"##ath"
],
[
"j",
"##ob"
],
[
"exam",
"##ple"
],
[
"se",
"##en"
],
[
"st",
"##ep"
],
[
"com",
"##ing"
],
[
"y",
"##et"
],
[
"##ang",
"##u"
],
[
"f",
"##ac"
],
[
"##le",
"##ep"
],
[
"##it",
"##ive"
],
[
"sa",
"##w"
],
[
"##in",
"##al"
],
[
"##ar",
"##ch"
],
[
"##in",
"##ation"
],
[
"imp",
"##ro"
],
[
"##ak",
"##en"
],
[
"##er",
"##ing"
],
[
"count",
"##ries"
],
[
"b",
"##ab"
],
[
"R",
"##uss"
],
[
"act",
"##ually"
],
[
"##i",
"##ke"
],
[
"pub",
"##lic"
],
[
"##art",
"##h"
],
[
"A",
"##m"
],
[
"tr",
"##ad"
],
[
"##f",
"##ect"
],
[
"##ot",
"##t"
],
[
"pri",
"##v"
],
[
"f",
"##uture"
],
[
"comp",
"##ut"
],
[
"##ab",
"##ility"
],
[
"com",
"##es"
],
[
"f",
"##ar"
],
[
"w",
"##atch"
],
[
"ne",
"##ar"
],
[
"b",
"##as"
],
[
"bl",
"##ood"
],
[
"##ic",
"##le"
],
[
"rel",
"##ations"
],
[
"##if",
"##ied"
],
[
"m",
"##or"
],
[
"##sel",
"##ves"
],
[
"b",
"##ro"
],
[
"m",
"##akes"
],
[
"##id",
"##ence"
],
[
"##ut",
"##ions"
],
[
"##r",
"##ation"
],
[
"##s",
"##ide"
],
[
"##at",
"##ures"
],
[
"c",
"##reat"
],
[
"p",
"##ress"
],
[
"h",
"##old"
],
[
"f",
"##ight"
],
[
"##out",
"##h"
],
[
"off",
"##ers"
],
[
"bre",
"##ak"
],
[
"is",
"##n"
],
[
"all",
"##ow"
],
[
"se",
"##ver"
],
[
"m",
"##il"
],
[
"s",
"##ite"
],
[
"##j",
"##oy"
],
[
"##iv",
"##id"
],
[
"##al",
"##f"
],
[
"d",
"##ra"
],
[
"##ent",
"##ly"
],
[
"##id",
"##d"
],
[
"p",
"##ost"
],
[
"##pt",
"##ion"
],
[
"ret",
"##urn"
],
[
"f",
"##ield"
],
[
"##h",
"##od"
],
[
"of",
"##ten"
],
[
"vide",
"##o"
],
[
"add",
"##ition"
],
[
"H",
"##otel"
],
[
"en",
"##viron"
],
[
"other",
"##s"
],
[
"an",
"##sw"
],
[
"T",
"##om"
],
[
"on",
"##line"
],
[
"sec",
"##urity"
],
[
"every",
"##one"
],
[
"det",
"##ail"
],
[
"R",
"##es"
],
[
"##ure",
"##d"
],
[
"produ",
"##ction"
],
[
"##u",
"##g"
],
[
"st",
"##e"
],
[
"start",
"##ed"
],
[
"##le",
"##x"
],
[
"s",
"##ci"
],
[
"pres",
"##ent"
],
[
"B",
"##l"
],
[
"H",
"##is"
],
[
"t",
"##er"
],
[
"##i",
"##or"
],
[
"##ci",
"##ally"
],
[
"s",
"##al"
],
[
"##est",
"##s"
],
[
"##ut",
"##h"
],
[
"sh",
"##ort"
],
[
"P",
"##e"
],
[
"f",
"##re"
],
[
"##p",
"##s"
],
[
"##an",
"##n"
],
[
"o",
"##cc"
],
[
"p",
"##a"
],
[
"P",
"##h"
],
[
"de",
"##li"
],
[
"l",
"##ine"
],
[
"str",
"##ong"
],
[
"ty",
"##pe"
],
[
"##it",
"##ical"
],
[
"N",
"##e"
],
[
"e",
"##conom"
],
[
"p",
"##ract"
],
[
"##os",
"##p"
],
[
"ag",
"##o"
],
[
"c",
"##ause"
],
[
"ke",
"##y"
],
[
"p",
"##ast"
],
[
"so",
"##ft"
],
[
"c",
"##ou"
],
[
"stud",
"##ents"
],
[
"##i",
"##od"
],
[
"##b",
"##r"
],
[
"wr",
"##ong"
],
[
"cle",
"##an"
],
[
"May",
"##be"
],
[
"##en",
"##g"
],
[
"E",
"##n"
],
[
"##et",
"##work"
],
[
"##t",
"##e"
],
[
"sa",
"##fe"
],
[
"t",
"##em"
],
[
"##b",
"##al"
],
[
"##a",
"##pe"
],
[
"##is",
"##on"
],
[
"de",
"##ad"
],
[
"G",
"##erm"
],
[
"develop",
"##ment"
],
[
"d",
"##est"
],
[
"de",
"##al"
],
[
"##ent",
"##ial"
],
[
"##an",
"##e"
],
[
"quest",
"##ion"
],
[
"an",
"##n"
],
[
"hour",
"##s"
],
[
"custom",
"##ers"
],
[
"dr",
"##ink"
],
[
"res",
"##earch"
],
[
"ch",
"##oose"
],
[
"##i",
"##ents"
],
[
"Tur",
"##k"
],
[
"ne",
"##cess"
],
[
"resp",
"##ons"
],
[
"s",
"##ent"
],
[
"e",
"##le"
],
[
"emp",
"##lo"
],
[
"f",
"##our"
],
[
"so",
"##on"
],
[
"t",
"##re"
],
[
"##od",
"##e"
],
[
"A",
"##cc"
],
[
"l",
"##and"
],
[
"##on",
"##es"
],
[
"cur",
"##rent"
],
[
"lar",
"##ge"
],
[
"##b",
"##o"
],
[
"##al",
"##y"
],
[
"##id",
"##es"
],
[
"tra",
"##vel"
],
[
"##a",
"##i"
],
[
"##p",
"##ar"
],
[
"##if",
"##y"
],
[
"min",
"##utes"
],
[
"##it",
"##c"
],
[
"l",
"##ater"
],
[
"##ic",
"##ro"
],
[
"govern",
"##ment"
],
[
"new",
"##s"
],
[
"techn",
"##ology"
],
[
"se",
"##lect"
],
[
"s",
"##on"
],
[
"v",
"##ers"
],
[
"##i",
"##ans"
],
[
"work",
"##s"
],
[
"##o",
"##id"
],
[
"gu",
"##ys"
],
[
"c",
"##ra"
],
[
"prot",
"##ect"
],
[
"##il",
"##ities"
],
[
"p",
"##ack"
],
[
"1",
"##5"
],
[
"##r",
"##ist"
],
[
"pro",
"##b"
],
[
"per",
"##fect"
],
[
"t",
"##aking"
],
[
"inst",
"##all"
],
[
"G",
"##u"
],
[
"##a",
"##pp"
],
[
"l",
"##im"
],
[
"us",
"##ers"
],
[
"l",
"##angu"
],
[
"kn",
"##ew"
],
[
"M",
"##in"
],
[
"##ur",
"##y"
],
[
"##w",
"##here"
],
[
"##c",
"##ing"
],
[
"add",
"##ress"
],
[
"h",
"##ope"
],
[
"off",
"##ic"
],
[
"spec",
"##ific"
],
[
"##art",
"##ment"
],
[
"s",
"##ound"
],
[
"##m",
"##ost"
],
[
"##p",
"##or"
],
[
"met",
"##hod"
],
[
"##u",
"##fact"
],
[
"##ac",
"##es"
],
[
"##us",
"##ed"
],
[
"att",
"##ack"
],
[
"Com",
"##m"
],
[
"W",
"##here"
],
[
"##c",
"##er"
],
[
"sh",
"##are"
],
[
"He",
"##y"
],
[
"a",
"##ge"
],
[
"ty",
"##p"
],
[
"p",
"##ar"
],
[
"intern",
"##ational"
],
[
"happ",
"##y"
],
[
"environ",
"##ment"
],
[
"c",
"##ut"
],
[
"giv",
"##en"
],
[
"s",
"##leep"
],
[
"br",
"##other"
],
[
"##oo",
"##gle"
],
[
"##or",
"##ry"
],
[
"##it",
"##ing"
],
[
"be",
"##gin"
],
[
"st",
"##ory"
],
[
"bu",
"##y"
],
[
"mat",
"##ter"
],
[
"ide",
"##a"
],
[
"##if",
"##ul"
],
[
"c",
"##al"
],
[
"qu",
"##ick"
],
[
"a",
"##p"
],
[
"en",
"##joy"
],
[
"d",
"##am"
],
[
"C",
"##ont"
],
[
"problem",
"##s"
],
[
",",
"##\""
],
[
"b",
"##ene"
],
[
"requ",
"##ire"
],
[
"th",
"##ough"
],
[
"per",
"##iod"
],
[
"n",
"##at"
],
[
"sh",
"##all"
],
[
"##om",
"##s"
],
[
"sit",
"##u"
],
[
"E",
"##m"
],
[
"was",
"##n"
],
[
"ha",
"##ir"
],
[
"se",
"##x"
],
[
"any",
"##one"
],
[
"##ot",
"##s"
],
[
"##un",
"##g"
],
[
"##ib",
"##ility"
],
[
"want",
"##s"
],
[
"##an",
"##ces"
],
[
"c",
"##ult"
],
[
"##iqu",
"##e"
],
[
"O",
"##kay"
],
[
"pre",
"##t"
],
[
"##h",
"##or"
],
[
"##un",
"##ch"
],
[
"month",
"##s"
],
[
"se",
"##arch"
],
[
"am",
"##ong"
],
[
"0",
"##00"
],
[
"##ap",
"##s"
],
[
"ask",
"##ed"
],
[
"e",
"##y"
],
[
"app",
"##ear"
],
[
"##ill",
"##s"
],
[
"G",
"##oogle"
],
[
"f",
"##ile"
],
[
"##is",
"##ing"
],
[
"comp",
"##an"
],
[
"mus",
"##ic"
],
[
"l",
"##ost"
],
[
"b",
"##ar"
],
[
"h",
"##ig"
],
[
"l",
"##ink"
],
[
"id",
"##ent"
],
[
"A",
"##b"
],
[
"c",
"##ell"
],
[
"re",
"##ady"
],
[
"S",
"##c"
],
[
"P",
"##lease"
],
[
"##u",
"##ff"
],
[
"##ro",
"##p"
],
[
"li",
"##ving"
],
[
"##it",
"##er"
],
[
"##act",
"##er"
],
[
"e",
"##duc"
],
[
"t",
"##aken"
],
[
"In",
"##st"
],
[
"say",
"##ing"
],
[
"my",
"##self"
],
[
"##g",
"##ed"
],
[
"l",
"##a"
],
[
"talk",
"##ing"
],
[
"red",
"##u"
],
[
"##aj",
"##or"
],
[
"w",
"##ife"
],
[
"sing",
"##le"
],
[
"ad",
"##m"
],
[
"happen",
"##ed"
],
[
"p",
"##age"
],
[
"##fic",
"##ult"
],
[
"d",
"##ream"
],
[
"to",
"##ol"
],
[
"B",
"##y"
],
[
"spe",
"##ak"
],
[
"##ic",
"##y"
],
[
"##iss",
"##ion"
],
[
"Un",
"##iversity"
],
[
"comput",
"##er"
],
[
"f",
"##ire"
],
[
"p",
"##ot"
],
[
"fil",
"##m"
],
[
"comm",
"##on"
],
[
"Turk",
"##ish"
],
[
"st",
"##ore"
],
[
"w",
"##ind"
],
[
"g",
"##lo"
],
[
"##ul",
"##ation"
],
[
"fe",
"##atures"
],
[
"sp",
"##ace"
],
[
"l",
"##ab"
],
[
"##d",
"##ition"
],
[
"mill",
"##ion"
],
[
"ex",
"##c"
],
[
"##pe",
"##cially"
],
[
"##led",
"##ge"
],
[
"##omm",
"##end"
],
[
"re",
"##b"
],
[
"man",
"##ufact"
],
[
"##ull",
"##y"
],
[
"C",
"##ent"
],
[
"en",
"##s"
],
[
"3",
"##0"
],
[
"rec",
"##ord"
],
[
"ac",
"##cept"
],
[
"ar",
"##m"
],
[
"may",
"##be"
],
[
"Un",
"##ited"
],
[
"f",
"##oc"
],
[
"dif",
"##ficult"
],
[
"an",
"##im"
],
[
"bab",
"##y"
],
[
"he",
"##ard"
],
[
"l",
"##ow"
],
[
"word",
"##s"
],
[
"ex",
"##ist"
],
[
"e",
"##at"
],
[
"w",
"##ond"
],
[
"I",
"##m"
],
[
"d",
"##ig"
],
[
"##l",
"##ished"
],
[
"prob",
"##ably"
],
[
"aut",
"##om"
],
[
"bo",
"##x"
],
[
"Th",
"##ank"
],
[
"##du",
"##ct"
],
[
"kill",
"##ed"
],
[
"al",
"##ong"
],
[
"s",
"##our"
],
[
"relations",
"##hip"
],
[
"al",
"##one"
],
[
"system",
"##s"
],
[
"m",
"##ag"
],
[
"##a",
"##ur"
],
[
"fr",
"##ont"
],
[
"1",
"##8"
],
[
"##on",
"##y"
],
[
"com",
"##b"
],
[
"##ent",
"##al"
],
[
"##ol",
"##ution"
],
[
"pr",
"##ice"
],
[
"##or",
"##row"
],
[
"P",
"##res"
],
[
"mor",
"##ning"
],
[
"C",
"##ar"
],
[
"co",
"##ver"
],
[
"build",
"##ing"
],
[
"##ac",
"##y"
],
[
"Ch",
"##rist"
],
[
"h",
"##alf"
],
[
"##n",
"##ers"
],
[
"##t",
"##ed"
],
[
"p",
"##ict"
],
[
"tr",
"##ue"
],
[
"##ivid",
"##ual"
],
[
"##r",
"##or"
],
[
"##ic",
"##ation"
],
[
"##ra",
"##ph"
],
[
"ris",
"##k"
],
[
"1",
"##2"
],
[
"m",
"##ult"
],
[
"c",
"##ry"
],
[
"kid",
"##s"
],
[
"e",
"##ither"
],
[
"##ul",
"##es"
],
[
"comp",
"##et"
],
[
"ph",
"##ys"
],
[
"se",
"##ll"
],
[
"an",
"##t"
],
[
"An",
"##y"
],
[
"beaut",
"##iful"
],
[
"ey",
"##es"
],
[
"H",
"##ere"
],
[
"compan",
"##ies"
],
[
"##f",
"##ort"
],
[
"hand",
"##s"
],
[
"su",
"##per"
],
[
"applic",
"##ation"
],
[
"necess",
"##ary"
],
[
"S",
"##er"
],
[
"ent",
"##ire"
],
[
"n",
"##etwork"
],
[
"##at",
"##form"
],
[
"##il",
"##t"
],
[
"ins",
"##ide"
],
[
"mem",
"##bers"
],
[
"##ar",
"##ing"
],
[
"aut",
"##hor"
],
[
"G",
"##et"
],
[
"##t",
"##a"
],
[
"D",
"##es"
],
[
"rec",
"##ommend"
],
[
"S",
"##ec"
],
[
"b",
"##ed"
],
[
"me",
"##as"
],
[
"##c",
"##hed"
],
[
"W",
"##ill"
],
[
"##ious",
"##ly"
],
[
"acc",
"##ording"
],
[
"bo",
"##y"
],
[
"##l",
"##er"
],
[
"loc",
"##al"
],
[
"answ",
"##er"
],
[
"p",
"##arent"
],
[
"##ne",
"##y"
],
[
"includ",
"##e"
],
[
"##gg",
"##ed"
],
[
"sever",
"##al"
],
[
"h",
"##y"
],
[
"##l",
"##u"
],
[
"li",
"##ves"
],
[
"est",
"##ab"
],
[
"to",
"##t"
],
[
"cont",
"##ent"
],
[
"D",
"##r"
],
[
"m",
"##ot"
],
[
"sa",
"##ve"
],
[
"opp",
"##ortun"
],
[
"meet",
"##ing"
],
[
"##ir",
"##m"
],
[
"do",
"##g"
],
[
"Com",
"##p"
],
[
"##nd",
"##s"
],
[
"hist",
"##ory"
],
[
"##ch",
"##ie"
],
[
"do",
"##cu"
],
[
"mach",
"##ine"
],
[
"##im",
"##s"
],
[
"##so",
"##ci"
],
[
"result",
"##s"
],
[
"ind",
"##e"
],
[
"m",
"##ajor"
],
[
"##g",
"##est"
],
[
"Eng",
"##lish"
],
[
"E",
"##ven"
],
[
"am",
"##ount"
],
[
"eng",
"##ine"
],
[
"al",
"##most"
],
[
"pur",
"##p"
],
[
"g",
"##ames"
],
[
"##augh",
"##ter"
],
[
"##og",
"##n"
],
[
"f",
"##av"
],
[
"##li",
"##er"
],
[
"ind",
"##ividual"
],
[
"cre",
"##ated"
],
[
"quest",
"##ions"
],
[
"beh",
"##ind"
],
[
"long",
"##er"
],
[
"##pl",
"##es"
],
[
"c",
"##op"
],
[
"##us",
"##h"
],
[
"would",
"##n"
],
[
"perform",
"##ance"
],
[
"##i",
"##ver"
],
[
"us",
"##er"
],
[
"stud",
"##y"
],
[
"d",
"##ate"
],
[
"##ff",
"##ic"
],
[
"b",
"##ank"
],
[
"##ate",
"##g"
],
[
"tr",
"##ust"
],
[
"##or",
"##ld"
],
[
"dev",
"##ice"
],
[
"##b",
"##ook"
],
[
"ag",
"##ree"
],
[
"p",
"##ick"
],
[
"c",
"##amp"
],
[
"##m",
"##b"
],
[
"##it",
"##es"
],
[
"##o",
"##le"
],
[
"indust",
"##ry"
],
[
"##a",
"##ff"
],
[
"man",
"##agement"
],
[
"dis",
"##e"
],
[
"ev",
"##ent"
],
[
"d",
"##ou"
],
[
"##i",
"##et"
],
[
"li",
"##k"
],
[
"##dit",
"##ions"
],
[
"profess",
"##ional"
],
[
"d",
"##ue"
],
[
"##w",
"##ards"
],
[
"##c",
"##ent"
],
[
"ex",
"##act"
],
[
"part",
"##y"
],
[
"rep",
"##res"
],
[
"##f",
"##ully"
],
[
"H",
"##ave"
],
[
"P",
"##er"
],
[
"##b",
"##y"
],
[
"det",
"##erm"
],
[
"##and",
"##s"
],
[
"##ir",
"##t"
],
[
"out",
"##side"
],
[
"K",
"##e"
],
[
"soft",
"##ware"
],
[
"T",
"##w"
],
[
"nat",
"##ural"
],
[
"##c",
"##hes"
],
[
"re",
"##le"
],
[
"mo",
"##v"
],
[
"##o",
"##ke"
],
[
"g",
"##ave"
],
[
"##l",
"##f"
],
[
"##us",
"##es"
],
[
"mom",
"##ent"
],
[
"f",
"##all"
],
[
"think",
"##ing"
],
[
"off",
"##ice"
],
[
"##il",
"##ar"
],
[
"langu",
"##age"
],
[
"custom",
"##er"
],
[
"Americ",
"##an"
],
[
"f",
"##ast"
],
[
"con",
"##ditions"
],
[
"know",
"##s"
],
[
"1",
"##00"
],
[
"P",
"##re"
],
[
"p",
"##ie"
],
[
"activ",
"##ities"
],
[
"C",
"##he"
],
[
"val",
"##ue"
],
[
"W",
"##ind"
],
[
"##st",
"##er"
],
[
"o",
"##il"
],
[
"n",
"##on"
],
[
"to",
"##wn"
],
[
"##re",
"##et"
],
[
"##ur",
"##ther"
],
[
"T",
"##ra"
],
[
"de",
"##pend"
],
[
"mo",
"##b"
],
[
"te",
"##xt"
],
[
"partic",
"##ular"
],
[
"U",
"##s"
],
[
"bene",
"##f"
],
[
"partic",
"##ip"
],
[
"P",
"##ol"
],
[
"r",
"##a"
],
[
"##ou",
"##d"
],
[
"##e",
"##ad"
],
[
"Europe",
"##an"
],
[
"bl",
"##ack"
],
[
"pop",
"##ular"
],
[
"tr",
"##uth"
],
[
"##ip",
"##ment"
],
[
"o",
"##kay"
],
[
"list",
"##en"
],
[
"su",
"##m"
],
[
"treat",
"##ment"
],
[
"##i",
"##res"
],
[
"ear",
"##ly"
],
[
"p",
"##ort"
],
[
"##n",
"##y"
],
[
"##ur",
"##t"
],
[
"##rou",
"##ght"
],
[
"M",
"##ore"
],
[
"en",
"##c"
],
[
"##ang",
"##er"
],
[
"##itt",
"##ed"
],
[
"T",
"##V"
],
[
"d",
"##ie"
],
[
"##iv",
"##ed"
],
[
"var",
"##ious"
],
[
"n",
"##orm"
],
[
"could",
"##n"
],
[
"t",
"##able"
],
[
"w",
"##ish"
],
[
"know",
"##ledge"
],
[
"man",
"##ag"
],
[
"do",
"##or"
],
[
"##ain",
"##ed"
],
[
"pl",
"##atform"
],
[
"f",
"##ive"
],
[
"t",
"##ou"
],
[
"c",
"##ir"
],
[
"##an",
"##na"
],
[
"fun",
"##ction"
],
[
"re",
"##ach"
],
[
"f",
"##a"
],
[
"dri",
"##ve"
],
[
"fuck",
"##ing"
],
[
"##ra",
"##p"
],
[
"##ru",
"##ction"
],
[
"A",
"##g"
],
[
"n",
"##ice"
],
[
"P",
"##art"
],
[
"##am",
"##er"
],
[
"sc",
"##reen"
],
[
"effect",
"##ive"
],
[
"r",
"##ad"
],
[
"qu",
"##ite"
],
[
"pre",
"##p"
],
[
"##av",
"##ing"
],
[
"##i",
"##ol"
],
[
"##s",
"##y"
],
[
"##her",
"##s"
],
[
"a",
"##chie"
],
[
"pret",
"##ty"
],
[
"F",
"##irst"
],
[
"R",
"##ep"
],
[
"or",
"##ig"
],
[
"provid",
"##es"
],
[
"G",
"##o"
],
[
"W",
"##orld"
],
[
"h",
"##on"
],
[
"t",
"##our"
],
[
"##z",
"##e"
],
[
"##as",
"##ing"
],
[
"in",
"##n"
],
[
"R",
"##o"
],
[
"##c",
"##ome"
],
[
"St",
"##ates"
],
[
"impro",
"##ve"
],
[
"##or",
"##ing"
],
[
"s",
"##ens"
],
[
"es",
"##pecially"
],
[
"A",
"##f"
],
[
"c",
"##ard"
],
[
"f",
"##ail"
],
[
"##im",
"##ate"
],
[
"chang",
"##es"
],
[
"##ate",
"##ver"
],
[
"d",
"##om"
],
[
"##ver",
"##t"
],
[
"contin",
"##ue"
],
[
"blo",
"##ck"
],
[
"t",
"##ar"
],
[
"##ific",
"##ation"
],
[
"incre",
"##ase"
],
[
"S",
"##erv"
],
[
"Pe",
"##ople"
],
[
"sim",
"##ple"
],
[
"h",
"##ost"
],
[
"inv",
"##ol"
],
[
"are",
"##as"
],
[
"requ",
"##ired"
],
[
"##re",
"##w"
],
[
"##ight",
"##s"
],
[
"f",
"##ig"
],
[
"y",
"##es"
],
[
"spe",
"##ed"
],
[
"##n",
"##ed"
],
[
"##y",
"##le"
],
[
"w",
"##ays"
],
[
"##ur",
"##s"
],
[
"Pres",
"##ident"
],
[
"##is",
"##es"
],
[
"look",
"##s"
],
[
"u",
"##h"
],
[
"priv",
"##ate"
],
[
"##it",
"##ch"
],
[
"need",
"##ed"
],
[
"##an",
"##ced"
],
[
"t",
"##akes"
],
[
"##g",
"##o"
],
[
"whe",
"##ther"
],
[
"tra",
"##ck"
],
[
"res",
"##pect"
],
[
"to",
"##m"
],
[
"down",
"##load"
],
[
"cons",
"##um"
],
[
"b",
"##rought"
],
[
"##u",
"##nt"
],
[
"med",
"##ia"
],
[
"P",
"##ar"
],
[
"i",
"##ll"
],
[
"em",
"##ail"
],
[
"##f",
"##ace"
],
[
"##f",
"##ety"
],
[
"Ch",
"##ina"
],
[
"pol",
"##itical"
],
[
"rel",
"##ated"
],
[
"##itt",
"##ing"
],
[
"pol",
"##ice"
],
[
"M",
"##ed"
],
[
"r",
"##ange"
],
[
"up",
"##on"
],
[
"Acc",
"##ording"
],
[
"##g",
"##n"
],
[
"ha",
"##ven"
],
[
"ch",
"##ance"
],
[
"A",
"##ir"
],
[
"S",
"##w"
],
[
"gu",
"##ess"
],
[
"bel",
"##ow"
],
[
"Su",
"##pp"
],
[
"##om",
"##es"
],
[
"##at",
"##ter"
],
[
"for",
"##get"
],
[
"##im",
"##um"
],
[
"c",
"##e"
],
[
"s",
"##at"
],
[
"pos",
"##ition"
],
[
"\"",
"##."
],
[
"design",
"##ed"
],
[
"j",
"##oin"
],
[
"Wind",
"##ows"
],
[
"F",
"##rom"
],
[
"s",
"##n"
],
[
"sh",
"##o"
],
[
"conn",
"##ect"
],
[
"##e",
"##gr"
],
[
"##et",
"##h"
],
[
"##er",
"##g"
],
[
"##ro",
"##om"
],
[
"##og",
"##raph"
],
[
"##re",
"##ad"
],
[
"f",
"##ill"
],
[
"J",
"##oh"
],
[
"c",
"##ook"
],
[
"g",
"##one"
],
[
"##id",
"##ed"
],
[
"sk",
"##in"
],
[
"##olog",
"##ical"
],
[
"col",
"##or"
],
[
"wh",
"##ite"
],
[
"##ud",
"##e"
],
[
"O",
"##f"
],
[
"st",
"##ruct"
],
[
"##ore",
"##d"
],
[
"for",
"##g"
],
[
"ab",
"##ove"
],
[
"us",
"##ually"
],
[
"pur",
"##ch"
],
[
"H",
"##er"
],
[
"##fer",
"##ence"
],
[
"j",
"##our"
],
[
"##u",
"##se"
],
[
"gener",
"##al"
],
[
"S",
"##pe"
],
[
"L",
"##ike"
],
[
"##if",
"##t"
],
[
"set",
"##t"
],
[
"C",
"##o"
],
[
"a",
"##ud"
],
[
"on",
"##es"
],
[
"run",
"##ning"
],
[
"ab",
"##s"
],
[
"##z",
"##y"
],
[
"##pl",
"##ay"
],
[
"ac",
"##ross"
],
[
"vers",
"##ion"
],
[
"##ir",
"##th"
],
[
"them",
"##selves"
],
[
"##re",
"##ct"
],
[
"him",
"##self"
],
[
"ob",
"##ject"
],
[
"##ens",
"##ive"
],
[
"wond",
"##er"
],
[
"M",
"##us"
],
[
"s",
"##we"
],
[
"##at",
"##ors"
],
[
"d",
"##ad"
],
[
"pro",
"##p"
],
[
"se",
"##lf"
],
[
"pe",
"##ace"
],
[
"up",
"##d"
],
[
"##ru",
"##g"
],
[
"do",
"##ctor"
],
[
"t",
"##on"
],
[
"so",
"##ld"
],
[
"##b",
"##and"
],
[
"com",
"##fort"
],
[
"part",
"##ner"
],
[
"##ou",
"##l"
],
[
"##med",
"##i"
],
[
"Intern",
"##ational"
],
[
"##o",
"##on"
],
[
"##it",
"##ary"
],
[
"s",
"##orry"
],
[
"we",
"##b"
],
[
"r",
"##u"
],
[
"##er",
"##c"
],
[
"ar",
"##ri"
],
[
"Q",
"##u"
],
[
"##n",
"##am"
],
[
"sim",
"##ilar"
],
[
"typ",
"##es"
],
[
"w",
"##all"
],
[
"##m",
"##en"
],
[
"su",
"##gg"
],
[
"ve",
"##h"
],
[
"##as",
"##k"
],
[
"##il",
"##i"
],
[
"so",
"##ci"
],
[
"##ab",
"##les"
],
[
"opt",
"##ions"
],
[
"ne",
"##g"
],
[
"rec",
"##ogn"
],
[
"contin",
"##u"
],
[
"equ",
"##ipment"
],
[
"tra",
"##ining"
],
[
"char",
"##acter"
],
[
"v",
"##ol"
],
[
"##port",
"##s"
],
[
"su",
"##n"
],
[
"repres",
"##ent"
],
[
"B",
"##ar"
],
[
"M",
"##icro"
],
[
"##un",
"##e"
],
[
"h",
"##ot"
],
[
"##ce",
"##ll"
],
[
"glo",
"##bal"
],
[
"h",
"##it"
],
[
"mess",
"##age"
],
[
"m",
"##ur"
],
[
"disc",
"##uss"
],
[
"G",
"##ener"
],
[
"##m",
"##ore"
],
[
"##an",
"##cial"
],
[
"loc",
"##ated"
],
[
"m",
"##ass"
],
[
"sub",
"##ject"
],
[
"spe",
"##nd"
],
[
"situ",
"##ation"
],
[
"w",
"##ide"
],
[
"##r",
"##an"
],
[
"tar",
"##get"
],
[
"v",
"##iol"
],
[
"##idd",
"##le"
],
[
"parent",
"##s"
],
[
"re",
"##pl"
],
[
"Wh",
"##ile"
],
[
"##air",
"##s"
],
[
"n",
"##ational"
],
[
"go",
"##es"
],
[
"F",
"##l"
],
[
"s",
"##ize"
],
[
"##g",
"##ress"
],
[
"rece",
"##ive"
],
[
"b",
"##ill"
],
[
"h",
"##us"
],
[
"term",
"##s"
],
[
"exact",
"##ly"
],
[
"l",
"##oss"
],
[
"##a",
"##pt"
],
[
"##ar",
"##a"
],
[
"mob",
"##ile"
],
[
"S",
"##ee"
],
[
"Joh",
"##n"
],
[
"##b",
"##ul"
],
[
"st",
"##uff"
],
[
"##th",
"##ough"
],
[
"F",
"##e"
],
[
"f",
"##ear"
],
[
"eas",
"##ily"
],
[
"##m",
"##a"
],
[
"##E",
"##R"
],
[
"provid",
"##ed"
],
[
"ch",
"##oice"
],
[
"part",
"##s"
],
[
"##ren",
"##g"
],
[
"educ",
"##ation"
],
[
"h",
"##osp"
],
[
"##g",
"##es"
],
[
"mod",
"##ern"
],
[
"dev",
"##ices"
],
[
"f",
"##oot"
],
[
"##am",
"##ed"
],
[
"d",
"##ied"
],
[
"sci",
"##ent"
],
[
"sol",
"##ution"
],
[
"var",
"##i"
],
[
"g",
"##round"
],
[
"##lo",
"##gged"
],
[
"##d",
"##d"
],
[
"su",
"##s"
],
[
"requ",
"##est"
],
[
"f",
"##lo"
],
[
"reb",
"##logged"
],
[
"t",
"##rou"
],
[
"st",
"##ra"
],
[
"prev",
"##ent"
],
[
"B",
"##o"
],
[
"S",
"##am"
],
[
"st",
"##at"
],
[
"D",
"##is"
],
[
"Do",
"##es"
],
[
"sh",
"##it"
],
[
"trans",
"##fer"
],
[
"p",
"##le"
],
[
"##ro",
"##id"
],
[
"##v",
"##iew"
],
[
"2",
"##4"
],
[
"con",
"##dition"
],
[
"##ie",
"##f"
],
[
"bec",
"##ame"
],
[
"5",
"##0"
],
[
"sh",
"##ip"
],
[
"##el",
"##t"
],
[
"bu",
"##ilt"
],
[
"cent",
"##er"
],
[
"get",
"##s"
],
[
"fil",
"##es"
],
[
"wait",
"##ing"
],
[
"s",
"##ense"
],
[
"complete",
"##ly"
],
[
"tom",
"##orrow"
],
[
"##u",
"##ly"
],
[
"##g",
"##ar"
],
[
"##it",
"##ions"
],
[
"##ci",
"##ous"
],
[
"room",
"##s"
],
[
"##au",
"##ght"
],
[
"e",
"##t"
],
[
"##st",
"##an"
],
[
"tri",
"##ed"
],
[
"g",
"##en"
],
[
"e",
"##r"
],
[
"seem",
"##s"
],
[
"cou",
"##ple"
],
[
"B",
"##u"
],
[
"M",
"##ost"
],
[
"deli",
"##ver"
],
[
"O",
"##ther"
],
[
"##ic",
"##les"
],
[
"w",
"##orth"
],
[
"applic",
"##ations"
],
[
"O",
"##ff"
],
[
"iss",
"##ues"
],
[
"##b",
"##all"
],
[
"f",
"##urther"
],
[
"##in",
"##ist"
],
[
"opt",
"##ion"
],
[
"##k",
"##y"
],
[
"##um",
"##e"
],
[
"lo",
"##se"
],
[
"foc",
"##us"
],
[
"dig",
"##ital"
],
[
"hus",
"##band"
],
[
"##r",
"##ing"
],
[
"fav",
"##or"
],
[
"l",
"##ate"
],
[
"sa",
"##fety"
],
[
"bra",
"##nd"
],
[
"##A",
"##N"
],
[
"he",
"##ld"
],
[
"detail",
"##s"
],
[
"ens",
"##ure"
],
[
"quick",
"##ly"
],
[
"hig",
"##her"
],
[
"right",
"##s"
],
[
"ro",
"##le"
],
[
"d",
"##aughter"
],
[
"##he",
"##ad"
],
[
"##ed",
"##d"
],
[
"all",
"##ows"
],
[
"##os",
"##es"
],
[
"app",
"##ly"
],
[
"ser",
"##ies"
],
[
"S",
"##omet"
],
[
"##re",
"##me"
],
[
"##itt",
"##en"
],
[
"reg",
"##ard"
],
[
"fe",
"##ed"
],
[
"int",
"##egr"
],
[
"ro",
"##ad"
],
[
"eff",
"##ic"
],
[
"A",
"##ct"
],
[
"c",
"##amer"
],
[
"o",
"##bs"
],
[
"##ant",
"##ly"
],
[
"##ast",
"##ic"
],
[
"somet",
"##imes"
],
[
"##sy",
"##ch"
],
[
"##ag",
"##ing"
],
[
"car",
"##ry"
],
[
"r",
"##ather"
],
[
"##l",
"##us"
],
[
"##ist",
"##ic"
],
[
"sign",
"##ific"
],
[
"st",
"##reng"
],
[
"mod",
"##el"
],
[
"f",
"##ix"
],
[
"##le",
"##y"
],
[
"##op",
"##h"
],
[
"cl",
"##a"
],
[
"sur",
"##pr"
],
[
"conc",
"##ern"
],
[
"2",
"##5"
],
[
"b",
"##ott"
],
[
"b",
"##irth"
],
[
"d",
"##a"
],
[
"res",
"##our"
],
[
"F",
"##in"
],
[
"b",
"##ur"
],
[
"##he",
"##t"
],
[
"it",
"##self"
],
[
"im",
"##medi"
],
[
"fe",
"##ature"
],
[
"per",
"##cent"
],
[
"pre",
"##fer"
],
[
"L",
"##ord"
],
[
"w",
"##anna"
],
[
"un",
"##ique"
],
[
"St",
"##ud"
],
[
"def",
"##in"
],
[
"coll",
"##ect"
],
[
"##ren",
"##ch"
],
[
"##ub",
"##lic"
],
[
"C",
"##ome"
],
[
"b",
"##ag"
],
[
"##r",
"##ict"
],
[
"tou",
"##ch"
],
[
"d",
"##rug"
],
[
"##ad",
"##em"
],
[
"how",
"##ever"
],
[
"ann",
"##oun"
],
[
"##ro",
"##du"
],
[
"te",
"##ac"
],
[
"##so",
"##ft"
],
[
"c",
"##ases"
],
[
"##i",
"##ence"
],
[
".",
"##."
],
[
"R",
"##em"
],
[
"d",
"##ark"
],
[
"he",
"##ll"
],
[
"W",
"##as"
],
[
"?",
"##\""
],
[
"f",
"##ine"
],
[
"h",
"##or"
],
[
"##et",
"##er"
],
[
"play",
"##ing"
],
[
"F",
"##ace"
],
[
"n",
"##ature"
],
[
"##is",
"##hing"
],
[
"S",
"##a"
],
[
"##om",
"##ing"
],
[
"st",
"##ar"
],
[
"mur",
"##der"
],
[
"p",
"##ark"
],
[
"##l",
"##im"
],
[
"rev",
"##iew"
],
[
"de",
"##ep"
],
[
"im",
"##m"
],
[
"week",
"##s"
],
[
"a",
"##ction"
],
[
"s",
"##ix"
],
[
"##l",
"##am"
],
[
"are",
"##n"
],
[
"##ac",
"##ed"
],
[
"oper",
"##ation"
],
[
"##es",
"##e"
],
[
"cont",
"##ract"
],
[
"##ap",
"##an"
],
[
"dec",
"##ision"
],
[
"1",
"##1"
],
[
"##at",
"##ory"
],
[
"th",
"##reat"
],
[
"bra",
"##in"
],
[
"M",
"##any"
],
[
"te",
"##ach"
],
[
"##h",
"##aps"
],
[
"per",
"##m"
],
[
"sol",
"##utions"
],
[
"proper",
"##ty"
],
[
"ext",
"##ra"
],
[
"l",
"##ay"
],
[
"th",
"##ird"
],
[
"em",
"##b"
],
[
"aw",
"##are"
],
[
"d",
"##anger"
],
[
"i",
"##P"
],
[
"m",
"##ention"
],
[
"19",
"##9"
],
[
"chang",
"##ed"
],
[
"et",
"##c"
],
[
"t",
"##ax"
],
[
"pa",
"##per"
],
[
"project",
"##s"
],
[
"C",
"##ol"
],
[
"##it",
"##able"
],
[
"se",
"##par"
],
[
"level",
"##s"
],
[
"iss",
"##ue"
],
[
"##l",
"##t"
],
[
"sm",
"##art"
],
[
"exp",
"##ress"
],
[
"j",
"##ud"
],
[
"Micro",
"##soft"
],
[
"W",
"##ar"
],
[
"l",
"##at"
],
[
"wr",
"##ite"
],
[
"econom",
"##ic"
],
[
"th",
"##ous"
],
[
"##ir",
"##it"
],
[
"sh",
"##oot"
],
[
"b",
"##orn"
],
[
"reg",
"##ion"
],
[
"pol",
"##icy"
],
[
"p",
"##an"
],
[
"r",
"##ules"
],
[
"##A",
"##T"
],
[
"an",
"##al"
],
[
"##ac",
"##hed"
],
[
"sour",
"##ce"
],
[
"e",
"##arth"
],
[
"st",
"##ri"
],
[
"we",
"##ight"
],
[
"girl",
"##s"
],
[
"Americ",
"##a"
],
[
"1",
"##6"
],
[
"su",
"##ff"
],
[
"feel",
"##ing"
],
[
"g",
"##un"
],
[
"##i",
"##ally"
],
[
"av",
"##oid"
],
[
"direct",
"##ly"
],
[
"##c",
"##o"
],
[
"##iv",
"##al"
],
[
"J",
"##apan"
],
[
"##in",
"##o"
],
[
"G",
"##ood"
],
[
"te",
"##le"
],
[
"##in",
"##ary"
],
[
"Ar",
"##t"
],
[
"than",
"##k"
],
[
"a",
"##f"
],
[
"att",
"##ention"
],
[
"develop",
"##ed"
],
[
"adv",
"##ant"
],
[
"Russ",
"##ian"
],
[
"v",
"##ict"
],
[
"fin",
"##ancial"
],
[
"D",
"##irect"
],
[
"m",
"##ount"
],
[
"##o",
"##f"
],
[
"as",
"##soci"
],
[
"##ff",
"##ee"
],
[
"add",
"##ed"
],
[
"prot",
"##ection"
],
[
"cap",
"##ital"
],
[
"ex",
"##cept"
],
[
"##iv",
"##il"
],
[
"norm",
"##al"
],
[
"sugg",
"##est"
],
[
"H",
"##igh"
],
[
"cl",
"##os"
],
[
"ch",
"##all"
],
[
"emplo",
"##y"
],
[
"##m",
"##y"
],
[
"Russ",
"##ia"
],
[
"G",
"##e"
],
[
"d",
"##in"
],
[
"s",
"##ort"
],
[
"##m",
"##ing"
],
[
"st",
"##aff"
],
[
"dise",
"##ase"
],
[
"sec",
"##ret"
],
[
"purp",
"##ose"
],
[
"d",
"##iv"
],
[
"##p",
"##ly"
],
[
"##v",
"##ent"
],
[
"##it",
"##ness"
],
[
"leg",
"##al"
],
[
"b",
"##ath"
],
[
"c",
"##y"
],
[
"##er",
"##ve"
],
[
"e",
"##ye"
],
[
"co",
"##ld"
],
[
"commun",
"##ity"
],
[
"mil",
"##itary"
],
[
"wor",
"##ry"
],
[
"min",
"##ute"
],
[
"fore",
"##ign"
],
[
"ton",
"##ight"
],
[
"##ro",
"##y"
],
[
"supp",
"##osed"
],
[
"b",
"##al"
],
[
"F",
"##rench"
],
[
"m",
"##ist"
],
[
"p",
"##ull"
],
[
"s",
"##ong"
],
[
"##am",
"##a"
],
[
"Pl",
"##ay"
],
[
"##re",
"##st"
],
[
"it",
"##em"
],
[
"##ol",
"##id"
],
[
"inst",
"##it"
],
[
"Intern",
"##et"
],
[
"S",
"##ince"
],
[
"##e",
"##f"
],
[
"inst",
"##ead"
],
[
"de",
"##g"
],
[
"##s",
"##h"
],
[
"##w",
"##ord"
],
[
"##in",
"##t"
],
[
"loc",
"##ation"
],
[
"offic",
"##ial"
],
[
"tot",
"##al"
],
[
"##ce",
"##ed"
],
[
"##end",
"##ed"
],
[
"act",
"##ive"
],
[
"dra",
"##w"
],
[
"pot",
"##ential"
],
[
"H",
"##ar"
],
[
"##r",
"##am"
],
[
"##ct",
"##ions"
],
[
"im",
"##age"
],
[
"##av",
"##es"
],
[
"Tr",
"##ans"
],
[
"e",
"##dit"
],
[
"##d",
"##om"
],
[
"##h",
"##ib"
],
[
"##ain",
"##ing"
],
[
"D",
"##ep"
],
[
"G",
"##ra"
],
[
"c",
"##at"
],
[
"c",
"##ool"
],
[
"##ra",
"##id"
],
[
"cont",
"##rib"
],
[
"eff",
"##ort"
],
[
"E",
"##l"
],
[
"##u",
"##x"
],
[
"##id",
"##ge"
],
[
"T",
"##ake"
],
[
"##b",
"##it"
],
[
"##c",
"##rib"
],
[
"ab",
"##ility"
],
[
"material",
"##s"
],
[
"U",
"##se"
],
[
"Re",
"##g"
],
[
"v",
"##ia"
],
[
"mem",
"##ber"
],
[
"##l",
"##ight"
],
[
"art",
"##icle"
],
[
"prin",
"##ci"
],
[
"##l",
"##a"
],
[
"lo",
"##g"
],
[
"##ol",
"##es"
],
[
"cir",
"##c"
],
[
"M",
"##ake"
],
[
"Th",
"##ose"
],
[
"med",
"##ical"
],
[
",",
"##”"
],
[
"health",
"##y"
],
[
"press",
"##ure"
],
[
"f",
"##at"
],
[
"sh",
"##ows"
],
[
"cl",
"##ot"
],
[
"rest",
"##aur"
],
[
"stand",
"##ard"
],
[
"1",
"##4"
],
[
"f",
"##elt"
],
[
"ser",
"##ious"
],
[
"##f",
"##or"
],
[
"##ra",
"##el"
],
[
"tr",
"##ade"
],
[
"##stan",
"##bul"
],
[
"Face",
"##book"
],
[
"fin",
"##ally"
],
[
"pict",
"##ure"
],
[
"gra",
"##nd"
],
[
"p",
"##ath"
],
[
"E",
"##r"
],
[
"K",
"##ing"
],
[
"S",
"##m"
],
[
"##ri",
"##al"
],
[
"s",
"##il"
],
[
"fl",
"##ow"
],
[
"B",
"##ra"
],
[
"##s",
"##c"
],
[
"##id",
"##ing"
],
[
"##g",
"##u"
],
[
"On",
"##ce"
],
[
"Is",
"##rael"
],
[
"N",
"##ational"
],
[
"b",
"##all"
],
[
"##att",
"##le"
],
[
"af",
"##raid"
],
[
"##ad",
"##u"
],
[
"wh",
"##atever"
],
[
"turn",
"##ed"
],
[
"##cri",
"##ption"
],
[
"M",
"##ark"
],
[
"we",
"##ap"
],
[
"es",
"##c"
],
[
"##pp",
"##er"
],
[
"##ist",
"##ance"
],
[
"m",
"##ail"
],
[
"pl",
"##aces"
],
[
"soci",
"##ety"
],
[
"for",
"##ward"
],
[
"opportun",
"##ity"
],
[
"##v",
"##al"
],
[
"cor",
"##rect"
],
[
"mov",
"##ie"
],
[
"like",
"##ly"
],
[
"dis",
"##play"
],
[
"happ",
"##ens"
],
[
"g",
"##as"
],
[
"##oo",
"##per"
],
[
"?",
"##”"
],
[
"S",
"##outh"
],
[
"##a",
"##f"
],
[
"##ar",
"##ant"
],
[
"Ch",
"##ar"
],
[
"in",
"##it"
],
[
"20",
"##2"
],
[
"Pro",
"##f"
],
[
"tool",
"##s"
],
[
"c",
"##ode"
],
[
"m",
"##atch"
],
[
"sal",
"##es"
],
[
"Af",
"##ric"
],
[
"E",
"##arth"
],
[
"On",
"##ly"
],
[
"p",
"##en"
],
[
"sk",
"##ills"
],
[
"aff",
"##ect"
],
[
"##m",
"##ber"
],
[
"sh",
"##ot"
],
[
"che",
"##m"
],
[
"##I",
"##N"
],
[
"A",
"##ust"
],
[
"for",
"##ce"
],
[
"##g",
"##en"
],
[
"##at",
"##ically"
],
[
"##at",
"##ives"
],
[
"lear",
"##ning"
],
[
"pos",
"##itive"
],
[
"phys",
"##ical"
],
[
"##b",
"##t"
],
[
"part",
"##ners"
],
[
"Gener",
"##al"
],
[
"mar",
"##ried"
],
[
"r",
"##ate"
],
[
"##as",
"##ons"
],
[
"can",
"##cer"
],
[
"but",
"##ton"
],
[
"##h",
"##ood"
],
[
"int",
"##ell"
],
[
"Sy",
"##ri"
],
[
"h",
"##arm"
],
[
"l",
"##ower"
],
[
"fin",
"##al"
],
[
"disc",
"##over"
],
[
"ca",
"##pt"
],
[
"rece",
"##ived"
],
[
"Germ",
"##any"
],
[
"##he",
"##st"
],
[
"##rou",
"##d"
],
[
"ev",
"##idence"
],
[
"t",
"##en"
],
[
"##id",
"##s"
],
[
"im",
"##ag"
],
[
"mon",
"##it"
],
[
"##il",
"##es"
],
[
"ind",
"##ic"
],
[
"L",
"##ist"
],
[
"##iv",
"##ity"
],
[
"book",
"##s"
],
[
"effect",
"##s"
],
[
"lat",
"##est"
],
[
"I",
"##nt"
],
[
"c",
"##oun"
],
[
"##ys",
"##is"
],
[
"conn",
"##ection"
],
[
"mult",
"##ip"
],
[
"##it",
"##iz"
],
[
"lo",
"##ck"
],
[
"C",
"##ity"
],
[
"h",
"##urt"
],
[
"##v",
"##ant"
],
[
"ro",
"##b"
],
[
"T",
"##od"
],
[
"d",
"##ress"
],
[
"work",
"##ed"
],
[
"giv",
"##ing"
],
[
"l",
"##uck"
],
[
"##o",
"##x"
],
[
"##j",
"##ust"
],
[
"##O",
"##S"
],
[
"coll",
"##e"
],
[
"consider",
"##ed"
],
[
"##c",
"##il"
],
[
"##c",
"##ies"
],
[
"##ad",
"##es"
],
[
"look",
"##ed"
],
[
"trans",
"##port"
],
[
"e",
"##ss"
],
[
"char",
"##ge"
],
[
"pie",
"##ce"
],
[
"inn",
"##ov"
],
[
"##igh",
"##b"
],
[
"dec",
"##ided"
],
[
"##n",
"##ow"
],
[
"##g",
"##ing"
],
[
"##om",
"##an"
],
[
"tem",
"##per"
],
[
"reg",
"##ular"
],
[
"imp",
"##act"
],
[
"power",
"##ful"
],
[
"##ye",
"##es"
],
[
"##op",
"##s"
],
[
"any",
"##more"
],
[
"got",
"##ta"
],
[
"step",
"##s"
],
[
"achie",
"##ve"
],
[
"docu",
"##ment"
],
[
"##it",
"##ation"
],
[
"s",
"##ister"
],
[
"##or",
"##age"
],
[
"##ig",
"##ation"
],
[
"require",
"##ments"
],
[
"wr",
"##itten"
],
[
"Te",
"##chn"
],
[
"##ag",
"##n"
],
[
"pat",
"##ient"
],
[
"beh",
"##av"
],
[
"trad",
"##ition"
],
[
"B",
"##us"
],
[
"##r",
"##ay"
],
[
"re",
"##act"
],
[
"dis",
"##app"
],
[
"hosp",
"##ital"
],
[
"A",
"##nt"
],
[
"lo",
"##ved"
],
[
"ev",
"##ents"
],
[
"lead",
"##ing"
],
[
"Germ",
"##an"
],
[
"##om",
"##b"
],
[
"giv",
"##es"
],
[
"full",
"##y"
],
[
"App",
"##le"
],
[
"fe",
"##ll"
],
[
"p",
"##sych"
],
[
"##f",
"##ast"
],
[
"co",
"##ffee"
],
[
"program",
"##s"
],
[
"sl",
"##ow"
],
[
"1",
"##3"
],
[
"##li",
"##ed"
],
[
"sy",
"##m"
],
[
"techn",
"##ical"
],
[
"Br",
"##it"
],
[
"T",
"##ell"
],
[
"p",
"##roud"
],
[
"elect",
"##ric"
],
[
"gl",
"##ass"
],
[
"g",
"##reen"
],
[
"dist",
"##rib"
],
[
"##a",
"##ign"
],
[
"em",
"##ot"
],
[
"c",
"##ross"
],
[
"sat",
"##is"
],
[
"E",
"##U"
],
[
"Wh",
"##ich"
],
[
"##ens",
"##ion"
],
[
"D",
"##ad"
],
[
"G",
"##ree"
],
[
"st",
"##ru"
],
[
"##ist",
"##ry"
],
[
"##um",
"##b"
],
[
"tra",
"##in"
],
[
"lead",
"##ers"
],
[
"P",
"##al"
],
[
"##is",
"##ions"
],
[
"ar",
"##ch"
],
[
"s",
"##am"
],
[
"##et",
"##ic"
],
[
"immedi",
"##ately"
],
[
"1",
"##7"
],
[
"A",
"##c"
],
[
"method",
"##s"
],
[
"A",
"##z"
],
[
"##h",
"##a"
],
[
"##ip",
"##s"
],
[
"Al",
"##so"
],
[
"P",
"##ri"
],
[
"st",
"##age"
],
[
"##ch",
"##an"
],
[
"##em",
"##pt"
],
[
"##ub",
"##e"
],
[
"pay",
"##ment"
],
[
"s",
"##qu"
],
[
"##an",
"##a"
],
[
"market",
"##ing"
],
[
"lik",
"##es"
],
[
"se",
"##a"
],
[
"ex",
"##ch"
],
[
"dest",
"##roy"
],
[
"da",
"##ily"
],
[
"b",
"##reat"
],
[
"##ur",
"##ch"
],
[
"##ple",
"##ment"
],
[
"C",
"##or"
],
[
"p",
"##ool"
],
[
"be",
"##gan"
],
[
"##res",
"##h"
],
[
"appro",
"##ach"
],
[
"emplo",
"##yees"
],
[
"u",
"##r"
],
[
"ch",
"##ann"
],
[
"##un",
"##k"
],
[
"pl",
"##ant"
],
[
"sim",
"##ply"
],
[
"begin",
"##ning"
],
[
"B",
"##el"
],
[
"I",
"##stanbul"
],
[
"R",
"##ight"
],
[
"group",
"##s"
],
[
"inde",
"##pend"
],
[
"m",
"##is"
],
[
"se",
"##ction"
],
[
"pr",
"##ison"
],
[
"point",
"##s"
],
[
"A",
"##ut"
],
[
"rel",
"##ig"
],
[
"sur",
"##v"
],
[
"B",
"##ook"
],
[
"b",
"##ase"
],
[
"##en",
"##ced"
],
[
"##iv",
"##ing"
],
[
"g",
"##od"
],
[
"##ver",
"##age"
],
[
"int",
"##rodu"
],
[
"gu",
"##ests"
],
[
"help",
"##s"
],
[
"expect",
"##ed"
],
[
"##ci",
"##ent"
],
[
"sur",
"##g"
],
[
"ext",
"##reme"
],
[
"W",
"##ork"
],
[
"r",
"##out"
],
[
"##an",
"##cy"
],
[
"ex",
"##erc"
],
[
"##n",
"##al"
],
[
"con",
"##vers"
],
[
"ne",
"##ighb"
],
[
"al",
"##ive"
],
[
"##ac",
"##ity"
],
[
"pa",
"##id"
],
[
"differ",
"##ence"
],
[
"pat",
"##ients"
],
[
"b",
"##ud"
],
[
"m",
"##ax"
],
[
"##d",
"##y"
],
[
"##r",
"##it"
],
[
"lo",
"##ad"
],
[
"cre",
"##dit"
],
[
"stud",
"##ent"
],
[
"fre",
"##qu"
],
[
"C",
"##al"
],
[
"Y",
"##ork"
],
[
"##ur",
"##ance"
],
[
"or",
"##d"
],
[
"##iz",
"##ing"
],
[
"tell",
"##ing"
],
[
"intern",
"##et"
],
[
"##d",
"##o"
],
[
"go",
"##ld"
],
[
"dem",
"##and"
],
[
"##ite",
"##ly"
],
[
"att",
"##ract"
],
[
"grow",
"##th"
],
[
"N",
"##orth"
],
[
"c",
"##ivil"
],
[
"r",
"##ich"
],
[
"occ",
"##ur"
],
[
"to",
"##wards"
],
[
"resour",
"##ces"
],
[
"n",
"##ames"
],
[
"we",
"##ar"
],
[
"play",
"##ers"
],
[
"inf",
"##lu"
],
[
"success",
"##ful"
],
[
"Tod",
"##ay"
],
[
"4",
"##0"
],
[
"t",
"##ick"
],
[
"v",
"##ill"
],
[
"we",
"##l"
],
[
"respons",
"##ible"
],
[
"W",
"##ould"
],
[
"than",
"##ks"
],
[
"##s",
"##on"
],
[
"st",
"##ress"
],
[
"bo",
"##ard"
],
[
"P",
"##a"
],
[
"opt",
"##im"
],
[
"orig",
"##inal"
],
[
"##ord",
"##er"
],
[
"pract",
"##ice"
],
[
"din",
"##ner"
],
[
"R",
"##ec"
],
[
"##A",
"##S"
],
[
"##ist",
"##ics"
],
[
"interest",
"##ed"
],
[
"P",
"##ark"
],
[
"se",
"##ason"
],
[
"con",
"##cept"
],
[
"po",
"##or"
],
[
"cra",
"##zy"
],
[
"##edd",
"##ing"
],
[
"##e",
"##al"
],
[
"##r",
"##ant"
],
[
"##w",
"##ise"
],
[
"cult",
"##ure"
],
[
"##t",
"##ies"
],
[
"##er",
"##al"
],
[
"st",
"##yle"
],
[
"##k",
"##en"
],
[
"wr",
"##iting"
],
[
"##ines",
"##e"
],
[
"estab",
"##lished"
],
[
"a",
"##im"
],
[
"s",
"##ir"
],
[
"s",
"##oul"
],
[
"supp",
"##ly"
],
[
"activ",
"##ity"
],
[
"##ard",
"##en"
],
[
"sur",
"##face"
],
[
"A",
"##ra"
],
[
"trou",
"##ble"
],
[
"camer",
"##a"
],
[
"U",
"##h"
],
[
"##s",
"##es"
],
[
"##g",
"##round"
],
[
"##ce",
"##l"
],
[
"se",
"##ctor"
],
[
"O",
"##p"
],
[
"t",
"##ur"
],
[
"con",
"##duct"
],
[
"And",
"##roid"
],
[
"med",
"##ic"
],
[
"f",
"##ly"
],
[
"pro",
"##ced"
],
[
"F",
"##ree"
],
[
"addition",
"##al"
],
[
"##E",
"##S"
],
[
"##ri",
"##age"
],
[
"su",
"##bs"
],
[
"Sy",
"##stem"
],
[
"##itc",
"##hen"
],
[
"en",
"##em"
],
[
"comm",
"##er"
],
[
"re",
"##ve"
],
[
"Cent",
"##er"
],
[
"r",
"##en"
],
[
"start",
"##ing"
],
[
"anim",
"##als"
],
[
"Thank",
"##s"
],
[
"S",
"##im"
],
[
"##u",
"##nd"
],
[
"##o",
"##e"
],
[
"le",
"##aving"
],
[
"##ag",
"##ed"
],
[
"main",
"##tain"
],
[
"M",
"##ac"
],
[
"##p",
"##ut"
],
[
"an",
"##aly"
],
[
"##ab",
"##or"
],
[
"Ad",
"##d"
],
[
"f",
"##air"
],
[
"h",
"##ate"
],
[
"camp",
"##aign"
],
[
"organ",
"##ization"
],
[
"const",
"##ruction"
],
[
"cost",
"##s"
],
[
"E",
"##ach"
],
[
"in",
"##form"
],
[
"St",
"##ate"
],
[
"##et",
"##t"
],
[
"##olog",
"##ies"
],
[
"al",
"##tern"
],
[
"fu",
"##nd"
],
[
"##ron",
"##ic"
],
[
".",
"##)"
],
[
"##O",
"##N"
],
[
"Ch",
"##inese"
],
[
"ro",
"##ck"
],
[
"ce",
"##le"
],
[
"##v",
"##is"
],
[
"re",
"##fer"
],
[
"##ac",
"##hes"
],
[
"R",
"##ed"
],
[
"pr",
"##ay"
],
[
"##oc",
"##r"
],
[
"##oc",
"##ol"
],
[
"sp",
"##irit"
],
[
"struct",
"##ure"
],
[
"d",
"##ry"
],
[
"v",
"##oice"
],
[
"##an",
"##c"
],
[
"st",
"##ation"
],
[
"go",
"##al"
],
[
"comm",
"##and"
],
[
"read",
"##ing"
],
[
"Min",
"##ister"
],
[
"##f",
"##riend"
],
[
"un",
"##c"
],
[
"##om",
"##en"
],
[
"M",
"##et"
],
[
"b",
"##i"
],
[
"d",
"##ro"
],
[
"ex",
"##cell"
],
[
"##bo",
"##ard"
],
[
"l",
"##ic"
],
[
"##e",
"##g"
],
[
"produ",
"##ce"
],
[
"includ",
"##es"
],
[
"M",
"##on"
],
[
"U",
"##p"
],
[
"##m",
"##it"
],
[
"##v",
"##ision"
],
[
"##i",
"##pped"
],
[
"##se",
"##qu"
],
[
"st",
"##reet"
],
[
"im",
"##plement"
],
[
"gu",
"##arant"
],
[
"reg",
"##ister"
],
[
"##al",
"##u"
],
[
"##ent",
"##ed"
],
[
"##im",
"##in"
],
[
"mo",
"##ving"
],
[
"rec",
"##ent"
],
[
"through",
"##out"
],
[
"##A",
"##R"
],
[
"st",
"##orage"
],
[
"wind",
"##ow"
],
[
"##c",
"##ul"
],
[
"pr",
"##ices"
],
[
"bel",
"##ong"
],
[
"l",
"##ed"
],
[
"v",
"##ac"
],
[
"mean",
"##ing"
],
[
"ob",
"##tain"
],
[
"invol",
"##ved"
],
[
"stra",
"##ight"
],
[
"L",
"##u"
],
[
"##l",
"##in"
],
[
"##x",
"##ic"
],
[
"care",
"##er"
],
[
"ide",
"##as"
],
[
"##a",
"##ven"
],
[
"stud",
"##ies"
],
[
"phot",
"##os"
],
[
"benef",
"##its"
],
[
"M",
"##al"
],
[
"t",
"##it"
],
[
"ke",
"##pt"
],
[
"hu",
"##ge"
],
[
"prep",
"##ared"
],
[
"c",
"##itiz"
],
[
"m",
"##ine"
],
[
"prof",
"##ile"
],
[
"cell",
"##s"
],
[
"manufact",
"##ur"
],
[
"f",
"##irm"
],
[
"play",
"##er"
],
[
"##ou",
"##ra"
],
[
"Al",
"##though"
],
[
"pri",
"##or"
],
[
"pub",
"##lished"
],
[
"p",
"##un"
],
[
"comp",
"##lex"
],
[
"commun",
"##ication"
],
[
"fig",
"##ure"
],
[
"##E",
"##O"
],
[
"con",
"##v"
],
[
"Tw",
"##o"
],
[
"stand",
"##ards"
],
[
"E",
"##ast"
],
[
"c",
"##ooper"
],
[
"process",
"##es"
],
[
"organ",
"##iz"
],
[
"bas",
"##ic"
],
[
"##ar",
"##i"
],
[
"interest",
"##ing"
],
[
"invest",
"##ment"
],
[
"sci",
"##ence"
],
[
"st",
"##o"
],
[
"##ad",
"##a"
],
[
"he",
"##at"
],
[
"pl",
"##ans"
],
[
"hist",
"##or"
],
[
"W",
"##i"
],
[
"w",
"##arm"
],
[
"num",
"##bers"
],
[
"v",
"##er"
],
[
"re",
"##asons"
],
[
"understand",
"##ing"
],
[
"cap",
"##acity"
],
[
"I",
"##ran"
],
[
"sum",
"##mer"
],
[
"th",
"##row"
],
[
"re",
"##li"
],
[
"##ul",
"##f"
],
[
"sp",
"##read"
],
[
"##ph",
"##one"
],
[
"meas",
"##ure"
],
[
"Bus",
"##iness"
],
[
"h",
"##ang"
],
[
"##a",
"##e"
],
[
"ad",
"##vert"
],
[
"C",
"##oll"
],
[
"C",
"##ons"
],
[
"tri",
"##p"
],
[
"D",
"##uring"
],
[
"f",
"##ish"
],
[
"cour",
"##t"
],
[
"bro",
"##ad"
],
[
"##p",
"##ri"
],
[
"##ous",
"##ly"
],
[
"pres",
"##ident"
],
[
"f",
"##em"
],
[
"##I",
"##S"
],
[
"expl",
"##ain"
],
[
"cry",
"##pt"
],
[
"be",
"##g"
],
[
"pro",
"##gress"
],
[
"sh",
"##ut"
],
[
"us",
"##es"
],
[
"St",
"##e"
],
[
"ask",
"##ing"
],
[
"eas",
"##ier"
],
[
"favor",
"##ite"
],
[
"Be",
"##fore"
],
[
"L",
"##ond"
],
[
"dam",
"##age"
],
[
"he",
"##av"
],
[
"In",
"##ter"
],
[
"##m",
"##m"
],
[
"some",
"##body"
],
[
"bu",
"##ll"
],
[
"phot",
"##o"
],
[
"pre",
"##c"
],
[
"c",
"##ateg"
],
[
"me",
"##chan"
],
[
"##her",
"##n"
],
[
"plan",
"##ning"
],
[
"allow",
"##ed"
],
[
"redu",
"##ce"
],
[
"c",
"##atch"
],
[
"##a",
"##ult"
],
[
"##ate",
"##gy"
],
[
"high",
"##ly"
],
[
"cop",
"##y"
],
[
"O",
"##ut"
],
[
"c",
"##and"
],
[
"##en",
"##ed"
],
[
"##ut",
"##ed"
],
[
"see",
"##ing"
],
[
"ex",
"##ec"
],
[
"pr",
"##im"
],
[
"em",
"##erg"
],
[
"cent",
"##ury"
],
[
"fa",
"##ith"
],
[
"stru",
"##gg"
],
[
"Lond",
"##on"
],
[
"G",
"##roup"
],
[
"T",
"##ri"
],
[
"##t",
"##o"
],
[
"rec",
"##ently"
],
[
"I",
"##S"
],
[
"k",
"##ing"
],
[
"cl",
"##ub"
],
[
"lar",
"##gest"
],
[
"anal",
"##ysis"
],
[
"A",
"##h"
],
[
"L",
"##aw"
],
[
"V",
"##al"
],
[
"s",
"##ick"
],
[
"##he",
"##l"
],
[
"see",
"##k"
],
[
"adm",
"##inist"
],
[
"n",
"##amed"
],
[
"##p",
"##a"
],
[
"##he",
"##m"
],
[
"In",
"##c"
],
[
"dis",
"##p"
],
[
"mill",
"##ions"
],
[
"bill",
"##ion"
],
[
"C",
"##r"
],
[
"b",
"##atter"
],
[
"##b",
"##on"
],
[
"##al",
"##ed"
],
[
"Ke",
"##ep"
],
[
"swe",
"##et"
],
[
"streng",
"##th"
],
[
"J",
"##ack"
],
[
"v",
"##ir"
],
[
"##i",
"##am"
],
[
"##O",
"##R"
],
[
"your",
"##s"
],
[
"do",
"##ll"
],
[
"There",
"##fore"
],
[
"rem",
"##ove"
],
[
"dec",
"##ide"
],
[
"contro",
"##ll"
],
[
"autom",
"##atically"
],
[
"a",
"##head"
],
[
"##y",
"##ond"
],
[
"st",
"##ick"
],
[
"##ress",
"##ion"
],
[
"att",
"##empt"
],
[
"lead",
"##er"
],
[
"L",
"##oc"
],
[
"##iz",
"##es"
],
[
"sec",
"##ure"
],
[
"sit",
"##es"
],
[
"prom",
"##ise"
],
[
"##ro",
"##l"
],
[
"##lo",
"##ck"
],
[
"Fr",
"##ance"
],
[
"veh",
"##icle"
],
[
"H",
"##el"
],
[
"##al",
"##ing"
],
[
"cl",
"##ient"
],
[
"J",
"##es"
],
[
"r",
"##ound"
],
[
"##o",
"##ly"
],
[
"He",
"##alth"
],
[
"signific",
"##ant"
],
[
"m",
"##outh"
],
[
"##i",
"##ency"
],
[
"call",
"##s"
],
[
"current",
"##ly"
],
[
"m",
"##iddle"
],
[
"t",
"##ast"
],
[
"##lo",
"##y"
],
[
"pol",
"##it"
],
[
"oper",
"##ating"
],
[
"\"",
"##,"
],
[
"H",
"##ouse"
],
[
"h",
"##op"
],
[
"k",
"##itchen"
],
[
"##h",
"##am"
],
[
"##as",
"##ure"
],
[
"##ro",
"##ll"
],
[
"car",
"##ried"
],
[
"hotel",
"##s"
],
[
"hu",
"##nd"
],
[
"rem",
"##ain"
],
[
"##tern",
"##al"
],
[
"incre",
"##asing"
],
[
"hund",
"##red"
],
[
"E",
"##d"
],
[
"##z",
"##z"
],
[
"reg",
"##ul"
],
[
"respons",
"##ibility"
],
[
"D",
"##av"
],
[
"F",
"##ore"
],
[
"m",
"##er"
],
[
"me",
"##ant"
],
[
"comp",
"##on"
],
[
"cont",
"##ain"
],
[
"fam",
"##ous"
],
[
"Pr",
"##ot"
],
[
"defin",
"##itely"
],
[
"surg",
"##ery"
],
[
"f",
"##ru"
],
[
"w",
"##at"
],
[
"##re",
"##ed"
],
[
"##as",
"##c"
],
[
"not",
"##e"
],
[
"process",
"##ing"
],
[
"O",
"##ver"
],
[
"##b",
"##ack"
],
[
"for",
"##mer"
],
[
"Bl",
"##ack"
],
[
"fre",
"##ed"
],
[
"Off",
"##ice"
],
[
"cla",
"##im"
],
[
"M",
"##ary"
],
[
"O",
"##b"
],
[
"U",
"##nder"
],
[
"b",
"##urn"
],
[
"u",
"##t"
],
[
"##E",
"##D"
],
[
"for",
"##ces"
],
[
"##am",
"##b"
],
[
"every",
"##body"
],
[
"Somet",
"##imes"
],
[
"S",
"##al"
],
[
"c",
"##ast"
],
[
"##ut",
"##y"
],
[
"mem",
"##ory"
],
[
"miss",
"##ion"
],
[
"D",
"##ay"
],
[
"P",
"##ort"
],
[
"##on",
"##st"
],
[
"##ter",
"##day"
],
[
"Sh",
"##ould"
],
[
"flo",
"##or"
],
[
"P",
"##C"
],
[
"n",
"##ut"
],
[
"r",
"##oll"
],
[
"produ",
"##ced"
],
[
"Is",
"##lam"
],
[
"plan",
"##et"
],
[
"F",
"##ind"
],
[
"S",
"##chool"
],
[
"##y",
"##l"
],
[
"##en",
"##n"
],
[
"li",
"##e"
],
[
"##pt",
"##oms"
],
[
"Pro",
"##gram"
],
[
"conf",
"##idence"
],
[
"rele",
"##ased"
],
[
"advant",
"##age"
],
[
"C",
"##oun"
],
[
"m",
"##aster"
],
[
"##up",
"##id"
],
[
"big",
"##gest"
],
[
"commun",
"##ic"
],
[
"grow",
"##ing"
],
[
"h",
"##olid"
],
[
"##f",
"##ortun"
],
[
"##ra",
"##ft"
],
[
"work",
"##ers"
],
[
"mod",
"##els"
],
[
"w",
"##edding"
],
[
"##am",
"##in"
],
[
"ar",
"##rest"
],
[
"real",
"##ity"
],
[
"Cl",
"##ick"
],
[
"watch",
"##ing"
],
[
"T",
"##y"
],
[
"e",
"##ating"
],
[
"offer",
"##ed"
],
[
"##idd",
"##en"
],
[
"##e",
"##x"
],
[
"our",
"##selves"
],
[
"resp",
"##ond"
],
[
"miss",
"##ing"
],
[
"Every",
"##one"
],
[
"deli",
"##very"
],
[
"multip",
"##le"
],
[
"##ist",
"##an"
],
[
"##os",
"##ing"
],
[
"man",
"##age"
],
[
"im",
"##ages"
],
[
".",
"##,"
],
[
"M",
"##iss"
],
[
"##l",
"##ation"
],
[
"who",
"##se"
],
[
"List",
"##en"
],
[
"C",
"##ould"
],
[
"w",
"##ood"
],
[
"##ar",
"##ies"
],
[
"exper",
"##t"
],
[
"includ",
"##ed"
],
[
"Serv",
"##ice"
],
[
"d",
"##rop"
],
[
"##i",
"##ation"
],
[
"pre",
"##gn"
],
[
"play",
"##ed"
],
[
"adv",
"##anced"
],
[
"vari",
"##ety"
],
[
"##ro",
"##ad"
],
[
"li",
"##f"
],
[
"air",
"##port"
],
[
"purch",
"##ase"
],
[
"f",
"##ing"
],
[
"##u",
"##k"
],
[
"##A",
"##L"
],
[
"Rep",
"##ublic"
],
[
"temper",
"##ature"
],
[
"excell",
"##ent"
],
[
"m",
"##icro"
],
[
"Un",
"##ion"
],
[
"Ex",
"##p"
],
[
"chem",
"##ical"
],
[
"v",
"##irt"
],
[
"##i",
"##pping"
],
[
"pre",
"##d"
],
[
"rem",
"##o"
],
[
"let",
"##ter"
],
[
"ca",
"##used"
],
[
"Ara",
"##b"
],
[
"##ve",
"##y"
],
[
"##ct",
"##ors"
],
[
"not",
"##ice"
],
[
"move",
"##ment"
],
[
"cele",
"##br"
],
[
"L",
"##ear"
],
[
"##ar",
"##ily"
],
[
"##if",
"##f"
],
[
"g",
"##e"
],
[
"##on",
"##se"
],
[
"cons",
"##ult"
],
[
"##h",
"##old"
],
[
"##er",
"##ed"
],
[
"##ol",
"##ute"
],
[
"use",
"##ful"
],
[
"fac",
"##ilities"
],
[
"break",
"##fast"
],
[
"intell",
"##ig"
],
[
"As",
"##s"
],
[
"##ash",
"##ion"
],
[
"trad",
"##ing"
],
[
"D",
"##et"
],
[
"u",
"##lt"
],
[
"”",
"##."
],
[
"ev",
"##alu"
],
[
"r",
"##ap"
],
[
"##es",
"##tern"
],
[
"sh",
"##own"
],
[
"wor",
"##se"
],
[
"val",
"##ues"
],
[
"rev",
"##olution"
],
[
"bas",
"##is"
],
[
"d",
"##en"
],
[
"e",
"##d"
],
[
"f",
"##arm"
],
[
"li",
"##ved"
],
[
"##ru",
"##pt"
],
[
"vide",
"##os"
],
[
"r",
"##id"
],
[
"adv",
"##ice"
],
[
"sett",
"##ings"
],
[
"Ge",
"##or"
],
[
"the",
"##rap"
],
[
"in",
"##j"
],
[
"br",
"##ows"
],
[
"ac",
"##qu"
],
[
"friend",
"##ly"
],
[
"certain",
"##ly"
],
[
"iP",
"##h"
],
[
"##om",
"##p"
],
[
"B",
"##et"
],
[
"G",
"##r"
],
[
"a",
"##verage"
],
[
"##b",
"##an"
],
[
"there",
"##fore"
],
[
"An",
"##other"
],
[
"##az",
"##ing"
],
[
"appro",
"##pri"
],
[
"ru",
"##le"
],
[
"##c",
"##ast"
],
[
"ser",
"##ve"
],
[
"should",
"##n"
],
[
"di",
"##et"
],
[
"announ",
"##ced"
],
[
"t",
"##ree"
],
[
"w",
"##itness"
],
[
"##p",
"##ro"
],
[
"##ear",
"##c"
],
[
"restaur",
"##ant"
],
[
"W",
"##est"
],
[
"##am",
"##ent"
],
[
"##ess",
"##ion"
],
[
"prom",
"##ot"
],
[
"lim",
"##ited"
],
[
"docu",
"##ments"
],
[
"B",
"##est"
],
[
"##ra",
"##g"
],
[
"cl",
"##ients"
],
[
"ste",
"##el"
],
[
"hig",
"##hest"
],
[
"J",
"##e"
],
[
"P",
"##at"
],
[
"m",
"##ix"
],
[
"re",
"##ached"
],
[
"cl",
"##oud"
],
[
"mess",
"##ages"
],
[
"dou",
"##ble"
],
[
"6",
"##0"
],
[
"y",
"##eah"
],
[
"##E",
"##T"
],
[
"##ain",
"##t"
],
[
"deg",
"##ree"
],
[
"M",
"##od"
],
[
"##b",
"##ed"
],
[
"re",
"##lease"
],
[
"part",
"##ies"
],
[
"danger",
"##ous"
],
[
"A",
"##p"
],
[
"inter",
"##act"
],
[
"conn",
"##ected"
],
[
"state",
"##ment"
],
[
"Ne",
"##xt"
],
[
"Des",
"##ign"
],
[
"e",
"##gg"
],
[
"##p",
"##ite"
],
[
"ad",
"##ult"
],
[
"real",
"##ize"
],
[
"##en",
"##ing"
],
[
"fin",
"##ish"
],
[
"pop",
"##ulation"
],
[
"fight",
"##ing"
],
[
"##i",
"##pe"
],
[
"##ict",
"##ion"
],
[
"S",
"##at"
],
[
"##it",
"##ter"
],
[
"mo",
"##ved"
],
[
"mar",
"##riage"
],
[
"agree",
"##ment"
],
[
"st",
"##ates"
],
[
"gu",
"##ide"
],
[
"lab",
"##or"
],
[
"R",
"##el"
],
[
"p",
"##ow"
],
[
"##r",
"##ast"
],
[
"des",
"##k"
],
[
"trans",
"##act"
],
[
"ter",
"##ror"
],
[
"hon",
"##est"
],
[
"C",
"##ustom"
],
[
"P",
"##ut"
],
[
"s",
"##in"
],
[
"qu",
"##al"
],
[
"des",
"##crib"
],
[
"wr",
"##ote"
],
[
"sub",
"##st"
],
[
"forg",
"##ot"
],
[
"H",
"##um"
],
[
"K",
"##ore"
],
[
"##y",
"##a"
],
[
"##se",
"##c"
],
[
"##qu",
"##e"
],
[
"sur",
"##round"
],
[
"form",
"##s"
],
[
"P",
"##erson"
],
[
"##ic",
"##a"
],
[
"incre",
"##ased"
],
[
"Serv",
"##ices"
],
[
"A",
"##v"
],
[
"M",
"##ad"
],
[
"e",
"##p"
],
[
"##ren",
"##cy"
],
[
"oper",
"##ations"
],
[
"te",
"##a"
],
[
"##ag",
"##er"
],
[
"ear",
"##lier"
],
[
"Comm",
"##un"
],
[
"clot",
"##hes"
],
[
"Jes",
"##us"
],
[
"C",
"##y"
],
[
"L",
"##a"
],
[
"any",
"##where"
],
[
"str",
"##ategy"
],
[
"chang",
"##ing"
],
[
"indust",
"##rial"
],
[
"D",
"##el"
],
[
"S",
"##an"
],
[
"ad",
"##just"
],
[
"##hen",
"##s"
],
[
"develop",
"##ing"
],
[
"fact",
"##ory"
],
[
"comfort",
"##able"
],
[
"item",
"##s"
],
[
"Dep",
"##artment"
],
[
"Brit",
"##ish"
],
[
"iPh",
"##one"
],
[
"##o",
"##oth"
],
[
"##im",
"##ately"
],
[
"ev",
"##il"
],
[
"open",
"##ing"
],
[
"benef",
"##it"
],
[
"Par",
"##is"
],
[
"sym",
"##ptoms"
],
[
"is",
"##land"
],
[
"##ust",
"##ain"
],
[
"sh",
"##ared"
],
[
"comp",
"##l"
],
[
"So",
"##cial"
],
[
"pass",
"##ed"
],
[
"jour",
"##ney"
],
[
"effic",
"##ient"
],
[
"G",
"##l"
],
[
"G",
"##reat"
],
[
"##o",
"##es"
],
[
"##dd",
"##en"
],
[
"F",
"##i"
],
[
"##s",
"##u"
],
[
"##iv",
"##en"
],
[
"exch",
"##ange"
],
[
"E",
"##as"
],
[
"p",
"##ers"
],
[
"be",
"##yond"
],
[
"Re",
"##ad"
],
[
"ap",
"##artment"
],
[
"pict",
"##ures"
],
[
"s",
"##ports"
],
[
"##v",
"##est"
],
[
"##an",
"##i"
],
[
"##it",
"##ect"
],
[
"sh",
"##ape"
],
[
"open",
"##ed"
],
[
"we",
"##ak"
],
[
"ac",
"##adem"
],
[
"Afric",
"##a"
],
[
"tradition",
"##al"
],
[
"##ar",
"##r"
],
[
"pol",
"##ic"
],
[
"ter",
"##ri"
],
[
"mention",
"##ed"
],
[
"Aust",
"##ral"
],
[
"B",
"##ank"
],
[
"V",
"##is"
],
[
"cent",
"##re"
],
[
"creat",
"##ing"
],
[
"C",
"##our"
],
[
"M",
"##c"
],
[
"r",
"##ank"
],
[
"##it",
"##ude"
],
[
"st",
"##upid"
],
[
"su",
"##dden"
],
[
"sp",
"##ent"
],
[
"bl",
"##ue"
],
[
"19",
"##8"
],
[
"ins",
"##p"
],
[
"report",
"##s"
],
[
"learn",
"##ed"
],
[
"econom",
"##y"
],
[
"lim",
"##it"
],
[
"stat",
"##us"
],
[
"P",
"##ower"
],
[
"##ic",
"##ip"
],
[
"##ag",
"##ue"
],
[
"cl",
"##osed"
],
[
"St",
"##art"
],
[
"Che",
"##ck"
],
[
"C",
"##le"
],
[
"J",
"##an"
],
[
"##it",
"##ute"
],
[
"##is",
"##ation"
],
[
"The",
"##ir"
],
[
"##ver",
"##se"
],
[
"tr",
"##uly"
],
[
"bec",
"##omes"
],
[
"inter",
"##view"
],
[
"All",
"##ah"
],
[
"dist",
"##ance"
],
[
"j",
"##ump"
],
[
"##s",
"##et"
],
[
"fl",
"##ight"
],
[
"str",
"##ateg"
],
[
"ob",
"##v"
],
[
"ide",
"##al"
],
[
"max",
"##imum"
],
[
"commer",
"##cial"
],
[
"re",
"##pe"
],
[
"su",
"##itable"
],
[
"sa",
"##ved"
],
[
"app",
"##lied"
],
[
"ser",
"##ver"
],
[
"gr",
"##adu"
],
[
"J",
"##ew"
],
[
"b",
"##le"
],
[
"##u",
"##cle"
],
[
"##e",
"##in"
],
[
"De",
"##velop"
],
[
"neg",
"##ative"
],
[
"D",
"##em"
],
[
"a",
"##in"
],
[
"##o",
"##bs"
],
[
"report",
"##ed"
],
[
"W",
"##ord"
],
[
"##ge",
"##l"
],
[
"ad",
"##op"
],
[
"call",
"##ing"
],
[
"dri",
"##ving"
],
[
"clear",
"##ly"
],
[
"Sec",
"##urity"
],
[
"2",
"##1"
],
[
"S",
"##ur"
],
[
"c",
"##as"
],
[
"w",
"##ire"
],
[
"##I",
"##D"
],
[
"##os",
"##ition"
],
[
"ob",
"##l"
],
[
"be",
"##at"
],
[
"St",
"##ep"
],
[
"fr",
"##ame"
],
[
"f",
"##resh"
],
[
"##il",
"##ies"
],
[
"ar",
"##r"
],
[
"pass",
"##word"
],
[
"Ind",
"##ia"
],
[
"extreme",
"##ly"
],
[
"r",
"##ace"
],
[
"##d",
"##ra"
],
[
"##i",
"##ers"
],
[
"de",
"##l"
],
[
"acc",
"##ur"
],
[
"techn",
"##ologies"
],
[
"mach",
"##ines"
],
[
"##iver",
"##se"
],
[
"yes",
"##terday"
],
[
"Supp",
"##lier"
],
[
"appropri",
"##ate"
],
[
"H",
"##im"
],
[
"##an",
"##ish"
],
[
"resp",
"##onse"
],
[
"anim",
"##al"
],
[
"exist",
"##ing"
],
[
"##y",
"##nam"
],
[
"##ire",
"##ction"
],
[
"great",
"##er"
],
[
"##omm",
"##od"
],
[
"I",
"##P"
],
[
"Ch",
"##ild"
],
[
"##ib",
"##ly"
],
[
"requ",
"##ires"
],
[
"kind",
"##s"
],
[
"particular",
"##ly"
],
[
"l",
"##ines"
],
[
"##i",
"##ot"
],
[
"##oss",
"##ible"
],
[
"chall",
"##eng"
],
[
"N",
"##et"
],
[
"any",
"##way"
],
[
"pre",
"##m"
],
[
"tra",
"##ffic"
],
[
"coll",
"##ection"
],
[
"provid",
"##ing"
],
[
"opportun",
"##ities"
],
[
"thous",
"##ands"
],
[
"O",
"##K"
],
[
"##m",
"##ark"
],
[
"wh",
"##om"
],
[
"rel",
"##ax"
],
[
"estab",
"##lish"
],
[
"teac",
"##her"
],
[
"D",
"##ata"
],
[
"b",
"##attle"
],
[
"##i",
"##ber"
],
[
"rele",
"##vant"
],
[
"l",
"##ady"
],
[
"s",
"##ad"
],
[
"##es",
"##ides"
],
[
"We",
"##b"
],
[
"fe",
"##et"
],
[
"abs",
"##olute"
],
[
"upd",
"##ate"
],
[
"g",
"##ain"
],
[
"##i",
"##en"
],
[
"##e",
"##ch"
],
[
"##r",
"##ate"
],
[
"##h",
"##ouse"
],
[
"##I",
"##T"
],
[
"st",
"##ock"
],
[
"##ore",
"##s"
],
[
"##ive",
"##ly"
],
[
"cl",
"##imate"
],
[
"app",
"##oint"
],
[
"acc",
"##ident"
],
[
"sm",
"##ell"
],
[
"associ",
"##ated"
],
[
"G",
"##ive"
],
[
"H",
"##ome"
],
[
"I",
"##I"
],
[
"##il",
"##ing"
],
[
"inst",
"##ruct"
],
[
"cent",
"##ral"
],
[
"complet",
"##ed"
],
[
"hu",
"##h"
],
[
"U",
"##N"
],
[
"c",
"##ru"
],
[
"i",
"##r"
],
[
"disc",
"##ount"
],
[
"dri",
"##ver"
],
[
"scient",
"##ific"
],
[
"##t",
"##t"
],
[
"##in",
"##y"
],
[
"##le",
"##ction"
],
[
"Man",
"##agement"
],
[
"5",
"##00"
],
[
"B",
"##en"
],
[
"b",
"##ird"
],
[
"l",
"##ack"
],
[
"st",
"##ories"
],
[
"de",
"##let"
],
[
"fact",
"##ors"
],
[
"##por",
"##ate"
],
[
"freed",
"##om"
],
[
"start",
"##s"
],
[
"ass",
"##ist"
],
[
"prev",
"##ious"
],
[
"B",
"##itc"
],
[
"M",
"##om"
],
[
"c",
"##aught"
],
[
"j",
"##oint"
],
[
"bo",
"##ys"
],
[
"##cri",
"##pt"
],
[
"mag",
"##n"
],
[
"ess",
"##ential"
],
[
"wel",
"##come"
],
[
"g",
"##arden"
],
[
"l",
"##augh"
],
[
"##m",
"##as"
],
[
"##er",
"##en"
],
[
"En",
"##ter"
],
[
"ele",
"##ments"
],
[
"##bo",
"##x"
],
[
"select",
"##ed"
],
[
"J",
"##une"
],
[
"##a",
"##cc"
],
[
"##ar",
"##ian"
],
[
"sp",
"##ot"
],
[
"blo",
"##g"
],
[
"organiz",
"##ations"
],
[
"k",
"##m"
],
[
"was",
"##te"
],
[
"support",
"##ed"
],
[
"field",
"##s"
],
[
"ap",
"##art"
],
[
"c",
"##ards"
],
[
"##o",
"##very"
],
[
"an",
"##g"
],
[
"##ri",
"##ef"
],
[
"c",
"##ities"
],
[
"m",
"##ir"
],
[
"p",
"##ages"
],
[
"##ol",
"##f"
],
[
"rem",
"##ind"
],
[
"account",
"##s"
],
[
"dou",
"##bt"
],
[
"e",
"##ight"
],
[
"##l",
"##ies"
],
[
"##oo",
"##s"
],
[
"qu",
"##iet"
],
[
"profess",
"##ion"
],
[
"Coun",
"##cil"
],
[
"I",
"##D"
],
[
"l",
"##iter"
],
[
"##N",
"##A"
],
[
"##se",
"##mb"
],
[
"##os",
"##is"
],
[
"sound",
"##s"
],
[
"##fortun",
"##ately"
],
[
"Bitc",
"##oin"
],
[
"E",
"##s"
],
[
"##s",
"##hip"
],
[
"##od",
"##ies"
],
[
"##um",
"##n"
],
[
"val",
"##u"
],
[
"Se",
"##lect"
],
[
"sw",
"##im"
],
[
"E",
"##lect"
],
[
"L",
"##ast"
],
[
"S",
"##orry"
],
[
"f",
"##it"
],
[
"##an",
"##cing"
],
[
"good",
"##s"
],
[
"import",
"##ance"
],
[
"citiz",
"##ens"
],
[
"i",
"##ce"
],
[
"##i",
"##us"
],
[
"the",
"##ory"
],
[
"##re",
"##ci"
],
[
"con",
"##ven"
],
[
"car",
"##s"
],
[
"mod",
"##e"
],
[
"men",
"##u"
],
[
"enc",
"##oura"
],
[
"D",
"##own"
],
[
"M",
"##il"
],
[
"##ir",
"##ing"
],
[
"op",
"##in"
],
[
"gener",
"##ally"
],
[
"test",
"##s"
],
[
"p",
"##al"
],
[
"de",
"##b"
],
[
"some",
"##where"
],
[
"Mr",
"##s"
],
[
"mot",
"##or"
],
[
"determ",
"##ine"
],
[
"Op",
"##en"
],
[
"E",
"##duc"
],
[
"##ent",
"##y"
],
[
"te",
"##eth"
],
[
"sc",
"##en"
],
[
"fun",
"##ctions"
],
[
"exp",
"##and"
],
[
"##C",
"##ont"
],
[
"St",
"##ar"
],
[
"am",
"##azing"
],
[
"rem",
"##ains"
],
[
"fin",
"##ished"
],
[
"f",
"##aster"
],
[
"ca",
"##uses"
],
[
"mil",
"##k"
],
[
"install",
"##ation"
],
[
"Ab",
"##out"
],
[
"exerc",
"##ise"
],
[
"C",
"##re"
],
[
"O",
"##ct"
],
[
"d",
"##ating"
],
[
"res",
"##erv"
],
[
"cons",
"##ist"
],
[
"cr",
"##ime"
],
[
"d",
"##irection"
],
[
"h",
"##ous"
],
[
"t",
"##ask"
],
[
"##P",
"##N"
],
[
"##ed",
"##s"
],
[
"##ound",
"##s"
],
[
"cr",
"##is"
],
[
"show",
"##ed"
],
[
"sto",
"##pped"
],
[
"##n",
"##el"
],
[
"dec",
"##l"
],
[
"experi",
"##enced"
],
[
"Every",
"##thing"
],
[
"beaut",
"##y"
],
[
"arm",
"##y"
],
[
"##earc",
"##hers"
],
[
"S",
"##ir"
],
[
"##I",
"##C"
],
[
"Pro",
"##duct"
],
[
"test",
"##ing"
],
[
"Rem",
"##ember"
],
[
"behav",
"##ior"
],
[
"b",
"##ought"
],
[
"i",
"##ron"
],
[
"##c",
"##raft"
],
[
"wonder",
"##ful"
],
[
"sus",
"##pect"
],
[
"T",
"##ry"
],
[
"##al",
"##d"
],
[
"##am",
"##ing"
],
[
"as",
"##pect"
],
[
"pl",
"##astic"
],
[
"Pro",
"##ject"
],
[
"bud",
"##get"
],
[
"th",
"##us"
],
[
"aw",
"##ard"
],
[
"dream",
"##s"
],
[
"f",
"##old"
],
[
"k",
"##iss"
],
[
"##w",
"##ide"
],
[
"se",
"##ven"
],
[
"met",
"##al"
],
[
"##ten",
"##ance"
],
[
"##z",
"##a"
],
[
"fam",
"##ilies"
],
[
"Hotel",
"##s"
],
[
"la",
"##unch"
],
[
"I",
"##ra"
],
[
"S",
"##ol"
],
[
"u",
"##nd"
],
[
"##ck",
"##s"
],
[
"li",
"##ft"
],
[
"li",
"##br"
],
[
"cont",
"##ains"
],
[
"Fr",
"##ank"
],
[
"instit",
"##utions"
],
[
"##ucle",
"##ar"
],
[
"L",
"##ife"
],
[
"d",
"##ed"
],
[
"m",
"##ad"
],
[
"##0",
"##s"
],
[
"app",
"##s"
],
[
"##li",
"##ke"
],
[
"hand",
"##le"
],
[
"conf",
"##irm"
],
[
"lik",
"##ed"
],
[
"weap",
"##ons"
],
[
"M",
"##u"
],
[
"g",
"##ift"
],
[
"r",
"##ing"
],
[
"s",
"##itting"
],
[
"##en",
"##ge"
],
[
"sh",
"##op"
],
[
"In",
"##s"
],
[
"acc",
"##ommod"
],
[
"H",
"##y"
],
[
"##ic",
"##ed"
],
[
"##ur",
"##ation"
],
[
"It",
"##al"
],
[
"hear",
"##ing"
],
[
"c",
"##ash"
],
[
"sign",
"##s"
],
[
"Not",
"##e"
],
[
"col",
"##ors"
],
[
"appear",
"##s"
],
[
"individual",
"##s"
],
[
"p",
"##et"
],
[
"##a",
"##res"
],
[
"##e",
"##ke"
],
[
"th",
"##r"
],
[
"st",
"##ream"
],
[
"se",
"##m"
],
[
"##ect",
"##ive"
],
[
"qu",
"##ant"
],
[
"per",
"##haps"
],
[
"acc",
"##ord"
],
[
"help",
"##ing"
],
[
"gra",
"##ph"
],
[
"bott",
"##om"
],
[
"m",
"##ap"
],
[
"##m",
"##s"
],
[
"##e",
"##ared"
],
[
"tr",
"##uck"
],
[
"act",
"##ions"
],
[
"ant",
"##i"
],
[
"##ograph",
"##y"
],
[
"##c",
"##he"
],
[
"##E",
"##N"
],
[
"##ber",
"##t"
],
[
"sign",
"##ed"
],
[
"independ",
"##ent"
],
[
"G",
"##old"
],
[
"##y",
"##er"
],
[
"comm",
"##itted"
],
[
"pat",
"##tern"
],
[
"walk",
"##ing"
],
[
"Part",
"##y"
],
[
"W",
"##ait"
],
[
"##ent",
"##le"
],
[
"follow",
"##ed"
],
[
"Se",
"##pt"
],
[
"manufact",
"##uring"
],
[
"sour",
"##ces"
],
[
"P",
"##ay"
],
[
"T",
"##ime"
],
[
"##le",
"##ment"
],
[
"en",
"##h"
],
[
"talk",
"##ed"
],
[
"pres",
"##ence"
],
[
"jour",
"##nal"
],
[
"regard",
"##ing"
],
[
"Prof",
"##ess"
],
[
"##re",
"##g"
],
[
"def",
"##end"
],
[
"tot",
"##ally"
],
[
"##Cont",
"##act"
],
[
"f",
"##ashion"
],
[
"##ul",
"##a"
],
[
"old",
"##er"
],
[
"conf",
"##ig"
],
[
"Comp",
"##any"
],
[
"determ",
"##ined"
],
[
"w",
"##eren"
],
[
"##i",
"##ant"
],
[
"##k",
"##ra"
],
[
"un",
"##ivers"
]
]
}
}