diff --git "a/tokenizer.json" "b/tokenizer.json"
new file mode 100644--- /dev/null
+++ "b/tokenizer.json"
@@ -0,0 +1,59183 @@
+{
+ "version": "1.0",
+ "truncation": null,
+ "padding": null,
+ "added_tokens": [
+ {
+ "id": 0,
+ "content": "",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 1,
+ "content": "",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 2,
+ "content": "",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 3,
+ "content": "",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ },
+ {
+ "id": 4,
+ "content": "",
+ "single_word": false,
+ "lstrip": false,
+ "rstrip": false,
+ "normalized": false,
+ "special": true
+ }
+ ],
+ "normalizer": {
+ "type": "Sequence",
+ "normalizers": [
+ {
+ "type": "Replace",
+ "pattern": {
+ "String": "``"
+ },
+ "content": "\""
+ },
+ {
+ "type": "Replace",
+ "pattern": {
+ "String": "''"
+ },
+ "content": "\""
+ },
+ {
+ "type": "NFKC"
+ },
+ {
+ "type": "StripAccents"
+ },
+ {
+ "type": "Replace",
+ "pattern": {
+ "Regex": " {2,}"
+ },
+ "content": " "
+ }
+ ]
+ },
+ "pre_tokenizer": {
+ "type": "Metaspace",
+ "replacement": "▁",
+ "add_prefix_space": true
+ },
+ "post_processor": {
+ "type": "TemplateProcessing",
+ "single": [
+ {
+ "SpecialToken": {
+ "id": "",
+ "type_id": 0
+ }
+ },
+ {
+ "Sequence": {
+ "id": "A",
+ "type_id": 0
+ }
+ },
+ {
+ "SpecialToken": {
+ "id": "",
+ "type_id": 0
+ }
+ }
+ ],
+ "pair": [
+ {
+ "SpecialToken": {
+ "id": "",
+ "type_id": 0
+ }
+ },
+ {
+ "Sequence": {
+ "id": "A",
+ "type_id": 0
+ }
+ },
+ {
+ "SpecialToken": {
+ "id": "",
+ "type_id": 0
+ }
+ },
+ {
+ "SpecialToken": {
+ "id": "",
+ "type_id": 0
+ }
+ },
+ {
+ "Sequence": {
+ "id": "B",
+ "type_id": 1
+ }
+ },
+ {
+ "SpecialToken": {
+ "id": "",
+ "type_id": 0
+ }
+ }
+ ],
+ "special_tokens": {
+ "": {
+ "id": "",
+ "ids": [
+ 2
+ ],
+ "tokens": [
+ ""
+ ]
+ },
+ "": {
+ "id": "",
+ "ids": [
+ 0
+ ],
+ "tokens": [
+ ""
+ ]
+ }
+ }
+ },
+ "decoder": {
+ "type": "Metaspace",
+ "replacement": "▁",
+ "add_prefix_space": true
+ },
+ "model": {
+ "type": "BPE",
+ "dropout": null,
+ "unk_token": "",
+ "continuing_subword_prefix": null,
+ "end_of_word_suffix": null,
+ "fuse_unk": false,
+ "byte_fallback": false,
+ "vocab": {
+ "": 0,
+ "": 1,
+ "": 2,
+ "": 3,
+ "": 4,
+ "\n": 5,
+ "!": 6,
+ "\"": 7,
+ "#": 8,
+ "$": 9,
+ "%": 10,
+ "&": 11,
+ "'": 12,
+ "(": 13,
+ ")": 14,
+ "*": 15,
+ "+": 16,
+ ",": 17,
+ "-": 18,
+ ".": 19,
+ "/": 20,
+ "0": 21,
+ "1": 22,
+ "2": 23,
+ "3": 24,
+ "4": 25,
+ "5": 26,
+ "6": 27,
+ "7": 28,
+ "8": 29,
+ "9": 30,
+ ":": 31,
+ ";": 32,
+ "<": 33,
+ "=": 34,
+ ">": 35,
+ "?": 36,
+ "@": 37,
+ "A": 38,
+ "B": 39,
+ "C": 40,
+ "D": 41,
+ "E": 42,
+ "F": 43,
+ "G": 44,
+ "H": 45,
+ "I": 46,
+ "J": 47,
+ "K": 48,
+ "L": 49,
+ "M": 50,
+ "N": 51,
+ "O": 52,
+ "P": 53,
+ "Q": 54,
+ "R": 55,
+ "S": 56,
+ "T": 57,
+ "U": 58,
+ "V": 59,
+ "W": 60,
+ "X": 61,
+ "Y": 62,
+ "Z": 63,
+ "[": 64,
+ "\\": 65,
+ "]": 66,
+ "^": 67,
+ "_": 68,
+ "`": 69,
+ "a": 70,
+ "b": 71,
+ "c": 72,
+ "d": 73,
+ "e": 74,
+ "f": 75,
+ "g": 76,
+ "h": 77,
+ "i": 78,
+ "j": 79,
+ "k": 80,
+ "l": 81,
+ "m": 82,
+ "n": 83,
+ "o": 84,
+ "p": 85,
+ "q": 86,
+ "r": 87,
+ "s": 88,
+ "t": 89,
+ "u": 90,
+ "v": 91,
+ "w": 92,
+ "x": 93,
+ "y": 94,
+ "z": 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,
+ "Б": 353,
+ "В": 354,
+ "Г": 355,
+ "Д": 356,
+ "Е": 357,
+ "З": 358,
+ "И": 359,
+ "Й": 360,
+ "К": 361,
+ "М": 362,
+ "Н": 363,
+ "О": 364,
+ "П": 365,
+ "Р": 366,
+ "С": 367,
+ "Т": 368,
+ "Ч": 369,
+ "Ш": 370,
+ "Я": 371,
+ "а": 372,
+ "б": 373,
+ "в": 374,
+ "г": 375,
+ "д": 376,
+ "е": 377,
+ "ж": 378,
+ "з": 379,
+ "и": 380,
+ "й": 381,
+ "к": 382,
+ "л": 383,
+ "м": 384,
+ "н": 385,
+ "о": 386,
+ "п": 387,
+ "р": 388,
+ "с": 389,
+ "т": 390,
+ "у": 391,
+ "ц": 392,
+ "ч": 393,
+ "ъ": 394,
+ "ы": 395,
+ "ь": 396,
+ "э": 397,
+ "я": 398,
+ "ё": 399,
+ "і": 400,
+ "ј": 401,
+ "љ": 402,
+ "ў": 403,
+ "Կ": 404,
+ "Հ": 405,
+ "Ս": 406,
+ "ա": 407,
+ "բ": 408,
+ "ե": 409,
+ "ի": 410,
+ "կ": 411,
+ "ղ": 412,
+ "յ": 413,
+ "ն": 414,
+ "շ": 415,
+ "ո": 416,
+ "պ": 417,
+ "ս": 418,
+ "վ": 419,
+ "տ": 420,
+ "ր": 421,
+ "ց": 422,
+ "ւ": 423,
+ "ք": 424,
+ "א": 425,
+ "ב": 426,
+ "ג": 427,
+ "ו": 428,
+ "ח": 429,
+ "י": 430,
+ "כ": 431,
+ "ל": 432,
+ "נ": 433,
+ "ס": 434,
+ "ע": 435,
+ "צ": 436,
+ "ר": 437,
+ "ש": 438,
+ "ת": 439,
+ "،": 440,
+ "ء": 441,
+ "أ": 442,
+ "إ": 443,
+ "ا": 444,
+ "ب": 445,
+ "ة": 446,
+ "ت": 447,
+ "ث": 448,
+ "ج": 449,
+ "ح": 450,
+ "خ": 451,
+ "د": 452,
+ "ر": 453,
+ "ز": 454,
+ "س": 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,
+ "ứ": 588,
+ "ừ": 589,
+ "ử": 590,
+ "ữ": 591,
+ "ự": 592,
+ "ỳ": 593,
+ "ỹ": 594,
+ "ἀ": 595,
+ "ἄ": 596,
+ "ἐ": 597,
+ "Ἕ": 598,
+ "ἡ": 599,
+ "ἰ": 600,
+ "ἱ": 601,
+ "ἵ": 602,
+ "ἶ": 603,
+ "Ἰ": 604,
+ "ὁ": 605,
+ "ὐ": 606,
+ "ὑ": 607,
+ "ὡ": 608,
+ "ὰ": 609,
+ "ὲ": 610,
+ "ὴ": 611,
+ "ὶ": 612,
+ "ὸ": 613,
+ "ὺ": 614,
+ "ὼ": 615,
+ "ᾶ": 616,
+ "ῆ": 617,
+ "ῖ": 618,
+ "ῦ": 619,
+ "Ῥ": 620,
+ "ῶ": 621,
+ "ῷ": 622,
+ "": 623,
+ "": 624,
+ "": 625,
+ "‐": 626,
+ "‒": 627,
+ "–": 628,
+ "—": 629,
+ "―": 630,
+ "‘": 631,
+ "’": 632,
+ "‚": 633,
+ "“": 634,
+ "”": 635,
+ "„": 636,
+ "†": 637,
+ "‡": 638,
+ "•": 639,
+ "‰": 640,
+ "′": 641,
+ "※": 642,
+ "⁄": 643,
+ "⁊": 644,
+ "₡": 645,
+ "₣": 646,
+ "₤": 647,
+ "₦": 648,
+ "₩": 649,
+ "₫": 650,
+ "€": 651,
+ "₱": 652,
+ "₹": 653,
+ "←": 654,
+ "↑": 655,
+ "→": 656,
+ "↓": 657,
+ "↔": 658,
+ "↗": 659,
+ "↦": 660,
+ "↪": 661,
+ "⇄": 662,
+ "⇌": 663,
+ "∂": 664,
+ "∆": 665,
+ "∈": 666,
+ "∑": 667,
+ "−": 668,
+ "∕": 669,
+ "∖": 670,
+ "∗": 671,
+ "∘": 672,
+ "√": 673,
+ "∞": 674,
+ "∩": 675,
+ "∪": 676,
+ "∴": 677,
+ "∼": 678,
+ "≈": 679,
+ "≠": 680,
+ "≡": 681,
+ "≢": 682,
+ "≤": 683,
+ "≥": 684,
+ "⊂": 685,
+ "⊕": 686,
+ "⊗": 687,
+ "⊙": 688,
+ "⊥": 689,
+ "⋅": 690,
+ "⋯": 691,
+ "▁": 692,
+ "█": 693,
+ "▲": 694,
+ "★": 695,
+ "☆": 696,
+ "☉": 697,
+ "♀": 698,
+ "♠": 699,
+ "♣": 700,
+ "♥": 701,
+ "♦": 702,
+ "♩": 703,
+ "♪": 704,
+ "♭": 705,
+ "♮": 706,
+ "♯": 707,
+ "⟦": 708,
+ "⟧": 709,
+ "⟨": 710,
+ "⟩": 711,
+ "⩽": 712,
+ "、": 713,
+ "。": 714,
+ "〈": 715,
+ "〉": 716,
+ "「": 717,
+ "」": 718,
+ "『": 719,
+ "』": 720,
+ "〜": 721,
+ "あ": 722,
+ "い": 723,
+ "う": 724,
+ "お": 725,
+ "か": 726,
+ "が": 727,
+ "き": 728,
+ "く": 729,
+ "こ": 730,
+ "し": 731,
+ "じ": 732,
+ "す": 733,
+ "ず": 734,
+ "せ": 735,
+ "た": 736,
+ "ち": 737,
+ "つ": 738,
+ "て": 739,
+ "と": 740,
+ "ど": 741,
+ "な": 742,
+ "の": 743,
+ "は": 744,
+ "ば": 745,
+ "ふ": 746,
+ "へ": 747,
+ "ぽ": 748,
+ "ま": 749,
+ "み": 750,
+ "め": 751,
+ "よ": 752,
+ "ら": 753,
+ "り": 754,
+ "る": 755,
+ "ん": 756,
+ "ァ": 757,
+ "ア": 758,
+ "ィ": 759,
+ "イ": 760,
+ "ウ": 761,
+ "ェ": 762,
+ "エ": 763,
+ "ォ": 764,
+ "オ": 765,
+ "カ": 766,
+ "ガ": 767,
+ "キ": 768,
+ "ギ": 769,
+ "ク": 770,
+ "グ": 771,
+ "ケ": 772,
+ "コ": 773,
+ "ゴ": 774,
+ "サ": 775,
+ "ザ": 776,
+ "シ": 777,
+ "ジ": 778,
+ "ス": 779,
+ "ズ": 780,
+ "セ": 781,
+ "ゼ": 782,
+ "ソ": 783,
+ "タ": 784,
+ "ダ": 785,
+ "チ": 786,
+ "ッ": 787,
+ "ツ": 788,
+ "テ": 789,
+ "デ": 790,
+ "ト": 791,
+ "ド": 792,
+ "ナ": 793,
+ "ニ": 794,
+ "ノ": 795,
+ "ハ": 796,
+ "バ": 797,
+ "ヒ": 798,
+ "ビ": 799,
+ "フ": 800,
+ "ブ": 801,
+ "プ": 802,
+ "ペ": 803,
+ "ボ": 804,
+ "ポ": 805,
+ "マ": 806,
+ "ミ": 807,
+ "ム": 808,
+ "メ": 809,
+ "モ": 810,
+ "ャ": 811,
+ "ヤ": 812,
+ "ュ": 813,
+ "ョ": 814,
+ "ラ": 815,
+ "リ": 816,
+ "ル": 817,
+ "レ": 818,
+ "ロ": 819,
+ "ワ": 820,
+ "ン": 821,
+ "ヴ": 822,
+ "・": 823,
+ "ー": 824,
+ "一": 825,
+ "上": 826,
+ "下": 827,
+ "不": 828,
+ "个": 829,
+ "乙": 830,
+ "五": 831,
+ "亦": 832,
+ "京": 833,
+ "人": 834,
+ "介": 835,
+ "仙": 836,
+ "令": 837,
+ "伝": 838,
+ "佛": 839,
+ "作": 840,
+ "併": 841,
+ "侠": 842,
+ "個": 843,
+ "催": 844,
+ "像": 845,
+ "光": 846,
+ "写": 847,
+ "净": 848,
+ "分": 849,
+ "列": 850,
+ "刘": 851,
+ "剛": 852,
+ "剣": 853,
+ "動": 854,
+ "北": 855,
+ "匹": 856,
+ "千": 857,
+ "南": 858,
+ "厘": 859,
+ "双": 860,
+ "台": 861,
+ "号": 862,
+ "同": 863,
+ "名": 864,
+ "君": 865,
+ "呼": 866,
+ "哈": 867,
+ "四": 868,
+ "回": 869,
+ "國": 870,
+ "坂": 871,
+ "場": 872,
+ "境": 873,
+ "士": 874,
+ "外": 875,
+ "大": 876,
+ "天": 877,
+ "太": 878,
+ "女": 879,
+ "字": 880,
+ "季": 881,
+ "孩": 882,
+ "守": 883,
+ "宗": 884,
+ "寔": 885,
+ "小": 886,
+ "少": 887,
+ "尾": 888,
+ "巨": 889,
+ "廷": 890,
+ "式": 891,
+ "张": 892,
+ "張": 893,
+ "彼": 894,
+ "心": 895,
+ "思": 896,
+ "愛": 897,
+ "憲": 898,
+ "戦": 899,
+ "撃": 900,
+ "攻": 901,
+ "方": 902,
+ "日": 903,
+ "早": 904,
+ "星": 905,
+ "春": 906,
+ "時": 907,
+ "書": 908,
+ "月": 909,
+ "朝": 910,
+ "木": 911,
+ "本": 912,
+ "李": 913,
+ "杜": 914,
+ "条": 915,
+ "東": 916,
+ "枚": 917,
+ "條": 918,
+ "植": 919,
+ "椎": 920,
+ "楽": 921,
+ "様": 922,
+ "機": 923,
+ "正": 924,
+ "武": 925,
+ "歩": 926,
+ "死": 927,
+ "氏": 928,
+ "民": 929,
+ "氣": 930,
+ "氾": 931,
+ "法": 932,
+ "活": 933,
+ "流": 934,
+ "溜": 935,
+ "瀬": 936,
+ "火": 937,
+ "版": 938,
+ "特": 939,
+ "王": 940,
+ "生": 941,
+ "田": 942,
+ "畫": 943,
+ "皮": 944,
+ "真": 945,
+ "礮": 946,
+ "神": 947,
+ "積": 948,
+ "空": 949,
+ "章": 950,
+ "箇": 951,
+ "米": 952,
+ "紋": 953,
+ "緑": 954,
+ "編": 955,
+ "群": 956,
+ "羽": 957,
+ "耕": 958,
+ "聖": 959,
+ "草": 960,
+ "蛍": 961,
+ "街": 962,
+ "装": 963,
+ "見": 964,
+ "語": 965,
+ "説": 966,
+ "議": 967,
+ "词": 968,
+ "谷": 969,
+ "路": 970,
+ "軍": 971,
+ "転": 972,
+ "輝": 973,
+ "逆": 974,
+ "進": 975,
+ "道": 976,
+ "遠": 977,
+ "邪": 978,
+ "野": 979,
+ "量": 980,
+ "金": 981,
+ "銀": 982,
+ "銖": 983,
+ "錬": 984,
+ "隊": 985,
+ "隴": 986,
+ "隻": 987,
+ "集": 988,
+ "零": 989,
+ "靈": 990,
+ "青": 991,
+ "韓": 992,
+ "風": 993,
+ "鬼": 994,
+ "魂": 995,
+ "魄": 996,
+ "魔": 997,
+ "鼓": 998,
+ "루": 999,
+ "전": 1000,
+ "지": 1001,
+ "투": 1002,
+ "하": 1003,
+ "": 1004,
+ "▁t": 1005,
+ "he": 1006,
+ "▁a": 1007,
+ "in": 1008,
+ "▁the": 1009,
+ "er": 1010,
+ "on": 1011,
+ "▁,": 1012,
+ "re": 1013,
+ "▁s": 1014,
+ "ed": 1015,
+ "▁w": 1016,
+ "▁o": 1017,
+ "nd": 1018,
+ "at": 1019,
+ "▁.": 1020,
+ "or": 1021,
+ "en": 1022,
+ "▁c": 1023,
+ "it": 1024,
+ "▁f": 1025,
+ "is": 1026,
+ "es": 1027,
+ "ar": 1028,
+ "▁b": 1029,
+ "▁of": 1030,
+ "an": 1031,
+ "▁in": 1032,
+ "al": 1033,
+ "ing": 1034,
+ "▁p": 1035,
+ "as": 1036,
+ "▁and": 1037,
+ "▁to": 1038,
+ "ic": 1039,
+ "ro": 1040,
+ "▁m": 1041,
+ "▁d": 1042,
+ "▁h": 1043,
+ "ion": 1044,
+ "le": 1045,
+ "ou": 1046,
+ "▁T": 1047,
+ "▁re": 1048,
+ "▁=": 1049,
+ "▁S": 1050,
+ "il": 1051,
+ "▁A": 1052,
+ "ent": 1053,
+ "▁\"": 1054,
+ "▁1": 1055,
+ "▁th": 1056,
+ "st": 1057,
+ "▁l": 1058,
+ "el": 1059,
+ "▁C": 1060,
+ "▁@": 1061,
+ "▁e": 1062,
+ "om": 1063,
+ "▁\n": 1064,
+ "am": 1065,
+ "▁n": 1066,
+ "ad": 1067,
+ "ac": 1068,
+ "▁was": 1069,
+ "un": 1070,
+ "▁M": 1071,
+ "▁on": 1072,
+ "ec": 1073,
+ "▁B": 1074,
+ "▁The": 1075,
+ "ly": 1076,
+ "▁'": 1077,
+ "ur": 1078,
+ "et": 1079,
+ "id": 1080,
+ "▁g": 1081,
+ "ol": 1082,
+ "im": 1083,
+ "▁I": 1084,
+ "-@": 1085,
+ "▁@-@": 1086,
+ "▁for": 1087,
+ "ir": 1088,
+ "ig": 1089,
+ "iv": 1090,
+ "ter": 1091,
+ "ot": 1092,
+ "ut": 1093,
+ "▁H": 1094,
+ "▁as": 1095,
+ "us": 1096,
+ "ow": 1097,
+ "ith": 1098,
+ "ay": 1099,
+ "▁2": 1100,
+ "▁st": 1101,
+ "▁'s": 1102,
+ "▁P": 1103,
+ "▁he": 1104,
+ "ver": 1105,
+ "ation": 1106,
+ "▁with": 1107,
+ "▁be": 1108,
+ "▁that": 1109,
+ "▁R": 1110,
+ "ce": 1111,
+ "▁D": 1112,
+ "em": 1113,
+ "▁wh": 1114,
+ "▁W": 1115,
+ "▁by": 1116,
+ "▁F": 1117,
+ "ch": 1118,
+ "▁al": 1119,
+ "th": 1120,
+ "▁)": 1121,
+ "▁(": 1122,
+ "▁is": 1123,
+ "ul": 1124,
+ "▁con": 1125,
+ "▁L": 1126,
+ "▁at": 1127,
+ "▁G": 1128,
+ "ers": 1129,
+ "ct": 1130,
+ "▁N": 1131,
+ "ain": 1132,
+ "▁19": 1133,
+ "and": 1134,
+ "▁an": 1135,
+ "os": 1136,
+ "▁it": 1137,
+ "her": 1138,
+ "rom": 1139,
+ "ag": 1140,
+ "av": 1141,
+ "um": 1142,
+ "▁J": 1143,
+ "est": 1144,
+ "00": 1145,
+ "▁his": 1146,
+ "▁r": 1147,
+ "▁E": 1148,
+ "unk": 1149,
+ "▁<": 1150,
+ "ri": 1151,
+ "unk>": 1152,
+ "▁": 1153,
+ "od": 1154,
+ "▁from": 1155,
+ "▁O": 1156,
+ "ist": 1157,
+ "▁com": 1158,
+ "ap": 1159,
+ "▁pro": 1160,
+ "▁v": 1161,
+ "op": 1162,
+ "if": 1163,
+ "ore": 1164,
+ "ill": 1165,
+ "ld": 1166,
+ "up": 1167,
+ "ere": 1168,
+ "ew": 1169,
+ "res": 1170,
+ "igh": 1171,
+ "▁In": 1172,
+ "ies": 1173,
+ "▁de": 1174,
+ "art": 1175,
+ "ber": 1176,
+ "ard": 1177,
+ "ort": 1178,
+ "▁se": 1179,
+ "▁were": 1180,
+ "ich": 1181,
+ "ate": 1182,
+ "ak": 1183,
+ "all": 1184,
+ "ab": 1185,
+ "ant": 1186,
+ "oc": 1187,
+ "ud": 1188,
+ "▁ex": 1189,
+ "ong": 1190,
+ "qu": 1191,
+ "▁or": 1192,
+ "▁ch": 1193,
+ "gh": 1194,
+ "ear": 1195,
+ "ated": 1196,
+ "▁pl": 1197,
+ "▁sh": 1198,
+ "ess": 1199,
+ "ity": 1200,
+ "ip": 1201,
+ "▁K": 1202,
+ "ive": 1203,
+ "ame": 1204,
+ "▁U": 1205,
+ "▁had": 1206,
+ "ect": 1207,
+ "ack": 1208,
+ "our": 1209,
+ "▁St": 1210,
+ "▁su": 1211,
+ "red": 1212,
+ "ast": 1213,
+ "se": 1214,
+ "▁which": 1215,
+ "▁k": 1216,
+ "ment": 1217,
+ "▁le": 1218,
+ "ge": 1219,
+ "und": 1220,
+ "▁are": 1221,
+ "ov": 1222,
+ "ian": 1223,
+ "ial": 1224,
+ "▁not": 1225,
+ "▁sp": 1226,
+ "ell": 1227,
+ "ost": 1228,
+ "▁y": 1229,
+ "ight": 1230,
+ "▁tr": 1231,
+ "ord": 1232,
+ "ust": 1233,
+ "ary": 1234,
+ "ia": 1235,
+ "ther": 1236,
+ "rit": 1237,
+ "pt": 1238,
+ "ine": 1239,
+ "▁3": 1240,
+ "oun": 1241,
+ "ical": 1242,
+ "ave": 1243,
+ "pp": 1244,
+ "▁Ch": 1245,
+ "▁200": 1246,
+ "▁un": 1247,
+ "cc": 1248,
+ "▁inc": 1249,
+ "fter": 1250,
+ "ould": 1251,
+ "▁but": 1252,
+ "irst": 1253,
+ "ish": 1254,
+ "ous": 1255,
+ "ions": 1256,
+ "▁V": 1257,
+ "te": 1258,
+ "▁comp": 1259,
+ "so": 1260,
+ "ff": 1261,
+ "▁20": 1262,
+ "ide": 1263,
+ "▁ro": 1264,
+ "▁whe": 1265,
+ "ure": 1266,
+ "▁ar": 1267,
+ "▁cont": 1268,
+ "ra": 1269,
+ "ub": 1270,
+ "▁;": 1271,
+ "▁first": 1272,
+ "ign": 1273,
+ "▁cl": 1274,
+ "wo": 1275,
+ "▁her": 1276,
+ "ie": 1277,
+ "▁its": 1278,
+ "▁their": 1279,
+ "ue": 1280,
+ "▁–": 1281,
+ "og": 1282,
+ "orm": 1283,
+ "ass": 1284,
+ "ork": 1285,
+ "▁int": 1286,
+ "▁res": 1287,
+ "▁:": 1288,
+ "ok": 1289,
+ "▁He": 1290,
+ "ater": 1291,
+ "▁also": 1292,
+ "▁ab": 1293,
+ "▁ad": 1294,
+ "ome": 1295,
+ "ond": 1296,
+ "out": 1297,
+ "age": 1298,
+ "ry": 1299,
+ "mer": 1300,
+ "ire": 1301,
+ "hed": 1302,
+ "▁us": 1303,
+ "du": 1304,
+ "▁4": 1305,
+ "ime": 1306,
+ "low": 1307,
+ "ru": 1308,
+ "▁per": 1309,
+ "per": 1310,
+ "ans": 1311,
+ "▁who": 1312,
+ "▁one": 1313,
+ "▁have": 1314,
+ "▁5": 1315,
+ "▁sc": 1316,
+ "▁Th": 1317,
+ "pl": 1318,
+ "ally": 1319,
+ "own": 1320,
+ "ile": 1321,
+ "ance": 1322,
+ "▁rec": 1323,
+ "▁18": 1324,
+ "ted": 1325,
+ ".@": 1326,
+ "▁@.@": 1327,
+ "▁two": 1328,
+ "ition": 1329,
+ "ugh": 1330,
+ "ree": 1331,
+ "ence": 1332,
+ "uring": 1333,
+ "port": 1334,
+ "▁been": 1335,
+ "▁part": 1336,
+ "▁bec": 1337,
+ "ts": 1338,
+ "▁has": 1339,
+ "ice": 1340,
+ "iz": 1341,
+ "▁ag": 1342,
+ "▁app": 1343,
+ "▁Al": 1344,
+ "▁201": 1345,
+ ",@": 1346,
+ "▁@,@": 1347,
+ "ough": 1348,
+ "▁en": 1349,
+ "▁j": 1350,
+ "▁dis": 1351,
+ "lud": 1352,
+ "▁over": 1353,
+ "▁this": 1354,
+ "▁ser": 1355,
+ "ory": 1356,
+ "▁year": 1357,
+ "ely": 1358,
+ "ations": 1359,
+ "are": 1360,
+ "ember": 1361,
+ "ction": 1362,
+ "ound": 1363,
+ "ke": 1364,
+ "▁off": 1365,
+ "▁after": 1366,
+ "▁up": 1367,
+ "ach": 1368,
+ "▁play": 1369,
+ "▁des": 1370,
+ "land": 1371,
+ "▁It": 1372,
+ "ace": 1373,
+ "over": 1374,
+ "ark": 1375,
+ "ric": 1376,
+ "▁they": 1377,
+ "▁out": 1378,
+ "▁te": 1379,
+ "ade": 1380,
+ "▁other": 1381,
+ "act": 1382,
+ "▁man": 1383,
+ "ib": 1384,
+ "▁im": 1385,
+ "ult": 1386,
+ "▁includ": 1387,
+ "ress": 1388,
+ "ced": 1389,
+ "ail": 1390,
+ "urn": 1391,
+ "▁Y": 1392,
+ "wn": 1393,
+ "▁would": 1394,
+ "ens": 1395,
+ "ind": 1396,
+ "▁time": 1397,
+ "▁into": 1398,
+ "man": 1399,
+ "▁pre": 1400,
+ "ang": 1401,
+ "one": 1402,
+ "▁On": 1403,
+ "ep": 1404,
+ "ward": 1405,
+ "▁Un": 1406,
+ "▁him": 1407,
+ "▁we": 1408,
+ "oin": 1409,
+ "we": 1410,
+ "ite": 1411,
+ "ates": 1412,
+ "▁she": 1413,
+ "▁6": 1414,
+ "les": 1415,
+ "ren": 1416,
+ "▁ev": 1417,
+ "able": 1418,
+ "▁att": 1419,
+ "ased": 1420,
+ "ilm": 1421,
+ "ited": 1422,
+ "amp": 1423,
+ "end": 1424,
+ "ever": 1425,
+ "ied": 1426,
+ "ase": 1427,
+ "▁comm": 1428,
+ "ors": 1429,
+ "▁inter": 1430,
+ "rough": 1431,
+ "ount": 1432,
+ "oy": 1433,
+ "form": 1434,
+ "ons": 1435,
+ "▁all": 1436,
+ "▁more": 1437,
+ "▁work": 1438,
+ "ood": 1439,
+ "ces": 1440,
+ "▁7": 1441,
+ "ered": 1442,
+ "old": 1443,
+ "aw": 1444,
+ "ings": 1445,
+ "vel": 1446,
+ "▁Ar": 1447,
+ "ild": 1448,
+ "▁new": 1449,
+ "▁sec": 1450,
+ "▁An": 1451,
+ "▁bet": 1452,
+ "ick": 1453,
+ "ose": 1454,
+ "▁when": 1455,
+ "▁film": 1456,
+ "inal": 1457,
+ "ve": 1458,
+ "▁fe": 1459,
+ "ents": 1460,
+ "ious": 1461,
+ "ake": 1462,
+ "way": 1463,
+ "aus": 1464,
+ "fer": 1465,
+ "att": 1466,
+ "reat": 1467,
+ "ft": 1468,
+ "▁cons": 1469,
+ "iss": 1470,
+ "round": 1471,
+ "▁8": 1472,
+ "▁Mar": 1473,
+ "▁rem": 1474,
+ "gan": 1475,
+ "rib": 1476,
+ "rop": 1477,
+ "ved": 1478,
+ "ason": 1479,
+ "▁dec": 1480,
+ "▁during": 1481,
+ "▁und": 1482,
+ "orth": 1483,
+ "ubl": 1484,
+ "▁again": 1485,
+ "hip": 1486,
+ "▁most": 1487,
+ "▁game": 1488,
+ "▁9": 1489,
+ "▁pr": 1490,
+ "▁As": 1491,
+ "▁them": 1492,
+ "▁only": 1493,
+ "▁199": 1494,
+ "oth": 1495,
+ "ween": 1496,
+ "▁ear": 1497,
+ "ix": 1498,
+ "ollow": 1499,
+ "▁than": 1500,
+ "ath": 1501,
+ "▁sup": 1502,
+ "▁ne": 1503,
+ "ational": 1504,
+ "fore": 1505,
+ "▁Se": 1506,
+ "▁New": 1507,
+ "▁about": 1508,
+ "▁produ": 1509,
+ "ob": 1510,
+ "▁cent": 1511,
+ "▁kn": 1512,
+ "tern": 1513,
+ "▁ret": 1514,
+ "▁char": 1515,
+ "▁song": 1516,
+ "▁can": 1517,
+ "outh": 1518,
+ "ug": 1519,
+ "▁between": 1520,
+ "▁later": 1521,
+ "ey": 1522,
+ "▁rele": 1523,
+ "▁under": 1524,
+ "▁three": 1525,
+ "ict": 1526,
+ "orn": 1527,
+ "▁col": 1528,
+ "▁act": 1529,
+ "hn": 1530,
+ "ton": 1531,
+ "iew": 1532,
+ "▁00": 1533,
+ "aid": 1534,
+ "ron": 1535,
+ "▁through": 1536,
+ "als": 1537,
+ "▁qu": 1538,
+ "orld": 1539,
+ "▁num": 1540,
+ "▁En": 1541,
+ "ook": 1542,
+ "▁so": 1543,
+ "ters": 1544,
+ "▁acc": 1545,
+ "▁me": 1546,
+ "▁rel": 1547,
+ "▁while": 1548,
+ "▁end": 1549,
+ "meric": 1550,
+ "▁Americ": 1551,
+ "ank": 1552,
+ "lect": 1553,
+ "▁fl": 1554,
+ "▁pos": 1555,
+ "▁Le": 1556,
+ "ral": 1557,
+ "ock": 1558,
+ "▁sub": 1559,
+ "▁ass": 1560,
+ "▁where": 1561,
+ "ular": 1562,
+ "ating": 1563,
+ "▁ver": 1564,
+ "▁day": 1565,
+ "▁reg": 1566,
+ "▁second": 1567,
+ "▁bu": 1568,
+ "ener": 1569,
+ "▁made": 1570,
+ "▁Com": 1571,
+ "ames": 1572,
+ "ision": 1573,
+ "ived": 1574,
+ "ck": 1575,
+ "▁pe": 1576,
+ "▁record": 1577,
+ "hes": 1578,
+ "▁def": 1579,
+ "bum": 1580,
+ "▁four": 1581,
+ "▁Re": 1582,
+ "son": 1583,
+ "▁gro": 1584,
+ "▁follow": 1585,
+ "▁season": 1586,
+ "▁000": 1587,
+ "▁form": 1588,
+ "▁some": 1589,
+ "▁ep": 1590,
+ "▁such": 1591,
+ "ished": 1592,
+ "▁am": 1593,
+ "▁mov": 1594,
+ "ool": 1595,
+ "▁before": 1596,
+ "ained": 1597,
+ "▁mus": 1598,
+ "▁there": 1599,
+ "▁writ": 1600,
+ "ph": 1601,
+ "▁Jo": 1602,
+ "▁spec": 1603,
+ "▁Sp": 1604,
+ "ics": 1605,
+ "ike": 1606,
+ "▁10": 1607,
+ "▁years": 1608,
+ "io": 1609,
+ "▁team": 1610,
+ "iel": 1611,
+ "▁sy": 1612,
+ "hen": 1613,
+ "ode": 1614,
+ "▁This": 1615,
+ "▁At": 1616,
+ "▁/": 1617,
+ "ident": 1618,
+ "ual": 1619,
+ "▁lar": 1620,
+ "▁album": 1621,
+ "▁ind": 1622,
+ "owever": 1623,
+ "ily": 1624,
+ "▁used": 1625,
+ "▁ent": 1626,
+ "▁gr": 1627,
+ "ros": 1628,
+ "ning": 1629,
+ "▁call": 1630,
+ "▁sur": 1631,
+ "ific": 1632,
+ "▁high": 1633,
+ "▁ac": 1634,
+ "▁publ": 1635,
+ "ury": 1636,
+ "▁Sh": 1637,
+ "▁being": 1638,
+ "▁epis": 1639,
+ "▁then": 1640,
+ "velop": 1641,
+ "▁do": 1642,
+ "▁loc": 1643,
+ "led": 1644,
+ "▁exp": 1645,
+ "ten": 1646,
+ "ife": 1647,
+ "▁against": 1648,
+ "▁17": 1649,
+ "▁inv": 1650,
+ "aj": 1651,
+ "other": 1652,
+ "ris": 1653,
+ "▁pres": 1654,
+ "▁bl": 1655,
+ "anc": 1656,
+ "▁number": 1657,
+ "▁show": 1658,
+ "▁After": 1659,
+ "▁charac": 1660,
+ "▁sever": 1661,
+ "▁0": 1662,
+ "▁add": 1663,
+ "▁set": 1664,
+ "▁co": 1665,
+ "ince": 1666,
+ "ane": 1667,
+ "▁became": 1668,
+ "▁rece": 1669,
+ "ject": 1670,
+ "▁Brit": 1671,
+ "ause": 1672,
+ "▁lead": 1673,
+ "▁perform": 1674,
+ "▁including": 1675,
+ "▁br": 1676,
+ "▁sing": 1677,
+ "▁no": 1678,
+ "▁—": 1679,
+ "ars": 1680,
+ "ather": 1681,
+ "ek": 1682,
+ "▁United": 1683,
+ "▁found": 1684,
+ "erm": 1685,
+ "▁well": 1686,
+ "ines": 1687,
+ "▁rep": 1688,
+ "▁mon": 1689,
+ "▁pol": 1690,
+ "air": 1691,
+ "▁back": 1692,
+ "▁both": 1693,
+ "▁series": 1694,
+ "▁198": 1695,
+ "▁cap": 1696,
+ "▁Sc": 1697,
+ "ale": 1698,
+ "▁15": 1699,
+ "ober": 1700,
+ "▁12": 1701,
+ "▁ship": 1702,
+ "ier": 1703,
+ "ower": 1704,
+ "ement": 1705,
+ "ired": 1706,
+ "ures": 1707,
+ "▁Con": 1708,
+ "its": 1709,
+ "▁main": 1710,
+ "▁Wh": 1711,
+ "ivers": 1712,
+ "▁194": 1713,
+ "▁She": 1714,
+ "ert": 1715,
+ "▁min": 1716,
+ "ley": 1717,
+ "pen": 1718,
+ "overn": 1719,
+ "▁did": 1720,
+ "iet": 1721,
+ "▁go": 1722,
+ "der": 1723,
+ "▁cre": 1724,
+ "elf": 1725,
+ "▁develop": 1726,
+ "▁imp": 1727,
+ "▁Eng": 1728,
+ "ram": 1729,
+ "ities": 1730,
+ "▁long": 1731,
+ "▁met": 1732,
+ "ik": 1733,
+ "ann": 1734,
+ "iver": 1735,
+ "ised": 1736,
+ "any": 1737,
+ "ven": 1738,
+ "olog": 1739,
+ "ting": 1740,
+ "ared": 1741,
+ "▁John": 1742,
+ "▁mill": 1743,
+ "ird": 1744,
+ "▁em": 1745,
+ "▁air": 1746,
+ "uch": 1747,
+ "ful": 1748,
+ "▁mat": 1749,
+ "▁episode": 1750,
+ "tend": 1751,
+ "az": 1752,
+ "irect": 1753,
+ "ll": 1754,
+ "▁said": 1755,
+ "▁stud": 1756,
+ "▁many": 1757,
+ "▁bro": 1758,
+ "ute": 1759,
+ "▁dep": 1760,
+ "▁could": 1761,
+ "ative": 1762,
+ "▁orig": 1763,
+ "▁car": 1764,
+ "▁16": 1765,
+ "▁contin": 1766,
+ "▁war": 1767,
+ "▁several": 1768,
+ "▁American": 1769,
+ "though": 1770,
+ "▁dif": 1771,
+ "▁inst": 1772,
+ "▁pop": 1773,
+ "▁Ind": 1774,
+ "▁Cl": 1775,
+ "ash": 1776,
+ "ouse": 1777,
+ "ield": 1778,
+ "▁known": 1779,
+ "▁197": 1780,
+ "emb": 1781,
+ "ise": 1782,
+ "ually": 1783,
+ "▁196": 1784,
+ "ty": 1785,
+ "▁Aust": 1786,
+ "▁conc": 1787,
+ "til": 1788,
+ "▁Br": 1789,
+ "▁11": 1790,
+ "iam": 1791,
+ "view": 1792,
+ "ins": 1793,
+ "▁War": 1794,
+ "erson": 1795,
+ "▁ob": 1796,
+ "ued": 1797,
+ "▁return": 1798,
+ "▁began": 1799,
+ "▁any": 1800,
+ "▁sm": 1801,
+ "▁comple": 1802,
+ "▁design": 1803,
+ "▁desc": 1804,
+ "▁sign": 1805,
+ "ern": 1806,
+ "ople": 1807,
+ "chool": 1808,
+ "ross": 1809,
+ "ange": 1810,
+ "▁est": 1811,
+ "my": 1812,
+ "aking": 1813,
+ "▁Fr": 1814,
+ "ccess": 1815,
+ "0s": 1816,
+ "▁trans": 1817,
+ "▁prov": 1818,
+ "▁De": 1819,
+ "▁feat": 1820,
+ "hy": 1821,
+ "▁inf": 1822,
+ "▁run": 1823,
+ "▁early": 1824,
+ "▁art": 1825,
+ "▁music": 1826,
+ "▁own": 1827,
+ "▁dist": 1828,
+ "ah": 1829,
+ "▁near": 1830,
+ "▁released": 1831,
+ "ided": 1832,
+ "▁until": 1833,
+ "▁Bl": 1834,
+ "rap": 1835,
+ "▁called": 1836,
+ "ized": 1837,
+ "ism": 1838,
+ "▁eff": 1839,
+ "imes": 1840,
+ "▁Col": 1841,
+ "▁US": 1842,
+ "▁resp": 1843,
+ "▁bel": 1844,
+ "oot": 1845,
+ "▁pass": 1846,
+ "une": 1847,
+ "ured": 1848,
+ "stem": 1849,
+ "▁fin": 1850,
+ "▁Z": 1851,
+ "ially": 1852,
+ "▁May": 1853,
+ "ists": 1854,
+ "▁down": 1855,
+ "ution": 1856,
+ "enn": 1857,
+ "▁disc": 1858,
+ "▁crit": 1859,
+ "ments": 1860,
+ "osed": 1861,
+ "▁direct": 1862,
+ "▁gener": 1863,
+ "▁along": 1864,
+ "xt": 1865,
+ "▁ins": 1866,
+ "▁million": 1867,
+ "▁prev": 1868,
+ "▁British": 1869,
+ "▁Ger": 1870,
+ "▁group": 1871,
+ "▁offic": 1872,
+ "▁fam": 1873,
+ "▁13": 1874,
+ "▁these": 1875,
+ "ajor": 1876,
+ "ium": 1877,
+ "ull": 1878,
+ "▁mod": 1879,
+ "▁may": 1880,
+ "▁$": 1881,
+ "ax": 1882,
+ "▁open": 1883,
+ "cept": 1884,
+ "▁mil": 1885,
+ "eb": 1886,
+ "▁poin": 1887,
+ "els": 1888,
+ "ains": 1889,
+ "▁Ad": 1890,
+ "▁land": 1891,
+ "▁sim": 1892,
+ "gest": 1893,
+ "▁hist": 1894,
+ "▁govern": 1895,
+ "▁Aug": 1896,
+ "ger": 1897,
+ "▁Sept": 1898,
+ "▁Be": 1899,
+ "▁success": 1900,
+ "▁str": 1901,
+ "▁September": 1902,
+ "▁August": 1903,
+ "erv": 1904,
+ "▁States": 1905,
+ "▁World": 1906,
+ "▁oper": 1907,
+ "▁count": 1908,
+ "▁attack": 1909,
+ "ible": 1910,
+ "uc": 1911,
+ "▁gu": 1912,
+ "▁same": 1913,
+ "▁use": 1914,
+ "▁Ap": 1915,
+ "▁describ": 1916,
+ "wards": 1917,
+ "▁people": 1918,
+ "ets": 1919,
+ "▁character": 1920,
+ "aced": 1921,
+ "▁because": 1922,
+ "▁For": 1923,
+ "amed": 1924,
+ "ink": 1925,
+ "▁All": 1926,
+ "aining": 1927,
+ "▁Is": 1928,
+ "▁like": 1929,
+ "▁serv": 1930,
+ "yp": 1931,
+ "▁14": 1932,
+ "▁Ju": 1933,
+ "▁around": 1934,
+ "▁though": 1935,
+ "▁start": 1936,
+ "aving": 1937,
+ "▁195": 1938,
+ "▁ed": 1939,
+ "▁km": 1940,
+ "▁win": 1941,
+ "▁const": 1942,
+ "▁took": 1943,
+ "▁occ": 1944,
+ "ues": 1945,
+ "▁Austral": 1946,
+ "ruct": 1947,
+ "▁batt": 1948,
+ "▁Oct": 1949,
+ "▁Pl": 1950,
+ "▁German": 1951,
+ "ner": 1952,
+ "▁ann": 1953,
+ "▁support": 1954,
+ "ped": 1955,
+ "▁following": 1956,
+ "▁Nov": 1957,
+ "▁dr": 1958,
+ "▁six": 1959,
+ "ove": 1960,
+ "▁north": 1961,
+ "▁Tr": 1962,
+ "▁ele": 1963,
+ "▁193": 1964,
+ "▁However": 1965,
+ "▁system": 1966,
+ "▁appear": 1967,
+ "▁Q": 1968,
+ "▁final": 1969,
+ "▁received": 1970,
+ "▁class": 1971,
+ "uss": 1972,
+ "▁Car": 1973,
+ "▁October": 1974,
+ "▁consid": 1975,
+ "▁prom": 1976,
+ "▁head": 1977,
+ "ives": 1978,
+ "ants": 1979,
+ "▁Dec": 1980,
+ "▁191": 1981,
+ "ility": 1982,
+ "▁ever": 1983,
+ "▁state": 1984,
+ "▁build": 1985,
+ "ene": 1986,
+ "▁each": 1987,
+ "ically": 1988,
+ "▁five": 1989,
+ "ling": 1990,
+ "▁adv": 1991,
+ "▁ext": 1992,
+ "anu": 1993,
+ "▁century": 1994,
+ "▁Pro": 1995,
+ "▁York": 1996,
+ "▁aut": 1997,
+ "▁area": 1998,
+ "▁var": 1999,
+ "ret": 2000,
+ "▁will": 2001,
+ "▁They": 2002,
+ "▁small": 2003,
+ "ately": 2004,
+ "▁bo": 2005,
+ "rol": 2006,
+ "▁partic": 2007,
+ "▁life": 2008,
+ "gin": 2009,
+ "▁North": 2010,
+ "iving": 2011,
+ "▁report": 2012,
+ "get": 2013,
+ "▁]": 2014,
+ "▁[": 2015,
+ "ored": 2016,
+ "tle": 2017,
+ "▁June": 2018,
+ "oss": 2019,
+ "▁By": 2020,
+ "ording": 2021,
+ "ril": 2022,
+ "▁city": 2023,
+ "▁Me": 2024,
+ "▁major": 2025,
+ "▁week": 2026,
+ "▁King": 2027,
+ "▁public": 2028,
+ "ians": 2029,
+ "▁mar": 2030,
+ "▁July": 2031,
+ "▁%": 2032,
+ "ission": 2033,
+ "▁conf": 2034,
+ "▁band": 2035,
+ "ection": 2036,
+ "▁ref": 2037,
+ "▁November": 2038,
+ "med": 2039,
+ "urch": 2040,
+ "▁Har": 2041,
+ "▁rest": 2042,
+ "▁Comm": 2043,
+ "▁world": 2044,
+ "▁since": 2045,
+ "▁Will": 2046,
+ "▁med": 2047,
+ "inc": 2048,
+ "▁single": 2049,
+ "ina": 2050,
+ "raft": 2051,
+ "▁April": 2052,
+ "esp": 2053,
+ "por": 2054,
+ "lish": 2055,
+ "▁det": 2056,
+ "▁just": 2057,
+ "▁March": 2058,
+ "ried": 2059,
+ "▁last": 2060,
+ "▁Pr": 2061,
+ "ected": 2062,
+ "omet": 2063,
+ "..": 2064,
+ "hest": 2065,
+ "ural": 2066,
+ "ional": 2067,
+ "▁turn": 2068,
+ "▁Ed": 2069,
+ "ively": 2070,
+ "▁allow": 2071,
+ "aim": 2072,
+ "▁Mc": 2073,
+ "▁hel": 2074,
+ "ilt": 2075,
+ "▁Can": 2076,
+ "ient": 2077,
+ "▁Gr": 2078,
+ "▁arr": 2079,
+ "▁po": 2080,
+ "▁left": 2081,
+ "▁30": 2082,
+ "ague": 2083,
+ "▁large": 2084,
+ "▁line": 2085,
+ "▁differ": 2086,
+ "idge": 2087,
+ "▁care": 2088,
+ "▁South": 2089,
+ "cl": 2090,
+ "▁Ge": 2091,
+ "▁south": 2092,
+ "▁During": 2093,
+ "▁...": 2094,
+ "ales": 2095,
+ "ified": 2096,
+ "▁book": 2097,
+ "▁vers": 2098,
+ "▁school": 2099,
+ "empt": 2100,
+ "▁December": 2101,
+ "▁third": 2102,
+ "rist": 2103,
+ "avy": 2104,
+ "▁sl": 2105,
+ "ble": 2106,
+ "▁incre": 2107,
+ "ats": 2108,
+ "▁Or": 2109,
+ "▁month": 2110,
+ "▁due": 2111,
+ "▁appro": 2112,
+ "ined": 2113,
+ "▁played": 2114,
+ "▁much": 2115,
+ "▁event": 2116,
+ "▁25": 2117,
+ "▁if": 2118,
+ "▁another": 2119,
+ "rote": 2120,
+ "▁Janu": 2121,
+ "▁January": 2122,
+ "▁included": 2123,
+ "▁192": 2124,
+ "▁what": 2125,
+ "row": 2126,
+ "▁based": 2127,
+ "▁place": 2128,
+ "eng": 2129,
+ "▁short": 2130,
+ "aged": 2131,
+ "▁II": 2132,
+ "by": 2133,
+ "▁government": 2134,
+ "▁expl": 2135,
+ "▁Ph": 2136,
+ "ograp": 2137,
+ "▁person": 2138,
+ "▁wrote": 2139,
+ "▁When": 2140,
+ "▁track": 2141,
+ "ony": 2142,
+ "ball": 2143,
+ "▁camp": 2144,
+ "▁old": 2145,
+ "▁tit": 2146,
+ "▁name": 2147,
+ "apan": 2148,
+ "▁death": 2149,
+ "▁bre": 2150,
+ "ently": 2151,
+ "▁port": 2152,
+ "alf": 2153,
+ "▁ph": 2154,
+ "ages": 2155,
+ "▁elect": 2156,
+ "▁Eu": 2157,
+ "▁Japan": 2158,
+ "▁won": 2159,
+ "ience": 2160,
+ "ple": 2161,
+ "▁child": 2162,
+ "ne": 2163,
+ "▁lit": 2164,
+ "▁prot": 2165,
+ "▁kill": 2166,
+ "▁eng": 2167,
+ "▁story": 2168,
+ "▁prog": 2169,
+ "ideo": 2170,
+ "▁power": 2171,
+ "oad": 2172,
+ "▁review": 2173,
+ "ody": 2174,
+ "▁vis": 2175,
+ "▁home": 2176,
+ "ital": 2177,
+ "▁led": 2178,
+ "▁Bro": 2179,
+ "▁described": 2180,
+ "▁previous": 2181,
+ "▁requ": 2182,
+ "▁cour": 2183,
+ "▁family": 2184,
+ "▁gun": 2185,
+ "▁Te": 2186,
+ "oman": 2187,
+ "▁way": 2188,
+ "ott": 2189,
+ "▁named": 2190,
+ "▁right": 2191,
+ "▁now": 2192,
+ "urther": 2193,
+ "▁dem": 2194,
+ "▁even": 2195,
+ "iven": 2196,
+ "▁make": 2197,
+ "iod": 2198,
+ "▁Mus": 2199,
+ "▁men": 2200,
+ "embers": 2201,
+ "ilar": 2202,
+ "▁leg": 2203,
+ "ged": 2204,
+ "iversity": 2205,
+ "▁attempt": 2206,
+ "ister": 2207,
+ "reen": 2208,
+ "▁best": 2209,
+ "ention": 2210,
+ "itions": 2211,
+ "omin": 2212,
+ "▁repl": 2213,
+ "ivision": 2214,
+ "▁opp": 2215,
+ "▁100": 2216,
+ "▁games": 2217,
+ "cy": 2218,
+ "rench": 2219,
+ "ached": 2220,
+ "aff": 2221,
+ "▁term": 2222,
+ "▁Gu": 2223,
+ "▁command": 2224,
+ "▁top": 2225,
+ "ior": 2226,
+ "▁hand": 2227,
+ "▁poss": 2228,
+ "ival": 2229,
+ "▁belie": 2230,
+ "▁very": 2231,
+ "▁'t": 2232,
+ "▁dam": 2233,
+ "▁those": 2234,
+ "▁His": 2235,
+ "ness": 2236,
+ "▁And": 2237,
+ "▁Feb": 2238,
+ "ont": 2239,
+ "▁Europ": 2240,
+ "mp": 2241,
+ "ruary": 2242,
+ "▁February": 2243,
+ "▁iss": 2244,
+ "▁still": 2245,
+ "▁organ": 2246,
+ "▁next": 2247,
+ "▁species": 2248,
+ "▁Fl": 2249,
+ "▁effect": 2250,
+ "▁view": 2251,
+ "riend": 2252,
+ "ances": 2253,
+ "self": 2254,
+ "▁Christ": 2255,
+ "▁par": 2256,
+ "▁capt": 2257,
+ "▁There": 2258,
+ "ps": 2259,
+ "▁National": 2260,
+ "aken": 2261,
+ "▁original": 2262,
+ "oci": 2263,
+ "ature": 2264,
+ "▁spe": 2265,
+ "ences": 2266,
+ "▁water": 2267,
+ "▁addition": 2268,
+ "▁join": 2269,
+ "ox": 2270,
+ "ched": 2271,
+ "▁Europe": 2272,
+ "▁list": 2273,
+ "sh": 2274,
+ "▁We": 2275,
+ "ery": 2276,
+ "▁within": 2277,
+ "▁period": 2278,
+ "▁members": 2279,
+ "lu": 2280,
+ "▁mark": 2281,
+ "▁held": 2282,
+ "▁built": 2283,
+ "▁French": 2284,
+ "▁deb": 2285,
+ "▁exper": 2286,
+ "▁release": 2287,
+ "▁although": 2288,
+ "▁late": 2289,
+ "▁former": 2290,
+ "hor": 2291,
+ "▁great": 2292,
+ "▁match": 2293,
+ "▁Bar": 2294,
+ "rew": 2295,
+ "alk": 2296,
+ "▁sold": 2297,
+ "lev": 2298,
+ "▁dest": 2299,
+ "▁2010": 2300,
+ "augh": 2301,
+ "uted": 2302,
+ "▁cur": 2303,
+ "ney": 2304,
+ "tended": 2305,
+ "▁video": 2306,
+ "line": 2307,
+ "▁caus": 2308,
+ "▁storm": 2309,
+ "ented": 2310,
+ "▁West": 2311,
+ "ards": 2312,
+ "▁cover": 2313,
+ "ring": 2314,
+ "▁init": 2315,
+ "▁Par": 2316,
+ "▁role": 2317,
+ "▁21": 2318,
+ "ropical": 2319,
+ "▁William": 2320,
+ "▁came": 2321,
+ "▁estab": 2322,
+ "▁av": 2323,
+ "▁tri": 2324,
+ "▁days": 2325,
+ "▁result": 2326,
+ "▁Am": 2327,
+ "af": 2328,
+ "▁mid": 2329,
+ "▁control": 2330,
+ "ption": 2331,
+ "▁stand": 2332,
+ "▁real": 2333,
+ "▁polit": 2334,
+ "ulation": 2335,
+ "ides": 2336,
+ "▁however": 2337,
+ "ech": 2338,
+ "ler": 2339,
+ "▁Her": 2340,
+ "itary": 2341,
+ "au": 2342,
+ "oon": 2343,
+ "hel": 2344,
+ "▁2008": 2345,
+ "▁cr": 2346,
+ "▁my": 2347,
+ "▁2009": 2348,
+ "▁prop": 2349,
+ "▁few": 2350,
+ "▁town": 2351,
+ "▁Min": 2352,
+ "aster": 2353,
+ "▁X": 2354,
+ "▁wind": 2355,
+ "▁Geor": 2356,
+ "ense": 2357,
+ "▁you": 2358,
+ "▁side": 2359,
+ "▁tw": 2360,
+ "▁24": 2361,
+ "▁continued": 2362,
+ "▁often": 2363,
+ "akes": 2364,
+ "atic": 2365,
+ "na": 2366,
+ "▁equ": 2367,
+ "▁local": 2368,
+ "▁sk": 2369,
+ "▁2011": 2370,
+ "▁Ear": 2371,
+ "▁post": 2372,
+ "▁among": 2373,
+ "▁Man": 2374,
+ "▁say": 2375,
+ "▁similar": 2376,
+ "ham": 2377,
+ "ruction": 2378,
+ "tal": 2379,
+ "▁Air": 2380,
+ "▁Char": 2381,
+ "omb": 2382,
+ "▁Mich": 2383,
+ "▁claim": 2384,
+ "ead": 2385,
+ "▁hum": 2386,
+ "▁del": 2387,
+ "estern": 2388,
+ "gy": 2389,
+ "▁&": 2390,
+ "▁England": 2391,
+ "side": 2392,
+ "ator": 2393,
+ "reet": 2394,
+ "▁No": 2395,
+ "omen": 2396,
+ "▁different": 2397,
+ "br": 2398,
+ "▁sug": 2399,
+ "read": 2400,
+ "ract": 2401,
+ "let": 2402,
+ "▁beh": 2403,
+ "elt": 2404,
+ "▁further": 2405,
+ "▁typ": 2406,
+ "ying": 2407,
+ "ese": 2408,
+ "▁sent": 2409,
+ "▁Rec": 2410,
+ "▁level": 2411,
+ "ves": 2412,
+ "▁considered": 2413,
+ "▁take": 2414,
+ "▁Dav": 2415,
+ "▁law": 2416,
+ "▁fre": 2417,
+ "ology": 2418,
+ "▁2007": 2419,
+ "▁22": 2420,
+ "ops": 2421,
+ "▁career": 2422,
+ "eter": 2423,
+ "▁One": 2424,
+ "par": 2425,
+ "ots": 2426,
+ "▁production": 2427,
+ "esc": 2428,
+ "▁half": 2429,
+ "urs": 2430,
+ "uck": 2431,
+ "▁Park": 2432,
+ "▁having": 2433,
+ "ices": 2434,
+ "▁City": 2435,
+ "ampions": 2436,
+ "ms": 2437,
+ "▁English": 2438,
+ "▁Acc": 2439,
+ "app": 2440,
+ "▁El": 2441,
+ "ung": 2442,
+ "▁moved": 2443,
+ "▁east": 2444,
+ "▁road": 2445,
+ "▁Co": 2446,
+ "▁mag": 2447,
+ "▁ant": 2448,
+ "yl": 2449,
+ ".S": 2450,
+ "▁without": 2451,
+ "▁every": 2452,
+ "▁west": 2453,
+ "▁Although": 2454,
+ "me": 2455,
+ "ering": 2456,
+ "rodu": 2457,
+ "▁appe": 2458,
+ "▁player": 2459,
+ "▁2012": 2460,
+ "▁position": 2461,
+ "▁become": 2462,
+ "▁plan": 2463,
+ "▁Cent": 2464,
+ "▁history": 2465,
+ ".S.": 2466,
+ "▁version": 2467,
+ "▁conv": 2468,
+ "▁cor": 2469,
+ "ondon": 2470,
+ "▁Ang": 2471,
+ "ront": 2472,
+ "bo": 2473,
+ "▁Count": 2474,
+ "▁cast": 2475,
+ "▁influ": 2476,
+ "▁London": 2477,
+ "▁el": 2478,
+ "▁house": 2479,
+ "vers": 2480,
+ "▁sound": 2481,
+ "ches": 2482,
+ "ford": 2483,
+ "▁commun": 2484,
+ "ones": 2485,
+ "yle": 2486,
+ "▁fore": 2487,
+ "▁23": 2488,
+ "▁Cal": 2489,
+ "▁suggest": 2490,
+ "▁club": 2491,
+ "ize": 2492,
+ "▁strong": 2493,
+ "▁invol": 2494,
+ "▁Batt": 2495,
+ "▁written": 2496,
+ "irc": 2497,
+ "atter": 2498,
+ "▁With": 2499,
+ "▁190": 2500,
+ "▁less": 2501,
+ "▁bas": 2502,
+ "aul": 2503,
+ "▁stat": 2504,
+ "▁announ": 2505,
+ "utes": 2506,
+ "▁River": 2507,
+ "▁foot": 2508,
+ "▁order": 2509,
+ "ape": 2510,
+ "▁refer": 2511,
+ "iety": 2512,
+ "▁U.S.": 2513,
+ "rest": 2514,
+ "▁prof": 2515,
+ "▁Canad": 2516,
+ "craft": 2517,
+ "▁point": 2518,
+ "▁given": 2519,
+ "sequ": 2520,
+ "▁aff": 2521,
+ "▁tem": 2522,
+ "▁low": 2523,
+ "▁trad": 2524,
+ "▁hig": 2525,
+ "▁want": 2526,
+ "▁University": 2527,
+ "▁gave": 2528,
+ "▁Gener": 2529,
+ "▁rad": 2530,
+ "iqu": 2531,
+ "▁ke": 2532,
+ "rent": 2533,
+ "▁far": 2534,
+ "▁import": 2535,
+ "▁never": 2536,
+ "▁While": 2537,
+ "▁chang": 2538,
+ "▁defe": 2539,
+ "ailed": 2540,
+ "ald": 2541,
+ "▁returned": 2542,
+ "▁pat": 2543,
+ "▁soc": 2544,
+ "ories": 2545,
+ "▁repres": 2546,
+ "▁total": 2547,
+ "▁vict": 2548,
+ "▁tro": 2549,
+ "▁fact": 2550,
+ "▁good": 2551,
+ "▁High": 2552,
+ "▁Pol": 2553,
+ "▁company": 2554,
+ "▁went": 2555,
+ "▁country": 2556,
+ "▁comb": 2557,
+ "aly": 2558,
+ "▁fire": 2559,
+ "▁friend": 2560,
+ "cess": 2561,
+ "▁published": 2562,
+ "roy": 2563,
+ "▁hour": 2564,
+ "ison": 2565,
+ "sp": 2566,
+ "▁produced": 2567,
+ "ges": 2568,
+ "levision": 2569,
+ "▁find": 2570,
+ "▁reported": 2571,
+ "aun": 2572,
+ "▁origin": 2573,
+ "▁youn": 2574,
+ "isc": 2575,
+ "▁2006": 2576,
+ "ably": 2577,
+ "▁lost": 2578,
+ "▁stated": 2579,
+ "aign": 2580,
+ "▁common": 2581,
+ "▁program": 2582,
+ "ille": 2583,
+ "▁Ex": 2584,
+ "▁particular": 2585,
+ "▁light": 2586,
+ "ai": 2587,
+ "▁ord": 2588,
+ "▁adm": 2589,
+ "▁Sm": 2590,
+ "ington": 2591,
+ "con": 2592,
+ "▁include": 2593,
+ "▁According": 2594,
+ "echn": 2595,
+ "urric": 2596,
+ "▁compet": 2597,
+ "▁recorded": 2598,
+ "used": 2599,
+ "▁building": 2600,
+ "▁press": 2601,
+ "gr": 2602,
+ "hing": 2603,
+ "ief": 2604,
+ "err": 2605,
+ "▁need": 2606,
+ "▁project": 2607,
+ "▁forces": 2608,
+ "▁bus": 2609,
+ "▁Sy": 2610,
+ "▁nort": 2611,
+ "▁ships": 2612,
+ "▁should": 2613,
+ "▁using": 2614,
+ "▁eight": 2615,
+ "▁interest": 2616,
+ "▁Ab": 2617,
+ "▁performance": 2618,
+ "aren": 2619,
+ "▁service": 2620,
+ "▁popular": 2621,
+ "▁27": 2622,
+ "▁These": 2623,
+ "▁ide": 2624,
+ "ploy": 2625,
+ "▁times": 2626,
+ "iment": 2627,
+ "raw": 2628,
+ "▁making": 2629,
+ "▁28": 2630,
+ "▁aircraft": 2631,
+ "▁ten": 2632,
+ "▁himself": 2633,
+ "▁50": 2634,
+ "▁2013": 2635,
+ "▁author": 2636,
+ "oyal": 2637,
+ "ned": 2638,
+ "▁father": 2639,
+ "▁military": 2640,
+ "tain": 2641,
+ "iness": 2642,
+ "▁Australia": 2643,
+ "▁Sw": 2644,
+ "osp": 2645,
+ "▁battle": 2646,
+ "▁anim": 2647,
+ "ampionship": 2648,
+ "lear": 2649,
+ "▁Sec": 2650,
+ "▁Jack": 2651,
+ "▁sit": 2652,
+ "▁lim": 2653,
+ "▁songs": 2654,
+ "▁somet": 2655,
+ "▁Ass": 2656,
+ "atch": 2657,
+ "▁fr": 2658,
+ "▁read": 2659,
+ "outher": 2660,
+ "▁Ne": 2661,
+ "ae": 2662,
+ "▁critic": 2663,
+ "▁Pres": 2664,
+ "ensive": 2665,
+ "▁development": 2666,
+ "play": 2667,
+ "▁Af": 2668,
+ "ither": 2669,
+ "ords": 2670,
+ "▁how": 2671,
+ "▁General": 2672,
+ "alth": 2673,
+ "▁sw": 2674,
+ "itive": 2675,
+ "quad": 2676,
+ "olution": 2677,
+ "▁State": 2678,
+ "▁Ste": 2679,
+ "eder": 2680,
+ "outhern": 2681,
+ "ases": 2682,
+ "▁James": 2683,
+ "▁gl": 2684,
+ "▁189": 2685,
+ "▁cross": 2686,
+ "▁26": 2687,
+ "▁40": 2688,
+ "▁ground": 2689,
+ "▁Dr": 2690,
+ "▁ft": 2691,
+ "cer": 2692,
+ "▁star": 2693,
+ "▁remained": 2694,
+ "▁Cor": 2695,
+ "astern": 2696,
+ "acy": 2697,
+ "▁characters": 2698,
+ "▁Army": 2699,
+ "▁national": 2700,
+ "▁get": 2701,
+ "▁ste": 2702,
+ "▁months": 2703,
+ "▁suff": 2704,
+ "▁present": 2705,
+ "▁died": 2706,
+ "rick": 2707,
+ "oll": 2708,
+ "▁gen": 2709,
+ "▁developed": 2710,
+ "ries": 2711,
+ "▁title": 2712,
+ "ublic": 2713,
+ "rie": 2714,
+ "work": 2715,
+ "▁sum": 2716,
+ "▁fun": 2717,
+ "▁Comp": 2718,
+ "▁chart": 2719,
+ "dom": 2720,
+ "▁campaign": 2721,
+ "urricane": 2722,
+ "▁force": 2723,
+ "▁children": 2724,
+ "▁League": 2725,
+ "fic": 2726,
+ "ument": 2727,
+ "ream": 2728,
+ "▁introdu": 2729,
+ "ration": 2730,
+ "bs": 2731,
+ "▁tour": 2732,
+ "ency": 2733,
+ "itted": 2734,
+ "eth": 2735,
+ "▁Bo": 2736,
+ "▁signific": 2737,
+ "▁across": 2738,
+ "isted": 2739,
+ "lands": 2740,
+ "▁son": 2741,
+ "▁away": 2742,
+ "ression": 2743,
+ "▁Gl": 2744,
+ "▁relations": 2745,
+ "ael": 2746,
+ "▁red": 2747,
+ "hern": 2748,
+ "▁obs": 2749,
+ "▁official": 2750,
+ "▁field": 2751,
+ "▁histor": 2752,
+ "▁Division": 2753,
+ "▁fav": 2754,
+ "▁pra": 2755,
+ "▁felt": 2756,
+ "aur": 2757,
+ "▁America": 2758,
+ "lege": 2759,
+ "▁noted": 2760,
+ "▁fac": 2761,
+ "▁night": 2762,
+ "most": 2763,
+ "▁announced": 2764,
+ "▁reached": 2765,
+ "▁promot": 2766,
+ "▁Russ": 2767,
+ "▁intern": 2768,
+ "▁Sim": 2769,
+ "▁created": 2770,
+ "▁County": 2771,
+ "▁areas": 2772,
+ "▁destroy": 2773,
+ "▁television": 2774,
+ "▁Japanese": 2775,
+ "ask": 2776,
+ "▁2005": 2777,
+ "▁station": 2778,
+ "▁Road": 2779,
+ "▁Rep": 2780,
+ "▁coun": 2781,
+ "alt": 2782,
+ "▁successful": 2783,
+ "ressed": 2784,
+ "ole": 2785,
+ "▁rock": 2786,
+ "imately": 2787,
+ "▁ask": 2788,
+ "▁Sup": 2789,
+ "▁arm": 2790,
+ "▁Street": 2791,
+ "vent": 2792,
+ "▁various": 2793,
+ "yn": 2794,
+ "▁’": 2795,
+ "▁val": 2796,
+ "▁political": 2797,
+ "▁seen": 2798,
+ "reg": 2799,
+ "▁followed": 2800,
+ "▁aver": 2801,
+ "▁too": 2802,
+ "▁Mad": 2803,
+ "▁bar": 2804,
+ "▁rank": 2805,
+ "▁trav": 2806,
+ "▁Mon": 2807,
+ "▁performed": 2808,
+ "iting": 2809,
+ "ising": 2810,
+ "▁Rober": 2811,
+ "▁cult": 2812,
+ "▁served": 2813,
+ "▁East": 2814,
+ "▁players": 2815,
+ "▁2014": 2816,
+ "cast": 2817,
+ "▁George": 2818,
+ "iber": 2819,
+ "▁Reg": 2820,
+ "▁full": 2821,
+ "▁29": 2822,
+ "▁cond": 2823,
+ "▁decl": 2824,
+ "▁rev": 2825,
+ "▁begin": 2826,
+ "▁prim": 2827,
+ "ope": 2828,
+ "duct": 2829,
+ "▁black": 2830,
+ "ality": 2831,
+ "ination": 2832,
+ "elling": 2833,
+ "▁fle": 2834,
+ "▁put": 2835,
+ "▁earl": 2836,
+ "▁circ": 2837,
+ "field": 2838,
+ "▁cost": 2839,
+ "idence": 2840,
+ "▁see": 2841,
+ "▁sol": 2842,
+ "▁process": 2843,
+ "omp": 2844,
+ "hem": 2845,
+ "▁style": 2846,
+ "▁Hen": 2847,
+ "abor": 2848,
+ "▁look": 2849,
+ "▁test": 2850,
+ "ization": 2851,
+ "▁div": 2852,
+ "▁seven": 2853,
+ "▁enc": 2854,
+ "reek": 2855,
+ "▁To": 2856,
+ "▁killed": 2857,
+ "▁aud": 2858,
+ "ays": 2859,
+ "▁help": 2860,
+ "▁Phil": 2861,
+ "rict": 2862,
+ "lished": 2863,
+ "▁let": 2864,
+ "▁throughout": 2865,
+ "▁vol": 2866,
+ "▁taken": 2867,
+ "▁Ser": 2868,
+ "▁tropical": 2869,
+ "▁able": 2870,
+ "▁Bill": 2871,
+ "▁fight": 2872,
+ "▁discover": 2873,
+ "▁non": 2874,
+ "▁agre": 2875,
+ "▁little": 2876,
+ "ertain": 2877,
+ "▁wid": 2878,
+ "ecut": 2879,
+ "▁becom": 2880,
+ "▁cy": 2881,
+ "▁significant": 2882,
+ "▁age": 2883,
+ "▁fem": 2884,
+ "ett": 2885,
+ "▁Em": 2886,
+ "▁meet": 2887,
+ "▁hit": 2888,
+ "▁ident": 2889,
+ "▁special": 2890,
+ "▁techn": 2891,
+ "ways": 2892,
+ "▁writing": 2893,
+ "▁er": 2894,
+ "oice": 2895,
+ "▁struct": 2896,
+ "▁thought": 2897,
+ "▁established": 2898,
+ "irl": 2899,
+ "▁broad": 2900,
+ "▁cop": 2901,
+ "enced": 2902,
+ "▁front": 2903,
+ "▁body": 2904,
+ "▁mm": 2905,
+ "▁appeared": 2906,
+ "▁does": 2907,
+ "▁David": 2908,
+ "▁entire": 2909,
+ "▁Australian": 2910,
+ "▁Act": 2911,
+ "▁!": 2912,
+ "▁Part": 2913,
+ "▁coll": 2914,
+ "epend": 2915,
+ "▁points": 2916,
+ "▁coast": 2917,
+ "▁miles": 2918,
+ "cil": 2919,
+ "▁Per": 2920,
+ "▁award": 2921,
+ "aval": 2922,
+ "▁impro": 2923,
+ "▁route": 2924,
+ "▁member": 2925,
+ "▁Rich": 2926,
+ "ought": 2927,
+ "ground": 2928,
+ "▁women": 2929,
+ "▁activ": 2930,
+ "▁range": 2931,
+ "odes": 2932,
+ "▁Mor": 2933,
+ "▁caused": 2934,
+ "▁started": 2935,
+ "▁decided": 2936,
+ "ript": 2937,
+ "urg": 2938,
+ "ivil": 2939,
+ "▁You": 2940,
+ "▁features": 2941,
+ "lected": 2942,
+ "▁Afric": 2943,
+ "▁general": 2944,
+ "▁Med": 2945,
+ "▁pain": 2946,
+ "▁eventually": 2947,
+ "day": 2948,
+ "less": 2949,
+ "hys": 2950,
+ "aves": 2951,
+ "iers": 2952,
+ "iron": 2953,
+ "conom": 2954,
+ "▁Royal": 2955,
+ "▁race": 2956,
+ "ators": 2957,
+ "iec": 2958,
+ "ming": 2959,
+ "ster": 2960,
+ "ana": 2961,
+ "▁grow": 2962,
+ "▁Pe": 2963,
+ "▁manag": 2964,
+ "▁arch": 2965,
+ "▁feet": 2966,
+ "idd": 2967,
+ "ogn": 2968,
+ "▁toget": 2969,
+ "▁together": 2970,
+ "▁added": 2971,
+ "rison": 2972,
+ "▁hold": 2973,
+ "▁House": 2974,
+ "▁cut": 2975,
+ "▁Hist": 2976,
+ "ius": 2977,
+ "▁once": 2978,
+ "▁white": 2979,
+ "ivid": 2980,
+ "▁188": 2981,
+ "here": 2982,
+ "▁formed": 2983,
+ "▁My": 2984,
+ "▁tre": 2985,
+ "ample": 2986,
+ "▁located": 2987,
+ "lin": 2988,
+ "itar": 2989,
+ "▁nov": 2990,
+ "▁stri": 2991,
+ "▁arg": 2992,
+ "▁Sch": 2993,
+ "▁modern": 2994,
+ "▁conn": 2995,
+ "▁instead": 2996,
+ "rought": 2997,
+ "bert": 2998,
+ "▁round": 2999,
+ "▁Qu": 3000,
+ "emy": 3001,
+ "umb": 3002,
+ "men": 3003,
+ "▁esc": 3004,
+ "orts": 3005,
+ "▁Black": 3006,
+ "▁ball": 3007,
+ "aces": 3008,
+ "▁important": 3009,
+ "hic": 3010,
+ "▁mix": 3011,
+ "omm": 3012,
+ "▁Intern": 3013,
+ "ades": 3014,
+ "▁crew": 3015,
+ "▁pri": 3016,
+ "▁saw": 3017,
+ "▁action": 3018,
+ "urb": 3019,
+ "▁completed": 3020,
+ "▁31": 3021,
+ "cing": 3022,
+ "▁redu": 3023,
+ "head": 3024,
+ "▁playing": 3025,
+ "ects": 3026,
+ "▁Indian": 3027,
+ "oney": 3028,
+ "▁Other": 3029,
+ "ray": 3030,
+ "▁2004": 3031,
+ "off": 3032,
+ "ament": 3033,
+ "cent": 3034,
+ "▁insp": 3035,
+ "▁population": 3036,
+ "▁mater": 3037,
+ "▁invest": 3038,
+ "ee": 3039,
+ "▁base": 3040,
+ "▁surv": 3041,
+ "▁Michael": 3042,
+ "▁mot": 3043,
+ "ells": 3044,
+ "▁rather": 3045,
+ "▁voc": 3046,
+ "▁occur": 3047,
+ "▁opened": 3048,
+ "▁stage": 3049,
+ "▁behind": 3050,
+ "▁others": 3051,
+ "▁186": 3052,
+ "ush": 3053,
+ "▁fall": 3054,
+ "▁guns": 3055,
+ "▁brother": 3056,
+ "ceed": 3057,
+ "asing": 3058,
+ "▁ren": 3059,
+ "▁comment": 3060,
+ "▁lik": 3061,
+ "igned": 3062,
+ "▁born": 3063,
+ "ements": 3064,
+ "▁fif": 3065,
+ "▁site": 3066,
+ "▁2015": 3067,
+ "▁live": 3068,
+ "▁works": 3069,
+ "aps": 3070,
+ "▁loss": 3071,
+ "stit": 3072,
+ "▁worked": 3073,
+ "▁bomb": 3074,
+ "▁France": 3075,
+ "ficult": 3076,
+ "▁heavy": 3077,
+ "▁miss": 3078,
+ "int": 3079,
+ "▁ra": 3080,
+ "▁pred": 3081,
+ "▁subsequ": 3082,
+ "▁School": 3083,
+ "▁lack": 3084,
+ "▁party": 3085,
+ "medi": 3086,
+ "▁proble": 3087,
+ "▁difficult": 3088,
+ "▁close": 3089,
+ "lection": 3090,
+ "wood": 3091,
+ "▁construction": 3092,
+ "▁Wash": 3093,
+ "▁know": 3094,
+ "▁Some": 3095,
+ "▁relationship": 3096,
+ "▁weeks": 3097,
+ "▁host": 3098,
+ "▁originally": 3099,
+ "gg": 3100,
+ "▁separ": 3101,
+ "▁associ": 3102,
+ "▁Ham": 3103,
+ "▁upon": 3104,
+ "▁pract": 3105,
+ "▁Henry": 3106,
+ "▁leading": 3107,
+ "▁appoin": 3108,
+ "nder": 3109,
+ "▁almost": 3110,
+ "▁vill": 3111,
+ "▁Nor": 3112,
+ "▁young": 3113,
+ "▁Robert": 3114,
+ "▁peak": 3115,
+ "▁damage": 3116,
+ "▁inj": 3117,
+ "ara": 3118,
+ "istic": 3119,
+ "▁scored": 3120,
+ "▁San": 3121,
+ "▁fourth": 3122,
+ "▁Port": 3123,
+ "▁inform": 3124,
+ "▁reve": 3125,
+ "osition": 3126,
+ "▁provided": 3127,
+ "arch": 3128,
+ "▁Best": 3129,
+ "▁mer": 3130,
+ "▁Ale": 3131,
+ "uk": 3132,
+ "▁Music": 3133,
+ "▁case": 3134,
+ "▁goal": 3135,
+ "▁clos": 3136,
+ "▁engine": 3137,
+ "anch": 3138,
+ "▁reb": 3139,
+ "▁creat": 3140,
+ "▁accept": 3141,
+ "ata": 3142,
+ "▁Battle": 3143,
+ "▁scene": 3144,
+ "lic": 3145,
+ "▁mi": 3146,
+ "▁human": 3147,
+ "board": 3148,
+ "▁Vir": 3149,
+ "▁dev": 3150,
+ "▁Star": 3151,
+ "▁brought": 3152,
+ "▁Desp": 3153,
+ "oring": 3154,
+ "ellow": 3155,
+ "▁free": 3156,
+ "▁individ": 3157,
+ "▁500": 3158,
+ "angu": 3159,
+ "▁187": 3160,
+ "▁featured": 3161,
+ "▁mother": 3162,
+ "▁vot": 3163,
+ "▁President": 3164,
+ "▁Red": 3165,
+ "▁Paul": 3166,
+ "▁least": 3167,
+ "▁allowed": 3168,
+ "▁working": 3169,
+ "▁king": 3170,
+ "▁resul": 3171,
+ "▁laun": 3172,
+ "▁Cour": 3173,
+ "▁average": 3174,
+ "▁towards": 3175,
+ "ological": 3176,
+ "▁wanted": 3177,
+ "▁tradition": 3178,
+ "▁Rou": 3179,
+ "▁indust": 3180,
+ "▁region": 3181,
+ "▁business": 3182,
+ "▁Washington": 3183,
+ "ened": 3184,
+ "▁troops": 3185,
+ "▁placed": 3186,
+ "azine": 3187,
+ "▁quick": 3188,
+ "ule": 3189,
+ "▁either": 3190,
+ "▁respect": 3191,
+ "▁office": 3192,
+ "▁critics": 3193,
+ "▁Que": 3194,
+ "▁avail": 3195,
+ "▁ve": 3196,
+ "antic": 3197,
+ "▁reach": 3198,
+ "▁Cap": 3199,
+ "▁example": 3200,
+ "▁mult": 3201,
+ "▁runs": 3202,
+ "▁Play": 3203,
+ "▁material": 3204,
+ "▁profess": 3205,
+ "▁Mil": 3206,
+ "▁hon": 3207,
+ "▁econom": 3208,
+ "▁recogn": 3209,
+ "aut": 3210,
+ "▁wife": 3211,
+ "▁Hol": 3212,
+ "ula": 3213,
+ "iff": 3214,
+ "▁estim": 3215,
+ "earch": 3216,
+ "▁army": 3217,
+ "▁neg": 3218,
+ "▁foc": 3219,
+ "oid": 3220,
+ "chie": 3221,
+ "▁Despite": 3222,
+ "ential": 3223,
+ "▁2003": 3224,
+ "iol": 3225,
+ "▁sex": 3226,
+ "▁Bel": 3227,
+ "▁Follow": 3228,
+ "arm": 3229,
+ "rey": 3230,
+ "▁sour": 3231,
+ "▁generally": 3232,
+ "ength": 3233,
+ "▁joined": 3234,
+ "▁ce": 3235,
+ "▁mass": 3236,
+ "▁Ag": 3237,
+ "▁rail": 3238,
+ "quadron": 3239,
+ "▁Thom": 3240,
+ "▁proper": 3241,
+ "▁dou": 3242,
+ "ama": 3243,
+ "▁current": 3244,
+ "▁Angel": 3245,
+ "ica": 3246,
+ "▁Hill": 3247,
+ "ino": 3248,
+ "▁events": 3249,
+ "▁represent": 3250,
+ "▁believed": 3251,
+ "to": 3252,
+ "ving": 3253,
+ "ourn": 3254,
+ "▁Cup": 3255,
+ "▁particip": 3256,
+ "▁ter": 3257,
+ "▁bill": 3258,
+ "▁Following": 3259,
+ "▁Hall": 3260,
+ "▁fig": 3261,
+ "enes": 3262,
+ "sc": 3263,
+ "▁First": 3264,
+ "▁Game": 3265,
+ "▁Mary": 3266,
+ "uff": 3267,
+ "▁victory": 3268,
+ "▁replaced": 3269,
+ "▁35": 3270,
+ "▁Great": 3271,
+ "be": 3272,
+ "▁designed": 3273,
+ "▁mph": 3274,
+ "artment": 3275,
+ "▁rul": 3276,
+ "▁soon": 3277,
+ "▁nomin": 3278,
+ "itch": 3279,
+ "iction": 3280,
+ "▁island": 3281,
+ "▁Lou": 3282,
+ "itte": 3283,
+ "▁fund": 3284,
+ "ze": 3285,
+ "▁hours": 3286,
+ "▁European": 3287,
+ "▁employ": 3288,
+ "▁Two": 3289,
+ "▁president": 3290,
+ "xic": 3291,
+ "erous": 3292,
+ "▁involved": 3293,
+ "go": 3294,
+ "oms": 3295,
+ "▁surf": 3296,
+ "▁Ke": 3297,
+ "▁finished": 3298,
+ "▁Je": 3299,
+ "▁stru": 3300,
+ "aled": 3301,
+ "ification": 3302,
+ "▁Championship": 3303,
+ "merc": 3304,
+ "▁Gro": 3305,
+ "aper": 3306,
+ "asion": 3307,
+ "▁break": 3308,
+ "west": 3309,
+ "inist": 3310,
+ "ky": 3311,
+ "▁saying": 3312,
+ "fall": 3313,
+ "uel": 3314,
+ "oor": 3315,
+ "▁hor": 3316,
+ "▁court": 3317,
+ "▁threat": 3318,
+ "▁shot": 3319,
+ "▁opening": 3320,
+ "▁score": 3321,
+ "▁Mart": 3322,
+ "▁regular": 3323,
+ "▁Roman": 3324,
+ "ago": 3325,
+ "emor": 3326,
+ "key": 3327,
+ "▁director": 3328,
+ "▁length": 3329,
+ "▁desp": 3330,
+ "▁2000": 3331,
+ "▁indic": 3332,
+ "▁conduct": 3333,
+ "▁largest": 3334,
+ "▁contrib": 3335,
+ "▁Scott": 3336,
+ "▁La": 3337,
+ "▁possible": 3338,
+ "ecutive": 3339,
+ "▁unc": 3340,
+ "▁highway": 3341,
+ "▁minutes": 3342,
+ "▁southern": 3343,
+ "▁ill": 3344,
+ "▁Route": 3345,
+ "▁Dan": 3346,
+ "▁z": 3347,
+ "▁dro": 3348,
+ "ville": 3349,
+ "BC": 3350,
+ "▁Mal": 3351,
+ "▁exc": 3352,
+ "▁highest": 3353,
+ "▁ly": 3354,
+ "▁remov": 3355,
+ "▁earlier": 3356,
+ "ishing": 3357,
+ "▁From": 3358,
+ "▁initially": 3359,
+ "▁2001": 3360,
+ "▁Don": 3361,
+ "ander": 3362,
+ "▁hom": 3363,
+ "of": 3364,
+ "▁available": 3365,
+ "▁particularly": 3366,
+ "▁percent": 3367,
+ "antry": 3368,
+ "▁Atl": 3369,
+ "now": 3370,
+ "anned": 3371,
+ "▁training": 3372,
+ "co": 3373,
+ "ude": 3374,
+ "▁sequ": 3375,
+ "leg": 3376,
+ "▁hard": 3377,
+ "▁Republic": 3378,
+ "▁forced": 3379,
+ "▁exist": 3380,
+ "▁Cro": 3381,
+ "▁must": 3382,
+ "▁Sing": 3383,
+ "▁Met": 3384,
+ "ply": 3385,
+ "inn": 3386,
+ "cher": 3387,
+ "▁grad": 3388,
+ "▁contr": 3389,
+ "▁Wil": 3390,
+ "arn": 3391,
+ "▁Charles": 3392,
+ "▁Kingdom": 3393,
+ "▁Navy": 3394,
+ "ights": 3395,
+ "▁Val": 3396,
+ "▁°": 3397,
+ "▁park": 3398,
+ "hib": 3399,
+ "iding": 3400,
+ "▁ended": 3401,
+ "▁respons": 3402,
+ "▁quar": 3403,
+ "▁Mac": 3404,
+ "ography": 3405,
+ "asy": 3406,
+ "▁turned": 3407,
+ "ateg": 3408,
+ "▁social": 3409,
+ "▁Thomas": 3410,
+ "▁International": 3411,
+ "oul": 3412,
+ "ipp": 3413,
+ "▁wall": 3414,
+ "▁No.": 3415,
+ "▁Off": 3416,
+ "uture": 3417,
+ "▁studio": 3418,
+ "rian": 3419,
+ "iforn": 3420,
+ "▁change": 3421,
+ "▁langu": 3422,
+ "▁praised": 3423,
+ "▁Virgin": 3424,
+ "▁passed": 3425,
+ "ems": 3426,
+ "▁Dep": 3427,
+ "▁hy": 3428,
+ "▁McC": 3429,
+ "▁White": 3430,
+ "▁increased": 3431,
+ "▁piec": 3432,
+ "▁object": 3433,
+ "▁priv": 3434,
+ "▁But": 3435,
+ "▁hurricane": 3436,
+ "bor": 3437,
+ "▁Mag": 3438,
+ "▁educ": 3439,
+ "▁regard": 3440,
+ "▁northern": 3441,
+ "atural": 3442,
+ "▁Brown": 3443,
+ "heast": 3444,
+ "▁2002": 3445,
+ "▁Res": 3446,
+ "▁keep": 3447,
+ "▁central": 3448,
+ "▁Church": 3449,
+ "iation": 3450,
+ "▁phys": 3451,
+ "▁novel": 3452,
+ "▁Ber": 3453,
+ "▁Canada": 3454,
+ "▁relig": 3455,
+ "▁appearance": 3456,
+ "▁Californ": 3457,
+ "▁units": 3458,
+ "▁speed": 3459,
+ "sel": 3460,
+ "itor": 3461,
+ "▁super": 3462,
+ "ership": 3463,
+ "▁past": 3464,
+ "▁Pal": 3465,
+ "▁church": 3466,
+ "▁stop": 3467,
+ "▁immedi": 3468,
+ "ended": 3469,
+ "anks": 3470,
+ "ocr": 3471,
+ "▁Smith": 3472,
+ "▁Rock": 3473,
+ "▁sym": 3474,
+ "▁ordered": 3475,
+ "▁meas": 3476,
+ "▁Cam": 3477,
+ "aughter": 3478,
+ "▁disp": 3479,
+ "▁treat": 3480,
+ "▁Bay": 3481,
+ "uter": 3482,
+ "▁Sen": 3483,
+ "ios": 3484,
+ "▁taking": 3485,
+ "ference": 3486,
+ "▁Richard": 3487,
+ "ittee": 3488,
+ "▁independ": 3489,
+ "▁signed": 3490,
+ "▁love": 3491,
+ "▁move": 3492,
+ "▁quest": 3493,
+ "anding": 3494,
+ "▁California": 3495,
+ "▁achie": 3496,
+ "▁Alex": 3497,
+ "ston": 3498,
+ "ilities": 3499,
+ "▁better": 3500,
+ "▁Sam": 3501,
+ "etwork": 3502,
+ "rem": 3503,
+ "▁Union": 3504,
+ "val": 3505,
+ "aker": 3506,
+ "pped": 3507,
+ "▁pers": 3508,
+ "ique": 3509,
+ "▁Govern": 3510,
+ "▁Sl": 3511,
+ "ecess": 3512,
+ "den": 3513,
+ "arily": 3514,
+ "▁winds": 3515,
+ "▁Island": 3516,
+ "▁Ir": 3517,
+ "▁commerc": 3518,
+ "▁enough": 3519,
+ "▁positive": 3520,
+ "agon": 3521,
+ "▁inn": 3522,
+ "▁wat": 3523,
+ "apt": 3524,
+ "▁according": 3525,
+ "▁Court": 3526,
+ "▁spent": 3527,
+ "ears": 3528,
+ "▁hous": 3529,
+ "▁God": 3530,
+ "▁going": 3531,
+ "rated": 3532,
+ "rup": 3533,
+ "▁Mo": 3534,
+ "▁above": 3535,
+ "▁outside": 3536,
+ "elled": 3537,
+ "▁slow": 3538,
+ "▁ap": 3539,
+ "▁films": 3540,
+ "nel": 3541,
+ "ump": 3542,
+ "▁pot": 3543,
+ "▁feel": 3544,
+ "ume": 3545,
+ "▁told": 3546,
+ "ids": 3547,
+ "▁football": 3548,
+ "▁Vict": 3549,
+ "▁Award": 3550,
+ "▁Cong": 3551,
+ "▁previously": 3552,
+ "▁recording": 3553,
+ "▁clear": 3554,
+ "▁states": 3555,
+ "quare": 3556,
+ "▁mean": 3557,
+ "▁Mill": 3558,
+ "▁Associ": 3559,
+ "uation": 3560,
+ "▁nine": 3561,
+ "▁Up": 3562,
+ "▁failed": 3563,
+ "▁subject": 3564,
+ "▁assist": 3565,
+ "▁come": 3566,
+ "usion": 3567,
+ "▁Company": 3568,
+ "▁required": 3569,
+ "▁pur": 3570,
+ "▁elements": 3571,
+ "▁Jos": 3572,
+ "▁prob": 3573,
+ "osing": 3574,
+ "reng": 3575,
+ "alion": 3576,
+ "▁Germany": 3577,
+ "com": 3578,
+ "ks": 3579,
+ "▁ey": 3580,
+ "▁India": 3581,
+ "▁reviews": 3582,
+ "edy": 3583,
+ "▁interview": 3584,
+ "▁cru": 3585,
+ "▁lower": 3586,
+ "▁parts": 3587,
+ "▁Cr": 3588,
+ "▁Stud": 3589,
+ "tr": 3590,
+ "▁45": 3591,
+ "▁itself": 3592,
+ "atin": 3593,
+ "▁think": 3594,
+ "▁Peter": 3595,
+ "▁Art": 3596,
+ "▁Christian": 3597,
+ "▁pay": 3598,
+ "▁directed": 3599,
+ "ida": 3600,
+ "oph": 3601,
+ "▁Mark": 3602,
+ "▁nar": 3603,
+ "▁abs": 3604,
+ "▁despite": 3605,
+ "for": 3606,
+ "itz": 3607,
+ "▁sil": 3608,
+ "▁flow": 3609,
+ "▁cred": 3610,
+ "▁esp": 3611,
+ "▁contract": 3612,
+ "▁Gold": 3613,
+ "ands": 3614,
+ "▁185": 3615,
+ "▁Ac": 3616,
+ "▁That": 3617,
+ "▁debut": 3618,
+ "▁phot": 3619,
+ "▁?": 3620,
+ "▁£": 3621,
+ "▁Mer": 3622,
+ "▁rain": 3623,
+ "ibility": 3624,
+ "▁Times": 3625,
+ "▁NY": 3626,
+ "erved": 3627,
+ "ready": 3628,
+ "▁access": 3629,
+ "isl": 3630,
+ "▁beginning": 3631,
+ "▁groups": 3632,
+ "▁Tom": 3633,
+ "▁College": 3634,
+ "het": 3635,
+ "▁viol": 3636,
+ "oke": 3637,
+ "nes": 3638,
+ "▁60": 3639,
+ "▁section": 3640,
+ "▁beg": 3641,
+ "▁UK": 3642,
+ "▁whose": 3643,
+ "onna": 3644,
+ "▁Sov": 3645,
+ "asons": 3646,
+ "▁claimed": 3647,
+ "hester": 3648,
+ "ows": 3649,
+ "▁asked": 3650,
+ "▁Western": 3651,
+ "▁international": 3652,
+ "▁Cast": 3653,
+ "▁lines": 3654,
+ "▁transfer": 3655,
+ "bers": 3656,
+ "▁Pat": 3657,
+ "▁rap": 3658,
+ "▁cou": 3659,
+ "▁streng": 3660,
+ "▁give": 3661,
+ "▁screen": 3662,
+ "▁Soviet": 3663,
+ "onse": 3664,
+ "airs": 3665,
+ "rief": 3666,
+ "▁additional": 3667,
+ "aint": 3668,
+ "▁future": 3669,
+ "ability": 3670,
+ "▁league": 3671,
+ "▁key": 3672,
+ "▁whom": 3673,
+ "▁Mexic": 3674,
+ "▁Frank": 3675,
+ "▁poor": 3676,
+ "▁Span": 3677,
+ "berg": 3678,
+ "ma": 3679,
+ "▁gold": 3680,
+ "▁Awards": 3681,
+ "▁Film": 3682,
+ "acted": 3683,
+ "▁introduced": 3684,
+ "▁travel": 3685,
+ "▁che": 3686,
+ "▁fort": 3687,
+ "▁evidence": 3688,
+ "▁op": 3689,
+ "lying": 3690,
+ "▁prem": 3691,
+ "▁sea": 3692,
+ "▁idea": 3693,
+ "▁bi": 3694,
+ "▁quickly": 3695,
+ "▁don": 3696,
+ "▁Grand": 3697,
+ "igan": 3698,
+ "ki": 3699,
+ "▁Dem": 3700,
+ "▁already": 3701,
+ "van": 3702,
+ "▁center": 3703,
+ "▁bridge": 3704,
+ "▁Do": 3705,
+ "▁frequ": 3706,
+ "▁Force": 3707,
+ "onst": 3708,
+ "▁election": 3709,
+ "▁product": 3710,
+ "▁Soc": 3711,
+ "▁Most": 3712,
+ "▁occup": 3713,
+ "▁Ben": 3714,
+ "▁except": 3715,
+ "▁deal": 3716,
+ "usp": 3717,
+ "atory": 3718,
+ "ecially": 3719,
+ "▁pil": 3720,
+ "▁Coun": 3721,
+ "▁usually": 3722,
+ "▁arrived": 3723,
+ "▁musical": 3724,
+ "▁western": 3725,
+ "anded": 3726,
+ "▁pen": 3727,
+ "eum": 3728,
+ "irth": 3729,
+ "▁block": 3730,
+ "mar": 3731,
+ "▁radio": 3732,
+ "▁Britain": 3733,
+ "▁cal": 3734,
+ "▁St.": 3735,
+ "liam": 3736,
+ "▁civil": 3737,
+ "▁32": 3738,
+ "aring": 3739,
+ "ergy": 3740,
+ "eal": 3741,
+ "ully": 3742,
+ "▁female": 3743,
+ "▁sometimes": 3744,
+ "ex": 3745,
+ "▁study": 3746,
+ "▁Rob": 3747,
+ "▁response": 3748,
+ "back": 3749,
+ "▁cycl": 3750,
+ "▁food": 3751,
+ "▁money": 3752,
+ "▁decision": 3753,
+ "▁magazine": 3754,
+ "▁especially": 3755,
+ "▁Day": 3756,
+ "▁issue": 3757,
+ "ship": 3758,
+ "▁Later": 3759,
+ "▁env": 3760,
+ "liament": 3761,
+ "▁Over": 3762,
+ "▁Pac": 3763,
+ "▁Hot": 3764,
+ "▁Victor": 3765,
+ "▁surface": 3766,
+ "ites": 3767,
+ "▁flood": 3768,
+ "▁might": 3769,
+ "▁lab": 3770,
+ "▁liter": 3771,
+ "▁carried": 3772,
+ "▁shows": 3773,
+ "▁guitar": 3774,
+ "▁Chic": 3775,
+ "▁community": 3776,
+ "▁estimated": 3777,
+ "bour": 3778,
+ "▁construct": 3779,
+ "unt": 3780,
+ "▁remain": 3781,
+ "▁remaining": 3782,
+ "▁eastern": 3783,
+ "▁1999": 3784,
+ "▁minor": 3785,
+ "▁defeated": 3786,
+ "▁determ": 3787,
+ "eck": 3788,
+ "▁Virginia": 3789,
+ "▁Early": 3790,
+ "▁approx": 3791,
+ "▁larger": 3792,
+ "inent": 3793,
+ "▁becoming": 3794,
+ "ession": 3795,
+ "aries": 3796,
+ "▁complete": 3797,
+ "▁Mount": 3798,
+ "▁police": 3799,
+ "▁wood": 3800,
+ "▁suggested": 3801,
+ "porary": 3802,
+ "▁media": 3803,
+ "▁pressure": 3804,
+ "▁entered": 3805,
+ "▁Franc": 3806,
+ "▁Bur": 3807,
+ "▁teams": 3808,
+ "▁Im": 3809,
+ "▁commercial": 3810,
+ "▁latter": 3811,
+ "▁lyric": 3812,
+ "▁market": 3813,
+ "▁lo": 3814,
+ "▁Los": 3815,
+ "▁consider": 3816,
+ "▁students": 3817,
+ "▁doc": 3818,
+ "▁Just": 3819,
+ "▁surround": 3820,
+ "ift": 3821,
+ "▁investig": 3822,
+ "erve": 3823,
+ "▁brief": 3824,
+ "ss": 3825,
+ "asc": 3826,
+ "▁concern": 3827,
+ "▁36": 3828,
+ "▁personal": 3829,
+ "▁Second": 3830,
+ "▁certain": 3831,
+ "▁prison": 3832,
+ "ulf": 3833,
+ "▁discuss": 3834,
+ "▁Tex": 3835,
+ "▁If": 3836,
+ "▁acqu": 3837,
+ "inct": 3838,
+ "ena": 3839,
+ "▁Inf": 3840,
+ "▁effects": 3841,
+ "▁Jackson": 3842,
+ "▁complet": 3843,
+ "▁appointed": 3844,
+ "▁bur": 3845,
+ "▁summer": 3846,
+ "▁hop": 3847,
+ "▁episodes": 3848,
+ "ederal": 3849,
+ "▁prior": 3850,
+ "alled": 3851,
+ "gen": 3852,
+ "acing": 3853,
+ "incip": 3854,
+ "▁Fle": 3855,
+ "change": 3856,
+ "▁der": 3857,
+ "▁size": 3858,
+ "enth": 3859,
+ "▁staff": 3860,
+ "▁emer": 3861,
+ "▁changes": 3862,
+ "ises": 3863,
+ "▁Louis": 3864,
+ "▁commission": 3865,
+ "▁Flor": 3866,
+ "▁sat": 3867,
+ "▁Oly": 3868,
+ "▁winning": 3869,
+ "▁limited": 3870,
+ "▁tar": 3871,
+ "▁scenes": 3872,
+ "imate": 3873,
+ "▁leaving": 3874,
+ "▁destroyed": 3875,
+ "▁fleet": 3876,
+ "▁river": 3877,
+ "▁Olymp": 3878,
+ "ulated": 3879,
+ "▁draw": 3880,
+ "▁Club": 3881,
+ "▁Spanish": 3882,
+ "NA": 3883,
+ "▁self": 3884,
+ "▁rights": 3885,
+ "▁den": 3886,
+ "▁provide": 3887,
+ "▁writer": 3888,
+ "ournal": 3889,
+ "igade": 3890,
+ "▁type": 3891,
+ "idents": 3892,
+ "▁polic": 3893,
+ "▁fail": 3894,
+ "ires": 3895,
+ "▁date": 3896,
+ "vey": 3897,
+ "han": 3898,
+ "▁territ": 3899,
+ "▁proposed": 3900,
+ "ension": 3901,
+ "▁influence": 3902,
+ "▁trib": 3903,
+ "▁girl": 3904,
+ "▁Party": 3905,
+ "▁75": 3906,
+ "▁overall": 3907,
+ "▁arrang": 3908,
+ "ests": 3909,
+ "▁structure": 3910,
+ "su": 3911,
+ "▁transport": 3912,
+ "▁184": 3913,
+ "ties": 3914,
+ "▁tax": 3915,
+ "iser": 3916,
+ "▁equip": 3917,
+ "▁contro": 3918,
+ "▁division": 3919,
+ "▁kil": 3920,
+ "sy": 3921,
+ "▁script": 3922,
+ "▁Green": 3923,
+ "inese": 3924,
+ "▁Association": 3925,
+ "▁300": 3926,
+ "oo": 3927,
+ "▁agreed": 3928,
+ "▁room": 3929,
+ "▁intended": 3930,
+ "iral": 3931,
+ "yr": 3932,
+ "ores": 3933,
+ "▁Edward": 3934,
+ "▁running": 3935,
+ "▁anti": 3936,
+ "▁jud": 3937,
+ "▁Chicago": 3938,
+ "▁daughter": 3939,
+ "▁bow": 3940,
+ "▁broadcast": 3941,
+ "▁nearly": 3942,
+ "▁purch": 3943,
+ "▁supported": 3944,
+ "ending": 3945,
+ "▁big": 3946,
+ "▁deep": 3947,
+ "▁research": 3948,
+ "▁Many": 3949,
+ "▁Pri": 3950,
+ "▁wide": 3951,
+ "▁establish": 3952,
+ "▁helped": 3953,
+ "▁Adm": 3954,
+ "imum": 3955,
+ "atives": 3956,
+ "▁married": 3957,
+ "▁80": 3958,
+ "▁movement": 3959,
+ "▁awarded": 3960,
+ "▁Chinese": 3961,
+ "▁1998": 3962,
+ "tt": 3963,
+ "II": 3964,
+ "aded": 3965,
+ "▁Du": 3966,
+ "▁Council": 3967,
+ "▁lay": 3968,
+ "▁multip": 3969,
+ "▁Song": 3970,
+ "AF": 3971,
+ "▁Oper": 3972,
+ "▁create": 3973,
+ "▁favor": 3974,
+ "▁display": 3975,
+ "▁intens": 3976,
+ "atively": 3977,
+ "▁di": 3978,
+ "▁bird": 3979,
+ "▁dark": 3980,
+ "▁Enter": 3981,
+ "▁susp": 3982,
+ "que": 3983,
+ "rd": 3984,
+ "▁diss": 3985,
+ "▁stars": 3986,
+ "pris": 3987,
+ "teen": 3988,
+ "ga": 3989,
+ "▁Ev": 3990,
+ "▁longer": 3991,
+ "iles": 3992,
+ "▁Cont": 3993,
+ "▁language": 3994,
+ "▁higher": 3995,
+ "sen": 3996,
+ "▁planned": 3997,
+ "▁compared": 3998,
+ "▁captured": 3999,
+ "dle": 4000,
+ "▁increasing": 4001,
+ "▁fans": 4002,
+ "▁stay": 4003,
+ "▁conclud": 4004,
+ "▁course": 4005,
+ "ha": 4006,
+ "▁changed": 4007,
+ "selves": 4008,
+ "▁experience": 4009,
+ "▁Johnson": 4010,
+ "▁approximately": 4011,
+ "▁Serv": 4012,
+ "▁related": 4013,
+ "▁done": 4014,
+ "▁feature": 4015,
+ "▁fifth": 4016,
+ "▁living": 4017,
+ "▁themselves": 4018,
+ "▁cat": 4019,
+ "omer": 4020,
+ "▁Emp": 4021,
+ "ounds": 4022,
+ "ronic": 4023,
+ "▁producer": 4024,
+ "enty": 4025,
+ "▁History": 4026,
+ "tained": 4027,
+ "▁Kore": 4028,
+ "▁Ital": 4029,
+ "▁temper": 4030,
+ "▁tracks": 4031,
+ "▁mostly": 4032,
+ "▁space": 4033,
+ "▁Pacific": 4034,
+ "▁A.": 4035,
+ "▁withd": 4036,
+ "isions": 4037,
+ "▁Lit": 4038,
+ "abit": 4039,
+ "burg": 4040,
+ "▁Billboard": 4041,
+ "▁thus": 4042,
+ "▁-": 4043,
+ "▁33": 4044,
+ "▁woman": 4045,
+ "▁operations": 4046,
+ "▁remains": 4047,
+ "▁dead": 4048,
+ "▁Ro": 4049,
+ "▁Back": 4050,
+ "▁paren": 4051,
+ "▁quarter": 4052,
+ "▁bring": 4053,
+ "▁our": 4054,
+ "▁natural": 4055,
+ "▁whether": 4056,
+ "▁Super": 4057,
+ "olic": 4058,
+ "thing": 4059,
+ "umn": 4060,
+ "▁shoot": 4061,
+ "▁Bet": 4062,
+ "▁imm": 4063,
+ "▁weap": 4064,
+ "▁probably": 4065,
+ "▁soldiers": 4066,
+ "▁concept": 4067,
+ "▁dram": 4068,
+ "▁Final": 4069,
+ "andon": 4070,
+ "▁Sal": 4071,
+ "▁App": 4072,
+ "▁copies": 4073,
+ "▁Scot": 4074,
+ "▁ult": 4075,
+ "imin": 4076,
+ "▁buildings": 4077,
+ "▁leader": 4078,
+ "▁syn": 4079,
+ "▁extended": 4080,
+ "▁voice": 4081,
+ "▁Since": 4082,
+ "▁1997": 4083,
+ "▁lyrics": 4084,
+ "▁face": 4085,
+ "▁Inter": 4086,
+ "▁Atlantic": 4087,
+ "▁forward": 4088,
+ "▁depart": 4089,
+ "can": 4090,
+ "▁boy": 4091,
+ "▁complex": 4092,
+ "oint": 4093,
+ "▁board": 4094,
+ "▁Mont": 4095,
+ "▁react": 4096,
+ "▁issued": 4097,
+ "▁battles": 4098,
+ "▁chall": 4099,
+ "iant": 4100,
+ "riage": 4101,
+ "▁really": 4102,
+ "▁countries": 4103,
+ "▁heav": 4104,
+ "vin": 4105,
+ "iring": 4106,
+ "▁suffered": 4107,
+ "ospital": 4108,
+ "▁Congress": 4109,
+ "▁cm": 4110,
+ "▁Lake": 4111,
+ "▁Love": 4112,
+ "▁goals": 4113,
+ "▁includes": 4114,
+ "▁Florida": 4115,
+ "▁Sever": 4116,
+ "▁immediately": 4117,
+ "▁Kn": 4118,
+ "raz": 4119,
+ "▁attend": 4120,
+ "▁Sun": 4121,
+ "ams": 4122,
+ "▁Both": 4123,
+ "▁Fort": 4124,
+ "▁deg": 4125,
+ "▁breed": 4126,
+ "▁mixed": 4127,
+ "▁manager": 4128,
+ "▁private": 4129,
+ "▁capital": 4130,
+ "che": 4131,
+ "▁officers": 4132,
+ "▁Not": 4133,
+ "▁likely": 4134,
+ "▁Jim": 4135,
+ "▁Jew": 4136,
+ "▁emb": 4137,
+ "hood": 4138,
+ "▁37": 4139,
+ "▁cann": 4140,
+ "▁Big": 4141,
+ "▁distrib": 4142,
+ "lebr": 4143,
+ "▁Queen": 4144,
+ "▁Old": 4145,
+ "▁70": 4146,
+ "▁removed": 4147,
+ "▁Texas": 4148,
+ "▁initial": 4149,
+ "▁increase": 4150,
+ "▁plant": 4151,
+ "▁mach": 4152,
+ "▁Sea": 4153,
+ "venue": 4154,
+ "▁health": 4155,
+ "▁subsequently": 4156,
+ "▁leave": 4157,
+ "▁plans": 4158,
+ "▁always": 4159,
+ "ibr": 4160,
+ "uz": 4161,
+ "▁focus": 4162,
+ "▁Town": 4163,
+ "▁services": 4164,
+ "▁network": 4165,
+ "▁status": 4166,
+ "▁via": 4167,
+ "▁coin": 4168,
+ "▁mount": 4169,
+ "hold": 4170,
+ "ections": 4171,
+ "▁compan": 4172,
+ "▁location": 4173,
+ "▁visit": 4174,
+ "▁Dist": 4175,
+ "▁China": 4176,
+ "bury": 4177,
+ "▁Another": 4178,
+ "lo": 4179,
+ "urt": 4180,
+ "▁Law": 4181,
+ "▁problems": 4182,
+ "▁Mr": 4183,
+ "order": 4184,
+ "▁Lord": 4185,
+ "rial": 4186,
+ "▁offered": 4187,
+ "▁instr": 4188,
+ "▁flag": 4189,
+ "▁terms": 4190,
+ "▁Earth": 4191,
+ "▁model": 4192,
+ "▁How": 4193,
+ "▁norm": 4194,
+ "uth": 4195,
+ "▁approach": 4196,
+ "ny": 4197,
+ "aily": 4198,
+ "▁colon": 4199,
+ "▁something": 4200,
+ "▁village": 4201,
+ "▁administ": 4202,
+ "▁tons": 4203,
+ "▁fell": 4204,
+ "▁carry": 4205,
+ "ounted": 4206,
+ "ging": 4207,
+ "stant": 4208,
+ "▁mur": 4209,
+ "▁Camp": 4210,
+ "▁majority": 4211,
+ "ironment": 4212,
+ "▁tow": 4213,
+ "ria": 4214,
+ "▁professional": 4215,
+ "▁Canadian": 4216,
+ "▁183": 4217,
+ "ctor": 4218,
+ "orning": 4219,
+ "ili": 4220,
+ "ously": 4221,
+ "▁Trans": 4222,
+ "▁Tor": 4223,
+ "▁Boy": 4224,
+ "amer": 4225,
+ "▁Its": 4226,
+ "adium": 4227,
+ "▁got": 4228,
+ "▁tor": 4229,
+ "ari": 4230,
+ "▁Rail": 4231,
+ "▁Africa": 4232,
+ "▁cause": 4233,
+ "ograph": 4234,
+ "▁consist": 4235,
+ "ills": 4236,
+ "uries": 4237,
+ "▁damaged": 4238,
+ "▁inters": 4239,
+ "▁meeting": 4240,
+ "well": 4241,
+ "▁Wood": 4242,
+ "▁appears": 4243,
+ "▁Tour": 4244,
+ "▁Step": 4245,
+ "▁job": 4246,
+ "▁confir": 4247,
+ "▁counter": 4248,
+ "▁minute": 4249,
+ "▁adop": 4250,
+ "aches": 4251,
+ "etic": 4252,
+ "▁Pet": 4253,
+ "▁ranked": 4254,
+ "▁ran": 4255,
+ "▁composed": 4256,
+ "▁individual": 4257,
+ "▁revealed": 4258,
+ "▁Center": 4259,
+ "▁Squadron": 4260,
+ "▁Highway": 4261,
+ "▁meth": 4262,
+ "▁attacks": 4263,
+ "▁flight": 4264,
+ "▁Russian": 4265,
+ "itect": 4266,
+ "reater": 4267,
+ "▁sch": 4268,
+ "cean": 4269,
+ "▁plot": 4270,
+ "▁discovered": 4271,
+ "▁raised": 4272,
+ "▁Tur": 4273,
+ "ware": 4274,
+ "▁respectively": 4275,
+ "▁financ": 4276,
+ "ys": 4277,
+ "umed": 4278,
+ "▁makes": 4279,
+ "▁Mur": 4280,
+ "ify": 4281,
+ "▁Carol": 4282,
+ "ij": 4283,
+ "▁numerous": 4284,
+ "▁Central": 4285,
+ "▁Kent": 4286,
+ "▁1995": 4287,
+ "▁Martin": 4288,
+ "▁associated": 4289,
+ "oes": 4290,
+ "ien": 4291,
+ "▁Sir": 4292,
+ "▁takes": 4293,
+ "▁Angeles": 4294,
+ "▁altern": 4295,
+ "▁III": 4296,
+ "▁Ol": 4297,
+ "reak": 4298,
+ "▁needed": 4299,
+ "▁inspired": 4300,
+ "aging": 4301,
+ "▁domin": 4302,
+ "mon": 4303,
+ "▁lived": 4304,
+ "▁Ant": 4305,
+ "▁launched": 4306,
+ "▁yet": 4307,
+ "▁anc": 4308,
+ "▁nature": 4309,
+ "ription": 4310,
+ "olk": 4311,
+ "▁occurred": 4312,
+ "▁Bow": 4313,
+ "▁contains": 4314,
+ "▁vehic": 4315,
+ "▁coach": 4316,
+ "fact": 4317,
+ "▁shown": 4318,
+ "▁cand": 4319,
+ "▁bene": 4320,
+ "▁attempted": 4321,
+ "▁pow": 4322,
+ "estival": 4323,
+ "ails": 4324,
+ "▁attacked": 4325,
+ "▁moving": 4326,
+ "▁conditions": 4327,
+ "uments": 4328,
+ "▁upper": 4329,
+ "uals": 4330,
+ "ault": 4331,
+ "▁DV": 4332,
+ "▁amb": 4333,
+ "▁sales": 4334,
+ "▁dig": 4335,
+ "▁accomp": 4336,
+ "ective": 4337,
+ "▁Group": 4338,
+ "▁Year": 4339,
+ "▁collect": 4340,
+ "joy": 4341,
+ "▁2016": 4342,
+ "▁TV": 4343,
+ "down": 4344,
+ "▁issues": 4345,
+ "▁Miss": 4346,
+ "▁1996": 4347,
+ "▁Rh": 4348,
+ "aught": 4349,
+ "▁birth": 4350,
+ "▁34": 4351,
+ "gely": 4352,
+ "itt": 4353,
+ "▁whole": 4354,
+ "▁information": 4355,
+ "▁Greek": 4356,
+ "▁exam": 4357,
+ "▁Str": 4358,
+ "▁yards": 4359,
+ "de": 4360,
+ "▁slight": 4361,
+ "▁Empire": 4362,
+ "arian": 4363,
+ "▁Rad": 4364,
+ "▁Mel": 4365,
+ "▁referred": 4366,
+ "▁38": 4367,
+ "urity": 4368,
+ "▁box": 4369,
+ "▁critical": 4370,
+ "lor": 4371,
+ "▁mom": 4372,
+ "▁19th": 4373,
+ "uing": 4374,
+ "▁numbers": 4375,
+ "▁finally": 4376,
+ "▁incor": 4377,
+ "▁smaller": 4378,
+ "▁elected": 4379,
+ "▁selected": 4380,
+ "▁resulted": 4381,
+ "▁defeat": 4382,
+ "reme": 4383,
+ "▁Rev": 4384,
+ "▁scient": 4385,
+ "▁grant": 4386,
+ "▁portray": 4387,
+ "▁Penn": 4388,
+ "▁active": 4389,
+ "▁qual": 4390,
+ "▁singer": 4391,
+ "win": 4392,
+ "▁sen": 4393,
+ "▁bad": 4394,
+ "vert": 4395,
+ "▁Des": 4396,
+ "▁princip": 4397,
+ "▁Out": 4398,
+ "▁standard": 4399,
+ "imb": 4400,
+ "ste": 4401,
+ "iest": 4402,
+ "▁secret": 4403,
+ "▁celebr": 4404,
+ "▁mission": 4405,
+ "▁industry": 4406,
+ "uated": 4407,
+ "▁sal": 4408,
+ "▁1994": 4409,
+ "▁largely": 4410,
+ "▁Italian": 4411,
+ "▁grand": 4412,
+ "▁operation": 4413,
+ "▁Under": 4414,
+ "enant": 4415,
+ "▁pit": 4416,
+ "itation": 4417,
+ "▁assigned": 4418,
+ "▁link": 4419,
+ "ortun": 4420,
+ "▁cer": 4421,
+ "▁ens": 4422,
+ "eph": 4423,
+ "▁earned": 4424,
+ "▁saf": 4425,
+ "▁analy": 4426,
+ "▁legisl": 4427,
+ "▁Del": 4428,
+ "▁commented": 4429,
+ "▁thr": 4430,
+ "▁ang": 4431,
+ "▁expected": 4432,
+ "▁male": 4433,
+ "▁prec": 4434,
+ "amb": 4435,
+ "▁Corps": 4436,
+ "itude": 4437,
+ "▁listed": 4438,
+ "▁audience": 4439,
+ "▁roy": 4440,
+ "▁DVD": 4441,
+ "▁covered": 4442,
+ "ken": 4443,
+ "▁i": 4444,
+ "▁artic": 4445,
+ "izing": 4446,
+ "▁unable": 4447,
+ "▁Crit": 4448,
+ "▁90": 4449,
+ "▁purp": 4450,
+ "▁sched": 4451,
+ "▁Ter": 4452,
+ "▁traditional": 4453,
+ "▁education": 4454,
+ "irection": 4455,
+ "▁trade": 4456,
+ "oe": 4457,
+ "▁artist": 4458,
+ "▁friends": 4459,
+ "▁heart": 4460,
+ "▁newsp": 4461,
+ "▁double": 4462,
+ "▁J.": 4463,
+ "▁closed": 4464,
+ "▁refused": 4465,
+ "▁sem": 4466,
+ "▁Viet": 4467,
+ "▁underst": 4468,
+ "▁Gar": 4469,
+ "▁attention": 4470,
+ "��recover": 4471,
+ "▁primary": 4472,
+ "▁method": 4473,
+ "ounts": 4474,
+ "▁request": 4475,
+ "▁sister": 4476,
+ "use": 4477,
+ "▁prevent": 4478,
+ "aine": 4479,
+ "▁kind": 4480,
+ "▁talk": 4481,
+ "▁Michigan": 4482,
+ "ogue": 4483,
+ "▁reason": 4484,
+ "onic": 4485,
+ "ighter": 4486,
+ "▁letter": 4487,
+ "▁officer": 4488,
+ "▁below": 4489,
+ "anced": 4490,
+ "▁contem": 4491,
+ "▁Dis": 4492,
+ "▁enjoy": 4493,
+ "▁Wales": 4494,
+ "▁ability": 4495,
+ "▁depression": 4496,
+ "▁meant": 4497,
+ "▁performances": 4498,
+ "kin": 4499,
+ "▁declared": 4500,
+ "▁plat": 4501,
+ "hips": 4502,
+ "▁walk": 4503,
+ "ider": 4504,
+ "ples": 4505,
+ "▁giving": 4506,
+ "▁Nort": 4507,
+ "undred": 4508,
+ "▁word": 4509,
+ "▁fighting": 4510,
+ "▁blood": 4511,
+ "▁commander": 4512,
+ "▁religious": 4513,
+ "▁More": 4514,
+ "▁compl": 4515,
+ "▁books": 4516,
+ "oud": 4517,
+ "▁Mass": 4518,
+ "▁180": 4519,
+ "▁theat": 4520,
+ "▁middle": 4521,
+ "tered": 4522,
+ "isher": 4523,
+ "▁Cath": 4524,
+ "▁sett": 4525,
+ "▁rate": 4526,
+ "oly": 4527,
+ "▁max": 4528,
+ "▁hot": 4529,
+ "▁records": 4530,
+ "▁49": 4531,
+ "iled": 4532,
+ "▁matches": 4533,
+ "▁names": 4534,
+ "▁Democr": 4535,
+ "▁constit": 4536,
+ "▁Acad": 4537,
+ "▁produce": 4538,
+ "▁question": 4539,
+ "aped": 4540,
+ "▁Bec": 4541,
+ "▁Test": 4542,
+ "▁competition": 4543,
+ "antasy": 4544,
+ "▁serious": 4545,
+ "▁Cle": 4546,
+ "▁centre": 4547,
+ "▁Pre": 4548,
+ "▁Care": 4549,
+ "▁unit": 4550,
+ "▁Ox": 4551,
+ "▁vocals": 4552,
+ "▁disapp": 4553,
+ "▁Team": 4554,
+ "▁Minister": 4555,
+ "▁Several": 4556,
+ "bridge": 4557,
+ "▁touch": 4558,
+ "▁mention": 4559,
+ "odies": 4560,
+ "▁Zeal": 4561,
+ "utch": 4562,
+ "iences": 4563,
+ "▁1992": 4564,
+ "▁account": 4565,
+ "ounded": 4566,
+ "▁Major": 4567,
+ "▁abandon": 4568,
+ "▁Long": 4569,
+ "▁rapid": 4570,
+ "icted": 4571,
+ "▁energy": 4572,
+ "ady": 4573,
+ "▁necess": 4574,
+ "shire": 4575,
+ "▁Arch": 4576,
+ "rug": 4577,
+ "ector": 4578,
+ "road": 4579,
+ "▁Midd": 4580,
+ "▁kilomet": 4581,
+ "icient": 4582,
+ "quar": 4583,
+ "▁dra": 4584,
+ "ervation": 4585,
+ "▁constructed": 4586,
+ "ims": 4587,
+ "▁dut": 4588,
+ "▁Kenn": 4589,
+ "▁traff": 4590,
+ "▁Er": 4591,
+ "▁Lu": 4592,
+ "ening": 4593,
+ "▁Cons": 4594,
+ "▁vir": 4595,
+ "▁theme": 4596,
+ "▁Bu": 4597,
+ "▁ris": 4598,
+ "▁Fore": 4599,
+ "▁mor": 4600,
+ "ona": 4601,
+ "▁1st": 4602,
+ "echan": 4603,
+ "▁Wal": 4604,
+ "▁royal": 4605,
+ "▁nearby": 4606,
+ "▁41": 4607,
+ "▁highly": 4608,
+ "▁pick": 4609,
+ "▁Time": 4610,
+ "ishop": 4611,
+ "▁Zealand": 4612,
+ "▁separate": 4613,
+ "▁train": 4614,
+ "oses": 4615,
+ "▁har": 4616,
+ "▁continue": 4617,
+ "▁chief": 4618,
+ "▁Fox": 4619,
+ "▁effort": 4620,
+ "▁presented": 4621,
+ "ares": 4622,
+ "edic": 4623,
+ "▁combat": 4624,
+ "rier": 4625,
+ "▁prep": 4626,
+ "▁drum": 4627,
+ "▁positions": 4628,
+ "▁reduced": 4629,
+ "▁Mexico": 4630,
+ "▁annual": 4631,
+ "▁African": 4632,
+ "▁controvers": 4633,
+ "▁Four": 4634,
+ "▁directly": 4635,
+ "ansion": 4636,
+ "▁Chris": 4637,
+ "ieut": 4638,
+ "▁levels": 4639,
+ "▁means": 4640,
+ "ibly": 4641,
+ "▁tur": 4642,
+ "▁400": 4643,
+ "▁notes": 4644,
+ "▁attended": 4645,
+ "▁cas": 4646,
+ "▁neigh": 4647,
+ "▁tried": 4648,
+ "▁sevent": 4649,
+ "▁practice": 4650,
+ "▁forest": 4651,
+ "▁Matt": 4652,
+ "▁compos": 4653,
+ "▁cle": 4654,
+ "emorial": 4655,
+ "ether": 4656,
+ "▁Haw": 4657,
+ "▁edition": 4658,
+ "▁Sum": 4659,
+ "ining": 4660,
+ "▁fast": 4661,
+ "▁twenty": 4662,
+ "▁accepted": 4663,
+ "▁nuc": 4664,
+ "▁Madonna": 4665,
+ "vement": 4666,
+ "▁1993": 4667,
+ "▁stating": 4668,
+ "ette": 4669,
+ "▁20th": 4670,
+ "▁metal": 4671,
+ "▁Wall": 4672,
+ "▁Chart": 4673,
+ "▁1991": 4674,
+ "▁movie": 4675,
+ "▁architect": 4676,
+ "oper": 4677,
+ "▁watch": 4678,
+ "▁text": 4679,
+ "▁repe": 4680,
+ "▁candid": 4681,
+ "cel": 4682,
+ "rical": 4683,
+ "anes": 4684,
+ "▁Scotland": 4685,
+ "▁concert": 4686,
+ "▁advance": 4687,
+ "stitute": 4688,
+ "track": 4689,
+ "▁Bob": 4690,
+ "▁Jones": 4691,
+ "▁pair": 4692,
+ "acher": 4693,
+ "osen": 4694,
+ "▁179": 4695,
+ "▁So": 4696,
+ "▁direction": 4697,
+ "ado": 4698,
+ "▁rein": 4699,
+ "▁Their": 4700,
+ "ersey": 4701,
+ "▁seem": 4702,
+ "▁schools": 4703,
+ "▁legal": 4704,
+ "▁55": 4705,
+ "▁dism": 4706,
+ "▁reject": 4707,
+ "▁rare": 4708,
+ "ping": 4709,
+ "lict": 4710,
+ "aver": 4711,
+ "▁marriage": 4712,
+ "▁thick": 4713,
+ "wide": 4714,
+ "▁Department": 4715,
+ "▁oil": 4716,
+ "▁horse": 4717,
+ "illery": 4718,
+ "eway": 4719,
+ "▁recomm": 4720,
+ "▁efforts": 4721,
+ "▁managed": 4722,
+ "▁Manc": 4723,
+ "▁asp": 4724,
+ "▁Dar": 4725,
+ "▁college": 4726,
+ "sis": 4727,
+ "▁purs": 4728,
+ "▁resulting": 4729,
+ "icip": 4730,
+ "▁ending": 4731,
+ "▁avoid": 4732,
+ "▁Cross": 4733,
+ "ieutenant": 4734,
+ "▁wing": 4735,
+ "utions": 4736,
+ "▁showed": 4737,
+ "▁Sar": 4738,
+ "▁Three": 4739,
+ "▁dropped": 4740,
+ "▁responsible": 4741,
+ "▁Infantry": 4742,
+ "▁Tre": 4743,
+ "▁Creek": 4744,
+ "▁inside": 4745,
+ "▁+": 4746,
+ "▁nation": 4747,
+ "inem": 4748,
+ "▁cases": 4749,
+ "▁kept": 4750,
+ "▁environment": 4751,
+ "band": 4752,
+ "▁Arab": 4753,
+ "light": 4754,
+ "irit": 4755,
+ "▁182": 4756,
+ "▁cust": 4757,
+ "▁culture": 4758,
+ "▁meaning": 4759,
+ "▁Ann": 4760,
+ "▁Bost": 4761,
+ "▁Foot": 4762,
+ "▁cyclone": 4763,
+ "awn": 4764,
+ "▁Dou": 4765,
+ "house": 4766,
+ "▁begins": 4767,
+ "▁incorpor": 4768,
+ "▁Hel": 4769,
+ "▁variety": 4770,
+ "illed": 4771,
+ "▁morning": 4772,
+ "▁rat": 4773,
+ "ceeded": 4774,
+ "▁39": 4775,
+ "▁houses": 4776,
+ "▁cerem": 4777,
+ "▁forms": 4778,
+ "uit": 4779,
+ "isation": 4780,
+ "▁dom": 4781,
+ "▁championship": 4782,
+ "▁Service": 4783,
+ "▁words": 4784,
+ "▁Leg": 4785,
+ "▁Post": 4786,
+ "▁arrest": 4787,
+ "peror": 4788,
+ "▁yard": 4789,
+ "like": 4790,
+ "▁ge": 4791,
+ "▁Stone": 4792,
+ "▁Williams": 4793,
+ "▁schol": 4794,
+ "▁Records": 4795,
+ "▁marked": 4796,
+ "▁inches": 4797,
+ "▁Hung": 4798,
+ "▁continues": 4799,
+ "▁Secret": 4800,
+ "▁48": 4801,
+ "▁science": 4802,
+ "▁181": 4803,
+ "MS": 4804,
+ "▁perm": 4805,
+ "▁symb": 4806,
+ "cend": 4807,
+ "▁uses": 4808,
+ "▁Parliament": 4809,
+ "▁economic": 4810,
+ "▁bank": 4811,
+ "ecting": 4812,
+ "▁Go": 4813,
+ "▁source": 4814,
+ "▁BC": 4815,
+ "▁spl": 4816,
+ "▁42": 4817,
+ "gypt": 4818,
+ "▁News": 4819,
+ "▁vo": 4820,
+ "▁Games": 4821,
+ "ka": 4822,
+ "▁B.": 4823,
+ "▁quality": 4824,
+ "iated": 4825,
+ "▁defend": 4826,
+ "writ": 4827,
+ "thel": 4828,
+ "olf": 4829,
+ "▁lear": 4830,
+ "▁hundred": 4831,
+ "▁Stan": 4832,
+ "▁settle": 4833,
+ "ulations": 4834,
+ "▁Mic": 4835,
+ "▁conducted": 4836,
+ "▁Arm": 4837,
+ "▁starting": 4838,
+ "▁impact": 4839,
+ "▁Sur": 4840,
+ "▁your": 4841,
+ "▁specific": 4842,
+ "cle": 4843,
+ "▁allowing": 4844,
+ "▁strugg": 4845,
+ "thur": 4846,
+ "▁Society": 4847,
+ "▁Egypt": 4848,
+ "▁Fin": 4849,
+ "▁1942": 4850,
+ "▁presence": 4851,
+ "▁ple": 4852,
+ "▁amount": 4853,
+ "bed": 4854,
+ "▁beat": 4855,
+ "▁viewers": 4856,
+ "▁du": 4857,
+ "▁sides": 4858,
+ "ait": 4859,
+ "▁metres": 4860,
+ "aph": 4861,
+ "▁dance": 4862,
+ "wh": 4863,
+ "▁Book": 4864,
+ "▁rule": 4865,
+ "▁chap": 4866,
+ "▁exhib": 4867,
+ "▁suppl": 4868,
+ "▁univers": 4869,
+ "▁Prince": 4870,
+ "▁Southern": 4871,
+ "▁Stephen": 4872,
+ "▁distinct": 4873,
+ "▁multiple": 4874,
+ "▁transferred": 4875,
+ "▁C.": 4876,
+ "▁raid": 4877,
+ "▁potential": 4878,
+ "▁Committee": 4879,
+ "▁foreign": 4880,
+ "een": 4881,
+ "▁contrast": 4882,
+ "▁Oxford": 4883,
+ "▁peaked": 4884,
+ "▁Win": 4885,
+ "▁Latin": 4886,
+ "▁Oh": 4887,
+ "ols": 4888,
+ "irm": 4889,
+ "▁enemy": 4890,
+ "ingu": 4891,
+ "▁Jer": 4892,
+ "▁becomes": 4893,
+ "▁captain": 4894,
+ "▁traffic": 4895,
+ "itiz": 4896,
+ "arent": 4897,
+ "▁owned": 4898,
+ "▁Tri": 4899,
+ "▁things": 4900,
+ "▁founded": 4901,
+ "▁greater": 4902,
+ "▁mess": 4903,
+ "▁Like": 4904,
+ "▁Admiral": 4905,
+ "▁Georg": 4906,
+ "gl": 4907,
+ "▁concluded": 4908,
+ "▁portion": 4909,
+ "▁vocal": 4910,
+ "▁Spec": 4911,
+ "▁65": 4912,
+ "▁scoring": 4913,
+ "▁castle": 4914,
+ "▁Joseph": 4915,
+ "▁respond": 4916,
+ "▁property": 4917,
+ "sych": 4918,
+ "▁stories": 4919,
+ "▁attempts": 4920,
+ "▁encoun": 4921,
+ "▁Boston": 4922,
+ "▁opt": 4923,
+ "▁relatively": 4924,
+ "▁Manchester": 4925,
+ "▁Chief": 4926,
+ "▁primarily": 4927,
+ "▁Sat": 4928,
+ "iance": 4929,
+ "▁demonst": 4930,
+ "▁Harrison": 4931,
+ "inet": 4932,
+ "▁federal": 4933,
+ "▁financial": 4934,
+ "▁Because": 4935,
+ "▁Before": 4936,
+ "▁actually": 4937,
+ "▁Jeff": 4938,
+ "▁Hal": 4939,
+ "▁animals": 4940,
+ "▁Brad": 4941,
+ "▁Captain": 4942,
+ "▁Class": 4943,
+ "ressive": 4944,
+ "▁observed": 4945,
+ "▁Hurricane": 4946,
+ "▁collection": 4947,
+ "fect": 4948,
+ "▁Swed": 4949,
+ "ellig": 4950,
+ "▁Sol": 4951,
+ "▁opportun": 4952,
+ "▁titled": 4953,
+ "▁Vietn": 4954,
+ "▁tourn": 4955,
+ "▁featuring": 4956,
+ "▁47": 4957,
+ "▁D.": 4958,
+ "▁lif": 4959,
+ "▁Kh": 4960,
+ "▁writers": 4961,
+ "ita": 4962,
+ "▁Form": 4963,
+ "istics": 4964,
+ "▁write": 4965,
+ "aud": 4966,
+ "▁1944": 4967,
+ "▁journal": 4968,
+ "▁strength": 4969,
+ "▁weaken": 4970,
+ "▁Sil": 4971,
+ "▁inch": 4972,
+ "▁wor": 4973,
+ "▁Bridge": 4974,
+ "▁Ever": 4975,
+ "ours": 4976,
+ "▁situation": 4977,
+ "▁distance": 4978,
+ "▁spot": 4979,
+ "▁paid": 4980,
+ "▁premi": 4981,
+ "▁mechan": 4982,
+ "▁parents": 4983,
+ "▁Tw": 4984,
+ "▁Commission": 4985,
+ "▁independent": 4986,
+ "▁Battalion": 4987,
+ "▁figure": 4988,
+ "umber": 4989,
+ "▁Ott": 4990,
+ "▁share": 4991,
+ "▁acting": 4992,
+ "▁actor": 4993,
+ "▁companies": 4994,
+ "right": 4995,
+ "▁divided": 4996,
+ "▁Def": 4997,
+ "▁Fred": 4998,
+ "eds": 4999,
+ "▁onto": 5000,
+ "▁Tim": 5001,
+ "▁Little": 5002,
+ "ani": 5003,
+ "▁Paris": 5004,
+ "▁collabor": 5005,
+ "▁Produ": 5006,
+ "▁mind": 5007,
+ "▁Den": 5008,
+ "▁slightly": 5009,
+ "▁target": 5010,
+ "▁piece": 5011,
+ "▁Series": 5012,
+ "▁Life": 5013,
+ "▁function": 5014,
+ "▁52": 5015,
+ "▁selling": 5016,
+ "▁46": 5017,
+ "▁reform": 5018,
+ "perial": 5019,
+ "▁Columb": 5020,
+ "▁64": 5021,
+ "▁powerful": 5022,
+ "▁Bat": 5023,
+ "ricket": 5024,
+ "▁innings": 5025,
+ "▁rating": 5026,
+ "▁concent": 5027,
+ "▁Carl": 5028,
+ "▁torped": 5029,
+ "▁Entertain": 5030,
+ "▁plays": 5031,
+ "thlet": 5032,
+ "▁lot": 5033,
+ "▁broke": 5034,
+ "▁today": 5035,
+ "▁rough": 5036,
+ "▁BBC": 5037,
+ "▁era": 5038,
+ "ils": 5039,
+ "▁Ver": 5040,
+ "▁Youn": 5041,
+ "chest": 5042,
+ "istry": 5043,
+ "▁1990": 5044,
+ "▁actions": 5045,
+ "▁ultimately": 5046,
+ "▁Croat": 5047,
+ "▁waters": 5048,
+ "oration": 5049,
+ "▁mel": 5050,
+ "▁trial": 5051,
+ "▁cho": 5052,
+ "▁square": 5053,
+ "▁maximum": 5054,
+ "▁dise": 5055,
+ "▁Luc": 5056,
+ "▁43": 5057,
+ "udd": 5058,
+ "▁Histor": 5059,
+ "uge": 5060,
+ "▁tend": 5061,
+ "ada": 5062,
+ "▁pilot": 5063,
+ "▁bound": 5064,
+ "annel": 5065,
+ "astic": 5066,
+ "▁completely": 5067,
+ "▁Academy": 5068,
+ "▁Max": 5069,
+ "▁sought": 5070,
+ "rown": 5071,
+ "▁interp": 5072,
+ "acts": 5073,
+ "rel": 5074,
+ "▁1945": 5075,
+ "▁policy": 5076,
+ "lam": 5077,
+ "▁scale": 5078,
+ "anna": 5079,
+ "sw": 5080,
+ "▁society": 5081,
+ "▁Mod": 5082,
+ "▁blue": 5083,
+ "▁Pan": 5084,
+ "force": 5085,
+ "▁mainly": 5086,
+ "▁44": 5087,
+ "▁Museum": 5088,
+ "▁behav": 5089,
+ "▁Saint": 5090,
+ "▁'m": 5091,
+ "▁Line": 5092,
+ "rupt": 5093,
+ "▁designated": 5094,
+ "▁1941": 5095,
+ "▁ess": 5096,
+ "▁hus": 5097,
+ "load": 5098,
+ "▁log": 5099,
+ "▁officials": 5100,
+ "▁conver": 5101,
+ "▁struck": 5102,
+ "mond": 5103,
+ "▁activity": 5104,
+ "▁influenced": 5105,
+ "▁combined": 5106,
+ "mas": 5107,
+ "ux": 5108,
+ "▁transl": 5109,
+ "▁task": 5110,
+ "▁wear": 5111,
+ "cers": 5112,
+ "olved": 5113,
+ "▁search": 5114,
+ "stein": 5115,
+ "ylvan": 5116,
+ "▁Entertainment": 5117,
+ "▁vess": 5118,
+ "while": 5119,
+ "▁thir": 5120,
+ "▁thous": 5121,
+ "▁Pop": 5122,
+ "▁calling": 5123,
+ "▁gar": 5124,
+ "ees": 5125,
+ "▁150": 5126,
+ "▁Italy": 5127,
+ "▁alongside": 5128,
+ "▁Way": 5129,
+ "▁northeast": 5130,
+ "▁seconds": 5131,
+ "▁batter": 5132,
+ "under": 5133,
+ "▁Brigade": 5134,
+ "▁sout": 5135,
+ "▁Americans": 5136,
+ "▁corn": 5137,
+ "▁sources": 5138,
+ "▁winter": 5139,
+ "orses": 5140,
+ "▁background": 5141,
+ "itan": 5142,
+ "▁S.": 5143,
+ "▁Lee": 5144,
+ "▁webs": 5145,
+ "alle": 5146,
+ "▁Ire": 5147,
+ "▁theory": 5148,
+ "▁seg": 5149,
+ "▁ice": 5150,
+ "▁Hor": 5151,
+ "aga": 5152,
+ "▁recent": 5153,
+ "▁gained": 5154,
+ "▁suc": 5155,
+ "▁nominated": 5156,
+ "rative": 5157,
+ "mark": 5158,
+ "▁electric": 5159,
+ "▁crow": 5160,
+ "▁platform": 5161,
+ "▁Gre": 5162,
+ "▁artists": 5163,
+ "▁Conf": 5164,
+ "▁problem": 5165,
+ "▁mem": 5166,
+ "▁Van": 5167,
+ "▁Regiment": 5168,
+ "▁encour": 5169,
+ "▁Tod": 5170,
+ "iano": 5171,
+ "▁widely": 5172,
+ "▁naval": 5173,
+ "▁Wind": 5174,
+ "▁systems": 5175,
+ "▁promoted": 5176,
+ "quarters": 5177,
+ "aven": 5178,
+ "▁confirmed": 5179,
+ "ya": 5180,
+ "ini": 5181,
+ "▁news": 5182,
+ "▁reaching": 5183,
+ "▁Ireland": 5184,
+ "▁results": 5185,
+ "▁proved": 5186,
+ "▁Avenue": 5187,
+ "illa": 5188,
+ "osaur": 5189,
+ "HL": 5190,
+ "▁passing": 5191,
+ "ibrary": 5192,
+ "▁albums": 5193,
+ "rate": 5194,
+ "▁explained": 5195,
+ "▁subsequent": 5196,
+ "▁Fleet": 5197,
+ "▁greatest": 5198,
+ "adel": 5199,
+ "▁conflict": 5200,
+ "▁Add": 5201,
+ "▁2nd": 5202,
+ "▁invasion": 5203,
+ "▁content": 5204,
+ "▁wick": 5205,
+ "ota": 5206,
+ "▁1989": 5207,
+ "▁coming": 5208,
+ "▁peace": 5209,
+ "▁charge": 5210,
+ "▁sixth": 5211,
+ "▁hero": 5212,
+ "▁resist": 5213,
+ "nown": 5214,
+ "▁northwest": 5215,
+ "▁county": 5216,
+ "ube": 5217,
+ "▁shortly": 5218,
+ "▁weather": 5219,
+ "▁1943": 5220,
+ "▁Good": 5221,
+ "▁versions": 5222,
+ "▁adj": 5223,
+ "oured": 5224,
+ "▁serve": 5225,
+ "▁causing": 5226,
+ "▁says": 5227,
+ "pe": 5228,
+ "▁sust": 5229,
+ "▁Orig": 5230,
+ "hew": 5231,
+ "▁expressed": 5232,
+ "▁path": 5233,
+ "▁reception": 5234,
+ "▁Ell": 5235,
+ "▁Victoria": 5236,
+ "tation": 5237,
+ "▁seek": 5238,
+ "▁ir": 5239,
+ "▁burn": 5240,
+ "itness": 5241,
+ "iced": 5242,
+ "▁Ray": 5243,
+ "▁residents": 5244,
+ "▁Catholic": 5245,
+ "▁border": 5246,
+ "▁emot": 5247,
+ "▁Bus": 5248,
+ "▁Tropical": 5249,
+ "▁soundtrack": 5250,
+ "TV": 5251,
+ "▁cities": 5252,
+ "▁sn": 5253,
+ "▁Charl": 5254,
+ "▁Valley": 5255,
+ "▁seasons": 5256,
+ "aling": 5257,
+ "▁appearances": 5258,
+ "▁favour": 5259,
+ "▁sense": 5260,
+ "ategory": 5261,
+ "omy": 5262,
+ "▁Norm": 5263,
+ "▁Ty": 5264,
+ "onn": 5265,
+ "▁Work": 5266,
+ "▁sexual": 5267,
+ "▁Alb": 5268,
+ "▁require": 5269,
+ "▁51": 5270,
+ "▁chem": 5271,
+ "▁hospital": 5272,
+ "▁Nin": 5273,
+ "town": 5274,
+ "▁green": 5275,
+ "▁Dr.": 5276,
+ "▁identified": 5277,
+ "▁physical": 5278,
+ "▁Sant": 5279,
+ "▁older": 5280,
+ "▁Light": 5281,
+ "ips": 5282,
+ "ancy": 5283,
+ "▁Though": 5284,
+ "▁Aut": 5285,
+ "▁hands": 5286,
+ "ih": 5287,
+ "▁tells": 5288,
+ "▁true": 5289,
+ "▁offer": 5290,
+ "▁document": 5291,
+ "▁dedic": 5292,
+ "▁Live": 5293,
+ "bit": 5294,
+ "▁'re": 5295,
+ "▁kg": 5296,
+ "ighth": 5297,
+ "▁iron": 5298,
+ "▁Middle": 5299,
+ "▁artillery": 5300,
+ "▁represented": 5301,
+ "▁Commun": 5302,
+ "bon": 5303,
+ "▁weapons": 5304,
+ "▁Liber": 5305,
+ "arden": 5306,
+ "▁ahead": 5307,
+ "▁Through": 5308,
+ "▁Football": 5309,
+ "unction": 5310,
+ "eption": 5311,
+ "▁M.": 5312,
+ "▁Dev": 5313,
+ "ym": 5314,
+ "▁Show": 5315,
+ "▁gas": 5316,
+ "▁negot": 5317,
+ "ylvania": 5318,
+ "▁heavily": 5319,
+ "▁Upon": 5320,
+ "▁eas": 5321,
+ "▁pun": 5322,
+ "▁1940": 5323,
+ "▁1980s": 5324,
+ "za": 5325,
+ "▁supp": 5326,
+ "▁Far": 5327,
+ "▁Dutch": 5328,
+ "abeth": 5329,
+ "▁defense": 5330,
+ "itable": 5331,
+ "AS": 5332,
+ "▁student": 5333,
+ "▁image": 5334,
+ "▁Lo": 5335,
+ "▁spread": 5336,
+ "▁alone": 5337,
+ "▁apparent": 5338,
+ "▁Week": 5339,
+ "▁studies": 5340,
+ "▁Direct": 5341,
+ "▁officially": 5342,
+ "▁Jul": 5343,
+ "▁husband": 5344,
+ "▁Ma": 5345,
+ "▁executive": 5346,
+ "▁district": 5347,
+ "▁Bey": 5348,
+ "ero": 5349,
+ "▁Tay": 5350,
+ "▁Young": 5351,
+ "▁Sub": 5352,
+ "▁farm": 5353,
+ "essions": 5354,
+ "▁instit": 5355,
+ "▁Eliz": 5356,
+ "▁debuted": 5357,
+ "▁Dun": 5358,
+ "▁Albert": 5359,
+ "▁Top": 5360,
+ "▁prominent": 5361,
+ "▁capture": 5362,
+ "▁consisted": 5363,
+ "▁injury": 5364,
+ "▁wild": 5365,
+ "▁send": 5366,
+ "▁pack": 5367,
+ "▁equipment": 5368,
+ "▁organization": 5369,
+ "▁fired": 5370,
+ "▁bit": 5371,
+ "▁stone": 5372,
+ "▁pattern": 5373,
+ "▁argued": 5374,
+ "▁aired": 5375,
+ "▁resc": 5376,
+ "▁figures": 5377,
+ "▁prepar": 5378,
+ "AA": 5379,
+ "▁surpris": 5380,
+ "▁instrument": 5381,
+ "▁exped": 5382,
+ "▁growth": 5383,
+ "▁Ill": 5384,
+ "▁couple": 5385,
+ "acity": 5386,
+ "▁doing": 5387,
+ "▁returning": 5388,
+ "▁Civil": 5389,
+ "▁Homer": 5390,
+ "▁Bond": 5391,
+ "▁Ry": 5392,
+ "▁contemporary": 5393,
+ "pool": 5394,
+ "▁pict": 5395,
+ "▁Kr": 5396,
+ "ockey": 5397,
+ "▁hun": 5398,
+ "▁Vol": 5399,
+ "ushed": 5400,
+ "▁Rog": 5401,
+ "▁poet": 5402,
+ "▁ring": 5403,
+ "▁pal": 5404,
+ "▁weight": 5405,
+ "urban": 5406,
+ "▁cert": 5407,
+ "▁1970s": 5408,
+ "▁Av": 5409,
+ "▁drug": 5410,
+ "▁laid": 5411,
+ "▁leaders": 5412,
+ "▁doub": 5413,
+ "▁affected": 5414,
+ "▁Northern": 5415,
+ "▁matter": 5416,
+ "▁pieces": 5417,
+ "▁Di": 5418,
+ "▁floor": 5419,
+ "▁habit": 5420,
+ "▁magn": 5421,
+ "lines": 5422,
+ "bur": 5423,
+ "lers": 5424,
+ "▁step": 5425,
+ "▁Ram": 5426,
+ "▁eth": 5427,
+ "▁maintained": 5428,
+ "▁propos": 5429,
+ "▁1960s": 5430,
+ "▁Fre": 5431,
+ "resp": 5432,
+ "▁earth": 5433,
+ "▁occasion": 5434,
+ "appen": 5435,
+ "▁visited": 5436,
+ "▁tun": 5437,
+ "▁rang": 5438,
+ "▁Mat": 5439,
+ "▁here": 5440,
+ "▁comes": 5441,
+ "▁communic": 5442,
+ "▁shell": 5443,
+ "▁speech": 5444,
+ "▁Daniel": 5445,
+ "▁criticized": 5446,
+ "▁crowd": 5447,
+ "▁Dam": 5448,
+ "▁600": 5449,
+ "▁Storm": 5450,
+ "▁activities": 5451,
+ "ports": 5452,
+ "▁termin": 5453,
+ "▁stra": 5454,
+ "▁Carolina": 5455,
+ "▁Fer": 5456,
+ "▁Men": 5457,
+ "ental": 5458,
+ "inson": 5459,
+ "▁attract": 5460,
+ "▁citiz": 5461,
+ "acement": 5462,
+ "▁exec": 5463,
+ "ifying": 5464,
+ "▁tournament": 5465,
+ "▁reign": 5466,
+ "▁toward": 5467,
+ "▁ox": 5468,
+ "▁singles": 5469,
+ "▁emph": 5470,
+ "▁hall": 5471,
+ "▁Gal": 5472,
+ "emic": 5473,
+ "▁trees": 5474,
+ "▁Sk": 5475,
+ "▁Jon": 5476,
+ "▁reference": 5477,
+ "▁formation": 5478,
+ "ocked": 5479,
+ "▁Scottish": 5480,
+ "▁senior": 5481,
+ "▁setting": 5482,
+ "elve": 5483,
+ "▁1987": 5484,
+ "▁adapt": 5485,
+ "▁surre": 5486,
+ "▁territory": 5487,
+ "▁worldwide": 5488,
+ "▁medical": 5489,
+ "▁Hard": 5490,
+ "▁Government": 5491,
+ "▁trying": 5492,
+ "▁unk": 5493,
+ "▁stations": 5494,
+ "▁1988": 5495,
+ "▁bud": 5496,
+ "rog": 5497,
+ "▁Marsh": 5498,
+ "▁Bre": 5499,
+ "▁System": 5500,
+ "▁appl": 5501,
+ "▁birds": 5502,
+ "▁Fantasy": 5503,
+ "ruit": 5504,
+ "estic": 5505,
+ "▁pan": 5506,
+ "▁delay": 5507,
+ "▁Writ": 5508,
+ "▁Operation": 5509,
+ "▁Holly": 5510,
+ "ners": 5511,
+ "▁Background": 5512,
+ "▁machine": 5513,
+ "▁Governor": 5514,
+ "▁fellow": 5515,
+ "▁claims": 5516,
+ "▁doll": 5517,
+ "▁murder": 5518,
+ "▁District": 5519,
+ "▁Ocean": 5520,
+ "embly": 5521,
+ "▁historian": 5522,
+ "▁guest": 5523,
+ "▁bul": 5524,
+ "▁rainfall": 5525,
+ "▁risk": 5526,
+ "▁dog": 5527,
+ "▁Field": 5528,
+ "▁fully": 5529,
+ "▁accident": 5530,
+ "▁Penns": 5531,
+ "▁cell": 5532,
+ "eld": 5533,
+ "▁value": 5534,
+ "▁Rom": 5535,
+ "▁load": 5536,
+ "ivity": 5537,
+ "▁therefore": 5538,
+ "▁god": 5539,
+ "uled": 5540,
+ "▁Duke": 5541,
+ "▁Home": 5542,
+ "▁split": 5543,
+ "eed": 5544,
+ "▁chosen": 5545,
+ "▁treatment": 5546,
+ "▁Colon": 5547,
+ "▁Guard": 5548,
+ "▁university": 5549,
+ "▁53": 5550,
+ "gian": 5551,
+ "▁twice": 5552,
+ "omers": 5553,
+ "uct": 5554,
+ "amber": 5555,
+ "▁Tem": 5556,
+ "velopment": 5557,
+ "▁terr": 5558,
+ "▁frequently": 5559,
+ "▁supply": 5560,
+ "▁Studios": 5561,
+ "▁contest": 5562,
+ "uls": 5563,
+ "▁Polish": 5564,
+ "▁reports": 5565,
+ "▁Kar": 5566,
+ "stone": 5567,
+ "▁Girl": 5568,
+ "orne": 5569,
+ "ror": 5570,
+ "▁leaves": 5571,
+ "▁Short": 5572,
+ "resh": 5573,
+ "▁governor": 5574,
+ "▁sens": 5575,
+ "rael": 5576,
+ "▁remark": 5577,
+ "▁Senate": 5578,
+ "ić": 5579,
+ "▁paper": 5580,
+ "stitution": 5581,
+ "aved": 5582,
+ "▁Eastern": 5583,
+ "▁label": 5584,
+ "▁faced": 5585,
+ "▁agg": 5586,
+ "ampion": 5587,
+ "▁dyn": 5588,
+ "ordin": 5589,
+ "▁Beat": 5590,
+ "▁walls": 5591,
+ "▁opin": 5592,
+ "▁follows": 5593,
+ "▁hyd": 5594,
+ "eller": 5595,
+ "▁billion": 5596,
+ "▁Lew": 5597,
+ "anger": 5598,
+ "▁Rod": 5599,
+ "ledge": 5600,
+ "▁operated": 5601,
+ "▁Ros": 5602,
+ "▁grew": 5603,
+ "▁manu": 5604,
+ "ading": 5605,
+ "▁surrounding": 5606,
+ "▁Andrew": 5607,
+ "▁contained": 5608,
+ "▁85": 5609,
+ "▁Mean": 5610,
+ "▁degree": 5611,
+ "onents": 5612,
+ "▁herself": 5613,
+ "▁condition": 5614,
+ "▁Christmas": 5615,
+ "▁horses": 5616,
+ "▁planet": 5617,
+ "▁manufact": 5618,
+ "▁MD": 5619,
+ "▁accompan": 5620,
+ "▁ut": 5621,
+ "▁wounded": 5622,
+ "▁typically": 5623,
+ "▁escape": 5624,
+ "▁swe": 5625,
+ "ayer": 5626,
+ "▁Allied": 5627,
+ "▁passes": 5628,
+ "▁Os": 5629,
+ "rect": 5630,
+ "orter": 5631,
+ "▁color": 5632,
+ "▁simply": 5633,
+ "edd": 5634,
+ "isco": 5635,
+ "▁master": 5636,
+ "▁fuel": 5637,
+ "illy": 5638,
+ "▁Wilson": 5639,
+ "▁sle": 5640,
+ "▁H.": 5641,
+ "▁brown": 5642,
+ "▁Night": 5643,
+ "▁railway": 5644,
+ "▁Corn": 5645,
+ "▁Bart": 5646,
+ "▁element": 5647,
+ "▁draft": 5648,
+ "utation": 5649,
+ "gend": 5650,
+ "▁Taylor": 5651,
+ "▁lives": 5652,
+ "ety": 5653,
+ "▁editor": 5654,
+ "▁orders": 5655,
+ "▁arms": 5656,
+ "▁1986": 5657,
+ "ala": 5658,
+ "▁Elizabeth": 5659,
+ "▁Jud": 5660,
+ "▁serving": 5661,
+ "▁bal": 5662,
+ "antly": 5663,
+ "▁nothing": 5664,
+ "▁Alexander": 5665,
+ "▁authority": 5666,
+ "▁chose": 5667,
+ "▁opposed": 5668,
+ "▁workers": 5669,
+ "▁vote": 5670,
+ "▁consecutive": 5671,
+ "▁cannot": 5672,
+ "▁camer": 5673,
+ "isters": 5674,
+ "▁moment": 5675,
+ "▁Mike": 5676,
+ "▁newly": 5677,
+ "▁Each": 5678,
+ "▁Joe": 5679,
+ "ricult": 5680,
+ "izes": 5681,
+ "▁native": 5682,
+ "▁unknown": 5683,
+ "ancing": 5684,
+ "▁participated": 5685,
+ "ias": 5686,
+ "aming": 5687,
+ "ucky": 5688,
+ "▁growing": 5689,
+ "pass": 5690,
+ "▁website": 5691,
+ "▁casual": 5692,
+ "agn": 5693,
+ "▁emphas": 5694,
+ "uous": 5695,
+ "▁54": 5696,
+ "▁entr": 5697,
+ "▁phil": 5698,
+ "▁attrib": 5699,
+ "▁fan": 5700,
+ "▁producers": 5701,
+ "fully": 5702,
+ "▁newspaper": 5703,
+ "▁rear": 5704,
+ "ographer": 5705,
+ "igg": 5706,
+ "▁bass": 5707,
+ "▁fair": 5708,
+ "▁Of": 5709,
+ "▁losing": 5710,
+ "▁Castle": 5711,
+ "▁advanced": 5712,
+ "▁adopted": 5713,
+ "▁filming": 5714,
+ "▁extra": 5715,
+ "▁Festival": 5716,
+ "mit": 5717,
+ "ote": 5718,
+ "▁heard": 5719,
+ "▁Hum": 5720,
+ "▁severe": 5721,
+ "▁Pennsylvania": 5722,
+ "▁offensive": 5723,
+ "▁feed": 5724,
+ "ilies": 5725,
+ "▁fiction": 5726,
+ "andy": 5727,
+ "▁opposition": 5728,
+ "enge": 5729,
+ "imens": 5730,
+ "azz": 5731,
+ "▁Exp": 5732,
+ "▁extend": 5733,
+ "▁spirit": 5734,
+ "▁Jac": 5735,
+ "▁Det": 5736,
+ "▁capacity": 5737,
+ "enger": 5738,
+ "▁Pers": 5739,
+ "▁95": 5740,
+ "▁Islands": 5741,
+ "▁What": 5742,
+ "▁basis": 5743,
+ "▁sequence": 5744,
+ "▁actors": 5745,
+ "▁council": 5746,
+ "▁psych": 5747,
+ "then": 5748,
+ "▁guard": 5749,
+ "▁ends": 5750,
+ "pton": 5751,
+ "▁Reception": 5752,
+ "▁Sound": 5753,
+ "▁56": 5754,
+ "▁weak": 5755,
+ "▁Che": 5756,
+ "▁squadron": 5757,
+ "▁silver": 5758,
+ "▁Gi": 5759,
+ "▁advant": 5760,
+ "▁prin": 5761,
+ "▁abandoned": 5762,
+ "ype": 5763,
+ "rong": 5764,
+ "▁Irish": 5765,
+ "▁Further": 5766,
+ "▁177": 5767,
+ "▁compar": 5768,
+ "orship": 5769,
+ "ev": 5770,
+ "tar": 5771,
+ "▁rival": 5772,
+ "▁rom": 5773,
+ "▁WW": 5774,
+ "▁prompt": 5775,
+ "▁extr": 5776,
+ "▁Inst": 5777,
+ "rid": 5778,
+ "▁Blue": 5779,
+ "▁Wat": 5780,
+ "▁flying": 5781,
+ "▁kick": 5782,
+ "ables": 5783,
+ "▁Tech": 5784,
+ "▁honor": 5785,
+ "isers": 5786,
+ "▁Harry": 5787,
+ "more": 5788,
+ "▁elev": 5789,
+ "▁creating": 5790,
+ "▁bey": 5791,
+ "ager": 5792,
+ "▁Card": 5793,
+ "▁Mr.": 5794,
+ "▁Tra": 5795,
+ "ocated": 5796,
+ "▁Jersey": 5797,
+ "gu": 5798,
+ "▁filmed": 5799,
+ "▁launch": 5800,
+ "▁coal": 5801,
+ "▁Ret": 5802,
+ "▁regarded": 5803,
+ "▁Pen": 5804,
+ "▁happen": 5805,
+ "▁expansion": 5806,
+ "▁normal": 5807,
+ "▁Spain": 5808,
+ "▁ast": 5809,
+ "▁enter": 5810,
+ "▁criticism": 5811,
+ "▁individuals": 5812,
+ "▁poll": 5813,
+ "lement": 5814,
+ "▁homes": 5815,
+ "▁agreement": 5816,
+ "▁SS": 5817,
+ "▁1990s": 5818,
+ "▁beyond": 5819,
+ "▁incident": 5820,
+ "hi": 5821,
+ "▁Land": 5822,
+ "▁Gall": 5823,
+ "▁failure": 5824,
+ "▁178": 5825,
+ "▁Coast": 5826,
+ "▁Square": 5827,
+ "▁Fam": 5828,
+ "▁spect": 5829,
+ "▁evac": 5830,
+ "▁deploy": 5831,
+ "▁dismiss": 5832,
+ "▁famous": 5833,
+ "apers": 5834,
+ "▁eye": 5835,
+ "add": 5836,
+ "onc": 5837,
+ "▁spring": 5838,
+ "▁chair": 5839,
+ "▁sail": 5840,
+ "▁sports": 5841,
+ "▁measure": 5842,
+ "▁97": 5843,
+ "▁challeng": 5844,
+ "▁1939": 5845,
+ "▁possibly": 5846,
+ "▁historical": 5847,
+ "▁negative": 5848,
+ "min": 5849,
+ "▁liber": 5850,
+ "TC": 5851,
+ "▁inte": 5852,
+ "uses": 5853,
+ "▁boat": 5854,
+ "▁bodies": 5855,
+ "ef": 5856,
+ "▁'ve": 5857,
+ "▁achieved": 5858,
+ "gar": 5859,
+ "▁strike": 5860,
+ "▁believe": 5861,
+ "▁Are": 5862,
+ "▁contact": 5863,
+ "▁76": 5864,
+ "▁progress": 5865,
+ "▁mob": 5866,
+ "▁roles": 5867,
+ "▁unf": 5868,
+ "▁Public": 5869,
+ "▁Us": 5870,
+ "▁Production": 5871,
+ "▁killing": 5872,
+ "▁narrow": 5873,
+ "▁retired": 5874,
+ "anda": 5875,
+ "▁ideas": 5876,
+ "imet": 5877,
+ "iot": 5878,
+ "▁Bab": 5879,
+ "▁Institute": 5880,
+ "ifications": 5881,
+ "▁P.": 5882,
+ "ano": 5883,
+ "▁Lind": 5884,
+ "ienced": 5885,
+ "▁drive": 5886,
+ "▁disease": 5887,
+ "BA": 5888,
+ "rich": 5889,
+ "▁ur": 5890,
+ "▁Wild": 5891,
+ "▁Israel": 5892,
+ "▁R.": 5893,
+ "▁torpedo": 5894,
+ "mosp": 5895,
+ "onent": 5896,
+ "▁benef": 5897,
+ "▁rid": 5898,
+ "▁briefly": 5899,
+ "FA": 5900,
+ "▁1985": 5901,
+ "▁Revolution": 5902,
+ "▁CD": 5903,
+ "▁Due": 5904,
+ "▁Arthur": 5905,
+ "▁Broad": 5906,
+ "▁effective": 5907,
+ "▁imag": 5908,
+ "▁1968": 5909,
+ "▁armed": 5910,
+ "▁applic": 5911,
+ "▁tower": 5912,
+ "▁budget": 5913,
+ "▁diam": 5914,
+ "▁Elect": 5915,
+ "▁receive": 5916,
+ "▁repeated": 5917,
+ "▁administration": 5918,
+ "▁granted": 5919,
+ "▁necessary": 5920,
+ "▁perman": 5921,
+ "▁personnel": 5922,
+ "▁tree": 5923,
+ "▁Mul": 5924,
+ "▁roads": 5925,
+ "▁rejected": 5926,
+ "▁Meanwhile": 5927,
+ "edom": 5928,
+ "▁table": 5929,
+ "▁twelve": 5930,
+ "▁Republican": 5931,
+ "aith": 5932,
+ "▁kilometres": 5933,
+ "▁Cat": 5934,
+ "▁Germ": 5935,
+ "▁End": 5936,
+ "▁pet": 5937,
+ "▁improved": 5938,
+ "▁leadership": 5939,
+ "▁mis": 5940,
+ "▁Person": 5941,
+ "▁gross": 5942,
+ "▁Doctor": 5943,
+ "▁Bul": 5944,
+ "iny": 5945,
+ "▁interchange": 5946,
+ "avalry": 5947,
+ "▁Clark": 5948,
+ "▁column": 5949,
+ "▁extensive": 5950,
+ "iner": 5951,
+ "▁inh": 5952,
+ "▁data": 5953,
+ "▁1970": 5954,
+ "▁Cub": 5955,
+ "▁yellow": 5956,
+ "▁Ohio": 5957,
+ "imal": 5958,
+ "kins": 5959,
+ "ourney": 5960,
+ "▁Album": 5961,
+ "▁turns": 5962,
+ "▁66": 5963,
+ "▁infantry": 5964,
+ "▁plants": 5965,
+ "▁purpose": 5966,
+ "▁straight": 5967,
+ "▁Sund": 5968,
+ "▁management": 5969,
+ "▁lands": 5970,
+ "▁express": 5971,
+ "iments": 5972,
+ "▁landing": 5973,
+ "▁defin": 5974,
+ "▁paralle": 5975,
+ "▁Ul": 5976,
+ "▁describes": 5977,
+ "▁Mid": 5978,
+ "▁expanded": 5979,
+ "▁seat": 5980,
+ "▁Secretary": 5981,
+ "▁Board": 5982,
+ "▁solo": 5983,
+ "▁choice": 5984,
+ "▁franch": 5985,
+ "▁successfully": 5986,
+ "▁Ly": 5987,
+ "▁61": 5988,
+ "▁broken": 5989,
+ "▁mile": 5990,
+ "lusion": 5991,
+ "▁Liver": 5992,
+ "▁crossing": 5993,
+ "▁learn": 5994,
+ "adelph": 5995,
+ "▁didn": 5996,
+ "▁Braz": 5997,
+ "▁Head": 5998,
+ "▁1984": 5999,
+ "▁fought": 6000,
+ "▁deliver": 6001,
+ "▁Philadelph": 6002,
+ "▁intellig": 6003,
+ "oln": 6004,
+ "▁explos": 6005,
+ "iday": 6006,
+ "ocks": 6007,
+ "▁animal": 6008,
+ "▁organized": 6009,
+ "▁caught": 6010,
+ "▁Hy": 6011,
+ "▁excl": 6012,
+ "uate": 6013,
+ "▁vehicles": 6014,
+ "▁commissioned": 6015,
+ "▁suggests": 6016,
+ "▁Les": 6017,
+ "▁acquired": 6018,
+ "▁800": 6019,
+ "la": 6020,
+ "ico": 6021,
+ "▁Fe": 6022,
+ "▁places": 6023,
+ "▁committee": 6024,
+ "▁chor": 6025,
+ "haps": 6026,
+ "etball": 6027,
+ "▁roof": 6028,
+ "▁ancient": 6029,
+ "▁drama": 6030,
+ "▁Even": 6031,
+ "set": 6032,
+ "▁creation": 6033,
+ "▁Georgia": 6034,
+ "hol": 6035,
+ "▁Never": 6036,
+ "▁Cambridge": 6037,
+ "▁types": 6038,
+ "stream": 6039,
+ "▁Ash": 6040,
+ "▁glob": 6041,
+ "▁gives": 6042,
+ "▁Philadelphia": 6043,
+ "▁article": 6044,
+ "▁comedy": 6045,
+ "▁seventh": 6046,
+ "▁unsu": 6047,
+ "▁nuclear": 6048,
+ "▁prefer": 6049,
+ "▁Hit": 6050,
+ "iable": 6051,
+ "▁Mir": 6052,
+ "▁Burn": 6053,
+ "▁wave": 6054,
+ "▁Bell": 6055,
+ "▁soft": 6056,
+ "▁E.": 6057,
+ "▁fat": 6058,
+ "iate": 6059,
+ "▁row": 6060,
+ "appy": 6061,
+ "▁Sher": 6062,
+ "▁Bru": 6063,
+ "▁authorities": 6064,
+ "▁headquarters": 6065,
+ "▁Const": 6066,
+ "▁Mov": 6067,
+ "▁contain": 6068,
+ "▁120": 6069,
+ "attle": 6070,
+ "etts": 6071,
+ "▁Also": 6072,
+ "war": 6073,
+ "▁centuries": 6074,
+ "▁commonly": 6075,
+ "▁determined": 6076,
+ "▁RA": 6077,
+ "▁islands": 6078,
+ "▁genus": 6079,
+ "▁1967": 6080,
+ "iations": 6081,
+ "▁mentioned": 6082,
+ "▁Addition": 6083,
+ "▁IS": 6084,
+ "▁recently": 6085,
+ "▁Russia": 6086,
+ "rif": 6087,
+ "▁looking": 6088,
+ "iana": 6089,
+ "▁bott": 6090,
+ "▁controlled": 6091,
+ "igr": 6092,
+ "▁beaut": 6093,
+ "restling": 6094,
+ "▁SR": 6095,
+ "▁street": 6096,
+ "▁roll": 6097,
+ "erc": 6098,
+ "umes": 6099,
+ "akers": 6100,
+ "▁Prot": 6101,
+ "▁1980": 6102,
+ "▁Common": 6103,
+ "▁sets": 6104,
+ "▁families": 6105,
+ "▁Among": 6106,
+ "▁household": 6107,
+ "▁W.": 6108,
+ "▁security": 6109,
+ "▁Liverpool": 6110,
+ "▁Wars": 6111,
+ "▁upgr": 6112,
+ "▁finds": 6113,
+ "▁experiment": 6114,
+ "▁aim": 6115,
+ "▁Cy": 6116,
+ "▁suppor": 6117,
+ "ura": 6118,
+ "▁decre": 6119,
+ "▁Nintend": 6120,
+ "▁advert": 6121,
+ "▁57": 6122,
+ "▁standing": 6123,
+ "▁drop": 6124,
+ "▁Rel": 6125,
+ "ima": 6126,
+ "▁acad": 6127,
+ "▁illust": 6128,
+ "▁Nintendo": 6129,
+ "▁Lar": 6130,
+ "▁singing": 6131,
+ "oted": 6132,
+ "▁withdraw": 6133,
+ "▁Linc": 6134,
+ "▁battalion": 6135,
+ "▁Columbia": 6136,
+ "▁reflect": 6137,
+ "▁unique": 6138,
+ "▁Prime": 6139,
+ "▁Earl": 6140,
+ "itled": 6141,
+ "uting": 6142,
+ "▁Ep": 6143,
+ "fort": 6144,
+ "agement": 6145,
+ "▁containing": 6146,
+ "▁Arg": 6147,
+ "▁entirely": 6148,
+ "▁height": 6149,
+ "▁Gil": 6150,
+ "▁cultural": 6151,
+ "▁deck": 6152,
+ "▁Jenn": 6153,
+ "▁fish": 6154,
+ "▁dial": 6155,
+ "▁orchest": 6156,
+ "arts": 6157,
+ "▁62": 6158,
+ "▁finish": 6159,
+ "▁touchdown": 6160,
+ "▁contributed": 6161,
+ "▁Lincoln": 6162,
+ "▁protect": 6163,
+ "▁Singap": 6164,
+ "▁Chap": 6165,
+ "▁themes": 6166,
+ "▁provides": 6167,
+ "▁Development": 6168,
+ "▁younger": 6169,
+ "▁Korean": 6170,
+ "▁Asia": 6171,
+ "▁defence": 6172,
+ "ishes": 6173,
+ "▁flooding": 6174,
+ "▁Lieutenant": 6175,
+ "▁unp": 6176,
+ "▁1983": 6177,
+ "acks": 6178,
+ "roll": 6179,
+ "▁mist": 6180,
+ "▁awards": 6181,
+ "▁atmosp": 6182,
+ "▁titles": 6183,
+ "▁strik": 6184,
+ "▁Brazil": 6185,
+ "▁purchased": 6186,
+ "oma": 6187,
+ "▁Rol": 6188,
+ "▁Jewish": 6189,
+ "amin": 6190,
+ "▁sac": 6191,
+ "▁la": 6192,
+ "outs": 6193,
+ "▁arrival": 6194,
+ "ipl": 6195,
+ "▁scheduled": 6196,
+ "▁defensive": 6197,
+ "▁powers": 6198,
+ "▁Child": 6199,
+ "▁Francisco": 6200,
+ "▁resemb": 6201,
+ "▁hol": 6202,
+ "▁accompanied": 6203,
+ "▁Singapore": 6204,
+ "▁ceremony": 6205,
+ "▁quite": 6206,
+ "inity": 6207,
+ "▁convers": 6208,
+ "respond": 6209,
+ "▁1964": 6210,
+ "▁expedition": 6211,
+ "▁Hay": 6212,
+ "illing": 6213,
+ "▁thing": 6214,
+ "▁unus": 6215,
+ "▁People": 6216,
+ "▁worth": 6217,
+ "▁1969": 6218,
+ "▁perfect": 6219,
+ "▁locations": 6220,
+ "▁existing": 6221,
+ "icial": 6222,
+ "▁interact": 6223,
+ "▁performing": 6224,
+ "▁advantage": 6225,
+ "water": 6226,
+ "▁Carey": 6227,
+ "room": 6228,
+ "atures": 6229,
+ "▁try": 6230,
+ "▁Office": 6231,
+ "▁dedicated": 6232,
+ "▁Six": 6233,
+ "▁computer": 6234,
+ "▁philos": 6235,
+ "▁Pot": 6236,
+ "▁extrem": 6237,
+ "▁Disney": 6238,
+ "▁intensity": 6239,
+ "▁occupied": 6240,
+ "Station": 6241,
+ "▁store": 6242,
+ "▁1914": 6243,
+ "ulate": 6244,
+ "gn": 6245,
+ "laim": 6246,
+ "ava": 6247,
+ "▁58": 6248,
+ "▁why": 6249,
+ "▁squad": 6250,
+ "▁PlayStation": 6251,
+ "▁Dark": 6252,
+ "▁74": 6253,
+ "▁1918": 6254,
+ "▁HMS": 6255,
+ "▁fresh": 6256,
+ "▁Su": 6257,
+ "▁mounted": 6258,
+ "▁Tam": 6259,
+ "▁bat": 6260,
+ "▁Lis": 6261,
+ "▁Order": 6262,
+ "▁1982": 6263,
+ "ashion": 6264,
+ "agan": 6265,
+ "▁Hun": 6266,
+ "▁1971": 6267,
+ "▁Ven": 6268,
+ "▁Anderson": 6269,
+ "▁cricket": 6270,
+ "▁nob": 6271,
+ "▁closely": 6272,
+ "▁mouth": 6273,
+ "▁Steve": 6274,
+ "▁firm": 6275,
+ "▁consists": 6276,
+ "▁currently": 6277,
+ "▁Lewis": 6278,
+ "▁fix": 6279,
+ "▁session": 6280,
+ "▁1966": 6281,
+ "▁Ur": 6282,
+ "▁Miller": 6283,
+ "▁Hon": 6284,
+ "▁1972": 6285,
+ "▁Conference": 6286,
+ "ta": 6287,
+ "▁Balt": 6288,
+ "▁industrial": 6289,
+ "▁1979": 6290,
+ "▁simple": 6291,
+ "wall": 6292,
+ "▁Byz": 6293,
+ "▁tail": 6294,
+ "▁Turn": 6295,
+ "▁piano": 6296,
+ "▁72": 6297,
+ "▁Once": 6298,
+ "▁facilities": 6299,
+ "racted": 6300,
+ "▁elimin": 6301,
+ "▁supporting": 6302,
+ "yles": 6303,
+ "▁Olympic": 6304,
+ "▁drawn": 6305,
+ "▁lic": 6306,
+ "▁cold": 6307,
+ "▁Brook": 6308,
+ "▁belong": 6309,
+ "▁trains": 6310,
+ "▁protection": 6311,
+ "▁Radio": 6312,
+ "▁egg": 6313,
+ "▁graph": 6314,
+ "▁Die": 6315,
+ "▁rated": 6316,
+ "▁boats": 6317,
+ "ilton": 6318,
+ "▁Bad": 6319,
+ "▁Grant": 6320,
+ "▁Brian": 6321,
+ "▁rise": 6322,
+ "▁tim": 6323,
+ "▁Kel": 6324,
+ "▁defined": 6325,
+ "▁Byzant": 6326,
+ "▁selection": 6327,
+ "▁steam": 6328,
+ "rons": 6329,
+ "▁1965": 6330,
+ "▁regions": 6331,
+ "▁submar": 6332,
+ "▁protected": 6333,
+ "▁Railway": 6334,
+ "▁calls": 6335,
+ "▁Conn": 6336,
+ "uzz": 6337,
+ "▁NHL": 6338,
+ "▁#": 6339,
+ "▁Emperor": 6340,
+ "▁structures": 6341,
+ "��motion": 6342,
+ "▁comic": 6343,
+ "mouth": 6344,
+ "▁throw": 6345,
+ "hens": 6346,
+ "▁trail": 6347,
+ "▁aid": 6348,
+ "▁cry": 6349,
+ "▁focused": 6350,
+ "▁opportunity": 6351,
+ "▁engaged": 6352,
+ "▁receiving": 6353,
+ "▁labor": 6354,
+ "▁shark": 6355,
+ "▁shooting": 6356,
+ "▁analysis": 6357,
+ "och": 6358,
+ "▁Mah": 6359,
+ "▁1975": 6360,
+ "▁correspond": 6361,
+ "▁citizens": 6362,
+ "▁hair": 6363,
+ "ola": 6364,
+ "▁lap": 6365,
+ "iration": 6366,
+ "▁pros": 6367,
+ "▁notable": 6368,
+ "▁strengthen": 6369,
+ "▁3rd": 6370,
+ "▁sport": 6371,
+ "▁observ": 6372,
+ "▁Gulf": 6373,
+ "▁adap": 6374,
+ "▁motor": 6375,
+ "▁Key": 6376,
+ "▁Jr": 6377,
+ "usc": 6378,
+ "▁experienced": 6379,
+ "▁Shak": 6380,
+ "▁Germans": 6381,
+ "▁conference": 6382,
+ "▁providing": 6383,
+ "▁Serb": 6384,
+ "▁holding": 6385,
+ "▁Press": 6386,
+ "▁Hollywood": 6387,
+ "C.": 6388,
+ "▁Walter": 6389,
+ "▁Mot": 6390,
+ "▁Only": 6391,
+ "▁visual": 6392,
+ "▁resident": 6393,
+ "▁18th": 6394,
+ "▁mountain": 6395,
+ "▁1974": 6396,
+ "▁Davis": 6397,
+ "▁dry": 6398,
+ "▁hired": 6399,
+ "▁southeast": 6400,
+ "▁59": 6401,
+ "▁charts": 6402,
+ "▁eyes": 6403,
+ "ults": 6404,
+ "▁viewed": 6405,
+ "▁Summer": 6406,
+ "unior": 6407,
+ "ifically": 6408,
+ "▁rapidly": 6409,
+ "▁recognized": 6410,
+ "▁Bas": 6411,
+ "▁branch": 6412,
+ "▁Sa": 6413,
+ "▁volume": 6414,
+ "▁merch": 6415,
+ "▁1973": 6416,
+ "▁transform": 6417,
+ "opher": 6418,
+ "▁Democratic": 6419,
+ "▁Pu": 6420,
+ "▁Review": 6421,
+ "▁Barb": 6422,
+ "▁scholars": 6423,
+ "vention": 6424,
+ "▁99": 6425,
+ "▁sites": 6426,
+ "inger": 6427,
+ "zer": 6428,
+ "▁casualties": 6429,
+ "▁gain": 6430,
+ "▁rob": 6431,
+ "▁shared": 6432,
+ "uan": 6433,
+ "▁teach": 6434,
+ "▁mut": 6435,
+ "▁Water": 6436,
+ "▁Special": 6437,
+ "▁Between": 6438,
+ "▁concer": 6439,
+ "▁publication": 6440,
+ "▁vac": 6441,
+ "▁Jean": 6442,
+ "▁parallel": 6443,
+ "inth": 6444,
+ "▁prote": 6445,
+ "▁temperature": 6446,
+ "▁Inc": 6447,
+ "▁Ca": 6448,
+ "▁digital": 6449,
+ "essed": 6450,
+ "▁1976": 6451,
+ "▁Mu": 6452,
+ "▁Bor": 6453,
+ "▁economy": 6454,
+ "burgh": 6455,
+ "▁moder": 6456,
+ "▁developing": 6457,
+ "FL": 6458,
+ "▁Rome": 6459,
+ "▁reaction": 6460,
+ "▁Gib": 6461,
+ "▁edge": 6462,
+ "sey": 6463,
+ "standing": 6464,
+ "▁steel": 6465,
+ "▁intersection": 6466,
+ "▁cool": 6467,
+ "▁Princ": 6468,
+ "▁cart": 6469,
+ "friend": 6470,
+ "▁symbol": 6471,
+ "▁approved": 6472,
+ "▁secondary": 6473,
+ "▁Fall": 6474,
+ "▁chance": 6475,
+ "oncé": 6476,
+ "▁63": 6477,
+ "▁Lady": 6478,
+ "▁von": 6479,
+ "▁Kir": 6480,
+ "▁wa": 6481,
+ "▁Bank": 6482,
+ "▁losses": 6483,
+ "▁Down": 6484,
+ "▁L.": 6485,
+ "▁prepared": 6486,
+ "omew": 6487,
+ "▁belief": 6488,
+ "▁substant": 6489,
+ "▁Ka": 6490,
+ "▁letters": 6491,
+ "▁Daily": 6492,
+ "▁witness": 6493,
+ "▁Musl": 6494,
+ "▁significantly": 6495,
+ "▁Gord": 6496,
+ "▁Att": 6497,
+ "ingly": 6498,
+ "▁Lab": 6499,
+ "▁enl": 6500,
+ "▁bands": 6501,
+ "iful": 6502,
+ "▁Var": 6503,
+ "▁harm": 6504,
+ "▁77": 6505,
+ "▁73": 6506,
+ "▁sort": 6507,
+ "rence": 6508,
+ "▁save": 6509,
+ "▁Greg": 6510,
+ "ns": 6511,
+ "iter": 6512,
+ "▁Tro": 6513,
+ "▁domestic": 6514,
+ "▁UN": 6515,
+ "▁Prov": 6516,
+ "▁Po": 6517,
+ "▁myth": 6518,
+ "▁rac": 6519,
+ "▁franchise": 6520,
+ "▁knew": 6521,
+ "▁ven": 6522,
+ "▁literature": 6523,
+ "iger": 6524,
+ "▁goes": 6525,
+ "▁Beyoncé": 6526,
+ "▁Nap": 6527,
+ "▁unsuccess": 6528,
+ "▁instruct": 6529,
+ "▁actress": 6530,
+ "▁southwest": 6531,
+ "▁Syd": 6532,
+ "▁technology": 6533,
+ "▁heads": 6534,
+ "▁roughly": 6535,
+ "▁survey": 6536,
+ "▁250": 6537,
+ "yer": 6538,
+ "▁card": 6539,
+ "▁advent": 6540,
+ "▁descend": 6541,
+ "▁mic": 6542,
+ "awa": 6543,
+ "igation": 6544,
+ "ographic": 6545,
+ "ba": 6546,
+ "theless": 6547,
+ "▁painting": 6548,
+ "▁adult": 6549,
+ "▁anything": 6550,
+ "ients": 6551,
+ "▁cars": 6552,
+ "▁Command": 6553,
+ "▁urban": 6554,
+ "▁projects": 6555,
+ "▁semi": 6556,
+ "▁Colonel": 6557,
+ "break": 6558,
+ "▁assault": 6559,
+ "▁lb": 6560,
+ "▁exact": 6561,
+ "▁brothers": 6562,
+ "achus": 6563,
+ "▁pitch": 6564,
+ "▁gameplay": 6565,
+ "▁resistance": 6566,
+ "eral": 6567,
+ "▁Naz": 6568,
+ "unte": 6569,
+ "▁hyp": 6570,
+ "▁Women": 6571,
+ "▁storyline": 6572,
+ "▁Supreme": 6573,
+ "▁shape": 6574,
+ "▁Indust": 6575,
+ "▁Point": 6576,
+ "▁reasons": 6577,
+ "▁rules": 6578,
+ "▁employed": 6579,
+ "vest": 6580,
+ "▁Kentucky": 6581,
+ "▁core": 6582,
+ "▁daily": 6583,
+ "▁injured": 6584,
+ "▁tank": 6585,
+ "▁watched": 6586,
+ "▁1946": 6587,
+ "▁Nick": 6588,
+ "▁shall": 6589,
+ "▁Station": 6590,
+ "asty": 6591,
+ "▁1981": 6592,
+ "iminal": 6593,
+ "osa": 6594,
+ "onder": 6595,
+ "▁agent": 6596,
+ "▁cab": 6597,
+ "▁popularity": 6598,
+ "box": 6599,
+ "▁composition": 6600,
+ "ologist": 6601,
+ "▁ign": 6602,
+ "ropri": 6603,
+ "▁sand": 6604,
+ "▁perhaps": 6605,
+ "▁adding": 6606,
+ "▁enjoyed": 6607,
+ "▁IV": 6608,
+ "▁renamed": 6609,
+ "▁isol": 6610,
+ "▁1950s": 6611,
+ "▁getting": 6612,
+ "▁opinion": 6613,
+ "▁Spring": 6614,
+ "▁declined": 6615,
+ "▁Independ": 6616,
+ "▁fit": 6617,
+ "amm": 6618,
+ "▁compris": 6619,
+ "▁reputation": 6620,
+ "▁67": 6621,
+ "▁Norway": 6622,
+ "s.": 6623,
+ "▁connected": 6624,
+ "gers": 6625,
+ "▁Mos": 6626,
+ "▁shaped": 6627,
+ "mann": 6628,
+ "▁estate": 6629,
+ "▁retire": 6630,
+ "▁Fair": 6631,
+ "▁museum": 6632,
+ "▁1917": 6633,
+ "▁drew": 6634,
+ "▁undert": 6635,
+ "▁Whit": 6636,
+ "▁regarding": 6637,
+ "worth": 6638,
+ "▁Ten": 6639,
+ "▁Olympics": 6640,
+ "▁−": 6641,
+ "▁lov": 6642,
+ "istan": 6643,
+ "▁poem": 6644,
+ "▁stages": 6645,
+ "▁converted": 6646,
+ "inking": 6647,
+ "▁views": 6648,
+ "▁Bern": 6649,
+ "heim": 6650,
+ "▁rend": 6651,
+ "▁Massachus": 6652,
+ "▁nor": 6653,
+ "itors": 6654,
+ "▁Theat": 6655,
+ "▁Sand": 6656,
+ "ceived": 6657,
+ "avel": 6658,
+ "▁agricult": 6659,
+ "▁allows": 6660,
+ "▁Philipp": 6661,
+ "onym": 6662,
+ "▁Golden": 6663,
+ "▁alternative": 6664,
+ "omic": 6665,
+ "ador": 6666,
+ "▁distingu": 6667,
+ "ua": 6668,
+ "▁Ross": 6669,
+ "▁calc": 6670,
+ "▁Massachusetts": 6671,
+ "▁Base": 6672,
+ "▁Main": 6673,
+ "ulpt": 6674,
+ "▁headed": 6675,
+ "▁nick": 6676,
+ "▁journey": 6677,
+ "bound": 6678,
+ "istol": 6679,
+ "▁depth": 6680,
+ "▁Walk": 6681,
+ "osl": 6682,
+ "▁missing": 6683,
+ "▁cited": 6684,
+ "▁increasingly": 6685,
+ "▁Prem": 6686,
+ "▁Ob": 6687,
+ "▁sun": 6688,
+ "▁stadium": 6689,
+ "▁approached": 6690,
+ "rets": 6691,
+ "▁turning": 6692,
+ "▁68": 6693,
+ "▁Airport": 6694,
+ "▁Dream": 6695,
+ "verse": 6696,
+ "▁96": 6697,
+ "▁responded": 6698,
+ "▁planning": 6699,
+ "▁easily": 6700,
+ "▁knowledge": 6701,
+ "▁Abb": 6702,
+ "▁Mas": 6703,
+ "▁exerc": 6704,
+ "▁wealth": 6705,
+ "▁Sus": 6706,
+ "▁overl": 6707,
+ "▁1948": 6708,
+ "▁160": 6709,
+ "enc": 6710,
+ "▁82": 6711,
+ "▁cells": 6712,
+ "ipe": 6713,
+ "▁fashion": 6714,
+ "▁escort": 6715,
+ "eper": 6716,
+ "▁succeeded": 6717,
+ "▁Ron": 6718,
+ "athan": 6719,
+ "▁collected": 6720,
+ "▁1960": 6721,
+ "▁equal": 6722,
+ "▁About": 6723,
+ "psons": 6724,
+ "▁safety": 6725,
+ "▁Bol": 6726,
+ "oir": 6727,
+ "era": 6728,
+ "▁existence": 6729,
+ "▁Gra": 6730,
+ "▁constitution": 6731,
+ "▁rebu": 6732,
+ "ules": 6733,
+ "▁Let": 6734,
+ "▁Plan": 6735,
+ "▁Simpsons": 6736,
+ "ignment": 6737,
+ "ilding": 6738,
+ "▁auth": 6739,
+ "▁introduction": 6740,
+ "▁models": 6741,
+ "▁Cur": 6742,
+ "▁occas": 6743,
+ "▁learned": 6744,
+ "▁sustained": 6745,
+ "▁trip": 6746,
+ "▁Imp": 6747,
+ "▁700": 6748,
+ "▁colle": 6749,
+ "unicip": 6750,
+ "▁Hart": 6751,
+ "▁operating": 6752,
+ "▁promotion": 6753,
+ "▁tall": 6754,
+ "▁Han": 6755,
+ "▁Init": 6756,
+ "▁1978": 6757,
+ "▁carrying": 6758,
+ "▁Ball": 6759,
+ "▁baseball": 6760,
+ "▁exchange": 6761,
+ "apes": 6762,
+ "▁Songs": 6763,
+ "▁showing": 6764,
+ "▁rhy": 6765,
+ "▁limit": 6766,
+ "ii": 6767,
+ "rin": 6768,
+ "▁youth": 6769,
+ "▁buried": 6770,
+ "▁Imperial": 6771,
+ "wise": 6772,
+ "▁Run": 6773,
+ "▁87": 6774,
+ "▁Vietnam": 6775,
+ "▁humans": 6776,
+ "▁credited": 6777,
+ "gal": 6778,
+ "▁revol": 6779,
+ "mitted": 6780,
+ "uration": 6781,
+ "▁flu": 6782,
+ "▁Ha": 6783,
+ "▁depend": 6784,
+ "come": 6785,
+ "▁pul": 6786,
+ "▁arranged": 6787,
+ "▁improve": 6788,
+ "▁Ottoman": 6789,
+ "▁Sel": 6790,
+ "zen": 6791,
+ "▁seems": 6792,
+ "▁weakened": 6793,
+ "▁designs": 6794,
+ "▁1915": 6795,
+ "inary": 6796,
+ "▁Cape": 6797,
+ "▁F.": 6798,
+ "▁Shortly": 6799,
+ "▁impl": 6800,
+ "rett": 6801,
+ "▁producing": 6802,
+ "▁proceed": 6803,
+ "▁athlet": 6804,
+ "▁joint": 6805,
+ "iat": 6806,
+ "▁Poland": 6807,
+ "▁freeway": 6808,
+ "▁paint": 6809,
+ "▁hydro": 6810,
+ "▁earliest": 6811,
+ "▁1977": 6812,
+ "▁Sydney": 6813,
+ "▁lasted": 6814,
+ "▁Ken": 6815,
+ "▁shel": 6816,
+ "▁landfall": 6817,
+ "▁Maryland": 6818,
+ "▁settlement": 6819,
+ "▁note": 6820,
+ "▁description": 6821,
+ "▁Moore": 6822,
+ "▁retained": 6823,
+ "▁acres": 6824,
+ "leton": 6825,
+ "▁69": 6826,
+ "state": 6827,
+ "▁Who": 6828,
+ "▁78": 6829,
+ "▁1950": 6830,
+ "▁Loc": 6831,
+ "▁laws": 6832,
+ "▁appoint": 6833,
+ "▁van": 6834,
+ "▁Stew": 6835,
+ "▁flat": 6836,
+ "▁MTV": 6837,
+ "▁genre": 6838,
+ "▁Naval": 6839,
+ "▁Pict": 6840,
+ "▁bed": 6841,
+ "▁Bal": 6842,
+ "ivalent": 6843,
+ "▁programs": 6844,
+ "▁assistant": 6845,
+ "eman": 6846,
+ "▁replace": 6847,
+ "▁ton": 6848,
+ "▁playoff": 6849,
+ "▁Roy": 6850,
+ "▁reserve": 6851,
+ "▁install": 6852,
+ "▁consc": 6853,
+ "▁statement": 6854,
+ "▁applied": 6855,
+ "put": 6856,
+ "ivered": 6857,
+ "ources": 6858,
+ "issance": 6859,
+ "iling": 6860,
+ "▁McG": 6861,
+ "▁violence": 6862,
+ "▁1963": 6863,
+ "insula": 6864,
+ "▁scientific": 6865,
+ "▁entrance": 6866,
+ "▁coastal": 6867,
+ "▁catch": 6868,
+ "iform": 6869,
+ "▁trust": 6870,
+ "bell": 6871,
+ "ader": 6872,
+ "▁err": 6873,
+ "▁virt": 6874,
+ "án": 6875,
+ "▁hits": 6876,
+ "otic": 6877,
+ "▁91": 6878,
+ "▁neut": 6879,
+ "▁Jes": 6880,
+ "ato": 6881,
+ "▁aw": 6882,
+ "▁consequ": 6883,
+ "▁tick": 6884,
+ "osis": 6885,
+ "▁maintain": 6886,
+ "othes": 6887,
+ "iege": 6888,
+ "reets": 6889,
+ "▁Arts": 6890,
+ "▁exclus": 6891,
+ "▁patrol": 6892,
+ "▁items": 6893,
+ "▁battery": 6894,
+ "▁candidate": 6895,
+ "▁indicated": 6896,
+ "▁Jay": 6897,
+ "tical": 6898,
+ "▁towns": 6899,
+ "▁sculpt": 6900,
+ "▁gradually": 6901,
+ "▁distribution": 6902,
+ "▁1916": 6903,
+ "▁politics": 6904,
+ "▁synt": 6905,
+ "▁Bowl": 6906,
+ "▁delivered": 6907,
+ "math": 6908,
+ "▁stopped": 6909,
+ "eler": 6910,
+ "▁filled": 6911,
+ "▁AD": 6912,
+ "▁Edu": 6913,
+ "▁independence": 6914,
+ "▁sections": 6915,
+ "▁details": 6916,
+ "engers": 6917,
+ "▁94": 6918,
+ "▁Mulder": 6919,
+ "▁stream": 6920,
+ "▁Confeder": 6921,
+ "▁tact": 6922,
+ "apped": 6923,
+ "▁combination": 6924,
+ "onia": 6925,
+ "▁select": 6926,
+ "▁supplies": 6927,
+ "▁ways": 6928,
+ "oard": 6929,
+ "time": 6930,
+ "▁cinem": 6931,
+ "ira": 6932,
+ "eke": 6933,
+ "▁parties": 6934,
+ "▁engines": 6935,
+ "▁Pass": 6936,
+ "▁emp": 6937,
+ "▁prisoners": 6938,
+ "▁camera": 6939,
+ "ads": 6940,
+ "▁Bra": 6941,
+ "▁Gordon": 6942,
+ "▁ban": 6943,
+ "▁Fire": 6944,
+ "▁glass": 6945,
+ "▁appeal": 6946,
+ "▁IG": 6947,
+ "▁aware": 6948,
+ "▁Stadium": 6949,
+ "▁1919": 6950,
+ "▁Rem": 6951,
+ "▁register": 6952,
+ "▁Rhodes": 6953,
+ "▁campus": 6954,
+ "▁1962": 6955,
+ "ushing": 6956,
+ "▁acts": 6957,
+ "▁bask": 6958,
+ "hr": 6959,
+ "emies": 6960,
+ "▁extremely": 6961,
+ "rell": 6962,
+ "▁98": 6963,
+ "▁entitled": 6964,
+ "ora": 6965,
+ "▁secure": 6966,
+ "izations": 6967,
+ "▁alle": 6968,
+ "▁Ari": 6969,
+ "▁finding": 6970,
+ "▁Bos": 6971,
+ "lee": 6972,
+ "▁decade": 6973,
+ "▁online": 6974,
+ "▁81": 6975,
+ "▁ty": 6976,
+ "▁Well": 6977,
+ "▁winner": 6978,
+ "poration": 6979,
+ "iversary": 6980,
+ "▁Theatre": 6981,
+ "idden": 6982,
+ "eless": 6983,
+ "▁evening": 6984,
+ "inois": 6985,
+ "▁71": 6986,
+ "▁investigation": 6987,
+ "▁1938": 6988,
+ "▁threatened": 6989,
+ "▁bought": 6990,
+ "▁message": 6991,
+ "▁adapted": 6992,
+ "▁survived": 6993,
+ "▁somew": 6994,
+ "▁uns": 6995,
+ "▁knots": 6996,
+ "▁Staff": 6997,
+ "▁studied": 6998,
+ "va": 6999,
+ "ella": 7000,
+ "▁proposal": 7001,
+ "▁tal": 7002,
+ "▁writes": 7003,
+ "▁Univers": 7004,
+ "▁address": 7005,
+ "▁arc": 7006,
+ "ender": 7007,
+ "▁deaths": 7008,
+ "▁Justice": 7009,
+ "▁consum": 7010,
+ "aka": 7011,
+ "▁Here": 7012,
+ "▁routes": 7013,
+ "▁ruled": 7014,
+ "▁regiment": 7015,
+ "▁download": 7016,
+ "ashed": 7017,
+ "▁Instead": 7018,
+ "▁wars": 7019,
+ "▁Prof": 7020,
+ "▁relief": 7021,
+ "▁Constant": 7022,
+ "▁fear": 7023,
+ "▁males": 7024,
+ "▁reduce": 7025,
+ "icks": 7026,
+ "▁religion": 7027,
+ "▁voted": 7028,
+ "▁Bir": 7029,
+ "ieval": 7030,
+ "▁specifically": 7031,
+ "▁spons": 7032,
+ "▁revolution": 7033,
+ "ropol": 7034,
+ "▁duty": 7035,
+ "▁crown": 7036,
+ "▁phase": 7037,
+ "▁Band": 7038,
+ "iro": 7039,
+ "phoon": 7040,
+ "▁kingdom": 7041,
+ "▁recalled": 7042,
+ "▁AC": 7043,
+ "▁89": 7044,
+ "▁portrayed": 7045,
+ "▁Age": 7046,
+ "▁fict": 7047,
+ "▁Jan": 7048,
+ "▁Kim": 7049,
+ "ansas": 7050,
+ "▁soul": 7051,
+ "▁implement": 7052,
+ "▁controversy": 7053,
+ "rec": 7054,
+ "ighters": 7055,
+ "iques": 7056,
+ "▁causes": 7057,
+ "▁emerg": 7058,
+ "▁Memorial": 7059,
+ "ctions": 7060,
+ "▁everything": 7061,
+ "▁breeding": 7062,
+ "▁Tony": 7063,
+ "▁references": 7064,
+ "▁stret": 7065,
+ "▁1956": 7066,
+ "ervative": 7067,
+ "▁sell": 7068,
+ "▁ago": 7069,
+ "▁capable": 7070,
+ "▁convin": 7071,
+ "▁Anth": 7072,
+ "▁importance": 7073,
+ "▁bottom": 7074,
+ "▁teacher": 7075,
+ "▁175": 7076,
+ "▁meters": 7077,
+ "▁offers": 7078,
+ "▁entry": 7079,
+ "bourne": 7080,
+ "▁ble": 7081,
+ "▁tanks": 7082,
+ "ician": 7083,
+ "▁1930s": 7084,
+ "▁sufficient": 7085,
+ "aints": 7086,
+ "▁owner": 7087,
+ "▁arrested": 7088,
+ "aked": 7089,
+ "▁opera": 7090,
+ "▁Director": 7091,
+ "▁Cop": 7092,
+ "▁admitted": 7093,
+ "senal": 7094,
+ "entially": 7095,
+ "▁Circ": 7096,
+ "▁Adams": 7097,
+ "▁ec": 7098,
+ "▁Bon": 7099,
+ "▁internal": 7100,
+ "▁nomination": 7101,
+ "acter": 7102,
+ "▁corner": 7103,
+ "▁88": 7104,
+ "BN": 7105,
+ "▁Nel": 7106,
+ "▁Vill": 7107,
+ "▁Singles": 7108,
+ "▁crossed": 7109,
+ "chers": 7110,
+ "▁products": 7111,
+ "▁1936": 7112,
+ "▁climb": 7113,
+ "▁Alan": 7114,
+ "▁Critical": 7115,
+ "▁equipped": 7116,
+ "▁installed": 7117,
+ "▁Dougl": 7118,
+ "▁Kong": 7119,
+ "▁et": 7120,
+ "▁Nic": 7121,
+ "▁concerns": 7122,
+ "▁overse": 7123,
+ "anean": 7124,
+ "▁Hamilton": 7125,
+ "▁IGN": 7126,
+ "▁Jord": 7127,
+ "▁preced": 7128,
+ "▁invited": 7129,
+ "▁Power": 7130,
+ "▁Engine": 7131,
+ "▁convoy": 7132,
+ "▁interested": 7133,
+ "▁ones": 7134,
+ "▁starts": 7135,
+ "▁Beach": 7136,
+ "▁principal": 7137,
+ "▁Jane": 7138,
+ "▁crime": 7139,
+ "wich": 7140,
+ "adow": 7141,
+ "▁recommended": 7142,
+ "lan": 7143,
+ "▁conqu": 7144,
+ "▁Simon": 7145,
+ "▁remainder": 7146,
+ "▁Maria": 7147,
+ "▁McK": 7148,
+ "▁79": 7149,
+ "▁medal": 7150,
+ "▁actual": 7151,
+ "▁Your": 7152,
+ "▁mort": 7153,
+ "▁Moon": 7154,
+ "▁UTC": 7155,
+ "▁retreat": 7156,
+ "▁Kennedy": 7157,
+ "▁shut": 7158,
+ "▁tell": 7159,
+ "ructure": 7160,
+ "▁autom": 7161,
+ "espread": 7162,
+ "▁charged": 7163,
+ "▁acid": 7164,
+ "▁1920": 7165,
+ "▁Coll": 7166,
+ "▁Plot": 7167,
+ "▁bor": 7168,
+ "▁objects": 7169,
+ "▁130": 7170,
+ "▁price": 7171,
+ "▁funds": 7172,
+ "▁apart": 7173,
+ "BS": 7174,
+ "▁T.": 7175,
+ "▁composer": 7176,
+ "▁1961": 7177,
+ "▁solid": 7178,
+ "▁door": 7179,
+ "▁Forest": 7180,
+ "hat": 7181,
+ "▁consisting": 7182,
+ "▁FA": 7183,
+ "▁females": 7184,
+ "aug": 7185,
+ "▁promote": 7186,
+ "▁stock": 7187,
+ "▁alt": 7188,
+ "▁unl": 7189,
+ "▁Adam": 7190,
+ "▁VII": 7191,
+ "▁fly": 7192,
+ "▁Gram": 7193,
+ "▁page": 7194,
+ "▁Alf": 7195,
+ "▁considerable": 7196,
+ "▁vent": 7197,
+ "▁dates": 7198,
+ "ilation": 7199,
+ "▁milit": 7200,
+ "ela": 7201,
+ "▁NBA": 7202,
+ "▁Video": 7203,
+ "▁Indones": 7204,
+ "▁nest": 7205,
+ "▁snow": 7206,
+ "▁Found": 7207,
+ "entions": 7208,
+ "▁Ve": 7209,
+ "▁typical": 7210,
+ "▁1953": 7211,
+ "met": 7212,
+ "▁Cart": 7213,
+ "▁Id": 7214,
+ "▁Death": 7215,
+ "▁Nether": 7216,
+ "▁grounds": 7217,
+ "▁Today": 7218,
+ "▁extension": 7219,
+ "▁duties": 7220,
+ "ko": 7221,
+ "erted": 7222,
+ "▁correct": 7223,
+ "▁integr": 7224,
+ "▁gall": 7225,
+ "▁someone": 7226,
+ "▁evolution": 7227,
+ "▁Prog": 7228,
+ "▁Military": 7229,
+ "▁rural": 7230,
+ "ali": 7231,
+ "▁Eric": 7232,
+ "▁penal": 7233,
+ "▁Sunday": 7234,
+ "▁eighth": 7235,
+ "▁Transport": 7236,
+ "▁Indiana": 7237,
+ "vements": 7238,
+ "▁Howard": 7239,
+ "▁hotel": 7240,
+ "▁decades": 7241,
+ "▁images": 7242,
+ "▁92": 7243,
+ "▁blow": 7244,
+ "▁driving": 7245,
+ "▁reading": 7246,
+ "rete": 7247,
+ "▁Project": 7248,
+ "▁Scully": 7249,
+ "▁identity": 7250,
+ "▁zone": 7251,
+ "▁Norwe": 7252,
+ "▁Ast": 7253,
+ "▁'d": 7254,
+ "▁occurs": 7255,
+ "▁Ok": 7256,
+ "▁sole": 7257,
+ "after": 7258,
+ "▁1930": 7259,
+ "osite": 7260,
+ "▁manner": 7261,
+ "▁challenge": 7262,
+ "▁lane": 7263,
+ "▁remix": 7264,
+ "▁skin": 7265,
+ "▁aspects": 7266,
+ "▁permanent": 7267,
+ "▁17th": 7268,
+ "▁Hitler": 7269,
+ "▁brigade": 7270,
+ "ati": 7271,
+ "▁Od": 7272,
+ "▁1947": 7273,
+ "bro": 7274,
+ "▁ham": 7275,
+ "▁dated": 7276,
+ "▁spin": 7277,
+ "▁1958": 7278,
+ "▁volcan": 7279,
+ "▁Five": 7280,
+ "▁frag": 7281,
+ "▁noting": 7282,
+ "▁Leon": 7283,
+ "▁subs": 7284,
+ "▁Portug": 7285,
+ "▁restaur": 7286,
+ "▁supporters": 7287,
+ "▁slowly": 7288,
+ "▁Hou": 7289,
+ "▁84": 7290,
+ "▁posted": 7291,
+ "▁colour": 7292,
+ "hetic": 7293,
+ "▁clean": 7294,
+ "wick": 7295,
+ "▁describing": 7296,
+ "ensus": 7297,
+ "▁1957": 7298,
+ "▁Research": 7299,
+ "▁WWE": 7300,
+ "oz": 7301,
+ "▁Marc": 7302,
+ "▁involving": 7303,
+ "▁Cult": 7304,
+ "veland": 7305,
+ "▁entering": 7306,
+ "osaurus": 7307,
+ "ivals": 7308,
+ "cknow": 7309,
+ "▁speak": 7310,
+ "▁vessels": 7311,
+ "▁enemies": 7312,
+ "▁Science": 7313,
+ "▁1937": 7314,
+ "▁equivalent": 7315,
+ "arp": 7316,
+ "▁dress": 7317,
+ "▁Sav": 7318,
+ "▁classes": 7319,
+ "▁Assembly": 7320,
+ "▁Ryan": 7321,
+ "aware": 7322,
+ "▁Pear": 7323,
+ "▁debate": 7324,
+ "▁settled": 7325,
+ "▁Rose": 7326,
+ "▁department": 7327,
+ "▁obtained": 7328,
+ "▁Ra": 7329,
+ "▁93": 7330,
+ "▁Bry": 7331,
+ "▁accur": 7332,
+ "▁aer": 7333,
+ "iley": 7334,
+ "▁Constitution": 7335,
+ "▁Gun": 7336,
+ "▁armor": 7337,
+ "▁Magazine": 7338,
+ "▁Turk": 7339,
+ "▁parliament": 7340,
+ "▁basic": 7341,
+ "▁Gen": 7342,
+ "risis": 7343,
+ "▁purchase": 7344,
+ "▁Rolling": 7345,
+ "▁songwrit": 7346,
+ "regon": 7347,
+ "▁Mountain": 7348,
+ "BI": 7349,
+ "agues": 7350,
+ "▁oldest": 7351,
+ "▁Pit": 7352,
+ "▁Gill": 7353,
+ "▁Argent": 7354,
+ "▁Cleveland": 7355,
+ "▁faith": 7356,
+ "▁departure": 7357,
+ "▁din": 7358,
+ "▁widespread": 7359,
+ "▁concerned": 7360,
+ "▁income": 7361,
+ "▁decline": 7362,
+ "erto": 7363,
+ "▁pup": 7364,
+ "bar": 7365,
+ "▁attached": 7366,
+ "▁formal": 7367,
+ "▁connection": 7368,
+ "▁Illinois": 7369,
+ "▁Hug": 7370,
+ "iterr": 7371,
+ "▁Space": 7372,
+ "▁recognition": 7373,
+ "▁folk": 7374,
+ "▁Throughout": 7375,
+ "▁certified": 7376,
+ "▁accused": 7377,
+ "▁Douglas": 7378,
+ "heastern": 7379,
+ "▁Lenn": 7380,
+ "iller": 7381,
+ "▁memorial": 7382,
+ "▁outer": 7383,
+ "▁sequel": 7384,
+ "▁Weekly": 7385,
+ "hus": 7386,
+ "▁derived": 7387,
+ "cation": 7388,
+ "▁mode": 7389,
+ "▁deleg": 7390,
+ "orney": 7391,
+ "▁Rele": 7392,
+ "▁Andy": 7393,
+ "hered": 7394,
+ "▁wearing": 7395,
+ "▁decor": 7396,
+ "▁assumed": 7397,
+ "▁disturb": 7398,
+ "▁1959": 7399,
+ "▁swim": 7400,
+ "▁Jordan": 7401,
+ "▁4th": 7402,
+ "▁tele": 7403,
+ "▁Oregon": 7404,
+ "▁”": 7405,
+ "▁acclaim": 7406,
+ "▁Stanley": 7407,
+ "▁acknow": 7408,
+ "▁hip": 7409,
+ "▁committed": 7410,
+ "western": 7411,
+ "▁G.": 7412,
+ "▁hosted": 7413,
+ "▁Pier": 7414,
+ "ommod": 7415,
+ "▁Third": 7416,
+ "▁returns": 7417,
+ "▁Now": 7418,
+ "AT": 7419,
+ "▁Stand": 7420,
+ "▁warm": 7421,
+ "▁valley": 7422,
+ "▁sessions": 7423,
+ "ubb": 7424,
+ "▁torn": 7425,
+ "▁Arsenal": 7426,
+ "▁populations": 7427,
+ "ekend": 7428,
+ "▁foss": 7429,
+ "▁denied": 7430,
+ "▁Recording": 7431,
+ "agonist": 7432,
+ "▁Freder": 7433,
+ "▁Roger": 7434,
+ "▁fine": 7435,
+ "▁segment": 7436,
+ "▁Treat": 7437,
+ "iterranean": 7438,
+ "▁Feder": 7439,
+ "aki": 7440,
+ "▁champion": 7441,
+ "▁temple": 7442,
+ "▁Beatles": 7443,
+ "▁charges": 7444,
+ "▁Media": 7445,
+ "▁literary": 7446,
+ "▁Family": 7447,
+ "▁Kevin": 7448,
+ "▁110": 7449,
+ "nic": 7450,
+ "icit": 7451,
+ "▁thousands": 7452,
+ "▁Norwegian": 7453,
+ "▁Philip": 7454,
+ "▁terminus": 7455,
+ "▁Bruce": 7456,
+ "▁transition": 7457,
+ "▁1954": 7458,
+ "▁1955": 7459,
+ "▁Mediterranean": 7460,
+ "idges": 7461,
+ "▁flo": 7462,
+ "▁supposed": 7463,
+ "▁regional": 7464,
+ "▁cong": 7465,
+ "▁Disc": 7466,
+ "iously": 7467,
+ "▁Bristol": 7468,
+ "▁wickets": 7469,
+ "▁“": 7470,
+ "alog": 7471,
+ "▁86": 7472,
+ "ooth": 7473,
+ "ione": 7474,
+ "▁canc": 7475,
+ "▁demand": 7476,
+ "▁Tenn": 7477,
+ "reck": 7478,
+ "aret": 7479,
+ "▁Kat": 7480,
+ "▁shots": 7481,
+ "▁ISBN": 7482,
+ "▁strongly": 7483,
+ "aired": 7484,
+ "▁Ira": 7485,
+ "▁Sky": 7486,
+ "▁Low": 7487,
+ "▁circulation": 7488,
+ "▁hang": 7489,
+ "▁intelligence": 7490,
+ "hedral": 7491,
+ "▁sailed": 7492,
+ "▁possibility": 7493,
+ "udden": 7494,
+ "▁passengers": 7495,
+ "▁hope": 7496,
+ "achel": 7497,
+ "▁generation": 7498,
+ "▁animated": 7499,
+ "heme": 7500,
+ "▁circum": 7501,
+ "▁freedom": 7502,
+ "▁thirty": 7503,
+ "▁fictional": 7504,
+ "▁commit": 7505,
+ "▁downtown": 7506,
+ "▁Federal": 7507,
+ "▁answ": 7508,
+ "ophy": 7509,
+ "fl": 7510,
+ "emed": 7511,
+ "▁behavior": 7512,
+ "▁Channel": 7513,
+ "▁minister": 7514,
+ "▁Mexican": 7515,
+ "▁hill": 7516,
+ "▁rich": 7517,
+ "oh": 7518,
+ "▁×": 7519,
+ "▁replacement": 7520,
+ "▁Rain": 7521,
+ "▁begun": 7522,
+ "▁commanded": 7523,
+ "▁assistance": 7524,
+ "eing": 7525,
+ "▁moves": 7526,
+ "▁destruction": 7527,
+ "▁cloud": 7528,
+ "▁poly": 7529,
+ "▁missed": 7530,
+ "▁missions": 7531,
+ "▁criminal": 7532,
+ "▁costs": 7533,
+ "▁exception": 7534,
+ "ras": 7535,
+ "▁brain": 7536,
+ "atinum": 7537,
+ "▁fruit": 7538,
+ "▁highlight": 7539,
+ "▁bringing": 7540,
+ "▁Bush": 7541,
+ "▁tied": 7542,
+ "rations": 7543,
+ "▁crash": 7544,
+ "▁Within": 7545,
+ "mes": 7546,
+ "▁intention": 7547,
+ "▁Korea": 7548,
+ "ker": 7549,
+ "▁Tar": 7550,
+ "▁feeling": 7551,
+ "ategy": 7552,
+ "▁speaking": 7553,
+ "▁protest": 7554,
+ "▁Additionally": 7555,
+ "▁Lisa": 7556,
+ "▁finishing": 7557,
+ "▁unusual": 7558,
+ "▁alleged": 7559,
+ "▁intercept": 7560,
+ "▁Master": 7561,
+ "▁Fame": 7562,
+ "▁properties": 7563,
+ "▁incorporated": 7564,
+ "rophy": 7565,
+ "▁demol": 7566,
+ "▁stayed": 7567,
+ "▁opposite": 7568,
+ "▁attributed": 7569,
+ "▁volunte": 7570,
+ "▁recovered": 7571,
+ "▁breaking": 7572,
+ "▁emerged": 7573,
+ "▁Dig": 7574,
+ "▁serves": 7575,
+ "uro": 7576,
+ "▁sons": 7577,
+ "▁1952": 7578,
+ "▁atmosphere": 7579,
+ "elsh": 7580,
+ "onto": 7581,
+ "▁Row": 7582,
+ "▁Web": 7583,
+ "organ": 7584,
+ "ige": 7585,
+ "▁shop": 7586,
+ "▁Morris": 7587,
+ "▁theatre": 7588,
+ "▁occasionally": 7589,
+ "▁Color": 7590,
+ "▁driven": 7591,
+ "▁chorus": 7592,
+ "▁Norman": 7593,
+ ".com": 7594,
+ "▁Phill": 7595,
+ "othing": 7596,
+ "▁Scient": 7597,
+ "▁Conc": 7598,
+ "▁strateg": 7599,
+ "▁Robinson": 7600,
+ "borne": 7601,
+ "▁classic": 7602,
+ "▁ready": 7603,
+ "oral": 7604,
+ "iva": 7605,
+ "upt": 7606,
+ "▁effectively": 7607,
+ "▁regularly": 7608,
+ "▁cavalry": 7609,
+ "▁dipl": 7610,
+ "▁dang": 7611,
+ "▁Prior": 7612,
+ "▁establishment": 7613,
+ "▁prey": 7614,
+ "▁courts": 7615,
+ "▁spok": 7616,
+ "▁methods": 7617,
+ "riers": 7618,
+ "▁sounds": 7619,
+ "olec": 7620,
+ "▁vary": 7621,
+ "▁1933": 7622,
+ "▁Similar": 7623,
+ "▁Television": 7624,
+ "pective": 7625,
+ "▁Around": 7626,
+ "▁Hawai": 7627,
+ "▁FI": 7628,
+ "▁Int": 7629,
+ "▁Unlike": 7630,
+ "▁materials": 7631,
+ "▁completion": 7632,
+ "▁176": 7633,
+ "▁Construction": 7634,
+ "▁Dal": 7635,
+ "▁shore": 7636,
+ "▁superv": 7637,
+ "▁Morgan": 7638,
+ "▁divers": 7639,
+ "▁responsibility": 7640,
+ "▁dream": 7641,
+ "enses": 7642,
+ "▁dissip": 7643,
+ "wan": 7644,
+ "▁attracted": 7645,
+ "▁warning": 7646,
+ "▁surviving": 7647,
+ "▁fields": 7648,
+ "▁accommod": 7649,
+ "▁persu": 7650,
+ "▁province": 7651,
+ "▁heat": 7652,
+ "▁Nelson": 7653,
+ "▁entertain": 7654,
+ "▁Az": 7655,
+ "▁classified": 7656,
+ "▁global": 7657,
+ "▁differences": 7658,
+ "▁Premier": 7659,
+ "▁divisions": 7660,
+ "▁Francis": 7661,
+ "oslav": 7662,
+ "▁technical": 7663,
+ "▁interpret": 7664,
+ "▁83": 7665,
+ "▁Bah": 7666,
+ "▁Iron": 7667,
+ "▁1935": 7668,
+ "▁Sweden": 7669,
+ "▁tom": 7670,
+ "ompl": 7671,
+ "thm": 7672,
+ "sole": 7673,
+ "lets": 7674,
+ "▁USA": 7675,
+ "nold": 7676,
+ "▁Finn": 7677,
+ "▁cruiser": 7678,
+ "▁Patrick": 7679,
+ "▁1910": 7680,
+ "▁passage": 7681,
+ "▁quant": 7682,
+ "isms": 7683,
+ "abled": 7684,
+ "▁aboard": 7685,
+ "▁Lanc": 7686,
+ "▁Ford": 7687,
+ "▁clubs": 7688,
+ "▁stood": 7689,
+ "▁ratings": 7690,
+ "pet": 7691,
+ "▁neither": 7692,
+ "▁association": 7693,
+ "▁eleven": 7694,
+ "▁musicians": 7695,
+ "▁rooms": 7696,
+ "▁Nich": 7697,
+ "▁Budd": 7698,
+ "▁Cas": 7699,
+ "aza": 7700,
+ "▁reinforce": 7701,
+ "▁none": 7702,
+ "▁1951": 7703,
+ "ja": 7704,
+ "oyd": 7705,
+ "▁1949": 7706,
+ "▁Temple": 7707,
+ "▁desire": 7708,
+ "abb": 7709,
+ "▁check": 7710,
+ "▁Toronto": 7711,
+ "ece": 7712,
+ "▁separated": 7713,
+ "▁climate": 7714,
+ "▁Pur": 7715,
+ "▁Ow": 7716,
+ "▁Welsh": 7717,
+ "▁shif": 7718,
+ "▁outbreak": 7719,
+ "nings": 7720,
+ "uty": 7721,
+ "▁classification": 7722,
+ "nce": 7723,
+ "▁Nations": 7724,
+ "▁Ho": 7725,
+ "weight": 7726,
+ "▁vehicle": 7727,
+ "▁medic": 7728,
+ "▁ancest": 7729,
+ "▁seemed": 7730,
+ "▁Byzantine": 7731,
+ "inton": 7732,
+ "▁reality": 7733,
+ "▁predecess": 7734,
+ "▁Techn": 7735,
+ "umin": 7736,
+ "▁Anne": 7737,
+ "▁Anton": 7738,
+ "▁votes": 7739,
+ "▁chemical": 7740,
+ "▁picture": 7741,
+ "▁battleships": 7742,
+ "▁13th": 7743,
+ "▁memory": 7744,
+ "▁CE": 7745,
+ "teenth": 7746,
+ "▁Allen": 7747,
+ "▁hoped": 7748,
+ "▁movements": 7749,
+ "▁requested": 7750,
+ "isf": 7751,
+ "ez": 7752,
+ "▁3D": 7753,
+ "▁Profess": 7754,
+ "char": 7755,
+ "▁historians": 7756,
+ "▁raise": 7757,
+ "▁Netherlands": 7758,
+ "▁Journal": 7759,
+ "▁16th": 7760,
+ "▁Matthew": 7761,
+ "oli": 7762,
+ "omot": 7763,
+ "▁Every": 7764,
+ "▁rose": 7765,
+ "▁difficulty": 7766,
+ "▁basketball": 7767,
+ "▁Mit": 7768,
+ "agle": 7769,
+ "pper": 7770,
+ "▁Ak": 7771,
+ "ewhere": 7772,
+ "▁communities": 7773,
+ "▁restored": 7774,
+ "▁sam": 7775,
+ "▁ille": 7776,
+ "▁expect": 7777,
+ "▁mo": 7778,
+ "▁remember": 7779,
+ "▁programme": 7780,
+ "▁Ba": 7781,
+ "▁Dog": 7782,
+ "▁nav": 7783,
+ "▁teen": 7784,
+ "▁Jews": 7785,
+ "▁Dean": 7786,
+ "▁premiere": 7787,
+ "▁delayed": 7788,
+ "burn": 7789,
+ "▁pure": 7790,
+ "▁relative": 7791,
+ "▁discovery": 7792,
+ "▁Nar": 7793,
+ "▁DE": 7794,
+ "▁kid": 7795,
+ "▁inspiration": 7796,
+ "▁otherwise": 7797,
+ "▁greatly": 7798,
+ "▁squ": 7799,
+ "▁Open": 7800,
+ "pping": 7801,
+ "▁anniversary": 7802,
+ "▁vide": 7803,
+ "▁injuries": 7804,
+ "▁USS": 7805,
+ "▁Hell": 7806,
+ "▁Again": 7807,
+ "▁accounts": 7808,
+ "▁neighbor": 7809,
+ "▁obl": 7810,
+ "▁Design": 7811,
+ "▁funding": 7812,
+ "▁surrounded": 7813,
+ "▁Jacob": 7814,
+ "▁flank": 7815,
+ "▁spoke": 7816,
+ "▁praise": 7817,
+ "▁Pow": 7818,
+ "▁penalty": 7819,
+ "▁batting": 7820,
+ "▁needs": 7821,
+ "▁depict": 7822,
+ "▁fal": 7823,
+ "▁1900": 7824,
+ "▁Iraq": 7825,
+ "▁PA": 7826,
+ "▁partner": 7827,
+ "▁Whe": 7828,
+ "▁massive": 7829,
+ "▁Der": 7830,
+ "▁weapon": 7831,
+ "▁claiming": 7832,
+ "▁die": 7833,
+ "▁dens": 7834,
+ "▁Thomp": 7835,
+ "anny": 7836,
+ "▁crop": 7837,
+ "▁7th": 7838,
+ "▁suit": 7839,
+ "▁Cab": 7840,
+ "▁tries": 7841,
+ "▁Sax": 7842,
+ "▁forming": 7843,
+ "▁strategy": 7844,
+ "ami": 7845,
+ "▁Bishop": 7846,
+ "▁Marine": 7847,
+ "▁assemb": 7848,
+ "ca": 7849,
+ "osh": 7850,
+ "▁wrong": 7851,
+ "▁astron": 7852,
+ "▁Domin": 7853,
+ "▁ru": 7854,
+ "▁Es": 7855,
+ "▁legend": 7856,
+ "▁documentary": 7857,
+ "▁accompl": 7858,
+ "▁crosses": 7859,
+ "▁fled": 7860,
+ "▁worst": 7861,
+ "▁Raj": 7862,
+ "▁Croatian": 7863,
+ "yard": 7864,
+ "ici": 7865,
+ "▁stands": 7866,
+ "CA": 7867,
+ "don": 7868,
+ "▁Thompson": 7869,
+ "RA": 7870,
+ "▁Marg": 7871,
+ "▁temporary": 7872,
+ "▁architecture": 7873,
+ "▁girls": 7874,
+ "ban": 7875,
+ "▁determine": 7876,
+ "abil": 7877,
+ "▁tra": 7878,
+ "gets": 7879,
+ "▁dismissed": 7880,
+ "▁Sports": 7881,
+ "▁gal": 7882,
+ "▁involvement": 7883,
+ "▁Armen": 7884,
+ "▁Russell": 7885,
+ "uble": 7886,
+ "uther": 7887,
+ "▁recru": 7888,
+ "▁bombard": 7889,
+ "▁sale": 7890,
+ "▁category": 7891,
+ "ester": 7892,
+ "▁5th": 7893,
+ "▁