unknownCode/IslandBoyRepo
022
1{2 "version": "1.0",3 "truncation": {4 "direction": "Right",5 "max_length": 512,6 "strategy": "LongestFirst",7 "stride": 08 },9 "padding": {10 "strategy": {11 "Fixed": 51212 },13 "direction": "Right",14 "pad_to_multiple_of": null,15 "pad_id": 50256,16 "pad_type_id": 0,17 "pad_token": "<|endoftext|>"18 },19 "added_tokens": [20 {21 "id": 50256,22 "content": "<|endoftext|>",23 "single_word": false,24 "lstrip": false,25 "rstrip": false,26 "normalized": true,27 "special": true28 }29 ],30 "normalizer": null,31 "pre_tokenizer": {32 "type": "ByteLevel",33 "add_prefix_space": false,34 "trim_offsets": true,35 "use_regex": true36 },37 "post_processor": {38 "type": "ByteLevel",39 "add_prefix_space": true,40 "trim_offsets": false,41 "use_regex": true42 },43 "decoder": {44 "type": "ByteLevel",45 "add_prefix_space": true,46 "trim_offsets": true,47 "use_regex": true48 },49 "model": {50 "type": "BPE",51 "dropout": null,52 "unk_token": null,53 "continuing_subword_prefix": "",54 "end_of_word_suffix": "",55 "fuse_unk": false,56 "byte_fallback": false,57 "ignore_merges": false,58 "vocab": {59 "!": 0,60 "\"": 1,61 "#": 2,62 "$": 3,63 "%": 4,64 "&": 5,65 "'": 6,66 "(": 7,67 ")": 8,68 "*": 9,69 "+": 10,70 ",": 11,71 "-": 12,72 ".": 13,73 "/": 14,74 "0": 15,75 "1": 16,76 "2": 17,77 "3": 18,78 "4": 19,79 "5": 20,80 "6": 21,81 "7": 22,82 "8": 23,83 "9": 24,84 ":": 25,85 ";": 26,86 "<": 27,87 "=": 28,88 ">": 29,89 "?": 30,90 "@": 31,91 "A": 32,92 "B": 33,93 "C": 34,94 "D": 35,95 "E": 36,96 "F": 37,97 "G": 38,98 "H": 39,99 "I": 40,100 "J": 41,101 "K": 42,102 "L": 43,103 "M": 44,104 "N": 45,105 "O": 46,106 "P": 47,107 "Q": 48,108 "R": 49,109 "S": 50,110 "T": 51,111 "U": 52,112 "V": 53,113 "W": 54,114 "X": 55,115 "Y": 56,116 "Z": 57,117 "[": 58,118 "\\": 59,119 "]": 60,120 "^": 61,121 "_": 62,122 "`": 63,123 "a": 64,124 "b": 65,125 "c": 66,126 "d": 67,127 "e": 68,128 "f": 69,129 "g": 70,130 "h": 71,131 "i": 72,132 "j": 73,133 "k": 74,134 "l": 75,135 "m": 76,136 "n": 77,137 "o": 78,138 "p": 79,139 "q": 80,140 "r": 81,141 "s": 82,142 "t": 83,143 "u": 84,144 "v": 85,145 "w": 86,146 "x": 87,147 "y": 88,148 "z": 89,149 "{": 90,150 "|": 91,151 "}": 92,152 "~": 93,153 "¡": 94,154 "¢": 95,155 "£": 96,156 "¤": 97,157 "¥": 98,158 "¦": 99,159 "§": 100,160 "¨": 101,161 "©": 102,162 "ª": 103,163 "«": 104,164 "¬": 105,165 "®": 106,166 "¯": 107,167 "°": 108,168 "±": 109,169 "²": 110,170 "³": 111,171 "´": 112,172 "µ": 113,173 "¶": 114,174 "·": 115,175 "¸": 116,176 "¹": 117,177 "º": 118,178 "»": 119,179 "¼": 120,180 "½": 121,181 "¾": 122,182 "¿": 123,183 "À": 124,184 "Á": 125,185 "Â": 126,186 "Ã": 127,187 "Ä": 128,188 "Å": 129,189 "Æ": 130,190 "Ç": 131,191 "È": 132,192 "É": 133,193 "Ê": 134,194 "Ë": 135,195 "Ì": 136,196 "Í": 137,197 "Î": 138,198 "Ï": 139,199 "Ð": 140,200 "Ñ": 141,201 "Ò": 142,202 "Ó": 143,203 "Ô": 144,204 "Õ": 145,205 "Ö": 146,206 "×": 147,207 "Ø": 148,208 "Ù": 149,209 "Ú": 150,210 "Û": 151,211 "Ü": 152,212 "Ý": 153,213 "Þ": 154,214 "ß": 155,215 "à": 156,216 "á": 157,217 "â": 158,218 "ã": 159,219 "ä": 160,220 "å": 161,221 "æ": 162,222 "ç": 163,223 "è": 164,224 "é": 165,225 "ê": 166,226 "ë": 167,227 "ì": 168,228 "í": 169,229 "î": 170,230 "ï": 171,231 "ð": 172,232 "ñ": 173,233 "ò": 174,234 "ó": 175,235 "ô": 176,236 "õ": 177,237 "ö": 178,238 "÷": 179,239 "ø": 180,240 "ù": 181,241 "ú": 182,242 "û": 183,243 "ü": 184,244 "ý": 185,245 "þ": 186,246 "ÿ": 187,247 "Ā": 188,248 "ā": 189,249 "Ă": 190,250 "ă": 191,251 "Ą": 192,252 "ą": 193,253 "Ć": 194,254 "ć": 195,255 "Ĉ": 196,256 "ĉ": 197,257 "Ċ": 198,258 "ċ": 199,259 "Č": 200,260 "č": 201,261 "Ď": 202,262 "ď": 203,263 "Đ": 204,264 "đ": 205,265 "Ē": 206,266 "ē": 207,267 "Ĕ": 208,268 "ĕ": 209,269 "Ė": 210,270 "ė": 211,271 "Ę": 212,272 "ę": 213,273 "Ě": 214,274 "ě": 215,275 "Ĝ": 216,276 "ĝ": 217,277 "Ğ": 218,278 "ğ": 219,279 "Ġ": 220,280 "ġ": 221,281 "Ģ": 222,282 "ģ": 223,283 "Ĥ": 224,284 "ĥ": 225,285 "Ħ": 226,286 "ħ": 227,287 "Ĩ": 228,288 "ĩ": 229,289 "Ī": 230,290 "ī": 231,291 "Ĭ": 232,292 "ĭ": 233,293 "Į": 234,294 "į": 235,295 "İ": 236,296 "ı": 237,297 "IJ": 238,298 "ij": 239,299 "Ĵ": 240,300 "ĵ": 241,301 "Ķ": 242,302 "ķ": 243,303 "ĸ": 244,304 "Ĺ": 245,305 "ĺ": 246,306 "Ļ": 247,307 "ļ": 248,308 "Ľ": 249,309 "ľ": 250,310 "Ŀ": 251,311 "ŀ": 252,312 "Ł": 253,313 "ł": 254,314 "Ń": 255,315 "Ġt": 256,316 "Ġa": 257,317 "he": 258,318 "in": 259,319 "re": 260,320 "on": 261,321 "Ġthe": 262,322 "er": 263,323 "Ġs": 264,324 "at": 265,325 "Ġw": 266,326 "Ġo": 267,327 "en": 268,328 "Ġc": 269,329 "it": 270,330 "is": 271,331 "an": 272,332 "or": 273,333 "es": 274,334 "Ġb": 275,335 "ed": 276,336 "Ġf": 277,337 "ing": 278,338 "Ġp": 279,339 "ou": 280,340 "Ġan": 281,341 "al": 282,342 "ar": 283,343 "Ġto": 284,344 "Ġm": 285,345 "Ġof": 286,346 "Ġin": 287,347 "Ġd": 288,348 "Ġh": 289,349 "Ġand": 290,350 "ic": 291,351 "as": 292,352 "le": 293,353 "Ġth": 294,354 "ion": 295,355 "om": 296,356 "ll": 297,357 "ent": 298,358 "Ġn": 299,359 "Ġl": 300,360 "st": 301,361 "Ġre": 302,362 "ve": 303,363 "Ġe": 304,364 "ro": 305,365 "ly": 306,366 "Ġbe": 307,367 "Ġg": 308,368 "ĠT": 309,369 "ct": 310,370 "ĠS": 311,371 "id": 312,372 "ot": 313,373 "ĠI": 314,374 "ut": 315,375 "et": 316,376 "ĠA": 317,377 "Ġis": 318,378 "Ġon": 319,379 "im": 320,380 "am": 321,381 "ow": 322,382 "ay": 323,383 "ad": 324,384 "se": 325,385 "Ġthat": 326,386 "ĠC": 327,387 "ig": 328,388 "Ġfor": 329,389 "ac": 330,390 "Ġy": 331,391 "ver": 332,392 "ur": 333,393 "Ġu": 334,394 "ld": 335,395 "Ġst": 336,396 "ĠM": 337,397 "'s": 338,398 "Ġhe": 339,399 "Ġit": 340,400 "ation": 341,401 "ith": 342,402 "ir": 343,403 "ce": 344,404 "Ġyou": 345,405 "il": 346,406 "ĠB": 347,407 "Ġwh": 348,408 "ol": 349,409 "ĠP": 350,410 "Ġwith": 351,411 "Ġ1": 352,412 "ter": 353,413 "ch": 354,414 "Ġas": 355,415 "Ġwe": 356,416 "Ġ(": 357,417 "nd": 358,418 "ill": 359,419 "ĠD": 360,420 "if": 361,421 "Ġ2": 362,422 "ag": 363,423 "ers": 364,424 "ke": 365,425 "Ġ\"": 366,426 "ĠH": 367,427 "em": 368,428 "Ġcon": 369,429 "ĠW": 370,430 "ĠR": 371,431 "her": 372,432 "Ġwas": 373,433 "Ġr": 374,434 "od": 375,435 "ĠF": 376,436 "ul": 377,437 "ate": 378,438 "Ġat": 379,439 "ri": 380,440 "pp": 381,441 "ore": 382,442 "ĠThe": 383,443 "Ġse": 384,444 "us": 385,445 "Ġpro": 386,446 "Ġha": 387,447 "um": 388,448 "Ġare": 389,449 "Ġde": 390,450 "ain": 391,451 "and": 392,452 "Ġor": 393,453 "igh": 394,454 "est": 395,455 "ist": 396,456 "ab": 397,457 "rom": 398,458 "ĠN": 399,459 "th": 400,460 "Ġcom": 401,461 "ĠG": 402,462 "un": 403,463 "op": 404,464 "00": 405,465 "ĠL": 406,466 "Ġnot": 407,467 "ess": 408,468 "Ġex": 409,469 "Ġv": 410,470 "res": 411,471 "ĠE": 412,472 "ew": 413,473 "ity": 414,474 "ant": 415,475 "Ġby": 416,476 "el": 417,477 "os": 418,478 "ort": 419,479 "oc": 420,480 "qu": 421,481 "Ġfrom": 422,482 "Ġhave": 423,483 "Ġsu": 424,484 "ive": 425,485 "ould": 426,486 "Ġsh": 427,487 "Ġthis": 428,488 "nt": 429,489 "ra": 430,490 "pe": 431,491 "ight": 432,492 "art": 433,493 "ment": 434,494 "Ġal": 435,495 "ust": 436,496 "end": 437,497 "--": 438,498 "all": 439,499 "ĠO": 440,500 "ack": 441,501 "Ġch": 442,502 "Ġle": 443,503 "ies": 444,504 "red": 445,505 "ard": 446,506 "âĢ": 447,507 "out": 448,508 "ĠJ": 449,509 "Ġab": 450,510 "ear": 451,511 "iv": 452,512 "ally": 453,513 "our": 454,514 "ost": 455,515 "gh": 456,516 "pt": 457,517 "Ġpl": 458,518 "ast": 459,519 "Ġcan": 460,520 "ak": 461,521 "ome": 462,522 "ud": 463,523 "The": 464,524 "Ġhis": 465,525 "Ġdo": 466,526 "Ġgo": 467,527 "Ġhas": 468,528 "ge": 469,529 "'t": 470,530 "ĠU": 471,531 "rou": 472,532 "Ġsa": 473,533 "Ġj": 474,534 "Ġbut": 475,535 "Ġwor": 476,536 "Ġall": 477,537 "ect": 478,538 "Ġk": 479,539 "ame": 480,540 "Ġwill": 481,541 "ok": 482,542 "Ġwhe": 483,543 "Ġthey": 484,544 "ide": 485,545 "01": 486,546 "ff": 487,547 "ich": 488,548 "pl": 489,549 "ther": 490,550 "Ġtr": 491,551 "..": 492,552 "Ġint": 493,553 "ie": 494,554 "ure": 495,555 "age": 496,556 "Ġne": 497,557 "ial": 498,558 "ap": 499,559 "ine": 500,560 "ice": 501,561 "Ġme": 502,562 "Ġout": 503,563 "ans": 504,564 "one": 505,565 "ong": 506,566 "ions": 507,567 "Ġwho": 508,568 "ĠK": 509,569 "Ġup": 510,570 "Ġtheir": 511,571 "Ġad": 512,572 "Ġ3": 513,573 "Ġus": 514,574 "ated": 515,575 "ous": 516,576 "Ġmore": 517,577 "ue": 518,578 "og": 519,579 "ĠSt": 520,580 "ind": 521,581 "ike": 522,582 "Ġso": 523,583 "ime": 524,584 "per": 525,585 ".\"": 526,586 "ber": 527,587 "iz": 528,588 "act": 529,589 "Ġone": 530,590 "Ġsaid": 531,591 "Ġ-": 532,592 "are": 533,593 "Ġyour": 534,594 "cc": 535,595 "ĠTh": 536,596 "Ġcl": 537,597 "ep": 538,598 "ake": 539,599 "able": 540,600 "ip": 541,601 "Ġcont": 542,602 "Ġwhich": 543,603 "ia": 544,604 "Ġim": 545,605 "Ġabout": 546,606 "Ġwere": 547,607 "very": 548,608 "ub": 549,609 "Ġhad": 550,610 "Ġen": 551,611 "Ġcomp": 552,612 ",\"": 553,613 "ĠIn": 554,614 "Ġun": 555,615 "Ġag": 556,616 "ire": 557,617 "ace": 558,618 "au": 559,619 "ary": 560,620 "Ġwould": 561,621 "ass": 562,622 "ry": 563,623 "ĠâĢ": 564,624 "cl": 565,625 "ook": 566,626 "ere": 567,627 "so": 568,628 "ĠV": 569,629 "ign": 570,630 "ib": 571,631 "Ġoff": 572,632 "Ġte": 573,633 "ven": 574,634 "ĠY": 575,635 "ile": 576,636 "ose": 577,637 "ite": 578,638 "orm": 579,639 "Ġ201": 580,640 "Ġres": 581,641 "Ġman": 582,642 "Ġper": 583,643 "Ġother": 584,644 "ord": 585,645 "ult": 586,646 "Ġbeen": 587,647 "Ġlike": 588,648 "ase": 589,649 "ance": 590,650 "ks": 591,651 "ays": 592,652 "own": 593,653 "ence": 594,654 "Ġdis": 595,655 "ction": 596,656 "Ġany": 597,657 "Ġapp": 598,658 "Ġsp": 599,659 "int": 600,660 "ress": 601,661 "ations": 602,662 "ail": 603,663 "Ġ4": 604,664 "ical": 605,665 "Ġthem": 606,666 "Ġher": 607,667 "ount": 608,668 "ĠCh": 609,669 "Ġar": 610,670 "Ġif": 611,671 "Ġthere": 612,672 "Ġpe": 613,673 "Ġyear": 614,674 "av": 615,675 "Ġmy": 616,676 "Ġsome": 617,677 "Ġwhen": 618,678 "ough": 619,679 "ach": 620,680 "Ġthan": 621,681 "ru": 622,682 "ond": 623,683 "ick": 624,684 "Ġover": 625,685 "vel": 626,686 "Ġqu": 627,687 "ĊĊ": 628,688 "Ġsc": 629,689 "reat": 630,690 "ree": 631,691 "ĠIt": 632,692 "ound": 633,693 "port": 634,694 "Ġalso": 635,695 "Ġpart": 636,696 "fter": 637,697 "Ġkn": 638,698 "Ġbec": 639,699 "Ġtime": 640,700 "ens": 641,701 "Ġ5": 642,702 "ople": 643,703 "Ġwhat": 644,704 "Ġno": 645,705 "du": 646,706 "mer": 647,707 "ang": 648,708 "Ġnew": 649,709 "----": 650,710 "Ġget": 651,711 "ory": 652,712 "ition": 653,713 "ings": 654,714 "Ġjust": 655,715 "Ġinto": 656,716 "Ġ0": 657,717 "ents": 658,718 "ove": 659,719 "te": 660,720 "Ġpeople": 661,721 "Ġpre": 662,722 "Ġits": 663,723 "Ġrec": 664,724 "Ġtw": 665,725 "ian": 666,726 "irst": 667,727 "ark": 668,728 "ors": 669,729 "Ġwork": 670,730 "ade": 671,731 "ob": 672,732 "Ġshe": 673,733 "Ġour": 674,734 "wn": 675,735 "ink": 676,736 "lic": 677,737 "Ġ19": 678,738 "ĠHe": 679,739 "ish": 680,740 "nder": 681,741 "ause": 682,742 "Ġhim": 683,743 "ons": 684,744 "Ġ[": 685,745 "Ġro": 686,746 "form": 687,747 "ild": 688,748 "ates": 689,749 "vers": 690,750 "Ġonly": 691,751 "oll": 692,752 "Ġspe": 693,753 "ck": 694,754 "ell": 695,755 "amp": 696,756 "Ġacc": 697,757 "Ġbl": 698,758 "ious": 699,759 "urn": 700,760 "ft": 701,761 "ood": 702,762 "Ġhow": 703,763 "hed": 704,764 "Ġ'": 705,765 "Ġafter": 706,766 "aw": 707,767 "Ġatt": 708,768 "ov": 709,769 "ne": 710,770 "Ġplay": 711,771 "erv": 712,772 "ict": 713,773 "Ġcould": 714,774 "itt": 715,775 "Ġam": 716,776 "Ġfirst": 717,777 "Ġ6": 718,778 "Ġact": 719,779 "Ġ$": 720,780 "ec": 721,781 "hing": 722,782 "ual": 723,783 "ull": 724,784 "Ġcomm": 725,785 "oy": 726,786 "old": 727,787 "ces": 728,788 "ater": 729,789 "Ġfe": 730,790 "Ġbet": 731,791 "we": 732,792 "iff": 733,793 "Ġtwo": 734,794 "ock": 735,795 "Ġback": 736,796 ").": 737,797 "ident": 738,798 "Ġunder": 739,799 "rough": 740,800 "sel": 741,801 "xt": 742,802 "Ġmay": 743,803 "round": 744,804 "Ġpo": 745,805 "ph": 746,806 "iss": 747,807 "Ġdes": 748,808 "Ġmost": 749,809 "Ġdid": 750,810 "Ġadd": 751,811 "ject": 752,812 "Ġinc": 753,813 "fore": 754,814 "Ġpol": 755,815 "ont": 756,816 "Ġagain": 757,817 "clud": 758,818 "tern": 759,819 "Ġknow": 760,820 "Ġneed": 761,821 "Ġcons": 762,822 "Ġco": 763,823 "Ġ.": 764,824 "Ġwant": 765,825 "Ġsee": 766,826 "Ġ7": 767,827 "ning": 768,828 "iew": 769,829 "ĠThis": 770,830 "ced": 771,831 "Ġeven": 772,832 "Ġind": 773,833 "ty": 774,834 "ĠWe": 775,835 "ath": 776,836 "Ġthese": 777,837 "Ġpr": 778,838 "Ġuse": 779,839 "Ġbecause": 780,840 "Ġfl": 781,841 "ng": 782,842 "Ġnow": 783,843 "ĠâĢĵ": 784,844 "com": 785,845 "ise": 786,846 "Ġmake": 787,847 "Ġthen": 788,848 "ower": 789,849 "Ġevery": 790,850 "ĠUn": 791,851 "Ġsec": 792,852 "oss": 793,853 "uch": 794,854 "Ġem": 795,855 "Ġ=": 796,856 "ĠRe": 797,857 "ied": 798,858 "rit": 799,859 "Ġinv": 800,860 "lect": 801,861 "Ġsupp": 802,862 "ating": 803,863 "Ġlook": 804,864 "man": 805,865 "pect": 806,866 "Ġ8": 807,867 "row": 808,868 "Ġbu": 809,869 "Ġwhere": 810,870 "ific": 811,871 "Ġyears": 812,872 "ily": 813,873 "Ġdiff": 814,874 "Ġshould": 815,875 "Ġrem": 816,876 "Th": 817,877 "In": 818,878 "Ġev": 819,879 "day": 820,880 "'re": 821,881 "rib": 822,882 "Ġrel": 823,883 "ss": 824,884 "Ġdef": 825,885 "Ġright": 826,886 "Ġsy": 827,887 "),": 828,888 "les": 829,889 "000": 830,890 "hen": 831,891 "Ġthrough": 832,892 "ĠTr": 833,893 "__": 834,894 "Ġway": 835,895 "Ġdon": 836,896 "Ġ,": 837,897 "Ġ10": 838,898 "ased": 839,899 "Ġass": 840,900 "ublic": 841,901 "Ġreg": 842,902 "ĠAnd": 843,903 "ix": 844,904 "Ġvery": 845,905 "Ġinclud": 846,906 "other": 847,907 "Ġimp": 848,908 "oth": 849,909 "Ġsub": 850,910 "ĠâĢĶ": 851,911 "Ġbeing": 852,912 "arg": 853,913 "ĠWh": 854,914 "==": 855,915 "ible": 856,916 "Ġdoes": 857,917 "ange": 858,918 "ram": 859,919 "Ġ9": 860,920 "ert": 861,921 "ps": 862,922 "ited": 863,923 "ational": 864,924 "Ġbr": 865,925 "Ġdown": 866,926 "Ġmany": 867,927 "aking": 868,928 "Ġcall": 869,929 "uring": 870,930 "ities": 871,931 "Ġph": 872,932 "ics": 873,933 "als": 874,934 "Ġdec": 875,935 "ative": 876,936 "ener": 877,937 "Ġbefore": 878,938 "ility": 879,939 "Ġwell": 880,940 "Ġmuch": 881,941 "erson": 882,942 "Ġthose": 883,943 "Ġsuch": 884,944 "Ġke": 885,945 "Ġend": 886,946 "ĠBut": 887,947 "ason": 888,948 "ting": 889,949 "Ġlong": 890,950 "ef": 891,951 "Ġthink": 892,952 "ys": 893,953 "Ġbel": 894,954 "Ġsm": 895,955 "its": 896,956 "ax": 897,957 "Ġown": 898,958 "Ġprov": 899,959 "Ġset": 900,960 "ife": 901,961 "ments": 902,962 "ble": 903,963 "ward": 904,964 "Ġshow": 905,965 "Ġpres": 906,966 "ms": 907,967 "omet": 908,968 "Ġob": 909,969 "Ġsay": 910,970 "ĠSh": 911,971 "ts": 912,972 "ful": 913,973 "Ġeff": 914,974 "Ġgu": 915,975 "Ġinst": 916,976 "und": 917,977 "ren": 918,978 "cess": 919,979 "Ġent": 920,980 "ĠYou": 921,981 "Ġgood": 922,982 "Ġstart": 923,983 "ince": 924,984 "Ġmade": 925,985 "tt": 926,986 "stem": 927,987 "olog": 928,988 "up": 929,989 "Ġ|": 930,990 "ump": 931,991 "Ġhel": 932,992 "vern": 933,993 "ular": 934,994 "ually": 935,995 "Ġac": 936,996 "Ġmon": 937,997 "Ġlast": 938,998 "Ġ200": 939,999 "10": 940,1000 "Ġstud": 941,1001 "ures": 942,1002 "ĠAr": 943,1003 "self": 944,1004 "ars": 945,1005 "meric": 946,1006 "ues": 947,1007 "cy": 948,1008 "Ġmin": 949,1009 "ollow": 950,1010 "Ġcol": 951,1011 "io": 952,1012 "Ġmod": 953,1013 "Ġcount": 954,1014 "ĠCom": 955,1015 "hes": 956,1016 "Ġfin": 957,1017 "air": 958,1018 "ier": 959,1019 "âĢĶ": 960,1020 "read": 961,1021 "ank": 962,1022 "atch": 963,1023 "ever": 964,1024 "Ġstr": 965,1025 "Ġpoint": 966,1026 "ork": 967,1027 "ĠNew": 968,1028 "Ġsur": 969,1029 "ool": 970,1030 "alk": 971,1031 "ement": 972,1032 "Ġused": 973,1033 "ract": 974,1034 "ween": 975,1035 "Ġsame": 976,1036 "oun": 977,1037 "ĠAl": 978,1038 "ci": 979,1039 "Ġdiffere": 980,1040 "Ġwhile": 981,1041 "--------": 982,1042 "Ġgame": 983,1043 "cept": 984,1044 "Ġsim": 985,1045 "...": 986,1046 "Ġinter": 987,1047 "ek": 988,1048 "Ġreport": 989,1049 "Ġprodu": 990,1050 "Ġstill": 991,1051 "led": 992,1052 "ah": 993,1053 "Ġhere": 994,1054 "Ġworld": 995,1055 "Ġthough": 996,1056 "Ġnum": 997,1057 "arch": 998,1058 "imes": 999,1059 "ale": 1000,1060 "ĠSe": 1001,1061 "ĠIf": 1002,1062 "//": 1003,1063 "ĠLe": 1004,1064 "Ġret": 1005,1065 "Ġref": 1006,1066 "Ġtrans": 1007,1067 "ner": 1008,1068 "ution": 1009,1069 "ters": 1010,1070 "Ġtake": 1011,1071 "ĠCl": 1012,1072 "Ġconf": 1013,1073 "way": 1014,1074 "ave": 1015,1075 "Ġgoing": 1016,1076 "Ġsl": 1017,1077 "ug": 1018,1078 "ĠAmeric": 1019,1079 "Ġspec": 1020,1080 "Ġhand": 1021,1081 "Ġbetween": 1022,1082 "ists": 1023,1083 "ĠDe": 1024,1084 "oot": 1025,1085 "It": 1026,1086 "Ġear": 1027,1087 "Ġagainst": 1028,1088 "Ġhigh": 1029,1089 "gan": 1030,1090 "az": 1031,1091 "ather": 1032,1092 "Ġexp": 1033,1093 "Ġop": 1034,1094 "Ġins": 1035,1095 "Ġgr": 1036,1096 "Ġhelp": 1037,1097 "Ġrequ": 1038,1098 "ets": 1039,1099 "ins": 1040,1100 "ĠPro": 1041,1101 "ism": 1042,1102 "Ġfound": 1043,1103 "land": 1044,1104 "ata": 1045,1105 "uss": 1046,1106 "ames": 1047,1107 "Ġperson": 1048,1108 "Ġgreat": 1049,1109 "pr": 1050,1110 "Ġsign": 1051,1111 "ĠAn": 1052,1112 "'ve": 1053,1113 "Ġsomet": 1054,1114 "Ġser": 1055,1115 "hip": 1056,1116 "Ġrun": 1057,1117 "Ġ:": 1058,1118 "Ġter": 1059,1119 "irect": 1060,1120 "Ġfollow": 1061,1121 "Ġdet": 1062,1122 "ices": 1063,1123 "Ġfind": 1064,1124 "12": 1065,1125 "Ġmem": 1066,1126 "Ġcr": 1067,1127 "ered": 1068,1128 "ex": 1069,1129 "Ġext": 1070,1130 "uth": 1071,1131 "ense": 1072,1132 "co": 1073,1133 "Ġteam": 1074,1134 "ving": 1075,1135 "ouse": 1076,1136 "ash": 1077,1137 "att": 1078,1138 "ved": 1079,1139 "Ġsystem": 1080,1140 "ĠAs": 1081,1141 "der": 1082,1142 "ives": 1083,1143 "min": 1084,1144 "Ġlead": 1085,1145 "ĠBl": 1086,1146 "cent": 1087,1147 "Ġaround": 1088,1148 "Ġgovern": 1089,1149 "Ġcur": 1090,1150 "velop": 1091,1151 "any": 1092,1152 "Ġcour": 1093,1153 "alth": 1094,1154 "ages": 1095,1155 "ize": 1096,1156 "Ġcar": 1097,1157 "ode": 1098,1158 "Ġlaw": 1099,1159 "Ġread": 1100,1160 "'m": 1101,1161 "con": 1102,1162 "Ġreal": 1103,1163 "Ġsupport": 1104,1164 "Ġ12": 1105,1165 "....": 1106,1166 "Ġreally": 1107,1167 "ness": 1108,1168 "Ġfact": 1109,1169 "Ġday": 1110,1170 "Ġboth": 1111,1171 "ying": 1112,1172 "Ġserv": 1113,1173 "ĠFor": 1114,1174 "Ġthree": 1115,1175 "Ġwom": 1116,1176 "Ġmed": 1117,1177 "ody": 1118,1178 "ĠThey": 1119,1179 "50": 1120,1180 "Ġexper": 1121,1181 "ton": 1122,1182 "Ġeach": 1123,1183 "akes": 1124,1184 "Ġche": 1125,1185 "Ġcre": 1126,1186 "ines": 1127,1187 "Ġrep": 1128,1188 "19": 1129,1189 "gg": 1130,1190 "illion": 1131,1191 "Ġgrou": 1132,1192 "ute": 1133,1193 "ik": 1134,1194 "We": 1135,1195 "get": 1136,1196 "ER": 1137,1197 "Ġmet": 1138,1198 "Ġsays": 1139,1199 "ox": 1140,1200 "Ġduring": 1141,