|
{ |
|
"version": "1.0", |
|
"truncation": { |
|
"direction": "Right", |
|
"max_length": 128, |
|
"strategy": "LongestFirst", |
|
"stride": 0 |
|
}, |
|
"padding": null, |
|
"added_tokens": [ |
|
{ |
|
"id": 0, |
|
"content": "<s>", |
|
"single_word": false, |
|
"lstrip": false, |
|
"rstrip": false, |
|
"normalized": false, |
|
"special": true |
|
}, |
|
{ |
|
"id": 1, |
|
"content": "<pad>", |
|
"single_word": false, |
|
"lstrip": false, |
|
"rstrip": false, |
|
"normalized": false, |
|
"special": true |
|
}, |
|
{ |
|
"id": 2, |
|
"content": "</s>", |
|
"single_word": false, |
|
"lstrip": false, |
|
"rstrip": false, |
|
"normalized": false, |
|
"special": true |
|
}, |
|
{ |
|
"id": 3, |
|
"content": "<unk>", |
|
"single_word": false, |
|
"lstrip": false, |
|
"rstrip": false, |
|
"normalized": false, |
|
"special": true |
|
}, |
|
{ |
|
"id": 4, |
|
"content": "<mask>", |
|
"single_word": false, |
|
"lstrip": false, |
|
"rstrip": false, |
|
"normalized": false, |
|
"special": true |
|
}, |
|
{ |
|
"id": 5, |
|
"content": "<|user|>", |
|
"single_word": false, |
|
"lstrip": false, |
|
"rstrip": false, |
|
"normalized": false, |
|
"special": true |
|
}, |
|
{ |
|
"id": 6, |
|
"content": "<|bot|>", |
|
"single_word": false, |
|
"lstrip": false, |
|
"rstrip": false, |
|
"normalized": false, |
|
"special": true |
|
}, |
|
{ |
|
"id": 7, |
|
"content": "<|end|>", |
|
"single_word": false, |
|
"lstrip": false, |
|
"rstrip": false, |
|
"normalized": false, |
|
"special": true |
|
} |
|
], |
|
"normalizer": null, |
|
"pre_tokenizer": { |
|
"type": "ByteLevel", |
|
"add_prefix_space": false, |
|
"trim_offsets": true, |
|
"use_regex": true |
|
}, |
|
"post_processor": { |
|
"type": "ByteLevel", |
|
"add_prefix_space": true, |
|
"trim_offsets": false, |
|
"use_regex": true |
|
}, |
|
"decoder": { |
|
"type": "ByteLevel", |
|
"add_prefix_space": true, |
|
"trim_offsets": true, |
|
"use_regex": true |
|
}, |
|
"model": { |
|
"type": "BPE", |
|
"dropout": null, |
|
"unk_token": null, |
|
"continuing_subword_prefix": null, |
|
"end_of_word_suffix": null, |
|
"fuse_unk": false, |
|
"byte_fallback": false, |
|
"ignore_merges": false, |
|
"vocab": { |
|
"<s>": 0, |
|
"<pad>": 1, |
|
"</s>": 2, |
|
"<unk>": 3, |
|
"<mask>": 4, |
|
"<|user|>": 5, |
|
"<|bot|>": 6, |
|
"<|end|>": 7, |
|
"!": 8, |
|
"\"": 9, |
|
"#": 10, |
|
"$": 11, |
|
"%": 12, |
|
"&": 13, |
|
"'": 14, |
|
"(": 15, |
|
")": 16, |
|
"*": 17, |
|
"+": 18, |
|
",": 19, |
|
"-": 20, |
|
".": 21, |
|
"/": 22, |
|
"0": 23, |
|
"1": 24, |
|
"2": 25, |
|
"3": 26, |
|
"4": 27, |
|
"5": 28, |
|
"6": 29, |
|
"7": 30, |
|
"8": 31, |
|
"9": 32, |
|
":": 33, |
|
";": 34, |
|
"<": 35, |
|
"=": 36, |
|
">": 37, |
|
"?": 38, |
|
"@": 39, |
|
"A": 40, |
|
"B": 41, |
|
"C": 42, |
|
"D": 43, |
|
"E": 44, |
|
"F": 45, |
|
"G": 46, |
|
"H": 47, |
|
"I": 48, |
|
"J": 49, |
|
"K": 50, |
|
"L": 51, |
|
"M": 52, |
|
"N": 53, |
|
"O": 54, |
|
"P": 55, |
|
"Q": 56, |
|
"R": 57, |
|
"S": 58, |
|
"T": 59, |
|
"U": 60, |
|
"V": 61, |
|
"W": 62, |
|
"X": 63, |
|
"Y": 64, |
|
"Z": 65, |
|
"[": 66, |
|
"\\": 67, |
|
"]": 68, |
|
"^": 69, |
|
"_": 70, |
|
"`": 71, |
|
"a": 72, |
|
"b": 73, |
|
"c": 74, |
|
"d": 75, |
|
"e": 76, |
|
"f": 77, |
|
"g": 78, |
|
"h": 79, |
|
"i": 80, |
|
"j": 81, |
|
"k": 82, |
|
"l": 83, |
|
"m": 84, |
|
"n": 85, |
|
"o": 86, |
|
"p": 87, |
|
"q": 88, |
|
"r": 89, |
|
"s": 90, |
|
"t": 91, |
|
"u": 92, |
|
"v": 93, |
|
"w": 94, |
|
"x": 95, |
|
"y": 96, |
|
"z": 97, |
|
"{": 98, |
|
"|": 99, |
|
"}": 100, |
|
"~": 101, |
|
"¡": 102, |
|
"¢": 103, |
|
"£": 104, |
|
"¤": 105, |
|
"¥": 106, |
|
"¦": 107, |
|
"§": 108, |
|
"¨": 109, |
|
"©": 110, |
|
"ª": 111, |
|
"«": 112, |
|
"¬": 113, |
|
"®": 114, |
|
"¯": 115, |
|
"°": 116, |
|
"±": 117, |
|
"²": 118, |
|
"³": 119, |
|
"´": 120, |
|
"µ": 121, |
|
"¶": 122, |
|
"·": 123, |
|
"¸": 124, |
|
"¹": 125, |
|
"º": 126, |
|
"»": 127, |
|
"¼": 128, |
|
"½": 129, |
|
"¾": 130, |
|
"¿": 131, |
|
"À": 132, |
|
"Á": 133, |
|
"Â": 134, |
|
"Ã": 135, |
|
"Ä": 136, |
|
"Å": 137, |
|
"Æ": 138, |
|
"Ç": 139, |
|
"È": 140, |
|
"É": 141, |
|
"Ê": 142, |
|
"Ë": 143, |
|
"Ì": 144, |
|
"Í": 145, |
|
"Î": 146, |
|
"Ï": 147, |
|
"Ð": 148, |
|
"Ñ": 149, |
|
"Ò": 150, |
|
"Ó": 151, |
|
"Ô": 152, |
|
"Õ": 153, |
|
"Ö": 154, |
|
"×": 155, |
|
"Ø": 156, |
|
"Ù": 157, |
|
"Ú": 158, |
|
"Û": 159, |
|
"Ü": 160, |
|
"Ý": 161, |
|
"Þ": 162, |
|
"ß": 163, |
|
"à": 164, |
|
"á": 165, |
|
"â": 166, |
|
"ã": 167, |
|
"ä": 168, |
|
"å": 169, |
|
"æ": 170, |
|
"ç": 171, |
|
"è": 172, |
|
"é": 173, |
|
"ê": 174, |
|
"ë": 175, |
|
"ì": 176, |
|
"í": 177, |
|
"î": 178, |
|
"ï": 179, |
|
"ð": 180, |
|
"ñ": 181, |
|
"ò": 182, |
|
"ó": 183, |
|
"ô": 184, |
|
"õ": 185, |
|
"ö": 186, |
|
"÷": 187, |
|
"ø": 188, |
|
"ù": 189, |
|
"ú": 190, |
|
"û": 191, |
|
"ü": 192, |
|
"ý": 193, |
|
"þ": 194, |
|
"ÿ": 195, |
|
"Ā": 196, |
|
"ā": 197, |
|
"Ă": 198, |
|
"ă": 199, |
|
"Ą": 200, |
|
"ą": 201, |
|
"Ć": 202, |
|
"ć": 203, |
|
"Ĉ": 204, |
|
"ĉ": 205, |
|
"Ċ": 206, |
|
"ċ": 207, |
|
"Č": 208, |
|
"č": 209, |
|
"Ď": 210, |
|
"ď": 211, |
|
"Đ": 212, |
|
"đ": 213, |
|
"Ē": 214, |
|
"ē": 215, |
|
"Ĕ": 216, |
|
"ĕ": 217, |
|
"Ė": 218, |
|
"ė": 219, |
|
"Ę": 220, |
|
"ę": 221, |
|
"Ě": 222, |
|
"ě": 223, |
|
"Ĝ": 224, |
|
"ĝ": 225, |
|
"Ğ": 226, |
|
"ğ": 227, |
|
"Ġ": 228, |
|
"ġ": 229, |
|
"Ģ": 230, |
|
"ģ": 231, |
|
"Ĥ": 232, |
|
"ĥ": 233, |
|
"Ħ": 234, |
|
"ħ": 235, |
|
"Ĩ": 236, |
|
"ĩ": 237, |
|
"Ī": 238, |
|
"ī": 239, |
|
"Ĭ": 240, |
|
"ĭ": 241, |
|
"Į": 242, |
|
"į": 243, |
|
"İ": 244, |
|
"ı": 245, |
|
"IJ": 246, |
|
"ij": 247, |
|
"Ĵ": 248, |
|
"ĵ": 249, |
|
"Ķ": 250, |
|
"ķ": 251, |
|
"ĸ": 252, |
|
"Ĺ": 253, |
|
"ĺ": 254, |
|
"Ļ": 255, |
|
"ļ": 256, |
|
"Ľ": 257, |
|
"ľ": 258, |
|
"Ŀ": 259, |
|
"ŀ": 260, |
|
"Ł": 261, |
|
"ł": 262, |
|
"Ń": 263, |
|
"in": 264, |
|
"Ġt": 265, |
|
"Ġa": 266, |
|
"er": 267, |
|
"on": 268, |
|
"es": 269, |
|
"ĠĠ": 270, |
|
"Ġth": 271, |
|
"en": 272, |
|
"Ġs": 273, |
|
"at": 274, |
|
"Ġc": 275, |
|
"ing": 276, |
|
"or": 277, |
|
"Ġthe": 278, |
|
"nd": 279, |
|
"it": 280, |
|
"re": 281, |
|
"ou": 282, |
|
"al": 283, |
|
"Ġw": 284, |
|
"Ġp": 285, |
|
"Ġf": 286, |
|
"is": 287, |
|
"Ġo": 288, |
|
"ed": 289, |
|
"an": 290, |
|
"ar": 291, |
|
"Ġb": 292, |
|
"ion": 293, |
|
"Ġm": 294, |
|
"Ġand": 295, |
|
"Ġin": 296, |
|
"Ġd": 297, |
|
"le": 298, |
|
"ic": 299, |
|
"Ġto": 300, |
|
"Ġh": 301, |
|
"Ġof": 302, |
|
"ĠĠĠĠ": 303, |
|
"ent": 304, |
|
"Ġe": 305, |
|
"ro": 306, |
|
"ct": 307, |
|
"st": 308, |
|
"el": 309, |
|
"et": 310, |
|
"om": 311, |
|
"Ġl": 312, |
|
"il": 313, |
|
"Ġn": 314, |
|
"as": 315, |
|
"Ġre": 316, |
|
"im": 317, |
|
"ch": 318, |
|
"us": 319, |
|
"iv": 320, |
|
"ce": 321, |
|
"ur": 322, |
|
"ow": 323, |
|
"ra": 324, |
|
"ation": 325, |
|
"Ġg": 326, |
|
"id": 327, |
|
"ol": 328, |
|
"ig": 329, |
|
"th": 330, |
|
"Ġst": 331, |
|
"ers": 332, |
|
"ly": 333, |
|
"Ġy": 334, |
|
"ĠT": 335, |
|
"--": 336, |
|
"ul": 337, |
|
"our": 338, |
|
"ir": 339, |
|
"ess": 340, |
|
"Ġfor": 341, |
|
"ut": 342, |
|
"Ġwh": 343, |
|
"Ġcon": 344, |
|
"ot": 345, |
|
"ith": 346, |
|
"am": 347, |
|
"if": 348, |
|
"un": 349, |
|
"ver": 350, |
|
"Ġr": 351, |
|
"ĠA": 352, |
|
"ĠĠĠ": 353, |
|
"ay": 354, |
|
"ĠI": 355, |
|
"em": 356, |
|
"ĠS": 357, |
|
"Ġon": 358, |
|
"Ġwith": 359, |
|
"Ġex": 360, |
|
"Ġbe": 361, |
|
"Ġpro": 362, |
|
"ag": 363, |
|
"ad": 364, |
|
"ies": 365, |
|
"ate": 366, |
|
"ĠTh": 367, |
|
"ter": 368, |
|
"ist": 369, |
|
"ĠC": 370, |
|
"ect": 371, |
|
"ĠĠĠĠĠĠĠĠ": 372, |
|
"Ġan": 373, |
|
"Ġv": 374, |
|
"qu": 375, |
|
"um": 376, |
|
"Ġit": 377, |
|
"Ġthat": 378, |
|
"out": 379, |
|
"os": 380, |
|
"od": 381, |
|
"'s": 382, |
|
"ity": 383, |
|
"Ġis": 384, |
|
"Ġcom": 385, |
|
"ab": 386, |
|
"Ġas": 387, |
|
"Ġ=": 388, |
|
"pp": 389, |
|
"Ġor": 390, |
|
"end": 391, |
|
"est": 392, |
|
"ve": 393, |
|
"ke": 394, |
|
"ht": 395, |
|
"Ġal": 396, |
|
"ain": 397, |
|
"Ġch": 398, |
|
"Ġyou": 399, |
|
"ere": 400, |
|
"and": 401, |
|
"Ġle": 402, |
|
"<|": 403, |
|
"|>": 404, |
|
"ec": 405, |
|
"Ġwe": 406, |
|
"ial": 407, |
|
"Ġsh": 408, |
|
"pl": 409, |
|
"rou": 410, |
|
"ive": 411, |
|
"ĠB": 412, |
|
"----": 413, |
|
"op": 414, |
|
"Ġ(": 415, |
|
"ac": 416, |
|
"ight": 417, |
|
"oc": 418, |
|
"Ġus": 419, |
|
"Ġsu": 420, |
|
"ill": 421, |
|
"ap": 422, |
|
"ions": 423, |
|
"ĠP": 424, |
|
"ri": 425, |
|
"ld": 426, |
|
"ant": 427, |
|
"ĠW": 428, |
|
"Ġint": 429, |
|
"Ġen": 430, |
|
"ĠM": 431, |
|
"all": 432, |
|
"ort": 433, |
|
"Ġne": 434, |
|
"ore": 435, |
|
"ents": 436, |
|
"ure": 437, |
|
"Ġu": 438, |
|
"ical": 439, |
|
"Ġsp": 440, |
|
"ĠE": 441, |
|
"ep": 442, |
|
"ous": 443, |
|
"iz": 444, |
|
"ĠH": 445, |
|
"Ġyour": 446, |
|
"rom": 447, |
|
"ese": 448, |
|
"Ġ1": 449, |
|
"ud": 450, |
|
"Ġab": 451, |
|
"og": 452, |
|
"Ġtheir": 453, |
|
"ine": 454, |
|
"art": 455, |
|
"Ġcan": 456, |
|
"ance": 457, |
|
"ach": 458, |
|
"ĊĠĠĠ": 459, |
|
"ĠF": 460, |
|
"Ġwor": 461, |
|
"Ġhe": 462, |
|
"Ġare": 463, |
|
"Ġim": 464, |
|
"Ġthis": 465, |
|
"Ġ\"": 466, |
|
"Ġun": 467, |
|
"ations": 468, |
|
"Ġby": 469, |
|
"ust": 470, |
|
"ĠD": 471, |
|
"act": 472, |
|
"gh": 473, |
|
"pt": 474, |
|
"ult": 475, |
|
"ind": 476, |
|
"Ġde": 477, |
|
"Ġse": 478, |
|
"Ġad": 479, |
|
"ĠR": 480, |
|
"king": 481, |
|
"Ġpl": 482, |
|
"ence": 483, |
|
"00": 484, |
|
"Ġfrom": 485, |
|
"Ġres": 486, |
|
"Ġat": 487, |
|
"Ġcont": 488, |
|
"ge": 489, |
|
"ard": 490, |
|
"ile": 491, |
|
"ĠThe": 492, |
|
"age": 493, |
|
"ome": 494, |
|
"av": 495, |
|
"per": 496, |
|
"Ġcomp": 497, |
|
"ĠĠĠĠĠĠĠ": 498, |
|
"ip": 499, |
|
"Ġj": 500, |
|
"du": 501, |
|
"ĠL": 502, |
|
"Ġli": 503, |
|
"ue": 504, |
|
"ast": 505, |
|
"ment": 506, |
|
"ell": 507, |
|
"ĊĠĠĠĠĠĠĠĠ": 508, |
|
"Ġk": 509, |
|
"able": 510, |
|
"ks": 511, |
|
"Ġthey": 512, |
|
"se": 513, |
|
"ating": 514, |
|
"Ġabout": 515, |
|
"ide": 516, |
|
"Ġar": 517, |
|
"ong": 518, |
|
"ther": 519, |
|
"are": 520, |
|
"Ġdis": 521, |
|
"ould": 522, |
|
"ost": 523, |
|
"Ġme": 524, |
|
"ave": 525, |
|
"ces": 526, |
|
"ual": 527, |
|
"Ġ2": 528, |
|
"Ġinto": 529, |
|
"ans": 530, |
|
"ath": 531, |
|
"Ġte": 532, |
|
"Ġtr": 533, |
|
"Ġpr": 534, |
|
"nt": 535, |
|
"ĠN": 536, |
|
"ber": 537, |
|
"ass": 538, |
|
"Ġapp": 539, |
|
"cl": 540, |
|
"fer": 541, |
|
"ction": 542, |
|
"nder": 543, |
|
"orm": 544, |
|
"Ġem": 545, |
|
"oo": 546, |
|
"cc": 547, |
|
"Ġstr": 548, |
|
"eth": 549, |
|
"ĊĠĠĠĠĠĠĠ": 550, |
|
"Ġall": 551, |
|
"ĠO": 552, |
|
"Ġour": 553, |
|
"Ġlike": 554, |
|
"rough": 555, |
|
"ign": 556, |
|
"Ġ-": 557, |
|
"Ġthese": 558, |
|
"Ġcre": 559, |
|
"Ġper": 560, |
|
"ĠG": 561, |
|
"ary": 562, |
|
"**": 563, |
|
"Ġev": 564, |
|
"Ġcl": 565, |
|
"ory": 566, |
|
"Ġtra": 567, |
|
"ie": 568, |
|
"--------": 569, |
|
"vel": 570, |
|
"ib": 571, |
|
"ame": 572, |
|
"Ġhow": 573, |
|
"Ġimp": 574, |
|
"Th": 575, |
|
"ire": 576, |
|
"ime": 577, |
|
"ff": 578, |
|
"ors": 579, |
|
"Ġthem": 580, |
|
"ice": 581, |
|
"ci": 582, |
|
"xt": 583, |
|
"now": 584, |
|
"ated": 585, |
|
"Ġ{": 586, |
|
"ities": 587, |
|
"Ġwas": 588, |
|
"one": 589, |
|
"very": 590, |
|
");": 591, |
|
"Ġout": 592, |
|
"Ġro": 593, |
|
"Ġman": 594, |
|
"int": 595, |
|
"ens": 596, |
|
"Ġits": 597, |
|
"form": 598, |
|
"Ġunder": 599, |
|
"Ġup": 600, |
|
"Ġqu": 601, |
|
"ne": 602, |
|
"ack": 603, |
|
"pr": 604, |
|
"ose": 605, |
|
"ak": 606, |
|
"ĠU": 607, |
|
"ound": 608, |
|
"ang": 609, |
|
"user": 610, |
|
"ings": 611, |
|
"Ġfe": 612, |
|
"ional": 613, |
|
"ely": 614, |
|
"Ġdo": 615, |
|
"ite": 616, |
|
"ace": 617, |
|
"Ġthrough": 618, |
|
"Ġhave": 619, |
|
"ful": 620, |
|
"Ġinter": 621, |
|
"ich": 622, |
|
"ious": 623, |
|
"bot": 624, |
|
"we": 625, |
|
"Ġnot": 626, |
|
"ount": 627, |
|
"Ġwill": 628, |
|
"Ġbet": 629, |
|
"ph": 630, |
|
"|><|": 631, |
|
"Ġcomm": 632, |
|
"ific": 633, |
|
"ĠJ": 634, |
|
"arn": 635, |
|
"Ġknow": 636, |
|
"ures": 637, |
|
"Ġmy": 638, |
|
"Ġhis": 639, |
|
"uring": 640, |
|
"ov": 641, |
|
"ail": 642, |
|
"Ġind": 643, |
|
"urn": 644, |
|
"round": 645, |
|
"ays": 646, |
|
"Ġpe": 647, |
|
"Ġone": 648, |
|
"ry": 649, |
|
"les": 650, |
|
"Ġher": 651, |
|
"Ġnew": 652, |
|
"``": 653, |
|
"stand": 654, |
|
"Ġpre": 655, |
|
"Ġnum": 656, |
|
"Ġso": 657, |
|
"âĢ": 658, |
|
"ĠIn": 659, |
|
"Ġif": 660, |
|
"ood": 661, |
|
"elf": 662, |
|
"ake": 663, |
|
"Ġexpl": 664, |
|
"'t": 665, |
|
"ish": 666, |
|
"pect": 667, |
|
"ons": 668, |
|
"dit": 669, |
|
"olog": 670, |
|
"Ġcol": 671, |
|
"Ġam": 672, |
|
"Ġmore": 673, |
|
"Ġ3": 674, |
|
"ond": 675, |
|
"Ġwhen": 676, |
|
"ĠThis": 677, |
|
"low": 678, |
|
"Ġtime": 679, |
|
"Ġthere": 680, |
|
"ility": 681, |
|
"ĠIt": 682, |
|
"Ġhel": 683, |
|
"Ġcons": 684, |
|
"ater": 685, |
|
"ple": 686, |
|
"Ġbut": 687, |
|
"ract": 688, |
|
"Ġwho": 689, |
|
"ord": 690, |
|
"ict": 691, |
|
"Ġbo": 692, |
|
"Ġdes": 693, |
|
"ase": 694, |
|
"ru": 695, |
|
"Ġpart": 696, |
|
"Ġwhat": 697, |
|
"Ġ*": 698, |
|
"eng": 699, |
|
"Ġhas": 700, |
|
"over": 701, |
|
"Ġrem": 702, |
|
"Ġevery": 703, |
|
"In": 704, |
|
"ics": 705, |
|
"ĠSt": 706, |
|
"lect": 707, |
|
"put": 708, |
|
"ys": 709, |
|
"Ġinv": 710, |
|
"Ġsuch": 711, |
|
"Ġeach": 712, |
|
"iqu": 713, |
|
"ĠWh": 714, |
|
"rit": 715, |
|
"ars": 716, |
|
"Ġsome": 717, |
|
"ential": 718, |
|
"Ġdif": 719, |
|
"ates": 720, |
|
"ob": 721, |
|
"Ġhelp": 722, |
|
"Ġwhile": 723, |
|
"Ġsc": 724, |
|
"ople": 725, |
|
"Ġlet": 726, |
|
"ting": 727, |
|
"Ġacc": 728, |
|
"Ġover": 729, |
|
"row": 730, |
|
"Ġins": 731, |
|
"Ġ$": 732, |
|
"ub": 733, |
|
"ĊĠĠĠĠĠĠĠĠĠĠĠ": 734, |
|
"Ġstud": 735, |
|
"Ġbec": 736, |
|
"ĠY": 737, |
|
"Ġdisc": 738, |
|
"erv": 739, |
|
"ild": 740, |
|
"Ġlearn": 741, |
|
"ween": 742, |
|
"Ġ}": 743, |
|
"Ġneed": 744, |
|
"Ġpers": 745, |
|
"Ġprodu": 746, |
|
"Ġsy": 747, |
|
"Ġinst": 748, |
|
"Ġrel": 749, |
|
"Ġbetween": 750, |
|
"chn": 751, |
|
"ife": 752, |
|
"Ġwhere": 753, |
|
"ments": 754, |
|
"Ġfind": 755, |
|
"Ġwhich": 756, |
|
"ĠCh": 757, |
|
"ook": 758, |
|
"Ġexper": 759, |
|
"ef": 760, |
|
"Ġval": 761, |
|
"ative": 762, |
|
"irst": 763, |
|
"Ġpeople": 764, |
|
"ia": 765, |
|
"The": 766, |
|
"ark": 767, |
|
"Ġspec": 768, |
|
"nect": 769, |
|
"Ġinc": 770, |
|
"Ġunderstand": 771, |
|
"aking": 772, |
|
"Ġ+": 773, |
|
"its": 774, |
|
"tain": 775, |
|
"Ġag": 776, |
|
"Ġtw": 777, |
|
"ms": 778, |
|
"Ġra": 779, |
|
"Ġother": 780, |
|
"Ġworld": 781, |
|
"ives": 782, |
|
"Ġsoc": 783, |
|
"ata": 784, |
|
"lic": 785, |
|
"Ġart": 786, |
|
"Ġdiffer": 787, |
|
"arch": 788, |
|
"Ġrec": 789, |
|
").": 790, |
|
"oy": 791, |
|
"igh": 792, |
|
"ward": 793, |
|
"eg": 794, |
|
"Ġph": 795, |
|
"Ġvar": 796, |
|
"ular": 797, |
|
"clud": 798, |
|
"ced": 799, |
|
"ize": 800, |
|
"Ġfun": 801, |
|
"yp": 802, |
|
"Ġusing": 803, |
|
"ues": 804, |
|
"app": 805, |
|
"so": 806, |
|
"ural": 807, |
|
"Ġact": 808, |
|
"ences": 809, |
|
"rib": 810, |
|
"ft": 811, |
|
"Ġpos": 812, |
|
"wn": 813, |
|
"Ġbl": 814, |
|
"Ġexam": 815, |
|
"ress": 816, |
|
"Ġwithin": 817, |
|
"Ġtechn": 818, |
|
"Ġret": 819, |
|
"old": 820, |
|
"inal": 821, |
|
"Ġprov": 822, |
|
"cept": 823, |
|
"stem": 824, |
|
"Ġac": 825, |
|
"ether": 826, |
|
"ices": 827, |
|
"ets": 828, |
|
"ering": 829, |
|
"Ġdec": 830, |
|
"ement": 831, |
|
"als": 832, |
|
"aus": 833, |
|
"ll": 834, |
|
"Ġreg": 835, |
|
"Ġsign": 836, |
|
"Ġadv": 837, |
|
"con": 838, |
|
"uc": 839, |
|
"Ġ4": 840, |
|
"own": 841, |
|
"Ġsim": 842, |
|
"ased": 843, |
|
"Ġcommun": 844, |
|
"cess": 845, |
|
"Ġhist": 846, |
|
"Ġany": 847, |
|
"Ġalso": 848, |
|
"ead": 849, |
|
"Ġcould": 850, |
|
"ree": 851, |
|
"Ġhum": 852, |
|
"alth": 853, |
|
"ian": 854, |
|
"Ġcur": 855, |
|
"Ġ`": 856, |
|
"Ġnumber": 857, |
|
"ower": 858, |
|
"Ġeven": 859, |
|
"ten": 860, |
|
"Ġwould": 861, |
|
"ness": 862, |
|
"ise": 863, |
|
"Ġeff": 864, |
|
"ever": 865, |
|
"ode": 866, |
|
"ature": 867, |
|
"iet": 868, |
|
"ject": 869, |
|
"Ġke": 870, |
|
"Ġjust": 871, |
|
"ivid": 872, |
|
"Ġsur": 873, |
|
"ric": 874, |
|
"Ġ5": 875, |
|
"Ġ'": 876, |
|
"Ġmany": 877, |
|
"ible": 878, |
|
"led": 879, |
|
"te": 880, |
|
"Ġchar": 881, |
|
"Ġgen": 882, |
|
"Ġduring": 883, |
|
"Ġreal": 884, |
|
"ends": 885, |
|
"Ġexperi": 886, |
|
"Ġdist": 887, |
|
"pport": 888, |
|
"ss": 889, |
|
"Ġfl": 890, |
|
"Ġcall": 891, |
|
"hip": 892, |
|
"ism": 893, |
|
"Ġlife": 894, |
|
"St": 895, |
|
"Ġsk": 896, |
|
"()": 897, |
|
"ily": 898, |
|
"velop": 899, |
|
"Ġsom": 900, |
|
"Ġtrans": 901, |
|
"ink": 902, |
|
"Ġmod": 903, |
|
"Ġco": 904, |
|
"Ġinclud": 905, |
|
"Ġgra": 906, |
|
"Ġsm": 907, |
|
".\"": 908, |
|
"ĠK": 909, |
|
"tern": 910, |
|
"Ġcomple": 911, |
|
"olv": 912, |
|
"Ġtwo": 913, |
|
"Ġ/": 914, |
|
"Ġno": 915, |
|
"Ġdifferent": 916, |
|
"##": 917, |
|
"ĠBy": 918, |
|
"Ġthan": 919, |
|
"Ġreturn": 920, |
|
"ĠâĢ": 921, |
|
"Ġ<": 922, |
|
"ern": 923, |
|
"reat": 924, |
|
"ove": 925, |
|
"ĠHow": 926, |
|
"ĠWe": 927, |
|
"Ġplay": 928, |
|
"Ġboth": 929, |
|
"Ġcult": 930, |
|
"ring": 931, |
|
"cing": 932, |
|
"Ġass": 933, |
|
"ex": 934, |
|
"Ġwork": 935, |
|
"port": 936, |
|
"Ġmight": 937, |
|
"Ġform": 938, |
|
"Ġmay": 939, |
|
"ivers": 940, |
|
"ange": 941, |
|
"ds": 942, |
|
"ories": 943, |
|
"ands": 944, |
|
"ght": 945, |
|
"ĊĊĠĠĠ": 946, |
|
"----------------": 947, |
|
"Ġob": 948, |
|
"ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 949, |
|
"000": 950, |
|
"Ġuse": 951, |
|
"fore": 952, |
|
"Ġconnect": 953, |
|
"),": 954, |
|
"Ġmain": 955, |
|
"fter": 956, |
|
"Ġshe": 957, |
|
"Ġaround": 958, |
|
"Ġfri": 959, |
|
"Ġback": 960, |
|
"Ġdet": 961, |
|
"ick": 962, |
|
"Ġgo": 963, |
|
"ble": 964, |
|
"Ġchall": 965, |
|
"rodu": 966, |
|
"(\"": 967, |
|
"arm": 968, |
|
"Ġatt": 969, |
|
"ĠV": 970, |
|
"Ġbu": 971, |
|
"```": 972, |
|
"fl": 973, |
|
"erm": 974, |
|
"ines": 975, |
|
"other": 976, |
|
"Ġperson": 977, |
|
"ident": 978, |
|
"ique": 979, |
|
"erg": 980, |
|
"ividual": 981, |
|
"Ġadd": 982, |
|
"olut": 983, |
|
"Ġday": 984, |
|
"ability": 985, |
|
"ology": 986, |
|
"esent": 987, |
|
"tal": 988, |
|
"akes": 989, |
|
"ditional": 990, |
|
"ized": 991, |
|
"ribut": 992, |
|
"Ġfam": 993, |
|
"ather": 994, |
|
"ĠâĢĵ": 995, |
|
"ram": 996, |
|
"Ġpract": 997, |
|
"ages": 998, |
|
"Ġindividual": 999, |
|
"ough": 1000, |
|
"Ġwere": 1001, |
|
"Ġgu": 1002, |
|
"Ġread": 1003, |
|
"Ġrequ": 1004, |
|
"Ġhealth": 1005, |
|
"Ġ0": 1006, |
|
"Ġvarious": 1007, |
|
"Ġset": 1008, |
|
"Ġbel": 1009, |
|
"Ġhad": 1010, |
|
"Ġsub": 1011, |
|
"err": 1012, |
|
"ins": 1013, |
|
"Ġdel": 1014, |
|
"Ġent": 1015, |
|
"red": 1016, |
|
"Ġeng": 1017, |
|
"Ġthose": 1018, |
|
"Ġfol": 1019, |
|
"Ġimport": 1020, |
|
"Ġfirst": 1021, |
|
"Ġsee": 1022, |
|
"Ġsa": 1023, |
|
"Ġlead": 1024, |
|
"get": 1025, |
|
"Ġprocess": 1026, |
|
"Ġhigh": 1027, |
|
"ĠFor": 1028, |
|
"ists": 1029, |
|
"Wh": 1030, |
|
"por": 1031, |
|
"ĠAs": 1032, |
|
"ition": 1033, |
|
"Ġstart": 1034, |
|
"Ġown": 1035, |
|
"Ġcap": 1036, |
|
"ational": 1037, |
|
"ient": 1038, |
|
"ĠCon": 1039, |
|
"cul": 1040, |
|
"Ġcreate": 1041, |
|
"Ġequ": 1042, |
|
"ider": 1043, |
|
"ights": 1044, |
|
".<|": 1045, |
|
"res": 1046, |
|
"Ġtotal": 1047, |
|
"Ġdata": 1048, |
|
"Ġref": 1049, |
|
"Ġgl": 1050, |
|
"oring": 1051, |
|
"ross": 1052, |
|
"Ġpat": 1053, |
|
"enc": 1054, |
|
"ĠThey": 1055, |
|
"ining": 1056, |
|
"Ġtyp": 1057, |
|
"Ġpot": 1058, |
|
"agine": 1059, |
|
"Ġallow": 1060, |
|
"ĊĠ": 1061, |
|
"imes": 1062, |
|
"Ġpol": 1063, |
|
"Ġfunction": 1064, |
|
"Ġinform": 1065, |
|
"ps": 1066, |
|
"ĠHe": 1067, |
|
"Ġmin": 1068, |
|
"ĠThese": 1069, |
|
"?<|": 1070, |
|
"Ġpo": 1071, |
|
"ng": 1072, |
|
"ling": 1073, |
|
"Ġfeel": 1074, |
|
"ically": 1075, |
|
"Ġsec": 1076, |
|
"Ġget": 1077, |
|
"ection": 1078, |
|
"Ġhour": 1079, |
|
"Ġ6": 1080, |
|
"ax": 1081, |
|
"Ġappro": 1082, |
|
"Ġsignific": 1083, |
|
"Ġprom": 1084, |
|
"Ġvis": 1085, |
|
"gan": 1086, |
|
"ret": 1087, |
|
"ember": 1088, |
|
"Ġlit": 1089, |
|
"Ġpass": 1090, |
|
"ade": 1091, |
|
"Ġdevelop": 1092, |
|
"ew": 1093, |
|
"Ġdeep": 1094, |
|
"ear": 1095, |
|
"Ġloc": 1096, |
|
"self": 1097, |
|
"Ġbre": 1098, |
|
"Ġconst": 1099, |
|
"ying": 1100, |
|
"Ġtog": 1101, |
|
"Ġresult": 1102, |
|
"Ġsystem": 1103, |
|
"Now": 1104, |
|
"ning": 1105, |
|
"air": 1106, |
|
"idence": 1107, |
|
"Ġresp": 1108, |
|
"Ġbefore": 1109, |
|
"ev": 1110, |
|
"Ġens": 1111, |
|
"Ġoff": 1112, |
|
"Ġtogether": 1113, |
|
"Ġdown": 1114, |
|
"Ġmus": 1115, |
|
"wards": 1116, |
|
"Ġquest": 1117, |
|
"ext": 1118, |
|
"Ġpower": 1119, |
|
"Ġcal": 1120, |
|
"ants": 1121, |
|
"uth": 1122, |
|
"Ġfollow": 1123, |
|
"Ġoften": 1124, |
|
"clus": 1125, |
|
"Ġfact": 1126, |
|
"Ġthen": 1127, |
|
"cient": 1128, |
|
"Ġclass": 1129, |
|
"Ġcontin": 1130, |
|
"Ġcharact": 1131, |
|
"Ġ**": 1132, |
|
"com": 1133, |
|
"Ġprog": 1134, |
|
"ĠSh": 1135, |
|
"ause": 1136, |
|
"Ġunderstanding": 1137, |
|
"Ġcalled": 1138, |
|
"iving": 1139, |
|
"atch": 1140, |
|
"Ġpar": 1141, |
|
"ĠAd": 1142, |
|
"ared": 1143, |
|
"Ġchalleng": 1144, |
|
"uch": 1145, |
|
"Ġpartic": 1146, |
|
"Ġprof": 1147, |
|
"ĠAm": 1148, |
|
"Ġbeh": 1149, |
|
"Ġdesign": 1150, |
|
"cial": 1151, |
|
"cho": 1152, |
|
"Ġtoo": 1153, |
|
"uss": 1154, |
|
"Ġaw": 1155, |
|
"Ġext": 1156, |
|
"Ġway": 1157, |
|
"iss": 1158, |
|
"Ġmed": 1159, |
|
"Ġstru": 1160, |
|
"Ġcomplex": 1161, |
|
"gg": 1162, |
|
"rent": 1163, |
|
"Ġunique": 1164, |
|
"yth": 1165, |
|
"Ġgrow": 1166, |
|
"Ġend": 1167, |
|
"day": 1168, |
|
"Ġfound": 1169, |
|
"ivity": 1170, |
|
"Ġed": 1171, |
|
"ateg": 1172, |
|
"ody": 1173, |
|
",\"": 1174, |
|
"ĠEx": 1175, |
|
"ols": 1176, |
|
"):": 1177, |
|
"thers": 1178, |
|
"izing": 1179, |
|
"ething": 1180, |
|
"ublic": 1181, |
|
"press": 1182, |
|
"Ġgener": 1183, |
|
"ought": 1184, |
|
"Ġess": 1185, |
|
"ination": 1186, |
|
"Ġlong": 1187, |
|
"ality": 1188, |
|
"Ġstudents": 1189, |
|
"ances": 1190, |
|
"ied": 1191, |
|
"ĠUn": 1192, |
|
"aw": 1193, |
|
"Ġcare": 1194, |
|
"ĠAl": 1195, |
|
"aring": 1196, |
|
"Ġsomething": 1197, |
|
"Ġexample": 1198, |
|
"Ġdef": 1199, |
|
"iven": 1200, |
|
"Ġdoes": 1201, |
|
"iles": 1202, |
|
"Ġproduct": 1203, |
|
"Ġtal": 1204, |
|
"iel": 1205, |
|
"Ġcount": 1206, |
|
"vent": 1207, |
|
"Ġmult": 1208, |
|
"To": 1209, |
|
"Ġhim": 1210, |
|
"Ġprovid": 1211, |
|
"Ġmov": 1212, |
|
"Ġrepr": 1213, |
|
"iron": 1214, |
|
"apter": 1215, |
|
"Ġshould": 1216, |
|
"ery": 1217, |
|
"Ġjour": 1218, |
|
"ength": 1219, |
|
"ves": 1220, |
|
"Ġonly": 1221, |
|
"Ġhuman": 1222, |
|
"ĠYou": 1223, |
|
"Ġlist": 1224, |
|
"Ġpotential": 1225, |
|
"Ġagain": 1226, |
|
"Ġ20": 1227, |
|
"'re": 1228, |
|
"ts": 1229, |
|
"Ġspe": 1230, |
|
"Ġserv": 1231, |
|
"Ġbeen": 1232, |
|
"ney": 1233, |
|
"Ġel": 1234, |
|
"az": 1235, |
|
"Ġgrou": 1236, |
|
"Ġfac": 1237, |
|
"pen": 1238, |
|
"ript": 1239, |
|
"As": 1240, |
|
"Ġothers": 1241, |
|
"ired": 1242, |
|
"br": 1243, |
|
"Ġbr": 1244, |
|
"Ġser": 1245, |
|
"Ġposs": 1246, |
|
"Ġtowards": 1247, |
|
"Ġcent": 1248, |
|
"Ġenc": 1249, |
|
"ately": 1250, |
|
"less": 1251, |
|
"raw": 1252, |
|
"Ġcor": 1253, |
|
"ively": 1254, |
|
"ape": 1255, |
|
"read": 1256, |
|
"Ġtake": 1257, |
|
"Ġdep": 1258, |
|
"Ġele": 1259, |
|
"Ġinformation": 1260, |
|
"Ġinput": 1261, |
|
"ier": 1262, |
|
"arly": 1263, |
|
"ples": 1264, |
|
"Ġexplore": 1265, |
|
"Ġcar": 1266, |
|
"Ġamong": 1267, |
|
"Ġlearning": 1268, |
|
"ĠSo": 1269, |
|
"wor": 1270, |
|
"esp": 1271, |
|
"Ġmake": 1272, |
|
"Ġpop": 1273, |
|
"ethod": 1274, |
|
"Ġself": 1275, |
|
"Ġwell": 1276, |
|
"Ġmet": 1277, |
|
"asc": 1278, |
|
"Ġsignificant": 1279, |
|
"Ġincre": 1280, |
|
"Ġident": 1281, |
|
"ital": 1282, |
|
"Ġmost": 1283, |
|
"Ġinvolv": 1284, |
|
"ization": 1285, |
|
"io": 1286, |
|
"So": 1287, |
|
"ocus": 1288, |
|
"Ġ10": 1289, |
|
"..": 1290, |
|
"vers": 1291, |
|
"ooks": 1292, |
|
"Ġafter": 1293, |
|
"Ġhistory": 1294, |
|
"Ġball": 1295, |
|
"Ġbased": 1296, |
|
"Ġstep": 1297, |
|
"raph": 1298, |
|
"ven": 1299, |
|
"Ġdem": 1300, |
|
"viron": 1301, |
|
"Ġbeing": 1302, |
|
"olution": 1303, |
|
"ron": 1304, |
|
"aging": 1305, |
|
"esearch": 1306, |
|
"ĠBut": 1307, |
|
"to": 1308, |
|
"angu": 1309, |
|
"\",": 1310, |
|
"Ġcalcul": 1311, |
|
"line": 1312, |
|
"ner": 1313, |
|
"ental": 1314, |
|
"Ġanother": 1315, |
|
"thing": 1316, |
|
"els": 1317, |
|
"Ġfriends": 1318, |
|
"ploy": 1319, |
|
"Ġacross": 1320, |
|
"Ġbelie": 1321, |
|
"ently": 1322, |
|
"Ġlight": 1323, |
|
"ream": 1324, |
|
"ĠAnd": 1325, |
|
"aut": 1326, |
|
"Ġplan": 1327, |
|
"Ġcontribut": 1328, |
|
"ited": 1329, |
|
"aving": 1330, |
|
"sw": 1331, |
|
"rop": 1332, |
|
"Ġremain": 1333, |
|
"arg": 1334, |
|
"Ġbuild": 1335, |
|
"atic": 1336, |
|
"Ġmem": 1337, |
|
"Ġgre": 1338, |
|
"Ġhand": 1339, |
|
"Ġwater": 1340, |
|
"ways": 1341, |
|
"ĠIm": 1342, |
|
"Ġcost": 1343, |
|
"Ġconsider": 1344, |
|
"Ġused": 1345, |
|
"ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 1346, |
|
"lish": 1347, |
|
"tle": 1348, |
|
"ccess": 1349, |
|
"ince": 1350, |
|
"be": 1351, |
|
"ĠCom": 1352, |
|
"Ġdue": 1353, |
|
"Ġoper": 1354, |
|
"Ġhours": 1355, |
|
"Ġanal": 1356, |
|
"ock": 1357, |
|
"Ġmaking": 1358, |
|
"Ġsociet": 1359, |
|
"Ġsupport": 1360, |
|
"ĠTo": 1361, |
|
"bers": 1362, |
|
"ources": 1363, |
|
"Ġexp": 1364, |
|
"ĠIf": 1365, |
|
"Ġright": 1366, |
|
"Ġjourney": 1367, |
|
"Ġessential": 1368, |
|
"Ġmuch": 1369, |
|
"clusion": 1370, |
|
"Ġperform": 1371, |
|
"ash": 1372, |
|
"Ġtext": 1373, |
|
"IN": 1374, |
|
"Ġhapp": 1375, |
|
"Ġmethod": 1376, |
|
"ills": 1377, |
|
"ix": 1378, |
|
"urther": 1379, |
|
"Ċĉ": 1380, |
|
"iew": 1381, |
|
"ython": 1382, |
|
"Ġwant": 1383, |
|
"Ġfocus": 1384, |
|
"Ġopt": 1385, |
|
"Ġenviron": 1386, |
|
"Ġemb": 1387, |
|
"Ġupon": 1388, |
|
"iques": 1389, |
|
"ears": 1390, |
|
"iness": 1391, |
|
"Ġ[": 1392, |
|
"ency": 1393, |
|
"Ġnow": 1394, |
|
"Ġlangu": 1395, |
|
"ĠHowever": 1396, |
|
"Ġeffect": 1397, |
|
"Ġcrit": 1398, |
|
"Ġmust": 1399, |
|
"Ġdid": 1400, |
|
"Ġprot": 1401, |
|
"ĠAn": 1402, |
|
"oura": 1403, |
|
"Ġmean": 1404, |
|
"ertain": 1405, |
|
"Ġsocial": 1406, |
|
"Ġmon": 1407, |
|
"any": 1408, |
|
"irect": 1409, |
|
"atures": 1410, |
|
"itive": 1411, |
|
"rite": 1412, |
|
"ourse": 1413, |
|
"iverse": 1414, |
|
"Ġthought": 1415, |
|
"Ġinfl": 1416, |
|
"Ġshow": 1417, |
|
"ication": 1418, |
|
"Ġ:": 1419, |
|
"ined": 1420, |
|
"Ġey": 1421, |
|
"Ġknown": 1422, |
|
"Ġbetter": 1423, |
|
"Ġalong": 1424, |
|
"Ġdiscuss": 1425, |
|
"Ġsmall": 1426, |
|
"Ġcho": 1427, |
|
"iting": 1428, |
|
"Ġimpro": 1429, |
|
"orical": 1430, |
|
"par": 1431, |
|
"Ġwithout": 1432, |
|
"ense": 1433, |
|
"Ġmade": 1434, |
|
"name": 1435, |
|
"eric": 1436, |
|
"ify": 1437, |
|
"Ġmat": 1438, |
|
"ogn": 1439, |
|
"Ġinterest": 1440, |
|
"Ġexpress": 1441, |
|
"Ġrole": 1442, |
|
"arr": 1443, |
|
"Ġconcept": 1444, |
|
"Ġstories": 1445, |
|
"Ġpublic": 1446, |
|
"Ġturn": 1447, |
|
"ĠThat": 1448, |
|
"Ġever": 1449, |
|
"ush": 1450, |
|
"yn": 1451, |
|
"Ġorgan": 1452, |
|
"Ġexperiences": 1453, |
|
"ually": 1454, |
|
"Ġkey": 1455, |
|
"Ġconc": 1456, |
|
"::": 1457, |
|
"Ġide": 1458, |
|
"Ġwords": 1459, |
|
"Ġoffer": 1460, |
|
"Ġstory": 1461, |
|
"ĠPro": 1462, |
|
"Ġrepresent": 1463, |
|
"Ġindividuals": 1464, |
|
"Ġpur": 1465, |
|
"Ġcurrent": 1466, |
|
"ray": 1467, |
|
"ledge": 1468, |
|
"Ġphys": 1469, |
|
"Ġred": 1470, |
|
"inating": 1471, |
|
"ilities": 1472, |
|
"Ġheart": 1473, |
|
"ike": 1474, |
|
"Ġbecause": 1475, |
|
"Ġchallenges": 1476, |
|
"uture": 1477, |
|
"Ġresearch": 1478, |
|
"Ġseem": 1479, |
|
"Ġmag": 1480, |
|
"ull": 1481, |
|
"ograph": 1482, |
|
"fully": 1483, |
|
"Ġmaintain": 1484, |
|
"Ġincluding": 1485, |
|
"ee": 1486, |
|
"light": 1487, |
|
"Ġcontain": 1488, |
|
"sel": 1489, |
|
"ending": 1490, |
|
"Ġstruct": 1491, |
|
"Ġben": 1492, |
|
"Ġless": 1493, |
|
"Ġcle": 1494, |
|
"abor": 1495, |
|
"ditions": 1496, |
|
"Ġkeep": 1497, |
|
"'ll": 1498, |
|
"Ġauth": 1499, |
|
"ted": 1500, |
|
"Ġconf": 1501, |
|
"Ġcomb": 1502, |
|
"Ġbus": 1503, |
|
"Ġleg": 1504, |
|
"Ġ19": 1505, |
|
"Ġsever": 1506, |
|
"Ġsol": 1507, |
|
"ience": 1508, |
|
"Ġx": 1509, |
|
"Ġaspect": 1510, |
|
"Ġav": 1511, |
|
"Ġlook": 1512, |
|
"ren": 1513, |
|
"ĠSp": 1514, |
|
"Step": 1515, |
|
"Ġsym": 1516, |
|
"Ġ8": 1517, |
|
"ases": 1518, |
|
"Con": 1519, |
|
"Ġthink": 1520, |
|
"Ġstrateg": 1521, |
|
"Ġopen": 1522, |
|
"istic": 1523, |
|
"Ġtravel": 1524, |
|
"Ġspecific": 1525, |
|
"Ġinflu": 1526, |
|
"Ġsuccess": 1527, |
|
"Ġpain": 1528, |
|
"ole": 1529, |
|
"Ġeveryone": 1530, |
|
"ĠWhat": 1531, |
|
"ered": 1532, |
|
"20": 1533, |
|
"oid": 1534, |
|
"Ġfasc": 1535, |
|
"Ġemot": 1536, |
|
"Ġerr": 1537, |
|
"ason": 1538, |
|
"oun": 1539, |
|
"reci": 1540, |
|
"aterial": 1541, |
|
"au": 1542, |
|
"Ġaff": 1543, |
|
"bs": 1544, |
|
"ĠWith": 1545, |
|
"ally": 1546, |
|
"Ġredu": 1547, |
|
"Ġimportant": 1548, |
|
"Ġimpact": 1549, |
|
"Ġmusic": 1550, |
|
"Ġmar": 1551, |
|
"Ġwhy": 1552, |
|
"Ġtechniques": 1553, |
|
"Ġthings": 1554, |
|
"ĠAr": 1555, |
|
"Ġpromot": 1556, |
|
"Ġrelations": 1557, |
|
"Ġeduc": 1558, |
|
"Ġiss": 1559, |
|
"ived": 1560, |
|
"Ġagainst": 1561, |
|
"ĠWhen": 1562, |
|
"pportun": 1563, |
|
":**": 1564, |
|
"Ġansw": 1565, |
|
"Ġthroughout": 1566, |
|
"Ġfost": 1567, |
|
"orts": 1568, |
|
"Ġappreci": 1569, |
|
"Ġinsp": 1570, |
|
"Ġvalue": 1571, |
|
"Ġcharacter": 1572, |
|
"ĠLet": 1573, |
|
"ĠAmeric": 1574, |
|
"Ġpres": 1575, |
|
"import": 1576, |
|
"ustom": 1577, |
|
"Ġinn": 1578, |
|
"Ġbecome": 1579, |
|
"('": 1580, |
|
"und": 1581, |
|
"ele": 1582, |
|
"acy": 1583, |
|
"Ġways": 1584, |
|
"idd": 1585, |
|
"Ġsomeone": 1586, |
|
"Ġ7": 1587, |
|
"Ġbeaut": 1588, |
|
"Ġstand": 1589, |
|
"uck": 1590, |
|
"ert": 1591, |
|
"Ġsaf": 1592, |
|
"ield": 1593, |
|
"nderstand": 1594, |
|
"Ġproble": 1595, |
|
"Ġchang": 1596, |
|
"Ġapproach": 1597, |
|
"up": 1598, |
|
"Ġexc": 1599, |
|
"iction": 1600, |
|
"ruct": 1601, |
|
"Ġliter": 1602, |
|
"by": 1603, |
|
"Ġwrit": 1604, |
|
"Ġalways": 1605, |
|
"wh": 1606, |
|
"avor": 1607, |
|
"Ġhous": 1608, |
|
"Ġspecial": 1609, |
|
"selves": 1610, |
|
"come": 1611, |
|
"Ġdiscover": 1612, |
|
"Ġfamily": 1613, |
|
"ty": 1614, |
|
"Ġfood": 1615, |
|
"path": 1616, |
|
"rol": 1617, |
|
"agement": 1618, |
|
"Ġimm": 1619, |
|
"inally": 1620, |
|
"Ġdon": 1621, |
|
"Ġcru": 1622, |
|
"val": 1623, |
|
"illed": 1624, |
|
"Ġyears": 1625, |
|
"50": 1626, |
|
"Ġfuture": 1627, |
|
"Ġtop": 1628, |
|
"Ġexploring": 1629, |
|
"empor": 1630, |
|
"oad": 1631, |
|
"Ġlove": 1632, |
|
"Ġest": 1633, |
|
"Im": 1634, |
|
"Ġ<<": 1635, |
|
"Ġpoint": 1636, |
|
"ention": 1637, |
|
"Ġemploy": 1638, |
|
"ological": 1639, |
|
"Ġname": 1640, |
|
"Ġlanguage": 1641, |
|
"atives": 1642, |
|
"âĢĶ": 1643, |
|
"ats": 1644, |
|
"Ġcreating": 1645, |
|
"();": 1646, |
|
"Ġanim": 1647, |
|
"Ġremember": 1648, |
|
"ystem": 1649, |
|
"Ġmom": 1650, |
|
"Ġinteg": 1651, |
|
"ision": 1652, |
|
"Ġopportun": 1653, |
|
"Ġfile": 1654, |
|
"Ġprovide": 1655, |
|
"Ġcultural": 1656, |
|
"Ġmind": 1657, |
|
"asing": 1658, |
|
"hips": 1659, |
|
"ergy": 1660, |
|
"Ġsit": 1661, |
|
"otal": 1662, |
|
"Ġmark": 1663, |
|
"Ġshare": 1664, |
|
"Ġinit": 1665, |
|
"',": 1666, |
|
"Ġplace": 1667, |
|
"Ġsound": 1668, |
|
"arth": 1669, |
|
"ane": 1670, |
|
"Ġmultip": 1671, |
|
"Ġchange": 1672, |
|
"Ġ&": 1673, |
|
"Ġhere": 1674, |
|
"itle": 1675, |
|
"Ġstd": 1676, |
|
"Ġknowledge": 1677, |
|
"ients": 1678, |
|
"son": 1679, |
|
"Ġpattern": 1680, |
|
"Ġaccess": 1681, |
|
"Ġenvironment": 1682, |
|
"Section": 1683, |
|
"Ġdraw": 1684, |
|
"aces": 1685, |
|
"ĠEm": 1686, |
|
"ale": 1687, |
|
"ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 1688, |
|
"\")": 1689, |
|
"Ġthree": 1690, |
|
"ements": 1691, |
|
"Ġmodern": 1692, |
|
"omen": 1693, |
|
"til": 1694, |
|
"Ġskills": 1695, |
|
"Ġscho": 1696, |
|
"Ġpersonal": 1697, |
|
"Ġmeans": 1698, |
|
"Ġvalu": 1699, |
|
"inary": 1700, |
|
"atural": 1701, |
|
"__": 1702, |
|
"Ġmaterial": 1703, |
|
"Ġbal": 1704, |
|
"Ġrele": 1705, |
|
"ĠĊ": 1706, |
|
"Ġrespons": 1707, |
|
"etimes": 1708, |
|
"Ġchild": 1709, |
|
"Ġprint": 1710, |
|
"Ġdeterm": 1711, |
|
"ey": 1712, |
|
"Ġbeg": 1713, |
|
"ĠOne": 1714, |
|
"Ġinvest": 1715, |
|
"Ġinclude": 1716, |
|
"elling": 1717, |
|
"Ġdr": 1718, |
|
"Ġfin": 1719, |
|
"Ġair": 1720, |
|
"oss": 1721, |
|
"ral": 1722, |
|
".,": 1723, |
|
"Ġcity": 1724, |
|
"Ġnam": 1725, |
|
"ĠEn": 1726, |
|
"Ġfollowing": 1727, |
|
"Ġbra": 1728, |
|
"ĠThrough": 1729, |
|
"Ġhistorical": 1730, |
|
"Ġbody": 1731, |
|
"Ġseveral": 1732, |
|
"Ġrespect": 1733, |
|
"Let": 1734, |
|
"Ġunit": 1735, |
|
"Ġprogram": 1736, |
|
"###": 1737, |
|
"Ġhome": 1738, |
|
"Ġshap": 1739, |
|
"Ġfascinating": 1740, |
|
"Ġcrucial": 1741, |
|
"avig": 1742, |
|
"Ġwond": 1743, |
|
"Ġinstance": 1744, |
|
"Ġsw": 1745, |
|
"Ġdirect": 1746, |
|
"aves": 1747, |
|
"for": 1748, |
|
"Ġgood": 1749, |
|
"Ġdays": 1750, |
|
"Ġteach": 1751, |
|
"ah": 1752, |
|
"Ġtoday": 1753, |
|
"ked": 1754, |
|
"Ġinnov": 1755, |
|
"emporary": 1756, |
|
"Ġgiven": 1757, |
|
"Ġprob": 1758, |
|
"nderstanding": 1759, |
|
"Ġmess": 1760, |
|
"Ġcontext": 1761, |
|
"ĠThere": 1762, |
|
"Ġexperience": 1763, |
|
"Ġcome": 1764, |
|
"Ex": 1765, |
|
"Ġapplic": 1766, |
|
"Ġcr": 1767, |
|
"jects": 1768, |
|
"Ġgroup": 1769, |
|
"Ġarg": 1770, |
|
"print": 1771, |
|
"Ġelements": 1772, |
|
"reate": 1773, |
|
"Ġnature": 1774, |
|
"Ġvalues": 1775, |
|
"Ġwid": 1776, |
|
"oph": 1777, |
|
"Ġold": 1778, |
|
"anced": 1779, |
|
"Ġlocal": 1780, |
|
"utes": 1781, |
|
"Ġinteract": 1782, |
|
"Ġroom": 1783, |
|
"10": 1784, |
|
"Ġbro": 1785, |
|
"ecess": 1786, |
|
"Ġmiles": 1787, |
|
"Ġresources": 1788, |
|
"Ġtechnology": 1789, |
|
"Ġcalculate": 1790, |
|
"Ch": 1791, |
|
"Ġexplor": 1792, |
|
"Ġsimple": 1793, |
|
"'ve": 1794, |
|
"Ġbook": 1795, |
|
"Ġstill": 1796, |
|
"ios": 1797, |
|
"ration": 1798, |
|
"Ġtools": 1799, |
|
"Ġenergy": 1800, |
|
"Ġbooks": 1801, |
|
"ank": 1802, |
|
"Ġcustom": 1803, |
|
"Ġdiverse": 1804, |
|
"Ġreach": 1805, |
|
"Ġspace": 1806, |
|
"Ġrest": 1807, |
|
"Ġelse": 1808, |
|
"Ġlevel": 1809, |
|
"ening": 1810, |
|
"Ġocc": 1811, |
|
"ava": 1812, |
|
"Ġstrong": 1813, |
|
"side": 1814, |
|
"Ġcertain": 1815, |
|
"Ġvaluable": 1816, |
|
"Ġsun": 1817, |
|
"str": 1818, |
|
"Ġsystems": 1819, |
|
"Ġenh": 1820, |
|
"ots": 1821, |
|
"ĠRe": 1822, |
|
"Ġcommon": 1823, |
|
"Ġquestion": 1824, |
|
"pos": 1825, |
|
"Ġ#": 1826, |
|
"imately": 1827, |
|
"Ġpast": 1828, |
|
"Ġyourself": 1829, |
|
"Ġsearch": 1830, |
|
"ries": 1831, |
|
"joy": 1832, |
|
"Ġtype": 1833, |
|
"Ġeyes": 1834, |
|
"etic": 1835, |
|
"Ġworks": 1836, |
|
"Ġtraditional": 1837, |
|
"ests": 1838, |
|
"Ġpractices": 1839, |
|
"Ġcomput": 1840, |
|
"ior": 1841, |
|
"AT": 1842, |
|
"ĊĊĠĠĠĠĠĠĠ": 1843, |
|
"Ġtre": 1844, |
|
"Ġgr": 1845, |
|
"Ġarr": 1846, |
|
"cent": 1847, |
|
"ĠQ": 1848, |
|
"Ġpath": 1849, |
|
"oci": 1850, |
|
"Ġ//": 1851, |
|
"Ġguid": 1852, |
|
"Ġensure": 1853, |
|
"OR": 1854, |
|
"ges": 1855, |
|
"lan": 1856, |
|
"Ġsame": 1857, |
|
"Ġnon": 1858, |
|
"Ġsurround": 1859, |
|
"ivate": 1860, |
|
"ooking": 1861, |
|
"Ġyoung": 1862, |
|
"Ġbehind": 1863, |
|
"iod": 1864, |
|
"Ġbas": 1865, |
|
"aily": 1866, |
|
"Ġfriend": 1867, |
|
"roduction": 1868, |
|
"Ġparticular": 1869, |
|
"Ġissues": 1870, |
|
"ches": 1871, |
|
"Ġyet": 1872, |
|
"//": 1873, |
|
"Ġlives": 1874, |
|
"ians": 1875, |
|
"ror": 1876, |
|
"aries": 1877, |
|
"ĠInd": 1878, |
|
"Ġtry": 1879, |
|
"Ġobs": 1880, |
|
"Ġallows": 1881, |
|
"cript": 1882, |
|
"Ġexist": 1883, |
|
"Ġcase": 1884, |
|
"aling": 1885, |
|
"ems": 1886, |
|
"Ġancient": 1887, |
|
"ury": 1888, |
|
"Ġevents": 1889, |
|
"orpor": 1890, |
|
"ables": 1891, |
|
"))": 1892, |
|
"orn": 1893, |
|
"ony": 1894, |
|
"An": 1895, |
|
"ulation": 1896, |
|
"aps": 1897, |
|
"Ġill": 1898, |
|
"This": 1899, |
|
"Ġcommunities": 1900, |
|
"ters": 1901, |
|
"lying": 1902, |
|
"ĠInt": 1903, |
|
"Ġleft": 1904, |
|
"Ġaway": 1905, |
|
"Ġhelps": 1906, |
|
"Ġbusiness": 1907, |
|
"ze": 1908, |
|
"Ġdig": 1909, |
|
"Ġproper": 1910, |
|
"Ġpatterns": 1911, |
|
"?\"": 1912, |
|
"ĊĠĠ": 1913, |
|
"Ġnatural": 1914, |
|
"Ġorig": 1915, |
|
"Ġquestions": 1916, |
|
"Ġuser": 1917, |
|
"Ġadvent": 1918, |
|
"chie": 1919, |
|
"Ġcapt": 1920, |
|
"Ġter": 1921, |
|
"Ġrun": 1922, |
|
"Ġencoura": 1923, |
|
"What": 1924, |
|
"ibility": 1925, |
|
"Ġdevelopment": 1926, |
|
"Ġballs": 1927, |
|
"Ġcollect": 1928, |
|
"Ġ==": 1929, |
|
"fort": 1930, |
|
"Ġcommunity": 1931, |
|
"Ġgrowth": 1932, |
|
"ator": 1933, |
|
"ators": 1934, |
|
"Ġenjoy": 1935, |
|
"II": 1936, |
|
"Ġnavig": 1937, |
|
"Ġnecess": 1938, |
|
"Ġaccount": 1939, |
|
"ĠShe": 1940, |
|
"Ġaddress": 1941, |
|
"Ġcoll": 1942, |
|
"Ġlim": 1943, |
|
"Ġnext": 1944, |
|
"yle": 1945, |
|
"Ġgain": 1946, |
|
"Ġuntil": 1947, |
|
"ĠOn": 1948, |
|
"Ġtri": 1949, |
|
"overn": 1950, |
|
"ĠWell": 1951, |
|
"Ġdev": 1952, |
|
"Ġcolor": 1953, |
|
"Ġtimes": 1954, |
|
"Ġjo": 1955, |
|
"word": 1956, |
|
"apt": 1957, |
|
"onse": 1958, |
|
"her": 1959, |
|
"Ġdi": 1960, |
|
"Ġris": 1961, |
|
"Ġlands": 1962, |
|
"Ġactiv": 1963, |
|
"cience": 1964, |
|
"Ġreflect": 1965, |
|
"play": 1966, |
|
"lement": 1967, |
|
"Ġharm": 1968, |
|
"Imagine": 1969, |
|
"ved": 1970, |
|
"Ġmakes": 1971, |
|
"Ġhold": 1972, |
|
"Ġfurther": 1973, |
|
"Ġbreak": 1974, |
|
"Ġbest": 1975, |
|
"ilar": 1976, |
|
"ames": 1977, |
|
"roduct": 1978, |
|
"raft": 1979, |
|
"Ġbenef": 1980, |
|
"Ġelect": 1981, |
|
"Ġmethods": 1982, |
|
"Ġgreat": 1983, |
|
"Ġarea": 1984, |
|
"sequ": 1985, |
|
"Ġglob": 1986, |
|
"ĠEach": 1987, |
|
"Ġtakes": 1988, |
|
"Ġsum": 1989, |
|
"Ġprin": 1990, |
|
"umber": 1991, |
|
"Ġspir": 1992, |
|
"ĠUnderstanding": 1993, |
|
"eter": 1994, |
|
"Ġonce": 1995, |
|
"Ġpresent": 1996, |
|
"Ġperspect": 1997, |
|
"Ġhead": 1998, |
|
"ards": 1999, |
|
"Ġprofess": 2000, |
|
"Ġspeed": 2001, |
|
"Ġbegin": 2002, |
|
"oh": 2003, |
|
"ablish": 2004, |
|
"de": 2005, |
|
"Ġtest": 2006, |
|
"Ġbecom": 2007, |
|
"Ġinsights": 2008, |
|
"Ġlay": 2009, |
|
"Ġfre": 2010, |
|
"Ġnarr": 2011, |
|
"Ġbehav": 2012, |
|
"ope": 2013, |
|
"ells": 2014, |
|
"Ġprotect": 2015, |
|
"def": 2016, |
|
"Ġdistance": 2017, |
|
"fect": 2018, |
|
"Ġaim": 2019, |
|
"go": 2020, |
|
"Ġassoci": 2021, |
|
"work": 2022, |
|
"Ġanaly": 2023, |
|
"Ġlaw": 2024, |
|
"Ġstrategies": 2025, |
|
"Ġcomes": 2026, |
|
"Ġpopular": 2027, |
|
"ĠSystem": 2028, |
|
"Ġinstead": 2029, |
|
"Ġrecogn": 2030, |
|
"Ġblue": 2031, |
|
"Ġeas": 2032, |
|
"Ġopportunities": 2033, |
|
"ilit": 2034, |
|
"elcome": 2035, |
|
"Ġconcern": 2036, |
|
"**:": 2037, |
|
"Ġmyst": 2038, |
|
"Ġpress": 2039, |
|
"Ġcharacters": 2040, |
|
"Ġregard": 2041, |
|
"Ġtransform": 2042, |
|
"Ġsal": 2043, |
|
"let": 2044, |
|
"Ġ12": 2045, |
|
"plic": 2046, |
|
"Ġsociety": 2047, |
|
"oth": 2048, |
|
"Ġfig": 2049, |
|
"ĠSome": 2050, |
|
"ck": 2051, |
|
"eed": 2052, |
|
"Ġwee": 2053, |
|
"Ġpolit": 2054, |
|
"Ġcontinu": 2055, |
|
"Ġscient": 2056, |
|
"Ġstat": 2057, |
|
"Ġanswer": 2058, |
|
"ean": 2059, |
|
"Ġpossible": 2060, |
|
"Ġdiv": 2061, |
|
"istance": 2062, |
|
"Ġaspects": 2063, |
|
"input": 2064, |
|
"Ġsing": 2065, |
|
"Ġfavor": 2066, |
|
"Ġdaily": 2067, |
|
"ender": 2068, |
|
"ially": 2069, |
|
"Ġachie": 2070, |
|
"Ġnear": 2071, |
|
"Ġrequire": 2072, |
|
"urs": 2073, |
|
"Ġmeet": 2074, |
|
"Ġscen": 2075, |
|
"Ġphysical": 2076, |
|
"ample": 2077, |
|
"Ġcritical": 2078, |
|
"inking": 2079, |
|
"Ġrev": 2080, |
|
"ĠĠĠĠĠ": 2081, |
|
"Ġsoft": 2082, |
|
"Ġi": 2083, |
|
"ides": 2084, |
|
"ires": 2085, |
|
"rig": 2086, |
|
"Ġincorpor": 2087, |
|
"Ġfactors": 2088, |
|
"Ġthr": 2089, |
|
"Ġamount": 2090, |
|
"Ġcontinue": 2091, |
|
"Ġfilled": 2092, |
|
"erc": 2093, |
|
"ument": 2094, |
|
"der": 2095, |
|
"Ġaction": 2096, |
|
"Ġnamed": 2097, |
|
"Ġline": 2098, |
|
"Ġlast": 2099, |
|
"Ġclos": 2100, |
|
"conom": 2101, |
|
"First": 2102, |
|
"Ġ100": 2103, |
|
"evidence": 2104, |
|
"ones": 2105, |
|
"Ġcontemporary": 2106, |
|
"ĠPl": 2107, |
|
"\\'": 2108, |
|
"head": 2109, |
|
"ails": 2110, |
|
"ditionally": 2111, |
|
"not": 2112, |
|
"ened": 2113, |
|
"ĠCl": 2114, |
|
"Ġemerg": 2115, |
|
"verage": 2116, |
|
"Ġcommunication": 2117, |
|
"ĠEng": 2118, |
|
"Ġkind": 2119, |
|
"Ġbi": 2120, |
|
"data": 2121, |
|
"Ġfil": 2122, |
|
"Ġschool": 2123, |
|
"Ġnight": 2124, |
|
"Ġavail": 2125, |
|
"ming": 2126, |
|
"Ġet": 2127, |
|
"ounter": 2128, |
|
"Al": 2129, |
|
"ON": 2130, |
|
"Ġsometimes": 2131, |
|
"Ġdeeper": 2132, |
|
"emember": 2133, |
|
"ĊĊ": 2134, |
|
"Ġaud": 2135, |
|
"Ġstudy": 2136, |
|
"Ġmodel": 2137, |
|
"Ġant": 2138, |
|
"Ġsl": 2139, |
|
"But": 2140, |
|
"Ġconvers": 2141, |
|
"Ġstrength": 2142, |
|
"Ġtypes": 2143, |
|
"Ġprobability": 2144, |
|
"yond": 2145, |
|
"Ġ9": 2146, |
|
"erous": 2147, |
|
"Ġcourse": 2148, |
|
"Ġbeyond": 2149, |
|
"Ġshared": 2150, |
|
"ER": 2151, |
|
"sy": 2152, |
|
"Ġcontrol": 2153, |
|
"ises": 2154, |
|
"Ġmeas": 2155, |
|
"Ġparticip": 2156, |
|
"Ġaffect": 2157, |
|
"Ġmach": 2158, |
|
"Ġworking": 2159, |
|
"One": 2160, |
|
"Ġarch": 2161, |
|
"Plan": 2162, |
|
"Ġsay": 2163, |
|
"Ġliving": 2164, |
|
"Ġperiod": 2165, |
|
"Ġintern": 2166, |
|
"Ġpolic": 2167, |
|
"Ġchapter": 2168, |
|
"Ġneeds": 2169, |
|
"ource": 2170, |
|
"ĠPython": 2171, |
|
"Ġminutes": 2172, |
|
"Ġtable": 2173, |
|
"ĠCan": 2174, |
|
"Ġoverall": 2175, |
|
"Ġface": 2176, |
|
"Ġground": 2177, |
|
"ĠSim": 2178, |
|
"Ġfamil": 2179, |
|
"Ġsens": 2180, |
|
"Ġflow": 2181, |
|
"Ġhaving": 2182, |
|
"ording": 2183, |
|
"Ġ|": 2184, |
|
"ancing": 2185, |
|
"Ġstring": 2186, |
|
"oint": 2187, |
|
"Ġonline": 2188, |
|
"Ġdive": 2189, |
|
"ified": 2190, |
|
"ĠAt": 2191, |
|
"ipp": 2192, |
|
"Ġhands": 2193, |
|
"amp": 2194, |
|
"ĠApp": 2195, |
|
"eck": 2196, |
|
"Ġgovern": 2197, |
|
"Ġexact": 2198, |
|
"Ġshort": 2199, |
|
"ĠNow": 2200, |
|
"...": 2201, |
|
"Ġhouse": 2202, |
|
"ls": 2203, |
|
"itut": 2204, |
|
"Ġconditions": 2205, |
|
"Ġ15": 2206, |
|
"Ġtreat": 2207, |
|
"Ġproblem": 2208, |
|
"Ġinvolves": 2209, |
|
"Ġbalance": 2210, |
|
"Ġprofessional": 2211, |
|
"Here": 2212, |
|
"Ġnet": 2213, |
|
"Ġimportance": 2214, |
|
"ging": 2215, |
|
"Ġvery": 2216, |
|
"Ġintric": 2217, |
|
"lex": 2218, |
|
"ched": 2219, |
|
"aster": 2220, |
|
"Ġlandsc": 2221, |
|
"Ġtem": 2222, |
|
"Ġmental": 2223, |
|
"Ġculture": 2224, |
|
"Ġconnections": 2225, |
|
"izations": 2226, |
|
"ips": 2227, |
|
"Ġmot": 2228, |
|
"Ġtrain": 2229, |
|
"Ġmaterials": 2230, |
|
"Ġsecond": 2231, |
|
"Ġrelig": 2232, |
|
"dition": 2233, |
|
"imate": 2234, |
|
"iring": 2235, |
|
"Ġsqu": 2236, |
|
"Ġpred": 2237, |
|
"Ġleading": 2238, |
|
"Ġcontribute": 2239, |
|
"Ġestablish": 2240, |
|
"ĠHis": 2241, |
|
"Ġneeded": 2242, |
|
"ising": 2243, |
|
"inks": 2244, |
|
"Ġ!": 2245, |
|
"Ġ18": 2246, |
|
"ĠAmerican": 2247, |
|
"Write": 2248, |
|
"more": 2249, |
|
"Ġsimilar": 2250, |
|
"ĠIs": 2251, |
|
"ĠWhile": 2252, |
|
"Ġmeaning": 2253, |
|
"ĠAdditionally": 2254, |
|
"Ġgroups": 2255, |
|
"Ġsense": 2256, |
|
"itch": 2257, |
|
"Ġrather": 2258, |
|
"oney": 2259, |
|
"Ġscience": 2260, |
|
"Ġfield": 2261, |
|
"Ġtrue": 2262, |
|
"Ġ60": 2263, |
|
"ciples": 2264, |
|
"Ġeffic": 2265, |
|
"Ġwal": 2266, |
|
"lection": 2267, |
|
"Ġnever": 2268, |
|
"ving": 2269, |
|
"Ġwarm": 2270, |
|
"Ġteam": 2271, |
|
"Ġmultiple": 2272, |
|
"ctions": 2273, |
|
"Ġcompany": 2274, |
|
"Ġeducation": 2275, |
|
"Ġresults": 2276, |
|
"rror": 2277, |
|
"Ġ:=": 2278, |
|
"Ġcir": 2279, |
|
"Ġfar": 2280, |
|
"Ġunits": 2281, |
|
"Ġlibr": 2282, |
|
"ception": 2283, |
|
"Ġage": 2284, |
|
"Ġcaus": 2285, |
|
"ĠAfter": 2286, |
|
"Ġnovel": 2287, |
|
"Ġchanges": 2288, |
|
"Ġhard": 2289, |
|
"ysis": 2290, |
|
"Ġsecret": 2291, |
|
"Ġprim": 2292, |
|
"Int": 2293, |
|
"arge": 2294, |
|
"Ġimagine": 2295, |
|
"Ġminim": 2296, |
|
"Ġsince": 2297, |
|
"ĠCons": 2298, |
|
"Ġthemselves": 2299, |
|
"Ġoutput": 2300, |
|
"iful": 2301, |
|
"Ġscript": 2302, |
|
"ton": 2303, |
|
"ĠBe": 2304, |
|
"Ġconsum": 2305, |
|
"Ġevent": 2306, |
|
"Ġgreen": 2307, |
|
"Ġrelationships": 2308, |
|
"Ġactivities": 2309, |
|
"By": 2310, |
|
"Ġcover": 2311, |
|
"reh": 2312, |
|
"Ġwa": 2313, |
|
"Ġdream": 2314, |
|
"Ġconnection": 2315, |
|
"Ġvisual": 2316, |
|
"isc": 2317, |
|
"Ġeconom": 2318, |
|
"Ġsymb": 2319, |
|
"Ġassociated": 2320, |
|
"arl": 2321, |
|
"igen": 2322, |
|
"Ġanimals": 2323, |
|
"Ġevidence": 2324, |
|
"resh": 2325, |
|
"Ġcollabor": 2326, |
|
"LA": 2327, |
|
"Ġvari": 2328, |
|
"Ġreason": 2329, |
|
"phas": 2330, |
|
"ĠChapter": 2331, |
|
"cle": 2332, |
|
"face": 2333, |
|
"Ġearly": 2334, |
|
"Ġgoing": 2335, |
|
"Ġbig": 2336, |
|
"Ġdemon": 2337, |
|
"Ġwind": 2338, |
|
"Ġinf": 2339, |
|
"ĠTr": 2340, |
|
"Ġauthor": 2341, |
|
"Ġrece": 2342, |
|
"Ġeverything": 2343, |
|
"Ġavailable": 2344, |
|
"ows": 2345, |
|
"oreover": 2346, |
|
"ĠYour": 2347, |
|
"olving": 2348, |
|
"Ġpractice": 2349, |
|
"ynam": 2350, |
|
"Ġoptim": 2351, |
|
"Ġspirit": 2352, |
|
"ĠDe": 2353, |
|
"Ġimplement": 2354, |
|
"Ġdigital": 2355, |
|
"Ġmill": 2356, |
|
"next": 2357, |
|
"Ġcode": 2358, |
|
"Ġbound": 2359, |
|
"Ġyear": 2360, |
|
"Ġview": 2361, |
|
"ĠWor": 2362, |
|
"Ġdelve": 2363, |
|
"Ġadapt": 2364, |
|
"Ġpowerful": 2365, |
|
"Ġproviding": 2366, |
|
"olve": 2367, |
|
"Ġstarted": 2368, |
|
"We": 2369, |
|
"fs": 2370, |
|
"ided": 2371, |
|
"Ġ30": 2372, |
|
"Ġengaging": 2373, |
|
"Ġensuring": 2374, |
|
"comes": 2375, |
|
"ln": 2376, |
|
"python": 2377, |
|
"--------------------------------": 2378, |
|
"Ġprinciples": 2379, |
|
"\":": 2380, |
|
"crib": 2381, |
|
"Ġland": 2382, |
|
"Ġste": 2383, |
|
"const": 2384, |
|
"Ġsitu": 2385, |
|
"my": 2386, |
|
"icate": 2387, |
|
"Ġisn": 2388, |
|
"land": 2389, |
|
"uments": 2390, |
|
"ĠJust": 2391, |
|
"Ġexactly": 2392, |
|
"Ġnumbers": 2393, |
|
"!\"": 2394, |
|
"Ġtas": 2395, |
|
"place": 2396, |
|
"Ġsust": 2397, |
|
"ĠOr": 2398, |
|
"ĠImagine": 2399, |
|
"file": 2400, |
|
"Ġparam": 2401, |
|
"ground": 2402, |
|
"Ġer": 2403, |
|
"ener": 2404, |
|
"And": 2405, |
|
"dom": 2406, |
|
"ĠMy": 2407, |
|
"Ġlittle": 2408, |
|
"ees": 2409, |
|
"chan": 2410, |
|
"ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 2411, |
|
"Ġproducts": 2412, |
|
"Ġareas": 2413, |
|
"Ġproduction": 2414, |
|
"Ġdemonstr": 2415, |
|
"Error": 2416, |
|
"Ġbring": 2417, |
|
"ĠEarth": 2418, |
|
"iece": 2419, |
|
"Ġbir": 2420, |
|
"ids": 2421, |
|
"oday": 2422, |
|
"Ġembra": 2423, |
|
"Ġvo": 2424, |
|
"Ġsharing": 2425, |
|
"Ġmonth": 2426, |
|
"19": 2427, |
|
"Ġdat": 2428, |
|
"Ġ200": 2429, |
|
"Ġrelev": 2430, |
|
"Ġchildren": 2431, |
|
"equ": 2432, |
|
"oon": 2433, |
|
"Ġones": 2434, |
|
"Ġitems": 2435, |
|
"Ġfeatures": 2436, |
|
"Ġsteps": 2437, |
|
"Ġsat": 2438, |
|
"Ġeth": 2439, |
|
"Ġgame": 2440, |
|
"Ġrich": 2441, |
|
"new": 2442, |
|
"Ġincreasing": 2443, |
|
"Ġbuilding": 2444, |
|
"ules": 2445, |
|
"Ġ!=": 2446, |
|
"Ġsupp": 2447, |
|
"12": 2448, |
|
"fun": 2449, |
|
"Ġrep": 2450, |
|
"Ġword": 2451, |
|
"Ġallowing": 2452, |
|
"enge": 2453, |
|
"ulations": 2454, |
|
"aj": 2455, |
|
"Ġliterature": 2456, |
|
"Ġenough": 2457, |
|
"ST": 2458, |
|
"Ġbeautiful": 2459, |
|
"Ġsugg": 2460, |
|
"Ġsustain": 2461, |
|
"ored": 2462, |
|
"irt": 2463, |
|
"Ġconclusion": 2464, |
|
"Ġrange": 2465, |
|
"ecut": 2466, |
|
"Ġoutcomes": 2467, |
|
"ĠNew": 2468, |
|
"iment": 2469, |
|
"Ġmarket": 2470, |
|
"ium": 2471, |
|
"json": 2472, |
|
"Ġur": 2473, |
|
"Ġther": 2474, |
|
"arget": 2475, |
|
"icult": 2476, |
|
"Ġsure": 2477, |
|
"ension": 2478, |
|
"he": 2479, |
|
"ym": 2480, |
|
"Ġz": 2481, |
|
"espite": 2482, |
|
"Ġfull": 2483, |
|
"Ġfund": 2484, |
|
"Ġwhether": 2485, |
|
"Ġsuper": 2486, |
|
"ĠDr": 2487, |
|
"iversity": 2488, |
|
"Ġmoment": 2489, |
|
"Ġglobal": 2490, |
|
"itions": 2491, |
|
"rist": 2492, |
|
"Ġinside": 2493, |
|
"Ġstrugg": 2494, |
|
"cer": 2495, |
|
"How": 2496, |
|
"odies": 2497, |
|
"Ġapples": 2498, |
|
"Ġattention": 2499, |
|
"Ġut": 2500, |
|
"Ġdynam": 2501, |
|
"ĠPr": 2502, |
|
"ibr": 2503, |
|
"Ġindust": 2504, |
|
"ĠTra": 2505, |
|
"âĢĻ": 2506, |
|
"Ġsil": 2507, |
|
"=\"": 2508, |
|
"oes": 2509, |
|
"vert": 2510, |
|
"ously": 2511, |
|
"Ġlearned": 2512, |
|
"sp": 2513, |
|
"Ġlarge": 2514, |
|
"Ġcompon": 2515, |
|
"Ġprocesses": 2516, |
|
"]:": 2517, |
|
"care": 2518, |
|
"Ġforms": 2519, |
|
"ologies": 2520, |
|
"Ġpost": 2521, |
|
"Ġshape": 2522, |
|
"Ġimage": 2523, |
|
"Ġperfect": 2524, |
|
"ĠInst": 2525, |
|
"elebr": 2526, |
|
"Ġnecessary": 2527, |
|
"Ġregarding": 2528, |
|
"Ġfavorite": 2529, |
|
"ĠTe": 2530, |
|
"Ġbegan": 2531, |
|
"af": 2532, |
|
"ann": 2533, |
|
"iar": 2534, |
|
"ancial": 2535, |
|
"ival": 2536, |
|
"sych": 2537, |
|
"oms": 2538, |
|
"enced": 2539, |
|
"the": 2540, |
|
"Ġbecame": 2541, |
|
"ography": 2542, |
|
"Ġstructures": 2543, |
|
"Ġside": 2544, |
|
"ĠOver": 2545, |
|
"iosity": 2546, |
|
"Ġgive": 2547, |
|
"ĠEu": 2548, |
|
"oved": 2549, |
|
"Ġprev": 2550, |
|
"Ġoffers": 2551, |
|
"know": 2552, |
|
"sc": 2553, |
|
"itect": 2554, |
|
"iver": 2555, |
|
"Ġvol": 2556, |
|
"Ġprivate": 2557, |
|
"Ġobserv": 2558, |
|
"inct": 2559, |
|
"Ġbroad": 2560, |
|
"There": 2561, |
|
"Ġcool": 2562, |
|
"Ġselect": 2563, |
|
"Ġmanagement": 2564, |
|
"Ġchallenging": 2565, |
|
"Ġaverage": 2566, |
|
"Ġfeet": 2567, |
|
"Ġconcepts": 2568, |
|
"Ġcompet": 2569, |
|
"ites": 2570, |
|
"Ġfinal": 2571, |
|
"ĠStud": 2572, |
|
"Ġextra": 2573, |
|
"tp": 2574, |
|
"Ġ50": 2575, |
|
"Ġthinking": 2576, |
|
"Ġec": 2577, |
|
"Ġprefer": 2578, |
|
"Ġfostering": 2579, |
|
"oot": 2580, |
|
"ouble": 2581, |
|
"Ġwomen": 2582, |
|
"aste": 2583, |
|
"Ġdiff": 2584, |
|
"Ġmembers": 2585, |
|
"Ġprep": 2586, |
|
"Ġsurrounding": 2587, |
|
"Ġcolors": 2588, |
|
"urthermore": 2589, |
|
"Cl": 2590, |
|
"isions": 2591, |
|
"astic": 2592, |
|
"sh": 2593, |
|
"ift": 2594, |
|
"Ġappreciate": 2595, |
|
"like": 2596, |
|
"rect": 2597, |
|
"oman": 2598, |
|
"Ġfew": 2599, |
|
"time": 2600, |
|
"Ġtrust": 2601, |
|
"Ġefforts": 2602, |
|
"Ġtool": 2603, |
|
"ĠCol": 2604, |
|
"Ġexplain": 2605, |
|
"Ġmaintaining": 2606, |
|
"augh": 2607, |
|
"ativity": 2608, |
|
"Ġwatch": 2609, |
|
"Ġquick": 2610, |
|
"Ġhumans": 2611, |
|
"Ġobject": 2612, |
|
"atform": 2613, |
|
"date": 2614, |
|
"Ġstay": 2615, |
|
"Ġusers": 2616, |
|
"Ġemphas": 2617, |
|
"Ġconsist": 2618, |
|
"Ġbox": 2619, |
|
"Ġrad": 2620, |
|
"Ġresil": 2621, |
|
"Ġchallenge": 2622, |
|
"Ġdoc": 2623, |
|
"Ġrefer": 2624, |
|
"aper": 2625, |
|
"Ġinterp": 2626, |
|
"ivil": 2627, |
|
"Ġgard": 2628, |
|
"Ġemotional": 2629, |
|
"elt": 2630, |
|
"ety": 2631, |
|
"ĠMr": 2632, |
|
"iddle": 2633, |
|
"pass": 2634, |
|
"ifically": 2635, |
|
"alls": 2636, |
|
"Ġlevels": 2637, |
|
"Ġbehavior": 2638, |
|
"ndom": 2639, |
|
"leep": 2640, |
|
"Ġlength": 2641, |
|
"Ġreve": 2642, |
|
"Ġdesp": 2643, |
|
"mon": 2644, |
|
"Ġperformance": 2645, |
|
"ifying": 2646, |
|
"umb": 2647, |
|
"Ġpositive": 2648, |
|
"Ġmor": 2649, |
|
"ĠBl": 2650, |
|
"Ġresponse": 2651, |
|
"Ġentire": 2652, |
|
"Ġcompreh": 2653, |
|
"ĠUnit": 2654, |
|
"overy": 2655, |
|
"Ġaut": 2656, |
|
"Ġsent": 2657, |
|
"Ġbar": 2658, |
|
"Ġmax": 2659, |
|
"Ġidentity": 2660, |
|
"MAT": 2661, |
|
"ended": 2662, |
|
"FOR": 2663, |
|
"urrent": 2664, |
|
"olutions": 2665, |
|
"Ġweek": 2666, |
|
"ik": 2667, |
|
"add": 2668, |
|
"For": 2669, |
|
"ql": 2670, |
|
"Ġuses": 2671, |
|
"ĠCont": 2672, |
|
"15": 2673, |
|
"Ġing": 2674, |
|
"ĠTheir": 2675, |
|
"Ġcuriosity": 2676, |
|
"rim": 2677, |
|
"Ġthough": 2678, |
|
"Ġproject": 2679, |
|
"Ġability": 2680, |
|
"connect": 2681, |
|
"node": 2682, |
|
"Ġcelebr": 2683, |
|
"Ġaccur": 2684, |
|
"ox": 2685, |
|
"Ġport": 2686, |
|
"Ġneg": 2687, |
|
"Ġperspectives": 2688, |
|
"Ġnarratives": 2689, |
|
"Ġcut": 2690, |
|
"Ġintricate": 2691, |
|
"Ġvoid": 2692, |
|
"Ġsignificantly": 2693, |
|
"ĠZ": 2694, |
|
"Ġdog": 2695, |
|
"duct": 2696, |
|
"pected": 2697, |
|
"cy": 2698, |
|
"set": 2699, |
|
"atory": 2700, |
|
"Ġcame": 2701, |
|
"Ġprevent": 2702, |
|
"Ġserve": 2703, |
|
"ĠEurop": 2704, |
|
"rix": 2705, |
|
"Ġmessage": 2706, |
|
"Ġtaking": 2707, |
|
"Ġplaying": 2708, |
|
"Ġsaid": 2709, |
|
"Ġparticularly": 2710, |
|
"acity": 2711, |
|
"Ġphot": 2712, |
|
"Ġdetermine": 2713, |
|
"Ġmoney": 2714, |
|
"Ġunc": 2715, |
|
"Ġremind": 2716, |
|
"Ġdecided": 2717, |
|
"Ġprogress": 2718, |
|
"Ġbeauty": 2719, |
|
"Ġtarget": 2720, |
|
"Ġcomfort": 2721, |
|
"Ġengine": 2722, |
|
"Ġglass": 2723, |
|
"man": 2724, |
|
"Ġid": 2725, |
|
"FORMAT": 2726, |
|
"->": 2727, |
|
"Ġdest": 2728, |
|
"ption": 2729, |
|
"flict": 2730, |
|
"INFORMAT": 2731, |
|
"LAINFORMAT": 2732, |
|
"mt": 2733, |
|
"eness": 2734, |
|
"Ġmath": 2735, |
|
"Ġnumerous": 2736, |
|
"erve": 2737, |
|
"Ġlo": 2738, |
|
"ula": 2739, |
|
"Ġmatter": 2740, |
|
"With": 2741, |
|
"Ġwis": 2742, |
|
"ote": 2743, |
|
"ĠAf": 2744, |
|
"Ġexerc": 2745, |
|
"ruction": 2746, |
|
"ume": 2747, |
|
"Ġplatform": 2748, |
|
"Ġinfluence": 2749, |
|
"iec": 2750, |
|
"iny": 2751, |
|
"ĠRemember": 2752, |
|
"ĠLe": 2753, |
|
"Ġshaping": 2754, |
|
"ule": 2755, |
|
"ffic": 2756, |
|
"Ġquant": 2757, |
|
"Ġcountry": 2758, |
|
"You": 2759, |
|
"gets": 2760, |
|
"Ġsize": 2761, |
|
"Ġdark": 2762, |
|
"Ġreading": 2763, |
|
"Ġclear": 2764, |
|
"40": 2765, |
|
"ilarly": 2766, |
|
"Ġremains": 2767, |
|
"ners": 2768, |
|
"Ġâ": 2769, |
|
"Ġimag": 2770, |
|
"Bob": 2771, |
|
"dd": 2772, |
|
"mer": 2773, |
|
"ene": 2774, |
|
"atter": 2775, |
|
"Ġhope": 2776, |
|
"erson": 2777, |
|
"Ġaccom": 2778, |
|
"Ġanalysis": 2779, |
|
"Ġbenefits": 2780, |
|
"uing": 2781, |
|
"rams": 2782, |
|
"ensive": 2783, |
|
"ished": 2784, |
|
"Ġtown": 2785, |
|
"Ġaltern": 2786, |
|
"ĠFurthermore": 2787, |
|
"Ġheav": 2788, |
|
"Ġrequires": 2789, |
|
"Ġcentury": 2790, |
|
"Name": 2791, |
|
"string": 2792, |
|
"Ġparts": 2793, |
|
"Ġinstall": 2794, |
|
"Ġincred": 2795, |
|
"Ġregular": 2796, |
|
"Ġgrand": 2797, |
|
"Ġded": 2798, |
|
"roll": 2799, |
|
"idst": 2800, |
|
"ither": 2801, |
|
"Ġartists": 2802, |
|
"Ġemotions": 2803, |
|
"Ġenvironmental": 2804, |
|
"Ġbecomes": 2805, |
|
"tings": 2806, |
|
"Ġmiss": 2807, |
|
"ĠToday": 2808, |
|
"Ġvers": 2809, |
|
"izes": 2810, |
|
"Ġplays": 2811, |
|
"Ġvast": 2812, |
|
"Ġput": 2813, |
|
"Ġabove": 2814, |
|
"Ġdeb": 2815, |
|
"Ġempath": 2816, |
|
"ĠChrist": 2817, |
|
"Ġprovides": 2818, |
|
"itud": 2819, |
|
"Ġvibr": 2820, |
|
"ured": 2821, |
|
"Ġmechan": 2822, |
|
"Ġarchitect": 2823, |
|
"PI": 2824, |
|
"Ġreven": 2825, |
|
"Ġrefers": 2826, |
|
"ohn": 2827, |
|
"alf": 2828, |
|
"Ġfinancial": 2829, |
|
"Ġfree": 2830, |
|
"Ġquality": 2831, |
|
"iol": 2832, |
|
"osing": 2833, |
|
"Ġengage": 2834, |
|
"Ġsolve": 2835, |
|
"Finally": 2836, |
|
"Ġcontent": 2837, |
|
"Ġdoesn": 2838, |
|
"EN": 2839, |
|
"It": 2840, |
|
"just": 2841, |
|
"reen": 2842, |
|
"Ġheard": 2843, |
|
"Ġdrawing": 2844, |
|
"println": 2845, |
|
"min": 2846, |
|
"ager": 2847, |
|
"abase": 2848, |
|
"ĠString": 2849, |
|
"fact": 2850, |
|
"ged": 2851, |
|
"ective": 2852, |
|
"illing": 2853, |
|
"Ġdifficult": 2854, |
|
"Ġsou": 2855, |
|
"Ġmix": 2856, |
|
"Ġintegr": 2857, |
|
"Ġsingle": 2858, |
|
"ken": 2859, |
|
"ma": 2860, |
|
"rast": 2861, |
|
"ification": 2862, |
|
"Ġpiece": 2863, |
|
"Ġhom": 2864, |
|
"ĠPh": 2865, |
|
"weet": 2866, |
|
"Ġdistinct": 2867, |
|
"Ġinitial": 2868, |
|
"ply": 2869, |
|
"use": 2870, |
|
"Ġmeters": 2871, |
|
"Ġdance": 2872, |
|
"Ġthemes": 2873, |
|
"text": 2874, |
|
"Ġcultures": 2875, |
|
"ieces": 2876, |
|
"Ġpsych": 2877, |
|
"Ġled": 2878, |
|
"Ġlog": 2879, |
|
"Ġdoing": 2880, |
|
"Ġthoughts": 2881, |
|
"gor": 2882, |
|
"Ġfour": 2883, |
|
"ils": 2884, |
|
"Ġsetting": 2885, |
|
"Next": 2886, |
|
"Ġlive": 2887, |
|
"Ġforward": 2888, |
|
"ĠReg": 2889, |
|
"Ġplants": 2890, |
|
"Ġtalk": 2891, |
|
"Ġideas": 2892, |
|
"apy": 2893, |
|
"ĠMan": 2894, |
|
"Ġ40": 2895, |
|
"Ġreaders": 2896, |
|
"Ġbelieve": 2897, |
|
"idden": 2898, |
|
"Ġconcerns": 2899, |
|
"igenous": 2900, |
|
"AR": 2901, |
|
"Ġge": 2902, |
|
"cious": 2903, |
|
"clude": 2904, |
|
"Ġpoints": 2905, |
|
"ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ": 2906, |
|
"log": 2907, |
|
"rain": 2908, |
|
"aged": 2909, |
|
"ĠMoreover": 2910, |
|
"azing": 2911, |
|
"\");": 2912, |
|
"eters": 2913, |
|
"Ġrequired": 2914, |
|
"Alice": 2915, |
|
"Ġtell": 2916, |
|
"Ġrout": 2917, |
|
"Ġproduce": 2918, |
|
"Ġpromoting": 2919, |
|
"Ġpay": 2920, |
|
"ields": 2921, |
|
"Ġexpression": 2922, |
|
"Ġlessons": 2923, |
|
"iety": 2924, |
|
"Ġdesigned": 2925, |
|
"Ġgenerations": 2926, |
|
"En": 2927, |
|
"esc": 2928, |
|
"ivating": 2929, |
|
"pro": 2930, |
|
"ug": 2931, |
|
"Ġcy": 2932, |
|
"Ġleaves": 2933, |
|
"ĠPer": 2934, |
|
"Ġstate": 2935, |
|
"Ġfa": 2936, |
|
"Ġfit": 2937, |
|
"Ġintrodu": 2938, |
|
"Ġadventure": 2939, |
|
"Ġpolitical": 2940, |
|
"of": 2941, |
|
"ĊĠĠĠĠĠ": 2942, |
|
"Ġleaders": 2943, |
|
"Conclusion": 2944, |
|
"pose": 2945, |
|
"alu": 2946, |
|
"aly": 2947, |
|
"Ġpict": 2948, |
|
"Ġdistribut": 2949, |
|
"Ġtook": 2950, |
|
"Ġapplication": 2951, |
|
"Ġterm": 2952, |
|
"mod": 2953, |
|
"uel": 2954, |
|
"Ġtraining": 2955, |
|
"Ġresilience": 2956, |
|
"Ġdespite": 2957, |
|
"med": 2958, |
|
"Ġsolutions": 2959, |
|
"Ġfair": 2960, |
|
"Ġstyle": 2961, |
|
"Ġrh": 2962, |
|
"ĠHer": 2963, |
|
"Ġcreated": 2964, |
|
"ĠExpl": 2965, |
|
"Ġcosts": 2966, |
|
"Ġchoose": 2967, |
|
"atus": 2968, |
|
"Ġann": 2969, |
|
"mit": 2970, |
|
"Ġfram": 2971, |
|
"Ġrate": 2972, |
|
"ĠCal": 2973, |
|
"pped": 2974, |
|
"Ġarray": 2975, |
|
"Ġsignificance": 2976, |
|
"Ġfaced": 2977, |
|
"ximately": 2978, |
|
"icro": 2979, |
|
"Ġund": 2980, |
|
"ĠFrom": 2981, |
|
"Ġcreativity": 2982, |
|
"ĠUse": 2983, |
|
"Ġfeelings": 2984, |
|
"Ġpassion": 2985, |
|
"File": 2986, |
|
"ulate": 2987, |
|
"ĠMar": 2988, |
|
"Ġcreatures": 2989, |
|
"Ġitself": 2990, |
|
"Ġseeking": 2991, |
|
"Ġidea": 2992, |
|
"Have": 2993, |
|
"mar": 2994, |
|
"Ġnorm": 2995, |
|
"ĠUs": 2996, |
|
"Ġrecord": 2997, |
|
"Ġdecision": 2998, |
|
"oor": 2999, |
|
"Ġ>": 3000, |
|
"Ġhy": 3001, |
|
"rag": 3002, |
|
"Ġprofound": 3003, |
|
"Ġidentify": 3004, |
|
"String": 3005, |
|
"Ġexploration": 3006, |
|
"Ġlibrary": 3007, |
|
"Ġlarg": 3008, |
|
"Ġstatic": 3009, |
|
"Ġstructure": 3010, |
|
"Ġfrequ": 3011, |
|
"ustr": 3012, |
|
"Ġemp": 3013, |
|
"Ġfunctions": 3014, |
|
"Ġwit": 3015, |
|
"Ġlooking": 3016, |
|
"ĠSe": 3017, |
|
"epend": 3018, |
|
"Ġtrying": 3019, |
|
"ression": 3020, |
|
"cription": 3021, |
|
"Ġstress": 3022, |
|
"Ġincreased": 3023, |
|
"ront": 3024, |
|
"Ġcontaining": 3025, |
|
"Ġpromote": 3026, |
|
"right": 3027, |
|
"Ġprec": 3028, |
|
"efore": 3029, |
|
"Ġnut": 3030, |
|
"Ġexamining": 3031, |
|
"Ġhealthcare": 3032, |
|
"Ġprovided": 3033, |
|
"ffer": 3034, |
|
"ties": 3035, |
|
"Ġprice": 3036, |
|
"mos": 3037, |
|
"ork": 3038, |
|
"pri": 3039, |
|
"Ġast": 3040, |
|
"eries": 3041, |
|
"Ġfamous": 3042, |
|
"Ġmedia": 3043, |
|
"Ġchat": 3044, |
|
"Ġrevenue": 3045, |
|
"Ġcivil": 3046, |
|
"Ġmen": 3047, |
|
"Ġgames": 3048, |
|
"Ġrandom": 3049, |
|
"Ġimprove": 3050, |
|
"Ġpurs": 3051, |
|
"Ġesp": 3052, |
|
"Ġcatch": 3053, |
|
"Ġcraft": 3054, |
|
"urity": 3055, |
|
"ellow": 3056, |
|
"gorith": 3057, |
|
"Ġmis": 3058, |
|
"ĠNo": 3059, |
|
"Ġcommit": 3060, |
|
"Ġbreath": 3061, |
|
"Ġwonder": 3062, |
|
"pping": 3063, |
|
"Ġposition": 3064, |
|
"Ġsafety": 3065, |
|
"Ġincorporating": 3066, |
|
"Ġvibrant": 3067, |
|
"Ġdim": 3068, |
|
"Ġsuggest": 3069, |
|
"ĠPre": 3070, |
|
"encies": 3071, |
|
"Ġoperations": 3072, |
|
"going": 3073, |
|
"uly": 3074, |
|
"Ġtou": 3075, |
|
"Ġfiction": 3076, |
|
"Ġdom": 3077, |
|
"Ġhor": 3078, |
|
"Ġconflict": 3079, |
|
"ump": 3080, |
|
"Ġsports": 3081, |
|
"Ġtemper": 3082, |
|
"ung": 3083, |
|
"ecially": 3084, |
|
"Ġdecisions": 3085, |
|
"Ġclean": 3086, |
|
"Key": 3087, |
|
"Us": 3088, |
|
"itable": 3089, |
|
"Ġasked": 3090, |
|
"ops": 3091, |
|
"ĠMay": 3092, |
|
"Ġseen": 3093, |
|
"ĠWorld": 3094, |
|
"aim": 3095, |
|
"ler": 3096, |
|
"ny": 3097, |
|
"é": 3098, |
|
"Ġsch": 3099, |
|
"Ġtheory": 3100, |
|
"Ġveg": 3101, |
|
"Ġoccur": 3102, |
|
"At": 3103, |
|
"Create": 3104, |
|
"bles": 3105, |
|
"Ġsleep": 3106, |
|
"ores": 3107, |
|
"Ġfelt": 3108, |
|
"ĠSc": 3109, |
|
"Ġtraditions": 3110, |
|
"Ġaccording": 3111, |
|
"Ġequation": 3112, |
|
"Ġsuccessful": 3113, |
|
"Total": 3114, |
|
"Ġmer": 3115, |
|
"Ġmaj": 3116, |
|
"Ġlif": 3117, |
|
"ĠSu": 3118, |
|
"acks": 3119, |
|
"Ġcapacity": 3120, |
|
"Ġcomponents": 3121, |
|
"RL": 3122, |
|
"Ġwild": 3123, |
|
"Ġbodies": 3124, |
|
"ley": 3125, |
|
"ĠTotal": 3126, |
|
"Ġrealm": 3127, |
|
"Ġfactory": 3128, |
|
"Ġmagic": 3129, |
|
"Ġsafe": 3130, |
|
"Ġinnovative": 3131, |
|
"Ġnavigate": 3132, |
|
"Node": 3133, |
|
"Ġrow": 3134, |
|
"Ġguide": 3135, |
|
"ĠSimilarly": 3136, |
|
"Ġrelevant": 3137, |
|
"On": 3138, |
|
"haps": 3139, |
|
"Ġsurface": 3140, |
|
"Ġgraph": 3141, |
|
"Ġsocietal": 3142, |
|
"Ġdise": 3143, |
|
"Ġpossess": 3144, |
|
"Ġlandscape": 3145, |
|
"Ġmillion": 3146, |
|
"hood": 3147, |
|
"hold": 3148, |
|
"esents": 3149, |
|
"Ġfresh": 3150, |
|
"Ġabs": 3151, |
|
"ellig": 3152, |
|
"Ġ25": 3153, |
|
"Ġbeliefs": 3154, |
|
"Ġinvestig": 3155, |
|
"Ġterms": 3156, |
|
"Ġpredict": 3157, |
|
"],": 3158, |
|
"Ġslow": 3159, |
|
"Ġhidden": 3160, |
|
"epar": 3161, |
|
"Ġappear": 3162, |
|
"cles": 3163, |
|
"Ġoutside": 3164, |
|
"Ġfarm": 3165, |
|
"Ġquite": 3166, |
|
"Ġrepresents": 3167, |
|
"Ġtree": 3168, |
|
"Ġdial": 3169, |
|
"aken": 3170, |
|
"Ġespecially": 3171, |
|
"abit": 3172, |
|
"key": 3173, |
|
"Ġcreative": 3174, |
|
"Ġspecifically": 3175, |
|
"Ġobjects": 3176, |
|
"resp": 3177, |
|
"Ġingred": 3178, |
|
"uries": 3179, |
|
"Ġleast": 3180, |
|
"Ġdescrib": 3181, |
|
"Ġmachine": 3182, |
|
"Ġwar": 3183, |
|
"Ġroot": 3184, |
|
"iation": 3185, |
|
"ĠTime": 3186, |
|
"Ġjava": 3187, |
|
"Ġamidst": 3188, |
|
"Ġvisit": 3189, |
|
"Ċĉĉ": 3190, |
|
"Ġenhance": 3191, |
|
"Ġver": 3192, |
|
"Ġtim": 3193, |
|
"ised": 3194, |
|
"Ġforest": 3195, |
|
"Ġspaces": 3196, |
|
"ults": 3197, |
|
"Ġourselves": 3198, |
|
"Ġreligious": 3199 |
|
}, |
|
"merges": [ |
|
"i n", |
|
"Ġ t", |
|
"Ġ a", |
|
"e r", |
|
"o n", |
|
"e s", |
|
"Ġ Ġ", |
|
"Ġt h", |
|
"e n", |
|
"Ġ s", |
|
"a t", |
|
"Ġ c", |
|
"in g", |
|
"o r", |
|
"Ġth e", |
|
"n d", |
|
"i t", |
|
"r e", |
|
"o u", |
|
"a l", |
|
"Ġ w", |
|
"Ġ p", |
|
"Ġ f", |
|
"i s", |
|
"Ġ o", |
|
"e d", |
|
"a n", |
|
"a r", |
|
"Ġ b", |
|
"i on", |
|
"Ġ m", |
|
"Ġa nd", |
|
"Ġ in", |
|
"Ġ d", |
|
"l e", |
|
"i c", |
|
"Ġt o", |
|
"Ġ h", |
|
"Ġo f", |
|
"ĠĠ ĠĠ", |
|
"en t", |
|
"Ġ e", |
|
"r o", |
|
"c t", |
|
"s t", |
|
"e l", |
|
"e t", |
|
"o m", |
|
"Ġ l", |
|
"i l", |
|
"Ġ n", |
|
"a s", |
|
"Ġ re", |
|
"i m", |
|
"c h", |
|
"u s", |
|
"i v", |
|
"c e", |
|
"u r", |
|
"o w", |
|
"r a", |
|
"at ion", |
|
"Ġ g", |
|
"i d", |
|
"o l", |
|
"i g", |
|
"t h", |
|
"Ġs t", |
|
"er s", |
|
"l y", |
|
"Ġ y", |
|
"Ġ T", |
|
"- -", |
|
"u l", |
|
"ou r", |
|
"i r", |
|
"es s", |
|
"Ġf or", |
|
"u t", |
|
"Ġw h", |
|
"Ġc on", |
|
"o t", |
|
"it h", |
|
"a m", |
|
"i f", |
|
"u n", |
|
"v er", |
|
"Ġ r", |
|
"Ġ A", |
|
"ĠĠ Ġ", |
|
"a y", |
|
"Ġ I", |
|
"e m", |
|
"Ġ S", |
|
"Ġ on", |
|
"Ġw ith", |
|
"Ġe x", |
|
"Ġb e", |
|
"Ġp ro", |
|
"a g", |
|
"a d", |
|
"i es", |
|
"at e", |
|
"ĠT h", |
|
"t er", |
|
"is t", |
|
"Ġ C", |
|
"e ct", |
|
"ĠĠĠĠ ĠĠĠĠ", |
|
"Ġa n", |
|
"Ġ v", |
|
"q u", |
|
"u m", |
|
"Ġ it", |
|
"Ġth at", |
|
"ou t", |
|
"o s", |
|
"o d", |
|
"' s", |
|
"it y", |
|
"Ġ is", |
|
"Ġc om", |
|
"a b", |
|
"Ġa s", |
|
"Ġ =", |
|
"p p", |
|
"Ġ or", |
|
"en d", |
|
"es t", |
|
"v e", |
|
"k e", |
|
"h t", |
|
"Ġa l", |
|
"a in", |
|
"Ġc h", |
|
"Ġy ou", |
|
"er e", |
|
"a nd", |
|
"Ġ le", |
|
"< |", |
|
"| >", |
|
"e c", |
|
"Ġw e", |
|
"i al", |
|
"Ġs h", |
|
"p l", |
|
"r ou", |
|
"iv e", |
|
"Ġ B", |
|
"-- --", |
|
"o p", |
|
"Ġ (", |
|
"a c", |
|
"ig ht", |
|
"o c", |
|
"Ġ us", |
|
"Ġs u", |
|
"il l", |
|
"a p", |
|
"ion s", |
|
"Ġ P", |
|
"r i", |
|
"l d", |
|
"an t", |
|
"Ġ W", |
|
"Ġin t", |
|
"Ġ en", |
|
"Ġ M", |
|
"al l", |
|
"or t", |
|
"Ġn e", |
|
"or e", |
|
"ent s", |
|
"u re", |
|
"Ġ u", |
|
"ic al", |
|
"Ġs p", |
|
"Ġ E", |
|
"e p", |
|
"ou s", |
|
"i z", |
|
"Ġ H", |
|
"Ġy our", |
|
"ro m", |
|
"es e", |
|
"Ġ 1", |
|
"u d", |
|
"Ġa b", |
|
"o g", |
|
"Ġthe ir", |
|
"in e", |
|
"ar t", |
|
"Ġc an", |
|
"an ce", |
|
"a ch", |
|
"Ċ ĠĠĠ", |
|
"Ġ F", |
|
"Ġw or", |
|
"Ġh e", |
|
"Ġa re", |
|
"Ġ im", |
|
"Ġth is", |
|
"Ġ \"", |
|
"Ġ un", |
|
"ation s", |
|
"Ġb y", |
|
"u st", |
|
"Ġ D", |
|
"a ct", |
|
"g h", |
|
"p t", |
|
"ul t", |
|
"in d", |
|
"Ġd e", |
|
"Ġs e", |
|
"Ġa d", |
|
"Ġ R", |
|
"k ing", |
|
"Ġp l", |
|
"en ce", |
|
"0 0", |
|
"Ġf rom", |
|
"Ġr es", |
|
"Ġa t", |
|
"Ġcon t", |
|
"g e", |
|
"ar d", |
|
"i le", |
|
"ĠTh e", |
|
"ag e", |
|
"om e", |
|
"a v", |
|
"p er", |
|
"Ġcom p", |
|
"ĠĠĠĠ ĠĠĠ", |
|
"i p", |
|
"Ġ j", |
|
"d u", |
|
"Ġ L", |
|
"Ġl i", |
|
"u e", |
|
"a st", |
|
"m ent", |
|
"el l", |
|
"Ċ ĠĠĠĠĠĠĠĠ", |
|
"Ġ k", |
|
"ab le", |
|
"k s", |
|
"Ġthe y", |
|
"s e", |
|
"at ing", |
|
"Ġab out", |
|
"id e", |
|
"Ġa r", |
|
"on g", |
|
"th er", |
|
"a re", |
|
"Ġd is", |
|
"ou ld", |
|
"o st", |
|
"Ġm e", |
|
"a ve", |
|
"c es", |
|
"u al", |
|
"Ġ 2", |
|
"Ġint o", |
|
"an s", |
|
"at h", |
|
"Ġt e", |
|
"Ġt r", |
|
"Ġp r", |
|
"n t", |
|
"Ġ N", |
|
"b er", |
|
"as s", |
|
"Ġa pp", |
|
"c l", |
|
"f er", |
|
"ct ion", |
|
"nd er", |
|
"or m", |
|
"Ġe m", |
|
"o o", |
|
"c c", |
|
"Ġst r", |
|
"et h", |
|
"Ċ ĠĠĠĠĠĠĠ", |
|
"Ġal l", |
|
"Ġ O", |
|
"Ġ our", |
|
"Ġli ke", |
|
"rou gh", |
|
"ig n", |
|
"Ġ -", |
|
"Ġth ese", |
|
"Ġc re", |
|
"Ġp er", |
|
"Ġ G", |
|
"ar y", |
|
"* *", |
|
"Ġe v", |
|
"Ġc l", |
|
"or y", |
|
"Ġt ra", |
|
"i e", |
|
"---- ----", |
|
"v el", |
|
"i b", |
|
"am e", |
|
"Ġh ow", |
|
"Ġim p", |
|
"T h", |
|
"i re", |
|
"im e", |
|
"f f", |
|
"or s", |
|
"Ġthe m", |
|
"ic e", |
|
"c i", |
|
"x t", |
|
"n ow", |
|
"at ed", |
|
"Ġ {", |
|
"it ies", |
|
"Ġw as", |
|
"on e", |
|
"ver y", |
|
") ;", |
|
"Ġ out", |
|
"Ġ ro", |
|
"Ġm an", |
|
"in t", |
|
"en s", |
|
"Ġit s", |
|
"f orm", |
|
"Ġu nder", |
|
"Ġu p", |
|
"Ġ qu", |
|
"n e", |
|
"ac k", |
|
"p r", |
|
"os e", |
|
"a k", |
|
"Ġ U", |
|
"ou nd", |
|
"an g", |
|
"us er", |
|
"ing s", |
|
"Ġf e", |
|
"ion al", |
|
"el y", |
|
"Ġd o", |
|
"it e", |
|
"a ce", |
|
"Ġth rough", |
|
"Ġh ave", |
|
"f ul", |
|
"Ġin ter", |
|
"ic h", |
|
"i ous", |
|
"b ot", |
|
"w e", |
|
"Ġn ot", |
|
"ou nt", |
|
"Ġw ill", |
|
"Ġb et", |
|
"p h", |
|
"|> <|", |
|
"Ġcom m", |
|
"if ic", |
|
"Ġ J", |
|
"ar n", |
|
"Ġk now", |
|
"ur es", |
|
"Ġm y", |
|
"Ġh is", |
|
"ur ing", |
|
"o v", |
|
"a il", |
|
"Ġin d", |
|
"ur n", |
|
"rou nd", |
|
"ay s", |
|
"Ġp e", |
|
"Ġon e", |
|
"r y", |
|
"l es", |
|
"Ġh er", |
|
"Ġne w", |
|
"` `", |
|
"st and", |
|
"Ġp re", |
|
"Ġn um", |
|
"Ġs o", |
|
"â Ģ", |
|
"ĠI n", |
|
"Ġ if", |
|
"o od", |
|
"el f", |
|
"a ke", |
|
"Ġex pl", |
|
"' t", |
|
"is h", |
|
"p ect", |
|
"on s", |
|
"d it", |
|
"ol og", |
|
"Ġc ol", |
|
"Ġa m", |
|
"Ġm ore", |
|
"Ġ 3", |
|
"on d", |
|
"Ġwh en", |
|
"ĠTh is", |
|
"l ow", |
|
"Ġt ime", |
|
"Ġth ere", |
|
"il ity", |
|
"ĠI t", |
|
"Ġh el", |
|
"Ġcon s", |
|
"at er", |
|
"p le", |
|
"Ġb ut", |
|
"ra ct", |
|
"Ġwh o", |
|
"or d", |
|
"ic t", |
|
"Ġb o", |
|
"Ġd es", |
|
"as e", |
|
"r u", |
|
"Ġp art", |
|
"Ġwh at", |
|
"Ġ *", |
|
"en g", |
|
"Ġh as", |
|
"o ver", |
|
"Ġre m", |
|
"Ġe very", |
|
"I n", |
|
"ic s", |
|
"ĠS t", |
|
"le ct", |
|
"p ut", |
|
"y s", |
|
"Ġin v", |
|
"Ġsu ch", |
|
"Ġe ach", |
|
"i qu", |
|
"ĠW h", |
|
"r it", |
|
"ar s", |
|
"Ġs ome", |
|
"ent ial", |
|
"Ġd if", |
|
"at es", |
|
"o b", |
|
"Ġhel p", |
|
"Ġwh ile", |
|
"Ġs c", |
|
"op le", |
|
"Ġle t", |
|
"t ing", |
|
"Ġa cc", |
|
"Ġo ver", |
|
"ro w", |
|
"Ġin s", |
|
"Ġ $", |
|
"u b", |
|
"ĊĠĠĠĠĠĠĠĠ ĠĠĠ", |
|
"Ġst ud", |
|
"Ġbe c", |
|
"Ġ Y", |
|
"Ġdis c", |
|
"er v", |
|
"il d", |
|
"Ġle arn", |
|
"we en", |
|
"Ġ }", |
|
"Ġne ed", |
|
"Ġp ers", |
|
"Ġpro du", |
|
"Ġs y", |
|
"Ġin st", |
|
"Ġre l", |
|
"Ġbet ween", |
|
"ch n", |
|
"if e", |
|
"Ġwh ere", |
|
"m ents", |
|
"Ġf ind", |
|
"Ġwh ich", |
|
"ĠC h", |
|
"oo k", |
|
"Ġex per", |
|
"e f", |
|
"Ġv al", |
|
"at ive", |
|
"ir st", |
|
"Ġpe ople", |
|
"i a", |
|
"Th e", |
|
"ar k", |
|
"Ġsp ec", |
|
"n ect", |
|
"Ġin c", |
|
"Ġunder stand", |
|
"a king", |
|
"Ġ +", |
|
"it s", |
|
"t ain", |
|
"Ġa g", |
|
"Ġt w", |
|
"m s", |
|
"Ġ ra", |
|
"Ġo ther", |
|
"Ġwor ld", |
|
"iv es", |
|
"Ġs oc", |
|
"at a", |
|
"l ic", |
|
"Ġar t", |
|
"Ġdif fer", |
|
"ar ch", |
|
"Ġre c", |
|
") .", |
|
"o y", |
|
"ig h", |
|
"w ard", |
|
"e g", |
|
"Ġp h", |
|
"Ġv ar", |
|
"ul ar", |
|
"cl ud", |
|
"c ed", |
|
"iz e", |
|
"Ġf un", |
|
"y p", |
|
"Ġus ing", |
|
"u es", |
|
"a pp", |
|
"s o", |
|
"ur al", |
|
"Ġa ct", |
|
"en ces", |
|
"ri b", |
|
"f t", |
|
"Ġp os", |
|
"w n", |
|
"Ġb l", |
|
"Ġex am", |
|
"r ess", |
|
"Ġwith in", |
|
"Ġte chn", |
|
"Ġre t", |
|
"ol d", |
|
"in al", |
|
"Ġpro v", |
|
"ce pt", |
|
"st em", |
|
"Ġa c", |
|
"eth er", |
|
"ic es", |
|
"et s", |
|
"er ing", |
|
"Ġd ec", |
|
"em ent", |
|
"al s", |
|
"a us", |
|
"l l", |
|
"Ġre g", |
|
"Ġs ign", |
|
"Ġad v", |
|
"c on", |
|
"u c", |
|
"Ġ 4", |
|
"ow n", |
|
"Ġs im", |
|
"as ed", |
|
"Ġcomm un", |
|
"c ess", |
|
"Ġh ist", |
|
"Ġan y", |
|
"Ġal so", |
|
"e ad", |
|
"Ġc ould", |
|
"re e", |
|
"Ġh um", |
|
"al th", |
|
"i an", |
|
"Ġc ur", |
|
"Ġ `", |
|
"Ġnum ber", |
|
"ow er", |
|
"Ġev en", |
|
"t en", |
|
"Ġw ould", |
|
"n ess", |
|
"is e", |
|
"Ġe ff", |
|
"e ver", |
|
"od e", |
|
"at ure", |
|
"i et", |
|
"j ect", |
|
"Ġ ke", |
|
"Ġj ust", |
|
"iv id", |
|
"Ġs ur", |
|
"r ic", |
|
"Ġ 5", |
|
"Ġ '", |
|
"Ġman y", |
|
"ib le", |
|
"l ed", |
|
"t e", |
|
"Ġch ar", |
|
"Ġg en", |
|
"Ġd uring", |
|
"Ġre al", |
|
"end s", |
|
"Ġexper i", |
|
"Ġd ist", |
|
"pp ort", |
|
"s s", |
|
"Ġf l", |
|
"Ġc all", |
|
"h ip", |
|
"is m", |
|
"Ġl ife", |
|
"S t", |
|
"Ġs k", |
|
"( )", |
|
"il y", |
|
"vel op", |
|
"Ġs om", |
|
"Ġtr ans", |
|
"in k", |
|
"Ġm od", |
|
"Ġc o", |
|
"Ġin clud", |
|
"Ġg ra", |
|
"Ġs m", |
|
". \"", |
|
"Ġ K", |
|
"ter n", |
|
"Ġcomp le", |
|
"ol v", |
|
"Ġtw o", |
|
"Ġ /", |
|
"Ġn o", |
|
"Ġdiffer ent", |
|
"# #", |
|
"ĠB y", |
|
"Ġth an", |
|
"Ġret urn", |
|
"Ġ âĢ", |
|
"Ġ <", |
|
"er n", |
|
"re at", |
|
"o ve", |
|
"ĠH ow", |
|
"ĠW e", |
|
"Ġpl ay", |
|
"Ġbo th", |
|
"Ġc ult", |
|
"r ing", |
|
"c ing", |
|
"Ġas s", |
|
"e x", |
|
"Ġwor k", |
|
"p ort", |
|
"Ġm ight", |
|
"Ġfor m", |
|
"Ġm ay", |
|
"iv ers", |
|
"an ge", |
|
"d s", |
|
"or ies", |
|
"and s", |
|
"g ht", |
|
"Ċ ĊĠĠĠ", |
|
"-------- --------", |
|
"Ġo b", |
|
"ĊĠĠĠĠĠĠĠĠ ĠĠĠĠĠĠĠĠ", |
|
"00 0", |
|
"Ġus e", |
|
"f ore", |
|
"Ġcon nect", |
|
") ,", |
|
"Ġm ain", |
|
"f ter", |
|
"Ġsh e", |
|
"Ġa round", |
|
"Ġf ri", |
|
"Ġb ack", |
|
"Ġd et", |
|
"ic k", |
|
"Ġg o", |
|
"b le", |
|
"Ġch all", |
|
"ro du", |
|
"( \"", |
|
"ar m", |
|
"Ġat t", |
|
"Ġ V", |
|
"Ġb u", |
|
"`` `", |
|
"f l", |
|
"er m", |
|
"in es", |
|
"o ther", |
|
"Ġpers on", |
|
"id ent", |
|
"iqu e", |
|
"er g", |
|
"ivid ual", |
|
"Ġad d", |
|
"ol ut", |
|
"Ġd ay", |
|
"ab ility", |
|
"olog y", |
|
"es ent", |
|
"t al", |
|
"ak es", |
|
"dit ional", |
|
"iz ed", |
|
"rib ut", |
|
"Ġf am", |
|
"ath er", |
|
"ĠâĢ ĵ", |
|
"ra m", |
|
"Ġp ract", |
|
"ag es", |
|
"Ġind ividual", |
|
"ou gh", |
|
"Ġw ere", |
|
"Ġg u", |
|
"Ġre ad", |
|
"Ġre qu", |
|
"Ġhe alth", |
|
"Ġ 0", |
|
"Ġvar ious", |
|
"Ġs et", |
|
"Ġb el", |
|
"Ġh ad", |
|
"Ġsu b", |
|
"er r", |
|
"in s", |
|
"Ġd el", |
|
"Ġ ent", |
|
"re d", |
|
"Ġen g", |
|
"Ġth ose", |
|
"Ġf ol", |
|
"Ġimp ort", |
|
"Ġf irst", |
|
"Ġse e", |
|
"Ġs a", |
|
"Ġle ad", |
|
"g et", |
|
"Ġpro cess", |
|
"Ġh igh", |
|
"ĠF or", |
|
"ist s", |
|
"W h", |
|
"p or", |
|
"ĠA s", |
|
"it ion", |
|
"Ġst art", |
|
"Ġo wn", |
|
"Ġc ap", |
|
"ation al", |
|
"i ent", |
|
"ĠC on", |
|
"c ul", |
|
"Ġcre ate", |
|
"Ġe qu", |
|
"id er", |
|
"ight s", |
|
". <|", |
|
"r es", |
|
"Ġto tal", |
|
"Ġd ata", |
|
"Ġre f", |
|
"Ġg l", |
|
"or ing", |
|
"ro ss", |
|
"Ġp at", |
|
"en c", |
|
"ĠThe y", |
|
"in ing", |
|
"Ġt yp", |
|
"Ġp ot", |
|
"ag ine", |
|
"Ġall ow", |
|
"Ċ Ġ", |
|
"im es", |
|
"Ġp ol", |
|
"Ġfun ction", |
|
"Ġin form", |
|
"p s", |
|
"ĠH e", |
|
"Ġm in", |
|
"ĠTh ese", |
|
"? <|", |
|
"Ġp o", |
|
"n g", |
|
"l ing", |
|
"Ġfe el", |
|
"ical ly", |
|
"Ġs ec", |
|
"Ġg et", |
|
"ect ion", |
|
"Ġh our", |
|
"Ġ 6", |
|
"a x", |
|
"Ġapp ro", |
|
"Ġsign ific", |
|
"Ġpro m", |
|
"Ġv is", |
|
"g an", |
|
"re t", |
|
"em ber", |
|
"Ġl it", |
|
"Ġp ass", |
|
"ad e", |
|
"Ġde velop", |
|
"e w", |
|
"Ġde ep", |
|
"e ar", |
|
"Ġl oc", |
|
"s elf", |
|
"Ġb re", |
|
"Ġcon st", |
|
"y ing", |
|
"Ġto g", |
|
"Ġres ult", |
|
"Ġsy stem", |
|
"N ow", |
|
"n ing", |
|
"a ir", |
|
"id ence", |
|
"Ġres p", |
|
"Ġbe fore", |
|
"e v", |
|
"Ġen s", |
|
"Ġof f", |
|
"Ġtog ether", |
|
"Ġd own", |
|
"Ġm us", |
|
"ward s", |
|
"Ġqu est", |
|
"e xt", |
|
"Ġp ower", |
|
"Ġc al", |
|
"ant s", |
|
"u th", |
|
"Ġfol low", |
|
"Ġof ten", |
|
"cl us", |
|
"Ġf act", |
|
"Ġth en", |
|
"ci ent", |
|
"Ġcl ass", |
|
"Ġcont in", |
|
"Ġchar act", |
|
"Ġ **", |
|
"c om", |
|
"Ġpro g", |
|
"ĠS h", |
|
"aus e", |
|
"Ġunderstand ing", |
|
"Ġcall ed", |
|
"iv ing", |
|
"at ch", |
|
"Ġp ar", |
|
"ĠA d", |
|
"are d", |
|
"Ġchall eng", |
|
"u ch", |
|
"Ġpart ic", |
|
"Ġpro f", |
|
"ĠA m", |
|
"Ġbe h", |
|
"Ġdes ign", |
|
"c ial", |
|
"ch o", |
|
"Ġto o", |
|
"us s", |
|
"Ġa w", |
|
"Ġex t", |
|
"Ġw ay", |
|
"is s", |
|
"Ġm ed", |
|
"Ġstr u", |
|
"Ġcomple x", |
|
"g g", |
|
"r ent", |
|
"Ġun ique", |
|
"y th", |
|
"Ġg row", |
|
"Ġ end", |
|
"d ay", |
|
"Ġf ound", |
|
"iv ity", |
|
"Ġ ed", |
|
"ate g", |
|
"od y", |
|
", \"", |
|
"ĠE x", |
|
"ol s", |
|
") :", |
|
"th ers", |
|
"iz ing", |
|
"eth ing", |
|
"ub lic", |
|
"pr ess", |
|
"Ġgen er", |
|
"ou ght", |
|
"Ġ ess", |
|
"in ation", |
|
"Ġl ong", |
|
"al ity", |
|
"Ġstud ents", |
|
"an ces", |
|
"i ed", |
|
"ĠU n", |
|
"a w", |
|
"Ġc are", |
|
"ĠA l", |
|
"ar ing", |
|
"Ġsom ething", |
|
"Ġexam ple", |
|
"Ġde f", |
|
"iv en", |
|
"Ġdo es", |
|
"il es", |
|
"Ġprodu ct", |
|
"Ġt al", |
|
"i el", |
|
"Ġc ount", |
|
"v ent", |
|
"Ġm ult", |
|
"T o", |
|
"Ġh im", |
|
"Ġprov id", |
|
"Ġm ov", |
|
"Ġre pr", |
|
"ir on", |
|
"ap ter", |
|
"Ġsh ould", |
|
"er y", |
|
"Ġj our", |
|
"eng th", |
|
"v es", |
|
"Ġon ly", |
|
"Ġhum an", |
|
"ĠY ou", |
|
"Ġl ist", |
|
"Ġpot ential", |
|
"Ġag ain", |
|
"Ġ2 0", |
|
"' re", |
|
"t s", |
|
"Ġsp e", |
|
"Ġs erv", |
|
"Ġbe en", |
|
"ne y", |
|
"Ġe l", |
|
"a z", |
|
"Ġg rou", |
|
"Ġf ac", |
|
"p en", |
|
"ri pt", |
|
"A s", |
|
"Ġo thers", |
|
"ire d", |
|
"b r", |
|
"Ġb r", |
|
"Ġs er", |
|
"Ġpos s", |
|
"Ġto wards", |
|
"Ġc ent", |
|
"Ġen c", |
|
"at ely", |
|
"l ess", |
|
"ra w", |
|
"Ġc or", |
|
"iv ely", |
|
"ap e", |
|
"re ad", |
|
"Ġt ake", |
|
"Ġd ep", |
|
"Ġe le", |
|
"Ġinform ation", |
|
"Ġin put", |
|
"i er", |
|
"ar ly", |
|
"pl es", |
|
"Ġexpl ore", |
|
"Ġc ar", |
|
"Ġam ong", |
|
"Ġlearn ing", |
|
"ĠS o", |
|
"w or", |
|
"es p", |
|
"Ġm ake", |
|
"Ġp op", |
|
"eth od", |
|
"Ġs elf", |
|
"Ġw ell", |
|
"Ġm et", |
|
"as c", |
|
"Ġsignific ant", |
|
"Ġinc re", |
|
"Ġ ident", |
|
"it al", |
|
"Ġm ost", |
|
"Ġinv olv", |
|
"iz ation", |
|
"i o", |
|
"S o", |
|
"oc us", |
|
"Ġ1 0", |
|
". .", |
|
"v ers", |
|
"oo ks", |
|
"Ġa fter", |
|
"Ġhist ory", |
|
"Ġb all", |
|
"Ġb ased", |
|
"Ġst ep", |
|
"ra ph", |
|
"v en", |
|
"Ġd em", |
|
"v iron", |
|
"Ġbe ing", |
|
"olut ion", |
|
"r on", |
|
"ag ing", |
|
"ese arch", |
|
"ĠB ut", |
|
"t o", |
|
"ang u", |
|
"\" ,", |
|
"Ġcal cul", |
|
"l ine", |
|
"n er", |
|
"ent al", |
|
"Ġan other", |
|
"th ing", |
|
"el s", |
|
"Ġfri ends", |
|
"pl oy", |
|
"Ġac ross", |
|
"Ġbel ie", |
|
"ent ly", |
|
"Ġl ight", |
|
"re am", |
|
"ĠA nd", |
|
"a ut", |
|
"Ġpl an", |
|
"Ġcont ribut", |
|
"it ed", |
|
"av ing", |
|
"s w", |
|
"ro p", |
|
"Ġrem ain", |
|
"ar g", |
|
"Ġbu ild", |
|
"at ic", |
|
"Ġm em", |
|
"Ġg re", |
|
"Ġh and", |
|
"Ġw ater", |
|
"w ays", |
|
"ĠI m", |
|
"Ġc ost", |
|
"Ġcons ider", |
|
"Ġus ed", |
|
"ĊĠĠĠĠĠĠĠĠ ĠĠĠĠĠĠĠ", |
|
"l ish", |
|
"t le", |
|
"cc ess", |
|
"in ce", |
|
"b e", |
|
"ĠC om", |
|
"Ġd ue", |
|
"Ġo per", |
|
"Ġhour s", |
|
"Ġan al", |
|
"oc k", |
|
"Ġm aking", |
|
"Ġsoc iet", |
|
"Ġsu pport", |
|
"ĠT o", |
|
"b ers", |
|
"our ces", |
|
"Ġex p", |
|
"ĠI f", |
|
"Ġr ight", |
|
"Ġjour ney", |
|
"Ġess ential", |
|
"Ġm uch", |
|
"clus ion", |
|
"Ġper form", |
|
"as h", |
|
"Ġte xt", |
|
"I N", |
|
"Ġh app", |
|
"Ġm ethod", |
|
"ill s", |
|
"i x", |
|
"ur ther", |
|
"Ċ ĉ", |
|
"ie w", |
|
"yth on", |
|
"Ġw ant", |
|
"Ġf ocus", |
|
"Ġo pt", |
|
"Ġen viron", |
|
"Ġem b", |
|
"Ġup on", |
|
"iqu es", |
|
"e ars", |
|
"in ess", |
|
"Ġ [", |
|
"enc y", |
|
"Ġn ow", |
|
"Ġl angu", |
|
"ĠHow ever", |
|
"Ġeff ect", |
|
"Ġc rit", |
|
"Ġm ust", |
|
"Ġd id", |
|
"Ġpro t", |
|
"ĠA n", |
|
"ou ra", |
|
"Ġme an", |
|
"er tain", |
|
"Ġsoc ial", |
|
"Ġm on", |
|
"an y", |
|
"ire ct", |
|
"at ures", |
|
"it ive", |
|
"r ite", |
|
"our se", |
|
"ivers e", |
|
"Ġth ought", |
|
"Ġin fl", |
|
"Ġsh ow", |
|
"ic ation", |
|
"Ġ :", |
|
"in ed", |
|
"Ġe y", |
|
"Ġknow n", |
|
"Ġbet ter", |
|
"Ġal ong", |
|
"Ġdisc uss", |
|
"Ġsm all", |
|
"Ġch o", |
|
"it ing", |
|
"Ġimp ro", |
|
"or ical", |
|
"p ar", |
|
"Ġwith out", |
|
"en se", |
|
"Ġm ade", |
|
"n ame", |
|
"er ic", |
|
"if y", |
|
"Ġm at", |
|
"og n", |
|
"Ġinter est", |
|
"Ġex press", |
|
"Ġro le", |
|
"ar r", |
|
"Ġcon cept", |
|
"Ġst ories", |
|
"Ġp ublic", |
|
"Ġt urn", |
|
"ĠTh at", |
|
"Ġe ver", |
|
"us h", |
|
"y n", |
|
"Ġor gan", |
|
"Ġexperi ences", |
|
"ual ly", |
|
"Ġke y", |
|
"Ġcon c", |
|
": :", |
|
"Ġ ide", |
|
"Ġwor ds", |
|
"Ġof fer", |
|
"Ġst ory", |
|
"ĠP ro", |
|
"Ġrepr esent", |
|
"Ġindividual s", |
|
"Ġp ur", |
|
"Ġcur rent", |
|
"ra y", |
|
"led ge", |
|
"Ġph ys", |
|
"Ġre d", |
|
"in ating", |
|
"il ities", |
|
"Ġhe art", |
|
"i ke", |
|
"Ġbec ause", |
|
"Ġchalleng es", |
|
"ut ure", |
|
"Ġr esearch", |
|
"Ġse em", |
|
"Ġm ag", |
|
"ul l", |
|
"og raph", |
|
"ful ly", |
|
"Ġmain tain", |
|
"Ġinclud ing", |
|
"e e", |
|
"l ight", |
|
"Ġcont ain", |
|
"s el", |
|
"end ing", |
|
"Ġstru ct", |
|
"Ġb en", |
|
"Ġl ess", |
|
"Ġc le", |
|
"ab or", |
|
"dit ions", |
|
"Ġke ep", |
|
"' ll", |
|
"Ġa uth", |
|
"t ed", |
|
"Ġcon f", |
|
"Ġcom b", |
|
"Ġb us", |
|
"Ġle g", |
|
"Ġ1 9", |
|
"Ġse ver", |
|
"Ġs ol", |
|
"i ence", |
|
"Ġ x", |
|
"Ġas pect", |
|
"Ġa v", |
|
"Ġl ook", |
|
"r en", |
|
"ĠS p", |
|
"St ep", |
|
"Ġsy m", |
|
"Ġ 8", |
|
"as es", |
|
"C on", |
|
"Ġth ink", |
|
"Ġstr ateg", |
|
"Ġo pen", |
|
"ist ic", |
|
"Ġtra vel", |
|
"Ġspec ific", |
|
"Ġinfl u", |
|
"Ġsu ccess", |
|
"Ġp ain", |
|
"o le", |
|
"Ġevery one", |
|
"ĠWh at", |
|
"er ed", |
|
"2 0", |
|
"o id", |
|
"Ġf asc", |
|
"Ġem ot", |
|
"Ġ err", |
|
"as on", |
|
"ou n", |
|
"re ci", |
|
"ater ial", |
|
"a u", |
|
"Ġa ff", |
|
"b s", |
|
"ĠW ith", |
|
"al ly", |
|
"Ġre du", |
|
"Ġimport ant", |
|
"Ġimp act", |
|
"Ġmus ic", |
|
"Ġm ar", |
|
"Ġwh y", |
|
"Ġtechn iques", |
|
"Ġth ings", |
|
"ĠA r", |
|
"Ġprom ot", |
|
"Ġrel ations", |
|
"Ġed uc", |
|
"Ġis s", |
|
"iv ed", |
|
"Ġagain st", |
|
"ĠWh en", |
|
"pport un", |
|
": **", |
|
"Ġan sw", |
|
"Ġthrough out", |
|
"Ġf ost", |
|
"ort s", |
|
"Ġapp reci", |
|
"Ġins p", |
|
"Ġval ue", |
|
"Ġcharact er", |
|
"ĠL et", |
|
"ĠAm eric", |
|
"Ġpr es", |
|
"im port", |
|
"ust om", |
|
"Ġin n", |
|
"Ġbec ome", |
|
"( '", |
|
"u nd", |
|
"e le", |
|
"ac y", |
|
"Ġw ays", |
|
"id d", |
|
"Ġsome one", |
|
"Ġ 7", |
|
"Ġbe aut", |
|
"Ġst and", |
|
"uc k", |
|
"er t", |
|
"Ġsa f", |
|
"iel d", |
|
"nder stand", |
|
"Ġpro ble", |
|
"Ġch ang", |
|
"Ġappro ach", |
|
"u p", |
|
"Ġex c", |
|
"ict ion", |
|
"ru ct", |
|
"Ġlit er", |
|
"b y", |
|
"Ġw rit", |
|
"Ġal ways", |
|
"w h", |
|
"av or", |
|
"Ġh ous", |
|
"Ġspec ial", |
|
"sel ves", |
|
"c ome", |
|
"Ġdisc over", |
|
"Ġfam ily", |
|
"t y", |
|
"Ġf ood", |
|
"p ath", |
|
"ro l", |
|
"ag ement", |
|
"Ġim m", |
|
"inal ly", |
|
"Ġd on", |
|
"Ġc ru", |
|
"v al", |
|
"ill ed", |
|
"Ġy ears", |
|
"5 0", |
|
"Ġf uture", |
|
"Ġto p", |
|
"Ġexpl oring", |
|
"em por", |
|
"o ad", |
|
"Ġl ove", |
|
"Ġ est", |
|
"I m", |
|
"Ġ< <", |
|
"Ġpo int", |
|
"ent ion", |
|
"Ġem ploy", |
|
"olog ical", |
|
"Ġn ame", |
|
"Ġlangu age", |
|
"at ives", |
|
"âĢ Ķ", |
|
"at s", |
|
"Ġcre ating", |
|
"( );", |
|
"Ġan im", |
|
"Ġrem ember", |
|
"y stem", |
|
"Ġm om", |
|
"Ġint eg", |
|
"is ion", |
|
"Ġo pportun", |
|
"Ġf ile", |
|
"Ġprov ide", |
|
"Ġcult ural", |
|
"Ġm ind", |
|
"as ing", |
|
"hip s", |
|
"erg y", |
|
"Ġs it", |
|
"ot al", |
|
"Ġm ark", |
|
"Ġsh are", |
|
"Ġin it", |
|
"' ,", |
|
"Ġpl ace", |
|
"Ġs ound", |
|
"ar th", |
|
"an e", |
|
"Ġmult ip", |
|
"Ġch ange", |
|
"Ġ &", |
|
"Ġh ere", |
|
"it le", |
|
"Ġst d", |
|
"Ġknow ledge", |
|
"i ents", |
|
"s on", |
|
"Ġpat tern", |
|
"Ġacc ess", |
|
"Ġenviron ment", |
|
"S ection", |
|
"Ġd raw", |
|
"ac es", |
|
"ĠE m", |
|
"al e", |
|
"ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠĠĠĠĠĠ", |
|
"\" )", |
|
"Ġth ree", |
|
"em ents", |
|
"Ġmod ern", |
|
"om en", |
|
"t il", |
|
"Ġsk ills", |
|
"Ġs cho", |
|
"Ġperson al", |
|
"Ġme ans", |
|
"Ġval u", |
|
"in ary", |
|
"at ural", |
|
"_ _", |
|
"Ġm aterial", |
|
"Ġb al", |
|
"Ġre le", |
|
"Ġ Ċ", |
|
"Ġresp ons", |
|
"et imes", |
|
"Ġch ild", |
|
"Ġpr int", |
|
"Ġdet erm", |
|
"e y", |
|
"Ġbe g", |
|
"ĠO ne", |
|
"Ġinv est", |
|
"Ġinclud e", |
|
"ell ing", |
|
"Ġd r", |
|
"Ġf in", |
|
"Ġa ir", |
|
"os s", |
|
"r al", |
|
". ,", |
|
"Ġc ity", |
|
"Ġn am", |
|
"ĠE n", |
|
"Ġfollow ing", |
|
"Ġb ra", |
|
"ĠTh rough", |
|
"Ġhist orical", |
|
"Ġb ody", |
|
"Ġsever al", |
|
"Ġres pect", |
|
"L et", |
|
"Ġun it", |
|
"Ġprog ram", |
|
"## #", |
|
"Ġh ome", |
|
"Ġsh ap", |
|
"Ġfasc inating", |
|
"Ġcru cial", |
|
"av ig", |
|
"Ġw ond", |
|
"Ġinst ance", |
|
"Ġs w", |
|
"Ġd irect", |
|
"av es", |
|
"f or", |
|
"Ġg ood", |
|
"Ġd ays", |
|
"Ġte ach", |
|
"a h", |
|
"Ġto day", |
|
"k ed", |
|
"Ġinn ov", |
|
"empor ary", |
|
"Ġg iven", |
|
"Ġpro b", |
|
"nderstand ing", |
|
"Ġm ess", |
|
"Ġcont ext", |
|
"ĠTh ere", |
|
"Ġexperi ence", |
|
"Ġcom e", |
|
"E x", |
|
"Ġapp lic", |
|
"Ġc r", |
|
"ject s", |
|
"Ġgrou p", |
|
"Ġar g", |
|
"pr int", |
|
"Ġele ments", |
|
"re ate", |
|
"Ġn ature", |
|
"Ġval ues", |
|
"Ġw id", |
|
"op h", |
|
"Ġo ld", |
|
"an ced", |
|
"Ġloc al", |
|
"ut es", |
|
"Ġinter act", |
|
"Ġro om", |
|
"1 0", |
|
"Ġb ro", |
|
"ec ess", |
|
"Ġm iles", |
|
"Ġres ources", |
|
"Ġtechn ology", |
|
"Ġcalcul ate", |
|
"C h", |
|
"Ġexpl or", |
|
"Ġsim ple", |
|
"' ve", |
|
"Ġb ook", |
|
"Ġst ill", |
|
"i os", |
|
"r ation", |
|
"Ġto ols", |
|
"Ġen ergy", |
|
"Ġb ooks", |
|
"an k", |
|
"Ġc ustom", |
|
"Ġd iverse", |
|
"Ġre ach", |
|
"Ġsp ace", |
|
"Ġr est", |
|
"Ġel se", |
|
"Ġle vel", |
|
"en ing", |
|
"Ġo cc", |
|
"av a", |
|
"Ġstr ong", |
|
"s ide", |
|
"Ġc ertain", |
|
"Ġvalu able", |
|
"Ġs un", |
|
"st r", |
|
"Ġsystem s", |
|
"Ġen h", |
|
"ot s", |
|
"ĠR e", |
|
"Ġcomm on", |
|
"Ġquest ion", |
|
"p os", |
|
"Ġ #", |
|
"im ately", |
|
"Ġp ast", |
|
"Ġyour self", |
|
"Ġse arch", |
|
"r ies", |
|
"j oy", |
|
"Ġtyp e", |
|
"Ġey es", |
|
"et ic", |
|
"Ġwor ks", |
|
"Ġtra ditional", |
|
"est s", |
|
"Ġpract ices", |
|
"Ġcomp ut", |
|
"i or", |
|
"A T", |
|
"Ċ ĊĠĠĠĠĠĠĠ", |
|
"Ġt re", |
|
"Ġg r", |
|
"Ġar r", |
|
"c ent", |
|
"Ġ Q", |
|
"Ġp ath", |
|
"oc i", |
|
"Ġ/ /", |
|
"Ġgu id", |
|
"Ġens ure", |
|
"O R", |
|
"g es", |
|
"l an", |
|
"Ġs ame", |
|
"Ġn on", |
|
"Ġsur round", |
|
"iv ate", |
|
"oo king", |
|
"Ġyou ng", |
|
"Ġbeh ind", |
|
"i od", |
|
"Ġb as", |
|
"ail y", |
|
"Ġfri end", |
|
"rodu ction", |
|
"Ġpartic ular", |
|
"Ġiss ues", |
|
"ch es", |
|
"Ġy et", |
|
"/ /", |
|
"Ġl ives", |
|
"i ans", |
|
"r or", |
|
"ar ies", |
|
"ĠI nd", |
|
"Ġtr y", |
|
"Ġob s", |
|
"Ġallow s", |
|
"c ript", |
|
"Ġex ist", |
|
"Ġc ase", |
|
"al ing", |
|
"em s", |
|
"Ġan cient", |
|
"ur y", |
|
"Ġev ents", |
|
"or por", |
|
"ab les", |
|
") )", |
|
"or n", |
|
"on y", |
|
"A n", |
|
"ul ation", |
|
"ap s", |
|
"Ġ ill", |
|
"Th is", |
|
"Ġcommun ities", |
|
"t ers", |
|
"ly ing", |
|
"ĠI nt", |
|
"Ġle ft", |
|
"Ġaw ay", |
|
"Ġhelp s", |
|
"Ġbus iness", |
|
"z e", |
|
"Ġd ig", |
|
"Ġpro per", |
|
"Ġpattern s", |
|
"? \"", |
|
"Ċ ĠĠ", |
|
"Ġn atural", |
|
"Ġor ig", |
|
"Ġquest ions", |
|
"Ġus er", |
|
"Ġadv ent", |
|
"ch ie", |
|
"Ġcap t", |
|
"Ġt er", |
|
"Ġr un", |
|
"Ġenc oura", |
|
"Wh at", |
|
"ib ility", |
|
"Ġdevelop ment", |
|
"Ġball s", |
|
"Ġcol lect", |
|
"Ġ= =", |
|
"f ort", |
|
"Ġcommun ity", |
|
"Ġgrow th", |
|
"at or", |
|
"at ors", |
|
"Ġen joy", |
|
"I I", |
|
"Ġn avig", |
|
"Ġn ecess", |
|
"Ġacc ount", |
|
"ĠSh e", |
|
"Ġadd ress", |
|
"Ġcol l", |
|
"Ġl im", |
|
"Ġne xt", |
|
"y le", |
|
"Ġg ain", |
|
"Ġun til", |
|
"ĠO n", |
|
"Ġt ri", |
|
"over n", |
|
"ĠW ell", |
|
"Ġde v", |
|
"Ġcol or", |
|
"Ġt imes", |
|
"Ġj o", |
|
"w ord", |
|
"ap t", |
|
"on se", |
|
"h er", |
|
"Ġd i", |
|
"Ġr is", |
|
"Ġl ands", |
|
"Ġact iv", |
|
"ci ence", |
|
"Ġref lect", |
|
"pl ay", |
|
"le ment", |
|
"Ġh arm", |
|
"Im agine", |
|
"v ed", |
|
"Ġm akes", |
|
"Ġh old", |
|
"Ġf urther", |
|
"Ġbre ak", |
|
"Ġb est", |
|
"il ar", |
|
"am es", |
|
"rodu ct", |
|
"ra ft", |
|
"Ġben ef", |
|
"Ġe lect", |
|
"Ġmethod s", |
|
"Ġg reat", |
|
"Ġare a", |
|
"se qu", |
|
"Ġgl ob", |
|
"ĠE ach", |
|
"Ġt akes", |
|
"Ġs um", |
|
"Ġpr in", |
|
"um ber", |
|
"Ġsp ir", |
|
"ĠU nderstanding", |
|
"et er", |
|
"Ġon ce", |
|
"Ġpr esent", |
|
"Ġpers pect", |
|
"Ġhe ad", |
|
"ard s", |
|
"Ġprof ess", |
|
"Ġspe ed", |
|
"Ġbeg in", |
|
"o h", |
|
"ab lish", |
|
"d e", |
|
"Ġt est", |
|
"Ġbec om", |
|
"Ġins ights", |
|
"Ġl ay", |
|
"Ġf re", |
|
"Ġn arr", |
|
"Ġbeh av", |
|
"op e", |
|
"ell s", |
|
"Ġprot ect", |
|
"d ef", |
|
"Ġdist ance", |
|
"f ect", |
|
"Ġa im", |
|
"g o", |
|
"Ġass oci", |
|
"wor k", |
|
"Ġanal y", |
|
"Ġl aw", |
|
"Ġstrateg ies", |
|
"Ġcom es", |
|
"Ġpop ular", |
|
"ĠS ystem", |
|
"Ġinst ead", |
|
"Ġrec ogn", |
|
"Ġbl ue", |
|
"Ġe as", |
|
"Ġopportun ities", |
|
"il it", |
|
"el come", |
|
"Ġconc ern", |
|
"** :", |
|
"Ġmy st", |
|
"Ġpr ess", |
|
"Ġcharact ers", |
|
"Ġreg ard", |
|
"Ġtrans form", |
|
"Ġs al", |
|
"le t", |
|
"Ġ1 2", |
|
"pl ic", |
|
"Ġsociet y", |
|
"o th", |
|
"Ġf ig", |
|
"ĠS ome", |
|
"c k", |
|
"e ed", |
|
"Ġwe e", |
|
"Ġpol it", |
|
"Ġcontin u", |
|
"Ġs cient", |
|
"Ġst at", |
|
"Ġansw er", |
|
"e an", |
|
"Ġposs ible", |
|
"Ġd iv", |
|
"ist ance", |
|
"Ġaspect s", |
|
"in put", |
|
"Ġs ing", |
|
"Ġf avor", |
|
"Ġd aily", |
|
"end er", |
|
"ial ly", |
|
"Ġa chie", |
|
"Ġne ar", |
|
"Ġrequ ire", |
|
"ur s", |
|
"Ġme et", |
|
"Ġsc en", |
|
"Ġphys ical", |
|
"am ple", |
|
"Ġcrit ical", |
|
"in king", |
|
"Ġre v", |
|
"ĠĠĠĠ Ġ", |
|
"Ġso ft", |
|
"Ġ i", |
|
"id es", |
|
"ir es", |
|
"r ig", |
|
"Ġinc orpor", |
|
"Ġfact ors", |
|
"Ġth r", |
|
"Ġam ount", |
|
"Ġcontin ue", |
|
"Ġf illed", |
|
"er c", |
|
"um ent", |
|
"d er", |
|
"Ġa ction", |
|
"Ġnam ed", |
|
"Ġl ine", |
|
"Ġl ast", |
|
"Ġcl os", |
|
"con om", |
|
"F irst", |
|
"Ġ1 00", |
|
"ev idence", |
|
"on es", |
|
"Ġcont emporary", |
|
"ĠP l", |
|
"\\ '", |
|
"h ead", |
|
"ail s", |
|
"ditional ly", |
|
"n ot", |
|
"en ed", |
|
"ĠC l", |
|
"Ġem erg", |
|
"ver age", |
|
"Ġcommun ication", |
|
"ĠE ng", |
|
"Ġk ind", |
|
"Ġb i", |
|
"d ata", |
|
"Ġf il", |
|
"Ġscho ol", |
|
"Ġn ight", |
|
"Ġav ail", |
|
"m ing", |
|
"Ġe t", |
|
"oun ter", |
|
"A l", |
|
"O N", |
|
"Ġsom etimes", |
|
"Ġdeep er", |
|
"em ember", |
|
"Ċ Ċ", |
|
"Ġa ud", |
|
"Ġstud y", |
|
"Ġmod el", |
|
"Ġan t", |
|
"Ġs l", |
|
"B ut", |
|
"Ġcon vers", |
|
"Ġstr ength", |
|
"Ġtyp es", |
|
"Ġprob ability", |
|
"y ond", |
|
"Ġ 9", |
|
"er ous", |
|
"Ġc ourse", |
|
"Ġbe yond", |
|
"Ġsh ared", |
|
"E R", |
|
"s y", |
|
"Ġcont rol", |
|
"is es", |
|
"Ġme as", |
|
"Ġpartic ip", |
|
"Ġaff ect", |
|
"Ġm ach", |
|
"Ġwor king", |
|
"O ne", |
|
"Ġar ch", |
|
"P lan", |
|
"Ġs ay", |
|
"Ġl iving", |
|
"Ġper iod", |
|
"Ġinter n", |
|
"Ġpol ic", |
|
"Ġch apter", |
|
"Ġneed s", |
|
"our ce", |
|
"ĠP ython", |
|
"Ġmin utes", |
|
"Ġt able", |
|
"ĠC an", |
|
"Ġover all", |
|
"Ġf ace", |
|
"Ġg round", |
|
"ĠS im", |
|
"Ġfam il", |
|
"Ġs ens", |
|
"Ġf low", |
|
"Ġh aving", |
|
"ord ing", |
|
"Ġ |", |
|
"an cing", |
|
"Ġstr ing", |
|
"o int", |
|
"Ġon line", |
|
"Ġd ive", |
|
"if ied", |
|
"ĠA t", |
|
"i pp", |
|
"Ġh ands", |
|
"am p", |
|
"ĠA pp", |
|
"ec k", |
|
"Ġg overn", |
|
"Ġex act", |
|
"Ġsh ort", |
|
"ĠN ow", |
|
".. .", |
|
"Ġhous e", |
|
"l s", |
|
"it ut", |
|
"Ġcon ditions", |
|
"Ġ1 5", |
|
"Ġt reat", |
|
"Ġproble m", |
|
"Ġinvolv es", |
|
"Ġbal ance", |
|
"Ġprofess ional", |
|
"H ere", |
|
"Ġn et", |
|
"Ġimport ance", |
|
"g ing", |
|
"Ġ very", |
|
"Ġint ric", |
|
"le x", |
|
"ch ed", |
|
"ast er", |
|
"Ġlands c", |
|
"Ġt em", |
|
"Ġm ental", |
|
"Ġcult ure", |
|
"Ġconnect ions", |
|
"iz ations", |
|
"ip s", |
|
"Ġm ot", |
|
"Ġtra in", |
|
"Ġmaterial s", |
|
"Ġsec ond", |
|
"Ġrel ig", |
|
"dit ion", |
|
"im ate", |
|
"ir ing", |
|
"Ġs qu", |
|
"Ġpre d", |
|
"Ġlead ing", |
|
"Ġcontribut e", |
|
"Ġest ablish", |
|
"ĠH is", |
|
"Ġneed ed", |
|
"is ing", |
|
"in ks", |
|
"Ġ !", |
|
"Ġ1 8", |
|
"ĠAmeric an", |
|
"W rite", |
|
"m ore", |
|
"Ġsim ilar", |
|
"ĠI s", |
|
"ĠWh ile", |
|
"Ġmean ing", |
|
"ĠAd ditionally", |
|
"Ġgrou ps", |
|
"Ġs ense", |
|
"it ch", |
|
"Ġr ather", |
|
"one y", |
|
"Ġs cience", |
|
"Ġf ield", |
|
"Ġtr ue", |
|
"Ġ6 0", |
|
"ci ples", |
|
"Ġeff ic", |
|
"Ġw al", |
|
"le ction", |
|
"Ġne ver", |
|
"v ing", |
|
"Ġw arm", |
|
"Ġte am", |
|
"Ġmultip le", |
|
"ct ions", |
|
"Ġcomp any", |
|
"Ġeduc ation", |
|
"Ġresult s", |
|
"r ror", |
|
"Ġ: =", |
|
"Ġc ir", |
|
"Ġf ar", |
|
"Ġun its", |
|
"Ġli br", |
|
"cept ion", |
|
"Ġa ge", |
|
"Ġc aus", |
|
"ĠA fter", |
|
"Ġno vel", |
|
"Ġchang es", |
|
"Ġh ard", |
|
"ys is", |
|
"Ġsec ret", |
|
"Ġpr im", |
|
"I nt", |
|
"ar ge", |
|
"Ġim agine", |
|
"Ġmin im", |
|
"Ġs ince", |
|
"ĠC ons", |
|
"Ġthem selves", |
|
"Ġout put", |
|
"if ul", |
|
"Ġsc ript", |
|
"t on", |
|
"ĠB e", |
|
"Ġcons um", |
|
"Ġev ent", |
|
"Ġgre en", |
|
"Ġrelations hips", |
|
"Ġactiv ities", |
|
"B y", |
|
"Ġc over", |
|
"re h", |
|
"Ġw a", |
|
"Ġd ream", |
|
"Ġconnect ion", |
|
"Ġvis ual", |
|
"is c", |
|
"Ġe conom", |
|
"Ġsym b", |
|
"Ġassoci ated", |
|
"ar l", |
|
"ig en", |
|
"Ġanim als", |
|
"Ġev idence", |
|
"res h", |
|
"Ġcoll abor", |
|
"L A", |
|
"Ġvar i", |
|
"Ġre ason", |
|
"ph as", |
|
"ĠCh apter", |
|
"c le", |
|
"f ace", |
|
"Ġe arly", |
|
"Ġgo ing", |
|
"Ġb ig", |
|
"Ġdem on", |
|
"Ġw ind", |
|
"Ġin f", |
|
"ĠT r", |
|
"Ġauth or", |
|
"Ġre ce", |
|
"Ġevery thing", |
|
"Ġavail able", |
|
"ow s", |
|
"ore over", |
|
"ĠY our", |
|
"olv ing", |
|
"Ġpract ice", |
|
"yn am", |
|
"Ġopt im", |
|
"Ġspir it", |
|
"ĠD e", |
|
"Ġimp lement", |
|
"Ġdig ital", |
|
"Ġm ill", |
|
"ne xt", |
|
"Ġc ode", |
|
"Ġb ound", |
|
"Ġy ear", |
|
"Ġv iew", |
|
"ĠW or", |
|
"Ġdel ve", |
|
"Ġad apt", |
|
"Ġpower ful", |
|
"Ġprovid ing", |
|
"ol ve", |
|
"Ġstart ed", |
|
"W e", |
|
"f s", |
|
"id ed", |
|
"Ġ3 0", |
|
"Ġeng aging", |
|
"Ġens uring", |
|
"com es", |
|
"l n", |
|
"p ython", |
|
"---------------- ----------------", |
|
"Ġprin ciples", |
|
"\" :", |
|
"c rib", |
|
"Ġl and", |
|
"Ġst e", |
|
"con st", |
|
"Ġsit u", |
|
"m y", |
|
"ic ate", |
|
"Ġis n", |
|
"l and", |
|
"um ents", |
|
"ĠJ ust", |
|
"Ġexact ly", |
|
"Ġnum bers", |
|
"! \"", |
|
"Ġt as", |
|
"pl ace", |
|
"Ġsu st", |
|
"ĠO r", |
|
"ĠIm agine", |
|
"f ile", |
|
"Ġpar am", |
|
"g round", |
|
"Ġ er", |
|
"en er", |
|
"A nd", |
|
"d om", |
|
"ĠM y", |
|
"Ġlit tle", |
|
"e es", |
|
"ch an", |
|
"ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠ", |
|
"Ġproduct s", |
|
"Ġare as", |
|
"Ġprodu ction", |
|
"Ġdemon str", |
|
"E rror", |
|
"Ġb ring", |
|
"ĠE arth", |
|
"ie ce", |
|
"Ġb ir", |
|
"id s", |
|
"od ay", |
|
"Ġemb ra", |
|
"Ġv o", |
|
"Ġsh aring", |
|
"Ġmon th", |
|
"1 9", |
|
"Ġd at", |
|
"Ġ2 00", |
|
"Ġrele v", |
|
"Ġchild ren", |
|
"e qu", |
|
"o on", |
|
"Ġon es", |
|
"Ġit ems", |
|
"Ġfe atures", |
|
"Ġstep s", |
|
"Ġs at", |
|
"Ġe th", |
|
"Ġg ame", |
|
"Ġr ich", |
|
"ne w", |
|
"Ġincre asing", |
|
"Ġbuild ing", |
|
"ul es", |
|
"Ġ! =", |
|
"Ġsu pp", |
|
"1 2", |
|
"f un", |
|
"Ġre p", |
|
"Ġwor d", |
|
"Ġallow ing", |
|
"en ge", |
|
"ul ations", |
|
"a j", |
|
"Ġliter ature", |
|
"Ġen ough", |
|
"S T", |
|
"Ġbeaut iful", |
|
"Ġsu gg", |
|
"Ġsust ain", |
|
"or ed", |
|
"ir t", |
|
"Ġcon clusion", |
|
"Ġr ange", |
|
"ec ut", |
|
"Ġout comes", |
|
"ĠN ew", |
|
"im ent", |
|
"Ġmark et", |
|
"i um", |
|
"j son", |
|
"Ġ ur", |
|
"Ġth er", |
|
"ar get", |
|
"ic ult", |
|
"Ġsu re", |
|
"ens ion", |
|
"h e", |
|
"y m", |
|
"Ġ z", |
|
"esp ite", |
|
"Ġf ull", |
|
"Ġf und", |
|
"Ġwh ether", |
|
"Ġsu per", |
|
"ĠD r", |
|
"ivers ity", |
|
"Ġmom ent", |
|
"Ġglob al", |
|
"it ions", |
|
"r ist", |
|
"Ġins ide", |
|
"Ġstru gg", |
|
"c er", |
|
"H ow", |
|
"od ies", |
|
"Ġapp les", |
|
"Ġatt ention", |
|
"Ġ ut", |
|
"Ġd ynam", |
|
"ĠP r", |
|
"ib r", |
|
"Ġind ust", |
|
"ĠT ra", |
|
"âĢ Ļ", |
|
"Ġs il", |
|
"= \"", |
|
"o es", |
|
"ver t", |
|
"ous ly", |
|
"Ġlearn ed", |
|
"s p", |
|
"Ġl arge", |
|
"Ġcomp on", |
|
"Ġprocess es", |
|
"] :", |
|
"c are", |
|
"Ġfor ms", |
|
"olog ies", |
|
"Ġp ost", |
|
"Ġsh ape", |
|
"Ġim age", |
|
"Ġper fect", |
|
"ĠIn st", |
|
"ele br", |
|
"Ġnecess ary", |
|
"Ġregard ing", |
|
"Ġfavor ite", |
|
"ĠT e", |
|
"Ġbe gan", |
|
"a f", |
|
"an n", |
|
"i ar", |
|
"an cial", |
|
"iv al", |
|
"sy ch", |
|
"om s", |
|
"en ced", |
|
"th e", |
|
"Ġbec ame", |
|
"ograph y", |
|
"Ġstruct ures", |
|
"Ġs ide", |
|
"ĠO ver", |
|
"ios ity", |
|
"Ġg ive", |
|
"ĠE u", |
|
"ov ed", |
|
"Ġpre v", |
|
"Ġoff ers", |
|
"k now", |
|
"s c", |
|
"it ect", |
|
"iv er", |
|
"Ġv ol", |
|
"Ġpr ivate", |
|
"Ġobs erv", |
|
"in ct", |
|
"Ġbro ad", |
|
"Th ere", |
|
"Ġco ol", |
|
"Ġse lect", |
|
"Ġman agement", |
|
"Ġchalleng ing", |
|
"Ġa verage", |
|
"Ġfe et", |
|
"Ġconcept s", |
|
"Ġcomp et", |
|
"it es", |
|
"Ġf inal", |
|
"ĠSt ud", |
|
"Ġext ra", |
|
"t p", |
|
"Ġ5 0", |
|
"Ġth inking", |
|
"Ġe c", |
|
"Ġpre fer", |
|
"Ġfost ering", |
|
"o ot", |
|
"ou ble", |
|
"Ġw omen", |
|
"ast e", |
|
"Ġdif f", |
|
"Ġmem bers", |
|
"Ġpre p", |
|
"Ġsurround ing", |
|
"Ġcol ors", |
|
"urther more", |
|
"C l", |
|
"is ions", |
|
"ast ic", |
|
"s h", |
|
"if t", |
|
"Ġappreci ate", |
|
"l ike", |
|
"re ct", |
|
"om an", |
|
"Ġfe w", |
|
"t ime", |
|
"Ġtr ust", |
|
"Ġeff orts", |
|
"Ġto ol", |
|
"ĠC ol", |
|
"Ġexpl ain", |
|
"Ġmaintain ing", |
|
"au gh", |
|
"at ivity", |
|
"Ġw atch", |
|
"Ġqu ick", |
|
"Ġhum ans", |
|
"Ġob ject", |
|
"at form", |
|
"d ate", |
|
"Ġst ay", |
|
"Ġus ers", |
|
"Ġem phas", |
|
"Ġcons ist", |
|
"Ġbo x", |
|
"Ġra d", |
|
"Ġres il", |
|
"Ġchall enge", |
|
"Ġd oc", |
|
"Ġre fer", |
|
"ap er", |
|
"Ġinter p", |
|
"iv il", |
|
"Ġg ard", |
|
"Ġemot ional", |
|
"el t", |
|
"et y", |
|
"ĠM r", |
|
"idd le", |
|
"p ass", |
|
"if ically", |
|
"all s", |
|
"Ġlevel s", |
|
"Ġbehav ior", |
|
"nd om", |
|
"le ep", |
|
"Ġl ength", |
|
"Ġre ve", |
|
"Ġdes p", |
|
"m on", |
|
"Ġperform ance", |
|
"if ying", |
|
"um b", |
|
"Ġpos itive", |
|
"Ġm or", |
|
"ĠB l", |
|
"Ġresp onse", |
|
"Ġent ire", |
|
"Ġcomp reh", |
|
"ĠUn it", |
|
"o very", |
|
"Ġa ut", |
|
"Ġs ent", |
|
"Ġb ar", |
|
"Ġm ax", |
|
"Ġident ity", |
|
"M AT", |
|
"end ed", |
|
"F OR", |
|
"ur rent", |
|
"olut ions", |
|
"Ġwee k", |
|
"i k", |
|
"ad d", |
|
"F or", |
|
"q l", |
|
"Ġus es", |
|
"ĠCon t", |
|
"1 5", |
|
"Ġ ing", |
|
"ĠThe ir", |
|
"Ġcur iosity", |
|
"r im", |
|
"Ġth ough", |
|
"Ġpro ject", |
|
"Ġab ility", |
|
"con nect", |
|
"n ode", |
|
"Ġc elebr", |
|
"Ġacc ur", |
|
"o x", |
|
"Ġp ort", |
|
"Ġne g", |
|
"Ġperspect ives", |
|
"Ġnarr atives", |
|
"Ġc ut", |
|
"Ġintric ate", |
|
"Ġv oid", |
|
"Ġsignificant ly", |
|
"Ġ Z", |
|
"Ġd og", |
|
"du ct", |
|
"pect ed", |
|
"c y", |
|
"s et", |
|
"at ory", |
|
"Ġc ame", |
|
"Ġpre vent", |
|
"Ġser ve", |
|
"ĠEu rop", |
|
"ri x", |
|
"Ġmess age", |
|
"Ġt aking", |
|
"Ġplay ing", |
|
"Ġsa id", |
|
"Ġparticular ly", |
|
"ac ity", |
|
"Ġph ot", |
|
"Ġdeterm ine", |
|
"Ġm oney", |
|
"Ġun c", |
|
"Ġrem ind", |
|
"Ġdec ided", |
|
"Ġprog ress", |
|
"Ġbeaut y", |
|
"Ġt arget", |
|
"Ġcom fort", |
|
"Ġeng ine", |
|
"Ġgl ass", |
|
"m an", |
|
"Ġ id", |
|
"FOR MAT", |
|
"- >", |
|
"Ġd est", |
|
"pt ion", |
|
"fl ict", |
|
"IN FORMAT", |
|
"LA INFORMAT", |
|
"m t", |
|
"en ess", |
|
"Ġm ath", |
|
"Ġnum erous", |
|
"er ve", |
|
"Ġl o", |
|
"ul a", |
|
"Ġmat ter", |
|
"W ith", |
|
"Ġw is", |
|
"ot e", |
|
"ĠA f", |
|
"Ġex erc", |
|
"ru ction", |
|
"um e", |
|
"Ġpl atform", |
|
"Ġinflu ence", |
|
"i ec", |
|
"in y", |
|
"ĠR emember", |
|
"ĠL e", |
|
"Ġshap ing", |
|
"u le", |
|
"ff ic", |
|
"Ġqu ant", |
|
"Ġcount ry", |
|
"Y ou", |
|
"g ets", |
|
"Ġs ize", |
|
"Ġd ark", |
|
"Ġread ing", |
|
"Ġcle ar", |
|
"4 0", |
|
"il arly", |
|
"Ġremain s", |
|
"n ers", |
|
"Ġ â", |
|
"Ġim ag", |
|
"B ob", |
|
"d d", |
|
"m er", |
|
"en e", |
|
"at ter", |
|
"Ġh ope", |
|
"ers on", |
|
"Ġacc om", |
|
"Ġanal ysis", |
|
"Ġbenef its", |
|
"u ing", |
|
"ra ms", |
|
"ens ive", |
|
"ish ed", |
|
"Ġto wn", |
|
"Ġal tern", |
|
"ĠF urthermore", |
|
"Ġhe av", |
|
"Ġrequ ires", |
|
"Ġcent ury", |
|
"N ame", |
|
"st ring", |
|
"Ġpart s", |
|
"Ġinst all", |
|
"Ġinc red", |
|
"Ġreg ular", |
|
"Ġgra nd", |
|
"Ġd ed", |
|
"ro ll", |
|
"id st", |
|
"ith er", |
|
"Ġart ists", |
|
"Ġemot ions", |
|
"Ġenvironment al", |
|
"Ġbecom es", |
|
"t ings", |
|
"Ġm iss", |
|
"ĠT oday", |
|
"Ġv ers", |
|
"iz es", |
|
"Ġpl ays", |
|
"Ġv ast", |
|
"Ġp ut", |
|
"Ġab ove", |
|
"Ġde b", |
|
"Ġem path", |
|
"ĠCh rist", |
|
"Ġprovid es", |
|
"it ud", |
|
"Ġv ibr", |
|
"ure d", |
|
"Ġme chan", |
|
"Ġarch itect", |
|
"P I", |
|
"Ġre ven", |
|
"Ġref ers", |
|
"oh n", |
|
"al f", |
|
"Ġfin ancial", |
|
"Ġf ree", |
|
"Ġqu ality", |
|
"i ol", |
|
"os ing", |
|
"Ġeng age", |
|
"Ġsol ve", |
|
"F inally", |
|
"Ġcont ent", |
|
"Ġdoes n", |
|
"E N", |
|
"I t", |
|
"j ust", |
|
"re en", |
|
"Ġhe ard", |
|
"Ġdraw ing", |
|
"print ln", |
|
"m in", |
|
"ag er", |
|
"ab ase", |
|
"ĠSt ring", |
|
"f act", |
|
"g ed", |
|
"ect ive", |
|
"ill ing", |
|
"Ġdiff icult", |
|
"Ġs ou", |
|
"Ġm ix", |
|
"Ġinteg r", |
|
"Ġsing le", |
|
"k en", |
|
"m a", |
|
"ra st", |
|
"ific ation", |
|
"Ġp iece", |
|
"Ġh om", |
|
"ĠP h", |
|
"we et", |
|
"Ġdist inct", |
|
"Ġinit ial", |
|
"p ly", |
|
"us e", |
|
"Ġmet ers", |
|
"Ġd ance", |
|
"Ġthem es", |
|
"te xt", |
|
"Ġcult ures", |
|
"iec es", |
|
"Ġp sych", |
|
"Ġl ed", |
|
"Ġl og", |
|
"Ġdo ing", |
|
"Ġthought s", |
|
"g or", |
|
"Ġf our", |
|
"il s", |
|
"Ġset ting", |
|
"N ext", |
|
"Ġl ive", |
|
"Ġfor ward", |
|
"ĠR eg", |
|
"Ġpl ants", |
|
"Ġtal k", |
|
"Ġide as", |
|
"ap y", |
|
"ĠM an", |
|
"Ġ4 0", |
|
"Ġread ers", |
|
"Ġbelie ve", |
|
"idd en", |
|
"Ġconcern s", |
|
"igen ous", |
|
"A R", |
|
"Ġg e", |
|
"ci ous", |
|
"clud e", |
|
"Ġpoint s", |
|
"ĊĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠĠ ĠĠĠĠĠĠĠĠ", |
|
"l og", |
|
"ra in", |
|
"ag ed", |
|
"ĠM oreover", |
|
"az ing", |
|
"\" );", |
|
"et ers", |
|
"Ġrequ ired", |
|
"Al ice", |
|
"Ġt ell", |
|
"Ġr out", |
|
"Ġprodu ce", |
|
"Ġpromot ing", |
|
"Ġp ay", |
|
"iel ds", |
|
"Ġexpress ion", |
|
"Ġless ons", |
|
"iet y", |
|
"Ġdesign ed", |
|
"Ġgener ations", |
|
"E n", |
|
"es c", |
|
"iv ating", |
|
"p ro", |
|
"u g", |
|
"Ġc y", |
|
"Ġle aves", |
|
"ĠP er", |
|
"Ġst ate", |
|
"Ġf a", |
|
"Ġf it", |
|
"Ġint rodu", |
|
"Ġadvent ure", |
|
"Ġpolit ical", |
|
"o f", |
|
"Ċ ĠĠĠĠĠ", |
|
"Ġlead ers", |
|
"Con clusion", |
|
"p ose", |
|
"al u", |
|
"al y", |
|
"Ġp ict", |
|
"Ġdist ribut", |
|
"Ġtoo k", |
|
"Ġapplic ation", |
|
"Ġt erm", |
|
"m od", |
|
"u el", |
|
"Ġtra ining", |
|
"Ġresil ience", |
|
"Ġdesp ite", |
|
"m ed", |
|
"Ġs olutions", |
|
"Ġf air", |
|
"Ġst yle", |
|
"Ġr h", |
|
"ĠH er", |
|
"Ġcre ated", |
|
"ĠEx pl", |
|
"Ġcost s", |
|
"Ġcho ose", |
|
"at us", |
|
"Ġan n", |
|
"m it", |
|
"Ġf ram", |
|
"Ġr ate", |
|
"ĠC al", |
|
"pp ed", |
|
"Ġar ray", |
|
"Ġsignific ance", |
|
"Ġfac ed", |
|
"x imately", |
|
"ic ro", |
|
"Ġu nd", |
|
"ĠF rom", |
|
"Ġcre ativity", |
|
"ĠU se", |
|
"Ġfeel ings", |
|
"Ġpass ion", |
|
"F ile", |
|
"ul ate", |
|
"ĠM ar", |
|
"Ġcre atures", |
|
"Ġits elf", |
|
"Ġsee king", |
|
"Ġide a", |
|
"H ave", |
|
"m ar", |
|
"Ġn orm", |
|
"ĠU s", |
|
"Ġrec ord", |
|
"Ġdec ision", |
|
"o or", |
|
"Ġ >", |
|
"Ġh y", |
|
"ra g", |
|
"Ġprof ound", |
|
"Ġident ify", |
|
"St ring", |
|
"Ġexplor ation", |
|
"Ġlibr ary", |
|
"Ġl arg", |
|
"Ġst atic", |
|
"Ġstruct ure", |
|
"Ġfre qu", |
|
"ust r", |
|
"Ġem p", |
|
"Ġfun ctions", |
|
"Ġw it", |
|
"Ġl ooking", |
|
"ĠS e", |
|
"ep end", |
|
"Ġtr ying", |
|
"ress ion", |
|
"cript ion", |
|
"Ġstr ess", |
|
"Ġincre ased", |
|
"ron t", |
|
"Ġcontain ing", |
|
"Ġpromot e", |
|
"r ight", |
|
"Ġpre c", |
|
"ef ore", |
|
"Ġn ut", |
|
"Ġexam ining", |
|
"Ġhealth care", |
|
"Ġprovid ed", |
|
"f fer", |
|
"t ies", |
|
"Ġpr ice", |
|
"m os", |
|
"or k", |
|
"p ri", |
|
"Ġa st", |
|
"er ies", |
|
"Ġfam ous", |
|
"Ġmed ia", |
|
"Ġch at", |
|
"Ġreven ue", |
|
"Ġc ivil", |
|
"Ġm en", |
|
"Ġg ames", |
|
"Ġra ndom", |
|
"Ġimpro ve", |
|
"Ġpur s", |
|
"Ġ esp", |
|
"Ġc atch", |
|
"Ġc raft", |
|
"ur ity", |
|
"ell ow", |
|
"gor ith", |
|
"Ġm is", |
|
"ĠN o", |
|
"Ġcomm it", |
|
"Ġbre ath", |
|
"Ġwond er", |
|
"pp ing", |
|
"Ġpos ition", |
|
"Ġsaf ety", |
|
"Ġincorpor ating", |
|
"Ġvibr ant", |
|
"Ġd im", |
|
"Ġsugg est", |
|
"ĠP re", |
|
"enc ies", |
|
"Ġoper ations", |
|
"go ing", |
|
"u ly", |
|
"Ġt ou", |
|
"Ġf iction", |
|
"Ġd om", |
|
"Ġh or", |
|
"Ġcon flict", |
|
"um p", |
|
"Ġsp orts", |
|
"Ġtem per", |
|
"un g", |
|
"ec ially", |
|
"Ġdec isions", |
|
"Ġcle an", |
|
"K ey", |
|
"U s", |
|
"it able", |
|
"Ġas ked", |
|
"op s", |
|
"ĠM ay", |
|
"Ġse en", |
|
"ĠWor ld", |
|
"a im", |
|
"l er", |
|
"n y", |
|
"Ã ©", |
|
"Ġs ch", |
|
"Ġthe ory", |
|
"Ġv eg", |
|
"Ġocc ur", |
|
"A t", |
|
"C reate", |
|
"b les", |
|
"Ġs leep", |
|
"or es", |
|
"Ġf elt", |
|
"ĠS c", |
|
"Ġtra ditions", |
|
"Ġacc ording", |
|
"Ġequ ation", |
|
"Ġsuccess ful", |
|
"T otal", |
|
"Ġm er", |
|
"Ġm aj", |
|
"Ġl if", |
|
"ĠS u", |
|
"ac ks", |
|
"Ġcap acity", |
|
"Ġcompon ents", |
|
"R L", |
|
"Ġw ild", |
|
"Ġb odies", |
|
"le y", |
|
"ĠT otal", |
|
"Ġreal m", |
|
"Ġfact ory", |
|
"Ġmag ic", |
|
"Ġsaf e", |
|
"Ġinnov ative", |
|
"Ġnavig ate", |
|
"N ode", |
|
"Ġro w", |
|
"Ġgu ide", |
|
"ĠSim ilarly", |
|
"Ġrelev ant", |
|
"O n", |
|
"h aps", |
|
"Ġsur face", |
|
"Ġgra ph", |
|
"Ġsociet al", |
|
"Ġdis e", |
|
"Ġposs ess", |
|
"Ġlandsc ape", |
|
"Ġmill ion", |
|
"h ood", |
|
"h old", |
|
"es ents", |
|
"Ġf resh", |
|
"Ġab s", |
|
"ell ig", |
|
"Ġ2 5", |
|
"Ġbelie fs", |
|
"Ġinvest ig", |
|
"Ġter ms", |
|
"Ġpred ict", |
|
"] ,", |
|
"Ġs low", |
|
"Ġh idden", |
|
"ep ar", |
|
"Ġapp ear", |
|
"cl es", |
|
"Ġout side", |
|
"Ġf arm", |
|
"Ġqu ite", |
|
"Ġrepr esents", |
|
"Ġt ree", |
|
"Ġd ial", |
|
"ak en", |
|
"Ġesp ecially", |
|
"ab it", |
|
"ke y", |
|
"Ġcre ative", |
|
"Ġspec ifically", |
|
"Ġob jects", |
|
"res p", |
|
"Ġing red", |
|
"ur ies", |
|
"Ġle ast", |
|
"Ġdes crib", |
|
"Ġmach ine", |
|
"Ġw ar", |
|
"Ġro ot", |
|
"i ation", |
|
"ĠT ime", |
|
"Ġj ava", |
|
"Ġam idst", |
|
"Ġvis it", |
|
"Ċĉ ĉ", |
|
"Ġenh ance", |
|
"Ġ ver", |
|
"Ġt im", |
|
"is ed", |
|
"Ġfor est", |
|
"Ġsp aces", |
|
"ult s", |
|
"Ġour selves", |
|
"Ġrelig ious" |
|
] |
|
} |
|
} |