CoolFace
Modelpublic

Glint-Research/Router

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

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