simple-tokenizer-2048 / tokenizer.json
ddh0's picture
Upload folder using huggingface_hub
bf19aff 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": {
"type": "ByteLevel",
"add_prefix_space": true,
"trim_offsets": true,
"use_regex": true
},
"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,
"IJ": 207,
"ij": 208,
"Ĵ": 209,
"ĵ": 210,
"Ķ": 211,
"ķ": 212,
"ĸ": 213,
"Ĺ": 214,
"ĺ": 215,
"Ļ": 216,
"ļ": 217,
"Ľ": 218,
"ľ": 219,
"Ŀ": 220,
"ŀ": 221,
"Ł": 222,
"ł": 223,
"Ń": 224,
"Ġt": 225,
"Ġa": 226,
"he": 227,
"in": 228,
"re": 229,
"Ġthe": 230,
"on": 231,
"er": 232,
"Ġo": 233,
"at": 234,
"Ġs": 235,
"en": 236,
"Ġc": 237,
"es": 238,
"Ġw": 239,
"is": 240,
"nd": 241,
"it": 242,
"or": 243,
"Ġp": 244,
"al": 245,
"Ġb": 246,
"ed": 247,
"Ġof": 248,
"an": 249,
"Ġf": 250,
"ing": 251,
"Ġin": 252,
"ou": 253,
"ar": 254,
"Ġm": 255,
"Ġand": 256,
"Ġto": 257,
"ic": 258,
"Ġd": 259,
"ion": 260,
"le": 261,
"ro": 262,
"as": 263,
"Ġh": 264,
"ent": 265,
"Ġth": 266,
"ct": 267,
"Ġe": 268,
"il": 269,
"Ġre": 270,
"om": 271,
"ve": 272,
"Ġl": 273,
"st": 274,
"Ġn": 275,
"âĢ": 276,
"ly": 277,
"Ġbe": 278,
"Ġis": 279,
"ĠT": 280,
"se": 281,
"ol": 282,
"Ġg": 283,
"ation": 284,
"im": 285,
"id": 286,
"et": 287,
"ut": 288,
"ce": 289,
"ot": 290,
"ur": 291,
"ra": 292,
"ch": 293,
"ow": 294,
"ĠA": 295,
"Ġfor": 296,
"ig": 297,
"ĠS": 298,
"Ġu": 299,
"Ġthat": 300,
"Ġon": 301,
"Ġst": 302,
"ver": 303,
"Ġy": 304,
"ir": 305,
"ĠC": 306,
"ĠI": 307,
"ul": 308,
"ay": 309,
"am": 310,
"Ġas": 311,
"ith": 312,
"el": 313,
"ad": 314,
"Ġpro": 315,
"her": 316,
"Ġare": 317,
"Ġcon": 318,
"Ġan": 319,
"Ġwith": 320,
"if": 321,
"Ġyou": 322,
"Ġwh": 323,
"Ġor": 324,
"Ġit": 325,
"Ġal": 326,
"od": 327,
"ter": 328,
"ĠThe": 329,
"ĠM": 330,
"Ġ(": 331,
"ment": 332,
"ge": 333,
"ĠP": 334,
"Ġ1": 335,
"th": 336,
"op": 337,
"ate": 338,
"ist": 339,
"ers": 340,
"Ġde": 341,
"ess": 342,
"ies": 343,
"ill": 344,
"ab": 345,
"Ġhe": 346,
"Ġex": 347,
"ĠB": 348,
"us": 349,
"ect": 350,
"âĢĻ": 351,
"Ġwe": 352,
"ore": 353,
"Ġcom": 354,
"Ġsu": 355,
"ity": 356,
"est": 357,
"res": 358,
"ac": 359,
"ive": 360,
"Ġha": 361,
"ĠH": 362,
"um": 363,
"rom": 364,
"ld": 365,
"Ġv": 366,
"os": 367,
"ke": 368,
"Ġby": 369,
"ant": 370,
"em": 371,
"iv": 372,
"ĠW": 373,
"qu": 374,
"ain": 375,
"nt": 376,
"Ġat": 377,
"pp": 378,
"igh": 379,
"ĠD": 380,
"Ġcan": 381,
"ĠE": 382,
"Ġwas": 383,
"ud": 384,
"Ġfrom": 385,
"Ġch": 386,
"oc": 387,
"and": 388,
"ort": 389,
"Ġr": 390,
"ĠR": 391,
"Ġne": 392,
"ĠF": 393,
"Ġse": 394,
"ial": 395,
"Ġ2": 396,
"ure": 397,
"ĠâĢ": 398,
"un": 399,
"Ġnot": 400,
"Ġle": 401,
"ical": 402,
"art": 403,
"ĠG": 404,
"ĠN": 405,
"Ġhave": 406,
"ri": 407,
"ĠL": 408,
"og": 409,
"Ġsh": 410,
"Ġen": 411,
"Ġsp": 412,
"Ġthis": 413,
"pt": 414,
"ight": 415,
"Ġwor": 416,
"Ġab": 417,
"rou": 418,
"ich": 419,
"all": 420,
"red": 421,
"00": 422,
"ions": 423,
"ost": 424,
"ould": 425,
"ther": 426,
"gh": 427,
"our": 428,
"du": 429,
"ome": 430,
"Ġim": 431,
"ated": 432,
"per": 433,
"ine": 434,
"The": 435,
"Ġus": 436,
"Ġpl": 437,
"ag": 438,
"out": 439,
"ard": 440,
"act": 441,
"ff": 442,
"Ġtheir": 443,
"ell": 444,
"ide": 445,
"Ġint": 446,
"ĠO": 447,
"pl": 448,
"ear": 449,
"ast": 450,
"ans": 451,
"age": 452,
"ust": 453,
"ak": 454,
"ĠJ": 455,
"Ġwhich": 456,
"Ġyour": 457,
"Ġk": 458,
"Ġwhe": 459,
"ec": 460,
"Ġthey": 461,
"iz": 462,
"ous": 463,
"ĠU": 464,
"ood": 465,
"Ġad": 466,
"ult": 467,
"ĠIn": 468,
"Ġall": 469,
"ib": 470,
"Ġcont": 471,
"Ġwill": 472,
"Ġinc": 473,
"cc": 474,
"end": 475,
"ru": 476,
"Ġdis": 477,
"Ġcomp": 478,
"ap": 479,
"Ġmore": 480,
"ong": 481,
"âĢĿ": 482,
"Ġres": 483,
"ip": 484,
"ia": 485,
"vel": 486,
"ations": 487,
"Ġhas": 488,
"ew": 489,
"ere": 490,
"ary": 491,
"orm": 492,
"Ġdo": 493,
"so": 494,
"ater": 495,
"ĠTh": 496,
"ence": 497,
"ild": 498,
"able": 499,
"are": 500,
"Ġman": 501,
"Ġcl": 502,
"Ġother": 503,
"ual": 504,
"ks": 505,
"Ġbut": 506,
"ry": 507,
"Ġwere": 508,
"ind": 509,
"Ġper": 510,
"ĠâĢľ": 511,
"ep": 512,
"ents": 513,
"ance": 514,
"Ġimp": 515,
"ach": 516,
"Ġte": 517,
"Ġme": 518,
"Ġalso": 519,
"Ġone": 520,
"ose": 521,
"reat": 522,
"ign": 523,
"ake": 524,
"ress": 525,
"ass": 526,
"av": 527,
"'s": 528,
"ase": 529,
"au": 530,
"Ġso": 531,
"ction": 532,
"Ġ19": 533,
"Ġj": 534,
"ition": 535,
"Ġout": 536,
"ice": 537,
"ber": 538,
"Ġun": 539,
"ime": 540,
"one": 541,
"Ġapp": 542,
"very": 543,
"Ġpart": 544,
"Ġar": 545,
"Ġstud": 546,
"ord": 547,
"Ġabout": 548,
"Ġev": 549,
"ace": 550,
"ount": 551,
"ens": 552,
"ory": 553,
"ĠSt": 554,
"ish": 555,
"ack": 556,
"ok": 557,
"ire": 558,
"ame": 559,
"Ġwho": 560,
"Ġpe": 561,
"Ġinf": 562,
").": 563,
"Ġsy": 564,
"Ġcomm": 565,
"ub": 566,
"Ġhis": 567,
"ue": 568,
"ors": 569,
"Ġsc": 570,
"Ġthem": 571,
"ces": 572,
"ite": 573,
"ang": 574,
"ike": 575,
"ĠK": 576,
"ree": 577,
"ound": 578,
"olog": 579,
"low": 580,
"Ġpre": 581,
"ĠIt": 582,
"Ġup": 583,
"now": 584,
"Ġbec": 585,
"ric": 586,
"Ġmay": 587,
"iff": 588,
"Ġqu": 589,
"Ġthan": 590,
"ie": 591,
"ile": 592,
"ays": 593,
"Ġ\"": 594,
"ople": 595,
"Ġrec": 596,
"Ġyear": 597,
"Ġsome": 598,
"ĠCh": 599,
"ail": 600,
"Ġbeen": 601,
"Ġwhen": 602,
"ates": 603,
"Ġ20": 604,
"nder": 605,
"Ġthere": 606,
"ings": 607,
"Ġits": 608,
"ian": 609,
"ren": 610,
"mer": 611,
"Ġinto": 612,
"Ġtra": 613,
"ough": 614,
"rit": 615,
"Ġag": 616,
"Ġtime": 617,
"Ġwork": 618,
"ĠThis": 619,
"ph": 620,
"Ġover": 621,
"Ġgo": 622,
"Ġthese": 623,
"erv": 624,
"Ġdiff": 625,
"vers": 626,
"Ġro": 627,
"te": 628,
"ons": 629,
"Ġpeople": 630,
"Ġhow": 631,
"rough": 632,
"ally": 633,
"lud": 634,
"ĠV": 635,
"Ġ3": 636,
"ond": 637,
"ause": 638,
"Ġcons": 639,
"Ġcol": 640,
"Ġtr": 641,
"tern": 642,
"ms": 643,
"ific": 644,
"Ġra": 645,
"ll": 646,
"Ġuse": 647,
"ove": 648,
"Ġour": 649,
"we": 650,
"Ġhad": 651,
"Ġact": 652,
"Ġbet": 653,
"ys": 654,
"alth": 655,
"Ġmost": 656,
"int": 657,
"Ġlike": 658,
"ities": 659,
"irst": 660,
"lect": 661,
"Ġunder": 662,
"Ġbl": 663,
"lic": 664,
"ments": 665,
"Ġknow": 666,
"row": 667,
"Ġsa": 668,
"Ġacc": 669,
"ning": 670,
"les": 671,
"ĠY": 672,
"Ġdes": 673,
"ject": 674,
"ook": 675,
"ious": 676,
"velop": 677,
"ffect": 678,
"Ġneed": 679,
"Ġwould": 680,
"stem": 681,
"Ġtw": 682,
"Ġsuch": 683,
"Ġnew": 684,
"Ġrel": 685,
"Ġrep": 686,
"Ġchild": 687,
"Ġif": 688,
"Ġhel": 689,
"ob": 690,
"Ġgen": 691,
"ient": 692,
"ational": 693,
"Ġinclud": 694,
"Ġany": 695,
"ative": 696,
"cess": 697,
"ple": 698,
"Ġhelp": 699,
"ating": 700,
"ular": 701,
"hed": 702,
"Ġpr": 703,
"yp": 704,
"ced": 705,
"Ġph": 706,
"Ġwhat": 707,
"Ġused": 708,
"Ġprodu": 709,
"ool": 710,
"ov": 711,
"Ġonly": 712,
"Ġind": 713,
"Ġam": 714,
"Ġprov": 715,
"Ġmany": 716,
"Ġno": 717,
"Ġoff": 718,
"Ġdevelop": 719,
"Ġthrough": 720,
"Ġfirst": 721,
"Ġspec": 722,
"Ġfe": 723,
"ĠUn": 724,
"),": 725,
"Ġac": 726,
"fter": 727,
"ath": 728,
"ark": 729,
"ise": 730,
"round": 731,
"uc": 732,
"ics": 733,
"Ġdi": 734,
"oss": 735,
"Ġreg": 736,
"Ġexp": 737,
"uring": 738,
"Ġem": 739,
"Ġpo": 740,
"eth": 741,
"ne": 742,
"ful": 743,
"Ġdiffere": 744,
"ts": 745,
"Ġtwo": 746,
"Ġsystem": 747,
"rib": 748,
"erm": 749,
"oth": 750,
"hen": 751,
"iss": 752,
"rop": 753,
"ility": 754,
"ink": 755,
"old": 756,
"als": 757,
"Ġob": 758,
"Ġdec": 759,
"Ġ201": 760,
"Ġass": 761,
"ased": 762,
"ible": 763,
"Ġadd": 764,
"ĠâĢĵ": 765,
"Ġatt": 766,
"ange": 767,
"ten": 768,
"Ġsur": 769,
"Ġshould": 770,
"ĠHe": 771,
"ower": 772,
"ures": 773,
"ife": 774,
"arch": 775,
"Ġ-": 776,
"Ġwell": 777,
"ble": 778,
"Ġfl": 779,
"fore": 780,
"ert": 781,
"Ġsupp": 782,
"ween": 783,
"ract": 784,
"ng": 785,
"Ġrem": 786,
"own": 787,
"Ġinv": 788,
"Ġwater": 789,
"aw": 790,
"ram": 791,
"Ġco": 792,
"Ġyears": 793,
"Ġhealth": 794,
"Ġsub": 795,
"gan": 796,
"Ġ4": 797,
"Ġsm": 798,
"ade": 799,
"Ġbetween": 800,
"In": 801,
"ied": 802,
"sel": 803,
"cy": 804,
"hes": 805,
"ution": 806,
"Ġhigh": 807,
"its": 808,
"Ġpres": 809,
"Ġcould": 810,
"Ġ200": 811,
"Ġwhere": 812,
"ick": 813,
"Ġtrans": 814,
"Ġ5": 815,
"ily": 816,
"ever": 817,
"ants": 818,
"Ġmake": 819,
"Ġrese": 820,
"wn": 821,
"ĠAs": 822,
"Ġbu": 823,
"ology": 824,
"Ġget": 825,
"form": 826,
"uch": 827,
"chool": 828,
"Ġpers": 829,
"chn": 830,
"Ġher": 831,
"ident": 832,
"xt": 833,
"Ġimport": 834,
"ience": 835,
"ural": 836,
"Ġinter": 837,
"Ġear": 838,
"Ġform": 839,
"Ġmod": 840,
"ited": 841,
"Ġpol": 842,
"ting": 843,
"Ġnum": 844,
"Ġinst": 845,
"oci": 846,
"meric": 847,
"ines": 848,
"land": 849,
"ins": 850,
"Ġexam": 851,
"ef": 852,
"Ġdisc": 853,
"Ġdifferent": 854,
"ont": 855,
"Ġeffect": 856,
"ness": 857,
"Ġfound": 858,
"hat": 859,
"ata": 860,
"Ġcar": 861,
"Ġlear": 862,
"Ġlong": 863,
"ict": 864,
"ists": 865,
"Ġafter": 866,
"ually": 867,
"Ġbecause": 868,
"Ġexper": 869,
"Ġsim": 870,
"Ġworld": 871,
"gy": 872,
"Ġlar": 873,
"ism": 874,
"Ġincre": 875,
"Ġeven": 876,
"ature": 877,
"Ġvery": 878,
"oy": 879,
"Ġthen": 880,
"Ġed": 881,
"cept": 882,
"Ġcount": 883,
"ft": 884,
"Ġcent": 885,
"Ġmed": 886,
"Ġjust": 887,
"Ġdet": 888,
"Ġway": 889,
"Ġtyp": 890,
"get": 891,
"Ġhum": 892,
"Ġresp": 893,
"aking": 894,
"urn": 895,
"vent": 896,
"Ġinform": 897,
"Ġvar": 898,
"Ġsign": 899,
"ically": 900,
"other": 901,
"ety": 902,
"Ġ18": 903,
"Ġsee": 904,
"ĠAmeric": 905,
"Ġke": 906,
"Ġgener": 907,
"ives": 908,
"Ġthose": 909,
"ivers": 910,
"ollow": 911,
"iew": 912,
"Ġref": 913,
"Ġpat": 914,
"Ġprog": 915,
"Ġext": 916,
"ros": 917,
"Ġchildren": 918,
"Ġresult": 919,
"Ġevery": 920,
"Ġpub": 921,
"Ġcall": 922,
"arm": 923,
"Ġprocess": 924,
"Ġsaid": 925,
"ases": 926,
"ps": 927,
"Ġsec": 928,
"Ġfact": 929,
"ck": 930,
"Ġgra": 931,
"Ġeach": 932,
"Ġca": 933,
"omm": 934,
"ues": 935,
"ds": 936,
"..": 937,
"cer": 938,
"Ġbeing": 939,
"ody": 940,
"Ġloc": 941,
"iron": 942,
"ruct": 943,
".âĢĿ": 944,
"led": 945,
"Ġpartic": 946,
"Ġtechn": 947,
"Ġlife": 948,
"Ġrequ": 949,
"ages": 950,
"ork": 951,
"Ġdist": 952,
"Ġimportant": 953,
"ĠAl": 954,
"ĠWe": 955,
"Ġshe": 956,
"ved": 957,
"Ġcommun": 958,
"tle": 959,
"Ġset": 960,
"Ġdep": 961,
"Ġmon": 962,
"Ġduring": 963,
"Ġdef": 964,
"Ġmuch": 965,
"Ġent": 966,
"Ġcre": 967,
"ather": 968,
"cent": 969,
"Ġfam": 970,
"ized": 971,
"Ġstudents": 972,
"Ġread": 973,
"vern": 974,
"imes": 975,
"Ġlevel": 976,
"Ġlead": 977,
"ward": 978,
"ices": 979,
"Ġsk": 980,
"Ġfollow": 981,
"Ġfood": 982,
"Ġown": 983,
"Ġart": 984,
"Ġstudy": 985,
"ĠPro": 986,
"ĠThey": 987,
"Ġmy": 988,
"gg": 989,
"Ġgrow": 990,
"Ġaut": 991,
"Ġinformation": 992,
"ĠRe": 993,
"Ġ6": 994,
"Th": 995,
"Ġsame": 996,
"ize": 997,
"Ġdoes": 998,
"Ġdata": 999,
"any": 1000,
"Ġmade": 1001,
"Ġproble": 1002,
"Ġright": 1003,
"ection": 1004,
"Ġfind": 1005,
"Ġperson": 1006,
"onom": 1007,
"Ġcur": 1008,
"Ġmin": 1009,
"Ġschool": 1010,
"Ġend": 1011,
"Ġgood": 1012,
"Ġav": 1013,
"ĠIf": 1014,
"hip": 1015,
"ted": 1016,
"Ġstr": 1017,
"Ġback": 1018,
"Ġins": 1019,
"ale": 1020,
"Ġboth": 1021,
"ĠAn": 1022,
"the": 1023,
"ality": 1024,
"ĠFor": 1025,
".,": 1026,
"Ġche": 1027,
"||": 1028,
"viron": 1029,
"und": 1030,
"Ġusing": 1031,
"io": 1032,
"19": 1033,
"20": 1034,
"read": 1035,
"Ġexpl": 1036,
"Ġshow": 1037,
"ĠHow": 1038,
"Ġhist": 1039,
"Ġbefore": 1040,
"Ġsmall": 1041,
"Ġcor": 1042,
"ĠAr": 1043,
"Ġpop": 1044,
"Ġcomple": 1045,
"ock": 1046,
"Ġgl": 1047,
"Ġgrou": 1048,
"Ġtest": 1049,
"iel": 1050,
"ially": 1051,
"Ġmain": 1052,
"ivid": 1053,
"stand": 1054,
"Ġbr": 1055,
"Ġbo": 1056,
"ince": 1057,
"Ġoften": 1058,
"Ġsol": 1059,
"Ġagain": 1060,
"ined": 1061,
"Ġtreat": 1062,
"Ġval": 1063,
"omen": 1064,
"inal": 1065,
"ĠInd": 1066,
"ergy": 1067,
"ax": 1068,
"ars": 1069,
"Ġless": 1070,
"der": 1071,
"Ġprot": 1072,
"Ġday": 1073,
"rol": 1074,
"nce": 1075,
"000": 1076,
"ix": 1077,
"imate": 1078,
"Ġwhile": 1079,
"Ġtake": 1080,
"ty": 1081,
"ute": 1082,
"ex": 1083,
"Ġec": 1084,
"Ġposs": 1085,
"Ġresearch": 1086,
"Ġstate": 1087,
"ished": 1088,
"Ġdise": 1089,
"Ġocc": 1090,
"Ġlit": 1091,
"ral": 1092,
"ien": 1093,
"akes": 1094,
"oh": 1095,
"Ġserv": 1096,
"Ġnumber": 1097,
"Ġris": 1098,
"Ġbody": 1099,
"Ġnow": 1100,
"ĠSp": 1101,
"ĠNew": 1102,
"Ġpower": 1103,
"Ġmem": 1104,
"Ġorgan": 1105,
"ĠSc": 1106,
"vironment": 1107,
"Ġ10": 1108,
"Ġfun": 1109,
"Ġactiv": 1110,
"ier": 1111,
"Ġhim": 1112,
"ulation": 1113,
"Ġhuman": 1114,
"Ġprovid": 1115,
"Ġvis": 1116,
"irect": 1117,
"air": 1118,
"Ġredu": 1119,
"dition": 1120,
"Ġchar": 1121,
"Ġaround": 1122,
"Ġsupport": 1123,
"Ġhand": 1124,
"up": 1125,
"iqu": 1126,
"Ġcell": 1127,
"Ġdesign": 1128,
"Ġdown": 1129,
"ered": 1130,
"iving": 1131,
"Ġclass": 1132,
"ury": 1133,
"Ġbel": 1134,
"ium": 1135,
"Ġthree": 1136,
"ves": 1137,
"ters": 1138,
"Ġcommon": 1139,
"iversity": 1140,
"Ġelect": 1141,
"Ġmust": 1142,
"hers": 1143,
"ocial": 1144,
"Ġ7": 1145,
"Ġconf": 1146,
"ven": 1147,
"ger": 1148,
"Ġstart": 1149,
"Ġlook": 1150,
"ital": 1151,
"aj": 1152,
"day": 1153,
"uss": 1154,
"rent": 1155,
"Ġcle": 1156,
"âĢĶ": 1157,
"acter": 1158,
"Ġest": 1159,
"Ġplan": 1160,
",âĢĿ": 1161,
"ross": 1162,
"ah": 1163,
"ave": 1164,
"Ġpoint": 1165,
"ving": 1166,
"Ġgreat": 1167,
"Ġreport": 1168,
"ains": 1169,
"ĠBut": 1170,
"Ġgovern": 1171,
"âĢĵ": 1172,
"Ġlarge": 1173,
"Ġser": 1174,
"cl": 1175,
"ouse": 1176,
"Ġexample": 1177,
"Ġ8": 1178,
"Ġland": 1179,
"ron": 1180,
"Ġcare": 1181,
"Ġdid": 1182,
"Ġcontin": 1183,
"Ġop": 1184,
"self": 1185,
"ull": 1186,
"ĠYou": 1187,
"ional": 1188,
"itions": 1189,
"gen": 1190,
"Ġwrit": 1191,
"rain": 1192,
"ared": 1193,
"ĠThere": 1194,
"Ġequ": 1195,
"ee": 1196,
"Ġallow": 1197,
"anc": 1198,
"Ġeduc": 1199,
"Ġincluding": 1200,
"com": 1201,
"way": 1202,
"Ġadv": 1203,
"Ġdr": 1204,
"Ġbuild": 1205,
"Ġconst": 1206,
"orn": 1207,
"10": 1208,
"eg": 1209,
"ash": 1210,
"Ġmet": 1211,
"Ġunderstand": 1212,
"ĠIs": 1213,
"Ġthough": 1214,
"This": 1215,
"ner": 1216,
"Ġret": 1217,
"Ġcalled": 1218,
"Ġcour": 1219,
"ĠAnd": 1220,
"esp": 1221,
"ĠâĢĺ": 1222,
"iver": 1223,
"ividual": 1224,
"iven": 1225,
"Ġknown": 1226,
"Ġbeh": 1227,
"outh": 1228,
"aterial": 1229,
"Ġstill": 1230,
"Ġpract": 1231,
"Ġpublic": 1232,
"Ġsom": 1233,
"ets": 1234,
"ries": 1235,
"Ġ9": 1236,
"ids": 1237,
"ired": 1238,
"de": 1239,
"ential": 1240,
"Ġeas": 1241,
"Ġquest": 1242,
"oms": 1243,
"els": 1244,
"Ġplace": 1245,
"Ġgu": 1246,
"iod": 1247,
"ĠWh": 1248,
"Ġide": 1249,
"Ġappro": 1250,
"osed": 1251,
"itive": 1252,
"Ġmight": 1253,
"ization": 1254,
"Ġthink": 1255,
"ected": 1256,
"Ġgre": 1257,
"ering": 1258,
"inc": 1259,
"erest": 1260,
"Ġmat": 1261,
"Ġenergy": 1262,
"Ġfew": 1263,
"Ġtem": 1264,
"Ġcaus": 1265,
"ank": 1266,
"ĠThese": 1267,
"ination": 1268,
"eng": 1269,
"Ġdem": 1270,
"lish": 1271,
"raph": 1272,
"Ġstand": 1273,
"bers": 1274,
"Ġpresent": 1275,
"Ġenvironment": 1276,
"Ġchang": 1277,
"oun": 1278,
".\"": 1279,
"ration": 1280,
"ources": 1281,
"âĢľ": 1282,
"Ġindividual": 1283,
"ption": 1284,
"Ġwithin": 1285,
"Ġlight": 1286,
"Ġchange": 1287,
"me": 1288,
"ording": 1289,
"Ġproduct": 1290,
"ived": 1291,
"Ġpur": 1292,
"ense": 1293,
"Ġwithout": 1294,
"Ġdevelopment": 1295,
"ĠEng": 1296,
"ior": 1297,
"ffic": 1298,
"tt": 1299,
"Ġimm": 1300,
"Ġiss": 1301,
"Ġphys": 1302,
"Ġair": 1303,
"agn": 1304,
"Ġsym": 1305,
"ason": 1306,
"Ġwant": 1307,
"Ġmaterial": 1308,
"Ġimpro": 1309,
"Ġproject": 1310,
"Ġ199": 1311,
"line": 1312,
"ethod": 1313,
"Ġprof": 1314,
"ertain": 1315,
"Ġcap": 1316,
"Ġident": 1317,
"Ġben": 1318,
"Ġpot": 1319,
"less": 1320,
"Ġlearn": 1321,
"Ġplay": 1322,
"ĠDe": 1323,
"arent": 1324,
"alk": 1325,
"angu": 1326,
"man": 1327,
"ĠUniversity": 1328,
"eral": 1329,
"Ġeng": 1330,
"iness": 1331,
"Ġdisease": 1332,
"Ġpos": 1333,
"Ġdirect": 1334,
"Ġbre": 1335,
"Ġsl": 1336,
"Ġdon": 1337,
"Ġve": 1338,
"Ġsit": 1339,
"bs": 1340,
"ĠAmerican": 1341,
"ability": 1342,
"Ġvari": 1343,
"Ġpass": 1344,
"illion": 1345,
"ton": 1346,
"Ġanal": 1347,
"Ġanother": 1348,
"Ġsocial": 1349,
"ental": 1350,
"Ġwomen": 1351,
"Ġarea": 1352,
"Ġ&": 1353,
"ield": 1354,
"orth": 1355,
"Ġmeas": 1356,
"ris": 1357,
"Ġbest": 1358,
"rodu": 1359,
"Ġant": 1360,
"Ġet": 1361,
"ajor": 1362,
"Ġmus": 1363,
"ified": 1364,
"ological": 1365,
"Ġinclude": 1366,
"Ġbelie": 1367,
"Ġhome": 1368,
"Ġblood": 1369,
"ians": 1370,
"Ġcult": 1371,
"Ġrisk": 1372,
"ify": 1373,
"ug": 1374,
"Ġmark": 1375,
"ĠAd": 1376,
"Ġbas": 1377,
"ained": 1378,
"ĠCon": 1379,
"ccess": 1380,
"Ġlaw": 1381,
"erc": 1382,
"Ġinterest": 1383,
"Ġdesc": 1384,
"atic": 1385,
"atural": 1386,
"Ġrest": 1387,
"ently": 1388,
"Ġeconom": 1389,
"Ġcontrol": 1390,
"Ġopp": 1391,
"Ġold": 1392,
"ining": 1393,
"Ġbecome": 1394,
"Ġpain": 1395,
"Ġsever": 1396,
"hor": 1397,
"It": 1398,
"ats": 1399,
"Ġproper": 1400,
"Ġanim": 1401,
"az": 1402,
"arc": 1403,
"ĠPh": 1404,
"Ġearly": 1405,
"Ġleg": 1406,
"ern": 1407,
"Ġmove": 1408,
"ource": 1409,
"Ġlow": 1410,
"Ġprogram": 1411,
"Ġess": 1412,
"'t": 1413,
"Ġbetter": 1414,
"Ġagainst": 1415,
"Ġpar": 1416,
"gin": 1417,
"ĠHowever": 1418,
"Ġmethod": 1419,
"ways": 1420,
"ĠSh": 1421,
"here": 1422,
"ills": 1423,
"Ġlast": 1424,
"str": 1425,
"Ġmil": 1426,
"Ġtre": 1427,
"lished": 1428,
"ision": 1429,
"Ġsecond": 1430,
"Ġwar": 1431,
"Ġgovernment": 1432,
"to": 1433,
"rist": 1434,
"ik": 1435,
"Ġkeep": 1436,
"Ġoper": 1437,
"Ġreal": 1438,
"Ġorder": 1439,
"Ġhistory": 1440,
"ients": 1441,
"ider": 1442,
"rap": 1443,
"Ġtoo": 1444,
"eed": 1445,
"Ġhere": 1446,
"Ġmeans": 1447,
"ead": 1448,
"Ġoccur": 1449,
"Ġinfl": 1450,
"Ġele": 1451,
"ware": 1452,
"Ġfore": 1453,
"Ġavail": 1454,
"Ġprovide": 1455,
"Ġperform": 1456,
"Ġmajor": 1457,
"ator": 1458,
"Ġcause": 1459,
"Ġdev": 1460,
"Ġindu": 1461,
"view": 1462,
"Ġter": 1463,
"Ġfamily": 1464,
"ĠRes": 1465,
"ission": 1466,
"ĠCl": 1467,
"ention": 1468,
"Ġtop": 1469,
"Ġgroup": 1470,
"Ġparticular": 1471,
"ards": 1472,
"ĠWhen": 1473,
"ĠâĢĶ": 1474,
"ĠEx": 1475,
"Ġcurrent": 1476,
"ples": 1477,
"par": 1478,
"ĠGod": 1479,
"amp": 1480,
"Ġ[": 1481,
"Ġsaf": 1482,
"Ġspecies": 1483,
"icle": 1484,
"Ġperiod": 1485,
"Ġpossible": 1486,
"Ġseveral": 1487,
"Ġnear": 1488,
"Ġ.": 1489,
"Ġlearning": 1490,
"ote": 1491,
"Ġaddition": 1492,
"Ġunt": 1493,
"ĠUnited": 1494,
"Ġ15": 1495,
"Ġinvol": 1496,
"Ġhig": 1497,
"ograph": 1498,
"Ġbenef": 1499,
"Ġpercent": 1500,
"Ġfin": 1501,
"Ġmean": 1502,
"use": 1503,
"pect": 1504,
"irc": 1505,
"Ġprom": 1506,
"Ġorig": 1507,
"oid": 1508,
"Ġsay": 1509,
"Ġplant": 1510,
"Ġable": 1511,
"Ġsignific": 1512,
"ogn": 1513,
"urop": 1514,
"Ġmen": 1515,
"idence": 1516,
"Ġcal": 1517,
"Ġhapp": 1518,
"Ġlim": 1519,
"Ġbus": 1520,
"sy": 1521,
"Ġlangu": 1522,
"ina": 1523,
"Ġopen": 1524,
"Ġaffect": 1525,
"Ġnon": 1526,
"ories": 1527,
"Ġcost": 1528,
"Ġsince": 1529,
"Ġamong": 1530,
"Ġel": 1531,
"ĠTo": 1532,
"ots": 1533,
"ĠPl": 1534,
"Ġscient": 1535,
"Ġfeel": 1536,
"Ġthings": 1537,
"Ġareas": 1538,
"ĠCol": 1539,
"Ġmar": 1540,
"ilar": 1541,
"ĠQ": 1542,
"Ġsays": 1543,
"ret": 1544,
"ane": 1545,
"Ġothers": 1546,
"though": 1547,
"osp": 1548,
"ĠSe": 1549,
"Ġcountry": 1550,
"Ġtreatment": 1551,
"port": 1552,
"ĠZ": 1553,
"aper": 1554,
"ling": 1555,
"Ġbased": 1556,
"Ġavailable": 1557,
"ends": 1558,
"Ġtimes": 1559,
"Ġhead": 1560,
"ended": 1561,
"elf": 1562,
"omp": 1563,
"Ġfre": 1564,
"Ġprevent": 1565,
"ole": 1566,
"Ġfollowing": 1567,
"Ġaccess": 1568,
"Ġcond": 1569,
"Ġname": 1570,
"sc": 1571,
"Ġfour": 1572,
"ww": 1573,
"Ġdel": 1574,
"Ġfac": 1575,
"ĠCan": 1576,
"cing": 1577,
"of": 1578,
"ocus": 1579,
"ĠComm": 1580,
"urther": 1581,
"ances": 1582,
"Ġage": 1583,
"Ġwee": 1584,
"ploy": 1585,
"Ġstruct": 1586,
"ames": 1587,
"ĠStates": 1588,
"Ġbi": 1589,
"ably": 1590,
"Ġlo": 1591,
"une": 1592,
"ĠAt": 1593,
"urope": 1594,
"Ġcome": 1595,
"Ġfree": 1596,
"ĠWhat": 1597,
"Ġmonth": 1598,
"Ġcase": 1599,
"Ġproblem": 1600,
"Ġpost": 1601,
"Ġcertain": 1602,
"ised": 1603,
"Ġrun": 1604,
"Ġconn": 1605,
"br": 1606,
"oint": 1607,
"Ġ17": 1608,
"Ġlab": 1609,
"Ġput": 1610,
"Ġrece": 1611,
",\"": 1612,
"ression": 1613,
"Ġlevels": 1614,
"Ġtype": 1615,
"Ġproblems": 1616,
"Ġ12": 1617,
"Ġpress": 1618,
"Ġlist": 1619,
"Ġsuccess": 1620,
"Ġnatural": 1621,
"ones": 1622,
"pr": 1623,
"Ġintern": 1624,
"ope": 1625,
"Ġview": 1626,
"be": 1627,
"Ġcreat": 1628,
"Ġamount": 1629,
"Ġlocal": 1630,
"ox": 1631,
"Ġbro": 1632,
"icult": 1633,
"Ġhard": 1634,
"Ġgr": 1635,
"Ġbir": 1636,
"Ġlittle": 1637,
"What": 1638,
"work": 1639,
"Ġvol": 1640,
"ggest": 1641,
"Ġobject": 1642,
"olution": 1643,
"hy": 1644,
"We": 1645,
"ĠEn": 1646,
"Ġsignificant": 1647,
"Ġassoci": 1648,
"por": 1649,
"Ġmult": 1650,
"ĠAf": 1651,
"Ġimpact": 1652,
"ĠCent": 1653,
"Ġdue": 1654,
"Ġflow": 1655,
"Ġlet": 1656,
"Ġyoung": 1657,
"12": 1658,
"Ġfar": 1659,
"ĠEurope": 1660,
"Ġbook": 1661,
"ĠTe": 1662,
"resent": 1663,
"Ġvir": 1664,
"atory": 1665,
"18": 1666,
"Ġshort": 1667,
"Ġmaking": 1668,
"ĠNational": 1669,
"Ġcells": 1670,
"Ġ0": 1671,
"Ġeducation": 1672,
"Ġuntil": 1673,
"Ġlater": 1674,
"ication": 1675,
"ither": 1676,
"Ġfocus": 1677,
"ortun": 1678,
"ged": 1679,
"ured": 1680,
"Ġsuggest": 1681,
"ething": 1682,
"Ġinvest": 1683,
"ately": 1684,
"uture": 1685,
"ides": 1686,
"Ġturn": 1687,
"Ġsw": 1688,
"ĠChrist": 1689,
"Ġcomput": 1690,
"oks": 1691,
"Ġgiven": 1692,
"stit": 1693,
"Ġbehav": 1694,
"Ġcho": 1695,
"Ġhy": 1696,
"Ġdays": 1697,
"ĠBe": 1698,
"If": 1699,
"Ġrad": 1700,
"As": 1701,
"Ġdeterm": 1702,
"hem": 1703,
"ledge": 1704,
"not": 1705,
"ĠUS": 1706,
"Ġsystems": 1707,
"over": 1708,
"Ġfunction": 1709,
"cle": 1710,
"Ġlikely": 1711,
"aken": 1712,
"aps": 1713,
"ĠOr": 1714,
"Ġheart": 1715,
"ĠFr": 1716,
"Ġcirc": 1717,
"agement": 1718,
"Ġpolit": 1719,
"Ġalong": 1720,
"Ġseem": 1721,
"ĠOn": 1722,
"Ġcomb": 1723,
"Ġobs": 1724,
"orld": 1725,
"ohn": 1726,
"Ġtechnology": 1727,
"Ġincrease": 1728,
"Ġcommunity": 1729,
"Ġresults": 1730,
"face": 1731,
"ending": 1732,
"Ġfil": 1733,
"Ġappear": 1734,
"Ġusually": 1735,
"Ġsing": 1736,
"ried": 1737,
"Ġ16": 1738,
"Ġalways": 1739,
"ĠAll": 1740,
"Ġdeath": 1741,
"ecially": 1742,
"Ġsomething": 1743,
"Ġteac": 1744,
"Ġenc": 1745,
"Ġtemper": 1746,
"ape": 1747,
"etic": 1748,
"Ġpast": 1749,
"Ġconsum": 1750,
"Ġdifficult": 1751,
"Ġcourse": 1752,
"ring": 1753,
"aster": 1754,
"Ġdra": 1755,
"Ġrele": 1756,
"Ġauthor": 1757,
"Ġclear": 1758,
"vious": 1759,
"ann": 1760,
"Ġcreate": 1761,
"Ġcr": 1762,
"Ġspecific": 1763,
"11": 1764,
"asing": 1765,
"Ġsimilar": 1766,
"ociety": 1767,
"Ġlanguage": 1768,
"Ġtoday": 1769,
"Ġgive": 1770,
"ours": 1771,
"ember": 1772,
"Ġparent": 1773,
"Ġexperience": 1774,
"Ġeffective": 1775,
"50": 1776,
"isc": 1777,
"Ġwords": 1778,
"Ġey": 1779,
"Ġcharacter": 1780,
"Ġ$": 1781,
"ĠBl": 1782,
"Ġconditions": 1783,
"af": 1784,
"ler": 1785,
"Ġill": 1786,
"ptoms": 1787,
"Ġneeds": 1788,
"rug": 1789,
"Ġexist": 1790,
"idd": 1791,
"ators": 1792,
"Ġdam": 1793,
"Ġrecord": 1794,
"Ġmillion": 1795,
"Ġdescrib": 1796,
"aining": 1797,
"min": 1798,
"especially": 1799,
"obal": 1800,
"Ġworks": 1801,
"app": 1802,
"Ġwhy": 1803,
"Ġacross": 1804,
"Ġpopulation": 1805,
"Ġprofess": 1806,
"Ġcrit": 1807,
"Ġ'": 1808,
"ĠBrit": 1809,
"Ġhigher": 1810,
"Ġfuture": 1811,
"Ġspace": 1812,
"Ġspecial": 1813,
"Ġer": 1814,
"Ġapplic": 1815,
"orts": 1816,
"Ġvarious": 1817,
"Ġdiscuss": 1818,
"Ġstrong": 1819,
"ribut": 1820,
"ĠAfric": 1821,
"Ġcentury": 1822,
"Ġcountries": 1823,
"Ġtoget": 1824,
"Ġtogether": 1825,
"ored": 1826,
"Ġbrain": 1827,
"Ġprop": 1828,
"mit": 1829,
"Ġnext": 1830,
"Ġbegin": 1831,
"ruction": 1832,
"ĠSo": 1833,
"Ġnecess": 1834,
"ĠMed": 1835,
"Ġline": 1836,
"Ġcancer": 1837,
"Ġleast": 1838,
"Ġabove": 1839,
"ysis": 1840,
"Ġplants": 1841,
"Ġchanges": 1842,
"Ġtry": 1843,
"Ġbusiness": 1844,
"most": 1845,
"Ġrequire": 1846,
"Ġside": 1847,
"Ġeffects": 1848,
"Ġmov": 1849,
"Ġrespons": 1850,
"Ġhowever": 1851,
"Ġcy": 1852,
"Ġimprove": 1853,
"nal": 1854,
"Ġresearc": 1855,
"__": 1856,
"reen": 1857,
"Ġask": 1858,
"Ġworking": 1859,
"aves": 1860,
"There": 1861,
"Ġkind": 1862,
"ales": 1863,
"ique": 1864,
"Ġleft": 1865,
"Ġestab": 1866,
"ilities": 1867,
"oney": 1868,
"selves": 1869,
"ray": 1870,
"Ġcolle": 1871,
"ĠEar": 1872,
"Ġaway": 1873,
"ode": 1874,
"atch": 1875,
"ateg": 1876,
"acc": 1877,
"Ġpatients": 1878,
"Ġcomplete": 1879,
"Ġways": 1880,
"How": 1881,
"sw": 1882,
"Ġespecially": 1883,
"Ġmot": 1884,
"Ġenough": 1885,
"Ġterm": 1886,
"Ġnever": 1887,
"omes": 1888,
"acy": 1889,
"Ġplac": 1890,
"oot": 1891,
"Ġtool": 1892,
"Ġchem": 1893,
"sp": 1894,
"Ġnet": 1895,
"by": 1896,
"Ġgeneral": 1897,
"ument": 1898,
"Ġtru": 1899,
"alf": 1900,
"Ġfull": 1901,
"ym": 1902,
"Ġprim": 1903,
"Ġstudies": 1904,
"amm": 1905,
"Ġkey": 1906,
"duct": 1907,
"Ġsubject": 1908,
"Ġinflu": 1909,
"let": 1910,
"iting": 1911,
"Ġsens": 1912,
"ires": 1913,
"ilt": 1914,
"for": 1915,
"St": 1916,
"Ġhaving": 1917,
"Ġrole": 1918,
"ĠJohn": 1919,
"Ġconsider": 1920,
"ges": 1921,
"Ġtypes": 1922,
"aching": 1923,
"side": 1924,
"Ġcases": 1925,
"ĠGerm": 1926,
"Ġnorm": 1927,
"lement": 1928,
"Ġteam": 1929,
"hing": 1930,
"ipp": 1931,
"aring": 1932,
"Ġstep": 1933,
"Ġrelations": 1934,
"thing": 1935,
"...": 1936,
"chie": 1937,
"Ġaccount": 1938,
"ency": 1939,
"Ġlower": 1940,
"ĠWar": 1941,
"Ġgoing": 1942,
"Ġz": 1943,
"Ġphysical": 1944,
"Ġpolic": 1945,
"Ġsymptoms": 1946,
"200": 1947,
"Ġself": 1948,
"Ġwhether": 1949,
"ley": 1950,
"Ġbecame": 1951,
"Ġopt": 1952,
"Ġfurther": 1953,
"oman": 1954,
"NA": 1955,
"ned": 1956,
"Ġprotect": 1957,
"ĠSome": 1958,
"ued": 1959,
"//": 1960,
"Ġsum": 1961,
"apt": 1962,
"istic": 1963,
"Ġmind": 1964,
"edi": 1965,
"Ġscience": 1966,
"eter": 1967,
"Ġpred": 1968,
"ification": 1969,
"Ġhouse": 1970,
"Ġconcer": 1971,
"ĠWorld": 1972,
"ae": 1973,
"Ġ198": 1974,
"ĠGen": 1975,
"Ġknowledge": 1976,
"aim": 1977,
"ready": 1978,
"Ġmic": 1979,
"ĠOne": 1980,
"iol": 1981,
"Ġmakes": 1982,
"ables": 1983,
"atures": 1984,
"Ġbig": 1985,
"bon": 1986,
"Ġlive": 1987,
"Ġwr": 1988,
"Ġrepresent": 1989,
"Ġpaper": 1990,
"Ġground": 1991,
"ott": 1992,
"Ġreason": 1993,
"Ġproduction": 1994,
"itor": 1995,
"Ġquestion": 1996,
"Ġgrowth": 1997,
"ĠWith": 1998,
"15": 1999,
"Ġ30": 2000,
"Ġens": 2001,
"30": 2002,
"Ġfund": 2003,
"Ġchall": 2004,
"Ġvalue": 2005,
"ĠEnglish": 2006,
"ĠLe": 2007,
"Ġcity": 2008,
"Ġtoward": 2009,
"Ġeff": 2010,
"16": 2011,
"Ġdig": 2012,
"sych": 2013,
"Ġrange": 2014,
"aut": 2015,
"Ġactivity": 2016,
"ites": 2017,
"Ġnut": 2018,
"cul": 2019,
"ibility": 2020,
"ird": 2021,
"Ġseen": 2022,
"ung": 2023,
"lo": 2024,
"Ġactivities": 2025,
"Ġsure": 2026,
"iple": 2027,
"verage": 2028,
"://": 2029,
"Ġemploy": 2030,
"Ġtext": 2031,
"ĠGo": 2032,
"erence": 2033,
"ream": 2034,
"urch": 2035,
"iation": 2036,
"Ġindic": 2037,
"Ġmodel": 2038,
"rel": 2039,
"Ġalready": 2040,
"Ġpotential": 2041,
"An": 2042,
"Ġgroups": 2043,
"Ġquality": 2044,
"Ġoffic": 2045,
"augh": 2046,
"Ġ14": 2047
},
"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"
],
[
"Ġo",
"f"
],
[
"a",
"n"
],
[
"Ġ",
"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"
],
[
"i",
"r"
],
[
"Ġ",
"C"
],
[
"Ġ",
"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"
],
[
"o",
"d"
],
[
"t",
"er"
],
[
"ĠT",
"he"
],
[
"Ġ",
"M"
],
[
"Ġ",
"("
],
[
"m",
"ent"
],
[
"g",
"e"
],
[
"Ġ",
"P"
],
[
"Ġ",
"1"
],
[
"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"
],
[
"e",
"ct"
],
[
"âĢ",
"Ļ"
],
[
"Ġw",
"e"
],
[
"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"
],
[
"i",
"v"
],
[
"Ġ",
"W"
],
[
"q",
"u"
],
[
"a",
"in"
],
[
"n",
"t"
],
[
"Ġa",
"t"
],
[
"p",
"p"
],
[
"ig",
"h"
],
[
"Ġ",
"D"
],
[
"Ġc",
"an"
],
[
"Ġ",
"E"
],
[
"Ġw",
"as"
],
[
"u",
"d"
],
[
"Ġf",
"rom"
],
[
"Ġc",
"h"
],
[
"o",
"c"
],
[
"a",
"nd"
],
[
"or",
"t"
],
[
"Ġ",
"r"
],
[
"Ġ",
"R"
],
[
"Ġn",
"e"
],
[
"Ġ",
"F"
],
[
"Ġs",
"e"
],
[
"i",
"al"
],
[
"Ġ",
"2"
],
[
"u",
"re"
],
[
"Ġ",
"âĢ"
],
[
"u",
"n"
],
[
"Ġn",
"ot"
],
[
"Ġ",
"le"
],
[
"ic",
"al"
],
[
"ar",
"t"
],
[
"Ġ",
"G"
],
[
"Ġ",
"N"
],
[
"Ġha",
"ve"
],
[
"r",
"i"
],
[
"Ġ",
"L"
],
[
"o",
"g"
],
[
"Ġs",
"h"
],
[
"Ġ",
"en"
],
[
"Ġs",
"p"
],
[
"Ġth",
"is"
],
[
"p",
"t"
],
[
"igh",
"t"
],
[
"Ġw",
"or"
],
[
"Ġa",
"b"
],
[
"r",
"ou"
],
[
"ic",
"h"
],
[
"al",
"l"
],
[
"re",
"d"
],
[
"0",
"0"
],
[
"ion",
"s"
],
[
"o",
"st"
],
[
"ou",
"ld"
],
[
"t",
"her"
],
[
"g",
"h"
],
[
"ou",
"r"
],
[
"d",
"u"
],
[
"om",
"e"
],
[
"Ġ",
"im"
],
[
"at",
"ed"
],
[
"p",
"er"
],
[
"in",
"e"
],
[
"T",
"he"
],
[
"Ġu",
"s"
],
[
"Ġp",
"l"
],
[
"a",
"g"
],
[
"ou",
"t"
],
[
"ar",
"d"
],
[
"a",
"ct"
],
[
"f",
"f"
],
[
"Ġthe",
"ir"
],
[
"el",
"l"
],
[
"id",
"e"
],
[
"Ġin",
"t"
],
[
"Ġ",
"O"
],
[
"p",
"l"
],
[
"e",
"ar"
],
[
"as",
"t"
],
[
"an",
"s"
],
[
"a",
"ge"
],
[
"u",
"st"
],
[
"a",
"k"
],
[
"Ġ",
"J"
],
[
"Ġwh",
"ich"
],
[
"Ġyou",
"r"
],
[
"Ġ",
"k"
],
[
"Ġw",
"he"
],
[
"e",
"c"
],
[
"Ġthe",
"y"
],
[
"i",
"z"
],
[
"ou",
"s"
],
[
"Ġ",
"U"
],
[
"o",
"od"
],
[
"Ġa",
"d"
],
[
"ul",
"t"
],
[
"ĠI",
"n"
],
[
"Ġal",
"l"
],
[
"i",
"b"
],
[
"Ġcon",
"t"
],
[
"Ġw",
"ill"
],
[
"Ġin",
"c"
],
[
"c",
"c"
],
[
"en",
"d"
],
[
"r",
"u"
],
[
"Ġd",
"is"
],
[
"Ġcom",
"p"
],
[
"a",
"p"
],
[
"Ġm",
"ore"
],
[
"on",
"g"
],
[
"âĢ",
"Ŀ"
],
[
"Ġre",
"s"
],
[
"i",
"p"
],
[
"i",
"a"
],
[
"ve",
"l"
],
[
"ation",
"s"
],
[
"Ġh",
"as"
],
[
"e",
"w"
],
[
"e",
"re"
],
[
"ar",
"y"
],
[
"or",
"m"
],
[
"Ġd",
"o"
],
[
"s",
"o"
],
[
"at",
"er"
],
[
"ĠT",
"h"
],
[
"en",
"ce"
],
[
"il",
"d"
],
[
"ab",
"le"
],
[
"a",
"re"
],
[
"Ġm",
"an"
],
[
"Ġc",
"l"
],
[
"Ġo",
"ther"
],
[
"u",
"al"
],
[
"k",
"s"
],
[
"Ġb",
"ut"
],
[
"r",
"y"
],
[
"Ġwe",
"re"
],
[
"in",
"d"
],
[
"Ġp",
"er"
],
[
"ĠâĢ",
"ľ"
],
[
"e",
"p"
],
[
"ent",
"s"
],
[
"an",
"ce"
],
[
"Ġim",
"p"
],
[
"a",
"ch"
],
[
"Ġt",
"e"
],
[
"Ġm",
"e"
],
[
"Ġal",
"so"
],
[
"Ġon",
"e"
],
[
"o",
"se"
],
[
"re",
"at"
],
[
"ig",
"n"
],
[
"a",
"ke"
],
[
"res",
"s"
],
[
"as",
"s"
],
[
"a",
"v"
],
[
"'",
"s"
],
[
"as",
"e"
],
[
"a",
"u"
],
[
"Ġs",
"o"
],
[
"ct",
"ion"
],
[
"Ġ1",
"9"
],
[
"Ġ",
"j"
],
[
"it",
"ion"
],
[
"Ġo",
"ut"
],
[
"ic",
"e"
],
[
"b",
"er"
],
[
"Ġu",
"n"
],
[
"im",
"e"
],
[
"on",
"e"
],
[
"Ġa",
"pp"
],
[
"ver",
"y"
],
[
"Ġp",
"art"
],
[
"Ġa",
"r"
],
[
"Ġst",
"ud"
],
[
"or",
"d"
],
[
"Ġab",
"out"
],
[
"Ġe",
"v"
],
[
"a",
"ce"
],
[
"ou",
"nt"
],
[
"en",
"s"
],
[
"or",
"y"
],
[
"ĠS",
"t"
],
[
"is",
"h"
],
[
"ac",
"k"
],
[
"o",
"k"
],
[
"i",
"re"
],
[
"am",
"e"
],
[
"Ġwh",
"o"
],
[
"Ġp",
"e"
],
[
"Ġin",
"f"
],
[
")",
"."
],
[
"Ġs",
"y"
],
[
"Ġcom",
"m"
],
[
"u",
"b"
],
[
"Ġh",
"is"
],
[
"u",
"e"
],
[
"or",
"s"
],
[
"Ġs",
"c"
],
[
"Ġthe",
"m"
],
[
"c",
"es"
],
[
"it",
"e"
],
[
"an",
"g"
],
[
"i",
"ke"
],
[
"Ġ",
"K"
],
[
"re",
"e"
],
[
"ou",
"nd"
],
[
"ol",
"og"
],
[
"l",
"ow"
],
[
"Ġp",
"re"
],
[
"ĠI",
"t"
],
[
"Ġu",
"p"
],
[
"n",
"ow"
],
[
"Ġbe",
"c"
],
[
"r",
"ic"
],
[
"Ġm",
"ay"
],
[
"if",
"f"
],
[
"Ġ",
"qu"
],
[
"Ġth",
"an"
],
[
"i",
"e"
],
[
"i",
"le"
],
[
"ay",
"s"
],
[
"Ġ",
"\""
],
[
"op",
"le"
],
[
"Ġre",
"c"
],
[
"Ġy",
"ear"
],
[
"Ġs",
"ome"
],
[
"ĠC",
"h"
],
[
"a",
"il"
],
[
"Ġbe",
"en"
],
[
"Ġwhe",
"n"
],
[
"at",
"es"
],
[
"Ġ2",
"0"
],
[
"nd",
"er"
],
[
"Ġthe",
"re"
],
[
"ing",
"s"
],
[
"Ġit",
"s"
],
[
"i",
"an"
],
[
"re",
"n"
],
[
"m",
"er"
],
[
"Ġint",
"o"
],
[
"Ġt",
"ra"
],
[
"ou",
"gh"
],
[
"r",
"it"
],
[
"Ġa",
"g"
],
[
"Ġt",
"ime"
],
[
"Ġwor",
"k"
],
[
"ĠTh",
"is"
],
[
"p",
"h"
],
[
"Ġo",
"ver"
],
[
"Ġg",
"o"
],
[
"Ġthe",
"se"
],
[
"er",
"v"
],
[
"Ġd",
"iff"
],
[
"ver",
"s"
],
[
"Ġ",
"ro"
],
[
"t",
"e"
],
[
"on",
"s"
],
[
"Ġpe",
"ople"
],
[
"Ġh",
"ow"
],
[
"rou",
"gh"
],
[
"al",
"ly"
],
[
"l",
"ud"
],
[
"Ġ",
"V"
],
[
"Ġ",
"3"
],
[
"on",
"d"
],
[
"au",
"se"
],
[
"Ġcon",
"s"
],
[
"Ġc",
"ol"
],
[
"Ġt",
"r"
],
[
"ter",
"n"
],
[
"m",
"s"
],
[
"if",
"ic"
],
[
"Ġ",
"ra"
],
[
"l",
"l"
],
[
"Ġu",
"se"
],
[
"o",
"ve"
],
[
"Ġo",
"ur"
],
[
"w",
"e"
],
[
"Ġh",
"ad"
],
[
"Ġa",
"ct"
],
[
"Ġbe",
"t"
],
[
"y",
"s"
],
[
"al",
"th"
],
[
"Ġm",
"ost"
],
[
"in",
"t"
],
[
"Ġl",
"ike"
],
[
"it",
"ies"
],
[
"ir",
"st"
],
[
"le",
"ct"
],
[
"Ġu",
"nder"
],
[
"Ġb",
"l"
],
[
"l",
"ic"
],
[
"ment",
"s"
],
[
"Ġk",
"now"
],
[
"ro",
"w"
],
[
"Ġs",
"a"
],
[
"Ġa",
"cc"
],
[
"n",
"ing"
],
[
"l",
"es"
],
[
"Ġ",
"Y"
],
[
"Ġd",
"es"
],
[
"j",
"ect"
],
[
"o",
"ok"
],
[
"i",
"ous"
],
[
"vel",
"op"
],
[
"ff",
"ect"
],
[
"Ġne",
"ed"
],
[
"Ġw",
"ould"
],
[
"st",
"em"
],
[
"Ġt",
"w"
],
[
"Ġsu",
"ch"
],
[
"Ġne",
"w"
],
[
"Ġre",
"l"
],
[
"Ġre",
"p"
],
[
"Ġch",
"ild"
],
[
"Ġ",
"if"
],
[
"Ġhe",
"l"
],
[
"o",
"b"
],
[
"Ġg",
"en"
],
[
"i",
"ent"
],
[
"ation",
"al"
],
[
"Ġinc",
"lud"
],
[
"Ġan",
"y"
],
[
"at",
"ive"
],
[
"c",
"ess"
],
[
"p",
"le"
],
[
"Ġhel",
"p"
],
[
"at",
"ing"
],
[
"ul",
"ar"
],
[
"he",
"d"
],
[
"Ġp",
"r"
],
[
"y",
"p"
],
[
"c",
"ed"
],
[
"Ġp",
"h"
],
[
"Ġwh",
"at"
],
[
"Ġus",
"ed"
],
[
"Ġpro",
"du"
],
[
"o",
"ol"
],
[
"o",
"v"
],
[
"Ġon",
"ly"
],
[
"Ġin",
"d"
],
[
"Ġa",
"m"
],
[
"Ġpro",
"v"
],
[
"Ġman",
"y"
],
[
"Ġn",
"o"
],
[
"Ġof",
"f"
],
[
"Ġde",
"velop"
],
[
"Ġth",
"rough"
],
[
"Ġf",
"irst"
],
[
"Ġsp",
"ec"
],
[
"Ġf",
"e"
],
[
"ĠU",
"n"
],
[
")",
","
],
[
"Ġa",
"c"
],
[
"f",
"ter"
],
[
"at",
"h"
],
[
"ar",
"k"
],
[
"is",
"e"
],
[
"rou",
"nd"
],
[
"u",
"c"
],
[
"ic",
"s"
],
[
"Ġd",
"i"
],
[
"os",
"s"
],
[
"Ġre",
"g"
],
[
"Ġex",
"p"
],
[
"ur",
"ing"
],
[
"Ġe",
"m"
],
[
"Ġp",
"o"
],
[
"et",
"h"
],
[
"n",
"e"
],
[
"f",
"ul"
],
[
"Ġdiff",
"ere"
],
[
"t",
"s"
],
[
"Ġtw",
"o"
],
[
"Ġsy",
"stem"
],
[
"ri",
"b"
],
[
"er",
"m"
],
[
"ot",
"h"
],
[
"he",
"n"
],
[
"is",
"s"
],
[
"ro",
"p"
],
[
"il",
"ity"
],
[
"in",
"k"
],
[
"ol",
"d"
],
[
"al",
"s"
],
[
"Ġo",
"b"
],
[
"Ġde",
"c"
],
[
"Ġ20",
"1"
],
[
"Ġas",
"s"
],
[
"as",
"ed"
],
[
"ib",
"le"
],
[
"Ġad",
"d"
],
[
"ĠâĢ",
"ĵ"
],
[
"Ġat",
"t"
],
[
"an",
"ge"
],
[
"t",
"en"
],
[
"Ġs",
"ur"
],
[
"Ġsh",
"ould"
],
[
"ĠH",
"e"
],
[
"ow",
"er"
],
[
"u",
"res"
],
[
"if",
"e"
],
[
"ar",
"ch"
],
[
"Ġ",
"-"
],
[
"Ġw",
"ell"
],
[
"b",
"le"
],
[
"Ġf",
"l"
],
[
"f",
"ore"
],
[
"er",
"t"
],
[
"Ġsu",
"pp"
],
[
"we",
"en"
],
[
"ra",
"ct"
],
[
"n",
"g"
],
[
"Ġre",
"m"
],
[
"ow",
"n"
],
[
"Ġin",
"v"
],
[
"Ġw",
"ater"
],
[
"a",
"w"
],
[
"ra",
"m"
],
[
"Ġc",
"o"
],
[
"Ġyear",
"s"
],
[
"Ġhe",
"alth"
],
[
"Ġsu",
"b"
],
[
"g",
"an"
],
[
"Ġ",
"4"
],
[
"Ġs",
"m"
],
[
"ad",
"e"
],
[
"Ġbet",
"ween"
],
[
"I",
"n"
],
[
"i",
"ed"
],
[
"se",
"l"
],
[
"c",
"y"
],
[
"he",
"s"
],
[
"ut",
"ion"
],
[
"Ġh",
"igh"
],
[
"it",
"s"
],
[
"Ġp",
"res"
],
[
"Ġc",
"ould"
],
[
"Ġ2",
"00"
],
[
"Ġwhe",
"re"
],
[
"ic",
"k"
],
[
"Ġtr",
"ans"
],
[
"Ġ",
"5"
],
[
"il",
"y"
],
[
"e",
"ver"
],
[
"ant",
"s"
],
[
"Ġm",
"ake"
],
[
"Ġre",
"se"
],
[
"w",
"n"
],
[
"ĠA",
"s"
],
[
"Ġb",
"u"
],
[
"olog",
"y"
],
[
"Ġg",
"et"
],
[
"f",
"orm"
],
[
"u",
"ch"
],
[
"ch",
"ool"
],
[
"Ġp",
"ers"
],
[
"ch",
"n"
],
[
"Ġ",
"her"
],
[
"id",
"ent"
],
[
"x",
"t"
],
[
"Ġimp",
"ort"
],
[
"i",
"ence"
],
[
"ur",
"al"
],
[
"Ġin",
"ter"
],
[
"Ġe",
"ar"
],
[
"Ġfor",
"m"
],
[
"Ġm",
"od"
],
[
"it",
"ed"
],
[
"Ġp",
"ol"
],
[
"t",
"ing"
],
[
"Ġn",
"um"
],
[
"Ġin",
"st"
],
[
"oc",
"i"
],
[
"mer",
"ic"
],
[
"in",
"es"
],
[
"l",
"and"
],
[
"in",
"s"
],
[
"Ġex",
"am"
],
[
"e",
"f"
],
[
"Ġdis",
"c"
],
[
"Ġdiffere",
"nt"
],
[
"on",
"t"
],
[
"Ġe",
"ffect"
],
[
"n",
"ess"
],
[
"Ġf",
"ound"
],
[
"h",
"at"
],
[
"at",
"a"
],
[
"Ġc",
"ar"
],
[
"Ġle",
"ar"
],
[
"Ġl",
"ong"
],
[
"ic",
"t"
],
[
"ist",
"s"
],
[
"Ġa",
"fter"
],
[
"ual",
"ly"
],
[
"Ġbec",
"ause"
],
[
"Ġex",
"per"
],
[
"Ġs",
"im"
],
[
"Ġwor",
"ld"
],
[
"g",
"y"
],
[
"Ġl",
"ar"
],
[
"is",
"m"
],
[
"Ġinc",
"re"
],
[
"Ġev",
"en"
],
[
"at",
"ure"
],
[
"Ġ",
"very"
],
[
"o",
"y"
],
[
"Ġthe",
"n"
],
[
"Ġ",
"ed"
],
[
"ce",
"pt"
],
[
"Ġc",
"ount"
],
[
"f",
"t"
],
[
"Ġc",
"ent"
],
[
"Ġm",
"ed"
],
[
"Ġj",
"ust"
],
[
"Ġd",
"et"
],
[
"Ġw",
"ay"
],
[
"Ġt",
"yp"
],
[
"g",
"et"
],
[
"Ġh",
"um"
],
[
"Ġres",
"p"
],
[
"ak",
"ing"
],
[
"ur",
"n"
],
[
"v",
"ent"
],
[
"Ġinf",
"orm"
],
[
"Ġv",
"ar"
],
[
"Ġs",
"ign"
],
[
"ical",
"ly"
],
[
"ot",
"her"
],
[
"et",
"y"
],
[
"Ġ1",
"8"
],
[
"Ġse",
"e"
],
[
"ĠA",
"meric"
],
[
"Ġ",
"ke"
],
[
"Ġgen",
"er"
],
[
"iv",
"es"
],
[
"Ġth",
"ose"
],
[
"i",
"vers"
],
[
"ol",
"low"
],
[
"i",
"ew"
],
[
"Ġre",
"f"
],
[
"Ġp",
"at"
],
[
"Ġpro",
"g"
],
[
"Ġex",
"t"
],
[
"ro",
"s"
],
[
"Ġchild",
"ren"
],
[
"Ġres",
"ult"
],
[
"Ġe",
"very"
],
[
"Ġp",
"ub"
],
[
"Ġc",
"all"
],
[
"ar",
"m"
],
[
"Ġpro",
"cess"
],
[
"Ġsa",
"id"
],
[
"as",
"es"
],
[
"p",
"s"
],
[
"Ġse",
"c"
],
[
"Ġf",
"act"
],
[
"c",
"k"
],
[
"Ġg",
"ra"
],
[
"Ġe",
"ach"
],
[
"Ġc",
"a"
],
[
"om",
"m"
],
[
"u",
"es"
],
[
"d",
"s"
],
[
".",
"."
],
[
"c",
"er"
],
[
"Ġbe",
"ing"
],
[
"od",
"y"
],
[
"Ġl",
"oc"
],
[
"ir",
"on"
],
[
"ru",
"ct"
],
[
".",
"âĢĿ"
],
[
"l",
"ed"
],
[
"Ġpart",
"ic"
],
[
"Ġte",
"chn"
],
[
"Ġl",
"ife"
],
[
"Ġre",
"qu"
],
[
"ag",
"es"
],
[
"or",
"k"
],
[
"Ġd",
"ist"
],
[
"Ġimport",
"ant"
],
[
"ĠA",
"l"
],
[
"ĠW",
"e"
],
[
"Ġs",
"he"
],
[
"v",
"ed"
],
[
"Ġcomm",
"un"
],
[
"t",
"le"
],
[
"Ġs",
"et"
],
[
"Ġde",
"p"
],
[
"Ġm",
"on"
],
[
"Ġd",
"uring"
],
[
"Ġde",
"f"
],
[
"Ġm",
"uch"
],
[
"Ġ",
"ent"
],
[
"Ġc",
"re"
],
[
"at",
"her"
],
[
"c",
"ent"
],
[
"Ġf",
"am"
],
[
"iz",
"ed"
],
[
"Ġstud",
"ents"
],
[
"Ġre",
"ad"
],
[
"ver",
"n"
],
[
"im",
"es"
],
[
"Ġle",
"vel"
],
[
"Ġle",
"ad"
],
[
"w",
"ard"
],
[
"ic",
"es"
],
[
"Ġs",
"k"
],
[
"Ġf",
"ollow"
],
[
"Ġf",
"ood"
],
[
"Ġo",
"wn"
],
[
"Ġar",
"t"
],
[
"Ġstud",
"y"
],
[
"ĠP",
"ro"
],
[
"ĠThe",
"y"
],
[
"Ġm",
"y"
],
[
"g",
"g"
],
[
"Ġg",
"row"
],
[
"Ġa",
"ut"
],
[
"Ġinform",
"ation"
],
[
"ĠR",
"e"
],
[
"Ġ",
"6"
],
[
"T",
"h"
],
[
"Ġs",
"ame"
],
[
"iz",
"e"
],
[
"Ġdo",
"es"
],
[
"Ġd",
"ata"
],
[
"an",
"y"
],
[
"Ġm",
"ade"
],
[
"Ġpro",
"ble"
],
[
"Ġr",
"ight"
],
[
"ect",
"ion"
],
[
"Ġf",
"ind"
],
[
"Ġpers",
"on"
],
[
"on",
"om"
],
[
"Ġc",
"ur"
],
[
"Ġm",
"in"
],
[
"Ġs",
"chool"
],
[
"Ġen",
"d"
],
[
"Ġg",
"ood"
],
[
"Ġa",
"v"
],
[
"ĠI",
"f"
],
[
"h",
"ip"
],
[
"t",
"ed"
],
[
"Ġst",
"r"
],
[
"Ġb",
"ack"
],
[
"Ġin",
"s"
],
[
"al",
"e"
],
[
"Ġb",
"oth"
],
[
"ĠA",
"n"
],
[
"t",
"he"
],
[
"al",
"ity"
],
[
"ĠF",
"or"
],
[
".",
","
],
[
"Ġc",
"he"
],
[
"|",
"|"
],
[
"v",
"iron"
],
[
"u",
"nd"
],
[
"Ġus",
"ing"
],
[
"i",
"o"
],
[
"1",
"9"
],
[
"2",
"0"
],
[
"re",
"ad"
],
[
"Ġex",
"pl"
],
[
"Ġsh",
"ow"
],
[
"ĠH",
"ow"
],
[
"Ġh",
"ist"
],
[
"Ġbe",
"fore"
],
[
"Ġsm",
"all"
],
[
"Ġc",
"or"
],
[
"ĠA",
"r"
],
[
"Ġp",
"op"
],
[
"Ġcomp",
"le"
],
[
"oc",
"k"
],
[
"Ġg",
"l"
],
[
"Ġg",
"rou"
],
[
"Ġt",
"est"
],
[
"i",
"el"
],
[
"ial",
"ly"
],
[
"Ġm",
"ain"
],
[
"iv",
"id"
],
[
"st",
"and"
],
[
"Ġb",
"r"
],
[
"Ġb",
"o"
],
[
"in",
"ce"
],
[
"Ġof",
"ten"
],
[
"Ġs",
"ol"
],
[
"Ġag",
"ain"
],
[
"in",
"ed"
],
[
"Ġt",
"reat"
],
[
"Ġv",
"al"
],
[
"om",
"en"
],
[
"in",
"al"
],
[
"ĠI",
"nd"
],
[
"er",
"gy"
],
[
"a",
"x"
],
[
"ar",
"s"
],
[
"Ġl",
"ess"
],
[
"d",
"er"
],
[
"Ġpro",
"t"
],
[
"Ġd",
"ay"
],
[
"ro",
"l"
],
[
"n",
"ce"
],
[
"00",
"0"
],
[
"i",
"x"
],
[
"im",
"ate"
],
[
"Ġwh",
"ile"
],
[
"Ġt",
"ake"
],
[
"t",
"y"
],
[
"ut",
"e"
],
[
"e",
"x"
],
[
"Ġe",
"c"
],
[
"Ġp",
"oss"
],
[
"Ġrese",
"arch"
],
[
"Ġst",
"ate"
],
[
"is",
"hed"
],
[
"Ġdis",
"e"
],
[
"Ġo",
"cc"
],
[
"Ġl",
"it"
],
[
"r",
"al"
],
[
"i",
"en"
],
[
"ak",
"es"
],
[
"o",
"h"
],
[
"Ġs",
"erv"
],
[
"Ġnum",
"ber"
],
[
"Ġr",
"is"
],
[
"Ġb",
"ody"
],
[
"Ġn",
"ow"
],
[
"ĠS",
"p"
],
[
"ĠN",
"ew"
],
[
"Ġp",
"ower"
],
[
"Ġm",
"em"
],
[
"Ġor",
"gan"
],
[
"ĠS",
"c"
],
[
"viron",
"ment"
],
[
"Ġ1",
"0"
],
[
"Ġf",
"un"
],
[
"Ġact",
"iv"
],
[
"i",
"er"
],
[
"Ġh",
"im"
],
[
"ul",
"ation"
],
[
"Ġhum",
"an"
],
[
"Ġprov",
"id"
],
[
"Ġv",
"is"
],
[
"ire",
"ct"
],
[
"a",
"ir"
],
[
"Ġre",
"du"
],
[
"d",
"ition"
],
[
"Ġch",
"ar"
],
[
"Ġa",
"round"
],
[
"Ġsupp",
"ort"
],
[
"Ġha",
"nd"
],
[
"u",
"p"
],
[
"i",
"qu"
],
[
"Ġc",
"ell"
],
[
"Ġdes",
"ign"
],
[
"Ġd",
"own"
],
[
"e",
"red"
],
[
"iv",
"ing"
],
[
"Ġcl",
"ass"
],
[
"ur",
"y"
],
[
"Ġbe",
"l"
],
[
"i",
"um"
],
[
"Ġth",
"ree"
],
[
"v",
"es"
],
[
"ter",
"s"
],
[
"Ġcomm",
"on"
],
[
"ivers",
"ity"
],
[
"Ġe",
"lect"
],
[
"Ġm",
"ust"
],
[
"her",
"s"
],
[
"oc",
"ial"
],
[
"Ġ",
"7"
],
[
"Ġcon",
"f"
],
[
"v",
"en"
],
[
"g",
"er"
],
[
"Ġst",
"art"
],
[
"Ġl",
"ook"
],
[
"it",
"al"
],
[
"a",
"j"
],
[
"d",
"ay"
],
[
"us",
"s"
],
[
"re",
"nt"
],
[
"Ġc",
"le"
],
[
"âĢ",
"Ķ"
],
[
"act",
"er"
],
[
"Ġ",
"est"
],
[
"Ġpl",
"an"
],
[
",",
"âĢĿ"
],
[
"ros",
"s"
],
[
"a",
"h"
],
[
"a",
"ve"
],
[
"Ġpo",
"int"
],
[
"v",
"ing"
],
[
"Ġg",
"reat"
],
[
"Ġrep",
"ort"
],
[
"ain",
"s"
],
[
"ĠB",
"ut"
],
[
"Ġgo",
"vern"
],
[
"âĢ",
"ĵ"
],
[
"Ġlar",
"ge"
],
[
"Ġs",
"er"
],
[
"c",
"l"
],
[
"ou",
"se"
],
[
"Ġexam",
"ple"
],
[
"Ġ",
"8"
],
[
"Ġl",
"and"
],
[
"r",
"on"
],
[
"Ġc",
"are"
],
[
"Ġd",
"id"
],
[
"Ġcont",
"in"
],
[
"Ġo",
"p"
],
[
"sel",
"f"
],
[
"ul",
"l"
],
[
"ĠY",
"ou"
],
[
"ion",
"al"
],
[
"it",
"ions"
],
[
"g",
"en"
],
[
"Ġw",
"rit"
],
[
"ra",
"in"
],
[
"a",
"red"
],
[
"ĠThe",
"re"
],
[
"Ġe",
"qu"
],
[
"e",
"e"
],
[
"Ġall",
"ow"
],
[
"an",
"c"
],
[
"Ġed",
"uc"
],
[
"Ġinclud",
"ing"
],
[
"c",
"om"
],
[
"w",
"ay"
],
[
"Ġad",
"v"
],
[
"Ġd",
"r"
],
[
"Ġbu",
"ild"
],
[
"Ġcon",
"st"
],
[
"or",
"n"
],
[
"1",
"0"
],
[
"e",
"g"
],
[
"as",
"h"
],
[
"Ġm",
"et"
],
[
"Ġunder",
"stand"
],
[
"ĠI",
"s"
],
[
"Ġth",
"ough"
],
[
"Th",
"is"
],
[
"n",
"er"
],
[
"Ġre",
"t"
],
[
"Ġcall",
"ed"
],
[
"Ġc",
"our"
],
[
"ĠA",
"nd"
],
[
"es",
"p"
],
[
"ĠâĢ",
"ĺ"
],
[
"i",
"ver"
],
[
"ivid",
"ual"
],
[
"iv",
"en"
],
[
"Ġknow",
"n"
],
[
"Ġbe",
"h"
],
[
"ou",
"th"
],
[
"ater",
"ial"
],
[
"Ġst",
"ill"
],
[
"Ġp",
"ract"
],
[
"Ġpub",
"lic"
],
[
"Ġs",
"om"
],
[
"et",
"s"
],
[
"r",
"ies"
],
[
"Ġ",
"9"
],
[
"id",
"s"
],
[
"i",
"red"
],
[
"d",
"e"
],
[
"ent",
"ial"
],
[
"Ġe",
"as"
],
[
"Ġqu",
"est"
],
[
"om",
"s"
],
[
"el",
"s"
],
[
"Ġpl",
"ace"
],
[
"Ġg",
"u"
],
[
"i",
"od"
],
[
"ĠW",
"h"
],
[
"Ġ",
"ide"
],
[
"Ġapp",
"ro"
],
[
"os",
"ed"
],
[
"it",
"ive"
],
[
"Ġm",
"ight"
],
[
"iz",
"ation"
],
[
"Ġth",
"ink"
],
[
"ect",
"ed"
],
[
"Ġg",
"re"
],
[
"er",
"ing"
],
[
"in",
"c"
],
[
"ere",
"st"
],
[
"Ġm",
"at"
],
[
"Ġen",
"ergy"
],
[
"Ġf",
"ew"
],
[
"Ġt",
"em"
],
[
"Ġca",
"us"
],
[
"an",
"k"
],
[
"ĠThe",
"se"
],
[
"in",
"ation"
],
[
"en",
"g"
],
[
"Ġde",
"m"
],
[
"l",
"ish"
],
[
"ra",
"ph"
],
[
"Ġst",
"and"
],
[
"b",
"ers"
],
[
"Ġpres",
"ent"
],
[
"Ġen",
"vironment"
],
[
"Ġch",
"ang"
],
[
"ou",
"n"
],
[
".",
"\""
],
[
"r",
"ation"
],
[
"our",
"ces"
],
[
"âĢ",
"ľ"
],
[
"Ġind",
"ividual"
],
[
"pt",
"ion"
],
[
"Ġwith",
"in"
],
[
"Ġl",
"ight"
],
[
"Ġch",
"ange"
],
[
"m",
"e"
],
[
"ord",
"ing"
],
[
"Ġprodu",
"ct"
],
[
"iv",
"ed"
],
[
"Ġp",
"ur"
],
[
"en",
"se"
],
[
"Ġwith",
"out"
],
[
"Ġdevelop",
"ment"
],
[
"ĠE",
"ng"
],
[
"i",
"or"
],
[
"ff",
"ic"
],
[
"t",
"t"
],
[
"Ġim",
"m"
],
[
"Ġis",
"s"
],
[
"Ġph",
"ys"
],
[
"Ġa",
"ir"
],
[
"ag",
"n"
],
[
"Ġsy",
"m"
],
[
"as",
"on"
],
[
"Ġw",
"ant"
],
[
"Ġm",
"aterial"
],
[
"Ġimp",
"ro"
],
[
"Ġpro",
"ject"
],
[
"Ġ19",
"9"
],
[
"l",
"ine"
],
[
"eth",
"od"
],
[
"Ġpro",
"f"
],
[
"ert",
"ain"
],
[
"Ġc",
"ap"
],
[
"Ġ",
"ident"
],
[
"Ġb",
"en"
],
[
"Ġp",
"ot"
],
[
"l",
"ess"
],
[
"Ġlear",
"n"
],
[
"Ġpl",
"ay"
],
[
"ĠD",
"e"
],
[
"are",
"nt"
],
[
"al",
"k"
],
[
"ang",
"u"
],
[
"m",
"an"
],
[
"ĠUn",
"iversity"
],
[
"er",
"al"
],
[
"Ġen",
"g"
],
[
"in",
"ess"
],
[
"Ġdise",
"ase"
],
[
"Ġp",
"os"
],
[
"Ġd",
"irect"
],
[
"Ġb",
"re"
],
[
"Ġs",
"l"
],
[
"Ġd",
"on"
],
[
"Ġ",
"ve"
],
[
"Ġs",
"it"
],
[
"b",
"s"
],
[
"ĠAmeric",
"an"
],
[
"ab",
"ility"
],
[
"Ġvar",
"i"
],
[
"Ġp",
"ass"
],
[
"ill",
"ion"
],
[
"t",
"on"
],
[
"Ġan",
"al"
],
[
"Ġan",
"other"
],
[
"Ġs",
"ocial"
],
[
"ent",
"al"
],
[
"Ġw",
"omen"
],
[
"Ġare",
"a"
],
[
"Ġ",
"&"
],
[
"iel",
"d"
],
[
"or",
"th"
],
[
"Ġme",
"as"
],
[
"r",
"is"
],
[
"Ġb",
"est"
],
[
"ro",
"du"
],
[
"Ġan",
"t"
],
[
"Ġe",
"t"
],
[
"aj",
"or"
],
[
"Ġm",
"us"
],
[
"if",
"ied"
],
[
"olog",
"ical"
],
[
"Ġinclud",
"e"
],
[
"Ġbel",
"ie"
],
[
"Ġh",
"ome"
],
[
"Ġbl",
"ood"
],
[
"i",
"ans"
],
[
"Ġc",
"ult"
],
[
"Ġris",
"k"
],
[
"if",
"y"
],
[
"u",
"g"
],
[
"Ġm",
"ark"
],
[
"ĠA",
"d"
],
[
"Ġb",
"as"
],
[
"ain",
"ed"
],
[
"ĠC",
"on"
],
[
"cc",
"ess"
],
[
"Ġl",
"aw"
],
[
"er",
"c"
],
[
"Ġint",
"erest"
],
[
"Ġdes",
"c"
],
[
"at",
"ic"
],
[
"at",
"ural"
],
[
"Ġre",
"st"
],
[
"ent",
"ly"
],
[
"Ġec",
"onom"
],
[
"Ġcont",
"rol"
],
[
"Ġo",
"pp"
],
[
"Ġo",
"ld"
],
[
"in",
"ing"
],
[
"Ġbec",
"ome"
],
[
"Ġp",
"ain"
],
[
"Ġse",
"ver"
],
[
"h",
"or"
],
[
"I",
"t"
],
[
"at",
"s"
],
[
"Ġpro",
"per"
],
[
"Ġan",
"im"
],
[
"a",
"z"
],
[
"ar",
"c"
],
[
"ĠP",
"h"
],
[
"Ġear",
"ly"
],
[
"Ġle",
"g"
],
[
"er",
"n"
],
[
"Ġm",
"ove"
],
[
"our",
"ce"
],
[
"Ġl",
"ow"
],
[
"Ġprog",
"ram"
],
[
"Ġ",
"ess"
],
[
"'",
"t"
],
[
"Ġbet",
"ter"
],
[
"Ġagain",
"st"
],
[
"Ġp",
"ar"
],
[
"g",
"in"
],
[
"ĠHow",
"ever"
],
[
"Ġm",
"ethod"
],
[
"w",
"ays"
],
[
"ĠS",
"h"
],
[
"he",
"re"
],
[
"ill",
"s"
],
[
"Ġl",
"ast"
],
[
"st",
"r"
],
[
"Ġm",
"il"
],
[
"Ġt",
"re"
],
[
"l",
"ished"
],
[
"is",
"ion"
],
[
"Ġsec",
"ond"
],
[
"Ġw",
"ar"
],
[
"Ġgovern",
"ment"
],
[
"t",
"o"
],
[
"r",
"ist"
],
[
"i",
"k"
],
[
"Ġke",
"ep"
],
[
"Ġo",
"per"
],
[
"Ġre",
"al"
],
[
"Ġor",
"der"
],
[
"Ġhist",
"ory"
],
[
"i",
"ents"
],
[
"id",
"er"
],
[
"ra",
"p"
],
[
"Ġto",
"o"
],
[
"e",
"ed"
],
[
"Ġhe",
"re"
],
[
"Ġme",
"ans"
],
[
"e",
"ad"
],
[
"Ġocc",
"ur"
],
[
"Ġinf",
"l"
],
[
"Ġe",
"le"
],
[
"w",
"are"
],
[
"Ġf",
"ore"
],
[
"Ġav",
"ail"
],
[
"Ġprov",
"ide"
],
[
"Ġper",
"form"
],
[
"Ġm",
"ajor"
],
[
"at",
"or"
],
[
"Ġc",
"ause"
],
[
"Ġde",
"v"
],
[
"Ġin",
"du"
],
[
"v",
"iew"
],
[
"Ġt",
"er"
],
[
"Ġfam",
"ily"
],
[
"ĠR",
"es"
],
[
"iss",
"ion"
],
[
"ĠC",
"l"
],
[
"ent",
"ion"
],
[
"Ġto",
"p"
],
[
"Ġgrou",
"p"
],
[
"Ġpartic",
"ular"
],
[
"ard",
"s"
],
[
"ĠW",
"hen"
],
[
"ĠâĢ",
"Ķ"
],
[
"ĠE",
"x"
],
[
"Ġcur",
"rent"
],
[
"pl",
"es"
],
[
"p",
"ar"
],
[
"ĠG",
"od"
],
[
"am",
"p"
],
[
"Ġ",
"["
],
[
"Ġsa",
"f"
],
[
"Ġspec",
"ies"
],
[
"ic",
"le"
],
[
"Ġper",
"iod"
],
[
"Ġposs",
"ible"
],
[
"Ġsever",
"al"
],
[
"Ġne",
"ar"
],
[
"Ġ",
"."
],
[
"Ġlear",
"ning"
],
[
"ot",
"e"
],
[
"Ġadd",
"ition"
],
[
"Ġu",
"nt"
],
[
"ĠUn",
"ited"
],
[
"Ġ1",
"5"
],
[
"Ġinv",
"ol"
],
[
"Ġh",
"ig"
],
[
"og",
"raph"
],
[
"Ġben",
"ef"
],
[
"Ġper",
"cent"
],
[
"Ġf",
"in"
],
[
"Ġme",
"an"
],
[
"u",
"se"
],
[
"p",
"ect"
],
[
"ir",
"c"
],
[
"Ġpro",
"m"
],
[
"Ġor",
"ig"
],
[
"o",
"id"
],
[
"Ġs",
"ay"
],
[
"Ġpl",
"ant"
],
[
"Ġab",
"le"
],
[
"Ġsign",
"ific"
],
[
"og",
"n"
],
[
"u",
"rop"
],
[
"Ġm",
"en"
],
[
"id",
"ence"
],
[
"Ġc",
"al"
],
[
"Ġha",
"pp"
],
[
"Ġl",
"im"
],
[
"Ġb",
"us"
],
[
"s",
"y"
],
[
"Ġl",
"angu"
],
[
"in",
"a"
],
[
"Ġop",
"en"
],
[
"Ġa",
"ffect"
],
[
"Ġn",
"on"
],
[
"or",
"ies"
],
[
"Ġc",
"ost"
],
[
"Ġs",
"ince"
],
[
"Ġam",
"ong"
],
[
"Ġe",
"l"
],
[
"ĠT",
"o"
],
[
"ot",
"s"
],
[
"ĠP",
"l"
],
[
"Ġsc",
"ient"
],
[
"Ġfe",
"el"
],
[
"Ġth",
"ings"
],
[
"Ġare",
"as"
],
[
"ĠC",
"ol"
],
[
"Ġm",
"ar"
],
[
"il",
"ar"
],
[
"Ġ",
"Q"
],
[
"Ġs",
"ays"
],
[
"re",
"t"
],
[
"an",
"e"
],
[
"Ġother",
"s"
],
[
"th",
"ough"
],
[
"os",
"p"
],
[
"ĠS",
"e"
],
[
"Ġcount",
"ry"
],
[
"Ġtreat",
"ment"
],
[
"p",
"ort"
],
[
"Ġ",
"Z"
],
[
"a",
"per"
],
[
"l",
"ing"
],
[
"Ġb",
"ased"
],
[
"Ġavail",
"able"
],
[
"end",
"s"
],
[
"Ġt",
"imes"
],
[
"Ġhe",
"ad"
],
[
"end",
"ed"
],
[
"el",
"f"
],
[
"om",
"p"
],
[
"Ġf",
"re"
],
[
"Ġpre",
"vent"
],
[
"o",
"le"
],
[
"Ġfollow",
"ing"
],
[
"Ġacc",
"ess"
],
[
"Ġcon",
"d"
],
[
"Ġn",
"ame"
],
[
"s",
"c"
],
[
"Ġf",
"our"
],
[
"w",
"w"
],
[
"Ġd",
"el"
],
[
"Ġf",
"ac"
],
[
"ĠC",
"an"
],
[
"c",
"ing"
],
[
"o",
"f"
],
[
"oc",
"us"
],
[
"ĠC",
"omm"
],
[
"ur",
"ther"
],
[
"an",
"ces"
],
[
"Ġa",
"ge"
],
[
"Ġwe",
"e"
],
[
"pl",
"oy"
],
[
"Ġst",
"ruct"
],
[
"am",
"es"
],
[
"ĠSt",
"ates"
],
[
"Ġb",
"i"
],
[
"ab",
"ly"
],
[
"Ġl",
"o"
],
[
"un",
"e"
],
[
"ĠA",
"t"
],
[
"urop",
"e"
],
[
"Ġcom",
"e"
],
[
"Ġf",
"ree"
],
[
"ĠW",
"hat"
],
[
"Ġmon",
"th"
],
[
"Ġc",
"ase"
],
[
"Ġproble",
"m"
],
[
"Ġp",
"ost"
],
[
"Ġc",
"ertain"
],
[
"is",
"ed"
],
[
"Ġr",
"un"
],
[
"Ġcon",
"n"
],
[
"b",
"r"
],
[
"o",
"int"
],
[
"Ġ1",
"7"
],
[
"Ġl",
"ab"
],
[
"Ġp",
"ut"
],
[
"Ġre",
"ce"
],
[
",",
"\""
],
[
"ress",
"ion"
],
[
"Ġlevel",
"s"
],
[
"Ġtyp",
"e"
],
[
"Ġproble",
"ms"
],
[
"Ġ1",
"2"
],
[
"Ġp",
"ress"
],
[
"Ġl",
"ist"
],
[
"Ġsu",
"ccess"
],
[
"Ġn",
"atural"
],
[
"on",
"es"
],
[
"p",
"r"
],
[
"Ġin",
"tern"
],
[
"op",
"e"
],
[
"Ġv",
"iew"
],
[
"b",
"e"
],
[
"Ġc",
"reat"
],
[
"Ġam",
"ount"
],
[
"Ġloc",
"al"
],
[
"o",
"x"
],
[
"Ġb",
"ro"
],
[
"ic",
"ult"
],
[
"Ġh",
"ard"
],
[
"Ġg",
"r"
],
[
"Ġb",
"ir"
],
[
"Ġlit",
"tle"
],
[
"W",
"hat"
],
[
"w",
"ork"
],
[
"Ġv",
"ol"
],
[
"gg",
"est"
],
[
"Ġob",
"ject"
],
[
"ol",
"ution"
],
[
"h",
"y"
],
[
"W",
"e"
],
[
"ĠE",
"n"
],
[
"Ġsignific",
"ant"
],
[
"Ġass",
"oci"
],
[
"p",
"or"
],
[
"Ġm",
"ult"
],
[
"ĠA",
"f"
],
[
"Ġimp",
"act"
],
[
"ĠC",
"ent"
],
[
"Ġd",
"ue"
],
[
"Ġf",
"low"
],
[
"Ġle",
"t"
],
[
"Ġyou",
"ng"
],
[
"1",
"2"
],
[
"Ġf",
"ar"
],
[
"ĠE",
"urope"
],
[
"Ġb",
"ook"
],
[
"ĠT",
"e"
],
[
"res",
"ent"
],
[
"Ġv",
"ir"
],
[
"at",
"ory"
],
[
"1",
"8"
],
[
"Ġsh",
"ort"
],
[
"Ġm",
"aking"
],
[
"ĠN",
"ational"
],
[
"Ġcell",
"s"
],
[
"Ġ",
"0"
],
[
"Ġeduc",
"ation"
],
[
"Ġunt",
"il"
],
[
"Ġl",
"ater"
],
[
"ic",
"ation"
],
[
"it",
"her"
],
[
"Ġf",
"ocus"
],
[
"ort",
"un"
],
[
"g",
"ed"
],
[
"ure",
"d"
],
[
"Ġsu",
"ggest"
],
[
"eth",
"ing"
],
[
"Ġinv",
"est"
],
[
"ate",
"ly"
],
[
"ut",
"ure"
],
[
"id",
"es"
],
[
"Ġt",
"urn"
],
[
"Ġs",
"w"
],
[
"ĠCh",
"rist"
],
[
"Ġcomp",
"ut"
],
[
"o",
"ks"
],
[
"Ġg",
"iven"
],
[
"st",
"it"
],
[
"Ġbeh",
"av"
],
[
"Ġch",
"o"
],
[
"Ġh",
"y"
],
[
"Ġd",
"ays"
],
[
"ĠB",
"e"
],
[
"I",
"f"
],
[
"Ġra",
"d"
],
[
"A",
"s"
],
[
"Ġdet",
"erm"
],
[
"he",
"m"
],
[
"led",
"ge"
],
[
"n",
"ot"
],
[
"ĠU",
"S"
],
[
"Ġsystem",
"s"
],
[
"o",
"ver"
],
[
"Ġfun",
"ction"
],
[
"c",
"le"
],
[
"Ġlike",
"ly"
],
[
"ak",
"en"
],
[
"ap",
"s"
],
[
"ĠO",
"r"
],
[
"Ġhe",
"art"
],
[
"ĠF",
"r"
],
[
"Ġc",
"irc"
],
[
"age",
"ment"
],
[
"Ġpol",
"it"
],
[
"Ġal",
"ong"
],
[
"Ġse",
"em"
],
[
"ĠO",
"n"
],
[
"Ġcom",
"b"
],
[
"Ġob",
"s"
],
[
"or",
"ld"
],
[
"oh",
"n"
],
[
"Ġtechn",
"ology"
],
[
"Ġincre",
"ase"
],
[
"Ġcommun",
"ity"
],
[
"Ġresult",
"s"
],
[
"f",
"ace"
],
[
"end",
"ing"
],
[
"Ġf",
"il"
],
[
"Ġapp",
"ear"
],
[
"Ġus",
"ually"
],
[
"Ġs",
"ing"
],
[
"ri",
"ed"
],
[
"Ġ1",
"6"
],
[
"Ġal",
"ways"
],
[
"ĠA",
"ll"
],
[
"Ġde",
"ath"
],
[
"ec",
"ially"
],
[
"Ġsom",
"ething"
],
[
"Ġte",
"ac"
],
[
"Ġen",
"c"
],
[
"Ġtem",
"per"
],
[
"ap",
"e"
],
[
"et",
"ic"
],
[
"Ġp",
"ast"
],
[
"Ġcons",
"um"
],
[
"Ġdiff",
"icult"
],
[
"Ġcour",
"se"
],
[
"r",
"ing"
],
[
"as",
"ter"
],
[
"Ġd",
"ra"
],
[
"Ġre",
"le"
],
[
"Ġaut",
"hor"
],
[
"Ġcle",
"ar"
],
[
"v",
"ious"
],
[
"an",
"n"
],
[
"Ġcre",
"ate"
],
[
"Ġc",
"r"
],
[
"Ġspec",
"ific"
],
[
"1",
"1"
],
[
"as",
"ing"
],
[
"Ġsim",
"ilar"
],
[
"oci",
"ety"
],
[
"Ġlangu",
"age"
],
[
"Ġto",
"day"
],
[
"Ġg",
"ive"
],
[
"our",
"s"
],
[
"em",
"ber"
],
[
"Ġp",
"arent"
],
[
"Ġexper",
"ience"
],
[
"Ġeffect",
"ive"
],
[
"5",
"0"
],
[
"is",
"c"
],
[
"Ġwor",
"ds"
],
[
"Ġe",
"y"
],
[
"Ġchar",
"acter"
],
[
"Ġ",
"$"
],
[
"ĠB",
"l"
],
[
"Ġcond",
"itions"
],
[
"a",
"f"
],
[
"l",
"er"
],
[
"Ġ",
"ill"
],
[
"pt",
"oms"
],
[
"Ġneed",
"s"
],
[
"ru",
"g"
],
[
"Ġex",
"ist"
],
[
"id",
"d"
],
[
"at",
"ors"
],
[
"Ġd",
"am"
],
[
"Ġrec",
"ord"
],
[
"Ġm",
"illion"
],
[
"Ġdesc",
"rib"
],
[
"ain",
"ing"
],
[
"m",
"in"
],
[
"esp",
"ecially"
],
[
"ob",
"al"
],
[
"Ġwor",
"ks"
],
[
"a",
"pp"
],
[
"Ġwh",
"y"
],
[
"Ġac",
"ross"
],
[
"Ġpop",
"ulation"
],
[
"Ġprof",
"ess"
],
[
"Ġc",
"rit"
],
[
"Ġ",
"'"
],
[
"ĠB",
"rit"
],
[
"Ġhig",
"her"
],
[
"Ġf",
"uture"
],
[
"Ġsp",
"ace"
],
[
"Ġspec",
"ial"
],
[
"Ġ",
"er"
],
[
"Ġapp",
"lic"
],
[
"ort",
"s"
],
[
"Ġvar",
"ious"
],
[
"Ġdisc",
"uss"
],
[
"Ġstr",
"ong"
],
[
"rib",
"ut"
],
[
"ĠAf",
"ric"
],
[
"Ġcent",
"ury"
],
[
"Ġcount",
"ries"
],
[
"Ġto",
"get"
],
[
"Ġtoget",
"her"
],
[
"ore",
"d"
],
[
"Ġb",
"rain"
],
[
"Ġpro",
"p"
],
[
"m",
"it"
],
[
"Ġne",
"xt"
],
[
"Ġbe",
"gin"
],
[
"ru",
"ction"
],
[
"ĠS",
"o"
],
[
"Ġne",
"cess"
],
[
"ĠM",
"ed"
],
[
"Ġl",
"ine"
],
[
"Ġcan",
"cer"
],
[
"Ġle",
"ast"
],
[
"Ġab",
"ove"
],
[
"ys",
"is"
],
[
"Ġpl",
"ants"
],
[
"Ġchang",
"es"
],
[
"Ġt",
"ry"
],
[
"Ġbus",
"iness"
],
[
"m",
"ost"
],
[
"Ġrequ",
"ire"
],
[
"Ġs",
"ide"
],
[
"Ġeffect",
"s"
],
[
"Ġm",
"ov"
],
[
"Ġresp",
"ons"
],
[
"Ġhow",
"ever"
],
[
"Ġc",
"y"
],
[
"Ġimpro",
"ve"
],
[
"n",
"al"
],
[
"Ġrese",
"arc"
],
[
"_",
"_"
],
[
"re",
"en"
],
[
"Ġas",
"k"
],
[
"Ġwork",
"ing"
],
[
"av",
"es"
],
[
"The",
"re"
],
[
"Ġk",
"ind"
],
[
"al",
"es"
],
[
"iqu",
"e"
],
[
"Ġle",
"ft"
],
[
"Ġest",
"ab"
],
[
"il",
"ities"
],
[
"one",
"y"
],
[
"sel",
"ves"
],
[
"ra",
"y"
],
[
"Ġcol",
"le"
],
[
"ĠE",
"ar"
],
[
"Ġa",
"way"
],
[
"od",
"e"
],
[
"at",
"ch"
],
[
"ate",
"g"
],
[
"ac",
"c"
],
[
"Ġpat",
"ients"
],
[
"Ġcomple",
"te"
],
[
"Ġw",
"ays"
],
[
"H",
"ow"
],
[
"s",
"w"
],
[
"Ġ",
"especially"
],
[
"Ġm",
"ot"
],
[
"Ġen",
"ough"
],
[
"Ġt",
"erm"
],
[
"Ġne",
"ver"
],
[
"om",
"es"
],
[
"ac",
"y"
],
[
"Ġpl",
"ac"
],
[
"o",
"ot"
],
[
"Ġto",
"ol"
],
[
"Ġche",
"m"
],
[
"s",
"p"
],
[
"Ġn",
"et"
],
[
"b",
"y"
],
[
"Ġgener",
"al"
],
[
"u",
"ment"
],
[
"Ġt",
"ru"
],
[
"al",
"f"
],
[
"Ġf",
"ull"
],
[
"y",
"m"
],
[
"Ġpr",
"im"
],
[
"Ġstud",
"ies"
],
[
"am",
"m"
],
[
"Ġke",
"y"
],
[
"du",
"ct"
],
[
"Ġsub",
"ject"
],
[
"Ġinfl",
"u"
],
[
"le",
"t"
],
[
"it",
"ing"
],
[
"Ġs",
"ens"
],
[
"i",
"res"
],
[
"il",
"t"
],
[
"f",
"or"
],
[
"S",
"t"
],
[
"Ġha",
"ving"
],
[
"Ġro",
"le"
],
[
"ĠJ",
"ohn"
],
[
"Ġcons",
"ider"
],
[
"g",
"es"
],
[
"Ġtyp",
"es"
],
[
"ach",
"ing"
],
[
"s",
"ide"
],
[
"Ġc",
"ases"
],
[
"ĠG",
"erm"
],
[
"Ġn",
"orm"
],
[
"le",
"ment"
],
[
"Ġte",
"am"
],
[
"h",
"ing"
],
[
"i",
"pp"
],
[
"ar",
"ing"
],
[
"Ġst",
"ep"
],
[
"Ġrel",
"ations"
],
[
"th",
"ing"
],
[
"..",
"."
],
[
"ch",
"ie"
],
[
"Ġacc",
"ount"
],
[
"en",
"cy"
],
[
"Ġl",
"ower"
],
[
"ĠW",
"ar"
],
[
"Ġgo",
"ing"
],
[
"Ġ",
"z"
],
[
"Ġphys",
"ical"
],
[
"Ġpol",
"ic"
],
[
"Ġsym",
"ptoms"
],
[
"2",
"00"
],
[
"Ġs",
"elf"
],
[
"Ġwhe",
"ther"
],
[
"le",
"y"
],
[
"Ġbec",
"ame"
],
[
"Ġo",
"pt"
],
[
"Ġf",
"urther"
],
[
"om",
"an"
],
[
"N",
"A"
],
[
"n",
"ed"
],
[
"Ġprot",
"ect"
],
[
"ĠS",
"ome"
],
[
"u",
"ed"
],
[
"/",
"/"
],
[
"Ġsu",
"m"
],
[
"a",
"pt"
],
[
"ist",
"ic"
],
[
"Ġm",
"ind"
],
[
"ed",
"i"
],
[
"Ġsc",
"ience"
],
[
"et",
"er"
],
[
"Ġp",
"red"
],
[
"ific",
"ation"
],
[
"Ġh",
"ouse"
],
[
"Ġcon",
"cer"
],
[
"ĠW",
"orld"
],
[
"a",
"e"
],
[
"Ġ19",
"8"
],
[
"ĠG",
"en"
],
[
"Ġknow",
"ledge"
],
[
"a",
"im"
],
[
"read",
"y"
],
[
"Ġm",
"ic"
],
[
"ĠO",
"ne"
],
[
"i",
"ol"
],
[
"Ġm",
"akes"
],
[
"ab",
"les"
],
[
"at",
"ures"
],
[
"Ġb",
"ig"
],
[
"b",
"on"
],
[
"Ġl",
"ive"
],
[
"Ġw",
"r"
],
[
"Ġrep",
"resent"
],
[
"Ġp",
"aper"
],
[
"Ġg",
"round"
],
[
"ot",
"t"
],
[
"Ġre",
"ason"
],
[
"Ġprodu",
"ction"
],
[
"it",
"or"
],
[
"Ġquest",
"ion"
],
[
"Ġgrow",
"th"
],
[
"ĠW",
"ith"
],
[
"1",
"5"
],
[
"Ġ3",
"0"
],
[
"Ġen",
"s"
],
[
"3",
"0"
],
[
"Ġf",
"und"
],
[
"Ġch",
"all"
],
[
"Ġval",
"ue"
],
[
"ĠEng",
"lish"
],
[
"ĠL",
"e"
],
[
"Ġc",
"ity"
],
[
"Ġto",
"ward"
],
[
"Ġe",
"ff"
],
[
"1",
"6"
],
[
"Ġd",
"ig"
],
[
"sy",
"ch"
],
[
"Ġr",
"ange"
],
[
"a",
"ut"
],
[
"Ġactiv",
"ity"
],
[
"it",
"es"
],
[
"Ġn",
"ut"
],
[
"c",
"ul"
],
[
"ib",
"ility"
],
[
"ir",
"d"
],
[
"Ġse",
"en"
],
[
"un",
"g"
],
[
"l",
"o"
],
[
"Ġactiv",
"ities"
],
[
"Ġsu",
"re"
],
[
"ip",
"le"
],
[
"ver",
"age"
],
[
":",
"//"
],
[
"Ġem",
"ploy"
],
[
"Ġte",
"xt"
],
[
"ĠG",
"o"
],
[
"ere",
"nce"
],
[
"re",
"am"
],
[
"ur",
"ch"
],
[
"i",
"ation"
],
[
"Ġind",
"ic"
],
[
"Ġmod",
"el"
],
[
"re",
"l"
],
[
"Ġal",
"ready"
],
[
"Ġpot",
"ential"
],
[
"A",
"n"
],
[
"Ġgrou",
"ps"
],
[
"Ġqu",
"ality"
],
[
"Ġoff",
"ic"
],
[
"au",
"gh"
],
[
"Ġ1",
"4"
]
]
}
}