keylazy's picture
Training in progress, epoch 1
fb3f0e7
raw
history blame contribute delete
No virus
109 kB
{
"version": "1.0",
"truncation": {
"direction": "Right",
"max_length": 64,
"strategy": "LongestFirst",
"stride": 0
},
"padding": null,
"added_tokens": [
{
"id": 0,
"content": "[PAD]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 1,
"content": "[UNK]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 2,
"content": "[CLS]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 3,
"content": "[SEP]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 4,
"content": "[MASK]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
}
],
"normalizer": {
"type": "BertNormalizer",
"clean_text": true,
"handle_chinese_chars": true,
"strip_accents": null,
"lowercase": true
},
"pre_tokenizer": {
"type": "BertPreTokenizer"
},
"post_processor": {
"type": "TemplateProcessing",
"single": [
{
"SpecialToken": {
"id": "[CLS]",
"type_id": 0
}
},
{
"Sequence": {
"id": "A",
"type_id": 0
}
},
{
"SpecialToken": {
"id": "[SEP]",
"type_id": 0
}
}
],
"pair": [
{
"SpecialToken": {
"id": "[CLS]",
"type_id": 0
}
},
{
"Sequence": {
"id": "A",
"type_id": 0
}
},
{
"SpecialToken": {
"id": "[SEP]",
"type_id": 0
}
},
{
"Sequence": {
"id": "B",
"type_id": 1
}
},
{
"SpecialToken": {
"id": "[SEP]",
"type_id": 1
}
}
],
"special_tokens": {
"[CLS]": {
"id": "[CLS]",
"ids": [
2
],
"tokens": [
"[CLS]"
]
},
"[SEP]": {
"id": "[SEP]",
"ids": [
3
],
"tokens": [
"[SEP]"
]
}
}
},
"decoder": {
"type": "WordPiece",
"prefix": "##",
"cleanup": true
},
"model": {
"type": "WordPiece",
"unk_token": "[UNK]",
"continuing_subword_prefix": "##",
"max_input_chars_per_word": 100,
"vocab": {
"[PAD]": 0,
"[UNK]": 1,
"[CLS]": 2,
"[SEP]": 3,
"[MASK]": 4,
"!": 5,
"\"": 6,
"#": 7,
"$": 8,
"%": 9,
"&": 10,
"'": 11,
"(": 12,
")": 13,
"*": 14,
"+": 15,
",": 16,
"-": 17,
".": 18,
"/": 19,
"0": 20,
"1": 21,
"2": 22,
"3": 23,
"4": 24,
"5": 25,
"6": 26,
"7": 27,
"8": 28,
"9": 29,
":": 30,
";": 31,
"=": 32,
">": 33,
"?": 34,
"@": 35,
"[": 36,
"\\": 37,
"]": 38,
"_": 39,
"`": 40,
"a": 41,
"b": 42,
"c": 43,
"d": 44,
"e": 45,
"f": 46,
"g": 47,
"h": 48,
"i": 49,
"j": 50,
"k": 51,
"l": 52,
"m": 53,
"n": 54,
"o": 55,
"p": 56,
"q": 57,
"r": 58,
"s": 59,
"t": 60,
"u": 61,
"v": 62,
"w": 63,
"x": 64,
"y": 65,
"z": 66,
"{": 67,
"|": 68,
"}": 69,
"~": 70,
"¡": 71,
"¢": 72,
"£": 73,
"¤": 74,
"¥": 75,
"¦": 76,
"§": 77,
"¨": 78,
"©": 79,
"ª": 80,
"«": 81,
"¬": 82,
"®": 83,
"¯": 84,
"°": 85,
"±": 86,
"²": 87,
"³": 88,
"´": 89,
"µ": 90,
"¶": 91,
"·": 92,
"¸": 93,
"¹": 94,
"º": 95,
"»": 96,
"¼": 97,
"½": 98,
"¾": 99,
"¿": 100,
"×": 101,
"ð": 102,
"##i": 103,
"##z": 104,
"##a": 105,
"##r": 106,
"##e": 107,
"##l": 108,
"##y": 109,
"##p": 110,
"##u": 111,
"##c": 112,
"##n": 113,
"##s": 114,
"##h": 115,
"##w": 116,
"##o": 117,
"##k": 118,
"##q": 119,
"##t": 120,
"##v": 121,
"##g": 122,
"##d": 123,
"##f": 124,
"##2": 125,
"##0": 126,
"##x": 127,
"##m": 128,
"##b": 129,
"##¬": 130,
"##6": 131,
"##j": 132,
"##4": 133,
"##8": 134,
"##©": 135,
"##1": 136,
"##9": 137,
"##7": 138,
"##3": 139,
"##5": 140,
"##³": 141,
"##£": 142,
"##¤": 143,
"##®": 144,
"##º": 145,
"##¨": 146,
"##¦": 147,
"##¢": 148,
"##¯": 149,
"##¼": 150,
"##±": 151,
"##¸": 152,
"##ð": 153,
"##µ": 154,
"##¾": 155,
"##¥": 156,
"##´": 157,
"##ª": 158,
"##¹": 159,
"##°": 160,
"##½": 161,
"##²": 162,
"th": 163,
"the": 164,
"##er": 165,
"##in": 166,
"##on": 167,
"##at": 168,
"##es": 169,
"##en": 170,
"##nd": 171,
"##or": 172,
"to": 173,
"##is": 174,
"##an": 175,
"in": 176,
"##ed": 177,
"of": 178,
"##ar": 179,
"##it": 180,
"and": 181,
"##ing": 182,
"##al": 183,
"##ion": 184,
"##ou": 185,
"##re": 186,
"##ic": 187,
"##ro": 188,
"##ent": 189,
"##as": 190,
"##il": 191,
"##om": 192,
"is": 193,
"be": 194,
"re": 195,
"##ve": 196,
"##le": 197,
"that": 198,
"wh": 199,
"##ly": 200,
"##st": 201,
"##ct": 202,
"on": 203,
"##ot": 204,
"##ut": 205,
"for": 206,
"##ur": 207,
"##et": 208,
"st": 209,
"##id": 210,
"##ation": 211,
"##se": 212,
"it": 213,
"##ol": 214,
"##im": 215,
"##am": 216,
"##ce": 217,
"##ith": 218,
"as": 219,
"##pe": 220,
"##ow": 221,
"we": 222,
"com": 223,
"with": 224,
"##ir": 225,
"##ad": 226,
"al": 227,
"con": 228,
"he": 229,
"pro": 230,
"sh": 231,
"##ch": 232,
"de": 233,
"##ig": 234,
"##ter": 235,
"##ay": 236,
"##ver": 237,
"##ment": 238,
"an": 239,
"##ul": 240,
"this": 241,
"ha": 242,
"##ill": 243,
"##ld": 244,
"##ort": 245,
"##ri": 246,
"are": 247,
"##her": 248,
"##ess": 249,
"##ak": 250,
"his": 251,
"su": 252,
"eu": 253,
"by": 254,
"at": 255,
"ne": 256,
"not": 257,
"##ra": 258,
"##ate": 259,
"se": 260,
"me": 261,
"##pp": 262,
"her": 263,
"##est": 264,
"comm": 265,
"have": 266,
"##os": 267,
"##ould": 268,
"##ers": 269,
"##mp": 270,
"##op": 271,
"##ich": 272,
"euro": 273,
"##ge": 274,
"ex": 275,
"ch": 276,
"##ain": 277,
"##ant": 278,
"par": 279,
"##ity": 280,
"un": 281,
"##ive": 282,
"##igh": 283,
"##oun": 284,
"pr": 285,
"europe": 286,
"##us": 287,
"##ble": 288,
"has": 289,
"which": 290,
"##ck": 291,
"##ust": 292,
"##el": 293,
"##if": 294,
"le": 295,
"but": 296,
"##un": 297,
"##ies": 298,
"##ie": 299,
"en": 300,
"##end": 301,
"##ore": 302,
"##rom": 303,
"will": 304,
"##iv": 305,
"they": 306,
"from": 307,
"##ight": 308,
"do": 309,
"ag": 310,
"##od": 311,
"##sion": 312,
"##mb": 313,
"##and": 314,
"##ist": 315,
"so": 316,
"or": 317,
"all": 318,
"who": 319,
"european": 320,
"go": 321,
"res": 322,
"##ci": 323,
"##th": 324,
"##ally": 325,
"##ard": 326,
"him": 327,
"you": 328,
"##all": 329,
"wor": 330,
"##te": 331,
"coun": 332,
"##gh": 333,
"there": 334,
"##ission": 335,
"was": 336,
"tr": 337,
"ab": 338,
"##ome": 339,
"##ud": 340,
"##ure": 341,
"pres": 342,
"she": 343,
"fin": 344,
"imp": 345,
"their": 346,
"##ions": 347,
"int": 348,
"mr": 349,
"can": 350,
"##rou": 351,
"##so": 352,
"##out": 353,
"commission": 354,
"##ff": 355,
"out": 356,
"pl": 357,
"##ther": 358,
"pol": 359,
"##um": 360,
"##ous": 361,
"##li": 362,
"##our": 363,
"##ack": 364,
"##ake": 365,
"##ke": 366,
"ad": 367,
"up": 368,
"##ere": 369,
"##ab": 370,
"am": 371,
"rep": 372,
"lo": 373,
"##ect": 374,
"also": 375,
"##ap": 376,
"part": 377,
"##ue": 378,
"man": 379,
"##cc": 380,
"dis": 381,
"fa": 382,
"would": 383,
"##ident": 384,
"mar": 385,
"##ates": 386,
"li": 387,
"one": 388,
"##ish": 389,
"when": 390,
"##au": 391,
"comp": 392,
"##ans": 393,
"ar": 394,
"##mber": 395,
"##ear": 396,
"##ree": 397,
"##ag": 398,
"been": 399,
"cont": 400,
"bec": 401,
"##ations": 402,
"##ast": 403,
"co": 404,
"##ong": 405,
"reg": 406,
"##qu": 407,
"##lo": 408,
"##one": 409,
"##ry": 410,
"##ice": 411,
"inter": 412,
"should": 413,
"them": 414,
"##ance": 415,
"our": 416,
"af": 417,
"##ime": 418,
"##reat": 419,
"how": 420,
"us": 421,
"##ult": 422,
"qu": 423,
"##ire": 424,
"##vel": 425,
"##em": 426,
"##ence": 427,
"##ction": 428,
"other": 429,
"president": 430,
"##ament": 431,
"more": 432,
"into": 433,
"work": 434,
"##ach": 435,
"must": 436,
"##age": 437,
"##ia": 438,
"##ll": 439,
"##ru": 440,
"##con": 441,
"about": 442,
"##ary": 443,
"ev": 444,
"##iz": 445,
"inc": 446,
"##able": 447,
"##pport": 448,
"##ame": 449,
"mo": 450,
"pe": 451,
"like": 452,
"no": 453,
"new": 454,
"count": 455,
"##ide": 456,
"sa": 457,
"po": 458,
"##orm": 459,
"ro": 460,
"what": 461,
"##ical": 462,
"##ments": 463,
"off": 464,
"after": 465,
"exp": 466,
"cl": 467,
"kn": 468,
"if": 469,
"##ens": 470,
"##cial": 471,
"##ile": 472,
"##ts": 473,
"its": 474,
"app": 475,
"##fore": 476,
"sp": 477,
"pre": 478,
"##ated": 479,
"##liament": 480,
"parliament": 481,
"##ip": 482,
"##ces": 483,
"##ery": 484,
"##ves": 485,
"##ks": 486,
"report": 487,
"prop": 488,
"##gr": 489,
"##ell": 490,
"car": 491,
"dec": 492,
"union": 493,
"te": 494,
"##du": 495,
"##ries": 496,
"need": 497,
"time": 498,
"right": 499,
"states": 500,
"year": 501,
"##ine": 502,
"##wn": 503,
"jo": 504,
"acc": 505,
"cons": 506,
"##ition": 507,
"ind": 508,
"##cil": 509,
"only": 510,
"cr": 511,
"##cy": 512,
"these": 513,
"##ced": 514,
"##ause": 515,
"und": 516,
"##sel": 517,
"member": 518,
"my": 519,
"##ade": 520,
"##ious": 521,
"know": 522,
"##si": 523,
"##ted": 524,
"##ving": 525,
"fr": 526,
"fir": 527,
"##ang": 528,
"##00": 529,
"bet": 530,
"tw": 531,
"over": 532,
"ra": 533,
"pos": 534,
"some": 535,
"##lic": 536,
"very": 537,
"##der": 538,
"##form": 539,
"than": 540,
"##urn": 541,
"op": 542,
"again": 543,
"##ep": 544,
"just": 545,
"peop": 546,
"##og": 547,
"get": 548,
"tak": 549,
"then": 550,
"##pect": 551,
"under": 552,
"str": 553,
"##ase": 554,
"##ise": 555,
"act": 556,
"ser": 557,
"conc": 558,
"people": 559,
"now": 560,
"##ever": 561,
"##ind": 562,
"##get": 563,
"##ose": 564,
"##fer": 565,
"because": 566,
"##ub": 567,
"rec": 568,
"where": 569,
"##erm": 570,
"import": 571,
"spe": 572,
"##ject": 573,
"find": 574,
"##ial": 575,
"##ign": 576,
"council": 577,
"inv": 578,
"##ational": 579,
"##ives": 580,
"bel": 581,
"##ok": 582,
"##ace": 583,
"##ting": 584,
"had": 585,
"##ays": 586,
"##oc": 587,
"however": 588,
"two": 589,
"any": 590,
"bo": 591,
"##ite": 592,
"##ink": 593,
"##ution": 594,
"first": 595,
"##ough": 596,
"propos": 597,
"tra": 598,
"ob": 599,
"polic": 600,
"rel": 601,
"being": 602,
"##ities": 603,
"br": 604,
"##ert": 605,
"##ian": 606,
"##ife": 607,
"grou": 608,
"##ather": 609,
"att": 610,
"fe": 611,
"back": 612,
"commit": 613,
"eff": 614,
"##ild": 615,
"dem": 616,
"take": 617,
"inst": 618,
"##ass": 619,
"##we": 620,
"##velop": 621,
"##other": 622,
"##ater": 623,
"develop": 624,
"per": 625,
"##rough": 626,
"disc": 627,
"sc": 628,
"##ord": 629,
"##ved": 630,
"##ory": 631,
"##own": 632,
"##als": 633,
"make": 634,
"##ings": 635,
"ever": 636,
"##cess": 637,
"see": 638,
"##und": 639,
"leg": 640,
"##par": 641,
"##ouse": 642,
"countries": 643,
"ma": 644,
"support": 645,
"la": 646,
"end": 647,
"want": 648,
"##ily": 649,
"##ures": 650,
"es": 651,
"##ick": 652,
"##int": 653,
"##oll": 654,
"##ath": 655,
"##conom": 656,
"##ating": 657,
"##ern": 658,
"rem": 659,
"while": 660,
"##ular": 661,
"##act": 662,
"econom": 663,
"were": 664,
"sub": 665,
"##pt": 666,
"##oth": 667,
"##ility": 668,
"##ress": 669,
"way": 670,
"##riend": 671,
"agree": 672,
"trans": 673,
"kill": 674,
"##xt": 675,
"well": 676,
"partic": 677,
"important": 678,
"hel": 679,
"call": 680,
"##ween": 681,
"##ors": 682,
"between": 683,
"group": 684,
"des": 685,
"##ieve": 686,
"does": 687,
"##lear": 688,
"dire": 689,
"progr": 690,
"such": 691,
"real": 692,
"##ful": 693,
"policy": 694,
"##ific": 695,
"##self": 696,
"mon": 697,
"##ues": 698,
"ret": 699,
"##amp": 700,
"ac": 701,
"gu": 702,
"##lud": 703,
"##ents": 704,
"sy": 705,
"##ention": 706,
"through": 707,
"ass": 708,
"iss": 709,
"##ward": 710,
"house": 711,
"##ative": 712,
"dif": 713,
"even": 714,
"say": 715,
"mark": 716,
"##les": 717,
"hum": 718,
"tell": 719,
"prov": 720,
"every": 721,
"##ency": 722,
"before": 723,
"help": 724,
"those": 725,
"own": 726,
"##pon": 727,
"commun": 728,
"fact": 729,
"##uring": 730,
"##mm": 731,
"think": 732,
"##ric": 733,
"polit": 734,
"sec": 735,
"##ms": 736,
"aw": 737,
"years": 738,
"##vern": 739,
"set": 740,
"##old": 741,
"bas": 742,
"direct": 743,
"##ound": 744,
"gen": 745,
"200": 746,
"conf": 747,
"star": 748,
"##are": 749,
"##row": 750,
"good": 751,
"many": 752,
"made": 753,
"mu": 754,
"fund": 755,
"produ": 756,
"intern": 757,
"ho": 758,
"sit": 759,
"lea": 760,
"meet": 761,
"proble": 762,
"##gy": 763,
"sm": 764,
"cour": 765,
"quest": 766,
"rights": 767,
"##iew": 768,
"wom": 769,
"appro": 770,
"against": 771,
"##sible": 772,
"concern": 773,
"clear": 774,
"##day": 775,
"great": 776,
"fam": 777,
"emp": 778,
"particular": 779,
"therefore": 780,
"min": 781,
"govern": 782,
"##ene": 783,
"respon": 784,
"mak": 785,
"19": 786,
"beg": 787,
"##ual": 788,
"both": 789,
"vot": 790,
"state": 791,
"human": 792,
"bl": 793,
"world": 794,
"market": 795,
"friend": 796,
"bu": 797,
"##ublic": 798,
"##hing": 799,
"long": 800,
"economic": 801,
"social": 802,
"##air": 803,
"committe": 804,
"col": 805,
"##ently": 806,
"inform": 807,
"down": 808,
"##eration": 809,
"bro": 810,
"##ning": 811,
"##ited": 812,
"fil": 813,
"##ange": 814,
"sch": 815,
"includ": 816,
"most": 817,
"##ady": 818,
"deb": 819,
"far": 820,
"may": 821,
"add": 822,
"##ters": 823,
"##lect": 824,
"##ually": 825,
"##eral": 826,
"same": 827,
"##ood": 828,
"##ty": 829,
"##ision": 830,
"life": 831,
"##ict": 832,
"##ural": 833,
"still": 834,
"could": 835,
"mat": 836,
"##over": 837,
"##av": 838,
"amend": 839,
"##ins": 840,
"##its": 841,
"##ied": 842,
"##hip": 843,
"##ices": 844,
"def": 845,
"order": 846,
"believe": 847,
"committee": 848,
"political": 849,
"child": 850,
"contin": 851,
"##led": 852,
"war": 853,
"last": 854,
"much": 855,
"too": 856,
"##stem": 857,
"##ollow": 858,
"high": 859,
"##ail": 860,
"requ": 861,
"ke": 862,
"follow": 863,
"ext": 864,
"prote": 865,
"nu": 866,
"##uth": 867,
"lead": 868,
"beh": 869,
"system": 870,
"pers": 871,
"cap": 872,
"##ac": 873,
"return": 874,
"put": 875,
"##cept": 876,
"ins": 877,
"use": 878,
"##ract": 879,
"##uation": 880,
"pri": 881,
"##ince": 882,
"##rib": 883,
"##ised": 884,
"finan": 885,
"##ft": 886,
"regard": 887,
"##tle": 888,
"program": 889,
"##mbers": 890,
"hand": 891,
"here": 892,
"father": 893,
"public": 894,
"char": 895,
"treat": 896,
"cur": 897,
"##eng": 898,
"ph": 899,
"ref": 900,
"day": 901,
"sur": 902,
"film": 903,
"id": 904,
"home": 905,
"bud": 906,
"country": 907,
"law": 908,
"during": 909,
"##loy": 910,
"point": 911,
"##ides": 912,
"aff": 913,
"show": 914,
"development": 915,
"##oung": 916,
"##ism": 917,
"##res": 918,
"said": 919,
"##me": 920,
"young": 921,
"let": 922,
"##ork": 923,
"serv": 924,
"sim": 925,
"dra": 926,
"form": 927,
"##iven": 928,
"##ying": 929,
"##ne": 930,
"ens": 931,
"fl": 932,
"plan": 933,
"effect": 934,
"incre": 935,
"cit": 936,
"##ons": 937,
"##lement": 938,
"commissioner": 939,
"red": 940,
"consid": 941,
"sol": 942,
"##ah": 943,
"interest": 944,
"ap": 945,
"question": 946,
"##alk": 947,
"next": 948,
"##ph": 949,
"##ank": 950,
"##ertain": 951,
"result": 952,
"your": 953,
"national": 954,
"det": 955,
"family": 956,
"meas": 957,
"old": 958,
"##land": 959,
"##ately": 960,
"##rb": 961,
"citiz": 962,
"##irl": 963,
"happ": 964,
"fut": 965,
"members": 966,
"##ety": 967,
"proposal": 968,
"term": 969,
"another": 970,
"bar": 971,
"uh": 972,
"##oney": 973,
"##gan": 974,
"ask": 975,
"turn": 976,
"##arge": 977,
"ca": 978,
"situation": 979,
"democ": 980,
"view": 981,
"##cond": 982,
"const": 983,
"budget": 984,
"future": 985,
"place": 986,
"har": 987,
"ear": 988,
"tells": 989,
"##alth": 990,
"run": 991,
"##omet": 992,
"today": 993,
"look": 994,
"env": 995,
"prom": 996,
"conv": 997,
"prev": 998,
"mean": 999,
"gr": 1000,
"##augh": 1001,
"##ys": 1002,
"level": 1003,
"community": 1004,
"three": 1005,
"est": 1006,
"ful": 1007,
"##ount": 1008,
"adop": 1009,
"wr": 1010,
"bus": 1011,
"differ": 1012,
"##lish": 1013,
"sign": 1014,
"play": 1015,
"##cing": 1016,
"without": 1017,
"love": 1018,
"##ute": 1019,
"taken": 1020,
"case": 1021,
"##men": 1022,
"med": 1023,
"##err": 1024,
"##bility": 1025,
"second": 1026,
"citizens": 1027,
"##ruct": 1028,
"rest": 1029,
"cent": 1030,
"certain": 1031,
"compet": 1032,
"issue": 1033,
"later": 1034,
"regul": 1035,
"##gg": 1036,
"##round": 1037,
"fall": 1038,
"money": 1039,
"cor": 1040,
"process": 1041,
"##ash": 1042,
"dr": 1043,
"come": 1044,
"##atic": 1045,
"fur": 1046,
"##man": 1047,
"##ple": 1048,
"rev": 1049,
"stand": 1050,
"cann": 1051,
"financial": 1052,
"pow": 1053,
"possible": 1054,
"##onment": 1055,
"##ready": 1056,
"already": 1057,
"##olog": 1058,
"girl": 1059,
"mrs": 1060,
"able": 1061,
"coop": 1062,
"agreement": 1063,
"within": 1064,
"lrb": 1065,
"somet": 1066,
"el": 1067,
"##ines": 1068,
"##ret": 1069,
"##ner": 1070,
"why": 1071,
"since": 1072,
"government": 1073,
"envir": 1074,
"curr": 1075,
"going": 1076,
"loc": 1077,
"environment": 1078,
"##temp": 1079,
"allow": 1080,
"cre": 1081,
"police": 1082,
"mad": 1083,
"main": 1084,
"invol": 1085,
"give": 1086,
"present": 1087,
"head": 1088,
"##vers": 1089,
"resol": 1090,
"information": 1091,
"fight": 1092,
"debate": 1093,
"takes": 1094,
"goes": 1095,
"discus": 1096,
"invest": 1097,
"##alf": 1098,
"away": 1099,
"did": 1100,
"vi": 1101,
"respect": 1102,
"prin": 1103,
"finally": 1104,
"cannot": 1105,
"av": 1106,
"international": 1107,
"though": 1108,
"mother": 1109,
"ent": 1110,
"vis": 1111,
"ach": 1112,
"consider": 1113,
"##ody": 1114,
"auth": 1115,
"##ss": 1116,
"measures": 1117,
"reas": 1118,
"em": 1119,
"area": 1120,
"each": 1121,
"##iving": 1122,
"hope": 1123,
"organ": 1124,
"##urity": 1125,
"employ": 1126,
"women": 1127,
"job": 1128,
"course": 1129,
"sw": 1130,
"##iss": 1131,
"init": 1132,
"##ists": 1133,
"deal": 1134,
"ta": 1135,
"having": 1136,
"further": 1137,
"##ority": 1138,
"contro": 1139,
"hear": 1140,
"##ains": 1141,
"maj": 1142,
"neg": 1143,
"arri": 1144,
"##reed": 1145,
"##ctor": 1146,
"##ici": 1147,
"implement": 1148,
"common": 1149,
"##ren": 1150,
"finds": 1151,
"saf": 1152,
"##ten": 1153,
"##ital": 1154,
"attemp": 1155,
"##atch": 1156,
"##ool": 1157,
"ener": 1158,
"night": 1159,
"adv": 1160,
"##ister": 1161,
"toget": 1162,
"together": 1163,
"number": 1164,
"given": 1165,
"##utions": 1166,
"val": 1167,
"##cb": 1168,
"instit": 1169,
"once": 1170,
"security": 1171,
"expl": 1172,
"directive": 1173,
"##tern": 1174,
"open": 1175,
"##ried": 1176,
"##ost": 1177,
"esc": 1178,
"small": 1179,
"##isl": 1180,
"##iness": 1181,
"##ness": 1182,
"##pear": 1183,
"cond": 1184,
"action": 1185,
"imm": 1186,
"inf": 1187,
"relations": 1188,
"impro": 1189,
"death": 1190,
"##isation": 1191,
"gra": 1192,
"##ling": 1193,
"ann": 1194,
"legal": 1195,
"legisl": 1196,
"##chn": 1197,
"become": 1198,
"sho": 1199,
"energy": 1200,
"pur": 1201,
"cooperation": 1202,
"##iting": 1203,
"himself": 1204,
"##imin": 1205,
"##port": 1206,
"spec": 1207,
"object": 1208,
"becom": 1209,
"##ross": 1210,
"examp": 1211,
"##eur": 1212,
"##ird": 1213,
"##itions": 1214,
"lit": 1215,
"mill": 1216,
"men": 1217,
"nat": 1218,
"##work": 1219,
"health": 1220,
"really": 1221,
"stud": 1222,
"##wards": 1223,
"rul": 1224,
"##ether": 1225,
"princi": 1226,
"20": 1227,
"##ond": 1228,
"few": 1229,
"never": 1230,
"##fic": 1231,
"##ov": 1232,
"dist": 1233,
"##ccess": 1234,
"##ages": 1235,
"sing": 1236,
"rapport": 1237,
"don": 1238,
"##ead": 1239,
"rapporteur": 1240,
"soon": 1241,
"sl": 1242,
"problems": 1243,
"comes": 1244,
"problem": 1245,
"comple": 1246,
"united": 1247,
"wish": 1248,
"##ined": 1249,
"art": 1250,
"dri": 1251,
"son": 1252,
"means": 1253,
"##tain": 1254,
"##by": 1255,
"necess": 1256,
"discover": 1257,
"children": 1258,
"something": 1259,
"initi": 1260,
"##ron": 1261,
"repres": 1262,
"grow": 1263,
"attack": 1264,
"mod": 1265,
"ensure": 1266,
"indust": 1267,
"bre": 1268,
"##ises": 1269,
"pay": 1270,
"school": 1271,
"##ality": 1272,
"feel": 1273,
"strate": 1274,
"##oura": 1275,
"techn": 1276,
"mur": 1277,
"##orities": 1278,
"reve": 1279,
"making": 1280,
"person": 1281,
"##imes": 1282,
"equ": 1283,
"##ber": 1284,
"##ased": 1285,
"free": 1286,
"compan": 1287,
"wife": 1288,
"seem": 1289,
"working": 1290,
"mor": 1291,
"access": 1292,
"##eric": 1293,
"protection": 1294,
"terr": 1295,
"wel": 1296,
"thank": 1297,
"##ided": 1298,
"region": 1299,
"sever": 1300,
"##itive": 1301,
"##per": 1302,
"example": 1303,
"##red": 1304,
"business": 1305,
"##ison": 1306,
"success": 1307,
"pass": 1308,
"cost": 1309,
"##uses": 1310,
"lad": 1311,
"colle": 1312,
"including": 1313,
"##pportun": 1314,
"fav": 1315,
"opportun": 1316,
"##come": 1317,
"vote": 1318,
"general": 1319,
"control": 1320,
"different": 1321,
"adm": 1322,
"##orts": 1323,
"gent": 1324,
"lear": 1325,
"##ences": 1326,
"199": 1327,
"eng": 1328,
"##ability": 1329,
"redu": 1330,
"found": 1331,
"##pr": 1332,
"friends": 1333,
"mil": 1334,
"##ale": 1335,
"met": 1336,
"gets": 1337,
"ste": 1338,
"gentle": 1339,
"things": 1340,
"americ": 1341,
"better": 1342,
"##wh": 1343,
"enc": 1344,
"used": 1345,
"power": 1346,
"elect": 1347,
"##ix": 1348,
"##stand": 1349,
"care": 1350,
"event": 1351,
"proced": 1352,
"##til": 1353,
"##thing": 1354,
"whether": 1355,
"##oti": 1356,
"dep": 1357,
"##ablish": 1358,
"diffic": 1359,
"difficult": 1360,
"var": 1361,
"position": 1362,
"around": 1363,
"##ina": 1364,
"##ising": 1365,
"establish": 1366,
"##io": 1367,
"talk": 1368,
"issues": 1369,
"treaty": 1370,
"rules": 1371,
"services": 1372,
"particularly": 1373,
"##ants": 1374,
"reach": 1375,
"approach": 1376,
"##ib": 1377,
"ladies": 1378,
"aid": 1379,
"step": 1380,
"##ann": 1381,
"ve": 1382,
"##ards": 1383,
"##cu": 1384,
"story": 1385,
"trade": 1386,
"rus": 1387,
"change": 1388,
"little": 1389,
"tries": 1390,
"##selves": 1391,
"##ane": 1392,
"word": 1393,
"gentlemen": 1394,
"negoti": 1395,
"town": 1396,
"##ases": 1397,
"necessary": 1398,
"matter": 1399,
"product": 1400,
"##ways": 1401,
"makes": 1402,
"##ends": 1403,
"decision": 1404,
"amendments": 1405,
"large": 1406,
"keep": 1407,
"democr": 1408,
"##ential": 1409,
"air": 1410,
"pract": 1411,
"speak": 1412,
"##ik": 1413,
"prof": 1414,
"done": 1415,
"##lus": 1416,
"supp": 1417,
"local": 1418,
"express": 1419,
"third": 1420,
"##aughter": 1421,
"pat": 1422,
"realiz": 1423,
"party": 1424,
"lu": 1425,
"role": 1426,
"##rodu": 1427,
"nam": 1428,
"prepar": 1429,
"exper": 1430,
"name": 1431,
"refer": 1432,
"needs": 1433,
"leave": 1434,
"pa": 1435,
"ide": 1436,
"crit": 1437,
"until": 1438,
"taking": 1439,
"##ration": 1440,
"woman": 1441,
"serious": 1442,
"##ield": 1443,
"rece": 1444,
"represent": 1445,
"areas": 1446,
"che": 1447,
"specific": 1448,
"##erman": 1449,
"programme": 1450,
"consum": 1451,
"##sibility": 1452,
"along": 1453,
"fail": 1454,
"whole": 1455,
"bal": 1456,
"best": 1457,
"move": 1458,
"appear": 1459,
"##ims": 1460,
"##ug": 1461,
"frame": 1462,
"madam": 1463,
"##part": 1464,
"continue": 1465,
"##ged": 1466,
"subject": 1467,
"arr": 1468,
"tom": 1469,
"dest": 1470,
"clo": 1471,
"bring": 1472,
"presid": 1473,
"je": 1474,
"becomes": 1475,
"##ining": 1476,
"##ened": 1477,
"affair": 1478,
"brother": 1479,
"project": 1480,
"##ances": 1481,
"##ape": 1482,
"begin": 1483,
"chang": 1484,
"left": 1485,
"reason": 1486,
"##gu": 1487,
"promot": 1488,
"less": 1489,
"room": 1490,
"ru": 1491,
"called": 1492,
"ye": 1493,
"##ark": 1494,
"soci": 1495,
"offic": 1496,
"reform": 1497,
"alth": 1498,
"##hn": 1499,
"short": 1500,
"##ats": 1501,
"towards": 1502,
"although": 1503,
"##itor": 1504,
"tax": 1505,
"progress": 1506,
"bene": 1507,
"sector": 1508,
"resolution": 1509,
"##ources": 1510,
"build": 1511,
"##ps": 1512,
"##earch": 1513,
"research": 1514,
"poin": 1515,
"##less": 1516,
"killed": 1517,
"begins": 1518,
"##ified": 1519,
"##den": 1520,
"##edi": 1521,
"##osed": 1522,
"several": 1523,
"viol": 1524,
"break": 1525,
"opin": 1526,
"presidency": 1527,
"##aps": 1528,
"lab": 1529,
"learn": 1530,
"ir": 1531,
"based": 1532,
"creat": 1533,
"sus": 1534,
"##ically": 1535,
"cla": 1536,
"always": 1537,
"##enn": 1538,
"##isions": 1539,
"##ending": 1540,
"##la": 1541,
"contrib": 1542,
"##side": 1543,
"suff": 1544,
"introdu": 1545,
"fle": 1546,
"terms": 1547,
"sk": 1548,
"four": 1549,
"effective": 1550,
"cult": 1551,
"rob": 1552,
"city": 1553,
"bor": 1554,
"pop": 1555,
"framework": 1556,
"demand": 1557,
"summ": 1558,
"basis": 1559,
"daughter": 1560,
"boy": 1561,
"start": 1562,
"behalf": 1563,
"wa": 1564,
"office": 1565,
"gre": 1566,
"unf": 1567,
"##ral": 1568,
"food": 1569,
"##ek": 1570,
"##ably": 1571,
"##ired": 1572,
"dead": 1573,
"yet": 1574,
"transport": 1575,
"rather": 1576,
"tur": 1577,
"agric": 1578,
"agricult": 1579,
"##cially": 1580,
"understand": 1581,
"read": 1582,
"occ": 1583,
"month": 1584,
"##ics": 1585,
"million": 1586,
"following": 1587,
"##orth": 1588,
"##ier": 1589,
"enter": 1590,
"yeah": 1591,
"##ogn": 1592,
"proposals": 1593,
"##ense": 1594,
"##ination": 1595,
"cris": 1596,
"near": 1597,
"##ha": 1598,
"favour": 1599,
"tri": 1600,
"desp": 1601,
"glo": 1602,
"regulation": 1603,
"murder": 1604,
"john": 1605,
"chr": 1606,
"decides": 1607,
"recogn": 1608,
"freed": 1609,
"##ured": 1610,
"oper": 1611,
"ple": 1612,
"ge": 1613,
"arm": 1614,
"peace": 1615,
"leaves": 1616,
"crisis": 1617,
"simp": 1618,
"##leg": 1619,
"##eed": 1620,
"##ible": 1621,
"exist": 1622,
"stop": 1623,
"land": 1624,
"ur": 1625,
"activ": 1626,
"##ster": 1627,
"eas": 1628,
"upon": 1629,
"account": 1630,
"accept": 1631,
"##bal": 1632,
"##ening": 1633,
"##ots": 1634,
"##ger": 1635,
"vict": 1636,
"discuss": 1637,
"adopted": 1638,
"amendment": 1639,
"concerned": 1640,
"ris": 1641,
"dev": 1642,
"close": 1643,
"court": 1644,
"da": 1645,
"strong": 1646,
"says": 1647,
"kind": 1648,
"rom": 1649,
"##sequ": 1650,
"##ength": 1651,
"##while": 1652,
"##ton": 1653,
"##ock": 1654,
"##ump": 1655,
"##asing": 1656,
"##ee": 1657,
"mention": 1658,
"manage": 1659,
"opp": 1660,
"actually": 1661,
"full": 1662,
"benef": 1663,
"wants": 1664,
"freedom": 1665,
"strategy": 1666,
"forward": 1667,
"major": 1668,
"##imate": 1669,
"final": 1670,
"legislation": 1671,
"provide": 1672,
"blo": 1673,
"protect": 1674,
"##used": 1675,
"others": 1676,
"vill": 1677,
"pet": 1678,
"##ven": 1679,
"##to": 1680,
"constit": 1681,
"mot": 1682,
"among": 1683,
"force": 1684,
"past": 1685,
"bur": 1686,
"##atives": 1687,
"opinion": 1688,
"##com": 1689,
"current": 1690,
"terror": 1691,
"assist": 1692,
"secret": 1693,
"mom": 1694,
"employment": 1695,
"los": 1696,
"ed": 1697,
"opportunity": 1698,
"##tion": 1699,
"meanwhile": 1700,
"espe": 1701,
"##ley": 1702,
"threat": 1703,
"##ession": 1704,
"quite": 1705,
"especially": 1706,
"##ests": 1707,
"##ceed": 1708,
"##gs": 1709,
"improve": 1710,
"big": 1711,
"fundament": 1712,
"gives": 1713,
"rele": 1714,
"remain": 1715,
"accord": 1716,
"safety": 1717,
"achieve": 1718,
"##ec": 1719,
"##pri": 1720,
"eventually": 1721,
"various": 1722,
"##az": 1723,
"dou": 1724,
"##tegr": 1725,
"##eign": 1726,
"asks": 1727,
"##ream": 1728,
"involved": 1729,
"ess": 1730,
"named": 1731,
"institutions": 1732,
"due": 1733,
"hus": 1734,
"relationship": 1735,
"sent": 1736,
"water": 1737,
"##ension": 1738,
"##co": 1739,
"belie": 1740,
"##arant": 1741,
"##iding": 1742,
"##ivers": 1743,
"camp": 1744,
"instead": 1745,
"##pped": 1746,
"welcome": 1747,
"live": 1748,
"lim": 1749,
"itself": 1750,
"clearly": 1751,
"##ners": 1752,
"##idence": 1753,
"industry": 1754,
"addition": 1755,
"comb": 1756,
"least": 1757,
"behind": 1758,
"##iod": 1759,
"struct": 1760,
"civ": 1761,
"hold": 1762,
"press": 1763,
"jud": 1764,
"might": 1765,
"try": 1766,
"body": 1767,
"non": 1768,
"fis": 1769,
"face": 1770,
"##ering": 1771,
"guarant": 1772,
"global": 1773,
"##sw": 1774,
"farm": 1775,
"attention": 1776,
"enough": 1777,
"everyone": 1778,
"ident": 1779,
"bill": 1780,
"##duc": 1781,
"##band": 1782,
"kid": 1783,
"despite": 1784,
"resources": 1785,
"seen": 1786,
"##ized": 1787,
"##ium": 1788,
"authorities": 1789,
"integr": 1790,
"##ler": 1791,
"hu": 1792,
"ty": 1793,
"##ench": 1794,
"society": 1795,
"meets": 1796,
"civil": 1797,
"fundamental": 1798,
"meeting": 1799,
"conditions": 1800,
"road": 1801,
"list": 1802,
"returns": 1803,
"educ": 1804,
"escape": 1805,
"trying": 1806,
"##friend": 1807,
"##rie": 1808,
"prevent": 1809,
"abs": 1810,
"tar": 1811,
"true": 1812,
"lives": 1813,
"using": 1814,
"expect": 1815,
"single": 1816,
"##ended": 1817,
"priv": 1818,
"sex": 1819,
"gun": 1820,
"falls": 1821,
"quick": 1822,
"chall": 1823,
"sou": 1824,
"extre": 1825,
"perform": 1826,
"fun": 1827,
"proposed": 1828,
"increase": 1829,
"##raph": 1830,
"experi": 1831,
"themselves": 1832,
"##icle": 1833,
"shall": 1834,
"mid": 1835,
"##key": 1836,
"hun": 1837,
"hard": 1838,
"field": 1839,
"##racy": 1840,
"complete": 1841,
"##way": 1842,
"##ges": 1843,
"##na": 1844,
"sure": 1845,
"##hes": 1846,
"principle": 1847,
"doing": 1848,
"miss": 1849,
"congr": 1850,
"##oy": 1851,
"stat": 1852,
"gl": 1853,
"efforts": 1854,
"require": 1855,
"christ": 1856,
"husband": 1857,
"funds": 1858,
"strength": 1859,
"del": 1860,
"internal": 1861,
"king": 1862,
"mov": 1863,
"port": 1864,
"democratic": 1865,
"##ither": 1866,
"##ivid": 1867,
"responsibility": 1868,
"affairs": 1869,
"bank": 1870,
"black": 1871,
"indeed": 1872,
"special": 1873,
"gang": 1874,
"cho": 1875,
"sees": 1876,
"environmental": 1877,
"thing": 1878,
"aim": 1879,
"policies": 1880,
"german": 1881,
"##ata": 1882,
"living": 1883,
"##ator": 1884,
"##go": 1885,
"travel": 1886,
"procedure": 1887,
"words": 1888,
"lib": 1889,
"hor": 1890,
"period": 1891,
"decl": 1892,
"rcb": 1893,
"address": 1894,
"mus": 1895,
"importance": 1896,
"##ets": 1897,
"accident": 1898,
"greater": 1899,
"##fully": 1900,
"nothing": 1901,
"##up": 1902,
"points": 1903,
"news": 1904,
"cover": 1905,
"orig": 1906,
"workers": 1907,
"cut": 1908,
"##ulation": 1909,
"shows": 1910,
"##uck": 1911,
"lot": 1912,
"answ": 1913,
"##ove": 1914,
"team": 1915,
"products": 1916,
"##omm": 1917,
"outside": 1918,
"instru": 1919,
"##mes": 1920,
"fo": 1921,
"sugg": 1922,
"voted": 1923,
"affect": 1924,
"enl": 1925,
"##arity": 1926,
"brit": 1927,
"##ived": 1928,
"hist": 1929,
"appropri": 1930,
"amb": 1931,
"hon": 1932,
"individ": 1933,
"partners": 1934,
"ago": 1935,
"negotiations": 1936,
"fish": 1937,
"mind": 1938,
"often": 1939,
"ends": 1940,
"jack": 1941,
"##anger": 1942,
"##ont": 1943,
"prison": 1944,
"signific": 1945,
"entire": 1946,
"##stain": 1947,
"post": 1948,
"bat": 1949,
"dru": 1950,
"##osp": 1951,
"extreme": 1952,
"shar": 1953,
"seems": 1954,
"win": 1955,
"##cep": 1956,
"##itch": 1957,
"lis": 1958,
"technolog": 1959,
"##ested": 1960,
"pal": 1961,
"inn": 1962,
"watch": 1963,
"reveal": 1964,
"aud": 1965,
"dan": 1966,
"##ify": 1967,
"disp": 1968,
"##ury": 1969,
"obs": 1970,
"000": 1971,
"got": 1972,
"investig": 1973,
"origin": 1974,
"former": 1975,
"colleag": 1976,
"##enge": 1977,
"everything": 1978,
"days": 1979,
"##erv": 1980,
"increasing": 1981,
"jun": 1982,
"##rees": 1983,
"american": 1984,
"months": 1985,
"low": 1986,
"discussion": 1987,
"positive": 1988,
"times": 1989,
"class": 1990,
"quality": 1991,
"apart": 1992,
"ele": 1993,
"across": 1994,
"anim": 1995,
"docu": 1996,
"calls": 1997,
"growth": 1998,
"ship": 1999,
"ant": 2000,
"service": 2001,
"saying": 2002,
"competition": 2003,
"achie": 2004,
"foreign": 2005,
"mag": 2006,
"milit": 2007,
"rich": 2008,
"##arch": 2009,
"trad": 2010,
"encoura": 2011,
"ban": 2012,
"regions": 2013,
"rule": 2014,
"##bon": 2015,
"interests": 2016,
"economy": 2017,
"##aged": 2018,
"##aper": 2019,
"##sh": 2020,
"deli": 2021,
"##ification": 2022,
"cou": 2023,
"##aster": 2024,
"attempts": 2025,
"justice": 2026,
"democracy": 2027,
"cir": 2028,
"arrives": 2029,
"##most": 2030,
"sci": 2031,
"##ered": 2032,
"##iously": 2033,
"san": 2034,
"light": 2035,
"##ensive": 2036,
"avail": 2037,
"##here": 2038,
"moment": 2039,
"five": 2040,
"##son": 2041,
"##gn": 2042,
"line": 2043,
"parents": 2044,
"movie": 2045,
"consequ": 2046,
"draw": 2047,
"##ony": 2048,
"particip": 2049,
"foc": 2050,
"purs": 2051,
"destro": 2052,
"neigh": 2053,
"fell": 2054,
"une": 2055,
"neighb": 2056,
"rad": 2057,
"whose": 2058,
"##ference": 2059,
"simply": 2060,
"exc": 2061,
"##eless": 2062,
"side": 2063,
"##ortun": 2064,
"##omb": 2065,
"quickly": 2066,
"##gar": 2067,
"essential": 2068,
"##ring": 2069,
"ce": 2070,
"results": 2071,
"implementation": 2072,
"conn": 2073,
"turns": 2074,
"whom": 2075,
"communic": 2076,
"applic": 2077,
"interv": 2078,
"##ior": 2079,
"##ires": 2080,
"questions": 2081,
"temp": 2082,
"top": 2083,
"lack": 2084,
"subst": 2085,
"##orn": 2086,
"stay": 2087,
"##ai": 2088,
"text": 2089,
"sal": 2090,
"idea": 2091,
"bra": 2092,
"aspect": 2093,
"immedi": 2094,
"circ": 2095,
"##ull": 2096,
"risk": 2097,
"ground": 2098,
"starts": 2099,
"unfortun": 2100,
"runs": 2101,
"##ask": 2102,
"dut": 2103,
"hot": 2104,
"10": 2105,
"education": 2106,
"concerns": 2107,
"recent": 2108,
"##ogue": 2109,
"sam": 2110,
"key": 2111,
"lcb": 2112,
"harm": 2113,
"fire": 2114,
"determ": 2115,
"management": 2116,
"cal": 2117,
"create": 2118,
"cru": 2119,
"##ize": 2120,
"regional": 2121,
"crimin": 2122,
"plans": 2123,
"safe": 2124,
"demon": 2125,
"looking": 2126,
"sister": 2127,
"##erry": 2128,
"##atory": 2129,
"sat": 2130,
"##ya": 2131,
"week": 2132,
"data": 2133,
"##utional": 2134,
"##be": 2135,
"admin": 2136,
"pot": 2137,
"accep": 2138,
"article": 2139,
"leaving": 2140,
"im": 2141,
"cross": 2142,
"standards": 2143,
"fair": 2144,
"super": 2145,
"certainly": 2146,
"convin": 2147,
"flo": 2148,
"fully": 2149,
"sel": 2150,
"bad": 2151,
"central": 2152,
"eur": 2153,
"aware": 2154,
"201": 2155,
"sustain": 2156,
"perh": 2157,
"getting": 2158,
"company": 2159,
"fisher": 2160,
"perhaps": 2161,
"discovers": 2162,
"lat": 2163,
"responsible": 2164,
"afric": 2165,
"##ulate": 2166,
"##utes": 2167,
"significant": 2168,
"attempt": 2169,
"longer": 2170,
"heart": 2171,
"princip": 2172,
"changes": 2173,
"companies": 2174,
"stre": 2175,
"##unch": 2176,
"##has": 2177,
"impact": 2178,
"military": 2179,
"clos": 2180,
"di": 2181,
"bab": 2182,
"thus": 2183,
"ga": 2184,
"##ech": 2185,
"##els": 2186,
"recomm": 2187,
"ey": 2188,
"effici": 2189,
"extremely": 2190,
"dial": 2191,
"den": 2192,
"pack": 2193,
"reveals": 2194,
"charact": 2195,
"transpar": 2196,
"seek": 2197,
"confron": 2198,
"##ara": 2199,
"##cies": 2200,
"island": 2201,
"conclus": 2202,
"production": 2203,
"initiative": 2204,
"reject": 2205,
"realizes": 2206,
"##ators": 2207,
"groups": 2208,
"needed": 2209,
"##text": 2210,
"congrat": 2211,
"almost": 2212,
"broad": 2213,
"six": 2214,
"crime": 2215,
"poor": 2216,
"net": 2217,
"majority": 2218,
"building": 2219,
"##ames": 2220,
"decisions": 2221,
"##epend": 2222,
"capt": 2223,
"tele": 2224,
"share": 2225,
"##oks": 2226,
"##enda": 2227,
"##ana": 2228,
"##ging": 2229,
"div": 2230,
"yes": 2231,
"##omp": 2232,
"##ma": 2233,
"available": 2234,
"hosp": 2235,
"assess": 2236,
"grand": 2237,
"decide": 2238,
"objective": 2239,
"##cise": 2240,
"##pping": 2241,
"unc": 2242,
"nor": 2243,
"sn": 2244,
"tot": 2245,
"fig": 2246,
"minister": 2247,
"##ney": 2248,
"surv": 2249,
"fear": 2250,
"white": 2251,
"above": 2252,
"morning": 2253,
"visit": 2254,
"##using": 2255,
"##cks": 2256,
"known": 2257,
"programmes": 2258,
"solution": 2259,
"village": 2260,
"mess": 2261,
"avo": 2262,
"cy": 2263,
"##rought": 2264,
"objectives": 2265,
"dam": 2266,
"agreements": 2267,
"south": 2268,
"monitor": 2269,
"sold": 2270,
"##ians": 2271,
"administ": 2272,
"geor": 2273,
"sud": 2274,
"##ott": 2275,
"turkey": 2276,
"lost": 2277,
"independ": 2278,
"emphas": 2279,
"jobs": 2280,
"##iff": 2281,
"ital": 2282,
"joint": 2283,
"convention": 2284,
"half": 2285,
"scene": 2286,
"stri": 2287,
"search": 2288,
"unfortunately": 2289,
"##cell": 2290,
"conflic": 2291,
"target": 2292,
"married": 2293,
"teach": 2294,
"##soci": 2295,
"ill": 2296,
"according": 2297,
"##oss": 2298,
"frank": 2299,
"held": 2300,
"##dle": 2301,
"door": 2302,
"um": 2303,
"currently": 2304,
"##sia": 2305,
"coming": 2306,
"alone": 2307,
"coord": 2308,
"mer": 2309,
"forces": 2310,
"lisbon": 2311,
"prot": 2312,
"gener": 2313,
"dro": 2314,
"##ush": 2315,
"cases": 2316,
"include": 2317,
"##ned": 2318,
"##riage": 2319,
"dialogue": 2320,
"doub": 2321,
"solid": 2322,
"appears": 2323,
"mult": 2324,
"##ny": 2325,
"##istic": 2326,
"agricultural": 2327,
"costs": 2328,
"##han": 2329,
"danger": 2330,
"events": 2331,
"activities": 2332,
"##for": 2333,
"asked": 2334,
"associ": 2335,
"developing": 2336,
"hospital": 2337,
"cat": 2338,
"self": 2339,
"##lig": 2340,
"emer": 2341,
"wind": 2342,
"reports": 2343,
"herself": 2344,
"review": 2345,
"il": 2346,
"systems": 2347,
"infl": 2348,
"##que": 2349,
"##ude": 2350,
"##hod": 2351,
"concerning": 2352,
"15": 2353,
"writing": 2354,
"deep": 2355,
"mist": 2356,
"won": 2357,
"comprom": 2358,
"russia": 2359,
"##lies": 2360,
"mis": 2361,
"climate": 2362,
"conference": 2363,
"emb": 2364,
"##eth": 2365,
"else": 2366,
"demonst": 2367,
"er": 2368,
"##aff": 2369,
"tour": 2370,
"told": 2371,
"carry": 2372,
"immig": 2373,
"front": 2374,
"kills": 2375,
"context": 2376,
"brought": 2377,
"mentioned": 2378,
"enlarge": 2379,
"private": 2380,
"green": 2381,
"french": 2382,
"train": 2383,
"british": 2384,
"vol": 2385,
"individual": 2386,
"border": 2387,
"refuses": 2388,
"forced": 2389,
"appropriate": 2390,
"sea": 2391,
"##lier": 2392,
"##hood": 2393,
"tal": 2394,
"##ders": 2395,
"apply": 2396,
"##ding": 2397,
"##ars": 2398,
"training": 2399,
"mich": 2400,
"##ledge": 2401,
"##ites": 2402,
"cop": 2403,
"nuc": 2404,
"proper": 2405,
"obv": 2406,
"##akes": 2407,
"design": 2408,
"wal": 2409,
"connect": 2410,
"took": 2411,
"reasons": 2412,
"led": 2413,
"nuclear": 2414,
"fed": 2415,
"either": 2416,
"giving": 2417,
"matters": 2418,
"repe": 2419,
"spir": 2420,
"talking": 2421,
"marry": 2422,
"##ued": 2423,
"shot": 2424,
"##iveness": 2425,
"##ees": 2426,
"actions": 2427,
"##ours": 2428,
"consumer": 2429,
"##amb": 2430,
"couple": 2431,
"fellow": 2432,
"scient": 2433,
"##ilities": 2434,
"detail": 2435,
"dav": 2436,
"##abled": 2437,
"##aut": 2438,
"save": 2439,
"east": 2440,
"hop": 2441,
"regarding": 2442,
"du": 2443,
"##sib": 2444,
"foot": 2445,
"mal": 2446,
"##cer": 2447,
"hands": 2448,
"guarantee": 2449,
"enlargement": 2450,
"stru": 2451,
"method": 2452,
"stage": 2453,
"inside": 2454,
"agenda": 2455,
"throughout": 2456,
"escap": 2457,
"##inks": 2458,
"jour": 2459,
"anal": 2460,
"anything": 2461,
"hit": 2462,
"declar": 2463,
"parties": 2464,
"##line": 2465,
"##ruction": 2466,
"max": 2467,
"sens": 2468,
"dream": 2469,
"exch": 2470,
"##lt": 2471,
"indic": 2472,
"pain": 2473,
"provided": 2474,
"oblig": 2475,
"pla": 2476,
"raj": 2477,
"##bs": 2478,
"middle": 2479,
"marriage": 2480,
"conclud": 2481,
"shown": 2482,
"dom": 2483,
"works": 2484,
"desc": 2485,
"mra": 2486,
"reme": 2487,
"cro": 2488,
"##iation": 2489,
"pen": 2490,
"refu": 2491,
"coll": 2492,
"##mit": 2493,
"lar": 2494,
"vo": 2495,
"##cked": 2496,
"chance": 2497,
"record": 2498,
"##rief": 2499,
"##let": 2500,
"agrees": 2501,
"excell": 2502,
"##aw": 2503,
"##lin": 2504,
"##antly": 2505,
"##chan": 2506,
"hy": 2507,
"consumers": 2508,
"summit": 2509,
"lang": 2510,
"funding": 2511,
"killing": 2512,
"grant": 2513,
"##sid": 2514,
"unable": 2515,
"maintain": 2516,
"van": 2517,
"##ief": 2518,
"purp": 2519,
"##ows": 2520,
"##lied": 2521,
"earlier": 2522,
"book": 2523,
"walk": 2524,
"##rupt": 2525,
"##encies": 2526,
"bul": 2527,
"hol": 2528,
"rap": 2529,
"##body": 2530,
"test": 2531,
"##gic": 2532,
"challeng": 2533,
"cra": 2534,
"##ained": 2535,
"governments": 2536,
"labour": 2537,
"##ike": 2538,
"north": 2539,
"##ilar": 2540,
"stress": 2541,
"stability": 2542,
"cust": 2543,
"catch": 2544,
"illeg": 2545,
"mass": 2546,
"##ese": 2547,
"mission": 2548,
"##ival": 2549,
"##bo": 2550,
"surpr": 2551,
"secondly": 2552,
"ten": 2553,
"12": 2554,
"principles": 2555,
"offers": 2556,
"nature": 2557,
"##ilt": 2558,
"kar": 2559,
"##rect": 2560,
"##isf": 2561,
"##light": 2562,
"recently": 2563,
"answer": 2564,
"date": 2565,
"deliver": 2566,
"base": 2567,
"york": 2568,
"vir": 2569,
"recommend": 2570,
"jim": 2571,
"facil": 2572,
"follows": 2573,
"exam": 2574,
"commitment": 2575,
"population": 2576,
"##ming": 2577,
"wrong": 2578,
"personal": 2579,
"investment": 2580,
"violence": 2581,
"firstly": 2582,
"oppos": 2583,
"immediately": 2584,
"cod": 2585,
"criminal": 2586,
"exec": 2587,
"offer": 2588,
"remains": 2589,
"liberal": 2590,
"wall": 2591,
"##ization": 2592,
"china": 2593,
"except": 2594,
"##rate": 2595,
"response": 2596,
"projects": 2597,
"norm": 2598,
"board": 2599,
"learns": 2600,
"jan": 2601,
"happy": 2602,
"join": 2603,
"thought": 2604,
"army": 2605,
"assistance": 2606,
"destroy": 2607,
"sudden": 2608,
"sense": 2609,
"##duct": 2610,
"ver": 2611,
"ange": 2612,
"solidarity": 2613,
"separ": 2614,
"recon": 2615,
"sil": 2616,
"##ograph": 2617,
"benefit": 2618,
"experience": 2619,
"decided": 2620,
"practice": 2621,
"document": 2622,
"##yl": 2623,
"##uff": 2624,
"paul": 2625,
"##unt": 2626,
"susp": 2627,
"mechan": 2628,
"aut": 2629,
"request": 2630,
"2000": 2631,
"##acy": 2632,
"##eria": 2633,
"##rimin": 2634,
"draft": 2635,
"ale": 2636,
"apartment": 2637,
"nations": 2638,
"##val": 2639,
"official": 2640,
"##apan": 2641,
"shoot": 2642,
"##iversity": 2643,
"##hern": 2644,
"early": 2645,
"late": 2646,
"stra": 2647,
"regards": 2648,
"cast": 2649,
"excellent": 2650,
"##ously": 2651,
"contr": 2652,
"previous": 2653,
"agency": 2654,
"18": 2655,
"cand": 2656,
"##ania": 2657,
"note": 2658,
"fra": 2659,
"##ctions": 2660,
"wit": 2661,
"earth": 2662,
"##art": 2663,
"compromise": 2664,
"promote": 2665,
"##ively": 2666,
"tim": 2667,
"heard": 2668,
"uk": 2669,
"capital": 2670,
"ri": 2671,
"thanks": 2672,
"bear": 2673,
"##iet": 2674,
"japan": 2675,
"avoid": 2676,
"agreed": 2677,
"similar": 2678,
"priority": 2679,
"bed": 2680,
"god": 2681,
"##ternal": 2682,
"achieved": 2683,
"##rael": 2684,
"ult": 2685,
"powers": 2686,
"successful": 2687,
"urg": 2688,
"argu": 2689,
"game": 2690,
"pret": 2691,
"manages": 2692,
"gree": 2693,
"israel": 2694,
"##more": 2695,
"##isters": 2696,
"##ote": 2697,
"communication": 2698,
"ec": 2699,
"arrive": 2700,
"cause": 2701,
"wanted": 2702,
"technical": 2703,
"cohes": 2704,
"brief": 2705,
"fishing": 2706,
"throw": 2707,
"paper": 2708,
"##uly": 2709,
"proceed": 2710,
"joe": 2711,
"agriculture": 2712,
"contact": 2713,
"happened": 2714,
"leads": 2715,
"langu": 2716,
"host": 2717,
"legislative": 2718,
"absol": 2719,
"##vant": 2720,
"sell": 2721,
"bomb": 2722,
"rock": 2723,
"pros": 2724,
"station": 2725,
"##ades": 2726,
"##urs": 2727,
"battle": 2728,
"##app": 2729,
"pover": 2730,
"cle": 2731,
"sustainable": 2732,
"poverty": 2733,
"##uing": 2734,
"##itar": 2735,
"##ished": 2736,
"history": 2737,
"value": 2738,
"item": 2739,
"ll": 2740,
"rat": 2741,
"jul": 2742,
"recover": 2743,
"colleagues": 2744,
"markets": 2745,
"aust": 2746,
"remind": 2747,
"age": 2748,
"influ": 2749,
"structural": 2750,
"truth": 2751,
"prob": 2752,
"##ender": 2753,
"completely": 2754,
"speech": 2755,
"continues": 2756,
"terrorism": 2757,
"france": 2758,
"congratulate": 2759,
"##ob": 2760,
"oh": 2761,
"aspects": 2762,
"##por": 2763,
"character": 2764,
"enj": 2765,
"absolute": 2766,
"##ze": 2767,
"required": 2768,
"wed": 2769,
"beaut": 2770,
"##rated": 2771,
"##sy": 2772,
"traff": 2773,
"blood": 2774,
"##imum": 2775,
"dece": 2776,
"11": 2777,
"cred": 2778,
"came": 2779,
"restric": 2780,
"##leep": 2781,
"david": 2782,
"mart": 2783,
"reading": 2784,
"cohesion": 2785,
"external": 2786,
"##he": 2787,
"century": 2788,
"dies": 2789,
"##of": 2790,
"values": 2791,
"huge": 2792,
"##my": 2793,
"weap": 2794,
"contract": 2795,
"##ift": 2796,
"cultural": 2797,
"encoun": 2798,
"dog": 2799,
"innov": 2800,
"knows": 2801,
"mut": 2802,
"consult": 2803,
"demands": 2804,
"wealth": 2805,
"##hold": 2806,
"trou": 2807,
"30": 2808,
"##ctors": 2809,
"collect": 2810,
"nar": 2811,
"##ones": 2812,
"existing": 2813,
"##oph": 2814,
"effort": 2815,
"believes": 2816,
"##arily": 2817,
"famil": 2818,
"link": 2819,
"remember": 2820,
"ways": 2821,
"defin": 2822,
"##head": 2823,
"budgetary": 2824,
"hom": 2825,
"pie": 2826,
"##iers": 2827,
"equal": 2828,
"sound": 2829,
"officer": 2830,
"baby": 2831,
"subsid": 2832,
"inj": 2833,
"tre": 2834,
"rail": 2835,
"transparency": 2836,
"##irm": 2837,
"adopt": 2838,
"sun": 2839,
"thinking": 2840,
"##cent": 2841,
"##ena": 2842,
"model": 2843,
"uses": 2844,
"##ugh": 2845,
"witness": 2846,
"accomp": 2847,
"modern": 2848,
"regulations": 2849,
"integration": 2850,
"wood": 2851,
"street": 2852,
"leading": 2853,
"organis": 2854,
"task": 2855,
"announ": 2856,
"hotel": 2857,
"lou": 2858,
"staff": 2859,
"writ": 2860,
"relation": 2861,
"##mploy": 2862,
"requirements": 2863,
"reality": 2864,
"victims": 2865,
"spirit": 2866,
"discrimin": 2867,
"appar": 2868,
"statement": 2869,
"##ories": 2870,
"culture": 2871,
"gar": 2872,
"##ael": 2873,
"ben": 2874,
"cam": 2875,
"increased": 2876,
"series": 2877,
"rural": 2878,
"carried": 2879,
"basic": 2880,
"strugg": 2881,
"fort": 2882,
"##imately": 2883,
"doctor": 2884,
"fisheries": 2885,
"unemploy": 2886,
"accession": 2887,
"##ken": 2888,
"girlfriend": 2889,
"girls": 2890,
"emission": 2891,
"##entions": 2892,
"##yle": 2893,
"contribution": 2894,
"sad": 2895,
"illegal": 2896,
"satisf": 2897,
"balance": 2898,
"knowledge": 2899,
"bir": 2900,
"respond": 2901,
"consequences": 2902,
"bil": 2903,
"amount": 2904,
"procedures": 2905,
"elections": 2906,
"partnership": 2907,
"raised": 2908,
"technology": 2909,
"beginning": 2910,
"##itional": 2911,
"fly": 2912,
"resc": 2913,
"##aught": 2914,
"potential": 2915,
"attacks": 2916,
"seeing": 2917,
"pleased": 2918,
"rene": 2919,
"##antic": 2920,
"fre": 2921,
"creation": 2922,
"ter": 2923,
"stock": 2924,
"pressure": 2925,
"price": 2926,
"doubt": 2927,
"gas": 2928,
"exchange": 2929,
"gold": 2930,
"##oses": 2931,
"chair": 2932,
"plot": 2933,
"republic": 2934,
"challenges": 2935,
"##oon": 2936,
"ang": 2937,
"claim": 2938,
"suggest": 2939,
"##hol": 2940,
"jerry": 2941,
"ali": 2942,
"farmers": 2943,
"leaders": 2944,
"conflict": 2945,
"focus": 2946,
"ira": 2947,
"##appear": 2948,
"tro": 2949,
"criteria": 2950,
"analys": 2951,
"presented": 2952,
"revealed": 2953,
"##sc": 2954,
"conduct": 2955,
"attract": 2956,
"##where": 2957,
"eth": 2958,
"reflect": 2959,
"message": 2960,
"provisions": 2961,
"monet": 2962,
"correct": 2963,
"##read": 2964,
"precise": 2965,
"college": 2966,
"heav": 2967,
"fu": 2968,
"band": 2969,
"oil": 2970,
"guid": 2971,
"involve": 2972,
"flex": 2973,
"##vision": 2974,
"##yn": 2975,
"##uted": 2976,
"reduce": 2977,
"##ored": 2978,
"mary": 2979,
"west": 2980,
"phil": 2981,
"##rial": 2982,
"##ama": 2983,
"mater": 2984,
"application": 2985,
"probably": 2986,
"##ibility": 2987,
"prepared": 2988,
"total": 2989,
"refuge": 2990,
"evidence": 2991,
"custom": 2992,
"dise": 2993,
"profession": 2994,
"##lace": 2995,
"park": 2996,
"aband": 2997,
"treatment": 2998,
"din": 2999,
"##urch": 3000,
"harmon": 3001,
"suddenly": 3002,
"charl": 3003,
"music": 3004,
"##aining": 3005,
"received": 3006,
"##anced": 3007,
"highlight": 3008,
"went": 3009,
"sets": 3010,
"letter": 3011,
"weak": 3012,
"##ume": 3013,
"anti": 3014,
"critic": 3015,
"movement": 3016,
"playing": 3017,
"america": 3018,
"pub": 3019,
"saving": 3020,
"ourselves": 3021,
"ine": 3022,
"telling": 3023,
"sto": 3024,
"effects": 3025,
"mand": 3026,
"sar": 3027,
"monetary": 3028,
"pati": 3029,
"drug": 3030,
"tun": 3031,
"##icide": 3032,
"birth": 3033,
"##izes": 3034,
"opportunities": 3035,
"bit": 3036,
"instrument": 3037,
"##har": 3038,
"becoming": 3039,
"worth": 3040,
"##ball": 3041,
"natural": 3042,
"leader": 3043,
"instruments": 3044,
"alex": 3045,
"bod": 3046,
"##reh": 3047,
"africa": 3048,
"##oin": 3049,
"study": 3050,
"tit": 3051,
"federal": 3052,
"##rew": 3053,
"speed": 3054,
"firm": 3055,
"acqu": 3056,
"circum": 3057,
"exact": 3058,
"monitoring": 3059,
"trust": 3060,
"orders": 3061,
"##ager": 3062,
"bob": 3063,
"crucial": 3064,
"crew": 3065,
"mount": 3066,
"considered": 3067,
"church": 3068,
"michael": 3069,
"25": 3070,
"##ew": 3071,
"relig": 3072,
"author": 3073,
"established": 3074,
"regret": 3075,
"industrial": 3076,
"##icks": 3077,
"included": 3078,
"levels": 3079,
"##orrow": 3080,
"developed": 3081,
"voting": 3082,
"thous": 3083,
"##era": 3084,
"thousand": 3085,
"arch": 3086,
"mach": 3087,
"obtain": 3088,
"relating": 3089,
"pan": 3090,
"##vert": 3091,
"reached": 3092,
"##ett": 3093,
"wee": 3094,
"##iction": 3095,
"billion": 3096,
"suspect": 3097,
"media": 3098,
"##ason": 3099,
"breaks": 3100,
"created": 3101,
"died": 3102,
"allowed": 3103,
"##itation": 3104,
"consist": 3105,
"undert": 3106,
"##erve": 3107,
"direction": 3108,
"##istan": 3109,
"depart": 3110,
"##use": 3111,
"##itude": 3112,
"impress": 3113,
"steps": 3114,
"running": 3115,
"committed": 3116,
"explains": 3117,
"package": 3118,
"##ini": 3119,
"tabled": 3120,
"##room": 3121,
"gone": 3122,
"suc": 3123,
"mem": 3124,
"looks": 3125,
"setting": 3126,
"ign": 3127,
"causing": 3128,
"initiatives": 3129,
"##uine": 3130,
"brings": 3131,
"##theless": 3132,
"nevertheless": 3133,
"encourage": 3134,
"succeed": 3135,
"rid": 3136,
"burn": 3137,
"genuine": 3138,
"altern": 3139,
"iraq": 3140,
"##ological": 3141,
"candid": 3142,
"nick": 3143,
"##itarian": 3144,
"eval": 3145,
"someone": 3146,
"additional": 3147,
"rate": 3148,
"suffici": 3149,
"##sels": 3150,
"namely": 3151,
"causes": 3152,
"pick": 3153,
"uns": 3154,
"george": 3155,
"##iful": 3156,
"ep": 3157,
"authority": 3158,
"voice": 3159,
"organisations": 3160,
"##ourable": 3161,
"##wise": 3162,
"administr": 3163,
"13": 3164,
"bey": 3165,
"occas": 3166,
"disappear": 3167,
"captain": 3168,
"##aign": 3169,
"constitution": 3170,
"prim": 3171,
"anyone": 3172,
"palest": 3173,
"##ills": 3174,
"priorities": 3175,
"parliamentary": 3176,
"campaign": 3177,
"convinced": 3178,
"##ounts": 3179,
"schem": 3180,
"floor": 3181,
"##leb": 3182,
"grad": 3183,
"happen": 3184,
"type": 3185,
"##ki": 3186,
"space": 3187,
"##dy": 3188,
"eld": 3189,
"original": 3190,
"ball": 3191,
"weeks": 3192,
"dim": 3193,
"squ": 3194,
"receive": 3195,
"ii": 3196,
"saw": 3197,
"provides": 3198,
"phot": 3199,
"opening": 3200,
"slow": 3201,
"bord": 3202,
"finding": 3203,
"##inc": 3204,
"waste": 3205,
"renew": 3206,
"send": 3207,
"ram": 3208,
"table": 3209,
"mob": 3210,
"conclusion": 3211,
"operation": 3212,
"calling": 3213,
"asking": 3214,
"sco": 3215,
"drive": 3216,
"creating": 3217,
"##ij": 3218,
"suicide": 3219,
"##fect": 3220,
"compar": 3221,
"furthermore": 3222,
"command": 3223,
"wonder": 3224,
"##zz": 3225,
"commer": 3226,
"##cious": 3227,
"mig": 3228,
"##ba": 3229,
"beyond": 3230,
"wound": 3231,
"##sibilities": 3232,
"purpose": 3233,
"launch": 3234,
"veh": 3235,
"##ita": 3236,
"tomorrow": 3237,
"describ": 3238,
"circumst": 3239,
"wide": 3240,
"submit": 3241,
"pun": 3242,
"vital": 3243,
"gh": 3244,
"sleep": 3245,
"counter": 3246,
"##dom": 3247,
"detect": 3248,
"paid": 3249,
"waiting": 3250,
"reb": 3251,
"sort": 3252,
"14": 3253,
"ire": 3254,
"march": 3255,
"heads": 3256,
"hours": 3257,
"poll": 3258,
"june": 3259,
"impos": 3260,
"revol": 3261,
"russi": 3262,
"ber": 3263,
"wes": 3264,
"##xic": 3265,
"pict": 3266,
"drugs": 3267,
"span": 3268,
"confidence": 3269,
"escapes": 3270,
"17": 3271,
"advant": 3272,
"enterpr": 3273,
"##ino": 3274,
"club": 3275,
"capac": 3276,
"sand": 3277,
"goods": 3278,
"sometimes": 3279,
"hall": 3280,
"motion": 3281,
"duty": 3282,
"##ially": 3283,
"phone": 3284,
"expressed": 3285,
"immigration": 3286,
"##set": 3287,
"##tions": 3288,
"related": 3289,
"##wor": 3290,
"ready": 3291,
"supported": 3292,
"extent": 3293,
"drink": 3294,
"annual": 3295,
"passeng": 3296,
"claims": 3297,
"benefits": 3298,
"##force": 3299,
"shoots": 3300,
"function": 3301,
"sends": 3302,
"##ns": 3303,
"ireland": 3304,
"germany": 3305,
"##iment": 3306,
"combat": 3307,
"##ka": 3308,
"challenge": 3309,
"##uct": 3310,
"medium": 3311,
"mir": 3312,
"##erate": 3313,
"##ops": 3314,
"profess": 3315,
"emissions": 3316,
"animals": 3317,
"absolutely": 3318,
"incident": 3319,
"clar": 3320,
"##pective": 3321,
"defence": 3322,
"implemented": 3323,
"bodies": 3324,
"borders": 3325,
"##kes": 3326,
"parag": 3327,
"competit": 3328,
"swed": 3329,
"possibility": 3330,
"song": 3331,
"celeb": 3332,
"reduction": 3333,
"forms": 3334,
"opens": 3335,
"partner": 3336,
"##ature": 3337,
"lif": 3338,
"abandon": 3339,
"independent": 3340,
"discrimination": 3341,
"##20": 3342,
"prices": 3343,
"wishes": 3344,
"##oke": 3345,
"guard": 3346,
"die": 3347,
"forget": 3348,
"##ateral": 3349,
"jew": 3350,
"animal": 3351,
"mere": 3352,
"round": 3353,
"beautiful": 3354,
"wid": 3355,
"##gest": 3356,
"caught": 3357,
"peter": 3358,
"##aur": 3359,
"increasingly": 3360,
"16": 3361,
"pil": 3362,
"fighting": 3363,
"students": 3364,
"obviously": 3365,
"##sec": 3366,
"willing": 3367,
"arrested": 3368,
"perm": 3369,
"material": 3370,
"manu": 3371,
"supply": 3372,
"circumstances": 3373,
"ensuring": 3374,
"##uch": 3375,
"##anny": 3376,
"ran": 3377,
"##aking": 3378,
"loss": 3379,
"assessment": 3380,
"caused": 3381,
"portug": 3382,
"performance": 3383,
"sitting": 3384,
"hig": 3385,
"comments": 3386,
"wedding": 3387,
"ash": 3388,
"boys": 3389,
"evening": 3390,
"knock": 3391,
"##just": 3392,
"planning": 3393,
"tack": 3394,
"radio": 3395,
"connection": 3396,
"##rif": 3397,
"fran": 3398,
"##action": 3399,
"amp": 3400,
"##ylum": 3401,
"##aging": 3402,
"dark": 3403,
"asylum": 3404,
"paragraph": 3405,
"exer": 3406,
"growing": 3407,
"qual": 3408,
"2001": 3409,
"complex": 3410,
"moreover": 3411,
"fem": 3412,
"##ground": 3413,
"representatives": 3414,
"pull": 3415,
"##back": 3416,
"medit": 3417,
"businesses": 3418,
"dangerous": 3419,
"december": 3420,
"wait": 3421,
"accepted": 3422,
"fif": 3423,
"compl": 3424,
"speaking": 3425,
"##anean": 3426,
"histor": 3427,
"psy": 3428,
"eyes": 3429,
"##ores": 3430,
"perfect": 3431,
"directly": 3432,
"status": 3433,
"##cip": 3434,
"boss": 3435,
"sen": 3436,
"soldiers": 3437,
"content": 3438,
"seriously": 3439,
"intended": 3440,
"psych": 3441,
"bi": 3442,
"enable": 3443,
"views": 3444,
"discussed": 3445,
"##inated": 3446,
"sectors": 3447,
"##unk": 3448,
"buy": 3449,
"stab": 3450,
"unemployment": 3451,
"##stit": 3452,
"practical": 3453,
"ministers": 3454,
"50": 3455,
"alb": 3456,
"defe": 3457,
"##mer": 3458,
"##enced": 3459,
"##erty": 3460,
"gave": 3461,
"via": 3462,
"##oint": 3463,
"plant": 3464,
"##erranean": 3465,
"##ca": 3466,
"depend": 3467,
"##ource": 3468,
"reforms": 3469,
"effectively": 3470,
"sexual": 3471,
"affected": 3472,
"deleg": 3473,
"rescue": 3474,
"##ica": 3475,
"spend": 3476,
"choice": 3477,
"scientific": 3478,
"box": 3479,
"myster": 3480,
"mediterranean": 3481,
"killer": 3482,
"providing": 3483,
"minutes": 3484,
"##icles": 3485,
"ultimately": 3486,
"dealing": 3487,
"applied": 3488,
"roy": 3489,
"##nal": 3490,
"active": 3491,
"highly": 3492,
"enjoy": 3493,
"guidel": 3494,
"eight": 3495,
"transfer": 3496,
"identity": 3497,
"condem": 3498,
"##ray": 3499,
"analysis": 3500,
"arms": 3501,
"##coming": 3502,
"kids": 3503,
"discussions": 3504,
"##ung": 3505,
"meant": 3506,
"comment": 3507,
"steal": 3508,
"hen": 3509,
"institutional": 3510,
"dress": 3511,
"extra": 3512,
"ones": 3513,
"agencies": 3514,
"##ought": 3515,
"doll": 3516,
"substant": 3517,
"kiss": 3518,
"beat": 3519,
"figure": 3520,
"bure": 3521,
"lond": 3522,
"owner": 3523,
"capacity": 3524,
"##rown": 3525,
"confirm": 3526,
"missing": 3527,
"plays": 3528,
"relevant": 3529,
"medic": 3530,
"london": 3531,
"higher": 3532,
"##house": 3533,
"raise": 3534,
"colleague": 3535,
"river": 3536,
"prime": 3537,
"overall": 3538,
"coordination": 3539,
"penal": 3540,
"bureau": 3541,
"cas": 3542,
"spanish": 3543,
"adoption": 3544,
"forest": 3545,
"##rian": 3546,
"feels": 3547,
"hund": 3548,
"##umb": 3549,
"manner": 3550,
"visits": 3551,
"truck": 3552,
"started": 3553,
"##illed": 3554,
"eastern": 3555,
"reference": 3556,
"western": 3557,
"##fe": 3558,
"difficulties": 3559,
"path": 3560,
"efficiency": 3561,
"##uary": 3562,
"followed": 3563,
"fulf": 3564,
"thinks": 3565,
"##pper": 3566,
"persu": 3567,
"hur": 3568,
"clim": 3569,
"director": 3570,
"russian": 3571,
"student": 3572,
"##ky": 3573,
"rein": 3574,
"##urance": 3575,
"organisation": 3576,
"influence": 3577,
"families": 3578,
"concent": 3579,
"charlie": 3580,
"boyfriend": 3581,
"2007": 3582,
"agent": 3583,
"##oo": 3584,
"##ura": 3585,
"1999": 3586,
"tried": 3587,
"slo": 3588,
"played": 3589,
"fel": 3590,
"##ax": 3591,
"##itable": 3592,
"crash": 3593,
"##ortion": 3594,
"strategic": 3595,
"pregn": 3596,
"approved": 3597,
"guidelines": 3598,
"harry": 3599,
"revenge": 3600,
"interp": 3601,
"hundred": 3602,
"happens": 3603,
"driving": 3604,
"##yer": 3605,
"inspect": 3606,
"turned": 3607,
"reun": 3608,
"boat": 3609,
"accidentally": 3610,
"race": 3611,
"internet": 3612,
"trip": 3613,
"occup": 3614,
"strengthen": 3615,
"##ald": 3616,
"behav": 3617,
"belong": 3618,
"exactly": 3619,
"##ja": 3620,
"weapons": 3621,
"cab": 3622,
"construct": 3623,
"lies": 3624,
"supposed": 3625,
"democrats": 3626,
"clean": 3627,
"competitiveness": 3628,
"measure": 3629,
"rapid": 3630,
"##enny": 3631,
"onto": 3632,
"provision": 3633,
"language": 3634,
"chief": 3635,
"realize": 3636,
"rise": 3637,
"irish": 3638,
"trib": 3639,
"occur": 3640,
"vers": 3641,
"palestin": 3642,
"closer": 3643,
"arrange": 3644,
"easy": 3645,
"##bed": 3646,
"dar": 3647,
"##oud": 3648,
"##quate": 3649,
"specifically": 3650,
"failed": 3651,
"administrative": 3652,
"##cking": 3653,
"##cers": 3654,
"##itious": 3655,
"disapp": 3656,
"##iam": 3657,
"uncle": 3658,
"##ror": 3659,
"##ept": 3660,
"older": 3661,
"kos": 3662,
"coast": 3663,
"india": 3664,
"##rast": 3665,
"##now": 3666,
"requires": 3667,
"puts": 3668,
"italian": 3669,
"corrupt": 3670,
"christian": 3671,
"ray": 3672,
"##arm": 3673,
"considerable": 3674,
"forg": 3675,
"popular": 3676,
"audit": 3677,
"putting": 3678,
"ment": 3679,
"cell": 3680,
"que": 3681,
"appe": 3682,
"changed": 3683,
"alco": 3684,
"parts": 3685,
"phys": 3686,
"pension": 3687,
"chines": 3688,
"solutions": 3689,
"##cco": 3690,
"percent": 3691,
"beach": 3692,
"italy": 3693,
"chinese": 3694,
"##0s": 3695,
"##esh": 3696,
"laws": 3697,
"explo": 3698,
"simple": 3699,
"scope": 3700,
"unac": 3701,
"regular": 3702,
"##rup": 3703,
"##iance": 3704,
"##iling": 3705,
"regime": 3706,
"alcohol": 3707,
"##edu": 3708,
"kingdom": 3709,
"der": 3710,
"alive": 3711,
"commercial": 3712,
"##lusion": 3713,
"unaccept": 3714,
"##reci": 3715,
"helps": 3716,
"##ham": 3717,
"##aries": 3718,
"humanitarian": 3719,
"attacked": 3720,
"master": 3721,
"##aken": 3722,
"condition": 3723,
"introduced": 3724,
"standard": 3725,
"activity": 3726,
"hide": 3727,
"nearby": 3728,
"jump": 3729,
"##reg": 3730,
"yester": 3731,
"talks": 3732,
"##vin": 3733,
"##rastruct": 3734,
"infrastruct": 3735,
"limit": 3736,
"limited": 3737,
"precisely": 3738,
"##iture": 3739,
"compreh": 3740,
"aimed": 3741,
"otherwise": 3742,
"##olf": 3743,
"determined": 3744,
"damage": 3745,
"lose": 3746,
"accompan": 3747,
"##ris": 3748,
"##bit": 3749,
"2006": 3750,
"198": 3751,
"improving": 3752,
"##inary": 3753,
"worked": 3754,
"##ril": 3755,
"adap": 3756,
"produce": 3757,
"moving": 3758,
"includes": 3759,
"yesterday": 3760,
"lie": 3761,
"##bur": 3762,
"imag": 3763,
"pred": 3764,
"closely": 3765,
"fraud": 3766,
"jon": 3767,
"built": 3768,
"suspic": 3769,
"income": 3770,
"alloc": 3771,
"network": 3772,
"##ada": 3773,
"stated": 3774,
"neighbor": 3775,
"dimension": 3776,
"wil": 3777,
"scar": 3778,
"evil": 3779,
"match": 3780,
"##enty": 3781,
"typ": 3782,
"ahead": 3783,
"quot": 3784,
"comput": 3785,
"ade": 3786,
"jail": 3787,
"##ology": 3788,
"failure": 3789,
"contribute": 3790,
"##pir": 3791,
"bugs": 3792,
"##ls": 3793,
"##ta": 3794,
"##ilst": 3795,
"unacceptable": 3796,
"gi": 3797,
"2002": 3798,
"conclusions": 3799,
"brid": 3800,
"myself": 3801,
"deg": 3802,
"##ifying": 3803,
"store": 3804,
"television": 3805,
"##fact": 3806,
"drawn": 3807,
"promoting": 3808,
"##anda": 3809,
"##rates": 3810,
"tex": 3811,
"prove": 3812,
"appreci": 3813,
"defend": 3814,
"engage": 3815,
"initially": 3816,
"cham": 3817,
"oct": 3818,
"##gin": 3819,
"presence": 3820,
"implementing": 3821,
"propose": 3822,
"elder": 3823,
"##hib": 3824,
"anne": 3825,
"safegu": 3826,
"window": 3827,
"whilst": 3828,
"knowing": 3829,
"starting": 3830,
"consideration": 3831,
"interested": 3832,
"innovation": 3833,
"surround": 3834,
"dance": 3835,
"mel": 3836,
"##ourg": 3837,
"incor": 3838,
"participation": 3839,
"professional": 3840,
"ability": 3841,
"##ocol": 3842,
"100": 3843,
"card": 3844,
"sac": 3845,
"explain": 3846,
"english": 3847,
"written": 3848,
"enterprises": 3849,
"james": 3850,
"##verse": 3851,
"obser": 3852,
"hang": 3853,
"seven": 3854,
"enters": 3855,
"distrib": 3856,
"manufact": 3857,
"##rants": 3858,
"summer": 3859,
"emerg": 3860,
"ack": 3861,
"strange": 3862,
"brus": 3863,
"subsequ": 3864,
"##ught": 3865,
"dism": 3866,
"referred": 3867,
"trouble": 3868,
"financing": 3869,
"minimum": 3870,
"reluct": 3871,
"eye": 3872,
"efficient": 3873,
"ham": 3874,
"nice": 3875,
"##de": 3876,
"honourable": 3877,
"kosov": 3878,
"##works": 3879,
"neither": 3880,
"supporting": 3881,
"encounter": 3882,
"fat": 3883,
"concept": 3884,
"##vi": 3885,
"##icking": 3886,
"admit": 3887,
"legit": 3888,
"places": 3889,
"pra": 3890,
"##af": 3891,
"younger": 3892,
"##hi": 3893,
"interesting": 3894,
"facing": 3895,
"informed": 3896,
"representative": 3897,
"nearly": 3898,
"simpl": 3899,
"january": 3900,
"##idden": 3901,
"journal": 3902,
"publish": 3903,
"##nes": 3904,
"arrest": 3905,
"remaining": 3906,
"bringing": 3907,
"walks": 3908,
"##mas": 3909,
"robert": 3910,
"murdered": 3911,
"accordance": 3912,
"equality": 3913,
"credit": 3914,
"rightly": 3915,
"prefer": 3916,
"seeking": 3917,
"produced": 3918,
"medical": 3919,
"##ula": 3920,
"##dam": 3921,
"##ience": 3922,
"shop": 3923,
"scale": 3924,
"2004": 3925,
"elimin": 3926,
"critical": 3927,
"ambitious": 3928,
"##erous": 3929,
"wealthy": 3930,
"##ari": 3931,
"contains": 3932,
"##dra": 3933,
"competitive": 3934,
"risks": 3935,
"enorm": 3936,
"touch": 3937,
"methods": 3938,
"professor": 3939,
"transform": 3940,
"introduction": 3941,
"##gue": 3942,
"teen": 3943,
"practices": 3944,
"chamber": 3945,
"wto": 3946,
"became": 3947,
"strict": 3948,
"newsp": 3949,
"fortun": 3950,
"##va": 3951,
"spent": 3952,
"perspective": 3953,
"cli": 3954,
"##nel": 3955,
"spain": 3956,
"advantage": 3957,
"japanese": 3958,
"holding": 3959,
"lay": 3960,
"expend": 3961,
"remo": 3962,
"##isms": 3963,
"luck": 3964,
"discussing": 3965,
"documents": 3966,
"flee": 3967,
"ghost": 3968,
"##estic": 3969,
"useful": 3970,
"accepts": 3971,
"react": 3972,
"managed": 3973,
"scen": 3974,
"airport": 3975,
"acknow": 3976,
"paris": 3977,
"prem": 3978,
"2003": 3979,
"2010": 3980,
"covered": 3981,
"lines": 3982,
"moves": 3983,
"neighbour": 3984,
"cry": 3985,
"brothers": 3986,
"mysterious": 3987,
"added": 3988,
"female": 3989,
"mike": 3990,
"allows": 3991,
"delay": 3992,
"restaur": 3993,
"horse": 3994,
"normal": 3995,
"thousands": 3996,
"kr": 3997,
"tool": 3998,
"acts": 3999,
"repeated": 4000,
"conclude": 4001,
"crow": 4002,
"##die": 4003,
"helping": 4004,
"kidna": 4005,
"receives": 4006,
"differences": 4007,
"alternative": 4008,
"mic": 4009,
"##jay": 4010,
"constitutional": 4011,
"famous": 4012,
"driver": 4013,
"pact": 4014,
"loves": 4015,
"mc": 4016,
"##mar": 4017,
"opposition": 4018,
"property": 4019,
"involving": 4020,
"attend": 4021,
"21": 4022,
"hearing": 4023,
"intention": 4024,
"nort": 4025,
"career": 4026,
"commitments": 4027,
"spending": 4028,
"sufficient": 4029,
"desire": 4030,
"insist": 4031,
"engine": 4032,
"suffering": 4033,
"entirely": 4034,
"storm": 4035,
"cloth": 4036,
"poss": 4037,
"colon": 4038,
"captured": 4039,
"sized": 4040,
"fred": 4041,
"settle": 4042,
"teacher": 4043,
"sight": 4044,
"##ancy": 4045,
"released": 4046,
"##etic": 4047,
"brussels": 4048,
"pill": 4049,
"kosovo": 4050,
"understanding": 4051,
"ideas": 4052,
"##ria": 4053,
"confess": 4054,
"flash": 4055,
"judge": 4056,
"confronts": 4057,
"##ulated": 4058,
"responsibilities": 4059,
"release": 4060,
"##ional": 4061,
"mexic": 4062,
"construction": 4063,
"flight": 4064,
"african": 4065,
"title": 4066,
"properly": 4067,
"candidate": 4068,
"withdra": 4069,
"hero": 4070,
"desper": 4071,
"tourism": 4072,
"##zy": 4073,
"sep": 4074,
"chase": 4075,
"2009": 4076,
"informs": 4077,
"##iro": 4078,
"whate": 4079,
"##urally": 4080,
"feed": 4081,
"assass": 4082,
"reducing": 4083,
"intervention": 4084,
"##ingly": 4085,
"##wood": 4086,
"youth": 4087,
"2005": 4088,
"administration": 4089,
"greece": 4090,
"2008": 4091,
"iran": 4092,
"comprehensive": 4093,
"innoc": 4094,
"actual": 4095,
"##ourage": 4096,
"##umption": 4097,
"##iel": 4098,
"##ented": 4099,
"figures": 4100,
"mac": 4101,
"whatever": 4102,
"ara": 4103,
"allowing": 4104,
"investigation": 4105,
"ukra": 4106,
"represents": 4107,
"suggests": 4108,
"lady": 4109,
"##uations": 4110,
"##rog": 4111,
"faced": 4112,
"improved": 4113,
"urgent": 4114,
"dinner": 4115,
"complic": 4116,
"traditional": 4117,
"apparently": 4118,
"credi": 4119,
"promises": 4120,
"ren": 4121,
"##ears": 4122,
"elements": 4123,
"finance": 4124,
"worse": 4125,
"establishing": 4126,
"finish": 4127,
"balanced": 4128,
"reduced": 4129,
"placed": 4130,
"##rap": 4131,
"turk": 4132,
"range": 4133,
"##tt": 4134,
"shortly": 4135,
"piece": 4136,
"##izing": 4137,
"attitude": 4138,
"merely": 4139,
"goal": 4140,
"developments": 4141,
"40": 4142,
"##itz": 4143,
"separate": 4144,
"sources": 4145,
"debt": 4146,
"april": 4147,
"convince": 4148,
"tor": 4149,
"robb": 4150,
"execut": 4151,
"roll": 4152,
"##mmy": 4153,
"feelings": 4154,
"##rid": 4155,
"obst": 4156,
"##airs": 4157,
"pregnant": 4158,
"resist": 4159,
"negative": 4160,
"enem": 4161,
"europeans": 4162,
"##ole": 4163,
"aims": 4164,
"num": 4165,
"##uals": 4166,
"initial": 4167,
"lower": 4168,
"producers": 4169,
"welcom": 4170,
"achieving": 4171,
"learning": 4172,
"terrorist": 4173,
"compens": 4174,
"session": 4175,
"dig": 4176,
"##hab": 4177,
"##icians": 4178,
"proposes": 4179,
"employees": 4180,
"source": 4181,
"tempor": 4182,
"frequ": 4183,
"gain": 4184,
"meaning": 4185,
"##agers": 4186,
"ry": 4187,
"returning": 4188,
"budgets": 4189,
"election": 4190,
"rejected": 4191,
"perman": 4192,
"impossible": 4193,
"dor": 4194,
"kept": 4195,
"ring": 4196,
"uncon": 4197,
"disaster": 4198,
"jimmy": 4199,
"tort": 4200,
"forth": 4201,
"outcome": 4202,
"##tember": 4203,
"##lled": 4204,
"johnny": 4205,
"confront": 4206,
"billy": 4207,
"expenditure": 4208,
"refugees": 4209,
"goals": 4210,
"flow": 4211,
"religious": 4212,
"sne": 4213,
"##ef": 4214,
"##pl": 4215,
"tommy": 4216,
"interview": 4217,
"hous": 4218,
"##rant": 4219,
"plane": 4220,
"recognition": 4221,
"studies": 4222,
"sup": 4223,
"disch": 4224,
"scre": 4225,
"guess": 4226,
"greatest": 4227,
"tree": 4228,
"excess": 4229,
"likely": 4230,
"track": 4231,
"association": 4232,
"mutual": 4233,
"##ius": 4234,
"##ruit": 4235,
"fine": 4236,
"structure": 4237,
"traffic": 4238,
"queen": 4239,
"hopes": 4240,
"pointed": 4241,
"##itory": 4242,
"showing": 4243,
"discovered": 4244,
"section": 4245,
"serve": 4246,
"trial": 4247,
"expected": 4248,
"##ervation": 4249,
"computer": 4250,
"september": 4251,
"##vis": 4252,
"##anim": 4253,
"christmas": 4254,
"journey": 4255,
"nation": 4256,
"##usion": 4257,
"##ivity": 4258,
"mail": 4259,
"disease": 4260,
"##asure": 4261,
"unless": 4262,
"prior": 4263,
"check": 4264,
"bond": 4265,
"fix": 4266,
"contrary": 4267,
"enormous": 4268,
"spread": 4269,
"##athy": 4270,
"assign": 4271,
"institution": 4272,
"introduce": 4273,
"prospect": 4274,
"conver": 4275,
"designed": 4276,
"sant": 4277,
"truly": 4278,
"##ille": 4279,
"adjust": 4280,
"combating": 4281,
"delight": 4282,
"facilit": 4283,
"##rete": 4284,
"fails": 4285,
"falling": 4286,
"##cra": 4287,
"strongly": 4288,
"cuts": 4289,
"motor": 4290,
"recommendations": 4291,
"flexibility": 4292,
"powerful": 4293,
"swe": 4294,
"##aint": 4295,
"##istics": 4296,
"northern": 4297,
"controls": 4298,
"ut": 4299,
"##ram": 4300,
"asse": 4301,
"##ables": 4302,
"site": 4303,
"##att": 4304,
"promp": 4305,
"laid": 4306,
"prevention": 4307,
"sir": 4308,
"university": 4309,
"establishment": 4310,
"strengthening": 4311,
"appeal": 4312,
"ju": 4313,
"wear": 4314,
"convinces": 4315,
"ton": 4316,
"shad": 4317,
"##ensus": 4318,
"machine": 4319,
"incorpor": 4320,
"obvious": 4321,
"wild": 4322,
"univers": 4323,
"independence": 4324,
"##za": 4325,
"concrete": 4326,
"urge": 4327,
"bath": 4328,
"spot": 4329,
"destroyed": 4330,
"sides": 4331,
"nove": 4332,
"equip": 4333,
"00": 4334,
"pair": 4335,
"throws": 4336,
"keeping": 4337,
"picture": 4338,
"mort": 4339,
"sher": 4340,
"feat": 4341,
"planned": 4342,
"spl": 4343,
"november": 4344,
"pretty": 4345,
"none": 4346,
"feeling": 4347,
"kore": 4348,
"targets": 4349,
"continuing": 4350,
"didn": 4351,
"aver": 4352,
"argument": 4353,
"involvement": 4354,
"naturally": 4355,
"henry": 4356,
"ky": 4357,
"sor": 4358,
"happening": 4359,
"##mark": 4360,
"##omatic": 4361,
"scheme": 4362,
"##nown": 4363,
"castle": 4364,
"jes": 4365,
"##ellig": 4366,
"charge": 4367,
"##upp": 4368,
"##iny": 4369,
"##inate": 4370,
"od": 4371,
"emot": 4372,
"thor": 4373,
"symp": 4374,
"##ober": 4375,
"carrying": 4376,
"vide": 4377,
"attach": 4378,
"charter": 4379,
"##eter": 4380,
"gather": 4381,
"pas": 4382,
"quar": 4383,
"assum": 4384,
"vision": 4385,
"broken": 4386,
"existence": 4387,
"sensitive": 4388,
"bow": 4389,
"secure": 4390,
"angry": 4391,
"numerous": 4392,
"ba": 4393,
"thom": 4394,
"eli": 4395,
"##elling": 4396,
"center": 4397,
"safeguard": 4398,
"rig": 4399,
"tv": 4400,
"payments": 4401,
"##nic": 4402,
"indian": 4403,
"scott": 4404,
"blue": 4405,
"standing": 4406,
"loses": 4407,
"protocol": 4408,
"currency": 4409,
"##cal": 4410,
"##olly": 4411,
"##orter": 4412,
"palestinian": 4413,
"##ona": 4414,
"##ano": 4415,
"mont": 4416,
"export": 4417,
"july": 4418,
"##ciliation": 4419,
"signed": 4420,
"mainly": 4421,
"october": 4422,
"infrastructure": 4423,
"emergency": 4424,
"rates": 4425,
"##cl": 4426,
"##arks": 4427,
"territory": 4428,
"martin": 4429,
"eat": 4430,
"ice": 4431,
"blind": 4432,
"successfully": 4433,
"elected": 4434,
"victor": 4435,
"ast": 4436,
"##vey": 4437,
"draf": 4438,
"electric": 4439,
"lux": 4440,
"stops": 4441,
"declaration": 4442,
"cub": 4443,
"directives": 4444,
"fal": 4445,
"stands": 4446,
"bound": 4447,
"##like": 4448,
"##amed": 4449,
"delegation": 4450,
"27": 4451,
"ride": 4452,
"##gies": 4453,
"sole": 4454,
"romania": 4455,
"chem": 4456,
"prepare": 4457,
"latter": 4458,
"##uk": 4459,
"##mental": 4460,
"barb": 4461,
"##ette": 4462,
"##ira": 4463,
"jane": 4464,
"##erson": 4465,
"intellig": 4466,
"assemb": 4467,
"tony": 4468,
"code": 4469,
"##ading": 4470,
"double": 4471,
"richard": 4472,
"muse": 4473,
"bird": 4474,
"sout": 4475,
"unanim": 4476,
"crimes": 4477,
"insurance": 4478,
"georg": 4479,
"officers": 4480,
"##tedly": 4481,
"shel": 4482,
"applies": 4483,
"consensus": 4484,
"degree": 4485,
"officials": 4486,
"lover": 4487,
"##eness": 4488,
"apolog": 4489,
"passengers": 4490,
"rou": 4491,
"reply": 4492,
"deser": 4493,
"197": 4494,
"##ronic": 4495,
"na": 4496,
"adam": 4497,
"burden": 4498,
"turkish": 4499,
"danny": 4500,
"exercise": 4501,
"explos": 4502,
"sarah": 4503,
"vice": 4504,
"brut": 4505,
"previously": 4506,
"emphasise": 4507,
"tas": 4508,
"organization": 4509,
"##ointed": 4510,
"##emb": 4511,
"resulting": 4512,
"addressed": 4513,
"networks": 4514,
"##uous": 4515,
"secretary": 4516,
"##abor": 4517,
"advice": 4518,
"investigate": 4519,
"seeks": 4520,
"statements": 4521,
"liberalisation": 4522,
"mechanism": 4523,
"anna": 4524,
"opt": 4525,
"##ique": 4526,
"drives": 4527,
"##cel": 4528,
"relative": 4529,
"childhood": 4530,
"victim": 4531,
"courage": 4532,
"ok": 4533,
"please": 4534,
"element": 4535,
"lord": 4536,
"positions": 4537,
"hears": 4538,
"passed": 4539,
"##cle": 4540,
"##ulations": 4541,
"communities": 4542,
"##respon": 4543,
"severe": 4544,
"watching": 4545,
"##fare": 4546,
"divor": 4547,
"detective": 4548,
"hidden": 4549,
"turning": 4550,
"promotion": 4551,
"constantly": 4552,
"##ali": 4553,
"##anged": 4554,
"corpor": 4555,
"generally": 4556,
"southern": 4557,
"instance": 4558,
"acceptable": 4559,
"warm": 4560,
"returned": 4561,
"dip": 4562,
"gard": 4563,
"##alous": 4564,
"prince": 4565,
"##ague": 4566,
"honest": 4567,
"##asters": 4568,
"##anges": 4569,
"cate": 4570,
"dying": 4571,
"improvement": 4572,
"felt": 4573,
"pursue": 4574,
"thirdly": 4575,
"labor": 4576,
"pursu": 4577,
"abandoned": 4578,
"##illing": 4579,
"carl": 4580,
"explan": 4581,
"department": 4582,
"lor": 4583,
"guy": 4584,
"bulgar": 4585,
"##liance": 4586,
"##hu": 4587,
"banks": 4588,
"equipment": 4589,
"advoc": 4590,
"restaurant": 4591,
"wat": 4592,
"moved": 4593,
"resident": 4594,
"equally": 4595,
"recognise": 4596,
"pilot": 4597,
"##iar": 4598,
"persons": 4599,
"dreams": 4600,
"integrated": 4601,
"##ga": 4602,
"resolve": 4603,
"stone": 4604,
"cold": 4605,
"##iles": 4606,
"unk": 4607,
"faith": 4608,
"camera": 4609,
"territor": 4610,
"fourth": 4611,
"patients": 4612,
"dict": 4613,
"pap": 4614,
"tow": 4615,
"categ": 4616,
"##ji": 4617,
"cars": 4618,
"planet": 4619,
"substantial": 4620,
"dyn": 4621,
"##ero": 4622,
"closed": 4623,
"treaties": 4624,
"totally": 4625,
"##ateful": 4626,
"advert": 4627,
"##oring": 4628,
"comply": 4629,
"supports": 4630,
"payment": 4631,
"globalisation": 4632,
"brown": 4633,
"location": 4634,
"rapporteurs": 4635,
"dump": 4636,
"replace": 4637,
"version": 4638,
"nav": 4639,
"politics": 4640,
"sla": 4641,
"obligations": 4642,
"customs": 4643,
"hung": 4644,
"shared": 4645,
"##ript": 4646,
"##athan": 4647,
"struggle": 4648,
"##teen": 4649,
"signal": 4650,
"sky": 4651,
"magic": 4652,
"transparent": 4653,
"twenty": 4654,
"situations": 4655,
"preparing": 4656,
"crowd": 4657,
"offered": 4658,
"centre": 4659,
"operations": 4660,
"opposed": 4661,
"grounds": 4662,
"heavy": 4663,
"iv": 4664,
"##oking": 4665,
"regulatory": 4666,
"personally": 4667,
"roman": 4668,
"threatens": 4669,
"alien": 4670,
"william": 4671,
"governance": 4672,
"greek": 4673,
"intends": 4674,
"expert": 4675,
"consol": 4676,
"temple": 4677,
"sanctions": 4678,
"bag": 4679,
"submitted": 4680,
"##icial": 4681,
"##govern": 4682,
"domestic": 4683,
"01": 4684,
"##entially": 4685,
"##arus": 4686,
"notice": 4687,
"characters": 4688,
"ukraine": 4689,
"##orse": 4690,
"expression": 4691,
"gal": 4692,
"##nie": 4693,
"recall": 4694,
"drag": 4695,
"mountain": 4696,
"cash": 4697,
"hiding": 4698,
"prostit": 4699,
"belg": 4700,
"evaluation": 4701,
"obstac": 4702,
"ros": 4703,
"granted": 4704,
"unw": 4705,
"fast": 4706,
"##king": 4707,
"pulls": 4708,
"##bing": 4709,
"stol": 4710,
"organised": 4711,
"catches": 4712,
"bind": 4713,
"et": 4714,
"chap": 4715,
"protecting": 4716,
"push": 4717,
"slowly": 4718,
"convers": 4719,
"organiz": 4720,
"afgh": 4721,
"punish": 4722,
"##craft": 4723,
"notices": 4724,
"ought": 4725,
"##aker": 4726,
"daily": 4727,
"streets": 4728,
"mou": 4729,
"va": 4730,
"disgu": 4731,
"bureauc": 4732,
"##gie": 4733,
"##ani": 4734,
"began": 4735,
"recommendation": 4736,
"##aded": 4737,
"participate": 4738,
"overcome": 4739,
"lawyer": 4740,
"repeat": 4741,
"dealt": 4742,
"snow": 4743,
"lake": 4744,
"helped": 4745,
"entry": 4746,
"bridge": 4747,
"discharge": 4748,
"##gment": 4749,
"insists": 4750,
"immediate": 4751,
"##governmental": 4752,
"##edy": 4753,
"newspaper": 4754,
"stolen": 4755,
"vul": 4756,
"abuse": 4757,
"retrie": 4758,
"##what": 4759,
"auditors": 4760,
"pul": 4761,
"##emp": 4762,
"##bi": 4763,
"acting": 4764,
"favor": 4765,
"latest": 4766,
"gender": 4767,
"parliaments": 4768,
"maybe": 4769,
"answers": 4770,
"technologies": 4771,
"surprise": 4772,
"stake": 4773,
"intergovernmental": 4774,
"details": 4775,
"withdraw": 4776,
"fit": 4777,
"##enary": 4778,
"thereby": 4779,
"mechanisms": 4780,
"##fort": 4781,
"straight": 4782,
"carefully": 4783,
"##inger": 4784,
"frust": 4785,
"dipl": 4786,
"somewhat": 4787,
"abol": 4788,
"treated": 4789,
"guarantees": 4790,
"subsidi": 4791,
"scream": 4792,
"amongst": 4793,
"injured": 4794,
"eve": 4795,
"hal": 4796,
"sword": 4797,
"born": 4798,
"##hag": 4799,
"reaching": 4800,
"adequate": 4801,
"##ella": 4802,
"##sibly": 4803,
"amster": 4804,
"below": 4805,
"prisoners": 4806,
"elderly": 4807,
"amsterdam": 4808,
"1998": 4809,
"consultation": 4810,
"##rich": 4811,
"involves": 4812,
"realizing": 4813,
"meps": 4814,
"lee": 4815,
"continued": 4816,
"audience": 4817,
"linked": 4818,
"bon": 4819,
"##lantic": 4820,
"violent": 4821,
"jean": 4822,
"renewable": 4823,
"afghan": 4824,
"miles": 4825,
"easily": 4826,
"saved": 4827,
"approval": 4828,
"executive": 4829,
"##ker": 4830,
"##aks": 4831,
"purch": 4832,
"mistake": 4833,
"##tered": 4834,
"##rible": 4835,
"poland": 4836,
"instruct": 4837,
"occasion": 4838,
"vehicles": 4839,
"friendly": 4840,
"cow": 4841,
"##astic": 4842,
"museum": 4843,
"peoples": 4844,
"##ey": 4845,
"charges": 4846,
"##going": 4847,
"##lam": 4848,
"rand": 4849,
"approaches": 4850,
"vamp": 4851,
"background": 4852,
"##father": 4853,
"##asc": 4854,
"##iled": 4855,
"jeff": 4856,
"individuals": 4857,
"keeps": 4858,
"armed": 4859,
"losing": 4860,
"constructive": 4861,
"vac": 4862,
"trafficking": 4863,
"ell": 4864,
"fate": 4865,
"estim": 4866,
"jake": 4867,
"option": 4868,
"surprised": 4869,
"definition": 4870,
"##rison": 4871,
"##ola": 4872,
"hill": 4873,
"hyp": 4874,
"listen": 4875,
"mandate": 4876,
"ow": 4877,
"wins": 4878,
"enforce": 4879,
"grateful": 4880,
"manager": 4881,
"displ": 4882,
"ven": 4883,
"compliance": 4884,
"glad": 4885,
"rain": 4886,
"consequently": 4887,
"difference": 4888,
"jer": 4889,
"symb": 4890,
"speakers": 4891,
"##rating": 4892,
"sport": 4893,
"shadow": 4894,
"omb": 4895,
"##vereign": 4896,
"anger": 4897,
"sovereign": 4898,
"orph": 4899,
"permanent": 4900,
"jos": 4901,
"rome": 4902,
"worry": 4903,
"meetings": 4904,
"choose": 4905,
"dub": 4906,
"##oken": 4907,
"fuel": 4908,
"washing": 4909,
"adapt": 4910,
"rose": 4911,
"spring": 4912,
"looked": 4913,
"steve": 4914,
"22": 4915,
"ng": 4916,
"size": 4917,
"wounded": 4918,
"chris": 4919,
"prosper": 4920,
"cere": 4921,
"kat": 4922,
"everybody": 4923,
"belarus": 4924,
"virt": 4925,
"##ford": 4926,
"holds": 4927,
"##tic": 4928,
"alliance": 4929,
"believing": 4930,
"permit": 4931,
"intend": 4932,
"politicians": 4933,
"charles": 4934,
"membership": 4935,
"assistant": 4936,
"england": 4937,
"briefly": 4938,
"mcc": 4939,
"isol": 4940,
"##ques": 4941,
"entit": 4942,
"proc": 4943,
"invites": 4944,
"sheriff": 4945,
"chemical": 4946,
"secretly": 4947,
"huh": 4948,
"naz": 4949,
"ending": 4950,
"promise": 4951,
"sov": 4952,
"friendship": 4953,
"skills": 4954,
"symbol": 4955,
"##well": 4956,
"debates": 4957,
"solve": 4958,
"revolution": 4959,
"##iday": 4960,
"shocked": 4961,
"smes": 4962,
"fallen": 4963,
"##standing": 4964,
"glass": 4965,
"toward": 4966,
"##anch": 4967,
"afford": 4968,
"champ": 4969,
"contain": 4970,
"##gypt": 4971,
"fash": 4972,
"sab": 4973,
"2020": 4974,
"recovery": 4975,
"##cast": 4976,
"expand": 4977,
"soviet": 4978,
"egypt": 4979,
"hat": 4980,
"consumption": 4981,
"welfare": 4982,
"portugal": 4983,
"diversity": 4984,
"##ulating": 4985,
"##ifies": 4986,
"consolid": 4987,
"shut": 4988,
"coher": 4989,
"cliff": 4990,
"##under": 4991,
"extend": 4992,
"volunt": 4993,
"scr": 4994,
"aug": 4995,
"24": 4996,
"##lands": 4997,
"engaged": 4998,
"massive": 4999
}
}
}