tiny-random-llama-2 / tokenizer.json
stas's picture
new
14efde5
raw
history blame contribute delete
No virus
64.2 kB
{
"version": "1.0",
"truncation": null,
"padding": null,
"added_tokens": [
{
"id": 0,
"content": "<unk>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 1,
"content": "<s>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 2,
"content": "</s>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
}
],
"normalizer": {
"type": "Sequence",
"normalizers": [
{
"type": "Prepend",
"prepend": "▁"
},
{
"type": "Replace",
"pattern": {
"String": " "
},
"content": "▁"
}
]
},
"pre_tokenizer": null,
"post_processor": {
"type": "TemplateProcessing",
"single": [
{
"SpecialToken": {
"id": "<s>",
"type_id": 0
}
},
{
"Sequence": {
"id": "A",
"type_id": 0
}
}
],
"pair": [
{
"SpecialToken": {
"id": "<s>",
"type_id": 0
}
},
{
"Sequence": {
"id": "A",
"type_id": 0
}
},
{
"SpecialToken": {
"id": "<s>",
"type_id": 1
}
},
{
"Sequence": {
"id": "B",
"type_id": 1
}
}
],
"special_tokens": {
"<s>": {
"id": "<s>",
"ids": [
1
],
"tokens": [
"<s>"
]
}
}
},
"decoder": {
"type": "Sequence",
"decoders": [
{
"type": "Replace",
"pattern": {
"String": "▁"
},
"content": " "
},
{
"type": "ByteFallback"
},
{
"type": "Fuse"
},
{
"type": "Strip",
"content": " ",
"start": 1,
"stop": 0
}
]
},
"model": {
"type": "BPE",
"dropout": null,
"unk_token": "<unk>",
"continuing_subword_prefix": null,
"end_of_word_suffix": null,
"fuse_unk": true,
"byte_fallback": true,
"vocab": {
"<unk>": 0,
"<s>": 1,
"</s>": 2,
"<0x00>": 3,
"<0x01>": 4,
"<0x02>": 5,
"<0x03>": 6,
"<0x04>": 7,
"<0x05>": 8,
"<0x06>": 9,
"<0x07>": 10,
"<0x08>": 11,
"<0x09>": 12,
"<0x0A>": 13,
"<0x0B>": 14,
"<0x0C>": 15,
"<0x0D>": 16,
"<0x0E>": 17,
"<0x0F>": 18,
"<0x10>": 19,
"<0x11>": 20,
"<0x12>": 21,
"<0x13>": 22,
"<0x14>": 23,
"<0x15>": 24,
"<0x16>": 25,
"<0x17>": 26,
"<0x18>": 27,
"<0x19>": 28,
"<0x1A>": 29,
"<0x1B>": 30,
"<0x1C>": 31,
"<0x1D>": 32,
"<0x1E>": 33,
"<0x1F>": 34,
"<0x20>": 35,
"<0x21>": 36,
"<0x22>": 37,
"<0x23>": 38,
"<0x24>": 39,
"<0x25>": 40,
"<0x26>": 41,
"<0x27>": 42,
"<0x28>": 43,
"<0x29>": 44,
"<0x2A>": 45,
"<0x2B>": 46,
"<0x2C>": 47,
"<0x2D>": 48,
"<0x2E>": 49,
"<0x2F>": 50,
"<0x30>": 51,
"<0x31>": 52,
"<0x32>": 53,
"<0x33>": 54,
"<0x34>": 55,
"<0x35>": 56,
"<0x36>": 57,
"<0x37>": 58,
"<0x38>": 59,
"<0x39>": 60,
"<0x3A>": 61,
"<0x3B>": 62,
"<0x3C>": 63,
"<0x3D>": 64,
"<0x3E>": 65,
"<0x3F>": 66,
"<0x40>": 67,
"<0x41>": 68,
"<0x42>": 69,
"<0x43>": 70,
"<0x44>": 71,
"<0x45>": 72,
"<0x46>": 73,
"<0x47>": 74,
"<0x48>": 75,
"<0x49>": 76,
"<0x4A>": 77,
"<0x4B>": 78,
"<0x4C>": 79,
"<0x4D>": 80,
"<0x4E>": 81,
"<0x4F>": 82,
"<0x50>": 83,
"<0x51>": 84,
"<0x52>": 85,
"<0x53>": 86,
"<0x54>": 87,
"<0x55>": 88,
"<0x56>": 89,
"<0x57>": 90,
"<0x58>": 91,
"<0x59>": 92,
"<0x5A>": 93,
"<0x5B>": 94,
"<0x5C>": 95,
"<0x5D>": 96,
"<0x5E>": 97,
"<0x5F>": 98,
"<0x60>": 99,
"<0x61>": 100,
"<0x62>": 101,
"<0x63>": 102,
"<0x64>": 103,
"<0x65>": 104,
"<0x66>": 105,
"<0x67>": 106,
"<0x68>": 107,
"<0x69>": 108,
"<0x6A>": 109,
"<0x6B>": 110,
"<0x6C>": 111,
"<0x6D>": 112,
"<0x6E>": 113,
"<0x6F>": 114,
"<0x70>": 115,
"<0x71>": 116,
"<0x72>": 117,
"<0x73>": 118,
"<0x74>": 119,
"<0x75>": 120,
"<0x76>": 121,
"<0x77>": 122,
"<0x78>": 123,
"<0x79>": 124,
"<0x7A>": 125,
"<0x7B>": 126,
"<0x7C>": 127,
"<0x7D>": 128,
"<0x7E>": 129,
"<0x7F>": 130,
"<0x80>": 131,
"<0x81>": 132,
"<0x82>": 133,
"<0x83>": 134,
"<0x84>": 135,
"<0x85>": 136,
"<0x86>": 137,
"<0x87>": 138,
"<0x88>": 139,
"<0x89>": 140,
"<0x8A>": 141,
"<0x8B>": 142,
"<0x8C>": 143,
"<0x8D>": 144,
"<0x8E>": 145,
"<0x8F>": 146,
"<0x90>": 147,
"<0x91>": 148,
"<0x92>": 149,
"<0x93>": 150,
"<0x94>": 151,
"<0x95>": 152,
"<0x96>": 153,
"<0x97>": 154,
"<0x98>": 155,
"<0x99>": 156,
"<0x9A>": 157,
"<0x9B>": 158,
"<0x9C>": 159,
"<0x9D>": 160,
"<0x9E>": 161,
"<0x9F>": 162,
"<0xA0>": 163,
"<0xA1>": 164,
"<0xA2>": 165,
"<0xA3>": 166,
"<0xA4>": 167,
"<0xA5>": 168,
"<0xA6>": 169,
"<0xA7>": 170,
"<0xA8>": 171,
"<0xA9>": 172,
"<0xAA>": 173,
"<0xAB>": 174,
"<0xAC>": 175,
"<0xAD>": 176,
"<0xAE>": 177,
"<0xAF>": 178,
"<0xB0>": 179,
"<0xB1>": 180,
"<0xB2>": 181,
"<0xB3>": 182,
"<0xB4>": 183,
"<0xB5>": 184,
"<0xB6>": 185,
"<0xB7>": 186,
"<0xB8>": 187,
"<0xB9>": 188,
"<0xBA>": 189,
"<0xBB>": 190,
"<0xBC>": 191,
"<0xBD>": 192,
"<0xBE>": 193,
"<0xBF>": 194,
"<0xC0>": 195,
"<0xC1>": 196,
"<0xC2>": 197,
"<0xC3>": 198,
"<0xC4>": 199,
"<0xC5>": 200,
"<0xC6>": 201,
"<0xC7>": 202,
"<0xC8>": 203,
"<0xC9>": 204,
"<0xCA>": 205,
"<0xCB>": 206,
"<0xCC>": 207,
"<0xCD>": 208,
"<0xCE>": 209,
"<0xCF>": 210,
"<0xD0>": 211,
"<0xD1>": 212,
"<0xD2>": 213,
"<0xD3>": 214,
"<0xD4>": 215,
"<0xD5>": 216,
"<0xD6>": 217,
"<0xD7>": 218,
"<0xD8>": 219,
"<0xD9>": 220,
"<0xDA>": 221,
"<0xDB>": 222,
"<0xDC>": 223,
"<0xDD>": 224,
"<0xDE>": 225,
"<0xDF>": 226,
"<0xE0>": 227,
"<0xE1>": 228,
"<0xE2>": 229,
"<0xE3>": 230,
"<0xE4>": 231,
"<0xE5>": 232,
"<0xE6>": 233,
"<0xE7>": 234,
"<0xE8>": 235,
"<0xE9>": 236,
"<0xEA>": 237,
"<0xEB>": 238,
"<0xEC>": 239,
"<0xED>": 240,
"<0xEE>": 241,
"<0xEF>": 242,
"<0xF0>": 243,
"<0xF1>": 244,
"<0xF2>": 245,
"<0xF3>": 246,
"<0xF4>": 247,
"<0xF5>": 248,
"<0xF6>": 249,
"<0xF7>": 250,
"<0xF8>": 251,
"<0xF9>": 252,
"<0xFA>": 253,
"<0xFB>": 254,
"<0xFC>": 255,
"<0xFD>": 256,
"<0xFE>": 257,
"<0xFF>": 258,
"▁▁": 259,
"▁t": 260,
"er": 261,
"in": 262,
"▁a": 263,
"en": 264,
"on": 265,
"▁th": 266,
"es": 267,
"▁▁▁▁": 268,
"▁s": 269,
"▁d": 270,
"at": 271,
"or": 272,
"an": 273,
"▁c": 274,
"is": 275,
"re": 276,
"it": 277,
"▁the": 278,
"ar": 279,
"le": 280,
"▁w": 281,
"▁p": 282,
"ou": 283,
"al": 284,
"▁f": 285,
"▁m": 286,
"ed": 287,
"▁o": 288,
"▁b": 289,
"om": 290,
"ion": 291,
"ing": 292,
"ic": 293,
"as": 294,
"el": 295,
"ent": 296,
"▁in": 297,
"▁h": 298,
"nd": 299,
"et": 300,
"▁l": 301,
"▁n": 302,
"st": 303,
"▁to": 304,
"ch": 305,
"▁I": 306,
"ro": 307,
"▁▁▁▁▁▁▁▁": 308,
"il": 309,
"▁of": 310,
"de": 311,
"ct": 312,
"▁(": 313,
"am": 314,
"▁C": 315,
"▁de": 316,
"▁S": 317,
"▁u": 318,
"▁A": 319,
"▁\\": 320,
"▁e": 321,
"▁and": 322,
"▁T": 323,
"ol": 324,
"▁v": 325,
"im": 326,
"ot": 327,
"ad": 328,
"ut": 329,
"▁g": 330,
"em": 331,
"ur": 332,
"id": 333,
"▁*": 334,
"ig": 335,
"ra": 336,
"▁re": 337,
"▁is": 338,
"qu": 339,
"ow": 340,
"▁M": 341,
"est": 342,
"▁y": 343,
"se": 344,
"ve": 345,
"ce": 346,
"ie": 347,
"un": 348,
"▁P": 349,
"▁B": 350,
"ag": 351,
"ul": 352,
"▁=": 353,
"he": 354,
"end": 355,
"ode": 356,
"ter": 357,
"ment": 358,
"os": 359,
"▁D": 360,
"if": 361,
"ation": 362,
"▁for": 363,
"▁r": 364,
"▁L": 365,
"▁you": 366,
"▁be": 367,
"ly": 368,
"ver": 369,
"ab": 370,
"te": 371,
"▁it": 372,
"▁on": 373,
"ri": 374,
"us": 375,
"▁\"": 376,
"▁wh": 377,
"▁con": 378,
"▁H": 379,
"▁st": 380,
"ir": 381,
"▁E": 382,
"▁F": 383,
"ck": 384,
"▁an": 385,
"th": 386,
"eg": 387,
"ay": 388,
"ith": 389,
"▁R": 390,
"ist": 391,
"and": 392,
"▁that": 393,
"▁al": 394,
"▁$": 395,
"▁#": 396,
"od": 397,
"um": 398,
"▁W": 399,
"ht": 400,
"code": 401,
"▁G": 402,
"ate": 403,
"ess": 404,
"▁N": 405,
"ere": 406,
"pp": 407,
"▁as": 408,
"▁se": 409,
"▁pro": 410,
"▁with": 411,
"pe": 412,
"▁k": 413,
"ers": 414,
"pt": 415,
");": 416,
"lo": 417,
"▁▁▁▁▁": 418,
"▁com": 419,
"ame": 420,
"▁`": 421,
"▁Com": 422,
"ia": 423,
"ant": 424,
"▁la": 425,
"▁{": 426,
"▁en": 427,
"ction": 428,
"▁ex": 429,
"ld": 430,
"ub": 431,
"▁j": 432,
"la": 433,
"ue": 434,
"▁J": 435,
"ich": 436,
"▁do": 437,
"▁O": 438,
"▁qu": 439,
"iv": 440,
"ort": 441,
"art": 442,
"▁un": 443,
"▁##": 444,
"▁this": 445,
"ke": 446,
"▁ha": 447,
"▁-": 448,
"out": 449,
"▁The": 450,
"▁not": 451,
"▁ne": 452,
"ill": 453,
"▁le": 454,
"ci": 455,
"rom": 456,
"ine": 457,
"//": 458,
"op": 459,
"egin": 460,
"▁Comment": 461,
"▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁": 462,
"begin": 463,
"ст": 464,
"ass": 465,
"iz": 466,
").": 467,
"og": 468,
"▁п": 469,
"▁or": 470,
"▁was": 471,
"▁at": 472,
"our": 473,
"▁i": 474,
"ain": 475,
"▁K": 476,
"на": 477,
"▁V": 478,
"ge": 479,
"▁su": 480,
"ap": 481,
"age": 482,
"ould": 483,
"ne": 484,
"av": 485,
"xt": 486,
"ore": 487,
"ile": 488,
"--": 489,
"▁в": 490,
"▁by": 491,
"li": 492,
"ath": 493,
"ра": 494,
"ber": 495,
"ach": 496,
"all": 497,
"▁Th": 498,
"ult": 499,
"▁}": 500,
"▁U": 501,
"▁us": 502,
"▁z": 503,
"ust": 504,
"▁have": 505,
"lic": 506,
"ни": 507,
"▁can": 508,
"tr": 509,
"com": 510,
"),": 511,
"▁In": 512,
"ind": 513,
"ell": 514,
"▁from": 515,
"ов": 516,
"to": 517,
"▁[": 518,
"able": 519,
"ost": 520,
"▁ch": 521,
"ect": 522,
"ight": 523,
"int": 524,
"▁'": 525,
"▁are": 526,
"▁im": 527,
"▁sh": 528,
"▁<": 529,
"▁An": 530,
"▁с": 531,
"ata": 532,
"ire": 533,
"▁tr": 534,
"con": 535,
"ord": 536,
"ity": 537,
"ard": 538,
"▁▁▁▁▁▁": 539,
"▁he": 540,
"▁but": 541,
"oc": 542,
"=\"": 543,
"▁pr": 544,
"ure": 545,
"per": 546,
"ack": 547,
"ork": 548,
"ong": 549,
"ans": 550,
"ко": 551,
"ple": 552,
"▁des": 553,
"ok": 554,
"orm": 555,
"wer": 556,
"ak": 557,
"pr": 558,
"ase": 559,
"▁el": 560,
"ph": 561,
"ac": 562,
"▁und": 563,
"▁ar": 564,
"▁if": 565,
"ud": 566,
"ps": 567,
"ite": 568,
"ble": 569,
"но": 570,
"fer": 571,
"pl": 572,
"ive": 573,
"ang": 574,
"ens": 575,
"ро": 576,
"▁so": 577,
"so": 578,
"ast": 579,
"()": 580,
"swer": 581,
"ru": 582,
"ies": 583,
"▁:": 584,
"au": 585,
"ov": 586,
"ре": 587,
"го": 588,
"▁der": 589,
"▁my": 590,
"▁we": 591,
"▁me": 592,
"nt": 593,
"▁ad": 594,
"urn": 595,
"▁your": 596,
"://": 597,
"are": 598,
"▁all": 599,
"ff": 600,
"io": 601,
"estion": 602,
"ime": 603,
"▁er": 604,
"lass": 605,
"▁и": 606,
"▁which": 607,
"ome": 608,
"ont": 609,
"▁par": 610,
"▁ma": 611,
"▁Y": 612,
"\",": 613,
"▁о": 614,
"ft": 615,
"ial": 616,
"cc": 617,
"ound": 618,
"▁li": 619,
"▁res": 620,
"eth": 621,
"ject": 622,
"▁app": 623,
"▁St": 624,
"ice": 625,
"▁am": 626,
"act": 627,
"▁del": 628,
"gr": 629,
"ated": 630,
"ier": 631,
"▁▁▁▁▁▁▁▁▁▁▁▁": 632,
"▁ab": 633,
"▁et": 634,
"ally": 635,
"..": 636,
"port": 637,
"ik": 638,
"▁per": 639,
"▁cont": 640,
"ри": 641,
"ка": 642,
"ser": 643,
"ли": 644,
"ll": 645,
"iew": 646,
"ign": 647,
"_{": 648,
"put": 649,
"one": 650,
"unction": 651,
"▁di": 652,
"ary": 653,
"ition": 654,
"ma": 655,
"ен": 656,
"get": 657,
"▁lo": 658,
"▁val": 659,
"▁Q": 660,
"ran": 661,
"▁д": 662,
"ence": 663,
"▁work": 664,
"▁на": 665,
"ip": 666,
"item": 667,
"ype": 668,
"▁&": 669,
"▁his": 670,
"▁use": 671,
"der": 672,
"▁Answer": 673,
"▁will": 674,
"ize": 675,
"та": 676,
"low": 677,
"▁Ch": 678,
"▁get": 679,
"ide": 680,
"ous": 681,
"ink": 682,
"ption": 683,
"ла": 684,
"turn": 685,
"ung": 686,
"ec": 687,
"ug": 688,
"form": 689,
"res": 690,
"htt": 691,
"oug": 692,
"ль": 693,
"▁no": 694,
"cl": 695,
"▁ro": 696,
"▁one": 697,
"tt": 698,
"cri": 699,
"du": 700,
"▁up": 701,
"то": 702,
"(\"": 703,
"▁ob": 704,
"we": 705,
"ory": 706,
"▁est": 707,
"ery": 708,
"iel": 709,
"str": 710,
"ob": 711,
"▁que": 712,
"ian": 713,
"▁out": 714,
"▁pl": 715,
"▁new": 716,
"ки": 717,
"▁+": 718,
"ry": 719,
"oth": 720,
"ther": 721,
"▁var": 722,
"▁would": 723,
"▁ser": 724,
"tern": 725,
"text": 726,
"▁there": 727,
"ish": 728,
"ror": 729,
"те": 730,
"▁set": 731,
"▁@": 732,
"▁по": 733,
"▁te": 734,
"ex": 735,
"▁return": 736,
"ail": 737,
"▁any": 738,
"▁It": 739,
"▁function": 740,
"{\\": 741,
"',": 742,
"és": 743,
"ale": 744,
"ан": 745,
"▁when": 746,
"ib": 747,
"▁go": 748,
"ance": 749,
"▁had": 750,
"▁Qu": 751,
"▁comp": 752,
"ле": 753,
"▁з": 754,
"math": 755,
"▁has": 756,
"▁м": 757,
"▁pre": 758,
"ener": 759,
"▁part": 760,
"elf": 761,
"▁die": 762,
"▁like": 763,
"ray": 764,
"irst": 765,
"▁dis": 766,
"▁man": 767,
"rit": 768,
"▁then": 769,
"▁class": 770,
"pro": 771,
"▁po": 772,
"▁using": 773,
"eb": 774,
"▁code": 775,
"own": 776,
"▁some": 777,
"ces": 778,
"▁$\\": 779,
"ер": 780,
"lect": 781,
"▁au": 782,
"isch": 783,
"▁col": 784,
"▁–": 785,
"up": 786,
"ons": 787,
"▁add": 788,
"ild": 789,
"iss": 790,
"val": 791,
"ount": 792,
"les": 793,
"vent": 794,
"▁▁▁▁▁▁▁▁▁▁▁▁▁": 795,
"▁Z": 796,
"In": 797,
"row": 798,
"ear": 799,
"ations": 800,
"ah": 801,
"que": 802,
"ublic": 803,
"ank": 804,
"▁sp": 805,
"▁Wh": 806,
"----": 807,
"sk": 808,
"ew": 809,
"ags": 810,
"ти": 811,
"ann": 812,
"▁—": 813,
"ert": 814,
"ace": 815,
"sch": 816,
"▁need": 817,
"▁à": 818,
"ien": 819,
"ough": 820,
"не": 821,
"▁def": 822,
"ij": 823,
"ern": 824,
"▁what": 825,
"▁Ar": 826,
"wo": 827,
"ml": 828,
"</": 829,
"▁Re": 830,
"▁es": 831,
"▁inst": 832,
"bo": 833,
"az": 834,
"▁###": 835,
"▁б": 836,
"erm": 837,
"▁Al": 838,
"led": 839,
"да": 840,
"ten": 841,
"set": 842,
"ло": 843,
"▁comm": 844,
"sh": 845,
"ва": 846,
"▁/": 847,
"▁data": 848,
"▁//": 849,
"](": 850,
"▁str": 851,
"ose": 852,
"▁Un": 853,
"ven": 854,
"St": 855,
"...": 856,
"▁С": 857,
"yst": 858,
"▁«": 859,
"ick": 860,
"ix": 861,
"par": 862,
"▁у": 863,
"▁want": 864,
"ng": 865,
"ote": 866,
"▁gr": 867,
"▁du": 868,
"▁.": 869,
"und": 870,
"▁only": 871,
"▁sa": 872,
"ely": 873,
"vers": 874,
"▁ent": 875,
"))": 876,
"('": 877,
"▁mod": 878,
"ava": 879,
"ton": 880,
"▁should": 881,
"ement": 882,
"▁form": 883,
"▁also": 884,
"▁sc": 885,
"ings": 886,
"▁You": 887,
"ón": 888,
"▁kn": 889,
"();": 890,
"▁|": 891,
"▁were": 892,
"ss": 893,
"▁Question": 894,
"ise": 895,
"▁they": 896,
"▁De": 897,
"ond": 898,
"▁sol": 899,
"▁fol": 900,
"▁more": 901,
"▁her": 902,
"▁_": 903,
"▁é": 904,
"atch": 905,
"fter": 906,
"▁cre": 907,
"lock": 908,
"tring": 909,
"▁This": 910,
"ze": 911,
"ado": 912,
"ull": 913,
"ger": 914,
"be": 915,
"▁other": 916,
"▁Tags": 917,
"ution": 918,
"ict": 919,
"▁how": 920,
"▁x": 921,
"▁Se": 922,
"▁che": 923,
"cript": 924,
"▁just": 925,
"▁pos": 926,
"ange": 927,
"ific": 928,
"ree": 929,
"}}": 930,
"▁time": 931,
"app": 932,
"ны": 933,
"▁file": 934,
"ark": 935,
"ical": 936,
"▁first": 937,
"▁int": 938,
"▁В": 939,
"▁He": 940,
"ta": 941,
"ument": 942,
"ors": 943,
"lement": 944,
"rac": 945,
"▁ag": 946,
"▁does": 947,
"yn": 948,
"read": 949,
"ual": 950,
"▁Le": 951,
"ys": 952,
"▁em": 953,
"▁num": 954,
"vel": 955,
"ди": 956,
"over": 957,
"▁dif": 958,
"ethod": 959,
"▁If": 960,
"▁spe": 961,
"ym": 962,
"▁them": 963,
"▁into": 964,
"▁▁▁▁▁▁▁▁▁▁": 965,
"▁les": 966,
"▁its": 967,
"ese": 968,
"ield": 969,
"▁public": 970,
"▁П": 971,
"▁den": 972,
"ystem": 973,
"of": 974,
"▁over": 975,
"->": 976,
"▁fil": 977,
"name": 978,
"inal": 979,
"▁il": 980,
"ample": 981,
"▁way": 982,
"ica": 983,
"во": 984,
"cess": 985,
"itt": 986,
"uch": 987,
"▁where": 988,
"ми": 989,
"org": 990,
"https": 991,
"▁vo": 992,
"ient": 993,
"ove": 994,
"▁value": 995,
"eng": 996,
"▁La": 997,
"^{": 998,
"ref": 999,
"ied": 1000,
"ER": 1001,
"▁stat": 1002,
"fig": 1003,
"me": 1004,
"▁von": 1005,
"▁inter": 1006,
"roid": 1007,
"ater": 1008,
"▁their": 1009,
"▁bet": 1010,
"▁ein": 1011,
"}\\": 1012,
"\">": 1013,
"▁sub": 1014,
"▁op": 1015,
"▁don": 1016,
"ty": 1017,
"▁try": 1018,
"▁Pro": 1019,
"▁tra": 1020,
"▁same": 1021,
"ep": 1022,
"▁two": 1023,
"▁name": 1024,
"old": 1025,
"let": 1026,
"▁sim": 1027,
"sp": 1028,
"▁av": 1029,
"bre": 1030,
"blem": 1031,
"ey": 1032,
"▁could": 1033,
"▁cor": 1034,
"▁acc": 1035,
"ays": 1036,
"cre": 1037,
"urr": 1038,
"si": 1039,
"▁const": 1040,
"ues": 1041,
"}$": 1042,
"View": 1043,
"▁act": 1044,
"▁bo": 1045,
"▁ко": 1046,
"▁som": 1047,
"▁about": 1048,
"land": 1049,
"mer": 1050,
"▁list": 1051,
"cal": 1052,
"▁import": 1053,
"col": 1054,
"▁na": 1055,
"na": 1056,
"::": 1057,
"▁who": 1058,
"▁error": 1059,
"▁X": 1060,
"ator": 1061,
"ext": 1062,
"▁been": 1063,
"ér": 1064,
"▁run": 1065,
"pos": 1066,
"▁cl": 1067,
"**": 1068,
"▁К": 1069,
"ular": 1070,
"ause": 1071,
"▁reg": 1072,
"▁know": 1073,
"▁see": 1074,
"▁him": 1075,
"ning": 1076,
"▁за": 1077,
"ates": 1078,
"fore": 1079,
"ions": 1080,
"▁hel": 1081,
"ute": 1082,
"▁rem": 1083,
"▁го": 1084,
"▁Mar": 1085,
"ру": 1086,
"vice": 1087,
"irect": 1088,
"ner": 1089,
"▁under": 1090,
"rib": 1091,
"hr": 1092,
"че": 1093,
"▁As": 1094,
"▁end": 1095,
"ember": 1096,
"▁а": 1097,
"▁att": 1098,
"ina": 1099,
"son": 1100,
"▁follow": 1101,
"▁Sch": 1102,
"pect": 1103,
"▁rel": 1104,
"▁So": 1105,
"▁look": 1106,
"abel": 1107,
"▁problem": 1108,
"▁van": 1109,
"strong": 1110,
"co": 1111,
"pon": 1112,
"ca": 1113,
"ada": 1114,
"\":": 1115,
"cond": 1116,
"amb": 1117,
"},": 1118,
"quest": 1119,
"▁aut": 1120,
"▁result": 1121,
"▁may": 1122,
"Re": 1123,
"http": 1124,
"):": 1125,
"▁And": 1126,
"red": 1127,
"▁How": 1128,
"po": 1129,
"ско": 1130,
"att": 1131,
"oup": 1132,
"ced": 1133,
"▁type": 1134,
"▁than": 1135,
"▁cons": 1136,
"uf": 1137,
"ци": 1138,
"▁question": 1139,
"raph": 1140,
"igh": 1141,
"▁М": 1142,
"▁htt": 1143,
"ins": 1144,
"den": 1145,
"▁da": 1146,
"▁ver": 1147,
"oh": 1148,
"▁=>": 1149,
"riv": 1150,
"ude": 1151,
"▁For": 1152,
"▁ra": 1153,
"frac": 1154,
"ма": 1155,
"▁after": 1156,
"}{": 1157,
"▁method": 1158,
"\")": 1159,
"amp": 1160,
"ash": 1161,
"▁rec": 1162,
"▁differ": 1163,
"ON": 1164,
"ax": 1165,
"ament": 1166,
"ource": 1167,
"Con": 1168,
"its": 1169,
"Name": 1170,
"man": 1171,
"▁bec": 1172,
"che": 1173,
"▁En": 1174,
"aj": 1175,
"▁gener": 1176,
"IN": 1177,
"▁id": 1178,
"ages": 1179,
"▁loc": 1180,
"fo": 1181,
"br": 1182,
"▁she": 1183,
"Pro": 1184,
"▁una": 1185,
"▁к": 1186,
"eta": 1187,
"log": 1188,
"olog": 1189,
"▁sur": 1190,
"arg": 1191,
"▁--": 1192,
"kt": 1193,
"(\\": 1194,
"min": 1195,
"▁line": 1196,
"▁vari": 1197,
"ся": 1198,
"ics": 1199,
"ня": 1200,
"very": 1201,
"add": 1202,
"▁object": 1203,
"Id": 1204,
"▁But": 1205,
"▁case": 1206,
"▁make": 1207,
"▁cal": 1208,
"▁pass": 1209,
"сь": 1210,
"ession": 1211,
"net": 1212,
".\"": 1213,
"▁г": 1214,
"är": 1215,
"де": 1216,
"no": 1217,
"ating": 1218,
"ato": 1219,
"line": 1220,
"ви": 1221,
"▁Ex": 1222,
"▁ass": 1223,
"▁vers": 1224,
"ля": 1225,
"▁ed": 1226,
"umn": 1227,
"other": 1228,
"ста": 1229,
"ative": 1230,
"String": 1231,
"▁los": 1232,
"wn": 1233,
"▁answer": 1234,
"▁let": 1235,
"▁pe": 1236,
"ents": 1237,
"▁fe": 1238,
"ince": 1239,
"ni": 1240,
"ider": 1241,
"ows": 1242,
"▁test": 1243,
"▁here": 1244,
"roll": 1245,
"▁call": 1246,
"ruct": 1247,
"▁pol": 1248,
"ait": 1249,
"▁back": 1250,
"ho": 1251,
"Ex": 1252,
"ress": 1253,
"ST": 1254,
"ried": 1255,
"date": 1256,
"ет": 1257,
"▁did": 1258,
"ting": 1259,
"▁El": 1260,
"▁dem": 1261,
")$": 1262,
"ова": 1263,
"urrent": 1264,
"lace": 1265,
"right": 1266,
"ren": 1267,
"по": 1268,
"▁each": 1269,
"cy": 1270,
"block": 1271,
"data": 1272,
"▁%": 1273,
"▁ac": 1274,
"▁==": 1275,
"ür": 1276,
"▁por": 1277,
"ask": 1278,
"arch": 1279,
"ames": 1280,
"▁Con": 1281,
"ча": 1282,
"▁off": 1283,
"▁find": 1284,
"cont": 1285,
"▁now": 1286,
"work": 1287,
"ational": 1288,
"dd": 1289,
"ción": 1290,
"▁А": 1291,
"ault": 1292,
"List": 1293,
"▁ext": 1294,
"urs": 1295,
"ake": 1296,
"ule": 1297,
"▁point": 1298,
"AT": 1299,
"aut": 1300,
"▁trans": 1301,
"▁co": 1302,
"▁read": 1303,
"▁used": 1304,
"ски": 1305,
"ari": 1306,
"LE": 1307,
"eter": 1308,
"oun": 1309,
"ever": 1310,
"self": 1311,
"ined": 1312,
"idth": 1313,
"ux": 1314,
"js": 1315,
"▁such": 1316,
"▁Is": 1317,
"ée": 1318,
"ful": 1319,
"▁dist": 1320,
"▁bu": 1321,
"itemize": 1322,
"Cont": 1323,
"je": 1324,
"си": 1325,
"▁prov": 1326,
"bb": 1327,
"ward": 1328,
"esent": 1329,
"erson": 1330,
"anks": 1331,
"wh": 1332,
"not": 1333,
"▁We": 1334,
"ka": 1335,
"rop": 1336,
"atur": 1337,
"als": 1338,
"▁bel": 1339,
"ör": 1340,
"fr": 1341,
"▁example": 1342,
"▁incl": 1343,
"amil": 1344,
"▁ра": 1345,
"▁“": 1346,
"▁string": 1347,
"▁think": 1348,
"Th": 1349,
"▁tem": 1350,
"ave": 1351,
"▁Fran": 1352,
"▁number": 1353,
"▁si": 1354,
"imes": 1355,
"tem": 1356,
"my": 1357,
"ler": 1358,
"load": 1359,
"==": 1360,
"▁hand": 1361,
"za": 1362,
"▁because": 1363,
"▁sch": 1364,
"vo": 1365,
"this": 1366,
"ID": 1367,
"ão": 1368,
"▁start": 1369,
"▁war": 1370,
"▁help": 1371,
"ts": 1372,
"▁char": 1373,
"▁ph": 1374,
"▁min": 1375,
"til": 1376,
"rite": 1377,
"--------": 1378,
"els": 1379,
"▁mit": 1380,
"edia": 1381,
"ку": 1382,
"▁Sh": 1383,
"any": 1384,
"];": 1385,
"▁Б": 1386,
"ique": 1387,
"da": 1388,
"ef": 1389,
"dex": 1390,
"▁produ": 1391,
"▁Н": 1392,
"gram": 1393,
"▁Or": 1394,
"▁gre": 1395,
"quote": 1396,
"leg": 1397,
"orn": 1398,
"▁ind": 1399,
"▁post": 1400,
"▁dep": 1401,
"],": 1402,
"vi": 1403,
"▁user": 1404,
"▁>": 1405,
"lick": 1406,
"▁very": 1407,
"ething": 1408,
"▁array": 1409,
"▁gu": 1410,
"▁dur": 1411,
"`.": 1412,
"ть": 1413,
"lication": 1414,
"сти": 1415,
"ek": 1416,
"ico": 1417,
"▁dat": 1418,
"ор": 1419,
"html": 1420,
"ione": 1421,
"▁different": 1422,
"▁check": 1423,
"▁fr": 1424,
"▁Er": 1425,
"▁text": 1426,
"ні": 1427,
"icht": 1428,
"stack": 1429,
"EN": 1430,
"rag": 1431,
"▁every": 1432,
"Ar": 1433,
"▁before": 1434,
"alse": 1435,
"▁fin": 1436,
"▁dé": 1437,
"▁these": 1438,
"▁det": 1439,
"Val": 1440,
"ception": 1441,
"▁android": 1442,
"blockquote": 1443,
"▁je": 1444,
"file": 1445,
"ats": 1446,
"▁до": 1447,
"essage": 1448,
"▁again": 1449,
"aw": 1450,
"Ch": 1451,
"ween": 1452,
"▁Д": 1453,
"for": 1454,
"cial": 1455,
"play": 1456,
"pre": 1457,
"ida": 1458,
"▁Par": 1459,
"ny": 1460,
"ract": 1461,
"▁supp": 1462,
"ased": 1463,
"lection": 1464,
"▁dans": 1465,
"air": 1466,
"rol": 1467,
"▁thr": 1468,
"Data": 1469,
"lich": 1470,
"▁про": 1471,
"▁long": 1472,
"▁second": 1473,
"ually": 1474,
"ines": 1475,
"▁found": 1476,
"ength": 1477,
"yp": 1478,
"ead": 1479,
"▁log": 1480,
"ui": 1481,
"new": 1482,
"▁Р": 1483,
"go": 1484,
"aus": 1485,
"ody": 1486,
"▁son": 1487,
"ме": 1488,
"ero": 1489,
"ved": 1490,
"sub": 1491,
"▁right": 1492,
"view": 1493,
"▁following": 1494,
"')": 1495,
"\");": 1496,
"▁said": 1497,
"же": 1498,
"чи": 1499,
"ту": 1500,
"ott": 1501,
"се": 1502,
"ars": 1503,
"$.": 1504,
"gg": 1505,
"▁br": 1506,
"ool": 1507,
"yle": 1508,
"use": 1509,
"▁show": 1510,
"lease": 1511,
"cia": 1512,
"▁direct": 1513,
"doc": 1514,
"ар": 1515,
"ms": 1516,
"▁giv": 1517,
"▁exp": 1518,
"ql": 1519,
"ду": 1520,
"ве": 1521,
"▁Be": 1522,
"Com": 1523,
"iter": 1524,
"RE": 1525,
"mp": 1526,
"men": 1527,
"▁Ro": 1528,
"MA": 1529,
"▁Col": 1530,
"ister": 1531,
"▁well": 1532,
"▁</": 1533,
"ayout": 1534,
"ature": 1535,
"ivers": 1536,
"zy": 1537,
"▁не": 1538,
"▁met": 1539,
"une": 1540,
"yth": 1541,
"Type": 1542,
"▁element": 1543,
"▁link": 1544,
"mod": 1545,
"▁between": 1546,
"cept": 1547,
"quire": 1548,
"▁through": 1549,
"▁while": 1550,
"▁On": 1551,
"the": 1552,
"ía": 1553,
"▁something": 1554,
"vol": 1555,
"▁most": 1556,
"sc": 1557,
"uss": 1558,
"▁car": 1559,
"▁sm": 1560,
"▁ро": 1561,
"ano": 1562,
"left": 1563,
"va": 1564,
"▁true": 1565,
"($": 1566,
"ems": 1567,
"▁much": 1568,
"ás": 1569,
"▁New": 1570,
"▁proper": 1571,
"era": 1572,
"ited": 1573,
"▁doc": 1574,
"ices": 1575,
"The": 1576,
"▁?": 1577,
"сто": 1578,
"fl": 1579,
"▁spec": 1580,
"ender": 1581,
"way": 1582,
"▁self": 1583,
"▁even": 1584,
"ів": 1585,
"▁се": 1586,
"ния": 1587,
"▁Pr": 1588,
"▁ke": 1589,
"emb": 1590,
"▁table": 1591,
"▁equ": 1592,
"lient": 1593,
"td": 1594,
"part": 1595,
"▁print": 1596,
"▁une": 1597,
"ify": 1598,
"▁->": 1599,
"ene": 1600,
"▁mon": 1601,
"▁dec": 1602,
"▁still": 1603,
"▁об": 1604,
"▁Tr": 1605,
"▁ф": 1606,
"ife": 1607,
"ism": 1608,
"by": 1609,
"raw": 1610,
"ior": 1611,
"▁med": 1612,
"orld": 1613,
"▁comple": 1614,
"ww": 1615,
"▁art": 1616,
"ron": 1617,
"▁Г": 1618,
"▁My": 1619,
"▁als": 1620,
"rect": 1621,
"▁auf": 1622,
"▁down": 1623,
"ather": 1624,
"Col": 1625,
"Text": 1626,
"back": 1627,
"$,": 1628,
"▁year": 1629,
"мо": 1630,
"pi": 1631,
"▁Gr": 1632,
"ream": 1633,
"▁rep": 1634,
"bf": 1635,
"www": 1636,
"▁wur": 1637,
"▁org": 1638,
"inter": 1639,
"▁Die": 1640,
"▁being": 1641,
"\".": 1642,
"label": 1643,
"▁cent": 1644,
"java": 1645,
"bar": 1646,
"ante": 1647,
"ana": 1648,
"__": 1649,
"▁solution": 1650,
"▁О": 1651,
"▁fl": 1652,
"▁create": 1653,
"ici": 1654,
"ste": 1655,
"ython": 1656,
"unt": 1657,
"ason": 1658,
"ference": 1659,
"SE": 1660,
"▁non": 1661,
"ane": 1662,
"▁ins": 1663,
"ader": 1664,
"_{\\": 1665,
"Res": 1666,
"▁main": 1667,
"пи": 1668,
"▁▁▁▁▁▁▁▁▁▁▁▁▁▁": 1669,
"▁There": 1670,
"▁pour": 1671,
"RO": 1672,
"`,": 1673,
"lish": 1674,
"bject": 1675,
"ccess": 1676,
"▁orig": 1677,
"▁▁▁": 1678,
"ischen": 1679,
"ower": 1680,
"▁het": 1681,
"uc": 1682,
"▁else": 1683,
"».": 1684,
"▁от": 1685,
"equ": 1686,
"sible": 1687,
"test": 1688,
"stand": 1689,
"én": 1690,
"ets": 1691,
"GE": 1692,
"ident": 1693,
"▁е": 1694,
"▁при": 1695,
".,": 1696,
"▁das": 1697,
"ock": 1698,
",\"": 1699,
"▁vol": 1700,
"▁fo": 1701,
"▁para": 1702,
"▁Т": 1703,
"▁Car": 1704,
"ral": 1705,
"▁Sp": 1706,
"var": 1707,
"▁play": 1708,
"ouse": 1709,
"▁та": 1710,
"ically": 1711,
"▁contain": 1712,
"ponse": 1713,
"▁String": 1714,
"án": 1715,
"▁both": 1716,
"ken": 1717,
"AR": 1718,
"ере": 1719,
"▁Il": 1720,
"▁iss": 1721,
"▁open": 1722,
"▁)": 1723,
"▁What": 1724,
"fe": 1725,
"rivate": 1726,
"reg": 1727,
"▁without": 1728,
"▁zu": 1729,
"vis": 1730,
"flow": 1731,
"▁http": 1732,
"abase": 1733,
"▁word": 1734,
"▁change": 1735,
"▁works": 1736,
"▁ge": 1737,
"▁!": 1738,
"▁een": 1739,
"itle": 1740,
"▁event": 1741,
"word": 1742,
"ando": 1743,
"SB": 1744,
"rem": 1745,
"▁field": 1746,
"ving": 1747,
"Ser": 1748,
"▁our": 1749,
"▁qui": 1750,
"▁oper": 1751,
"▁ist": 1752,
"def": 1753,
"▁made": 1754,
"ние": 1755,
"px": 1756,
"▁men": 1757,
"rm": 1758,
"ais": 1759,
"cent": 1760,
"list": 1761,
"To": 1762,
"▁To": 1763,
"ja": 1764,
"vert": 1765,
"▁mar": 1766,
"value": 1767,
"▁„": 1768,
"\";": 1769,
"▁aus": 1770,
"▁Br": 1771,
"ole": 1772,
"▁mult": 1773,
"ought": 1774,
"▁mat": 1775,
"▁view": 1776,
"fil": 1777,
"▁со": 1778,
"га": 1779,
"▁void": 1780,
"▁good": 1781,
"бо": 1782,
"CT": 1783,
"▁many": 1784,
"ben": 1785,
"▁во": 1786,
"▁ка": 1787,
"▁system": 1788,
"ino": 1789,
"▁another": 1790,
"▁rest": 1791,
"user": 1792,
"ility": 1793,
"ai": 1794,
"▁might": 1795,
"ustom": 1796,
"▁order": 1797,
"▁Ver": 1798,
"SS": 1799,
"})": 1800,
"▁eff": 1801,
"до": 1802,
"ett": 1803,
"▁sign": 1804,
"му": 1805,
"IT": 1806,
"string": 1807,
"elle": 1808,
"▁sing": 1809,
"cul": 1810,
"▁trying": 1811,
"▁beg": 1812,
"▁page": 1813,
"хо": 1814,
"▁Can": 1815,
"▁Ser": 1816,
"++": 1817,
"▁must": 1818,
"▁values": 1819,
"▁key": 1820,
"ible": 1821,
"].": 1822,
"ird": 1823,
"▁program": 1824,
"roller": 1825,
"▁conne": 1826,
"▁say": 1827,
"▁param": 1828,
"ache": 1829,
"velop": 1830,
"▁select": 1831,
"▁famil": 1832,
"▁last": 1833,
"▁Thanks": 1834,
"▁pop": 1835,
"}.": 1836,
"eq": 1837,
"▁doesn": 1838,
"['": 1839,
"▁term": 1840,
"▁ré": 1841,
"▁document": 1842,
"па": 1843,
"лу": 1844,
"ateg": 1845,
".)": 1846,
"ling": 1847,
"ional": 1848,
"ables": 1849,
"▁tak": 1850,
"utton": 1851,
"▁arg": 1852,
"type": 1853,
"▁sure": 1854,
"▁real": 1855,
"▁web": 1856,
"▁current": 1857,
"▁Pl": 1858,
"cho": 1859,
"ments": 1860,
"▁Joh": 1861,
"ots": 1862,
"▁exist": 1863,
"ну": 1864,
"▁für": 1865,
"▁из": 1866,
"do": 1867,
"ного": 1868,
"▁las": 1869,
"▁null": 1870,
"▁inform": 1871,
"▁Л": 1872,
"▁version": 1873,
"▁chang": 1874,
"ager": 1875,
"▁Comm": 1876,
"лі": 1877,
"ush": 1878,
"▁Ge": 1879,
"▁high": 1880,
"▁input": 1881,
"ogle": 1882,
"ros": 1883,
"box": 1884,
"gen": 1885,
"▁ste": 1886,
"▁local": 1887,
"Im": 1888,
"▁process": 1889,
"ternal": 1890,
"ized": 1891,
"ги": 1892,
"ét": 1893,
"▁Ind": 1894,
"▁och": 1895,
"lt": 1896,
"▁column": 1897,
"▁tried": 1898,
"▁command": 1899,
"▁best": 1900,
"aster": 1901,
"за": 1902,
"▁prim": 1903,
"▁model": 1904,
"▁і": 1905,
"▁those": 1906,
"ities": 1907,
"ère": 1908,
"▁ре": 1909,
"је": 1910,
"ши": 1911,
"ques": 1912,
"▁Am": 1913,
"▁own": 1914,
"lin": 1915,
"зи": 1916,
"Value": 1917,
"thing": 1918,
"▁,": 1919,
"▁Te": 1920,
"▁stud": 1921,
"▁um": 1922,
"▁server": 1923,
"ille": 1924,
"▁put": 1925,
"ativ": 1926,
"gy": 1927,
"ови": 1928,
"raf": 1929,
"ово": 1930,
"▁wurde": 1931,
"▁When": 1932,
"▁div": 1933,
"ants": 1934,
"▁ter": 1935,
"▁partic": 1936,
"▁т": 1937,
"▁Do": 1938,
"▁No": 1939,
"sert": 1940,
"ido": 1941,
"mathcal": 1942,
"ade": 1943,
"▁II": 1944,
"lear": 1945,
"ograph": 1946,
"ense": 1947,
"▁row": 1948,
"num": 1949,
"▁possible": 1950,
"▁since": 1951,
"▁Bo": 1952,
"ctions": 1953,
"▁Im": 1954,
"OR": 1955,
"ці": 1956,
"▁ide": 1957,
"map": 1958,
"▁correct": 1959,
"ves": 1960,
"php": 1961,
"▁output": 1962,
"▁Ph": 1963,
"AL": 1964,
"ared": 1965,
"\\\\": 1966,
"▁image": 1967,
"esch": 1968,
"жи": 1969,
"▁conf": 1970,
"por": 1971,
"query": 1972,
"ures": 1973,
"ium": 1974,
"ends": 1975,
"▁Ab": 1976,
"SBN": 1977,
"ід": 1978,
"ether": 1979,
"ptions": 1980,
"itu": 1981,
"lib": 1982,
"ns": 1983,
"ki": 1984,
"▁working": 1985,
"▁como": 1986,
"▁Then": 1987,
"ML": 1988,
"key": 1989,
"class": 1990,
"ople": 1991,
"ittle": 1992,
"▁match": 1993,
"ways": 1994,
"mathbb": 1995,
"▁require": 1996,
"alt": 1997,
"▁vis": 1998,
"▁bl": 1999,
"▁called": 2000,
"Item": 2001,
"ura": 2002,
"vec": 2003,
"eme": 2004,
"▁della": 2005,
"embre": 2006,
"urg": 2007,
"Se": 2008,
"▁request": 2009,
"ische": 2010,
"▁port": 2011,
"▁instead": 2012,
"=\\": 2013,
"▁У": 2014,
"hor": 2015,
"ente": 2016,
"ume": 2017,
"erd": 2018,
"са": 2019,
"▁why": 2020,
"rist": 2021,
"▁person": 2022,
"▁...": 2023,
"▁private": 2024,
"▁tot": 2025,
"pha": 2026,
"ift": 2027,
"ita": 2028,
"loc": 2029,
"▁old": 2030,
"он": 2031,
"▁nel": 2032,
"']": 2033,
"ti": 2034,
"iet": 2035,
"cite": 2036,
"plement": 2037,
"▁above": 2038,
"ks": 2039,
"ready": 2040,
"▁come": 2041,
"section": 2042,
"▁Pol": 2043,
"▁writ": 2044,
"▁https": 2045,
"▁$$": 2046,
"▁»": 2047,
"▁build": 2048,
"ito": 2049,
"▁consider": 2050,
"aft": 2051,
"App": 2052,
",\\": 2053,
"indows": 2054,
"comm": 2055,
"▁;": 2056,
"ground": 2057,
"▁place": 2058,
"By": 2059,
"▁project": 2060,
"Object": 2061,
"▁repr": 2062,
"ences": 2063,
"indow": 2064,
"zt": 2065,
"▁files": 2066,
"cz": 2067,
"ivity": 2068,
"▁init": 2069,
"▁prob": 2070,
"▁sk": 2071,
"orth": 2072,
"iment": 2073,
"ouble": 2074,
"atal": 2075,
"irc": 2076,
"▁è": 2077,
"▁bre": 2078,
"ista": 2079,
"input": 2080,
"▁И": 2081,
"ной": 2082,
"sum": 2083,
"path": 2084,
"▁cour": 2085,
"▁too": 2086,
"▁Ad": 2087,
"▁Gu": 2088,
"▁false": 2089,
"▁fun": 2090,
"▁ст": 2091,
"ood": 2092,
"ès": 2093,
"▁enc": 2094,
"bol": 2095,
"rl": 2096,
"arget": 2097,
"order": 2098,
"▁mean": 2099,
"пе": 2100,
"igen": 2101,
"▁пре": 2102,
"width": 2103,
";\r": 2104,
"itor": 2105,
"▁state": 2106,
"▁great": 2107,
"enn": 2108,
"bin": 2109,
"Er": 2110,
"Mod": 2111,
"oz": 2112,
"▁won": 2113,
"▁fact": 2114,
"▁java": 2115,
"▁Univers": 2116,
"▁cap": 2117,
"istor": 2118,
"}(": 2119,
"ku": 2120,
"ither": 2121,
"ales": 2122,
"▁ou": 2123,
"ross": 2124,
"▁take": 2125,
"rix": 2126,
"lob": 2127,
"▁eine": 2128,
"ases": 2129,
"▁access": 2130,
"ité": 2131,
"istr": 2132,
"ization": 2133,
"▁appro": 2134,
"ball": 2135,
"▁mak": 2136,
"}^": 2137,
"▁Cons": 2138,
"press": 2139,
"serv": 2140,
"().": 2141,
"af": 2142,
"▁ref": 2143,
")\\": 2144,
"▁contin": 2145,
"su": 2146,
"iver": 2147,
"▁cond": 2148,
"▁expect": 2149,
"▁charact": 2150,
"bert": 2151,
"elt": 2152,
"ters": 2153,
"script": 2154,
"▁Ed": 2155,
"apt": 2156,
"');": 2157,
"print": 2158,
"▁size": 2159,
"▁sich": 2160,
"face": 2161,
"enden": 2162,
"▁Amer": 2163,
"ified": 2164,
"ów": 2165,
"▁Su": 2166,
"tes": 2167,
"med": 2168,
"▁Reg": 2169,
"sole": 2170,
"▁includ": 2171,
"ini": 2172,
"inci": 2173,
"▁pla": 2174,
"▁left": 2175,
"df": 2176,
"Par": 2177,
"▁All": 2178,
"▁occ": 2179,
"▁At": 2180,
"▁cr": 2181,
"Qu": 2182,
"▁given": 2183,
"▁System": 2184,
"ican": 2185,
"▁final": 2186,
"itions": 2187,
"▁бы": 2188,
"▁perform": 2189,
"AN": 2190,
"▁Me": 2191,
"uro": 2192,
"▁That": 2193,
"гра": 2194,
"▁По": 2195,
"▁ви": 2196,
"ably": 2197,
"▁present": 2198,
"duct": 2199,
"ric": 2200,
"▁Eng": 2201,
"try": 2202,
"▁lar": 2203,
"bl": 2204,
"idd": 2205,
"▁är": 2206,
"ora": 2207,
"LL": 2208,
"oss": 2209,
"▁ISBN": 2210,
"▁three": 2211,
"jo": 2212,
"ní": 2213,
"rc": 2214,
"▁far": 2215,
"▁Not": 2216,
"▁little": 2217,
"dis": 2218,
"ati": 2219,
"function": 2220,
"▁able": 2221,
"less": 2222,
"со": 2223,
"▁path": 2224,
"▁pres": 2225,
"lose": 2226,
"PI": 2227,
"▁issue": 2228,
"ackage": 2229,
"time": 2230,
"ige": 2231,
"ams": 2232,
"▁Cl": 2233,
"ails": 2234,
"alk": 2235,
"ii": 2236,
"ше": 2237,
"pen": 2238,
"QL": 2239,
"▁eas": 2240,
"RL": 2241,
"cel": 2242,
"▁sl": 2243,
"▁ask": 2244,
"▁nom": 2245,
"▁top": 2246,
"ides": 2247,
"index": 2248,
"ém": 2249,
"▁happ": 2250,
"ox": 2251,
"cd": 2252,
"▁better": 2253,
"▁load": 2254,
"ados": 2255,
"zen": 2256,
"▁ce": 2257,
"▁fa": 2258,
"▁John": 2259,
"IMA": 2260,
"▁Bar": 2261,
"overflow": 2262,
"▁де": 2263,
"ness": 2264,
"cer": 2265,
"▁Here": 2266,
"ret": 2267,
"▁sz": 2268,
"ambda": 2269,
"opy": 2270,
"url": 2271,
"py": 2272,
"rt": 2273,
"▁understand": 2274,
"ał": 2275,
"her": 2276,
"##": 2277,
"▁child": 2278,
"▁exec": 2279,
"▁application": 2280,
"▁struct": 2281,
"▁я": 2282,
"File": 2283,
"▁cert": 2284,
"ison": 2285,
"▁variable": 2286,
"DE": 2287,
"rs": 2288,
"▁really": 2289,
"Port": 2290,
"ba": 2291,
"▁Ber": 2292,
"▁inte": 2293,
"▁static": 2294,
"▁config": 2295,
"▁She": 2296,
"estions": 2297,
"▁plus": 2298,
"▁hab": 2299,
"ope": 2300,
"▁mus": 2301,
"▁count": 2302,
"ME": 2303,
"▁support": 2304,
"▁people": 2305,
"▁beh": 2306,
"▁already": 2307,
"Tr": 2308,
"▁done": 2309,
"dem": 2310,
"size": 2311,
"alpha": 2312,
"▁disc": 2313,
"])": 2314,
"▁Man": 2315,
"▁mil": 2316,
"▁stand": 2317,
"▁group": 2318,
"▁small": 2319,
"▁mag": 2320,
"сть": 2321,
"▁default": 2322,
"▁single": 2323,
"link": 2324,
"clude": 2325,
"▁ear": 2326,
"ilar": 2327,
"****": 2328,
"▁fix": 2329,
"ley": 2330,
"▁pas": 2331,
"ний": 2332,
"ission": 2333,
"▁implement": 2334,
"itch": 2335,
"▁года": 2336,
"▁always": 2337,
"▁Jah": 2338,
"pring": 2339,
"ção": 2340,
"plate": 2341,
"▁descri": 2342,
"▁head": 2343,
"init": 2344,
"ograf": 2345,
"▁query": 2346,
"ived": 2347,
"▁ing": 2348,
"pty": 2349,
"ha": 2350,
"▁mov": 2351,
"▁э": 2352,
"ette": 2353,
"ily": 2354,
"▁got": 2355,
"iled": 2356,
"icro": 2357,
"▁wr": 2358,
"ря": 2359,
"▁never": 2360,
"ores": 2361,
"▁bas": 2362,
"ios": 2363,
"lack": 2364,
"aint": 2365,
"vious": 2366,
"▁give": 2367,
"idad": 2368,
"En": 2369,
"ный": 2370,
"table": 2371,
"▁На": 2372,
"▁pat": 2373,
"тор": 2374,
"angu": 2375,
"loy": 2376,
"▁seg": 2377,
"array": 2378,
"▁Fl": 2379,
"▁index": 2380,
"▁sw": 2381,
"IMAGE": 2382,
"▁km": 2383,
"би": 2384,
"Class": 2385,
"ena": 2386,
"мен": 2387,
"comp": 2388,
"atus": 2389,
"rap": 2390,
"▁List": 2391,
"Error": 2392,
"▁typ": 2393,
"▁ма": 2394,
"cs": 2395,
"':": 2396,
"ji": 2397,
"▁However": 2398,
"▁те": 2399,
"▁below": 2400,
"▁App": 2401,
"ще": 2402,
"}_": 2403,
"bum": 2404,
"vir": 2405,
"ées": 2406,
"▁record": 2407,
"tain": 2408,
"lem": 2409,
"ital": 2410,
"▁imp": 2411,
"ego": 2412,
"▁od": 2413,
"▁rece": 2414,
"mit": 2415,
"ffic": 2416,
"stackoverflow": 2417,
"ieve": 2418,
"▁З": 2419,
"▁nov": 2420,
"це": 2421,
"▁Intern": 2422,
"bu": 2423,
"▁sugg": 2424,
"▁loop": 2425,
"ride": 2426,
"▁$(": 2427,
"▁super": 2428,
"rid": 2429,
"ных": 2430,
"▁Per": 2431,
"▁dom": 2432,
"='": 2433,
"utsch": 2434,
"len": 2435,
"▁write": 2436,
"▁inv": 2437,
"outh": 2438,
"▁Her": 2439,
"▁years": 2440,
"▁original": 2441,
"ega": 2442,
"▁Ste": 2443,
"▁seems": 2444,
"ég": 2445,
"▁next": 2446,
"eder": 2447,
"▁Ne": 2448,
"avas": 2449,
"ification": 2450,
"Exception": 2451,
"▁Der": 2452,
"▁ve": 2453,
"atic": 2454,
"hat": 2455,
"brary": 2456,
"return": 2457,
"urch": 2458,
"ision": 2459,
"mi": 2460,
"oint": 2461,
"▁day": 2462,
"iction": 2463,
"ál": 2464,
"▁és": 2465,
"▁though": 2466,
"action": 2467,
"ít": 2468,
"ungen": 2469,
"ours": 2470,
"▁script": 2471,
"▁information": 2472,
"▁multi": 2473,
"▁\\\\": 2474,
"ster": 2475,
"ке": 2476,
"AC": 2477,
"cies": 2478,
"▁display": 2479,
"oman": 2480,
"Time": 2481,
"ius": 2482,
"));": 2483,
"tre": 2484,
"▁lim": 2485,
"ately": 2486,
"éd": 2487,
"iste": 2488,
"▁са": 2489,
"post": 2490,
"uel": 2491,
"img": 2492,
"▁ч": 2493,
"ска": 2494,
"eld": 2495,
"pper": 2496,
"ula": 2497,
"▁general": 2498,
"Al": 2499,
"Form": 2500,
"▁upon": 2501,
"zo": 2502,
"amente": 2503,
"▁prom": 2504,
"▁ü": 2505,
"lex": 2506,
"▁turn": 2507,
"▁ме": 2508,
"ention": 2509,
"лен": 2510,
"▁af": 2511,
"icle": 2512,
"ств": 2513,
"▁Fil": 2514,
"▁Ф": 2515,
"avascript": 2516,
"Man": 2517,
"ara": 2518,
"ware": 2519,
"align": 2520,
"angle": 2521,
"▁Sc": 2522,
"unic": 2523,
"▁fran": 2524,
"Un": 2525,
"zi": 2526,
"met": 2527,
"Add": 2528,
"▁pub": 2529,
"ков": 2530,
"▁gen": 2531,
"▁pod": 2532,
"▁sum": 2533,
"▁having": 2534,
"▁avec": 2535,
"sl": 2536,
"▁fig": 2537,
"▁Res": 2538,
"Date": 2539,
"ules": 2540,
"with": 2541,
"ский": 2542,
"gu": 2543,
"ET": 2544,
"▁bro": 2545,
"rie": 2546,
"aps": 2547,
"ending": 2548,
"mail": 2549,
"ook": 2550,
"▁success": 2551,
"berg": 2552,
"▁deb": 2553,
"elta": 2554,
"()`": 2555,
"ential": 2556,
"frame": 2557,
"Key": 2558,
"inn": 2559,
"▁simple": 2560,
"ival": 2561,
"▁care": 2562,
"▁Web": 2563,
"\").": 2564,
"></": 2565,
"▁database": 2566,
"▁Now": 2567,
"Ind": 2568,
"▁мо": 2569,
"cht": 2570,
"ban": 2571,
"ram": 2572,
"equation": 2573,
"ski": 2574,
"ief": 2575,
"lim": 2576,
"Get": 2577,
"▁tre": 2578,
"aten": 2579,
"bed": 2580,
"▁Je": 2581,
"▁results": 2582,
"лю": 2583,
"тель": 2584,
"db": 2585,
"▁bit": 2586,
"body": 2587,
"Array": 2588,
"mu": 2589,
"pression": 2590,
"▁ста": 2591,
"ony": 2592,
"iff": 2593,
"▁bar": 2594,
"▁Arch": 2595,
"bers": 2596,
"){": 2597,
"▁Mon": 2598,
"▁doing": 2599,
"▁prof": 2600,
"▁install": 2601,
"▁position": 2602,
"ema": 2603,
"▁});": 2604,
"Path": 2605,
"ali": 2606,
"▁&&": 2607,
"lev": 2608,
"▁cannot": 2609,
"▁May": 2610,
"inst": 2611,
"-\\": 2612,
"▁coun": 2613,
"▁ang": 2614,
"▁appear": 2615,
"cor": 2616,
"ció": 2617,
"ided": 2618,
"questions": 2619,
"atter": 2620,
"▁Pa": 2621,
"select": 2622,
"▁princi": 2623,
"Event": 2624,
"▁side": 2625,
"▁mem": 2626,
"▁Jan": 2627,
"ario": 2628,
"▁within": 2629,
"▁Val": 2630,
"odes": 2631,
"iddle": 2632,
"uration": 2633,
"bra": 2634,
"▁date": 2635,
"[]": 2636,
"▁entre": 2637,
"ili": 2638,
"Portail": 2639,
"docs": 2640,
"ской": 2641,
"Element": 2642,
"▁message": 2643,
"▁nach": 2644,
"▁during": 2645,
"▁gra": 2646,
"etwork": 2647,
"▁By": 2648,
"▁tell": 2649,
"ete": 2650,
"~\\": 2651,
"▁bis": 2652,
"▁pu": 2653,
"▁red": 2654,
"▁thing": 2655,
"▁sort": 2656,
"xim": 2657,
"ires": 2658,
"User": 2659,
"iod": 2660,
"▁Est": 2661,
"osed": 2662,
"oute": 2663,
"▁Les": 2664,
"▁sent": 2665,
"ribute": 2666,
"utes": 2667,
"istory": 2668,
"▁service": 2669,
"';": 2670,
"field": 2671,
"▁IN": 2672,
"ension": 2673,
"rel": 2674,
"▁going": 2675,
"web": 2676,
"Context": 2677,
"▁later": 2678,
"uk": 2679,
"layout": 2680,
"ona": 2681,
"át": 2682,
"----------------": 2683,
"▁exact": 2684,
"andom": 2685,
"▁sie": 2686,
"II": 2687,
"▁They": 2688,
"mente": 2689,
"ibli": 2690,
"▁fine": 2691,
"UT": 2692,
"▁develop": 2693,
"▁Ein": 2694,
"soft": 2695,
"off": 2696,
"Set": 2697,
"▁az": 2698,
"eters": 2699,
"ilder": 2700,
"ples": 2701,
"▁specific": 2702,
"▁om": 2703,
"error": 2704,
"ently": 2705,
"▁film": 2706,
"uck": 2707,
"ains": 2708,
"ación": 2709,
"ges": 2710,
"жа": 2711,
"▁things": 2712,
"Sh": 2713,
"▁thought": 2714,
"▁added": 2715,
"dep": 2716,
"ского": 2717,
"▁Li": 2718,
"ils": 2719,
"ync": 2720,
"▁то": 2721,
"ries": 2722,
"▁cu": 2723,
"chen": 2724,
"ION": 2725,
"▁Des": 2726,
"ultado": 2727,
"irt": 2728,
"▁based": 2729,
"▁mo": 2730,
"▁dest": 2731,
"png": 2732,
"reen": 2733,
"▁running": 2734,
"amma": 2735,
"oud": 2736,
"▁refer": 2737,
"ious": 2738,
"▁Jul": 2739,
"▁search": 2740,
"ald": 2741,
"ede": 2742,
"▁wrong": 2743,
"An": 2744,
"▁until": 2745,
"site": 2746,
"ayer": 2747,
"▁once": 2748,
"arr": 2749,
"▁against": 2750,
"====": 2751,
"▁source": 2752,
"arn": 2753,
"api": 2754,
"▁represent": 2755,
"▁aff": 2756,
"▁sein": 2757,
"▁allow": 2758,
"ormal": 2759,
"ended": 2760,
"▁control": 2761,
"mathbf": 2762,
"come": 2763,
"cur": 2764,
"endo": 2765,
"wa": 2766,
"▁update": 2767,
"▁inside": 2768,
"▁reason": 2769,
"omen": 2770,
"▁вы": 2771,
"De": 2772,
"▁је": 2773,
"sw": 2774,
"▁sever": 2775,
"Of": 2776,
"▁instance": 2777,
"▁mer": 2778,
"▁effect": 2779,
"color": 2780,
"ugust": 2781,
"ilt": 2782,
"des": 2783,
"itz": 2784,
"ulation": 2785,
"nie": 2786,
"▁World": 2787,
"▁similar": 2788,
"ymbol": 2789,
"hing": 2790,
"▁mark": 2791,
"State": 2792,
"▁content": 2793,
"▁means": 2794,
"amed": 2795,
"▁End": 2796,
"ND": 2797,
"count": 2798,
"▁Inst": 2799,
"perty": 2800,
"ctor": 2801,
"▁{\\": 2802,
"▁Let": 2803,
"▁!=": 2804,
"▁getting": 2805,
"uth": 2806,
"umber": 2807,
"▁Consultado": 2808,
"schaft": 2809,
"lete": 2810,
"▁Will": 2811,
"▁Em": 2812,
"head": 2813,
"▁leg": 2814,
"ном": 2815,
"Or": 2816,
"arm": 2817,
"pond": 2818,
"▁Christ": 2819,
"▁around": 2820,
"▁clear": 2821,
"▁href": 2822,
"▁See": 2823,
"').": 2824,
"▁created": 2825,
"▁button": 2826,
"ining": 2827,
"▁click": 2828,
"iam": 2829,
"plit": 2830,
"For": 2831,
"▁polit": 2832,
"▁seem": 2833,
"▁life": 2834,
"нов": 2835,
"▁intern": 2836,
"щи": 2837,
"sel": 2838,
"soci": 2839,
"▁stor": 2840,
"cle": 2841,
"earch": 2842,
"android": 2843,
"}^{": 2844,
"▁either": 2845,
"▁few": 2846,
"▁initial": 2847,
"length": 2848,
"ria": 2849,
"sql": 2850,
"wik": 2851,
"▁ét": 2852,
"uer": 2853,
"▁valid": 2854,
"And": 2855,
"include": 2856,
"ury": 2857,
"▁sus": 2858,
"ired": 2859,
"▁After": 2860,
"▁due": 2861,
"▁bei": 2862,
"ources": 2863,
"▁Nov": 2864,
"Act": 2865,
"▁Cont": 2866,
"▁break": 2867,
"ested": 2868,
"▁actually": 2869,
"else": 2870,
"tml": 2871,
"rer": 2872,
"ones": 2873,
"▁design": 2874,
"▁property": 2875,
"phi": 2876,
"ality": 2877,
"och": 2878,
"ists": 2879,
"▁·": 2880,
"udio": 2881,
"AB": 2882,
"ala": 2883,
"iones": 2884,
"фи": 2885,
"find": 2886,
"As": 2887,
"▁custom": 2888,
"▁ann": 2889,
"ES": 2890,
"OT": 2891,
"lambda": 2892,
"▁ident": 2893,
"▁organ": 2894,
"▁Cent": 2895,
"▁Char": 2896,
"▁os": 2897,
"▁hard": 2898,
"ров": 2899,
"▁/>": 2900,
"ko": 2901,
"▁exper": 2902,
"▁separ": 2903,
"yl": 2904,
"ourn": 2905,
"▁dev": 2906,
"▁auch": 2907,
"▁block": 2908,
"book": 2909,
"▁map": 2910,
"illa": 2911,
"▁comput": 2912,
"▁space": 2913,
"result": 2914,
")}": 2915,
"▁echo": 2916,
"config": 2917,
"hi": 2918,
"▁large": 2919,
"▁width": 2920,
"▁Go": 2921,
"mat": 2922,
"▁diff": 2923,
"▁kind": 2924,
"ances": 2925,
"ynam": 2926,
"▁color": 2927,
"Int": 2928,
"sol": 2929,
"▁pi": 2930,
"▁character": 2931,
"oment": 2932,
"▁response": 2933,
"igma": 2934,
"wards": 2935,
"arrow": 2936,
"су": 2937,
"ties": 2938,
"▁über": 2939,
"Image": 2940,
"yd": 2941,
"▁пере": 2942,
"▁node": 2943,
"▁item": 2944,
"achine": 2945,
"ima": 2946,
"▁va": 2947,
"▁approach": 2948,
"▁wer": 2949,
"▁че": 2950,
"On": 2951,
"ollow": 2952,
"она": 2953,
"cted": 2954,
"ured": 2955,
"Controller": 2956,
"lied": 2957,
"▁jo": 2958,
"▁dal": 2959,
"unk": 2960,
"▁î": 2961,
"start": 2962,
"ola": 2963,
"▁compon": 2964,
"IC": 2965,
"bit": 2966,
"▁base": 2967,
"пу": 2968,
"▁idea": 2969,
"▁dire": 2970,
"▁rad": 2971,
"group": 2972,
"▁With": 2973,
"server": 2974,
"side": 2975,
"sing": 2976,
"▁dies": 2977,
"▁near": 2978,
"▁voor": 2979,
"▁argument": 2980,
"▁},": 2981,
"▁land": 2982,
"▁names": 2983,
"▁option": 2984,
"ithub": 2985,
"pped": 2986,
"aug": 2987,
"▁links": 2988,
"▁full": 2989,
"▁situ": 2990,
"▁console": 2991,
"▁etc": 2992,
"aux": 2993,
"▁Cor": 2994,
"icrosoft": 2995,
"▁came": 2996,
"local": 2997,
"▁known": 2998,
"▁multiple": 2999
},
"merges": []
}
}