diff --git "a/tokenizer.json" "b/tokenizer.json" new file mode 100644--- /dev/null +++ "b/tokenizer.json" @@ -0,0 +1,19973 @@ +{ + "version": "1.0", + "truncation": { + "direction": "Right", + "max_length": 512, + "strategy": "LongestFirst", + "stride": 0 + }, + "padding": null, + "added_tokens": [ + { + "id": 0, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 1, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 2, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 3, + "content": "", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + } + ], + "normalizer": { + "type": "Sequence", + "normalizers": [ + { + "type": "Prepend", + "prepend": "▁" + }, + { + "type": "Replace", + "pattern": { + "String": " " + }, + "content": "▁" + } + ] + }, + "pre_tokenizer": null, + "post_processor": { + "type": "TemplateProcessing", + "single": [ + { + "SpecialToken": { + "id": "", + "type_id": 0 + } + }, + { + "Sequence": { + "id": "A", + "type_id": 0 + } + } + ], + "pair": [ + { + "SpecialToken": { + "id": "", + "type_id": 0 + } + }, + { + "Sequence": { + "id": "A", + "type_id": 0 + } + }, + { + "SpecialToken": { + "id": "", + "type_id": 1 + } + }, + { + "Sequence": { + "id": "B", + "type_id": 1 + } + } + ], + "special_tokens": { + "": { + "id": "", + "ids": [ + 1 + ], + "tokens": [ + "" + ] + } + } + }, + "decoder": { + "type": "Sequence", + "decoders": [ + { + "type": "Replace", + "pattern": { + "String": "▁" + }, + "content": " " + }, + { + "type": "ByteFallback" + }, + { + "type": "Fuse" + }, + { + "type": "Strip", + "content": " ", + "start": 1, + "stop": 0 + } + ] + }, + "model": { + "type": "BPE", + "dropout": null, + "unk_token": "", + "continuing_subword_prefix": null, + "end_of_word_suffix": null, + "fuse_unk": true, + "byte_fallback": true, + "vocab": { + "": 0, + "": 1, + "": 2, + "": 3, + "!": 4, + "\"": 5, + "#": 6, + "$": 7, + "%": 8, + "&": 9, + "'": 10, + "(": 11, + ")": 12, + "*": 13, + "+": 14, + ",": 15, + "-": 16, + ".": 17, + "/": 18, + "0": 19, + "1": 20, + "2": 21, + "3": 22, + "4": 23, + "5": 24, + "6": 25, + "7": 26, + "8": 27, + "9": 28, + ":": 29, + ";": 30, + "<": 31, + "=": 32, + ">": 33, + "?": 34, + "@": 35, + "A": 36, + "B": 37, + "C": 38, + "D": 39, + "E": 40, + "F": 41, + "G": 42, + "H": 43, + "I": 44, + "J": 45, + "K": 46, + "L": 47, + "M": 48, + "N": 49, + "O": 50, + "P": 51, + "Q": 52, + "R": 53, + "S": 54, + "T": 55, + "U": 56, + "V": 57, + "W": 58, + "X": 59, + "Y": 60, + "Z": 61, + "[": 62, + "\\": 63, + "]": 64, + "^": 65, + "_": 66, + "`": 67, + "a": 68, + "b": 69, + "c": 70, + "d": 71, + "e": 72, + "f": 73, + "g": 74, + "h": 75, + "i": 76, + "j": 77, + "k": 78, + "l": 79, + "m": 80, + "n": 81, + "o": 82, + "p": 83, + "q": 84, + "r": 85, + "s": 86, + "t": 87, + "u": 88, + "v": 89, + "w": 90, + "x": 91, + "y": 92, + "z": 93, + "{": 94, + "|": 95, + "}": 96, + "~": 97, + "€": 98, + "": 99, + "‚": 100, + "ƒ": 101, + "„": 102, + "…": 103, + "†": 104, + "‡": 105, + "ˆ": 106, + "‰": 107, + "‹": 108, + "Œ": 109, + "": 110, + "Ž": 111, + "": 112, + "": 113, + "‘": 114, + "’": 115, + "“": 116, + "”": 117, + "•": 118, + "–": 119, + "—": 120, + "˜": 121, + "™": 122, + "š": 123, + "›": 124, + "œ": 125, + "": 126, + "ž": 127, + "Ÿ": 128, + " ": 129, + "¡": 130, + "¢": 131, + "£": 132, + "¤": 133, + "¥": 134, + "¦": 135, + "§": 136, + "¨": 137, + "©": 138, + "ª": 139, + "«": 140, + "¬": 141, + "­": 142, + "®": 143, + "¯": 144, + "°": 145, + "±": 146, + "²": 147, + "³": 148, + "´": 149, + "µ": 150, + "¶": 151, + "·": 152, + "¸": 153, + "¹": 154, + "º": 155, + "»": 156, + "¼": 157, + "½": 158, + "¾": 159, + "¿": 160, + "Â": 161, + "Ã": 162, + "Ä": 163, + "Å": 164, + "Ç": 165, + "È": 166, + "Ê": 167, + "Ë": 168, + "Ì": 169, + "Í": 170, + "Î": 171, + "Ï": 172, + "Ð": 173, + "Ñ": 174, + "×": 175, + "Ý": 176, + "â": 177, + "ï": 178, + "ʼ": 179, + "↦": 180, + "∓": 181, + "▁": 182, + "e▁": 183, + "▁t": 184, + "s▁": 185, + "▁th": 186, + "in": 187, + "an": 188, + "t▁": 189, + "er": 190, + "on": 191, + "d▁": 192, + "▁the▁": 193, + "en": 194, + ",▁": 195, + "y▁": 196, + "re": 197, + "o▁": 198, + "or": 199, + "at": 200, + "ar": 201, + "al": 202, + "it": 203, + "ou": 204, + "of": 205, + "ing": 206, + "ion": 207, + "is▁": 208, + "a▁": 209, + "and▁": 210, + "is": 211, + "ro": 212, + "ic": 213, + "er▁": 214, + "▁to▁": 215, + "es": 216, + "th": 217, + "ing▁": 218, + "of▁": 219, + "ed▁": 220, + "il": 221, + "es▁": 222, + "om": 223, + "st": 224, + "h▁": 225, + "el": 226, + "ha": 227, + "in▁": 228, + "an▁": 229, + "for": 230, + "ac": 231, + "ec": 232, + "ent": 233, + "ion▁": 234, + "at▁": 235, + "em": 236, + "wh": 237, + "al▁": 238, + "im": 239, + "he▁": 240, + "ve▁": 241, + "as": 242, + "ur": 243, + "ed": 244, + "am": 245, + "ol": 246, + "▁T": 247, + "ow": 248, + "l▁": 249, + "us": 250, + "en▁": 251, + "id": 252, + "ly▁": 253, + "un": 254, + "pro": 255, + "res": 256, + "ir": 257, + ".▁": 258, + "le": 259, + "and": 260, + "wit": 261, + "ri": 262, + "▁that▁": 263, + "of▁the▁": 264, + "e▁th": 265, + "ad": 266, + "con": 267, + "on▁": 268, + "as▁": 269, + "ent▁": 270, + "ag": 271, + "os": 272, + "li": 273, + "et": 274, + "op": 275, + "ab": 276, + "e▁t": 277, + "▁I": 278, + "su": 279, + "ver": 280, + "no": 281, + "pe": 282, + "▁to": 283, + "his▁": 284, + "k▁": 285, + "it▁": 286, + "for▁": 287, + "ul": 288, + "com": 289, + "gh": 290, + "be": 291, + "ex": 292, + "pl": 293, + "'s▁": 294, + "oun": 295, + "ak": 296, + "be▁": 297, + "int": 298, + "are▁": 299, + "ap": 300, + "in▁the▁": 301, + "sh": 302, + "ch": 303, + "ut": 304, + "por": 305, + "▁The▁": 306, + "our": 307, + "with▁": 308, + "ation▁": 309, + "ation": 310, + "▁the": 311, + "we▁": 312, + "le▁": 313, + "ld▁": 314, + "have▁": 315, + "n▁": 316, + "m▁": 317, + "ev": 318, + "her▁": 319, + "ect": 320, + "▁this▁": 321, + "not▁": 322, + "uro": 323, + "Euro": 324, + "ould▁": 325, + "if": 326, + "ne": 327, + "▁A": 328, + "ill▁": 329, + "whic": 330, + "bu": 331, + "se": 332, + "oc": 333, + "e▁to▁": 334, + "ce▁": 335, + "ay": 336, + "all": 337, + "by▁": 338, + "ere▁": 339, + "iv": 340, + "qu": 341, + "p▁": 342, + "or▁": 343, + "Europe": 344, + "has▁": 345, + "par": 346, + "uc": 347, + "end": 348, + "est": 349, + "▁W": 350, + "which▁": 351, + "oth": 352, + ",▁the▁": 353, + "mis": 354, + "de": 355, + "e▁the▁": 356, + "port": 357, + "ot": 358, + "Com": 359, + "fro": 360, + "at▁the▁": 361, + "wor": 362, + "ive▁": 363, + "ay▁": 364, + ",▁and▁": 365, + "ers▁": 366, + "I▁": 367, + "ic▁": 368, + "act": 369, + "pos": 370, + "ist": 371, + "▁M": 372, + "will▁": 373, + "ity▁": 374, + "gr": 375, + "ir▁": 376, + "ess": 377, + "European▁": 378, + "with": 379, + "ear": 380, + "▁to▁the▁": 381, + "him": 382, + "ant": 383, + "um": 384, + "so▁": 385, + "ate▁": 386, + "ra": 387, + "ig": 388, + "out▁": 389, + "miss": 390, + "but▁": 391, + "cl": 392, + "oo": 393, + "▁H": 394, + "s▁to▁": 395, + "ow▁": 396, + "ing▁the▁": 397, + "bl": 398, + "rec": 399, + "all▁": 400, + "one▁": 401, + "w▁": 402, + "our▁": 403, + "fin": 404, + "di": 405, + "s,▁": 406, + "s.": 407, + "on▁the▁": 408, + "▁S": 409, + "ust▁": 410, + "str": 411, + "per": 412, + "who▁": 413, + "ain": 414, + "ally▁": 415, + "ill": 416, + "▁I▁": 417, + "and▁the▁": 418, + "me": 419, + "Commiss": 420, + "ment": 421, + "over": 422, + "ies▁": 423, + "ght": 424, + "i▁": 425, + "ar▁": 426, + "emb": 427, + "ed▁to▁": 428, + "pol": 429, + "ob": 430, + "f▁": 431, + "enc": 432, + "att": 433, + "▁they▁": 434, + "et▁": 435, + "you": 436, + "dis": 437, + "s▁and▁": 438, + "was▁": 439, + "e▁of▁": 440, + "pr": 441, + "af": 442, + "der": 443, + "g▁": 444, + "▁tr": 445, + "s▁of▁": 446, + "▁their▁": 447, + "-▁": 448, + "av": 449, + "cont": 450, + "resid": 451, + "ount": 452, + "out": 453, + "ment▁": 454, + "e,▁": 455, + "St": 456, + "▁P": 457, + "y▁the▁": 458, + "he": 459, + "anc": 460, + "sp": 461, + "from▁": 462, + "would▁": 463, + "s▁the▁": 464, + "other▁": 465, + "him▁": 466, + "ud": 467, + "y,▁": 468, + "ef": 469, + "Un": 470, + "she▁": 471, + "ial▁": 472, + "also▁": 473, + "bec": 474, + "si": 475, + "reg": 476, + "ght▁": 477, + "ard": 478, + "e.": 479, + "man": 480, + "mor": 481, + "for▁the▁": 482, + "ep": 483, + "ov": 484, + "her": 485, + "hat▁": 486, + "'▁": 487, + "part": 488, + "its▁": 489, + "been▁": 490, + "e▁,▁": 491, + "▁tak": 492, + "count": 493, + "ang": 494, + "em▁": 495, + "we": 496, + "inc": 497, + "ell": 498, + "es▁to▁": 499, + "ter▁": 500, + "e▁and▁": 501, + "comp": 502, + "you▁": 503, + "lik": 504, + "can▁": 505, + "▁that": 506, + "comm": 507, + "should▁": 508, + "do": 509, + "il▁": 510, + "pres": 511, + "ern": 512, + "som": 513, + "ie": 514, + "mak": 515, + "▁that▁the▁": 516, + "aus": 517, + "ant▁": 518, + "with▁the▁": 519, + "ch▁": 520, + "mar": 521, + "ass": 522, + "ever": 523, + "Mr": 524, + "acc": 525, + "must▁": 526, + "ions▁": 527, + "▁B": 528, + "iz": 529, + "ous": 530, + "cr": 531, + "are": 532, + "Par": 533, + "itt": 534, + "e▁.": 535, + "sel": 536, + "liam": 537, + "port▁": 538, + "ous▁": 539, + "00": 540, + "co": 541, + "kn": 542, + "own▁": 543, + "ens": 544, + "dec": 545, + "▁We▁": 546, + "resident": 547, + "by▁the▁": 548, + "go": 549, + "ain▁": 550, + ",▁but▁": 551, + "fer": 552, + "po": 553, + "up": 554, + "tur": 555, + "▁It▁": 556, + "reat": 557, + "ing▁to▁": 558, + "ember▁": 559, + "y.": 560, + "form": 561, + "ical▁": 562, + "es.": 563, + "ely▁": 564, + "fic": 565, + "aw": 566, + "abl": 567, + "up▁": 568, + "a▁s": 569, + "ind": 570, + "ese▁": 571, + "ary▁": 572, + "polic": 573, + "t▁of▁": 574, + "duc": 575, + "ure": 576, + "pre": 577, + "y▁to▁": 578, + "od": 579, + "from": 580, + "year": 581, + "eth": 582, + "ed▁by▁": 583, + "ad▁": 584, + "ack": 585, + "ess▁": 586, + "do▁": 587, + "fir": 588, + "rou": 589, + "am▁": 590, + "ans": 591, + "econ": 592, + "sid": 593, + "el▁": 594, + "au": 595, + "ence▁": 596, + "Stat": 597, + "▁F": 598, + "mon": 599, + "gu": 600, + "very▁": 601, + "ach": 602, + "ounc": 603, + "es,▁": 604, + "so": 605, + "st▁": 606, + "Commission": 607, + "Parliam": 608, + "bet": 609, + "ish": 610, + "more▁": 611, + "prov": 612, + "able▁": 613, + "ement": 614, + "▁there▁": 615, + "e▁that▁": 616, + "sup": 617, + "ast": 618, + "▁O": 619, + "▁President": 620, + "ance▁": 621, + "▁Th": 622, + "work": 623, + "th▁": 624, + "my▁": 625, + "und": 626, + "it▁is▁": 627, + "Commission▁": 628, + "est▁": 629, + "Ch": 630, + "ack▁": 631, + "resp": 632, + "peop": 633, + "end▁": 634, + "EU": 635, + "▁This▁": 636, + "lo": 637, + "ey▁": 638, + "leg": 639, + "erv": 640, + "fe": 641, + "get": 642, + "into▁": 643, + "propos": 644, + "import": 645, + "min": 646, + "us▁": 647, + "ement▁": 648, + "ust": 649, + "▁Mr": 650, + "becaus": 651, + "ose▁": 652, + "Counc": 653, + "what▁": 654, + "id▁": 655, + "rat": 656, + "dev": 657, + "er▁,▁": 658, + "conc": 659, + "inv": 660, + "agre": 661, + "ter": 662, + "not": 663, + "s▁that▁": 664, + "rel": 665, + "when▁": 666, + "ure▁": 667, + "from▁the▁": 668, + "fi": 669, + "is▁a▁": 670, + "o▁the▁": 671, + "but": 672, + "no▁": 673, + "bel": 674, + "ast▁": 675, + "ry▁": 676, + "▁tim": 677, + "oll": 678, + "ong": 679, + "ks▁": 680, + "``": 681, + "hel": 682, + "ts▁": 683, + "wel": 684, + "only▁": 685, + "reas": 686, + "sc": 687, + ",▁I▁": 688, + "▁and▁": 689, + "pu": 690, + "▁Wh": 691, + "elop": 692, + "ations▁": 693, + "ood▁": 694, + " ": 695, + "wo▁": 696, + "og": 697, + "rem": 698, + "new▁": 699, + "sib": 700, + "ost▁": 701, + "icul": 702, + "in▁a▁": 703, + "right": 704, + "▁He▁": 705, + "about▁": 706, + "fr": 707, + "fl": 708, + "gh▁": 709, + "ember▁Stat": 710, + "ated▁": 711, + "es▁the▁": 712, + "dem": 713, + "▁In▁": 714, + "eg": 715, + "arg": 716, + "ile▁": 717, + "ip": 718, + "▁them▁": 719, + "ord": 720, + "ational▁": 721, + "European▁Un": 722, + "fore▁": 723, + "▁D": 724, + "ore": 725, + "â€": 726, + "any▁": 727, + "man▁": 728, + "under": 729, + "countri": 730, + "en▁the▁": 731, + "inter": 732, + ",▁which▁": 733, + "ong▁": 734, + "ious▁": 735, + "eng": 736, + "bo": 737, + "is▁the▁": 738, + "dr": 739, + "work▁": 740, + "s▁.": 741, + "develop": 742, + "Comm": 743, + "ener": 744, + "age▁": 745, + "ing▁a▁": 746, + "ext": 747, + "▁these▁": 748, + "had▁": 749, + "fri": 750, + "ion▁of▁": 751, + "s▁,▁": 752, + "ade▁": 753, + "ve▁th": 754, + "disc": 755, + "proc": 756, + "ard▁": 757, + "ject": 758, + "▁L": 759, + "ia▁": 760, + "rect": 761, + "art": 762, + "riv": 763, + "fa": 764, + "some▁": 765, + "ed▁the▁": 766, + "ish▁": 767, + "▁In": 768, + "being▁": 769, + "sub": 770, + "ign": 771, + "ed.": 772, + "betwe": 773, + "again": 774, + "es▁and▁": 775, + "econom": 776, + "way": 777, + "Member▁Stat": 778, + "issu": 779, + "bas": 780, + "people▁": 781, + "king▁": 782, + "ug": 783, + "cap": 784, + "ere": 785, + "ed▁in▁": 786, + "rev": 787, + "get▁": 788, + "now▁": 789, + "▁Mr▁President": 790, + "cas": 791, + "sa": 792, + "br": 793, + "sol": 794, + "ily▁": 795, + "soc": 796, + "dif": 797, + "om▁": 798, + "ann": 799, + "ory▁": 800, + "quest": 801, + "ult": 802, + "ie▁": 803, + "ly": 804, + "clud": 805, + "read": 806, + "lear": 807, + "want": 808, + "ition": 809, + "hap": 810, + "where▁": 811, + "say": 812, + "just▁": 813, + "as▁a▁": 814, + "''▁": 815, + "ert": 816, + "plac": 817, + "mark": 818, + "iti": 819, + "oper": 820, + "row": 821, + "lif": 822, + "sy": 823, + "ma": 824, + "as▁the▁": 825, + "giv": 826, + "if▁": 827, + "s▁in▁": 828, + "ame▁": 829, + "report▁": 830, + ",▁a▁": 831, + "ect▁": 832, + "becom": 833, + "fact": 834, + "were▁": 835, + "polit": 836, + "such▁": 837, + "to▁": 838, + "ach▁": 839, + "200": 840, + "make▁": 841, + "kill": 842, + "▁C": 843, + "overn": 844, + "s▁a▁": 845, + "ite▁": 846, + "know": 847, + "emp": 848, + "▁thin": 849, + "▁N": 850, + "oy": 851, + "inst": 852, + "des": 853, + "▁then▁": 854, + "fect": 855, + "hum": 856, + "ict": 857, + "ine▁": 858, + "respon": 859, + "▁take▁": 860, + "ee▁": 861, + "does▁": 862, + "B-▁": 863, + "old▁": 864, + "probl": 865, + "about": 866, + "ian▁": 867, + "▁The": 868, + "ion.": 869, + "ful": 870, + ",▁who▁": 871, + "Parliament▁": 872, + "chang": 873, + "Council▁": 874, + "because▁": 875, + "ation▁of▁": 876, + "will▁be▁": 877, + "sur": 878, + ",▁we▁": 879, + "fam": 880, + "itut": 881, + "serv": 882, + "ound▁": 883, + "ed▁by▁the▁": 884, + "ight▁": 885, + "▁throu": 886, + "fre": 887, + "19": 888, + "most▁": 889, + "produc": 890, + "has▁been▁": 891, + "fac": 892, + "wom": 893, + "ire": 894, + "after▁": 895, + "particul": 896, + "like▁to▁": 897, + "hom": 898, + "ound": 899, + "▁to▁be▁": 900, + "fil": 901, + "stat": 902, + "es▁of▁": 903, + "how": 904, + "add": 905, + "many▁": 906, + "prot": 907, + "day▁": 908, + "can": 909, + "▁R": 910, + "ities▁": 911, + "vot": 912, + "ist▁": 913, + "mer": 914, + "find": 915, + "beg": 916, + "sec": 917, + "report": 918, + "ice▁": 919, + "0▁": 920, + "▁them": 921, + "fat": 922, + "'t▁": 923, + "gl": 924, + "-L": 925, + "▁ter": 926, + "y▁and▁": 927, + "way▁": 928, + "own": 929, + "cur": 930, + "self▁": 931, + "well▁": 932, + ":▁": 933, + "with▁a▁": 934, + "rap": 935, + "er▁of▁": 936, + "in▁this▁": 937, + "direct": 938, + "s.▁": 939, + "first▁": 940, + "▁How": 941, + "ility▁": 942, + "includ": 943, + ";▁": 944, + "both": 945, + "itu": 946, + "ept": 947, + ",▁in▁": 948, + "ib": 949, + "vis": 950, + "▁that▁we▁": 951, + "▁J": 952, + "cour": 953, + "deb": 954, + "order": 955, + "for▁a▁": 956, + "ul▁": 957, + "son▁": 958, + "e▁of▁the▁": 959, + "ever▁": 960, + "org": 961, + "ition▁": 962, + "publ": 963, + "ld": 964, + "ip▁": 965, + "s▁are▁": 966, + "lev": 967, + "In": 968, + "gre": 969, + "▁trans": 970, + "ext▁": 971, + "contin": 972, + "chil": 973, + "igh": 974, + "lat": 975, + "Europ": 976, + "over▁": 977, + "▁those▁": 978, + "call": 979, + ",▁as▁": 980, + "loo": 981, + "grou": 982, + "able▁to▁": 983, + "inform": 984, + "ech": 985, + "concern": 986, + "ret": 987, + "▁It▁is▁": 988, + "vi": 989, + "belie": 990, + "ph": 991, + "▁They▁": 992, + "sum": 993, + "while▁": 994, + "x▁": 995, + ",▁to▁": 996, + "▁On": 997, + "appro": 998, + "la": 999, + "rit": 1000, + "cit": 1001, + "ide▁": 1002, + "even▁": 1003, + "eal": 1004, + "▁E": 1005, + "s▁of▁the▁": 1006, + "spec": 1007, + "EU▁": 1008, + "tion▁": 1009, + "se▁": 1010, + "An": 1011, + "es▁that▁": 1012, + "political▁": 1013, + ",▁he▁": 1014, + "retur": 1015, + "day": 1016, + "um▁": 1017, + "ual▁": 1018, + "impl": 1019, + "hear": 1020, + "pri": 1021, + "stand": 1022, + "which": 1023, + "▁Af": 1024, + "ick": 1025, + "ually▁": 1026, + "financ": 1027, + "arm": 1028, + "empl": 1029, + "nam": 1030, + "could▁": 1031, + "present": 1032, + "foll": 1033, + "still▁": 1034, + "intern": 1035, + "fund": 1036, + "umb": 1037, + "of▁this▁": 1038, + "bro": 1039, + "lead": 1040, + "cre": 1041, + "Parliament": 1042, + "rac": 1043, + "ings▁": 1044, + "▁there": 1045, + "car": 1046, + "▁She▁": 1047, + "govern": 1048, + "cc": 1049, + "cho": 1050, + "ilit": 1051, + "▁G": 1052, + "loc": 1053, + "continu": 1054, + "important▁": 1055, + "a▁t": 1056, + "ed▁and▁": 1057, + "ood": 1058, + "made▁": 1059, + "hop": 1060, + "meet": 1061, + "ed,▁": 1062, + "ific": 1063, + "economic▁": 1064, + "let": 1065, + "hous": 1066, + "e▁in▁": 1067, + "ough▁": 1068, + "er▁.": 1069, + "imp": 1070, + "ship▁": 1071, + "struc": 1072, + "regard": 1073, + "med": 1074, + "larg": 1075, + "syst": 1076, + "point": 1077, + "liv": 1078, + "real": 1079, + "gram": 1080, + "European▁Union▁": 1081, + "back": 1082, + "support": 1083, + "consid": 1084, + "vir": 1085, + "father▁": 1086, + "run": 1087, + "ime▁": 1088, + "▁A▁": 1089, + "need": 1090, + "ke": 1091, + "ating▁": 1092, + "ently▁": 1093, + "know▁": 1094, + "mo": 1095, + "cert": 1096, + "ial": 1097, + "increas": 1098, + "ut▁": 1099, + "youn": 1100, + "uch▁": 1101, + "▁As▁": 1102, + "decis": 1103, + "▁two▁": 1104, + "happ": 1105, + "have▁been▁": 1106, + "olv": 1107, + "ther▁": 1108, + "possib": 1109, + "dra": 1110, + "situ": 1111, + "du": 1112, + "▁than": 1113, + "back▁": 1114, + "e▁to": 1115, + "meas": 1116, + "vie": 1117, + "mot": 1118, + "fut": 1119, + "ited▁": 1120, + "Fr": 1121, + "iev": 1122, + "int▁": 1123, + "ents▁": 1124, + "hav": 1125, + "unt": 1126, + "old": 1127, + "exp": 1128, + "like▁": 1129, + "amp": 1130, + "eur": 1131, + "expl": 1132, + "forc": 1133, + "spe": 1134, + "into▁the▁": 1135, + "ative▁": 1136, + "lin": 1137, + "decid": 1138, + "human▁": 1139, + "particular": 1140, + "e-": 1141, + "ional▁": 1142, + "ittee▁": 1143, + "follow": 1144, + "det": 1145, + "ort": 1146, + "ends▁": 1147, + "citiz": 1148, + "mov": 1149, + "off": 1150, + "Con": 1151, + "ning▁": 1152, + "film▁": 1153, + "aim": 1154, + "beh": 1155, + "vent": 1156, + "problem": 1157, + "ath": 1158, + "regul": 1159, + "adop": 1160, + "▁this": 1161, + "protect": 1162, + "good▁": 1163, + "employ": 1164, + "go▁": 1165, + "of▁a▁": 1166, + "▁tell": 1167, + "unity▁": 1168, + "requ": 1169, + "manag": 1170, + "jo": 1171, + "pris": 1172, + "countries▁": 1173, + "program": 1174, + "ree▁": 1175, + "bud": 1176, + "▁That▁": 1177, + "▁tra": 1178, + "every": 1179, + "all▁the▁": 1180, + "``▁": 1181, + "social▁": 1182, + "es▁a▁": 1183, + "wat": 1184, + "succ": 1185, + "press": 1186, + "ans▁": 1187, + "between▁": 1188, + "much▁": 1189, + "compet": 1190, + "equ": 1191, + "has": 1192, + "app": 1193, + "differ": 1194, + "appe": 1195, + ",▁and": 1196, + "es▁.": 1197, + "amend": 1198, + "del": 1199, + "ation.": 1200, + "effect": 1201, + "pow": 1202, + "ency▁": 1203, + "is▁not▁": 1204, + "curr": 1205, + "fort": 1206, + "ments▁": 1207, + "-LR": 1208, + "▁When▁": 1209, + "other": 1210, + "er▁and▁": 1211, + "family▁": 1212, + "should▁be▁": 1213, + "we▁have▁": 1214, + "ing▁and▁": 1215, + "gir": 1216, + "▁tri": 1217, + "both▁": 1218, + "find▁": 1219, + "ail": 1220, + "ed▁in▁the▁": 1221, + "olog": 1222, + "’": 1223, + "▁There▁": 1224, + "e▁to▁the▁": 1225, + "alread": 1226, + "ol▁": 1227, + "need▁to▁": 1228, + "Europe▁": 1229, + "▁Mr▁President,▁": 1230, + "ty▁": 1231, + "viron": 1232, + "ing▁that▁": 1233, + "begin": 1234, + "do▁not▁": 1235, + "friend▁": 1236, + "matt": 1237, + "on▁a▁": 1238, + "rul": 1239, + "cor": 1240, + "Mar": 1241, + "e.▁": 1242, + "give▁": 1243, + "ight": 1244, + "love▁": 1245, + "ik": 1246, + "tr": 1247, + "peri": 1248, + "nec": 1249, + "ot▁": 1250, + "next▁": 1251, + "numb": 1252, + "before▁": 1253, + "clear": 1254, + "your▁": 1255, + "sist": 1256, + "how▁": 1257, + "ly,▁": 1258, + "responsib": 1259, + "Ar": 1260, + "ser": 1261, + "dur": 1262, + "me▁": 1263, + "fur": 1264, + "policy▁": 1265, + "ting▁": 1266, + "discus": 1267, + "sect": 1268, + "ave▁": 1269, + "last▁": 1270, + "t▁of▁the▁": 1271, + "ies▁and▁": 1272, + "ris": 1273, + "may▁": 1274, + "olut": 1275, + "must▁be▁": 1276, + "offic": 1277, + "ion,▁": 1278, + "return": 1279, + "▁After▁": 1280, + "son": 1281, + "ath▁": 1282, + "proposal": 1283, + "new": 1284, + "see▁": 1285, + "support▁": 1286, + "consider": 1287, + "uh▁": 1288, + "long": 1289, + "help▁": 1290, + "down▁": 1291, + "leav": 1292, + "hand": 1293, + "n't▁": 1294, + "gener": 1295, + "u▁": 1296, + "Presid": 1297, + "thor": 1298, + "ros": 1299, + "already▁": 1300, + "ep▁": 1301, + "bus": 1302, + "ures▁": 1303, + "come▁": 1304, + "cooper": 1305, + "ether▁": 1306, + "about▁the▁": 1307, + "order▁to▁": 1308, + "against▁": 1309, + "▁tur": 1310, + "form▁": 1311, + "public▁": 1312, + "young▁": 1313, + "does▁not▁": 1314, + "ing.": 1315, + "sm": 1316, + "a▁and▁": 1317, + "each▁": 1318, + "vers": 1319, + "ia": 1320, + "job": 1321, + "ident": 1322, + "the▁": 1323, + "Committee▁": 1324, + "ash": 1325, + "ind▁": 1326, + "er,▁": 1327, + "we▁are▁": 1328, + "cent": 1329, + "col": 1330, + "financial▁": 1331, + "play": 1332, + "national▁": 1333, + "high": 1334, + "by": 1335, + "ry": 1336, + "▁than▁": 1337, + "off▁": 1338, + "▁time▁": 1339, + "believe▁th": 1340, + "attemp": 1341, + "-LRB-▁": 1342, + "ation▁of▁the▁": 1343, + "ue▁": 1344, + "Council": 1345, + "es▁in▁": 1346, + "got": 1347, + "ed▁a▁": 1348, + "strat": 1349, + "oh": 1350, + "▁Al": 1351, + "crim": 1352, + "same▁": 1353, + "ed▁.": 1354, + "set▁": 1355, + ",▁they▁": 1356, + "legal▁": 1357, + "institut": 1358, + "contro": 1359, + "cannot▁": 1360, + "citizen": 1361, + "democ": 1362, + "have▁to▁": 1363, + "anis": 1364, + "mother▁": 1365, + "another▁": 1366, + "set": 1367, + "away▁": 1368, + "involv": 1369, + "princ": 1370, + "–": 1371, + "he▁is▁": 1372, + "environ": 1373, + "ince▁": 1374, + "▁An": 1375, + "embers▁": 1376, + "necess": 1377, + "any": 1378, + "▁therefore▁": 1379, + "right▁": 1380, + "ful▁": 1381, + "pur": 1382, + "bre": 1383, + "ask": 1384, + "invest": 1385, + "ress": 1386, + "caus": 1387, + "ation▁and▁": 1388, + "don": 1389, + "years▁": 1390, + "legis": 1391, + "exc": 1392, + "clos": 1393, + "saf": 1394, + "without▁": 1395, + "star": 1396, + "dep": 1397, + "just": 1398, + "▁,▁": 1399, + "ref": 1400, + "elect": 1401, + "eas": 1402, + "show": 1403, + "author": 1404, + "Al": 1405, + "interest": 1406, + "maj": 1407, + "ise▁": 1408, + "act▁": 1409, + "echn": 1410, + "air": 1411, + "leas": 1412, + "wif": 1413, + "sign": 1414, + "ft▁": 1415, + "ing▁in▁": 1416, + "ub": 1417, + "ativ": 1418, + "lear▁": 1419, + "will": 1420, + "men▁": 1421, + "buil": 1422, + "▁In▁the▁": 1423, + "▁.": 1424, + "wher": 1425, + "ribut": 1426, + "whil": 1427, + "tural▁": 1428, + "secur": 1429, + "would▁like▁to▁": 1430, + "▁too▁": 1431, + "porteur": 1432, + "iet": 1433, + "gent": 1434, + "relation": 1435, + "ea": 1436, + "Member▁States▁": 1437, + "▁through": 1438, + "again▁": 1439, + "implement": 1440, + "provid": 1441, + "dist": 1442, + "▁However": 1443, + "rapporteur": 1444, + ",▁th": 1445, + "alth": 1446, + "ipl": 1447, + "ey": 1448, + "energ": 1449, + "discuss": 1450, + "es▁,▁": 1451, + "development▁": 1452, + "ensur": 1453, + "put▁": 1454, + "childr": 1455, + "ors▁": 1456, + "▁think": 1457, + "unit": 1458, + "alf▁": 1459, + "e▁that▁the▁": 1460, + "great▁": 1461, + "▁But▁": 1462, + "servic": 1463, + "ould": 1464, + "common▁": 1465, + "accept": 1466, + "ner": 1467, + "thing▁": 1468, + "object": 1469, + "20": 1470, + "sl": 1471, + "someth": 1472, + "him▁.": 1473, + "ately▁": 1474, + "ough": 1475, + "red▁": 1476, + "help": 1477, + "group▁": 1478, + "ffic": 1479, + "har": 1480, + "ed▁for▁": 1481, + "adopt": 1482, + "open": 1483, + "▁(": 1484, + "bod": 1485, + "escap": 1486, + "val": 1487, + "money▁": 1488, + "ern▁": 1489, + "initi": 1490, + "e▁they▁": 1491, + "lem": 1492, + "and▁to▁": 1493, + "put": 1494, + "▁through▁": 1495, + "lad": 1496, + "e▁this▁": 1497, + "really▁": 1498, + "rest": 1499, + "esp": 1500, + "point▁": 1501, + "  ": 1502, + "conv": 1503, + "s▁for▁": 1504, + "fav": 1505, + "ell▁": 1506, + "aught": 1507, + "ign▁": 1508, + "proposal▁": 1509, + "bur": 1510, + "ek": 1511, + "market": 1512, + ",▁that▁": 1513, + "become▁": 1514, + "self": 1515, + "grow": 1516, + "le.": 1517, + "199": 1518, + "ick▁": 1519, + "fall": 1520, + "e▁that": 1521, + "opport": 1522, + "ber": 1523, + "busin": 1524, + "view": 1525, + "doc": 1526, + "a▁c": 1527, + "▁Y": 1528, + "plan": 1529, + "ok": 1530, + "cond": 1531, + "ed▁that▁": 1532, + "after": 1533, + "▁  ": 1534, + "world▁": 1535, + "fo": 1536, + "meric": 1537, + "important": 1538, + "reveal": 1539, + "e▁is▁": 1540, + "few▁": 1541, + "war": 1542, + "is▁to▁": 1543, + "creat": 1544, + "ank": 1545, + "ing,▁": 1546, + "marri": 1547, + "did▁": 1548, + "s▁to▁be▁": 1549, + "ing▁of▁": 1550, + "resul": 1551, + "himself▁": 1552, + "international▁": 1553, + "establ": 1554, + "allow": 1555, + "es.▁": 1556, + "sever": 1557, + "attempt": 1558, + "▁tog": 1559, + "between▁the▁": 1560, + "ards▁": 1561, + "United▁": 1562, + "ation,▁": 1563, + "discover": 1564, + "diffic": 1565, + "market▁": 1566, + "gentlem": 1567, + "ak▁": 1568, + ")▁": 1569, + "selv": 1570, + "scho": 1571, + "resolut": 1572, + "law": 1573, + "fair": 1574, + "ures": 1575, + "mill": 1576, + "now": 1577, + "adv": 1578, + "ve▁the▁": 1579, + "have▁a▁": 1580, + "fron": 1581, + "mean": 1582, + "y▁,▁": 1583, + "one▁of▁the▁": 1584, + "a▁,▁": 1585, + "would▁be▁": 1586, + "promis": 1587, + "a▁.": 1588, + "y▁.": 1589, + "wish": 1590, + "pass": 1591, + "ire▁": 1592, + "refer": 1593, + "country▁": 1594, + "eir▁": 1595, + "tak": 1596, + "▁tal": 1597, + "CB-▁": 1598, + "said": 1599, + "require": 1600, + "ates▁": 1601, + "event": 1602, + "ality▁": 1603, + "night▁": 1604, + "great": 1605, + "le,▁": 1606, + "ially▁": 1607, + "▁K": 1608, + "aid▁": 1609, + "seem": 1610, + "secon": 1611, + "cha": 1612, + "system": 1613, + "s▁to▁the▁": 1614, + "whol": 1615, + "negot": 1616, + "Mrs▁": 1617, + "negoti": 1618, + "number▁of▁": 1619, + "pract": 1620, + "t▁the▁": 1621, + "stitut": 1622, + "two▁": 1623, + "alis": 1624, + "stop": 1625, + "ed▁with▁": 1626, + "var": 1627, + "real▁": 1628, + "here▁": 1629, + "death▁": 1630, + "mur": 1631, + "▁think▁": 1632, + "gentlemen": 1633, + "strateg": 1634, + "ion▁of▁the▁": 1635, + "reason": 1636, + "want▁to▁": 1637, + "however": 1638, + "ank▁": 1639, + "ion▁to▁": 1640, + "ifi": 1641, + "can▁be▁": 1642, + "person": 1643, + "mi": 1644, + "▁that▁they▁": 1645, + "lig": 1646, + "d▁to▁": 1647, + "ide": 1648, + "ourc": 1649, + "▁te": 1650, + "ically▁": 1651, + "environment": 1652, + "ax": 1653, + "appl": 1654, + "ben": 1655, + "activ": 1656, + "solut": 1657, + "cul": 1658, + "ember": 1659, + "lim": 1660, + "year▁": 1661, + "ame": 1662, + "gets▁": 1663, + "re▁": 1664, + "fight▁": 1665, + ",▁there▁": 1666, + "itive▁": 1667, + "rece": 1668, + "ously▁": 1669, + "Community▁": 1670, + "daught": 1671, + "ustr": 1672, + "conf": 1673, + "access": 1674, + "rad": 1675, + "igh▁": 1676, + "Americ": 1677, + "’s▁": 1678, + "ew": 1679, + "aut": 1680, + "appear": 1681, + "action▁": 1682, + "yp": 1683, + "▁to▁take▁": 1684, + "crit": 1685, + "Committee▁on▁": 1686, + "nat": 1687, + "represent": 1688, + "principl": 1689, + "▁tow": 1690, + "situation▁": 1691, + "under▁": 1692, + "arriv": 1693, + "ress▁": 1694, + "less▁": 1695, + "▁term": 1696, + "▁Wit": 1697, + "agreement▁": 1698, + "ies▁and▁gentlemen": 1699, + "ital▁": 1700, + "why▁": 1701, + "exam": 1702, + "against": 1703, + ",▁this▁": 1704, + "medi": 1705, + "with▁his▁": 1706, + "and,▁": 1707, + "realiz": 1708, + "far▁": 1709, + "litt": 1710, + "land▁": 1711, + "ock": 1712, + "promot": 1713, + "also": 1714, + "adam": 1715, + "dest": 1716, + "y▁of▁": 1717, + "pay": 1718, + "enn": 1719, + "human▁right": 1720, + "proced": 1721, + "life▁": 1722, + "finds▁": 1723, + "a▁'s▁": 1724, + "y.▁": 1725, + "different▁": 1726, + "clus": 1727, + "local▁": 1728, + "place▁": 1729, + "ed▁on▁": 1730, + "ient": 1731, + "ific▁": 1732, + "ric": 1733, + "European▁Parliament▁": 1734, + "reduc": 1735, + "intro": 1736, + "sequ": 1737, + "him▁to▁": 1738, + "ean": 1739, + "women▁": 1740, + "fail": 1741, + "cris": 1742, + "a▁b": 1743, + "ever▁,▁": 1744, + "once▁": 1745, + "complet": 1746, + "and▁that▁": 1747, + "ship": 1748, + "woman▁": 1749, + "e▁tak": 1750, + "over▁the▁": 1751, + "happen": 1752, + "opin": 1753, + "debate▁": 1754, + "▁tells▁": 1755, + "information▁": 1756, + "ask▁": 1757, + "prof": 1758, + "start": 1759, + "▁I▁am▁": 1760, + "prog": 1761, + "friend": 1762, + "contribut": 1763, + "pop": 1764, + "story▁": 1765, + "police▁": 1766, + "a.": 1767, + "az": 1768, + "ways▁": 1769, + "ying▁": 1770, + "having▁": 1771, + "aj": 1772, + "particularly▁": 1773, + "within▁the▁": 1774, + "Gre": 1775, + "s▁in▁the▁": 1776, + "mat": 1777, + "stud": 1778, + "agreement": 1779, + "children▁": 1780, + "▁that▁this▁": 1781, + "crimin": 1782, + "gg": 1783, + "fully▁": 1784, + "oub": 1785, + "viol": 1786, + "ed▁,▁": 1787, + "%▁": 1788, + "down": 1789, + "ed▁to▁the▁": 1790, + "success": 1791, + "adam▁President": 1792, + "''": 1793, + "word": 1794, + "was": 1795, + "of▁his▁": 1796, + "every▁": 1797, + "fore": 1798, + "yea": 1799, + "working▁": 1800, + "land": 1801, + "Am": 1802, + "feel": 1803, + "need▁": 1804, + "alt": 1805, + "soon▁": 1806, + "als▁": 1807, + "future▁": 1808, + "car▁": 1809, + "long▁": 1810, + "-R": 1811, + "ogn": 1812, + "head▁": 1813, + "group": 1814, + "of▁their▁": 1815, + "5▁": 1816, + "room▁": 1817, + "grat": 1818, + "ing▁his▁": 1819, + "wer": 1820, + "certain▁": 1821, + "ability▁": 1822, + "sam": 1823, + "energy▁": 1824, + "benef": 1825, + "is▁an▁": 1826, + "respect": 1827, + "head": 1828, + "security▁": 1829, + "behalf▁": 1830, + "exist": 1831, + "forw": 1832, + "arr": 1833, + "▁turn": 1834, + "recogn": 1835, + "use▁": 1836, + "level": 1837, + "es▁are▁": 1838, + "spect": 1839, + "ament": 1840, + "position▁": 1841, + "look▁": 1842, + "it▁was▁": 1843, + "her▁.": 1844, + "minist": 1845, + "lab": 1846, + "fun": 1847, + ",▁S": 1848, + "ether": 1849, + "▁that▁he▁": 1850, + "educ": 1851, + "den": 1852, + "sk": 1853, + "establish": 1854, + "well": 1855, + "es▁of▁the▁": 1856, + "ror": 1857, + "further▁": 1858, + "e▁their▁": 1859, + "goes▁": 1860, + "Chr": 1861, + "edg": 1862, + "Ne": 1863, + "even": 1864, + "▁takes▁": 1865, + "ird▁": 1866, + ",▁M": 1867, + "sha": 1868, + "fle": 1869, + "cat": 1870, + "legisl": 1871, + "coll": 1872, + ",▁Mr": 1873, + "little▁": 1874, + "going▁to▁": 1875, + "Ger": 1876, + "ority▁": 1877, + "out▁the▁": 1878, + "alth▁": 1879, + "world": 1880, + "ladies▁and▁gentlemen": 1881, + "▁to▁a▁": 1882, + "befor": 1883, + "ion▁and▁": 1884, + "never▁": 1885, + "ru": 1886, + "ers▁and▁": 1887, + "better▁": 1888, + "commun": 1889, + "present▁": 1890, + "ond": 1891, + "peac": 1892, + "of▁cour": 1893, + "frame": 1894, + "let▁": 1895, + "call▁": 1896, + "▁techn": 1897, + "role▁": 1898, + "cooperation▁": 1899, + "od▁": 1900, + "ivid": 1901, + "popul": 1902, + "Pro": 1903, + "problem▁": 1904, + ",▁she▁": 1905, + "my": 1906, + "red": 1907, + "ally": 1908, + "Treat": 1909, + "▁three▁": 1910, + "anim": 1911, + "band▁": 1912, + "agr": 1913, + "it.": 1914, + "def": 1915, + "compan": 1916, + "idd": 1917, + "area▁": 1918, + "prev": 1919, + "'s": 1920, + "possible▁": 1921, + "dat": 1922, + "fiel": 1923, + "achiev": 1924, + "struct": 1925, + "ys": 1926, + "ions.": 1927, + "hor": 1928, + "asp": 1929, + "ang▁": 1930, + "law▁": 1931, + "learn": 1932, + "making▁": 1933, + "something▁": 1934, + "ussi": 1935, + "s,▁and▁": 1936, + "resear": 1937, + "▁Madam▁President": 1938, + "wr": 1939, + "organis": 1940, + "key▁": 1941, + "welcom": 1942, + "which▁the▁": 1943, + "improv": 1944, + "▁in▁": 1945, + "▁What▁": 1946, + "system▁": 1947, + "ism▁": 1948, + "product": 1949, + "since▁": 1950, + "oft": 1951, + "guar": 1952, + "good": 1953, + "valu": 1954, + "consum": 1955, + "depend": 1956, + "writ": 1957, + "ing▁.": 1958, + "espec": 1959, + "build": 1960, + "say▁": 1961, + "large▁": 1962, + "not▁be▁": 1963, + "stor": 1964, + "wa": 1965, + "attent": 1966, + "remain": 1967, + "best▁": 1968, + "committ": 1969, + "President▁": 1970, + "refus": 1971, + "on▁behalf▁": 1972, + "level▁": 1973, + "mod": 1974, + "egr": 1975, + "ian": 1976, + "Commissioner▁": 1977, + "said▁": 1978, + "always▁": 1979, + ",▁but": 1980, + "The▁": 1981, + "urg": 1982, + "ff": 1983, + "Sp": 1984, + "in▁order▁to▁": 1985, + "▁too": 1986, + "ost": 1987, + "hon": 1988, + "named▁": 1989, + "t▁and▁": 1990, + "pat": 1991, + "high▁": 1992, + "Hous": 1993, + "girl▁": 1994, + "girl": 1995, + "deal▁": 1996, + "introduc": 1997, + "vill": 1998, + "resourc": 1999, + "▁taken▁": 2000, + "attack": 2001, + "which▁is▁": 2002, + "ural▁": 2003, + "rais": 2004, + "Joh": 2005, + "fortun": 2006, + "ument": 2007, + "I▁am▁": 2008, + "es▁his▁": 2009, + "house▁": 2010, + "los": 2011, + "ing▁to▁the▁": 2012, + "freed": 2013, + "s▁his▁": 2014, + "reach": 2015, + "light": 2016, + "home▁": 2017, + "ally,▁": 2018, + "first": 2019, + ",▁and▁the▁": 2020, + "believ": 2021, + "several▁": 2022, + "eral▁": 2023, + "it's▁": 2024, + "iss": 2025, + "current▁": 2026, + "societ": 2027, + "asks▁": 2028, + "claim": 2029, + "ordin": 2030, + "you▁know▁": 2031, + "on▁this▁": 2032, + "2▁": 2033, + "cost": 2034, + "er.": 2035, + "side▁": 2036, + "agricul": 2037, + "▁This▁is▁": 2038, + "En": 2039, + ",▁is▁": 2040, + "leave▁": 2041, + "finally▁": 2042, + ",▁it▁": 2043, + "usp": 2044, + "school▁": 2045, + "ably▁": 2046, + "▁they▁are▁": 2047, + "mp": 2048, + "at▁a▁": 2049, + "▁If▁": 2050, + "ract": 2051, + "favour▁": 2052, + "comb": 2053, + "month": 2054, + "gun": 2055, + "ate▁the▁": 2056, + "second▁": 2057, + "actually▁": 2058, + "guarant": 2059, + "into▁a▁": 2060, + "driv": 2061, + "s,▁the▁": 2062, + "ek▁": 2063, + "▁to▁t": 2064, + "ct": 2065, + "▁that▁there▁": 2066, + "pa": 2067, + "itions▁": 2068, + "yl": 2069, + "wal": 2070, + "non": 2071, + "ead▁": 2072, + "Russi": 2073, + "his": 2074, + "icip": 2075, + "programm": 2076, + "various▁": 2077, + "state▁": 2078, + "yeah▁": 2079, + "hus": 2080, + "bal": 2081, + "▁V": 2082, + "health▁": 2083, + "process": 2084, + "Char": 2085, + "hol": 2086, + "▁Un": 2087, + "alleng": 2088, + "directive▁": 2089, + "▁that,▁": 2090, + "body▁": 2091, + "Min": 2092, + "en▁to▁": 2093, + "simp": 2094, + "Af": 2095, + "▁At▁the▁": 2096, + "tal": 2097, + "and▁his▁": 2098, + "becomes▁": 2099, + "amb": 2100, + "less": 2101, + "she▁is▁": 2102, + "char": 2103, + "quite▁": 2104, + "clim": 2105, + "examp": 2106, + "draw": 2107, + "democrat": 2108, + "final▁": 2109, + "glob": 2110, + "done▁": 2111, + "ou▁": 2112, + "defin": 2113, + "government": 2114, + "ster": 2115, + "mention": 2116, + "s▁with▁": 2117, + "appropri": 2118, + "eb": 2119, + "experi": 2120, + "mom": 2121, + "called▁": 2122, + "budget": 2123, + "under▁the▁": 2124, + "per▁": 2125, + "such▁as▁": 2126, + "lov": 2127, + "erc": 2128, + "be▁the▁": 2129, + "integr": 2130, + "t▁.": 2131, + "challeng": 2132, + "approach": 2133, + "difficult": 2134, + "▁Mean": 2135, + "priv": 2136, + "-LRB-▁-LRB-▁": 2137, + "erg": 2138, + "s▁on▁": 2139, + "what": 2140, + "budget▁": 2141, + "break": 2142, + "assist": 2143, + "agu": 2144, + "ient▁": 2145, + "hist": 2146, + "some": 2147, + "sex": 2148, + "addition": 2149, + "industr": 2150, + "▁I▁would▁": 2151, + "express": 2152, + "enter": 2153, + "including▁": 2154, + "safet": 2155, + "compl": 2156, + "Chin": 2157, + "▁through▁the▁": 2158, + "streng": 2159, + "of▁t": 2160, + "es▁to▁the▁": 2161, + "essent": 2162, + "makes▁": 2163, + "debat": 2164, + "–▁": 2165, + "during▁the▁": 2166, + "Sh": 2167, + "care": 2168, + "European▁Union": 2169, + "s▁her▁": 2170, + "ity.": 2171, + "a▁is▁": 2172, + "measures▁": 2173, + "migr": 2174, + "might▁": 2175, + "ept▁": 2176, + "ingle▁": 2177, + "▁trad": 2178, + "speak": 2179, + "when": 2180, + "mad": 2181, + "fundament": 2182, + "sho": 2183, + "susp": 2184, + "ing▁this▁": 2185, + "full▁": 2186, + "pleas": 2187, + "nor": 2188, + "major▁": 2189, + "hold": 2190, + "keep": 2191, + "commit": 2192, + "expect": 2193, + "deal": 2194, + "as▁well▁": 2195, + "clear▁": 2196, + "has▁a▁": 2197, + "os▁": 2198, + "e▁than▁": 2199, + "ther": 2200, + "vict": 2201, + "ing▁for▁": 2202, + "Union▁": 2203, + "scen": 2204, + "live▁": 2205, + "receiv": 2206, + "es▁for▁": 2207, + "a,▁": 2208, + "deter": 2209, + "es▁in▁the▁": 2210, + "orig": 2211, + "ject▁": 2212, + "ush": 2213, + "▁While▁": 2214, + "later▁": 2215, + "in-": 2216, + "▁The▁film▁": 2217, + "sugg": 2218, + "basis▁": 2219, + "question▁": 2220, + "ax▁": 2221, + "ions,▁": 2222, + "ed.▁": 2223, + "United▁Stat": 2224, + "Tur": 2225, + "particular▁": 2226, + "Christ": 2227, + "dre": 2228, + "omb": 2229, + "play▁": 2230, + "when▁the▁": 2231, + "Pol": 2232, + "ing.▁": 2233, + "provide▁": 2234, + "shall▁": 2235, + "rive▁": 2236, + "Qu": 2237, + "Rom": 2238, + "control▁": 2239, + "ured▁": 2240, + "Pr": 2241, + "Car": 2242, + "result": 2243, + "ture▁": 2244, + "e▁tim": 2245, + "government▁": 2246, + "in▁his▁": 2247, + "amendment": 2248, + "ustri": 2249, + "of▁the▁European▁": 2250, + "ale▁": 2251, + "ure.": 2252, + "sector": 2253, + ",▁B": 2254, + "entr": 2255, + "given▁": 2256, + "ner▁": 2257, + "ly▁to▁": 2258, + "ed▁at▁": 2259, + "gen": 2260, + "around▁": 2261, + "extrem": 2262, + "prec": 2263, + "io▁": 2264, + "ity": 2265, + "▁That▁is▁": 2266, + "bor": 2267, + "es▁her▁": 2268, + "ogu": 2269, + "sens": 2270, + "certain": 2271, + "framework▁": 2272, + "ers": 2273, + "op▁": 2274, + "individ": 2275, + "small▁": 2276, + "President": 2277, + "▁today": 2278, + "far": 2279, + "step": 2280, + "itor": 2281, + "▁that▁is▁": 2282, + "surv": 2283, + "who": 2284, + "fight": 2285, + "1▁": 2286, + "s▁him▁": 2287, + "▁These▁": 2288, + "found▁": 2289, + "quick": 2290, + "▁Fin": 2291, + "specific▁": 2292, + "light▁": 2293, + "civ": 2294, + "line▁": 2295, + "employment▁": 2296, + "project": 2297, + "charg": 2298, + "pret": 2299, + ",▁D": 2300, + "of▁these▁": 2301, + "e▁tr": 2302, + "until▁": 2303, + "sav": 2304, + "dead▁": 2305, + "e▁'s▁": 2306, + "objectiv": 2307, + "whether▁": 2308, + "icle▁": 2309, + "comes▁": 2310, + "necessary▁": 2311, + "bar": 2312, + "consu": 2313, + "stain": 2314, + "▁However▁,▁": 2315, + "ed▁as▁": 2316, + "with▁her▁": 2317, + "▁To▁": 2318, + "ely": 2319, + "colle": 2320, + "ingly▁": 2321, + "▁.▁": 2322, + "kill▁": 2323, + "▁tries▁to▁": 2324, + "acros": 2325, + "instr": 2326, + "especially▁": 2327, + "relationship▁": 2328, + "kind▁": 2329, + "jud": 2330, + ",▁for▁": 2331, + "areas▁": 2332, + "are▁the▁": 2333, + "firm": 2334, + "order▁": 2335, + "o-": 2336, + "suggest": 2337, + "million▁": 2338, + "ott": 2339, + "▁is▁": 2340, + "intend": 2341, + "left▁": 2342, + "ity,▁": 2343, + "rib": 2344, + "members▁": 2345, + "y▁is▁": 2346, + "view▁": 2347, + "investig": 2348, + "change▁": 2349, + "ran": 2350, + "have▁the▁": 2351, + "▁themselv": 2352, + "against▁the▁": 2353, + "democrac": 2354, + "▁St": 2355, + "Lis": 2356, + "ass▁": 2357, + "boo": 2358, + "vote▁": 2359, + ",▁J": 2360, + "ouse": 2361, + "near": 2362, + "husband▁": 2363, + "ing▁her▁": 2364, + "on▁behalf▁of▁the▁": 2365, + "uni": 2366, + "ies.": 2367, + "meet▁": 2368, + "'▁s▁": 2369, + "interv": 2370, + "out▁of▁": 2371, + "environmental▁": 2372, + ",▁it▁is▁": 2373, + "encour": 2374, + "food▁": 2375, + "▁The▁Commission▁": 2376, + "believe▁": 2377, + "Mon": 2378, + "main▁": 2379, + "believe▁that▁": 2380, + "▁together▁": 2381, + "ness": 2382, + "sibl": 2383, + "doub": 2384, + "kid": 2385, + "question": 2386, + "prevent": 2387, + "demand": 2388, + "mus": 2389, + "convinc": 2390, + "going▁": 2391, + "case▁": 2392, + "seen▁": 2393, + "e,▁the▁": 2394, + "dam": 2395, + "ll": 2396, + "decides▁to▁": 2397, + "necessar": 2398, + "ledg": 2399, + "strength": 2400, + "wed": 2401, + "big": 2402, + "relat": 2403, + "▁they": 2404, + "rup": 2405, + "general▁": 2406, + "Bar": 2407, + "▁toe▁": 2408, + "Govern": 2409, + "list": 2410, + "er▁to▁": 2411, + "tim": 2412, + "efore": 2413, + "ism": 2414, + "?▁": 2415, + "along▁": 2416, + "▁Mr▁President,▁I▁": 2417, + "Nor": 2418, + "osp": 2419, + "ah": 2420, + "foc": 2421, + "aur": 2422, + "stre": 2423, + "▁On▁the▁": 2424, + "measures": 2425, + "achie": 2426, + "lack▁": 2427, + "part▁": 2428, + "▁One▁": 2429, + "agree▁": 2430, + "ing▁their▁": 2431, + "i-": 2432, + "er▁'s▁": 2433, + "war▁": 2434, + "affect": 2435, + "ich": 2436, + "show▁": 2437, + "provis": 2438, + "milit": 2439, + "ake▁": 2440, + "destro": 2441, + "R▁": 2442, + "are▁t": 2443, + "explain": 2444, + "her▁to▁": 2445, + "US": 2446, + "sinc": 2447, + "New▁": 2448, + "avail": 2449, + "boy": 2450, + "EC": 2451, + "mit": 2452, + "applic": 2453, + "inno": 2454, + "process▁": 2455, + "Brit": 2456, + "eh": 2457, + "wife▁": 2458, + "i'": 2459, + "ean▁": 2460, + "sess": 2461, + "back▁to▁": 2462, + "in▁their▁": 2463, + "internal▁": 2464, + "▁terror": 2465, + "whose▁": 2466, + "les▁": 2467, + "particip": 2468, + "whole▁": 2469, + "accord": 2470, + "understand": 2471, + "win": 2472, + "e▁to▁be▁": 2473, + "effic": 2474, + "friends▁": 2475, + "'re▁": 2476, + "used▁": 2477, + "Grou": 2478, + "pursu": 2479, + "greater▁": 2480, + "issue▁": 2481, + "from▁a▁": 2482, + "is▁that▁": 2483, + "outh": 2484, + "effort": 2485, + "up▁the▁": 2486, + "e,▁and▁": 2487, + "▁We▁are▁": 2488, + "prior": 2489, + "spir": 2490, + "when▁he▁": 2491, + "former▁": 2492, + ",▁however": 2493, + "Br": 2494, + "sen": 2495, + "ali": 2496, + "yet▁": 2497, + "sent": 2498, + "had": 2499, + "y▁'s▁": 2500, + "child▁": 2501, + "exampl": 2502, + "▁thank": 2503, + "carri": 2504, + "knowledg": 2505, + "cir": 2506, + "clearly▁": 2507, + "hand▁": 2508, + "ers,▁": 2509, + "respect▁": 2510, + "is▁no▁": 2511, + "decision▁": 2512, + "cover": 2513, + "coming▁": 2514, + "eed": 2515, + "it▁.": 2516, + "eit": 2517, + "▁taking▁": 2518, + "immedi": 2519, + "dang": 2520, + "fis": 2521, + "▁For▁": 2522, + "effective▁": 2523, + "-LCB-▁": 2524, + "determin": 2525, + "ies,▁": 2526, + "▁His▁": 2527, + "offer": 2528, + "Cl": 2529, + "ubl": 2530, + "cam": 2531, + "gives▁": 2532, + "Commission's▁": 2533, + "ed▁by▁a▁": 2534, + "oupl": 2535, + "fric": 2536, + "3▁": 2537, + "four▁": 2538, + "opportunit": 2539, + "201": 2540, + "ations.": 2541, + "communic": 2542, + "not▁to▁": 2543, + "part▁of▁the▁": 2544, + "origin": 2545, + "he▁has▁": 2546, + "fundamental▁": 2547, + "we▁must▁": 2548, + "neigh": 2549, + "▁to▁this▁": 2550, + "uk": 2551, + "short": 2552, + "famil": 2553, + "practic": 2554, + "abo": 2555, + "ers▁.": 2556, + "▁try": 2557, + "ount▁": 2558, + "ing▁,▁": 2559, + "Di": 2560, + "▁thank▁": 2561, + "force▁": 2562, + "should▁like▁to▁": 2563, + "ence▁of▁": 2564, + "positive▁": 2565, + "account": 2566, + "Har": 2567, + "after▁the▁": 2568, + "r.▁": 2569, + "for▁his▁": 2570, + "gar": 2571, + "rain": 2572, + "alogu": 2573, + "ult▁": 2574, + "avo": 2575, + "murd": 2576, + "free▁": 2577, + "position": 2578, + "business": 2579, + "rop": 2580, + "demon": 2581, + "city▁": 2582, + "research▁": 2583, + "eventually▁": 2584, + "▁We▁have▁": 2585, + "dom": 2586, + "ument▁": 2587, + "commend": 2588, + "sustain": 2589, + "ator": 2590, + "A▁": 2591, + "and▁t": 2592, + "conn": 2593, + "ren": 2594, + "stand▁": 2595, + "ail▁": 2596, + "more": 2597, + "which▁are▁": 2598, + "ing▁of▁the▁": 2599, + "don't▁": 2600, + "▁At▁": 2601, + "quality▁": 2602, + "rest▁": 2603, + "conclus": 2604, + "job▁": 2605, + "democratic▁": 2606, + "charact": 2607, + "iter": 2608, + "guarante": 2609, + "ft": 2610, + "sor": 2611, + "er▁is▁": 2612, + "ers.": 2613, + "while▁,▁": 2614, + "ared▁": 2615, + "not▁only▁": 2616, + "us▁to▁": 2617, + "row▁": 2618, + "move▁": 2619, + "grap": 2620, + "desp": 2621, + "victim": 2622, + "State▁": 2623, + "resolution▁": 2624, + "recent▁": 2625, + "fair▁": 2626, + "gratul": 2627, + "tern": 2628, + "▁tru": 2629, + "confron": 2630, + "for▁this▁": 2631, + "start▁": 2632, + "ur▁": 2633, + "on▁his▁": 2634, + "maint": 2635, + "solid": 2636, + "like▁to": 2637, + "extremely▁": 2638, + "ton▁": 2639, + "duce▁": 2640, + "organ": 2641, + "often▁": 2642, + "net": 2643, + "parliam": 2644, + ",▁which▁is▁": 2645, + "American▁": 2646, + "administ": 2647, + "congratul": 2648, + "more▁than▁": 2649, + "Offic": 2650, + "in▁term": 2651, + "enlarg": 2652, + "inde": 2653, + "Ge": 2654, + "business▁": 2655, + "shoot": 2656, + "ment.": 2657, + "Members▁": 2658, + "Minist": 2659, + "run▁": 2660, + "plan▁": 2661, + "infl": 2662, + "and▁th": 2663, + "subst": 2664, + "ible▁": 2665, + "ing▁t": 2666, + ",▁with▁": 2667, + "past▁": 2668, + "arch": 2669, + "stu": 2670, + "everyone▁": 2671, + "aid": 2672, + "instead▁": 2673, + "ock▁": 2674, + "contain": 2675, + "least▁": 2676, + "▁Member▁Stat": 2677, + "wid": 2678, + "▁that▁it▁": 2679, + "responsible▁": 2680, + "post": 2681, + "vel": 2682, + "pot": 2683, + "ed▁on▁the▁": 2684, + "Europe.": 2685, + "ull": 2686, + "Affair": 2687, + "who▁is▁": 2688, + "uch": 2689, + "of▁them▁": 2690, + "signific": 2691, + "8▁": 2692, + "7▁": 2693, + "ess▁of▁": 2694, + "▁the▁t": 2695, + "-▁and▁": 2696, + "ies": 2697, + "problems▁": 2698, + "▁Dur": 2699, + "sat": 2700, + "human": 2701, + "hosp": 2702, + "see": 2703, + "ace▁": 2704, + "Commissioner,▁": 2705, + "6▁": 2706, + "is,▁": 2707, + "out▁of▁the▁": 2708, + "ending▁": 2709, + "▁You▁": 2710, + "ly▁the▁": 2711, + "ness▁": 2712, + "subject": 2713, + "ance▁of▁": 2714, + "non-": 2715, + "fall▁": 2716, + "open▁": 2717, + "fig": 2718, + "I▁have▁": 2719, + "confl": 2720, + "Cour": 2721, + "impro": 2722, + "field▁": 2723, + "ste": 2724, + "uck▁": 2725, + "bring▁": 2726, + "five▁": 2727, + "care▁": 2728, + "▁train": 2729, + "sch": 2730, + "consequ": 2731, + "farm": 2732, + "-in-": 2733, + "uh": 2734, + "Member▁": 2735, + "approv": 2736, + "ensive▁": 2737, + "Wor": 2738, + "cros": 2739, + "dialogu": 2740, + "▁With▁": 2741, + "or▁the▁": 2742, + "effectiv": 2743, + ",▁where▁": 2744, + "000▁": 2745, + "rip": 2746, + "who▁are▁": 2747, + "possibl": 2748, + "-RCB-▁": 2749, + "reform": 2750, + "politic": 2751, + "ked▁": 2752, + "fell": 2753, + "Lisb": 2754, + "prep": 2755, + "and▁S": 2756, + "low": 2757, + "crisis▁": 2758, + "Jo": 2759, + "▁The▁next▁": 2760, + ",▁R": 2761, + "colleagu": 2762, + "did▁not▁": 2763, + "ump": 2764, + "-▁(": 2765, + "ies▁of▁": 2766, + "known▁": 2767, + "before▁the▁": 2768, + ",▁then▁": 2769, + "looking▁": 2770, + "compromis": 2771, + "profess": 2772, + "and▁they▁": 2773, + "and▁a▁": 2774, + "ah▁": 2775, + ",▁t": 2776, + "interest▁": 2777, + "of▁course": 2778, + "itiv": 2779, + "connect": 2780, + "we▁can▁": 2781, + "4▁": 2782, + "▁technolog": 2783, + "European▁Parliament": 2784, + "use▁of▁": 2785, + "create▁": 2786, + "resc": 2787, + "simply▁": 2788, + "effor": 2789, + "een▁": 2790, + "releas": 2791, + "edly▁": 2792, + "coordin": 2793, + "it▁to▁": 2794, + "should": 2795, + "s▁that▁the▁": 2796, + "in▁which▁": 2797, + "House▁": 2798, + "military▁": 2799, + "assess": 2800, + "where▁the▁": 2801, + "must": 2802, + "ict▁": 2803, + "fra": 2804, + "bi": 2805, + "agg": 2806, + "e▁there▁": 2807, + "siz": 2808, + "recommend": 2809, + "▁Fir": 2810, + "brou": 2811, + "▁try▁to▁": 2812, + "''▁.": 2813, + ",▁the▁Commission▁": 2814, + "apt": 2815, + "ident▁": 2816, + "ink": 2817, + "s▁.▁": 2818, + "a▁m": 2819, + "emerg": 2820, + "ham": 2821, + "erry▁": 2822, + "fish": 2823, + "antly▁": 2824, + "fact▁that▁": 2825, + "rather": 2826, + "abilit": 2827, + "global▁": 2828, + "serious▁": 2829, + "reject": 2830, + "const": 2831, + "allow▁": 2832, + "behind▁": 2833, + "want▁": 2834, + "pay▁": 2835, + "▁today▁": 2836, + "batt": 2837, + "ll▁": 2838, + "citizens▁": 2839, + "arity▁": 2840, + "will▁not▁": 2841, + "wish▁to▁": 2842, + "camp": 2843, + "certainly▁": 2844, + "ought": 2845, + "found": 2846, + "others▁": 2847, + "Art": 2848, + "independ": 2849, + "regional▁": 2850, + "vo": 2851, + "agricultural▁": 2852, + "meth": 2853, + "de▁": 2854, + "fact▁": 2855, + "quickly▁": 2856, + "▁We▁must▁": 2857, + "pric": 2858, + "ground▁": 2859, + ",▁T": 2860, + "keep▁": 2861, + "-0": 2862, + "ed▁that▁the▁": 2863, + "immigr": 2864, + "pack": 2865, + "been": 2866, + "condition": 2867, + "support▁the▁": 2868, + "s▁up▁": 2869, + "ired▁": 2870, + "if▁the▁": 2871, + "▁Meanwhile▁,▁": 2872, + "issues▁": 2873, + "super": 2874, + "one▁of▁": 2875, + "atory▁": 2876, + "would": 2877, + "hes": 2878, + "guid": 2879, + "brother▁": 2880, + "Pet": 2881, + "▁towards▁": 2882, + "y-": 2883, + "fear": 2884, + "held▁": 2885, + "appli": 2886, + "▁'s▁": 2887, + "power▁": 2888, + "authorities▁": 2889, + "Group▁": 2890, + "▁With": 2891, + "ing▁in▁the▁": 2892, + "up▁to▁": 2893, + "responsibility▁": 2894, + "proper": 2895, + "Pal": 2896, + "plann": 2897, + "▁And▁": 2898, + "ench▁": 2899, + "▁If": 2900, + "legislat": 2901, + "ing▁with▁": 2902, + "ations,▁": 2903, + "exper": 2904, + "almost▁": 2905, + "rid": 2906, + "ified▁": 2907, + "attempts▁to▁": 2908, + "I▁would▁": 2909, + "company▁": 2910, + ",▁L": 2911, + "lie▁": 2912, + "▁After": 2913, + "age▁of▁": 2914, + "Ital": 2915, + "if▁we▁": 2916, + "part▁of▁": 2917, + "circ": 2918, + "nuc": 2919, + "oblig": 2920, + "iation▁": 2921, + "▁trying▁to▁": 2922, + "hot": 2923, + "repe": 2924, + "right▁to▁": 2925, + "prepar": 2926, + "al,▁": 2927, + "killed▁": 2928, + "fect▁": 2929, + "directiv": 2930, + "was▁the▁": 2931, + "▁trade▁": 2932, + "countr": 2933, + "daughter▁": 2934, + "roc": 2935, + "currently▁": 2936, + "was▁a▁": 2937, + "bour": 2938, + "▁On▁": 2939, + "oppos": 2940, + "revie": 2941, + "ing▁him▁": 2942, + "press▁": 2943, + "forward▁": 2944, + "ences▁": 2945, + "special▁": 2946, + "are▁not▁": 2947, + "hard": 2948, + "ed▁from▁": 2949, + "apart": 2950, + "che": 2951, + "ants▁": 2952, + "sector▁": 2953, + "▁treat": 2954, + "ert▁": 2955, + "partner": 2956, + "ly.": 2957, + "murder": 2958, + "strong▁": 2959, + "ban": 2960, + "capt": 2961, + "ai▁": 2962, + "each▁other▁": 2963, + "prison": 2964, + "sw": 2965, + "ore▁": 2966, + "ij": 2967, + "anal": 2968, + "indic": 2969, + "earli": 2970, + "mult": 2971, + "itself▁": 2972, + "for▁their▁": 2973, + "emphas": 2974, + "-t": 2975, + "Is": 2976, + "jour": 2977, + "ord▁": 2978, + "Ju": 2979, + "report.": 2980, + "▁threat": 2981, + "peopl": 2982, + "B-": 2983, + "progress▁": 2984, + "ought▁": 2985, + "ed▁out▁": 2986, + "as▁to▁": 2987, + "mind▁": 2988, + "European▁Union.": 2989, + "encourag": 2990, + "decl": 2991, + "rapporteur▁": 2992, + "initiativ": 2993, + "ley▁": 2994, + "desc": 2995, + "majority▁": 2996, + "conditions▁": 2997, + "parent": 2998, + "y▁that▁": 2999, + "watch": 3000, + "ash▁": 3001, + "is▁also▁": 3002, + "ge▁": 3003, + "rain▁": 3004, + "ing▁an▁": 3005, + "s▁on▁the▁": 3006, + "EUR▁": 3007, + "ion.▁": 3008, + "Yor": 3009, + "▁U": 3010, + "public": 3011, + "week": 3012, + "among": 3013, + "ement▁of▁": 3014, + "ago▁": 3015, + "excell": 3016, + "mit▁": 3017, + "▁Lat": 3018, + "ird": 3019, + "▁Con": 3020, + "Col": 3021, + "programme▁": 3022, + "strict": 3023, + "protection▁": 3024, + "not▁the▁": 3025, + "perhap": 3026, + "got▁": 3027, + "chas": 3028, + "fisher": 3029, + ",▁an▁": 3030, + "ograp": 3031, + "▁As▁the▁": 3032, + "ion▁to▁the▁": 3033, + "Reg": 3034, + "presid": 3035, + "sal": 3036, + "purpos": 3037, + "ation▁to▁": 3038, + "imil": 3039, + "Georg": 3040, + "coupl": 3041, + "attack▁": 3042, + "getting▁": 3043, + "centur": 3044, + "bab": 3045, + "on▁.": 3046, + "mitt": 3047, + "and▁then▁": 3048, + "vol": 3049, + "doing▁": 3050, + "mag": 3051, + "nothing▁": 3052, + "Direct": 3053, + "organiz": 3054, + "Indi": 3055, + "pi": 3056, + "▁them▁to▁": 3057, + "competition▁": 3058, + "aspect": 3059, + "s▁t": 3060, + "▁So▁": 3061, + "private▁": 3062, + "Ann": 3063, + "constitut": 3064, + "eful▁": 3065, + "▁Ther": 3066, + "return▁": 3067, + "cut": 3068, + "ing▁them▁": 3069, + "wants▁to▁": 3070, + "continue▁to▁": 3071, + "legislation▁": 3072, + "cel": 3073, + "John▁": 3074, + "ecut": 3075, + "request": 3076, + "bill": 3077, + "gang▁": 3078, + "idence▁": 3079, + "amendments▁": 3080, + "matter▁": 3081, + "Afric": 3082, + "herself▁": 3083, + "tri": 3084, + "00▁": 3085, + "an▁and▁": 3086, + "e▁a▁": 3087, + "power": 3088, + "▁In▁this▁": 3089, + "parliament": 3090, + "tl": 3091, + "dut": 3092, + "stay▁": 3093, + "opportunity▁to▁": 3094, + "runs▁": 3095, + "countries.": 3096, + "O▁": 3097, + "as▁an▁": 3098, + "British▁": 3099, + "s▁and▁the▁": 3100, + "join": 3101, + "step▁": 3102, + "separ": 3103, + "refl": 3104, + "P▁": 3105, + "longer▁": 3106, + "or▁.": 3107, + "mob": 3108, + "what▁is▁": 3109, + "pen": 3110, + "ions▁and▁": 3111, + "road▁": 3112, + "a▁few▁": 3113, + "angu": 3114, + "using▁": 3115, + "arrang": 3116, + "individual▁": 3117, + "nuclear▁": 3118, + "met": 3119, + "▁But": 3120, + "rob": 3121, + "ions▁of▁": 3122, + "much": 3123, + "and▁is▁": 3124, + "kind▁of▁": 3125, + "gam": 3126, + "Dev": 3127, + "road": 3128, + "reason▁": 3129, + "around": 3130, + "rep": 3131, + "committe": 3132, + "qual": 3133, + "en,▁": 3134, + "wo": 3135, + "lt": 3136, + "a▁sm": 3137, + "Amend": 3138, + "period▁": 3139, + "by▁a▁": 3140, + "but▁the▁": 3141, + "Commissioner": 3142, + "ark▁": 3143, + "in▁an▁": 3144, + "movie▁": 3145, + "collect": 3146, + "▁Let▁": 3147, + "hug": 3148, + "ic▁and▁": 3149, + "a▁to▁": 3150, + "way▁to▁": 3151, + "outsid": 3152, + "hold▁": 3153, + "rect▁": 3154, + "water▁": 3155, + "Ag": 3156, + "potent": 3157, + "mess": 3158, + "whom▁": 3159, + "e▁for▁": 3160, + "scient": 3161, + "broth": 3162, + "and▁their▁": 3163, + "ron": 3164, + "ells▁": 3165, + "whether": 3166, + "negotiations▁": 3167, + "climate▁": 3168, + "ess▁and▁": 3169, + "div": 3170, + "meets▁": 3171, + "has▁not▁": 3172, + "Bel": 3173, + "forward": 3174, + "ort▁": 3175, + "party▁": 3176, + "French▁": 3177, + "hospital▁": 3178, + "liber": 3179, + "e▁time▁": 3180, + "boy▁": 3181, + "consist": 3182, + "shot▁": 3183, + "although▁": 3184, + ":▁the▁": 3185, + "strong": 3186, + "▁of▁": 3187, + "wind": 3188, + "suffic": 3189, + "hood▁": 3190, + "\\/": 3191, + "al▁and▁": 3192, + ",▁P": 3193, + "El": 3194, + "mind": 3195, + "ensure▁that▁": 3196, + "en.": 3197, + "▁I▁have▁": 3198, + "Soc": 3199, + "last": 3200, + "moder": 3201, + "ez": 3202, + "assoc": 3203, + "econd": 3204, + "es▁him▁": 3205, + "oon▁": 3206, + "DE": 3207, + "upon▁": 3208, + "rules▁": 3209, + "ers▁of▁": 3210, + "a▁ser": 3211, + "..": 3212, + "in▁love▁": 3213, + "starts▁": 3214, + "Sc": 3215, + "te▁": 3216, + "▁to▁their▁": 3217, + "▁I▁would▁like▁to▁": 3218, + "bri": 3219, + "ment▁of▁": 3220, + "s-": 3221, + "remain▁": 3222, + "Ir": 3223, + "goes▁to▁": 3224, + "lost▁": 3225, + "country": 3226, + "centr": 3227, + "dies▁": 3228, + "ed▁with▁the▁": 3229, + "acqu": 3230, + "advant": 3231, + "control": 3232, + "ed▁to▁be▁": 3233, + "mil": 3234, + "in▁terms▁of▁": 3235, + "e▁in▁the▁": 3236, + "industri": 3237, + "conclud": 3238, + "emoc": 3239, + "uck": 3240, + "grad": 3241, + "es,▁and▁": 3242, + "ities.": 3243, + "flo": 3244, + "following▁": 3245, + "satis": 3246, + "freedom▁": 3247, + "in▁t": 3248, + "▁those▁who▁": 3249, + "criter": 3250, + "foreign▁": 3251, + "policy.": 3252, + "enough": 3253, + ",▁C": 3254, + "10": 3255, + "doct": 3256, + "young": 3257, + "growth▁": 3258, + "Rep": 3259, + "successful▁": 3260, + "eop": 3261, + "visit": 3262, + "health": 3263, + "9▁": 3264, + "ances▁": 3265, + "World▁": 3266, + "▁things▁": 3267, + "▁yeah▁": 3268, + "New▁Yor": 3269, + "aint": 3270, + "Med": 3271, + "Wh": 3272, + "ME": 3273, + "ond▁": 3274, + "services▁": 3275, + "everything▁": 3276, + "seri": 3277, + "ions": 3278, + "ion▁.": 3279, + "Jap": 3280, + ",▁in▁the▁": 3281, + "marry▁": 3282, + "ffer": 3283, + "histor": 3284, + "surviv": 3285, + "e▁then▁": 3286, + "previous▁": 3287, + "entire▁": 3288, + "standard": 3289, + "human▁rights▁": 3290, + "ung": 3291, + "▁turn▁": 3292, + "▁third▁": 3293, + "has▁to▁": 3294, + "air▁": 3295, + "comes▁to▁": 3296, + "with▁regard": 3297, + "Ang": 3298, + "self-": 3299, + "▁thing": 3300, + "execut": 3301, + "iddle▁": 3302, + "face▁": 3303, + "achieve▁": 3304, + "wait": 3305, + "aware▁": 3306, + "to": 3307, + "chec": 3308, + "ition▁of▁": 3309, + "Re": 3310, + "ia▁and▁": 3311, + ").": 3312, + "be▁tak": 3313, + "drug": 3314, + "inj": 3315, + "because▁the▁": 3316, + "means▁": 3317, + "▁this▁is▁": 3318, + "ret▁": 3319, + "ists▁": 3320, + "mech": 3321, + "initiative▁": 3322, + "▁Alth": 3323, + "Intern": 3324, + "address": 3325, + "elin": 3326, + "▁Som": 3327, + "same▁tim": 3328, + "15": 3329, + "▁that's▁": 3330, + "name▁": 3331, + "arch▁": 3332, + "risk▁": 3333, + "uct": 3334, + "possible▁to▁": 3335, + "trans": 3336, + "supp": 3337, + "developing▁": 3338, + "safety▁": 3339, + "reform▁": 3340, + "term▁": 3341, + "room": 3342, + "absolut": 3343, + "o▁and▁": 3344, + "such▁a▁": 3345, + "result▁": 3346, + "we▁should▁": 3347, + "only▁to▁": 3348, + "begins▁to▁": 3349, + "rang": 3350, + "appoint": 3351, + "din": 3352, + "▁Madam▁President,▁": 3353, + "as▁he▁": 3354, + "ground": 3355, + "design": 3356, + "monitor": 3357, + "morning▁": 3358, + "respond": 3359, + "relations▁": 3360, + "we▁will▁": 3361, + "al.": 3362, + "agend": 3363, + "prob": 3364, + "erous▁": 3365, + "ised▁": 3366, + "approach▁": 3367, + "a▁new▁": 3368, + "answer": 3369, + "mut": 3370, + "ap▁": 3371, + "influ": 3372, + "cust": 3373, + "nation": 3374, + "detail": 3375, + "civil▁": 3376, + "alone▁": 3377, + "excellent▁": 3378, + "arrive▁": 3379, + "cop": 3380, + "apartment▁": 3381, + "pet": 3382, + "ens▁": 3383, + "suffer": 3384, + "▁that▁she▁": 3385, + "critic": 3386, + "attempt▁to▁": 3387, + "discrimin": 3388, + "UN": 3389, + "Le": 3390, + "cle▁": 3391, + "film": 3392, + "e's▁": 3393, + "proposals▁": 3394, + "idea▁": 3395, + "bit": 3396, + "atic▁": 3397, + "lack▁of▁": 3398, + "onn": 3399, + "surpris": 3400, + "No▁": 3401, + "hid": 3402, + "▁transpar": 3403, + "Jan": 3404, + "s▁them▁": 3405, + "legislative▁": 3406, + "vert": 3407, + "objective▁": 3408, + "night": 3409, + "rom": 3410, + "ago": 3411, + "s'▁": 3412, + ",▁who▁is▁": 3413, + "langu": 3414, + "aper▁": 3415, + "cred": 3416, + "e▁,▁but▁": 3417, + "cand": 3418, + "Article▁": 3419, + "seek": 3420, + "weap": 3421, + "18": 3422, + "development": 3423, + "ance,▁": 3424, + "▁However,▁": 3425, + "Engl": 3426, + "Bud": 3427, + "conduc": 3428, + "results▁": 3429, + "it▁and▁": 3430, + "subsid": 3431, + "is.": 3432, + "regulation▁": 3433, + "arrest": 3434, + "im▁": 3435, + "encount": 3436, + "Rob": 3437, + "welcome▁the▁": 3438, + ",▁because▁": 3439, + ",▁and▁I▁": 3440, + "areas": 3441, + "s▁from▁": 3442, + "appropriate▁": 3443, + "▁ther": 3444, + "pover": 3445, + "cruc": 3446, + "ont": 3447, + "mean▁": 3448, + "workers▁": 3449, + "his▁father▁": 3450, + "cal": 3451, + "freedom": 3452, + "personal▁": 3453, + "Em": 3454, + "had▁been▁": 3455, + "deli": 3456, + "proposed▁": 3457, + "s▁is▁": 3458, + "above▁": 3459, + "▁there▁are▁": 3460, + "during▁": 3461, + "soldi": 3462, + "ilities▁": 3463, + "accident": 3464, + "▁toward": 3465, + ".▁''": 3466, + "make▁a▁": 3467, + "▁My▁": 3468, + "be▁t": 3469, + "wast": 3470, + ",▁while▁": 3471, + "ra▁": 3472, + "living▁": 3473, + "20▁": 3474, + "bring": 3475, + "notic": 3476, + "Right": 3477, + "intent": 3478, + "within▁": 3479, + "foot": 3480, + "you▁have▁": 3481, + "cra": 3482, + "Presidency▁": 3483, + "▁Grou": 3484, + "Tr": 3485, + "strategy▁": 3486, + "says▁": 3487, + "lies▁": 3488, + "ation.▁": 3489, + "Member▁States.": 3490, + "dict": 3491, + "ink▁": 3492, + "also▁be▁": 3493, + "▁their": 3494, + "strang": 3495, + "ity▁and▁": 3496, + "grand": 3497, + "feat": 3498, + "▁transport▁": 3499, + "countries,▁": 3500, + "is▁t": 3501, + "pic": 3502, + "invit": 3503, + "could▁be▁": 3504, + "▁Sh": 3505, + "Or": 3506, + "▁Finally,▁": 3507, + "atel": 3508, + "beaut": 3509, + "assum": 3510, + "scre": 3511, + "ech▁": 3512, + "person▁": 3513, + "sustainable▁": 3514, + "into": 3515, + "Isra": 3516, + "early▁": 3517, + "▁Second": 3518, + "unn": 3519, + "round": 3520, + "impos": 3521, + "at▁this▁": 3522, + "Wil": 3523, + "ence.": 3524, + "may▁be▁": 3525, + "ator▁": 3526, + "Th": 3527, + ",▁K": 3528, + "unable▁to▁": 3529, + "Convent": 3530, + "unch": 3531, + "rather▁": 3532, + "difficult▁": 3533, + "Ad": 3534, + "▁He▁is▁": 3535, + "analys": 3536, + "enough▁": 3537, + "strug": 3538, + "emiss": 3539, + "Gu": 3540, + "Gener": 3541, + "ements▁": 3542, + "draft▁": 3543, + "-in-Offic": 3544, + "▁thes": 3545, + "harmon": 3546, + "announc": 3547, + "▁take▁the▁": 3548, + "single▁": 3549, + "ed▁up▁": 3550, + "example,▁": 3551, + "reflect": 3552, + "joint▁": 3553, + "German▁": 3554, + "perform": 3555, + "awar": 3556, + "escape▁": 3557, + "manages▁to▁": 3558, + "ect▁of▁": 3559, + "products▁": 3560, + "ation▁.": 3561, + "due▁to▁": 3562, + "mistak": 3563, + "Dav": 3564, + "arrives▁": 3565, + "off▁the▁": 3566, + "sle": 3567, + "what▁the▁": 3568, + "production▁": 3569, + "restrict": 3570, + "stag": 3571, + "innov": 3572, + "ourselv": 3573, + "piec": 3574, + "an▁un": 3575, + "at▁least▁": 3576, + "institutions▁": 3577, + "eful": 3578, + "engag": 3579, + "alu": 3580, + "leaves▁": 3581, + "itar": 3582, + "Commission▁to▁": 3583, + "ure▁of▁": 3584, + "until": 3585, + "you▁know": 3586, + "door▁": 3587, + "writing.▁": 3588, + "outh▁": 3589, + "completely▁": 3590, + "actions▁": 3591, + "cultural▁": 3592, + "active▁": 3593, + "staf": 3594, + "late▁": 3595, + "by▁Mr": 3596, + "stri": 3597, + "ference▁": 3598, + "people": 3599, + "grant": 3600, + "time▁": 3601, + "data▁": 3602, + "ed▁by": 3603, + "viously▁": 3604, + "brok": 3605, + "Ed": 3606, + "ers▁are▁": 3607, + "imin": 3608, + "bomb": 3609, + "▁It▁is": 3610, + "int▁of▁": 3611, + "art▁": 3612, + "long-": 3613, + "existing▁": 3614, + "st▁of▁": 3615, + "for▁her▁": 3616, + "minut": 3617, + "cohes": 3618, + "villag": 3619, + "make▁it▁": 3620, + "of▁our▁": 3621, + "an▁'s▁": 3622, + "Mc": 3623, + "bir": 3624, + "ward▁": 3625, + "close▁": 3626, + "icha": 3627, + "Dr.▁": 3628, + "▁Ar": 3629, + "end▁of▁the▁": 3630, + "border▁": 3631, + "eless▁": 3632, + "sees▁": 3633, + "flex": 3634, + "word▁": 3635, + "obt": 3636, + "management▁": 3637, + "destroy": 3638, + "sud": 3639, + "means": 3640, + "aud": 3641, + "opportun": 3642, + "es▁that▁the▁": 3643, + "speak▁": 3644, + "save▁": 3645, + "cast": 3646, + "document": 3647, + "has▁already▁": 3648, + "-h": 3649, + "ublic▁": 3650, + "parents▁": 3651, + ")▁Mr▁President,▁": 3652, + "school": 3653, + "as▁they▁": 3654, + "House": 3655, + "criminal▁": 3656, + "cent▁": 3657, + "only": 3658, + "lex": 3659, + "Fin": 3660, + "▁An▁": 3661, + "orders▁": 3662, + "yn": 3663, + "essential▁": 3664, + "etary▁": 3665, + "i▁'s▁": 3666, + "either▁": 3667, + "huge▁": 3668, + "▁the▁Commission▁": 3669, + "▁in▁writing.▁": 3670, + "impact▁": 3671, + "stop▁": 3672, + "in▁that▁": 3673, + "ef▁": 3674, + "Mad": 3675, + "kidn": 3676, + "Ph": 3677, + "aband": 3678, + "did": 3679, + "ing▁on▁": 3680, + "brought▁": 3681, + "so▁that▁": 3682, + "agenc": 3683, + "ital": 3684, + "▁There▁are▁": 3685, + "er▁of▁the▁": 3686, + "commitment": 3687, + "rather▁than▁": 3688, + "main": 3689, + "ure,▁": 3690, + "oday": 3691, + "ina▁": 3692, + "o▁.": 3693, + "ence,▁": 3694, + "kills▁": 3695, + "point▁of▁": 3696, + "girlfriend▁": 3697, + "activities▁": 3698, + "en▁and▁": 3699, + "Sch": 3700, + "date▁": 3701, + "y's▁": 3702, + "te": 3703, + "in▁our▁": 3704, + "specific": 3705, + "mance▁": 3706, + "imum▁": 3707, + "uments▁": 3708, + "efforts▁": 3709, + "▁First": 3710, + "▁them.": 3711, + "Fund": 3712, + "elev": 3713, + "▁there▁is▁": 3714, + "based▁on▁": 3715, + "itud": 3716, + "economic▁and▁": 3717, + "ather": 3718, + "recently▁": 3719, + "eless": 3720, + "istic▁": 3721, + "--": 3722, + "he▁was▁": 3723, + "prim": 3724, + "12": 3725, + "class": 3726, + "cannot▁be▁": 3727, + "s,▁which▁": 3728, + "examin": 3729, + "orm": 3730, + "e▁them▁": 3731, + "adequ": 3732, + "construct": 3733, + "Union": 3734, + "basic▁": 3735, + "big▁": 3736, + "Democ": 3737, + "rag": 3738, + "occ": 3739, + "anish▁": 3740, + "imag": 3741, + "decisions▁": 3742, + "Ro": 3743, + "able.": 3744, + "aul▁": 3745, + "decision": 3746, + "draw▁": 3747, + "e▁trans": 3748, + "it▁of▁": 3749, + "itself": 3750, + "▁tot": 3751, + "urb": 3752, + "hour": 3753, + "say▁that▁": 3754, + "six▁": 3755, + "along": 3756, + "s,▁but▁": 3757, + "quot": 3758, + "ya▁": 3759, + "i▁and▁": 3760, + "▁turns▁": 3761, + "ling▁": 3762, + "immediately▁": 3763, + "o▁'s▁": 3764, + "ward": 3765, + "some▁of▁the▁": 3766, + "issue▁of▁": 3767, + "moment": 3768, + "ograph": 3769, + "heav": 3770, + "▁this.": 3771, + "ological▁": 3772, + "ons▁": 3773, + "Raj": 3774, + "/200": 3775, + "relig": 3776, + "us.": 3777, + "es,▁the▁": 3778, + "lives▁": 3779, + "re-": 3780, + "suic": 3781, + "ing▁that▁the▁": 3782, + "insist": 3783, + "three▁": 3784, + "ernal▁": 3785, + "strengthen": 3786, + "refug": 3787, + "mechanis": 3788, + "▁Be": 3789, + "policies▁": 3790, + "▁I▁hop": 3791, + "natural▁": 3792, + "an▁.": 3793, + "myster": 3794, + "associ": 3795, + "Lisbon▁": 3796, + "share▁": 3797, + "attract": 3798, + "norm": 3799, + "Government▁": 3800, + "half▁": 3801, + "ance▁to▁": 3802, + "ne▁": 3803, + "observ": 3804, + "cle": 3805, + "from▁his▁": 3806, + "aught▁": 3807, + "circum": 3808, + "iel": 3809, + "yst": 3810, + "ug▁": 3811, + "As": 3812, + "sing": 3813, + "access▁to▁": 3814, + "ed▁this▁": 3815, + "based▁": 3816, + "ision▁": 3817, + "ilat": 3818, + "limit": 3819, + "▁tie▁": 3820, + "ony▁": 3821, + "across▁the▁": 3822, + "▁talk▁": 3823, + "\\*": 3824, + "on▁their▁": 3825, + "uses▁": 3826, + "ance.": 3827, + "of▁her▁": 3828, + "a▁lo": 3829, + "▁Our▁": 3830, + "ating▁the▁": 3831, + "▁took▁": 3832, + "falls▁": 3833, + ",▁but▁the▁": 3834, + "Gr": 3835, + "genu": 3836, + "i▁.": 3837, + "method": 3838, + "ics▁": 3839, + "no▁longer▁": 3840, + "ederal▁": 3841, + "pull": 3842, + "group▁of▁": 3843, + "questions▁": 3844, + "illegal▁": 3845, + "moment▁": 3846, + "Inter": 3847, + "ith": 3848, + "works▁": 3849, + "it▁will▁": 3850, + "imes▁": 3851, + "lex▁": 3852, + "sent▁": 3853, + "▁Fur": 3854, + ",▁H": 3855, + "poor▁": 3856, + "in▁favour▁": 3857, + "net▁": 3858, + "host": 3859, + "ultim": 3860, + "consider▁": 3861, + "club": 3862, + "raq": 3863, + "prevent▁": 3864, + "labour▁": 3865, + "ing▁up▁": 3866, + "companies▁": 3867, + "concern▁": 3868, + "a▁small▁": 3869, + "ly,▁the▁": 3870, + "voted▁": 3871, + "omor": 3872, + "fill": 3873, + "‘": 3874, + "recognis": 3875, + "ike▁": 3876, + "▁though▁": 3877, + "broad": 3878, + "Just": 3879, + "go▁to▁": 3880, + "AT": 3881, + ",▁however,▁": 3882, + "in▁S": 3883, + "begin▁": 3884, + "▁travel": 3885, + "z▁": 3886, + "went": 3887, + "disast": 3888, + "include▁": 3889, + "where▁they▁": 3890, + "ed▁at▁the▁": 3891, + "where": 3892, + "New▁York▁": 3893, + "De": 3894, + "as▁well▁as▁": 3895, + "Dec": 3896, + "Sec": 3897, + "second": 3898, + "rupt": 3899, + "consult": 3900, + ",▁I": 3901, + "important▁to▁": 3902, + "anything▁": 3903, + "▁Ev": 3904, + "may": 3905, + "come▁to▁": 3906, + "diseas": 3907, + "bey": 3908, + "err": 3909, + "estin": 3910, + "prison▁": 3911, + "begins▁": 3912, + "ney▁": 3913, + "undertak": 3914, + "add▁": 3915, + "rough": 3916, + "on▁to▁": 3917, + "experienc": 3918, + "ed▁in▁a▁": 3919, + "make▁the▁": 3920, + "relev": 3921, + "colleg": 3922, + "alk": 3923, + "occas": 3924, + "oh▁": 3925, + "does▁n't▁": 3926, + "veh": 3927, + "example": 3928, + "rich▁": 3929, + "den▁": 3930, + "level▁of▁": 3931, + "ball▁": 3932, + "believe▁that▁the▁": 3933, + "ana▁": 3934, + "days▁": 3935, + "I▁would▁like▁to▁": 3936, + "'ll▁": 3937, + "has▁the▁": 3938, + "ook▁": 3939, + "ge": 3940, + "down▁the▁": 3941, + "ations▁and▁": 3942, + "are▁th": 3943, + "e,▁but▁": 3944, + "on.": 3945, + "break▁": 3946, + "read▁": 3947, + "annual▁": 3948, + "forced▁to▁": 3949, + "perhaps▁": 3950, + "heard▁": 3951, + "-▁the▁": 3952, + "institutional▁": 3953, + "reach▁": 3954, + "evalu": 3955, + "denly▁": 3956, + "in▁and▁": 3957, + "▁For": 3958, + "▁  ▁.▁": 3959, + "European": 3960, + "question▁of▁": 3961, + "e▁two▁": 3962, + "noc": 3963, + "respons": 3964, + "environment▁": 3965, + "a▁very▁": 3966, + "eness▁": 3967, + "mission▁": 3968, + "y,▁the▁": 3969, + "industry▁": 3970, + "community▁": 3971, + "altern": 3972, + "ount▁of▁": 3973, + "▁When▁the▁": 3974, + "ebr": 3975, + "Co": 3976, + "of▁the▁Commission": 3977, + "effici": 3978, + "phot": 3979, + "▁I▁think": 3980, + "ers▁,▁": 3981, + "capac": 3982, + "pens": 3983, + "Man": 3984, + "secret": 3985, + "antic▁": 3986, + "hotel▁": 3987, + "accept▁": 3988, + "committee▁": 3989, + "▁typ": 3990, + "es▁with▁": 3991, + "candid": 3992, + "recover": 3993, + "risk": 3994, + "which▁we▁": 3995, + "ities,▁": 3996, + "field": 3997, + "Port": 3998, + "ation▁in▁": 3999, + "!▁": 4000, + "end▁the▁": 4001, + "ium▁": 4002, + "ians▁": 4003, + "General▁": 4004, + "S▁": 4005, + "judg": 4006, + "rown▁": 4007, + "receive▁": 4008, + "bul": 4009, + "success▁": 4010, + "hal": 4011, + "unfortun": 4012, + "ify▁": 4013, + "out▁that▁": 4014, + "used▁to▁": 4015, + "un▁": 4016, + "audi": 4017, + "it▁has▁": 4018, + "work.": 4019, + "ensu": 4020, + ",▁or▁": 4021, + "die▁": 4022, + "Kar": 4023, + "area▁of▁": 4024, + "enj": 4025, + ",▁on▁the▁": 4026, + "opinion▁": 4027, + "need▁for▁": 4028, + "rail": 4029, + ",▁I▁would▁": 4030, + "Parliament's▁": 4031, + "answ": 4032, + "ly▁and▁": 4033, + "▁tell▁": 4034, + "ion▁that▁": 4035, + "feel▁": 4036, + "itional▁": 4037, + "look": 4038, + "balanc": 4039, + "res▁": 4040, + ",▁I▁am▁": 4041, + "oph": 4042, + "ble▁": 4043, + "around▁the▁": 4044, + "ery▁": 4045, + "Ear": 4046, + "▁Par": 4047, + "calls▁": 4048, + "▁true▁": 4049, + "11": 4050, + "shown▁": 4051, + "consumer▁": 4052, + "United▁States▁": 4053, + "eat": 4054, + "meeting▁": 4055, + "▁Mar": 4056, + "rescu": 4057, + "dog▁": 4058, + "out▁to▁": 4059, + "estim": 4060, + "dialogue▁": 4061, + "direct▁": 4062, + "when▁it▁": 4063, + "Bl": 4064, + "ensure▁": 4065, + "warn": 4066, + "pun": 4067, + "rative▁": 4068, + "giving▁": 4069, + "search▁": 4070, + "service��": 4071, + "island▁": 4072, + "indeed▁": 4073, + "however▁,▁": 4074, + "reli": 4075, + "imm": 4076, + "circumst": 4077, + "consc": 4078, + "phone▁": 4079, + "campa": 4080, + "rights▁": 4081, + "mater": 4082, + "among▁": 4083, + "representativ": 4084, + "funct": 4085, + "▁Therefore": 4086, + "'.": 4087, + "ourable▁": 4088, + "such▁as▁the▁": 4089, + "pil": 4090, + "i'm▁": 4091, + "Democrat": 4092, + "▁themselves▁": 4093, + "wedd": 4094, + "b▁": 4095, + "policy,▁": 4096, + "guard": 4097, + "child": 4098, + "suppos": 4099, + ",▁we▁are▁": 4100, + "importance▁": 4101, + "é": 4102, + "ite▁the▁": 4103, + "rav": 4104, + "instrument": 4105, + "opt": 4106, + "Constitut": 4107, + "confirm": 4108, + "poll": 4109, + "in▁her▁": 4110, + "▁Group": 4111, + "Rul": 4112, + "building▁": 4113, + "ost▁of▁": 4114, + ",▁so▁": 4115, + "except": 4116, + "John": 4117, + "with▁this▁": 4118, + ";▁the▁": 4119, + "Amendment▁": 4120, + "tru": 4121, + "black▁": 4122, + "led▁": 4123, + "spok": 4124, + "Presidenc": 4125, + "looks▁": 4126, + "Mr▁President": 4127, + "▁Mr▁President,▁the▁": 4128, + ",▁his▁": 4129, + "back▁to▁the▁": 4130, + "him▁and▁": 4131, + "probably▁": 4132, + "Ex": 4133, + "custom": 4134, + "project▁": 4135, + "shop": 4136, + "additional▁": 4137, + "17": 4138, + "▁them▁.": 4139, + "witness": 4140, + "competitiv": 4141, + "months▁": 4142, + "s▁they▁": 4143, + "passeng": 4144, + "renew": 4145, + "Jack▁": 4146, + "impress": 4147, + "violence▁": 4148, + "itch": 4149, + "somet": 4150, + "budgetary▁": 4151, + "East": 4152, + "rural▁": 4153, + "agrap": 4154, + "al▁t": 4155, + "euro▁": 4156, + "Jam": 4157, + "low▁": 4158, + "book▁": 4159, + "Palestin": 4160, + "divers": 4161, + "met▁": 4162, + "available▁": 4163, + "regions▁": 4164, + "▁that▁we▁are▁": 4165, + "mach": 4166, + "board▁": 4167, + "CO": 4168, + "s▁it▁": 4169, + "mem": 4170, + "Centr": 4171, + "continue▁": 4172, + "itarian▁": 4173, + "regret": 4174, + "▁transport": 4175, + "heart": 4176, + "focus▁": 4177, + "Mr.▁": 4178, + "see▁the▁": 4179, + "fishing▁": 4180, + "e▁them": 4181, + "▁Desp": 4182, + "fact▁that▁the▁": 4183, + "when▁she▁": 4184, + "bad▁": 4185, + "simil": 4186, + "on▁and▁": 4187, + "recogniz": 4188, + "past": 4189, + "uary▁": 4190, + "Court▁of▁": 4191, + "erefore": 4192, + "uel": 4193, + "y▁t": 4194, + "ering▁": 4195, + "external▁": 4196, + "principle▁of▁": 4197, + "procedure▁": 4198, + "potential▁": 4199, + ",▁as▁well▁": 4200, + "village▁": 4201, + "AC": 4202, + "knoc": 4203, + "oot▁": 4204, + "lead▁": 4205, + "able": 4206, + "yle▁": 4207, + "enabl": 4208, + "how▁to▁": 4209, + "replac": 4210, + "record": 4211, + "schem": 4212, + "Sar": 4213, + "s▁that▁he▁": 4214, + "original▁": 4215, + "battle▁": 4216, + "mount": 4217, + "all,▁": 4218, + "It▁": 4219, + "▁As▁a▁": 4220, + "enterpris": 4221, + "maintain": 4222, + "in▁.": 4223, + "programme": 4224, + "of▁that▁": 4225, + "simpl": 4226, + "ation▁is▁": 4227, + "wis": 4228, + "itim": 4229, + "damag": 4230, + "reci": 4231, + "an▁important▁": 4232, + "steal": 4233, + "resources▁": 4234, + "it▁is": 4235, + "progres": 4236, + "ush▁": 4237, + "ent▁and▁": 4238, + "cut▁": 4239, + "with▁their▁": 4240, + "mand": 4241, + "univers": 4242, + "wear": 4243, + "reh": 4244, + "ed▁his▁": 4245, + "town▁": 4246, + "▁Unfortun": 4247, + "ief▁": 4248, + "Japan": 4249, + "beautif": 4250, + "highlight": 4251, + "significant▁": 4252, + "avoid▁": 4253, + "ke▁": 4254, + "appar": 4255, + "▁However▁": 4256, + "ester": 4257, + "a▁single▁": 4258, + "▁Then▁": 4259, + "investment▁": 4260, + "like▁the▁": 4261, + "can▁not▁": 4262, + "13": 4263, + "drop": 4264, + "▁Her▁": 4265, + "erb": 4266, + "▁team▁": 4267, + "absolutely▁": 4268, + "ising▁": 4269, + "ichael▁": 4270, + "ia.": 4271, + "points▁": 4272, + "period": 4273, + "al▁of▁": 4274, + "al▁to▁": 4275, + "kind": 4276, + "insid": 4277, + ",▁that▁the▁": 4278, + "avoid": 4279, + ",▁I▁would▁like▁to▁": 4280, + "ma▁": 4281, + "ed▁to": 4282, + "better": 4283, + "nar": 4284, + "hur": 4285, + "ins": 4286, + "experience▁": 4287, + "sil": 4288, + "offer▁": 4289, + "fem": 4290, + "behind": 4291, + "precis": 4292, + "iterran": 4293, + "because▁of▁": 4294, + "catch": 4295, + "es'▁": 4296, + "exact": 4297, + "ively▁": 4298, + "given": 4299, + "of▁course,▁": 4300, + "develop▁": 4301, + "ague▁": 4302, + "ster▁": 4303, + "you▁are▁": 4304, + "means▁of▁": 4305, + "occup": 4306, + "express▁": 4307, + "with▁an▁": 4308, + "life▁.": 4309, + "Angel": 4310, + "Str": 4311, + "carry▁": 4312, + "stay": 4313, + "society▁": 4314, + "Iraq": 4315, + "wish▁": 4316, + "very▁much▁": 4317, + "ity▁of▁": 4318, + "Jun": 4319, + "pan": 4320, + "sitt": 4321, + "member▁": 4322, + "anti-": 4323, + "leaving▁": 4324, + "▁They▁are▁": 4325, + "ations▁of▁": 4326, + "y,▁and▁": 4327, + "in▁my▁": 4328, + "bos": 4329, + "which▁will▁": 4330, + "14": 4331, + "accident▁": 4332, + "essential": 4333, + "eve▁": 4334, + "of▁those▁": 4335, + "occur": 4336, + "substant": 4337, + "stab": 4338, + "bear": 4339, + "would▁have▁": 4340, + "deliver": 4341, + "iber": 4342, + "thermore": 4343, + "princip": 4344, + "proceed": 4345, + "lea": 4346, + ",▁and▁he▁": 4347, + "offers▁": 4348, + "refuses▁to▁": 4349, + "despite▁": 4350, + "que▁": 4351, + "psy": 4352, + "ed▁t": 4353, + "increasingly▁": 4354, + "all▁of▁": 4355, + "asyl": 4356, + "depart": 4357, + "intervent": 4358, + "shows▁": 4359, + "be▁taken▁": 4360, + ",▁therefore": 4361, + "gain": 4362, + "ibility▁": 4363, + "in▁its▁": 4364, + "sister▁": 4365, + "compreh": 4366, + "someone▁": 4367, + "cours": 4368, + "cover▁": 4369, + "ier▁": 4370, + "amendment▁": 4371, + "killing▁": 4372, + "/9": 4373, + "lor": 4374, + "shar": 4375, + "'ve▁": 4376, + "asked▁": 4377, + "who▁have▁": 4378, + "gone▁": 4379, + "wealth": 4380, + "rout": 4381, + ",▁G": 4382, + "Ac": 4383, + "▁thre": 4384, + "commerc": 4385, + "condem": 4386, + "his▁own▁": 4387, + "weak": 4388, + "explo": 4389, + "remov": 4390, + "benefit▁": 4391, + "regn": 4392, + "erefore▁": 4393, + "member": 4394, + "other▁word": 4395, + "Mediterran": 4396, + "Cor": 4397, + "Member▁States,▁": 4398, + "Tom▁": 4399, + "her▁father▁": 4400, + "Roman": 4401, + "later▁,▁": 4402, + "of▁course▁": 4403, + "ett": 4404, + "deep": 4405, + "eph": 4406, + "week▁": 4407, + "since▁the▁": 4408, + "-LCB-▁-LCB-▁": 4409, + "ing▁on▁the▁": 4410, + "mb": 4411, + "dream": 4412, + "it▁is▁not▁": 4413, + "crime▁": 4414, + "concerned▁": 4415, + "tt": 4416, + "▁Ch": 4417, + "mid": 4418, + "what▁we▁": 4419, + "lip": 4420, + "prepare": 4421, + "if▁he▁": 4422, + "itten▁": 4423, + "future.": 4424, + "about▁to▁": 4425, + "peace▁": 4426, + "-LRB-▁-LRB-▁-LRB-▁": 4427, + "when▁they▁": 4428, + "ance▁and▁": 4429, + "arget": 4430, + "s▁to": 4431, + "ered▁": 4432, + "understand▁": 4433, + "protect▁": 4434, + ",▁A": 4435, + "mir": 4436, + "clar": 4437, + "hard▁": 4438, + "nor▁": 4439, + "caught▁": 4440, + "should▁not▁": 4441, + "concerns▁": 4442, + "chur": 4443, + "contract": 4444, + "research": 4445, + "mast": 4446, + "ed▁from▁the▁": 4447, + "▁In▁addition": 4448, + "ith▁": 4449, + "16": 4450, + "▁thank▁the▁": 4451, + "is▁in▁": 4452, + "years.": 4453, + "ins▁": 4454, + "partn": 4455, + "persu": 4456, + "crew▁": 4457, + "enlargement▁": 4458, + "Develop": 4459, + "neg": 4460, + "▁Whil": 4461, + "returns▁to▁": 4462, + "oil▁": 4463, + "short▁": 4464, + "e▁.▁": 4465, + "%▁of▁": 4466, + "emphasis": 4467, + "'t": 4468, + "history▁": 4469, + "beginning▁": 4470, + "ussel": 4471, + "e▁these▁": 4472, + "distribut": 4473, + "ain▁the▁": 4474, + "rate▁": 4475, + "▁Although▁": 4476, + "she▁has▁": 4477, + "as▁possib": 4478, + "once▁again▁": 4479, + "10▁": 4480, + "Mart": 4481, + "her▁husband▁": 4482, + "medic": 4483, + "citizens": 4484, + "medium": 4485, + "o▁,▁": 4486, + "▁All▁": 4487, + "illy▁": 4488, + "reveng": 4489, + "▁talk": 4490, + "deleg": 4491, + "ze▁": 4492, + "paragrap": 4493, + "promote▁": 4494, + "25": 4495, + "on▁T": 4496, + "i▁don't▁": 4497, + "affair▁": 4498, + "structural▁": 4499, + "wrong▁": 4500, + "squ": 4501, + "ion▁is▁": 4502, + "as▁it▁": 4503, + "decide▁to▁": 4504, + "concil": 4505, + "angr": 4506, + "find▁the▁": 4507, + "dead": 4508, + "establish▁": 4509, + "subject▁": 4510, + "rest▁of▁the▁": 4511, + "visit▁": 4512, + "scop": 4513, + "ping▁": 4514, + "fellow▁": 4515, + "alloc": 4516, + "ers▁to▁": 4517, + "needs▁to▁be▁": 4518, + "ud▁": 4519, + "ritor": 4520, + "while▁the▁": 4521, + "market.": 4522, + "Member": 4523, + "men": 4524, + "need▁to▁be▁": 4525, + "havi": 4526, + "|▁": 4527, + "es▁on▁": 4528, + "ung▁": 4529, + "small": 4530, + "conom": 4531, + "item▁": 4532, + "era▁": 4533, + "which▁I▁": 4534, + "sell": 4535, + "ed▁.▁": 4536, + "neighbour": 4537, + "uel▁": 4538, + "psych": 4539, + "rough▁": 4540, + "gas▁": 4541, + "perspect": 4542, + "auc": 4543, + "who▁has▁": 4544, + "guidelin": 4545, + "funds▁": 4546, + "consumer": 4547, + "gi": 4548, + "zz": 4549, + "demonstr": 4550, + "ench": 4551, + "including▁the▁": 4552, + "settl": 4553, + "gun▁": 4554, + "Bob": 4555, + "th▁and▁": 4556, + "ladies▁and▁gentlemen,▁": 4557, + "and▁this▁": 4558, + "exerc": 4559, + "yr": 4560, + "consequenc": 4561, + "civil": 4562, + "pregn": 4563, + "Member▁State▁": 4564, + "where▁he▁": 4565, + "account▁": 4566, + "dy▁": 4567, + "if▁they▁": 4568, + "brid": 4569, + "can▁only▁": 4570, + "is▁still▁": 4571, + "on▁t": 4572, + "describ": 4573, + "behavi": 4574, + "setting▁": 4575, + "estern▁": 4576, + "▁together": 4577, + "abandon": 4578, + "happy▁": 4579, + "ement.": 4580, + "Treaty▁": 4581, + "C▁": 4582, + "judic": 4583, + "North": 4584, + "es▁to▁be▁": 4585, + "e▁of▁a▁": 4586, + "correct": 4587, + "counter": 4588, + "also▁the▁": 4589, + "provisions▁": 4590, + "aver": 4591, + "pair▁": 4592, + "send▁": 4593, + "er▁.▁": 4594, + "▁Fr": 4595, + "structur": 4596, + "ric▁": 4597, + "smo": 4598, + "outside▁": 4599, + "way▁of▁": 4600, + "rig": 4601, + "dri": 4602, + "fel": 4603, + "get▁the▁": 4604, + "possibility▁": 4605, + "sure▁": 4606, + "▁than▁the▁": 4607, + "ane▁": 4608, + "imens": 4609, + "well-": 4610, + "parties▁": 4611, + "2000": 4612, + "have▁th": 4613, + "blood▁": 4614, + "ray": 4615, + "was▁not▁": 4616, + "priority▁": 4617, + "adopted▁": 4618, + "have▁not▁": 4619, + "seems▁to▁": 4620, + "▁If▁we▁": 4621, + "its▁own▁": 4622, + "it▁is▁a▁": 4623, + "legitim": 4624, + "ual": 4625, + "y▁to▁the▁": 4626, + "development▁of▁": 4627, + "▁During▁the▁": 4628, + "s,": 4629, + "mone": 4630, + "pollut": 4631, + "sit": 4632, + "is▁being▁": 4633, + "effect▁": 4634, + "equal▁": 4635, + "He": 4636, + "en▁.": 4637, + "natur": 4638, + "being": 4639, + "phys": 4640, + "confront": 4641, + "Bur": 4642, + "one.": 4643, + "beautiful▁": 4644, + "ous▁and▁": 4645, + "es▁.▁": 4646, + "SE": 4647, + "home▁,▁": 4648, + "increase▁": 4649, + "board": 4650, + "review▁": 4651, + "doctor▁": 4652, + "resolv": 4653, + "both▁the▁": 4654, + "repeat": 4655, + "summ": 4656, + "s▁out▁": 4657, + "infra": 4658, + "tion▁of▁the▁": 4659, + "running▁": 4660, + "link": 4661, + "Commission.": 4662, + "remember": 4663, + "letter▁": 4664, + "house▁,▁": 4665, + "hund": 4666, + "had▁to▁": 4667, + "empor": 4668, + "a▁tr": 4669, + "if▁you▁": 4670, + "facilit": 4671, + "had▁a▁": 4672, + "e▁the▁t": 4673, + "exchang": 4674, + "’▁": 4675, + "▁throughout▁the▁": 4676, + "drive▁": 4677, + "Israel": 4678, + "ender▁": 4679, + "wound": 4680, + ",▁not▁": 4681, + "East▁": 4682, + "hy": 4683, + "drug▁": 4684, + "opportunity▁": 4685, + "solidarity▁": 4686, + "Pl": 4687, + "We▁": 4688, + "on▁her▁": 4689, + "198": 4690, + "unt▁": 4691, + "declar": 4692, + "David▁": 4693, + "ally▁the▁": 4694, + "boat▁": 4695, + "justic": 4696, + "ather▁": 4697, + "house▁.": 4698, + "Bo": 4699, + "it▁the▁": 4700, + "voted▁in▁": 4701, + "ine": 4702, + "wide▁": 4703, + "formance▁": 4704, + "increased▁": 4705, + "▁to▁his▁": 4706, + "fire▁": 4707, + "30": 4708, + "United▁N": 4709, + "ation▁for▁": 4710, + "year-": 4711, + "like▁to▁thank▁": 4712, + "ished▁": 4713, + "forces▁": 4714, + "Regul": 4715, + "adopt▁": 4716, + "sourc": 4717, + "stress": 4718, + "Europe's▁": 4719, + "which,▁": 4720, + "Mr▁B": 4721, + "Mus": 4722, + "proposal▁for▁a▁": 4723, + "vel▁": 4724, + "Treaty▁of▁": 4725, + "demonstrat": 4726, + "voic": 4727, + "mass": 4728, + "amount": 4729, + "suppl": 4730, + "highly▁": 4731, + "Parliament.": 4732, + "Franc": 4733, + "▁That▁is▁why▁": 4734, + ",▁N": 4735, + "argu": 4736, + "ing▁from▁": 4737, + "accidentally▁": 4738, + "belong": 4739, + "most": 4740, + "iet▁": 4741, + "pressure▁": 4742, + "boyfriend▁": 4743, + "ing▁is▁": 4744, + "abor": 4745, + "Se": 4746, + "Polic": 4747, + "members▁of▁the▁": 4748, + "ors": 4749, + "D▁": 4750, + "der▁": 4751, + "suspect": 4752, + "alco": 4753, + "army▁": 4754, + "ai": 4755, + "came▁": 4756, + "staff▁": 4757, + "ier": 4758, + "German": 4759, + "ux": 4760, + "lawy": 4761, + "Jim": 4762, + "four": 4763, + "▁togeth": 4764, + "languag": 4765, + "matter▁of▁": 4766, + "become▁a▁": 4767, + "iss▁": 4768, + "safe": 4769, + "compromise▁": 4770, + "win▁": 4771, + "between": 4772, + "EU's▁": 4773, + "improve▁": 4774, + "stability▁": 4775, + "with▁him▁": 4776, + "matters▁": 4777, + "Kos": 4778, + "pill": 4779, + "Council.": 4780, + "▁thous": 4781, + "administrative▁": 4782, + "co-": 4783, + "s▁that▁are▁": 4784, + "stage▁": 4785, + "however▁": 4786, + "form▁of▁": 4787, + "in▁particular": 4788, + "▁Of▁": 4789, + "tion▁of▁": 4790, + "congratulate▁": 4791, + "but▁also▁": 4792, + "Directive▁": 4793, + "ones▁": 4794, + "War": 4795, + "least": 4796, + "ped▁": 4797, + "anyone▁": 4798, + "ufact": 4799, + "k▁and▁": 4800, + "volunt": 4801, + "unaccept": 4802, + "year.": 4803, + "ense▁": 4804, + "ilateral▁": 4805, + "proper▁": 4806, + "Spanish▁": 4807, + "expos": 4808, + "requirement": 4809, + "danc": 4810, + "increasing▁": 4811, + "practical▁": 4812, + "Mor": 4813, + "comput": 4814, + "Hel": 4815, + "marriage▁": 4816, + "alive▁": 4817, + "or▁to▁": 4818, + "s▁at▁": 4819, + ",000▁": 4820, + "Ab": 4821, + "construc": 4822, + "ored▁": 4823, + "suit": 4824, + "because▁they▁": 4825, + "gave▁": 4826, + "necessary▁to▁": 4827, + "communication▁": 4828, + "firm▁": 4829, + "exclus": 4830, + "uman▁": 4831, + "e▁that▁this▁": 4832, + "rol": 4833, + "▁The▁t": 4834, + "istic": 4835, + "dy": 4836, + "plant": 4837, + "complic": 4838, + "reserv": 4839, + "L)": 4840, + "▁The▁two▁": 4841, + "▁Furthermore": 4842, + "South": 4843, + "responsibilit": 4844, + "sexual▁": 4845, + "ely▁to▁": 4846, + "model▁": 4847, + "house": 4848, + "confess": 4849, + "student▁": 4850, + "ately,▁": 4851, + "suddenly▁": 4852, + "falls▁in▁": 4853, + "cy": 4854, + "advis": 4855, + "complete▁": 4856, + "Tom": 4857, + "wood": 4858, + "Swed": 4859, + "▁town▁": 4860, + "underst": 4861, + "considerable▁": 4862, + "education▁": 4863, + "are▁to▁": 4864, + "economy▁": 4865, + "cost▁": 4866, + "▁thos": 4867, + "in▁L": 4868, + "incor": 4869, + "follow▁": 4870, + "women": 4871, + "da": 4872, + "es▁to": 4873, + "▁then": 4874, + "remind": 4875, + "employe": 4876, + "strategic▁": 4877, + "European▁Commission▁": 4878, + "▁I▁also▁": 4879, + "set▁up▁": 4880, + "liberalis": 4881, + "eter": 4882, + "guard▁": 4883, + "WT": 4884, + "asking▁": 4885, + "doubt": 4886, + "oday▁": 4887, + "street▁": 4888, + "Russian▁": 4889, + "I▁think": 4890, + "humanitarian▁": 4891, + "border": 4892, + "independent▁": 4893, + "is▁to▁be▁": 4894, + "case▁of▁": 4895, + "ate▁and▁": 4896, + "marriag": 4897, + "performance▁": 4898, + "on▁,▁": 4899, + "manufact": 4900, + "carried▁out▁": 4901, + "cross-": 4902, + "s▁this▁": 4903, + "is▁now▁": 4904, + "Communit": 4905, + "have▁to▁be▁": 4906, + "paint": 4907, + "assistance▁": 4908, + "react": 4909, + "brief": 4910, + "hib": 4911, + "Serv": 4912, + "or▁and▁": 4913, + "Mr ": 4914, + ",▁but▁also▁": 4915, + "directly▁": 4916, + "realizes▁that▁": 4917, + "ie▁,▁": 4918, + "Res": 4919, + "brings▁": 4920, + "hope▁": 4921, + "parliamentary▁": 4922, + "▁Their▁": 4923, + "Econom": 4924, + "extend": 4925, + "animal▁": 4926, + "▁After▁the▁": 4927, + "▁Secondly,▁": 4928, + ".S": 4929, + "vest": 4930, + "death": 4931, + "Party▁": 4932, + "conflict▁": 4933, + "an▁,▁": 4934, + "slow": 4935, + "Ma": 4936, + "ing▁it▁": 4937, + "drawn▁": 4938, + "journ": 4939, + "we▁need▁to▁": 4940, + "bodi": 4941, + "e▁too▁": 4942, + "accordance▁": 4943, + "fisheries▁": 4944, + "s▁an▁": 4945, + "ed▁into▁": 4946, + "home▁.": 4947, + "build▁": 4948, + "▁When": 4949, + "cult": 4950, + "-siz": 4951, + "Isl": 4952, + "acher▁": 4953, + "equip": 4954, + "world.": 4955, + "Be": 4956, + "administr": 4957, + "as▁regard": 4958, + "enorm": 4959, + "hope▁that▁": 4960, + "ensure▁that▁the▁": 4961, + "request▁": 4962, + "combin": 4963, + "won": 4964, + "cloth": 4965, + "sex▁": 4966, + "IT": 4967, + "scr": 4968, + "away": 4969, + "here.": 4970, + "statement▁": 4971, + "find▁a▁": 4972, + "bad": 4973, + "ource▁": 4974, + "music▁": 4975, + "gang": 4976, + "ed,▁and▁": 4977, + "▁tax": 4978, + "secut": 4979, + "dro": 4980, + "ny▁": 4981, + "d▁the▁": 4982, + "o▁is▁": 4983, + "entire": 4984, + "capital▁": 4985, + "▁time▁to▁": 4986, + ",▁we▁have▁": 4987, + "bank": 4988, + "process▁of▁": 4989, + "▁All": 4990, + "abus": 4991, + "freedom▁of▁": 4992, + "Juli": 4993, + "mechanism": 4994, + "▁Pro": 4995, + "attention▁": 4996, + "detect": 4997, + "listen": 4998, + "e?": 4999, + "wil": 5000, + "▁No▁": 5001, + "Cha": 5002, + "up▁and▁": 5003, + "guil": 5004, + "ity▁to▁": 5005, + "enh": 5006, + "advert": 5007, + "CB-": 5008, + "struggl": 5009, + "third▁": 5010, + "attitud": 5011, + "tions▁": 5012, + "married▁": 5013, + "know▁that▁": 5014, + "suspic": 5015, + "stol": 5016, + "attend": 5017, + "known": 5018, + "1.": 5019, + "▁It▁is▁a▁": 5020, + "wak": 5021, + "concerning▁the▁": 5022, + "in▁fact▁": 5023, + "contr": 5024, + "Irish▁": 5025, + "wood▁": 5026, + "er▁who▁": 5027, + "paid▁": 5028, + "V▁": 5029, + "s▁,▁and▁": 5030, + "you▁to▁": 5031, + "ough▁the▁": 5032, + "ed▁as▁a▁": 5033, + "▁It": 5034, + "given▁the▁": 5035, + "dimens": 5036, + "arily▁": 5037, + "balance▁": 5038, + "plot▁": 5039, + "very": 5040, + "famous▁": 5041, + "▁How▁": 5042, + ",▁to▁the▁": 5043, + "relevant▁": 5044, + "comment": 5045, + "long-term▁": 5046, + "year-old▁": 5047, + "Kosov": 5048, + "fellow": 5049, + "surround": 5050, + ",▁we▁must▁": 5051, + "employment": 5052, + "▁Acc": 5053, + "newsp": 5054, + "Central▁": 5055, + "ification▁": 5056, + "is▁that▁the▁": 5057, + "worth▁": 5058, + "leading▁": 5059, + ",▁are▁": 5060, + "reluct": 5061, + "a▁series▁of▁": 5062, + "acknowledg": 5063, + "station▁": 5064, + "ed▁an▁": 5065, + "went▁": 5066, + "agreements▁": 5067, + "$▁": 5068, + "an▁is▁": 5069, + "ar▁.": 5070, + "▁time.": 5071, + "ately": 5072, + "ing▁for▁the▁": 5073, + "urity▁": 5074, + "overall▁": 5075, + "noth": 5076, + "studi": 5077, + "endit": 5078, + "Mat": 5079, + "European▁Council▁": 5080, + "earlier▁": 5081, + "▁technical▁": 5082, + "hit���": 5083, + "a▁good▁": 5084, + "discussion▁": 5085, + "Leg": 5086, + ",▁when▁": 5087, + "urn": 5088, + "prefer": 5089, + "compli": 5090, + "rying▁": 5091, + "born▁": 5092, + "bit▁": 5093, + "sanc": 5094, + "acy▁": 5095, + "International▁": 5096, + "pap": 5097, + "sn": 5098, + "supervis": 5099, + "result▁of▁": 5100, + "a▁number▁of▁": 5101, + "astr": 5102, + "saw▁": 5103, + "insur": 5104, + "edy▁": 5105, + "▁they▁have▁": 5106, + "scientific▁": 5107, + "European▁Union,▁": 5108, + "restaur": 5109, + "sometimes▁": 5110, + "you▁can▁": 5111, + "30▁": 5112, + "older▁": 5113, + "push": 5114, + "contact▁": 5115, + "choic": 5116, + ",▁though▁": 5117, + "me▁to▁": 5118, + "unch▁": 5119, + "▁I▁therefore▁": 5120, + "on▁the▁basis▁": 5121, + "kidnapp": 5122, + "Jerry▁": 5123, + "King": 5124, + "a▁great▁": 5125, + "birth": 5126, + "50": 5127, + "stra": 5128, + "Italian▁": 5129, + "eks▁": 5130, + ".▁-▁(": 5131, + "honourable▁": 5132, + "beat": 5133, + "scene▁": 5134, + "becoming▁": 5135, + "arry▁": 5136, + "heart▁": 5137, + "ation▁that▁": 5138, + "io": 5139, + "inspect": 5140, + "asylum▁": 5141, + "enjoy": 5142, + "Member▁States▁to▁": 5143, + "inking▁": 5144, + "ed▁out": 5145, + "falls▁in▁love▁": 5146, + "oral▁": 5147, + "ions▁to▁": 5148, + "advantag": 5149, + "elimin": 5150, + "voted▁in▁favour▁": 5151, + "Sum": 5152, + "seems▁": 5153, + "ience▁": 5154, + "povert": 5155, + "Christian▁": 5156, + "welcome▁": 5157, + "Mal": 5158, + "hat": 5159, + "street": 5160, + "▁Up": 5161, + "ots▁": 5162, + ",▁has▁": 5163, + "end▁of▁": 5164, + "desir": 5165, + "everyth": 5166, + "condemn": 5167, + "never": 5168, + "enem": 5169, + "search": 5170, + "subsequ": 5171, + "Su": 5172, + "Brussel": 5173, + "opportunities▁": 5174, + "▁The▁first▁": 5175, + "Chinese▁": 5176, + "ani": 5177, + "returns▁": 5178, + "chem": 5179, + "credi": 5180, + "omen": 5181, + "degre": 5182, + "ig▁": 5183, + "Ros": 5184, + "drun": 5185, + "ed,▁the▁": 5186, + "different": 5187, + "up▁to▁the▁": 5188, + "demand▁": 5189, + "desper": 5190, + "bank▁": 5191, + "rend": 5192, + "review": 5193, + "ham▁": 5194, + "ex-": 5195, + "exic": 5196, + "Turkey▁": 5197, + "Cy": 5198, + "affair": 5199, + "because▁it▁": 5200, + "▁In▁my▁": 5201, + "fif": 5202, + "appreci": 5203, + "governmental▁": 5204, + "Paul▁": 5205, + "ent▁of▁": 5206, + "e,▁which▁": 5207, + "view▁of▁the▁": 5208, + "olve▁": 5209, + "a's▁": 5210, + "we▁have▁to▁": 5211, + "dram": 5212, + "democracy▁": 5213, + "high-": 5214, + "aliz": 5215, + "iff▁": 5216, + "future": 5217, + "i▁,▁": 5218, + "oul": 5219, + "doll": 5220, + "roll": 5221, + "ed▁of▁": 5222, + "creation▁of▁": 5223, + "compens": 5224, + "another": 5225, + "ca▁": 5226, + "euro": 5227, + "meant": 5228, + "Ber": 5229, + ",▁but▁he▁": 5230, + "crucial▁": 5231, + "fish▁": 5232, + "for▁an▁": 5233, + "oth▁": 5234, + "fight▁against▁": 5235, + "ers▁in▁": 5236, + "industrial▁": 5237, + "aul": 5238, + "federal▁": 5239, + "yester": 5240, + "ing▁to": 5241, + "▁that▁we▁have▁": 5242, + "use▁the▁": 5243, + "Prot": 5244, + "-in-Office▁of▁the▁": 5245, + "k▁.": 5246, + "▁There▁is▁": 5247, + "ger": 5248, + "official▁": 5249, + "protection▁of▁": 5250, + "num": 5251, + "benefit": 5252, + "food": 5253, + "spr": 5254, + "i▁think▁": 5255, + "sac": 5256, + "next": 5257, + "a.▁": 5258, + "e,": 5259, + "itl": 5260, + "grab": 5261, + "course": 5262, + "implementation▁of▁the▁": 5263, + "level.": 5264, + "▁Bec": 5265, + "rightly▁": 5266, + "flow": 5267, + "proport": 5268, + "field▁of▁": 5269, + "assass": 5270, + "Uk": 5271, + "wanted▁to▁": 5272, + "measure": 5273, + "motion▁": 5274, + "expendit": 5275, + "Mr▁S": 5276, + "idden▁": 5277, + "delay": 5278, + "frequ": 5279, + "ox": 5280, + "else": 5281, + "aptain▁": 5282, + "pon": 5283, + "fer▁": 5284, + "ious": 5285, + "launch": 5286, + "Mary▁": 5287, + "canc": 5288, + "white▁": 5289, + "remains▁": 5290, + "crow": 5291, + "nearby▁": 5292, + "iar": 5293, + "years,▁": 5294, + "concerning▁": 5295, + "-sized▁": 5296, + "region▁": 5297, + "model": 5298, + "▁Later▁,▁": 5299, + "ed▁by▁his▁": 5300, + "events▁": 5301, + "s▁have▁": 5302, + "in▁200": 5303, + "minimum▁": 5304, + "worth": 5305, + "sends▁": 5306, + "still": 5307, + "log": 5308, + "window▁": 5309, + "ton": 5310, + "black": 5311, + "watch▁": 5312, + "evidence▁": 5313, + "among▁the▁": 5314, + "▁He▁t": 5315, + "everth": 5316, + "Greec": 5317, + "lay": 5318, + "secret▁": 5319, + "ability▁to▁": 5320, + "a▁sign": 5321, + "iment": 5322, + "ialist▁": 5323, + "century▁": 5324, + "same▁time,▁": 5325, + "ivers": 5326, + "agrees▁to▁": 5327, + "report▁on▁the▁": 5328, + "needs▁": 5329, + "▁Member▁States▁": 5330, + "country,▁": 5331, + "pal": 5332, + "exchange▁": 5333, + "saying▁": 5334, + "suff": 5335, + "satisfact": 5336, + "required▁": 5337, + "far▁as▁": 5338, + "▁that.": 5339, + "gram▁": 5340, + "people▁who▁": 5341, + "Per": 5342, + "in▁relation": 5343, + "regulations▁": 5344, + "▁thinking▁": 5345, + ",▁he▁is▁": 5346, + "fal": 5347, + "convent": 5348, + "refuge": 5349, + "perman": 5350, + "people.": 5351, + "harm": 5352, + "er▁the▁": 5353, + "disgu": 5354, + "return▁to▁": 5355, + "professional▁": 5356, + "apolog": 5357, + "do▁so▁": 5358, + "growing▁": 5359, + "nearly▁": 5360, + "on▁'s▁": 5361, + "about▁a▁": 5362, + "progress": 5363, + "convers": 5364, + "Irel": 5365, + "equal": 5366, + "spend": 5367, + "priorities▁": 5368, + "Sha": 5369, + "your": 5370, + "else▁": 5371, + "and▁tells▁": 5372, + "south": 5373, + "murder▁": 5374, + "▁talking▁": 5375, + "official": 5376, + "ugu": 5377, + "as▁well": 5378, + "him▁,▁": 5379, + "▁time,▁": 5380, + "na▁": 5381, + ",▁there▁are▁": 5382, + "her▁mother▁": 5383, + "confidence▁": 5384, + "mysterious▁": 5385, + "in▁these▁": 5386, + "across▁": 5387, + "study▁": 5388, + "connection▁": 5389, + "Mediterranean▁": 5390, + "efforts▁to▁": 5391, + "Luc": 5392, + "van▁": 5393, + "learn▁": 5394, + "Val": 5395, + "und▁": 5396, + "possess": 5397, + "Rich": 5398, + "produce▁": 5399, + "appear▁": 5400, + "FR": 5401, + "er▁that▁": 5402, + "submitt": 5403, + "e▁,▁he▁": 5404, + "50▁": 5405, + "hang": 5406, + "Christm": 5407, + "messag": 5408, + "▁thing▁": 5409, + "▁Per": 5410, + "very▁important▁": 5411, + "bott": 5412, + "game▁": 5413, + "assign": 5414, + "respect▁for▁": 5415, + "For": 5416, + "enforc": 5417, + "spac": 5418, + "-LRB-": 5419, + "ull▁": 5420, + "combat▁": 5421, + "of▁the▁t": 5422, + "▁threaten": 5423, + "first▁of▁": 5424, + "truth▁": 5425, + ",▁with▁the▁": 5426, + "himself": 5427, + "standards▁": 5428, + "plans▁to▁": 5429, + "advanc": 5430, + "US▁": 5431, + "built▁": 5432, + "actual▁": 5433, + "dangerous▁": 5434, + "'s▁t": 5435, + "context": 5436, + ",▁in▁particular": 5437, + "▁that▁the▁Commission▁": 5438, + "nature▁": 5439, + "commercial▁": 5440, + "regarding▁the▁": 5441, + "Committ": 5442, + "▁Parliam": 5443, + "oler": 5444, + "instrument▁": 5445, + "enable▁": 5446, + "ford▁": 5447, + "near▁": 5448, + "Austri": 5449, + "whom": 5450, + "urs": 5451, + "▁I▁should▁": 5452, + "I▁think▁": 5453, + "class▁": 5454, + "ency,▁": 5455, + "changes▁": 5456, + "vious": 5457, + "outside▁the▁": 5458, + "younger▁": 5459, + "context▁": 5460, + "speech": 5461, + "discharg": 5462, + "▁Some▁": 5463, + "Committe": 5464, + "esh▁": 5465, + "controll": 5466, + "ives▁": 5467, + "interpret": 5468, + "along▁with▁": 5469, + "stair": 5470, + "needs▁to▁": 5471, + "some▁of▁": 5472, + "▁Now▁": 5473, + "pregnant▁": 5474, + "just▁as▁": 5475, + "criteria▁": 5476, + "concret": 5477, + "camp▁": 5478, + "female▁": 5479, + "of▁the▁European▁Union▁": 5480, + "ugs▁": 5481, + "programmes▁": 5482, + "s▁of": 5483, + "opinion": 5484, + "sufficient▁": 5485, + ",▁and▁that▁": 5486, + "lob": 5487, + "▁It▁was▁": 5488, + "citizens.": 5489, + "referenc": 5490, + "-RCB-": 5491, + "a▁sec": 5492, + "destr": 5493, + "latt": 5494, + "Amendment▁No▁": 5495, + "U.S": 5496, + "ket▁": 5497, + "▁More": 5498, + "▁Neverth": 5499, + "is▁and▁": 5500, + "agree▁with▁": 5501, + "captured▁": 5502, + "central▁": 5503, + "ker▁": 5504, + "s?": 5505, + "▁I▁should▁like▁to▁": 5506, + "written▁": 5507, + "e,▁as▁": 5508, + "al▁.": 5509, + "so-": 5510, + "Council,▁": 5511, + "causing▁": 5512, + "een": 5513, + "▁Now": 5514, + "she": 5515, + "playing▁": 5516, + "efficient▁": 5517, + "Mo": 5518, + "Mac": 5519, + "area.": 5520, + "importance▁of▁": 5521, + "court": 5522, + "her▁and▁": 5523, + ",▁but▁is▁": 5524, + "▁Once▁": 5525, + "a▁little▁": 5526, + "Council▁of▁": 5527, + "following▁the▁": 5528, + "intervie": 5529, + "promp": 5530, + "Green▁": 5531, + "s:▁": 5532, + "▁  ▁": 5533, + "▁The▁report▁": 5534, + "number▁": 5535, + "serve▁": 5536, + "▁With▁the▁": 5537, + "▁Event": 5538, + "do▁not": 5539, + "Frank▁": 5540, + "conflict": 5541, + "Sam▁": 5542, + "cohesion▁": 5543, + "hear▁": 5544, + "▁This▁is▁a▁": 5545, + "▁Let▁us▁": 5546, + "knows▁": 5547, + "situation▁in▁": 5548, + "will▁not▁be▁": 5549, + "000": 5550, + "EU.": 5551, + "improve▁the▁": 5552, + "),▁": 5553, + "broad▁": 5554, + "genuine▁": 5555, + "Can": 5556, + "plans▁": 5557, + "regist": 5558, + "join▁": 5559, + "▁Just▁": 5560, + "ational": 5561, + "or▁,▁": 5562, + "able▁and▁": 5563, + "same▁time▁": 5564, + "couple▁": 5565, + "most▁important▁": 5566, + "critical▁": 5567, + "billion▁": 5568, + "ö": 5569, + "s▁for▁the▁": 5570, + "agent▁": 5571, + "dom▁": 5572, + "ation▁in▁the▁": 5573, + "price▁": 5574, + "▁that▁these▁": 5575, + "entirely▁": 5576, + "could": 5577, + "ilis": 5578, + "how▁the▁": 5579, + "▁in▁writing.▁-▁(": 5580, + "band": 5581, + "powers▁": 5582, + "incorpor": 5583, + "corrup": 5584, + "Convention▁": 5585, + "Turke": 5586, + "▁By▁": 5587, + "lav": 5588, + "he▁can▁": 5589, + "ed▁to▁a▁": 5590, + "death▁.": 5591, + "▁In▁a▁": 5592, + "medical▁": 5593, + "Environ": 5594, + "aimed▁at▁": 5595, + "lin▁": 5596, + "asc": 5597, + "ket": 5598, + "middle▁": 5599, + "ball": 5600, + "became▁": 5601, + "▁Am": 5602, + "other▁hand": 5603, + "walks▁": 5604, + "medium-sized▁": 5605, + "ied▁": 5606, + "▁Meanwhile▁": 5607, + "with▁regard▁to▁": 5608, + "wall▁": 5609, + "aps": 5610, + "difficult▁to▁": 5611, + "process.": 5612, + "course▁": 5613, + "discussions▁": 5614, + "alking▁": 5615, + "enough▁to▁": 5616, + ",▁after▁": 5617, + "obviously▁": 5618, + "Proc": 5619, + "ief": 5620, + "instead▁of▁": 5621, + "ate.": 5622, + "ends▁up▁": 5623, + "best": 5624, + "also▁like▁to▁": 5625, + "girls▁": 5626, + "measures▁to▁": 5627, + "decide▁": 5628, + "his▁mother▁": 5629, + "lot▁": 5630, + "indicat": 5631, + "▁The▁European▁Union▁": 5632, + "even▁more▁": 5633, + "ical": 5634, + "has▁to▁be▁": 5635, + "minor": 5636, + "emot": 5637, + "left": 5638, + "reality▁": 5639, + "higher▁": 5640, + "ctob": 5641, + "▁So": 5642, + "remaining▁": 5643, + "rush": 5644, + ";▁and▁": 5645, + "ency.": 5646, + "disappoint": 5647, + "empt": 5648, + "ary": 5649, + "standing▁": 5650, + "Development▁": 5651, + "him▁that▁": 5652, + "▁towards▁the▁": 5653, + "ture▁and▁": 5654, + "-year-old▁": 5655, + "Cham": 5656, + "itial▁": 5657, + "▁there▁is▁a▁": 5658, + "Turk": 5659, + "plan▁to▁": 5660, + "reun": 5661, + "shock": 5662, + "laid▁": 5663, + "small▁and▁": 5664, + "reduction▁": 5665, + "omorrow": 5666, + "leave▁the▁": 5667, + "enter▁": 5668, + "City▁": 5669, + ",▁they▁are▁": 5670, + "Peop": 5671, + ".▁-": 5672, + "ract▁": 5673, + "er-": 5674, + "cases▁": 5675, + "aim▁": 5676, + "elections▁": 5677, + "issue.": 5678, + "anny▁": 5679, + ",▁by▁": 5680, + "document▁": 5681, + "popular▁": 5682, + "Earth▁": 5683, + "oud▁": 5684, + "▁Many▁": 5685, + "▁When▁he▁": 5686, + "har▁": 5687, + "disappear": 5688, + "modern▁": 5689, + "ultimately▁": 5690, + "atr": 5691, + "amount▁of▁": 5692, + "baby▁": 5693, + "dance▁": 5694, + "sun": 5695, + "d.": 5696, + "resist": 5697, + "in▁love▁with▁": 5698, + "UK": 5699, + "if▁it▁": 5700, + "ky▁": 5701, + "draft": 5702, + "cli": 5703, + "wealthy▁": 5704, + "yet": 5705, + "Fore": 5706, + "at▁his▁": 5707, + "does": 5708, + "monetary▁": 5709, + "May": 5710, + "ure▁to▁": 5711, + "bear▁": 5712, + "country.": 5713, + "of▁an▁": 5714, + "in▁Europe▁": 5715, + "▁territor": 5716, + "example▁": 5717, + "s▁as▁": 5718, + "of▁S": 5719, + "funding▁": 5720, + "▁Becaus": 5721, + "competitive▁": 5722, + "ote▁": 5723, + "punish": 5724, + "paragraph▁": 5725, + "▁Accord": 5726, + "ington▁": 5727, + "seriously▁": 5728, + "negative▁": 5729, + "ison▁": 5730, + "bure": 5731, + "raise▁": 5732, + "cab": 5733, + "Europe,▁": 5734, + "race▁": 5735, + "responsible▁for▁": 5736, + "partnership▁": 5737, + "ce": 5738, + "ald▁": 5739, + "Lou": 5740, + "adapt": 5741, + "ploy": 5742, + "buy▁": 5743, + "ff▁": 5744, + "Phil": 5745, + "Her": 5746, + "King▁": 5747, + "it,▁": 5748, + "-RCB-▁-RCB-": 5749, + ",▁their▁": 5750, + "why▁the▁": 5751, + "out▁.": 5752, + "ene▁": 5753, + "circumstanc": 5754, + "la▁": 5755, + "omin": 5756, + "succeed": 5757, + "ES": 5758, + "way.": 5759, + "▁on▁behalf▁of▁the▁": 5760, + "family▁.": 5761, + "element": 5762, + "▁times▁": 5763, + "closely▁": 5764, + "ag▁": 5765, + ",▁on▁": 5766, + "such": 5767, + "i've▁": 5768, + "alternative▁": 5769, + "weeks▁": 5770, + "Agre": 5771, + "European▁Union's▁": 5772, + "Jos": 5773, + "ands▁of▁": 5774, + "and▁the▁Commission▁": 5775, + "dog": 5776, + "competition": 5777, + "Mil": 5778, + "gyp": 5779, + "▁The▁story▁": 5780, + "197": 5781, + "guarantee▁": 5782, + "Minister▁": 5783, + "all▁of▁the▁": 5784, + "regim": 5785, + "court▁": 5786, + "▁At": 5787, + "Michael▁": 5788, + "arm▁": 5789, + "es▁them▁": 5790, + "uls": 5791, + "ask▁the▁": 5792, + "unanim": 5793, + "aving▁": 5794, + "begin▁to▁": 5795, + "and▁I▁": 5796, + "s▁of▁a▁": 5797, + "colleagues▁": 5798, + "involved▁": 5799, + "Kore": 5800, + "vide": 5801, + "statement": 5802, + "Middle▁": 5803, + "cer": 5804, + "Mexic": 5805, + "Ram": 5806, + "▁tabl": 5807, + "▁-LCB-▁-LCB-▁": 5808, + "esh": 5809, + "neit": 5810, + "ocial▁": 5811, + "e▁,▁a▁": 5812, + "will▁have▁": 5813, + "sets▁": 5814, + "s▁by▁": 5815, + "radio▁": 5816, + "case,▁": 5817, + "again▁.": 5818, + "▁Ano": 5819, + "elevision▁": 5820, + "inn": 5821, + "ed▁for▁the▁": 5822, + "population▁": 5823, + "candidate▁": 5824, + "ies▁to▁": 5825, + "▁throw": 5826, + "fru": 5827, + "Bul": 5828, + "send": 5829, + "idea": 5830, + "▁I▁think▁": 5831, + "packag": 5832, + "defe": 5833, + "ed▁their▁": 5834, + "''▁,▁": 5835, + "▁that▁they▁are▁": 5836, + "▁thought": 5837, + "greatest▁": 5838, + "ring▁": 5839, + "an▁to▁": 5840, + "disput": 5841, + "▁We▁also▁": 5842, + "ate▁to▁": 5843, + "i▁i▁": 5844, + "when▁we▁": 5845, + "countries": 5846, + "matter": 5847, + "initial▁": 5848, + "sure": 5849, + "reduce▁": 5850, + "itious▁": 5851, + "compar": 5852, + "decided▁to▁": 5853, + "▁However,▁the▁": 5854, + "wise▁": 5855, + "e▁that▁we▁": 5856, + "words▁": 5857, + "broken▁": 5858, + "ject▁of▁": 5859, + "rein": 5860, + "weapon": 5861, + "vehic": 5862, + "church▁": 5863, + "rific": 5864, + "ment▁of▁the▁": 5865, + "confronts▁": 5866, + "Republic▁": 5867, + "▁that▁I▁": 5868, + "ome▁": 5869, + "visits▁": 5870, + "▁Before▁": 5871, + "▁Moreover": 5872, + "`▁": 5873, + "▁I▁do▁not▁": 5874, + "based▁on▁the▁": 5875, + "Scot": 5876, + "people▁of▁": 5877, + "explos": 5878, + "imagin": 5879, + "ia,▁": 5880, + "rescue▁": 5881, + "religious▁": 5882, + "continues▁to▁": 5883, + "▁to▁tell▁": 5884, + "comprehensive▁": 5885, + "abol": 5886, + "relativ": 5887, + "harmonis": 5888, + "be▁a▁": 5889, + "so-called▁": 5890, + "solv": 5891, + "conduct": 5892, + "enormous▁": 5893, + "en▁'s▁": 5894, + "a▁.▁": 5895, + "on▁an▁": 5896, + "adequate▁": 5897, + "dream▁": 5898, + "college▁": 5899, + "▁that▁it▁is▁": 5900, + "▁Ad": 5901, + "Japanese▁": 5902, + "enry▁": 5903, + "will▁take▁": 5904, + "How": 5905, + "exploit": 5906, + "Wal": 5907, + ",▁and▁is▁": 5908, + "France▁": 5909, + "iqu": 5910, + "defic": 5911, + "flash": 5912, + "jump": 5913, + "obst": 5914, + "will▁be▁able▁to▁": 5915, + "at▁first▁": 5916, + "door": 5917, + "media▁": 5918, + "ellig": 5919, + "embl": 5920, + "strik": 5921, + "ve": 5922, + "▁To": 5923, + "man▁.": 5924, + "regarding▁": 5925, + "will▁also▁": 5926, + "social▁and▁": 5927, + "accession▁": 5928, + "lead▁to▁": 5929, + "1999": 5930, + "away▁.": 5931, + "ouch": 5932, + "▁Inde": 5933, + "ie▁'s▁": 5934, + "consumers▁": 5935, + "▁terrorism": 5936, + "mal": 5937, + "isc": 5938, + "i▁is▁": 5939, + "nerg": 5940, + "defend": 5941, + "willing▁to▁": 5942, + "rid▁": 5943, + "export": 5944, + "partner▁": 5945, + "arget▁": 5946, + "operation▁": 5947, + "be▁able▁to▁": 5948, + ",▁who▁has▁": 5949, + ",▁Mr▁President": 5950, + "Government": 5951, + "via▁": 5952, + "ities": 5953, + "mentioned▁": 5954, + "jail▁": 5955, + "admit": 5956, + "identity▁": 5957, + "chair": 5958, + "sne": 5959, + "states▁": 5960, + "providing▁": 5961, + "sound▁": 5962, + "gain▁": 5963, + "ed▁her▁": 5964, + "wants▁": 5965, + "Affairs▁": 5966, + "eness": 5967, + "burn": 5968, + "'d▁": 5969, + "roop": 5970, + "▁traffic": 5971, + "alist▁": 5972, + "Harry▁": 5973, + "normal▁": 5974, + ",▁and▁a▁": 5975, + "him▁.▁": 5976, + "about▁his▁": 5977, + "animal": 5978, + "merely▁": 5979, + "▁Not▁": 5980, + "not▁just▁": 5981, + "fix": 5982, + "encourage▁": 5983, + "suicide▁": 5984, + "(A": 5985, + "reports▁": 5986, + "Foreign▁": 5987, + "econd▁": 5988, + "brut": 5989, + "ook": 5990, + "seven▁": 5991, + "onc": 5992, + "half": 5993, + "here,▁": 5994, + "saying▁that▁": 5995, + "ys▁": 5996, + "man▁who▁": 5997, + "rot": 5998, + "rateg": 5999, + "in▁to▁": 6000, + "network": 6001, + "divor": 6002, + "concentr": 6003, + "George▁": 6004, + ",▁E": 6005, + "involved▁in▁": 6006, + "Kr": 6007, + "▁Mrs▁": 6008, + "Commun": 6009, + "fellow▁M": 6010, + "max": 6011, + "or▁of▁": 6012, + "successfully▁": 6013, + "ing▁these▁": 6014, + "in▁favour▁of▁": 6015, + "▁Lad": 6016, + "believe▁that": 6017, + "groups▁": 6018, + "separate▁": 6019, + "le▁.": 6020, + "contact": 6021, + "reat▁": 6022, + "wait▁": 6023, + "character": 6024, + "emporary▁": 6025, + "he▁had▁": 6026, + "growth": 6027, + "should▁not▁be▁": 6028, + "into▁account": 6029, + "Hun": 6030, + "remind▁": 6031, + "rying▁to▁": 6032, + "ver▁": 6033, + "fire": 6034, + "wife▁,▁": 6035, + "agenda▁": 6036, + "domin": 6037, + "le-": 6038, + "%▁of▁the▁": 6039, + "dig": 6040, + "-up▁": 6041, + "Cr": 6042, + "Part": 6043, + "initially▁": 6044, + "▁Another▁": 6045, + "lose▁": 6046, + "for▁all▁": 6047, + "which▁has▁": 6048, + "able,▁": 6049, + "ic,▁": 6050, + "abs": 6051, + "she▁was▁": 6052, + "mother": 6053, + "crash": 6054, + "and▁that▁the▁": 6055, + "epts▁": 6056, + "material": 6057, + "be▁to▁": 6058, + "15▁": 6059, + "ahead▁": 6060, + "red▁to▁": 6061, + "apply▁": 6062, + "anj": 6063, + "olf▁": 6064, + "ber▁": 6065, + "gin": 6066, + "until▁the▁": 6067, + "vital▁": 6068, + "supply▁": 6069, + "eder": 6070, + "strongly▁": 6071, + "bed": 6072, + "ing▁with▁the▁": 6073, + "rog": 6074, + "explan": 6075, + "meet▁the▁": 6076, + "away▁from▁": 6077, + "wag": 6078, + "region": 6079, + "shad": 6080, + "figure▁": 6081, + "aris": 6082, + "evil▁": 6083, + "end▁up▁": 6084, + "warm": 6085, + "on-": 6086, + "Charlie▁": 6087, + "remark": 6088, + "equality▁": 6089, + "news▁": 6090, + "Human▁": 6091, + "program▁": 6092, + "developed▁": 6093, + "realizes▁": 6094, + "powerful▁": 6095, + "▁Presid": 6096, + "six": 6097, + "ency▁and▁": 6098, + "relating▁to▁": 6099, + "NG": 6100, + "neighbor": 6101, + "select": 6102, + "spent▁": 6103, + "like▁a▁": 6104, + "effectively▁": 6105, + "ary,▁": 6106, + "related▁": 6107, + "ies▁.": 6108, + "had▁the▁": 6109, + "exactly▁": 6110, + ",▁too": 6111, + "one,▁": 6112, + "because▁of▁the▁": 6113, + "due▁to▁the▁": 6114, + "law.": 6115, + "urgent▁": 6116, + "would▁not▁": 6117, + "possibility▁of▁": 6118, + "▁Qu": 6119, + "quar": 6120, + "situation": 6121, + "mutual▁": 6122, + "ate,▁": 6123, + "▁One▁day▁": 6124, + "bureauc": 6125, + "that▁": 6126, + "requirements▁": 6127, + "sector.": 6128, + "putting▁": 6129, + "Russia▁": 6130, + "dress": 6131, + "elder": 6132, + "us,▁": 6133, + "formul": 6134, + "pretty▁": 6135, + "▁Joh": 6136, + "deal▁with▁": 6137, + "▁The▁next▁item▁": 6138, + "▁'": 6139, + "es▁from▁": 6140, + "symp": 6141, + "shap": 6142, + "oubl": 6143, + "able▁of▁": 6144, + "Sam": 6145, + "manufactur": 6146, + "2.": 6147, + "enjo": 6148, + "▁I▁believe▁that▁": 6149, + "whether▁the▁": 6150, + "pt": 6151, + "a-": 6152, + "itor▁": 6153, + "let▁us▁": 6154, + "north": 6155, + "climate▁chang": 6156, + "one-": 6157, + "Palestinian▁": 6158, + "obtain": 6159, + "persuad": 6160, + "wrong": 6161, + "Union.": 6162, + "Legal▁": 6163, + "ent.": 6164, + "autom": 6165, + "Asi": 6166, + "▁Soon▁": 6167, + "ix": 6168, + "action": 6169, + "he▁'s▁": 6170, + "delight": 6171, + "wedding▁": 6172, + "it▁would▁be▁": 6173, + "Committee▁on▁Bud": 6174, + "orn▁": 6175, + "give▁the▁": 6176, + "cause▁": 6177, + "▁Two▁": 6178, + "objectives▁": 6179, + "Nic": 6180, + "one▁to▁": 6181, + "▁He▁then▁": 6182, + "enhanc": 6183, + "obstac": 6184, + "ated▁by▁": 6185, + "ely▁the▁": 6186, + "domest": 6187, + "ingu": 6188, + "despite▁the▁": 6189, + "a▁the▁": 6190, + "ior▁": 6191, + "mun": 6192, + "t▁,▁": 6193, + "command": 6194, + "practice▁": 6195, + "sensitive▁": 6196, + "addres": 6197, + "modern": 6198, + "nic": 6199, + "at▁all▁": 6200, + "seek▁": 6201, + "awak": 6202, + "ology▁": 6203, + "Prime▁": 6204, + "Lat": 6205, + "sett": 6206, + "ence▁of▁the▁": 6207, + "er▁in▁": 6208, + "book": 6209, + "dealt▁": 6210, + "and▁T": 6211, + "White▁": 6212, + "2007": 6213, + "West▁": 6214, + "prove▁": 6215, + "rule▁of▁": 6216, + "along▁the▁": 6217, + "U▁": 6218, + ",▁V": 6219, + "you▁will▁": 6220, + "office▁": 6221, + "▁telling▁": 6222, + "Jer": 6223, + "apparently▁": 6224, + "prepared▁to▁": 6225, + "concrete▁": 6226, + "bar▁": 6227, + "▁Tom▁": 6228, + "China▁": 6229, + "waste▁": 6230, + "ive.": 6231, + "yeah": 6232, + "Christmas▁": 6233, + "unemployment▁": 6234, + "▁The▁second▁": 6235, + "sight▁": 6236, + "certaint": 6237, + "▁  ▁–": 6238, + "sort▁of▁": 6239, + "▁The▁next▁day▁": 6240, + ",▁F": 6241, + "a▁p": 6242, + "lines▁": 6243, + "provides▁": 6244, + "substantial▁": 6245, + "construction▁": 6246, + "Jenn": 6247, + "ni": 6248, + "es▁that▁are▁": 6249, + "security▁and▁": 6250, + "sport": 6251, + "prostitut": 6252, + "have▁an▁": 6253, + "ify": 6254, + "governments▁": 6255, + "ourselves▁": 6256, + "advoc": 6257, + "soldiers▁": 6258, + "ogether▁": 6259, + "▁Nevertheless": 6260, + "us▁and▁": 6261, + "utch▁": 6262, + "space▁": 6263, + "childhood▁": 6264, + "Heal": 6265, + ",▁and▁they▁": 6266, + "inside▁": 6267, + "he▁will▁": 6268, + "causes▁": 6269, + "numerous▁": 6270, + "attach": 6271, + "justice▁": 6272, + "▁Eventually▁": 6273, + "rule▁": 6274, + "sper": 6275, + "s▁or▁": 6276, + "ated▁and▁": 6277, + "Lib": 6278, + "of▁my▁": 6279, + "Commission,▁": 6280, + "choos": 6281, + "children": 6282, + "▁test": 6283, + "excess": 6284, + "discovers▁that▁": 6285, + "speech▁": 6286, + "men▁and▁": 6287, + "farm▁": 6288, + "agree▁with▁the▁": 6289, + "didn't▁": 6290, + "amd▁": 6291, + "▁teach": 6292, + "procedures▁": 6293, + "breaks▁": 6294, + "▁they're▁": 6295, + "revis": 6296, + "endors": 6297, + "ready▁to▁": 6298, + "solution▁": 6299, + "lic": 6300, + "much▁more▁": 6301, + "▁If▁the▁": 6302, + "blood": 6303, + "perfect": 6304, + "Mr▁M": 6305, + "Mrs.▁": 6306, + "with▁regard▁to▁the▁": 6307, + "Bro": 6308, + "Lond": 6309, + "▁that▁we▁can▁": 6310, + "Frank": 6311, + "globalis": 6312, + "Sov": 6313, + "Germany▁": 6314, + ",▁as▁well▁as▁": 6315, + "it.▁": 6316, + "has▁also▁": 6317, + "Cal": 6318, + "do▁so": 6319, + "Member▁States": 6320, + "jun": 6321, + "ence▁and▁": 6322, + "lau": 6323, + "ing▁its▁": 6324, + "debate.": 6325, + "behind▁the▁": 6326, + "ity.▁": 6327, + "kept▁": 6328, + "uncle▁": 6329, + "need▁a▁": 6330, + "needed▁": 6331, + "els▁": 6332, + "verg": 6333, + "people▁are▁": 6334, + "ing▁out▁": 6335, + "medicin": 6336, + "á": 6337, + "raz": 6338, + "▁With▁regard": 6339, + "shown": 6340, + "▁In▁order▁to▁": 6341, + "on▁the▁t": 6342, + "▁She▁is▁": 6343, + "habit": 6344, + "forth": 6345, + "as▁a▁whol": 6346, + "with▁a▁view": 6347, + "lis": 6348, + "allowed▁to▁": 6349, + "in▁any▁": 6350, + "Cam": 6351, + "ille▁": 6352, + "information": 6353, + "a▁lot▁of▁": 6354, + "PE": 6355, + "mental▁": 6356, + "▁training▁": 6357, + "sacrific": 6358, + "his▁t": 6359, + "one▁th": 6360, + ",▁including▁": 6361, + "require▁": 6362, + "for▁our▁": 6363, + "insu": 6364, + "introduce▁": 6365, + "commitment▁": 6366, + "United▁Nations▁": 6367, + "which▁have▁": 6368, + "evid": 6369, + "message▁": 6370, + "anth": 6371, + "deep▁": 6372, + "B▁": 6373, + "what▁happen": 6374, + "▁terrorism▁": 6375, + "--▁": 6376, + "in▁particular▁": 6377, + "his▁wife▁": 6378, + "▁And": 6379, + "▁Tur": 6380, + "Marc": 6381, + "erve▁": 6382, + "feels▁": 6383, + "memor": 6384, + "Bulgar": 6385, + "mort": 6386, + "especi": 6387, + "money": 6388, + "people,▁": 6389, + "Amster": 6390, + "voting▁": 6391, + "poverty▁": 6392, + "ino▁": 6393, + ",▁these▁": 6394, + "cat▁": 6395, + "gett": 6396, + "inf": 6397, + "has▁no▁": 6398, + "bigg": 6399, + "plom": 6400, + "reconcil": 6401, + "ason▁": 6402, + "even▁though▁": 6403, + "divid": 6404, + "ari": 6405, + "shoot▁": 6406, + "diplom": 6407, + "gold▁": 6408, + "▁Today": 6409, + "earn": 6410, + "ler▁": 6411, + "which▁they▁": 6412, + "e▁to▁take▁": 6413, + "walk▁": 6414, + "▁Let▁me▁": 6415, + "olly▁": 6416, + "further": 6417, + "star▁": 6418, + "27": 6419, + "oil": 6420, + "ackl": 6421, + "ordinary▁": 6422, + "People": 6423, + "answer▁": 6424, + "structure▁": 6425, + "CA": 6426, + "▁thus▁": 6427, + "▁troub": 6428, + "Program": 6429, + "constantly▁": 6430, + "chos": 6431, + "record▁": 6432, + "officer▁": 6433, + "principle▁": 6434, + "sign▁": 6435, + "adjust": 6436, + "front▁": 6437, + ",▁so": 6438, + "atur": 6439, + "as▁soon▁": 6440, + "English▁": 6441, + "in▁which▁the▁": 6442, + "iver▁": 6443, + ",▁but▁I▁": 6444, + "her▁the▁": 6445, + "mail": 6446, + "La": 6447, + "hyp": 6448, + "ify▁the▁": 6449, + "finish": 6450, + "cod": 6451, + "ambitious▁": 6452, + "5-0": 6453, + "up▁a▁": 6454, + "ita▁": 6455, + "ollow": 6456, + "system.": 6457, + "accoun": 6458, + "referend": 6459, + "work▁and▁": 6460, + "wond": 6461, + "Council▁and▁": 6462, + "water": 6463, + "communit": 6464, + "▁This▁is▁the▁": 6465, + "ated▁by▁the▁": 6466, + "Fund▁": 6467, + "rights▁of▁": 6468, + "box": 6469, + "ction��": 6470, + "ive,▁": 6471, + "overe": 6472, + "state▁of▁": 6473, + "▁thought▁": 6474, + "▁One▁of▁the▁": 6475, + "uff": 6476, + "vac": 6477, + "mission": 6478, + "house▁and▁": 6479, + "as▁she▁": 6480, + "development.": 6481, + "happen▁": 6482, + "ew▁": 6483, + "dispos": 6484, + "voice▁": 6485, + "wonder": 6486, + "Western▁": 6487, + "electron": 6488, + "ers'▁": 6489, + "small▁and▁medium-sized▁": 6490, + "gle▁": 6491, + "intellig": 6492, + "mark▁": 6493, + "specifically▁": 6494, + "ffic▁": 6495, + "crisis": 6496, + "is▁very▁": 6497, + "using▁the▁": 6498, + "up▁with▁": 6499, + "difficulties▁": 6500, + "pretend": 6501, + "▁Firstly,▁": 6502, + "40": 6503, + "Jack": 6504, + "hunt": 6505, + "lets▁": 6506, + "presidency▁": 6507, + "▁Treat": 6508, + "exist▁": 6509, + "strict▁": 6510, + "analysis▁": 6511, + ",▁on▁behalf▁of▁the▁": 6512, + "▁Mr ": 6513, + "▁It▁is▁also▁": 6514, + "publish": 6515, + "▁well▁": 6516, + "Afgh": 6517, + "instruments▁": 6518, + "comments▁": 6519, + "years▁ago▁": 6520, + "Del": 6521, + "students▁": 6522, + "categ": 6523, + "Eastern▁": 6524, + "cof": 6525, + "limited▁": 6526, + "ant▁to▁": 6527, + "▁It▁is▁not▁": 6528, + "inks▁": 6529, + "sleep": 6530, + "Aud": 6531, + "▁Third": 6532, + "i▁mean▁": 6533, + "Jew": 6534, + "isol": 6535, + "of▁its▁": 6536, + "▁We▁th": 6537, + "report▁on▁": 6538, + "retri": 6539, + "reasons▁": 6540, + "es▁and▁the▁": 6541, + "area": 6542, + "Turkish▁": 6543, + "list▁": 6544, + "internal▁market▁": 6545, + "s;▁": 6546, + "for▁that▁": 6547, + "fine▁": 6548, + "decision-": 6549, + "only▁the▁": 6550, + "Mr▁": 6551, + "function": 6552, + "ck": 6553, + "complex▁": 6554, + "comment▁": 6555, + "▁They": 6556, + "catch▁": 6557, + "restaurant▁": 6558, + "▁The▁movie▁": 6559, + "▁As": 6560, + "costs▁": 6561, + "mainly▁": 6562, + "report,▁": 6563, + "organisations▁": 6564, + "EP": 6565, + "subject▁of▁": 6566, + "▁told▁": 6567, + "▁that▁a▁": 6568, + "him▁the▁": 6569, + ",▁in▁order▁to▁": 6570, + "Europe▁and▁": 6571, + "ha▁": 6572, + "of▁this": 6573, + "welf": 6574, + "60": 6575, + "Strateg": 6576, + "Ver": 6577, + "hero": 6578, + "bath": 6579, + "one▁that▁": 6580, + "no▁one▁": 6581, + "Bank▁": 6582, + "▁We▁need▁to▁": 6583, + "Confer": 6584, + "i.": 6585, + "out▁and▁": 6586, + "realis": 6587, + "learns▁that▁": 6588, + "aware▁of▁the▁": 6589, + "Human▁Right": 6590, + "▁travel▁": 6591, + "▁After▁a▁": 6592, + "projects▁": 6593, + "emergency▁": 6594, + "fighting▁": 6595, + "boys▁": 6596, + "fund▁": 6597, + "Captain▁": 6598, + "bind": 6599, + "injured▁": 6600, + "SME": 6601, + "vul": 6602, + "stak": 6603, + "coast": 6604, + "serious": 6605, + "spend▁": 6606, + "in▁all▁": 6607, + "ators▁": 6608, + "lack": 6609, + "reading▁": 6610, + "makes▁a▁": 6611, + "interests▁of▁": 6612, + "plant▁": 6613, + "all.": 6614, + "benefits▁": 6615, + "▁track": 6616, + "Social▁": 6617, + "orph": 6618, + "shr": 6619, + "Fis": 6620, + "Nov": 6621, + "Po": 6622, + "ena▁": 6623, + "courag": 6624, + "once▁again": 6625, + "farmers▁": 6626, + "suppli": 6627, + "pain": 6628, + "elling▁": 6629, + ",▁but▁she▁": 6630, + "Proced": 6631, + "Ev": 6632, + "enth": 6633, + "▁Back▁": 6634, + "fash": 6635, + "e▁today": 6636, + "Greek▁": 6637, + "''▁and▁": 6638, + "Sant": 6639, + "ipul": 6640, + "renewable▁": 6641, + "F▁": 6642, + "repl": 6643, + "uli": 6644, + "inclus": 6645, + "ia▁.": 6646, + "himself▁.": 6647, + "▁We▁should▁": 6648, + "status▁": 6649, + "a▁signific": 6650, + "▁to▁have▁": 6651, + "blow": 6652, + "e▁,▁who▁": 6653, + "from▁this▁": 6654, + "package▁": 6655, + ",▁as▁the▁": 6656, + "a▁time▁": 6657, + "ed▁its▁": 6658, + "▁to▁be▁a▁": 6659, + "challenges▁": 6660, + "beyond": 6661, + "ership▁": 6662, + "floor▁": 6663, + "morn": 6664, + "brought": 6665, + "east": 6666, + "sensu": 6667, + "▁Despite▁": 6668, + "▁Thank▁": 6669, + "idea▁of▁": 6670, + "agency▁": 6671, + "worri": 6672, + "regular": 6673, + "▁through▁a▁": 6674, + "Dar": 6675, + "▁The▁EU▁": 6676, + "upon▁the▁": 6677, + "credib": 6678, + "expect▁": 6679, + "it▁would▁": 6680, + "for▁t": 6681, + "summit▁": 6682, + "strange▁": 6683, + "campaign": 6684, + "ice-": 6685, + "▁tells▁the▁": 6686, + "confus": 6687, + "-RCB-▁-RCB-▁": 6688, + "m.": 6689, + "awa": 6690, + "reveals▁that▁": 6691, + "our▁own▁": 6692, + "says▁that▁": 6693, + ",▁and▁we▁": 6694, + "economic▁and▁social▁": 6695, + "National▁": 6696, + "years▁of▁": 6697, + "▁thereby▁": 6698, + "consolid": 6699, + "conference▁": 6700, + "gif": 6701, + "on▁that▁": 6702, + "s▁to▁a▁": 6703, + "gricul": 6704, + "daughter▁,▁": 6705, + "machin": 6706, + "pick": 6707, + "aff": 6708, + "ban▁": 6709, + "suicid": 6710, + "convince▁": 6711, + "itch▁": 6712, + "is▁.": 6713, + "▁Having▁": 6714, + "Belar": 6715, + "ates▁the▁": 6716, + "discovers▁": 6717, + "property▁": 6718, + "Om": 6719, + "cro": 6720, + "driving▁": 6721, + "loy": 6722, + "value▁": 6723, + "myself▁": 6724, + "anch": 6725, + "it▁is▁the▁": 6726, + "content▁": 6727, + "create▁a▁": 6728, + "eel": 6729, + "received▁": 6730, + "Cong": 6731, + "integrated▁": 6732, + "constructive▁": 6733, + "est▁of▁": 6734, + "goal": 6735, + "United▁King": 6736, + "▁that▁there▁are▁": 6737, + "▁The▁Council▁": 6738, + "includes▁": 6739, + "futur": 6740, + "Jud": 6741, + "coher": 6742, + "▁En": 6743, + "cross": 6744, + "▁Even▁": 6745, + "icks▁": 6746, + "ape▁": 6747, + "support▁for▁": 6748, + "judicial▁": 6749, + "block": 6750, + "regulatory▁": 6751, + "▁The▁next▁item▁is▁the▁": 6752, + "▁to▁make▁": 6753, + "somewhat▁": 6754, + "Egyp": 6755, + "outcom": 6756, + "gott": 6757, + "Tim": 6758, + "ate▁.": 6759, + "maintain▁": 6760, + "dump": 6761, + "and▁he▁": 6762, + "follows▁": 6763, + ",▁there▁is▁": 6764, + "immediate▁": 6765, + "itle▁": 6766, + "missing▁": 6767, + "extent": 6768, + "like▁to▁thank▁the▁": 6769, + "ionally▁": 6770, + "entry▁": 6771, + "▁Tom": 6772, + "claus": 6773, + "more▁and▁": 6774, + "shoots▁": 6775, + "most▁of▁the▁": 6776, + "relationship": 6777, + "domestic▁": 6778, + "President,▁": 6779, + "2010": 6780, + "▁Mr▁President,▁ladies▁and▁gentlemen": 6781, + "debate▁on▁the▁": 6782, + "▁But▁the▁": 6783, + "alli": 6784, + ",▁and▁she▁": 6785, + "chase▁": 6786, + "▁Finally▁": 6787, + "path": 6788, + "conclusions▁": 6789, + "credit▁": 6790, + "Don": 6791, + "Gen": 6792, + "ers▁of▁the▁": 6793, + "U.S.▁": 6794, + "a▁clear▁": 6795, + "cross-border▁": 6796, + "ideas▁": 6797, + "▁Re": 6798, + "▁transform": 6799, + "▁today.": 6800, + "eing▁": 6801, + "hidden▁": 6802, + "compani": 6803, + "assur": 6804, + ",▁I▁should▁like▁to▁": 6805, + "virt": 6806, + "increase▁in▁": 6807, + "Jess": 6808, + "obtain▁": 6809, + "bed▁": 6810, + "swe": 6811, + "▁Jo": 6812, + "implementation▁of▁": 6813, + "said,▁": 6814, + "4-0": 6815, + "▁oh▁": 6816, + "in▁B": 6817, + "verse▁": 6818, + "promoting▁": 6819, + "ini▁": 6820, + "product▁": 6821, + "however,▁": 6822, + "African▁": 6823, + "Laur": 6824, + "pril▁": 6825, + "manage▁to▁": 6826, + "put▁forward▁": 6827, + "front▁of▁": 6828, + "with▁S": 6829, + "▁there▁is▁no▁": 6830, + "echnical▁": 6831, + "led▁by▁": 6832, + "working": 6833, + "rol▁": 6834, + "ires▁": 6835, + "▁Sp": 6836, + "and▁and▁": 6837, + "▁truly▁": 6838, + "Regulation▁": 6839, + "Ky": 6840, + "e▁than": 6841, + "21": 6842, + "e:▁": 6843, + "appears▁": 6844, + "represent▁": 6845, + "▁takes▁the▁": 6846, + "such▁as": 6847, + "have▁already▁": 6848, + "``▁The▁": 6849, + "check": 6850, + "Mur": 6851, + "life▁and▁": 6852, + "ated.": 6853, + "ica▁": 6854, + "quir": 6855, + "front": 6856, + "argument▁": 6857, + "se.": 6858, + "you,▁": 6859, + "implement▁": 6860, + "situation.": 6861, + "as▁we▁": 6862, + "participate▁": 6863, + "revenge▁": 6864, + "ires": 6865, + "▁to▁get▁": 6866, + "craft▁": 6867, + "plen": 6868, + "implic": 6869, + "regard▁": 6870, + "sman▁": 6871, + "son▁.": 6872, + "and▁its▁": 6873, + "which▁he▁": 6874, + "▁Upon▁": 6875, + "Eli": 6876, + "investment": 6877, + "resolution": 6878, + "a▁significant▁": 6879, + "dying▁": 6880, + "ara▁": 6881, + "proposal.": 6882, + "sound": 6883, + "after▁a▁": 6884, + "es▁this▁": 6885, + "ocol": 6886, + "▁What▁is▁": 6887, + "istan": 6888, + "previously▁": 6889, + ",▁though": 6890, + "In▁": 6891, + "nic▁": 6892, + "point▁out": 6893, + "accepts▁": 6894, + "Committee▁on▁the▁": 6895, + "attention▁to▁the▁": 6896, + "herit": 6897, + "might▁be▁": 6898, + "you're▁": 6899, + "policy": 6900, + "leaves▁the▁": 6901, + "allows▁": 6902, + "▁Tr": 6903, + "ich▁": 6904, + "up▁.": 6905, + "undermin": 6906, + "also▁to▁": 6907, + "▁total▁": 6908, + "shif": 6909, + "Mont": 6910, + "ym": 6911, + "creating▁": 6912, + "afra": 6913, + "room▁.": 6914, + "at▁the▁same▁time▁": 6915, + "ities▁to▁": 6916, + "olution▁": 6917, + "spirit▁": 6918, + "celebr": 6919, + "T)": 6920, + "dark▁": 6921, + "eight▁": 6922, + "confid": 6923, + "pag": 6924, + "▁Later▁": 6925, + "procedure": 6926, + "MEP": 6927, + "fast": 6928, + "ext▁of▁": 6929, + "factor": 6930, + "condition▁": 6931, + "M▁": 6932, + "fres": 6933, + "address▁": 6934, + "home▁to▁": 6935, + "orn": 6936, + "quant": 6937, + "ement▁of▁the▁": 6938, + "Commissioner,▁ladies▁and▁gentlemen": 6939, + "ror▁": 6940, + "convict": 6941, + "collaps": 6942, + "safeguard": 6943, + "Naz": 6944, + "sovere": 6945, + "becomes▁a▁": 6946, + "neighb": 6947, + "immigration▁": 6948, + "hab": 6949, + "decad": 6950, + "ipp": 6951, + "campaign▁": 6952, + "account▁of▁the▁": 6953, + ")▁and▁": 6954, + "Cub": 6955, + "vamp": 6956, + "student": 6957, + "dynam": 6958, + "y▁of▁the▁": 6959, + "resent": 6960, + "what▁he▁": 6961, + "corp": 6962, + "requires▁": 6963, + "help▁to▁": 6964, + "insurance▁": 6965, + "been▁the▁": 6966, + "do▁you▁": 6967, + "leads▁": 6968, + "preced": 6969, + "intended▁to▁": 6970, + "neither▁": 6971, + "ove▁": 6972, + "an▁end": 6973, + "easily▁": 6974, + "▁(DE": 6975, + "favour": 6976, + "o.": 6977, + "e▁with▁": 6978, + "ystem▁": 6979, + "were▁not▁": 6980, + "special": 6981, + "precisely▁": 6982, + "and▁her▁": 6983, + "similar▁": 6984, + "▁Ladies▁and▁gentlemen": 6985, + "expens": 6986, + "must▁not▁": 6987, + "▁Parliament▁": 6988, + "fast▁": 6989, + "shared▁": 6990, + "integration▁": 6991, + "cast▁": 6992, + "Council's▁": 6993, + "Balk": 6994, + "place▁in▁": 6995, + "▁Since▁": 6996, + "▁Bar": 6997, + "3.": 6998, + "i▁was▁": 6999, + "eav": 7000, + "and▁to▁the▁": 7001, + "influence▁": 7002, + "AL": 7003, + "fing": 7004, + "invent": 7005, + "due▁": 7006, + "vulner": 7007, + "Er": 7008, + "ening▁": 7009, + "life▁,▁": 7010, + "▁term▁": 7011, + "hope▁that▁the▁": 7012, + "join▁the▁": 7013, + "clear▁that▁": 7014, + "associated▁": 7015, + "ed▁in▁this▁": 7016, + "from▁their▁": 7017, + "Rules▁of▁": 7018, + "prosper": 7019, + "emissions▁": 7020, + "for▁example,▁": 7021, + "chance▁": 7022, + "sent▁to▁": 7023, + "network▁": 7024, + "seeing▁": 7025, + "s▁their▁": 7026, + "intends▁to▁": 7027, + "jur": 7028, + "▁Dec": 7029, + ",▁in▁my▁": 7030, + "informs▁": 7031, + "major": 7032, + "▁Every": 7033, + "comply▁": 7034, + "anyth": 7035, + "families▁": 7036, + "injur": 7037, + "teen▁": 7038, + "▁trag": 7039, + "is▁not▁a▁": 7040, + "hors": 7041, + "exercis": 7042, + "Monetary▁": 7043, + "procedures": 7044, + "Dr": 7045, + "▁There▁is▁a▁": 7046, + "Cz": 7047, + "Joe▁": 7048, + "sitting▁": 7049, + "will▁have▁to▁": 7050, + "doubt▁": 7051, + "method▁": 7052, + "vess": 7053, + "few": 7054, + "rif": 7055, + "▁Follow": 7056, + "scal": 7057, + "discrimination▁": 7058, + "Justic": 7059, + "Portug": 7060, + "hag": 7061, + "iously▁": 7062, + "by▁his▁": 7063, + "something▁that▁": 7064, + "opening▁": 7065, + "starts▁to▁": 7066, + "Cypr": 7067, + "▁Jan": 7068, + "back▁.": 7069, + "round▁": 7070, + "st▁the▁": 7071, + "farmer": 7072, + "areas▁of▁": 7073, + "stres": 7074, + "defence▁": 7075, + "standard▁": 7076, + "in▁'s▁": 7077, + "properly▁": 7078, + "James▁": 7079, + "consensu": 7080, + "sea▁": 7081, + "latest▁": 7082, + "y▁for▁": 7083, + "problem▁of▁": 7084, + "ed▁it▁": 7085, + "stolen▁": 7086, + "box▁": 7087, + "lower▁": 7088, + ",▁and▁his▁": 7089, + "pilot▁": 7090, + "gard": 7091, + "issues.": 7092, + "movement▁": 7093, + "fallen▁": 7094, + "Mill": 7095, + "in▁T": 7096, + "recru": 7097, + "Commission▁and▁the▁": 7098, + "forest▁": 7099, + "-LRB-▁-LRB-▁-LRB-": 7100, + "ings▁and▁": 7101, + "▁to▁do▁": 7102, + "ently,▁": 7103, + "prospect": 7104, + "conserv": 7105, + "i▁gu": 7106, + "home▁and▁": 7107, + "Hungar": 7108, + "Sim": 7109, + "s▁'▁": 7110, + "useful▁": 7111, + "usual▁": 7112, + "etic▁": 7113, + "plat": 7114, + "lot▁of▁": 7115, + "having▁a▁": 7116, + "managed▁to▁": 7117, + "violent▁": 7118, + "monitoring▁": 7119, + "e▁through": 7120, + "sched": 7121, + "flexibility▁": 7122, + ",▁even▁": 7123, + "armed▁": 7124, + "attempt▁": 7125, + "President▁of▁the▁": 7126, + "sympath": 7127, + "chance▁to▁": 7128, + "peaceful▁": 7129, + "alleg": 7130, + "devot": 7131, + "whilst▁": 7132, + "burden▁": 7133, + "Rules▁of▁Proced": 7134, + "turn": 7135, + "▁There▁is▁no▁": 7136, + "daily▁": 7137, + "alway": 7138, + "according▁to▁": 7139, + "item": 7140, + "oul▁": 7141, + "ers▁in▁the▁": 7142, + "eth▁": 7143, + "▁Of▁course": 7144, + "obsess": 7145, + "jeal": 7146, + "is▁too▁": 7147, + "event▁": 7148, + "corpor": 7149, + "▁(P": 7150, + "fact,▁": 7151, + "heavy▁": 7152, + "deliber": 7153, + "colleague▁": 7154, + "stone▁": 7155, + "in▁,▁": 7156, + "at▁and▁": 7157, + "Group▁of▁the▁European▁": 7158, + "a▁th": 7159, + "Mr▁C": 7160, + "ings.": 7161, + "ity▁of▁the▁": 7162, + "r▁": 7163, + "au▁": 7164, + "interesting▁": 7165, + "Peter▁": 7166, + "journe": 7167, + "Cont": 7168, + "differenc": 7169, + "set▁out▁": 7170, + "dign": 7171, + "ely.": 7172, + "▁Afric": 7173, + "years▁ago": 7174, + "alism▁": 7175, + "one▁hand": 7176, + "has▁taken▁": 7177, + "Dor": 7178, + "Commission▁and▁": 7179, + "taken▁": 7180, + "UN▁": 7181, + "compliance▁": 7182, + "factory▁": 7183, + "succe": 7184, + "rible▁": 7185, + "as▁possible.": 7186, + "money▁to▁": 7187, + "and▁G": 7188, + "motor": 7189, + "ca▁n't▁": 7190, + "poor": 7191, + "Andre": 7192, + "hundred": 7193, + "illi": 7194, + "incident▁": 7195, + "witch": 7196, + "▁that▁was▁": 7197, + "institution": 7198, + "destin": 7199, + "friendship▁": 7200, + "finds▁a▁": 7201, + "Canad": 7202, + "-B": 7203, + "incent": 7204, + "beyond▁": 7205, + "!▁''": 7206, + "'s▁the▁": 7207, + "iy": 7208, + "about▁this▁": 7209, + "June▁": 7210, + "Agricul": 7211, + "believes▁": 7212, + "mix": 7213, + "king": 7214, + "match▁": 7215, + "could▁not▁": 7216, + "▁there's▁": 7217, + "health▁and▁": 7218, + "Group▁of▁the▁": 7219, + "reinforc": 7220, + "ing▁our▁": 7221, + "protest": 7222, + "gradu": 7223, + "imper": 7224, + "grav": 7225, + "effort▁": 7226, + "itors▁": 7227, + "discover▁": 7228, + "attacks▁": 7229, + "os▁Angel": 7230, + "es▁an▁": 7231, + "aps▁": 7232, + "ations": 7233, + "problem.": 7234, + "Servic": 7235, + "we▁t": 7236, + "song▁": 7237, + "animals▁": 7238, + "research▁and▁": 7239, + "permanent▁": 7240, + "chief▁": 7241, + "choice▁": 7242, + "skill": 7243, + ",▁of▁course,▁": 7244, + "eleph": 7245, + "s,▁I▁": 7246, + "2009": 7247, + "▁I▁am": 7248, + "matter.": 7249, + "result▁of▁the▁": 7250, + "fraud▁": 7251, + "range▁of▁": 7252, + "Den": 7253, + "beach▁": 7254, + "felt▁": 7255, + "largest▁": 7256, + "pick▁": 7257, + "money▁.": 7258, + "alifor": 7259, + "Alli": 7260, + "tries▁to▁": 7261, + "imprison": 7262, + "it▁will▁be▁": 7263, + "Nos▁": 7264, + "Vict": 7265, + "is▁un": 7266, + "Gar": 7267, + "e,▁to▁": 7268, + "icts▁": 7269, + "▁trust▁": 7270, + "reveals▁": 7271, + "regular▁": 7272, + "New": 7273, + "ebrat": 7274, + "sentenc": 7275, + "has▁already▁been▁": 7276, + "Scheng": 7277, + "similar": 7278, + ",▁therefore,▁": 7279, + "exclud": 7280, + "ized▁": 7281, + "Wash": 7282, + "payment▁": 7283, + "women▁and▁": 7284, + "whatever▁": 7285, + "risk▁of▁": 7286, + ",▁especially▁": 7287, + "arms▁": 7288, + "Slov": 7289, + "its": 7290, + "is▁concern": 7291, + "a▁European▁": 7292, + "advent": 7293, + "for▁its▁": 7294, + "uctural▁": 7295, + "Ukrain": 7296, + "by▁Mrs▁": 7297, + "mail▁": 7298, + "Ru": 7299, + "leng": 7300, + "percent▁": 7301, + "quality▁of▁": 7302, + "▁treatment▁": 7303, + "II▁": 7304, + "secretly▁": 7305, + "ated": 7306, + "has▁just▁": 7307, + "▁Over": 7308, + "sible▁": 7309, + "sure▁that▁": 7310, + "finds▁the▁": 7311, + "what▁they▁": 7312, + "safe▁": 7313, + "E▁": 7314, + "er's▁": 7315, + "2006": 7316, + "▁Reg": 7317, + "expert": 7318, + "The": 7319, + "from▁her▁": 7320, + "solidar": 7321, + "encounter▁": 7322, + "assassin": 7323, + "t▁'s▁": 7324, + "ouse▁": 7325, + "alcohol": 7326, + "Hol": 7327, + "ead": 7328, + "mention▁": 7329, + ",▁un": 7330, + "income▁": 7331, + "clu": 7332, + "representative▁": 7333, + "Soviet▁": 7334, + "Org": 7335, + "marks▁": 7336, + "except▁": 7337, + "el▁and▁": 7338, + "▁totally▁": 7339, + "▁that▁their▁": 7340, + "eptember▁": 7341, + "wand": 7342, + "convinces▁": 7343, + "source▁": 7344, + "Mr▁P": 7345, + "a▁situ": 7346, + "engine": 7347, + "stead▁": 7348, + "for▁the▁first": 7349, + "aliforn": 7350, + "tells▁": 7351, + "go▁to▁the▁": 7352, + "or▁'s▁": 7353, + "father": 7354, + "effort▁to▁": 7355, + "agn": 7356, + "pre-": 7357, + "Bill▁": 7358, + "umbl": 7359, + "▁terrorist▁": 7360, + "forms▁of▁": 7361, + "role▁of▁": 7362, + "efficiency▁": 7363, + "Dan": 7364, + "eir": 7365, + "arrest▁": 7366, + "is▁then▁": 7367, + "es▁from▁the▁": 7368, + "ive▁and▁": 7369, + "deal▁of▁": 7370, + "made▁to▁": 7371, + ",▁at▁": 7372, + "extens": 7373, + "cow": 7374, + "lot": 7375, + "Nick▁": 7376, + "ark": 7377, + "presence▁": 7378, + "combating▁": 7379, + "club▁": 7380, + "so▁many▁": 7381, + "so▁far▁": 7382, + "month▁": 7383, + "dollar": 7384, + "▁Only▁": 7385, + "barri": 7386, + "Robert▁": 7387, + "with▁them▁": 7388, + "ravel": 7389, + "▁Se": 7390, + "upp": 7391, + "▁to▁her▁": 7392, + "attle▁": 7393, + "el▁.": 7394, + "involving▁": 7395, + "kids▁": 7396, + "onto▁the▁": 7397, + "en▁,▁": 7398, + "equally▁": 7399, + "Charles▁": 7400, + "ing▁from▁the▁": 7401, + "ho": 7402, + "responsibilities▁": 7403, + "contains▁": 7404, + "ed▁when▁": 7405, + "al▁of▁the▁": 7406, + "God▁": 7407, + "Ry": 7408, + "mate▁": 7409, + "social": 7410, + "ram": 7411, + "▁tax▁": 7412, + "are▁tak": 7413, + "ries▁to▁": 7414, + "glad": 7415, + "systems▁": 7416, + "let▁me▁": 7417, + "forget": 7418, + "justifi": 7419, + "satisfi": 7420, + "areas.": 7421, + "physical▁": 7422, + "ends▁with▁": 7423, + "proposal▁to▁": 7424, + "ocks▁": 7425, + "EU▁and▁": 7426, + "imul": 7427, + "being▁a▁": 7428, + "with▁a▁view▁to▁": 7429, + "12▁": 7430, + "policy▁and▁": 7431, + "initiatives▁": 7432, + "vote▁in▁": 7433, + "clean": 7434, + "elderly▁": 7435, + "agencies▁": 7436, + "ofess": 7437, + "shel": 7438, + "a▁sc": 7439, + "a▁large▁": 7440, + "▁For▁the▁": 7441, + "election▁": 7442, + "Paris▁": 7443, + "implementation▁": 7444, + "rom▁": 7445, + "knif": 7446, + "namely▁": 7447, + "s▁them": 7448, + "2008": 7449, + "Union's▁": 7450, + "\"▁": 7451, + "▁their▁own▁": 7452, + ",▁but▁it▁": 7453, + "She": 7454, + "e▁tow": 7455, + "cous": 7456, + "enu": 7457, + "ally.": 7458, + "all▁these▁": 7459, + "▁Ex": 7460, + "▁team": 7461, + "Alex": 7462, + "Ham": 7463, + "apart▁": 7464, + "plays▁": 7465, + "infect": 7466, + "protection": 7467, + "congratulate▁the▁": 7468, + "conscious▁": 7469, + "activity▁": 7470, + "Charter▁": 7471, + "in▁some▁": 7472, + "so▁that▁the▁": 7473, + "subject▁to▁": 7474, + "ior": 7475, + "ally▁to▁": 7476, + "do▁the▁": 7477, + "jobs▁": 7478, + "accept▁the▁": 7479, + "other▁words,▁": 7480, + "man▁'s▁": 7481, + "consistent▁": 7482, + "site▁": 7483, + "iff": 7484, + "access▁": 7485, + "▁time▁,▁": 7486, + "Pak": 7487, + "ump▁": 7488, + "colon": 7489, + "withdraw": 7490, + "rail▁": 7491, + "compat": 7492, + "▁therefor": 7493, + "Jon": 7494, + "in▁C": 7495, + "an▁old▁": 7496, + "y,▁which▁": 7497, + "stopp": 7498, + "achieved▁": 7499, + "assistant▁": 7500, + "celebrat": 7501, + "▁Such▁": 7502, + "allowing▁": 7503, + "symb": 7504, + "we▁shall▁": 7505, + "▁I▁will▁": 7506, + "young▁woman▁": 7507, + "has▁not▁been▁": 7508, + "hit": 7509, + "island": 7510, + "look▁at▁": 7511, + "and▁tries▁to▁": 7512, + "because,▁": 7513, + "2004": 7514, + "ie▁and▁": 7515, + "so▁much▁": 7516, + "capable▁of▁": 7517, + "William": 7518, + "balanced▁": 7519, + "services.": 7520, + "World▁War": 7521, + "FR)": 7522, + "chap": 7523, + "in▁the▁field▁of▁": 7524, + "e▁to▁a▁": 7525, + "Portugu": 7526, + "Jimmy▁": 7527, + "betray": 7528, + "mer▁": 7529, + "er▁than▁": 7530, + "ic.": 7531, + "style▁": 7532, + "Europe.▁": 7533, + "legally▁": 7534, + "finding▁": 7535, + "crisis.": 7536, + "▁thousands▁of▁": 7537, + "▁trouble▁": 7538, + "edic": 7539, + "uss": 7540, + "▁Car": 7541, + "generally▁": 7542, + "innocent▁": 7543, + "language▁": 7544, + "enz": 7545, + "as▁his▁": 7546, + "genuin": 7547, + "es▁on▁the▁": 7548, + "Balt": 7549, + "acting▁": 7550, + "5.": 7551, + "zer": 7552, + "agreement.": 7553, + "sight": 7554, + "problems.": 7555, + "into▁his▁": 7556, + "drinking▁": 7557, + "enlargement": 7558, + "give▁th": 7559, + "22": 7560, + "onto▁": 7561, + "EU-": 7562, + "wife▁and▁": 7563, + "now.": 7564, + "motion▁for▁a▁": 7565, + "question.": 7566, + "benefic": 7567, + "relationship▁with▁": 7568, + "uggl": 7569, + "rapid": 7570, + "PPE": 7571, + "igno": 7572, + "countries▁and▁": 7573, + "reduce▁the▁": 7574, + "shor": 7575, + "blam": 7576, + "ignor": 7577, + "electric": 7578, + "Chris▁": 7579, + "oud": 7580, + "shot": 7581, + "people▁and▁": 7582, + "bus▁": 7583, + "died▁": 7584, + "je": 7585, + "usually▁": 7586, + "resum": 7587, + "le.▁": 7588, + "olly": 7589, + "only▁one▁": 7590, + "stead": 7591, + "Justice▁": 7592, + "at▁European▁": 7593, + "increase▁the▁": 7594, + "feelings▁": 7595, + "improvement": 7596, + "brother▁,▁": 7597, + "instruct": 7598, + "▁As▁regard": 7599, + ",▁thus▁": 7600, + "pass▁": 7601, + ",▁however▁,▁": 7602, + "explod": 7603, + "Indian▁": 7604, + "e▁those▁": 7605, + "proce": 7606, + "political▁and▁": 7607, + "disturb": 7608, + "commitment▁to▁": 7609, + "on▁our▁": 7610, + "drag": 7611, + "flight▁": 7612, + "incom": 7613, + "ex▁": 7614, + "assure▁": 7615, + "Ash": 7616, + "Bal": 7617, + "ies.▁": 7618, + "perform▁": 7619, + "Ven": 7620, + "set▁of▁": 7621, + "see▁that▁": 7622, + "rock▁": 7623, + "LA": 7624, + "sell▁": 7625, + "remember▁": 7626, + "WTO▁": 7627, + "maximum▁": 7628, + "-▁to▁": 7629, + "helps▁": 7630, + "advantage▁": 7631, + "piece▁of▁": 7632, + "lover▁": 7633, + "act▁of▁": 7634, + "support.": 7635, + "ability▁of▁": 7636, + "Swedish▁": 7637, + "scream": 7638, + "nothing▁to▁": 7639, + "▁Z": 7640, + "and▁takes▁": 7641, + "confer": 7642, + "ran▁": 7643, + "why": 7644, + "as▁possible▁": 7645, + "best▁friend▁": 7646, + "Structural▁": 7647, + "cell": 7648, + "s▁from▁the▁": 7649, + "sad": 7650, + "a▁serious▁": 7651, + "capacity▁": 7652, + "ona▁": 7653, + "high▁school▁": 7654, + "goes▁to▁the▁": 7655, + "▁Do▁": 7656, + "angry▁": 7657, + "God": 7658, + "Mel": 7659, + "bound": 7660, + "van": 7661, + "e,▁I▁": 7662, + "mans": 7663, + "scale▁": 7664, + "list▁of▁": 7665, + "in▁many▁": 7666, + "citizens,▁": 7667, + "ations▁to▁": 7668, + "affor": 7669, + "him▁a▁": 7670, + "wo-": 7671, + ",▁the▁t": 7672, + "brothers▁": 7673, + "▁For▁this▁": 7674, + "roat": 7675, + "es▁is▁": 7676, + "raw": 7677, + "definit": 7678, + "team▁": 7679, + "Go": 7680, + "Sand": 7681, + "European▁Union▁and▁": 7682, + "play▁a▁": 7683, + "Fre": 7684, + "gar▁": 7685, + "ancy▁": 7686, + "ion▁of▁a▁": 7687, + "ourism▁": 7688, + "content": 7689, + "because▁he▁": 7690, + "was▁to▁": 7691, + "Richard▁": 7692, + "where▁she▁": 7693, + "supplement": 7694, + "Billy▁": 7695, + "ie▁.": 7696, + "but▁is▁": 7697, + "deserv": 7698, + "afterno": 7699, + "u▁and▁": 7700, + "s▁with▁the▁": 7701, + "hide▁": 7702, + "sem": 7703, + "inary▁": 7704, + "elected▁": 7705, + "rich": 7706, + "check▁": 7707, + "likely▁to▁": 7708, + "age▁.": 7709, + "has▁made▁": 7710, + "2001": 7711, + "carrying▁": 7712, + "uh-h": 7713, + "SC": 7714, + ",▁at▁the▁": 7715, + "complex": 7716, + "concep": 7717, + "profit": 7718, + "zab": 7719, + "ston": 7720, + "devast": 7721, + "▁transfer": 7722, + "unfortunately▁": 7723, + "25▁": 7724, + "earch▁": 7725, + "▁Those▁": 7726, + "highest▁": 7727, + "dependent▁": 7728, + "romantic▁": 7729, + "gas": 7730, + ",▁you▁": 7731, + "40▁": 7732, + "eli": 7733, + "in▁199": 7734, + "has▁been": 7735, + "frustr": 7736, + "development▁and▁": 7737, + "response▁": 7738, + "makes▁it▁": 7739, + "secure▁": 7740, + "achieve▁th": 7741, + "December▁": 7742, + "e;▁": 7743, + "aware▁that▁": 7744, + "detailed▁": 7745, + "is▁therefore▁": 7746, + "preserv": 7747, + "respective▁": 7748, + "Internet▁": 7749, + "Henry▁": 7750, + "Pat": 7751, + "stock": 7752, + "killer▁": 7753, + "prepared▁": 7754, + "wakes▁": 7755, + "schedul": 7756, + "ing▁the▁t": 7757, + "ody▁": 7758, + "framework": 7759, + "▁to▁that▁": 7760, + "▁The▁European▁": 7761, + "North▁": 7762, + "vig": 7763, + "aged▁": 7764, + ",▁the▁Council▁": 7765, + "recommendations▁": 7766, + "Black▁": 7767, + "we're▁": 7768, + "rapid▁": 7769, + "s,▁to▁": 7770, + "in▁the▁t": 7771, + "who▁was▁": 7772, + "away▁from▁the▁": 7773, + "robber": 7774, + "extra": 7775, + "either": 7776, + "Committee▁on▁Budget": 7777, + "eat▁": 7778, + "manner": 7779, + "Security▁": 7780, + "fly▁": 7781, + "▁Sinc": 7782, + "massive▁": 7783, + "GA": 7784, + "atically▁": 7785, + "'s▁father▁": 7786, + "▁Both▁": 7787, + "rights.": 7788, + "off▁.": 7789, + ",▁if▁": 7790, + ",▁since▁": 7791, + "opposition▁": 7792, + "strengthen▁": 7793, + "intervention▁": 7794, + "s▁which▁": 7795, + "ili": 7796, + "contrad": 7797, + "▁Why▁": 7798, + "2000▁": 7799, + "because▁we▁": 7800, + "giant▁": 7801, + "a▁S": 7802, + "needed▁to▁": 7803, + "role▁in▁": 7804, + "▁traditional▁": 7805, + "enjoy▁": 7806, + "wall": 7807, + "adem": 7808, + "y,▁but▁": 7809, + "e▁ter": 7810, + "attention▁to▁": 7811, + "Queen▁": 7812, + "fisc": 7813, + "Afghan": 7814, + "figures▁": 7815, + "reput": 7816, + "ety▁": 7817, + "e▁that▁they▁": 7818, + "▁President▁": 7819, + "High▁": 7820, + "n't": 7821, + "orient": 7822, + "phen": 7823, + "▁teen": 7824, + "ride▁": 7825, + "electronic▁": 7826, + "in▁M": 7827, + "in.": 7828, + "▁Tse▁": 7829, + "mist": 7830, + "can't▁": 7831, + "majority▁of▁": 7832, + "people▁to▁": 7833, + "life": 7834, + "opol": 7835, + "friendly▁": 7836, + "stock▁": 7837, + "��that▁we▁should▁": 7838, + "partners▁": 7839, + "use▁of▁the▁": 7840, + "rights▁and▁": 7841, + "▁ten▁": 7842, + "▁Giv": 7843, + "urban▁": 7844, + "are▁being▁": 7845, + "▁From": 7846, + "find▁out▁": 7847, + "distinc": 7848, + "-to-": 7849, + "▁transparency▁": 7850, + "▁Com": 7851, + ",▁W": 7852, + "struggle▁": 7853, + "NAT": 7854, + "▁We▁cannot▁": 7855, + "human▁rights.": 7856, + "audience▁": 7857, + "ka▁": 7858, + "▁I▁can▁": 7859, + "▁Instead▁": 7860, + "less▁than▁": 7861, + "Schengen▁": 7862, + "Gal": 7863, + "most▁of▁": 7864, + "ened▁": 7865, + "in▁Europe.": 7866, + "ear▁": 7867, + "one▁day▁": 7868, + "look▁at▁the▁": 7869, + "Nether": 7870, + "for▁your▁": 7871, + "Max▁": 7872, + "ets▁": 7873, + "right▁of▁": 7874, + "human▁rights▁and▁": 7875, + "liter": 7876, + "are▁to▁be▁": 7877, + "assessment▁": 7878, + "Belg": 7879, + "xim": 7880, + ",▁and▁to▁": 7881, + "fulfill": 7882, + "House.": 7883, + "authority▁": 7884, + ",▁two▁": 7885, + "Iran": 7886, + "place.": 7887, + "Army▁": 7888, + "gambl": 7889, + "sleep▁": 7890, + "esc": 7891, + ",▁which▁was▁": 7892, + "added▁": 7893, + "ionary▁": 7894, + "man▁,▁": 7895, + "anda▁": 7896, + "▁We▁will▁": 7897, + "survive▁": 7898, + "consequences▁": 7899, + "i▁think": 7900, + ",▁Mrs▁": 7901, + "es,▁which▁": 7902, + "lett": 7903, + "support▁for▁the▁": 7904, + "known▁as▁": 7905, + "oz": 7906, + "p.": 7907, + "rian▁": 7908, + "▁Member▁": 7909, + "Republ": 7910, + "Sol": 7911, + "ing▁at▁": 7912, + "egg": 7913, + "legislation.": 7914, + "side▁of▁the▁": 7915, + "fianc": 7916, + "measure▁": 7917, + "walking▁": 7918, + "growth▁and▁": 7919, + "shop▁": 7920, + "living▁in▁": 7921, + ",▁then": 7922, + "emphasis▁": 7923, + "computer▁": 7924, + "ated▁in▁the▁": 7925, + ",▁although▁": 7926, + "then▁": 7927, + "stable▁": 7928, + "e▁of▁his▁": 7929, + "going▁to▁be▁": 7930, + "danger": 7931, + "Energ": 7932, + "gri": 7933, + "discipl": 7934, + "Netherland": 7935, + "action.": 7936, + "many": 7937, + "boat": 7938, + "designed▁to▁": 7939, + "wonder▁": 7940, + "ated▁to▁": 7941, + "letter": 7942, + "purchas": 7943, + "etc": 7944, + "relating▁to▁the▁": 7945, + "29": 7946, + "oy▁": 7947, + "ion▁,▁": 7948, + "crucial": 7949, + "ancial▁": 7950, + "▁train▁": 7951, + "system▁of▁": 7952, + "hun": 7953, + "Amendments▁": 7954, + "ations.▁": 7955, + "economy.": 7956, + ",▁and▁then▁": 7957, + "amount▁": 7958, + "load": 7959, + "leader▁": 7960, + "aspir": 7961, + "I▁was▁": 7962, + "killed▁by▁": 7963, + "involved▁in▁the▁": 7964, + "Conference▁": 7965, + "▁traffic▁": 7966, + "forest": 7967, + "budget.": 7968, + "steps▁": 7969, + "it▁,▁": 7970, + "mann": 7971, + "e▁that▁is▁": 7972, + "penalt": 7973, + "Bas": 7974, + "uan": 7975, + "on▁is▁": 7976, + "drop▁": 7977, + "return▁to▁the▁": 7978, + "primary▁": 7979, + "buy": 7980, + "ance▁of▁the▁": 7981, + ",▁there▁is▁a▁": 7982, + "▁but▁": 7983, + "before": 7984, + "express▁my▁": 7985, + "iness▁": 7986, + "fores": 7987, + "stuff": 7988, + "naturally▁": 7989, + "uxemb": 7990, + "Red▁": 7991, + "fuel▁": 7992, + "within▁the▁framework▁": 7993, + "bringing▁": 7994, + "▁Perhap": 7995, + "statu": 7996, + "iny▁": 7997, + "motiv": 7998, + "climb": 7999, + "mos": 8000, + "lock": 8001, + "provided▁": 8002, + "es▁,▁and▁": 8003, + "with▁its▁": 8004, + "said▁that▁": 8005, + "prepare▁": 8006, + "institutions.": 8007, + "neverth": 8008, + "Pap": 8009, + "rab": 8010, + "els": 8011, + "interrupt": 8012, + "report.▁": 8013, + "when▁it▁comes▁to▁": 8014, + "bag": 8015, + "es▁for▁the▁": 8016, + "eal▁": 8017, + "sak": 8018, + "accus": 8019, + "ings,▁": 8020, + "▁Americ": 8021, + "deals▁": 8022, + "earth": 8023, + "Steve▁": 8024, + "movement▁of▁": 8025, + "walk": 8026, + "omorrow▁": 8027, + "haz": 8028, + "s▁,▁he▁": 8029, + "otherwise▁": 8030, + "CI": 8031, + "▁Europe▁": 8032, + "▁May▁": 8033, + "without▁the▁": 8034, + "many▁of▁the▁": 8035, + "trad": 8036, + "considered▁": 8037, + "24": 8038, + "▁\\*": 8039, + "and▁D": 8040, + "say▁that▁the▁": 8041, + "involvement▁": 8042, + "deeply▁": 8043, + "eum▁": 8044, + "incident": 8045, + "society.": 8046, + "complain": 8047, + "100▁": 8048, + "scar": 8049, + "encounters▁": 8050, + "23": 8051, + "for▁us▁to▁": 8052, + "Univers": 8053, + "Council▁to▁": 8054, + "expenditure▁": 8055, + "we▁need▁": 8056, + "-▁I▁": 8057, + "bert": 8058, + "grow▁": 8059, + "which▁was▁": 8060, + "risks▁": 8061, + "payment": 8062, + "as▁regards▁": 8063, + "falls▁in▁love▁with▁": 8064, + "latter▁": 8065, + "ption▁": 8066, + "help▁the▁": 8067, + "▁talks▁": 8068, + "committed▁": 8069, + "knew▁": 8070, + "kiss": 8071, + "prosecut": 8072, + "perfect▁": 8073, + "opinion,▁": 8074, + "inhabit": 8075, + "development▁of▁the▁": 8076, + "paper▁": 8077, + "about▁her▁": 8078, + "e)": 8079, + "fol": 8080, + "union▁": 8081, + "story▁of▁": 8082, + "double▁": 8083, + "dinner▁": 8084, + "cell▁": 8085, + "explic": 8086, + "airport▁": 8087, + "established▁": 8088, + "apologiz": 8089, + "employment.": 8090, + "accordance▁with▁the▁": 8091, + "Vi": 8092, + "finance▁": 8093, + "drink▁": 8094, + "means▁that▁": 8095, + "material▁": 8096, + "irt": 8097, + "grave▁": 8098, + "moving▁": 8099, + "so▁as▁to▁": 8100, + "Cla": 8101, + "ethnic▁": 8102, + "get▁a▁": 8103, + "intend▁to▁": 8104, + "castle▁": 8105, + "mass▁": 8106, + "es▁as▁": 8107, + "aking▁": 8108, + "have▁no▁": 8109, + "▁II▁": 8110, + "willing": 8111, + "slowly▁": 8112, + "optim": 8113, + "Czech▁": 8114, + "uxembour": 8115, + "but▁they▁": 8116, + "during▁a▁": 8117, + "bert▁": 8118, + "equipment▁": 8119, + "quart": 8120, + "are▁talking▁": 8121, + ",▁particularly▁": 8122, + "historic▁": 8123, + "phenomen": 8124, + "roll▁": 8125, + "overcom": 8126, + "abled▁": 8127, + "planet▁": 8128, + "attempting▁to▁": 8129, + "carry▁out▁": 8130, + "RO": 8131, + "cart": 8132, + "president": 8133, + "inform▁": 8134, + "redi": 8135, + "environment.": 8136, + "were▁to▁": 8137, + "Court▁": 8138, + "repeatedly▁": 8139, + "happily▁": 8140, + "ually": 8141, + "▁top": 8142, + "pois": 8143, + "discuss▁": 8144, + "Bab": 8145, + "in▁the▁same▁": 8146, + "ritory▁": 8147, + "future▁of▁": 8148, + "referr": 8149, + "laid▁down▁": 8150, + ",▁together▁": 8151, + "Sal": 8152, + "enda▁": 8153, + "e▁three▁": 8154, + "ishn": 8155, + "given▁to▁": 8156, + "s▁are▁not▁": 8157, + "link▁": 8158, + "important.": 8159, + "Rad": 8160, + "▁i▁": 8161, + "ong▁K": 8162, + "reducing▁": 8163, + "▁today's▁": 8164, + "uke▁": 8165, + "es,▁but▁": 8166, + "ation,▁the▁": 8167, + "▁Har": 8168, + "▁Last": 8169, + "Arab": 8170, + "y▁to": 8171, + "cooperation.": 8172, + "ed▁him▁": 8173, + "we▁cannot▁": 8174, + "▁trapp": 8175, + "fring": 8176, + "introduction▁of▁": 8177, + "post-": 8178, + "forthcoming▁": 8179, + "bacc": 8180, + "hil": 8181, + "ence▁to▁": 8182, + "mart": 8183, + "▁time▁.": 8184, + "possibly▁": 8185, + "green▁": 8186, + "ustral": 8187, + "investigation▁": 8188, + "London▁": 8189, + "usi": 8190, + "anch▁": 8191, + "her▁that▁": 8192, + "ellect": 8193, + "Ben▁": 8194, + "pir": 8195, + "enters▁": 8196, + "ras": 8197, + "involve▁": 8198, + "welfare▁": 8199, + "onom": 8200, + "regime▁": 8201, + "returns▁to▁the▁": 8202, + "limit▁": 8203, + "ctober▁": 8204, + "Kat": 8205, + "appeared▁": 8206, + "directive.": 8207, + "Cas": 8208, + "without▁any▁": 8209, + "Ombud": 8210, + "Bank": 8211, + ",▁of▁": 8212, + "s,▁as▁": 8213, + "Court▁of▁Aud": 8214, + "detective▁": 8215, + "and▁in▁": 8216, + "oss": 8217, + "▁I▁would": 8218, + "Commission’s▁": 8219, + "prompt": 8220, + ",▁the▁two▁": 8221, + "empty▁": 8222, + "way▁.": 8223, + "Ap": 8224, + "fate▁": 8225, + "mic": 8226, + "prohib": 8227, + "export▁": 8228, + "park▁": 8229, + "for▁these▁": 8230, + "li▁": 8231, + "s▁into▁": 8232, + "deal▁with▁the▁": 8233, + "desire▁to▁": 8234, + "mel": 8235, + "▁Sub": 8236, + "facing▁": 8237, + "▁When▁she▁": 8238, + "birthday▁": 8239, + "mouth▁": 8240, + "path▁": 8241, + "helic": 8242, + "rapporteur,▁Mr": 8243, + "obstacl": 8244, + "at▁an▁": 8245, + "utr": 8246, + "ing▁to▁be▁": 8247, + "▁Group.▁-▁(": 8248, + "Sk": 8249, + "hench": 8250, + "percent": 8251, + "protect▁the▁": 8252, + "▁teacher▁": 8253, + "damage▁": 8254, + "agon": 8255, + "evit": 8256, + "full": 8257, + "champ": 8258, + "chann": 8259, + "going": 8260, + "frag": 8261, + "ertain": 8262, + "▁time▁and▁": 8263, + "variet": 8264, + "Jef": 8265, + "bann": 8266, + "seas": 8267, + "▁trust": 8268, + "birth▁": 8269, + "196": 8270, + "dedic": 8271, + "Muslim": 8272, + "ouch▁": 8273, + "spending▁": 8274, + "Mr▁L": 8275, + "evening▁": 8276, + "Affairs,▁": 8277, + "e▁through▁": 8278, + "one▁of▁his▁": 8279, + "er▁,▁who▁": 8280, + "bodies▁": 8281, + "extent▁": 8282, + "bridg": 8283, + "underlin": 8284, + "borders▁": 8285, + "gather": 8286, + "on▁these▁": 8287, + "uv": 8288, + "funeral▁": 8289, + "vehicle▁": 8290, + "yard▁": 8291, + "▁uh▁": 8292, + "aspect▁": 8293, + "grandfather▁": 8294, + "voluntary▁": 8295, + "Serb": 8296, + "on,▁": 8297, + "on▁its▁": 8298, + "able▁to": 8299, + "informed▁": 8300, + "interested▁in▁": 8301, + "People's▁": 8302, + "es▁it▁": 8303, + "oto▁": 8304, + "attempts▁": 8305, + "shows▁up▁": 8306, + "▁We▁therefore▁": 8307, + "Portuguese▁": 8308, + "made▁by▁the▁": 8309, + "levels▁of▁": 8310, + "relatively▁": 8311, + "▁target": 8312, + "or▁is▁": 8313, + "crash▁": 8314, + "▁He▁also▁": 8315, + "mountain▁": 8316, + "and▁therefore▁": 8317, + "predict": 8318, + "gender▁": 8319, + "day.": 8320, + "▁type▁of▁": 8321, + "pict": 8322, + "amin": 8323, + "constitutional▁": 8324, + "wash": 8325, + "ute▁": 8326, + "adopted▁by▁the▁": 8327, + "escape▁.": 8328, + "referred▁to▁": 8329, + "Sarah▁": 8330, + "excit": 8331, + "ection▁": 8332, + "estion▁": 8333, + "measures.": 8334, + "reform▁of▁the▁": 8335, + "ph▁": 8336, + "blind▁": 8337, + "down▁.": 8338, + "igu": 8339, + "beginn": 8340, + "authoris": 8341, + "▁technology▁": 8342, + "president▁": 8343, + "and▁take▁": 8344, + "'▁.": 8345, + "new▁Member▁Stat": 8346, + "ers▁who▁": 8347, + "policem": 8348, + "minority▁": 8349, + "ensure▁the▁": 8350, + "Economic▁and▁": 8351, + "recall": 8352, + "agreed▁": 8353, + "wishes▁to▁": 8354, + "iently▁": 8355, + "green": 8356, + "decision▁to▁": 8357, + "easy▁": 8358, + "decision-making▁": 8359, + "contradict": 8360, + "ing,▁and▁": 8361, + "e▁things▁": 8362, + "otic▁": 8363, + "camer": 8364, + "ella▁": 8365, + "Member▁States▁and▁": 8366, + "night▁.": 8367, + "legitimate▁": 8368, + "summer▁": 8369, + "Republic▁of▁": 8370, + "dealt▁with▁": 8371, + "a▁second▁": 8372, + "information▁and▁": 8373, + "▁However,▁I▁": 8374, + "boss▁": 8375, + "a▁more▁": 8376, + "ared": 8377, + "operating▁": 8378, + "debt▁": 8379, + "u▁.": 8380, + "America▁": 8381, + "friends▁,▁": 8382, + "``▁S": 8383, + "commitments▁": 8384, + "constant▁": 8385, + "infrastruct": 8386, + "Me": 8387, + "individual": 8388, + "hard▁to▁": 8389, + "bilateral▁": 8390, + "reiter": 8391, + "u▁'s▁": 8392, + "match": 8393, + "firmly▁": 8394, + "conclusion": 8395, + "Committee▁on▁the▁Environ": 8396, + "Fl": 8397, + "istan▁": 8398, + "wealth▁": 8399, + "card▁": 8400, + "▁that▁will▁": 8401, + "lying▁": 8402, + "learning▁": 8403, + "collabor": 8404, + "destroy▁": 8405, + "executive▁": 8406, + "newspap": 8407, + "Agreement▁": 8408, + "according▁to▁the▁": 8409, + "looking▁for▁": 8410, + "asbour": 8411, + "s▁of▁his▁": 8412, + "liff▁": 8413, + "services,▁": 8414, + "defend▁": 8415, + "organised▁": 8416, + "store▁": 8417, + "▁At▁the▁same▁time,▁": 8418, + "we▁do▁not▁": 8419, + "friends▁.": 8420, + "-▁C": 8421, + "▁take▁this▁": 8422, + "young▁man▁": 8423, + "Ass": 8424, + "iou": 8425, + "ician▁": 8426, + "▁On▁the▁other▁hand": 8427, + "i▁don't▁know▁": 8428, + "26": 8429, + "Los▁Angel": 8430, + "documents▁": 8431, + "▁  ▁Mr▁President,▁": 8432, + "fiscal▁": 8433, + "included▁in▁the▁": 8434, + "coordination▁": 8435, + "Kur": 8436, + "patient": 8437, + "conduct▁": 8438, + "▁  ▁.▁Mr▁President": 8439, + "ing-": 8440, + "he's▁": 8441, + "▁Unfortunately▁": 8442, + "▁track▁": 8443, + "weight▁": 8444, + "auth": 8445, + "ently": 8446, + "lit▁": 8447, + "ruin": 8448, + "▁It▁is▁therefore▁": 8449, + "th-": 8450, + "ally,▁the▁": 8451, + "speaking▁": 8452, + "staff": 8453, + "primarily▁": 8454, + "a▁lot▁": 8455, + "Yug": 8456, + "ais": 8457, + "it▁in▁": 8458, + "intellect": 8459, + "minim": 8460, + "194": 8461, + "plane▁": 8462, + "access▁to▁the▁": 8463, + "video▁": 8464, + "region.": 8465, + "retire": 8466, + "reached▁": 8467, + "dealing▁with▁": 8468, + "Paper▁": 8469, + "ought▁to▁": 8470, + "ield": 8471, + "enant▁": 8472, + "as▁much▁": 8473, + "intens": 8474, + "have▁been": 8475, + "▁takes▁a▁": 8476, + "over▁a▁": 8477, + "phil": 8478, + "personally▁": 8479, + "newspaper▁": 8480, + "individu": 8481, + "Trans": 8482, + "Ob": 8483, + "eam▁": 8484, + "ittle▁": 8485, + "storm▁": 8486, + "memory▁": 8487, + "into▁an▁": 8488, + "hair▁": 8489, + "clin": 8490, + "if▁she▁": 8491, + "▁Amend": 8492, + "positions▁": 8493, + "ance▁.": 8494, + "challenge▁": 8495, + "hesit": 8496, + "Wat": 8497, + "lak": 8498, + "oll▁": 8499, + "e▁today▁": 8500, + "agricult": 8501, + "28": 8502, + "eous▁": 8503, + "iday▁": 8504, + "comfort": 8505, + "largely▁": 8506, + "ed▁with▁a▁": 8507, + "account▁of▁": 8508, + "million": 8509, + "▁I▁believe▁": 8510, + "feed": 8511, + "position▁to▁": 8512, + "customs▁": 8513, + "Bu": 8514, + "Bos": 8515, + "hol▁": 8516, + "ing▁them": 8517, + "rifi": 8518, + "Sa": 8519, + "and▁L": 8520, + "oubt": 8521, + "determined▁to▁": 8522, + "elm": 8523, + "ister▁": 8524, + "athan▁": 8525, + "Profess": 8526, + "dead▁.": 8527, + "alien▁": 8528, + "inside▁the▁": 8529, + "biggest▁": 8530, + "entitl": 8531, + "in▁the▁world▁": 8532, + "democracy▁and▁": 8533, + "guilty▁": 8534, + "GD": 8535, + "young▁people▁": 8536, + "reasonable▁": 8537, + "otal▁": 8538, + "what▁I▁": 8539, + "we▁th": 8540, + "making▁the▁": 8541, + "reaten": 8542, + "fired▁": 8543, + "Strasbour": 8544, + "bon": 8545, + "dos": 8546, + "ancient▁": 8547, + "base▁": 8548, + "Spain▁": 8549, + "ani▁": 8550, + "accur": 8551, + "T▁": 8552, + "avid▁": 8553, + "ude▁": 8554, + "keep▁the▁": 8555, + "▁However▁,▁the▁": 8556, + "cerem": 8557, + "enthusi": 8558, + "favor": 8559, + "-in-law▁": 8560, + "Socialist▁": 8561, + "Ray▁": 8562, + "me.": 8563, + "simple▁": 8564, + "allow▁the▁": 8565, + "failed▁to▁": 8566, + "geograph": 8567, + "Vir": 8568, + "Parliament,▁": 8569, + "difference▁": 8570, + "Charl": 8571, + "Agency▁": 8572, + "archit": 8573, + "insp": 8574, + "eness▁of▁": 8575, + "each▁other▁.": 8576, + "...": 8577, + "programme.": 8578, + "ely,▁": 8579, + "context▁of▁": 8580, + "rown": 8581, + "consider▁the▁": 8582, + "drives▁": 8583, + "Dutch▁": 8584, + "cost▁of▁": 8585, + "saw": 8586, + "sees▁the▁": 8587, + "leaving▁the▁": 8588, + "full▁of▁": 8589, + "point▁of▁view": 8590, + "bes": 8591, + "enny▁": 8592, + ",▁for▁example,▁": 8593, + "interview": 8594, + "an▁agreement▁": 8595, + "print": 8596, + "soon": 8597, + "equiv": 8598, + "s▁were▁": 8599, + "share▁the▁": 8600, + "Stability▁": 8601, + "does▁the▁": 8602, + "England▁": 8603, + "mountain": 8604, + "hundred▁": 8605, + "dad▁": 8606, + "accompani": 8607, + "countries▁of▁": 8608, + "▁That▁is▁the▁": 8609, + "alised▁": 8610, + "whom▁he▁": 8611, + "cannot": 8612, + "down▁and▁": 8613, + "wife▁.": 8614, + "tell": 8615, + "ed▁into▁the▁": 8616, + "looked▁": 8617, + "section▁": 8618, + "interests▁of▁the▁": 8619, + "steal▁": 8620, + "millions▁of▁": 8621, + "engage▁": 8622, + "national": 8623, + "ed▁,▁and▁": 8624, + "successful": 8625, + "of▁the▁European▁Parliament▁": 8626, + "install": 8627, + "explain▁": 8628, + "principles▁": 8629, + "concept▁of▁": 8630, + "-term▁": 8631, + "▁When▁they▁": 8632, + "On": 8633, + "Viet": 8634, + "ecom": 8635, + "his▁family▁": 8636, + "her▁,▁": 8637, + "▁As▁they▁": 8638, + "states▁that▁": 8639, + "okay▁": 8640, + "improved▁": 8641, + "...▁": 8642, + "spot▁": 8643, + "correspond": 8644, + "last▁year": 8645, + "debate,▁": 8646, + "inevit": 8647, + "seemingly▁": 8648, + "and▁we▁": 8649, + "urely▁": 8650, + "as▁well▁as▁the▁": 8651, + "Structural▁Fund": 8652, + "diam": 8653, + "a▁coupl": 8654, + "Nat": 8655, + "at▁least": 8656, + "▁Wor": 8657, + "rights,▁": 8658, + "existence▁": 8659, + "subsequently▁": 8660, + "excessive▁": 8661, + "small▁and▁medium-sized▁enterpris": 8662, + "O'": 8663, + "spot": 8664, + "must▁also▁": 8665, + "appeal": 8666, + "interest▁in▁": 8667, + "is▁an▁important▁": 8668, + "brief▁": 8669, + "intim": 8670, + "▁tried▁to▁": 8671, + "falling▁": 8672, + "interven": 8673, + "Great▁": 8674, + "TV▁": 8675, + "▁that,▁in▁": 8676, + "Chic": 8677, + "▁Do": 8678, + "and▁M": 8679, + "I▁should▁like▁to▁": 8680, + "declin": 8681, + "soci": 8682, + "put▁in▁": 8683, + "Clint": 8684, + "une▁": 8685, + "moral▁": 8686, + "on▁the▁basis▁of▁": 8687, + "Thom": 8688, + "and-": 8689, + "States▁": 8690, + "restor": 8691, + "machine▁": 8692, + "Kh": 8693, + "s▁the▁t": 8694, + ";▁he▁": 8695, + "invites▁": 8696, + "es▁t": 8697, + "handl": 8698, + "aircraft▁": 8699, + "solutions▁": 8700, + "d'": 8701, + "▁to▁see▁": 8702, + "vital": 8703, + "saying": 8704, + "supporting▁": 8705, + "perfectly▁": 8706, + "saving▁": 8707, + "or▁in▁": 8708, + ",▁which▁has▁": 8709, + "crowd▁": 8710, + "cept": 8711, + "said.": 8712, + "credits▁": 8713, + "ize▁": 8714, + "partnership": 8715, + "as▁well.": 8716, + "contract▁": 8717, + "but▁to▁": 8718, + "currency▁": 8719, + "debate▁on▁": 8720, + "Johnny▁": 8721, + "▁though": 8722, + "y▁.▁": 8723, + "aksh": 8724, + "in▁the▁area▁of▁": 8725, + "position.": 8726, + "emper": 8727, + "us▁the▁": 8728, + "▁Pol": 8729, + "carefully▁": 8730, + "-00": 8731, + "s▁-▁": 8732, + "a▁common▁": 8733, + "of▁European▁": 8734, + "witch▁": 8735, + "as▁a▁s": 8736, + "son▁,▁": 8737, + "▁Madam▁President,▁I▁": 8738, + "understand▁the▁": 8739, + "youth▁": 8740, + "commod": 8741, + "even▁the▁": 8742, + "expensive▁": 8743, + "Pri": 8744, + "eastern▁": 8745, + "o,▁": 8746, + "repli": 8747, + "veter": 8748, + "note▁": 8749, + "membership▁": 8750, + "differences▁": 8751, + "implementing▁": 8752, + "member▁of▁the▁": 8753, + "Sus": 8754, + "ifying▁": 8755, + "worked▁": 8756, + "report▁and▁": 8757, + "owner▁": 8758, + "European▁Union.▁": 8759, + "undoubt": 8760, + "collective▁": 8761, + "wild▁": 8762, + "utt": 8763, + "gets▁a▁": 8764, + "flying▁": 8765, + "become▁the▁": 8766, + "concerns▁the▁": 8767, + "▁turns▁out": 8768, + "vehicl": 8769, + "oo▁": 8770, + "just▁a▁": 8771, + "irty▁": 8772, + "▁Its▁": 8773, + "my▁own▁": 8774, + "origin▁": 8775, + "pictur": 8776, + "adm": 8777, + "oslav": 8778, + "ated▁in▁": 8779, + "ities▁and▁": 8780, + "regrett": 8781, + "sanct": 8782, + "Cath": 8783, + "pas": 8784, + "pet▁": 8785, + "up.": 8786, + "smuggl": 8787, + "improvement▁": 8788, + "mechanism▁": 8789, + "aries▁": 8790, + "escapes▁": 8791, + "simpli": 8792, + "a▁to": 8793, + "could▁have▁": 8794, + "men▁.": 8795, + "divorce▁": 8796, + "Lind": 8797, + "ly.▁": 8798, + "Alban": 8799, + ",▁where▁he▁": 8800, + "▁Im": 8801, + "odd▁": 8802, + "although": 8803, + "car▁.": 8804, + "Atl": 8805, + "of▁two▁": 8806, + "as▁and▁": 8807, + "must▁not▁be▁": 8808, + "▁Though▁": 8809, + "European▁Parliament.": 8810, + "revolv": 8811, + "revealed▁that▁": 8812, + "loves▁": 8813, + "hi▁": 8814, + "calling▁": 8815, + "res▁the▁": 8816, + "killed▁.": 8817, + "▁that▁there▁is▁": 8818, + "period▁of▁": 8819, + "pension▁": 8820, + "Civ": 8821, + "alty▁": 8822, + "▁El": 8823, + "seeking▁": 8824, + "Sy": 8825, + "for▁example": 8826, + "into▁account▁": 8827, + "help▁of▁": 8828, + "perspective▁": 8829, + "policy▁of▁": 8830, + "Fir": 8831, + "We": 8832, + "we▁all▁": 8833, + "obvious": 8834, + "off▁to▁": 8835, + "call▁on▁the▁": 8836, + "Sher": 8837, + "ion▁in▁": 8838, + "company": 8839, + "demands▁": 8840, + "ism.": 8841, + "abandoned▁": 8842, + "Alex▁": 8843, + "iting▁": 8844, + "▁Pr": 8845, + "lock▁": 8846, + ",▁this▁is▁": 8847, + "must▁take▁": 8848, + "uh-huh▁": 8849, + "it▁'s▁": 8850, + "amental▁": 8851, + "I▁do▁not▁": 8852, + "er▁of▁a▁": 8853, + "Hong▁K": 8854, + "making▁a▁": 8855, + "1998": 8856, + "paid": 8857, + "pleased▁to▁": 8858, + "beyond▁the▁": 8859, + "definitely▁": 8860, + "Ren": 8861, + "formal▁": 8862, + "each▁other": 8863, + "volum": 8864, + "Flor": 8865, + "sy▁": 8866, + "ears▁": 8867, + "son▁'s▁": 8868, + "football▁": 8869, + "alcohol▁": 8870, + "hood": 8871, + "seem▁": 8872, + "ed▁by▁this▁": 8873, + "address▁the▁": 8874, + "beat▁": 8875, + "ency": 8876, + "ratic▁": 8877, + "Parliament▁and▁the▁": 8878, + "vic": 8879, + "key": 8880, + "line▁with▁the▁": 8881, + "ed▁in": 8882, + "unless▁": 8883, + "has▁an▁": 8884, + "criticism▁": 8885, + "sanctions▁": 8886, + ",▁only▁to▁": 8887, + "converg": 8888, + "bon▁": 8889, + "leg▁": 8890, + "Islam": 8891, + "Ca": 8892, + "hu": 8893, + "ama▁": 8894, + "``▁B": 8895, + "scand": 8896, + "flood": 8897, + "director▁": 8898, + "how▁much▁": 8899, + "seem▁to▁": 8900, + "strengthen▁the▁": 8901, + "sufficient": 8902, + "cot": 8903, + "each": 8904, + "spoken▁": 8905, + "``▁M": 8906, + "deliver▁": 8907, + "cultur": 8908, + "\\/▁": 8909, + "ius▁": 8910, + "is▁taken▁": 8911, + "attor": 8912, + "industry.": 8913, + "substanc": 8914, + "NGO": 8915, + "er▁in▁the▁": 8916, + "ing▁.▁": 8917, + "by▁means▁of▁": 8918, + "interests▁": 8919, + "between▁the▁two▁": 8920, + "Yugoslav": 8921, + "'m▁": 8922, + "ers▁have▁": 8923, + "without": 8924, + "enter▁the▁": 8925, + "-▁as▁": 8926, + "article▁": 8927, + "wanted▁": 8928, + "operate▁": 8929, + "▁As▁he▁": 8930, + "famili": 8931, + "Research▁": 8932, + "s▁to▁his▁": 8933, + "in▁this▁House▁": 8934, + "Van▁": 8935, + "in▁mind": 8936, + "when▁a▁": 8937, + "valuable▁": 8938, + "▁First▁of▁": 8939, + "rest▁of▁": 8940, + "amework▁": 8941, + "▁This▁is▁why▁": 8942, + "a▁secret▁": 8943, + "hot▁": 8944, + "Mik": 8945, + "wan": 8946, + "▁therefore▁be▁": 8947, + "Sen": 8948, + "ation,▁and▁": 8949, + "statist": 8950, + "▁However,▁we▁": 8951, + "recognition▁": 8952, + "expected▁": 8953, + "average▁": 8954, + "fell▁": 8955, + "Stre": 8956, + "▁Raj": 8957, + "values▁": 8958, + "ik▁": 8959, + "fram": 8960, + "argument": 8961, + "speed": 8962, + "laugh": 8963, + "elly▁": 8964, + "▁taken": 8965, + "film▁.": 8966, + "correct▁": 8967, + "categor": 8968, + "helicop": 8969, + "Californ": 8970, + "ms▁": 8971, + "assu": 8972, + "di▁": 8973, + "close▁to▁": 8974, + "Economic▁and▁Monetary▁": 8975, + "100": 8976, + "▁truck▁": 8977, + "are,▁": 8978, + "Commission▁is▁": 8979, + "itself.": 8980, + "wenty▁": 8981, + "Head": 8982, + "vast▁": 8983, + "envis": 8984, + "as▁a▁result▁of▁": 8985, + "Secret": 8986, + "Austral": 8987, + "hits▁": 8988, + "belief": 8989, + "priest▁": 8990, + "honest▁": 8991, + "Trade▁": 8992, + "attractive▁": 8993, + "into▁force▁": 8994, + "started▁": 8995, + "delivery▁": 8996, + "consultation▁": 8997, + "destruct": 8998, + "Federal▁": 8999, + "▁Ab": 9000, + "spread▁": 9001, + "will▁be▁a▁": 9002, + "mith▁": 9003, + "Israel▁": 9004, + "southern▁": 9005, + "Gi": 9006, + "y▁in▁": 9007, + "with▁other▁": 9008, + "context▁of▁the▁": 9009, + "depress": 9010, + "keeping▁": 9011, + "Court": 9012, + "ployment▁": 9013, + "card": 9014, + "lon": 9015, + "spl": 9016, + "atic": 9017, + "▁I▁was▁": 9018, + "▁It▁also▁": 9019, + "moves▁": 9020, + "symbol": 9021, + "infring": 9022, + "bare": 9023, + "igg": 9024, + "commit▁": 9025, + "cash▁": 9026, + "improving▁": 9027, + "calcul": 9028, + "zomb": 9029, + "and▁other▁": 9030, + "not▁a▁": 9031, + "case.": 9032, + "Arth": 9033, + "citizens▁of▁": 9034, + "efully▁": 9035, + "Miss▁": 9036, + "own▁.": 9037, + "only▁a▁": 9038, + "identifi": 9039, + "eye▁": 9040, + "advic": 9041, + "a▁,▁a▁": 9042, + "dismiss": 9043, + "do▁n't▁": 9044, + "shadow▁": 9045, + "Amsterdam": 9046, + "hes▁": 9047, + "sit▁": 9048, + "▁tre▁": 9049, + "badly▁": 9050, + "dil": 9051, + "clas": 9052, + "can▁we▁": 9053, + "later": 9054, + "background▁": 9055, + "to▁the▁": 9056, + "top▁": 9057, + "restructur": 9058, + "2002": 9059, + "briefly▁": 9060, + "Rev": 9061, + "should▁have▁": 9062, + "▁This": 9063, + "characters▁": 9064, + "pip": 9065, + "and▁of▁": 9066, + "iment▁": 9067, + "share": 9068, + "etty▁": 9069, + "Europeans▁": 9070, + "ensure▁that": 9071, + "waiting▁": 9072, + "room▁and▁": 9073, + "entre": 9074, + "with▁our▁": 9075, + "will▁be▁the▁": 9076, + "sovereign": 9077, + "Sing": 9078, + "vious▁": 9079, + ",▁her▁": 9080, + "itime▁": 9081, + "aim▁of▁": 9082, + "gradually▁": 9083, + "Lu": 9084, + "ken▁": 9085, + "alist": 9086, + "disguis": 9087, + "marine▁": 9088, + "my▁colleagu": 9089, + "capital": 9090, + "decisive▁": 9091, + "in▁other▁": 9092, + "in▁the▁European▁Union▁": 9093, + "requir": 9094, + "find▁it▁": 9095, + "officers▁": 9096, + "provision▁": 9097, + "ceil": 9098, + "financing▁": 9099, + "institutions,▁": 9100, + "common▁agricultural▁": 9101, + "countries.▁": 9102, + "Mos": 9103, + "is▁of▁": 9104, + "policies.": 9105, + "terror": 9106, + "capit": 9107, + "life▁of▁": 9108, + "speed▁": 9109, + "horse▁": 9110, + "ECU▁": 9111, + "Financial▁": 9112, + "Chand": 9113, + "stop▁the▁": 9114, + "Prince▁": 9115, + "flexible▁": 9116, + "eag": 9117, + "es▁to▁take▁": 9118, + ",▁I▁have▁": 9119, + "debt": 9120, + "put▁the▁": 9121, + "are▁two▁": 9122, + "ucky▁": 9123, + "pillar": 9124, + "EM": 9125, + "where▁there▁": 9126, + "agriculture▁": 9127, + "i▁guess▁": 9128, + "Az": 9129, + "slight": 9130, + "ed▁or▁": 9131, + "ation▁to▁the▁": 9132, + "establishment▁": 9133, + "e▁trade▁": 9134, + "picks▁": 9135, + "ileg": 9136, + "for▁those▁": 9137, + "her▁.▁": 9138, + "has▁become▁": 9139, + "fresh▁": 9140, + "admitt": 9141, + "▁From▁": 9142, + "proposed▁by▁the▁": 9143, + "▁John▁": 9144, + "Tex": 9145, + "phas": 9146, + "amp▁": 9147, + "estiv": 9148, + "compon": 9149, + "ystem": 9150, + "fuel": 9151, + "ries▁": 9152, + "nobody▁": 9153, + "you.": 9154, + "rival▁": 9155, + "All": 9156, + "fails▁to▁": 9157, + "convinced▁that▁": 9158, + ",▁who": 9159, + "magic▁": 9160, + "back▁and▁": 9161, + "conven": 9162, + "issue,▁": 9163, + "launch▁": 9164, + "happy▁to▁": 9165, + "others,▁": 9166, + "camera▁": 9167, + "ID": 9168, + "cold▁": 9169, + "ugg": 9170, + "ü": 9171, + "all▁those▁": 9172, + "artist▁": 9173, + "impact": 9174, + "whether▁or▁": 9175, + "▁Wil": 9176, + "greatly▁": 9177, + "Colon": 9178, + "credibility▁": 9179, + "nine▁": 9180, + "2003": 9181, + "nur": 9182, + "specul": 9183, + "and▁that▁is▁": 9184, + "ibl": 9185, + "▁Her": 9186, + "▁there▁.": 9187, + "view▁of▁": 9188, + "sincer": 9189, + "grant▁": 9190, + ",▁who▁was▁": 9191, + "leadership▁": 9192, + "maybe▁": 9193, + "ying▁the▁": 9194, + "and▁the▁other▁": 9195, + "everybody▁": 9196, + "prevent▁the▁": 9197, + "bomb▁": 9198, + "vote.": 9199, + "resources.": 9200, + "Group": 9201, + "-time▁": 9202, + "Au": 9203, + "ongoing▁": 9204, + "▁It▁is▁the▁": 9205, + "point.": 9206, + "sectors▁": 9207, + "involves▁": 9208, + "circumstances▁": 9209, + ",▁will▁": 9210, + "alter": 9211, + "ous.": 9212, + "with▁him▁.": 9213, + "''▁.▁": 9214, + "▁These▁are▁": 9215, + "sneak": 9216, + "pain▁": 9217, + "ole▁": 9218, + "endeav": 9219, + "rad▁": 9220, + "upset▁": 9221, + "▁In▁fact": 9222, + "sail": 9223, + "-▁that▁": 9224, + "▁the▁same▁": 9225, + "ings▁.": 9226, + "on▁which▁": 9227, + "▁May": 9228, + "um.": 9229, + "Mark▁": 9230, + "Kir": 9231, + "illa▁": 9232, + "genuinely▁": 9233, + "▁text": 9234, + "remote▁": 9235, + "▁thank▁you▁": 9236, + "yesterday▁": 9237, + "Ter": 9238, + "fant": 9239, + "o▁to▁": 9240, + "▁Dr.▁": 9241, + "sumer▁": 9242, + "uniform▁": 9243, + "ies▁that▁": 9244, + "nurs": 9245, + "apol": 9246, + "citizens'▁": 9247, + "breat": 9248, + "ri▁": 9249, + "Council▁and▁the▁": 9250, + "chair▁": 9251, + "bet▁": 9252, + "has▁now▁": 9253, + "joint": 9254, + "degree▁of▁": 9255, + "Baltic▁": 9256, + "ing▁them▁to▁": 9257, + "ions▁of▁the▁": 9258, + "policy.▁": 9259, + "burden": 9260, + "aggress": 9261, + "dictator": 9262, + "age▁and▁": 9263, + "▁Here▁": 9264, + "puts▁": 9265, + "aniel▁": 9266, + "destruc": 9267, + ",▁and▁it▁": 9268, + "ed▁by▁her▁": 9269, + "claims▁": 9270, + "career▁": 9271, + "Shar": 9272, + "know▁the▁": 9273, + "because▁I▁": 9274, + "patient▁": 9275, + "application▁of▁": 9276, + "weapons▁": 9277, + "innovative▁": 9278, + "driver": 9279, + "liqu": 9280, + "monopol": 9281, + "countries▁of▁the▁": 9282, + "▁that▁this▁is▁": 9283, + "ers.▁": 9284, + "presum": 9285, + "am▁and▁": 9286, + "father▁'s▁": 9287, + "hands▁": 9288, + "offers▁to▁": 9289, + "Washington▁": 9290, + "nes": 9291, + "being▁the▁": 9292, + "ations▁of▁the▁": 9293, + "human▁rights,▁": 9294, + "finds▁himself▁": 9295, + "ate": 9296, + "man▁and▁": 9297, + "▁that▁there▁is▁a▁": 9298, + "of▁tie▁": 9299, + "ternal▁": 9300, + "influenc": 9301, + "Mir": 9302, + "stimul": 9303, + "en▁is▁": 9304, + ",▁and▁this▁": 9305, + "EN": 9306, + "Li": 9307, + "are▁also▁": 9308, + "has▁happen": 9309, + "importanc": 9310, + "ations▁for▁": 9311, + "report▁is▁": 9312, + "design▁": 9313, + "father▁.": 9314, + "Copen": 9315, + "Im": 9316, + "arn": 9317, + "anticip": 9318, + "faith▁": 9319, + "Rule▁": 9320, + "lay▁": 9321, + "slip": 9322, + "it▁to▁the▁": 9323, + "say,▁": 9324, + "Parliament▁to▁": 9325, + "common▁position▁": 9326, + "▁Consequ": 9327, + "s'": 9328, + "Charli": 9329, + "studies▁": 9330, + "ines▁": 9331, + "▁Is": 9332, + "astic▁": 9333, + "has▁been▁a▁": 9334, + "WTO": 9335, + "bow": 9336, + "pha": 9337, + "I▁can▁": 9338, + "icky▁": 9339, + "played▁by▁": 9340, + "▁If▁you▁": 9341, + "woo▁": 9342, + "con▁": 9343, + "▁Most▁": 9344, + "e▁takes▁": 9345, + "available▁to▁": 9346, + "constitu": 9347, + "▁tw": 9348, + "rely▁": 9349, + "see▁a▁": 9350, + "improving▁the▁": 9351, + "holding▁": 9352, + "any▁other▁": 9353, + "made▁a▁": 9354, + "▁this▁time▁": 9355, + "▁trip": 9356, + "enters▁the▁": 9357, + "ional": 9358, + "ations▁that▁": 9359, + "ity▁.": 9360, + "Intergovernmental▁": 9361, + ",▁to▁be▁": 9362, + "pock": 9363, + "▁that▁we▁must▁": 9364, + "approxim": 9365, + "olden▁": 9366, + "next▁day▁": 9367, + "reference▁": 9368, + "character▁": 9369, + "▁The▁next▁morning▁": 9370, + "prices▁": 9371, + "out▁a▁": 9372, + "fraud": 9373, + "▁together▁.": 9374, + "of▁them": 9375, + "law▁and���": 9376, + "voted▁in▁favour▁of▁the▁": 9377, + "Dre": 9378, + "romance▁": 9379, + "am▁.": 9380, + "developments▁": 9381, + "s▁in▁order▁to▁": 9382, + "having▁to▁": 9383, + "promotion▁of▁": 9384, + "Tommy▁": 9385, + "▁Thirdly,▁": 9386, + "▁Sud": 9387, + "Europe▁is▁": 9388, + "Fundamental▁": 9389, + "▁Because▁": 9390, + "Pe": 9391, + "Member▁States'▁": 9392, + "▁too▁much▁": 9393, + "several": 9394, + "starting▁": 9395, + "reach▁the▁": 9396, + "believes▁that▁": 9397, + "shortly▁": 9398, + "historical▁": 9399, + "hours▁": 9400, + "ko▁": 9401, + "pointed▁out": 9402, + "▁too.": 9403, + "ients▁": 9404, + "▁so▁": 9405, + "include▁the▁": 9406, + "approach▁to▁": 9407, + "Rav": 9408, + "a▁has▁": 9409, + "propose▁": 9410, + "Princ": 9411, + "BI▁": 9412, + "▁tobacc": 9413, + "movement": 9414, + "victory▁": 9415, + "Health▁and▁": 9416, + "plenary▁": 9417, + "ped": 9418, + "ace": 9419, + "should▁also▁": 9420, + "married▁to▁": 9421, + "grandmother▁": 9422, + "San▁": 9423, + "s▁that▁they▁": 9424, + "obvious▁": 9425, + "before▁he▁": 9426, + "above▁all": 9427, + "and▁un": 9428, + "defeat": 9429, + "s▁that▁she▁": 9430, + "employed▁": 9431, + "–▁and▁": 9432, + "warning▁": 9433, + "fear▁": 9434, + "Cur": 9435, + "kill▁the▁": 9436, + "stream": 9437, + "Lord▁": 9438, + "alk▁": 9439, + "grown▁": 9440, + "ollywood▁": 9441, + "Count": 9442, + "invest▁": 9443, + "▁Last▁": 9444, + "merc": 9445, + "body": 9446, + "Carol": 9447, + "knowledge▁": 9448, + "qualified▁": 9449, + "vow": 9450, + "voc": 9451, + "edon": 9452, + "ed,▁but▁": 9453, + "sher": 9454, + "agree▁to▁": 9455, + "does▁not": 9456, + "function▁": 9457, + "operational▁": 9458, + "2005": 9459, + "international": 9460, + "privileg": 9461, + "ardis": 9462, + "stabilit": 9463, + "abilities▁": 9464, + "goal▁": 9465, + "leads▁to▁": 9466, + "made▁by▁": 9467, + "ated▁the▁": 9468, + "▁Pet": 9469, + "▁thinks▁": 9470, + "fail▁to▁": 9471, + "raised▁": 9472, + "hall": 9473, + "kin": 9474, + "we▁also▁": 9475, + "▁We▁need▁": 9476, + "European▁Union▁to▁": 9477, + "Spain": 9478, + "achieve▁the▁": 9479, + "nav": 9480, + "obser": 9481, + "report,▁which▁": 9482, + "male▁": 9483, + "s▁to▁take▁": 9484, + "▁tend": 9485, + "we▁were▁": 9486, + "er▁,▁a▁": 9487, + "placed▁": 9488, + "here▁in▁": 9489, + "1,▁": 9490, + "500▁": 9491, + "wards▁": 9492, + "e▁they": 9493, + "St.▁": 9494, + "▁throughout▁": 9495, + "Fisher": 9496, + "led▁to▁": 9497, + "more▁than": 9498, + "arrangement": 9499, + "essential▁to▁": 9500, + "ing,▁the▁": 9501, + "at▁her▁": 9502, + "it▁.▁": 9503, + "issues,▁": 9504, + "ate▁a▁": 9505, + "guest": 9506, + "extra▁": 9507, + "changed▁": 9508, + "merg": 9509, + "seems▁to▁be▁": 9510, + "before▁they▁": 9511, + "driven▁": 9512, + "Organis": 9513, + "Ell": 9514, + "at▁their▁": 9515, + "sum▁": 9516, + "again.": 9517, + "debates▁": 9518, + "▁tradition": 9519, + "(CO": 9520, + "eo▁": 9521, + "s ": 9522, + "began▁": 9523, + "culture▁": 9524, + "corruption▁": 9525, + "gotten▁": 9526, + "Mr▁G": 9527, + ":▁``": 9528, + "explor": 9529, + "payments▁": 9530, + "robb": 9531, + "▁to▁these▁": 9532, + "rates▁": 9533, + "change▁the▁": 9534, + "believe,▁": 9535, + "ACP▁": 9536, + "▁I▁believe▁th": 9537, + "far▁as▁the▁": 9538, + "Maj": 9539, + "ro▁": 9540, + "at▁.": 9541, + "ocol▁": 9542, + "from▁an▁": 9543, + "extreme▁": 9544, + "Jewish▁": 9545, + "▁troubl": 9546, + "pool▁": 9547, + "countries▁to▁": 9548, + "ve▁their▁": 9549, + "reluctantly▁": 9550, + "host▁": 9551, + "rum": 9552, + "▁a▁": 9553, + "elle▁": 9554, + "ed▁through▁": 9555, + "seen": 9556, + "finish▁": 9557, + "river▁": 9558, + "showing▁": 9559, + "release▁": 9560, + "Croat": 9561, + "ities.▁": 9562, + "minutes▁": 9563, + "Republic": 9564, + "▁task▁": 9565, + "ure▁and▁": 9566, + "▁try▁": 9567, + "Lisbon▁Strateg": 9568, + "in▁relation▁to▁": 9569, + "Committee▁on▁the▁Environment": 9570, + "Mr▁D": 9571, + "extensive▁": 9572, + "peace▁and▁": 9573, + "responsible▁for▁the▁": 9574, + "sters▁": 9575, + "comes▁to▁the▁": 9576, + "-▁a▁": 9577, + "do.": 9578, + "conclude▁": 9579, + "-in-Office▁of▁the▁Council": 9580, + "RE": 9581, + "waiting▁for▁": 9582, + "cave▁": 9583, + "olf": 9584, + "eyes▁": 9585, + "learns▁": 9586, + "Roma▁": 9587, + "respect▁the▁": 9588, + "urge▁": 9589, + "nevertheless▁": 9590, + "No": 9591, + "nit": 9592, + "amm": 9593, + "Mr▁F": 9594, + "accused▁": 9595, + "situations▁": 9596, + "▁That▁night▁": 9597, + "driver▁": 9598, + "aware▁of▁": 9599, + "%.": 9600, + "or▁a▁": 9601, + "▁trip▁": 9602, + "conversation▁": 9603, + "ions▁.": 9604, + "Israeli▁": 9605, + "sing▁": 9606, + "my▁fellow▁M": 9607, + "labor": 9608, + "an-": 9609, + "accompl": 9610, + "are▁still▁": 9611, + "ar▁and▁": 9612, + "incid": 9613, + "ed▁by▁an▁": 9614, + "life.": 9615, + "hears▁": 9616, + "closed▁": 9617, + "call▁for▁": 9618, + "supposed▁to▁": 9619, + "▁trafficking▁": 9620, + "Eur": 9621, + "assa": 9622, + "odd": 9623, + "place▁to▁": 9624, + "loss▁of▁": 9625, + "et.": 9626, + "▁Will▁": 9627, + "▁Nov": 9628, + "subsidi": 9629, + "Lor": 9630, + "in▁those▁": 9631, + "t▁is▁": 9632, + "ions.▁": 9633, + "closer▁": 9634, + "simplif": 9635, + "basis▁for▁": 9636, + "ember,▁": 9637, + "provide▁the▁": 9638, + "ww": 9639, + "in▁is▁": 9640, + "age▁,▁": 9641, + "a▁system▁": 9642, + "report▁(A": 9643, + "sense▁of▁": 9644, + "s▁who▁": 9645, + "omet": 9646, + "whelm": 9647, + "lef": 9648, + "encies▁": 9649, + "products.": 9650, + "neighborhood▁": 9651, + "of▁toe▁": 9652, + "et▁.": 9653, + "conditions▁for▁": 9654, + "people's▁": 9655, + "Doc": 9656, + "south▁": 9657, + "ings▁of▁": 9658, + "countries▁that▁": 9659, + "sold▁": 9660, + "▁trading▁": 9661, + "eer": 9662, + "uj": 9663, + "▁Or": 9664, + "name▁of▁": 9665, + "other▁than▁": 9666, + "captain▁": 9667, + "18▁": 9668, + "Kal": 9669, + "ycl": 9670, + "orous▁": 9671, + "ambus": 9672, + "of▁all▁": 9673, + "worse▁": 9674, + "compuls": 9675, + "..▁": 9676, + "soft": 9677, + "wine▁": 9678, + "like▁that▁": 9679, + "ares▁": 9680, + "criminal": 9681, + "dealing▁": 9682, + "example▁of▁": 9683, + "hak": 9684, + "▁think▁that▁": 9685, + "within▁a▁": 9686, + "what▁was▁": 9687, + "cooperate▁": 9688, + "severe▁": 9689, + "Do": 9690, + "Mer": 9691, + "resol": 9692, + "▁I▁must▁": 9693, + "such▁an▁": 9694, + "protection.": 9695, + "yesterday": 9696, + "mad▁": 9697, + "required▁to▁": 9698, + "finds▁out▁": 9699, + "disaster▁": 9700, + ",▁both▁": 9701, + "▁It▁would▁be▁": 9702, + "▁Ge": 9703, + "creating▁a▁": 9704, + "promote▁the▁": 9705, + "businesses▁": 9706, + "parts▁of▁the▁": 9707, + "summar": 9708, + "introduces▁": 9709, + "mobility▁": 9710, + "cann": 9711, + "unconscious▁": 9712, + "echnolog": 9713, + "productive▁": 9714, + "knocks▁": 9715, + "Je": 9716, + "which▁would▁": 9717, + ",▁the▁European▁Union▁": 9718, + "low-": 9719, + "eng▁": 9720, + ",▁``": 9721, + "ing▁those▁": 9722, + "management": 9723, + "markets▁": 9724, + "role▁in▁the▁": 9725, + "Fo": 9726, + "and▁for▁": 9727, + "acul": 9728, + "position▁of▁": 9729, + "grateful": 9730, + "impose▁": 9731, + "11▁": 9732, + "▁Mr.▁": 9733, + "experiment": 9734, + "Liber": 9735, + "ble": 9736, + "ly-": 9737, + "fasc": 9738, + "continued▁": 9739, + "▁In▁the▁end▁": 9740, + "application▁of▁the▁": 9741, + "innoc": 9742, + "▁t▁": 9743, + "ary.": 9744, + "forced▁": 9745, + "acceptable▁": 9746, + "attention": 9747, + "ield▁": 9748, + "photograp": 9749, + "Service▁": 9750, + "th-century▁": 9751, + "her▁own▁": 9752, + "Commission▁has▁": 9753, + "choose▁": 9754, + "principles▁of▁": 9755, + "▁technological▁": 9756, + "Summit▁": 9757, + "suffer▁": 9758, + "isod": 9759, + "gay▁": 9760, + ",▁having▁": 9761, + "ichel": 9762, + "plot": 9763, + "other▁thing": 9764, + "ism▁and▁": 9765, + "▁there.": 9766, + "Elizab": 9767, + ").▁": 9768, + "ix▁": 9769, + "song": 9770, + "anno": 9771, + "a▁and▁the▁": 9772, + "▁Sever": 9773, + "you▁that▁": 9774, + "lost": 9775, + "near▁the▁": 9776, + "exercise▁": 9777, + "as▁regards▁the▁": 9778, + "undoubtedly▁": 9779, + "feder": 9780, + ",▁for▁the▁": 9781, + "negotiations.": 9782, + "honest": 9783, + "0.": 9784, + "Saf": 9785, + "You▁": 9786, + "acts▁": 9787, + "is▁the▁only▁": 9788, + "helping▁": 9789, + "journey▁": 9790, + "Gl": 9791, + "lar": 9792, + "negl": 9793, + "attend▁": 9794, + "▁thrown▁": 9795, + "shock▁": 9796, + "Consumer▁": 9797, + "fall▁in▁love▁": 9798, + "advertis": 9799, + ",▁whose▁": 9800, + "▁Irel": 9801, + "exha": 9802, + "pren": 9803, + "restrictions▁": 9804, + "Paul": 9805, + "get▁to▁": 9806, + ",▁we▁will▁": 9807, + "light▁of▁the▁": 9808, + "philos": 9809, + "▁tour": 9810, + "ation▁and▁the▁": 9811, + "down▁to▁": 9812, + "Barcel": 9813, + "kis": 9814, + "worst▁": 9815, + ",▁which▁will▁": 9816, + "chool▁": 9817, + "▁The▁European▁Parliament▁": 9818, + "web": 9819, + "places▁": 9820, + "ed?": 9821, + "economic": 9822, + "lifest": 9823, + "forem": 9824, + "half-": 9825, + "roof▁": 9826, + "security,▁": 9827, + "pup": 9828, + "proof▁": 9829, + "him▁to▁the▁": 9830, + "ing▁to▁a▁": 9831, + "woman": 9832, + "referred": 9833, + "democracy.": 9834, + "April▁": 9835, + "positiv": 9836, + "littl": 9837, + "reduced▁": 9838, + "contribution▁": 9839, + "▁Unfortunately,▁": 9840, + "ie▁is▁": 9841, + "sense▁": 9842, + "▁Well": 9843, + "▁take▁a▁": 9844, + "calls▁for▁": 9845, + "both▁sid": 9846, + "fright": 9847, + "sh▁": 9848, + "outlin": 9849, + "write▁": 9850, + "ness▁and▁": 9851, + "operations▁": 9852, + "knowing▁": 9853, + "please▁": 9854, + "Constitutional▁": 9855, + "IN": 9856, + "í": 9857, + "▁they▁can▁": 9858, + "guy▁": 9859, + "drugs▁": 9860, + "illegal▁immigr": 9861, + "s▁,▁a▁": 9862, + "leaders▁": 9863, + "ceas": 9864, + "larger▁": 9865, + "sister▁,▁": 9866, + "money▁and▁": 9867, + "fairly▁": 9868, + "bio": 9869, + "▁I▁believe▁that▁the▁": 9870, + "amongst▁": 9871, + "sufficiently▁": 9872, + "exchange▁of▁": 9873, + "bid": 9874, + "multipl": 9875, + "Internal▁": 9876, + "Kosovo▁": 9877, + "familiar▁": 9878, + "repress": 9879, + "ander▁": 9880, + "with▁no▁": 9881, + "one▁.": 9882, + "▁We▁have▁to▁": 9883, + "a▁situation▁": 9884, + "ghost▁": 9885, + "▁there▁was▁": 9886, + "it▁is▁also▁": 9887, + "▁Jack▁": 9888, + "in▁terms▁of▁the▁": 9889, + "flexib": 9890, + "doesn't▁": 9891, + "th▁centur": 9892, + "desert": 9893, + "1997": 9894, + "▁thanks▁to▁": 9895, + "Constitution▁": 9896, + "cycle▁": 9897, + "concept": 9898, + "wash▁": 9899, + "▁turned▁": 9900, + "Por": 9901, + "S)": 9902, + "lit": 9903, + ".▁It▁": 9904, + "perpet": 9905, + "disadvantag": 9906, + "eph▁": 9907, + "▁these▁two▁": 9908, + "railway▁": 9909, + "mandate▁": 9910, + "4.": 9911, + "▁I▁shall▁": 9912, + "affect▁": 9913, + "asked▁to▁": 9914, + "receives▁a▁": 9915, + "developing▁countries▁": 9916, + "Nav": 9917, + "lord▁": 9918, + "exemp": 9919, + "assist▁": 9920, + "just▁the▁": 9921, + "stuff▁": 9922, + "false▁": 9923, + "Lef": 9924, + "hired▁": 9925, + "reb": 9926, + "suitable▁": 9927, + "▁``": 9928, + "USA": 9929, + "unacceptable▁": 9930, + "Law": 9931, + "Sil": 9932, + "dating▁": 9933, + "it▁has▁been▁": 9934, + "power▁to▁": 9935, + ",▁Public▁": 9936, + "binding▁": 9937, + "more▁and▁more▁": 9938, + "Big": 9939, + "da▁": 9940, + "inher": 9941, + "▁The▁only▁": 9942, + "meat▁": 9943, + "Parliament▁has▁": 9944, + "New▁York▁City▁": 9945, + "SA": 9946, + "s▁that": 9947, + "s▁into▁the▁": 9948, + "abduc": 9949, + "increase▁in▁the▁": 9950, + "expressed▁": 9951, + "originally▁": 9952, + "Represent": 9953, + "hagen▁": 9954, + "chest": 9955, + "▁We▁can▁": 9956, + "work▁of▁the▁": 9957, + "labell": 9958, + "roy": 9959, + "andy▁": 9960, + "parall": 9961, + "police▁.": 9962, + "aud▁": 9963, + "about▁their▁": 9964, + "after▁he▁": 9965, + "many▁of▁": 9966, + "dar": 9967, + "mac": 9968, + "sla": 9969, + "atis": 9970, + "embly▁": 9971, + "is▁a▁very▁": 9972, + "institution▁": 9973, + "security.": 9974, + "children▁.": 9975, + "competitiveness▁": 9976, + "Bugs▁": 9977, + "rent▁": 9978, + "▁We▁do▁not▁": 9979, + "as▁.": 9980, + "Institut": 9981, + "surve": 9982, + "pursue▁": 9983, + "helicopter▁": 9984, + "/0": 9985, + "es▁their▁": 9986, + "seiz": 9987, + "slaught": 9988, + "January▁": 9989, + "passengers▁": 9990, + "elig": 9991, + "▁Peop": 9992, + "concerned.": 9993, + "support▁this▁": 9994, + "intellectual▁": 9995, + "s▁will▁": 9996, + "March▁": 9997, + "responsibility▁for▁": 9998, + "ht": 9999 + }, + "merges": [ + "e ▁", + "▁ t", + "s ▁", + "▁t h", + "i n", + "a n", + "t ▁", + "e r", + "o n", + "d ▁", + "▁th e▁", + "e n", + ", ▁", + "y ▁", + "r e", + "o ▁", + "o r", + "a t", + "a r", + "a l", + "i t", + "o u", + "o f", + "in g", + "i on", + "i s▁", + "a ▁", + "an d▁", + "i s", + "r o", + "i c", + "er ▁", + "▁t o▁", + "e s", + "t h", + "ing ▁", + "of ▁", + "e d▁", + "i l", + "e s▁", + "o m", + "s t", + "h ▁", + "e l", + "h a", + "in ▁", + "an ▁", + "f or", + "a c", + "e c", + "en t", + "ion ▁", + "a t▁", + "e m", + "w h", + "al ▁", + "i m", + "h e▁", + "v e▁", + "a s", + "u r", + "e d", + "a m", + "o l", + "▁ T", + "o w", + "l ▁", + "u s", + "en ▁", + "i d", + "l y▁", + "u n", + "p ro", + "re s", + "i r", + ". ▁", + "l e", + "an d", + "w it", + "r i", + "▁th at▁", + "of ▁the▁", + "e▁ th", + "a d", + "c on", + "on ▁", + "a s▁", + "en t▁", + "a g", + "o s", + "l i", + "e t", + "o p", + "a b", + "e▁ t", + "▁ I", + "s u", + "v er", + "n o", + "p e", + "▁t o", + "h is▁", + "k ▁", + "i t▁", + "for ▁", + "u l", + "c om", + "g h", + "b e", + "e x", + "p l", + "' s▁", + "ou n", + "a k", + "b e▁", + "in t", + "ar e▁", + "a p", + "in ▁the▁", + "s h", + "c h", + "u t", + "p or", + "▁T he▁", + "ou r", + "wit h▁", + "at ion▁", + "at ion", + "▁th e", + "w e▁", + "l e▁", + "l d▁", + "ha ve▁", + "n ▁", + "m ▁", + "e v", + "h er▁", + "ec t", + "▁th is▁", + "no t▁", + "u ro", + "E uro", + "ou ld▁", + "i f", + "n e", + "▁ A", + "il l▁", + "wh ic", + "b u", + "s e", + "o c", + "e▁t o▁", + "c e▁", + "a y", + "al l", + "b y▁", + "er e▁", + "i v", + "q u", + "p ▁", + "or ▁", + "Euro pe", + "ha s▁", + "p ar", + "u c", + "en d", + "es t", + "▁ W", + "whic h▁", + "o th", + ", ▁the▁", + "m is", + "d e", + "e▁th e▁", + "por t", + "o t", + "C om", + "f ro", + "at ▁the▁", + "w or", + "i ve▁", + "a y▁", + ",▁ and▁", + "er s▁", + "I ▁", + "ic ▁", + "ac t", + "p os", + "is t", + "▁ M", + "w ill▁", + "it y▁", + "g r", + "ir ▁", + "es s", + "Europe an▁", + "wit h", + "e ar", + "▁to ▁the▁", + "h im", + "an t", + "u m", + "s o▁", + "at e▁", + "r a", + "i g", + "ou t▁", + "mis s", + "bu t▁", + "c l", + "o o", + "▁ H", + "s ▁to▁", + "ow ▁", + "ing ▁the▁", + "b l", + "re c", + "al l▁", + "on e▁", + "w ▁", + "our ▁", + "f in", + "d i", + "s ,▁", + "s .", + "on ▁the▁", + "▁ S", + "us t▁", + "st r", + "p er", + "wh o▁", + "a in", + "al ly▁", + "il l", + "▁I ▁", + "and ▁the▁", + "m e", + "Com miss", + "m ent", + "o ver", + "i es▁", + "gh t", + "i ▁", + "ar ▁", + "em b", + "ed ▁to▁", + "p ol", + "o b", + "f ▁", + "en c", + "at t", + "▁the y▁", + "e t▁", + "y ou", + "d is", + "s▁ and▁", + "w as▁", + "e▁ of▁", + "p r", + "a f", + "d er", + "g ▁", + "▁t r", + "s▁ of▁", + "▁the ir▁", + "- ▁", + "a v", + "con t", + "res id", + "oun t", + "ou t", + "m ent▁", + "e ,▁", + "S t", + "▁ P", + "y ▁the▁", + "h e", + "an c", + "s p", + "fro m▁", + "w ould▁", + "s ▁the▁", + "oth er▁", + "him ▁", + "u d", + "y ,▁", + "e f", + "U n", + "s he▁", + "i al▁", + "al so▁", + "b ec", + "s i", + "re g", + "gh t▁", + "ar d", + "e .", + "m an", + "m or", + "for ▁the▁", + "e p", + "o v", + "h er", + "ha t▁", + "' ▁", + "par t", + "it s▁", + "be en▁", + "e▁ ,▁", + "▁t ak", + "c ount", + "an g", + "em ▁", + "w e", + "in c", + "el l", + "es ▁to▁", + "t er▁", + "e▁ and▁", + "com p", + "you ▁", + "li k", + "c an▁", + "▁th at", + "com m", + "sh ould▁", + "d o", + "il ▁", + "p res", + "er n", + "s om", + "i e", + "m ak", + "▁th at▁the▁", + "a us", + "an t▁", + "with ▁the▁", + "c h▁", + "m ar", + "as s", + "e ver", + "M r", + "ac c", + "m ust▁", + "ion s▁", + "▁ B", + "i z", + "ou s", + "c r", + "a re", + "P ar", + "it t", + "e▁ .", + "s el", + "li am", + "por t▁", + "ou s▁", + "0 0", + "c o", + "k n", + "ow n▁", + "en s", + "d ec", + "▁W e▁", + "resid ent", + "b y▁the▁", + "g o", + "a in▁", + ",▁ but▁", + "f er", + "p o", + "u p", + "t ur", + "▁I t▁", + "re at", + "ing ▁to▁", + "emb er▁", + "y .", + "for m", + "ic al▁", + "es .", + "el y▁", + "f ic", + "a w", + "ab l", + "u p▁", + "a▁ s", + "in d", + "es e▁", + "ar y▁", + "pol ic", + "t▁ of▁", + "d uc", + "u re", + "p re", + "y ▁to▁", + "o d", + "fro m", + "y ear", + "e th", + "ed▁ by▁", + "a d▁", + "ac k", + "es s▁", + "d o▁", + "f ir", + "r ou", + "am ▁", + "an s", + "ec on", + "s id", + "el ▁", + "a u", + "en ce▁", + "St at", + "▁ F", + "m on", + "g u", + "ver y▁", + "ac h", + "oun c", + "es ,▁", + "s o", + "s t▁", + "Commiss ion", + "Par liam", + "b et", + "is h", + "mor e▁", + "pro v", + "ab le▁", + "em ent", + "▁th ere▁", + "e▁th at▁", + "su p", + "a st", + "▁ O", + "▁P resident", + "an ce▁", + "▁T h", + "wor k", + "th ▁", + "m y▁", + "un d", + "it▁ is▁", + "Commiss ion▁", + "es t▁", + "C h", + "ac k▁", + "res p", + "pe op", + "en d▁", + "E U", + "▁T his▁", + "l o", + "e y▁", + "le g", + "er v", + "f e", + "g et", + "int o▁", + "pro pos", + "im port", + "m in", + "u s▁", + "em ent▁", + "u st", + "▁M r", + "bec aus", + "os e▁", + "C ounc", + "w hat▁", + "i d▁", + "r at", + "d ev", + "er▁ ,▁", + "con c", + "in v", + "ag re", + "t er", + "no t", + "s ▁that▁", + "re l", + "wh en▁", + "ur e▁", + "from ▁the▁", + "f i", + "is▁ a▁", + "o ▁the▁", + "b ut", + "n o▁", + "b el", + "as t▁", + "r y▁", + "▁t im", + "ol l", + "on g", + "k s▁", + "` `", + "h el", + "t s▁", + "w el", + "on ly▁", + "re as", + "s c", + ",▁ I▁", + "▁ and▁", + "p u", + "▁W h", + "el op", + "ation s▁", + "oo d▁", + "  ", + "w o▁", + "o g", + "re m", + "ne w▁", + "si b", + "os t▁", + "ic ul", + "in▁ a▁", + "ri ght", + "▁H e▁", + "ab out▁", + "f r", + "f l", + "g h▁", + "ember▁ Stat", + "at ed▁", + "es ▁the▁", + "d em", + "▁I n▁", + "e g", + "ar g", + "il e▁", + "i p", + "▁th em▁", + "or d", + "ation al▁", + "European▁ Un", + "for e▁", + "▁ D", + "o re", + "⠀", + "an y▁", + "m an▁", + "un der", + "count ri", + "en ▁the▁", + "int er", + ",▁ which▁", + "on g▁", + "i ous▁", + "en g", + "b o", + "is ▁the▁", + "d r", + "wor k▁", + "s▁ .", + "dev elop", + "Com m", + "en er", + "ag e▁", + "ing▁ a▁", + "ex t", + "▁th ese▁", + "ha d▁", + "f ri", + "ion▁ of▁", + "s▁ ,▁", + "ad e▁", + "ve▁ th", + "dis c", + "pro c", + "ar d▁", + "j ect", + "▁ L", + "i a▁", + "rec t", + "ar t", + "ri v", + "f a", + "som e▁", + "ed ▁the▁", + "is h▁", + "▁I n", + "be ing▁", + "su b", + "ig n", + "ed .", + "bet we", + "ag ain", + "es▁ and▁", + "econ om", + "w ay", + "M ember▁Stat", + "is su", + "b as", + "peop le▁", + "k ing▁", + "u g", + "c ap", + "er e", + "ed▁ in▁", + "re v", + "g et▁", + "n ow▁", + "▁Mr ▁President", + "c as", + "s a", + "b r", + "s ol", + "il y▁", + "s oc", + "d if", + "om ▁", + "an n", + "or y▁", + "qu est", + "ul t", + "i e▁", + "l y", + "cl ud", + "re ad", + "le ar", + "w ant", + "it ion", + "ha p", + "wh ere▁", + "s ay", + "j ust▁", + "as▁ a▁", + "' '▁", + "er t", + "pl ac", + "mar k", + "it i", + "op er", + "ro w", + "li f", + "s y", + "m a", + "as ▁the▁", + "g iv", + "if ▁", + "s▁ in▁", + "am e▁", + "re port▁", + ",▁ a▁", + "ec t▁", + "bec om", + "f act", + "w ere▁", + "pol it", + "su ch▁", + "t o▁", + "ac h▁", + "2 00", + "mak e▁", + "k ill", + "▁ C", + "over n", + "s▁ a▁", + "it e▁", + "kn ow", + "em p", + "▁th in", + "▁ N", + "o y", + "in st", + "d es", + "▁th en▁", + "f ect", + "h um", + "ic t", + "in e▁", + "resp on", + "▁tak e▁", + "e e▁", + "do es▁", + "B -▁", + "ol d▁", + "pro bl", + "ab out", + "i an▁", + "▁T he", + "ion .", + "f ul", + ",▁ who▁", + "Parliam ent▁", + "ch ang", + "Counc il▁", + "becaus e▁", + "ation▁ of▁", + "will▁ be▁", + "s ur", + ",▁ we▁", + "f am", + "it ut", + "s erv", + "oun d▁", + "ed▁ by▁the▁", + "i ght▁", + "▁th rou", + "f re", + "1 9", + "m ost▁", + "pro duc", + "has▁ been▁", + "f ac", + "w om", + "i re", + "af ter▁", + "part icul", + "lik e▁to▁", + "h om", + "oun d", + "▁to▁ be▁", + "f il", + "st at", + "es▁ of▁", + "h ow", + "ad d", + "man y▁", + "pro t", + "d ay▁", + "c an", + "▁ R", + "it ies▁", + "v ot", + "is t▁", + "m er", + "fin d", + "be g", + "s ec", + "re port", + "ic e▁", + "0 ▁", + "▁th em", + "f at", + "' t▁", + "g l", + "- L", + "▁t er", + "y▁ and▁", + "w ay▁", + "ow n", + "c ur", + "sel f▁", + "wel l▁", + ": ▁", + "with▁ a▁", + "r ap", + "er▁ of▁", + "in ▁this▁", + "di rect", + "s .▁", + "fir st▁", + "▁H ow", + "il ity▁", + "in clud", + "; ▁", + "b oth", + "it u", + "ep t", + ",▁ in▁", + "i b", + "v is", + "▁that▁ we▁", + "▁ J", + "c our", + "de b", + "or der", + "for▁ a▁", + "u l▁", + "s on▁", + "e▁ of▁the▁", + "ev er▁", + "or g", + "it ion▁", + "pu bl", + "l d", + "i p▁", + "s▁ are▁", + "le v", + "I n", + "g re", + "▁tr ans", + "ex t▁", + "cont in", + "ch il", + "i gh", + "l at", + "Euro p", + "ov er▁", + "▁th ose▁", + "c all", + ",▁ as▁", + "l oo", + "gr ou", + "abl e▁to▁", + "in form", + "ec h", + "conc ern", + "re t", + "▁It▁ is▁", + "v i", + "bel ie", + "p h", + "▁The y▁", + "su m", + "wh ile▁", + "x ▁", + ", ▁to▁", + "▁O n", + "ap pro", + "l a", + "r it", + "c it", + "id e▁", + "ev en▁", + "e al", + "▁ E", + "s▁ of▁the▁", + "sp ec", + "EU ▁", + "t ion▁", + "s e▁", + "A n", + "es ▁that▁", + "polit ical▁", + ",▁ he▁", + "re tur", + "d ay", + "u m▁", + "u al▁", + "im pl", + "h ear", + "p ri", + "st and", + "whic h", + "▁A f", + "ic k", + "u ally▁", + "fin anc", + "ar m", + "em pl", + "n am", + "c ould▁", + "pres ent", + "f oll", + "st ill▁", + "int ern", + "f und", + "um b", + "of ▁this▁", + "b ro", + "le ad", + "c re", + "Parliam ent", + "r ac", + "ing s▁", + "▁th ere", + "c ar", + "▁S he▁", + "g overn", + "c c", + "ch o", + "il it", + "▁ G", + "l oc", + "contin u", + "import ant▁", + "a ▁t", + "ed▁ and▁", + "oo d", + "m ade▁", + "h op", + "me et", + "ed ,▁", + "if ic", + "econom ic▁", + "le t", + "h ous", + "e▁ in▁", + "ou gh▁", + "er▁ .", + "im p", + "sh ip▁", + "str uc", + "reg ard", + "m ed", + "l arg", + "sy st", + "po int", + "li v", + "re al", + "gr am", + "European▁Un ion▁", + "b ack", + "sup port", + "con sid", + "v ir", + "fat her▁", + "r un", + "im e▁", + "▁A ▁", + "ne ed", + "k e", + "at ing▁", + "ent ly▁", + "kn ow▁", + "m o", + "c ert", + "i al", + "inc reas", + "u t▁", + "y oun", + "uc h▁", + "▁A s▁", + "dec is", + "▁t wo▁", + "hap p", + "have▁ been▁", + "ol v", + "th er▁", + "pos sib", + "d ra", + "s itu", + "d u", + "▁th an", + "b ack▁", + "e▁t o", + "me as", + "v ie", + "m ot", + "f ut", + "it ed▁", + "F r", + "i ev", + "in t▁", + "ent s▁", + "ha v", + "un t", + "ol d", + "ex p", + "lik e▁", + "am p", + "e ur", + "ex pl", + "for c", + "s pe", + "int o▁the▁", + "at ive▁", + "l in", + "dec id", + "hum an▁", + "particul ar", + "e -", + "ion al▁", + "itt ee▁", + "foll ow", + "d et", + "or t", + "end s▁", + "cit iz", + "m ov", + "of f", + "C on", + "n ing▁", + "fil m▁", + "a im", + "be h", + "v ent", + "probl em", + "at h", + "reg ul", + "ad op", + "▁th is", + "prot ect", + "g ood▁", + "empl oy", + "g o▁", + "of▁ a▁", + "▁t ell", + "un ity▁", + "re qu", + "man ag", + "j o", + "pr is", + "countri es▁", + "pro gram", + "re e▁", + "bu d", + "▁T hat▁", + "▁t ra", + "ever y", + "all ▁the▁", + "`` ▁", + "soc ial▁", + "es▁ a▁", + "w at", + "su cc", + "pres s", + "an s▁", + "betwe en▁", + "m uch▁", + "comp et", + "e qu", + "ha s", + "ap p", + "dif fer", + "ap pe", + ",▁ and", + "es▁ .", + "am end", + "d el", + "ation .", + "ef fect", + "p ow", + "enc y▁", + "is▁ not▁", + "cur r", + "for t", + "ment s▁", + "-L R", + "▁Wh en▁", + "oth er", + "er▁ and▁", + "fam ily▁", + "should▁ be▁", + "we▁ have▁", + "ing▁ and▁", + "g ir", + "▁t ri", + "both ▁", + "fin d▁", + "a il", + "ed▁ in▁the▁", + "ol og", + "†™", + "▁Th ere▁", + "e▁t o▁the▁", + "al read", + "ol ▁", + "ne ed▁to▁", + "Europ e▁", + "▁Mr▁President ,▁", + "t y▁", + "vir on", + "ing ▁that▁", + "beg in", + "do▁ not▁", + "fri end▁", + "m att", + "on▁ a▁", + "r ul", + "c or", + "M ar", + "e .▁", + "g ive▁", + "i ght", + "lo ve▁", + "i k", + "t r", + "per i", + "n ec", + "o t▁", + "n ext▁", + "n umb", + "be fore▁", + "c lear", + "y our▁", + "s ist", + "h ow▁", + "l y,▁", + "respon sib", + "A r", + "s er", + "d ur", + "m e▁", + "f ur", + "polic y▁", + "t ing▁", + "disc us", + "s ect", + "a ve▁", + "l ast▁", + "t▁ of▁the▁", + "ies▁ and▁", + "r is", + "m ay▁", + "ol ut", + "must▁ be▁", + "of fic", + "ion ,▁", + "retur n", + "▁Af ter▁", + "s on", + "at h▁", + "propos al", + "ne w", + "se e▁", + "sup port▁", + "consid er", + "u h▁", + "l ong", + "hel p▁", + "d own▁", + "le av", + "h and", + "n 't▁", + "g ener", + "u ▁", + "P resid", + "th or", + "ro s", + "alread y▁", + "e p▁", + "b us", + "ure s▁", + "com e▁", + "co oper", + "eth er▁", + "about ▁the▁", + "order ▁to▁", + "again st▁", + "▁t ur", + "for m▁", + "publ ic▁", + "youn g▁", + "does▁ not▁", + "ing .", + "s m", + "a▁ and▁", + "e ach▁", + "ver s", + "i a", + "j ob", + "id ent", + "th e▁", + "Comm ittee▁", + "as h", + "in d▁", + "er ,▁", + "we▁ are▁", + "c ent", + "c ol", + "financ ial▁", + "pl ay", + "n ational▁", + "h igh", + "b y", + "r y", + "▁th an▁", + "of f▁", + "▁tim e▁", + "belie ve▁th", + "att emp", + "-LR B-▁", + "ation▁ of▁the▁", + "u e▁", + "Counc il", + "es▁ in▁", + "g ot", + "ed▁ a▁", + "str at", + "o h", + "▁A l", + "cr im", + "s ame▁", + "ed▁ .", + "se t▁", + ", ▁they▁", + "leg al▁", + "inst itut", + "cont ro", + "can not▁", + "citiz en", + "dem oc", + "have▁ to▁", + "an is", + "m other▁", + "an other▁", + "s et", + "aw ay▁", + "inv olv", + "pr inc", + "†“", + "he▁ is▁", + "en viron", + "in ce▁", + "▁A n", + "emb ers▁", + "nec ess", + "an y", + "▁there fore▁", + "ri ght▁", + "f ul▁", + "p ur", + "b re", + "as k", + "inv est", + "res s", + "c aus", + "ation▁ and▁", + "d on", + "year s▁", + "leg is", + "ex c", + "cl os", + "s af", + "with out▁", + "st ar", + "de p", + "j ust", + "▁ ,▁", + "re f", + "el ect", + "e as", + "sh ow", + "au thor", + "A l", + "inter est", + "ma j", + "is e▁", + "ac t▁", + "ech n", + "a ir", + "le as", + "w if", + "s ign", + "f t▁", + "ing▁ in▁", + "u b", + "at iv", + "le ar▁", + "w ill", + "m en▁", + "bu il", + "▁In ▁the▁", + "▁ .", + "wh er", + "ri but", + "wh il", + "tur al▁", + "sec ur", + "would▁ like▁to▁", + "▁to o▁", + "port eur", + "i et", + "g ent", + "rel ation", + "e a", + "Member▁Stat es▁", + "▁throu gh", + "ag ain▁", + "impl ement", + "prov id", + "d ist", + "▁How ever", + "rap porteur", + ", ▁th", + "al th", + "i pl", + "e y", + "ener g", + "discus s", + "es▁ ,▁", + "develop ment▁", + "ens ur", + "pu t▁", + "chil dr", + "or s▁", + "▁thin k", + "un it", + "al f▁", + "e▁th at▁the▁", + "gre at▁", + "▁B ut▁", + "serv ic", + "ou ld", + "comm on▁", + "acc ept", + "n er", + "th ing▁", + "ob ject", + "2 0", + "s l", + "som eth", + "him▁ .", + "at ely▁", + "ou gh", + "re d▁", + "hel p", + "grou p▁", + "f fic", + "h ar", + "ed▁ for▁", + "adop t", + "op en", + "▁ (", + "b od", + "es cap", + "v al", + "mon ey▁", + "er n▁", + "in iti", + "e▁th ey▁", + "l em", + "and ▁to▁", + "p ut", + "▁throu gh▁", + "l ad", + "e▁th is▁", + "re ally▁", + "re st", + "es p", + "po int▁", + "   ", + "con v", + "s▁ for▁", + "f av", + "el l▁", + "au ght", + "ig n▁", + "propos al▁", + "b ur", + "e k", + "mark et", + ", ▁that▁", + "becom e▁", + "sel f", + "g row", + "le .", + "19 9", + "ic k▁", + "f all", + "e▁th at", + "op port", + "b er", + "bus in", + "vie w", + "d oc", + "a▁ c", + "▁ Y", + "pl an", + "o k", + "con d", + "ed ▁that▁", + "af ter", + "▁   ", + "wor ld▁", + "f o", + "mer ic", + "import ant", + "rev eal", + "e▁ is▁", + "fe w▁", + "w ar", + "is ▁to▁", + "c reat", + "an k", + "ing ,▁", + "mar ri", + "di d▁", + "s▁to▁ be▁", + "ing▁ of▁", + "res ul", + "him self▁", + "intern ational▁", + "est abl", + "all ow", + "es .▁", + "se ver", + "attemp t", + "▁to g", + "betwe en▁the▁", + "ard s▁", + "Un ited▁", + "ation ,▁", + "disc over", + "dif fic", + "mark et▁", + "gent lem", + "a k▁", + ") ▁", + "sel v", + "s cho", + "res olut", + "l aw", + "fa ir", + "u res", + "m ill", + "n ow", + "ad v", + "ve▁th e▁", + "have▁ a▁", + "fr on", + "me an", + "y▁ ,▁", + "one▁ of▁the▁", + "a▁ ,▁", + "would▁ be▁", + "pro mis", + "a▁ .", + "y▁ .", + "w ish", + "p ass", + "ir e▁", + "re fer", + "count ry▁", + "e ir▁", + "t ak", + "▁t al", + "C B-▁", + "sa id", + "requ ire", + "at es▁", + "ev ent", + "al ity▁", + "n ight▁", + "g reat", + "le ,▁", + "i ally▁", + "▁ K", + "a id▁", + "se em", + "s econ", + "c ha", + "syst em", + "s ▁to▁the▁", + "wh ol", + "ne got", + "Mr s▁", + "negot i", + "numb er▁of▁", + "pr act", + "t ▁the▁", + "st itut", + "t wo▁", + "al is", + "st op", + "ed▁ with▁", + "v ar", + "re al▁", + "h ere▁", + "de ath▁", + "m ur", + "▁thin k▁", + "gentlem en", + "strat eg", + "ion▁ of▁the▁", + "reas on", + "want ▁to▁", + "how ever", + "an k▁", + "ion ▁to▁", + "if i", + "can▁ be▁", + "per son", + "m i", + "▁that ▁they▁", + "li g", + "d ▁to▁", + "id e", + "our c", + "▁t e", + "ic ally▁", + "environ ment", + "a x", + "ap pl", + "b en", + "act iv", + "sol ut", + "c ul", + "emb er", + "l im", + "year ▁", + "am e", + "get s▁", + "r e▁", + "fi ght▁", + ", ▁there▁", + "it ive▁", + "rec e", + "ous ly▁", + "Comm unity▁", + "d aught", + "u str", + "con f", + "acc ess", + "r ad", + "ig h▁", + "A meric", + "’ s▁", + "e w", + "a ut", + "appe ar", + "act ion▁", + "y p", + "▁to ▁take▁", + "cr it", + "Committee▁ on▁", + "n at", + "re present", + "princ ipl", + "▁t ow", + "situ ation▁", + "und er▁", + "ar riv", + "res s▁", + "l ess▁", + "▁ter m", + "▁W it", + "agre ement▁", + "ies▁and▁ gentlemen", + "it al▁", + "wh y▁", + "ex am", + "again st", + ", ▁this▁", + "med i", + "with▁ his▁", + "and ,▁", + "real iz", + "f ar▁", + "l itt", + "l and▁", + "oc k", + "pro mot", + "al so", + "ad am", + "d est", + "y▁ of▁", + "p ay", + "en n", + "human▁ right", + "proc ed", + "lif e▁", + "find s▁", + "a▁ 's▁", + "y .▁", + "differ ent▁", + "cl us", + "loc al▁", + "plac e▁", + "ed▁ on▁", + "i ent", + "if ic▁", + "r ic", + "European▁ Parliament▁", + "re duc", + "int ro", + "se qu", + "him ▁to▁", + "e an", + "wom en▁", + "fa il", + "cr is", + "a▁ b", + "ev er▁,▁", + "on ce▁", + "comp let", + "and ▁that▁", + "sh ip", + "wom an▁", + "e▁t ak", + "over ▁the▁", + "happ en", + "op in", + "deb ate▁", + "▁tell s▁", + "inform ation▁", + "as k▁", + "pr of", + "st art", + "▁I▁ am▁", + "pro g", + "fri end", + "cont ribut", + "p op", + "st ory▁", + "polic e▁", + "a .", + "a z", + "way s▁", + "y ing▁", + "hav ing▁", + "a j", + "particular ly▁", + "with in▁the▁", + "G re", + "s▁ in▁the▁", + "m at", + "st ud", + "agre ement", + "childr en▁", + "▁that ▁this▁", + "crim in", + "g g", + "ful ly▁", + "ou b", + "vi ol", + "ed▁ ,▁", + "% ▁", + "d own", + "ed ▁to▁the▁", + "succ ess", + "adam ▁President", + "' '", + "wor d", + "w as", + "of▁ his▁", + "ever y▁", + "f ore", + "y ea", + "work ing▁", + "l and", + "A m", + "fe el", + "ne ed▁", + "al t", + "so on▁", + "al s▁", + "fut ure▁", + "c ar▁", + "l ong▁", + "- R", + "og n", + "he ad▁", + "grou p", + "of ▁their▁", + "5 ▁", + "ro om▁", + "gr at", + "ing▁ his▁", + "w er", + "cert ain▁", + "ab ility▁", + "s am", + "energ y▁", + "ben ef", + "is▁ an▁", + "resp ect", + "he ad", + "secur ity▁", + "beh alf▁", + "ex ist", + "for w", + "ar r", + "▁tur n", + "rec ogn", + "us e▁", + "lev el", + "es▁ are▁", + "sp ect", + "am ent", + "pos ition▁", + "loo k▁", + "it▁ was▁", + "her▁ .", + "min ist", + "l ab", + "f un", + ",▁ S", + "eth er", + "▁that▁ he▁", + "ed uc", + "d en", + "s k", + "establ ish", + "w ell", + "es▁ of▁the▁", + "r or", + "fur ther▁", + "e▁th eir▁", + "go es▁", + "Ch r", + "ed g", + "N e", + "ev en", + "▁tak es▁", + "ir d▁", + ",▁ M", + "s ha", + "f le", + "c at", + "legis l", + "c oll", + ",▁ Mr", + "litt le▁", + "go ing▁to▁", + "G er", + "or ity▁", + "out ▁the▁", + "al th▁", + "wor ld", + "lad ies▁and▁gentlemen", + "▁to▁ a▁", + "be for", + "ion▁ and▁", + "n ever▁", + "r u", + "ers▁ and▁", + "bet ter▁", + "comm un", + "pres ent▁", + "on d", + "pe ac", + "of▁ cour", + "fr ame", + "le t▁", + "c all▁", + "▁t echn", + "ro le▁", + "cooper ation▁", + "o d▁", + "iv id", + "pop ul", + "P ro", + "probl em▁", + ",▁ she▁", + "m y", + "re d", + "all y", + "T reat", + "▁th ree▁", + "an im", + "b and▁", + "ag r", + "it .", + "de f", + "comp an", + "id d", + "are a▁", + "pre v", + "' s", + "possib le▁", + "d at", + "fi el", + "ach iev", + "struc t", + "y s", + "ion s.", + "h or", + "as p", + "an g▁", + "la w▁", + "lear n", + "mak ing▁", + "someth ing▁", + "us si", + "s ,▁and▁", + "res ear", + "▁M adam▁President", + "w r", + "org anis", + "k ey▁", + "wel com", + "which ▁the▁", + "im prov", + "▁ in▁", + "▁W hat▁", + "syst em▁", + "is m▁", + "produc t", + "s ince▁", + "of t", + "gu ar", + "g ood", + "val u", + "con sum", + "dep end", + "w rit", + "ing▁ .", + "esp ec", + "buil d", + "s ay▁", + "larg e▁", + "not▁ be▁", + "st or", + "w a", + "att ent", + "rem ain", + "b est▁", + "comm itt", + "Presid ent▁", + "ref us", + "on▁ behalf▁", + "lev el▁", + "m od", + "e gr", + "i an", + "Commission er▁", + "sa id▁", + "al ways▁", + ",▁ but", + "T he▁", + "ur g", + "f f", + "S p", + "in▁ order▁to▁", + "▁to o", + "o st", + "h on", + "nam ed▁", + "t▁ and▁", + "p at", + "h igh▁", + "H ous", + "gir l▁", + "gir l", + "de al▁", + "intro duc", + "v ill", + "res ourc", + "▁tak en▁", + "att ack", + "which▁ is▁", + "ur al▁", + "ra is", + "J oh", + "fort un", + "um ent", + "I▁ am▁", + "es▁ his▁", + "hous e▁", + "l os", + "ing ▁to▁the▁", + "fre ed", + "s▁ his▁", + "re ach", + "li ght", + "hom e▁", + "all y,▁", + "fir st", + ",▁ and▁the▁", + "bel iev", + "sever al▁", + "er al▁", + "it 's▁", + "is s", + "curr ent▁", + "soc iet", + "as ks▁", + "cl aim", + "ord in", + "you▁ know▁", + "on ▁this▁", + "2 ▁", + "co st", + "er .", + "sid e▁", + "agr icul", + "▁This▁ is▁", + "E n", + ",▁ is▁", + "le ave▁", + "fin ally▁", + ",▁ it▁", + "us p", + "scho ol▁", + "ab ly▁", + "▁they▁ are▁", + "m p", + "at▁ a▁", + "▁I f▁", + "r act", + "fav our▁", + "com b", + "mon th", + "g un", + "at e▁the▁", + "secon d▁", + "act ually▁", + "guar ant", + "into▁ a▁", + "d riv", + "s ,▁the▁", + "e k▁", + "▁to ▁t", + "c t", + "▁that ▁there▁", + "p a", + "it ions▁", + "y l", + "w al", + "n on", + "e ad▁", + "R ussi", + "h is", + "ic ip", + "program m", + "var ious▁", + "st ate▁", + "yea h▁", + "h us", + "b al", + "▁ V", + "he alth▁", + "proc ess", + "Ch ar", + "h ol", + "▁ Un", + "all eng", + "direct ive▁", + "▁that ,▁", + "bod y▁", + "M in", + "en ▁to▁", + "s imp", + "A f", + "▁A t▁the▁", + "t al", + "and▁ his▁", + "becom es▁", + "am b", + "l ess", + "she▁ is▁", + "ch ar", + "qu ite▁", + "cl im", + "ex amp", + "dra w", + "democ rat", + "fin al▁", + "gl ob", + "d one▁", + "ou ▁", + "de fin", + "govern ment", + "st er", + "ment ion", + "s▁ with▁", + "appro pri", + "e b", + "ex peri", + "m om", + "call ed▁", + "bud get", + "under ▁the▁", + "p er▁", + "such▁ as▁", + "l ov", + "er c", + "b e▁the▁", + "int egr", + "t▁ .", + "ch alleng", + "appro ach", + "diffic ult", + "▁M ean", + "p riv", + "-LRB-▁ -LRB-▁", + "er g", + "s▁ on▁", + "wh at", + "bud get▁", + "bre ak", + "ass ist", + "ag u", + "i ent▁", + "h ist", + "som e", + "s ex", + "add ition", + "ind ustr", + "▁I▁ would▁", + "ex press", + "ent er", + "includ ing▁", + "saf et", + "com pl", + "Ch in", + "▁through ▁the▁", + "str eng", + "of ▁t", + "es ▁to▁the▁", + "ess ent", + "mak es▁", + "deb at", + "– ▁", + "dur ing▁the▁", + "S h", + "c are", + "European▁Un ion", + "s▁ her▁", + "it y.", + "a▁ is▁", + "meas ures▁", + "mi gr", + "m ight▁", + "ep t▁", + "ing le▁", + "▁tr ad", + "spe ak", + "wh en", + "m ad", + "fund ament", + "sh o", + "s usp", + "ing ▁this▁", + "ful l▁", + "p leas", + "n or", + "maj or▁", + "h old", + "ke ep", + "comm it", + "exp ect", + "de al", + "as▁ well▁", + "c lear▁", + "has▁ a▁", + "o s▁", + "e▁th an▁", + "th er", + "v ict", + "ing▁ for▁", + "Un ion▁", + "sc en", + "li ve▁", + "rece iv", + "es▁ for▁", + "a ,▁", + "det er", + "es▁ in▁the▁", + "or ig", + "j ect▁", + "us h", + "▁Wh ile▁", + "lat er▁", + "in -", + "▁The▁ film▁", + "su gg", + "bas is▁", + "quest ion▁", + "a x▁", + "ion s,▁", + "ed .▁", + "United▁ Stat", + "T ur", + "particul ar▁", + "Chr ist", + "d re", + "om b", + "pl ay▁", + "wh en▁the▁", + "P ol", + "ing .▁", + "prov ide▁", + "sh all▁", + "ri ve▁", + "Q u", + "R om", + "contro l▁", + "ure d▁", + "P r", + "C ar", + "res ult", + "tur e▁", + "e▁t im", + "govern ment▁", + "in▁ his▁", + "amend ment", + "ust ri", + "of▁the▁ European▁", + "al e▁", + "ure .", + "sect or", + ",▁ B", + "ent r", + "giv en▁", + "n er▁", + "l y▁to▁", + "ed▁ at▁", + "g en", + "ar ound▁", + "ext rem", + "p rec", + "i o▁", + "it y", + "▁That▁ is▁", + "b or", + "es▁ her▁", + "o gu", + "s ens", + "cert ain", + "frame work▁", + "er s", + "op ▁", + "ind ivid", + "sm all▁", + "P resident", + "▁to day", + "f ar", + "st ep", + "it or", + "▁that▁ is▁", + "sur v", + "wh o", + "fi ght", + "1 ▁", + "s▁ him▁", + "▁Th ese▁", + "f ound▁", + "qu ick", + "▁F in", + "spec ific▁", + "li ght▁", + "c iv", + "l ine▁", + "employ ment▁", + "pro ject", + "ch arg", + "pre t", + ",▁ D", + "of ▁these▁", + "e▁t r", + "unt il▁", + "s av", + "de ad▁", + "e▁ 's▁", + "object iv", + "wh ether▁", + "ic le▁", + "com es▁", + "necess ary▁", + "b ar", + "con su", + "st ain", + "▁How ever▁,▁", + "ed▁ as▁", + "with▁ her▁", + "▁T o▁", + "el y", + "col le", + "ing ly▁", + "▁ .▁", + "k ill▁", + "▁tri es▁to▁", + "ac ros", + "in str", + "espec ially▁", + "relation ship▁", + "k ind▁", + "j ud", + ",▁ for▁", + "are as▁", + "ar e▁the▁", + "fir m", + "ord er▁", + "o -", + "sugg est", + "mill ion▁", + "ot t", + "▁ is▁", + "int end", + "le ft▁", + "it y,▁", + "ri b", + "m embers▁", + "y▁ is▁", + "vie w▁", + "invest ig", + "chang e▁", + "r an", + "have▁ the▁", + "▁them selv", + "against ▁the▁", + "democ rac", + "▁S t", + "L is", + "as s▁", + "b oo", + "vot e▁", + ",▁ J", + "ou se", + "ne ar", + "hus band▁", + "ing▁ her▁", + "on▁behalf▁ of▁the▁", + "un i", + "i es.", + "me et▁", + "'▁ s▁", + "int erv", + "out▁ of▁", + "environment al▁", + ",▁ it▁is▁", + "enc our", + "f ood▁", + "▁The▁ Commission▁", + "belie ve▁", + "M on", + "m ain▁", + "believe▁th at▁", + "▁tog ether▁", + "n ess", + "si bl", + "d oub", + "k id", + "quest ion", + "pre vent", + "dem and", + "m us", + "conv inc", + "go ing▁", + "cas e▁", + "se en▁", + "e ,▁the▁", + "d am", + "l l", + "decid es▁to▁", + "necess ar", + "l edg", + "streng th", + "w ed", + "b ig", + "rel at", + "▁the y", + "r up", + "gener al▁", + "B ar", + "▁to e▁", + "G overn", + "l ist", + "er ▁to▁", + "t im", + "ef ore", + "is m", + "? ▁", + "al ong▁", + "▁Mr▁President ,▁I▁", + "N or", + "os p", + "a h", + "f oc", + "a ur", + "st re", + "▁On ▁the▁", + "meas ures", + "ach ie", + "l ack▁", + "par t▁", + "▁On e▁", + "agre e▁", + "ing ▁their▁", + "i -", + "er▁ 's▁", + "w ar▁", + "af fect", + "ic h", + "sh ow▁", + "prov is", + "m ilit", + "ak e▁", + "dest ro", + "R ▁", + "ar e▁t", + "expl ain", + "her ▁to▁", + "U S", + "s inc", + "Ne w▁", + "av ail", + "bo y", + "E C", + "m it", + "appl ic", + "in no", + "proc ess▁", + "B rit", + "e h", + "wif e▁", + "i '", + "e an▁", + "s ess", + "back ▁to▁", + "in ▁their▁", + "intern al▁", + "▁ter ror", + "wh ose▁", + "l es▁", + "part icip", + "whol e▁", + "acc ord", + "under stand", + "w in", + "e▁to▁ be▁", + "ef fic", + "fri ends▁", + "' re▁", + "us ed▁", + "G rou", + "pur su", + "great er▁", + "issu e▁", + "from▁ a▁", + "is ▁that▁", + "ou th", + "ef fort", + "up ▁the▁", + "e ,▁and▁", + "▁We▁ are▁", + "pri or", + "sp ir", + "when▁ he▁", + "form er▁", + ",▁ however", + "B r", + "s en", + "al i", + "y et▁", + "s ent", + "ha d", + "y▁ 's▁", + "chil d▁", + "exam pl", + "▁than k", + "car ri", + "know ledg", + "c ir", + "clear ly▁", + "h and▁", + "er s,▁", + "resp ect▁", + "is▁ no▁", + "decis ion▁", + "c over", + "com ing▁", + "e ed", + "it▁ .", + "e it", + "▁tak ing▁", + "im medi", + "d ang", + "f is", + "▁F or▁", + "effect ive▁", + "-L CB-▁", + "deter min", + "i es,▁", + "▁H is▁", + "of fer", + "C l", + "u bl", + "c am", + "giv es▁", + "Commission 's▁", + "ed▁by▁ a▁", + "ou pl", + "fr ic", + "3 ▁", + "f our▁", + "opport unit", + "20 1", + "ation s.", + "commun ic", + "not ▁to▁", + "par t▁of▁the▁", + "orig in", + "he▁ has▁", + "fundament al▁", + "we▁ must▁", + "ne igh", + "▁to ▁this▁", + "u k", + "sh ort", + "fam il", + "pract ic", + "ab o", + "ers▁ .", + "▁tr y", + "oun t▁", + "ing▁ ,▁", + "D i", + "▁than k▁", + "for ce▁", + "should▁ like▁to▁", + "ence▁ of▁", + "pos itive▁", + "ac count", + "H ar", + "after ▁the▁", + "r .▁", + "for▁ his▁", + "g ar", + "ra in", + "al ogu", + "ul t▁", + "av o", + "mur d", + "fre e▁", + "pos ition", + "busin ess", + "ro p", + "dem on", + "c ity▁", + "resear ch▁", + "event ually▁", + "▁We▁ have▁", + "d om", + "um ent▁", + "comm end", + "su stain", + "at or", + "A ▁", + "and ▁t", + "con n", + "r en", + "st and▁", + "a il▁", + "m ore", + "which▁ are▁", + "ing▁ of▁the▁", + "don 't▁", + "▁A t▁", + "qu ality▁", + "res t▁", + "con clus", + "job ▁", + "democrat ic▁", + "char act", + "it er", + "guarant e", + "f t", + "s or", + "er▁ is▁", + "er s.", + "whil e▁,▁", + "are d▁", + "not▁ only▁", + "us ▁to▁", + "ro w▁", + "mo ve▁", + "gr ap", + "des p", + "vict im", + "St ate▁", + "resolut ion▁", + "rec ent▁", + "fa ir▁", + "grat ul", + "t ern", + "▁tr u", + "con fron", + "for ▁this▁", + "star t▁", + "ur ▁", + "on▁ his▁", + "ma int", + "sol id", + "lik e▁to", + "extrem ely▁", + "t on▁", + "du ce▁", + "org an", + "oft en▁", + "n et", + "par liam", + ",▁which▁ is▁", + "Americ an▁", + "ad minist", + "con gratul", + "mor e▁than▁", + "O ffic", + "in ▁term", + "en larg", + "in de", + "G e", + "busin ess▁", + "sho ot", + "ment .", + "M embers▁", + "Min ist", + "run ▁", + "pl an▁", + "in fl", + "and ▁th", + "sub st", + "ib le▁", + "ing ▁t", + ",▁ with▁", + "p ast▁", + "ar ch", + "st u", + "every one▁", + "a id", + "inst ead▁", + "oc k▁", + "cont ain", + "le ast▁", + "▁M ember▁Stat", + "w id", + "▁that▁ it▁", + "responsib le▁", + "po st", + "v el", + "p ot", + "ed▁ on▁the▁", + "Europe .", + "ul l", + "Af fair", + "who▁ is▁", + "u ch", + "of ▁them▁", + "sign ific", + "8 ▁", + "7 ▁", + "es s▁of▁", + "▁the▁ t", + "-▁ and▁", + "i es", + "problem s▁", + "▁D ur", + "s at", + "hum an", + "h osp", + "se e", + "ac e▁", + "Commission er,▁", + "6 ▁", + "is ,▁", + "out▁ of▁the▁", + "end ing▁", + "▁Y ou▁", + "l y▁the▁", + "n ess▁", + "sub ject", + "ance▁ of▁", + "non -", + "f all▁", + "op en▁", + "f ig", + "I▁ have▁", + "con fl", + "C our", + "im pro", + "fiel d▁", + "st e", + "uc k▁", + "br ing▁", + "f ive▁", + "c are▁", + "▁tra in", + "s ch", + "con sequ", + "f arm", + "- in-", + "u h", + "M ember▁", + "ap prov", + "ens ive▁", + "W or", + "c ros", + "di alogu", + "▁Wit h▁", + "or ▁the▁", + "effect iv", + ",▁ where▁", + "00 0▁", + "ri p", + "who▁ are▁", + "pos sibl", + "-R CB-▁", + "re form", + "polit ic", + "k ed▁", + "f ell", + "Lis b", + "pre p", + "and▁ S", + "l ow", + "cris is▁", + "J o", + "▁The▁ next▁", + ",▁ R", + "colle agu", + "did▁ not▁", + "um p", + "-▁ (", + "ies▁ of▁", + "kn own▁", + "befor e▁the▁", + ", ▁then▁", + "loo king▁", + "com promis", + "prof ess", + "and ▁they▁", + "and▁ a▁", + "a h▁", + ", ▁t", + "inter est▁", + "of▁cour se", + "it iv", + "conn ect", + "we▁ can▁", + "4 ▁", + "▁techn olog", + "European▁ Parliament", + "us e▁of▁", + "cre ate▁", + "res c", + "simp ly▁", + "ef for", + "e en▁", + "re leas", + "ed ly▁", + "co ordin", + "it ▁to▁", + "sh ould", + "s ▁that▁the▁", + "in▁ which▁", + "Hous e▁", + "milit ary▁", + "ass ess", + "wher e▁the▁", + "m ust", + "ic t▁", + "f ra", + "b i", + "ag g", + "e▁th ere▁", + "si z", + "re commend", + "▁F ir", + "b rou", + "▁tr y▁to▁", + "''▁ .", + ",▁the▁ Commission▁", + "ap t", + "id ent▁", + "in k", + "s▁ .▁", + "a▁ m", + "em erg", + "ha m", + "er ry▁", + "f ish", + "ant ly▁", + "fact ▁that▁", + "rat her", + "ab ilit", + "glob al▁", + "ser ious▁", + "re ject", + "con st", + "all ow▁", + "beh ind▁", + "w ant▁", + "p ay▁", + "▁to day▁", + "b att", + "l l▁", + "citizen s▁", + "ar ity▁", + "will▁ not▁", + "wish ▁to▁", + "c amp", + "certain ly▁", + "ou ght", + "f ound", + "oth ers▁", + "Ar t", + "in depend", + "reg ional▁", + "v o", + "agricul tural▁", + "me th", + "d e▁", + "fac t▁", + "quick ly▁", + "▁We▁ must▁", + "pr ic", + "gr ound▁", + ",▁ T", + "ke ep▁", + "- 0", + "ed ▁that▁the▁", + "im migr", + "p ack", + "be en", + "cond ition", + "support ▁the▁", + "s▁ up▁", + "ire d▁", + "if ▁the▁", + "▁Mean while▁,▁", + "issu es▁", + "su per", + "one▁ of▁", + "at ory▁", + "w ould", + "h es", + "gu id", + "bro ther▁", + "P et", + "▁tow ards▁", + "y -", + "f ear", + "hel d▁", + "app li", + "▁ 's▁", + "pow er▁", + "author ities▁", + "Grou p▁", + "▁Wit h", + "ing▁ in▁the▁", + "up ▁to▁", + "responsib ility▁", + "pro per", + "P al", + "pl ann", + "▁An d▁", + "enc h▁", + "▁I f", + "legis lat", + "ing▁ with▁", + "ation s,▁", + "ex per", + "al most▁", + "r id", + "ifi ed▁", + "attempt s▁to▁", + "I▁ would▁", + "comp any▁", + ",▁ L", + "li e▁", + "▁Af ter", + "ag e▁of▁", + "I tal", + "if▁ we▁", + "par t▁of▁", + "cir c", + "n uc", + "ob lig", + "i ation▁", + "▁try ing▁to▁", + "h ot", + "re pe", + "right ▁to▁", + "pre par", + "al ,▁", + "kill ed▁", + "f ect▁", + "direct iv", + "w as▁the▁", + "▁tr ade▁", + "count r", + "daught er▁", + "ro c", + "curr ently▁", + "was▁ a▁", + "b our", + "▁O n▁", + "op pos", + "rev ie", + "ing▁ him▁", + "pres s▁", + "forw ard▁", + "enc es▁", + "spec ial▁", + "are▁ not▁", + "h ard", + "ed▁ from▁", + "ap art", + "ch e", + "ant s▁", + "sect or▁", + "▁t reat", + "er t▁", + "part ner", + "l y.", + "mur der", + "str ong▁", + "b an", + "cap t", + "a i▁", + "each▁ other▁", + "pris on", + "s w", + "or e▁", + "i j", + "an al", + "ind ic", + "ear li", + "m ult", + "it self▁", + "for ▁their▁", + "emp has", + "- t", + "I s", + "j our", + "or d▁", + "J u", + "report .", + "▁th reat", + "peop l", + "B -", + "prog ress▁", + "ou ght▁", + "ed▁ out▁", + "as ▁to▁", + "min d▁", + "European▁Un ion.", + "encour ag", + "dec l", + "rapporteur ▁", + "initi ativ", + "le y▁", + "des c", + "maj ority▁", + "cond itions▁", + "par ent", + "y ▁that▁", + "wat ch", + "as h▁", + "is▁ also▁", + "g e▁", + "ra in▁", + "ing▁ an▁", + "s▁ on▁the▁", + "EU R▁", + "ion .▁", + "Y or", + "▁ U", + "publ ic", + "we ek", + "am ong", + "ement▁ of▁", + "ag o▁", + "exc ell", + "m it▁", + "▁L at", + "ir d", + "▁C on", + "C ol", + "program me▁", + "str ict", + "protect ion▁", + "not ▁the▁", + "per hap", + "go t▁", + "c has", + "fis her", + ",▁ an▁", + "o grap", + "▁A s▁the▁", + "ion ▁to▁the▁", + "R eg", + "p resid", + "s al", + "pur pos", + "ation ▁to▁", + "im il", + "Ge org", + "c oupl", + "att ack▁", + "get ting▁", + "cent ur", + "b ab", + "on▁ .", + "m itt", + "and ▁then▁", + "v ol", + "do ing▁", + "m ag", + "no thing▁", + "Di rect", + "organ iz", + "In di", + "p i", + "▁them ▁to▁", + "compet ition▁", + "asp ect", + "s ▁t", + "▁S o▁", + "priv ate▁", + "An n", + "con stitut", + "ef ul▁", + "▁T her", + "retur n▁", + "c ut", + "ing ▁them▁", + "want s▁to▁", + "continu e▁to▁", + "legisl ation▁", + "c el", + "Joh n▁", + "ec ut", + "re quest", + "b ill", + "g ang▁", + "id ence▁", + "amend ments▁", + "matt er▁", + "A fric", + "her self▁", + "t ri", + "00 ▁", + "an▁ and▁", + "e▁ a▁", + "pow er", + "▁In ▁this▁", + "parliam ent", + "t l", + "d ut", + "st ay▁", + "opportunit y▁to▁", + "run s▁", + "countri es.", + "O ▁", + "as▁ an▁", + "Brit ish▁", + "s▁ and▁the▁", + "jo in", + "st ep▁", + "se par", + "re fl", + "P ▁", + "long er▁", + "or▁ .", + "m ob", + "what▁ is▁", + "p en", + "ion s▁and▁", + "ro ad▁", + "a▁ few▁", + "ang u", + "us ing▁", + "arr ang", + "individ ual▁", + "nuc lear▁", + "m et", + "▁B ut", + "ro b", + "ion s▁of▁", + "m uch", + "and▁ is▁", + "kind▁ of▁", + "g am", + "D ev", + "ro ad", + "reas on▁", + "ar ound", + "re p", + "committ e", + "qu al", + "en ,▁", + "w o", + "l t", + "a▁s m", + "Am end", + "peri od▁", + "by▁ a▁", + "but ▁the▁", + "Commission er", + "ar k▁", + "in▁ an▁", + "mov ie▁", + "coll ect", + "▁L et▁", + "h ug", + "ic▁ and▁", + "a ▁to▁", + "way ▁to▁", + "out sid", + "h old▁", + "rec t▁", + "wat er▁", + "A g", + "pot ent", + "m ess", + "wh om▁", + "e▁ for▁", + "sc ient", + "bro th", + "and ▁their▁", + "r on", + "ell s▁", + "wh ether", + "negoti ations▁", + "clim ate▁", + "es s▁and▁", + "d iv", + "meet s▁", + "has▁ not▁", + "B el", + "forw ard", + "or t▁", + "part y▁", + "Fr ench▁", + "hosp ital▁", + "li ber", + "e▁t ime▁", + "bo y▁", + "con sist", + "sh ot▁", + "alth ough▁", + ": ▁the▁", + "str ong", + "▁ of▁", + "w ind", + "su ffic", + "h ood▁", + "\\ /", + "al▁ and▁", + ",▁ P", + "E l", + "m ind", + "ensur e▁that▁", + "en .", + "▁I▁ have▁", + "S oc", + "l ast", + "mo der", + "e z", + "ass oc", + "econ d", + "es▁ him▁", + "o on▁", + "D E", + "up on▁", + "rul es▁", + "ers▁ of▁", + "a▁s er", + ". .", + "in▁ love▁", + "star ts▁", + "S c", + "t e▁", + "▁to ▁their▁", + "▁I▁ would▁like▁to▁", + "b ri", + "ment▁ of▁", + "s -", + "rem ain▁", + "I r", + "go es▁to▁", + "l ost▁", + "count ry", + "cent r", + "di es▁", + "ed▁ with▁the▁", + "ac qu", + "adv ant", + "contro l", + "ed▁to▁ be▁", + "m il", + "in▁term s▁of▁", + "e▁ in▁the▁", + "ind ustri", + "con clud", + "em oc", + "uc k", + "gr ad", + "es ,▁and▁", + "iti es.", + "f lo", + "follow ing▁", + "sat is", + "freed om▁", + "in ▁t", + "▁those▁ who▁", + "crit er", + "fore ign▁", + "polic y.", + "en ough", + ",▁ C", + "1 0", + "doc t", + "youn g", + "grow th▁", + "R ep", + "success ful▁", + "e op", + "vis it", + "he alth", + "9 ▁", + "anc es▁", + "Wor ld▁", + "▁th ings▁", + "▁ yeah▁", + "New▁ Yor", + "a int", + "M ed", + "W h", + "M E", + "on d▁", + "servic es▁", + "every thing▁", + "ser i", + "ion s", + "ion▁ .", + "J ap", + ",▁ in▁the▁", + "mar ry▁", + "f fer", + "hist or", + "surv iv", + "e▁th en▁", + "prev ious▁", + "ent ire▁", + "stand ard", + "human▁right s▁", + "un g", + "▁tur n▁", + "▁th ird▁", + "ha s▁to▁", + "a ir▁", + "com es▁to▁", + "with▁ regard", + "An g", + "self -", + "▁th ing", + "ex ecut", + "idd le▁", + "fac e▁", + "achie ve▁", + "wa it", + "aw are▁", + "t o", + "ch ec", + "it ion▁of▁", + "R e", + "ia▁ and▁", + ") .", + "b e▁tak", + "dr ug", + "in j", + "becaus e▁the▁", + "me ans▁", + "▁this▁ is▁", + "re t▁", + "ist s▁", + "m ech", + "initi ative▁", + "▁Al th", + "In tern", + "add ress", + "el in", + "▁S om", + "sam e▁tim", + "1 5", + "▁that 's▁", + "n ame▁", + "ar ch▁", + "ris k▁", + "uc t", + "possibl e▁to▁", + "tr ans", + "sup p", + "develop ing▁", + "safet y▁", + "re form▁", + "ter m▁", + "ro om", + "ab solut", + "o▁ and▁", + "such▁ a▁", + "resul t▁", + "we▁ should▁", + "on ly▁to▁", + "begin s▁to▁", + "r ang", + "ap point", + "d in", + "▁Madam▁President ,▁", + "as▁ he▁", + "gr ound", + "des ign", + "mon itor", + "mor ning▁", + "respon d", + "rel ations▁", + "we▁ will▁", + "al .", + "ag end", + "pro b", + "er ous▁", + "is ed▁", + "appro ach▁", + "a▁ new▁", + "ans wer", + "m ut", + "ap ▁", + "infl u", + "c ust", + "n ation", + "det ail", + "civ il▁", + "al one▁", + "excell ent▁", + "ar rive▁", + "c op", + "apart ment▁", + "p et", + "en s▁", + "su ffer", + "▁that▁ she▁", + "crit ic", + "attempt ▁to▁", + "dis crimin", + "U N", + "L e", + "c le▁", + "fil m", + "e 's▁", + "proposal s▁", + "ide a▁", + "b it", + "at ic▁", + "lack▁ of▁", + "on n", + "sur pris", + "N o▁", + "h id", + "▁trans par", + "J an", + "s ▁them▁", + "legislat ive▁", + "ver t", + "object ive▁", + "n ight", + "ro m", + "ag o", + "s '▁", + ",▁who▁ is▁", + "l angu", + "ap er▁", + "cre d", + "e▁,▁ but▁", + "c and", + "Art icle▁", + "se ek", + "we ap", + "1 8", + "develop ment", + "anc e,▁", + "▁However ,▁", + "En gl", + "B ud", + "con duc", + "resul ts▁", + "it▁ and▁", + "sub sid", + "is .", + "regul ation▁", + "ar rest", + "im ▁", + "enc ount", + "R ob", + "welcom e▁the▁", + ",▁ because▁", + ",▁and▁ I▁", + "are as", + "s▁ from▁", + "appropri ate▁", + "▁th er", + "p over", + "cr uc", + "on t", + "me an▁", + "work ers▁", + "his▁ father▁", + "c al", + "freed om", + "person al▁", + "E m", + "had▁ been▁", + "del i", + "propos ed▁", + "s▁ is▁", + "abo ve▁", + "▁there▁ are▁", + "dur ing▁", + "sol di", + "il ities▁", + "acc ident", + "▁tow ard", + ".▁ ''", + "make▁ a▁", + "▁M y▁", + "b e▁t", + "w ast", + ",▁ while▁", + "r a▁", + "liv ing▁", + "2 0▁", + "br ing", + "not ic", + "R ight", + "int ent", + "with in▁", + "fo ot", + "you▁ have▁", + "c ra", + "Presid ency▁", + "▁G rou", + "T r", + "strateg y▁", + "say s▁", + "li es▁", + "ation .▁", + "Member▁Stat es.", + "d ict", + "in k▁", + "also▁ be▁", + "▁the ir", + "str ang", + "ity▁ and▁", + "gr and", + "fe at", + "▁trans port▁", + "countri es,▁", + "is ▁t", + "p ic", + "inv it", + "could▁ be▁", + "▁S h", + "O r", + "▁Fin ally,▁", + "at el", + "be aut", + "as sum", + "sc re", + "ec h▁", + "per son▁", + "sustain able▁", + "int o", + "Is ra", + "ear ly▁", + "▁S econd", + "un n", + "r ound", + "im pos", + "at ▁this▁", + "W il", + "enc e.", + "may▁ be▁", + "at or▁", + "T h", + ",▁ K", + "un able▁to▁", + "Con vent", + "un ch", + "rat her▁", + "diffic ult▁", + "A d", + "▁He▁ is▁", + "anal ys", + "en ough▁", + "str ug", + "em iss", + "G u", + "G ener", + "ement s▁", + "dra ft▁", + "-in- Offic", + "▁th es", + "har mon", + "ann ounc", + "▁tak e▁the▁", + "s ingle▁", + "ed▁ up▁", + "examp le,▁", + "refl ect", + "jo int▁", + "Ger man▁", + "per form", + "aw ar", + "escap e▁", + "manag es▁to▁", + "ec t▁of▁", + "produc ts▁", + "ation▁ .", + "du e▁to▁", + "mis tak", + "D av", + "arriv es▁", + "off ▁the▁", + "s le", + "wh at▁the▁", + "produc tion▁", + "re strict", + "st ag", + "inno v", + "our selv", + "pi ec", + "an▁ un", + "at▁ least▁", + "institut ions▁", + "ef ul", + "eng ag", + "al u", + "leav es▁", + "it ar", + "Commission ▁to▁", + "ur e▁of▁", + "unt il", + "you▁ know", + "do or▁", + "writ ing.▁", + "ou th▁", + "complet ely▁", + "act ions▁", + "cul tural▁", + "act ive▁", + "st af", + "l ate▁", + "by▁ Mr", + "st ri", + "fer ence▁", + "peop le", + "gr ant", + "t ime▁", + "dat a▁", + "ed▁ by", + "vi ously▁", + "bro k", + "E d", + "ers▁ are▁", + "im in", + "b omb", + "▁It▁ is", + "in t▁of▁", + "ar t▁", + "long -", + "exist ing▁", + "s t▁of▁", + "for▁ her▁", + "min ut", + "co hes", + "vill ag", + "make▁ it▁", + "of▁ our▁", + "an▁ 's▁", + "M c", + "b ir", + "w ard▁", + "cl ose▁", + "ic ha", + "D r.▁", + "▁A r", + "end▁ of▁the▁", + "b order▁", + "el ess▁", + "se es▁", + "fle x", + "wor d▁", + "ob t", + "manag ement▁", + "destro y", + "su d", + "me ans", + "a ud", + "opport un", + "es ▁that▁the▁", + "spe ak▁", + "sa ve▁", + "c ast", + "doc ument", + "has▁ already▁", + "- h", + "ubl ic▁", + "par ents▁", + ") ▁Mr▁President,▁", + "scho ol", + "as ▁they▁", + "H ouse", + "crimin al▁", + "c ent▁", + "on ly", + "le x", + "F in", + "▁A n▁", + "ord ers▁", + "y n", + "essent ial▁", + "et ary▁", + "i▁ 's▁", + "eit her▁", + "hug e▁", + "▁the▁ Commission▁", + "▁in▁ writing.▁", + "imp act▁", + "stop ▁", + "in ▁that▁", + "e f▁", + "M ad", + "kid n", + "P h", + "ab and", + "d id", + "ing▁ on▁", + "brou ght▁", + "so ▁that▁", + "ag enc", + "it al", + "▁There▁ are▁", + "er▁ of▁the▁", + "commit ment", + "rather ▁than▁", + "m ain", + "ure ,▁", + "od ay", + "in a▁", + "o▁ .", + "enc e,▁", + "kill s▁", + "po int▁of▁", + "girl friend▁", + "activ ities▁", + "en▁ and▁", + "S ch", + "d ate▁", + "y 's▁", + "t e", + "in▁ our▁", + "spec ific", + "man ce▁", + "im um▁", + "um ents▁", + "effor ts▁", + "▁Fir st", + "▁them .", + "F und", + "el ev", + "▁there▁ is▁", + "bas ed▁on▁", + "it ud", + "economic▁ and▁", + "at her", + "rec ently▁", + "el ess", + "ist ic▁", + "- -", + "he▁ was▁", + "pr im", + "1 2", + "cl ass", + "cannot▁ be▁", + "s,▁ which▁", + "exam in", + "or m", + "e▁th em▁", + "ad equ", + "con struct", + "Un ion", + "bas ic▁", + "big ▁", + "D emoc", + "r ag", + "oc c", + "an ish▁", + "im ag", + "decis ions▁", + "R o", + "ab le.", + "au l▁", + "decis ion", + "dra w▁", + "e▁tr ans", + "it▁ of▁", + "it self", + "▁to t", + "ur b", + "h our", + "say ▁that▁", + "si x▁", + "al ong", + "s,▁ but▁", + "qu ot", + "y a▁", + "i▁ and▁", + "▁turn s▁", + "l ing▁", + "immedi ately▁", + "o▁ 's▁", + "w ard", + "some▁ of▁the▁", + "issu e▁of▁", + "mom ent", + "ograp h", + "he av", + "▁this .", + "olog ical▁", + "on s▁", + "R aj", + "/ 200", + "re lig", + "us .", + "es ,▁the▁", + "liv es▁", + "re -", + "su ic", + "ing ▁that▁the▁", + "in sist", + "th ree▁", + "ern al▁", + "strength en", + "ref ug", + "mech anis", + "▁B e", + "polic ies▁", + "▁I▁ hop", + "nat ural▁", + "an▁ .", + "my ster", + "assoc i", + "Lisb on▁", + "sh are▁", + "att ract", + "nor m", + "Govern ment▁", + "h alf▁", + "anc e▁to▁", + "n e▁", + "ob serv", + "c le", + "from▁ his▁", + "au ght▁", + "circ um", + "i el", + "y st", + "u g▁", + "A s", + "s ing", + "access ▁to▁", + "ed ▁this▁", + "bas ed▁", + "is ion▁", + "il at", + "lim it", + "▁t ie▁", + "on y▁", + "acros s▁the▁", + "▁tal k▁", + "\\ *", + "on ▁their▁", + "us es▁", + "anc e.", + "of▁ her▁", + "a▁ lo", + "▁O ur▁", + "at ing▁the▁", + "▁too k▁", + "fall s▁", + ",▁but ▁the▁", + "G r", + "gen u", + "i▁ .", + "meth od", + "ic s▁", + "no▁ longer▁", + "ed eral▁", + "p ull", + "group▁ of▁", + "quest ions▁", + "il legal▁", + "mom ent▁", + "In ter", + "it h", + "work s▁", + "it▁ will▁", + "im es▁", + "le x▁", + "s ent▁", + "▁F ur", + ",▁ H", + "po or▁", + "in▁ favour▁", + "ne t▁", + "h ost", + "ult im", + "consid er▁", + "cl ub", + "ra q", + "prev ent▁", + "lab our▁", + "ing▁ up▁", + "compan ies▁", + "conc ern▁", + "a▁sm all▁", + "ly ,▁the▁", + "vot ed▁", + "om or", + "f ill", + "†˜", + "recogn is", + "ik e▁", + "▁th ough▁", + "bro ad", + "J ust", + "go ▁to▁", + "A T", + ",▁however ,▁", + "in▁ S", + "beg in▁", + "▁tra vel", + "z ▁", + "w ent", + "dis ast", + "includ e▁", + "wher e▁they▁", + "ed▁ at▁the▁", + "wh ere", + "New▁Yor k▁", + "D e", + "as▁well▁ as▁", + "D ec", + "S ec", + "secon d", + "rup t", + "consu lt", + ",▁ I", + "important ▁to▁", + "any thing▁", + "▁E v", + "m ay", + "com e▁to▁", + "dis eas", + "be y", + "er r", + "est in", + "pris on▁", + "begin s▁", + "ne y▁", + "under tak", + "ad d▁", + "rou gh", + "on ▁to▁", + "experi enc", + "ed▁ in▁a▁", + "mak e▁the▁", + "re lev", + "col leg", + "al k", + "oc cas", + "o h▁", + "does▁ n't▁", + "v eh", + "examp le", + "ric h▁", + "d en▁", + "level▁ of▁", + "b all▁", + "believe▁th at▁the▁", + "an a▁", + "day s▁", + "I▁ would▁like▁to▁", + "' ll▁", + "ha s▁the▁", + "oo k▁", + "g e", + "down ▁the▁", + "ation s▁and▁", + "ar e▁th", + "e,▁ but▁", + "on .", + "bre ak▁", + "re ad▁", + "ann ual▁", + "forc ed▁to▁", + "perhap s▁", + "hear d▁", + "- ▁the▁", + "institut ional▁", + "re ach▁", + "ev alu", + "den ly▁", + "in▁ and▁", + "▁F or", + "▁   ▁.▁", + "Europe an", + "quest ion▁of▁", + "e▁t wo▁", + "no c", + "respon s", + "environ ment▁", + "a▁ very▁", + "en ess▁", + "miss ion▁", + "y ,▁the▁", + "industr y▁", + "comm unity▁", + "alt ern", + "oun t▁of▁", + "▁Wh en▁the▁", + "e br", + "C o", + "of▁the▁ Commission", + "effic i", + "ph ot", + "▁I ▁think", + "ers▁ ,▁", + "cap ac", + "p ens", + "M an", + "sec ret", + "ant ic▁", + "hot el▁", + "acc ept▁", + "comm ittee▁", + "▁t yp", + "es▁ with▁", + "cand id", + "rec over", + "ris k", + "which▁ we▁", + "iti es,▁", + "fiel d", + "P ort", + "ation▁ in▁", + "! ▁", + "end ▁the▁", + "i um▁", + "i ans▁", + "Gener al▁", + "S ▁", + "jud g", + "row n▁", + "rece ive▁", + "b ul", + "succ ess▁", + "h al", + "un fortun", + "if y▁", + "out ▁that▁", + "us ed▁to▁", + "un ▁", + "au di", + "it▁ has▁", + "work .", + "en su", + ",▁ or▁", + "di e▁", + "K ar", + "area▁ of▁", + "en j", + ",▁ on▁the▁", + "opin ion▁", + "ne ed▁for▁", + "ra il", + ",▁I▁ would▁", + "Parliament 's▁", + "ans w", + "ly▁ and▁", + "▁t ell▁", + "ion ▁that▁", + "fe el▁", + "ition al▁", + "loo k", + "bal anc", + "re s▁", + ",▁I▁ am▁", + "op h", + "b le▁", + "around ▁the▁", + "er y▁", + "E ar", + "▁P ar", + "call s▁", + "▁tr ue▁", + "1 1", + "sh own▁", + "consum er▁", + "United▁Stat es▁", + "e at", + "meet ing▁", + "▁M ar", + "resc u", + "do g▁", + "out ▁to▁", + "est im", + "dialogu e▁", + "di rect▁", + "when▁ it▁", + "B l", + "ens ure▁", + "war n", + "p un", + "rat ive▁", + "giv ing▁", + "se arch▁", + "serv ice▁", + "is land▁", + "inde ed▁", + "how ever▁,▁", + "re li", + "im m", + "circum st", + "con sc", + "ph one▁", + "camp a", + "right s▁", + "mat er", + "am ong▁", + "represent ativ", + "fun ct", + "▁Ther efore", + "' .", + "our able▁", + "such▁ as▁the▁", + "p il", + "i' m▁", + "Democ rat", + "▁themselv es▁", + "wed d", + "b ▁", + "polic y,▁", + "gu ard", + "chil d", + "sup pos", + ",▁we▁ are▁", + "import ance▁", + "à ©", + "it e▁the▁", + "ra v", + "instr ument", + "op t", + "Con stitut", + "con firm", + "pol l", + "in▁ her▁", + "▁Grou p", + "R ul", + "build ing▁", + "os t▁of▁", + ",▁ so▁", + "exc ept", + "Joh n", + "with ▁this▁", + "; ▁the▁", + "Amend ment▁", + "tr u", + "bl ack▁", + "l ed▁", + "sp ok", + "Presid enc", + "loo ks▁", + "Mr ▁President", + "▁Mr▁President ,▁the▁", + ",▁ his▁", + "back ▁to▁the▁", + "him▁ and▁", + "prob ably▁", + "E x", + "cust om", + "pro ject▁", + "sh op", + "addition al▁", + "1 7", + "▁them▁ .", + "wit ness", + "compet itiv", + "month s▁", + "s ▁they▁", + "pass eng", + "ren ew", + "J ack▁", + "im press", + "viol ence▁", + "it ch", + "som et", + "budget ary▁", + "E ast", + "r ural▁", + "ag rap", + "al ▁t", + "eur o▁", + "J am", + "l ow▁", + "boo k▁", + "Pal estin", + "di vers", + "me t▁", + "avail able▁", + "reg ions▁", + "▁that▁we▁ are▁", + "m ach", + "bo ard▁", + "C O", + "s▁ it▁", + "m em", + "C entr", + "continu e▁", + "itar ian▁", + "reg ret", + "▁trans port", + "hear t", + "foc us▁", + "Mr .▁", + "se e▁the▁", + "fish ing▁", + "e▁th em", + "▁D esp", + "fact ▁that▁the▁", + "when▁ she▁", + "b ad▁", + "s imil", + "on▁ and▁", + "recogn iz", + "p ast", + "u ary▁", + "Cour t▁of▁", + "er efore", + "u el", + "y ▁t", + "er ing▁", + "ext ernal▁", + "principl e▁of▁", + "proced ure▁", + "potent ial▁", + ",▁as▁ well▁", + "vill age▁", + "A C", + "k noc", + "oo t▁", + "le ad▁", + "ab le", + "y le▁", + "en abl", + "how ▁to▁", + "re plac", + "rec ord", + "sch em", + "S ar", + "s▁that▁ he▁", + "origin al▁", + "batt le▁", + "m ount", + "all ,▁", + "I t▁", + "▁A s▁a▁", + "enter pris", + "maint ain", + "in▁ .", + "program me", + "of ▁that▁", + "s impl", + "ation▁ is▁", + "w is", + "it im", + "dam ag", + "rec i", + "an▁ important▁", + "st eal", + "resourc es▁", + "it▁ is", + "prog res", + "us h▁", + "ent▁ and▁", + "c ut▁", + "with ▁their▁", + "m and", + "uni vers", + "w ear", + "re h", + "ed▁ his▁", + "t own▁", + "▁Un fortun", + "ie f▁", + "Jap an", + "beaut if", + "high light", + "signific ant▁", + "avo id▁", + "k e▁", + "ap par", + "▁How ever▁", + "est er", + "a▁s ingle▁", + "▁Th en▁", + "invest ment▁", + "lik e▁the▁", + "can▁ not▁", + "1 3", + "d rop", + "▁H er▁", + "er b", + "▁te am▁", + "absolut ely▁", + "is ing▁", + "icha el▁", + "ia .", + "point s▁", + "peri od", + "al▁ of▁", + "al ▁to▁", + "k ind", + "in sid", + ", ▁that▁the▁", + "avo id", + ",▁I▁ would▁like▁to▁", + "m a▁", + "ed ▁to", + "bet ter", + "n ar", + "h ur", + "in s", + "experi ence▁", + "s il", + "off er▁", + "f em", + "beh ind", + "prec is", + "iter ran", + "becaus e▁of▁", + "cat ch", + "es '▁", + "ex act", + "iv ely▁", + "giv en", + "of▁course ,▁", + "develop ▁", + "ag ue▁", + "st er▁", + "you▁ are▁", + "mean s▁of▁", + "occ up", + "ex press▁", + "with▁ an▁", + "lif e▁.", + "Ang el", + "St r", + "car ry▁", + "st ay", + "societ y▁", + "I raq", + "w ish▁", + "very▁ much▁", + "ity▁ of▁", + "J un", + "p an", + "s itt", + "m ember▁", + "ant i-", + "leav ing▁", + "▁They▁ are▁", + "ation s▁of▁", + "y ,▁and▁", + "in▁ my▁", + "b os", + "which▁ will▁", + "1 4", + "acc ident▁", + "essent ial", + "e ve▁", + "of ▁those▁", + "oc cur", + "subst ant", + "st ab", + "be ar", + "would▁ have▁", + "deli ver", + "ib er", + "ther more", + "princ ip", + "proc eed", + "le a", + ",▁and▁ he▁", + "off ers▁", + "refus es▁to▁", + "desp ite▁", + "qu e▁", + "p sy", + "ed ▁t", + "increas ingly▁", + "all▁ of▁", + "as yl", + "de part", + "interv ent", + "show s▁", + "be▁tak en▁", + ",▁th erefore", + "g ain", + "ib ility▁", + "in▁ its▁", + "sist er▁", + "comp reh", + "some one▁", + "cour s", + "c over▁", + "i er▁", + "amend ment▁", + "kill ing▁", + "/ 9", + "l or", + "sh ar", + "' ve▁", + "ask ed▁", + "who▁ have▁", + "g one▁", + "we alth", + "r out", + ",▁ G", + "A c", + "▁th re", + "comm erc", + "con dem", + "his▁ own▁", + "we ak", + "expl o", + "rem ov", + "benef it▁", + "reg n", + "ere fore▁", + "m ember", + "other▁ word", + "Med iterran", + "C or", + "Member▁Stat es,▁", + "T om▁", + "her▁ father▁", + "Rom an", + "lat er▁,▁", + "of▁cour se▁", + "et t", + "de ep", + "ep h", + "we ek▁", + "sinc e▁the▁", + "-LCB-▁ -LCB-▁", + "ing▁ on▁the▁", + "m b", + "dre am", + "it▁is▁ not▁", + "cr ime▁", + "concern ed▁", + "t t", + "▁ Ch", + "m id", + "what▁ we▁", + "li p", + "prep are", + "if▁ he▁", + "itt en▁", + "fut ure.", + "about ▁to▁", + "peac e▁", + "-LRB-▁-LRB-▁ -LRB-▁", + "when ▁they▁", + "ance▁ and▁", + "ar get", + "s ▁to", + "er ed▁", + "under stand▁", + "prot ect▁", + ",▁ A", + "m ir", + "cl ar", + "h ard▁", + "n or▁", + "c aught▁", + "should▁ not▁", + "concern s▁", + "ch ur", + "cont ract", + "resear ch", + "m ast", + "ed▁ from▁the▁", + "▁In▁ addition", + "it h▁", + "1 6", + "▁thank ▁the▁", + "is▁ in▁", + "year s.", + "in s▁", + "part n", + "per su", + "cre w▁", + "enlarg ement▁", + "Dev elop", + "ne g", + "▁Wh il", + "return s▁to▁", + "o il▁", + "sh ort▁", + "e▁ .▁", + "%▁ of▁", + "emphas is", + "' t", + "hist ory▁", + "begin ning▁", + "us sel", + "e▁th ese▁", + "dist ribut", + "a in▁the▁", + "r ate▁", + "▁Alth ough▁", + "she▁ has▁", + "as▁ possib", + "once▁ again▁", + "1 0▁", + "M art", + "her▁ husband▁", + "med ic", + "citiz ens", + "medi um", + "o▁ ,▁", + "▁Al l▁", + "il ly▁", + "rev eng", + "▁tal k", + "del eg", + "z e▁", + "par agrap", + "promot e▁", + "2 5", + "on ▁T", + "i▁ don't▁", + "af fair▁", + "struc tural▁", + "wr ong▁", + "s qu", + "ion▁ is▁", + "as▁ it▁", + "decid e▁to▁", + "conc il", + "an gr", + "find ▁the▁", + "de ad", + "establ ish▁", + "sub ject▁", + "res t▁of▁the▁", + "vis it▁", + "sc op", + "p ing▁", + "fell ow▁", + "all oc", + "er s▁to▁", + "need s▁to▁be▁", + "u d▁", + "rit or", + "whil e▁the▁", + "market .", + "M ember", + "m en", + "need▁to▁ be▁", + "ha vi", + "| ▁", + "es▁ on▁", + "un g▁", + "sm all", + "con om", + "it em▁", + "er a▁", + "which▁ I▁", + "s ell", + "ed▁ .▁", + "neigh bour", + "u el▁", + "psy ch", + "rou gh▁", + "g as▁", + "per spect", + "a uc", + "who▁ has▁", + "guid elin", + "fund s▁", + "consu mer", + "g i", + "z z", + "demon str", + "en ch", + "includ ing▁the▁", + "set tl", + "gun ▁", + "B ob", + "th▁ and▁", + "ladies▁and▁gentlemen ,▁", + "and ▁this▁", + "ex erc", + "y r", + "consequ enc", + "civ il", + "p regn", + "Member▁ State▁", + "where▁ he▁", + "acc ount▁", + "d y▁", + "if ▁they▁", + "br id", + "can▁ only▁", + "is▁ still▁", + "on ▁t", + "desc rib", + "be havi", + "set ting▁", + "est ern▁", + "▁tog ether", + "aband on", + "happ y▁", + "ement .", + "Treat y▁", + "C ▁", + "jud ic", + "Nor th", + "es▁to▁ be▁", + "e▁of▁ a▁", + "cor rect", + "count er", + "also ▁the▁", + "provis ions▁", + "a ver", + "pa ir▁", + "s end▁", + "er▁ .▁", + "▁F r", + "struc tur", + "r ic▁", + "s mo", + "out side▁", + "way▁ of▁", + "ri g", + "d ri", + "f el", + "get ▁the▁", + "possib ility▁", + "s ure▁", + "▁than ▁the▁", + "an e▁", + "im ens", + "well -", + "part ies▁", + "200 0", + "have▁ th", + "bl ood▁", + "r ay", + "was▁ not▁", + "pri ority▁", + "adopt ed▁", + "have▁ not▁", + "seem s▁to▁", + "▁If▁ we▁", + "its▁ own▁", + "it▁is▁ a▁", + "leg itim", + "u al", + "y ▁to▁the▁", + "development▁ of▁", + "▁Dur ing▁the▁", + "s ,", + "mon e", + "poll ut", + "s it", + "is▁ being▁", + "ef fect▁", + "equ al▁", + "H e", + "en▁ .", + "nat ur", + "be ing", + "ph ys", + "confron t", + "B ur", + "on e.", + "beautif ul▁", + "ou s▁and▁", + "es▁ .▁", + "S E", + "hom e▁,▁", + "increas e▁", + "bo ard", + "revie w▁", + "doct or▁", + "res olv", + "both ▁the▁", + "repe at", + "sum m", + "s▁ out▁", + "in fra", + "tion▁ of▁the▁", + "run ning▁", + "lin k", + "Commission .", + "rem ember", + "let ter▁", + "hous e▁,▁", + "h und", + "ha d▁to▁", + "em por", + "a ▁tr", + "if▁ you▁", + "fac ilit", + "had▁ a▁", + "e▁th e▁t", + "ex chang", + "’ ▁", + "▁through out▁the▁", + "d rive▁", + "Isra el", + "end er▁", + "w ound", + ",▁ not▁", + "E ast▁", + "h y", + "dr ug▁", + "opport unity▁", + "solid arity▁", + "P l", + "W e▁", + "on▁ her▁", + "19 8", + "un t▁", + "decl ar", + "Dav id▁", + "all y▁the▁", + "bo at▁", + "just ic", + "at her▁", + "hous e▁.", + "B o", + "it ▁the▁", + "vot ed▁in▁", + "in e", + "w ide▁", + "for mance▁", + "increas ed▁", + "▁to▁ his▁", + "fir e▁", + "3 0", + "United▁ N", + "ation▁ for▁", + "year -", + "like▁to ▁thank▁", + "ish ed▁", + "forc es▁", + "Reg ul", + "adop t▁", + "s ourc", + "st ress", + "Europe 's▁", + "which ,▁", + "Mr ▁B", + "M us", + "proposal▁ for▁a▁", + "v el▁", + "Treat y▁of▁", + "demon strat", + "vo ic", + "m ass", + "am ount", + "sup pl", + "high ly▁", + "Parliament .", + "Fr anc", + "▁That▁is▁ why▁", + ",▁ N", + "ar gu", + "ing▁ from▁", + "accident ally▁", + "bel ong", + "mo st", + "i et▁", + "press ure▁", + "boy friend▁", + "ing▁ is▁", + "ab or", + "S e", + "Pol ic", + "members▁ of▁the▁", + "or s", + "D ▁", + "d er▁", + "susp ect", + "al co", + "ar my▁", + "a i", + "c ame▁", + "staf f▁", + "i er", + "Ger man", + "u x", + "law y", + "J im", + "f our", + "▁tog eth", + "langu ag", + "matt er▁of▁", + "become▁ a▁", + "is s▁", + "saf e", + "compromis e▁", + "w in▁", + "betwe en", + "EU 's▁", + "impro ve▁", + "st ability▁", + "with▁ him▁", + "matt ers▁", + "K os", + "p ill", + "Council .", + "▁th ous", + "administ rative▁", + "co -", + "s▁that▁ are▁", + "st age▁", + "how ever▁", + "form▁ of▁", + "in▁ particular", + "▁O f▁", + "t ion▁of▁", + "congratul ate▁", + "but▁ also▁", + "Direct ive▁", + "on es▁", + "W ar", + "le ast", + "p ed▁", + "any one▁", + "u fact", + "k▁ and▁", + "vol unt", + "un accept", + "year .", + "ens e▁", + "ilat eral▁", + "pro per▁", + "Sp anish▁", + "ex pos", + "require ment", + "d anc", + "increas ing▁", + "pract ical▁", + "M or", + "comp ut", + "H el", + "marri age▁", + "al ive▁", + "or ▁to▁", + "s▁ at▁", + ", 000▁", + "A b", + "con struc", + "ore d▁", + "su it", + "becaus e▁they▁", + "g ave▁", + "necessar y▁to▁", + "communic ation▁", + "fir m▁", + "ex clus", + "um an▁", + "e▁that ▁this▁", + "ro l", + "▁The▁ t", + "ist ic", + "d y", + "pl ant", + "compl ic", + "res erv", + "L )", + "▁The▁ two▁", + "▁Fur thermore", + "S outh", + "responsib ilit", + "sex ual▁", + "el y▁to▁", + "mod el▁", + "h ouse", + "conf ess", + "stud ent▁", + "atel y,▁", + "sud denly▁", + "fall s▁in▁", + "c y", + "ad vis", + "complet e▁", + "T om", + "w ood", + "S wed", + "▁t own▁", + "under st", + "consider able▁", + "educ ation▁", + "ar e▁to▁", + "econom y▁", + "c ost▁", + "▁th os", + "in▁ L", + "inc or", + "foll ow▁", + "wom en", + "d a", + "es ▁to", + "▁th en", + "rem ind", + "employ e", + "strateg ic▁", + "European▁ Commission▁", + "▁I▁ also▁", + "set▁ up▁", + "liber alis", + "et er", + "gu ard▁", + "W T", + "as king▁", + "doub t", + "od ay▁", + "stre et▁", + "Russi an▁", + "I ▁think", + "human itarian▁", + "b order", + "independ ent▁", + "is ▁to▁be▁", + "cas e▁of▁", + "ate▁ and▁", + "marri ag", + "per formance▁", + "on▁ ,▁", + "man ufact", + "carri ed▁out▁", + "cros s-", + "s ▁this▁", + "is▁ now▁", + "Comm unit", + "have▁to▁ be▁", + "pa int", + "assist ance▁", + "re act", + "bri ef", + "h ib", + "S erv", + "or▁ and▁", + "Mr  ", + ",▁but▁ also▁", + "direct ly▁", + "realiz es▁that▁", + "i e▁,▁", + "R es", + "br ings▁", + "hop e▁", + "parliament ary▁", + "▁The ir▁", + "E conom", + "ext end", + "anim al▁", + "▁After ▁the▁", + "▁Second ly,▁", + ". S", + "v est", + "de ath", + "Par ty▁", + "confl ict▁", + "an▁ ,▁", + "sl ow", + "M a", + "ing▁ it▁", + "draw n▁", + "jour n", + "we▁ need▁to▁", + "bo di", + "e▁to o▁", + "accord ance▁", + "fisher ies▁", + "s▁ an▁", + "ed▁ into▁", + "hom e▁.", + "buil d▁", + "▁Wh en", + "c ult", + "- siz", + "I sl", + "ac her▁", + "equ ip", + "world .", + "B e", + "administ r", + "as▁ regard", + "en orm", + "hop e▁that▁", + "ensur e▁that▁the▁", + "requ est▁", + "comb in", + "w on", + "cl oth", + "sex ▁", + "I T", + "s cr", + "aw ay", + "her e.", + "stat ement▁", + "find▁ a▁", + "b ad", + "our ce▁", + "mus ic▁", + "g ang", + "ed ,▁and▁", + "▁t ax", + "sec ut", + "d ro", + "n y▁", + "d ▁the▁", + "o▁ is▁", + "ent ire", + "cap ital▁", + "▁tim e▁to▁", + ",▁we▁ have▁", + "b ank", + "proc ess▁of▁", + "▁Al l", + "ab us", + "freedom▁ of▁", + "Ju li", + "mechanis m", + "▁P ro", + "attent ion▁", + "det ect", + "list en", + "e ?", + "w il", + "▁N o▁", + "C ha", + "up▁ and▁", + "gu il", + "it y▁to▁", + "en h", + "ad vert", + "C B-", + "strug gl", + "th ird▁", + "att itud", + "t ions▁", + "marri ed▁", + "know ▁that▁", + "susp ic", + "st ol", + "att end", + "know n", + "1 .", + "▁It▁ is▁a▁", + "w ak", + "concern ing▁the▁", + "in▁ fact▁", + "cont r", + "Ir ish▁", + "w ood▁", + "er▁ who▁", + "p aid▁", + "V ▁", + "s▁ ,▁and▁", + "you ▁to▁", + "ough ▁the▁", + "ed▁ as▁a▁", + "▁I t", + "giv en▁the▁", + "d imens", + "ar ily▁", + "bal ance▁", + "pl ot▁", + "ver y", + "fam ous▁", + "▁H ow▁", + ", ▁to▁the▁", + "relev ant▁", + "com ment", + "long- term▁", + "year- old▁", + "Kos ov", + "fell ow", + "sur round", + ",▁we▁ must▁", + "employ ment", + "▁A cc", + "new sp", + "Centr al▁", + "ific ation▁", + "is ▁that▁the▁", + "wor th▁", + "lead ing▁", + ",▁ are▁", + "rel uct", + "a▁ser ies▁of▁", + "ac knowledg", + "st ation▁", + "ed▁ an▁", + "w ent▁", + "agreement s▁", + "$ ▁", + "an▁ is▁", + "ar▁ .", + "▁tim e.", + "at ely", + "ing▁ for▁the▁", + "ur ity▁", + "over all▁", + "no th", + "stu di", + "end it", + "M at", + "European▁ Council▁", + "earli er▁", + "▁techn ical▁", + "h it▁", + "a▁ good▁", + "discuss ion▁", + "L eg", + ",▁ when▁", + "ur n", + "pre fer", + "comp li", + "ry ing▁", + "bor n▁", + "b it▁", + "s anc", + "ac y▁", + "Intern ational▁", + "p ap", + "s n", + "super vis", + "resul t▁of▁", + "a▁ number▁of▁", + "a str", + "sa w▁", + "in sur", + "ed y▁", + "▁they▁ have▁", + "scient ific▁", + "European▁Un ion,▁", + "rest aur", + "somet imes▁", + "you▁ can▁", + "3 0▁", + "old er▁", + "p ush", + "cont act▁", + "cho ic", + ",▁th ough▁", + "m e▁to▁", + "un ch▁", + "▁I ▁therefore▁", + "on▁the▁ basis▁", + "kidn app", + "J erry▁", + "K ing", + "a▁ great▁", + "bir th", + "5 0", + "st ra", + "Ital ian▁", + "e ks▁", + ".▁ -▁(", + "hon ourable▁", + "be at", + "scen e▁", + "becom ing▁", + "ar ry▁", + "hear t▁", + "ation ▁that▁", + "i o", + "in spect", + "asyl um▁", + "enj oy", + "Member▁Stat es▁to▁", + "in king▁", + "ed▁ out", + "falls▁in▁ love▁", + "or al▁", + "ion s▁to▁", + "advant ag", + "el imin", + "voted▁in▁ favour▁", + "S um", + "seem s▁", + "i ence▁", + "pover t", + "Christ ian▁", + "wel come▁", + "M al", + "h at", + "stre et", + "▁U p", + "ot s▁", + ",▁ has▁", + "end▁ of▁", + "des ir", + "every th", + "condem n", + "ne ver", + "en em", + "se arch", + "sub sequ", + "S u", + "Br ussel", + "opportun ities▁", + "▁The▁ first▁", + "Chin ese▁", + "an i", + "return s▁", + "ch em", + "cre di", + "om en", + "de gre", + "ig ▁", + "R os", + "dr un", + "ed ,▁the▁", + "differ ent", + "up ▁to▁the▁", + "dem and▁", + "des per", + "b ank▁", + "r end", + "revie w", + "ha m▁", + "ex -", + "ex ic", + "Tur key▁", + "C y", + "af fair", + "because▁ it▁", + "▁In▁ my▁", + "f if", + "app reci", + "government al▁", + "P aul▁", + "ent▁ of▁", + "e,▁ which▁", + "view▁ of▁the▁", + "ol ve▁", + "a 's��", + "we▁have▁ to▁", + "dr am", + "democrac y▁", + "high -", + "al iz", + "if f▁", + "fut ure", + "i▁ ,▁", + "ou l", + "d oll", + "ro ll", + "ed▁ of▁", + "cre ation▁of▁", + "comp ens", + "an other", + "c a▁", + "e uro", + "me ant", + "B er", + ",▁but▁ he▁", + "cruc ial▁", + "f ish▁", + "for▁ an▁", + "oth ▁", + "fight▁ against▁", + "ers▁ in▁", + "industri al▁", + "a ul", + "f ederal▁", + "y ester", + "ing ▁to", + "▁that▁we▁ have▁", + "us e▁the▁", + "Pro t", + "-in-Offic e▁of▁the▁", + "k▁ .", + "▁There▁ is▁", + "g er", + "offic ial▁", + "protect ion▁of▁", + "n um", + "benef it", + "f ood", + "s pr", + "i ▁think▁", + "s ac", + "n ext", + "a .▁", + "e ,", + "it l", + "gr ab", + "cour se", + "implement ation▁of▁the▁", + "level .", + "▁B ec", + "right ly▁", + "fl ow", + "pro port", + "field▁ of▁", + "ass ass", + "U k", + "want ed▁to▁", + "meas ure", + "mot ion▁", + "exp endit", + "Mr ▁S", + "idd en▁", + "del ay", + "fre qu", + "o x", + "el se", + "apt ain▁", + "p on", + "f er▁", + "i ous", + "la unch", + "M ary▁", + "c anc", + "wh ite▁", + "remain s▁", + "c row", + "near by▁", + "i ar", + "year s,▁", + "concern ing▁", + "-siz ed▁", + "reg ion▁", + "mod el", + "▁Lat er▁,▁", + "ed▁by▁ his▁", + "ev ents▁", + "s▁ have▁", + "in▁ 200", + "min imum▁", + "wor th", + "s ends▁", + "st ill", + "lo g", + "wind ow▁", + "t on", + "bl ack", + "wat ch▁", + "ev idence▁", + "among ▁the▁", + "▁H e▁t", + "ever th", + "Gre ec", + "l ay", + "sec ret▁", + "abilit y▁to▁", + "a▁s ign", + "im ent", + "ial ist▁", + "centur y▁", + "same▁tim e,▁", + "i vers", + "agre es▁to▁", + "report▁ on▁the▁", + "need s▁", + "▁Member▁Stat es▁", + "countr y,▁", + "p al", + "ex change▁", + "say ing▁", + "su ff", + "satis fact", + "require d▁", + "far▁ as▁", + "▁that .", + "gr am▁", + "people▁ who▁", + "P er", + "in▁ relation", + "regul ations▁", + "▁thin king▁", + ",▁he▁ is▁", + "f al", + "con vent", + "refug e", + "per man", + "peop le.", + "h arm", + "er ▁the▁", + "dis gu", + "return ▁to▁", + "profess ional▁", + "ap olog", + "do▁ so▁", + "grow ing▁", + "near ly▁", + "on▁ 's▁", + "about▁ a▁", + "prog ress", + "con vers", + "I rel", + "equ al", + "sp end", + "prior ities▁", + "S ha", + "y our", + "el se▁", + "and ▁tells▁", + "s outh", + "murd er▁", + "▁tal king▁", + "offic ial", + "u gu", + "as▁ well", + "him▁ ,▁", + "▁tim e,▁", + "n a▁", + ",▁there▁ are▁", + "her▁ mother▁", + "conf idence▁", + "myster ious▁", + "in ▁these▁", + "acros s▁", + "stud y▁", + "connect ion▁", + "Mediterran ean▁", + "effort s▁to▁", + "L uc", + "v an▁", + "lear n▁", + "V al", + "un d▁", + "pos sess", + "R ich", + "pro duce▁", + "appe ar▁", + "F R", + "er ▁that▁", + "sub mitt", + "e▁,▁ he▁", + "5 0▁", + "h ang", + "Christ m", + "mess ag", + "▁th ing▁", + "▁P er", + "very▁ important▁", + "b ott", + "g ame▁", + "ass ign", + "respect▁ for▁", + "F or", + "en forc", + "sp ac", + "-LR B-", + "ul l▁", + "comb at▁", + "of▁the▁ t", + "▁threat en", + "fir st▁of▁", + "tru th▁", + ",▁ with▁the▁", + "him self", + "stand ards▁", + "plan s▁to▁", + "adv anc", + "US ▁", + "buil t▁", + "act ual▁", + "dang erous▁", + "'s ▁t", + "cont ext", + ",▁in▁ particular", + "▁that▁the▁ Commission▁", + "nat ure▁", + "commerc ial▁", + "regard ing▁the▁", + "Comm itt", + "▁Par liam", + "ol er", + "instr ument▁", + "en able▁", + "for d▁", + "ne ar▁", + "A ustri", + "wh om", + "ur s", + "▁I▁ should▁", + "I ▁think▁", + "cl ass▁", + "enc y,▁", + "chang es▁", + "vi ous", + "outsid e��the▁", + "young er▁", + "cont ext▁", + "spe ech", + "dis charg", + "▁Som e▁", + "Committ e", + "es h▁", + "contro ll", + "iv es▁", + "inter pret", + "along▁ with▁", + "st air", + "need s▁to▁", + "som e▁of▁", + "▁N ow▁", + "pregn ant▁", + "just▁ as▁", + "criter ia▁", + "conc ret", + "cam p▁", + "fem ale▁", + "of▁the▁ European▁Union▁", + "ug s▁", + "programm es▁", + "s▁ of", + "opin ion", + "suffic ient▁", + ",▁and ▁that▁", + "l ob", + "▁It▁ was▁", + "citizen s.", + "refer enc", + "-R CB-", + "a▁s ec", + "dest r", + "l att", + "Amendment▁ No▁", + "U .S", + "k et▁", + "▁M ore", + "▁N everth", + "is▁ and▁", + "agree▁ with▁", + "capt ured▁", + "centr al▁", + "k er▁", + "s ?", + "▁I▁ should▁like▁to▁", + "wr itten▁", + "e,▁ as▁", + "al▁ .", + "so -", + "Council ,▁", + "caus ing▁", + "e en", + "▁N ow", + "sh e", + "play ing▁", + "effic ient▁", + "M o", + "M ac", + "are a.", + "import ance▁of▁", + "cour t", + "her▁ and▁", + ",▁but▁ is▁", + "▁On ce▁", + "a▁ little▁", + "Council▁ of▁", + "follow ing▁the▁", + "interv ie", + "pro mp", + "Gre en▁", + "s :▁", + "▁   ▁", + "▁The▁ report▁", + "numb er▁", + "ser ve▁", + "▁With ▁the▁", + "▁E vent", + "do▁ not", + "Fr ank▁", + "confl ict", + "S am▁", + "cohes ion▁", + "hear ▁", + "▁This▁ is▁a▁", + "▁Let▁ us▁", + "know s▁", + "situation▁ in▁", + "will▁ not▁be▁", + "00 0", + "EU .", + "impro ve▁the▁", + ") ,▁", + "bro ad▁", + "genu ine▁", + "C an", + "pl ans▁", + "reg ist", + "jo in▁", + "▁J ust▁", + "ation al", + "or▁ ,▁", + "able▁ and▁", + "sam e▁time▁", + "coupl e▁", + "most▁ important▁", + "crit ical▁", + "bill ion▁", + "à ¶", + "s▁ for▁the▁", + "ag ent▁", + "d om▁", + "ation▁ in▁the▁", + "pr ice▁", + "▁that ▁these▁", + "entire ly▁", + "c ould", + "il is", + "how ▁the▁", + "▁in▁writing.▁ -▁(", + "b and", + "pow ers▁", + "incor por", + "cor rup", + "Convent ion▁", + "Tur ke", + "▁B y▁", + "l av", + "he▁ can▁", + "ed▁to▁ a▁", + "death▁ .", + "▁In▁ a▁", + "med ical▁", + "En viron", + "aim ed▁at▁", + "l in▁", + "as c", + "k et", + "m iddle▁", + "b all", + "bec ame▁", + "▁A m", + "other▁ hand", + "wal ks▁", + "medium -sized▁", + "i ed▁", + "▁Mean while▁", + "with▁regard ▁to▁", + "w all▁", + "ap s", + "difficult ▁to▁", + "process .", + "cour se▁", + "discuss ions▁", + "al king▁", + "enough ▁to▁", + ",▁ after▁", + "ob viously▁", + "Pro c", + "i ef", + "instead▁ of▁", + "at e.", + "ends▁ up▁", + "b est", + "also▁ like▁to▁", + "girl s▁", + "measures ▁to▁", + "dec ide▁", + "his▁ mother▁", + "lo t▁", + "indic at", + "▁The▁ European▁Union▁", + "even▁ more▁", + "ic al", + "ha s▁to▁be▁", + "min or", + "em ot", + "le ft", + "real ity▁", + "high er▁", + "ct ob", + "▁S o", + "remain ing▁", + "r ush", + "; ▁and▁", + "enc y.", + "dis appoint", + "emp t", + "ar y", + "stand ing▁", + "Develop ment▁", + "him ▁that▁", + "▁toward s▁the▁", + "tur e▁and▁", + "- year-old▁", + "C ham", + "it ial▁", + "▁there▁ is▁a▁", + "Tur k", + "plan ▁to▁", + "re un", + "sh ock", + "la id▁", + "small▁ and▁", + "reduc tion▁", + "omor row", + "lea ve▁the▁", + "ent er▁", + "C ity▁", + ",▁they▁ are▁", + "P eop", + ".▁ -", + "rac t▁", + "er -", + "cas es▁", + "aim ▁", + "elect ions▁", + "issu e.", + "ann y▁", + ",▁ by▁", + "doc ument▁", + "popul ar▁", + "Ear th▁", + "ou d▁", + "▁M any▁", + "▁When▁ he▁", + "h ar▁", + "dis appear", + "moder n▁", + "ultim ately▁", + "at r", + "am ount▁of▁", + "bab y▁", + "d ance▁", + "s un", + "d .", + "res ist", + "in▁love▁ with▁", + "U K", + "if▁ it▁", + "k y▁", + "dra ft", + "c li", + "wealth y▁", + "y et", + "F ore", + "at▁ his▁", + "do es", + "mon etary▁", + "M ay", + "ur e▁to▁", + "be ar▁", + "countr y.", + "of▁ an▁", + "in▁ Europe▁", + "▁ter ritor", + "exampl e▁", + "s▁ as▁", + "of▁ S", + "fund ing▁", + "▁Bec aus", + "compet itive▁", + "ot e▁", + "pun ish", + "paragrap h▁", + "▁Acc ord", + "ing ton▁", + "seri ously▁", + "neg ative▁", + "is on▁", + "bu re", + "ra ise▁", + "c ab", + "Europe ,▁", + "rac e▁", + "responsible▁ for▁", + "partner ship▁", + "c e", + "al d▁", + "L ou", + "ad apt", + "pl oy", + "bu y▁", + "f f▁", + "Ph il", + "H er", + "K ing▁", + "it ,▁", + "-RCB-▁ -RCB-", + ", ▁their▁", + "wh y▁the▁", + "out▁ .", + "en e▁", + "circumst anc", + "l a▁", + "om in", + "succ eed", + "E S", + "way .", + "▁ on▁behalf▁of▁the▁", + "family▁ .", + "el ement", + "▁tim es▁", + "clos ely▁", + "ag ▁", + ",▁ on▁", + "su ch", + "i' ve▁", + "altern ative▁", + "we eks▁", + "A gre", + "European▁Union 's▁", + "J os", + "and s▁of▁", + "and▁the▁ Commission▁", + "do g", + "compet ition", + "M il", + "g yp", + "▁The▁ story▁", + "19 7", + "guarant ee▁", + "Minist er▁", + "all▁ of▁the▁", + "reg im", + "cour t▁", + "▁A t", + "M ichael▁", + "ar m▁", + "es ▁them▁", + "ul s", + "ask ▁the▁", + "un anim", + "av ing▁", + "begin ▁to▁", + "and▁ I▁", + "s▁of▁ a▁", + "colleagu es▁", + "involv ed▁", + "K ore", + "v ide", + "stat ement", + "M iddle▁", + "c er", + "M exic", + "R am", + "▁t abl", + "▁ -LCB-▁-LCB-▁", + "es h", + "ne it", + "oc ial▁", + "e▁,▁ a▁", + "will▁ have▁", + "set s▁", + "s▁ by▁", + "rad io▁", + "cas e,▁", + "again▁ .", + "▁A no", + "elev ision▁", + "in n", + "ed▁ for▁the▁", + "popul ation▁", + "candid ate▁", + "i es▁to▁", + "▁th row", + "fr u", + "B ul", + "s end", + "id ea", + "▁I ▁think▁", + "pack ag", + "de fe", + "ed ▁their▁", + "''▁ ,▁", + "▁that▁they▁ are▁", + "▁th ought", + "great est▁", + "r ing▁", + "an ▁to▁", + "dis put", + "▁We▁ also▁", + "at e▁to▁", + "i▁ i▁", + "when▁ we▁", + "countri es", + "matt er", + "in itial▁", + "su re", + "re duce▁", + "it ious▁", + "com par", + "decid ed▁to▁", + "▁However ,▁the▁", + "w ise▁", + "e▁that▁ we▁", + "word s▁", + "brok en▁", + "j ect▁of▁", + "re in", + "weap on", + "veh ic", + "chur ch▁", + "ri fic", + "ment▁ of▁the▁", + "confron ts▁", + "Rep ublic▁", + "▁that▁ I▁", + "om e▁", + "vis its▁", + "▁Be fore▁", + "▁More over", + "` ▁", + "▁I▁ do▁not▁", + "bas ed▁on▁the▁", + "Sc ot", + "people▁ of▁", + "expl os", + "imag in", + "ia ,▁", + "resc ue▁", + "relig ious▁", + "continu es▁to▁", + "▁to▁t ell▁", + "compreh ensive▁", + "ab ol", + "rel ativ", + "harmon is", + "be▁ a▁", + "so- called▁", + "sol v", + "conduc t", + "enorm ous▁", + "en▁ 's▁", + "a▁ .▁", + "on▁ an▁", + "adequ ate▁", + "dre am▁", + "colleg e▁", + "▁that▁ it▁is▁", + "▁A d", + "Japan ese▁", + "en ry▁", + "will ▁take▁", + "H ow", + "explo it", + "W al", + ",▁and▁ is▁", + "Fr ance▁", + "i qu", + "de fic", + "fl ash", + "j ump", + "ob st", + "will▁be▁ able▁to▁", + "at▁ first▁", + "do or", + "med ia▁", + "el lig", + "em bl", + "stri k", + "v e", + "▁T o", + "man▁ .", + "regard ing▁", + "will▁ also▁", + "social▁ and▁", + "access ion▁", + "lead ▁to▁", + "199 9", + "away▁ .", + "ou ch", + "▁In de", + "ie▁ 's▁", + "consum ers▁", + "▁terror ism", + "m al", + "is c", + "i▁ is▁", + "ner g", + "def end", + "will ing▁to▁", + "ri d���", + "ex port", + "part ner▁", + "arg et▁", + "oper ation▁", + "be▁ able▁to▁", + ",▁who▁ has▁", + ",▁Mr ▁President", + "Govern ment", + "v ia▁", + "iti es", + "mention ed▁", + "j ail▁", + "ad mit", + "ident ity▁", + "cha ir", + "s ne", + "stat es▁", + "provid ing▁", + "s ound▁", + "g ain▁", + "ed▁ her▁", + "want s▁", + "Affair s▁", + "en ess", + "bur n", + "' d▁", + "ro op", + "▁tra ffic", + "al ist▁", + "Har ry▁", + "norm al▁", + ",▁and▁ a▁", + "him▁ .▁", + "about▁ his▁", + "anim al", + "mer ely▁", + "▁N ot▁", + "not▁ just▁", + "fi x", + "encour age▁", + "suic ide▁", + "( A", + "report s▁", + "Fore ign▁", + "econ d▁", + "br ut", + "oo k", + "s even▁", + "on c", + "hal f", + "her e,▁", + "say ing▁that▁", + "y s▁", + "man▁ who▁", + "ro t", + "rat eg", + "in ▁to▁", + "net work", + "div or", + "conc entr", + "Georg e▁", + ",▁ E", + "involv ed▁in▁", + "K r", + "▁Mr s▁", + "Comm un", + "fellow ▁M", + "ma x", + "or▁ of▁", + "success fully▁", + "ing ▁these▁", + "in▁favour▁ of▁", + "▁L ad", + "believe▁th at", + "group s▁", + "separ ate▁", + "le▁ .", + "cont act", + "re at▁", + "wa it▁", + "charact er", + "empor ary▁", + "he▁ had▁", + "grow th", + "should▁ not▁be▁", + "into▁ account", + "H un", + "re mind▁", + "ry ing▁to▁", + "v er▁", + "fi re", + "wif e▁,▁", + "agend a▁", + "dom in", + "le -", + "%▁ of▁the▁", + "d ig", + "- up▁", + "C r", + "Par t", + "initi ally▁", + "▁Ano ther▁", + "l ose▁", + "for▁ all▁", + "which▁ has▁", + "ab le,▁", + "ic ,▁", + "ab s", + "she▁ was▁", + "m other", + "cr ash", + "and ▁that▁the▁", + "ep ts▁", + "mater ial", + "b e▁to▁", + "1 5▁", + "a head▁", + "re d▁to▁", + "app ly▁", + "an j", + "ol f▁", + "b er▁", + "g in", + "until ▁the▁", + "v ital▁", + "supp ly▁", + "ed er", + "strong ly▁", + "b ed", + "ing▁ with▁the▁", + "ro g", + "expl an", + "meet ▁the▁", + "away▁ from▁", + "w ag", + "reg ion", + "sha d", + "fig ure▁", + "ar is", + "ev il▁", + "end▁ up▁", + "w arm", + "on -", + "Char lie▁", + "re mark", + "equ ality▁", + "new s▁", + "H uman▁", + "pro gram▁", + "develop ed▁", + "realiz es▁", + "power ful▁", + "▁P resid", + "si x", + "enc y▁and▁", + "relat ing▁to▁", + "N G", + "neigh bor", + "sel ect", + "sp ent▁", + "like▁ a▁", + "effectiv ely▁", + "ar y,▁", + "rel ated▁", + "ies▁ .", + "had ▁the▁", + "exact ly▁", + ", ▁too", + "on e,▁", + "because▁ of▁the▁", + "du e▁to▁the▁", + "law .", + "urg ent▁", + "would▁ not▁", + "possibility▁ of▁", + "▁ Qu", + "qu ar", + "situ ation", + "mut ual▁", + "at e,▁", + "▁One▁ day▁", + "bure auc", + "th at▁", + "require ments▁", + "sector .", + "put ting▁", + "Russi a▁", + "d ress", + "el der", + "us ,▁", + "form ul", + "pret ty▁", + "▁J oh", + "deal▁ with▁", + "▁The▁next▁ item▁", + "▁ '", + "es▁ from▁", + "sy mp", + "s hap", + "ou bl", + "able▁ of▁", + "S am", + "manufact ur", + "2 .", + "en jo", + "▁I▁ believe▁that▁", + "whether ▁the▁", + "p t", + "a -", + "it or▁", + "let▁ us▁", + "nor th", + "climate▁ chang", + "on e-", + "Palestin ian▁", + "obt ain", + "persu ad", + "wr ong", + "Un ion.", + "Leg al▁", + "ent .", + "aut om", + "A si", + "▁S oon▁", + "i x", + "act ion", + "he▁ 's▁", + "del ight", + "wedd ing▁", + "it▁ would▁be▁", + "Committee▁on▁ Bud", + "or n▁", + "give▁ the▁", + "caus e▁", + "▁T wo▁", + "objectiv es▁", + "N ic", + "on e▁to▁", + "▁H e▁then▁", + "enh anc", + "obst ac", + "at ed▁by▁", + "el y▁the▁", + "dom est", + "ing u", + "desp ite▁the▁", + "a ▁the▁", + "i or▁", + "m un", + "t▁ ,▁", + "comm and", + "pract ice▁", + "sens itive▁", + "add res", + "moder n", + "n ic", + "at▁ all▁", + "se ek▁", + "aw ak", + "olog y▁", + "Pr ime▁", + "L at", + "set t", + "ence▁ of▁the▁", + "er▁ in▁", + "boo k", + "deal t▁", + "and▁ T", + "Wh ite▁", + "200 7", + "W est▁", + "pro ve▁", + "rul e▁of▁", + "along ▁the▁", + "U ▁", + ",▁ V", + "you▁ will▁", + "offic e▁", + "▁tell ing▁", + "J er", + "appar ently▁", + "prepare d▁to▁", + "concret e▁", + "b ar▁", + "▁T om▁", + "Chin a▁", + "wast e▁", + "iv e.", + "yea h", + "Christm as▁", + "un employment▁", + "▁The▁ second▁", + "si ght▁", + "cert aint", + "▁  ▁ –", + "sor t▁of▁", + "▁The▁next▁ day▁", + ",▁ F", + "a▁ p", + "lin es▁", + "provid es▁", + "substant ial▁", + "construc tion▁", + "J enn", + "n i", + "es▁that▁ are▁", + "security▁ and▁", + "s port", + "pro stitut", + "have▁ an▁", + "if y", + "govern ments▁", + "ourselv es▁", + "adv oc", + "soldi ers▁", + "og ether▁", + "▁Neverth eless", + "u s▁and▁", + "ut ch▁", + "sp ace▁", + "child hood▁", + "H eal", + ",▁and ▁they▁", + "in side▁", + "he▁ will▁", + "caus es▁", + "num erous▁", + "att ach", + "just ice▁", + "▁Event ually▁", + "rul e▁", + "s per", + "s▁ or▁", + "ated▁ and▁", + "L ib", + "of▁ my▁", + "Commission ,▁", + "cho os", + "childr en", + "▁t est", + "exc ess", + "discover s▁that▁", + "spe ech▁", + "men▁ and▁", + "far m▁", + "agree▁ with▁the▁", + "did n't▁", + "am d▁", + "▁te ach", + "proced ures▁", + "break s▁", + "▁they 're▁", + "rev is", + "end ors", + "read y▁to▁", + "solut ion▁", + "l ic", + "much▁ more▁", + "▁If ▁the▁", + "bl ood", + "per fect", + "Mr ▁M", + "Mr s.▁", + "with▁regard ▁to▁the▁", + "B ro", + "L ond", + "▁that▁we▁ can▁", + "Fr ank", + "glob alis", + "S ov", + "Ger many▁", + ",▁as▁well▁ as▁", + "it .▁", + "has▁ also▁", + "C al", + "do▁ so", + "Member▁Stat es", + "j un", + "ence▁ and▁", + "l au", + "ing▁ its▁", + "debat e.", + "behind ▁the▁", + "it y.▁", + "k ept▁", + "un cle▁", + "ne ed▁a▁", + "need ed▁", + "el s▁", + "ver g", + "people▁ are▁", + "ing▁ out▁", + "medic in", + "à ¡", + "ra z", + "▁With▁ regard", + "sh own", + "▁In▁ order▁to▁", + "on▁the▁ t", + "▁She▁ is▁", + "ha bit", + "for th", + "as▁a▁ whol", + "with▁a▁ view", + "l is", + "allow ed▁to▁", + "in▁ any▁", + "C am", + "il le▁", + "inform ation", + "a▁lo t▁of▁", + "P E", + "ment al▁", + "▁train ing▁", + "sac rific", + "his ▁t", + "on e▁th", + ",▁ including▁", + "requ ire▁", + "for▁ our▁", + "in su", + "intro duce▁", + "commit ment▁", + "United▁N ations▁", + "which▁ have▁", + "ev id", + "mess age▁", + "an th", + "de ep▁", + "B ▁", + "what▁ happen", + "▁terror ism▁", + "- -▁", + "in▁ particular▁", + "his▁ wife▁", + "▁An d", + "▁T ur", + "Mar c", + "er ve▁", + "feel s▁", + "mem or", + "Bul gar", + "mor t", + "espec i", + "mon ey", + "peop le,▁", + "Am ster", + "vot ing▁", + "pover ty▁", + "in o▁", + ", ▁these▁", + "c at▁", + "get t", + "in f", + "has▁ no▁", + "big g", + "pl om", + "re concil", + "as on▁", + "even ▁though▁", + "d ivid", + "ar i", + "sh oot▁", + "di plom", + "g old▁", + "▁T oday", + "ear n", + "l er▁", + "which ▁they▁", + "e▁to ▁take▁", + "wal k▁", + "▁Let▁ me▁", + "ol ly▁", + "fur ther", + "st ar▁", + "2 7", + "o il", + "ack l", + "ordin ary▁", + "Peop le", + "answ er▁", + "struc ture▁", + "C A", + "▁th us▁", + "▁tr oub", + "Pro gram", + "const antly▁", + "ch os", + "rec ord▁", + "offic er▁", + "principl e▁", + "s ign��", + "ad just", + "fron t▁", + ",▁ so", + "at ur", + "as▁ soon▁", + "Engl ish▁", + "in▁ which▁the▁", + "iv er▁", + ",▁but▁ I▁", + "her ▁the▁", + "ma il", + "L a", + "h yp", + "if y▁the▁", + "fin ish", + "co d", + "amb itious▁", + "5 -0", + "up▁ a▁", + "it a▁", + "oll ow", + "system .", + "acc oun", + "refer end", + "work▁ and▁", + "w ond", + "Council▁ and▁", + "wat er", + "comm unit", + "▁This▁ is▁the▁", + "ated▁ by▁the▁", + "F und▁", + "right s▁of▁", + "bo x", + "c tion▁", + "iv e,▁", + "over e", + "state▁ of▁", + "▁th ought▁", + "▁On e▁of▁the▁", + "u ff", + "v ac", + "miss ion", + "hous e▁and▁", + "as▁ she▁", + "develop ment.", + "happ en▁", + "e w▁", + "dis pos", + "vo ice▁", + "won der", + "W estern▁", + "elect ron", + "ers '▁", + "small▁and▁ medium-sized▁", + "g le▁", + "int ellig", + "mar k▁", + "specific ally▁", + "ff ic▁", + "cris is", + "is▁ very▁", + "us ing▁the▁", + "up▁ with▁", + "difficult ies▁", + "pret end", + "▁First ly,▁", + "4 0", + "J ack", + "h unt", + "le ts▁", + "presid ency▁", + "▁T reat", + "ex ist▁", + "str ict▁", + "analys is▁", + ",▁ on▁behalf▁of▁the▁", + "▁Mr  ", + "▁It▁is▁ also▁", + "publ ish", + "▁ well▁", + "Af gh", + "instr uments▁", + "com ments▁", + "years▁ ago▁", + "D el", + "stud ents▁", + "cat eg", + "East ern▁", + "c of", + "lim ited▁", + "ant ▁to▁", + "▁It▁is▁ not▁", + "in ks▁", + "sle ep", + "A ud", + "▁Th ird", + "i▁ mean▁", + "J ew", + "is ol", + "of▁ its▁", + "▁W e▁th", + "report▁ on▁", + "ret ri", + "reason s▁", + "es▁ and▁the▁", + "are a", + "Turk ish▁", + "l ist▁", + "internal▁ market▁", + "s ;▁", + "for ▁that▁", + "fin e▁", + "decision -", + "on ly▁the▁", + "Mr ▁", + "funct ion", + "c k", + "comp lex▁", + "com ment▁", + "▁The y", + "cat ch▁", + "restaur ant▁", + "▁The▁ movie▁", + "▁A s", + "cost s▁", + "main ly▁", + "report ,▁", + "organis ations▁", + "E P", + "sub ject▁of▁", + "▁t old▁", + "▁that▁ a▁", + "him ▁the▁", + ",▁in▁ order▁to▁", + "Europ e▁and▁", + "h a▁", + "of ▁this", + "wel f", + "6 0", + "St rateg", + "V er", + "her o", + "b ath", + "on e▁that▁", + "no▁ one▁", + "B ank▁", + "▁We▁ need▁to▁", + "Con fer", + "i .", + "out▁ and▁", + "real is", + "learn s▁that▁", + "aware▁ of▁the▁", + "Human▁ Right", + "▁tra vel▁", + "▁After▁ a▁", + "project s▁", + "emerg ency▁", + "fight ing▁", + "boy s▁", + "fun d▁", + "C aptain▁", + "b ind", + "inj ured▁", + "S ME", + "v ul", + "st ak", + "co ast", + "seri ous", + "sp end▁", + "in▁ all▁", + "at ors▁", + "l ack", + "read ing▁", + "mak es▁a▁", + "interest s▁of▁", + "pl ant▁", + "all .", + "benef its▁", + "▁tr ack", + "Soc ial▁", + "or ph", + "sh r", + "F is", + "N ov", + "P o", + "en a▁", + "cour ag", + "once▁ again", + "farm ers▁", + "supp li", + "p ain", + "ell ing▁", + ",▁but▁ she▁", + "Proc ed", + "E v", + "en th", + "▁B ack▁", + "f ash", + "e▁t oday", + "Gre ek▁", + "''▁ and▁", + "S ant", + "ip ul", + "renew able▁", + "F ▁", + "re pl", + "u li", + "in clus", + "ia▁ .", + "himself▁ .", + "▁We▁ should▁", + "stat us▁", + "a▁sign ific", + "▁to▁ have▁", + "bl ow", + "e▁,▁ who▁", + "from ▁this▁", + "pack age▁", + ",▁ as▁the▁", + "a ▁time▁", + "ed▁ its▁", + "▁to▁be▁ a▁", + "challeng es▁", + "bey ond", + "er ship▁", + "flo or▁", + "mor n", + "brou ght", + "e ast", + "sen su", + "▁Desp ite▁", + "▁Th ank▁", + "idea▁ of▁", + "ag ency▁", + "wor ri", + "regul ar", + "▁through▁ a▁", + "D ar", + "▁The▁ EU▁", + "up on▁the▁", + "credi b", + "exp ect▁", + "it▁ would▁", + "for ▁t", + "sum mit▁", + "strang e▁", + "campa ign", + "ic e-", + "▁tell s▁the▁", + "conf us", + "-RCB-▁ -RCB-▁", + "m .", + "aw a", + "reveal s▁that▁", + "our▁ own▁", + "say s▁that▁", + ",▁and▁ we▁", + "economic▁and▁ social▁", + "N ational▁", + "year s▁of▁", + "▁there by▁", + "con solid", + "con ference▁", + "g if", + "on ▁that▁", + "s▁to▁ a▁", + "gr icul", + "daught er▁,▁", + "mach in", + "p ick", + "af f", + "b an▁", + "suic id", + "conv ince▁", + "it ch▁", + "is▁ .", + "▁H aving▁", + "Bel ar", + "at es▁the▁", + "discover s▁", + "proper ty▁", + "O m", + "c ro", + "driv ing▁", + "lo y", + "val ue▁", + "my self▁", + "an ch", + "it▁ is▁the▁", + "cont ent▁", + "create▁ a▁", + "e el", + "receiv ed▁", + "C ong", + "integr ated▁", + "construct ive▁", + "es t▁of▁", + "go al", + "United▁ King", + "▁that▁there▁ are▁", + "▁The▁ Council▁", + "includ es▁", + "fut ur", + "J ud", + "co her", + "▁E n", + "cros s", + "▁Ev en▁", + "ic ks▁", + "ap e▁", + "support▁ for▁", + "judic ial▁", + "bl ock", + "regul atory▁", + "▁The▁next▁item▁ is▁the▁", + "▁to▁ make▁", + "some what▁", + "E gyp", + "out com", + "got t", + "T im", + "ate▁ .", + "maint ain▁", + "d ump", + "and▁ he▁", + "follow s▁", + ",▁there▁ is▁", + "immedi ate▁", + "it le▁", + "miss ing▁", + "ext ent", + "like▁to ▁thank▁the▁", + "ion ally▁", + "ent ry▁", + "▁T om", + "cl aus", + "mor e▁and▁", + "shoot s▁", + "most▁ of▁the▁", + "relation ship", + "domest ic▁", + "President ,▁", + "201 0", + "▁Mr▁President,▁ ladies▁and▁gentlemen", + "debate▁ on▁the▁", + "▁But ▁the▁", + "al li", + ",▁and▁ she▁", + "cha se▁", + "▁Fin ally▁", + "p ath", + "conclus ions▁", + "cred it▁", + "D on", + "G en", + "ers▁ of▁the▁", + "U.S .▁", + "a▁c lear▁", + "cross- border▁", + "ide as▁", + "▁R e", + "▁trans form", + "▁today .", + "e ing▁", + "h idden▁", + "compan i", + "ass ur", + ",▁I▁ should▁like▁to▁", + "vir t", + "increas e▁in▁", + "J ess", + "obt ain▁", + "b ed▁", + "s we", + "▁J o", + "implement ation▁of▁", + "said ,▁", + "4 -0", + "▁ oh▁", + "in▁ B", + "ver se▁", + "promot ing▁", + "in i▁", + "produc t▁", + "however ,▁", + "Afric an▁", + "L aur", + "pr il▁", + "manag e▁to▁", + "put▁ forward▁", + "fron t▁of▁", + "with▁ S", + "▁there▁ is▁no▁", + "echn ical▁", + "l ed▁by▁", + "work ing", + "ro l▁", + "ire s▁", + "▁S p", + "and▁ and▁", + "▁tru ly▁", + "Regul ation▁", + "K y", + "e▁th an", + "2 1", + "e :▁", + "appear s▁", + "re present▁", + "▁tak es▁the▁", + "such▁ as", + "have▁ already▁", + "`` ▁The▁", + "chec k", + "M ur", + "lif e▁and▁", + "at ed.", + "ic a▁", + "qu ir", + "fron t", + "arg ument▁", + "se .", + "you ,▁", + "impl ement▁", + "situ ation.", + "as▁ we▁", + "particip ate▁", + "reveng e▁", + "i res", + "▁to▁ get▁", + "cra ft▁", + "pl en", + "impl ic", + "reg ard▁", + "s man▁", + "son▁ .", + "and▁ its▁", + "which▁ he▁", + "▁Up on▁", + "E li", + "invest ment", + "resolut ion", + "a▁signific ant▁", + "d ying▁", + "ar a▁", + "proposal .", + "s ound", + "after▁ a▁", + "es ▁this▁", + "oc ol", + "▁What▁ is▁", + "ist an", + "pre viously▁", + ",▁th ough", + "I n▁", + "n ic▁", + "point▁ out", + "acc epts▁", + "Committee▁ on▁the▁", + "attent ion▁to▁the▁", + "her it", + "might▁ be▁", + "you 're▁", + "polic y", + "leav es▁the▁", + "allow s▁", + "▁T r", + "ic h▁", + "up▁ .", + "under min", + "also ▁to▁", + "▁tot al▁", + "sh if", + "Mon t", + "y m", + "creat ing▁", + "af ra", + "room▁ .", + "at▁the▁ same▁time▁", + "iti es▁to▁", + "olut ion▁", + "spir it▁", + "cel ebr", + "T )", + "d ark▁", + "e ight▁", + "conf id", + "p ag", + "▁Lat er▁", + "proced ure", + "ME P", + "f ast", + "ex t▁of▁", + "fact or", + "cond ition▁", + "M ▁", + "f res", + "add ress▁", + "hom e▁to▁", + "or n", + "qu ant", + "ement▁ of▁the▁", + "Commissioner,▁ ladies▁and▁gentlemen", + "r or▁", + "conv ict", + "coll aps", + "safe guard", + "N az", + "s overe", + "becom es▁a▁", + "neigh b", + "immigr ation▁", + "ha b", + "dec ad", + "ip p", + "campa ign▁", + "accoun t▁of▁the▁", + ") ▁and▁", + "C ub", + "v amp", + "stud ent", + "dy nam", + "y▁ of▁the▁", + "res ent", + "what▁ he▁", + "cor p", + "require s▁", + "help ▁to▁", + "insur ance▁", + "be en▁the▁", + "do▁ you▁", + "lead s▁", + "prec ed", + "intend ed▁to▁", + "neit her▁", + "o ve▁", + "an▁ end", + "eas ily▁", + "▁( DE", + "fav our", + "o .", + "e▁ with▁", + "yst em▁", + "were▁ not▁", + "spec ial", + "precis ely▁", + "and▁ her▁", + "simil ar▁", + "▁Lad ies▁and▁gentlemen", + "exp ens", + "must▁ not▁", + "▁Parliam ent▁", + "f ast▁", + "sha red▁", + "integr ation▁", + "c ast▁", + "Council 's▁", + "B alk", + "plac e▁in▁", + "▁S ince▁", + "▁B ar", + "3 .", + "i▁ was▁", + "e av", + "and ▁to▁the▁", + "influ ence▁", + "A L", + "f ing", + "inv ent", + "du e▁", + "vul ner", + "E r", + "en ing▁", + "lif e▁,▁", + "▁ter m▁", + "hop e▁that▁the▁", + "jo in▁the▁", + "clear ▁that▁", + "associ ated▁", + "ed▁ in▁this▁", + "from ▁their▁", + "Rul es▁of▁", + "pro sper", + "emiss ions▁", + "for▁ example,▁", + "ch ance▁", + "sent ▁to▁", + "net work▁", + "see ing▁", + "s ▁their▁", + "intend s▁to▁", + "j ur", + "▁D ec", + ",▁in▁ my▁", + "inform s▁", + "maj or", + "▁E very", + "comp ly▁", + "any th", + "famil ies▁", + "inj ur", + "t een▁", + "▁tr ag", + "is▁not▁ a▁", + "hor s", + "exerc is", + "Mon etary▁", + "proced ures", + "D r", + "▁There▁ is▁a▁", + "C z", + "Jo e▁", + "sitt ing▁", + "will▁ have▁to▁", + "doub t▁", + "meth od▁", + "v ess", + "fe w", + "ri f", + "▁F ollow", + "sc al", + "discrimin ation▁", + "Just ic", + "Port ug", + "ha g", + "i ously▁", + "by▁ his▁", + "someth ing▁that▁", + "open ing▁", + "start s▁to▁", + "Cy pr", + "▁J an", + "back▁ .", + "r ound▁", + "st ▁the▁", + "far mer", + "areas▁ of▁", + "st res", + "def ence▁", + "stand ard▁", + "in▁ 's▁", + "proper ly▁", + "Jam es▁", + "con sensu", + "se a▁", + "lat est▁", + "y▁ for▁", + "problem▁ of▁", + "ed▁ it▁", + "stol en▁", + "bo x▁", + "low er▁", + ",▁and▁ his▁", + "pil ot▁", + "g ard", + "issu es.", + "mov ement▁", + "fall en▁", + "M ill", + "in▁ T", + "rec ru", + "Commission▁ and▁the▁", + "fo rest▁", + "-LRB-▁-LRB-▁ -LRB-", + "ing s▁and▁", + "▁to▁ do▁", + "ent ly,▁", + "pro spect", + "con serv", + "i▁ gu", + "hom e▁and▁", + "Hun gar", + "S im", + "s▁ '▁", + "us eful▁", + "us ual▁", + "et ic▁", + "pl at", + "lo t▁of▁", + "hav ing▁a▁", + "manag ed▁to▁", + "viol ent▁", + "monitor ing▁", + "e▁th rough", + "sch ed", + "flex ibility▁", + ",▁ even▁", + "arm ed▁", + "attemp t▁", + "President▁ of▁the▁", + "symp ath", + "ch ance▁to▁", + "peac eful▁", + "al leg", + "dev ot", + "whil st▁", + "bur den▁", + "Rules▁of▁ Proced", + "tur n", + "▁There▁ is▁no▁", + "da ily▁", + "al way", + "accord ing▁to▁", + "it em", + "ou l▁", + "ers▁ in▁the▁", + "eth ▁", + "▁Of▁ course", + "ob sess", + "j eal", + "is ▁too▁", + "ev ent▁", + "cor por", + "▁( P", + "fact ,▁", + "heav y▁", + "del iber", + "colle ague▁", + "st one���", + "in▁ ,▁", + "at▁ and▁", + "Group▁ of▁the▁European▁", + "a ▁th", + "Mr ▁C", + "ing s.", + "ity▁ of▁the▁", + "r ▁", + "au ▁", + "interest ing▁", + "Pet er▁", + "jour ne", + "Con t", + "differ enc", + "set▁ out▁", + "d ign", + "el y.", + "▁A fric", + "years▁ ago", + "alis m▁", + "one▁ hand", + "has ▁taken▁", + "D or", + "Commission▁ and▁", + "tak en▁", + "UN ▁", + "compli ance▁", + "fact ory▁", + "succ e", + "rib le▁", + "as▁possib le.", + "mone y▁to▁", + "and▁ G", + "mot or", + "ca▁ n't▁", + "po or", + "An dre", + "hund red", + "il li", + "inc ident▁", + "wit ch", + "▁that▁ was▁", + "institut ion", + "dest in", + "friend ship▁", + "find s▁a▁", + "Can ad", + "- B", + "inc ent", + "bey ond▁", + "!▁ ''", + "' s▁the▁", + "i y", + "about ▁this▁", + "Jun e▁", + "A gricul", + "believ es▁", + "mi x", + "k ing", + "mat ch▁", + "could▁ not▁", + "▁there 's▁", + "health▁ and▁", + "Group▁ of▁the▁", + "rein forc", + "ing▁ our▁", + "prot est", + "grad u", + "im per", + "gr av", + "effor t▁", + "it ors▁", + "disc over▁", + "attack s▁", + "os▁ Angel", + "es▁ an▁", + "ap s▁", + "ation s", + "problem .", + "Serv ic", + "w e▁t", + "s ong▁", + "anim als▁", + "research▁ and▁", + "perman ent▁", + "ch ief▁", + "cho ice▁", + "s kill", + ",▁ of▁course,▁", + "el eph", + "s,▁ I▁", + "200 9", + "▁I▁ am", + "matt er.", + "resul t▁of▁the▁", + "fra ud▁", + "rang e▁of▁", + "D en", + "be ach▁", + "fel t▁", + "larg est▁", + "p ick▁", + "money▁ .", + "ali for", + "Al li", + "tri es▁to▁", + "im prison", + "it▁ will▁be▁", + "N os▁", + "V ict", + "is▁ un", + "G ar", + "e ,▁to▁", + "ic ts▁", + "▁tr ust▁", + "reveal s▁", + "regul ar▁", + "N ew", + "eb rat", + "sent enc", + "has▁already▁ been▁", + "Sch eng", + "simil ar", + ",▁therefore ,▁", + "ex clud", + "iz ed▁", + "W ash", + "pay ment▁", + "women▁ and▁", + "what ever▁", + "risk▁ of▁", + ",▁ especially▁", + "arm s▁", + "S lov", + "it s", + "is▁ concern", + "a▁ European▁", + "ad vent", + "for▁ its▁", + "uc tural▁", + "Uk rain", + "by▁ Mrs▁", + "ma il▁", + "R u", + "l eng", + "per cent▁", + "quality▁ of▁", + "▁treat ment▁", + "I I▁", + "secret ly▁", + "at ed", + "has▁ just▁", + "▁O ver", + "sib le▁", + "sur e▁that▁", + "find s▁the▁", + "what ▁they▁", + "saf e▁", + "E ▁", + "er 's▁", + "200 6", + "▁R eg", + "exper t", + "T he", + "from▁ her▁", + "solid ar", + "encount er▁", + "assass in", + "t▁ 's▁", + "ous e▁", + "alco hol", + "H ol", + "e ad", + "ment ion▁", + ",▁ un", + "in come▁", + "cl u", + "represent ative▁", + "Sov iet▁", + "Or g", + "mar ks▁", + "exc ept▁", + "el▁ and▁", + "▁tot ally▁", + "▁that ▁their▁", + "ept ember▁", + "w and", + "convinc es▁", + "s ource▁", + "Mr ▁P", + "a▁s itu", + "eng ine", + "st ead▁", + "for▁the▁ first", + "alifor n", + "t ells▁", + "go ▁to▁the▁", + "or▁ 's▁", + "fat her", + "effort ▁to▁", + "ag n", + "pre -", + "B ill▁", + "um bl", + "▁terror ist▁", + "form s▁of▁", + "role▁ of▁", + "effici ency▁", + "D an", + "e ir", + "ar rest▁", + "is ▁then▁", + "es▁ from▁the▁", + "ive▁ and▁", + "deal▁ of▁", + "mad e▁to▁", + ",▁ at▁", + "ext ens", + "c ow", + "l ot", + "N ick▁", + "ar k", + "pres ence▁", + "comb ating▁", + "club ▁", + "so▁ many▁", + "so▁ far▁", + "mon th▁", + "doll ar", + "▁On ly▁", + "bar ri", + "Rob ert▁", + "with ▁them▁", + "ra vel", + "▁S e", + "up p", + "▁to▁ her▁", + "att le▁", + "el▁ .", + "involv ing▁", + "kid s▁", + "ont o▁the▁", + "en▁ ,▁", + "equ ally▁", + "Char les▁", + "ing�� from▁the▁", + "h o", + "responsib ilities▁", + "contain s▁", + "ed▁ when▁", + "al▁ of▁the▁", + "G od▁", + "R y", + "m ate▁", + "soc ial", + "r am", + "▁t ax▁", + "ar e▁tak", + "ri es▁to▁", + "gl ad", + "system s▁", + "let▁ me▁", + "for get", + "just ifi", + "satis fi", + "areas .", + "phys ical▁", + "ends▁ with▁", + "proposal ▁to▁", + "oc ks▁", + "EU ▁and▁", + "im ul", + "be ing▁a▁", + "with▁a▁view ▁to▁", + "1 2▁", + "polic y▁and▁", + "initiativ es▁", + "vot e▁in▁", + "cle an", + "elder ly▁", + "agenc ies▁", + "of ess", + "sh el", + "a▁s c", + "a▁ large▁", + "▁F or▁the▁", + "elect ion▁", + "Par is▁", + "implement ation▁", + "ro m▁", + "kn if", + "nam ely▁", + "s ▁them", + "200 8", + "Union 's▁", + "\" ▁", + "▁their▁ own▁", + ",▁but▁ it▁", + "S he", + "e▁t ow", + "c ous", + "en u", + "all y.", + "all ▁these▁", + "▁E x", + "▁te am", + "A lex", + "H am", + "ap art▁", + "play s▁", + "in fect", + "protect ion", + "congratul ate▁the▁", + "consc ious▁", + "activ ity▁", + "Char ter▁", + "in▁ some▁", + "so ▁that▁the▁", + "subject ▁to▁", + "i or", + "all y▁to▁", + "do ▁the▁", + "job s▁", + "accept ▁the▁", + "other▁word s,▁", + "man▁ 's▁", + "consist ent▁", + "s ite▁", + "if f", + "acc ess▁", + "▁tim e▁,▁", + "P ak", + "um p▁", + "col on", + "with draw", + "ra il▁", + "comp at", + "▁there for", + "J on", + "in▁ C", + "an▁ old▁", + "y,▁ which▁", + "stop p", + "achiev ed▁", + "assist ant▁", + "cel ebrat", + "▁S uch▁", + "allow ing▁", + "sy mb", + "we▁ shall▁", + "▁I▁ will▁", + "young▁ woman▁", + "has▁not▁ been▁", + "h it", + "is land", + "look▁ at▁", + "and ▁tries▁to▁", + "becaus e,▁", + "200 4", + "i e▁and▁", + "so▁ much▁", + "cap able▁of▁", + "Wil liam", + "balanc ed▁", + "servic es.", + "World▁ War", + "FR )", + "c hap", + "in▁the▁ field▁of▁", + "e▁to▁ a▁", + "Port ugu", + "Jim my▁", + "bet ray", + "m er▁", + "er ▁than▁", + "ic .", + "st yle▁", + "Europe .▁", + "leg ally▁", + "find ing▁", + "cris is.", + "▁thous ands▁of▁", + "▁troub le▁", + "ed ic", + "us s", + "▁C ar", + "gener ally▁", + "inno cent▁", + "langu age▁", + "en z", + "as▁ his▁", + "genu in", + "es▁ on▁the▁", + "B alt", + "act ing▁", + "5 .", + "z er", + "agreement .", + "si ght", + "problem s.", + "into▁ his▁", + "dr inking▁", + "enlarg ement", + "give▁ th", + "2 2", + "on to▁", + "EU -", + "wif e▁and▁", + "now .", + "motion▁ for▁a▁", + "quest ion.", + "benef ic", + "relationship▁ with▁", + "ug gl", + "rap id", + "P PE", + "ig no", + "countri es▁and▁", + "reduc e▁the▁", + "sh or", + "bl am", + "ign or", + "elect ric", + "Chr is▁", + "ou d", + "sh ot", + "people▁ and▁", + "bu s▁", + "di ed▁", + "j e", + "us ually▁", + "res um", + "le .▁", + "oll y", + "only▁ one▁", + "ste ad", + "Just ice▁", + "at▁ European▁", + "increas e▁the▁", + "feel ings▁", + "improv ement", + "broth er▁,▁", + "in struct", + "▁As▁ regard", + ",▁th us▁", + "p ass▁", + ",▁ however▁,▁", + "expl od", + "Indi an▁", + "e▁th ose▁", + "proc e", + "political▁ and▁", + "dist urb", + "commitment ▁to▁", + "on▁ our▁", + "dr ag", + "f light▁", + "in com", + "ex ▁", + "ass ure▁", + "A sh", + "B al", + "i es.▁", + "per form▁", + "V en", + "se t▁of▁", + "se e▁that▁", + "roc k▁", + "L A", + "sel l▁", + "rem ember▁", + "WT O▁", + "max imum▁", + "- ▁to▁", + "help s▁", + "advant age▁", + "piec e▁of▁", + "l over▁", + "ac t▁of▁", + "support .", + "ability▁ of▁", + "Swed ish▁", + "scre am", + "noth ing▁to▁", + "▁ Z", + "and ▁takes▁", + "con fer", + "r an��", + "wh y", + "as▁ possible▁", + "best▁ friend▁", + "Str uctural▁", + "c ell", + "s▁ from▁the▁", + "s ad", + "a▁ser ious▁", + "capac ity▁", + "on a▁", + "high▁ school▁", + "go es▁to▁the▁", + "▁D o▁", + "angr y▁", + "G od", + "M el", + "b ound", + "v an", + "e,▁ I▁", + "man s", + "sc ale▁", + "lis t▁of▁", + "in▁ many▁", + "citizen s,▁", + "ation s▁to▁", + "af for", + "him▁ a▁", + "w o-", + ",▁the▁ t", + "broth ers▁", + "▁For ▁this▁", + "ro at", + "es▁ is▁", + "ra w", + "defin it", + "te am▁", + "G o", + "S and", + "European▁Union▁ and▁", + "play▁ a▁", + "F re", + "g ar▁", + "anc y▁", + "ion▁of▁ a▁", + "our ism▁", + "cont ent", + "because▁ he▁", + "was ▁to▁", + "Rich ard▁", + "where▁ she▁", + "suppl ement", + "B illy▁", + "i e▁.", + "but▁ is▁", + "des erv", + "after no", + "u ▁and▁", + "s▁ with▁the▁", + "h ide▁", + "s em", + "in ary▁", + "elect ed▁", + "ric h", + "chec k▁", + "lik ely▁to▁", + "ag e▁.", + "has▁ made▁", + "200 1", + "car rying▁", + "uh -h", + "S C", + ",▁ at▁the▁", + "comp lex", + "conc ep", + "prof it", + "z ab", + "st on", + "dev ast", + "▁trans fer", + "unfortun ately▁", + "2 5▁", + "ear ch▁", + "▁Th ose▁", + "high est▁", + "depend ent▁", + "rom antic▁", + "g as", + ",▁ you▁", + "4 0▁", + "el i", + "in▁ 199", + "has▁ been", + "fr ustr", + "development▁ and▁", + "respon se▁", + "makes▁ it▁", + "sec ure▁", + "achie ve▁th", + "Dec ember▁", + "e ;▁", + "awar e▁that▁", + "detail ed▁", + "is ▁therefore▁", + "pres erv", + "respect ive▁", + "Inter net▁", + "H enry▁", + "P at", + "st ock", + "kill er▁", + "prep ared▁", + "wak es▁", + "sched ul", + "ing▁the▁ t", + "od y▁", + "frame work", + "▁to ▁that▁", + "▁The▁ European▁", + "Nor th▁", + "v ig", + "ag ed▁", + ",▁the▁ Council▁", + "recommend ations▁", + "B lack▁", + "we 're▁", + "rap id▁", + "s ,▁to▁", + "in▁the▁ t", + "who▁ was▁", + "away▁ from▁the▁", + "rob ber", + "ext ra", + "eit her", + "Committee▁on▁Bud get", + "e at▁", + "man ner", + "Sec urity▁", + "f ly▁", + "▁S inc", + "mass ive▁", + "G A", + "at ically▁", + "'s▁ father▁", + "▁B oth▁", + "right s.", + "off▁ .", + ",▁ if▁", + ",▁ since▁", + "op position▁", + "strength en▁", + "intervent ion▁", + "s▁ which▁", + "il i", + "cont rad", + "▁Wh y▁", + "200 0▁", + "because▁ we▁", + "gi ant▁", + "a▁ S", + "need ed▁to▁", + "role▁ in▁", + "▁trad itional▁", + "enjo y▁", + "w all", + "ad em", + "y,▁ but▁", + "e▁t er", + "attent ion▁to▁", + "Qu een▁", + "fis c", + "Afgh an", + "fig ures▁", + "re put", + "et y▁", + "e▁that ▁they▁", + "▁Presid ent▁", + "H igh▁", + "n 't", + "or ient", + "ph en", + "▁te en", + "r ide▁", + "electron ic▁", + "in▁ M", + "in .", + "▁T se▁", + "mis t", + "can 't▁", + "majority▁ of▁", + "peopl e▁to▁", + "li fe", + "op ol", + "friend ly▁", + "st ock▁", + "▁that▁we▁ should▁", + "partn ers▁", + "us e▁of▁the▁", + "right s▁and▁", + "▁t en▁", + "▁G iv", + "urb an▁", + "are▁ being▁", + "▁F rom", + "find▁ out▁", + "dist inc", + "-t o-", + "▁transpar ency▁", + "▁ Com", + ",▁ W", + "strug gle▁", + "N AT", + "▁We▁ cannot▁", + "human▁right s.", + "audi ence▁", + "k a▁", + "▁I▁ can▁", + "▁In stead▁", + "less ▁than▁", + "Scheng en▁", + "G al", + "m ost▁of▁", + "en ed▁", + "in▁ Europe.", + "ear ▁", + "one▁ day▁", + "look▁ at▁the▁", + "N ether", + "for▁ your▁", + "M ax▁", + "et s▁", + "right▁ of▁", + "human▁right s▁and▁", + "l iter", + "ar e▁to▁be▁", + "assess ment▁", + "Bel g", + "x im", + ",▁and ▁to▁", + "ful fill", + "House .", + "author ity▁", + ", ▁two▁", + "I ran", + "plac e.", + "Ar my▁", + "gam bl", + "sle ep▁", + "es c", + ",▁which▁ was▁", + "add ed▁", + "ion ary▁", + "man▁ ,▁", + "and a▁", + "▁We▁ will▁", + "surv ive▁", + "consequ ences▁", + "i ▁think", + ",▁ Mrs▁", + "es,▁ which▁", + "let t", + "support▁ for▁the▁", + "known▁ as▁", + "o z", + "p .", + "ri an▁", + "▁M ember▁", + "Rep ubl", + "S ol", + "ing▁ at▁", + "eg g", + "legisl ation.", + "sid e▁of▁the▁", + "fi anc", + "meas ure▁", + "wal king▁", + "growth▁ and▁", + "sh op▁", + "liv ing▁in▁", + ",▁th en", + "emphas is▁", + "comput er▁", + "ated▁ in▁the▁", + ",▁ although▁", + "th en▁", + "st able▁", + "e▁of▁ his▁", + "going▁to▁ be▁", + "dang er", + "E nerg", + "g ri", + "disc ipl", + "Nether land", + "act ion.", + "man y", + "bo at", + "design ed▁to▁", + "wond er▁", + "at ed▁to▁", + "let ter", + "pur chas", + "et c", + "relat ing▁to▁the▁", + "2 9", + "o y▁", + "ion▁ ,▁", + "cruc ial", + "anc ial▁", + "▁tra in▁", + "system▁ of▁", + "h un", + "Amend ments▁", + "ation s.▁", + "econom y.", + ",▁and ▁then▁", + "am ount▁", + "lo ad", + "lead er▁", + "asp ir", + "I▁ was▁", + "kill ed▁by▁", + "involv ed▁in▁the▁", + "Con ference▁", + "▁tra ffic▁", + "fore st", + "budget .", + "step s▁", + "it▁ ,▁", + "man n", + "e▁that▁ is▁", + "pen alt", + "B as", + "u an", + "on▁ is▁", + "dro p▁", + "return ▁to▁the▁", + "prim ary▁", + "bu y", + "ance▁ of▁the▁", + ",▁there▁ is▁a▁", + "▁ but▁", + "be fore", + "express▁ my▁", + "in ess▁", + "fo res", + "stu ff", + "natur ally▁", + "ux emb", + "R ed▁", + "f uel▁", + "within▁the▁ framework▁", + "bring ing▁", + "▁Per hap", + "stat u", + "in y▁", + "mot iv", + "clim b", + "m os", + "loc k", + "provid ed▁", + "es▁ ,▁and▁", + "with▁ its▁", + "said ▁that▁", + "prep are▁", + "institut ions.", + "never th", + "P ap", + "r ab", + "el s", + "inter rupt", + "report .▁", + "when▁it▁ comes▁to▁", + "b ag", + "es▁ for▁the▁", + "e al▁", + "s ak", + "acc us", + "ing s,▁", + "▁A meric", + "de als▁", + "ear th", + "St eve▁", + "mov ement▁of▁", + "wal k", + "omor row▁", + "ha z", + "s▁,▁ he▁", + "other wise▁", + "C I", + "▁ Europe▁", + "▁M ay▁", + "with out▁the▁", + "many▁ of▁the▁", + "tr ad", + "consider ed▁", + "2 4", + "▁ \\*", + "and▁ D", + "say ▁that▁the▁", + "involv ement▁", + "deep ly▁", + "e um▁", + "inc ident", + "societ y.", + "compl ain", + "1 00▁", + "sc ar", + "encount ers▁", + "2 3", + "for▁ us▁to▁", + "Un ivers", + "Council ▁to▁", + "expendit ure▁", + "we▁ need▁", + "- ▁I▁", + "b ert", + "g row▁", + "which▁ was▁", + "ris ks▁", + "pay ment", + "as▁regard s▁", + "falls▁in▁love▁ with▁", + "latt er▁", + "p tion▁", + "help ▁the▁", + "▁tal ks▁", + "committ ed▁", + "k new▁", + "k iss", + "pro secut", + "per fect▁", + "opin ion,▁", + "in habit", + "development▁ of▁the▁", + "p aper▁", + "about▁ her▁", + "e )", + "f ol", + "un ion▁", + "story▁ of▁", + "doub le▁", + "din ner▁", + "c ell▁", + "expl ic", + "air port▁", + "establish ed▁", + "apolog iz", + "employ ment.", + "accordance▁ with▁the▁", + "V i", + "fin ance▁", + "dr ink▁", + "means ▁that▁", + "mater ial▁", + "ir t", + "gr ave▁", + "mov ing▁", + "so▁ as▁to▁", + "C la", + "eth nic▁", + "get▁ a▁", + "intend ▁to▁", + "cast le▁", + "m ass▁", + "es▁ as▁", + "ak ing▁", + "have▁ no▁", + "▁I I▁", + "will ing", + "slow ly▁", + "op tim", + "Cz ech▁", + "uxemb our", + "but ▁they▁", + "dur ing▁a▁", + "ber t▁", + "equip ment▁", + "qu art", + "are��t alking▁", + ",▁ particularly▁", + "histor ic▁", + "phen omen", + "ro ll▁", + "over com", + "abl ed▁", + "plan et▁", + "attempt ing▁to▁", + "carry▁ out▁", + "R O", + "c art", + "p resident", + "in form▁", + "re di", + "environment .", + "wer e▁to▁", + "Cour t▁", + "repeat edly▁", + "happ ily▁", + "u ally", + "▁t op", + "po is", + "discus s▁", + "B ab", + "in▁the▁ same▁", + "rit ory▁", + "fut ure▁of▁", + "refer r", + "laid▁ down▁", + ", ▁together▁", + "S al", + "end a▁", + "e▁th ree▁", + "ish n", + "giv en▁to▁", + "s▁are▁ not▁", + "lin k▁", + "important .", + "R ad", + "▁ i▁", + "ong▁ K", + "reduc ing▁", + "▁today 's▁", + "uk e▁", + "es ,▁but▁", + "ation ,▁the▁", + "▁H ar", + "▁L ast", + "Ar ab", + "y ▁to", + "cooper ation.", + "ed▁ him▁", + "we▁ cannot▁", + "▁tr app", + "fr ing", + "introduc tion▁of▁", + "post -", + "forth coming▁", + "b acc", + "h il", + "enc e▁to▁", + "mar t", + "▁tim e▁.", + "possib ly▁", + "gre en▁", + "ustr al", + "investig ation▁", + "Lond on▁", + "us i", + "anc h▁", + "her ▁that▁", + "ell ect", + "B en▁", + "p ir", + "ent ers▁", + "r as", + "inv olve▁", + "welf are▁", + "on om", + "reg ime▁", + "return s▁to▁the▁", + "lim it▁", + "ctob er▁", + "K at", + "appe ared▁", + "directiv e.", + "C as", + "without▁ any▁", + "Om bud", + "B ank", + ",▁ of▁", + "s,▁ as▁", + "Court▁of▁ Aud", + "detect ive▁", + "and▁ in▁", + "os s", + "▁I▁ would", + "Commission ’s▁", + "promp t", + ",▁the▁ two▁", + "emp ty▁", + "way▁ .", + "A p", + "f ate▁", + "m ic", + "pro hib", + "ex port▁", + "par k▁", + "for ▁these▁", + "li ▁", + "s▁ into▁", + "deal▁ with▁the▁", + "desir e▁to▁", + "m el", + "▁S ub", + "fac ing▁", + "▁When▁ she▁", + "birth day▁", + "m outh▁", + "p ath▁", + "hel ic", + "rapporteur ,▁Mr", + "obstac l", + "at▁ an▁", + "ut r", + "ing▁to▁ be▁", + "▁Group .▁-▁(", + "S k", + "h ench", + "per cent", + "protect ▁the▁", + "▁te acher▁", + "dam age▁", + "ag on", + "ev it", + "ful l", + "cha mp", + "ch ann", + "go ing", + "fr ag", + "ert ain", + "▁tim e▁and▁", + "var iet", + "J ef", + "b ann", + "se as", + "▁tr ust", + "bir th▁", + "19 6", + "d edic", + "Mus lim", + "ou ch▁", + "sp ending▁", + "Mr ▁L", + "even ing▁", + "Affair s,▁", + "e▁th rough▁", + "one▁ of▁his▁", + "er▁,▁ who▁", + "bo dies▁", + "ext ent▁", + "brid g", + "under lin", + "b orders▁", + "g ather", + "on ▁these▁", + "u v", + "fun eral▁", + "veh icle▁", + "y ard▁", + "▁ uh▁", + "asp ect▁", + "grand father▁", + "volunt ary▁", + "S erb", + "on ,▁", + "on▁ its▁", + "abl e▁to", + "inform ed▁", + "interest ed▁in▁", + "People 's▁", + "es▁ it▁", + "ot o▁", + "attemp ts▁", + "show s▁up▁", + "▁We▁th erefore▁", + "Portugu ese▁", + "made▁ by▁the▁", + "level s▁of▁", + "relativ ely▁", + "▁t arget", + "or▁ is▁", + "cr ash▁", + "▁He▁ also▁", + "mount ain▁", + "and ▁therefore▁", + "pre dict", + "g ender▁", + "day .", + "▁typ e▁of▁", + "p ict", + "am in", + "constitut ional▁", + "w ash", + "ut e▁", + "adopt ed▁by▁the▁", + "escap e▁.", + "refer red▁to▁", + "Sar ah▁", + "ex cit", + "ect ion▁", + "est ion▁", + "measures .", + "reform▁ of▁the▁", + "p h▁", + "bl ind▁", + "down▁ .", + "ig u", + "begin n", + "author is", + "▁technolog y▁", + "presid ent▁", + "and ▁take▁", + "'▁ .", + "new ▁Member▁Stat", + "ers▁ who▁", + "polic em", + "min ority▁", + "ensur e▁the▁", + "Econom ic▁and▁", + "rec all", + "agre ed▁", + "wish es▁to▁", + "i ently▁", + "gre en", + "decis ion▁to▁", + "eas y▁", + "decision- making▁", + "contrad ict", + "ing ,▁and▁", + "e▁th ings▁", + "ot ic▁", + "cam er", + "ell a▁", + "Member▁Stat es▁and▁", + "night▁ .", + "legitim ate▁", + "summ er▁", + "Republic▁ of▁", + "dealt▁ with▁", + "a▁s econd▁", + "inform ation▁and▁", + "▁However ,▁I▁", + "bos s▁", + "a▁ more▁", + "are d", + "oper ating▁", + "deb t▁", + "u▁ .", + "Americ a▁", + "friend s▁,▁", + "`` ▁S", + "commit ments▁", + "const ant▁", + "infra struct", + "M e", + "individ ual", + "hard ▁to▁", + "b ilateral▁", + "re iter", + "u▁ 's▁", + "mat ch", + "firm ly▁", + "conclus ion", + "Committee▁on▁the▁ Environ", + "F l", + "ist an▁", + "we alth▁", + "c ard▁", + "▁that▁ will▁", + "ly ing▁", + "lear ning▁", + "coll abor", + "destro y▁", + "execut ive▁", + "newsp ap", + "Agre ement▁", + "accord ing▁to▁the▁", + "looking▁ for▁", + "as bour", + "s▁of▁ his▁", + "lif f▁", + "servic es,▁", + "def end▁", + "organis ed▁", + "stor e▁", + "▁At▁the▁ same▁time,▁", + "we▁ do▁not▁", + "friend s▁.", + "-▁ C", + "▁tak e▁this▁", + "young▁ man▁", + "As s", + "i ou", + "ic ian▁", + "▁On▁the▁ other▁hand", + "i▁don't▁ know▁", + "2 6", + "L os▁Angel", + "doc uments▁", + "▁   ▁Mr▁President,▁", + "fisc al▁", + "includ ed▁in▁the▁", + "coordin ation▁", + "K ur", + "pat ient", + "conduc t▁", + "▁  ▁.▁ Mr▁President", + "ing -", + "he 's▁", + "▁Unfortun ately▁", + "▁tr ack▁", + "we ight▁", + "au th", + "ent ly", + "li t▁", + "ru in", + "▁It▁is ▁therefore▁", + "th -", + "ally ,▁the▁", + "speak ing▁", + "staf f", + "prim arily▁", + "a▁lo t▁", + "Y ug", + "a is", + "it▁ in▁", + "int ellect", + "min im", + "19 4", + "plan e▁", + "access ▁to▁the▁", + "vide o▁", + "reg ion.", + "ret ire", + "reach ed▁", + "deal ing▁with▁", + "P aper▁", + "ought ▁to▁", + "iel d", + "en ant▁", + "as▁ much▁", + "int ens", + "have▁ been", + "▁tak es▁a▁", + "over▁ a▁", + "ph il", + "person ally▁", + "newsp aper▁", + "individ u", + "Tr ans", + "O b", + "e am▁", + "itt le▁", + "stor m▁", + "mem ory▁", + "into▁ an▁", + "ha ir▁", + "cl in", + "if▁ she▁", + "▁Am end", + "pos itions▁", + "ance▁ .", + "challeng e▁", + "hes it", + "W at", + "l ak", + "ol l▁", + "e▁t oday▁", + "agricul t", + "2 8", + "e ous▁", + "id ay▁", + "com fort", + "larg ely▁", + "ed▁ with▁a▁", + "acc ount▁of▁", + "mill ion", + "▁I▁ believe▁", + "fe ed", + "position ▁to▁", + "custom s▁", + "B u", + "B os", + "h ol▁", + "ing ▁them", + "ri fi", + "S a", + "and▁ L", + "oub t", + "determin ed▁to▁", + "el m", + "ist er▁", + "ath an▁", + "Pr ofess", + "dead▁ .", + "ali en▁", + "insid e▁the▁", + "bigg est▁", + "ent itl", + "in▁the▁ world▁", + "democrac y▁and▁", + "guil ty▁", + "G D", + "young▁ people▁", + "reason able▁", + "ot al▁", + "what▁ I▁", + "w e▁th", + "mak ing▁the▁", + "reat en", + "fi red▁", + "Str asbour", + "b on", + "d os", + "anc ient▁", + "bas e▁", + "Sp ain▁", + "an i▁", + "acc ur", + "T ▁", + "av id▁", + "ud e▁", + "keep ▁the▁", + "▁However▁ ,▁the▁", + "cer em", + "enth usi", + "fav or", + "-in- law▁", + "Soc ialist▁", + "R ay▁", + "me .", + "simpl e▁", + "allow ▁the▁", + "fail ed▁to▁", + "ge ograph", + "V ir", + "Parliament ,▁", + "differ ence▁", + "Char l", + "Ag ency▁", + "arch it", + "in sp", + "en ess▁of▁", + "each▁other▁ .", + ".. .", + "programme .", + "el y,▁", + "cont ext▁of▁", + "row n", + "consider ▁the▁", + "driv es▁", + "D utch▁", + "c ost▁of▁", + "s aw", + "se es▁the▁", + "leav ing▁the▁", + "full▁ of▁", + "point▁of▁ view", + "b es", + "enn y▁", + ",▁for▁ example,▁", + "intervie w", + "an▁ agreement▁", + "pr int", + "so on", + "equ iv", + "s▁ were▁", + "sh are▁the▁", + "St ability▁", + "do es▁the▁", + "Engl and▁", + "mount ain", + "hund red▁", + "d ad▁", + "ac compani", + "countri es▁of▁", + "▁That▁ is▁the▁", + "alis ed▁", + "whom▁ he▁", + "can not", + "down▁ and▁", + "wif e▁.", + "t ell", + "ed▁ into▁the▁", + "loo ked▁", + "sect ion▁", + "interest s▁of▁the▁", + "ste al▁", + "mill ions▁of▁", + "eng age▁", + "nation al", + "ed▁ ,▁and▁", + "success ful", + "of▁the▁ European▁Parliament▁", + "inst all", + "expl ain▁", + "principl es▁", + "concep t▁of▁", + "- term▁", + "▁When ▁they▁", + "O n", + "V iet", + "ec om", + "his▁ family▁", + "her▁ ,▁", + "▁A s▁they▁", + "stat es▁that▁", + "ok ay▁", + "improv ed▁", + ".. .▁", + "sp ot▁", + "cor respond", + "last▁ year", + "debat e,▁", + "in evit", + "seem ingly▁", + "and▁ we▁", + "ure ly▁", + "as▁well▁ as▁the▁", + "Structural▁ Fund", + "di am", + "a▁c oupl", + "N at", + "at▁ least", + "▁W or", + "right s,▁", + "exist ence▁", + "subsequ ently▁", + "excess ive▁", + "small▁and▁medium-sized▁ enterpris", + "O '", + "sp ot", + "must▁ also▁", + "appe al", + "interest▁ in▁", + "is▁an▁ important▁", + "bri ef▁", + "int im", + "▁tri ed▁to▁", + "fall ing▁", + "interv en", + "Gre at▁", + "T V▁", + "▁that ,▁in▁", + "Ch ic", + "▁D o", + "and▁ M", + "I▁ should▁like▁to▁", + "dec lin", + "soc i", + "put▁ in▁", + "Cl int", + "un e▁", + "mor al▁", + "on▁the▁basis▁ of▁", + "T hom", + "and -", + "Stat es▁", + "rest or", + "mach ine▁", + "K h", + "s▁the▁ t", + ";▁ he▁", + "invit es▁", + "es ▁t", + "hand l", + "air craft▁", + "solut ions▁", + "d '", + "▁to▁ see▁", + "v ital", + "say ing", + "support ing▁", + "perfect ly▁", + "sav ing▁", + "or▁ in▁", + ",▁which▁ has▁", + "crow d▁", + "c ept", + "said .", + "cred its▁", + "iz e▁", + "partner ship", + "as▁well .", + "cont ract▁", + "but ▁to▁", + "curr ency▁", + "debate▁ on▁", + "John ny▁", + "▁th ough", + "y▁ .▁", + "ak sh", + "in▁the▁ area▁of▁", + "position .", + "em per", + "us ▁the▁", + "▁P ol", + "care fully▁", + "- 00", + "s▁ -▁", + "a▁ common▁", + "of▁ European▁", + "wit ch▁", + "as▁ a▁s", + "son▁ ,▁", + "▁Madam▁President ,▁I▁", + "underst and▁the▁", + "you th▁", + "comm od", + "ev en▁the▁", + "exp ensive▁", + "P ri", + "east ern▁", + "o ,▁", + "rep li", + "v eter", + "not e▁", + "member ship▁", + "differ ences▁", + "implement ing▁", + "member▁ of▁the▁", + "S us", + "if ying▁", + "work ed▁", + "report▁ and▁", + "own er▁", + "European▁Union .▁", + "und oubt", + "collect ive▁", + "wil d▁", + "ut t", + "get s▁a▁", + "fl ying▁", + "becom e▁the▁", + "concern s▁the▁", + "▁turns▁ out", + "vehic l", + "o o▁", + "just▁ a▁", + "ir ty▁", + "▁I ts▁", + "my▁ own▁", + "orig in▁", + "pic tur", + "ad m", + "os lav", + "ated▁ in▁", + "ities▁ and▁", + "regret t", + "sanc t", + "C ath", + "p as", + "pe t▁", + "up .", + "sm uggl", + "improv ement▁", + "mechanis m▁", + "ar ies▁", + "escap es▁", + "simp li", + "a ▁to", + "could▁ have▁", + "men▁ .", + "divor ce▁", + "L ind", + "ly .▁", + "Al ban", + ",▁where▁ he▁", + "▁I m", + "od d▁", + "alth ough", + "car▁ .", + "A tl", + "of ▁two▁", + "as▁ and▁", + "must▁ not▁be▁", + "▁Th ough▁", + "European▁Parliament .", + "rev olv", + "reveal ed▁that▁", + "lov es▁", + "h i▁", + "call ing▁", + "res ▁the▁", + "kill ed▁.", + "▁that▁there▁ is▁", + "period▁ of▁", + "pens ion▁", + "C iv", + "al ty▁", + "▁E l", + "see king▁", + "S y", + "for▁ example", + "into▁ account▁", + "help▁ of▁", + "perspect ive▁", + "policy▁ of▁", + "F ir", + "W e", + "we▁ all▁", + "ob vious", + "off ▁to▁", + "call▁ on▁the▁", + "S her", + "ion▁ in▁", + "comp any", + "demand s▁", + "ism .", + "abandon ed▁", + "A lex▁", + "it ing▁", + "▁P r", + "loc k▁", + ",▁this▁ is▁", + "must ▁take▁", + "uh-h uh▁", + "it▁ 's▁", + "ament al▁", + "I▁ do▁not▁", + "er▁of▁ a▁", + "H ong▁K", + "mak ing▁a▁", + "199 8", + "pa id", + "pleas ed▁to▁", + "beyond ▁the▁", + "definit ely▁", + "R en", + "form al▁", + "each▁ other", + "vol um", + "F lor", + "s y▁", + "ear s▁", + "son▁ 's▁", + "foot ball▁", + "alco hol▁", + "h ood", + "se em▁", + "ed▁by ▁this▁", + "addres s▁the▁", + "be at▁", + "enc y", + "rat ic▁", + "Parliament▁ and▁the▁", + "v ic", + "ke y", + "line▁ with▁the▁", + "ed▁ in", + "un less▁", + "has▁ an▁", + "critic ism▁", + "sanc tions▁", + ",▁ only▁to▁", + "con verg", + "b on▁", + "le g▁", + "Isl am", + "C a", + "h u", + "am a▁", + "`` ▁B", + "sc and", + "fl ood", + "direct or▁", + "how▁ much▁", + "seem ▁to▁", + "strength en▁the▁", + "suffic ient", + "c ot", + "e ach", + "spok en▁", + "`` ▁M", + "del iver▁", + "cul tur", + "\\/ ▁", + "i us▁", + "is ▁taken▁", + "att or", + "industr y.", + "subst anc", + "NG O", + "er▁ in▁the▁", + "ing▁ .▁", + "by▁ means▁of▁", + "interest s▁", + "between▁the▁ two▁", + "Yug oslav", + "' m▁", + "ers▁ have▁", + "with out", + "enter ▁the▁", + "-▁ as▁", + "art icle▁", + "want ed▁", + "oper ate▁", + "▁As▁ he▁", + "famil i", + "Res earch▁", + "s▁to▁ his▁", + "in▁this▁ House▁", + "V an▁", + "in▁ mind", + "when▁ a▁", + "valu able▁", + "▁Fir st▁of▁", + "res t▁of▁", + "ame work▁", + "▁This▁is▁ why▁", + "a▁sec ret▁", + "h ot▁", + "M ik", + "w an", + "▁therefore▁ be▁", + "S en", + "ation ,▁and▁", + "stat ist", + "▁However ,▁we▁", + "recogn ition▁", + "expect ed▁", + "aver age▁", + "f ell▁", + "St re", + "▁R aj", + "valu es▁", + "i k▁", + "fr am", + "arg ument", + "spe ed", + "lau gh", + "el ly▁", + "▁tak en", + "film▁ .", + "cor rect▁", + "categ or", + "helic op", + "C aliforn", + "m s▁", + "as su", + "di ▁", + "clos e▁to▁", + "Economic▁and▁ Monetary▁", + "1 00", + "▁tr uck▁", + "are ,▁", + "Commission▁ is▁", + "itself .", + "went y▁", + "He ad", + "v ast▁", + "en vis", + "as▁a▁ result▁of▁", + "Sec ret", + "A ustral", + "h its▁", + "bel ief", + "pri est▁", + "hon est▁", + "Tr ade▁", + "attract ive▁", + "into▁ force▁", + "start ed▁", + "deli very▁", + "consult ation▁", + "destr uct", + "F ederal▁", + "▁A b", + "sp read▁", + "will▁be▁ a▁", + "mit h▁", + "Isra el▁", + "south ern▁", + "G i", + "y▁ in▁", + "with▁ other▁", + "context▁ of▁the▁", + "de press", + "keep ing▁", + "Cour t", + "ploy ment▁", + "c ard", + "l on", + "s pl", + "at ic", + "▁I▁ was▁", + "▁It▁ also▁", + "mov es▁", + "symb ol", + "in fring", + "b are", + "ig g", + "comm it▁", + "cas h▁", + "improv ing▁", + "cal cul", + "z omb", + "and▁ other▁", + "not▁ a▁", + "cas e.", + "Ar th", + "citizen s▁of▁", + "eful ly▁", + "M iss▁", + "own▁ .", + "only▁ a▁", + "ident ifi", + "ey e▁", + "adv ic", + "a▁ ,▁a▁", + "dis miss", + "do▁ n't▁", + "shad ow▁", + "Amster dam", + "h es▁", + "s it▁", + "▁tr e▁", + "bad ly▁", + "d il", + "cl as", + "can▁ we▁", + "lat er", + "back ground▁", + "t o▁the▁", + "t op▁", + "re structur", + "200 2", + "brief ly▁", + "R ev", + "should▁ have▁", + "▁Th is", + "charact ers▁", + "p ip", + "and▁ of▁", + "im ent▁", + "sha re", + "et ty▁", + "Europe ans▁", + "ensur e▁that", + "wait ing▁", + "room ▁and▁", + "ent re", + "with▁ our▁", + "will▁ be▁the▁", + "sovere ign", + "S ing", + "v ious▁", + ",▁ her▁", + "it ime▁", + "aim ▁of▁", + "grad ually▁", + "L u", + "k en▁", + "al ist", + "disgu is", + "mar ine▁", + "my▁ colleagu", + "cap ital", + "decis ive▁", + "in▁ other▁", + "in▁the▁ European▁Union▁", + "requ ir", + "find▁ it▁", + "offic ers▁", + "provis ion▁", + "ce il", + "financ ing▁", + "institut ions,▁", + "common▁ agricultural▁", + "countri es.▁", + "M os", + "is▁ of▁", + "polic ies.", + "ter ror", + "cap it", + "lif e▁of▁", + "spe ed▁", + "hor se▁", + "EC U▁", + "Fin ancial▁", + "Ch and", + "stop ▁the▁", + "Pr ince▁", + "flex ible▁", + "e ag", + "es ▁to▁take▁", + ",▁I▁ have▁", + "deb t", + "put ▁the▁", + "are▁t wo▁", + "uck y▁", + "pill ar", + "E M", + "wher e▁there▁", + "agricul ture▁", + "i▁gu ess▁", + "A z", + "s light", + "ed▁ or▁", + "ation ▁to▁the▁", + "establish ment▁", + "e▁tr ade▁", + "pic ks▁", + "il eg", + "for ▁those▁", + "her▁ .▁", + "has▁ become▁", + "fres h▁", + "ad mitt", + "▁F rom▁", + "propos ed▁by▁the▁", + "▁Joh n▁", + "T ex", + "p has", + "am p▁", + "est iv", + "comp on", + "yst em", + "f uel", + "ri es▁", + "no body▁", + "you .", + "riv al▁", + "Al l", + "fail s▁to▁", + "convinc ed▁that▁", + ",▁ who", + "mag ic▁", + "back▁ and▁", + "conv en", + "issu e,▁", + "la unch▁", + "happ y▁to▁", + "other s,▁", + "cam era▁", + "I D", + "c old▁", + "ug g", + "à ¼", + "all ▁those▁", + "art ist▁", + "imp act", + "whether▁ or▁", + "▁W il", + "great ly▁", + "Col on", + "credib ility▁", + "n ine▁", + "200 3", + "n ur", + "spec ul", + "and▁that▁ is▁", + "i bl", + "▁H er", + "▁there▁ .", + "view▁ of▁", + "sinc er", + "gr ant▁", + ",▁who▁ was▁", + "lead ership▁", + "may be▁", + "y ing▁the▁", + "and▁the▁ other▁", + "every body▁", + "prevent ▁the▁", + "bomb ▁", + "vot e.", + "resourc es.", + "Grou p", + "-t ime▁", + "A u", + "on going▁", + "▁It▁ is▁the▁", + "point .", + "sect ors▁", + "involv es▁", + "circumst ances▁", + ",▁ will▁", + "al ter", + "ou s.", + "with▁ him▁.", + "''▁ .▁", + "▁These▁ are▁", + "sne ak", + "p ain▁", + "ol e▁", + "end eav", + "ra d▁", + "up set▁", + "▁In▁ fact", + "sa il", + "- ▁that▁", + "▁the▁ same▁", + "ing s▁.", + "on▁ which▁", + "▁M ay", + "um .", + "Mar k▁", + "K ir", + "ill a▁", + "genuin ely▁", + "▁t ext", + "rem ote▁", + "▁thank▁ you▁", + "yester day▁", + "T er", + "f ant", + "o ▁to▁", + "▁D r.▁", + "sum er▁", + "uni form▁", + "i es▁that▁", + "n urs", + "ap ol", + "citizens '▁", + "b reat", + "ri ▁", + "Council▁ and▁the▁", + "cha ir▁", + "be t▁", + "has▁ now▁", + "jo int", + "degre e▁of▁", + "Balt ic▁", + "ing ▁them▁to▁", + "ions▁ of▁the▁", + "polic y.▁", + "bur den", + "agg ress", + "dict ator", + "ag e▁and▁", + "▁H ere▁", + "put s▁", + "ani el▁", + "destr uc", + ",▁and▁ it▁", + "ed▁by▁ her▁", + "claim s▁", + "care er▁", + "S har", + "know ▁the▁", + "because▁ I▁", + "pat ient▁", + "applic ation▁of▁", + "weap ons▁", + "innov ative▁", + "dri ver", + "li qu", + "mon opol", + "countries▁ of▁the▁", + "▁that▁this▁ is▁", + "er s.▁", + "pres um", + "am▁ and▁", + "father▁ 's▁", + "hand s▁", + "offer s▁to▁", + "Wash ington▁", + "n es", + "be ing▁the▁", + "ations▁ of▁the▁", + "human▁right s,▁", + "finds▁ himself▁", + "at e", + "man▁ and▁", + "▁that▁there▁ is▁a▁", + "of▁t ie▁", + "tern al▁", + "influ enc", + "M ir", + "st imul", + "en▁ is▁", + ",▁and ▁this▁", + "E N", + "L i", + "are▁ also▁", + "has▁ happen", + "import anc", + "ations▁ for▁", + "report▁ is▁", + "des ign▁", + "father▁ .", + "C open", + "I m", + "ar n", + "ant icip", + "fa ith▁", + "Rul e▁", + "l ay▁", + "s lip", + "it ▁to▁the▁", + "say ,▁", + "Parliament ▁to▁", + "common▁ position▁", + "▁Con sequ", + "s '", + "Char li", + "stu dies▁", + "in es▁", + "▁I s", + "ast ic▁", + "has▁been▁ a▁", + "WT O", + "b ow", + "p ha", + "I▁ can▁", + "ick y▁", + "play ed▁by▁", + "▁If▁ you▁", + "wo o▁", + "con ▁", + "▁M ost▁", + "e▁tak es▁", + "avail able▁to▁", + "const itu", + "▁t w", + "re ly▁", + "see▁ a▁", + "improv ing▁the▁", + "hold ing▁", + "any▁ other▁", + "made▁ a▁", + "▁this ▁time▁", + "▁tri p", + "enter s▁the▁", + "ion al", + "ation s▁that▁", + "ity▁ .", + "Inter governmental▁", + ", ▁to▁be▁", + "p ock", + "▁that▁we▁ must▁", + "appro xim", + "old en▁", + "next▁ day▁", + "refer ence▁", + "charact er▁", + "▁The▁next▁ morning▁", + "pric es▁", + "out▁ a▁", + "fra ud", + "▁togeth er▁.", + "of ▁them", + "law▁ and▁", + "voted▁in▁favour▁ of▁the▁", + "D re", + "ro mance▁", + "am▁ .", + "develop ments▁", + "s▁in▁ order▁to▁", + "hav ing▁to▁", + "promot ion▁of▁", + "Tom my▁", + "▁Third ly,▁", + "▁S ud", + "Europe▁ is▁", + "Fund amental▁", + "▁Becaus e▁", + "P e", + "Member▁Stat es'▁", + "▁too▁ much▁", + "sever al", + "start ing▁", + "reach ▁the▁", + "believ es▁that▁", + "short ly▁", + "histor ical▁", + "hour s▁", + "k o▁", + "point ed▁out", + "▁too .", + "i ents▁", + "▁ so▁", + "includ e▁the▁", + "approach ▁to▁", + "R av", + "a▁ has▁", + "propos e▁", + "Pr inc", + "B I▁", + "▁to bacc", + "mov ement", + "vict ory▁", + "Heal th▁and▁", + "plen ary▁", + "p ed", + "ac e", + "should▁ also▁", + "marri ed▁to▁", + "grand mother▁", + "S an▁", + "s ▁that▁they▁", + "ob vious▁", + "before▁ he▁", + "above▁ all", + "and▁ un", + "de feat", + "s▁that▁ she▁", + "employ ed▁", + "– ▁and▁", + "war ning▁", + "fear ▁", + "C ur", + "kill ▁the▁", + "stre am", + "L ord▁", + "al k▁", + "grow n▁", + "olly wood▁", + "C ount", + "inv est▁", + "▁L ast▁", + "mer c", + "bod y", + "Car ol", + "knowledg e▁", + "qual ified▁", + "v ow", + "v oc", + "ed on", + "ed ,▁but▁", + "sh er", + "agre e▁to▁", + "does▁ not", + "fun ction▁", + "oper ational▁", + "200 5", + "intern ational", + "priv ileg", + "ar dis", + "st abilit", + "ab ilities▁", + "go al▁", + "lead s▁to▁", + "made▁ by▁", + "at ed▁the▁", + "▁P et", + "▁thin ks▁", + "fail ▁to▁", + "rais ed▁", + "h all", + "k in", + "we▁ also▁", + "▁We▁ need▁", + "European▁Un ion▁to▁", + "Sp ain", + "achie ve▁the▁", + "n av", + "ob ser", + "report ,▁which▁", + "m ale▁", + "s ▁to▁take▁", + "▁t end", + "we▁ were▁", + "er▁,▁ a▁", + "plac ed▁", + "here▁ in▁", + "1 ,▁", + "5 00▁", + "w ards▁", + "e▁th ey", + "St .▁", + "▁through out▁", + "Fis her", + "l ed▁to▁", + "mor e▁than", + "arrang ement", + "essential ▁to▁", + "ing ,▁the▁", + "at▁ her▁", + "it▁ .▁", + "issu es,▁", + "ate▁ a▁", + "gu est", + "ext ra▁", + "chang ed▁", + "mer g", + "seem s▁to▁be▁", + "befor e▁they▁", + "driv en▁", + "Org anis", + "E ll", + "at ▁their▁", + "su m▁", + "again .", + "deb ates▁", + "▁trad ition", + "( CO", + "e o▁", + "s  ", + "beg an▁", + "cul ture▁", + "corrup tion▁", + "gott en▁", + "Mr ▁G", + ":▁ ``", + "expl or", + "pay ments▁", + "rob b", + "▁to ▁these▁", + "rat es▁", + "chang e▁the▁", + "believ e,▁", + "AC P▁", + "▁I▁ believe▁th", + "far▁ as▁the▁", + "M aj", + "r o▁", + "at▁ .", + "oc ol▁", + "from▁ an▁", + "extrem e▁", + "Jew ish▁", + "▁tr oubl", + "po ol▁", + "countri es▁to▁", + "ve▁th eir▁", + "reluct antly▁", + "h ost▁", + "r um", + "▁ a▁", + "el le▁", + "ed ▁through▁", + "se en", + "fin ish▁", + "riv er▁", + "show ing▁", + "releas e▁", + "C roat", + "iti es.▁", + "minut es▁", + "Republ ic", + "▁t ask▁", + "ur e▁and▁", + "▁tr y▁", + "Lisbon▁ Strateg", + "in▁relation ▁to▁", + "Committee▁on▁the▁Environ ment", + "Mr ▁D", + "ext ensive▁", + "peac e▁and▁", + "responsible▁ for▁the▁", + "st ers▁", + "com es▁to▁the▁", + "-▁ a▁", + "do .", + "conclud e▁", + "-in-Office▁of▁the▁ Council", + "R E", + "wait ing▁for▁", + "c ave▁", + "ol f", + "ey es▁", + "learn s▁", + "Rom a▁", + "respect ▁the▁", + "urg e▁", + "neverth eless▁", + "N o", + "n it", + "am m", + "Mr ▁F", + "acc used▁", + "situ ations▁", + "▁That▁ night▁", + "driv er▁", + "aware▁ of▁", + "% .", + "or▁ a▁", + "▁tri p▁", + "convers ation▁", + "ions▁ .", + "Israel i▁", + "s ing▁", + "my▁ fellow▁M", + "lab or", + "an -", + "ac compl", + "are▁ still▁", + "ar▁ and▁", + "inc id", + "ed▁by▁ an▁", + "lif e.", + "hear s▁", + "clos ed▁", + "call▁ for▁", + "suppos ed▁to▁", + "▁traffic king▁", + "E ur", + "ass a", + "od d", + "plac e▁to▁", + "los s▁of▁", + "et .", + "▁W ill▁", + "▁N ov", + "subsid i", + "L or", + "in ▁those▁", + "t▁ is▁", + "ion s.▁", + "clos er▁", + "simp lif", + "basis▁ for▁", + "emb er,▁", + "provid e▁the▁", + "w w", + "in▁ is▁", + "ag e▁,▁", + "a▁s ystem▁", + "report▁ (A", + "sens e▁of▁", + "s▁ who▁", + "om et", + "wh elm", + "le f", + "enc ies▁", + "product s.", + "neighbor hood▁", + "of ▁toe▁", + "et▁ .", + "conditions▁ for▁", + "people 's▁", + "D oc", + "s outh▁", + "ing s▁of▁", + "countri es▁that▁", + "sol d▁", + "▁trad ing▁", + "e er", + "u j", + "▁O r", + "nam e▁of▁", + "other ▁than▁", + "capt ain▁", + "1 8▁", + "K al", + "y cl", + "or ous▁", + "am bus", + "of▁ all▁", + "wor se▁", + "comp uls", + ". .▁", + "s oft", + "w ine▁", + "lik e▁that▁", + "are s▁", + "crimin al", + "deal ing▁", + "exampl e▁of▁", + "ha k", + "▁think ▁that▁", + "with in▁a▁", + "what▁ was▁", + "cooper ate▁", + "sever e▁", + "D o", + "M er", + "res ol", + "▁I▁ must▁", + "such▁ an▁", + "protect ion.", + "yester day", + "m ad▁", + "require d▁to▁", + "finds▁ out▁", + "disast er▁", + ",▁ both▁", + "▁It▁ would▁be▁", + "▁G e", + "creat ing▁a▁", + "promot e▁the▁", + "business es▁", + "part s▁of▁the▁", + "sum mar", + "introduc es▁", + "mob ility▁", + "c ann", + "un conscious▁", + "echn olog", + "product ive▁", + "knoc ks▁", + "J e", + "which▁ would▁", + ",▁the▁ European▁Union▁", + "low -", + "en g▁", + ",▁ ``", + "ing ▁those▁", + "manag ement", + "market s▁", + "role▁ in▁the▁", + "F o", + "and▁ for▁", + "ac ul", + "pos ition▁of▁", + "grat eful", + "impos e▁", + "1 1▁", + "▁Mr .▁", + "exper iment", + "L iber", + "b le", + "ly -", + "f asc", + "continu ed▁", + "▁In▁the▁ end▁", + "applic ation▁of▁the▁", + "inno c", + "▁t ▁", + "ar y.", + "forc ed▁", + "accept able▁", + "attent ion", + "iel d▁", + "phot ograp", + "Serv ice▁", + "th- century▁", + "her▁ own▁", + "Commission▁ has▁", + "cho ose▁", + "principl es▁of▁", + "▁technolog ical▁", + "Sum mit▁", + "suff er▁", + "is od", + "g ay▁", + ",▁ having▁", + "ic hel", + "pl ot", + "other ▁thing", + "ism▁ and▁", + "▁ther e.", + "Eli zab", + ") .▁", + "i x▁", + "s ong", + "an no", + "a▁ and▁the▁", + "▁S ever", + "you ▁that▁", + "lo st", + "near ▁the▁", + "exerc ise▁", + "as▁regard s▁the▁", + "undoubt edly▁", + "f eder", + ",▁ for▁the▁", + "negoti ations.", + "hon est", + "0 .", + "S af", + "Y ou▁", + "act s▁", + "is▁the▁ only▁", + "help ing▁", + "jour ney▁", + "G l", + "l ar", + "ne gl", + "att end▁", + "▁th rown▁", + "sh ock▁", + "Con sumer▁", + "fall▁ in▁love▁", + "advert is", + ",▁ whose▁", + "▁I rel", + "ex ha", + "pr en", + "restrict ions▁", + "P aul", + "get ▁to▁", + ",▁we▁ will▁", + "light▁ of▁the▁", + "phil os", + "▁t our", + "ation▁ and▁the▁", + "down ▁to▁", + "Bar cel", + "k is", + "wor st▁", + ",▁which▁ will▁", + "cho ol▁", + "▁The▁ European▁Parliament▁", + "we b", + "plac es▁", + "ed ?", + "econom ic", + "lif est", + "fo rem", + "half -", + "ro of▁", + "secur ity,▁", + "p up", + "pro of▁", + "him ▁to▁the▁", + "ing▁to▁ a▁", + "wom an", + "refer red", + "democrac y.", + "A pril▁", + "pos itiv", + "litt l", + "reduc ed▁", + "contribut ion▁", + "▁Unfortun ately,▁", + "ie▁ is▁", + "sens e▁", + "▁W ell", + "▁take▁ a▁", + "call s▁for▁", + "both▁ sid", + "f right", + "s h▁", + "out lin", + "wr ite▁", + "n ess▁and▁", + "oper ations▁", + "know ing▁", + "pleas e▁", + "Constitut ional▁", + "I N", + "à ­", + "▁they▁ can▁", + "gu y▁", + "drug s▁", + "illegal▁ immigr", + "s▁,▁ a▁", + "lead ers▁", + "c eas", + "larg er▁", + "sist er▁,▁", + "money▁ and▁", + "fair ly▁", + "bi o", + "▁I▁ believe▁that▁the▁", + "among st▁", + "suffic iently▁", + "exchang e▁of▁", + "b id", + "mult ipl", + "Intern al▁", + "Kosov o▁", + "famili ar▁", + "re press", + "and er▁", + "with▁ no▁", + "one▁ .", + "▁We▁ have▁to▁", + "a▁situ ation▁", + "gh ost▁", + "▁there▁ was▁", + "it▁is▁ also▁", + "▁J ack▁", + "in▁term s▁of▁the▁", + "flex ib", + "does n't▁", + "th▁ centur", + "des ert", + "199 7", + "▁thank s▁to▁", + "Constitut ion▁", + "cy cle▁", + "conc ept", + "was h▁", + "▁turn ed▁", + "P or", + "S )", + "l it", + ".▁ It▁", + "per pet", + "dis advantag", + "ep h▁", + "▁thes e▁two▁", + "rail way▁", + "mand ate▁", + "4 .", + "▁I▁ shall▁", + "af fect▁", + "ask ed▁to▁", + "receiv es▁a▁", + "developing▁ countries▁", + "N av", + "l ord▁", + "ex emp", + "ass ist▁", + "just ▁the▁", + "stu ff▁", + "fal se▁", + "L ef", + "h ired▁", + "re b", + "suit able▁", + "▁ ``", + "US A", + "unaccept able▁", + "L aw", + "S il", + "d ating▁", + "it▁ has▁been▁", + "pow er▁to▁", + ",▁P ublic▁", + "bind ing▁", + "more▁and▁ more▁", + "B ig", + "d a▁", + "in her", + "▁The▁ only▁", + "me at▁", + "Parliament▁ has▁", + "New▁York▁ City▁", + "S A", + "s ▁that", + "s▁ into▁the▁", + "ab duc", + "increas e▁in▁the▁", + "express ed▁", + "origin ally▁", + "Rep resent", + "hag en▁", + "ch est", + "▁We▁ can▁", + "work▁ of▁the▁", + "lab ell", + "ro y", + "and y▁", + "par all", + "polic e▁.", + "au d▁", + "about ▁their▁", + "after▁ he▁", + "many▁ of▁", + "d ar", + "m ac", + "s la", + "at is", + "emb ly▁", + "is▁a▁ very▁", + "institut ion▁", + "secur ity.", + "children▁ .", + "competitiv eness▁", + "B ugs▁", + "r ent▁", + "▁We▁ do▁not▁", + "as▁ .", + "In stitut", + "surv e", + "pursu e▁", + "helicop ter▁", + "/ 0", + "es ▁their▁", + "se iz", + "sl aught", + "Jan uary▁", + "passeng ers▁", + "el ig", + "▁P eop", + "concern ed.", + "support ▁this▁", + "intellect ual▁", + "s▁ will▁", + "Mar ch▁", + "responsibility▁ for▁", + "h t" + ] + } +} \ No newline at end of file