CoolFace
Modelpublic

InflexionLab/VibeVoice-ASR-Kazakh

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
6likes37downloads
tokenizer.json303309 linesDownload Raw Back to root
1{2  "version": "1.0",3  "truncation": null,4  "padding": null,5  "added_tokens": [6    {7      "id": 151643,8      "content": "<|endoftext|>",9      "single_word": false,10      "lstrip": false,11      "rstrip": false,12      "normalized": false,13      "special": true14    },15    {16      "id": 151644,17      "content": "<|im_start|>",18      "single_word": false,19      "lstrip": false,20      "rstrip": false,21      "normalized": false,22      "special": true23    },24    {25      "id": 151645,26      "content": "<|im_end|>",27      "single_word": false,28      "lstrip": false,29      "rstrip": false,30      "normalized": false,31      "special": true32    },33    {34      "id": 151646,35      "content": "<|object_ref_start|>",36      "normalized": false,37      "lstrip": false,38      "rstrip": false,39      "single_word": false,40      "special": true41    },42    {43      "id": 151647,44      "content": "<|object_ref_end|>",45      "normalized": false,46      "lstrip": false,47      "rstrip": false,48      "single_word": false,49      "special": true50    },51    {52      "id": 151648,53      "content": "<|box_start|>",54      "normalized": false,55      "lstrip": false,56      "rstrip": false,57      "single_word": false,58      "special": true59    },60    {61      "id": 151649,62      "content": "<|box_end|>",63      "normalized": false,64      "lstrip": false,65      "rstrip": false,66      "single_word": false,67      "special": true68    },69    {70      "id": 151650,71      "content": "<|quad_start|>",72      "normalized": false,73      "lstrip": false,74      "rstrip": false,75      "single_word": false,76      "special": true77    },78    {79      "id": 151651,80      "content": "<|quad_end|>",81      "normalized": false,82      "lstrip": false,83      "rstrip": false,84      "single_word": false,85      "special": true86    },87    {88      "id": 151652,89      "content": "<|vision_start|>",90      "normalized": false,91      "lstrip": false,92      "rstrip": false,93      "single_word": false,94      "special": true95    },96    {97      "id": 151653,98      "content": "<|vision_end|>",99      "normalized": false,100      "lstrip": false,101      "rstrip": false,102      "single_word": false,103      "special": true104    },105    {106      "id": 151654,107      "content": "<|vision_pad|>",108      "normalized": false,109      "lstrip": false,110      "rstrip": false,111      "single_word": false,112      "special": true113    },114    {115      "id": 151655,116      "content": "<|image_pad|>",117      "normalized": false,118      "lstrip": false,119      "rstrip": false,120      "single_word": false,121      "special": true122    },123    {124      "id": 151656,125      "content": "<|video_pad|>",126      "normalized": false,127      "lstrip": false,128      "rstrip": false,129      "single_word": false,130      "special": true131    },132    {133      "id": 151657,134      "content": "<tool_call>",135      "lstrip": false,136      "normalized": false,137      "rstrip": false,138      "single_word": false,139      "special": false140    },141    {142      "id": 151658,143      "content": "</tool_call>",144      "lstrip": false,145      "normalized": false,146      "rstrip": false,147      "single_word": false,148      "special": false149    },150    {151      "id": 151659,152      "content": "<|fim_prefix|>",153      "lstrip": false,154      "normalized": false,155      "rstrip": false,156      "single_word": false,157      "special": false158    },159    {160      "id": 151660,161      "content": "<|fim_middle|>",162      "lstrip": false,163      "normalized": false,164      "rstrip": false,165      "single_word": false,166      "special": false167    },168    {169      "id": 151661,170      "content": "<|fim_suffix|>",171      "lstrip": false,172      "normalized": false,173      "rstrip": false,174      "single_word": false,175      "special": false176    },177    {178      "id": 151662,179      "content": "<|fim_pad|>",180      "lstrip": false,181      "normalized": false,182      "rstrip": false,183      "single_word": false,184      "special": false185    },186    {187      "id": 151663,188      "content": "<|repo_name|>",189      "lstrip": false,190      "normalized": false,191      "rstrip": false,192      "single_word": false,193      "special": false194    },195    {196      "id": 151664,197      "content": "<|file_sep|>",198      "lstrip": false,199      "normalized": false,200      "rstrip": false,201      "single_word": false,202      "special": false203    },204    {205      "id": 151665,206      "content": "<|AUDIO|>",207      "single_word": false,208      "lstrip": false,209      "rstrip": false,210      "normalized": false,211      "special": true212    },213    {214      "id": 151666,215      "content": "<|audio_bos|>",216      "single_word": false,217      "lstrip": false,218      "rstrip": false,219      "normalized": false,220      "special": true221    },222    {223      "id": 151667,224      "content": "<|audio_eos|>",225      "single_word": false,226      "lstrip": false,227      "rstrip": false,228      "normalized": false,229      "special": true230    }231  ],232  "normalizer": {233    "type": "NFC"234  },235  "pre_tokenizer": {236    "type": "Sequence",237    "pretokenizers": [238      {239        "type": "Split",240        "pattern": {241          "Regex": "(?i:'s|'t|'re|'ve|'m|'ll|'d)|[^\\r\\n\\p{L}\\p{N}]?\\p{L}+|\\p{N}| ?[^\\s\\p{L}\\p{N}]+[\\r\\n]*|\\s*[\\r\\n]+|\\s+(?!\\S)|\\s+"242        },243        "behavior": "Isolated",244        "invert": false245      },246      {247        "type": "ByteLevel",248        "add_prefix_space": false,249        "trim_offsets": false,250        "use_regex": false251      }252    ]253  },254  "post_processor": {255    "type": "ByteLevel",256    "add_prefix_space": false,257    "trim_offsets": false,258    "use_regex": false259  },260  "decoder": {261    "type": "ByteLevel",262    "add_prefix_space": false,263    "trim_offsets": false,264    "use_regex": false265  },266  "model": {267    "type": "BPE",268    "dropout": null,269    "unk_token": null,270    "continuing_subword_prefix": "",271    "end_of_word_suffix": "",272    "fuse_unk": false,273    "byte_fallback": false,274    "vocab": {275      "!": 0,276      "\"": 1,277      "#": 2,278      "$": 3,279      "%": 4,280      "&": 5,281      "'": 6,282      "(": 7,283      ")": 8,284      "*": 9,285      "+": 10,286      ",": 11,287      "-": 12,288      ".": 13,289      "/": 14,290      "0": 15,291      "1": 16,292      "2": 17,293      "3": 18,294      "4": 19,295      "5": 20,296      "6": 21,297      "7": 22,298      "8": 23,299      "9": 24,300      ":": 25,301      ";": 26,302      "<": 27,303      "=": 28,304      ">": 29,305      "?": 30,306      "@": 31,307      "A": 32,308      "B": 33,309      "C": 34,310      "D": 35,311      "E": 36,312      "F": 37,313      "G": 38,314      "H": 39,315      "I": 40,316      "J": 41,317      "K": 42,318      "L": 43,319      "M": 44,320      "N": 45,321      "O": 46,322      "P": 47,323      "Q": 48,324      "R": 49,325      "S": 50,326      "T": 51,327      "U": 52,328      "V": 53,329      "W": 54,330      "X": 55,331      "Y": 56,332      "Z": 57,333      "[": 58,334      "\\": 59,335      "]": 60,336      "^": 61,337      "_": 62,338      "`": 63,339      "a": 64,340      "b": 65,341      "c": 66,342      "d": 67,343      "e": 68,344      "f": 69,345      "g": 70,346      "h": 71,347      "i": 72,348      "j": 73,349      "k": 74,350      "l": 75,351      "m": 76,352      "n": 77,353      "o": 78,354      "p": 79,355      "q": 80,356      "r": 81,357      "s": 82,358      "t": 83,359      "u": 84,360      "v": 85,361      "w": 86,362      "x": 87,363      "y": 88,364      "z": 89,365      "{": 90,366      "|": 91,367      "}": 92,368      "~": 93,369      "¡": 94,370      "¢": 95,371      "£": 96,372      "¤": 97,373      "¥": 98,374      "¦": 99,375      "§": 100,376      "¨": 101,377      "©": 102,378      "ª": 103,379      "«": 104,380      "¬": 105,381      "®": 106,382      "¯": 107,383      "°": 108,384      "±": 109,385      "²": 110,386      "³": 111,387      "´": 112,388      "µ": 113,389      "¶": 114,390      "·": 115,391      "¸": 116,392      "¹": 117,393      "º": 118,394      "»": 119,395      "¼": 120,396      "½": 121,397      "¾": 122,398      "¿": 123,399      "À": 124,400      "Á": 125,401      "Â": 126,402      "Ã": 127,403      "Ä": 128,404      "Å": 129,405      "Æ": 130,406      "Ç": 131,407      "È": 132,408      "É": 133,409      "Ê": 134,410      "Ë": 135,411      "Ì": 136,412      "Í": 137,413      "Î": 138,414      "Ï": 139,415      "Ð": 140,416      "Ñ": 141,417      "Ò": 142,418      "Ó": 143,419      "Ô": 144,420      "Õ": 145,421      "Ö": 146,422      "×": 147,423      "Ø": 148,424      "Ù": 149,425      "Ú": 150,426      "Û": 151,427      "Ü": 152,428      "Ý": 153,429      "Þ": 154,430      "ß": 155,431      "à": 156,432      "á": 157,433      "â": 158,434      "ã": 159,435      "ä": 160,436      "å": 161,437      "æ": 162,438      "ç": 163,439      "è": 164,440      "é": 165,441      "ê": 166,442      "ë": 167,443      "ì": 168,444      "í": 169,445      "î": 170,446      "ï": 171,447      "ð": 172,448      "ñ": 173,449      "ò": 174,450      "ó": 175,451      "ô": 176,452      "õ": 177,453      "ö": 178,454      "÷": 179,455      "ø": 180,456      "ù": 181,457      "ú": 182,458      "û": 183,459      "ü": 184,460      "ý": 185,461      "þ": 186,462      "ÿ": 187,463      "Ā": 188,464      "ā": 189,465      "Ă": 190,466      "ă": 191,467      "Ą": 192,468      "ą": 193,469      "Ć": 194,470      "ć": 195,471      "Ĉ": 196,472      "ĉ": 197,473      "Ċ": 198,474      "ċ": 199,475      "Č": 200,476      "č": 201,477      "Ď": 202,478      "ď": 203,479      "Đ": 204,480      "đ": 205,481      "Ē": 206,482      "ē": 207,483      "Ĕ": 208,484      "ĕ": 209,485      "Ė": 210,486      "ė": 211,487      "Ę": 212,488      "ę": 213,489      "Ě": 214,490      "ě": 215,491      "Ĝ": 216,492      "ĝ": 217,493      "Ğ": 218,494      "ğ": 219,495      "Ġ": 220,496      "ġ": 221,497      "Ģ": 222,498      "ģ": 223,499      "Ĥ": 224,500      "ĥ": 225,501      "Ħ": 226,502      "ħ": 227,503      "Ĩ": 228,504      "ĩ": 229,505      "Ī": 230,506      "ī": 231,507      "Ĭ": 232,508      "ĭ": 233,509      "Į": 234,510      "į": 235,511      "İ": 236,512      "ı": 237,513      "IJ": 238,514      "ij": 239,515      "Ĵ": 240,516      "ĵ": 241,517      "Ķ": 242,518      "ķ": 243,519      "ĸ": 244,520      "Ĺ": 245,521      "ĺ": 246,522      "Ļ": 247,523      "ļ": 248,524      "Ľ": 249,525      "ľ": 250,526      "Ŀ": 251,527      "ŀ": 252,528      "Ł": 253,529      "ł": 254,530      "Ń": 255,531      "ĠĠ": 256,532      "ĠĠĠĠ": 257,533      "in": 258,534      "Ġt": 259,535      "ĠĠĠĠĠĠĠĠ": 260,536      "er": 261,537      "ĠĠĠ": 262,538      "on": 263,539      "Ġa": 264,540      "re": 265,541      "at": 266,542      "st": 267,543      "en": 268,544      "or": 269,545      "Ġth": 270,546      "ĊĊ": 271,547      "Ġc": 272,548      "le": 273,549      "Ġs": 274,550      "it": 275,551      "an": 276,552      "ar": 277,553      "al": 278,554      "Ġthe": 279,555      ";Ċ": 280,556      "Ġp": 281,557      "Ġf": 282,558      "ou": 283,559      "Ġ=": 284,560      "is": 285,561      "ĠĠĠĠĠĠĠ": 286,562      "ing": 287,563      "es": 288,564      "Ġw": 289,565      "ion": 290,566      "ed": 291,567      "ic": 292,568      "Ġb": 293,569      "Ġd": 294,570      "et": 295,571      "Ġm": 296,572      "Ġo": 297,573      "ĉĉ": 298,574      "ro": 299,575      "as": 300,576      "el": 301,577      "ct": 302,578      "nd": 303,579      "Ġin": 304,580      "Ġh": 305,581      "ent": 306,582      "id": 307,583      "Ġn": 308,584      "am": 309,585      "ĠĠĠĠĠĠĠĠĠĠĠ": 310,586      "Ġto": 311,587      "Ġre": 312,588      "--": 313,589      "Ġ{": 314,590      "Ġof": 315,591      "om": 316,592      ");Ċ": 317,593      "im": 318,594      "čĊ": 319,595      "Ġ(": 320,596      "il": 321,597      "//": 322,598      "Ġand": 323,599      "ur": 324,600      "se": 325,601      "Ġl": 326,602      "ex": 327,603      "ĠS": 328,604      "ad": 329,605      "Ġ\"": 330,606      "ch": 331,607      "ut": 332,608      "if": 333,609      "**": 334,610      "Ġ}": 335,611      "em": 336,612      "ol": 337,613      "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 338,614      "th": 339,615      ")Ċ": 340,616      "Ġ{Ċ": 341,617      "Ġg": 342,618      "ig": 343,619      "iv": 344,620      ",Ċ": 345,621      "ce": 346,622      "od": 347,623      "Ġv": 348,624      "ate": 349,625      "ĠT": 350,626      "ag": 351,627      "ay": 352,628      "Ġ*": 353,629      "ot": 354,630      "us": 355,631      "ĠC": 356,632      "Ġst": 357,633      "ĠI": 358,634      "un": 359,635      "ul": 360,636      "ue": 361,637      "ĠA": 362,638      "ow": 363,639      "Ġ'": 364,640      "ew": 365,641      "Ġ<": 366,642      "ation": 367,643      "()": 368,644      "Ġfor": 369,645      "ab": 370,646      "ort": 371,647      "um": 372,648      "ame": 373,649      "Ġis": 374,650      "pe": 375,651      "tr": 376,652      "ck": 377,653      "âĢ": 378,654      "Ġy": 379,655      "ist": 380,656      "----": 381,657      ".ĊĊ": 382,658      "he": 383,659      "Ġe": 384,660      "lo": 385,661      "ĠM": 386,662      "Ġbe": 387,663      "ers": 388,664      "Ġon": 389,665      "Ġcon": 390,666      "ap": 391,667      "ub": 392,668      "ĠP": 393,669      "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 394,670      "ass": 395,671      "int": 396,672      ">Ċ": 397,673      "ly": 398,674      "urn": 399,675      "Ġ$": 400,676      ";ĊĊ": 401,677      "av": 402,678      "port": 403,679      "ir": 404,680      "->": 405,681      "nt": 406,682      "ction": 407,683      "end": 408,684      "Ġde": 409,685      "ith": 410,686      "out": 411,687      "turn": 412,688      "our": 413,689      "ĠĠĠĠĠ": 414,690      "lic": 415,691      "res": 416,692      "pt": 417,693      "==": 418,694      "Ġthis": 419,695      "Ġwh": 420,696      "Ġif": 421,697      "ĠD": 422,698      "ver": 423,699      "age": 424,700      "ĠB": 425,701      "ht": 426,702      "ext": 427,703      "=\"": 428,704      "Ġthat": 429,705      "****": 430,706      "ĠR": 431,707      "Ġit": 432,708      "ess": 433,709      "ĠF": 434,710      "Ġr": 435,711      "os": 436,712      "and": 437,713      "Ġas": 438,714      "ect": 439,715      "ke": 440,716      "rom": 441,717      "Ġ//": 442,718      "con": 443,719      "ĠL": 444,720      "(\"": 445,721      "qu": 446,722      "lass": 447,723      "Ġwith": 448,724      "iz": 449,725      "de": 450,726      "ĠN": 451,727      "Ġal": 452,728      "op": 453,729      "up": 454,730      "get": 455,731      "Ġ}Ċ": 456,732      "ile": 457,733      "Ġan": 458,734      "ata": 459,735      "ore": 460,736      "ri": 461,737      "Ġpro": 462,738      ";čĊ": 463,739      "ĉĉĉĉ": 464,740      "ter": 465,741      "ain": 466,742      "ĠW": 467,743      "ĠE": 468,744      "Ġcom": 469,745      "Ġreturn": 470,746      "art": 471,747      "ĠH": 472,748      "ack": 473,749      "import": 474,750      "ublic": 475,751      "Ġor": 476,752      "est": 477,753      "ment": 478,754      "ĠG": 479,755      "able": 480,756      "Ġ-": 481,757      "ine": 482,758      "ill": 483,759      "ind": 484,760      "ere": 485,761      "::": 486,762      "ity": 487,763      "Ġ+": 488,764      "Ġtr": 489,765      "elf": 490,766      "ight": 491,767      "('": 492,768      "orm": 493,769      "ult": 494,770      "str": 495,771      "..": 496,772      "\",": 497,773      "Ġyou": 498,774      "ype": 499,775      "pl": 500,776      "Ġnew": 501,777      "Ġj": 502,778      "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 503,779      "Ġfrom": 504,780      "Ġex": 505,781      "ĠO": 506,782      "ld": 507,783      "Ġ[": 508,784      "oc": 509,785      ":Ċ": 510,786      "Ġse": 511,787      "Ġle": 512,788      "--------": 513,789      ".s": 514,790      "{Ċ": 515,791      "',": 516,792      "ant": 517,793      "Ġat": 518,794      "ase": 519,795      ".c": 520,796      "Ġch": 521,797      "</": 522,798      "ave": 523,799      "ang": 524,800      "Ġare": 525,801      "Ġint": 526,802      "âĢĻ": 527,803      "_t": 528,804      "ert": 529,805      "ial": 530,806      "act": 531,807      "}Ċ": 532,808      "ive": 533,809      "ode": 534,810      "ost": 535,811      "Ġclass": 536,812      "Ġnot": 537,813      "og": 538,814      "ord": 539,815      "alue": 540,816      "all": 541,817      "ff": 542,818      "();Ċ": 543,819      "ont": 544,820      "ime": 545,821      "are": 546,822      "ĠU": 547,823      "Ġpr": 548,824      "Ġ:": 549,825      "ies": 550,826      "ize": 551,827      "ure": 552,828      "Ġby": 553,829      "ire": 554,830      "Ġ}ĊĊ": 555,831      ".p": 556,832      "Ġsh": 557,833      "ice": 558,834      "ast": 559,835      "ption": 560,836      "tring": 561,837      "ok": 562,838      "__": 563,839      "cl": 564,840      "##": 565,841      "Ġhe": 566,842      "ard": 567,843      ").": 568,844      "Ġ@": 569,845      "iew": 570,846      "ĉĉĉ": 571,847      "Ġwas": 572,848      "ip": 573,849      "this": 574,850      "Ġu": 575,851      "ĠThe": 576,852      "ide": 577,853      "ace": 578,854      "ib": 579,855      "ac": 580,856      "rou": 581,857      "Ġwe": 582,858      "ject": 583,859      "Ġpublic": 584,860      "ak": 585,861      "ve": 586,862      "ath": 587,863      "oid": 588,864      "Ġ=>": 589,865      "ust": 590,866      "que": 591,867      "Ġres": 592,868      "))": 593,869      "'s": 594,870      "Ġk": 595,871      "ans": 596,872      "yst": 597,873      "unction": 598,874      "********": 599,875      "Ġi": 600,876      "Ġus": 601,877      "pp": 602,878      "one": 603,879      "ail": 604,880      "====": 605,881      "name": 606,882      "Ġstr": 607,883      "Ġ/": 608,884      "Ġ&": 609,885      "ach": 610,886      "div": 611,887      "ystem": 612,888      "ell": 613,889      "Ġhave": 614,890      "err": 615,891      "ould": 616,892      "ull": 617,893      "pon": 618,894      "ĠJ": 619,895      "_p": 620,896      "Ġ==": 621,897      "ign": 622,898      "St": 623,899      ".Ċ": 624,900      "Ġpl": 625,901      ");ĊĊ": 626,902      "form": 627,903      "put": 628,904      "ount": 629,905      "}ĊĊ": 630,906      "dd": 631,907      "ite": 632,908      "Ġget": 633,909      "rr": 634,910      "ome": 635,911      "ĠâĢ": 636,912      "aram": 637,913      "cc": 638,914      "Ġ*/": 639,915      "ER": 640,916      "In": 641,917      "les": 642,918      "_s": 643,919      "ong": 644,920      "ie": 645,921      "Ġcan": 646,922      "ĠV": 647,923      "erv": 648,924      "pr": 649,925      "Ġun": 650,926      "row": 651,927      "ber": 652,928      "Ġdo": 653,929      "ll": 654,930      "Ġel": 655,931      "Ġself": 656,932      "ated": 657,933      "ary": 658,934      "Ġ.": 659,935      "']": 660,936      "ud": 661,937      "Ġen": 662,938      "ĠTh": 663,939      "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 664,940      "te": 665,941      "_c": 666,942      "uct": 667,943      "Ġab": 668,944      "ork": 669,945      ".get": 670,946      "Ġ#": 671,947      "aw": 672,948      "ress": 673,949      "ob": 674,950      "Name": 675,951      "app": 676,952      "['": 677,953      "Ġall": 678,954      "ory": 679,955      "ition": 680,956      "ance": 681,957      "ear": 682,958      "Ġcont": 683,959      "vent": 684,960      "ia": 685,961      "Ġwill": 686,962      "IN": 687,963      "ĠĠĠĠĠĠĠĠĠ": 688,964      "return": 689,965      "Ġ</": 690,966      "data": 691,967      ")ĊĊ": 692,968      "Re": 693,969      "ple": 694,970      "ild": 695,971      "ther": 696,972      "Ġyour": 697,973      "\"Ċ": 698,974      "($": 699,975      "Ġout": 700,976      "),": 701,977      "Ġhas": 702,978      "String": 703,979      "so": 704,980      "Ġup": 705,981      "ax": 706,982      "Ġdef": 707,983      "Ġbo": 708,984      "ge": 709,985      "alse": 710,986      "ON": 711,987      "per": 712,988      "ich": 713,989      "Ġbut": 714,990      "ĠĊ": 715,991      "Ġ_": 716,992      "_m": 717,993      "add": 718,994      "quest": 719,995      "odel": 720,996      "self": 721,997      "ery": 722,998      "ft": 723,999      "ens": 724,1000      "////": 725,1001      "ake": 726,1002      ".C": 727,1003      "Ġgo": 728,1004      "Ġfunction": 729,1005      "ĠK": 730,1006      "ivate": 731,1007      "Ġim": 732,1008      "Ġconst": 733,1009      ".t": 734,1010      "Ġ*/Ċ": 735,1011      ");čĊ": 736,1012      "Ġvoid": 737,1013      "Ġset": 738,1014      "ĠSystem": 739,1015      "cri": 740,1016      "()Ċ": 741,1017      "li": 742,1018      "ĉif": 743,1019      ".m": 744,1020      "ally": 745,1021      "set": 746,1022      "ep": 747,1023      "âĢĻs": 748,1024      "bo": 749,1025      "def": 750,1026      "',Ċ": 751,1027      "Ġme": 752,1028      "Ġ!": 753,1029      "atch": 754,1030      "\">": 755,1031      "\",Ċ": 756,1032      "ec": 757,1033      "ĠIn": 758,1034      "ph": 759,1035      "Ġ|": 760,1036      "_f": 761,1037      "Ġvar": 762,1038      "ence": 763,1039      "Id": 764,1040      "ree": 765,1041      "ink": 766,1042      "lect": 767,1043      "ug": 768,1044      "eth": 769,1045      "Ġelse": 770,1046      "----------------": 771,1047      "cont": 772,1048      "Ġso": 773,1049      "atic": 774,1050      "Ġlo": 775,1051      "pro": 776,1052      "ton": 777,1053      "ss": 778,1054      "own": 779,1055      "abel": 780,1056      "oint": 781,1057      "ous": 782,1058      "eld": 783,1059      "ST": 784,1060      "The": 785,1061      "ĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 786,1062      "RE": 787,1063      "\":": 788,1064      "olor": 789,1065      "tp": 790,1066      "eg": 791,1067      "key": 792,1068      "ude": 793,1069      "ĠSt": 794,1070      "ound": 795,1071      "Ġar": 796,1072      "\");Ċ": 797,1073      "ener": 798,1074      "ser": 799,1075      "bject": 800,1076      "essage": 801,1077      "fer": 802,1078      "Ġmore": 803,1079      "ations": 804,1080      "ents": 805,1081      "Ġhis": 806,1082      "Ġthey": 807,1083      ".S": 808,1084      "ĠY": 809,1085      "use": 810,1086      "ne": 811,1087      "ish": 812,1088      "old": 813,1089      "_d": 814,1090      "io": 815,1091      "ield": 816,1092      "Ġper": 817,1093      "Cont": 818,1094      "ings": 819,1095      "####": 820,1096      "Ġdata": 821,1097      "Ġsa": 822,1098      "ef": 823,1099      "fo": 824,1100      "Ġone": 825,1101      "eng": 826,1102      "Ġdis": 827,1103      "AT": 828,1104      "Ġname": 829,1105      "Ġtrue": 830,1106      "val": 831,1107      "led": 832,1108      ".f": 833,1109      "Ġne": 834,1110      "Ġend": 835,1111      ".T": 836,1112      "cre": 837,1113      "ark": 838,1114      "log": 839,1115      "Ex": 840,1116      "error": 841,1117      "_id": 842,1118      "urre": 843,1119      "ange": 844,1120      "Ġnull": 845,1121      "rray": 846,1122      "Ġmy": 847,1123      "pan": 848,1124      "ict": 849,1125      "ator": 850,1126      "View": 851,1127      "List": 852,1128      "ĉreturn": 853,1129      "âĢĿ": 854,1130      "Ġpre": 855,1131      "Ġx": 856,1132      "clude": 857,1133      "arg": 858,1134      "ov": 859,1135      ".h": 860,1136      "Ġ>": 861,1137      "Ġtheir": 862,1138      "')": 863,1139      "irst": 864,1140      "ick": 865,1141      "gh": 866,1142      "LE": 867,1143      "OR": 868,1144      "Ġprivate": 869,1145      "tem": 870,1146      "čĊčĊ": 871,1147      "user": 872,1148      "Ġ)": 873,1149      "com": 874,1150      ".A": 875,1151      "\";Ċ": 876,1152      "Ġid": 877,1153      "read": 878,1154      "Ġwho": 879,1155      "_b": 880,1156      "\">Ċ": 881,1157      "Ġtime": 882,1158      "Ġman": 883,1159      "ry": 884,1160      "========": 885,1161      "roup": 886,1162      "rop": 887,1163      "public": 888,1164      "vel": 889,1165      "umber": 890,1166      "ble": 891,1167      "Ġwhich": 892,1168      "****************": 893,1169      "Ġany": 894,1170      "Ġfalse": 895,1171      "we": 896,1172      "Ġvalue": 897,1173      "Ġli": 898,1174      "\")": 899,1175      "nder": 900,1176      "gr": 901,1177      "Ġno": 902,1178      "param": 903,1179      "fig": 904,1180      ".com": 905,1181      "Ġapp": 906,1182      "_l": 907,1183      "ions": 908,1184      ".D": 909,1185      "ĠCh": 910,1186      "Ġabout": 911,1187      "Ġadd": 912,1188      "Ġsu": 913,1189      "Ġstring": 914,1190      "ID": 915,1191      "Ġover": 916,1192      "string": 917,1193      ".l": 918,1194      "ource": 919,1195      "_C": 920,1196      "]Ċ": 921,1197      "Ġqu": 922,1198      "ĠString": 923,1199      "ca": 924,1200      "SE": 925,

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