CoolFace
Modelpublic

Maciel/Muge-Image-Caption

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

Showing the first 1,200 of 100313 lines. Download the file for the rest.