CoolFace
Modelpublic

projecte-aina/Plume128k

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
1likes15downloads
tokenizer.json255948 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": "<s>",9      "single_word": false,10      "lstrip": false,11      "rstrip": false,12      "normalized": false,13      "special": true14    },15    {16      "id": 1,17      "content": "</s>",18      "single_word": false,19      "lstrip": false,20      "rstrip": false,21      "normalized": false,22      "special": true23    },24    {25      "id": 2,26      "content": "<unk>",27      "single_word": false,28      "lstrip": false,29      "rstrip": false,30      "normalized": false,31      "special": true32    },33    {34      "id": 3,35      "content": "<pad>",36      "single_word": false,37      "lstrip": false,38      "rstrip": false,39      "normalized": false,40      "special": true41    },42    {43      "id": 4,44      "content": "<mask>",45      "single_word": false,46      "lstrip": false,47      "rstrip": false,48      "normalized": false,49      "special": true50    },51    {52      "id": 5,53      "content": "[deu_Latn]",54      "single_word": false,55      "lstrip": false,56      "rstrip": false,57      "normalized": false,58      "special": true59    },60    {61      "id": 6,62      "content": "[eng_Latn]",63      "single_word": false,64      "lstrip": false,65      "rstrip": false,66      "normalized": false,67      "special": true68    },69    {70      "id": 7,71      "content": "[eus_Latn]",72      "single_word": false,73      "lstrip": false,74      "rstrip": false,75      "normalized": false,76      "special": true77    },78    {79      "id": 8,80      "content": "[fra_Latn]",81      "single_word": false,82      "lstrip": false,83      "rstrip": false,84      "normalized": false,85      "special": true86    },87    {88      "id": 9,89      "content": "[glg_Latn]",90      "single_word": false,91      "lstrip": false,92      "rstrip": false,93      "normalized": false,94      "special": true95    },96    {97      "id": 10,98      "content": "[ita_Latn]",99      "single_word": false,100      "lstrip": false,101      "rstrip": false,102      "normalized": false,103      "special": true104    },105    {106      "id": 11,107      "content": "[por_Latn]",108      "single_word": false,109      "lstrip": false,110      "rstrip": false,111      "normalized": false,112      "special": true113    },114    {115      "id": 12,116      "content": "[spa_Latn]",117      "single_word": false,118      "lstrip": false,119      "rstrip": false,120      "normalized": false,121      "special": true122    },123    {124      "id": 13,125      "content": "[cat_Latn]",126      "single_word": false,127      "lstrip": false,128      "rstrip": false,129      "normalized": false,130      "special": true131    }132  ],133  "normalizer": {134    "type": "Sequence",135    "normalizers": [136      {137        "type": "Replace",138        "pattern": {139          "String": "``"140        },141        "content": "\""142      },143      {144        "type": "Replace",145        "pattern": {146          "String": "''"147        },148        "content": "\""149      },150      {151        "type": "NFKD"152      },153      {154        "type": "Replace",155        "pattern": {156          "Regex": " {2,}"157        },158        "content": " "159      }160    ]161  },162  "pre_tokenizer": {163    "type": "ByteLevel",164    "add_prefix_space": false,165    "trim_offsets": true,166    "use_regex": true167  },168  "post_processor": {169    "type": "ByteLevel",170    "add_prefix_space": true,171    "trim_offsets": false,172    "use_regex": true173  },174  "decoder": {175    "type": "ByteLevel",176    "add_prefix_space": true,177    "trim_offsets": true,178    "use_regex": true179  },180  "model": {181    "type": "BPE",182    "dropout": null,183    "unk_token": null,184    "continuing_subword_prefix": null,185    "end_of_word_suffix": null,186    "fuse_unk": false,187    "byte_fallback": false,188    "ignore_merges": false,189    "vocab": {190      "<s>": 0,191      "</s>": 1,192      "<unk>": 2,193      "<pad>": 3,194      "<mask>": 4,195      "[deu_Latn]": 5,196      "[eng_Latn]": 6,197      "[eus_Latn]": 7,198      "[fra_Latn]": 8,199      "[glg_Latn]": 9,200      "[ita_Latn]": 10,201      "[por_Latn]": 11,202      "[spa_Latn]": 12,203      "[cat_Latn]": 13,204      "!": 14,205      "\"": 15,206      "#": 16,207      "$": 17,208      "%": 18,209      "&": 19,210      "'": 20,211      "(": 21,212      ")": 22,213      "*": 23,214      "+": 24,215      ",": 25,216      "-": 26,217      ".": 27,218      "/": 28,219      "0": 29,220      "1": 30,221      "2": 31,222      "3": 32,223      "4": 33,224      "5": 34,225      "6": 35,226      "7": 36,227      "8": 37,228      "9": 38,229      ":": 39,230      ";": 40,231      "<": 41,232      "=": 42,233      ">": 43,234      "?": 44,235      "@": 45,236      "A": 46,237      "B": 47,238      "C": 48,239      "D": 49,240      "E": 50,241      "F": 51,242      "G": 52,243      "H": 53,244      "I": 54,245      "J": 55,246      "K": 56,247      "L": 57,248      "M": 58,249      "N": 59,250      "O": 60,251      "P": 61,252      "Q": 62,253      "R": 63,254      "S": 64,255      "T": 65,256      "U": 66,257      "V": 67,258      "W": 68,259      "X": 69,260      "Y": 70,261      "Z": 71,262      "[": 72,263      "\\": 73,264      "]": 74,265      "^": 75,266      "_": 76,267      "`": 77,268      "a": 78,269      "b": 79,270      "c": 80,271      "d": 81,272      "e": 82,273      "f": 83,274      "g": 84,275      "h": 85,276      "i": 86,277      "j": 87,278      "k": 88,279      "l": 89,280      "m": 90,281      "n": 91,282      "o": 92,283      "p": 93,284      "q": 94,285      "r": 95,286      "s": 96,287      "t": 97,288      "u": 98,289      "v": 99,290      "w": 100,291      "x": 101,292      "y": 102,293      "z": 103,294      "{": 104,295      "|": 105,296      "}": 106,297      "~": 107,298      "¡": 108,299      "¢": 109,300      "£": 110,301      "¤": 111,302      "¥": 112,303      "¦": 113,304      "§": 114,305      "¨": 115,306      "©": 116,307      "ª": 117,308      "«": 118,309      "¬": 119,310      "®": 120,311      "¯": 121,312      "°": 122,313      "±": 123,314      "²": 124,315      "³": 125,316      "´": 126,317      "µ": 127,318      "¶": 128,319      "·": 129,320      "¸": 130,321      "¹": 131,322      "º": 132,323      "»": 133,324      "¼": 134,325      "½": 135,326      "¾": 136,327      "¿": 137,328      "Â": 138,329      "Ã": 139,330      "Ä": 140,331      "Å": 141,332      "Æ": 142,333      "Ç": 143,334      "È": 144,335      "É": 145,336      "Ê": 146,337      "Ë": 147,338      "Ì": 148,339      "Í": 149,340      "Î": 150,341      "Ï": 151,342      "Ð": 152,343      "Ñ": 153,344      "Ò": 154,345      "Ó": 155,346      "Ô": 156,347      "Õ": 157,348      "Ö": 158,349      "×": 159,350      "Ø": 160,351      "Ù": 161,352      "Ú": 162,353      "Û": 163,354      "Ü": 164,355      "Ý": 165,356      "Þ": 166,357      "à": 167,358      "á": 168,359      "â": 169,360      "ã": 170,361      "ä": 171,362      "å": 172,363      "æ": 173,364      "ç": 174,365      "è": 175,366      "é": 176,367      "ê": 177,368      "î": 178,369      "ï": 179,370      "ð": 180,371      "ó": 181,372      "ô": 182,373      "Ā": 183,374      "ā": 184,375      "Ă": 185,376      "ă": 186,377      "Ą": 187,378      "ą": 188,379      "Ć": 189,380      "ć": 190,381      "Ĉ": 191,382      "Ċ": 192,383      "ċ": 193,384      "Č": 194,385      "Ď": 195,386      "ď": 196,387      "Đ": 197,388      "đ": 198,389      "ē": 199,390      "Ĕ": 200,391      "ĕ": 201,392      "Ę": 202,393      "ę": 203,394      "Ě": 204,395      "ě": 205,396      "Ĝ": 206,397      "ĝ": 207,398      "Ğ": 208,399      "ğ": 209,400      "Ġ": 210,401      "ġ": 211,402      "Ģ": 212,403      "ģ": 213,404      "Ĥ": 214,405      "ĥ": 215,406      "Ħ": 216,407      "ħ": 217,408      "Ĩ": 218,409      "ĩ": 219,410      "Ī": 220,411      "ī": 221,412      "Ĭ": 222,413      "ĭ": 223,414      "Į": 224,415      "į": 225,416      "İ": 226,417      "ı": 227,418      "IJ": 228,419      "ij": 229,420      "Ĵ": 230,421      "ĵ": 231,422      "Ķ": 232,423      "ķ": 233,424      "ĸ": 234,425      "Ĺ": 235,426      "ĺ": 236,427      "Ļ": 237,428      "ļ": 238,429      "Ľ": 239,430      "ľ": 240,431      "Ŀ": 241,432      "ŀ": 242,433      "Ł": 243,434      "ł": 244,435      "Ń": 245,436      "en": 246,437      "er": 247,438      "Ġd": 248,439      "Ġa": 249,440      "es": 250,441      "in": 251,442      "ar": 252,443      "on": 253,444      "an": 254,445      "Ġe": 255,446      "at": 256,447      "it": 257,448      "un": 258,449      "or": 259,450      "Ġs": 260,451      "ch": 261,452      "Ġp": 262,453      "Ġt": 263,454      "al": 264,455      "is": 265,456      "Ìģ": 266,457      "re": 267,458      "Ġde": 268,459      "Ġb": 269,460      "Ġc": 270,461      "Ġl": 271,462      "te": 272,463      "ta": 273,464      "Ġm": 274,465      "os": 275,466      "as": 276,467      "ur": 277,468      "ie": 278,469      "ÌĪ": 279,470      "ko": 280,471      "Ġh": 281,472      "ti": 282,473      "Ġf": 283,474      "Ġn": 284,475      "ra": 285,476      "Ġo": 286,477      "ro": 287,478      "Ġg": 288,479      "le": 289,480      "ent": 290,481      "Ġw": 291,482      "Ġin": 292,483      "ci": 293,484      "Ġth": 294,485      "us": 295,486      "qu": 296,487      "Ġun": 297,488      "Ġi": 298,489      "de": 299,490      "ri": 300,491      "Ġv": 301,492      "om": 302,493      "li": 303,494      "ak": 304,495      "Ġz": 305,496      "el": 306,497      "ung": 307,498      "Ġthe": 308,499      "ol": 309,500      "ĠA": 310,501      "Ġan": 311,502      "ĠS": 312,503      "il": 313,504      "ion": 314,505      "am": 315,506      "tz": 316,507      "ad": 317,508      "ĠE": 318,509      "Ġqu": 319,510      "Ġes": 320,511      "Ġla": 321,512      "Ġdi": 322,513      "ten": 323,514      "Ġder": 324,515      "ter": 325,516      "di": 326,517      "ĠB": 327,518      "ĠM": 328,519      "Ġdie": 329,520      "et": 330,521      "ir": 331,522      "ĠP": 332,523      "em": 333,524      "ing": 334,525      "Ġeta": 335,526      "la": 336,527      "ÌĢ": 337,528      "Ġre": 338,529      "Ġcon": 339,530      "um": 340,531      "ic": 341,532      "ut": 342,533      "Ġer": 343,534      "ia": 344,535      "io": 345,536      "Ġse": 346,537      "Ġda": 347,538      "Ġque": 348,539      "Ġund": 349,540      "ich": 350,541      "Ġen": 351,542      "Ġal": 352,543      "ĠC": 353,544      "Ġto": 354,545      "res": 355,546      "ab": 356,547      "\"\"": 357,548      "der": 358,549      "Ġbe": 359,550      "Ġof": 360,551      "âĢ": 361,552      "ge": 362,553      "ul": 363,554      "do": 364,555      "ts": 365,556      "Ġpro": 366,557      "den": 367,558      "ĠI": 368,559      "ĠG": 369,560      "Ġk": 370,561      "ĠR": 371,562      "ig": 372,563      "ed": 373,564      "cio": 374,565      "tu": 375,566      "Ġ1": 376,567      "ĠF": 377,568      "Ġein": 378,569      "aren": 379,570      "Ġcom": 380,571      "eit": 381,572      "Ġ(": 382,573      "da": 383,574      "Ġdes": 384,575      "Ìĥ": 385,576      "Ġand": 386,577      "ber": 387,578      "Ġdu": 388,579      "to": 389,580      "Ġj": 390,581      "ara": 391,582      "ĠD": 392,583      "ĠV": 393,584      "Ġel": 394,585      "men": 395,586      "ek": 396,587      "Ġ2": 397,588      "go": 398,589      "ik": 399,590      "Ġy": 400,591      "Ġzu": 401,592      "ĠK": 402,593      "ers": 403,594      "ĠT": 404,595      "iz": 405,596      "Ġis": 406,597      "ĠL": 407,598      "era": 408,599      "eh": 409,600      "ce": 410,601      "du": 411,602      "ation": 412,603      "op": 413,604      "atu": 414,605      "ma": 415,606      "ren": 416,607      "atz": 417,608      "st": 418,609      "Ġno": 419,610      "ve": 420,611      "ate": 421,612      "ere": 422,613      "gen": 423,614      "itu": 424,615      "Ġau": 425,616      "chen": 426,617      "Ġden": 427,618      "ec": 428,619      "ĠH": 429,620      "Ġdel": 430,621      "00": 431,622      "che": 432,623      "ai": 433,624      "ah": 434,625      "Ġso": 435,626      "Ġper": 436,627      "ĠU": 437,628      "itz": 438,629      "Ġha": 439,630      "ru": 440,631      "eko": 441,632      "Ġfor": 442,633      "Ġon": 443,634      "im": 444,635      "az": 445,636      "ĠĊ": 446,637      "Ġas": 447,638      "ag": 448,639      "ran": 449,640      "ez": 450,641      "Ġsu": 451,642      "ain": 452,643      "ess": 453,644      "Ġdo": 454,645      "iv": 455,646      "lo": 456,647      "Ġar": 457,648      "ari": 458,649      "ĠW": 459,650      "ac": 460,651      "ass": 461,652      "âĢĻ": 462,653      "id": 463,654      "ĠN": 464,655      "Ġeg": 465,656      "Ġpo": 466,657      "Ġfu": 467,658      "for": 468,659      "sch": 469,660      "̧": 470,661      "Ġu": 471,662      "Ġle": 472,663      "ien": 473,664      "Ġim": 474,665      "est": 475,666      "Ġor": 476,667      "ÃŁ": 477,668      "ist": 478,669      "se": 479,670      "Ġpar": 480,671      "ff": 481,672      "tel": 482,673      "he": 483,674      "Ġvon": 484,675      "ier": 485,676      "ou": 486,677      "tion": 487,678      "Ġem": 488,679      "ant": 489,680      "ca": 490,681      "Ġex": 491,682      "ide": 492,683      "ver": 493,684      "ment": 494,685      "gu": 495,686      "me": 496,687      "ĠJ": 497,688      "and": 498,689      "Ġme": 499,690      "Ġez": 500,691      "..": 501,692      "Ġmo": 502,693      "ita": 503,694      "Ġiz": 504,695      "Ġac": 505,696      "Ġma": 506,697      "ĠIn": 507,698      "ib": 508,699      "urop": 509,700      "Ġbat": 510,701      "por": 511,702      "ĠZ": 512,703      "Ġum": 513,704      "icht": 514,705      "lich": 515,706      "pe": 516,707      "iss": 517,708      "Ġna": 518,709      "Ġauf": 519,710      "ho": 520,711      "ungen": 521,712      "ap": 522,713      "mo": 523,714      "ĠO": 524,715      "au": 525,716      "ĠVer": 526,717      "Ġne": 527,718      "ein": 528,719      "Ġos": 529,720      "ne": 530,721      "all": 531,722      "Ġver": 532,723      "tor": 533,724      "sp": 534,725      "tra": 535,726      "ea": 536,727      "Ġap": 537,728      "Ġwir": 538,729      "cion": 539,730      "ada": 540,731      "Ġpara": 541,732      "Ġmit": 542,733      "ei": 543,734      "ub": 544,735      "ĠAn": 545,736      "ako": 546,737      "iko": 547,738      "og": 548,739      "eta": 549,740      "Ġles": 550,741      "Ġ-": 551,742      "Ġdas": 552,743      "tzen": 553,744      "Ġthat": 554,745      "Ġber": 555,746      "tr": 556,747      "ĠUn": 557,748      "ith": 558,749      "cia": 559,750      "Ġent": 560,751      "per": 561,752      "Ġres": 562,753      "th": 563,754      "eb": 564,755      "eg": 565,756      "ug": 566,757      "Ġhor": 567,758      "Ġpor": 568,759      "ens": 569,760      "Ġam": 570,761      "Ġdies": 571,762      "Ġab": 572,763      "Ġist": 573,764      "Ġit": 574,765      "ischen": 575,766      "af": 576,767      "co": 577,768      "01": 578,769      "uz": 579,770      "len": 580,771      "Ġco": 581,772      "ean": 582,773      "va": 583,774      "ĠEurop": 584,775      "ind": 585,776      "Ġwer": 586,777      "ck": 587,778      "har": 588,779      "ok": 589,780      "Ġizan": 590,781      "rit": 591,782      "Ġwith": 592,783      "hr": 593,784      "tik": 594,785      "end": 595,786      "tan": 596,787      "Ġ3": 597,788      "Ġpre": 598,789      "Ġwerden": 599,790      "ura": 600,791      "Ġko": 601,792      "ha": 602,793      "Ġcomp": 603,794      "ado": 604,795      "tern": 605,796      "Ġser": 606,797      "Ġet": 607,798      "Ġbes": 608,799      "tas": 609,800      "ĠâĢ": 610,801      "ente": 611,802      "ine": 612,803      "ungs": 613,804      "ili": 614,805      "acio": 615,806      "ÌĤ": 616,807      "Ġuna": 617,808      "ell": 618,809      "Ġtra": 619,810      "aten": 620,811      "Ġeine": 621,812      "are": 622,813      "ĠAr": 623,814      "pos": 624,815      "ial": 625,816      "ies": 626,817      "ament": 627,818      "sta": 628,819      "fic": 629,820      "arri": 630,821      "Ġlo": 631,822      "po": 632,823      "our": 633,824      "hal": 634,825      "no": 635,826      "ang": 636,827      "Ġditu": 637,828      "ach": 638,829      "und": 639,830      "tig": 640,831      "Ġkon": 641,832      "be": 642,833      "Ġat": 643,834      "Ġus": 644,835      "In": 645,836      "Ġlos": 646,837      "bre": 647,838      "ill": 648,839      "ina": 649,840      "fer": 650,841      "Ġdem": 651,842      "Ġsol": 652,843      "Ġte": 653,844      "Ġwh": 654,845      "\"\"\"\"": 655,846      "Ġch": 656,847      "ys": 657,848      "ly": 658,849      "tro": 659,850      "so": 660,851      "lie": 661,852      "tiv": 662,853      "cial": 663,854      "pen": 664,855      "Ġpres": 665,856      "Ġare": 666,857      "ite": 667,858      "Ġesta": 668,859      "gra": 669,860      "The": 670,861      "rat": 671,862      "tat": 672,863      "Ġho": 673,864      "Ġ19": 674,865      "lan": 675,866      "tic": 676,867      "ue": 677,868      "omm": 678,869      "ida": 679,870      "ale": 680,871      "Ġge": 681,872      "nen": 682,873      "Ġyou": 683,874      "pres": 684,875      "Ġdis": 685,876      "Ġesk": 686,877      "gun": 687,878      "atzen": 688,879      "ord": 689,880      "tre": 690,881      "etan": 691,882      "rom": 692,883      "Ġdass": 693,884      "lic": 694,885      "zio": 695,886      "ĠEn": 696,887      "tar": 697,888      "ons": 698,889      "ĠRe": 699,890      "min": 700,891      "Ġnicht": 701,892      "uf": 702,893      "Ġad": 703,894      "form": 704,895      "tes": 705,896      "que": 706,897      "ĠPro": 707,898      "ris": 708,899      "Ġil": 709,900      "Ġpos": 710,901      "Ġman": 711,902      "Ġmu": 712,903      "Ġaur": 713,904      "Ġob": 714,905      "Die": 715,906      "mer": 716,907      "ala": 717,908      "Ġaus": 718,909      "con": 719,910      "ekin": 720,911      "Ġ201": 721,912      "Ġpri": 722,913      "ua": 723,914      "ges": 724,915      "Ġlas": 725,916      "Ġere": 726,917      "iel": 727,918      "ure": 728,919      "ĠEr": 729,920      "ore": 730,921      "ble": 731,922      "ission": 732,923      "gan": 733,924      "Ġfin": 734,925      "Ġbehar": 735,926      "gi": 736,927      "ix": 737,928      "Ġvor": 738,929      "ann": 739,930      "ark": 740,931      "tza": 741,932      "tako": 742,933      "Ġdur": 743,934      "tim": 744,935      "ust": 745,936      "Ġcan": 746,937      "uss": 747,938      "Ġhar": 748,939      "entz": 749,940      "ity": 750,941      "Ġegin": 751,942      "Ġsich": 752,943      "ile": 753,944      "Ġzur": 754,945      "Ġ4": 755,946      "Ġ200": 756,947      "ona": 757,948      "Ġur": 758,949      "Ġedo": 759,950      "Ġgo": 760,951      "ents": 761,952      "...": 762,953      "teko": 763,954      "fu": 764,955      "Ġpers": 765,956      ").": 766,957      "ire": 767,958      "Ġwas": 768,959      "ven": 769,960      "za": 770,961      "ĠEuropa": 771,962      "uen": 772,963      "Ġhas": 773,964      "par": 774,965      "cl": 775,966      "ĠMit": 776,967      "Ġzen": 777,968      "Ġhab": 778,969      "ela": 779,970      "Ġdira": 780,971      "beit": 781,972      "Ġson": 782,973      "Ġ5": 783,974      "Ġhe": 784,975      "Ġwird": 785,976      "ome": 786,977      "ip": 787,978      "wer": 788,979      "alde": 789,980      "Ġcons": 790,981      "La": 791,982      "ĠSch": 792,983      "ÂŃ": 793,984      "ht": 794,985      "ger": 795,986      "rak": 796,987      "dos": 797,988      "ian": 798,989      "Ġwe": 799,990      "if": 800,991      "itat": 801,992      "Ġter": 802,993      "keit": 803,994      "les": 804,995      "Ġinter": 805,996      "olit": 806,997      "ss": 807,998      "lichen": 808,999      "\"\"\"": 809,1000      "ben": 810,1001      "port": 811,1002      "ans": 812,1003      "tur": 813,1004      "tem": 814,1005      "Ġegit": 815,1006      "ero": 816,1007      "ĠKomm": 817,1008      "zk": 818,1009      "ĠAus": 819,1010      "Ġamb": 820,1011      "we": 821,1012      "ische": 822,1013      "ĠPar": 823,1014      "cht": 824,1015      "âĢĿ": 825,1016      "hen": 826,1017      "Ġnot": 827,1018      "aft": 828,1019      "ati": 829,1020      "Ġik": 830,1021      "azio": 831,1022      "Ġals": 832,1023      "ora": 833,1024      "Ġbere": 834,1025      "Ġsind": 835,1026      "ces": 836,1027      "ena": 837,1028      "Ġthis": 838,1029      "mente": 839,1030      "Ġby": 840,1031      "una": 841,1032      "Ġoder": 842,1033      "Ġcomo": 843,1034      "ard": 844,1035      "vi": 845,1036      "),": 846,1037      "tzeko": 847,1038      "ros": 848,1039      "ll": 849,1040      "ione": 850,1041      "od": 851,1042      "Ġgen": 852,1043      "tell": 853,1044      "Ġdos": 854,1045      "lec": 855,1046      "ento": 856,1047      "ato": 857,1048      "ns": 858,1049      "vo": 859,1050      "'s": 860,1051      "El": 861,1052      "ase": 862,1053      "Ġri": 863,1054      "Ġlan": 864,1055      "ica": 865,1056      "atzeko": 866,1057      "Ġche": 867,1058      "heit": 868,1059      "Ġhan": 869,1060      "zu": 870,1061      "ze": 871,1062      "duc": 872,1063      "ria": 873,1064      "ante": 874,1065      "nah": 875,1066      "Ġest": 876,1067      "wa": 877,1068      "Ġbeste": 878,1069      "Ġbei": 879,1070      "Ġnos": 880,1071      "Ġher": 881,1072      "Ġall": 882,1073      "aile": 883,1074      "ga": 884,1075      "Ġfrom": 885,1076      "olog": 886,1077      "ĠSie": 887,1078      "Ġvo": 888,1079      "Ġauch": 889,1080      "Ġnon": 890,1081      "En": 891,1082      "Ġfo": 892,1083      "ĠAb": 893,1084      "Es": 894,1085      "Ġgeh": 895,1086      "ĠKommission": 896,1087      "ĠMa": 897,1088      "Ġpe": 898,1089      "Ġfa": 899,1090      "cip": 900,1091      "Ġou": 901,1092      "ted": 902,1093      "ition": 903,1094      "up": 904,1095      "her": 905,1096      "itar": 906,1097      "uk": 907,1098      "iek": 908,1099      "ativ": 909,1100      "use": 910,1101      "Ġsa": 911,1102      "Ġels": 912,1103      "Ġhave": 913,1104      "Ġbo": 914,1105      "able": 915,1106      "Ġdute": 916,1107      "Ġeiner": 917,1108      "enn": 918,1109      "ba": 919,1110      "Ġaut": 920,1111      "Ġwill": 921,1112      "ras": 922,1113      "Ġzuen": 923,1114      "ques": 924,1115      "ern": 925,1116      "als": 926,1117      ".\"": 927,1118      "pre": 928,1119      "uru": 929,1120      "ehr": 930,1121      "glie": 931,1122      "Ġerab": 932,1123      "pro": 933,1124      "rek": 934,1125      "ations": 935,1126      "dia": 936,1127      "bil": 937,1128      "Ġrec": 938,1129      "ista": 939,1130      "ades": 940,1131      "Ġdago": 941,1132      "Ġsch": 942,1133      "ame": 943,1134      "Ġreg": 944,1135      "one": 945,1136      "bo": 946,1137      "Ġag": 947,1138      "nder": 948,1139      "ĠÂ": 949,1140      "ign": 950,1141      "tsch": 951,1142      "iste": 952,1143      "ise": 953,1144      "Ġsie": 954,1145      "ando": 955,1146      "leg": 956,1147      "vel": 957,1148      "Ġsi": 958,1149      "ats": 959,1150      "ados": 960,1151      "rans": 961,1152      "atal": 962,1153      "Ġtem": 963,1154      "ater": 964,1155      "ĠBe": 965,1156      "iak": 966,1157      "arr": 967,1158      "ick": 968,1159      "Ġra": 969,1160      "del": 970,1161      "arra": 971,1162      "uer": 972,1163      "Ġhon": 973,1164      "Ġwie": 974,1165      "Ġ6": 975,1166      "ud": 976,1167      "ito": 977,1168      "Ġunter": 978,1169      "ata": 979,1170      "tri": 980,1171      "mit": 981,1172      "rin": 982,1173      "emein": 983,1174      "man": 984,1175      "ors": 985,1176      "Ġbain": 986,1177      "forma": 987,1178      "ĠEin": 988,1179      "ores": 989,1180      "Ġnach": 990,1181      "ork": 991,1182      "Ġdire": 992,1183      "tin": 993,1184      "liche": 994,1185      "Ġuns": 995,1186      "ĠEU": 996,1187      "glied": 997,1188      "lin": 998,1189      "tos": 999,1190      "alen": 1000,1191      "arekin": 1001,1192      "Ġsp": 1002,1193      "isch": 1003,1194      "Qu": 1004,1195      "aso": 1005,1196      "Ġhat": 1006,1197      "ĠLa": 1007,1198      "vol": 1008,1199      "Ġba": 1009,1200      "Ġges": 1010,

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