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