CoolFace
Modelpublic

Neeleshrana0567/graph-coder-flat

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

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