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