Mini-Transformer / tokenizer /bpe_4k.json
AlaBoussoffara's picture
added infer docker & /config option & various bug fixes & new tests
b22e8ba
Raw
History Blame Contribute Delete
255 kB
{
"version": "1.0",
"truncation": null,
"padding": null,
"added_tokens": [
{
"id": 0,
"content": "<pad>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 1,
"content": "<bos>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 2,
"content": "<eos>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 3,
"content": "<unk>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
}
],
"normalizer": null,
"pre_tokenizer": {
"type": "Sequence",
"pretokenizers": [
{
"type": "Whitespace"
},
{
"type": "Punctuation",
"behavior": "Isolated"
}
]
},
"post_processor": {
"type": "TemplateProcessing",
"single": [
{
"SpecialToken": {
"id": "<bos>",
"type_id": 0
}
},
{
"Sequence": {
"id": "A",
"type_id": 0
}
},
{
"SpecialToken": {
"id": "<eos>",
"type_id": 0
}
}
],
"pair": [
{
"Sequence": {
"id": "A",
"type_id": 0
}
},
{
"Sequence": {
"id": "B",
"type_id": 1
}
}
],
"special_tokens": {
"<bos>": {
"id": "<bos>",
"ids": [
1
],
"tokens": [
"<bos>"
]
},
"<eos>": {
"id": "<eos>",
"ids": [
2
],
"tokens": [
"<eos>"
]
}
}
},
"decoder": null,
"model": {
"type": "BPE",
"dropout": null,
"unk_token": "<unk>",
"continuing_subword_prefix": "##",
"end_of_word_suffix": null,
"fuse_unk": false,
"byte_fallback": false,
"ignore_merges": false,
"vocab": {
"<pad>": 0,
"<bos>": 1,
"<eos>": 2,
"<unk>": 3,
"!": 4,
"\"": 5,
"#": 6,
"$": 7,
"%": 8,
"&": 9,
"'": 10,
"(": 11,
")": 12,
"*": 13,
"+": 14,
",": 15,
"-": 16,
".": 17,
"/": 18,
"0": 19,
"1": 20,
"2": 21,
"3": 22,
"4": 23,
"5": 24,
"6": 25,
"7": 26,
"8": 27,
"9": 28,
":": 29,
";": 30,
"<": 31,
"=": 32,
">": 33,
"?": 34,
"@": 35,
"A": 36,
"B": 37,
"C": 38,
"D": 39,
"E": 40,
"F": 41,
"G": 42,
"H": 43,
"I": 44,
"J": 45,
"K": 46,
"L": 47,
"M": 48,
"N": 49,
"O": 50,
"P": 51,
"Q": 52,
"R": 53,
"S": 54,
"T": 55,
"U": 56,
"V": 57,
"W": 58,
"X": 59,
"Y": 60,
"Z": 61,
"[": 62,
"\\": 63,
"]": 64,
"^": 65,
"_": 66,
"`": 67,
"a": 68,
"b": 69,
"c": 70,
"d": 71,
"e": 72,
"f": 73,
"g": 74,
"h": 75,
"i": 76,
"j": 77,
"k": 78,
"l": 79,
"m": 80,
"n": 81,
"o": 82,
"p": 83,
"q": 84,
"r": 85,
"s": 86,
"t": 87,
"u": 88,
"v": 89,
"w": 90,
"x": 91,
"y": 92,
"z": 93,
"{": 94,
"|": 95,
"}": 96,
"": 97,
"€": 98,
"": 99,
"’": 100,
"”": 101,
"¡": 102,
"£": 103,
"¥": 104,
"§": 105,
"¨": 106,
"©": 107,
"«": 108,
"­": 109,
"®": 110,
"°": 111,
"±": 112,
"²": 113,
"³": 114,
"´": 115,
"µ": 116,
"·": 117,
"¸": 118,
"¹": 119,
"º": 120,
"»": 121,
"¼": 122,
"½": 123,
"¾": 124,
"¿": 125,
"À": 126,
"Á": 127,
"Â": 128,
"Ä": 129,
"Å": 130,
"Æ": 131,
"Ç": 132,
"È": 133,
"É": 134,
"Ê": 135,
"Ë": 136,
"Ì": 137,
"Í": 138,
"Î": 139,
"Ï": 140,
"Ð": 141,
"Ñ": 142,
"Ó": 143,
"Ô": 144,
"Ö": 145,
"Ø": 146,
"Ù": 147,
"Ú": 148,
"Ü": 149,
"Ý": 150,
"ß": 151,
"à": 152,
"á": 153,
"â": 154,
"ã": 155,
"ä": 156,
"å": 157,
"æ": 158,
"ç": 159,
"è": 160,
"é": 161,
"ê": 162,
"ë": 163,
"ì": 164,
"í": 165,
"î": 166,
"ï": 167,
"ð": 168,
"ñ": 169,
"ò": 170,
"ó": 171,
"ô": 172,
"õ": 173,
"ö": 174,
"÷": 175,
"ø": 176,
"ù": 177,
"ú": 178,
"û": 179,
"ü": 180,
"ý": 181,
"þ": 182,
"ā": 183,
"Ă": 184,
"ă": 185,
"ą": 186,
"Ć": 187,
"ć": 188,
"ĉ": 189,
"Č": 190,
"č": 191,
"ď": 192,
"Đ": 193,
"đ": 194,
"ē": 195,
"Ė": 196,
"ė": 197,
"ę": 198,
"ě": 199,
"ğ": 200,
"Ģ": 201,
"ī": 202,
"İ": 203,
"ı": 204,
"ķ": 205,
"ļ": 206,
"Ľ": 207,
"ľ": 208,
"Ł": 209,
"ł": 210,
"ń": 211,
"ņ": 212,
"ň": 213,
"ō": 214,
"Ő": 215,
"ő": 216,
"Œ": 217,
"œ": 218,
"ŕ": 219,
"Ř": 220,
"ř": 221,
"Ś": 222,
"ś": 223,
"Ş": 224,
"ş": 225,
"Š": 226,
"š": 227,
"Ţ": 228,
"ţ": 229,
"Ť": 230,
"ť": 231,
"ū": 232,
"ů": 233,
"ų": 234,
"ŵ": 235,
"ź": 236,
"Ż": 237,
"ż": 238,
"Ž": 239,
"ž": 240,
"ǎ": 241,
"ǐ": 242,
"ǔ": 243,
"ȇ": 244,
"ș": 245,
"ʻ": 246,
"ʼ": 247,
"ˆ": 248,
"˗": 249,
"˚": 250,
"́": 251,
"̐": 252,
"Α": 253,
"Β": 254,
"Ε": 255,
"Ι": 256,
"Κ": 257,
"Μ": 258,
"Ν": 259,
"Ο": 260,
"Π": 261,
"Ρ": 262,
"Τ": 263,
"Υ": 264,
"ά": 265,
"έ": 266,
"ή": 267,
"ί": 268,
"α": 269,
"β": 270,
"γ": 271,
"δ": 272,
"ε": 273,
"η": 274,
"ι": 275,
"κ": 276,
"λ": 277,
"μ": 278,
"ν": 279,
"ξ": 280,
"ο": 281,
"π": 282,
"ρ": 283,
"ς": 284,
"σ": 285,
"τ": 286,
"υ": 287,
"φ": 288,
"χ": 289,
"ω": 290,
"ό": 291,
"ύ": 292,
"ώ": 293,
"Д": 294,
"М": 295,
"Н": 296,
"О": 297,
"П": 298,
"Т": 299,
"а": 300,
"б": 301,
"в": 302,
"г": 303,
"д": 304,
"е": 305,
"з": 306,
"и": 307,
"й": 308,
"к": 309,
"л": 310,
"м": 311,
"н": 312,
"о": 313,
"п": 314,
"р": 315,
"с": 316,
"т": 317,
"у": 318,
"ч": 319,
"ш": 320,
"ъ": 321,
"ы": 322,
"ь": 323,
"я": 324,
"ย": 325,
"ร": 326,
"อ": 327,
"่": 328,
"ᵉ": 329,
"ᵐ": 330,
"ị": 331,
"​": 332,
"–": 333,
"—": 334,
"―": 335,
"‘": 336,
"’": 337,
"“": 338,
"”": 339,
"•": 340,
"…": 341,
"″": 342,
"€": 343,
"−": 344,
"≈": 345,
"○": 346,
"♪": 347,
"♫": 348,
"你": 349,
"葱": 350,
"送": 351,
"�": 352,
"##r": 353,
"##é": 354,
"##h": 355,
"##a": 356,
"##l": 357,
"##t": 358,
"##n": 359,
"##i": 360,
"##s": 361,
"##m": 362,
"##e": 363,
"##c": 364,
"##p": 365,
"##d": 366,
"##u": 367,
"##o": 368,
"##z": 369,
"##b": 370,
"##v": 371,
"##w": 372,
"##g": 373,
"##3": 374,
"##8": 375,
"##1": 376,
"##I": 377,
"##B": 378,
"##A": 379,
"##è": 380,
"##T": 381,
"##f": 382,
"##P": 383,
"##F": 384,
"##4": 385,
"##0": 386,
"##2": 387,
"##5": 388,
"##k": 389,
"##q": 390,
"##ï": 391,
"##H": 392,
"##N": 393,
"##E": 394,
"##y": 395,
"##O": 396,
"##â": 397,
"##á": 398,
"##ç": 399,
"##R": 400,
"##D": 401,
"##Z": 402,
"##9": 403,
"##ä": 404,
"##j": 405,
"##X": 406,
"##x": 407,
"##M": 408,
"##C": 409,
"##Q": 410,
"##ê": 411,
"##6": 412,
"##ó": 413,
"##G": 414,
"##W": 415,
"##ü": 416,
"##7": 417,
"##L": 418,
"##U": 419,
"##S": 420,
"##е": 421,
"##н": 422,
"##J": 423,
"##û": 424,
"##ʼ": 425,
"##ö": 426,
"##Ι": 427,
"##ñ": 428,
"##š": 429,
"##č": 430,
"##í": 431,
"##î": 432,
"##œ": 433,
"##ô": 434,
"##V": 435,
"##­": 436,
"##K": 437,
"##É": 438,
"##ã": 439,
"##ă": 440,
"##à": 441,
"##ţ": 442,
"##ò": 443,
"##ć": 444,
"##ĉ": 445,
"##ú": 446,
"##ą": 447,
"##ù": 448,
"##ň": 449,
"##ė": 450,
"##ø": 451,
"##ł": 452,
"##đ": 453,
"##ī": 454,
"##Y": 455,
"##æ": 456,
"##ź": 457,
"##ń": 458,
"##ร": 459,
"##่": 460,
"##อ": 461,
"##ย": 462,
"##ę": 463,
"##º": 464,
"##ś": 465,
"##ū": 466,
"##Ï": 467,
"##ǔ": 468,
"##å": 469,
"##ž": 470,
"##Τ": 471,
"##Ε": 472,
"##т": 473,
"##р": 474,
"##а": 475,
"##ë": 476,
"##ť": 477,
"##ý": 478,
"##ų": 479,
"##ì": 480,
"##ε": 481,
"##ί": 482,
"##ß": 483,
"##ȇ": 484,
"##ş": 485,
"##ᵉ": 486,
"##Ü": 487,
"##Ö": 488,
"##ğ": 489,
"##ο": 490,
"##ν": 491,
"##α": 492,
"##ι": 493,
"##ð": 494,
"##Μ": 495,
"##Α": 496,
"##η": 497,
"##õ": 498,
"##π": 499,
"##έ": 500,
"##ρ": 501,
"##о": 502,
"##д": 503,
"##я": 504,
"##ǎ": 505,
"##у": 506,
"##к": 507,
"##й": 508,
"##̐": 509,
"##ō": 510,
"##ő": 511,
"##ē": 512,
"##υ": 513,
"##δ": 514,
"##σ": 515,
"##ς": 516,
"##ı": 517,
"##Á": 518,
"##б": 519,
"##ъ": 520,
"##ż": 521,
"##ā": 522,
"##ķ": 523,
"##ņ": 524,
"##́": 525,
"##È": 526,
"##Â": 527,
"##ř": 528,
"##Ρ": 529,
"##ě": 530,
"##з": 531,
"##Í": 532,
"##ύ": 533,
"##你": 534,
"##葱": 535,
"##Ê": 536,
"##Å": 537,
"##в": 538,
"##и": 539,
"##с": 540,
"##м": 541,
"##Ν": 542,
"##ș": 543,
"##ľ": 544,
"##Ă": 545,
"##Ť": 546,
"##п": 547,
"##ш": 548,
"##л": 549,
"##þ": 550,
"##Ú": 551,
"##Ô": 552,
"##Κ": 553,
"##ǐ": 554,
"##Ø": 555,
"##Ο": 556,
"##λ": 557,
"##χ": 558,
"##τ": 559,
"##Ì": 560,
"##κ": 561,
"##γ": 562,
"##ό": 563,
"##ω": 564,
"##β": 565,
"##ļ": 566,
"##ŵ": 567,
"##ή": 568,
"##ď": 569,
"##ώ": 570,
"##​": 571,
"##μ": 572,
"##ά": 573,
"##Ó": 574,
"##Ç": 575,
"##ь": 576,
"##Ý": 577,
"##ů": 578,
"##�": 579,
"##φ": 580,
"##ξ": 581,
"##”": 582,
"##ч": 583,
"##Ñ": 584,
"##ы": 585,
"##À": 586,
"##ᵐ": 587,
"##on": 588,
"##es": 589,
"##en": 590,
"##ti": 591,
"##er": 592,
"th": 593,
"##ou": 594,
"##an": 595,
"##re": 596,
"##is": 597,
"the": 598,
"##ent": 599,
"de": 600,
"##in": 601,
"##or": 602,
"##it": 603,
"##tion": 604,
"##ro": 605,
"##ar": 606,
"##le": 607,
"##at": 608,
"in": 609,
"##om": 610,
"##al": 611,
"##ment": 612,
"qu": 613,
"##ur": 614,
"##si": 615,
"la": 616,
"an": 617,
"of": 618,
"to": 619,
"##st": 620,
"##ve": 621,
"##ation": 622,
"##te": 623,
"##ic": 624,
"le": 625,
"en": 626,
"and": 627,
"##ne": 628,
"##as": 629,
"et": 630,
"con": 631,
"re": 632,
"##il": 633,
"##qu": 634,
"##ce": 635,
"##ra": 636,
"##ing": 637,
"pro": 638,
"##omm": 639,
"##our": 640,
"##el": 641,
"des": 642,
"les": 643,
"##ous": 644,
"##et": 645,
"##ed": 646,
"##ut": 647,
"##pe": 648,
"##ir": 649,
"##ol": 650,
"##us": 651,
"is": 652,
"##ons": 653,
"##ant": 654,
"que": 655,
"that": 656,
"be": 657,
"##ri": 658,
"##uro": 659,
"par": 660,
"on": 661,
"##ort": 662,
"##ans": 663,
"##ci": 664,
"un": 665,
"##ch": 666,
"##mp": 667,
"##pp": 668,
"##ot": 669,
"##res": 670,
"##me": 671,
"for": 672,
"##os": 673,
"##ul": 674,
"wh": 675,
"##ly": 676,
"##sion": 677,
"##ct": 678,
"au": 679,
"est": 680,
"##ire": 681,
"##id": 682,
"dé": 683,
"##ré": 684,
"##ig": 685,
"ne": 686,
"ex": 687,
"fa": 688,
"pour": 689,
"une": 690,
"al": 691,
"du": 692,
"##ter": 693,
"ma": 694,
"##ble": 695,
"su": 696,
"se": 697,
"##ver": 698,
"##que": 699,
"Th": 700,
"as": 701,
"##ion": 702,
"##ta": 703,
"ré": 704,
"Comm": 705,
"##ff": 706,
"it": 707,
"##end": 708,
"nous": 709,
"##tre": 710,
"##em": 711,
"Euro": 712,
"dans": 713,
"we": 714,
"##ité": 715,
"##op": 716,
"ha": 717,
"qui": 718,
"##ie": 719,
"pl": 720,
"Europe": 721,
"##lement": 722,
"not": 723,
"this": 724,
"##ay": 725,
"##ission": 726,
"##ers": 727,
"ce": 728,
"ac": 729,
"comm": 730,
"##iti": 731,
"##ure": 732,
"##oul": 733,
"##li": 734,
"##ge": 735,
"##pé": 736,
"are": 737,
"com": 738,
"##de": 739,
"pas": 740,
"il": 741,
"##ces": 742,
"##té": 743,
"##ow": 744,
"##ith": 745,
"##un": 746,
"mo": 747,
"##ux": 748,
"sur": 749,
"##ate": 750,
"##ens": 751,
"##ont": 752,
"imp": 753,
"##ill": 754,
"##ere": 755,
"with": 756,
"Commission": 757,
"res": 758,
"##tin": 759,
"##bl": 760,
"ch": 761,
"##out": 762,
"##ould": 763,
"ra": 764,
"so": 765,
"have": 766,
"##oun": 767,
"##tions": 768,
"euro": 769,
"##and": 770,
"##tr": 771,
"Un": 772,
"##du": 773,
"##ations": 774,
"##ich": 775,
"##ad": 776,
"do": 777,
"at": 778,
"##tat": 779,
"pol": 780,
"av": 781,
"##tive": 782,
"##di": 783,
"tr": 784,
"ag": 785,
"##se": 786,
"##ity": 787,
"europé": 788,
"##ain": 789,
"which": 790,
"li": 791,
"##ence": 792,
"pe": 793,
"app": 794,
"The": 795,
"##ue": 796,
"##th": 797,
"##urs": 798,
"European": 799,
"sa": 800,
"Par": 801,
"##ance": 802,
"##sid": 803,
"##ke": 804,
"##emb": 805,
"européen": 806,
"##ère": 807,
"prop": 808,
"je": 809,
"sh": 810,
"pré": 811,
"##con": 812,
"##ts": 813,
"tra": 814,
"comp": 815,
"Union": 816,
"will": 817,
"po": 818,
"or": 819,
"##tic": 820,
"am": 821,
"dis": 822,
"by": 823,
"conc": 824,
"##ée": 825,
"##ér": 826,
"##ments": 827,
"ad": 828,
"##vel": 829,
"##ust": 830,
"plus": 831,
"##um": 832,
"##la": 833,
"me": 834,
"##les": 835,
"di": 836,
"##mes": 837,
"##ction": 838,
"##ting": 839,
"##ven": 840,
"##igh": 841,
"##ette": 842,
"##pport": 843,
"##ord": 844,
"##ques": 845,
"has": 846,
"all": 847,
"rep": 848,
"pr": 849,
"ab": 850,
"##ard": 851,
"aut": 852,
"cons": 853,
"##oc": 854,
"inter": 855,
"##able": 856,
"Mr": 857,
"##és": 858,
"co": 859,
"##ud": 860,
"politi": 861,
"##ves": 862,
"##for": 863,
"##am": 864,
"##ten": 865,
"##ore": 866,
"import": 867,
"ser": 868,
"##ted": 869,
"##ès": 870,
"##ution": 871,
"##so": 872,
"fin": 873,
"acc": 874,
"gr": 875,
"##aire": 876,
"##ais": 877,
"Je": 878,
"##ag": 879,
"aux": 880,
"eff": 881,
"##cess": 882,
"##rom": 883,
"##00": 884,
"##ac": 885,
"cette": 886,
"si": 887,
"##sie": 888,
"##ite": 889,
"##tif": 890,
"##tit": 891,
"ave": 892,
"##cial": 893,
"##ist": 894,
"##ise": 895,
"##au": 896,
"##ays": 897,
"vo": 898,
"##resid": 899,
"##ament": 900,
"##bil": 901,
"can": 902,
"sont": 903,
"dev": 904,
"##ées": 905,
"dire": 906,
"es": 907,
"##lo": 908,
"##ient": 909,
"##age": 910,
"mon": 911,
"être": 912,
"##ec": 913,
"would": 914,
"Presid": 915,
"there": 916,
"##ale": 917,
"##ern": 918,
"reg": 919,
"exp": 920,
"##tri": 921,
"##erm": 922,
"ta": 923,
"##ien": 924,
"##ose": 925,
"you": 926,
"européenne": 927,
"##ique": 928,
"also": 929,
"ob": 930,
"##tain": 931,
"ques": 932,
"##ures": 933,
"mar": 934,
"##sident": 935,
"avec": 936,
"##conom": 937,
"Il": 938,
"##use": 939,
"don": 940,
"from": 941,
"##ors": 942,
"man": 943,
"##ait": 944,
"should": 945,
"We": 946,
"ar": 947,
"te": 948,
"wor": 949,
"vous": 950,
"##ires": 951,
"##iv": 952,
"but": 953,
"##og": 954,
"st": 955,
"pu": 956,
"##ég": 957,
"In": 958,
"##der": 959,
"##ally": 960,
"ont": 961,
"our": 962,
"President": 963,
"##ign": 964,
"pre": 965,
"ou": 966,
"##ies": 967,
"go": 968,
"tout": 969,
"Nous": 970,
"inc": 971,
"##elle": 972,
"Mon": 973,
"État": 974,
"dem": 975,
"##lle": 976,
"ces": 977,
"##od": 978,
"mais": 979,
"##im": 980,
"must": 981,
"It": 982,
"##ru": 983,
"##ome": 984,
"##oir": 985,
"##ap": 986,
"##ong": 987,
"str": 988,
"##its": 989,
"##form": 990,
"##velop": 991,
"sou": 992,
"##fic": 993,
"##iss": 994,
"important": 995,
"memb": 996,
"##aux": 997,
"coun": 998,
"La": 999,
"##ussi": 1000,
"##ult": 1001,
"been": 1002,
"Pré": 1003,
"##ational": 1004,
"pays": 1005,
"##sition": 1006,
"ver": 1007,
"ég": 1008,
"##ree": 1009,
"Le": 1010,
"was": 1011,
"diff": 1012,
"trans": 1013,
"##ine": 1014,
"##ier": 1015,
"propos": 1016,
"##liament": 1017,
"Memb": 1018,
"##ière": 1019,
"prog": 1020,
"##ond": 1021,
"##ese": 1022,
"##sieur": 1023,
"he": 1024,
"rapport": 1025,
"##onse": 1026,
"Président": 1027,
"Monsieur": 1028,
"##int": 1029,
"entre": 1030,
"fait": 1031,
"##all": 1032,
"cer": 1033,
"##gh": 1034,
"##pr": 1035,
"us": 1036,
"##ish": 1037,
"été": 1038,
"##ace": 1039,
"its": 1040,
"##king": 1041,
"##va": 1042,
"pos": 1043,
"200": 1044,
"##cis": 1045,
"##cil": 1046,
"Parliament": 1047,
"produ": 1048,
"##oup": 1049,
"##ème": 1050,
"ins": 1051,
"##min": 1052,
"report": 1053,
"Parlement": 1054,
"int": 1055,
"ti": 1056,
"##ary": 1057,
"##ions": 1058,
"##ca": 1059,
"##sent": 1060,
"##ticul": 1061,
"more": 1062,
"##tates": 1063,
"##orte": 1064,
"##aires": 1065,
"##pect": 1066,
"##alement": 1067,
"question": 1068,
"##ber": 1069,
"particul": 1070,
"pers": 1071,
"États": 1072,
"certain": 1073,
"##nes": 1074,
"comme": 1075,
"##ther": 1076,
"need": 1077,
"dro": 1078,
"##ear": 1079,
"out": 1080,
"##fin": 1081,
"##reat": 1082,
"##ues": 1083,
"##ress": 1084,
"sy": 1085,
"##til": 1086,
"##ême": 1087,
"like": 1088,
"no": 1089,
"##ner": 1090,
"##ui": 1091,
"mes": 1092,
"parti": 1093,
"##bre": 1094,
"politique": 1095,
"##onne": 1096,
"##ive": 1097,
"they": 1098,
"##ang": 1099,
"##che": 1100,
"Member": 1101,
"##ight": 1102,
"their": 1103,
"##ouv": 1104,
"##ctive": 1105,
"sit": 1106,
"##cep": 1107,
"##cip": 1108,
"very": 1109,
"##ase": 1110,
"EU": 1111,
"States": 1112,
"##her": 1113,
"part": 1114,
"En": 1115,
"emp": 1116,
"Conse": 1117,
"##get": 1118,
"who": 1119,
"##ants": 1120,
"##sible": 1121,
"##isation": 1122,
"##par": 1123,
"pri": 1124,
"Coun": 1125,
"##ough": 1126,
"commun": 1127,
"##én": 1128,
"Conseil": 1129,
"membres": 1130,
"##ati": 1131,
"##ille": 1132,
"Council": 1133,
"rec": 1134,
"##uation": 1135,
"these": 1136,
"op": 1137,
"##enti": 1138,
"avons": 1139,
"one": 1140,
"polic": 1141,
"##lic": 1142,
"This": 1143,
"env": 1144,
"##lu": 1145,
"ter": 1146,
"cel": 1147,
"##ide": 1148,
"##olution": 1149,
"faire": 1150,
"accord": 1151,
"what": 1152,
"##ram": 1153,
"##ric": 1154,
"conf": 1155,
"également": 1156,
"car": 1157,
"about": 1158,
"aussi": 1159,
"##èg": 1160,
"rem": 1161,
"rég": 1162,
"même": 1163,
"nom": 1164,
"##tra": 1165,
"##ois": 1166,
"obj": 1167,
"syst": 1168,
"ass": 1169,
"nou": 1170,
"##ins": 1171,
"##rie": 1172,
"##fore": 1173,
"##ect": 1174,
"##ast": 1175,
"up": 1176,
"my": 1177,
"amend": 1178,
"##ours": 1179,
"##oy": 1180,
"disc": 1181,
"trava": 1182,
"elle": 1183,
"appro": 1184,
"col": 1185,
"##ople": 1186,
"sé": 1187,
"év": 1188,
"tou": 1189,
"##lar": 1190,
"##bles": 1191,
"rapp": 1192,
"##ités": 1193,
"notre": 1194,
"point": 1195,
"finan": 1196,
"inté": 1197,
"##ell": 1198,
"sub": 1199,
"rés": 1200,
"éta": 1201,
"adop": 1202,
"act": 1203,
"enc": 1204,
"##cy": 1205,
"bien": 1206,
"other": 1207,
"resp": 1208,
"##cur": 1209,
"##est": 1210,
"##cu": 1211,
"##tries": 1212,
"intern": 1213,
"prin": 1214,
"than": 1215,
"ai": 1216,
"work": 1217,
"##ely": 1218,
"countries": 1219,
"min": 1220,
"consid": 1221,
"people": 1222,
"##ents": 1223,
"leur": 1224,
"year": 1225,
"concern": 1226,
"##stru": 1227,
"##ice": 1228,
"situation": 1229,
"très": 1230,
"program": 1231,
"tous": 1232,
"bet": 1233,
"##titu": 1234,
"rel": 1235,
"##ande": 1236,
"##rit": 1237,
"##tis": 1238,
"économ": 1239,
"ann": 1240,
"inform": 1241,
"per": 1242,
"##endre": 1243,
"Les": 1244,
"bud": 1245,
"son": 1246,
"ca": 1247,
"dép": 1248,
"##ieve": 1249,
"new": 1250,
"spe": 1251,
"##ated": 1252,
"hum": 1253,
"propo": 1254,
"##ia": 1255,
"doit": 1256,
"beca": 1257,
"##ises": 1258,
"##ouver": 1259,
"##lé": 1260,
"##ense": 1261,
"objec": 1262,
"##gan": 1263,
"##cte": 1264,
"##mple": 1265,
"time": 1266,
"if": 1267,
"##jet": 1268,
"##oud": 1269,
"peut": 1270,
"ens": 1271,
"autres": 1272,
"prote": 1273,
"##ante": 1274,
"soci": 1275,
"because": 1276,
"##ocra": 1277,
"envir": 1278,
"non": 1279,
"##blic": 1280,
"only": 1281,
"serv": 1282,
"##ities": 1283,
"##éd": 1284,
"perm": 1285,
"##ms": 1286,
"iss": 1287,
"develop": 1288,
"##els": 1289,
"An": 1290,
"social": 1291,
"##und": 1292,
"aff": 1293,
"##vent": 1294,
"##bat": 1295,
"some": 1296,
"##ères": 1297,
"##ales": 1298,
"##ange": 1299,
"coop": 1300,
"probl": 1301,
"econom": 1302,
"under": 1303,
"As": 1304,
"né": 1305,
"##era": 1306,
"##iques": 1307,
"##ks": 1308,
"again": 1309,
"just": 1310,
"ils": 1311,
"##ach": 1312,
"policy": 1313,
"##bilité": 1314,
"##ess": 1315,
"main": 1316,
"deux": 1317,
"agree": 1318,
"##trib": 1319,
"##rais": 1320,
"vis": 1321,
"##ever": 1322,
"contin": 1323,
"##ced": 1324,
"vie": 1325,
"leg": 1326,
"Ch": 1327,
"emplo": 1328,
"support": 1329,
"19": 1330,
"rapporte": 1331,
"##ious": 1332,
"long": 1333,
"proposal": 1334,
"now": 1335,
"vot": 1336,
"prov": 1337,
"how": 1338,
"devons": 1339,
"any": 1340,
"nos": 1341,
"im": 1342,
"pres": 1343,
"Mad": 1344,
"##ights": 1345,
"##ile": 1346,
"##iter": 1347,
"##sions": 1348,
"##lear": 1349,
"sta": 1350,
"actu": 1351,
"##olog": 1352,
"##we": 1353,
"##pend": 1354,
"##ulation": 1355,
"men": 1356,
"##mo": 1357,
"mil": 1358,
"possible": 1359,
"##oi": 1360,
"##irst": 1361,
"##bility": 1362,
"présent": 1363,
"peu": 1364,
"##now": 1365,
"organ": 1366,
"sign": 1367,
"bel": 1368,
"Ce": 1369,
"##vers": 1370,
"##are": 1371,
"public": 1372,
"##fer": 1373,
"##rait": 1374,
"droits": 1375,
"##cal": 1376,
"pouv": 1377,
"process": 1378,
"into": 1379,
"march": 1380,
"##aine": 1381,
"##act": 1382,
"budget": 1383,
"make": 1384,
"##cer": 1385,
"respect": 1386,
"directive": 1387,
"##alis": 1388,
"##ink": 1389,
"##ences": 1390,
"##ph": 1391,
"##if": 1392,
"##ices": 1393,
"take": 1394,
"contre": 1395,
"ren": 1396,
"cro": 1397,
"vote": 1398,
"when": 1399,
"princip": 1400,
"cela": 1401,
"concer": 1402,
"##ards": 1403,
"##alité": 1404,
"cas": 1405,
"voud": 1406,
"##tique": 1407,
"##aut": 1408,
"dém": 1409,
"##port": 1410,
"such": 1411,
"##ative": 1412,
"ses": 1413,
"ess": 1414,
"##ld": 1415,
"those": 1416,
"nombre": 1417,
"lors": 1418,
"them": 1419,
"cl": 1420,
"##ket": 1421,
"bas": 1422,
"nécess": 1423,
"national": 1424,
"##ving": 1425,
"donc": 1426,
"particular": 1427,
"##itte": 1428,
"fact": 1429,
"protection": 1430,
"disp": 1431,
"met": 1432,
"know": 1433,
"say": 1434,
"##ween": 1435,
"##chn": 1436,
"##mer": 1437,
"between": 1438,
"##gy": 1439,
"fond": 1440,
"quel": 1441,
"##gr": 1442,
"proble": 1443,
"human": 1444,
"##tes": 1445,
"concerne": 1446,
"##tives": 1447,
"being": 1448,
"##veloppe": 1449,
"place": 1450,
"somm": 1451,
"voudrais": 1452,
"##titution": 1453,
"##one": 1454,
"##tière": 1455,
"##enir": 1456,
"cré": 1457,
"UE": 1458,
"##ound": 1459,
"dom": 1460,
"rais": 1461,
"sol": 1462,
"were": 1463,
"développe": 1464,
"##ourd": 1465,
"dont": 1466,
"##ind": 1467,
"rapporteur": 1468,
"fut": 1469,
"##cision": 1470,
"##tiv": 1471,
"cri": 1472,
"person": 1473,
"##ris": 1474,
"lo": 1475,
"initi": 1476,
"cla": 1477,
"over": 1478,
"##insi": 1479,
"travail": 1480,
"##mps": 1481,
"##itoy": 1482,
"##ittee": 1483,
"règ": 1484,
"see": 1485,
"way": 1486,
"débat": 1487,
"##ency": 1488,
"##tend": 1489,
"mat": 1490,
"##nement": 1491,
"##ural": 1492,
"##urr": 1493,
"##lles": 1494,
"sans": 1495,
"cap": 1496,
"contrib": 1497,
"hui": 1498,
"soit": 1499,
"demand": 1500,
"encore": 1501,
"clear": 1502,
"rights": 1503,
"développement": 1504,
"20": 1505,
"deb": 1506,
"jus": 1507,
"pa": 1508,
"##vention": 1509,
"proposition": 1510,
"lég": 1511,
"##vern": 1512,
"techn": 1513,
"##jourd": 1514,
"cour": 1515,
"fe": 1516,
"##dust": 1517,
"first": 1518,
"De": 1519,
"supp": 1520,
"##men": 1521,
"therefore": 1522,
"market": 1523,
"déc": 1524,
"made": 1525,
"##very": 1526,
"ve": 1527,
"##day": 1528,
"Wh": 1529,
"rép": 1530,
"agric": 1531,
"gen": 1532,
"##xt": 1533,
"accep": 1534,
"##tifs": 1535,
"economic": 1536,
"suis": 1537,
"##unity": 1538,
"tro": 1539,
"political": 1540,
"programme": 1541,
"action": 1542,
"maj": 1543,
"prem": 1544,
"##isse": 1545,
"form": 1546,
"##eration": 1547,
"condi": 1548,
"##ip": 1549,
"diffic": 1550,
"And": 1551,
"éc": 1552,
"citoy": 1553,
"##tention": 1554,
"great": 1555,
"##ulture": 1556,
"indust": 1557,
"##ser": 1558,
"gu": 1559,
"believe": 1560,
"##ération": 1561,
"ind": 1562,
"##ran": 1563,
"commission": 1564,
"ainsi": 1565,
"##av": 1566,
"vi": 1567,
"##iste": 1568,
"think": 1569,
"##ivent": 1570,
"right": 1571,
"international": 1572,
"oc": 1573,
"##anti": 1574,
"dern": 1575,
"##curité": 1576,
"inv": 1577,
"fund": 1578,
"##ame": 1579,
"position": 1580,
"toute": 1581,
"où": 1582,
"util": 1583,
"proc": 1584,
"##elles": 1585,
"nouvel": 1586,
"many": 1587,
"##vre": 1588,
"##ôle": 1589,
"##éri": 1590,
"##erci": 1591,
"faut": 1592,
"services": 1593,
"##arm": 1594,
"term": 1595,
"pra": 1596,
"pense": 1597,
"##rough": 1598,
"##issaire": 1599,
"##ject": 1600,
"##arge": 1601,
"##isl": 1602,
"##try": 1603,
"##ole": 1604,
"Commissioner": 1605,
"tw": 1606,
"amende": 1607,
"sécurité": 1608,
"cad": 1609,
"prof": 1610,
"autre": 1611,
"##ctions": 1612,
"aujourd": 1613,
"##cid": 1614,
"##ved": 1615,
"plan": 1616,
"##cher": 1617,
"##ful": 1618,
"##oura": 1619,
"effic": 1620,
"inf": 1621,
"seu": 1622,
"system": 1623,
"##vis": 1624,
"group": 1625,
"aur": 1626,
"questions": 1627,
"##tent": 1628,
"##ables": 1629,
"##oth": 1630,
"Al": 1631,
"That": 1632,
"##oupe": 1633,
"cent": 1634,
"leurs": 1635,
"end": 1636,
"199": 1637,
"imm": 1638,
"essenti": 1639,
"years": 1640,
"marché": 1641,
"had": 1642,
"where": 1643,
"against": 1644,
"##sitions": 1645,
"##bli": 1646,
"cadre": 1647,
"##itiz": 1648,
"##wn": 1649,
"##èmes": 1650,
"##pu": 1651,
"permet": 1652,
"mesures": 1653,
"esp": 1654,
"So": 1655,
"ét": 1656,
"matière": 1657,
"There": 1658,
"here": 1659,
"cor": 1660,
"effort": 1661,
"meas": 1662,
"good": 1663,
"gouver": 1664,
"homm": 1665,
"debate": 1666,
"gén": 1667,
"information": 1668,
"sommes": 1669,
"##come": 1670,
"nouve": 1671,
"##uch": 1672,
"dur": 1673,
"aid": 1674,
"id": 1675,
"##mit": 1676,
"citoyens": 1677,
"##uct": 1678,
"even": 1679,
"jo": 1680,
"##ources": 1681,
"inves": 1682,
"##ken": 1683,
"cet": 1684,
"Et": 1685,
"change": 1686,
"##auc": 1687,
"eng": 1688,
"too": 1689,
"fav": 1690,
"##équ": 1691,
"##ances": 1692,
"nive": 1693,
"well": 1694,
"rela": 1695,
"regard": 1696,
"future": 1697,
"issue": 1698,
"major": 1699,
"##ute": 1700,
"every": 1701,
"entrepr": 1702,
"##ack": 1703,
"cre": 1704,
"two": 1705,
"incre": 1706,
"citiz": 1707,
"sera": 1708,
"##éra": 1709,
"want": 1710,
"institu": 1711,
"groupe": 1712,
"##ellement": 1713,
"avoir": 1714,
"déj": 1715,
"##ix": 1716,
"ris": 1717,
"contr": 1718,
"could": 1719,
"##read": 1720,
"afin": 1721,
"fra": 1722,
"doivent": 1723,
"##led": 1724,
"dit": 1725,
"déjà": 1726,
"ach": 1727,
"##ating": 1728,
"##ari": 1729,
"était": 1730,
"##ry": 1731,
"sav": 1732,
"temps": 1733,
"##ron": 1734,
"##ak": 1735,
"##sive": 1736,
"exe": 1737,
"##ope": 1738,
"simp": 1739,
"éle": 1740,
"##ings": 1741,
"manière": 1742,
"politiques": 1743,
"country": 1744,
"gar": 1745,
"Mes": 1746,
"différ": 1747,
"##ory": 1748,
"On": 1749,
"##ical": 1750,
"grand": 1751,
"use": 1752,
"économique": 1753,
"##ateurs": 1754,
"development": 1755,
"does": 1756,
"##rodu": 1757,
"##eng": 1758,
"said": 1759,
"mé": 1760,
"##rê": 1761,
"##ov": 1762,
"prior": 1763,
"Committee": 1764,
"same": 1765,
"institutions": 1766,
"##ual": 1767,
"##ug": 1768,
"ref": 1769,
"sp": 1770,
"conditions": 1771,
"level": 1772,
"##uses": 1773,
"importance": 1774,
"most": 1775,
"##islation": 1776,
"order": 1777,
"transport": 1778,
"droit": 1779,
"citizens": 1780,
"environ": 1781,
"How": 1782,
"##sieurs": 1783,
"##ature": 1784,
"avant": 1785,
"world": 1786,
"##tice": 1787,
"déf": 1788,
"Con": 1789,
"high": 1790,
"much": 1791,
"##ild": 1792,
"##not": 1793,
"hel": 1794,
"ans": 1795,
"organis": 1796,
"##une": 1797,
"view": 1798,
"##hing": 1799,
"##elf": 1800,
"poin": 1801,
"souti": 1802,
"communaut": 1803,
"##ication": 1804,
"tant": 1805,
"num": 1806,
"##illeurs": 1807,
"souh": 1808,
"mod": 1809,
"cannot": 1810,
"##go": 1811,
"Madame": 1812,
"ori": 1813,
"##ty": 1814,
"##onnement": 1815,
"##tern": 1816,
"jour": 1817,
"milli": 1818,
"##uer": 1819,
"through": 1820,
"##nerg": 1821,
"problème": 1822,
"pop": 1823,
"##ième": 1824,
"your": 1825,
"today": 1826,
"##près": 1827,
"##amment": 1828,
"##oris": 1829,
"##row": 1830,
"coll": 1831,
"ph": 1832,
"personnes": 1833,
"##tés": 1834,
"parce": 1835,
"mont": 1836,
"##cond": 1837,
"financi": 1838,
"pass": 1839,
"put": 1840,
"##iment": 1841,
"niveau": 1842,
"##ates": 1843,
"nég": 1844,
"##low": 1845,
"##rer": 1846,
"donn": 1847,
"sem": 1848,
"incl": 1849,
"monde": 1850,
"conv": 1851,
"inst": 1852,
"##quer": 1853,
"measures": 1854,
"requ": 1855,
"##ety": 1856,
"Mais": 1857,
"##land": 1858,
"##ently": 1859,
"##ules": 1860,
"dou": 1861,
"##till": 1862,
"##mis": 1863,
"agit": 1864,
"Pour": 1865,
"fois": 1866,
"sc": 1867,
"démocra": 1868,
"differ": 1869,
"viol": 1870,
"énerg": 1871,
"moi": 1872,
"activ": 1873,
"##dies": 1874,
"respons": 1875,
"##ality": 1876,
"matter": 1877,
"set": 1878,
"##ctor": 1879,
"contra": 1880,
"secte": 1881,
"##éli": 1882,
"instru": 1883,
"environnement": 1884,
"##wor": 1885,
"abs": 1886,
"mal": 1887,
"indi": 1888,
"##résent": 1889,
"ur": 1890,
"collèg": 1891,
"suc": 1892,
"##ready": 1893,
"##aines": 1894,
"applic": 1895,
"bes": 1896,
"discus": 1897,
"already": 1898,
"suff": 1899,
"ici": 1900,
"conclu": 1901,
"then": 1902,
"Gr": 1903,
"cha": 1904,
"##oin": 1905,
"##ili": 1906,
"représent": 1907,
"recon": 1908,
"##duc": 1909,
"possi": 1910,
"financial": 1911,
"##ll": 1912,
"still": 1913,
"##tro": 1914,
"curr": 1915,
"toutes": 1916,
"democra": 1917,
"##quoi": 1918,
"effec": 1919,
"##tiques": 1920,
"within": 1921,
"##vernment": 1922,
"raison": 1923,
"##ass": 1924,
"agreement": 1925,
"##ente": 1926,
"struct": 1927,
"##fois": 1928,
"opport": 1929,
"##atég": 1930,
"effet": 1931,
"dra": 1932,
"own": 1933,
"##ater": 1934,
"course": 1935,
"##alth": 1936,
"##ene": 1937,
"##ieu": 1938,
"##ger": 1939,
"##ep": 1940,
"##lex": 1941,
"##ited": 1942,
"introdu": 1943,
"projet": 1944,
"opin": 1945,
"relations": 1946,
"beh": 1947,
"environment": 1948,
"Mrs": 1949,
"Dans": 1950,
"##ific": 1951,
"##lemen": 1952,
"##ats": 1953,
"his": 1954,
"common": 1955,
"hope": 1956,
"##ouse": 1957,
"attention": 1958,
"##lob": 1959,
"##aucoup": 1960,
"##ister": 1961,
"mom": 1962,
"homme": 1963,
"respon": 1964,
"moins": 1965,
"##ler": 1966,
"off": 1967,
"posi": 1968,
"both": 1969,
"ful": 1970,
"##ration": 1971,
"éch": 1972,
"liber": 1973,
"sin": 1974,
"certains": 1975,
"efforts": 1976,
"nor": 1977,
"##ages": 1978,
"##alisation": 1979,
"Am": 1980,
"##dition": 1981,
"##ticle": 1982,
"employ": 1983,
"fem": 1984,
"Af": 1985,
"moy": 1986,
"However": 1987,
"##vid": 1988,
"conséqu": 1989,
"système": 1990,
"##omen": 1991,
"opp": 1992,
"Tur": 1993,
"##fe": 1994,
"exa": 1995,
"rev": 1996,
"##atives": 1997,
"##ied": 1998,
"reas": 1999,
"elles": 2000,
"able": 2001,
"sein": 2002,
"cooperation": 2003,
"mention": 2004,
"seulement": 2005,
"##raph": 2006,
"concernant": 2007,
"##ey": 2008,
"améli": 2009,
"points": 2010,
"beaucoup": 2011,
"remerci": 2012,
"appli": 2013,
"Community": 2014,
"law": 2015,
"##als": 2016,
"exemple": 2017,
"vue": 2018,
"domaine": 2019,
"aim": 2020,
"br": 2021,
"may": 2022,
"fon": 2023,
"impro": 2024,
"gi": 2025,
"##ab": 2026,
"réf": 2027,
"##pri": 2028,
"sout": 2029,
"case": 2030,
"taken": 2031,
"##uc": 2032,
"ensure": 2033,
"##reed": 2034,
"coopération": 2035,
"af": 2036,
"moment": 2037,
"aspect": 2038,
"président": 2039,
"##ren": 2040,
"Si": 2041,
"state": 2042,
"why": 2043,
"abord": 2044,
"ener": 2045,
"sujet": 2046,
"amélior": 2047,
"problèmes": 2048,
"Re": 2049,
"last": 2050,
"present": 2051,
"##ines": 2052,
"mis": 2053,
"Mme": 2054,
"particip": 2055,
"région": 2056,
"##oci": 2057,
"problem": 2058,
"auth": 2059,
"##oire": 2060,
"area": 2061,
"consider": 2062,
"mettre": 2063,
"##omp": 2064,
"pourquoi": 2065,
"##bor": 2066,
"help": 2067,
"##emble": 2068,
"ceux": 2069,
"##ront": 2070,
"base": 2071,
"procéd": 2072,
"But": 2073,
"##hip": 2074,
"##gin": 2075,
"##tim": 2076,
"effective": 2077,
"##embl": 2078,
"far": 2079,
"compte": 2080,
"##blig": 2081,
"grande": 2082,
"glob": 2083,
"utilis": 2084,
"oblig": 2085,
"##ood": 2086,
"##blish": 2087,
"bi": 2088,
"soul": 2089,
"stand": 2090,
"port": 2091,
"##own": 2092,
"energy": 2093,
"ask": 2094,
"##work": 2095,
"##ning": 2096,
"##alf": 2097,
"If": 2098,
"##jours": 2099,
"##lim": 2100,
"large": 2101,
"necess": 2102,
"##ret": 2103,
"technolog": 2104,
"règlement": 2105,
"##ether": 2106,
"##ièrement": 2107,
"mainten": 2108,
"européens": 2109,
"##alog": 2110,
"four": 2111,
"implement": 2112,
"toujours": 2113,
"rédu": 2114,
"renfor": 2115,
"##he": 2116,
"pouvoir": 2117,
"équ": 2118,
"means": 2119,
"terr": 2120,
"add": 2121,
"number": 2122,
"##ok": 2123,
"##illion": 2124,
"garanti": 2125,
"aide": 2126,
"colle": 2127,
"solution": 2128,
"includ": 2129,
"##ouve": 2130,
"intérê": 2131,
"val": 2132,
"example": 2133,
"stratég": 2134,
"vol": 2135,
"##igne": 2136,
"savoir": 2137,
"voul": 2138,
"civ": 2139,
"demande": 2140,
"là": 2141,
"ple": 2142,
"##ges": 2143,
"achieve": 2144,
"speci": 2145,
"consomm": 2146,
"après": 2147,
"##utions": 2148,
"##ela": 2149,
"transpar": 2150,
"hand": 2151,
"atte": 2152,
"gouvernement": 2153,
"ele": 2154,
"lieu": 2155,
"trois": 2156,
"get": 2157,
"cr": 2158,
"##irm": 2159,
"going": 2160,
"##cts": 2161,
"entreprises": 2162,
"without": 2163,
"processus": 2164,
"call": 2165,
"mise": 2166,
"inte": 2167,
"compe": 2168,
"exer": 2169,
"sous": 2170,
"commer": 2171,
"votre": 2172,
"aw": 2173,
"##puis": 2174,
"vra": 2175,
"##reaty": 2176,
"nature": 2177,
"négoci": 2178,
"invol": 2179,
"encoura": 2180,
"##éta": 2181,
"opinion": 2182,
"gent": 2183,
"initiative": 2184,
"##venir": 2185,
"promo": 2186,
"Ass": 2187,
"assur": 2188,
"ensemble": 2189,
"before": 2190,
"résolution": 2191,
"secteur": 2192,
"problems": 2193,
"fol": 2194,
"repres": 2195,
"particulier": 2196,
"##xte": 2197,
"##aient": 2198,
"##cisions": 2199,
"compé": 2200,
"programmes": 2201,
"ban": 2202,
"gentlemen": 2203,
"cours": 2204,
"##hé": 2205,
"conn": 2206,
"années": 2207,
"give": 2208,
"##tant": 2209,
"##entif": 2210,
"jur": 2211,
"spé": 2212,
"Pro": 2213,
"gener": 2214,
"partie": 2215,
"ci": 2216,
"##ition": 2217,
"allow": 2218,
"##ls": 2219,
"ress": 2220,
"bon": 2221,
"prendre": 2222,
"devrait": 2223,
"##quelle": 2224,
"St": 2225,
"##alogue": 2226,
"laquelle": 2227,
"exc": 2228,
"##ordin": 2229,
"besoin": 2230,
"lead": 2231,
"##çon": 2232,
"personne": 2233,
"second": 2234,
"author": 2235,
"cal": 2236,
"health": 2237,
"House": 2238,
"##ately": 2239,
"pouvons": 2240,
"fam": 2241,
"constru": 2242,
"production": 2243,
"however": 2244,
"Cela": 2245,
"##goti": 2246,
"##table": 2247,
"lut": 2248,
"##iz": 2249,
"Lis": 2250,
"##ft": 2251,
"conte": 2252,
"clim": 2253,
"##ément": 2254,
"déclar": 2255,
"rap": 2256,
"##sidence": 2257,
"clos": 2258,
"tax": 2259,
"secur": 2260,
"##ian": 2261,
"exam": 2262,
"const": 2263,
"suiv": 2264,
"soutien": 2265,
"##anté": 2266,
"autor": 2267,
"mondi": 2268,
"issues": 2269,
"region": 2270,
"##bour": 2271,
"ord": 2272,
"negoti": 2273,
"Lisb": 2274,
"particularly": 2275,
"happ": 2276,
"##érence": 2277,
"deal": 2278,
"ten": 2279,
"progress": 2280,
"##vision": 2281,
"necessary": 2282,
"star": 2283,
"plu": 2284,
"notamment": 2285,
"fur": 2286,
"Commissaire": 2287,
"comprom": 2288,
"##ital": 2289,
"loc": 2290,
"impos": 2291,
"hist": 2292,
"continue": 2293,
"follow": 2294,
"##elon": 2295,
"##ablish": 2296,
"Cette": 2297,
"##omet": 2298,
"##per": 2299,
"Is": 2300,
"santé": 2301,
"##ression": 2302,
"déput": 2303,
"Madam": 2304,
"##mination": 2305,
"##emblée": 2306,
"résul": 2307,
"wish": 2308,
"establish": 2309,
"competi": 2310,
"Ag": 2311,
"##itable": 2312,
"femmes": 2313,
"amendements": 2314,
"commune": 2315,
"exper": 2316,
"given": 2317,
"docu": 2318,
"propositions": 2319,
"rôle": 2320,
"année": 2321,
"ste": 2322,
"##labor": 2323,
"traité": 2324,
"##veur": 2325,
"##rons": 2326,
"##aly": 2327,
"##aî": 2328,
"collègues": 2329,
"sector": 2330,
"lui": 2331,
"##ount": 2332,
"##gment": 2333,
"##cted": 2334,
"effect": 2335,
"women": 2336,
"pow": 2337,
"##agement": 2338,
"areas": 2339,
"mesure": 2340,
"fondament": 2341,
"##osition": 2342,
"Qu": 2343,
"##ck": 2344,
"chose": 2345,
"dialogue": 2346,
"##tie": 2347,
"security": 2348,
"201": 2349,
"##nent": 2350,
"##air": 2351,
"décision": 2352,
"application": 2353,
"resolution": 2354,
"faveur": 2355,
"fonction": 2356,
"pay": 2357,
"##ains": 2358,
"fé": 2359,
"gra": 2360,
"really": 2361,
"arg": 2362,
"nécessaire": 2363,
"##hésion": 2364,
"tal": 2365,
"##ird": 2366,
"serait": 2367,
"##cing": 2368,
"##irement": 2369,
"##ss": 2370,
"soient": 2371,
"##dic": 2372,
"##issement": 2373,
"strate": 2374,
"##oute": 2375,
"ty": 2376,
"alors": 2377,
"legal": 2378,
"admin": 2379,
"peuvent": 2380,
"cir": 2381,
"##uvre": 2382,
"recher": 2383,
"enf": 2384,
"contro": 2385,
"appropri": 2386,
"##pendant": 2387,
"urg": 2388,
"Treaty": 2389,
"whether": 2390,
"##entes": 2391,
"come": 2392,
"For": 2393,
"equ": 2394,
"recomm": 2395,
"different": 2396,
"exce": 2397,
"##other": 2398,
"avenir": 2399,
"nouvelle": 2400,
"jurid": 2401,
"objectifs": 2402,
"objectif": 2403,
"nouveau": 2404,
"culture": 2405,
"exist": 2406,
"chang": 2407,
"next": 2408,
"unique": 2409,
"proced": 2410,
"specific": 2411,
"comment": 2412,
"anim": 2413,
"refer": 2414,
"No": 2415,
"What": 2416,
"face": 2417,
"reconn": 2418,
"façon": 2419,
"##omething": 2420,
"socié": 2421,
"pris": 2422,
"publi": 2423,
"prév": 2424,
"##ties": 2425,
"interes": 2426,
"decision": 2427,
"Group": 2428,
"United": 2429,
"##ames": 2430,
"wel": 2431,
"back": 2432,
"thank": 2433,
"Assemblée": 2434,
"emploi": 2435,
"inde": 2436,
"increas": 2437,
"résultat": 2438,
"find": 2439,
"priv": 2440,
"millions": 2441,
"##raient": 2442,
"##érer": 2443,
"population": 2444,
"solid": 2445,
"##ward": 2446,
"##mework": 2447,
"better": 2448,
"since": 2449,
"something": 2450,
"##aiss": 2451,
"amendments": 2452,
"commit": 2453,
"##ôt": 2454,
"##asi": 2455,
"ladies": 2456,
"##ducation": 2457,
"##old": 2458,
"Members": 2459,
"Cour": 2460,
"##ial": 2461,
"Fin": 2462,
"quelques": 2463,
"did": 2464,
"done": 2465,
"provid": 2466,
"further": 2467,
"Au": 2468,
"##iers": 2469,
"##kes": 2470,
"##vement": 2471,
"depuis": 2472,
"fish": 2473,
"terms": 2474,
"role": 2475,
"occa": 2476,
"##oses": 2477,
"##isla": 2478,
"##éré": 2479,
"serious": 2480,
"avez": 2481,
"nation": 2482,
"real": 2483,
"modi": 2484,
"vers": 2485,
"proposals": 2486,
"inn": 2487,
"after": 2488,
"##istes": 2489,
"défin": 2490,
"sm": 2491,
"vic": 2492,
"##ultural": 2493,
"##abilité": 2494,
"##ié": 2495,
"##lément": 2496,
"##rieur": 2497,
"##stand": 2498,
"##vant": 2499,
"crois": 2500,
"soulign": 2501,
"basis": 2502,
"sci": 2503,
"rece": 2504,
"favour": 2505,
"10": 2506,
"##cipe": 2507,
"produits": 2508,
"##red": 2509,
"##ète": 2510,
"##ieux": 2511,
"word": 2512,
"voir": 2513,
"arri": 2514,
"##cun": 2515,
"##mber": 2516,
"reform": 2517,
"##ières": 2518,
"souhait": 2519,
"few": 2520,
"##mb": 2521,
"open": 2522,
"stat": 2523,
"##soci": 2524,
"prac": 2525,
"##usement": 2526,
"behalf": 2527,
"excell": 2528,
"actions": 2529,
"##ath": 2530,
"##wards": 2531,
"##êche": 2532,
"sens": 2533,
"proch": 2534,
"trade": 2535,
"première": 2536,
"contrôle": 2537,
"puis": 2538,
"immig": 2539,
"va": 2540,
"Se": 2541,
"000": 2542,
"##su": 2543,
"rules": 2544,
"harm": 2545,
"med": 2546,
"eu": 2547,
"individ": 2548,
"amb": 2549,
"##iller": 2550,
"commissaire": 2551,
"avis": 2552,
"##quel": 2553,
"responsi": 2554,
"cris": 2555,
"three": 2556,
"whole": 2557,
"amendement": 2558,
"##ather": 2559,
"grow": 2560,
"positive": 2561,
"down": 2562,
"sû": 2563,
"##elves": 2564,
"ide": 2565,
"atta": 2566,
"crisis": 2567,
"let": 2568,
"subst": 2569,
"expri": 2570,
"##lan": 2571,
"impact": 2572,
"adopted": 2573,
"consum": 2574,
"redu": 2575,
"force": 2576,
"needs": 2577,
"augment": 2578,
"ret": 2579,
"They": 2580,
"##gration": 2581,
"parties": 2582,
"espère": 2583,
"bu": 2584,
"approach": 2585,
"institution": 2586,
"##acité": 2587,
"crit": 2588,
"crise": 2589,
"absol": 2590,
"legislation": 2591,
"sal": 2592,
"##ism": 2593,
"évid": 2594,
"hon": 2595,
"things": 2596,
"##ying": 2597,
"child": 2598,
"million": 2599,
"Ar": 2600,
"Min": 2601,
"bo": 2602,
"reason": 2603,
"making": 2604,
"égard": 2605,
"jou": 2606,
"principe": 2607,
"char": 2608,
"bonne": 2609,
"ro": 2610,
"coordin": 2611,
"require": 2612,
"##ail": 2613,
"##antes": 2614,
"dang": 2615,
"Mar": 2616,
"avait": 2617,
"énergie": 2618,
"sociale": 2619,
"framework": 2620,
"heure": 2621,
"project": 2622,
"fer": 2623,
"working": 2624,
"mul": 2625,
"réalis": 2626,
"justice": 2627,
"signific": 2628,
"stratégie": 2629,
"2000": 2630,
"##aite": 2631,
"##ateur": 2632,
"##ode": 2633,
"appr": 2634,
"##atique": 2635,
"##vious": 2636,
"job": 2637,
"satis": 2638,
"##jou": 2639,
"exig": 2640,
"ailleurs": 2641,
"article": 2642,
"félic": 2643,
"présidence": 2644,
"satisf": 2645,
"régions": 2646,
"regul": 2647,
"express": 2648,
"meille": 2649,
"internation": 2650,
"règles": 2651,
"entend": 2652,
"##be": 2653,
"##larg": 2654,
"##orth": 2655,
"##reedom": 2656,
"députés": 2657,
"nuc": 2658,
"look": 2659,
"réfor": 2660,
"##gn": 2661,
"obser": 2662,
"constitu": 2663,
"recherche": 2664,
"Messieurs": 2665,
"maintenant": 2666,
"terroris": 2667,
"##iness": 2668,
"You": 2669,
"##com": 2670,
"sus": 2671,
"##ime": 2672,
"offic": 2673,
"pêche": 2674,
"##dames": 2675,
"finance": 2676,
"##ctives": 2677,
"pourrait": 2678,
"milit": 2679,
"Présidente": 2680,
"aspects": 2681,
"cost": 2682,
"tour": 2683,
"remar": 2684,
"subject": 2685,
"##iel": 2686,
"aucun": 2687,
"State": 2688,
"At": 2689,
"##ways": 2690,
"represent": 2691,
"génér": 2692,
"communication": 2693,
"##éné": 2694,
"##rions": 2695,
"spéci": 2696,
"dés": 2697,
"forward": 2698,
"concerned": 2699,
"tri": 2700,
"solidar": 2701,
"particulièrement": 2702,
"bene": 2703,
"result": 2704,
"##tle": 2705,
"nouveaux": 2706,
"uni": 2707,
"##arante": 2708,
"##ement": 2709,
"her": 2710,
"fonds": 2711,
"exerc": 2712,
"##ible": 2713,
"pen": 2714,
"croiss": 2715,
"Mesdames": 2716,
"##cri": 2717,
"apport": 2718,
"small": 2719,
"##qué": 2720,
"step": 2721,
"lib": 2722,
"##isme": 2723,
"ni": 2724,
"chaque": 2725,
"##ule": 2726,
"play": 2727,
"##avant": 2728,
"##az": 2729,
"pens": 2730,
"structure": 2731,
"circ": 2732,
"européennes": 2733,
"mois": 2734,
"limit": 2735,
"show": 2736,
"towards": 2737,
"parlement": 2738,
"toget": 2739,
"nouvelles": 2740,
"together": 2741,
"associ": 2742,
"comple": 2743,
"##dam": 2744,
"##enne": 2745,
"##gement": 2746,
"restr": 2747,
"bus": 2748,
"used": 2749,
"série": 2750,
"terme": 2751,
"qualité": 2752,
"selon": 2753,
"##man": 2754,
"donner": 2755,
"compan": 2756,
"##étaire": 2757,
"##rent": 2758,
"dec": 2759,
"ap": 2760,
"bord": 2761,
"communautaire": 2762,
"trop": 2763,
"welcome": 2764,
"##fety": 2765,
"##pecial": 2766,
"Cons": 2767,
"He": 2768,
"though": 2769,
"sug": 2770,
"continu": 2771,
"mer": 2772,
"read": 2773,
"adopté": 2774,
"##cup": 2775,
"understand": 2776,
"direct": 2777,
"##ength": 2778,
"législation": 2779,
"industri": 2780,
"##amental": 2781,
"œuvre": 2782,
"parten": 2783,
"guarante": 2784,
"lutte": 2785,
"based": 2786,
"freedom": 2787,
"ordre": 2788,
"négociations": 2789,
"third": 2790,
"clairement": 2791,
"occasion": 2792,
"élarg": 2793,
"discri": 2794,
"##cé": 2795,
"another": 2796,
"voted": 2797,
"territ": 2798,
"béné": 2799,
"celui": 2800,
"principle": 2801,
"difficult": 2802,
"Unis": 2803,
"##leg": 2804,
"##istance": 2805,
"celle": 2806,
"garantir": 2807,
"resources": 2808,
"jud": 2809,
"nombreux": 2810,
"choses": 2811,
"vér": 2812,
"actually": 2813,
"civil": 2814,
"15": 2815,
"##ez": 2816,
"pot": 2817,
"current": 2818,
"Une": 2819,
"lit": 2820,
"including": 2821,
"établ": 2822,
"fais": 2823,
"procédure": 2824,
"opportunity": 2825,
"dispos": 2826,
"##ral": 2827,
"##part": 2828,
"##ank": 2829,
"12": 2830,
"comb": 2831,
"Go": 2832,
"enfants": 2833,
"##indre": 2834,
"remercier": 2835,
"seront": 2836,
"consommateurs": 2837,
"harmon": 2838,
"resear": 2839,
"less": 2840,
"tur": 2841,
"##ared": 2842,
"##nel": 2843,
"research": 2844,
"Sch": 2845,
"##vé": 2846,
"premier": 2847,
"##cture": 2848,
"##opp": 2849,
"reach": 2850,
"##ness": 2851,
"discuss": 2852,
"rapide": 2853,
"cause": 2854,
"enti": 2855,
"DE": 2856,
"tot": 2857,
"##gré": 2858,
"dès": 2859,
"préc": 2860,
"def": 2861,
"agriculture": 2862,
"explo": 2863,
"shall": 2864,
"Bar": 2865,
"##airs": 2866,
"##ets": 2867,
"cru": 2868,
"##pecially": 2869,
"power": 2870,
"proposed": 2871,
"victi": 2872,
"sen": 2873,
"train": 2874,
"fourn": 2875,
"Presidency": 2876,
"##nements": 2877,
"##tisse": 2878,
"concurr": 2879,
"##side": 2880,
"discussion": 2881,
"analy": 2882,
"quite": 2883,
"strong": 2884,
"service": 2885,
"free": 2886,
"bal": 2887,
"##cune": 2888,
"##ogn": 2889,
"air": 2890,
"vale": 2891,
"become": 2892,
"conse": 2893,
"plusieurs": 2894,
"##ém": 2895,
"société": 2896,
"organisations": 2897,
"provide": 2898,
"success": 2899,
"Elle": 2900,
"##tical": 2901,
"employment": 2902,
"efficace": 2903,
"during": 2904,
"##enda": 2905,
"perspe": 2906,
"especially": 2907,
"précis": 2908,
"rend": 2909,
"##ches": 2910,
"peace": 2911,
"quelque": 2912,
"inclu": 2913,
"increase": 2914,
"recogn": 2915,
"##ners": 2916,
"govern": 2917,
"authorities": 2918,
"regulation": 2919,
"##ily": 2920,
"nécessité": 2921,
"bring": 2922,
"quand": 2923,
"##ib": 2924,
"general": 2925,
"cand": 2926,
"##loy": 2927,
"itself": 2928,
"global": 2929,
"Vous": 2930,
"rele": 2931,
"vraiment": 2932,
"accomp": 2933,
"lang": 2934,
"juridique": 2935,
"Or": 2936,
"ir": 2937,
"industry": 2938,
"lim": 2939,
"##ze": 2940,
"Ces": 2941,
"business": 2942,
"policies": 2943,
"##utes": 2944,
"existe": 2945,
"économie": 2946,
"##ock": 2947,
"##issent": 2948,
"jusqu": 2949,
"candid": 2950,
"always": 2951,
"var": 2952,
"least": 2953,
"ait": 2954,
"éval": 2955,
"government": 2956,
"voté": 2957,
"kind": 2958,
"addition": 2959,
"coh": 2960,
"clearly": 2961,
"account": 2962,
"##tout": 2963,
"coû": 2964,
"prix": 2965,
"##ussions": 2966,
"rather": 2967,
"reste": 2968,
"profes": 2969,
"table": 2970,
"##ield": 2971,
"contribution": 2972,
"étr": 2973,
"Convention": 2974,
"péri": 2975,
"excellent": 2976,
"food": 2977,
"autorités": 2978,
"violence": 2979,
"products": 2980,
"instruments": 2981,
"##mbre": 2982,
"post": 2983,
"poursu": 2984,
"membre": 2985,
"certaines": 2986,
"instrument": 2987,
"##uss": 2988,
"negotiations": 2989,
"greater": 2990,
"Russi": 2991,
"happen": 2992,
"##ception": 2993,
"responsibility": 2994,
"safety": 2995,
"##ocr": 2996,
"strategy": 2997,
"##rès": 2998,
"These": 2999,
"provis": 3000,
"sûr": 3001,
"life": 3002,
"del": 3003,
"democratic": 3004,
"environmental": 3005,
"corre": 3006,
"benef": 3007,
"##stain": 3008,
"commen": 3009,
"surtout": 3010,
"##orm": 3011,
"##co": 3012,
"ressources": 3013,
"démocratie": 3014,
"examin": 3015,
"##thing": 3016,
"importante": 3017,
"économiques": 3018,
"Nations": 3019,
"##fication": 3020,
"extre": 3021,
"compr": 3022,
"##agraph": 3023,
"ev": 3024,
"répond": 3025,
"voulons": 3026,
"money": 3027,
"appar": 3028,
"prom": 3029,
"aliment": 3030,
"innov": 3031,
"visant": 3032,
"obten": 3033,
"speak": 3034,
"déb": 3035,
"adoption": 3036,
"réponse": 3037,
"##agn": 3038,
"strength": 3039,
"once": 3040,
"bénéfic": 3041,
"##ici": 3042,
"##teurs": 3043,
"each": 3044,
"access": 3045,
"constit": 3046,
"moyen": 3047,
"##ingle": 3048,
"month": 3049,
"##ned": 3050,
"attend": 3051,
"potenti": 3052,
"liberté": 3053,
"budg": 3054,
"##ium": 3055,
"aucune": 3056,
"##rance": 3057,
"democracy": 3058,
"intérêt": 3059,
"##uge": 3060,
"##ised": 3061,
"facil": 3062,
"réun": 3063,
"assurer": 3064,
"sorte": 3065,
"écrit": 3066,
"fundamental": 3067,
"##ête": 3068,
"aura": 3069,
"taking": 3070,
"type": 3071,
"11": 3072,
"##ument": 3073,
"regret": 3074,
"semble": 3075,
"condu": 3076,
"society": 3077,
"anti": 3078,
"invest": 3079,
"ouver": 3080,
"difficul": 3081,
"accept": 3082,
"étrang": 3083,
"tiens": 3084,
"opportun": 3085,
"##eting": 3086,
"resul": 3087,
"croissance": 3088,
"responsabilité": 3089,
"lorsque": 3090,
"donné": 3091,
"infra": 3092,
"affaires": 3093,
"initiatives": 3094,
"regions": 3095,
"informations": 3096,
"wee": 3097,
"dernier": 3098,
"##agne": 3099,
"trouver": 3100,
"##avantage": 3101,
"##titude": 3102,
"Aff": 3103,
"essential": 3104,
"Pol": 3105,
"economy": 3106,
"paragraph": 3107,
"rien": 3108,
"##ica": 3109,
"gens": 3110,
"Comme": 3111,
"##cteurs": 3112,
"crimin": 3113,
"##ann": 3114,
"meeting": 3115,
"interests": 3116,
"oppos": 3117,
"##ends": 3118,
"ear": 3119,
"##istr": 3120,
"intérieur": 3121,
"accès": 3122,
"sec": 3123,
"euros": 3124,
"##though": 3125,
"war": 3126,
"thing": 3127,
"conséquent": 3128,
"##ick": 3129,
"document": 3130,
"press": 3131,
"##ude": 3132,
"approche": 3133,
"volon": 3134,
"davantage": 3135,
"impli": 3136,
"children": 3137,
"mean": 3138,
"travailleurs": 3139,
"short": 3140,
"improve": 3141,
"juste": 3142,
"soutenir": 3143,
"fix": 3144,
"justif": 3145,
"réglement": 3146,
"##uve": 3147,
"concurrence": 3148,
"actuellement": 3149,
"yet": 3150,
"words": 3151,
"implementation": 3152,
"améliorer": 3153,
"ges": 3154,
"divers": 3155,
"différents": 3156,
"internal": 3157,
"various": 3158,
"##ata": 3159,
"##erais": 3160,
"mieux": 3161,
"relative": 3162,
"called": 3163,
"feel": 3164,
"##endant": 3165,
"Isra": 3166,
"minor": 3167,
"##aps": 3168,
"données": 3169,
"Tra": 3170,
"##ivre": 3171,
"members": 3172,
"immigration": 3173,
"parta": 3174,
"souvent": 3175,
"orient": 3176,
"##missions": 3177,
"investisse": 3178,
"tit": 3179,
"EUR": 3180,
"while": 3181,
"##ils": 3182,
"scientif": 3183,
"dernière": 3184,
"pau": 3185,
"concent": 3186,
"préoc": 3187,
"seem": 3188,
"fore": 3189,
"Str": 3190,
"extr": 3191,
"six": 3192,
"single": 3193,
"minim": 3194,
"création": 3195,
"san": 3196,
"mor": 3197,
"outre": 3198,
"care": 3199,
"quality": 3200,
"direction": 3201,
"##tières": 3202,
"##velopp": 3203,
"eux": 3204,
"##êmes": 3205,
"having": 3206,
"acces": 3207,
"appel": 3208,
"enter": 3209,
"cat": 3210,
"##time": 3211,
"mess": 3212,
"Ma": 3213,
"Toute": 3214,
"flex": 3215,
"address": 3216,
"internationale": 3217,
"progrès": 3218,
"Commun": 3219,
"##tement": 3220,
"little": 3221,
"##eux": 3222,
"domaines": 3223,
"jam": 3224,
"qual": 3225,
"adhésion": 3226,
"##itation": 3227,
"30": 3228,
"field": 3229,
"adap": 3230,
"deuxième": 3231,
"spécif": 3232,
"constitue": 3233,
"lesqu": 3234,
"créer": 3235,
"développ": 3236,
"final": 3237,
"utilisation": 3238,
"colleag": 3239,
"best": 3240,
"##iod": 3241,
"##vi": 3242,
"termes": 3243,
"industrie": 3244,
"conclusion": 3245,
"Inter": 3246,
"chall": 3247,
"propose": 3248,
"##ody": 3249,
"popul": 3250,
"proper": 3251,
"period": 3252,
"paix": 3253,
"ent": 3254,
"exis": 3255,
"day": 3256,
"##ortun": 3257,
"compris": 3258,
"participation": 3259,
"##ira": 3260,
"full": 3261,
"intervention": 3262,
"involved": 3263,
"##ster": 3264,
"bre": 3265,
"étant": 3266,
"petit": 3267,
"##action": 3268,
"control": 3269,
"texte": 3270,
"seul": 3271,
"gestion": 3272,
"hear": 3273,
"commerce": 3274,
"##ograph": 3275,
"souligner": 3276,
"##ureusement": 3277,
"##bilités": 3278,
"emph": 3279,
"Bel": 3280,
"procedure": 3281,
"indé": 3282,
"##atic": 3283,
"constitution": 3284,
"profession": 3285,
"dispo": 3286,
"##quie": 3287,
"defin": 3288,
"##uel": 3289,
"coordination": 3290,
"##ew": 3291,
"##ites": 3292,
"committee": 3293,
"##rem": 3294,
"vig": 3295,
"Ils": 3296,
"individual": 3297,
"partners": 3298,
"Amend": 3299,
"##istre": 3300,
"growth": 3301,
"competition": 3302,
"ago": 3303,
"##onn": 3304,
"sustain": 3305,
"accords": 3306,
"lequel": 3307,
"peup": 3308,
"réc": 3309,
"might": 3310,
"décisions": 3311,
"concl": 3312,
"##uring": 3313,
"doing": 3314,
"traite": 3315,
"mêmes": 3316,
"companies": 3317,
"congr": 3318,
"essentiel": 3319,
"balance": 3320,
"demander": 3321,
"Bal": 3322,
"funds": 3323,
"actuelle": 3324,
"##islative": 3325,
"bro": 3326,
"fron": 3327,
"start": 3328,
"fig": 3329,
"##cement": 3330,
"##ones": 3331,
"toutefois": 3332,
"##ob": 3333,
"jamais": 3334,
"cô": 3335,
"##less": 3336,
"idée": 3337,
"contribu": 3338,
"export": 3339,
"##oles": 3340,
"##lég": 3341,
"exclu": 3342,
"Let": 3343,
"résultats": 3344,
"souhaite": 3345,
"##bit": 3346,
"concerns": 3347,
"discrimination": 3348,
"clair": 3349,
"##erv": 3350,
"workers": 3351,
"often": 3352,
"##ussie": 3353,
"commercial": 3354,
"destin": 3355,
"found": 3356,
"appe": 3357,
"active": 3358,
"CO": 3359,
"Affairs": 3360,
"##atul": 3361,
"answ": 3362,
"among": 3363,
"engag": 3364,
"Fund": 3365,
"objectives": 3366,
"build": 3367,
"##édi": 3368,
"appelle": 3369,
"restric": 3370,
"consci": 3371,
"fran": 3372,
"élargissement": 3373,
"France": 3374,
"clar": 3375,
"telle": 3376,
"moyens": 3377,
"##cident": 3378,
"modif": 3379,
"Government": 3380,
"solutions": 3381,
"##aise": 3382,
"libre": 3383,
"ça": 3384,
"possibilité": 3385,
"interest": 3386,
"##ove": 3387,
"simplement": 3388,
"extrême": 3389,
"create": 3390,
"origin": 3391,
"ke": 3392,
"strengthen": 3393,
"increasing": 3394,
"##ina": 3395,
"congratul": 3396,
"##ither": 3397,
"##ub": 3398,
"##itor": 3399,
"##rée": 3400,
"25": 3401,
"tom": 3402,
"majority": 3403,
"discussions": 3404,
"objective": 3405,
"voie": 3406,
"reques": 3407,
"##iterran": 3408,
"##met": 3409,
"##unes": 3410,
"publique": 3411,
"simply": 3412,
"té": 3413,
"pros": 3414,
"With": 3415,
"avail": 3416,
"Tout": 3417,
"période": 3418,
"standards": 3419,
"fully": 3420,
"nécessaires": 3421,
"##key": 3422,
"assistance": 3423,
"##laboration": 3424,
"permettre": 3425,
"extrem": 3426,
"propre": 3427,
"nombreuses": 3428,
"groupes": 3429,
"véritable": 3430,
"Lisbon": 3431,
"opé": 3432,
"Constitution": 3433,
"##nelle": 3434,
"Minister": 3435,
"oper": 3436,
"Mal": 3437,
"##ling": 3438,
"decisions": 3439,
"ép": 3440,
"sure": 3441,
"Pe": 3442,
"intérêts": 3443,
"certainly": 3444,
"##over": 3445,
"recent": 3446,
"renforcer": 3447,
"Lisbonne": 3448,
"général": 3449,
"never": 3450,
"suffis": 3451,
"mot": 3452,
"begin": 3453,
"influ": 3454,
"##haps": 3455,
"relation": 3456,
"##thers": 3457,
"sais": 3458,
"proté": 3459,
"##péri": 3460,
"amendment": 3461,
"risk": 3462,
"offer": 3463,
"Toutefois": 3464,
"text": 3465,
"##net": 3466,
"following": 3467,
"##istan": 3468,
"resol": 3469,
"simple": 3470,
"Ir": 3471,
"parler": 3472,
"agreements": 3473,
"mand": 3474,
"majorité": 3475,
"EC": 3476,
"him": 3477,
"##emment": 3478,
"Rom": 3479,
"avan": 3480,
"##erman": 3481,
"local": 3482,
"complete": 3483,
"prob": 3484,
"sum": 3485,
"##ienne": 3486,
"inqu": 3487,
"##ventions": 3488,
"camp": 3489,
"##ave": 3490,
"devraient": 3491,
"##cle": 3492,
"extremely": 3493,
"projets": 3494,
"##onds": 3495,
"rappel": 3496,
"foc": 3497,
"Des": 3498,
"financement": 3499,
"groups": 3500,
"##ettez": 3501,
"2001": 3502,
"##illes": 3503,
"normes": 3504,
"aware": 3505,
"Turkey": 3506,
"agricultural": 3507,
"infrastru": 3508,
"plut": 3509,
"##xim": 3510,
"bl": 3511,
"exercice": 3512,
"##termin": 3513,
"First": 3514,
"##étique": 3515,
"suppor": 3516,
"EN": 3517,
"enlar": 3518,
"##rir": 3519,
"##udes": 3520,
"devrions": 3521,
"équili": 3522,
"significant": 3523,
"remain": 3524,
"font": 3525,
"Off": 3526,
"envis": 3527,
"Afric": 3528,
"##uv": 3529,
"innovation": 3530,
"entra": 3531,
"conta": 3532,
"autant": 3533,
"##ption": 3534,
"##istra": 3535,
"##pl": 3536,
"she": 3537,
"prépar": 3538,
"extra": 3539,
"context": 3540,
"##asse": 3541,
"##rain": 3542,
"combat": 3543,
"Enfin": 3544,
"##ène": 3545,
"humanit": 3546,
"ratif": 3547,
"Amer": 3548,
"Br": 3549,
"farm": 3550,
"jeunes": 3551,
"##vez": 3552,
"signif": 3553,
"Reg": 3554,
"14": 3555,
"estime": 3556,
"##hen": 3557,
"##fortun": 3558,
"étaient": 3559,
"data": 3560,
"remercie": 3561,
"compromis": 3562,
"idea": 3563,
"Russie": 3564,
"##aissance": 3565,
"forces": 3566,
"special": 3567,
"réalité": 3568,
"developing": 3569,
"##ged": 3570,
"##ueur": 3571,
"réforme": 3572,
"plutôt": 3573,
"démocratique": 3574,
"##ased": 3575,
"##accep": 3576,
"##aces": 3577,
"fis": 3578,
"Turquie": 3579,
"others": 3580,
"conclusions": 3581,
"pur": 3582,
"net": 3583,
"marchés": 3584,
"difficile": 3585,
"states": 3586,
"entendu": 3587,
"agenda": 3588,
"intention": 3589,
"trouv": 3590,
"administra": 3591,
"souten": 3592,
"##âce": 3593,
"To": 3594,
"danger": 3595,
"tent": 3596,
"##app": 3597,
"##ture": 3598,
"fight": 3599,
"##alestin": 3600,
"cin": 3601,
"##erai": 3602,
"assess": 3603,
"##tir": 3604,
"tota": 3605,
"pendant": 3606,
"aurait": 3607,
"##ability": 3608,
"complex": 3609,
"seule": 3610,
"exté": 3611,
"receive": 3612,
"rej": 3613,
"2007": 3614,
"##ected": 3615,
"##érale": 3616,
"joint": 3617,
"nationaux": 3618,
"available": 3619,
"super": 3620,
"Court": 3621,
"titre": 3622,
"##eless": 3623,
"mentioned": 3624,
"##sif": 3625,
"sever": 3626,
"##ffic": 3627,
"acqu": 3628,
"##uelle": 3629,
"Article": 3630,
"##ross": 3631,
"education": 3632,
"inten": 3633,
"crucial": 3634,
"##onc": 3635,
"enlargement": 3636,
"Russia": 3637,
"activités": 3638,
"dimen": 3639,
"dépens": 3640,
"Ira": 3641,
"climate": 3642,
"changement": 3643,
"suite": 3644,
"My": 3645,
"indeed": 3646,
"subsi": 3647,
"ju": 3648,
"##lin": 3649,
"keep": 3650,
"##str": 3651,
"##ternal": 3652,
"jobs": 3653,
"raisons": 3654,
"Dire": 3655,
"months": 3656,
"##20": 3657,
"##orable": 3658,
"enough": 3659,
"US": 3660,
"signal": 3661,
"message": 3662,
"identif": 3663,
"##aît": 3664,
"précéd": 3665,
"emb": 3666,
"regional": 3667,
"##issant": 3668,
"sim": 3669,
"Office": 3670,
"concep": 3671,
"##aste": 3672,
"apply": 3673,
"results": 3674,
"treat": 3675,
"el": 3676,
"thems": 3677,
"themselves": 3678,
"relig": 3679,
"méd": 3680,
"consequ": 3681,
"##asic": 3682,
"argent": 3683,
"1999": 3684,
"##endra": 3685,
"##tile": 3686,
"##aître": 3687,
"draw": 3688,
"##ai": 3689,
"needed": 3690,
"consult": 3691,
"##ièmement": 3692,
"organisation": 3693,
"##wh": 3694,
"emphas": 3695,
"contexte": 3696,
"##used": 3697,
"total": 3698,
"stric": 3699,
"guarantee": 3700,
"##hn": 3701,
"##heureusement": 3702,
"tell": 3703,
"sch": 3704,
"##most": 3705,
"financière": 3706,
"key": 3707,
"##ibles": 3708,
"prevent": 3709,
"peux": 3710,
"Finally": 3711,
"##auté": 3712,
"##sez": 3713,
"conflic": 3714,
"tiers": 3715,
"tas": 3716,
"currently": 3717,
"administr": 3718,
"ay": 3719,
"systems": 3720,
"engagement": 3721,
"rendre": 3722,
"Now": 3723,
"##cul": 3724,
"stabilité": 3725,
"##arian": 3726,
"personnel": 3727,
"appropriate": 3728,
"##rich": 3729,
"mind": 3730,
"##enci": 3731,
"conten": 3732,
"dispositions": 3733,
"##ably": 3734,
"fort": 3735,
"##ost": 3736,
"adv": 3737,
"concerning": 3738,
"pratique": 3739,
"confl": 3740,
"conne": 3741,
"univers": 3742,
"indic": 3743,
"différentes": 3744,
"déch": 3745,
"principes": 3746,
"coup": 3747,
"forme": 3748,
"contrô": 3749,
"##ience": 3750,
"emplois": 3751,
"dernières": 3752,
"vu": 3753,
"##cent": 3754,
"adopter": 3755,
"tar": 3756,
"rapidement": 3757,
"tel": 3758,
"##resp": 3759,
"2006": 3760,
"cases": 3761,
"cependant": 3762,
"##dit": 3763,
"doute": 3764,
"che": 3765,
"responsible": 3766,
"##quent": 3767,
"13": 3768,
"due": 3769,
"prot": 3770,
"carri": 3771,
"##ght": 3772,
"sex": 3773,
"expéri": 3774,
"##erre": 3775,
"paro": 3776,
"nat": 3777,
"basic": 3778,
"extrêmement": 3779,
"bure": 3780,
"compl": 3781,
"Not": 3782,
"date": 3783,
"Kos": 3784,
"éviter": 3785,
"50": 3786,
"risque": 3787,
"##reen": 3788,
"fl": 3789,
"German": 3790,
"recommend": 3791,
"consumers": 3792,
"management": 3793,
"égalité": 3794,
"line": 3795,
"2004": 3796,
"##atory": 3797,
"Port": 3798,
"##hic": 3799,
"Sp": 3800,
"##iance": 3801,
"##omb": 3802,
"quant": 3803,
"compéti": 3804,
"answer": 3805,
"convient": 3806,
"capital": 3807,
"##riting": 3808,
"youn": 3809,
"entire": 3810,
"durable": 3811,
"##por": 3812,
"mondiale": 3813,
"##acceptable": 3814,
"respe": 3815,
"##ides": 3816,
"quat": 3817,
"Vo": 3818,
"Kosov": 3819,
"sort": 3820,
"remp": 3821,
"simpli": 3822,
"move": 3823,
"reasons": 3824,
"lot": 3825,
"##éric": 3826,
"writing": 3827,
"##mploy": 3828,
"Social": 3829,
"celles": 3830,
"cher": 3831,
"##can": 3832,
"matters": 3833,
"puisse": 3834,
"objet": 3835,
"répondre": 3836,
"vois": 3837,
"longer": 3838,
"espr": 3839,
"repr": 3840,
"##eria": 3841,
"voy": 3842,
"##iew": 3843,
"talk": 3844,
"introduction": 3845,
"affect": 3846,
"##ceed": 3847,
"around": 3848,
"##ban": 3849,
"##ha": 3850,
"altern": 3851,
"principles": 3852,
"##iser": 3853,
"intégration": 3854,
"er": 3855,
"devant": 3856,
"formul": 3857,
"2002": 3858,
"encourage": 3859,
"systèmes": 3860,
"##rique": 3861,
"##line": 3862,
"##mi": 3863,
"én": 3864,
"Sw": 3865,
"observ": 3866,
"zone": 3867,
"accepter": 3868,
"savons": 3869,
"compromise": 3870,
"conséquences": 3871,
"contain": 3872,
"rése": 3873,
"lorsqu": 3874,
"transparence": 3875,
"estim": 3876,
"##anted": 3877,
"nothing": 3878,
"passé": 3879,
"situ": 3880,
"mort": 3881,
"##gra": 3882,
"norm": 3883,
"true": 3884,
"volonté": 3885,
"##ote": 3886,
"budgétaire": 3887,
"stress": 3888,
"projects": 3889,
"past": 3890,
"East": 3891,
"efficacité": 3892,
"##udi": 3893,
"##tée": 3894,
"##fortunately": 3895,
"demon": 3896,
"caract": 3897,
"##ton": 3898,
"note": 3899,
"low": 3900,
"préoccup": 3901,
"promotion": 3902,
"red": 3903,
"trouve": 3904,
"mut": 3905,
"réduire": 3906,
"##moins": 3907,
"reports": 3908,
"tels": 3909,
"##urd": 3910,
"presid": 3911,
"hy": 3912,
"young": 3913,
"monitor": 3914,
"meilleure": 3915,
"sensi": 3916,
"condition": 3917,
"importants": 3918,
"rapports": 3919,
"début": 3920,
"costs": 3921,
"##eries": 3922,
"threat": 3923,
"supplément": 3924,
"formation": 3925,
"##èle": 3926,
"##outh": 3927,
"Kosovo": 3928,
"prep": 3929,
"##ossi": 3930,
"arrê": 3931,
"Second": 3932,
"bar": 3933,
"##veness": 3934,
"peti": 3935,
"##iés": 3936,
"Cependant": 3937,
"broad": 3938,
"expect": 3939,
"regards": 3940,
"makes": 3941,
"grâce": 3942,
"cho": 3943,
"nationales": 3944,
"fair": 3945,
"comes": 3946,
"##éc": 3947,
"esprit": 3948,
"modern": 3949,
"##rale": 3950,
"technologies": 3951,
"ours": 3952,
"##uite": 3953,
"gouvernements": 3954,
"permettra": 3955,
"état": 3956,
"déclaration": 3957,
"##lam": 3958,
"maintain": 3959,
"fondamentaux": 3960,
"pat": 3961,
"preuve": 3962,
"chers": 3963,
"independ": 3964,
"Portug": 3965,
"log": 3966,
"considéra": 3967,
"documents": 3968,
"chance": 3969,
"##né": 3970,
"activities": 3971,
"histor": 3972,
"2003": 3973,
"recommand": 3974,
"discut": 3975,
"Dem": 3976,
"##orrow": 3977,
"achieved": 3978,
"convain": 3979,
"unan": 3980,
"perhaps": 3981,
"aider": 3982,
"lack": 3983,
"funding": 3984,
"seen": 3985,
"collègue": 3986,
"interp": 3987,
"although": 3988,
"##yn": 3989,
"2009": 3990,
"nuclé": 3991,
"governments": 3992,
"oct": 3993,
"##lande": 3994,
"share": 3995,
"##oph": 3996,
"continuer": 3997,
"dimension": 3998,
"réjou": 3999,
"commitment": 4000,
"tend": 4001,
"##erve": 4002,
"##ariat": 4003,
"priority": 4004,
"##olid": 4005,
"tradition": 4006,
"bil": 4007,
"18": 4008,
"mig": 4009,
"ambiti": 4010,
"indépend": 4011,
"solidarité": 4012,
"défense": 4013,
"##ctement": 4014,
"signifie": 4015,
"dist": 4016,
"draft": 4017,
"confiance": 4018,
"Est": 4019,
"Fonds": 4020,
"arm": 4021,
"##ource": 4022,
"déta": 4023,
"legislative": 4024,
"promote": 4025,
"water": 4026,
"week": 4027,
"engage": 4028,
"##verg": 4029,
"experience": 4030,
"One": 4031,
"veut": 4032,
"manif": 4033,
"élé": 4034,
"habit": 4035,
"##oires": 4036,
"utiliser": 4037,
"fall": 4038,
"ul": 4039,
"##cting": 4040,
"frontières": 4041,
"sommet": 4042,
"2005": 4043,
"perspective": 4044,
"##tres": 4045,
"évaluation": 4046,
"Prem": 4047,
"fail": 4048,
"road": 4049,
"border": 4050,
"decid": 4051,
"espé": 4052,
"demain": 4053,
"##tiveness": 4054,
"guid": 4055,
"conform": 4056,
"congratulate": 4057,
"##ists": 4058,
"##oid": 4059,
"orig": 4060,
"nuclear": 4061,
"##venus": 4062,
"##hod": 4063,
"taux": 4064,
"ajou": 4065,
"##erb": 4066,
"pleine": 4067,
"##quet": 4068,
"doub": 4069,
"sustainable": 4070,
"indis": 4071,
"provided": 4072,
"surve": 4073,
"##venu": 4074,
"##anmoins": 4075,
"foreign": 4076,
"##fully": 4077,
"cohésion": 4078,
"opposition": 4079,
"apporter": 4080,
"malad": 4081,
"##ME": 4082,
"Communauté": 4083,
"Rights": 4084,
"distrib": 4085,
"évo": 4086,
"##oss": 4087,
"régime": 4088,
"exemp": 4089,
"##tivité": 4090,
"##reg": 4091,
"rest": 4092,
"représente": 4093,
"ign": 4094,
"labour": 4095
},
"merges": [
[
"##o",
"##n"
],
[
"##e",
"##s"
],
[
"##e",
"##n"
],
[
"##t",
"##i"
],
[
"##e",
"##r"
],
[
"t",
"##h"
],
[
"##o",
"##u"
],
[
"##a",
"##n"
],
[
"##r",
"##e"
],
[
"##i",
"##s"
],
[
"th",
"##e"
],
[
"##en",
"##t"
],
[
"d",
"##e"
],
[
"##i",
"##n"
],
[
"##o",
"##r"
],
[
"##i",
"##t"
],
[
"##ti",
"##on"
],
[
"##r",
"##o"
],
[
"##a",
"##r"
],
[
"##l",
"##e"
],
[
"##a",
"##t"
],
[
"i",
"##n"
],
[
"##o",
"##m"
],
[
"##a",
"##l"
],
[
"##m",
"##ent"
],
[
"q",
"##u"
],
[
"##u",
"##r"
],
[
"##s",
"##i"
],
[
"l",
"##a"
],
[
"a",
"##n"
],
[
"o",
"##f"
],
[
"t",
"##o"
],
[
"##s",
"##t"
],
[
"##v",
"##e"
],
[
"##a",
"##tion"
],
[
"##t",
"##e"
],
[
"##i",
"##c"
],
[
"l",
"##e"
],
[
"e",
"##n"
],
[
"an",
"##d"
],
[
"##n",
"##e"
],
[
"##a",
"##s"
],
[
"e",
"##t"
],
[
"c",
"##on"
],
[
"r",
"##e"
],
[
"##i",
"##l"
],
[
"##q",
"##u"
],
[
"##c",
"##e"
],
[
"##r",
"##a"
],
[
"##in",
"##g"
],
[
"p",
"##ro"
],
[
"##om",
"##m"
],
[
"##ou",
"##r"
],
[
"##e",
"##l"
],
[
"d",
"##es"
],
[
"l",
"##es"
],
[
"##ou",
"##s"
],
[
"##e",
"##t"
],
[
"##e",
"##d"
],
[
"##u",
"##t"
],
[
"##p",
"##e"
],
[
"##i",
"##r"
],
[
"##o",
"##l"
],
[
"##u",
"##s"
],
[
"i",
"##s"
],
[
"##on",
"##s"
],
[
"##an",
"##t"
],
[
"qu",
"##e"
],
[
"th",
"##at"
],
[
"b",
"##e"
],
[
"##r",
"##i"
],
[
"##u",
"##ro"
],
[
"p",
"##ar"
],
[
"o",
"##n"
],
[
"##or",
"##t"
],
[
"##an",
"##s"
],
[
"##c",
"##i"
],
[
"u",
"##n"
],
[
"##c",
"##h"
],
[
"##m",
"##p"
],
[
"##p",
"##p"
],
[
"##o",
"##t"
],
[
"##r",
"##es"
],
[
"##m",
"##e"
],
[
"f",
"##or"
],
[
"##o",
"##s"
],
[
"##u",
"##l"
],
[
"w",
"##h"
],
[
"##l",
"##y"
],
[
"##si",
"##on"
],
[
"##c",
"##t"
],
[
"a",
"##u"
],
[
"e",
"##st"
],
[
"##i",
"##re"
],
[
"##i",
"##d"
],
[
"d",
"##é"
],
[
"##r",
"##é"
],
[
"##i",
"##g"
],
[
"n",
"##e"
],
[
"e",
"##x"
],
[
"f",
"##a"
],
[
"p",
"##our"
],
[
"u",
"##ne"
],
[
"a",
"##l"
],
[
"d",
"##u"
],
[
"##t",
"##er"
],
[
"m",
"##a"
],
[
"##b",
"##le"
],
[
"s",
"##u"
],
[
"s",
"##e"
],
[
"##v",
"##er"
],
[
"##qu",
"##e"
],
[
"T",
"##h"
],
[
"a",
"##s"
],
[
"##i",
"##on"
],
[
"##t",
"##a"
],
[
"r",
"##é"
],
[
"C",
"##omm"
],
[
"##f",
"##f"
],
[
"i",
"##t"
],
[
"##en",
"##d"
],
[
"n",
"##ous"
],
[
"##t",
"##re"
],
[
"##e",
"##m"
],
[
"E",
"##uro"
],
[
"d",
"##ans"
],
[
"w",
"##e"
],
[
"##it",
"##é"
],
[
"##o",
"##p"
],
[
"h",
"##a"
],
[
"qu",
"##i"
],
[
"##i",
"##e"
],
[
"p",
"##l"
],
[
"Euro",
"##pe"
],
[
"##le",
"##ment"
],
[
"n",
"##ot"
],
[
"th",
"##is"
],
[
"##a",
"##y"
],
[
"##is",
"##sion"
],
[
"##er",
"##s"
],
[
"c",
"##e"
],
[
"a",
"##c"
],
[
"c",
"##omm"
],
[
"##i",
"##ti"
],
[
"##u",
"##re"
],
[
"##ou",
"##l"
],
[
"##l",
"##i"
],
[
"##g",
"##e"
],
[
"##p",
"##é"
],
[
"a",
"##re"
],
[
"c",
"##om"
],
[
"##d",
"##e"
],
[
"p",
"##as"
],
[
"i",
"##l"
],
[
"##c",
"##es"
],
[
"##t",
"##é"
],
[
"##o",
"##w"
],
[
"##it",
"##h"
],
[
"##u",
"##n"
],
[
"m",
"##o"
],
[
"##u",
"##x"
],
[
"s",
"##ur"
],
[
"##at",
"##e"
],
[
"##en",
"##s"
],
[
"##on",
"##t"
],
[
"i",
"##mp"
],
[
"##il",
"##l"
],
[
"##er",
"##e"
],
[
"w",
"##ith"
],
[
"Comm",
"##ission"
],
[
"r",
"##es"
],
[
"##ti",
"##n"
],
[
"##b",
"##l"
],
[
"c",
"##h"
],
[
"##ou",
"##t"
],
[
"##oul",
"##d"
],
[
"r",
"##a"
],
[
"s",
"##o"
],
[
"ha",
"##ve"
],
[
"##ou",
"##n"
],
[
"##tion",
"##s"
],
[
"e",
"##uro"
],
[
"##an",
"##d"
],
[
"##t",
"##r"
],
[
"U",
"##n"
],
[
"##d",
"##u"
],
[
"##ation",
"##s"
],
[
"##ic",
"##h"
],
[
"##a",
"##d"
],
[
"d",
"##o"
],
[
"a",
"##t"
],
[
"##t",
"##at"
],
[
"p",
"##ol"
],
[
"a",
"##v"
],
[
"##ti",
"##ve"
],
[
"##d",
"##i"
],
[
"t",
"##r"
],
[
"a",
"##g"
],
[
"##s",
"##e"
],
[
"##it",
"##y"
],
[
"euro",
"##pé"
],
[
"##a",
"##in"
],
[
"wh",
"##ich"
],
[
"l",
"##i"
],
[
"##en",
"##ce"
],
[
"p",
"##e"
],
[
"a",
"##pp"
],
[
"Th",
"##e"
],
[
"##u",
"##e"
],
[
"##t",
"##h"
],
[
"##ur",
"##s"
],
[
"Europe",
"##an"
],
[
"s",
"##a"
],
[
"P",
"##ar"
],
[
"##an",
"##ce"
],
[
"##si",
"##d"
],
[
"##k",
"##e"
],
[
"##em",
"##b"
],
[
"europé",
"##en"
],
[
"##è",
"##re"
],
[
"pro",
"##p"
],
[
"j",
"##e"
],
[
"s",
"##h"
],
[
"p",
"##ré"
],
[
"##c",
"##on"
],
[
"##t",
"##s"
],
[
"t",
"##ra"
],
[
"com",
"##p"
],
[
"Un",
"##ion"
],
[
"w",
"##ill"
],
[
"p",
"##o"
],
[
"o",
"##r"
],
[
"##ti",
"##c"
],
[
"a",
"##m"
],
[
"d",
"##is"
],
[
"b",
"##y"
],
[
"con",
"##c"
],
[
"##é",
"##e"
],
[
"##é",
"##r"
],
[
"##ment",
"##s"
],
[
"a",
"##d"
],
[
"##ve",
"##l"
],
[
"##u",
"##st"
],
[
"pl",
"##us"
],
[
"##u",
"##m"
],
[
"##l",
"##a"
],
[
"m",
"##e"
],
[
"##l",
"##es"
],
[
"d",
"##i"
],
[
"##m",
"##es"
],
[
"##c",
"##tion"
],
[
"##tin",
"##g"
],
[
"##v",
"##en"
],
[
"##ig",
"##h"
],
[
"##et",
"##te"
],
[
"##pp",
"##ort"
],
[
"##or",
"##d"
],
[
"##qu",
"##es"
],
[
"h",
"##as"
],
[
"al",
"##l"
],
[
"re",
"##p"
],
[
"p",
"##r"
],
[
"a",
"##b"
],
[
"##ar",
"##d"
],
[
"a",
"##ut"
],
[
"con",
"##s"
],
[
"##o",
"##c"
],
[
"in",
"##ter"
],
[
"##a",
"##ble"
],
[
"M",
"##r"
],
[
"##é",
"##s"
],
[
"c",
"##o"
],
[
"##u",
"##d"
],
[
"pol",
"##iti"
],
[
"##v",
"##es"
],
[
"##f",
"##or"
],
[
"##a",
"##m"
],
[
"##t",
"##en"
],
[
"##o",
"##re"
],
[
"imp",
"##ort"
],
[
"s",
"##er"
],
[
"##te",
"##d"
],
[
"##è",
"##s"
],
[
"##u",
"##tion"
],
[
"##s",
"##o"
],
[
"f",
"##in"
],
[
"ac",
"##c"
],
[
"g",
"##r"
],
[
"##a",
"##ire"
],
[
"##a",
"##is"
],
[
"J",
"##e"
],
[
"##a",
"##g"
],
[
"au",
"##x"
],
[
"e",
"##ff"
],
[
"##ces",
"##s"
],
[
"##ro",
"##m"
],
[
"##0",
"##0"
],
[
"##a",
"##c"
],
[
"c",
"##ette"
],
[
"s",
"##i"
],
[
"##si",
"##e"
],
[
"##it",
"##e"
],
[
"##ti",
"##f"
],
[
"##ti",
"##t"
],
[
"a",
"##ve"
],
[
"##ci",
"##al"
],
[
"##is",
"##t"
],
[
"##is",
"##e"
],
[
"##a",
"##u"
],
[
"##ay",
"##s"
],
[
"v",
"##o"
],
[
"##res",
"##id"
],
[
"##a",
"##ment"
],
[
"##b",
"##il"
],
[
"c",
"##an"
],
[
"s",
"##ont"
],
[
"de",
"##v"
],
[
"##é",
"##es"
],
[
"d",
"##ire"
],
[
"e",
"##s"
],
[
"##l",
"##o"
],
[
"##i",
"##ent"
],
[
"##a",
"##ge"
],
[
"m",
"##on"
],
[
"ê",
"##tre"
],
[
"##e",
"##c"
],
[
"w",
"##ould"
],
[
"P",
"##resid"
],
[
"th",
"##ere"
],
[
"##a",
"##le"
],
[
"##er",
"##n"
],
[
"re",
"##g"
],
[
"ex",
"##p"
],
[
"##t",
"##ri"
],
[
"##er",
"##m"
],
[
"t",
"##a"
],
[
"##i",
"##en"
],
[
"##os",
"##e"
],
[
"y",
"##ou"
],
[
"européen",
"##ne"
],
[
"##i",
"##que"
],
[
"al",
"##so"
],
[
"o",
"##b"
],
[
"##ta",
"##in"
],
[
"qu",
"##es"
],
[
"##ur",
"##es"
],
[
"m",
"##ar"
],
[
"##sid",
"##ent"
],
[
"ave",
"##c"
],
[
"##con",
"##om"
],
[
"I",
"##l"
],
[
"##us",
"##e"
],
[
"d",
"##on"
],
[
"f",
"##rom"
],
[
"##or",
"##s"
],
[
"m",
"##an"
],
[
"##a",
"##it"
],
[
"sh",
"##ould"
],
[
"W",
"##e"
],
[
"a",
"##r"
],
[
"t",
"##e"
],
[
"w",
"##or"
],
[
"v",
"##ous"
],
[
"##ir",
"##es"
],
[
"##i",
"##v"
],
[
"b",
"##ut"
],
[
"##o",
"##g"
],
[
"s",
"##t"
],
[
"p",
"##u"
],
[
"##é",
"##g"
],
[
"I",
"##n"
],
[
"##d",
"##er"
],
[
"##al",
"##ly"
],
[
"on",
"##t"
],
[
"o",
"##ur"
],
[
"Presid",
"##ent"
],
[
"##ig",
"##n"
],
[
"p",
"##re"
],
[
"o",
"##u"
],
[
"##i",
"##es"
],
[
"g",
"##o"
],
[
"t",
"##out"
],
[
"N",
"##ous"
],
[
"in",
"##c"
],
[
"##el",
"##le"
],
[
"M",
"##on"
],
[
"É",
"##tat"
],
[
"de",
"##m"
],
[
"##l",
"##le"
],
[
"c",
"##es"
],
[
"##o",
"##d"
],
[
"ma",
"##is"
],
[
"##i",
"##m"
],
[
"m",
"##ust"
],
[
"I",
"##t"
],
[
"##r",
"##u"
],
[
"##om",
"##e"
],
[
"##o",
"##ir"
],
[
"##a",
"##p"
],
[
"##on",
"##g"
],
[
"s",
"##tr"
],
[
"##it",
"##s"
],
[
"##for",
"##m"
],
[
"##vel",
"##op"
],
[
"s",
"##ou"
],
[
"##f",
"##ic"
],
[
"##is",
"##s"
],
[
"import",
"##ant"
],
[
"m",
"##emb"
],
[
"##a",
"##ux"
],
[
"c",
"##oun"
],
[
"L",
"##a"
],
[
"##us",
"##si"
],
[
"##ul",
"##t"
],
[
"be",
"##en"
],
[
"P",
"##ré"
],
[
"##ation",
"##al"
],
[
"p",
"##ays"
],
[
"##si",
"##tion"
],
[
"v",
"##er"
],
[
"é",
"##g"
],
[
"##re",
"##e"
],
[
"L",
"##e"
],
[
"w",
"##as"
],
[
"di",
"##ff"
],
[
"tr",
"##ans"
],
[
"##in",
"##e"
],
[
"##i",
"##er"
],
[
"prop",
"##os"
],
[
"##li",
"##ament"
],
[
"M",
"##emb"
],
[
"##i",
"##ère"
],
[
"pro",
"##g"
],
[
"##on",
"##d"
],
[
"##es",
"##e"
],
[
"##sie",
"##ur"
],
[
"h",
"##e"
],
[
"ra",
"##pport"
],
[
"##ons",
"##e"
],
[
"Pré",
"##sident"
],
[
"Mon",
"##sieur"
],
[
"##in",
"##t"
],
[
"en",
"##tre"
],
[
"fa",
"##it"
],
[
"##al",
"##l"
],
[
"c",
"##er"
],
[
"##g",
"##h"
],
[
"##p",
"##r"
],
[
"u",
"##s"
],
[
"##is",
"##h"
],
[
"é",
"##té"
],
[
"##a",
"##ce"
],
[
"it",
"##s"
],
[
"##k",
"##ing"
],
[
"##v",
"##a"
],
[
"p",
"##os"
],
[
"2",
"##00"
],
[
"##c",
"##is"
],
[
"##c",
"##il"
],
[
"Par",
"##liament"
],
[
"pro",
"##du"
],
[
"##ou",
"##p"
],
[
"##è",
"##me"
],
[
"in",
"##s"
],
[
"##m",
"##in"
],
[
"rep",
"##ort"
],
[
"Par",
"##lement"
],
[
"in",
"##t"
],
[
"t",
"##i"
],
[
"##ar",
"##y"
],
[
"##i",
"##ons"
],
[
"##c",
"##a"
],
[
"##s",
"##ent"
],
[
"##tic",
"##ul"
],
[
"mo",
"##re"
],
[
"##tat",
"##es"
],
[
"##or",
"##te"
],
[
"##a",
"##ires"
],
[
"##pe",
"##ct"
],
[
"##a",
"##lement"
],
[
"ques",
"##tion"
],
[
"##b",
"##er"
],
[
"par",
"##ticul"
],
[
"p",
"##ers"
],
[
"État",
"##s"
],
[
"cer",
"##tain"
],
[
"##n",
"##es"
],
[
"comm",
"##e"
],
[
"##th",
"##er"
],
[
"ne",
"##ed"
],
[
"d",
"##ro"
],
[
"##e",
"##ar"
],
[
"o",
"##ut"
],
[
"##f",
"##in"
],
[
"##re",
"##at"
],
[
"##u",
"##es"
],
[
"##res",
"##s"
],
[
"s",
"##y"
],
[
"##ti",
"##l"
],
[
"##ê",
"##me"
],
[
"li",
"##ke"
],
[
"n",
"##o"
],
[
"##n",
"##er"
],
[
"##u",
"##i"
],
[
"m",
"##es"
],
[
"par",
"##ti"
],
[
"##b",
"##re"
],
[
"politi",
"##que"
],
[
"##on",
"##ne"
],
[
"##i",
"##ve"
],
[
"the",
"##y"
],
[
"##an",
"##g"
],
[
"##ch",
"##e"
],
[
"Memb",
"##er"
],
[
"##igh",
"##t"
],
[
"the",
"##ir"
],
[
"##ou",
"##v"
],
[
"##c",
"##tive"
],
[
"s",
"##it"
],
[
"##ce",
"##p"
],
[
"##ci",
"##p"
],
[
"ver",
"##y"
],
[
"##as",
"##e"
],
[
"E",
"##U"
],
[
"S",
"##tates"
],
[
"##h",
"##er"
],
[
"par",
"##t"
],
[
"E",
"##n"
],
[
"e",
"##mp"
],
[
"C",
"##onse"
],
[
"##g",
"##et"
],
[
"wh",
"##o"
],
[
"##ant",
"##s"
],
[
"##si",
"##ble"
],
[
"##is",
"##ation"
],
[
"##p",
"##ar"
],
[
"p",
"##ri"
],
[
"C",
"##oun"
],
[
"##ou",
"##gh"
],
[
"comm",
"##un"
],
[
"##é",
"##n"
],
[
"Conse",
"##il"
],
[
"memb",
"##res"
],
[
"##a",
"##ti"
],
[
"##il",
"##le"
],
[
"Coun",
"##cil"
],
[
"re",
"##c"
],
[
"##u",
"##ation"
],
[
"th",
"##ese"
],
[
"o",
"##p"
],
[
"##en",
"##ti"
],
[
"av",
"##ons"
],
[
"o",
"##ne"
],
[
"pol",
"##ic"
],
[
"##l",
"##ic"
],
[
"Th",
"##is"
],
[
"en",
"##v"
],
[
"##l",
"##u"
],
[
"t",
"##er"
],
[
"c",
"##el"
],
[
"##id",
"##e"
],
[
"##ol",
"##ution"
],
[
"fa",
"##ire"
],
[
"acc",
"##ord"
],
[
"wh",
"##at"
],
[
"##ra",
"##m"
],
[
"##r",
"##ic"
],
[
"con",
"##f"
],
[
"ég",
"##alement"
],
[
"c",
"##ar"
],
[
"ab",
"##out"
],
[
"a",
"##ussi"
],
[
"##è",
"##g"
],
[
"re",
"##m"
],
[
"ré",
"##g"
],
[
"m",
"##ême"
],
[
"n",
"##om"
],
[
"##t",
"##ra"
],
[
"##o",
"##is"
],
[
"ob",
"##j"
],
[
"sy",
"##st"
],
[
"as",
"##s"
],
[
"n",
"##ou"
],
[
"##in",
"##s"
],
[
"##ri",
"##e"
],
[
"##f",
"##ore"
],
[
"##e",
"##ct"
],
[
"##a",
"##st"
],
[
"u",
"##p"
],
[
"m",
"##y"
],
[
"am",
"##end"
],
[
"##our",
"##s"
],
[
"##o",
"##y"
],
[
"dis",
"##c"
],
[
"tra",
"##va"
],
[
"e",
"##lle"
],
[
"app",
"##ro"
],
[
"c",
"##ol"
],
[
"##op",
"##le"
],
[
"s",
"##é"
],
[
"é",
"##v"
],
[
"t",
"##ou"
],
[
"##l",
"##ar"
],
[
"##bl",
"##es"
],
[
"ra",
"##pp"
],
[
"##ité",
"##s"
],
[
"not",
"##re"
],
[
"po",
"##int"
],
[
"fin",
"##an"
],
[
"in",
"##té"
],
[
"##el",
"##l"
],
[
"su",
"##b"
],
[
"ré",
"##s"
],
[
"é",
"##ta"
],
[
"ad",
"##op"
],
[
"a",
"##ct"
],
[
"en",
"##c"
],
[
"##c",
"##y"
],
[
"b",
"##ien"
],
[
"o",
"##ther"
],
[
"res",
"##p"
],
[
"##c",
"##ur"
],
[
"##es",
"##t"
],
[
"##c",
"##u"
],
[
"##tri",
"##es"
],
[
"inter",
"##n"
],
[
"pr",
"##in"
],
[
"th",
"##an"
],
[
"a",
"##i"
],
[
"wor",
"##k"
],
[
"##el",
"##y"
],
[
"coun",
"##tries"
],
[
"m",
"##in"
],
[
"con",
"##sid"
],
[
"pe",
"##ople"
],
[
"##ent",
"##s"
],
[
"le",
"##ur"
],
[
"y",
"##ear"
],
[
"conc",
"##ern"
],
[
"##st",
"##ru"
],
[
"##ic",
"##e"
],
[
"sit",
"##uation"
],
[
"tr",
"##ès"
],
[
"prog",
"##ram"
],
[
"t",
"##ous"
],
[
"b",
"##et"
],
[
"##tit",
"##u"
],
[
"re",
"##l"
],
[
"##an",
"##de"
],
[
"##r",
"##it"
],
[
"##ti",
"##s"
],
[
"é",
"##conom"
],
[
"an",
"##n"
],
[
"in",
"##form"
],
[
"p",
"##er"
],
[
"##end",
"##re"
],
[
"L",
"##es"
],
[
"b",
"##ud"
],
[
"s",
"##on"
],
[
"c",
"##a"
],
[
"dé",
"##p"
],
[
"##ie",
"##ve"
],
[
"ne",
"##w"
],
[
"s",
"##pe"
],
[
"##at",
"##ed"
],
[
"h",
"##um"
],
[
"prop",
"##o"
],
[
"##i",
"##a"
],
[
"do",
"##it"
],
[
"be",
"##ca"
],
[
"##is",
"##es"
],
[
"##ou",
"##ver"
],
[
"##l",
"##é"
],
[
"##ens",
"##e"
],
[
"obj",
"##ec"
],
[
"##g",
"##an"
],
[
"##c",
"##te"
],
[
"##mp",
"##le"
],
[
"ti",
"##me"
],
[
"i",
"##f"
],
[
"##j",
"##et"
],
[
"##ou",
"##d"
],
[
"pe",
"##ut"
],
[
"en",
"##s"
],
[
"aut",
"##res"
],
[
"pro",
"##te"
],
[
"##an",
"##te"
],
[
"so",
"##ci"
],
[
"beca",
"##use"
],
[
"##oc",
"##ra"
],
[
"env",
"##ir"
],
[
"n",
"##on"
],
[
"##bl",
"##ic"
],
[
"on",
"##ly"
],
[
"ser",
"##v"
],
[
"##iti",
"##es"
],
[
"##é",
"##d"
],
[
"p",
"##erm"
],
[
"##m",
"##s"
],
[
"is",
"##s"
],
[
"de",
"##velop"
],
[
"##el",
"##s"
],
[
"A",
"##n"
],
[
"so",
"##cial"
],
[
"##un",
"##d"
],
[
"a",
"##ff"
],
[
"##v",
"##ent"
],
[
"##b",
"##at"
],
[
"s",
"##ome"
],
[
"##è",
"##res"
],
[
"##al",
"##es"
],
[
"##an",
"##ge"
],
[
"co",
"##op"
],
[
"pro",
"##bl"
],
[
"e",
"##conom"
],
[
"un",
"##der"
],
[
"A",
"##s"
],
[
"n",
"##é"
],
[
"##er",
"##a"
],
[
"##i",
"##ques"
],
[
"##k",
"##s"
],
[
"ag",
"##ain"
],
[
"j",
"##ust"
],
[
"il",
"##s"
],
[
"##a",
"##ch"
],
[
"polic",
"##y"
],
[
"##bil",
"##ité"
],
[
"##es",
"##s"
],
[
"ma",
"##in"
],
[
"de",
"##ux"
],
[
"ag",
"##ree"
],
[
"##tri",
"##b"
],
[
"##ra",
"##is"
],
[
"v",
"##is"
],
[
"##e",
"##ver"
],
[
"con",
"##tin"
],
[
"##ce",
"##d"
],
[
"v",
"##ie"
],
[
"le",
"##g"
],
[
"C",
"##h"
],
[
"emp",
"##lo"
],
[
"su",
"##pport"
],
[
"1",
"##9"
],
[
"rapp",
"##orte"
],
[
"##i",
"##ous"
],
[
"l",
"##ong"
],
[
"propos",
"##al"
],
[
"n",
"##ow"
],
[
"v",
"##ot"
],
[
"pro",
"##v"
],
[
"h",
"##ow"
],
[
"dev",
"##ons"
],
[
"an",
"##y"
],
[
"n",
"##os"
],
[
"i",
"##m"
],
[
"p",
"##res"
],
[
"M",
"##ad"
],
[
"##igh",
"##ts"
],
[
"##i",
"##le"
],
[
"##it",
"##er"
],
[
"##si",
"##ons"
],
[
"##le",
"##ar"
],
[
"s",
"##ta"
],
[
"act",
"##u"
],
[
"##ol",
"##og"
],
[
"##w",
"##e"
],
[
"##p",
"##end"
],
[
"##ul",
"##ation"
],
[
"m",
"##en"
],
[
"##m",
"##o"
],
[
"m",
"##il"
],
[
"pos",
"##sible"
],
[
"##o",
"##i"
],
[
"##ir",
"##st"
],
[
"##bil",
"##ity"
],
[
"pré",
"##sent"
],
[
"pe",
"##u"
],
[
"##n",
"##ow"
],
[
"or",
"##gan"
],
[
"s",
"##ign"
],
[
"b",
"##el"
],
[
"C",
"##e"
],
[
"##ver",
"##s"
],
[
"##a",
"##re"
],
[
"pu",
"##blic"
],
[
"##f",
"##er"
],
[
"##ra",
"##it"
],
[
"dro",
"##its"
],
[
"##c",
"##al"
],
[
"p",
"##ouv"
],
[
"pro",
"##cess"
],
[
"int",
"##o"
],
[
"mar",
"##ch"
],
[
"##ain",
"##e"
],
[
"##a",
"##ct"
],
[
"bud",
"##get"
],
[
"ma",
"##ke"
],
[
"##c",
"##er"
],
[
"res",
"##pect"
],
[
"dire",
"##ctive"
],
[
"##al",
"##is"
],
[
"##in",
"##k"
],
[
"##en",
"##ces"
],
[
"##p",
"##h"
],
[
"##i",
"##f"
],
[
"##ic",
"##es"
],
[
"ta",
"##ke"
],
[
"con",
"##tre"
],
[
"r",
"##en"
],
[
"c",
"##ro"
],
[
"vo",
"##te"
],
[
"wh",
"##en"
],
[
"prin",
"##cip"
],
[
"cel",
"##a"
],
[
"conc",
"##er"
],
[
"##ard",
"##s"
],
[
"##al",
"##ité"
],
[
"c",
"##as"
],
[
"v",
"##oud"
],
[
"##ti",
"##que"
],
[
"##a",
"##ut"
],
[
"dé",
"##m"
],
[
"##p",
"##ort"
],
[
"su",
"##ch"
],
[
"##a",
"##tive"
],
[
"s",
"##es"
],
[
"es",
"##s"
],
[
"##l",
"##d"
],
[
"th",
"##ose"
],
[
"nom",
"##bre"
],
[
"l",
"##ors"
],
[
"the",
"##m"
],
[
"c",
"##l"
],
[
"##k",
"##et"
],
[
"b",
"##as"
],
[
"né",
"##cess"
],
[
"n",
"##ational"
],
[
"##v",
"##ing"
],
[
"don",
"##c"
],
[
"particul",
"##ar"
],
[
"##it",
"##te"
],
[
"fa",
"##ct"
],
[
"prote",
"##ction"
],
[
"dis",
"##p"
],
[
"m",
"##et"
],
[
"k",
"##now"
],
[
"s",
"##ay"
],
[
"##we",
"##en"
],
[
"##ch",
"##n"
],
[
"##m",
"##er"
],
[
"bet",
"##ween"
],
[
"##g",
"##y"
],
[
"f",
"##ond"
],
[
"qu",
"##el"
],
[
"##g",
"##r"
],
[
"pro",
"##ble"
],
[
"hum",
"##an"
],
[
"##t",
"##es"
],
[
"concer",
"##ne"
],
[
"##ti",
"##ves"
],
[
"be",
"##ing"
],
[
"##velop",
"##pe"
],
[
"pl",
"##ace"
],
[
"s",
"##omm"
],
[
"voud",
"##rais"
],
[
"##tit",
"##ution"
],
[
"##on",
"##e"
],
[
"##ti",
"##ère"
],
[
"##en",
"##ir"
],
[
"c",
"##ré"
],
[
"U",
"##E"
],
[
"##oun",
"##d"
],
[
"d",
"##om"
],
[
"ra",
"##is"
],
[
"s",
"##ol"
],
[
"w",
"##ere"
],
[
"dé",
"##veloppe"
],
[
"##our",
"##d"
],
[
"d",
"##ont"
],
[
"##in",
"##d"
],
[
"rapporte",
"##ur"
],
[
"f",
"##ut"
],
[
"##cis",
"##ion"
],
[
"##ti",
"##v"
],
[
"c",
"##ri"
],
[
"pers",
"##on"
],
[
"##r",
"##is"
],
[
"l",
"##o"
],
[
"in",
"##iti"
],
[
"c",
"##la"
],
[
"o",
"##ver"
],
[
"##in",
"##si"
],
[
"trava",
"##il"
],
[
"##mp",
"##s"
],
[
"##it",
"##oy"
],
[
"##itte",
"##e"
],
[
"r",
"##èg"
],
[
"se",
"##e"
],
[
"w",
"##ay"
],
[
"dé",
"##bat"
],
[
"##en",
"##cy"
],
[
"##t",
"##end"
],
[
"m",
"##at"
],
[
"##ne",
"##ment"
],
[
"##ur",
"##al"
],
[
"##ur",
"##r"
],
[
"##l",
"##les"
],
[
"s",
"##ans"
],
[
"c",
"##ap"
],
[
"con",
"##trib"
],
[
"h",
"##ui"
],
[
"so",
"##it"
],
[
"dem",
"##and"
],
[
"enc",
"##ore"
],
[
"c",
"##lear"
],
[
"r",
"##ights"
],
[
"développe",
"##ment"
],
[
"2",
"##0"
],
[
"de",
"##b"
],
[
"j",
"##us"
],
[
"p",
"##a"
],
[
"##ven",
"##tion"
],
[
"propo",
"##sition"
],
[
"l",
"##ég"
],
[
"##ver",
"##n"
],
[
"te",
"##chn"
],
[
"##j",
"##ourd"
],
[
"c",
"##our"
],
[
"f",
"##e"
],
[
"##du",
"##st"
],
[
"f",
"##irst"
],
[
"D",
"##e"
],
[
"su",
"##pp"
],
[
"##m",
"##en"
],
[
"there",
"##fore"
],
[
"mar",
"##ket"
],
[
"dé",
"##c"
],
[
"ma",
"##de"
],
[
"##ver",
"##y"
],
[
"v",
"##e"
],
[
"##d",
"##ay"
],
[
"W",
"##h"
],
[
"ré",
"##p"
],
[
"ag",
"##ric"
],
[
"g",
"##en"
],
[
"##x",
"##t"
],
[
"ac",
"##cep"
],
[
"##tif",
"##s"
],
[
"econom",
"##ic"
],
[
"su",
"##is"
],
[
"##un",
"##ity"
],
[
"t",
"##ro"
],
[
"politi",
"##cal"
],
[
"program",
"##me"
],
[
"ac",
"##tion"
],
[
"ma",
"##j"
],
[
"pre",
"##m"
],
[
"##is",
"##se"
],
[
"for",
"##m"
],
[
"##er",
"##ation"
],
[
"con",
"##di"
],
[
"##i",
"##p"
],
[
"diff",
"##ic"
],
[
"An",
"##d"
],
[
"é",
"##c"
],
[
"c",
"##itoy"
],
[
"##ten",
"##tion"
],
[
"g",
"##reat"
],
[
"##ult",
"##ure"
],
[
"in",
"##dust"
],
[
"##s",
"##er"
],
[
"g",
"##u"
],
[
"bel",
"##ieve"
],
[
"##ér",
"##ation"
],
[
"in",
"##d"
],
[
"##r",
"##an"
],
[
"comm",
"##ission"
],
[
"a",
"##insi"
],
[
"##a",
"##v"
],
[
"v",
"##i"
],
[
"##is",
"##te"
],
[
"th",
"##ink"
],
[
"##iv",
"##ent"
],
[
"r",
"##ight"
],
[
"intern",
"##ational"
],
[
"o",
"##c"
],
[
"##an",
"##ti"
],
[
"d",
"##ern"
],
[
"##cur",
"##ité"
],
[
"in",
"##v"
],
[
"f",
"##und"
],
[
"##a",
"##me"
],
[
"po",
"##sition"
],
[
"tou",
"##te"
],
[
"o",
"##ù"
],
[
"u",
"##til"
],
[
"pro",
"##c"
],
[
"##el",
"##les"
],
[
"nou",
"##vel"
],
[
"man",
"##y"
],
[
"##v",
"##re"
],
[
"##ô",
"##le"
],
[
"##é",
"##ri"
],
[
"##er",
"##ci"
],
[
"fa",
"##ut"
],
[
"serv",
"##ices"
],
[
"##ar",
"##m"
],
[
"t",
"##erm"
],
[
"p",
"##ra"
],
[
"p",
"##ense"
],
[
"##r",
"##ough"
],
[
"##iss",
"##aire"
],
[
"##j",
"##ect"
],
[
"##ar",
"##ge"
],
[
"##is",
"##l"
],
[
"##tr",
"##y"
],
[
"##o",
"##le"
],
[
"Commission",
"##er"
],
[
"t",
"##w"
],
[
"amend",
"##e"
],
[
"sé",
"##curité"
],
[
"c",
"##ad"
],
[
"pro",
"##f"
],
[
"aut",
"##re"
],
[
"##c",
"##tions"
],
[
"au",
"##jourd"
],
[
"##ci",
"##d"
],
[
"##ve",
"##d"
],
[
"pl",
"##an"
],
[
"##ch",
"##er"
],
[
"##f",
"##ul"
],
[
"##ou",
"##ra"
],
[
"eff",
"##ic"
],
[
"in",
"##f"
],
[
"se",
"##u"
],
[
"syst",
"##em"
],
[
"##v",
"##is"
],
[
"gr",
"##oup"
],
[
"a",
"##ur"
],
[
"ques",
"##tions"
],
[
"##t",
"##ent"
],
[
"##a",
"##bles"
],
[
"##ot",
"##h"
],
[
"A",
"##l"
],
[
"Th",
"##at"
],
[
"##ou",
"##pe"
],
[
"c",
"##ent"
],
[
"le",
"##urs"
],
[
"en",
"##d"
],
[
"19",
"##9"
],
[
"im",
"##m"
],
[
"ess",
"##enti"
],
[
"year",
"##s"
],
[
"march",
"##é"
],
[
"ha",
"##d"
],
[
"wh",
"##ere"
],
[
"again",
"##st"
],
[
"##si",
"##tions"
],
[
"##b",
"##li"
],
[
"cad",
"##re"
],
[
"##iti",
"##z"
],
[
"##w",
"##n"
],
[
"##è",
"##mes"
],
[
"##p",
"##u"
],
[
"perm",
"##et"
],
[
"mes",
"##ures"
],
[
"es",
"##p"
],
[
"S",
"##o"
],
[
"é",
"##t"
],
[
"ma",
"##tière"
],
[
"Th",
"##ere"
],
[
"h",
"##ere"
],
[
"c",
"##or"
],
[
"eff",
"##ort"
],
[
"me",
"##as"
],
[
"go",
"##od"
],
[
"g",
"##ouver"
],
[
"h",
"##omm"
],
[
"deb",
"##ate"
],
[
"g",
"##én"
],
[
"inform",
"##ation"
],
[
"somm",
"##es"
],
[
"##c",
"##ome"
],
[
"nou",
"##ve"
],
[
"##u",
"##ch"
],
[
"d",
"##ur"
],
[
"a",
"##id"
],
[
"i",
"##d"
],
[
"##m",
"##it"
],
[
"citoy",
"##ens"
],
[
"##u",
"##ct"
],
[
"e",
"##ven"
],
[
"j",
"##o"
],
[
"##our",
"##ces"
],
[
"in",
"##ves"
],
[
"##k",
"##en"
],
[
"c",
"##et"
],
[
"E",
"##t"
],
[
"ch",
"##ange"
],
[
"##au",
"##c"
],
[
"en",
"##g"
],
[
"to",
"##o"
],
[
"fa",
"##v"
],
[
"##é",
"##qu"
],
[
"##an",
"##ces"
],
[
"n",
"##ive"
],
[
"w",
"##ell"
],
[
"re",
"##la"
],
[
"reg",
"##ard"
],
[
"fut",
"##ure"
],
[
"iss",
"##ue"
],
[
"maj",
"##or"
],
[
"##u",
"##te"
],
[
"e",
"##very"
],
[
"entre",
"##pr"
],
[
"##ac",
"##k"
],
[
"c",
"##re"
],
[
"tw",
"##o"
],
[
"inc",
"##re"
],
[
"c",
"##itiz"
],
[
"ser",
"##a"
],
[
"##é",
"##ra"
],
[
"w",
"##ant"
],
[
"ins",
"##titu"
],
[
"gr",
"##oupe"
],
[
"##el",
"##lement"
],
[
"av",
"##oir"
],
[
"dé",
"##j"
],
[
"##i",
"##x"
],
[
"r",
"##is"
],
[
"con",
"##tr"
],
[
"c",
"##ould"
],
[
"##re",
"##ad"
],
[
"a",
"##fin"
],
[
"f",
"##ra"
],
[
"do",
"##ivent"
],
[
"##le",
"##d"
],
[
"d",
"##it"
],
[
"déj",
"##à"
],
[
"a",
"##ch"
],
[
"##a",
"##ting"
],
[
"##ar",
"##i"
],
[
"éta",
"##it"
],
[
"##r",
"##y"
],
[
"sa",
"##v"
],
[
"te",
"##mps"
],
[
"##r",
"##on"
],
[
"##a",
"##k"
],
[
"##si",
"##ve"
],
[
"ex",
"##e"
],
[
"##o",
"##pe"
],
[
"si",
"##mp"
],
[
"é",
"##le"
],
[
"##ing",
"##s"
],
[
"man",
"##ière"
],
[
"politi",
"##ques"
],
[
"coun",
"##try"
],
[
"g",
"##ar"
],
[
"M",
"##es"
],
[
"diff",
"##ér"
],
[
"##or",
"##y"
],
[
"O",
"##n"
],
[
"##ic",
"##al"
],
[
"gr",
"##and"
],
[
"u",
"##se"
],
[
"économ",
"##ique"
],
[
"##ate",
"##urs"
],
[
"develop",
"##ment"
],
[
"do",
"##es"
],
[
"##ro",
"##du"
],
[
"##en",
"##g"
],
[
"sa",
"##id"
],
[
"m",
"##é"
],
[
"##r",
"##ê"
],
[
"##o",
"##v"
],
[
"pri",
"##or"
],
[
"Comm",
"##ittee"
],
[
"sa",
"##me"
],
[
"institu",
"##tions"
],
[
"##u",
"##al"
],
[
"##u",
"##g"
],
[
"re",
"##f"
],
[
"s",
"##p"
],
[
"condi",
"##tions"
],
[
"le",
"##vel"
],
[
"##us",
"##es"
],
[
"import",
"##ance"
],
[
"mo",
"##st"
],
[
"##isl",
"##ation"
],
[
"or",
"##der"
],
[
"trans",
"##port"
],
[
"dro",
"##it"
],
[
"citiz",
"##ens"
],
[
"envir",
"##on"
],
[
"H",
"##ow"
],
[
"##sie",
"##urs"
],
[
"##at",
"##ure"
],
[
"av",
"##ant"
],
[
"wor",
"##ld"
],
[
"##ti",
"##ce"
],
[
"dé",
"##f"
],
[
"C",
"##on"
],
[
"h",
"##igh"
],
[
"m",
"##uch"
],
[
"##il",
"##d"
],
[
"##n",
"##ot"
],
[
"h",
"##el"
],
[
"an",
"##s"
],
[
"organ",
"##is"
],
[
"##u",
"##ne"
],
[
"vie",
"##w"
],
[
"##h",
"##ing"
],
[
"##el",
"##f"
],
[
"po",
"##in"
],
[
"sou",
"##ti"
],
[
"commun",
"##aut"
],
[
"##ic",
"##ation"
],
[
"t",
"##ant"
],
[
"n",
"##um"
],
[
"##ille",
"##urs"
],
[
"sou",
"##h"
],
[
"mo",
"##d"
],
[
"can",
"##not"
],
[
"##g",
"##o"
],
[
"Mad",
"##ame"
],
[
"o",
"##ri"
],
[
"##t",
"##y"
],
[
"##onne",
"##ment"
],
[
"##ter",
"##n"
],
[
"j",
"##our"
],
[
"mil",
"##li"
],
[
"##u",
"##er"
],
[
"th",
"##rough"
],
[
"##ner",
"##g"
],
[
"probl",
"##ème"
],
[
"p",
"##op"
],
[
"##i",
"##ème"
],
[
"y",
"##our"
],
[
"to",
"##day"
],
[
"##pr",
"##ès"
],
[
"##am",
"##ment"
],
[
"##or",
"##is"
],
[
"##ro",
"##w"
],
[
"col",
"##l"
],
[
"p",
"##h"
],
[
"person",
"##nes"
],
[
"##té",
"##s"
],
[
"par",
"##ce"
],
[
"m",
"##ont"
],
[
"##con",
"##d"
],
[
"finan",
"##ci"
],
[
"pas",
"##s"
],
[
"p",
"##ut"
],
[
"##i",
"##ment"
],
[
"nive",
"##au"
],
[
"##at",
"##es"
],
[
"n",
"##ég"
],
[
"##l",
"##ow"
],
[
"##r",
"##er"
],
[
"don",
"##n"
],
[
"se",
"##m"
],
[
"inc",
"##l"
],
[
"mon",
"##de"
],
[
"con",
"##v"
],
[
"in",
"##st"
],
[
"##qu",
"##er"
],
[
"meas",
"##ures"
],
[
"re",
"##qu"
],
[
"##et",
"##y"
],
[
"M",
"##ais"
],
[
"##l",
"##and"
],
[
"##ent",
"##ly"
],
[
"##ul",
"##es"
],
[
"d",
"##ou"
],
[
"##til",
"##l"
],
[
"##m",
"##is"
],
[
"ag",
"##it"
],
[
"P",
"##our"
],
[
"f",
"##ois"
],
[
"s",
"##c"
],
[
"dém",
"##ocra"
],
[
"diff",
"##er"
],
[
"vi",
"##ol"
],
[
"é",
"##nerg"
],
[
"mo",
"##i"
],
[
"ac",
"##tiv"
],
[
"##di",
"##es"
],
[
"resp",
"##ons"
],
[
"##al",
"##ity"
],
[
"mat",
"##ter"
],
[
"s",
"##et"
],
[
"##ct",
"##or"
],
[
"con",
"##tra"
],
[
"se",
"##cte"
],
[
"##é",
"##li"
],
[
"in",
"##stru"
],
[
"envir",
"##onnement"
],
[
"##w",
"##or"
],
[
"ab",
"##s"
],
[
"m",
"##al"
],
[
"in",
"##di"
],
[
"##ré",
"##sent"
],
[
"u",
"##r"
],
[
"coll",
"##èg"
],
[
"su",
"##c"
],
[
"##read",
"##y"
],
[
"##ain",
"##es"
],
[
"app",
"##lic"
],
[
"b",
"##es"
],
[
"disc",
"##us"
],
[
"al",
"##ready"
],
[
"su",
"##ff"
],
[
"i",
"##ci"
],
[
"conc",
"##lu"
],
[
"th",
"##en"
],
[
"G",
"##r"
],
[
"ch",
"##a"
],
[
"##o",
"##in"
],
[
"##il",
"##i"
],
[
"rep",
"##résent"
],
[
"re",
"##con"
],
[
"##du",
"##c"
],
[
"pos",
"##si"
],
[
"finan",
"##cial"
],
[
"##l",
"##l"
],
[
"s",
"##till"
],
[
"##t",
"##ro"
],
[
"c",
"##urr"
],
[
"tout",
"##es"
],
[
"dem",
"##ocra"
],
[
"##qu",
"##oi"
],
[
"eff",
"##ec"
],
[
"##ti",
"##ques"
],
[
"with",
"##in"
],
[
"##vern",
"##ment"
],
[
"rais",
"##on"
],
[
"##as",
"##s"
],
[
"agree",
"##ment"
],
[
"##ent",
"##e"
],
[
"str",
"##uct"
],
[
"##f",
"##ois"
],
[
"o",
"##pport"
],
[
"##at",
"##ég"
],
[
"eff",
"##et"
],
[
"d",
"##ra"
],
[
"o",
"##wn"
],
[
"##at",
"##er"
],
[
"cour",
"##se"
],
[
"##al",
"##th"
],
[
"##en",
"##e"
],
[
"##ie",
"##u"
],
[
"##g",
"##er"
],
[
"##e",
"##p"
],
[
"##le",
"##x"
],
[
"##it",
"##ed"
],
[
"int",
"##rodu"
],
[
"pro",
"##jet"
],
[
"op",
"##in"
],
[
"rel",
"##ations"
],
[
"be",
"##h"
],
[
"environ",
"##ment"
],
[
"Mr",
"##s"
],
[
"D",
"##ans"
],
[
"##i",
"##fic"
],
[
"##le",
"##men"
],
[
"##at",
"##s"
],
[
"h",
"##is"
],
[
"comm",
"##on"
],
[
"h",
"##ope"
],
[
"##ous",
"##e"
],
[
"at",
"##tention"
],
[
"##lo",
"##b"
],
[
"##auc",
"##oup"
],
[
"##is",
"##ter"
],
[
"m",
"##om"
],
[
"homm",
"##e"
],
[
"resp",
"##on"
],
[
"mo",
"##ins"
],
[
"##l",
"##er"
],
[
"of",
"##f"
],
[
"po",
"##si"
],
[
"b",
"##oth"
],
[
"f",
"##ul"
],
[
"##r",
"##ation"
],
[
"é",
"##ch"
],
[
"li",
"##ber"
],
[
"s",
"##in"
],
[
"certain",
"##s"
],
[
"effort",
"##s"
],
[
"n",
"##or"
],
[
"##ag",
"##es"
],
[
"##al",
"##isation"
],
[
"A",
"##m"
],
[
"##di",
"##tion"
],
[
"##tic",
"##le"
],
[
"emplo",
"##y"
],
[
"f",
"##em"
],
[
"A",
"##f"
],
[
"mo",
"##y"
],
[
"How",
"##ever"
],
[
"##v",
"##id"
],
[
"cons",
"##équ"
],
[
"syst",
"##ème"
],
[
"##om",
"##en"
],
[
"o",
"##pp"
],
[
"T",
"##ur"
],
[
"##f",
"##e"
],
[
"ex",
"##a"
],
[
"re",
"##v"
],
[
"##ati",
"##ves"
],
[
"##i",
"##ed"
],
[
"re",
"##as"
],
[
"e",
"##lles"
],
[
"a",
"##ble"
],
[
"se",
"##in"
],
[
"coop",
"##eration"
],
[
"men",
"##tion"
],
[
"seu",
"##lement"
],
[
"##ra",
"##ph"
],
[
"concern",
"##ant"
],
[
"##e",
"##y"
],
[
"am",
"##éli"
],
[
"poin",
"##ts"
],
[
"be",
"##aucoup"
],
[
"rem",
"##erci"
],
[
"app",
"##li"
],
[
"Comm",
"##unity"
],
[
"la",
"##w"
],
[
"##al",
"##s"
],
[
"exe",
"##mple"
],
[
"v",
"##ue"
],
[
"dom",
"##aine"
],
[
"a",
"##im"
],
[
"b",
"##r"
],
[
"ma",
"##y"
],
[
"f",
"##on"
],
[
"imp",
"##ro"
],
[
"g",
"##i"
],
[
"##a",
"##b"
],
[
"ré",
"##f"
],
[
"##p",
"##ri"
],
[
"s",
"##out"
],
[
"c",
"##ase"
],
[
"ta",
"##ken"
],
[
"##u",
"##c"
],
[
"ens",
"##ure"
],
[
"##re",
"##ed"
],
[
"coop",
"##ération"
],
[
"a",
"##f"
],
[
"mom",
"##ent"
],
[
"as",
"##pect"
],
[
"pré",
"##sident"
],
[
"##r",
"##en"
],
[
"S",
"##i"
],
[
"st",
"##ate"
],
[
"wh",
"##y"
],
[
"ab",
"##ord"
],
[
"en",
"##er"
],
[
"su",
"##jet"
],
[
"améli",
"##or"
],
[
"probl",
"##èmes"
],
[
"R",
"##e"
],
[
"la",
"##st"
],
[
"pres",
"##ent"
],
[
"##in",
"##es"
],
[
"m",
"##is"
],
[
"M",
"##me"
],
[
"parti",
"##cip"
],
[
"rég",
"##ion"
],
[
"##o",
"##ci"
],
[
"proble",
"##m"
],
[
"aut",
"##h"
],
[
"##o",
"##ire"
],
[
"are",
"##a"
],
[
"consid",
"##er"
],
[
"met",
"##tre"
],
[
"##om",
"##p"
],
[
"pour",
"##quoi"
],
[
"##b",
"##or"
],
[
"hel",
"##p"
],
[
"##em",
"##ble"
],
[
"ce",
"##ux"
],
[
"##r",
"##ont"
],
[
"b",
"##ase"
],
[
"proc",
"##éd"
],
[
"B",
"##ut"
],
[
"##h",
"##ip"
],
[
"##g",
"##in"
],
[
"##ti",
"##m"
],
[
"effec",
"##tive"
],
[
"##em",
"##bl"
],
[
"f",
"##ar"
],
[
"comp",
"##te"
],
[
"##bl",
"##ig"
],
[
"gr",
"##ande"
],
[
"g",
"##lob"
],
[
"util",
"##is"
],
[
"o",
"##blig"
],
[
"##o",
"##od"
],
[
"##bl",
"##ish"
],
[
"b",
"##i"
],
[
"s",
"##oul"
],
[
"st",
"##and"
],
[
"p",
"##ort"
],
[
"##ow",
"##n"
],
[
"ener",
"##gy"
],
[
"as",
"##k"
],
[
"##wor",
"##k"
],
[
"##n",
"##ing"
],
[
"##al",
"##f"
],
[
"I",
"##f"
],
[
"##j",
"##ours"
],
[
"##li",
"##m"
],
[
"l",
"##arge"
],
[
"ne",
"##cess"
],
[
"##re",
"##t"
],
[
"techn",
"##olog"
],
[
"règ",
"##lement"
],
[
"##et",
"##her"
],
[
"##ière",
"##ment"
],
[
"main",
"##ten"
],
[
"europé",
"##ens"
],
[
"##al",
"##og"
],
[
"f",
"##our"
],
[
"imp",
"##lement"
],
[
"tou",
"##jours"
],
[
"ré",
"##du"
],
[
"ren",
"##for"
],
[
"##h",
"##e"
],
[
"pouv",
"##oir"
],
[
"é",
"##qu"
],
[
"me",
"##ans"
],
[
"ter",
"##r"
],
[
"ad",
"##d"
],
[
"num",
"##ber"
],
[
"##o",
"##k"
],
[
"##ill",
"##ion"
],
[
"gar",
"##anti"
],
[
"a",
"##ide"
],
[
"col",
"##le"
],
[
"s",
"##olution"
],
[
"incl",
"##ud"
],
[
"##ou",
"##ve"
],
[
"inté",
"##rê"
],
[
"v",
"##al"
],
[
"exa",
"##mple"
],
[
"str",
"##atég"
],
[
"v",
"##ol"
],
[
"##ig",
"##ne"
],
[
"sav",
"##oir"
],
[
"v",
"##oul"
],
[
"c",
"##iv"
],
[
"dem",
"##ande"
],
[
"l",
"##à"
],
[
"p",
"##le"
],
[
"##g",
"##es"
],
[
"ach",
"##ieve"
],
[
"spe",
"##ci"
],
[
"cons",
"##omm"
],
[
"a",
"##près"
],
[
"##u",
"##tions"
],
[
"##el",
"##a"
],
[
"trans",
"##par"
],
[
"h",
"##and"
],
[
"at",
"##te"
],
[
"gouver",
"##nement"
],
[
"e",
"##le"
],
[
"l",
"##ieu"
],
[
"tro",
"##is"
],
[
"g",
"##et"
],
[
"c",
"##r"
],
[
"##ir",
"##m"
],
[
"go",
"##ing"
],
[
"##ct",
"##s"
],
[
"entrepr",
"##ises"
],
[
"with",
"##out"
],
[
"process",
"##us"
],
[
"c",
"##all"
],
[
"m",
"##ise"
],
[
"in",
"##te"
],
[
"com",
"##pe"
],
[
"ex",
"##er"
],
[
"s",
"##ous"
],
[
"comm",
"##er"
],
[
"vot",
"##re"
],
[
"a",
"##w"
],
[
"##pu",
"##is"
],
[
"v",
"##ra"
],
[
"##reat",
"##y"
],
[
"n",
"##ature"
],
[
"nég",
"##oci"
],
[
"inv",
"##ol"
],
[
"enc",
"##oura"
],
[
"##é",
"##ta"
],
[
"opin",
"##ion"
],
[
"g",
"##ent"
],
[
"initi",
"##ative"
],
[
"##ven",
"##ir"
],
[
"pro",
"##mo"
],
[
"As",
"##s"
],
[
"ass",
"##ur"
],
[
"ens",
"##emble"
],
[
"be",
"##fore"
],
[
"rés",
"##olution"
],
[
"secte",
"##ur"
],
[
"proble",
"##ms"
],
[
"f",
"##ol"
],
[
"rep",
"##res"
],
[
"particul",
"##ier"
],
[
"##x",
"##te"
],
[
"##a",
"##ient"
],
[
"##cis",
"##ions"
],
[
"com",
"##pé"
],
[
"program",
"##mes"
],
[
"b",
"##an"
],
[
"gent",
"##lemen"
],
[
"c",
"##ours"
],
[
"##h",
"##é"
],
[
"con",
"##n"
],
[
"ann",
"##ées"
],
[
"g",
"##ive"
],
[
"##t",
"##ant"
],
[
"##en",
"##tif"
],
[
"j",
"##ur"
],
[
"s",
"##pé"
],
[
"P",
"##ro"
],
[
"gen",
"##er"
],
[
"parti",
"##e"
],
[
"c",
"##i"
],
[
"##i",
"##tion"
],
[
"all",
"##ow"
],
[
"##l",
"##s"
],
[
"res",
"##s"
],
[
"b",
"##on"
],
[
"pr",
"##endre"
],
[
"dev",
"##rait"
],
[
"##qu",
"##elle"
],
[
"S",
"##t"
],
[
"##alog",
"##ue"
],
[
"la",
"##quelle"
],
[
"ex",
"##c"
],
[
"##ord",
"##in"
],
[
"bes",
"##oin"
],
[
"le",
"##ad"
],
[
"##ç",
"##on"
],
[
"pers",
"##onne"
],
[
"se",
"##cond"
],
[
"auth",
"##or"
],
[
"c",
"##al"
],
[
"he",
"##alth"
],
[
"H",
"##ouse"
],
[
"##at",
"##ely"
],
[
"pouv",
"##ons"
],
[
"fa",
"##m"
],
[
"con",
"##stru"
],
[
"produ",
"##ction"
],
[
"how",
"##ever"
],
[
"C",
"##ela"
],
[
"##go",
"##ti"
],
[
"##ta",
"##ble"
],
[
"l",
"##ut"
],
[
"##i",
"##z"
],
[
"L",
"##is"
],
[
"##f",
"##t"
],
[
"con",
"##te"
],
[
"c",
"##lim"
],
[
"##é",
"##ment"
],
[
"déc",
"##lar"
],
[
"ra",
"##p"
],
[
"##sid",
"##ence"
],
[
"cl",
"##os"
],
[
"ta",
"##x"
],
[
"se",
"##cur"
],
[
"##i",
"##an"
],
[
"ex",
"##am"
],
[
"con",
"##st"
],
[
"su",
"##iv"
],
[
"souti",
"##en"
],
[
"##ant",
"##é"
],
[
"aut",
"##or"
],
[
"mon",
"##di"
],
[
"iss",
"##ues"
],
[
"reg",
"##ion"
],
[
"##b",
"##our"
],
[
"or",
"##d"
],
[
"ne",
"##goti"
],
[
"Lis",
"##b"
],
[
"particular",
"##ly"
],
[
"ha",
"##pp"
],
[
"##ér",
"##ence"
],
[
"de",
"##al"
],
[
"t",
"##en"
],
[
"prog",
"##ress"
],
[
"##vis",
"##ion"
],
[
"necess",
"##ary"
],
[
"st",
"##ar"
],
[
"pl",
"##u"
],
[
"not",
"##amment"
],
[
"f",
"##ur"
],
[
"Comm",
"##issaire"
],
[
"comp",
"##rom"
],
[
"##it",
"##al"
],
[
"l",
"##oc"
],
[
"imp",
"##os"
],
[
"h",
"##ist"
],
[
"contin",
"##ue"
],
[
"fol",
"##low"
],
[
"##el",
"##on"
],
[
"##a",
"##blish"
],
[
"C",
"##ette"
],
[
"##om",
"##et"
],
[
"##p",
"##er"
],
[
"I",
"##s"
],
[
"s",
"##anté"
],
[
"##res",
"##sion"
],
[
"dép",
"##ut"
],
[
"Mad",
"##am"
],
[
"##min",
"##ation"
],
[
"##embl",
"##ée"
],
[
"rés",
"##ul"
],
[
"w",
"##ish"
],
[
"est",
"##ablish"
],
[
"compe",
"##ti"
],
[
"A",
"##g"
],
[
"##it",
"##able"
],
[
"fem",
"##mes"
],
[
"amende",
"##ments"
],
[
"comm",
"##une"
],
[
"exp",
"##er"
],
[
"gi",
"##ven"
],
[
"do",
"##cu"
],
[
"propo",
"##sitions"
],
[
"r",
"##ôle"
],
[
"ann",
"##ée"
],
[
"s",
"##te"
],
[
"##la",
"##bor"
],
[
"tra",
"##ité"
],
[
"##ve",
"##ur"
],
[
"##r",
"##ons"
],
[
"##al",
"##y"
],
[
"##a",
"##î"
],
[
"collèg",
"##ues"
],
[
"se",
"##ctor"
],
[
"l",
"##ui"
],
[
"##oun",
"##t"
],
[
"##g",
"##ment"
],
[
"##c",
"##ted"
],
[
"eff",
"##ect"
],
[
"w",
"##omen"
],
[
"p",
"##ow"
],
[
"##age",
"##ment"
],
[
"are",
"##as"
],
[
"mes",
"##ure"
],
[
"fond",
"##ament"
],
[
"##o",
"##sition"
],
[
"Q",
"##u"
],
[
"##c",
"##k"
],
[
"ch",
"##ose"
],
[
"di",
"##alogue"
],
[
"##ti",
"##e"
],
[
"secur",
"##ity"
],
[
"20",
"##1"
],
[
"##n",
"##ent"
],
[
"##a",
"##ir"
],
[
"dé",
"##cision"
],
[
"applic",
"##ation"
],
[
"res",
"##olution"
],
[
"fa",
"##veur"
],
[
"fon",
"##ction"
],
[
"p",
"##ay"
],
[
"##ain",
"##s"
],
[
"f",
"##é"
],
[
"g",
"##ra"
],
[
"re",
"##ally"
],
[
"ar",
"##g"
],
[
"nécess",
"##aire"
],
[
"##hé",
"##sion"
],
[
"t",
"##al"
],
[
"##ir",
"##d"
],
[
"ser",
"##ait"
],
[
"##c",
"##ing"
],
[
"##ire",
"##ment"
],
[
"##s",
"##s"
],
[
"so",
"##ient"
],
[
"##d",
"##ic"
],
[
"##isse",
"##ment"
],
[
"str",
"##ate"
],
[
"##ou",
"##te"
],
[
"t",
"##y"
],
[
"al",
"##ors"
],
[
"leg",
"##al"
],
[
"ad",
"##min"
],
[
"peu",
"##vent"
],
[
"c",
"##ir"
],
[
"##u",
"##vre"
],
[
"re",
"##cher"
],
[
"en",
"##f"
],
[
"con",
"##tro"
],
[
"appro",
"##pri"
],
[
"##pend",
"##ant"
],
[
"ur",
"##g"
],
[
"T",
"##reaty"
],
[
"wh",
"##ether"
],
[
"##ent",
"##es"
],
[
"com",
"##e"
],
[
"F",
"##or"
],
[
"e",
"##qu"
],
[
"rec",
"##omm"
],
[
"differ",
"##ent"
],
[
"ex",
"##ce"
],
[
"##ot",
"##her"
],
[
"av",
"##enir"
],
[
"nouvel",
"##le"
],
[
"jur",
"##id"
],
[
"objec",
"##tifs"
],
[
"objec",
"##tif"
],
[
"nouve",
"##au"
],
[
"c",
"##ulture"
],
[
"ex",
"##ist"
],
[
"ch",
"##ang"
],
[
"ne",
"##xt"
],
[
"un",
"##ique"
],
[
"pro",
"##ced"
],
[
"speci",
"##fic"
],
[
"com",
"##ment"
],
[
"an",
"##im"
],
[
"re",
"##fer"
],
[
"N",
"##o"
],
[
"Wh",
"##at"
],
[
"fa",
"##ce"
],
[
"recon",
"##n"
],
[
"fa",
"##çon"
],
[
"##omet",
"##hing"
],
[
"soci",
"##é"
],
[
"pr",
"##is"
],
[
"pu",
"##bli"
],
[
"pré",
"##v"
],
[
"##ti",
"##es"
],
[
"inter",
"##es"
],
[
"de",
"##cision"
],
[
"Gr",
"##oup"
],
[
"Un",
"##ited"
],
[
"##a",
"##mes"
],
[
"w",
"##el"
],
[
"b",
"##ack"
],
[
"than",
"##k"
],
[
"Ass",
"##emblée"
],
[
"emplo",
"##i"
],
[
"in",
"##de"
],
[
"incre",
"##as"
],
[
"résul",
"##tat"
],
[
"fin",
"##d"
],
[
"pri",
"##v"
],
[
"milli",
"##ons"
],
[
"##ra",
"##ient"
],
[
"##ér",
"##er"
],
[
"pop",
"##ulation"
],
[
"sol",
"##id"
],
[
"##w",
"##ard"
],
[
"##me",
"##work"
],
[
"bet",
"##ter"
],
[
"sin",
"##ce"
],
[
"s",
"##omething"
],
[
"##ais",
"##s"
],
[
"amend",
"##ments"
],
[
"comm",
"##it"
],
[
"##ô",
"##t"
],
[
"##a",
"##si"
],
[
"la",
"##dies"
],
[
"##duc",
"##ation"
],
[
"##ol",
"##d"
],
[
"Memb",
"##ers"
],
[
"C",
"##our"
],
[
"##i",
"##al"
],
[
"F",
"##in"
],
[
"quel",
"##ques"
],
[
"d",
"##id"
],
[
"don",
"##e"
],
[
"prov",
"##id"
],
[
"fur",
"##ther"
],
[
"A",
"##u"
],
[
"##i",
"##ers"
],
[
"##k",
"##es"
],
[
"##ve",
"##ment"
],
[
"de",
"##puis"
],
[
"f",
"##ish"
],
[
"term",
"##s"
],
[
"r",
"##ole"
],
[
"oc",
"##ca"
],
[
"##os",
"##es"
],
[
"##is",
"##la"
],
[
"##é",
"##ré"
],
[
"ser",
"##ious"
],
[
"ave",
"##z"
],
[
"n",
"##ation"
],
[
"re",
"##al"
],
[
"mo",
"##di"
],
[
"v",
"##ers"
],
[
"proposal",
"##s"
],
[
"in",
"##n"
],
[
"af",
"##ter"
],
[
"##ist",
"##es"
],
[
"dé",
"##fin"
],
[
"s",
"##m"
],
[
"v",
"##ic"
],
[
"##ult",
"##ural"
],
[
"##a",
"##bilité"
],
[
"##i",
"##é"
],
[
"##lé",
"##ment"
],
[
"##rie",
"##ur"
],
[
"##st",
"##and"
],
[
"##v",
"##ant"
],
[
"cro",
"##is"
],
[
"soul",
"##ign"
],
[
"bas",
"##is"
],
[
"s",
"##ci"
],
[
"re",
"##ce"
],
[
"fav",
"##our"
],
[
"1",
"##0"
],
[
"##ci",
"##pe"
],
[
"produ",
"##its"
],
[
"##re",
"##d"
],
[
"##è",
"##te"
],
[
"##ie",
"##ux"
],
[
"w",
"##ord"
],
[
"vo",
"##ir"
],
[
"ar",
"##ri"
],
[
"##c",
"##un"
],
[
"##m",
"##ber"
],
[
"re",
"##form"
],
[
"##i",
"##ères"
],
[
"souh",
"##ait"
],
[
"fe",
"##w"
],
[
"##m",
"##b"
],
[
"op",
"##en"
],
[
"s",
"##tat"
],
[
"##so",
"##ci"
],
[
"pra",
"##c"
],
[
"##use",
"##ment"
],
[
"beh",
"##alf"
],
[
"exce",
"##ll"
],
[
"ac",
"##tions"
],
[
"##at",
"##h"
],
[
"##w",
"##ards"
],
[
"##ê",
"##che"
],
[
"s",
"##ens"
],
[
"pro",
"##ch"
],
[
"tra",
"##de"
],
[
"prem",
"##ière"
],
[
"contr",
"##ôle"
],
[
"pu",
"##is"
],
[
"imm",
"##ig"
],
[
"v",
"##a"
],
[
"S",
"##e"
],
[
"0",
"##00"
],
[
"##s",
"##u"
],
[
"r",
"##ules"
],
[
"h",
"##arm"
],
[
"m",
"##ed"
],
[
"e",
"##u"
],
[
"indi",
"##vid"
],
[
"am",
"##b"
],
[
"##ill",
"##er"
],
[
"comm",
"##issaire"
],
[
"av",
"##is"
],
[
"##qu",
"##el"
],
[
"respon",
"##si"
],
[
"c",
"##ris"
],
[
"th",
"##ree"
],
[
"who",
"##le"
],
[
"amende",
"##ment"
],
[
"##at",
"##her"
],
[
"g",
"##row"
],
[
"posi",
"##tive"
],
[
"d",
"##own"
],
[
"s",
"##û"
],
[
"##el",
"##ves"
],
[
"i",
"##de"
],
[
"at",
"##ta"
],
[
"cris",
"##is"
],
[
"le",
"##t"
],
[
"sub",
"##st"
],
[
"exp",
"##ri"
],
[
"##l",
"##an"
],
[
"imp",
"##act"
],
[
"adop",
"##ted"
],
[
"cons",
"##um"
],
[
"re",
"##du"
],
[
"for",
"##ce"
],
[
"need",
"##s"
],
[
"au",
"##gment"
],
[
"re",
"##t"
],
[
"The",
"##y"
],
[
"##gr",
"##ation"
],
[
"parti",
"##es"
],
[
"esp",
"##ère"
],
[
"b",
"##u"
],
[
"appro",
"##ach"
],
[
"ins",
"##titution"
],
[
"##ac",
"##ité"
],
[
"c",
"##rit"
],
[
"cr",
"##ise"
],
[
"abs",
"##ol"
],
[
"leg",
"##islation"
],
[
"s",
"##al"
],
[
"##is",
"##m"
],
[
"év",
"##id"
],
[
"h",
"##on"
],
[
"th",
"##ings"
],
[
"##y",
"##ing"
],
[
"ch",
"##ild"
],
[
"m",
"##illion"
],
[
"A",
"##r"
],
[
"M",
"##in"
],
[
"b",
"##o"
],
[
"reas",
"##on"
],
[
"ma",
"##king"
],
[
"ég",
"##ard"
],
[
"j",
"##ou"
],
[
"prin",
"##cipe"
],
[
"ch",
"##ar"
],
[
"b",
"##onne"
],
[
"r",
"##o"
],
[
"co",
"##ordin"
],
[
"requ",
"##ire"
],
[
"##a",
"##il"
],
[
"##ant",
"##es"
],
[
"d",
"##ang"
],
[
"M",
"##ar"
],
[
"av",
"##ait"
],
[
"énerg",
"##ie"
],
[
"soci",
"##ale"
],
[
"fra",
"##mework"
],
[
"he",
"##ure"
],
[
"pro",
"##ject"
],
[
"f",
"##er"
],
[
"wor",
"##king"
],
[
"m",
"##ul"
],
[
"ré",
"##alis"
],
[
"jus",
"##tice"
],
[
"sign",
"##ific"
],
[
"stratég",
"##ie"
],
[
"200",
"##0"
],
[
"##a",
"##ite"
],
[
"##ate",
"##ur"
],
[
"##o",
"##de"
],
[
"app",
"##r"
],
[
"##ati",
"##que"
],
[
"##v",
"##ious"
],
[
"jo",
"##b"
],
[
"sa",
"##tis"
],
[
"##j",
"##ou"
],
[
"ex",
"##ig"
],
[
"a",
"##illeurs"
],
[
"ar",
"##ticle"
],
[
"fé",
"##lic"
],
[
"pré",
"##sidence"
],
[
"satis",
"##f"
],
[
"rég",
"##ions"
],
[
"reg",
"##ul"
],
[
"exp",
"##ress"
],
[
"me",
"##ille"
],
[
"intern",
"##ation"
],
[
"règ",
"##les"
],
[
"en",
"##tend"
],
[
"##b",
"##e"
],
[
"##lar",
"##g"
],
[
"##ort",
"##h"
],
[
"##reed",
"##om"
],
[
"déput",
"##és"
],
[
"n",
"##uc"
],
[
"lo",
"##ok"
],
[
"ré",
"##for"
],
[
"##g",
"##n"
],
[
"ob",
"##ser"
],
[
"cons",
"##titu"
],
[
"recher",
"##che"
],
[
"Mes",
"##sieurs"
],
[
"mainten",
"##ant"
],
[
"terr",
"##oris"
],
[
"##in",
"##ess"
],
[
"Y",
"##ou"
],
[
"##c",
"##om"
],
[
"s",
"##us"
],
[
"##i",
"##me"
],
[
"of",
"##fic"
],
[
"p",
"##êche"
],
[
"##d",
"##ames"
],
[
"fin",
"##ance"
],
[
"##c",
"##tives"
],
[
"pour",
"##rait"
],
[
"mil",
"##it"
],
[
"Président",
"##e"
],
[
"aspect",
"##s"
],
[
"co",
"##st"
],
[
"t",
"##our"
],
[
"rem",
"##ar"
],
[
"sub",
"##ject"
],
[
"##i",
"##el"
],
[
"au",
"##cun"
],
[
"St",
"##ate"
],
[
"A",
"##t"
],
[
"##w",
"##ays"
],
[
"repres",
"##ent"
],
[
"gén",
"##ér"
],
[
"commun",
"##ication"
],
[
"##én",
"##é"
],
[
"##ri",
"##ons"
],
[
"spé",
"##ci"
],
[
"dé",
"##s"
],
[
"for",
"##ward"
],
[
"concerne",
"##d"
],
[
"t",
"##ri"
],
[
"solid",
"##ar"
],
[
"particul",
"##ièrement"
],
[
"b",
"##ene"
],
[
"res",
"##ult"
],
[
"##t",
"##le"
],
[
"nouve",
"##aux"
],
[
"un",
"##i"
],
[
"##ar",
"##ante"
],
[
"##e",
"##ment"
],
[
"h",
"##er"
],
[
"fond",
"##s"
],
[
"exer",
"##c"
],
[
"##i",
"##ble"
],
[
"p",
"##en"
],
[
"cro",
"##iss"
],
[
"Mes",
"##dames"
],
[
"##c",
"##ri"
],
[
"app",
"##ort"
],
[
"sm",
"##all"
],
[
"##qu",
"##é"
],
[
"ste",
"##p"
],
[
"li",
"##b"
],
[
"##is",
"##me"
],
[
"n",
"##i"
],
[
"cha",
"##que"
],
[
"##u",
"##le"
],
[
"pl",
"##ay"
],
[
"##av",
"##ant"
],
[
"##a",
"##z"
],
[
"p",
"##ens"
],
[
"struct",
"##ure"
],
[
"cir",
"##c"
],
[
"européen",
"##nes"
],
[
"mo",
"##is"
],
[
"li",
"##mit"
],
[
"sh",
"##ow"
],
[
"to",
"##wards"
],
[
"par",
"##lement"
],
[
"to",
"##get"
],
[
"nouvel",
"##les"
],
[
"toget",
"##her"
],
[
"as",
"##soci"
],
[
"comp",
"##le"
],
[
"##d",
"##am"
],
[
"##en",
"##ne"
],
[
"##ge",
"##ment"
],
[
"res",
"##tr"
],
[
"b",
"##us"
],
[
"us",
"##ed"
],
[
"sé",
"##rie"
],
[
"ter",
"##me"
],
[
"qu",
"##alité"
],
[
"s",
"##elon"
],
[
"##m",
"##an"
],
[
"don",
"##ner"
],
[
"comp",
"##an"
],
[
"##éta",
"##ire"
],
[
"##r",
"##ent"
],
[
"de",
"##c"
],
[
"a",
"##p"
],
[
"b",
"##ord"
],
[
"communaut",
"##aire"
],
[
"tro",
"##p"
],
[
"wel",
"##come"
],
[
"##f",
"##ety"
],
[
"##pe",
"##cial"
],
[
"C",
"##ons"
],
[
"H",
"##e"
],
[
"th",
"##ough"
],
[
"su",
"##g"
],
[
"contin",
"##u"
],
[
"m",
"##er"
],
[
"re",
"##ad"
],
[
"adop",
"##té"
],
[
"##cu",
"##p"
],
[
"under",
"##stand"
],
[
"dire",
"##ct"
],
[
"##eng",
"##th"
],
[
"lég",
"##islation"
],
[
"indust",
"##ri"
],
[
"##ament",
"##al"
],
[
"œ",
"##uvre"
],
[
"par",
"##ten"
],
[
"gu",
"##arante"
],
[
"lut",
"##te"
],
[
"bas",
"##ed"
],
[
"f",
"##reedom"
],
[
"ord",
"##re"
],
[
"négoci",
"##ations"
],
[
"th",
"##ird"
],
[
"cla",
"##irement"
],
[
"occa",
"##sion"
],
[
"é",
"##larg"
],
[
"disc",
"##ri"
],
[
"##c",
"##é"
],
[
"an",
"##other"
],
[
"vo",
"##ted"
],
[
"ter",
"##rit"
],
[
"b",
"##éné"
],
[
"cel",
"##ui"
],
[
"princip",
"##le"
],
[
"diffic",
"##ult"
],
[
"Un",
"##is"
],
[
"##le",
"##g"
],
[
"##ist",
"##ance"
],
[
"c",
"##elle"
],
[
"garanti",
"##r"
],
[
"res",
"##ources"
],
[
"j",
"##ud"
],
[
"nombre",
"##ux"
],
[
"ch",
"##oses"
],
[
"v",
"##ér"
],
[
"actu",
"##ally"
],
[
"civ",
"##il"
],
[
"1",
"##5"
],
[
"##e",
"##z"
],
[
"p",
"##ot"
],
[
"curr",
"##ent"
],
[
"U",
"##ne"
],
[
"l",
"##it"
],
[
"includ",
"##ing"
],
[
"éta",
"##bl"
],
[
"fa",
"##is"
],
[
"procéd",
"##ure"
],
[
"opport",
"##unity"
],
[
"disp",
"##os"
],
[
"##r",
"##al"
],
[
"##par",
"##t"
],
[
"##an",
"##k"
],
[
"1",
"##2"
],
[
"com",
"##b"
],
[
"G",
"##o"
],
[
"enf",
"##ants"
],
[
"##ind",
"##re"
],
[
"remerci",
"##er"
],
[
"ser",
"##ont"
],
[
"consomm",
"##ateurs"
],
[
"harm",
"##on"
],
[
"res",
"##ear"
],
[
"les",
"##s"
],
[
"t",
"##ur"
],
[
"##are",
"##d"
],
[
"##ne",
"##l"
],
[
"resear",
"##ch"
],
[
"S",
"##ch"
],
[
"##v",
"##é"
],
[
"prem",
"##ier"
],
[
"##ct",
"##ure"
],
[
"##o",
"##pp"
],
[
"re",
"##ach"
],
[
"##nes",
"##s"
],
[
"discus",
"##s"
],
[
"rap",
"##ide"
],
[
"ca",
"##use"
],
[
"en",
"##ti"
],
[
"D",
"##E"
],
[
"to",
"##t"
],
[
"##g",
"##ré"
],
[
"d",
"##ès"
],
[
"pré",
"##c"
],
[
"de",
"##f"
],
[
"agric",
"##ulture"
],
[
"exp",
"##lo"
],
[
"sh",
"##all"
],
[
"B",
"##ar"
],
[
"##air",
"##s"
],
[
"##et",
"##s"
],
[
"c",
"##ru"
],
[
"##pecial",
"##ly"
],
[
"pow",
"##er"
],
[
"propos",
"##ed"
],
[
"vic",
"##ti"
],
[
"s",
"##en"
],
[
"tra",
"##in"
],
[
"four",
"##n"
],
[
"Presid",
"##ency"
],
[
"##ne",
"##ments"
],
[
"##tis",
"##se"
],
[
"conc",
"##urr"
],
[
"##si",
"##de"
],
[
"discus",
"##sion"
],
[
"an",
"##aly"
],
[
"qu",
"##ite"
],
[
"str",
"##ong"
],
[
"serv",
"##ice"
],
[
"f",
"##ree"
],
[
"b",
"##al"
],
[
"##cu",
"##ne"
],
[
"##og",
"##n"
],
[
"a",
"##ir"
],
[
"v",
"##ale"
],
[
"be",
"##come"
],
[
"con",
"##se"
],
[
"plu",
"##sieurs"
],
[
"##é",
"##m"
],
[
"socié",
"##té"
],
[
"organis",
"##ations"
],
[
"prov",
"##ide"
],
[
"suc",
"##cess"
],
[
"E",
"##lle"
],
[
"##tic",
"##al"
],
[
"employ",
"##ment"
],
[
"effic",
"##ace"
],
[
"dur",
"##ing"
],
[
"##end",
"##a"
],
[
"pers",
"##pe"
],
[
"es",
"##pecially"
],
[
"pré",
"##cis"
],
[
"r",
"##end"
],
[
"##ch",
"##es"
],
[
"pe",
"##ace"
],
[
"quel",
"##que"
],
[
"inc",
"##lu"
],
[
"incre",
"##ase"
],
[
"rec",
"##ogn"
],
[
"##n",
"##ers"
],
[
"go",
"##vern"
],
[
"author",
"##ities"
],
[
"reg",
"##ulation"
],
[
"##il",
"##y"
],
[
"nécess",
"##ité"
],
[
"br",
"##ing"
],
[
"qu",
"##and"
],
[
"##i",
"##b"
],
[
"gener",
"##al"
],
[
"c",
"##and"
],
[
"##lo",
"##y"
],
[
"its",
"##elf"
],
[
"glob",
"##al"
],
[
"V",
"##ous"
],
[
"re",
"##le"
],
[
"vra",
"##iment"
],
[
"acc",
"##omp"
],
[
"l",
"##ang"
],
[
"jurid",
"##ique"
],
[
"O",
"##r"
],
[
"i",
"##r"
],
[
"indust",
"##ry"
],
[
"li",
"##m"
],
[
"##z",
"##e"
],
[
"C",
"##es"
],
[
"bus",
"##iness"
],
[
"polic",
"##ies"
],
[
"##ut",
"##es"
],
[
"ex",
"##iste"
],
[
"économ",
"##ie"
],
[
"##oc",
"##k"
],
[
"##iss",
"##ent"
],
[
"jus",
"##qu"
],
[
"cand",
"##id"
],
[
"al",
"##ways"
],
[
"v",
"##ar"
],
[
"le",
"##ast"
],
[
"a",
"##it"
],
[
"év",
"##al"
],
[
"go",
"##vernment"
],
[
"vot",
"##é"
],
[
"k",
"##ind"
],
[
"ad",
"##dition"
],
[
"co",
"##h"
],
[
"clear",
"##ly"
],
[
"acc",
"##ount"
],
[
"##t",
"##out"
],
[
"co",
"##û"
],
[
"pri",
"##x"
],
[
"##ussi",
"##ons"
],
[
"r",
"##ather"
],
[
"res",
"##te"
],
[
"prof",
"##es"
],
[
"t",
"##able"
],
[
"##iel",
"##d"
],
[
"contrib",
"##ution"
],
[
"é",
"##tr"
],
[
"Con",
"##vention"
],
[
"p",
"##éri"
],
[
"excell",
"##ent"
],
[
"f",
"##ood"
],
[
"autor",
"##ités"
],
[
"viol",
"##ence"
],
[
"produ",
"##cts"
],
[
"instru",
"##ments"
],
[
"##m",
"##bre"
],
[
"po",
"##st"
],
[
"pour",
"##su"
],
[
"memb",
"##re"
],
[
"certain",
"##es"
],
[
"instru",
"##ment"
],
[
"##us",
"##s"
],
[
"negoti",
"##ations"
],
[
"great",
"##er"
],
[
"R",
"##ussi"
],
[
"happ",
"##en"
],
[
"##cep",
"##tion"
],
[
"responsi",
"##bility"
],
[
"sa",
"##fety"
],
[
"##oc",
"##r"
],
[
"strate",
"##gy"
],
[
"##r",
"##ès"
],
[
"Th",
"##ese"
],
[
"prov",
"##is"
],
[
"sû",
"##r"
],
[
"li",
"##fe"
],
[
"de",
"##l"
],
[
"democra",
"##tic"
],
[
"environment",
"##al"
],
[
"cor",
"##re"
],
[
"bene",
"##f"
],
[
"##st",
"##ain"
],
[
"comm",
"##en"
],
[
"sur",
"##tout"
],
[
"##or",
"##m"
],
[
"##c",
"##o"
],
[
"ress",
"##ources"
],
[
"démocra",
"##tie"
],
[
"exam",
"##in"
],
[
"##th",
"##ing"
],
[
"import",
"##ante"
],
[
"économ",
"##iques"
],
[
"N",
"##ations"
],
[
"##fic",
"##ation"
],
[
"ex",
"##tre"
],
[
"comp",
"##r"
],
[
"##ag",
"##raph"
],
[
"e",
"##v"
],
[
"rép",
"##ond"
],
[
"voul",
"##ons"
],
[
"mon",
"##ey"
],
[
"app",
"##ar"
],
[
"pro",
"##m"
],
[
"al",
"##iment"
],
[
"inn",
"##ov"
],
[
"vis",
"##ant"
],
[
"ob",
"##ten"
],
[
"spe",
"##ak"
],
[
"dé",
"##b"
],
[
"adop",
"##tion"
],
[
"rép",
"##onse"
],
[
"##ag",
"##n"
],
[
"str",
"##ength"
],
[
"on",
"##ce"
],
[
"béné",
"##fic"
],
[
"##ic",
"##i"
],
[
"##te",
"##urs"
],
[
"e",
"##ach"
],
[
"ac",
"##cess"
],
[
"cons",
"##tit"
],
[
"moy",
"##en"
],
[
"##ing",
"##le"
],
[
"mont",
"##h"
],
[
"##ne",
"##d"
],
[
"at",
"##tend"
],
[
"pot",
"##enti"
],
[
"liber",
"##té"
],
[
"bud",
"##g"
],
[
"##i",
"##um"
],
[
"au",
"##cune"
],
[
"##r",
"##ance"
],
[
"democra",
"##cy"
],
[
"intérê",
"##t"
],
[
"##u",
"##ge"
],
[
"##is",
"##ed"
],
[
"fa",
"##cil"
],
[
"ré",
"##un"
],
[
"assur",
"##er"
],
[
"s",
"##orte"
],
[
"éc",
"##rit"
],
[
"fund",
"##amental"
],
[
"##ê",
"##te"
],
[
"aur",
"##a"
],
[
"ta",
"##king"
],
[
"ty",
"##pe"
],
[
"1",
"##1"
],
[
"##u",
"##ment"
],
[
"reg",
"##ret"
],
[
"sem",
"##ble"
],
[
"con",
"##du"
],
[
"soci",
"##ety"
],
[
"an",
"##ti"
],
[
"inves",
"##t"
],
[
"ou",
"##ver"
],
[
"diffic",
"##ul"
],
[
"accep",
"##t"
],
[
"étr",
"##ang"
],
[
"ti",
"##ens"
],
[
"opport",
"##un"
],
[
"##e",
"##ting"
],
[
"res",
"##ul"
],
[
"croiss",
"##ance"
],
[
"respons",
"##abilité"
],
[
"lors",
"##que"
],
[
"donn",
"##é"
],
[
"inf",
"##ra"
],
[
"aff",
"##aires"
],
[
"initi",
"##atives"
],
[
"reg",
"##ions"
],
[
"inform",
"##ations"
],
[
"we",
"##e"
],
[
"dern",
"##ier"
],
[
"##ag",
"##ne"
],
[
"tr",
"##ouver"
],
[
"##avant",
"##age"
],
[
"##titu",
"##de"
],
[
"A",
"##ff"
],
[
"essenti",
"##al"
],
[
"P",
"##ol"
],
[
"econom",
"##y"
],
[
"par",
"##agraph"
],
[
"r",
"##ien"
],
[
"##ic",
"##a"
],
[
"g",
"##ens"
],
[
"Comm",
"##e"
],
[
"##cte",
"##urs"
],
[
"cri",
"##min"
],
[
"##an",
"##n"
],
[
"me",
"##eting"
],
[
"interes",
"##ts"
],
[
"opp",
"##os"
],
[
"##end",
"##s"
],
[
"e",
"##ar"
],
[
"##is",
"##tr"
],
[
"inté",
"##rieur"
],
[
"acc",
"##ès"
],
[
"se",
"##c"
],
[
"euro",
"##s"
],
[
"##th",
"##ough"
],
[
"w",
"##ar"
],
[
"th",
"##ing"
],
[
"conséqu",
"##ent"
],
[
"##ic",
"##k"
],
[
"docu",
"##ment"
],
[
"p",
"##ress"
],
[
"##u",
"##de"
],
[
"appro",
"##che"
],
[
"vol",
"##on"
],
[
"d",
"##avantage"
],
[
"imp",
"##li"
],
[
"child",
"##ren"
],
[
"me",
"##an"
],
[
"trava",
"##illeurs"
],
[
"sh",
"##ort"
],
[
"impro",
"##ve"
],
[
"just",
"##e"
],
[
"sout",
"##enir"
],
[
"f",
"##ix"
],
[
"jus",
"##tif"
],
[
"rég",
"##lement"
],
[
"##u",
"##ve"
],
[
"concurr",
"##ence"
],
[
"actu",
"##ellement"
],
[
"y",
"##et"
],
[
"word",
"##s"
],
[
"implement",
"##ation"
],
[
"amélior",
"##er"
],
[
"g",
"##es"
],
[
"di",
"##vers"
],
[
"différ",
"##ents"
],
[
"intern",
"##al"
],
[
"var",
"##ious"
],
[
"##at",
"##a"
],
[
"##er",
"##ais"
],
[
"m",
"##ieux"
],
[
"rela",
"##tive"
],
[
"cal",
"##led"
],
[
"fe",
"##el"
],
[
"##end",
"##ant"
],
[
"Is",
"##ra"
],
[
"min",
"##or"
],
[
"##ap",
"##s"
],
[
"donn",
"##ées"
],
[
"T",
"##ra"
],
[
"##iv",
"##re"
],
[
"memb",
"##ers"
],
[
"immig",
"##ration"
],
[
"par",
"##ta"
],
[
"sou",
"##vent"
],
[
"ori",
"##ent"
],
[
"##mis",
"##sions"
],
[
"inves",
"##tisse"
],
[
"t",
"##it"
],
[
"EU",
"##R"
],
[
"wh",
"##ile"
],
[
"##il",
"##s"
],
[
"sci",
"##entif"
],
[
"dern",
"##ière"
],
[
"p",
"##au"
],
[
"conc",
"##ent"
],
[
"pré",
"##oc"
],
[
"se",
"##em"
],
[
"f",
"##ore"
],
[
"S",
"##tr"
],
[
"ex",
"##tr"
],
[
"si",
"##x"
],
[
"s",
"##ingle"
],
[
"min",
"##im"
],
[
"cré",
"##ation"
],
[
"s",
"##an"
],
[
"m",
"##or"
],
[
"out",
"##re"
],
[
"ca",
"##re"
],
[
"qu",
"##ality"
],
[
"dire",
"##ction"
],
[
"##ti",
"##ères"
],
[
"##vel",
"##opp"
],
[
"e",
"##ux"
],
[
"##ê",
"##mes"
],
[
"ha",
"##ving"
],
[
"ac",
"##ces"
],
[
"app",
"##el"
],
[
"en",
"##ter"
],
[
"c",
"##at"
],
[
"##ti",
"##me"
],
[
"mes",
"##s"
],
[
"M",
"##a"
],
[
"T",
"##oute"
],
[
"f",
"##lex"
],
[
"add",
"##ress"
],
[
"internation",
"##ale"
],
[
"prog",
"##rès"
],
[
"Comm",
"##un"
],
[
"##te",
"##ment"
],
[
"lit",
"##tle"
],
[
"##e",
"##ux"
],
[
"dom",
"##aines"
],
[
"j",
"##am"
],
[
"qu",
"##al"
],
[
"ad",
"##hésion"
],
[
"##it",
"##ation"
],
[
"3",
"##0"
],
[
"f",
"##ield"
],
[
"ad",
"##ap"
],
[
"deux",
"##ième"
],
[
"spéci",
"##f"
],
[
"constit",
"##ue"
],
[
"les",
"##qu"
],
[
"cré",
"##er"
],
[
"dé",
"##velopp"
],
[
"fin",
"##al"
],
[
"util",
"##isation"
],
[
"colle",
"##ag"
],
[
"b",
"##est"
],
[
"##i",
"##od"
],
[
"##v",
"##i"
],
[
"ter",
"##mes"
],
[
"indust",
"##rie"
],
[
"conclu",
"##sion"
],
[
"In",
"##ter"
],
[
"ch",
"##all"
],
[
"prop",
"##ose"
],
[
"##od",
"##y"
],
[
"pop",
"##ul"
],
[
"prop",
"##er"
],
[
"per",
"##iod"
],
[
"pa",
"##ix"
],
[
"en",
"##t"
],
[
"ex",
"##is"
],
[
"d",
"##ay"
],
[
"##ort",
"##un"
],
[
"comp",
"##ris"
],
[
"particip",
"##ation"
],
[
"##i",
"##ra"
],
[
"ful",
"##l"
],
[
"inter",
"##vention"
],
[
"invol",
"##ved"
],
[
"##st",
"##er"
],
[
"b",
"##re"
],
[
"ét",
"##ant"
],
[
"pe",
"##tit"
],
[
"##a",
"##ction"
],
[
"contro",
"##l"
],
[
"te",
"##xte"
],
[
"se",
"##ul"
],
[
"ges",
"##tion"
],
[
"he",
"##ar"
],
[
"commer",
"##ce"
],
[
"##og",
"##raph"
],
[
"soulign",
"##er"
],
[
"##ure",
"##usement"
],
[
"##bil",
"##ités"
],
[
"emp",
"##h"
],
[
"B",
"##el"
],
[
"proced",
"##ure"
],
[
"ind",
"##é"
],
[
"##a",
"##tic"
],
[
"cons",
"##titution"
],
[
"profes",
"##sion"
],
[
"disp",
"##o"
],
[
"##qu",
"##ie"
],
[
"de",
"##fin"
],
[
"##u",
"##el"
],
[
"coordin",
"##ation"
],
[
"##e",
"##w"
],
[
"##it",
"##es"
],
[
"comm",
"##ittee"
],
[
"##re",
"##m"
],
[
"v",
"##ig"
],
[
"Il",
"##s"
],
[
"individ",
"##ual"
],
[
"part",
"##ners"
],
[
"Am",
"##end"
],
[
"##is",
"##tre"
],
[
"grow",
"##th"
],
[
"competi",
"##tion"
],
[
"ag",
"##o"
],
[
"##on",
"##n"
],
[
"su",
"##stain"
],
[
"accord",
"##s"
],
[
"le",
"##quel"
],
[
"peu",
"##p"
],
[
"ré",
"##c"
],
[
"m",
"##ight"
],
[
"dé",
"##cisions"
],
[
"conc",
"##l"
],
[
"##ur",
"##ing"
],
[
"do",
"##ing"
],
[
"tra",
"##ite"
],
[
"m",
"##êmes"
],
[
"compan",
"##ies"
],
[
"con",
"##gr"
],
[
"essenti",
"##el"
],
[
"bal",
"##ance"
],
[
"demand",
"##er"
],
[
"B",
"##al"
],
[
"fund",
"##s"
],
[
"actu",
"##elle"
],
[
"##isla",
"##tive"
],
[
"b",
"##ro"
],
[
"f",
"##ron"
],
[
"star",
"##t"
],
[
"f",
"##ig"
],
[
"##ce",
"##ment"
],
[
"##on",
"##es"
],
[
"toute",
"##fois"
],
[
"##o",
"##b"
],
[
"jam",
"##ais"
],
[
"c",
"##ô"
],
[
"##les",
"##s"
],
[
"id",
"##ée"
],
[
"contrib",
"##u"
],
[
"exp",
"##ort"
],
[
"##ol",
"##es"
],
[
"##l",
"##ég"
],
[
"exc",
"##lu"
],
[
"L",
"##et"
],
[
"résultat",
"##s"
],
[
"souh",
"##aite"
],
[
"##b",
"##it"
],
[
"concern",
"##s"
],
[
"discri",
"##mination"
],
[
"cla",
"##ir"
],
[
"##er",
"##v"
],
[
"work",
"##ers"
],
[
"of",
"##ten"
],
[
"##us",
"##sie"
],
[
"commer",
"##cial"
],
[
"des",
"##tin"
],
[
"f",
"##ound"
],
[
"ap",
"##pe"
],
[
"ac",
"##tive"
],
[
"C",
"##O"
],
[
"Aff",
"##airs"
],
[
"##at",
"##ul"
],
[
"ans",
"##w"
],
[
"am",
"##ong"
],
[
"eng",
"##ag"
],
[
"F",
"##und"
],
[
"objec",
"##tives"
],
[
"bu",
"##ild"
],
[
"##é",
"##di"
],
[
"app",
"##elle"
],
[
"restr",
"##ic"
],
[
"cons",
"##ci"
],
[
"f",
"##ran"
],
[
"élarg",
"##issement"
],
[
"F",
"##rance"
],
[
"c",
"##lar"
],
[
"t",
"##elle"
],
[
"moy",
"##ens"
],
[
"##cid",
"##ent"
],
[
"modi",
"##f"
],
[
"Go",
"##vernment"
],
[
"sol",
"##utions"
],
[
"##ais",
"##e"
],
[
"li",
"##bre"
],
[
"ç",
"##a"
],
[
"possi",
"##bilité"
],
[
"inter",
"##est"
],
[
"##o",
"##ve"
],
[
"simp",
"##lement"
],
[
"extr",
"##ême"
],
[
"cre",
"##ate"
],
[
"ori",
"##gin"
],
[
"k",
"##e"
],
[
"strength",
"##en"
],
[
"increas",
"##ing"
],
[
"##in",
"##a"
],
[
"congr",
"##atul"
],
[
"##ith",
"##er"
],
[
"##u",
"##b"
],
[
"##it",
"##or"
],
[
"##ré",
"##e"
],
[
"2",
"##5"
],
[
"t",
"##om"
],
[
"major",
"##ity"
],
[
"disc",
"##ussions"
],
[
"objec",
"##tive"
],
[
"vo",
"##ie"
],
[
"re",
"##ques"
],
[
"##iter",
"##ran"
],
[
"##m",
"##et"
],
[
"##un",
"##es"
],
[
"publi",
"##que"
],
[
"simp",
"##ly"
],
[
"t",
"##é"
],
[
"pro",
"##s"
],
[
"W",
"##ith"
],
[
"av",
"##ail"
],
[
"T",
"##out"
],
[
"péri",
"##ode"
],
[
"stand",
"##ards"
],
[
"ful",
"##ly"
],
[
"nécess",
"##aires"
],
[
"##ke",
"##y"
],
[
"ass",
"##istance"
],
[
"##labor",
"##ation"
],
[
"permet",
"##tre"
],
[
"extre",
"##m"
],
[
"prop",
"##re"
],
[
"nombre",
"##uses"
],
[
"group",
"##es"
],
[
"vér",
"##itable"
],
[
"Lisb",
"##on"
],
[
"o",
"##pé"
],
[
"Cons",
"##titution"
],
[
"##ne",
"##lle"
],
[
"Min",
"##ister"
],
[
"op",
"##er"
],
[
"M",
"##al"
],
[
"##l",
"##ing"
],
[
"de",
"##cisions"
],
[
"é",
"##p"
],
[
"su",
"##re"
],
[
"P",
"##e"
],
[
"intérê",
"##ts"
],
[
"certain",
"##ly"
],
[
"##o",
"##ver"
],
[
"rec",
"##ent"
],
[
"renfor",
"##cer"
],
[
"Lisb",
"##onne"
],
[
"génér",
"##al"
],
[
"ne",
"##ver"
],
[
"suff",
"##is"
],
[
"m",
"##ot"
],
[
"be",
"##gin"
],
[
"inf",
"##lu"
],
[
"##h",
"##aps"
],
[
"rel",
"##ation"
],
[
"##th",
"##ers"
],
[
"sa",
"##is"
],
[
"pro",
"##té"
],
[
"##pé",
"##ri"
],
[
"amend",
"##ment"
],
[
"ris",
"##k"
],
[
"of",
"##fer"
],
[
"Toute",
"##fois"
],
[
"te",
"##xt"
],
[
"##ne",
"##t"
],
[
"follow",
"##ing"
],
[
"##ist",
"##an"
],
[
"res",
"##ol"
],
[
"si",
"##mple"
],
[
"I",
"##r"
],
[
"par",
"##ler"
],
[
"agree",
"##ments"
],
[
"m",
"##and"
],
[
"major",
"##ité"
],
[
"E",
"##C"
],
[
"h",
"##im"
],
[
"##em",
"##ment"
],
[
"R",
"##om"
],
[
"av",
"##an"
],
[
"##erm",
"##an"
],
[
"loc",
"##al"
],
[
"comple",
"##te"
],
[
"pro",
"##b"
],
[
"su",
"##m"
],
[
"##ien",
"##ne"
],
[
"in",
"##qu"
],
[
"##ven",
"##tions"
],
[
"ca",
"##mp"
],
[
"##a",
"##ve"
],
[
"dev",
"##raient"
],
[
"##c",
"##le"
],
[
"extrem",
"##ely"
],
[
"projet",
"##s"
],
[
"##ond",
"##s"
],
[
"rapp",
"##el"
],
[
"f",
"##oc"
],
[
"D",
"##es"
],
[
"finance",
"##ment"
],
[
"group",
"##s"
],
[
"##ette",
"##z"
],
[
"200",
"##1"
],
[
"##ill",
"##es"
],
[
"nor",
"##mes"
],
[
"aw",
"##are"
],
[
"Tur",
"##key"
],
[
"agric",
"##ultural"
],
[
"infra",
"##stru"
],
[
"pl",
"##ut"
],
[
"##x",
"##im"
],
[
"b",
"##l"
],
[
"exerc",
"##ice"
],
[
"##ter",
"##min"
],
[
"F",
"##irst"
],
[
"##é",
"##tique"
],
[
"supp",
"##or"
],
[
"E",
"##N"
],
[
"en",
"##lar"
],
[
"##r",
"##ir"
],
[
"##ud",
"##es"
],
[
"dev",
"##rions"
],
[
"équ",
"##ili"
],
[
"signific",
"##ant"
],
[
"rem",
"##ain"
],
[
"f",
"##ont"
],
[
"O",
"##ff"
],
[
"env",
"##is"
],
[
"Af",
"##ric"
],
[
"##u",
"##v"
],
[
"innov",
"##ation"
],
[
"en",
"##tra"
],
[
"con",
"##ta"
],
[
"aut",
"##ant"
],
[
"##p",
"##tion"
],
[
"##ist",
"##ra"
],
[
"##p",
"##l"
],
[
"sh",
"##e"
],
[
"pré",
"##par"
],
[
"ex",
"##tra"
],
[
"conte",
"##xt"
],
[
"##as",
"##se"
],
[
"##ra",
"##in"
],
[
"com",
"##bat"
],
[
"En",
"##fin"
],
[
"##è",
"##ne"
],
[
"human",
"##it"
],
[
"ra",
"##tif"
],
[
"A",
"##mer"
],
[
"B",
"##r"
],
[
"f",
"##arm"
],
[
"je",
"##unes"
],
[
"##ve",
"##z"
],
[
"sign",
"##if"
],
[
"Re",
"##g"
],
[
"1",
"##4"
],
[
"es",
"##time"
],
[
"##h",
"##en"
],
[
"##f",
"##ortun"
],
[
"éta",
"##ient"
],
[
"d",
"##ata"
],
[
"remerci",
"##e"
],
[
"comprom",
"##is"
],
[
"ide",
"##a"
],
[
"R",
"##ussie"
],
[
"##aiss",
"##ance"
],
[
"for",
"##ces"
],
[
"spe",
"##cial"
],
[
"ré",
"##alité"
],
[
"develop",
"##ing"
],
[
"##g",
"##ed"
],
[
"##ue",
"##ur"
],
[
"réfor",
"##me"
],
[
"plut",
"##ôt"
],
[
"démocra",
"##tique"
],
[
"##as",
"##ed"
],
[
"##ac",
"##cep"
],
[
"##a",
"##ces"
],
[
"f",
"##is"
],
[
"Tur",
"##quie"
],
[
"o",
"##thers"
],
[
"conclu",
"##sions"
],
[
"p",
"##ur"
],
[
"n",
"##et"
],
[
"march",
"##és"
],
[
"diffic",
"##ile"
],
[
"s",
"##tates"
],
[
"entend",
"##u"
],
[
"ag",
"##enda"
],
[
"in",
"##tention"
],
[
"tr",
"##ouv"
],
[
"admin",
"##istra"
],
[
"sout",
"##en"
],
[
"##â",
"##ce"
],
[
"T",
"##o"
],
[
"dang",
"##er"
],
[
"t",
"##ent"
],
[
"##a",
"##pp"
],
[
"##t",
"##ure"
],
[
"f",
"##ight"
],
[
"##ales",
"##tin"
],
[
"c",
"##in"
],
[
"##era",
"##i"
],
[
"ass",
"##ess"
],
[
"##ti",
"##r"
],
[
"to",
"##ta"
],
[
"p",
"##endant"
],
[
"aur",
"##ait"
],
[
"##a",
"##bility"
],
[
"comp",
"##lex"
],
[
"seu",
"##le"
],
[
"ex",
"##té"
],
[
"rece",
"##ive"
],
[
"re",
"##j"
],
[
"200",
"##7"
],
[
"##ec",
"##ted"
],
[
"##éra",
"##le"
],
[
"jo",
"##int"
],
[
"nation",
"##aux"
],
[
"avail",
"##able"
],
[
"su",
"##per"
],
[
"Cour",
"##t"
],
[
"tit",
"##re"
],
[
"##el",
"##ess"
],
[
"mention",
"##ed"
],
[
"##si",
"##f"
],
[
"se",
"##ver"
],
[
"##ff",
"##ic"
],
[
"ac",
"##qu"
],
[
"##u",
"##elle"
],
[
"Ar",
"##ticle"
],
[
"##ro",
"##ss"
],
[
"e",
"##ducation"
],
[
"in",
"##ten"
],
[
"cru",
"##cial"
],
[
"##on",
"##c"
],
[
"enlar",
"##gement"
],
[
"Russi",
"##a"
],
[
"activ",
"##ités"
],
[
"di",
"##men"
],
[
"dép",
"##ens"
],
[
"I",
"##ra"
],
[
"clim",
"##ate"
],
[
"change",
"##ment"
],
[
"su",
"##ite"
],
[
"M",
"##y"
],
[
"inde",
"##ed"
],
[
"sub",
"##si"
],
[
"j",
"##u"
],
[
"##l",
"##in"
],
[
"ke",
"##ep"
],
[
"##st",
"##r"
],
[
"##tern",
"##al"
],
[
"job",
"##s"
],
[
"rais",
"##ons"
],
[
"D",
"##ire"
],
[
"month",
"##s"
],
[
"##2",
"##0"
],
[
"##or",
"##able"
],
[
"en",
"##ough"
],
[
"U",
"##S"
],
[
"sign",
"##al"
],
[
"mess",
"##age"
],
[
"id",
"##entif"
],
[
"##aî",
"##t"
],
[
"préc",
"##éd"
],
[
"e",
"##mb"
],
[
"region",
"##al"
],
[
"##iss",
"##ant"
],
[
"si",
"##m"
],
[
"Off",
"##ice"
],
[
"con",
"##cep"
],
[
"##ast",
"##e"
],
[
"app",
"##ly"
],
[
"resul",
"##ts"
],
[
"t",
"##reat"
],
[
"e",
"##l"
],
[
"the",
"##ms"
],
[
"thems",
"##elves"
],
[
"rel",
"##ig"
],
[
"m",
"##éd"
],
[
"conse",
"##qu"
],
[
"##asi",
"##c"
],
[
"arg",
"##ent"
],
[
"199",
"##9"
],
[
"##end",
"##ra"
],
[
"##ti",
"##le"
],
[
"##aî",
"##tre"
],
[
"dra",
"##w"
],
[
"##a",
"##i"
],
[
"need",
"##ed"
],
[
"cons",
"##ult"
],
[
"##ième",
"##ment"
],
[
"organ",
"##isation"
],
[
"##w",
"##h"
],
[
"emph",
"##as"
],
[
"conte",
"##xte"
],
[
"##us",
"##ed"
],
[
"tot",
"##al"
],
[
"str",
"##ic"
],
[
"guarante",
"##e"
],
[
"##h",
"##n"
],
[
"##he",
"##ureusement"
],
[
"t",
"##ell"
],
[
"s",
"##ch"
],
[
"##mo",
"##st"
],
[
"financi",
"##ère"
],
[
"k",
"##ey"
],
[
"##i",
"##bles"
],
[
"pre",
"##vent"
],
[
"pe",
"##ux"
],
[
"Fin",
"##ally"
],
[
"##aut",
"##é"
],
[
"##se",
"##z"
],
[
"conf",
"##lic"
],
[
"ti",
"##ers"
],
[
"t",
"##as"
],
[
"curr",
"##ently"
],
[
"admin",
"##istr"
],
[
"a",
"##y"
],
[
"system",
"##s"
],
[
"eng",
"##agement"
],
[
"r",
"##endre"
],
[
"N",
"##ow"
],
[
"##c",
"##ul"
],
[
"sta",
"##bilité"
],
[
"##ari",
"##an"
],
[
"personne",
"##l"
],
[
"appropri",
"##ate"
],
[
"##r",
"##ich"
],
[
"min",
"##d"
],
[
"##en",
"##ci"
],
[
"con",
"##ten"
],
[
"dispo",
"##sitions"
],
[
"##ab",
"##ly"
],
[
"f",
"##ort"
],
[
"##o",
"##st"
],
[
"ad",
"##v"
],
[
"concern",
"##ing"
],
[
"pra",
"##tique"
],
[
"conf",
"##l"
],
[
"con",
"##ne"
],
[
"uni",
"##vers"
],
[
"ind",
"##ic"
],
[
"différ",
"##entes"
],
[
"dé",
"##ch"
],
[
"princip",
"##es"
],
[
"c",
"##oup"
],
[
"for",
"##me"
],
[
"contr",
"##ô"
],
[
"##i",
"##ence"
],
[
"emplo",
"##is"
],
[
"dern",
"##ières"
],
[
"v",
"##u"
],
[
"##c",
"##ent"
],
[
"adop",
"##ter"
],
[
"t",
"##ar"
],
[
"rapide",
"##ment"
],
[
"t",
"##el"
],
[
"##res",
"##p"
],
[
"200",
"##6"
],
[
"cas",
"##es"
],
[
"ce",
"##pendant"
],
[
"##d",
"##it"
],
[
"dou",
"##te"
],
[
"ch",
"##e"
],
[
"respon",
"##sible"
],
[
"##qu",
"##ent"
],
[
"1",
"##3"
],
[
"du",
"##e"
],
[
"pro",
"##t"
],
[
"car",
"##ri"
],
[
"##gh",
"##t"
],
[
"se",
"##x"
],
[
"ex",
"##péri"
],
[
"##er",
"##re"
],
[
"pa",
"##ro"
],
[
"n",
"##at"
],
[
"b",
"##asic"
],
[
"extrême",
"##ment"
],
[
"b",
"##ure"
],
[
"comp",
"##l"
],
[
"N",
"##ot"
],
[
"d",
"##ate"
],
[
"K",
"##os"
],
[
"év",
"##iter"
],
[
"5",
"##0"
],
[
"ris",
"##que"
],
[
"##re",
"##en"
],
[
"f",
"##l"
],
[
"G",
"##erman"
],
[
"recomm",
"##end"
],
[
"consum",
"##ers"
],
[
"man",
"##agement"
],
[
"ég",
"##alité"
],
[
"l",
"##ine"
],
[
"200",
"##4"
],
[
"##at",
"##ory"
],
[
"P",
"##ort"
],
[
"##h",
"##ic"
],
[
"S",
"##p"
],
[
"##i",
"##ance"
],
[
"##om",
"##b"
],
[
"qu",
"##ant"
],
[
"compé",
"##ti"
],
[
"answ",
"##er"
],
[
"conv",
"##ient"
],
[
"cap",
"##ital"
],
[
"##ri",
"##ting"
],
[
"y",
"##oun"
],
[
"enti",
"##re"
],
[
"dur",
"##able"
],
[
"##p",
"##or"
],
[
"mondi",
"##ale"
],
[
"##accep",
"##table"
],
[
"res",
"##pe"
],
[
"##id",
"##es"
],
[
"qu",
"##at"
],
[
"V",
"##o"
],
[
"Kos",
"##ov"
],
[
"s",
"##ort"
],
[
"re",
"##mp"
],
[
"simp",
"##li"
],
[
"mo",
"##ve"
],
[
"reas",
"##ons"
],
[
"l",
"##ot"
],
[
"##ér",
"##ic"
],
[
"w",
"##riting"
],
[
"##mp",
"##loy"
],
[
"So",
"##cial"
],
[
"cel",
"##les"
],
[
"ch",
"##er"
],
[
"##c",
"##an"
],
[
"matter",
"##s"
],
[
"pu",
"##isse"
],
[
"obj",
"##et"
],
[
"répond",
"##re"
],
[
"vo",
"##is"
],
[
"long",
"##er"
],
[
"es",
"##pr"
],
[
"rep",
"##r"
],
[
"##er",
"##ia"
],
[
"vo",
"##y"
],
[
"##ie",
"##w"
],
[
"tal",
"##k"
],
[
"introdu",
"##ction"
],
[
"aff",
"##ect"
],
[
"##ce",
"##ed"
],
[
"ar",
"##ound"
],
[
"##b",
"##an"
],
[
"##h",
"##a"
],
[
"al",
"##tern"
],
[
"princip",
"##les"
],
[
"##is",
"##er"
],
[
"inté",
"##gration"
],
[
"e",
"##r"
],
[
"dev",
"##ant"
],
[
"form",
"##ul"
],
[
"200",
"##2"
],
[
"encoura",
"##ge"
],
[
"syst",
"##èmes"
],
[
"##ri",
"##que"
],
[
"##l",
"##ine"
],
[
"##m",
"##i"
],
[
"é",
"##n"
],
[
"S",
"##w"
],
[
"obser",
"##v"
],
[
"z",
"##one"
],
[
"accep",
"##ter"
],
[
"sav",
"##ons"
],
[
"comprom",
"##ise"
],
[
"conséqu",
"##ences"
],
[
"con",
"##tain"
],
[
"ré",
"##se"
],
[
"lors",
"##qu"
],
[
"transpar",
"##ence"
],
[
"es",
"##tim"
],
[
"##an",
"##ted"
],
[
"not",
"##hing"
],
[
"pass",
"##é"
],
[
"sit",
"##u"
],
[
"m",
"##ort"
],
[
"##g",
"##ra"
],
[
"nor",
"##m"
],
[
"tr",
"##ue"
],
[
"volon",
"##té"
],
[
"##o",
"##te"
],
[
"budg",
"##étaire"
],
[
"st",
"##ress"
],
[
"project",
"##s"
],
[
"p",
"##ast"
],
[
"E",
"##ast"
],
[
"effic",
"##acité"
],
[
"##u",
"##di"
],
[
"##té",
"##e"
],
[
"##fortun",
"##ately"
],
[
"dem",
"##on"
],
[
"car",
"##act"
],
[
"##t",
"##on"
],
[
"no",
"##te"
],
[
"l",
"##ow"
],
[
"préoc",
"##cup"
],
[
"promo",
"##tion"
],
[
"re",
"##d"
],
[
"tr",
"##ouve"
],
[
"m",
"##ut"
],
[
"rédu",
"##ire"
],
[
"##mo",
"##ins"
],
[
"report",
"##s"
],
[
"t",
"##els"
],
[
"##ur",
"##d"
],
[
"p",
"##resid"
],
[
"h",
"##y"
],
[
"youn",
"##g"
],
[
"mon",
"##itor"
],
[
"meille",
"##ure"
],
[
"sen",
"##si"
],
[
"condi",
"##tion"
],
[
"important",
"##s"
],
[
"rapport",
"##s"
],
[
"déb",
"##ut"
],
[
"cost",
"##s"
],
[
"##er",
"##ies"
],
[
"th",
"##reat"
],
[
"supp",
"##lément"
],
[
"form",
"##ation"
],
[
"##è",
"##le"
],
[
"##out",
"##h"
],
[
"Kosov",
"##o"
],
[
"pre",
"##p"
],
[
"##os",
"##si"
],
[
"ar",
"##rê"
],
[
"Se",
"##cond"
],
[
"b",
"##ar"
],
[
"##ven",
"##ess"
],
[
"pe",
"##ti"
],
[
"##i",
"##és"
],
[
"Ce",
"##pendant"
],
[
"bro",
"##ad"
],
[
"ex",
"##pect"
],
[
"reg",
"##ards"
],
[
"ma",
"##kes"
],
[
"gr",
"##âce"
],
[
"ch",
"##o"
],
[
"national",
"##es"
],
[
"fa",
"##ir"
],
[
"com",
"##es"
],
[
"##é",
"##c"
],
[
"espr",
"##it"
],
[
"mod",
"##ern"
],
[
"##ra",
"##le"
],
[
"technolog",
"##ies"
],
[
"o",
"##urs"
],
[
"##u",
"##ite"
],
[
"gouver",
"##nements"
],
[
"permet",
"##tra"
],
[
"é",
"##tat"
],
[
"déclar",
"##ation"
],
[
"##la",
"##m"
],
[
"main",
"##tain"
],
[
"fondament",
"##aux"
],
[
"p",
"##at"
],
[
"pre",
"##uve"
],
[
"ch",
"##ers"
],
[
"inde",
"##pend"
],
[
"Port",
"##ug"
],
[
"l",
"##og"
],
[
"consid",
"##éra"
],
[
"docu",
"##ments"
],
[
"ch",
"##ance"
],
[
"##n",
"##é"
],
[
"activ",
"##ities"
],
[
"hist",
"##or"
],
[
"200",
"##3"
],
[
"recomm",
"##and"
],
[
"disc",
"##ut"
],
[
"D",
"##em"
],
[
"##or",
"##row"
],
[
"achieve",
"##d"
],
[
"conv",
"##ain"
],
[
"un",
"##an"
],
[
"per",
"##haps"
],
[
"aid",
"##er"
],
[
"la",
"##ck"
],
[
"fund",
"##ing"
],
[
"se",
"##en"
],
[
"collèg",
"##ue"
],
[
"inter",
"##p"
],
[
"al",
"##though"
],
[
"##y",
"##n"
],
[
"200",
"##9"
],
[
"nuc",
"##lé"
],
[
"govern",
"##ments"
],
[
"o",
"##ct"
],
[
"##l",
"##ande"
],
[
"sh",
"##are"
],
[
"##op",
"##h"
],
[
"contin",
"##uer"
],
[
"dimen",
"##sion"
],
[
"ré",
"##jou"
],
[
"commit",
"##ment"
],
[
"t",
"##end"
],
[
"##er",
"##ve"
],
[
"##ari",
"##at"
],
[
"prior",
"##ity"
],
[
"##ol",
"##id"
],
[
"tra",
"##dition"
],
[
"b",
"##il"
],
[
"1",
"##8"
],
[
"m",
"##ig"
],
[
"amb",
"##iti"
],
[
"indé",
"##pend"
],
[
"solidar",
"##ité"
],
[
"déf",
"##ense"
],
[
"##cte",
"##ment"
],
[
"signif",
"##ie"
],
[
"dis",
"##t"
],
[
"dra",
"##ft"
],
[
"conf",
"##iance"
],
[
"E",
"##st"
],
[
"F",
"##onds"
],
[
"ar",
"##m"
],
[
"##our",
"##ce"
],
[
"dé",
"##ta"
],
[
"leg",
"##islative"
],
[
"promo",
"##te"
],
[
"w",
"##ater"
],
[
"wee",
"##k"
],
[
"eng",
"##age"
],
[
"##ver",
"##g"
],
[
"exper",
"##ience"
],
[
"O",
"##ne"
],
[
"ve",
"##ut"
],
[
"man",
"##if"
],
[
"é",
"##lé"
],
[
"ha",
"##bit"
],
[
"##o",
"##ires"
],
[
"utilis",
"##er"
],
[
"f",
"##all"
],
[
"u",
"##l"
],
[
"##c",
"##ting"
],
[
"fron",
"##tières"
],
[
"somm",
"##et"
],
[
"200",
"##5"
],
[
"perspe",
"##ctive"
],
[
"##t",
"##res"
],
[
"éval",
"##uation"
],
[
"P",
"##rem"
],
[
"fa",
"##il"
],
[
"ro",
"##ad"
],
[
"bord",
"##er"
],
[
"de",
"##cid"
],
[
"es",
"##pé"
],
[
"dem",
"##ain"
],
[
"##ti",
"##veness"
],
[
"gu",
"##id"
],
[
"con",
"##form"
],
[
"congratul",
"##ate"
],
[
"##is",
"##ts"
],
[
"##o",
"##id"
],
[
"ori",
"##g"
],
[
"nuc",
"##lear"
],
[
"##ven",
"##us"
],
[
"##h",
"##od"
],
[
"ta",
"##ux"
],
[
"a",
"##jou"
],
[
"##er",
"##b"
],
[
"ple",
"##ine"
],
[
"##qu",
"##et"
],
[
"dou",
"##b"
],
[
"sustain",
"##able"
],
[
"ind",
"##is"
],
[
"provid",
"##ed"
],
[
"sur",
"##ve"
],
[
"##ven",
"##u"
],
[
"##an",
"##moins"
],
[
"fore",
"##ign"
],
[
"##ful",
"##ly"
],
[
"co",
"##hésion"
],
[
"opp",
"##osition"
],
[
"apport",
"##er"
],
[
"mal",
"##ad"
],
[
"##M",
"##E"
],
[
"Commun",
"##auté"
],
[
"R",
"##ights"
],
[
"dis",
"##trib"
],
[
"év",
"##o"
],
[
"##os",
"##s"
],
[
"rég",
"##ime"
],
[
"exe",
"##mp"
],
[
"##tiv",
"##ité"
],
[
"##re",
"##g"
],
[
"res",
"##t"
],
[
"représent",
"##e"
],
[
"i",
"##gn"
],
[
"la",
"##bour"
]
]
}
}