diff --git "a/tokenizer.json" "b/tokenizer.json" new file mode 100644--- /dev/null +++ "b/tokenizer.json" @@ -0,0 +1,19970 @@ +{ + "version": "1.0", + "truncation": { + "direction": "Right", + "max_length": 128, + "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 + } + ], + "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, + "0": 18, + "1": 19, + "2": 20, + "3": 21, + "4": 22, + "5": 23, + "6": 24, + "7": 25, + "8": 26, + "9": 27, + ":": 28, + ";": 29, + "=": 30, + ">": 31, + "?": 32, + "@": 33, + "A": 34, + "B": 35, + "C": 36, + "D": 37, + "E": 38, + "F": 39, + "G": 40, + "H": 41, + "I": 42, + "J": 43, + "K": 44, + "L": 45, + "M": 46, + "N": 47, + "O": 48, + "P": 49, + "Q": 50, + "R": 51, + "S": 52, + "T": 53, + "U": 54, + "V": 55, + "W": 56, + "X": 57, + "Y": 58, + "Z": 59, + "[": 60, + "\\": 61, + "]": 62, + "_": 63, + "`": 64, + "a": 65, + "b": 66, + "c": 67, + "d": 68, + "e": 69, + "f": 70, + "g": 71, + "h": 72, + "i": 73, + "j": 74, + "k": 75, + "l": 76, + "m": 77, + "n": 78, + "o": 79, + "p": 80, + "q": 81, + "r": 82, + "s": 83, + "t": 84, + "u": 85, + "v": 86, + "w": 87, + "x": 88, + "y": 89, + "z": 90, + "{": 91, + "|": 92, + "}": 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, + "e▁": 177, + "▁t": 178, + "s▁": 179, + "▁th": 180, + "in": 181, + "an": 182, + "t▁": 183, + "er": 184, + "on": 185, + "d▁": 186, + "▁the▁": 187, + "en": 188, + ",▁": 189, + "y▁": 190, + "re": 191, + "o▁": 192, + "or": 193, + "at": 194, + "ar": 195, + "al": 196, + "it": 197, + "ou": 198, + "of": 199, + "ing": 200, + "ion": 201, + "is▁": 202, + "a▁": 203, + "and▁": 204, + "is": 205, + "ro": 206, + "ic": 207, + "er▁": 208, + "▁to▁": 209, + "es": 210, + "th": 211, + "ing▁": 212, + "ed▁": 213, + "il": 214, + "of▁": 215, + "om": 216, + "es▁": 217, + "st": 218, + "h▁": 219, + "el": 220, + "ha": 221, + "in▁": 222, + "for": 223, + "an▁": 224, + "ac": 225, + "ec": 226, + "ent": 227, + "ion▁": 228, + "at▁": 229, + "em": 230, + "wh": 231, + "al▁": 232, + "im": 233, + "he▁": 234, + "ve▁": 235, + "as": 236, + "ur": 237, + "ed": 238, + "am": 239, + "ol": 240, + "▁T": 241, + "ow": 242, + "l▁": 243, + "us": 244, + "en▁": 245, + "id": 246, + "ly▁": 247, + "pro": 248, + "un": 249, + "res": 250, + "ir": 251, + "and": 252, + "le": 253, + "wit": 254, + "of▁the▁": 255, + "ri": 256, + "▁that▁": 257, + "e▁th": 258, + "con": 259, + "ad": 260, + "as▁": 261, + "on▁": 262, + "ent▁": 263, + "ag": 264, + "os": 265, + "li": 266, + "op": 267, + "et": 268, + "ab": 269, + "e▁t": 270, + "▁I": 271, + "ver": 272, + "su": 273, + "no": 274, + "pe": 275, + "his▁": 276, + "k▁": 277, + "for▁": 278, + "it▁": 279, + "▁to": 280, + "ul": 281, + "com": 282, + "gh": 283, + "be": 284, + "pl": 285, + "ex": 286, + "'s▁": 287, + "oun": 288, + "ak": 289, + "are▁": 290, + "int": 291, + "be▁": 292, + "in▁the▁": 293, + "ap": 294, + "sh": 295, + "▁The▁": 296, + "ch": 297, + "por": 298, + "ut": 299, + "our": 300, + "with▁": 301, + "ation▁": 302, + "ation": 303, + "ld▁": 304, + "▁the": 305, + "we▁": 306, + "have▁": 307, + "le▁": 308, + "ev": 309, + "m▁": 310, + "n▁": 311, + "her▁": 312, + "▁this▁": 313, + "ect": 314, + "not▁": 315, + "uro": 316, + "Euro": 317, + "ould▁": 318, + "▁A": 319, + "if": 320, + "ne": 321, + "ill▁": 322, + "whic": 323, + "bu": 324, + "se": 325, + "e▁to▁": 326, + "oc": 327, + "ce▁": 328, + "ay": 329, + "all": 330, + "by▁": 331, + "ere▁": 332, + "iv": 333, + "qu": 334, + "p▁": 335, + "or▁": 336, + "Europe": 337, + "has▁": 338, + "▁W": 339, + "par": 340, + "uc": 341, + "end": 342, + ",▁the▁": 343, + "which▁": 344, + "oth": 345, + "est": 346, + "mis": 347, + "at▁the▁": 348, + "de": 349, + "port": 350, + ",▁and▁": 351, + "Com": 352, + "fro": 353, + "e▁the▁": 354, + "s.": 355, + "ot": 356, + "ive▁": 357, + "wor": 358, + "ay▁": 359, + "ers▁": 360, + "ic▁": 361, + "act": 362, + "▁M": 363, + "I▁": 364, + "pos": 365, + "will▁": 366, + "ist": 367, + "ity▁": 368, + "gr": 369, + "with": 370, + "European▁": 371, + "ir▁": 372, + "▁to▁the▁": 373, + "ear": 374, + "him": 375, + "so▁": 376, + "ant": 377, + "um": 378, + "ess": 379, + "ate▁": 380, + "ra": 381, + "miss": 382, + "out▁": 383, + "ig": 384, + "but▁": 385, + "▁H": 386, + "cl": 387, + "oo": 388, + "ing▁the▁": 389, + "s▁to▁": 390, + "▁S": 391, + "bl": 392, + "rec": 393, + "ow▁": 394, + "on▁the▁": 395, + "one▁": 396, + "all▁": 397, + "our▁": 398, + "fin": 399, + "di": 400, + "s,▁": 401, + "w▁": 402, + "ust▁": 403, + "str": 404, + "per": 405, + "who▁": 406, + "▁I▁": 407, + "and▁the▁": 408, + "ain": 409, + "ally▁": 410, + "ill": 411, + "e.": 412, + "Commiss": 413, + "over": 414, + "ment": 415, + "ies▁": 416, + "ght": 417, + "▁.": 418, + "me": 419, + "ed▁to▁": 420, + "emb": 421, + "▁and▁": 422, + "pol": 423, + "▁they▁": 424, + "ob": 425, + "enc": 426, + "s▁and▁": 427, + "att": 428, + "you": 429, + "dis": 430, + "et▁": 431, + "▁P": 432, + "ff": 433, + "was▁": 434, + "e▁of▁": 435, + "pr": 436, + "der": 437, + "▁their▁": 438, + "s▁of▁": 439, + "out": 440, + "resid": 441, + "cont": 442, + "av": 443, + "ount": 444, + "ment▁": 445, + "St": 446, + "e,▁": 447, + "▁tr": 448, + "i▁": 449, + "y▁the▁": 450, + "▁Th": 451, + "ar▁": 452, + "ong": 453, + "anc": 454, + "would▁": 455, + "other▁": 456, + "from▁": 457, + "sp": 458, + "ang": 459, + "s▁the▁": 460, + "she▁": 461, + "Un": 462, + "y,▁": 463, + "ial▁": 464, + "ud": 465, + "also▁": 466, + "reg": 467, + "for▁the▁": 468, + "bec": 469, + "ght▁": 470, + "si": 471, + "-▁": 472, + "ard": 473, + "mor": 474, + "man": 475, + "ep": 476, + "hat▁": 477, + "ov": 478, + "e▁.": 479, + "ft": 480, + "f▁": 481, + "its▁": 482, + "part": 483, + "been▁": 484, + "e▁,▁": 485, + "▁tak": 486, + "es▁to▁": 487, + "count": 488, + "inc": 489, + "ell": 490, + "y.": 491, + "we": 492, + "e▁and▁": 493, + "ey▁": 494, + "es.": 495, + "can▁": 496, + "comp": 497, + "her": 498, + "lik": 499, + "ie": 500, + "should▁": 501, + "you▁": 502, + "▁that": 503, + "comm": 504, + "▁that▁the▁": 505, + "pres": 506, + "with▁the▁": 507, + "do": 508, + "ern": 509, + "som": 510, + "mak": 511, + "▁B": 512, + "aus": 513, + "▁them": 514, + "ant▁": 515, + "ch▁": 516, + "mar": 517, + "ever": 518, + "must▁": 519, + "ass": 520, + "acc": 521, + "ions▁": 522, + "itt": 523, + "iz": 524, + "▁We▁": 525, + "ous": 526, + "cr": 527, + "00": 528, + "port▁": 529, + "Mr": 530, + "are": 531, + "Par": 532, + "sel": 533, + "liam": 534, + "ous▁": 535, + "il▁": 536, + "by▁the▁": 537, + "kn": 538, + ",▁but▁": 539, + "'▁": 540, + "resident": 541, + "▁It▁": 542, + "own▁": 543, + "co": 544, + "dec": 545, + "ens": 546, + "him▁": 547, + "ain▁": 548, + "ing▁to▁": 549, + "ember▁": 550, + "tur": 551, + "reat": 552, + "po": 553, + "up": 554, + "go": 555, + "ical▁": 556, + "form": 557, + "ely▁": 558, + "a▁s": 559, + "abl": 560, + "ese▁": 561, + "from": 562, + "ind": 563, + "polic": 564, + "t▁of▁": 565, + "up▁": 566, + "ed▁by▁": 567, + "aw": 568, + "ary▁": 569, + "duc": 570, + "eth": 571, + "ure": 572, + "y▁to▁": 573, + "pre": 574, + "year": 575, + "s▁.": 576, + "▁F": 577, + "od": 578, + "ack": 579, + "ad▁": 580, + "fer": 581, + "do▁": 582, + "rou": 583, + "econ": 584, + "ence▁": 585, + "sid": 586, + "ans": 587, + "icul": 588, + "Stat": 589, + "he": 590, + "og": 591, + "fir": 592, + "very▁": 593, + "au": 594, + "ounc": 595, + "mon": 596, + "ach": 597, + "Commission": 598, + "es,▁": 599, + "▁O": 600, + "▁President": 601, + "bet": 602, + "Parliam": 603, + "so": 604, + "st▁": 605, + "▁there▁": 606, + "more▁": 607, + "prov": 608, + "ish": 609, + "ement": 610, + "e▁that▁": 611, + "sup": 612, + "it▁is▁": 613, + "ance▁": 614, + "able▁": 615, + "ast": 616, + "ess▁": 617, + "work": 618, + "my▁": 619, + "Commission▁": 620, + "am▁": 621, + "und": 622, + "resp": 623, + "fe": 624, + "ack▁": 625, + "Ch": 626, + "▁This▁": 627, + "sa": 628, + "peop": 629, + "leg": 630, + "est▁": 631, + "ef": 632, + "er▁,▁": 633, + "▁Mr": 634, + "end▁": 635, + "EU": 636, + "erv": 637, + "ust": 638, + "el▁": 639, + "arg": 640, + "propos": 641, + "import": 642, + "into▁": 643, + "ement▁": 644, + "art": 645, + "from▁the▁": 646, + "what▁": 647, + "min": 648, + "s▁that▁": 649, + "becaus": 650, + "Counc": 651, + "conc": 652, + "fter▁": 653, + "inv": 654, + "dev": 655, + "rat": 656, + "agre": 657, + "ose▁": 658, + "fi": 659, + "rel": 660, + "is▁a▁": 661, + "us▁": 662, + "when▁": 663, + "not": 664, + "ure▁": 665, + "o▁the▁": 666, + "bel": 667, + "but": 668, + "fl": 669, + "no▁": 670, + "ast▁": 671, + "ed.": 672, + "▁Wh": 673, + "▁tim": 674, + "oll": 675, + ",▁I▁": 676, + "only▁": 677, + "hel": 678, + "ry▁": 679, + "``": 680, + "get": 681, + "reas": 682, + "id▁": 683, + "wel": 684, + "elop": 685, + "pu": 686, + "ood▁": 687, + "wo▁": 688, + "ember▁Stat": 689, + "sc": 690, + "in▁a▁": 691, + "rem": 692, + "sib": 693, + "ations▁": 694, + "▁He▁": 695, + " ": 696, + "right": 697, + "ks▁": 698, + "ost▁": 699, + "▁D": 700, + "new▁": 701, + "European▁Un": 702, + "about▁": 703, + "▁In▁": 704, + "eg": 705, + "off": 706, + "fr": 707, + "ug": 708, + "ated▁": 709, + "dem": 710, + "es▁the▁": 711, + "th▁": 712, + "gh▁": 713, + "eng": 714, + "ational▁": 715, + "ion.": 716, + "fore▁": 717, + ",▁which▁": 718, + "oy": 719, + "under": 720, + "ile▁": 721, + "ord": 722, + "en▁the▁": 723, + "ore": 724, + "ip": 725, + "any▁": 726, + "man▁": 727, + "countri": 728, + "â€": 729, + "ious▁": 730, + "inter": 731, + "ext": 732, + "is▁the▁": 733, + "s▁,▁": 734, + "work▁": 735, + "▁L": 736, + "develop": 737, + "dr": 738, + "ve▁th": 739, + "ing▁a▁": 740, + "▁these▁": 741, + "e▁of▁the▁": 742, + "ener": 743, + "ion▁of▁": 744, + "Comm": 745, + "gu": 746, + "had▁": 747, + "fri": 748, + "lo": 749, + "disc": 750, + "ject": 751, + "proc": 752, + "ard▁": 753, + "▁In": 754, + "rect": 755, + "ade▁": 756, + "▁Mr▁President": 757, + "riv": 758, + "ia▁": 759, + "▁,▁": 760, + "being▁": 761, + "es▁and▁": 762, + "Member▁Stat": 763, + "betwe": 764, + "ail": 765, + "sub": 766, + "ign": 767, + "again": 768, + "ed▁the▁": 769, + "econom": 770, + "ere": 771, + "ish▁": 772, + "way": 773, + "people▁": 774, + "issu": 775, + "age▁": 776, + "bas": 777, + "king▁": 778, + "cap": 779, + "ong▁": 780, + "lear": 781, + "get▁": 782, + "ed▁in▁": 783, + "rev": 784, + "ert": 785, + "dif": 786, + "now▁": 787, + "cas": 788, + "s▁in▁": 789, + "soc": 790, + "ict": 791, + "sol": 792, + "▁C": 793, + "quest": 794, + "ory▁": 795, + "ann": 796, + "br": 797, + "want": 798, + "as▁a▁": 799, + "say": 800, + "clud": 801, + "read": 802, + "hap": 803, + "just▁": 804, + "where▁": 805, + "plac": 806, + "mark": 807, + "as▁the▁": 808, + "oper": 809, + "iti": 810, + "row": 811, + "some▁": 812, + "report▁": 813, + "▁N": 814, + "s▁a▁": 815, + "giv": 816, + "sy": 817, + "eff": 818, + "ily▁": 819, + "becom": 820, + "200": 821, + "such▁": 822, + "polit": 823, + "fact": 824, + "were▁": 825, + "ly": 826, + "ect▁": 827, + "ach▁": 828, + "if▁": 829, + "know": 830, + "overn": 831, + "make▁": 832, + "▁then▁": 833, + "kill": 834, + "▁thin": 835, + "des": 836, + "ame▁": 837, + "inst": 838, + "▁take▁": 839, + "bo": 840, + "em▁": 841, + "emp": 842, + "about": 843, + "respon": 844, + "▁them▁": 845, + "does▁": 846, + "ma": 847, + "will▁be▁": 848, + "hum": 849, + "ed▁by▁the▁": 850, + "ult": 851, + "has▁been▁": 852, + "ice▁": 853, + "er▁.": 854, + "▁R": 855, + "probl": 856, + "lif": 857, + ",▁we▁": 858, + "ite▁": 859, + "old▁": 860, + "chang": 861, + "ian▁": 862, + "ation▁of▁": 863, + "Parliament▁": 864, + "ful": 865, + "ition": 866, + "to▁": 867, + "like▁to▁": 868, + "sur": 869, + ",▁a▁": 870, + "air": 871, + "fam": 872, + "hi": 873, + "most▁": 874, + "19": 875, + "itut": 876, + "ine▁": 877, + "ight▁": 878, + "▁throu": 879, + "serv": 880, + "ound▁": 881, + "duct": 882, + "particul": 883, + "how": 884, + "fac": 885, + "▁to▁be▁": 886, + "ound": 887, + "wom": 888, + "er▁of▁": 889, + "B-▁": 890, + "es▁of▁": 891, + "hom": 892, + "ept": 893, + "fre": 894, + "day▁": 895, + "many▁": 896, + "stat": 897, + "find": 898, + "▁J": 899, + "beg": 900, + "vot": 901, + "ities▁": 902, + "prot": 903, + "can": 904, + "fil": 905, + ",▁who▁": 906, + "after▁": 907, + "s▁are▁": 908, + "mer": 909, + "Council▁": 910, + "itte": 911, + "with▁a▁": 912, + "sec": 913, + "report": 914, + "'t▁": 915, + "▁How": 916, + "ist▁": 917, + "y▁and▁": 918, + "add": 919, + "in▁this▁": 920, + "fat": 921, + "because▁": 922, + "ue▁": 923, + "▁ter": 924, + "direct": 925, + "gl": 926, + "-L": 927, + ";▁": 928, + "well▁": 929, + "own": 930, + "rap": 931, + "way▁": 932, + "first▁": 933, + "▁that▁we▁": 934, + "cur": 935, + "ility▁": 936, + "for▁a▁": 937, + "om▁": 938, + "includ": 939, + "itu": 940, + "both": 941, + "s▁of▁the▁": 942, + ":▁": 943, + "vis": 944, + "ire": 945, + "order": 946, + "▁It▁is▁": 947, + "cour": 948, + "belie": 949, + ",▁in▁": 950, + "org": 951, + "0▁": 952, + "ul▁": 953, + "son▁": 954, + "deb": 955, + "publ": 956, + "vi": 957, + "able▁to▁": 958, + "ition▁": 959, + "▁trans": 960, + "g▁": 961, + "contin": 962, + "gre": 963, + "chil": 964, + "ret": 965, + "Europ": 966, + "ext▁": 967, + "lat": 968, + "ever▁": 969, + "ip▁": 970, + "▁those▁": 971, + "concern": 972, + "car": 973, + "call": 974, + "grou": 975, + "▁They▁": 976, + "loo": 977, + "▁On": 978, + "inform": 979, + "▁E": 980, + "let": 981, + ",▁as▁": 982, + "lev": 983, + "ing.": 984, + "ech": 985, + "ld": 986, + "sum": 987, + "even▁": 988, + "appro": 989, + "es▁that▁": 990, + "In": 991, + "while▁": 992, + "rit": 993, + "cit": 994, + "political▁": 995, + "spec": 996, + "ph": 997, + "ick": 998, + "eal": 999, + "▁G": 1000, + "nam": 1001, + "opt": 1002, + "EU▁": 1003, + "retur": 1004, + ",▁to▁": 1005, + "of▁this▁": 1006, + "ual▁": 1007, + "stand": 1008, + "hear": 1009, + "day": 1010, + "ide▁": 1011, + "ter": 1012, + "over▁": 1013, + "impl": 1014, + "pri": 1015, + "ation.": 1016, + "financ": 1017, + "empl": 1018, + "ually▁": 1019, + "es▁.": 1020, + "▁She▁": 1021, + "present": 1022, + "could▁": 1023, + "amp": 1024, + "which": 1025, + "An": 1026, + "intern": 1027, + "still▁": 1028, + "fort": 1029, + "ie▁": 1030, + "um▁": 1031, + "foll": 1032, + "umb": 1033, + "arm": 1034, + "bro": 1035, + "lead": 1036, + "ib": 1037, + "fund": 1038, + "ilit": 1039, + "govern": 1040, + "ed▁and▁": 1041, + "cre": 1042, + "important▁": 1043, + "European▁Union▁": 1044, + "economic▁": 1045, + "Parliament": 1046, + "rac": 1047, + "cc": 1048, + "cho": 1049, + "▁there": 1050, + ",▁he▁": 1051, + "hous": 1052, + "meet": 1053, + "loc": 1054, + "ship▁": 1055, + "la": 1056, + "ific": 1057, + "gram": 1058, + "hop": 1059, + "regard": 1060, + "back": 1061, + "a▁t": 1062, + "imp": 1063, + "ings▁": 1064, + "ood": 1065, + "made▁": 1066, + "real": 1067, + "have▁been▁": 1068, + "struc": 1069, + "larg": 1070, + "point": 1071, + "med": 1072, + "syst": 1073, + "liv": 1074, + "father▁": 1075, + "ough▁": 1076, + "support": 1077, + "consid": 1078, + "▁A▁": 1079, + "unt": 1080, + "ed,▁": 1081, + "ime▁": 1082, + "vir": 1083, + "aff": 1084, + "ort": 1085, + "cert": 1086, + "run": 1087, + "self▁": 1088, + "▁As▁": 1089, + "need": 1090, + "ently▁": 1091, + "''▁": 1092, + "uch▁": 1093, + "increas": 1094, + "x▁": 1095, + "ating▁": 1096, + "happ": 1097, + "has": 1098, + "olv": 1099, + "ke": 1100, + "e▁in▁": 1101, + "youn": 1102, + "▁than": 1103, + "decis": 1104, + "know▁": 1105, + "situ": 1106, + "ial": 1107, + "''": 1108, + "possib": 1109, + "into▁the▁": 1110, + "▁two▁": 1111, + "dra": 1112, + "meas": 1113, + "back▁": 1114, + "ited▁": 1115, + "vie": 1116, + "er▁and▁": 1117, + "mo": 1118, + "mot": 1119, + "fut": 1120, + "lin": 1121, + "iev": 1122, + "exp": 1123, + "eur": 1124, + "ut▁": 1125, + "old": 1126, + "forc": 1127, + "problem": 1128, + "hav": 1129, + "Fr": 1130, + "vent": 1131, + "expl": 1132, + "decid": 1133, + "particular": 1134, + "ative▁": 1135, + "human▁": 1136, + "mov": 1137, + "spe": 1138, + "ional▁": 1139, + "follow": 1140, + "citiz": 1141, + "int▁": 1142, + "det": 1143, + "e▁to": 1144, + "ning▁": 1145, + "film▁": 1146, + "ther▁": 1147, + "regul": 1148, + "aim": 1149, + "beh": 1150, + "▁That▁": 1151, + "good▁": 1152, + "all▁the▁": 1153, + "e-": 1154, + "employ": 1155, + "like▁": 1156, + "ents▁": 1157, + "▁this": 1158, + "▁Mr▁President,▁": 1159, + "ends▁": 1160, + "protect": 1161, + "program": 1162, + "ittee▁": 1163, + "▁tell": 1164, + "manag": 1165, + "es▁a▁": 1166, + "ed▁.": 1167, + "jo": 1168, + "pris": 1169, + "requ": 1170, + "unity▁": 1171, + "Con": 1172, + "of▁a▁": 1173, + "countries▁": 1174, + "is▁not▁": 1175, + "go▁": 1176, + "ed▁in▁the▁": 1177, + "bud": 1178, + "social▁": 1179, + "much▁": 1180, + "ath": 1181, + "every": 1182, + "press": 1183, + "▁tra": 1184, + "compet": 1185, + "ree▁": 1186, + "should▁be▁": 1187, + "succ": 1188, + "fter": 1189, + "amend": 1190, + "equ": 1191, + "differ": 1192, + "continu": 1193, + "empt": 1194, + "between▁": 1195, + "du": 1196, + "wat": 1197, + "have▁to▁": 1198, + "do▁not▁": 1199, + "effect": 1200, + "del": 1201, + "clear": 1202, + "pow": 1203, + "app": 1204, + "▁When▁": 1205, + "▁There▁": 1206, + "need▁to▁": 1207, + "ency▁": 1208, + "family▁": 1209, + "appe": 1210, + "self": 1211, + "curr": 1212, + "olog": 1213, + "``▁": 1214, + ",▁and": 1215, + "find▁": 1216, + "-LR": 1217, + "ing▁and▁": 1218, + "e▁to▁the▁": 1219, + "ments▁": 1220, + "alread": 1221, + "ans▁": 1222, + "t▁of▁the▁": 1223, + "gir": 1224, + "other": 1225, + "ing▁that▁": 1226, + "Europe▁": 1227, + "se▁": 1228, + "begin": 1229, + "on▁a▁": 1230, + "both▁": 1231, + "friend▁": 1232, + "viron": 1233, + "matt": 1234, + "▁tri": 1235, + "give▁": 1236, + "Council": 1237, + "rul": 1238, + "long": 1239, + "must▁be▁": 1240, + "ies▁and▁": 1241, + "tr": 1242, + "love▁": 1243, + "next▁": 1244, + "ici": 1245, + "’": 1246, + "numb": 1247, + "your▁": 1248, + "peri": 1249, + "responsib": 1250, + "nec": 1251, + "a.": 1252, + "cor": 1253, + "before▁": 1254, + "ight": 1255, + "policy▁": 1256, + "him▁.": 1257, + "about▁the▁": 1258, + "Mar": 1259, + "product": 1260, + "return": 1261, + "last▁": 1262, + "ty▁": 1263, + "discus": 1264, + "▁After▁": 1265, + "how▁": 1266, + "sist": 1267, + "ly,▁": 1268, + ".▁": 1269, + "olut": 1270, + "dur": 1271, + "may▁": 1272, + "ris": 1273, + "proposal": 1274, + "sect": 1275, + "ser": 1276, + "ath▁": 1277, + "new": 1278, + "consider": 1279, + "does▁not▁": 1280, + "ave▁": 1281, + "son": 1282, + "Ar": 1283, + "order▁to▁": 1284, + "n't▁": 1285, + "me▁": 1286, + "leav": 1287, + "already▁": 1288, + "help▁": 1289, + "support▁": 1290, + "ion,▁": 1291, + "gener": 1292, + "down▁": 1293, + "see▁": 1294, + "ation▁of▁the▁": 1295, + "thor": 1296, + "hand": 1297, + "believe▁th": 1298, + "ros": 1299, + "ot▁": 1300, + "bus": 1301, + "ep▁": 1302, + "cooper": 1303, + "a▁and▁": 1304, + "we▁are▁": 1305, + "uh▁": 1306, + "alth": 1307, + "le.": 1308, + "fur": 1309, + "Presid": 1310, + "public▁": 1311, + "ures▁": 1312, + "each▁": 1313, + "▁tur": 1314, + "ether▁": 1315, + "vers": 1316, + "come▁": 1317, + "adopt": 1318, + "job": 1319, + "against▁": 1320, + "ident": 1321, + "citizen": 1322, + "financial▁": 1323, + "play": 1324, + ",▁they▁": 1325, + "form▁": 1326, + "er,▁": 1327, + "national▁": 1328, + "es▁in▁": 1329, + "high": 1330, + "cent": 1331, + "ik": 1332, + "▁An": 1333, + "strat": 1334, + "got": 1335, + "▁Al": 1336, + "cannot▁": 1337, + "ind▁": 1338, + "col": 1339, + "we▁have▁": 1340, + "sm": 1341, + "legal▁": 1342, + "▁than▁": 1343, + "set▁": 1344, + "he▁is▁": 1345, + "Committee▁": 1346, + "same▁": 1347, + "crim": 1348, + "another▁": 1349, + "mother▁": 1350, + "ed▁a▁": 1351, + "contro": 1352, + "accept": 1353, + "institut": 1354, + "involv": 1355, + "oh": 1356, + "democ": 1357, + "start": 1358, + "ey": 1359, + "away▁": 1360, + "ion▁of▁the▁": 1361, + "-LRB-▁": 1362, + "ter▁": 1363, + "ation▁and▁": 1364, + "▁time▁": 1365, + "anis": 1366, + "environ": 1367, + "ash": 1368, + "princ": 1369, + "embers▁": 1370, + "▁therefore▁": 1371, + "–": 1372, + "necess": 1373, + "set": 1374, + "ry": 1375, + "ince▁": 1376, + "would▁like▁to▁": 1377, + "y▁.": 1378, + "invest": 1379, + "ful▁": 1380, + "right▁": 1381, + "any": 1382, + "ress": 1383, + "pur": 1384, + "bre": 1385, + "er.": 1386, + "▁In▁the▁": 1387, + "caus": 1388, + "by": 1389, + "without▁": 1390, + "▁However": 1391, + "ask": 1392, + "exc": 1393, + "a▁.": 1394, + "legis": 1395, + "don": 1396, + "clos": 1397, + "years▁": 1398, + "ing▁in▁": 1399, + "Member▁States▁": 1400, + "echn": 1401, + "show": 1402, + "just": 1403, + "maj": 1404, + "author": 1405, + "dep": 1406, + "leas": 1407, + "ref": 1408, + "interest": 1409, + "wif": 1410, + "wher": 1411, + "eir▁": 1412, + "elect": 1413, + "ft▁": 1414, + "young▁": 1415, + "eas": 1416, + "ativ": 1417, + "whil": 1418, + "red▁": 1419, + "sign": 1420, + "▁through": 1421, + "entl": 1422, + "buil": 1423, + "ah▁": 1424, + "act▁": 1425, + "relation": 1426, + "tural▁": 1427, + "secur": 1428, + "ribut": 1429, + "porteur": 1430, + "▁But▁": 1431, + "again▁": 1432, + "ting▁": 1433, + ",▁th": 1434, + "implement": 1435, + "e▁that▁the▁": 1436, + "▁(": 1437, + "men▁": 1438, + "ise▁": 1439, + "▁too▁": 1440, + "iet": 1441, + "Al": 1442, + "s▁for▁": 1443, + "rapporteur": 1444, + "dist": 1445, + "provid": 1446, + "ub": 1447, + "20": 1448, + "▁think": 1449, + "development▁": 1450, + "ensur": 1451, + "great▁": 1452, + "energ": 1453, + "will": 1454, + "discuss": 1455, + "attempt": 1456, + "ipl": 1457, + "es▁,▁": 1458, + "childr": 1459, + "unit": 1460, + "put▁": 1461, + "chool": 1462, + "offic": 1463, + "common▁": 1464, + "servic": 1465, + "ed▁for▁": 1466, + "alf▁": 1467, + "object": 1468, + "group▁": 1469, + "thing▁": 1470, + "someth": 1471, + "ough": 1472, + "ide": 1473, + "ately▁": 1474, + "lear▁": 1475, + "help": 1476, + "open": 1477, + "escap": 1478, + "money▁": 1479, + "ont": 1480, + "e▁they▁": 1481, + "war": 1482, + "har": 1483, + "sl": 1484, + "val": 1485, + "bod": 1486, + "really▁": 1487, + "ern▁": 1488, + "the▁": 1489, + "initi": 1490, + "put": 1491, + "diff": 1492, + "point▁": 1493, + "conv": 1494, + "ors▁": 1495, + "become▁": 1496, + "lad": 1497, + "ek": 1498, + "fav": 1499, + "air▁": 1500, + "aught": 1501, + "▁Y": 1502, + "off▁": 1503, + "▁through▁": 1504, + "proposal▁": 1505, + "s▁to▁be▁": 1506, + "ell▁": 1507, + "e▁this▁": 1508, + "market": 1509, + "grow": 1510, + "esp": 1511, + "rest": 1512, + "have▁a▁": 1513, + "199": 1514, + "ign▁": 1515, + "  ": 1516, + "e▁that": 1517, + "plan": 1518, + "ould": 1519, + "and▁to▁": 1520, + ",▁that▁": 1521, + "fall": 1522, + "opport": 1523, + "busin": 1524, + "ick▁": 1525, + "system": 1526, + "after": 1527, + "one▁of▁the▁": 1528, + "bur": 1529, + "view": 1530, + "ed▁that▁": 1531, + "u▁": 1532, + "doc": 1533, + "meric": 1534, + "between▁the▁": 1535, + "creat": 1536, + "▁  ": 1537, + "cond": 1538, + "did▁": 1539, + "important": 1540, + "reveal": 1541, + "international▁": 1542, + "marri": 1543, + "world▁": 1544, + "e▁is▁": 1545, + "would▁be▁": 1546, + "few▁": 1547, + "gentl": 1548, + "ank": 1549, + "s▁in▁the▁": 1550, + "ing,▁": 1551, + "ner": 1552, + "United▁": 1553, + "ve▁the▁": 1554, + "allow": 1555, + "mean": 1556, + "▁tog": 1557, + "ok": 1558, + "difficul": 1559, + "sever": 1560, + "discover": 1561, + "ing▁of▁": 1562, + "market▁": 1563, + "ak▁": 1564, + "establ": 1565, + "two▁": 1566, + "gentlem": 1567, + "adv": 1568, + "resolut": 1569, + "ation,▁": 1570, + "number▁of▁": 1571, + "ber": 1572, + "school": 1573, + "said": 1574, + "promis": 1575, + "mill": 1576, + "s▁to▁the▁": 1577, + "law": 1578, + "pass": 1579, + "y▁,▁": 1580, + "selv": 1581, + "refer": 1582, + "posit": 1583, + "▁K": 1584, + "a,▁": 1585, + "now": 1586, + "country▁": 1587, + "ures": 1588, + "▁tal": 1589, + "event": 1590, + "seem": 1591, + "ed▁with▁": 1592, + "Mrs▁": 1593, + "tak": 1594, + "fo": 1595, + "require": 1596, + "night▁": 1597, + "a▁c": 1598, + "struct": 1599, + "▁that▁they▁": 1600, + "negot": 1601, + "negoti": 1602, + "wish": 1603, + "great": 1604, + "def": 1605, + "death▁": 1606, + "can▁be▁": 1607, + "want▁to▁": 1608, + "medi": 1609, + "ality▁": 1610, + "stop": 1611, + "stitut": 1612, + "pract": 1613, + "oward": 1614, + "her▁.": 1615, + "whol": 1616, + "a▁,▁": 1617, + "is▁to▁": 1618, + "ion▁and▁": 1619, + "le,▁": 1620, + "alis": 1621, + "ies▁and▁gentlem": 1622, + "secon": 1623, + "ates▁": 1624, + "var": 1625, + "real▁": 1626, + "however": 1627, + "strateg": 1628, + "▁think▁": 1629, + "result": 1630, + "mur": 1631, + "reason": 1632, + "ies▁and▁gentlemen": 1633, + "saf": 1634, + "ifi": 1635, + ",▁there▁": 1636, + "mi": 1637, + "ion▁to▁": 1638, + "ank▁": 1639, + "▁to▁take▁": 1640, + "lig": 1641, + "person": 1642, + "ax": 1643, + "environment": 1644, + "ing▁.": 1645, + "d▁to▁": 1646, + "ically▁": 1647, + "appl": 1648, + "solut": 1649, + "appear": 1650, + "ourc": 1651, + "ben": 1652, + "with▁his▁": 1653, + "activ": 1654, + "Committee▁on▁": 1655, + "ially▁": 1656, + "ously▁": 1657, + "ame": 1658, + "conf": 1659, + "lim": 1660, + "fight▁": 1661, + "daught": 1662, + "rece": 1663, + "here▁": 1664, + ")▁": 1665, + "Americ": 1666, + "cul": 1667, + "ustr": 1668, + "Community▁": 1669, + "situation▁": 1670, + "rad": 1671, + "▁Wit": 1672, + "’s▁": 1673, + "it.": 1674, + "represent": 1675, + "against": 1676, + "access": 1677, + "crit": 1678, + "arriv": 1679, + "ions.": 1680, + "suff": 1681, + "human▁right": 1682, + "principl": 1683, + ",▁this▁": 1684, + "ew": 1685, + "aut": 1686, + "agreement▁": 1687, + "exam": 1688, + "▁term": 1689, + "under▁": 1690, + "year▁": 1691, + "igh▁": 1692, + "nat": 1693, + "CB-▁": 1694, + "realiz": 1695, + "complet": 1696, + "litt": 1697, + "a▁'s▁": 1698, + "adam": 1699, + "ital▁": 1700, + "▁I▁am▁": 1701, + "ct": 1702, + "European▁Parliament▁": 1703, + "art▁": 1704, + "and,▁": 1705, + "him▁to▁": 1706, + "why▁": 1707, + "land▁": 1708, + "s▁his▁": 1709, + "ire▁": 1710, + "ever▁,▁": 1711, + "dest": 1712, + "yp": 1713, + "over▁the▁": 1714, + "enn": 1715, + "▁At": 1716, + "a▁b": 1717, + "different▁": 1718, + "ific▁": 1719, + "fail": 1720, + "local▁": 1721, + "proced": 1722, + "promot": 1723, + "ock": 1724, + "clus": 1725, + "ed▁on▁": 1726, + "pay": 1727, + "action▁": 1728, + "▁that▁he▁": 1729, + "less▁": 1730, + "sequ": 1731, + "re▁": 1732, + "y▁of▁": 1733, + "az": 1734, + "intro": 1735, + "friend": 1736, + "▁that▁this▁": 1737, + "happen": 1738, + "women▁": 1739, + "ean": 1740, + "also": 1741, + "once▁": 1742, + "debate▁": 1743, + "cris": 1744, + "within▁the▁": 1745, + "opin": 1746, + "e▁tak": 1747, + "▁of▁": 1748, + "ye": 1749, + "information▁": 1750, + "woman▁": 1751, + "place▁": 1752, + "ship": 1753, + "ing▁his▁": 1754, + "story▁": 1755, + "s▁her▁": 1756, + "ask▁": 1757, + "adam▁President": 1758, + "ed▁to▁the▁": 1759, + "prog": 1760, + "alway": 1761, + "particularly▁": 1762, + "contribut": 1763, + "prof": 1764, + "children▁": 1765, + "ric": 1766, + "pop": 1767, + "fully▁": 1768, + "far▁": 1769, + "stud": 1770, + "effort": 1771, + "aj": 1772, + "viol": 1773, + "▁te": 1774, + "down": 1775, + "alt": 1776, + "police▁": 1777, + "of▁their▁": 1778, + "ress▁": 1779, + "oub": 1780, + "crimin": 1781, + "produc": 1782, + "agreement": 1783, + "mat": 1784, + "ember": 1785, + "level": 1786, + "ed▁,▁": 1787, + "having▁": 1788, + "cha": 1789, + "of▁his▁": 1790, + "ani": 1791, + "feel": 1792, + "every▁": 1793, + "is▁an▁": 1794, + "fore": 1795, + "soon▁": 1796, + "word": 1797, + "land": 1798, + "life▁": 1799, + "sam": 1800, + "es▁are▁": 1801, + "arr": 1802, + "certain▁": 1803, + "ogn": 1804, + "ladies▁and▁gentlemen": 1805, + "grat": 1806, + "energy▁": 1807, + "working▁": 1808, + "respect": 1809, + "benef": 1810, + "it▁was▁": 1811, + "group": 1812, + "future▁": 1813, + "es▁of▁the▁": 1814, + "security▁": 1815, + "\\/": 1816, + "head▁": 1817, + "Am": 1818, + "exist": 1819, + "ability▁": 1820, + "gg": 1821, + "▁in▁": 1822, + "-R": 1823, + "gets▁": 1824, + "▁turn": 1825, + "forw": 1826, + "behalf▁": 1827, + "head": 1828, + "recogn": 1829, + "look▁": 1830, + "Gre": 1831, + "and▁that▁": 1832, + "aid▁": 1833, + "ament": 1834, + "programm": 1835, + "going▁to▁": 1836, + "finds▁": 1837, + "ror": 1838, + "ity.": 1839, + "spect": 1840, + "befor": 1841, + "himself▁": 1842, + "minist": 1843, + "lab": 1844, + "5▁": 1845, + "▁takes▁": 1846, + "den": 1847, + "educ": 1848, + "position▁": 1849, + "fun": 1850, + "of▁cour": 1851, + "als▁": 1852, + "e▁their▁": 1853, + "▁Madam▁President": 1854, + "Chr": 1855, + "goes▁": 1856, + "establish": 1857, + "even": 1858, + "well": 1859, + "need▁": 1860, + "coll": 1861, + "out▁the▁": 1862, + "little▁": 1863, + "fle": 1864, + "ird▁": 1865, + "ers▁and▁": 1866, + "Ne": 1867, + "▁What▁": 1868, + "legisl": 1869, + "never▁": 1870, + "ority▁": 1871, + "Ger": 1872, + "ying▁": 1873, + "use▁": 1874, + "further▁": 1875, + "▁toward": 1876, + "cat": 1877, + "edg": 1878, + "world": 1879, + "role▁": 1880, + "▁to▁a▁": 1881, + "▁tells▁": 1882, + "ond": 1883, + "▁techn": 1884, + "present▁": 1885, + "sha": 1886, + "success": 1887, + "wer": 1888, + ",▁Mr": 1889, + "commun": 1890, + "cooperation▁": 1891, + "frame": 1892, + "she▁is▁": 1893, + "peac": 1894, + "s,▁and▁": 1895, + "ivid": 1896, + "band▁": 1897, + "sk": 1898, + "asp": 1899, + "anim": 1900, + "t▁.": 1901, + "dat": 1902, + "popul": 1903, + "fiel": 1904, + "call▁": 1905, + "Treat": 1906, + "urg": 1907, + "not▁be▁": 1908, + "hol": 1909, + "od▁": 1910, + "area▁": 1911, + "▁three▁": 1912, + "possible▁": 1913, + "law▁": 1914, + "learn": 1915, + "achiev": 1916, + "which▁the▁": 1917, + "long▁": 1918, + "red": 1919, + "resear": 1920, + "welcom": 1921, + "my": 1922, + "on▁behalf▁": 1923, + "idd": 1924, + "Pro": 1925, + "ism▁": 1926, + "ally": 1927, + "ussi": 1928, + "organis": 1929, + "agr": 1930, + "ure.": 1931, + "consum": 1932, + "guar": 1933, + "improv": 1934, + "making▁": 1935, + "was": 1936, + "oft": 1937, + "remain": 1938, + "something▁": 1939, + "key▁": 1940, + "stor": 1941, + "large▁": 1942, + "Sp": 1943, + "in▁order▁to▁": 1944, + "let▁": 1945, + "valu": 1946, + "good": 1947, + "refus": 1948, + "wr": 1949, + "build": 1950, + "ante": 1951, + "writ": 1952, + "hor": 1953, + "since▁": 1954, + "Commissioner▁": 1955, + "depend": 1956, + "espec": 1957, + "say▁": 1958, + "best▁": 1959, + "prev": 1960, + "es▁his▁": 1961, + ",▁M": 1962, + "attent": 1963, + "always▁": 1964, + "ys": 1965, + "ru": 1966, + "named▁": 1967, + "better▁": 1968, + "'s": 1969, + "ing▁to▁the▁": 1970, + "President▁": 1971, + "Hous": 1972, + "egr": 1973, + "s▁with▁": 1974, + "said▁": 1975, + "deal▁": 1976, + "high▁": 1977, + "mod": 1978, + "girl▁": 1979, + "ether": 1980, + "vill": 1981, + "▁too": 1982, + "but▁the▁": 1983, + "problem▁": 1984, + "on▁this▁": 1985, + "attack": 1986, + "which▁is▁": 1987, + "rais": 1988, + "▁they▁are▁": 1989, + "ost": 1990, + "ient": 1991, + "hon": 1992, + "girl": 1993, + "ural▁": 1994, + "ument": 1995, + "▁that▁there▁": 1996, + "resourc": 1997, + "freed": 1998, + "light": 1999, + "into▁a▁": 2000, + "current▁": 2001, + "los": 2002, + "▁This▁is▁": 2003, + "fortun": 2004, + "pat": 2005, + "reach": 2006, + "▁taken▁": 2007, + "ally,▁": 2008, + "month": 2009, + "wa": 2010, + ",▁S": 2011, + "it's▁": 2012, + "ordin": 2013, + "eral▁": 2014, + "ate▁the▁": 2015, + "ment.": 2016, + "believ": 2017, + "usp": 2018, + "you▁know▁": 2019, + "asks▁": 2020, + "first": 2021, + "several▁": 2022, + "claim": 2023, + "societ": 2024, + "▁V": 2025, + "favour▁": 2026, + "finally▁": 2027, + "agricul": 2028, + "driv": 2029, + "▁At▁the▁": 2030, + "En": 2031, + "at▁a▁": 2032, + "t▁and▁": 2033, + "I▁am▁": 2034, + "cost": 2035, + "ract": 2036, + "lov": 2037, + "iss": 2038, + "leave▁": 2039, + ",▁and▁the▁": 2040, + "ably▁": 2041, + "resul": 2042, + "s▁on▁": 2043, + "s,▁the▁": 2044, + "▁If▁": 2045, + "gun": 2046, + "second▁": 2047, + "icip": 2048, + "comb": 2049, + "actually▁": 2050, + "mp": 2051, + "Joh": 2052, + "various▁": 2053, + "guarante": 2054, + "simp": 2055, + "▁Un": 2056, + "level▁": 2057, + "ead▁": 2058, + "▁that,▁": 2059, + "2▁": 2060, + "under▁the▁": 2061, + "wal": 2062, + ",▁she▁": 2063, + "directive▁": 2064, + "Min": 2065, + "alleng": 2066, + "quite▁": 2067, + "Russi": 2068, + "hus": 2069, + "done▁": 2070, + "▁through▁the▁": 2071, + "state▁": 2072, + "such▁as▁": 2073, + "becomes▁": 2074, + "igh": 2075, + "amb": 2076, + "non": 2077, + "mention": 2078, + "e▁'s▁": 2079, + "ek▁": 2080, + "ength": 2081, + "mom": 2082, + "democrat": 2083, + "experi": 2084, + "bal": 2085, + "▁Mean": 2086, + "glob": 2087, + "during▁the▁": 2088, + "final▁": 2089, + "es▁to▁the▁": 2090, + "appropri": 2091, + "examp": 2092, + "yl": 2093, + "system▁": 2094, + "clim": 2095, + "en▁to▁": 2096, + "▁I▁would▁": 2097, + "called▁": 2098, + "draw": 2099, + "budget": 2100, + "defin": 2101, + "tal": 2102, + ",▁it▁": 2103, + "ster": 2104, + "challeng": 2105, + "approach": 2106, + "be▁the▁": 2107, + "▁The▁film▁": 2108, + "room": 2109, + "erg": 2110, + "af": 2111, + "body▁": 2112, + "yeah▁": 2113, + "ou▁": 2114, + "erc": 2115, + "integr": 2116, + "per▁": 2117, + "hist": 2118, + "es▁in▁the▁": 2119, + "as▁well▁": 2120, + "express": 2121, + "break": 2122, + "some": 2123, + "agu": 2124, + "budget▁": 2125, + "compl": 2126, + "United▁Stat": 2127, + "enter": 2128, + "industr": 2129, + "addition": 2130, + "side▁": 2131, + "priv": 2132, + "mad": 2133, + "assist": 2134, + "ing▁this▁": 2135, + "es▁her▁": 2136, + "essent": 2137, + "what": 2138, + "has▁a▁": 2139, + "might▁": 2140, + "Chin": 2141, + "susp": 2142, + "e▁than▁": 2143, + "safet": 2144, + "▁is▁": 2145, + "care": 2146, + "sho": 2147, + "migr": 2148, + "including▁": 2149, + "his": 2150, + "ies.": 2151, + "full▁": 2152, + "-LRB-▁-LRB-▁": 2153, + "fundament": 2154, + "speak": 2155, + "house▁": 2156, + "major▁": 2157, + "ingle▁": 2158, + "es▁for▁": 2159, + "home▁": 2160, + "measures▁": 2161, + "expect": 2162, + "sex": 2163, + "hold": 2164, + "ing▁for▁": 2165, + "debat": 2166, + "▁That▁is▁": 2167, + "when▁the▁": 2168, + "eb": 2169, + "pleas": 2170, + "car▁": 2171, + "when": 2172, + "▁trad": 2173, + "ations.": 2174, + "it▁.": 2175, + "receiv": 2176, + "basis▁": 2177, + "keep": 2178, + "nor": 2179, + "a▁is▁": 2180, + "commit": 2181, + "scen": 2182, + "ions,▁": 2183, + "ept▁": 2184, + "▁While▁": 2185, + "ers▁.": 2186, + "vict": 2187, + "orig": 2188, + "deal": 2189, + "Christ": 2190, + "dre": 2191, + ",▁is▁": 2192, + "shall▁": 2193, + "less": 2194, + "deter": 2195, + "rive▁": 2196, + "Qu": 2197, + "particular▁": 2198, + "live▁": 2199, + "Tur": 2200, + "char": 2201, + "in-": 2202, + "sugg": 2203, + "provide▁": 2204, + "ject▁": 2205, + "e▁tim": 2206, + "ers.": 2207, + "omb": 2208, + "government▁": 2209, + "ed▁at▁": 2210, + "▁These▁": 2211, + "s▁him▁": 2212, + "ush": 2213, + "question▁": 2214, + "–▁": 2215, + "Rom": 2216, + "ured▁": 2217, + "certain": 2218, + "control▁": 2219, + "ah": 2220, + "ustri": 2221, + "pret": 2222, + "in▁his▁": 2223, + "play▁": 2224, + "▁Mr▁President,▁I▁": 2225, + "on▁behalf▁of▁the▁": 2226, + "▁to▁t": 2227, + "▁However▁,▁": 2228, + "Pol": 2229, + "later▁": 2230, + "of▁these▁": 2231, + "extrem": 2232, + "bar": 2233, + "ali": 2234, + "alth▁": 2235, + "around▁": 2236, + "ers": 2237, + "▁Fin": 2238, + "government": 2239, + "entr": 2240, + "Sh": 2241, + "individ": 2242, + "framework▁": 2243, + "sector": 2244, + "specific▁": 2245, + "surv": 2246, + "prec": 2247, + "employment▁": 2248, + "▁tries▁to▁": 2249, + "sens": 2250, + "charg": 2251, + "▁that▁is▁": 2252, + "given▁": 2253, + "itor": 2254, + "ity": 2255, + "fight": 2256, + "sav": 2257, + "aint": 2258, + "step": 2259, + "▁today": 2260, + "quick": 2261, + "found▁": 2262, + "makes▁": 2263, + "Di": 2264, + "project": 2265, + "icle▁": 2266, + "against▁the▁": 2267, + "ture▁": 2268, + "dead▁": 2269, + "small▁": 2270, + "ott": 2271, + "▁The▁Commission▁": 2272, + "▁of▁the▁": 2273, + "prevent": 2274, + "gang": 2275, + "▁'s▁": 2276, + "gen": 2277, + "ther": 2278, + "Europe.": 2279, + "with▁her▁": 2280, + "Pr": 2281, + "civ": 2282, + "er▁'s▁": 2283, + "▁St": 2284, + "ed▁as▁": 2285, + "intend": 2286, + "light▁": 2287, + "European▁Parliament": 2288, + "relationship▁": 2289, + "objectiv": 2290, + "whether▁": 2291, + "believe▁that▁": 2292, + "uni": 2293, + "decides▁to▁": 2294, + "comes▁": 2295, + "▁To▁": 2296, + "'▁s▁": 2297, + "kill▁": 2298, + "instr": 2299, + "stain": 2300, + "acros": 2301, + "dam": 2302, + "are▁the▁": 2303, + "colle": 2304, + "ly▁to▁": 2305, + "necessary▁": 2306, + "inn": 2307, + "y▁is▁": 2308, + "near": 2309, + "areas▁": 2310, + "▁On▁the▁": 2311, + ",▁it▁is▁": 2312, + "have▁the▁": 2313, + "Cl": 2314, + "kind▁": 2315, + "especially▁": 2316, + "consu": 2317, + "amendment": 2318, + "jud": 2319, + "ely": 2320, + "who": 2321, + "strength": 2322, + "Union▁": 2323, + "vote▁": 2324, + "outh": 2325, + "ing▁her▁": 2326, + "bor": 2327, + "clear▁": 2328, + "left▁": 2329, + "investig": 2330, + "million▁": 2331, + "husband▁": 2332, + ",▁for▁": 2333, + "line▁": 2334, + "rib": 2335, + "suggest": 2336, + "members▁": 2337, + "environmental▁": 2338, + "difficult": 2339, + "ax▁": 2340, + "are▁t": 2341, + "demand": 2342, + "ity,▁": 2343, + "sibl": 2344, + "out▁of▁": 2345, + "▁We▁are▁": 2346, + "drug": 2347, + "democrac": 2348, + "change▁": 2349, + "ingly▁": 2350, + "view▁": 2351, + "until▁": 2352, + "interv": 2353, + "Lis": 2354, + "encour": 2355, + "itions▁": 2356, + "far": 2357, + ",▁B": 2358, + "ouse": 2359, + "boo": 2360, + "▁One▁": 2361, + "main▁": 2362, + "convinc": 2363, + "ffic": 2364, + "food▁": 2365, + "doub": 2366, + "kid": 2367, + "European▁Union": 2368, + "▁themselv": 2369, + "ili": 2370, + "err": 2371, + "necessar": 2372, + "seen▁": 2373, + "ass▁": 2374, + "general▁": 2375, + "e,▁the▁": 2376, + "Dr": 2377, + "ing▁their▁": 2378, + "meet▁": 2379, + "o-": 2380, + "relat": 2381, + "achie": 2382, + "ale▁": 2383, + "er▁to▁": 2384, + "efore": 2385, + "list": 2386, + "her▁to▁": 2387, + "big": 2388, + "in▁their▁": 2389, + ",▁however": 2390, + "avail": 2391, + "back▁to▁": 2392, + "wed": 2393, + "ledg": 2394, + "stre": 2395, + "agree▁": 2396, + "lack▁": 2397, + "erefore": 2398, + "Govern": 2399, + "ung": 2400, + ",▁J": 2401, + "destro": 2402, + "milit": 2403, + "mus": 2404, + "ll": 2405, + "▁they": 2406, + "io▁": 2407, + "aur": 2408, + "rup": 2409, + "foc": 2410, + "osp": 2411, + "from▁a▁": 2412, + "affect": 2413, + "sinc": 2414, + "ism": 2415, + "provis": 2416, + "reduc": 2417, + "measures": 2418, + "Nor": 2419, + "ing▁of▁the▁": 2420, + "understand": 2421, + "er▁is▁": 2422, + "applic": 2423, + "show▁": 2424, + "▁together▁": 2425, + "sess": 2426, + "internal▁": 2427, + "when▁he▁": 2428, + "US": 2429, + "e▁tr": 2430, + "case▁": 2431, + "Brit": 2432, + "particip": 2433, + "▁terror": 2434, + "explain": 2435, + "e▁to▁be▁": 2436, + "os▁": 2437, + "New▁": 2438, + "e,▁and▁": 2439, + "front": 2440, + "chas": 2441, + "should▁like▁to▁": 2442, + "R▁": 2443, + "inno": 2444, + "order▁": 2445, + "standard": 2446, + "is▁no▁": 2447, + "pursu": 2448, + "y▁'s▁": 2449, + "up▁the▁": 2450, + "believe▁": 2451, + "ion▁.": 2452, + "'re▁": 2453, + "whole▁": 2454, + "whose▁": 2455, + "ed▁by▁a▁": 2456, + "part▁of▁the▁": 2457, + "▁thank": 2458, + "short": 2459, + "accord": 2460, + "health▁": 2461, + "Car": 2462, + "''▁.": 2463, + "greater▁": 2464, + "sent": 2465, + "▁We▁have▁": 2466, + "former▁": 2467, + "1▁": 2468, + "spir": 2469, + "i'": 2470, + "boy": 2471, + "▁His▁": 2472, + "Br": 2473, + "and▁his▁": 2474, + "for▁his▁": 2475, + "EC": 2476, + "competit": 2477, + "aid": 2478, + "desp": 2479, + "prior": 2480, + "alog": 2481, + "▁For▁": 2482, + "President": 2483, + "201": 2484, + "ers,▁": 2485, + "cam": 2486, + "effici": 2487, + "Le": 2488, + "cir": 2489, + "question": 2490, + "clearly▁": 2491, + "child▁": 2492, + "part▁": 2493, + "Bar": 2494, + "exampl": 2495, + "hand▁": 2496, + "▁taking▁": 2497, + "issue▁": 2498, + "carri": 2499, + "dom": 2500, + "we▁must▁": 2501, + "ean▁": 2502, + "ess.": 2503, + "i-": 2504, + "had": 2505, + "respect▁": 2506, + "after▁the▁": 2507, + "immedi": 2508, + "knowledg": 2509, + "sen": 2510, + "effective▁": 2511, + "yet▁": 2512, + "les▁": 2513, + "ing▁,▁": 2514, + "Commission's▁": 2515, + "opportunit": 2516, + "Grou": 2517, + "The▁": 2518, + "Char": 2519, + "prep": 2520, + "dang": 2521, + "is▁that▁": 2522, + "offer": 2523, + "determin": 2524, + "ake▁": 2525, + "ed▁on▁the▁": 2526, + "eit": 2527, + "neigh": 2528, + "European▁Union.": 2529, + "▁to▁this▁": 2530, + "mit": 2531, + "coming▁": 2532, + "ubl": 2533, + "who▁is▁": 2534, + "not▁to▁": 2535, + "fis": 2536, + "he▁has▁": 2537, + "cover": 2538, + "four▁": 2539, + "fundamental▁": 2540, + "communic": 2541, + "▁try": 2542, + "practic": 2543, + "gives▁": 2544, + "▁thank▁": 2545, + "fric": 2546, + "report.": 2547, + "friends▁": 2548, + "oupl": 2549, + "ence▁of▁": 2550, + "while▁,▁": 2551, + "ness": 2552, + "origin": 2553, + "force▁": 2554, + "rain": 2555, + "which▁are▁": 2556, + "positive▁": 2557, + "research▁": 2558, + "for▁this▁": 2559, + "abo": 2560, + "wife▁": 2561, + "eed": 2562, + "account": 2563, + "not▁only▁": 2564, + "more▁than▁": 2565, + "uk": 2566, + "vel": 2567, + "ument▁": 2568, + "like▁to": 2569, + "commend": 2570, + "city▁": 2571, + "on▁.": 2572, + "room▁": 2573, + "decision▁": 2574, + "Ir": 2575, + "demon": 2576, + "eh": 2577, + "conn": 2578, + "murd": 2579, + "pt": 2580, + "eventually▁": 2581, + "B-": 2582, + "ator": 2583, + ",▁which▁is▁": 2584, + "avo": 2585, + "ount▁": 2586, + "out▁of▁the▁": 2587, + "▁treat": 2588, + "don't▁": 2589, + "charact": 2590, + "▁Member▁Stat": 2591, + "start▁": 2592, + "stand▁": 2593, + "democratic▁": 2594, + "on▁his▁": 2595, + "sustain": 2596, + "conclus": 2597, + "health": 2598, + "more": 2599, + "gratul": 2600, + "us▁to▁": 2601, + "grap": 2602, + "often▁": 2603, + "rop": 2604, + "resolution▁": 2605, + "in▁term": 2606, + "along▁": 2607, + "used▁": 2608, + "quality▁": 2609, + "recent▁": 2610, + "free▁": 2611, + "firm": 2612, + "State▁": 2613, + "extremely▁": 2614, + "bi": 2615, + "solid": 2616, + "▁-▁": 2617, + "congratul": 2618, + "ared▁": 2619, + "move▁": 2620, + "victim": 2621, + "parliam": 2622, + "American▁": 2623, + "and▁th": 2624, + "tern": 2625, + "maint": 2626, + "▁At▁": 2627, + "introduc": 2628, + "Har": 2629, + "organ": 2630, + "shoot": 2631, + "responsible▁": 2632, + "enlarg": 2633, + "row▁": 2634, + "▁You▁": 2635, + "Members▁": 2636, + "Minist": 2637, + "ich": 2638, + "duce▁": 2639, + "subst": 2640, + "inde": 2641, + "arch": 2642, + "administ": 2643, + "infl": 2644, + "▁Dur": 2645, + "lt": 2646, + "Ge": 2647, + "construct": 2648, + "ess▁of▁": 2649, + "least▁": 2650, + "instead▁": 2651, + "▁The▁next▁": 2652, + "everyone▁": 2653, + "ffair": 2654, + "contain": 2655, + "-▁and▁": 2656, + "countries.": 2657, + "ible▁": 2658, + "ance▁of▁": 2659, + "ock▁": 2660, + "rest▁": 2661, + "who▁are▁": 2662, + "stu": 2663, + "did▁not▁": 2664, + "and▁they▁": 2665, + "sor": 2666, + "plan▁": 2667, + "uch": 2668, + "past▁": 2669, + "run▁": 2670, + "▁that▁it▁": 2671, + "signific": 2672, + "uh": 2673, + "subject": 2674, + "of▁course": 2675, + "▁tru": 2676, + "Affair": 2677, + "or▁.": 2678, + "process▁": 2679, + "human": 2680, + "before▁the▁": 2681, + "▁the▁t": 2682, + "I▁have▁": 2683, + "field▁": 2684, + "Commissioner,▁": 2685, + ",▁with▁": 2686, + "fig": 2687, + "hosp": 2688, + "possibl": 2689, + "▁With▁": 2690, + ",▁the▁Commission▁": 2691, + "consequ": 2692, + "young": 2693, + "ian": 2694, + "open▁": 2695, + "-in-": 2696, + "ull": 2697, + "approv": 2698, + "confl": 2699, + "Cour": 2700, + "five▁": 2701, + "post": 2702, + "-LCB-▁": 2703, + "s▁that▁the▁": 2704, + "see": 2705, + "dialog": 2706, + "ensive▁": 2707, + "wid": 2708, + "care▁": 2709, + "is,▁": 2710, + "ending▁": 2711, + "we▁can▁": 2712, + "sat": 2713, + "net": 2714, + "▁Fir": 2715, + "problems▁": 2716, + "impro": 2717, + "uck▁": 2718, + "ren": 2719, + "▁train": 2720, + "▁We▁must▁": 2721, + "crisis▁": 2722, + ",▁then▁": 2723, + "sch": 2724, + "fall▁": 2725, + "use▁of▁": 2726, + "en.": 2727, + "effectiv": 2728, + "business": 2729, + "cros": 2730, + ",▁D": 2731, + "reform": 2732, + "ste": 2733, + "pot": 2734, + "inf": 2735, + "ies▁of▁": 2736, + "farm": 2737, + "bring▁": 2738, + "non-": 2739, + "colleagu": 2740, + "connect": 2741, + "simply▁": 2742, + "where▁the▁": 2743, + "interest▁": 2744, + "job▁": 2745, + "Wor": 2746, + "▁try▁to▁": 2747, + "Lisb": 2748, + "a▁to▁": 2749, + "s▁and▁the▁": 2750, + "create▁": 2751, + "▁technolog": 2752, + "s▁on▁the▁": 2753, + "ink": 2754, + "releas": 2755, + "uct": 2756, + "profess": 2757, + "ed▁that▁the▁": 2758, + "compromis": 2759, + "will▁not▁": 2760, + "of▁t": 2761, + "known▁": 2762, + "in▁which▁": 2763, + "process": 2764, + "countr": 2765, + "military▁": 2766, + "coordin": 2767, + "fell": 2768, + "or▁the▁": 2769, + "apt": 2770, + "war▁": 2771, + "resc": 2772, + "assess": 2773, + "looking▁": 2774, + "House▁": 2775, + "3▁": 2776, + "agg": 2777, + "Jo": 2778, + "wish▁to▁": 2779, + "policy.": 2780, + "ities.": 2781, + "ked▁": 2782, + "abilit": 2783, + "ies,▁": 2784, + "ly.": 2785, + "low": 2786, + "certainly▁": 2787, + "▁Meanwhile▁,▁": 2788, + "recommend": 2789, + "going▁": 2790, + "a▁m": 2791, + "edly▁": 2792, + "brou": 2793, + "antly▁": 2794, + "A▁": 2795, + "fron": 2796, + "Art": 2797, + "global▁": 2798, + "ict▁": 2799, + "rather": 2800, + "ur▁": 2801, + "e▁there▁": 2802, + "fact▁that▁": 2803, + "▁them▁.": 2804, + "support▁the▁": 2805, + "▁And▁": 2806, + "reject": 2807, + "erry▁": 2808, + "emerg": 2809, + "strict": 2810, + "serious▁": 2811, + "o▁.": 2812, + "▁If": 2813, + "pay▁": 2814, + "▁today▁": 2815, + "ident▁": 2816, + "ought": 2817, + "const": 2818, + "broth": 2819, + "each▁other▁": 2820, + ",▁where▁": 2821, + "een▁": 2822, + "regional▁": 2823, + "attempts▁to▁": 2824, + "ing▁in▁the▁": 2825, + "found": 2826, + "pric": 2827, + "if▁the▁": 2828, + "batt": 2829, + "of▁the▁European▁": 2830, + "-0": 2831, + "▁With": 2832, + "Soc": 2833, + "s▁up▁": 2834, + ",▁R": 2835, + "allow▁": 2836, + "siz": 2837, + "arity▁": 2838, + "fish": 2839, + "almost▁": 2840, + "compan": 2841, + "behind▁": 2842, + "quickly▁": 2843, + "▁trying▁to▁": 2844, + "7▁": 2845, + "independ": 2846, + "agricultural▁": 2847, + "ham": 2848, + "000▁": 2849, + "camp": 2850, + "business▁": 2851, + "▁After": 2852, + "school▁": 2853, + "ground▁": 2854, + "meth": 2855, + "-RCB-▁": 2856, + "it▁to▁": 2857, + "others▁": 2858, + "responsibility▁": 2859, + "immigr": 2860, + "oppos": 2861, + "atory▁": 2862, + "for▁their▁": 2863, + "super": 2864, + "should": 2865, + "if▁we▁": 2866, + "guid": 2867, + "right▁to▁": 2868, + "vo": 2869, + "-t": 2870, + "8▁": 2871, + "plann": 2872, + "fear": 2873, + "was▁a▁": 2874, + "proper": 2875, + "authorities▁": 2876, + "ace▁": 2877, + "prepar": 2878, + "up▁to▁": 2879, + "condition": 2880, + "keep▁": 2881, + "ed▁from▁": 2882, + "ll▁": 2883, + "circ": 2884, + "s▁from▁": 2885, + "op▁": 2886, + "pack": 2887, + "ton▁": 2888, + "al,▁": 2889, + "ing▁with▁": 2890, + "part▁of▁": 2891, + "age▁of▁": 2892, + "appli": 2893, + "held▁": 2894, + "Group▁": 2895, + "legislat": 2896, + "rid": 2897, + "▁''": 2898, + "ations,▁": 2899, + "and▁t": 2900, + "al.": 2901, + "himself": 2902, + "bour": 2903, + "exper": 2904, + "hes": 2905, + "fact▁": 2906, + "was▁the▁": 2907, + "es,▁and▁": 2908, + "are▁not▁": 2909, + "Member▁States.": 2910, + "issues▁": 2911, + "Mon": 2912, + "ench▁": 2913, + "ified▁": 2914, + "revie": 2915, + "company▁": 2916, + "one▁of▁": 2917, + "must": 2918, + "▁trade▁": 2919, + "and▁then▁": 2920, + "arian▁": 2921, + "week": 2922, + "Ital": 2923, + "ly▁the▁": 2924, + "an▁and▁": 2925, + "nuc": 2926, + "capt": 2927, + "tri": 2928, + "6▁": 2929, + "hard": 2930, + "o▁and▁": 2931, + "currently▁": 2932, + "er▁of▁the▁": 2933, + "indic": 2934, + "ing▁an▁": 2935, + "ts▁": 2936, + "repe": 2937, + "ion▁to▁the▁": 2938, + "earli": 2939, + "him▁and▁": 2940, + "ed▁out▁": 2941, + "special▁": 2942, + "forward▁": 2943, + "▁As▁the▁": 2944, + "oblig": 2945, + "directiv": 2946, + "murder": 2947, + "been": 2948, + "▁threat": 2949, + "rain▁": 2950, + ").": 2951, + "prison": 2952, + "apart": 2953, + "strong": 2954, + "▁In▁this▁": 2955, + "ic▁and▁": 2956, + "press▁": 2957, + "ump": 2958, + "encourag": 2959, + "jour": 2960, + "y-": 2961, + "che": 2962, + "desc": 2963, + "sector▁": 2964, + "roc": 2965, + "▁Lat": 2966, + "want▁": 2967, + "Pal": 2968, + "rep": 2969, + "majority▁": 2970, + "citizens▁": 2971, + "among": 2972, + "mult": 2973, + "ord▁": 2974, + "is.": 2975, + "confront": 2976, + "continue▁to▁": 2977, + "de▁": 2978, + "hot": 2979, + "parent": 2980, + "initiativ": 2981, + "ert▁": 2982, + "peopl": 2983, + "lie▁": 2984, + "ement▁of▁": 2985, + "wants▁to▁": 2986, + "emphas": 2987, + "mind▁": 2988, + "watch": 2989, + "EUR▁": 2990, + "ail▁": 2991, + "as▁to▁": 2992, + "▁them▁to▁": 2993, + "ought▁": 2994, + "of▁them▁": 2995, + "programme▁": 2996, + "Pet": 2997, + "▁On▁": 2998, + "Offic": 2999, + "mitt": 3000, + ",▁T": 3001, + "attack▁": 3002, + "ation▁.": 3003, + "partn": 3004, + "4▁": 3005, + "ences▁": 3006, + "excell": 3007, + "rapporteur▁": 3008, + "ograp": 3009, + "decl": 3010, + "▁But": 3011, + "is▁also▁": 3012, + "▁So▁": 3013, + "ence.": 3014, + "purpos": 3015, + "Is": 3016, + "perhap": 3017, + "▁towards▁": 3018, + "New▁Y": 3019, + "a▁few▁": 3020, + "partner": 3021, + "Member▁": 3022, + "ation▁to▁": 3023, + "presid": 3024, + "▁U": 3025, + "conditions▁": 3026, + "mit▁": 3027, + "fisher": 3028, + "y▁that▁": 3029, + "opportunity▁to▁": 3030, + "I▁would▁": 3031, + "doing▁": 3032, + "competition▁": 3033, + "centur": 3034, + "organiz": 3035, + "vol": 3036, + "imil": 3037, + "ash▁": 3038, + "aspect": 3039, + "public": 3040, + "Georg": 3041, + "ness▁": 3042, + "constitut": 3043, + "Direct": 3044, + "coupl": 3045, + "nothing▁": 3046, + "got▁": 3047, + "what▁is▁": 3048, + "rupt": 3049, + "pi": 3050, + "anal": 3051, + "▁Let▁": 3052, + "killed▁": 3053, + "would": 3054, + "Indi": 3055, + "bab": 3056, + "ird": 3057, + "▁tw": 3058, + "▁I▁would▁like▁to▁": 3059, + "getting▁": 3060, + "bill": 3061, + "as▁an▁": 3062, + "committe": 3063, + "private▁": 3064, + "power▁": 3065, + "cel": 3066, + "Ju": 3067, + "idence▁": 3068, + "ions▁and▁": 3069, + "has▁not▁": 3070, + "eful▁": 3071, + "Reg": 3072, + "step▁": 3073, + "mag": 3074, + "request": 3075, + "angu": 3076, + "00▁": 3077, + "Ann": 3078, + "legislation▁": 3079, + "Ag": 3080, + "amendments▁": 3081, + "sal": 3082, + "British▁": 3083, + "parliament": 3084, + "stri": 3085, + "kind▁of▁": 3086, + "runs▁": 3087, + "protection▁": 3088, + "sw": 3089, + "e▁a▁": 3090, + "Col": 3091, + "ark▁": 3092, + "outsid": 3093, + "not▁the▁": 3094, + "around": 3095, + "ions▁of▁": 3096, + "separ": 3097, + "▁I▁have▁": 3098, + "ecut": 3099, + "stay▁": 3100, + "join": 3101, + "road▁": 3102, + "using▁": 3103, + "way▁to▁": 3104, + "and▁their▁": 3105, + "a▁sm": 3106, + "longer▁": 3107, + "gam": 3108, + "much": 3109, + "individual▁": 3110, + "return▁": 3111, + "▁Con": 3112, + "arrang": 3113, + "cut": 3114, + "dut": 3115, + "refl": 3116, + "mob": 3117, + "ants▁": 3118, + "ley▁": 3119, + "Afric": 3120, + "ia▁and▁": 3121, + "al▁and▁": 3122, + "nuclear▁": 3123, + "whether": 3124, + "forward": 3125, + "en,▁": 3126, + "hug": 3127, + "reason▁": 3128, + "road": 3129, + "period▁": 3130, + "ess▁and▁": 3131, + "oci": 3132, + "ering▁": 3133, + "..": 3134, + "collect": 3135, + ",▁an▁": 3136, + "in▁an▁": 3137, + "qual": 3138, + ":▁the▁": 3139, + "Dev": 3140, + "tl": 3141, + "10": 3142, + "Amend": 3143, + "rob": 3144, + ",▁but": 3145, + "e▁time▁": 3146, + "ensure▁that▁": 3147, + "by▁a▁": 3148, + "ed▁with▁the▁": 3149, + "scient": 3150, + "itself▁": 3151, + "climate▁": 3152, + "rect▁": 3153, + "in▁love▁": 3154, + "ed▁to▁be▁": 3155, + "John▁": 3156, + "brother▁": 3157, + "ing▁t": 3158, + "negotiations▁": 3159, + "ia": 3160, + "ells▁": 3161, + "goes▁to▁": 3162, + "potent": 3163, + "mess": 3164, + "ing▁him▁": 3165, + "▁this.": 3166, + "hospital▁": 3167, + "ward": 3168, + "O▁": 3169, + "in▁terms▁of▁": 3170, + "Bel": 3171, + "hold▁": 3172, + "moder": 3173, + "▁those▁who▁": 3174, + "P▁": 3175, + "ment▁and▁": 3176, + "associ": 3177, + "movie▁": 3178, + "▁Madam▁President,▁": 3179, + "div": 3180, + "age▁.": 3181, + "hood▁": 3182, + "ore▁": 3183, + "daughter▁": 3184, + "a▁ser": 3185, + "French▁": 3186, + "although▁": 3187, + "meets▁": 3188, + "power": 3189, + "Sc": 3190, + "▁to▁their▁": 3191, + "econd": 3192, + "liber": 3193, + "▁them.": 3194, + "New▁Yor": 3195, + "consist": 3196, + "ment▁of▁": 3197, + "wind": 3198, + "remain▁": 3199, + "able.": 3200, + "e▁in▁the▁": 3201, + "Commissioner": 3202, + "met": 3203, + "last": 3204, + "matter▁": 3205, + "strong▁": 3206, + "win": 3207, + "same▁tim": 3208, + "DE": 3209, + "e▁for▁": 3210, + "ment,▁": 3211, + "progress▁": 3212, + "mind": 3213, + "with▁regard": 3214, + "human▁rights▁": 3215, + "begins▁to▁": 3216, + "enough": 3217, + "▁Som": 3218, + "advant": 3219, + "rules▁": 3220, + "foreign▁": 3221, + "ij": 3222, + "and▁a▁": 3223, + "Ang": 3224, + "visit": 3225, + "ions": 3226, + "bit": 3227, + "boy▁": 3228, + "ban": 3229, + "conclud": 3230, + "ez": 3231, + "industri": 3232, + "shot▁": 3233, + "e▁then▁": 3234, + "▁thing": 3235, + "comes▁to▁": 3236, + "flo": 3237, + "acqu": 3238, + "satis": 3239, + "such▁a▁": 3240, + "lost▁": 3241, + "ers▁of▁": 3242, + "following▁": 3243, + "bri": 3244, + "be▁tak": 3245, + "possible▁to▁": 3246, + "doct": 3247, + "arch▁": 3248, + "centr": 3249, + "pen": 3250, + "Rep": 3251, + "tim": 3252, + "control": 3253, + "successful▁": 3254, + "ion▁in▁": 3255, + "grad": 3256, + "World▁": 3257, + "oon▁": 3258, + "entire▁": 3259, + "previous▁": 3260, + "emoc": 3261, + "water▁": 3262, + "15": 3263, + "because▁the▁": 3264, + "histor": 3265, + "El": 3266, + "surviv": 3267, + "criter": 3268, + "seri": 3269, + "uck": 3270, + "detail": 3271, + "ME": 3272, + "▁Alth": 3273, + "as▁he▁": 3274, + "suffici": 3275, + "Med": 3276, + "▁yeah▁": 3277, + "upon▁": 3278, + "aware▁": 3279, + "has▁to▁": 3280, + "marry▁": 3281, + "ance.": 3282, + "along": 3283, + "erous▁": 3284, + "freedom": 3285, + "trans": 3286, + "at▁this▁": 3287, + "we▁should▁": 3288, + "party▁": 3289, + "iddle▁": 3290, + "▁third▁": 3291, + "s-": 3292, + "▁that's▁": 3293, + "%▁": 3294, + "vert": 3295, + "everything▁": 3296, + "▁that▁she▁": 3297, + "self-": 3298, + "inj": 3299, + "ond▁": 3300, + "only▁to▁": 3301, + "an▁.": 3302, + ",▁L": 3303, + "Re": 3304, + "reform▁": 3305, + "famil": 3306, + "a▁new▁": 3307, + "▁turn▁": 3308, + "ent▁and▁": 3309, + "achieve▁": 3310, + "ground": 3311, + "chec": 3312, + "address": 3313, + "we▁will▁": 3314, + "relations▁": 3315, + "on.": 3316, + "whom▁": 3317, + "wait": 3318, + "Jap": 3319, + "funct": 3320, + "execut": 3321, + "term▁": 3322, + "appoint": 3323, + "monitor": 3324, + "initiative▁": 3325, + "supp": 3326, + "respond": 3327, + "arrive▁": 3328, + "▁things▁": 3329, + "ances▁": 3330, + "risk▁": 3331, + "lack▁of▁": 3332, + "▁However,▁": 3333, + "us.": 3334, + "rang": 3335, + "attempt▁to▁": 3336, + "tt": 3337, + "it▁and▁": 3338, + "influ": 3339, + "services▁": 3340, + "elin": 3341, + "critic": 3342, + "Intern": 3343, + "Em": 3344, + "s▁is▁": 3345, + "absolut": 3346, + "mech": 3347, + "morning▁": 3348, + "e▁,▁but▁": 3349, + "surpris": 3350, + "developing▁": 3351, + "cust": 3352, + "welcome▁the▁": 3353, + "unn": 3354, + "bring": 3355, + "eop": 3356, + "ies": 3357, + "18": 3358, + "langu": 3359, + "ron": 3360, + "agend": 3361, + ",▁and▁I▁": 3362, + "cle▁": 3363, + "freedom▁": 3364, + "ers▁are▁": 3365, + "ort▁": 3366, + "ised▁": 3367, + "seek": 3368, + "alone▁": 3369, + "design": 3370, + "approach▁": 3371, + "▁there▁are▁": 3372, + "▁transpar": 3373, + "dies▁": 3374, + "had▁been▁": 3375, + "legislative▁": 3376, + "his▁father▁": 3377, + "prob": 3378, + "discrimin": 3379, + "Engl": 3380, + "result▁": 3381, + "notic": 3382, + "ired▁": 3383, + "objective▁": 3384, + "safety▁": 3385, + "Article▁": 3386, + "atic▁": 3387, + "film": 3388, + "gar": 3389, + "regulation▁": 3390, + "make▁a▁": 3391, + "means▁": 3392, + "▁Grou": 3393, + "ago": 3394, + "you▁have▁": 3395, + "cop": 3396, + "rom": 3397, + "▁Ar": 3398, + "encount": 3399, + "Bud": 3400, + "judg": 3401, + "nation": 3402, + "also▁be▁": 3403, + "appropriate▁": 3404, + "onn": 3405, + "ret▁": 3406, + "▁this▁is▁": 3407, + "ity▁and▁": 3408, + "committ": 3409, + "guard": 3410, + "personal▁": 3411, + ",▁C": 3412, + "cruc": 3413, + "No▁": 3414, + "arrest": 3415, + "ent.": 3416, + "subsid": 3417, + "night": 3418, + "pover": 3419, + "ilities▁": 3420, + "Ed": 3421, + "▁My▁": 3422, + "face▁": 3423, + "weap": 3424, + "deli": 3425, + "dict": 3426, + "lex": 3427, + "i▁'s▁": 3428, + "ol▁": 3429, + "ance,▁": 3430, + "cand": 3431, + "idea▁": 3432, + "UN": 3433, + "Dr.": 3434, + "aper▁": 3435, + "you▁know": 3436, + "accident": 3437, + "proposals▁": 3438, + "▁Second": 3439, + "ists▁": 3440, + "could▁be▁": 3441, + "mut": 3442, + "excellent▁": 3443, + "cred": 3444, + "pet": 3445, + "th▁and▁": 3446, + "soldi": 3447, + "manages▁to▁": 3448, + "▁take▁the▁": 3449, + "above▁": 3450, + "grand": 3451, + "hid": 3452, + "▁Finally,▁": 3453, + "▁He▁is▁": 3454, + "until": 3455, + ",▁in▁the▁": 3456, + "strang": 3457, + "beaut": 3458, + "strategy▁": 3459, + "off▁the▁": 3460, + "Tr": 3461, + "writing.": 3462, + "mean▁": 3463, + "work.": 3464, + "Rob": 3465, + "proposed▁": 3466, + "areas": 3467, + "invit": 3468, + "unable▁to▁": 3469, + "▁  ▁.": 3470, + "foot": 3471, + "12": 3472, + "itself": 3473, + "leaves▁": 3474, + "what▁the▁": 3475, + "intent": 3476, + "▁transport▁": 3477, + "feat": 3478, + "▁Sh": 3479, + "an▁un": 3480, + "at▁least▁": 3481, + "k▁.": 3482, + "lies▁": 3483, + "▁It▁is": 3484, + "assum": 3485, + "ing▁them▁": 3486, + "mistak": 3487, + "ap▁": 3488, + "cal": 3489, + "living▁": 3490, + "civil▁": 3491, + "Right": 3492, + "wast": 3493, + "may▁be▁": 3494, + "ech▁": 3495, + "ect▁of▁": 3496, + "mil": 3497, + "ed▁up▁": 3498, + "early▁": 3499, + "scre": 3500, + ",▁who▁is▁": 3501, + "says▁": 3502, + "sustainable▁": 3503, + "strug": 3504, + "countries,▁": 3505, + "due▁to▁": 3506, + "person▁": 3507, + "Jan": 3508, + "be▁t": 3509, + "restrict": 3510, + "awar": 3511, + "joint▁": 3512, + "ess▁.": 3513, + "country": 3514, + "int▁of▁": 3515, + ",▁while▁": 3516, + "ference▁": 3517, + "end▁of▁the▁": 3518, + "announc": 3519, + "Commission▁to▁": 3520, + "has▁already▁": 3521, + "Presidency▁": 3522, + "German▁": 3523, + "sees▁": 3524, + "Convent": 3525, + "▁There▁are▁": 3526, + "atel": 3527, + "es▁that▁the▁": 3528, + "position": 3529, + "alu": 3530, + "draft▁": 3531, + ",▁because▁": 3532, + "Gu": 3533, + "s'▁": 3534, + "emiss": 3535, + "viously▁": 3536, + "Isra": 3537, + "analys": 3538, + "cra": 3539, + "enough▁": 3540, + "reflect": 3541, + ")▁Mr▁President,▁": 3542, + "make▁it▁": 3543, + "harmon": 3544, + "Gener": 3545, + "difficult▁": 3546, + "pic": 3547, + "ourselv": 3548, + "ure▁of▁": 3549, + "perform": 3550, + "ics▁": 3551, + "e▁them": 3552, + "ett": 3553, + "engag": 3554, + "institutions▁": 3555, + "fair": 3556, + "unch": 3557, + "ements▁": 3558, + "completely▁": 3559, + "Or": 3560, + "▁ther": 3561, + "single▁": 3562, + "reduct": 3563, + "rather▁": 3564, + "ait": 3565, + "brok": 3566, + "staff": 3567, + "▁First": 3568, + "cultural▁": 3569, + "example,▁": 3570, + "innov": 3571, + "existing▁": 3572, + "Commission.": 3573, + "cannot▁be▁": 3574, + "destroy": 3575, + "piec": 3576, + "st▁of▁": 3577, + "data▁": 3578, + "an▁'s▁": 3579, + "ago▁": 3580, + "actions▁": 3581, + "answ": 3582, + "Wil": 3583, + "Dav": 3584, + "e's▁": 3585, + "time▁": 3586, + "active▁": 3587, + "▁in▁writing.": 3588, + "Ph": 3589, + "by▁Mr": 3590, + "ward▁": 3591, + "en▁and▁": 3592, + "▁thes": 3593, + "in▁our▁": 3594, + "as▁they▁": 3595, + "9▁": 3596, + "point▁of▁": 3597, + "minut": 3598, + "eful": 3599, + "arrives▁": 3600, + "bir": 3601, + "imin": 3602, + "late▁": 3603, + "stag": 3604, + "for▁her▁": 3605, + "compani": 3606, + "i▁.": 3607, + "during▁": 3608, + "ai▁": 3609, + "workers▁": 3610, + "sud": 3611, + "round": 3612, + "apartment▁": 3613, + "sle": 3614, + "s▁out": 3615, + "▁I▁hop": 3616, + "ator▁": 3617, + "some▁of▁the▁": 3618, + "flex": 3619, + "icha": 3620, + "word▁": 3621, + "means": 3622, + "kills▁": 3623, + "rather▁than▁": 3624, + "long-": 3625, + "Ad": 3626, + "bomb": 3627, + "▁Be": 3628, + "cohes": 3629, + "obt": 3630, + "impos": 3631, + "economic▁and▁": 3632, + "ion▁is▁": 3633, + "imum▁": 3634, + "ing▁that▁the▁": 3635, + "etary▁": 3636, + "impact▁": 3637, + "answer": 3638, + "speak▁": 3639, + "management▁": 3640, + ",▁K": 3641, + "▁An▁": 3642, + "arget": 3643, + "opportun": 3644, + "House": 3645, + "life▁.": 3646, + "▁togeth": 3647, + "ublic▁": 3648, + "border▁": 3649, + "criminal▁": 3650, + "in▁that▁": 3651, + "did": 3652, + "o▁'s▁": 3653, + "close▁": 3654, + "mance▁": 3655, + "ens▁": 3656, + "cast": 3657, + "document": 3658, + "brought▁": 3659, + ",▁t": 3660, + "agenc": 3661, + "aband": 3662, + "so▁that▁": 3663, + "stop▁": 3664, + "in▁.": 3665, + "▁their": 3666, + "into": 3667, + "ence,▁": 3668, + "name▁": 3669, + "say▁that▁": 3670, + "kidn": 3671, + "hour": 3672, + "imag": 3673, + "s,▁which▁": 3674, + "either▁": 3675, + "based▁on▁": 3676, + "iven": 3677, + "oday": 3678, + "▁For": 3679, + "girlfriend▁": 3680, + "across▁the▁": 3681, + "Mad": 3682, + "date▁": 3683, + "door▁": 3684, + "essential▁": 3685, + "20▁": 3686, + "only": 3687, + "res▁": 3688, + "orders▁": 3689, + "activities▁": 3690, + "three▁": 3691, + "y's▁": 3692, + "▁Our▁": 3693, + "Fund": 3694, + "ather": 3695, + "ure,▁": 3696, + "specific": 3697, + "Mc": 3698, + "ra▁": 3699, + "he▁was▁": 3700, + "eless▁": 3701, + "▁there▁is▁": 3702, + "save▁": 3703, + "im▁": 3704, + "i▁and▁": 3705, + "ink▁": 3706, + "recently▁": 3707, + "examin": 3708, + "huge▁": 3709, + "elev": 3710, + "main": 3711, + "urb": 3712, + "on▁and▁": 3713, + "from▁his▁": 3714, + "itud": 3715, + "es,▁the▁": 3716, + "immediately▁": 3717, + "basic▁": 3718, + "uments▁": 3719, + "s,▁but▁": 3720, + "issue▁of▁": 3721, + "yn": 3722, + "no▁longer▁": 3723, + "big▁": 3724, + "it▁of▁": 3725, + "Sch": 3726, + "anish▁": 3727, + "on▁their▁": 3728, + "secret": 3729, + "adequ": 3730, + ",▁however,▁": 3731, + "Sec": 3732, + "cent▁": 3733, + "▁the▁Commission▁": 3734, + "access▁to▁": 3735, + "istic▁": 3736, + "consult": 3737, + "decisions▁": 3738, + "escape▁": 3739, + "class": 3740, + "group▁of▁": 3741, + "parents▁": 3742, + "▁tot": 3743, + "Democ": 3744, + "aught▁": 3745, + "ered▁": 3746, + "draw▁": 3747, + "s▁out▁": 3748, + "quot": 3749, + "six▁": 3750, + "to": 3751, + "observ": 3752, + "does▁n't▁": 3753, + "ograph": 3754, + "ana▁": 3755, + "aud": 3756, + "▁typ": 3757, + "ance▁to▁": 3758, + "myster": 3759, + "/200": 3760, + "ina▁": 3761, + "circum": 3762, + "occ": 3763, + "believe▁that▁the▁": 3764, + "prim": 3765, + "star": 3766, + "heav": 3767, + "ion▁that▁": 3768, + "policies▁": 3769, + "ating▁the▁": 3770, + "Ro": 3771, + "ederal▁": 3772, + "it▁will▁": 3773, + "share▁": 3774, + "as▁well▁as▁": 3775, + "uses▁": 3776, + "um-": 3777, + "De": 3778, + "natural▁": 3779, + "ological▁": 3780, + "commitment": 3781, + "ital": 3782, + "attract": 3783, + "relig": 3784, + "suic": 3785, + "Raj": 3786, + "▁travel": 3787, + "ly,▁the▁": 3788, + "a▁small▁": 3789, + "ing▁on▁": 3790, + "▁Fur": 3791, + "limit": 3792, + "progres": 3793, + "half▁": 3794, + "grant": 3795, + "questions▁": 3796, + "insist": 3797, + "norm": 3798, + "strengthen": 3799, + "labour▁": 3800, + "te": 3801, + "ed▁at▁the▁": 3802, + "herself▁": 3803, + "refug": 3804, + "Th": 3805, + "where▁they▁": 3806, + "mechanis": 3807, + "ed▁in▁a▁": 3808, + "▁took▁": 3809, + "ya▁": 3810, + "in▁favour▁": 3811, + "▁Par": 3812, + "ed▁by": 3813, + "ernal▁": 3814, + "yst": 3815, + "come▁to▁": 3816, + "years.": 3817, + "I▁would▁like▁to▁": 3818, + "Port": 3819, + "cle": 3820, + "ed▁this▁": 3821, + "poor▁": 3822, + "a▁lo": 3823, + "host": 3824, + "ling▁": 3825, + "concern▁": 3826, + "method": 3827, + "ations▁and▁": 3828, + "raq": 3829, + "s▁it▁": 3830, + "within▁": 3831, + "club": 3832, + "eless": 3833, + "aul▁": 3834, + "etim": 3835, + "future.": 3836, + "▁I▁think": 3837, + "and▁is▁": 3838, + "ing▁up▁": 3839, + "go▁to▁": 3840, + "down▁the▁": 3841, + "Inter": 3842, + "forced▁to▁": 3843, + "genu": 3844, + "a▁p": 3845, + "rail": 3846, + "recognis": 3847, + "fill": 3848, + "make▁the▁": 3849, + "‘": 3850, + "dialogue▁": 3851, + "sing": 3852, + "s▁at▁": 3853, + "ilat": 3854, + "disast": 3855, + "level▁of▁": 3856, + "As": 3857, + "ation▁in▁": 3858, + "ers▁,▁": 3859, + "illegal▁": 3860, + "erefore▁": 3861, + "▁town▁": 3862, + "es▁with▁": 3863, + "broad": 3864, + "-▁the▁": 3865, + "of▁her▁": 3866, + "▁Ev": 3867, + "Wh": 3868, + "anything���": 3869, + "AT": 3870, + "▁When▁the▁": 3871, + "ultim": 3872, + "veh": 3873, + "consider▁": 3874, + "Gr": 3875, + "▁talk▁": 3876, + "omor": 3877, + "important▁to▁": 3878, + "-in-Offic": 3879, + "aul": 3880, + "▁Mr▁President,▁the▁": 3881, + "rif": 3882, + "undertak": 3883, + "voted▁": 3884, + "uel": 3885, + "\\*": 3886, + "of▁our▁": 3887, + "e,▁but▁": 3888, + "include▁": 3889, + "market.": 3890, + "respons": 3891, + "Lisbon▁": 3892, + "colleg": 3893, + "occas": 3894, + "▁tell▁": 3895, + "diseas": 3896, + "ement.": 3897, + "companies▁": 3898, + "which▁we▁": 3899, + "d.": 3900, + ",▁but▁the▁": 3901, + "pull": 3902, + "11": 3903, + "▁Am": 3904, + "reci": 3905, + "experienc": 3906, + "starts▁": 3907, + "moment▁": 3908, + "rough": 3909, + "falls▁": 3910, + "denly▁": 3911, + "I▁think": 3912, + "▁though▁": 3913, + "relev": 3914, + "rich▁": 3915, + "institutional▁": 3916, + "orm": 3917, + "bey": 3918, + "Dec": 3919, + "Just": 3920, + "question▁of▁": 3921, + "'ll▁": 3922, + "Union": 3923, + "alk": 3924, + "e▁the▁t": 3925, + "based▁": 3926, + "back▁to▁the▁": 3927, + "ball▁": 3928, + "s▁them▁": 3929, + "has▁the▁": 3930, + "heard▁": 3931, + "annual▁": 3932, + "sent▁": 3933, + "Government▁": 3934, + "den▁": 3935, + "oh▁": 3936, + "estin": 3937, + "community▁": 3938, + "reach▁": 3939, + "ount▁of▁": 3940, + "a▁very▁": 3941, + "evalu": 3942, + "second": 3943, + "prevent▁": 3944, + "may": 3945, + "around▁the▁": 3946, + "read▁": 3947, + "regret": 3948, + "altern": 3949, + "ons▁": 3950, + "ively▁": 3951, + "ebr": 3952, + "shop": 3953, + "break▁": 3954, + "ities,▁": 3955, + "United▁States▁": 3956, + "with▁this▁": 3957, + "area▁of▁": 3958, + ",▁we▁are▁": 3959, + "industry▁": 3960, + "used▁to▁": 3961, + "need▁for▁": 3962, + "▁Mar": 3963, + "e▁trans": 3964, + "phot": 3965, + "ision▁": 3966, + "perf": 3967, + ",▁I▁am▁": 3968, + "begin▁": 3969, + "noc": 3970, + "y,▁the▁": 3971, + "ly▁and▁": 3972, + "capac": 3973, + "--": 3974, + "ensu": 3975, + "days▁": 3976, + "one.": 3977, + "Sar": 3978, + "where": 3979, + "however▁,▁": 3980, + "lives▁": 3981, + "General▁": 3982, + "such▁as▁the▁": 3983, + "receive▁": 3984, + "recover": 3985, + "unfortun": 3986, + "end▁the▁": 3987, + "ney▁": 3988, + "given": 3989, + "when▁it▁": 3990, + "people": 3991, + "begins▁": 3992, + "antic▁": 3993, + "on▁to▁": 3994, + "politic": 3995, + "audi": 3996, + "continue▁": 3997, + "consumer▁": 3998, + "re-": 3999, + "house▁.": 4000, + "risk": 4001, + "perhaps▁": 4002, + "Bl": 4003, + "candid": 4004, + "▁true▁": 4005, + "pens": 4006, + "wealth": 4007, + "circumst": 4008, + "ony▁": 4009, + "itional▁": 4010, + "outh▁": 4011, + "▁that▁we▁are▁": 4012, + "rescu": 4013, + "▁Group": 4014, + "ef▁": 4015, + ",▁I▁would▁": 4016, + "ge": 4017, + "▁Therefore": 4018, + "rown▁": 4019, + "example": 4020, + "accept▁": 4021, + "Kar": 4022, + "enj": 4023, + "17": 4024, + "en▁.": 4025, + "Ear": 4026, + "z▁": 4027, + "eat": 4028, + "ency.": 4029, + "decision": 4030, + "shown▁": 4031, + "dream": 4032, + "island▁": 4033, + "s▁for▁the▁": 4034, + "direct▁": 4035, + "ook▁": 4036, + "campa": 4037, + "consc": 4038, + "indeed▁": 4039, + "committee▁": 4040, + "in▁S": 4041, + "Man": 4042, + "bul": 4043, + "giving▁": 4044, + "tru": 4045, + "CB-": 4046, + "search▁": 4047, + "estim": 4048, + "heart": 4049, + "s▁t": 4050, + "es▁him▁": 4051, + "ation▁is▁": 4052, + "s▁that▁he▁": 4053, + "witness": 4054, + "fact▁that▁the▁": 4055, + "ike▁": 4056, + "rative▁": 4057, + "when▁she▁": 4058, + ",▁H": 4059, + "▁As▁a▁": 4060, + "except": 4061, + "instrument": 4062, + "ge▁": 4063, + "it▁has▁": 4064, + "principle▁of▁": 4065, + "balanc": 4066, + "13": 4067, + "Council.": 4068, + ";▁the▁": 4069, + "representativ": 4070, + "▁They▁are▁": 4071, + "s▁they▁": 4072, + "black▁": 4073, + "suppos": 4074, + "with▁their▁": 4075, + "policy,▁": 4076, + "mater": 4077, + "Rul": 4078, + "warn": 4079, + "wedd": 4080, + "ourable▁": 4081, + "reli": 4082, + "ify▁": 4083, + "feel▁": 4084, + "confirm": 4085, + "looks▁": 4086, + "ee▁": 4087, + "see▁the▁": 4088, + "poll": 4089, + "are▁th": 4090, + "gi": 4091, + "phone▁": 4092, + "Constitut": 4093, + "additional▁": 4094, + "ladies▁and▁gentlemen,▁": 4095, + "Amendment▁": 4096, + "budgetary▁": 4097, + "Co": 4098, + "Democrat": 4099, + "fair▁": 4100, + "New▁York▁": 4101, + "in▁and▁": 4102, + "appar": 4103, + "can▁not▁": 4104, + "Court▁of▁": 4105, + "custom": 4106, + ".▁''": 4107, + "▁Fr": 4108, + "in▁her▁": 4109, + ",▁or▁": 4110, + "hal": 4111, + "spok": 4112, + "recogniz": 4113, + "look": 4114, + "an▁important▁": 4115, + "available▁": 4116, + "ble▁": 4117, + "e?": 4118, + "impress": 4119, + "i'm▁": 4120, + "of▁course,▁": 4121, + "probably▁": 4122, + "year.": 4123, + "passeng": 4124, + "violence▁": 4125, + "renew": 4126, + "S▁": 4127, + "itarian▁": 4128, + "importance▁": 4129, + "regions▁": 4130, + "agrap": 4131, + "East": 4132, + "how▁to▁": 4133, + "project▁": 4134, + "ite▁the▁": 4135, + "here.": 4136, + "rural▁": 4137, + "insid": 4138, + "ensure▁": 4139, + "months▁": 4140, + "▁transport": 4141, + "mach": 4142, + "ery▁": 4143, + "ost▁of▁": 4144, + "divers": 4145, + "'.": 4146, + "board▁": 4147, + "procedure▁": 4148, + "his▁own▁": 4149, + ",▁I▁would▁like▁to▁": 4150, + "▁-▁(": 4151, + "cli": 4152, + "is▁t": 4153, + "among▁": 4154, + "very▁much▁": 4155, + "ient▁": 4156, + "ing▁on▁the▁": 4157, + "like▁the▁": 4158, + "led▁": 4159, + ",▁on▁the▁": 4160, + ",▁and▁he▁": 4161, + "itch": 4162, + "bad▁": 4163, + "beautif": 4164, + "euro▁": 4165, + "▁Unfortun": 4166, + "home▁.": 4167, + "works▁": 4168, + "▁Desp": 4169, + "▁Her▁": 4170, + "you▁are▁": 4171, + "highlight": 4172, + "focus▁": 4173, + "steal": 4174, + "bear": 4175, + "Parliament's▁": 4176, + "univers": 4177, + "die▁": 4178, + "original▁": 4179, + "potential▁": 4180, + "Jack▁": 4181, + "▁Ch": 4182, + ",▁as▁well▁": 4183, + ",▁therefore": 4184, + "knoc": 4185, + "record": 4186, + "CO": 4187, + "Centr": 4188, + "lex▁": 4189, + "▁All": 4190, + "14": 4191, + "ari": 4192, + "fishing▁": 4193, + "mount": 4194, + "town▁": 4195, + "replac": 4196, + "Jam": 4197, + "pun": 4198, + "all,▁": 4199, + "▁themselves▁": 4200, + "erran": 4201, + "Ex": 4202, + "es'▁": 4203, + "a▁single▁": 4204, + "AC": 4205, + "Angel": 4206, + "Iraq": 4207, + "mem": 4208, + "yle▁": 4209, + "schem": 4210, + "simil": 4211, + "on▁,▁": 4212, + "battle▁": 4213, + "refuses▁to▁": 4214, + "▁tax": 4215, + "maintain": 4216, + "Palestin": 4217, + "Se": 4218, + ",▁that▁the▁": 4219, + "met▁": 4220, + "growth▁": 4221, + "imm": 4222, + "lea": 4223, + "later▁,▁": 4224, + "drop": 4225, + "itim": 4226, + "external▁": 4227, + "absolutely▁": 4228, + "uary▁": 4229, + "enterpris": 4230, + "o▁,▁": 4231, + "nar": 4232, + "John": 4233, + "experience▁": 4234, + "villag": 4235, + "because▁of▁": 4236, + "enabl": 4237, + "al▁of▁": 4238, + "which▁will▁": 4239, + "rav": 4240, + "behind": 4241, + "Japan": 4242, + "%▁of▁": 4243, + "ations▁of▁": 4244, + "would▁have▁": 4245, + "resources▁": 4246, + "simpl": 4247, + "it▁is": 4248, + "means▁of▁": 4249, + "▁Then▁": 4250, + "it▁is▁not▁": 4251, + "sitt": 4252, + "cours": 4253, + "of▁that▁": 4254, + "better": 4255, + "service▁": 4256, + "rip": 4257, + "ency,▁": 4258, + "child": 4259, + "ed▁from▁the▁": 4260, + "essential": 4261, + "opinion▁": 4262, + "iterran": 4263, + "cut▁": 4264, + "wis": 4265, + "ush▁": 4266, + "killing▁": 4267, + "avoid": 4268, + "ne▁": 4269, + "meeting▁": 4270, + "damag": 4271, + "avoid▁": 4272, + "be▁taken▁": 4273, + "stab": 4274, + "▁In▁addition": 4275, + "wear": 4276, + "sometim": 4277, + "ition▁of▁": 4278, + "lead▁": 4279, + "catch": 4280, + "world.": 4281, + "ague▁": 4282, + "'t": 4283, + "y,▁and▁": 4284, + "reh": 4285, + "express▁": 4286, + "Tom": 4287, + "itive▁": 4288, + "develop▁": 4289, + ",▁so▁": 4290, + "European": 4291, + "other▁word": 4292, + "when▁they▁": 4293, + "Portug": 4294, + "deliver": 4295, + "depart": 4296, + "Str": 4297, + "what▁we▁": 4298, + "significant▁": 4299, + "kind": 4300, + "with▁an▁": 4301, + "ity▁of▁": 4302, + "▁However▁": 4303, + "▁thank▁the▁": 4304, + "iter": 4305, + "if▁he▁": 4306, + "carry▁": 4307, + "precis": 4308, + "16": 4309, + "ester": 4310, + "stay": 4311, + "Member▁States,▁": 4312, + "past": 4313, + "ance▁and▁": 4314, + "un▁": 4315, + "pil": 4316, + "proceed": 4317, + "her▁father▁": 4318, + "iber": 4319, + "gang▁": 4320, + "in▁my▁": 4321, + "needs▁to▁be▁": 4322, + "member▁": 4323, + "ising▁": 4324, + "who▁have▁": 4325, + "of▁those▁": 4326, + "occup": 4327, + "should▁not▁": 4328, + "period": 4329, + "returns▁to▁": 4330, + "substant": 4331, + "exact": 4332, + "despite▁": 4333, + "asked▁": 4334, + "é": 4335, + "eph": 4336, + "building▁": 4337, + "regn": 4338, + "hur": 4339, + "shar": 4340, + "possible.": 4341, + "she▁has▁": 4342, + "ibility▁": 4343, + "ins": 4344, + "er▁who▁": 4345, + "offers▁": 4346, + "e▁them▁": 4347, + "someone▁": 4348, + "about▁to▁": 4349, + "since▁the▁": 4350, + "sil": 4351, + "village▁": 4352, + "accident▁": 4353, + "▁Further": 4354, + "gain": 4355, + "condem": 4356, + "its▁own▁": 4357, + "rout": 4358, + "compreh": 4359, + "fem": 4360, + "increasingly▁": 4361, + "amendment▁": 4362, + "Mediterran": 4363, + "'ve▁": 4364, + "benefit▁": 4365, + "rest▁of▁the▁": 4366, + "explo": 4367, + "success▁": 4368, + "intervent": 4369, + "rights▁": 4370, + "find▁the▁": 4371, + "mann": 4372, + "▁time.": 4373, + "of▁course▁": 4374, + "gone▁": 4375, + "rag": 4376, + "asyl": 4377, + "commerc": 4378, + "offer▁": 4379, + "crime▁": 4380, + "ane▁": 4381, + "dog": 4382, + "where▁he▁": 4383, + "caught▁": 4384, + "Mr.": 4385, + "board": 4386, + "eve▁": 4387, + "mone": 4388, + "/9": 4389, + "30": 4390, + "once▁again▁": 4391, + "prepare": 4392, + "ine": 4393, + "al▁to▁": 4394, + "of▁the▁Commission": 4395, + "society▁": 4396, + "25": 4397, + "princip": 4398, + "need▁to▁be▁": 4399, + "deep": 4400, + "bos": 4401, + "oot▁": 4402, + "sych": 4403, + "remov": 4404, + "protect▁": 4405, + "nor▁": 4406, + "weak": 4407, + "concerned▁": 4408, + "occur": 4409, + "her▁husband▁": 4410, + "advantag": 4411, + "Israel": 4412, + "Fin": 4413, + "leaving▁": 4414, + "decide▁to▁": 4415, + "enlargement▁": 4416, + "ed▁out": 4417, + "clar": 4418, + "all▁of▁": 4419, + "mand": 4420, + "ed▁to": 4421, + "chur": 4422, + ",▁P": 4423, + "can▁only▁": 4424, + "▁Whil": 4425, + "lor": 4426, + "persu": 4427, + "contract": 4428, + "anti-": 4429, + "ma▁": 4430, + "ed▁his▁": 4431, + "moment": 4432, + "on▁T": 4433, + "havi": 4434, + "being": 4435, + "Ma": 4436, + "ke▁": 4437, + "understand▁": 4438, + "hard▁": 4439, + "concerns▁": 4440, + "production▁": 4441, + "shows▁": 4442, + "mission▁": 4443, + "emphasis": 4444, + "▁talk": 4445, + "Develop": 4446, + "▁Although▁": 4447, + "i▁don't▁": 4448, + "while▁the▁": 4449, + "history▁": 4450, + "▁that.": 4451, + "as▁it▁": 4452, + "including▁the▁": 4453, + "neighbour": 4454, + "voic": 4455, + "South": 4456, + "▁During▁the▁": 4457, + "que▁": 4458, + "ers▁to▁": 4459, + "e▁these▁": 4460, + "ain▁the▁": 4461, + "mir": 4462, + "member": 4463, + "▁thre": 4464, + "distribut": 4465, + "research": 4466, + "if▁they▁": 4467, + "cover▁": 4468, + "hang": 4469, + "Member▁State▁": 4470, + "mast": 4471, + "rate▁": 4472, + "opt▁": 4473, + "crew▁": 4474, + "doubt": 4475, + "sit": 4476, + "illy▁": 4477, + "k▁and▁": 4478, + "structural▁": 4479, + "conflict": 4480, + "in▁its▁": 4481, + "eld": 4482, + "consequenc": 4483, + "which▁I▁": 4484, + "ster▁": 4485, + "net▁": 4486, + "paragrap": 4487, + "s▁,▁and▁": 4488, + "itten▁": 4489, + "beginning▁": 4490, + "ussel": 4491, + "▁That▁is▁why▁": 4492, + "is▁still▁": 4493, + "neg": 4494, + "get▁the▁": 4495, + "investment▁": 4496, + "angr": 4497, + "behavi": 4498, + "have▁to▁be▁": 4499, + "alloc": 4500, + "reveng": 4501, + "correct": 4502, + ",▁his▁": 4503, + "ors": 4504, + "conom": 4505, + "short▁": 4506, + "have▁not▁": 4507, + "affair▁": 4508, + "▁than▁the▁": 4509, + "prison▁": 4510, + "ench": 4511, + "perspect": 4512, + "North": 4513, + "like▁to▁thank▁": 4514, + "in▁fact▁": 4515, + "Mart": 4516, + ",▁G": 4517, + "2000": 4518, + "medic": 4519, + "level.": 4520, + "promote▁": 4521, + "way▁of▁": 4522, + "deleg": 4523, + "describ": 4524, + "fra": 4525, + "hy": 4526, + "week▁": 4527, + "peace▁": 4528, + "▁If▁we▁": 4529, + "ary": 4530, + "ive.": 4531, + "▁throughout▁the▁": 4532, + "sell": 4533, + "scop": 4534, + "Parliament.": 4535, + "settl": 4536, + "uff": 4537, + "members▁of▁the▁": 4538, + "ritor": 4539, + "and▁this▁": 4540, + "subject▁": 4541, + "seems▁to▁": 4542, + "ation▁for▁": 4543, + "▁All▁": 4544, + "Jun": 4545, + "was▁not▁": 4546, + "establish▁": 4547, + "people.": 4548, + "exerc": 4549, + "guidelin": 4550, + "fire▁": 4551, + "provisions▁": 4552, + "beautiful▁": 4553, + "gas▁": 4554, + "item▁": 4555, + "-LRB-▁-LRB-▁-LRB-▁": 4556, + "ai": 4557, + "erb": 4558, + "brid": 4559, + "development▁of▁": 4560, + "abandon": 4561, + "development": 4562, + "War": 4563, + "possibility▁": 4564, + "pregn": 4565, + "ping▁": 4566, + "es▁to▁be▁": 4567, + "both▁the▁": 4568, + "small": 4569, + "proposal▁for▁a▁": 4570, + "demonstr": 4571, + "send▁": 4572, + "es▁on▁": 4573, + "ric▁": 4574, + "sister▁": 4575, + "Cor": 4576, + "ual": 4577, + "rol": 4578, + "it▁is▁a▁": 4579, + "voted▁in▁": 4580, + "estern▁": 4581, + ",▁A": 4582, + "structur": 4583, + "consumer": 4584, + "or▁and▁": 4585, + "parties▁": 4586, + "mb": 4587, + "left": 4588, + "s▁that▁are▁": 4589, + "house▁,▁": 4590, + "blood▁": 4591, + "e▁of▁a▁": 4592, + "justic": 4593, + "rough▁": 4594, + "summ": 4595, + "happy▁": 4596, + "Treaty▁of▁": 4597, + "running▁": 4598, + "matter▁of▁": 4599, + "squ": 4600, + "1.": 4601, + "Bob": 4602, + "legitim": 4603, + "pollut": 4604, + "cohol": 4605, + "natur": 4606, + "pan": 4607, + "dead": 4608, + "wound": 4609, + "United▁N": 4610, + "a▁tr": 4611, + "hund": 4612, + "ud▁": 4613, + "demonstrat": 4614, + "remember": 4615, + "visit▁": 4616, + "home▁,▁": 4617, + "priority▁": 4618, + "ous▁and▁": 4619, + "had▁to▁": 4620, + "rig": 4621, + "counter": 4622, + "▁to▁his▁": 4623, + "setting▁": 4624, + "introduct": 4625, + "well-": 4626, + "formance▁": 4627, + "account▁": 4628, + "if▁you▁": 4629, + "resolv": 4630, + "exchang": 4631, + "who▁has▁": 4632, + "smo": 4633, + "Swed": 4634, + "boat▁": 4635, + "solidarity▁": 4636, + "dri": 4637, + "198": 4638, + "is▁being▁": 4639, + "empor": 4640, + "imens": 4641, + "equal▁": 4642, + "dy▁": 4643, + "drive▁": 4644, + "facilit": 4645, + "competitiven": 4646, + "▁The▁two▁": 4647, + "effect▁": 4648, + "become▁a▁": 4649, + "gun▁": 4650, + "repeat": 4651, + "SE": 4652, + "▁It▁is▁a▁": 4653, + "link": 4654, + "Treaty▁": 4655, + "had▁a▁": 4656, + "phys": 4657, + "also▁the▁": 4658, + "s▁which▁": 4659, + "e▁that▁this▁": 4660, + "year-": 4661, + "’▁": 4662, + "Be": 4663, + "infra": 4664, + "mid": 4665, + "fellow▁": 4666, + "very": 4667, + "yr": 4668, + "Bur": 4669, + "Jim": 4670, + "languag": 4671, + "wide▁": 4672, + "Mr▁B": 4673, + "increased▁": 4674, + "review▁": 4675, + "accidentally▁": 4676, + "sure▁": 4677, + "stress": 4678, + "area.": 4679, + "declar": 4680, + "al▁.": 4681, + "Europe's▁": 4682, + "falls▁in���": 4683, + "necessary▁to▁": 4684, + "C▁": 4685, + "He": 4686, + "er▁in▁": 4687, + "out▁that▁": 4688, + "rend": 4689, + "s?": 4690, + "▁I▁also▁": 4691, + "belong": 4692, + "Mus": 4693, + "on▁her▁": 4694, + "form▁of▁": 4695, + "highly▁": 4696, + "suspect": 4697, + "dy": 4698, + "safe": 4699, + "because▁they▁": 4700, + "East▁": 4701, + "increase▁": 4702, + "employe": 4703, + "pressure▁": 4704, + "hotel▁": 4705, + "David▁": 4706, + "ray": 4707, + "ather▁": 4708, + "ief▁": 4709, + "forces▁": 4710, + "ww": 4711, + "Polic": 4712, + "a's▁": 4713, + "ichael▁": 4714, + "aver": 4715, + "ished▁": 4716, + "least": 4717, + "▁Of▁": 4718, + "amount": 4719, + "increasing▁": 4720, + "Kos": 4721, + "s▁as▁": 4722, + "oph": 4723, + "set▁up▁": 4724, + "death▁.": 4725, + "s▁to": 4726, + "appreci": 4727, + "realizes▁that▁": 4728, + "complic": 4729, + "s▁have▁": 4730, + "ilis": 4731, + "ift": 4732, + "adopted▁": 4733, + "10▁": 4734, + "s▁an▁": 4735, + "sourc": 4736, + "stability▁": 4737, + "is▁now▁": 4738, + "unaccept": 4739, + "▁After▁the▁": 4740, + "army▁": 4741, + "compromise▁": 4742, + "Bo": 4743, + "plant": 4744, + "▁thous": 4745, + "iet▁": 4746, + "ux": 4747, + "alcohol": 4748, + "Pl": 4749, + "EU's▁": 4750, + "citizens.": 4751, + "opportunity▁": 4752, + "lawy": 4753, + "book▁": 4754, + "I▁think▁": 4755, + "came▁": 4756, + "mass": 4757, + "▁Furthermore": 4758, + "s,": 4759, + "▁–": 4760, + "which,▁": 4761, + "ely▁to▁": 4762, + "proper▁": 4763, + "volunt": 4764, + "ensure▁that▁the▁": 4765, + "matters▁": 4766, + ",▁but▁also▁": 4767, + "underst": 4768, + "ier▁": 4769, + "European▁Commission▁": 4770, + "unt▁": 4771, + "istic": 4772, + "suppl": 4773, + "carried▁out▁": 4774, + "suit": 4775, + "administrative▁": 4776, + "birth": 4777, + "men": 4778, + "se.": 4779, + "manu": 4780, + "communication▁": 4781, + "in▁particular": 4782, + "German": 4783, + "Spanish▁": 4784, + "era▁": 4785, + "adopt▁": 4786, + "case▁of▁": 4787, + "ones▁": 4788, + "reserv": 4789, + "suddenly▁": 4790, + "Mor": 4791, + "▁Secondly,▁": 4792, + "confess": 4793, + "Directive▁": 4794, + "ate.": 4795, + "ing▁is▁": 4796, + "exclus": 4797, + "street▁": 4798, + "congratulate▁": 4799, + "anyone▁": 4800, + "or▁to▁": 4801, + "but▁also▁": 4802, + "responsibilit": 4803, + "Member": 4804, + "U.": 4805, + "four": 4806, + "comput": 4807, + "ored▁": 4808, + "EU.": 4809, + "calls▁": 4810, + "practical▁": 4811, + "complete▁": 4812, + "student▁": 4813, + "issue.": 4814, + "draft": 4815, + "ilateral▁": 4816, + "house": 4817, + "advis": 4818, + "performance▁": 4819, + "brief": 4820, + "ped▁": 4821, + "gave▁": 4822, + "low▁": 4823, + "is▁to▁be▁": 4824, + "falls▁in▁love▁": 4825, + "danc": 4826, + "ally▁the▁": 4827, + "Hel": 4828, + "third▁": 4829, + "process.": 4830, + ",▁we▁have▁": 4831, + "react": 4832, + "expos": 4833, + "▁Pro": 4834, + "boyfriend▁": 4835, + "incor": 4836, + "brings▁": 4837, + "requirement": 4838, + "log": 4839, + "strategic▁": 4840, + "psych": 4841, + "ia.": 4842, + "humanitarian▁": 4843, + "alive▁": 4844, + "eter": 4845, + "ate▁and▁": 4846, + "bodi": 4847, + "L)": 4848, + "ense▁": 4849, + ",▁we▁must▁": 4850, + "oday▁": 4851, + "drug▁": 4852, + "iss▁": 4853, + "e▁two▁": 4854, + "▁The▁t": 4855, + "▁Their▁": 4856, + "remind": 4857, + "auc": 4858, + "▁time▁to▁": 4859, + ".▁-▁": 4860, + "considerable▁": 4861, + "sexual▁": 4862, + "b▁": 4863, + "an▁,▁": 4864, + "we▁need▁to▁": 4865, + "have▁th": 4866, + "guard▁": 4867, + "Ab": 4868, + "process▁of▁": 4869, + "follow▁": 4870, + "find▁a▁": 4871, + "liberalis": 4872, + "front▁": 4873, + "000": 4874, + "independent▁": 4875, + "Econom": 4876, + "cost▁": 4877, + "between": 4878, + "directly▁": 4879, + "journ": 4880, + "Serv": 4881, + "WT": 4882, + "orc": 4883, + ",▁not▁": 4884, + "Committe": 4885, + "given���the▁": 4886, + "economy▁": 4887, + "choic": 4888, + "conflict▁": 4889, + "cross-": 4890, + "fisheries▁": 4891, + "s▁this▁": 4892, + "Regul": 4893, + "manufact": 4894, + "pill": 4895, + "benefit": 4896, + "field": 4897, + "bank": 4898, + "far▁as▁": 4899, + "improve▁": 4900, + "doctor▁": 4901, + "ately,▁": 4902, + "asking▁": 4903, + "statement▁": 4904, + "model": 4905, + "D▁": 4906, + "country.": 4907, + "education▁": 4908, + "Social▁": 4909, + "parliamentary▁": 4910, + "fel": 4911, + "wood": 4912, + "▁thos": 4913, + "extend": 4914, + "voted▁in▁favour▁": 4915, + "al▁t": 4916, + "equip": 4917, + "accordance▁": 4918, + "a▁series▁of▁": 4919, + "ins▁": 4920, + "concerning▁the▁": 4921, + "border": 4922, + "won": 4923, + "Isl": 4924, + "anct": 4925, + "Russian▁": 4926, + "uman▁": 4927, + "assistance▁": 4928, + "zz": 4929, + "drawn▁": 4930, + "ing▁for▁the▁": 4931, + "▁The▁first▁": 4932, + "ed▁into▁": 4933, + "up▁and▁": 4934, + "e▁too▁": 4935, + "IT": 4936, + "|▁": 4937, + "know▁that▁": 4938, + "family▁.": 4939, + "is▁that▁the▁": 4940, + "way.": 4941, + "environment▁": 4942, + "freedom▁of▁": 4943, + "Res": 4944, + "ed,▁and▁": 4945, + "in▁L": 4946, + "European▁Council▁": 4947, + "him▁,▁": 4948, + "entire": 4949, + "conduct": 4950, + "ource▁": 4951, + "on▁the▁basis▁": 4952, + "▁When": 4953, + "fellow": 4954, + "&": 4955, + "Communit": 4956, + "Tom▁": 4957, + "capital▁": 4958, + "request▁": 4959, + "build▁": 4960, + "-h": 4961, + "out▁.": 4962, + "-LRB-": 4963, + "slow": 4964, + "funds▁": 4965, + "50": 4966, + "vest": 4967, + "ective▁": 4968, + "enorm": 4969, + "as▁regard": 4970, + "Franc": 4971, + "again▁.": 4972, + "combin": 4973, + "advert": 4974, + "▁Acc": 4975, + "administr": 4976, + "bad": 4977, + "ed▁as▁a▁": 4978, + "▁How▁": 4979, + "ough▁the▁": 4980, + "Member▁States▁to▁": 4981, + "you▁can▁": 4982, + "Party▁": 4983, + "listen": 4984, + "famous▁": 4985, + "sex▁": 4986, + "struggl": 4987, + "however▁": 4988, + "most": 4989, + "year-old▁": 4990, + "Kosov": 4991, + "guil": 4992, + "lip": 4993, + "reluct": 4994, + "a▁great▁": 4995, + "an▁is▁": 4996, + "death": 4997, + "hope▁that▁": 4998, + "a▁number▁of▁": 4999, + "Irish▁": 5000, + "-LCB-▁-LCB-▁": 5001, + "bit▁": 5002, + "▁then": 5003, + "▁I▁therefore▁": 5004, + "known": 5005, + "▁team▁": 5006, + "scr": 5007, + "-RCB-": 5008, + "sized▁": 5009, + "-in-Office▁of▁the▁": 5010, + "enh": 5011, + "endit": 5012, + "products▁": 5013, + "ion▁in▁the▁": 5014, + "attitud": 5015, + "away▁.": 5016, + "away": 5017, + "ium▁": 5018, + "▁And": 5019, + "secut": 5020, + ".▁-▁(": 5021, + "wood▁": 5022, + "attend": 5023, + "acher▁": 5024, + "outside▁": 5025, + "up▁to▁the▁": 5026, + "▁technical▁": 5027, + "animal▁": 5028, + "music▁": 5029, + "a▁good▁": 5030, + "acknowledg": 5031, + "mechanism": 5032, + "cult": 5033, + "cloth": 5034, + "leading▁": 5035, + "noth": 5036, + "contr": 5037, + ",▁but▁he▁": 5038, + "prefer": 5039, + "ity▁to▁": 5040, + "▁At▁the▁same▁tim": 5041, + "studi": 5042, + "paid▁": 5043, + "ing▁it▁": 5044, + "balance▁": 5045, + "long-term▁": 5046, + "▁No▁": 5047, + "surround": 5048, + "result▁of▁": 5049, + "Su": 5050, + "urn": 5051, + "stol": 5052, + "you▁to▁": 5053, + "co-": 5054, + "oil▁": 5055, + "went▁": 5056, + "supervis": 5057, + "ately": 5058, + "arily▁": 5059, + "whom": 5060, + "ity▁.": 5061, + "▁In▁my▁": 5062, + "wrong": 5063, + "review": 5064, + "▁that▁we▁have▁": 5065, + "o.": 5066, + "me▁to▁": 5067, + "relevant▁": 5068, + "astr": 5069, + "dimens": 5070, + "ent▁to▁": 5071, + "view▁of▁the▁": 5072, + "o▁is▁": 5073, + "search": 5074, + "everyth": 5075, + ",▁though▁": 5076, + "European▁Union,▁": 5077, + "newsp": 5078, + "$▁": 5079, + "abus": 5080, + "i▁,▁": 5081, + "es▁to": 5082, + "exic": 5083, + "scientific▁": 5084, + "ions▁to▁": 5085, + "Mat": 5086, + "contact▁": 5087, + "condemn": 5088, + "ed▁an▁": 5089, + "ation▁that▁": 5090, + "quart": 5091, + "implementation▁of▁the▁": 5092, + "-RCB-▁-RCB-": 5093, + "▁they▁have▁": 5094, + "paint": 5095, + "restaur": 5096, + "Christian▁": 5097, + "Juli": 5098, + "International▁": 5099, + "Jerry▁": 5100, + "ification▁": 5101, + "desir": 5102, + "Italian▁": 5103, + ",▁to▁the▁": 5104, + "wil": 5105, + "credi": 5106, + "governmental▁": 5107, + "Leg": 5108, + "hit▁": 5109, + "beat": 5110, + "compli": 5111, + "honourable▁": 5112, + "e,▁which▁": 5113, + "creation▁of▁": 5114, + "married▁": 5115, + "marriage▁": 5116, + "povert": 5117, + "overall▁": 5118, + "interpret": 5119, + "▁Parliam": 5120, + "man▁.": 5121, + "earlier▁": 5122, + "kidnapp": 5123, + "insur": 5124, + "ed,▁the▁": 5125, + "fight▁against▁": 5126, + "bank▁": 5127, + "elimin": 5128, + "rying▁": 5129, + "medium-": 5130, + "▁Member▁States▁": 5131, + "▁Up": 5132, + "stage▁": 5133, + "ox": 5134, + "push": 5135, + "wak": 5136, + "▁It": 5137, + "sometimes▁": 5138, + "inspect": 5139, + "report▁on▁the▁": 5140, + "Central▁": 5141, + "dro": 5142, + "saw▁": 5143, + "asylum▁": 5144, + "s▁of": 5145, + "model▁": 5146, + "vel▁": 5147, + "inking▁": 5148, + "court": 5149, + "older▁": 5150, + "ability▁to▁": 5151, + "enjoy": 5152, + "urity▁": 5153, + "wrong▁": 5154, + "unch▁": 5155, + "because▁it▁": 5156, + "oral▁": 5157, + "edy▁": 5158, + "wanted▁to▁": 5159, + "desper": 5160, + "citizens": 5161, + "omen": 5162, + "for▁an▁": 5163, + "ed▁by▁his▁": 5164, + "becoming▁": 5165, + "pap": 5166, + "are▁to▁": 5167, + "meant": 5168, + "▁Bec": 5169, + "arry▁": 5170, + "▁I▁should▁like▁to▁": 5171, + ",▁there▁are▁": 5172, + "sanct": 5173, + "comment": 5174, + "demand▁": 5175, + "stra": 5176, + "grab": 5177, + "ies▁.": 5178, + "subsequ": 5179, + "street": 5180, + "Brussel": 5181, + "crucial▁": 5182, + "federal▁": 5183, + "Mr▁S": 5184, + "dram": 5185, + "in▁love▁with▁": 5186, + "t▁,▁": 5187, + "drun": 5188, + "enem": 5189, + "field▁of▁": 5190, + "opportunities▁": 5191, + "ie▁,▁": 5192, + "never": 5193, + "doll": 5194, + "▁There▁is▁": 5195, + "uel▁": 5196, + "ith": 5197, + "expendit": 5198, + "sector.": 5199, + "▁Later▁,▁": 5200, + "King": 5201, + "reconc": 5202, + "use▁the▁": 5203, + "Sum": 5204, + ",▁when▁": 5205, + "Turkey▁": 5206, + "Sha": 5207, + "degre": 5208, + "Chinese▁": 5209, + "Cy": 5210, + "women": 5211, + "▁Let▁us▁": 5212, + "V▁": 5213, + "i▁think▁": 5214, + "very▁important▁": 5215, + "▁This▁is▁a▁": 5216, + "affair": 5217, + "among▁the▁": 5218, + ",▁N": 5219, + "end▁of▁": 5220, + "chem": 5221, + "a▁sign": 5222, + "agree▁with▁": 5223, + "plot▁": 5224, + "nearby▁": 5225, + "apolog": 5226, + "assass": 5227, + "industrial▁": 5228, + "agrees▁to▁": 5229, + "law.": 5230, + "▁that▁the▁Commission▁": 5231, + "▁thinking▁": 5232, + "Mal": 5233, + "another": 5234, + "ers▁in▁": 5235, + "democracy▁": 5236, + "Irel": 5237, + "south": 5238, + "people▁who▁": 5239, + "scene▁": 5240, + "rightly▁": 5241, + "Ros": 5242, + "fish▁": 5243, + "ience▁": 5244, + "yester": 5245, + "station▁": 5246, + "▁It▁was▁": 5247, + "judic": 5248, + "aptain▁": 5249, + "protection▁of▁": 5250, + "delay": 5251, + "return▁to▁": 5252, + "hat": 5253, + "acy▁": 5254, + "le▁.": 5255, + "ender▁": 5256, + "official▁": 5257, + "Mr ": 5258, + "canc": 5259, + "sends▁": 5260, + "compens": 5261, + "high-": 5262, + "spend": 5263, + "e▁,▁he▁": 5264, + "hope▁": 5265, + "s▁by▁": 5266, + "equal": 5267, + "Uk": 5268, + "ger": 5269, + "ent▁of▁": 5270, + "▁He▁t": 5271, + ",▁in▁particular": 5272, + "launch": 5273, + "respect▁for▁": 5274, + "exchange▁": 5275, + "▁Never": 5276, + "Prot": 5277, + "born▁": 5278, + "Sam": 5279, + "y▁to▁the▁": 5280, + "proport": 5281, + "do▁so▁": 5282, + "▁Per": 5283, + "▁The▁European▁Union▁": 5284, + "oth▁": 5285, + "is▁in▁": 5286, + "her▁mother▁": 5287, + "mysterious▁": 5288, + "convent": 5289, + "worth": 5290, + "▁More": 5291, + "years,▁": 5292, + "▁Now": 5293, + "frequ": 5294, + "regarding▁the▁": 5295, + "growing▁": 5296, + "hunt": 5297, + "welcome▁": 5298, + "about▁a▁": 5299, + "motion▁": 5300, + "plans▁to▁": 5301, + "idden▁": 5302, + "outside▁the▁": 5303, + "%▁of▁the▁": 5304, + "crow": 5305, + "ance▁.": 5306, + "seems▁": 5307, + "next": 5308, + "on▁'s▁": 5309, + "Cha": 5310, + "along▁with▁": 5311, + "er▁that▁": 5312, + "roll": 5313, + "black": 5314, + ",000▁": 5315, + "ivers": 5316, + "window▁": 5317, + "sac": 5318, + "just▁as▁": 5319, + "in▁these▁": 5320, + "evidence▁": 5321, + "will▁not▁be▁": 5322, + "efforts▁to▁": 5323, + "▁Some▁": 5324, + "▁Neverth": 5325, + "olve▁": 5326, + "ation▁in▁the▁": 5327, + "agreements▁": 5328, + "Mary▁": 5329, + "nearly▁": 5330, + "Val": 5331, + "ives▁": 5332, + "spac": 5333, + "regulations▁": 5334, + "Greec": 5335, + "country,▁": 5336, + "satisfact": 5337, + "harm": 5338, + "concerning▁": 5339, + "confidence▁": 5340, + "aliz": 5341, + "convers": 5342, + "progress": 5343, + "captured▁": 5344, + "stuff": 5345, + "pon": 5346, + "euro": 5347, + "should▁also▁": 5348, + "▁talking▁": 5349, + "ism.": 5350, + "priorities▁": 5351, + "connection▁": 5352, + "flow": 5353, + "measure": 5354, + "enforc": 5355, + "messag": 5356, + "ialist▁": 5357, + "remains▁": 5358, + "attention▁": 5359, + "century▁": 5360, + "Ber": 5361, + "worth▁": 5362, + "Council,▁": 5363, + "professional▁": 5364, + "in▁relation": 5365, + "all▁of▁the▁": 5366, + "firm▁": 5367, + "first▁of▁": 5368, + "Amendment▁No▁": 5369, + "urs": 5370, + ",▁but▁is▁": 5371, + "required▁": 5372, + "▁threaten": 5373, + "Mediterranean▁": 5374, + "events▁": 5375, + "dangerous▁": 5376, + "ary,▁": 5377, + "▁Event": 5378, + "Christm": 5379, + "perman": 5380, + "e,▁as▁": 5381, + "younger▁": 5382, + "food": 5383, + "spr": 5384, + "ex-": 5385, + "in▁t": 5386, + "has▁to▁be▁": 5387, + "lay": 5388, + "a▁little▁": 5389, + "white▁": 5390, + "most▁important▁": 5391, + "following▁the▁": 5392, + "▁in▁writing.▁-▁(": 5393, + "Austri": 5394, + "Luc": 5395, + "assign": 5396, + "minimum▁": 5397, + "controll": 5398, + "debate.": 5399, + "num": 5400, + "stair": 5401, + "possess": 5402, + "refuge": 5403, + "bott": 5404, + "on▁t": 5405, + "advanc": 5406, + "instrument▁": 5407, + "camp▁": 5408, + "discharg": 5409, + "context▁": 5410, + "situation▁in▁": 5411, + "▁The▁report▁": 5412, + "ends▁up▁": 5413, + "lin▁": 5414, + "official": 5415, + "▁With▁the▁": 5416, + "commercial▁": 5417, + "other▁hand": 5418, + "learn▁": 5419, + "produce▁": 5420, + "returns▁": 5421, + "study▁": 5422, + "improve▁the▁": 5423, + "ia,▁": 5424, + "sn": 5425, + "▁thing▁": 5426, + "a▁sec": 5427, + "difficult▁to▁": 5428, + "female▁": 5429, + "office▁": 5430, + "pregnant▁": 5431, + "actual▁": 5432, + "▁that▁these▁": 5433, + "importance▁of▁": 5434, + "een": 5435, + "o,▁": 5436, + "able▁and▁": 5437, + "combat▁": 5438, + "Council▁of▁": 5439, + ",▁they▁are▁": 5440, + "intervie": 5441, + "U.S": 5442, + "▁Just▁": 5443, + "discussion▁": 5444, + "system.": 5445, + "disappear": 5446, + "leave▁the▁": 5447, + "red▁to▁": 5448, + "still": 5449, + "of▁the▁European▁Union▁": 5450, + "context": 5451, + "secret▁": 5452, + "aimed▁at▁": 5453, + "even▁more▁": 5454, + "Paul▁": 5455, + "▁However,▁the▁": 5456, + "built▁": 5457, + "dialogu": 5458, + "adapt": 5459, + "submitt": 5460, + "saying▁": 5461, + "▁Joh": 5462, + "referenc": 5463, + "destr": 5464, + "criteria▁": 5465, + "eks▁": 5466, + "itl": 5467, + "rot": 5468, + ",▁he▁is▁": 5469, + "ca▁": 5470, + "ker▁": 5471, + "lob": 5472, + "▁By▁": 5473, + "▁Once▁": 5474, + "▁Of▁cour": 5475, + ",▁too": 5476, + "FR": 5477, + "aps": 5478, + "him▁that▁": 5479, + "how▁the▁": 5480, + "watch▁": 5481, + "30▁": 5482, + "a-": 5483, + "ham▁": 5484, + "und▁": 5485, + "▁Now▁": 5486, + "speech": 5487, + "causing▁": 5488, + "same▁time▁": 5489, + "oul": 5490, + "playing▁": 5491, + "ots▁": 5492, + "Phil": 5493, + "Bul": 5494, + "needs▁to▁": 5495, + "nature▁": 5496, + "▁towards▁the▁": 5497, + "with▁regard▁to▁": 5498, + "ing▁to": 5499, + "ed▁t": 5500, + "van▁": 5501, + "ene▁": 5502, + "fort▁": 5503, + "vious": 5504, + "US▁": 5505, + "dog▁": 5506, + "all.": 5507, + "changes▁": 5508, + "oler": 5509, + "class▁": 5510, + "do▁not": 5511, + "broad▁": 5512, + "m.": 5513, + "ford▁": 5514, + "▁there▁is▁a▁": 5515, + "an.": 5516, + "enable▁": 5517, + "el▁.": 5518, + "sun": 5519, + "his▁mother▁": 5520, + "or▁,▁": 5521, + "Union.": 5522, + "▁time,▁": 5523, + "2007": 5524, + ",▁and▁that▁": 5525, + "measures▁to▁": 5526, + "▁Many▁": 5527, + "central▁": 5528, + "incorpor": 5529, + "out▁to▁": 5530, + "lett": 5531, + "plan▁to▁": 5532, + "disappoint": 5533, + "because▁of▁the▁": 5534, + "enough▁to▁": 5535, + "iment": 5536, + "promp": 5537, + "▁The▁story▁": 5538, + "Mac": 5539, + "wish▁": 5540, + "▁on▁behalf▁of▁the▁": 5541, + "ture▁and▁": 5542, + "so-": 5543, + "discussions▁": 5544, + "walks▁": 5545, + "latt": 5546, + "and▁the▁Commission▁": 5547, + "obviously▁": 5548, + "instead▁of▁": 5549, + "development.": 5550, + "written▁": 5551, + "entirely▁": 5552, + "concret": 5553, + "itial▁": 5554, + "▁I▁do▁not▁": 5555, + "well.": 5556, + "Can": 5557, + ",▁are▁": 5558, + ".▁-": 5559, + "remaining▁": 5560, + "across▁": 5561, + "middle▁": 5562, + "shock": 5563, + "murder▁": 5564, + "exploit": 5565, + "ia▁.": 5566, + "knows▁": 5567, + "medical▁": 5568, + "European▁Union's▁": 5569, + "2.": 5570, + "heart▁": 5571, + "himself▁.": 5572, + "ö": 5573, + "ands▁of▁": 5574, + "programmes▁": 5575, + "genuine▁": 5576, + "emot": 5577, + "near▁": 5578, + "ency▁and▁": 5579, + "regist": 5580, + "critical▁": 5581, + "hear▁": 5582, + "ed▁for▁the▁": 5583, + "small▁and▁": 5584, + "fal": 5585, + "powers▁": 5586, + "▁that▁they▁are▁": 5587, + "indicat": 5588, + "ket▁": 5589, + "▁tabl": 5590, + ",▁with▁the▁": 5591, + "ellig": 5592, + "why▁the▁": 5593, + "amount▁of▁": 5594, + "ig▁": 5595, + "Turke": 5596, + "alking▁": 5597, + "able": 5598, + "standing▁": 5599, + "Environ": 5600, + "dinn": 5601, + "s▁'▁": 5602, + ",▁has▁": 5603, + "opinion": 5604, + "responsible▁for▁": 5605, + "-year-old▁": 5606, + "1999": 5607, + "agent▁": 5608, + "became▁": 5609, + "sufficient▁": 5610, + "argu": 5611, + "▁When▁he▁": 5612, + "higher▁": 5613, + "couple▁": 5614, + "▁Accord": 5615, + "Mo": 5616, + "▁I▁think▁": 5617, + "minor": 5618, + "Proc": 5619, + "esh▁": 5620, + "some▁of▁": 5621, + "medium-sized▁": 5622, + "Per": 5623, + "he▁can▁": 5624, + ",▁their▁": 5625, + ";▁and▁": 5626, + "er-": 5627, + "will▁be▁able▁to▁": 5628, + "Green▁": 5629, + "▁Moreover": 5630, + "rush": 5631, + "at▁his▁": 5632, + "Frank▁": 5633, + "join▁": 5634, + "ton": 5635, + "ive,▁": 5636, + "▁In▁a▁": 5637, + "ask▁the▁": 5638, + "ctob": 5639, + "▁Becaus": 5640, + "based▁on▁the▁": 5641, + "document▁": 5642, + "circumstanc": 5643, + "else▁": 5644, + "ed▁to▁a▁": 5645, + "s▁into▁": 5646, + "ed▁of▁": 5647, + "ket": 5648, + "ed▁in▁this▁": 5649, + "ment▁of▁the▁": 5650, + "will▁take▁": 5651, + "partnership▁": 5652, + "omorrow": 5653, + "and▁tells▁": 5654, + "elections▁": 5655, + "pal": 5656, + "reun": 5657, + "ate▁.": 5658, + "monetary▁": 5659, + "e▁that▁we▁": 5660, + "▁Inde": 5661, + "begin▁to▁": 5662, + "serve▁": 5663, + "50▁": 5664, + "s▁or▁": 5665, + "people▁of▁": 5666, + "Mexic": 5667, + "lis": 5668, + "your": 5669, + "Turk": 5670, + "continues▁to▁": 5671, + "Ram": 5672, + "modern▁": 5673, + "ultimately▁": 5674, + "paragraph▁": 5675, + "197": 5676, + "▁to▁tell▁": 5677, + "ical": 5678, + "abor": 5679, + "▁We▁also▁": 5680, + "asc": 5681, + "if▁it▁": 5682, + "seriously▁": 5683, + "oil": 5684, + "ing▁from▁": 5685, + "resist": 5686, + "box": 5687, + "Convention▁": 5688, + "best": 5689, + "s:▁": 5690, + "regim": 5691, + "▁Not▁": 5692, + "'s▁t": 5693, + "Cham": 5694, + "ix": 5695, + "anny▁": 5696, + "alternative▁": 5697, + "her▁and▁": 5698, + "when▁we▁": 5699, + "succeed": 5700, + "competitive▁": 5701, + "could": 5702, + "oud▁": 5703, + "ure▁to▁": 5704, + "will▁also▁": 5705, + "decided▁to▁": 5706, + "lav": 5707, + "win▁": 5708, + "initial▁": 5709, + "ational": 5710, + "Europe,▁": 5711, + "needs▁": 5712, + "band": 5713, + "▁that▁it▁is▁": 5714, + "▁Meanwhile▁": 5715, + "wealthy▁": 5716, + "▁'": 5717, + "▁territor": 5718, + "destruct": 5719, + "▁Presid": 5720, + "half": 5721, + "bure": 5722, + "laid▁": 5723, + "ject▁of▁": 5724, + "ny▁": 5725, + "yet": 5726, + "Kore": 5727, + "atr": 5728, + "Scot": 5729, + "ES": 5730, + "cab": 5731, + ",▁after▁": 5732, + "in▁Europe▁": 5733, + "enter▁": 5734, + "race▁": 5735, + "Peop": 5736, + "en▁'s▁": 5737, + "iff▁": 5738, + ",▁Mr▁President": 5739, + "i've▁": 5740, + "buy▁": 5741, + "ald▁": 5742, + "s▁of▁a▁": 5743, + "should▁not▁be▁": 5744, + "vehic": 5745, + "na▁": 5746, + "cases▁": 5747, + "radio▁": 5748, + "negative▁": 5749, + "defe": 5750, + "oreign▁": 5751, + "in▁favour▁of▁": 5752, + "is▁and▁": 5753, + "on▁an▁": 5754, + "price▁": 5755, + "about▁his▁": 5756, + "greatest▁": 5757, + "er▁the▁": 5758, + "unanim": 5759, + "Hung": 5760, + "element": 5761, + "▁Ano": 5762, + "▁today.": 5763, + "▁I▁believe▁that▁": 5764, + "e▁,▁a▁": 5765, + "colleagues▁": 5766, + "punish": 5767, + "it,▁": 5768, + "church▁": 5769, + "UK": 5770, + "ploy": 5771, + "appear▁": 5772, + "May": 5773, + "▁-": 5774, + "ed▁their▁": 5775, + "unemploy": 5776, + "decide▁": 5777, + "cohesion▁": 5778, + "game▁": 5779, + "ote▁": 5780, + "does": 5781, + "vide": 5782, + "she": 5783, + "▁thought": 5784, + "neit": 5785, + "i▁is▁": 5786, + "proposal.": 5787, + "Republic▁": 5788, + "rein": 5789, + "▁them▁,▁": 5790, + "▁times▁": 5791, + "herself": 5792, + "letter▁": 5793, + "social▁and▁": 5794, + "rying▁to▁": 5795, + "arm▁": 5796, + "ook": 5797, + "Agre": 5798, + "King▁": 5799, + "Mil": 5800, + "example▁": 5801, + "▁Before▁": 5802, + "compar": 5803, + "Minister▁": 5804, + "Cr": 5805, + "itious▁": 5806, + "aving▁": 5807, + "you▁will▁": 5808, + "saying▁that▁": 5809, + "lead▁to▁": 5810, + "soon▁as▁": 5811, + "▁One▁day▁": 5812, + "▁The▁next▁item▁": 5813, + "strik": 5814, + "omin": 5815, + "''▁,▁": 5816, + "explos": 5817, + "closely▁": 5818, + "not▁just▁": 5819, + "has▁also▁": 5820, + "points▁": 5821, + "enormous▁": 5822, + "Middle▁": 5823, + "plans▁": 5824, + "raise▁": 5825, + "disput": 5826, + "region▁": 5827, + "fru": 5828, + "man▁who▁": 5829, + "willing▁to▁": 5830, + "▁throw": 5831, + "have▁an▁": 5832, + "i▁i▁": 5833, + "ball": 5834, + "iation▁": 5835, + "y▁t": 5836, + "visits▁": 5837, + "fellow▁M": 5838, + "▁Qu": 5839, + "and▁that▁the▁": 5840, + "abol": 5841, + "ence▁of▁the▁": 5842, + "an▁to▁": 5843, + "Kr": 5844, + "roop": 5845, + "rescue▁": 5846, + "so-called▁": 5847, + "ate▁to▁": 5848, + "his▁wif": 5849, + "reduce▁": 5850, + "admit": 5851, + "so.": 5852, + "funding▁": 5853, + "ract▁": 5854, + "meet▁the▁": 5855, + "population▁": 5856, + "adequate▁": 5857, + "religious▁": 5858, + "Jos": 5859, + "▁The▁next▁day▁": 5860, + "fait": 5861, + "econd▁": 5862, + "comprehensive▁": 5863, + "flash": 5864, + "involved▁in▁": 5865, + "),▁": 5866, + "door": 5867, + "popular▁": 5868, + "weapon": 5869, + "college▁": 5870, + "send": 5871, + "due▁to▁the▁": 5872, + "candidate▁": 5873, + "'d▁": 5874, + ",▁and▁is▁": 5875, + "further": 5876, + "room▁.": 5877, + "broken▁": 5878, + "imagin": 5879, + "ull▁": 5880, + "arget▁": 5881, + "nerg": 5882, + "consumers▁": 5883, + "gyp": 5884, + "sound▁": 5885, + "es,▁but▁": 5886, + "obst": 5887, + "animal": 5888, + "▁He▁then▁": 5889, + "relativ": 5890, + "case,▁": 5891, + "let▁us▁": 5892, + "packag": 5893, + "until▁the▁": 5894, + "Japanese▁": 5895, + "anch": 5896, + "she▁was▁": 5897, + "providing▁": 5898, + "harmonis": 5899, + "s▁from▁the▁": 5900, + "for▁all▁": 5901, + "situation.": 5902, + "elevision▁": 5903, + "possibility▁of▁": 5904, + "jump": 5905, + "ing▁with▁the▁": 5906, + "▁Lad": 5907, + "at▁first▁": 5908, + "ated.": 5909, + "bear▁": 5910, + "ity▁of▁the▁": 5911, + "whether▁the▁": 5912, + "gain▁": 5913, + "enry▁": 5914, + "ouch": 5915, + "sure": 5916, + "defend": 5917, + "iqu": 5918, + "of▁S": 5919, + "son▁.": 5920, + "▁that▁I▁": 5921, + "efforts▁": 5922, + "export": 5923, + "▁traff": 5924, + ",▁and▁a▁": 5925, + "gram▁": 5926, + "would▁not▁": 5927, + "Committee▁on▁Bud": 5928, + "suspic": 5929, + "sne": 5930, + "statement": 5931, + "agree▁with▁the▁": 5932, + "ing▁these▁": 5933, + "up▁with▁": 5934, + "▁Mrs▁": 5935, + "into▁account": 5936, + "merely▁": 5937, + "chair": 5938, + "Harry▁": 5939, + "baby▁": 5940, + "(A": 5941, + "Lou": 5942, + "la▁": 5943, + "rateg": 5944, + "Ac": 5945, + "▁The▁second▁": 5946, + "give▁the▁": 5947, + "Roman": 5948, + "rog": 5949, + "such": 5950, + "uls": 5951, + "burn": 5952, + "yeah": 5953, + "up▁.": 5954, + "successfully▁": 5955, + "remind▁": 5956, + "encourage▁": 5957, + "t.": 5958, + "onc": 5959, + "emporary▁": 5960, + "wise▁": 5961, + "alist▁": 5962, + "ington▁": 5963, + "at▁the▁same▁tim": 5964, + "▁Mr ": 5965, + "ichard▁": 5966, + "climate▁chang": 5967, + "subsidi": 5968, + "cer": 5969, + "seven▁": 5970, + "ed▁her▁": 5971, + "regarding▁": 5972, + "normal▁": 5973, + "▁Another▁": 5974, + "reat▁": 5975, + "else": 5976, + "it▁would▁be▁": 5977, + "has▁no▁": 5978, + "contact": 5979, + "concentr": 5980, + "solv": 5981, + "character": 5982, + "vital▁": 5983, + "ung▁": 5984, + "accession▁": 5985, + "ated▁by▁": 5986, + "Mrs.": 5987, + "lot▁": 5988, + "addres": 5989, + "Tim": 5990, + "ic,▁": 5991, + "he▁had▁": 5992, + "Commun": 5993, + "Foreign▁": 5994, + "embl": 5995, + "here,▁": 5996, + "formul": 5997, + "▁together": 5998, + "powerful▁": 5999, + "brut": 6000, + "equality▁": 6001, + "rid▁": 6002, + "crash": 6003, + "book": 6004, + "mutual▁": 6005, + "`▁": 6006, + "anj": 6007, + "we▁have▁to▁": 6008, + "▁Nevertheless": 6009, + ",▁by▁": 6010, + "initially▁": 6011, + "security▁and▁": 6012, + "domin": 6013, + "ky▁": 6014, + "with▁regard▁to▁the▁": 6015, + "gin": 6016, + "remark": 6017, + "ugs▁": 6018, + "explan": 6019, + "wait▁": 6020, + "NG": 6021, + "ahead▁": 6022, + "be▁able▁to▁": 6023, + "or▁of▁": 6024, + "es▁that▁are▁": 6025, + "is▁.": 6026, + "operation▁": 6027, + "north": 6028, + "neighbor": 6029, + "away▁from▁": 6030, + "issues.": 6031, + "ie▁'s▁": 6032, + "relating▁to▁": 6033, + "strongly▁": 6034, + "agenda▁": 6035, + ",▁these▁": 6036, + "▁Ad": 6037, + "max": 6038, + "deal▁with▁": 6039, + "effectively▁": 6040, + "media▁": 6041, + "growth": 6042, + "pretty▁": 6043, + "material": 6044, + "Sam▁": 6045, + "abs": 6046, + "ated▁and▁": 6047, + "despite▁the▁": 6048, + "aris": 6049, + "weeks▁": 6050, + "states▁": 6051, + "staff▁": 6052, + "back▁.": 6053, + "rule▁of▁": 6054, + "figure▁": 6055, + "along▁the▁": 6056, + "supply▁": 6057, + "Cong": 6058, + "wo": 6059, + "able,▁": 6060, + "via▁": 6061, + "warm": 6062, + "intellig": 6063, + "fire": 6064, + "▁It▁is▁also▁": 6065, + "truth▁": 6066, + "elder": 6067, + "▁Two▁": 6068, + "persuad": 6069, + "le-": 6070, + "much▁more▁": 6071, + "network": 6072, + "George▁": 6073, + "der▁": 6074, + "ious": 6075, + "isc": 6076, + "oward▁": 6077, + "spent▁": 6078, + "European▁Parliament.": 6079, + "prepared▁to▁": 6080, + "enhanc": 6081, + "urgent▁": 6082, + "▁that▁we▁can▁": 6083, + "discovers▁that▁": 6084, + "on-": 6085, + "in▁200": 6086, + "sort▁of▁": 6087, + "ely.": 6088, + "▁  ▁–": 6089, + "had▁the▁": 6090, + "bureauc": 6091, + "ier": 6092, + "mother": 6093, + "enjo": 6094, + "ingu": 6095, + "court▁": 6096, + "Russia▁": 6097, + "orce▁": 6098, + "oubl": 6099, + "ify": 6100, + "ence▁and▁": 6101, + "shad": 6102, + "obstac": 6103, + "us,▁": 6104, + "six": 6105, + "Part": 6106, + "▁It▁is▁not▁": 6107, + "requirements▁": 6108, + "apparently▁": 6109, + "▁In▁order▁to▁": 6110, + "revis": 6111, + "famili": 6112, + "▁She▁is▁": 6113, + "delight": 6114, + "modern": 6115, + "▁Soon▁": 6116, + "Council▁and▁": 6117, + "▁Let▁me▁": 6118, + "billion▁": 6119, + "endors": 6120, + "fix": 6121, + "developed▁": 6122, + "like▁a▁": 6123, + "mentioned▁": 6124, + "Affairs▁": 6125, + "▁If▁the▁": 6126, + "didn't▁": 6127, + "Her": 6128, + "at▁all▁": 6129, + "unemployment▁": 6130, + "what▁happen": 6131, + "▁telling▁": 6132, + "number▁": 6133, + "lose▁": 6134, + "sensitive▁": 6135, + "ag▁": 6136, + "▁This▁is▁the▁": 6137, + "ready▁to▁": 6138, + "autom": 6139, + "▁With▁regard": 6140, + "manufactur": 6141, + "3.": 6142, + "one,▁": 6143, + "ber▁": 6144, + "mail": 6145, + "eder": 6146, + "dress": 6147, + "ing▁its▁": 6148, + "▁turns▁out": 6149, + "Legal▁": 6150, + "Human▁": 6151, + "prostitut": 6152, + "Mr▁M": 6153, + "money▁.": 6154, + "separate▁": 6155, + "exactly▁": 6156, + "Nic": 6157, + "able▁of▁": 6158, + "people▁are▁": 6159, + "es▁them▁": 6160, + "with▁a▁view": 6161, + "sett": 6162, + "▁team": 6163, + "domest": 6164, + "15▁": 6165, + "fgh": 6166, + "us▁and▁": 6167, + "symp": 6168, + "obtain": 6169, + "▁Eventually▁": 6170, + "Christmas▁": 6171, + "allowed▁to▁": 6172, + "Palestinian▁": 6173, + "Asi": 6174, + "din": 6175, + "es▁an▁": 6176, + "es▁from▁": 6177, + "▁We▁need▁to▁": 6178, + "▁Re": 6179, + "certaint": 6180, + "problem.": 6181, + "men▁and▁": 6182, + "-LRB-▁-LRB-▁-LRB-": 6183, + "jun": 6184, + "accoun": 6185, + "▁Mr▁President,▁ladies▁and▁gentlemen": 6186, + "a▁lot▁of▁": 6187, + "childhood▁": 6188, + "ver▁": 6189, + "ate,▁": 6190, + "empt▁": 6191, + "▁One▁of▁the▁": 6192, + "West▁": 6193, + "ome▁": 6194, + "seek▁": 6195, + "as▁a▁whol": 6196, + "United▁Nations▁": 6197, + "ior▁": 6198, + "choos": 6199, + "news▁": 6200, + "▁they're▁": 6201, + "behind▁the▁": 6202, + "numerous▁": 6203, + "one▁to▁": 6204, + "he▁'s▁": 6205, + "suffer": 6206, + "Lond": 6207, + "es▁and▁the▁": 6208, + "excess": 6209, + "awak": 6210, + "situation": 6211, + "▁teach": 6212, + "girls▁": 6213, + "▁I▁would▁also▁": 6214, + "kept▁": 6215, + "shap": 6216, + "-up▁": 6217, + "ve": 6218, + "sight▁": 6219, + "e▁,▁who▁": 6220, + "Commission,▁": 6221, + "advoc": 6222, + "words▁": 6223, + "perfect": 6224, + "anth": 6225, + "with▁him▁": 6226, + "related▁": 6227, + "governments▁": 6228, + "Sov": 6229, + "ely▁the▁": 6230, + "command": 6231, + "house▁and▁": 6232, + "White▁": 6233, + "mal": 6234, + "end▁up▁": 6235, + "speech▁": 6236, + "apply▁": 6237, + "ied▁": 6238, + "▁Tom": 6239, + "ify▁the▁": 6240, + "on▁the▁t": 6241, + "work▁and▁": 6242, + "substantial▁": 6243, + "concrete▁": 6244, + "Jenn": 6245, + "wants▁": 6246, + "27": 6247, + "uncle▁": 6248, + "mental▁": 6249, + "e▁to▁take▁": 6250, + "dealt▁": 6251, + "ce": 6252, + "require▁": 6253, + "matter.": 6254, + "▁terrorism▁": 6255, + "sport": 6256, + "ion▁of▁a▁": 6257, + "practice▁": 6258, + "aware▁of▁the▁": 6259, + "hit": 6260, + "in▁any▁": 6261, + "utch▁": 6262, + "blood": 6263, + "cause▁": 6264, + "Germany▁": 6265, + "ings.": 6266, + "globalis": 6267, + "sper": 6268, + "shown": 6269, + "▁them▁and▁": 6270, + "China▁": 6271, + "which▁they▁": 6272, + "suicid": 6273, + "small▁and▁medium-sized▁": 6274, + "Heal": 6275, + "Lat": 6276, + "Program": 6277, + "!▁''": 6278, + "disgu": 6279, + "even▁though▁": 6280, + "Wal": 6281, + "gett": 6282, + "echnolog": 6283, + "civil": 6284, + "Charlie▁": 6285, + "of▁an▁": 6286, + "verg": 6287, + "his▁wife▁": 6288, + "attach": 6289, + "corrupt": 6290, + "feels▁": 6291, + ",▁and▁they▁": 6292, + "Mont": 6293, + "Ver": 6294, + "dig": 6295, + "forth": 6296, + "which▁has▁": 6297, + "Mr▁President": 6298, + "▁The▁next▁item▁is▁the▁": 6299, + "40": 6300, + "60": 6301, + "Jer": 6302, + "one-": 6303, + "no▁one▁": 6304, + ",▁who▁has▁": 6305, + "reports▁": 6306, + "rule▁": 6307, + "for▁our▁": 6308, + "groups▁": 6309, + "medicin": 6310, + "safeguard": 6311, + "ing▁out▁": 6312, + "need▁a▁": 6313, + "ated▁by▁the▁": 6314, + "he▁will▁": 6315, + "evid": 6316, + "space▁": 6317, + "rights▁of▁": 6318, + "▁Firstly,▁": 6319, + ",▁as▁well▁as▁": 6320, + "▁Today": 6321, + "sacrif": 6322, + "▁test": 6323, + "▁Sp": 6324, + "President▁of▁the▁": 6325, + "wond": 6326, + ",▁E": 6327, + "▁Thank▁": 6328, + "countries": 6329, + "''▁and▁": 6330, + "Lib": 6331, + "er▁in▁the▁": 6332, + "of▁my▁": 6333, + "using▁the▁": 6334, + "prove▁": 6335, + "be▁a▁": 6336, + "realizes▁": 6337, + "internal▁market▁": 6338, + "PP": 6339, + "ni": 6340, + "finish": 6341, + "▁They": 6342, + "state▁of▁": 6343, + "waste▁": 6344, + "one▁th": 6345, + "ison▁": 6346, + "voting▁": 6347, + "U▁": 6348, + "instruct": 6349, + "plom": 6350, + "diplom": 6351, + "believe▁that": 6352, + "lau": 6353, + "atur": 6354, + "politici": 6355, + "referend": 6356, + "procedures▁": 6357, + "Act": 6358, + "bed": 6359, + "eness▁": 6360, + "introduce▁": 6361, + "like▁to▁thank▁the▁": 6362, + "deep▁": 6363, + "ackl": 6364, + "question.": 6365, + "suicide▁": 6366, + "dance▁": 6367, + "makes▁a▁": 6368, + ",▁but▁she▁": 6369, + "from▁this▁": 6370, + "bigg": 6371, + "▁The▁movie▁": 6372, + "different": 6373, + "Prime▁": 6374, + "uli": 6375, + "ordinary▁": 6376, + "efficient▁": 6377, + "ha▁": 6378, + "▁The▁EU▁": 6379, + "have▁already▁": 6380, + "ally.": 6381, + "wonder": 6382, + "insu": 6383, + "▁to▁do▁": 6384, + "ason▁": 6385, + "reality▁": 6386, + "Marc": 6387, + "learns▁that▁": 6388, + "especi": 6389, + "English▁": 6390, + "areas.": 6391, + "poverty▁": 6392, + "ourselves▁": 6393, + "▁The▁Council▁": 6394, + "record▁": 6395, + "overe": 6396, + "▁troub": 6397, + "information": 6398, + "simplif": 6399, + "constantly▁": 6400, + "erve▁": 6401, + "report▁on▁": 6402, + "▁that▁there▁are▁": 6403, + "Cam": 6404, + "ambitious▁": 6405, + "pretend": 6406, + "iff": 6407, + "report,▁": 6408, + ",▁in▁order▁to▁": 6409, + "convict": 6410, + "economic▁and▁social▁": 6411, + "nic": 6412, + "▁training▁": 6413, + "People": 6414, + "habit": 6415, + "for▁that▁": 6416, + "shoot▁": 6417, + "lines▁": 6418, + "ita▁": 6419, + "subject▁of▁": 6420, + "CA": 6421, + "adjust": 6422, + "people,▁": 6423, + "regular": 6424, + "purchas": 6425, + "2010": 6426, + "gold▁": 6427, + "wag": 6428, + "causes▁": 6429, + "Amster": 6430, + "soldiers▁": 6431, + "e,": 6432, + "i.": 6433, + "mun": 6434, + "communit": 6435, + "putting▁": 6436, + "divid": 6437, + "eel": 6438, + "▁well▁": 6439, + "alli": 6440, + "in▁which▁the▁": 6441, + "Bro": 6442, + "▁We▁th": 6443, + "raz": 6444, + "'▁.": 6445, + "Fund▁": 6446, + "cat▁": 6447, + "wall▁": 6448, + "chos": 6449, + "5-0": 6450, + "in▁particular▁": 6451, + "support.": 6452, + "objectives▁": 6453, + "wedding▁": 6454, + "memor": 6455, + "ollow": 6456, + "justice▁": 6457, + "once▁again": 6458, + "á": 6459, + "strict▁": 6460, + "▁,▁a▁": 6461, + "electron": 6462, + "lic": 6463, + "▁thought▁": 6464, + ",▁F": 6465, + "▁To": 6466, + "▁Third": 6467, + "ement▁of▁the▁": 6468, + "limited▁": 6469, + "specifically▁": 6470, + "ycl": 6471, + "one▁that▁": 6472, + "happen▁": 6473, + "olly▁": 6474, + "Europe▁and▁": 6475, + "presidency▁": 6476, + "Del": 6477, + "dom▁": 6478, + "▁Bar": 6479, + "most▁of▁the▁": 6480, + "earn": 6481, + "interests▁of▁": 6482, + "reveals▁that▁": 6483, + "now.": 6484, + "--▁": 6485, + "comment▁": 6486, + "mark▁": 6487, + "retri": 6488, + "realis": 6489, + "ers'▁": 6490, + "either": 6491, + "a▁signific": 6492, + "sign▁": 6493, + "e▁today": 6494, + "up▁a▁": 6495, + "ogether▁": 6496, + ",▁I▁should▁like▁to▁": 6497, + "vac": 6498, + "upon▁the▁": 6499, + "needed▁": 6500, + "restaurant▁": 6501, + "exist▁": 6502, + "▁Jo": 6503, + "▁Mr▁President,▁Commissioner,▁": 6504, + "▁tells▁the▁": 6505, + "▁But▁the▁": 6506, + "vul": 6507, + "fine▁": 6508, + "dispos": 6509, + "catch▁": 6510, + "guarantee▁": 6511, + "Michael▁": 6512, + "▁told▁": 6513, + ",▁on▁behalf▁of▁the▁": 6514, + "publish": 6515, + "▁What▁is▁": 6516, + "as▁she▁": 6517, + "ant▁to▁": 6518, + "ities": 6519, + "room▁,▁": 6520, + "difficulties▁": 6521, + "Captain▁": 6522, + "Strateg": 6523, + "marriag": 6524, + "expert": 6525, + "suppli": 6526, + "s▁were▁": 6527, + "mort": 6528, + "confus": 6529, + "instruments▁": 6530, + "▁Parliament▁": 6531, + "Human▁Right": 6532, + "isol": 6533, + "ocol": 6534, + "ers▁of▁the▁": 6535, + "i▁mean▁": 6536, + "select": 6537, + "structure▁": 6538, + "▁through▁a▁": 6539, + "emergency▁": 6540, + "credib": 6541, + "ing▁our▁": 6542, + "ille▁": 6543, + "▁En": 6544, + "▁(P": 6545, + "put▁forward▁": 6546, + "Eastern▁": 6547, + "5.": 6548, + "Aud": 6549, + "ena▁": 6550, + "iver▁": 6551, + ",▁and▁she▁": 6552, + "mission": 6553, + "▁Back▁": 6554, + ",▁but▁I▁": 6555, + "says▁that▁": 6556, + "problems.": 6557, + "daughter▁,▁": 6558, + "principle▁": 6559, + "Bank▁": 6560, + "evil▁": 6561, + "ipul": 6562, + "courag": 6563, + "Confer": 6564, + "Turkish▁": 6565, + "La": 6566, + "y▁of▁the▁": 6567, + "irt": 6568, + "leaves▁the▁": 6569, + "crisis.": 6570, + "walk▁": 6571, + "only▁the▁": 6572, + "ates▁the▁": 6573, + "ed▁its▁": 6574, + "▁Tur": 6575, + "analysis▁": 6576, + "gle▁": 6577, + "orph": 6578, + "▁As": 6579, + "France▁": 6580, + "Greek▁": 6581, + "organisations▁": 6582, + "Proced": 6583, + "ership▁": 6584, + "▁Treat": 6585, + "Frank": 6586, + "convince▁": 6587, + "machin": 6588, + "Western▁": 6589, + "orn▁": 6590, + "comments▁": 6591, + "cod": 6592, + "idea▁of▁": 6593, + "answer▁": 6594, + "mainly▁": 6595, + "Afgh": 6596, + ",▁so": 6597, + "▁After▁a▁": 6598, + "debate▁on▁the▁": 6599, + "renewable▁": 6600, + "will▁have▁": 6601, + "value▁": 6602, + "sleep": 6603, + "stak": 6604, + "el▁and▁": 6605, + "you,▁": 6606, + "fund▁": 6607, + "categ": 6608, + "injured▁": 6609, + "agency▁": 6610, + "bind": 6611, + "it▁would▁": 6612, + "aily▁": 6613, + "agreement.": 6614, + "SME": 6615, + "plant▁": 6616, + "spend▁": 6617, + "services.": 6618, + "beyond": 6619, + "▁Ladies▁and▁gentlemen": 6620, + "pair▁": 6621, + "▁to▁be▁a▁": 6622, + ",▁including▁": 6623, + "conduc": 6624, + "action": 6625, + "ions▁of▁the▁": 6626, + "bath": 6627, + "cof": 6628, + "s;▁": 6629, + "is▁very▁": 6630, + "out▁and▁": 6631, + "welf": 6632, + "consumpt": 6633, + "create▁a▁": 6634, + "campaign": 6635, + "Jack": 6636, + "hero": 6637, + "benefits▁": 6638, + "function": 6639, + "▁target": 6640, + "apart▁": 6641, + "shr": 6642, + "shoots▁": 6643, + "on▁that▁": 6644, + "futur": 6645, + "expect▁": 6646, + "lack": 6647, + "enth": 6648, + "and▁I▁": 6649, + "h▁.": 6650, + "worri": 6651, + "coher": 6652, + "manage▁to▁": 6653, + "support▁for▁": 6654, + "brought": 6655, + "strange▁": 6656, + "decision-": 6657, + "went": 6658, + "▁transform": 6659, + "sensu": 6660, + "front▁of▁": 6661, + "inclus": 6662, + "conference▁": 6663, + "ers▁in▁the▁": 6664, + "Sant": 6665, + "ence▁.": 6666, + "Slov": 6667, + "fash": 6668, + "s▁with▁the▁": 6669, + "▁that▁a▁": 6670, + "at▁the▁same▁time▁": 6671, + "said,▁": 6672, + "solution▁": 6673, + "Jew": 6674, + "repl": 6675, + "years▁of▁": 6676, + "ently,▁": 6677, + "▁takes▁the▁": 6678, + "driving▁": 6679, + "property▁": 6680, + "Fis": 6681, + "led▁by▁": 6682, + "s▁and": 6683, + "▁Having▁": 6684, + "outcom": 6685, + "▁track": 6686, + "coast": 6687, + "regulatory▁": 6688, + "involved▁": 6689, + "attention▁to▁the▁": 6690, + "▁Even▁": 6691, + "21": 6692, + "ionally▁": 6693, + "program▁": 6694, + "it▁is▁the▁": 6695, + "▁thereby▁": 6696, + "▁There▁is▁no▁": 6697, + "officer▁": 6698, + "House.": 6699, + "▁Despite▁": 6700, + "▁Tom▁": 6701, + "▁Jan": 6702, + "virt": 6703, + "▁There▁is▁a▁": 6704, + "collaps": 6705, + "▁Finally▁": 6706, + "off▁.": 6707, + "summit▁": 6708, + "human▁rights.": 6709, + "dream▁": 6710, + "Nov": 6711, + "ler▁": 6712, + "Member▁States": 6713, + "National▁": 6714, + "in▁all▁": 6715, + ",▁though": 6716, + ",▁there▁is▁": 6717, + "challenges▁": 6718, + "somewhat▁": 6719, + "blow": 6720, + "gott": 6721, + "students▁": 6722, + "message▁": 6723, + "▁thus▁": 6724, + "consolid": 6725, + "elling▁": 6726, + "area": 6727, + "echnical▁": 6728, + "his▁t": 6729, + "list▁": 6730, + ",▁as▁the▁": 6731, + "itor▁": 6732, + "becomes▁a▁": 6733, + "increase▁in▁": 6734, + "future": 6735, + "follows▁": 6736, + "aim▁": 6737, + "account▁of▁the▁": 6738, + "B▁": 6739, + ",▁and▁we▁": 6740, + "working": 6741, + "Belar": 6742, + "domestic▁": 6743, + "a▁significant▁": 6744, + "east": 6745, + "▁there▁is▁no▁": 6746, + "rights.": 6747, + "European▁Union▁and▁": 6748, + "help▁to▁": 6749, + "Vict": 6750, + "ent▁of▁the▁": 6751, + "fighting▁": 6752, + "serious": 6753, + "judicial▁": 6754, + "constructive▁": 6755, + "check": 6756, + "a▁time▁": 6757, + "obtain▁": 6758, + "cross-border▁": 6759, + "Cal": 6760, + "United▁King": 6761, + "integrated▁": 6762, + "Development▁": 6763, + "io": 6764, + "ring▁": 6765, + "and▁T": 6766, + "ic.": 6767, + "him▁the▁": 6768, + "s▁to▁a▁": 6769, + "block": 6770, + "previously▁": 6771, + "Chart": 6772, + "``▁The▁": 6773, + "received▁": 6774, + "maintain▁": 6775, + "ban▁": 6776, + "ck": 6777, + "ators▁": 6778, + "ice-": 6779, + "reading▁": 6780, + "farm▁": 6781, + "hidden▁": 6782, + "ara▁": 6783, + "ion▁,▁": 6784, + "ideas▁": 6785, + "point▁out": 6786, + "cross": 6787, + "▁to▁have▁": 6788, + "olf▁": 6789, + "assur": 6790, + "money": 6791, + "implementation▁of▁": 6792, + "after▁a▁": 6793, + "inside▁": 6794, + "of▁this": 6795, + "gricul": 6796, + "intended▁to▁": 6797, + "F▁": 6798, + "▁travel▁": 6799, + "sent▁to▁": 6800, + "African▁": 6801, + "es▁this▁": 6802, + "star▁": 6803, + "argument▁": 6804, + "reasons▁": 6805, + "▁Upon▁": 6806, + "Sim": 6807, + "dump": 6808, + "herit": 6809, + "of▁its▁": 6810, + "Regulation▁": 6811, + "es▁of▁Proced": 6812, + "▁Every": 6813, + "Committee▁on▁the▁": 6814, + "immediate▁": 6815, + "Om": 6816, + "budget.": 6817, + "intends▁to▁": 6818, + "package▁": 6819, + "ino▁": 6820, + ",▁on▁": 6821, + "e▁than": 6822, + "water": 6823, + "Justic": 6824, + "cro": 6825, + "entry▁": 6826, + "ang▁": 6827, + "morn": 6828, + "factor": 6829, + "▁(DE": 6830, + "Jud": 6831, + "pick": 6832, + "plen": 6833, + "programme": 6834, + "might▁be▁": 6835, + "Rules▁of▁Proced": 6836, + "Ky": 6837, + "dark▁": 6838, + "ram": 6839, + "action.": 6840, + "life▁and▁": 6841, + "implic": 6842, + "hope▁that▁the▁": 6843, + "is▁not▁a▁": 6844, + "claus": 6845, + "do▁you▁": 6846, + "place.": 6847, + "craft▁": 6848, + "such��as": 6849, + "includes▁": 6850, + "from▁their▁": 6851, + "▁Reg": 6852, + "father▁.": 6853, + "results▁": 6854, + "▁oh▁": 6855, + "ency": 6856, + "place▁in▁": 6857, + ",▁in▁my▁": 6858, + "City▁": 6859, + "T)": 6860, + "hyp": 6861, + "ys▁": 6862, + "student": 6863, + "eight▁": 6864, + "▁So": 6865, + "you're▁": 6866, + "more▁and▁": 6867, + "celebr": 6868, + "in.": 6869, + "▁Dec": 6870, + "▁In▁fact": 6871, + "expens": 6872, + "condition▁": 6873, + "credit▁": 6874, + "Laur": 6875, + "ica▁": 6876, + "undermin": 6877, + "join▁the▁": 6878, + "important.": 6879, + "participate▁": 6880, + "vamp": 6881, + "represent▁": 6882, + "rol▁": 6883, + "an▁end": 6884, + "relationship": 6885, + "bed▁": 6886, + "bar▁": 6887, + "for▁example,▁": 6888, + "provides▁": 6889, + "Dar": 6890, + "Egyp": 6891, + "loy": 6892, + "our▁own▁": 6893, + "home▁to▁": 6894, + "starts▁to▁": 6895, + "▁truly▁": 6896, + "▁total▁": 6897, + "Don": 6898, + "pag": 6899, + "areas▁of▁": 6900, + ")▁and▁": 6901, + "Jess": 6902, + "hag": 6903, + "goal": 6904, + "ities▁to▁": 6905, + "promoting▁": 6906, + "6.": 6907, + "phas": 6908, + "els▁": 6909, + "afra": 6910, + "falls▁in▁love▁with▁": 6911, + "4-0": 6912, + "Naz": 6913, + "ie▁.": 6914, + "e▁with▁": 6915, + "in▁Europe.": 6916, + "economy.": 6917, + "breaks▁": 6918, + "e:▁": 6919, + "est▁of▁": 6920, + "will▁have▁to▁": 6921, + "i▁was▁": 6922, + "complex▁": 6923, + "hors": 6924, + "vulner": 6925, + "corp": 6926, + "children": 6927, + "has▁already▁been▁": 6928, + "campaign▁": 6929, + "ew▁": 6930, + "stres": 6931, + "implement▁": 6932, + "allows▁": 6933, + "costs▁": 6934, + "neighb": 6935, + "res▁the▁": 6936, + "what▁he▁": 6937, + "clear▁that▁": 6938, + "associated▁": 6939, + "Po": 6940, + "sovere": 6941, + "quant": 6942, + "policy": 6943, + "home▁and▁": 6944, + "path": 6945, + "inks▁": 6946, + "y▁for▁": 6947, + "prosper": 6948, + "ext▁of▁": 6949, + "something▁that▁": 6950, + "floor▁": 6951, + "cast▁": 6952, + "due▁": 6953, + "quir": 6954, + "revenge▁": 6955, + "ings▁and▁": 6956, + "which▁he▁": 6957, + "a▁solut": 6958, + "set▁out▁": 6959, + "product▁": 6960, + "legislation.": 6961, + "sitting▁": 6962, + "decad": 6963, + "confid": 6964, + "problem▁of▁": 6965, + "exercis": 6966, + "sound": 6967, + "etic▁": 6968, + "missing▁": 6969, + "institutions.": 6970, + "▁Of▁course": 6971, + "swe": 6972, + "▁to▁get▁": 6973, + "region": 6974, + "defic": 6975, + "preced": 6976, + "AL": 6977, + "Gen": 6978, + "is▁too▁": 6979, + "resum": 6980, + "▁Since▁": 6981, + "Commission▁and▁the▁": 6982, + "Monetary▁": 6983, + "it▁will▁be▁": 6984, + "invent": 6985, + "managed▁to▁": 6986, + "society.": 6987, + "farmers▁": 6988, + "EP": 6989, + "Mr▁C": 6990, + "could▁not▁": 6991, + "easily▁": 6992, + "i▁gu": 6993, + "requires▁": 6994, + "eav": 6995, + ",▁of▁course,▁": 6996, + "life▁,▁": 6997, + "Group▁of▁the▁European▁": 6998, + "Balk": 6999, + "liz": 7000, + "been▁the▁": 7001, + "lot▁of▁": 7002, + "cooperation.": 7003, + "health▁and▁": 7004, + "immigration▁": 7005, + "latest▁": 7006, + "shared▁": 7007, + "MEP": 7008, + "dynam": 7009, + "Cub": 7010, + "jur": 7011, + "informs▁": 7012, + "research▁and▁": 7013, + "tries▁to▁": 7014, + "injur": 7015, + "be▁to▁": 7016, + "chance▁to▁": 7017, + "one▁hand": 7018, + "day▁.": 7019, + "as▁we▁": 7020, + "recru": 7021, + "2009": 7022, + "major": 7023, + "discovers▁": 7024, + "environment.": 7025, + "os▁Angel": 7026, + "neither▁": 7027, + "4.": 7028, + "fres": 7029, + "▁to▁make▁": 7030, + "anyth": 7031, + "years▁ago": 7032, + "creating▁": 7033, + "integration▁": 7034, + "spirit▁": 7035, + "voice▁": 7036, + "Earth▁": 7037, + "precisely▁": 7038, + "Cypr": 7039, + "fast▁": 7040, + "▁ten▁": 7041, + "in▁B": 7042, + "sea▁": 7043, + ",▁and▁his▁": 7044, + "myself▁": 7045, + "definit": 7046, + "▁treatment▁": 7047, + "Alex": 7048, + "Mur": 7049, + "w.": 7050, + "▁Follow": 7051, + "were▁not▁": 7052, + "special": 7053, + "has▁taken▁": 7054, + "having▁a▁": 7055, + "money▁to▁": 7056, + "insurance▁": 7057, + "ca▁n't▁": 7058, + "ini▁": 7059, + "and▁and▁": 7060, + "has▁just▁": 7061, + "Commission▁and▁": 7062, + "result▁of▁the▁": 7063, + "▁Z": 7064, + "▁Se": 7065, + "finds▁a▁": 7066, + "armed▁": 7067, + "journe": 7068, + "round▁": 7069, + "itle▁": 7070, + "is▁then▁": 7071, + "conserv": 7072, + "comply▁": 7073, + "properly▁": 7074, + "▁Mr President": 7075, + "verse▁": 7076, + "obsess": 7077, + "must▁not▁": 7078, + ",▁therefore,▁": 7079, + "▁Afric": 7080, + "ends▁with▁": 7081, + "discrimination▁": 7082, + "esh": 7083, + "ript": 7084, + "e▁through": 7085, + "consensu": 7086, + "way▁.": 7087, + "what▁they▁": 7088, + "eing▁": 7089, + "fast": 7090, + "Council's▁": 7091, + "defence▁": 7092, + "procedures": 7093, + "iliation▁": 7094, + "network▁": 7095, + "similar▁": 7096, + "Bulgar": 7097, + "incident▁": 7098, + "resent": 7099, + "ent▁.": 7100, + "Servic": 7101, + "vess": 7102, + "▁I▁should▁": 7103, + "for▁the▁first": 7104, + "method▁": 7105, + "rans": 7106, + "eleph": 7107, + "peaceful▁": 7108, + "has▁not▁been▁": 7109, + "status▁": 7110, + "burden▁": 7111, + "projects▁": 7112, + "standards▁": 7113, + "seeing▁": 7114, + "sched": 7115, + "New": 7116, + "fing": 7117, + "itch▁": 7118, + "car▁.": 7119, + "▁there's▁": 7120, + "deliber": 7121, + "women▁and▁": 7122, + "reinforc": 7123, + "Cz": 7124, + "nic▁": 7125, + "beach▁": 7126, + "ravel": 7127, + "▁I▁am": 7128, + "ipp": 7129, + "2008": 7130, + "about▁this▁": 7131, + "standard▁": 7132, + "opening▁": 7133, + "commitment▁": 7134, + "Government": 7135, + "sman▁": 7136, + "st▁the▁": 7137, + "in▁'s▁": 7138, + "alism▁": 7139, + "each▁other▁.": 7140, + "Economic▁and▁": 7141, + "ym": 7142, + "fallen▁": 7143, + "range▁of▁": 7144, + "mbol": 7145, + "hundred": 7146, + "assassin": 7147, + "pain": 7148, + "of▁the▁t": 7149, + "▁time▁.": 7150, + "concerned.": 7151, + "according▁to▁": 7152, + "congratulate▁the▁": 7153, + "finds▁the▁": 7154, + "escape▁.": 7155, + "favour": 7156, + "taken▁": 7157, + "relationship▁with▁": 7158, + "ras": 7159, + "item": 7160, + "at▁and▁": 7161, + "▁Over": 7162, + "corpor": 7163, + "doubt▁": 7164, + "gradu": 7165, + "monitoring▁": 7166, + "flexibility▁": 7167, + "jeal": 7168, + "factory▁": 7169, + "sure▁that▁": 7170, + "largest▁": 7171, + "farmer": 7172, + "Security▁": 7173, + "heavy▁": 7174, + "eir": 7175, + ",▁even▁": 7176, + "for▁its▁": 7177, + "families▁": 7178, + "Canad": 7179, + "prospect": 7180, + "▁that▁was▁": 7181, + "protest": 7182, + "quality▁of▁": 7183, + "emissions▁": 7184, + "devot": 7185, + "Group▁of▁the▁": 7186, + "Mill": 7187, + "dign": 7188, + "ror▁": 7189, + "▁tour": 7190, + "es▁from▁the▁": 7191, + "els": 7192, + "useful▁": 7193, + "▁Such▁": 7194, + "▁trag": 7195, + "forms▁of▁": 7196, + "World▁War": 7197, + "stolen▁": 7198, + "sympath": 7199, + "ran": 7200, + "▁-LCB-▁-LCB-▁": 7201, + "grav": 7202, + "whilst▁": 7203, + "James▁": 7204, + "fraud▁": 7205, + "Sand": 7206, + "stone▁": 7207, + "region.": 7208, + "resolution": 7209, + "deal▁of▁": 7210, + "ebrat": 7211, + "Joe▁": 7212, + "compliance▁": 7213, + "regard▁": 7214, + "▁We▁should▁": 7215, + "scal": 7216, + "influence▁": 7217, + "skill": 7218, + "Andre": 7219, + "night▁.": 7220, + "suffering▁": 7221, + "alleg": 7222, + "hab": 7223, + "▁trust▁": 7224, + "▁,▁who▁": 7225, + "▁Only▁": 7226, + "however,▁": 7227, + "let▁me▁": 7228, + "colleague▁": 7229, + "gard": 7230, + ",▁V": 7231, + "orn": 7232, + "illi": 7233, + "ries▁to▁": 7234, + "akist": 7235, + "friendship▁": 7236, + "convinces▁": 7237, + "uctural▁": 7238, + "day.": 7239, + "directive.": 7240, + "ies▁to▁": 7241, + "turn": 7242, + "go▁to▁the▁": 7243, + "interesting▁": 7244, + "destin": 7245, + "dollar": 7246, + "ed▁it▁": 7247, + "forget": 7248, + "imprison": 7249, + "complex": 7250, + "also▁to▁": 7251, + "rible▁": 7252, + "partner▁": 7253, + "Nos▁": 7254, + "pick▁": 7255, + "tells▁": 7256, + "reaten": 7257, + "goes▁to▁the▁": 7258, + "onto▁the▁": 7259, + "similar": 7260, + "felt▁": 7261, + "Cont": 7262, + "risk▁of▁": 7263, + "ystem▁": 7264, + "with▁a▁view▁to▁": 7265, + "by▁his▁": 7266, + "by▁Mrs▁": 7267, + "pril▁": 7268, + "friends▁.": 7269, + "violent▁": 7270, + "construction▁": 7271, + "Ukrain": 7272, + "s▁their▁": 7273, + "al▁of▁the▁": 7274, + "address▁": 7275, + "match▁": 7276, + "advent": 7277, + "▁and▁his▁": 7278, + "efficiency▁": 7279, + "scream": 7280, + "other▁words,▁": 7281, + "a▁th": 7282, + "ated": 7283, + "are▁tak": 7284, + "man▁'s▁": 7285, + "succe": 7286, + "God▁": 7287, + "witch": 7288, + "incent": 7289, + "remo": 7290, + "differenc": 7291, + "animals▁": 7292, + "secretly▁": 7293, + "plat": 7294, + "▁that▁their▁": 7295, + "lower▁": 7296, + "Soviet▁": 7297, + "which▁have▁": 7298, + "poor": 7299, + "▁tax▁": 7300, + "▁I▁will▁": 7301, + "motion▁for▁a▁": 7302, + "s▁them": 7303, + "icks▁": 7304, + "exclud": 7305, + "engine": 7306, + "hib": 7307, + "▁Ex": 7308, + "down▁.": 7309, + "effort▁to▁": 7310, + "Alli": 7311, + "er▁,▁who▁": 7312, + "▁Dr": 7313, + "Ev": 7314, + "in▁to▁": 7315, + "t▁'s▁": 7316, + "usual▁": 7317, + "justifi": 7318, + "daily▁": 7319, + "agn": 7320, + "proposal▁to▁": 7321, + "young▁woman▁": 7322, + "role▁of▁": 7323, + "alifor": 7324, + "&": 7325, + "d▁the▁": 7326, + "oul▁": 7327, + "anda▁": 7328, + "solidar": 7329, + "encounter▁": 7330, + "Hol": 7331, + "ous.": 7332, + "▁time▁,▁": 7333, + "forest▁": 7334, + "▁totally▁": 7335, + "Wash": 7336, + "enu": 7337, + "ent,▁": 7338, + "s,▁I▁": 7339, + "e,▁I▁": 7340, + "except▁": 7341, + "beyond▁": 7342, + "permanent▁": 7343, + "e,▁to▁": 7344, + "source▁": 7345, + "es▁on▁the▁": 7346, + "abeth": 7347, + "inct": 7348, + "said.": 7349, + "believes▁": 7350, + "measures.": 7351, + "▁terrorist▁": 7352, + "boys▁": 7353, + "Agricul": 7354, + "et▁.": 7355, + "▁For▁the▁": 7356, + "▁term▁": 7357, + "give▁th": 7358, + "programme.": 7359, + "confronts▁": 7360, + "agencies▁": 7361, + "M▁": 7362, + "card": 7363, + "policy▁and▁": 7364, + "movement▁": 7365, + "sets▁": 7366, + "ed▁when▁": 7367, + "stead▁": 7368, + "in▁T": 7369, + "being▁a▁": 7370, + "glad": 7371, + "representative▁": 7372, + "sentenc": 7373, + "lot": 7374, + "mer▁": 7375, + "n't": 7376, + "Mr▁P": 7377, + "so▁that▁the▁": 7378, + "where▁she▁": 7379, + "vote▁in▁": 7380, + "concerned": 7381, + "mix": 7382, + "conscious▁": 7383, + "elderly▁": 7384, + "all▁these▁": 7385, + "or▁'s▁": 7386, + "a▁soc": 7387, + "combating▁": 7388, + "▁Later▁": 7389, + "Dor": 7390, + "Gar": 7391, + "responsibilities▁": 7392, + "II▁": 7393, + "and▁to▁the▁": 7394, + "percent▁": 7395, + "a▁situ": 7396, + "▁For▁this▁": 7397, + "Bill▁": 7398, + "effort▁": 7399, + "matter": 7400, + "subject▁to▁": 7401, + "only▁one▁": 7402, + "Scheng": 7403, + "Nick▁": 7404, + "en▁,▁": 7405, + "clu": 7406, + "egg": 7407, + "father": 7408, + "accept▁the▁": 7409, + "attacks▁": 7410, + "ofess": 7411, + "for▁your▁": 7412, + "from▁her▁": 7413, + "interrupt": 7414, + "extens": 7415, + "equally▁": 7416, + "satisfi": 7417, + "fly▁": 7418, + "income▁": 7419, + "so▁many▁": 7420, + "▁Why▁": 7421, + "political▁and▁": 7422, + "celebrat": 7423, + "UN▁": 7424, + "ion▁for▁": 7425, + "shel": 7426, + "see▁that▁": 7427, + "sible▁": 7428, + "dead▁.": 7429, + "a▁large▁": 7430, + "▁We▁cannot▁": 7431, + "stopp": 7432, + "E▁": 7433, + "song": 7434, + ",▁thus▁": 7435, + "made▁to▁": 7436, + "regular▁": 7437, + "whatever▁": 7438, + "barri": 7439, + "Den": 7440, + "th▁.": 7441, + "an▁old▁": 7442, + "and▁tries▁to▁": 7443, + "so▁much▁": 7444, + "upp": 7445, + "ignor": 7446, + "eptember▁": 7447, + "wife▁,▁": 7448, + "-RCB-▁-RCB-▁": 7449, + "pilot▁": 7450, + "ead": 7451, + "ing▁from▁the▁": 7452, + "we▁shall▁": 7453, + "▁Sinc": 7454, + "few": 7455, + "generally▁": 7456, + "▁thousands▁of▁": 7457, + "umbl": 7458, + "discover▁": 7459, + "Ry": 7460, + "chap": 7461, + "je": 7462, + "EU▁and▁": 7463, + "concep": 7464, + "countries▁and▁": 7465, + "people▁and▁": 7466, + "away▁from▁the▁": 7467, + "Robert▁": 7468, + "er's▁": 7469, + "assistant▁": 7470, + "▁type▁of▁": 7471, + "Portugu": 7472, + "nothing▁to▁": 7473, + "22": 7474, + "at▁European▁": 7475, + "a▁sc": 7476, + "list▁of▁": 7477, + "e)": 7478, + "we▁t": 7479, + "anist": 7480, + "likely▁to▁": 7481, + "capable▁of▁": 7482, + "statu": 7483, + "▁As▁regard": 7484, + "imul": 7485, + "ive▁and▁": 7486, + "▁Or": 7487, + "olly": 7488, + "leads▁": 7489, + "involving▁": 7490, + "iel": 7491, + "s,▁to▁": 7492, + "top": 7493, + "▁Do▁": 7494, + "Charles▁": 7495, + "Peter▁": 7496, + "physical▁": 7497, + "Committee▁on▁Budget": 7498, + "aries▁": 7499, + "blam": 7500, + "ized▁": 7501, + "appears▁": 7502, + "fif": 7503, + "ka▁": 7504, + "ani▁": 7505, + "comfort": 7506, + "knif": 7507, + "finding▁": 7508, + "allowing▁": 7509, + "a▁clear▁": 7510, + "infect": 7511, + "Org": 7512, + "God": 7513, + "Ru": 7514, + "ump▁": 7515, + "marks▁": 7516, + "au▁": 7517, + "best▁friend▁": 7518, + "reduce▁the▁": 7519, + "▁We▁will▁": 7520, + "legally▁": 7521, + "development▁and▁": 7522, + "ability▁of▁": 7523, + "look▁at▁": 7524, + "achieve▁th": 7525, + "contains▁": 7526, + "Ham": 7527, + "in▁,▁": 7528, + "▁their▁own▁": 7529, + "island": 7530, + "withdraw": 7531, + "side▁of▁the▁": 7532, + "arms▁": 7533, + "safe▁": 7534, + "walk": 7535, + "Jimmy▁": 7536, + ",▁the▁Council▁": 7537, + "attle▁": 7538, + "payment▁": 7539, + "p.": 7540, + "so▁far▁": 7541, + ",▁but▁it▁": 7542, + "killed▁.": 7543, + "initiatives▁": 7544, + "cous": 7545, + "is▁un": 7546, + "igno": 7547, + "regime▁": 7548, + "on▁our▁": 7549, + "agon": 7550, + "ated▁in▁the▁": 7551, + "social": 7552, + "disturb": 7553, + "er▁than▁": 7554, + "set▁of▁": 7555, + "increase▁the▁": 7556, + "return▁to▁the▁": 7557, + "commitment▁to▁": 7558, + "and▁takes▁": 7559, + "lift": 7560, + "ations▁to▁": 7561, + "compat": 7562, + "course▁": 7563, + "arrest▁": 7564, + "and▁S": 7565, + "Balt": 7566, + "onto▁": 7567, + "es,▁which▁": 7568, + "betray": 7569, + ",▁especially▁": 7570, + "edic": 7571, + "as▁soon▁as▁": 7572, + "u▁'s▁": 7573, + "balanced▁": 7574, + "ark": 7575, + "proce": 7576, + "namely▁": 7577, + "plays▁": 7578, + "fores": 7579, + "piece▁of▁": 7580, + "▁I▁can▁": 7581, + "y,▁which▁": 7582, + "s▁are▁not▁": 7583, + "colon": 7584, + "-B": 7585, + "use▁of▁the▁": 7586, + "protection": 7587, + "camer": 7588, + "aware▁that▁": 7589, + "LA": 7590, + "has▁made▁": 7591, + "has▁been": 7592, + "needed▁to▁": 7593, + "reveals▁": 7594, + "position.": 7595, + "a▁serious▁": 7596, + "club▁": 7597, + "Swedish▁": 7598, + "ona▁": 7599, + "ar▁.": 7600, + "act▁of▁": 7601, + "ouse▁": 7602, + "but▁they▁": 7603, + "uggl": 7604, + "drinking▁": 7605, + "many▁of▁the▁": 7606, + "citizens,▁": 7607, + "genuin": 7608, + "assure▁": 7609, + "▁From": 7610, + ",▁which▁was▁": 7611, + "because▁he▁": 7612, + "look▁at▁the▁": 7613, + "role▁in▁": 7614, + "sight": 7615, + "profit": 7616, + "Union's▁": 7617, + "-▁to▁": 7618, + "Ash": 7619, + "zer": 7620, + "incom": 7621, + "eli": 7622, + "usually▁": 7623, + "e▁to▁a▁": 7624, + "▁that▁we▁should▁": 7625, + "support▁for▁the▁": 7626, + "involved▁in▁the▁": 7627, + "makes▁it▁": 7628, + "consistent▁": 7629, + "maximum▁": 7630, + "up.": 7631, + "can't▁": 7632, + "explod": 7633, + "less▁than▁": 7634, + "play▁a▁": 7635, + "in▁C": 7636, + "as▁his▁": 7637, + "human▁rights▁and▁": 7638, + "itself.": 7639, + "Structural▁": 7640, + "aliforn": 7641, + "in▁the▁field▁of▁": 7642, + "electric": 7643, + "ycle▁": 7644, + ",▁un": 7645, + "are▁to▁be▁": 7646, + "roat": 7647, + "style▁": 7648, + "▁Both▁": 7649, + "point.": 7650, + "find▁out▁": 7651, + "helps▁": 7652, + "confer": 7653, + "ance▁of▁the▁": 7654, + "growth▁and▁": 7655, + "feelings▁": 7656, + "William": 7657, + "29": 7658, + "bound": 7659, + "oz": 7660, + "ith▁": 7661, + "is▁therefore▁": 7662, + "mist": 7663, + "earch▁": 7664, + "Chris▁": 7665, + "Pakist": 7666, + "Ven": 7667, + "say▁that▁the▁": 7668, + "deserv": 7669, + "e▁that▁they▁": 7670, + "ed▁,▁and▁": 7671, + "at▁least": 7672, + "remember▁": 7673, + "rapid": 7674, + "men▁.": 7675, + "going▁to▁be▁": 7676, + "supplement": 7677, + "wakes▁": 7678, + "12▁": 7679, + "pass▁": 7680, + "ing▁the▁t": 7681, + "do▁the▁": 7682, + "identity▁": 7683, + "crisis": 7684, + "industry.": 7685, + "rom▁": 7686, + "shot": 7687, + "him▁a▁": 7688, + "carrying▁": 7689, + "returns▁to▁the▁": 7690, + "u▁.": 7691, + "wand": 7692, + "imper": 7693, + "devast": 7694, + "implementation▁": 7695, + "▁On▁the▁other▁hand": 7696, + "-to-": 7697, + "detailed▁": 7698, + "angry▁": 7699, + "c.": 7700, + "in▁some▁": 7701, + "ocks▁": 7702, + "▁Those▁": 7703, + "sell▁": 7704, + "because,▁": 7705, + "scale▁": 7706, + "ior": 7707, + "jail": 7708, + "atically▁": 7709, + "affor": 7710, + "Billy▁": 7711, + "Mel": 7712, + "Richard▁": 7713, + "ary.": 7714, + "ings▁.": 7715, + "▁to▁her▁": 7716, + "perform▁": 7717, + "▁Instead▁": 7718, + "▁Car": 7719, + "phen": 7720, + "film▁.": 7721, + "afterno": 7722, + ",▁there▁is▁a▁": 7723, + "known▁as▁": 7724, + "urban▁": 7725, + "cell": 7726, + "Paris▁": 7727, + "living▁in▁": 7728, + "achieved▁": 7729, + "kids▁": 7730, + "stead": 7731, + "FR)": 7732, + "sacrific": 7733, + "Gal": 7734, + "Jon": 7735, + "me.": 7736, + "ner▁": 7737, + "▁but▁": 7738, + "▁traffic": 7739, + "rock▁": 7740, + "unfortunately▁": 7741, + "iy": 7742, + "mate▁": 7743, + "sad": 7744, + "ich▁": 7745, + "as▁well.": 7746, + "acting▁": 7747, + "mans": 7748, + "highest▁": 7749, + "Queen▁": 7750, + "Indian▁": 7751, + "dying▁": 7752, + "chief▁": 7753, + "dependent▁": 7754, + "schedul": 7755, + "'s▁the▁": 7756, + "and▁her▁": 7757, + "esc": 7758, + "▁Pr": 7759, + "▁there▁.": 7760, + "relating▁to▁the▁": 7761, + "robber": 7762, + "June▁": 7763, + "WTO▁": 7764, + "e;▁": 7765, + "vig": 7766, + "▁transfer": 7767, + "ship.": 7768, + "respective▁": 7769, + "clean": 7770, + "▁trouble▁": 7771, + "why": 7772, + "s▁,▁he▁": 7773, + "ertain": 7774, + "strengthen▁": 7775, + "when▁it▁comes▁to▁": 7776, + "massive▁": 7777, + "GA": 7778, + "i▁think": 7779, + "enz": 7780, + "EU-": 7781, + "fulfill": 7782, + "procedure": 7783, + "Sarah▁": 7784, + "attempt▁": 7785, + "case.": 7786, + "because▁we▁": 7787, + "elected▁": 7788, + "development▁of▁the▁": 7789, + "ability▁and▁": 7790, + "majority▁of▁": 7791, + "▁Perhap": 7792, + "Black▁": 7793, + "ians▁": 7794, + "accompani": 7795, + "mention▁": 7796, + "contrad": 7797, + "frustr": 7798, + "choice▁": 7799, + "rich": 7800, + "its": 7801, + "at▁.": 7802, + "preserv": 7803, + "perfect▁": 7804, + "SC": 7805, + "man▁,▁": 7806, + "within▁the▁framework▁": 7807, + "fisc": 7808, + "uh-h": 7809, + "people▁to▁": 7810, + "sleep▁": 7811, + "capacity▁": 7812, + "express▁my▁": 7813, + "flight▁": 7814, + "liter": 7815, + ",▁Mrs▁": 7816, + "for▁us▁to▁": 7817, + "y,▁but▁": 7818, + "inary▁": 7819, + "with▁its▁": 7820, + "e▁of▁his▁": 7821, + "ishn": 7822, + "system▁of▁": 7823, + "brother▁,▁": 7824, + "High▁": 7825, + "gri": 7826, + "es▁,▁and▁": 7827, + "stock▁": 7828, + "fianc": 7829, + "rapid▁": 7830, + "recommendations▁": 7831, + "check▁": 7832, + "designed▁to▁": 7833, + "ie▁and▁": 7834, + "a▁European▁": 7835, + "without▁the▁": 7836, + "secure▁": 7837, + "improvement": 7838, + "opol": 7839, + "um.": 7840, + "killed▁by▁": 7841, + "vote.": 7842, + "brothers▁": 7843, + "December▁": 7844, + "giant▁": 7845, + "enjoy▁": 7846, + "wonder▁": 7847, + "24": 7848, + "stock": 7849, + "pre-": 7850, + "2001": 7851, + "investment": 7852, + "orient": 7853, + "es▁for▁the▁": 7854, + "in▁199": 7855, + "systems▁": 7856, + "attention▁to▁": 7857, + "struggle▁": 7858, + "Internet▁": 7859, + "expenditure▁": 7860, + "add▁": 7861, + "opposition▁": 7862, + ",▁the▁t": 7863, + "one▁of▁his▁": 7864, + "▁therefor": 7865, + "figures▁": 7866, + "Sa": 7867, + "Sol": 7868, + "ride▁": 7869, + "uss": 7870, + "bus▁": 7871, + "you.": 7872, + "right▁of▁": 7873, + "innocent▁": 7874, + "electronic▁": 7875, + "▁Europe▁": 7876, + "e▁those▁": 7877, + "▁Sub": 7878, + "mail▁": 7879, + "▁traditional▁": 7880, + "language▁": 7881, + "ape▁": 7882, + "with▁him▁.": 7883, + "extra": 7884, + "attempting▁to▁": 7885, + "▁teen": 7886, + "▁transparency▁": 7887, + "Energ": 7888, + "NAT": 7889, + "gas": 7890, + "reput": 7891, + "about▁her▁": 7892, + "walking▁": 7893, + "Republ": 7894, + "romantic▁": 7895, + "Court▁of▁Aud": 7896, + "23": 7897, + "Kat": 7898, + "adem": 7899, + "in▁the▁same▁": 7900, + "ongo": 7901, + "rights▁and▁": 7902, + "accordance▁with▁the▁": 7903, + "100▁": 7904, + "Go": 7905, + "e▁that▁is▁": 7906, + ",▁the▁two▁": 7907, + "month▁": 7908, + "letter": 7909, + "bridg": 7910, + "www.": 7911, + "drop▁": 7912, + "PPE": 7913, + "Fre": 7914, + "but▁is▁": 7915, + "ength▁": 7916, + "discipl": 7917, + "survive▁": 7918, + ",▁two▁": 7919, + "▁top": 7920, + ",▁however▁,▁": 7921, + "es▁is▁": 7922, + "ently": 7923, + "buy": 7924, + "▁Har": 7925, + "added▁": 7926, + "Council▁to▁": 7927, + "aspir": 7928, + "...": 7929, + "crucial": 7930, + "u▁and▁": 7931, + "stable▁": 7932, + "primary▁": 7933, + "Nether": 7934, + "Red▁": 7935, + "xim": 7936, + "ing▁at▁": 7937, + "ations": 7938, + "I▁was▁": 7939, + "ancial▁": 7940, + "measure▁": 7941, + "gambl": 7942, + "Fl": 7943, + "ally▁to▁": 7944, + "▁Com": 7945, + "ionary▁": 7946, + "es▁it▁": 7947, + "▁Pet": 7948, + ",▁then": 7949, + "computer▁": 7950, + "25▁": 7951, + "we're▁": 7952, + "policies.": 7953, + "friendly▁": 7954, + "interven": 7955, + "▁Group.▁-▁(": 7956, + "carry▁out▁": 7957, + "uxemb": 7958, + "neverth": 7959, + "▁traffic▁": 7960, + "Sal": 7961, + "ed▁with▁a▁": 7962, + "ex▁": 7963, + "ions▁.": 7964, + "lock": 7965, + "▁That▁is▁the▁": 7966, + "said▁that▁": 7967, + "deal▁with▁the▁": 7968, + "prepared▁": 7969, + "▁together▁.": 7970, + "CI": 7971, + "most▁of▁": 7972, + "aged▁": 7973, + "presence▁": 7974, + "Conference▁": 7975, + "▁When▁she▁": 7976, + "trad": 7977, + "▁However,▁I▁": 7978, + "intend▁to▁": 7979, + "naturally▁": 7980, + "Schengen▁": 7981, + "eum▁": 7982, + "for▁these▁": 7983, + "ong▁K": 7984, + "killer▁": 7985, + "during▁a▁": 7986, + "activity▁": 7987, + "means▁that▁": 7988, + "phenomen": 7989, + "iously▁": 7990, + "and▁he▁": 7991, + "ancy▁": 7992, + "access▁": 7993, + "revolut": 7994, + "response▁": 7995, + "was▁to▁": 7996, + "Amendments▁": 7997, + "lizabeth": 7998, + ",▁if▁": 7999, + "have▁no▁": 8000, + "predict": 8001, + "motiv": 8002, + "Henry▁": 8003, + "tabl": 8004, + "oud": 8005, + "which▁was▁": 8006, + "so▁as▁to▁": 8007, + "into▁his▁": 8008, + "▁Last": 8009, + "laid▁down▁": 8010, + "Netherland": 8011, + "Bal": 8012, + "ran▁": 8013, + "ated▁to▁": 8014, + "▁Jun": 8015, + "happily▁": 8016, + "penalt": 8017, + "historic▁": 8018, + "sem": 8019, + "wall": 8020, + "in▁M": 8021, + "protect▁the▁": 8022, + ",▁and▁then▁": 8023, + "▁in▁writing.▁-": 8024, + "▁II▁": 8025, + "chance▁": 8026, + "enda▁": 8027, + "deals▁": 8028, + "ers▁who▁": 8029, + "▁May▁": 8030, + "incident": 8031, + "prompt": 8032, + "Public▁": 8033, + "mos": 8034, + "es▁as▁": 8035, + "raw": 8036, + "movement▁of▁": 8037, + "new▁Member▁Stat": 8038, + "Arab": 8039, + "interested▁in▁": 8040, + "resources.": 8041, + "climb": 8042, + "are▁talking▁": 8043, + "deeply▁": 8044, + "Pap": 8045, + "rupt▁": 8046, + "Los▁Angel": 8047, + "winn": 8048, + "ety▁": 8049, + "Univers": 8050, + "years▁ago▁": 8051, + "help▁the▁": 8052, + "reform▁of▁the▁": 8053, + "obstacl": 8054, + "Bri": 8055, + "▁\\*": 8056, + ",▁you▁": 8057, + "ings,▁": 8058, + "made▁by▁the▁": 8059, + "pointed▁out": 8060, + "without▁any▁": 8061, + "She": 8062, + ",▁since▁": 8063, + "then▁": 8064, + "ston": 8065, + "in▁many▁": 8066, + "▁He▁also▁": 8067, + "ritory▁": 8068, + "detective▁": 8069, + "furth": 8070, + "prepare▁": 8071, + "bringing▁": 8072, + "▁It▁is▁therefore▁": 8073, + "Afghanist": 8074, + "grow▁": 8075, + "ing,▁and▁": 8076, + "on▁is▁": 8077, + "event▁": 8078, + "given▁to▁": 8079, + "2000▁": 8080, + ",▁and▁to▁": 8081, + "jobs▁": 8082, + "apologiz": 8083, + "Bas": 8084, + "gar▁": 8085, + "hench": 8086, + "president": 8087, + "▁Americ": 8088, + "who▁was▁": 8089, + "ody▁": 8090, + "rapporteur,▁Mr": 8091, + "uxembour": 8092, + "bert": 8093, + "▁to▁that▁": 8094, + "ift▁": 8095, + "earth": 8096, + "ing▁to▁be▁": 8097, + "included▁in▁the▁": 8098, + "emphasis▁": 8099, + "encounters▁": 8100, + "team▁": 8101, + "slowly▁": 8102, + "▁John▁": 8103, + "inform▁": 8104, + "many": 8105, + "airport▁": 8106, + "considered▁": 8107, + "story▁of▁": 8108, + "complain": 8109, + "Republic▁of▁": 8110, + "Dutch▁": 8111, + "bacc": 8112, + "grave▁": 8113, + "material▁": 8114, + "hide▁": 8115, + ",▁although▁": 8116, + "overcom": 8117, + "194": 8118, + "adopted▁by▁the▁": 8119, + "conclusions▁": 8120, + "omorrow▁": 8121, + "oy▁": 8122, + "error": 8123, + "get▁a▁": 8124, + "school▁.": 8125, + "▁However▁,▁the▁": 8126, + "mass▁": 8127, + "finance▁": 8128, + "ella▁": 8129, + "appeared▁": 8130, + "authority▁": 8131, + "election▁": 8132, + "i▁don't▁know▁": 8133, + "▁President▁": 8134, + "▁We▁therefore▁": 8135, + "kiss": 8136, + "sak": 8137, + "van": 8138, + "inhabit": 8139, + "Commission’s▁": 8140, + "future▁of▁": 8141, + "referr": 8142, + "usi": 8143, + "before": 8144, + "underlin": 8145, + "involvement▁": 8146, + "shows▁up▁": 8147, + "ism▁and▁": 8148, + "consequences▁": 8149, + "as▁regards▁": 8150, + "Committee▁on▁the▁Environ": 8151, + "Czech▁": 8152, + "28": 8153, + "icopt": 8154, + "amin": 8155, + "mother▁.": 8156, + "▁talks▁": 8157, + "Spain▁": 8158, + "according▁to▁the▁": 8159, + "RO": 8160, + "Sy": 8161, + "export▁": 8162, + "Steve▁": 8163, + "Member▁States▁and▁": 8164, + "welfare▁": 8165, + "Bos": 8166, + "Vi": 8167, + "hil": 8168, + "seas": 8169, + "again.": 8170, + "moving▁": 8171, + "reducing▁": 8172, + "▁At▁the▁same▁time,▁": 8173, + "contradict": 8174, + "26": 8175, + "▁i▁": 8176, + "repeatedly▁": 8177, + "U.S.": 8178, + "latter▁": 8179, + "ctober▁": 8180, + "dealt▁with▁": 8181, + "Bab": 8182, + "bann": 8183, + "a▁second▁": 8184, + "ethnic▁": 8185, + "drag": 8186, + "possibly▁": 8187, + "danger": 8188, + "enlargement": 8189, + "desire▁to▁": 8190, + "Portuguese▁": 8191, + "a▁that▁": 8192, + "bag": 8193, + "▁uh▁": 8194, + "itors▁": 8195, + "ed▁him▁": 8196, + "her▁that▁": 8197, + "▁time▁and▁": 8198, + "scar": 8199, + "double▁": 8200, + "Ombud": 8201, + "cell▁": 8202, + "ed▁or▁": 8203, + "one▁day▁": 8204, + "crash▁": 8205, + "otherwise▁": 8206, + "is▁an▁important▁": 8207, + "patient": 8208, + "Bank": 8209, + "paper▁": 8210, + "on,▁": 8211, + "on▁these▁": 8212, + "on▁its▁": 8213, + "ellect": 8214, + "explic": 8215, + "willing": 8216, + "hard▁to▁": 8217, + "constitutional▁": 8218, + "it▁the▁": 8219, + "at▁an▁": 8220, + "chann": 8221, + "evit": 8222, + "percent": 8223, + "▁trapp": 8224, + "Mr▁L": 8225, + "helicopt": 8226, + "levels▁of▁": 8227, + "▁today's▁": 8228, + "gather": 8229, + "u▁,▁": 8230, + "olf": 8231, + "and▁take▁": 8232, + "ection▁": 8233, + "▁take▁this▁": 8234, + "report▁and▁": 8235, + "father▁'s▁": 8236, + "world▁.": 8237, + "access▁to▁the▁": 8238, + "payment": 8239, + "forthcoming▁": 8240, + "Dani": 8241, + "ed▁into▁the▁": 8242, + "amount▁": 8243, + "in▁the▁t": 8244, + "aps▁": 8245, + "we▁cannot▁": 8246, + "``▁S": 8247, + "if▁she▁": 8248, + "information▁and▁": 8249, + "wishes▁to▁": 8250, + "variet": 8251, + ",▁together▁": 8252, + "redi": 8253, + "prosecut": 8254, + "▁The▁European▁": 8255, + "utt": 8256, + "link▁": 8257, + "risks▁": 8258, + "referred▁to▁": 8259, + "drives▁": 8260, + "ault": 8261, + "cept": 8262, + "ation,▁the▁": 8263, + "ence▁to▁": 8264, + "decision▁to▁": 8265, + "believe▁that▁this▁": 8266, + "damage▁": 8267, + "determined▁to▁": 8268, + "dedic": 8269, + "ing-": 8270, + "et.": 8271, + "involve▁": 8272, + "dealing▁with▁": 8273, + "would▁therefore▁": 8274, + "Sk": 8275, + "as▁much▁": 8276, + "▁Pol": 8277, + "her▁the▁": 8278, + "ief": 8279, + "concerns▁the▁": 8280, + "opinion,▁": 8281, + "were▁to▁": 8282, + "aspect▁": 8283, + "Justice▁": 8284, + "ouch▁": 8285, + "green▁": 8286, + "ally,▁the▁": 8287, + "partners▁": 8288, + "vehicle▁": 8289, + "Pat": 8290, + "eal▁": 8291, + "pict": 8292, + "a▁more▁": 8293, + "e▁toward": 8294, + "fring": 8295, + "soci": 8296, + "aire▁": 8297, + "retire": 8298, + "loves▁": 8299, + "individual": 8300, + "ought▁to▁": 8301, + "committed▁": 8302, + "yard▁": 8303, + "operating▁": 8304, + "People's▁": 8305, + "ares": 8306, + "gender▁": 8307, + "or▁is▁": 8308, + "otal▁": 8309, + "pois": 8310, + "what▁I▁": 8311, + "beginn": 8312, + "▁However,▁we▁": 8313, + "castle▁": 8314, + "small▁and▁medium-sized▁enterpris": 8315, + "htt": 8316, + "an▁agreement▁": 8317, + "recall": 8318, + "▁trust": 8319, + "must▁not▁be▁": 8320, + "boat": 8321, + "discuss▁": 8322, + "interests▁of▁the▁": 8323, + "ensure▁the▁": 8324, + "bert▁": 8325, + "champ": 8326, + "framework": 8327, + "democracy▁and▁": 8328, + "point▁of▁view": 8329, + "relatively▁": 8330, + "concept▁of▁": 8331, + "rail▁": 8332, + "blind▁": 8333, + "do.": 8334, + "▁Cl": 8335, + "mountain▁": 8336, + "are▁being▁": 8337, + "estion▁": 8338, + "igu": 8339, + "down▁and▁": 8340, + "looking▁for▁": 8341, + "constant▁": 8342, + "member▁of▁the▁": 8343, + "%.": 8344, + "Sus": 8345, + "asbour": 8346, + "spending▁": 8347, + "protection.": 8348, + "young▁man▁": 8349, + "allow▁the▁": 8350, + "friends▁,▁": 8351, + "funeral▁": 8352, + "established▁": 8353, + "inside▁the▁": 8354, + "voluntary▁": 8355, + "Paper▁": 8356, + "card▁": 8357, + "fate▁": 8358, + "aking▁": 8359, + "▁train▁": 8360, + "leaving▁the▁": 8361, + "▁too.": 8362, + "uke▁": 8363, + "Affairs,▁": 8364, + "legitimate▁": 8365, + "Muslim": 8366, + "▁takes▁a▁": 8367, + "and▁.": 8368, + "a▁lot▁": 8369, + "newspap": 8370, + "ician▁": 8371, + "e▁things▁": 8372, + "e▁three▁": 8373, + "life.": 8374, + "interest▁in▁": 8375, + "executive▁": 8376, + "infrastruct": 8377, + "conduct▁": 8378, + "Vir": 8379, + "lak": 8380, + "s▁-▁": 8381, + "haz": 8382, + "declin": 8383, + "looked▁": 8384, + "▁Amend": 8385, + "onom": 8386, + "er▁for▁": 8387, + "share▁the▁": 8388, + "we▁do▁not▁": 8389, + "mart": 8390, + "consider▁the▁": 8391, + "storm▁": 8392, + "as▁well▁as▁the▁": 8393, + "steps▁": 8394, + "firmly▁": 8395, + "cart": 8396, + "eous▁": 8397, + "s▁,▁the▁": 8398, + ",▁W": 8399, + "reiter": 8400, + "policem": 8401, + "lying▁": 8402, + "over▁a▁": 8403, + "products.": 8404, + "authoris": 8405, + "America▁": 8406, + "coordination▁": 8407, + "memory▁": 8408, + "Structural▁Fund": 8409, + "fiscal▁": 8410, + "Ap": 8411, + "enters▁": 8412, + "▁As▁they▁": 8413, + "sees▁the▁": 8414, + "s,▁as▁": 8415, + "individu": 8416, + "democracy.": 8417, + "Carol": 8418, + "Court▁": 8419, + "intens": 8420, + "▁It▁also▁": 8421, + "he's▁": 8422, + "facing▁": 8423, + "largely▁": 8424, + "▁teacher▁": 8425, + "collabor": 8426, + "full▁of▁": 8427, + ",▁for▁example,▁": 8428, + "destroy▁": 8429, + "Rad": 8430, + "borders▁": 8431, + "mic": 8432, + "e▁through▁": 8433, + "oto▁": 8434, + "able▁to": 8435, + "er▁of▁a▁": 8436, + "young▁people▁": 8437, + "services,▁": 8438, + "Trans": 8439, + "mountain": 8440, + "on▁the▁basis▁of▁": 8441, + ",▁I": 8442, + "we▁need▁": 8443, + "died▁": 8444, + "personally▁": 8445, + "match": 8446, + "▁technology▁": 8447, + "ability.": 8448, + "40▁": 8449, + "enant▁": 8450, + "limit▁": 8451, + "failed▁to▁": 8452, + "▁turns▁": 8453, + "▁When▁they▁": 8454, + "uv": 8455, + "ear▁": 8456, + "bodies▁": 8457, + "states▁that▁": 8458, + "plane▁": 8459, + "law▁and▁": 8460, + "invites▁": 8461, + "defend▁": 8462, + "Strasbour": 8463, + "Ben▁": 8464, + "fuel": 8465, + "learning▁": 8466, + "informed▁": 8467, + "whom▁he▁": 8468, + "Agreement▁": 8469, + "cerem": 8470, + "enthusi": 8471, + "roll▁": 8472, + "e▁today▁": 8473, + "avid▁": 8474, + "fired▁": 8475, + "load": 8476, + "saying": 8477, + "favor": 8478, + "European▁Parliament▁and▁": 8479, + "assessment▁": 8480, + "Ass": 8481, + "Kur": 8482, + "hair▁": 8483, + "and▁therefore▁": 8484, + "intellect": 8485, + "utr": 8486, + "weight▁": 8487, + "symbol": 8488, + "speaking▁": 8489, + "keep▁the▁": 8490, + "post-": 8491, + "Yug": 8492, + "fol": 8493, + "excit": 8494, + "196": 8495, + "▁tried▁to▁": 8496, + "negotiations.": 8497, + "oubt": 8498, + "challenge▁": 8499, + "jail▁": 8500, + "rifi": 8501, + "▁that▁will▁": 8502, + "does▁the▁": 8503, + "▁transf": 8504, + "Profess": 8505, + "Charl": 8506, + "▁Unfortunately▁": 8507, + "guilty▁": 8508, + "Cas": 8509, + "path▁": 8510, + "elm": 8511, + "ittle▁": 8512, + "provided▁": 8513, + "investigation▁": 8514, + "North▁": 8515, + "primarily▁": 8516, + "Islam": 8517, + "into▁an▁": 8518, + "minority▁": 8519, + "green": 8520, + "biggest▁": 8521, + "Er": 8522, + "union▁": 8523, + "oss": 8524, + "clin": 8525, + "countries▁of▁": 8526, + "full": 8527, + "son▁'s▁": 8528, + "documents▁": 8529, + "resolution.": 8530, + "hesit": 8531, + "Sing": 8532, + "s▁of▁his▁": 8533, + "▁Madam▁President,▁I▁": 8534, + "ruin": 8535, + "▁First▁of▁": 8536, + "interview": 8537, + ",000": 8538, + ",▁particularly▁": 8539, + "entitl": 8540, + "of▁the▁European▁Union.": 8541, + "▁I▁voted▁in▁favour▁": 8542, + "and▁the▁other▁": 8543, + "▁track▁": 8544, + "account▁of▁": 8545, + "ared": 8546, + ",▁in▁fact": 8547, + "reasonable▁": 8548, + "evening▁": 8549, + "alien▁": 8550, + "excessive▁": 8551, + "Viet": 8552, + "al▁to▁the▁": 8553, + "es▁which▁": 8554, + "ed?": 8555, + "belief": 8556, + "million": 8557, + "millions▁of▁": 8558, + "archit": 8559, + "repli": 8560, + "London▁": 8561, + "perfectly▁": 8562, + "decision-making▁": 8563, + "abort": 8564, + "▁This": 8565, + "base▁": 8566, + "could▁have▁": 8567, + "organised▁": 8568, + "Socialist▁": 8569, + "hundred▁": 8570, + "Amsterdam": 8571, + "a▁the▁": 8572, + "bilateral▁": 8573, + "ute▁": 8574, + "▁Wor": 8575, + "I▁should▁like▁to▁": 8576, + "context▁of▁": 8577, + "phil": 8578, + "between▁the▁two▁": 8579, + "saving▁": 8580, + "line▁with▁the▁": 8581, + "pictur": 8582, + "simple▁": 8583, + "subsequently▁": 8584, + "Ob": 8585, + "saw": 8586, + "leader▁": 8587, + "athan▁": 8588, + "revealed▁that▁": 8589, + "daughter▁.": 8590, + "improved▁": 8591, + "▁there.": 8592, + "video▁": 8593, + "GD": 8594, + "▁text": 8595, + "park▁": 8596, + "print": 8597, + "spit": 8598, + "ogeth": 8599, + "engage▁": 8600, + "customs▁": 8601, + "Ray▁": 8602, + "inevit": 8603, + "in▁mind": 8604, + "iday▁": 8605, + "li▁": 8606, + "▁Its▁": 8607, + "otic▁": 8608, + "my▁own▁": 8609, + "off▁to▁": 8610, + "easy▁": 8611, + "security.": 8612, + "store▁": 8613, + "newspaper▁": 8614, + "pir": 8615, + "tell": 8616, + "and-": 8617, + "ancient▁": 8618, + "making▁the▁": 8619, + "Great▁": 8620, + "membership▁": 8621, + "Economic▁and▁Monetary▁": 8622, + "Lind": 8623, + "es▁to▁take▁": 8624, + "th-": 8625, + "▁Wil": 8626, + "▁Member▁": 8627, + "spot": 8628, + "in▁this▁House▁": 8629, + "advic": 8630, + "call▁on▁the▁": 8631, + "▁that▁there▁is▁": 8632, + "summer▁": 8633, + "vehicl": 8634, + "Jeff": 8635, + "ening▁": 8636, + "minim": 8637, + "aircraft▁": 8638, + "▁This▁is▁why▁": 8639, + "Agency▁": 8640, + "ze▁": 8641, + "▁I▁must▁": 8642, + "Army▁": 8643, + "national": 8644, + "understand▁the▁": 8645, + "Thom": 8646, + "insp": 8647, + "install": 8648, + "debt▁": 8649, + "difference▁": 8650, + "eat▁": 8651, + "ure▁.": 8652, + "accur": 8653, + "s▁in▁order▁to▁": 8654, + "oll▁": 8655, + "it▁,▁": 8656, + "aksh": 8657, + "▁I▁believe▁": 8658, + "presum": 8659, + "rown": 8660, + "ities▁and▁": 8661, + "equiv": 8662, + "correspond": 8663, + "Clint": 8664, + "revolv": 8665, + "become▁the▁": 8666, + "▁El": 8667, + "how▁much▁": 8668, + "restor": 8669, + "commitments▁": 8670, + "credits▁": 8671, + "dinner▁": 8672, + "Miss▁": 8673, + "TV▁": 8674, + "cost▁of▁": 8675, + "ield": 8676, + "es?": 8677, + "▁Im": 8678, + "own▁.": 8679, + "Chic": 8680, + "into▁account▁": 8681, + "son▁,▁": 8682, + "expensive▁": 8683, + "period▁of▁": 8684, + "geograph": 8685, + "Bu": 8686, + "pas": 8687, + "we▁th": 8688, + "ened▁": 8689, + "h▁and▁": 8690, + "lit▁": 8691, + "we▁all▁": 8692, + "diam": 8693, + "disabl": 8694, + "spot▁": 8695, + "ions▁are▁": 8696, + "auth": 8697, + "concept": 8698, + "done.": 8699, + "position▁of▁": 8700, + "successful": 8701, + "agricult": 8702, + "his▁family▁": 8703, + "▁that,▁in▁": 8704, + ",▁which▁has▁": 8705, + "help▁of▁": 8706, + "debate▁on▁": 8707, + "conclusion": 8708, + "audience▁": 8709, + "veter": 8710, + "intim": 8711, + "making▁a▁": 8712, + "ions▁for▁": 8713, + "as▁a▁result▁of▁": 8714, + "in▁this▁area.": 8715, + ";▁he▁": 8716, + "possible": 8717, + "handl": 8718, + "put▁in▁": 8719, + "seemingly▁": 8720, + "aid.": 8721, + "address▁the▁": 8722, + "Hong▁K": 8723, + "Kh": 8724, + "seiz": 8725, + "police▁.": 8726, + "urely▁": 8727, + "gets▁a▁": 8728, + "a▁coupl": 8729, + "steal▁": 8730, + "perspective▁": 8731, + "ely,▁": 8732, + "ecom": 8733, + "▁It▁is▁the▁": 8734, + "article▁": 8735, + "frag": 8736, + "strengthen▁the▁": 8737, + "must▁take▁": 8738, + "boss▁": 8739, + "moral▁": 8740, + "agreed▁": 8741, + "just▁a▁": 8742, + "possible,▁": 8743, + "enter▁the▁": 8744, + "divorce▁": 8745, + "Sher": 8746, + "it▁in▁": 8747, + "enny▁": 8748, + "ually": 8749, + "y▁to": 8750, + ",▁at▁": 8751, + "explain▁": 8752, + "common▁position▁": 8753, + "alised▁": 8754, + "Cath": 8755, + "dos": 8756, + "ama▁": 8757, + "ers▁have▁": 8758, + "undoubt": 8759, + "feed": 8760, + "▁As▁he▁": 8761, + "1998": 8762, + "\\/▁": 8763, + "'m▁": 8764, + "an-": 8765, + "▁Do": 8766, + "report▁is▁": 8767, + "cannot": 8768, + "each▁other": 8769, + "falling▁": 8770, + "procedure.": 8771, + "debate,▁": 8772, + "context▁of▁the▁": 8773, + "as▁and▁": 8774, + "it▁'s▁": 8775, + "and▁the▁Council▁": 8776, + "can▁we▁": 8777, + "``▁M": 8778, + "common▁agricultural▁": 8779, + "▁The▁next▁morning▁": 8780, + "wild▁": 8781, + "even▁the▁": 8782, + "▁I▁was▁": 8783, + "commod": 8784, + "box▁": 8785, + "will▁be▁a▁": 8786, + "policy▁of▁": 8787, + "reached▁": 8788, + "ystem": 8789, + "machine▁": 8790, + "abandoned▁": 8791, + "Lo": 8792, + "one▁.": 8793, + "should▁have▁": 8794, + "into▁force▁": 8795, + "but▁to▁": 8796, + "because▁I▁": 8797, + "optim": 8798, + "pleased▁to▁": 8799, + "collective▁": 8800, + "eastern▁": 8801, + "Mik": 8802, + "p:": 8803, + "▁These▁are▁": 8804, + "crowd▁": 8805, + "Wat": 8806, + "ude▁": 8807, + "concerned,▁": 8808, + "beyond▁the▁": 8809, + "shor": 8810, + "ister▁": 8811, + "▁Her": 8812, + "ated▁.": 8813, + "smuggl": 8814, + "Nat": 8815, + "Serb": 8816, + "bes": 8817, + "o▁to▁": 8818, + "site▁": 8819, + "vital": 8820, + "is▁taken▁": 8821, + "▁Though▁": 8822, + "ated▁in▁": 8823, + "▁Raj": 8824, + "share": 8825, + "carefully▁": 8826, + "spoken▁": 8827, + "NGO": 8828, + "ets▁": 8829, + "in▁the▁area▁of▁": 8830, + "or▁in▁": 8831, + "proposed▁by▁the▁": 8832, + "Atl": 8833, + "bon": 8834, + "ous,▁": 8835, + "elle▁": 8836, + "for▁example": 8837, + "ition▁of▁the▁": 8838, + "children▁.": 8839, + "shop▁": 8840, + "has▁an▁": 8841, + "man▁and▁": 8842, + "supporting▁": 8843, + "back▁and▁": 8844, + "institution": 8845, + "seem▁to▁": 8846, + "▁that▁there▁is▁a▁": 8847, + "C.": 8848, + "jack": 8849, + "as▁.": 8850, + "by▁means▁of▁": 8851, + "clas": 8852, + "regions.": 8853, + "``▁B": 8854, + "rights,▁": 8855, + "ault▁": 8856, + "alty▁": 8857, + "a▁,▁a▁": 8858, + "content▁": 8859, + "do▁n't▁": 8860, + "capit": 8861, + "section▁": 8862, + "identifi": 8863, + "valuable▁": 8864, + "king": 8865, + "envis": 8866, + "converg": 8867, + "Commission▁is▁": 8868, + "information.": 8869, + ",▁this▁is▁": 8870, + "football▁": 8871, + "-00": 8872, + "San▁": 8873, + "▁tend": 8874, + "-▁as▁": 8875, + "Committee▁on▁C": 8876, + "stream": 8877, + "emper": 8878, + "will▁be▁the▁": 8879, + "attor": 8880, + "origin▁": 8881, + "reconcil": 8882, + "disguis": 8883, + "ais": 8884, + "at▁her▁": 8885, + "adm": 8886, + "at▁the▁end▁of▁the▁": 8887, + "obvious": 8888, + "are,▁": 8889, + "forest": 8890, + "-in-law▁": 8891, + "Secret": 8892, + "definitely▁": 8893, + "http:": 8894, + "Austr": 8895, + "vast▁": 8896, + "formal▁": 8897, + "last▁year": 8898, + "see▁a▁": 8899, + "although": 8900, + "close▁to▁": 8901, + "amental▁": 8902, + "room▁and▁": 8903, + "Research▁": 8904, + "Tex": 8905, + "a▁to": 8906, + "of▁two▁": 8907, + "unless▁": 8908, + "oslav": 8909, + "ation,▁and▁": 8910, + "▁Le": 8911, + "report▁(A": 8912, + "decisive▁": 8913, + "find▁it▁": 8914, + "fails▁to▁": 8915, + "necessary.": 8916, + "child▁.": 8917, + "Federal▁": 8918, + "Gi": 8919, + "Max▁": 8920, + "ing▁them": 8921, + "going": 8922, + "flood": 8923, + "terror": 8924, + "implementing▁": 8925, + "pati": 8926, + "volum": 8927, + "brief▁": 8928, + "mechanism▁": 8929, + "hits▁": 8930, + "▁Ab": 8931, + "deliver▁": 8932, + "amework▁": 8933, + "▁thank▁you▁": 8934, + "pillar": 8935, + "ires": 8936, + "irty▁": 8937, + "company": 8938, + "ed▁by▁her▁": 8939, + "my▁colleagu": 8940, + "has▁been▁a▁": 8941, + "happy▁to▁": 8942, + "currency▁": 8943, + "cultur": 8944, + "▁though": 8945, + "elly▁": 8946, + "for▁those▁": 8947, + "rest▁of▁": 8948, + "ratic▁": 8949, + "life▁of▁": 8950, + "employment.": 8951, + "distort": 8952, + "are▁two▁": 8953, + "must▁therefore▁": 8954, + "Johnny▁": 8955, + "bare": 8956, + "has▁become▁": 8957, + "argument": 8958, + "scand": 8959, + "key": 8960, + "competition": 8961, + "escapes▁": 8962, + "pension▁": 8963, + "southern▁": 8964, + "Sen": 8965, + "a,▁the▁": 8966, + "hot▁": 8967, + "has▁happen": 8968, + "him.": 8969, + "priest▁": 8970, + "stop▁the▁": 8971, + "improvement▁": 8972, + "honest▁": 8973, + "whether▁or▁": 8974, + "Lu": 8975, + "dad▁": 8976, + "direction.": 8977, + "approach.": 8978, + "expected▁": 8979, + "infring": 8980, + "ifying▁": 8981, + "aim▁of▁": 8982, + "started▁": 8983, + "\\/\\/": 8984, + "seeking▁": 8985, + "ed▁by▁this▁": 8986, + "shadow▁": 8987, + "mel": 8988, + "nurs": 8989, + "worked▁": 8990, + "fram": 8991, + "enters▁the▁": 8992, + "consultation▁": 8993, + "average▁": 8994, + "eer": 8995, + "▁Most▁": 8996, + "school▁,▁": 8997, + "focus": 8998, + "credibility▁": 8999, + "▁that▁we▁must▁": 9000, + "chase▁": 9001, + "briefly▁": 9002, + "Mir": 9003, + "oo▁": 9004, + "ations▁of▁the▁": 9005, + "drink▁": 9006, + "financing▁": 9007, + "citizens▁of▁": 9008, + "seems▁to▁be▁": 9009, + "convinced▁that▁": 9010, + "Yugoslav": 9011, + "Flor": 9012, + "Off": 9013, + "contract▁": 9014, + "spread▁": 9015, + "aid▁to▁": 9016, + "▁Consequ": 9017, + "gradually▁": 9018, + "Head": 9019, + "sovereign": 9020, + "uh-huh▁": 9021, + "http:\\/\\/": 9022, + "Shar": 9023, + "hood": 9024, + "s▁that▁they▁": 9025, + "er▁,▁and▁": 9026, + "life": 9027, + "with▁other▁": 9028, + "without": 9029, + "2006": 9030, + "▁terrorism": 9031, + "-time▁": 9032, + "attractive▁": 9033, + "100": 9034, + "ing▁them▁to▁": 9035, + "with▁our▁": 9036, + "▁May": 9037, + "commit▁": 9038, + "statist": 9039, + "calling▁": 9040, + "where▁there▁": 9041, + "improving▁": 9042, + "forward.": 9043, + "delivery▁": 9044, + "flexible▁": 9045, + "a▁secret▁": 9046, + "restructur": 9047, + "basis.": 9048, + "director▁": 9049, + "background▁": 9050, + "▁that▁this▁is▁": 9051, + "and▁that▁is▁": 9052, + "efully▁": 9053, + "badly▁": 9054, + "degree▁of▁": 9055, + "laugh": 9056, + "Pri": 9057, + "alist": 9058, + "admitt": 9059, + "depress": 9060, + "ears▁": 9061, + "ate▁a▁": 9062, + "Stre": 9063, + "Chand": 9064, + "desert": 9065, + "differences▁": 9066, + "high▁school▁": 9067, + "substanc": 9068, + "▁twent": 9069, + "Trade▁": 9070, + "equipment▁": 9071, + "i▁guess▁": 9072, + "fuel▁": 9073, + "has▁now▁": 9074, + "▁Here▁": 9075, + "s▁to▁his▁": 9076, + "dismiss": 9077, + "leadership▁": 9078, + "finds▁himself▁": 9079, + "Financial▁": 9080, + "iness▁": 9081, + "it▁to▁the▁": 9082, + "igg": 9083, + "content": 9084, + "when▁a▁": 9085, + "moves▁": 9086, + "Van▁": 9087, + "fell▁": 9088, + "zomb": 9089, + "of▁European▁": 9090, + "accus": 9091, + "▁this▁time▁": 9092, + ",▁and▁this▁": 9093, + "before▁he▁": 9094, + "eye▁": 9095, + "improving▁the▁": 9096, + "EM": 9097, + "ID": 9098, + "itime▁": 9099, + "in▁the▁European▁Union▁": 9100, + "▁From▁": 9101, + "2002": 9102, + "Europe▁is▁": 9103, + "ceil": 9104, + "categor": 9105, + "slight": 9106, + "place▁.": 9107, + "debt": 9108, + "speed": 9109, + "▁too▁much▁": 9110, + "agriculture▁": 9111, + "ECU▁": 9112, + "offers▁to▁": 9113, + ",▁where▁he▁": 9114, + "calcul": 9115, + "Ren": 9116, + "knew▁": 9117, + "vious▁": 9118, + "a▁,▁who▁": 9119, + "ileg": 9120, + "flying▁": 9121, + "design▁": 9122, + "love▁.": 9123, + "put▁the▁": 9124, + "A.": 9125, + "Lord▁": 9126, + "s▁into▁the▁": 9127, + "in▁other▁": 9128, + "on▁which▁": 9129, + "ation▁to▁the▁": 9130, + "soon": 9131, + "correct▁": 9132, + "uniform▁": 9133, + "achieve▁the▁": 9134, + "Intergovernmental▁": 9135, + "Cart": 9136, + "lon": 9137, + "in▁those▁": 9138, + "com\\/": 9139, + "all▁those▁": 9140, + "marine▁": 9141, + "▁It▁would▁be▁": 9142, + "upset▁": 9143, + "Council▁and▁the▁": 9144, + "ensure▁that": 9145, + "keeping▁": 9146, + "criticism▁": 9147, + "ph▁": 9148, + "only▁a▁": 9149, + "include▁the▁": 9150, + "Charli": 9151, + "O'": 9152, + "entre": 9153, + "assu": 9154, + "anticip": 9155, + "sail": 9156, + "s▁that▁she▁": 9157, + "▁Ge": 9158, + "played▁by▁": 9159, + "▁  ▁Mr▁President,▁": 9160, + "prevent▁the▁": 9161, + "birth▁": 9162, + "Az": 9163, + "cold▁": 9164, + "spl": 9165, + "s▁at▁the▁": 9166, + "age▁and▁": 9167, + "etty▁": 9168, + "estiv": 9169, + "▁Sud": 9170, + "know▁the▁": 9171, + "involves▁": 9172, + "distinct": 9173, + "okay▁": 9174, + "human▁rights,▁": 9175, + "aggress": 9176, + "magic▁": 9177, + ",▁only▁to▁": 9178, + "have▁been": 9179, + "Europeans▁": 9180, + "note▁": 9181, + "any▁other▁": 9182, + "specul": 9183, + "reach▁the▁": 9184, + "application▁of▁": 9185, + "waiting▁": 9186, + "Baltic▁": 9187, + "Mos": 9188, + "We": 9189, + "nobody▁": 9190, + "endeav": 9191, + "compon": 9192, + "er▁,▁a▁": 9193, + "right.": 9194, + "made▁a▁": 9195, + "everybody▁": 9196, + "rules.": 9197, + "ladies▁and▁gentlemen,▁the▁": 9198, + "e▁trade▁": 9199, + "maybe▁": 9200, + "Rev": 9201, + "dil": 9202, + "s▁who▁": 9203, + "ans,▁": 9204, + "en▁is▁": 9205, + "I▁do▁not▁": 9206, + "grant▁": 9207, + "2004": 9208, + "kill▁the▁": 9209, + "greatly▁": 9210, + "police▁offic": 9211, + "responsible▁for▁the▁": 9212, + "circumstances▁": 9213, + "Rule▁": 9214, + "genuinely▁": 9215, + "ying▁the▁": 9216, + "amp▁": 9217, + "▁Is": 9218, + "ations▁that▁": 9219, + "having▁to▁": 9220, + "role▁in▁the▁": 9221, + "Health▁and▁": 9222, + "T▁": 9223, + "ies▁that▁": 9224, + "▁I▁shall▁": 9225, + "ations▁for▁": 9226, + "launch▁": 9227, + "speed▁": 9228, + "detect": 9229, + "principles▁": 9230, + "myself": 9231, + "believes▁that▁": 9232, + "Prince▁": 9233, + "ucky▁": 9234, + "atic": 9235, + "stimul": 9236, + "▁tobacc": 9237, + "we▁also▁": 9238, + "▁truck▁": 9239, + "women.": 9240, + "sumer▁": 9241, + "institutions,▁": 9242, + "Spain": 9243, + "sincer": 9244, + "dictator": 9245, + "picks▁": 9246, + "sneak": 9247, + "nine▁": 9248, + "at▁their▁": 9249, + ",▁which▁will▁": 9250, + "Member▁States'▁": 9251, + "2003": 9252, + "leads▁to▁": 9253, + "several": 9254, + "demands▁": 9255, + "constitu": 9256, + "essential▁to▁": 9257, + "birthday▁": 9258, + "Pe": 9259, + "breat": 9260, + "a▁has▁": 9261, + "and.": 9262, + "as▁possible.": 9263, + "with▁them▁": 9264, + "▁I▁believe▁that▁the▁": 9265, + "▁We▁do▁not▁": 9266, + "artist▁": 9267, + "olden▁": 9268, + "joint": 9269, + "Arth": 9270, + "wife▁.": 9271, + "fail▁to▁": 9272, + "far▁as▁the▁": 9273, + "▁If▁you▁": 9274, + "as▁well▁.": 9275, + "ternal▁": 9276, + "Lisbon▁Strateg": 9277, + "-▁that▁": 9278, + "Max": 9279, + "s▁to▁take▁": 9280, + "rad▁": 9281, + ",▁I▁have▁": 9282, + "remote▁": 9283, + "does▁not": 9284, + "help▁.": 9285, + "available▁to▁": 9286, + "innovative▁": 9287, + "citizens'▁": 9288, + "Dre": 9289, + "bon▁": 9290, + "gian▁": 9291, + "or.": 9292, + "romance▁": 9293, + "as▁a▁s": 9294, + "European▁Union▁to▁": 9295, + "impact": 9296, + "WTO": 9297, + "rely▁": 9298, + "alter": 9299, + "exempt": 9300, + "▁We▁need▁": 9301, + "monopol": 9302, + "lock▁": 9303, + "President-in-Office▁of▁the▁": 9304, + "qualified▁": 9305, + "ongoing▁": 9306, + "EN": 9307, + "slip": 9308, + "▁We▁have▁to▁": 9309, + "requir": 9310, + "peace▁and▁": 9311, + "loss▁of▁": 9312, + "view▁of▁": 9313, + "Tommy▁": 9314, + "nur": 9315, + "comes▁to▁the▁": 9316, + "we▁were▁": 9317, + "encies▁": 9318, + "say,▁": 9319, + "married▁to▁": 9320, + "chair▁": 9321, + "before▁they▁": 9322, + "reluctantly▁": 9323, + "fresh▁": 9324, + "Kir": 9325, + "ü": 9326, + "▁so▁": 9327, + "and▁its▁": 9328, + "seem▁": 9329, + "▁Well": 9330, + "more▁than": 9331, + "puts▁": 9332, + "innoc": 9333, + "driver": 9334, + "plenary▁": 9335, + "pet▁": 9336, + "ember.": 9337, + "astic▁": 9338, + "icky▁": 9339, + "historical▁": 9340, + "yesterday▁": 9341, + "Sil": 9342, + "fant": 9343, + "ardis": 9344, + "I▁can▁": 9345, + "warning▁": 9346, + "ken▁": 9347, + "ms▁": 9348, + "abilities▁": 9349, + "illa▁": 9350, + "work▁.": 9351, + "summar": 9352, + "starting▁": 9353, + "basis▁for▁": 9354, + "shortly▁": 9355, + "Employ": 9356, + "▁Thirdly,▁": 9357, + "ollywood▁": 9358, + "ko▁": 9359, + "▁task▁": 9360, + "issue,▁": 9361, + "others,▁": 9362, + "conven": 9363, + "promotion▁of▁": 9364, + "application▁of▁the▁": 9365, + "waiting▁for▁": 9366, + "pip": 9367, + "an,▁": 9368, + "plot": 9369, + "not▁a▁": 9370, + "parts▁of▁the▁": 9371, + "sectors▁": 9372, + "holding▁": 9373, + "Fundamental▁": 9374, + "Copen": 9375, + "Californ": 9376, + "Li": 9377, + "led▁to▁": 9378, + "sy▁": 9379, + "s▁will▁": 9380, + "▁The▁European▁Parliament▁": 9381, + "rival▁": 9382, + "operate▁": 9383, + ":▁``": 9384, + "planet▁": 9385, + "hospital▁.": 9386, + "Croat": 9387, + "Rav": 9388, + "ho": 9389, + "nes": 9390, + "ichel": 9391, + ",▁and▁it▁": 9392, + "from▁an▁": 9393, + "developments▁": 9394, + "victory▁": 9395, + "above▁all": 9396, + "Au": 9397, + "kis": 9398, + "lover▁": 9399, + "ans.": 9400, + "ace": 9401, + "ries▁": 9402, + "being▁the▁": 9403, + "▁I▁welcome▁the▁": 9404, + "Mr▁G": 9405, + "my▁fellow▁M": 9406, + "▁Jack▁": 9407, + "empty▁": 9408, + "▁two": 9409, + "Colon": 9410, + "supposed▁to▁": 9411, + "▁Because▁": 9412, + "aunt": 9413, + "cow": 9414, + "obvious▁": 9415, + "▁Last▁": 9416, + "burden": 9417, + "robb": 9418, + "Israel▁": 9419, + "fraud": 9420, + "eag": 9421, + "ed▁by▁an▁": 9422, + "years▁.": 9423, + ",▁we▁will▁": 9424, + "approxim": 9425, + "P.": 9426, + "that▁": 9427, + "liqu": 9428, + "ation▁and▁the▁": 9429, + "are.": 9430, + "pool": 9431, + "agree▁to▁": 9432, + "▁Nov": 9433, + "owner▁": 9434, + "both▁sid": 9435, + "Roma▁": 9436, + "sit▁": 9437, + "uj": 9438, + "ure▁and▁": 9439, + "ed,▁but▁": 9440, + "ed▁through▁": 9441, + "award": 9442, + "invest▁": 9443, + "operational▁": 9444, + "▁to▁be▁able▁to▁": 9445, + "merc": 9446, + "other▁thing": 9447, + "▁trip": 9448, + "programmes.": 9449, + "Princ": 9450, + "near▁the▁": 9451, + "Members▁of▁the▁": 9452, + "influenc": 9453, + "0.": 9454, + "rab": 9455, + "y?": 9456, + "Mark▁": 9457, + "difficulty▁": 9458, + "driven▁": 9459, + "privileg": 9460, + "characters▁": 9461, + "fall▁in▁love▁": 9462, + "immigrant": 9463, + "arrangement": 9464, + "ACP▁": 9465, + "For": 9466, + "odd▁": 9467, + "extra▁": 9468, + "ways▁": 9469, + "placed▁": 9470, + "other▁than▁": 9471, + "–▁and▁": 9472, + "marriage▁.": 9473, + "e▁takes▁": 9474, + "career▁": 9475, + "prices▁": 9476, + "(CO": 9477, + "Maj": 9478, + "eam▁": 9479, + "fict": 9480, + "ibl": 9481, + "train▁": 9482, + "ation▁,▁": 9483, + "▁In▁particular": 9484, + "place▁to▁": 9485, + "explor": 9486, + "▁That▁night▁": 9487, + "jobs.": 9488, + "respect▁the▁": 9489, + "e▁themselv": 9490, + "unconscious▁": 9491, + "▁to▁these▁": 9492, + "him▁to▁the▁": 9493, + "obser": 9494, + "accused▁": 9495, + "countries▁to▁": 9496, + "international": 9497, + "horse▁": 9498, + "approach▁to▁": 9499, + "extreme▁": 9500, + "standards.": 9501, + "studies▁": 9502, + "conclude▁": 9503, + "intervention▁": 9504, + "beat▁": 9505, + "youth▁": 9506, + "Mr▁F": 9507, + "goal▁": 9508, + "affir": 9509, + "proposals.": 9510, + "▁In▁the▁end▁": 9511, + "here▁in▁": 9512, + "believe,▁": 9513, + "introduces▁": 9514, + "▁I▁would▁also▁like▁to▁": 9515, + "Fisher": 9516, + "Im": 9517, + "d'": 9518, + "finish▁": 9519, + "must▁also▁": 9520, + "▁Rob": 9521, + "reference▁": 9522, + "strategy.": 9523, + "promote▁the▁": 9524, + "weapons▁": 9525, + "minutes▁": 9526, + "ine▁.": 9527, + "ing,▁the▁": 9528, + "resol": 9529, + "sher": 9530, + "St.": 9531, + "Mr▁D": 9532, + "wanted▁": 9533, + "later": 9534, + "nevertheless▁": 9535, + "Doc": 9536, + "so,▁": 9537, + "issues,▁": 9538, + "short-": 9539, + "▁I▁hope▁that▁": 9540, + "bomb▁": 9541, + "introduction▁of▁": 9542, + "1,▁": 9543, + "bow": 9544, + "alk▁": 9545, + "edon": 9546, + "agh": 9547, + "sum▁": 9548, + "▁The▁only▁": 9549, + "and▁the▁two▁": 9550, + "▁taken": 9551, + "ve▁their▁": 9552, + "guest": 9553, + "made▁by▁": 9554, + "wife▁and▁": 9555, + "500▁": 9556, + "ar▁and▁": 9557, + "ing▁those▁": 9558, + "in▁the▁world▁": 9559, + "▁Will▁": 9560, + "ember,▁": 9561, + "years": 9562, + "el▁'s▁": 9563, + "is▁the▁only▁": 9564, + "money▁and▁": 9565, + "required▁to▁": 9566, + "establishment▁": 9567, + "as▁regards▁the▁": 9568, + "\"▁": 9569, + "Ell": 9570, + "cave▁": 9571, + "nav": 9572, + "ings▁of▁": 9573, + "extensive▁": 9574, + "debates▁": 9575, + "name▁of▁": 9576, + "grown▁": 9577, + "release▁": 9578, + "host▁": 9579, + "▁the▁same▁": 9580, + "▁to▁see▁": 9581, + "capital": 9582, + "others.": 9583, + "criminal": 9584, + "call▁for▁": 9585, + "claims▁": 9586, + "people's▁": 9587, + "in▁relation▁to▁": 9588, + "gotten▁": 9589, + "▁We▁can▁": 9590, + "what▁was▁": 9591, + "▁thinks▁": 9592, + "depict": 9593, + "provide▁the▁": 9594, + "Aug": 9595, + "whelm": 9596, + "propose▁": 9597, + "change▁the▁": 9598, + "report,▁which▁": 9599, + "countries▁of▁the▁": 9600, + "character▁": 9601, + "Office▁": 9602, + "Cur": 9603, + "▁``": 9604, + "age▁,▁": 9605, + "such▁an▁": 9606, + "increase▁in▁the▁": 9607, + "solutions▁": 9608, + "aware▁of▁": 9609, + "▁Dr.": 9610, + "▁trafficking▁": 9611, + "Ca": 9612, + "cot": 9613, + "lay▁": 9614, + "ional": 9615, + "▁Sever": 9616, + "it▁is▁also▁": 9617, + "hired▁": 9618, + "patient▁": 9619, + "Washington▁": 9620, + "fasc": 9621, + "hall": 9622, + "ness▁and▁": 9623, + "ines▁": 9624, + "ilities.": 9625, + "age.": 9626, + "defeat": 9627, + "▁troubl": 9628, + "calls▁for▁": 9629, + "sense▁of▁": 9630, + "conditions▁for▁": 9631, + "hours▁": 9632, + "AR": 9633, + "Count": 9634, + "kin": 9635, + "roof▁": 9636, + "utin": 9637, + "eyes▁": 9638, + "finds▁out▁": 9639, + "role▁of▁the▁": 9640, + "honest": 9641, + "captain▁": 9642, + "advertis": 9643, + "Syl": 9644, + "pock": 9645, + "▁Mc": 9646, + "burg": 9647, + "severe▁": 9648, + "▁trading▁": 9649, + "light▁of▁the▁": 9650, + "amendments.": 9651, + "example▁of▁": 9652, + "impose▁": 9653, + "narrat": 9654, + "exchange▁of▁": 9655, + "neighborhood▁": 9656, + "Marg": 9657, + ",▁will▁": 9658, + "work▁of▁the▁": 9659, + "began▁": 9660, + "sister▁,▁": 9661, + "closed▁": 9662, + "raised▁": 9663, + "in▁terms▁of▁the▁": 9664, + "▁technological▁": 9665, + "▁Unfortunately,▁": 9666, + "BI▁": 9667, + "Lor": 9668, + "it▁has▁been▁": 9669, + "ugg": 9670, + "countries▁that▁": 9671, + "hears▁": 9672, + "culture▁": 9673, + "along▁with▁the▁": 9674, + "Je": 9675, + "song▁": 9676, + "is▁one▁of▁the▁": 9677, + "her▁,▁": 9678, + "within▁a▁": 9679, + "changed▁": 9680, + "body": 9681, + "creating▁a▁": 9682, + "urge▁": 9683, + "Romani": 9684, + "mobility▁": 9685, + "vow": 9686, + "us▁the▁": 9687, + "as▁far▁as▁": 9688, + "seen": 9689, + "ions▁on▁": 9690, + "after▁he▁": 9691, + "payments▁": 9692, + "knocks▁": 9693, + "Jewish▁": 9694, + "at▁the▁tim": 9695, + "is▁a▁very▁": 9696, + "ations▁are▁": 9697, + "2005": 9698, + "showing▁": 9699, + "undoubtedly▁": 9700, + "mad▁": 9701, + "to▁the▁": 9702, + "a▁system▁": 9703, + "know▁that▁the▁": 9704, + "humili": 9705, + "power▁to▁": 9706, + "head▁.": 9707, + "European▁Parliament's▁": 9708, + "practice.": 9709, + "catches▁": 9710, + "treat": 9711, + "river▁": 9712, + "merg": 9713, + "▁trip▁": 9714, + "1997": 9715, + "destroy▁the▁": 9716, + "can▁only▁be▁": 9717, + "more▁and▁more▁": 9718, + "Liber": 9719, + "ik▁": 9720, + "ambus": 9721, + "e▁they": 9722, + "her▁own▁": 9723, + "guy▁": 9724, + "ly-": 9725, + "surrend": 9726, + "cooperate▁": 9727, + "asked▁to▁": 9728, + "Member▁States▁are▁": 9729, + "values▁": 9730, + "▁Without▁": 9731, + "relations▁with▁": 9732, + "Organis": 9733, + "'d": 9734, + "orous▁": 9735, + "▁Tr": 9736, + "be.": 9737, + "apol": 9738, + "referred": 9739, + "littl": 9740, + "Treaty.": 9741, + "developing▁countries▁": 9742, + "position▁to▁": 9743, + "Law": 9744, + "each": 9745, + "e▁,▁and▁": 9746, + "accompl": 9747, + "di▁": 9748, + "disadvantag": 9749, + "son▁and▁": 9750, + "labor": 9751, + "city▁.": 9752, + "photograp": 9753, + "neighbouring▁": 9754, + "▁With▁regard▁to▁the▁": 9755, + "Elizabeth": 9756, + "Ter": 9757, + "sort": 9758, + "▁they▁can▁": 9759, + "▁take▁a▁": 9760, + "about▁their▁": 9761, + ",▁who▁was▁": 9762, + "points.": 9763, + "continued▁": 9764, + "family▁and▁": 9765, + "please▁": 9766, + "doesn't▁": 9767, + "lord▁": 9768, + "pain▁": 9769, + "proof▁": 9770, + "as▁possible▁": 9771, + "outlin": 9772, + "lifest": 9773, + "principles▁of▁": 9774, + "existence▁": 9775, + "receives▁a▁": 9776, + "responsibility▁for▁": 9777, + "t▁is▁": 9778, + "ors.": 9779, + "with▁no▁": 9780, + "negl": 9781, + "interests▁": 9782, + "▁these▁two▁": 9783, + "railway▁": 9784, + "familiar▁": 9785, + "vote▁in▁favour▁": 9786, + "fright": 9787, + "▁Peop": 9788, + "artic": 9789, + "but,▁": 9790, + "extent▁": 9791, + "knowing▁": 9792, + ":▁'": 9793, + "support▁this▁": 9794, + "productive▁": 9795, + "putt": 9796, + "systems.": 9797, + "bio": 9798, + "Christian▁Democrat": 9799, + "of▁all▁": 9800, + "th▁centur": 9801, + "sold▁": 9802, + "Consumer▁": 9803, + ",▁there▁is▁no▁": 9804, + "knowledge▁": 9805, + "representatives▁of▁the▁": 9806, + "false▁": 9807, + "Gl": 9808, + "soft": 9809, + ",▁who": 9810, + "ated▁the▁": 9811, + "like▁that▁": 9812, + "assist▁": 9813, + "await": 9814, + "choose▁": 9815, + "forem": 9816, + "surve": 9817, + "feder": 9818, + "▁thrown▁": 9819, + "witch▁": 9820, + "worst▁": 9821, + "et▁and▁": 9822, + "out.": 9823, + "ing▁to▁a▁": 9824, + "do▁so.": 9825, + "first▁and▁": 9826, + "European▁Union▁is▁": 9827, + "▁throughout▁": 9828, + "Committee▁on▁Legal▁": 9829, + "down▁to▁": 9830, + "labell": 9831, + "objectives.": 9832, + "murder▁.": 9833, + "sufficiently▁": 9834, + "Amendments▁Nos▁": 9835, + ",▁to▁be▁": 9836, + "Ti": 9837, + "s ": 9838, + "isod": 9839, + "acul": 9840, + "ower▁": 9841, + "chest": 9842, + "-▁a▁": 9843, + "compuls": 9844, + "▁there▁was▁": 9845, + "Parliament▁has▁": 9846, + "village▁.": 9847, + "privat": 9848, + "Barcel": 9849, + "ijay▁": 9850, + "flexib": 9851, + "Israeli▁": 9852, + "Ireland▁": 9853, + "first▁of▁all▁": 9854, + "Republic": 9855, + "a▁and▁the▁": 9856, + "an▁affair▁": 9857, + "amm": 9858, + "▁Irel": 9859, + "shock▁": 9860, + "anch▁": 9861, + "places▁": 9862, + "suitable▁": 9863, + "▁January▁": 9864, + ",▁taking▁": 9865, + "male▁": 9866, + "'s▁father▁": 9867, + "n▁.": 9868, + "or▁a▁": 9869, + "so▁he▁": 9870, + "hands▁": 9871, + "acceptable▁": 9872, + "without▁a▁": 9873, + "now,▁": 9874, + "suffer▁": 9875, + "expressed▁": 9876, + "low-": 9877, + "th-century▁": 9878, + "us▁.": 9879, + "attend▁": 9880, + "▁Through": 9881, + "web": 9882, + "lost": 9883, + "pursue▁": 9884, + "Summit▁": 9885, + "half-": 9886, + "mac": 9887, + "seduc": 9888, + "omet": 9889, + "sters▁": 9890, + "resort": 9891, + "ri▁": 9892, + "adul": 9893, + "etc.": 9894, + "perpet": 9895, + "ment▁.": 9896, + "my▁group▁": 9897, + "EU▁Member▁Stat": 9898, + "s▁,▁a▁": 9899, + ",▁as▁I▁": 9900, + "discuss▁the▁": 9901, + "multipl": 9902, + "fairly▁": 9903, + "unacceptable▁": 9904, + "straight▁": 9905, + "binding▁": 9906, + "philos": 9907, + "S)": 9908, + "nit": 9909, + "is▁trying▁to▁": 9910, + "elig": 9911, + "pren": 9912, + "▁Mr.": 9913, + "▁thanks▁to▁": 9914, + "Committee▁on▁the▁Environment,▁": 9915, + "Mer": 9916, + "sing▁": 9917, + "western▁": 9918, + "idents▁": 9919, + "exha": 9920, + "because▁it▁is▁": 9921, + "movement": 9922, + "driver▁": 9923, + "▁Short": 9924, + "disaster▁": 9925, + "Public▁Health▁and▁": 9926, + "70": 9927, + "80": 9928, + "hi▁": 9929, + ",▁for▁the▁": 9930, + "makes▁the▁": 9931, + "Commission▁has▁": 9932, + "get▁to▁": 9933, + "authorities.": 9934, + "helping▁": 9935, + "body▁.": 9936, + "grateful": 9937, + "▁Mr▁President,▁I▁would▁like▁to▁": 9938, + "exercise▁": 9939, + "?▁''": 9940, + "she▁'s▁": 9941, + "amongst▁": 9942, + "enough.": 9943, + "▁talk▁about▁": 9944, + "Constitutional▁": 9945, + "Alex▁": 9946, + "dating▁": 9947, + "sending▁": 9948, + "ature▁": 9949, + "overwhelm": 9950, + "issue▁of▁the▁": 9951, + "job▁.": 9952, + "markets.": 9953, + "opinion▁of▁the▁": 9954, + "attention": 9955, + "originally▁": 9956, + "-▁and▁I▁": 9957, + "milk▁": 9958, + "Service▁": 9959, + "hagen▁": 9960, + "a▁situation▁": 9961, + "/0": 9962, + "IN": 9963, + "lover": 9964, + "voc": 9965, + "all▁.": 9966, + "▁The▁Commission▁is▁": 9967, + "businesses▁": 9968, + "grandfather▁": 9969, + "Policy▁": 9970, + "gay▁": 9971, + "rum": 9972, + "are▁also▁": 9973, + "she▁had▁": 9974, + "odd": 9975, + "so▁that▁they▁": 9976, + "▁In▁that▁": 9977, + "ures.": 9978, + "Represent": 9979, + "meantim": 9980, + "repress": 9981, + "with▁her▁.": 9982, + "but▁not▁": 9983, + "embly▁": 9984, + "a▁sur": 9985, + "larger▁": 9986, + "▁Ann": 9987, + "dealing▁": 9988, + "Internal▁": 9989, + "United▁Kingdom": 9990, + "J.": 9991, + "Luxembour": 9992, + "useful": 9993, + "Parliament▁to▁": 9994, + "closer▁": 9995, + "security,▁": 9996, + "mith▁": 9997, + "hardly▁": 9998, + "Hungarian▁": 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 ▁", + "e d▁", + "i l", + "of ▁", + "o m", + "e s▁", + "s t", + "h ▁", + "e l", + "h a", + "in ▁", + "f or", + "an ▁", + "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▁", + "p ro", + "u n", + "re s", + "i r", + "an d", + "l e", + "w it", + "of ▁the▁", + "r i", + "▁th at▁", + "e▁ th", + "c on", + "a d", + "a s▁", + "on ▁", + "en t▁", + "a g", + "o s", + "l i", + "o p", + "e t", + "a b", + "e▁ t", + "▁ I", + "v er", + "s u", + "n o", + "p e", + "h is▁", + "k ▁", + "for ▁", + "i t▁", + "▁t o", + "u l", + "c om", + "g h", + "b e", + "p l", + "e x", + "' s▁", + "ou n", + "a k", + "ar e▁", + "in t", + "b e▁", + "in ▁the▁", + "a p", + "s h", + "▁T he▁", + "c h", + "p or", + "u t", + "ou r", + "wit h▁", + "at ion▁", + "at ion", + "l d▁", + "▁th e", + "w e▁", + "ha ve▁", + "l e▁", + "e v", + "m ▁", + "n ▁", + "h er▁", + "▁th is▁", + "ec t", + "no t▁", + "u ro", + "E uro", + "ou ld▁", + "▁ A", + "i f", + "n e", + "il l▁", + "wh ic", + "b u", + "s e", + "e▁t o▁", + "o c", + "c e▁", + "a y", + "al l", + "b y▁", + "er e▁", + "i v", + "q u", + "p ▁", + "or ▁", + "Euro pe", + "ha s▁", + "▁ W", + "p ar", + "u c", + "en d", + ", ▁the▁", + "whic h▁", + "o th", + "es t", + "m is", + "at ▁the▁", + "d e", + "por t", + ",▁ and▁", + "C om", + "f ro", + "e▁th e▁", + "s .", + "o t", + "i ve▁", + "w or", + "a y▁", + "er s▁", + "ic ▁", + "ac t", + "▁ M", + "I ▁", + "p os", + "w ill▁", + "is t", + "it y▁", + "g r", + "wit h", + "Europe an▁", + "ir ▁", + "▁to ▁the▁", + "e ar", + "h im", + "s o▁", + "an t", + "u m", + "es s", + "at e▁", + "r a", + "mis s", + "ou t▁", + "i g", + "bu t▁", + "▁ H", + "c l", + "o o", + "ing ▁the▁", + "s ▁to▁", + "▁ S", + "b l", + "re c", + "ow ▁", + "on ▁the▁", + "on e▁", + "al l▁", + "our ▁", + "f in", + "d i", + "s ,▁", + "w ▁", + "us t▁", + "st r", + "p er", + "wh o▁", + "▁I ▁", + "and ▁the▁", + "a in", + "al ly▁", + "il l", + "e .", + "Com miss", + "o ver", + "m ent", + "i es▁", + "gh t", + "▁ .", + "m e", + "ed ▁to▁", + "em b", + "▁ and▁", + "p ol", + "▁the y▁", + "o b", + "en c", + "s▁ and▁", + "at t", + "y ou", + "d is", + "e t▁", + "▁ P", + "f f", + "w as▁", + "e▁ of▁", + "p r", + "d er", + "▁the ir▁", + "s▁ of▁", + "ou t", + "res id", + "con t", + "a v", + "oun t", + "m ent▁", + "S t", + "e ,▁", + "▁t r", + "i ▁", + "y ▁the▁", + "▁T h", + "ar ▁", + "on g", + "an c", + "w ould▁", + "oth er▁", + "fro m▁", + "s p", + "an g", + "s ▁the▁", + "s he▁", + "U n", + "y ,▁", + "i al▁", + "u d", + "al so▁", + "re g", + "for ▁the▁", + "b ec", + "gh t▁", + "s i", + "- ▁", + "ar d", + "m or", + "m an", + "e p", + "ha t▁", + "o v", + "e▁ .", + "f t", + "f ▁", + "it s▁", + "par t", + "be en▁", + "e▁ ,▁", + "▁t ak", + "es ▁to▁", + "c ount", + "in c", + "el l", + "y .", + "w e", + "e▁ and▁", + "e y▁", + "es .", + "c an▁", + "com p", + "h er", + "li k", + "i e", + "sh ould▁", + "you ▁", + "▁th at", + "com m", + "▁th at▁the▁", + "p res", + "with ▁the▁", + "d o", + "er n", + "s om", + "m ak", + "▁ B", + "a us", + "▁th em", + "an t▁", + "c h▁", + "m ar", + "e ver", + "m ust▁", + "as s", + "ac c", + "ion s▁", + "it t", + "i z", + "▁W e▁", + "ou s", + "c r", + "0 0", + "por t▁", + "M r", + "a re", + "P ar", + "s el", + "li am", + "ou s▁", + "il ▁", + "b y▁the▁", + "k n", + ",▁ but▁", + "' ▁", + "resid ent", + "▁I t▁", + "ow n▁", + "c o", + "d ec", + "en s", + "him ▁", + "a in▁", + "ing ▁to▁", + "emb er▁", + "t ur", + "re at", + "p o", + "u p", + "g o", + "ic al▁", + "for m", + "el y▁", + "a▁ s", + "ab l", + "es e▁", + "fro m", + "in d", + "pol ic", + "t▁ of▁", + "u p▁", + "ed▁ by▁", + "a w", + "ar y▁", + "d uc", + "e th", + "u re", + "y ▁to▁", + "p re", + "y ear", + "s▁ .", + "▁ F", + "o d", + "ac k", + "a d▁", + "f er", + "d o▁", + "r ou", + "ec on", + "en ce▁", + "s id", + "an s", + "ic ul", + "St at", + "h e", + "o g", + "f ir", + "ver y▁", + "a u", + "oun c", + "m on", + "ac h", + "Commiss ion", + "es ,▁", + "▁ O", + "▁P resident", + "b et", + "Par liam", + "s o", + "s t▁", + "▁th ere▁", + "mor e▁", + "pro v", + "is h", + "em ent", + "e▁th at▁", + "su p", + "it▁ is▁", + "an ce▁", + "ab le▁", + "a st", + "es s▁", + "wor k", + "m y▁", + "Commiss ion▁", + "am ▁", + "un d", + "res p", + "f e", + "ac k▁", + "C h", + "▁T his▁", + "s a", + "pe op", + "le g", + "es t▁", + "e f", + "er▁ ,▁", + "▁M r", + "en d▁", + "E U", + "er v", + "u st", + "el ▁", + "ar g", + "pro pos", + "im port", + "int o▁", + "em ent▁", + "ar t", + "from ▁the▁", + "w hat▁", + "m in", + "s ▁that▁", + "bec aus", + "C ounc", + "con c", + "ft er▁", + "in v", + "d ev", + "r at", + "ag re", + "os e▁", + "f i", + "re l", + "is▁ a▁", + "u s▁", + "wh en▁", + "no t", + "ur e▁", + "o ▁the▁", + "b el", + "b ut", + "f l", + "n o▁", + "as t▁", + "ed .", + "▁W h", + "▁t im", + "ol l", + ",▁ I▁", + "on ly���", + "h el", + "r y▁", + "` `", + "g et", + "re as", + "i d▁", + "w el", + "el op", + "p u", + "oo d▁", + "w o▁", + "ember▁ Stat", + "s c", + "in▁ a▁", + "re m", + "si b", + "ation s▁", + "▁H e▁", + "  ", + "ri ght", + "k s▁", + "os t▁", + "▁ D", + "ne w▁", + "European▁ Un", + "ab out▁", + "▁I n▁", + "e g", + "of f", + "f r", + "u g", + "at ed▁", + "d em", + "es ▁the▁", + "th ▁", + "g h▁", + "en g", + "ation al▁", + "ion .", + "for e▁", + ",▁ which▁", + "o y", + "un der", + "il e▁", + "or d", + "en ▁the▁", + "o re", + "i p", + "an y▁", + "m an▁", + "count ri", + "⠀", + "i ous▁", + "int er", + "ex t", + "is ▁the▁", + "s▁ ,▁", + "wor k▁", + "▁ L", + "dev elop", + "d r", + "ve▁ th", + "ing▁ a▁", + "▁th ese▁", + "e▁ of▁the▁", + "en er", + "ion▁ of▁", + "Com m", + "g u", + "ha d▁", + "f ri", + "l o", + "dis c", + "j ect", + "pro c", + "ar d▁", + "▁I n", + "rec t", + "ad e▁", + "▁Mr ▁President", + "ri v", + "i a▁", + "▁ ,▁", + "be ing▁", + "es▁ and▁", + "M ember▁Stat", + "bet we", + "a il", + "su b", + "ig n", + "ag ain", + "ed ▁the▁", + "econ om", + "er e", + "is h▁", + "w ay", + "peop le▁", + "is su", + "ag e▁", + "b as", + "k ing▁", + "c ap", + "ong ▁", + "le ar", + "g et▁", + "ed▁ in▁", + "re v", + "er t", + "d if", + "n ow▁", + "c as", + "s▁ in▁", + "s oc", + "ic t", + "s ol", + "▁ C", + "qu est", + "or y▁", + "an n", + "b r", + "w ant", + "as▁ a▁", + "s ay", + "cl ud", + "re ad", + "ha p", + "j ust▁", + "wh ere▁", + "pl ac", + "mar k", + "as ▁the▁", + "op er", + "it i", + "ro w", + "som e▁", + "re port▁", + "▁ N", + "s▁ a▁", + "g iv", + "s y", + "e ff", + "il y▁", + "bec om", + "2 00", + "su ch▁", + "pol it", + "f act", + "w ere▁", + "l y", + "ec t▁", + "ac h▁", + "if ▁", + "kn ow", + "over n", + "mak e▁", + "▁th en▁", + "k ill", + "▁th in", + "d es", + "am e▁", + "in st", + "▁tak e▁", + "b o", + "em ▁", + "em p", + "ab out", + "resp on", + "▁them ▁", + "do es▁", + "m a", + "will▁ be▁", + "h um", + "ed▁ by▁the▁", + "ul t", + "has▁ been▁", + "ic e▁", + "er▁ .", + "▁ R", + "pro bl", + "li f", + ",▁ we▁", + "it e▁", + "ol d▁", + "ch ang", + "i an▁", + "ation▁ of▁", + "Parliam ent▁", + "f ul", + "it ion", + "t o▁", + "lik e▁to▁", + "s ur", + ",▁ a▁", + "a ir", + "f am", + "h i", + "m ost▁", + "1 9", + "it ut", + "in e▁", + "i ght▁", + "▁th rou", + "s erv", + "oun d▁", + "duc t", + "part icul", + "h ow", + "f ac", + "▁to▁ be▁", + "oun d", + "w om", + "er▁ of▁", + "B -▁", + "es▁ of▁", + "h om", + "ep t", + "f re", + "d ay▁", + "man y▁", + "st at", + "fin d", + "▁ J", + "be g", + "v ot", + "it ies▁", + "pro t", + "c an", + "f il", + ",▁ who▁", + "a fter▁", + "s▁ are▁", + "m er", + "Counc il▁", + "itt e", + "with▁ a▁", + "s ec", + "re port", + "' t▁", + "▁H ow", + "is t▁", + "y▁ and▁", + "ad d", + "in ▁this▁", + "f at", + "becaus e▁", + "u e▁", + "▁t er", + "di rect", + "g l", + "- L", + "; ▁", + "wel l▁", + "ow n", + "r ap", + "w ay▁", + "fir st▁", + "▁that▁ we▁", + "c ur", + "il ity▁", + "for▁ a▁", + "om ▁", + "in clud", + "it u", + "b oth", + "s▁ of▁the▁", + ": ▁", + "v is", + "i re", + "or der", + "▁It▁ is▁", + "c our", + "bel ie", + ",▁ in▁", + "or g", + "0 ▁", + "u l▁", + "s on▁", + "de b", + "pu bl", + "v i", + "abl e▁to▁", + "it ion▁", + "▁tr ans", + "g ▁", + "cont in", + "g re", + "ch il", + "re t", + "Euro p", + "ex t▁", + "l at", + "ev er▁", + "i p▁", + "▁th ose▁", + "conc ern", + "c ar", + "c all", + "gr ou", + "▁Th ey▁", + "l oo", + "▁O n", + "in form", + "▁ E", + "le t", + ",▁ as▁", + "le v", + "ing .", + "ec h", + "l d", + "su m", + "ev en▁", + "ap pro", + "es ▁that▁", + "I n", + "wh ile▁", + "r it", + "c it", + "polit ical▁", + "sp ec", + "p h", + "ic k", + "e al", + "▁ G", + "n am", + "op t", + "EU ▁", + "re tur", + ", ▁to▁", + "of ▁this▁", + "u al▁", + "st and", + "h ear", + "d ay", + "id e▁", + "t er", + "ov er▁", + "im pl", + "p ri", + "ation .", + "fin anc", + "em pl", + "u ally▁", + "es▁ .", + "▁S he▁", + "pres ent", + "c ould▁", + "am p", + "whic h", + "A n", + "int ern", + "st ill▁", + "for t", + "i e▁", + "u m▁", + "f oll", + "um b", + "ar m", + "b ro", + "le ad", + "i b", + "f und", + "il it", + "g overn", + "ed▁ and▁", + "c re", + "import ant▁", + "European▁Un ion▁", + "econom ic▁", + "Parliam ent", + "r ac", + "c c", + "ch o", + "▁th ere", + ",▁ he▁", + "h ous", + "me et", + "l oc", + "sh ip▁", + "l a", + "if ic", + "gr am", + "h op", + "reg ard", + "b ack", + "a ▁t", + "im p", + "ing s▁", + "oo d", + "m ade▁", + "re al", + "have▁ been▁", + "str uc", + "l arg", + "po int", + "m ed", + "sy st", + "li v", + "fat her▁", + "ou gh▁", + "sup port", + "con sid", + "▁A ▁", + "un t", + "ed ,▁", + "im e▁", + "v ir", + "a ff", + "or t", + "c ert", + "r un", + "sel f▁", + "▁A s▁", + "ne ed", + "ent ly▁", + "' '▁", + "uc h▁", + "inc reas", + "x ▁", + "at ing▁", + "hap p", + "ha s", + "ol v", + "k e", + "e▁ in▁", + "y oun", + "▁th an", + "dec is", + "kn ow▁", + "s itu", + "i al", + "' '", + "pos sib", + "int o▁the▁", + "▁t wo▁", + "d ra", + "me as", + "b ack▁", + "it ed▁", + "v ie", + "er▁ and▁", + "m o", + "m ot", + "f ut", + "l in", + "i ev", + "ex p", + "e ur", + "u t▁", + "ol d", + "for c", + "probl em", + "ha v", + "F r", + "v ent", + "ex pl", + "dec id", + "particul ar", + "at ive▁", + "hum an▁", + "m ov", + "s pe", + "ion al▁", + "foll ow", + "cit iz", + "in t▁", + "d et", + "e▁t o", + "n ing▁", + "fil m▁", + "th er▁", + "reg ul", + "a im", + "be h", + "▁T hat▁", + "g ood▁", + "all ▁the▁", + "e -", + "empl oy", + "lik e▁", + "ent s▁", + "▁th is", + "▁Mr▁President ,▁", + "end s▁", + "prot ect", + "pro gram", + "itte e▁", + "▁t ell", + "man ag", + "es▁ a▁", + "ed▁ .", + "j o", + "pr is", + "re qu", + "un ity▁", + "C on", + "of▁ a▁", + "countri es▁", + "is▁ not▁", + "g o▁", + "ed▁ in▁the▁", + "bu d", + "soc ial▁", + "m uch▁", + "at h", + "ever y", + "pres s", + "▁t ra", + "comp et", + "re e▁", + "should▁ be▁", + "su cc", + "ft er", + "am end", + "e qu", + "dif fer", + "contin u", + "emp t", + "betwe en▁", + "d u", + "w at", + "have▁ to▁", + "do▁ not▁", + "eff ect", + "d el", + "c lear", + "p ow", + "ap p", + "▁Wh en▁", + "▁Th ere▁", + "ne ed▁to▁", + "enc y▁", + "fam ily▁", + "ap pe", + "sel f", + "cur r", + "ol og", + "`` ▁", + ",▁ and", + "fin d▁", + "-L R", + "ing▁ and▁", + "e▁t o▁the▁", + "ment s▁", + "al read", + "an s▁", + "t▁ of▁the▁", + "g ir", + "oth er", + "ing ▁that▁", + "Europ e▁", + "s e▁", + "beg in", + "on▁ a▁", + "both ▁", + "fri end▁", + "vir on", + "m att", + "▁t ri", + "g ive▁", + "Counc il", + "r ul", + "l ong", + "must▁ be▁", + "ies▁ and▁", + "t r", + "lo ve▁", + "n ext▁", + "ic i", + "†™", + "n umb", + "y our▁", + "per i", + "respon sib", + "n ec", + "a .", + "c or", + "be fore▁", + "i ght", + "polic y▁", + "him ▁.", + "about ▁the▁", + "M ar", + "pro duct", + "retur n", + "l ast▁", + "t y▁", + "disc us", + "▁A fter▁", + "h ow▁", + "s ist", + "l y,▁", + ". ▁", + "ol ut", + "d ur", + "m ay▁", + "r is", + "propos al", + "s ect", + "s er", + "at h▁", + "ne w", + "consid er", + "does▁ not▁", + "a ve▁", + "s on", + "A r", + "order ▁to▁", + "n 't▁", + "m e▁", + "le av", + "alread y▁", + "hel p▁", + "sup port▁", + "ion ,▁", + "g ener", + "d own▁", + "se e▁", + "ation▁ of▁the▁", + "th or", + "h and", + "belie ve▁th", + "ro s", + "o t▁", + "b us", + "e p▁", + "co oper", + "a▁ and▁", + "we▁ are▁", + "u h▁", + "al th", + "le .", + "f ur", + "P resid", + "publ ic▁", + "ure s▁", + "e ach▁", + "▁t ur", + "eth er▁", + "ver s", + "com e▁", + "ad opt", + "j ob", + "again st▁", + "id ent", + "citiz en", + "financ ial▁", + "pl ay", + ", ▁they▁", + "for m▁", + "er ,▁", + "n ational▁", + "es▁ in▁", + "hi gh", + "c ent", + "i k", + "▁A n", + "str at", + "g ot", + "▁A l", + "can not▁", + "in d▁", + "c ol", + "we▁ have▁", + "s m", + "leg al▁", + "▁th an▁", + "se t▁", + "he▁ is▁", + "Comm ittee▁", + "s ame▁", + "cr im", + "an other▁", + "m other▁", + "ed▁ a▁", + "cont ro", + "acc ept", + "inst itut", + "inv olv", + "o h", + "dem oc", + "st art", + "e y", + "aw ay▁", + "ion▁ of▁the▁", + "-LR B-▁", + "t er▁", + "ation▁ and▁", + "▁tim e▁", + "an is", + "en viron", + "as h", + "pr inc", + "emb ers▁", + "▁there fore▁", + "†“", + "nec ess", + "s et", + "r y", + "in ce▁", + "would▁ like▁to▁", + "y▁ .", + "inv est", + "f ul▁", + "ri ght▁", + "an y", + "res s", + "p ur", + "b re", + "er .", + "▁In ▁the▁", + "c aus", + "b y", + "with out▁", + "▁How ever", + "as k", + "ex c", + "a▁ .", + "leg is", + "d on", + "cl os", + "year s▁", + "ing▁ in▁", + "Member▁Stat es▁", + "ech n", + "sh ow", + "j ust", + "ma j", + "au thor", + "de p", + "le as", + "re f", + "inter est", + "w if", + "wh er", + "e ir▁", + "el ect", + "f t▁", + "youn g▁", + "e as", + "at iv", + "wh il", + "re d▁", + "s ign", + "▁throu gh", + "ent l", + "bu il", + "a h▁", + "ac t▁", + "rel ation", + "tur al▁", + "sec ur", + "ri but", + "port eur", + "▁B ut▁", + "ag ain▁", + "t ing▁", + ", ▁th", + "impl ement", + "e▁th at▁the▁", + "▁ (", + "m en▁", + "is e▁", + "▁to o▁", + "i et", + "A l", + "s▁ for▁", + "rap porteur", + "d ist", + "prov id", + "u b", + "2 0", + "▁thin k", + "develop ment▁", + "ens ur", + "gre at▁", + "ener g", + "w ill", + "discus s", + "att empt", + "i pl", + "es▁ ,▁", + "chil dr", + "un it", + "pu t▁", + "cho ol", + "off ic", + "comm on▁", + "serv ic", + "ed▁ for▁", + "al f▁", + "ob ject", + "grou p▁", + "th ing▁", + "som eth", + "ou gh", + "id e", + "at ely▁", + "le ar▁", + "hel p", + "op en", + "es cap", + "mon ey▁", + "on t", + "e▁th ey▁", + "w ar", + "h ar", + "s l", + "v al", + "b od", + "re ally▁", + "er n▁", + "th e▁", + "in iti", + "p ut", + "dif f", + "po int▁", + "con v", + "or s▁", + "becom e▁", + "l ad", + "e k", + "f av", + "a ir▁", + "au ght", + "▁ Y", + "of f▁", + "▁throu gh▁", + "propos al▁", + "s▁to▁ be▁", + "el l▁", + "e▁th is▁", + "mark et", + "g row", + "es p", + "re st", + "have▁ a▁", + "19 9", + "ig n▁", + "   ", + "e▁th at", + "pl an", + "ou ld", + "and ▁to▁", + ", ▁that▁", + "f all", + "op port", + "bus in", + "ic k▁", + "syst em", + "a fter", + "one▁ of▁the▁", + "b ur", + "vie w", + "ed ▁that▁", + "u ▁", + "d oc", + "mer ic", + "betwe en▁the▁", + "c reat", + "▁   ", + "con d", + "di d▁", + "import ant", + "rev eal", + "intern ational▁", + "mar ri", + "wor ld▁", + "e▁ is▁", + "would▁ be▁", + "fe w▁", + "g entl", + "an k", + "s▁ in▁the▁", + "ing ,▁", + "n er", + "Un ited▁", + "ve▁th e▁", + "all ow", + "me an", + "▁to g", + "o k", + "diff icul", + "se ver", + "disc over", + "ing▁ of▁", + "mark et▁", + "a k▁", + "est abl", + "t wo▁", + "gentl em", + "ad v", + "res olut", + "ation ,▁", + "numb er▁of▁", + "b er", + "s chool", + "sa id", + "pro mis", + "m ill", + "s ▁to▁the▁", + "l aw", + "p ass", + "y▁ ,▁", + "sel v", + "re fer", + "pos it", + "▁ K", + "a ,▁", + "n ow", + "count ry▁", + "u res", + "▁t al", + "ev ent", + "se em", + "ed▁ with▁", + "Mr s▁", + "t ak", + "f o", + "requ ire", + "n ight▁", + "a▁ c", + "struc t", + "▁that ▁they▁", + "ne got", + "negot i", + "w ish", + "g reat", + "de f", + "de ath▁", + "can▁ be▁", + "want ▁to▁", + "med i", + "al ity▁", + "st op", + "st itut", + "pr act", + "ow ard", + "her▁ .", + "wh ol", + "a▁ ,▁", + "is ▁to▁", + "ion▁ and▁", + "le ,▁", + "al is", + "ies▁and▁ gentlem", + "s econ", + "at es▁", + "v ar", + "re al▁", + "how ever", + "strat eg", + "▁thin k▁", + "res ult", + "m ur", + "reas on", + "ies▁and▁gentlem en", + "sa f", + "if i", + ", ▁there▁", + "m i", + "ion ▁to▁", + "an k▁", + "▁to ▁take▁", + "li g", + "per son", + "a x", + "environ ment", + "ing▁ .", + "d ▁to▁", + "ic ally▁", + "ap pl", + "sol ut", + "appe ar", + "our c", + "b en", + "with▁ his▁", + "act iv", + "Committee▁ on▁", + "i ally▁", + "ous ly▁", + "am e", + "con f", + "l im", + "fi ght▁", + "d aught", + "rec e", + "h ere▁", + ") ▁", + "A meric", + "c ul", + "u str", + "Comm unity▁", + "situ ation▁", + "r ad", + "▁W it", + "’ s▁", + "it .", + "re present", + "again st", + "acc ess", + "cr it", + "ar riv", + "ion s.", + "su ff", + "human▁ right", + "princ ipl", + ", ▁this▁", + "e w", + "a ut", + "agre ement▁", + "ex am", + "▁ter m", + "und er▁", + "year ▁", + "ig h▁", + "n at", + "C B-▁", + "real iz", + "comp let", + "l itt", + "a▁ 's▁", + "ad am", + "it al▁", + "▁I▁ am▁", + "c t", + "European▁ Parliament▁", + "ar t▁", + "and ,▁", + "him ▁to▁", + "wh y▁", + "l and▁", + "s▁ his▁", + "ir e▁", + "ev er▁,▁", + "d est", + "y p", + "over ▁the▁", + "en n", + "▁A t", + "a▁ b", + "differ ent▁", + "if ic▁", + "f ail", + "loc al▁", + "proc ed", + "pro mot", + "oc k", + "cl us", + "ed▁ on▁", + "p ay", + "act ion▁", + "▁that▁ he▁", + "l ess▁", + "se qu", + "r e▁", + "y▁ of▁", + "a z", + "int ro", + "fri end", + "▁that ▁this▁", + "happ en", + "wom en▁", + "e an", + "al so", + "on ce▁", + "deb ate▁", + "cr is", + "with in▁the▁", + "op in", + "e▁t ak", + "▁ of▁", + "y e", + "inform ation▁", + "wom an▁", + "plac e▁", + "sh ip", + "ing▁ his▁", + "st ory▁", + "s▁ her▁", + "as k▁", + "adam ▁President", + "ed ▁to▁the▁", + "pro g", + "al way", + "particular ly▁", + "cont ribut", + "pr of", + "childr en▁", + "r ic", + "p op", + "ful ly▁", + "f ar▁", + "st ud", + "ef fort", + "a j", + "vi ol", + "▁t e", + "d own", + "al t", + "polic e▁", + "of ▁their▁", + "res s▁", + "ou b", + "crim in", + "pro duc", + "agre ement", + "m at", + "emb er", + "lev el", + "ed▁ ,▁", + "hav ing▁", + "c ha", + "of▁ his▁", + "an i", + "fe el", + "ever y▁", + "is▁ an▁", + "f ore", + "so on▁", + "wor d", + "l and", + "lif e▁", + "s am", + "es▁ are▁", + "ar r", + "cert ain▁", + "og n", + "lad ies▁and▁gentlemen", + "gr at", + "energ y▁", + "work ing▁", + "resp ect", + "ben ef", + "it▁ was▁", + "grou p", + "fut ure▁", + "es▁ of▁the▁", + "secur ity▁", + "\\ /", + "he ad▁", + "A m", + "ex ist", + "ab ility▁", + "g g", + "▁ in▁", + "- R", + "get s▁", + "▁tur n", + "for w", + "beh alf▁", + "he ad", + "rec ogn", + "loo k▁", + "G re", + "and ▁that▁", + "a id▁", + "am ent", + "program m", + "go ing▁to▁", + "find s▁", + "r or", + "it y.", + "sp ect", + "be for", + "him self▁", + "min ist", + "l ab", + "5 ▁", + "▁tak es▁", + "d en", + "ed uc", + "pos ition▁", + "f un", + "of▁ cour", + "al s▁", + "e▁th eir▁", + "▁M adam▁President", + "Ch r", + "go es▁", + "establ ish", + "ev en", + "w ell", + "ne ed▁", + "c oll", + "out ▁the▁", + "litt le▁", + "f le", + "ir d▁", + "ers▁ and▁", + "N e", + "▁W hat▁", + "legis l", + "n ever▁", + "or ity▁", + "G er", + "y ing▁", + "us e▁", + "fur ther▁", + "▁t oward", + "c at", + "ed g", + "wor ld", + "ro le▁", + "▁to▁ a▁", + "▁tell s▁", + "on d", + "▁t echn", + "pres ent▁", + "s ha", + "succ ess", + "w er", + ",▁ Mr", + "comm un", + "cooper ation▁", + "fr ame", + "she▁ is▁", + "pe ac", + "s ,▁and▁", + "iv id", + "b and▁", + "s k", + "as p", + "an im", + "t▁ .", + "d at", + "pop ul", + "fi el", + "c all▁", + "T reat", + "ur g", + "not▁ be▁", + "h ol", + "o d▁", + "are a▁", + "▁th ree▁", + "possib le▁", + "la w▁", + "lear n", + "ach iev", + "which ▁the▁", + "l ong▁", + "re d", + "res ear", + "wel com", + "m y", + "on▁ behalf▁", + "id d", + "P ro", + "is m▁", + "all y", + "us si", + "org anis", + "ag r", + "ure .", + "con sum", + "gu ar", + "im prov", + "mak ing▁", + "w as", + "of t", + "rem ain", + "someth ing▁", + "k ey▁", + "st or", + "larg e▁", + "S p", + "in▁ order▁to▁", + "le t▁", + "val u", + "g ood", + "ref us", + "w r", + "buil d", + "ant e", + "w rit", + "h or", + "s ince▁", + "Commission er▁", + "dep end", + "esp ec", + "s ay▁", + "b est▁", + "pre v", + "es▁ his▁", + ",▁ M", + "att ent", + "alway s▁", + "y s", + "r u", + "nam ed▁", + "bet ter▁", + "' s", + "ing ▁to▁the▁", + "Presid ent▁", + "H ous", + "e gr", + "s▁ with▁", + "sa id▁", + "de al▁", + "h igh▁", + "m od", + "gir l▁", + "eth er", + "v ill", + "▁to o", + "but ▁the▁", + "probl em▁", + "on ▁this▁", + "att ack", + "which▁ is▁", + "ra is", + "▁they▁ are▁", + "o st", + "i ent", + "h on", + "gir l", + "ur al▁", + "um ent", + "▁that ▁there▁", + "res ourc", + "fre ed", + "li ght", + "into▁ a▁", + "curr ent▁", + "l os", + "▁This▁ is▁", + "fort un", + "p at", + "re ach", + "▁tak en▁", + "all y,▁", + "mon th", + "w a", + ",▁ S", + "it 's▁", + "ord in", + "er al▁", + "at e▁the▁", + "ment .", + "bel iev", + "us p", + "you▁ know▁", + "as ks▁", + "fir st", + "sever al▁", + "cl aim", + "soc iet", + "▁ V", + "fav our▁", + "fin ally▁", + "agr icul", + "d riv", + "▁At ▁the▁", + "E n", + "at▁ a▁", + "t▁ and▁", + "I▁ am▁", + "co st", + "r act", + "l ov", + "is s", + "le ave▁", + ",▁ and▁the▁", + "ab ly▁", + "res ul", + "s▁ on▁", + "s ,▁the▁", + "▁I f▁", + "g un", + "secon d▁", + "ic ip", + "com b", + "act ually▁", + "m p", + "J oh", + "var ious▁", + "guar ante", + "s imp", + "▁ Un", + "lev el▁", + "e ad▁", + "▁that ,▁", + "2 ▁", + "under ▁the▁", + "w al", + ",▁ she▁", + "direct ive▁", + "M in", + "all eng", + "qu ite▁", + "R ussi", + "h us", + "d one▁", + "▁through ▁the▁", + "st ate▁", + "such▁ as▁", + "becom es▁", + "i gh", + "am b", + "n on", + "ment ion", + "e▁ 's▁", + "e k▁", + "eng th", + "m om", + "democ rat", + "ex peri", + "b al", + "▁M ean", + "gl ob", + "dur ing▁the▁", + "fin al▁", + "es ▁to▁the▁", + "appro pri", + "ex amp", + "y l", + "syst em▁", + "cl im", + "en ▁to▁", + "▁I▁ would▁", + "call ed▁", + "dra w", + "bud get", + "de fin", + "t al", + ",▁ it▁", + "st er", + "ch alleng", + "appro ach", + "b e▁the▁", + "▁The▁ film▁", + "ro om", + "er g", + "a f", + "bod y▁", + "ye ah▁", + "ou ▁", + "er c", + "int egr", + "p er▁", + "h ist", + "es▁ in▁the▁", + "as▁ well▁", + "ex press", + "bre ak", + "som e", + "ag u", + "bud get▁", + "com pl", + "United▁ Stat", + "ent er", + "ind ustr", + "add ition", + "sid e▁", + "p riv", + "m ad", + "ass ist", + "ing ▁this▁", + "es▁ her▁", + "ess ent", + "wh at", + "has▁ a▁", + "m ight▁", + "Ch in", + "s usp", + "e▁th an▁", + "saf et", + "▁ is▁", + "c are", + "sh o", + "mi gr", + "includ ing▁", + "h is", + "i es.", + "ful l▁", + "-LRB-▁ -LRB-▁", + "fund ament", + "spe ak", + "hous e▁", + "maj or▁", + "ing le▁", + "es▁ for▁", + "hom e▁", + "meas ures▁", + "exp ect", + "s ex", + "h old", + "ing▁ for▁", + "deb at", + "▁That▁ is▁", + "wh en▁the▁", + "e b", + "p leas", + "c ar▁", + "wh en", + "▁tr ad", + "ation s.", + "it▁ .", + "rece iv", + "bas is▁", + "ke ep", + "n or", + "a▁ is▁", + "comm it", + "sc en", + "ion s,▁", + "ep t▁", + "▁Wh ile▁", + "ers▁ .", + "v ict", + "or ig", + "de al", + "Chr ist", + "d re", + ",▁ is▁", + "sh all▁", + "l ess", + "det er", + "ri ve▁", + "Q u", + "particul ar▁", + "li ve▁", + "T ur", + "ch ar", + "in -", + "su gg", + "prov ide▁", + "j ect▁", + "e▁t im", + "er s.", + "om b", + "govern ment▁", + "ed▁ at▁", + "▁Th ese▁", + "s▁ him▁", + "us h", + "quest ion▁", + "– ▁", + "R om", + "ure d▁", + "cert ain", + "contro l▁", + "a h", + "ust ri", + "pre t", + "in▁ his▁", + "pl ay▁", + "▁Mr▁President ,▁I▁", + "on▁behalf▁ of▁the▁", + "▁to ▁t", + "▁How ever▁,▁", + "P ol", + "lat er▁", + "of ▁these▁", + "ext rem", + "b ar", + "al i", + "al th▁", + "ar ound▁", + "er s", + "▁F in", + "govern ment", + "ent r", + "S h", + "ind ivid", + "frame work▁", + "sect or", + "spec ific▁", + "sur v", + "p rec", + "employ ment▁", + "▁tri es▁to▁", + "s ens", + "ch arg", + "▁that▁ is▁", + "giv en▁", + "it or", + "it y", + "fi ght", + "s av", + "a int", + "st ep", + "▁to day", + "qu ick", + "f ound▁", + "mak es▁", + "D i", + "pro ject", + "ic le▁", + "against ▁the▁", + "tur e▁", + "de ad▁", + "sm all▁", + "ot t", + "▁The▁ Commission▁", + "▁ of▁the▁", + "pre vent", + "g ang", + "▁ 's▁", + "g en", + "th er", + "Europe .", + "with▁ her▁", + "P r", + "c iv", + "er▁ 's▁", + "▁S t", + "ed▁ as▁", + "int end", + "li ght▁", + "European▁ Parliament", + "relation ship▁", + "object iv", + "wh ether▁", + "believe▁th at▁", + "un i", + "decid es▁to▁", + "com es▁", + "▁T o▁", + "'▁ s▁", + "k ill▁", + "in str", + "st ain", + "ac ros", + "d am", + "ar e▁the▁", + "col le", + "l y▁to▁", + "necess ary▁", + "in n", + "y▁ is▁", + "ne ar", + "are as▁", + "▁On ▁the▁", + ",▁ it▁is▁", + "have▁ the▁", + "C l", + "k ind▁", + "espec ially▁", + "con su", + "amend ment", + "j ud", + "el y", + "wh o", + "str ength", + "Un ion▁", + "vot e▁", + "ou th", + "ing▁ her▁", + "b or", + "c lear▁", + "le ft▁", + "invest ig", + "mill ion▁", + "hus band▁", + ",▁ for▁", + "l ine▁", + "ri b", + "sugg est", + "m embers▁", + "environment al▁", + "difficul t", + "a x▁", + "ar e▁t", + "dem and", + "it y,▁", + "si bl", + "out▁ of▁", + "▁We▁ are▁", + "dr ug", + "democ rac", + "chang e▁", + "ing ly▁", + "vie w▁", + "unt il▁", + "int erv", + "L is", + "enc our", + "it ions▁", + "f ar", + ",▁ B", + "ou se", + "b oo", + "▁On e▁", + "m ain▁", + "conv inc", + "ff ic", + "f ood▁", + "d oub", + "k id", + "European▁Un ion", + "▁them selv", + "il i", + "er r", + "necess ar", + "se en▁", + "as s▁", + "gener al▁", + "e ,▁the▁", + "D r", + "ing ▁their▁", + "me et▁", + "o -", + "rel at", + "ach ie", + "al e▁", + "er ▁to▁", + "ef ore", + "l ist", + "her ▁to▁", + "b ig", + "in ▁their▁", + ",▁ however", + "av ail", + "back ▁to▁", + "w ed", + "l edg", + "st re", + "agre e▁", + "l ack▁", + "er efore", + "G overn", + "un g", + ",▁ J", + "dest ro", + "m ilit", + "m us", + "l l", + "▁the y", + "i o▁", + "a ur", + "r up", + "f oc", + "os p", + "from▁ a▁", + "aff ect", + "s inc", + "is m", + "prov is", + "re duc", + "meas ures", + "N or", + "ing▁ of▁the▁", + "under stand", + "er▁ is▁", + "appl ic", + "sh ow▁", + "▁tog ether▁", + "s ess", + "intern al▁", + "when▁ he▁", + "U S", + "e▁t r", + "cas e▁", + "B rit", + "part icip", + "▁ter ror", + "expl ain", + "e▁to▁ be▁", + "o s▁", + "Ne w▁", + "e ,▁and▁", + "fr ont", + "c has", + "should▁ like▁to▁", + "R ▁", + "in no", + "ord er▁", + "stand ard", + "is▁ no▁", + "pur su", + "y▁ 's▁", + "up ▁the▁", + "belie ve▁", + "ion▁ .", + "' re▁", + "whol e▁", + "wh ose▁", + "ed▁by▁ a▁", + "par t▁of▁the▁", + "▁than k", + "sh ort", + "acc ord", + "he alth▁", + "C ar", + "'' ▁.", + "great er▁", + "s ent", + "▁We▁ have▁", + "form er▁", + "1 ▁", + "sp ir", + "i '", + "b oy", + "▁H is▁", + "B r", + "and▁ his▁", + "for▁ his▁", + "E C", + "compet it", + "a id", + "des p", + "pri or", + "al og", + "▁F or▁", + "P resident", + "20 1", + "er s,▁", + "c am", + "eff ici", + "L e", + "c ir", + "quest ion", + "clear ly▁", + "chil d▁", + "par t▁", + "B ar", + "exam pl", + "h and▁", + "▁tak ing▁", + "issu e▁", + "car ri", + "d om", + "we▁ must▁", + "e an▁", + "es s.", + "i -", + "ha d", + "resp ect▁", + "after ▁the▁", + "im medi", + "know ledg", + "s en", + "effect ive▁", + "y et▁", + "l es▁", + "ing▁ ,▁", + "Commission 's▁", + "opport unit", + "G rou", + "T he▁", + "Ch ar", + "pre p", + "d ang", + "is ▁that▁", + "of fer", + "deter min", + "ak e▁", + "ed▁ on▁the▁", + "e it", + "ne igh", + "European▁Un ion.", + "▁to ▁this▁", + "m it", + "com ing▁", + "u bl", + "who▁ is▁", + "not ▁to▁", + "f is", + "he▁ has▁", + "c over", + "f our▁", + "fundament al▁", + "commun ic", + "▁tr y", + "pract ic", + "giv es▁", + "▁than k▁", + "fr ic", + "report .", + "fri ends▁", + "ou pl", + "ence▁ of▁", + "whil e▁,▁", + "n ess", + "orig in", + "for ce▁", + "ra in", + "which▁ are▁", + "posit ive▁", + "resear ch▁", + "for ▁this▁", + "ab o", + "wif e▁", + "e ed", + "ac count", + "not▁ only▁", + "mor e▁than▁", + "u k", + "v el", + "um ent▁", + "lik e▁to", + "comm end", + "c ity▁", + "on▁ .", + "ro om▁", + "decis ion▁", + "I r", + "dem on", + "e h", + "con n", + "mur d", + "p t", + "event ually▁", + "B -", + "at or", + ",▁which▁ is▁", + "av o", + "oun t▁", + "out▁ of▁the▁", + "▁t reat", + "don 't▁", + "char act", + "▁M ember▁Stat", + "st art▁", + "st and▁", + "democrat ic▁", + "on▁ his▁", + "su stain", + "con clus", + "he alth", + "m ore", + "grat ul", + "us ▁to▁", + "gr ap", + "oft en▁", + "ro p", + "resolut ion▁", + "in ▁term", + "al ong▁", + "us ed▁", + "qu ality▁", + "rec ent▁", + "fre e▁", + "fir m", + "St ate▁", + "extrem ely▁", + "b i", + "sol id", + "▁ -▁", + "con gratul", + "are d▁", + "mo ve▁", + "vict im", + "par liam", + "Americ an▁", + "and ▁th", + "t ern", + "ma int", + "▁A t▁", + "intro duc", + "H ar", + "org an", + "sho ot", + "responsib le▁", + "en larg", + "ro w▁", + "▁Y ou▁", + "M embers▁", + "Min ist", + "ic h", + "du ce▁", + "sub st", + "in de", + "ar ch", + "ad minist", + "in fl", + "▁D ur", + "l t", + "G e", + "con struct", + "es s▁of▁", + "le ast▁", + "inst ead▁", + "▁The▁ next▁", + "every one▁", + "ff air", + "cont ain", + "- ▁and▁", + "countri es.", + "ib le▁", + "ance▁ of▁", + "oc k▁", + "res t▁", + "who▁ are▁", + "st u", + "did▁ not▁", + "and ▁they▁", + "s or", + "pl an▁", + "u ch", + "p ast▁", + "run ▁", + "▁that▁ it▁", + "sign ific", + "u h", + "sub ject", + "of▁cour se", + "▁tr u", + "A ffair", + "or▁ .", + "proc ess▁", + "hum an", + "befor e▁the▁", + "▁the▁ t", + "I▁ have▁", + "fiel d▁", + "Commission er,▁", + ",▁ with▁", + "f ig", + "h osp", + "pos sibl", + "▁Wit h▁", + ",▁the▁ Commission▁", + "con sequ", + "youn g", + "i an", + "op en▁", + "- in-", + "ul l", + "ap prov", + "con fl", + "C our", + "f ive▁", + "po st", + "-L CB-▁", + "s ▁that▁the▁", + "se e", + "di alog", + "ens ive▁", + "w id", + "c are▁", + "is ,▁", + "end ing▁", + "we▁ can▁", + "s at", + "n et", + "▁F ir", + "problem s▁", + "im pro", + "uc k▁", + "r en", + "▁tra in", + "▁We▁ must▁", + "cris is▁", + ", ▁then▁", + "s ch", + "f all▁", + "us e▁of▁", + "en .", + "effect iv", + "busin ess", + "c ros", + ",▁ D", + "re form", + "st e", + "p ot", + "in f", + "ies▁ of▁", + "f arm", + "br ing▁", + "non -", + "colle agu", + "conn ect", + "simp ly▁", + "wher e▁the▁", + "inter est▁", + "job ▁", + "W or", + "▁tr y▁to▁", + "Lis b", + "a ▁to▁", + "s▁ and▁the▁", + "cre ate▁", + "▁techn olog", + "s▁ on▁the▁", + "in k", + "re leas", + "uc t", + "prof ess", + "ed ▁that▁the▁", + "com promis", + "will▁ not▁", + "of ▁t", + "kn own▁", + "in▁ which▁", + "proc ess", + "count r", + "milit ary▁", + "co ordin", + "f ell", + "or ▁the▁", + "ap t", + "w ar▁", + "res c", + "ass ess", + "loo king▁", + "Hous e▁", + "3 ▁", + "ag g", + "J o", + "wish ▁to▁", + "polic y.", + "iti es.", + "k ed▁", + "ab ilit", + "i es,▁", + "l y.", + "l ow", + "certain ly▁", + "▁Mean while▁,▁", + "re commend", + "go ing▁", + "a▁ m", + "ed ly▁", + "b rou", + "ant ly▁", + "A ▁", + "fr on", + "Ar t", + "glob al▁", + "ic t▁", + "rat her", + "ur ▁", + "e▁th ere▁", + "fact ▁that▁", + "▁them ▁.", + "support ▁the▁", + "▁An d▁", + "re ject", + "er ry▁", + "em erg", + "str ict", + "ser ious▁", + "o▁ .", + "▁I f", + "p ay▁", + "▁to day▁", + "id ent▁", + "ou ght", + "con st", + "bro th", + "each▁ other▁", + ",▁ where▁", + "e en▁", + "reg ional▁", + "attempt s▁to▁", + "ing▁ in▁the▁", + "f ound", + "pr ic", + "if ▁the▁", + "b att", + "of▁the▁ European▁", + "- 0", + "▁Wit h", + "S oc", + "s▁ up▁", + ",▁ R", + "all ow▁", + "si z", + "ar ity▁", + "f ish", + "al most▁", + "comp an", + "beh ind▁", + "quick ly▁", + "▁try ing▁to▁", + "7 ▁", + "in depend", + "agricul tural▁", + "ha m", + "00 0▁", + "c amp", + "busin ess▁", + "▁A fter", + "school ▁", + "gr ound▁", + "me th", + "-R CB-▁", + "it ▁to▁", + "oth ers▁", + "responsib ility▁", + "im migr", + "op pos", + "at ory▁", + "for ▁their▁", + "su per", + "sh ould", + "if▁ we▁", + "gu id", + "right ▁to▁", + "v o", + "- t", + "8 ▁", + "pl ann", + "f ear", + "was▁ a▁", + "pro per", + "author ities▁", + "ac e▁", + "pre par", + "up ▁to▁", + "cond ition", + "ke ep▁", + "ed▁ from▁", + "l l▁", + "cir c", + "s▁ from▁", + "op ▁", + "p ack", + "t on▁", + "al ,▁", + "ing▁ with▁", + "par t▁of▁", + "ag e▁of▁", + "app li", + "hel d▁", + "Grou p▁", + "legis lat", + "r id", + "▁ ''", + "ation s,▁", + "and ▁t", + "al .", + "him self", + "b our", + "ex per", + "h es", + "fac t▁", + "w as▁the▁", + "es ,▁and▁", + "are▁ not▁", + "Member▁Stat es.", + "issu es▁", + "M on", + "enc h▁", + "ifi ed▁", + "rev ie", + "comp any▁", + "one▁ of▁", + "m ust", + "▁tr ade▁", + "and ▁then▁", + "ar ian▁", + "we ek", + "I tal", + "l y▁the▁", + "an▁ and▁", + "n uc", + "cap t", + "t ri", + "6 ▁", + "h ard", + "o▁ and▁", + "curr ently▁", + "er▁ of▁the▁", + "ind ic", + "ing▁ an▁", + "t s▁", + "re pe", + "ion ▁to▁the▁", + "ear li", + "him ▁and▁", + "ed▁ out▁", + "spec ial▁", + "forw ard▁", + "▁A s▁the▁", + "ob lig", + "direct iv", + "mur der", + "be en", + "▁th reat", + "ra in▁", + ") .", + "pris on", + "ap art", + "str ong", + "▁In ▁this▁", + "ic▁ and▁", + "pres s▁", + "um p", + "encour ag", + "j our", + "y -", + "ch e", + "des c", + "sect or▁", + "ro c", + "▁L at", + "w ant▁", + "P al", + "re p", + "maj ority▁", + "citizen s▁", + "am ong", + "m ult", + "or d▁", + "is .", + "con front", + "continu e▁to▁", + "d e▁", + "h ot", + "par ent", + "initi ativ", + "er t▁", + "peop l", + "li e▁", + "ement▁ of▁", + "want s▁to▁", + "emp has", + "min d▁", + "wat ch", + "EU R▁", + "a il▁", + "as ▁to▁", + "▁them ▁to▁", + "ou ght▁", + "of ▁them▁", + "program me▁", + "P et", + "▁O n▁", + "O ffic", + "m itt", + ",▁ T", + "att ack▁", + "ation▁ .", + "part n", + "4 ▁", + "enc es▁", + "exc ell", + "rapporteur ▁", + "o grap", + "dec l", + "▁B ut", + "is▁ also▁", + "▁S o▁", + "enc e.", + "pur pos", + "I s", + "per hap", + "▁toward s▁", + "New▁ Y", + "a▁ few▁", + "part ner", + "M ember▁", + "ation ▁to▁", + "p resid", + "▁ U", + "cond itions▁", + "m it▁", + "fis her", + "y ▁that▁", + "opportunit y▁to▁", + "I▁ would▁", + "do ing▁", + "compet ition▁", + "cent ur", + "organ iz", + "v ol", + "im il", + "as h▁", + "asp ect", + "publ ic", + "Ge org", + "n ess▁", + "con stitut", + "Di rect", + "c oupl", + "no thing▁", + "go t▁", + "what▁ is▁", + "rup t", + "p i", + "an al", + "▁L et▁", + "kill ed▁", + "w ould", + "In di", + "b ab", + "ir d", + "▁t w", + "▁I▁ would▁like▁to▁", + "get ting▁", + "b ill", + "as▁ an▁", + "comm itte", + "priv ate▁", + "pow er▁", + "c el", + "J u", + "id ence▁", + "ion s▁and▁", + "has▁ not▁", + "ef ul▁", + "R eg", + "st ep▁", + "m ag", + "re quest", + "ang u", + "00 ▁", + "An n", + "legisl ation▁", + "A g", + "amend ments▁", + "s al", + "Brit ish▁", + "parliam ent", + "st ri", + "kind▁ of▁", + "run s▁", + "protect ion▁", + "s w", + "e▁ a▁", + "C ol", + "ar k▁", + "out sid", + "not ▁the▁", + "ar ound", + "ion s▁of▁", + "se par", + "▁I▁ have▁", + "ec ut", + "st ay▁", + "jo in", + "ro ad▁", + "us ing▁", + "way ▁to▁", + "and ▁their▁", + "a▁s m", + "long er▁", + "g am", + "m uch", + "individ ual▁", + "retur n▁", + "▁C on", + "arr ang", + "c ut", + "d ut", + "re fl", + "m ob", + "ant s▁", + "le y▁", + "A fric", + "ia▁ and▁", + "al▁ and▁", + "nuc lear▁", + "wh ether", + "forw ard", + "en ,▁", + "h ug", + "reas on▁", + "ro ad", + "peri od▁", + "es s▁and▁", + "oc i", + "er ing��", + ". .", + "coll ect", + ",▁ an▁", + "in▁ an▁", + "qu al", + ": ▁the▁", + "D ev", + "t l", + "1 0", + "Am end", + "ro b", + ",▁ but", + "e▁t ime▁", + "ensur e▁that▁", + "by▁ a▁", + "ed▁ with▁the▁", + "sc ient", + "it self▁", + "clim ate▁", + "rec t▁", + "in▁ love▁", + "ed▁to▁ be▁", + "Joh n▁", + "bro ther▁", + "ing ▁t", + "negoti ations▁", + "i a", + "ell s▁", + "go es▁to▁", + "pot ent", + "m ess", + "ing▁ him▁", + "▁this .", + "hosp ital▁", + "w ard", + "O ▁", + "in▁term s▁of▁", + "B el", + "h old▁", + "mo der", + "▁those▁ who▁", + "P ▁", + "ment▁ and▁", + "ass oci", + "mov ie▁", + "▁Madam▁President ,▁", + "d iv", + "ag e▁.", + "h ood▁", + "or e▁", + "daught er▁", + "a▁s er", + "Fr ench▁", + "alth ough▁", + "meet s▁", + "pow er", + "S c", + "▁to ▁their▁", + "econ d", + "li ber", + "▁them .", + "New▁Y or", + "con sist", + "ment▁ of▁", + "w ind", + "rem ain▁", + "ab le.", + "e▁ in▁the▁", + "Commission er", + "m et", + "l ast", + "matt er▁", + "str ong▁", + "w in", + "sam e▁tim", + "D E", + "e▁ for▁", + "ment ,▁", + "prog ress▁", + "m ind", + "with▁ regard", + "human▁right s▁", + "begin s▁to▁", + "en ough", + "▁S om", + "adv ant", + "rul es▁", + "fore ign▁", + "i j", + "and▁ a▁", + "An g", + "vis it", + "ion s", + "b it", + "bo y▁", + "b an", + "con clud", + "e z", + "ind ustri", + "sh ot▁", + "e▁th en▁", + "▁th ing", + "com es▁to▁", + "fl o", + "ac qu", + "sat is", + "such▁ a▁", + "l ost▁", + "ers▁ of▁", + "follow ing▁", + "b ri", + "b e▁tak", + "possibl e▁to▁", + "doc t", + "ar ch▁", + "cent r", + "p en", + "R ep", + "t im", + "contro l", + "success ful▁", + "ion▁ in▁", + "gr ad", + "Wor ld▁", + "o on▁", + "ent ire▁", + "prev ious▁", + "em oc", + "wat er▁", + "1 5", + "becaus e▁the▁", + "hist or", + "E l", + "surv iv", + "crit er", + "ser i", + "uc k", + "det ail", + "M E", + "▁Al th", + "as▁ he▁", + "suff ici", + "M ed", + "▁ yeah▁", + "up on▁", + "aw are▁", + "ha s▁to▁", + "mar ry▁", + "anc e.", + "al ong", + "er ous▁", + "freed om", + "tr ans", + "at ▁this▁", + "we▁ should▁", + "part y▁", + "idd le▁", + "▁th ird▁", + "s -", + "▁that 's▁", + "% ▁", + "ver t", + "every thing▁", + "▁that▁ she▁", + "self -", + "in j", + "on d▁", + "on ly▁to▁", + "an▁ .", + ",▁ L", + "R e", + "re form▁", + "fam il", + "a▁ new▁", + "▁tur n▁", + "ent▁ and▁", + "achie ve▁", + "gr ound", + "ch ec", + "add ress", + "we▁ will▁", + "rel ations▁", + "on .", + "wh om▁", + "wa it", + "J ap", + "fun ct", + "ex ecut", + "ter m▁", + "ap point", + "mon itor", + "initi ative▁", + "sup p", + "respon d", + "ar rive▁", + "▁th ings▁", + "anc es▁", + "ris k▁", + "lack▁ of▁", + "▁However ,▁", + "us .", + "r ang", + "attempt ▁to▁", + "t t", + "it▁ and▁", + "infl u", + "servic es▁", + "el in", + "crit ic", + "In tern", + "E m", + "s▁ is▁", + "ab solut", + "m ech", + "mor ning▁", + "e▁,▁ but▁", + "sur pris", + "develop ing▁", + "c ust", + "welcom e▁the▁", + "un n", + "br ing", + "e op", + "i es", + "1 8", + "l angu", + "r on", + "ag end", + ",▁and▁ I▁", + "c le▁", + "freed om▁", + "ers▁ are▁", + "or t▁", + "is ed▁", + "se ek", + "al one▁", + "des ign", + "appro ach▁", + "▁there▁ are▁", + "▁trans par", + "di es▁", + "had▁ been▁", + "legislat ive▁", + "his▁ father▁", + "pro b", + "dis crimin", + "En gl", + "resul t▁", + "not ic", + "ire d▁", + "object ive▁", + "safet y▁", + "Art icle▁", + "at ic▁", + "fil m", + "g ar", + "regul ation▁", + "make▁ a▁", + "me ans▁", + "▁G rou", + "ag o", + "you▁ have▁", + "c op", + "ro m", + "▁A r", + "enc ount", + "B ud", + "jud g", + "n ation", + "also▁ be▁", + "appropri ate▁", + "on n", + "re t▁", + "▁this▁ is▁", + "ity▁ and▁", + "comm itt", + "gu ard", + "person al▁", + ",▁ C", + "cr uc", + "N o▁", + "ar rest", + "ent .", + "sub sid", + "n ight", + "p over", + "il ities▁", + "E d", + "▁M y▁", + "fac e▁", + "we ap", + "del i", + "d ict", + "le x", + "i▁ 's▁", + "ol ▁", + "anc e,▁", + "c and", + "ide a▁", + "U N", + "Dr .", + "ap er▁", + "you▁ know", + "acc ident", + "proposal s▁", + "▁S econd", + "ist s▁", + "could▁ be▁", + "m ut", + "excell ent▁", + "cre d", + "p et", + "th ▁and▁", + "sol di", + "manag es▁to▁", + "▁tak e▁the▁", + "abo ve▁", + "gr and", + "h id", + "▁Fin ally,▁", + "▁He▁ is▁", + "unt il", + ",▁ in▁the▁", + "str ang", + "be aut", + "strateg y▁", + "off ▁the▁", + "T r", + "writ ing.", + "me an▁", + "work .", + "R ob", + "propos ed▁", + "are as", + "inv it", + "un able▁to▁", + "▁   ▁.", + "fo ot", + "1 2", + "it self", + "leav es▁", + "wh at▁the▁", + "int ent", + "▁trans port▁", + "fe at", + "▁S h", + "an▁ un", + "at▁ least▁", + "k▁ .", + "li es▁", + "▁It▁ is", + "as sum", + "ing ▁them▁", + "mis tak", + "ap ▁", + "c al", + "liv ing▁", + "civ il▁", + "R ight", + "w ast", + "may▁ be▁", + "ec h▁", + "ec t▁of▁", + "m il", + "ed▁ up▁", + "ear ly▁", + "sc re", + ",▁who▁ is▁", + "say s▁", + "sustain able▁", + "str ug", + "countri es,▁", + "du e▁to▁", + "per son▁", + "J an", + "b e▁t", + "re strict", + "aw ar", + "jo int▁", + "es s▁.", + "count ry", + "in t▁of▁", + ",▁ while▁", + "fer ence▁", + "end▁ of▁the▁", + "ann ounc", + "Commission ▁to▁", + "has▁ already▁", + "Presid ency▁", + "Ger man▁", + "se es▁", + "Con vent", + "▁There▁ are▁", + "at el", + "es ▁that▁the▁", + "pos ition", + "al u", + "dra ft▁", + ",▁ because▁", + "G u", + "s '▁", + "em iss", + "vi ously▁", + "Is ra", + "anal ys", + "c ra", + "en ough▁", + "refl ect", + ") ▁Mr▁President,▁", + "make▁ it▁", + "har mon", + "G ener", + "difficul t▁", + "p ic", + "our selv", + "ur e▁of▁", + "per form", + "ic s▁", + "e▁th em", + "et t", + "eng ag", + "institut ions▁", + "f air", + "un ch", + "ement s▁", + "complet ely▁", + "O r", + "▁th er", + "s ingle▁", + "re duct", + "rat her▁", + "a it", + "bro k", + "st aff", + "▁Fir st", + "cul tural▁", + "examp le,▁", + "inno v", + "exist ing▁", + "Commission .", + "cannot▁ be▁", + "destro y", + "pi ec", + "s t▁of▁", + "dat a▁", + "an▁ 's▁", + "ag o▁", + "act ions▁", + "ans w", + "W il", + "D av", + "e 's▁", + "t ime▁", + "act ive▁", + "▁in▁ writing.", + "P h", + "by▁ Mr", + "w ard▁", + "en▁ and▁", + "▁th es", + "in▁ our▁", + "as ▁they▁", + "9 ▁", + "po int▁of▁", + "min ut", + "ef ul", + "arriv es▁", + "b ir", + "im in", + "l ate▁", + "st ag", + "for▁ her▁", + "comp ani", + "i ▁.", + "dur ing▁", + "a i▁", + "work ers▁", + "su d", + "r ound", + "apart ment▁", + "s le", + "s▁ out", + "▁I▁ hop", + "at or▁", + "som e▁of▁the▁", + "fle x", + "ic ha", + "wor d▁", + "me ans", + "kill s▁", + "rather ▁than▁", + "long -", + "A d", + "b omb", + "▁B e", + "co hes", + "ob t", + "im pos", + "economic▁ and▁", + "ion▁ is▁", + "im um▁", + "ing ▁that▁the▁", + "et ary▁", + "imp act▁", + "ans wer", + "spe ak▁", + "manag ement▁", + ",▁ K", + "▁A n▁", + "arg et", + "opport un", + "H ouse", + "lif e▁.", + "▁tog eth", + "ubl ic▁", + "b order▁", + "crimin al▁", + "in ▁that▁", + "d id", + "o��� 's▁", + "cl ose▁", + "man ce▁", + "en s▁", + "c ast", + "doc ument", + "brou ght▁", + ", ▁t", + "ag enc", + "ab and", + "so ▁that▁", + "stop ▁", + "in▁ .", + "▁the ir", + "int o", + "enc e,▁", + "n ame▁", + "say ▁that▁", + "kid n", + "h our", + "im ag", + "s,▁ which▁", + "eit her▁", + "bas ed▁on▁", + "iv en", + "od ay", + "▁F or", + "girl friend▁", + "acros s▁the▁", + "M ad", + "d ate▁", + "do or▁", + "essent ial▁", + "2 0▁", + "on ly", + "re s▁", + "ord ers▁", + "activ ities▁", + "th ree▁", + "y 's▁", + "▁O ur▁", + "F und", + "at her", + "ure ,▁", + "spec ific", + "M c", + "r a▁", + "he▁ was▁", + "el ess▁", + "▁there▁ is▁", + "sa ve▁", + "im ▁", + "i ▁and▁", + "in k▁", + "rec ently▁", + "exam in", + "hug e▁", + "el ev", + "m ain", + "ur b", + "on▁ and▁", + "from▁ his▁", + "it ud", + "es ,▁the▁", + "immedi ately▁", + "bas ic▁", + "um ents▁", + "s,▁ but▁", + "issu e▁of▁", + "y n", + "no▁ longer▁", + "big ▁", + "it▁ of▁", + "S ch", + "an ish▁", + "on ▁their▁", + "sec ret", + "ad equ", + ",▁however ,▁", + "S ec", + "c ent▁", + "▁the▁ Commission▁", + "access ▁to▁", + "ist ic▁", + "consu lt", + "decis ions▁", + "escap e▁", + "cl ass", + "group▁ of▁", + "par ents▁", + "▁to t", + "D emoc", + "au ght▁", + "er ed▁", + "dra w▁", + "s▁ out▁", + "qu ot", + "si x▁", + "t o", + "ob serv", + "does▁ n't▁", + "ograp h", + "an a▁", + "a ud", + "▁t yp", + "anc e▁to▁", + "my ster", + "/ 200", + "in a▁", + "circ um", + "oc c", + "believe▁th at▁the▁", + "pr im", + "st ar", + "he av", + "ion ▁that▁", + "polic ies▁", + "at ing▁the▁", + "R o", + "ed eral▁", + "it▁ will▁", + "sh are▁", + "as▁well▁ as▁", + "us es▁", + "um -", + "D e", + "nat ural▁", + "olog ical▁", + "commit ment", + "it al", + "att ract", + "re lig", + "su ic", + "R aj", + "▁tra vel", + "ly ,▁the▁", + "a▁sm all▁", + "ing▁ on▁", + "▁F ur", + "lim it", + "prog res", + "h alf▁", + "gr ant", + "quest ions▁", + "in sist", + "nor m", + "strength en", + "lab our▁", + "t e", + "ed▁ at▁the▁", + "her self▁", + "ref ug", + "T h", + "wher e▁they▁", + "mech anis", + "ed▁ in▁a▁", + "▁too k▁", + "y a▁", + "in▁ favour▁", + "▁P ar", + "ed▁ by", + "ern al▁", + "y st", + "com e▁to▁", + "year s.", + "I▁ would▁like▁to▁", + "P ort", + "c le", + "ed ▁this▁", + "po or▁", + "a▁ lo", + "h ost", + "l ing▁", + "conc ern▁", + "meth od", + "ation s▁and▁", + "ra q", + "s▁ it▁", + "with in▁", + "cl ub", + "el ess", + "au l▁", + "et im", + "fut ure.", + "▁I ▁think", + "and▁ is▁", + "ing▁ up▁", + "go ▁to▁", + "down ▁the▁", + "In ter", + "forc ed▁to▁", + "gen u", + "a▁ p", + "ra il", + "recogn is", + "f ill", + "mak e▁the▁", + "†˜", + "dialog ue▁", + "s ing", + "s▁ at▁", + "il at", + "dis ast", + "level▁ of▁", + "A s", + "ation▁ in▁", + "ers▁ ,▁", + "il legal▁", + "ere fore▁", + "▁t own▁", + "es▁ with▁", + "bro ad", + "- ▁the▁", + "of▁ her▁", + "▁E v", + "W h", + "any thing▁", + "A T", + "▁Wh en▁the▁", + "ult im", + "v eh", + "consid er▁", + "G r", + "▁tal k▁", + "om or", + "important ▁to▁", + "-in- Offic", + "a ul", + "▁Mr▁President ,▁the▁", + "ri f", + "under tak", + "vot ed▁", + "u el", + "\\ *", + "of▁ our▁", + "e,▁ but▁", + "includ e▁", + "market .", + "respon s", + "Lisb on▁", + "col leg", + "oc cas", + "▁t ell▁", + "dis eas", + "ement .", + "compan ies▁", + "which▁ we▁", + "d .", + ",▁ but▁the▁", + "p ull", + "1 1", + "▁A m", + "rec i", + "experi enc", + "start s▁", + "mom ent▁", + "rou gh", + "fall s▁", + "den ly▁", + "I ▁think", + "▁th ough▁", + "re lev", + "ric h▁", + "institut ional▁", + "or m", + "be y", + "D ec", + "J ust", + "quest ion▁of▁", + "' ll▁", + "Un ion", + "al k", + "e▁th e▁t", + "bas ed▁", + "back ▁to▁the▁", + "b all▁", + "s ▁them▁", + "ha s▁the▁", + "hear d▁", + "ann ual▁", + "s ent▁", + "Govern ment▁", + "d en▁", + "o h▁", + "est in", + "comm unity▁", + "re ach▁", + "oun t▁of▁", + "a▁ very▁", + "ev alu", + "secon d", + "prev ent▁", + "m ay", + "around ▁the▁", + "re ad▁", + "reg ret", + "alt ern", + "on s▁", + "iv ely▁", + "e br", + "sh op", + "bre ak▁", + "iti es,▁", + "United▁Stat es▁", + "with ▁this▁", + "area▁ of▁", + ",▁we▁ are▁", + "industr y▁", + "us ed▁to▁", + "ne ed▁for▁", + "▁M ar", + "e▁tr ans", + "ph ot", + "is ion▁", + "per f", + ",▁I▁ am▁", + "beg in▁", + "no c", + "y ,▁the▁", + "ly▁ and▁", + "cap ac", + "- -", + "en su", + "day s▁", + "on e.", + "S ar", + "wh ere", + "how ever▁,▁", + "liv es▁", + "Gener al▁", + "such▁ as▁the▁", + "rece ive▁", + "rec over", + "un fortun", + "end ▁the▁", + "ne y▁", + "giv en", + "when▁ it▁", + "peop le", + "begin s▁", + "ant ic▁", + "on ▁to▁", + "polit ic", + "au di", + "contin ue▁", + "consum er▁", + "re -", + "hous e▁.", + "ris k", + "perhap s▁", + "B l", + "cand id", + "▁tr ue▁", + "p ens", + "we alth", + "circum st", + "on y▁", + "ition al▁", + "ou th▁", + "▁that▁we▁ are▁", + "resc u", + "▁Grou p", + "e f▁", + ",▁I▁ would▁", + "g e", + "▁Th erefore", + "row n▁", + "examp le", + "acc ept▁", + "K ar", + "en j", + "1 7", + "en▁ .", + "E ar", + "z ▁", + "e at", + "enc y.", + "decis ion", + "sh own▁", + "dre am", + "is land▁", + "s▁ for▁the▁", + "di rect▁", + "oo k▁", + "camp a", + "con sc", + "inde ed▁", + "comm ittee▁", + "in▁ S", + "M an", + "b ul", + "giv ing▁", + "tr u", + "C B-", + "se arch▁", + "est im", + "hear t", + "s ▁t", + "es▁ him▁", + "ation▁ is▁", + "s▁that▁ he▁", + "wit ness", + "fact ▁that▁the▁", + "ik e▁", + "rat ive▁", + "when▁ she▁", + ",▁ H", + "▁A s▁a▁", + "exc ept", + "instr ument", + "g e▁", + "it▁ has▁", + "principl e▁of▁", + "bal anc", + "1 3", + "Council .", + "; ▁the▁", + "represent ativ", + "▁They▁ are▁", + "s ▁they▁", + "bl ack▁", + "sup pos", + "with ▁their▁", + "polic y,▁", + "mat er", + "R ul", + "war n", + "wed d", + "our able▁", + "re li", + "if y▁", + "fe el▁", + "con firm", + "loo ks▁", + "e e▁", + "se e▁the▁", + "pol l", + "ar e▁th", + "g i", + "ph one▁", + "Con stitut", + "addition al▁", + "ladies▁and▁gentlemen ,▁", + "Amend ment▁", + "budget ary▁", + "C o", + "Democ rat", + "f air▁", + "New▁Yor k▁", + "in▁ and▁", + "ap par", + "can▁ not▁", + "Cour t▁of▁", + "cust om", + ".▁ ''", + "▁F r", + "in▁ her▁", + ",▁ or▁", + "h al", + "sp ok", + "recogn iz", + "loo k", + "an▁ important▁", + "avail able▁", + "b le▁", + "e ?", + "im press", + "i' m▁", + "of▁course ,▁", + "prob ably▁", + "year .", + "pass eng", + "viol ence▁", + "ren ew", + "S ▁", + "it arian▁", + "import ance▁", + "reg ions▁", + "ag rap", + "E ast", + "how ▁to▁", + "pro ject▁", + "it e▁the▁", + "her e.", + "r ural▁", + "in sid", + "ens ure▁", + "month s▁", + "▁trans port", + "m ach", + "er y▁", + "os t▁of▁", + "di vers", + "' .", + "bo ard▁", + "proced ure▁", + "his▁ own▁", + ",▁I▁ would▁like▁to▁", + "▁-▁ (", + "c li", + "is ▁t", + "am ong▁", + "very▁ much▁", + "i ent▁", + "ing▁ on▁the▁", + "lik e▁the▁", + "l ed▁", + ",▁ on▁the▁", + ",▁and▁ he▁", + "it ch", + "b ad▁", + "beaut if", + "eur o▁", + "▁Un fortun", + "hom e▁.", + "work s▁", + "▁D esp", + "▁H er▁", + "you▁ are▁", + "high light", + "foc us▁", + "st eal", + "be ar", + "Parliament 's▁", + "uni vers", + "di e▁", + "origin al▁", + "potent ial▁", + "J ack▁", + "▁ Ch", + ",▁as▁ well▁", + ",▁th erefore", + "k noc", + "rec ord", + "C O", + "C entr", + "le x▁", + "▁Al l", + "1 4", + "ar i", + "fish ing▁", + "m ount", + "t own▁", + "re plac", + "J am", + "p un", + "all ,▁", + "▁themselv es▁", + "err an", + "E x", + "es '▁", + "a▁s ingle▁", + "A C", + "Ang el", + "I raq", + "m em", + "y le▁", + "sch em", + "s imil", + "on▁ ,▁", + "batt le▁", + "refus es▁to▁", + "▁t ax", + "maint ain", + "Pal estin", + "S e", + ", ▁that▁the▁", + "me t▁", + "grow th▁", + "im m", + "le a", + "lat er▁,▁", + "d rop", + "it im", + "ext ernal▁", + "absolut ely▁", + "u ary▁", + "enter pris", + "o▁ ,▁", + "n ar", + "Joh n", + "experi ence▁", + "vill ag", + "becaus e▁of▁", + "en abl", + "al▁ of▁", + "which▁ will▁", + "ra v", + "beh ind", + "Jap an", + "% ▁of▁", + "ation s▁of▁", + "would▁ have▁", + "resourc es▁", + "s impl", + "it▁ is", + "mean s▁of▁", + "▁Th en▁", + "it▁is▁ not▁", + "s itt", + "cour s", + "of ▁that▁", + "bet ter", + "serv ice▁", + "ri p", + "enc y,▁", + "chil d", + "ed▁ from▁the▁", + "essent ial", + "opin ion▁", + "it erran", + "c ut▁", + "w is", + "us h▁", + "kill ing▁", + "avo id", + "n e▁", + "meet ing▁", + "dam ag", + "avo id▁", + "be▁tak en▁", + "st ab", + "▁In▁ addition", + "w ear", + "som etim", + "it ion▁of▁", + "le ad▁", + "cat ch", + "world .", + "ag ue▁", + "' t", + "y ,▁and▁", + "re h", + "ex press▁", + "T om", + "it ive▁", + "develop ▁", + ",▁ so▁", + "Europe an", + "other▁ word", + "when ▁they▁", + "Port ug", + "deli ver", + "de part", + "St r", + "what▁ we▁", + "signific ant▁", + "k ind", + "with▁ an▁", + "ity▁ of▁", + "▁How ever▁", + "▁thank ▁the▁", + "it er", + "if▁ he▁", + "car ry▁", + "prec is", + "1 6", + "est er", + "st ay", + "Member▁Stat es,▁", + "p ast", + "ance▁ and▁", + "un ▁", + "p il", + "proc eed", + "her▁ father▁", + "ib er", + "gang ▁", + "in▁ my▁", + "need s▁to▁be▁", + "m ember▁", + "is ing▁", + "who▁ have▁", + "of ▁those▁", + "occ up", + "should▁ not▁", + "peri od", + "return s▁to▁", + "subst ant", + "ex act", + "desp ite▁", + "ask ed▁", + "à ©", + "ep h", + "build ing▁", + "reg n", + "h ur", + "sh ar", + "possib le.", + "she▁ has▁", + "ib ility▁", + "in s", + "er▁ who▁", + "off ers▁", + "e▁th em▁", + "some one▁", + "about ▁to▁", + "sinc e▁the▁", + "s il", + "vill age▁", + "acc ident▁", + "▁Fur ther", + "g ain", + "con dem", + "its▁ own▁", + "r out", + "comp reh", + "f em", + "increas ingly▁", + "amend ment▁", + "Med iterran", + "' ve▁", + "benef it▁", + "res t▁of▁the▁", + "expl o", + "succ ess▁", + "interv ent", + "right s▁", + "find ▁the▁", + "man n", + "▁tim e.", + "of▁cour se▁", + "g one▁", + "r ag", + "as yl", + "comm erc", + "off er▁", + "cr ime▁", + "an e▁", + "do g", + "where▁ he▁", + "c aught▁", + "Mr .", + "bo ard", + "e ve▁", + "mon e", + "/ 9", + "3 0", + "once▁ again▁", + "prep are", + "in e", + "al ▁to▁", + "of▁the▁ Commission", + "societ y▁", + "2 5", + "princ ip", + "need▁to▁ be▁", + "de ep", + "b os", + "oo t▁", + "sy ch", + "rem ov", + "prot ect▁", + "n or▁", + "we ak", + "concern ed▁", + "oc cur", + "her▁ husband▁", + "advant ag", + "Isra el", + "F in", + "leav ing▁", + "decid e▁to▁", + "enlarg ement▁", + "ed▁ out", + "cl ar", + "all▁ of▁", + "m and", + "ed ▁to", + "ch ur", + ",▁ P", + "can▁ only▁", + "▁Wh il", + "l or", + "per su", + "cont ract", + "ant i-", + "m a▁", + "ed▁ his▁", + "mom ent", + "on ▁T", + "ha vi", + "be ing", + "M a", + "k e▁", + "under stand▁", + "h ard▁", + "concern s▁", + "product ion▁", + "show s▁", + "miss ion▁", + "emphas is", + "▁tal k", + "Dev elop", + "▁Alth ough▁", + "i▁ don't▁", + "whil e▁the▁", + "hist ory▁", + "▁that .", + "as▁ it▁", + "includ ing▁the▁", + "neigh bour", + "vo ic", + "S outh", + "▁Dur ing▁the▁", + "qu e▁", + "er s▁to▁", + "e▁th ese▁", + "a in▁the▁", + "m ir", + "m ember", + "▁th re", + "dist ribut", + "resear ch", + "if ▁they▁", + "c over▁", + "h ang", + "Member▁ State▁", + "m ast", + "r ate▁", + "op t▁", + "cre w▁", + "doub t", + "s it", + "il ly▁", + "k▁ and▁", + "struc tural▁", + "confl ict", + "in▁ its▁", + "el d", + "consequ enc", + "which▁ I▁", + "st er▁", + "ne t▁", + "par agrap", + "s▁ ,▁and▁", + "itt en▁", + "begin ning▁", + "us sel", + "▁That▁is▁ why▁", + "is▁ still▁", + "ne g", + "get ▁the▁", + "invest ment▁", + "an gr", + "be havi", + "have▁to▁ be▁", + "all oc", + "rev eng", + "cor rect", + ",▁ his▁", + "or s", + "con om", + "sh ort▁", + "have▁ not▁", + "aff air▁", + "▁than ▁the▁", + "pris on▁", + "en ch", + "per spect", + "Nor th", + "like▁to ▁thank▁", + "in▁ fact▁", + "M art", + ",▁ G", + "200 0", + "med ic", + "level .", + "promot e▁", + "way▁ of▁", + "del eg", + "desc rib", + "f ra", + "h y", + "we ek▁", + "peac e▁", + "▁If▁ we▁", + "ar y", + "iv e.", + "▁through out▁the▁", + "s ell", + "sc op", + "Parliament .", + "set tl", + "u ff", + "members▁ of▁the▁", + "rit or", + "and ▁this▁", + "sub ject▁", + "seem s▁to▁", + "ation▁ for▁", + "▁Al l▁", + "J un", + "was▁ not▁", + "establ ish▁", + "peop le.", + "ex erc", + "guid elin", + "fir e▁", + "provis ions▁", + "beautif ul▁", + "g as▁", + "it em▁", + "-LRB-▁-LRB-▁ -LRB-▁", + "a i", + "er b", + "br id", + "development▁ of▁", + "aband on", + "develop ment", + "W ar", + "possib ility▁", + "p regn", + "p ing▁", + "es▁to▁ be▁", + "both ▁the▁", + "sm all", + "proposal▁ for▁a▁", + "demon str", + "s end▁", + "es▁ on▁", + "r ic▁", + "sist er▁", + "C or", + "u al", + "ro l", + "it▁is▁ a▁", + "vot ed▁in▁", + "est ern▁", + ",▁ A", + "struc tur", + "consu mer", + "or▁ and▁", + "part ies▁", + "m b", + "le ft", + "s▁that▁ are▁", + "hous e▁,▁", + "bl ood▁", + "e▁of▁ a▁", + "just ic", + "rou gh▁", + "sum m", + "happ y▁", + "Treat y▁of▁", + "run ning▁", + "matt er▁of▁", + "s qu", + "1 .", + "B ob", + "leg itim", + "poll ut", + "co hol", + "nat ur", + "p an", + "de ad", + "w ound", + "United▁ N", + "a ▁tr", + "h und", + "u d▁", + "demon strat", + "rem ember", + "vis it▁", + "hom e▁,▁", + "pri ority▁", + "ou s▁and▁", + "ha d▁to▁", + "ri g", + "count er", + "▁to▁ his▁", + "set ting▁", + "intro duct", + "well -", + "for mance▁", + "acc ount▁", + "if▁ you▁", + "res olv", + "ex chang", + "who▁ has▁", + "s mo", + "S wed", + "bo at▁", + "solid arity▁", + "d ri", + "19 8", + "is▁ being▁", + "em por", + "im ens", + "equ al▁", + "d y▁", + "d rive▁", + "fac ilit", + "competit iven", + "▁The▁ two▁", + "eff ect▁", + "become▁ a▁", + "gun ▁", + "repe at", + "S E", + "▁It▁ is▁a▁", + "lin k", + "Treat y▁", + "had▁ a▁", + "ph ys", + "also ▁the▁", + "s▁ which▁", + "e▁that ▁this▁", + "year -", + "’ ▁", + "B e", + "inf ra", + "m id", + "fell ow▁", + "ver y", + "y r", + "B ur", + "J im", + "langu ag", + "w ide▁", + "Mr ▁B", + "increas ed▁", + "revie w▁", + "accident ally▁", + "s ure▁", + "st ress", + "are a.", + "decl ar", + "al▁ .", + "Europe 's▁", + "fall s▁in▁", + "necessar y▁to▁", + "C ▁", + "H e", + "er▁ in▁", + "out ▁that▁", + "r end", + "s ?", + "▁I▁ also▁", + "bel ong", + "M us", + "on▁ her▁", + "form▁ of▁", + "high ly▁", + "susp ect", + "d y", + "sa fe", + "becaus e▁they▁", + "E ast▁", + "increas e▁", + "employ e", + "press ure▁", + "hot el▁", + "Dav id▁", + "r ay", + "at her▁", + "ie f▁", + "forc es▁", + "w w", + "Pol ic", + "a 's▁", + "icha el▁", + "a ver", + "ish ed▁", + "le ast", + "▁O f▁", + "am ount", + "increas ing▁", + "K os", + "s▁ as▁", + "op h", + "set▁ up▁", + "death▁ .", + "s ▁to", + "app reci", + "realiz es▁that▁", + "compl ic", + "s▁ have▁", + "il is", + "if t", + "adopt ed▁", + "1 0▁", + "s▁ an▁", + "s ourc", + "st ability▁", + "is▁ now▁", + "un accept", + "▁After ▁the▁", + "ar my▁", + "compromis e▁", + "B o", + "pl ant", + "▁th ous", + "i et▁", + "u x", + "al cohol", + "P l", + "EU 's▁", + "citizen s.", + "opport unity▁", + "law y", + "boo k▁", + "I ▁think▁", + "c ame▁", + "m ass", + "▁Further more", + "s ,", + "▁ –", + "which ,▁", + "el y▁to▁", + "pro per▁", + "vol unt", + "ensur e▁that▁the▁", + "matt ers▁", + ",▁but▁ also▁", + "under st", + "i er▁", + "European▁ Commission▁", + "un t▁", + "ist ic", + "sup pl", + "carri ed▁out▁", + "su it", + "administ rative▁", + "bir th", + "m en", + "se .", + "man u", + "communic ation▁", + "in▁ particular", + "Ger man", + "Sp anish▁", + "er a▁", + "ad opt▁", + "cas e▁of▁", + "on es▁", + "res erv", + "sud denly▁", + "M or", + "▁Second ly,▁", + "conf ess", + "Direct ive▁", + "at e.", + "ing▁ is▁", + "ex clus", + "stre et▁", + "congratul ate▁", + "any one▁", + "or ▁to▁", + "but▁ also▁", + "responsib ilit", + "M ember", + "U .", + "f our", + "comp ut", + "ore d▁", + "EU .", + "call s▁", + "pract ical▁", + "complet e▁", + "stud ent▁", + "issu e.", + "dra ft", + "ilat eral▁", + "h ouse", + "ad vis", + "per formance▁", + "bri ef", + "p ed▁", + "g ave▁", + "l ow▁", + "is ▁to▁be▁", + "falls▁in▁ love▁", + "d anc", + "all y▁the▁", + "H el", + "th ird▁", + "proc ess.", + ",▁we▁ have▁", + "re act", + "ex pos", + "▁P ro", + "boy friend▁", + "inc or", + "br ings▁", + "require ment", + "l og", + "strateg ic▁", + "p sych", + "i a.", + "human itarian▁", + "al ive▁", + "et er", + "ate▁ and▁", + "bo di", + "L )", + "ens e▁", + ",▁we▁ must▁", + "od ay▁", + "drug ▁", + "is s▁", + "e▁t wo▁", + "▁The▁ t", + "▁Th eir▁", + "rem ind", + "a uc", + "▁tim e▁to▁", + ".▁ -▁", + "consider able▁", + "sex ual▁", + "b ▁", + "an▁ ,▁", + "we▁ need▁to▁", + "have▁ th", + "gu ard▁", + "A b", + "proc ess▁of▁", + "foll ow▁", + "find▁ a▁", + "liber alis", + "fron t▁", + "00 0", + "independ ent▁", + "E conom", + "c ost▁", + "betwe en", + "direct ly▁", + "jour n", + "S erv", + "W T", + "or c", + ",▁ not▁", + "Comm itte", + "giv en▁the▁", + "econom y▁", + "cho ic", + "confl ict▁", + "cros s-", + "fisher ies▁", + "s ▁this▁", + "Reg ul", + "manu fact", + "p ill", + "benef it", + "fiel d", + "b ank", + "far▁ as▁", + "impro ve▁", + "doct or▁", + "atel y,▁", + "as king▁", + "stat ement▁", + "mod el", + "D ▁", + "countr y.", + "educ ation▁", + "Soc ial▁", + "parliament ary▁", + "f el", + "w ood", + "▁th os", + "ext end", + "voted▁in▁ favour▁", + "al ▁t", + "equ ip", + "accord ance▁", + "a▁ser ies▁of▁", + "in s▁", + "concern ing▁the▁", + "b order", + "w on", + "I sl", + "anc t", + "Russi an▁", + "um an▁", + "assist ance▁", + "z z", + "draw n▁", + "ing▁ for▁the▁", + "▁The▁ first▁", + "ed▁ into▁", + "up▁ and▁", + "e▁to o▁", + "I T", + "| ▁", + "know ▁that▁", + "family▁ .", + "is ▁that▁the▁", + "way .", + "environ ment▁", + "freedom▁ of▁", + "R es", + "ed ,▁and▁", + "in▁ L", + "European▁ Council▁", + "him▁ ,▁", + "ent ire", + "con duct", + "our ce▁", + "on▁the▁ basis▁", + "▁Wh en", + "fell ow", + "& amp", + "Comm unit", + "T om▁", + "cap ital▁", + "requ est▁", + "buil d▁", + "- h", + "out▁ .", + "-LR B-", + "sl ow", + "fund s▁", + "5 0", + "v est", + "ect ive▁", + "en orm", + "as▁ regard", + "Fr anc", + "again▁ .", + "comb in", + "ad vert", + "▁A cc", + "administ r", + "b ad", + "ed▁ as▁a▁", + "▁H ow▁", + "ough ▁the▁", + "Member▁Stat es▁to▁", + "you▁ can▁", + "Par ty▁", + "list en", + "fam ous▁", + "sex ▁", + "strug gl", + "how ever▁", + "mo st", + "year- old▁", + "Kos ov", + "gu il", + "li p", + "rel uct", + "a▁ great▁", + "an▁ is▁", + "de ath", + "hop e▁that▁", + "a▁ number▁of▁", + "Ir ish▁", + "-LCB-▁ -LCB-▁", + "b it▁", + "▁th en", + "▁I ▁therefore▁", + "know n", + "▁te am▁", + "s cr", + "-R CB-", + "siz ed▁", + "-in-Offic e▁of▁the▁", + "en h", + "end it", + "product s▁", + "ion▁ in▁the▁", + "att itud", + "away▁ .", + "aw ay", + "i um▁", + "▁An d", + "sec ut", + ".▁-▁ (", + "w ood▁", + "att end", + "ac her▁", + "out side▁", + "up ▁to▁the▁", + "▁techn ical▁", + "anim al▁", + "mus ic▁", + "a▁ good▁", + "ac knowledg", + "mechanis m", + "c ult", + "cl oth", + "lead ing▁", + "no th", + "cont r", + ",▁but▁ he▁", + "pre fer", + "it y▁to▁", + "▁At▁the▁ same▁tim", + "stu di", + "p aid▁", + "ing▁ it▁", + "bal ance▁", + "long- term▁", + "▁N o▁", + "sur round", + "resul t▁of▁", + "S u", + "ur n", + "st ol", + "you ▁to▁", + "co -", + "o il▁", + "w ent▁", + "super vis", + "at ely", + "ar ily▁", + "wh om", + "ity▁ .", + "▁In▁ my▁", + "wr ong", + "revie w", + "▁that▁we▁ have▁", + "o .", + "m e▁to▁", + "relev ant▁", + "a str", + "d imens", + "ent ▁to▁", + "view▁ of▁the▁", + "o▁ is▁", + "se arch", + "every th", + ",▁th ough▁", + "European▁Un ion,▁", + "new sp", + "$ ▁", + "ab us", + "i▁ ,▁", + "es ▁to", + "ex ic", + "scient ific▁", + "ion s▁to▁", + "M at", + "cont act▁", + "condem n", + "ed▁ an▁", + "ation ▁that▁", + "qu art", + "implement ation▁of▁the▁", + "-RCB-▁ -RCB-", + "▁they▁ have▁", + "p aint", + "rest aur", + "Christ ian▁", + "Ju li", + "Intern ational▁", + "J erry▁", + "ific ation▁", + "des ir", + "Ital ian▁", + ", ▁to▁the▁", + "w il", + "cre di", + "government al▁", + "L eg", + "h it▁", + "be at", + "comp li", + "hon ourable▁", + "e,▁ which▁", + "cre ation▁of▁", + "marri ed▁", + "marri age▁", + "pover t", + "over all▁", + "inter pret", + "▁Par liam", + "man▁ .", + "earli er▁", + "kidn app", + "in sur", + "ed ,▁the▁", + "fight▁ against▁", + "b ank▁", + "el imin", + "ry ing▁", + "medi um-", + "▁Member▁Stat es▁", + "▁U p", + "st age▁", + "o x", + "p ush", + "w ak", + "▁I t", + "sometim es▁", + "in spect", + "report▁ on▁the▁", + "Centr al▁", + "d ro", + "sa w▁", + "asyl um▁", + "s▁ of", + "mod el▁", + "v el▁", + "in king▁", + "cour t", + "old er▁", + "abilit y▁to▁", + "enj oy", + "ur ity▁", + "wr ong▁", + "un ch▁", + "because▁ it▁", + "or al▁", + "ed y▁", + "want ed▁to▁", + "des per", + "citiz ens", + "om en", + "for▁ an▁", + "ed▁by▁ his▁", + "becom ing▁", + "p ap", + "ar e▁to▁", + "me ant", + "▁B ec", + "ar ry▁", + "▁I▁ should▁like▁to▁", + ",▁there▁ are▁", + "s anct", + "com ment", + "dem and▁", + "st ra", + "gr ab", + "ies▁ .", + "sub sequ", + "stre et", + "Br ussel", + "cruc ial▁", + "f ederal▁", + "Mr ▁S", + "dr am", + "in▁love▁ with▁", + "t▁ ,▁", + "dr un", + "en em", + "field▁ of▁", + "opportun ities▁", + "i e▁,▁", + "ne ver", + "d oll", + "▁There▁ is▁", + "u el▁", + "it h", + "exp endit", + "sector .", + "▁Lat er▁,▁", + "K ing", + "re conc", + "us e▁the▁", + "S um", + ",▁ when▁", + "Tur key▁", + "S ha", + "de gre", + "Chin ese▁", + "C y", + "wom en", + "▁Let▁ us▁", + "V ▁", + "i ▁think▁", + "very▁ important▁", + "▁This▁ is▁a▁", + "aff air", + "among ▁the▁", + ",▁ N", + "end▁ of▁", + "ch em", + "a▁s ign", + "agree▁ with▁", + "pl ot▁", + "near by▁", + "ap olog", + "ass ass", + "industri al▁", + "agre es▁to▁", + "law .", + "▁that▁the▁ Commission▁", + "▁thin king▁", + "M al", + "an other", + "ers▁ in▁", + "democrac y▁", + "I rel", + "s outh", + "people▁ who▁", + "scen e▁", + "right ly▁", + "R os", + "f ish▁", + "i ence▁", + "y ester", + "st ation▁", + "▁It▁ was▁", + "jud ic", + "apt ain▁", + "protect ion▁of▁", + "del ay", + "return ▁to▁", + "h at", + "ac y▁", + "le▁ .", + "end er▁", + "offic ial▁", + "Mr  ", + "c anc", + "s ends▁", + "comp ens", + "high -", + "sp end", + "e▁,▁ he▁", + "hop e▁", + "s▁ by▁", + "equ al", + "U k", + "g er", + "ent▁ of▁", + "▁H e▁t", + ",▁in▁ particular", + "la unch", + "respect▁ for▁", + "ex change▁", + "▁N ever", + "Pro t", + "bor n▁", + "S am", + "y ▁to▁the▁", + "pro port", + "do▁ so▁", + "▁P er", + "▁The▁ European▁Union▁", + "oth ▁", + "is▁ in▁", + "her▁ mother▁", + "myster ious▁", + "con vent", + "wor th", + "▁M ore", + "year s,▁", + "▁N ow", + "fre qu", + "regard ing▁the▁", + "grow ing▁", + "h unt", + "wel come▁", + "about▁ a▁", + "mot ion▁", + "plan s▁to▁", + "idd en▁", + "outsid e▁the▁", + "% ▁of▁the▁", + "c row", + "ance▁ .", + "seem s▁", + "n ext", + "on▁ 's▁", + "C ha", + "along▁ with▁", + "er ▁that▁", + "ro ll", + "bl ack", + ", 000▁", + "i vers", + "wind ow▁", + "s ac", + "just▁ as▁", + "in ▁these▁", + "ev idence▁", + "will▁ not▁be▁", + "effort s▁to▁", + "▁Som e▁", + "▁Never th", + "ol ve▁", + "ation▁ in▁the▁", + "agreement s▁", + "M ary▁", + "near ly▁", + "V al", + "iv es▁", + "sp ac", + "regul ations▁", + "Gre ec", + "countr y,▁", + "satis fact", + "h arm", + "concern ing▁", + "conf idence▁", + "al iz", + "con vers", + "prog ress", + "capt ured▁", + "stu ff", + "p on", + "e uro", + "should▁ also▁", + "▁tal king▁", + "ism .", + "prior ities▁", + "connect ion▁", + "fl ow", + "meas ure", + "en forc", + "mess ag", + "ial ist▁", + "remain s▁", + "attent ion▁", + "centur y▁", + "B er", + "wor th▁", + "Council ,▁", + "profess ional▁", + "in▁ relation", + "all▁ of▁the▁", + "fir m▁", + "fir st▁of▁", + "Amendment▁ No▁", + "ur s", + ",▁but▁ is▁", + "require d▁", + "▁threat en", + "Mediterran ean▁", + "ev ents▁", + "dang erous▁", + "ar y,▁", + "▁E vent", + "Christ m", + "per man", + "e,▁ as▁", + "young er▁", + "f ood", + "s pr", + "ex -", + "in ▁t", + "ha s▁to▁be▁", + "l ay", + "a▁ little▁", + "wh ite▁", + "most▁ important▁", + "follow ing▁the▁", + "▁in▁writing. ▁-▁(", + "A ustri", + "L uc", + "ass ign", + "min imum▁", + "contro ll", + "debat e.", + "n um", + "st air", + "pos sess", + "refug e", + "b ott", + "on ▁t", + "adv anc", + "instr ument▁", + "cam p▁", + "dis charg", + "cont ext▁", + "situation▁ in▁", + "▁The▁ report▁", + "ends▁ up▁", + "l in▁", + "offic ial", + "▁With ▁the▁", + "commerc ial▁", + "other▁ hand", + "lear n▁", + "pro duce▁", + "return s▁", + "stud y▁", + "impro ve▁the▁", + "i a,▁", + "s n", + "▁th ing▁", + "a▁s ec", + "difficult ▁to▁", + "fem ale▁", + "off ice▁", + "pregn ant▁", + "act ual▁", + "▁that ▁these▁", + "import ance▁of▁", + "e en", + "o ,▁", + "able▁ and▁", + "comb at▁", + "Council▁ of▁", + ",▁they▁ are▁", + "interv ie", + "U. S", + "▁J ust▁", + "discuss ion▁", + "system .", + "dis appear", + "lea ve▁the▁", + "re d▁to▁", + "st ill", + "of▁the▁ European▁Union▁", + "cont ext", + "sec ret▁", + "aim ed▁at▁", + "even▁ more▁", + "P aul▁", + "▁However ,▁the▁", + "buil t▁", + "dialog u", + "ad apt", + "sub mitt", + "say ing▁", + "▁J oh", + "refer enc", + "dest r", + "criter ia▁", + "e ks▁", + "it l", + "ro t", + ",▁he▁ is▁", + "c a▁", + "k er▁", + "l ob", + "▁B y▁", + "▁On ce▁", + "▁Of▁ cour", + ", ▁too", + "F R", + "ap s", + "him ▁that▁", + "how ▁the▁", + "wat ch▁", + "3 0▁", + "a -", + "ha m▁", + "un d▁", + "▁N ow▁", + "spe ech", + "caus ing▁", + "sam e▁time▁", + "ou l", + "play ing▁", + "ot s▁", + "Ph il", + "B ul", + "need s▁to▁", + "nat ure▁", + "▁toward s▁the▁", + "with▁regard ▁to▁", + "ing ▁to", + "ed ▁t", + "v an▁", + "en e▁", + "for t▁", + "vi ous", + "US ▁", + "do g▁", + "all .", + "chang es▁", + "ol er", + "cl ass▁", + "do▁ not", + "bro ad▁", + "m .", + "for d▁", + "▁there▁ is▁a▁", + "an .", + "en able▁", + "el ▁.", + "s un", + "his▁ mother▁", + "or▁ ,▁", + "Un ion.", + "▁tim e,▁", + "200 7", + ",▁and ▁that▁", + "measures ▁to▁", + "▁M any▁", + "centr al▁", + "incor por", + "out ▁to▁", + "let t", + "plan ▁to▁", + "dis appoint", + "becaus e▁of▁the▁", + "enough ▁to▁", + "im ent", + "pro mp", + "▁The▁ story▁", + "M ac", + "w ish▁", + "▁ on▁behalf▁of▁the▁", + "tur e▁and▁", + "so -", + "discuss ions▁", + "wal ks▁", + "l att", + "and▁the▁ Commission▁", + "ob viously▁", + "instead▁ of▁", + "develop ment.", + "wr itten▁", + "entire ly▁", + "conc ret", + "it ial▁", + "▁I▁ do▁not▁", + "well .", + "C an", + ",▁ are▁", + ".▁ -", + "remain ing▁", + "acros s▁", + "m iddle▁", + "sh ock", + "murd er▁", + "explo it", + "ia▁ .", + "know s▁", + "med ical▁", + "European▁Union 's▁", + "2 .", + "hear t▁", + "himself ▁.", + "à ¶", + "and s▁of▁", + "programm es▁", + "genu ine▁", + "em ot", + "ne ar▁", + "enc y▁and▁", + "reg ist", + "crit ical▁", + "hear ▁", + "ed▁ for▁the▁", + "small▁ and▁", + "f al", + "pow ers▁", + "▁that▁they▁ are▁", + "indic at", + "k et▁", + "▁t abl", + ",▁ with▁the▁", + "el lig", + "wh y▁the▁", + "am ount▁of▁", + "ig ▁", + "Tur ke", + "al king▁", + "ab le", + "stand ing▁", + "En viron", + "d inn", + "s▁ '▁", + ",▁ has▁", + "opin ion", + "responsible▁ for▁", + "- year-old▁", + "199 9", + "ag ent▁", + "bec ame▁", + "suffici ent▁", + "arg u", + "▁When▁ he▁", + "high er▁", + "coupl e▁", + "▁Acc ord", + "M o", + "▁I ▁think▁", + "min or", + "Pro c", + "es h▁", + "som e▁of▁", + "medium- sized▁", + "P er", + "he▁ can▁", + ", ▁their▁", + "; ▁and▁", + "er -", + "will▁be▁ able▁to▁", + "Gre en▁", + "▁More over", + "r ush", + "at▁ his▁", + "Fr ank▁", + "jo in▁", + "t on", + "iv e,▁", + "▁In▁ a▁", + "ask ▁the▁", + "ct ob", + "▁Bec aus", + "bas ed▁on▁the▁", + "doc ument▁", + "circumst anc", + "el se▁", + "ed▁to▁ a▁", + "s▁ into▁", + "ed▁ of▁", + "k et", + "ed▁ in▁this▁", + "ment▁ of▁the▁", + "will ▁take▁", + "partner ship▁", + "omor row", + "and ▁tells▁", + "elect ions▁", + "p al", + "re un", + "ate▁ .", + "mon etary▁", + "e▁that▁ we▁", + "▁In de", + "begin ▁to▁", + "ser ve▁", + "5 0▁", + "s▁ or▁", + "people▁ of▁", + "M exic", + "l is", + "y our", + "Tur k", + "continu es▁to▁", + "R am", + "moder n▁", + "ultim ately▁", + "paragrap h▁", + "19 7", + "▁to▁t ell▁", + "ic al", + "ab or", + "▁We▁ also▁", + "as c", + "if▁ it▁", + "seri ously▁", + "o il", + "ing▁ from▁", + "res ist", + "bo x", + "Convent ion▁", + "b est", + "s :▁", + "reg im", + "▁N ot▁", + "'s ▁t", + "C ham", + "i x", + "ann y▁", + "altern ative▁", + "her▁ and▁", + "when▁ we▁", + "succ eed", + "competit ive▁", + "c ould", + "ou d▁", + "ur e▁to▁", + "will▁ also▁", + "decid ed▁to▁", + "l av", + "w in▁", + "in itial▁", + "ation al", + "Europe ,▁", + "need s▁", + "b and", + "▁that▁ it▁is▁", + "▁Mean while▁", + "wealth y▁", + "▁ '", + "▁ter ritor", + "destr uct", + "▁P resid", + "hal f", + "bu re", + "la id▁", + "j ect▁of▁", + "n y▁", + "y et", + "K ore", + "at r", + "Sc ot", + "E S", + "c ab", + ",▁ after▁", + "in▁ Europe▁", + "ent er▁", + "rac e▁", + "P eop", + "en▁ 's▁", + "if f▁", + ",▁Mr ▁President", + "i' ve▁", + "bu y▁", + "al d▁", + "s▁of▁ a▁", + "should▁ not▁be▁", + "veh ic", + "n a▁", + "cas es▁", + "rad io▁", + "neg ative▁", + "de fe", + "ore ign▁", + "in▁favour▁ of▁", + "is▁ and▁", + "on▁ an▁", + "pr ice▁", + "about▁ his▁", + "great est▁", + "er ▁the▁", + "un anim", + "H ung", + "el ement", + "▁A no", + "▁today .", + "▁I▁ believe▁that▁", + "e▁,▁ a▁", + "colleagu es▁", + "pun ish", + "it ,▁", + "chur ch▁", + "U K", + "pl oy", + "appe ar▁", + "M ay", + "▁ -", + "ed ▁their▁", + "un employ", + "dec ide▁", + "cohes ion▁", + "g ame▁", + "ot e▁", + "do es", + "v ide", + "sh e", + "▁th ought", + "ne it", + "i▁ is▁", + "proposal .", + "Rep ublic▁", + "re in", + "▁them ▁,▁", + "▁tim es▁", + "her self", + "let ter▁", + "social▁ and▁", + "ry ing▁to▁", + "ar m▁", + "oo k", + "A gre", + "K ing▁", + "M il", + "exampl e▁", + "▁Be fore▁", + "com par", + "Minist er▁", + "C r", + "it ious▁", + "av ing▁", + "you▁ will▁", + "say ing▁that▁", + "lead ▁to▁", + "soon▁ as▁", + "▁One▁ day▁", + "▁The▁next▁ item▁", + "stri k", + "om in", + "''▁ ,▁", + "expl os", + "clos ely▁", + "not▁ just▁", + "has▁ also▁", + "point s▁", + "enorm ous▁", + "M iddle▁", + "pl ans▁", + "ra ise▁", + "dis put", + "reg ion▁", + "fr u", + "man▁ who▁", + "will ing▁to▁", + "▁th row", + "have▁ an▁", + "i▁ i▁", + "b all", + "i ation▁", + "y ▁t", + "vis its▁", + "fellow ▁M", + "▁ Qu", + "and ▁that▁the▁", + "ab ol", + "ence▁ of▁the▁", + "an ▁to▁", + "K r", + "ro op", + "resc ue▁", + "so- called▁", + "at e▁to▁", + "his▁ wif", + "re duce▁", + "ad mit", + "so .", + "fund ing▁", + "rac t▁", + "meet ▁the▁", + "popul ation▁", + "adequ ate▁", + "relig ious▁", + "J os", + "▁The▁next▁ day▁", + "f ait", + "econ d▁", + "compreh ensive▁", + "fl ash", + "involv ed▁in▁", + ") ,▁", + "do or", + "popul ar▁", + "weap on", + "colleg e▁", + "s end", + "du e▁to▁the▁", + "candid ate▁", + "' d▁", + ",▁and▁ is▁", + "fur ther", + "room ▁.", + "brok en▁", + "imag in", + "ul l▁", + "arg et▁", + "ner g", + "consum ers▁", + "g yp", + "s ound▁", + "es ,▁but▁", + "ob st", + "anim al", + "▁H e▁then▁", + "rel ativ", + "cas e,▁", + "let▁ us▁", + "pack ag", + "until ▁the▁", + "Japan ese▁", + "an ch", + "she▁ was▁", + "provid ing▁", + "harmon is", + "s▁ from▁the▁", + "for▁ all▁", + "situ ation.", + "elev ision▁", + "possibility▁ of▁", + "j ump", + "ing▁ with▁the▁", + "▁L ad", + "at▁ first▁", + "at ed.", + "be ar▁", + "ity▁ of▁the▁", + "whether ▁the▁", + "g ain▁", + "en ry▁", + "ou ch", + "su re", + "def end", + "i qu", + "of▁ S", + "son▁ .", + "▁that▁ I▁", + "effort s▁", + "ex port", + "▁tra ff", + ",▁and▁ a▁", + "gr am▁", + "would▁ not▁", + "Committee▁on▁ Bud", + "susp ic", + "s ne", + "stat ement", + "agree▁ with▁the▁", + "ing ▁these▁", + "up▁ with▁", + "▁Mr s▁", + "into▁ account", + "mer ely▁", + "cha ir", + "Har ry▁", + "bab y▁", + "( A", + "L ou", + "l a▁", + "rat eg", + "A c", + "▁The▁ second▁", + "give▁ the▁", + "Rom an", + "ro g", + "su ch", + "ul s", + "bur n", + "ye ah", + "up▁ .", + "success fully▁", + "re mind▁", + "encour age▁", + "t .", + "on c", + "empor ary▁", + "w ise▁", + "al ist▁", + "ing ton▁", + "at▁the▁ same▁tim", + "▁Mr  ", + "ich ard▁", + "climate▁ chang", + "subsid i", + "c er", + "s even▁", + "ed▁ her▁", + "regard ing▁", + "norm al▁", + "▁Ano ther▁", + "re at▁", + "el se", + "it▁ would▁be▁", + "has▁ no▁", + "cont act", + "conc entr", + "sol v", + "charact er", + "v ital▁", + "un g▁", + "access ion▁", + "at ed▁by▁", + "Mr s.", + "lo t▁", + "add res", + "T im", + "ic ,▁", + "he▁ had▁", + "Comm un", + "F oreign▁", + "em bl", + "her e,▁", + "form ul", + "▁tog ether", + "power ful▁", + "br ut", + "equ ality▁", + "ri d▁", + "cr ash", + "boo k", + "mut ual▁", + "` ▁", + "an j", + "we▁ have▁to▁", + "▁Neverth eless", + ",▁ by▁", + "initi ally▁", + "security▁ and▁", + "dom in", + "k y▁", + "with▁regard ▁to▁the▁", + "g in", + "re mark", + "ug s▁", + "expl an", + "wa it▁", + "N G", + "a head▁", + "be▁ able▁to▁", + "or▁ of▁", + "es▁that▁ are▁", + "is▁ .", + "oper ation▁", + "nor th", + "neigh bor", + "away▁ from▁", + "issu es.", + "ie▁ 's▁", + "relat ing▁to▁", + "strong ly▁", + "agend a▁", + ", ▁these▁", + "▁A d", + "ma x", + "deal▁ with▁", + "effectiv ely▁", + "med ia▁", + "grow th", + "pret ty▁", + "mater ial", + "S am▁", + "ab s", + "ated▁ and▁", + "desp ite▁the▁", + "ar is", + "we eks▁", + "stat es▁", + "staff ▁", + "back▁ .", + "rul e▁of▁", + "fig ure▁", + "along ▁the▁", + "supp ly▁", + "C ong", + "w o", + "ab le,▁", + "v ia▁", + "w arm", + "int ellig", + "fi re", + "▁It▁is▁ also▁", + "tru th▁", + "el der", + "▁T wo▁", + "persu ad", + "le -", + "much▁ more▁", + "net work", + "Georg e▁", + "d er▁", + "i ous", + "is c", + "ow ard▁", + "sp ent▁", + "European▁Parliament .", + "prepare d▁to▁", + "enh anc", + "urg ent▁", + "▁that▁we▁ can▁", + "discover s▁that▁", + "on -", + "in▁ 200", + "sor t▁of▁", + "el y.", + "▁   ▁–", + "had ▁the▁", + "bure auc", + "i er", + "m other", + "en jo", + "ing u", + "cour t▁", + "Russi a▁", + "or ce▁", + "ou bl", + "if y", + "ence▁ and▁", + "sha d", + "obst ac", + "us ,▁", + "si x", + "Par t", + "▁It▁is▁ not▁", + "require ments▁", + "appar ently▁", + "▁In▁ order▁to▁", + "rev is", + "fam ili", + "▁She▁ is▁", + "del ight", + "moder n", + "▁S oon▁", + "Council ▁and▁", + "▁Let▁ me▁", + "bill ion▁", + "end ors", + "fi x", + "develop ed▁", + "like▁ a▁", + "mention ed▁", + "Affair s▁", + "▁If ▁the▁", + "did n't▁", + "H er", + "at▁ all▁", + "un employment▁", + "what▁ happen", + "▁tell ing▁", + "numb er▁", + "l ose▁", + "sens itive▁", + "ag ▁", + "▁This▁ is▁the▁", + "read y▁to▁", + "aut om", + "▁With▁ regard", + "manufact ur", + "3 .", + "on e,▁", + "b er▁", + "m ail", + "ed er", + "d ress", + "ing▁ its▁", + "▁turn s▁out", + "Leg al▁", + "H uman▁", + "pro stitut", + "Mr ▁M", + "money▁ .", + "separ ate▁", + "exact ly▁", + "N ic", + "able▁ of▁", + "people▁ are▁", + "es ▁them▁", + "with▁a▁ view", + "set t", + "▁te am", + "dom est", + "1 5▁", + "f gh", + "u s▁and▁", + "sy mp", + "obt ain", + "▁Event ually▁", + "Christm as▁", + "allow ed▁to▁", + "Palestin ian▁", + "A si", + "d in", + "es▁ an▁", + "es▁ from▁", + "▁We▁ need▁to▁", + "▁R e", + "cert aint", + "problem .", + "men▁ and▁", + "-LRB-▁-LRB-▁ -LRB-", + "j un", + "acc oun", + "▁Mr▁President,▁ ladies▁and▁gentlemen", + "a▁lo t▁of▁", + "child hood▁", + "v er▁", + "at e,▁", + "emp t▁", + "▁On e▁of▁the▁", + "W est▁", + "om e▁", + "se ek▁", + "as▁a▁ whol", + "United▁N ations▁", + "i or▁", + "cho os", + "new s▁", + "▁they 're▁", + "behind ▁the▁", + "num erous▁", + "on e▁to▁", + "he▁ 's▁", + "suff er", + "L ond", + "es▁ and▁the▁", + "exc ess", + "aw ak", + "situ ation", + "▁te ach", + "girl s▁", + "▁I▁would▁ also▁", + "k ept▁", + "s hap", + "- up▁", + "v e", + "si ght▁", + "e▁,▁ who▁", + "Commission ,▁", + "adv oc", + "word s▁", + "perf ect", + "an th", + "with▁ him▁", + "rel ated▁", + "govern ments▁", + "S ov", + "el y▁the▁", + "comm and", + "hous e▁and▁", + "Wh ite▁", + "m al", + "end▁ up▁", + "spe ech▁", + "app ly▁", + "i ed▁", + "▁T om", + "if y▁the▁", + "on▁the▁ t", + "work▁ and▁", + "substant ial▁", + "concret e▁", + "J enn", + "want s▁", + "2 7", + "un cle▁", + "ment al▁", + "e▁to ▁take▁", + "deal t▁", + "c e", + "requ ire▁", + "matt er.", + "▁terror ism▁", + "s port", + "ion▁of▁ a▁", + "pract ice▁", + "aware▁ of▁the▁", + "h it", + "in▁ any▁", + "ut ch▁", + "bl ood", + "caus e▁", + "Ger many▁", + "ing s.", + "glob alis", + "s per", + "sh own", + "▁them ▁and▁", + "Chin a▁", + "which ▁they▁", + "suic id", + "small▁and▁ medium-sized▁", + "H eal", + "L at", + "Pro gram", + "! ▁''", + "dis gu", + "even ▁though▁", + "W al", + "get t", + "echn olog", + "civ il", + "Char lie▁", + "of▁ an▁", + "ver g", + "his▁ wife▁", + "att ach", + "cor rupt", + "feel s▁", + ",▁and ▁they▁", + "M ont", + "V er", + "d ig", + "for th", + "which▁ has▁", + "Mr ▁President", + "▁The▁next▁item▁ is▁the▁", + "4 0", + "6 0", + "J er", + "on e-", + "no▁ one▁", + ",▁who▁ has▁", + "report s▁", + "rul e▁", + "for▁ our▁", + "group s▁", + "medic in", + "safe guard", + "ing▁ out▁", + "ne ed▁a▁", + "ated▁ by▁the▁", + "he▁ will▁", + "ev id", + "sp ace▁", + "right s▁of▁", + "▁First ly,▁", + ",▁as▁well▁ as▁", + "▁T oday", + "sac rif", + "▁t est", + "▁S p", + "President▁ of▁the▁", + "w ond", + ",▁ E", + "▁Th ank▁", + "countri es", + "'' ▁and▁", + "L ib", + "er▁ in▁the▁", + "of▁ my▁", + "us ing▁the▁", + "pro ve▁", + "be▁ a▁", + "realiz es▁", + "internal▁ market▁", + "P P", + "n i", + "fin ish", + "▁Th ey", + "state▁ of▁", + "wast e▁", + "on e▁th", + "is on▁", + "vot ing▁", + "U ▁", + "in struct", + "pl om", + "di plom", + "believe▁th at", + "l au", + "at ur", + "polit ici", + "refer end", + "proced ures▁", + "A ct", + "b ed", + "en ess▁", + "intro duce▁", + "like▁to ▁thank▁the▁", + "de ep▁", + "ack l", + "quest ion.", + "suic ide▁", + "d ance▁", + "mak es▁a▁", + ",▁but▁ she▁", + "from ▁this▁", + "big g", + "▁The▁ movie▁", + "differ ent", + "Pr ime▁", + "u li", + "ordin ary▁", + "effici ent▁", + "h a▁", + "▁The▁ EU▁", + "have▁ already▁", + "all y.", + "won der", + "in su", + "▁to▁ do▁", + "as on▁", + "real ity▁", + "Mar c", + "learn s▁that▁", + "espec i", + "Engl ish▁", + "areas .", + "pover ty▁", + "ourselv es▁", + "▁The▁ Council▁", + "rec ord▁", + "over e", + "▁tr oub", + "inform ation", + "simp lif", + "const antly▁", + "er ve▁", + "report▁ on▁", + "▁that▁there▁ are▁", + "C am", + "amb itious▁", + "pret end", + "if f", + "report ,▁", + ",▁in▁ order▁to▁", + "conv ict", + "economic▁and▁ social▁", + "n ic", + "▁train ing▁", + "Peop le", + "ha bit", + "for ▁that▁", + "sh oot▁", + "lin es▁", + "it a▁", + "sub ject▁of▁", + "C A", + "ad just", + "peop le,▁", + "regul ar", + "pur chas", + "201 0", + "g old▁", + "w ag", + "caus es▁", + "Am ster", + "soldi ers▁", + "e ,", + "i .", + "m un", + "comm unit", + "put ting▁", + "d ivid", + "e el", + "▁ well▁", + "al li", + "in▁ which▁the▁", + "B ro", + "▁W e▁th", + "ra z", + "' ▁.", + "F und▁", + "c at▁", + "w all▁", + "ch os", + "5 -0", + "in▁ particular▁", + "support .", + "objectiv es▁", + "wedd ing▁", + "mem or", + "oll ow", + "just ice▁", + "once▁ again", + "à ¡", + "str ict▁", + "▁,▁ a▁", + "elect ron", + "l ic", + "▁th ought▁", + ",▁ F", + "▁T o", + "▁Th ird", + "ement▁ of▁the▁", + "lim ited▁", + "specific ally▁", + "y cl", + "on e▁that▁", + "happ en▁", + "ol ly▁", + "Europ e▁and▁", + "presid ency▁", + "D el", + "d om▁", + "▁B ar", + "most▁ of▁the▁", + "ear n", + "interest s▁of▁", + "reveal s▁that▁", + "now .", + "- -▁", + "com ment▁", + "mar k▁", + "ret ri", + "real is", + "ers '▁", + "eit her", + "a▁sign ific", + "s ign▁", + "e▁t oday", + "up▁ a▁", + "og ether▁", + ",▁I▁ should▁like▁to▁", + "v ac", + "up on▁the▁", + "need ed▁", + "restaur ant▁", + "ex ist▁", + "▁J o", + "▁Mr▁President,▁ Commissioner,▁", + "▁tell s▁the▁", + "▁But ▁the▁", + "v ul", + "fin e▁", + "dis pos", + "cat ch▁", + "guarante e▁", + "M ichael▁", + "▁t old▁", + ",▁ on▁behalf▁of▁the▁", + "publ ish", + "▁What▁ is▁", + "as▁ she▁", + "ant ▁to▁", + "iti es", + "room ▁,▁", + "difficult ies▁", + "C aptain▁", + "St rateg", + "marri ag", + "exper t", + "supp li", + "s▁ were▁", + "mor t", + "conf us", + "instr uments▁", + "▁Parliam ent▁", + "Human▁ Right", + "is ol", + "oc ol", + "ers▁ of▁the▁", + "i▁ mean▁", + "sel ect", + "struc ture▁", + "▁through▁ a▁", + "emerg ency▁", + "credi b", + "ing▁ our▁", + "il le▁", + "▁E n", + "▁( P", + "put▁ forward▁", + "East ern▁", + "5 .", + "A ud", + "en a▁", + "iv er▁", + ",▁and▁ she▁", + "miss ion", + "▁B ack▁", + ",▁but▁ I▁", + "say s▁that▁", + "problem s.", + "daught er▁,▁", + "principl e▁", + "B ank▁", + "ev il▁", + "ip ul", + "cour ag", + "Con fer", + "Turk ish▁", + "L a", + "y▁ of▁the▁", + "ir t", + "leav es▁the▁", + "cris is.", + "wal k▁", + "on ly▁the▁", + "at es▁the▁", + "ed▁ its▁", + "▁T ur", + "analys is▁", + "g le▁", + "or ph", + "▁A s", + "Fr ance▁", + "Gre ek▁", + "organis ations▁", + "Proc ed", + "er ship▁", + "▁T reat", + "Fr ank", + "conv ince▁", + "mach in", + "W estern▁", + "or n▁", + "com ments▁", + "co d", + "idea▁ of▁", + "answ er▁", + "main ly▁", + "A fgh", + ",▁ so", + "▁After▁ a▁", + "debate▁ on▁the▁", + "renew able▁", + "will▁ have▁", + "val ue▁", + "sle ep", + "st ak", + "el ▁and▁", + "you ,▁", + "fun d▁", + "cat eg", + "inj ured▁", + "ag ency▁", + "b ind", + "it▁ would▁", + "ail y▁", + "agreement .", + "S ME", + "pl ant▁", + "sp end▁", + "servic es.", + "bey ond", + "▁Lad ies▁and▁gentlemen", + "p air▁", + "▁to▁be▁ a▁", + ",▁ including▁", + "con duc", + "act ion", + "ions▁ of▁the▁", + "b ath", + "c of", + "s ;▁", + "is▁ very▁", + "out▁ and▁", + "wel f", + "consum pt", + "create▁ a▁", + "campa ign", + "J ack", + "her o", + "benef its▁", + "funct ion", + "▁t arget", + "ap art▁", + "sh r", + "shoot s▁", + "on ▁that▁", + "fut ur", + "exp ect▁", + "l ack", + "en th", + "and▁ I▁", + "h▁ .", + "wor ri", + "co her", + "manag e▁to▁", + "support▁ for▁", + "brou ght", + "strang e▁", + "decision -", + "w ent", + "▁trans form", + "sen su", + "fron t▁of▁", + "in clus", + "con ference▁", + "ers▁ in▁the▁", + "S ant", + "ence▁ .", + "S lov", + "f ash", + "s▁ with▁the▁", + "▁that▁ a▁", + "at▁the▁ same▁time▁", + "said ,▁", + "solut ion▁", + "J ew", + "re pl", + "year s▁of▁", + "ent ly,▁", + "▁tak es▁the▁", + "driv ing▁", + "proper ty▁", + "F is", + "l ed▁by▁", + "s▁ and", + "▁H aving▁", + "out com", + "▁tr ack", + "co ast", + "regul atory▁", + "involv ed▁", + "attent ion▁to▁the▁", + "▁Ev en▁", + "2 1", + "ion ally▁", + "pro gram▁", + "it▁ is▁the▁", + "▁there by▁", + "▁There▁ is▁no▁", + "offic er▁", + "House .", + "▁Desp ite▁", + "▁T om▁", + "▁J an", + "vir t", + "▁There▁ is▁a▁", + "coll aps", + "▁Fin ally▁", + "off ▁.", + "sum mit▁", + "human▁right s.", + "dre am▁", + "N ov", + "l er▁", + "Member▁Stat es", + "N ational▁", + "in▁ all▁", + ",▁th ough", + ",▁there▁ is▁", + "challeng es▁", + "some what▁", + "bl ow", + "got t", + "stud ents▁", + "mess age▁", + "▁th us▁", + "con solid", + "ell ing▁", + "are a", + "echn ical▁", + "his ▁t", + "l ist▁", + ",▁ as▁the▁", + "it or▁", + "becom es▁a▁", + "increas e▁in▁", + "fut ure", + "follow s▁", + "aim ▁", + "accoun t▁of▁the▁", + "B ▁", + ",▁and▁ we▁", + "work ing", + "Bel ar", + "domest ic▁", + "a▁signific ant▁", + "e ast", + "▁there▁ is▁no▁", + "right s.", + "European▁Union▁ and▁", + "help ▁to▁", + "V ict", + "ent▁ of▁the▁", + "fight ing▁", + "seri ous", + "judic ial▁", + "construct ive▁", + "chec k", + "a ▁time▁", + "obt ain▁", + "cross- border▁", + "C al", + "United▁ King", + "integr ated▁", + "Develop ment▁", + "i o", + "r ing▁", + "and▁ T", + "ic .", + "him ▁the▁", + "s▁to▁ a▁", + "bl ock", + "pre viously▁", + "Ch art", + "`` ▁The▁", + "receiv ed▁", + "maint ain▁", + "b an▁", + "c k", + "at ors▁", + "ic e-", + "read ing▁", + "far m▁", + "h idden▁", + "ar a▁", + "ion▁ ,▁", + "ide as▁", + "point▁ out", + "cros s", + "▁to▁ have▁", + "ol f▁", + "ass ur", + "mon ey", + "implement ation▁of▁", + "after▁ a▁", + "in side▁", + "of ▁this", + "gr icul", + "intend ed▁to▁", + "F ▁", + "▁tra vel▁", + "sent ▁to▁", + "Afric an▁", + "es ▁this▁", + "st ar▁", + "arg ument▁", + "reason s▁", + "▁Up on▁", + "S im", + "d ump", + "her it", + "of▁ its▁", + "Regul ation▁", + "es▁of▁ Proced", + "▁E very", + "Committee▁ on▁the▁", + "immedi ate▁", + "O m", + "budget .", + "intend s▁to▁", + "pack age▁", + "in o▁", + ",▁ on▁", + "e▁th an", + "wat er", + "Just ic", + "c ro", + "ent ry▁", + "ang ▁", + "mor n", + "fact or", + "▁( DE", + "J ud", + "p ick", + "pl en", + "program me", + "might▁ be▁", + "Rul es▁of▁Proced", + "K y", + "d ark▁", + "r am", + "act ion.", + "lif e▁and▁", + "impl ic", + "hop e▁that▁the▁", + "is▁not▁ a▁", + "cl aus", + "do▁ you▁", + "plac e.", + "cra ft▁", + "such▁ as", + "includ es▁", + "from ▁their▁", + "▁R eg", + "father▁ .", + "result s▁", + "▁ oh▁", + "enc y", + "plac e▁in▁", + ",▁in▁ my▁", + "C ity▁", + "T )", + "h yp", + "y s▁", + "stud ent", + "e ight▁", + "▁S o", + "you 're▁", + "mor e▁and▁", + "cel ebr", + "in .", + "▁D ec", + "▁In▁ fact", + "exp ens", + "cond ition▁", + "cred it▁", + "L aur", + "ic a▁", + "under min", + "jo in▁the▁", + "important .", + "particip ate▁", + "v amp", + "re present▁", + "ro l▁", + "an▁ end", + "relation ship", + "b ed▁", + "b ar▁", + "for▁ example,▁", + "provid es▁", + "D ar", + "E gyp", + "l oy", + "our▁ own▁", + "hom e▁to▁", + "start s▁to▁", + "▁tru ly▁", + "▁tot al▁", + "D on", + "p ag", + "areas▁ of▁", + ") ▁and▁", + "J ess", + "ha g", + "go al", + "iti es▁to▁", + "promot ing▁", + "6 .", + "p has", + "el s▁", + "af ra", + "falls▁in▁love▁ with▁", + "4 -0", + "N az", + "i e▁.", + "e▁ with▁", + "in▁ Europe.", + "econom y.", + "break s▁", + "e :▁", + "es t▁of▁", + "will▁ have▁to▁", + "i▁ was▁", + "comp lex▁", + "hor s", + "vul ner", + "cor p", + "childr en", + "has▁already▁ been▁", + "campa ign▁", + "e w▁", + "st res", + "impl ement▁", + "allow s▁", + "cost s▁", + "neigh b", + "res ▁the▁", + "what▁ he▁", + "clear ▁that▁", + "associ ated▁", + "P o", + "s overe", + "qu ant", + "polic y", + "hom e▁and▁", + "p ath", + "in ks▁", + "y▁ for▁", + "pro sper", + "ex t▁of▁", + "someth ing▁that▁", + "flo or▁", + "c ast▁", + "d ue▁", + "qu ir", + "reveng e▁", + "ing s▁and▁", + "which▁ he▁", + "a▁s olut", + "set▁ out▁", + "produc t▁", + "legisl ation.", + "sitt ing▁", + "dec ad", + "conf id", + "problem▁ of▁", + "exerc is", + "s ound", + "et ic▁", + "miss ing▁", + "institut ions.", + "▁Of▁cour se", + "s we", + "▁to▁ get▁", + "reg ion", + "def ic", + "prec ed", + "A L", + "G en", + "is ▁too▁", + "res um", + "▁S ince▁", + "Commission▁ and▁the▁", + "Mon etary▁", + "it▁ will▁be▁", + "inv ent", + "manag ed▁to▁", + "societ y.", + "farm ers▁", + "E P", + "Mr ▁C", + "could▁ not▁", + "eas ily▁", + "i▁ gu", + "require s▁", + "e av", + ",▁ of▁course,▁", + "lif e▁,▁", + "Group▁ of▁the▁European▁", + "B alk", + "li z", + "be en▁the▁", + "lo t▁of▁", + "cooper ation.", + "health ▁and▁", + "immigr ation▁", + "lat est▁", + "sha red▁", + "ME P", + "dy nam", + "C ub", + "j ur", + "inform s▁", + "research▁ and▁", + "tri es▁to▁", + "inj ur", + "b e▁to▁", + "ch ance▁to▁", + "one▁ hand", + "day▁ .", + "as▁ we▁", + "rec ru", + "200 9", + "maj or", + "discover s▁", + "environment .", + "os▁ Angel", + "neit her▁", + "4 .", + "f res", + "▁to▁ make▁", + "any th", + "years▁ ago", + "creat ing▁", + "integr ation▁", + "spir it▁", + "vo ice▁", + "Ear th▁", + "precis ely▁", + "Cy pr", + "f ast▁", + "▁t en▁", + "in▁ B", + "se a▁", + ",▁and▁ his▁", + "my self▁", + "defin it", + "▁treat ment▁", + "A lex", + "M ur", + "w .", + "▁F ollow", + "were▁ not▁", + "spec ial", + "has ▁taken▁", + "hav ing▁a▁", + "mone y▁to▁", + "insur ance▁", + "ca▁ n't▁", + "in i▁", + "and▁ and▁", + "has▁ just▁", + "Commission▁ and▁", + "resul t▁of▁the▁", + "▁ Z", + "▁S e", + "find s▁a▁", + "arm ed▁", + "jour ne", + "r ound▁", + "it le▁", + "is ▁then▁", + "con serv", + "comp ly▁", + "proper ly▁", + "▁Mr  President", + "ver se▁", + "ob sess", + "must▁ not▁", + ",▁therefore ,▁", + "▁A fric", + "ends▁ with▁", + "discrimin ation▁", + "es h", + "ri pt", + "e▁th rough", + "con sensu", + "way▁ .", + "what ▁they▁", + "e ing▁", + "f ast", + "Council 's▁", + "def ence▁", + "proced ures", + "ili ation▁", + "net work▁", + "simil ar▁", + "Bul gar", + "inc ident▁", + "res ent", + "ent▁ .", + "Serv ic", + "v ess", + "▁I▁ should▁", + "for▁the▁ first", + "meth od▁", + "r ans", + "el eph", + "peac eful��", + "has▁not▁ been▁", + "stat us▁", + "bur den▁", + "project s▁", + "standard s▁", + "see ing▁", + "sch ed", + "N ew", + "f ing", + "it ch▁", + "car ▁.", + "▁there 's▁", + "del iber", + "women▁ and▁", + "rein forc", + "C z", + "n ic▁", + "be ach▁", + "ra vel", + "▁I▁ am", + "ip p", + "200 8", + "about ▁this▁", + "stand ard▁", + "open ing▁", + "commit ment▁", + "Govern ment", + "s man▁", + "st ▁the▁", + "in▁ 's▁", + "alis m▁", + "each▁other▁ .", + "Econom ic▁and▁", + "y m", + "fall en▁", + "rang e▁of▁", + "mb ol", + "hund red", + "assass in", + "p ain", + "of▁the▁ t", + "▁tim e▁.", + "concern ed.", + "accord ing▁to▁", + "congratul ate▁the▁", + "find s▁the▁", + "escap e▁.", + "fav our", + "tak en▁", + "relationship▁ with▁", + "r as", + "it em", + "at▁ and▁", + "▁O ver", + "cor por", + "doub t▁", + "grad u", + "monitor ing▁", + "flex ibility▁", + "j eal", + "fact ory▁", + "sur e▁that▁", + "larg est▁", + "far mer", + "Sec urity▁", + "heav y▁", + "e ir", + ",▁ even▁", + "for▁ its▁", + "famil ies▁", + "Can ad", + "pro spect", + "▁that▁ was▁", + "prot est", + "quality▁ of▁", + "emiss ions▁", + "dev ot", + "Group▁ of▁the▁", + "M ill", + "d ign", + "r or▁", + "▁t our", + "es▁ from▁the▁", + "el s", + "us eful▁", + "▁S uch▁", + "▁tr ag", + "form s▁of▁", + "World▁ War", + "stol en▁", + "symp ath", + "r an", + "▁ -LCB-▁-LCB-▁", + "gr av", + "whil st▁", + "Jam es▁", + "fra ud▁", + "S and", + "st one▁", + "reg ion.", + "resolut ion", + "deal▁ of▁", + "eb rat", + "Jo e▁", + "compli ance▁", + "reg ard▁", + "▁We▁ should▁", + "sc al", + "influ ence▁", + "s kill", + "An dre", + "night▁ .", + "suff ering▁", + "al leg", + "ha b", + "▁tr ust▁", + "▁,▁ who▁", + "▁On ly▁", + "however ,▁", + "let▁ me▁", + "colle ague▁", + "g ard", + ",▁ V", + "or n", + "il li", + "ri es▁to▁", + "ak ist", + "friend ship▁", + "convinc es▁", + "uc tural▁", + "day .", + "directiv e.", + "i es▁to▁", + "tur n", + "go ▁to▁the▁", + "interest ing▁", + "dest in", + "doll ar", + "ed▁ it▁", + "for get", + "im prison", + "comp lex", + "also ▁to▁", + "rib le▁", + "partn er▁", + "N os▁", + "p ick▁", + "t ells▁", + "reat en", + "go es▁to▁the▁", + "ont o▁the▁", + "simil ar", + "fel t▁", + "Con t", + "risk▁ of▁", + "yst em▁", + "with▁a▁view ▁to▁", + "by▁ his▁", + "by▁ Mrs▁", + "pr il▁", + "friend s▁.", + "viol ent▁", + "construct ion▁", + "Uk rain", + "s ▁their▁", + "al▁ of▁the▁", + "add ress▁", + "mat ch▁", + "ad vent", + "▁and▁ his▁", + "effici ency▁", + "scre am", + "other▁word s,▁", + "a ▁th", + "at ed", + "ar e▁tak", + "man▁ 's▁", + "succ e", + "G od▁", + "wit ch", + "inc ent", + "rem o", + "differ enc", + "anim als▁", + "secret ly▁", + "pl at", + "▁that ▁their▁", + "low er▁", + "Sov iet▁", + "which▁ have▁", + "po or", + "▁t ax▁", + "▁I▁ will▁", + "motion▁ for▁a▁", + "s ▁them", + "ic ks▁", + "ex clud", + "eng ine", + "hi b", + "▁E x", + "down▁ .", + "effort ▁to▁", + "Al li", + "er▁,▁ who▁", + "▁D r", + "E v", + "in ▁to▁", + "t▁ 's▁", + "us ual▁", + "just ifi", + "d aily▁", + "ag n", + "proposal ▁to▁", + "young▁ woman▁", + "role▁ of▁", + "ali for", + "& ;", + "d ▁the▁", + "ou l▁", + "and a▁", + "solid ar", + "encount er▁", + "H ol", + "ou s.", + "▁tim e▁,▁", + "fo rest▁", + "▁tot ally▁", + "W ash", + "en u", + "ent ,▁", + "s,▁ I▁", + "e,▁ I▁", + "exc ept▁", + "bey ond▁", + "perman ent▁", + "e ,▁to▁", + "s ource▁", + "es▁ on▁the▁", + "ab eth", + "inc t", + "said .", + "believ es▁", + "measures .", + "▁terror ist▁", + "boy s▁", + "A gricul", + "et▁ .", + "▁F or▁the▁", + "▁ter m▁", + "give▁ th", + "programm e.", + "confront s▁", + "agenc ies▁", + "M ▁", + "c ard", + "polic y▁and▁", + "mov ement▁", + "set s▁", + "ed▁ when▁", + "st ead▁", + "in▁ T", + "be ing▁a▁", + "gl ad", + "represent ative▁", + "sent enc", + "l ot", + "m er▁", + "n 't", + "Mr ▁P", + "so ▁that▁the▁", + "where▁ she▁", + "vot e▁in▁", + "concern ed", + "mi x", + "consc ious▁", + "elder ly▁", + "all ▁these▁", + "or▁ 's▁", + "a▁s oc", + "comb ating▁", + "▁Lat er▁", + "D or", + "G ar", + "responsib ilities▁", + "I I▁", + "and ▁to▁the▁", + "per cent▁", + "a▁s itu", + "▁For ▁this▁", + "B ill▁", + "ef fort▁", + "matt er", + "subject ▁to▁", + "only▁ one▁", + "Sch eng", + "N ick▁", + "en▁ ,▁", + "cl u", + "eg g", + "fat her", + "accept ▁the▁", + "attack s▁", + "of ess", + "for▁ your▁", + "from▁ her▁", + "inter rupt", + "ext ens", + "equ ally▁", + "satis fi", + "f ly▁", + "in come▁", + "so▁ many▁", + "▁Wh y▁", + "political▁ and▁", + "cel ebrat", + "UN ▁", + "ion▁ for▁", + "sh el", + "se e▁that▁", + "sib le▁", + "dead▁ .", + "a▁ large▁", + "▁We▁ cannot▁", + "stop p", + "E ▁", + "s ong", + ",▁th us▁", + "mad e▁to▁", + "regul ar▁", + "what ever▁", + "bar ri", + "D en", + "th ▁.", + "an▁ old▁", + "and ▁tries▁to▁", + "so▁ much▁", + "up p", + "ign or", + "ept ember▁", + "wif e▁,▁", + "-RCB-▁ -RCB-▁", + "pil ot▁", + "e ad", + "ing▁ from▁the▁", + "we▁ shall▁", + "▁S inc", + "fe w", + "gener ally▁", + "▁thous ands▁of▁", + "um bl", + "disc over▁", + "R y", + "c hap", + "j e", + "EU ▁and▁", + "conc ep", + "countri es▁and▁", + "people▁ and▁", + "away▁ from▁the▁", + "Rob ert▁", + "er 's▁", + "assist ant▁", + "▁typ e▁of▁", + "Portug u", + "noth ing▁to▁", + "2 2", + "at▁ European▁", + "a▁s c", + "lis t▁of▁", + "e )", + "w e▁t", + "an ist", + "lik ely▁to▁", + "cap able▁of▁", + "stat u", + "▁As▁ regard", + "im ul", + "ive▁ and▁", + "▁O r", + "oll y", + "lead s▁", + "involv ing▁", + "i el", + "s ,▁to▁", + "t op", + "▁D o▁", + "Char les▁", + "Pet er▁", + "phys ical▁", + "Committee▁on▁Bud get", + "ar ies▁", + "bl am", + "iz ed▁", + "appear s▁", + "f if", + "k a▁", + "an i▁", + "com fort", + "kn if", + "find ing▁", + "allow ing▁", + "a▁c lear▁", + "inf ect", + "Or g", + "G od", + "R u", + "um p▁", + "mar ks▁", + "au ▁", + "best▁ friend▁", + "reduc e▁the▁", + "▁We▁ will▁", + "leg ally▁", + "development▁ and▁", + "ability▁ of▁", + "look▁ at▁", + "achie ve▁th", + "contain s▁", + "H am", + "in▁ ,▁", + "▁their▁ own▁", + "is land", + "with draw", + "sid e▁of▁the▁", + "arm s▁", + "saf e▁", + "wal k", + "Jim my▁", + ",▁the▁ Council▁", + "att le▁", + "pay ment▁", + "p .", + "so▁ far▁", + ",▁but▁ it▁", + "kill ed▁.", + "initiativ es▁", + "c ous", + "is▁ un", + "ig no", + "reg ime▁", + "on▁ our▁", + "ag on", + "ated▁ in▁the▁", + "soc ial", + "dist urb", + "er ▁than▁", + "se t▁of▁", + "increas e▁the▁", + "return ▁to▁the▁", + "commitment ▁to▁", + "and ▁takes▁", + "li ft", + "ation s▁to▁", + "comp at", + "cour se▁", + "ar rest▁", + "and▁ S", + "B alt", + "on to▁", + "es,▁ which▁", + "bet ray", + ",▁ especially▁", + "ed ic", + "as▁ soon▁as▁", + "u▁ 's▁", + "balanc ed▁", + "ar k", + "proc e", + "nam ely▁", + "play s▁", + "fo res", + "piec e▁of▁", + "▁I▁ can▁", + "y,▁ which▁", + "s▁are▁ not▁", + "col on", + "- B", + "us e▁of▁the▁", + "protect ion", + "cam er", + "awar e▁that▁", + "L A", + "has▁ made▁", + "has▁ been", + "need ed▁to▁", + "reveal s▁", + "posit ion.", + "a▁ser ious▁", + "club ▁", + "Swed ish▁", + "on a▁", + "ar ▁.", + "ac t▁of▁", + "ous e▁", + "but ▁they▁", + "ug gl", + "dr inking▁", + "many▁ of▁the▁", + "citizen s,▁", + "genu in", + "ass ure▁", + "▁F rom", + ",▁which▁ was▁", + "because▁ he▁", + "look▁ at▁the▁", + "role▁ in▁", + "si ght", + "prof it", + "Union 's▁", + "- ▁to▁", + "A sh", + "z er", + "in com", + "el i", + "us ually▁", + "e▁to▁ a▁", + "▁that▁we▁ should▁", + "support▁ for▁the▁", + "involv ed▁in▁the▁", + "makes▁ it▁", + "consist ent▁", + "max imum▁", + "up .", + "can 't▁", + "expl od", + "less ▁than▁", + "play▁ a▁", + "in▁ C", + "as▁ his▁", + "human▁right s▁and▁", + "itself .", + "Str uctural▁", + "alifor n", + "in▁the▁ field▁of▁", + "elect ric", + "y cle▁", + ",▁ un", + "ar e▁to▁be▁", + "ro at", + "st yle▁", + "▁B oth▁", + "point .", + "find▁ out▁", + "help s▁", + "con fer", + "ance▁ of▁the▁", + "grow th▁and▁", + "feel ings▁", + "Wil liam", + "2 9", + "b ound", + "o z", + "it h▁", + "is ▁therefore▁", + "mis t", + "ear ch▁", + "Chr is▁", + "P akist", + "V en", + "say ▁that▁the▁", + "des erv", + "e▁that ▁they▁", + "ed▁ ,▁and▁", + "at▁ least", + "rem ember▁", + "rap id", + "men▁ .", + "going▁to▁ be▁", + "suppl ement", + "wak es▁", + "1 2▁", + "p ass▁", + "ing▁the▁ t", + "do ▁the▁", + "ident ity▁", + "cris is", + "industr y.", + "ro m▁", + "sh ot", + "him▁ a▁", + "car rying▁", + "return s▁to▁the▁", + "u ▁.", + "w and", + "im per", + "dev ast", + "implement ation▁", + "▁On▁the▁ other▁hand", + "-t o-", + "detail ed▁", + "angr y▁", + "c .", + "in▁ some▁", + "oc ks▁", + "▁Th ose▁", + "sel l▁", + "becaus e,▁", + "sc ale▁", + "i or", + "j ail", + "at ically▁", + "af for", + "B illy▁", + "M el", + "R ichard▁", + "ar y.", + "ing s▁.", + "▁to▁ her▁", + "per form▁", + "▁In stead▁", + "▁C ar", + "ph en", + "film▁ .", + "after no", + ",▁there▁ is▁a▁", + "known▁ as▁", + "urb an▁", + "c ell", + "Par is▁", + "liv ing▁in▁", + "achiev ed▁", + "kid s▁", + "ste ad", + "FR )", + "sacrif ic", + "G al", + "J on", + "m e.", + "n er▁", + "▁ but▁", + "▁tra ffic", + "roc k▁", + "unfortun ately▁", + "i y", + "m ate▁", + "s ad", + "ic h▁", + "as▁ well.", + "act ing▁", + "man s", + "high est▁", + "Qu een▁", + "Indi an▁", + "d ying▁", + "ch ief▁", + "depend ent▁", + "sched ul", + "' s▁the▁", + "and▁ her▁", + "es c", + "▁P r", + "▁there▁ .", + "relat ing▁to▁the▁", + "rob ber", + "Jun e▁", + "WT O▁", + "e ;▁", + "v ig", + "▁trans fer", + "ship .", + "respect ive▁", + "cle an", + "▁troub le▁", + "wh y", + "s▁,▁ he▁", + "ert ain", + "strength en▁", + "when▁it▁ comes▁to▁", + "mass ive▁", + "G A", + "i ▁think", + "en z", + "EU -", + "ful fill", + "proced ure", + "Sar ah▁", + "att empt▁", + "cas e.", + "because▁ we▁", + "elect ed▁", + "development▁ of▁the▁", + "ability▁ and▁", + "majority▁ of▁", + "▁Per hap", + "B lack▁", + "i ans▁", + "ac compani", + "ment ion▁", + "cont rad", + "fr ustr", + "cho ice▁", + "ric h", + "it s", + "at▁ .", + "pres erv", + "perf ect▁", + "S C", + "man▁ ,▁", + "within▁the▁ framework▁", + "fis c", + "uh -h", + "peopl e▁to▁", + "sle ep▁", + "capac ity▁", + "express▁ my▁", + "f light▁", + "l iter", + ",▁ Mrs▁", + "for▁ us▁to▁", + "y,▁ but▁", + "in ary▁", + "with▁ its▁", + "e▁of▁ his▁", + "ish n", + "system▁ of▁", + "broth er▁,▁", + "H igh▁", + "g ri", + "es▁ ,▁and▁", + "st ock▁", + "fi anc", + "rap id▁", + "recommend ations▁", + "chec k▁", + "design ed▁to▁", + "i e▁and▁", + "a▁ European▁", + "with out▁the▁", + "sec ure▁", + "improv ement", + "op ol", + "um .", + "kill ed▁by▁", + "vot e.", + "broth ers▁", + "Dec ember▁", + "gi ant▁", + "enjo y▁", + "wond er▁", + "2 4", + "st ock", + "pre -", + "200 1", + "invest ment", + "or ient", + "es▁ for▁the▁", + "in▁ 199", + "system s▁", + "attent ion▁to▁", + "strug gle▁", + "Inter net▁", + "expendit ure▁", + "ad d▁", + "op position▁", + ",▁the▁ t", + "one▁ of▁his▁", + "▁there for", + "fig ures▁", + "S a", + "S ol", + "r ide▁", + "us s", + "bu s▁", + "you .", + "right▁ of▁", + "inno cent▁", + "electron ic▁", + "▁ Europe▁", + "e▁th ose▁", + "▁S ub", + "ma il▁", + "▁trad itional▁", + "langu age▁", + "ap e▁", + "with▁ him▁.", + "ext ra", + "attempt ing▁to▁", + "▁te en", + "▁transpar ency▁", + "E nerg", + "N AT", + "g as", + "re put", + "about▁ her▁", + "wal king▁", + "Rep ubl", + "rom antic▁", + "Court▁of▁ Aud", + "2 3", + "K at", + "ad em", + "in▁the▁ same▁", + "ong o", + "right s▁and▁", + "accordance▁ with▁the▁", + "1 00▁", + "G o", + "e▁that▁ is▁", + ",▁the▁ two▁", + "mon th▁", + "let ter", + "brid g", + "ww w.", + "dro p▁", + "PP E", + "F re", + "but▁ is▁", + "eng th▁", + "disc ipl", + "surv ive▁", + ", ▁two▁", + "▁t op", + ",▁ however▁,▁", + "es▁ is▁", + "ent ly", + "bu y", + "▁H ar", + "add ed▁", + "Council ▁to▁", + "asp ir", + ".. .", + "cruc ial", + "u ▁and▁", + "st able▁", + "prim ary▁", + "N ether", + "R ed▁", + "x im", + "ing▁ at▁", + "ation s", + "I▁ was▁", + "anc ial▁", + "meas ure▁", + "gam bl", + "F l", + "all y▁to▁", + "▁ Com", + "ion ary▁", + "es▁ it▁", + "▁P et", + ",▁th en", + "comput er▁", + "2 5▁", + "we 're▁", + "polic ies.", + "friend ly▁", + "interv en", + "▁Group .▁-▁(", + "carry▁ out▁", + "ux emb", + "never th", + "▁traff ic▁", + "S al", + "ed▁ with▁a▁", + "ex ▁", + "ions▁ .", + "loc k", + "▁That▁ is▁the▁", + "said ▁that▁", + "deal▁ with▁the▁", + "prep ared▁", + "▁togeth er▁.", + "C I", + "m ost▁of▁", + "ag ed▁", + "pres ence▁", + "Con ference▁", + "▁When▁ she▁", + "tr ad", + "▁However ,▁I▁", + "intend ▁to▁", + "natur ally▁", + "Scheng en▁", + "e um▁", + "for ▁these▁", + "ong▁ K", + "kill er▁", + "dur ing▁a▁", + "activ ity▁", + "means ▁that▁", + "phen omen", + "i ously▁", + "and▁ he▁", + "anc y▁", + "acc ess▁", + "rev olut", + "respon se▁", + "was ▁to▁", + "Amend ments▁", + "liz abeth", + ",▁ if▁", + "have▁ no▁", + "pre dict", + "mot iv", + "H enry▁", + "t abl", + "ou d", + "which▁ was▁", + "so▁ as▁to▁", + "into▁ his▁", + "▁L ast", + "laid▁ down▁", + "Nether land", + "B al", + "r an▁", + "at ed▁to▁", + "▁J un", + "happ ily▁", + "pen alt", + "histor ic▁", + "s em", + "w all", + "in▁ M", + "protect ▁the▁", + ",▁and ▁then▁", + "▁in▁writing. ▁-", + "▁I I▁", + "ch ance▁", + "end a▁", + "de als▁", + "ers▁ who▁", + "▁M ay▁", + "inc ident", + "promp t", + "P ublic▁", + "m os", + "es▁ as▁", + "ra w", + "mov ement▁of▁", + "new ▁Member▁Stat", + "Ar ab", + "interest ed▁in▁", + "resourc es.", + "clim b", + "are▁t alking▁", + "deep ly▁", + "P ap", + "rup t▁", + "L os▁Angel", + "w inn", + "et y▁", + "Un ivers", + "years▁ ago▁", + "help ▁the▁", + "reform▁ of▁the▁", + "obstac l", + "B ri", + "▁ \\*", + ",▁ you▁", + "ing s,▁", + "made▁ by▁the▁", + "point ed▁out", + "without▁ any▁", + "S he", + ",▁ since▁", + "th en▁", + "st on", + "in▁ many▁", + "▁He▁ also▁", + "rit ory▁", + "det ective▁", + "fur th", + "prep are▁", + "bring ing▁", + "▁It▁is ▁therefore▁", + "Afgh anist", + "g row▁", + "ing ,▁and▁", + "on▁ is▁", + "ev ent▁", + "giv en▁to▁", + "200 0▁", + ",▁and ▁to▁", + "job s▁", + "apolog iz", + "B as", + "g ar▁", + "h ench", + "p resident", + "▁A meric", + "who▁ was▁", + "od y▁", + "rapporteur ,▁Mr", + "uxemb our", + "b ert", + "▁to ▁that▁", + "if t▁", + "ear th", + "ing▁to▁ be▁", + "includ ed▁in▁the▁", + "emphas is▁", + "encount ers▁", + "te am▁", + "slow ly▁", + "▁Joh n▁", + "in form▁", + "man y", + "air port▁", + "consider ed▁", + "story▁ of▁", + "compl ain", + "Republic▁ of▁", + "D utch▁", + "b acc", + "gr ave▁", + "mater ial▁", + "h ide▁", + ",▁ although▁", + "over com", + "19 4", + "adopt ed▁by▁the▁", + "conclus ions▁", + "omor row▁", + "o y▁", + "er ror", + "get▁ a▁", + "school ▁.", + "▁However▁ ,▁the▁", + "m ass▁", + "fin ance▁", + "ell a▁", + "appe ared▁", + "author ity▁", + "elect ion▁", + "i▁don't▁ know▁", + "▁Presid ent▁", + "▁We▁th erefore▁", + "k iss", + "s ak", + "v an", + "in habit", + "Commission ’s▁", + "fut ure▁of▁", + "refer r", + "us i", + "be fore", + "under lin", + "involv ement▁", + "show s▁up▁", + "ism▁ and▁", + "consequ ences▁", + "as▁regard s▁", + "Committee▁on▁the▁ Environ", + "Cz ech▁", + "2 8", + "ic opt", + "am in", + "mother▁ .", + "▁tal ks▁", + "Sp ain▁", + "accord ing▁to▁the▁", + "R O", + "S y", + "ex port▁", + "St eve▁", + "Member▁Stat es▁and▁", + "welf are▁", + "B os", + "V i", + "h il", + "se as", + "again .", + "mov ing▁", + "reduc ing▁", + "▁At▁the▁same▁tim e,▁", + "contrad ict", + "2 6", + "▁ i▁", + "repeat edly▁", + "U.S .", + "latt er▁", + "ctob er▁", + "dealt▁ with▁", + "B ab", + "b ann", + "a▁s econd▁", + "eth nic▁", + "dr ag", + "possib ly▁", + "dang er", + "enlarg ement", + "desir e▁to▁", + "Portugu ese▁", + "a ▁that▁", + "b ag", + "▁ uh▁", + "it ors▁", + "ed▁ him▁", + "her ▁that▁", + "▁tim e▁and▁", + "sc ar", + "doub le▁", + "Om bud", + "c ell▁", + "ed▁ or▁", + "one▁ day▁", + "cr ash▁", + "other wise▁", + "is▁an▁ important▁", + "pat ient", + "B ank", + "p aper▁", + "on ,▁", + "on ▁these▁", + "on▁ its▁", + "ell ect", + "expl ic", + "will ing", + "hard ▁to▁", + "constitut ional▁", + "it ▁the▁", + "at▁ an▁", + "ch ann", + "ev it", + "per cent", + "▁tr app", + "Mr ▁L", + "hel icopt", + "level s▁of▁", + "▁today 's▁", + "g ather", + "u ▁,▁", + "ol f", + "and ▁take▁", + "ect ion▁", + "▁tak e▁this▁", + "report▁ and▁", + "father▁ 's▁", + "world▁ .", + "access ▁to▁the▁", + "pay ment", + "forth coming▁", + "D ani", + "ed▁ into▁the▁", + "am ount▁", + "in▁the▁ t", + "ap s▁", + "we▁ cannot▁", + "`` ▁S", + "if▁ she▁", + "inform ation▁and▁", + "wish es▁to▁", + "var iet", + ", ▁together▁", + "re di", + "pro secut", + "▁The▁ European▁", + "ut t", + "lin k▁", + "ris ks▁", + "refer red▁to▁", + "driv es▁", + "a ult", + "c ept", + "ation ,▁the▁", + "enc e▁to▁", + "decis ion▁to▁", + "believe▁th at▁this▁", + "dam age▁", + "determin ed▁to▁", + "d edic", + "ing -", + "et .", + "inv olve▁", + "deal ing▁with▁", + "would ▁therefore▁", + "S k", + "as▁ much▁", + "▁P ol", + "her ▁the▁", + "ie f", + "concern s▁the▁", + "opin ion,▁", + "wer e▁to▁", + "asp ect▁", + "Just ice▁", + "ou ch▁", + "gre en▁", + "ally ,▁the▁", + "partn ers▁", + "veh icle▁", + "P at", + "e al▁", + "p ict", + "a▁ more▁", + "e▁t oward", + "fr ing", + "soc i", + "air e▁", + "ret ire", + "lov es▁", + "individ ual", + "ought ▁to▁", + "committ ed▁", + "y ard▁", + "oper ating▁", + "People 's▁", + "a res", + "g ender▁", + "or▁ is▁", + "ot al▁", + "po is", + "what▁ I▁", + "begin n", + "▁However ,▁we▁", + "cast le▁", + "small▁and▁medium-sized▁ enterpris", + "h tt", + "an▁ agreement▁", + "rec all", + "▁tr ust", + "must▁ not▁be▁", + "bo at", + "discus s▁", + "interest s▁of▁the▁", + "ensur e▁the▁", + "ber t▁", + "cha mp", + "frame work", + "democrac y▁and▁", + "point▁of▁ view", + "relativ ely▁", + "concep t▁of▁", + "ra il▁", + "bl ind▁", + "do .", + "▁C l", + "mount ain▁", + "are▁ being▁", + "est ion▁", + "ig u", + "down▁ and▁", + "looking▁ for▁", + "const ant▁", + "member▁ of▁the▁", + "% .", + "S us", + "as bour", + "sp ending▁", + "protect ion.", + "young▁ man▁", + "allow ▁the▁", + "friend s▁,▁", + "fun eral▁", + "establish ed▁", + "insid e▁the▁", + "volunt ary▁", + "P aper▁", + "c ard▁", + "f ate▁", + "ak ing▁", + "▁tra in▁", + "leav ing▁the▁", + "▁too .", + "uk e▁", + "Affair s,▁", + "legitim ate▁", + "Mus lim", + "▁tak es▁a▁", + "and▁ .", + "a▁lo t▁", + "newsp ap", + "ic ian▁", + "e▁th ings▁", + "e▁th ree▁", + "lif e.", + "interest▁ in▁", + "execut ive▁", + "infra struct", + "conduc t▁", + "V ir", + "l ak", + "s▁ -▁", + "ha z", + "dec lin", + "loo ked▁", + "▁Am end", + "on om", + "er▁ for▁", + "sh are▁the▁", + "we▁ do▁not▁", + "mar t", + "consider ▁the▁", + "stor m▁", + "as▁well▁ as▁the▁", + "step s▁", + "firm ly▁", + "c art", + "e ous▁", + "s▁ ,▁the▁", + ",▁ W", + "re iter", + "polic em", + "ly ing▁", + "over▁ a▁", + "product s.", + "author is", + "Americ a▁", + "coordin ation▁", + "mem ory▁", + "Structural▁ Fund", + "fisc al▁", + "A p", + "ent ers▁", + "▁A s▁they▁", + "se es▁the▁", + "s,▁ as▁", + "individ u", + "democrac y.", + "Car ol", + "Cour t▁", + "int ens", + "▁It▁ also▁", + "he 's▁", + "fac ing▁", + "larg ely▁", + "▁te acher▁", + "coll abor", + "full▁ of▁", + ",▁for▁ example,▁", + "destro y▁", + "R ad", + "b orders▁", + "m ic", + "e▁th rough▁", + "ot o▁", + "abl e▁to", + "er▁of▁ a▁", + "young▁ people▁", + "servic es,▁", + "Tr ans", + "mount ain", + "on▁the▁basis▁ of▁", + ",▁ I", + "we▁ need▁", + "di ed▁", + "person ally▁", + "mat ch", + "▁technolog y▁", + "abilit y.", + "4 0▁", + "en ant▁", + "lim it▁", + "fail ed▁to▁", + "▁turn s▁", + "▁When ▁they▁", + "u v", + "ear ▁", + "bo dies▁", + "stat es▁that▁", + "plan e▁", + "law▁ and▁", + "invit es▁", + "def end▁", + "Str asbour", + "B en▁", + "f uel", + "lear ning▁", + "inform ed▁", + "whom▁ he▁", + "Agre ement▁", + "cer em", + "enth usi", + "ro ll▁", + "e▁t oday▁", + "av id▁", + "fi red▁", + "lo ad", + "say ing", + "fav or", + "European▁Parliament▁ and▁", + "assess ment▁", + "As s", + "K ur", + "ha ir▁", + "and ▁therefore▁", + "int ellect", + "ut r", + "we ight▁", + "sy mbol", + "speak ing▁", + "keep ▁the▁", + "post -", + "Y ug", + "f ol", + "ex cit", + "19 6", + "▁tri ed▁to▁", + "negoti ations.", + "oub t", + "challeng e▁", + "j ail▁", + "ri fi", + "▁that▁ will▁", + "do es▁the▁", + "▁trans f", + "Pr ofess", + "Char l", + "▁Unfortun ately▁", + "guil ty▁", + "C as", + "p ath▁", + "el m", + "itt le▁", + "provid ed▁", + "investig ation▁", + "Nor th▁", + "prim arily▁", + "Isl am", + "into▁ an▁", + "min ority▁", + "gre en", + "bigg est▁", + "E r", + "un ion▁", + "os s", + "cl in", + "countri es▁of▁", + "ful l", + "son▁ 's▁", + "doc uments▁", + "resolut ion.", + "hes it", + "S ing", + "s▁of▁ his▁", + "▁Madam▁President ,▁I▁", + "ru in", + "▁Fir st▁of▁", + "intervie w", + ", 000", + ",▁ particularly▁", + "ent itl", + "of��the▁ European▁Union.", + "▁I▁ voted▁in▁favour▁", + "and▁the▁ other▁", + "▁tr ack▁", + "acc ount▁of▁", + "are d", + ",▁in▁ fact", + "reason able▁", + "even ing▁", + "ali en▁", + "excess ive▁", + "V iet", + "al ▁to▁the▁", + "es▁ which▁", + "ed ?", + "belie f", + "mill ion", + "mill ions▁of▁", + "arch it", + "rep li", + "Lond on▁", + "perfect ly▁", + "decision- making▁", + "ab ort", + "▁Th is", + "bas e▁", + "could▁ have▁", + "organis ed▁", + "Soc ialist▁", + "hund red▁", + "Amster dam", + "a ▁the▁", + "b ilateral▁", + "ut e▁", + "▁W or", + "I▁ should▁like▁to▁", + "cont ext▁of▁", + "ph il", + "between▁the▁ two▁", + "sav ing▁", + "line▁ with▁the▁", + "pic tur", + "simpl e▁", + "subsequ ently▁", + "O b", + "s aw", + "lead er▁", + "ath an▁", + "reveal ed▁that▁", + "daught er▁.", + "improv ed▁", + "▁ther e.", + "vide o▁", + "G D", + "▁t ext", + "par k▁", + "pr int", + "sp it", + "og eth", + "eng age▁", + "custom s▁", + "R ay▁", + "in evit", + "in▁ mind", + "id ay▁", + "li ▁", + "▁I ts▁", + "ot ic▁", + "my▁ own▁", + "off ▁to▁", + "eas y▁", + "secur ity.", + "stor e▁", + "newsp aper▁", + "p ir", + "t ell", + "and -", + "anc ient▁", + "mak ing▁the▁", + "Gre at▁", + "member ship▁", + "Economic▁and▁ Monetary▁", + "L ind", + "es ▁to▁take▁", + "th -", + "▁W il", + "▁M ember▁", + "sp ot", + "in▁this▁ House▁", + "adv ic", + "call▁ on▁the▁", + "▁that▁there▁ is▁", + "summ er▁", + "vehic l", + "J eff", + "en ing▁", + "min im", + "air craft▁", + "▁This▁is▁ why▁", + "Ag ency▁", + "z e▁", + "▁I▁ must▁", + "Ar my▁", + "nation al", + "underst and▁the▁", + "T hom", + "in sp", + "inst all", + "deb t▁", + "differ ence▁", + "e at▁", + "ur e▁.", + "acc ur", + "s▁in▁ order▁to▁", + "ol l▁", + "it▁ ,▁", + "ak sh", + "▁I▁ believe▁", + "pres um", + "row n", + "ities▁ and▁", + "equ iv", + "cor respond", + "Cl int", + "rev olv", + "becom e▁the▁", + "▁E l", + "how▁ much▁", + "rest or", + "commit ments▁", + "cred its▁", + "dinn er▁", + "M iss▁", + "T V▁", + "c ost▁of▁", + "i eld", + "es ?", + "▁I m", + "own▁ .", + "Ch ic", + "into▁ account▁", + "son▁ ,▁", + "exp ensive▁", + "period▁ of▁", + "ge ograph", + "B u", + "p as", + "w e▁th", + "en ed▁", + "h▁ and▁", + "li t▁", + "we▁ all▁", + "di am", + "dis abl", + "sp ot▁", + "ions▁ are▁", + "au th", + "conc ept", + "don e.", + "posit ion▁of▁", + "success ful", + "agricul t", + "his▁ family▁", + "▁that ,▁in▁", + ",▁which▁ has▁", + "help▁ of▁", + "debate▁ on▁", + "conclus ion", + "audi ence▁", + "v eter", + "int im", + "mak ing▁a▁", + "ions▁ for▁", + "as▁a▁ result▁of▁", + "in▁this▁ area.", + ";▁ he▁", + "possib le", + "hand l", + "put▁ in▁", + "seem ingly▁", + "aid .", + "addres s▁the▁", + "H ong▁K", + "K h", + "se iz", + "polic e▁.", + "ure ly▁", + "get s▁a▁", + "a▁c oupl", + "ste al▁", + "perspect ive▁", + "el y,▁", + "ec om", + "▁It▁ is▁the▁", + "art icle▁", + "fr ag", + "strength en▁the▁", + "must ▁take▁", + "bos s▁", + "mor al▁", + "agre ed▁", + "just▁ a▁", + "possib le,▁", + "enter ▁the▁", + "div orce▁", + "S her", + "it▁ in▁", + "enn y▁", + "u ally", + "y ▁to", + ",▁ at▁", + "expl ain▁", + "common▁ position▁", + "alis ed▁", + "C ath", + "d os", + "am a▁", + "ers▁ have▁", + "und oubt", + "fe ed", + "▁As▁ he▁", + "199 8", + "\\/ ▁", + "' m▁", + "an -", + "▁D o", + "report▁ is▁", + "can not", + "each▁ other", + "fall ing▁", + "proced ure.", + "debat e,▁", + "context▁ of▁the▁", + "as▁ and▁", + "it▁ 's▁", + "and▁the▁ Council▁", + "can▁ we▁", + "`` ▁M", + "common▁ agricultural▁", + "▁The▁next▁ morning▁", + "wil d▁", + "ev en▁the▁", + "▁I▁ was▁", + "comm od", + "bo x▁", + "will▁be▁ a▁", + "policy▁ of▁", + "reach ed▁", + "yst em", + "mach ine▁", + "abandon ed▁", + "L o", + "one▁ .", + "should▁ have▁", + "into▁ force▁", + "but ▁to▁", + "because▁ I▁", + "opt im", + "pleas ed▁to▁", + "collect ive▁", + "east ern▁", + "M ik", + "p :", + "▁These▁ are▁", + "crow d▁", + "W at", + "ud e▁", + "concern ed,▁", + "beyond ▁the▁", + "sh or", + "ist er▁", + "▁H er", + "ated▁ .", + "sm uggl", + "N at", + "S erb", + "b es", + "o ▁to▁", + "s ite▁", + "v ital", + "is ▁taken▁", + "▁Th ough▁", + "ated▁ in▁", + "▁R aj", + "sha re", + "care fully▁", + "spok en▁", + "NG O", + "et s▁", + "in▁the▁ area▁of▁", + "or▁ in▁", + "propos ed▁by▁the▁", + "A tl", + "b on", + "ou s,▁", + "el le▁", + "for▁ example", + "ition▁ of▁the▁", + "children▁ .", + "sh op▁", + "has▁ an▁", + "man▁ and▁", + "support ing▁", + "back▁ and▁", + "institut ion", + "seem ▁to▁", + "▁that▁there▁ is▁a▁", + "C .", + "j ack", + "as▁ .", + "by▁ means▁of▁", + "cl as", + "reg ions.", + "`` ▁B", + "right s,▁", + "aul t▁", + "al ty▁", + "a▁ ,▁a▁", + "cont ent▁", + "do▁ n't▁", + "cap it", + "sect ion▁", + "ident ifi", + "valu able▁", + "k ing", + "en vis", + "con verg", + "Commission▁ is▁", + "inform ation.", + ",▁this▁ is▁", + "foot ball▁", + "- 00", + "S an▁", + "▁t end", + "-▁ as▁", + "Committee▁on▁ C", + "stre am", + "em per", + "will▁ be▁the▁", + "att or", + "orig in▁", + "reconc il", + "disgu is", + "a is", + "at▁ her▁", + "ad m", + "at▁the▁ end▁of▁the▁", + "ob vious", + "are ,▁", + "fore st", + "-in- law▁", + "Sec ret", + "definit ely▁", + "htt p:", + "A ustr", + "v ast▁", + "form al▁", + "last▁ year", + "see▁ a▁", + "alth ough", + "clos e▁to▁", + "ament al▁", + "room ▁and▁", + "Res earch▁", + "T ex", + "a ▁to", + "of ▁two▁", + "un less▁", + "os lav", + "ation ,▁and▁", + "▁L e", + "report▁ (A", + "decis ive▁", + "find▁ it▁", + "fail s▁to▁", + "necessar y.", + "child▁ .", + "F ederal▁", + "G i", + "M ax▁", + "ing ▁them", + "go ing", + "fl ood", + "ter ror", + "implement ing▁", + "pat i", + "vol um", + "bri ef▁", + "mechanis m▁", + "h its▁", + "▁A b", + "del iver▁", + "ame work▁", + "▁thank▁ you▁", + "pill ar", + "i res", + "ir ty▁", + "comp any", + "ed▁by▁ her▁", + "my▁ colleagu", + "has▁been▁ a▁", + "happ y▁to▁", + "curr ency▁", + "cul tur", + "▁th ough", + "el ly▁", + "for ▁those▁", + "res t▁of▁", + "rat ic▁", + "lif e▁of▁", + "employ ment.", + "dist ort", + "are▁t wo▁", + "must ▁therefore▁", + "John ny▁", + "b are", + "has▁ become▁", + "arg ument", + "sc and", + "ke y", + "compet ition", + "escap es▁", + "pens ion▁", + "south ern▁", + "S en", + "a ,▁the▁", + "h ot▁", + "has▁ happen", + "him .", + "pri est▁", + "stop ▁the▁", + "improv ement▁", + "hon est▁", + "whether▁ or▁", + "L u", + "d ad▁", + "direct ion.", + "approach .", + "expect ed▁", + "in fring", + "if ying▁", + "aim ▁of▁", + "start ed▁", + "\\/ \\/", + "see king▁", + "ed▁by ▁this▁", + "shad ow▁", + "m el", + "n urs", + "work ed▁", + "fr am", + "enter s▁the▁", + "consult ation▁", + "aver age▁", + "e er", + "▁M ost▁", + "school ▁,▁", + "foc us", + "credib ility▁", + "▁that▁we▁ must▁", + "chas e▁", + "brief ly▁", + "M ir", + "o o▁", + "ations▁ of▁the▁", + "dr ink▁", + "financ ing▁", + "citizen s▁of▁", + "seem s▁to▁be▁", + "convinc ed▁that▁", + "Yug oslav", + "F lor", + "O ff", + "cont ract▁", + "sp read▁", + "aid ▁to▁", + "▁Con sequ", + "grad ually▁", + "He ad", + "sovere ign", + "uh-h uh▁", + "http: \\/\\/", + "S har", + "h ood", + "s ▁that▁they▁", + "er▁ ,▁and▁", + "li fe", + "with▁ other▁", + "with out", + "200 6", + "▁terror ism", + "-t ime▁", + "attract ive▁", + "1 00", + "ing ▁them▁to▁", + "with▁ our▁", + "▁M ay", + "comm it▁", + "stat ist", + "call ing▁", + "wher e▁there▁", + "improv ing▁", + "forward .", + "deli very▁", + "flex ible▁", + "a▁sec ret▁", + "re structur", + "bas is.", + "direct or▁", + "back ground▁", + "▁that▁this▁ is▁", + "and▁that▁ is▁", + "eful ly▁", + "bad ly▁", + "degre e▁of▁", + "lau gh", + "P ri", + "al ist", + "ad mitt", + "de press", + "ear s▁", + "ate▁ a▁", + "St re", + "Ch and", + "des ert", + "differ ences▁", + "high▁ school▁", + "subst anc", + "▁tw ent", + "Tr ade▁", + "equip ment▁", + "i▁gu ess▁", + "f uel▁", + "has▁ now▁", + "▁H ere▁", + "s▁to▁ his▁", + "dis miss", + "lead ership▁", + "finds▁ himself▁", + "Fin ancial▁", + "in ess▁", + "it ▁to▁the▁", + "ig g", + "cont ent", + "when▁ a▁", + "mov es▁", + "V an▁", + "f ell▁", + "z omb", + "of▁ European▁", + "acc us", + "▁this ▁time▁", + ",▁and ▁this▁", + "before▁ he▁", + "ey e▁", + "improv ing▁the▁", + "E M", + "I D", + "it ime▁", + "in▁the▁ European▁Union▁", + "▁F rom▁", + "200 2", + "Europe▁ is▁", + "ce il", + "categ or", + "s light", + "plac e▁.", + "deb t", + "spe ed", + "▁too▁ much▁", + "agricul ture▁", + "EC U▁", + "offer s▁to▁", + ",▁where▁ he▁", + "cal cul", + "R en", + "k new▁", + "v ious▁", + "a▁ ,▁who▁", + "il eg", + "fl ying▁", + "des ign▁", + "love▁ .", + "put ▁the▁", + "A .", + "L ord▁", + "s▁ into▁the▁", + "in▁ other▁", + "on▁ which▁", + "ation ▁to▁the▁", + "so on", + "cor rect▁", + "uni form▁", + "achie ve▁the▁", + "Inter governmental▁", + "C art", + "l on", + "in ▁those▁", + "com \\/", + "all ▁those▁", + "mar ine▁", + "▁It▁ would▁be▁", + "up set▁", + "Council▁ and▁the▁", + "ensur e▁that", + "keep ing▁", + "critic ism▁", + "p h▁", + "only▁ a▁", + "includ e▁the▁", + "Char li", + "O '", + "ent re", + "as su", + "ant icip", + "sa il", + "s▁that▁ she▁", + "▁G e", + "play ed▁by▁", + "▁   ▁Mr▁President,▁", + "prevent ▁the▁", + "bir th▁", + "A z", + "c old▁", + "s pl", + "s▁ at▁the▁", + "ag e▁and▁", + "et ty▁", + "est iv", + "▁S ud", + "know ▁the▁", + "involv es▁", + "dist inct", + "ok ay▁", + "human▁right s,▁", + "agg ress", + "mag ic▁", + ",▁ only▁to▁", + "have▁ been", + "Europe ans▁", + "not e▁", + "any▁ other▁", + "spec ul", + "reach ▁the▁", + "applic ation▁of▁", + "wait ing▁", + "Balt ic▁", + "M os", + "W e", + "no body▁", + "end eav", + "comp on", + "er▁,▁ a▁", + "right .", + "made▁ a▁", + "every body▁", + "rul es.", + "ladies▁and▁gentlemen ,▁the▁", + "e▁tr ade▁", + "may be▁", + "R ev", + "d il", + "s▁ who▁", + "an s,▁", + "en▁ is▁", + "I▁ do▁not▁", + "gr ant▁", + "200 4", + "kill ▁the▁", + "great ly▁", + "police▁ offic", + "responsible▁ for▁the▁", + "circumst ances▁", + "Rul e▁", + "genuin ely▁", + "y ing▁the▁", + "am p▁", + "▁I s", + "ation s▁that▁", + "hav ing▁to▁", + "role▁ in▁the▁", + "Heal th▁and▁", + "T ▁", + "i es▁that▁", + "▁I▁ shall▁", + "ations▁ for▁", + "la unch▁", + "spe ed▁", + "det ect", + "principl es▁", + "my self", + "believ es▁that▁", + "Pr ince▁", + "uck y▁", + "at ic", + "st imul", + "▁to bacc", + "we▁ also▁", + "▁tr uck▁", + "wom en.", + "sum er▁", + "institut ions,▁", + "Sp ain", + "sinc er", + "dict ator", + "pic ks▁", + "sne ak", + "n ine▁", + "at ▁their▁", + ",▁which▁ will▁", + "Member▁Stat es'▁", + "200 3", + "lead s▁to▁", + "sever al", + "demand s▁", + "const itu", + "essential ▁to▁", + "birth day▁", + "P e", + "b reat", + "a▁ has▁", + "and .", + "as▁ possible.", + "with ▁them▁", + "▁I▁ believe▁that▁the▁", + "▁We▁ do▁not▁", + "art ist▁", + "old en▁", + "jo int", + "Ar th", + "wif e▁.", + "fail ▁to▁", + "far▁ as▁the▁", + "▁If▁ you▁", + "as▁well▁ .", + "tern al▁", + "Lisbon▁ Strateg", + "- ▁that▁", + "M ax", + "s ▁to▁take▁", + "ra d▁", + ",▁I▁ have▁", + "rem ote▁", + "does▁ not", + "help▁ .", + "avail able▁to▁", + "innov ative▁", + "citizens '▁", + "D re", + "b on▁", + "g ian▁", + "or .", + "ro mance▁", + "as▁ a▁s", + "European▁Un ion▁to▁", + "imp act", + "WT O", + "re ly▁", + "al ter", + "ex empt", + "▁We▁ need▁", + "mon opol", + "loc k▁", + "President -in-Office▁of▁the▁", + "qual ified▁", + "ongo ing▁", + "E N", + "s lip", + "▁We▁ have▁to▁", + "requ ir", + "peac e▁and▁", + "los s▁of▁", + "view▁ of▁", + "Tom my▁", + "n ur", + "com es▁to▁the▁", + "we▁ were▁", + "enc ies▁", + "say ,▁", + "marri ed▁to▁", + "cha ir▁", + "befor e▁they▁", + "reluct antly▁", + "fres h▁", + "K ir", + "à ¼", + "▁ so▁", + "and▁ its▁", + "se em▁", + "▁W ell", + "mor e▁than", + "put s▁", + "inno c", + "dri ver", + "plen ary▁", + "pe t▁", + "emb er.", + "ast ic▁", + "ick y▁", + "histor ical▁", + "yester day▁", + "S il", + "f ant", + "ar dis", + "I▁ can▁", + "war ning▁", + "k en▁", + "m s▁", + "ab ilities▁", + "ill a▁", + "work▁ .", + "sum mar", + "start ing▁", + "basis▁ for▁", + "short ly▁", + "Em ploy", + "▁Third ly,▁", + "olly wood▁", + "k o▁", + "▁t ask▁", + "issu e,▁", + "other s,▁", + "conv en", + "promot ion▁of▁", + "applic ation▁of▁the▁", + "wait ing▁for▁", + "p ip", + "an ,▁", + "pl ot", + "not▁ a▁", + "part s▁of▁the▁", + "sect ors▁", + "hold ing▁", + "Fund amental▁", + "C open", + "C aliforn", + "L i", + "l ed▁to▁", + "s y▁", + "s▁ will▁", + "▁The▁ European▁Parliament▁", + "riv al▁", + "oper ate▁", + ":▁ ``", + "plan et▁", + "hospital▁ .", + "C roat", + "R av", + "h o", + "n es", + "ic hel", + ",▁and▁ it▁", + "from▁ an▁", + "develop ments▁", + "vict ory▁", + "above▁ all", + "A u", + "k is", + "l over▁", + "an s.", + "ac e", + "ri es▁", + "be ing▁the▁", + "▁I▁ welcome▁the▁", + "Mr ▁G", + "my▁ fellow▁M", + "▁J ack▁", + "empt y▁", + "▁tw o", + "Col on", + "suppos ed▁to▁", + "▁Becaus e▁", + "a unt", + "c ow", + "ob vious▁", + "▁L ast▁", + "bur den", + "rob b", + "Isra el▁", + "fra ud", + "e ag", + "ed▁by▁ an▁", + "year s▁.", + ",▁we▁ will▁", + "appro xim", + "P .", + "th at▁", + "li qu", + "ation▁ and▁the▁", + "are .", + "po ol", + "agre e▁to▁", + "▁N ov", + "own er▁", + "both▁ sid", + "Rom a▁", + "s it▁", + "u j", + "ur e▁and▁", + "ed ,▁but▁", + "ed ▁through▁", + "aw ard", + "inv est▁", + "oper ational▁", + "▁to▁be▁ able▁to▁", + "mer c", + "other ▁thing", + "▁tri p", + "programm es.", + "Pr inc", + "near ▁the▁", + "Members▁ of▁the▁", + "influ enc", + "0 .", + "r ab", + "y ?", + "Mar k▁", + "difficul ty▁", + "driv en▁", + "priv ileg", + "charact ers▁", + "fall▁ in▁love▁", + "immigr ant", + "arrang ement", + "AC P▁", + "F or", + "od d▁", + "ext ra▁", + "way s▁", + "plac ed▁", + "other ▁than▁", + "– ▁and▁", + "marri age▁.", + "e▁tak es▁", + "care er▁", + "pric es▁", + "( CO", + "M aj", + "e am▁", + "f ict", + "i bl", + "t rain▁", + "ation▁ ,▁", + "▁In▁ particular", + "plac e▁to▁", + "expl or", + "▁That▁ night▁", + "job s.", + "respect ▁the▁", + "e▁them selv", + "un conscious▁", + "▁to ▁these▁", + "him ▁to▁the▁", + "ob ser", + "acc used▁", + "countri es▁to▁", + "intern ational", + "hor se▁", + "approach ▁to▁", + "extrem e▁", + "standard s.", + "stu dies▁", + "conclud e▁", + "intervent ion▁", + "be at▁", + "you th▁", + "Mr ▁F", + "go al▁", + "aff ir", + "proposal s.", + "▁In▁the▁ end▁", + "here▁ in▁", + "believ e,▁", + "introduc es▁", + "▁I▁would▁also▁ like▁to▁", + "Fis her", + "I m", + "d '", + "fin ish▁", + "must▁ also▁", + "▁R ob", + "refer ence▁", + "strateg y.", + "promot e▁the▁", + "weap ons▁", + "minut es▁", + "in e▁.", + "ing ,▁the▁", + "res ol", + "sh er", + "St .", + "Mr ▁D", + "want ed▁", + "lat er", + "neverth eless▁", + "D oc", + "so ,▁", + "issu es,▁", + "short -", + "▁I▁hop e▁that▁", + "bomb ▁", + "introduct ion▁of▁", + "1 ,▁", + "b ow", + "al k▁", + "ed on", + "ag h", + "su m▁", + "▁The▁ only▁", + "and▁the▁ two▁", + "▁tak en", + "ve▁th eir▁", + "gu est", + "made▁ by▁", + "wif e▁and▁", + "5 00▁", + "ar ▁and▁", + "ing ▁those▁", + "in▁the▁ world▁", + "▁W ill▁", + "emb er,▁", + "year s", + "el▁ 's▁", + "is▁the▁ only▁", + "money▁ and▁", + "require d▁to▁", + "establish ment▁", + "as▁regard s▁the▁", + "\" ▁", + "E ll", + "c ave▁", + "n av", + "ing s▁of▁", + "ext ensive▁", + "deb ates▁", + "nam e▁of▁", + "grow n▁", + "releas e▁", + "h ost▁", + "▁the▁ same▁", + "▁to▁ see▁", + "cap ital", + "other s.", + "crimin al", + "call▁ for▁", + "claim s▁", + "people 's▁", + "in▁relation ▁to▁", + "gott en▁", + "▁We▁ can▁", + "what▁ was▁", + "▁thin ks▁", + "dep ict", + "provid e▁the▁", + "A ug", + "wh elm", + "propos e▁", + "chang e▁the▁", + "report ,▁which▁", + "countries▁ of▁the▁", + "charact er▁", + "Off ice▁", + "C ur", + "▁ ``", + "ag e▁,▁", + "such▁ an▁", + "increas e▁in▁the▁", + "solut ions▁", + "aware▁ of▁", + "▁Dr .", + "▁traffic king▁", + "C a", + "c ot", + "l ay▁", + "ion al", + "▁S ever", + "it▁is▁ also▁", + "hi red▁", + "pat ient▁", + "Wash ington▁", + "f asc", + "h all", + "n ess▁and▁", + "in es▁", + "il ities.", + "ag e.", + "de feat", + "▁tr oubl", + "call s▁for▁", + "sens e▁of▁", + "conditions▁ for▁", + "hour s▁", + "A R", + "C ount", + "k in", + "ro of▁", + "ut in", + "ey es▁", + "finds▁ out▁", + "role▁ of▁the▁", + "hon est", + "capt ain▁", + "advert is", + "S yl", + "p ock", + "▁M c", + "bur g", + "sever e▁", + "▁trad ing▁", + "light▁ of▁the▁", + "amendment s.", + "exampl e▁of▁", + "impos e▁", + "nar rat", + "exchang e▁of▁", + "neighbor hood▁", + "M arg", + ",▁ will▁", + "work▁ of▁the▁", + "beg an▁", + "sist er▁,▁", + "clos ed▁", + "rais ed▁", + "in▁term s▁of▁the▁", + "▁technolog ical▁", + "▁Unfortun ately,▁", + "B I▁", + "L or", + "it▁ has▁been▁", + "ug g", + "countri es▁that▁", + "hear s▁", + "cul ture▁", + "along▁ with▁the▁", + "J e", + "s ong▁", + "is▁ one▁of▁the▁", + "her▁ ,▁", + "with in▁a▁", + "chang ed▁", + "bod y", + "creat ing▁a▁", + "urg e▁", + "Rom ani", + "mob ility▁", + "v ow", + "us ▁the▁", + "as▁ far▁as▁", + "se en", + "ions▁ on▁", + "after▁ he▁", + "pay ments▁", + "knoc ks▁", + "Jew ish▁", + "at▁the▁ tim", + "is▁a▁ very▁", + "ations▁ are▁", + "200 5", + "show ing▁", + "undoubt edly▁", + "m ad▁", + "t o▁the▁", + "a▁s ystem▁", + "know ▁that▁the▁", + "hum ili", + "pow er▁to▁", + "head▁ .", + "European▁Parliament 's▁", + "practic e.", + "catch es▁", + "t reat", + "riv er▁", + "mer g", + "▁tri p▁", + "199 7", + "destro y▁the▁", + "can▁only▁ be▁", + "more▁and▁ more▁", + "L iber", + "i k▁", + "am bus", + "e▁th ey", + "her▁ own▁", + "gu y▁", + "ly -", + "sur rend", + "cooper ate▁", + "ask ed▁to▁", + "Member▁States▁ are▁", + "valu es▁", + "▁With out▁", + "relations▁ with▁", + "Org anis", + "' d", + "or ous▁", + "▁T r", + "be .", + "ap ol", + "refer red", + "litt l", + "Treat y.", + "developing▁ countries▁", + "position ▁to▁", + "L aw", + "e ach", + "e▁ ,▁and▁", + "ac compl", + "di ▁", + "dis advantag", + "son▁ and▁", + "lab or", + "city▁ .", + "phot ograp", + "neighbour ing▁", + "▁With▁regard ▁to▁the▁", + "E lizabeth", + "T er", + "s ort", + "▁they▁ can▁", + "▁take▁ a▁", + "about ▁their▁", + ",▁who▁ was▁", + "point s.", + "continu ed▁", + "family▁ and▁", + "pleas e▁", + "does n't▁", + "l ord▁", + "p ain▁", + "pro of▁", + "as▁ possible▁", + "out lin", + "lif est", + "principl es▁of▁", + "exist ence▁", + "receiv es▁a▁", + "responsibility▁ for▁", + "t▁ is▁", + "or s.", + "with▁ no▁", + "ne gl", + "interest s▁", + "▁thes e▁two▁", + "rail way▁", + "famili ar▁", + "vote▁in▁ favour▁", + "f right", + "▁P eop", + "art ic", + "but ,▁", + "ext ent▁", + "know ing▁", + ":▁ '", + "support ▁this▁", + "product ive▁", + "put t", + "system s.", + "bi o", + "Christian▁ Democrat", + "of▁ all▁", + "th▁ centur", + "sol d▁", + "Con sumer▁", + ",▁there▁ is▁no▁", + "knowledg e▁", + "representativ es▁of▁the▁", + "fal se▁", + "G l", + "s oft", + ",▁ who", + "at ed▁the▁", + "lik e▁that▁", + "ass ist▁", + "aw ait", + "cho ose▁", + "fo rem", + "surv e", + "f eder", + "▁th rown▁", + "wit ch▁", + "wor st▁", + "et▁ and▁", + "out .", + "ing▁to▁ a▁", + "do▁ so.", + "first▁ and▁", + "European▁Union▁ is▁", + "▁through out▁", + "Committee▁on▁ Legal▁", + "down ▁to▁", + "lab ell", + "objectiv es.", + "murd er▁.", + "suffici ently▁", + "Amendments▁ Nos▁", + ", ▁to▁be▁", + "T i", + "s  ", + "is od", + "ac ul", + "ow er▁", + "ch est", + "-▁ a▁", + "comp uls", + "▁there▁ was▁", + "Parliament▁ has▁", + "vill age▁.", + "priv at", + "Bar cel", + "ij ay▁", + "flex ib", + "Israel i▁", + "Irel and▁", + "first▁of▁ all▁", + "Republ ic", + "a▁ and▁the▁", + "an▁ affair▁", + "am m", + "▁I rel", + "sh ock▁", + "anc h▁", + "plac es▁", + "suit able▁", + "▁Jan uary▁", + ", ▁taking▁", + "m ale▁", + "'s▁ father▁", + "n▁ .", + "or▁ a▁", + "so▁ he▁", + "hand s▁", + "accept able▁", + "without▁ a▁", + "now ,▁", + "suff er▁", + "express ed▁", + "low -", + "th- century▁", + "u s▁.", + "att end▁", + "▁Th rough", + "we b", + "lo st", + "pursu e▁", + "Sum mit▁", + "half -", + "m ac", + "s educ", + "om et", + "st ers▁", + "res ort", + "ri ▁", + "ad ul", + "et c.", + "per pet", + "ment▁ .", + "my▁ group▁", + "EU ▁Member▁Stat", + "s▁,▁ a▁", + ",▁as▁ I▁", + "discus s▁the▁", + "mult ipl", + "fair ly▁", + "unaccept able▁", + "stra ight▁", + "bind ing▁", + "phil os", + "S )", + "n it", + "is ▁trying▁to▁", + "el ig", + "pr en", + "▁Mr .", + "▁thank s▁to▁", + "Committee▁on▁the▁Environ ment,▁", + "M er", + "s ing▁", + "w estern▁", + "id ents▁", + "ex ha", + "because▁ it▁is▁", + "mov ement", + "driv er▁", + "▁Sh ort", + "disast er▁", + "Public▁ Health▁and▁", + "7 0", + "8 0", + "h i▁", + ",▁ for▁the▁", + "mak es▁the▁", + "Commission▁ has▁", + "get ▁to▁", + "author ities.", + "help ing▁", + "bod y▁.", + "grat eful", + "▁Mr▁President,▁I▁ would▁like▁to▁", + "exerc ise▁", + "? ▁''", + "she▁ 's▁", + "among st▁", + "enough .", + "▁talk▁ about▁", + "Constitut ional��", + "A lex▁", + "d ating▁", + "s ending▁", + "at ure▁", + "over whelm", + "issu e▁of▁the▁", + "job ▁.", + "market s.", + "opin ion▁of▁the▁", + "attent ion", + "origin ally▁", + "-▁and▁ I▁", + "mil k▁", + "Serv ice▁", + "hag en▁", + "a▁situ ation▁", + "/ 0", + "I N", + "l over", + "v oc", + "all▁ .", + "▁The▁Commission▁ is▁", + "business es▁", + "grand father▁", + "Polic y▁", + "g ay▁", + "r um", + "are▁ also▁", + "she▁ had▁", + "od d", + "so ▁that▁they▁", + "▁In ▁that▁", + "ures .", + "Rep resent", + "meant im", + "re press", + "with▁ her▁.", + "but▁ not▁", + "emb ly▁", + "a▁s ur", + "larg er▁", + "▁An n", + "deal ing▁", + "Intern al▁", + "United▁King dom", + "J .", + "L uxembour", + "us eful", + "Parliament ▁to▁", + "clos er▁", + "secur ity,▁", + "mit h▁", + "hard ly▁", + "Hung arian▁" + ] + } +} \ No newline at end of file