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