tinyLM-8M-exp-256 / tokenizer.json
User01110's picture
Upload tinyLM-8M-exp-256 final novelty-gated Qwen3 checkpoint
2a6c43f verified
Raw
History Blame Contribute Delete
266 kB
{
"version": "1.0",
"truncation": null,
"padding": null,
"added_tokens": [
{
"id": 0,
"content": "<unk>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 1,
"content": "<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": 4096,
"content": "<|im_start|>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 4097,
"content": "<|im_end|>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
}
],
"normalizer": {
"type": "NFKC"
},
"pre_tokenizer": {
"type": "ByteLevel",
"add_prefix_space": true,
"trim_offsets": true,
"use_regex": true
},
"post_processor": {
"type": "TemplateProcessing",
"single": [
{
"SpecialToken": {
"id": "<|im_start|>",
"type_id": 0
}
},
{
"SpecialToken": {
"id": "<bos>",
"type_id": 0
}
},
{
"Sequence": {
"id": "A",
"type_id": 0
}
}
],
"pair": [
{
"Sequence": {
"id": "A",
"type_id": 0
}
},
{
"Sequence": {
"id": "B",
"type_id": 1
}
}
],
"special_tokens": {
"<bos>": {
"id": "<bos>",
"ids": [
1
],
"tokens": [
"<bos>"
]
},
"<|im_start|>": {
"id": "<|im_start|>",
"ids": [
4096
],
"tokens": [
"<|im_start|>"
]
}
}
},
"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": {
"<unk>": 0,
"<bos>": 1,
"<eos>": 2,
"!": 3,
"\"": 4,
"#": 5,
"$": 6,
"%": 7,
"&": 8,
"'": 9,
"(": 10,
")": 11,
"*": 12,
"+": 13,
",": 14,
"-": 15,
".": 16,
"/": 17,
"0": 18,
"1": 19,
"2": 20,
"3": 21,
"4": 22,
"5": 23,
"6": 24,
"7": 25,
"8": 26,
"9": 27,
":": 28,
";": 29,
"<": 30,
"=": 31,
">": 32,
"?": 33,
"@": 34,
"A": 35,
"B": 36,
"C": 37,
"D": 38,
"E": 39,
"F": 40,
"G": 41,
"H": 42,
"I": 43,
"J": 44,
"K": 45,
"L": 46,
"M": 47,
"N": 48,
"O": 49,
"P": 50,
"Q": 51,
"R": 52,
"S": 53,
"T": 54,
"U": 55,
"V": 56,
"W": 57,
"X": 58,
"Y": 59,
"Z": 60,
"[": 61,
"\\": 62,
"]": 63,
"^": 64,
"_": 65,
"`": 66,
"a": 67,
"b": 68,
"c": 69,
"d": 70,
"e": 71,
"f": 72,
"g": 73,
"h": 74,
"i": 75,
"j": 76,
"k": 77,
"l": 78,
"m": 79,
"n": 80,
"o": 81,
"p": 82,
"q": 83,
"r": 84,
"s": 85,
"t": 86,
"u": 87,
"v": 88,
"w": 89,
"x": 90,
"y": 91,
"z": 92,
"{": 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,
"IJ": 241,
"ij": 242,
"Ĵ": 243,
"ĵ": 244,
"Ķ": 245,
"ķ": 246,
"ĸ": 247,
"Ĺ": 248,
"ĺ": 249,
"Ļ": 250,
"ļ": 251,
"Ľ": 252,
"ľ": 253,
"Ŀ": 254,
"ŀ": 255,
"Ł": 256,
"ł": 257,
"Ń": 258,
"Ġt": 259,
"in": 260,
"Ġa": 261,
"he": 262,
"re": 263,
"on": 264,
"er": 265,
"Ġthe": 266,
"Ġs": 267,
"at": 268,
"en": 269,
"Ġo": 270,
"Ġc": 271,
"es": 272,
"nd": 273,
"ing": 274,
"Ġw": 275,
"it": 276,
"or": 277,
"al": 278,
"is": 279,
"Ġp": 280,
"Ġf": 281,
"ou": 282,
"ed": 283,
"an": 284,
"Ġb": 285,
"Ġin": 286,
"ar": 287,
"Ġand": 288,
"Ġof": 289,
"ion": 290,
"Ġm": 291,
"ic": 292,
"Ġto": 293,
"Ġd": 294,
"le": 295,
"om": 296,
"ent": 297,
"Ġh": 298,
"as": 299,
"Ġe": 300,
"Ġth": 301,
"ct": 302,
"Ġre": 303,
"ro": 304,
"il": 305,
"Ġl": 306,
"st": 307,
"ve": 308,
"ĠT": 309,
"Ġn": 310,
"ly": 311,
"et": 312,
"ation": 313,
"se": 314,
"im": 315,
"Ġg": 316,
"ol": 317,
"id": 318,
"ur": 319,
"ĠA": 320,
"ce": 321,
"ra": 322,
"ow": 323,
"ig": 324,
"Ġu": 325,
"ut": 326,
"ĠI": 327,
"Ġbe": 328,
"ĠS": 329,
"ch": 330,
"ot": 331,
"Ġy": 332,
"ver": 333,
"Ġst": 334,
"Ġfor": 335,
"Ġis": 336,
"ĠC": 337,
"ir": 338,
"ul": 339,
"Ġon": 340,
"Ġcon": 341,
"am": 342,
"ay": 343,
"el": 344,
"Ġthat": 345,
"ith": 346,
"Ġyou": 347,
"her": 348,
"ad": 349,
"if": 350,
"Ġwith": 351,
"Ġas": 352,
"ter": 353,
"âĢ": 354,
"Ġwh": 355,
"ĠThe": 356,
"Ġex": 357,
"Ġpro": 358,
"ies": 359,
"Ġor": 360,
"Ġan": 361,
"ers": 362,
"ĠM": 363,
"Ġit": 364,
"ess": 365,
"em": 366,
"ĠB": 367,
"ate": 368,
"Ġal": 369,
"od": 370,
"ag": 371,
"ist": 372,
"Ġcom": 373,
"--": 374,
"res": 375,
"ect": 376,
"Ġhe": 377,
"ĠP": 378,
"ab": 379,
"ĠW": 380,
"ity": 381,
"us": 382,
"iv": 383,
"th": 384,
"pp": 385,
"ment": 386,
"ive": 387,
"Ġv": 388,
"Ġsu": 389,
"ĠH": 390,
"qu": 391,
"ke": 392,
"Ġwe": 393,
"Ġ(": 394,
"op": 395,
"Ġde": 396,
"Ġ1": 397,
"ore": 398,
"ill": 399,
"ac": 400,
"Ġare": 401,
"and": 402,
"ts": 403,
"ain": 404,
"ld": 405,
"igh": 406,
"rom": 407,
"ĠF": 408,
"ial": 409,
"os": 410,
"ĠE": 411,
"ĠD": 412,
"oc": 413,
"um": 414,
"Ġch": 415,
"est": 416,
"un": 417,
"Ġle": 418,
"Ġen": 419,
"ĠR": 420,
"'s": 421,
"rou": 422,
"Ġby": 423,
"ri": 424,
"Ġse": 425,
"Ġne": 426,
"ical": 427,
"ure": 428,
"Ġat": 429,
"ions": 430,
"nt": 431,
"ant": 432,
"ud": 433,
"ĠL": 434,
"Ġha": 435,
"pl": 436,
"Ġwas": 437,
"Ġcan": 438,
"gh": 439,
"ĠN": 440,
"ort": 441,
"Ġsh": 442,
"Ġr": 443,
"ap": 444,
"Ġfrom": 445,
"Ġint": 446,
"all": 447,
"Ġab": 448,
"og": 449,
"out": 450,
"Ġsp": 451,
"ĠG": 452,
"red": 453,
"ĠO": 454,
"Ġ2": 455,
"art": 456,
"Ġthis": 457,
"Ġwor": 458,
"Ġim": 459,
"iz": 460,
"ine": 461,
"ust": 462,
"ome": 463,
"our": 464,
"Ġyour": 465,
"ight": 466,
"ations": 467,
"Ġtheir": 468,
"ge": 469,
"ous": 470,
"ard": 471,
"Ġus": 472,
"Ġpl": 473,
"Ġ-": 474,
"ĠTh": 475,
"ould": 476,
"ther": 477,
"ĠIn": 478,
"Ġnot": 479,
"Ġwhe": 480,
"act": 481,
"per": 482,
"Ġ\"": 483,
"Ġad": 484,
"Ġcont": 485,
"Ġhave": 486,
"ak": 487,
"Ġcomp": 488,
"end": 489,
"ide": 490,
"ans": 491,
"Ġthey": 492,
"----": 493,
"ff": 494,
"Ġk": 495,
"ip": 496,
"ell": 497,
"ated": 498,
"Ġres": 499,
"pt": 500,
"ance": 501,
"ost": 502,
"ich": 503,
"ec": 504,
"ong": 505,
"ĠâĢ": 506,
"Ġdis": 507,
"ib": 508,
"ĠJ": 509,
"ĠU": 510,
"ru": 511,
"ual": 512,
"ast": 513,
"cc": 514,
"Ġall": 515,
"Ġinc": 516,
"are": 517,
"âĢĻ": 518,
"able": 519,
"Ġme": 520,
"du": 521,
"orm": 522,
"ult": 523,
"ary": 524,
"ie": 525,
"ere": 526,
"age": 527,
"Ġun": 528,
"ep": 529,
"ike": 530,
"ence": 531,
"Ġj": 532,
"Ġabout": 533,
"ks": 534,
"ind": 535,
"ign": 536,
"00": 537,
"Ġte": 538,
"reat": 539,
"Ġwill": 540,
"ents": 541,
"ear": 542,
"vel": 543,
"Ġcl": 544,
"ces": 545,
"Ġdo": 546,
"Ġapp": 547,
"Ġimp": 548,
"ach": 549,
"Ġwhich": 550,
"ry": 551,
"Ġar": 552,
"nder": 553,
"av": 554,
"ood": 555,
"ress": 556,
"Ġman": 557,
"Ġother": 558,
"Ġev": 559,
"ose": 560,
"ile": 561,
"ice": 562,
"ction": 563,
"Ġinto": 564,
"one": 565,
"rough": 566,
"Ġmore": 567,
"ors": 568,
"ition": 569,
"ia": 570,
"ass": 571,
"ime": 572,
"very": 573,
"Ġthese": 574,
"Ġthem": 575,
"Ġlike": 576,
"Ġper": 577,
"Ġhis": 578,
"Ġbut": 579,
"Ġhas": 580,
"Ġout": 581,
"ok": 582,
"ue": 583,
"Ġcomm": 584,
"Ġem": 585,
"ating": 586,
"ĠSt": 587,
"Ġup": 588,
"ities": 589,
"ack": 590,
"form": 591,
"ory": 592,
"Ġso": 593,
"Ġone": 594,
"ings": 595,
"now": 596,
"ci": 597,
"ens": 598,
"ater": 599,
"ake": 600,
"ild": 601,
"ace": 602,
"ber": 603,
"Ġhow": 604,
"so": 605,
"Ġour": 606,
"Ġwho": 607,
"ang": 608,
"Ġunder": 609,
"ĠThis": 610,
"Ġ*": 611,
"Ġwere": 612,
"ame": 613,
"Ġtra": 614,
"ire": 615,
"ĠCh": 616,
"ord": 617,
"Ġqu": 618,
"Ġpe": 619,
"au": 620,
"rit": 621,
"Ġfe": 622,
"Ġwhen": 623,
"Ġpre": 624,
"Ġbec": 625,
"ĠK": 626,
"Ġbet": 627,
"olog": 628,
"Ġsome": 629,
"Ġpart": 630,
"ific": 631,
"Ġind": 632,
"Ġro": 633,
"ound": 634,
"Ġits": 635,
"ish": 636,
"iff": 637,
"Ġtr": 638,
"ne": 639,
"ĠĠ": 640,
"ious": 641,
"ays": 642,
"ase": 643,
"Ġalso": 644,
"Ġsy": 645,
"ĠY": 646,
"ons": 647,
"ond": 648,
"low": 649,
"ments": 650,
"Ġag": 651,
"ough": 652,
"Ġtime": 653,
"Ġthere": 654,
"Ġgo": 655,
"ning": 656,
"Ġ19": 657,
"Ġrec": 658,
"uring": 659,
"ful": 660,
"we": 661,
"les": 662,
"Ġsa": 663,
"ric": 664,
"Ġover": 665,
"round": 666,
"ĠIt": 667,
"Ġthrough": 668,
"Ġcons": 669,
"ount": 670,
"Ġknow": 671,
"ite": 672,
"ally": 673,
"ub": 674,
"Ġcol": 675,
"erv": 676,
"ates": 677,
"Ġsuch": 678,
"ph": 679,
"Ġstud": 680,
"ople": 681,
"lect": 682,
"Ġdiff": 683,
"Ġrel": 684,
"Ġdes": 685,
"ail": 686,
"Ġwhat": 687,
"Ġinter": 688,
"Ġ3": 689,
"Ġmay": 690,
"Ġacc": 691,
").": 692,
"ures": 693,
"ook": 694,
"ove": 695,
"Ġher": 696,
"ll": 697,
"ian": 698,
"Ġwork": 699,
"vers": 700,
"ĠV": 701,
"Ġact": 702,
"ms": 703,
"Ġhel": 704,
"ree": 705,
"Ġam": 706,
"te": 707,
"pect": 708,
"Ġhad": 709,
"Ġoff": 710,
"ov": 711,
"lic": 712,
"Ġthan": 713,
"ple": 714,
"ĠAs": 715,
"Ġhelp": 716,
"Ġra": 717,
"ics": 718,
"ob": 719,
"Ġpeople": 720,
"Ġwould": 721,
"ys": 722,
"lud": 723,
"--------": 724,
"Ġnew": 725,
"Ġinv": 726,
"row": 727,
"eth": 728,
"'t": 729,
"cess": 730,
"ract": 731,
"ative": 732,
"âĢĿ": 733,
"Ġany": 734,
"Ġif": 735,
"ĠâĢľ": 736,
"Ġrep": 737,
"stand": 738,
"Ġsc": 739,
"Ġexpl": 740,
"irst": 741,
"ting": 742,
"Ġeff": 743,
"Ġpr": 744,
"Ġrem": 745,
"ular": 746,
"Ġtw": 747,
"ced": 748,
"ility": 749,
"sel": 750,
"Ġspec": 751,
"ĠWh": 752,
"Ġprov": 753,
"Ġreg": 754,
"Ġbeen": 755,
"rib": 756,
"ject": 757,
"oth": 758,
"stem": 759,
"ink": 760,
"ark": 761,
"Ġac": 762,
"ren": 763,
"Ġyear": 764,
"mer": 765,
"hed": 766,
"..": 767,
"Ġneed": 768,
"ween": 769,
"als": 770,
"alth": 771,
"Ġinclud": 772,
"Ġlear": 773,
"Ġinst": 774,
"tain": 775,
"fter": 776,
"velop": 777,
"Ġco": 778,
"Ġdiffere": 779,
"ause": 780,
"Ġwhere": 781,
"Ġbetween": 782,
"Ġph": 783,
"Ġdec": 784,
"hen": 785,
"chn": 786,
"Ġgen": 787,
"old": 788,
"ise": 789,
"Ġuse": 790,
"yp": 791,
"Ġexam": 792,
"Ġass": 793,
"Ġdisc": 794,
"ational": 795,
"Ġbl": 796,
"ife": 797,
"Ġexper": 798,
"Ġevery": 799,
"Ġno": 800,
"Ġpos": 801,
"ath": 802,
"Ġpo": 803,
"fore": 804,
"Ġpers": 805,
"ives": 806,
"ower": 807,
"tern": 808,
"ential": 809,
"Ġcould": 810,
"ĠHe": 811,
"wn": 812,
"Ġdi": 813,
"Ġadd": 814,
"aking": 815,
"get": 816,
"xt": 817,
"),": 818,
"Ġatt": 819,
"ased": 820,
"ible": 821,
"Ġsur": 822,
"iqu": 823,
"ness": 824,
"ict": 825,
"Ġtrans": 826,
"ĠUn": 827,
"Ġob": 828,
"ural": 829,
"ues": 830,
"Ġtwo": 831,
"Ġmy": 832,
"Ġfirst": 833,
"ten": 834,
"Ġworld": 835,
"hes": 836,
"Ġwhile": 837,
"Ġsoc": 838,
"uc": 839,
"oy": 840,
"Ġvar": 841,
"Ġcommun": 842,
"Ġdevelop": 843,
"ward": 844,
"Ġsystem": 845,
"Ġshe": 846,
"Ġsign": 847,
"Ġ20": 848,
"ily": 849,
"Ġins": 850,
"ĠâĢĵ": 851,
"Ġmany": 852,
"Ġmod": 853,
"own": 854,
"Ġ4": 855,
"ever": 856,
"Ġjust": 857,
"its": 858,
"Ġsm": 859,
"Ġeven": 860,
"hip": 861,
"gan": 862,
"ident": 863,
"Ġtechn": 864,
"rop": 865,
"ick": 866,
"erm": 867,
"Ġprodu": 868,
"Ġmost": 869,
"Ġpol": 870,
"ism": 871,
"iss": 872,
"Ġcre": 873,
"Ġsupp": 874,
"int": 875,
"ange": 876,
"Ġsim": 877,
"Ġunderstand": 878,
"Ġonly": 879,
"ĠFor": 880,
"ew": 881,
"Ġstr": 882,
"Ġcall": 883,
"Ġpres": 884,
"Ġfl": 885,
"Ġsub": 886,
"Ġbu": 887,
"Ġexp": 888,
"ĠAn": 889,
"ices": 890,
"ĠHow": 891,
"ĠCon": 892,
"iet": 893,
"Ġduring": 894,
"Ġinf": 895,
"ution": 896,
"Ġref": 897,
"ade": 898,
"ines": 899,
"Ġdifferent": 900,
"Ġval": 901,
"ection": 902,
"ĠAl": 903,
"other": 904,
"ists": 905,
"Ġused": 906,
"cy": 907,
"ĠRe": 908,
"aw": 909,
"vent": 910,
"ĠWe": 911,
"ram": 912,
"Ġart": 913,
"ature": 914,
"Ġimport": 915,
".\"": 916,
"Ġthose": 917,
"Ġhealth": 918,
"ros": 919,
"erg": 920,
"urn": 921,
"ĠBy": 922,
"Ġhum": 923,
"ied": 924,
"ically": 925,
"arch": 926,
"ft": 927,
"Ġke": 928,
"ble": 929,
"Ġsee": 930,
"Ġ5": 931,
"ology": 932,
"Ġhist": 933,
"ize": 934,
"Ġwithin": 935,
"led": 936,
"Ġget": 937,
"ool": 938,
"Ġeach": 939,
"ivid": 940,
"ata": 941,
"Ġsom": 942,
"Ġwell": 943,
"Ġset": 944,
"Ġcomple": 945,
"ng": 946,
"Ġform": 947,
"Ġafter": 948,
"ized": 949,
"uch": 950,
"Ġusing": 951,
"Ġent": 952,
"Ġsaid": 953,
"Ġfol": 954,
"Ġthen": 955,
"Ġnum": 956,
"Ġmed": 957,
"Ġhigh": 958,
"Ġlead": 959,
"Ġfam": 960,
"ands": 961,
"Ġback": 962,
"ving": 963,
"Ġear": 964,
"Ġchild": 965,
"ruct": 966,
"Ġdet": 967,
"Ġinform": 968,
"imes": 969,
"arm": 970,
"cer": 971,
"ited": 972,
"Ġfun": 973,
"cept": 974,
"Ġsec": 975,
"Ġgra": 976,
"eng": 977,
"Ġexperi": 978,
"Ġsk": 979,
"**": 980,
"Ġmight": 981,
"Ġprocess": 982,
"Ġpat": 983,
"Ġlife": 984,
"ves": 985,
"ually": 986,
"Ġboth": 987,
"Ġway": 988,
"ants": 989,
"ages": 990,
"ĠCom": 991,
"Ġ**": 992,
"Ġcult": 993,
"ins": 994,
"Ġdist": 995,
"Ġown": 996,
"Ġshould": 997,
"ĠThey": 998,
"Ġloc": 999,
"Ġpartic": 1000,
"Ġhim": 1001,
"ef": 1002,
"ering": 1003,
"dition": 1004,
"Ġtyp": 1005,
"Ġplay": 1006,
"Ġpract": 1007,
"Ġmake": 1008,
"Ġed": 1009,
"ement": 1010,
"Ġyears": 1011,
"Ġperson": 1012,
"Ġbecause": 1013,
"ather": 1014,
"Ġ200": 1015,
"Ġrequ": 1016,
"ĠThese": 1017,
"Ġchar": 1018,
"ĠBut": 1019,
"ron": 1020,
"Ġread": 1021,
"meric": 1022,
"Ġbefore": 1023,
"king": 1024,
"cl": 1025,
"self": 1026,
"iew": 1027,
"Ġdef": 1028,
"Ġrese": 1029,
"Ġaround": 1030,
"Ġeffect": 1031,
"Ġext": 1032,
"Ġlong": 1033,
"cing": 1034,
"Ġfind": 1035,
"Ġgener": 1036,
"Ġfound": 1037,
"Ġlet": 1038,
"ps": 1039,
"Ġfollow": 1040,
"Ġcent": 1041,
"Ġbeing": 1042,
"Ġcar": 1043,
"Ġwater": 1044,
"ality": 1045,
"Ġcount": 1046,
"chool": 1047,
"iron": 1048,
"oun": 1049,
"ividual": 1050,
"Ġcap": 1051,
"Ġaut": 1052,
"con": 1053,
"Ġprog": 1054,
"gg": 1055,
"ĠIf": 1056,
"Ġagain": 1057,
"ĠYou": 1058,
"ds": 1059,
"ave": 1060,
"por": 1061,
"ights": 1062,
"Ġresp": 1063,
"Ġallow": 1064,
"Ġpower": 1065,
"Ġeng": 1066,
"ining": 1067,
"ved": 1068,
"ional": 1069,
"Ġgrow": 1070,
"Ġincre": 1071,
"tle": 1072,
"ĠAmeric": 1073,
"ross": 1074,
"Ġmain": 1075,
"Ġindividual": 1076,
"uss": 1077,
"Ġfact": 1078,
"Ġconf": 1079,
"over": 1080,
"Ġbel": 1081,
"Ġlearn": 1082,
"Ġcur": 1083,
"ted": 1084,
"Ġcare": 1085,
"Ġdoes": 1086,
"Ġgu": 1087,
"ences": 1088,
"ories": 1089,
"Ġgl": 1090,
"Ġcalled": 1091,
"Ġcreat": 1092,
"Ġlit": 1093,
"Ġdata": 1094,
"iving": 1095,
"Ġcontin": 1096,
"Ġsol": 1097,
"ĠEx": 1098,
"ient": 1099,
"Ġvis": 1100,
"Ġthink": 1101,
"ork": 1102,
"Ġ201": 1103,
"Ġmem": 1104,
",\"": 1105,
"Ġbr": 1106,
"Ġserv": 1107,
"ĠTo": 1108,
"Ġmade": 1109,
"Ġdown": 1110,
"ĠAnd": 1111,
"Ġdesign": 1112,
"ĠAd": 1113,
"ĠPro": 1114,
"ered": 1115,
"Ġprovid": 1116,
"Ġdid": 1117,
"Ġend": 1118,
"eg": 1119,
"day": 1120,
"ared": 1121,
"itions": 1122,
"Ġmin": 1123,
"ck": 1124,
"Ġpar": 1125,
"Ġthough": 1126,
"Ġadv": 1127,
"Ġbo": 1128,
"Ġ`": 1129,
"Ġexample": 1130,
"viron": 1131,
"ody": 1132,
"riend": 1133,
"Ġgrou": 1134,
"ute": 1135,
"ty": 1136,
"Ġdep": 1137,
"akes": 1138,
"Ġmuch": 1139,
"ĠIm": 1140,
"Ġinformation": 1141,
"Ġoften": 1142,
"Ġshow": 1143,
"Ġgreat": 1144,
"Ġlar": 1145,
"Ġwrit": 1146,
"inal": 1147,
"Ġ6": 1148,
"iel": 1149,
"Ġmat": 1150,
"ital": 1151,
"ĠSo": 1152,
"Ġpub": 1153,
"ax": 1154,
"Ġdel": 1155,
"Ġprom": 1156,
"Ġchall": 1157,
"ier": 1158,
"Ġlook": 1159,
"Ġmon": 1160,
"Ġprot": 1161,
"Ġconn": 1162,
"Ġequ": 1163,
"air": 1164,
"Ġinvol": 1165,
"Ġday": 1166,
"ĠAr": 1167,
"ex": 1168,
"Ġvarious": 1169,
"ases": 1170,
"Ġfeel": 1171,
"ars": 1172,
"Ġop": 1173,
"cial": 1174,
"ĠWhen": 1175,
"Ġpot": 1176,
"ven": 1177,
"Ġimportant": 1178,
"com": 1179,
"ined": 1180,
"Ġcor": 1181,
"ters": 1182,
"Ġvery": 1183,
"Ġ18": 1184,
"any": 1185,
"Ġpop": 1186,
"cient": 1187,
"Ġstart": 1188,
"ization": 1189,
"imate": 1190,
"Ġorgan": 1191,
"Ġreal": 1192,
"oring": 1193,
"ider": 1194,
"read": 1195,
"ĠSp": 1196,
"ix": 1197,
"nce": 1198,
"io": 1199,
"Ġche": 1200,
"Ġsignific": 1201,
"ah": 1202,
"Ġnow": 1203,
"Ġident": 1204,
"Ġhuman": 1205,
"Ġposs": 1206,
"Ġbeh": 1207,
"Ġtake": 1208,
"und": 1209,
"Ġquest": 1210,
"Ġbuild": 1211,
"Ġgood": 1212,
"Ġaw": 1213,
"ivity": 1214,
"Ġsmall": 1215,
"ability": 1216,
"ique": 1217,
"Ġwant": 1218,
"ince": 1219,
"ale": 1220,
"Ġdem": 1221,
"Ġright": 1222,
"##": 1223,
"ets": 1224,
"ething": 1225,
"ĠThere": 1226,
"Ġenviron": 1227,
"Ġclass": 1228,
"Ġcontro": 1229,
"Ġschool": 1230,
"ĠOne": 1231,
"ateg": 1232,
"Ġcour": 1233,
"Ġav": 1234,
"ling": 1235,
"Ġsupport": 1236,
"ĠHowever": 1237,
"less": 1238,
"Ġfriend": 1239,
"Ġser": 1240,
"Ġfood": 1241,
"Ġstudents": 1242,
"Ġ'": 1243,
"Ġopp": 1244,
"Ġstudy": 1245,
"Ġless": 1246,
".,": 1247,
"Ġproble": 1248,
"Ġappro": 1249,
"Ġsomething": 1250,
"erest": 1251,
"Ġconst": 1252,
"âĢĶ": 1253,
"ify": 1254,
"Ġprof": 1255,
"Ġplan": 1256,
"Ġsame": 1257,
"ination": 1258,
"rodu": 1259,
"ources": 1260,
"Ġess": 1261,
"Ġlevel": 1262,
"ired": 1263,
"up": 1264,
"Ġincluding": 1265,
"Ġens": 1266,
"Ġcle": 1267,
"ember": 1268,
"omen": 1269,
"ock": 1270,
"iness": 1271,
"ivers": 1272,
"ĠInd": 1273,
"itive": 1274,
"Ġiss": 1275,
"Ġanother": 1276,
"ĠWhat": 1277,
"----------------": 1278,
"orts": 1279,
"iety": 1280,
"ethod": 1281,
"Ġaff": 1282,
"ern": 1283,
"ances": 1284,
"Ġest": 1285,
"Ġgover": 1286,
"Ġmust": 1287,
"ples": 1288,
"ency": 1289,
"gether": 1290,
"Ġtogether": 1291,
"ished": 1292,
"Ġide": 1293,
"Ġbetter": 1294,
"ently": 1295,
"ĠIs": 1296,
"land": 1297,
"irect": 1298,
"Ġlearning": 1299,
"Ġsocial": 1300,
"Ġfac": 1301,
"Ġcharact": 1302,
"Ġothers": 1303,
"ead": 1304,
"Ġamong": 1305,
"raph": 1306,
"Ġanal": 1307,
"Ġcreate": 1308,
"Ġhapp": 1309,
"Ġbelie": 1310,
"Ġret": 1311,
"ĠAt": 1312,
"ccess": 1313,
"cent": 1314,
"esp": 1315,
"angu": 1316,
"Ġredu": 1317,
"Ġpass": 1318,
"aterial": 1319,
"Ġmus": 1320,
"Ġdon": 1321,
"ense": 1322,
"ived": 1323,
"ention": 1324,
"agine": 1325,
"here": 1326,
"Ġthree": 1327,
"Ġhand": 1328,
"Ġimpro": 1329,
"ner": 1330,
"Ġ10": 1331,
"Ġ|": 1332,
"Ġmean": 1333,
"bers": 1334,
"ĠNew": 1335,
"wards": 1336,
"Ġ7": 1337,
"Ġinterest": 1338,
"elf": 1339,
"ral": 1340,
"Ġtreat": 1341,
"ocus": 1342,
"ĠĠĠĠ": 1343,
"par": 1344,
"be": 1345,
"Ġwithout": 1346,
"der": 1347,
"Ġtoo": 1348,
"els": 1349,
"Ġunderstanding": 1350,
"line": 1351,
"ilar": 1352,
"Ġagainst": 1353,
"Ġgovern": 1354,
"iven": 1355,
"Ġperform": 1356,
"oh": 1357,
"Ġocc": 1358,
"ĠSh": 1359,
"urther": 1360,
"Ġeduc": 1361,
"Ġmethod": 1362,
"Ġele": 1363,
"Ġrepres": 1364,
"ills": 1365,
"ains": 1366,
"Ġpur": 1367,
"ĠNow": 1368,
"Ġchildren": 1369,
"Ġresearch": 1370,
"apter": 1371,
"ee": 1372,
"ash": 1373,
"Ġconnect": 1374,
"az": 1375,
"ergy": 1376,
"Ġexplore": 1377,
"Ġpotential": 1378,
"Ġchalleng": 1379,
"Ġcomplex": 1380,
"Ġcrit": 1381,
"ision": 1382,
"Ġknown": 1383,
"Ġca": 1384,
"Ġsignificant": 1385,
"Ġthings": 1386,
"Ġelect": 1387,
"Ġhistory": 1388,
"ĠBe": 1389,
"usion": 1390,
"lu": 1391,
"Ġenc": 1392,
"Ġbecome": 1393,
"izing": 1394,
"Ġleg": 1395,
"oss": 1396,
"Ġmet": 1397,
"Ġris": 1398,
"ury": 1399,
"ĠThat": 1400,
"ration": 1401,
"Ġstill": 1402,
"oci": 1403,
"ertain": 1404,
"Ġsit": 1405,
"Ġdue": 1406,
"Ġchang": 1407,
"Ġmaterial": 1408,
"ulation": 1409,
"ogn": 1410,
"ways": 1411,
"Ġenvironment": 1412,
"Ġfin": 1413,
"ortun": 1414,
"Ġbody": 1415,
"Ġplace": 1416,
"the": 1417,
"Ġ=": 1418,
"Ġsever": 1419,
"ries": 1420,
"Ġfunction": 1421,
"Ġchange": 1422,
"ouse": 1423,
"hers": 1424,
"...": 1425,
"19": 1426,
"Ġsaf": 1427,
"Ġben": 1428,
"Ġopt": 1429,
"Ġkeep": 1430,
"ull": 1431,
"ĠWith": 1432,
"verse": 1433,
"orn": 1434,
"lish": 1435,
"Ġopen": 1436,
"Ġpresent": 1437,
"Ġnumber": 1438,
"ological": 1439,
"to": 1440,
"ason": 1441,
"ior": 1442,
"Ġcommon": 1443,
"Ġbus": 1444,
"Ġfocus": 1445,
"Ġimm": 1446,
"ret": 1447,
"ĠDe": 1448,
"Ġmove": 1449,
"ording": 1450,
"Ġlaw": 1451,
"Ġ8": 1452,
"Ġunt": 1453,
"ental": 1454,
"ran": 1455,
"__": 1456,
"Ġlangu": 1457,
"rat": 1458,
"Ġmult": 1459,
"Ġmaking": 1460,
"Ġmanag": 1461,
"ris": 1462,
"Ġfamily": 1463,
"Ġhome": 1464,
"Ġacross": 1465,
"Ġbre": 1466,
"Ġmark": 1467,
"Ġalong": 1468,
"Ġseveral": 1469,
"Ġphys": 1470,
"Ġcontrib": 1471,
"Ġoper": 1472,
"Ġpublic": 1473,
"ger": 1474,
"Ġbased": 1475,
"Ġdr": 1476,
"mb": 1477,
"Ġdiscuss": 1478,
"Ġtal": 1479,
"Ġstand": 1480,
"Ġmar": 1481,
"rain": 1482,
"conom": 1483,
"iod": 1484,
"ians": 1485,
"abor": 1486,
"Ġrelations": 1487,
"ication": 1488,
"Ġwhy": 1489,
"Ġmeans": 1490,
"Ġsuccess": 1491,
"ield": 1492,
"ns": 1493,
"ograph": 1494,
"Ġresult": 1495,
"rap": 1496,
"Ġshap": 1497,
"Ġdev": 1498,
"Ġdevelopment": 1499,
"Ġve": 1500,
"Ġeas": 1501,
"Ġsl": 1502,
"Ġessential": 1503,
"Ġparticular": 1504,
"Ġter": 1505,
"irc": 1506,
"uture": 1507,
"rent": 1508,
"Ġupon": 1509,
"reen": 1510,
"ditions": 1511,
"Ġhere": 1512,
"Ġinclude": 1513,
"ially": 1514,
"000": 1515,
"ĠQ": 1516,
"aj": 1517,
"ĠLet": 1518,
"Ġtest": 1519,
"Ġel": 1520,
"bs": 1521,
"ults": 1522,
"amp": 1523,
"Ġtop": 1524,
"ote": 1525,
"Ġbest": 1526,
"Ġbro": 1527,
"ĠEng": 1528,
"Ġ$": 1529,
"Ġrole": 1530,
"Ġprovide": 1531,
"aring": 1532,
"Ġproper": 1533,
"Ġconsider": 1534,
"oms": 1535,
"Ġproduct": 1536,
"Ġunique": 1537,
"Ġ9": 1538,
"man": 1539,
"Ġlight": 1540,
"Ġsay": 1541,
"ively": 1542,
"ots": 1543,
"Ġaccess": 1544,
"ilities": 1545,
"oura": 1546,
"Ġlarge": 1547,
"Ġdirect": 1548,
"ploy": 1549,
"iting": 1550,
"de": 1551,
"Ġproject": 1552,
"rist": 1553,
"Ġcho": 1554,
"Ġcome": 1555,
"The": 1556,
"Ġauth": 1557,
"ients": 1558,
"ert": 1559,
"ols": 1560,
"Ġrest": 1561,
"Ġcontrol": 1562,
"Ġtre": 1563,
"Ġseem": 1564,
"Ġever": 1565,
"Ġtem": 1566,
"osed": 1567,
"gin": 1568,
"Ġcell": 1569,
"ĠAmerican": 1570,
"cience": 1571,
"Ġemb": 1572,
"ids": 1573,
"ĠPl": 1574,
"Ġstate": 1575,
"ames": 1576,
"Ġrespons": 1577,
"Ġspecific": 1578,
"Ġspecial": 1579,
"Ġ&": 1580,
"Ġwar": 1581,
".âĢĿ": 1582,
"Ġanim": 1583,
"Ġstruct": 1584,
"Ġenergy": 1585,
"Ġcertain": 1586,
"app": 1587,
"atural": 1588,
"Ġbas": 1589,
"Ġself": 1590,
"Ġturn": 1591,
"ending": 1592,
"Ġgroup": 1593,
"'re": 1594,
"Ġimpact": 1595,
"20": 1596,
"istic": 1597,
"view": 1598,
"Ġstat": 1599,
"ney": 1600,
"Ġinvest": 1601,
"Ġsystems": 1602,
"Ġmeas": 1603,
"outh": 1604,
"Ġcaus": 1605,
"ĠCl": 1606,
"Ġfew": 1607,
"Ġobject": 1608,
"Ġdra": 1609,
"ĠEn": 1610,
"Ġuntil": 1611,
"Ġtry": 1612,
"Ġrele": 1613,
"utions": 1614,
"ilit": 1615,
"Ġlist": 1616,
"Ġrepresent": 1617,
"selves": 1618,
"Ġlocal": 1619,
"ĠOr": 1620,
"Ġcomput": 1621,
"Ġpolit": 1622,
"Ġnear": 1623,
"agn": 1624,
"ili": 1625,
"Ġfore": 1626,
"ĠOn": 1627,
"ium": 1628,
"Ġfil": 1629,
"Ġdesc": 1630,
"ression": 1631,
"iversity": 1632,
"Ġold": 1633,
"Ġfuture": 1634,
"Ġeconom": 1635,
"Ġstrateg": 1636,
"ards": 1637,
"me": 1638,
"ton": 1639,
"Ġbenef": 1640,
"asc": 1641,
"Ġearly": 1642,
"Ġactiv": 1643,
"Ġrelationship": 1644,
"Ġindividuals": 1645,
"Ġfollowing": 1646,
"Ġ199": 1647,
"ĠSe": 1648,
"Ġlim": 1649,
"Ġnon": 1650,
"ified": 1651,
"put": 1652,
"ĠRes": 1653,
"Ġpain": 1654,
"Ġcomb": 1655,
"ug": 1656,
"ĠShe": 1657,
"idence": 1658,
"etimes": 1659,
"Ġsecond": 1660,
"ĠInt": 1661,
"thing": 1662,
"Ġsince": 1663,
"Ġwomen": 1664,
"||": 1665,
"Ġlast": 1666,
"Ġhistor": 1667,
"Ġdise": 1668,
"Ġtoday": 1669,
"Ġtowards": 1670,
"ats": 1671,
"Ġinflu": 1672,
"oks": 1673,
"Ġbusiness": 1674,
"Ġet": 1675,
"ledge": 1676,
"olution": 1677,
"Ġcommunity": 1678,
"Ġorig": 1679,
"Ġapplic": 1680,
"Ġrun": 1681,
"Ġstory": 1682,
"Ġ[": 1683,
"acy": 1684,
"ĠComm": 1685,
"eral": 1686,
"Ġspe": 1687,
"Ġcal": 1688,
"Ġconcer": 1689,
"Ġtradition": 1690,
"Ġcharacter": 1691,
"Ġstrong": 1692,
"Ġmaintain": 1693,
"ĠSome": 1694,
"ik": 1695,
"ĠCol": 1696,
"iques": 1697,
"ĠPh": 1698,
"ĠThrough": 1699,
"Ġfre": 1700,
"asing": 1701,
"Ġassoci": 1702,
"ission": 1703,
"aster": 1704,
"Ġjour": 1705,
"Ġways": 1706,
"Ġmov": 1707,
"Ġalways": 1708,
"Ġstep": 1709,
"ray": 1710,
"ode": 1711,
"Ġfriends": 1712,
"Ġprin": 1713,
"ĠTe": 1714,
"Ġopportun": 1715,
"ĠCan": 1716,
"Ġlo": 1717,
"idd": 1718,
"work": 1719,
"ained": 1720,
"Ġant": 1721,
"Ġyoung": 1722,
"Ġexperience": 1723,
"Ġarea": 1724,
"ource": 1725,
"Ġnecess": 1726,
"Ġtimes": 1727,
"Ġcourse": 1728,
"aces": 1729,
"Ġhead": 1730,
"Ġland": 1731,
"Ġcase": 1732,
"Ġsimilar": 1733,
"Ġperiod": 1734,
"Ġair": 1735,
"Ġaffect": 1736,
"ĠWhile": 1737,
"Ġrece": 1738,
"ĠGod": 1739,
"Ġgovernment": 1740,
"Ġthroughout": 1741,
"aut": 1742,
"Ġissues": 1743,
"Ġpoint": 1744,
"orth": 1745,
"Ġlanguage": 1746,
"Ġpress": 1747,
"Ġview": 1748,
"ately": 1749,
"arc": 1750,
"Ġhaving": 1751,
"Ġprotect": 1752,
"port": 1753,
"ĠChrist": 1754,
"ope": 1755,
"Ġhard": 1756,
"Ġprogram": 1757,
"Ġill": 1758,
"aging": 1759,
"Ġask": 1760,
"Ġmind": 1761,
"ĠĠĠ": 1762,
"Ġskills": 1763,
"Ġscient": 1764,
"ibility": 1765,
"Ġintern": 1766,
"clusion": 1767,
"sy": 1768,
"Ġsomeone": 1769,
"Ġreport": 1770,
"Ġbehav": 1771,
"Ġchallenges": 1772,
"Ġworks": 1773,
"side": 1774,
"Ġnext": 1775,
"Ġavail": 1776,
"ued": 1777,
"Ġpast": 1778,
"ption": 1779,
"Ġkey": 1780,
"Ġexist": 1781,
"Ġobs": 1782,
"Ġresources": 1783,
"Ġaddress": 1784,
"Ġpost": 1785,
"Ġtechnology": 1786,
"aps": 1787,
"ĠImagine": 1788,
"ges": 1789,
"Ġpossible": 1790,
"Ġgr": 1791,
"Ġlittle": 1792,
"Ġaspect": 1793,
"illed": 1794,
"Ġpolic": 1795,
"Ġtru": 1796,
"orld": 1797,
"Ġpersonal": 1798,
"urop": 1799,
"ĠAfter": 1800,
"iction": 1801,
"Ġprofess": 1802,
"by": 1803,
"Ġbi": 1804,
"Ġteam": 1805,
"lished": 1806,
"ended": 1807,
"ole": 1808,
"yn": 1809,
"ank": 1810,
"ream": 1811,
"mat": 1812,
"oid": 1813,
"ĠUnder": 1814,
"Ġsw": 1815,
"Ġdeterm": 1816,
"Ġkind": 1817,
"ina": 1818,
"Ġinit": 1819,
"ĠZ": 1820,
"Ġsing": 1821,
"ably": 1822,
"Ġcountry": 1823,
"Ġestab": 1824,
"Ġmill": 1825,
"ean": 1826,
"Ġfurther": 1827,
"Ġer": 1828,
"Ġareas": 1829,
"Ġrespect": 1830,
"ĠUnited": 1831,
"ring": 1832,
"Ġname": 1833,
"ĠAll": 1834,
"Ġexperiences": 1835,
"ables": 1836,
"Ġcirc": 1837,
"Ġmen": 1838,
"oph": 1839,
"Ġcost": 1840,
"Ġey": 1841,
"Ġ0": 1842,
"Ġaway": 1843,
"Ġgoing": 1844,
"ibr": 1845,
"Ġnatural": 1846,
"Ġmodern": 1847,
"ones": 1848,
"Ġworking": 1849,
"Ġnet": 1850,
"Ġfour": 1851,
"Ġemploy": 1852,
"ext": 1853,
"fully": 1854,
"Ġaddition": 1855,
"Ġsound": 1856,
"10": 1857,
"Ġdeep": 1858,
"ajor": 1859,
"Ġfar": 1860,
"Ġ.": 1861,
"though": 1862,
"Ġrecogn": 1863,
"ried": 1864,
"Ġeveryone": 1865,
"Ġput": 1866,
"Ġemot": 1867,
"Ġtype": 1868,
"Ġglob": 1869,
"Ġoccur": 1870,
"Ġwords": 1871,
"Ġcoll": 1872,
"Ġstories": 1873,
"ires": 1874,
"ĠAf": 1875,
"Ġrelig": 1876,
"Ġgrowth": 1877,
"osp": 1878,
"Ġcollect": 1879,
"chie": 1880,
"Ġprevent": 1881,
"use": 1882,
"Ġfree": 1883,
"atch": 1884,
"erc": 1885,
"Ġknowledge": 1886,
"ush": 1887,
"Ġregard": 1888,
"iple": 1889,
"Ġlater": 1890,
"Ġorder": 1891,
"Ġliter": 1892,
"ane": 1893,
"Ġbook": 1894,
"utes": 1895,
"Ġbegin": 1896,
"Ġquestions": 1897,
"come": 1898,
"Ġsugg": 1899,
"atures": 1900,
"lying": 1901,
"omes": 1902,
"ĠEurop": 1903,
"rate": 1904,
"Ġtechniques": 1905,
"ths": 1906,
"Ġwhether": 1907,
"Ġlow": 1908,
"Ġmakes": 1909,
"inating": 1910,
"onst": 1911,
"ured": 1912,
"ysis": 1913,
"ides": 1914,
"Ġinn": 1915,
"Ġspace": 1916,
"aim": 1917,
"Ġbig": 1918,
"ned": 1919,
"Ġcommunities": 1920,
"Ġmot": 1921,
"'ll": 1922,
"Ġconditions": 1923,
"Ġline": 1924,
"Ġrisk": 1925,
"ored": 1926,
"Ġcurrent": 1927,
"Ġnever": 1928,
"Ġappear": 1929,
"Ġ15": 1930,
"yth": 1931,
"Ġwee": 1932,
"Ġclear": 1933,
"Ġindust": 1934,
"icult": 1935,
"Ġlove": 1936,
"Ġpattern": 1937,
"Ġleft": 1938,
"Ġgive": 1939,
"inary": 1940,
"Ġavailable": 1941,
"Ġable": 1942,
"ĠSc": 1943,
"sequ": 1944,
"Ġthought": 1945,
"Ġeducation": 1946,
"ither": 1947,
"Ġnature": 1948,
"ĠSection": 1949,
"Ġsens": 1950,
"ened": 1951,
"anced": 1952,
"lement": 1953,
"Ġimprove": 1954,
"reci": 1955,
"Ġ##": 1956,
"ĠInst": 1957,
"Ġdig": 1958,
"ĠMore": 1959,
"Ġhig": 1960,
"augh": 1961,
"Ġprim": 1962,
"Ġgiven": 1963,
"Ġauthor": 1964,
"Ġhold": 1965,
"standing": 1966,
"Ġreturn": 1967,
"ules": 1968,
"Ġshort": 1969,
"oney": 1970,
"ged": 1971,
"Ġneeds": 1972,
"ox": 1973,
"Ġprop": 1974,
"Ġcr": 1975,
"aper": 1976,
"Ġlevels": 1977,
"Ġfost": 1978,
"Ġcultural": 1979,
"Ġcru": 1980,
"Ġtell": 1981,
"porary": 1982,
"Ġenough": 1983,
"ised": 1984,
"ĠStates": 1985,
"ators": 1986,
"plic": 1987,
"ints": 1988,
"Ġvalue": 1989,
"face": 1990,
"for": 1991,
"Ġshare": 1992,
"my": 1993,
"ests": 1994,
"ĠII": 1995,
"Ġsitu": 1996,
"iver": 1997,
"Ġblood": 1998,
"ator": 1999,
"Ġground": 2000,
"pts": 2001,
"Ġmusic": 2002,
"ĠUniversity": 2003,
"Ġflow": 2004,
"lection": 2005,
"Ġproblem": 2006,
"pr": 2007,
"Ġvol": 2008,
"ĠJoh": 2009,
",âĢĿ": 2010,
"Ġmajor": 2011,
"Ġage": 2012,
"Ġchanges": 2013,
"let": 2014,
"Ġachie": 2015,
"Ġhelps": 2016,
"Ġcomes": 2017,
"Ġinteg": 2018,
"Ġparticip": 2019,
"ird": 2020,
"Ġbecame": 2021,
"ĠEar": 2022,
"Ġtypes": 2023,
"Ġquestion": 2024,
"Ġheart": 2025,
"Ġclose": 2026,
"aries": 2027,
"apt": 2028,
"Ġappreci": 2029,
"oot": 2030,
"ĠBl": 2031,
"Ġlay": 2032,
"duct": 2033,
"ulations": 2034,
"Ġmeet": 2035,
"Ġgroups": 2036,
"ery": 2037,
"aling": 2038,
"Ġproblems": 2039,
"ening": 2040,
"Ġcause": 2041,
"Ġvir": 2042,
"cap": 2043,
"Ġactivities": 2044,
"Ġpractice": 2045,
"icle": 2046,
"Ġprev": 2047,
"fer": 2048,
"Ġ12": 2049,
"Ġpred": 2050,
"ĠSy": 2051,
"Ġmembers": 2052,
"joy": 2053,
"nces": 2054,
"ĠMar": 2055,
"isc": 2056,
"Ġrecord": 2057,
"Ġexploring": 2058,
"Ġensure": 2059,
"Ġsays": 2060,
"avor": 2061,
"Ġliving": 2062,
"ĠAm": 2063,
"Ġlives": 2064,
"Ġallows": 2065,
"Ġemp": 2066,
"Ġassociated": 2067,
"Ġunit": 2068,
"Ġpractices": 2069,
"Ġinstead": 2070,
"Ġ17": 2071,
"Ġinteract": 2072,
"Ġrequire": 2073,
"gen": 2074,
"Ġencoura": 2075,
"sp": 2076,
"ĠMay": 2077,
"ĠKe": 2078,
"Ġside": 2079,
"Ġcame": 2080,
"Ġfund": 2081,
"ĠApp": 2082,
"Ġthemselves": 2083,
"mit": 2084,
"ging": 2085,
"Ġvalu": 2086,
"Ġfactors": 2087,
"pped": 2088,
"icient": 2089,
"Ġsometimes": 2090,
"ĠLe": 2091,
"Ġtraditional": 2092,
"Ġrad": 2093,
"not": 2094,
"sych": 2095,
"of": 2096,
"Ġbuilding": 2097,
"Ġphysical": 2098,
"Ġexc": 2099,
"Ġdays": 2100,
"ours": 2101,
"min": 2102,
"Ġexpect": 2103,
"Ġhistorical": 2104,
"aren": 2105,
"Ġconsum": 2106,
"ument": 2107,
"Ġevents": 2108,
"Ġ``": 2109,
"Ġemerg": 2110,
"Ġremember": 2111,
"Ġdisease": 2112,
"Ġsure": 2113,
"oman": 2114,
"Ġcreating": 2115,
"aching": 2116,
"Ġcritical": 2117,
"Ġrather": 2118,
"Ġyet": 2119,
"Ġsociety": 2120,
"omm": 2121,
"Ġjo": 2122,
"yl": 2123,
"orpor": 2124,
"Ġtools": 2125,
"aches": 2126,
"Ġsal": 2127,
"Ġcust": 2128,
"Ġenh": 2129,
"Ġinstance": 2130,
"Ġreally": 2131,
"Ġwond": 2132,
"Ġresults": 2133,
"Ġmodel": 2134,
"atic": 2135,
"Ġinsp": 2136,
"af": 2137,
"ĠChapter": 2138,
"ender": 2139,
"Ġpopular": 2140,
"Ġdifficult": 2141,
"Ġevent": 2142,
"ches": 2143,
"ony": 2144,
"une": 2145,
"ĠEm": 2146,
"Ġ```": 2147,
"Ġdescrib": 2148,
"Ġneg": 2149,
"Ġpolitical": 2150,
"Ġfull": 2151,
"Ġcity": 2152,
"Ġarr": 2153,
"Ġsuper": 2154,
"imately": 2155,
"Ġarg": 2156,
"ĠWar": 2157,
"Ġmaterials": 2158,
"reng": 2159,
"ruction": 2160,
"ecially": 2161,
"Ġvaluable": 2162,
"cle": 2163,
"aves": 2164,
"Ġhy": 2165,
"emporary": 2166,
"Ġfasc": 2167,
"Ġtreatment": 2168,
"overed": 2169,
"Ġenjoy": 2170,
"Ġyourself": 2171,
"ĠAfric": 2172,
"ann": 2173,
"Ġmethods": 2174,
"Ġsimple": 2175,
"roduction": 2176,
"Ġhowever": 2177,
"etic": 2178,
"Ġonce": 2179,
"Ġaccording": 2180,
"edi": 2181,
"ips": 2182,
"Ġfig": 2183,
"Ġonline": 2184,
"Ġscience": 2185,
"Ġsum": 2186,
"Ġ16": 2187,
"Ġesp": 2188,
"ware": 2189,
"ĠWorld": 2190,
"urity": 2191,
"Ġmeaning": 2192,
"ĠAct": 2193,
"lt": 2194,
"Ġnorm": 2195,
"Ġcompet": 2196,
"ification": 2197,
"Ġspecies": 2198,
"rated": 2199,
"âĢĵ": 2200,
"ĠNo": 2201,
"Ġculture": 2202,
":**": 2203,
"Ġbeaut": 2204,
"Ġsurround": 2205,
"Ġplant": 2206,
"wh": 2207,
"Ġoffic": 2208,
"sw": 2209,
"lex": 2210,
"Ġz": 2211,
"iol": 2212,
"go": 2213,
"ĠTr": 2214,
"Ġcentury": 2215,
"Ġharm": 2216,
"elling": 2217,
"Ġrights": 2218,
"ĠMed": 2219,
"Ġsym": 2220,
"Ġvalues": 2221,
"Ġcountries": 2222,
"Ġbal": 2223,
"Ġdetail": 2224,
"aken": 2225,
"Ġelements": 2226,
"Ġmom": 2227,
"Ġinnov": 2228,
"Ġcapt": 2229,
"Ġphot": 2230,
"ĠYour": 2231,
"ene": 2232,
"Ġcomplete": 2233,
"ĠCent": 2234,
"Ġdeath": 2235,
"Ġcompon": 2236,
"Ġnar": 2237,
"Ġpercent": 2238,
"Ġsubst": 2239,
"ided": 2240,
"Ġfield": 2241,
"ĠCont": 2242,
"Ġglobal": 2243,
"ĠStud": 2244,
"Ġtemper": 2245,
"Ġcrucial": 2246,
"Ġoffer": 2247,
"irit": 2248,
"light": 2249,
"Ġlive": 2250,
"yond": 2251,
"ĠJust": 2252,
"ĠHis": 2253,
"ival": 2254,
"Ġdam": 2255,
"ĠUnderstanding": 2256,
"het": 2257,
"ĠâĢĺ": 2258,
"Ġ--": 2259,
"amed": 2260,
"Ġcontain": 2261,
"ĠMan": 2262,
"ĠAb": 2263,
"Ġaim": 2264,
"Ġdom": 2265,
"ivil": 2266,
"Ġnecessary": 2267,
"Ġconcept": 2268,
"Ġvers": 2269,
"Ġmanagement": 2270,
"Ġdiverse": 2271,
"ĠUS": 2272,
"erous": 2273,
"ĠSu": 2274,
"Ġstreng": 2275,
"Ġreflect": 2276,
"Ġespecially": 2277,
"rams": 2278,
"Ġterm": 2279,
"ĠRem": 2280,
"ites": 2281,
"Ġpositive": 2282,
"Ġopportunities": 2283,
"ler": 2284,
"Ġexpress": 2285,
"Ġbegan": 2286,
"Ġjourney": 2287,
"Ġquick": 2288,
"):": 2289,
"Ġtext": 2290,
"Ġsingle": 2291,
"ilt": 2292,
"ont": 2293,
"ĠCar": 2294,
"Ġcontinue": 2295,
"Ġhouse": 2296,
"ley": 2297,
"Ġresearc": 2298,
"Ġport": 2299,
"ising": 2300,
"Ġpay": 2301,
"Ġsuff": 2302,
"Ġanaly": 2303,
"Ġdraw": 2304,
"alf": 2305,
"ĠBrit": 2306,
"ze": 2307,
"avig": 2308,
"Ġtook": 2309,
"ĠHave": 2310,
"Ġobserv": 2311,
"Ġdemonst": 2312,
"Ġcra": 2313,
"ĠâĢĶ": 2314,
"Ġremain": 2315,
"Ġdeb": 2316,
"Ġbreak": 2317,
"Ġsubject": 2318,
"Ġincreasing": 2319,
"Ġvari": 2320,
"atory": 2321,
"ety": 2322,
"Ġmess": 2323,
"Ġmor": 2324,
"Ġsent": 2325,
"ĠNational": 2326,
"Ġmarket": 2327,
"urb": 2328,
"?\"": 2329,
"Ġcells": 2330,
"alu": 2331,
"Ġcommunication": 2332,
"Ġbehind": 2333,
"Ġhigher": 2334,
"Ġ###": 2335,
"Ġstrategies": 2336,
"ĠSim": 2337,
"Ġgame": 2338,
"rict": 2339,
"Ġface": 2340,
"ios": 2341,
"Ġevidence": 2342,
"Ġprovides": 2343,
"Ġbring": 2344,
"Ġabove": 2345,
"Ġtaking": 2346,
"Ġcut": 2347,
"Ġneeded": 2348,
"like": 2349,
"Ġmoney": 2350,
"Ġtar": 2351,
"Ġsust": 2352,
"ĠCons": 2353,
"Ġservices": 2354,
"Ġusually": 2355,
"Ġcoun": 2356,
"atives": 2357,
"18": 2358,
"Ġsoft": 2359,
"Ġchapter": 2360,
"iles": 2361,
"aving": 2362,
"Ġengine": 2363,
"erence": 2364,
"ĠFrom": 2365,
"Ġleast": 2366,
"**:": 2367,
"Ġentire": 2368,
"Ġsat": 2369,
"Ġsuggest": 2370,
"epend": 2371,
"chan": 2372,
"Ġquality": 2373,
"ĠDo": 2374,
"'ve": 2375,
"Ġwind": 2376,
"ma": 2377,
"ming": 2378,
"ctions": 2379,
"Ġtravel": 2380,
"Ġste": 2381,
"Ġdoc": 2382,
"Ġlands": 2383,
"Ġseen": 2384,
"Ġreason": 2385,
"Ġanalysis": 2386,
"Ġmultiple": 2387,
"fact": 2388,
"ott": 2389,
"Ġindic": 2390,
"ĠTra": 2391,
"Ġbat": 2392,
"ĠHist": 2393,
"ĠFin": 2394,
"izations": 2395,
"Ġclaim": 2396,
"Ġconsist": 2397,
"Ġanimals": 2398,
"Ġpath": 2399,
"ĠDr": 2400,
"Ġtransform": 2401,
"Ġfrequ": 2402,
"lo": 2403,
"Ġidea": 2404,
"ĠFirst": 2405,
"acks": 2406,
"Ġword": 2407,
"new": 2408,
"Ġeth": 2409,
"Ġcy": 2410,
"Ġaction": 2411,
"Ġenvironmental": 2412,
"Ġbar": 2413,
"itud": 2414,
"Ġattention": 2415,
"Ġstarted": 2416,
"Ġpromot": 2417,
"rid": 2418,
"isions": 2419,
"ww": 2420,
"ĠAcc": 2421,
"erve": 2422,
"oon": 2423,
"ĠCour": 2424,
"Ġ198": 2425,
"ĠGu": 2426,
"Ġteac": 2427,
"ciples": 2428,
"Ġpriv": 2429,
"ĠGerm": 2430,
"Ġmach": 2431,
"Ġfascinating": 2432,
"eed": 2433,
"Ġperspect": 2434,
"12": 2435,
"ems": 2436,
"enn": 2437,
"ends": 2438,
"Ġleading": 2439,
"ĠOnce": 2440,
"Ġcreated": 2441,
"Ġwal": 2442,
"fect": 2443,
"Ġfall": 2444,
"ule": 2445,
"Ġstudies": 2446,
"Ġdoing": 2447,
"Ġplants": 2448,
"Ġoverall": 2449,
"Ġefforts": 2450,
"Ġpatterns": 2451,
"50": 2452,
"Ġarch": 2453,
"Ġabs": 2454,
"ĠPre": 2455,
"Ġtherap": 2456,
"orks": 2457,
"Ġimplement": 2458,
"ĠGen": 2459,
"Ġloss": 2460,
"Ġsafe": 2461,
"Ġeffects": 2462,
"Ġperformance": 2463,
"Ġaccount": 2464,
"ropri": 2465,
"Ġmedical": 2466,
"ĠRep": 2467,
"Ġincorpor": 2468,
"iment": 2469,
"Ġapproach": 2470,
"Ġbrain": 2471,
"Ġaud": 2472,
"Ġbeyond": 2473,
"Ġeither": 2474,
"ĠJohn": 2475,
"Ġ14": 2476,
"hing": 2477,
"ls": 2478,
"most": 2479,
"ront": 2480,
"Ġbir": 2481,
"ĠPr": 2482,
"ready": 2483,
"Ġaspects": 2484,
"ĠX": 2485,
"lam": 2486,
"Ġbehavior": 2487,
"way": 2488,
"ĠWell": 2489,
"Ġprob": 2490,
"pos": 2491,
"tt": 2492,
"Ġcolor": 2493,
"elt": 2494,
"ched": 2495,
"Ġbroad": 2496,
"Ġstru": 2497,
"Ġce": 2498,
"rug": 2499,
"Ġparts": 2500,
"Ġwa": 2501,
"ster": 2502,
"Ġminim": 2503,
"bo": 2504,
"hold": 2505,
"Ġjob": 2506,
"ython": 2507,
"Ġexerc": 2508,
"oved": 2509,
"Ġguid": 2510,
"Ġbra": 2511,
"Ġidentify": 2512,
"Ġsex": 2513,
"Ġrange": 2514,
"arents": 2515,
"urs": 2516,
"istance": 2517,
"ground": 2518,
"ĠRec": 2519,
"more": 2520,
"Ġstay": 2521,
"Ġcontext": 2522,
"ply": 2523,
"Ġsense": 2524,
"iring": 2525,
"Ġparticularly": 2526,
"Ġ11": 2527,
"Ġcontemporary": 2528,
"ores": 2529,
"Ġimportance": 2530,
"ung": 2531,
"ologies": 2532,
"Ġincrease": 2533,
"ĠAmerica": 2534,
"Ġge": 2535,
"Ġproduction": 2536,
"Ġincreased": 2537,
"Ġsurface": 2538,
"ĠGe": 2539,
"pping": 2540,
"Ġcorre": 2541,
"Ġcollabor": 2542,
"ners": 2543,
"ĠTod": 2544,
"St": 2545,
"Ġlikely": 2546,
"Ġut": 2547,
"Ġmatter": 2548,
"rew": 2549,
"Ġdest": 2550,
"ĠMr": 2551,
"ĠMany": 2552,
"Ġnut": 2553,
"Ġones": 2554,
"ĠPol": 2555,
"Ġred": 2556,
"ĠOver": 2557,
"Ġrelationships": 2558,
"leb": 2559,
"ancial": 2560,
"Ġpaper": 2561,
"Ġtrue": 2562,
"aily": 2563,
"Ġmic": 2564,
"Ġeffective": 2565,
"Ġforms": 2566,
"uth": 2567,
"enc": 2568,
"Ġfail": 2569,
"Ġmillion": 2570,
"Ġwin": 2571,
"sh": 2572,
"know": 2573,
"Ġalready": 2574,
"Ġchem": 2575,
"Ġmass": 2576,
"ĠPe": 2577,
"fort": 2578,
"Ġtas": 2579,
"uck": 2580,
"ils": 2581,
"iam": 2582,
"Ġdoct": 2583,
"ĠAss": 2584,
"ulate": 2585,
"ump": 2586,
"ops": 2587,
"Ġwhole": 2588,
"Ġresearchers": 2589,
"Ġcomputer": 2590,
"dom": 2591,
"Ġann": 2592,
"ises": 2593,
"Ġtarget": 2594,
"eter": 2595,
"Ġaltern": 2596,
"Ġnational": 2597,
"Ġeverything": 2598,
"Ġrev": 2599,
"ror": 2600,
"urch": 2601,
"Ġregular": 2602,
"Ġrepl": 2603,
"ample": 2604,
"Ġheav": 2605,
"med": 2606,
"hib": 2607,
"Ġtaken": 2608,
"ĠHere": 2609,
"oint": 2610,
"Ġflu": 2611,
"Ġcommit": 2612,
"Ġcases": 2613,
"Ġbenefits": 2614,
"igen": 2615,
"Ġgeneral": 2616,
"iddle": 2617,
"Ġpsych": 2618,
"Ġinvolved": 2619,
"nal": 2620,
"Ġlower": 2621,
"yle": 2622,
"ancing": 2623,
"Ġability": 2624,
"Ġ13": 2625,
"Ġeconomic": 2626,
"Ġproducts": 2627,
"Ġansw": 2628,
"Ġreve": 2629,
"arent": 2630,
"ĠStep": 2631,
"Ġcook": 2632,
"ĠToday": 2633,
"Ġpowerful": 2634,
"eds": 2635,
"play": 2636,
"Ġactually": 2637,
"based": 2638,
"Ġfive": 2639,
"hood": 2640,
"Ġextra": 2641,
"Ġpatients": 2642,
"aced": 2643,
"ĠEnglish": 2644,
"pro": 2645,
"Ġselect": 2646,
"Ġver": 2647,
"ison": 2648,
"Ġpopulation": 2649,
"ynam": 2650,
"Ġintrodu": 2651,
"ĠAddition": 2652,
"Ġvide": 2653,
"Ġtraining": 2654,
"Ġconduct": 2655,
"ĠPres": 2656,
"Ġleaders": 2657,
"pre": 2658,
"osing": 2659,
"ĠResear": 2660,
"Ġinsights": 2661,
"enced": 2662,
"Ġprovided": 2663,
"Ġreading": 2664,
"Ġmedia": 2665,
"Ġfavor": 2666,
"Ġitself": 2667,
"Ġdecision": 2668,
"Ġtalk": 2669,
"Ġpolicy": 2670,
"ĠPer": 2671,
"Ġdone": 2672,
"ĠCal": 2673,
"Ġinside": 2674,
"Ġthinking": 2675,
"Ġcustom": 2676,
"Ġdesigned": 2677,
"ĠEarth": 2678,
"Ġactivity": 2679,
"Ġdoesn": 2680,
"Ġsustain": 2681,
"Ġposition": 2682,
"Ġinvolves": 2683,
"Ġexact": 2684,
"Ġpict": 2685,
"Ġconce": 2686,
"é": 2687,
"ai": 2688,
"rad": 2689,
"____": 2690,
"eper": 2691,
"ĠSoc": 2692,
"Ġlab": 2693,
"Ġvisual": 2694,
"Ġbooks": 2695,
"Ġnavig": 2696,
"Ġcompany": 2697,
"Ġviol": 2698,
"Ġdistrib": 2699,
"Ġled": 2700,
"Ġsepar": 2701,
"Ġstress": 2702,
"ĠSec": 2703,
"verage": 2704,
"Ġ30": 2705,
"Ġconnections": 2706,
"sc": 2707,
"ously": 2708,
"Ġspirit": 2709,
"hern": 2710,
"ĠCo": 2711,
"Ġrequired": 2712,
"Ġclean": 2713,
"Ġasked": 2714,
"Ġgain": 2715,
"Ġcontribute": 2716,
"Ġterms": 2717,
"Ġsympt": 2718,
"ĠIntern": 2719,
"Ġfa": 2720,
"Ġec": 2721,
"ĠUs": 2722,
"Ġmental": 2723,
"Ġsize": 2724,
"Ġaware": 2725,
"Ġshared": 2726,
"Ġmechan": 2727,
"astic": 2728,
"ĠJew": 2729,
"Ġideas": 2730,
"arily": 2731,
"ift": 2732,
"Ġpressure": 2733,
"tal": 2734,
"Ġdeg": 2735,
"Ġmilit": 2736,
"Ġcode": 2737,
"Ġfeatures": 2738,
"Ġbelieve": 2739,
"Ġavoid": 2740,
"uted": 2741,
"Ġcool": 2742,
"Ġprogress": 2743,
"ying": 2744,
"phas": 2745,
"ows": 2746,
"Ġregarding": 2747,
"Ġweek": 2748,
"Ġhealthy": 2749,
"ese": 2750,
"Ġoutside": 2751,
"Ġprinciples": 2752,
"ublic": 2753,
"ĠNorth": 2754,
"Ġinvestig": 2755,
"ĠSouth": 2756,
"ifically": 2757,
"Ġsources": 2758,
"ĠDuring": 2759,
"Ġoffers": 2760,
"vant": 2761,
"Ġclimate": 2762,
"Ġproviding": 2763,
"Ġcancer": 2764,
"istics": 2765,
"Ġbur": 2766,
"Ġreact": 2767,
"Ġdive": 2768,
"elcome": 2769,
"Ġpoints": 2770,
"leep": 2771,
"care": 2772,
"ilies": 2773,
"11": 2774,
"Ġaccur": 2775,
"Ġlearned": 2776,
"Ġdigital": 2777,
"Ġsource": 2778,
"rior": 2779,
"Ġbelief": 2780,
"Ġmag": 2781,
"Ġnamed": 2782,
"Ġtown": 2783,
"Ġwide": 2784,
"Ġgreater": 2785,
"eration": 2786,
"Ġprocesses": 2787,
"Ġla": 2788,
"ĠMy": 2789,
"hens": 2790,
"Ġlog": 2791,
"ography": 2792,
"NA": 2793,
"Ġstates": 2794,
"ici": 2795,
"ĠAlthough": 2796,
"mon": 2797,
"Ġimagine": 2798,
"Ġprograms": 2799,
"onse": 2800,
"mber": 2801,
"pid": 2802,
"Ġ----------------": 2803,
"ĠFurther": 2804,
"Ġsun": 2805,
"Ġwriting": 2806,
"Ġthreat": 2807,
"Ġtakes": 2808,
"Ġreduce": 2809,
"Ġthing": 2810,
"Ġsimply": 2811,
"eb": 2812,
"rating": 2813,
"itution": 2814,
"iful": 2815,
"Ġcannot": 2816,
"iously": 2817,
"umb": 2818,
"Ġhumans": 2819,
"Ġamount": 2820,
"Ġdaily": 2821,
"ĠQu": 2822,
"Ġshape": 2823,
"ĠHealth": 2824,
"Ġdidn": 2825,
"rim": 2826,
"Ġelse": 2827,
"ached": 2828,
"Ġconvers": 2829,
"val": 2830,
"ister": 2831,
"Ġoptim": 2832,
"Ġhab": 2833,
"Ġappropri": 2834,
"Ġoil": 2835,
"Ġfinancial": 2836,
"itation": 2837,
"emic": 2838,
"Ġlot": 2839,
"Ġdiscover": 2840,
"Ġnovel": 2841,
"uel": 2842,
"Ġservice": 2843,
"reg": 2844,
"Ġ197": 2845,
"Ġsafety": 2846,
"pper": 2847,
"Ġassess": 2848,
"agement": 2849,
"Ġdiv": 2850,
"Ġrou": 2851,
"Ġcat": 2852,
"rig": 2853,
"Ġwhite": 2854,
"Ġaccept": 2855,
"Ġmedic": 2856,
"ER": 2857,
"ĠReg": 2858,
"Ġdeeper": 2859,
"Ġstrugg": 2860,
"just": 2861,
"inct": 2862,
"ĠOur": 2863,
"ript": 2864,
"Ġhours": 2865,
"ĠAdditionally": 2866,
"ae": 2867,
"ĠArt": 2868,
"idered": 2869,
"ĠBob": 2870,
"ĠRo": 2871,
"Ġisn": 2872,
"ĠRemember": 2873,
"Ġshows": 2874,
"Ġregion": 2875,
"Ġcross": 2876,
"Ġoriginal": 2877,
"Ġbecomes": 2878,
"Ġparents": 2879,
"ience": 2880,
"Ġi": 2881,
"enge": 2882,
"ĠHer": 2883,
"ĠNot": 2884,
"Ġgreen": 2885,
"Ġconflic": 2886,
"Ġreligious": 2887,
"hel": 2888,
"Ġcharacters": 2889,
"Ġimage": 2890,
"Ġremains": 2891,
"Ġachieve": 2892,
"ĠComp": 2893,
"Ġstructure": 2894,
"Ġcamp": 2895,
"rought": 2896,
"Ġgot": 2897,
"Ġap": 2898,
"Ġlooking": 2899,
"Ġcompan": 2900,
"iation": 2901,
"Wh": 2902,
"Ġfram": 2903,
"Ġlate": 2904,
"Ġvo": 2905,
"rast": 2906,
"Ġprep": 2907,
"Ġrecent": 2908,
"Ġblack": 2909,
"Ġtrust": 2910,
"ĠMoreover": 2911,
"den": 2912,
"Ġdynam": 2913,
"Ġdeveloped": 2914,
"Ġsymb": 2915,
"Ġhalf": 2916,
"Ġearl": 2917,
"overy": 2918,
"Ġslow": 2919,
"Ġmovement": 2920,
"Ġnight": 2921,
"Ġrequires": 2922,
"ume": 2923,
"Ġwritten": 2924,
"Ġprec": 2925,
"ĠYork": 2926,
"Ġcalc": 2927,
"itle": 2928,
"Ġapplications": 2929,
"Ġwent": 2930,
"Ġfire": 2931,
"odies": 2932,
"oming": 2933,
"Ġsteps": 2934,
"Ġheard": 2935,
"Ġceleb": 2936,
"Ġmonths": 2937,
"Ġsite": 2938,
"Ġconsidered": 2939,
"itor": 2940,
"minist": 2941,
"illing": 2942,
"Ġfem": 2943,
"ĠIntroduction": 2944,
"Ġtrying": 2945,
"icles": 2946,
"Ġsociet": 2947,
"bon": 2948,
"Ġancient": 2949,
"200": 2950,
"Ġspread": 2951,
"oration": 2952,
"Ġcivil": 2953,
"Ġmeasure": 2954,
"Ġevalu": 2955,
"Ġdrug": 2956,
"Ġrelated": 2957,
"Ġsymptoms": 2958,
"apan": 2959,
"Ġrecomm": 2960,
"Ġidentity": 2961,
"ĠMe": 2962,
"erson": 2963,
"Ġgrowing": 2964,
"Ġweight": 2965,
"Ġsurv": 2966,
"Ġx": 2967,
"Ġrate": 2968,
"Ġcomponents": 2969,
"ĠPar": 2970,
"vere": 2971,
"Ġinfluence": 2972,
"Ġtri": 2973,
"acc": 2974,
"ĠAnother": 2975,
"ĠAg": 2976,
"Ġrich": 2977,
"Ġwarm": 2978,
"ales": 2979,
"Ġthr": 2980,
"Ġhands": 2981,
"ilos": 2982,
"ĠEach": 2983,
"Ġsqu": 2984,
"Ġfeed": 2985,
"Ġseries": 2986,
"Ġagre": 2987,
"ĠAust": 2988,
"Ġestablish": 2989,
"Ġadvent": 2990,
"Ġcondition": 2991,
"Ġemphas": 2992,
"Ġbelow": 2993,
"Ġcit": 2994,
"Ġsurrounding": 2995,
"Ġsett": 2996,
"iece": 2997,
"Ġskin": 2998,
"ĠAlice": 2999,
"Ġadapt": 3000,
"Ġstudent": 3001,
"Ġheat": 3002,
"Ġresponsible": 3003,
"reme": 3004,
"Ġindepend": 3005,
"Ġinternational": 3006,
"order": 3007,
"igenous": 3008,
"ĠAccording": 3009,
"itable": 3010,
"\".": 3011,
"haps": 3012,
"ervation": 3013,
"Ġ+": 3014,
"Ġjud": 3015,
"ties": 3016,
"Ġquickly": 3017,
"Ġallowing": 3018,
"Ġrules": 3019,
"Ġindustry": 3020,
"Ġschools": 3021,
"30": 3022,
"Ġcontact": 3023,
"Ġri": 3024,
"Ġcompared": 3025,
"ensive": 3026,
".)": 3027,
"Ġbound": 3028,
"Ġdeveloping": 3029,
"Ġproduce": 3030,
"Ġfarm": 3031,
"Ġtold": 3032,
"//": 3033,
"Ġfamilies": 3034,
"ĠDep": 3035,
"Ġfish": 3036,
"Ġsuccessful": 3037,
"Ġult": 3038,
"ĠCanad": 3039,
"inc": 3040,
"Ġwild": 3041,
"Ġful": 3042,
"chol": 3043,
"uff": 3044,
"Ġshall": 3045,
"Ġplat": 3046,
"aly": 3047,
"estern": 3048,
"acter": 3049,
"head": 3050,
"nds": 3051,
"Ġlandscap": 3052,
"pose": 3053,
"izes": 3054,
"ements": 3055,
"Ġperfect": 3056,
"Ġeyes": 3057,
"Ġbeautiful": 3058,
"Ġstar": 3059,
"Ġresponse": 3060,
"ĠHar": 3061,
"artment": 3062,
"Ġago": 3063,
"Ġbuilt": 3064,
"isms": 3065,
"ĠPart": 3066,
"Ġcontinued": 3067,
"Ġnumbers": 3068,
"Ġserve": 3069,
"ials": 3070,
"Ġhope": 3071,
"Ġuses": 3072,
"ĠConclusion": 3073,
"Ġmilitary": 3074,
"Ġsix": 3075,
"ĠJapan": 3076,
"Ġissue": 3077,
"resh": 3078,
"Ġlink": 3079,
"aged": 3080,
"Ġ196": 3081,
"Ġdecided": 3082,
"rown": 3083,
"Ġvisit": 3084,
"ĠResearch": 3085,
"Ġsecurity": 3086,
"Ġeasy": 3087,
"Ġconcepts": 3088,
"Ġfair": 3089,
"Ġappe": 3090,
"Ġconcerns": 3091,
"aff": 3092,
"Ġinj": 3093,
"Ġund": 3094,
"ĠWill": 3095,
"Ġattem": 3096,
"Ġreview": 3097,
"Ġscientists": 3098,
"ades": 3099,
"Ġsignificantly": 3100,
"ille": 3101,
"Ġgetting": 3102,
"Th": 3103,
"ension": 3104,
"Ġstra": 3105,
"Ġlibr": 3106,
"Ġprote": 3107,
"ief": 3108,
"Ġliterature": 3109,
"Ġcop": 3110,
"Ġprimary": 3111,
"ĠState": 3112,
"Ġtax": 3113,
"ĠTw": 3114,
"15": 3115,
"Ġstructures": 3116,
"Ġalmost": 3117,
"Ġsection": 3118,
"Ġing": 3119,
"Ġrob": 3120,
"Ġsil": 3121,
"ĠEurope": 3122,
"Ġorganizations": 3123,
"Ġsoon": 3124,
"Ġnetwork": 3125,
"Ġconc": 3126,
"Ġhon": 3127,
"che": 3128,
"Ġroom": 3129,
"oles": 3130,
"ĠThen": 3131,
"Ġchallenge": 3132,
"ĠDes": 3133,
"Ġlif": 3134,
"Ġmis": 3135,
"Ġgas": 3136,
"Ġnumerous": 3137,
"ronic": 3138,
"Ġincludes": 3139,
"Ġforce": 3140,
"rench": 3141,
"inated": 3142,
"Ġhor": 3143,
"ĠChristian": 3144,
"Ġlegal": 3145,
"Ġconclusion": 3146,
"right": 3147,
"Ġensuring": 3148,
"ĠBritish": 3149,
"itect": 3150,
"Ġsharing": 3151,
"equ": 3152,
"ighb": 3153,
"Ġdesp": 3154,
"ĠChar": 3155,
"ĠMod": 3156,
"Ġcontent": 3157,
"Ġfilled": 3158,
"uries": 3159,
"Ġseason": 3160,
"ceed": 3161,
"Ġadop": 3162,
"Ġtheory": 3163,
"Ġcolle": 3164,
"AS": 3165,
"Ġple": 3166,
"ellow": 3167,
"Ġlonger": 3168,
"Ġrefer": 3169,
"Ġappl": 3170,
"Ġbasic": 3171,
"16": 3172,
"Ġetc": 3173,
"cious": 3174,
"ĠFurthermore": 3175,
"Ġmix": 3176,
"osis": 3177,
"ields": 3178,
"uing": 3179,
"lear": 3180,
"Ġbreat": 3181,
"hemat": 3182,
"Ġexactly": 3183,
"Ġquite": 3184,
"Ġheld": 3185,
"'m": 3186,
"Ġscen": 3187,
"ching": 3188,
"iny": 3189,
"Ġcompre": 3190,
"vey": 3191,
"Ġsaw": 3192,
"Ġlaws": 3193,
"athy": 3194,
"Ġdog": 3195,
"Ġtemperature": 3196,
"uments": 3197,
"Ġsus": 3198,
"Ġord": 3199,
"Ġstri": 3200,
"Ġbalance": 3201,
"Ġarticle": 3202,
"ultural": 3203,
"Ġhar": 3204,
"ĠUnit": 3205,
"ĠMus": 3206,
"Ġlines": 3207,
"ellig": 3208,
"ĠOf": 3209,
"ĠWelcome": 3210,
"Ġestablished": 3211,
"ĠExpl": 3212,
"Ġwebs": 3213,
"ĠMin": 3214,
"ĠTheir": 3215,
"rol": 3216,
"where": 3217,
"ding": 3218,
"alls": 3219,
"Ġcheck": 3220,
"ĠÂ": 3221,
"ĠBefore": 3222,
"Ġhimself": 3223,
"Ġplatform": 3224,
"Ġillust": 3225,
"rong": 3226,
"Ġfru": 3227,
"Ġtotal": 3228,
"Ġfight": 3229,
"lation": 3230,
"ounts": 3231,
"Ġplaying": 3232,
"Ġpack": 3233,
"ĠFl": 3234,
"ĠInter": 3235,
"ĠKing": 3236,
"atively": 3237,
"encies": 3238,
"Ġcommunic": 3239,
"ĠSm": 3240,
"Ġadditional": 3241,
"iec": 3242,
"org": 3243,
"Ġsleep": 3244,
"Ġspeak": 3245,
"Ġwanted": 3246,
"vention": 3247,
"Ġded": 3248,
"Ġengaging": 3249,
"versity": 3250,
"Ġapplication": 3251,
"Ġactions": 3252,
"Ġ25": 3253,
"Ġcover": 3254,
"Ġforces": 3255,
"ĠOther": 3256,
"osition": 3257,
"Ġappropriate": 3258,
"ĠEven": 3259,
"ĠNe": 3260,
"Ġsmo": 3261,
"irm": 3262,
"Ġmother": 3263,
"ĠTechn": 3264,
"AT": 3265,
"Ġmagn": 3266,
"anks": 3267,
"ĠEd": 3268,
"AR": 3269,
"17": 3270,
"gar": 3271,
"amples": 3272,
"Ġtransport": 3273,
"Ġwon": 3274,
"oes": 3275,
"Ġfit": 3276,
"Ġvideo": 3277,
"://": 3278,
"oll": 3279,
"Ġpublished": 3280,
"Ġscientific": 3281,
"Ġ#": 3282,
"Ġminutes": 3283,
"Ġdevices": 3284,
"Ġwhose": 3285,
"Ġcorrect": 3286,
"Ġkids": 3287,
"Ġ100": 3288,
"Ġstandard": 3289,
"Ġmoment": 3290,
"ulated": 3291,
"Ġadded": 3292,
"Ġmention": 3293,
"Ġsn": 3294,
"Ġsearch": 3295,
"iciency": 3296,
"pe": 3297,
"iber": 3298,
"iliar": 3299,
"Ġuser": 3300,
"ĠBo": 3301,
"time": 3302,
"ĠEuropean": 3303,
"wide": 3304,
"ufact": 3305,
"Ġactive": 3306,
"Ġimmedi": 3307,
"Ġbrought": 3308,
"Ġneighb": 3309,
"Ġcaused": 3310,
"Ġearlier": 3311,
"itude": 3312,
"14": 3313,
"Ġpromote": 3314,
"ES": 3315,
"Ġdiagn": 3316,
"Ġvia": 3317,
"Ġdou": 3318,
"ederal": 3319,
"Ġprojects": 3320,
"Ġchemical": 3321,
"Ġanything": 3322,
"Ġimag": 3323,
"reet": 3324,
"Ġlat": 3325,
"term": 3326,
"oor": 3327,
"ĠEl": 3328,
"Ġcultures": 3329,
"urg": 3330,
"Ġspecifically": 3331,
"ĠFinally": 3332,
"Ġembra": 3333,
"Ġdiscovered": 3334,
"Ġhost": 3335,
"asons": 3336,
"ĠWhy": 3337,
"Ġdelve": 3338,
"Ġep": 3339,
"Ġmiss": 3340,
"Ġgames": 3341,
"Ġeffectively": 3342,
"Ġfoot": 3343,
"Ġang": 3344,
"ĠJu": 3345,
"omet": 3346,
"used": 3347,
"Ġobjects": 3348,
"Ġforward": 3349,
"Ġdecisions": 3350,
"Ġpeace": 3351,
"Ġfinal": 3352,
"iers": 3353,
"Ġinstall": 3354,
"Ġreaders": 3355,
"ected": 3356,
"olic": 3357,
"Ġcitiz": 3358,
"Ġthous": 3359,
"Ġfear": 3360,
"ieces": 3361,
"gest": 3362,
"Ġprior": 3363,
"Ġinvolve": 3364,
"Ġbit": 3365,
"Ġsect": 3366,
"back": 3367,
"Ġpatient": 3368,
"Ġconnection": 3369,
"duc": 3370,
"13": 3371,
"ĠChina": 3372,
"ought": 3373,
"ĠDis": 3374,
"Ġlived": 3375,
"Ġvirt": 3376,
"Ġsoftware": 3377,
"Ġlarger": 3378,
"Ġdocument": 3379,
"Ġearth": 3380,
"Ġ194": 3381,
"Ġdifferences": 3382,
"Ġrefers": 3383,
"life": 3384,
"Ġinterp": 3385,
"Ġsolutions": 3386,
"Ġpan": 3387,
"Ġvict": 3388,
"Ġcomfort": 3389,
"Ġ/": 3390,
"Ġfat": 3391,
"Ġimages": 3392,
"Ġincl": 3393,
"Ġdamage": 3394,
"going": 3395,
"ĠGl": 3396,
"Ġattack": 3397,
"Ġsituation": 3398,
"cell": 3399,
"ĠCur": 3400,
"ĠChe": 3401,
"ads": 3402,
"osure": 3403,
"Ġfelt": 3404,
"rel": 3405,
"ira": 3406,
"Ġgender": 3407,
"oly": 3408,
"Ġplays": 3409,
"Ġsold": 3410,
"ĠTrans": 3411,
"Ġplaces": 3412,
"Ġshown": 3413,
"Ġfostering": 3414,
"itute": 3415,
"uge": 3416,
"espite": 3417,
"Ġdefin": 3418,
"Ġreach": 3419,
"Ġdiet": 3420,
"Ġcompanies": 3421,
"ID": 3422,
"Ġ...": 3423,
"ĠSchool": 3424,
"Ġphilos": 3425,
"Ġtable": 3426,
"Ġfavorite": 3427,
"Ġ50": 3428,
"ĠBar": 3429,
"ĠFrench": 3430,
"Ġfeelings": 3431,
"ĠMost": 3432,
"Ġiniti": 3433,
"Ġcourt": 3434,
"!\"": 3435,
"ĠRuss": 3436,
"Ġhealthcare": 3437,
"Ġmodels": 3438,
"ĠDon": 3439,
"Ġitems": 3440,
"Ġnarrat": 3441,
"ana": 3442,
"abilities": 3443,
"Ġproced": 3444,
"Ġveget": 3445,
"Ġdistinct": 3446,
"Ġrespond": 3447,
"Ġgoals": 3448,
"erences": 3449,
"Ġsoil": 3450,
"Ġmaintaining": 3451,
"Ġprofessional": 3452,
"Ġfront": 3453,
"Ġconstruct": 3454,
"Ġwood": 3455,
"ĠDespite": 3456,
"hips": 3457,
"Ġanimal": 3458,
"Ġlessons": 3459,
"Ġoptions": 3460,
"rial": 3461,
"oud": 3462,
"ĠDevelop": 3463,
"Ġappreciate": 3464,
"Ġthird": 3465,
"Ġrapid": 3466,
"ength": 3467,
"cks": 3468,
"Ġmemory": 3469,
"Ġdevice": 3470,
"ino": 3471,
"Ġthus": 3472,
"Ġpiece": 3473,
"Ġcore": 3474,
"elines": 3475,
"wise": 3476,
"Ġchoose": 3477,
"Ġaccom": 3478,
"Ġnormal": 3479,
"Ġeasily": 3480,
"Ġchallenging": 3481,
"ĠCount": 3482,
"mar": 3483,
"Ġtool": 3484,
"Ġcam": 3485,
"Ġefficient": 3486,
"Ġlost": 3487,
"Ġquant": 3488,
"Ġemotional": 3489,
"Ġconsequ": 3490,
"Ġdemand": 3491,
"na": 3492,
"ounds": 3493,
"rag": 3494,
"urt": 3495,
"Ġfunctions": 3496,
"Ġexamples": 3497,
"Ġhot": 3498,
"Ġusers": 3499,
"Ġbackground": 3500,
"Ġdifference": 3501,
"ĠCommun": 3502,
"Ġwrite": 3503,
"ĠAc": 3504,
"ĠSimilar": 3505,
"Ġexpand": 3506,
"Ġdespite": 3507,
"Ġgoal": 3508,
"Ġgraph": 3509,
"Ġmaster": 3510,
"ĠĠĠĠĠĠĠ": 3511,
"room": 3512,
"ĠFran": 3513,
"ĠJes": 3514,
"rael": 3515,
"Ġfresh": 3516,
"Ġpredict": 3517,
"Ġeye": 3518,
"Ġdial": 3519,
"ĠMon": 3520,
"orders": 3521,
"Ġwatch": 3522,
"Ġlimited": 3523,
"Ġcolon": 3524,
"Ġexec": 3525,
"amb": 3526,
"plications": 3527,
"Ġevol": 3528,
"Ġpolicies": 3529,
"overn": 3530,
"Ġartists": 3531,
"rance": 3532,
"Ġproperty": 3533,
"Ġtoward": 3534,
"Ġthoughts": 3535,
"Ġcou": 3536,
"Ġir": 3537,
"Ġfaith": 3538,
"Ġreported": 3539,
"Ġcapital": 3540,
"ĠJan": 3541,
"Ġcred": 3542,
"Ġtechnologies": 3543,
"comes": 3544,
"Ġequip": 3545,
"Ġnation": 3546,
"Ġperspectives": 3547,
"Ġfather": 3548,
"ym": 3549,
"Ġarchitect": 3550,
"ĠAfrican": 3551,
"ancy": 3552,
"zz": 3553,
"Ġpromoting": 3554,
"Ġforest": 3555,
"Ġmicro": 3556,
"Ġ24": 3557,
"Ġtypically": 3558,
"Ġrates": 3559,
"Ġgir": 3560,
"Ġexcept": 3561,
"Ġbill": 3562,
"Ġinteresting": 3563,
"Ġadvant": 3564,
"Ġmanufact": 3565,
"Ġlack": 3566,
"Ġcauses": 3567,
"Ġdang": 3568,
"iter": 3569,
"Ġelectric": 3570,
"Ġcarry": 3571,
"Ġprofession": 3572,
"Ġfeet": 3573,
"Ġrelevant": 3574,
"inate": 3575,
"Ġreceived": 3576,
"Ġengage": 3577,
"ON": 3578,
"works": 3579,
"Ġplanning": 3580,
"Ġpurpose": 3581,
"Ġcateg": 3582,
"sec": 3583,
"lim": 3584,
"Ġhear": 3585,
"Ġbase": 3586,
"Ġvital": 3587,
"Ġdark": 3588,
"Ġincred": 3589,
"Ġonto": 3590,
"inks": 3591,
"Ġexplain": 3592,
"Ġnarratives": 3593,
"ĠPat": 3594,
"Ġapproaches": 3595,
"ĠGo": 3596,
"Ġmount": 3597,
"Ġadminist": 3598,
"gor": 3599,
"azing": 3600,
"Ġshaping": 3601,
"Ġgard": 3602,
"Ġautom": 3603,
"ha": 3604,
"Ġpage": 3605,
"Ġden": 3606,
"Ġbad": 3607,
"bert": 3608,
"Ġpow": 3609,
"Ġteach": 3610,
"Ġresid": 3611,
"Ġwoman": 3612,
"ulture": 3613,
"aught": 3614,
"Ġdat": 3615,
"Ġinput": 3616,
"Ġes": 3617,
"mission": 3618,
"Ġmeasures": 3619,
"Ġsequ": 3620,
"rs": 3621,
"Ġnews": 3622,
"axim": 3623,
"rates": 3624,
"ĠSom": 3625,
"uman": 3626,
"Ġpossess": 3627,
"Ġacqu": 3628,
"Ġmachine": 3629,
"Ġutil": 3630,
"uit": 3631,
"ingu": 3632,
"ashing": 3633,
"Ġbusinesses": 3634,
"Ġgenerations": 3635,
"Ġadvance": 3636,
"Ġlabor": 3637,
"asts": 3638,
"ĠGree": 3639,
"Ġcontroll": 3640,
"Ġtrade": 3641,
"Ġincluded": 3642,
"ĠIsrael": 3643,
"Ġwonder": 3644,
"ĠBec": 3645,
"Ġpoll": 3646,
"ifying": 3647,
"ĠAug": 3648,
"Ġfile": 3649,
"ĠSince": 3650,
"Ġcentral": 3651,
"ĠSw": 3652,
"Ġalternative": 3653,
"ĠGra": 3654,
"rest": 3655,
"Ġprobably": 3656,
"ev": 3657,
"Ġtraditions": 3658,
"Ġbodies": 3659,
"Ġcosts": 3660,
"ĠAustral": 3661,
"Ġcard": 3662,
"Ġplayed": 3663,
"Ġfilm": 3664,
"cipl": 3665,
"Ġexercise": 3666,
"Ġpieces": 3667,
"ĠRed": 3668,
"ĠAre": 3669,
"Ġprotection": 3670,
"zing": 3671,
"Ġqual": 3672,
"Ġdetermine": 3673,
"ether": 3674,
"Ġsetting": 3675,
"onom": 3676,
"ĠIndia": 3677,
"Ġdisplay": 3678,
"Ġconcent": 3679,
"Ġcapac": 3680,
"Ġclos": 3681,
"Ġanswer": 3682,
"Ġguide": 3683,
"ĠDav": 3684,
"Ġfast": 3685,
"Ġnothing": 3686,
"Ġexch": 3687,
"Ġhyd": 3688,
"IN": 3689,
"lands": 3690,
"Ġsignificance": 3691,
"Ġstage": 3692,
"Ġder": 3693,
"Ġveh": 3694,
"Ġdetails": 3695,
"Ġdirectly": 3696,
"Ġoutcomes": 3697,
"bit": 3698,
"Ġextreme": 3699,
"Ġfinding": 3700,
"Ġeat": 3701,
"ham": 3702,
"ĠLear": 3703,
"Ġmut": 3704,
"ĠInstead": 3705,
"ĠCourse": 3706,
"rote": 3707,
"set": 3708,
"aid": 3709,
"Ġseems": 3710,
"Ġtou": 3711,
"ĠInc": 3712,
"Ġswe": 3713,
"Ġpoor": 3714,
"Ġschol": 3715,
"ama": 3716,
"Ġrisks": 3717,
"ĠPeople": 3718,
"Ġmathemat": 3719,
"Ġfeeling": 3720,
"Ġpoly": 3721,
"ĠGreat": 3722,
"iance": 3723,
"Ġaverage": 3724,
"Ġhelping": 3725,
"Ġsea": 3726,
"Ġbond": 3727,
"Ġemotions": 3728,
"Ġthemes": 3729,
"ffic": 3730,
"Ġgenerally": 3731,
"Ġfeature": 3732,
"Ġfaced": 3733,
"Ġfamous": 3734,
"Ġprivate": 3735,
"Ġintellig": 3736,
"arian": 3737,
"ingly": 3738,
"Ġunf": 3739,
"Ġturned": 3740,
"Ġleave": 3741,
"Ġpurs": 3742,
"Ġson": 3743,
"Ġseeking": 3744,
"Ġtopics": 3745,
"ĠWest": 3746,
"raft": 3747,
"We": 3748,
"Ġadjust": 3749,
"Ġfacilit": 3750,
"IS": 3751,
"anging": 3752,
"gorith": 3753,
"Ġtree": 3754,
"Ġanyone": 3755,
"Ġteaching": 3756,
"Ġacad": 3757,
"Ġincreasingly": 3758,
"Ġsolid": 3759,
"Ġdim": 3760,
"itch": 3761,
"edom": 3762,
"Ġfoods": 3763,
"Ġtast": 3764,
"year": 3765,
"Ġstop": 3766,
"ĠSee": 3767,
"Ġsexual": 3768,
"Ġinitial": 3769,
"Ġingred": 3770,
"iced": 3771,
"cles": 3772,
"Ġ,": 3773,
"ĠJesus": 3774,
"Ġast": 3775,
"Ġbeliefs": 3776,
"Ġinstru": 3777,
"Ġreceive": 3778,
"ĠMc": 3779,
"Ġcommand": 3780,
"ĠThink": 3781,
"Ġreality": 3782,
"ĠSam": 3783,
"Ġox": 3784,
"uild": 3785,
"Ġexisting": 3786,
"Ġten": 3787,
"Ġbab": 3788,
"Ġsituations": 3789,
"Ġexamining": 3790,
"Ġtend": 3791,
"Ġgrad": 3792,
"Ġawareness": 3793,
"Ġobtain": 3794,
"Ġproduced": 3795,
"Ġjustice": 3796,
"ĠOb": 3797,
"ĠAnt": 3798,
"Ġadvoc": 3799,
"Ġapply": 3800,
"Ġalthough": 3801,
"gy": 3802,
"Ġintric": 3803,
"ĠEduc": 3804,
"Ġlimit": 3805,
"urban": 3806,
"Ġteachers": 3807,
"Ġfollowed": 3808,
"Ġattempt": 3809,
"ĠDef": 3810,
"Ġexamine": 3811,
"Ġresili": 3812,
"Ġperhaps": 3813,
"uous": 3814,
"vert": 3815,
"Ġcarbon": 3816,
"Ġborn": 3817,
"Ġopportunity": 3818,
"Ġbehavi": 3819,
"ĠKey": 3820,
"OR": 3821,
"ternal": 3822,
"Step": 3823,
"ĠEv": 3824,
"It": 3825,
"Ġauthors": 3826,
"Ġmember": 3827,
"AN": 3828,
"Ġwaste": 3829,
"Ġcitizens": 3830,
"ĠAlex": 3831,
"usive": 3832,
"Ġdecl": 3833,
"Ġsmaller": 3834,
"25": 3835,
"Ġrepresents": 3836,
"Ġexpression": 3837,
"Ġenhance": 3838,
"Ġclin": 3839,
"Ġbirth": 3840,
"Ġtele": 3841,
"olec": 3842,
"roll": 3843,
"\",": 3844,
"ĠMat": 3845,
"uary": 3846,
"Ġlocation": 3847,
"Ġhous": 3848,
"ibilities": 3849,
"ĠScience": 3850,
"Ġoperations": 3851,
"Ġgoes": 3852,
"Ġscreen": 3853,
"Ġdream": 3854,
"istry": 3855,
"ĠRel": 3856,
"Ġcreative": 3857,
"ĠSar": 3858,
"ĠSystem": 3859,
"iding": 3860,
"iable": 3861,
"water": 3862,
"ĠUse": 3863,
"Ġdeal": 3864,
"cean": 3865,
"Ġbenefit": 3866,
"Ġeffort": 3867,
"ula": 3868,
"Ġmaybe": 3869,
"ĠPresident": 3870,
"Ġequipment": 3871,
"ny": 3872,
"Ġhtt": 3873,
"uses": 3874,
"Ġplanet": 3875,
"Ġtherapy": 3876,
"ĠSpec": 3877,
"airs": 3878,
"Ġphen": 3879,
"Ġsolution": 3880,
"Ġadvanced": 3881,
"ĠCity": 3882,
"Ġequal": 3883,
"Ġspeed": 3884,
"Ġongoing": 3885,
"ĠIndian": 3886,
"idden": 3887,
"Ġnegative": 3888,
"Ġparam": 3889,
"Ġcenter": 3890,
"Ġsounds": 3891,
"Ġfigure": 3892,
"python": 3893,
"Ġconstant": 3894,
"undred": 3895,
"Ġorganization": 3896,
"Ġanx": 3897,
"Ġadults": 3898,
"Ġdry": 3899,
"Ġ2012": 3900,
"amin": 3901,
"ocks": 3902,
"ading": 3903,
"Ġrunning": 3904,
"rief": 3905,
"rie": 3906,
"Ġdescribed": 3907,
"ĠAfrica": 3908,
"Ġhappens": 3909,
"Ġcomprehens": 3910,
"Ġalone": 3911,
"Ġinterests": 3912,
"being": 3913,
"Ġsong": 3914,
"force": 3915,
"Ġfundam": 3916,
"Ġdiversity": 3917,
"co": 3918,
"Ġtrees": 3919,
"ĠCong": 3920,
"Ġtasks": 3921,
"Ġwrong": 3922,
"ius": 3923,
"Ġvariety": 3924,
"Ġformer": 3925,
"Ġpick": 3926,
"resp": 3927,
"Ġinterpret": 3928,
"Ġprepar": 3929,
"Ġworked": 3930,
"ibly": 3931,
"iveness": 3932,
"odes": 3933,
"Ġroles": 3934,
"rupt": 3935,
"Ġstudying": 3936,
"itutions": 3937,
"Ġready": 3938,
"inese": 3939,
"Ġnuc": 3940,
"mental": 3941,
"Ġourselves": 3942,
"pected": 3943,
"Ġcoming": 3944,
"Ġprint": 3945,
"Ġwasn": 3946,
"Ġbecoming": 3947,
"Ġcounter": 3948,
"In": 3949,
"aul": 3950,
"==": 3951,
"Ġice": 3952,
"Ġknew": 3953,
"ĠUsing": 3954,
"Ġpassed": 3955,
"ĠSimilarly": 3956,
"Ġreveal": 3957,
"Ġwalk": 3958,
"vest": 3959,
"ĠOct": 3960,
"Ġrout": 3961,
"aign": 3962,
"Ġmid": 3963,
"Ġlocated": 3964,
"Ġallowed": 3965,
"encing": 3966,
"Ġapprox": 3967,
"Ġbeginning": 3968,
"ĠGerman": 3969,
"ees": 3970,
"Ġball": 3971,
"Ġgiving": 3972,
"Ġestim": 3973,
"Ġspiritual": 3974,
"Ġremind": 3975,
"ball": 3976,
"Ġmaxim": 3977,
"Ġprefer": 3978,
"urning": 3979,
"uk": 3980,
"Ġmonth": 3981,
"Ġgold": 3982,
"atur": 3983,
"Ġtiss": 3984,
"Ġcand": 3985,
"Ġdead": 3986,
"Ġbelong": 3987,
"ĠWilliam": 3988,
"Ġsevere": 3989,
"ĠHistory": 3990,
"Ġcontract": 3991,
"Ġwrote": 3992,
"useum": 3993,
"Ġfiction": 3994,
"ords": 3995,
"ask": 3996,
"ĠId": 3997,
"Ġincorporating": 3998,
"ĠCalif": 3999,
"Ġenvironments": 4000,
"ĠCO": 4001,
"Ġworth": 4002,
"Ġgather": 4003,
"Ġworkers": 4004,
"Ġproperties": 4005,
"Ġalgorith": 4006,
"Ġ40": 4007,
"Ġreducing": 4008,
"Ġparty": 4009,
"Ġpref": 4010,
"Ġhabit": 4011,
"Ġweak": 4012,
"ĠApr": 4013,
"Ġresilience": 4014,
"ilk": 4015,
"Ġconnected": 4016,
"Ġcultiv": 4017,
"Ġcolors": 4018,
"Ġpicture": 4019,
"Ġinvolving": 4020,
"Ġworldwide": 4021,
"ĠInternational": 4022,
"Ġreduced": 4023,
"Ġblock": 4024,
"Ġcircum": 4025,
"icip": 4026,
"Ġstore": 4027,
"otic": 4028,
"Ġresulting": 4029,
"tical": 4030,
"Ġweeks": 4031,
"Ġdetect": 4032,
"Ġfindings": 4033,
"Ġfields": 4034,
"Ġhappened": 4035,
"unch": 4036,
"ĠServ": 4037,
"Ġhighly": 4038,
"Ġeducational": 4039,
"itage": 4040,
"ĠGovern": 4041,
"Ġexhib": 4042,
"Ġhelped": 4043,
"Ġbacter": 4044,
"ĠConf": 4045,
"Ġcarefully": 4046,
"Ġrace": 4047,
"ĠMarch": 4048,
"Ġlooked": 4049,
"estic": 4050,
"Ġagric": 4051,
"Ġlanguages": 4052,
"Ġwat": 4053,
"Ġmentioned": 4054,
"Ġ2010": 4055,
"Ġcommer": 4056,
"Ġlength": 4057,
"ĠHigh": 4058,
"ded": 4059,
"hab": 4060,
"ĠThus": 4061,
"Ġdecre": 4062,
"Ġpartners": 4063,
"Ġdoctor": 4064,
"Ġamazing": 4065,
"Ġreasons": 4066,
"Ġ2011": 4067,
"mosp": 4068,
"Ġsustainable": 4069,
"oses": 4070,
"aur": 4071,
"Ġfully": 4072,
"Ġvast": 4073,
"ares": 4074,
"Ġju": 4075,
"Ġassum": 4076,
"oe": 4077,
"Ġbox": 4078,
"Ġforeign": 4079,
"Ġchanging": 4080,
"Ġtherefore": 4081,
"Ġrule": 4082,
"udd": 4083,
"Ġking": 4084,
"Ġwis": 4085,
"Ġmoving": 4086,
"ĠJune": 4087,
"Ġorigin": 4088,
"ĠWho": 4089,
"Ġdistribution": 4090,
"Ġpurch": 4091,
"pris": 4092,
"ription": 4093,
"making": 4094,
"ĠChinese": 4095
},
"merges": [
[
"Ġ",
"t"
],
[
"i",
"n"
],
[
"Ġ",
"a"
],
[
"h",
"e"
],
[
"r",
"e"
],
[
"o",
"n"
],
[
"e",
"r"
],
[
"Ġt",
"he"
],
[
"Ġ",
"s"
],
[
"a",
"t"
],
[
"e",
"n"
],
[
"Ġ",
"o"
],
[
"Ġ",
"c"
],
[
"e",
"s"
],
[
"n",
"d"
],
[
"in",
"g"
],
[
"Ġ",
"w"
],
[
"i",
"t"
],
[
"o",
"r"
],
[
"a",
"l"
],
[
"i",
"s"
],
[
"Ġ",
"p"
],
[
"Ġ",
"f"
],
[
"o",
"u"
],
[
"e",
"d"
],
[
"a",
"n"
],
[
"Ġ",
"b"
],
[
"Ġ",
"in"
],
[
"a",
"r"
],
[
"Ġa",
"nd"
],
[
"Ġo",
"f"
],
[
"i",
"on"
],
[
"Ġ",
"m"
],
[
"i",
"c"
],
[
"Ġt",
"o"
],
[
"Ġ",
"d"
],
[
"l",
"e"
],
[
"o",
"m"
],
[
"en",
"t"
],
[
"Ġ",
"h"
],
[
"a",
"s"
],
[
"Ġ",
"e"
],
[
"Ġt",
"h"
],
[
"c",
"t"
],
[
"Ġ",
"re"
],
[
"r",
"o"
],
[
"i",
"l"
],
[
"Ġ",
"l"
],
[
"s",
"t"
],
[
"v",
"e"
],
[
"Ġ",
"T"
],
[
"Ġ",
"n"
],
[
"l",
"y"
],
[
"e",
"t"
],
[
"at",
"ion"
],
[
"s",
"e"
],
[
"i",
"m"
],
[
"Ġ",
"g"
],
[
"o",
"l"
],
[
"i",
"d"
],
[
"u",
"r"
],
[
"Ġ",
"A"
],
[
"c",
"e"
],
[
"r",
"a"
],
[
"o",
"w"
],
[
"i",
"g"
],
[
"Ġ",
"u"
],
[
"u",
"t"
],
[
"Ġ",
"I"
],
[
"Ġb",
"e"
],
[
"Ġ",
"S"
],
[
"c",
"h"
],
[
"o",
"t"
],
[
"Ġ",
"y"
],
[
"v",
"er"
],
[
"Ġs",
"t"
],
[
"Ġf",
"or"
],
[
"Ġ",
"is"
],
[
"Ġ",
"C"
],
[
"i",
"r"
],
[
"u",
"l"
],
[
"Ġ",
"on"
],
[
"Ġc",
"on"
],
[
"a",
"m"
],
[
"a",
"y"
],
[
"e",
"l"
],
[
"Ġth",
"at"
],
[
"it",
"h"
],
[
"Ġy",
"ou"
],
[
"he",
"r"
],
[
"a",
"d"
],
[
"i",
"f"
],
[
"Ġw",
"ith"
],
[
"Ġa",
"s"
],
[
"t",
"er"
],
[
"â",
"Ģ"
],
[
"Ġw",
"h"
],
[
"ĠT",
"he"
],
[
"Ġe",
"x"
],
[
"Ġp",
"ro"
],
[
"i",
"es"
],
[
"Ġo",
"r"
],
[
"Ġa",
"n"
],
[
"er",
"s"
],
[
"Ġ",
"M"
],
[
"Ġ",
"it"
],
[
"es",
"s"
],
[
"e",
"m"
],
[
"Ġ",
"B"
],
[
"at",
"e"
],
[
"Ġa",
"l"
],
[
"o",
"d"
],
[
"a",
"g"
],
[
"is",
"t"
],
[
"Ġc",
"om"
],
[
"-",
"-"
],
[
"re",
"s"
],
[
"e",
"ct"
],
[
"Ġ",
"he"
],
[
"Ġ",
"P"
],
[
"a",
"b"
],
[
"Ġ",
"W"
],
[
"it",
"y"
],
[
"u",
"s"
],
[
"i",
"v"
],
[
"t",
"h"
],
[
"p",
"p"
],
[
"m",
"ent"
],
[
"i",
"ve"
],
[
"Ġ",
"v"
],
[
"Ġs",
"u"
],
[
"Ġ",
"H"
],
[
"q",
"u"
],
[
"k",
"e"
],
[
"Ġw",
"e"
],
[
"Ġ",
"("
],
[
"o",
"p"
],
[
"Ġd",
"e"
],
[
"Ġ",
"1"
],
[
"o",
"re"
],
[
"il",
"l"
],
[
"a",
"c"
],
[
"Ġa",
"re"
],
[
"a",
"nd"
],
[
"t",
"s"
],
[
"a",
"in"
],
[
"l",
"d"
],
[
"ig",
"h"
],
[
"r",
"om"
],
[
"Ġ",
"F"
],
[
"i",
"al"
],
[
"o",
"s"
],
[
"Ġ",
"E"
],
[
"Ġ",
"D"
],
[
"o",
"c"
],
[
"u",
"m"
],
[
"Ġc",
"h"
],
[
"es",
"t"
],
[
"u",
"n"
],
[
"Ġ",
"le"
],
[
"Ġ",
"en"
],
[
"Ġ",
"R"
],
[
"'",
"s"
],
[
"r",
"ou"
],
[
"Ġb",
"y"
],
[
"r",
"i"
],
[
"Ġs",
"e"
],
[
"Ġn",
"e"
],
[
"ic",
"al"
],
[
"u",
"re"
],
[
"Ġa",
"t"
],
[
"ion",
"s"
],
[
"n",
"t"
],
[
"an",
"t"
],
[
"u",
"d"
],
[
"Ġ",
"L"
],
[
"Ġh",
"a"
],
[
"p",
"l"
],
[
"Ġw",
"as"
],
[
"Ġc",
"an"
],
[
"g",
"h"
],
[
"Ġ",
"N"
],
[
"or",
"t"
],
[
"Ġs",
"h"
],
[
"Ġ",
"r"
],
[
"a",
"p"
],
[
"Ġf",
"rom"
],
[
"Ġin",
"t"
],
[
"al",
"l"
],
[
"Ġa",
"b"
],
[
"o",
"g"
],
[
"ou",
"t"
],
[
"Ġs",
"p"
],
[
"Ġ",
"G"
],
[
"re",
"d"
],
[
"Ġ",
"O"
],
[
"Ġ",
"2"
],
[
"ar",
"t"
],
[
"Ġth",
"is"
],
[
"Ġw",
"or"
],
[
"Ġ",
"im"
],
[
"i",
"z"
],
[
"in",
"e"
],
[
"u",
"st"
],
[
"om",
"e"
],
[
"ou",
"r"
],
[
"Ġyou",
"r"
],
[
"igh",
"t"
],
[
"ation",
"s"
],
[
"Ġthe",
"ir"
],
[
"g",
"e"
],
[
"ou",
"s"
],
[
"ar",
"d"
],
[
"Ġu",
"s"
],
[
"Ġp",
"l"
],
[
"Ġ",
"-"
],
[
"ĠT",
"h"
],
[
"ou",
"ld"
],
[
"t",
"her"
],
[
"ĠI",
"n"
],
[
"Ġn",
"ot"
],
[
"Ġw",
"he"
],
[
"a",
"ct"
],
[
"p",
"er"
],
[
"Ġ",
"\""
],
[
"Ġa",
"d"
],
[
"Ġcon",
"t"
],
[
"Ġha",
"ve"
],
[
"a",
"k"
],
[
"Ġcom",
"p"
],
[
"en",
"d"
],
[
"id",
"e"
],
[
"an",
"s"
],
[
"Ġthe",
"y"
],
[
"--",
"--"
],
[
"f",
"f"
],
[
"Ġ",
"k"
],
[
"i",
"p"
],
[
"el",
"l"
],
[
"at",
"ed"
],
[
"Ġre",
"s"
],
[
"p",
"t"
],
[
"an",
"ce"
],
[
"o",
"st"
],
[
"ic",
"h"
],
[
"e",
"c"
],
[
"on",
"g"
],
[
"Ġ",
"âĢ"
],
[
"Ġd",
"is"
],
[
"i",
"b"
],
[
"Ġ",
"J"
],
[
"Ġ",
"U"
],
[
"r",
"u"
],
[
"u",
"al"
],
[
"as",
"t"
],
[
"c",
"c"
],
[
"Ġal",
"l"
],
[
"Ġin",
"c"
],
[
"a",
"re"
],
[
"âĢ",
"Ļ"
],
[
"ab",
"le"
],
[
"Ġm",
"e"
],
[
"d",
"u"
],
[
"or",
"m"
],
[
"ul",
"t"
],
[
"ar",
"y"
],
[
"i",
"e"
],
[
"e",
"re"
],
[
"ag",
"e"
],
[
"Ġu",
"n"
],
[
"e",
"p"
],
[
"i",
"ke"
],
[
"en",
"ce"
],
[
"Ġ",
"j"
],
[
"Ġab",
"out"
],
[
"k",
"s"
],
[
"in",
"d"
],
[
"ig",
"n"
],
[
"0",
"0"
],
[
"Ġt",
"e"
],
[
"re",
"at"
],
[
"Ġw",
"ill"
],
[
"ent",
"s"
],
[
"e",
"ar"
],
[
"ve",
"l"
],
[
"Ġc",
"l"
],
[
"c",
"es"
],
[
"Ġd",
"o"
],
[
"Ġa",
"pp"
],
[
"Ġim",
"p"
],
[
"a",
"ch"
],
[
"Ġwh",
"ich"
],
[
"r",
"y"
],
[
"Ġa",
"r"
],
[
"nd",
"er"
],
[
"a",
"v"
],
[
"o",
"od"
],
[
"res",
"s"
],
[
"Ġm",
"an"
],
[
"Ġo",
"ther"
],
[
"Ġe",
"v"
],
[
"o",
"se"
],
[
"i",
"le"
],
[
"ic",
"e"
],
[
"ct",
"ion"
],
[
"Ġint",
"o"
],
[
"on",
"e"
],
[
"rou",
"gh"
],
[
"Ġm",
"ore"
],
[
"or",
"s"
],
[
"it",
"ion"
],
[
"i",
"a"
],
[
"as",
"s"
],
[
"im",
"e"
],
[
"ver",
"y"
],
[
"Ġthe",
"se"
],
[
"Ġthe",
"m"
],
[
"Ġl",
"ike"
],
[
"Ġp",
"er"
],
[
"Ġh",
"is"
],
[
"Ġb",
"ut"
],
[
"Ġh",
"as"
],
[
"Ġo",
"ut"
],
[
"o",
"k"
],
[
"u",
"e"
],
[
"Ġcom",
"m"
],
[
"Ġe",
"m"
],
[
"at",
"ing"
],
[
"ĠS",
"t"
],
[
"Ġu",
"p"
],
[
"it",
"ies"
],
[
"ac",
"k"
],
[
"f",
"orm"
],
[
"or",
"y"
],
[
"Ġs",
"o"
],
[
"Ġon",
"e"
],
[
"ing",
"s"
],
[
"n",
"ow"
],
[
"c",
"i"
],
[
"en",
"s"
],
[
"at",
"er"
],
[
"a",
"ke"
],
[
"il",
"d"
],
[
"a",
"ce"
],
[
"b",
"er"
],
[
"Ġh",
"ow"
],
[
"s",
"o"
],
[
"Ġo",
"ur"
],
[
"Ġwh",
"o"
],
[
"an",
"g"
],
[
"Ġu",
"nder"
],
[
"ĠTh",
"is"
],
[
"Ġ",
"*"
],
[
"Ġwe",
"re"
],
[
"am",
"e"
],
[
"Ġt",
"ra"
],
[
"i",
"re"
],
[
"ĠC",
"h"
],
[
"or",
"d"
],
[
"Ġ",
"qu"
],
[
"Ġp",
"e"
],
[
"a",
"u"
],
[
"r",
"it"
],
[
"Ġf",
"e"
],
[
"Ġwhe",
"n"
],
[
"Ġp",
"re"
],
[
"Ġbe",
"c"
],
[
"Ġ",
"K"
],
[
"Ġb",
"et"
],
[
"ol",
"og"
],
[
"Ġs",
"ome"
],
[
"Ġp",
"art"
],
[
"if",
"ic"
],
[
"Ġin",
"d"
],
[
"Ġ",
"ro"
],
[
"ou",
"nd"
],
[
"Ġit",
"s"
],
[
"is",
"h"
],
[
"if",
"f"
],
[
"Ġt",
"r"
],
[
"n",
"e"
],
[
"Ġ",
"Ġ"
],
[
"i",
"ous"
],
[
"ay",
"s"
],
[
"as",
"e"
],
[
"Ġal",
"so"
],
[
"Ġs",
"y"
],
[
"Ġ",
"Y"
],
[
"on",
"s"
],
[
"on",
"d"
],
[
"l",
"ow"
],
[
"ment",
"s"
],
[
"Ġa",
"g"
],
[
"ou",
"gh"
],
[
"Ġt",
"ime"
],
[
"Ġthe",
"re"
],
[
"Ġg",
"o"
],
[
"n",
"ing"
],
[
"Ġ1",
"9"
],
[
"Ġre",
"c"
],
[
"ur",
"ing"
],
[
"f",
"ul"
],
[
"w",
"e"
],
[
"l",
"es"
],
[
"Ġs",
"a"
],
[
"r",
"ic"
],
[
"Ġo",
"ver"
],
[
"rou",
"nd"
],
[
"ĠI",
"t"
],
[
"Ġth",
"rough"
],
[
"Ġcon",
"s"
],
[
"ou",
"nt"
],
[
"Ġk",
"now"
],
[
"it",
"e"
],
[
"al",
"ly"
],
[
"u",
"b"
],
[
"Ġc",
"ol"
],
[
"er",
"v"
],
[
"at",
"es"
],
[
"Ġsu",
"ch"
],
[
"p",
"h"
],
[
"Ġst",
"ud"
],
[
"op",
"le"
],
[
"le",
"ct"
],
[
"Ġd",
"iff"
],
[
"Ġre",
"l"
],
[
"Ġd",
"es"
],
[
"a",
"il"
],
[
"Ġwh",
"at"
],
[
"Ġin",
"ter"
],
[
"Ġ",
"3"
],
[
"Ġm",
"ay"
],
[
"Ġa",
"cc"
],
[
")",
"."
],
[
"u",
"res"
],
[
"o",
"ok"
],
[
"o",
"ve"
],
[
"Ġ",
"her"
],
[
"l",
"l"
],
[
"i",
"an"
],
[
"Ġwor",
"k"
],
[
"ver",
"s"
],
[
"Ġ",
"V"
],
[
"Ġa",
"ct"
],
[
"m",
"s"
],
[
"Ġhe",
"l"
],
[
"re",
"e"
],
[
"Ġa",
"m"
],
[
"t",
"e"
],
[
"p",
"ect"
],
[
"Ġh",
"ad"
],
[
"Ġof",
"f"
],
[
"o",
"v"
],
[
"l",
"ic"
],
[
"Ġth",
"an"
],
[
"p",
"le"
],
[
"ĠA",
"s"
],
[
"Ġhel",
"p"
],
[
"Ġ",
"ra"
],
[
"ic",
"s"
],
[
"o",
"b"
],
[
"Ġpe",
"ople"
],
[
"Ġw",
"ould"
],
[
"y",
"s"
],
[
"l",
"ud"
],
[
"----",
"----"
],
[
"Ġne",
"w"
],
[
"Ġin",
"v"
],
[
"ro",
"w"
],
[
"et",
"h"
],
[
"'",
"t"
],
[
"c",
"ess"
],
[
"ra",
"ct"
],
[
"at",
"ive"
],
[
"âĢ",
"Ŀ"
],
[
"Ġan",
"y"
],
[
"Ġ",
"if"
],
[
"ĠâĢ",
"ľ"
],
[
"Ġre",
"p"
],
[
"st",
"and"
],
[
"Ġs",
"c"
],
[
"Ġex",
"pl"
],
[
"ir",
"st"
],
[
"t",
"ing"
],
[
"Ġe",
"ff"
],
[
"Ġp",
"r"
],
[
"Ġre",
"m"
],
[
"ul",
"ar"
],
[
"Ġt",
"w"
],
[
"c",
"ed"
],
[
"il",
"ity"
],
[
"se",
"l"
],
[
"Ġsp",
"ec"
],
[
"ĠW",
"h"
],
[
"Ġpro",
"v"
],
[
"Ġre",
"g"
],
[
"Ġbe",
"en"
],
[
"ri",
"b"
],
[
"j",
"ect"
],
[
"ot",
"h"
],
[
"st",
"em"
],
[
"in",
"k"
],
[
"ar",
"k"
],
[
"Ġa",
"c"
],
[
"re",
"n"
],
[
"Ġy",
"ear"
],
[
"m",
"er"
],
[
"he",
"d"
],
[
".",
"."
],
[
"Ġne",
"ed"
],
[
"we",
"en"
],
[
"al",
"s"
],
[
"al",
"th"
],
[
"Ġinc",
"lud"
],
[
"Ġle",
"ar"
],
[
"Ġin",
"st"
],
[
"t",
"ain"
],
[
"f",
"ter"
],
[
"vel",
"op"
],
[
"Ġc",
"o"
],
[
"Ġdiff",
"ere"
],
[
"au",
"se"
],
[
"Ġwhe",
"re"
],
[
"Ġbet",
"ween"
],
[
"Ġp",
"h"
],
[
"Ġde",
"c"
],
[
"he",
"n"
],
[
"ch",
"n"
],
[
"Ġg",
"en"
],
[
"ol",
"d"
],
[
"is",
"e"
],
[
"Ġu",
"se"
],
[
"y",
"p"
],
[
"Ġex",
"am"
],
[
"Ġas",
"s"
],
[
"Ġdis",
"c"
],
[
"ation",
"al"
],
[
"Ġb",
"l"
],
[
"if",
"e"
],
[
"Ġex",
"per"
],
[
"Ġe",
"very"
],
[
"Ġn",
"o"
],
[
"Ġp",
"os"
],
[
"at",
"h"
],
[
"Ġp",
"o"
],
[
"f",
"ore"
],
[
"Ġp",
"ers"
],
[
"iv",
"es"
],
[
"ow",
"er"
],
[
"ter",
"n"
],
[
"ent",
"ial"
],
[
"Ġc",
"ould"
],
[
"ĠH",
"e"
],
[
"w",
"n"
],
[
"Ġd",
"i"
],
[
"Ġad",
"d"
],
[
"ak",
"ing"
],
[
"g",
"et"
],
[
"x",
"t"
],
[
")",
","
],
[
"Ġat",
"t"
],
[
"as",
"ed"
],
[
"ib",
"le"
],
[
"Ġs",
"ur"
],
[
"i",
"qu"
],
[
"n",
"ess"
],
[
"ic",
"t"
],
[
"Ġtr",
"ans"
],
[
"ĠU",
"n"
],
[
"Ġo",
"b"
],
[
"ur",
"al"
],
[
"u",
"es"
],
[
"Ġtw",
"o"
],
[
"Ġm",
"y"
],
[
"Ġf",
"irst"
],
[
"t",
"en"
],
[
"Ġwor",
"ld"
],
[
"he",
"s"
],
[
"Ġwh",
"ile"
],
[
"Ġs",
"oc"
],
[
"u",
"c"
],
[
"o",
"y"
],
[
"Ġv",
"ar"
],
[
"Ġcomm",
"un"
],
[
"Ġde",
"velop"
],
[
"w",
"ard"
],
[
"Ġsy",
"stem"
],
[
"Ġs",
"he"
],
[
"Ġs",
"ign"
],
[
"Ġ2",
"0"
],
[
"il",
"y"
],
[
"Ġin",
"s"
],
[
"ĠâĢ",
"ĵ"
],
[
"Ġman",
"y"
],
[
"Ġm",
"od"
],
[
"ow",
"n"
],
[
"Ġ",
"4"
],
[
"e",
"ver"
],
[
"Ġj",
"ust"
],
[
"it",
"s"
],
[
"Ġs",
"m"
],
[
"Ġev",
"en"
],
[
"h",
"ip"
],
[
"g",
"an"
],
[
"id",
"ent"
],
[
"Ġte",
"chn"
],
[
"ro",
"p"
],
[
"ic",
"k"
],
[
"er",
"m"
],
[
"Ġpro",
"du"
],
[
"Ġm",
"ost"
],
[
"Ġp",
"ol"
],
[
"is",
"m"
],
[
"is",
"s"
],
[
"Ġc",
"re"
],
[
"Ġsu",
"pp"
],
[
"in",
"t"
],
[
"an",
"ge"
],
[
"Ġs",
"im"
],
[
"Ġunder",
"stand"
],
[
"Ġon",
"ly"
],
[
"ĠF",
"or"
],
[
"e",
"w"
],
[
"Ġst",
"r"
],
[
"Ġc",
"all"
],
[
"Ġp",
"res"
],
[
"Ġf",
"l"
],
[
"Ġsu",
"b"
],
[
"Ġb",
"u"
],
[
"Ġex",
"p"
],
[
"ĠA",
"n"
],
[
"ic",
"es"
],
[
"ĠH",
"ow"
],
[
"ĠC",
"on"
],
[
"i",
"et"
],
[
"Ġd",
"uring"
],
[
"Ġin",
"f"
],
[
"ut",
"ion"
],
[
"Ġre",
"f"
],
[
"ad",
"e"
],
[
"in",
"es"
],
[
"Ġdiffere",
"nt"
],
[
"Ġv",
"al"
],
[
"ect",
"ion"
],
[
"ĠA",
"l"
],
[
"ot",
"her"
],
[
"ist",
"s"
],
[
"Ġus",
"ed"
],
[
"c",
"y"
],
[
"ĠR",
"e"
],
[
"a",
"w"
],
[
"v",
"ent"
],
[
"ĠW",
"e"
],
[
"ra",
"m"
],
[
"Ġar",
"t"
],
[
"at",
"ure"
],
[
"Ġimp",
"ort"
],
[
".",
"\""
],
[
"Ġth",
"ose"
],
[
"Ġhe",
"alth"
],
[
"ro",
"s"
],
[
"er",
"g"
],
[
"ur",
"n"
],
[
"ĠB",
"y"
],
[
"Ġh",
"um"
],
[
"i",
"ed"
],
[
"ical",
"ly"
],
[
"ar",
"ch"
],
[
"f",
"t"
],
[
"Ġ",
"ke"
],
[
"b",
"le"
],
[
"Ġse",
"e"
],
[
"Ġ",
"5"
],
[
"olog",
"y"
],
[
"Ġh",
"ist"
],
[
"iz",
"e"
],
[
"Ġwith",
"in"
],
[
"l",
"ed"
],
[
"Ġg",
"et"
],
[
"o",
"ol"
],
[
"Ġe",
"ach"
],
[
"iv",
"id"
],
[
"at",
"a"
],
[
"Ġs",
"om"
],
[
"Ġw",
"ell"
],
[
"Ġs",
"et"
],
[
"Ġcomp",
"le"
],
[
"n",
"g"
],
[
"Ġfor",
"m"
],
[
"Ġa",
"fter"
],
[
"iz",
"ed"
],
[
"u",
"ch"
],
[
"Ġus",
"ing"
],
[
"Ġ",
"ent"
],
[
"Ġsa",
"id"
],
[
"Ġf",
"ol"
],
[
"Ġthe",
"n"
],
[
"Ġn",
"um"
],
[
"Ġm",
"ed"
],
[
"Ġh",
"igh"
],
[
"Ġle",
"ad"
],
[
"Ġf",
"am"
],
[
"and",
"s"
],
[
"Ġb",
"ack"
],
[
"v",
"ing"
],
[
"Ġe",
"ar"
],
[
"Ġch",
"ild"
],
[
"ru",
"ct"
],
[
"Ġd",
"et"
],
[
"Ġin",
"form"
],
[
"im",
"es"
],
[
"ar",
"m"
],
[
"c",
"er"
],
[
"it",
"ed"
],
[
"Ġf",
"un"
],
[
"ce",
"pt"
],
[
"Ġse",
"c"
],
[
"Ġg",
"ra"
],
[
"en",
"g"
],
[
"Ġexper",
"i"
],
[
"Ġs",
"k"
],
[
"*",
"*"
],
[
"Ġm",
"ight"
],
[
"Ġpro",
"cess"
],
[
"Ġp",
"at"
],
[
"Ġl",
"ife"
],
[
"v",
"es"
],
[
"ual",
"ly"
],
[
"Ġb",
"oth"
],
[
"Ġw",
"ay"
],
[
"an",
"ts"
],
[
"ag",
"es"
],
[
"ĠC",
"om"
],
[
"Ġ*",
"*"
],
[
"Ġc",
"ult"
],
[
"in",
"s"
],
[
"Ġd",
"ist"
],
[
"Ġo",
"wn"
],
[
"Ġsh",
"ould"
],
[
"ĠThe",
"y"
],
[
"Ġl",
"oc"
],
[
"Ġpart",
"ic"
],
[
"Ġh",
"im"
],
[
"e",
"f"
],
[
"er",
"ing"
],
[
"d",
"ition"
],
[
"Ġt",
"yp"
],
[
"Ġpl",
"ay"
],
[
"Ġp",
"ract"
],
[
"Ġm",
"ake"
],
[
"Ġ",
"ed"
],
[
"em",
"ent"
],
[
"Ġyear",
"s"
],
[
"Ġpers",
"on"
],
[
"Ġbec",
"ause"
],
[
"at",
"her"
],
[
"Ġ2",
"00"
],
[
"Ġre",
"qu"
],
[
"ĠThe",
"se"
],
[
"Ġch",
"ar"
],
[
"ĠB",
"ut"
],
[
"r",
"on"
],
[
"Ġre",
"ad"
],
[
"mer",
"ic"
],
[
"Ġbe",
"fore"
],
[
"k",
"ing"
],
[
"c",
"l"
],
[
"sel",
"f"
],
[
"ie",
"w"
],
[
"Ġde",
"f"
],
[
"Ġre",
"se"
],
[
"Ġa",
"round"
],
[
"Ġeff",
"ect"
],
[
"Ġex",
"t"
],
[
"Ġl",
"ong"
],
[
"c",
"ing"
],
[
"Ġf",
"ind"
],
[
"Ġgen",
"er"
],
[
"Ġf",
"ound"
],
[
"Ġle",
"t"
],
[
"p",
"s"
],
[
"Ġfol",
"low"
],
[
"Ġc",
"ent"
],
[
"Ġbe",
"ing"
],
[
"Ġc",
"ar"
],
[
"Ġw",
"ater"
],
[
"al",
"ity"
],
[
"Ġc",
"ount"
],
[
"ch",
"ool"
],
[
"ir",
"on"
],
[
"ou",
"n"
],
[
"ivid",
"ual"
],
[
"Ġc",
"ap"
],
[
"Ġa",
"ut"
],
[
"c",
"on"
],
[
"Ġpro",
"g"
],
[
"g",
"g"
],
[
"ĠI",
"f"
],
[
"Ġag",
"ain"
],
[
"ĠY",
"ou"
],
[
"d",
"s"
],
[
"a",
"ve"
],
[
"p",
"or"
],
[
"igh",
"ts"
],
[
"Ġres",
"p"
],
[
"Ġall",
"ow"
],
[
"Ġp",
"ower"
],
[
"Ġen",
"g"
],
[
"in",
"ing"
],
[
"v",
"ed"
],
[
"ion",
"al"
],
[
"Ġg",
"row"
],
[
"Ġinc",
"re"
],
[
"t",
"le"
],
[
"ĠA",
"meric"
],
[
"ros",
"s"
],
[
"Ġm",
"ain"
],
[
"Ġind",
"ividual"
],
[
"us",
"s"
],
[
"Ġf",
"act"
],
[
"Ġcon",
"f"
],
[
"o",
"ver"
],
[
"Ġbe",
"l"
],
[
"Ġlear",
"n"
],
[
"Ġc",
"ur"
],
[
"t",
"ed"
],
[
"Ġc",
"are"
],
[
"Ġdo",
"es"
],
[
"Ġg",
"u"
],
[
"en",
"ces"
],
[
"or",
"ies"
],
[
"Ġg",
"l"
],
[
"Ġcall",
"ed"
],
[
"Ġc",
"reat"
],
[
"Ġl",
"it"
],
[
"Ġd",
"ata"
],
[
"iv",
"ing"
],
[
"Ġcont",
"in"
],
[
"Ġs",
"ol"
],
[
"ĠE",
"x"
],
[
"i",
"ent"
],
[
"Ġv",
"is"
],
[
"Ġth",
"ink"
],
[
"or",
"k"
],
[
"Ġ20",
"1"
],
[
"Ġm",
"em"
],
[
",",
"\""
],
[
"Ġb",
"r"
],
[
"Ġs",
"erv"
],
[
"ĠT",
"o"
],
[
"Ġm",
"ade"
],
[
"Ġd",
"own"
],
[
"ĠA",
"nd"
],
[
"Ġdes",
"ign"
],
[
"ĠA",
"d"
],
[
"ĠP",
"ro"
],
[
"e",
"red"
],
[
"Ġprov",
"id"
],
[
"Ġd",
"id"
],
[
"Ġen",
"d"
],
[
"e",
"g"
],
[
"d",
"ay"
],
[
"a",
"red"
],
[
"it",
"ions"
],
[
"Ġm",
"in"
],
[
"c",
"k"
],
[
"Ġp",
"ar"
],
[
"Ġth",
"ough"
],
[
"Ġad",
"v"
],
[
"Ġb",
"o"
],
[
"Ġ",
"`"
],
[
"Ġexam",
"ple"
],
[
"v",
"iron"
],
[
"od",
"y"
],
[
"ri",
"end"
],
[
"Ġg",
"rou"
],
[
"ut",
"e"
],
[
"t",
"y"
],
[
"Ġde",
"p"
],
[
"ak",
"es"
],
[
"Ġm",
"uch"
],
[
"ĠI",
"m"
],
[
"Ġinform",
"ation"
],
[
"Ġof",
"ten"
],
[
"Ġsh",
"ow"
],
[
"Ġg",
"reat"
],
[
"Ġl",
"ar"
],
[
"Ġw",
"rit"
],
[
"in",
"al"
],
[
"Ġ",
"6"
],
[
"i",
"el"
],
[
"Ġm",
"at"
],
[
"it",
"al"
],
[
"ĠS",
"o"
],
[
"Ġp",
"ub"
],
[
"a",
"x"
],
[
"Ġd",
"el"
],
[
"Ġp",
"rom"
],
[
"Ġch",
"all"
],
[
"i",
"er"
],
[
"Ġl",
"ook"
],
[
"Ġm",
"on"
],
[
"Ġpro",
"t"
],
[
"Ġcon",
"n"
],
[
"Ġe",
"qu"
],
[
"a",
"ir"
],
[
"Ġinv",
"ol"
],
[
"Ġd",
"ay"
],
[
"ĠA",
"r"
],
[
"e",
"x"
],
[
"Ġvar",
"ious"
],
[
"as",
"es"
],
[
"Ġfe",
"el"
],
[
"ar",
"s"
],
[
"Ġo",
"p"
],
[
"c",
"ial"
],
[
"ĠW",
"hen"
],
[
"Ġp",
"ot"
],
[
"v",
"en"
],
[
"Ġimport",
"ant"
],
[
"c",
"om"
],
[
"in",
"ed"
],
[
"Ġc",
"or"
],
[
"ter",
"s"
],
[
"Ġ",
"very"
],
[
"Ġ1",
"8"
],
[
"an",
"y"
],
[
"Ġp",
"op"
],
[
"ci",
"ent"
],
[
"Ġst",
"art"
],
[
"iz",
"ation"
],
[
"im",
"ate"
],
[
"Ġor",
"gan"
],
[
"Ġre",
"al"
],
[
"or",
"ing"
],
[
"id",
"er"
],
[
"re",
"ad"
],
[
"ĠS",
"p"
],
[
"i",
"x"
],
[
"n",
"ce"
],
[
"i",
"o"
],
[
"Ġc",
"he"
],
[
"Ġsign",
"ific"
],
[
"a",
"h"
],
[
"Ġn",
"ow"
],
[
"Ġ",
"ident"
],
[
"Ġhum",
"an"
],
[
"Ġpos",
"s"
],
[
"Ġbe",
"h"
],
[
"Ġt",
"ake"
],
[
"u",
"nd"
],
[
"Ġqu",
"est"
],
[
"Ġbu",
"ild"
],
[
"Ġg",
"ood"
],
[
"Ġa",
"w"
],
[
"iv",
"ity"
],
[
"Ġsm",
"all"
],
[
"ab",
"ility"
],
[
"iqu",
"e"
],
[
"Ġw",
"ant"
],
[
"in",
"ce"
],
[
"al",
"e"
],
[
"Ġd",
"em"
],
[
"Ġr",
"ight"
],
[
"#",
"#"
],
[
"et",
"s"
],
[
"eth",
"ing"
],
[
"ĠThe",
"re"
],
[
"Ġen",
"viron"
],
[
"Ġcl",
"ass"
],
[
"Ġcont",
"ro"
],
[
"Ġs",
"chool"
],
[
"ĠO",
"ne"
],
[
"ate",
"g"
],
[
"Ġc",
"our"
],
[
"Ġa",
"v"
],
[
"l",
"ing"
],
[
"Ġsupp",
"ort"
],
[
"ĠHow",
"ever"
],
[
"l",
"ess"
],
[
"Ġf",
"riend"
],
[
"Ġs",
"er"
],
[
"Ġf",
"ood"
],
[
"Ġstud",
"ents"
],
[
"Ġ",
"'"
],
[
"Ġo",
"pp"
],
[
"Ġstud",
"y"
],
[
"Ġl",
"ess"
],
[
".",
","
],
[
"Ġpro",
"ble"
],
[
"Ġapp",
"ro"
],
[
"Ġsom",
"ething"
],
[
"ere",
"st"
],
[
"Ġcon",
"st"
],
[
"âĢ",
"Ķ"
],
[
"if",
"y"
],
[
"Ġpro",
"f"
],
[
"Ġpl",
"an"
],
[
"Ġs",
"ame"
],
[
"in",
"ation"
],
[
"ro",
"du"
],
[
"our",
"ces"
],
[
"Ġ",
"ess"
],
[
"Ġle",
"vel"
],
[
"i",
"red"
],
[
"u",
"p"
],
[
"Ġinclud",
"ing"
],
[
"Ġen",
"s"
],
[
"Ġc",
"le"
],
[
"em",
"ber"
],
[
"om",
"en"
],
[
"oc",
"k"
],
[
"in",
"ess"
],
[
"i",
"vers"
],
[
"ĠI",
"nd"
],
[
"it",
"ive"
],
[
"Ġis",
"s"
],
[
"Ġan",
"other"
],
[
"ĠWh",
"at"
],
[
"--------",
"--------"
],
[
"or",
"ts"
],
[
"iet",
"y"
],
[
"eth",
"od"
],
[
"Ġa",
"ff"
],
[
"er",
"n"
],
[
"an",
"ces"
],
[
"Ġ",
"est"
],
[
"Ġgo",
"ver"
],
[
"Ġm",
"ust"
],
[
"pl",
"es"
],
[
"en",
"cy"
],
[
"get",
"her"
],
[
"Ġto",
"gether"
],
[
"is",
"hed"
],
[
"Ġ",
"ide"
],
[
"Ġbet",
"ter"
],
[
"ent",
"ly"
],
[
"ĠI",
"s"
],
[
"l",
"and"
],
[
"ire",
"ct"
],
[
"Ġlear",
"ning"
],
[
"Ġsoc",
"ial"
],
[
"Ġf",
"ac"
],
[
"Ġchar",
"act"
],
[
"Ġother",
"s"
],
[
"e",
"ad"
],
[
"Ġam",
"ong"
],
[
"ra",
"ph"
],
[
"Ġan",
"al"
],
[
"Ġcre",
"ate"
],
[
"Ġha",
"pp"
],
[
"Ġbel",
"ie"
],
[
"Ġre",
"t"
],
[
"ĠA",
"t"
],
[
"cc",
"ess"
],
[
"c",
"ent"
],
[
"es",
"p"
],
[
"ang",
"u"
],
[
"Ġre",
"du"
],
[
"Ġp",
"ass"
],
[
"ater",
"ial"
],
[
"Ġm",
"us"
],
[
"Ġd",
"on"
],
[
"en",
"se"
],
[
"iv",
"ed"
],
[
"ent",
"ion"
],
[
"ag",
"ine"
],
[
"he",
"re"
],
[
"Ġth",
"ree"
],
[
"Ġh",
"and"
],
[
"Ġimp",
"ro"
],
[
"n",
"er"
],
[
"Ġ1",
"0"
],
[
"Ġ",
"|"
],
[
"Ġme",
"an"
],
[
"b",
"ers"
],
[
"ĠN",
"ew"
],
[
"ward",
"s"
],
[
"Ġ",
"7"
],
[
"Ġint",
"erest"
],
[
"el",
"f"
],
[
"r",
"al"
],
[
"Ġt",
"reat"
],
[
"oc",
"us"
],
[
"ĠĠ",
"ĠĠ"
],
[
"p",
"ar"
],
[
"b",
"e"
],
[
"Ġwith",
"out"
],
[
"d",
"er"
],
[
"Ġto",
"o"
],
[
"el",
"s"
],
[
"Ġunderstand",
"ing"
],
[
"l",
"ine"
],
[
"il",
"ar"
],
[
"Ġagain",
"st"
],
[
"Ġgover",
"n"
],
[
"iv",
"en"
],
[
"Ġper",
"form"
],
[
"o",
"h"
],
[
"Ġo",
"cc"
],
[
"ĠS",
"h"
],
[
"ur",
"ther"
],
[
"Ġed",
"uc"
],
[
"Ġm",
"ethod"
],
[
"Ġe",
"le"
],
[
"Ġrep",
"res"
],
[
"ill",
"s"
],
[
"ain",
"s"
],
[
"Ġp",
"ur"
],
[
"ĠN",
"ow"
],
[
"Ġchild",
"ren"
],
[
"Ġrese",
"arch"
],
[
"ap",
"ter"
],
[
"e",
"e"
],
[
"as",
"h"
],
[
"Ġconn",
"ect"
],
[
"a",
"z"
],
[
"erg",
"y"
],
[
"Ġexpl",
"ore"
],
[
"Ġpot",
"ential"
],
[
"Ġchall",
"eng"
],
[
"Ġcomple",
"x"
],
[
"Ġc",
"rit"
],
[
"is",
"ion"
],
[
"Ġknow",
"n"
],
[
"Ġc",
"a"
],
[
"Ġsignific",
"ant"
],
[
"Ġth",
"ings"
],
[
"Ġe",
"lect"
],
[
"Ġhist",
"ory"
],
[
"ĠB",
"e"
],
[
"us",
"ion"
],
[
"l",
"u"
],
[
"Ġen",
"c"
],
[
"Ġbec",
"ome"
],
[
"iz",
"ing"
],
[
"Ġle",
"g"
],
[
"os",
"s"
],
[
"Ġm",
"et"
],
[
"Ġr",
"is"
],
[
"ur",
"y"
],
[
"ĠTh",
"at"
],
[
"r",
"ation"
],
[
"Ġst",
"ill"
],
[
"oc",
"i"
],
[
"er",
"tain"
],
[
"Ġs",
"it"
],
[
"Ġd",
"ue"
],
[
"Ġch",
"ang"
],
[
"Ġm",
"aterial"
],
[
"ul",
"ation"
],
[
"og",
"n"
],
[
"w",
"ays"
],
[
"Ġenviron",
"ment"
],
[
"Ġf",
"in"
],
[
"ort",
"un"
],
[
"Ġb",
"ody"
],
[
"Ġpl",
"ace"
],
[
"t",
"he"
],
[
"Ġ",
"="
],
[
"Ġse",
"ver"
],
[
"r",
"ies"
],
[
"Ġfun",
"ction"
],
[
"Ġch",
"ange"
],
[
"ou",
"se"
],
[
"her",
"s"
],
[
"..",
"."
],
[
"1",
"9"
],
[
"Ġsa",
"f"
],
[
"Ġb",
"en"
],
[
"Ġo",
"pt"
],
[
"Ġke",
"ep"
],
[
"ul",
"l"
],
[
"ĠW",
"ith"
],
[
"ver",
"se"
],
[
"or",
"n"
],
[
"l",
"ish"
],
[
"Ġop",
"en"
],
[
"Ġpres",
"ent"
],
[
"Ġnum",
"ber"
],
[
"olog",
"ical"
],
[
"t",
"o"
],
[
"as",
"on"
],
[
"i",
"or"
],
[
"Ġcomm",
"on"
],
[
"Ġb",
"us"
],
[
"Ġf",
"ocus"
],
[
"Ġim",
"m"
],
[
"re",
"t"
],
[
"ĠD",
"e"
],
[
"Ġm",
"ove"
],
[
"ord",
"ing"
],
[
"Ġl",
"aw"
],
[
"Ġ",
"8"
],
[
"Ġu",
"nt"
],
[
"ent",
"al"
],
[
"r",
"an"
],
[
"_",
"_"
],
[
"Ġl",
"angu"
],
[
"r",
"at"
],
[
"Ġm",
"ult"
],
[
"Ġm",
"aking"
],
[
"Ġman",
"ag"
],
[
"r",
"is"
],
[
"Ġfam",
"ily"
],
[
"Ġh",
"ome"
],
[
"Ġac",
"ross"
],
[
"Ġb",
"re"
],
[
"Ġm",
"ark"
],
[
"Ġal",
"ong"
],
[
"Ġsever",
"al"
],
[
"Ġph",
"ys"
],
[
"Ġcont",
"rib"
],
[
"Ġo",
"per"
],
[
"Ġpub",
"lic"
],
[
"g",
"er"
],
[
"Ġb",
"ased"
],
[
"Ġd",
"r"
],
[
"m",
"b"
],
[
"Ġdisc",
"uss"
],
[
"Ġt",
"al"
],
[
"Ġst",
"and"
],
[
"Ġm",
"ar"
],
[
"ra",
"in"
],
[
"con",
"om"
],
[
"i",
"od"
],
[
"i",
"ans"
],
[
"ab",
"or"
],
[
"Ġrel",
"ations"
],
[
"ic",
"ation"
],
[
"Ġwh",
"y"
],
[
"Ġme",
"ans"
],
[
"Ġsu",
"ccess"
],
[
"iel",
"d"
],
[
"n",
"s"
],
[
"og",
"raph"
],
[
"Ġres",
"ult"
],
[
"ra",
"p"
],
[
"Ġsh",
"ap"
],
[
"Ġde",
"v"
],
[
"Ġdevelop",
"ment"
],
[
"Ġ",
"ve"
],
[
"Ġe",
"as"
],
[
"Ġs",
"l"
],
[
"Ġess",
"ential"
],
[
"Ġpartic",
"ular"
],
[
"Ġt",
"er"
],
[
"ir",
"c"
],
[
"ut",
"ure"
],
[
"re",
"nt"
],
[
"Ġup",
"on"
],
[
"re",
"en"
],
[
"d",
"itions"
],
[
"Ġhe",
"re"
],
[
"Ġinclud",
"e"
],
[
"ial",
"ly"
],
[
"00",
"0"
],
[
"Ġ",
"Q"
],
[
"a",
"j"
],
[
"ĠL",
"et"
],
[
"Ġt",
"est"
],
[
"Ġe",
"l"
],
[
"b",
"s"
],
[
"ul",
"ts"
],
[
"am",
"p"
],
[
"Ġto",
"p"
],
[
"ot",
"e"
],
[
"Ġb",
"est"
],
[
"Ġb",
"ro"
],
[
"ĠE",
"ng"
],
[
"Ġ",
"$"
],
[
"Ġro",
"le"
],
[
"Ġprov",
"ide"
],
[
"ar",
"ing"
],
[
"Ġpro",
"per"
],
[
"Ġcons",
"ider"
],
[
"om",
"s"
],
[
"Ġprodu",
"ct"
],
[
"Ġun",
"ique"
],
[
"Ġ",
"9"
],
[
"m",
"an"
],
[
"Ġl",
"ight"
],
[
"Ġs",
"ay"
],
[
"ive",
"ly"
],
[
"ot",
"s"
],
[
"Ġacc",
"ess"
],
[
"il",
"ities"
],
[
"ou",
"ra"
],
[
"Ġlar",
"ge"
],
[
"Ġd",
"irect"
],
[
"pl",
"oy"
],
[
"it",
"ing"
],
[
"d",
"e"
],
[
"Ġpro",
"ject"
],
[
"r",
"ist"
],
[
"Ġch",
"o"
],
[
"Ġcom",
"e"
],
[
"T",
"he"
],
[
"Ġaut",
"h"
],
[
"i",
"ents"
],
[
"er",
"t"
],
[
"ol",
"s"
],
[
"Ġre",
"st"
],
[
"Ġcontro",
"l"
],
[
"Ġt",
"re"
],
[
"Ġse",
"em"
],
[
"Ġe",
"ver"
],
[
"Ġt",
"em"
],
[
"os",
"ed"
],
[
"g",
"in"
],
[
"Ġc",
"ell"
],
[
"ĠAmeric",
"an"
],
[
"ci",
"ence"
],
[
"Ġem",
"b"
],
[
"id",
"s"
],
[
"ĠP",
"l"
],
[
"Ġst",
"ate"
],
[
"am",
"es"
],
[
"Ġresp",
"ons"
],
[
"Ġspec",
"ific"
],
[
"Ġspec",
"ial"
],
[
"Ġ",
"&"
],
[
"Ġw",
"ar"
],
[
".",
"âĢĿ"
],
[
"Ġan",
"im"
],
[
"Ġst",
"ruct"
],
[
"Ġen",
"ergy"
],
[
"Ġc",
"ertain"
],
[
"a",
"pp"
],
[
"at",
"ural"
],
[
"Ġb",
"as"
],
[
"Ġs",
"elf"
],
[
"Ġt",
"urn"
],
[
"end",
"ing"
],
[
"Ġgrou",
"p"
],
[
"'",
"re"
],
[
"Ġimp",
"act"
],
[
"2",
"0"
],
[
"ist",
"ic"
],
[
"v",
"iew"
],
[
"Ġst",
"at"
],
[
"ne",
"y"
],
[
"Ġinv",
"est"
],
[
"Ġsystem",
"s"
],
[
"Ġme",
"as"
],
[
"ou",
"th"
],
[
"Ġca",
"us"
],
[
"ĠC",
"l"
],
[
"Ġfe",
"w"
],
[
"Ġob",
"ject"
],
[
"Ġd",
"ra"
],
[
"ĠE",
"n"
],
[
"Ġunt",
"il"
],
[
"Ġt",
"ry"
],
[
"Ġre",
"le"
],
[
"ut",
"ions"
],
[
"il",
"it"
],
[
"Ġl",
"ist"
],
[
"Ġrepres",
"ent"
],
[
"sel",
"ves"
],
[
"Ġloc",
"al"
],
[
"ĠO",
"r"
],
[
"Ġcomp",
"ut"
],
[
"Ġpol",
"it"
],
[
"Ġne",
"ar"
],
[
"ag",
"n"
],
[
"il",
"i"
],
[
"Ġf",
"ore"
],
[
"ĠO",
"n"
],
[
"i",
"um"
],
[
"Ġf",
"il"
],
[
"Ġdes",
"c"
],
[
"ress",
"ion"
],
[
"ivers",
"ity"
],
[
"Ġo",
"ld"
],
[
"Ġf",
"uture"
],
[
"Ġe",
"conom"
],
[
"Ġstr",
"ateg"
],
[
"ard",
"s"
],
[
"m",
"e"
],
[
"t",
"on"
],
[
"Ġben",
"ef"
],
[
"as",
"c"
],
[
"Ġear",
"ly"
],
[
"Ġact",
"iv"
],
[
"Ġrelations",
"hip"
],
[
"Ġindividual",
"s"
],
[
"Ġfollow",
"ing"
],
[
"Ġ19",
"9"
],
[
"ĠS",
"e"
],
[
"Ġl",
"im"
],
[
"Ġn",
"on"
],
[
"if",
"ied"
],
[
"p",
"ut"
],
[
"ĠR",
"es"
],
[
"Ġp",
"ain"
],
[
"Ġcom",
"b"
],
[
"u",
"g"
],
[
"ĠS",
"he"
],
[
"id",
"ence"
],
[
"et",
"imes"
],
[
"Ġsec",
"ond"
],
[
"ĠI",
"nt"
],
[
"th",
"ing"
],
[
"Ġs",
"ince"
],
[
"Ġw",
"omen"
],
[
"|",
"|"
],
[
"Ġl",
"ast"
],
[
"Ġhist",
"or"
],
[
"Ġdis",
"e"
],
[
"Ġto",
"day"
],
[
"Ġto",
"wards"
],
[
"at",
"s"
],
[
"Ġinf",
"lu"
],
[
"o",
"ks"
],
[
"Ġbus",
"iness"
],
[
"Ġe",
"t"
],
[
"led",
"ge"
],
[
"ol",
"ution"
],
[
"Ġcommun",
"ity"
],
[
"Ġor",
"ig"
],
[
"Ġapp",
"lic"
],
[
"Ġr",
"un"
],
[
"Ġst",
"ory"
],
[
"Ġ",
"["
],
[
"ac",
"y"
],
[
"ĠCom",
"m"
],
[
"er",
"al"
],
[
"Ġsp",
"e"
],
[
"Ġc",
"al"
],
[
"Ġcon",
"cer"
],
[
"Ġtra",
"dition"
],
[
"Ġcharact",
"er"
],
[
"Ġstr",
"ong"
],
[
"Ġmain",
"tain"
],
[
"ĠS",
"ome"
],
[
"i",
"k"
],
[
"ĠC",
"ol"
],
[
"iqu",
"es"
],
[
"ĠP",
"h"
],
[
"ĠTh",
"rough"
],
[
"Ġf",
"re"
],
[
"as",
"ing"
],
[
"Ġass",
"oci"
],
[
"iss",
"ion"
],
[
"as",
"ter"
],
[
"Ġj",
"our"
],
[
"Ġw",
"ays"
],
[
"Ġm",
"ov"
],
[
"Ġal",
"ways"
],
[
"Ġst",
"ep"
],
[
"ra",
"y"
],
[
"od",
"e"
],
[
"Ġfriend",
"s"
],
[
"Ġpr",
"in"
],
[
"ĠT",
"e"
],
[
"Ġopp",
"ortun"
],
[
"ĠC",
"an"
],
[
"Ġl",
"o"
],
[
"id",
"d"
],
[
"w",
"ork"
],
[
"ain",
"ed"
],
[
"Ġan",
"t"
],
[
"Ġyou",
"ng"
],
[
"Ġexperi",
"ence"
],
[
"Ġare",
"a"
],
[
"our",
"ce"
],
[
"Ġne",
"cess"
],
[
"Ġt",
"imes"
],
[
"Ġcour",
"se"
],
[
"ac",
"es"
],
[
"Ġhe",
"ad"
],
[
"Ġl",
"and"
],
[
"Ġc",
"ase"
],
[
"Ġsim",
"ilar"
],
[
"Ġper",
"iod"
],
[
"Ġa",
"ir"
],
[
"Ġaff",
"ect"
],
[
"ĠWh",
"ile"
],
[
"Ġre",
"ce"
],
[
"ĠG",
"od"
],
[
"Ġgovern",
"ment"
],
[
"Ġthrough",
"out"
],
[
"a",
"ut"
],
[
"Ġiss",
"ues"
],
[
"Ġpo",
"int"
],
[
"or",
"th"
],
[
"Ġlangu",
"age"
],
[
"Ġp",
"ress"
],
[
"Ġv",
"iew"
],
[
"ate",
"ly"
],
[
"ar",
"c"
],
[
"Ġha",
"ving"
],
[
"Ġprot",
"ect"
],
[
"p",
"ort"
],
[
"ĠCh",
"rist"
],
[
"op",
"e"
],
[
"Ġh",
"ard"
],
[
"Ġprog",
"ram"
],
[
"Ġ",
"ill"
],
[
"ag",
"ing"
],
[
"Ġas",
"k"
],
[
"Ġm",
"ind"
],
[
"ĠĠ",
"Ġ"
],
[
"Ġsk",
"ills"
],
[
"Ġs",
"cient"
],
[
"ib",
"ility"
],
[
"Ġinter",
"n"
],
[
"cl",
"usion"
],
[
"s",
"y"
],
[
"Ġsome",
"one"
],
[
"Ġrep",
"ort"
],
[
"Ġbeh",
"av"
],
[
"Ġchalleng",
"es"
],
[
"Ġwor",
"ks"
],
[
"s",
"ide"
],
[
"Ġne",
"xt"
],
[
"Ġav",
"ail"
],
[
"u",
"ed"
],
[
"Ġp",
"ast"
],
[
"pt",
"ion"
],
[
"Ġke",
"y"
],
[
"Ġex",
"ist"
],
[
"Ġob",
"s"
],
[
"Ġres",
"ources"
],
[
"Ġadd",
"ress"
],
[
"Ġp",
"ost"
],
[
"Ġtechn",
"ology"
],
[
"ap",
"s"
],
[
"ĠIm",
"agine"
],
[
"g",
"es"
],
[
"Ġposs",
"ible"
],
[
"Ġg",
"r"
],
[
"Ġlit",
"tle"
],
[
"Ġas",
"pect"
],
[
"ill",
"ed"
],
[
"Ġpol",
"ic"
],
[
"Ġt",
"ru"
],
[
"or",
"ld"
],
[
"Ġperson",
"al"
],
[
"u",
"rop"
],
[
"ĠA",
"fter"
],
[
"ict",
"ion"
],
[
"Ġprof",
"ess"
],
[
"b",
"y"
],
[
"Ġb",
"i"
],
[
"Ġte",
"am"
],
[
"l",
"ished"
],
[
"end",
"ed"
],
[
"o",
"le"
],
[
"y",
"n"
],
[
"an",
"k"
],
[
"re",
"am"
],
[
"m",
"at"
],
[
"o",
"id"
],
[
"ĠU",
"nder"
],
[
"Ġs",
"w"
],
[
"Ġdet",
"erm"
],
[
"Ġk",
"ind"
],
[
"in",
"a"
],
[
"Ġin",
"it"
],
[
"Ġ",
"Z"
],
[
"Ġs",
"ing"
],
[
"ab",
"ly"
],
[
"Ġcount",
"ry"
],
[
"Ġest",
"ab"
],
[
"Ġm",
"ill"
],
[
"e",
"an"
],
[
"Ġf",
"urther"
],
[
"Ġ",
"er"
],
[
"Ġare",
"as"
],
[
"Ġres",
"pect"
],
[
"ĠUn",
"ited"
],
[
"r",
"ing"
],
[
"Ġn",
"ame"
],
[
"ĠA",
"ll"
],
[
"Ġexperi",
"ences"
],
[
"ab",
"les"
],
[
"Ġc",
"irc"
],
[
"Ġm",
"en"
],
[
"op",
"h"
],
[
"Ġc",
"ost"
],
[
"Ġe",
"y"
],
[
"Ġ",
"0"
],
[
"Ġaw",
"ay"
],
[
"Ġgo",
"ing"
],
[
"ib",
"r"
],
[
"Ġn",
"atural"
],
[
"Ġmod",
"ern"
],
[
"on",
"es"
],
[
"Ġwork",
"ing"
],
[
"Ġn",
"et"
],
[
"Ġf",
"our"
],
[
"Ġem",
"ploy"
],
[
"e",
"xt"
],
[
"ful",
"ly"
],
[
"Ġadd",
"ition"
],
[
"Ġs",
"ound"
],
[
"1",
"0"
],
[
"Ġde",
"ep"
],
[
"aj",
"or"
],
[
"Ġf",
"ar"
],
[
"Ġ",
"."
],
[
"th",
"ough"
],
[
"Ġrec",
"ogn"
],
[
"ri",
"ed"
],
[
"Ġevery",
"one"
],
[
"Ġp",
"ut"
],
[
"Ġem",
"ot"
],
[
"Ġtyp",
"e"
],
[
"Ġgl",
"ob"
],
[
"Ġocc",
"ur"
],
[
"Ġwor",
"ds"
],
[
"Ġcol",
"l"
],
[
"Ġst",
"ories"
],
[
"i",
"res"
],
[
"ĠA",
"f"
],
[
"Ġrel",
"ig"
],
[
"Ġgrow",
"th"
],
[
"os",
"p"
],
[
"Ġcol",
"lect"
],
[
"ch",
"ie"
],
[
"Ġpre",
"vent"
],
[
"u",
"se"
],
[
"Ġf",
"ree"
],
[
"at",
"ch"
],
[
"er",
"c"
],
[
"Ġknow",
"ledge"
],
[
"us",
"h"
],
[
"Ġreg",
"ard"
],
[
"ip",
"le"
],
[
"Ġl",
"ater"
],
[
"Ġor",
"der"
],
[
"Ġlit",
"er"
],
[
"an",
"e"
],
[
"Ġb",
"ook"
],
[
"ut",
"es"
],
[
"Ġbe",
"gin"
],
[
"Ġquest",
"ions"
],
[
"c",
"ome"
],
[
"Ġsu",
"gg"
],
[
"at",
"ures"
],
[
"ly",
"ing"
],
[
"om",
"es"
],
[
"ĠE",
"urop"
],
[
"r",
"ate"
],
[
"Ġtechn",
"iques"
],
[
"th",
"s"
],
[
"Ġwhe",
"ther"
],
[
"Ġl",
"ow"
],
[
"Ġm",
"akes"
],
[
"in",
"ating"
],
[
"on",
"st"
],
[
"ure",
"d"
],
[
"ys",
"is"
],
[
"id",
"es"
],
[
"Ġin",
"n"
],
[
"Ġsp",
"ace"
],
[
"a",
"im"
],
[
"Ġb",
"ig"
],
[
"n",
"ed"
],
[
"Ġcommun",
"ities"
],
[
"Ġm",
"ot"
],
[
"'",
"ll"
],
[
"Ġcon",
"ditions"
],
[
"Ġl",
"ine"
],
[
"Ġris",
"k"
],
[
"ore",
"d"
],
[
"Ġcur",
"rent"
],
[
"Ġne",
"ver"
],
[
"Ġapp",
"ear"
],
[
"Ġ1",
"5"
],
[
"y",
"th"
],
[
"Ġwe",
"e"
],
[
"Ġcle",
"ar"
],
[
"Ġind",
"ust"
],
[
"ic",
"ult"
],
[
"Ġl",
"ove"
],
[
"Ġpat",
"tern"
],
[
"Ġle",
"ft"
],
[
"Ġg",
"ive"
],
[
"in",
"ary"
],
[
"Ġavail",
"able"
],
[
"Ġab",
"le"
],
[
"ĠS",
"c"
],
[
"se",
"qu"
],
[
"Ġthough",
"t"
],
[
"Ġeduc",
"ation"
],
[
"it",
"her"
],
[
"Ġn",
"ature"
],
[
"ĠS",
"ection"
],
[
"Ġs",
"ens"
],
[
"en",
"ed"
],
[
"an",
"ced"
],
[
"le",
"ment"
],
[
"Ġimpro",
"ve"
],
[
"re",
"ci"
],
[
"Ġ",
"##"
],
[
"ĠIn",
"st"
],
[
"Ġd",
"ig"
],
[
"ĠM",
"ore"
],
[
"Ġh",
"ig"
],
[
"au",
"gh"
],
[
"Ġpr",
"im"
],
[
"Ġg",
"iven"
],
[
"Ġauth",
"or"
],
[
"Ġh",
"old"
],
[
"stand",
"ing"
],
[
"Ġret",
"urn"
],
[
"ul",
"es"
],
[
"Ġsh",
"ort"
],
[
"one",
"y"
],
[
"g",
"ed"
],
[
"Ġneed",
"s"
],
[
"o",
"x"
],
[
"Ġpro",
"p"
],
[
"Ġc",
"r"
],
[
"ap",
"er"
],
[
"Ġlevel",
"s"
],
[
"Ġf",
"ost"
],
[
"Ġcult",
"ural"
],
[
"Ġc",
"ru"
],
[
"Ġt",
"ell"
],
[
"por",
"ary"
],
[
"Ġen",
"ough"
],
[
"is",
"ed"
],
[
"ĠSt",
"ates"
],
[
"at",
"ors"
],
[
"pl",
"ic"
],
[
"in",
"ts"
],
[
"Ġval",
"ue"
],
[
"f",
"ace"
],
[
"f",
"or"
],
[
"Ġsh",
"are"
],
[
"m",
"y"
],
[
"es",
"ts"
],
[
"ĠI",
"I"
],
[
"Ġsit",
"u"
],
[
"i",
"ver"
],
[
"Ġbl",
"ood"
],
[
"at",
"or"
],
[
"Ġg",
"round"
],
[
"p",
"ts"
],
[
"Ġmus",
"ic"
],
[
"ĠUn",
"iversity"
],
[
"Ġf",
"low"
],
[
"le",
"ction"
],
[
"Ġproble",
"m"
],
[
"p",
"r"
],
[
"Ġv",
"ol"
],
[
"ĠJ",
"oh"
],
[
",",
"âĢĿ"
],
[
"Ġm",
"ajor"
],
[
"Ġa",
"ge"
],
[
"Ġchang",
"es"
],
[
"le",
"t"
],
[
"Ġa",
"chie"
],
[
"Ġhelp",
"s"
],
[
"Ġcom",
"es"
],
[
"Ġint",
"eg"
],
[
"Ġpartic",
"ip"
],
[
"ir",
"d"
],
[
"Ġbec",
"ame"
],
[
"ĠE",
"ar"
],
[
"Ġtyp",
"es"
],
[
"Ġquest",
"ion"
],
[
"Ġhe",
"art"
],
[
"Ġcl",
"ose"
],
[
"ar",
"ies"
],
[
"ap",
"t"
],
[
"Ġapp",
"reci"
],
[
"o",
"ot"
],
[
"ĠB",
"l"
],
[
"Ġl",
"ay"
],
[
"du",
"ct"
],
[
"ul",
"ations"
],
[
"Ġme",
"et"
],
[
"Ġgrou",
"ps"
],
[
"er",
"y"
],
[
"al",
"ing"
],
[
"Ġproble",
"ms"
],
[
"en",
"ing"
],
[
"Ġc",
"ause"
],
[
"Ġv",
"ir"
],
[
"c",
"ap"
],
[
"Ġactiv",
"ities"
],
[
"Ġpract",
"ice"
],
[
"ic",
"le"
],
[
"Ġpre",
"v"
],
[
"f",
"er"
],
[
"Ġ1",
"2"
],
[
"Ġp",
"red"
],
[
"ĠS",
"y"
],
[
"Ġmem",
"bers"
],
[
"j",
"oy"
],
[
"n",
"ces"
],
[
"ĠM",
"ar"
],
[
"is",
"c"
],
[
"Ġrec",
"ord"
],
[
"Ġexpl",
"oring"
],
[
"Ġens",
"ure"
],
[
"Ġs",
"ays"
],
[
"av",
"or"
],
[
"Ġl",
"iving"
],
[
"ĠA",
"m"
],
[
"Ġl",
"ives"
],
[
"Ġallow",
"s"
],
[
"Ġem",
"p"
],
[
"Ġassoci",
"ated"
],
[
"Ġun",
"it"
],
[
"Ġpract",
"ices"
],
[
"Ġinst",
"ead"
],
[
"Ġ1",
"7"
],
[
"Ġinter",
"act"
],
[
"Ġrequ",
"ire"
],
[
"g",
"en"
],
[
"Ġenc",
"oura"
],
[
"s",
"p"
],
[
"ĠM",
"ay"
],
[
"ĠK",
"e"
],
[
"Ġs",
"ide"
],
[
"Ġc",
"ame"
],
[
"Ġf",
"und"
],
[
"ĠA",
"pp"
],
[
"Ġthem",
"selves"
],
[
"m",
"it"
],
[
"g",
"ing"
],
[
"Ġval",
"u"
],
[
"Ġfact",
"ors"
],
[
"pp",
"ed"
],
[
"ic",
"ient"
],
[
"Ġsom",
"etimes"
],
[
"ĠL",
"e"
],
[
"Ġtradition",
"al"
],
[
"Ġra",
"d"
],
[
"n",
"ot"
],
[
"sy",
"ch"
],
[
"o",
"f"
],
[
"Ġbuild",
"ing"
],
[
"Ġphys",
"ical"
],
[
"Ġex",
"c"
],
[
"Ġd",
"ays"
],
[
"our",
"s"
],
[
"m",
"in"
],
[
"Ġex",
"pect"
],
[
"Ġhistor",
"ical"
],
[
"are",
"n"
],
[
"Ġcons",
"um"
],
[
"u",
"ment"
],
[
"Ġev",
"ents"
],
[
"Ġ`",
"`"
],
[
"Ġem",
"erg"
],
[
"Ġrem",
"ember"
],
[
"Ġdise",
"ase"
],
[
"Ġsu",
"re"
],
[
"om",
"an"
],
[
"Ġcreat",
"ing"
],
[
"ach",
"ing"
],
[
"Ġcrit",
"ical"
],
[
"Ġr",
"ather"
],
[
"Ġy",
"et"
],
[
"Ġsoc",
"iety"
],
[
"om",
"m"
],
[
"Ġj",
"o"
],
[
"y",
"l"
],
[
"or",
"por"
],
[
"Ġto",
"ols"
],
[
"ac",
"hes"
],
[
"Ġs",
"al"
],
[
"Ġc",
"ust"
],
[
"Ġen",
"h"
],
[
"Ġinst",
"ance"
],
[
"Ġre",
"ally"
],
[
"Ġw",
"ond"
],
[
"Ġres",
"ults"
],
[
"Ġmod",
"el"
],
[
"at",
"ic"
],
[
"Ġins",
"p"
],
[
"a",
"f"
],
[
"ĠCh",
"apter"
],
[
"end",
"er"
],
[
"Ġpop",
"ular"
],
[
"Ġdiff",
"icult"
],
[
"Ġev",
"ent"
],
[
"c",
"hes"
],
[
"on",
"y"
],
[
"un",
"e"
],
[
"ĠE",
"m"
],
[
"Ġ``",
"`"
],
[
"Ġdesc",
"rib"
],
[
"Ġne",
"g"
],
[
"Ġpolit",
"ical"
],
[
"Ġf",
"ull"
],
[
"Ġc",
"ity"
],
[
"Ġar",
"r"
],
[
"Ġsu",
"per"
],
[
"imate",
"ly"
],
[
"Ġar",
"g"
],
[
"ĠW",
"ar"
],
[
"Ġmaterial",
"s"
],
[
"ren",
"g"
],
[
"ru",
"ction"
],
[
"ec",
"ially"
],
[
"Ġvalu",
"able"
],
[
"c",
"le"
],
[
"av",
"es"
],
[
"Ġh",
"y"
],
[
"em",
"porary"
],
[
"Ġf",
"asc"
],
[
"Ġtreat",
"ment"
],
[
"ove",
"red"
],
[
"Ġen",
"joy"
],
[
"Ġyour",
"self"
],
[
"ĠAf",
"ric"
],
[
"an",
"n"
],
[
"Ġmethod",
"s"
],
[
"Ġsim",
"ple"
],
[
"rodu",
"ction"
],
[
"Ġhow",
"ever"
],
[
"et",
"ic"
],
[
"Ġon",
"ce"
],
[
"Ġacc",
"ording"
],
[
"ed",
"i"
],
[
"ip",
"s"
],
[
"Ġf",
"ig"
],
[
"Ġon",
"line"
],
[
"Ġs",
"cience"
],
[
"Ġsu",
"m"
],
[
"Ġ1",
"6"
],
[
"Ġ",
"esp"
],
[
"w",
"are"
],
[
"ĠW",
"orld"
],
[
"ur",
"ity"
],
[
"Ġmean",
"ing"
],
[
"ĠA",
"ct"
],
[
"l",
"t"
],
[
"Ġn",
"orm"
],
[
"Ġcomp",
"et"
],
[
"ific",
"ation"
],
[
"Ġspec",
"ies"
],
[
"r",
"ated"
],
[
"âĢ",
"ĵ"
],
[
"ĠN",
"o"
],
[
"Ġcult",
"ure"
],
[
":",
"**"
],
[
"Ġbe",
"aut"
],
[
"Ġsur",
"round"
],
[
"Ġpl",
"ant"
],
[
"w",
"h"
],
[
"Ġoff",
"ic"
],
[
"s",
"w"
],
[
"le",
"x"
],
[
"Ġ",
"z"
],
[
"i",
"ol"
],
[
"g",
"o"
],
[
"ĠT",
"r"
],
[
"Ġcent",
"ury"
],
[
"Ġh",
"arm"
],
[
"ell",
"ing"
],
[
"Ġr",
"ights"
],
[
"ĠM",
"ed"
],
[
"Ġsy",
"m"
],
[
"Ġval",
"ues"
],
[
"Ġcount",
"ries"
],
[
"Ġb",
"al"
],
[
"Ġdet",
"ail"
],
[
"ak",
"en"
],
[
"Ġele",
"ments"
],
[
"Ġm",
"om"
],
[
"Ġinn",
"ov"
],
[
"Ġcap",
"t"
],
[
"Ġph",
"ot"
],
[
"ĠY",
"our"
],
[
"en",
"e"
],
[
"Ġcomple",
"te"
],
[
"ĠC",
"ent"
],
[
"Ġde",
"ath"
],
[
"Ġcomp",
"on"
],
[
"Ġn",
"ar"
],
[
"Ġper",
"cent"
],
[
"Ġsub",
"st"
],
[
"id",
"ed"
],
[
"Ġf",
"ield"
],
[
"ĠCon",
"t"
],
[
"Ġglob",
"al"
],
[
"ĠSt",
"ud"
],
[
"Ġtem",
"per"
],
[
"Ġcru",
"cial"
],
[
"Ġoff",
"er"
],
[
"ir",
"it"
],
[
"l",
"ight"
],
[
"Ġl",
"ive"
],
[
"y",
"ond"
],
[
"ĠJ",
"ust"
],
[
"ĠH",
"is"
],
[
"iv",
"al"
],
[
"Ġd",
"am"
],
[
"ĠUnder",
"standing"
],
[
"he",
"t"
],
[
"ĠâĢ",
"ĺ"
],
[
"Ġ",
"--"
],
[
"am",
"ed"
],
[
"Ġcont",
"ain"
],
[
"ĠM",
"an"
],
[
"ĠA",
"b"
],
[
"Ġa",
"im"
],
[
"Ġd",
"om"
],
[
"iv",
"il"
],
[
"Ġnecess",
"ary"
],
[
"Ġcon",
"cept"
],
[
"Ġ",
"vers"
],
[
"Ġmanag",
"ement"
],
[
"Ġdi",
"verse"
],
[
"ĠU",
"S"
],
[
"er",
"ous"
],
[
"ĠS",
"u"
],
[
"Ġst",
"reng"
],
[
"Ġref",
"lect"
],
[
"Ġesp",
"ecially"
],
[
"ra",
"ms"
],
[
"Ġt",
"erm"
],
[
"ĠR",
"em"
],
[
"it",
"es"
],
[
"Ġpos",
"itive"
],
[
"Ġopportun",
"ities"
],
[
"l",
"er"
],
[
"Ġexp",
"ress"
],
[
"Ġbe",
"gan"
],
[
"Ġjour",
"ney"
],
[
"Ġqu",
"ick"
],
[
")",
":"
],
[
"Ġte",
"xt"
],
[
"Ġsing",
"le"
],
[
"il",
"t"
],
[
"on",
"t"
],
[
"ĠC",
"ar"
],
[
"Ġcontin",
"ue"
],
[
"Ġh",
"ouse"
],
[
"le",
"y"
],
[
"Ġrese",
"arc"
],
[
"Ġp",
"ort"
],
[
"is",
"ing"
],
[
"Ġp",
"ay"
],
[
"Ġsu",
"ff"
],
[
"Ġanal",
"y"
],
[
"Ġdra",
"w"
],
[
"al",
"f"
],
[
"ĠB",
"rit"
],
[
"z",
"e"
],
[
"av",
"ig"
],
[
"Ġto",
"ok"
],
[
"ĠH",
"ave"
],
[
"Ġobs",
"erv"
],
[
"Ġdem",
"onst"
],
[
"Ġc",
"ra"
],
[
"ĠâĢ",
"Ķ"
],
[
"Ġrem",
"ain"
],
[
"Ġde",
"b"
],
[
"Ġbre",
"ak"
],
[
"Ġsub",
"ject"
],
[
"Ġincre",
"asing"
],
[
"Ġvar",
"i"
],
[
"at",
"ory"
],
[
"et",
"y"
],
[
"Ġm",
"ess"
],
[
"Ġm",
"or"
],
[
"Ġs",
"ent"
],
[
"ĠN",
"ational"
],
[
"Ġmark",
"et"
],
[
"ur",
"b"
],
[
"?",
"\""
],
[
"Ġcell",
"s"
],
[
"al",
"u"
],
[
"Ġcommun",
"ication"
],
[
"Ġbeh",
"ind"
],
[
"Ġhig",
"her"
],
[
"Ġ##",
"#"
],
[
"Ġstrateg",
"ies"
],
[
"ĠS",
"im"
],
[
"Ġg",
"ame"
],
[
"ric",
"t"
],
[
"Ġf",
"ace"
],
[
"i",
"os"
],
[
"Ġev",
"idence"
],
[
"Ġprovid",
"es"
],
[
"Ġbr",
"ing"
],
[
"Ġab",
"ove"
],
[
"Ġt",
"aking"
],
[
"Ġc",
"ut"
],
[
"Ġneed",
"ed"
],
[
"l",
"ike"
],
[
"Ġm",
"oney"
],
[
"Ġt",
"ar"
],
[
"Ġsu",
"st"
],
[
"ĠC",
"ons"
],
[
"Ġserv",
"ices"
],
[
"Ġus",
"ually"
],
[
"Ġc",
"oun"
],
[
"at",
"ives"
],
[
"1",
"8"
],
[
"Ġso",
"ft"
],
[
"Ġch",
"apter"
],
[
"il",
"es"
],
[
"av",
"ing"
],
[
"Ġeng",
"ine"
],
[
"ere",
"nce"
],
[
"ĠF",
"rom"
],
[
"Ġle",
"ast"
],
[
"**",
":"
],
[
"Ġent",
"ire"
],
[
"Ġs",
"at"
],
[
"Ġsugg",
"est"
],
[
"ep",
"end"
],
[
"ch",
"an"
],
[
"Ġqu",
"ality"
],
[
"ĠD",
"o"
],
[
"'",
"ve"
],
[
"Ġw",
"ind"
],
[
"m",
"a"
],
[
"m",
"ing"
],
[
"ct",
"ions"
],
[
"Ġtra",
"vel"
],
[
"Ġst",
"e"
],
[
"Ġd",
"oc"
],
[
"Ġl",
"ands"
],
[
"Ġse",
"en"
],
[
"Ġre",
"ason"
],
[
"Ġanal",
"ysis"
],
[
"Ġmult",
"iple"
],
[
"f",
"act"
],
[
"ot",
"t"
],
[
"Ġind",
"ic"
],
[
"ĠT",
"ra"
],
[
"Ġb",
"at"
],
[
"ĠH",
"ist"
],
[
"ĠF",
"in"
],
[
"iz",
"ations"
],
[
"Ġcl",
"aim"
],
[
"Ġcons",
"ist"
],
[
"Ġanim",
"als"
],
[
"Ġp",
"ath"
],
[
"ĠD",
"r"
],
[
"Ġtrans",
"form"
],
[
"Ġfre",
"qu"
],
[
"l",
"o"
],
[
"Ġide",
"a"
],
[
"ĠF",
"irst"
],
[
"ac",
"ks"
],
[
"Ġwor",
"d"
],
[
"ne",
"w"
],
[
"Ġe",
"th"
],
[
"Ġc",
"y"
],
[
"Ġa",
"ction"
],
[
"Ġenvironment",
"al"
],
[
"Ġb",
"ar"
],
[
"it",
"ud"
],
[
"Ġatt",
"ention"
],
[
"Ġstart",
"ed"
],
[
"Ġprom",
"ot"
],
[
"r",
"id"
],
[
"is",
"ions"
],
[
"w",
"w"
],
[
"ĠA",
"cc"
],
[
"er",
"ve"
],
[
"o",
"on"
],
[
"ĠC",
"our"
],
[
"Ġ19",
"8"
],
[
"ĠG",
"u"
],
[
"Ġte",
"ac"
],
[
"ci",
"ples"
],
[
"Ġpr",
"iv"
],
[
"ĠG",
"erm"
],
[
"Ġm",
"ach"
],
[
"Ġfasc",
"inating"
],
[
"e",
"ed"
],
[
"Ġpers",
"pect"
],
[
"1",
"2"
],
[
"em",
"s"
],
[
"en",
"n"
],
[
"end",
"s"
],
[
"Ġlead",
"ing"
],
[
"ĠO",
"nce"
],
[
"Ġcre",
"ated"
],
[
"Ġw",
"al"
],
[
"f",
"ect"
],
[
"Ġf",
"all"
],
[
"u",
"le"
],
[
"Ġstud",
"ies"
],
[
"Ġdo",
"ing"
],
[
"Ġpl",
"ants"
],
[
"Ġover",
"all"
],
[
"Ġeff",
"orts"
],
[
"Ġpattern",
"s"
],
[
"5",
"0"
],
[
"Ġar",
"ch"
],
[
"Ġab",
"s"
],
[
"ĠP",
"re"
],
[
"Ġthe",
"rap"
],
[
"or",
"ks"
],
[
"Ġimp",
"lement"
],
[
"ĠG",
"en"
],
[
"Ġl",
"oss"
],
[
"Ġsaf",
"e"
],
[
"Ġeffect",
"s"
],
[
"Ġperform",
"ance"
],
[
"Ġacc",
"ount"
],
[
"rop",
"ri"
],
[
"Ġmed",
"ical"
],
[
"ĠR",
"ep"
],
[
"Ġinc",
"orpor"
],
[
"im",
"ent"
],
[
"Ġappro",
"ach"
],
[
"Ġb",
"rain"
],
[
"Ġa",
"ud"
],
[
"Ġbe",
"yond"
],
[
"Ġe",
"ither"
],
[
"ĠJoh",
"n"
],
[
"Ġ1",
"4"
],
[
"h",
"ing"
],
[
"l",
"s"
],
[
"m",
"ost"
],
[
"ron",
"t"
],
[
"Ġb",
"ir"
],
[
"ĠP",
"r"
],
[
"read",
"y"
],
[
"Ġaspect",
"s"
],
[
"Ġ",
"X"
],
[
"l",
"am"
],
[
"Ġbehav",
"ior"
],
[
"w",
"ay"
],
[
"ĠW",
"ell"
],
[
"Ġpro",
"b"
],
[
"p",
"os"
],
[
"t",
"t"
],
[
"Ġcol",
"or"
],
[
"el",
"t"
],
[
"c",
"hed"
],
[
"Ġbro",
"ad"
],
[
"Ġst",
"ru"
],
[
"Ġc",
"e"
],
[
"ru",
"g"
],
[
"Ġpar",
"ts"
],
[
"Ġw",
"a"
],
[
"st",
"er"
],
[
"Ġmin",
"im"
],
[
"b",
"o"
],
[
"h",
"old"
],
[
"Ġj",
"ob"
],
[
"yth",
"on"
],
[
"Ġex",
"erc"
],
[
"ov",
"ed"
],
[
"Ġgu",
"id"
],
[
"Ġb",
"ra"
],
[
"Ġident",
"ify"
],
[
"Ġse",
"x"
],
[
"Ġr",
"ange"
],
[
"aren",
"ts"
],
[
"ur",
"s"
],
[
"ist",
"ance"
],
[
"g",
"round"
],
[
"ĠR",
"ec"
],
[
"m",
"ore"
],
[
"Ġst",
"ay"
],
[
"Ġcont",
"ext"
],
[
"p",
"ly"
],
[
"Ġs",
"ense"
],
[
"ir",
"ing"
],
[
"Ġparticular",
"ly"
],
[
"Ġ1",
"1"
],
[
"Ġcont",
"emporary"
],
[
"o",
"res"
],
[
"Ġimport",
"ance"
],
[
"un",
"g"
],
[
"olog",
"ies"
],
[
"Ġincre",
"ase"
],
[
"ĠAmeric",
"a"
],
[
"Ġg",
"e"
],
[
"Ġprodu",
"ction"
],
[
"Ġincre",
"ased"
],
[
"Ġsur",
"face"
],
[
"ĠG",
"e"
],
[
"pp",
"ing"
],
[
"Ġcor",
"re"
],
[
"Ġcoll",
"abor"
],
[
"n",
"ers"
],
[
"ĠT",
"od"
],
[
"S",
"t"
],
[
"Ġlike",
"ly"
],
[
"Ġu",
"t"
],
[
"Ġmat",
"ter"
],
[
"re",
"w"
],
[
"Ġd",
"est"
],
[
"ĠM",
"r"
],
[
"ĠM",
"any"
],
[
"Ġn",
"ut"
],
[
"Ġon",
"es"
],
[
"ĠP",
"ol"
],
[
"Ġre",
"d"
],
[
"ĠO",
"ver"
],
[
"Ġrelationship",
"s"
],
[
"le",
"b"
],
[
"an",
"cial"
],
[
"Ġp",
"aper"
],
[
"Ġtru",
"e"
],
[
"ail",
"y"
],
[
"Ġm",
"ic"
],
[
"Ġeffect",
"ive"
],
[
"Ġfor",
"ms"
],
[
"ut",
"h"
],
[
"en",
"c"
],
[
"Ġf",
"ail"
],
[
"Ġmill",
"ion"
],
[
"Ġw",
"in"
],
[
"s",
"h"
],
[
"k",
"now"
],
[
"Ġal",
"ready"
],
[
"Ġche",
"m"
],
[
"Ġm",
"ass"
],
[
"ĠP",
"e"
],
[
"f",
"ort"
],
[
"Ġt",
"as"
],
[
"uc",
"k"
],
[
"il",
"s"
],
[
"i",
"am"
],
[
"Ġdo",
"ct"
],
[
"ĠAs",
"s"
],
[
"ul",
"ate"
],
[
"um",
"p"
],
[
"op",
"s"
],
[
"Ġwho",
"le"
],
[
"Ġresearc",
"hers"
],
[
"Ġcomput",
"er"
],
[
"d",
"om"
],
[
"Ġan",
"n"
],
[
"is",
"es"
],
[
"Ġtar",
"get"
],
[
"et",
"er"
],
[
"Ġal",
"tern"
],
[
"Ġn",
"ational"
],
[
"Ġevery",
"thing"
],
[
"Ġre",
"v"
],
[
"r",
"or"
],
[
"ur",
"ch"
],
[
"Ġreg",
"ular"
],
[
"Ġre",
"pl"
],
[
"am",
"ple"
],
[
"Ġhe",
"av"
],
[
"m",
"ed"
],
[
"h",
"ib"
],
[
"Ġt",
"aken"
],
[
"ĠH",
"ere"
],
[
"o",
"int"
],
[
"Ġfl",
"u"
],
[
"Ġcomm",
"it"
],
[
"Ġc",
"ases"
],
[
"Ġbenef",
"its"
],
[
"ig",
"en"
],
[
"Ġgener",
"al"
],
[
"idd",
"le"
],
[
"Ġp",
"sych"
],
[
"Ġinvol",
"ved"
],
[
"n",
"al"
],
[
"Ġl",
"ower"
],
[
"y",
"le"
],
[
"an",
"cing"
],
[
"Ġab",
"ility"
],
[
"Ġ1",
"3"
],
[
"Ġeconom",
"ic"
],
[
"Ġproduct",
"s"
],
[
"Ġan",
"sw"
],
[
"Ġre",
"ve"
],
[
"are",
"nt"
],
[
"ĠSt",
"ep"
],
[
"Ġc",
"ook"
],
[
"ĠTod",
"ay"
],
[
"Ġpower",
"ful"
],
[
"ed",
"s"
],
[
"pl",
"ay"
],
[
"Ġact",
"ually"
],
[
"b",
"ased"
],
[
"Ġf",
"ive"
],
[
"h",
"ood"
],
[
"Ġext",
"ra"
],
[
"Ġpat",
"ients"
],
[
"ac",
"ed"
],
[
"ĠEng",
"lish"
],
[
"p",
"ro"
],
[
"Ġse",
"lect"
],
[
"Ġ",
"ver"
],
[
"is",
"on"
],
[
"Ġpop",
"ulation"
],
[
"yn",
"am"
],
[
"Ġint",
"rodu"
],
[
"ĠAd",
"dition"
],
[
"Ġv",
"ide"
],
[
"Ġtra",
"ining"
],
[
"Ġcon",
"duct"
],
[
"ĠP",
"res"
],
[
"Ġlead",
"ers"
],
[
"p",
"re"
],
[
"os",
"ing"
],
[
"ĠRes",
"ear"
],
[
"Ġins",
"ights"
],
[
"en",
"ced"
],
[
"Ġprovid",
"ed"
],
[
"Ġread",
"ing"
],
[
"Ġmed",
"ia"
],
[
"Ġf",
"avor"
],
[
"Ġit",
"self"
],
[
"Ġdec",
"ision"
],
[
"Ġtal",
"k"
],
[
"Ġpolic",
"y"
],
[
"ĠP",
"er"
],
[
"Ġd",
"one"
],
[
"ĠC",
"al"
],
[
"Ġins",
"ide"
],
[
"Ġthink",
"ing"
],
[
"Ġcust",
"om"
],
[
"Ġdesign",
"ed"
],
[
"ĠEar",
"th"
],
[
"Ġact",
"ivity"
],
[
"Ġdoes",
"n"
],
[
"Ġsust",
"ain"
],
[
"Ġpos",
"ition"
],
[
"Ġinvol",
"ves"
],
[
"Ġex",
"act"
],
[
"Ġp",
"ict"
],
[
"Ġcon",
"ce"
],
[
"Ã",
"©"
],
[
"a",
"i"
],
[
"ra",
"d"
],
[
"__",
"__"
],
[
"e",
"per"
],
[
"ĠS",
"oc"
],
[
"Ġl",
"ab"
],
[
"Ġvis",
"ual"
],
[
"Ġbo",
"oks"
],
[
"Ġn",
"avig"
],
[
"Ġcomp",
"any"
],
[
"Ġv",
"iol"
],
[
"Ġdist",
"rib"
],
[
"Ġl",
"ed"
],
[
"Ġse",
"par"
],
[
"Ġst",
"ress"
],
[
"ĠS",
"ec"
],
[
"ver",
"age"
],
[
"Ġ3",
"0"
],
[
"Ġconnect",
"ions"
],
[
"s",
"c"
],
[
"ous",
"ly"
],
[
"Ġsp",
"irit"
],
[
"her",
"n"
],
[
"ĠC",
"o"
],
[
"Ġrequ",
"ired"
],
[
"Ġcle",
"an"
],
[
"Ġask",
"ed"
],
[
"Ġg",
"ain"
],
[
"Ġcontrib",
"ute"
],
[
"Ġter",
"ms"
],
[
"Ġsym",
"pt"
],
[
"ĠIn",
"tern"
],
[
"Ġf",
"a"
],
[
"Ġe",
"c"
],
[
"ĠU",
"s"
],
[
"Ġm",
"ental"
],
[
"Ġs",
"ize"
],
[
"Ġaw",
"are"
],
[
"Ġsh",
"ared"
],
[
"Ġme",
"chan"
],
[
"ast",
"ic"
],
[
"ĠJ",
"ew"
],
[
"Ġide",
"as"
],
[
"ar",
"ily"
],
[
"if",
"t"
],
[
"Ġpress",
"ure"
],
[
"t",
"al"
],
[
"Ġde",
"g"
],
[
"Ġm",
"ilit"
],
[
"Ġc",
"ode"
],
[
"Ġfe",
"atures"
],
[
"Ġbelie",
"ve"
],
[
"Ġav",
"oid"
],
[
"ut",
"ed"
],
[
"Ġco",
"ol"
],
[
"Ġprog",
"ress"
],
[
"y",
"ing"
],
[
"ph",
"as"
],
[
"ow",
"s"
],
[
"Ġregard",
"ing"
],
[
"Ġwee",
"k"
],
[
"Ġhealth",
"y"
],
[
"es",
"e"
],
[
"Ġout",
"side"
],
[
"Ġprin",
"ciples"
],
[
"ub",
"lic"
],
[
"ĠN",
"orth"
],
[
"Ġinvest",
"ig"
],
[
"ĠS",
"outh"
],
[
"if",
"ically"
],
[
"Ġs",
"ources"
],
[
"ĠD",
"uring"
],
[
"Ġoff",
"ers"
],
[
"v",
"ant"
],
[
"Ġcl",
"imate"
],
[
"Ġprovid",
"ing"
],
[
"Ġcan",
"cer"
],
[
"ist",
"ics"
],
[
"Ġb",
"ur"
],
[
"Ġre",
"act"
],
[
"Ġd",
"ive"
],
[
"el",
"come"
],
[
"Ġpo",
"ints"
],
[
"le",
"ep"
],
[
"c",
"are"
],
[
"il",
"ies"
],
[
"1",
"1"
],
[
"Ġacc",
"ur"
],
[
"Ġlearn",
"ed"
],
[
"Ġdig",
"ital"
],
[
"Ġs",
"ource"
],
[
"ri",
"or"
],
[
"Ġbelie",
"f"
],
[
"Ġm",
"ag"
],
[
"Ġn",
"amed"
],
[
"Ġto",
"wn"
],
[
"Ġw",
"ide"
],
[
"Ġgreat",
"er"
],
[
"er",
"ation"
],
[
"Ġprocess",
"es"
],
[
"Ġl",
"a"
],
[
"ĠM",
"y"
],
[
"hen",
"s"
],
[
"Ġl",
"og"
],
[
"ograph",
"y"
],
[
"N",
"A"
],
[
"Ġst",
"ates"
],
[
"ic",
"i"
],
[
"ĠAl",
"though"
],
[
"m",
"on"
],
[
"Ġim",
"agine"
],
[
"Ġprog",
"rams"
],
[
"on",
"se"
],
[
"m",
"ber"
],
[
"p",
"id"
],
[
"Ġ",
"----------------"
],
[
"ĠF",
"urther"
],
[
"Ġsu",
"n"
],
[
"Ġwrit",
"ing"
],
[
"Ġth",
"reat"
],
[
"Ġt",
"akes"
],
[
"Ġredu",
"ce"
],
[
"Ġth",
"ing"
],
[
"Ġsim",
"ply"
],
[
"e",
"b"
],
[
"r",
"ating"
],
[
"it",
"ution"
],
[
"if",
"ul"
],
[
"Ġcan",
"not"
],
[
"ious",
"ly"
],
[
"um",
"b"
],
[
"Ġhum",
"ans"
],
[
"Ġam",
"ount"
],
[
"Ġd",
"aily"
],
[
"ĠQ",
"u"
],
[
"Ġshap",
"e"
],
[
"ĠHe",
"alth"
],
[
"Ġdid",
"n"
],
[
"r",
"im"
],
[
"Ġel",
"se"
],
[
"ac",
"hed"
],
[
"Ġcon",
"vers"
],
[
"v",
"al"
],
[
"is",
"ter"
],
[
"Ġopt",
"im"
],
[
"Ġh",
"ab"
],
[
"Ġapp",
"ropri"
],
[
"Ġo",
"il"
],
[
"Ġfin",
"ancial"
],
[
"it",
"ation"
],
[
"em",
"ic"
],
[
"Ġl",
"ot"
],
[
"Ġdisc",
"over"
],
[
"Ġno",
"vel"
],
[
"u",
"el"
],
[
"Ġserv",
"ice"
],
[
"re",
"g"
],
[
"Ġ19",
"7"
],
[
"Ġsaf",
"ety"
],
[
"pp",
"er"
],
[
"Ġass",
"ess"
],
[
"ag",
"ement"
],
[
"Ġd",
"iv"
],
[
"Ġ",
"rou"
],
[
"Ġc",
"at"
],
[
"r",
"ig"
],
[
"Ġwh",
"ite"
],
[
"Ġac",
"cept"
],
[
"Ġmed",
"ic"
],
[
"E",
"R"
],
[
"ĠRe",
"g"
],
[
"Ġde",
"eper"
],
[
"Ġstru",
"gg"
],
[
"j",
"ust"
],
[
"in",
"ct"
],
[
"ĠO",
"ur"
],
[
"ri",
"pt"
],
[
"Ġh",
"ours"
],
[
"ĠAddition",
"ally"
],
[
"a",
"e"
],
[
"ĠAr",
"t"
],
[
"ide",
"red"
],
[
"ĠB",
"ob"
],
[
"ĠR",
"o"
],
[
"Ġis",
"n"
],
[
"ĠRem",
"ember"
],
[
"Ġshow",
"s"
],
[
"Ġreg",
"ion"
],
[
"Ġc",
"ross"
],
[
"Ġorig",
"inal"
],
[
"Ġbec",
"omes"
],
[
"Ġp",
"arents"
],
[
"i",
"ence"
],
[
"Ġ",
"i"
],
[
"en",
"ge"
],
[
"ĠH",
"er"
],
[
"ĠN",
"ot"
],
[
"Ġg",
"reen"
],
[
"Ġconf",
"lic"
],
[
"Ġrelig",
"ious"
],
[
"he",
"l"
],
[
"Ġcharact",
"ers"
],
[
"Ġim",
"age"
],
[
"Ġrem",
"ains"
],
[
"Ġachie",
"ve"
],
[
"ĠCom",
"p"
],
[
"Ġstruct",
"ure"
],
[
"Ġc",
"amp"
],
[
"rough",
"t"
],
[
"Ġg",
"ot"
],
[
"Ġa",
"p"
],
[
"Ġlook",
"ing"
],
[
"Ġcomp",
"an"
],
[
"i",
"ation"
],
[
"W",
"h"
],
[
"Ġf",
"ram"
],
[
"Ġl",
"ate"
],
[
"Ġv",
"o"
],
[
"r",
"ast"
],
[
"Ġpre",
"p"
],
[
"Ġrec",
"ent"
],
[
"Ġbl",
"ack"
],
[
"Ġtr",
"ust"
],
[
"ĠMore",
"over"
],
[
"d",
"en"
],
[
"Ġd",
"ynam"
],
[
"Ġdevelop",
"ed"
],
[
"Ġsy",
"mb"
],
[
"Ġh",
"alf"
],
[
"Ġear",
"l"
],
[
"o",
"very"
],
[
"Ġs",
"low"
],
[
"Ġmove",
"ment"
],
[
"Ġn",
"ight"
],
[
"Ġrequ",
"ires"
],
[
"um",
"e"
],
[
"Ġwrit",
"ten"
],
[
"Ġpre",
"c"
],
[
"ĠY",
"ork"
],
[
"Ġcal",
"c"
],
[
"it",
"le"
],
[
"Ġapplic",
"ations"
],
[
"Ġw",
"ent"
],
[
"Ġf",
"ire"
],
[
"od",
"ies"
],
[
"om",
"ing"
],
[
"Ġstep",
"s"
],
[
"Ġhe",
"ard"
],
[
"Ġce",
"leb"
],
[
"Ġmon",
"ths"
],
[
"Ġs",
"ite"
],
[
"Ġcons",
"idered"
],
[
"it",
"or"
],
[
"min",
"ist"
],
[
"ill",
"ing"
],
[
"Ġf",
"em"
],
[
"ĠInt",
"roduction"
],
[
"Ġtry",
"ing"
],
[
"ic",
"les"
],
[
"Ġsoc",
"iet"
],
[
"b",
"on"
],
[
"Ġan",
"cient"
],
[
"2",
"00"
],
[
"Ġsp",
"read"
],
[
"or",
"ation"
],
[
"Ġc",
"ivil"
],
[
"Ġmeas",
"ure"
],
[
"Ġev",
"alu"
],
[
"Ġd",
"rug"
],
[
"Ġrel",
"ated"
],
[
"Ġsympt",
"oms"
],
[
"ap",
"an"
],
[
"Ġrec",
"omm"
],
[
"Ġident",
"ity"
],
[
"ĠM",
"e"
],
[
"ers",
"on"
],
[
"Ġgrow",
"ing"
],
[
"Ġwe",
"ight"
],
[
"Ġsur",
"v"
],
[
"Ġ",
"x"
],
[
"Ġr",
"ate"
],
[
"Ġcompon",
"ents"
],
[
"ĠP",
"ar"
],
[
"ve",
"re"
],
[
"Ġinflu",
"ence"
],
[
"Ġt",
"ri"
],
[
"ac",
"c"
],
[
"ĠAn",
"other"
],
[
"ĠA",
"g"
],
[
"Ġr",
"ich"
],
[
"Ġw",
"arm"
],
[
"al",
"es"
],
[
"Ġth",
"r"
],
[
"Ġh",
"ands"
],
[
"il",
"os"
],
[
"ĠE",
"ach"
],
[
"Ġs",
"qu"
],
[
"Ġfe",
"ed"
],
[
"Ġser",
"ies"
],
[
"Ġag",
"re"
],
[
"ĠA",
"ust"
],
[
"Ġestab",
"lish"
],
[
"Ġad",
"vent"
],
[
"Ġcon",
"dition"
],
[
"Ġem",
"phas"
],
[
"Ġbe",
"low"
],
[
"Ġc",
"it"
],
[
"Ġsurround",
"ing"
],
[
"Ġset",
"t"
],
[
"ie",
"ce"
],
[
"Ġsk",
"in"
],
[
"ĠAl",
"ice"
],
[
"Ġad",
"apt"
],
[
"Ġstud",
"ent"
],
[
"Ġhe",
"at"
],
[
"Ġrespons",
"ible"
],
[
"re",
"me"
],
[
"Ġind",
"epend"
],
[
"Ġintern",
"ational"
],
[
"ord",
"er"
],
[
"igen",
"ous"
],
[
"ĠAcc",
"ording"
],
[
"it",
"able"
],
[
"\"",
"."
],
[
"h",
"aps"
],
[
"erv",
"ation"
],
[
"Ġ",
"+"
],
[
"Ġj",
"ud"
],
[
"t",
"ies"
],
[
"Ġquick",
"ly"
],
[
"Ġallow",
"ing"
],
[
"Ġr",
"ules"
],
[
"Ġindust",
"ry"
],
[
"Ġschool",
"s"
],
[
"3",
"0"
],
[
"Ġcont",
"act"
],
[
"Ġ",
"ri"
],
[
"Ġcomp",
"ared"
],
[
"ens",
"ive"
],
[
".",
")"
],
[
"Ġb",
"ound"
],
[
"Ġdevelop",
"ing"
],
[
"Ġprodu",
"ce"
],
[
"Ġf",
"arm"
],
[
"Ġto",
"ld"
],
[
"/",
"/"
],
[
"Ġfam",
"ilies"
],
[
"ĠD",
"ep"
],
[
"Ġf",
"ish"
],
[
"Ġsuccess",
"ful"
],
[
"Ġu",
"lt"
],
[
"ĠCan",
"ad"
],
[
"in",
"c"
],
[
"Ġw",
"ild"
],
[
"Ġf",
"ul"
],
[
"ch",
"ol"
],
[
"u",
"ff"
],
[
"Ġsh",
"all"
],
[
"Ġpl",
"at"
],
[
"al",
"y"
],
[
"es",
"tern"
],
[
"act",
"er"
],
[
"he",
"ad"
],
[
"nd",
"s"
],
[
"Ġlands",
"cap"
],
[
"p",
"ose"
],
[
"iz",
"es"
],
[
"em",
"ents"
],
[
"Ġper",
"fect"
],
[
"Ġey",
"es"
],
[
"Ġbeaut",
"iful"
],
[
"Ġst",
"ar"
],
[
"Ġresp",
"onse"
],
[
"ĠH",
"ar"
],
[
"art",
"ment"
],
[
"Ġag",
"o"
],
[
"Ġbu",
"ilt"
],
[
"is",
"ms"
],
[
"ĠP",
"art"
],
[
"Ġcontin",
"ued"
],
[
"Ġnum",
"bers"
],
[
"Ġser",
"ve"
],
[
"ial",
"s"
],
[
"Ġh",
"ope"
],
[
"Ġus",
"es"
],
[
"ĠCon",
"clusion"
],
[
"Ġmilit",
"ary"
],
[
"Ġs",
"ix"
],
[
"ĠJ",
"apan"
],
[
"Ġiss",
"ue"
],
[
"res",
"h"
],
[
"Ġl",
"ink"
],
[
"ag",
"ed"
],
[
"Ġ19",
"6"
],
[
"Ġdec",
"ided"
],
[
"row",
"n"
],
[
"Ġvis",
"it"
],
[
"ĠResear",
"ch"
],
[
"Ġsec",
"urity"
],
[
"Ġeas",
"y"
],
[
"Ġconce",
"pts"
],
[
"Ġf",
"air"
],
[
"Ġapp",
"e"
],
[
"Ġconcer",
"ns"
],
[
"a",
"ff"
],
[
"Ġin",
"j"
],
[
"Ġu",
"nd"
],
[
"ĠW",
"ill"
],
[
"Ġatt",
"em"
],
[
"Ġre",
"view"
],
[
"Ġscient",
"ists"
],
[
"ad",
"es"
],
[
"Ġsignificant",
"ly"
],
[
"il",
"le"
],
[
"Ġget",
"ting"
],
[
"T",
"h"
],
[
"ens",
"ion"
],
[
"Ġst",
"ra"
],
[
"Ġl",
"ibr"
],
[
"Ġpro",
"te"
],
[
"ie",
"f"
],
[
"Ġliter",
"ature"
],
[
"Ġc",
"op"
],
[
"Ġprim",
"ary"
],
[
"ĠSt",
"ate"
],
[
"Ġt",
"ax"
],
[
"ĠT",
"w"
],
[
"1",
"5"
],
[
"Ġstruct",
"ures"
],
[
"Ġal",
"most"
],
[
"Ġs",
"ection"
],
[
"Ġ",
"ing"
],
[
"Ġro",
"b"
],
[
"Ġs",
"il"
],
[
"ĠEurop",
"e"
],
[
"Ġorgan",
"izations"
],
[
"Ġso",
"on"
],
[
"Ġnet",
"work"
],
[
"Ġcon",
"c"
],
[
"Ġh",
"on"
],
[
"c",
"he"
],
[
"Ġro",
"om"
],
[
"ol",
"es"
],
[
"ĠThe",
"n"
],
[
"Ġchall",
"enge"
],
[
"ĠD",
"es"
],
[
"Ġl",
"if"
],
[
"Ġm",
"is"
],
[
"Ġg",
"as"
],
[
"Ġnum",
"erous"
],
[
"ron",
"ic"
],
[
"Ġinclud",
"es"
],
[
"Ġfor",
"ce"
],
[
"ren",
"ch"
],
[
"in",
"ated"
],
[
"Ġh",
"or"
],
[
"ĠChrist",
"ian"
],
[
"Ġleg",
"al"
],
[
"Ġcon",
"clusion"
],
[
"r",
"ight"
],
[
"Ġens",
"uring"
],
[
"ĠBrit",
"ish"
],
[
"it",
"ect"
],
[
"Ġsh",
"aring"
],
[
"e",
"qu"
],
[
"igh",
"b"
],
[
"Ġdes",
"p"
],
[
"ĠCh",
"ar"
],
[
"ĠM",
"od"
],
[
"Ġcont",
"ent"
],
[
"Ġf",
"illed"
],
[
"ur",
"ies"
],
[
"Ġse",
"ason"
],
[
"ce",
"ed"
],
[
"Ġad",
"op"
],
[
"Ġthe",
"ory"
],
[
"Ġcol",
"le"
],
[
"A",
"S"
],
[
"Ġp",
"le"
],
[
"ell",
"ow"
],
[
"Ġlong",
"er"
],
[
"Ġref",
"er"
],
[
"Ġapp",
"l"
],
[
"Ġbas",
"ic"
],
[
"1",
"6"
],
[
"Ġet",
"c"
],
[
"ci",
"ous"
],
[
"ĠFurther",
"more"
],
[
"Ġm",
"ix"
],
[
"os",
"is"
],
[
"iel",
"ds"
],
[
"u",
"ing"
],
[
"le",
"ar"
],
[
"Ġb",
"reat"
],
[
"he",
"mat"
],
[
"Ġexact",
"ly"
],
[
"Ġqu",
"ite"
],
[
"Ġhe",
"ld"
],
[
"'",
"m"
],
[
"Ġsc",
"en"
],
[
"ch",
"ing"
],
[
"in",
"y"
],
[
"Ġcomp",
"re"
],
[
"ve",
"y"
],
[
"Ġsa",
"w"
],
[
"Ġlaw",
"s"
],
[
"ath",
"y"
],
[
"Ġd",
"og"
],
[
"Ġtemper",
"ature"
],
[
"u",
"ments"
],
[
"Ġs",
"us"
],
[
"Ġor",
"d"
],
[
"Ġst",
"ri"
],
[
"Ġbal",
"ance"
],
[
"Ġart",
"icle"
],
[
"ult",
"ural"
],
[
"Ġh",
"ar"
],
[
"ĠUn",
"it"
],
[
"ĠM",
"us"
],
[
"Ġl",
"ines"
],
[
"ell",
"ig"
],
[
"ĠO",
"f"
],
[
"ĠW",
"elcome"
],
[
"Ġestab",
"lished"
],
[
"ĠEx",
"pl"
],
[
"Ġwe",
"bs"
],
[
"ĠM",
"in"
],
[
"ĠThe",
"ir"
],
[
"ro",
"l"
],
[
"w",
"here"
],
[
"d",
"ing"
],
[
"all",
"s"
],
[
"Ġche",
"ck"
],
[
"Ġ",
"Â"
],
[
"ĠBe",
"fore"
],
[
"Ġhim",
"self"
],
[
"Ġplat",
"form"
],
[
"Ġill",
"ust"
],
[
"r",
"ong"
],
[
"Ġf",
"ru"
],
[
"Ġto",
"tal"
],
[
"Ġf",
"ight"
],
[
"l",
"ation"
],
[
"oun",
"ts"
],
[
"Ġplay",
"ing"
],
[
"Ġp",
"ack"
],
[
"ĠF",
"l"
],
[
"ĠIn",
"ter"
],
[
"ĠK",
"ing"
],
[
"ative",
"ly"
],
[
"enc",
"ies"
],
[
"Ġcommun",
"ic"
],
[
"ĠS",
"m"
],
[
"Ġaddition",
"al"
],
[
"i",
"ec"
],
[
"or",
"g"
],
[
"Ġs",
"leep"
],
[
"Ġspe",
"ak"
],
[
"Ġwant",
"ed"
],
[
"vent",
"ion"
],
[
"Ġd",
"ed"
],
[
"Ġeng",
"aging"
],
[
"vers",
"ity"
],
[
"Ġapplic",
"ation"
],
[
"Ġact",
"ions"
],
[
"Ġ2",
"5"
],
[
"Ġco",
"ver"
],
[
"Ġfor",
"ces"
],
[
"ĠO",
"ther"
],
[
"os",
"ition"
],
[
"Ġappropri",
"ate"
],
[
"ĠE",
"ven"
],
[
"ĠN",
"e"
],
[
"Ġsm",
"o"
],
[
"ir",
"m"
],
[
"Ġm",
"other"
],
[
"ĠTe",
"chn"
],
[
"A",
"T"
],
[
"Ġm",
"agn"
],
[
"an",
"ks"
],
[
"ĠE",
"d"
],
[
"A",
"R"
],
[
"1",
"7"
],
[
"g",
"ar"
],
[
"am",
"ples"
],
[
"Ġtrans",
"port"
],
[
"Ġw",
"on"
],
[
"o",
"es"
],
[
"Ġf",
"it"
],
[
"Ġvide",
"o"
],
[
":",
"//"
],
[
"ol",
"l"
],
[
"Ġpub",
"lished"
],
[
"Ġscient",
"ific"
],
[
"Ġ",
"#"
],
[
"Ġmin",
"utes"
],
[
"Ġdev",
"ices"
],
[
"Ġwh",
"ose"
],
[
"Ġcorre",
"ct"
],
[
"Ġk",
"ids"
],
[
"Ġ1",
"00"
],
[
"Ġstand",
"ard"
],
[
"Ġmom",
"ent"
],
[
"ul",
"ated"
],
[
"Ġadd",
"ed"
],
[
"Ġm",
"ention"
],
[
"Ġs",
"n"
],
[
"Ġse",
"arch"
],
[
"ici",
"ency"
],
[
"p",
"e"
],
[
"ib",
"er"
],
[
"ili",
"ar"
],
[
"Ġus",
"er"
],
[
"ĠB",
"o"
],
[
"t",
"ime"
],
[
"ĠEurop",
"ean"
],
[
"w",
"ide"
],
[
"u",
"fact"
],
[
"Ġact",
"ive"
],
[
"Ġimm",
"edi"
],
[
"Ġb",
"rought"
],
[
"Ġne",
"ighb"
],
[
"Ġcaus",
"ed"
],
[
"Ġearl",
"ier"
],
[
"itud",
"e"
],
[
"1",
"4"
],
[
"Ġprom",
"ote"
],
[
"E",
"S"
],
[
"Ġdi",
"agn"
],
[
"Ġv",
"ia"
],
[
"Ġd",
"ou"
],
[
"ed",
"eral"
],
[
"Ġproject",
"s"
],
[
"Ġchem",
"ical"
],
[
"Ġany",
"thing"
],
[
"Ġim",
"ag"
],
[
"re",
"et"
],
[
"Ġl",
"at"
],
[
"ter",
"m"
],
[
"o",
"or"
],
[
"ĠE",
"l"
],
[
"Ġcult",
"ures"
],
[
"ur",
"g"
],
[
"Ġspec",
"ifically"
],
[
"ĠFin",
"ally"
],
[
"Ġemb",
"ra"
],
[
"Ġdisc",
"overed"
],
[
"Ġh",
"ost"
],
[
"as",
"ons"
],
[
"ĠWh",
"y"
],
[
"Ġdel",
"ve"
],
[
"Ġe",
"p"
],
[
"Ġm",
"iss"
],
[
"Ġg",
"ames"
],
[
"Ġeffect",
"ively"
],
[
"Ġf",
"oot"
],
[
"Ġan",
"g"
],
[
"ĠJ",
"u"
],
[
"om",
"et"
],
[
"us",
"ed"
],
[
"Ġobject",
"s"
],
[
"Ġfor",
"ward"
],
[
"Ġdec",
"isions"
],
[
"Ġpe",
"ace"
],
[
"Ġf",
"inal"
],
[
"i",
"ers"
],
[
"Ġinst",
"all"
],
[
"Ġread",
"ers"
],
[
"ect",
"ed"
],
[
"ol",
"ic"
],
[
"Ġcit",
"iz"
],
[
"Ġth",
"ous"
],
[
"Ġf",
"ear"
],
[
"iec",
"es"
],
[
"g",
"est"
],
[
"Ġp",
"rior"
],
[
"Ġinvol",
"ve"
],
[
"Ġb",
"it"
],
[
"Ġs",
"ect"
],
[
"b",
"ack"
],
[
"Ġpat",
"ient"
],
[
"Ġconn",
"ection"
],
[
"du",
"c"
],
[
"1",
"3"
],
[
"ĠCh",
"ina"
],
[
"ough",
"t"
],
[
"ĠD",
"is"
],
[
"Ġl",
"ived"
],
[
"Ġvir",
"t"
],
[
"Ġsoft",
"ware"
],
[
"Ġlar",
"ger"
],
[
"Ġdoc",
"ument"
],
[
"Ġear",
"th"
],
[
"Ġ19",
"4"
],
[
"Ġdiffere",
"nces"
],
[
"Ġref",
"ers"
],
[
"l",
"ife"
],
[
"Ġinter",
"p"
],
[
"Ġsol",
"utions"
],
[
"Ġp",
"an"
],
[
"Ġv",
"ict"
],
[
"Ġcom",
"fort"
],
[
"Ġ",
"/"
],
[
"Ġf",
"at"
],
[
"Ġim",
"ages"
],
[
"Ġinc",
"l"
],
[
"Ġdam",
"age"
],
[
"go",
"ing"
],
[
"ĠG",
"l"
],
[
"Ġatt",
"ack"
],
[
"Ġsitu",
"ation"
],
[
"ce",
"ll"
],
[
"ĠC",
"ur"
],
[
"ĠC",
"he"
],
[
"ad",
"s"
],
[
"os",
"ure"
],
[
"Ġf",
"elt"
],
[
"re",
"l"
],
[
"i",
"ra"
],
[
"Ġg",
"ender"
],
[
"o",
"ly"
],
[
"Ġpl",
"ays"
],
[
"Ġs",
"old"
],
[
"ĠTr",
"ans"
],
[
"Ġpl",
"aces"
],
[
"Ġsh",
"own"
],
[
"Ġfost",
"ering"
],
[
"it",
"ute"
],
[
"u",
"ge"
],
[
"esp",
"ite"
],
[
"Ġdef",
"in"
],
[
"Ġre",
"ach"
],
[
"Ġdi",
"et"
],
[
"Ġcompan",
"ies"
],
[
"I",
"D"
],
[
"Ġ",
"..."
],
[
"ĠS",
"chool"
],
[
"Ġph",
"ilos"
],
[
"Ġt",
"able"
],
[
"Ġfavor",
"ite"
],
[
"Ġ5",
"0"
],
[
"ĠB",
"ar"
],
[
"ĠF",
"rench"
],
[
"Ġfeel",
"ings"
],
[
"ĠM",
"ost"
],
[
"Ġinit",
"i"
],
[
"Ġcour",
"t"
],
[
"!",
"\""
],
[
"ĠR",
"uss"
],
[
"Ġhealth",
"care"
],
[
"Ġmod",
"els"
],
[
"ĠD",
"on"
],
[
"Ġit",
"ems"
],
[
"Ġnar",
"rat"
],
[
"an",
"a"
],
[
"ab",
"ilities"
],
[
"Ġpro",
"ced"
],
[
"Ġve",
"get"
],
[
"Ġdist",
"inct"
],
[
"Ġresp",
"ond"
],
[
"Ġgo",
"als"
],
[
"ere",
"nces"
],
[
"Ġso",
"il"
],
[
"Ġmaintain",
"ing"
],
[
"Ġprofess",
"ional"
],
[
"Ġf",
"ront"
],
[
"Ġconst",
"ruct"
],
[
"Ġw",
"ood"
],
[
"ĠD",
"espite"
],
[
"hip",
"s"
],
[
"Ġanim",
"al"
],
[
"Ġless",
"ons"
],
[
"Ġopt",
"ions"
],
[
"r",
"ial"
],
[
"ou",
"d"
],
[
"ĠDe",
"velop"
],
[
"Ġappreci",
"ate"
],
[
"Ġth",
"ird"
],
[
"Ġra",
"pid"
],
[
"eng",
"th"
],
[
"c",
"ks"
],
[
"Ġmem",
"ory"
],
[
"Ġdev",
"ice"
],
[
"in",
"o"
],
[
"Ġth",
"us"
],
[
"Ġp",
"iece"
],
[
"Ġc",
"ore"
],
[
"el",
"ines"
],
[
"w",
"ise"
],
[
"Ġcho",
"ose"
],
[
"Ġacc",
"om"
],
[
"Ġnorm",
"al"
],
[
"Ġeas",
"ily"
],
[
"Ġchalleng",
"ing"
],
[
"ĠC",
"ount"
],
[
"m",
"ar"
],
[
"Ġto",
"ol"
],
[
"Ġc",
"am"
],
[
"Ġeff",
"icient"
],
[
"Ġl",
"ost"
],
[
"Ġqu",
"ant"
],
[
"Ġemot",
"ional"
],
[
"Ġcon",
"sequ"
],
[
"Ġdem",
"and"
],
[
"n",
"a"
],
[
"ound",
"s"
],
[
"ra",
"g"
],
[
"ur",
"t"
],
[
"Ġfun",
"ctions"
],
[
"Ġexam",
"ples"
],
[
"Ġh",
"ot"
],
[
"Ġus",
"ers"
],
[
"Ġback",
"ground"
],
[
"Ġdiffere",
"nce"
],
[
"ĠComm",
"un"
],
[
"Ġwrit",
"e"
],
[
"ĠA",
"c"
],
[
"ĠSim",
"ilar"
],
[
"Ġexp",
"and"
],
[
"Ġdesp",
"ite"
],
[
"Ġgo",
"al"
],
[
"Ġgra",
"ph"
],
[
"Ġm",
"aster"
],
[
"ĠĠĠĠ",
"ĠĠĠ"
],
[
"ro",
"om"
],
[
"ĠF",
"ran"
],
[
"ĠJ",
"es"
],
[
"ra",
"el"
],
[
"Ġf",
"resh"
],
[
"Ġpred",
"ict"
],
[
"Ġey",
"e"
],
[
"Ġd",
"ial"
],
[
"ĠM",
"on"
],
[
"ord",
"ers"
],
[
"Ġw",
"atch"
],
[
"Ġlim",
"ited"
],
[
"Ġcol",
"on"
],
[
"Ġex",
"ec"
],
[
"am",
"b"
],
[
"plic",
"ations"
],
[
"Ġev",
"ol"
],
[
"Ġpolic",
"ies"
],
[
"over",
"n"
],
[
"Ġart",
"ists"
],
[
"r",
"ance"
],
[
"Ġproper",
"ty"
],
[
"Ġto",
"ward"
],
[
"Ġthough",
"ts"
],
[
"Ġc",
"ou"
],
[
"Ġ",
"ir"
],
[
"Ġfa",
"ith"
],
[
"Ġreport",
"ed"
],
[
"Ġcap",
"ital"
],
[
"ĠJ",
"an"
],
[
"Ġc",
"red"
],
[
"Ġtechn",
"ologies"
],
[
"com",
"es"
],
[
"Ġequ",
"ip"
],
[
"Ġn",
"ation"
],
[
"Ġperspect",
"ives"
],
[
"Ġf",
"ather"
],
[
"y",
"m"
],
[
"Ġarch",
"itect"
],
[
"ĠAfric",
"an"
],
[
"an",
"cy"
],
[
"z",
"z"
],
[
"Ġpromot",
"ing"
],
[
"Ġfore",
"st"
],
[
"Ġmic",
"ro"
],
[
"Ġ2",
"4"
],
[
"Ġtyp",
"ically"
],
[
"Ġr",
"ates"
],
[
"Ġg",
"ir"
],
[
"Ġex",
"cept"
],
[
"Ġb",
"ill"
],
[
"Ġinterest",
"ing"
],
[
"Ġadv",
"ant"
],
[
"Ġman",
"ufact"
],
[
"Ġl",
"ack"
],
[
"Ġcaus",
"es"
],
[
"Ġd",
"ang"
],
[
"it",
"er"
],
[
"Ġelect",
"ric"
],
[
"Ġcar",
"ry"
],
[
"Ġprofess",
"ion"
],
[
"Ġfe",
"et"
],
[
"Ġrele",
"vant"
],
[
"in",
"ate"
],
[
"Ġrece",
"ived"
],
[
"Ġeng",
"age"
],
[
"O",
"N"
],
[
"w",
"orks"
],
[
"Ġplan",
"ning"
],
[
"Ġpur",
"pose"
],
[
"Ġc",
"ateg"
],
[
"se",
"c"
],
[
"l",
"im"
],
[
"Ġhe",
"ar"
],
[
"Ġb",
"ase"
],
[
"Ġv",
"ital"
],
[
"Ġd",
"ark"
],
[
"Ġinc",
"red"
],
[
"Ġon",
"to"
],
[
"in",
"ks"
],
[
"Ġexpl",
"ain"
],
[
"Ġnarrat",
"ives"
],
[
"ĠP",
"at"
],
[
"Ġappro",
"aches"
],
[
"ĠG",
"o"
],
[
"Ġm",
"ount"
],
[
"Ġad",
"minist"
],
[
"g",
"or"
],
[
"az",
"ing"
],
[
"Ġshap",
"ing"
],
[
"Ġg",
"ard"
],
[
"Ġaut",
"om"
],
[
"h",
"a"
],
[
"Ġp",
"age"
],
[
"Ġd",
"en"
],
[
"Ġb",
"ad"
],
[
"ber",
"t"
],
[
"Ġp",
"ow"
],
[
"Ġte",
"ach"
],
[
"Ġres",
"id"
],
[
"Ġw",
"oman"
],
[
"ult",
"ure"
],
[
"augh",
"t"
],
[
"Ġd",
"at"
],
[
"Ġin",
"put"
],
[
"Ġ",
"es"
],
[
"m",
"ission"
],
[
"Ġmeas",
"ures"
],
[
"Ġse",
"qu"
],
[
"r",
"s"
],
[
"Ġnew",
"s"
],
[
"ax",
"im"
],
[
"r",
"ates"
],
[
"ĠS",
"om"
],
[
"um",
"an"
],
[
"Ġposs",
"ess"
],
[
"Ġac",
"qu"
],
[
"Ġmach",
"ine"
],
[
"Ġut",
"il"
],
[
"u",
"it"
],
[
"ing",
"u"
],
[
"ash",
"ing"
],
[
"Ġbusiness",
"es"
],
[
"Ġgener",
"ations"
],
[
"Ġadv",
"ance"
],
[
"Ġl",
"abor"
],
[
"as",
"ts"
],
[
"ĠG",
"ree"
],
[
"Ġcontro",
"ll"
],
[
"Ġtra",
"de"
],
[
"Ġinclud",
"ed"
],
[
"ĠIs",
"rael"
],
[
"Ġwond",
"er"
],
[
"ĠB",
"ec"
],
[
"Ġpol",
"l"
],
[
"ify",
"ing"
],
[
"ĠA",
"ug"
],
[
"Ġf",
"ile"
],
[
"ĠS",
"ince"
],
[
"Ġcent",
"ral"
],
[
"ĠS",
"w"
],
[
"Ġaltern",
"ative"
],
[
"ĠG",
"ra"
],
[
"re",
"st"
],
[
"Ġprob",
"ably"
],
[
"e",
"v"
],
[
"Ġtra",
"ditions"
],
[
"Ġb",
"odies"
],
[
"Ġcost",
"s"
],
[
"ĠAust",
"ral"
],
[
"Ġc",
"ard"
],
[
"Ġplay",
"ed"
],
[
"Ġfil",
"m"
],
[
"ci",
"pl"
],
[
"Ġexerc",
"ise"
],
[
"Ġp",
"ieces"
],
[
"ĠR",
"ed"
],
[
"ĠA",
"re"
],
[
"Ġprot",
"ection"
],
[
"z",
"ing"
],
[
"Ġqu",
"al"
],
[
"Ġdeterm",
"ine"
],
[
"et",
"her"
],
[
"Ġset",
"ting"
],
[
"on",
"om"
],
[
"ĠInd",
"ia"
],
[
"Ġdis",
"play"
],
[
"Ġcon",
"cent"
],
[
"Ġcap",
"ac"
],
[
"Ġcl",
"os"
],
[
"Ġansw",
"er"
],
[
"Ġgu",
"ide"
],
[
"ĠD",
"av"
],
[
"Ġf",
"ast"
],
[
"Ġnot",
"hing"
],
[
"Ġex",
"ch"
],
[
"Ġhy",
"d"
],
[
"I",
"N"
],
[
"l",
"ands"
],
[
"Ġsignific",
"ance"
],
[
"Ġst",
"age"
],
[
"Ġd",
"er"
],
[
"Ġve",
"h"
],
[
"Ġdetail",
"s"
],
[
"Ġdirect",
"ly"
],
[
"Ġout",
"comes"
],
[
"b",
"it"
],
[
"Ġext",
"reme"
],
[
"Ġfind",
"ing"
],
[
"Ġe",
"at"
],
[
"h",
"am"
],
[
"ĠL",
"ear"
],
[
"Ġm",
"ut"
],
[
"ĠInst",
"ead"
],
[
"ĠCour",
"se"
],
[
"ro",
"te"
],
[
"s",
"et"
],
[
"a",
"id"
],
[
"Ġseem",
"s"
],
[
"Ġt",
"ou"
],
[
"ĠIn",
"c"
],
[
"Ġs",
"we"
],
[
"Ġpo",
"or"
],
[
"Ġs",
"chol"
],
[
"am",
"a"
],
[
"Ġris",
"ks"
],
[
"ĠPe",
"ople"
],
[
"Ġmat",
"hemat"
],
[
"Ġfeel",
"ing"
],
[
"Ġpo",
"ly"
],
[
"ĠG",
"reat"
],
[
"i",
"ance"
],
[
"Ġa",
"verage"
],
[
"Ġhelp",
"ing"
],
[
"Ġse",
"a"
],
[
"Ġb",
"ond"
],
[
"Ġemot",
"ions"
],
[
"Ġthem",
"es"
],
[
"ff",
"ic"
],
[
"Ġgener",
"ally"
],
[
"Ġfe",
"ature"
],
[
"Ġfac",
"ed"
],
[
"Ġfam",
"ous"
],
[
"Ġpriv",
"ate"
],
[
"Ġint",
"ellig"
],
[
"ar",
"ian"
],
[
"ing",
"ly"
],
[
"Ġun",
"f"
],
[
"Ġturn",
"ed"
],
[
"Ġle",
"ave"
],
[
"Ġpur",
"s"
],
[
"Ġs",
"on"
],
[
"Ġsee",
"king"
],
[
"Ġtop",
"ics"
],
[
"ĠW",
"est"
],
[
"ra",
"ft"
],
[
"W",
"e"
],
[
"Ġad",
"just"
],
[
"Ġfac",
"ilit"
],
[
"I",
"S"
],
[
"ang",
"ing"
],
[
"gor",
"ith"
],
[
"Ġt",
"ree"
],
[
"Ġany",
"one"
],
[
"Ġte",
"aching"
],
[
"Ġac",
"ad"
],
[
"Ġincreasing",
"ly"
],
[
"Ġsol",
"id"
],
[
"Ġd",
"im"
],
[
"it",
"ch"
],
[
"ed",
"om"
],
[
"Ġfood",
"s"
],
[
"Ġt",
"ast"
],
[
"y",
"ear"
],
[
"Ġst",
"op"
],
[
"ĠS",
"ee"
],
[
"Ġsex",
"ual"
],
[
"Ġinit",
"ial"
],
[
"Ġing",
"red"
],
[
"ic",
"ed"
],
[
"c",
"les"
],
[
"Ġ",
","
],
[
"ĠJes",
"us"
],
[
"Ġa",
"st"
],
[
"Ġbelief",
"s"
],
[
"Ġinst",
"ru"
],
[
"Ġrece",
"ive"
],
[
"ĠM",
"c"
],
[
"Ġcomm",
"and"
],
[
"ĠTh",
"ink"
],
[
"Ġre",
"ality"
],
[
"ĠS",
"am"
],
[
"Ġo",
"x"
],
[
"u",
"ild"
],
[
"Ġexist",
"ing"
],
[
"Ġt",
"en"
],
[
"Ġb",
"ab"
],
[
"Ġsitu",
"ations"
],
[
"Ġexam",
"ining"
],
[
"Ġt",
"end"
],
[
"Ġgra",
"d"
],
[
"Ġaware",
"ness"
],
[
"Ġob",
"tain"
],
[
"Ġprodu",
"ced"
],
[
"Ġjust",
"ice"
],
[
"ĠO",
"b"
],
[
"ĠA",
"nt"
],
[
"Ġadv",
"oc"
],
[
"Ġapp",
"ly"
],
[
"Ġal",
"though"
],
[
"g",
"y"
],
[
"Ġint",
"ric"
],
[
"ĠE",
"duc"
],
[
"Ġlim",
"it"
],
[
"urb",
"an"
],
[
"Ġteac",
"hers"
],
[
"Ġfollow",
"ed"
],
[
"Ġattem",
"pt"
],
[
"ĠD",
"ef"
],
[
"Ġexam",
"ine"
],
[
"Ġres",
"ili"
],
[
"Ġper",
"haps"
],
[
"u",
"ous"
],
[
"ver",
"t"
],
[
"Ġcar",
"bon"
],
[
"Ġb",
"orn"
],
[
"Ġopportun",
"ity"
],
[
"Ġbehav",
"i"
],
[
"ĠKe",
"y"
],
[
"O",
"R"
],
[
"tern",
"al"
],
[
"St",
"ep"
],
[
"ĠE",
"v"
],
[
"I",
"t"
],
[
"Ġauth",
"ors"
],
[
"Ġmem",
"ber"
],
[
"A",
"N"
],
[
"Ġwas",
"te"
],
[
"Ġcitiz",
"ens"
],
[
"ĠA",
"lex"
],
[
"us",
"ive"
],
[
"Ġdec",
"l"
],
[
"Ġsmall",
"er"
],
[
"2",
"5"
],
[
"Ġrepres",
"ents"
],
[
"Ġexp",
"ression"
],
[
"Ġenh",
"ance"
],
[
"Ġcl",
"in"
],
[
"Ġbir",
"th"
],
[
"Ġte",
"le"
],
[
"ole",
"c"
],
[
"ro",
"ll"
],
[
"\"",
","
],
[
"ĠM",
"at"
],
[
"u",
"ary"
],
[
"Ġloc",
"ation"
],
[
"Ġh",
"ous"
],
[
"ib",
"ilities"
],
[
"ĠS",
"cience"
],
[
"Ġoper",
"ations"
],
[
"Ġgo",
"es"
],
[
"Ġsc",
"reen"
],
[
"Ġd",
"ream"
],
[
"ist",
"ry"
],
[
"ĠR",
"el"
],
[
"Ġcreat",
"ive"
],
[
"ĠS",
"ar"
],
[
"ĠSy",
"stem"
],
[
"id",
"ing"
],
[
"i",
"able"
],
[
"w",
"ater"
],
[
"ĠU",
"se"
],
[
"Ġde",
"al"
],
[
"ce",
"an"
],
[
"Ġbenef",
"it"
],
[
"Ġeff",
"ort"
],
[
"ul",
"a"
],
[
"Ġmay",
"be"
],
[
"ĠPres",
"ident"
],
[
"Ġequip",
"ment"
],
[
"n",
"y"
],
[
"Ġh",
"tt"
],
[
"us",
"es"
],
[
"Ġplan",
"et"
],
[
"Ġtherap",
"y"
],
[
"ĠSp",
"ec"
],
[
"air",
"s"
],
[
"Ġp",
"hen"
],
[
"Ġsol",
"ution"
],
[
"Ġadv",
"anced"
],
[
"ĠC",
"ity"
],
[
"Ġequ",
"al"
],
[
"Ġspe",
"ed"
],
[
"Ġon",
"going"
],
[
"ĠInd",
"ian"
],
[
"idd",
"en"
],
[
"Ġneg",
"ative"
],
[
"Ġpar",
"am"
],
[
"Ġcent",
"er"
],
[
"Ġsound",
"s"
],
[
"Ġfig",
"ure"
],
[
"p",
"ython"
],
[
"Ġconst",
"ant"
],
[
"und",
"red"
],
[
"Ġorgan",
"ization"
],
[
"Ġan",
"x"
],
[
"Ġad",
"ults"
],
[
"Ġd",
"ry"
],
[
"Ġ201",
"2"
],
[
"am",
"in"
],
[
"oc",
"ks"
],
[
"ad",
"ing"
],
[
"Ġrun",
"ning"
],
[
"ri",
"ef"
],
[
"ri",
"e"
],
[
"Ġdescrib",
"ed"
],
[
"ĠAfric",
"a"
],
[
"Ġhapp",
"ens"
],
[
"Ġcompre",
"hens"
],
[
"Ġal",
"one"
],
[
"Ġinterest",
"s"
],
[
"be",
"ing"
],
[
"Ġs",
"ong"
],
[
"for",
"ce"
],
[
"Ġfund",
"am"
],
[
"Ġdi",
"versity"
],
[
"c",
"o"
],
[
"Ġtre",
"es"
],
[
"ĠC",
"ong"
],
[
"Ġtas",
"ks"
],
[
"Ġw",
"rong"
],
[
"i",
"us"
],
[
"Ġvar",
"iety"
],
[
"Ġfor",
"mer"
],
[
"Ġp",
"ick"
],
[
"res",
"p"
],
[
"Ġinterp",
"ret"
],
[
"Ġpre",
"par"
],
[
"Ġwork",
"ed"
],
[
"ib",
"ly"
],
[
"iven",
"ess"
],
[
"od",
"es"
],
[
"Ġro",
"les"
],
[
"ru",
"pt"
],
[
"Ġstudy",
"ing"
],
[
"it",
"utions"
],
[
"Ġread",
"y"
],
[
"ines",
"e"
],
[
"Ġn",
"uc"
],
[
"ment",
"al"
],
[
"Ġour",
"selves"
],
[
"pect",
"ed"
],
[
"Ġcom",
"ing"
],
[
"Ġpr",
"int"
],
[
"Ġwas",
"n"
],
[
"Ġbec",
"oming"
],
[
"Ġcoun",
"ter"
],
[
"I",
"n"
],
[
"a",
"ul"
],
[
"=",
"="
],
[
"Ġ",
"ice"
],
[
"Ġk",
"new"
],
[
"ĠUs",
"ing"
],
[
"Ġpass",
"ed"
],
[
"ĠSimilar",
"ly"
],
[
"Ġreve",
"al"
],
[
"Ġwal",
"k"
],
[
"v",
"est"
],
[
"ĠO",
"ct"
],
[
"Ġrou",
"t"
],
[
"a",
"ign"
],
[
"Ġm",
"id"
],
[
"Ġloc",
"ated"
],
[
"Ġallow",
"ed"
],
[
"en",
"cing"
],
[
"Ġappro",
"x"
],
[
"Ġbegin",
"ning"
],
[
"ĠGerm",
"an"
],
[
"e",
"es"
],
[
"Ġb",
"all"
],
[
"Ġg",
"iving"
],
[
"Ġest",
"im"
],
[
"Ġspirit",
"ual"
],
[
"Ġrem",
"ind"
],
[
"b",
"all"
],
[
"Ġm",
"axim"
],
[
"Ġpre",
"fer"
],
[
"ur",
"ning"
],
[
"u",
"k"
],
[
"Ġmon",
"th"
],
[
"Ġg",
"old"
],
[
"at",
"ur"
],
[
"Ġt",
"iss"
],
[
"Ġc",
"and"
],
[
"Ġde",
"ad"
],
[
"Ġbel",
"ong"
],
[
"ĠWill",
"iam"
],
[
"Ġse",
"vere"
],
[
"ĠHist",
"ory"
],
[
"Ġcont",
"ract"
],
[
"Ġw",
"rote"
],
[
"use",
"um"
],
[
"Ġf",
"iction"
],
[
"ord",
"s"
],
[
"as",
"k"
],
[
"ĠI",
"d"
],
[
"Ġincorpor",
"ating"
],
[
"ĠCal",
"if"
],
[
"Ġenviron",
"ments"
],
[
"ĠC",
"O"
],
[
"Ġwor",
"th"
],
[
"Ġg",
"ather"
],
[
"Ġwork",
"ers"
],
[
"Ġproper",
"ties"
],
[
"Ġal",
"gorith"
],
[
"Ġ4",
"0"
],
[
"Ġredu",
"cing"
],
[
"Ġpart",
"y"
],
[
"Ġpre",
"f"
],
[
"Ġhab",
"it"
],
[
"Ġwe",
"ak"
],
[
"ĠA",
"pr"
],
[
"Ġresili",
"ence"
],
[
"il",
"k"
],
[
"Ġconnect",
"ed"
],
[
"Ġcult",
"iv"
],
[
"Ġcol",
"ors"
],
[
"Ġpict",
"ure"
],
[
"Ġinvol",
"ving"
],
[
"Ġworld",
"wide"
],
[
"ĠIntern",
"ational"
],
[
"Ġredu",
"ced"
],
[
"Ġbl",
"ock"
],
[
"Ġcirc",
"um"
],
[
"ic",
"ip"
],
[
"Ġst",
"ore"
],
[
"ot",
"ic"
],
[
"Ġresult",
"ing"
],
[
"t",
"ical"
],
[
"Ġwee",
"ks"
],
[
"Ġdet",
"ect"
],
[
"Ġfind",
"ings"
],
[
"Ġf",
"ields"
],
[
"Ġhapp",
"ened"
],
[
"un",
"ch"
],
[
"ĠS",
"erv"
],
[
"Ġhigh",
"ly"
],
[
"Ġeduc",
"ational"
],
[
"it",
"age"
],
[
"ĠG",
"overn"
],
[
"Ġex",
"hib"
],
[
"Ġhelp",
"ed"
],
[
"Ġb",
"acter"
],
[
"ĠCon",
"f"
],
[
"Ġcare",
"fully"
],
[
"Ġra",
"ce"
],
[
"ĠM",
"arch"
],
[
"Ġlook",
"ed"
],
[
"est",
"ic"
],
[
"Ġag",
"ric"
],
[
"Ġlangu",
"ages"
],
[
"Ġw",
"at"
],
[
"Ġmention",
"ed"
],
[
"Ġ201",
"0"
],
[
"Ġcomm",
"er"
],
[
"Ġl",
"ength"
],
[
"ĠH",
"igh"
],
[
"d",
"ed"
],
[
"h",
"ab"
],
[
"ĠTh",
"us"
],
[
"Ġdec",
"re"
],
[
"Ġpart",
"ners"
],
[
"Ġdoct",
"or"
],
[
"Ġam",
"azing"
],
[
"Ġre",
"asons"
],
[
"Ġ201",
"1"
],
[
"m",
"osp"
],
[
"Ġsustain",
"able"
],
[
"os",
"es"
],
[
"a",
"ur"
],
[
"Ġful",
"ly"
],
[
"Ġv",
"ast"
],
[
"a",
"res"
],
[
"Ġj",
"u"
],
[
"Ġass",
"um"
],
[
"o",
"e"
],
[
"Ġbo",
"x"
],
[
"Ġfore",
"ign"
],
[
"Ġchang",
"ing"
],
[
"Ġthere",
"fore"
],
[
"Ġr",
"ule"
],
[
"ud",
"d"
],
[
"Ġk",
"ing"
],
[
"Ġw",
"is"
],
[
"Ġmov",
"ing"
],
[
"ĠJ",
"une"
],
[
"Ġorig",
"in"
],
[
"ĠWh",
"o"
],
[
"Ġdistrib",
"ution"
],
[
"Ġpur",
"ch"
],
[
"p",
"ris"
],
[
"ri",
"ption"
],
[
"m",
"aking"
],
[
"ĠCh",
"inese"
]
]
}
}