diff --git "a/tokenizer.json" "b/tokenizer.json" new file mode 100644--- /dev/null +++ "b/tokenizer.json" @@ -0,0 +1,10155 @@ +{ + "version": "1.0", + "truncation": { + "direction": "Right", + "max_length": 128, + "strategy": "LongestFirst", + "stride": 0 + }, + "padding": null, + "added_tokens": [ + { + "id": 0, + "content": "[PAD]", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 1, + "content": "[UNK]", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 2, + "content": "[CLS]", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 3, + "content": "[SEP]", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 4, + "content": "[MASK]", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + } + ], + "normalizer": { + "type": "BertNormalizer", + "clean_text": true, + "handle_chinese_chars": true, + "strip_accents": null, + "lowercase": true + }, + "pre_tokenizer": { + "type": "BertPreTokenizer" + }, + "post_processor": { + "type": "TemplateProcessing", + "single": [ + { + "SpecialToken": { + "id": "[CLS]", + "type_id": 0 + } + }, + { + "Sequence": { + "id": "A", + "type_id": 0 + } + }, + { + "SpecialToken": { + "id": "[SEP]", + "type_id": 0 + } + } + ], + "pair": [ + { + "SpecialToken": { + "id": "[CLS]", + "type_id": 0 + } + }, + { + "Sequence": { + "id": "A", + "type_id": 0 + } + }, + { + "SpecialToken": { + "id": "[SEP]", + "type_id": 0 + } + }, + { + "Sequence": { + "id": "B", + "type_id": 1 + } + }, + { + "SpecialToken": { + "id": "[SEP]", + "type_id": 1 + } + } + ], + "special_tokens": { + "[CLS]": { + "id": "[CLS]", + "ids": [ + 2 + ], + "tokens": [ + "[CLS]" + ] + }, + "[SEP]": { + "id": "[SEP]", + "ids": [ + 3 + ], + "tokens": [ + "[SEP]" + ] + } + } + }, + "decoder": { + "type": "WordPiece", + "prefix": "##", + "cleanup": true + }, + "model": { + "type": "WordPiece", + "unk_token": "[UNK]", + "continuing_subword_prefix": "##", + "max_input_chars_per_word": 100, + "vocab": { + "[PAD]": 0, + "[UNK]": 1, + "[CLS]": 2, + "[SEP]": 3, + "[MASK]": 4, + "!": 5, + "\"": 6, + "#": 7, + "$": 8, + "%": 9, + "&": 10, + "'": 11, + "(": 12, + ")": 13, + "*": 14, + "+": 15, + ",": 16, + "-": 17, + ".": 18, + "/": 19, + "0": 20, + "1": 21, + "2": 22, + "3": 23, + "4": 24, + "5": 25, + "6": 26, + "7": 27, + "8": 28, + "9": 29, + ":": 30, + ";": 31, + "=": 32, + ">": 33, + "?": 34, + "@": 35, + "[": 36, + "\\": 37, + "]": 38, + "_": 39, + "`": 40, + "a": 41, + "b": 42, + "c": 43, + "d": 44, + "e": 45, + "f": 46, + "g": 47, + "h": 48, + "i": 49, + "j": 50, + "k": 51, + "l": 52, + "m": 53, + "n": 54, + "o": 55, + "p": 56, + "q": 57, + "r": 58, + "s": 59, + "t": 60, + "u": 61, + "v": 62, + "w": 63, + "x": 64, + "y": 65, + "z": 66, + "{": 67, + "|": 68, + "}": 69, + "~": 70, + "¡": 71, + "¢": 72, + "£": 73, + "¤": 74, + "¥": 75, + "¦": 76, + "§": 77, + "¨": 78, + "©": 79, + "ª": 80, + "«": 81, + "¬": 82, + "®": 83, + "¯": 84, + "°": 85, + "±": 86, + "²": 87, + "³": 88, + "´": 89, + "µ": 90, + "¶": 91, + "·": 92, + "¸": 93, + "¹": 94, + "º": 95, + "»": 96, + "¼": 97, + "½": 98, + "¾": 99, + "¿": 100, + "×": 101, + "ð": 102, + "##o": 103, + "##c": 104, + "##h": 105, + "##b": 106, + "##r": 107, + "##a": 108, + "##n": 109, + "##e": 110, + "##d": 111, + "##u": 112, + "##i": 113, + "##g": 114, + "##l": 115, + "##m": 116, + "##p": 117, + "##s": 118, + "##3": 119, + "##5": 120, + "##v": 121, + "##t": 122, + "##k": 123, + "##f": 124, + "##y": 125, + "##1": 126, + "##6": 127, + "##2": 128, + "##9": 129, + "##0": 130, + "##w": 131, + "##4": 132, + "##j": 133, + "##7": 134, + "##q": 135, + "##z": 136, + "##x": 137, + "##8": 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, + "th": 163, + "the": 164, + "##er": 165, + "##in": 166, + "##on": 167, + "##at": 168, + "##es": 169, + "##en": 170, + "##nd": 171, + "##or": 172, + "to": 173, + "##is": 174, + "##an": 175, + "in": 176, + "##ed": 177, + "of": 178, + "##ar": 179, + "##it": 180, + "and": 181, + "##ing": 182, + "##al": 183, + "##ion": 184, + "##ou": 185, + "##re": 186, + "##ic": 187, + "##ro": 188, + "##ent": 189, + "##as": 190, + "##il": 191, + "##om": 192, + "is": 193, + "be": 194, + "re": 195, + "##ve": 196, + "##le": 197, + "that": 198, + "wh": 199, + "##ly": 200, + "##st": 201, + "##ct": 202, + "on": 203, + "##ot": 204, + "##ut": 205, + "for": 206, + "##ur": 207, + "##et": 208, + "st": 209, + "##id": 210, + "##ation": 211, + "##se": 212, + "it": 213, + "##ol": 214, + "##im": 215, + "##am": 216, + "##ce": 217, + "##ith": 218, + "as": 219, + "##pe": 220, + "##ow": 221, + "we": 222, + "com": 223, + "with": 224, + "##ir": 225, + "##ad": 226, + "al": 227, + "con": 228, + "he": 229, + "pro": 230, + "sh": 231, + "##ch": 232, + "de": 233, + "##ig": 234, + "##ter": 235, + "##ay": 236, + "##ver": 237, + "##ment": 238, + "an": 239, + "##ul": 240, + "this": 241, + "ha": 242, + "##ill": 243, + "##ld": 244, + "##ort": 245, + "##ri": 246, + "are": 247, + "##her": 248, + "##ess": 249, + "##ak": 250, + "his": 251, + "su": 252, + "eu": 253, + "by": 254, + "at": 255, + "ne": 256, + "not": 257, + "##ra": 258, + "##ate": 259, + "se": 260, + "me": 261, + "##pp": 262, + "her": 263, + "##est": 264, + "comm": 265, + "have": 266, + "##os": 267, + "##ould": 268, + "##ers": 269, + "##mp": 270, + "##op": 271, + "##ich": 272, + "euro": 273, + "##ge": 274, + "ex": 275, + "ch": 276, + "##ain": 277, + "##ant": 278, + "par": 279, + "##ity": 280, + "un": 281, + "##ive": 282, + "##igh": 283, + "##oun": 284, + "pr": 285, + "europe": 286, + "##us": 287, + "##ble": 288, + "has": 289, + "which": 290, + "##ck": 291, + "##ust": 292, + "##el": 293, + "##if": 294, + "le": 295, + "but": 296, + "##un": 297, + "##ies": 298, + "##ie": 299, + "en": 300, + "##end": 301, + "##ore": 302, + "##rom": 303, + "will": 304, + "##iv": 305, + "they": 306, + "from": 307, + "##ight": 308, + "do": 309, + "ag": 310, + "##od": 311, + "##sion": 312, + "##mb": 313, + "##and": 314, + "##ist": 315, + "so": 316, + "or": 317, + "all": 318, + "who": 319, + "european": 320, + "go": 321, + "res": 322, + "##ci": 323, + "##th": 324, + "##ally": 325, + "##ard": 326, + "him": 327, + "you": 328, + "##all": 329, + "wor": 330, + "##te": 331, + "coun": 332, + "##gh": 333, + "there": 334, + "##ission": 335, + "was": 336, + "tr": 337, + "ab": 338, + "##ome": 339, + "##ud": 340, + "##ure": 341, + "pres": 342, + "she": 343, + "fin": 344, + "imp": 345, + "their": 346, + "##ions": 347, + "int": 348, + "mr": 349, + "can": 350, + "##rou": 351, + "##so": 352, + "##out": 353, + "commission": 354, + "##ff": 355, + "out": 356, + "pl": 357, + "##ther": 358, + "pol": 359, + "##um": 360, + "##ous": 361, + "##li": 362, + "##our": 363, + "##ack": 364, + "##ake": 365, + "##ke": 366, + "ad": 367, + "up": 368, + "##ere": 369, + "##ab": 370, + "am": 371, + "rep": 372, + "lo": 373, + "##ect": 374, + "also": 375, + "##ap": 376, + "part": 377, + "##ue": 378, + "man": 379, + "##cc": 380, + "dis": 381, + "fa": 382, + "would": 383, + "##ident": 384, + "mar": 385, + "##ates": 386, + "li": 387, + "one": 388, + "##ish": 389, + "when": 390, + "##au": 391, + "comp": 392, + "##ans": 393, + "ar": 394, + "##mber": 395, + "##ear": 396, + "##ree": 397, + "##ag": 398, + "been": 399, + "cont": 400, + "bec": 401, + "##ations": 402, + "##ast": 403, + "co": 404, + "##ong": 405, + "reg": 406, + "##qu": 407, + "##lo": 408, + "##one": 409, + "##ry": 410, + "##ice": 411, + "inter": 412, + "should": 413, + "them": 414, + "##ance": 415, + "our": 416, + "af": 417, + "##ime": 418, + "##reat": 419, + "how": 420, + "us": 421, + "##ult": 422, + "qu": 423, + "##ire": 424, + "##vel": 425, + "##em": 426, + "##ence": 427, + "##ction": 428, + "other": 429, + "president": 430, + "##ament": 431, + "more": 432, + "into": 433, + "work": 434, + "##ach": 435, + "must": 436, + "##age": 437, + "##ia": 438, + "##ll": 439, + "##ru": 440, + "##con": 441, + "about": 442, + "##ary": 443, + "ev": 444, + "##iz": 445, + "inc": 446, + "##able": 447, + "##pport": 448, + "##ame": 449, + "mo": 450, + "pe": 451, + "like": 452, + "no": 453, + "new": 454, + "count": 455, + "##ide": 456, + "sa": 457, + "po": 458, + "##orm": 459, + "ro": 460, + "what": 461, + "##ical": 462, + "##ments": 463, + "off": 464, + "after": 465, + "exp": 466, + "cl": 467, + "kn": 468, + "if": 469, + "##ens": 470, + "##cial": 471, + "##ile": 472, + "##ts": 473, + "its": 474, + "app": 475, + "##fore": 476, + "sp": 477, + "pre": 478, + "##ated": 479, + "##liament": 480, + "parliament": 481, + "##ip": 482, + "##ces": 483, + "##ery": 484, + "##ves": 485, + "##ks": 486, + "report": 487, + "prop": 488, + "##gr": 489, + "##ell": 490, + "car": 491, + "dec": 492, + "union": 493, + "te": 494, + "##du": 495, + "##ries": 496, + "need": 497, + "time": 498, + "right": 499, + "states": 500, + "year": 501, + "##ine": 502, + "##wn": 503, + "jo": 504, + "acc": 505, + "cons": 506, + "##ition": 507, + "ind": 508, + "##cil": 509, + "only": 510, + "cr": 511, + "##cy": 512, + "these": 513, + "##ced": 514, + "##ause": 515, + "und": 516, + "##sel": 517, + "member": 518, + "my": 519, + "##ade": 520, + "##ious": 521, + "know": 522, + "##si": 523, + "##ted": 524, + "##ving": 525, + "fr": 526, + "fir": 527, + "##ang": 528, + "##00": 529, + "bet": 530, + "tw": 531, + "over": 532, + "ra": 533, + "pos": 534, + "some": 535, + "##lic": 536, + "very": 537, + "##der": 538, + "##form": 539, + "than": 540, + "##urn": 541, + "op": 542, + "again": 543, + "##ep": 544, + "just": 545, + "peop": 546, + "##og": 547, + "get": 548, + "tak": 549, + "then": 550, + "##pect": 551, + "under": 552, + "str": 553, + "##ase": 554, + "##ise": 555, + "act": 556, + "ser": 557, + "conc": 558, + "people": 559, + "now": 560, + "##ever": 561, + "##ind": 562, + "##get": 563, + "##ose": 564, + "##fer": 565, + "because": 566, + "##ub": 567, + "rec": 568, + "where": 569, + "##erm": 570, + "import": 571, + "spe": 572, + "##ject": 573, + "find": 574, + "##ial": 575, + "##ign": 576, + "council": 577, + "inv": 578, + "##ational": 579, + "##ives": 580, + "bel": 581, + "##ok": 582, + "##ace": 583, + "##ting": 584, + "had": 585, + "##ays": 586, + "##oc": 587, + "however": 588, + "two": 589, + "any": 590, + "bo": 591, + "##ite": 592, + "##ink": 593, + "##ution": 594, + "first": 595, + "##ough": 596, + "propos": 597, + "tra": 598, + "ob": 599, + "polic": 600, + "rel": 601, + "being": 602, + "##ities": 603, + "br": 604, + "##ert": 605, + "##ian": 606, + "##ife": 607, + "grou": 608, + "##ather": 609, + "att": 610, + "fe": 611, + "back": 612, + "commit": 613, + "eff": 614, + "##ild": 615, + "dem": 616, + "take": 617, + "inst": 618, + "##ass": 619, + "##we": 620, + "##velop": 621, + "##other": 622, + "##ater": 623, + "develop": 624, + "per": 625, + "##rough": 626, + "disc": 627, + "sc": 628, + "##ord": 629, + "##ved": 630, + "##ory": 631, + "##own": 632, + "##als": 633, + "make": 634, + "##ings": 635, + "ever": 636, + "##cess": 637, + "see": 638, + "##und": 639, + "leg": 640, + "##par": 641, + "##ouse": 642, + "countries": 643, + "ma": 644, + "support": 645, + "la": 646, + "end": 647, + "want": 648, + "##ily": 649, + "##ures": 650, + "es": 651, + "##ick": 652, + "##int": 653, + "##oll": 654, + "##ath": 655, + "##conom": 656, + "##ating": 657, + "##ern": 658, + "rem": 659, + "while": 660, + "##ular": 661, + "##act": 662, + "econom": 663, + "were": 664, + "sub": 665, + "##pt": 666, + "##oth": 667, + "##ility": 668, + "##ress": 669, + "way": 670, + "##riend": 671, + "agree": 672, + "trans": 673, + "kill": 674, + "##xt": 675, + "well": 676, + "partic": 677, + "important": 678, + "hel": 679, + "call": 680, + "##ween": 681, + "##ors": 682, + "between": 683, + "group": 684, + "des": 685, + "##ieve": 686, + "does": 687, + "##lear": 688, + "dire": 689, + "progr": 690, + "such": 691, + "real": 692, + "##ful": 693, + "policy": 694, + "##ific": 695, + "##self": 696, + "mon": 697, + "##ues": 698, + "ret": 699, + "##amp": 700, + "ac": 701, + "gu": 702, + "##lud": 703, + "##ents": 704, + "sy": 705, + "##ention": 706, + "through": 707, + "ass": 708, + "iss": 709, + "##ward": 710, + "house": 711, + "##ative": 712, + "dif": 713, + "even": 714, + "say": 715, + "mark": 716, + "##les": 717, + "hum": 718, + "tell": 719, + "prov": 720, + "every": 721, + "##ency": 722, + "before": 723, + "help": 724, + "those": 725, + "own": 726, + "##pon": 727, + "commun": 728, + "fact": 729, + "##uring": 730, + "##mm": 731, + "think": 732, + "##ric": 733, + "polit": 734, + "sec": 735, + "##ms": 736, + "aw": 737, + "years": 738, + "##vern": 739, + "set": 740, + "##old": 741, + "bas": 742, + "direct": 743, + "##ound": 744, + "gen": 745, + "200": 746, + "conf": 747, + "star": 748, + "##are": 749, + "##row": 750, + "good": 751, + "many": 752, + "made": 753, + "mu": 754, + "fund": 755, + "produ": 756, + "intern": 757, + "ho": 758, + "sit": 759, + "lea": 760, + "meet": 761, + "proble": 762, + "##gy": 763, + "sm": 764, + "cour": 765, + "quest": 766, + "rights": 767, + "##iew": 768, + "wom": 769, + "appro": 770, + "against": 771, + "##sible": 772, + "concern": 773, + "clear": 774, + "##day": 775, + "great": 776, + "fam": 777, + "emp": 778, + "particular": 779, + "therefore": 780, + "min": 781, + "govern": 782, + "##ene": 783, + "respon": 784, + "mak": 785, + "19": 786, + "beg": 787, + "##ual": 788, + "both": 789, + "vot": 790, + "state": 791, + "human": 792, + "bl": 793, + "world": 794, + "market": 795, + "friend": 796, + "bu": 797, + "##ublic": 798, + "##hing": 799, + "long": 800, + "economic": 801, + "social": 802, + "##air": 803, + "committe": 804, + "col": 805, + "##ently": 806, + "inform": 807, + "down": 808, + "##eration": 809, + "bro": 810, + "##ning": 811, + "##ited": 812, + "fil": 813, + "##ange": 814, + "sch": 815, + "includ": 816, + "most": 817, + "##ady": 818, + "deb": 819, + "far": 820, + "may": 821, + "add": 822, + "##ters": 823, + "##lect": 824, + "##ually": 825, + "##eral": 826, + "same": 827, + "##ood": 828, + "##ty": 829, + "##ision": 830, + "life": 831, + "##ict": 832, + "##ural": 833, + "still": 834, + "could": 835, + "mat": 836, + "##over": 837, + "##av": 838, + "amend": 839, + "##ins": 840, + "##its": 841, + "##ied": 842, + "##hip": 843, + "##ices": 844, + "def": 845, + "order": 846, + "believe": 847, + "committee": 848, + "political": 849, + "child": 850, + "contin": 851, + "##led": 852, + "war": 853, + "last": 854, + "much": 855, + "too": 856, + "##stem": 857, + "##ollow": 858, + "high": 859, + "##ail": 860, + "requ": 861, + "ke": 862, + "follow": 863, + "ext": 864, + "prote": 865, + "nu": 866, + "##uth": 867, + "lead": 868, + "beh": 869, + "system": 870, + "pers": 871, + "cap": 872, + "##ac": 873, + "return": 874, + "put": 875, + "##cept": 876, + "ins": 877, + "use": 878, + "##ract": 879, + "##uation": 880, + "pri": 881, + "##ince": 882, + "##rib": 883, + "##ised": 884, + "finan": 885, + "##ft": 886, + "regard": 887, + "##tle": 888, + "program": 889, + "##mbers": 890, + "hand": 891, + "here": 892, + "father": 893, + "public": 894, + "char": 895, + "treat": 896, + "cur": 897, + "##eng": 898, + "ph": 899, + "ref": 900, + "day": 901, + "sur": 902, + "film": 903, + "id": 904, + "home": 905, + "bud": 906, + "country": 907, + "law": 908, + "during": 909, + "##loy": 910, + "point": 911, + "##ides": 912, + "aff": 913, + "show": 914, + "development": 915, + "##oung": 916, + "##ism": 917, + "##res": 918, + "said": 919, + "##me": 920, + "young": 921, + "let": 922, + "##ork": 923, + "serv": 924, + "sim": 925, + "dra": 926, + "form": 927, + "##iven": 928, + "##ying": 929, + "##ne": 930, + "ens": 931, + "fl": 932, + "plan": 933, + "effect": 934, + "incre": 935, + "cit": 936, + "##ons": 937, + "##lement": 938, + "commissioner": 939, + "red": 940, + "consid": 941, + "sol": 942, + "##ah": 943, + "interest": 944, + "ap": 945, + "question": 946, + "##alk": 947, + "next": 948, + "##ph": 949, + "##ank": 950, + "##ertain": 951, + "result": 952, + "your": 953, + "national": 954, + "det": 955, + "family": 956, + "meas": 957, + "old": 958, + "##land": 959, + "##ately": 960, + "##rb": 961, + "citiz": 962, + "##irl": 963, + "happ": 964, + "fut": 965, + "members": 966, + "##ety": 967, + "proposal": 968, + "term": 969, + "another": 970, + "bar": 971, + "uh": 972, + "##oney": 973, + "##gan": 974, + "ask": 975, + "turn": 976, + "##arge": 977, + "ca": 978, + "situation": 979, + "democ": 980, + "view": 981, + "##cond": 982, + "const": 983, + "budget": 984, + "future": 985, + "place": 986, + "har": 987, + "ear": 988, + "tells": 989, + "##alth": 990, + "run": 991, + "##omet": 992, + "today": 993, + "look": 994, + "env": 995, + "prom": 996, + "conv": 997, + "prev": 998, + "mean": 999, + "gr": 1000, + "##augh": 1001, + "##ys": 1002, + "level": 1003, + "community": 1004, + "three": 1005, + "est": 1006, + "ful": 1007, + "##ount": 1008, + "adop": 1009, + "wr": 1010, + "bus": 1011, + "differ": 1012, + "##lish": 1013, + "sign": 1014, + "play": 1015, + "##cing": 1016, + "without": 1017, + "love": 1018, + "##ute": 1019, + "taken": 1020, + "case": 1021, + "##men": 1022, + "med": 1023, + "##err": 1024, + "##bility": 1025, + "second": 1026, + "citizens": 1027, + "##ruct": 1028, + "rest": 1029, + "cent": 1030, + "certain": 1031, + "compet": 1032, + "issue": 1033, + "later": 1034, + "regul": 1035, + "##gg": 1036, + "##round": 1037, + "fall": 1038, + "money": 1039, + "cor": 1040, + "process": 1041, + "##ash": 1042, + "dr": 1043, + "come": 1044, + "##atic": 1045, + "fur": 1046, + "##man": 1047, + "##ple": 1048, + "rev": 1049, + "stand": 1050, + "cann": 1051, + "financial": 1052, + "pow": 1053, + "possible": 1054, + "##onment": 1055, + "##ready": 1056, + "already": 1057, + "##olog": 1058, + "girl": 1059, + "mrs": 1060, + "able": 1061, + "coop": 1062, + "agreement": 1063, + "within": 1064, + "lrb": 1065, + "somet": 1066, + "el": 1067, + "##ines": 1068, + "##ret": 1069, + "##ner": 1070, + "why": 1071, + "since": 1072, + "government": 1073, + "envir": 1074, + "curr": 1075, + "going": 1076, + "loc": 1077, + "environment": 1078, + "##temp": 1079, + "allow": 1080, + "cre": 1081, + "police": 1082, + "mad": 1083, + "main": 1084, + "invol": 1085, + "give": 1086, + "present": 1087, + "head": 1088, + "##vers": 1089, + "resol": 1090, + "information": 1091, + "fight": 1092, + "debate": 1093, + "takes": 1094, + "goes": 1095, + "discus": 1096, + "invest": 1097, + "##alf": 1098, + "away": 1099, + "did": 1100, + "vi": 1101, + "respect": 1102, + "prin": 1103, + "finally": 1104, + "cannot": 1105, + "av": 1106, + "international": 1107, + "though": 1108, + "mother": 1109, + "ent": 1110, + "vis": 1111, + "ach": 1112, + "consider": 1113, + "##ody": 1114, + "auth": 1115, + "##ss": 1116, + "measures": 1117, + "reas": 1118, + "em": 1119, + "area": 1120, + "each": 1121, + "##iving": 1122, + "hope": 1123, + "organ": 1124, + "##urity": 1125, + "employ": 1126, + "women": 1127, + "job": 1128, + "course": 1129, + "sw": 1130, + "##iss": 1131, + "init": 1132, + "##ists": 1133, + "deal": 1134, + "ta": 1135, + "having": 1136, + "further": 1137, + "##ority": 1138, + "contro": 1139, + "hear": 1140, + "##ains": 1141, + "maj": 1142, + "neg": 1143, + "arri": 1144, + "##reed": 1145, + "##ctor": 1146, + "##ici": 1147, + "implement": 1148, + "common": 1149, + "##ren": 1150, + "finds": 1151, + "saf": 1152, + "##ten": 1153, + "##ital": 1154, + "attemp": 1155, + "##atch": 1156, + "##ool": 1157, + "ener": 1158, + "night": 1159, + "adv": 1160, + "##ister": 1161, + "toget": 1162, + "together": 1163, + "number": 1164, + "given": 1165, + "##utions": 1166, + "val": 1167, + "##cb": 1168, + "instit": 1169, + "once": 1170, + "security": 1171, + "expl": 1172, + "directive": 1173, + "##tern": 1174, + "open": 1175, + "##ried": 1176, + "##ost": 1177, + "esc": 1178, + "small": 1179, + "##isl": 1180, + "##iness": 1181, + "##ness": 1182, + "##pear": 1183, + "cond": 1184, + "action": 1185, + "imm": 1186, + "inf": 1187, + "relations": 1188, + "impro": 1189, + "death": 1190, + "##isation": 1191, + "gra": 1192, + "##ling": 1193, + "ann": 1194, + "legal": 1195, + "legisl": 1196, + "##chn": 1197, + "become": 1198, + "sho": 1199, + "energy": 1200, + "pur": 1201, + "cooperation": 1202, + "##iting": 1203, + "himself": 1204, + "##imin": 1205, + "##port": 1206, + "spec": 1207, + "object": 1208, + "becom": 1209, + "##ross": 1210, + "examp": 1211, + "##eur": 1212, + "##ird": 1213, + "##itions": 1214, + "lit": 1215, + "mill": 1216, + "men": 1217, + "nat": 1218, + "##work": 1219, + "health": 1220, + "really": 1221, + "stud": 1222, + "##wards": 1223, + "rul": 1224, + "##ether": 1225, + "princi": 1226, + "20": 1227, + "##ond": 1228, + "few": 1229, + "never": 1230, + "##fic": 1231, + "##ov": 1232, + "dist": 1233, + "##ccess": 1234, + "##ages": 1235, + "sing": 1236, + "rapport": 1237, + "don": 1238, + "##ead": 1239, + "rapporteur": 1240, + "soon": 1241, + "sl": 1242, + "problems": 1243, + "comes": 1244, + "problem": 1245, + "comple": 1246, + "united": 1247, + "wish": 1248, + "##ined": 1249, + "art": 1250, + "dri": 1251, + "son": 1252, + "means": 1253, + "##tain": 1254, + "##by": 1255, + "necess": 1256, + "discover": 1257, + "children": 1258, + "something": 1259, + "initi": 1260, + "##ron": 1261, + "repres": 1262, + "grow": 1263, + "attack": 1264, + "mod": 1265, + "ensure": 1266, + "indust": 1267, + "bre": 1268, + "##ises": 1269, + "pay": 1270, + "school": 1271, + "##ality": 1272, + "feel": 1273, + "strate": 1274, + "##oura": 1275, + "techn": 1276, + "mur": 1277, + "##orities": 1278, + "reve": 1279, + "making": 1280, + "person": 1281, + "##imes": 1282, + "equ": 1283, + "##ber": 1284, + "##ased": 1285, + "free": 1286, + "compan": 1287, + "wife": 1288, + "seem": 1289, + "working": 1290, + "mor": 1291, + "access": 1292, + "##eric": 1293, + "protection": 1294, + "terr": 1295, + "wel": 1296, + "thank": 1297, + "##ided": 1298, + "region": 1299, + "sever": 1300, + "##itive": 1301, + "##per": 1302, + "example": 1303, + "##red": 1304, + "business": 1305, + "##ison": 1306, + "success": 1307, + "pass": 1308, + "cost": 1309, + "##uses": 1310, + "lad": 1311, + "colle": 1312, + "including": 1313, + "##pportun": 1314, + "fav": 1315, + "opportun": 1316, + "##come": 1317, + "vote": 1318, + "general": 1319, + "control": 1320, + "different": 1321, + "adm": 1322, + "##orts": 1323, + "gent": 1324, + "lear": 1325, + "##ences": 1326, + "199": 1327, + "eng": 1328, + "##ability": 1329, + "redu": 1330, + "found": 1331, + "##pr": 1332, + "friends": 1333, + "mil": 1334, + "##ale": 1335, + "met": 1336, + "gets": 1337, + "ste": 1338, + "gentle": 1339, + "things": 1340, + "americ": 1341, + "better": 1342, + "##wh": 1343, + "enc": 1344, + "used": 1345, + "power": 1346, + "elect": 1347, + "##ix": 1348, + "##stand": 1349, + "care": 1350, + "event": 1351, + "proced": 1352, + "##til": 1353, + "##thing": 1354, + "whether": 1355, + "##oti": 1356, + "dep": 1357, + "##ablish": 1358, + "diffic": 1359, + "difficult": 1360, + "var": 1361, + "position": 1362, + "around": 1363, + "##ina": 1364, + "##ising": 1365, + "establish": 1366, + "##io": 1367, + "talk": 1368, + "issues": 1369, + "treaty": 1370, + "rules": 1371, + "services": 1372, + "particularly": 1373, + "##ants": 1374, + "reach": 1375, + "approach": 1376, + "##ib": 1377, + "ladies": 1378, + "aid": 1379, + "step": 1380, + "##ann": 1381, + "ve": 1382, + "##ards": 1383, + "##cu": 1384, + "story": 1385, + "trade": 1386, + "rus": 1387, + "change": 1388, + "little": 1389, + "tries": 1390, + "##selves": 1391, + "##ane": 1392, + "word": 1393, + "gentlemen": 1394, + "negoti": 1395, + "town": 1396, + "##ases": 1397, + "necessary": 1398, + "matter": 1399, + "product": 1400, + "##ways": 1401, + "makes": 1402, + "##ends": 1403, + "decision": 1404, + "amendments": 1405, + "large": 1406, + "keep": 1407, + "democr": 1408, + "##ential": 1409, + "air": 1410, + "pract": 1411, + "speak": 1412, + "##ik": 1413, + "prof": 1414, + "done": 1415, + "##lus": 1416, + "supp": 1417, + "local": 1418, + "express": 1419, + "third": 1420, + "##aughter": 1421, + "pat": 1422, + "realiz": 1423, + "party": 1424, + "lu": 1425, + "role": 1426, + "##rodu": 1427, + "nam": 1428, + "prepar": 1429, + "exper": 1430, + "name": 1431, + "refer": 1432, + "needs": 1433, + "leave": 1434, + "pa": 1435, + "ide": 1436, + "crit": 1437, + "until": 1438, + "taking": 1439, + "##ration": 1440, + "woman": 1441, + "serious": 1442, + "##ield": 1443, + "rece": 1444, + "represent": 1445, + "areas": 1446, + "che": 1447, + "specific": 1448, + "##erman": 1449, + "programme": 1450, + "consum": 1451, + "##sibility": 1452, + "along": 1453, + "fail": 1454, + "whole": 1455, + "bal": 1456, + "best": 1457, + "move": 1458, + "appear": 1459, + "##ims": 1460, + "##ug": 1461, + "frame": 1462, + "madam": 1463, + "##part": 1464, + "continue": 1465, + "##ged": 1466, + "subject": 1467, + "arr": 1468, + "tom": 1469, + "dest": 1470, + "clo": 1471, + "bring": 1472, + "presid": 1473, + "je": 1474, + "becomes": 1475, + "##ining": 1476, + "##ened": 1477, + "affair": 1478, + "brother": 1479, + "project": 1480, + "##ances": 1481, + "##ape": 1482, + "begin": 1483, + "chang": 1484, + "left": 1485, + "reason": 1486, + "##gu": 1487, + "promot": 1488, + "less": 1489, + "room": 1490, + "ru": 1491, + "called": 1492, + "ye": 1493, + "##ark": 1494, + "soci": 1495, + "offic": 1496, + "reform": 1497, + "alth": 1498, + "##hn": 1499, + "short": 1500, + "##ats": 1501, + "towards": 1502, + "although": 1503, + "##itor": 1504, + "tax": 1505, + "progress": 1506, + "bene": 1507, + "sector": 1508, + "resolution": 1509, + "##ources": 1510, + "build": 1511, + "##ps": 1512, + "##earch": 1513, + "research": 1514, + "poin": 1515, + "##less": 1516, + "killed": 1517, + "begins": 1518, + "##ified": 1519, + "##den": 1520, + "##edi": 1521, + "##osed": 1522, + "several": 1523, + "viol": 1524, + "break": 1525, + "opin": 1526, + "presidency": 1527, + "##aps": 1528, + "lab": 1529, + "learn": 1530, + "ir": 1531, + "based": 1532, + "creat": 1533, + "sus": 1534, + "##ically": 1535, + "cla": 1536, + "always": 1537, + "##enn": 1538, + "##isions": 1539, + "##ending": 1540, + "##la": 1541, + "contrib": 1542, + "##side": 1543, + "suff": 1544, + "introdu": 1545, + "fle": 1546, + "terms": 1547, + "sk": 1548, + "four": 1549, + "effective": 1550, + "cult": 1551, + "rob": 1552, + "city": 1553, + "bor": 1554, + "pop": 1555, + "framework": 1556, + "demand": 1557, + "summ": 1558, + "basis": 1559, + "daughter": 1560, + "boy": 1561, + "start": 1562, + "behalf": 1563, + "wa": 1564, + "office": 1565, + "gre": 1566, + "unf": 1567, + "##ral": 1568, + "food": 1569, + "##ek": 1570, + "##ably": 1571, + "##ired": 1572, + "dead": 1573, + "yet": 1574, + "transport": 1575, + "rather": 1576, + "tur": 1577, + "agric": 1578, + "agricult": 1579, + "##cially": 1580, + "understand": 1581, + "read": 1582, + "occ": 1583, + "month": 1584, + "##ics": 1585, + "million": 1586, + "following": 1587, + "##orth": 1588, + "##ier": 1589, + "enter": 1590, + "yeah": 1591, + "##ogn": 1592, + "proposals": 1593, + "##ense": 1594, + "##ination": 1595, + "cris": 1596, + "near": 1597, + "##ha": 1598, + "favour": 1599, + "tri": 1600, + "desp": 1601, + "glo": 1602, + "regulation": 1603, + "murder": 1604, + "john": 1605, + "chr": 1606, + "decides": 1607, + "recogn": 1608, + "freed": 1609, + "##ured": 1610, + "oper": 1611, + "ple": 1612, + "ge": 1613, + "arm": 1614, + "peace": 1615, + "leaves": 1616, + "crisis": 1617, + "simp": 1618, + "##leg": 1619, + "##eed": 1620, + "##ible": 1621, + "exist": 1622, + "stop": 1623, + "land": 1624, + "ur": 1625, + "activ": 1626, + "##ster": 1627, + "eas": 1628, + "upon": 1629, + "account": 1630, + "accept": 1631, + "##bal": 1632, + "##ening": 1633, + "##ots": 1634, + "##ger": 1635, + "vict": 1636, + "discuss": 1637, + "adopted": 1638, + "amendment": 1639, + "concerned": 1640, + "ris": 1641, + "dev": 1642, + "close": 1643, + "court": 1644, + "da": 1645, + "strong": 1646, + "says": 1647, + "kind": 1648, + "rom": 1649, + "##sequ": 1650, + "##ength": 1651, + "##while": 1652, + "##ton": 1653, + "##ock": 1654, + "##ump": 1655, + "##asing": 1656, + "##ee": 1657, + "mention": 1658, + "manage": 1659, + "opp": 1660, + "actually": 1661, + "full": 1662, + "benef": 1663, + "wants": 1664, + "freedom": 1665, + "strategy": 1666, + "forward": 1667, + "major": 1668, + "##imate": 1669, + "final": 1670, + "legislation": 1671, + "provide": 1672, + "blo": 1673, + "protect": 1674, + "##used": 1675, + "others": 1676, + "vill": 1677, + "pet": 1678, + "##ven": 1679, + "##to": 1680, + "constit": 1681, + "mot": 1682, + "among": 1683, + "force": 1684, + "past": 1685, + "bur": 1686, + "##atives": 1687, + "opinion": 1688, + "##com": 1689, + "current": 1690, + "terror": 1691, + "assist": 1692, + "secret": 1693, + "mom": 1694, + "employment": 1695, + "los": 1696, + "ed": 1697, + "opportunity": 1698, + "##tion": 1699, + "meanwhile": 1700, + "espe": 1701, + "##ley": 1702, + "threat": 1703, + "##ession": 1704, + "quite": 1705, + "especially": 1706, + "##ests": 1707, + "##ceed": 1708, + "##gs": 1709, + "improve": 1710, + "big": 1711, + "fundament": 1712, + "gives": 1713, + "rele": 1714, + "remain": 1715, + "accord": 1716, + "safety": 1717, + "achieve": 1718, + "##ec": 1719, + "##pri": 1720, + "eventually": 1721, + "various": 1722, + "##az": 1723, + "dou": 1724, + "##tegr": 1725, + "##eign": 1726, + "asks": 1727, + "##ream": 1728, + "involved": 1729, + "ess": 1730, + "named": 1731, + "institutions": 1732, + "due": 1733, + "hus": 1734, + "relationship": 1735, + "sent": 1736, + "water": 1737, + "##ension": 1738, + "##co": 1739, + "belie": 1740, + "##arant": 1741, + "##iding": 1742, + "##ivers": 1743, + "camp": 1744, + "instead": 1745, + "##pped": 1746, + "welcome": 1747, + "live": 1748, + "lim": 1749, + "itself": 1750, + "clearly": 1751, + "##ners": 1752, + "##idence": 1753, + "industry": 1754, + "addition": 1755, + "comb": 1756, + "least": 1757, + "behind": 1758, + "##iod": 1759, + "struct": 1760, + "civ": 1761, + "hold": 1762, + "press": 1763, + "jud": 1764, + "might": 1765, + "try": 1766, + "body": 1767, + "non": 1768, + "fis": 1769, + "face": 1770, + "##ering": 1771, + "guarant": 1772, + "global": 1773, + "##sw": 1774, + "farm": 1775, + "attention": 1776, + "enough": 1777, + "everyone": 1778, + "ident": 1779, + "bill": 1780, + "##duc": 1781, + "##band": 1782, + "kid": 1783, + "despite": 1784, + "resources": 1785, + "seen": 1786, + "##ized": 1787, + "##ium": 1788, + "authorities": 1789, + "integr": 1790, + "##ler": 1791, + "hu": 1792, + "ty": 1793, + "##ench": 1794, + "society": 1795, + "meets": 1796, + "civil": 1797, + "fundamental": 1798, + "meeting": 1799, + "conditions": 1800, + "road": 1801, + "list": 1802, + "returns": 1803, + "educ": 1804, + "escape": 1805, + "trying": 1806, + "##friend": 1807, + "##rie": 1808, + "prevent": 1809, + "abs": 1810, + "tar": 1811, + "true": 1812, + "lives": 1813, + "using": 1814, + "expect": 1815, + "single": 1816, + "##ended": 1817, + "priv": 1818, + "sex": 1819, + "gun": 1820, + "falls": 1821, + "quick": 1822, + "chall": 1823, + "sou": 1824, + "extre": 1825, + "perform": 1826, + "fun": 1827, + "proposed": 1828, + "increase": 1829, + "##raph": 1830, + "experi": 1831, + "themselves": 1832, + "##icle": 1833, + "shall": 1834, + "mid": 1835, + "##key": 1836, + "hun": 1837, + "hard": 1838, + "field": 1839, + "##racy": 1840, + "complete": 1841, + "##way": 1842, + "##ges": 1843, + "##na": 1844, + "sure": 1845, + "##hes": 1846, + "principle": 1847, + "doing": 1848, + "miss": 1849, + "congr": 1850, + "##oy": 1851, + "stat": 1852, + "gl": 1853, + "efforts": 1854, + "require": 1855, + "christ": 1856, + "husband": 1857, + "funds": 1858, + "strength": 1859, + "del": 1860, + "internal": 1861, + "king": 1862, + "mov": 1863, + "port": 1864, + "democratic": 1865, + "##ither": 1866, + "##ivid": 1867, + "responsibility": 1868, + "affairs": 1869, + "bank": 1870, + "black": 1871, + "indeed": 1872, + "special": 1873, + "gang": 1874, + "cho": 1875, + "sees": 1876, + "environmental": 1877, + "thing": 1878, + "aim": 1879, + "policies": 1880, + "german": 1881, + "##ata": 1882, + "living": 1883, + "##ator": 1884, + "##go": 1885, + "travel": 1886, + "procedure": 1887, + "words": 1888, + "lib": 1889, + "hor": 1890, + "period": 1891, + "decl": 1892, + "rcb": 1893, + "address": 1894, + "mus": 1895, + "importance": 1896, + "##ets": 1897, + "accident": 1898, + "greater": 1899, + "##fully": 1900, + "nothing": 1901, + "##up": 1902, + "points": 1903, + "news": 1904, + "cover": 1905, + "orig": 1906, + "workers": 1907, + "cut": 1908, + "##ulation": 1909, + "shows": 1910, + "##uck": 1911, + "lot": 1912, + "answ": 1913, + "##ove": 1914, + "team": 1915, + "products": 1916, + "##omm": 1917, + "outside": 1918, + "instru": 1919, + "##mes": 1920, + "fo": 1921, + "sugg": 1922, + "voted": 1923, + "affect": 1924, + "enl": 1925, + "##arity": 1926, + "brit": 1927, + "##ived": 1928, + "hist": 1929, + "appropri": 1930, + "amb": 1931, + "hon": 1932, + "individ": 1933, + "partners": 1934, + "ago": 1935, + "negotiations": 1936, + "fish": 1937, + "mind": 1938, + "often": 1939, + "ends": 1940, + "jack": 1941, + "##anger": 1942, + "##ont": 1943, + "prison": 1944, + "signific": 1945, + "entire": 1946, + "##stain": 1947, + "post": 1948, + "bat": 1949, + "dru": 1950, + "##osp": 1951, + "extreme": 1952, + "shar": 1953, + "seems": 1954, + "win": 1955, + "##cep": 1956, + "##itch": 1957, + "lis": 1958, + "technolog": 1959, + "##ested": 1960, + "pal": 1961, + "inn": 1962, + "watch": 1963, + "reveal": 1964, + "aud": 1965, + "dan": 1966, + "##ify": 1967, + "disp": 1968, + "##ury": 1969, + "obs": 1970, + "000": 1971, + "got": 1972, + "investig": 1973, + "origin": 1974, + "former": 1975, + "colleag": 1976, + "##enge": 1977, + "everything": 1978, + "days": 1979, + "##erv": 1980, + "increasing": 1981, + "jun": 1982, + "##rees": 1983, + "american": 1984, + "months": 1985, + "low": 1986, + "discussion": 1987, + "positive": 1988, + "times": 1989, + "class": 1990, + "quality": 1991, + "apart": 1992, + "ele": 1993, + "across": 1994, + "anim": 1995, + "docu": 1996, + "calls": 1997, + "growth": 1998, + "ship": 1999, + "ant": 2000, + "service": 2001, + "saying": 2002, + "competition": 2003, + "achie": 2004, + "foreign": 2005, + "mag": 2006, + "milit": 2007, + "rich": 2008, + "##arch": 2009, + "trad": 2010, + "encoura": 2011, + "ban": 2012, + "regions": 2013, + "rule": 2014, + "##bon": 2015, + "interests": 2016, + "economy": 2017, + "##aged": 2018, + "##aper": 2019, + "##sh": 2020, + "deli": 2021, + "##ification": 2022, + "cou": 2023, + "##aster": 2024, + "attempts": 2025, + "justice": 2026, + "democracy": 2027, + "cir": 2028, + "arrives": 2029, + "##most": 2030, + "sci": 2031, + "##ered": 2032, + "##iously": 2033, + "san": 2034, + "light": 2035, + "##ensive": 2036, + "avail": 2037, + "##here": 2038, + "moment": 2039, + "five": 2040, + "##son": 2041, + "##gn": 2042, + "line": 2043, + "parents": 2044, + "movie": 2045, + "consequ": 2046, + "draw": 2047, + "##ony": 2048, + "particip": 2049, + "foc": 2050, + "purs": 2051, + "destro": 2052, + "neigh": 2053, + "fell": 2054, + "une": 2055, + "neighb": 2056, + "rad": 2057, + "whose": 2058, + "##ference": 2059, + "simply": 2060, + "exc": 2061, + "##eless": 2062, + "side": 2063, + "##ortun": 2064, + "##omb": 2065, + "quickly": 2066, + "##gar": 2067, + "essential": 2068, + "##ring": 2069, + "ce": 2070, + "results": 2071, + "implementation": 2072, + "conn": 2073, + "turns": 2074, + "whom": 2075, + "communic": 2076, + "applic": 2077, + "interv": 2078, + "##ior": 2079, + "##ires": 2080, + "questions": 2081, + "temp": 2082, + "top": 2083, + "lack": 2084, + "subst": 2085, + "##orn": 2086, + "stay": 2087, + "##ai": 2088, + "text": 2089, + "sal": 2090, + "idea": 2091, + "bra": 2092, + "aspect": 2093, + "immedi": 2094, + "circ": 2095, + "##ull": 2096, + "risk": 2097, + "ground": 2098, + "starts": 2099, + "unfortun": 2100, + "runs": 2101, + "##ask": 2102, + "dut": 2103, + "hot": 2104, + "10": 2105, + "education": 2106, + "concerns": 2107, + "recent": 2108, + "##ogue": 2109, + "sam": 2110, + "key": 2111, + "lcb": 2112, + "harm": 2113, + "fire": 2114, + "determ": 2115, + "management": 2116, + "cal": 2117, + "create": 2118, + "cru": 2119, + "##ize": 2120, + "regional": 2121, + "crimin": 2122, + "plans": 2123, + "safe": 2124, + "demon": 2125, + "looking": 2126, + "sister": 2127, + "##erry": 2128, + "##atory": 2129, + "sat": 2130, + "##ya": 2131, + "week": 2132, + "data": 2133, + "##utional": 2134, + "##be": 2135, + "admin": 2136, + "pot": 2137, + "accep": 2138, + "article": 2139, + "leaving": 2140, + "im": 2141, + "cross": 2142, + "standards": 2143, + "fair": 2144, + "super": 2145, + "certainly": 2146, + "convin": 2147, + "flo": 2148, + "fully": 2149, + "sel": 2150, + "bad": 2151, + "central": 2152, + "eur": 2153, + "aware": 2154, + "201": 2155, + "sustain": 2156, + "perh": 2157, + "getting": 2158, + "company": 2159, + "fisher": 2160, + "perhaps": 2161, + "discovers": 2162, + "lat": 2163, + "responsible": 2164, + "afric": 2165, + "##ulate": 2166, + "##utes": 2167, + "significant": 2168, + "attempt": 2169, + "longer": 2170, + "heart": 2171, + "princip": 2172, + "changes": 2173, + "companies": 2174, + "stre": 2175, + "##unch": 2176, + "##has": 2177, + "impact": 2178, + "military": 2179, + "clos": 2180, + "di": 2181, + "bab": 2182, + "thus": 2183, + "ga": 2184, + "##ech": 2185, + "##els": 2186, + "recomm": 2187, + "ey": 2188, + "effici": 2189, + "extremely": 2190, + "dial": 2191, + "den": 2192, + "pack": 2193, + "reveals": 2194, + "charact": 2195, + "transpar": 2196, + "seek": 2197, + "confron": 2198, + "##ara": 2199, + "##cies": 2200, + "island": 2201, + "conclus": 2202, + "production": 2203, + "initiative": 2204, + "reject": 2205, + "realizes": 2206, + "##ators": 2207, + "groups": 2208, + "needed": 2209, + "##text": 2210, + "congrat": 2211, + "almost": 2212, + "broad": 2213, + "six": 2214, + "crime": 2215, + "poor": 2216, + "net": 2217, + "majority": 2218, + "building": 2219, + "##ames": 2220, + "decisions": 2221, + "##epend": 2222, + "capt": 2223, + "tele": 2224, + "share": 2225, + "##oks": 2226, + "##enda": 2227, + "##ana": 2228, + "##ging": 2229, + "div": 2230, + "yes": 2231, + "##omp": 2232, + "##ma": 2233, + "available": 2234, + "hosp": 2235, + "assess": 2236, + "grand": 2237, + "decide": 2238, + "objective": 2239, + "##cise": 2240, + "##pping": 2241, + "unc": 2242, + "nor": 2243, + "sn": 2244, + "tot": 2245, + "fig": 2246, + "minister": 2247, + "##ney": 2248, + "surv": 2249, + "fear": 2250, + "white": 2251, + "above": 2252, + "morning": 2253, + "visit": 2254, + "##using": 2255, + "##cks": 2256, + "known": 2257, + "programmes": 2258, + "solution": 2259, + "village": 2260, + "mess": 2261, + "avo": 2262, + "cy": 2263, + "##rought": 2264, + "objectives": 2265, + "dam": 2266, + "agreements": 2267, + "south": 2268, + "monitor": 2269, + "sold": 2270, + "##ians": 2271, + "administ": 2272, + "geor": 2273, + "sud": 2274, + "##ott": 2275, + "turkey": 2276, + "lost": 2277, + "independ": 2278, + "emphas": 2279, + "jobs": 2280, + "##iff": 2281, + "ital": 2282, + "joint": 2283, + "convention": 2284, + "half": 2285, + "scene": 2286, + "stri": 2287, + "search": 2288, + "unfortunately": 2289, + "##cell": 2290, + "conflic": 2291, + "target": 2292, + "married": 2293, + "teach": 2294, + "##soci": 2295, + "ill": 2296, + "according": 2297, + "##oss": 2298, + "frank": 2299, + "held": 2300, + "##dle": 2301, + "door": 2302, + "um": 2303, + "currently": 2304, + "##sia": 2305, + "coming": 2306, + "alone": 2307, + "coord": 2308, + "mer": 2309, + "forces": 2310, + "lisbon": 2311, + "prot": 2312, + "gener": 2313, + "dro": 2314, + "##ush": 2315, + "cases": 2316, + "include": 2317, + "##ned": 2318, + "##riage": 2319, + "dialogue": 2320, + "doub": 2321, + "solid": 2322, + "appears": 2323, + "mult": 2324, + "##ny": 2325, + "##istic": 2326, + "agricultural": 2327, + "costs": 2328, + "##han": 2329, + "danger": 2330, + "events": 2331, + "activities": 2332, + "##for": 2333, + "asked": 2334, + "associ": 2335, + "developing": 2336, + "hospital": 2337, + "cat": 2338, + "self": 2339, + "##lig": 2340, + "emer": 2341, + "wind": 2342, + "reports": 2343, + "herself": 2344, + "review": 2345, + "il": 2346, + "systems": 2347, + "infl": 2348, + "##que": 2349, + "##ude": 2350, + "##hod": 2351, + "concerning": 2352, + "15": 2353, + "writing": 2354, + "deep": 2355, + "mist": 2356, + "won": 2357, + "comprom": 2358, + "russia": 2359, + "##lies": 2360, + "mis": 2361, + "climate": 2362, + "conference": 2363, + "emb": 2364, + "##eth": 2365, + "else": 2366, + "demonst": 2367, + "er": 2368, + "##aff": 2369, + "tour": 2370, + "told": 2371, + "carry": 2372, + "immig": 2373, + "front": 2374, + "kills": 2375, + "context": 2376, + "brought": 2377, + "mentioned": 2378, + "enlarge": 2379, + "private": 2380, + "green": 2381, + "french": 2382, + "train": 2383, + "british": 2384, + "vol": 2385, + "individual": 2386, + "border": 2387, + "refuses": 2388, + "forced": 2389, + "appropriate": 2390, + "sea": 2391, + "##lier": 2392, + "##hood": 2393, + "tal": 2394, + "##ders": 2395, + "apply": 2396, + "##ding": 2397, + "##ars": 2398, + "training": 2399, + "mich": 2400, + "##ledge": 2401, + "##ites": 2402, + "cop": 2403, + "nuc": 2404, + "proper": 2405, + "obv": 2406, + "##akes": 2407, + "design": 2408, + "wal": 2409, + "connect": 2410, + "took": 2411, + "reasons": 2412, + "led": 2413, + "nuclear": 2414, + "fed": 2415, + "either": 2416, + "giving": 2417, + "matters": 2418, + "repe": 2419, + "spir": 2420, + "talking": 2421, + "marry": 2422, + "##ued": 2423, + "shot": 2424, + "##iveness": 2425, + "##ees": 2426, + "actions": 2427, + "##ours": 2428, + "consumer": 2429, + "##amb": 2430, + "couple": 2431, + "fellow": 2432, + "scient": 2433, + "##ilities": 2434, + "detail": 2435, + "dav": 2436, + "##abled": 2437, + "##aut": 2438, + "save": 2439, + "east": 2440, + "hop": 2441, + "regarding": 2442, + "du": 2443, + "##sib": 2444, + "foot": 2445, + "mal": 2446, + "##cer": 2447, + "hands": 2448, + "guarantee": 2449, + "enlargement": 2450, + "stru": 2451, + "method": 2452, + "stage": 2453, + "inside": 2454, + "agenda": 2455, + "throughout": 2456, + "escap": 2457, + "##inks": 2458, + "jour": 2459, + "anal": 2460, + "anything": 2461, + "hit": 2462, + "declar": 2463, + "parties": 2464, + "##line": 2465, + "##ruction": 2466, + "max": 2467, + "sens": 2468, + "dream": 2469, + "exch": 2470, + "##lt": 2471, + "indic": 2472, + "pain": 2473, + "provided": 2474, + "oblig": 2475, + "pla": 2476, + "raj": 2477, + "##bs": 2478, + "middle": 2479, + "marriage": 2480, + "conclud": 2481, + "shown": 2482, + "dom": 2483, + "works": 2484, + "desc": 2485, + "mra": 2486, + "reme": 2487, + "cro": 2488, + "##iation": 2489, + "pen": 2490, + "refu": 2491, + "coll": 2492, + "##mit": 2493, + "lar": 2494, + "vo": 2495, + "##cked": 2496, + "chance": 2497, + "record": 2498, + "##rief": 2499, + "##let": 2500, + "agrees": 2501, + "excell": 2502, + "##aw": 2503, + "##lin": 2504, + "##antly": 2505, + "##chan": 2506, + "hy": 2507, + "consumers": 2508, + "summit": 2509, + "lang": 2510, + "funding": 2511, + "killing": 2512, + "grant": 2513, + "##sid": 2514, + "unable": 2515, + "maintain": 2516, + "van": 2517, + "##ief": 2518, + "purp": 2519, + "##ows": 2520, + "##lied": 2521, + "earlier": 2522, + "book": 2523, + "walk": 2524, + "##rupt": 2525, + "##encies": 2526, + "bul": 2527, + "hol": 2528, + "rap": 2529, + "##body": 2530, + "test": 2531, + "##gic": 2532, + "challeng": 2533, + "cra": 2534, + "##ained": 2535, + "governments": 2536, + "labour": 2537, + "##ike": 2538, + "north": 2539, + "##ilar": 2540, + "stress": 2541, + "stability": 2542, + "cust": 2543, + "catch": 2544, + "illeg": 2545, + "mass": 2546, + "##ese": 2547, + "mission": 2548, + "##ival": 2549, + "##bo": 2550, + "surpr": 2551, + "secondly": 2552, + "ten": 2553, + "12": 2554, + "principles": 2555, + "offers": 2556, + "nature": 2557, + "##ilt": 2558, + "kar": 2559, + "##rect": 2560, + "##isf": 2561, + "##light": 2562, + "recently": 2563, + "answer": 2564, + "date": 2565, + "deliver": 2566, + "base": 2567, + "york": 2568, + "vir": 2569, + "recommend": 2570, + "jim": 2571, + "facil": 2572, + "follows": 2573, + "exam": 2574, + "commitment": 2575, + "population": 2576, + "##ming": 2577, + "wrong": 2578, + "personal": 2579, + "investment": 2580, + "violence": 2581, + "firstly": 2582, + "oppos": 2583, + "immediately": 2584, + "cod": 2585, + "criminal": 2586, + "exec": 2587, + "offer": 2588, + "remains": 2589, + "liberal": 2590, + "wall": 2591, + "##ization": 2592, + "china": 2593, + "except": 2594, + "##rate": 2595, + "response": 2596, + "projects": 2597, + "norm": 2598, + "board": 2599, + "learns": 2600, + "jan": 2601, + "happy": 2602, + "join": 2603, + "thought": 2604, + "army": 2605, + "assistance": 2606, + "destroy": 2607, + "sudden": 2608, + "sense": 2609, + "##duct": 2610, + "ver": 2611, + "ange": 2612, + "solidarity": 2613, + "separ": 2614, + "recon": 2615, + "sil": 2616, + "##ograph": 2617, + "benefit": 2618, + "experience": 2619, + "decided": 2620, + "practice": 2621, + "document": 2622, + "##yl": 2623, + "##uff": 2624, + "paul": 2625, + "##unt": 2626, + "susp": 2627, + "mechan": 2628, + "aut": 2629, + "request": 2630, + "2000": 2631, + "##acy": 2632, + "##eria": 2633, + "##rimin": 2634, + "draft": 2635, + "ale": 2636, + "apartment": 2637, + "nations": 2638, + "##val": 2639, + "official": 2640, + "##apan": 2641, + "shoot": 2642, + "##iversity": 2643, + "##hern": 2644, + "early": 2645, + "late": 2646, + "stra": 2647, + "regards": 2648, + "cast": 2649, + "excellent": 2650, + "##ously": 2651, + "contr": 2652, + "previous": 2653, + "agency": 2654, + "18": 2655, + "cand": 2656, + "##ania": 2657, + "note": 2658, + "fra": 2659, + "##ctions": 2660, + "wit": 2661, + "earth": 2662, + "##art": 2663, + "compromise": 2664, + "promote": 2665, + "##ively": 2666, + "tim": 2667, + "heard": 2668, + "uk": 2669, + "capital": 2670, + "ri": 2671, + "thanks": 2672, + "bear": 2673, + "##iet": 2674, + "japan": 2675, + "avoid": 2676, + "agreed": 2677, + "similar": 2678, + "priority": 2679, + "bed": 2680, + "god": 2681, + "##ternal": 2682, + "achieved": 2683, + "##rael": 2684, + "ult": 2685, + "powers": 2686, + "successful": 2687, + "urg": 2688, + "argu": 2689, + "game": 2690, + "pret": 2691, + "manages": 2692, + "gree": 2693, + "israel": 2694, + "##more": 2695, + "##isters": 2696, + "##ote": 2697, + "communication": 2698, + "ec": 2699, + "arrive": 2700, + "cause": 2701, + "wanted": 2702, + "technical": 2703, + "cohes": 2704, + "brief": 2705, + "fishing": 2706, + "throw": 2707, + "paper": 2708, + "##uly": 2709, + "proceed": 2710, + "joe": 2711, + "agriculture": 2712, + "contact": 2713, + "happened": 2714, + "leads": 2715, + "langu": 2716, + "host": 2717, + "legislative": 2718, + "absol": 2719, + "##vant": 2720, + "sell": 2721, + "bomb": 2722, + "rock": 2723, + "pros": 2724, + "station": 2725, + "##ades": 2726, + "##urs": 2727, + "battle": 2728, + "##app": 2729, + "pover": 2730, + "cle": 2731, + "sustainable": 2732, + "poverty": 2733, + "##uing": 2734, + "##itar": 2735, + "##ished": 2736, + "history": 2737, + "value": 2738, + "item": 2739, + "ll": 2740, + "rat": 2741, + "jul": 2742, + "recover": 2743, + "colleagues": 2744, + "markets": 2745, + "aust": 2746, + "remind": 2747, + "age": 2748, + "influ": 2749, + "structural": 2750, + "truth": 2751, + "prob": 2752, + "##ender": 2753, + "completely": 2754, + "speech": 2755, + "continues": 2756, + "terrorism": 2757, + "france": 2758, + "congratulate": 2759, + "##ob": 2760, + "oh": 2761, + "aspects": 2762, + "##por": 2763, + "character": 2764, + "enj": 2765, + "absolute": 2766, + "##ze": 2767, + "required": 2768, + "wed": 2769, + "beaut": 2770, + "##rated": 2771, + "##sy": 2772, + "traff": 2773, + "blood": 2774, + "##imum": 2775, + "dece": 2776, + "11": 2777, + "cred": 2778, + "came": 2779, + "restric": 2780, + "##leep": 2781, + "david": 2782, + "mart": 2783, + "reading": 2784, + "cohesion": 2785, + "external": 2786, + "##he": 2787, + "century": 2788, + "dies": 2789, + "##of": 2790, + "values": 2791, + "huge": 2792, + "##my": 2793, + "weap": 2794, + "contract": 2795, + "##ift": 2796, + "cultural": 2797, + "encoun": 2798, + "dog": 2799, + "innov": 2800, + "knows": 2801, + "mut": 2802, + "consult": 2803, + "demands": 2804, + "wealth": 2805, + "##hold": 2806, + "trou": 2807, + "30": 2808, + "##ctors": 2809, + "collect": 2810, + "nar": 2811, + "##ones": 2812, + "existing": 2813, + "##oph": 2814, + "effort": 2815, + "believes": 2816, + "##arily": 2817, + "famil": 2818, + "link": 2819, + "remember": 2820, + "ways": 2821, + "defin": 2822, + "##head": 2823, + "budgetary": 2824, + "hom": 2825, + "pie": 2826, + "##iers": 2827, + "equal": 2828, + "sound": 2829, + "officer": 2830, + "baby": 2831, + "subsid": 2832, + "inj": 2833, + "tre": 2834, + "rail": 2835, + "transparency": 2836, + "##irm": 2837, + "adopt": 2838, + "sun": 2839, + "thinking": 2840, + "##cent": 2841, + "##ena": 2842, + "model": 2843, + "uses": 2844, + "##ugh": 2845, + "witness": 2846, + "accomp": 2847, + "modern": 2848, + "regulations": 2849, + "integration": 2850, + "wood": 2851, + "street": 2852, + "leading": 2853, + "organis": 2854, + "task": 2855, + "announ": 2856, + "hotel": 2857, + "lou": 2858, + "staff": 2859, + "writ": 2860, + "relation": 2861, + "##mploy": 2862, + "requirements": 2863, + "reality": 2864, + "victims": 2865, + "spirit": 2866, + "discrimin": 2867, + "appar": 2868, + "statement": 2869, + "##ories": 2870, + "culture": 2871, + "gar": 2872, + "##ael": 2873, + "ben": 2874, + "cam": 2875, + "increased": 2876, + "series": 2877, + "rural": 2878, + "carried": 2879, + "basic": 2880, + "strugg": 2881, + "fort": 2882, + "##imately": 2883, + "doctor": 2884, + "fisheries": 2885, + "unemploy": 2886, + "accession": 2887, + "##ken": 2888, + "girlfriend": 2889, + "girls": 2890, + "emission": 2891, + "##entions": 2892, + "##yle": 2893, + "contribution": 2894, + "sad": 2895, + "illegal": 2896, + "satisf": 2897, + "balance": 2898, + "knowledge": 2899, + "bir": 2900, + "respond": 2901, + "consequences": 2902, + "bil": 2903, + "amount": 2904, + "procedures": 2905, + "elections": 2906, + "partnership": 2907, + "raised": 2908, + "technology": 2909, + "beginning": 2910, + "##itional": 2911, + "fly": 2912, + "resc": 2913, + "##aught": 2914, + "potential": 2915, + "attacks": 2916, + "seeing": 2917, + "pleased": 2918, + "rene": 2919, + "##antic": 2920, + "fre": 2921, + "creation": 2922, + "ter": 2923, + "stock": 2924, + "pressure": 2925, + "price": 2926, + "doubt": 2927, + "gas": 2928, + "exchange": 2929, + "gold": 2930, + "##oses": 2931, + "chair": 2932, + "plot": 2933, + "republic": 2934, + "challenges": 2935, + "##oon": 2936, + "ang": 2937, + "claim": 2938, + "suggest": 2939, + "##hol": 2940, + "jerry": 2941, + "ali": 2942, + "farmers": 2943, + "leaders": 2944, + "conflict": 2945, + "focus": 2946, + "ira": 2947, + "##appear": 2948, + "tro": 2949, + "criteria": 2950, + "analys": 2951, + "presented": 2952, + "revealed": 2953, + "##sc": 2954, + "conduct": 2955, + "attract": 2956, + "##where": 2957, + "eth": 2958, + "reflect": 2959, + "message": 2960, + "provisions": 2961, + "monet": 2962, + "correct": 2963, + "##read": 2964, + "precise": 2965, + "college": 2966, + "heav": 2967, + "fu": 2968, + "band": 2969, + "oil": 2970, + "guid": 2971, + "involve": 2972, + "flex": 2973, + "##vision": 2974, + "##yn": 2975, + "##uted": 2976, + "reduce": 2977, + "##ored": 2978, + "mary": 2979, + "west": 2980, + "phil": 2981, + "##rial": 2982, + "##ama": 2983, + "mater": 2984, + "application": 2985, + "probably": 2986, + "##ibility": 2987, + "prepared": 2988, + "total": 2989, + "refuge": 2990, + "evidence": 2991, + "custom": 2992, + "dise": 2993, + "profession": 2994, + "##lace": 2995, + "park": 2996, + "aband": 2997, + "treatment": 2998, + "din": 2999, + "##urch": 3000, + "harmon": 3001, + "suddenly": 3002, + "charl": 3003, + "music": 3004, + "##aining": 3005, + "received": 3006, + "##anced": 3007, + "highlight": 3008, + "went": 3009, + "sets": 3010, + "letter": 3011, + "weak": 3012, + "##ume": 3013, + "anti": 3014, + "critic": 3015, + "movement": 3016, + "playing": 3017, + "america": 3018, + "pub": 3019, + "saving": 3020, + "ourselves": 3021, + "ine": 3022, + "telling": 3023, + "sto": 3024, + "effects": 3025, + "mand": 3026, + "sar": 3027, + "monetary": 3028, + "pati": 3029, + "drug": 3030, + "tun": 3031, + "##icide": 3032, + "birth": 3033, + "##izes": 3034, + "opportunities": 3035, + "bit": 3036, + "instrument": 3037, + "##har": 3038, + "becoming": 3039, + "worth": 3040, + "##ball": 3041, + "natural": 3042, + "leader": 3043, + "instruments": 3044, + "alex": 3045, + "bod": 3046, + "##reh": 3047, + "africa": 3048, + "##oin": 3049, + "study": 3050, + "tit": 3051, + "federal": 3052, + "##rew": 3053, + "speed": 3054, + "firm": 3055, + "acqu": 3056, + "circum": 3057, + "exact": 3058, + "monitoring": 3059, + "trust": 3060, + "orders": 3061, + "##ager": 3062, + "bob": 3063, + "crucial": 3064, + "crew": 3065, + "mount": 3066, + "considered": 3067, + "church": 3068, + "michael": 3069, + "25": 3070, + "##ew": 3071, + "relig": 3072, + "author": 3073, + "established": 3074, + "regret": 3075, + "industrial": 3076, + "##icks": 3077, + "included": 3078, + "levels": 3079, + "##orrow": 3080, + "developed": 3081, + "voting": 3082, + "thous": 3083, + "##era": 3084, + "thousand": 3085, + "arch": 3086, + "mach": 3087, + "obtain": 3088, + "relating": 3089, + "pan": 3090, + "##vert": 3091, + "reached": 3092, + "##ett": 3093, + "wee": 3094, + "##iction": 3095, + "billion": 3096, + "suspect": 3097, + "media": 3098, + "##ason": 3099, + "breaks": 3100, + "created": 3101, + "died": 3102, + "allowed": 3103, + "##itation": 3104, + "consist": 3105, + "undert": 3106, + "##erve": 3107, + "direction": 3108, + "##istan": 3109, + "depart": 3110, + "##use": 3111, + "##itude": 3112, + "impress": 3113, + "steps": 3114, + "running": 3115, + "committed": 3116, + "explains": 3117, + "package": 3118, + "##ini": 3119, + "tabled": 3120, + "##room": 3121, + "gone": 3122, + "suc": 3123, + "mem": 3124, + "looks": 3125, + "setting": 3126, + "ign": 3127, + "causing": 3128, + "initiatives": 3129, + "##uine": 3130, + "brings": 3131, + "##theless": 3132, + "nevertheless": 3133, + "encourage": 3134, + "succeed": 3135, + "rid": 3136, + "burn": 3137, + "genuine": 3138, + "altern": 3139, + "iraq": 3140, + "##ological": 3141, + "candid": 3142, + "nick": 3143, + "##itarian": 3144, + "eval": 3145, + "someone": 3146, + "additional": 3147, + "rate": 3148, + "suffici": 3149, + "##sels": 3150, + "namely": 3151, + "causes": 3152, + "pick": 3153, + "uns": 3154, + "george": 3155, + "##iful": 3156, + "ep": 3157, + "authority": 3158, + "voice": 3159, + "organisations": 3160, + "##ourable": 3161, + "##wise": 3162, + "administr": 3163, + "13": 3164, + "bey": 3165, + "occas": 3166, + "disappear": 3167, + "captain": 3168, + "##aign": 3169, + "constitution": 3170, + "prim": 3171, + "anyone": 3172, + "palest": 3173, + "##ills": 3174, + "priorities": 3175, + "parliamentary": 3176, + "campaign": 3177, + "convinced": 3178, + "##ounts": 3179, + "schem": 3180, + "floor": 3181, + "##leb": 3182, + "grad": 3183, + "happen": 3184, + "type": 3185, + "##ki": 3186, + "space": 3187, + "##dy": 3188, + "eld": 3189, + "original": 3190, + "ball": 3191, + "weeks": 3192, + "dim": 3193, + "squ": 3194, + "receive": 3195, + "ii": 3196, + "saw": 3197, + "provides": 3198, + "phot": 3199, + "opening": 3200, + "slow": 3201, + "bord": 3202, + "finding": 3203, + "##inc": 3204, + "waste": 3205, + "renew": 3206, + "send": 3207, + "ram": 3208, + "table": 3209, + "mob": 3210, + "conclusion": 3211, + "operation": 3212, + "calling": 3213, + "asking": 3214, + "sco": 3215, + "drive": 3216, + "creating": 3217, + "##ij": 3218, + "suicide": 3219, + "##fect": 3220, + "compar": 3221, + "furthermore": 3222, + "command": 3223, + "wonder": 3224, + "##zz": 3225, + "commer": 3226, + "##cious": 3227, + "mig": 3228, + "##ba": 3229, + "beyond": 3230, + "wound": 3231, + "##sibilities": 3232, + "purpose": 3233, + "launch": 3234, + "veh": 3235, + "##ita": 3236, + "tomorrow": 3237, + "describ": 3238, + "circumst": 3239, + "wide": 3240, + "submit": 3241, + "pun": 3242, + "vital": 3243, + "gh": 3244, + "sleep": 3245, + "counter": 3246, + "##dom": 3247, + "detect": 3248, + "paid": 3249, + "waiting": 3250, + "reb": 3251, + "sort": 3252, + "14": 3253, + "ire": 3254, + "march": 3255, + "heads": 3256, + "hours": 3257, + "poll": 3258, + "june": 3259, + "impos": 3260, + "revol": 3261, + "russi": 3262, + "ber": 3263, + "wes": 3264, + "##xic": 3265, + "pict": 3266, + "drugs": 3267, + "span": 3268, + "confidence": 3269, + "escapes": 3270, + "17": 3271, + "advant": 3272, + "enterpr": 3273, + "##ino": 3274, + "club": 3275, + "capac": 3276, + "sand": 3277, + "goods": 3278, + "sometimes": 3279, + "hall": 3280, + "motion": 3281, + "duty": 3282, + "##ially": 3283, + "phone": 3284, + "expressed": 3285, + "immigration": 3286, + "##set": 3287, + "##tions": 3288, + "related": 3289, + "##wor": 3290, + "ready": 3291, + "supported": 3292, + "extent": 3293, + "drink": 3294, + "annual": 3295, + "passeng": 3296, + "claims": 3297, + "benefits": 3298, + "##force": 3299, + "shoots": 3300, + "function": 3301, + "sends": 3302, + "##ns": 3303, + "ireland": 3304, + "germany": 3305, + "##iment": 3306, + "combat": 3307, + "##ka": 3308, + "challenge": 3309, + "##uct": 3310, + "medium": 3311, + "mir": 3312, + "##erate": 3313, + "##ops": 3314, + "profess": 3315, + "emissions": 3316, + "animals": 3317, + "absolutely": 3318, + "incident": 3319, + "clar": 3320, + "##pective": 3321, + "defence": 3322, + "implemented": 3323, + "bodies": 3324, + "borders": 3325, + "##kes": 3326, + "parag": 3327, + "competit": 3328, + "swed": 3329, + "possibility": 3330, + "song": 3331, + "celeb": 3332, + "reduction": 3333, + "forms": 3334, + "opens": 3335, + "partner": 3336, + "##ature": 3337, + "lif": 3338, + "abandon": 3339, + "independent": 3340, + "discrimination": 3341, + "##20": 3342, + "prices": 3343, + "wishes": 3344, + "##oke": 3345, + "guard": 3346, + "die": 3347, + "forget": 3348, + "##ateral": 3349, + "jew": 3350, + "animal": 3351, + "mere": 3352, + "round": 3353, + "beautiful": 3354, + "wid": 3355, + "##gest": 3356, + "caught": 3357, + "peter": 3358, + "##aur": 3359, + "increasingly": 3360, + "16": 3361, + "pil": 3362, + "fighting": 3363, + "students": 3364, + "obviously": 3365, + "##sec": 3366, + "willing": 3367, + "arrested": 3368, + "perm": 3369, + "material": 3370, + "manu": 3371, + "supply": 3372, + "circumstances": 3373, + "ensuring": 3374, + "##uch": 3375, + "##anny": 3376, + "ran": 3377, + "##aking": 3378, + "loss": 3379, + "assessment": 3380, + "caused": 3381, + "portug": 3382, + "performance": 3383, + "sitting": 3384, + "hig": 3385, + "comments": 3386, + "wedding": 3387, + "ash": 3388, + "boys": 3389, + "evening": 3390, + "knock": 3391, + "##just": 3392, + "planning": 3393, + "tack": 3394, + "radio": 3395, + "connection": 3396, + "##rif": 3397, + "fran": 3398, + "##action": 3399, + "amp": 3400, + "##ylum": 3401, + "##aging": 3402, + "dark": 3403, + "asylum": 3404, + "paragraph": 3405, + "exer": 3406, + "growing": 3407, + "qual": 3408, + "2001": 3409, + "complex": 3410, + "moreover": 3411, + "fem": 3412, + "##ground": 3413, + "representatives": 3414, + "pull": 3415, + "##back": 3416, + "medit": 3417, + "businesses": 3418, + "dangerous": 3419, + "december": 3420, + "wait": 3421, + "accepted": 3422, + "fif": 3423, + "compl": 3424, + "speaking": 3425, + "##anean": 3426, + "histor": 3427, + "psy": 3428, + "eyes": 3429, + "##ores": 3430, + "perfect": 3431, + "directly": 3432, + "status": 3433, + "##cip": 3434, + "boss": 3435, + "sen": 3436, + "soldiers": 3437, + "content": 3438, + "seriously": 3439, + "intended": 3440, + "psych": 3441, + "bi": 3442, + "enable": 3443, + "views": 3444, + "discussed": 3445, + "##inated": 3446, + "sectors": 3447, + "##unk": 3448, + "buy": 3449, + "stab": 3450, + "unemployment": 3451, + "##stit": 3452, + "practical": 3453, + "ministers": 3454, + "50": 3455, + "alb": 3456, + "defe": 3457, + "##mer": 3458, + "##enced": 3459, + "##erty": 3460, + "gave": 3461, + "via": 3462, + "##oint": 3463, + "plant": 3464, + "##erranean": 3465, + "##ca": 3466, + "depend": 3467, + "##ource": 3468, + "reforms": 3469, + "effectively": 3470, + "sexual": 3471, + "affected": 3472, + "deleg": 3473, + "rescue": 3474, + "##ica": 3475, + "spend": 3476, + "choice": 3477, + "scientific": 3478, + "box": 3479, + "myster": 3480, + "mediterranean": 3481, + "killer": 3482, + "providing": 3483, + "minutes": 3484, + "##icles": 3485, + "ultimately": 3486, + "dealing": 3487, + "applied": 3488, + "roy": 3489, + "##nal": 3490, + "active": 3491, + "highly": 3492, + "enjoy": 3493, + "guidel": 3494, + "eight": 3495, + "transfer": 3496, + "identity": 3497, + "condem": 3498, + "##ray": 3499, + "analysis": 3500, + "arms": 3501, + "##coming": 3502, + "kids": 3503, + "discussions": 3504, + "##ung": 3505, + "meant": 3506, + "comment": 3507, + "steal": 3508, + "hen": 3509, + "institutional": 3510, + "dress": 3511, + "extra": 3512, + "ones": 3513, + "agencies": 3514, + "##ought": 3515, + "doll": 3516, + "substant": 3517, + "kiss": 3518, + "beat": 3519, + "figure": 3520, + "bure": 3521, + "lond": 3522, + "owner": 3523, + "capacity": 3524, + "##rown": 3525, + "confirm": 3526, + "missing": 3527, + "plays": 3528, + "relevant": 3529, + "medic": 3530, + "london": 3531, + "higher": 3532, + "##house": 3533, + "raise": 3534, + "colleague": 3535, + "river": 3536, + "prime": 3537, + "overall": 3538, + "coordination": 3539, + "penal": 3540, + "bureau": 3541, + "cas": 3542, + "spanish": 3543, + "adoption": 3544, + "forest": 3545, + "##rian": 3546, + "feels": 3547, + "hund": 3548, + "##umb": 3549, + "manner": 3550, + "visits": 3551, + "truck": 3552, + "started": 3553, + "##illed": 3554, + "eastern": 3555, + "reference": 3556, + "western": 3557, + "##fe": 3558, + "difficulties": 3559, + "path": 3560, + "efficiency": 3561, + "##uary": 3562, + "followed": 3563, + "fulf": 3564, + "thinks": 3565, + "##pper": 3566, + "persu": 3567, + "hur": 3568, + "clim": 3569, + "director": 3570, + "russian": 3571, + "student": 3572, + "##ky": 3573, + "rein": 3574, + "##urance": 3575, + "organisation": 3576, + "influence": 3577, + "families": 3578, + "concent": 3579, + "charlie": 3580, + "boyfriend": 3581, + "2007": 3582, + "agent": 3583, + "##oo": 3584, + "##ura": 3585, + "1999": 3586, + "tried": 3587, + "slo": 3588, + "played": 3589, + "fel": 3590, + "##ax": 3591, + "##itable": 3592, + "crash": 3593, + "##ortion": 3594, + "strategic": 3595, + "pregn": 3596, + "approved": 3597, + "guidelines": 3598, + "harry": 3599, + "revenge": 3600, + "interp": 3601, + "hundred": 3602, + "happens": 3603, + "driving": 3604, + "##yer": 3605, + "inspect": 3606, + "turned": 3607, + "reun": 3608, + "boat": 3609, + "accidentally": 3610, + "race": 3611, + "internet": 3612, + "trip": 3613, + "occup": 3614, + "strengthen": 3615, + "##ald": 3616, + "behav": 3617, + "belong": 3618, + "exactly": 3619, + "##ja": 3620, + "weapons": 3621, + "cab": 3622, + "construct": 3623, + "lies": 3624, + "supposed": 3625, + "democrats": 3626, + "clean": 3627, + "competitiveness": 3628, + "measure": 3629, + "rapid": 3630, + "##enny": 3631, + "onto": 3632, + "provision": 3633, + "language": 3634, + "chief": 3635, + "realize": 3636, + "rise": 3637, + "irish": 3638, + "trib": 3639, + "occur": 3640, + "vers": 3641, + "palestin": 3642, + "closer": 3643, + "arrange": 3644, + "easy": 3645, + "##bed": 3646, + "dar": 3647, + "##oud": 3648, + "##quate": 3649, + "specifically": 3650, + "failed": 3651, + "administrative": 3652, + "##cking": 3653, + "##cers": 3654, + "##itious": 3655, + "disapp": 3656, + "##iam": 3657, + "uncle": 3658, + "##ror": 3659, + "##ept": 3660, + "older": 3661, + "kos": 3662, + "coast": 3663, + "india": 3664, + "##rast": 3665, + "##now": 3666, + "requires": 3667, + "puts": 3668, + "italian": 3669, + "corrupt": 3670, + "christian": 3671, + "ray": 3672, + "##arm": 3673, + "considerable": 3674, + "forg": 3675, + "popular": 3676, + "audit": 3677, + "putting": 3678, + "ment": 3679, + "cell": 3680, + "que": 3681, + "appe": 3682, + "changed": 3683, + "alco": 3684, + "parts": 3685, + "phys": 3686, + "pension": 3687, + "chines": 3688, + "solutions": 3689, + "##cco": 3690, + "percent": 3691, + "beach": 3692, + "italy": 3693, + "chinese": 3694, + "##0s": 3695, + "##esh": 3696, + "laws": 3697, + "explo": 3698, + "simple": 3699, + "scope": 3700, + "unac": 3701, + "regular": 3702, + "##rup": 3703, + "##iance": 3704, + "##iling": 3705, + "regime": 3706, + "alcohol": 3707, + "##edu": 3708, + "kingdom": 3709, + "der": 3710, + "alive": 3711, + "commercial": 3712, + "##lusion": 3713, + "unaccept": 3714, + "##reci": 3715, + "helps": 3716, + "##ham": 3717, + "##aries": 3718, + "humanitarian": 3719, + "attacked": 3720, + "master": 3721, + "##aken": 3722, + "condition": 3723, + "introduced": 3724, + "standard": 3725, + "activity": 3726, + "hide": 3727, + "nearby": 3728, + "jump": 3729, + "##reg": 3730, + "yester": 3731, + "talks": 3732, + "##vin": 3733, + "##rastruct": 3734, + "infrastruct": 3735, + "limit": 3736, + "limited": 3737, + "precisely": 3738, + "##iture": 3739, + "compreh": 3740, + "aimed": 3741, + "otherwise": 3742, + "##olf": 3743, + "determined": 3744, + "damage": 3745, + "lose": 3746, + "accompan": 3747, + "##ris": 3748, + "##bit": 3749, + "2006": 3750, + "198": 3751, + "improving": 3752, + "##inary": 3753, + "worked": 3754, + "##ril": 3755, + "adap": 3756, + "produce": 3757, + "moving": 3758, + "includes": 3759, + "yesterday": 3760, + "lie": 3761, + "##bur": 3762, + "imag": 3763, + "pred": 3764, + "closely": 3765, + "fraud": 3766, + "jon": 3767, + "built": 3768, + "suspic": 3769, + "income": 3770, + "alloc": 3771, + "network": 3772, + "##ada": 3773, + "stated": 3774, + "neighbor": 3775, + "dimension": 3776, + "wil": 3777, + "scar": 3778, + "evil": 3779, + "match": 3780, + "##enty": 3781, + "typ": 3782, + "ahead": 3783, + "quot": 3784, + "comput": 3785, + "ade": 3786, + "jail": 3787, + "##ology": 3788, + "failure": 3789, + "contribute": 3790, + "##pir": 3791, + "bugs": 3792, + "##ls": 3793, + "##ta": 3794, + "##ilst": 3795, + "unacceptable": 3796, + "gi": 3797, + "2002": 3798, + "conclusions": 3799, + "brid": 3800, + "myself": 3801, + "deg": 3802, + "##ifying": 3803, + "store": 3804, + "television": 3805, + "##fact": 3806, + "drawn": 3807, + "promoting": 3808, + "##anda": 3809, + "##rates": 3810, + "tex": 3811, + "prove": 3812, + "appreci": 3813, + "defend": 3814, + "engage": 3815, + "initially": 3816, + "cham": 3817, + "oct": 3818, + "##gin": 3819, + "presence": 3820, + "implementing": 3821, + "propose": 3822, + "elder": 3823, + "##hib": 3824, + "anne": 3825, + "safegu": 3826, + "window": 3827, + "whilst": 3828, + "knowing": 3829, + "starting": 3830, + "consideration": 3831, + "interested": 3832, + "innovation": 3833, + "surround": 3834, + "dance": 3835, + "mel": 3836, + "##ourg": 3837, + "incor": 3838, + "participation": 3839, + "professional": 3840, + "ability": 3841, + "##ocol": 3842, + "100": 3843, + "card": 3844, + "sac": 3845, + "explain": 3846, + "english": 3847, + "written": 3848, + "enterprises": 3849, + "james": 3850, + "##verse": 3851, + "obser": 3852, + "hang": 3853, + "seven": 3854, + "enters": 3855, + "distrib": 3856, + "manufact": 3857, + "##rants": 3858, + "summer": 3859, + "emerg": 3860, + "ack": 3861, + "strange": 3862, + "brus": 3863, + "subsequ": 3864, + "##ught": 3865, + "dism": 3866, + "referred": 3867, + "trouble": 3868, + "financing": 3869, + "minimum": 3870, + "reluct": 3871, + "eye": 3872, + "efficient": 3873, + "ham": 3874, + "nice": 3875, + "##de": 3876, + "honourable": 3877, + "kosov": 3878, + "##works": 3879, + "neither": 3880, + "supporting": 3881, + "encounter": 3882, + "fat": 3883, + "concept": 3884, + "##vi": 3885, + "##icking": 3886, + "admit": 3887, + "legit": 3888, + "places": 3889, + "pra": 3890, + "##af": 3891, + "younger": 3892, + "##hi": 3893, + "interesting": 3894, + "facing": 3895, + "informed": 3896, + "representative": 3897, + "nearly": 3898, + "simpl": 3899, + "january": 3900, + "##idden": 3901, + "journal": 3902, + "publish": 3903, + "##nes": 3904, + "arrest": 3905, + "remaining": 3906, + "bringing": 3907, + "walks": 3908, + "##mas": 3909, + "robert": 3910, + "murdered": 3911, + "accordance": 3912, + "equality": 3913, + "credit": 3914, + "rightly": 3915, + "prefer": 3916, + "seeking": 3917, + "produced": 3918, + "medical": 3919, + "##ula": 3920, + "##dam": 3921, + "##ience": 3922, + "shop": 3923, + "scale": 3924, + "2004": 3925, + "elimin": 3926, + "critical": 3927, + "ambitious": 3928, + "##erous": 3929, + "wealthy": 3930, + "##ari": 3931, + "contains": 3932, + "##dra": 3933, + "competitive": 3934, + "risks": 3935, + "enorm": 3936, + "touch": 3937, + "methods": 3938, + "professor": 3939, + "transform": 3940, + "introduction": 3941, + "##gue": 3942, + "teen": 3943, + "practices": 3944, + "chamber": 3945, + "wto": 3946, + "became": 3947, + "strict": 3948, + "newsp": 3949, + "fortun": 3950, + "##va": 3951, + "spent": 3952, + "perspective": 3953, + "cli": 3954, + "##nel": 3955, + "spain": 3956, + "advantage": 3957, + "japanese": 3958, + "holding": 3959, + "lay": 3960, + "expend": 3961, + "remo": 3962, + "##isms": 3963, + "luck": 3964, + "discussing": 3965, + "documents": 3966, + "flee": 3967, + "ghost": 3968, + "##estic": 3969, + "useful": 3970, + "accepts": 3971, + "react": 3972, + "managed": 3973, + "scen": 3974, + "airport": 3975, + "acknow": 3976, + "paris": 3977, + "prem": 3978, + "2003": 3979, + "2010": 3980, + "covered": 3981, + "lines": 3982, + "moves": 3983, + "neighbour": 3984, + "cry": 3985, + "brothers": 3986, + "mysterious": 3987, + "added": 3988, + "female": 3989, + "mike": 3990, + "allows": 3991, + "delay": 3992, + "restaur": 3993, + "horse": 3994, + "normal": 3995, + "thousands": 3996, + "kr": 3997, + "tool": 3998, + "acts": 3999, + "repeated": 4000, + "conclude": 4001, + "crow": 4002, + "##die": 4003, + "helping": 4004, + "kidna": 4005, + "receives": 4006, + "differences": 4007, + "alternative": 4008, + "mic": 4009, + "##jay": 4010, + "constitutional": 4011, + "famous": 4012, + "driver": 4013, + "pact": 4014, + "loves": 4015, + "mc": 4016, + "##mar": 4017, + "opposition": 4018, + "property": 4019, + "involving": 4020, + "attend": 4021, + "21": 4022, + "hearing": 4023, + "intention": 4024, + "nort": 4025, + "career": 4026, + "commitments": 4027, + "spending": 4028, + "sufficient": 4029, + "desire": 4030, + "insist": 4031, + "engine": 4032, + "suffering": 4033, + "entirely": 4034, + "storm": 4035, + "cloth": 4036, + "poss": 4037, + "colon": 4038, + "captured": 4039, + "sized": 4040, + "fred": 4041, + "settle": 4042, + "teacher": 4043, + "sight": 4044, + "##ancy": 4045, + "released": 4046, + "##etic": 4047, + "brussels": 4048, + "pill": 4049, + "kosovo": 4050, + "understanding": 4051, + "ideas": 4052, + "##ria": 4053, + "confess": 4054, + "flash": 4055, + "judge": 4056, + "confronts": 4057, + "##ulated": 4058, + "responsibilities": 4059, + "release": 4060, + "##ional": 4061, + "mexic": 4062, + "construction": 4063, + "flight": 4064, + "african": 4065, + "title": 4066, + "properly": 4067, + "candidate": 4068, + "withdra": 4069, + "hero": 4070, + "desper": 4071, + "tourism": 4072, + "##zy": 4073, + "sep": 4074, + "chase": 4075, + "2009": 4076, + "informs": 4077, + "##iro": 4078, + "whate": 4079, + "##urally": 4080, + "feed": 4081, + "assass": 4082, + "reducing": 4083, + "intervention": 4084, + "##ingly": 4085, + "##wood": 4086, + "youth": 4087, + "2005": 4088, + "administration": 4089, + "greece": 4090, + "2008": 4091, + "iran": 4092, + "comprehensive": 4093, + "innoc": 4094, + "actual": 4095, + "##ourage": 4096, + "##umption": 4097, + "##iel": 4098, + "##ented": 4099, + "figures": 4100, + "mac": 4101, + "whatever": 4102, + "ara": 4103, + "allowing": 4104, + "investigation": 4105, + "ukra": 4106, + "represents": 4107, + "suggests": 4108, + "lady": 4109, + "##uations": 4110, + "##rog": 4111, + "faced": 4112, + "improved": 4113, + "urgent": 4114, + "dinner": 4115, + "complic": 4116, + "traditional": 4117, + "apparently": 4118, + "credi": 4119, + "promises": 4120, + "ren": 4121, + "##ears": 4122, + "elements": 4123, + "finance": 4124, + "worse": 4125, + "establishing": 4126, + "finish": 4127, + "balanced": 4128, + "reduced": 4129, + "placed": 4130, + "##rap": 4131, + "turk": 4132, + "range": 4133, + "##tt": 4134, + "shortly": 4135, + "piece": 4136, + "##izing": 4137, + "attitude": 4138, + "merely": 4139, + "goal": 4140, + "developments": 4141, + "40": 4142, + "##itz": 4143, + "separate": 4144, + "sources": 4145, + "debt": 4146, + "april": 4147, + "convince": 4148, + "tor": 4149, + "robb": 4150, + "execut": 4151, + "roll": 4152, + "##mmy": 4153, + "feelings": 4154, + "##rid": 4155, + "obst": 4156, + "##airs": 4157, + "pregnant": 4158, + "resist": 4159, + "negative": 4160, + "enem": 4161, + "europeans": 4162, + "##ole": 4163, + "aims": 4164, + "num": 4165, + "##uals": 4166, + "initial": 4167, + "lower": 4168, + "producers": 4169, + "welcom": 4170, + "achieving": 4171, + "learning": 4172, + "terrorist": 4173, + "compens": 4174, + "session": 4175, + "dig": 4176, + "##hab": 4177, + "##icians": 4178, + "proposes": 4179, + "employees": 4180, + "source": 4181, + "tempor": 4182, + "frequ": 4183, + "gain": 4184, + "meaning": 4185, + "##agers": 4186, + "ry": 4187, + "returning": 4188, + "budgets": 4189, + "election": 4190, + "rejected": 4191, + "perman": 4192, + "impossible": 4193, + "dor": 4194, + "kept": 4195, + "ring": 4196, + "uncon": 4197, + "disaster": 4198, + "jimmy": 4199, + "tort": 4200, + "forth": 4201, + "outcome": 4202, + "##tember": 4203, + "##lled": 4204, + "johnny": 4205, + "confront": 4206, + "billy": 4207, + "expenditure": 4208, + "refugees": 4209, + "goals": 4210, + "flow": 4211, + "religious": 4212, + "sne": 4213, + "##ef": 4214, + "##pl": 4215, + "tommy": 4216, + "interview": 4217, + "hous": 4218, + "##rant": 4219, + "plane": 4220, + "recognition": 4221, + "studies": 4222, + "sup": 4223, + "disch": 4224, + "scre": 4225, + "guess": 4226, + "greatest": 4227, + "tree": 4228, + "excess": 4229, + "likely": 4230, + "track": 4231, + "association": 4232, + "mutual": 4233, + "##ius": 4234, + "##ruit": 4235, + "fine": 4236, + "structure": 4237, + "traffic": 4238, + "queen": 4239, + "hopes": 4240, + "pointed": 4241, + "##itory": 4242, + "showing": 4243, + "discovered": 4244, + "section": 4245, + "serve": 4246, + "trial": 4247, + "expected": 4248, + "##ervation": 4249, + "computer": 4250, + "september": 4251, + "##vis": 4252, + "##anim": 4253, + "christmas": 4254, + "journey": 4255, + "nation": 4256, + "##usion": 4257, + "##ivity": 4258, + "mail": 4259, + "disease": 4260, + "##asure": 4261, + "unless": 4262, + "prior": 4263, + "check": 4264, + "bond": 4265, + "fix": 4266, + "contrary": 4267, + "enormous": 4268, + "spread": 4269, + "##athy": 4270, + "assign": 4271, + "institution": 4272, + "introduce": 4273, + "prospect": 4274, + "conver": 4275, + "designed": 4276, + "sant": 4277, + "truly": 4278, + "##ille": 4279, + "adjust": 4280, + "combating": 4281, + "delight": 4282, + "facilit": 4283, + "##rete": 4284, + "fails": 4285, + "falling": 4286, + "##cra": 4287, + "strongly": 4288, + "cuts": 4289, + "motor": 4290, + "recommendations": 4291, + "flexibility": 4292, + "powerful": 4293, + "swe": 4294, + "##aint": 4295, + "##istics": 4296, + "northern": 4297, + "controls": 4298, + "ut": 4299, + "##ram": 4300, + "asse": 4301, + "##ables": 4302, + "site": 4303, + "##att": 4304, + "promp": 4305, + "laid": 4306, + "prevention": 4307, + "sir": 4308, + "university": 4309, + "establishment": 4310, + "strengthening": 4311, + "appeal": 4312, + "ju": 4313, + "wear": 4314, + "convinces": 4315, + "ton": 4316, + "shad": 4317, + "##ensus": 4318, + "machine": 4319, + "incorpor": 4320, + "obvious": 4321, + "wild": 4322, + "univers": 4323, + "independence": 4324, + "##za": 4325, + "concrete": 4326, + "urge": 4327, + "bath": 4328, + "spot": 4329, + "destroyed": 4330, + "sides": 4331, + "nove": 4332, + "equip": 4333, + "00": 4334, + "pair": 4335, + "throws": 4336, + "keeping": 4337, + "picture": 4338, + "mort": 4339, + "sher": 4340, + "feat": 4341, + "planned": 4342, + "spl": 4343, + "november": 4344, + "pretty": 4345, + "none": 4346, + "feeling": 4347, + "kore": 4348, + "targets": 4349, + "continuing": 4350, + "didn": 4351, + "aver": 4352, + "argument": 4353, + "involvement": 4354, + "naturally": 4355, + "henry": 4356, + "ky": 4357, + "sor": 4358, + "happening": 4359, + "##mark": 4360, + "##omatic": 4361, + "scheme": 4362, + "##nown": 4363, + "castle": 4364, + "jes": 4365, + "##ellig": 4366, + "charge": 4367, + "##upp": 4368, + "##iny": 4369, + "##inate": 4370, + "od": 4371, + "emot": 4372, + "thor": 4373, + "symp": 4374, + "##ober": 4375, + "carrying": 4376, + "vide": 4377, + "attach": 4378, + "charter": 4379, + "##eter": 4380, + "gather": 4381, + "pas": 4382, + "quar": 4383, + "assum": 4384, + "vision": 4385, + "broken": 4386, + "existence": 4387, + "sensitive": 4388, + "bow": 4389, + "secure": 4390, + "angry": 4391, + "numerous": 4392, + "ba": 4393, + "thom": 4394, + "eli": 4395, + "##elling": 4396, + "center": 4397, + "safeguard": 4398, + "rig": 4399, + "tv": 4400, + "payments": 4401, + "##nic": 4402, + "indian": 4403, + "scott": 4404, + "blue": 4405, + "standing": 4406, + "loses": 4407, + "protocol": 4408, + "currency": 4409, + "##cal": 4410, + "##olly": 4411, + "##orter": 4412, + "palestinian": 4413, + "##ona": 4414, + "##ano": 4415, + "mont": 4416, + "export": 4417, + "july": 4418, + "##ciliation": 4419, + "signed": 4420, + "mainly": 4421, + "october": 4422, + "infrastructure": 4423, + "emergency": 4424, + "rates": 4425, + "##cl": 4426, + "##arks": 4427, + "territory": 4428, + "martin": 4429, + "eat": 4430, + "ice": 4431, + "blind": 4432, + "successfully": 4433, + "elected": 4434, + "victor": 4435, + "ast": 4436, + "##vey": 4437, + "draf": 4438, + "electric": 4439, + "lux": 4440, + "stops": 4441, + "declaration": 4442, + "cub": 4443, + "directives": 4444, + "fal": 4445, + "stands": 4446, + "bound": 4447, + "##like": 4448, + "##amed": 4449, + "delegation": 4450, + "27": 4451, + "ride": 4452, + "##gies": 4453, + "sole": 4454, + "romania": 4455, + "chem": 4456, + "prepare": 4457, + "latter": 4458, + "##uk": 4459, + "##mental": 4460, + "barb": 4461, + "##ette": 4462, + "##ira": 4463, + "jane": 4464, + "##erson": 4465, + "intellig": 4466, + "assemb": 4467, + "tony": 4468, + "code": 4469, + "##ading": 4470, + "double": 4471, + "richard": 4472, + "muse": 4473, + "bird": 4474, + "sout": 4475, + "unanim": 4476, + "crimes": 4477, + "insurance": 4478, + "georg": 4479, + "officers": 4480, + "##tedly": 4481, + "shel": 4482, + "applies": 4483, + "consensus": 4484, + "degree": 4485, + "officials": 4486, + "lover": 4487, + "##eness": 4488, + "apolog": 4489, + "passengers": 4490, + "rou": 4491, + "reply": 4492, + "deser": 4493, + "197": 4494, + "##ronic": 4495, + "na": 4496, + "adam": 4497, + "burden": 4498, + "turkish": 4499, + "danny": 4500, + "exercise": 4501, + "explos": 4502, + "sarah": 4503, + "vice": 4504, + "brut": 4505, + "previously": 4506, + "emphasise": 4507, + "tas": 4508, + "organization": 4509, + "##ointed": 4510, + "##emb": 4511, + "resulting": 4512, + "addressed": 4513, + "networks": 4514, + "##uous": 4515, + "secretary": 4516, + "##abor": 4517, + "advice": 4518, + "investigate": 4519, + "seeks": 4520, + "statements": 4521, + "liberalisation": 4522, + "mechanism": 4523, + "anna": 4524, + "opt": 4525, + "##ique": 4526, + "drives": 4527, + "##cel": 4528, + "relative": 4529, + "childhood": 4530, + "victim": 4531, + "courage": 4532, + "ok": 4533, + "please": 4534, + "element": 4535, + "lord": 4536, + "positions": 4537, + "hears": 4538, + "passed": 4539, + "##cle": 4540, + "##ulations": 4541, + "communities": 4542, + "##respon": 4543, + "severe": 4544, + "watching": 4545, + "##fare": 4546, + "divor": 4547, + "detective": 4548, + "hidden": 4549, + "turning": 4550, + "promotion": 4551, + "constantly": 4552, + "##ali": 4553, + "##anged": 4554, + "corpor": 4555, + "generally": 4556, + "southern": 4557, + "instance": 4558, + "acceptable": 4559, + "warm": 4560, + "returned": 4561, + "dip": 4562, + "gard": 4563, + "##alous": 4564, + "prince": 4565, + "##ague": 4566, + "honest": 4567, + "##asters": 4568, + "##anges": 4569, + "cate": 4570, + "dying": 4571, + "improvement": 4572, + "felt": 4573, + "pursue": 4574, + "thirdly": 4575, + "labor": 4576, + "pursu": 4577, + "abandoned": 4578, + "##illing": 4579, + "carl": 4580, + "explan": 4581, + "department": 4582, + "lor": 4583, + "guy": 4584, + "bulgar": 4585, + "##liance": 4586, + "##hu": 4587, + "banks": 4588, + "equipment": 4589, + "advoc": 4590, + "restaurant": 4591, + "wat": 4592, + "moved": 4593, + "resident": 4594, + "equally": 4595, + "recognise": 4596, + "pilot": 4597, + "##iar": 4598, + "persons": 4599, + "dreams": 4600, + "integrated": 4601, + "##ga": 4602, + "resolve": 4603, + "stone": 4604, + "cold": 4605, + "##iles": 4606, + "unk": 4607, + "faith": 4608, + "camera": 4609, + "territor": 4610, + "fourth": 4611, + "patients": 4612, + "dict": 4613, + "pap": 4614, + "tow": 4615, + "categ": 4616, + "##ji": 4617, + "cars": 4618, + "planet": 4619, + "substantial": 4620, + "dyn": 4621, + "##ero": 4622, + "closed": 4623, + "treaties": 4624, + "totally": 4625, + "##ateful": 4626, + "advert": 4627, + "##oring": 4628, + "comply": 4629, + "supports": 4630, + "payment": 4631, + "globalisation": 4632, + "brown": 4633, + "location": 4634, + "rapporteurs": 4635, + "dump": 4636, + "replace": 4637, + "version": 4638, + "nav": 4639, + "politics": 4640, + "sla": 4641, + "obligations": 4642, + "customs": 4643, + "hung": 4644, + "shared": 4645, + "##ript": 4646, + "##athan": 4647, + "struggle": 4648, + "##teen": 4649, + "signal": 4650, + "sky": 4651, + "magic": 4652, + "transparent": 4653, + "twenty": 4654, + "situations": 4655, + "preparing": 4656, + "crowd": 4657, + "offered": 4658, + "centre": 4659, + "operations": 4660, + "opposed": 4661, + "grounds": 4662, + "heavy": 4663, + "iv": 4664, + "##oking": 4665, + "regulatory": 4666, + "personally": 4667, + "roman": 4668, + "threatens": 4669, + "alien": 4670, + "william": 4671, + "governance": 4672, + "greek": 4673, + "intends": 4674, + "expert": 4675, + "consol": 4676, + "temple": 4677, + "sanctions": 4678, + "bag": 4679, + "submitted": 4680, + "##icial": 4681, + "##govern": 4682, + "domestic": 4683, + "01": 4684, + "##entially": 4685, + "##arus": 4686, + "notice": 4687, + "characters": 4688, + "ukraine": 4689, + "##orse": 4690, + "expression": 4691, + "gal": 4692, + "##nie": 4693, + "recall": 4694, + "drag": 4695, + "mountain": 4696, + "cash": 4697, + "hiding": 4698, + "prostit": 4699, + "belg": 4700, + "evaluation": 4701, + "obstac": 4702, + "ros": 4703, + "granted": 4704, + "unw": 4705, + "fast": 4706, + "##king": 4707, + "pulls": 4708, + "##bing": 4709, + "stol": 4710, + "organised": 4711, + "catches": 4712, + "bind": 4713, + "et": 4714, + "chap": 4715, + "protecting": 4716, + "push": 4717, + "slowly": 4718, + "convers": 4719, + "organiz": 4720, + "afgh": 4721, + "punish": 4722, + "##craft": 4723, + "notices": 4724, + "ought": 4725, + "##aker": 4726, + "daily": 4727, + "streets": 4728, + "mou": 4729, + "va": 4730, + "disgu": 4731, + "bureauc": 4732, + "##gie": 4733, + "##ani": 4734, + "began": 4735, + "recommendation": 4736, + "##aded": 4737, + "participate": 4738, + "overcome": 4739, + "lawyer": 4740, + "repeat": 4741, + "dealt": 4742, + "snow": 4743, + "lake": 4744, + "helped": 4745, + "entry": 4746, + "bridge": 4747, + "discharge": 4748, + "##gment": 4749, + "insists": 4750, + "immediate": 4751, + "##governmental": 4752, + "##edy": 4753, + "newspaper": 4754, + "stolen": 4755, + "vul": 4756, + "abuse": 4757, + "retrie": 4758, + "##what": 4759, + "auditors": 4760, + "pul": 4761, + "##bi": 4762, + "##emp": 4763, + "acting": 4764, + "favor": 4765, + "latest": 4766, + "gender": 4767, + "parliaments": 4768, + "maybe": 4769, + "answers": 4770, + "technologies": 4771, + "surprise": 4772, + "stake": 4773, + "intergovernmental": 4774, + "details": 4775, + "withdraw": 4776, + "fit": 4777, + "##enary": 4778, + "thereby": 4779, + "mechanisms": 4780, + "##fort": 4781, + "straight": 4782, + "carefully": 4783, + "##inger": 4784, + "frust": 4785, + "dipl": 4786, + "somewhat": 4787, + "abol": 4788, + "treated": 4789, + "guarantees": 4790, + "subsidi": 4791, + "scream": 4792, + "amongst": 4793, + "injured": 4794, + "eve": 4795, + "hal": 4796, + "sword": 4797, + "born": 4798, + "##hag": 4799, + "reaching": 4800, + "adequate": 4801, + "##ella": 4802, + "##sibly": 4803, + "amster": 4804, + "below": 4805, + "prisoners": 4806, + "elderly": 4807, + "amsterdam": 4808, + "1998": 4809, + "consultation": 4810, + "##rich": 4811, + "involves": 4812, + "realizing": 4813, + "meps": 4814, + "lee": 4815, + "continued": 4816, + "audience": 4817, + "linked": 4818, + "bon": 4819, + "##lantic": 4820, + "violent": 4821, + "jean": 4822, + "renewable": 4823, + "afghan": 4824, + "miles": 4825, + "easily": 4826, + "saved": 4827, + "approval": 4828, + "executive": 4829, + "##ker": 4830, + "##aks": 4831, + "purch": 4832, + "mistake": 4833, + "##tered": 4834, + "##rible": 4835, + "poland": 4836, + "instruct": 4837, + "occasion": 4838, + "vehicles": 4839, + "friendly": 4840, + "cow": 4841, + "##astic": 4842, + "museum": 4843, + "peoples": 4844, + "##ey": 4845, + "charges": 4846, + "##going": 4847, + "##lam": 4848, + "rand": 4849, + "approaches": 4850, + "vamp": 4851, + "background": 4852, + "##father": 4853, + "##asc": 4854, + "##iled": 4855, + "jeff": 4856, + "individuals": 4857, + "keeps": 4858, + "armed": 4859, + "losing": 4860, + "constructive": 4861, + "vac": 4862, + "trafficking": 4863, + "ell": 4864, + "fate": 4865, + "estim": 4866, + "jake": 4867, + "option": 4868, + "surprised": 4869, + "definition": 4870, + "##rison": 4871, + "##ola": 4872, + "hill": 4873, + "hyp": 4874, + "listen": 4875, + "mandate": 4876, + "ow": 4877, + "wins": 4878, + "enforce": 4879, + "grateful": 4880, + "manager": 4881, + "displ": 4882, + "ven": 4883, + "compliance": 4884, + "glad": 4885, + "rain": 4886, + "consequently": 4887, + "difference": 4888, + "jer": 4889, + "symb": 4890, + "speakers": 4891, + "##rating": 4892, + "sport": 4893, + "shadow": 4894, + "omb": 4895, + "##vereign": 4896, + "anger": 4897, + "sovereign": 4898, + "orph": 4899, + "permanent": 4900, + "jos": 4901, + "rome": 4902, + "worry": 4903, + "meetings": 4904, + "choose": 4905, + "dub": 4906, + "##oken": 4907, + "fuel": 4908, + "washing": 4909, + "adapt": 4910, + "rose": 4911, + "spring": 4912, + "looked": 4913, + "steve": 4914, + "22": 4915, + "ng": 4916, + "size": 4917, + "wounded": 4918, + "chris": 4919, + "prosper": 4920, + "cere": 4921, + "kat": 4922, + "everybody": 4923, + "belarus": 4924, + "virt": 4925, + "##ford": 4926, + "holds": 4927, + "##tic": 4928, + "alliance": 4929, + "believing": 4930, + "permit": 4931, + "intend": 4932, + "politicians": 4933, + "charles": 4934, + "membership": 4935, + "assistant": 4936, + "england": 4937, + "briefly": 4938, + "mcc": 4939, + "isol": 4940, + "##ques": 4941, + "entit": 4942, + "proc": 4943, + "invites": 4944, + "sheriff": 4945, + "chemical": 4946, + "secretly": 4947, + "huh": 4948, + "naz": 4949, + "ending": 4950, + "promise": 4951, + "sov": 4952, + "friendship": 4953, + "skills": 4954, + "symbol": 4955, + "##well": 4956, + "debates": 4957, + "solve": 4958, + "revolution": 4959, + "##iday": 4960, + "shocked": 4961, + "smes": 4962, + "fallen": 4963, + "##standing": 4964, + "glass": 4965, + "toward": 4966, + "##anch": 4967, + "afford": 4968, + "champ": 4969, + "contain": 4970, + "##gypt": 4971, + "fash": 4972, + "sab": 4973, + "2020": 4974, + "recovery": 4975, + "##cast": 4976, + "expand": 4977, + "soviet": 4978, + "egypt": 4979, + "hat": 4980, + "consumption": 4981, + "welfare": 4982, + "portugal": 4983, + "diversity": 4984, + "##ulating": 4985, + "##ifies": 4986, + "consolid": 4987, + "shut": 4988, + "coher": 4989, + "cliff": 4990, + "##under": 4991, + "extend": 4992, + "volunt": 4993, + "scr": 4994, + "aug": 4995, + "24": 4996, + "##lands": 4997, + "engaged": 4998, + "massive": 4999, + "whe": 5000, + "##illa": 5001, + "rac": 5002, + "socialist": 5003, + "consistent": 5004, + "pollution": 5005, + "cha": 5006, + "freedoms": 5007, + "thir": 5008, + "associated": 5009, + "assembly": 5010, + "walking": 5011, + "encounters": 5012, + "committees": 5013, + "eddie": 5014, + "joins": 5015, + "interpret": 5016, + "bott": 5017, + "rival": 5018, + "##roso": 5019, + "##raid": 5020, + "unit": 5021, + "average": 5022, + "##ban": 5023, + "thr": 5024, + "##ilateral": 5025, + "##sters": 5026, + "peaceful": 5027, + "neck": 5028, + "trading": 5029, + "hour": 5030, + "60": 5031, + "ves": 5032, + "##mo": 5033, + "knew": 5034, + "shooting": 5035, + "criticism": 5036, + "possess": 5037, + "##agon": 5038, + "##cient": 5039, + "196": 5040, + "continent": 5041, + "judicial": 5042, + "franc": 5043, + "tend": 5044, + "##med": 5045, + "laugh": 5046, + "economies": 5047, + "capture": 5048, + "immigrants": 5049, + "hoping": 5050, + "mix": 5051, + "##endum": 5052, + "imper": 5053, + "suit": 5054, + "capable": 5055, + "bell": 5056, + "##elle": 5057, + "##ression": 5058, + "football": 5059, + "lind": 5060, + "wine": 5061, + "stan": 5062, + "noted": 5063, + "unknown": 5064, + "nos": 5065, + "princess": 5066, + "improvements": 5067, + "temporary": 5068, + "##uting": 5069, + "soft": 5070, + "afraid": 5071, + "largest": 5072, + "##oles": 5073, + "##iform": 5074, + "implic": 5075, + "drunk": 5076, + "easier": 5077, + "dutch": 5078, + "jac": 5079, + "flor": 5080, + "arrival": 5081, + "towns": 5082, + "detailed": 5083, + "published": 5084, + "##lection": 5085, + "##ago": 5086, + "corruption": 5087, + "##ils": 5088, + "proportion": 5089, + "traged": 5090, + "admits": 5091, + "chairman": 5092, + "dynam": 5093, + "##icted": 5094, + "exemp": 5095, + "desert": 5096, + "constant": 5097, + "dram": 5098, + "behavior": 5099, + "delighted": 5100, + "balk": 5101, + "style": 5102, + "##uls": 5103, + "adopting": 5104, + "block": 5105, + "##ode": 5106, + "subsidiarity": 5107, + "dad": 5108, + "video": 5109, + "cz": 5110, + "monster": 5111, + "millions": 5112, + "cypr": 5113, + "inspector": 5114, + "##iced": 5115, + "remarks": 5116, + "surf": 5117, + "sli": 5118, + "destruction": 5119, + "pir": 5120, + "##mother": 5121, + "##ili": 5122, + "plenary": 5123, + "cyprus": 5124, + "##ika": 5125, + "fashion": 5126, + "respected": 5127, + "noneth": 5128, + "nonetheless": 5129, + "agents": 5130, + "quant": 5131, + "absence": 5132, + "os": 5133, + "##uries": 5134, + "changing": 5135, + "binding": 5136, + "alice": 5137, + "sending": 5138, + "passes": 5139, + "upset": 5140, + "nobody": 5141, + "underm": 5142, + "empty": 5143, + "reasonable": 5144, + "stopped": 5145, + "taxes": 5146, + "##ttp": 5147, + "sid": 5148, + "factor": 5149, + "minute": 5150, + "referendum": 5151, + "limits": 5152, + "ol": 5153, + "priest": 5154, + "drinking": 5155, + "bulgaria": 5156, + "vulner": 5157, + "web": 5158, + "experts": 5159, + "##icky": 5160, + "acp": 5161, + "players": 5162, + "reaches": 5163, + "widow": 5164, + "##uds": 5165, + "quiet": 5166, + "votes": 5167, + "corner": 5168, + "slight": 5169, + "##ugg": 5170, + "##ipe": 5171, + "usa": 5172, + "kong": 5173, + "described": 5174, + "physical": 5175, + "##ties": 5176, + "##ala": 5177, + "defic": 5178, + "purposes": 5179, + "##oto": 5180, + "coff": 5181, + "numbers": 5182, + "unex": 5183, + "uniform": 5184, + "##ception": 5185, + "flying": 5186, + "rab": 5187, + "##mi": 5188, + "syl": 5189, + "toba": 5190, + "advance": 5191, + "1997": 5192, + "structures": 5193, + "pak": 5194, + "##laced": 5195, + "congress": 5196, + "sweden": 5197, + "pus": 5198, + "serb": 5199, + "minority": 5200, + "competence": 5201, + "les": 5202, + "mi": 5203, + "sin": 5204, + "opposite": 5205, + "##road": 5206, + "##ila": 5207, + "angeles": 5208, + "##min": 5209, + "awa": 5210, + "murders": 5211, + "wakes": 5212, + "unp": 5213, + "factors": 5214, + "hits": 5215, + "rout": 5216, + "stuff": 5217, + "worker": 5218, + "examine": 5219, + "mouth": 5220, + "tick": 5221, + "##cker": 5222, + "palace": 5223, + "drawing": 5224, + "##osen": 5225, + "diss": 5226, + "blow": 5227, + "americans": 5228, + "tobacco": 5229, + "##bru": 5230, + "##ko": 5231, + "advent": 5232, + "paying": 5233, + "bos": 5234, + "##roc": 5235, + "flees": 5236, + "primarily": 5237, + "subsequently": 5238, + "compensation": 5239, + "sales": 5240, + "tackle": 5241, + "jess": 5242, + "##ela": 5243, + "fires": 5244, + "giant": 5245, + "##ratic": 5246, + "barri": 5247, + "attempting": 5248, + "collection": 5249, + "vari": 5250, + "arrangements": 5251, + "vin": 5252, + "##urd": 5253, + "endorse": 5254, + "citizen": 5255, + "daniel": 5256, + "substances": 5257, + "flood": 5258, + "##oe": 5259, + "##ander": 5260, + "contributions": 5261, + "recognised": 5262, + "ethnic": 5263, + "resolutions": 5264, + "grabs": 5265, + "swedish": 5266, + "mun": 5267, + "tape": 5268, + "diam": 5269, + "survive": 5270, + "mental": 5271, + "dign": 5272, + "fields": 5273, + "maximum": 5274, + "kate": 5275, + "credibility": 5276, + "gall": 5277, + "accounts": 5278, + "hole": 5279, + "milk": 5280, + "500": 5281, + "##ox": 5282, + "mobility": 5283, + "suffer": 5284, + "vehicle": 5285, + "jose": 5286, + "seat": 5287, + "afterwards": 5288, + "promised": 5289, + "louis": 5290, + "innocent": 5291, + "meat": 5292, + "contained": 5293, + "##cus": 5294, + "transl": 5295, + "matt": 5296, + "roma": 5297, + "revealing": 5298, + "languages": 5299, + "thomas": 5300, + "kit": 5301, + "gene": 5302, + "investments": 5303, + "hence": 5304, + "chann": 5305, + "unlike": 5306, + "proposing": 5307, + "minorities": 5308, + "definite": 5309, + "az": 5310, + "male": 5311, + "desperate": 5312, + "enemy": 5313, + "guil": 5314, + "23": 5315, + "lic": 5316, + "urb": 5317, + "##di": 5318, + "##uable": 5319, + "holly": 5320, + "carol": 5321, + "breaking": 5322, + "nic": 5323, + "protected": 5324, + "kel": 5325, + "defined": 5326, + "electronic": 5327, + "identify": 5328, + "uncertain": 5329, + "leadership": 5330, + "##ato": 5331, + "conserv": 5332, + "warn": 5333, + "encouraging": 5334, + "scand": 5335, + "bes": 5336, + "##wide": 5337, + "##rey": 5338, + "lived": 5339, + "islam": 5340, + "vig": 5341, + "1996": 5342, + "cous": 5343, + "tan": 5344, + "exists": 5345, + "##uate": 5346, + "exclud": 5347, + "##oted": 5348, + "ancient": 5349, + "hair": 5350, + "science": 5351, + "02": 5352, + "##lines": 5353, + "remove": 5354, + "washington": 5355, + "ded": 5356, + "##ids": 5357, + "warning": 5358, + "considers": 5359, + "troops": 5360, + "##jun": 5361, + "##icip": 5362, + "flag": 5363, + "calif": 5364, + "inqu": 5365, + "##asm": 5366, + "stories": 5367, + "exclus": 5368, + "subsidies": 5369, + "pakistan": 5370, + "prosec": 5371, + "##bruary": 5372, + "fruit": 5373, + "##vent": 5374, + "##inal": 5375, + "scheng": 5376, + "rub": 5377, + "select": 5378, + "supplement": 5379, + "romantic": 5380, + "airl": 5381, + "determination": 5382, + "conflicts": 5383, + "schengen": 5384, + "aunt": 5385, + "fresh": 5386, + "february": 5387, + "names": 5388, + "criminals": 5389, + "strike": 5390, + "larry": 5391, + "adult": 5392, + "generation": 5393, + "requests": 5394, + "jealous": 5395, + "##lying": 5396, + "pig": 5397, + "pure": 5398, + "weight": 5399, + "mos": 5400, + "##hr": 5401, + "thrown": 5402, + "chosen": 5403, + "requirement": 5404, + "##onia": 5405, + "proud": 5406, + "aircraft": 5407, + "vic": 5408, + "deals": 5409, + "unaw": 5410, + "bobby": 5411, + "commissioners": 5412, + "guards": 5413, + "considering": 5414, + "operating": 5415, + "route": 5416, + "effectiveness": 5417, + "coach": 5418, + "grave": 5419, + "merc": 5420, + "czech": 5421, + "jason": 5422, + "mine": 5423, + "usually": 5424, + "lastly": 5425, + "cabin": 5426, + "organizations": 5427, + "californ": 5428, + "gri": 5429, + "cave": 5430, + "operate": 5431, + "fiscal": 5432, + "deliber": 5433, + "mexico": 5434, + "thorough": 5435, + "possibly": 5436, + "remark": 5437, + "dramatic": 5438, + "jam": 5439, + "##field": 5440, + "aside": 5441, + "paral": 5442, + "factory": 5443, + "examples": 5444, + "demanding": 5445, + "impression": 5446, + "entitled": 5447, + "books": 5448, + "##anna": 5449, + "emphasis": 5450, + "chand": 5451, + "novel": 5452, + "programs": 5453, + "formal": 5454, + "portugues": 5455, + "194": 5456, + "opinions": 5457, + "devast": 5458, + "royal": 5459, + "portuguese": 5460, + "length": 5461, + "sedu": 5462, + "##wan": 5463, + "##ingu": 5464, + "##ifications": 5465, + "substance": 5466, + "surviv": 5467, + "##iring": 5468, + "amounts": 5469, + "decis": 5470, + "owners": 5471, + "##gle": 5472, + "plat": 5473, + "belief": 5474, + "deeply": 5475, + "functioning": 5476, + "conce": 5477, + "highest": 5478, + "creature": 5479, + "dave": 5480, + "birthday": 5481, + "##areness": 5482, + "facts": 5483, + "extended": 5484, + "restrictions": 5485, + "harmonisation": 5486, + "iron": 5487, + "inher": 5488, + "sha": 5489, + "distur": 5490, + "grows": 5491, + "defeat": 5492, + "##sp": 5493, + "##rous": 5494, + "##outs": 5495, + "##ervations": 5496, + "distribution": 5497, + "waters": 5498, + "penalty": 5499, + "unaware": 5500, + "gay": 5501, + "sinc": 5502, + "clint": 5503, + "awareness": 5504, + "britain": 5505, + "compared": 5506, + "rescu": 5507, + "confesses": 5508, + "facilitate": 5509, + "guilty": 5510, + "bol": 5511, + "cities": 5512, + "creates": 5513, + "passion": 5514, + "conversation": 5515, + "award": 5516, + "hong": 5517, + "travels": 5518, + "voluntary": 5519, + "sick": 5520, + "##abeth": 5521, + "doesn": 5522, + "warns": 5523, + "phase": 5524, + "resolved": 5525, + "distance": 5526, + "##right": 5527, + "##usal": 5528, + "saves": 5529, + "memory": 5530, + "scenes": 5531, + "screen": 5532, + "toler": 5533, + "plants": 5534, + "marit": 5535, + "register": 5536, + "heading": 5537, + "completed": 5538, + "demonstrated": 5539, + "eric": 5540, + "##rit": 5541, + "switch": 5542, + "fost": 5543, + "nine": 5544, + "retire": 5545, + "august": 5546, + "imposed": 5547, + "disag": 5548, + "##ails": 5549, + "introduces": 5550, + "technological": 5551, + "repeatedly": 5552, + "##achel": 5553, + "singer": 5554, + "duties": 5555, + "gradually": 5556, + "maritime": 5557, + "jenn": 5558, + "##ein": 5559, + "reli": 5560, + "incent": 5561, + "helen": 5562, + "##lined": 5563, + "brand": 5564, + "drop": 5565, + "migration": 5566, + "orphan": 5567, + "nur": 5568, + "ww": 5569, + "##vak": 5570, + "infect": 5571, + "susan": 5572, + "urban": 5573, + "##ault": 5574, + "poison": 5575, + "##inder": 5576, + "determine": 5577, + "apparent": 5578, + "kir": 5579, + "household": 5580, + "lisa": 5581, + "types": 5582, + "flashback": 5583, + "##lor": 5584, + "##zen": 5585, + "proof": 5586, + "complicated": 5587, + "##iger": 5588, + "moral": 5589, + "gamb": 5590, + "exception": 5591, + "california": 5592, + "mansion": 5593, + "arab": 5594, + "97": 5595, + "commissionas": 5596, + "joined": 5597, + "smith": 5598, + "barroso": 5599, + "arrived": 5600, + "nato": 5601, + "##mun": 5602, + "##pse": 5603, + "anyway": 5604, + "guaranteed": 5605, + "bilateral": 5606, + "false": 5607, + "##ez": 5608, + "##war": 5609, + "unb": 5610, + "knife": 5611, + "##arely": 5612, + "obligation": 5613, + "woods": 5614, + "occasions": 5615, + "ko": 5616, + "##pol": 5617, + "pool": 5618, + "visa": 5619, + "opened": 5620, + "grandfather": 5621, + "primary": 5622, + "afghanistan": 5623, + "tension": 5624, + "log": 5625, + "disg": 5626, + "impose": 5627, + "moon": 5628, + "spoken": 5629, + "trap": 5630, + "ron": 5631, + "ord": 5632, + "arth": 5633, + "expensive": 5634, + "sett": 5635, + "bush": 5636, + "weapon": 5637, + "##hagen": 5638, + "##ville": 5639, + "oral": 5640, + "##acing": 5641, + "valuable": 5642, + "singing": 5643, + "tough": 5644, + "delivery": 5645, + "pt": 5646, + "##omen": 5647, + "reaction": 5648, + "##ounting": 5649, + "identified": 5650, + "condemn": 5651, + "georgia": 5652, + "labelling": 5653, + "protest": 5654, + "##gen": 5655, + "##mate": 5656, + "receiving": 5657, + "badly": 5658, + "kim": 5659, + "deaths": 5660, + "passing": 5661, + "soldier": 5662, + "firmly": 5663, + "shares": 5664, + "spect": 5665, + "contemp": 5666, + "##ffy": 5667, + "magn": 5668, + "tasks": 5669, + "ombuds": 5670, + "core": 5671, + "##lers": 5672, + "##rad": 5673, + "appropriations": 5674, + "oce": 5675, + "flat": 5676, + "cath": 5677, + "mouse": 5678, + "theater": 5679, + "driven": 5680, + "experiences": 5681, + "demonstrate": 5682, + "wolf": 5683, + "##enhagen": 5684, + "virgin": 5685, + "liter": 5686, + "austria": 5687, + "flexible": 5688, + "obstacles": 5689, + "tragedy": 5690, + "spite": 5691, + "hundreds": 5692, + "fan": 5693, + "ted": 5694, + "##pet": 5695, + "trapped": 5696, + "buildings": 5697, + "embar": 5698, + "announced": 5699, + "brad": 5700, + "terrible": 5701, + "forthcoming": 5702, + "ppe": 5703, + "##ston": 5704, + "##stood": 5705, + "postal": 5706, + "##scious": 5707, + "aftern": 5708, + "cooper": 5709, + "vulnerable": 5710, + "comfort": 5711, + "happily": 5712, + "##rin": 5713, + "newly": 5714, + "clothes": 5715, + "coal": 5716, + "difficulty": 5717, + "##oked": 5718, + "taxation": 5719, + "learned": 5720, + "ak": 5721, + "##abling": 5722, + "lob": 5723, + "##ressed": 5724, + "sorry": 5725, + "assure": 5726, + "texas": 5727, + "excessive": 5728, + "##rol": 5729, + "##aked": 5730, + "##pected": 5731, + "approve": 5732, + "profit": 5733, + "julie": 5734, + "assume": 5735, + "pin": 5736, + "spoke": 5737, + "##actory": 5738, + "historic": 5739, + "features": 5740, + "ori": 5741, + "veter": 5742, + "befriend": 5743, + "contrad": 5744, + "inhab": 5745, + "painting": 5746, + "drew": 5747, + "##ses": 5748, + "reporting": 5749, + "confident": 5750, + "entr": 5751, + "bh": 5752, + "dil": 5753, + "multip": 5754, + "forcing": 5755, + "pillar": 5756, + "advertising": 5757, + "##uated": 5758, + "recip": 5759, + "betray": 5760, + "surely": 5761, + "fishermen": 5762, + "electricity": 5763, + "##do": 5764, + "##irt": 5765, + "processes": 5766, + "fights": 5767, + "musl": 5768, + "##rupted": 5769, + "arthur": 5770, + "hes": 5771, + "negotiating": 5772, + "chic": 5773, + "##agn": 5774, + "luc": 5775, + "legitimate": 5776, + "nether": 5777, + "##iana": 5778, + "smugg": 5779, + "distin": 5780, + "largely": 5781, + "lands": 5782, + "sacrif": 5783, + "conciliation": 5784, + "##ighter": 5785, + "install": 5786, + "remote": 5787, + "suffered": 5788, + "farming": 5789, + "gao": 5790, + "diseases": 5791, + "##a©": 5792, + "##fin": 5793, + "inclusion": 5794, + "prize": 5795, + "industries": 5796, + "schools": 5797, + "fears": 5798, + "hired": 5799, + "##mates": 5800, + "stable": 5801, + "##ches": 5802, + "intel": 5803, + "195": 5804, + "searching": 5805, + "elsewhere": 5806, + "copenhagen": 5807, + "kidnapped": 5808, + "chases": 5809, + "meantime": 5810, + "unexpected": 5811, + "unfair": 5812, + "selling": 5813, + "##ointment": 5814, + "filled": 5815, + "phen": 5816, + "calc": 5817, + "wearing": 5818, + "##encing": 5819, + "correspon": 5820, + "israeli": 5821, + "sund": 5822, + "attor": 5823, + "kidn": 5824, + "okay": 5825, + "afternoon": 5826, + "##jo": 5827, + "mask": 5828, + "image": 5829, + "unconscious": 5830, + "##pay": 5831, + "##aine": 5832, + "signs": 5833, + "resistance": 5834, + "raising": 5835, + "insp": 5836, + "preventing": 5837, + "credits": 5838, + "ombudsman": 5839, + "dur": 5840, + "worst": 5841, + "swim": 5842, + "appreciate": 5843, + "www": 5844, + "sum": 5845, + "disasters": 5846, + "stronger": 5847, + "zone": 5848, + "##roll": 5849, + "tradition": 5850, + "francis": 5851, + "vijay": 5852, + "teleph": 5853, + "concluded": 5854, + "troub": 5855, + "display": 5856, + "cul": 5857, + "alle": 5858, + "enhan": 5859, + "biggest": 5860, + "prohib": 5861, + "##rain": 5862, + "presents": 5863, + "reported": 5864, + "laura": 5865, + "funeral": 5866, + "enth": 5867, + "##angers": 5868, + "simon": 5869, + "employed": 5870, + "introducing": 5871, + "facility": 5872, + "berlin": 5873, + "luxemb": 5874, + "divorce": 5875, + "wheel": 5876, + "rod": 5877, + "trail": 5878, + "experiment": 5879, + "contracts": 5880, + "page": 5881, + "##inent": 5882, + "##keep": 5883, + "faces": 5884, + "confirmed": 5885, + "suspicious": 5886, + "universal": 5887, + "eliz": 5888, + "netherlands": 5889, + "hench": 5890, + "tests": 5891, + "##asb": 5892, + "write": 5893, + "player": 5894, + "dollars": 5895, + "##bor": 5896, + "##ipp": 5897, + "requested": 5898, + "welcomed": 5899, + "##rel": 5900, + "##otic": 5901, + "films": 5902, + "arriving": 5903, + "arguments": 5904, + "marries": 5905, + "proceeds": 5906, + "railway": 5907, + "intellect": 5908, + "suggested": 5909, + "dun": 5910, + "gab": 5911, + "##adem": 5912, + "communist": 5913, + "26": 5914, + "fro": 5915, + "ka": 5916, + "vast": 5917, + "##ads": 5918, + "viet": 5919, + "pete": 5920, + "##dp": 5921, + "##ips": 5922, + "operators": 5923, + "pursued": 5924, + "enjo": 5925, + "collective": 5926, + "perfectly": 5927, + "egg": 5928, + "##oub": 5929, + "earn": 5930, + "steals": 5931, + "represented": 5932, + "watches": 5933, + "patient": 5934, + "colonel": 5935, + "offering": 5936, + "lets": 5937, + "removed": 5938, + "bay": 5939, + "##down": 5940, + "##cher": 5941, + "containing": 5942, + "diamond": 5943, + "artist": 5944, + "etc": 5945, + "notes": 5946, + "roof": 5947, + "distric": 5948, + "sequ": 5949, + "ended": 5950, + "islands": 5951, + "grown": 5952, + "blame": 5953, + "statistics": 5954, + "witnesses": 5955, + "##oul": 5956, + "chain": 5957, + "savings": 5958, + "nap": 5959, + "sports": 5960, + "strategies": 5961, + "brain": 5962, + "collabor": 5963, + "photograph": 5964, + "dignity": 5965, + "sincere": 5966, + "kh": 5967, + "map": 5968, + "fired": 5969, + "tragic": 5970, + "expectations": 5971, + "accompanied": 5972, + "ruth": 5973, + "maria": 5974, + "cooperate": 5975, + "advis": 5976, + "luxembourg": 5977, + "ongoing": 5978, + "justified": 5979, + "estate": 5980, + "seemingly": 5981, + "assigned": 5982, + "pier": 5983, + "##gence": 5984, + "asia": 5985, + "helic": 5986, + "proceedings": 5987, + "austral": 5988, + "odd": 5989, + "elizabeth": 5990, + "fant": 5991, + "##off": 5992, + "reconst": 5993, + "##burg": 5994, + "##isc": 5995, + "sav": 5996, + "dismiss": 5997, + "helicop": 5998, + "gro": 5999, + "##rick": 6000, + "dispos": 6001, + "senior": 6002, + "allocated": 6003, + "games": 6004, + "worried": 6005, + "beings": 6006, + "1995": 6007, + "broadcast": 6008, + "cerem": 6009, + "soph": 6010, + "illust": 6011, + "items": 6012, + "narrow": 6013, + "forgot": 6014, + "witch": 6015, + "##raged": 6016, + "suspects": 6017, + "cousin": 6018, + "clinton": 6019, + "shape": 6020, + "reven": 6021, + "relatively": 6022, + "dedic": 6023, + "extension": 6024, + "traveling": 6025, + "ah": 6026, + "ecu": 6027, + "vent": 6028, + "##board": 6029, + "angel": 6030, + "##ati": 6031, + "##orous": 6032, + "leon": 6033, + "relates": 6034, + "transition": 6035, + "guide": 6036, + "2013": 6037, + "acknowledge": 6038, + "ly": 6039, + "inade": 6040, + "reass": 6041, + "extensive": 6042, + "maintaining": 6043, + "archit": 6044, + "passenger": 6045, + "complain": 6046, + "##asant": 6047, + "aspir": 6048, + "##ishing": 6049, + "architect": 6050, + "##inn": 6051, + "contacts": 6052, + "bottom": 6053, + "##inating": 6054, + "courts": 6055, + "smaller": 6056, + "trick": 6057, + "accused": 6058, + "resort": 6059, + "intentions": 6060, + "winter": 6061, + "attractive": 6062, + "ocean": 6063, + "bull": 6064, + "tang": 6065, + "reit": 6066, + "##usi": 6067, + "ts": 6068, + "##mission": 6069, + "whereas": 6070, + "transp": 6071, + "restruct": 6072, + "grace": 6073, + "operational": 6074, + "believed": 6075, + "claiming": 6076, + "enforcement": 6077, + "haw": 6078, + "strasb": 6079, + "imports": 6080, + "academ": 6081, + "rushes": 6082, + "coup": 6083, + "pieces": 6084, + "inev": 6085, + "strasbourg": 6086, + "pit": 6087, + "wo": 6088, + "species": 6089, + "feet": 6090, + "develops": 6091, + "##lav": 6092, + "cancer": 6093, + "scot": 6094, + "larger": 6095, + "29": 6096, + "##uri": 6097, + "##race": 6098, + "joy": 6099, + "kevin": 6100, + "visiting": 6101, + "careful": 6102, + "hungar": 6103, + "greatly": 6104, + "yug": 6105, + "##sey": 6106, + "materials": 6107, + "engagement": 6108, + "reluctantly": 6109, + "##ician": 6110, + "sugar": 6111, + "revision": 6112, + "80": 6113, + "##put": 6114, + "hell": 6115, + "spends": 6116, + "latin": 6117, + "neighborhood": 6118, + "tail": 6119, + "understood": 6120, + "realise": 6121, + "assault": 6122, + "producing": 6123, + "shock": 6124, + "geograph": 6125, + "sentence": 6126, + "grandmother": 6127, + "stocks": 6128, + "decisive": 6129, + "ward": 6130, + "split": 6131, + "prosperity": 6132, + "##orters": 6133, + "discip": 6134, + "wanting": 6135, + "applying": 6136, + "acquis": 6137, + "familiar": 6138, + "historical": 6139, + "dependent": 6140, + "hides": 6141, + "covers": 6142, + "victory": 6143, + "drops": 6144, + "copy": 6145, + "restrict": 6146, + "satisfied": 6147, + "acknowled": 6148, + "vietn": 6149, + "andrew": 6150, + "undoub": 6151, + "rum": 6152, + "von": 6153, + "wing": 6154, + "##cho": 6155, + "elector": 6156, + "ships": 6157, + "supervision": 6158, + "confronted": 6159, + "croat": 6160, + "behavi": 6161, + "lessons": 6162, + "statute": 6163, + "baltic": 6164, + "sharing": 6165, + "fulfil": 6166, + "rapidly": 6167, + "imagine": 6168, + "##een": 6169, + "lik": 6170, + "terrorists": 6171, + "yu": 6172, + "##hen": 6173, + "forum": 6174, + "users": 6175, + "myst": 6176, + "refused": 6177, + "supplies": 6178, + "experienced": 6179, + "refuse": 6180, + "attracted": 6181, + "##place": 6182, + "replies": 6183, + "cook": 6184, + "evident": 6185, + "taxpay": 6186, + "guns": 6187, + "writer": 6188, + "unsu": 6189, + "kal": 6190, + "proves": 6191, + "##aksh": 6192, + "marie": 6193, + "##berg": 6194, + "garden": 6195, + "kam": 6196, + "options": 6197, + "proved": 6198, + "##usted": 6199, + "##anging": 6200, + "violations": 6201, + "threatened": 6202, + "cutting": 6203, + "quotas": 6204, + "##rig": 6205, + "##ora": 6206, + "atm": 6207, + "noise": 6208, + "##advant": 6209, + "rape": 6210, + "visited": 6211, + "##rified": 6212, + "28": 6213, + "rh": 6214, + "##via": 6215, + "disadvant": 6216, + "surve": 6217, + "vik": 6218, + "##iko": 6219, + "lucy": 6220, + "honour": 6221, + "optim": 6222, + "35": 6223, + "anton": 6224, + "refers": 6225, + "baron": 6226, + "soul": 6227, + "significantly": 6228, + "enthusi": 6229, + "fest": 6230, + "##eds": 6231, + "##osition": 6232, + "canada": 6233, + "humans": 6234, + "appearance": 6235, + "recognizes": 6236, + "decent": 6237, + "referring": 6238, + "nin": 6239, + "##stairs": 6240, + "invited": 6241, + "systematic": 6242, + "surrounding": 6243, + "mall": 6244, + "letters": 6245, + "originally": 6246, + "manufactur": 6247, + "ken": 6248, + "zomb": 6249, + "season": 6250, + "democrat": 6251, + "collaps": 6252, + "fright": 6253, + "essentially": 6254, + "radical": 6255, + "ja": 6256, + "loy": 6257, + "##asts": 6258, + "fifth": 6259, + "disagree": 6260, + "undoubtedly": 6261, + "politically": 6262, + "conducted": 6263, + "exploitation": 6264, + "balkans": 6265, + "raja": 6266, + "korea": 6267, + "destroying": 6268, + "31": 6269, + "mitch": 6270, + "##itage": 6271, + "significance": 6272, + "announce": 6273, + "variety": 6274, + "bru": 6275, + "buck": 6276, + "aids": 6277, + "preparation": 6278, + "honor": 6279, + "exclusion": 6280, + "andy": 6281, + "crush": 6282, + "insult": 6283, + "hostage": 6284, + "innovative": 6285, + "santa": 6286, + "marine": 6287, + "genuinely": 6288, + "qualified": 6289, + "nurse": 6290, + "stick": 6291, + "amy": 6292, + "##atherine": 6293, + "mah": 6294, + "mayor": 6295, + "##ecision": 6296, + "focused": 6297, + "explanation": 6298, + "03": 6299, + "issued": 6300, + "sleeping": 6301, + "ske": 6302, + "singh": 6303, + "bot": 6304, + "gy": 6305, + "stays": 6306, + "increases": 6307, + "##ashes": 6308, + "valid": 6309, + "dancing": 6310, + "disappointed": 6311, + "jumps": 6312, + "robbery": 6313, + "residents": 6314, + "foundation": 6315, + "fleet": 6316, + "threats": 6317, + "torture": 6318, + "intelligence": 6319, + "mas": 6320, + "announces": 6321, + "launched": 6322, + "##ulf": 6323, + "checks": 6324, + "regrett": 6325, + "definitely": 6326, + "row": 6327, + "tight": 6328, + "boost": 6329, + "realistic": 6330, + "98": 6331, + "##asion": 6332, + "##umn": 6333, + "decades": 6334, + "fortune": 6335, + "frequently": 6336, + "legally": 6337, + "producer": 6338, + "topic": 6339, + "sensible": 6340, + "fer": 6341, + "##gers": 6342, + "reput": 6343, + "awak": 6344, + "rush": 6345, + "winning": 6346, + "prompt": 6347, + "territorial": 6348, + "las": 6349, + "##gl": 6350, + "bern": 6351, + "##ran": 6352, + "##lling": 6353, + "clause": 6354, + "slovak": 6355, + "behaviour": 6356, + "picks": 6357, + "serge": 6358, + "threatening": 6359, + "cert": 6360, + "##ios": 6361, + "romance": 6362, + "hurt": 6363, + "dragon": 6364, + "##ider": 6365, + "begun": 6366, + "failing": 6367, + "drown": 6368, + "jewish": 6369, + "ryan": 6370, + "preced": 6371, + "entered": 6372, + "entering": 6373, + "knocks": 6374, + "gaz": 6375, + "heritage": 6376, + "tib": 6377, + "##tering": 6378, + "defense": 6379, + "infring": 6380, + "chapter": 6381, + "bosn": 6382, + "fool": 6383, + "religion": 6384, + "mobil": 6385, + "pays": 6386, + "##night": 6387, + "##oslav": 6388, + "unique": 6389, + "reporter": 6390, + "usual": 6391, + "actor": 6392, + "strengthened": 6393, + "accidents": 6394, + "tank": 6395, + "lsc": 6396, + "coordinated": 6397, + "urgently": 6398, + "district": 6399, + "breat": 6400, + "cos": 6401, + "tam": 6402, + "terry": 6403, + "yell": 6404, + "restore": 6405, + "schemes": 6406, + "fake": 6407, + "prepares": 6408, + "scientists": 6409, + "facilities": 6410, + "square": 6411, + "joseph": 6412, + "atmosp": 6413, + "codecision": 6414, + "fasc": 6415, + "stim": 6416, + "tracks": 6417, + "ideal": 6418, + "hunt": 6419, + "doubts": 6420, + "##ima": 6421, + "healthy": 6422, + "ped": 6423, + "##rote": 6424, + "principal": 6425, + "yugoslav": 6426, + "aviation": 6427, + "lying": 6428, + "wand": 6429, + "##ulous": 6430, + "##ppy": 6431, + "##apse": 6432, + "##loc": 6433, + "ende": 6434, + "depth": 6435, + "strikes": 6436, + "clarify": 6437, + "ordinary": 6438, + "eating": 6439, + "polish": 6440, + "##active": 6441, + "barn": 6442, + "daffy": 6443, + "pictures": 6444, + "interpretation": 6445, + "vampire": 6446, + "ngos": 6447, + "brian": 6448, + "nom": 6449, + "##fers": 6450, + "unne": 6451, + "approx": 6452, + "trio": 6453, + "unre": 6454, + "villagers": 6455, + "batt": 6456, + "punishment": 6457, + "prodi": 6458, + "haz": 6459, + "valley": 6460, + "bearing": 6461, + "houses": 6462, + "unnecess": 6463, + "jur": 6464, + "pac": 6465, + "timet": 6466, + "jenny": 6467, + "##how": 6468, + "##rations": 6469, + "deter": 6470, + "http": 6471, + "sara": 6472, + "enh": 6473, + "compuls": 6474, + "spots": 6475, + "tools": 6476, + "locked": 6477, + "liber": 6478, + "foster": 6479, + "ax": 6480, + "native": 6481, + "##da": 6482, + "##ashing": 6483, + "arg": 6484, + "patent": 6485, + "mistakes": 6486, + "struck": 6487, + "endeav": 6488, + "advances": 6489, + "obsess": 6490, + "declared": 6491, + "gdp": 6492, + "ze": 6493, + "##uel": 6494, + "##point": 6495, + "##iry": 6496, + "##irect": 6497, + "define": 6498, + "##ibly": 6499, + "skin": 6500, + "combined": 6501, + "blackm": 6502, + "inhabit": 6503, + "chicago": 6504, + "##igar": 6505, + "pleasure": 6506, + "loyal": 6507, + "emm": 6508, + "##zo": 6509, + "ath": 6510, + "##ifer": 6511, + "##abilities": 6512, + "stabil": 6513, + "debating": 6514, + "##icient": 6515, + "representation": 6516, + "scientist": 6517, + "kyoto": 6518, + "rescued": 6519, + "sisters": 6520, + "aggr": 6521, + "distract": 6522, + "struggling": 6523, + "##itt": 6524, + "shi": 6525, + "residence": 6526, + "partly": 6527, + "monop": 6528, + "ordered": 6529, + "ensues": 6530, + "abstain": 6531, + "##ova": 6532, + "##lessly": 6533, + "anticip": 6534, + "helicopter": 6535, + "compon": 6536, + "hungarian": 6537, + "70": 6538, + "si": 6539, + "##eror": 6540, + "##icing": 6541, + "illness": 6542, + "barriers": 6543, + "rachel": 6544, + "alt": 6545, + "presidents": 6546, + "syn": 6547, + "amending": 6548, + "institute": 6549, + "heavily": 6550, + "mountains": 6551, + "gap": 6552, + "##mond": 6553, + "color": 6554, + "constitu": 6555, + "hunting": 6556, + "encouraged": 6557, + "stealing": 6558, + "##rets": 6559, + "##unte": 6560, + "donald": 6561, + "negotiation": 6562, + "entertain": 6563, + "2011": 6564, + "pink": 6565, + "##liver": 6566, + "division": 6567, + "volunte": 6568, + "extraord": 6569, + "persuade": 6570, + "kelly": 6571, + "96": 6572, + "nl": 6573, + "intensive": 6574, + "fairly": 6575, + "walter": 6576, + "bedroom": 6577, + "a5": 6578, + "##icts": 6579, + "reward": 6580, + "replaced": 6581, + "poet": 6582, + "edward": 6583, + "reconstruction": 6584, + "businessman": 6585, + "affects": 6586, + "##hear": 6587, + "##uled": 6588, + "193": 6589, + "##ugs": 6590, + "hardly": 6591, + "communications": 6592, + "jar": 6593, + "pu": 6594, + "##ware": 6595, + "##lyn": 6596, + "evol": 6597, + "highlighted": 6598, + "hollywood": 6599, + "alongside": 6600, + "claire": 6601, + "horror": 6602, + "occurred": 6603, + "reluctant": 6604, + "ceremony": 6605, + "##uten": 6606, + "argue": 6607, + "##gged": 6608, + "annie": 6609, + "nik": 6610, + "sought": 6611, + "wise": 6612, + "amaz": 6613, + "legitim": 6614, + "retrieve": 6615, + "##pa": 6616, + "accur": 6617, + "kinds": 6618, + "analy": 6619, + "tower": 6620, + "survivors": 6621, + "han": 6622, + "##hears": 6623, + "underground": 6624, + "actress": 6625, + "automatic": 6626, + "beaten": 6627, + "reputation": 6628, + "300": 6629, + "shr": 6630, + "wars": 6631, + "homes": 6632, + "fifteen": 6633, + "performing": 6634, + "squad": 6635, + "##stitutional": 6636, + "neighbouring": 6637, + "retirement": 6638, + "sake": 6639, + "##ched": 6640, + "profits": 6641, + "golden": 6642, + "dressed": 6643, + "eliminate": 6644, + "ms": 6645, + "rud": 6646, + "##ami": 6647, + "loved": 6648, + "incomp": 6649, + "##whel": 6650, + "albert": 6651, + "sovereignty": 6652, + "vessels": 6653, + "lt": 6654, + "##erved": 6655, + "stating": 6656, + "##essions": 6657, + "co2": 6658, + "steel": 6659, + "maggie": 6660, + "coherent": 6661, + "intellectual": 6662, + "fbi": 6663, + "##ancing": 6664, + "##stein": 6665, + "##licit": 6666, + "moments": 6667, + "supervis": 6668, + "slightly": 6669, + "disposal": 6670, + "stars": 6671, + "minor": 6672, + "##mann": 6673, + "morgan": 6674, + "lucky": 6675, + "settlement": 6676, + "math": 6677, + "loan": 6678, + "carbon": 6679, + "subjects": 6680, + "domin": 6681, + "vat": 6682, + "##osing": 6683, + "overwhel": 6684, + "directed": 6685, + "worldwide": 6686, + "moro": 6687, + "cyn": 6688, + "pursuit": 6689, + "deficit": 6690, + "fab": 6691, + "rising": 6692, + "sak": 6693, + "ti": 6694, + "doctors": 6695, + "##umar": 6696, + "carter": 6697, + "yourself": 6698, + "depends": 6699, + "multilateral": 6700, + "undertaken": 6701, + "##igger": 6702, + "centres": 6703, + "duck": 6704, + "socialists": 6705, + "envis": 6706, + "jones": 6707, + "##iat": 6708, + "forem": 6709, + "motiv": 6710, + "obliged": 6711, + "crashes": 6712, + "convergence": 6713, + "implications": 6714, + "##mon": 6715, + "prol": 6716, + "surr": 6717, + "reads": 6718, + "attorney": 6719, + "links": 6720, + "upper": 6721, + "##sa": 6722, + "##pel": 6723, + "flies": 6724, + "dispute": 6725, + "papers": 6726, + "racism": 6727, + "wake": 6728, + "basically": 6729, + "emily": 6730, + "swift": 6731, + "controlled": 6732, + "gift": 6733, + "imprison": 6734, + "arts": 6735, + "served": 6736, + "cheap": 6737, + "maintained": 6738, + "suitable": 6739, + "betty": 6740, + "##avan": 6741, + "employee": 6742, + "greens": 6743, + "beauty": 6744, + "sons": 6745, + "##low": 6746, + "##roph": 6747, + "compat": 6748, + "suffers": 6749, + "unsuccess": 6750, + "##irable": 6751, + "##atell": 6752, + "dogs": 6753, + "repair": 6754, + "misunder": 6755, + "prospects": 6756, + "vacation": 6757, + "restructuring": 6758, + "##wa": 6759, + "weather": 6760, + "doors": 6761, + "governing": 6762, + "edge": 6763, + "movies": 6764, + "execution": 6765, + "krish": 6766, + "cigar": 6767, + "dere": 6768, + "anth": 6769, + "finland": 6770, + "confusion": 6771, + "treasure": 6772, + "forgotten": 6773, + "wre": 6774, + "##iable": 6775, + "sail": 6776, + "spa": 6777, + "owned": 6778, + "societ": 6779, + "listening": 6780, + "magaz": 6781, + "philos": 6782, + "memories": 6783, + "croatia": 6784, + "legend": 6785, + "respects": 6786, + "privile": 6787, + "addressing": 6788, + "indicated": 6789, + "deserves": 6790, + "serbia": 6791, + "gor": 6792, + "lew": 6793, + "resign": 6794, + "contest": 6795, + "##lock": 6796, + "retreat": 6797, + "records": 6798, + "ratification": 6799, + "subsequent": 6800, + "mostly": 6801, + "seemed": 6802, + "relationships": 6803, + "intervene": 6804, + "closing": 6805, + "duke": 6806, + "tunnel": 6807, + "##time": 6808, + "##quar": 6809, + "begs": 6810, + "handed": 6811, + "prisoner": 6812, + "cruel": 6813, + "raises": 6814, + "preparations": 6815, + "constitute": 6816, + "surface": 6817, + "bio": 6818, + "##uro": 6819, + "##sen": 6820, + "##iments": 6821, + "##rific": 6822, + "actively": 6823, + "lieuten": 6824, + "telephone": 6825, + "##ni": 6826, + "##yers": 6827, + "##iva": 6828, + "string": 6829, + "breach": 6830, + "enhance": 6831, + "gate": 6832, + "gord": 6833, + "##ida": 6834, + "confused": 6835, + "telecom": 6836, + "epis": 6837, + "medicines": 6838, + "tied": 6839, + "andre": 6840, + "firms": 6841, + "ravi": 6842, + "mistaken": 6843, + "stressed": 6844, + "concentrate": 6845, + "era": 6846, + "##fia": 6847, + "explicit": 6848, + "resulted": 6849, + "##water": 6850, + "cool": 6851, + "staying": 6852, + "celebrate": 6853, + "##odes": 6854, + "unemployed": 6855, + "sufficiently": 6856, + "attached": 6857, + "cuba": 6858, + "marsh": 6859, + "##erties": 6860, + "accordingly": 6861, + "lifest": 6862, + "lone": 6863, + "##care": 6864, + "##ket": 6865, + "upd": 6866, + "poo": 6867, + "accounting": 6868, + "barcel": 6869, + "modified": 6870, + "speaks": 6871, + "escaped": 6872, + "##holders": 6873, + "neighbourhood": 6874, + "category": 6875, + "barely": 6876, + "finger": 6877, + "jay": 6878, + "##ooth": 6879, + "exports": 6880, + "##ianc": 6881, + "confir": 6882, + "willingness": 6883, + "reunited": 6884, + "germ": 6885, + "molly": 6886, + "##cile": 6887, + "forever": 6888, + "arise": 6889, + "explained": 6890, + "achievement": 6891, + "welcomes": 6892, + "90": 6893, + "hans": 6894, + "honey": 6895, + "##oard": 6896, + "##rell": 6897, + "##rop": 6898, + "talked": 6899, + "calm": 6900, + "##tha": 6901, + "disabled": 6902, + "possibilities": 6903, + "neglect": 6904, + "focuses": 6905, + "satisfactory": 6906, + "clients": 6907, + "explosion": 6908, + "exceed": 6909, + "humanity": 6910, + "compete": 6911, + "device": 6912, + "buried": 6913, + "sentenced": 6914, + "rejects": 6915, + "basement": 6916, + "reflected": 6917, + "housing": 6918, + "phenomen": 6919, + "barcelona": 6920, + "trees": 6921, + "##institutional": 6922, + "##raction": 6923, + "actors": 6924, + "##actions": 6925, + "amended": 6926, + "diplomatic": 6927, + "ig": 6928, + "##aire": 6929, + "##opard": 6930, + "incom": 6931, + "thanking": 6932, + "solely": 6933, + "inadequate": 6934, + "beth": 6935, + "##qual": 6936, + "interinstitutional": 6937, + "quote": 6938, + "perpet": 6939, + "urgency": 6940, + "loud": 6941, + "wider": 6942, + "hann": 6943, + "lam": 6944, + "pupp": 6945, + "##rary": 6946, + "weekend": 6947, + "annex": 6948, + "conservative": 6949, + "som": 6950, + "aa": 6951, + "##ient": 6952, + "parliamentas": 6953, + "writes": 6954, + "rit": 6955, + "##kins": 6956, + "beef": 6957, + "exhib": 6958, + "chest": 6959, + "##cket": 6960, + "##icken": 6961, + "silver": 6962, + "weakness": 6963, + "commander": 6964, + "sale": 6965, + "somewhere": 6966, + "veget": 6967, + "greg": 6968, + "responds": 6969, + "prostitute": 6970, + "##can": 6971, + "##boy": 6972, + "##aled": 6973, + "revenue": 6974, + "ble": 6975, + "europol": 6976, + "philip": 6977, + "##cul": 6978, + "##onom": 6979, + "connected": 6980, + "cite": 6981, + "lin": 6982, + "##olic": 6983, + "##aka": 6984, + "aboard": 6985, + "liqu": 6986, + "considerably": 6987, + "luke": 6988, + "##ado": 6989, + "exha": 6990, + "carries": 6991, + "conscious": 6992, + "regardless": 6993, + "recognize": 6994, + "reinforce": 6995, + "ari": 6996, + "guests": 6997, + "compulsory": 6998, + "lieutenant": 6999, + "transitional": 7000, + "hanging": 7001, + "##erb": 7002, + "##osis": 7003, + "presum": 7004, + "likes": 7005, + "harass": 7006, + "entre": 7007, + "succeeded": 7008, + "burning": 7009, + "shelter": 7010, + "rend": 7011, + "anx": 7012, + "sevent": 7013, + "spy": 7014, + "petitions": 7015, + "sharp": 7016, + "encourages": 7017, + "obtained": 7018, + "tibet": 7019, + "fianc": 7020, + "lith": 7021, + "##rence": 7022, + "thurs": 7023, + "##ario": 7024, + "##stone": 7025, + "located": 7026, + "participants": 7027, + "volume": 7028, + "delivered": 7029, + "correctly": 7030, + "nurs": 7031, + "forb": 7032, + "journalist": 7033, + "##imb": 7034, + "##aki": 7035, + "articles": 7036, + "purely": 7037, + "atmosphere": 7038, + "stream": 7039, + "furious": 7040, + "ceiling": 7041, + "##uc": 7042, + "beats": 7043, + "manip": 7044, + "extending": 7045, + "braz": 7046, + "sustainability": 7047, + "testing": 7048, + "angela": 7049, + "speeches": 7050, + "sneaks": 7051, + "jesse": 7052, + "scotland": 7053, + "bought": 7054, + "kay": 7055, + "rent": 7056, + "##oms": 7057, + "raw": 7058, + "trace": 7059, + "smoking": 7060, + "necessarily": 7061, + "examined": 7062, + "austrian": 7063, + "ignore": 7064, + "quarter": 7065, + "chaos": 7066, + "bosnia": 7067, + "gross": 7068, + "ports": 7069, + "##imp": 7070, + "##che": 7071, + "sits": 7072, + "competent": 7073, + "shopping": 7074, + "applicable": 7075, + "struggles": 7076, + "dictators": 7077, + "thirty": 7078, + "##case": 7079, + "assets": 7080, + "processing": 7081, + "##laim": 7082, + "pursuing": 7083, + "teaching": 7084, + "observed": 7085, + "##prene": 7086, + "civilian": 7087, + "neighbours": 7088, + "silent": 7089, + "bathroom": 7090, + "bann": 7091, + "unus": 7092, + "joan": 7093, + "budd": 7094, + "gig": 7095, + "kitch": 7096, + "pork": 7097, + "##iders": 7098, + "managing": 7099, + "##vester": 7100, + "maid": 7101, + "marked": 7102, + "explaining": 7103, + "##fall": 7104, + "##illance": 7105, + "finn": 7106, + "employers": 7107, + "millenn": 7108, + "deput": 7109, + "reconcile": 7110, + "phenomenon": 7111, + "entreprene": 7112, + "cher": 7113, + "kick": 7114, + "complement": 7115, + "corpse": 7116, + "targeted": 7117, + "losses": 7118, + "surveillance": 7119, + "##bre": 7120, + "stuck": 7121, + "sites": 7122, + "sched": 7123, + "debated": 7124, + "clock": 7125, + "worrying": 7126, + "##gas": 7127, + "shame": 7128, + "howard": 7129, + "expense": 7130, + "concert": 7131, + "headed": 7132, + "advanced": 7133, + "eco": 7134, + "interrupted": 7135, + "somehow": 7136, + "guilt": 7137, + "nazi": 7138, + "hesit": 7139, + "league": 7140, + "##aph": 7141, + "grass": 7142, + "roads": 7143, + "danish": 7144, + "regularly": 7145, + "porn": 7146, + "thief": 7147, + "toy": 7148, + "##utor": 7149, + "atlantic": 7150, + "abroad": 7151, + "marks": 7152, + "margin": 7153, + "indirect": 7154, + "arranges": 7155, + "##ographic": 7156, + "inhabitants": 7157, + "ral": 7158, + "vel": 7159, + "##rors": 7160, + "##aming": 7161, + "intens": 7162, + "loans": 7163, + "empire": 7164, + "##enna": 7165, + "consequence": 7166, + "collapse": 7167, + "condemned": 7168, + "favorite": 7169, + "lithu": 7170, + "dating": 7171, + "pse": 7172, + "somebody": 7173, + "emperor": 7174, + "studio": 7175, + "promoted": 7176, + "generations": 7177, + "throwing": 7178, + "frustrated": 7179, + "ties": 7180, + "##rass": 7181, + "incon": 7182, + "offices": 7183, + "cart": 7184, + "covering": 7185, + "paralle": 7186, + "thursday": 7187, + "##etically": 7188, + "fewer": 7189, + "expresses": 7190, + "declares": 7191, + "autonom": 7192, + "transferred": 7193, + "brutal": 7194, + "reliable": 7195, + "unnecessary": 7196, + "timetable": 7197, + "eri": 7198, + "tent": 7199, + "joining": 7200, + "presenting": 7201, + "belgium": 7202, + "hires": 7203, + "##osure": 7204, + "overlo": 7205, + "destroys": 7206, + "walls": 7207, + "reflects": 7208, + "reinfor": 7209, + "emotional": 7210, + "##ulates": 7211, + "enabling": 7212, + "serving": 7213, + "oppon": 7214, + "sylvester": 7215, + "riding": 7216, + "##itative": 7217, + "enraged": 7218, + "candidates": 7219, + "teenage": 7220, + "linda": 7221, + "societies": 7222, + "rational": 7223, + "##ograp": 7224, + "defending": 7225, + "drivers": 7226, + "founded": 7227, + "circus": 7228, + "multiple": 7229, + "hin": 7230, + "lunch": 7231, + "oliver": 7232, + "parad": 7233, + "mrsa": 7234, + "oppose": 7235, + "similarly": 7236, + "rabbit": 7237, + "exposed": 7238, + "retain": 7239, + "regarded": 7240, + "rescues": 7241, + "fixed": 7242, + "corporate": 7243, + "scrut": 7244, + "gambling": 7245, + "muslim": 7246, + "vietnam": 7247, + "wrote": 7248, + "##arged": 7249, + "alarm": 7250, + "serves": 7251, + "minim": 7252, + "persuades": 7253, + "fiction": 7254, + "##50": 7255, + "##orses": 7256, + "belgian": 7257, + "bang": 7258, + "warri": 7259, + "respective": 7260, + "distort": 7261, + "ambition": 7262, + "guaranteeing": 7263, + "embarrass": 7264, + "brazil": 7265, + "fi": 7266, + "param": 7267, + "governor": 7268, + "busy": 7269, + "negotiate": 7270, + "custody": 7271, + "estimated": 7272, + "inspired": 7273, + "cass": 7274, + "##kin": 7275, + "reloc": 7276, + "divided": 7277, + "gil": 7278, + "gop": 7279, + "chi": 7280, + "outstanding": 7281, + "##uffs": 7282, + "hungary": 7283, + "cin": 7284, + "fought": 7285, + "ric": 7286, + "satell": 7287, + "##bro": 7288, + "sean": 7289, + "lovers": 7290, + "periods": 7291, + "lights": 7292, + "holiday": 7293, + "pensions": 7294, + "imprisoned": 7295, + "fault": 7296, + "mobile": 7297, + "client": 7298, + "airlines": 7299, + "infringe": 7300, + "lion": 7301, + "voc": 7302, + "stor": 7303, + "haun": 7304, + "twice": 7305, + "insuff": 7306, + "##ophob": 7307, + "mirror": 7308, + "dumping": 7309, + "taxpayers": 7310, + "cf": 7311, + "##olk": 7312, + "##ema": 7313, + "headquar": 7314, + "teams": 7315, + "##bb": 7316, + "##jud": 7317, + "shy": 7318, + "reserve": 7319, + "cattle": 7320, + "separated": 7321, + "contrast": 7322, + "##ctive": 7323, + "rah": 7324, + "personnel": 7325, + "suggestion": 7326, + "henchmen": 7327, + "pad": 7328, + "rare": 7329, + "trend": 7330, + "finished": 7331, + "coinc": 7332, + "whereby": 7333, + "junior": 7334, + "rocky": 7335, + "medicine": 7336, + "jesus": 7337, + "liked": 7338, + "millennium": 7339, + "sheep": 7340, + "reflection": 7341, + "##cuse": 7342, + "elev": 7343, + "suspended": 7344, + "enhanced": 7345, + "lifestyle": 7346, + "au": 7347, + "bid": 7348, + "citizenship": 7349, + "slaughter": 7350, + "##laf": 7351, + "granting": 7352, + "isolated": 7353, + "pipe": 7354, + "##atlantic": 7355, + "alf": 7356, + "aged": 7357, + "##aughters": 7358, + "considerations": 7359, + "devoted": 7360, + "surprising": 7361, + "customers": 7362, + "platform": 7363, + "blackmail": 7364, + "bse": 7365, + "##uild": 7366, + "arjun": 7367, + "broke": 7368, + "speaker": 7369, + "ny": 7370, + "saint": 7371, + "##bert": 7372, + "prest": 7373, + "humili": 7374, + "everywhere": 7375, + "immun": 7376, + "autom": 7377, + "imperial": 7378, + "##ographer": 7379, + "headquarters": 7380, + "##vens": 7381, + "##erable": 7382, + "dod": 7383, + "persist": 7384, + "lawyers": 7385, + "jackson": 7386, + "fortunately": 7387, + "severely": 7388, + "nut": 7389, + "carri": 7390, + "openness": 7391, + "acceptance": 7392, + "applications": 7393, + "emerges": 7394, + "tourist": 7395, + "ratified": 7396, + "aliens": 7397, + "dick": 7398, + "##aj": 7399, + "##ros": 7400, + "twin": 7401, + "relief": 7402, + "##athi": 7403, + "sacrifice": 7404, + "spell": 7405, + "transatlantic": 7406, + "marketing": 7407, + "economically": 7408, + "promising": 7409, + "accepting": 7410, + "demonstrates": 7411, + "manufacturers": 7412, + "sergeant": 7413, + "deterior": 7414, + "##ho": 7415, + "##oning": 7416, + "beck": 7417, + "clin": 7418, + "judgment": 7419, + "choices": 7420, + "bureaucracy": 7421, + "echo": 7422, + "gains": 7423, + "rough": 7424, + "##asy": 7425, + "dust": 7426, + "##any": 7427, + "asleep": 7428, + "prec": 7429, + "branch": 7430, + "crazy": 7431, + "incentives": 7432, + "cards": 7433, + "tears": 7434, + "marcus": 7435, + "justify": 7436, + "wave": 7437, + "mickey": 7438, + "approximately": 7439, + "pian": 7440, + "##zed": 7441, + "##xual": 7442, + "intense": 7443, + "showed": 7444, + "glor": 7445, + "inflation": 7446, + "barbara": 7447, + "dup": 7448, + "chased": 7449, + "incred": 7450, + "##othy": 7451, + "##ennis": 7452, + "deadline": 7453, + "investigating": 7454, + "sounds": 7455, + "accomplish": 7456, + "sle": 7457, + "keen": 7458, + "dealer": 7459, + "musical": 7460, + "silence": 7461, + "impressed": 7462, + "memor": 7463, + "texts": 7464, + "journalists": 7465, + "mam": 7466, + "tub": 7467, + "##adic": 7468, + "margar": 7469, + "overse": 7470, + "recru": 7471, + "jeopard": 7472, + "kitchen": 7473, + "km": 7474, + "##eline": 7475, + "lasting": 7476, + "formula": 7477, + "##asha": 7478, + "violation": 7479, + "robin": 7480, + "harmful": 7481, + "footage": 7482, + "reminds": 7483, + "camer": 7484, + "succeeds": 7485, + "99": 7486, + "reservations": 7487, + "##enses": 7488, + "earthqu": 7489, + "witnessed": 7490, + "kenn": 7491, + "oly": 7492, + "transactions": 7493, + "smooth": 7494, + "##law": 7495, + "educational": 7496, + "a4": 7497, + "grab": 7498, + "greenhouse": 7499, + "scandal": 7500, + "extraordinary": 7501, + "foremost": 7502, + "tay": 7503, + "##ams": 7504, + "emerging": 7505, + "documentary": 7506, + "narr": 7507, + "wonderful": 7508, + "sloven": 7509, + "islamic": 7510, + "cav": 7511, + "countryside": 7512, + "denmark": 7513, + "tunis": 7514, + "picked": 7515, + "supplementary": 7516, + "kil": 7517, + "bears": 7518, + "shif": 7519, + "interim": 7520, + "unionas": 7521, + "elig": 7522, + "models": 7523, + "sweet": 7524, + "coffee": 7525, + "##stal": 7526, + "crises": 7527, + "##ubb": 7528, + "invite": 7529, + "satisfaction": 7530, + "korean": 7531, + "py": 7532, + "punch": 7533, + "##itting": 7534, + "contributed": 7535, + "borrow": 7536, + "draws": 7537, + "supposedly": 7538, + "tab": 7539, + "##pow": 7540, + "theory": 7541, + "seas": 7542, + "marty": 7543, + "presentation": 7544, + "experiencing": 7545, + "examination": 7546, + "exceptional": 7547, + "dublin": 7548, + "legitimacy": 7549, + "ralph": 7550, + "olymp": 7551, + "cup": 7552, + "nag": 7553, + "persec": 7554, + "affecting": 7555, + "craw": 7556, + "ku": 7557, + "yard": 7558, + "spo": 7559, + "##grily": 7560, + "funded": 7561, + "certainty": 7562, + "annivers": 7563, + "1994": 7564, + "patrick": 7565, + "murderer": 7566, + "landing": 7567, + "hunter": 7568, + "horiz": 7569, + "jungle": 7570, + "visitors": 7571, + "macro": 7572, + "##ription": 7573, + "diplom": 7574, + "sequence": 7575, + "thres": 7576, + "beating": 7577, + "stations": 7578, + "unha": 7579, + "##iece": 7580, + "resum": 7581, + "expressing": 7582, + "disappeared": 7583, + "confrontation": 7584, + "##away": 7585, + "alan": 7586, + "tricks": 7587, + "whenever": 7588, + "twel": 7589, + "constitutes": 7590, + "rejection": 7591, + "poorest": 7592, + "dropped": 7593, + "assassin": 7594, + "jennifer": 7595, + "##munic": 7596, + "vish": 7597, + "neut": 7598, + "chuck": 7599, + "biod": 7600, + "gru": 7601, + "khan": 7602, + "samp": 7603, + "##ex": 7604, + "recy": 7605, + "excuse": 7606, + "lock": 7607, + "##iley": 7608, + "negotiated": 7609, + "tariff": 7610, + "gangster": 7611, + "broader": 7612, + "##ography": 7613, + "suggestions": 7614, + "adjustment": 7615, + "lau": 7616, + "mentions": 7617, + "nich": 7618, + "plus": 7619, + "lesson": 7620, + "ambush": 7621, + "mexican": 7622, + "dynamic": 7623, + "jord": 7624, + "rot": 7625, + "##aling": 7626, + "##tery": 7627, + "angrily": 7628, + "cope": 7629, + "consci": 7630, + "tai": 7631, + "miller": 7632, + "multi": 7633, + "disappears": 7634, + "desperately": 7635, + "inquiry": 7636, + "tap": 7637, + "##oned": 7638, + "leban": 7639, + "deserve": 7640, + "detr": 7641, + "absor": 7642, + "observation": 7643, + "bullet": 7644, + "anniversary": 7645, + "daughters": 7646, + "decre": 7647, + "maced": 7648, + "nationals": 7649, + "revised": 7650, + "##ficial": 7651, + "talent": 7652, + "concludes": 7653, + "jewel": 7654, + "incorporated": 7655, + "bench": 7656, + "nancy": 7657, + "##ito": 7658, + "presidential": 7659, + "crus": 7660, + "beha": 7661, + "grat": 7662, + "centuries": 7663, + "jonathan": 7664, + "befriends": 7665, + "geographical": 7666, + "juris": 7667, + "philosoph": 7668, + "detriment": 7669, + "jin": 7670, + "shift": 7671, + "unity": 7672, + "commits": 7673, + "servant": 7674, + "editor": 7675, + "emphasised": 7676, + "advantages": 7677, + "cot": 7678, + "imb": 7679, + "##isp": 7680, + "loving": 7681, + "distingu": 7682, + "deploy": 7683, + "threshold": 7684, + "pose": 7685, + "##okes": 7686, + "##ashed": 7687, + "##richt": 7688, + "promptly": 7689, + "thro": 7690, + "##isher": 7691, + "shap": 7692, + "indicate": 7693, + "ridic": 7694, + "incidents": 7695, + "clothing": 7696, + "mystery": 7697, + "stumb": 7698, + "environmentally": 7699, + "farmer": 7700, + "protests": 7701, + "ranch": 7702, + "assumes": 7703, + "##fire": 7704, + "haven": 7705, + "##astricht": 7706, + "appointed": 7707, + "feature": 7708, + "maastricht": 7709, + "strip": 7710, + "describes": 7711, + "zero": 7712, + "##lets": 7713, + "##akings": 7714, + "appeared": 7715, + "psychiat": 7716, + "complaints": 7717, + "festival": 7718, + "gon": 7719, + "lyn": 7720, + "tear": 7721, + "unfortunate": 7722, + "karen": 7723, + "surrounded": 7724, + "##lord": 7725, + "monday": 7726, + "smoke": 7727, + "handle": 7728, + "sympathy": 7729, + "parallel": 7730, + "pand": 7731, + "##itals": 7732, + "error": 7733, + "undertaking": 7734, + "stabs": 7735, + "bureaucratic": 7736, + "reiterate": 7737, + "magazine": 7738, + "##ev": 7739, + "abortion": 7740, + "thoughts": 7741, + "foundations": 7742, + "prevented": 7743, + "undertakings": 7744, + "tribe": 7745, + "regrettable": 7746, + "04": 7747, + "hatch": 7748, + "toys": 7749, + "preserve": 7750, + "guys": 7751, + "goodby": 7752, + "openly": 7753, + "favourable": 7754, + "burma": 7755, + "hoped": 7756, + "occupation": 7757, + "hay": 7758, + "doc": 7759, + "revolves": 7760, + "interpre": 7761, + "unanimously": 7762, + "tall": 7763, + "##erves": 7764, + "heat": 7765, + "pray": 7766, + "##agger": 7767, + "deciding": 7768, + "pretends": 7769, + "procure": 7770, + "margaret": 7771, + "cia": 7772, + "tired": 7773, + "sphere": 7774, + "##hips": 7775, + "policeman": 7776, + "rocket": 7777, + "geneva": 7778, + "entrance": 7779, + "pled": 7780, + "buying": 7781, + "martial": 7782, + "concentration": 7783, + "suspicion": 7784, + "ticket": 7785, + "electoral": 7786, + "obsessed": 7787, + "##istol": 7788, + "spar": 7789, + "remained": 7790, + "integrity": 7791, + "statue": 7792, + "vacc": 7793, + "ecb": 7794, + "##win": 7795, + "dear": 7796, + "parent": 7797, + "presc": 7798, + "decline": 7799, + "widely": 7800, + "credible": 7801, + "warmly": 7802, + "porky": 7803, + "rif": 7804, + "wage": 7805, + "inad": 7806, + "depar": 7807, + "shoulder": 7808, + "robot": 7809, + "remembers": 7810, + "ultimate": 7811, + "julia": 7812, + "ineff": 7813, + "alleged": 7814, + "ay": 7815, + "rick": 7816, + "##istical": 7817, + "loose": 7818, + "stranger": 7819, + "mafia": 7820, + "financed": 7821, + "##ologist": 7822, + "occurs": 7823, + "channel": 7824, + "mold": 7825, + "pic": 7826, + "alger": 7827, + "##elli": 7828, + "timely": 7829, + "relax": 7830, + "occupied": 7831, + "territories": 7832, + "uncertainty": 7833, + "dedicated": 7834, + "taylor": 7835, + "buys": 7836, + "norman": 7837, + "photo": 7838, + "tribute": 7839, + "typical": 7840, + "micro": 7841, + "gordon": 7842, + "##pin": 7843, + "##pread": 7844, + "##illi": 7845, + "leo": 7846, + "consists": 7847, + "arranged": 7848, + "fox": 7849, + "virus": 7850, + "##club": 7851, + "australia": 7852, + "bottle": 7853, + "anymore": 7854, + "relate": 7855, + "importantly": 7856, + "grants": 7857, + "urges": 7858, + "dancer": 7859, + "##inational": 7860, + "forests": 7861, + "discovering": 7862, + "burst": 7863, + "ambitions": 7864, + "##kyo": 7865, + "supre": 7866, + "wides": 7867, + "##stream": 7868, + "stret": 7869, + "##una": 7870, + "ruling": 7871, + "taxi": 7872, + "irre": 7873, + "baseball": 7874, + "pulled": 7875, + "germans": 7876, + "##atisf": 7877, + "stip": 7878, + "trigger": 7879, + "francisco": 7880, + "widespread": 7881, + "dir": 7882, + "tokyo": 7883, + "wors": 7884, + "liability": 7885, + "##ishes": 7886, + "##quis": 7887, + "organized": 7888, + "##umph": 7889, + "delays": 7890, + "denied": 7891, + "panic": 7892, + "collaboration": 7893, + "emma": 7894, + "telecommunic": 7895, + "noticed": 7896, + "pride": 7897, + "appointment": 7898, + "continu": 7899, + "competences": 7900, + "executed": 7901, + "sadly": 7902, + "shark": 7903, + "upstairs": 7904, + "traum": 7905, + "nightclub": 7906, + "equival": 7907, + "counterfe": 7908, + "knocked": 7909, + "percentage": 7910, + "simplification": 7911, + "##iy": 7912, + "finances": 7913, + "attempted": 7914, + "traditions": 7915, + "diver": 7916, + "mistress": 7917, + "handsome": 7918, + "worthy": 7919, + "fatal": 7920, + "intelligent": 7921, + "correspond": 7922, + "bun": 7923, + "lod": 7924, + "torn": 7925, + "##iques": 7926, + "##matic": 7927, + "##oty": 7928, + "##ador": 7929, + "alleg": 7930, + "carto": 7931, + "dawn": 7932, + "multinational": 7933, + "catal": 7934, + "dollar": 7935, + "collapses": 7936, + "morocco": 7937, + "twelve": 7938, + "eager": 7939, + "##ju": 7940, + "restored": 7941, + "cheer": 7942, + "recorded": 7943, + "stanley": 7944, + "satellite": 7945, + "jordan": 7946, + "##gun": 7947, + "##isha": 7948, + "##ictions": 7949, + "##ankar": 7950, + "conventions": 7951, + "visible": 7952, + "survival": 7953, + "escaping": 7954, + "restricted": 7955, + "orient": 7956, + "clarity": 7957, + "freely": 7958, + "performed": 7959, + "massac": 7960, + "belongs": 7961, + "aggress": 7962, + "storage": 7963, + "ot": 7964, + "basket": 7965, + "reductions": 7966, + "metal": 7967, + "hypoc": 7968, + "cs": 7969, + "##hum": 7970, + "##lings": 7971, + "findings": 7972, + "score": 7973, + "accountability": 7974, + "banking": 7975, + "exerc": 7976, + "strictly": 7977, + "emotion": 7978, + "advocate": 7979, + "biodiversity": 7980, + "##allas": 7981, + "interrog": 7982, + "accuses": 7983, + "admir": 7984, + "digital": 7985, + "gained": 7986, + "notably": 7987, + "scul": 7988, + "jointly": 7989, + "coastal": 7990, + "##itzer": 7991, + "excluded": 7992, + "insufficient": 7993, + "##versi": 7994, + "abduct": 7995, + "intim": 7996, + "##pectives": 7997, + "survived": 7998, + "derog": 7999, + "sympath": 8000, + "apologizes": 8001, + "chemicals": 8002, + "gm": 8003, + "pant": 8004, + "##don": 8005, + "##oration": 8006, + "tod": 8007, + "##otte": 8008, + "hood": 8009, + "perspectives": 8010, + "recognized": 8011, + "liberties": 8012, + "climax": 8013, + "brib": 8014, + "##eta": 8015, + "spike": 8016, + "claimed": 8017, + "estimates": 8018, + "tomb": 8019, + "##illy": 8020, + "stages": 8021, + "charged": 8022, + "drun": 8023, + "embark": 8024, + "ecological": 8025, + "ethical": 8026, + "lobby": 8027, + "dos": 8028, + "dates": 8029, + "##usive": 8030, + "##apt": 8031, + "privat": 8032, + "trem": 8033, + "allocation": 8034, + "motorcy": 8035, + "##versial": 8036, + "kaz": 8037, + "resource": 8038, + "regist": 8039, + "theme": 8040, + "knight": 8041, + "prevail": 8042, + "temper": 8043, + "eura": 8044, + "sudan": 8045, + "wounds": 8046, + "##cas": 8047, + "##tains": 8048, + "##pelled": 8049, + "commend": 8050, + "##osh": 8051, + "nowhere": 8052, + "invasion": 8053, + "mumb": 8054, + "signing": 8055, + "##gging": 8056, + "healthcare": 8057, + "##comings": 8058, + "declare": 8059, + "sixth": 8060, + "iraqi": 8061, + "gabri": 8062, + "rage": 8063, + "##bie": 8064, + "##bour": 8065, + "##orp": 8066, + "stem": 8067, + "ragh": 8068, + "invitation": 8069, + "hels": 8070, + "shortcomings": 8071, + "creatures": 8072, + "populations": 8073, + "homose": 8074, + "rides": 8075, + "##nect": 8076, + "##kind": 8077, + "##sions": 8078, + "##ardo": 8079, + "investors": 8080, + "approached": 8081, + "eradic": 8082, + "highlights": 8083, + "abolition": 8084, + "purchase": 8085, + "unusual": 8086, + "95": 8087, + "aer": 8088, + "kurd": 8089, + "mul": 8090, + "dean": 8091, + "county": 8092, + "prejud": 8093, + "refusing": 8094, + "harsh": 8095, + "associations": 8096, + "hitler": 8097, + "reconciliation": 8098, + "alcoholic": 8099, + "devastated": 8100, + "sally": 8101, + "tat": 8102, + "euas": 8103, + "sections": 8104, + "martha": 8105, + "clark": 8106, + "laur": 8107, + "handling": 8108, + "hopefully": 8109, + "representing": 8110, + "qualifications": 8111, + "nord": 8112, + "habit": 8113, + "##ante": 8114, + "confed": 8115, + "congratulations": 8116, + "bitter": 8117, + "undertake": 8118, + "disguise": 8119, + "screams": 8120, + "pushes": 8121, + "confirms": 8122, + "dal": 8123, + "ox": 8124, + "sv": 8125, + "woo": 8126, + "underc": 8127, + "drinks": 8128, + "drama": 8129, + "lacking": 8130, + "tackling": 8131, + "penalties": 8132, + "enemies": 8133, + "hazard": 8134, + "scheduled": 8135, + "telecommunications": 8136, + "rans": 8137, + "##ded": 8138, + "##jan": 8139, + "##aman": 8140, + "entities": 8141, + "personality": 8142, + "indicators": 8143, + "refugee": 8144, + "bruce": 8145, + "roles": 8146, + "friday": 8147, + "##iki": 8148, + "johnson": 8149, + "damaged": 8150, + "ignored": 8151, + "brutally": 8152, + "navy": 8153, + "episode": 8154, + "##zone": 8155, + "##eland": 8156, + "wasn": 8157, + "intent": 8158, + "roots": 8159, + "##licate": 8160, + "underline": 8161, + "attending": 8162, + "convincing": 8163, + "defeated": 8164, + "expertise": 8165, + "yugoslavia": 8166, + "europeas": 8167, + "placing": 8168, + "disast": 8169, + "bride": 8170, + "informal": 8171, + "neighbors": 8172, + "2012": 8173, + "raju": 8174, + "infected": 8175, + "roth": 8176, + "tong": 8177, + "##ori": 8178, + "##arian": 8179, + "heir": 8180, + "neph": 8181, + "dispar": 8182, + "maur": 8183, + "bart": 8184, + "madrid": 8185, + "progressive": 8186, + "observe": 8187, + "applicant": 8188, + "##world": 8189, + "virtually": 8190, + "disastrous": 8191, + "catherine": 8192, + "xen": 8193, + "enfor": 8194, + "##cca": 8195, + "contam": 8196, + "regulate": 8197, + "depri": 8198, + "pistol": 8199, + "##inations": 8200, + "reprodu": 8201, + "spare": 8202, + "label": 8203, + "portray": 8204, + "##onym": 8205, + "##awa": 8206, + "tonight": 8207, + "permitted": 8208, + "swimming": 8209, + "ingr": 8210, + "stun": 8211, + "stance": 8212, + "transit": 8213, + "safely": 8214, + "teachers": 8215, + "guidance": 8216, + "drafted": 8217, + "deliberately": 8218, + "drunken": 8219, + "isn": 8220, + "circle": 8221, + "cops": 8222, + "utmost": 8223, + "endeavour": 8224, + "gest": 8225, + "vicky": 8226, + "matth": 8227, + "pharm": 8228, + "controversial": 8229, + "frankie": 8230, + "alternatives": 8231, + "imposing": 8232, + "kisses": 8233, + "sneak": 8234, + "routine": 8235, + "catholic": 8236, + "vows": 8237, + "##vy": 8238, + "plain": 8239, + "functions": 8240, + "survives": 8241, + "campaigns": 8242, + "banned": 8243, + "lithuania": 8244, + "goodbye": 8245, + "goth": 8246, + "##oid": 8247, + "meg": 8248, + "##cia": 8249, + "blair": 8250, + "escort": 8251, + "productivity": 8252, + "cease": 8253, + "pear": 8254, + "tiny": 8255, + "wis": 8256, + "##met": 8257, + "##isa": 8258, + "##ultane": 8259, + "simultane": 8260, + "recording": 8261, + "characteristics": 8262, + "sandy": 8263, + "palestinians": 8264, + "scared": 8265, + "dat": 8266, + "##lan": 8267, + "stood": 8268, + "comedy": 8269, + "alter": 8270, + "approaching": 8271, + "coordinate": 8272, + "crying": 8273, + "awakens": 8274, + "lily": 8275, + "tupp": 8276, + "liz": 8277, + "expan": 8278, + "cler": 8279, + "consent": 8280, + "raid": 8281, + "blank": 8282, + "corps": 8283, + "natal": 8284, + "discovery": 8285, + "exclusively": 8286, + "slovakia": 8287, + "deputy": 8288, + "tuppence": 8289, + "rrb": 8290, + "util": 8291, + "##erted": 8292, + "##chi": 8293, + "recruit": 8294, + "threaten": 8295, + "bigger": 8296, + "##beit": 8297, + "sabot": 8298, + "jurisd": 8299, + "b4": 8300, + "##ti": 8301, + "cloud": 8302, + "helpful": 8303, + "publicly": 8304, + "seconds": 8305, + "employer": 8306, + "benefici": 8307, + "combination": 8308, + "christine": 8309, + "burns": 8310, + "jerusal": 8311, + "jerusalem": 8312, + "strang": 8313, + "rooms": 8314, + "crops": 8315, + "permission": 8316, + "45": 8317, + "cure": 8318, + "##bar": 8319, + "##ropri": 8320, + "##stra": 8321, + "##ople": 8322, + "org": 8323, + "trained": 8324, + "letting": 8325, + "enjoyed": 8326, + "kidnap": 8327, + "eg": 8328, + "##ales": 8329, + "smart": 8330, + "stephen": 8331, + "absurd": 8332, + "privacy": 8333, + "juan": 8334, + "jacob": 8335, + "procurement": 8336, + "nerv": 8337, + "##bel": 8338, + "thugs": 8339, + "albeit": 8340, + "meal": 8341, + "soil": 8342, + "resemb": 8343, + "mirac": 8344, + "undermine": 8345, + "34": 8346, + "kyle": 8347, + "outset": 8348, + "##abwe": 8349, + "uncover": 8350, + "surviving": 8351, + "indicates": 8352, + "biological": 8353, + "dorothy": 8354, + "birds": 8355, + "exclusive": 8356, + "rank": 8357, + "##rest": 8358, + "##oda": 8359, + "invent": 8360, + "##inson": 8361, + "buddy": 8362, + "injuries": 8363, + "mandatory": 8364, + "ivan": 8365, + "macedonia": 8366, + "lan": 8367, + "zimb": 8368, + "asian": 8369, + "overhears": 8370, + "anywhere": 8371, + "controlling": 8372, + "necessity": 8373, + "bloody": 8374, + "exchanges": 8375, + "flowers": 8376, + "ellen": 8377, + "mosc": 8378, + "nephew": 8379, + "jill": 8380, + "wages": 8381, + "rope": 8382, + "modest": 8383, + "socially": 8384, + "denies": 8385, + "raped": 8386, + "comparison": 8387, + "quota": 8388, + "pursuant": 8389, + "37": 8390, + "spr": 8391, + "greet": 8392, + "iii": 8393, + "slave": 8394, + "distinction": 8395, + "zimbabwe": 8396, + "dol": 8397, + "jag": 8398, + "tale": 8399, + "backing": 8400, + "surg": 8401, + "governmental": 8402, + "1992": 8403, + "vegas": 8404, + "movements": 8405, + "expecting": 8406, + "assumed": 8407, + "categories": 8408, + "mixed": 8409, + "33": 8410, + "##aid": 8411, + "##ipped": 8412, + "online": 8413, + "conqu": 8414, + "studying": 8415, + "grew": 8416, + "participating": 8417, + "efficiently": 8418, + "krishna": 8419, + "##etus": 8420, + "roger": 8421, + "accomm": 8422, + "attraction": 8423, + "harold": 8424, + "objects": 8425, + "listened": 8426, + "disappearance": 8427, + "accommod": 8428, + "##ae": 8429, + "arising": 8430, + "subur": 8431, + "conviction": 8432, + "escal": 8433, + "landsc": 8434, + "viable": 8435, + "wilson": 8436, + "possession": 8437, + "gear": 8438, + "lag": 8439, + "##oman": 8440, + "blows": 8441, + "explodes": 8442, + "attacking": 8443, + "wording": 8444, + "chooses": 8445, + "substit": 8446, + "joey": 8447, + "vikram": 8448, + "diana": 8449, + "tiger": 8450, + "units": 8451, + "##abel": 8452, + "wherever": 8453, + "brig": 8454, + "demographic": 8455, + "assurance": 8456, + "1993": 8457, + "camps": 8458, + "eleph": 8459, + "closes": 8460, + "catast": 8461, + "manufacturing": 8462, + "drafting": 8463, + "unwilling": 8464, + "software": 8465, + "lonely": 8466, + "ajay": 8467, + "olaf": 8468, + "pace": 8469, + "##ih": 8470, + "rely": 8471, + "shore": 8472, + "##ensible": 8473, + "retired": 8474, + "genetically": 8475, + "heaven": 8476, + "charlotte": 8477, + "departure": 8478, + "jessica": 8479, + "unhappy": 8480, + "catastroph": 8481, + "75": 8482, + "cel": 8483, + "##alling": 8484, + "conservation": 8485, + "infilt": 8486, + "distant": 8487, + "pattern": 8488, + "irreg": 8489, + "devil": 8490, + "minds": 8491, + "assessments": 8492, + "frequent": 8493, + "routes": 8494, + "vigil": 8495, + "desirable": 8496, + "regulated": 8497, + "cultures": 8498, + "horses": 8499, + "thorn": 8500, + "##pection": 8501, + "##rage": 8502, + "overt": 8503, + "##olds": 8504, + "elabor": 8505, + "realized": 8506, + "investigations": 8507, + "snake": 8508, + "irregular": 8509, + "##fast": 8510, + "##worth": 8511, + "height": 8512, + "##anta": 8513, + "##thia": 8514, + "decade": 8515, + "pointing": 8516, + "understands": 8517, + "avoiding": 8518, + "rahul": 8519, + "36": 8520, + "##ien": 8521, + "##isons": 8522, + "inject": 8523, + "beast": 8524, + "unt": 8525, + "entity": 8526, + "procedural": 8527, + "homeless": 8528, + "disguised": 8529, + "troubled": 8530, + "fill": 8531, + "lift": 8532, + "mol": 8533, + "##oby": 8534, + "##ieves": 8535, + "disreg": 8536, + "##phy": 8537, + "artific": 8538, + "searches": 8539, + "normally": 8540, + "breed": 8541, + "shir": 8542, + "spons": 8543, + "endors": 8544, + "guest": 8545, + "completion": 8546, + "achievements": 8547, + "merch": 8548, + "karl": 8549, + "airports": 8550, + "tonnes": 8551, + "pooja": 8552, + "wol": 8553, + "##nest": 8554, + "##far": 8555, + "reception": 8556, + "stal": 8557, + "mainten": 8558, + "switzer": 8559, + "##ibi": 8560, + "michel": 8561, + "strand": 8562, + "pretending": 8563, + "evaluate": 8564, + "assassination": 8565, + "hannah": 8566, + "scrutiny": 8567, + "recyc": 8568, + "conscience": 8569, + "expansion": 8570, + "##oly": 8571, + "##nity": 8572, + "euros": 8573, + "curt": 8574, + "emu": 8575, + "passport": 8576, + "beneficial": 8577, + "deny": 8578, + "unanimous": 8579, + "gaza": 8580, + "piano": 8581, + "switzerland": 8582, + "##very": 8583, + "wash": 8584, + "bright": 8585, + "insane": 8586, + "phr": 8587, + "extrem": 8588, + "diagn": 8589, + "karan": 8590, + "reconcil": 8591, + "vincent": 8592, + "lewis": 8593, + "b5": 8594, + "##rical": 8595, + "fron": 8596, + "twist": 8597, + "lawrence": 8598, + "happiness": 8599, + "salv": 8600, + "climb": 8601, + "earthquake": 8602, + "shops": 8603, + "##anted": 8604, + "unions": 8605, + "holy": 8606, + "conven": 8607, + "patrol": 8608, + "##cepts": 8609, + "enterprise": 8610, + "cens": 8611, + "dry": 8612, + "dio": 8613, + "kumar": 8614, + "nina": 8615, + "tact": 8616, + "##iah": 8617, + "carn": 8618, + "proven": 8619, + "classes": 8620, + "emerge": 8621, + "demonstration": 8622, + "photographer": 8623, + "albania": 8624, + "discipline": 8625, + "dangers": 8626, + "furn": 8627, + "ross": 8628, + "tel": 8629, + "instantly": 8630, + "hook": 8631, + "farms": 8632, + "organise": 8633, + "opera": 8634, + "enlarged": 8635, + "messages": 8636, + "avoided": 8637, + "crown": 8638, + "burned": 8639, + "tensions": 8640, + "equivalent": 8641, + "maintenance": 8642, + "fled": 8643, + "fiance": 8644, + "##fight": 8645, + "##abe": 8646, + "##apers": 8647, + "maya": 8648, + "adding": 8649, + "formed": 8650, + "jackie": 8651, + "sincerely": 8652, + "boun": 8653, + "c5": 8654, + "stairs": 8655, + "##igan": 8656, + "##rav": 8657, + "everyday": 8658, + "recommended": 8659, + "declarations": 8660, + "railways": 8661, + "screaming": 8662, + "sunday": 8663, + "##rist": 8664, + "shat": 8665, + "exped": 8666, + "relatives": 8667, + "inspection": 8668, + "locate": 8669, + "##issa": 8670, + "explore": 8671, + "crossing": 8672, + "gif": 8673, + "##ctic": 8674, + "warrant": 8675, + "redund": 8676, + "shoes": 8677, + "accessible": 8678, + "pushed": 8679, + "##keeper": 8680, + "##ophobia": 8681, + "gw": 8682, + "taught": 8683, + "##zan": 8684, + "asc": 8685, + "##aya": 8686, + "##tex": 8687, + "intol": 8688, + "liby": 8689, + "informing": 8690, + "##neys": 8691, + "##icially": 8692, + "steven": 8693, + "missed": 8694, + "##appropri": 8695, + "##edule": 8696, + "matthew": 8697, + "bust": 8698, + "cats": 8699, + "liv": 8700, + "naked": 8701, + "upcoming": 8702, + "voters": 8703, + "library": 8704, + "communicate": 8705, + "lifel": 8706, + "selected": 8707, + "##iti": 8708, + "confer": 8709, + "couldn": 8710, + "infant": 8711, + "##oyed": 8712, + "denoun": 8713, + "palestine": 8714, + "removing": 8715, + "innocence": 8716, + "seduce": 8717, + "pacific": 8718, + "lists": 8719, + "##oper": 8720, + "##udes": 8721, + "pocket": 8722, + "priya": 8723, + "respecting": 8724, + "##rupts": 8725, + "jurisdiction": 8726, + "##khar": 8727, + "##stuffs": 8728, + "stamp": 8729, + "preca": 8730, + "politician": 8731, + "curse": 8732, + "wrest": 8733, + "affection": 8734, + "adequ": 8735, + "besides": 8736, + "enjoys": 8737, + "mumbai": 8738, + "kath": 8739, + "sings": 8740, + "##tan": 8741, + "##sell": 8742, + "detention": 8743, + "publ": 8744, + "imbal": 8745, + "fighter": 8746, + "underlying": 8747, + "##ube": 8748, + "schedule": 8749, + "##rett": 8750, + "woody": 8751, + "compatible": 8752, + "nichol": 8753, + "##limin": 8754, + "clearer": 8755, + "ensuing": 8756, + "##ashi": 8757, + "motel": 8758, + "potentially": 8759, + "duel": 8760, + "kidnapping": 8761, + "katie": 8762, + "adventure": 8763, + "unexpectedly": 8764, + "elevator": 8765, + "diox": 8766, + "publisher": 8767, + "rever": 8768, + "cole": 8769, + "clay": 8770, + "harv": 8771, + "productive": 8772, + "audi": 8773, + "disputes": 8774, + "crystal": 8775, + "prestig": 8776, + "cad": 8777, + "hire": 8778, + "sib": 8779, + "chan": 8780, + "1990": 8781, + "images": 8782, + "overwhelming": 8783, + "moscow": 8784, + "lifelong": 8785, + "hills": 8786, + "mit": 8787, + "##iner": 8788, + "##aro": 8789, + "anand": 8790, + "##ishop": 8791, + "nose": 8792, + "providers": 8793, + "191": 8794, + "schol": 8795, + "defining": 8796, + "drac": 8797, + "climbs": 8798, + "champions": 8799, + "finnish": 8800, + "cartoon": 8801, + "undercover": 8802, + "gam": 8803, + "ned": 8804, + "##uv": 8805, + "webs": 8806, + "abuses": 8807, + "indians": 8808, + "##iane": 8809, + "debts": 8810, + "depos": 8811, + "hunger": 8812, + "freight": 8813, + "suspected": 8814, + "flower": 8815, + "liberals": 8816, + "throat": 8817, + "bert": 8818, + "file": 8819, + "forec": 8820, + "##opher": 8821, + "##ichi": 8822, + "lect": 8823, + "##endous": 8824, + "manif": 8825, + "destination": 8826, + "##pson": 8827, + "triumph": 8828, + "horrified": 8829, + "drafts": 8830, + "dossi": 8831, + "32": 8832, + "nand": 8833, + "vary": 8834, + "##bul": 8835, + "anybody": 8836, + "brok": 8837, + "artists": 8838, + "inex": 8839, + "casino": 8840, + "belonging": 8841, + "josh": 8842, + "jamie": 8843, + "logical": 8844, + "39": 8845, + "toxic": 8846, + "##igation": 8847, + "selection": 8848, + "##ums": 8849, + "afterward": 8850, + "accus": 8851, + "songs": 8852, + "withdrawal": 8853, + "entrepreneurs": 8854, + "##making": 8855, + "##fu": 8856, + "unn": 8857, + "refusal": 8858, + "trips": 8859, + "answered": 8860, + "monitored": 8861, + "marrying": 8862, + "##holm": 8863, + "harmonised": 8864, + "engineer": 8865, + "incorporate": 8866, + "literally": 8867, + "cynthia": 8868, + "seventh": 8869, + "laund": 8870, + "lon": 8871, + "##uki": 8872, + "##rot": 8873, + "stu": 8874, + "dele": 8875, + "justification": 8876, + "##oko": 8877, + "mini": 8878, + "keys": 8879, + "solved": 8880, + "researchers": 8881, + "irrespon": 8882, + "villain": 8883, + "sexually": 8884, + "bankrupt": 8885, + "alexander": 8886, + "observers": 8887, + "settled": 8888, + "napole": 8889, + "inevitable": 8890, + "rises": 8891, + "sink": 8892, + "ware": 8893, + "stup": 8894, + "prud": 8895, + "managers": 8896, + "imported": 8897, + "##iann": 8898, + "graham": 8899, + "objections": 8900, + "techniques": 8901, + "profound": 8902, + "deadly": 8903, + "treas": 8904, + "garage": 8905, + "consistently": 8906, + "simplify": 8907, + "400": 8908, + "nan": 8909, + "##cs": 8910, + "##sem": 8911, + "##antha": 8912, + "colomb": 8913, + "interventions": 8914, + "textile": 8915, + "authorisation": 8916, + "virginia": 8917, + "gulf": 8918, + "##hara": 8919, + "chasing": 8920, + "##cio": 8921, + "statistical": 8922, + "congratulating": 8923, + "knocking": 8924, + "fifty": 8925, + "storms": 8926, + "pierre": 8927, + "##akshmi": 8928, + "dracula": 8929, + "hitch": 8930, + "tamp": 8931, + "##anian": 8932, + "belo": 8933, + "rehab": 8934, + "bye": 8935, + "counsel": 8936, + "##soever": 8937, + "quit": 8938, + "appla": 8939, + "survey": 8940, + "enshr": 8941, + "daan": 8942, + "jews": 8943, + "admitted": 8944, + "surrender": 8945, + "gloria": 8946, + "divers": 8947, + "gag": 8948, + "om": 8949, + "xia": 8950, + "therap": 8951, + "##ader": 8952, + "deem": 8953, + "evac": 8954, + "indones": 8955, + "brun": 8956, + "flu": 8957, + "focusing": 8958, + "cycle": 8959, + "autumn": 8960, + "kab": 8961, + "##fo": 8962, + "##owed": 8963, + "amar": 8964, + "wouldn": 8965, + "perce": 8966, + "advises": 8967, + "chechn": 8968, + "fairy": 8969, + "superior": 8970, + "injury": 8971, + "predict": 8972, + "dallas": 8973, + "ferr": 8974, + "faster": 8975, + "pitch": 8976, + "##nan": 8977, + "whis": 8978, + "tea": 8979, + "serial": 8980, + "flows": 8981, + "arrangement": 8982, + "praise": 8983, + "chechnya": 8984, + "aar": 8985, + "cu": 8986, + "cord": 8987, + "whatsoever": 8988, + "conspir": 8989, + "feas": 8990, + "bars": 8991, + "pleads": 8992, + "civilians": 8993, + "fuels": 8994, + "describe": 8995, + "cells": 8996, + "zombies": 8997, + "unsuccessful": 8998, + "registration": 8999, + "vet": 9000, + "rear": 9001, + "elmer": 9002, + "wishing": 9003, + "motions": 9004, + "essence": 9005, + "migrants": 9006, + "gallery": 9007, + "enjoying": 9008, + "napoleon": 9009, + "##hand": 9010, + "##ras": 9011, + "##raught": 9012, + "abb": 9013, + "incap": 9014, + "legs": 9015, + "creative": 9016, + "colonial": 9017, + "champion": 9018, + "locks": 9019, + "disarm": 9020, + "prelimin": 9021, + "acted": 9022, + "gray": 9023, + "distraught": 9024, + "striking": 9025, + "emerged": 9026, + "shipping": 9027, + "inadvert": 9028, + "hank": 9029, + "penn": 9030, + "ranging": 9031, + "intr": 9032, + "interference": 9033, + "inspir": 9034, + "servants": 9035, + "frag": 9036, + "renewed": 9037, + "ownership": 9038, + "haunted": 9039, + "supreme": 9040, + "eec": 9041, + "lamp": 9042, + "##urt": 9043, + "orch": 9044, + "allies": 9045, + "spin": 9046, + "pretext": 9047, + "gotten": 9048, + "closure": 9049, + "clarification": 9050, + "##uts": 9051, + "##people": 9052, + "uphold": 9053, + "##ermost": 9054, + "blond": 9055, + "##ront": 9056, + "contributing": 9057, + "burd": 9058, + "federation": 9059, + "kidnaps": 9060, + "##nn": 9061, + "##po": 9062, + "##olo": 9063, + "##ounted": 9064, + "boats": 9065, + "genetic": 9066, + "immense": 9067, + "practically": 9068, + "voices": 9069, + "tortured": 9070, + "##antically": 9071, + "##ache": 9072, + "likewise": 9073, + "boards": 9074, + "barg": 9075, + "passage": 9076, + "experiments": 9077, + "doug": 9078, + "isolation": 9079, + "spectac": 9080, + "supervisory": 9081, + "datab": 9082, + "preliminary": 9083, + "jr": 9084, + "##isy": 9085, + "nel": 9086, + "expenses": 9087, + "bump": 9088, + "profile": 9089, + "beneath": 9090, + "duo": 9091, + "boarding": 9092, + "laying": 9093, + "awaiting": 9094, + "veteran": 9095, + "tangible": 9096, + "hed": 9097, + "ling": 9098, + "ricky": 9099, + "tip": 9100, + "##elled": 9101, + "decor": 9102, + "stopping": 9103, + "ignores": 9104, + "pollut": 9105, + "guardian": 9106, + "newspapers": 9107, + "stakeholders": 9108, + "adults": 9109, + "couples": 9110, + "beloved": 9111, + "gus": 9112, + "##olved": 9113, + "notion": 9114, + "exit": 9115, + "unjust": 9116, + "noble": 9117, + "attrib": 9118, + "submar": 9119, + "performs": 9120, + "teaches": 9121, + "accompany": 9122, + "dismay": 9123, + "slaves": 9124, + "hatred": 9125, + "intimid": 9126, + "camb": 9127, + "till": 9128, + "wend": 9129, + "##erts": 9130, + "inappropri": 9131, + "reverse": 9132, + "##etor": 9133, + "##celer": 9134, + "impetus": 9135, + "addresses": 9136, + "protagon": 9137, + "ratify": 9138, + "dismant": 9139, + "interviews": 9140, + "betrayed": 9141, + "inevit": 9142, + "acknowledged": 9143, + "presumably": 9144, + "tunisia": 9145, + "philosophy": 9146, + "ger": 9147, + "mck": 9148, + "wire": 9149, + "thieves": 9150, + "attended": 9151, + "acceler": 9152, + "gangsters": 9153, + "ambig": 9154, + "paint": 9155, + "##after": 9156, + "laboratory": 9157, + "remarkable": 9158, + "comic": 9159, + "##ighters": 9160, + "arrog": 9161, + "##cont": 9162, + "freez": 9163, + "preventive": 9164, + "misses": 9165, + "frozen": 9166, + "bone": 9167, + "nathan": 9168, + "##tes": 9169, + "sty": 9170, + "plural": 9171, + "cock": 9172, + "pole": 9173, + "root": 9174, + "judges": 9175, + "christians": 9176, + "tourists": 9177, + "maxim": 9178, + "exceptions": 9179, + "defeats": 9180, + "carlos": 9181, + "slip": 9182, + "anthony": 9183, + "motorcycle": 9184, + "biz": 9185, + "##ii": 9186, + "##jam": 9187, + "##ete": 9188, + "##ppers": 9189, + "unilateral": 9190, + "demanded": 9191, + "missions": 9192, + "delivering": 9193, + "julius": 9194, + "reminded": 9195, + "deceased": 9196, + "engineering": 9197, + "tickets": 9198, + "hazardous": 9199, + "hate": 9200, + "##enz": 9201, + "##cha": 9202, + "##umi": 9203, + "##oges": 9204, + "ski": 9205, + "funny": 9206, + "watched": 9207, + "observations": 9208, + "temporarily": 9209, + "frightened": 9210, + "battles": 9211, + "##break": 9212, + "simultaneously": 9213, + "venge": 9214, + "##greg": 9215, + "##arre": 9216, + "##idem": 9217, + "##alled": 9218, + "##umble": 9219, + "peopleas": 9220, + "centers": 9221, + "cheating": 9222, + "releases": 9223, + "posts": 9224, + "franklin": 9225, + "compromises": 9226, + "recovers": 9227, + "consulted": 9228, + "customer": 9229, + "appreciation": 9230, + "coherence": 9231, + "pushing": 9232, + "prolif": 9233, + "exhaust": 9234, + "ug": 9235, + "##esar": 9236, + "toll": 9237, + "##ancies": 9238, + "##owing": 9239, + "alley": 9240, + "contents": 9241, + "##seless": 9242, + "estimate": 9243, + "transportation": 9244, + "integrate": 9245, + "embrace": 9246, + "exploit": 9247, + "corporation": 9248, + "todd": 9249, + "homosexual": 9250, + "nun": 9251, + "osc": 9252, + "##je": 9253, + "beer": 9254, + "succ": 9255, + "unst": 9256, + "dish": 9257, + "##eneg": 9258, + "responses": 9259, + "convicted": 9260, + "vienna": 9261, + "waits": 9262, + "fleeing": 9263, + "breath": 9264, + "igc": 9265, + "##isen": 9266, + "chicken": 9267, + "uncom": 9268, + "deton": 9269, + "estr": 9270, + "ruled": 9271, + "borne": 9272, + "fearing": 9273, + "deeper": 9274, + "celebration": 9275, + "fulfilled": 9276, + "assuming": 9277, + "cinema": 9278, + "disregard": 9279, + "toss": 9280, + "##ourse": 9281, + "ups": 9282, + "composition": 9283, + "##lope": 9284, + "programming": 9285, + "cafe": 9286, + "resolving": 9287, + "patri": 9288, + "pursues": 9289, + "stooges": 9290, + "fictional": 9291, + "nervous": 9292, + "pound": 9293, + "tourn": 9294, + "##icy": 9295, + "outlined": 9296, + "compound": 9297, + "trains": 9298, + "scare": 9299, + "requiring": 9300, + "extract": 9301, + "corn": 9302, + "summary": 9303, + "missile": 9304, + "damaging": 9305, + "##raints": 9306, + "lebanon": 9307, + "kun": 9308, + "##omin": 9309, + "##enders": 9310, + "abilities": 9311, + "arbit": 9312, + "preach": 9313, + "buzz": 9314, + "winner": 9315, + "embra": 9316, + "stole": 9317, + "inherit": 9318, + "automatically": 9319, + "inadvertently": 9320, + "gue": 9321, + "pity": 9322, + "sul": 9323, + "insec": 9324, + "notor": 9325, + "raf": 9326, + "##aceut": 9327, + "owns": 9328, + "windows": 9329, + "envisaged": 9330, + "neutral": 9331, + "gratitude": 9332, + "stumbles": 9333, + "rifle": 9334, + "proliferation": 9335, + "aqu": 9336, + "ib": 9337, + "lamb": 9338, + "yield": 9339, + "anj": 9340, + "##abouts": 9341, + "guided": 9342, + "bases": 9343, + "continually": 9344, + "highway": 9345, + "questioning": 9346, + "samantha": 9347, + "bombs": 9348, + "##ettes": 9349, + "universities": 9350, + "eligible": 9351, + "greed": 9352, + "chances": 9353, + "##the": 9354, + "blade": 9355, + "destruct": 9356, + "physically": 9357, + "dictatorship": 9358, + "taiwan": 9359, + "golf": 9360, + "##rose": 9361, + "outermost": 9362, + "blast": 9363, + "separation": 9364, + "punished": 9365, + "rebuild": 9366, + "scenario": 9367, + "galile": 9368, + "instructions": 9369, + "pharmaceut": 9370, + "vague": 9371, + "##uating": 9372, + "##ped": 9373, + "##ota": 9374, + "shan": 9375, + "shankar": 9376, + "##akh": 9377, + "enables": 9378, + "abby": 9379, + "150": 9380, + "indication": 9381, + "examining": 9382, + "unanimity": 9383, + "ritual": 9384, + "aggressive": 9385, + "surgery": 9386, + "cries": 9387, + "vit": 9388, + "bea": 9389, + "convey": 9390, + "marg": 9391, + "officially": 9392, + "exposure": 9393, + "overd": 9394, + "poses": 9395, + "transfers": 9396, + "identical": 9397, + "hugh": 9398, + "louise": 9399, + "teenager": 9400, + "screening": 9401, + "vicious": 9402, + "restrictive": 9403, + "liquid": 9404, + "pharmaceutical": 9405, + "fing": 9406, + "gur": 9407, + "nig": 9408, + "tag": 9409, + "##esa": 9410, + "alar": 9411, + "sue": 9412, + "adverse": 9413, + "regimes": 9414, + "desired": 9415, + "mothers": 9416, + "rebels": 9417, + "##broken": 9418, + "guine": 9419, + "##atson": 9420, + "pala": 9421, + "##owski": 9422, + "consistency": 9423, + "infrastructures": 9424, + "accurate": 9425, + "bin": 9426, + "gill": 9427, + "kent": 9428, + "lays": 9429, + "mild": 9430, + "##pical": 9431, + "##idal": 9432, + "interf": 9433, + "incur": 9434, + "assert": 9435, + "continuation": 9436, + "malta": 9437, + "acquired": 9438, + "incidentally": 9439, + "ashton": 9440, + "##irot": 9441, + "prostitution": 9442, + "adaptation": 9443, + "unlikely": 9444, + "ecofin": 9445, + "tournament": 9446, + "cree": 9447, + "fame": 9448, + "rita": 9449, + "sed": 9450, + "sri": 9451, + "vas": 9452, + "##rum": 9453, + "reaff": 9454, + "stro": 9455, + "shell": 9456, + "commod": 9457, + "chip": 9458, + "financially": 9459, + "wished": 9460, + "magical": 9461, + "heartbroken": 9462, + "obtaining": 9463, + "photos": 9464, + "touched": 9465, + "component": 9466, + "reserves": 9467, + "##erald": 9468, + "earl": 9469, + "depressed": 9470, + "##atorium": 9471, + "bombing": 9472, + "suggesting": 9473, + "psychological": 9474, + "transformation": 9475, + "utter": 9476, + "slips": 9477, + "tolerance": 9478, + "##iannual": 9479, + "wy": 9480, + "wong": 9481, + "##istry": 9482, + "references": 9483, + "horn": 9484, + "substantially": 9485, + "replacement": 9486, + "consolidation": 9487, + "olive": 9488, + "abstained": 9489, + "dirty": 9490, + "warehouse": 9491, + "inevitably": 9492, + "bou": 9493, + "bik": 9494, + "fern": 9495, + "##rent": 9496, + "##rish": 9497, + "##fl": 9498, + "##zilla": 9499, + "##itated": 9500, + "stom": 9501, + "##oln": 9502, + "seb": 9503, + "thereafter": 9504, + "manh": 9505, + "poirot": 9506, + "##iper": 9507, + "mining": 9508, + "preparatory": 9509, + "ruins": 9510, + "craig": 9511, + "illegally": 9512, + "fragment": 9513, + "witnessing": 9514, + "adapted": 9515, + "sacrific": 9516, + "48": 9517, + "nit": 9518, + "##och": 9519, + "logic": 9520, + "attends": 9521, + "diary": 9522, + "commerce": 9523, + "mentally": 9524, + "random": 9525, + "necklace": 9526, + "griff": 9527, + "disturbed": 9528, + "sculpt": 9529, + "endorsed": 9530, + "recycling": 9531, + "ae": 9532, + "pump": 9533, + "tuck": 9534, + "##thy": 9535, + "arises": 9536, + "solving": 9537, + "radiation": 9538, + "errors": 9539, + "satisfy": 9540, + "paragraphs": 9541, + "dependence": 9542, + "transformed": 9543, + "bizarre": 9544, + "bour": 9545, + "bail": 9546, + "lud": 9547, + "lingu": 9548, + "##olet": 9549, + "##ua": 9550, + "butter": 9551, + "##astian": 9552, + "joh": 9553, + "produces": 9554, + "minded": 9555, + "crack": 9556, + "stockholm": 9557, + "flights": 9558, + "feeding": 9559, + "pirates": 9560, + "smuggling": 9561, + "mitchell": 9562, + "42": 9563, + "hug": 9564, + "rating": 9565, + "##nu": 9566, + "##sist": 9567, + "##inct": 9568, + "anderson": 9569, + "anonym": 9570, + "doom": 9571, + "myth": 9572, + "bless": 9573, + "barry": 9574, + "wholehear": 9575, + "delivers": 9576, + "painful": 9577, + "premature": 9578, + "systematically": 9579, + "cem": 9580, + "ecc": 9581, + "grief": 9582, + "linc": 9583, + "ramp": 9584, + "tone": 9585, + "watson": 9586, + "##wart": 9587, + "revel": 9588, + "chad": 9589, + "##iev": 9590, + "carib": 9591, + "##ocratic": 9592, + "##erto": 9593, + "elli": 9594, + "criter": 9595, + "transported": 9596, + "despair": 9597, + "postpon": 9598, + "sharon": 9599, + "tackled": 9600, + "deficits": 9601, + "adventures": 9602, + "prosecutor": 9603, + "antonio": 9604, + "ransom": 9605, + "applaud": 9606, + "dent": 9607, + "lal": 9608, + "##ias": 9609, + "##gov": 9610, + "##asa": 9611, + "shield": 9612, + "fac": 9613, + "syria": 9614, + "warned": 9615, + "absent": 9616, + "seekers": 9617, + "generous": 9618, + "wooden": 9619, + "immunity": 9620, + "criterion": 9621, + "c4": 9622, + "fare": 9623, + "##mare": 9624, + "inability": 9625, + "##ione": 9626, + "##ationally": 9627, + "amid": 9628, + "coy": 9629, + "seth": 9630, + "organic": 9631, + "excited": 9632, + "shotgun": 9633, + "hitting": 9634, + "pillars": 9635, + "frustration": 9636, + "awarded": 9637, + "corresponding": 9638, + "moldova": 9639, + "##oh": 9640, + "theft": 9641, + "shiva": 9642, + "eun": 9643, + "neo": 9644, + "sew": 9645, + "adj": 9646, + "underworld": 9647, + "surp": 9648, + "formally": 9649, + "mainstream": 9650, + "coverage": 9651, + "hammer": 9652, + "aston": 9653, + "cage": 9654, + "hind": 9655, + "##gi": 9656, + "ank": 9657, + "##osa": 9658, + "unite": 9659, + "implies": 9660, + "##umes": 9661, + "twins": 9662, + "rav": 9663, + "mines": 9664, + "subjected": 9665, + "##bean": 9666, + "wednes": 9667, + "acquire": 9668, + "thoroughly": 9669, + "tie": 9670, + "##bits": 9671, + "##akers": 9672, + "##geon": 9673, + "resur": 9674, + "impris": 9675, + "whereabouts": 9676, + "harris": 9677, + "cultiv": 9678, + "radha": 9679, + "reviewed": 9680, + "disappointment": 9681, + "victoria": 9682, + "laughing": 9683, + "artificial": 9684, + "oscar": 9685, + "55": 9686, + "##pal": 9687, + "##rep": 9688, + "enact": 9689, + "ours": 9690, + "eva": 9691, + "spider": 9692, + "races": 9693, + "committing": 9694, + "responding": 9695, + "arguing": 9696, + "announcement": 9697, + "stringent": 9698, + "hij": 9699, + "jet": 9700, + "penny": 9701, + "amanda": 9702, + "publication": 9703, + "ghosts": 9704, + "withdrawn": 9705, + "aspirations": 9706, + "enthusiasm": 9707, + "decentral": 9708, + "tested": 9709, + "##ku": 9710, + "##icia": 9711, + "##olit": 9712, + "##akash": 9713, + "atom": 9714, + "##estation": 9715, + "outlaw": 9716, + "prominent": 9717, + "signals": 9718, + "portra": 9719, + "multiannual": 9720, + "winds": 9721, + "gradual": 9722, + "disappro": 9723, + "distributed": 9724, + "quarters": 9725, + "possessed": 9726, + "diamonds": 9727, + "elaborate": 9728, + "rust": 9729, + "tac": 9730, + "##entric": 9731, + "disabilities": 9732, + "##auer": 9733, + "compr": 9734, + "blake": 9735, + "dealers": 9736, + "tyler": 9737, + "sensit": 9738, + "##book": 9739, + "monopol": 9740, + "monopoly": 9741, + "derek": 9742, + "inappropriate": 9743, + "bother": 9744, + "gates": 9745, + "repl": 9746, + "coin": 9747, + "indu": 9748, + "assured": 9749, + "directors": 9750, + "differently": 9751, + "visas": 9752, + "##venes": 9753, + "topics": 9754, + "saddam": 9755, + "epidem": 9756, + "##burgh": 9757, + "contempl": 9758, + "bike": 9759, + "gary": 9760, + "yan": 9761, + "interm": 9762, + "observ": 9763, + "transforms": 9764, + "krist": 9765, + "safeguarding": 9766, + "romanian": 9767, + "mercury": 9768, + "yellow": 9769, + "olympic": 9770, + "##ivan": 9771, + "abused": 9772, + "plenty": 9773, + "##ouses": 9774, + "repression": 9775, + "posing": 9776, + "donor": 9777, + "socio": 9778, + "irres": 9779, + "##ointing": 9780, + "venture": 9781, + "explicitly": 9782, + "adequately": 9783, + "tina": 9784, + "##erving": 9785, + "unres": 9786, + "interior": 9787, + "justin": 9788, + "tracy": 9789, + "oldest": 9790, + "runner": 9791, + "##oval": 9792, + "initiated": 9793, + "banana": 9794, + "hyd": 9795, + "##otechn": 9796, + "tune": 9797, + "##ijing": 9798, + "rigorous": 9799, + "vampires": 9800, + "await": 9801, + "troubles": 9802, + "sophie": 9803, + "lincoln": 9804, + "ft": 9805, + "##fit": 9806, + "##anas": 9807, + "##sein": 9808, + "alert": 9809, + "##ako": 9810, + "neil": 9811, + "pron": 9812, + "impl": 9813, + "rocks": 9814, + "propag": 9815, + "indig": 9816, + "##utionary": 9817, + "monsters": 9818, + "depression": 9819, + "identification": 9820, + "listed": 9821, + "educated": 9822, + "midnight": 9823, + "concluding": 9824, + "ageing": 9825, + "incentive": 9826, + "fli": 9827, + "##hist": 9828, + "theat": 9829, + "##arians": 9830, + "anc": 9831, + "hav": 9832, + "prere": 9833, + "peg": 9834, + "traps": 9835, + "identifies": 9836, + "dispatch": 9837, + "darkness": 9838, + "delayed": 9839, + "gathering": 9840, + "academic": 9841, + "algeria": 9842, + "galileo": 9843, + "kicks": 9844, + "##tm": 9845, + "##irts": 9846, + "doha": 9847, + "##acks": 9848, + "arctic": 9849, + "user": 9850, + "pope": 9851, + "treats": 9852, + "skill": 9853, + "recovered": 9854, + "epa": 9855, + "06": 9856, + "dj": 9857, + "##eem": 9858, + "##pone": 9859, + "##sk": 9860, + "beijing": 9861, + "classic": 9862, + "captures": 9863, + "panel": 9864, + "flashbacks": 9865, + "libya": 9866, + "##rators": 9867, + "##itary": 9868, + "butch": 9869, + "abusive": 9870, + "charming": 9871, + "investing": 9872, + "ambass": 9873, + "closet": 9874, + "conventional": 9875, + "candy": 9876, + "fortress": 9877, + "angered": 9878, + "mud": 9879, + "niece": 9880, + "tens": 9881, + "##hal": 9882, + "##essa": 9883, + "resume": 9884, + "arrow": 9885, + "coins": 9886, + "overr": 9887, + "##eps": 9888, + "##inda": 9889, + "recital": 9890, + "depending": 9891, + "arrests": 9892, + "holmes": 9893, + "collected": 9894, + "impressive": 9895, + "unpre": 9896, + "channels": 9897, + "horizont": 9898, + "lots": 9899, + "zo": 9900, + "##bly": 9901, + "##ares": 9902, + "##itudes": 9903, + "##imer": 9904, + "conform": 9905, + "##chen": 9906, + "worries": 9907, + "##umm": 9908, + "workplace": 9909, + "desk": 9910, + "identifying": 9911, + "postpone": 9912, + "prag": 9913, + "consciousness": 9914, + "autonomy": 9915, + "wednesday": 9916, + "cau": 9917, + "dual": 9918, + "dennis": 9919, + "eib": 9920, + "hiv": 9921, + "fore": 9922, + "##adel": 9923, + "deaf": 9924, + "chose": 9925, + "blocked": 9926, + "assessing": 9927, + "generate": 9928, + "sells": 9929, + "modernisation": 9930, + "partnerships": 9931, + "deserted": 9932, + "weaknesses": 9933, + "prerequis": 9934, + "bold": 9935, + "lure": 9936, + "##yard": 9937, + "##zu": 9938, + "shin": 9939, + "delicate": 9940, + "anch": 9941, + "seats": 9942, + "goons": 9943, + "##udi": 9944, + "marc": 9945, + "1991": 9946, + "breakdown": 9947, + "connections": 9948, + "reconsid": 9949, + "consultations": 9950, + "registered": 9951, + "aspiring": 9952, + "eccentric": 9953, + "holl": 9954, + "ji": 9955, + "scept": 9956, + "##fts": 9957, + "##imony": 9958, + "backed": 9959, + "curious": 9960, + "fundamentally": 9961, + "declines": 9962, + "straw": 9963, + "definitive": 9964, + "pulling": 9965, + "landscape": 9966, + "ero": 9967, + "pod": 9968, + "sult": 9969, + "input": 9970, + "##uto": 9971, + "ster": 9972, + "partially": 9973, + "##atha": 9974, + "ruin": 9975, + "claud": 9976, + "##comes": 9977, + "pressing": 9978, + "diverse": 9979, + "cleaning": 9980, + "coffin": 9981, + "nicole": 9982, + "components": 9983, + "entertainment": 9984, + "expedition": 9985, + "submarine": 9986, + "estranged": 9987, + "notorious": 9988, + "vain": 9989, + "##rays": 9990, + "stalk": 9991, + "##connect": 9992, + "expose": 9993, + "##ipher": 9994, + "secrets": 9995, + "nightmare": 9996, + "ruined": 9997, + "brave": 9998, + "satur": 9999 + } + } +} \ No newline at end of file