noamwies's picture
Upload tokenizer.json with huggingface_hub
d545a46
{
"version": "1.0",
"truncation": null,
"padding": null,
"added_tokens": [
{
"id": 0,
"content": "<unk>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": true,
"special": true
},
{
"id": 1,
"content": "<s>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": true,
"special": true
},
{
"id": 2,
"content": "</s>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": true,
"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
},
"merges": [
"▁t he",
"▁a nd",
"me nt",
"at ion",
"▁f or",
"▁y ou",
"▁c on",
"▁th at",
"co de",
"▁p ro",
"▁w ith",
"▁c om",
"▁C om",
"ct ion",
"▁th is",
"▁T he",
"▁n ot",
"eg in",
"▁Com ment",
"▁Comm ent",
"▁w as",
"ou ld",
"▁h ave",
"▁ha ve",
"▁c an",
"▁f rom",
"▁fr om",
"ab le",
"ig ht",
"▁a re",
"▁b ut",
"▁d es",
"▁u nd",
"▁d er",
"▁y our",
"▁a ll",
"est ion",
"la ss",
"▁wh ich",
"▁p ar",
"ou nd",
"▁r es",
"je ct",
"▁a pp",
"▁d el",
"at ed",
"al ly",
"▁p er",
"▁c ont",
"▁co nt",
"un ction",
"it ion",
"▁v al",
"en ce",
"▁w ork",
"it em",
"▁h is",
"▁u se",
"▁An swer",
"▁w ill",
"▁g et",
"pt ion",
"fo rm",
"▁o ne",
"▁e st",
"▁o ut",
"▁n ew",
"th er",
"▁v ar",
"▁w ould",
"▁s er",
"te xt",
"▁th ere",
"▁the re",
"▁s et",
"▁re turn",
"▁a ny",
"▁f unction",
"▁wh en",
"an ce",
"▁h ad",
"▁co mp",
"ma th",
"▁h as",
"▁p re",
"en er",
"▁p art",
"▁d ie",
"▁li ke",
"ir st",
"▁d is",
"▁m an",
"▁th en",
"▁c lass",
"▁cl ass",
"▁us ing",
"▁c ode",
"▁co de",
"▁s ome",
"▁so me",
"le ct",
"is ch",
"▁c ol",
"▁a dd",
"ou nt",
"ve nt",
"at ions",
"ub lic",
"-- --",
"▁ne ed",
"▁d ef",
"▁wh at",
"▁in st",
"▁d ata",
"▁da ta",
"▁s tr",
"▁w ant",
"▁on ly",
"▁e nt",
"▁m od",
"▁sh ould",
"em ent",
"▁f orm",
"▁fo rm",
"▁al so",
"▁Y ou",
"▁w ere",
"▁we re",
"▁Qu estion",
"▁th ey",
"▁s ol",
"▁f ol",
"▁m ore",
"▁h er",
"at ch",
"ft er",
"▁c re",
"lo ck",
"tr ing",
"▁Th is",
"▁o ther",
"▁T ags",
"ut ion",
"▁h ow",
"▁c he",
"cri pt",
"▁j ust",
"▁p os",
"an ge",
"if ic",
"▁t ime",
"▁f ile",
"ic al",
"▁f irst",
"▁i nt",
"um ent",
"le ment",
"▁do es",
"re ad",
"▁n um",
"ov er",
"▁d if",
"eth od",
"▁s pe",
"▁th em",
"▁in to",
"▁l es",
"▁i ts",
"ie ld",
"▁p ublic",
"▁d en",
"yst em",
"ys tem",
"▁o ver",
"▁f il",
"na me",
"in al",
"am ple",
"amp le",
"▁w ay",
"ce ss",
"▁wh ere",
"htt ps",
"ie nt",
"▁val ue",
"▁st at",
"▁v on",
"▁in ter",
"▁int er",
"ro id",
"at er",
"▁the ir",
"▁b et",
"▁e in",
"▁s ub",
"▁d on",
"▁t ry",
"▁P ro",
"▁t ra",
"▁s ame",
"▁sa me",
"▁t wo",
"▁n ame",
"▁na me",
"▁s im",
"▁c ould",
"▁c or",
"▁a cc",
"▁con st",
"▁a ct",
"▁s om",
"▁ab out",
"la nd",
"▁l ist",
"▁li st",
"▁im port",
"▁w ho",
"▁er ror",
"at or",
"▁be en",
"▁r un",
"ul ar",
"au se",
"▁r eg",
"▁kn ow",
"▁h im",
"ni ng",
"at es",
"fo re",
"io ns",
"▁h el",
"▁r em",
"▁M ar",
"vi ce",
"ir ect",
"ire ct",
"▁un der",
"▁und er",
"▁e nd",
"em ber",
"emb er",
"▁a tt",
"▁fol low",
"▁S ch",
"pe ct",
"▁r el",
"▁lo ok",
"ab el",
"▁pro blem",
"▁v an",
"str ong",
"co nd",
"qu est",
"que st",
"▁a ut",
"▁res ult",
"▁m ay",
"▁A nd",
"▁H ow",
"▁t ype",
"▁th an",
"▁c ons",
"▁co ns",
"▁qu estion",
"ra ph",
"▁h tt",
"▁v er",
"▁F or",
"fr ac",
"▁a fter",
"▁m ethod",
"▁r ec",
"▁dif fer",
"am ent",
"ame nt",
"our ce",
"▁b ec",
"▁g ener",
"▁ge ner",
"ag es",
"▁l oc",
"▁s he",
"▁u na",
"ol og",
"▁s ur",
"▁l ine",
"▁li ne",
"▁v ari",
"ve ry",
"▁o bject",
"▁ob ject",
"▁B ut",
"▁c ase",
"▁m ake",
"▁ma ke",
"▁c al",
"▁p ass",
"ess ion",
"at ing",
"li ne",
"▁a ss",
"▁v ers",
"oth er",
"at ive",
"▁l os",
"▁an swer",
"▁l et",
"en ts",
"in ce",
"id er",
"▁t est",
"▁te st",
"▁h ere",
"▁he re",
"ro ll",
"▁c all",
"ru ct",
"▁p ol",
"▁b ack",
"re ss",
"ri ed",
"da te",
"▁d id",
"▁d em",
"urr ent",
"la ce",
"▁e ach",
"da ta",
"▁p or",
"ar ch",
"am es",
"▁C on",
"▁o ff",
"▁f ind",
"co nt",
"▁n ow",
"at ional",
"ation al",
"ci Γ³n",
"au lt",
"▁e xt",
"▁po int",
"▁tr ans",
"▁tra ns",
"▁re ad",
"▁r ead",
"▁us ed",
"et er",
"in ed",
"id th",
"▁s uch",
"▁su ch",
"▁d ist",
"▁di st",
"item ize",
"▁pr ov",
"es ent",
"ese nt",
"er son",
"ers on",
"at ur",
"▁b el",
"▁ex ample",
"▁in cl",
"am il",
"▁s tring",
"▁str ing",
"▁th ink",
"▁t em",
"▁F ran",
"▁num ber",
"im es",
"lo ad",
"▁h and",
"▁ha nd",
"▁bec ause",
"▁s ch",
"th is",
"▁st art",
"▁w ar",
"▁ch ar",
"▁m in",
"ri te",
"---- ----",
"▁m it",
"ed ia",
"▁pro du",
"gr am",
"▁g re",
"qu ote",
"▁i nd",
"▁p ost",
"▁po st",
"▁d ep",
"▁u ser",
"▁us er",
"li ck",
"▁v ery",
"eth ing",
"▁ar ray",
"▁d ur",
"lic ation",
"▁d at",
"ht ml",
"io ne",
"▁differ ent",
"▁che ck",
"▁t ext",
"▁te xt",
"ic ht",
"st ack",
"▁e very",
"▁be fore",
"al se",
"▁f in",
"▁th ese",
"▁the se",
"▁d et",
"ce ption",
"cept ion",
"▁and roid",
"block quote",
"ess age",
"▁ag ain",
"we en",
"ci al",
"pl ay",
"▁P ar",
"ra ct",
"▁su pp",
"as ed",
"le ction",
"lect ion",
"▁d ans",
"▁da ns",
"▁t hr",
"li ch",
"▁п Ρ€ΠΎ",
"▁l ong",
"▁lo ng",
"▁se cond",
"ual ly",
"in es",
"▁f ound",
"▁fo und",
"eng th",
"▁l og",
"▁s on",
"▁r ight",
"vi ew",
"▁follow ing",
"▁sa id",
"▁sh ow",
"le ase",
"▁d irect",
"▁di rect",
"▁g iv",
"it er",
"▁C ol",
"is ter",
"ist er",
"▁w ell",
"▁we ll",
"ay out",
"at ure",
"iv ers",
"▁m et",
"▁e lement",
"▁el ement",
"▁l ink",
"▁bet ween",
"ce pt",
"qu ire",
"▁thr ough",
"▁wh ile",
"▁some thing",
"▁som ething",
"▁m ost",
"▁c ar",
"le ft",
"▁tr ue",
"▁m uch",
"▁N ew",
"▁pro per",
"it ed",
"▁d oc",
"ic es",
"▁sp ec",
"en der",
"end er",
"▁s elf",
"▁e ven",
"▁t able",
"▁e qu",
"li ent",
"▁pr int",
"▁u ne",
"▁m on",
"▁d ec",
"▁st ill",
"▁m ed",
"or ld",
"▁com ple",
"▁comp le",
"re ct",
"▁a uf",
"▁d own",
"▁do wn",
"ath er",
"▁y ear",
"re am",
"▁r ep",
"▁w ur",
"in ter",
"int er",
"▁D ie",
"▁be ing",
"▁c ent",
"ja va",
"an te",
"▁sol ution",
"▁cre ate",
"yth on",
"as on",
"fer ence",
"▁n on",
"▁i ns",
"ad er",
"▁m ain",
"▁ma in",
"▁The re",
"▁Th ere",
"▁p our",
"▁po ur",
"li sh",
"cc ess",
"▁or ig",
"isch en",
"ow er",
"▁h et",
"▁el se",
"si ble",
"te st",
"st and",
"id ent",
"ide nt",
"▁п Ρ€ΠΈ",
"▁d as",
"▁v ol",
"▁C ar",
"▁pl ay",
"ou se",
"ic ally",
"ical ly",
"▁cont ain",
"pon se",
"▁S tring",
"▁b oth",
"▁bo th",
"▁i ss",
"▁op en",
"▁Wh at",
"riv ate",
"▁with out",
"fl ow",
"ab ase",
"▁w ord",
"▁ch ange",
"▁e en",
"it le",
"▁e vent",
"an do",
"▁f ield",
"vi ng",
"▁o ur",
"▁o per",
"▁op er",
"▁i st",
"▁m ade",
"▁ma de",
"▁m en",
"ce nt",
"li st",
"▁m ar",
"val ue",
"▁a us",
"▁m ult",
"oug ht",
"▁m at",
"▁v iew",
"▁vo id",
"▁go od",
"▁m any",
"▁ma ny",
"▁s ystem",
"▁an other",
"▁re st",
"▁r est",
"us er",
"il ity",
"▁m ight",
"ust om",
"▁or der",
"▁V er",
"▁e ff",
"▁s ign",
"str ing",
"el le",
"▁s ing",
"▁si ng",
"▁try ing",
"▁b eg",
"▁p age",
"▁C an",
"▁S er",
"▁m ust",
"▁val ues",
"▁k ey",
"ib le",
"▁pro gram",
"roll er",
"rol ler",
"▁con ne",
"▁s ay",
"▁par am",
"ac he",
"vel op",
"▁se lect",
"▁f amil",
"▁l ast",
"▁la st",
"▁Th anks",
"▁p op",
"▁t erm",
"▁te rm",
"▁doc ument",
"at eg",
"li ng",
"ion al",
"ab les",
"▁t ak",
"ut ton",
"ty pe",
"▁s ure",
"▁su re",
"▁re al",
"▁w eb",
"▁c urrent",
"men ts",
"▁J oh",
"▁ex ist",
"▁f ΓΌr",
"Π½ΠΎ Π³ΠΎ",
"▁l as",
"▁n ull",
"▁in form",
"▁vers ion",
"▁ch ang",
"ag er",
"▁h igh",
"▁in put",
"og le",
"▁s te",
"▁lo cal",
"▁loc al",
"▁pro cess",
"tern al",
"iz ed",
"▁I nd",
"▁o ch",
"▁col umn",
"▁t ried",
"▁tr ied",
"▁comm and",
"▁b est",
"▁be st",
"as ter",
"ast er",
"▁pr im",
"▁mod el",
"▁th ose",
"it ies",
"qu es",
"▁o wn",
"Val ue",
"th ing",
"▁st ud",
"▁ser ver",
"il le",
"▁p ut",
"at iv",
"▁wur de",
"▁Wh en",
"▁d iv",
"an ts",
"▁t er",
"▁part ic",
"math cal",
"le ar",
"og raph",
"en se",
"▁r ow",
"▁pos sible",
"▁s ince",
"ct ions",
"▁i de",
"▁cor rect",
"▁out put",
"ar ed",
"▁im age",
"es ch",
"qu ery",
"que ry",
"ur es",
"eth er",
"pt ions",
"▁work ing",
"▁Th en",
"cl ass",
"op le",
"itt le",
"▁m atch",
"▁mat ch",
"math bb",
"▁re quire",
"▁v is",
"▁▁ ▁▁",
"▁▁ ▁▁▁▁",
"▁▁ ▁▁▁▁▁▁▁▁",
"▁▁ ▁▁▁▁▁▁",
"▁▁ ▁▁▁▁▁▁▁▁▁▁▁▁",
"▁▁ ▁▁▁▁▁▁▁▁▁▁",
"▁▁ ▁▁▁▁▁▁▁▁▁▁▁▁▁▁",
"▁▁ ▁▁▁",
"▁▁▁▁ ▁▁",
"▁▁▁▁ ▁▁▁▁",
"▁▁▁▁ ▁▁▁▁▁▁▁▁",
"▁▁▁▁ ▁▁▁▁▁▁",
"▁▁▁▁ ▁▁▁▁▁▁▁▁▁▁▁▁",
"▁▁▁▁ ▁▁▁▁▁▁▁▁▁▁",
"▁▁▁▁▁▁▁▁ ▁▁",
"▁▁▁▁▁▁▁▁ ▁▁▁▁",
"▁▁▁▁▁▁▁▁ ▁▁▁▁▁▁▁▁",
"▁▁▁▁▁▁▁▁ ▁▁▁▁▁",
"▁▁▁▁▁▁▁▁ ▁▁▁▁▁▁",
"▁▁▁▁▁ ▁▁▁▁▁▁▁▁",
"▁▁▁▁▁ ▁▁▁▁▁",
"▁▁▁▁▁ ▁▁▁",
"▁▁▁▁▁▁ ▁▁",
"▁▁▁▁▁▁ ▁▁▁▁",
"▁▁▁▁▁▁ ▁▁▁▁▁▁▁▁",
"▁▁▁▁▁▁ ▁▁▁▁▁▁",
"▁▁▁▁▁▁ ▁▁▁▁▁▁▁▁▁▁",
"▁▁▁▁▁▁▁▁▁▁▁▁ ▁▁",
"▁▁▁▁▁▁▁▁▁▁▁▁ ▁▁▁▁",
"▁▁▁▁▁▁▁▁▁▁▁▁▁ ▁▁▁",
"▁▁▁▁▁▁▁▁▁▁ ▁▁",
"▁▁▁▁▁▁▁▁▁▁ ▁▁▁▁",
"▁▁▁▁▁▁▁▁▁▁ ▁▁▁▁▁▁",
"▁▁▁▁▁▁▁▁▁▁ ▁▁▁",
"▁▁▁▁▁▁▁▁▁▁▁▁▁▁ ▁▁",
"▁▁▁ ▁▁",
"▁▁▁ ▁▁▁▁▁",
"▁▁▁ ▁▁▁▁▁▁▁▁▁▁▁▁▁",
"▁▁▁ ▁▁▁▁▁▁▁▁▁▁",
"▁▁▁ ▁▁▁"
]
}
}